From b5304090495ed2c457d334c4419ccf463af22e2f Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 08:59:15 +0200 Subject: [PATCH 01/64] Add tutorial benchmark results for Darwin ARM64 Py3.14 --- ...darwin-arm64_py314_tutorial-benchmarks.csv | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/dev/benchmarking/20260616-141000_darwin-arm64_py314_tutorial-benchmarks.csv diff --git a/docs/dev/benchmarking/20260616-141000_darwin-arm64_py314_tutorial-benchmarks.csv b/docs/dev/benchmarking/20260616-141000_darwin-arm64_py314_tutorial-benchmarks.csv new file mode 100644 index 000000000..34286fd91 --- /dev/null +++ b/docs/dev/benchmarking/20260616-141000_darwin-arm64_py314_tutorial-benchmarks.csv @@ -0,0 +1,29 @@ +tutorial_name,elapsed_seconds,status +bayesian-dream-lbco-hrpt.py,30.682,ok +bayesian-dream-resume-lbco-hrpt.py,31.853,ok +bayesian-emcee-lbco-hrpt.py,27.153,ok +bayesian-emcee-resume-lbco-hrpt.py,31.022,ok +bayesian-emcee-tbti-heidi.py,62.595,ok +calibrate-beer-ess.py,31.466,ok +fitting-exercise-si-lbco.py,27.384,ok +joint-si-bragg-pdf.py,64.540,ok +load-and-fit-lbco-hrpt.py,7.964,ok +pdf-nacl-xrd.py,10.201,ok +pdf-ni-npd.py,40.420,ok +pdf-si-nomad.py,11.211,ok +refine-cosio-d20-tscan-resumed.py,6.321,ok +refine-cosio-d20-tscan.py,80.871,ok +refine-cosio-d20.py,46.305,ok +refine-hs-hrpt.py,81.539,ok +refine-lbco-hrpt-from-cif.py,15.742,ok +refine-lbco-hrpt-from-data.py,17.961,ok +refine-lbco-hrpt-report.py,34.098,ok +refine-lbco-si-mcstas.py,11.651,ok +refine-ncaf-wish.py,124.400,ok +refine-pbso4-joint.py,6.738,ok +refine-si-sepd.py,116.823,ok +refine-taurine-senju.py,31.256,ok +refine-tbti-heidi.py,23.078,ok +simulate-lbco-cwl.py,5.116,ok +simulate-nacl-xray.py,4.093,ok +simulate-si-tof.py,4.510,ok From 6e6e74620a9b7c5e91f94063295464bdd70173c0 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 08:59:36 +0200 Subject: [PATCH 02/64] Correct absorption wrapping notes in ADR --- docs/dev/adrs/accepted/model-sample-absorption.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/dev/adrs/accepted/model-sample-absorption.md b/docs/dev/adrs/accepted/model-sample-absorption.md index 73c2e8de6..24232a3df 100644 --- a/docs/dev/adrs/accepted/model-sample-absorption.md +++ b/docs/dev/adrs/accepted/model-sample-absorption.md @@ -55,13 +55,14 @@ implements the CW formulas in Fortran: and `cabs ∈ {HEWAT, LOBANOV}`. - `Powder_Lorentz_IntegInt_CW(…, muR, …)` — the bare Hewat form. -**However**, these routines are **not wrapped** in CrysFML's -`PythonAPI/`, and the high-level entry our backend actually calls -(`cw_powder_pattern_from_dict`) computes a plain Lorentz factor -`0.5/(sin²θ·cosθ)` with no absorption term. So the issue's claim that -absorption is "reachable via `Lorentz_abs_CW` through pycrysfml" is -**not true today** — it would require upstream wrapping or an upstream -call-site change we do not control. +**However**, the standalone absorption routines are **not wrapped** in +CrysFML's `PythonAPI/`. The high-level CFL entry our backend calls +(`patterns_simulation`) prepares the reflection corrections inside +CrysFML and does not expose a model-level μR input through our binding. +So the issue's claim that absorption is "reachable via `Lorentz_abs_CW` +through pycrysfml" is **not true today** — using it as an internal +correction would require an upstream wrapper or a broader upstream +call-site binding we do not control. **cryspy** has **no absorption code at all** (only Debye–Waller and sphere _extinction_, which are different physics). CW intensity is From a57c9e0089f5249dad5ceedbacccce62c7b0afc7 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 09:00:21 +0200 Subject: [PATCH 03/64] Add three new open issues and refine absorption note --- docs/dev/issues/index.md | 3 + ...timate-neutron-absorption-with-ncrystal.md | 77 ++++++++++ ...dd-crysfml-wdt-parameter-to-peak-shapes.md | 32 ++++ ...x-ray-anomalous-scattering-table-source.md | 143 ++++++++++++++++++ ...odel-sample-absorption-debye-scherrer-r.md | 10 +- 5 files changed, 260 insertions(+), 5 deletions(-) create mode 100644 docs/dev/issues/open/high_estimate-neutron-absorption-with-ncrystal.md create mode 100644 docs/dev/issues/open/highest_add-crysfml-wdt-parameter-to-peak-shapes.md create mode 100644 docs/dev/issues/open/highest_decide-x-ray-anomalous-scattering-table-source.md diff --git a/docs/dev/issues/index.md b/docs/dev/issues/index.md index 59e09d8ec..ee02cb945 100644 --- a/docs/dev/issues/index.md +++ b/docs/dev/issues/index.md @@ -20,11 +20,14 @@ individual issue files** — not here. | 138 | [`calculate_structure_factors` Contract Disagrees Across Backends and Caller](open/highest_calculate-structure-factors-contract-disagrees-across-backends-and-caller.md) | `[priority] highest` | Correctness / Maintainability | | 139 | [Unknown Switchable-Category Type on CIF Restore Silently Drops Parameters](open/highest_unknown-switchable-category-type-on-cif-restore-silently-drops-parameters.md) | `[priority] highest` | Robustness | | 140 | [Unify Uncertainty-Floor Handling Across Bragg PD, Single-Crystal, and PDF Data](open/highest_unify-uncertainty-floor-handling-across-bragg-pd-single-crystal-and-pdf-data.md) | `[priority] highest` | Correctness / Robustness | +| 167 | [Add CrysFML `WDT` Parameter to Peak Shapes](open/highest_add-crysfml-wdt-parameter-to-peak-shapes.md) | `[priority] highest` | Performance / Engine feature | +| 168 | [Decide X-ray Anomalous Scattering Table Source](open/highest_decide-x-ray-anomalous-scattering-table-source.md) | `[priority] highest` | Correctness / External backend / Verification | | 8 | [Add Explicit `create()` Signatures on Collections](open/high_add-explicit-create-signatures-on-collections.md) | `[priority] high` | API safety | | 61 | [Clarify Logger Default Reaction Mode](open/high_clarify-logger-default-reaction-mode.md) | `[priority] high` | Design | | 66 | [Decide Error-Handling Strategy: `log.error` vs `raise`](open/high_decide-error-handling-strategy-log-error-vs-raise.md) | `[priority] high` | Design | | 116 | [Add a Static Type Checker to the Quality Gate](open/high_add-a-static-type-checker-to-the-quality-gate.md) | `[priority] high` | Tooling / Correctness | | 133 | [Rename `asym_empir_*` and Add the Physical FCJ Asymmetry Model](open/high_rename-asym-empir-and-add-the-physical-fcj-asymmetry-model.md) | `[priority] high` | Experiment model / Peak profile / API naming | +| 169 | [Estimate Neutron Absorption With NCrystal](open/high_estimate-neutron-absorption-with-ncrystal.md) | `[priority] high` | Physics / UX / Optional dependency | | 21 | [Clarify CrysPy TOF Background CIF Tag Names](open/medium_clarify-cryspy-tof-background-cif-tag-names.md) | `[priority] medium` | Correctness / Naming | | 25 | [Refactor Data `_update` Methods (Split and Unify)](open/medium_refactor-data-update-methods-split-and-unify.md) | `[priority] medium` | Maintainability | | 29 | [Standardise CIF ID Validator Pattern Across Categories](open/medium_standardise-cif-id-validator-pattern-across-categories.md) | `[priority] medium` | Consistency | diff --git a/docs/dev/issues/open/high_estimate-neutron-absorption-with-ncrystal.md b/docs/dev/issues/open/high_estimate-neutron-absorption-with-ncrystal.md new file mode 100644 index 000000000..adfdd242b --- /dev/null +++ b/docs/dev/issues/open/high_estimate-neutron-absorption-with-ncrystal.md @@ -0,0 +1,77 @@ +# 169. Estimate Neutron Absorption With NCrystal + +**Priority:** `[priority] high` + +**Type:** Physics / UX / Optional dependency + +EasyDiffraction now has a user-facing sample-absorption model for +constant-wavelength powder Bragg experiments, but users still need to +provide `μR` directly. For neutron experiments this quantity is often +derivable from material composition, isotope mix, density, wavelength, +and sample radius: + +``` +μR = μ(λ, composition, density) · R +``` + +NCrystal could be useful as an optional helper for estimating this +quantity. It should not replace the fixed bound coherent neutron +scattering lengths used in the nuclear Bragg structure factor; those +remain atom/isotope properties. The wavelength dependence belongs to +absorption and transport cross sections. + +**Motivation:** + +- Scientists often know the sample formula, density, radius, and + wavelength more readily than an already-computed `μR`. +- Absorption-sensitive isotope mixes (`H/D`, `B`, `Li`, `Cd`, `Gd`, + rare-earths) can be difficult to estimate safely by hand. +- A diagnostic helper could explain when a dataset is absorption + sensitive and suggest a starting value for `experiment.absorption.mu_r`. + +**Proposed scope:** + +- Keep NCrystal optional; do not make it a required dependency of the + core calculator path. +- Provide an explicit helper or future category mode that estimates + `μR` from: + - wavelength, + - composition / isotope composition, + - density, + - cylindrical sample radius. +- Store the resulting value in the existing absorption parameter rather + than hiding it in calculator internals. +- Report assumptions clearly, especially natural abundance vs enriched + isotopes and density source. +- Keep the existing manual `μR` path as the authoritative override. + +**Non-goals:** + +- Do not make neutron coherent scattering lengths wavelength-dependent. +- Do not replace cryspy/CrysFML neutron scattering-length tables in + ordinary Bragg structure-factor calculations. +- Do not add NCrystal as a hard dependency without an accepted plan that + names the dependency. +- Do not attempt full neutron transport, multiple scattering, or + container/sample-environment simulation in this first step. + +**Open questions:** + +- Where should the helper live: `experiment.absorption`, a separate + material/composition helper, or a calculator-independent utility? +- Which composition source should drive it: structure atom sites, + chemical formula, explicit isotope fractions, or a future sample + material category? +- Should the estimate be one-shot ("calculate and set `μR`") or a live + derived value that updates when wavelength/radius/density changes? +- How should uncertainty or confidence be shown to non-programmer users? +- Can NCrystal provide the needed macroscopic absorption coefficient + directly for our required assumptions, or do we need to combine its + atom data/cross sections ourselves? + +**Depends on:** the sample-absorption model in +[`highest_model-sample-absorption-debye-scherrer-r.md`](highest_model-sample-absorption-debye-scherrer-r.md). + +**Recommended-priority note:** Marked **high** because it would improve +UX and reduce user error for neutron absorption, but it depends on the +existing absorption model and should remain optional. diff --git a/docs/dev/issues/open/highest_add-crysfml-wdt-parameter-to-peak-shapes.md b/docs/dev/issues/open/highest_add-crysfml-wdt-parameter-to-peak-shapes.md new file mode 100644 index 000000000..610f9237a --- /dev/null +++ b/docs/dev/issues/open/highest_add-crysfml-wdt-parameter-to-peak-shapes.md @@ -0,0 +1,32 @@ +# 167. Add CrysFML `WDT` Parameter to Peak Shapes + +**Priority:** `[priority] highest` + +**Type:** Performance / Engine feature + +The CrysFML CFL backend supports a `WDT` peak-profile window parameter +that controls how many FWHM around each Bragg position are evaluated. +EasyDiffraction currently hard-codes this value in the crysfml adapter +to keep FullProf verification profiles consistent, but users cannot +trade accuracy against runtime for large CrysFML powder calculations. + +**Fix:** add a user-facing `WDT` parameter on the relevant peak-shape +categories and map it only when the selected calculator is `crysfml`. +The parameter should be documented as CrysFML-only: lowering it can +increase performance by shortening the evaluated peak tails, while +larger values preserve broader pseudo-Voigt tails for verification and +high-accuracy calculations. + +**TODOs / locations:** + +- Add the peak-shape/category parameter with a clear CrysFML-only + description and safe default. +- Map the parameter into the crysfml CFL `WDT` condition line. +- Keep other calculators unaffected; do not imply cryspy support. +- Add regression tests for the CFL line and default behaviour. + +**Depends on:** the CFL-based crysfml adapter. + +**Recommended-priority note:** Marked **highest** because the current +hard-coded value is correctness-preserving but removes a real +performance control from users running CrysFML calculations. diff --git a/docs/dev/issues/open/highest_decide-x-ray-anomalous-scattering-table-source.md b/docs/dev/issues/open/highest_decide-x-ray-anomalous-scattering-table-source.md new file mode 100644 index 000000000..43c019de1 --- /dev/null +++ b/docs/dev/issues/open/highest_decide-x-ray-anomalous-scattering-table-source.md @@ -0,0 +1,143 @@ +# 168. Decide X-ray Anomalous Scattering Table Source + +**Priority:** `[priority] highest` + +**Type:** Correctness / External backend / Verification + +The PbSO4 X-ray verification discrepancy is dominated by the anomalous +dispersion table, especially Pb `f'`. The calculators and references do +not all use the same source table, so EasyDiffraction needs an explicit +decision: reproduce a reference backend exactly, or use an evaluated +physical table. + +**Observed values at Cu Kα (`λ = 1.540560 Å`, `E = 8047.995 eV`):** + +Convention used here: online `f1` values are converted to +crystallographic `f'` as `f1 - Z`; `f''` corresponds to `f2`. + +| Element | Source | `f'` | `f''` | +| --- | --- | ---: | ---: | +| O | FullProf / CrysFML | 0.0470 | 0.0320 | +| O | cctbx Sasaki | 0.0464 | 0.0322 | +| O | cryspy | 0.0492 | 0.0322 | +| O | CXRO / Henke | 0.0523 | 0.0337 | +| O | cctbx Henke | 0.0523 | 0.0337 | +| O | NIST FFAST / Chantler | 0.0520 | 0.0320 | +| S | FullProf / CrysFML | 0.3190 | 0.5570 | +| S | cctbx Sasaki | 0.3191 | 0.5567 | +| S | cryspy | 0.3331 | 0.5567 | +| S | CXRO / Henke | 0.3351 | 0.5505 | +| S | cctbx Henke | 0.3351 | 0.5505 | +| S | NIST FFAST / Chantler | 0.3474 | 0.5545 | +| Pb | FullProf / CrysFML | -4.8180 | 8.5050 | +| Pb | cctbx Sasaki | -4.8180 | 8.5018 | +| Pb | cryspy | -4.0753 | 8.5060 | +| Pb | CXRO / Henke | -3.7276 | 8.9350 | +| Pb | cctbx Henke | -3.7276 | 8.9350 | +| Pb | NIST FFAST / Chantler | -3.1764 | 8.4175 | + +**Local source findings:** + +- CrysFML hard-codes line-specific anomalous factors for + `Cr, Fe, Cu, Mo, Ag` in + `tmp/crysfml/CFML/Src/CFML_Tables/Tab_Set_ScatterT.f90`. Its Cu + values match FullProf for the PbSO4 verification case. +- cryspy interpolates its `DATABASE["Dispersion"]` table by wavelength + in `tmp/cryspy/github/cryspy/A_functions_base/structure_factor.py` + and `tmp/cryspy/github/cryspy/E_data_classes/cl_1_crystal.py`. +- The normal X-ray form-factor coefficients are not the source of the + PbSO4 mismatch; the important difference is anomalous dispersion. + +**External source findings:** + +- NIST FFAST / Chantler provides evaluated `f1`/`f2` tabulations in + Standard Reference Database 66: + + and . +- CXRO / Henke provides element files with `Energy(eV), f1, f2` columns: + . +- xraylib exposes published X-ray interaction datasets, including form + factors and anomalous scattering functions: + . +- DABAX provides Python access to X-ray database files used for + scattering functions and related material-photon data: + . +- cctbx has two relevant `eltbx` table families: + - `cctbx/eltbx/sasaki.h`: Sasaki 1989, Cromer-Liberman method, + 4-124 keV, with fine steps near K/L edges: + . + - `cctbx/eltbx/henke.h`: Henke / Gullikson / Davis, 10-30000 eV, + based on photoabsorption measurements and Kramers-Kronig real-part + reconstruction: + . + - `cctbx/eltbx/fp_fdp.h` exposes `fp()` / `fdp()` values: + . + Numeric comparison above was computed from cctbx reference data under + `cctbx/reference/henke/tables` and `cctbx/reference/sasaki`, using + the interpolation rules in the source generators. + +**Sasaki vs Henke:** + +- Sasaki is a Cromer-Liberman-style calculated anomalous-dispersion + table. cctbx stores it directly as `f'`/`f''`, with broad coverage + from 4 to 124 keV and extra resolution near K/L absorption edges. + For the Cu Kα PbSO4 case it is effectively the FullProf / CrysFML + compatibility family. +- Henke is an optical-constants table based on photoabsorption data: + `f''` is tied to absorption measurements and the real component is + reconstructed via Kramers-Kronig relations. The source tabulates + `f1`/`f2`; crystallographic `f'` is `f1 - Z`. cctbx Henke matches + the CXRO / Henke values used in the comparison table. + +**Backend wavelength behaviour:** + +- cryspy supports arbitrary X-ray wavelengths for anomalous dispersion: + it stores `DATABASE["Dispersion"]["table_wavelength"]` and interpolates + each atom's complex dispersion value with `numpy.interp` at the + requested wavelength. +- CrysFML accepts a wavelength, but it does not interpolate anomalous + dispersion continuously. In + `tmp/crysfml/CFML/Src/CFML_Structure_Factors/SF_Scattering_Species.f90` + and `SF_Create_Tables.f90`, the code selects the nearest Kα1 row from + five fixed anomalous tables (`Cr`, `Fe`, `Cu`, `Mo`, `Ag`) and uses + that row's `f'`/`f''`. +- Implication: for cryspy, changing wavelength changes anomalous + dispersion continuously; for CrysFML, changing wavelength only changes + anomalous dispersion when the nearest fixed lab-line row changes. + +**Interpretation:** + +- FullProf / CrysFML is the correct table for FullProf-compatibility + verification. +- cctbx Sasaki is effectively the same compatibility family as + FullProf / CrysFML for this Cu Kα case. +- cctbx Henke matches the CXRO / Henke values. +- cryspy is closer than FullProf / CrysFML to the public evaluated + CXRO and NIST values for Pb `f'`, although it does not match either + table exactly. +- NIST and CXRO disagree noticeably for Pb near Cu Kα, so "the correct + table" is not unique. The chosen source must be explicit. +- Do not silently replace cryspy values with FullProf / CrysFML values + as a physics correction. That is a compatibility override, not a + better evaluated table. + +**TODOs / decision points:** + +- Document the intended anomalous-dispersion source for each backend in + X-ray verification pages. +- Add a small diagnostic comparing backend-native, FullProf-compatible, + CXRO / Henke, NIST / Chantler, and cctbx Sasaki / Henke values for + representative elements near common lab wavelengths. +- Decide whether EasyDiffraction needs a user-facing anomalous table + source, for example `backend_native`, `fullprof_compatibility`, + `nist_chantler`, `cxro_henke`, and `cctbx_sasaki`. +- Keep FullProf-aligned overrides confined to verification or an + explicitly named compatibility mode. +- If a user-facing source is added, decide whether this belongs in an + X-ray-specific experiment/instrument category and exclude it from + neutron experiments. + +**Recommended-priority note:** Marked **highest** because the current +PbSO4 X-ray backend discrepancy can be misdiagnosed as a profile, +polarization, or wavelength bug unless the anomalous table source is +made explicit. diff --git a/docs/dev/issues/open/highest_model-sample-absorption-debye-scherrer-r.md b/docs/dev/issues/open/highest_model-sample-absorption-debye-scherrer-r.md index 82dd56cbb..da53f87c6 100644 --- a/docs/dev/issues/open/highest_model-sample-absorption-debye-scherrer-r.md +++ b/docs/dev/issues/open/highest_model-sample-absorption-debye-scherrer-r.md @@ -30,11 +30,11 @@ with a calculator-independent A(θ) envelope. - `cryspy`: **no** absorption code at all (only Debye–Waller and sphere _extinction_); its CW intensity loop has no slot to multiply A(θ). -- `crysfml`: CrysFML08 implements `Lorentz_abs_CW` in Fortran, but it is - **not** wrapped in `PythonAPI/`, and the high-level - `cw_powder_pattern_from_dict` path we call applies a plain Lorentz - factor with no absorption. So it is **not** reachable through - pycrysfml today without upstream changes. +- `crysfml`: CrysFML08 implements `Lorentz_abs_CW` in Fortran, but the + standalone absorption routine is **not** wrapped in `PythonAPI/`. The + high-level CFL `patterns_simulation` path we call does not expose a + model-level μR input through our binding, so it is **not** reachable + through pycrysfml today without upstream changes. **Implication:** neither backend can apply the correction internally without changes we do not own. The chosen approach computes A(θ) in From f00a62732cf1071a505d11c2765bd9d717a864d8 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 09:33:02 +0200 Subject: [PATCH 04/64] Update CrysFML CFL X-ray support --- docs/docs/verification/index.md | 21 +- docs/docs/verification/pd-xray-pbso4.ipynb | 136 ++++- docs/docs/verification/pd-xray-pbso4.py | 90 ++- docs/mkdocs.yml | 5 + pixi.lock | 10 +- pixi.toml | 19 +- .../analysis/calculators/crysfml.py | 573 +++++++++++------- .../analysis/calculators/cryspy.py | 150 ++++- .../experiment/categories/instrument/cwl.py | 14 +- .../analysis/calculators/test_crysfml.py | 140 ++++- .../analysis/calculators/test_cryspy.py | 58 +- 11 files changed, 944 insertions(+), 272 deletions(-) diff --git a/docs/docs/verification/index.md b/docs/docs/verification/index.md index 783fb09d6..d8c267cc3 100644 --- a/docs/docs/verification/index.md +++ b/docs/docs/verification/index.md @@ -48,6 +48,10 @@ and so on. The list below notes only what is specific to each page. reciprocal, non-normalised texture convention. - [PbSO₄ `pd-neut-cwl` (pseudo-Voigt)](pd-neut-cwl_pv_pbso4.ipynb) – Anglesite (PbSO₄, _Pnma_); pseudo-Voigt, no asymmetry. +- [PbSO₄ `pd-neut-cwl` from X-ray geometry](pd-neut-cwl_pv-xray-geometry_pbso4.ipynb) + – Diagnostic neutron conversion of the X-ray single-wavelength PCR. + Known discrepancy: changing only the FullProf radiation mode to + neutron does not reproduce the expected Cryspy agreement. - [PbSO₄ `pd-neut-cwl` (Bérar–Baldinozzi asymmetry)](pd-neut-cwl_pv-beba_pbso4.ipynb) – Anglesite (PbSO₄, _Pnma_); pseudo-Voigt with Bérar–Baldinozzi (FullProf-style) axial-divergence asymmetry (`asym_beba_*`). cryspy @@ -104,11 +108,18 @@ and so on. The list below notes only what is specific to each page. - [PbSO₄ `pd-xray`](pd-xray-pbso4.ipynb) – Anglesite (PbSO₄, _Pnma_); laboratory Cu-source X-ray Rietveld Round Robin data; pseudo-Voigt. - Known discrepancy: FullProf models the full Cu Kα₁/Kα₂ doublet and its - X-ray Lorentz–polarization correction, whereas cryspy and crysfml - calculate from a single wavelength and a different polarization - convention, so neither engine yet reproduces the FullProf X-ray - profile. + Known discrepancy: FullProf and Cryspy use different Cu Kα anomalous + dispersion values, especially Pb f′, and FullProf truncates peak + tails with Wdt. +- [PbSO₄ `pd-xray` single wavelength](pd-xray-pbso4-single.ipynb) – + diagnostic single-wavelength FullProf reference for the same + anglesite model. Known discrepancy: removing the Cu Kα₁/Kα₂ doublet + leaves the anomalous-dispersion and Wdt tail-truncation mismatch. +- [PbSO₄ `pd-xray` single wavelength, Wdt 48, aligned f′](pd-xray-pbso4-single-unpolarized-wdt48-aligned.ipynb) – + diagnostic single-wavelength FullProf reference with `Rpolarz = 0`, + `Cthm = 0`, and `Wdt = 48`. Cryspy's Cu Kα anomalous-dispersion table + and scale are locally aligned to FullProf, and the profile agrees + within tolerance. ## Single crystal, neutron, constant wavelength diff --git a/docs/docs/verification/pd-xray-pbso4.ipynb b/docs/docs/verification/pd-xray-pbso4.ipynb index c0bcf2024..dd8c90aad 100644 --- a/docs/docs/verification/pd-xray-pbso4.ipynb +++ b/docs/docs/verification/pd-xray-pbso4.ipynb @@ -32,11 +32,13 @@ "a laboratory Cu source. FullProf models the full Cu Kα₁/Kα₂ doublet\n", "(two wavelengths with a fixed intensity ratio) and applies its X-ray\n", "Lorentz–polarization and monochromator-polarization corrections.\n", - "`cryspy` and `crysfml` currently calculate this pattern from a single\n", - "wavelength and a different polarization convention, so neither engine\n", - "reproduces the FullProf X-ray profile. The page is kept as a published\n", + "`cryspy` and `crysfml` calculate the Cu Kα₁/Kα₂ doublet as two\n", + "single-wavelength simulations combined with the FullProf intensity\n", + "ratio. Both engines still use polarization handling that does not\n", + "reproduce the FullProf X-ray profile. The page is kept as a published\n", "comparison and gated as a *known discrepancy* so it is verified to stay\n", - "discrepant; the X-ray doublet/polarization handling is left for later." + "discrepant; the remaining X-ray polarization handling is left for\n", + "later." ] }, { @@ -164,7 +166,9 @@ "FULLPROF_BAC_FILE = 'pbsox.bac'\n", "FULLPROF_ZERO = -0.04816 # FullProf Zero\n", "FULLPROF_SCALE = 0.0004693346 # FullProf Scale\n", - "FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1\n", + "FULLPROF_WAVELENGTH_1 = 1.540560 # FullProf Lambda1\n", + "FULLPROF_WAVELENGTH_2 = 1.544400 # FullProf Lambda2\n", + "FULLPROF_WAVELENGTH_2_TO_1_RATIO = 0.50000 # FullProf Ratio\n", "FULLPROF_U = 0.048457 # FullProf U\n", "FULLPROF_V = -0.083053 # FullProf V\n", "FULLPROF_W = 0.035188 # FullProf W\n", @@ -205,7 +209,9 @@ "\n", "experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE)\n", "\n", - "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", + "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH_1\n", + "experiment.instrument.setup_wavelength_2 = FULLPROF_WAVELENGTH_2\n", + "experiment.instrument.setup_wavelength_2_to_1_ratio = FULLPROF_WAVELENGTH_2_TO_1_RATIO\n", "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", "\n", "experiment.peak.type = 'pseudo-voigt'\n", @@ -253,7 +259,7 @@ "id": "13", "metadata": {}, "source": [ - "## edi-crysfml VS FullProf" + "## Fit edi-cryspy to FullProf" ] }, { @@ -262,9 +268,54 @@ "id": "14", "metadata": {}, "outputs": [], + "source": [ + "experiment.linked_structures['pbso4'].scale.free = True\n", + "\n", + "project.analysis.fit()\n", + "project.display.fit.results()\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy_refined = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'pbso4',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy_refined,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY_REFINED,\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "15", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.linked_structures['pbso4'].scale" + ] + }, + { + "cell_type": "markdown", + "id": "16", + "metadata": {}, + "source": [ + "## edi-crysfml VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "17", + "metadata": {}, + "outputs": [], "source": [ "experiment.calculator.type = 'crysfml'\n", "\n", + "experiment.linked_structures['pbso4'].scale = FULLPROF_SCALE\n", + "\n", "project.analysis.calculate()\n", "calc_ed_crysfml = experiment.data.intensity_calc\n", "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", @@ -280,7 +331,50 @@ }, { "cell_type": "markdown", - "id": "15", + "id": "18", + "metadata": {}, + "source": [ + "## Fit edi-crysfml to FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "19", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.linked_structures['pbso4'].scale.free = True\n", + "\n", + "project.analysis.fit()\n", + "project.display.fit.results()\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'pbso4',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_crysfml_refined,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "20", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.linked_structures['pbso4'].scale" + ] + }, + { + "cell_type": "markdown", + "id": "21", "metadata": {}, "source": [ "## Agreement check" @@ -289,22 +383,34 @@ { "cell_type": "code", "execution_count": null, - "id": "16", + "id": "22", "metadata": {}, "outputs": [], "source": [ "verify.assert_patterns_agree(\n", " [\n", " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", + " (\n", + " f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}',\n", + " calc_fullprof,\n", + " calc_ed_cryspy_refined,\n", + " ),\n", " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", + " (\n", + " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", + " calc_fullprof,\n", + " calc_ed_crysfml_refined,\n", + " ),\n", " ],\n", " known_discrepancy=True,\n", " reason=(\n", - " 'Laboratory X-ray PbSO4: FullProf models the full Cu Ka1/Ka2 '\n", - " 'doublet and its X-ray Lorentz-polarization correction, while '\n", - " 'cryspy and crysfml calculate from a single wavelength and a '\n", - " 'different polarization convention, so neither engine yet '\n", - " 'reproduces the FullProf X-ray profile.'\n", + " 'Laboratory X-ray PbSO4: the remaining strict-tolerance '\n", + " 'difference is traced primarily to FullProf/Cryspy Cu Kalpha '\n", + " 'anomalous-dispersion tables, especially Pb f-prime, with an '\n", + " 'additional contribution from FullProf Wdt peak-tail '\n", + " 'truncation. The Cu Ka1/Ka2 doublet is calculated as two '\n", + " 'single-wavelength simulations because the available native '\n", + " 'doublet paths are not yet reliable for this case.'\n", " ),\n", ")" ] @@ -312,7 +418,7 @@ { "cell_type": "code", "execution_count": null, - "id": "17", + "id": "23", "metadata": {}, "outputs": [], "source": [] diff --git a/docs/docs/verification/pd-xray-pbso4.py b/docs/docs/verification/pd-xray-pbso4.py index 566cc5eff..6661af158 100644 --- a/docs/docs/verification/pd-xray-pbso4.py +++ b/docs/docs/verification/pd-xray-pbso4.py @@ -7,11 +7,13 @@ # a laboratory Cu source. FullProf models the full Cu Kα₁/Kα₂ doublet # (two wavelengths with a fixed intensity ratio) and applies its X-ray # Lorentz–polarization and monochromator-polarization corrections. -# `cryspy` and `crysfml` currently calculate this pattern from a single -# wavelength and a different polarization convention, so neither engine -# reproduces the FullProf X-ray profile. The page is kept as a published +# `cryspy` and `crysfml` calculate the Cu Kα₁/Kα₂ doublet as two +# single-wavelength simulations combined with the FullProf intensity +# ratio. Both engines still use polarization handling that does not +# reproduce the FullProf X-ray profile. The page is kept as a published # comparison and gated as a *known discrepancy* so it is verified to stay -# discrepant; the X-ray doublet/polarization handling is left for later. +# discrepant; the remaining X-ray polarization handling is left for +# later. # %% import easydiffraction as edi @@ -96,7 +98,9 @@ FULLPROF_BAC_FILE = 'pbsox.bac' FULLPROF_ZERO = -0.04816 # FullProf Zero FULLPROF_SCALE = 0.0004693346 # FullProf Scale -FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1 +FULLPROF_WAVELENGTH_1 = 1.540560 # FullProf Lambda1 +FULLPROF_WAVELENGTH_2 = 1.544400 # FullProf Lambda2 +FULLPROF_WAVELENGTH_2_TO_1_RATIO = 0.50000 # FullProf Ratio FULLPROF_U = 0.048457 # FullProf U FULLPROF_V = -0.083053 # FullProf V FULLPROF_W = 0.035188 # FullProf W @@ -125,7 +129,9 @@ experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE) -experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH +experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH_1 +experiment.instrument.setup_wavelength_2 = FULLPROF_WAVELENGTH_2 +experiment.instrument.setup_wavelength_2_to_1_ratio = FULLPROF_WAVELENGTH_2_TO_1_RATIO experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO experiment.peak.type = 'pseudo-voigt' @@ -155,12 +161,38 @@ candidate_label=LABEL_ED_CRYSPY, ) +# %% [markdown] +# ## Fit edi-cryspy to FullProf + +# %% +experiment.linked_structures['pbso4'].scale.free = True + +project.analysis.fit() +project.display.fit.results() + +project.analysis.calculate() +calc_ed_cryspy_refined = experiment.data.intensity_calc +LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined') + +project.display.pattern_comparison( + 'pbso4', + reference=calc_fullprof, + candidate=calc_ed_cryspy_refined, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY_REFINED, +) + +# %% +experiment.linked_structures['pbso4'].scale + # %% [markdown] # ## edi-crysfml VS FullProf # %% experiment.calculator.type = 'crysfml' +experiment.linked_structures['pbso4'].scale = FULLPROF_SCALE + project.analysis.calculate() calc_ed_crysfml = experiment.data.intensity_calc LABEL_ED_CRYSFML = verify.engine_label('crysfml') @@ -173,6 +205,30 @@ candidate_label=LABEL_ED_CRYSFML, ) +# %% [markdown] +# ## Fit edi-crysfml to FullProf + +# %% +experiment.linked_structures['pbso4'].scale.free = True + +project.analysis.fit() +project.display.fit.results() + +project.analysis.calculate() +calc_ed_crysfml_refined = experiment.data.intensity_calc +LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') + +project.display.pattern_comparison( + 'pbso4', + reference=calc_fullprof, + candidate=calc_ed_crysfml_refined, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSFML_REFINED, +) + +# %% +experiment.linked_structures['pbso4'].scale + # %% [markdown] # ## Agreement check @@ -180,15 +236,27 @@ verify.assert_patterns_agree( [ (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), + ( + f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', + calc_fullprof, + calc_ed_cryspy_refined, + ), (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), + ( + f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', + calc_fullprof, + calc_ed_crysfml_refined, + ), ], known_discrepancy=True, reason=( - 'Laboratory X-ray PbSO4: FullProf models the full Cu Ka1/Ka2 ' - 'doublet and its X-ray Lorentz-polarization correction, while ' - 'cryspy and crysfml calculate from a single wavelength and a ' - 'different polarization convention, so neither engine yet ' - 'reproduces the FullProf X-ray profile.' + 'Laboratory X-ray PbSO4: the remaining strict-tolerance ' + 'difference is traced primarily to FullProf/Cryspy Cu Kalpha ' + 'anomalous-dispersion tables, especially Pb f-prime, with an ' + 'additional contribution from FullProf Wdt peak-tail ' + 'truncation. The Cu Ka1/Ka2 doublet is calculated as two ' + 'single-wavelength simulations because the available native ' + 'doublet paths are not yet reliable for this case.' ), ) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 2ab01a9d1..3d63f0a10 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -259,6 +259,7 @@ nav: - LBCO: verification/pd-neut-cwl_pv_lbco.ipynb - LBCO (preferred orientation): verification/pd-neut-cwl_pv-march_lbco.ipynb - PbSO4 (pseudo-Voigt): verification/pd-neut-cwl_pv_pbso4.ipynb + - PbSO4 (X-ray geometry as neutron): verification/pd-neut-cwl_pv-xray-geometry_pbso4.ipynb - PbSO4 (Bérar–Baldinozzi asymmetry): verification/pd-neut-cwl_pv-beba_pbso4.ipynb - LaB6 (SyCos/SySin): verification/pd-neut-cwl_tch-fcj-noabs-nosldl_lab6.ipynb - LaB6 (FCJ asymmetry): verification/pd-neut-cwl_tch-fcj-noabs_lab6.ipynb @@ -269,6 +270,10 @@ nav: - Si (Jorgensen): verification/pd-neut-tof_j_si.ipynb - Si (Jorgensen–Von Dreele): verification/pd-neut-tof_jvd_si.ipynb - NaCaAlF: verification/pd-neut-tof_jvd_ncaf.ipynb + - Powder, X-ray, constant wavelength: + - PbSO4: verification/pd-xray-pbso4.ipynb + - PbSO4 (single wavelength): verification/pd-xray-pbso4-single.ipynb + - PbSO4 (single wavelength, aligned): verification/pd-xray-pbso4-single-unpolarized-wdt48-aligned.ipynb - Single crystal, neutron, constant wavelength: - Pr2NiO4 (no extinction): verification/sc-neut-cwl_pr2nio4.ipynb - Tb2Ti2O7 (no extinction): verification/sc-neut-cwl_noext_tbti.ipynb diff --git a/pixi.lock b/pixi.lock index c093bec4f..a752c849d 100644 --- a/pixi.lock +++ b/pixi.lock @@ -535,7 +535,7 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.2-h8088a28_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.7-hbf9d68e_6.conda - pypi: . - - pypi: git+https://github.com/ikibalin/cryspy.git?branch=38-add-support-for-sycos-and-sysin-for-systematic-peak-position-corrections#4b3d9b022d07f81ecac31de84f75017f971cdcdf + - pypi: /Users/andrewsazonov/Development/github.com/easyscience/deps-pycrysfml/dist/pyCFML/wheel/crysfml-0.6.2+devdirty4-cp314-cp314-macosx_26_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/04/f1/58c14b37525dc075f3bdf149251f079723049a9f1c82eb48835a0e6b8db3/diffpy_pdffit2-1.6.0-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/06/41/4e70dea1d0311016c0b0b1c53a24a266f9f8a34c6bc1af0f17cfca20aa1d/gemmi-0.7.5-cp314-cp314-macosx_11_0_arm64.whl @@ -552,7 +552,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/1d/77/928ea2e70641ca177a11140062cc5840d421795f2e82749d408d0cce900a/narwhals-2.21.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1e/77/dc8c558f7593132cf8fefec57c4f60c83b16941c574ac5f619abb3ae7933/dill-0.4.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1e/d3/26bf1008eb3d2daa8ef4cacc7f3bfdc11818d111f7e2d0201bc6e3b49d45/annotated_doc-0.0.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/1f/7e/c2cfe0bdbec1f5ce2bd92e03311038e1c491dfd54824606f38a61167a3f0/crysfml-0.6.2-cp314-cp314-macosx_14_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/20/16/e777eadfa0c0305878c36fae1d5e6db474fbb15dae202b9ec378809dfb4d/nbstripout-0.9.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/20/7a/1c6e3562dfd8950adbb11ffbc65d21e7c89d01a6e4f137fa981056de25c5/gitpython-3.1.50-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/22/5b/dbc6a8cddc9cfa9c4971d59fb12bb8d42e161b7e7f8cc89e49137c5b279c/mkdocs-1.6.1-py3-none-any.whl @@ -616,6 +615,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/90/ad/cba91b3bcf04073e4d1655a5c1710ef3f457f56f7d1b79dcc3d72f4dd912/plotly-6.7.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/f7/d00d9b4a0313a6be3a3e0818e6375e15da6d7076f4ae47d1324e7ca986a1/radon-6.0.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/94/84/d9273cd09688070a6523c4aee4663a8538721b2b755c4962aafae0011e72/identify-2.6.19-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/96/5d/0c59079aa7ef34980a5925a06a90ad2b7c94e486c194b3527d557cabb042/cryspy-0.11.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/31/6cf181011dc738c33bf6ba7aea2e8e1d3c1f71b7dab1942f3054f66f6202/asteval-1.0.8-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/37/e8730c3587a65eb5645d4aba2d27aae48e8003614d6aaf15dda67f702f1f/bidict-0.23.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/55/db07de81b5c630da5cbf5c7df646580ca26dfaefa593667fc6f2fe016d2e/tabulate-0.10.0-py3-none-any.whl @@ -8907,6 +8907,12 @@ packages: - validate-pyproject[all] ; extra == 'dev' - versioningit ; extra == 'dev' requires_python: '>=3.12' +- pypi: /Users/andrewsazonov/Development/github.com/easyscience/deps-pycrysfml/dist/pyCFML/wheel/crysfml-0.6.2+devdirty4-cp314-cp314-macosx_26_0_arm64.whl + name: crysfml + version: 0.6.2+devdirty4 + requires_dist: + - numpy + requires_python: '>=3.11,<3.15' - pypi: git+https://github.com/ikibalin/cryspy.git?branch=38-add-support-for-sycos-and-sysin-for-systematic-peak-position-corrections#4b3d9b022d07f81ecac31de84f75017f971cdcdf name: cryspy version: 0.11.0 diff --git a/pixi.toml b/pixi.toml index fbdbe0fa2..b9b5f1289 100644 --- a/pixi.toml +++ b/pixi.toml @@ -72,6 +72,20 @@ pixi-kernel = '*' # Pixi Jupyter kernel pip = '*' easydiffraction = '*' +# Local CrysFML build exposing the new CFL-based `patterns_simulation` +# API. Overrides the released `crysfml` wheel (pulled in transitively via +# `easydiffraction`) with a locally built one. Scoped to osx-arm64 +# because the wheel is platform/Python specific (cp314 / macOS 26 arm64); +# the macOS system requirement is raised to match the wheel tag. Other +# platforms and the CI Python environments keep the released wheel. +# NOTE: the absolute path and macOS 26 tag are machine specific — this +# override is for local testing and is not meant for the shared lock. +[feature.crysfml-local.system-requirements] +macos = '26.0' + +[feature.crysfml-local.target.osx-arm64.pypi-dependencies] +crysfml = { path = '/Users/andrewsazonov/Development/github.com/easyscience/deps-pycrysfml/dist/pyCFML/wheel/crysfml-0.6.2+devdirty4-cp314-cp314-macosx_26_0_arm64.whl' } + ############## # ENVIRONMENTS ############## @@ -86,8 +100,9 @@ py-312-env = { features = ['py-min', 'dev'] } py-314-env = { features = ['py-max', 'dev'] } # The `default` environment is developer-oriented for local development -# and testing with editable installation of the current package. -default = { features = ['py-max', 'dev'] } +# and testing with editable installation of the current package. It also +# pulls in the locally built CrysFML wheel (CFL `patterns_simulation`). +default = { features = ['py-max', 'dev', 'crysfml-local'] } # The `user` environment allows testing with pip-installed dependencies # instead of editable installation of the current package. diff --git a/src/easydiffraction/analysis/calculators/crysfml.py b/src/easydiffraction/analysis/calculators/crysfml.py index c51003f41..2d54e2404 100644 --- a/src/easydiffraction/analysis/calculators/crysfml.py +++ b/src/easydiffraction/analysis/calculators/crysfml.py @@ -1,12 +1,29 @@ # SPDX-FileCopyrightText: 2026 EasyScience contributors # SPDX-License-Identifier: BSD-3-Clause -"""CrysFML calculation backend for powder diffraction patterns.""" +""" +CrysFML calculation backend for powder diffraction patterns. + +Builds a CrysFML CFL description (``PATTERN_*`` and ``PHASE_*`` blocks) +from the structure and experiment and runs +``cfml_py_utilities.patterns_simulation`` to obtain the calculated +pattern. The backend uses the CFL API exclusively. + +Notes +----- +The CFL ``patterns_simulation`` path only supports a uniform calculation +grid (``GEN_PATT xmin step xmax``); the grid is derived from the +experiment x-axis assuming uniform spacing. Constant-wavelength patterns +are fully supported. The upstream CFL simulation currently parses but +does not apply ``Zero_Sy`` when placing CW reflections, so the two-theta +zero is encoded by shifting the calculation grid. Time-of-flight +patterns parse but return zero intensities, because the upstream CFL +simulation does not yet implement the TOF branch. +""" from __future__ import annotations import string from typing import TYPE_CHECKING -from typing import Any import numpy as np @@ -15,7 +32,9 @@ from easydiffraction.analysis.calculators.base import CalculatorBase from easydiffraction.analysis.calculators.factory import CalculatorFactory from easydiffraction.core.metadata import TypeInfo +from easydiffraction.crystallography import crystallography as ecr from easydiffraction.datablocks.experiment.item.enums import BeamModeEnum +from easydiffraction.datablocks.experiment.item.enums import RadiationProbeEnum from easydiffraction.utils.logging import log if TYPE_CHECKING: @@ -37,43 +56,6 @@ cfml_py_utilities = None -_INSTRUMENT_ATTRIBUTE_MAP: tuple[tuple[str, str], ...] = ( - ('setup_wavelength', '_diffrn_radiation_wavelength'), - ('calib_twotheta_offset', '_pd_meas_2theta_offset'), - # crysfml has no SyCos/SySin equivalent, so the CWL - # calib_sample_displacement and calib_sample_transparency - # corrections are intentionally left unmapped here. - ('calib_d_to_tof_offset', '_pd_meas_tof_offset'), - ('calib_d_to_tof_linear', '_pd_meas_tof_dtt1'), - ('calib_d_to_tof_quadratic', '_pd_meas_tof_dtt2'), - ('setup_twotheta_bank', '_pd_meas_tof_bank_angle'), -) - -_PEAK_ATTRIBUTE_MAP: tuple[tuple[str, str], ...] = ( - ('broad_gauss_u', '_pd_instr_resolution_u'), - ('broad_gauss_v', '_pd_instr_resolution_v'), - ('broad_gauss_w', '_pd_instr_resolution_w'), - ('broad_lorentz_x', '_pd_instr_resolution_x'), - ('broad_lorentz_y', '_pd_instr_resolution_y'), - ('asym_fcj_1', '_pd_instr_reflex_s_l'), - ('asym_fcj_2', '_pd_instr_reflex_d_l'), - ('asym_beba_a0', '_pd_instr_reflex_asymmetry_p1'), - ('asym_beba_b0', '_pd_instr_reflex_asymmetry_p2'), - ('asym_beba_a1', '_pd_instr_reflex_asymmetry_p3'), - ('asym_beba_b1', '_pd_instr_reflex_asymmetry_p4'), - ('broad_gauss_sigma_0', '_pd_jorg_vondreele_sigma0'), - ('broad_gauss_sigma_1', '_pd_jorg_vondreele_sigma1'), - ('broad_gauss_sigma_2', '_pd_jorg_vondreele_sigma2'), - ('broad_lorentz_gamma_0', '_pd_jorg_vondreele_gamma0'), - ('broad_lorentz_gamma_1', '_pd_jorg_vondreele_gamma1'), - ('broad_lorentz_gamma_2', '_pd_jorg_vondreele_gamma2'), - ('decay_beta_0', '_pd_jorg_vondreele_beta0'), - ('decay_beta_1', '_pd_jorg_vondreele_beta1'), - ('rise_alpha_0', '_pd_jorg_vondreele_alpha0'), - ('rise_alpha_1', '_pd_jorg_vondreele_alpha1'), -) - - def _element_symbol(type_symbol: str) -> str: """ Strip a leading isotope number from an atom type symbol. @@ -95,6 +77,49 @@ def _element_symbol(type_symbol: str) -> str: return type_symbol.lstrip(string.digits) +def _cfl_label(name: str) -> str: + """ + Return a whitespace-free label for a CFL block or atom name. + + CFL block headers (``PATTERN_``, ``PHASE_``) and atom + labels are single whitespace-delimited tokens, so any internal + whitespace in a user-supplied name is collapsed to underscores. + + Parameters + ---------- + name : str + Experiment, structure, or atom name. + + Returns + ------- + str + The name with internal whitespace replaced by underscores. + """ + return '_'.join(str(name).split()) + + +def _fmt(value: float) -> str: + """ + Format a numeric value for a CFL free-format field. + + Parameters + ---------- + value : float + Value to format. + + Returns + ------- + str + Compact decimal representation with up to 8 significant figures. + """ + return f'{float(value):.8g}' + + +# CrysFML's CFL default is 5 FWHM, which truncates pseudo-Voigt tails +# relative to the FullProf verification profiles. +_CW_BRAGG_WINDOW_FWHM = 30.0 + + @CalculatorFactory.register class CrysfmlCalculator(CalculatorBase): """Wrapper for Crysfml library.""" @@ -103,9 +128,16 @@ class CrysfmlCalculator(CalculatorBase): tag='crysfml', description='CrysFML library for crystallographic calculations', ) - engine_imported: bool = cfml_py_utilities is not None + engine_imported: bool = cfml_py_utilities is not None and hasattr( + cfml_py_utilities, 'patterns_simulation' + ) url: str = 'https://code.ill.fr/scientific-software/crysfml' + def __init__(self) -> None: + """Initialize CrysFML calculator state.""" + super().__init__() + self._cw_doublet_fallback_warned = False + @property def name(self) -> str: """Short identifier of this calculator engine.""" @@ -162,44 +194,112 @@ def calculate_pattern( # Intentionally unused, required by public API/signature del called_by_minimizer - crysfml_dict = self._crysfml_dict(structure, experiment) + x = np.asarray(experiment.data.x, dtype=float) + if x.size == 0: + return np.asarray([]) + + cfl = self._crysfml_cfl(structure, experiment) try: - y = self._calculate_adjusted_pattern(crysfml_dict, experiment) - except KeyError: + y = self._calculate_adjusted_pattern(cfl, experiment) + except (KeyError, IndexError): log.warning('[CrysfmlCalculator] No calculated data') y = [] + except RuntimeError as exc: + # CrysFML signals an unsupported calculation by raising. The + # CFL simulation cannot generate time-of-flight reflections, + # so return a flat zero pattern (matching the experiment + # length) instead of crashing the caller's pattern sum. + log.warning( + f'[CrysfmlCalculator] CrysFML could not simulate this pattern ' + f'(returning zeros). Time-of-flight data is not supported by ' + f'the CFL backend. Details: {exc}' + ) + y = [0.0] * int(x.size) y = absorption_correction.apply(y, experiment) y = polarization_correction.apply(y, experiment) return np.asarray(y) def _calculate_adjusted_pattern( self, - crysfml_dict: dict[str, object], + cfl: list[str], experiment: ExperimentBase, ) -> list[float]: """Calculate a Crysfml pattern and match experiment length.""" - y = self._calculate_raw_pattern(crysfml_dict, experiment) - if y is None: + if self._cw_doublet_is_active(experiment): + y = self._calculate_cw_doublet_pattern(cfl, experiment) + else: + y = self._calculate_raw_pattern(cfl) + if y is None or len(y) == 0: return [] - return self._adjust_pattern_length(y, len(experiment.data.x)) + return self._adjust_pattern_length(list(y), len(experiment.data.x)) - @staticmethod - def _calculate_raw_pattern( - crysfml_dict: dict[str, object], + def _calculate_cw_doublet_pattern( + self, + cfl: list[str], experiment: ExperimentBase, ) -> list[float] | None: - """Calculate a Crysfml pattern without length adjustment.""" - if experiment.experiment_type.beam_mode.value == BeamModeEnum.CONSTANT_WAVELENGTH: - _, y = cfml_py_utilities.cw_powder_pattern_from_dict(crysfml_dict) - return y - if experiment.experiment_type.beam_mode.value == BeamModeEnum.TIME_OF_FLIGHT: - _, y = cfml_py_utilities.tof_powder_pattern_from_dict(crysfml_dict) - return y - log.warning( - f'[CrysfmlCalculator] Unsupported beam mode ' - f'{experiment.experiment_type.beam_mode.value}' + """Calculate an active CW doublet pattern through CrysFML.""" + if not self._cw_doublet_fallback_warned: + self._cw_doublet_fallback_warned = True + log.warning( + '[CrysfmlCalculator] Native CrysFML CW doublet is disabled; ' + 'using two single-wavelength CFL simulations.' + ) + return self._calculate_cw_doublet_from_single_wavelengths(cfl, experiment) + + def _calculate_cw_doublet_from_single_wavelengths( + self, + cfl: list[str], + experiment: ExperimentBase, + ) -> list[float] | None: + """Calculate a CW doublet as weighted single-wavelength runs.""" + instrument = getattr(experiment, 'instrument', None) + wavelength_1, wavelength_2, wavelength_ratio = self._cw_wavelengths(instrument) + y_1 = self._calculate_raw_pattern( + self._cfl_with_lambda(cfl, wavelength_1, wavelength_1, 0.0) + ) + y_2 = self._calculate_raw_pattern( + self._cfl_with_lambda(cfl, wavelength_2, wavelength_2, 0.0) + ) + if y_1 is None or y_2 is None or len(y_1) == 0 or len(y_2) == 0: + return None + y_1_array = np.asarray(y_1, dtype=float) + y_2_array = np.asarray(y_2, dtype=float) + return list(y_1_array + wavelength_ratio * y_2_array) + + def _cw_doublet_is_active(self, experiment: ExperimentBase) -> bool: + """Return whether a CW doublet is active.""" + beam_mode = experiment.experiment_type.beam_mode.value + if beam_mode != BeamModeEnum.CONSTANT_WAVELENGTH: + return False + instrument = getattr(experiment, 'instrument', None) + _wavelength_1, wavelength_2, wavelength_ratio = self._cw_wavelengths(instrument) + return wavelength_2 > 0.0 and wavelength_ratio > 0.0 + + @staticmethod + def _cfl_with_lambda( + cfl: list[str], + wavelength_1: float, + wavelength_2: float, + wavelength_ratio: float, + ) -> list[str]: + """Return CFL lines with a replacement ``LAMBDA`` directive.""" + lambda_line = ( + f' LAMBDA {_fmt(wavelength_1)} {_fmt(wavelength_2)} ' + f'{_fmt(wavelength_ratio)}' ) - return None + return [ + lambda_line if line.lstrip().upper().startswith('LAMBDA') else line + for line in cfl + ] + + @staticmethod + def _calculate_raw_pattern(cfl: list[str]) -> list[float] | None: + """Run CrysFML and return first pattern y.""" + patterns = cfml_py_utilities.patterns_simulation(cfl) + if not patterns: + return None + return patterns[0]['y'] def _adjust_pattern_length( # noqa: PLR6301 self, @@ -233,177 +333,240 @@ def _adjust_pattern_length( # noqa: PLR6301 return list(pattern) + [pattern[-1]] * pad return pattern - def _crysfml_dict( + # ------------------------------------------------------------------ + # CFL assembly + # ------------------------------------------------------------------ + + def _crysfml_cfl( self, - structure: Structures, + structure: Structure, experiment: ExperimentBase, - ) -> dict[str, ExperimentBase | Structure]: + ) -> list[str]: """ - Convert structure and experiment into a Crysfml dictionary. + Build the CFL description for one structure-experiment pair. Parameters ---------- - structure : Structures - The structure to convert. + structure : Structure + The structure to serialise as a ``PHASE_*`` block. experiment : ExperimentBase - The experiment to convert. + The experiment to serialise as a ``PATTERN_*`` block. Returns ------- - dict[str, ExperimentBase | Structure] - A dictionary representation of the structure and experiment. + list[str] + The CFL file content as a list of lines. """ - structure_dict = self._convert_structure_to_dict(structure) - experiment_dict = self._convert_experiment_to_dict(experiment) + return [ + *self._pattern_block(experiment), + '', + *self._phase_block(structure), + ] + + def _pattern_block(self, experiment: ExperimentBase) -> list[str]: + """Build the ``PATTERN_*`` block for the experiment.""" + name = _cfl_label(experiment.name) + radiation = self._radiation_keyword(experiment) + beam_mode = experiment.experiment_type.beam_mode.value + + if beam_mode == BeamModeEnum.TIME_OF_FLIGHT: + patt_type = f'{radiation} Powder TOF' + conditions = self._tof_condition_lines(experiment) + xmin, step, xmax = self._x_grid(experiment) + else: + patt_type = f'{radiation} Powder CW' + conditions = self._cw_condition_lines(experiment) + xmin, step, xmax = self._cw_x_grid(experiment) + + return [ + f'PATTERN_{name} 1', + f' Patt_Type {patt_type}', + *conditions, + f' GEN_PATT {_fmt(xmin)} {_fmt(step)} {_fmt(xmax)}', + f'END_PATTERN_{name}', + ] - return { - 'phases': [structure_dict], - 'experiments': [experiment_dict], - } + @staticmethod + def _radiation_keyword(experiment: ExperimentBase) -> str: + """Return the CFL ``Patt_Type`` radiation keyword.""" + probe = experiment.experiment_type.radiation_probe.value + if probe == RadiationProbeEnum.XRAY: + return 'X-rays' + return 'Neutrons' + + def _cw_condition_lines(self, experiment: ExperimentBase) -> list[str]: + """Build the constant-wavelength condition lines.""" + instrument = getattr(experiment, 'instrument', None) + peak = getattr(experiment, 'peak', None) + wavelength_1, wavelength_2, wavelength_ratio = self._cw_wavelengths(instrument) + u = self._param(peak, 'broad_gauss_u', 0.0) + v = self._param(peak, 'broad_gauss_v', 0.0) + w = self._param(peak, 'broad_gauss_w', 0.0) + x = self._param(peak, 'broad_lorentz_x', 0.0) + y = self._param(peak, 'broad_lorentz_y', 0.0) + asym1 = self._param(peak, 'asym_fcj_1', 0.0) + asym2 = self._param(peak, 'asym_fcj_2', 0.0) + return [ + ' Zero_Sy 0.0 0.0 0.0', + f' WDT {_fmt(_CW_BRAGG_WINDOW_FWHM)}', + ' Profile_function TCH_pVoigt', + f' ASYM {_fmt(asym1)} {_fmt(asym2)}', + ( + f' LAMBDA {_fmt(wavelength_1)} {_fmt(wavelength_2)} ' + f'{_fmt(wavelength_ratio)}' + ), + f' UVWXY {_fmt(u)} {_fmt(v)} {_fmt(w)} {_fmt(x)} {_fmt(y)}', + ] + + def _cw_wavelengths(self, instrument: object | None) -> tuple[float, float, float]: + """Return CrysFML CW wavelengths and relative intensity.""" + wavelength_1 = self._param(instrument, 'setup_wavelength', 0.0) + wavelength_2 = self._param(instrument, 'setup_wavelength_2', 0.0) + wavelength_ratio = self._param( + instrument, + 'setup_wavelength_2_to_1_ratio', + 0.0, + ) + if wavelength_2 > 0.0: + return wavelength_1, wavelength_2, wavelength_ratio + if wavelength_ratio > 0.0: + msg = ( + 'setup_wavelength_2_to_1_ratio requires a positive ' + 'setup_wavelength_2 value for CrysFML CW patterns.' + ) + raise ValueError(msg) + return wavelength_1, wavelength_1, 0.0 + + def _tof_condition_lines(self, experiment: ExperimentBase) -> list[str]: + """Build the time-of-flight condition lines.""" + instrument = getattr(experiment, 'instrument', None) + zero = self._param(instrument, 'calib_d_to_tof_offset', 0.0) + dtt1 = self._param(instrument, 'calib_d_to_tof_linear', 0.0) + dtt2 = self._param(instrument, 'calib_d_to_tof_quadratic', 0.0) + return [f' D2TOF {_fmt(zero)} {_fmt(dtt1)} {_fmt(dtt2)}'] - def _convert_structure_to_dict( # noqa: PLR6301 - self, - structure: Structure, - ) -> dict[str, Any]: + @staticmethod + def _x_grid(experiment: ExperimentBase) -> tuple[float, float, float]: """ - Convert a structure into a dictionary format. + Return ``(xmin, step, xmax)`` for the uniform CFL grid. - Parameters - ---------- - structure : Structure - The structure to convert. - - Returns - ------- - dict[str, Any] - A dictionary representation of the structure. + The step is derived assuming uniform spacing of the experiment + x-axis; ``GEN_PATT`` then regenerates the same number of points. """ - structure_dict = { - structure.name: { - '_space_group_name_H-M_alt': structure.space_group.name_h_m.value, - '_cell_length_a': structure.cell.length_a.value, - '_cell_length_b': structure.cell.length_b.value, - '_cell_length_c': structure.cell.length_c.value, - '_cell_angle_alpha': structure.cell.angle_alpha.value, - '_cell_angle_beta': structure.cell.angle_beta.value, - '_cell_angle_gamma': structure.cell.angle_gamma.value, - '_atom_site': [], - } - } - - for atom in structure.atom_sites: - atom_site = { - '_label': atom.id.value, - '_type_symbol': _element_symbol(atom.type_symbol.value), - '_fract_x': atom.fract_x.value, - '_fract_y': atom.fract_y.value, - '_fract_z': atom.fract_z.value, - '_occupancy': atom.occupancy.value, - '_adp_type': str(atom.adp_type.value), - '_B_iso_or_equiv': atom.adp_iso_as_b, - } - structure_dict[structure.name]['_atom_site'].append(atom_site) - - return structure_dict - - def _convert_experiment_to_dict( - self, - experiment: ExperimentBase, - ) -> dict[str, Any]: + x = np.asarray(experiment.data.x, dtype=float) + xmin = float(x[0]) + xmax = float(x[-1]) + step = (xmax - xmin) / (len(x) - 1) if len(x) > 1 else 1.0 + return xmin, step, xmax + + def _cw_x_grid(self, experiment: ExperimentBase) -> tuple[float, float, float]: + """Return the CW grid with two-theta zero encoded in x.""" + xmin, step, xmax = self._x_grid(experiment) + instrument = getattr(experiment, 'instrument', None) + zero = self._param(instrument, 'calib_twotheta_offset', 0.0) + return xmin - zero, step, xmax - zero + + def _phase_block(self, structure: Structure) -> list[str]: + """Build the ``PHASE_*`` block for the structure.""" + name = _cfl_label(structure.name) + cell = structure.cell + lines = [ + f'PHASE_{name} 1', + ( + f' Cell {_fmt(cell.length_a.value)} {_fmt(cell.length_b.value)} ' + f'{_fmt(cell.length_c.value)} {_fmt(cell.angle_alpha.value)} ' + f'{_fmt(cell.angle_beta.value)} {_fmt(cell.angle_gamma.value)}' + ), + f' SPGR {structure.space_group.name_h_m.value}', + ] + lines.extend(self._atom_line(atom, structure) for atom in structure.atom_sites) + lines.extend([ + ' Contributes_to_patterns 1', + ' Scale_Factors 1.0', + f'END_PHASE_{name}', + ]) + return lines + + def _atom_line(self, atom: object, structure: Structure) -> str: + """Build one CFL ``Atom`` line.""" + occupancy = self._normalized_occupancy(atom, structure) + return ( + f' Atom {_cfl_label(atom.id.value)} ' + f'{_element_symbol(atom.type_symbol.value)} ' + f'{_fmt(atom.fract_x.value)} {_fmt(atom.fract_y.value)} ' + f'{_fmt(atom.fract_z.value)} {_fmt(atom.adp_iso_as_b)} ' + f'{_fmt(occupancy)}' + ) + + def _normalized_occupancy(self, atom: object, structure: Structure) -> float: """ - Convert an experiment into a dictionary format. + Return FullProf occupancy for a CFL ``Atom`` line. + + CFL expects a site-normalized occupancy, whereas the model + stores plain crystallographic occupancy. When the multiplicities + cannot be resolved (untabulated space group), the plain + occupancy is used and a warning is emitted. Parameters ---------- - experiment : ExperimentBase - The experiment to convert. + atom : object + The atom site whose occupancy is converted. + structure : Structure + The parent structure, used for the space group. Returns ------- - dict[str, Any] - A dictionary representation of the experiment. + float + The occupancy value to write in the CFL ``Atom`` line. """ - experiment_dict = { - '_diffrn_radiation_probe': experiment.experiment_type.radiation_probe.value, - } - self._update_experiment_dict_from_instrument(experiment_dict, experiment) - self._update_experiment_dict_from_peak(experiment_dict, experiment) - self._update_experiment_dict_from_data(experiment_dict, experiment) - - return {'NPD': experiment_dict} - - def _update_experiment_dict_from_instrument( - self, - experiment_dict: dict[str, Any], - experiment: ExperimentBase, - ) -> None: - """ - Add instrument settings to the Crysfml experiment dictionary. - """ - if not hasattr(experiment, 'instrument'): - return - - self._copy_present_values( - experiment.instrument, - experiment_dict, - _INSTRUMENT_ATTRIBUTE_MAP, - ) - # if hasattr(experiment.instrument, - # 'calib_d_to_tof_reciprocal'): - # ??? = experiment.instrument.calib_d_to_tof_reciprocal.value - - def _update_experiment_dict_from_peak( - self, - experiment_dict: dict[str, Any], - experiment: ExperimentBase, - ) -> None: - """ - Add peak profile settings to the Crysfml experiment dictionary. - """ - if not hasattr(experiment, 'peak'): - return - - self._copy_present_values(experiment.peak, experiment_dict, _PEAK_ATTRIBUTE_MAP) + occupancy = atom.occupancy.value + factor = self._occupancy_multiplicity_factor(atom, structure) + if factor is None: + log.warning( + f"[CrysfmlCalculator] Could not resolve site multiplicity for " + f"atom '{atom.id.value}' in space group " + f"'{structure.space_group.name_h_m.value}'; using unnormalized " + f'occupancy, which may scale this phase incorrectly.' + ) + return occupancy + return occupancy * factor @staticmethod - def _update_experiment_dict_from_data( - experiment_dict: dict[str, Any], - experiment: ExperimentBase, - ) -> None: + def _occupancy_multiplicity_factor( + atom: object, + structure: Structure, + ) -> float | None: """ - Add scan data to the Crysfml experiment dictionary. + Return ``site_multiplicity / general_multiplicity`` or ``None``. + + Returns ``None`` when the space group is untabulated or the site + multiplicity cannot be determined. """ - if not hasattr(experiment, 'data'): - return - - data = experiment.data - x_data = data.x - - # Do not pass x_min, x_max, and x_inc; instead, always pass - # the full x_data to support non-uniform x spacing. - # x_min = float(x_data.min()) - # x_max = float(x_data.max()) - # x_inc = (x_max - x_min) / (len(x_data) - 1 + 1e-9) - - if hasattr(data, 'two_theta'): - # experiment_dict['_pd_meas_2theta_range_min'] = x_min - # experiment_dict['_pd_meas_2theta_range_max'] = x_max - # experiment_dict['_pd_meas_2theta_range_inc'] = x_inc - experiment_dict['_pd_meas_2theta_scan'] = x_data.tolist() - - if hasattr(data, 'time_of_flight'): - # experiment_dict['_pd_meas_tof_range_min'] = x_min - # experiment_dict['_pd_meas_tof_range_max'] = x_max - # experiment_dict['_pd_meas_tof_range_inc'] = x_inc - experiment_dict['_pd_meas_time_of_flight'] = x_data.tolist() + space_group = structure.space_group + name_hm = space_group.name_h_m.value + coord_code = space_group.coord_system_code.value + table = ecr.space_group_wyckoff_table(name_hm, coord_code) + if not table: + return None + general_mult = max(int(position['multiplicity']) for position in table.values()) + if general_mult <= 0: + return None + + site_mult = atom.multiplicity.value + if site_mult is None: + position = ecr.detect_wyckoff_position( + name_hm, + coord_code, + (atom.fract_x.value, atom.fract_y.value, atom.fract_z.value), + ) + site_mult = position.multiplicity if position is not None else None + if site_mult is None: + return None + return site_mult / general_mult @staticmethod - def _copy_present_values( - source: object, - target: dict[str, Any], - attribute_map: tuple[tuple[str, str], ...], - ) -> None: - """Copy mapped values into a dictionary.""" - for attribute_name, crysfml_key in attribute_map: - if hasattr(source, attribute_name): - target[crysfml_key] = getattr(source, attribute_name).value + def _param(source: object, attribute_name: str, default: float) -> float: + """Return a numeric ``value`` or default.""" + if source is None or not hasattr(source, attribute_name): + return default + return getattr(source, attribute_name).value diff --git a/src/easydiffraction/analysis/calculators/cryspy.py b/src/easydiffraction/analysis/calculators/cryspy.py index 5e8f63520..53e1e585f 100644 --- a/src/easydiffraction/analysis/calculators/cryspy.py +++ b/src/easydiffraction/analysis/calculators/cryspy.py @@ -264,13 +264,70 @@ def calculate_pattern( self._cryspy_dicts[combined_name] = copy.deepcopy(cryspy_dict) - cryspy_in_out_dict: dict[str, Any] = {} + y_calc = self._calculate_powder_pattern_from_dict( + cryspy_dict, + structure, + experiment, + combined_name, + ) + if y_calc is None: + return [] + return absorption_correction.apply(y_calc, experiment) + + def _calculate_powder_pattern_from_dict( + self, + cryspy_dict: dict[str, Any], + structure: Structure, + experiment: ExperimentBase, + combined_name: str, + ) -> np.ndarray | None: + """Calculate one powder pattern from a Cryspy dictionary.""" # TODO: This is temporary solution to mark all structures as # nuclear-only. Once magnetic structure is implemented, we # would need to auto-detect it. cryspy_dict[f'crystal_{structure.name}']['flag_only_nuclear'] = True + doublet_dict = None + if self._cw_doublet_is_active(experiment): + doublet_dict = copy.deepcopy(cryspy_dict) + + powder_block, y_calc = self._calculate_single_powder_pattern( + cryspy_dict, + experiment, + ) + if y_calc is None or powder_block is None: + return None + + self._last_powder_phase_blocks[combined_name] = powder_block.get( + f'dict_in_out_{structure.name}' + ) + if doublet_dict is None: + return y_calc + + _wavelength_1, wavelength_2, wavelength_ratio = self._cw_wavelengths( + getattr(experiment, 'instrument', None) + ) + self._set_cw_wavelength(doublet_dict, experiment, wavelength_2) + _doublet_block, doublet_y = self._calculate_single_powder_pattern( + doublet_dict, + experiment, + ) + if doublet_y is None: + return None + return y_calc + wavelength_ratio * doublet_y + + def _calculate_single_powder_pattern( + self, + cryspy_dict: dict[str, Any], + experiment: ExperimentBase, + ) -> tuple[dict[str, Any] | None, np.ndarray | None]: + """Calculate one single-wavelength powder pattern.""" + cryspy_block_name = self._powder_block_name(experiment) + if cryspy_block_name is None: + return None, None + + cryspy_in_out_dict: dict[str, Any] = {} # Calculate the pattern using Cryspy # TODO: Redirect stderr to suppress Cryspy warnings. # This is a temporary solution to avoid cluttering the output. @@ -285,33 +342,88 @@ def calculate_pattern( flag_calc_analytical_derivatives=False, ) + try: + powder_block = cryspy_in_out_dict[cryspy_block_name] + signal_plus = np.asarray(powder_block['signal_plus'], dtype=float) + signal_minus = np.asarray(powder_block['signal_minus'], dtype=float) + except KeyError: + log.warning(f'[CryspyCalculator] No calculated data for {cryspy_block_name}') + return None, None + return powder_block, signal_plus + signal_minus + + @staticmethod + def _powder_block_name(experiment: ExperimentBase) -> str | None: + """Return the Cryspy powder output block name.""" prefixes = { BeamModeEnum.CONSTANT_WAVELENGTH: 'pd', BeamModeEnum.TIME_OF_FLIGHT: 'tof', } beam_mode = experiment.experiment_type.beam_mode.value if beam_mode in prefixes: - cryspy_block_name = f'{prefixes[beam_mode]}_{experiment.name}' - else: - log.warning( - f'[CryspyCalculator] Unknown beam mode ' - f'{experiment.experiment_type.beam_mode.value}' - ) - return [] + return f'{prefixes[beam_mode]}_{experiment.name}' + log.warning( + f'[CryspyCalculator] Unknown beam mode ' + f'{experiment.experiment_type.beam_mode.value}' + ) + return None - try: - powder_block = cryspy_in_out_dict[cryspy_block_name] - signal_plus = powder_block['signal_plus'] - signal_minus = powder_block['signal_minus'] - y_calc = signal_plus + signal_minus - self._last_powder_phase_blocks[combined_name] = powder_block.get( - f'dict_in_out_{structure.name}' + def _cw_doublet_is_active(self, experiment: ExperimentBase) -> bool: + """Return whether a CW doublet is active.""" + beam_mode = experiment.experiment_type.beam_mode.value + if beam_mode != BeamModeEnum.CONSTANT_WAVELENGTH: + return False + _wavelength_1, wavelength_2, wavelength_ratio = self._cw_wavelengths( + getattr(experiment, 'instrument', None) + ) + return wavelength_2 > 0.0 and wavelength_ratio > 0.0 + + @staticmethod + def _cw_wavelengths(instrument: object | None) -> tuple[float, float, float]: + """Return primary and secondary CW wavelengths.""" + wavelength_1 = CryspyCalculator._parameter_value( + instrument, + 'setup_wavelength', + 0.0, + ) + wavelength_2 = CryspyCalculator._parameter_value( + instrument, + 'setup_wavelength_2', + 0.0, + ) + wavelength_ratio = CryspyCalculator._parameter_value( + instrument, + 'setup_wavelength_2_to_1_ratio', + 0.0, + ) + if wavelength_2 > 0.0: + return wavelength_1, wavelength_2, wavelength_ratio + if wavelength_ratio > 0.0: + msg = ( + 'setup_wavelength_2_to_1_ratio requires a positive ' + 'setup_wavelength_2 value for Cryspy CW patterns.' ) - except KeyError: - log.warning(f'[CryspyCalculator] No calculated data for {cryspy_block_name}') - return [] + raise ValueError(msg) + return wavelength_1, wavelength_1, 0.0 - return absorption_correction.apply(y_calc, experiment) + @staticmethod + def _set_cw_wavelength( + cryspy_dict: dict[str, Any], + experiment: ExperimentBase, + wavelength: float, + ) -> None: + """Set the active CW wavelength in a Cryspy dictionary.""" + cryspy_dict[f'pd_{experiment.name}']['wavelength'][0] = wavelength + + @staticmethod + def _parameter_value( + source: object | None, + attribute_name: str, + default: float, + ) -> float: + """Return a category parameter value or fallback.""" + if source is None or not hasattr(source, attribute_name): + return default + return float(getattr(source, attribute_name).value) def last_powder_refln_records( self, diff --git a/src/easydiffraction/datablocks/experiment/categories/instrument/cwl.py b/src/easydiffraction/datablocks/experiment/categories/instrument/cwl.py index 17485ebaa..7d32bb8e8 100644 --- a/src/easydiffraction/datablocks/experiment/categories/instrument/cwl.py +++ b/src/easydiffraction/datablocks/experiment/categories/instrument/cwl.py @@ -49,9 +49,9 @@ def __init__(self) -> None: ), ) - # Placeholder for a second incident wavelength (the X-ray Cu - # K-alpha1/K-alpha2 doublet). These are non-refinable - # NumericDescriptors: no engine consumes them yet, so a + # Second incident wavelength (the X-ray Cu K-alpha1/K-alpha2 + # doublet). These are non-refinable NumericDescriptors: only + # fixed doublet values are currently consumed by CrysFML, so a # refinable Parameter would let a fit silently move a value # with no effect. Defaults of 0.0 mean monochromatic, as today. self._setup_wavelength_2: NumericDescriptor = NumericDescriptor( @@ -115,8 +115,8 @@ def setup_wavelength_2(self) -> NumericDescriptor: Reading returns the underlying ``NumericDescriptor``; assigning a number updates its value. Default ``0.0`` means no second - component (monochromatic). Non-refinable placeholder: no engine - consumes it yet. + component (monochromatic). Non-refinable; CrysFML consumes it + when ``setup_wavelength_2_to_1_ratio`` is positive. """ return self._setup_wavelength_2 @@ -132,8 +132,8 @@ def setup_wavelength_2_to_1_ratio(self) -> NumericDescriptor: The ``_2_to_1_`` ordering names the direction: numerator is the second component, denominator the first. Range ``[0, 1]``; - default ``0.0`` disables the second component. Non-refinable - placeholder. + default ``0.0`` disables the second component. Non-refinable; + CrysFML consumes it together with ``setup_wavelength_2``. """ return self._setup_wavelength_2_to_1_ratio diff --git a/tests/unit/easydiffraction/analysis/calculators/test_crysfml.py b/tests/unit/easydiffraction/analysis/calculators/test_crysfml.py index 735f152a4..3e21865b2 100644 --- a/tests/unit/easydiffraction/analysis/calculators/test_crysfml.py +++ b/tests/unit/easydiffraction/analysis/calculators/test_crysfml.py @@ -1,6 +1,8 @@ # SPDX-FileCopyrightText: 2025 EasyScience contributors # SPDX-License-Identifier: BSD-3-Clause +from __future__ import annotations + from types import SimpleNamespace import numpy as np @@ -24,6 +26,51 @@ def _absorption_experiment_stub(x, mu_r): ) +def _parameter(value): + """Minimal category parameter stub.""" + return SimpleNamespace(value=value) + + +def _cw_cfl_experiment_stub( + x, + zero, + *, + radiation_probe=None, + wavelength_2=0.0, + wavelength_2_to_1_ratio=0.0, +): + """Minimal CWL experiment stub for CFL assembly.""" + from easydiffraction.datablocks.experiment.item.enums import BeamModeEnum + from easydiffraction.datablocks.experiment.item.enums import RadiationProbeEnum + + if radiation_probe is None: + radiation_probe = RadiationProbeEnum.NEUTRON + + return SimpleNamespace( + name='offset test', + experiment_type=SimpleNamespace( + beam_mode=SimpleNamespace(value=BeamModeEnum.CONSTANT_WAVELENGTH), + radiation_probe=SimpleNamespace(value=radiation_probe), + ), + data=SimpleNamespace(x=np.asarray(x, dtype=float)), + instrument=SimpleNamespace( + calib_twotheta_offset=_parameter(zero), + setup_wavelength=_parameter(1.494), + setup_wavelength_2=_parameter(wavelength_2), + setup_wavelength_2_to_1_ratio=_parameter(wavelength_2_to_1_ratio), + ), + peak=SimpleNamespace( + broad_gauss_u=_parameter(0.081547), + broad_gauss_v=_parameter(-0.115345), + broad_gauss_w=_parameter(0.121125), + broad_lorentz_x=_parameter(0.0), + broad_lorentz_y=_parameter(0.083038), + asym_fcj_1=_parameter(0.0), + asym_fcj_2=_parameter(0.0), + ), + ) + + def test_module_import(): import easydiffraction.analysis.calculators.crysfml as MUT @@ -38,7 +85,7 @@ def test_crysfml_calculate_pattern_applies_absorption(monkeypatch): x = np.array([10.0, 90.0, 150.0]) experiment = _absorption_experiment_stub(x, mu_r=0.7) raw = [100.0, 100.0, 100.0] - monkeypatch.setattr(calc, '_crysfml_dict', lambda s, e: {}) + monkeypatch.setattr(calc, '_crysfml_cfl', lambda s, e: []) monkeypatch.setattr(calc, '_calculate_adjusted_pattern', lambda d, e: list(raw)) out = calc.calculate_pattern(None, experiment) @@ -80,7 +127,7 @@ def test_crysfml_calculate_pattern_preserves_empty_no_data(monkeypatch): calc = CrysfmlCalculator() experiment = _absorption_experiment_stub([10.0, 20.0], mu_r=0.7) - monkeypatch.setattr(calc, '_crysfml_dict', lambda s, e: {}) + monkeypatch.setattr(calc, '_crysfml_cfl', lambda s, e: []) def _raise(_dict, _experiment): msg = 'no calculated data' @@ -102,6 +149,95 @@ def test_crysfml_engine_flag_and_structure_factors_raises(): calc.calculate_structure_factors(structures=None, experiments=None) +def test_crysfml_cw_pattern_block_encodes_zero_in_grid(): + from easydiffraction.analysis.calculators.crysfml import CrysfmlCalculator + + calc = CrysfmlCalculator() + experiment = _cw_cfl_experiment_stub([10.0, 11.0, 12.0], zero=0.5) + + block = calc._pattern_block(experiment) + + assert ' Zero_Sy 0.0 0.0 0.0' in block + assert ' WDT 30' in block + assert ' GEN_PATT 9.5 1 11.5' in block + + +def test_crysfml_cw_pattern_block_uses_xray_patt_type(): + from easydiffraction.analysis.calculators.crysfml import CrysfmlCalculator + from easydiffraction.datablocks.experiment.item.enums import RadiationProbeEnum + + calc = CrysfmlCalculator() + experiment = _cw_cfl_experiment_stub( + [10.0, 11.0], + zero=0.0, + radiation_probe=RadiationProbeEnum.XRAY, + ) + + block = calc._pattern_block(experiment) + + assert ' Patt_Type X-rays Powder CW' in block + + +def test_crysfml_cw_pattern_block_encodes_wavelength_doublet(): + from easydiffraction.analysis.calculators.crysfml import CrysfmlCalculator + + calc = CrysfmlCalculator() + experiment = _cw_cfl_experiment_stub( + [10.0, 11.0], + zero=0.0, + wavelength_2=1.5444, + wavelength_2_to_1_ratio=0.5, + ) + + block = calc._pattern_block(experiment) + + assert ' LAMBDA 1.494 1.5444 0.5' in block + + +def test_crysfml_cw_pattern_block_rejects_ratio_without_wavelength_2(): + from easydiffraction.analysis.calculators.crysfml import CrysfmlCalculator + + calc = CrysfmlCalculator() + experiment = _cw_cfl_experiment_stub( + [10.0, 11.0], + zero=0.0, + wavelength_2_to_1_ratio=0.5, + ) + + with pytest.raises(ValueError, match='setup_wavelength_2'): + calc._pattern_block(experiment) + + +def test_crysfml_cw_doublet_uses_single_wavelength_runs(monkeypatch): + from easydiffraction.analysis.calculators.crysfml import CrysfmlCalculator + + calc = CrysfmlCalculator() + experiment = _cw_cfl_experiment_stub( + [10.0, 11.0], + zero=0.0, + wavelength_2=1.5444, + wavelength_2_to_1_ratio=0.5, + ) + cfl = calc._pattern_block(experiment) + calls = [] + + def _raw_pattern(lines): + lambda_line = next(line for line in lines if line.lstrip().startswith('LAMBDA')) + calls.append(lambda_line) + if lambda_line == ' LAMBDA 1.494 1.494 0': + return [10.0, 20.0] + if lambda_line == ' LAMBDA 1.5444 1.5444 0': + return [2.0, 4.0] + return None + + monkeypatch.setattr(calc, '_calculate_raw_pattern', _raw_pattern) + + out = calc._calculate_adjusted_pattern(cfl, experiment) + + assert calls == [' LAMBDA 1.494 1.494 0', ' LAMBDA 1.5444 1.5444 0'] + assert out == [11.0, 22.0] + + def test_crysfml_adjust_pattern_length_truncates(): from easydiffraction.analysis.calculators.crysfml import CrysfmlCalculator diff --git a/tests/unit/easydiffraction/analysis/calculators/test_cryspy.py b/tests/unit/easydiffraction/analysis/calculators/test_cryspy.py index 1327bcb49..96b66f17f 100644 --- a/tests/unit/easydiffraction/analysis/calculators/test_cryspy.py +++ b/tests/unit/easydiffraction/analysis/calculators/test_cryspy.py @@ -576,7 +576,14 @@ def test_relabel_cif_tags_for_cryspy_maps_edi_tags_to_legacy(): assert '_space_group.name_h_m' not in out -def _absorption_cwl_experiment_stub(x, mu_r): +def _absorption_cwl_experiment_stub( + x, + mu_r, + *, + wavelength=1.5, + wavelength_2=0.0, + wavelength_2_to_1_ratio=0.0, +): """Minimal CWL experiment stub carrying a cylindrical absorption.""" from easydiffraction.datablocks.experiment.categories.absorption.cylinder_hewat import ( CylinderHewatAbsorption, @@ -590,6 +597,11 @@ def _absorption_cwl_experiment_stub(x, mu_r): experiment_type=SimpleNamespace( beam_mode=SimpleNamespace(value=BeamModeEnum.CONSTANT_WAVELENGTH) ), + instrument=SimpleNamespace( + setup_wavelength=SimpleNamespace(value=wavelength), + setup_wavelength_2=SimpleNamespace(value=wavelength_2), + setup_wavelength_2_to_1_ratio=SimpleNamespace(value=wavelength_2_to_1_ratio), + ), absorption=absorption, data=SimpleNamespace(x=np.asarray(x, dtype=float)), ) @@ -603,14 +615,20 @@ def _stub_cryspy_engine(monkeypatch, calc, block_payload): monkeypatch.setattr( calc, '_recreate_cryspy_obj', - lambda s, e: SimpleNamespace(get_dictionary=lambda: {f'crystal_{s.name}': {}}), + lambda s, e: SimpleNamespace( + get_dictionary=lambda: { + f'crystal_{s.name}': {}, + f'pd_{e.name}': {'wavelength': [e.instrument.setup_wavelength.value]}, + } + ), ) monkeypatch.setattr(calc, '_update_structure_in_cryspy_dict', lambda *a, **k: None) monkeypatch.setattr(calc, '_update_experiment_in_cryspy_dict', lambda *a, **k: None) - def _fake_rhochi(_dict, *, dict_in_out, **kwargs): + def _fake_rhochi(cryspy_dict, *, dict_in_out, **kwargs): if block_payload is not None: - dict_in_out['pd_exp'] = block_payload + payload = block_payload(cryspy_dict) if callable(block_payload) else block_payload + dict_in_out['pd_exp'] = payload monkeypatch.setattr(cryspy_mod, 'rhochi_calc_chi_sq_by_dictionary', _fake_rhochi) @@ -644,3 +662,35 @@ def test_cryspy_calculate_pattern_no_data_returns_empty(monkeypatch): out = calc.calculate_pattern(structure, experiment) assert list(out) == [] + + +def test_cryspy_calculate_pattern_combines_cw_doublet(monkeypatch): + from easydiffraction.analysis.calculators.cryspy import CryspyCalculator + + calc = CryspyCalculator() + structure = SimpleNamespace(name='s') + experiment = _absorption_cwl_experiment_stub( + np.array([10.0, 20.0]), + mu_r=0.0, + wavelength=1.5, + wavelength_2=1.54, + wavelength_2_to_1_ratio=0.5, + ) + raw_by_wavelength = { + 1.5: np.array([10.0, 20.0]), + 1.54: np.array([2.0, 4.0]), + } + calls = [] + + def _block_for_wavelength(cryspy_dict): + wavelength = cryspy_dict['pd_exp']['wavelength'][0] + calls.append(wavelength) + raw = raw_by_wavelength[wavelength] + return {'signal_plus': raw / 2.0, 'signal_minus': raw / 2.0} + + _stub_cryspy_engine(monkeypatch, calc, _block_for_wavelength) + + out = calc.calculate_pattern(structure, experiment) + + assert calls == [1.5, 1.54] + assert np.allclose(out, [11.0, 22.0]) From d740122c822ff50a8f1923d2e50689d7ba4f5c6e Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 09:33:24 +0200 Subject: [PATCH 05/64] Add LiF X-ray verification cases --- .../pd-xray-lif/lif_doublet_unpolarized.bac | 602 ++ .../pd-xray-lif/lif_doublet_unpolarized.dat | 602 ++ .../pd-xray-lif/lif_doublet_unpolarized.fou | 10 + .../pd-xray-lif/lif_doublet_unpolarized.inp | 34 + .../pd-xray-lif/lif_doublet_unpolarized.out | 696 ++ .../pd-xray-lif/lif_doublet_unpolarized.pcr | 57 + .../pd-xray-lif/lif_doublet_unpolarized.prf | 6067 +++++++++++++++++ .../pd-xray-lif/lif_doublet_unpolarized.rpa | 52 + .../pd-xray-lif/lif_doublet_unpolarized.sum | 144 + .../pd-xray-lif/lif_doublet_unpolarized.sym | 433 ++ .../pd-xray-lif/lif_doublet_unpolarized1.fst | 7 + .../pd-xray-lif/lif_single_absorption.bac | 602 ++ .../pd-xray-lif/lif_single_absorption.dat | 602 ++ .../pd-xray-lif/lif_single_absorption.fou | 10 + .../pd-xray-lif/lif_single_absorption.inp | 34 + .../pd-xray-lif/lif_single_absorption.out | 697 ++ .../pd-xray-lif/lif_single_absorption.pcr | 57 + .../pd-xray-lif/lif_single_absorption.prf | 6056 ++++++++++++++++ .../pd-xray-lif/lif_single_absorption.rpa | 52 + .../pd-xray-lif/lif_single_absorption.sum | 145 + .../pd-xray-lif/lif_single_absorption.sym | 433 ++ .../pd-xray-lif/lif_single_absorption1.fst | 7 + .../pd-xray-lif/lif_single_polarized.bac | 602 ++ .../pd-xray-lif/lif_single_polarized.dat | 602 ++ .../pd-xray-lif/lif_single_polarized.fou | 10 + .../pd-xray-lif/lif_single_polarized.inp | 34 + .../pd-xray-lif/lif_single_polarized.out | 696 ++ .../pd-xray-lif/lif_single_polarized.pcr | 57 + .../pd-xray-lif/lif_single_polarized.prf | 6056 ++++++++++++++++ .../pd-xray-lif/lif_single_polarized.rpa | 52 + .../pd-xray-lif/lif_single_polarized.sum | 144 + .../pd-xray-lif/lif_single_polarized.sym | 433 ++ .../pd-xray-lif/lif_single_polarized1.fst | 7 + .../pd-xray-lif/lif_single_unpolarized.bac | 602 ++ .../pd-xray-lif/lif_single_unpolarized.dat | 602 ++ .../pd-xray-lif/lif_single_unpolarized.fou | 10 + .../pd-xray-lif/lif_single_unpolarized.inp | 34 + .../pd-xray-lif/lif_single_unpolarized.out | 696 ++ .../pd-xray-lif/lif_single_unpolarized.pcr | 57 + .../pd-xray-lif/lif_single_unpolarized.prf | 6056 ++++++++++++++++ .../pd-xray-lif/lif_single_unpolarized.rpa | 104 + .../pd-xray-lif/lif_single_unpolarized.sum | 144 + .../pd-xray-lif/lif_single_unpolarized.sym | 433 ++ .../pd-xray-lif/lif_single_unpolarized1.fst | 7 + .../pd-xray-lif-doublet-unpolarized.ipynb | 280 + .../pd-xray-lif-doublet-unpolarized.py | 163 + .../pd-xray-lif-single-absorption.ipynb | 279 + .../pd-xray-lif-single-absorption.py | 162 + .../pd-xray-lif-single-polarized.ipynb | 280 + .../pd-xray-lif-single-polarized.py | 164 + .../pd-xray-lif-single-unpolarized.ipynb | 276 + .../pd-xray-lif-single-unpolarized.py | 159 + 52 files changed, 36600 insertions(+) create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.bac create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.dat create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.fou create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.inp create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.out create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.pcr create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.prf create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.rpa create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.sum create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.sym create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized1.fst create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.bac create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.dat create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.fou create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.inp create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.out create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.pcr create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.prf create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.rpa create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.sum create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.sym create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption1.fst create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.bac create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.dat create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.fou create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.inp create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.out create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.pcr create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.prf create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.rpa create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.sum create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.sym create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized1.fst create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.bac create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.dat create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.fou create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.inp create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.out create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.pcr create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.prf create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.rpa create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.sum create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.sym create mode 100644 docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized1.fst create mode 100644 docs/docs/verification/pd-xray-lif-doublet-unpolarized.ipynb create mode 100644 docs/docs/verification/pd-xray-lif-doublet-unpolarized.py create mode 100644 docs/docs/verification/pd-xray-lif-single-absorption.ipynb create mode 100644 docs/docs/verification/pd-xray-lif-single-absorption.py create mode 100644 docs/docs/verification/pd-xray-lif-single-polarized.ipynb create mode 100644 docs/docs/verification/pd-xray-lif-single-polarized.py create mode 100644 docs/docs/verification/pd-xray-lif-single-unpolarized.ipynb create mode 100644 docs/docs/verification/pd-xray-lif-single-unpolarized.py diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.bac b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.bac new file mode 100644 index 000000000..a4a1c7abd --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.bac @@ -0,0 +1,602 @@ + 10.000000 0.025000 160.000000 Background of: lif_doublet_unpolarized + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.dat b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.dat new file mode 100644 index 000000000..9817944a4 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.dat @@ -0,0 +1,602 @@ +10.000 0.025 160.000 LiF XrayDif dummy observed data + 179 147 165 172 150 165 150 158 134 146 + 167 159 139 145 165 150 149 156 143 166 + 154 131 144 131 140 147 155 148 140 138 + 127 146 147 114 129 129 128 136 148 132 + 141 135 141 145 131 142 148 151 127 133 + 131 125 129 128 134 142 115 138 125 120 + 130 118 118 116 119 101 117 142 112 114 + 111 122 131 107 121 123 120 126 125 120 + 103 121 109 115 122 123 107 126 133 120 + 100 130 130 109 116 121 99 107 110 136 + 113 102 117 111 105 92 110 116 124 111 + 91 106 122 121 119 114 129 95 117 102 + 102 117 99 124 107 108 99 113 104 92 + 98 107 88 96 104 81 111 78 104 119 + 106 105 96 81 95 96 103 91 112 107 + 87 112 92 79 92 103 97 102 86 97 + 103 93 111 95 96 93 85 104 98 108 + 76 92 95 89 105 95 92 105 89 99 + 101 97 93 99 100 83 93 96 69 101 + 97 85 95 85 111 85 86 100 88 98 + 92 93 94 93 81 98 78 79 93 81 + 88 73 85 106 88 94 96 91 101 89 + 87 95 87 97 81 87 93 90 73 98 + 86 80 82 97 80 81 80 81 73 106 + 92 101 98 104 106 98 114 97 129 112 + 141 167 157 200 215 321 397 434 445 313 + 197 155 110 118 86 110 95 93 98 80 + 85 106 86 103 92 88 94 79 92 106 + 82 104 94 88 97 93 90 120 93 106 + 89 92 100 91 99 81 89 79 91 84 + 92 107 99 92 87 88 67 81 86 85 + 103 85 77 105 93 96 93 85 75 105 + 85 89 86 76 86 71 101 100 89 74 + 101 103 95 100 87 94 84 102 92 80 + 82 105 84 83 93 92 105 94 88 97 + 88 110 110 84 89 98 92 86 110 98 + 93 94 104 96 105 99 117 111 100 125 + 99 107 107 98 84 112 99 93 108 100 + 91 98 124 98 121 114 93 87 95 95 + 121 102 127 119 118 107 100 95 116 136 + 92 127 127 115 124 130 123 137 136 165 + 150 173 190 211 212 255 264 305 353 415 + 507 623 833 1076 1417 1958 2624 3927 5466 7996 + 11062 12925 12506 10327 8178 6771 5910 4886 3432 2110 + 1182 802 623 527 435 393 356 333 295 316 + 280 248 264 216 202 211 187 168 208 160 + 171 149 166 138 168 129 147 134 125 137 + 112 128 134 121 138 103 124 115 119 109 + 119 116 127 133 121 109 114 113 120 118 + 102 110 118 123 116 112 107 121 104 124 + 105 128 115 128 99 130 109 125 138 141 + 135 125 140 152 177 177 191 195 225 258 + 301 337 468 618 837 1082 1507 2283 3235 4791 + 6588 8176 8122 6687 5078 3206 1822 1101 712 566 + 470 381 302 277 259 259 212 198 189 153 + 182 178 175 164 139 176 159 147 172 167 + 159 180 168 162 166 147 149 161 173 145 + 210 201 257 262 342 451 598 796 1089 1648 + 2386 3203 3155 2711 1970 1292 729 450 289 285 + 218 211 202 168 165 177 176 197 164 141 + 160 160 157 145 165 158 158 197 179 203 + 194 216 282 282 364 456 632 854 1213 1815 + 2863 4063 4649 4165 3168 2329 1423 738 438 367 + 295 246 246 191 179 178 170 182 158 182 + 179 184 181 169 171 191 175 216 195 224 + 209 251 257 298 297 378 406 499 590 746 + 983 1402 2108 3097 4641 7229 10690 13494 13106 10401 + 7908 5365 2857 1575 947 697 595 529 450 423 + 344 319 309 252 257 252 266 275 257 285 + 285 270 280 347 282 362 426 461 637 693 + 1051 1425 2158 3198 5190 8004 10350 9724 7797 6126 + 4329 2276 1177 756 591 486 352 340 314 270 + 256 253 245 206 212 183 205 185 164 197 + 167 175 159 152 162 168 151 153 128 167 + 147 140 139 153 153 154 145 147 134 160 + 137 134 131 157 137 145 151 164 171 172 + 165 168 162 193 169 199 186 208 196 182 + 246 245 284 340 364 382 519 665 837 1080 + 1566 2321 3438 5181 8141 12608 15702 14432 12071 9687 + 7137 4123 2094 1334 1013 780 668 467 438 379 + 355 263 287 299 247 253 236 223 193 198 + 184 204 185 174 201 168 185 175 171 153 + 162 135 159 139 147 127 143 140 115 142 + 123 156 133 135 128 130 127 120 121 106 + 134 114 107 123 111 92 134 87 130 97 + 101 113 119 122 114 117 84 105 111 104 + 119 119 101 117 122 105 128 116 126 115 + 121 116 144 141 128 148 165 172 182 174 + 193 230 247 312 325 423 589 755 1130 1670 + 2522 3976 5312 5540 4806 3984 3579 2684 1672 977 + 645 451 390 317 305 278 234 264 246 263 + 239 271 260 299 300 332 411 497 630 918 + 1214 1839 2852 4745 6636 7831 7010 5926 5069 4251 + 2900 1743 1167 841 646 517 412 354 301 282 + 234 204 235 226 207 200 180 180 179 172 + 180 157 154 173 198 147 168 157 199 209 + 242 257 328 467 631 994 1449 1522 1193 977 + 947 796 548 358 251 190 164 159 137 134 + 136 126 122 128 108 100 120 106 123 117 + 113 108 121 104 104 100 105 107 108 103 + 108 123 92 122 97 101 92 114 89 81 + 113 76 89 99 89 98 98 104 120 100 + 99 89 111 98 96 95 84 115 106 100 + 86 110 86 98 97 109 112 105 86 102 + 91 98 111 89 95 95 84 114 108 96 + 94 94 102 91 106 103 82 121 101 109 + 112 104 103 105 112 119 116 119 115 106 + 122 116 120 130 107 137 132 131 140 150 + 149 161 190 210 234 297 378 583 909 1431 + 2164 2620 2390 1970 1772 1685 1327 891 543 352 + 292 230 177 182 207 158 143 129 161 133 + 119 120 128 118 121 132 135 134 132 135 + 156 182 207 266 351 368 312 269 260 249 + 219 174 157 146 135 137 136 103 107 99 + 133 129 147 130 115 123 109 106 115 136 + 119 126 131 135 116 112 123 116 121 136 + 147 130 156 138 133 144 163 171 198 191 + 196 226 243 294 352 472 630 984 1383 2157 + 2946 2947 2469 1988 2056 1767 1317 793 524 362 + 282 264 227 186 194 168 177 199 174 169 + 183 194 204 189 213 296 350 476 746 894 + 816 615 549 596 524 395 306 223 164 206 + 198 162 173 163 144 169 160 156 143 187 + 146 146 157 177 173 171 197 214 254 333 + 505 760 1047 1074 910 689 698 717 570 382 + 273 291 231 278 239 272 257 316 315 377 + 419 593 709 1116 1749 2604 3739 4133 3642 2835 + 2622 2580 2147 1381 844 578 447 351 339 309 + 260 268 240 250 233 275 281 285 381 450 + 601 801 895 881 726 644 608 589 498 386 + 283 277 254 276 249 224 213 196 234 186 + 215 191 211 189 204 193 227 221 225 199 + 187 193 214 235 241 232 239 254 252 264 + 251 260 320 375 379 442 425 492 574 693 + 816 1046 1286 1773 2593 4047 6544 9907 12440 12196 + 9815 8006 7742 7431 5975 3773 2148 1465 1080 849 + 683 579 560 480 481 470 468 450 469 498 + 468 528 615 632 765 985 1263 1833 2821 4290 + 5647 5682 5372 5802 7664 7744 5866 4103 3552 3442 + 2855 1843 1102 771 578 517 456 381 379 335 + 326 303 286 287 274 272 282 267 236 255 + 238 218 224 209 228 244 234 221 237 224 + 217 187 261 216 246 244 282 276 314 333 + 385 413 609 855 1397 2190 3180 3151 2427 1819 + 1843 2058 1720 1115 716 480 364 297 300 267 + 227 215 189 213 174 175 193 183 178 166 + 171 171 172 161 151 143 141 139 172 153 + 169 141 125 135 142 134 142 138 152 159 + 140 143 136 147 144 148 153 112 148 138 + 119 121 160 136 164 137 166 142 158 176 + 175 183 249 309 389 541 720 682 600 452 + 443 453 437 329 289 226 201 182 160 178 + 146 181 142 201 182 174 168 174 233 275 + 331 464 712 969 1093 984 752 624 651 695 + 597 460 284 261 211 196 175 167 165 143 + 153 155 137 161 131 138 125 114 154 114 + 118 120 130 117 126 132 122 133 122 113 + 128 139 126 140 120 122 122 136 116 113 + 103 120 129 112 118 140 135 101 128 115 + 126 120 119 107 122 124 123 159 132 136 + 115 142 132 144 140 131 112 147 129 129 + 106 129 127 122 155 130 121 131 173 157 + 146 153 168 199 204 212 232 255 319 410 + 629 1090 1814 2668 2463 1752 1187 1257 1542 1549 + 1066 624 387 314 267 208 211 210 181 170 + 154 155 143 171 156 134 142 142 136 139 + 139 132 152 123 137 125 132 133 137 148 + 121 150 139 127 127 146 147 155 131 144 + 148 138 149 154 142 141 181 185 169 181 + 203 236 232 335 428 600 826 1143 1282 1262 + 1070 962 964 871 886 728 557 468 370 267 + 235 203 187 181 188 189 166 167 175 191 + 184 181 226 228 258 216 233 250 287 332 + 441 506 459 447 383 372 397 408 434 419 + 346 392 441 622 912 1096 1359 1605 1949 1937 + 1843 2020 1980 1741 1467 1209 1080 998 719 548 + 393 314 277 248 204 179 180 168 160 170 + 160 184 179 164 149 156 140 161 149 134 + 126 143 138 142 163 131 161 131 147 150 + 160 128 126 128 152 134 158 135 162 157 + 173 156 162 158 164 155 194 195 196 253 + 262 350 464 665 937 1141 1055 834 657 648 + 638 752 672 543 404 370 386 469 560 465 + 360 285 276 355 364 291 228 190 194 195 + 180 163 154 156 184 181 152 176 177 160 + 178 185 175 206 214 244 255 254 373 514 + 623 827 875 884 951 1181 1887 2582 2875 2303 + 1613 1270 1312 1510 1599 1288 890 794 643 683 + 884 1207 1571 1762 1506 1186 969 975 1015 1048 + 938 733 494 392 292 276 254 229 216 203 + 194 189 192 181 191 163 175 186 149 175 + 142 180 136 151 177 156 159 174 148 147 + 141 145 156 144 149 145 127 143 159 129 + 161 138 145 165 172 184 217 266 272 313 + 288 275 321 323 439 573 743 906 960 812 + 566 541 535 554 567 599 473 359 290 254 + 189 184 196 210 190 179 148 160 147 122 + 148 141 140 142 114 150 151 132 153 140 + 118 128 140 136 122 130 135 133 165 160 + 163 166 190 264 331 334 297 215 205 212 + 268 226 256 199 165 148 159 132 154 139 + 121 144 131 136 139 120 129 130 143 127 + 150 156 154 153 162 208 247 207 192 179 + 148 154 204 186 208 175 141 111 124 132 + 127 125 124 147 143 135 136 143 145 143 + 148 151 139 142 135 161 143 139 136 158 + 164 167 165 181 147 160 195 209 190 226 + 195 241 278 302 344 427 563 789 990 1317 + 1792 2342 2479 2083 1541 1233 1186 1301 1408 1348 + 1086 761 509 405 349 309 273 269 244 252 + 286 309 289 316 317 259 228 223 259 237 + 212 212 201 184 201 170 165 182 182 183 + 199 200 208 190 185 230 275 352 448 647 + 956 1241 1280 1063 730 559 576 678 833 919 + 838 736 578 449 352 332 306 308 321 300 + 245 216 201 182 162 147 163 193 149 171 + 166 202 155 141 162 155 166 190 174 189 + 211 169 195 197 235 250 286 344 394 561 + 722 930 1317 1481 1358 1037 813 746 717 877 + 916 896 663 502 396 302 255 280 238 238 + 233 267 258 267 346 468 667 897 976 870 + 617 478 483 485 541 636 625 465 354 276 + 231 232 190 216 192 191 172 178 212 172 + 174 183 142 176 174 159 196 194 202 246 + 258 272 227 206 220 234 235 252 241 246 + 280 326 391 456 640 670 639 521 515 493 + 632 854 1153 1468 1384 1196 879 770 660 705 + 773 815 766 626 469 409 338 280 267 303 + 290 315 308 375 471 637 830 1073 1024 833 + 639 528 502 569 667 732 600 516 444 417 + 430 431 409 399 319 289 333 368 368 375 + 332 257 253 244 250 251 239 260 202 234 + 236 222 268 246 261 301 352 434 507 687 + 891 929 869 744 766 883 1213 1390 1383 1276 + 1228 1172 1129 970 905 839 745 632 628 600 + 552 393 307 265 275 215 233 208 186 180 + 200 182 178 170 180 177 190 173 203 200 + 185 218 207 244 220 243 266 280 324 394 + 567 690 853 934 815 877 894 888 744 665 + 674 693 634 583 589 572 455 501 497 637 + 833 1120 968 776 526 397 372 472 548 682 + 632 479 341 304 211 213 199 185 190 194 + 183 193 204 201 264 298 373 364 306 270 + 271 259 298 371 433 565 625 581 460 365 + 291 270 311 317 411 435 426 481 415 358 + 268 245 239 204 246 236 272 241 203 182 + 189 163 165 161 145 149 163 166 138 141 + 158 145 131 135 147 133 140 144 155 157 + 196 193 175 172 174 148 164 177 183 250 + 310 439 401 356 276 178 216 209 222 263 + 281 270 217 181 183 174 171 151 142 130 + 147 146 148 124 129 128 135 143 135 145 + 134 131 154 135 139 155 143 151 154 160 + 141 160 155 171 166 159 187 205 212 230 + 313 346 402 511 535 696 717 624 520 421 + 399 344 380 468 482 453 373 267 229 209 + 176 193 210 179 173 207 225 265 315 289 + 229 197 204 221 249 258 290 401 434 421 + 368 358 396 462 547 580 497 442 397 313 + 316 296 341 355 373 333 274 262 290 329 + 333 356 280 237 214 238 243 204 239 255 + 249 226 191 222 193 236 264 308 340 330 + 282 229 235 204 203 252 249 232 222 217 + 226 222 238 265 341 339 338 302 275 242 + 218 232 297 360 399 423 365 273 254 262 + 216 316 339 402 509 598 700 742 619 470 + 398 379 352 351 379 443 466 438 357 289 + 258 233 216 241 235 277 309 358 356 323 + 273 243 224 243 250 220 267 291 282 252 + 255 328 357 411 375 323 267 240 208 209 + 236 248 261 256 244 203 173 170 174 168 + 167 181 159 195 168 180 186 175 191 213 + 274 266 323 421 552 799 1129 1277 1123 820 + 610 504 408 478 543 708 817 736 641 568 + 413 433 373 314 321 244 262 251 232 241 + 216 240 212 196 173 187 175 173 152 163 + 143 135 122 139 128 134 140 117 150 134 + 152 127 170 158 155 173 161 136 128 177 + 165 140 154 143 168 189 130 160 151 182 + 221 238 260 315 327 311 246 211 204 196 + 211 191 234 225 255 200 186 186 162 140 + 153 147 143 153 154 133 145 148 165 155 + 155 147 176 149 165 136 163 163 198 215 + 249 304 377 414 339 322 284 301 311 380 + 550 624 660 617 461 363 284 266 268 289 + 340 375 363 327 259 216 172 180 208 177 + 157 189 192 222 222 188 184 164 173 182 + 153 158 158 183 190 178 169 145 170 138 + 169 133 134 122 126 153 112 125 127 147 + 125 125 142 143 138 145 166 165 156 154 + 169 130 173 155 178 211 247 289 310 276 + 303 376 468 665 803 829 683 570 507 383 + 335 352 412 522 575 652 681 634 466 368 + 301 214 226 205 239 226 271 279 280 247 + 223 201 199 198 206 191 154 174 144 155 + 161 172 178 192 155 171 155 160 138 156 + 178 163 191 200 208 186 167 183 157 148 + 163 174 187 182 189 190 190 199 240 247 + 334 391 512 618 663 593 456 395 343 288 + 292 310 392 389 437 361 351 262 250 233 + 197 195 171 174 171 159 158 120 128 140 + 148 156 133 156 144 163 158 158 154 165 + 196 206 256 278 255 253 223 190 196 176 + 171 212 204 252 224 192 180 172 166 159 + 155 148 167 137 178 161 180 156 169 178 + 174 181 172 238 209 240 343 384 500 673 + 704 763 656 551 406 354 352 301 357 414 + 440 502 459 425 378 418 427 467 441 400 + 327 278 259 240 213 206 241 263 287 291 + 245 243 198 195 195 164 178 161 161 183 + 177 177 177 192 219 260 310 337 312 290 + 275 243 192 200 212 205 180 219 274 271 + 200 205 195 179 171 171 147 147 167 159 + 157 145 164 142 143 164 157 153 145 168 + 159 169 137 182 196 218 216 223 269 295 + 288 280 281 187 264 216 220 242 264 272 + 326 362 407 468 432 443 383 393 367 415 + 471 595 626 583 491 456 411 322 328 289 + 271 302 377 369 373 347 296 292 257 269 + 241 218 212 239 254 295 314 356 301 277 + 252 251 186 197 162 192 231 223 207 238 + 196 196 176 171 178 146 169 161 149 173 + 156 143 154 152 139 184 185 161 159 152 + 159 176 164 168 193 195 187 237 228 265 + 291 347 409 454 552 524 552 502 483 433 + 382 363 322 328 389 469 485 438 491 415 + 377 375 322 288 280 263 275 245 243 239 + 247 216 204 210 196 220 209 212 226 201 + 225 228 210 244 298 405 445 534 579 538 + 495 466 410 389 387 429 460 573 607 740 + 853 781 733 593 499 398 368 334 370 358 + 391 376 394 414 383 300 294 275 246 259 + 235 239 243 277 363 383 434 436 378 373 + 386 438 464 491 539 539 523 499 478 472 + 383 345 354 352 383 370 410 453 416 396 + 392 319 335 407 461 587 741 875 863 754 + 619 485 429 336 321 296 316 385 474 539 + 571 493 420 345 272 242 219 229 203 220 + 211 190 171 195 176 218 208 212 230 265 + 314 278 306 262 281 209 235 222 223 246 + 268 316 307 316 273 247 229 201 198 173 + 202 173 212 185 197 193 193 194 169 169 + 157 167 175 140 174 146 171 142 152 171 + 150 142 161 150 163 154 149 157 192 185 + 184 205 231 238 263 324 365 388 380 421 + 418 408 385 374 346 329 297 319 322 328 + 298 290 304 311 312 319 292 241 239 202 + 206 202 227 236 307 309 385 341 324 290 + 208 241 201 202 181 217 264 229 326 303 + 345 304 296 241 242 210 187 206 194 221 + 216 245 242 251 258 232 215 189 192 163 + 158 162 174 182 169 151 187 179 167 169 + 146 149 146 158 142 164 142 153 147 163 + 160 163 127 150 159 140 136 159 171 178 + 159 162 193 156 176 161 155 146 179 208 + 186 194 252 230 219 182 179 174 147 189 + 166 142 144 177 178 215 182 160 196 200 + 159 163 150 175 144 132 160 169 138 171 + 129 167 172 135 170 172 169 199 221 233 + 283 291 299 257 239 226 185 195 194 175 + 192 182 189 210 252 217 230 223 192 205 + 179 185 155 193 190 214 215 230 223 212 + 233 221 242 216 261 265 370 406 501 447 + 488 473 365 279 283 285 282 239 267 263 + 309 349 345 322 338 308 238 221 215 197 + 205 208 222 206 204 230 240 284 313 331 + 344 297 275 267 216 230 194 195 234 196 + 198 240 255 287 314 318 255 232 213 186 + 193 156 168 155 154 187 181 194 183 206 + 191 179 174 158 176 183 184 188 222 211 + 242 267 330 363 390 397 332 288 273 199 + 218 198 206 228 206 216 256 259 301 265 + 240 206 224 183 160 190 158 161 161 143 + 144 177 175 142 129 140 166 156 126 156 + 144 146 136 145 160 147 142 150 168 164 + 168 195 207 229 260 263 294 291 279 245 + 211 240 218 197 226 253 249 289 329 377 + 412 419 371 310 258 236 243 235 224 241 + 236 239 302 286 295 329 390 376 405 380 + 376 363 361 296 313 279 295 248 253 273 + 273 275 305 282 295 295 304 318 331 336 + 336 371 349 315 280 286 238 265 226 238 + 222 224 254 303 311 297 319 302 295 299 + 325 347 294 264 265 239 227 226 250 203 + 229 202 234 220 206 230 228 259 221 276 + 276 271 278 298 341 366 384 388 410 433 + 388 382 298 327 266 250 252 252 262 270 + 257 249 251 336 305 284 293 236 224 207 + 200 174 177 180 163 150 181 174 141 156 + 143 166 148 174 153 160 159 160 155 141 + 148 157 157 161 171 164 169 170 167 189 + 220 252 328 298 286 290 266 220 171 193 + 194 170 235 195 207 227 261 320 343 339 + 411 416 350 350 288 343 300 286 283 249 + 258 232 229 233 215 250 258 250 251 245 + 233 220 257 219 207 208 191 187 198 176 + 184 190 192 159 176 166 196 172 180 208 + 219 202 177 175 170 167 175 153 145 178 + 168 153 159 179 196 175 174 168 180 139 + 157 143 156 157 151 155 158 155 141 152 + 145 158 153 149 153 150 144 150 143 172 + 141 166 170 162 206 182 172 183 175 178 + 179 157 163 182 184 177 163 172 185 159 + 185 176 169 161 173 190 193 150 175 151 + 176 166 171 187 180 216 212 269 301 313 + 319 328 299 252 252 228 200 209 202 225 + 199 251 236 263 299 302 338 248 259 262 + 213 211 206 210 168 191 159 183 202 211 + 205 206 205 223 200 184 189 186 185 205 + 197 210 206 202 174 175 190 165 173 179 + 192 168 168 181 170 200 198 219 211 238 + 222 205 221 204 219 196 210 196 234 212 + 191 250 230 226 277 263 296 319 338 385 + 408 381 356 290 284 268 222 245 214 211 + 204 227 254 236 290 305 290 337 276 281 + 238 243 231 205 205 193 180 171 185 191 + 191 190 179 169 175 199 179 189 210 191 + 206 212 210 235 205 182 185 177 171 153 + 154 152 170 155 156 153 171 188 181 180 + 201 183 191 184 187 163 161 165 160 185 + 198 164 176 182 172 172 186 189 181 231 + 209 211 227 226 193 216 211 211 193 175 + 192 209 196 195 230 231 239 311 285 263 + 289 262 214 212 218 186 191 199 183 190 + 168 194 191 195 207 218 222 241 242 219 + 189 202 202 190 225 204 223 262 258 317 + 312 304 299 278 265 221 205 225 211 203 + 192 201 197 227 184 205 216 256 253 288 + 249 280 219 217 249 229 198 193 178 205 + 210 185 179 213 233 225 232 264 271 285 + 273 342 326 401 358 432 331 361 330 283 + 282 263 245 232 219 251 241 241 265 237 + 251 266 291 301 300 280 332 285 276 261 + 262 264 280 291 292 284 266 240 219 232 + 218 192 181 184 219 187 174 184 204 197 + 217 215 213 212 218 210 224 183 178 205 + 184 185 180 197 154 171 181 155 145 184 + 180 173 168 190 169 161 174 158 167 182 + 165 183 168 159 161 155 189 186 150 168 + 186 194 155 171 151 165 175 156 163 164 + 166 185 163 202 186 183 183 155 199 176 + 188 177 165 198 170 186 188 193 190 207 + 234 205 212 216 213 266 257 269 300 330 + 339 357 382 326 325 282 284 305 353 293 + 354 327 397 378 367 341 307 311 274 313 + 351 347 326 307 293 260 283 272 272 302 + 307 313 332 337 327 331 343 329 371 392 + 418 493 471 481 485 486 422 425 387 379 + 330 338 327 321 327 386 375 412 398 371 + 398 377 382 419 397 373 325 333 311 301 + 293 291 268 279 289 278 266 268 284 258 + 251 258 247 251 211 209 220 218 191 186 + 214 213 216 227 196 202 213 186 198 224 + 177 197 160 191 209 217 216 215 200 207 + 202 234 218 252 249 281 270 287 318 319 + 370 397 434 494 424 485 464 454 461 371 + 326 309 280 332 297 277 293 303 342 293 + 322 350 360 343 387 437 442 460 486 451 + 433 459 369 415 340 328 323 291 265 305 + 279 298 320 299 306 340 314 329 324 367 + 378 335 338 293 299 293 263 285 277 283 + 326 291 311 315 351 367 353 387 404 365 + 354 382 318 310 342 355 334 382 359 322 + 317 322 315 322 260 275 282 290 318 296 + 276 281 309 281 305 298 276 252 303 282 + 308 302 293 288 268 300 319 297 302 304 + 346 392 454 519 565 590 593 601 563 482 + 500 403 417 386 328 293 321 300 313 294 + 318 294 329 329 364 360 385 412 426 405 + 418 417 358 384 387 312 316 304 295 296 + 294 273 325 330 345 300 370 350 381 297 + 316 300 270 271 292 249 263 269 273 252 + 250 225 241 245 268 276 264 282 294 314 + 303 269 295 283 293 286 264 255 259 252 + 270 255 304 293 311 285 332 321 350 358 + 431 433 427 380 413 422 348 388 355 370 + 353 322 348 325 320 369 351 400 379 399 + 406 396 397 415 439 438 437 478 495 511 + 450 497 498 433 477 484 430 431 454 399 + 382 384 351 334 347 336 330 306 330 311 + 298 301 344 335 334 303 326 359 397 356 + 347 310 347 332 312 335 334 316 309 294 + 334 342 332 279 267 257 292 288 273 245 + 269 248 228 250 249 230 238 217 238 212 + 246 246 239 262 265 264 240 250 246 226 + 227 235 226 256 190 215 236 223 227 203 + 206 190 232 230 201 219 203 216 213 208 + 224 210 202 212 205 236 220 194 199 201 + 216 237 212 225 203 241 232 260 253 257 + 282 291 283 325 333 335 293 315 297 310 + 285 285 276 258 251 269 228 215 259 235 + 257 241 289 229 267 270 284 265 274 275 + 279 277 269 267 263 299 262 263 268 235 + 232 261 236 224 251 249 247 217 238 231 + 251 261 251 308 300 333 311 283 279 289 + 281 273 244 299 263 257 209 284 256 270 + 280 276 282 293 282 285 309 299 295 307 + 253 258 255 297 296 248 286 288 259 276 + 256 257 268 246 273 271 306 287 286 303 + 283 335 330 366 380 334 362 408 432 479 + 440 484 478 479 513 472 445 466 437 414 + 396 374 314 326 326 323 316 354 315 351 + 329 370 366 415 444 423 414 412 463 464 + 424 427 411 394 383 394 330 360 359 303 + 294 289 271 288 264 284 262 274 278 293 + 289 309 292 313 286 291 303 279 298 301 + 278 261 314 299 316 353 319 339 335 341 + 306 303 298 290 317 318 296 336 295 284 + 241 276 245 247 263 270 261 239 247 250 + 209 238 247 257 255 273 272 319 274 307 + 253 284 254 274 278 237 257 249 261 242 + 256 255 236 234 250 233 250 231 252 244 + 256 226 267 246 257 255 278 292 308 274 + 375 361 344 361 347 352 322 337 267 268 + 286 279 276 252 242 277 271 275 272 295 + 281 338 320 350 381 404 451 441 452 417 + 450 436 437 440 474 453 457 438 387 386 + 366 341 337 308 329 283 296 289 297 240 + 268 282 297 291 281 305 336 324 307 332 + 328 309 315 330 291 290 344 314 324 327 + 259 268 305 304 300 285 292 289 294 278 + 261 297 252 280 245 266 283 238 266 262 + 249 255 240 239 221 251 212 233 238 249 + 256 216 262 249 248 263 281 234 290 269 + 284 233 286 275 263 245 259 276 229 261 + 273 272 231 212 233 256 241 228 234 238 + 216 207 221 233 238 217 238 251 268 259 + 230 276 257 260 255 244 258 279 291 290 + 295 289 273 306 307 264 289 270 234 252 + 243 244 251 235 234 246 239 257 218 234 + 230 253 248 257 248 255 261 275 288 301 + 283 308 268 300 305 254 251 256 280 290 + 267 278 302 264 263 289 231 271 289 268 + 310 278 280 262 234 278 288 265 302 278 + 273 279 303 318 317 312 303 312 311 308 + 304 284 281 287 262 273 284 261 241 238 + 276 276 274 262 279 274 238 278 273 274 + 260 245 293 307 304 266 287 292 295 295 + 305 300 281 287 299 268 292 267 236 248 + 272 274 237 251 245 285 252 272 258 269 + 268 299 240 263 260 315 315 295 279 295 + 333 322 338 383 339 311 323 295 275 295 + 289 294 287 275 249 232 269 258 268 290 + 253 266 234 233 223 231 252 275 267 251 + 284 281 254 265 309 269 296 290 301 297 + 300 345 298 347 345 374 366 387 392 438 + 465 470 443 511 473 474 455 473 452 460 + 440 386 385 402 418 382 348 344 360 366 + 351 322 327 318 352 341 308 357 325 367 + 383 381 376 381 434 410 412 411 393 427 + 429 441 407 412 456 389 386 382 368 352 + 367 366 364 366 352 312 345 336 284 310 + 289 318 287 303 306 320 330 334 345 367 + 407 379 410 396 429 425 449 416 394 390 + 394 404 356 350 378 369 362 311 297 307 + 293 291 338 300 290 317 312 270 313 278 + 321 327 332 337 328 301 322 334 330 315 + 311 302 338 321 317 331 335 345 317 306 + 309 336 309 299 319 310 287 281 268 260 + 279 279 289 265 261 264 260 271 265 270 + 280 304 283 289 294 325 269 282 293 275 + 283 281 283 277 284 275 277 278 273 284 + 267 270 287 316 261 283 294 275 324 306 + 302 276 392 339 309 315 322 359 308 335 + 315 318 319 328 315 303 296 300 304 283 + 292 266 279 295 258 289 272 251 305 263 + 261 299 291 276 294 259 254 297 287 257 + 284 255 260 259 300 264 300 287 298 283 + 279 271 291 304 299 272 316 298 322 306 + 268 257 279 262 269 291 258 269 295 293 + 268 264 272 272 288 270 267 277 310 292 + 276 290 319 322 316 343 345 379 383 389 + 437 371 405 427 442 424 438 396 384 381 + 329 322 319 274 318 304 316 324 275 319 + 259 272 262 270 263 266 242 265 251 276 + 277 260 256 240 278 252 286 295 268 301 + 296 268 299 298 305 293 327 343 362 367 + 358 324 322 330 356 353 351 324 359 339 + 289 330 295 293 293 300 296 319 302 276 + 293 271 283 256 258 269 272 213 257 274 + 242 245 252 212 261 281 259 253 280 255 + 229 241 242 248 259 257 256 253 281 292 + 254 273 278 277 264 219 271 279 246 268 + 282 272 270 221 262 286 267 254 267 259 + 267 276 269 251 256 228 248 243 254 254 + 245 242 250 264 274 255 281 229 263 250 + 241 259 268 285 241 255 268 257 263 266 + 298 281 271 261 280 296 283 341 280 304 + 282 258 262 279 285 319 293 322 316 348 + 341 339 321 373 376 366 402 391 405 407 + 422 395 434 419 426 385 390 375 357 343 + 359 344 285 324 317 345 303 315 288 301 + 281 327 316 260 299 302 249 293 271 296 + 258 283 268 271 305 268 234 286 278 274 + 274 253 238 291 274 300 282 303 285 323 + 340 283 355 288 335 350 313 303 338 326 + 359 372 325 325 352 345 348 330 336 310 + 343 321 329 325 329 330 311 316 327 320 + 306 348 345 330 325 371 381 421 388 403 + 413 417 391 385 376 382 420 374 352 328 + 368 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.fou b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.fou new file mode 100644 index 000000000..9b10dcf14 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.fou @@ -0,0 +1,10 @@ + Phase No.: 1 LiF + 1 1 1 100.7473 18.6644 180.6272 + 2 0 0 157.5669 28.6979 0.4029 + 2 2 0 116.2118 20.7697 0.5299 + 3 1 1 60.9470 8.8782 181.1947 + 2 2 2 100.0868 15.9910 0.6551 + 4 0 0 130.8829 12.8440 0.7764 + 3 3 1 54.9224 5.8148 181.6528 + 4 2 0 84.4552 10.6469 0.8915 + 4 2 2 105.0898 9.0421 0.9992 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.inp b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.inp new file mode 100644 index 000000000..299dd8099 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.inp @@ -0,0 +1,34 @@ + ! Template file to be used with the program FOURIER + ! Title of the job +Titl LiF XrayDif Cu Kalpha doublet unpolarized Wdt48 + + ! Cell parameters +Cell 4.0267 4.0267 4.0267 90.0000 90.0000 90.0000 + + ! Atoms in the asymmetric unit +Atom Li1 0.00000 0.00000 0.00000 1.00000 +Atom F1 0.50000 0.50000 0.50000 1.00000 + + ! Space group symbol +Spgr F m -3 m + + ! Type of Fourier synthesis +Fourier Fobs + + ! Name of the Fourier-reflection file +File fou lif_doublet_unpolarized.fou + + ! Format of the Fourier-reflection file +Form h k l fo fc phase + + ! List distances +List dist 0.6 2.6 + + ! Standard output binary file +File bin + + ! Peak search +Scan 5 + + ! End of file +End diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.out b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.out new file mode 100644 index 000000000..34f21acb7 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.out @@ -0,0 +1,696 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 18/06/2026 Time: 09:28:34.108 + + => PCR file code: lif_doublet_unpolarized + => DAT file code: lif_doublet_unpolari -> Relative contribution: 1.0000 + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of X-ray powder diffraction data + => Global Refinement of X-ray powder diffraction data + Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) + => Title: LiF XrayDif Cu Kalpha doublet unpolarized Wdt48 + + => Number of phases: 1 + => Number of excluded regions: 2 + => Number of scattering factors supplied: 0 + => Conventional weights: w=1.0/Variance(yobs) + => Asymmetry correction as in J.Appl.Cryst. 26,128(1993) + => Background refined by polynomial function + => The 7th default profile function was selected + => T-C-H Pseudo-Voigt function + This function is convoluted with asymmetry due to axial + divergence as formulated by: + van Laar and Yelon, J. Appl. Cryst. 17, 47(1984). + and using the method of: + Finger, Cox and Jephcoat, J. Appl. Cryst. 27, 892 (1994). + Fortran 90 module adapted from function PROFVAL (in F77) : + L.W. Finger, J. Appl. Cryst. 31, 111 (1998). + + + ==> INPUT/OUTPUT OPTIONS: + + => Generate bacground file *.bac + => Generate file *.PRF for plot + => Output Integrated Intensities + => Generate new input file *.PCR + + => Data supplied in free format for pattern: 1 + => Plot pattern at each cycle + => Wavelengths: 1.54056 1.54440 + => Alpha2/Alpha1 ratio: 0.5000 + => Cos(Monochromator angle)= 0.0000 + => Asymmetry correction for angles lower than 160.000 degrees + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 48.00 + + => Number of cycles: 30 + => Relaxation factors ==> for coordinates: 0.10 + => for anisotropic temperature factors: 0.10 + => for halfwidth/strain/size parameters: 0.10 + => for lattice constants and propagation vectors: 0.10 + => EPS-value for convergence: 0.1 + + => Excluded regions for Pattern# 1 + From to + 0.0000 10.0000 + 160.0000 180.0000 + + => Number of Least-Squares parameters varied: 0 + + =>---------------------------> + =>-------> PATTERN number: 1 + =>---------------------------> + => Global parameters and codes ==> + => Zero-point: 0.0000 0.0000 + => Background parameters and codes ==> + => Origin of polynomial at 2theta/TOF/E(KeV): 50.000 + 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 + 0.00 0.00 0.00 0.00 0.00 0.00 + => Displacement peak-shift parameter and code: 0.00 0.00 + => Transparency peak-shift parameter and code: 0.00 0.00 + + => Reading Intensity data =>> + + ==> Angular range, step and number of points: + 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 + -------------------------------------------------------------------------------- + => Phase No. 1 + LiF + -------------------------------------------------------------------------------- + =>-------> Pattern# 1 + => Crystal Structure Refinement + => Preferred orientation vector: 0.0000 0.0000 1.0000 + + =>-------> Data for PHASE: 1 + => Number of atoms: 2 + => Number of distance constraints: 0 + => Number of angle constraints: 0 + + => Symmetry information on space group: F m -3 m + -> The multiplicity of the general position is: 192 + -> The space group is Centric (-1 at origin) + -> Lattice type F: { 000; 0 1/2 1/2; 1/2 0 1/2; 1/2 1/2 0 }+ + -> Reduced set of symmetry operators: + + No. IT Symmetry symbol Rotation part Associated Translation + 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} + 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.0000 0.0000 0.0000} + 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.0000 0.0000 0.0000} + 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.0000 0.0000 0.0000} + 5: ( 9) 3- ( x, x, x) --> ( y, z, x) + { 0.0000 0.0000 0.0000} + 6: (12) 3- (-x, x,-x) --> (-y,-z, x) + { 0.0000 0.0000 0.0000} + 7: (11) 3- (-x,-x, x) --> ( y,-z,-x) + { 0.0000 0.0000 0.0000} + 8: (10) 3- ( x,-x,-x) --> (-y, z,-x) + { 0.0000 0.0000 0.0000} + 9: ( 5) 3+ ( x, x, x) --> ( z, x, y) + { 0.0000 0.0000 0.0000} + 10: ( 8) 3+ (-x,-x, x) --> (-z, x,-y) + { 0.0000 0.0000 0.0000} + 11: ( 7) 3+ ( x,-x,-x) --> (-z,-x, y) + { 0.0000 0.0000 0.0000} + 12: ( 6) 3+ (-x, x,-x) --> ( z,-x,-y) + { 0.0000 0.0000 0.0000} + 13: (14) 2 ( x,-x, 0) --> (-y,-x,-z) + { 0.0000 0.0000 0.0000} + 14: (15) 4- ( 0, 0, z) --> ( y,-x, z) + { 0.0000 0.0000 0.0000} + 15: (16) 4+ ( 0, 0, z) --> (-y, x, z) + { 0.0000 0.0000 0.0000} + 16: (13) 2 ( x, x, 0) --> ( y, x,-z) + { 0.0000 0.0000 0.0000} + 17: (24) 2 (-x, 0, x) --> (-z,-y,-x) + { 0.0000 0.0000 0.0000} + 18: (21) 4+ ( 0, y, 0) --> ( z, y,-x) + { 0.0000 0.0000 0.0000} + 19: (22) 2 ( x, 0, x) --> ( z,-y, x) + { 0.0000 0.0000 0.0000} + 20: (23) 4- ( 0, y, 0) --> (-z, y, x) + { 0.0000 0.0000 0.0000} + 21: (19) 2 ( 0, y,-y) --> (-x,-z,-y) + { 0.0000 0.0000 0.0000} + 22: (18) 2 ( 0, y, y) --> (-x, z, y) + { 0.0000 0.0000 0.0000} + 23: (17) 4- ( x, 0, 0) --> ( x, z,-y) + { 0.0000 0.0000 0.0000} + 24: (20) 4+ ( x, 0, 0) --> ( x,-z, y) + { 0.0000 0.0000 0.0000} + + + Information on Space Group: + --------------------------- + + => Number of Space group: 225 + => Hermann-Mauguin Symbol: F m -3 m + => Hall Symbol: -F 4 2 3 + => Setting Type: IT (Generated from Hermann-Mauguin symbol) + => Crystal System: Cubic + => Laue Class: m-3m + => Point Group: m-3m + => Bravais Lattice: F + => Lattice Symbol: cF + => Reduced Number of S.O.: 24 + => General multiplicity: 192 + => Centrosymmetry: Centric (-1 at origin) + => Generators (exc. -1&L): 3 + => Asymmetric unit: 0.000 <= x <= 0.500 + 0.000 <= y <= 0.250 + 0.000 <= z <= 0.250 + => Centring vectors: 3 + => Latt( 1): (1/2,1/2,0) => Latt( 2): (1/2,0,1/2) + => Latt( 3): (0,1/2,1/2) + + => List of all Symmetry Operators and Symmetry Symbols + + => SYMM( 1): x,y,z Symbol: 1 + => SYMM( 2): x,-y,-z Symbol: 2 x,0,0 + => SYMM( 3): -x,y,-z Symbol: 2 0,y,0 + => SYMM( 4): -x,-y,z Symbol: 2 0,0,z + => SYMM( 5): y,z,x Symbol: 3- x,x,x + => SYMM( 6): -y,-z,x Symbol: 3+ x,-x,x + => SYMM( 7): y,-z,-x Symbol: 3+ x,x,-x + => SYMM( 8): -y,z,-x Symbol: 3- x,-x,-x + => SYMM( 9): z,x,y Symbol: 3+ x,x,x + => SYMM( 10): -z,x,-y Symbol: 3- x,x,-x + => SYMM( 11): -z,-x,y Symbol: 3+ x,-x,-x + => SYMM( 12): z,-x,-y Symbol: 3- x,-x,x + => SYMM( 13): y,x,z Symbol: m x,x,z + => SYMM( 14): -y,x,-z Symbol: -4- 0,0,z; 0,0,0 + => SYMM( 15): y,-x,-z Symbol: -4+ 0,0,z; 0,0,0 + => SYMM( 16): -y,-x,z Symbol: m x,-x,z + => SYMM( 17): z,y,x Symbol: m x,y,x + => SYMM( 18): -z,-y,x Symbol: -4+ 0,y,0; 0,0,0 + => SYMM( 19): -z,y,-x Symbol: m x,y,-x + => SYMM( 20): z,-y,-x Symbol: -4- 0,y,0; 0,0,0 + => SYMM( 21): x,z,y Symbol: m x,y,y + => SYMM( 22): x,-z,-y Symbol: m x,y,-y + => SYMM( 23): -x,-z,y Symbol: -4- x,0,0; 0,0,0 + => SYMM( 24): -x,z,-y Symbol: -4+ x,0,0; 0,0,0 + => SYMM( 25): -x,-y,-z Symbol: -1 0,0,0 + => SYMM( 26): -x,y,z Symbol: m 0,y,z + => SYMM( 27): x,-y,z Symbol: m x,0,z + => SYMM( 28): x,y,-z Symbol: m x,y,0 + => SYMM( 29): -y,-z,-x Symbol: -3- x,x,x; 0,0,0 + => SYMM( 30): y,z,-x Symbol: -3+ x,-x,x; 0,0,0 + => SYMM( 31): -y,z,x Symbol: -3+ x,x,-x; 0,0,0 + => SYMM( 32): y,-z,x Symbol: -3- x,-x,-x; 0,0,0 + => SYMM( 33): -z,-x,-y Symbol: -3+ x,x,x; 0,0,0 + => SYMM( 34): z,-x,y Symbol: -3- x,x,-x; 0,0,0 + => SYMM( 35): z,x,-y Symbol: -3+ x,-x,-x; 0,0,0 + => SYMM( 36): -z,x,y Symbol: -3- x,-x,x; 0,0,0 + => SYMM( 37): -y,-x,-z Symbol: 2 x,-x,0 + => SYMM( 38): y,-x,z Symbol: 4- 0,0,z + => SYMM( 39): -y,x,z Symbol: 4+ 0,0,z + => SYMM( 40): y,x,-z Symbol: 2 x,x,0 + => SYMM( 41): -z,-y,-x Symbol: 2 x,0,-x + => SYMM( 42): z,y,-x Symbol: 4+ 0,y,0 + => SYMM( 43): z,-y,x Symbol: 2 x,0,x + => SYMM( 44): -z,y,x Symbol: 4- 0,y,0 + => SYMM( 45): -x,-z,-y Symbol: 2 0,y,-y + => SYMM( 46): -x,z,y Symbol: 2 0,y,y + => SYMM( 47): x,z,-y Symbol: 4- x,0,0 + => SYMM( 48): x,-z,y Symbol: 4+ x,0,0 + => SYMM( 49): x+1/2,y+1/2,z Symbol: t (1/2,1/2,0) + => SYMM( 50): x+1/2,-y+1/2,-z Symbol: 2 (1/2,0,0) x,1/4,0 + => SYMM( 51): -x+1/2,y+1/2,-z Symbol: 2 (0,1/2,0) 1/4,y,0 + => SYMM( 52): -x+1/2,-y+1/2,z Symbol: 2 1/4,1/4,z + => SYMM( 53): y+1/2,z+1/2,x Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x-1/3 + => SYMM( 54): -y+1/2,-z+1/2,x Symbol: 3+ x,-x+1/2,x + => SYMM( 55): y+1/2,-z+1/2,-x Symbol: 3+ (1/3,1/3,-1/3) x,x-1/6,-x+1/3 + => SYMM( 56): -y+1/2,z+1/2,-x Symbol: 3- x,-x+1/2,-x + => SYMM( 57): z+1/2,x+1/2,y Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x-1/6 + => SYMM( 58): -z+1/2,x+1/2,-y Symbol: 3- (1/3,1/3,-1/3) x,x+1/6,-x+1/6 + => SYMM( 59): -z+1/2,-x+1/2,y Symbol: 3+ x,-x+1/2,-x+1/2 + => SYMM( 60): z+1/2,-x+1/2,-y Symbol: 3- x,-x+1/2,x-1/2 + => SYMM( 61): y+1/2,x+1/2,z Symbol: n (1/2,1/2,0) x,x,z + => SYMM( 62): -y+1/2,x+1/2,-z Symbol: -4- 0,1/2,z; 0,1/2,0 + => SYMM( 63): y+1/2,-x+1/2,-z Symbol: -4+ 1/2,0,z; 1/2,0,0 + => SYMM( 64): -y+1/2,-x+1/2,z Symbol: m x,-x+1/2,z + => SYMM( 65): z+1/2,y+1/2,x Symbol: g (1/4,1/2,1/4) x,y,x-1/4 + => SYMM( 66): -z+1/2,-y+1/2,x Symbol: -4+ 1/4,y,1/4; 1/4,1/4,1/4 + => SYMM( 67): -z+1/2,y+1/2,-x Symbol: g (1/4,1/2,-1/4) x,y,-x+1/4 + => SYMM( 68): z+1/2,-y+1/2,-x Symbol: -4- 1/4,y,-1/4; 1/4,1/4,-1/4 + => SYMM( 69): x+1/2,z+1/2,y Symbol: g (1/2,1/4,1/4) x,y,y-1/4 + => SYMM( 70): x+1/2,-z+1/2,-y Symbol: g (1/2,1/4,-1/4) x,y,-y+1/4 + => SYMM( 71): -x+1/2,-z+1/2,y Symbol: -4- x,1/4,1/4; 1/4,1/4,1/4 + => SYMM( 72): -x+1/2,z+1/2,-y Symbol: -4+ x,1/4,-1/4; 1/4,1/4,-1/4 + => SYMM( 73): -x+1/2,-y+1/2,-z Symbol: -1 1/4,1/4,0 + => SYMM( 74): -x+1/2,y+1/2,z Symbol: b 1/4,y,z + => SYMM( 75): x+1/2,-y+1/2,z Symbol: a x,1/4,z + => SYMM( 76): x+1/2,y+1/2,-z Symbol: n (1/2,1/2,0) x,y,0 + => SYMM( 77): -y+1/2,-z+1/2,-x Symbol: -3- x,x+1/2,x; 0,1/2,0 + => SYMM( 78): y+1/2,z+1/2,-x Symbol: -3+ x,-x+1/2,x-1; 1/2,0,-1/2 + => SYMM( 79): -y+1/2,z+1/2,x Symbol: -3+ x,x+1/2,-x; 0,1/2,0 + => SYMM( 80): y+1/2,-z+1/2,x Symbol: -3- x,-x+1/2,-x+1; 1/2,0,1/2 + => SYMM( 81): -z+1/2,-x+1/2,-y Symbol: -3+ x,x-1/2,x-1/2; 1/2,0,0 + => SYMM( 82): z+1/2,-x+1/2,y Symbol: -3- x,x-1/2,-x+1/2; 1/2,0,0 + => SYMM( 83): z+1/2,x+1/2,-y Symbol: -3+ x,-x+1/2,-x-1/2; 0,1/2,-1/2 + => SYMM( 84): -z+1/2,x+1/2,y Symbol: -3- x,-x+1/2,x+1/2; 0,1/2,1/2 + => SYMM( 85): -y+1/2,-x+1/2,-z Symbol: 2 x,-x+1/2,0 + => SYMM( 86): y+1/2,-x+1/2,z Symbol: 4- 1/2,0,z + => SYMM( 87): -y+1/2,x+1/2,z Symbol: 4+ 0,1/2,z + => SYMM( 88): y+1/2,x+1/2,-z Symbol: 2 (1/2,1/2,0) x,x,0 + => SYMM( 89): -z+1/2,-y+1/2,-x Symbol: 2 (1/4,0,-1/4) x,1/4,-x+1/4 + => SYMM( 90): z+1/2,y+1/2,-x Symbol: 4+ (0,1/2,0) 1/4,y,-1/4 + => SYMM( 91): z+1/2,-y+1/2,x Symbol: 2 (1/4,0,1/4) x,1/4,x-1/4 + => SYMM( 92): -z+1/2,y+1/2,x Symbol: 4- (0,1/2,0) 1/4,y,1/4 + => SYMM( 93): -x+1/2,-z+1/2,-y Symbol: 2 (0,1/4,-1/4) 1/4,y,-y+1/4 + => SYMM( 94): -x+1/2,z+1/2,y Symbol: 2 (0,1/4,1/4) 1/4,y,y-1/4 + => SYMM( 95): x+1/2,z+1/2,-y Symbol: 4- (1/2,0,0) x,1/4,-1/4 + => SYMM( 96): x+1/2,-z+1/2,y Symbol: 4+ (1/2,0,0) x,1/4,1/4 + => SYMM( 97): x+1/2,y,z+1/2 Symbol: t (1/2,0,1/2) + => SYMM( 98): x+1/2,-y,-z+1/2 Symbol: 2 (1/2,0,0) x,0,1/4 + => SYMM( 99): -x+1/2,y,-z+1/2 Symbol: 2 1/4,y,1/4 + => SYMM(100): -x+1/2,-y,z+1/2 Symbol: 2 (0,0,1/2) 1/4,0,z + => SYMM(101): y+1/2,z,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x+1/6 + => SYMM(102): -y+1/2,-z,x+1/2 Symbol: 3+ (1/3,-1/3,1/3) x,-x+1/6,x+1/6 + => SYMM(103): y+1/2,-z,-x+1/2 Symbol: 3+ x,x-1/2,-x+1/2 + => SYMM(104): -y+1/2,z,-x+1/2 Symbol: 3- x,-x+1/2,-x+1/2 + => SYMM(105): z+1/2,x,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x-1/3,x-1/6 + => SYMM(106): -z+1/2,x,-y+1/2 Symbol: 3- x,x,-x+1/2 + => SYMM(107): -z+1/2,-x,y+1/2 Symbol: 3+ x,-x,-x+1/2 + => SYMM(108): z+1/2,-x,-y+1/2 Symbol: 3- (1/3,-1/3,1/3) x,-x+1/3,x-1/6 + => SYMM(109): y+1/2,x,z+1/2 Symbol: g (1/4,1/4,1/2) x,x-1/4,z + => SYMM(110): -y+1/2,x,-z+1/2 Symbol: -4- 1/4,1/4,z; 1/4,1/4,1/4 + => SYMM(111): y+1/2,-x,-z+1/2 Symbol: -4+ 1/4,-1/4,z; 1/4,-1/4,1/4 + => SYMM(112): -y+1/2,-x,z+1/2 Symbol: g (1/4,-1/4,1/2) x,-x+1/4,z + => SYMM(113): z+1/2,y,x+1/2 Symbol: n (1/2,0,1/2) x,y,x + => SYMM(114): -z+1/2,-y,x+1/2 Symbol: -4+ 0,y,1/2; 0,0,1/2 + => SYMM(115): -z+1/2,y,-x+1/2 Symbol: m x,y,-x+1/2 + => SYMM(116): z+1/2,-y,-x+1/2 Symbol: -4- 1/2,y,0; 1/2,0,0 + => SYMM(117): x+1/2,z,y+1/2 Symbol: g (1/2,1/4,1/4) x,y,y+1/4 + => SYMM(118): x+1/2,-z,-y+1/2 Symbol: g (1/2,-1/4,1/4) x,y,-y+1/4 + => SYMM(119): -x+1/2,-z,y+1/2 Symbol: -4- x,-1/4,1/4; 1/4,-1/4,1/4 + => SYMM(120): -x+1/2,z,-y+1/2 Symbol: -4+ x,1/4,1/4; 1/4,1/4,1/4 + => SYMM(121): -x+1/2,-y,-z+1/2 Symbol: -1 1/4,0,1/4 + => SYMM(122): -x+1/2,y,z+1/2 Symbol: c 1/4,y,z + => SYMM(123): x+1/2,-y,z+1/2 Symbol: n (1/2,0,1/2) x,0,z + => SYMM(124): x+1/2,y,-z+1/2 Symbol: a x,y,1/4 + => SYMM(125): -y+1/2,-z,-x+1/2 Symbol: -3- x,x-1/2,x-1/2; 1/2,0,0 + => SYMM(126): y+1/2,z,-x+1/2 Symbol: -3+ x,-x+1/2,x-1/2; 1/2,0,0 + => SYMM(127): -y+1/2,z,x+1/2 Symbol: -3+ x,x+1/2,-x+1/2; 0,1/2,1/2 + => SYMM(128): y+1/2,-z,x+1/2 Symbol: -3- x,-x-1/2,-x+1/2; 0,-1/2,1/2 + => SYMM(129): -z+1/2,-x,-y+1/2 Symbol: -3+ x,x,x+1/2; 0,0,1/2 + => SYMM(130): z+1/2,-x,y+1/2 Symbol: -3- x,x-1,-x+1/2; 1/2,-1/2,0 + => SYMM(131): z+1/2,x,-y+1/2 Symbol: -3+ x,-x+1,-x+1/2; 1/2,1/2,0 + => SYMM(132): -z+1/2,x,y+1/2 Symbol: -3- x,-x,x+1/2; 0,0,1/2 + => SYMM(133): -y+1/2,-x,-z+1/2 Symbol: 2 (1/4,-1/4,0) x,-x+1/4,1/4 + => SYMM(134): y+1/2,-x,z+1/2 Symbol: 4- (0,0,1/2) 1/4,-1/4,z + => SYMM(135): -y+1/2,x,z+1/2 Symbol: 4+ (0,0,1/2) 1/4,1/4,z + => SYMM(136): y+1/2,x,-z+1/2 Symbol: 2 (1/4,1/4,0) x,x-1/4,1/4 + => SYMM(137): -z+1/2,-y,-x+1/2 Symbol: 2 x,0,-x+1/2 + => SYMM(138): z+1/2,y,-x+1/2 Symbol: 4+ 1/2,y,0 + => SYMM(139): z+1/2,-y,x+1/2 Symbol: 2 (1/2,0,1/2) x,0,x + => SYMM(140): -z+1/2,y,x+1/2 Symbol: 4- 0,y,1/2 + => SYMM(141): -x+1/2,-z,-y+1/2 Symbol: 2 (0,-1/4,1/4) 1/4,y,-y+1/4 + => SYMM(142): -x+1/2,z,y+1/2 Symbol: 2 (0,1/4,1/4) 1/4,y,y+1/4 + => SYMM(143): x+1/2,z,-y+1/2 Symbol: 4- (1/2,0,0) x,1/4,1/4 + => SYMM(144): x+1/2,-z,y+1/2 Symbol: 4+ (1/2,0,0) x,-1/4,1/4 + => SYMM(145): x,y+1/2,z+1/2 Symbol: t (0,1/2,1/2) + => SYMM(146): x,-y+1/2,-z+1/2 Symbol: 2 x,1/4,1/4 + => SYMM(147): -x,y+1/2,-z+1/2 Symbol: 2 (0,1/2,0) 0,y,1/4 + => SYMM(148): -x,-y+1/2,z+1/2 Symbol: 2 (0,0,1/2) 0,1/4,z + => SYMM(149): y,z+1/2,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x+1/3,x+1/6 + => SYMM(150): -y,-z+1/2,x+1/2 Symbol: 3+ x,-x,x+1/2 + => SYMM(151): y,-z+1/2,-x+1/2 Symbol: 3+ x,x,-x+1/2 + => SYMM(152): -y,z+1/2,-x+1/2 Symbol: 3- (-1/3,1/3,1/3) x,-x+1/3,-x+1/6 + => SYMM(153): z,x+1/2,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x+1/3 + => SYMM(154): -z,x+1/2,-y+1/2 Symbol: 3- x,x+1/2,-x + => SYMM(155): -z,-x+1/2,y+1/2 Symbol: 3+ (-1/3,1/3,1/3) x,-x+1/6,-x+1/3 + => SYMM(156): z,-x+1/2,-y+1/2 Symbol: 3- x,-x+1/2,x + => SYMM(157): y,x+1/2,z+1/2 Symbol: g (1/4,1/4,1/2) x,x+1/4,z + => SYMM(158): -y,x+1/2,-z+1/2 Symbol: -4- -1/4,1/4,z; -1/4,1/4,1/4 + => SYMM(159): y,-x+1/2,-z+1/2 Symbol: -4+ 1/4,1/4,z; 1/4,1/4,1/4 + => SYMM(160): -y,-x+1/2,z+1/2 Symbol: g (-1/4,1/4,1/2) x,-x+1/4,z + => SYMM(161): z,y+1/2,x+1/2 Symbol: g (1/4,1/2,1/4) x,y,x+1/4 + => SYMM(162): -z,-y+1/2,x+1/2 Symbol: -4+ -1/4,y,1/4; -1/4,1/4,1/4 + => SYMM(163): -z,y+1/2,-x+1/2 Symbol: g (-1/4,1/2,1/4) x,y,-x+1/4 + => SYMM(164): z,-y+1/2,-x+1/2 Symbol: -4- 1/4,y,1/4; 1/4,1/4,1/4 + => SYMM(165): x,z+1/2,y+1/2 Symbol: n (0,1/2,1/2) x,y,y + => SYMM(166): x,-z+1/2,-y+1/2 Symbol: m x,y,-y+1/2 + => SYMM(167): -x,-z+1/2,y+1/2 Symbol: -4- x,0,1/2; 0,0,1/2 + => SYMM(168): -x,z+1/2,-y+1/2 Symbol: -4+ x,1/2,0; 0,1/2,0 + => SYMM(169): -x,-y+1/2,-z+1/2 Symbol: -1 0,1/4,1/4 + => SYMM(170): -x,y+1/2,z+1/2 Symbol: n (0,1/2,1/2) 0,y,z + => SYMM(171): x,-y+1/2,z+1/2 Symbol: c x,1/4,z + => SYMM(172): x,y+1/2,-z+1/2 Symbol: b x,y,1/4 + => SYMM(173): -y,-z+1/2,-x+1/2 Symbol: -3- x,x,x+1/2; 0,0,1/2 + => SYMM(174): y,z+1/2,-x+1/2 Symbol: -3+ x,-x+1,x-1/2; 1/2,1/2,0 + => SYMM(175): -y,z+1/2,x+1/2 Symbol: -3+ x,x+1,-x-1/2; -1/2,1/2,0 + => SYMM(176): y,-z+1/2,x+1/2 Symbol: -3- x,-x,-x+1/2; 0,0,1/2 + => SYMM(177): -z,-x+1/2,-y+1/2 Symbol: -3+ x,x+1/2,x; 0,1/2,0 + => SYMM(178): z,-x+1/2,y+1/2 Symbol: -3- x,x-1/2,-x+1; 1/2,0,1/2 + => SYMM(179): z,x+1/2,-y+1/2 Symbol: -3+ x,-x+1/2,-x; 0,1/2,0 + => SYMM(180): -z,x+1/2,y+1/2 Symbol: -3- x,-x-1/2,x+1; -1/2,0,1/2 + => SYMM(181): -y,-x+1/2,-z+1/2 Symbol: 2 (-1/4,1/4,0) x,-x+1/4,1/4 + => SYMM(182): y,-x+1/2,z+1/2 Symbol: 4- (0,0,1/2) 1/4,1/4,z + => SYMM(183): -y,x+1/2,z+1/2 Symbol: 4+ (0,0,1/2) -1/4,1/4,z + => SYMM(184): y,x+1/2,-z+1/2 Symbol: 2 (1/4,1/4,0) x,x+1/4,1/4 + => SYMM(185): -z,-y+1/2,-x+1/2 Symbol: 2 (-1/4,0,1/4) x,1/4,-x+1/4 + => SYMM(186): z,y+1/2,-x+1/2 Symbol: 4+ (0,1/2,0) 1/4,y,1/4 + => SYMM(187): z,-y+1/2,x+1/2 Symbol: 2 (1/4,0,1/4) x,1/4,x+1/4 + => SYMM(188): -z,y+1/2,x+1/2 Symbol: 4- (0,1/2,0) -1/4,y,1/4 + => SYMM(189): -x,-z+1/2,-y+1/2 Symbol: 2 0,y,-y+1/2 + => SYMM(190): -x,z+1/2,y+1/2 Symbol: 2 (0,1/2,1/2) 0,y,y + => SYMM(191): x,z+1/2,-y+1/2 Symbol: 4- x,1/2,0 + => SYMM(192): x,-z+1/2,y+1/2 Symbol: 4+ x,0,1/2 + + => Special Wyckoff Positions for F m -3 m + + Multp Site Representative Coordinates (centring translations excluded) + 96 k x,x,z x,-x,-z -x,x,-z + -x,-x,z x,z,x -x,-z,x + x,-z,-x -x,z,-x z,x,x + -z,x,-x -z,-x,x z,-x,-x + -x,-x,-z -x,x,z x,-x,z + x,x,-z -x,-z,-x x,z,-x + -x,z,x x,-z,x -z,-x,-x + z,-x,x z,x,-x -z,x,x + + 96 j 0,y,z 0,-y,-z 0,y,-z + 0,-y,z y,z,0 -y,-z,0 + y,-z,0 -y,z,0 z,0,y + -z,0,-y -z,0,y z,0,-y + y,0,z -y,0,-z y,0,-z + -y,0,z z,y,0 -z,-y,0 + -z,y,0 z,-y,0 0,z,y + 0,-z,-y 0,-z,y 0,z,-y + + 48 i 1/2,y,y 1/2,-y,-y 1/2,y,-y + 1/2,-y,y y,y,1/2 -y,-y,1/2 + y,-y,1/2 -y,y,1/2 y,1/2,y + -y,1/2,-y -y,1/2,y y,1/2,-y + + 48 h 0,y,y 0,-y,-y 0,y,-y + 0,-y,y y,y,0 -y,-y,0 + y,-y,0 -y,y,0 y,0,y + -y,0,-y -y,0,y y,0,-y + + 48 g x,1/4,1/4 -x,1/4,3/4 1/4,1/4,x + 1/4,3/4,-x 1/4,x,1/4 3/4,-x,1/4 + -x,3/4,3/4 x,3/4,1/4 3/4,3/4,-x + 3/4,1/4,x 3/4,-x,3/4 1/4,x,3/4 + + 32 f x,x,x x,-x,-x -x,x,-x + -x,-x,x -x,-x,-x -x,x,x + x,-x,x x,x,-x + + 24 e x,0,0 -x,0,0 0,0,x + 0,0,-x 0,x,0 0,-x,0 + + 24 d 0,1/4,1/4 0,1/4,3/4 1/4,1/4,0 + 1/4,3/4,0 1/4,0,1/4 3/4,0,1/4 + + 8 c 1/4,1/4,1/4 3/4,3/4,3/4 + + 4 b 1/2,1/2,1/2 + + 4 a 0,0,0 + + + => Initial parameters ==> + Atom Ntyp X Y Z B occ. in fin Spc Mult + B11 B22 B33 B12 B13 B23 + Li1 LI 0.00000 0.00000 0.00000 1.20000 0.02083 0 0 0 4 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + F1 F 0.50000 0.50000 0.50000 0.80000 0.02083 0 0 0 4 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + + => IT IS ASSUMED THAT THE FIRST GIVEN SITE IS FULLY OCCUPIED + OR THE FIRST AND SECOND ATOMS ARE IN THE SAME SITE WITH TOTAL FULL OCCUPATION + (if this is not the case, change the order of atoms to obtain correct values for the content of the unit cell) + The phase contains sites partially occupied + -> Atom: LI , Chemical element: LI Atomic Mass: 6.9410 + -> Atom: F , Chemical element: F Atomic Mass: 18.9984 + => The given value of ATZ is 103.76 the program has calculated: 103.72 + The value of ATZ given in the input PCR file will be used for quantitative analysis + => The chemical content of the unit cell is: + 4.0000 LI + 4.0000 F + => The normalized site occupation numbers in % are: + 100.0000 Li1 : 100.0000 F1 + => The density (volumic mass) of the compound is: 2.639 g/cm3 + + =>-------> PROFILE PARAMETERS FOR PATTERN: 1 + + => Overall scale factor: 0.100000E-01 + => ETA (p-Voigt) OR M (Pearson VII): 0.0000 + => Overall temperature factor: 0.00000 + => Halfwidth U,V,W: 0.04846 -0.08305 0.04000 + => X and Y parameters: 0.0000 0.0493 + => Direct cell parameters: 4.0267 4.0267 4.0267 90.0000 90.0000 90.0000 + => Preferred orientation parameters: 0.0000 0.0000 + => Asymmetry parameters : 0.00000 0.00000 0.00000 0.00000 + => Strain parameters : 0.00000 0.00000 0.00000 + => Size parameters : 0.00000 0.00000 + => Further shape parameters (S_L and D_L): 0.00000 0.00000 + S_L is source width/detector distance + D_L is detector width/detector distance + + ==> CODEWORDS FOR PROFILE PARAMETERS of PATTERN# 1 + + => Overall scale factor: 0.000 + => ETA (p-Voigt) OR M (Pearson VII): 0.000 + => Overall temperature factor: 0.000 + => Halfwidth U,V,W: 0.000 0.000 0.000 + => X and Y parameters: 0.000 0.000 + => Direct cell parameters: 0.000 0.000 0.000 0.000 0.000 0.000 + => Preferred orientation parameters: 0.000 0.000 + => Asymmetry parameters : 0.000 0.000 0.000 0.000 + => Strain parameters : 0.000 0.000 0.000 + => Size parameters : 0.000 0.000 + + => Cell constraints according to Laue symmetry: m-3m + + Metric information: + ------------------- + + => Direct cell parameters: + + a = 4.0267 b = 4.0267 c = 4.0267 + alpha = 90.000 beta = 90.000 gamma = 90.000 + Direct Cell Volume = 65.2902 + + => Reciprocal cell parameters: + + a*= 0.248342 b*= 0.248342 c*= 0.248342 + alpha*= 90.000 beta*= 90.000 gamma*= 90.000 + Reciprocal Cell Volume = 0.01531624 + + => Direct and Reciprocal Metric Tensors: + + GD GR + 16.2143 0.0000 0.0000 0.061674 0.000000 0.000000 + 0.0000 16.2143 0.0000 0.000000 0.061674 0.000000 + 0.0000 0.0000 16.2143 0.000000 0.000000 0.061674 + + => Cartesian frame: x // a; z is along c*; y is within the ab-plane + + Crystal_to_Orthonormal_Matrix Orthonormal_to_Crystal Matrix + Cr_Orth_cel Orth_Cr_cel + 4.0267 0.0000 0.0000 0.248342 -0.000000 -0.000000 + 0.0000 4.0267 0.0000 0.000000 0.248342 -0.000000 + 0.0000 0.0000 4.0267 0.000000 0.000000 0.248342 + + Busing-Levy B-matrix: Hc=B.H Inverse of the Busing-Levy B-matrix + BL_M BL_Minv + 0.248342 0.000000 0.000000 4.0267 -0.0000 -0.0000 + 0.000000 0.248342 -0.000000 0.0000 4.0267 0.0000 + 0.000000 0.000000 0.248342 0.0000 0.0000 4.0267 + + => Laue symmetry m-3m will be used to generate HKL for pattern# 1 + => Reflections generated between S(1/d)min: 0.1129 A-1 and S(1/d)max: 1.2972 A-1 + => dmax: 8.8600 A and dmin: 0.7709 A + => The number of reflections generated is: 11 + => The max. scatt. variable (gen.ref.) is: 175.4284 + => Scattering coefficients from internal table + + + => X-ray scattering coeff. (A1, B1, A2,...C, f(0), Z, Dfp,Dfpp) + + LI 1.1282 3.9546 0.7508 1.0524 0.6175 85.3905 0.4653 168.2610 0.0377 2.9995 3.0000 0.0010 0.0000 + F 3.5392 10.2825 2.6412 4.2944 1.5170 0.2615 1.0243 26.1476 0.2776 8.9993 9.0000 0.0690 0.0530 + + + => No optimization for routine tasks + + + Standard deviations have to be multiplied by:45.5296 + (correlated residuals) See references: + -J.F.Berar & P.Lelann, J. Appl. Cryst. 24, 1-5 (1991) + -J.F.Berar, Acc. in Pow. Diff. II,NIST Sp.Pub. 846, 63(1992) + + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 1 + => Convergence reached at this CYCLE !!!! + => Parameter shifts set to zero + --------------------------------------------------------------------------------------- + => Phase 1 Name: LiF + --------------------------------------------------------------------------------------- + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Li1 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 1.20000 0.00000 0.00000 0.02083 0.00000 0.00000 + F1 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.80000 0.00000 0.00000 0.02083 0.00000 0.00000 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Overall scale factor: 0.010000000 0.000000000 0.000000000 + => Eta(p-Voigt) or m(Pearson VII): 0.000000 0.000000 0.000000 + => Overall tem. factor: 0.000000 0.000000 0.000000 + => Halfwidth parameters: + 0.048457 0.000000 0.000000 + -0.083053 0.000000 0.000000 + 0.040000 0.000000 0.000000 + => Cell parameters: + 4.026700 0.000000 0.000000 + 4.026700 0.000000 0.000000 + 4.026700 0.000000 0.000000 + 90.000000 0.000000 0.000000 + 90.000000 0.000000 0.000000 + 90.000000 0.000000 0.000000 + => Preferred orientation: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Asymmetry parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => X and Y parameters: + 0.000000 0.000000 0.000000 + 0.049268 0.000000 0.000000 + => Strain parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Size parameters (G,L): + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Further shape parameters (S_L and D_L): + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: 0.0000 0.0000 0.0000 + => Background Polynomial Parameters ==> + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + + => Cos( theta)-shift parameter : 0.0000 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => R-Factors: 99.6 100. Chi2: 410. DW-Stat.: 0.0126 Patt#: 1 + => Expected : 4.94 1.9199 + => Deviance : 0.283E+08 Dev*: 0.000 + => GoF-index: 20. Sqrt(Residual/N) + => N-P+C: 6000 + + => SumYdif SumYobs SumYcal SumwYobsSQ Residual Condition + 0.2445E+07 0.2454E+07 0.3440E+05 0.2454E+07 0.2458E+07 0.000 + + + => Conventional Rietveld Rp,Rwp,Re and Chi2: 99.6 100. 4.94 409.7 + => (Values obtained using Ynet, but true sigma(y)) + => SumYnet, Sum(w Ynet**2): 0.2454E+07 0.2454E+07 + + => N-sigma of the GoF: 22383.504 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => R-Factors: 99.5 100. Chi2: 364. DW-Stat.: 0.0165 Patt#: + => Expected : 5.25 1.9136 + => Deviance : 0.283E+08 Dev*: NaN + => GoF-index: 19. Sqrt(Residual/N) + => N-P+C: 5158 + + => SumYdif SumYobs SumYcal SumwYobsSQ Residual Condition + 0.1864E+07 0.1873E+07 0.3440E+05 0.1873E+07 0.1877E+07 0.000 + + + => Conventional Rietveld Rp,Rwp,Re and Chi2: 99.5 100. 5.25 363.9 + => (Values obtained using Ynet, but true sigma(y)) + => SumYnet, Sum(w Ynet**2): 0.1873E+07 0.1873E+07 + + => N-sigma of the GoF: 18428.684 + + => Global user-weigthed Chi2 (Bragg contrib.): 477. + + => ---------> Pattern# 1 + => Phase: 1 + => Bragg R-factor: 97.6 + => RF-factor : 85.7 + + -------------------------------------------------------------------------------------------------------------- + Pattern# 1 Phase No.: 1 Phase name: LiF + -------------------------------------------------------------------------------------------------------------- + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 1 1 1 1 1 8 0.159109 38.699 134.1 3908.1 7.708 0.129654 0.052217 0.400847 2.324816 38.618130 + 2 1 2 0 0 6 0.148388 44.988 182.1 5489.9 9.481 0.117973 0.053325 0.434433 2.013350 22.183403 + 3 1 2 2 0 12 0.116766 65.511 104.7 3277.7 7.439 0.081387 0.058584 0.579283 1.423653 24.371056 + 4 1 3 1 1 24 0.107046 78.758 30.3 1425.8 4.914 0.066904 0.063739 0.667664 1.214096 38.568207 + 5 1 2 2 2 8 0.108368 83.006 31.0 1212.5 4.366 0.066711 0.065785 0.678270 1.162408 12.163088 + 6 1 4 0 0 6 0.145390 99.845 13.1 1357.4 4.569 0.098681 0.076524 0.603002 1.006675 7.958559 + 7 1 3 3 1 24 0.210634 112.988 10.5 939.7 3.342 0.158454 0.089250 0.501596 0.923788 31.265835 + 8 1 4 2 0 24 0.242168 117.628 35.8 2250.8 5.232 0.187211 0.095145 0.469778 0.900397 31.664503 + 9 1 4 2 2 24 0.486618 139.154 31.9 4312.1 7.582 0.407978 0.141189 0.358888 0.821947 39.156792 + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 LiF + => Bragg R-factor: 97.6 Vol: 65.290( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 85.7 ATZ: 103.724 Brindley: 1.0000 + + ----------------------------------------------------------------- + SYMBOLIC NAMES AND FINAL VALUES AND SIGMA OF REFINED PARAMETERS: + ----------------------------------------------------------------- + + + ------------------------------------------------------------------ + => Number of bytes for floating point variables: 4 + => Dimensions of dynamic allocated arrays in this run of FullProf: + ------------------------------------------------------------------ + + => Total approximate array memory (dynamic + static): 127459053 bytes + + MaxPOINT= 80000 Max.num. of points(+int. Inten.)/diffraction pattern + MaxREFLT= 25000 Max.num. of reflections/diffraction pattern + MaxPARAM= 500 Max.num. of refinable parameters + MaxOVERL= 9000 Max.num. of overlapping reflections + + ---------------------------------------------------------- + => Number of bytes for floating point arrays: 4 + => Dimensions of fixed arrays in this release of FullProf: + ---------------------------------------------------------- + + NPATT = 80 Max.num. of powder diffraction patterns + NATS = 830 Max.num. of atoms (all kind) in asymmetric unit + MPAR = 1800 Max.num. of non atomic parameters/phase + IEXCL = 30 Max.num. of excluded regions + IBACP = 377 Max.num. of background points for interpolation + NPHT = 16 Max.num. of phases + NMAGM = 8 Max.num. of rotation-matrices sets for magnetic structure + NBASIS = 12 Max.num. of basis functions associated to a single atom + NIREPS = 9 Max.num. of irreducible representations to be combined + N_EQ = 384 Max.num. of user-supplied symmetry operators/propagation vectors + NGL = 400 Max.num. of global parameters/diffraction pattern + N_LINC = 50 Max.num. of global linear restraints + NAT_P = 80 Max.num. of atomic parameters per atom + NCONST = 500 Max.num. of slack constraints per phase + N_SPE = 30 Max.num. of different chemical species + N_FORM = 60 Max.num. of scattering factor values in a table + NPR = 150 Max.num. of points defining a numerical profile + INPR = 25 Max.num. of different numerical peak shapes + NPRC = 150 Max.num. of terms in the table for correcting intensities + NSOL = 10 Max.num. of solutions to be stored in Montecarlo searchs + + + CPU Time: 0.130 seconds + 0.002 minutes + + => Run finished at: Date: 18/06/2026 Time: 09:28:34.237 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.pcr b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.pcr new file mode 100644 index 000000000..992e1b795 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.pcr @@ -0,0 +1,57 @@ +COMM LiF XrayDif Cu Kalpha doublet unpolarized Wdt48 +! Current global Chi2 (Bragg contrib.) = 476.5 +! Files => DAT-file: lif_doublet_unpolarized.dat, PCR-file: lif_doublet_unpolarized +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 0 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 0 1 1 0 4 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.540560 1.544400 0.50000 50.000 48.0000 0.0000 0.0000 160.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 10.00 + 160.00 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + 0.00000 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) + 0.000 0.000 0.000 0.000 0.000 0.000 + 0.00 0.00 0.00 0.00 0.00 0.00 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 97.6370 +!------------------------------------------------------------------------------- +LiF +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 2 0 0 0.0 0.0 1.0 0 0 0 0 0 103.724 0 7 0 +! +! +F m -3 m <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +Li1 LI 0.00000 0.00000 0.00000 1.20000 0.02083 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +F1 F 0.50000 0.50000 0.50000 0.80000 0.02083 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 0.1000000E-01 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.048457 -0.083053 0.040000 0.000000 0.049268 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma #Cell Info + 4.026700 4.026700 4.026700 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 10.000 160.000 1 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.prf b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.prf new file mode 100644 index 000000000..cde74fec1 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.prf @@ -0,0 +1,6067 @@ +IGOR +WAVES TwoTheta, Iobs, Icalc, Diff +BEGIN + 10.000 179.00 0.00 179.00 + 10.025 147.00 0.00 147.00 + 10.050 165.00 0.00 165.00 + 10.075 172.00 0.00 172.00 + 10.100 150.00 0.00 150.00 + 10.125 165.00 0.00 165.00 + 10.150 150.00 0.00 150.00 + 10.175 158.00 0.00 158.00 + 10.200 134.00 0.00 134.00 + 10.225 146.00 0.00 146.00 + 10.250 167.00 0.00 167.00 + 10.275 159.00 0.00 159.00 + 10.300 139.00 0.00 139.00 + 10.325 145.00 0.00 145.00 + 10.350 165.00 0.00 165.00 + 10.375 150.00 0.00 150.00 + 10.400 149.00 0.00 149.00 + 10.425 156.00 0.00 156.00 + 10.450 143.00 0.00 143.00 + 10.475 166.00 0.00 166.00 + 10.500 154.00 0.00 154.00 + 10.525 131.00 0.00 131.00 + 10.550 144.00 0.00 144.00 + 10.575 131.00 0.00 131.00 + 10.600 140.00 0.00 140.00 + 10.625 147.00 0.00 147.00 + 10.650 155.00 0.00 155.00 + 10.675 148.00 0.00 148.00 + 10.700 140.00 0.00 140.00 + 10.725 138.00 0.00 138.00 + 10.750 127.00 0.00 127.00 + 10.775 146.00 0.00 146.00 + 10.800 147.00 0.00 147.00 + 10.825 114.00 0.00 114.00 + 10.850 129.00 0.00 129.00 + 10.875 129.00 0.00 129.00 + 10.900 128.00 0.00 128.00 + 10.925 136.00 0.00 136.00 + 10.950 148.00 0.00 148.00 + 10.975 132.00 0.00 132.00 + 11.000 141.00 0.00 141.00 + 11.025 135.00 0.00 135.00 + 11.050 141.00 0.00 141.00 + 11.075 145.00 0.00 145.00 + 11.100 131.00 0.00 131.00 + 11.125 142.00 0.00 142.00 + 11.150 148.00 0.00 148.00 + 11.175 151.00 0.00 151.00 + 11.200 127.00 0.00 127.00 + 11.225 133.00 0.00 133.00 + 11.250 131.00 0.00 131.00 + 11.275 125.00 0.00 125.00 + 11.300 129.00 0.00 129.00 + 11.325 128.00 0.00 128.00 + 11.350 134.00 0.00 134.00 + 11.375 142.00 0.00 142.00 + 11.400 115.00 0.00 115.00 + 11.425 138.00 0.00 138.00 + 11.450 125.00 0.00 125.00 + 11.475 120.00 0.00 120.00 + 11.500 130.00 0.00 130.00 + 11.525 118.00 0.00 118.00 + 11.550 118.00 0.00 118.00 + 11.575 116.00 0.00 116.00 + 11.600 119.00 0.00 119.00 + 11.625 101.00 0.00 101.00 + 11.650 117.00 0.00 117.00 + 11.675 142.00 0.00 142.00 + 11.700 112.00 0.00 112.00 + 11.725 114.00 0.00 114.00 + 11.750 111.00 0.00 111.00 + 11.775 122.00 0.00 122.00 + 11.800 131.00 0.00 131.00 + 11.825 107.00 0.00 107.00 + 11.850 121.00 0.00 121.00 + 11.875 123.00 0.00 123.00 + 11.900 120.00 0.00 120.00 + 11.925 126.00 0.00 126.00 + 11.950 125.00 0.00 125.00 + 11.975 120.00 0.00 120.00 + 12.000 103.00 0.00 103.00 + 12.025 121.00 0.00 121.00 + 12.050 109.00 0.00 109.00 + 12.075 115.00 0.00 115.00 + 12.100 122.00 0.00 122.00 + 12.125 123.00 0.00 123.00 + 12.150 107.00 0.00 107.00 + 12.175 126.00 0.00 126.00 + 12.200 133.00 0.00 133.00 + 12.225 120.00 0.00 120.00 + 12.250 100.00 0.00 100.00 + 12.275 130.00 0.00 130.00 + 12.300 130.00 0.00 130.00 + 12.325 109.00 0.00 109.00 + 12.350 116.00 0.00 116.00 + 12.375 121.00 0.00 121.00 + 12.400 99.00 0.00 99.00 + 12.425 107.00 0.00 107.00 + 12.450 110.00 0.00 110.00 + 12.475 136.00 0.00 136.00 + 12.500 113.00 0.00 113.00 + 12.525 102.00 0.00 102.00 + 12.550 117.00 0.00 117.00 + 12.575 111.00 0.00 111.00 + 12.600 105.00 0.00 105.00 + 12.625 92.00 0.00 92.00 + 12.650 110.00 0.00 110.00 + 12.675 116.00 0.00 116.00 + 12.700 124.00 0.00 124.00 + 12.725 111.00 0.00 111.00 + 12.750 91.00 0.00 91.00 + 12.775 106.00 0.00 106.00 + 12.800 122.00 0.00 122.00 + 12.825 121.00 0.00 121.00 + 12.850 119.00 0.00 119.00 + 12.875 114.00 0.00 114.00 + 12.900 129.00 0.00 129.00 + 12.925 95.00 0.00 95.00 + 12.950 117.00 0.00 117.00 + 12.975 102.00 0.00 102.00 + 13.000 102.00 0.00 102.00 + 13.025 117.00 0.00 117.00 + 13.050 99.00 0.00 99.00 + 13.075 124.00 0.00 124.00 + 13.100 107.00 0.00 107.00 + 13.125 108.00 0.00 108.00 + 13.150 99.00 0.00 99.00 + 13.175 113.00 0.00 113.00 + 13.200 104.00 0.00 104.00 + 13.225 92.00 0.00 92.00 + 13.250 98.00 0.00 98.00 + 13.275 107.00 0.00 107.00 + 13.300 88.00 0.00 88.00 + 13.325 96.00 0.00 96.00 + 13.350 104.00 0.00 104.00 + 13.375 81.00 0.00 81.00 + 13.400 111.00 0.00 111.00 + 13.425 78.00 0.00 78.00 + 13.450 104.00 0.00 104.00 + 13.475 119.00 0.00 119.00 + 13.500 106.00 0.00 106.00 + 13.525 105.00 0.00 105.00 + 13.550 96.00 0.00 96.00 + 13.575 81.00 0.00 81.00 + 13.600 95.00 0.00 95.00 + 13.625 96.00 0.00 96.00 + 13.650 103.00 0.00 103.00 + 13.675 91.00 0.00 91.00 + 13.700 112.00 0.00 112.00 + 13.725 107.00 0.00 107.00 + 13.750 87.00 0.00 87.00 + 13.775 112.00 0.00 112.00 + 13.800 92.00 0.00 92.00 + 13.825 79.00 0.00 79.00 + 13.850 92.00 0.00 92.00 + 13.875 103.00 0.00 103.00 + 13.900 97.00 0.00 97.00 + 13.925 102.00 0.00 102.00 + 13.950 86.00 0.00 86.00 + 13.975 97.00 0.00 97.00 + 14.000 103.00 0.00 103.00 + 14.025 93.00 0.00 93.00 + 14.050 111.00 0.00 111.00 + 14.075 95.00 0.00 95.00 + 14.100 96.00 0.00 96.00 + 14.125 93.00 0.00 93.00 + 14.150 85.00 0.00 85.00 + 14.175 104.00 0.00 104.00 + 14.200 98.00 0.00 98.00 + 14.225 108.00 0.00 108.00 + 14.250 76.00 0.00 76.00 + 14.275 92.00 0.00 92.00 + 14.300 95.00 0.00 95.00 + 14.325 89.00 0.00 89.00 + 14.350 105.00 0.00 105.00 + 14.375 95.00 0.00 95.00 + 14.400 92.00 0.00 92.00 + 14.425 105.00 0.00 105.00 + 14.450 89.00 0.00 89.00 + 14.475 99.00 0.00 99.00 + 14.500 101.00 0.00 101.00 + 14.525 97.00 0.00 97.00 + 14.550 93.00 0.00 93.00 + 14.575 99.00 0.00 99.00 + 14.600 100.00 0.00 100.00 + 14.625 83.00 0.00 83.00 + 14.650 93.00 0.00 93.00 + 14.675 96.00 0.00 96.00 + 14.700 69.00 0.00 69.00 + 14.725 101.00 0.00 101.00 + 14.750 97.00 0.00 97.00 + 14.775 85.00 0.00 85.00 + 14.800 95.00 0.00 95.00 + 14.825 85.00 0.00 85.00 + 14.850 111.00 0.00 111.00 + 14.875 85.00 0.00 85.00 + 14.900 86.00 0.00 86.00 + 14.925 100.00 0.00 100.00 + 14.950 88.00 0.00 88.00 + 14.975 98.00 0.00 98.00 + 15.000 92.00 0.00 92.00 + 15.025 93.00 0.00 93.00 + 15.050 94.00 0.00 94.00 + 15.075 93.00 0.00 93.00 + 15.100 81.00 0.00 81.00 + 15.125 98.00 0.00 98.00 + 15.150 78.00 0.00 78.00 + 15.175 79.00 0.00 79.00 + 15.200 93.00 0.00 93.00 + 15.225 81.00 0.00 81.00 + 15.250 88.00 0.00 88.00 + 15.275 73.00 0.00 73.00 + 15.300 85.00 0.00 85.00 + 15.325 106.00 0.00 106.00 + 15.350 88.00 0.00 88.00 + 15.375 94.00 0.00 94.00 + 15.400 96.00 0.00 96.00 + 15.425 91.00 0.00 91.00 + 15.450 101.00 0.00 101.00 + 15.475 89.00 0.00 89.00 + 15.500 87.00 0.00 87.00 + 15.525 95.00 0.00 95.00 + 15.550 87.00 0.00 87.00 + 15.575 97.00 0.00 97.00 + 15.600 81.00 0.00 81.00 + 15.625 87.00 0.00 87.00 + 15.650 93.00 0.00 93.00 + 15.675 90.00 0.00 90.00 + 15.700 73.00 0.00 73.00 + 15.725 98.00 0.00 98.00 + 15.750 86.00 0.00 86.00 + 15.775 80.00 0.00 80.00 + 15.800 82.00 0.00 82.00 + 15.825 97.00 0.00 97.00 + 15.850 80.00 0.00 80.00 + 15.875 81.00 0.00 81.00 + 15.900 80.00 0.00 80.00 + 15.925 81.00 0.00 81.00 + 15.950 73.00 0.00 73.00 + 15.975 106.00 0.00 106.00 + 16.000 92.00 0.00 92.00 + 16.025 101.00 0.00 101.00 + 16.050 98.00 0.00 98.00 + 16.075 104.00 0.00 104.00 + 16.100 106.00 0.00 106.00 + 16.125 98.00 0.00 98.00 + 16.150 114.00 0.00 114.00 + 16.175 97.00 0.00 97.00 + 16.200 129.00 0.00 129.00 + 16.225 112.00 0.00 112.00 + 16.250 141.00 0.00 141.00 + 16.275 167.00 0.00 167.00 + 16.300 157.00 0.00 157.00 + 16.325 200.00 0.00 200.00 + 16.350 215.00 0.00 215.00 + 16.375 321.00 0.00 321.00 + 16.400 397.00 0.00 397.00 + 16.425 434.00 0.00 434.00 + 16.450 445.00 0.00 445.00 + 16.475 313.00 0.00 313.00 + 16.500 197.00 0.00 197.00 + 16.525 155.00 0.00 155.00 + 16.550 110.00 0.00 110.00 + 16.575 118.00 0.00 118.00 + 16.600 86.00 0.00 86.00 + 16.625 110.00 0.00 110.00 + 16.650 95.00 0.00 95.00 + 16.675 93.00 0.00 93.00 + 16.700 98.00 0.00 98.00 + 16.725 80.00 0.00 80.00 + 16.750 85.00 0.00 85.00 + 16.775 106.00 0.00 106.00 + 16.800 86.00 0.00 86.00 + 16.825 103.00 0.00 103.00 + 16.850 92.00 0.00 92.00 + 16.875 88.00 0.00 88.00 + 16.900 94.00 0.00 94.00 + 16.925 79.00 0.00 79.00 + 16.950 92.00 0.00 92.00 + 16.975 106.00 0.00 106.00 + 17.000 82.00 0.00 82.00 + 17.025 104.00 0.00 104.00 + 17.050 94.00 0.00 94.00 + 17.075 88.00 0.00 88.00 + 17.100 97.00 0.00 97.00 + 17.125 93.00 0.00 93.00 + 17.150 90.00 0.00 90.00 + 17.175 120.00 0.00 120.00 + 17.200 93.00 0.00 93.00 + 17.225 106.00 0.00 106.00 + 17.250 89.00 0.00 89.00 + 17.275 92.00 0.00 92.00 + 17.300 100.00 0.00 100.00 + 17.325 91.00 0.00 91.00 + 17.350 99.00 0.00 99.00 + 17.375 81.00 0.00 81.00 + 17.400 89.00 0.00 89.00 + 17.425 79.00 0.00 79.00 + 17.450 91.00 0.00 91.00 + 17.475 84.00 0.00 84.00 + 17.500 92.00 0.00 92.00 + 17.525 107.00 0.00 107.00 + 17.550 99.00 0.00 99.00 + 17.575 92.00 0.00 92.00 + 17.600 87.00 0.00 87.00 + 17.625 88.00 0.00 88.00 + 17.650 67.00 0.00 67.00 + 17.675 81.00 0.00 81.00 + 17.700 86.00 0.00 86.00 + 17.725 85.00 0.00 85.00 + 17.750 103.00 0.00 103.00 + 17.775 85.00 0.00 85.00 + 17.800 77.00 0.00 77.00 + 17.825 105.00 0.00 105.00 + 17.850 93.00 0.00 93.00 + 17.875 96.00 0.00 96.00 + 17.900 93.00 0.00 93.00 + 17.925 85.00 0.00 85.00 + 17.950 75.00 0.00 75.00 + 17.975 105.00 0.00 105.00 + 18.000 85.00 0.00 85.00 + 18.025 89.00 0.00 89.00 + 18.050 86.00 0.00 86.00 + 18.075 76.00 0.00 76.00 + 18.100 86.00 0.00 86.00 + 18.125 71.00 0.00 71.00 + 18.150 101.00 0.00 101.00 + 18.175 100.00 0.00 100.00 + 18.200 89.00 0.00 89.00 + 18.225 74.00 0.00 74.00 + 18.250 101.00 0.00 101.00 + 18.275 103.00 0.00 103.00 + 18.300 95.00 0.00 95.00 + 18.325 100.00 0.00 100.00 + 18.350 87.00 0.00 87.00 + 18.375 94.00 0.00 94.00 + 18.400 84.00 0.00 84.00 + 18.425 102.00 0.00 102.00 + 18.450 92.00 0.00 92.00 + 18.475 80.00 0.00 80.00 + 18.500 82.00 0.00 82.00 + 18.525 105.00 0.00 105.00 + 18.550 84.00 0.00 84.00 + 18.575 83.00 0.00 83.00 + 18.600 93.00 0.00 93.00 + 18.625 92.00 0.00 92.00 + 18.650 105.00 0.00 105.00 + 18.675 94.00 0.00 94.00 + 18.700 88.00 0.00 88.00 + 18.725 97.00 0.00 97.00 + 18.750 88.00 0.00 88.00 + 18.775 110.00 0.00 110.00 + 18.800 110.00 0.00 110.00 + 18.825 84.00 0.00 84.00 + 18.850 89.00 0.00 89.00 + 18.875 98.00 0.00 98.00 + 18.900 92.00 0.00 92.00 + 18.925 86.00 0.00 86.00 + 18.950 110.00 0.00 110.00 + 18.975 98.00 0.00 98.00 + 19.000 93.00 0.00 93.00 + 19.025 94.00 0.00 94.00 + 19.050 104.00 0.00 104.00 + 19.075 96.00 0.00 96.00 + 19.100 105.00 0.00 105.00 + 19.125 99.00 0.00 99.00 + 19.150 117.00 0.00 117.00 + 19.175 111.00 0.00 111.00 + 19.200 100.00 0.00 100.00 + 19.225 125.00 0.00 125.00 + 19.250 99.00 0.00 99.00 + 19.275 107.00 0.00 107.00 + 19.300 107.00 0.00 107.00 + 19.325 98.00 0.00 98.00 + 19.350 84.00 0.00 84.00 + 19.375 112.00 0.00 112.00 + 19.400 99.00 0.00 99.00 + 19.425 93.00 0.00 93.00 + 19.450 108.00 0.00 108.00 + 19.475 100.00 0.00 100.00 + 19.500 91.00 0.00 91.00 + 19.525 98.00 0.00 98.00 + 19.550 124.00 0.00 124.00 + 19.575 98.00 0.00 98.00 + 19.600 121.00 0.00 121.00 + 19.625 114.00 0.00 114.00 + 19.650 93.00 0.00 93.00 + 19.675 87.00 0.00 87.00 + 19.700 95.00 0.00 95.00 + 19.725 95.00 0.00 95.00 + 19.750 121.00 0.00 121.00 + 19.775 102.00 0.00 102.00 + 19.800 127.00 0.00 127.00 + 19.825 119.00 0.00 119.00 + 19.850 118.00 0.00 118.00 + 19.875 107.00 0.00 107.00 + 19.900 100.00 0.00 100.00 + 19.925 95.00 0.00 95.00 + 19.950 116.00 0.00 116.00 + 19.975 136.00 0.00 136.00 + 20.000 92.00 0.00 92.00 + 20.025 127.00 0.00 127.00 + 20.050 127.00 0.00 127.00 + 20.075 115.00 0.00 115.00 + 20.100 124.00 0.00 124.00 + 20.125 130.00 0.00 130.00 + 20.150 123.00 0.00 123.00 + 20.175 137.00 0.00 137.00 + 20.200 136.00 0.00 136.00 + 20.225 165.00 0.00 165.00 + 20.250 150.00 0.00 150.00 + 20.275 173.00 0.00 173.00 + 20.300 190.00 0.00 190.00 + 20.325 211.00 0.00 211.00 + 20.350 212.00 0.00 212.00 + 20.375 255.00 0.00 255.00 + 20.400 264.00 0.00 264.00 + 20.425 305.00 0.00 305.00 + 20.450 353.00 0.00 353.00 + 20.475 415.00 0.00 415.00 + 20.500 507.00 0.00 507.00 + 20.525 623.00 0.00 623.00 + 20.550 833.00 0.00 833.00 + 20.575 1076.00 0.00 1076.00 + 20.600 1417.00 0.00 1417.00 + 20.625 1958.00 0.00 1958.00 + 20.650 2624.00 0.00 2624.00 + 20.675 3927.00 0.00 3927.00 + 20.700 5466.00 0.00 5466.00 + 20.725 7996.00 0.00 7996.00 + 20.750 11062.00 0.00 11062.00 + 20.775 12925.00 0.00 12925.00 + 20.800 12506.00 0.00 12506.00 + 20.825 10327.00 0.00 10327.00 + 20.850 8178.00 0.00 8178.00 + 20.875 6771.00 0.00 6771.00 + 20.900 5910.00 0.00 5910.00 + 20.925 4886.00 0.00 4886.00 + 20.950 3432.00 0.00 3432.00 + 20.975 2110.00 0.00 2110.00 + 21.000 1182.00 0.00 1182.00 + 21.025 802.00 0.00 802.00 + 21.050 623.00 0.00 623.00 + 21.075 527.00 0.00 527.00 + 21.100 435.00 0.00 435.00 + 21.125 393.00 0.00 393.00 + 21.150 356.00 0.00 356.00 + 21.175 333.00 0.00 333.00 + 21.200 295.00 0.00 295.00 + 21.225 316.00 0.00 316.00 + 21.250 280.00 0.00 280.00 + 21.275 248.00 0.00 248.00 + 21.300 264.00 0.00 264.00 + 21.325 216.00 0.00 216.00 + 21.350 202.00 0.00 202.00 + 21.375 211.00 0.00 211.00 + 21.400 187.00 0.00 187.00 + 21.425 168.00 0.00 168.00 + 21.450 208.00 0.00 208.00 + 21.475 160.00 0.00 160.00 + 21.500 171.00 0.00 171.00 + 21.525 149.00 0.00 149.00 + 21.550 166.00 0.00 166.00 + 21.575 138.00 0.00 138.00 + 21.600 168.00 0.00 168.00 + 21.625 129.00 0.00 129.00 + 21.650 147.00 0.00 147.00 + 21.675 134.00 0.00 134.00 + 21.700 125.00 0.00 125.00 + 21.725 137.00 0.00 137.00 + 21.750 112.00 0.00 112.00 + 21.775 128.00 0.00 128.00 + 21.800 134.00 0.00 134.00 + 21.825 121.00 0.00 121.00 + 21.850 138.00 0.00 138.00 + 21.875 103.00 0.00 103.00 + 21.900 124.00 0.00 124.00 + 21.925 115.00 0.00 115.00 + 21.950 119.00 0.00 119.00 + 21.975 109.00 0.00 109.00 + 22.000 119.00 0.00 119.00 + 22.025 116.00 0.00 116.00 + 22.050 127.00 0.00 127.00 + 22.075 133.00 0.00 133.00 + 22.100 121.00 0.00 121.00 + 22.125 109.00 0.00 109.00 + 22.150 114.00 0.00 114.00 + 22.175 113.00 0.00 113.00 + 22.200 120.00 0.00 120.00 + 22.225 118.00 0.00 118.00 + 22.250 102.00 0.00 102.00 + 22.275 110.00 0.00 110.00 + 22.300 118.00 0.00 118.00 + 22.325 123.00 0.00 123.00 + 22.350 116.00 0.00 116.00 + 22.375 112.00 0.00 112.00 + 22.400 107.00 0.00 107.00 + 22.425 121.00 0.00 121.00 + 22.450 104.00 0.00 104.00 + 22.475 124.00 0.00 124.00 + 22.500 105.00 0.00 105.00 + 22.525 128.00 0.00 128.00 + 22.550 115.00 0.00 115.00 + 22.575 128.00 0.00 128.00 + 22.600 99.00 0.00 99.00 + 22.625 130.00 0.00 130.00 + 22.650 109.00 0.00 109.00 + 22.675 125.00 0.00 125.00 + 22.700 138.00 0.00 138.00 + 22.725 141.00 0.00 141.00 + 22.750 135.00 0.00 135.00 + 22.775 125.00 0.00 125.00 + 22.800 140.00 0.00 140.00 + 22.825 152.00 0.00 152.00 + 22.850 177.00 0.00 177.00 + 22.875 177.00 0.00 177.00 + 22.900 191.00 0.00 191.00 + 22.925 195.00 0.00 195.00 + 22.950 225.00 0.00 225.00 + 22.975 258.00 0.00 258.00 + 23.000 301.00 0.00 301.00 + 23.025 337.00 0.00 337.00 + 23.050 468.00 0.00 468.00 + 23.075 618.00 0.00 618.00 + 23.100 837.00 0.00 837.00 + 23.125 1082.00 0.00 1082.00 + 23.150 1507.00 0.00 1507.00 + 23.175 2283.00 0.00 2283.00 + 23.200 3235.00 0.00 3235.00 + 23.225 4791.00 0.00 4791.00 + 23.250 6588.00 0.00 6588.00 + 23.275 8176.00 0.00 8176.00 + 23.300 8122.00 0.00 8122.00 + 23.325 6687.00 0.00 6687.00 + 23.350 5078.00 0.00 5078.00 + 23.375 3206.00 0.00 3206.00 + 23.400 1822.00 0.00 1822.00 + 23.425 1101.00 0.00 1101.00 + 23.450 712.00 0.00 712.00 + 23.475 566.00 0.00 566.00 + 23.500 470.00 0.00 470.00 + 23.525 381.00 0.00 381.00 + 23.550 302.00 0.00 302.00 + 23.575 277.00 0.00 277.00 + 23.600 259.00 0.00 259.00 + 23.625 259.00 0.00 259.00 + 23.650 212.00 0.00 212.00 + 23.675 198.00 0.00 198.00 + 23.700 189.00 0.00 189.00 + 23.725 153.00 0.00 153.00 + 23.750 182.00 0.00 182.00 + 23.775 178.00 0.00 178.00 + 23.800 175.00 0.00 175.00 + 23.825 164.00 0.00 164.00 + 23.850 139.00 0.00 139.00 + 23.875 176.00 0.00 176.00 + 23.900 159.00 0.00 159.00 + 23.925 147.00 0.00 147.00 + 23.950 172.00 0.00 172.00 + 23.975 167.00 0.00 167.00 + 24.000 159.00 0.00 159.00 + 24.025 180.00 0.00 180.00 + 24.050 168.00 0.00 168.00 + 24.075 162.00 0.00 162.00 + 24.100 166.00 0.00 166.00 + 24.125 147.00 0.00 147.00 + 24.150 149.00 0.00 149.00 + 24.175 161.00 0.00 161.00 + 24.200 173.00 0.00 173.00 + 24.225 145.00 0.00 145.00 + 24.250 210.00 0.00 210.00 + 24.275 201.00 0.00 201.00 + 24.300 257.00 0.00 257.00 + 24.325 262.00 0.00 262.00 + 24.350 342.00 0.00 342.00 + 24.375 451.00 0.00 451.00 + 24.400 598.00 0.00 598.00 + 24.425 796.00 0.00 796.00 + 24.450 1089.00 0.00 1089.00 + 24.475 1648.00 0.00 1648.00 + 24.500 2386.00 0.00 2386.00 + 24.525 3203.00 0.00 3203.00 + 24.550 3155.00 0.00 3155.00 + 24.575 2711.00 0.00 2711.00 + 24.600 1970.00 0.00 1970.00 + 24.625 1292.00 0.00 1292.00 + 24.650 729.00 0.00 729.00 + 24.675 450.00 0.00 450.00 + 24.700 289.00 0.00 289.00 + 24.725 285.00 0.00 285.00 + 24.750 218.00 0.00 218.00 + 24.775 211.00 0.00 211.00 + 24.800 202.00 0.00 202.00 + 24.825 168.00 0.00 168.00 + 24.850 165.00 0.00 165.00 + 24.875 177.00 0.00 177.00 + 24.900 176.00 0.00 176.00 + 24.925 197.00 0.00 197.00 + 24.950 164.00 0.00 164.00 + 24.975 141.00 0.00 141.00 + 25.000 160.00 0.00 160.00 + 25.025 160.00 0.00 160.00 + 25.050 157.00 0.00 157.00 + 25.075 145.00 0.00 145.00 + 25.100 165.00 0.00 165.00 + 25.125 158.00 0.00 158.00 + 25.150 158.00 0.00 158.00 + 25.175 197.00 0.00 197.00 + 25.200 179.00 0.00 179.00 + 25.225 203.00 0.00 203.00 + 25.250 194.00 0.00 194.00 + 25.275 216.00 0.00 216.00 + 25.300 282.00 0.00 282.00 + 25.325 282.00 0.00 282.00 + 25.350 364.00 0.00 364.00 + 25.375 456.00 0.00 456.00 + 25.400 632.00 0.00 632.00 + 25.425 854.00 0.00 854.00 + 25.450 1213.00 0.00 1213.00 + 25.475 1815.00 0.00 1815.00 + 25.500 2863.00 0.00 2863.00 + 25.525 4063.00 0.00 4063.00 + 25.550 4649.00 0.00 4649.00 + 25.575 4165.00 0.00 4165.00 + 25.600 3168.00 0.00 3168.00 + 25.625 2329.00 0.00 2329.00 + 25.650 1423.00 0.00 1423.00 + 25.675 738.00 0.00 738.00 + 25.700 438.00 0.00 438.00 + 25.725 367.00 0.00 367.00 + 25.750 295.00 0.00 295.00 + 25.775 246.00 0.00 246.00 + 25.800 246.00 0.00 246.00 + 25.825 191.00 0.00 191.00 + 25.850 179.00 0.00 179.00 + 25.875 178.00 0.00 178.00 + 25.900 170.00 0.00 170.00 + 25.925 182.00 0.00 182.00 + 25.950 158.00 0.00 158.00 + 25.975 182.00 0.00 182.00 + 26.000 179.00 0.00 179.00 + 26.025 184.00 0.00 184.00 + 26.050 181.00 0.00 181.00 + 26.075 169.00 0.00 169.00 + 26.100 171.00 0.00 171.00 + 26.125 191.00 0.00 191.00 + 26.150 175.00 0.00 175.00 + 26.175 216.00 0.00 216.00 + 26.200 195.00 0.00 195.00 + 26.225 224.00 0.00 224.00 + 26.250 209.00 0.00 209.00 + 26.275 251.00 0.00 251.00 + 26.300 257.00 0.00 257.00 + 26.325 298.00 0.00 298.00 + 26.350 297.00 0.00 297.00 + 26.375 378.00 0.00 378.00 + 26.400 406.00 0.00 406.00 + 26.425 499.00 0.00 499.00 + 26.450 590.00 0.00 590.00 + 26.475 746.00 0.00 746.00 + 26.500 983.00 0.00 983.00 + 26.525 1402.00 0.00 1402.00 + 26.550 2108.00 0.00 2108.00 + 26.575 3097.00 0.00 3097.00 + 26.600 4641.00 0.00 4641.00 + 26.625 7229.00 0.00 7229.00 + 26.650 10690.00 0.00 10690.00 + 26.675 13494.00 0.00 13494.00 + 26.700 13106.00 0.00 13106.00 + 26.725 10401.00 0.00 10401.00 + 26.750 7908.00 0.00 7908.00 + 26.775 5365.00 0.00 5365.00 + 26.800 2857.00 0.00 2857.00 + 26.825 1575.00 0.00 1575.00 + 26.850 947.00 0.00 947.00 + 26.875 697.00 0.00 697.00 + 26.900 595.00 0.00 595.00 + 26.925 529.00 0.00 529.00 + 26.950 450.00 0.00 450.00 + 26.975 423.00 0.00 423.00 + 27.000 344.00 0.00 344.00 + 27.025 319.00 0.00 319.00 + 27.050 309.00 0.00 309.00 + 27.075 252.00 0.00 252.00 + 27.100 257.00 0.00 257.00 + 27.125 252.00 0.00 252.00 + 27.150 266.00 0.00 266.00 + 27.175 275.00 0.00 275.00 + 27.200 257.00 0.00 257.00 + 27.225 285.00 0.00 285.00 + 27.250 285.00 0.00 285.00 + 27.275 270.00 0.00 270.00 + 27.300 280.00 0.00 280.00 + 27.325 347.00 0.00 347.00 + 27.350 282.00 0.00 282.00 + 27.375 362.00 0.00 362.00 + 27.400 426.00 0.00 426.00 + 27.425 461.00 0.00 461.00 + 27.450 637.00 0.00 637.00 + 27.475 693.00 0.00 693.00 + 27.500 1051.00 0.00 1051.00 + 27.525 1425.00 0.00 1425.00 + 27.550 2158.00 0.00 2158.00 + 27.575 3198.00 0.00 3198.00 + 27.600 5190.00 0.00 5190.00 + 27.625 8004.00 0.00 8004.00 + 27.650 10350.00 0.00 10350.00 + 27.675 9724.00 0.00 9724.00 + 27.700 7797.00 0.00 7797.00 + 27.725 6126.00 0.00 6126.00 + 27.750 4329.00 0.00 4329.00 + 27.775 2276.00 0.00 2276.00 + 27.800 1177.00 0.00 1177.00 + 27.825 756.00 0.00 756.00 + 27.850 591.00 0.00 591.00 + 27.875 486.00 0.00 486.00 + 27.900 352.00 0.00 352.00 + 27.925 340.00 0.00 340.00 + 27.950 314.00 0.00 314.00 + 27.975 270.00 0.00 270.00 + 28.000 256.00 0.00 256.00 + 28.025 253.00 0.00 253.00 + 28.050 245.00 0.00 245.00 + 28.075 206.00 0.00 206.00 + 28.100 212.00 0.00 212.00 + 28.125 183.00 0.00 183.00 + 28.150 205.00 0.00 205.00 + 28.175 185.00 0.00 185.00 + 28.200 164.00 0.00 164.00 + 28.225 197.00 0.00 197.00 + 28.250 167.00 0.00 167.00 + 28.275 175.00 0.00 175.00 + 28.300 159.00 0.00 159.00 + 28.325 152.00 0.00 152.00 + 28.350 162.00 0.00 162.00 + 28.375 168.00 0.00 168.00 + 28.400 151.00 0.00 151.00 + 28.425 153.00 0.00 153.00 + 28.450 128.00 0.00 128.00 + 28.475 167.00 0.00 167.00 + 28.500 147.00 0.00 147.00 + 28.525 140.00 0.00 140.00 + 28.550 139.00 0.00 139.00 + 28.575 153.00 0.00 153.00 + 28.600 153.00 0.00 153.00 + 28.625 154.00 0.00 154.00 + 28.650 145.00 0.00 145.00 + 28.675 147.00 0.00 147.00 + 28.700 134.00 0.00 134.00 + 28.725 160.00 0.00 160.00 + 28.750 137.00 0.00 137.00 + 28.775 134.00 0.00 134.00 + 28.800 131.00 0.00 131.00 + 28.825 157.00 0.00 157.00 + 28.850 137.00 0.00 137.00 + 28.875 145.00 0.00 145.00 + 28.900 151.00 0.00 151.00 + 28.925 164.00 0.00 164.00 + 28.950 171.00 0.00 171.00 + 28.975 172.00 0.00 172.00 + 29.000 165.00 0.00 165.00 + 29.025 168.00 0.00 168.00 + 29.050 162.00 0.00 162.00 + 29.075 193.00 0.00 193.00 + 29.100 169.00 0.00 169.00 + 29.125 199.00 0.00 199.00 + 29.150 186.00 0.00 186.00 + 29.175 208.00 0.00 208.00 + 29.200 196.00 0.00 196.00 + 29.225 182.00 0.00 182.00 + 29.250 246.00 0.00 246.00 + 29.275 245.00 0.00 245.00 + 29.300 284.00 0.00 284.00 + 29.325 340.00 0.00 340.00 + 29.350 364.00 0.00 364.00 + 29.375 382.00 0.00 382.00 + 29.400 519.00 0.00 519.00 + 29.425 665.00 0.00 665.00 + 29.450 837.00 0.00 837.00 + 29.475 1080.00 0.00 1080.00 + 29.500 1566.00 0.00 1566.00 + 29.525 2321.00 0.00 2321.00 + 29.550 3438.00 0.00 3438.00 + 29.575 5181.00 0.00 5181.00 + 29.600 8141.00 0.00 8141.00 + 29.625 12608.00 0.00 12608.00 + 29.650 15702.00 0.00 15702.00 + 29.675 14432.00 0.00 14432.00 + 29.700 12071.00 0.00 12071.00 + 29.725 9687.00 0.00 9687.00 + 29.750 7137.00 0.00 7137.00 + 29.775 4123.00 0.00 4123.00 + 29.800 2094.00 0.00 2094.00 + 29.825 1334.00 0.00 1334.00 + 29.850 1013.00 0.00 1013.00 + 29.875 780.00 0.00 780.00 + 29.900 668.00 0.00 668.00 + 29.925 467.00 0.00 467.00 + 29.950 438.00 0.00 438.00 + 29.975 379.00 0.00 379.00 + 30.000 355.00 0.00 355.00 + 30.025 263.00 0.00 263.00 + 30.050 287.00 0.00 287.00 + 30.075 299.00 0.00 299.00 + 30.100 247.00 0.00 247.00 + 30.125 253.00 0.00 253.00 + 30.150 236.00 0.00 236.00 + 30.175 223.00 0.00 223.00 + 30.200 193.00 0.00 193.00 + 30.225 198.00 0.00 198.00 + 30.250 184.00 0.00 184.00 + 30.275 204.00 0.00 204.00 + 30.300 185.00 0.00 185.00 + 30.325 174.00 0.00 174.00 + 30.350 201.00 0.00 201.00 + 30.375 168.00 0.00 168.00 + 30.400 185.00 0.00 185.00 + 30.425 175.00 0.00 175.00 + 30.450 171.00 0.00 171.00 + 30.475 153.00 0.00 153.00 + 30.500 162.00 0.00 162.00 + 30.525 135.00 0.00 135.00 + 30.550 159.00 0.00 159.00 + 30.575 139.00 0.00 139.00 + 30.600 147.00 0.00 147.00 + 30.625 127.00 0.00 127.00 + 30.650 143.00 0.00 143.00 + 30.675 140.00 0.00 140.00 + 30.700 115.00 0.00 115.00 + 30.725 142.00 0.00 142.00 + 30.750 123.00 0.00 123.00 + 30.775 156.00 0.00 156.00 + 30.800 133.00 0.00 133.00 + 30.825 135.00 0.00 135.00 + 30.850 128.00 0.00 128.00 + 30.875 130.00 0.00 130.00 + 30.900 127.00 0.00 127.00 + 30.925 120.00 0.00 120.00 + 30.950 121.00 0.00 121.00 + 30.975 106.00 0.00 106.00 + 31.000 134.00 0.00 134.00 + 31.025 114.00 0.00 114.00 + 31.050 107.00 0.00 107.00 + 31.075 123.00 0.02 122.98 + 31.100 111.00 0.02 110.98 + 31.125 92.00 0.02 91.98 + 31.150 134.00 0.02 133.98 + 31.175 87.00 0.04 86.96 + 31.200 130.00 0.04 129.96 + 31.225 97.00 0.04 96.96 + 31.250 101.00 0.04 100.96 + 31.275 113.00 0.04 112.96 + 31.300 119.00 0.04 118.96 + 31.325 122.00 0.04 121.96 + 31.350 114.00 0.04 113.96 + 31.375 117.00 0.04 116.96 + 31.400 84.00 0.04 83.96 + 31.425 105.00 0.04 104.96 + 31.450 111.00 0.04 110.96 + 31.475 104.00 0.04 103.96 + 31.500 119.00 0.04 118.96 + 31.525 119.00 0.04 118.96 + 31.550 101.00 0.04 100.96 + 31.575 117.00 0.04 116.96 + 31.600 122.00 0.04 121.96 + 31.625 105.00 0.04 104.96 + 31.650 128.00 0.04 127.96 + 31.675 116.00 0.04 115.96 + 31.700 126.00 0.04 125.96 + 31.725 115.00 0.04 114.96 + 31.750 121.00 0.04 120.96 + 31.775 116.00 0.04 115.96 + 31.800 144.00 0.04 143.96 + 31.825 141.00 0.04 140.96 + 31.850 128.00 0.04 127.96 + 31.875 148.00 0.04 147.96 + 31.900 165.00 0.04 164.96 + 31.925 172.00 0.04 171.96 + 31.950 182.00 0.04 181.96 + 31.975 174.00 0.04 173.96 + 32.000 193.00 0.05 192.95 + 32.025 230.00 0.05 229.95 + 32.050 247.00 0.05 246.95 + 32.075 312.00 0.05 311.95 + 32.100 325.00 0.05 324.95 + 32.125 423.00 0.05 422.95 + 32.150 589.00 0.05 588.95 + 32.175 755.00 0.05 754.95 + 32.200 1130.00 0.05 1129.95 + 32.225 1670.00 0.05 1669.95 + 32.250 2522.00 0.05 2521.95 + 32.275 3976.00 0.05 3975.95 + 32.300 5312.00 0.05 5311.95 + 32.325 5540.00 0.05 5539.95 + 32.350 4806.00 0.05 4805.95 + 32.375 3984.00 0.05 3983.95 + 32.400 3579.00 0.05 3578.95 + 32.425 2684.00 0.05 2683.95 + 32.450 1672.00 0.05 1671.95 + 32.475 977.00 0.05 976.95 + 32.500 645.00 0.05 644.95 + 32.525 451.00 0.05 450.95 + 32.550 390.00 0.05 389.95 + 32.575 317.00 0.05 316.95 + 32.600 305.00 0.05 304.95 + 32.625 278.00 0.05 277.95 + 32.650 234.00 0.06 233.94 + 32.675 264.00 0.06 263.94 + 32.700 246.00 0.06 245.94 + 32.725 263.00 0.06 262.94 + 32.750 239.00 0.06 238.94 + 32.775 271.00 0.06 270.94 + 32.800 260.00 0.06 259.94 + 32.825 299.00 0.06 298.94 + 32.850 300.00 0.06 299.94 + 32.875 332.00 0.06 331.94 + 32.900 411.00 0.06 410.94 + 32.925 497.00 0.06 496.94 + 32.950 630.00 0.06 629.94 + 32.975 918.00 0.06 917.94 + 33.000 1214.00 0.06 1213.94 + 33.025 1839.00 0.06 1838.94 + 33.050 2852.00 0.06 2851.94 + 33.075 4745.00 0.06 4744.94 + 33.100 6636.00 0.06 6635.94 + 33.125 7831.00 0.07 7830.94 + 33.150 7010.00 0.07 7009.93 + 33.175 5926.00 0.07 5925.93 + 33.200 5069.00 0.07 5068.93 + 33.225 4251.00 0.07 4250.93 + 33.250 2900.00 0.07 2899.93 + 33.275 1743.00 0.07 1742.93 + 33.300 1167.00 0.07 1166.93 + 33.325 841.00 0.07 840.93 + 33.350 646.00 0.07 645.93 + 33.375 517.00 0.07 516.93 + 33.400 412.00 0.07 411.93 + 33.425 354.00 0.07 353.93 + 33.450 301.00 0.07 300.93 + 33.475 282.00 0.07 281.93 + 33.500 234.00 0.07 233.93 + 33.525 204.00 0.08 203.92 + 33.550 235.00 0.08 234.92 + 33.575 226.00 0.08 225.92 + 33.600 207.00 0.08 206.92 + 33.625 200.00 0.08 199.92 + 33.650 180.00 0.08 179.92 + 33.675 180.00 0.08 179.92 + 33.700 179.00 0.08 178.92 + 33.725 172.00 0.08 171.92 + 33.750 180.00 0.08 179.92 + 33.775 157.00 0.08 156.92 + 33.800 154.00 0.08 153.92 + 33.825 173.00 0.08 172.92 + 33.850 198.00 0.09 197.91 + 33.875 147.00 0.09 146.91 + 33.900 168.00 0.09 167.91 + 33.925 157.00 0.09 156.91 + 33.950 199.00 0.09 198.91 + 33.975 209.00 0.09 208.91 + 34.000 242.00 0.09 241.91 + 34.025 257.00 0.09 256.91 + 34.050 328.00 0.09 327.91 + 34.075 467.00 0.09 466.91 + 34.100 631.00 0.10 630.90 + 34.125 994.00 0.10 993.90 + 34.150 1449.00 0.10 1448.90 + 34.175 1522.00 0.10 1521.90 + 34.200 1193.00 0.10 1192.90 + 34.225 977.00 0.10 976.90 + 34.250 947.00 0.10 946.90 + 34.275 796.00 0.10 795.90 + 34.300 548.00 0.10 547.90 + 34.325 358.00 0.11 357.89 + 34.350 251.00 0.11 250.89 + 34.375 190.00 0.11 189.89 + 34.400 164.00 0.11 163.89 + 34.425 159.00 0.11 158.89 + 34.450 137.00 0.11 136.89 + 34.475 134.00 0.11 133.89 + 34.500 136.00 0.11 135.89 + 34.525 126.00 0.12 125.88 + 34.550 122.00 0.12 121.88 + 34.575 128.00 0.12 127.88 + 34.600 108.00 0.12 107.88 + 34.625 100.00 0.12 99.88 + 34.650 120.00 0.12 119.88 + 34.675 106.00 0.12 105.88 + 34.700 123.00 0.13 122.87 + 34.725 117.00 0.13 116.87 + 34.750 113.00 0.13 112.87 + 34.775 108.00 0.13 107.87 + 34.800 121.00 0.13 120.87 + 34.825 104.00 0.13 103.87 + 34.850 104.00 0.14 103.86 + 34.875 100.00 0.14 99.86 + 34.900 105.00 0.14 104.86 + 34.925 107.00 0.14 106.86 + 34.950 108.00 0.14 107.86 + 34.975 103.00 0.14 102.86 + 35.000 108.00 0.15 107.85 + 35.025 123.00 0.15 122.85 + 35.050 92.00 0.15 91.85 + 35.075 122.00 0.15 121.85 + 35.100 97.00 0.15 96.85 + 35.125 101.00 0.16 100.84 + 35.150 92.00 0.16 91.84 + 35.175 114.00 0.16 113.84 + 35.200 89.00 0.16 88.84 + 35.225 81.00 0.17 80.83 + 35.250 113.00 0.17 112.83 + 35.275 76.00 0.17 75.83 + 35.300 89.00 0.17 88.83 + 35.325 99.00 0.18 98.82 + 35.350 89.00 0.18 88.82 + 35.375 98.00 0.18 97.82 + 35.400 98.00 0.18 97.82 + 35.425 104.00 0.19 103.81 + 35.450 120.00 0.19 119.81 + 35.475 100.00 0.19 99.81 + 35.500 99.00 0.20 98.80 + 35.525 89.00 0.20 88.80 + 35.550 111.00 0.20 110.80 + 35.575 98.00 0.21 97.79 + 35.600 96.00 0.21 95.79 + 35.625 95.00 0.21 94.79 + 35.650 84.00 0.22 83.78 + 35.675 115.00 0.22 114.78 + 35.700 106.00 0.22 105.78 + 35.725 100.00 0.23 99.77 + 35.750 86.00 0.23 85.77 + 35.775 110.00 0.23 109.77 + 35.800 86.00 0.24 85.76 + 35.825 98.00 0.24 97.76 + 35.850 97.00 0.25 96.75 + 35.875 109.00 0.25 108.75 + 35.900 112.00 0.25 111.75 + 35.925 105.00 0.26 104.74 + 35.950 86.00 0.26 85.74 + 35.975 102.00 0.27 101.73 + 36.000 91.00 0.27 90.73 + 36.025 98.00 0.28 97.72 + 36.050 111.00 0.28 110.72 + 36.075 89.00 0.29 88.71 + 36.100 95.00 0.30 94.70 + 36.125 95.00 0.30 94.70 + 36.150 84.00 0.31 83.69 + 36.175 114.00 0.31 113.69 + 36.200 108.00 0.32 107.68 + 36.225 96.00 0.33 95.67 + 36.250 94.00 0.33 93.67 + 36.275 94.00 0.34 93.66 + 36.300 102.00 0.35 101.65 + 36.325 91.00 0.35 90.65 + 36.350 106.00 0.36 105.64 + 36.375 103.00 0.37 102.63 + 36.400 82.00 0.38 81.62 + 36.425 121.00 0.38 120.62 + 36.450 101.00 0.39 100.61 + 36.475 109.00 0.40 108.60 + 36.500 112.00 0.41 111.59 + 36.525 104.00 0.42 103.58 + 36.550 103.00 0.43 102.57 + 36.575 105.00 0.44 104.56 + 36.600 112.00 0.45 111.55 + 36.625 119.00 0.46 118.54 + 36.650 116.00 0.47 115.53 + 36.675 119.00 0.48 118.52 + 36.700 115.00 0.50 114.50 + 36.725 106.00 0.51 105.49 + 36.750 122.00 0.52 121.48 + 36.775 116.00 0.53 115.47 + 36.800 120.00 0.55 119.45 + 36.825 130.00 0.56 129.44 + 36.850 107.00 0.58 106.42 + 36.875 137.00 0.59 136.41 + 36.900 132.00 0.61 131.39 + 36.925 131.00 0.63 130.37 + 36.950 140.00 0.64 139.36 + 36.975 150.00 0.66 149.34 + 37.000 149.00 0.68 148.32 + 37.025 161.00 0.70 160.30 + 37.050 190.00 0.72 189.28 + 37.075 210.00 0.74 209.26 + 37.100 234.00 0.77 233.23 + 37.125 297.00 0.79 296.21 + 37.150 378.00 0.82 377.18 + 37.175 583.00 0.84 582.16 + 37.200 909.00 0.87 908.13 + 37.225 1431.00 0.90 1430.10 + 37.250 2164.00 0.93 2163.07 + 37.275 2620.00 0.96 2619.04 + 37.300 2390.00 1.00 2389.00 + 37.325 1970.00 1.03 1968.97 + 37.350 1772.00 1.07 1770.93 + 37.375 1685.00 1.11 1683.89 + 37.400 1327.00 1.15 1325.85 + 37.425 891.00 1.20 889.80 + 37.450 543.00 1.24 541.76 + 37.475 352.00 1.29 350.71 + 37.500 292.00 1.35 290.65 + 37.525 230.00 1.40 228.60 + 37.550 177.00 1.46 175.54 + 37.575 182.00 1.53 180.47 + 37.600 207.00 1.59 205.41 + 37.625 158.00 1.67 156.33 + 37.650 143.00 1.75 141.25 + 37.675 129.00 1.83 127.17 + 37.700 161.00 1.92 159.08 + 37.725 133.00 2.02 130.98 + 37.750 119.00 2.12 116.88 + 37.775 120.00 2.23 117.77 + 37.800 128.00 2.35 125.65 + 37.825 118.00 2.48 115.52 + 37.850 121.00 2.63 118.37 + 37.875 132.00 2.82 129.18 + 37.900 135.00 2.99 132.01 + 37.925 134.00 3.17 130.83 + 37.950 132.00 3.38 128.62 + 37.975 135.00 3.60 131.40 + 38.000 156.00 3.87 152.13 + 38.025 182.00 4.14 177.86 + 38.050 207.00 4.45 202.55 + 38.075 266.00 4.79 261.21 + 38.100 351.00 5.17 345.83 + 38.125 368.00 5.60 362.40 + 38.150 312.00 6.08 305.92 + 38.175 269.00 6.64 262.36 + 38.200 260.00 7.27 252.73 + 38.225 249.00 7.99 241.01 + 38.250 219.00 8.83 210.17 + 38.275 174.00 9.81 164.19 + 38.300 157.00 10.97 146.03 + 38.325 146.00 12.34 133.66 + 38.350 135.00 13.98 121.02 + 38.375 137.00 15.98 121.02 + 38.400 136.00 18.45 117.55 + 38.425 103.00 21.61 81.39 + 38.450 107.00 25.88 81.12 + 38.475 99.00 32.28 66.72 + 38.500 133.00 43.12 89.88 + 38.525 129.00 63.06 65.94 + 38.550 147.00 99.99 47.01 + 38.575 130.00 164.34 -34.34 + 38.600 115.00 265.27 -150.27 + 38.625 123.00 404.04 -281.04 + 38.650 109.00 566.67 -457.67 + 38.675 106.00 719.29 -613.29 + 38.700 115.00 813.73 -698.73 + 38.725 136.00 823.29 -687.29 + 38.750 119.00 769.72 -650.72 + 38.775 126.00 685.78 -559.78 + 38.800 131.00 582.57 -451.57 + 38.825 135.00 462.69 -327.69 + 38.850 116.00 341.09 -225.09 + 38.875 112.00 235.25 -123.25 + 38.900 123.00 154.04 -31.04 + 38.925 116.00 98.11 17.89 + 38.950 121.00 63.22 57.78 + 38.975 136.00 43.00 93.00 + 39.000 147.00 31.61 115.39 + 39.025 130.00 24.95 105.05 + 39.050 156.00 20.68 135.32 + 39.075 138.00 17.63 120.37 + 39.100 133.00 15.28 117.72 + 39.125 144.00 13.40 130.60 + 39.150 163.00 11.84 151.16 + 39.175 171.00 10.55 160.45 + 39.200 198.00 9.46 188.54 + 39.225 191.00 8.53 182.47 + 39.250 196.00 7.73 188.27 + 39.275 226.00 7.04 218.96 + 39.300 243.00 6.44 236.56 + 39.325 294.00 5.92 288.08 + 39.350 352.00 5.46 346.54 + 39.375 472.00 5.05 466.95 + 39.400 630.00 4.68 625.32 + 39.425 984.00 4.36 979.64 + 39.450 1383.00 4.06 1378.94 + 39.475 2157.00 3.80 2153.20 + 39.500 2946.00 3.57 2942.44 + 39.525 2947.00 3.35 2943.65 + 39.550 2469.00 3.15 2465.85 + 39.575 1988.00 2.98 1985.02 + 39.600 2056.00 2.81 2053.19 + 39.625 1767.00 2.66 1764.34 + 39.650 1317.00 2.53 1314.47 + 39.675 793.00 2.40 790.60 + 39.700 524.00 2.28 521.72 + 39.725 362.00 2.18 359.82 + 39.750 282.00 2.08 279.92 + 39.775 264.00 1.98 262.02 + 39.800 227.00 1.90 225.10 + 39.825 186.00 1.82 184.18 + 39.850 194.00 1.74 192.26 + 39.875 168.00 1.67 166.33 + 39.900 177.00 1.61 175.39 + 39.925 199.00 1.55 197.45 + 39.950 174.00 1.49 172.51 + 39.975 169.00 1.43 167.57 + 40.000 183.00 1.38 181.62 + 40.025 194.00 1.34 192.66 + 40.050 204.00 1.29 202.71 + 40.075 189.00 1.25 187.75 + 40.100 213.00 1.21 211.79 + 40.125 296.00 1.17 294.83 + 40.150 350.00 1.14 348.86 + 40.175 476.00 1.10 474.90 + 40.200 746.00 1.07 744.93 + 40.225 894.00 1.04 892.96 + 40.250 816.00 1.01 814.99 + 40.275 615.00 0.98 614.02 + 40.300 549.00 0.96 548.04 + 40.325 596.00 0.93 595.07 + 40.350 524.00 0.91 523.09 + 40.375 395.00 0.89 394.11 + 40.400 306.00 0.87 305.13 + 40.425 223.00 0.85 222.15 + 40.450 164.00 0.83 163.17 + 40.475 206.00 0.81 205.19 + 40.500 198.00 0.79 197.21 + 40.525 162.00 0.77 161.23 + 40.550 173.00 0.76 172.24 + 40.575 163.00 0.74 162.26 + 40.600 144.00 0.73 143.27 + 40.625 169.00 0.72 168.28 + 40.650 160.00 0.70 159.30 + 40.675 156.00 0.69 155.31 + 40.700 143.00 0.68 142.32 + 40.725 187.00 0.67 186.33 + 40.750 146.00 0.66 145.34 + 40.775 146.00 0.65 145.35 + 40.800 157.00 0.64 156.36 + 40.825 177.00 0.63 176.37 + 40.850 173.00 0.62 172.38 + 40.875 171.00 0.61 170.39 + 40.900 197.00 0.60 196.40 + 40.925 214.00 0.59 213.41 + 40.950 254.00 0.58 253.42 + 40.975 333.00 0.58 332.42 + 41.000 505.00 0.57 504.43 + 41.025 760.00 0.56 759.44 + 41.050 1047.00 0.56 1046.44 + 41.075 1074.00 0.55 1073.45 + 41.100 910.00 0.55 909.45 + 41.125 689.00 0.54 688.46 + 41.150 698.00 0.54 697.46 + 41.175 717.00 0.53 716.47 + 41.200 570.00 0.53 569.47 + 41.225 382.00 0.52 381.48 + 41.250 273.00 0.52 272.48 + 41.275 291.00 0.52 290.48 + 41.300 231.00 0.51 230.49 + 41.325 278.00 0.51 277.49 + 41.350 239.00 0.51 238.49 + 41.375 272.00 0.50 271.50 + 41.400 257.00 0.50 256.50 + 41.425 316.00 0.50 315.50 + 41.450 315.00 0.50 314.50 + 41.475 377.00 0.49 376.51 + 41.500 419.00 0.49 418.51 + 41.525 593.00 0.49 592.51 + 41.550 709.00 0.49 708.51 + 41.575 1116.00 0.49 1115.51 + 41.600 1749.00 0.49 1748.51 + 41.625 2604.00 0.49 2603.51 + 41.650 3739.00 0.49 3738.51 + 41.675 4133.00 0.49 4132.51 + 41.700 3642.00 0.49 3641.51 + 41.725 2835.00 0.49 2834.51 + 41.750 2622.00 0.49 2621.51 + 41.775 2580.00 0.49 2579.51 + 41.800 2147.00 0.49 2146.51 + 41.825 1381.00 0.49 1380.51 + 41.850 844.00 0.49 843.51 + 41.875 578.00 0.49 577.51 + 41.900 447.00 0.49 446.51 + 41.925 351.00 0.49 350.51 + 41.950 339.00 0.49 338.51 + 41.975 309.00 0.50 308.50 + 42.000 260.00 0.50 259.50 + 42.025 268.00 0.50 267.50 + 42.050 240.00 0.50 239.50 + 42.075 250.00 0.51 249.49 + 42.100 233.00 0.51 232.49 + 42.125 275.00 0.51 274.49 + 42.150 281.00 0.51 280.49 + 42.175 285.00 0.52 284.48 + 42.200 381.00 0.52 380.48 + 42.225 450.00 0.53 449.47 + 42.250 601.00 0.53 600.47 + 42.275 801.00 0.53 800.47 + 42.300 895.00 0.54 894.46 + 42.325 881.00 0.54 880.46 + 42.350 726.00 0.55 725.45 + 42.375 644.00 0.55 643.45 + 42.400 608.00 0.56 607.44 + 42.425 589.00 0.56 588.44 + 42.450 498.00 0.57 497.43 + 42.475 386.00 0.58 385.42 + 42.500 283.00 0.58 282.42 + 42.525 277.00 0.59 276.41 + 42.550 254.00 0.60 253.40 + 42.575 276.00 0.61 275.39 + 42.600 249.00 0.61 248.39 + 42.625 224.00 0.62 223.38 + 42.650 213.00 0.63 212.37 + 42.675 196.00 0.64 195.36 + 42.700 234.00 0.65 233.35 + 42.725 186.00 0.66 185.34 + 42.750 215.00 0.67 214.33 + 42.775 191.00 0.68 190.32 + 42.800 211.00 0.69 210.31 + 42.825 189.00 0.70 188.30 + 42.850 204.00 0.71 203.29 + 42.875 193.00 0.73 192.27 + 42.900 227.00 0.74 226.26 + 42.925 221.00 0.75 220.25 + 42.950 225.00 0.77 224.23 + 42.975 199.00 0.78 198.22 + 43.000 187.00 0.80 186.20 + 43.025 193.00 0.81 192.19 + 43.050 214.00 0.83 213.17 + 43.075 235.00 0.85 234.15 + 43.100 241.00 0.86 240.14 + 43.125 232.00 0.88 231.12 + 43.150 239.00 0.90 238.10 + 43.175 254.00 0.92 253.08 + 43.200 252.00 0.94 251.06 + 43.225 264.00 0.97 263.03 + 43.250 251.00 0.99 250.01 + 43.275 260.00 1.01 258.99 + 43.300 320.00 1.04 318.96 + 43.325 375.00 1.07 373.93 + 43.350 379.00 1.09 377.91 + 43.375 442.00 1.12 440.88 + 43.400 425.00 1.16 423.84 + 43.425 492.00 1.19 490.81 + 43.450 574.00 1.22 572.78 + 43.475 693.00 1.26 691.74 + 43.500 816.00 1.30 814.70 + 43.525 1046.00 1.33 1044.67 + 43.550 1286.00 1.38 1284.62 + 43.575 1773.00 1.42 1771.58 + 43.600 2593.00 1.47 2591.53 + 43.625 4047.00 1.52 4045.48 + 43.650 6544.00 1.57 6542.43 + 43.675 9907.00 1.62 9905.38 + 43.700 12440.00 1.68 12438.32 + 43.725 12196.00 1.74 12194.26 + 43.750 9815.00 1.81 9813.19 + 43.775 8006.00 1.87 8004.13 + 43.800 7742.00 1.95 7740.05 + 43.825 7431.00 2.03 7428.97 + 43.850 5975.00 2.11 5972.89 + 43.875 3773.00 2.20 3770.80 + 43.900 2148.00 2.29 2145.71 + 43.925 1465.00 2.39 1462.61 + 43.950 1080.00 2.50 1077.50 + 43.975 849.00 2.62 846.38 + 44.000 683.00 2.74 680.26 + 44.025 579.00 2.88 576.12 + 44.050 560.00 3.02 556.98 + 44.075 480.00 3.18 476.82 + 44.100 481.00 3.35 477.65 + 44.125 470.00 3.53 466.47 + 44.150 468.00 3.73 464.27 + 44.175 450.00 3.95 446.05 + 44.200 469.00 4.19 464.81 + 44.225 498.00 4.45 493.55 + 44.250 468.00 4.74 463.26 + 44.275 528.00 5.05 522.95 + 44.300 615.00 5.40 609.60 + 44.325 632.00 5.79 626.21 + 44.350 765.00 6.22 758.78 + 44.375 985.00 6.71 978.29 + 44.400 1263.00 7.25 1255.75 + 44.425 1833.00 7.86 1825.14 + 44.450 2821.00 8.56 2812.44 + 44.475 4290.00 9.35 4280.65 + 44.500 5647.00 10.25 5636.75 + 44.525 5682.00 11.30 5670.70 + 44.550 5372.00 12.52 5359.48 + 44.575 5802.00 13.95 5788.05 + 44.600 7664.00 15.63 7648.37 + 44.625 7744.00 17.65 7726.35 + 44.650 5866.00 20.08 5845.92 + 44.675 4103.00 23.05 4079.95 + 44.700 3552.00 26.74 3525.26 + 44.725 3442.00 31.45 3410.55 + 44.750 2855.00 37.79 2817.21 + 44.775 1843.00 47.17 1795.83 + 44.800 1102.00 63.01 1038.99 + 44.825 771.00 92.65 678.35 + 44.850 578.00 149.20 428.80 + 44.875 517.00 250.07 266.93 + 44.900 456.00 409.47 46.53 + 44.925 381.00 624.56 -243.56 + 44.950 379.00 861.48 -482.48 + 44.975 335.00 1048.77 -713.77 + 45.000 326.00 1107.66 -781.66 + 45.025 303.00 1041.23 -738.23 + 45.050 286.00 929.14 -643.14 + 45.075 287.00 827.16 -540.16 + 45.100 274.00 730.99 -456.99 + 45.125 272.00 609.71 -337.71 + 45.150 282.00 464.61 -182.61 + 45.175 267.00 324.82 -57.82 + 45.200 236.00 212.10 23.90 + 45.225 255.00 133.44 121.56 + 45.250 238.00 85.05 152.95 + 45.275 218.00 57.78 160.22 + 45.300 224.00 42.79 181.21 + 45.325 209.00 34.04 174.96 + 45.350 228.00 28.32 199.68 + 45.375 244.00 24.15 219.85 + 45.400 234.00 20.91 213.09 + 45.425 221.00 18.29 202.71 + 45.450 237.00 16.15 220.85 + 45.475 224.00 14.36 209.64 + 45.500 217.00 12.86 204.14 + 45.525 187.00 11.58 175.42 + 45.550 261.00 10.48 250.52 + 45.575 216.00 9.54 206.46 + 45.600 246.00 8.72 237.28 + 45.625 244.00 8.00 236.00 + 45.650 282.00 7.36 274.64 + 45.675 276.00 6.80 269.20 + 45.700 314.00 6.30 307.70 + 45.725 333.00 5.86 327.14 + 45.750 385.00 5.46 379.54 + 45.775 413.00 5.10 407.90 + 45.800 609.00 4.78 604.22 + 45.825 855.00 4.48 850.52 + 45.850 1397.00 4.21 1392.79 + 45.875 2190.00 3.97 2186.03 + 45.900 3180.00 3.75 3176.25 + 45.925 3151.00 3.54 3147.46 + 45.950 2427.00 3.35 2423.65 + 45.975 1819.00 3.18 1815.82 + 46.000 1843.00 3.02 1839.98 + 46.025 2058.00 2.87 2055.13 + 46.050 1720.00 2.73 1717.27 + 46.075 1115.00 2.60 1112.40 + 46.100 716.00 2.49 713.51 + 46.125 480.00 2.37 477.63 + 46.150 364.00 2.27 361.73 + 46.175 297.00 2.17 294.83 + 46.200 300.00 2.08 297.92 + 46.225 267.00 2.00 265.00 + 46.250 227.00 1.92 225.08 + 46.275 215.00 1.84 213.16 + 46.300 189.00 1.77 187.23 + 46.325 213.00 1.71 211.29 + 46.350 174.00 1.62 172.38 + 46.375 175.00 1.56 173.44 + 46.400 193.00 1.50 191.50 + 46.425 183.00 1.45 181.55 + 46.450 178.00 1.39 176.61 + 46.475 166.00 1.34 164.66 + 46.500 171.00 1.30 169.70 + 46.525 171.00 1.25 169.75 + 46.550 172.00 1.21 170.79 + 46.575 161.00 1.17 159.83 + 46.600 151.00 1.14 149.86 + 46.625 143.00 1.10 141.90 + 46.650 141.00 1.07 139.93 + 46.675 139.00 1.04 137.96 + 46.700 172.00 1.00 171.00 + 46.725 153.00 0.98 152.02 + 46.750 169.00 0.95 168.05 + 46.775 141.00 0.92 140.08 + 46.800 125.00 0.89 124.11 + 46.825 135.00 0.87 134.13 + 46.850 142.00 0.85 141.15 + 46.875 134.00 0.82 133.18 + 46.900 142.00 0.80 141.20 + 46.925 138.00 0.78 137.22 + 46.950 152.00 0.76 151.24 + 46.975 159.00 0.74 158.26 + 47.000 140.00 0.72 139.28 + 47.025 143.00 0.70 142.30 + 47.050 136.00 0.69 135.31 + 47.075 147.00 0.67 146.33 + 47.100 144.00 0.65 143.35 + 47.125 148.00 0.64 147.36 + 47.150 153.00 0.62 152.38 + 47.175 112.00 0.61 111.39 + 47.200 148.00 0.60 147.40 + 47.225 138.00 0.58 137.42 + 47.250 119.00 0.57 118.43 + 47.275 121.00 0.56 120.44 + 47.300 160.00 0.54 159.46 + 47.325 136.00 0.53 135.47 + 47.350 164.00 0.52 163.48 + 47.375 137.00 0.51 136.49 + 47.400 166.00 0.50 165.50 + 47.425 142.00 0.49 141.51 + 47.450 158.00 0.48 157.52 + 47.475 176.00 0.47 175.53 + 47.500 175.00 0.46 174.54 + 47.525 183.00 0.45 182.55 + 47.550 249.00 0.44 248.56 + 47.575 309.00 0.43 308.57 + 47.600 389.00 0.42 388.58 + 47.625 541.00 0.42 540.58 + 47.650 720.00 0.41 719.59 + 47.675 682.00 0.40 681.60 + 47.700 600.00 0.39 599.61 + 47.725 452.00 0.39 451.61 + 47.750 443.00 0.38 442.62 + 47.775 453.00 0.37 452.63 + 47.800 437.00 0.37 436.63 + 47.825 329.00 0.36 328.64 + 47.850 289.00 0.35 288.65 + 47.875 226.00 0.35 225.65 + 47.900 201.00 0.34 200.66 + 47.925 182.00 0.33 181.67 + 47.950 160.00 0.33 159.67 + 47.975 178.00 0.32 177.68 + 48.000 146.00 0.32 145.68 + 48.025 181.00 0.31 180.69 + 48.050 142.00 0.31 141.69 + 48.075 201.00 0.30 200.70 + 48.100 182.00 0.30 181.70 + 48.125 174.00 0.29 173.71 + 48.150 168.00 0.29 167.71 + 48.175 174.00 0.28 173.72 + 48.200 233.00 0.28 232.72 + 48.225 275.00 0.27 274.73 + 48.250 331.00 0.27 330.73 + 48.275 464.00 0.27 463.73 + 48.300 712.00 0.26 711.74 + 48.325 969.00 0.26 968.74 + 48.350 1093.00 0.25 1092.75 + 48.375 984.00 0.25 983.75 + 48.400 752.00 0.25 751.75 + 48.425 624.00 0.24 623.76 + 48.450 651.00 0.24 650.76 + 48.475 695.00 0.24 694.76 + 48.500 597.00 0.23 596.77 + 48.525 460.00 0.23 459.77 + 48.550 284.00 0.23 283.77 + 48.575 261.00 0.22 260.78 + 48.600 211.00 0.22 210.78 + 48.625 196.00 0.22 195.78 + 48.650 175.00 0.21 174.79 + 48.675 167.00 0.21 166.79 + 48.700 165.00 0.21 164.79 + 48.725 143.00 0.21 142.79 + 48.750 153.00 0.20 152.80 + 48.775 155.00 0.20 154.80 + 48.800 137.00 0.20 136.80 + 48.825 161.00 0.19 160.81 + 48.850 131.00 0.19 130.81 + 48.875 138.00 0.19 137.81 + 48.900 125.00 0.19 124.81 + 48.925 114.00 0.18 113.82 + 48.950 154.00 0.18 153.82 + 48.975 114.00 0.18 113.82 + 49.000 118.00 0.18 117.82 + 49.025 120.00 0.18 119.82 + 49.050 130.00 0.17 129.83 + 49.075 117.00 0.17 116.83 + 49.100 126.00 0.17 125.83 + 49.125 132.00 0.17 131.83 + 49.150 122.00 0.17 121.83 + 49.175 133.00 0.16 132.84 + 49.200 122.00 0.16 121.84 + 49.225 113.00 0.16 112.84 + 49.250 128.00 0.16 127.84 + 49.275 139.00 0.16 138.84 + 49.300 126.00 0.15 125.85 + 49.325 140.00 0.15 139.85 + 49.350 120.00 0.15 119.85 + 49.375 122.00 0.15 121.85 + 49.400 122.00 0.15 121.85 + 49.425 136.00 0.15 135.85 + 49.450 116.00 0.14 115.86 + 49.475 113.00 0.14 112.86 + 49.500 103.00 0.14 102.86 + 49.525 120.00 0.14 119.86 + 49.550 129.00 0.14 128.86 + 49.575 112.00 0.14 111.86 + 49.600 118.00 0.13 117.87 + 49.625 140.00 0.13 139.87 + 49.650 135.00 0.13 134.87 + 49.675 101.00 0.13 100.87 + 49.700 128.00 0.13 127.87 + 49.725 115.00 0.13 114.87 + 49.750 126.00 0.13 125.87 + 49.775 120.00 0.12 119.88 + 49.800 119.00 0.12 118.88 + 49.825 107.00 0.12 106.88 + 49.850 122.00 0.12 121.88 + 49.875 124.00 0.12 123.88 + 49.900 123.00 0.12 122.88 + 49.925 159.00 0.12 158.88 + 49.950 132.00 0.12 131.88 + 49.975 136.00 0.11 135.89 + 50.000 115.00 0.11 114.89 + 50.025 142.00 0.11 141.89 + 50.050 132.00 0.11 131.89 + 50.075 144.00 0.11 143.89 + 50.100 140.00 0.11 139.89 + 50.125 131.00 0.11 130.89 + 50.150 112.00 0.11 111.89 + 50.175 147.00 0.11 146.89 + 50.200 129.00 0.11 128.89 + 50.225 129.00 0.10 128.90 + 50.250 106.00 0.10 105.90 + 50.275 129.00 0.10 128.90 + 50.300 127.00 0.10 126.90 + 50.325 122.00 0.10 121.90 + 50.350 155.00 0.10 154.90 + 50.375 130.00 0.10 129.90 + 50.400 121.00 0.10 120.90 + 50.425 131.00 0.10 130.90 + 50.450 173.00 0.10 172.90 + 50.475 157.00 0.09 156.91 + 50.500 146.00 0.09 145.91 + 50.525 153.00 0.09 152.91 + 50.550 168.00 0.09 167.91 + 50.575 199.00 0.09 198.91 + 50.600 204.00 0.09 203.91 + 50.625 212.00 0.09 211.91 + 50.650 232.00 0.09 231.91 + 50.675 255.00 0.09 254.91 + 50.700 319.00 0.09 318.91 + 50.725 410.00 0.09 409.91 + 50.750 629.00 0.09 628.91 + 50.775 1090.00 0.09 1089.91 + 50.800 1814.00 0.08 1813.92 + 50.825 2668.00 0.08 2667.92 + 50.850 2463.00 0.08 2462.92 + 50.875 1752.00 0.08 1751.92 + 50.900 1187.00 0.08 1186.92 + 50.925 1257.00 0.08 1256.92 + 50.950 1542.00 0.08 1541.92 + 50.975 1549.00 0.08 1548.92 + 51.000 1066.00 0.08 1065.92 + 51.025 624.00 0.08 623.92 + 51.050 387.00 0.08 386.92 + 51.075 314.00 0.08 313.92 + 51.100 267.00 0.08 266.92 + 51.125 208.00 0.08 207.92 + 51.150 211.00 0.08 210.92 + 51.175 210.00 0.07 209.93 + 51.200 181.00 0.07 180.93 + 51.225 170.00 0.07 169.93 + 51.250 154.00 0.07 153.93 + 51.275 155.00 0.07 154.93 + 51.300 143.00 0.07 142.93 + 51.325 171.00 0.07 170.93 + 51.350 156.00 0.07 155.93 + 51.375 134.00 0.07 133.93 + 51.400 142.00 0.07 141.93 + 51.425 142.00 0.07 141.93 + 51.450 136.00 0.07 135.93 + 51.475 139.00 0.07 138.93 + 51.500 139.00 0.07 138.93 + 51.525 132.00 0.07 131.93 + 51.550 152.00 0.07 151.93 + 51.575 123.00 0.07 122.93 + 51.600 137.00 0.07 136.93 + 51.625 125.00 0.06 124.94 + 51.650 132.00 0.06 131.94 + 51.675 133.00 0.06 132.94 + 51.700 137.00 0.06 136.94 + 51.725 148.00 0.06 147.94 + 51.750 121.00 0.06 120.94 + 51.775 150.00 0.06 149.94 + 51.800 139.00 0.06 138.94 + 51.825 127.00 0.06 126.94 + 51.850 127.00 0.06 126.94 + 51.875 146.00 0.06 145.94 + 51.900 147.00 0.06 146.94 + 51.925 155.00 0.06 154.94 + 51.950 131.00 0.06 130.94 + 51.975 144.00 0.06 143.94 + 52.000 148.00 0.06 147.94 + 52.025 138.00 0.06 137.94 + 52.050 149.00 0.06 148.94 + 52.075 154.00 0.06 153.94 + 52.100 142.00 0.06 141.94 + 52.125 141.00 0.02 140.98 + 52.150 181.00 0.02 180.98 + 52.175 185.00 0.02 184.98 + 52.200 169.00 0.02 168.98 + 52.225 181.00 0.00 181.00 + 52.250 203.00 0.00 203.00 + 52.275 236.00 0.00 236.00 + 52.300 232.00 0.00 232.00 + 52.325 335.00 0.00 335.00 + 52.350 428.00 0.00 428.00 + 52.375 600.00 0.00 600.00 + 52.400 826.00 0.00 826.00 + 52.425 1143.00 0.00 1143.00 + 52.450 1282.00 0.00 1282.00 + 52.475 1262.00 0.00 1262.00 + 52.500 1070.00 0.00 1070.00 + 52.525 962.00 0.00 962.00 + 52.550 964.00 0.00 964.00 + 52.575 871.00 0.00 871.00 + 52.600 886.00 0.00 886.00 + 52.625 728.00 0.00 728.00 + 52.650 557.00 0.00 557.00 + 52.675 468.00 0.00 468.00 + 52.700 370.00 0.00 370.00 + 52.725 267.00 0.00 267.00 + 52.750 235.00 0.00 235.00 + 52.775 203.00 0.00 203.00 + 52.800 187.00 0.00 187.00 + 52.825 181.00 0.00 181.00 + 52.850 188.00 0.00 188.00 + 52.875 189.00 0.00 189.00 + 52.900 166.00 0.00 166.00 + 52.925 167.00 0.00 167.00 + 52.950 175.00 0.00 175.00 + 52.975 191.00 0.00 191.00 + 53.000 184.00 0.00 184.00 + 53.025 181.00 0.00 181.00 + 53.050 226.00 0.00 226.00 + 53.075 228.00 0.00 228.00 + 53.100 258.00 0.00 258.00 + 53.125 216.00 0.00 216.00 + 53.150 233.00 0.00 233.00 + 53.175 250.00 0.00 250.00 + 53.200 287.00 0.00 287.00 + 53.225 332.00 0.00 332.00 + 53.250 441.00 0.00 441.00 + 53.275 506.00 0.00 506.00 + 53.300 459.00 0.00 459.00 + 53.325 447.00 0.00 447.00 + 53.350 383.00 0.00 383.00 + 53.375 372.00 0.00 372.00 + 53.400 397.00 0.00 397.00 + 53.425 408.00 0.00 408.00 + 53.450 434.00 0.00 434.00 + 53.475 419.00 0.00 419.00 + 53.500 346.00 0.00 346.00 + 53.525 392.00 0.00 392.00 + 53.550 441.00 0.00 441.00 + 53.575 622.00 0.00 622.00 + 53.600 912.00 0.00 912.00 + 53.625 1096.00 0.00 1096.00 + 53.650 1359.00 0.00 1359.00 + 53.675 1605.00 0.00 1605.00 + 53.700 1949.00 0.00 1949.00 + 53.725 1937.00 0.00 1937.00 + 53.750 1843.00 0.00 1843.00 + 53.775 2020.00 0.00 2020.00 + 53.800 1980.00 0.00 1980.00 + 53.825 1741.00 0.00 1741.00 + 53.850 1467.00 0.00 1467.00 + 53.875 1209.00 0.00 1209.00 + 53.900 1080.00 0.00 1080.00 + 53.925 998.00 0.00 998.00 + 53.950 719.00 0.00 719.00 + 53.975 548.00 0.00 548.00 + 54.000 393.00 0.00 393.00 + 54.025 314.00 0.00 314.00 + 54.050 277.00 0.00 277.00 + 54.075 248.00 0.00 248.00 + 54.100 204.00 0.00 204.00 + 54.125 179.00 0.00 179.00 + 54.150 180.00 0.00 180.00 + 54.175 168.00 0.00 168.00 + 54.200 160.00 0.00 160.00 + 54.225 170.00 0.00 170.00 + 54.250 160.00 0.00 160.00 + 54.275 184.00 0.00 184.00 + 54.300 179.00 0.00 179.00 + 54.325 164.00 0.00 164.00 + 54.350 149.00 0.00 149.00 + 54.375 156.00 0.00 156.00 + 54.400 140.00 0.00 140.00 + 54.425 161.00 0.00 161.00 + 54.450 149.00 0.00 149.00 + 54.475 134.00 0.00 134.00 + 54.500 126.00 0.00 126.00 + 54.525 143.00 0.00 143.00 + 54.550 138.00 0.00 138.00 + 54.575 142.00 0.00 142.00 + 54.600 163.00 0.00 163.00 + 54.625 131.00 0.00 131.00 + 54.650 161.00 0.00 161.00 + 54.675 131.00 0.00 131.00 + 54.700 147.00 0.00 147.00 + 54.725 150.00 0.00 150.00 + 54.750 160.00 0.00 160.00 + 54.775 128.00 0.00 128.00 + 54.800 126.00 0.00 126.00 + 54.825 128.00 0.00 128.00 + 54.850 152.00 0.00 152.00 + 54.875 134.00 0.00 134.00 + 54.900 158.00 0.00 158.00 + 54.925 135.00 0.00 135.00 + 54.950 162.00 0.00 162.00 + 54.975 157.00 0.00 157.00 + 55.000 173.00 0.00 173.00 + 55.025 156.00 0.00 156.00 + 55.050 162.00 0.00 162.00 + 55.075 158.00 0.00 158.00 + 55.100 164.00 0.00 164.00 + 55.125 155.00 0.00 155.00 + 55.150 194.00 0.00 194.00 + 55.175 195.00 0.00 195.00 + 55.200 196.00 0.00 196.00 + 55.225 253.00 0.00 253.00 + 55.250 262.00 0.00 262.00 + 55.275 350.00 0.00 350.00 + 55.300 464.00 0.00 464.00 + 55.325 665.00 0.00 665.00 + 55.350 937.00 0.00 937.00 + 55.375 1141.00 0.00 1141.00 + 55.400 1055.00 0.00 1055.00 + 55.425 834.00 0.00 834.00 + 55.450 657.00 0.00 657.00 + 55.475 648.00 0.00 648.00 + 55.500 638.00 0.00 638.00 + 55.525 752.00 0.00 752.00 + 55.550 672.00 0.00 672.00 + 55.575 543.00 0.00 543.00 + 55.600 404.00 0.00 404.00 + 55.625 370.00 0.00 370.00 + 55.650 386.00 0.00 386.00 + 55.675 469.00 0.00 469.00 + 55.700 560.00 0.00 560.00 + 55.725 465.00 0.00 465.00 + 55.750 360.00 0.00 360.00 + 55.775 285.00 0.00 285.00 + 55.800 276.00 0.00 276.00 + 55.825 355.00 0.00 355.00 + 55.850 364.00 0.00 364.00 + 55.875 291.00 0.00 291.00 + 55.900 228.00 0.00 228.00 + 55.925 190.00 0.00 190.00 + 55.950 194.00 0.00 194.00 + 55.975 195.00 0.00 195.00 + 56.000 180.00 0.00 180.00 + 56.025 163.00 0.00 163.00 + 56.050 154.00 0.00 154.00 + 56.075 156.00 0.00 156.00 + 56.100 184.00 0.00 184.00 + 56.125 181.00 0.00 181.00 + 56.150 152.00 0.00 152.00 + 56.175 176.00 0.00 176.00 + 56.200 177.00 0.00 177.00 + 56.225 160.00 0.00 160.00 + 56.250 178.00 0.00 178.00 + 56.275 185.00 0.00 185.00 + 56.300 175.00 0.00 175.00 + 56.325 206.00 0.00 206.00 + 56.350 214.00 0.00 214.00 + 56.375 244.00 0.00 244.00 + 56.400 255.00 0.00 255.00 + 56.425 254.00 0.00 254.00 + 56.450 373.00 0.00 373.00 + 56.475 514.00 0.00 514.00 + 56.500 623.00 0.00 623.00 + 56.525 827.00 0.00 827.00 + 56.550 875.00 0.00 875.00 + 56.575 884.00 0.00 884.00 + 56.600 951.00 0.00 951.00 + 56.625 1181.00 0.00 1181.00 + 56.650 1887.00 0.00 1887.00 + 56.675 2582.00 0.00 2582.00 + 56.700 2875.00 0.00 2875.00 + 56.725 2303.00 0.00 2303.00 + 56.750 1613.00 0.00 1613.00 + 56.775 1270.00 0.00 1270.00 + 56.800 1312.00 0.00 1312.00 + 56.825 1510.00 0.00 1510.00 + 56.850 1599.00 0.00 1599.00 + 56.875 1288.00 0.00 1288.00 + 56.900 890.00 0.00 890.00 + 56.925 794.00 0.00 794.00 + 56.950 643.00 0.00 643.00 + 56.975 683.00 0.00 683.00 + 57.000 884.00 0.00 884.00 + 57.025 1207.00 0.00 1207.00 + 57.050 1571.00 0.00 1571.00 + 57.075 1762.00 0.00 1762.00 + 57.100 1506.00 0.00 1506.00 + 57.125 1186.00 0.00 1186.00 + 57.150 969.00 0.00 969.00 + 57.175 975.00 0.00 975.00 + 57.200 1015.00 0.00 1015.00 + 57.225 1048.00 0.00 1048.00 + 57.250 938.00 0.00 938.00 + 57.275 733.00 0.00 733.00 + 57.300 494.00 0.00 494.00 + 57.325 392.00 0.00 392.00 + 57.350 292.00 0.00 292.00 + 57.375 276.00 0.00 276.00 + 57.400 254.00 0.00 254.00 + 57.425 229.00 0.00 229.00 + 57.450 216.00 0.00 216.00 + 57.475 203.00 0.00 203.00 + 57.500 194.00 0.00 194.00 + 57.525 189.00 0.00 189.00 + 57.550 192.00 0.00 192.00 + 57.575 181.00 0.00 181.00 + 57.600 191.00 0.00 191.00 + 57.625 163.00 0.00 163.00 + 57.650 175.00 0.00 175.00 + 57.675 186.00 0.00 186.00 + 57.700 149.00 0.00 149.00 + 57.725 175.00 0.00 175.00 + 57.750 142.00 0.00 142.00 + 57.775 180.00 0.00 180.00 + 57.800 136.00 0.00 136.00 + 57.825 151.00 0.00 151.00 + 57.850 177.00 0.00 177.00 + 57.875 156.00 0.00 156.00 + 57.900 159.00 0.00 159.00 + 57.925 174.00 0.00 174.00 + 57.950 148.00 0.00 148.00 + 57.975 147.00 0.00 147.00 + 58.000 141.00 0.00 141.00 + 58.025 145.00 0.00 145.00 + 58.050 156.00 0.00 156.00 + 58.075 144.00 0.00 144.00 + 58.100 149.00 0.00 149.00 + 58.125 145.00 0.00 145.00 + 58.150 127.00 0.00 127.00 + 58.175 143.00 0.00 143.00 + 58.200 159.00 0.00 159.00 + 58.225 129.00 0.00 129.00 + 58.250 161.00 0.00 161.00 + 58.275 138.00 0.00 138.00 + 58.300 145.00 0.00 145.00 + 58.325 165.00 0.00 165.00 + 58.350 172.00 0.00 172.00 + 58.375 184.00 0.00 184.00 + 58.400 217.00 0.00 217.00 + 58.425 266.00 0.00 266.00 + 58.450 272.00 0.00 272.00 + 58.475 313.00 0.00 313.00 + 58.500 288.00 0.00 288.00 + 58.525 275.00 0.00 275.00 + 58.550 321.00 0.00 321.00 + 58.575 323.00 0.00 323.00 + 58.600 439.00 0.00 439.00 + 58.625 573.00 0.00 573.00 + 58.650 743.00 0.00 743.00 + 58.675 906.00 0.00 906.00 + 58.700 960.00 0.00 960.00 + 58.725 812.00 0.00 812.00 + 58.750 566.00 0.00 566.00 + 58.775 541.00 0.00 541.00 + 58.800 535.00 0.00 535.00 + 58.825 554.00 0.00 554.00 + 58.850 567.00 0.00 567.00 + 58.875 599.00 0.00 599.00 + 58.900 473.00 0.00 473.00 + 58.925 359.00 0.00 359.00 + 58.950 290.00 0.00 290.00 + 58.975 254.00 0.00 254.00 + 59.000 189.00 0.00 189.00 + 59.025 184.00 0.00 184.00 + 59.050 196.00 0.00 196.00 + 59.075 210.00 0.00 210.00 + 59.100 190.00 0.00 190.00 + 59.125 179.00 0.00 179.00 + 59.150 148.00 0.00 148.00 + 59.175 160.00 0.00 160.00 + 59.200 147.00 0.00 147.00 + 59.225 122.00 0.00 122.00 + 59.250 148.00 0.00 148.00 + 59.275 141.00 0.00 141.00 + 59.300 140.00 0.00 140.00 + 59.325 142.00 0.00 142.00 + 59.350 114.00 0.00 114.00 + 59.375 150.00 0.00 150.00 + 59.400 151.00 0.00 151.00 + 59.425 132.00 0.00 132.00 + 59.450 153.00 0.00 153.00 + 59.475 140.00 0.00 140.00 + 59.500 118.00 0.00 118.00 + 59.525 128.00 0.00 128.00 + 59.550 140.00 0.00 140.00 + 59.575 136.00 0.00 136.00 + 59.600 122.00 0.00 122.00 + 59.625 130.00 0.00 130.00 + 59.650 135.00 0.00 135.00 + 59.675 133.00 0.00 133.00 + 59.700 165.00 0.00 165.00 + 59.725 160.00 0.00 160.00 + 59.750 163.00 0.00 163.00 + 59.775 166.00 0.00 166.00 + 59.800 190.00 0.00 190.00 + 59.825 264.00 0.00 264.00 + 59.850 331.00 0.00 331.00 + 59.875 334.00 0.00 334.00 + 59.900 297.00 0.00 297.00 + 59.925 215.00 0.04 214.96 + 59.950 205.00 0.04 204.96 + 59.975 212.00 0.04 211.96 + 60.000 268.00 0.04 267.96 + 60.025 226.00 0.04 225.96 + 60.050 256.00 0.04 255.96 + 60.075 199.00 0.04 198.96 + 60.100 165.00 0.04 164.96 + 60.125 148.00 0.06 147.94 + 60.150 159.00 0.06 158.94 + 60.175 132.00 0.06 131.94 + 60.200 154.00 0.06 153.94 + 60.225 139.00 0.06 138.94 + 60.250 121.00 0.06 120.94 + 60.275 144.00 0.06 143.94 + 60.300 131.00 0.06 130.94 + 60.325 136.00 0.06 135.94 + 60.350 139.00 0.06 138.94 + 60.375 120.00 0.06 119.94 + 60.400 129.00 0.06 128.94 + 60.425 130.00 0.06 129.94 + 60.450 143.00 0.06 142.94 + 60.475 127.00 0.07 126.93 + 60.500 150.00 0.07 149.93 + 60.525 156.00 0.07 155.93 + 60.550 154.00 0.07 153.93 + 60.575 153.00 0.07 152.93 + 60.600 162.00 0.07 161.93 + 60.625 208.00 0.07 207.93 + 60.650 247.00 0.07 246.93 + 60.675 207.00 0.07 206.93 + 60.700 192.00 0.07 191.93 + 60.725 179.00 0.07 178.93 + 60.750 148.00 0.07 147.93 + 60.775 154.00 0.07 153.93 + 60.800 204.00 0.07 203.93 + 60.825 186.00 0.08 185.92 + 60.850 208.00 0.08 207.92 + 60.875 175.00 0.08 174.92 + 60.900 141.00 0.08 140.92 + 60.925 111.00 0.08 110.92 + 60.950 124.00 0.08 123.92 + 60.975 132.00 0.08 131.92 + 61.000 127.00 0.08 126.92 + 61.025 125.00 0.08 124.92 + 61.050 124.00 0.08 123.92 + 61.075 147.00 0.08 146.92 + 61.100 143.00 0.09 142.91 + 61.125 135.00 0.09 134.91 + 61.150 136.00 0.09 135.91 + 61.175 143.00 0.09 142.91 + 61.200 145.00 0.09 144.91 + 61.225 143.00 0.09 142.91 + 61.250 148.00 0.09 147.91 + 61.275 151.00 0.09 150.91 + 61.300 139.00 0.09 138.91 + 61.325 142.00 0.09 141.91 + 61.350 135.00 0.10 134.90 + 61.375 161.00 0.10 160.90 + 61.400 143.00 0.10 142.90 + 61.425 139.00 0.10 138.90 + 61.450 136.00 0.10 135.90 + 61.475 158.00 0.10 157.90 + 61.500 164.00 0.10 163.90 + 61.525 167.00 0.10 166.90 + 61.550 165.00 0.11 164.89 + 61.575 181.00 0.11 180.89 + 61.600 147.00 0.11 146.89 + 61.625 160.00 0.11 159.89 + 61.650 195.00 0.11 194.89 + 61.675 209.00 0.11 208.89 + 61.700 190.00 0.11 189.89 + 61.725 226.00 0.11 225.89 + 61.750 195.00 0.12 194.88 + 61.775 241.00 0.12 240.88 + 61.800 278.00 0.12 277.88 + 61.825 302.00 0.12 301.88 + 61.850 344.00 0.12 343.88 + 61.875 427.00 0.12 426.88 + 61.900 563.00 0.13 562.87 + 61.925 789.00 0.13 788.87 + 61.950 990.00 0.13 989.87 + 61.975 1317.00 0.13 1316.87 + 62.000 1792.00 0.13 1791.87 + 62.025 2342.00 0.14 2341.86 + 62.050 2479.00 0.14 2478.86 + 62.075 2083.00 0.14 2082.86 + 62.100 1541.00 0.14 1540.86 + 62.125 1233.00 0.14 1232.86 + 62.150 1186.00 0.15 1185.85 + 62.175 1301.00 0.15 1300.85 + 62.200 1408.00 0.15 1407.85 + 62.225 1348.00 0.15 1347.85 + 62.250 1086.00 0.15 1085.85 + 62.275 761.00 0.16 760.84 + 62.300 509.00 0.16 508.84 + 62.325 405.00 0.16 404.84 + 62.350 349.00 0.16 348.84 + 62.375 309.00 0.17 308.83 + 62.400 273.00 0.17 272.83 + 62.425 269.00 0.17 268.83 + 62.450 244.00 0.17 243.83 + 62.475 252.00 0.18 251.82 + 62.500 286.00 0.18 285.82 + 62.525 309.00 0.18 308.82 + 62.550 289.00 0.19 288.81 + 62.575 316.00 0.19 315.81 + 62.600 317.00 0.19 316.81 + 62.625 259.00 0.20 258.80 + 62.650 228.00 0.20 227.80 + 62.675 223.00 0.20 222.80 + 62.700 259.00 0.21 258.79 + 62.725 237.00 0.21 236.79 + 62.750 212.00 0.21 211.79 + 62.775 212.00 0.22 211.78 + 62.800 201.00 0.22 200.78 + 62.825 184.00 0.23 183.77 + 62.850 201.00 0.23 200.77 + 62.875 170.00 0.23 169.77 + 62.900 165.00 0.24 164.76 + 62.925 182.00 0.24 181.76 + 62.950 182.00 0.25 181.75 + 62.975 183.00 0.25 182.75 + 63.000 199.00 0.26 198.74 + 63.025 200.00 0.26 199.74 + 63.050 208.00 0.27 207.73 + 63.075 190.00 0.27 189.73 + 63.100 185.00 0.28 184.72 + 63.125 230.00 0.28 229.72 + 63.150 275.00 0.29 274.71 + 63.175 352.00 0.30 351.70 + 63.200 448.00 0.30 447.70 + 63.225 647.00 0.31 646.69 + 63.250 956.00 0.32 955.68 + 63.275 1241.00 0.32 1240.68 + 63.300 1280.00 0.33 1279.67 + 63.325 1063.00 0.34 1062.66 + 63.350 730.00 0.34 729.66 + 63.375 559.00 0.35 558.65 + 63.400 576.00 0.36 575.64 + 63.425 678.00 0.37 677.63 + 63.450 833.00 0.38 832.62 + 63.475 919.00 0.39 918.61 + 63.500 838.00 0.40 837.60 + 63.525 736.00 0.41 735.59 + 63.550 578.00 0.42 577.58 + 63.575 449.00 0.43 448.57 + 63.600 352.00 0.44 351.56 + 63.625 332.00 0.45 331.55 + 63.650 306.00 0.46 305.54 + 63.675 308.00 0.47 307.53 + 63.700 321.00 0.49 320.51 + 63.725 300.00 0.50 299.50 + 63.750 245.00 0.51 244.49 + 63.775 216.00 0.53 215.47 + 63.800 201.00 0.54 200.46 + 63.825 182.00 0.56 181.44 + 63.850 162.00 0.57 161.43 + 63.875 147.00 0.59 146.41 + 63.900 163.00 0.61 162.39 + 63.925 193.00 0.63 192.37 + 63.950 149.00 0.65 148.35 + 63.975 171.00 0.67 170.33 + 64.000 166.00 0.69 165.31 + 64.025 202.00 0.71 201.29 + 64.050 155.00 0.74 154.26 + 64.075 141.00 0.76 140.24 + 64.100 162.00 0.79 161.21 + 64.125 155.00 0.82 154.18 + 64.150 166.00 0.85 165.15 + 64.175 190.00 0.88 189.12 + 64.200 174.00 0.91 173.09 + 64.225 189.00 0.94 188.06 + 64.250 211.00 0.98 210.02 + 64.275 169.00 1.02 167.98 + 64.300 195.00 1.06 193.94 + 64.325 197.00 1.10 195.90 + 64.350 235.00 1.15 233.85 + 64.375 250.00 1.20 248.80 + 64.400 286.00 1.25 284.75 + 64.425 344.00 1.30 342.70 + 64.450 394.00 1.36 392.64 + 64.475 561.00 1.43 559.57 + 64.500 722.00 1.50 720.50 + 64.525 930.00 1.57 928.43 + 64.550 1317.00 1.65 1315.35 + 64.575 1481.00 1.73 1479.27 + 64.600 1358.00 1.83 1356.17 + 64.625 1037.00 1.92 1035.08 + 64.650 813.00 2.03 810.97 + 64.675 746.00 2.15 743.85 + 64.700 717.00 2.28 714.72 + 64.725 877.00 2.42 874.58 + 64.750 916.00 2.57 913.43 + 64.775 896.00 2.74 893.26 + 64.800 663.00 2.92 660.08 + 64.825 502.00 3.12 498.88 + 64.850 396.00 3.35 392.65 + 64.875 302.00 3.60 298.40 + 64.900 255.00 3.89 251.11 + 64.925 280.00 4.20 275.80 + 64.950 238.00 4.56 233.44 + 64.975 238.00 4.97 233.03 + 65.000 233.00 5.43 227.57 + 65.025 267.00 5.96 261.04 + 65.050 258.00 6.57 251.43 + 65.075 267.00 7.29 259.71 + 65.100 346.00 8.13 337.87 + 65.125 468.00 9.12 458.88 + 65.150 667.00 10.31 656.69 + 65.175 897.00 11.76 885.24 + 65.200 976.00 13.53 962.47 + 65.225 870.00 15.75 854.25 + 65.250 617.00 18.56 598.44 + 65.275 478.00 22.21 455.79 + 65.300 483.00 27.08 455.92 + 65.325 485.00 33.95 451.05 + 65.350 541.00 44.76 496.24 + 65.375 636.00 64.74 571.26 + 65.400 625.00 106.12 518.88 + 65.425 465.00 189.07 275.93 + 65.450 354.00 331.22 22.78 + 65.475 276.00 521.20 -245.20 + 65.500 231.00 679.63 -448.63 + 65.525 232.00 675.61 -443.61 + 65.550 190.00 519.65 -329.65 + 65.575 216.00 349.34 -133.34 + 65.600 192.00 245.65 -53.65 + 65.625 191.00 227.31 -36.31 + 65.650 172.00 277.03 -105.03 + 65.675 178.00 349.71 -171.71 + 65.700 212.00 370.42 -158.42 + 65.725 172.00 302.76 -130.76 + 65.750 174.00 203.17 -29.17 + 65.775 183.00 121.78 61.22 + 65.800 142.00 71.23 70.77 + 65.825 176.00 44.74 131.26 + 65.850 174.00 31.56 142.44 + 65.875 159.00 24.39 134.61 + 65.900 196.00 19.81 176.19 + 65.925 194.00 16.53 177.47 + 65.950 202.00 14.04 187.96 + 65.975 246.00 12.09 233.91 + 66.000 258.00 10.53 247.47 + 66.025 272.00 9.27 262.73 + 66.050 227.00 8.22 218.78 + 66.075 206.00 7.35 198.65 + 66.100 220.00 6.61 213.39 + 66.125 234.00 5.98 228.02 + 66.150 235.00 5.44 229.56 + 66.175 252.00 4.96 247.04 + 66.200 241.00 4.55 236.45 + 66.225 246.00 4.19 241.81 + 66.250 280.00 3.87 276.13 + 66.275 326.00 3.59 322.41 + 66.300 391.00 3.34 387.66 + 66.325 456.00 3.11 452.89 + 66.350 640.00 2.91 637.09 + 66.375 670.00 2.72 667.28 + 66.400 639.00 2.55 636.45 + 66.425 521.00 2.40 518.60 + 66.450 515.00 2.26 512.74 + 66.475 493.00 2.14 490.86 + 66.500 632.00 2.02 629.98 + 66.525 854.00 1.91 852.09 + 66.550 1153.00 1.81 1151.19 + 66.575 1468.00 1.72 1466.28 + 66.600 1384.00 1.64 1382.36 + 66.625 1196.00 1.56 1194.44 + 66.650 879.00 1.49 877.51 + 66.675 770.00 1.42 768.58 + 66.700 660.00 1.36 658.64 + 66.725 705.00 1.30 703.70 + 66.750 773.00 1.24 771.76 + 66.775 815.00 1.19 813.81 + 66.800 766.00 1.14 764.86 + 66.825 626.00 1.10 624.90 + 66.850 469.00 1.05 467.95 + 66.875 409.00 1.01 407.99 + 66.900 338.00 0.97 337.03 + 66.925 280.00 0.94 279.06 + 66.950 267.00 0.90 266.10 + 66.975 303.00 0.87 302.13 + 67.000 290.00 0.84 289.16 + 67.025 315.00 0.81 314.19 + 67.050 308.00 0.78 307.22 + 67.075 375.00 0.76 374.24 + 67.100 471.00 0.73 470.27 + 67.125 637.00 0.71 636.29 + 67.150 830.00 0.69 829.31 + 67.175 1073.00 0.67 1072.33 + 67.200 1024.00 0.65 1023.35 + 67.225 833.00 0.63 832.37 + 67.250 639.00 0.61 638.39 + 67.275 528.00 0.59 527.41 + 67.300 502.00 0.57 501.43 + 67.325 569.00 0.56 568.44 + 67.350 667.00 0.54 666.46 + 67.375 732.00 0.53 731.47 + 67.400 600.00 0.51 599.49 + 67.425 516.00 0.50 515.50 + 67.450 444.00 0.48 443.52 + 67.475 417.00 0.47 416.53 + 67.500 430.00 0.46 429.54 + 67.525 431.00 0.45 430.55 + 67.550 409.00 0.44 408.56 + 67.575 399.00 0.43 398.57 + 67.600 319.00 0.41 318.59 + 67.625 289.00 0.40 288.60 + 67.650 333.00 0.39 332.61 + 67.675 368.00 0.39 367.61 + 67.700 368.00 0.38 367.62 + 67.725 375.00 0.37 374.63 + 67.750 332.00 0.36 331.64 + 67.775 257.00 0.35 256.65 + 67.800 253.00 0.34 252.66 + 67.825 244.00 0.34 243.66 + 67.850 250.00 0.33 249.67 + 67.875 251.00 0.32 250.68 + 67.900 239.00 0.31 238.69 + 67.925 260.00 0.31 259.69 + 67.950 202.00 0.30 201.70 + 67.975 234.00 0.29 233.71 + 68.000 236.00 0.29 235.71 + 68.025 222.00 0.28 221.72 + 68.050 268.00 0.28 267.72 + 68.075 246.00 0.27 245.73 + 68.100 261.00 0.27 260.73 + 68.125 301.00 0.26 300.74 + 68.150 352.00 0.26 351.74 + 68.175 434.00 0.25 433.75 + 68.200 507.00 0.25 506.75 + 68.225 687.00 0.24 686.76 + 68.250 891.00 0.24 890.76 + 68.275 929.00 0.23 928.77 + 68.300 869.00 0.23 868.77 + 68.325 744.00 0.22 743.78 + 68.350 766.00 0.22 765.78 + 68.375 883.00 0.22 882.78 + 68.400 1213.00 0.21 1212.79 + 68.425 1390.00 0.21 1389.79 + 68.450 1383.00 0.21 1382.79 + 68.475 1276.00 0.20 1275.80 + 68.500 1228.00 0.20 1227.80 + 68.525 1172.00 0.20 1171.80 + 68.550 1129.00 0.19 1128.81 + 68.575 970.00 0.19 969.81 + 68.600 905.00 0.19 904.81 + 68.625 839.00 0.18 838.82 + 68.650 745.00 0.18 744.82 + 68.675 632.00 0.18 631.82 + 68.700 628.00 0.17 627.83 + 68.725 600.00 0.17 599.83 + 68.750 552.00 0.17 551.83 + 68.775 393.00 0.17 392.83 + 68.800 307.00 0.16 306.84 + 68.825 265.00 0.16 264.84 + 68.850 275.00 0.16 274.84 + 68.875 215.00 0.16 214.84 + 68.900 233.00 0.15 232.85 + 68.925 208.00 0.15 207.85 + 68.950 186.00 0.15 185.85 + 68.975 180.00 0.15 179.85 + 69.000 200.00 0.15 199.85 + 69.025 182.00 0.14 181.86 + 69.050 178.00 0.14 177.86 + 69.075 170.00 0.14 169.86 + 69.100 180.00 0.14 179.86 + 69.125 177.00 0.14 176.86 + 69.150 190.00 0.13 189.87 + 69.175 173.00 0.13 172.87 + 69.200 203.00 0.13 202.87 + 69.225 200.00 0.13 199.87 + 69.250 185.00 0.13 184.87 + 69.275 218.00 0.12 217.88 + 69.300 207.00 0.12 206.88 + 69.325 244.00 0.12 243.88 + 69.350 220.00 0.12 219.88 + 69.375 243.00 0.12 242.88 + 69.400 266.00 0.12 265.88 + 69.425 280.00 0.11 279.89 + 69.450 324.00 0.11 323.89 + 69.475 394.00 0.11 393.89 + 69.500 567.00 0.11 566.89 + 69.525 690.00 0.11 689.89 + 69.550 853.00 0.11 852.89 + 69.575 934.00 0.11 933.89 + 69.600 815.00 0.11 814.89 + 69.625 877.00 0.10 876.90 + 69.650 894.00 0.10 893.90 + 69.675 888.00 0.10 887.90 + 69.700 744.00 0.10 743.90 + 69.725 665.00 0.10 664.90 + 69.750 674.00 0.10 673.90 + 69.775 693.00 0.10 692.90 + 69.800 634.00 0.10 633.90 + 69.825 583.00 0.09 582.91 + 69.850 589.00 0.09 588.91 + 69.875 572.00 0.09 571.91 + 69.900 455.00 0.09 454.91 + 69.925 501.00 0.09 500.91 + 69.950 497.00 0.09 496.91 + 69.975 637.00 0.09 636.91 + 70.000 833.00 0.09 832.91 + 70.025 1120.00 0.09 1119.91 + 70.050 968.00 0.09 967.91 + 70.075 776.00 0.08 775.92 + 70.100 526.00 0.08 525.92 + 70.125 397.00 0.08 396.92 + 70.150 372.00 0.08 371.92 + 70.175 472.00 0.08 471.92 + 70.200 548.00 0.08 547.92 + 70.225 682.00 0.08 681.92 + 70.250 632.00 0.08 631.92 + 70.275 479.00 0.08 478.92 + 70.300 341.00 0.08 340.92 + 70.325 304.00 0.08 303.92 + 70.350 211.00 0.07 210.93 + 70.375 213.00 0.07 212.93 + 70.400 199.00 0.07 198.93 + 70.425 185.00 0.07 184.93 + 70.450 190.00 0.07 189.93 + 70.475 194.00 0.07 193.93 + 70.500 183.00 0.07 182.93 + 70.525 193.00 0.07 192.93 + 70.550 204.00 0.07 203.93 + 70.575 201.00 0.07 200.93 + 70.600 264.00 0.07 263.93 + 70.625 298.00 0.07 297.93 + 70.650 373.00 0.07 372.93 + 70.675 364.00 0.07 363.93 + 70.700 306.00 0.07 305.93 + 70.725 270.00 0.06 269.94 + 70.750 271.00 0.06 270.94 + 70.775 259.00 0.06 258.94 + 70.800 298.00 0.06 297.94 + 70.825 371.00 0.06 370.94 + 70.850 433.00 0.06 432.94 + 70.875 565.00 0.06 564.94 + 70.900 625.00 0.06 624.94 + 70.925 581.00 0.06 580.94 + 70.950 460.00 0.06 459.94 + 70.975 365.00 0.06 364.94 + 71.000 291.00 0.06 290.94 + 71.025 270.00 0.06 269.94 + 71.050 311.00 0.06 310.94 + 71.075 317.00 0.06 316.94 + 71.100 411.00 0.06 410.94 + 71.125 435.00 0.02 434.98 + 71.150 426.00 0.02 425.98 + 71.175 481.00 0.02 480.98 + 71.200 415.00 0.02 414.98 + 71.225 358.00 0.02 357.98 + 71.250 268.00 0.02 267.98 + 71.275 245.00 0.02 244.98 + 71.300 239.00 0.00 239.00 + 71.325 204.00 0.00 204.00 + 71.350 246.00 0.00 246.00 + 71.375 236.00 0.00 236.00 + 71.400 272.00 0.00 272.00 + 71.425 241.00 0.00 241.00 + 71.450 203.00 0.00 203.00 + 71.475 182.00 0.00 182.00 + 71.500 189.00 0.00 189.00 + 71.525 163.00 0.00 163.00 + 71.550 165.00 0.00 165.00 + 71.575 161.00 0.00 161.00 + 71.600 145.00 0.00 145.00 + 71.625 149.00 0.00 149.00 + 71.650 163.00 0.00 163.00 + 71.675 166.00 0.00 166.00 + 71.700 138.00 0.00 138.00 + 71.725 141.00 0.00 141.00 + 71.750 158.00 0.00 158.00 + 71.775 145.00 0.00 145.00 + 71.800 131.00 0.00 131.00 + 71.825 135.00 0.00 135.00 + 71.850 147.00 0.00 147.00 + 71.875 133.00 0.00 133.00 + 71.900 140.00 0.00 140.00 + 71.925 144.00 0.00 144.00 + 71.950 155.00 0.00 155.00 + 71.975 157.00 0.00 157.00 + 72.000 196.00 0.00 196.00 + 72.025 193.00 0.00 193.00 + 72.050 175.00 0.00 175.00 + 72.075 172.00 0.00 172.00 + 72.100 174.00 0.00 174.00 + 72.125 148.00 0.00 148.00 + 72.150 164.00 0.00 164.00 + 72.175 177.00 0.00 177.00 + 72.200 183.00 0.00 183.00 + 72.225 250.00 0.00 250.00 + 72.250 310.00 0.00 310.00 + 72.275 439.00 0.00 439.00 + 72.300 401.00 0.00 401.00 + 72.325 356.00 0.00 356.00 + 72.350 276.00 0.00 276.00 + 72.375 178.00 0.00 178.00 + 72.400 216.00 0.00 216.00 + 72.425 209.00 0.00 209.00 + 72.450 222.00 0.00 222.00 + 72.475 263.00 0.00 263.00 + 72.500 281.00 0.00 281.00 + 72.525 270.00 0.00 270.00 + 72.550 217.00 0.00 217.00 + 72.575 181.00 0.00 181.00 + 72.600 183.00 0.00 183.00 + 72.625 174.00 0.00 174.00 + 72.650 171.00 0.00 171.00 + 72.675 151.00 0.00 151.00 + 72.700 142.00 0.00 142.00 + 72.725 130.00 0.00 130.00 + 72.750 147.00 0.00 147.00 + 72.775 146.00 0.00 146.00 + 72.800 148.00 0.00 148.00 + 72.825 124.00 0.00 124.00 + 72.850 129.00 0.00 129.00 + 72.875 128.00 0.00 128.00 + 72.900 135.00 0.00 135.00 + 72.925 143.00 0.00 143.00 + 72.950 135.00 0.00 135.00 + 72.975 145.00 0.00 145.00 + 73.000 134.00 0.00 134.00 + 73.025 131.00 0.00 131.00 + 73.050 154.00 0.00 154.00 + 73.075 135.00 0.00 135.00 + 73.100 139.00 0.00 139.00 + 73.125 155.00 0.00 155.00 + 73.150 143.00 0.00 143.00 + 73.175 151.00 0.00 151.00 + 73.200 154.00 0.00 154.00 + 73.225 160.00 0.00 160.00 + 73.250 141.00 0.00 141.00 + 73.275 160.00 0.00 160.00 + 73.300 155.00 0.00 155.00 + 73.325 171.00 0.00 171.00 + 73.350 166.00 0.00 166.00 + 73.375 159.00 0.00 159.00 + 73.400 187.00 0.00 187.00 + 73.425 205.00 0.00 205.00 + 73.450 212.00 0.00 212.00 + 73.475 230.00 0.00 230.00 + 73.500 313.00 0.00 313.00 + 73.525 346.00 0.00 346.00 + 73.550 402.00 0.00 402.00 + 73.575 511.00 0.00 511.00 + 73.600 535.00 0.00 535.00 + 73.625 696.00 0.01 695.99 + 73.650 717.00 0.01 716.99 + 73.675 624.00 0.01 623.99 + 73.700 520.00 0.01 519.99 + 73.725 421.00 0.01 420.99 + 73.750 399.00 0.01 398.99 + 73.775 344.00 0.01 343.99 + 73.800 380.00 0.01 379.99 + 73.825 468.00 0.01 467.99 + 73.850 482.00 0.01 481.99 + 73.875 453.00 0.02 452.98 + 73.900 373.00 0.02 372.98 + 73.925 267.00 0.02 266.98 + 73.950 229.00 0.02 228.98 + 73.975 209.00 0.02 208.98 + 74.000 176.00 0.02 175.98 + 74.025 193.00 0.02 192.98 + 74.050 210.00 0.02 209.98 + 74.075 179.00 0.02 178.98 + 74.100 173.00 0.02 172.98 + 74.125 207.00 0.02 206.98 + 74.150 225.00 0.02 224.98 + 74.175 265.00 0.02 264.98 + 74.200 315.00 0.02 314.98 + 74.225 289.00 0.02 288.98 + 74.250 229.00 0.03 228.97 + 74.275 197.00 0.03 196.97 + 74.300 204.00 0.03 203.97 + 74.325 221.00 0.03 220.97 + 74.350 249.00 0.03 248.97 + 74.375 258.00 0.03 257.97 + 74.400 290.00 0.03 289.97 + 74.425 401.00 0.03 400.97 + 74.450 434.00 0.03 433.97 + 74.475 421.00 0.03 420.97 + 74.500 368.00 0.03 367.97 + 74.525 358.00 0.03 357.97 + 74.550 396.00 0.03 395.97 + 74.575 462.00 0.03 461.97 + 74.600 547.00 0.03 546.97 + 74.625 580.00 0.03 579.97 + 74.650 497.00 0.03 496.97 + 74.675 442.00 0.03 441.97 + 74.700 397.00 0.03 396.97 + 74.725 313.00 0.03 312.97 + 74.750 316.00 0.03 315.97 + 74.775 296.00 0.03 295.97 + 74.800 341.00 0.03 340.97 + 74.825 355.00 0.03 354.97 + 74.850 373.00 0.03 372.97 + 74.875 333.00 0.03 332.97 + 74.900 274.00 0.03 273.97 + 74.925 262.00 0.03 261.97 + 74.950 290.00 0.03 289.97 + 74.975 329.00 0.04 328.96 + 75.000 333.00 0.04 332.96 + 75.025 356.00 0.04 355.96 + 75.050 280.00 0.04 279.96 + 75.075 237.00 0.04 236.96 + 75.100 214.00 0.04 213.96 + 75.125 238.00 0.04 237.96 + 75.150 243.00 0.04 242.96 + 75.175 204.00 0.04 203.96 + 75.200 239.00 0.04 238.96 + 75.225 255.00 0.04 254.96 + 75.250 249.00 0.04 248.96 + 75.275 226.00 0.04 225.96 + 75.300 191.00 0.04 190.96 + 75.325 222.00 0.04 221.96 + 75.350 193.00 0.04 192.96 + 75.375 236.00 0.04 235.96 + 75.400 264.00 0.04 263.96 + 75.425 308.00 0.05 307.95 + 75.450 340.00 0.05 339.95 + 75.475 330.00 0.05 329.95 + 75.500 282.00 0.05 281.95 + 75.525 229.00 0.05 228.95 + 75.550 235.00 0.05 234.95 + 75.575 204.00 0.05 203.95 + 75.600 203.00 0.05 202.95 + 75.625 252.00 0.05 251.95 + 75.650 249.00 0.05 248.95 + 75.675 232.00 0.05 231.95 + 75.700 222.00 0.05 221.95 + 75.725 217.00 0.05 216.95 + 75.750 226.00 0.06 225.94 + 75.775 222.00 0.06 221.94 + 75.800 238.00 0.06 237.94 + 75.825 265.00 0.06 264.94 + 75.850 341.00 0.06 340.94 + 75.875 339.00 0.06 338.94 + 75.900 338.00 0.06 337.94 + 75.925 302.00 0.06 301.94 + 75.950 275.00 0.06 274.94 + 75.975 242.00 0.06 241.94 + 76.000 218.00 0.07 217.93 + 76.025 232.00 0.07 231.93 + 76.050 297.00 0.07 296.93 + 76.075 360.00 0.07 359.93 + 76.100 399.00 0.07 398.93 + 76.125 423.00 0.07 422.93 + 76.150 365.00 0.07 364.93 + 76.175 273.00 0.07 272.93 + 76.200 254.00 0.08 253.92 + 76.225 262.00 0.08 261.92 + 76.250 216.00 0.08 215.92 + 76.275 316.00 0.08 315.92 + 76.300 339.00 0.08 338.92 + 76.325 402.00 0.08 401.92 + 76.350 509.00 0.08 508.92 + 76.375 598.00 0.09 597.91 + 76.400 700.00 0.09 699.91 + 76.425 742.00 0.09 741.91 + 76.450 619.00 0.09 618.91 + 76.475 470.00 0.09 469.91 + 76.500 398.00 0.10 397.90 + 76.525 379.00 0.10 378.90 + 76.550 352.00 0.10 351.90 + 76.575 351.00 0.10 350.90 + 76.600 379.00 0.10 378.90 + 76.625 443.00 0.11 442.89 + 76.650 466.00 0.11 465.89 + 76.675 438.00 0.11 437.89 + 76.700 357.00 0.11 356.89 + 76.725 289.00 0.12 288.88 + 76.750 258.00 0.12 257.88 + 76.775 233.00 0.12 232.88 + 76.800 216.00 0.13 215.87 + 76.825 241.00 0.13 240.87 + 76.850 235.00 0.13 234.87 + 76.875 277.00 0.14 276.86 + 76.900 309.00 0.14 308.86 + 76.925 358.00 0.14 357.86 + 76.950 356.00 0.15 355.85 + 76.975 323.00 0.15 322.85 + 77.000 273.00 0.16 272.84 + 77.025 243.00 0.16 242.84 + 77.050 224.00 0.16 223.84 + 77.075 243.00 0.17 242.83 + 77.100 250.00 0.17 249.83 + 77.125 220.00 0.18 219.82 + 77.150 267.00 0.18 266.82 + 77.175 291.00 0.19 290.81 + 77.200 282.00 0.20 281.80 + 77.225 252.00 0.20 251.80 + 77.250 255.00 0.21 254.79 + 77.275 328.00 0.22 327.78 + 77.300 357.00 0.22 356.78 + 77.325 411.00 0.23 410.77 + 77.350 375.00 0.24 374.76 + 77.375 323.00 0.25 322.75 + 77.400 267.00 0.26 266.74 + 77.425 240.00 0.26 239.74 + 77.450 208.00 0.27 207.73 + 77.475 209.00 0.29 208.71 + 77.500 236.00 0.30 235.70 + 77.525 248.00 0.31 247.69 + 77.550 261.00 0.32 260.68 + 77.575 256.00 0.33 255.67 + 77.600 244.00 0.35 243.65 + 77.625 203.00 0.36 202.64 + 77.650 173.00 0.38 172.62 + 77.675 170.00 0.39 169.61 + 77.700 174.00 0.41 173.59 + 77.725 168.00 0.43 167.57 + 77.750 167.00 0.45 166.55 + 77.775 181.00 0.47 180.53 + 77.800 159.00 0.50 158.50 + 77.825 195.00 0.54 194.46 + 77.850 168.00 0.56 167.44 + 77.875 180.00 0.59 179.41 + 77.900 186.00 0.63 185.37 + 77.925 175.00 0.66 174.34 + 77.950 191.00 0.70 190.30 + 77.975 213.00 0.74 212.26 + 78.000 274.00 0.79 273.21 + 78.025 266.00 0.84 265.16 + 78.050 323.00 0.90 322.10 + 78.075 421.00 0.96 420.04 + 78.100 552.00 1.03 550.97 + 78.125 799.00 1.11 797.89 + 78.150 1129.00 1.19 1127.81 + 78.175 1277.00 1.29 1275.71 + 78.200 1123.00 1.40 1121.60 + 78.225 820.00 1.52 818.48 + 78.250 610.00 1.66 608.34 + 78.275 504.00 1.82 502.18 + 78.300 408.00 2.01 405.99 + 78.325 478.00 2.22 475.78 + 78.350 543.00 2.48 540.52 + 78.375 708.00 2.78 705.22 + 78.400 817.00 3.15 813.85 + 78.425 736.00 3.59 732.41 + 78.450 641.00 4.14 636.86 + 78.475 568.00 4.83 563.17 + 78.500 413.00 5.71 407.29 + 78.525 433.00 6.85 426.15 + 78.550 373.00 8.39 364.61 + 78.575 314.00 10.53 303.47 + 78.600 321.00 13.75 307.25 + 78.625 244.00 19.31 224.69 + 78.650 262.00 30.50 231.50 + 78.675 251.00 53.83 197.17 + 78.700 232.00 96.67 135.33 + 78.725 241.00 157.77 83.23 + 78.750 216.00 208.08 7.92 + 78.775 240.00 195.80 44.20 + 78.800 212.00 136.95 75.05 + 78.825 196.00 82.64 113.36 + 78.850 173.00 49.77 123.23 + 78.875 187.00 36.04 150.96 + 78.900 175.00 36.31 138.69 + 78.925 173.00 49.10 123.90 + 78.950 152.00 73.93 78.07 + 78.975 163.00 102.10 60.90 + 79.000 143.00 108.25 34.75 + 79.025 135.00 83.02 51.98 + 79.050 122.00 51.89 70.11 + 79.075 139.00 29.81 109.19 + 79.100 128.00 17.63 110.37 + 79.125 134.00 11.65 122.35 + 79.150 140.00 8.60 131.40 + 79.175 117.00 6.78 110.22 + 79.200 150.00 5.54 144.46 + 79.225 134.00 4.64 129.36 + 79.250 152.00 3.95 148.05 + 79.275 127.00 3.41 123.59 + 79.300 170.00 2.98 167.02 + 79.325 158.00 2.63 155.37 + 79.350 155.00 2.34 152.66 + 79.375 173.00 2.10 170.90 + 79.400 161.00 1.90 159.10 + 79.425 136.00 1.72 134.28 + 79.450 128.00 1.57 126.43 + 79.475 177.00 1.44 175.56 + 79.500 165.00 1.33 163.67 + 79.525 140.00 1.23 138.77 + 79.550 154.00 1.14 152.86 + 79.575 143.00 1.07 141.93 + 79.600 168.00 1.00 167.00 + 79.625 189.00 0.93 188.07 + 79.650 130.00 0.88 129.12 + 79.675 160.00 0.83 159.17 + 79.700 151.00 0.78 150.22 + 79.725 182.00 0.74 181.26 + 79.750 221.00 0.70 220.30 + 79.775 238.00 0.66 237.34 + 79.800 260.00 0.63 259.37 + 79.825 315.00 0.60 314.40 + 79.850 327.00 0.58 326.42 + 79.875 311.00 0.55 310.45 + 79.900 246.00 0.53 245.47 + 79.925 211.00 0.51 210.49 + 79.950 204.00 0.49 203.51 + 79.975 196.00 0.47 195.53 + 80.000 211.00 0.45 210.55 + 80.025 191.00 0.44 190.56 + 80.050 234.00 0.42 233.58 + 80.075 225.00 0.41 224.59 + 80.100 255.00 0.39 254.61 + 80.125 200.00 0.38 199.62 + 80.150 186.00 0.37 185.63 + 80.175 186.00 0.36 185.64 + 80.200 162.00 0.35 161.65 + 80.225 140.00 0.34 139.66 + 80.250 153.00 0.33 152.67 + 80.275 147.00 0.32 146.68 + 80.300 143.00 0.32 142.68 + 80.325 153.00 0.31 152.69 + 80.350 154.00 0.30 153.70 + 80.375 133.00 0.30 132.70 + 80.400 145.00 0.29 144.71 + 80.425 148.00 0.29 147.71 + 80.450 165.00 0.28 164.72 + 80.475 155.00 0.28 154.72 + 80.500 155.00 0.27 154.73 + 80.525 147.00 0.27 146.73 + 80.550 176.00 0.26 175.74 + 80.575 149.00 0.26 148.74 + 80.600 165.00 0.26 164.74 + 80.625 136.00 0.25 135.75 + 80.650 163.00 0.25 162.75 + 80.675 163.00 0.25 162.75 + 80.700 198.00 0.25 197.75 + 80.725 215.00 0.25 214.75 + 80.750 249.00 0.24 248.76 + 80.775 304.00 0.24 303.76 + 80.800 377.00 0.24 376.76 + 80.825 414.00 0.24 413.76 + 80.850 339.00 0.24 338.76 + 80.875 322.00 0.24 321.76 + 80.900 284.00 0.24 283.76 + 80.925 301.00 0.24 300.76 + 80.950 311.00 0.24 310.76 + 80.975 380.00 0.24 379.76 + 81.000 550.00 0.24 549.76 + 81.025 624.00 0.24 623.76 + 81.050 660.00 0.24 659.76 + 81.075 617.00 0.24 616.76 + 81.100 461.00 0.24 460.76 + 81.125 363.00 0.24 362.76 + 81.150 284.00 0.24 283.76 + 81.175 266.00 0.25 265.75 + 81.200 268.00 0.25 267.75 + 81.225 289.00 0.25 288.75 + 81.250 340.00 0.25 339.75 + 81.275 375.00 0.26 374.74 + 81.300 363.00 0.26 362.74 + 81.325 327.00 0.26 326.74 + 81.350 259.00 0.27 258.73 + 81.375 216.00 0.27 215.73 + 81.400 172.00 0.27 171.73 + 81.425 180.00 0.28 179.72 + 81.450 208.00 0.28 207.72 + 81.475 177.00 0.29 176.71 + 81.500 157.00 0.29 156.71 + 81.525 189.00 0.30 188.70 + 81.550 192.00 0.30 191.70 + 81.575 222.00 0.31 221.69 + 81.600 222.00 0.32 221.68 + 81.625 188.00 0.33 187.67 + 81.650 184.00 0.33 183.67 + 81.675 164.00 0.34 163.66 + 81.700 173.00 0.35 172.65 + 81.725 182.00 0.36 181.64 + 81.750 153.00 0.37 152.63 + 81.775 158.00 0.38 157.62 + 81.800 158.00 0.39 157.61 + 81.825 183.00 0.41 182.59 + 81.850 190.00 0.42 189.58 + 81.875 178.00 0.44 177.56 + 81.900 169.00 0.45 168.55 + 81.925 145.00 0.47 144.53 + 81.950 170.00 0.49 169.51 + 81.975 138.00 0.50 137.50 + 82.000 169.00 0.53 168.47 + 82.025 133.00 0.55 132.45 + 82.050 134.00 0.57 133.43 + 82.075 122.00 0.60 121.40 + 82.100 126.00 0.63 125.37 + 82.125 153.00 0.66 152.34 + 82.150 112.00 0.69 111.31 + 82.175 125.00 0.73 124.27 + 82.200 127.00 0.77 126.23 + 82.225 147.00 0.81 146.19 + 82.250 125.00 0.86 124.14 + 82.275 125.00 0.91 124.09 + 82.300 142.00 0.97 141.03 + 82.325 143.00 1.03 141.97 + 82.350 138.00 1.10 136.90 + 82.375 145.00 1.18 143.82 + 82.400 166.00 1.27 164.73 + 82.425 165.00 1.37 163.63 + 82.450 156.00 1.48 154.52 + 82.475 154.00 1.61 152.39 + 82.500 169.00 1.76 167.24 + 82.525 130.00 1.93 128.07 + 82.550 173.00 2.12 170.88 + 82.575 155.00 2.35 152.65 + 82.600 178.00 2.62 175.38 + 82.625 211.00 2.94 208.06 + 82.650 247.00 3.33 243.67 + 82.675 289.00 3.80 285.20 + 82.700 310.00 4.38 305.62 + 82.725 276.00 5.11 270.89 + 82.750 303.00 6.04 296.96 + 82.775 376.00 7.27 368.73 + 82.800 468.00 8.91 459.09 + 82.825 665.00 11.22 653.78 + 82.850 803.00 14.73 788.27 + 82.875 829.00 20.87 808.13 + 82.900 683.00 33.24 649.76 + 82.925 570.00 58.46 511.54 + 82.950 507.00 103.31 403.69 + 82.975 383.00 164.84 218.16 + 83.000 335.00 211.05 123.95 + 83.025 352.00 192.99 159.01 + 83.050 412.00 133.29 278.71 + 83.075 522.00 80.29 441.71 + 83.100 575.00 48.18 526.82 + 83.125 652.00 33.67 618.33 + 83.150 681.00 30.94 650.06 + 83.175 634.00 38.09 595.91 + 83.200 466.00 56.38 409.62 + 83.225 368.00 84.44 283.56 + 83.250 301.00 108.25 192.75 + 83.275 214.00 102.13 111.87 + 83.300 226.00 72.29 153.71 + 83.325 205.00 43.76 161.24 + 83.350 239.00 25.30 213.70 + 83.375 226.00 15.51 210.49 + 83.400 271.00 10.67 260.33 + 83.425 279.00 8.08 270.92 + 83.450 280.00 6.45 273.55 + 83.475 247.00 5.32 241.68 + 83.500 223.00 4.47 218.53 + 83.525 201.00 3.82 197.18 + 83.550 199.00 3.31 195.69 + 83.575 198.00 2.90 195.10 + 83.600 206.00 2.57 203.43 + 83.625 191.00 2.29 188.71 + 83.650 154.00 2.06 151.94 + 83.675 174.00 1.86 172.14 + 83.700 144.00 1.69 142.31 + 83.725 155.00 1.55 153.45 + 83.750 161.00 1.42 159.58 + 83.775 172.00 1.31 170.69 + 83.800 178.00 1.21 176.79 + 83.825 192.00 1.12 190.88 + 83.850 155.00 1.05 153.95 + 83.875 171.00 0.98 170.02 + 83.900 155.00 0.90 154.10 + 83.925 160.00 0.84 159.16 + 83.950 138.00 0.79 137.21 + 83.975 156.00 0.75 155.25 + 84.000 178.00 0.70 177.30 + 84.025 163.00 0.66 162.34 + 84.050 191.00 0.63 190.37 + 84.075 200.00 0.60 199.40 + 84.100 208.00 0.57 207.43 + 84.125 186.00 0.54 185.46 + 84.150 167.00 0.51 166.49 + 84.175 183.00 0.48 182.52 + 84.200 157.00 0.46 156.54 + 84.225 148.00 0.44 147.56 + 84.250 163.00 0.42 162.58 + 84.275 174.00 0.40 173.60 + 84.300 187.00 0.38 186.62 + 84.325 182.00 0.37 181.63 + 84.350 189.00 0.35 188.65 + 84.375 190.00 0.34 189.66 + 84.400 190.00 0.33 189.67 + 84.425 199.00 0.31 198.69 + 84.450 240.00 0.30 239.70 + 84.475 247.00 0.29 246.71 + 84.500 334.00 0.28 333.72 + 84.525 391.00 0.27 390.73 + 84.550 512.00 0.26 511.74 + 84.575 618.00 0.25 617.75 + 84.600 663.00 0.24 662.76 + 84.625 593.00 0.24 592.76 + 84.650 456.00 0.23 455.77 + 84.675 395.00 0.22 394.78 + 84.700 343.00 0.21 342.79 + 84.725 288.00 0.21 287.79 + 84.750 292.00 0.20 291.80 + 84.775 310.00 0.20 309.80 + 84.800 392.00 0.19 391.81 + 84.825 389.00 0.18 388.82 + 84.850 437.00 0.18 436.82 + 84.875 361.00 0.17 360.83 + 84.900 351.00 0.17 350.83 + 84.925 262.00 0.16 261.84 + 84.950 250.00 0.16 249.84 + 84.975 233.00 0.16 232.84 + 85.000 197.00 0.15 196.85 + 85.025 195.00 0.15 194.85 + 85.050 171.00 0.14 170.86 + 85.075 174.00 0.14 173.86 + 85.100 171.00 0.14 170.86 + 85.125 159.00 0.13 158.87 + 85.150 158.00 0.13 157.87 + 85.175 120.00 0.13 119.87 + 85.200 128.00 0.12 127.88 + 85.225 140.00 0.12 139.88 + 85.250 148.00 0.12 147.88 + 85.275 156.00 0.12 155.88 + 85.300 133.00 0.11 132.89 + 85.325 156.00 0.11 155.89 + 85.350 144.00 0.11 143.89 + 85.375 163.00 0.11 162.89 + 85.400 158.00 0.10 157.90 + 85.425 158.00 0.10 157.90 + 85.450 154.00 0.10 153.90 + 85.475 165.00 0.10 164.90 + 85.500 196.00 0.10 195.90 + 85.525 206.00 0.09 205.91 + 85.550 256.00 0.09 255.91 + 85.575 278.00 0.09 277.91 + 85.600 255.00 0.09 254.91 + 85.625 253.00 0.09 252.91 + 85.650 223.00 0.08 222.92 + 85.675 190.00 0.08 189.92 + 85.700 196.00 0.08 195.92 + 85.725 176.00 0.08 175.92 + 85.750 171.00 0.08 170.92 + 85.775 212.00 0.08 211.92 + 85.800 204.00 0.08 203.92 + 85.825 252.00 0.07 251.93 + 85.850 224.00 0.07 223.93 + 85.875 192.00 0.07 191.93 + 85.900 180.00 0.07 179.93 + 85.925 172.00 0.07 171.93 + 85.950 166.00 0.07 165.93 + 85.975 159.00 0.07 158.93 + 86.000 155.00 0.07 154.93 + 86.025 148.00 0.06 147.94 + 86.050 167.00 0.06 166.94 + 86.075 137.00 0.06 136.94 + 86.100 178.00 0.06 177.94 + 86.125 161.00 0.06 160.94 + 86.150 180.00 0.06 179.94 + 86.175 156.00 0.06 155.94 + 86.200 169.00 0.06 168.94 + 86.225 178.00 0.06 177.94 + 86.250 174.00 0.06 173.94 + 86.275 181.00 0.05 180.95 + 86.300 172.00 0.05 171.95 + 86.325 238.00 0.05 237.95 + 86.350 209.00 0.05 208.95 + 86.375 240.00 0.05 239.95 + 86.400 343.00 0.05 342.95 + 86.425 384.00 0.05 383.95 + 86.450 500.00 0.05 499.95 + 86.475 673.00 0.05 672.95 + 86.500 704.00 0.05 703.95 + 86.525 763.00 0.05 762.95 + 86.550 656.00 0.05 655.95 + 86.575 551.00 0.05 550.95 + 86.600 406.00 0.05 405.95 + 86.625 354.00 0.04 353.96 + 86.650 352.00 0.04 351.96 + 86.675 301.00 0.04 300.96 + 86.700 357.00 0.04 356.96 + 86.725 414.00 0.04 413.96 + 86.750 440.00 0.04 439.96 + 86.775 502.00 0.04 501.96 + 86.800 459.00 0.04 458.96 + 86.825 425.00 0.04 424.96 + 86.850 378.00 0.04 377.96 + 86.875 418.00 0.04 417.96 + 86.900 427.00 0.04 426.96 + 86.925 467.00 0.04 466.96 + 86.950 441.00 0.04 440.96 + 86.975 400.00 0.04 399.96 + 87.000 327.00 0.04 326.96 + 87.025 278.00 0.04 277.96 + 87.050 259.00 0.04 258.96 + 87.075 240.00 0.04 239.96 + 87.100 213.00 0.03 212.97 + 87.125 206.00 0.03 205.97 + 87.150 241.00 0.03 240.97 + 87.175 263.00 0.03 262.97 + 87.200 287.00 0.03 286.97 + 87.225 291.00 0.03 290.97 + 87.250 245.00 0.03 244.97 + 87.275 243.00 0.03 242.97 + 87.300 198.00 0.03 197.97 + 87.325 195.00 0.03 194.97 + 87.350 195.00 0.03 194.97 + 87.375 164.00 0.03 163.97 + 87.400 178.00 0.03 177.97 + 87.425 161.00 0.03 160.97 + 87.450 161.00 0.03 160.97 + 87.475 183.00 0.03 182.97 + 87.500 177.00 0.03 176.97 + 87.525 177.00 0.03 176.97 + 87.550 177.00 0.03 176.97 + 87.575 192.00 0.03 191.97 + 87.600 219.00 0.03 218.97 + 87.625 260.00 0.03 259.97 + 87.650 310.00 0.03 309.97 + 87.675 337.00 0.03 336.97 + 87.700 312.00 0.03 311.97 + 87.725 290.00 0.03 289.97 + 87.750 275.00 0.03 274.97 + 87.775 243.00 0.03 242.97 + 87.800 192.00 0.03 191.97 + 87.825 200.00 0.03 199.97 + 87.850 212.00 0.02 211.98 + 87.875 205.00 0.02 204.98 + 87.900 180.00 0.02 179.98 + 87.925 219.00 0.02 218.98 + 87.950 274.00 0.02 273.98 + 87.975 271.00 0.02 270.98 + 88.000 200.00 0.02 199.98 + 88.025 205.00 0.02 204.98 + 88.050 195.00 0.02 194.98 + 88.075 179.00 0.02 178.98 + 88.100 171.00 0.02 170.98 + 88.125 171.00 0.02 170.98 + 88.150 147.00 0.02 146.98 + 88.175 147.00 0.02 146.98 + 88.200 167.00 0.02 166.98 + 88.225 159.00 0.01 158.99 + 88.250 157.00 0.01 156.99 + 88.275 145.00 0.01 144.99 + 88.300 164.00 0.01 163.99 + 88.325 142.00 0.01 141.99 + 88.350 143.00 0.01 142.99 + 88.375 164.00 0.01 163.99 + 88.400 157.00 0.01 156.99 + 88.425 153.00 0.01 152.99 + 88.450 145.00 0.01 144.99 + 88.475 168.00 0.00 168.00 + 88.500 159.00 0.00 159.00 + 88.525 169.00 0.00 169.00 + 88.550 137.00 0.00 137.00 + 88.575 182.00 0.00 182.00 + 88.600 196.00 0.00 196.00 + 88.625 218.00 0.00 218.00 + 88.650 216.00 0.00 216.00 + 88.675 223.00 0.00 223.00 + 88.700 269.00 0.00 269.00 + 88.725 295.00 0.00 295.00 + 88.750 288.00 0.00 288.00 + 88.775 280.00 0.00 280.00 + 88.800 281.00 0.00 281.00 + 88.825 187.00 0.00 187.00 + 88.850 264.00 0.00 264.00 + 88.875 216.00 0.00 216.00 + 88.900 220.00 0.00 220.00 + 88.925 242.00 0.00 242.00 + 88.950 264.00 0.00 264.00 + 88.975 272.00 0.00 272.00 + 89.000 326.00 0.00 326.00 + 89.025 362.00 0.00 362.00 + 89.050 407.00 0.00 407.00 + 89.075 468.00 0.00 468.00 + 89.100 432.00 0.00 432.00 + 89.125 443.00 0.00 443.00 + 89.150 383.00 0.00 383.00 + 89.175 393.00 0.00 393.00 + 89.200 367.00 0.00 367.00 + 89.225 415.00 0.00 415.00 + 89.250 471.00 0.00 471.00 + 89.275 595.00 0.00 595.00 + 89.300 626.00 0.00 626.00 + 89.325 583.00 0.00 583.00 + 89.350 491.00 0.00 491.00 + 89.375 456.00 0.00 456.00 + 89.400 411.00 0.00 411.00 + 89.425 322.00 0.00 322.00 + 89.450 328.00 0.00 328.00 + 89.475 289.00 0.00 289.00 + 89.500 271.00 0.00 271.00 + 89.525 302.00 0.00 302.00 + 89.550 377.00 0.00 377.00 + 89.575 369.00 0.00 369.00 + 89.600 373.00 0.00 373.00 + 89.625 347.00 0.00 347.00 + 89.650 296.00 0.00 296.00 + 89.675 292.00 0.00 292.00 + 89.700 257.00 0.00 257.00 + 89.725 269.00 0.00 269.00 + 89.750 241.00 0.00 241.00 + 89.775 218.00 0.00 218.00 + 89.800 212.00 0.00 212.00 + 89.825 239.00 0.00 239.00 + 89.850 254.00 0.00 254.00 + 89.875 295.00 0.00 295.00 + 89.900 314.00 0.00 314.00 + 89.925 356.00 0.00 356.00 + 89.950 301.00 0.00 301.00 + 89.975 277.00 0.00 277.00 + 90.000 252.00 0.00 252.00 + 90.025 251.00 0.00 251.00 + 90.050 186.00 0.00 186.00 + 90.075 197.00 0.00 197.00 + 90.100 162.00 0.00 162.00 + 90.125 192.00 0.00 192.00 + 90.150 231.00 0.00 231.00 + 90.175 223.00 0.00 223.00 + 90.200 207.00 0.00 207.00 + 90.225 238.00 0.00 238.00 + 90.250 196.00 0.00 196.00 + 90.275 196.00 0.00 196.00 + 90.300 176.00 0.00 176.00 + 90.325 171.00 0.00 171.00 + 90.350 178.00 0.00 178.00 + 90.375 146.00 0.00 146.00 + 90.400 169.00 0.00 169.00 + 90.425 161.00 0.00 161.00 + 90.450 149.00 0.00 149.00 + 90.475 173.00 0.00 173.00 + 90.500 156.00 0.00 156.00 + 90.525 143.00 0.00 143.00 + 90.550 154.00 0.00 154.00 + 90.575 152.00 0.00 152.00 + 90.600 139.00 0.00 139.00 + 90.625 184.00 0.00 184.00 + 90.650 185.00 0.00 185.00 + 90.675 161.00 0.00 161.00 + 90.700 159.00 0.00 159.00 + 90.725 152.00 0.00 152.00 + 90.750 159.00 0.00 159.00 + 90.775 176.00 0.00 176.00 + 90.800 164.00 0.00 164.00 + 90.825 168.00 0.00 168.00 + 90.850 193.00 0.00 193.00 + 90.875 195.00 0.00 195.00 + 90.900 187.00 0.00 187.00 + 90.925 237.00 0.00 237.00 + 90.950 228.00 0.00 228.00 + 90.975 265.00 0.00 265.00 + 91.000 291.00 0.00 291.00 + 91.025 347.00 0.00 347.00 + 91.050 409.00 0.00 409.00 + 91.075 454.00 0.00 454.00 + 91.100 552.00 0.00 552.00 + 91.125 524.00 0.00 524.00 + 91.150 552.00 0.00 552.00 + 91.175 502.00 0.00 502.00 + 91.200 483.00 0.00 483.00 + 91.225 433.00 0.00 433.00 + 91.250 382.00 0.00 382.00 + 91.275 363.00 0.00 363.00 + 91.300 322.00 0.00 322.00 + 91.325 328.00 0.00 328.00 + 91.350 389.00 0.00 389.00 + 91.375 469.00 0.00 469.00 + 91.400 485.00 0.00 485.00 + 91.425 438.00 0.00 438.00 + 91.450 491.00 0.00 491.00 + 91.475 415.00 0.00 415.00 + 91.500 377.00 0.00 377.00 + 91.525 375.00 0.00 375.00 + 91.550 322.00 0.00 322.00 + 91.575 288.00 0.00 288.00 + 91.600 280.00 0.00 280.00 + 91.625 263.00 0.00 263.00 + 91.650 275.00 0.00 275.00 + 91.675 245.00 0.00 245.00 + 91.700 243.00 0.00 243.00 + 91.725 239.00 0.00 239.00 + 91.750 247.00 0.00 247.00 + 91.775 216.00 0.00 216.00 + 91.800 204.00 0.00 204.00 + 91.825 210.00 0.00 210.00 + 91.850 196.00 0.00 196.00 + 91.875 220.00 0.00 220.00 + 91.900 209.00 0.00 209.00 + 91.925 212.00 0.00 212.00 + 91.950 226.00 0.00 226.00 + 91.975 201.00 0.00 201.00 + 92.000 225.00 0.00 225.00 + 92.025 228.00 0.00 228.00 + 92.050 210.00 0.00 210.00 + 92.075 244.00 0.00 244.00 + 92.100 298.00 0.00 298.00 + 92.125 405.00 0.00 405.00 + 92.150 445.00 0.00 445.00 + 92.175 534.00 0.00 534.00 + 92.200 579.00 0.00 579.00 + 92.225 538.00 0.00 538.00 + 92.250 495.00 0.00 495.00 + 92.275 466.00 0.00 466.00 + 92.300 410.00 0.00 410.00 + 92.325 389.00 0.00 389.00 + 92.350 387.00 0.00 387.00 + 92.375 429.00 0.00 429.00 + 92.400 460.00 0.00 460.00 + 92.425 573.00 0.00 573.00 + 92.450 607.00 0.00 607.00 + 92.475 740.00 0.00 740.00 + 92.500 853.00 0.00 853.00 + 92.525 781.00 0.00 781.00 + 92.550 733.00 0.00 733.00 + 92.575 593.00 0.00 593.00 + 92.600 499.00 0.00 499.00 + 92.625 398.00 0.00 398.00 + 92.650 368.00 0.00 368.00 + 92.675 334.00 0.00 334.00 + 92.700 370.00 0.00 370.00 + 92.725 358.00 0.00 358.00 + 92.750 391.00 0.00 391.00 + 92.775 376.00 0.00 376.00 + 92.800 394.00 0.00 394.00 + 92.825 414.00 0.00 414.00 + 92.850 383.00 0.00 383.00 + 92.875 300.00 0.00 300.00 + 92.900 294.00 0.00 294.00 + 92.925 275.00 0.00 275.00 + 92.950 246.00 0.00 246.00 + 92.975 259.00 0.00 259.00 + 93.000 235.00 0.00 235.00 + 93.025 239.00 0.00 239.00 + 93.050 243.00 0.00 243.00 + 93.075 277.00 0.00 277.00 + 93.100 363.00 0.00 363.00 + 93.125 383.00 0.00 383.00 + 93.150 434.00 0.01 433.99 + 93.175 436.00 0.01 435.99 + 93.200 378.00 0.01 377.99 + 93.225 373.00 0.01 372.99 + 93.250 386.00 0.01 385.99 + 93.275 438.00 0.01 437.99 + 93.300 464.00 0.01 463.99 + 93.325 491.00 0.01 490.99 + 93.350 539.00 0.01 538.99 + 93.375 539.00 0.01 538.99 + 93.400 523.00 0.01 522.99 + 93.425 499.00 0.01 498.99 + 93.450 478.00 0.01 477.99 + 93.475 472.00 0.01 471.99 + 93.500 383.00 0.01 382.99 + 93.525 345.00 0.01 344.99 + 93.550 354.00 0.01 353.99 + 93.575 352.00 0.01 351.99 + 93.600 383.00 0.01 382.99 + 93.625 370.00 0.01 369.99 + 93.650 410.00 0.01 409.99 + 93.675 453.00 0.01 452.99 + 93.700 416.00 0.01 415.99 + 93.725 396.00 0.01 395.99 + 93.750 392.00 0.01 391.99 + 93.775 319.00 0.01 318.99 + 93.800 335.00 0.01 334.99 + 93.825 407.00 0.01 406.99 + 93.850 461.00 0.01 460.99 + 93.875 587.00 0.01 586.99 + 93.900 741.00 0.01 740.99 + 93.925 875.00 0.01 874.99 + 93.950 863.00 0.01 862.99 + 93.975 754.00 0.01 753.99 + 94.000 619.00 0.01 618.99 + 94.025 485.00 0.01 484.99 + 94.050 429.00 0.01 428.99 + 94.075 336.00 0.01 335.99 + 94.100 321.00 0.01 320.99 + 94.125 296.00 0.01 295.99 + 94.150 316.00 0.01 315.99 + 94.175 385.00 0.01 384.99 + 94.200 474.00 0.01 473.99 + 94.225 539.00 0.01 538.99 + 94.250 571.00 0.01 570.99 + 94.275 493.00 0.01 492.99 + 94.300 420.00 0.01 419.99 + 94.325 345.00 0.01 344.99 + 94.350 272.00 0.01 271.99 + 94.375 242.00 0.01 241.99 + 94.400 219.00 0.01 218.99 + 94.425 229.00 0.01 228.99 + 94.450 203.00 0.01 202.99 + 94.475 220.00 0.01 219.99 + 94.500 211.00 0.01 210.99 + 94.525 190.00 0.01 189.99 + 94.550 171.00 0.01 170.99 + 94.575 195.00 0.01 194.99 + 94.600 176.00 0.01 175.99 + 94.625 218.00 0.01 217.99 + 94.650 208.00 0.01 207.99 + 94.675 212.00 0.01 211.99 + 94.700 230.00 0.01 229.99 + 94.725 265.00 0.01 264.99 + 94.750 314.00 0.01 313.99 + 94.775 278.00 0.01 277.99 + 94.800 306.00 0.01 305.99 + 94.825 262.00 0.01 261.99 + 94.850 281.00 0.01 280.99 + 94.875 209.00 0.01 208.99 + 94.900 235.00 0.01 234.99 + 94.925 222.00 0.01 221.99 + 94.950 223.00 0.01 222.99 + 94.975 246.00 0.01 245.99 + 95.000 268.00 0.01 267.99 + 95.025 316.00 0.01 315.99 + 95.050 307.00 0.01 306.99 + 95.075 316.00 0.01 315.99 + 95.100 273.00 0.01 272.99 + 95.125 247.00 0.01 246.99 + 95.150 229.00 0.01 228.99 + 95.175 201.00 0.01 200.99 + 95.200 198.00 0.01 197.99 + 95.225 173.00 0.01 172.99 + 95.250 202.00 0.01 201.99 + 95.275 173.00 0.01 172.99 + 95.300 212.00 0.01 211.99 + 95.325 185.00 0.01 184.99 + 95.350 197.00 0.01 196.99 + 95.375 193.00 0.01 192.99 + 95.400 193.00 0.01 192.99 + 95.425 194.00 0.01 193.99 + 95.450 169.00 0.01 168.99 + 95.475 169.00 0.01 168.99 + 95.500 157.00 0.01 156.99 + 95.525 167.00 0.01 166.99 + 95.550 175.00 0.02 174.98 + 95.575 140.00 0.02 139.98 + 95.600 174.00 0.02 173.98 + 95.625 146.00 0.02 145.98 + 95.650 171.00 0.02 170.98 + 95.675 142.00 0.02 141.98 + 95.700 152.00 0.02 151.98 + 95.725 171.00 0.02 170.98 + 95.750 150.00 0.02 149.98 + 95.775 142.00 0.02 141.98 + 95.800 161.00 0.02 160.98 + 95.825 150.00 0.02 149.98 + 95.850 163.00 0.02 162.98 + 95.875 154.00 0.02 153.98 + 95.900 149.00 0.02 148.98 + 95.925 157.00 0.02 156.98 + 95.950 192.00 0.02 191.98 + 95.975 185.00 0.02 184.98 + 96.000 184.00 0.02 183.98 + 96.025 205.00 0.02 204.98 + 96.050 231.00 0.02 230.98 + 96.075 238.00 0.02 237.98 + 96.100 263.00 0.02 262.98 + 96.125 324.00 0.02 323.98 + 96.150 365.00 0.02 364.98 + 96.175 388.00 0.02 387.98 + 96.200 380.00 0.02 379.98 + 96.225 421.00 0.02 420.98 + 96.250 418.00 0.02 417.98 + 96.275 408.00 0.02 407.98 + 96.300 385.00 0.02 384.98 + 96.325 374.00 0.02 373.98 + 96.350 346.00 0.02 345.98 + 96.375 329.00 0.02 328.98 + 96.400 297.00 0.02 296.98 + 96.425 319.00 0.02 318.98 + 96.450 322.00 0.02 321.98 + 96.475 328.00 0.02 327.98 + 96.500 298.00 0.02 297.98 + 96.525 290.00 0.02 289.98 + 96.550 304.00 0.02 303.98 + 96.575 311.00 0.03 310.97 + 96.600 312.00 0.03 311.97 + 96.625 319.00 0.03 318.97 + 96.650 292.00 0.03 291.97 + 96.675 241.00 0.03 240.97 + 96.700 239.00 0.03 238.97 + 96.725 202.00 0.03 201.97 + 96.750 206.00 0.03 205.97 + 96.775 202.00 0.03 201.97 + 96.800 227.00 0.03 226.97 + 96.825 236.00 0.03 235.97 + 96.850 307.00 0.03 306.97 + 96.875 309.00 0.03 308.97 + 96.900 385.00 0.03 384.97 + 96.925 341.00 0.03 340.97 + 96.950 324.00 0.03 323.97 + 96.975 290.00 0.03 289.97 + 97.000 208.00 0.03 207.97 + 97.025 241.00 0.03 240.97 + 97.050 201.00 0.03 200.97 + 97.075 202.00 0.03 201.97 + 97.100 181.00 0.03 180.97 + 97.125 217.00 0.04 216.96 + 97.150 264.00 0.04 263.96 + 97.175 229.00 0.04 228.96 + 97.200 326.00 0.04 325.96 + 97.225 303.00 0.04 302.96 + 97.250 345.00 0.04 344.96 + 97.275 304.00 0.04 303.96 + 97.300 296.00 0.04 295.96 + 97.325 241.00 0.04 240.96 + 97.350 242.00 0.04 241.96 + 97.375 210.00 0.04 209.96 + 97.400 187.00 0.04 186.96 + 97.425 206.00 0.04 205.96 + 97.450 194.00 0.05 193.95 + 97.475 221.00 0.05 220.95 + 97.500 216.00 0.05 215.95 + 97.525 245.00 0.05 244.95 + 97.550 242.00 0.05 241.95 + 97.575 251.00 0.05 250.95 + 97.600 258.00 0.05 257.95 + 97.625 232.00 0.05 231.95 + 97.650 215.00 0.05 214.95 + 97.675 189.00 0.05 188.95 + 97.700 192.00 0.06 191.94 + 97.725 163.00 0.06 162.94 + 97.750 158.00 0.06 157.94 + 97.775 162.00 0.06 161.94 + 97.800 174.00 0.06 173.94 + 97.825 182.00 0.06 181.94 + 97.850 169.00 0.06 168.94 + 97.875 151.00 0.07 150.93 + 97.900 187.00 0.07 186.93 + 97.925 179.00 0.07 178.93 + 97.950 167.00 0.07 166.93 + 97.975 169.00 0.07 168.93 + 98.000 146.00 0.07 145.93 + 98.025 149.00 0.08 148.92 + 98.050 146.00 0.08 145.92 + 98.075 158.00 0.08 157.92 + 98.100 142.00 0.08 141.92 + 98.125 164.00 0.08 163.92 + 98.150 142.00 0.09 141.91 + 98.175 153.00 0.09 152.91 + 98.200 147.00 0.09 146.91 + 98.225 163.00 0.09 162.91 + 98.250 160.00 0.10 159.90 + 98.275 163.00 0.10 162.90 + 98.300 127.00 0.10 126.90 + 98.325 150.00 0.11 149.89 + 98.350 159.00 0.11 158.89 + 98.375 140.00 0.11 139.89 + 98.400 136.00 0.12 135.88 + 98.425 159.00 0.12 158.88 + 98.450 171.00 0.13 170.87 + 98.475 178.00 0.13 177.87 + 98.500 159.00 0.13 158.87 + 98.525 162.00 0.14 161.86 + 98.550 193.00 0.14 192.86 + 98.575 156.00 0.15 155.85 + 98.600 176.00 0.16 175.84 + 98.625 161.00 0.16 160.84 + 98.650 155.00 0.17 154.83 + 98.675 146.00 0.17 145.83 + 98.700 179.00 0.18 178.82 + 98.725 208.00 0.19 207.81 + 98.750 186.00 0.20 185.80 + 98.775 194.00 0.21 193.79 + 98.800 252.00 0.22 251.78 + 98.825 230.00 0.23 229.77 + 98.850 219.00 0.24 218.76 + 98.875 182.00 0.25 181.75 + 98.900 179.00 0.26 178.74 + 98.925 174.00 0.27 173.73 + 98.950 147.00 0.29 146.71 + 98.975 189.00 0.30 188.70 + 99.000 166.00 0.32 165.68 + 99.025 142.00 0.34 141.66 + 99.050 144.00 0.36 143.64 + 99.075 177.00 0.38 176.62 + 99.100 178.00 0.41 177.59 + 99.125 215.00 0.43 214.57 + 99.150 182.00 0.46 181.54 + 99.175 160.00 0.49 159.51 + 99.200 196.00 0.53 195.47 + 99.225 200.00 0.57 199.43 + 99.250 159.00 0.62 158.38 + 99.275 163.00 0.67 162.33 + 99.300 150.00 0.72 149.28 + 99.325 175.00 0.79 174.21 + 99.350 144.00 0.86 143.14 + 99.375 132.00 0.95 131.05 + 99.400 160.00 1.05 158.95 + 99.425 169.00 1.17 167.83 + 99.450 138.00 1.31 136.69 + 99.475 171.00 1.47 169.53 + 99.500 129.00 1.67 127.33 + 99.525 167.00 1.91 165.09 + 99.550 172.00 2.21 169.79 + 99.575 135.00 2.59 132.41 + 99.600 170.00 3.09 166.91 + 99.625 172.00 3.77 168.23 + 99.650 169.00 4.79 164.21 + 99.675 199.00 6.49 192.51 + 99.700 221.00 9.53 211.47 + 99.725 233.00 14.91 218.09 + 99.750 283.00 23.71 259.29 + 99.775 291.00 36.41 254.59 + 99.800 299.00 51.68 247.32 + 99.825 257.00 64.98 192.02 + 99.850 239.00 68.80 170.20 + 99.875 226.00 60.27 165.73 + 99.900 185.00 45.54 139.46 + 99.925 195.00 31.31 163.69 + 99.950 194.00 20.57 173.43 + 99.975 175.00 13.77 161.23 + 100.000 192.00 10.18 181.82 + 100.025 182.00 8.92 173.08 + 100.050 189.00 9.51 179.49 + 100.075 210.00 12.00 198.00 + 100.100 252.00 16.57 235.43 + 100.125 217.00 23.04 193.96 + 100.150 230.00 30.17 199.83 + 100.175 223.00 34.95 188.05 + 100.200 192.00 34.04 157.96 + 100.225 205.00 27.96 177.04 + 100.250 179.00 20.30 158.70 + 100.275 185.00 13.62 171.38 + 100.300 155.00 8.81 146.19 + 100.325 193.00 5.77 187.23 + 100.350 190.00 4.01 185.99 + 100.375 214.00 3.01 210.99 + 100.400 215.00 2.40 212.60 + 100.425 230.00 2.00 228.00 + 100.450 223.00 1.71 221.29 + 100.475 212.00 1.48 210.52 + 100.500 233.00 1.30 231.70 + 100.525 221.00 1.15 219.85 + 100.550 242.00 1.03 240.97 + 100.575 216.00 0.92 215.08 + 100.600 261.00 0.84 260.16 + 100.625 265.00 0.76 264.24 + 100.650 370.00 0.70 369.30 + 100.675 406.00 0.64 405.36 + 100.700 501.00 0.59 500.41 + 100.725 447.00 0.54 446.46 + 100.750 488.00 0.51 487.49 + 100.775 473.00 0.47 472.53 + 100.800 365.00 0.44 364.56 + 100.825 279.00 0.41 278.59 + 100.850 283.00 0.39 282.61 + 100.875 285.00 0.36 284.64 + 100.900 282.00 0.34 281.66 + 100.925 239.00 0.32 238.68 + 100.950 267.00 0.31 266.69 + 100.975 263.00 0.29 262.71 + 101.000 309.00 0.27 308.73 + 101.025 349.00 0.26 348.74 + 101.050 345.00 0.25 344.75 + 101.075 322.00 0.24 321.76 + 101.100 338.00 0.23 337.77 + 101.125 308.00 0.22 307.78 + 101.150 238.00 0.21 237.79 + 101.175 221.00 0.20 220.80 + 101.200 215.00 0.19 214.81 + 101.225 197.00 0.18 196.82 + 101.250 205.00 0.17 204.83 + 101.275 208.00 0.17 207.83 + 101.300 222.00 0.16 221.84 + 101.325 206.00 0.15 205.85 + 101.350 204.00 0.15 203.85 + 101.375 230.00 0.14 229.86 + 101.400 240.00 0.14 239.86 + 101.425 284.00 0.13 283.87 + 101.450 313.00 0.13 312.87 + 101.475 331.00 0.12 330.88 + 101.500 344.00 0.12 343.88 + 101.525 297.00 0.12 296.88 + 101.550 275.00 0.11 274.89 + 101.575 267.00 0.11 266.89 + 101.600 216.00 0.11 215.89 + 101.625 230.00 0.10 229.90 + 101.650 194.00 0.10 193.90 + 101.675 195.00 0.10 194.90 + 101.700 234.00 0.09 233.91 + 101.725 196.00 0.09 195.91 + 101.750 198.00 0.09 197.91 + 101.775 240.00 0.09 239.91 + 101.800 255.00 0.08 254.92 + 101.825 287.00 0.08 286.92 + 101.850 314.00 0.08 313.92 + 101.875 318.00 0.08 317.92 + 101.900 255.00 0.08 254.92 + 101.925 232.00 0.07 231.93 + 101.950 213.00 0.07 212.93 + 101.975 186.00 0.07 185.93 + 102.000 193.00 0.07 192.93 + 102.025 156.00 0.07 155.93 + 102.050 168.00 0.07 167.93 + 102.075 155.00 0.06 154.94 + 102.100 154.00 0.06 153.94 + 102.125 187.00 0.06 186.94 + 102.150 181.00 0.06 180.94 + 102.175 194.00 0.06 193.94 + 102.200 183.00 0.06 182.94 + 102.225 206.00 0.06 205.94 + 102.250 191.00 0.05 190.95 + 102.275 179.00 0.05 178.95 + 102.300 174.00 0.05 173.95 + 102.325 158.00 0.05 157.95 + 102.350 176.00 0.05 175.95 + 102.375 183.00 0.05 182.95 + 102.400 184.00 0.05 183.95 + 102.425 188.00 0.05 187.95 + 102.450 222.00 0.05 221.95 + 102.475 211.00 0.05 210.95 + 102.500 242.00 0.04 241.96 + 102.525 267.00 0.04 266.96 + 102.550 330.00 0.04 329.96 + 102.575 363.00 0.04 362.96 + 102.600 390.00 0.04 389.96 + 102.625 397.00 0.04 396.96 + 102.650 332.00 0.04 331.96 + 102.675 288.00 0.04 287.96 + 102.700 273.00 0.04 272.96 + 102.725 199.00 0.04 198.96 + 102.750 218.00 0.04 217.96 + 102.775 198.00 0.04 197.96 + 102.800 206.00 0.04 205.96 + 102.825 228.00 0.03 227.97 + 102.850 206.00 0.03 205.97 + 102.875 216.00 0.03 215.97 + 102.900 256.00 0.03 255.97 + 102.925 259.00 0.03 258.97 + 102.950 301.00 0.03 300.97 + 102.975 265.00 0.03 264.97 + 103.000 240.00 0.03 239.97 + 103.025 206.00 0.03 205.97 + 103.050 224.00 0.03 223.97 + 103.075 183.00 0.03 182.97 + 103.100 160.00 0.03 159.97 + 103.125 190.00 0.03 189.97 + 103.150 158.00 0.03 157.97 + 103.175 161.00 0.03 160.97 + 103.200 161.00 0.03 160.97 + 103.225 143.00 0.03 142.97 + 103.250 144.00 0.03 143.97 + 103.275 177.00 0.03 176.97 + 103.300 175.00 0.03 174.97 + 103.325 142.00 0.03 141.97 + 103.350 129.00 0.03 128.97 + 103.375 140.00 0.03 139.97 + 103.400 166.00 0.03 165.97 + 103.425 156.00 0.03 155.97 + 103.450 126.00 0.03 125.97 + 103.475 156.00 0.03 155.97 + 103.500 144.00 0.03 143.97 + 103.525 146.00 0.03 145.97 + 103.550 136.00 0.03 135.97 + 103.575 145.00 0.03 144.97 + 103.600 160.00 0.02 159.98 + 103.625 147.00 0.02 146.98 + 103.650 142.00 0.02 141.98 + 103.675 150.00 0.02 149.98 + 103.700 168.00 0.02 167.98 + 103.725 164.00 0.02 163.98 + 103.750 168.00 0.02 167.98 + 103.775 195.00 0.02 194.98 + 103.800 207.00 0.02 206.98 + 103.825 229.00 0.02 228.98 + 103.850 260.00 0.02 259.98 + 103.875 263.00 0.02 262.98 + 103.900 294.00 0.02 293.98 + 103.925 291.00 0.02 290.98 + 103.950 279.00 0.02 278.98 + 103.975 245.00 0.02 244.98 + 104.000 211.00 0.02 210.98 + 104.025 240.00 0.02 239.98 + 104.050 218.00 0.02 217.98 + 104.075 197.00 0.02 196.98 + 104.100 226.00 0.02 225.98 + 104.125 253.00 0.02 252.98 + 104.150 249.00 0.02 248.98 + 104.175 289.00 0.02 288.98 + 104.200 329.00 0.02 328.98 + 104.225 377.00 0.02 376.98 + 104.250 412.00 0.02 411.98 + 104.275 419.00 0.02 418.98 + 104.300 371.00 0.02 370.98 + 104.325 310.00 0.02 309.98 + 104.350 258.00 0.02 257.98 + 104.375 236.00 0.02 235.98 + 104.400 243.00 0.02 242.98 + 104.425 235.00 0.02 234.98 + 104.450 224.00 0.02 223.98 + 104.475 241.00 0.02 240.98 + 104.500 236.00 0.02 235.98 + 104.525 239.00 0.02 238.98 + 104.550 302.00 0.02 301.98 + 104.575 286.00 0.02 285.98 + 104.600 295.00 0.02 294.98 + 104.625 329.00 0.02 328.98 + 104.650 390.00 0.02 389.98 + 104.675 376.00 0.02 375.98 + 104.700 405.00 0.02 404.98 + 104.725 380.00 0.02 379.98 + 104.750 376.00 0.02 375.98 + 104.775 363.00 0.02 362.98 + 104.800 361.00 0.02 360.98 + 104.825 296.00 0.02 295.98 + 104.850 313.00 0.02 312.98 + 104.875 279.00 0.02 278.98 + 104.900 295.00 0.02 294.98 + 104.925 248.00 0.02 247.98 + 104.950 253.00 0.02 252.98 + 104.975 273.00 0.02 272.98 + 105.000 273.00 0.02 272.98 + 105.025 275.00 0.02 274.98 + 105.050 305.00 0.02 304.98 + 105.075 282.00 0.02 281.98 + 105.100 295.00 0.02 294.98 + 105.125 295.00 0.02 294.98 + 105.150 304.00 0.02 303.98 + 105.175 318.00 0.02 317.98 + 105.200 331.00 0.02 330.98 + 105.225 336.00 0.02 335.98 + 105.250 336.00 0.02 335.98 + 105.275 371.00 0.02 370.98 + 105.300 349.00 0.02 348.98 + 105.325 315.00 0.02 314.98 + 105.350 280.00 0.02 279.98 + 105.375 286.00 0.02 285.98 + 105.400 238.00 0.02 237.98 + 105.425 265.00 0.01 264.99 + 105.450 226.00 0.01 225.99 + 105.475 238.00 0.01 237.99 + 105.500 222.00 0.01 221.99 + 105.525 224.00 0.01 223.99 + 105.550 254.00 0.01 253.99 + 105.575 303.00 0.01 302.99 + 105.600 311.00 0.01 310.99 + 105.625 297.00 0.01 296.99 + 105.650 319.00 0.01 318.99 + 105.675 302.00 0.01 301.99 + 105.700 295.00 0.01 294.99 + 105.725 299.00 0.01 298.99 + 105.750 325.00 0.01 324.99 + 105.775 347.00 0.01 346.99 + 105.800 294.00 0.01 293.99 + 105.825 264.00 0.01 263.99 + 105.850 265.00 0.01 264.99 + 105.875 239.00 0.01 238.99 + 105.900 227.00 0.01 226.99 + 105.925 226.00 0.01 225.99 + 105.950 250.00 0.01 249.99 + 105.975 203.00 0.01 202.99 + 106.000 229.00 0.01 228.99 + 106.025 202.00 0.02 201.98 + 106.050 234.00 0.02 233.98 + 106.075 220.00 0.02 219.98 + 106.100 206.00 0.02 205.98 + 106.125 230.00 0.02 229.98 + 106.150 228.00 0.02 227.98 + 106.175 259.00 0.02 258.98 + 106.200 221.00 0.02 220.98 + 106.225 276.00 0.02 275.98 + 106.250 276.00 0.02 275.98 + 106.275 271.00 0.02 270.98 + 106.300 278.00 0.02 277.98 + 106.325 298.00 0.02 297.98 + 106.350 341.00 0.02 340.98 + 106.375 366.00 0.02 365.98 + 106.400 384.00 0.02 383.98 + 106.425 388.00 0.02 387.98 + 106.450 410.00 0.02 409.98 + 106.475 433.00 0.02 432.98 + 106.500 388.00 0.02 387.98 + 106.525 382.00 0.02 381.98 + 106.550 298.00 0.02 297.98 + 106.575 327.00 0.02 326.98 + 106.600 266.00 0.02 265.98 + 106.625 250.00 0.02 249.98 + 106.650 252.00 0.02 251.98 + 106.675 252.00 0.02 251.98 + 106.700 262.00 0.02 261.98 + 106.725 270.00 0.02 269.98 + 106.750 257.00 0.02 256.98 + 106.775 249.00 0.02 248.98 + 106.800 251.00 0.02 250.98 + 106.825 336.00 0.02 335.98 + 106.850 305.00 0.02 304.98 + 106.875 284.00 0.02 283.98 + 106.900 293.00 0.02 292.98 + 106.925 236.00 0.02 235.98 + 106.950 224.00 0.02 223.98 + 106.975 207.00 0.02 206.98 + 107.000 200.00 0.02 199.98 + 107.025 174.00 0.02 173.98 + 107.050 177.00 0.02 176.98 + 107.075 180.00 0.02 179.98 + 107.100 163.00 0.02 162.98 + 107.125 150.00 0.02 149.98 + 107.150 181.00 0.02 180.98 + 107.175 174.00 0.02 173.98 + 107.200 141.00 0.02 140.98 + 107.225 156.00 0.02 155.98 + 107.250 143.00 0.02 142.98 + 107.275 166.00 0.02 165.98 + 107.300 148.00 0.02 147.98 + 107.325 174.00 0.02 173.98 + 107.350 153.00 0.02 152.98 + 107.375 160.00 0.02 159.98 + 107.400 159.00 0.02 158.98 + 107.425 160.00 0.02 159.98 + 107.450 155.00 0.02 154.98 + 107.475 141.00 0.02 140.98 + 107.500 148.00 0.02 147.98 + 107.525 157.00 0.02 156.98 + 107.550 157.00 0.02 156.98 + 107.575 161.00 0.02 160.98 + 107.600 171.00 0.02 170.98 + 107.625 164.00 0.02 163.98 + 107.650 169.00 0.02 168.98 + 107.675 170.00 0.02 169.98 + 107.700 167.00 0.02 166.98 + 107.725 189.00 0.02 188.98 + 107.750 220.00 0.02 219.98 + 107.775 252.00 0.02 251.98 + 107.800 328.00 0.02 327.98 + 107.825 298.00 0.02 297.98 + 107.850 286.00 0.02 285.98 + 107.875 290.00 0.02 289.98 + 107.900 266.00 0.02 265.98 + 107.925 220.00 0.02 219.98 + 107.950 171.00 0.02 170.98 + 107.975 193.00 0.02 192.98 + 108.000 194.00 0.02 193.98 + 108.025 170.00 0.02 169.98 + 108.050 235.00 0.02 234.98 + 108.075 195.00 0.02 194.98 + 108.100 207.00 0.02 206.98 + 108.125 227.00 0.02 226.98 + 108.150 261.00 0.02 260.98 + 108.175 320.00 0.02 319.98 + 108.200 343.00 0.02 342.98 + 108.225 339.00 0.02 338.98 + 108.250 411.00 0.02 410.98 + 108.275 416.00 0.02 415.98 + 108.300 350.00 0.02 349.98 + 108.325 350.00 0.02 349.98 + 108.350 288.00 0.02 287.98 + 108.375 343.00 0.02 342.98 + 108.400 300.00 0.02 299.98 + 108.425 286.00 0.02 285.98 + 108.450 283.00 0.02 282.98 + 108.475 249.00 0.03 248.97 + 108.500 258.00 0.03 257.97 + 108.525 232.00 0.03 231.97 + 108.550 229.00 0.03 228.97 + 108.575 233.00 0.03 232.97 + 108.600 215.00 0.03 214.97 + 108.625 250.00 0.03 249.97 + 108.650 258.00 0.03 257.97 + 108.675 250.00 0.03 249.97 + 108.700 251.00 0.03 250.97 + 108.725 245.00 0.03 244.97 + 108.750 233.00 0.03 232.97 + 108.775 220.00 0.03 219.97 + 108.800 257.00 0.03 256.97 + 108.825 219.00 0.03 218.97 + 108.850 207.00 0.03 206.97 + 108.875 208.00 0.03 207.97 + 108.900 191.00 0.03 190.97 + 108.925 187.00 0.03 186.97 + 108.950 198.00 0.03 197.97 + 108.975 176.00 0.03 175.97 + 109.000 184.00 0.03 183.97 + 109.025 190.00 0.03 189.97 + 109.050 192.00 0.03 191.97 + 109.075 159.00 0.03 158.97 + 109.100 176.00 0.03 175.97 + 109.125 166.00 0.03 165.97 + 109.150 196.00 0.03 195.97 + 109.175 172.00 0.03 171.97 + 109.200 180.00 0.03 179.97 + 109.225 208.00 0.03 207.97 + 109.250 219.00 0.03 218.97 + 109.275 202.00 0.03 201.97 + 109.300 177.00 0.03 176.97 + 109.325 175.00 0.03 174.97 + 109.350 170.00 0.03 169.97 + 109.375 167.00 0.03 166.97 + 109.400 175.00 0.03 174.97 + 109.425 153.00 0.04 152.96 + 109.450 145.00 0.04 144.96 + 109.475 178.00 0.04 177.96 + 109.500 168.00 0.04 167.96 + 109.525 153.00 0.04 152.96 + 109.550 159.00 0.04 158.96 + 109.575 179.00 0.04 178.96 + 109.600 196.00 0.04 195.96 + 109.625 175.00 0.04 174.96 + 109.650 174.00 0.04 173.96 + 109.675 168.00 0.04 167.96 + 109.700 180.00 0.04 179.96 + 109.725 139.00 0.04 138.96 + 109.750 157.00 0.04 156.96 + 109.775 143.00 0.04 142.96 + 109.800 156.00 0.04 155.96 + 109.825 157.00 0.04 156.96 + 109.850 151.00 0.04 150.96 + 109.875 155.00 0.04 154.96 + 109.900 158.00 0.04 157.96 + 109.925 155.00 0.04 154.96 + 109.950 141.00 0.04 140.96 + 109.975 152.00 0.04 151.96 + 110.000 145.00 0.05 144.95 + 110.025 158.00 0.05 157.95 + 110.050 153.00 0.05 152.95 + 110.075 149.00 0.05 148.95 + 110.100 153.00 0.05 152.95 + 110.125 150.00 0.05 149.95 + 110.150 144.00 0.05 143.95 + 110.175 150.00 0.05 149.95 + 110.200 143.00 0.05 142.95 + 110.225 172.00 0.05 171.95 + 110.250 141.00 0.05 140.95 + 110.275 166.00 0.05 165.95 + 110.300 170.00 0.05 169.95 + 110.325 162.00 0.05 161.95 + 110.350 206.00 0.05 205.95 + 110.375 182.00 0.05 181.95 + 110.400 172.00 0.06 171.94 + 110.425 183.00 0.06 182.94 + 110.450 175.00 0.06 174.94 + 110.475 178.00 0.06 177.94 + 110.500 179.00 0.06 178.94 + 110.525 157.00 0.06 156.94 + 110.550 163.00 0.06 162.94 + 110.575 182.00 0.06 181.94 + 110.600 184.00 0.06 183.94 + 110.625 177.00 0.06 176.94 + 110.650 163.00 0.06 162.94 + 110.675 172.00 0.07 171.93 + 110.700 185.00 0.07 184.93 + 110.725 159.00 0.07 158.93 + 110.750 185.00 0.07 184.93 + 110.775 176.00 0.07 175.93 + 110.800 169.00 0.07 168.93 + 110.825 161.00 0.07 160.93 + 110.850 173.00 0.07 172.93 + 110.875 190.00 0.08 189.92 + 110.900 193.00 0.08 192.92 + 110.925 150.00 0.08 149.92 + 110.950 175.00 0.08 174.92 + 110.975 151.00 0.08 150.92 + 111.000 176.00 0.08 175.92 + 111.025 166.00 0.08 165.92 + 111.050 171.00 0.09 170.91 + 111.075 187.00 0.09 186.91 + 111.100 180.00 0.09 179.91 + 111.125 216.00 0.09 215.91 + 111.150 212.00 0.09 211.91 + 111.175 269.00 0.10 268.90 + 111.200 301.00 0.10 300.90 + 111.225 313.00 0.10 312.90 + 111.250 319.00 0.10 318.90 + 111.275 328.00 0.10 327.90 + 111.300 299.00 0.11 298.89 + 111.325 252.00 0.11 251.89 + 111.350 252.00 0.11 251.89 + 111.375 228.00 0.11 227.89 + 111.400 200.00 0.12 199.88 + 111.425 209.00 0.12 208.88 + 111.450 202.00 0.12 201.88 + 111.475 225.00 0.13 224.87 + 111.500 199.00 0.13 198.87 + 111.525 251.00 0.13 250.87 + 111.550 236.00 0.14 235.86 + 111.575 263.00 0.14 262.86 + 111.600 299.00 0.15 298.85 + 111.625 302.00 0.15 301.85 + 111.650 338.00 0.15 337.85 + 111.675 248.00 0.16 247.84 + 111.700 259.00 0.16 258.84 + 111.725 262.00 0.17 261.83 + 111.750 213.00 0.18 212.82 + 111.775 211.00 0.18 210.82 + 111.800 206.00 0.19 205.81 + 111.825 210.00 0.19 209.81 + 111.850 168.00 0.20 167.80 + 111.875 191.00 0.21 190.79 + 111.900 159.00 0.22 158.78 + 111.925 183.00 0.23 182.77 + 111.950 202.00 0.23 201.77 + 111.975 211.00 0.24 210.76 + 112.000 205.00 0.26 204.74 + 112.025 206.00 0.27 205.73 + 112.050 205.00 0.28 204.72 + 112.075 223.00 0.29 222.71 + 112.100 200.00 0.31 199.69 + 112.125 184.00 0.32 183.68 + 112.150 189.00 0.34 188.66 + 112.175 186.00 0.35 185.65 + 112.200 185.00 0.37 184.63 + 112.225 205.00 0.40 204.60 + 112.250 197.00 0.42 196.58 + 112.275 210.00 0.44 209.56 + 112.300 206.00 0.47 205.53 + 112.325 202.00 0.50 201.50 + 112.350 174.00 0.54 173.46 + 112.375 175.00 0.58 174.42 + 112.400 190.00 0.62 189.38 + 112.425 165.00 0.67 164.33 + 112.450 173.00 0.72 172.28 + 112.475 179.00 0.78 178.22 + 112.500 192.00 0.85 191.15 + 112.525 168.00 0.94 167.06 + 112.550 168.00 1.03 166.97 + 112.575 181.00 1.14 179.86 + 112.600 170.00 1.27 168.73 + 112.625 200.00 1.43 198.57 + 112.650 198.00 1.62 196.38 + 112.675 219.00 1.88 217.12 + 112.700 211.00 2.23 208.77 + 112.725 238.00 2.75 235.25 + 112.750 222.00 3.54 218.46 + 112.775 205.00 4.78 200.22 + 112.800 221.00 6.69 214.31 + 112.825 204.00 9.49 194.51 + 112.850 219.00 13.37 205.63 + 112.875 196.00 18.38 177.62 + 112.900 210.00 24.31 185.69 + 112.925 196.00 30.56 165.44 + 112.950 234.00 36.09 197.91 + 112.975 212.00 39.51 172.49 + 113.000 191.00 39.61 151.39 + 113.025 250.00 36.38 213.62 + 113.050 230.00 30.99 199.01 + 113.075 226.00 24.87 201.13 + 113.100 277.00 19.07 257.93 + 113.125 263.00 14.21 248.79 + 113.150 296.00 10.54 285.46 + 113.175 319.00 8.08 310.92 + 113.200 338.00 6.72 331.28 + 113.225 385.00 6.33 378.67 + 113.250 408.00 6.80 401.20 + 113.275 381.00 8.05 372.95 + 113.300 356.00 10.02 345.98 + 113.325 290.00 12.56 277.44 + 113.350 284.00 15.41 268.59 + 113.375 268.00 18.10 249.90 + 113.400 222.00 20.00 202.00 + 113.425 245.00 20.45 224.55 + 113.450 214.00 19.23 194.77 + 113.475 211.00 16.75 194.25 + 113.500 204.00 13.71 190.29 + 113.525 227.00 10.67 216.33 + 113.550 254.00 7.99 246.01 + 113.575 236.00 5.83 230.17 + 113.600 290.00 4.21 285.79 + 113.625 305.00 3.08 301.92 + 113.650 290.00 2.33 287.67 + 113.675 337.00 1.83 335.17 + 113.700 276.00 1.50 274.50 + 113.725 281.00 1.28 279.72 + 113.750 238.00 1.12 236.88 + 113.775 243.00 1.00 242.00 + 113.800 231.00 0.91 230.09 + 113.825 205.00 0.83 204.17 + 113.850 205.00 0.76 204.24 + 113.875 193.00 0.70 192.30 + 113.900 180.00 0.65 179.35 + 113.925 171.00 0.60 170.40 + 113.950 185.00 0.57 184.43 + 113.975 191.00 0.53 190.47 + 114.000 191.00 0.50 190.50 + 114.025 190.00 0.47 189.53 + 114.050 179.00 0.45 178.55 + 114.075 169.00 0.43 168.57 + 114.100 175.00 0.41 174.59 + 114.125 199.00 0.39 198.61 + 114.150 179.00 0.37 178.63 + 114.175 189.00 0.36 188.64 + 114.200 210.00 0.34 209.66 + 114.225 191.00 0.33 190.67 + 114.250 206.00 0.32 205.68 + 114.275 212.00 0.31 211.69 + 114.300 210.00 0.30 209.70 + 114.325 235.00 0.29 234.71 + 114.350 205.00 0.28 204.72 + 114.375 182.00 0.28 181.72 + 114.400 185.00 0.27 184.73 + 114.425 177.00 0.26 176.74 + 114.450 171.00 0.26 170.74 + 114.475 153.00 0.25 152.75 + 114.500 154.00 0.25 153.75 + 114.525 152.00 0.24 151.76 + 114.550 170.00 0.24 169.76 + 114.575 155.00 0.23 154.77 + 114.600 156.00 0.23 155.77 + 114.625 153.00 0.23 152.77 + 114.650 171.00 0.23 170.77 + 114.675 188.00 0.22 187.78 + 114.700 181.00 0.22 180.78 + 114.725 180.00 0.22 179.78 + 114.750 201.00 0.22 200.78 + 114.775 183.00 0.21 182.79 + 114.800 191.00 0.21 190.79 + 114.825 184.00 0.21 183.79 + 114.850 187.00 0.21 186.79 + 114.875 163.00 0.21 162.79 + 114.900 161.00 0.21 160.79 + 114.925 165.00 0.21 164.79 + 114.950 160.00 0.21 159.79 + 114.975 185.00 0.21 184.79 + 115.000 198.00 0.21 197.79 + 115.025 164.00 0.21 163.79 + 115.050 176.00 0.21 175.79 + 115.075 182.00 0.21 181.79 + 115.100 172.00 0.21 171.79 + 115.125 172.00 0.21 171.79 + 115.150 186.00 0.21 185.79 + 115.175 189.00 0.21 188.79 + 115.200 181.00 0.22 180.78 + 115.225 231.00 0.22 230.78 + 115.250 209.00 0.22 208.78 + 115.275 211.00 0.22 210.78 + 115.300 227.00 0.22 226.78 + 115.325 226.00 0.22 225.78 + 115.350 193.00 0.23 192.77 + 115.375 216.00 0.23 215.77 + 115.400 211.00 0.23 210.77 + 115.425 211.00 0.23 210.77 + 115.450 193.00 0.24 192.76 + 115.475 175.00 0.24 174.76 + 115.500 192.00 0.24 191.76 + 115.525 209.00 0.25 208.75 + 115.550 196.00 0.25 195.75 + 115.575 195.00 0.25 194.75 + 115.600 230.00 0.26 229.74 + 115.625 231.00 0.26 230.74 + 115.650 239.00 0.26 238.74 + 115.675 311.00 0.27 310.73 + 115.700 285.00 0.27 284.73 + 115.725 263.00 0.28 262.72 + 115.750 289.00 0.28 288.72 + 115.775 262.00 0.29 261.71 + 115.800 214.00 0.30 213.70 + 115.825 212.00 0.30 211.70 + 115.850 218.00 0.31 217.69 + 115.875 186.00 0.32 185.68 + 115.900 191.00 0.32 190.68 + 115.925 199.00 0.33 198.67 + 115.950 183.00 0.34 182.66 + 115.975 190.00 0.35 189.65 + 116.000 168.00 0.36 167.64 + 116.025 194.00 0.36 193.64 + 116.050 191.00 0.37 190.63 + 116.075 195.00 0.38 194.62 + 116.100 207.00 0.39 206.61 + 116.125 218.00 0.40 217.60 + 116.150 222.00 0.42 221.58 + 116.175 241.00 0.43 240.57 + 116.200 242.00 0.44 241.56 + 116.225 219.00 0.45 218.55 + 116.250 189.00 0.47 188.53 + 116.275 202.00 0.48 201.52 + 116.300 202.00 0.50 201.50 + 116.325 190.00 0.51 189.49 + 116.350 225.00 0.53 224.47 + 116.375 204.00 0.55 203.45 + 116.400 223.00 0.57 222.43 + 116.425 262.00 0.59 261.41 + 116.450 258.00 0.61 257.39 + 116.475 317.00 0.64 316.36 + 116.500 312.00 0.66 311.34 + 116.525 304.00 0.69 303.31 + 116.550 299.00 0.72 298.28 + 116.575 278.00 0.75 277.25 + 116.600 265.00 0.78 264.22 + 116.625 221.00 0.81 220.19 + 116.650 205.00 0.85 204.15 + 116.675 225.00 0.89 224.11 + 116.700 211.00 0.93 210.07 + 116.725 203.00 0.98 202.02 + 116.750 192.00 1.03 190.97 + 116.775 201.00 1.09 199.91 + 116.800 197.00 1.15 195.85 + 116.825 227.00 1.21 225.79 + 116.850 184.00 1.28 182.72 + 116.875 205.00 1.36 203.64 + 116.900 216.00 1.44 214.56 + 116.925 256.00 1.54 254.46 + 116.950 253.00 1.64 251.36 + 116.975 288.00 1.75 286.25 + 117.000 249.00 1.88 247.12 + 117.025 280.00 2.02 277.98 + 117.050 219.00 2.18 216.82 + 117.075 217.00 2.36 214.64 + 117.100 249.00 2.56 246.44 + 117.125 229.00 2.79 226.21 + 117.150 198.00 3.06 194.94 + 117.175 193.00 3.36 189.64 + 117.200 178.00 3.72 174.28 + 117.225 205.00 4.15 200.85 + 117.250 210.00 4.68 205.32 + 117.275 185.00 5.37 179.63 + 117.300 179.00 6.31 172.69 + 117.325 213.00 7.64 205.36 + 117.350 233.00 9.60 223.40 + 117.375 225.00 12.53 212.47 + 117.400 232.00 16.83 215.17 + 117.425 264.00 22.99 241.01 + 117.450 271.00 31.46 239.54 + 117.475 285.00 42.51 242.49 + 117.500 273.00 56.10 216.90 + 117.525 342.00 71.66 270.34 + 117.550 326.00 88.00 238.00 + 117.575 401.00 103.20 297.80 + 117.600 358.00 114.58 243.42 + 117.625 432.00 119.45 312.55 + 117.650 331.00 116.43 214.57 + 117.675 361.00 106.47 254.53 + 117.700 330.00 92.12 237.88 + 117.725 283.00 76.18 206.82 + 117.750 282.00 60.75 221.25 + 117.775 263.00 47.25 215.75 + 117.800 245.00 36.42 208.58 + 117.825 232.00 28.51 203.49 + 117.850 219.00 23.49 195.51 + 117.875 251.00 21.12 229.88 + 117.900 241.00 21.17 219.83 + 117.925 241.00 23.38 217.62 + 117.950 265.00 27.54 237.46 + 117.975 237.00 33.31 203.69 + 118.000 251.00 40.25 210.75 + 118.025 266.00 47.64 218.36 + 118.050 291.00 54.45 236.55 + 118.075 301.00 59.38 241.62 + 118.100 300.00 61.14 238.86 + 118.125 280.00 59.14 220.86 + 118.150 332.00 53.87 278.13 + 118.175 285.00 46.55 238.45 + 118.200 276.00 38.48 237.52 + 118.225 261.00 30.64 230.36 + 118.250 262.00 23.66 238.34 + 118.275 264.00 17.88 246.12 + 118.300 280.00 13.36 266.64 + 118.325 291.00 10.00 281.00 + 118.350 292.00 7.61 284.39 + 118.375 284.00 5.95 278.05 + 118.400 266.00 4.82 261.18 + 118.425 240.00 4.04 235.96 + 118.450 219.00 3.49 215.51 + 118.475 232.00 3.08 228.92 + 118.500 218.00 2.76 215.24 + 118.525 192.00 2.50 189.50 + 118.550 181.00 2.28 178.72 + 118.575 184.00 2.10 181.90 + 118.600 219.00 1.93 217.07 + 118.625 187.00 1.79 185.21 + 118.650 174.00 1.66 172.34 + 118.675 184.00 1.55 182.45 + 118.700 204.00 1.45 202.55 + 118.725 197.00 1.36 195.64 + 118.750 217.00 1.28 215.72 + 118.775 215.00 1.20 213.80 + 118.800 213.00 1.13 211.87 + 118.825 212.00 1.07 210.93 + 118.850 218.00 1.01 216.99 + 118.875 210.00 0.96 209.04 + 118.900 224.00 0.91 223.09 + 118.925 183.00 0.87 182.13 + 118.950 178.00 0.83 177.17 + 118.975 205.00 0.79 204.21 + 119.000 184.00 0.75 183.25 + 119.025 185.00 0.72 184.28 + 119.050 180.00 0.69 179.31 + 119.075 197.00 0.66 196.34 + 119.100 154.00 0.63 153.37 + 119.125 171.00 0.61 170.39 + 119.150 181.00 0.59 180.41 + 119.175 155.00 0.56 154.44 + 119.200 145.00 0.54 144.46 + 119.225 184.00 0.52 183.48 + 119.250 180.00 0.50 179.50 + 119.275 173.00 0.49 172.51 + 119.300 168.00 0.47 167.53 + 119.325 190.00 0.45 189.55 + 119.350 169.00 0.44 168.56 + 119.375 161.00 0.42 160.58 + 119.400 174.00 0.41 173.59 + 119.425 158.00 0.40 157.60 + 119.450 167.00 0.39 166.61 + 119.475 182.00 0.37 181.63 + 119.500 165.00 0.36 164.64 + 119.525 183.00 0.35 182.65 + 119.550 168.00 0.34 167.66 + 119.575 159.00 0.33 158.67 + 119.600 161.00 0.32 160.68 + 119.625 155.00 0.31 154.69 + 119.650 189.00 0.31 188.69 + 119.675 186.00 0.30 185.70 + 119.700 150.00 0.29 149.71 + 119.725 168.00 0.28 167.72 + 119.750 186.00 0.28 185.72 + 119.775 194.00 0.27 193.73 + 119.800 155.00 0.26 154.74 + 119.825 171.00 0.26 170.74 + 119.850 151.00 0.25 150.75 + 119.875 165.00 0.24 164.76 + 119.900 175.00 0.24 174.76 + 119.925 156.00 0.23 155.77 + 119.950 163.00 0.23 162.77 + 119.975 164.00 0.22 163.78 + 120.000 166.00 0.22 165.78 + 120.025 185.00 0.21 184.79 + 120.050 163.00 0.21 162.79 + 120.075 202.00 0.20 201.80 + 120.100 186.00 0.20 185.80 + 120.125 183.00 0.19 182.81 + 120.150 183.00 0.19 182.81 + 120.175 155.00 0.19 154.81 + 120.200 199.00 0.18 198.82 + 120.225 176.00 0.18 175.82 + 120.250 188.00 0.18 187.82 + 120.275 177.00 0.17 176.83 + 120.300 165.00 0.17 164.83 + 120.325 198.00 0.17 197.83 + 120.350 170.00 0.16 169.84 + 120.375 186.00 0.16 185.84 + 120.400 188.00 0.16 187.84 + 120.425 193.00 0.15 192.85 + 120.450 190.00 0.15 189.85 + 120.475 207.00 0.15 206.85 + 120.500 234.00 0.15 233.85 + 120.525 205.00 0.14 204.86 + 120.550 212.00 0.14 211.86 + 120.575 216.00 0.14 215.86 + 120.600 213.00 0.14 212.86 + 120.625 266.00 0.13 265.87 + 120.650 257.00 0.13 256.87 + 120.675 269.00 0.13 268.87 + 120.700 300.00 0.13 299.87 + 120.725 330.00 0.13 329.87 + 120.750 339.00 0.12 338.88 + 120.775 357.00 0.12 356.88 + 120.800 382.00 0.12 381.88 + 120.825 326.00 0.12 325.88 + 120.850 325.00 0.12 324.88 + 120.875 282.00 0.11 281.89 + 120.900 284.00 0.11 283.89 + 120.925 305.00 0.11 304.89 + 120.950 353.00 0.11 352.89 + 120.975 293.00 0.11 292.89 + 121.000 354.00 0.11 353.89 + 121.025 327.00 0.11 326.89 + 121.050 397.00 0.10 396.90 + 121.075 378.00 0.10 377.90 + 121.100 367.00 0.10 366.90 + 121.125 341.00 0.10 340.90 + 121.150 307.00 0.10 306.90 + 121.175 311.00 0.10 310.90 + 121.200 274.00 0.10 273.90 + 121.225 313.00 0.09 312.91 + 121.250 351.00 0.09 350.91 + 121.275 347.00 0.09 346.91 + 121.300 326.00 0.09 325.91 + 121.325 307.00 0.09 306.91 + 121.350 293.00 0.09 292.91 + 121.375 260.00 0.09 259.91 + 121.400 283.00 0.09 282.91 + 121.425 272.00 0.08 271.92 + 121.450 272.00 0.08 271.92 + 121.475 302.00 0.08 301.92 + 121.500 307.00 0.08 306.92 + 121.525 313.00 0.08 312.92 + 121.550 332.00 0.08 331.92 + 121.575 337.00 0.08 336.92 + 121.600 327.00 0.08 326.92 + 121.625 331.00 0.08 330.92 + 121.650 343.00 0.08 342.92 + 121.675 329.00 0.08 328.92 + 121.700 371.00 0.07 370.93 + 121.725 392.00 0.07 391.93 + 121.750 418.00 0.07 417.93 + 121.775 493.00 0.07 492.93 + 121.800 471.00 0.07 470.93 + 121.825 481.00 0.07 480.93 + 121.850 485.00 0.07 484.93 + 121.875 486.00 0.07 485.93 + 121.900 422.00 0.07 421.93 + 121.925 425.00 0.07 424.93 + 121.950 387.00 0.07 386.93 + 121.975 379.00 0.07 378.93 + 122.000 330.00 0.07 329.93 + 122.025 338.00 0.07 337.93 + 122.050 327.00 0.06 326.94 + 122.075 321.00 0.06 320.94 + 122.100 327.00 0.06 326.94 + 122.125 386.00 0.06 385.94 + 122.150 375.00 0.06 374.94 + 122.175 412.00 0.06 411.94 + 122.200 398.00 0.06 397.94 + 122.225 371.00 0.06 370.94 + 122.250 398.00 0.06 397.94 + 122.275 377.00 0.06 376.94 + 122.300 382.00 0.06 381.94 + 122.325 419.00 0.06 418.94 + 122.350 397.00 0.06 396.94 + 122.375 373.00 0.06 372.94 + 122.400 325.00 0.06 324.94 + 122.425 333.00 0.06 332.94 + 122.450 311.00 0.06 310.94 + 122.475 301.00 0.05 300.95 + 122.500 293.00 0.05 292.95 + 122.525 291.00 0.05 290.95 + 122.550 268.00 0.05 267.95 + 122.575 279.00 0.05 278.95 + 122.600 289.00 0.05 288.95 + 122.625 278.00 0.05 277.95 + 122.650 266.00 0.05 265.95 + 122.675 268.00 0.05 267.95 + 122.700 284.00 0.05 283.95 + 122.725 258.00 0.05 257.95 + 122.750 251.00 0.05 250.95 + 122.775 258.00 0.05 257.95 + 122.800 247.00 0.05 246.95 + 122.825 251.00 0.05 250.95 + 122.850 211.00 0.05 210.95 + 122.875 209.00 0.05 208.95 + 122.900 220.00 0.05 219.95 + 122.925 218.00 0.05 217.95 + 122.950 191.00 0.05 190.95 + 122.975 186.00 0.05 185.95 + 123.000 214.00 0.05 213.95 + 123.025 213.00 0.05 212.95 + 123.050 216.00 0.05 215.95 + 123.075 227.00 0.05 226.95 + 123.100 196.00 0.04 195.96 + 123.125 202.00 0.04 201.96 + 123.150 213.00 0.04 212.96 + 123.175 186.00 0.04 185.96 + 123.200 198.00 0.04 197.96 + 123.225 224.00 0.04 223.96 + 123.250 177.00 0.04 176.96 + 123.275 197.00 0.04 196.96 + 123.300 160.00 0.04 159.96 + 123.325 191.00 0.04 190.96 + 123.350 209.00 0.04 208.96 + 123.375 217.00 0.04 216.96 + 123.400 216.00 0.04 215.96 + 123.425 215.00 0.04 214.96 + 123.450 200.00 0.04 199.96 + 123.475 207.00 0.04 206.96 + 123.500 202.00 0.04 201.96 + 123.525 234.00 0.04 233.96 + 123.550 218.00 0.04 217.96 + 123.575 252.00 0.04 251.96 + 123.600 249.00 0.04 248.96 + 123.625 281.00 0.04 280.96 + 123.650 270.00 0.04 269.96 + 123.675 287.00 0.04 286.96 + 123.700 318.00 0.04 317.96 + 123.725 319.00 0.04 318.96 + 123.750 370.00 0.04 369.96 + 123.775 397.00 0.04 396.96 + 123.800 434.00 0.04 433.96 + 123.825 494.00 0.03 493.97 + 123.850 424.00 0.03 423.97 + 123.875 485.00 0.03 484.97 + 123.900 464.00 0.03 463.97 + 123.925 454.00 0.03 453.97 + 123.950 461.00 0.03 460.97 + 123.975 371.00 0.03 370.97 + 124.000 326.00 0.03 325.97 + 124.025 309.00 0.03 308.97 + 124.050 280.00 0.03 279.97 + 124.075 332.00 0.03 331.97 + 124.100 297.00 0.03 296.97 + 124.125 277.00 0.03 276.97 + 124.150 293.00 0.03 292.97 + 124.175 303.00 0.03 302.97 + 124.200 342.00 0.03 341.97 + 124.225 293.00 0.03 292.97 + 124.250 322.00 0.03 321.97 + 124.275 350.00 0.03 349.97 + 124.300 360.00 0.03 359.97 + 124.325 343.00 0.03 342.97 + 124.350 387.00 0.03 386.97 + 124.375 437.00 0.03 436.97 + 124.400 442.00 0.03 441.97 + 124.425 460.00 0.03 459.97 + 124.450 486.00 0.03 485.97 + 124.475 451.00 0.03 450.97 + 124.500 433.00 0.03 432.97 + 124.525 459.00 0.03 458.97 + 124.550 369.00 0.03 368.97 + 124.575 415.00 0.03 414.97 + 124.600 340.00 0.03 339.97 + 124.625 328.00 0.03 327.97 + 124.650 323.00 0.03 322.97 + 124.675 291.00 0.03 290.97 + 124.700 265.00 0.03 264.97 + 124.725 305.00 0.03 304.97 + 124.750 279.00 0.03 278.97 + 124.775 298.00 0.03 297.97 + 124.800 320.00 0.03 319.97 + 124.825 299.00 0.03 298.97 + 124.850 306.00 0.03 305.97 + 124.875 340.00 0.03 339.97 + 124.900 314.00 0.03 313.97 + 124.925 329.00 0.03 328.97 + 124.950 324.00 0.03 323.97 + 124.975 367.00 0.03 366.97 + 125.000 378.00 0.03 377.97 + 125.025 335.00 0.03 334.97 + 125.050 338.00 0.03 337.97 + 125.075 293.00 0.03 292.97 + 125.100 299.00 0.03 298.97 + 125.125 293.00 0.03 292.97 + 125.150 263.00 0.03 262.97 + 125.175 285.00 0.03 284.97 + 125.200 277.00 0.03 276.97 + 125.225 283.00 0.03 282.97 + 125.250 326.00 0.03 325.97 + 125.275 291.00 0.03 290.97 + 125.300 311.00 0.03 310.97 + 125.325 315.00 0.03 314.97 + 125.350 351.00 0.03 350.97 + 125.375 367.00 0.03 366.97 + 125.400 353.00 0.03 352.97 + 125.425 387.00 0.03 386.97 + 125.450 404.00 0.03 403.97 + 125.475 365.00 0.03 364.97 + 125.500 354.00 0.03 353.97 + 125.525 382.00 0.03 381.97 + 125.550 318.00 0.03 317.97 + 125.575 310.00 0.03 309.97 + 125.600 342.00 0.03 341.97 + 125.625 355.00 0.03 354.97 + 125.650 334.00 0.03 333.97 + 125.675 382.00 0.03 381.97 + 125.700 359.00 0.03 358.97 + 125.725 322.00 0.03 321.97 + 125.750 317.00 0.03 316.97 + 125.775 322.00 0.03 321.97 + 125.800 315.00 0.03 314.97 + 125.825 322.00 0.03 321.97 + 125.850 260.00 0.03 259.97 + 125.875 275.00 0.03 274.97 + 125.900 282.00 0.03 281.97 + 125.925 290.00 0.02 289.98 + 125.950 318.00 0.02 317.98 + 125.975 296.00 0.02 295.98 + 126.000 276.00 0.02 275.98 + 126.025 281.00 0.02 280.98 + 126.050 309.00 0.02 308.98 + 126.075 281.00 0.02 280.98 + 126.100 305.00 0.02 304.98 + 126.125 298.00 0.02 297.98 + 126.150 276.00 0.02 275.98 + 126.175 252.00 0.02 251.98 + 126.200 303.00 0.02 302.98 + 126.225 282.00 0.02 281.98 + 126.250 308.00 0.02 307.98 + 126.275 302.00 0.02 301.98 + 126.300 293.00 0.02 292.98 + 126.325 288.00 0.02 287.98 + 126.350 268.00 0.02 267.98 + 126.375 300.00 0.02 299.98 + 126.400 319.00 0.02 318.98 + 126.425 297.00 0.02 296.98 + 126.450 302.00 0.02 301.98 + 126.475 304.00 0.02 303.98 + 126.500 346.00 0.02 345.98 + 126.525 392.00 0.02 391.98 + 126.550 454.00 0.02 453.98 + 126.575 519.00 0.02 518.98 + 126.600 565.00 0.02 564.98 + 126.625 590.00 0.02 589.98 + 126.650 593.00 0.02 592.98 + 126.675 601.00 0.02 600.98 + 126.700 563.00 0.02 562.98 + 126.725 482.00 0.02 481.98 + 126.750 500.00 0.02 499.98 + 126.775 403.00 0.02 402.98 + 126.800 417.00 0.02 416.98 + 126.825 386.00 0.02 385.98 + 126.850 328.00 0.02 327.98 + 126.875 293.00 0.02 292.98 + 126.900 321.00 0.02 320.98 + 126.925 300.00 0.02 299.98 + 126.950 313.00 0.02 312.98 + 126.975 294.00 0.02 293.98 + 127.000 318.00 0.02 317.98 + 127.025 294.00 0.02 293.98 + 127.050 329.00 0.02 328.98 + 127.075 329.00 0.02 328.98 + 127.100 364.00 0.02 363.98 + 127.125 360.00 0.02 359.98 + 127.150 385.00 0.02 384.98 + 127.175 412.00 0.02 411.98 + 127.200 426.00 0.02 425.98 + 127.225 405.00 0.02 404.98 + 127.250 418.00 0.02 417.98 + 127.275 417.00 0.02 416.98 + 127.300 358.00 0.02 357.98 + 127.325 384.00 0.02 383.98 + 127.350 387.00 0.02 386.98 + 127.375 312.00 0.02 311.98 + 127.400 316.00 0.02 315.98 + 127.425 304.00 0.02 303.98 + 127.450 295.00 0.02 294.98 + 127.475 296.00 0.02 295.98 + 127.500 294.00 0.02 293.98 + 127.525 273.00 0.02 272.98 + 127.550 325.00 0.02 324.98 + 127.575 330.00 0.02 329.98 + 127.600 345.00 0.02 344.98 + 127.625 300.00 0.02 299.98 + 127.650 370.00 0.02 369.98 + 127.675 350.00 0.02 349.98 + 127.700 381.00 0.02 380.98 + 127.725 297.00 0.02 296.98 + 127.750 316.00 0.02 315.98 + 127.775 300.00 0.02 299.98 + 127.800 270.00 0.02 269.98 + 127.825 271.00 0.02 270.98 + 127.850 292.00 0.02 291.98 + 127.875 249.00 0.02 248.98 + 127.900 263.00 0.02 262.98 + 127.925 269.00 0.02 268.98 + 127.950 273.00 0.02 272.98 + 127.975 252.00 0.02 251.98 + 128.000 250.00 0.02 249.98 + 128.025 225.00 0.02 224.98 + 128.050 241.00 0.02 240.98 + 128.075 245.00 0.02 244.98 + 128.100 268.00 0.02 267.98 + 128.125 276.00 0.02 275.98 + 128.150 264.00 0.02 263.98 + 128.175 282.00 0.02 281.98 + 128.200 294.00 0.02 293.98 + 128.225 314.00 0.02 313.98 + 128.250 303.00 0.02 302.98 + 128.275 269.00 0.02 268.98 + 128.300 295.00 0.02 294.98 + 128.325 283.00 0.02 282.98 + 128.350 293.00 0.02 292.98 + 128.375 286.00 0.02 285.98 + 128.400 264.00 0.02 263.98 + 128.425 255.00 0.02 254.98 + 128.450 259.00 0.02 258.98 + 128.475 252.00 0.02 251.98 + 128.500 270.00 0.02 269.98 + 128.525 255.00 0.02 254.98 + 128.550 304.00 0.02 303.98 + 128.575 293.00 0.02 292.98 + 128.600 311.00 0.02 310.98 + 128.625 285.00 0.02 284.98 + 128.650 332.00 0.02 331.98 + 128.675 321.00 0.02 320.98 + 128.700 350.00 0.02 349.98 + 128.725 358.00 0.02 357.98 + 128.750 431.00 0.02 430.98 + 128.775 433.00 0.02 432.98 + 128.800 427.00 0.02 426.98 + 128.825 380.00 0.02 379.98 + 128.850 413.00 0.02 412.98 + 128.875 422.00 0.02 421.98 + 128.900 348.00 0.02 347.98 + 128.925 388.00 0.02 387.98 + 128.950 355.00 0.02 354.98 + 128.975 370.00 0.02 369.98 + 129.000 353.00 0.02 352.98 + 129.025 322.00 0.02 321.98 + 129.050 348.00 0.02 347.98 + 129.075 325.00 0.02 324.98 + 129.100 320.00 0.02 319.98 + 129.125 369.00 0.02 368.98 + 129.150 351.00 0.02 350.98 + 129.175 400.00 0.02 399.98 + 129.200 379.00 0.02 378.98 + 129.225 399.00 0.02 398.98 + 129.250 406.00 0.02 405.98 + 129.275 396.00 0.02 395.98 + 129.300 397.00 0.02 396.98 + 129.325 415.00 0.02 414.98 + 129.350 439.00 0.02 438.98 + 129.375 438.00 0.02 437.98 + 129.400 437.00 0.02 436.98 + 129.425 478.00 0.02 477.98 + 129.450 495.00 0.02 494.98 + 129.475 511.00 0.02 510.98 + 129.500 450.00 0.02 449.98 + 129.525 497.00 0.02 496.98 + 129.550 498.00 0.02 497.98 + 129.575 433.00 0.02 432.98 + 129.600 477.00 0.02 476.98 + 129.625 484.00 0.02 483.98 + 129.650 430.00 0.02 429.98 + 129.675 431.00 0.02 430.98 + 129.700 454.00 0.02 453.98 + 129.725 399.00 0.02 398.98 + 129.750 382.00 0.02 381.98 + 129.775 384.00 0.02 383.98 + 129.800 351.00 0.02 350.98 + 129.825 334.00 0.02 333.98 + 129.850 347.00 0.02 346.98 + 129.875 336.00 0.02 335.98 + 129.900 330.00 0.02 329.98 + 129.925 306.00 0.02 305.98 + 129.950 330.00 0.02 329.98 + 129.975 311.00 0.02 310.98 + 130.000 298.00 0.02 297.98 + 130.025 301.00 0.02 300.98 + 130.050 344.00 0.02 343.98 + 130.075 335.00 0.02 334.98 + 130.100 334.00 0.02 333.98 + 130.125 303.00 0.02 302.98 + 130.150 326.00 0.02 325.98 + 130.175 359.00 0.02 358.98 + 130.200 397.00 0.02 396.98 + 130.225 356.00 0.02 355.98 + 130.250 347.00 0.02 346.98 + 130.275 310.00 0.02 309.98 + 130.300 347.00 0.02 346.98 + 130.325 332.00 0.02 331.98 + 130.350 312.00 0.02 311.98 + 130.375 335.00 0.02 334.98 + 130.400 334.00 0.02 333.98 + 130.425 316.00 0.02 315.98 + 130.450 309.00 0.02 308.98 + 130.475 294.00 0.02 293.98 + 130.500 334.00 0.02 333.98 + 130.525 342.00 0.02 341.98 + 130.550 332.00 0.02 331.98 + 130.575 279.00 0.02 278.98 + 130.600 267.00 0.02 266.98 + 130.625 257.00 0.02 256.98 + 130.650 292.00 0.02 291.98 + 130.675 288.00 0.02 287.98 + 130.700 273.00 0.02 272.98 + 130.725 245.00 0.02 244.98 + 130.750 269.00 0.02 268.98 + 130.775 248.00 0.02 247.98 + 130.800 228.00 0.02 227.98 + 130.825 250.00 0.02 249.98 + 130.850 249.00 0.02 248.98 + 130.875 230.00 0.02 229.98 + 130.900 238.00 0.02 237.98 + 130.925 217.00 0.02 216.98 + 130.950 238.00 0.02 237.98 + 130.975 212.00 0.02 211.98 + 131.000 246.00 0.02 245.98 + 131.025 246.00 0.02 245.98 + 131.050 239.00 0.02 238.98 + 131.075 262.00 0.02 261.98 + 131.100 265.00 0.02 264.98 + 131.125 264.00 0.02 263.98 + 131.150 240.00 0.02 239.98 + 131.175 250.00 0.02 249.98 + 131.200 246.00 0.02 245.98 + 131.225 226.00 0.02 225.98 + 131.250 227.00 0.02 226.98 + 131.275 235.00 0.02 234.98 + 131.300 226.00 0.02 225.98 + 131.325 256.00 0.02 255.98 + 131.350 190.00 0.02 189.98 + 131.375 215.00 0.02 214.98 + 131.400 236.00 0.02 235.98 + 131.425 223.00 0.02 222.98 + 131.450 227.00 0.02 226.98 + 131.475 203.00 0.03 202.97 + 131.500 206.00 0.03 205.97 + 131.525 190.00 0.03 189.97 + 131.550 232.00 0.03 231.97 + 131.575 230.00 0.03 229.97 + 131.600 201.00 0.03 200.97 + 131.625 219.00 0.03 218.97 + 131.650 203.00 0.03 202.97 + 131.675 216.00 0.03 215.97 + 131.700 213.00 0.03 212.97 + 131.725 208.00 0.03 207.97 + 131.750 224.00 0.03 223.97 + 131.775 210.00 0.03 209.97 + 131.800 202.00 0.03 201.97 + 131.825 212.00 0.03 211.97 + 131.850 205.00 0.03 204.97 + 131.875 236.00 0.03 235.97 + 131.900 220.00 0.03 219.97 + 131.925 194.00 0.03 193.97 + 131.950 199.00 0.03 198.97 + 131.975 201.00 0.03 200.97 + 132.000 216.00 0.03 215.97 + 132.025 237.00 0.03 236.97 + 132.050 212.00 0.03 211.97 + 132.075 225.00 0.03 224.97 + 132.100 203.00 0.03 202.97 + 132.125 241.00 0.03 240.97 + 132.150 232.00 0.03 231.97 + 132.175 260.00 0.03 259.97 + 132.200 253.00 0.03 252.97 + 132.225 257.00 0.03 256.97 + 132.250 282.00 0.03 281.97 + 132.275 291.00 0.03 290.97 + 132.300 283.00 0.03 282.97 + 132.325 325.00 0.03 324.97 + 132.350 333.00 0.03 332.97 + 132.375 335.00 0.03 334.97 + 132.400 293.00 0.03 292.97 + 132.425 315.00 0.03 314.97 + 132.450 297.00 0.03 296.97 + 132.475 310.00 0.03 309.97 + 132.500 285.00 0.03 284.97 + 132.525 285.00 0.03 284.97 + 132.550 276.00 0.03 275.97 + 132.575 258.00 0.03 257.97 + 132.600 251.00 0.03 250.97 + 132.625 269.00 0.03 268.97 + 132.650 228.00 0.03 227.97 + 132.675 215.00 0.03 214.97 + 132.700 259.00 0.03 258.97 + 132.725 235.00 0.03 234.97 + 132.750 257.00 0.03 256.97 + 132.775 241.00 0.03 240.97 + 132.800 289.00 0.03 288.97 + 132.825 229.00 0.04 228.96 + 132.850 267.00 0.04 266.96 + 132.875 270.00 0.04 269.96 + 132.900 284.00 0.04 283.96 + 132.925 265.00 0.04 264.96 + 132.950 274.00 0.04 273.96 + 132.975 275.00 0.04 274.96 + 133.000 279.00 0.04 278.96 + 133.025 277.00 0.04 276.96 + 133.050 269.00 0.04 268.96 + 133.075 267.00 0.04 266.96 + 133.100 263.00 0.04 262.96 + 133.125 299.00 0.04 298.96 + 133.150 262.00 0.04 261.96 + 133.175 263.00 0.04 262.96 + 133.200 268.00 0.04 267.96 + 133.225 235.00 0.04 234.96 + 133.250 232.00 0.04 231.96 + 133.275 261.00 0.04 260.96 + 133.300 236.00 0.04 235.96 + 133.325 224.00 0.04 223.96 + 133.350 251.00 0.04 250.96 + 133.375 249.00 0.04 248.96 + 133.400 247.00 0.04 246.96 + 133.425 217.00 0.04 216.96 + 133.450 238.00 0.04 237.96 + 133.475 231.00 0.04 230.96 + 133.500 251.00 0.04 250.96 + 133.525 261.00 0.04 260.96 + 133.550 251.00 0.04 250.96 + 133.575 308.00 0.04 307.96 + 133.600 300.00 0.04 299.96 + 133.625 333.00 0.04 332.96 + 133.650 311.00 0.05 310.95 + 133.675 283.00 0.05 282.95 + 133.700 279.00 0.05 278.95 + 133.725 289.00 0.05 288.95 + 133.750 281.00 0.05 280.95 + 133.775 273.00 0.05 272.95 + 133.800 244.00 0.05 243.95 + 133.825 299.00 0.05 298.95 + 133.850 263.00 0.05 262.95 + 133.875 257.00 0.05 256.95 + 133.900 209.00 0.05 208.95 + 133.925 284.00 0.05 283.95 + 133.950 256.00 0.05 255.95 + 133.975 270.00 0.05 269.95 + 134.000 280.00 0.05 279.95 + 134.025 276.00 0.05 275.95 + 134.050 282.00 0.05 281.95 + 134.075 293.00 0.05 292.95 + 134.100 282.00 0.05 281.95 + 134.125 285.00 0.05 284.95 + 134.150 309.00 0.05 308.95 + 134.175 299.00 0.05 298.95 + 134.200 295.00 0.05 294.95 + 134.225 307.00 0.05 306.95 + 134.250 253.00 0.06 252.94 + 134.275 258.00 0.06 257.94 + 134.300 255.00 0.06 254.94 + 134.325 297.00 0.06 296.94 + 134.350 296.00 0.06 295.94 + 134.375 248.00 0.06 247.94 + 134.400 286.00 0.06 285.94 + 134.425 288.00 0.06 287.94 + 134.450 259.00 0.06 258.94 + 134.475 276.00 0.06 275.94 + 134.500 256.00 0.06 255.94 + 134.525 257.00 0.06 256.94 + 134.550 268.00 0.06 267.94 + 134.575 246.00 0.06 245.94 + 134.600 273.00 0.06 272.94 + 134.625 271.00 0.06 270.94 + 134.650 306.00 0.06 305.94 + 134.675 287.00 0.07 286.93 + 134.700 286.00 0.07 285.93 + 134.725 303.00 0.07 302.93 + 134.750 283.00 0.07 282.93 + 134.775 335.00 0.07 334.93 + 134.800 330.00 0.07 329.93 + 134.825 366.00 0.07 365.93 + 134.850 380.00 0.07 379.93 + 134.875 334.00 0.07 333.93 + 134.900 362.00 0.07 361.93 + 134.925 408.00 0.07 407.93 + 134.950 432.00 0.07 431.93 + 134.975 479.00 0.07 478.93 + 135.000 440.00 0.07 439.93 + 135.025 484.00 0.08 483.92 + 135.050 478.00 0.08 477.92 + 135.075 479.00 0.08 478.92 + 135.100 513.00 0.08 512.92 + 135.125 472.00 0.08 471.92 + 135.150 445.00 0.08 444.92 + 135.175 466.00 0.08 465.92 + 135.200 437.00 0.08 436.92 + 135.225 414.00 0.08 413.92 + 135.250 396.00 0.08 395.92 + 135.275 374.00 0.08 373.92 + 135.300 314.00 0.09 313.91 + 135.325 326.00 0.09 325.91 + 135.350 326.00 0.09 325.91 + 135.375 323.00 0.09 322.91 + 135.400 316.00 0.09 315.91 + 135.425 354.00 0.09 353.91 + 135.450 315.00 0.09 314.91 + 135.475 351.00 0.09 350.91 + 135.500 329.00 0.09 328.91 + 135.525 370.00 0.10 369.90 + 135.550 366.00 0.10 365.90 + 135.575 415.00 0.10 414.90 + 135.600 444.00 0.10 443.90 + 135.625 423.00 0.10 422.90 + 135.650 414.00 0.10 413.90 + 135.675 412.00 0.10 411.90 + 135.700 463.00 0.10 462.90 + 135.725 464.00 0.11 463.89 + 135.750 424.00 0.11 423.89 + 135.775 427.00 0.11 426.89 + 135.800 411.00 0.11 410.89 + 135.825 394.00 0.11 393.89 + 135.850 383.00 0.11 382.89 + 135.875 394.00 0.11 393.89 + 135.900 330.00 0.12 329.88 + 135.925 360.00 0.12 359.88 + 135.950 359.00 0.12 358.88 + 135.975 303.00 0.12 302.88 + 136.000 294.00 0.12 293.88 + 136.025 289.00 0.13 288.87 + 136.050 271.00 0.13 270.87 + 136.075 288.00 0.13 287.87 + 136.100 264.00 0.13 263.87 + 136.125 284.00 0.13 283.87 + 136.150 262.00 0.13 261.87 + 136.175 274.00 0.14 273.86 + 136.200 278.00 0.14 277.86 + 136.225 293.00 0.14 292.86 + 136.250 289.00 0.14 288.86 + 136.275 309.00 0.15 308.85 + 136.300 292.00 0.15 291.85 + 136.325 313.00 0.15 312.85 + 136.350 286.00 0.15 285.85 + 136.375 291.00 0.16 290.84 + 136.400 303.00 0.16 302.84 + 136.425 279.00 0.16 278.84 + 136.450 298.00 0.16 297.84 + 136.475 301.00 0.17 300.83 + 136.500 278.00 0.17 277.83 + 136.525 261.00 0.17 260.83 + 136.550 314.00 0.18 313.82 + 136.575 299.00 0.18 298.82 + 136.600 316.00 0.18 315.82 + 136.625 353.00 0.18 352.82 + 136.650 319.00 0.19 318.81 + 136.675 339.00 0.19 338.81 + 136.700 335.00 0.20 334.80 + 136.725 341.00 0.20 340.80 + 136.750 306.00 0.20 305.80 + 136.775 303.00 0.21 302.79 + 136.800 298.00 0.21 297.79 + 136.825 290.00 0.21 289.79 + 136.850 317.00 0.22 316.78 + 136.875 318.00 0.22 317.78 + 136.900 296.00 0.23 295.77 + 136.925 336.00 0.23 335.77 + 136.950 295.00 0.24 294.76 + 136.975 284.00 0.24 283.76 + 137.000 241.00 0.25 240.75 + 137.025 276.00 0.25 275.75 + 137.050 245.00 0.26 244.74 + 137.075 247.00 0.26 246.74 + 137.100 263.00 0.27 262.73 + 137.125 270.00 0.28 269.72 + 137.150 261.00 0.28 260.72 + 137.175 239.00 0.29 238.71 + 137.200 247.00 0.30 246.70 + 137.225 250.00 0.30 249.70 + 137.250 209.00 0.31 208.69 + 137.275 238.00 0.32 237.68 + 137.300 247.00 0.33 246.67 + 137.325 257.00 0.33 256.67 + 137.350 255.00 0.34 254.66 + 137.375 273.00 0.35 272.65 + 137.400 272.00 0.36 271.64 + 137.425 319.00 0.37 318.63 + 137.450 274.00 0.38 273.62 + 137.475 307.00 0.39 306.61 + 137.500 253.00 0.40 252.60 + 137.525 284.00 0.41 283.59 + 137.550 254.00 0.42 253.58 + 137.575 274.00 0.44 273.56 + 137.600 278.00 0.45 277.55 + 137.625 237.00 0.46 236.54 + 137.650 257.00 0.48 256.52 + 137.675 249.00 0.49 248.51 + 137.700 261.00 0.51 260.49 + 137.725 242.00 0.52 241.48 + 137.750 256.00 0.54 255.46 + 137.775 255.00 0.56 254.44 + 137.800 236.00 0.58 235.42 + 137.825 234.00 0.60 233.40 + 137.850 250.00 0.62 249.38 + 137.875 233.00 0.64 232.36 + 137.900 250.00 0.66 249.34 + 137.925 231.00 0.69 230.31 + 137.950 252.00 0.71 251.29 + 137.975 244.00 0.74 243.26 + 138.000 256.00 0.77 255.23 + 138.025 226.00 0.80 225.20 + 138.050 267.00 0.83 266.17 + 138.075 246.00 0.86 245.14 + 138.100 257.00 0.90 256.10 + 138.125 255.00 0.94 254.06 + 138.150 278.00 0.98 277.02 + 138.175 292.00 1.03 290.97 + 138.200 308.00 1.08 306.92 + 138.225 274.00 1.13 272.87 + 138.250 375.00 1.18 373.82 + 138.275 361.00 1.24 359.76 + 138.300 344.00 1.31 342.69 + 138.325 361.00 1.39 359.61 + 138.350 347.00 1.47 345.53 + 138.375 352.00 1.56 350.44 + 138.400 322.00 1.67 320.33 + 138.425 337.00 1.79 335.21 + 138.450 267.00 1.93 265.07 + 138.475 268.00 2.11 265.89 + 138.500 286.00 2.32 283.68 + 138.525 279.00 2.58 276.42 + 138.550 276.00 2.89 273.11 + 138.575 252.00 3.29 248.71 + 138.600 242.00 3.78 238.22 + 138.625 277.00 4.39 272.61 + 138.650 271.00 5.15 265.85 + 138.675 275.00 6.08 268.92 + 138.700 272.00 7.21 264.79 + 138.725 295.00 8.58 286.42 + 138.750 281.00 10.20 270.80 + 138.775 338.00 12.12 325.88 + 138.800 320.00 14.33 305.67 + 138.825 350.00 16.86 333.14 + 138.850 381.00 19.71 361.29 + 138.875 404.00 22.85 381.15 + 138.900 451.00 26.26 424.74 + 138.925 441.00 29.88 411.12 + 138.950 452.00 33.66 418.34 + 138.975 417.00 37.50 379.50 + 139.000 450.00 41.28 408.72 + 139.025 436.00 44.90 391.10 + 139.050 437.00 48.20 388.80 + 139.075 440.00 51.04 388.96 + 139.100 474.00 53.26 420.74 + 139.125 453.00 54.72 398.28 + 139.150 457.00 55.35 401.65 + 139.175 438.00 55.09 382.91 + 139.200 387.00 53.97 333.03 + 139.225 386.00 52.07 333.93 + 139.250 366.00 49.54 316.46 + 139.275 341.00 46.50 294.50 + 139.300 337.00 43.13 293.87 + 139.325 308.00 39.58 268.42 + 139.350 329.00 35.98 293.02 + 139.375 283.00 32.47 250.53 + 139.400 296.00 29.14 266.86 + 139.425 289.00 26.08 262.92 + 139.450 297.00 23.37 273.63 + 139.475 240.00 21.05 218.95 + 139.500 268.00 19.15 248.85 + 139.525 282.00 17.70 264.30 + 139.550 297.00 16.69 280.31 + 139.575 291.00 16.12 274.88 + 139.600 281.00 15.96 265.04 + 139.625 305.00 16.19 288.81 + 139.650 336.00 16.76 319.24 + 139.675 324.00 17.63 306.37 + 139.700 307.00 18.75 288.25 + 139.725 332.00 20.05 311.95 + 139.750 328.00 21.46 306.54 + 139.775 309.00 22.93 286.07 + 139.800 315.00 24.36 290.64 + 139.825 330.00 25.68 304.32 + 139.850 291.00 26.82 264.18 + 139.875 290.00 27.68 262.32 + 139.900 344.00 28.21 315.79 + 139.925 314.00 28.36 285.64 + 139.950 324.00 28.11 295.89 + 139.975 327.00 27.46 299.54 + 140.000 259.00 26.46 232.54 + 140.025 268.00 25.15 242.85 + 140.050 305.00 23.59 281.41 + 140.075 304.00 21.87 282.13 + 140.100 300.00 20.04 279.96 + 140.125 285.00 18.17 266.83 + 140.150 292.00 16.31 275.69 + 140.175 289.00 14.50 274.50 + 140.200 294.00 12.77 281.23 + 140.225 278.00 11.16 266.84 + 140.250 261.00 9.69 251.31 + 140.275 297.00 8.35 288.65 + 140.300 252.00 7.17 244.83 + 140.325 280.00 6.13 273.87 + 140.350 245.00 5.23 239.77 + 140.375 266.00 4.47 261.53 + 140.400 283.00 3.83 279.17 + 140.425 238.00 3.29 234.71 + 140.450 266.00 2.84 263.16 + 140.475 262.00 2.48 259.52 + 140.500 249.00 2.18 246.82 + 140.525 255.00 1.94 253.06 + 140.550 240.00 1.74 238.26 + 140.575 239.00 1.58 237.42 + 140.600 221.00 1.44 219.56 + 140.625 251.00 1.33 249.67 + 140.650 212.00 1.24 210.76 + 140.675 233.00 1.16 231.84 + 140.700 238.00 1.09 236.91 + 140.725 249.00 1.03 247.97 + 140.750 256.00 0.98 255.02 + 140.775 216.00 0.93 215.07 + 140.800 262.00 0.89 261.11 + 140.825 249.00 0.85 248.15 + 140.850 248.00 0.81 247.19 + 140.875 263.00 0.78 262.22 + 140.900 281.00 0.75 280.25 + 140.925 234.00 0.72 233.28 + 140.950 290.00 0.69 289.31 + 140.975 269.00 0.67 268.33 + 141.000 284.00 0.64 283.36 + 141.025 233.00 0.62 232.38 + 141.050 286.00 0.60 285.40 + 141.075 275.00 0.58 274.42 + 141.100 263.00 0.56 262.44 + 141.125 245.00 0.54 244.46 + 141.150 259.00 0.52 258.48 + 141.175 276.00 0.51 275.49 + 141.200 229.00 0.49 228.51 + 141.225 261.00 0.47 260.53 + 141.250 273.00 0.46 272.54 + 141.275 272.00 0.45 271.55 + 141.300 231.00 0.43 230.57 + 141.325 212.00 0.42 211.58 + 141.350 233.00 0.41 232.59 + 141.375 256.00 0.40 255.60 + 141.400 241.00 0.39 240.61 + 141.425 228.00 0.38 227.62 + 141.450 234.00 0.37 233.63 + 141.475 238.00 0.36 237.64 + 141.500 216.00 0.35 215.65 + 141.525 207.00 0.34 206.66 + 141.550 221.00 0.33 220.67 + 141.575 233.00 0.32 232.68 + 141.600 238.00 0.31 237.69 + 141.625 217.00 0.31 216.69 + 141.650 238.00 0.30 237.70 + 141.675 251.00 0.29 250.71 + 141.700 268.00 0.29 267.71 + 141.725 259.00 0.28 258.72 + 141.750 230.00 0.27 229.73 + 141.775 276.00 0.27 275.73 + 141.800 257.00 0.26 256.74 + 141.825 260.00 0.26 259.74 + 141.850 255.00 0.25 254.75 + 141.875 244.00 0.25 243.75 + 141.900 258.00 0.24 257.76 + 141.925 279.00 0.24 278.76 + 141.950 291.00 0.23 290.77 + 141.975 290.00 0.23 289.77 + 142.000 295.00 0.22 294.78 + 142.025 289.00 0.22 288.78 + 142.050 273.00 0.21 272.79 + 142.075 306.00 0.21 305.79 + 142.100 307.00 0.21 306.79 + 142.125 264.00 0.20 263.80 + 142.150 289.00 0.20 288.80 + 142.175 270.00 0.19 269.81 + 142.200 234.00 0.19 233.81 + 142.225 252.00 0.19 251.81 + 142.250 243.00 0.18 242.82 + 142.275 244.00 0.18 243.82 + 142.300 251.00 0.18 250.82 + 142.325 235.00 0.17 234.83 + 142.350 234.00 0.17 233.83 + 142.375 246.00 0.17 245.83 + 142.400 239.00 0.17 238.83 + 142.425 257.00 0.16 256.84 + 142.450 218.00 0.16 217.84 + 142.475 234.00 0.16 233.84 + 142.500 230.00 0.16 229.84 + 142.525 253.00 0.15 252.85 + 142.550 248.00 0.15 247.85 + 142.575 257.00 0.15 256.85 + 142.600 248.00 0.15 247.85 + 142.625 255.00 0.14 254.86 + 142.650 261.00 0.14 260.86 + 142.675 275.00 0.14 274.86 + 142.700 288.00 0.14 287.86 + 142.725 301.00 0.14 300.86 + 142.750 283.00 0.13 282.87 + 142.775 308.00 0.13 307.87 + 142.800 268.00 0.13 267.87 + 142.825 300.00 0.13 299.87 + 142.850 305.00 0.13 304.87 + 142.875 254.00 0.12 253.88 + 142.900 251.00 0.12 250.88 + 142.925 256.00 0.12 255.88 + 142.950 280.00 0.12 279.88 + 142.975 290.00 0.12 289.88 + 143.000 267.00 0.12 266.88 + 143.025 278.00 0.11 277.89 + 143.050 302.00 0.11 301.89 + 143.075 264.00 0.11 263.89 + 143.100 263.00 0.11 262.89 + 143.125 289.00 0.11 288.89 + 143.150 231.00 0.11 230.89 + 143.175 271.00 0.11 270.89 + 143.200 289.00 0.10 288.90 + 143.225 268.00 0.10 267.90 + 143.250 310.00 0.10 309.90 + 143.275 278.00 0.10 277.90 + 143.300 280.00 0.10 279.90 + 143.325 262.00 0.10 261.90 + 143.350 234.00 0.10 233.90 + 143.375 278.00 0.10 277.90 + 143.400 288.00 0.09 287.91 + 143.425 265.00 0.09 264.91 + 143.450 302.00 0.09 301.91 + 143.475 278.00 0.09 277.91 + 143.500 273.00 0.09 272.91 + 143.525 279.00 0.09 278.91 + 143.550 303.00 0.09 302.91 + 143.575 318.00 0.09 317.91 + 143.600 317.00 0.09 316.91 + 143.625 312.00 0.09 311.91 + 143.650 303.00 0.08 302.92 + 143.675 312.00 0.08 311.92 + 143.700 311.00 0.08 310.92 + 143.725 308.00 0.08 307.92 + 143.750 304.00 0.08 303.92 + 143.775 284.00 0.08 283.92 + 143.800 281.00 0.08 280.92 + 143.825 287.00 0.08 286.92 + 143.850 262.00 0.08 261.92 + 143.875 273.00 0.08 272.92 + 143.900 284.00 0.08 283.92 + 143.925 261.00 0.08 260.92 + 143.950 241.00 0.08 240.92 + 143.975 238.00 0.07 237.93 + 144.000 276.00 0.07 275.93 + 144.025 276.00 0.07 275.93 + 144.050 274.00 0.07 273.93 + 144.075 262.00 0.07 261.93 + 144.100 279.00 0.07 278.93 + 144.125 274.00 0.07 273.93 + 144.150 238.00 0.07 237.93 + 144.175 278.00 0.07 277.93 + 144.200 273.00 0.07 272.93 + 144.225 274.00 0.07 273.93 + 144.250 260.00 0.07 259.93 + 144.275 245.00 0.07 244.93 + 144.300 293.00 0.07 292.93 + 144.325 307.00 0.07 306.93 + 144.350 304.00 0.06 303.94 + 144.375 266.00 0.06 265.94 + 144.400 287.00 0.06 286.94 + 144.425 292.00 0.06 291.94 + 144.450 295.00 0.06 294.94 + 144.475 295.00 0.06 294.94 + 144.500 305.00 0.06 304.94 + 144.525 300.00 0.06 299.94 + 144.550 281.00 0.06 280.94 + 144.575 287.00 0.06 286.94 + 144.600 299.00 0.06 298.94 + 144.625 268.00 0.06 267.94 + 144.650 292.00 0.06 291.94 + 144.675 267.00 0.06 266.94 + 144.700 236.00 0.06 235.94 + 144.725 248.00 0.06 247.94 + 144.750 272.00 0.06 271.94 + 144.775 274.00 0.06 273.94 + 144.800 237.00 0.06 236.94 + 144.825 251.00 0.06 250.94 + 144.850 245.00 0.06 244.94 + 144.875 285.00 0.05 284.95 + 144.900 252.00 0.05 251.95 + 144.925 272.00 0.05 271.95 + 144.950 258.00 0.05 257.95 + 144.975 269.00 0.05 268.95 + 145.000 268.00 0.05 267.95 + 145.025 299.00 0.05 298.95 + 145.050 240.00 0.05 239.95 + 145.075 263.00 0.05 262.95 + 145.100 260.00 0.05 259.95 + 145.125 315.00 0.05 314.95 + 145.150 315.00 0.05 314.95 + 145.175 295.00 0.05 294.95 + 145.200 279.00 0.05 278.95 + 145.225 295.00 0.05 294.95 + 145.250 333.00 0.05 332.95 + 145.275 322.00 0.05 321.95 + 145.300 338.00 0.05 337.95 + 145.325 383.00 0.05 382.95 + 145.350 339.00 0.05 338.95 + 145.375 311.00 0.05 310.95 + 145.400 323.00 0.05 322.95 + 145.425 295.00 0.05 294.95 + 145.450 275.00 0.05 274.95 + 145.475 295.00 0.05 294.95 + 145.500 289.00 0.05 288.95 + 145.525 294.00 0.05 293.95 + 145.550 287.00 0.05 286.95 + 145.575 275.00 0.05 274.95 + 145.600 249.00 0.05 248.95 + 145.625 232.00 0.04 231.96 + 145.650 269.00 0.04 268.96 + 145.675 258.00 0.04 257.96 + 145.700 268.00 0.04 267.96 + 145.725 290.00 0.04 289.96 + 145.750 253.00 0.04 252.96 + 145.775 266.00 0.04 265.96 + 145.800 234.00 0.04 233.96 + 145.825 233.00 0.04 232.96 + 145.850 223.00 0.04 222.96 + 145.875 231.00 0.04 230.96 + 145.900 252.00 0.04 251.96 + 145.925 275.00 0.04 274.96 + 145.950 267.00 0.04 266.96 + 145.975 251.00 0.04 250.96 + 146.000 284.00 0.04 283.96 + 146.025 281.00 0.04 280.96 + 146.050 254.00 0.04 253.96 + 146.075 265.00 0.04 264.96 + 146.100 309.00 0.04 308.96 + 146.125 269.00 0.04 268.96 + 146.150 296.00 0.04 295.96 + 146.175 290.00 0.04 289.96 + 146.200 301.00 0.04 300.96 + 146.225 297.00 0.04 296.96 + 146.250 300.00 0.04 299.96 + 146.275 345.00 0.04 344.96 + 146.300 298.00 0.04 297.96 + 146.325 347.00 0.04 346.96 + 146.350 345.00 0.04 344.96 + 146.375 374.00 0.04 373.96 + 146.400 366.00 0.04 365.96 + 146.425 387.00 0.04 386.96 + 146.450 392.00 0.04 391.96 + 146.475 438.00 0.04 437.96 + 146.500 465.00 0.04 464.96 + 146.525 470.00 0.04 469.96 + 146.550 443.00 0.04 442.96 + 146.575 511.00 0.04 510.96 + 146.600 473.00 0.04 472.96 + 146.625 474.00 0.04 473.96 + 146.650 455.00 0.04 454.96 + 146.675 473.00 0.04 472.96 + 146.700 452.00 0.04 451.96 + 146.725 460.00 0.04 459.96 + 146.750 440.00 0.04 439.96 + 146.775 386.00 0.04 385.96 + 146.800 385.00 0.04 384.96 + 146.825 402.00 0.04 401.96 + 146.850 418.00 0.04 417.96 + 146.875 382.00 0.04 381.96 + 146.900 348.00 0.03 347.97 + 146.925 344.00 0.03 343.97 + 146.950 360.00 0.03 359.97 + 146.975 366.00 0.03 365.97 + 147.000 351.00 0.03 350.97 + 147.025 322.00 0.03 321.97 + 147.050 327.00 0.03 326.97 + 147.075 318.00 0.03 317.97 + 147.100 352.00 0.03 351.97 + 147.125 341.00 0.03 340.97 + 147.150 308.00 0.03 307.97 + 147.175 357.00 0.03 356.97 + 147.200 325.00 0.03 324.97 + 147.225 367.00 0.03 366.97 + 147.250 383.00 0.03 382.97 + 147.275 381.00 0.03 380.97 + 147.300 376.00 0.03 375.97 + 147.325 381.00 0.03 380.97 + 147.350 434.00 0.03 433.97 + 147.375 410.00 0.03 409.97 + 147.400 412.00 0.03 411.97 + 147.425 411.00 0.03 410.97 + 147.450 393.00 0.03 392.97 + 147.475 427.00 0.03 426.97 + 147.500 429.00 0.03 428.97 + 147.525 441.00 0.03 440.97 + 147.550 407.00 0.03 406.97 + 147.575 412.00 0.03 411.97 + 147.600 456.00 0.03 455.97 + 147.625 389.00 0.03 388.97 + 147.650 386.00 0.03 385.97 + 147.675 382.00 0.03 381.97 + 147.700 368.00 0.03 367.97 + 147.725 352.00 0.03 351.97 + 147.750 367.00 0.03 366.97 + 147.775 366.00 0.03 365.97 + 147.800 364.00 0.03 363.97 + 147.825 366.00 0.03 365.97 + 147.850 352.00 0.03 351.97 + 147.875 312.00 0.03 311.97 + 147.900 345.00 0.03 344.97 + 147.925 336.00 0.03 335.97 + 147.950 284.00 0.03 283.97 + 147.975 310.00 0.03 309.97 + 148.000 289.00 0.03 288.97 + 148.025 318.00 0.03 317.97 + 148.050 287.00 0.03 286.97 + 148.075 303.00 0.03 302.97 + 148.100 306.00 0.03 305.97 + 148.125 320.00 0.03 319.97 + 148.150 330.00 0.03 329.97 + 148.175 334.00 0.03 333.97 + 148.200 345.00 0.03 344.97 + 148.225 367.00 0.03 366.97 + 148.250 407.00 0.03 406.97 + 148.275 379.00 0.03 378.97 + 148.300 410.00 0.03 409.97 + 148.325 396.00 0.03 395.97 + 148.350 429.00 0.03 428.97 + 148.375 425.00 0.03 424.97 + 148.400 449.00 0.03 448.97 + 148.425 416.00 0.03 415.97 + 148.450 394.00 0.03 393.97 + 148.475 390.00 0.03 389.97 + 148.500 394.00 0.03 393.97 + 148.525 404.00 0.03 403.97 + 148.550 356.00 0.03 355.97 + 148.575 350.00 0.03 349.97 + 148.600 378.00 0.03 377.97 + 148.625 369.00 0.03 368.97 + 148.650 362.00 0.03 361.97 + 148.675 311.00 0.03 310.97 + 148.700 297.00 0.03 296.97 + 148.725 307.00 0.03 306.97 + 148.750 293.00 0.03 292.97 + 148.775 291.00 0.03 290.97 + 148.800 338.00 0.03 337.97 + 148.825 300.00 0.03 299.97 + 148.850 290.00 0.03 289.97 + 148.875 317.00 0.03 316.97 + 148.900 312.00 0.03 311.97 + 148.925 270.00 0.03 269.97 + 148.950 313.00 0.03 312.97 + 148.975 278.00 0.03 277.97 + 149.000 321.00 0.03 320.97 + 149.025 327.00 0.03 326.97 + 149.050 332.00 0.03 331.97 + 149.075 337.00 0.03 336.97 + 149.100 328.00 0.03 327.97 + 149.125 301.00 0.03 300.97 + 149.150 322.00 0.03 321.97 + 149.175 334.00 0.03 333.97 + 149.200 330.00 0.03 329.97 + 149.225 315.00 0.03 314.97 + 149.250 311.00 0.03 310.97 + 149.275 302.00 0.03 301.97 + 149.300 338.00 0.03 337.97 + 149.325 321.00 0.03 320.97 + 149.350 317.00 0.03 316.97 + 149.375 331.00 0.03 330.97 + 149.400 335.00 0.03 334.97 + 149.425 345.00 0.03 344.97 + 149.450 317.00 0.03 316.97 + 149.475 306.00 0.03 305.97 + 149.500 309.00 0.03 308.97 + 149.525 336.00 0.03 335.97 + 149.550 309.00 0.03 308.97 + 149.575 299.00 0.03 298.97 + 149.600 319.00 0.03 318.97 + 149.625 310.00 0.03 309.97 + 149.650 287.00 0.03 286.97 + 149.675 281.00 0.03 280.97 + 149.700 268.00 0.03 267.97 + 149.725 260.00 0.03 259.97 + 149.750 279.00 0.03 278.97 + 149.775 279.00 0.03 278.97 + 149.800 289.00 0.03 288.97 + 149.825 265.00 0.03 264.97 + 149.850 261.00 0.03 260.97 + 149.875 264.00 0.03 263.97 + 149.900 260.00 0.03 259.97 + 149.925 271.00 0.03 270.97 + 149.950 265.00 0.03 264.97 + 149.975 270.00 0.03 269.97 + 150.000 280.00 0.03 279.97 + 150.025 304.00 0.03 303.97 + 150.050 283.00 0.03 282.97 + 150.075 289.00 0.03 288.97 + 150.100 294.00 0.03 293.97 + 150.125 325.00 0.03 324.97 + 150.150 269.00 0.03 268.97 + 150.175 282.00 0.03 281.97 + 150.200 293.00 0.03 292.97 + 150.225 275.00 0.03 274.97 + 150.250 283.00 0.03 282.97 + 150.275 281.00 0.03 280.97 + 150.300 283.00 0.03 282.97 + 150.325 277.00 0.03 276.97 + 150.350 284.00 0.03 283.97 + 150.375 275.00 0.03 274.97 + 150.400 277.00 0.03 276.97 + 150.425 278.00 0.03 277.97 + 150.450 273.00 0.03 272.97 + 150.475 284.00 0.03 283.97 + 150.500 267.00 0.03 266.97 + 150.525 270.00 0.03 269.97 + 150.550 287.00 0.03 286.97 + 150.575 316.00 0.03 315.97 + 150.600 261.00 0.03 260.97 + 150.625 283.00 0.03 282.97 + 150.650 294.00 0.03 293.97 + 150.675 275.00 0.03 274.97 + 150.700 324.00 0.03 323.97 + 150.725 306.00 0.03 305.97 + 150.750 302.00 0.03 301.97 + 150.775 276.00 0.03 275.97 + 150.800 392.00 0.03 391.97 + 150.825 339.00 0.03 338.97 + 150.850 309.00 0.03 308.97 + 150.875 315.00 0.03 314.97 + 150.900 322.00 0.03 321.97 + 150.925 359.00 0.03 358.97 + 150.950 308.00 0.03 307.97 + 150.975 335.00 0.03 334.97 + 151.000 315.00 0.03 314.97 + 151.025 318.00 0.03 317.97 + 151.050 319.00 0.03 318.97 + 151.075 328.00 0.03 327.97 + 151.100 315.00 0.03 314.97 + 151.125 303.00 0.03 302.97 + 151.150 296.00 0.03 295.97 + 151.175 300.00 0.03 299.97 + 151.200 304.00 0.03 303.97 + 151.225 283.00 0.03 282.97 + 151.250 292.00 0.03 291.97 + 151.275 266.00 0.03 265.97 + 151.300 279.00 0.03 278.97 + 151.325 295.00 0.03 294.97 + 151.350 258.00 0.03 257.97 + 151.375 289.00 0.03 288.97 + 151.400 272.00 0.03 271.97 + 151.425 251.00 0.03 250.97 + 151.450 305.00 0.03 304.97 + 151.475 263.00 0.03 262.97 + 151.500 261.00 0.03 260.97 + 151.525 299.00 0.03 298.97 + 151.550 291.00 0.03 290.97 + 151.575 276.00 0.03 275.97 + 151.600 294.00 0.03 293.97 + 151.625 259.00 0.03 258.97 + 151.650 254.00 0.03 253.97 + 151.675 297.00 0.03 296.97 + 151.700 287.00 0.03 286.97 + 151.725 257.00 0.03 256.97 + 151.750 284.00 0.03 283.97 + 151.775 255.00 0.03 254.97 + 151.800 260.00 0.03 259.97 + 151.825 259.00 0.03 258.97 + 151.850 300.00 0.03 299.97 + 151.875 264.00 0.03 263.97 + 151.900 300.00 0.03 299.97 + 151.925 287.00 0.03 286.97 + 151.950 298.00 0.03 297.97 + 151.975 283.00 0.03 282.97 + 152.000 279.00 0.03 278.97 + 152.025 271.00 0.03 270.97 + 152.050 291.00 0.03 290.97 + 152.075 304.00 0.03 303.97 + 152.100 299.00 0.03 298.97 + 152.125 272.00 0.03 271.97 + 152.150 316.00 0.03 315.97 + 152.175 298.00 0.03 297.97 + 152.200 322.00 0.03 321.97 + 152.225 306.00 0.03 305.97 + 152.250 268.00 0.03 267.97 + 152.275 257.00 0.03 256.97 + 152.300 279.00 0.03 278.97 + 152.325 262.00 0.03 261.97 + 152.350 269.00 0.03 268.97 + 152.375 291.00 0.03 290.97 + 152.400 258.00 0.03 257.97 + 152.425 269.00 0.03 268.97 + 152.450 295.00 0.03 294.97 + 152.475 293.00 0.03 292.97 + 152.500 268.00 0.03 267.97 + 152.525 264.00 0.03 263.97 + 152.550 272.00 0.03 271.97 + 152.575 272.00 0.03 271.97 + 152.600 288.00 0.03 287.97 + 152.625 270.00 0.03 269.97 + 152.650 267.00 0.03 266.97 + 152.675 277.00 0.03 276.97 + 152.700 310.00 0.03 309.97 + 152.725 292.00 0.03 291.97 + 152.750 276.00 0.03 275.97 + 152.775 290.00 0.03 289.97 + 152.800 319.00 0.03 318.97 + 152.825 322.00 0.03 321.97 + 152.850 316.00 0.03 315.97 + 152.875 343.00 0.03 342.97 + 152.900 345.00 0.03 344.97 + 152.925 379.00 0.03 378.97 + 152.950 383.00 0.03 382.97 + 152.975 389.00 0.03 388.97 + 153.000 437.00 0.03 436.97 + 153.025 371.00 0.03 370.97 + 153.050 405.00 0.03 404.97 + 153.075 427.00 0.03 426.97 + 153.100 442.00 0.03 441.97 + 153.125 424.00 0.03 423.97 + 153.150 438.00 0.03 437.97 + 153.175 396.00 0.03 395.97 + 153.200 384.00 0.03 383.97 + 153.225 381.00 0.03 380.97 + 153.250 329.00 0.03 328.97 + 153.275 322.00 0.03 321.97 + 153.300 319.00 0.03 318.97 + 153.325 274.00 0.03 273.97 + 153.350 318.00 0.03 317.97 + 153.375 304.00 0.03 303.97 + 153.400 316.00 0.03 315.97 + 153.425 324.00 0.03 323.97 + 153.450 275.00 0.03 274.97 + 153.475 319.00 0.03 318.97 + 153.500 259.00 0.03 258.97 + 153.525 272.00 0.03 271.97 + 153.550 262.00 0.03 261.97 + 153.575 270.00 0.03 269.97 + 153.600 263.00 0.03 262.97 + 153.625 266.00 0.03 265.97 + 153.650 242.00 0.03 241.97 + 153.675 265.00 0.03 264.97 + 153.700 251.00 0.03 250.97 + 153.725 276.00 0.03 275.97 + 153.750 277.00 0.03 276.97 + 153.775 260.00 0.03 259.97 + 153.800 256.00 0.03 255.97 + 153.825 240.00 0.03 239.97 + 153.850 278.00 0.03 277.97 + 153.875 252.00 0.03 251.97 + 153.900 286.00 0.03 285.97 + 153.925 295.00 0.03 294.97 + 153.950 268.00 0.03 267.97 + 153.975 301.00 0.03 300.97 + 154.000 296.00 0.03 295.97 + 154.025 268.00 0.03 267.97 + 154.050 299.00 0.03 298.97 + 154.075 298.00 0.03 297.97 + 154.100 305.00 0.03 304.97 + 154.125 293.00 0.03 292.97 + 154.150 327.00 0.03 326.97 + 154.175 343.00 0.03 342.97 + 154.200 362.00 0.03 361.97 + 154.225 367.00 0.03 366.97 + 154.250 358.00 0.03 357.97 + 154.275 324.00 0.03 323.97 + 154.300 322.00 0.03 321.97 + 154.325 330.00 0.03 329.97 + 154.350 356.00 0.03 355.97 + 154.375 353.00 0.03 352.97 + 154.400 351.00 0.03 350.97 + 154.425 324.00 0.03 323.97 + 154.450 359.00 0.03 358.97 + 154.475 339.00 0.03 338.97 + 154.500 289.00 0.03 288.97 + 154.525 330.00 0.03 329.97 + 154.550 295.00 0.03 294.97 + 154.575 293.00 0.03 292.97 + 154.600 293.00 0.03 292.97 + 154.625 300.00 0.03 299.97 + 154.650 296.00 0.03 295.97 + 154.675 319.00 0.03 318.97 + 154.700 302.00 0.03 301.97 + 154.725 276.00 0.03 275.97 + 154.750 293.00 0.03 292.97 + 154.775 271.00 0.03 270.97 + 154.800 283.00 0.03 282.97 + 154.825 256.00 0.03 255.97 + 154.850 258.00 0.03 257.97 + 154.875 269.00 0.03 268.97 + 154.900 272.00 0.03 271.97 + 154.925 213.00 0.03 212.97 + 154.950 257.00 0.03 256.97 + 154.975 274.00 0.03 273.97 + 155.000 242.00 0.03 241.97 + 155.025 245.00 0.03 244.97 + 155.050 252.00 0.03 251.97 + 155.075 212.00 0.03 211.97 + 155.100 261.00 0.03 260.97 + 155.125 281.00 0.03 280.97 + 155.150 259.00 0.03 258.97 + 155.175 253.00 0.03 252.97 + 155.200 280.00 0.03 279.97 + 155.225 255.00 0.03 254.97 + 155.250 229.00 0.03 228.97 + 155.275 241.00 0.03 240.97 + 155.300 242.00 0.03 241.97 + 155.325 248.00 0.03 247.97 + 155.350 259.00 0.03 258.97 + 155.375 257.00 0.03 256.97 + 155.400 256.00 0.03 255.97 + 155.425 253.00 0.03 252.97 + 155.450 281.00 0.03 280.97 + 155.475 292.00 0.03 291.97 + 155.500 254.00 0.03 253.97 + 155.525 273.00 0.03 272.97 + 155.550 278.00 0.03 277.97 + 155.575 277.00 0.03 276.97 + 155.600 264.00 0.03 263.97 + 155.625 219.00 0.04 218.96 + 155.650 271.00 0.04 270.96 + 155.675 279.00 0.04 278.96 + 155.700 246.00 0.04 245.96 + 155.725 268.00 0.04 267.96 + 155.750 282.00 0.04 281.96 + 155.775 272.00 0.04 271.96 + 155.800 270.00 0.04 269.96 + 155.825 221.00 0.04 220.96 + 155.850 262.00 0.04 261.96 + 155.875 286.00 0.04 285.96 + 155.900 267.00 0.04 266.96 + 155.925 254.00 0.04 253.96 + 155.950 267.00 0.04 266.96 + 155.975 259.00 0.04 258.96 + 156.000 267.00 0.04 266.96 + 156.025 276.00 0.04 275.96 + 156.050 269.00 0.04 268.96 + 156.075 251.00 0.04 250.96 + 156.100 256.00 0.04 255.96 + 156.125 228.00 0.04 227.96 + 156.150 248.00 0.04 247.96 + 156.175 243.00 0.04 242.96 + 156.200 254.00 0.04 253.96 + 156.225 254.00 0.04 253.96 + 156.250 245.00 0.04 244.96 + 156.275 242.00 0.04 241.96 + 156.300 250.00 0.04 249.96 + 156.325 264.00 0.04 263.96 + 156.350 274.00 0.04 273.96 + 156.375 255.00 0.04 254.96 + 156.400 281.00 0.04 280.96 + 156.425 229.00 0.04 228.96 + 156.450 263.00 0.04 262.96 + 156.475 250.00 0.04 249.96 + 156.500 241.00 0.04 240.96 + 156.525 259.00 0.04 258.96 + 156.550 268.00 0.04 267.96 + 156.575 285.00 0.04 284.96 + 156.600 241.00 0.04 240.96 + 156.625 255.00 0.04 254.96 + 156.650 268.00 0.04 267.96 + 156.675 257.00 0.04 256.96 + 156.700 263.00 0.04 262.96 + 156.725 266.00 0.04 265.96 + 156.750 298.00 0.04 297.96 + 156.775 281.00 0.04 280.96 + 156.800 271.00 0.04 270.96 + 156.825 261.00 0.04 260.96 + 156.850 280.00 0.04 279.96 + 156.875 296.00 0.04 295.96 + 156.900 283.00 0.04 282.96 + 156.925 341.00 0.04 340.96 + 156.950 280.00 0.04 279.96 + 156.975 304.00 0.04 303.96 + 157.000 282.00 0.04 281.96 + 157.025 258.00 0.04 257.96 + 157.050 262.00 0.04 261.96 + 157.075 279.00 0.04 278.96 + 157.100 285.00 0.04 284.96 + 157.125 319.00 0.04 318.96 + 157.150 293.00 0.04 292.96 + 157.175 322.00 0.04 321.96 + 157.200 316.00 0.04 315.96 + 157.225 348.00 0.04 347.96 + 157.250 341.00 0.04 340.96 + 157.275 339.00 0.04 338.96 + 157.300 321.00 0.04 320.96 + 157.325 373.00 0.04 372.96 + 157.350 376.00 0.04 375.96 + 157.375 366.00 0.04 365.96 + 157.400 402.00 0.04 401.96 + 157.425 391.00 0.04 390.96 + 157.450 405.00 0.04 404.96 + 157.475 407.00 0.05 406.95 + 157.500 422.00 0.05 421.95 + 157.525 395.00 0.05 394.95 + 157.550 434.00 0.05 433.95 + 157.575 419.00 0.05 418.95 + 157.600 426.00 0.05 425.95 + 157.625 385.00 0.05 384.95 + 157.650 390.00 0.05 389.95 + 157.675 375.00 0.05 374.95 + 157.700 357.00 0.05 356.95 + 157.725 343.00 0.05 342.95 + 157.750 359.00 0.05 358.95 + 157.775 344.00 0.05 343.95 + 157.800 285.00 0.05 284.95 + 157.825 324.00 0.05 323.95 + 157.850 317.00 0.05 316.95 + 157.875 345.00 0.05 344.95 + 157.900 303.00 0.05 302.95 + 157.925 315.00 0.05 314.95 + 157.950 288.00 0.05 287.95 + 157.975 301.00 0.05 300.95 + 158.000 281.00 0.05 280.95 + 158.025 327.00 0.05 326.95 + 158.050 316.00 0.05 315.95 + 158.075 260.00 0.05 259.95 + 158.100 299.00 0.05 298.95 + 158.125 302.00 0.05 301.95 + 158.150 249.00 0.05 248.95 + 158.175 293.00 0.05 292.95 + 158.200 271.00 0.05 270.95 + 158.225 296.00 0.05 295.95 + 158.250 258.00 0.05 257.95 + 158.275 283.00 0.05 282.95 + 158.300 268.00 0.05 267.95 + 158.325 271.00 0.05 270.95 + 158.350 305.00 0.05 304.95 + 158.375 268.00 0.05 267.95 + 158.400 234.00 0.05 233.95 + 158.425 286.00 0.05 285.95 + 158.450 278.00 0.05 277.95 + 158.475 274.00 0.05 273.95 + 158.500 274.00 0.05 273.95 + 158.525 253.00 0.05 252.95 + 158.550 238.00 0.05 237.95 + 158.575 291.00 0.05 290.95 + 158.600 274.00 0.05 273.95 + 158.625 300.00 0.05 299.95 + 158.650 282.00 0.06 281.94 + 158.675 303.00 0.06 302.94 + 158.700 285.00 0.06 284.94 + 158.725 323.00 0.06 322.94 + 158.750 340.00 0.06 339.94 + 158.775 283.00 0.06 282.94 + 158.800 355.00 0.06 354.94 + 158.825 288.00 0.06 287.94 + 158.850 335.00 0.06 334.94 + 158.875 350.00 0.06 349.94 + 158.900 313.00 0.06 312.94 + 158.925 303.00 0.06 302.94 + 158.950 338.00 0.06 337.94 + 158.975 326.00 0.06 325.94 + 159.000 359.00 0.06 358.94 + 159.025 372.00 0.06 371.94 + 159.050 325.00 0.06 324.94 + 159.075 325.00 0.06 324.94 + 159.100 352.00 0.06 351.94 + 159.125 345.00 0.06 344.94 + 159.150 348.00 0.06 347.94 + 159.175 330.00 0.06 329.94 + 159.200 336.00 0.06 335.94 + 159.225 310.00 0.06 309.94 + 159.250 343.00 0.06 342.94 + 159.275 321.00 0.06 320.94 + 159.300 329.00 0.06 328.94 + 159.325 325.00 0.06 324.94 + 159.350 329.00 0.06 328.94 + 159.375 330.00 0.06 329.94 + 159.400 311.00 0.06 310.94 + 159.425 316.00 0.06 315.94 + 159.450 327.00 0.06 326.94 + 159.475 320.00 0.06 319.94 + 159.500 306.00 0.07 305.93 + 159.525 348.00 0.07 347.93 + 159.550 345.00 0.07 344.93 + 159.575 330.00 0.07 329.93 + 159.600 325.00 0.07 324.93 + 159.625 371.00 0.07 370.93 + 159.650 381.00 0.07 380.93 + 159.675 421.00 0.07 420.93 + 159.700 388.00 0.07 387.93 + 159.725 403.00 0.07 402.93 + 159.750 413.00 0.07 412.93 + 159.775 417.00 0.07 416.93 + 159.800 391.00 0.07 390.93 + 159.825 385.00 0.07 384.93 + 159.850 376.00 0.07 375.93 + 159.875 382.00 0.07 381.93 + 159.900 420.00 0.07 419.93 + 159.925 374.00 0.07 373.93 + 159.950 352.00 0.07 351.93 + 159.975 328.00 0.07 327.93 + 160.000 368.00 0.00 368.00 +END +WAVES Phase1, tik1 +BEGIN + 38.699 -523 + 38.799 -523 + 44.988 -523 + 45.106 -523 + 65.511 -523 + 65.695 -523 + 78.758 -523 + 78.993 -523 + 83.006 -523 + 83.259 -523 + 99.845 -523 + 100.185 -523 + 112.988 -523 + 113.421 -523 + 117.628 -523 + 118.101 -523 + 139.154 -523 + 139.928 -523 + 167.428 -523 + 167.428 -523 + 170.363 -523 + 170.363 -523 +END +WAVES Excrg1, excl1 +BEGIN + 10.00 -523 + 10.00 -523 +END +WAVES Excrg2, excl2 +BEGIN + 160.00 -523 + 160.00 -523 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TwoTheta +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 10.00, 160.00 +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -16355} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: lif_doublet_unpolarized\rDate of fit: \Z09 18/06/2026/ 09:28:34.2\Z12\rLiF\rChi2 = 409.67" +X Label left "\Z14Intensity" +X Label bottom "\Z142-Theta (in degrees)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: LiF XrayDif Cu Kalpha doublet unpolarized Wdt48 +X | Date of run: 18/06/2026 / 09:28:34.2 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.rpa b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.rpa new file mode 100644 index 000000000..09d3ddee2 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.rpa @@ -0,0 +1,52 @@ +TITL LiF XrayDif Cu Kalpha doublet unpolarized Wdt48 +FILES => PCR-file : lif_doublet_unpolarized +FILES => DAT-files: lif_doublet_unpolarized +DATE & TIME Date: 18/06/2026 Time: 09:28:34.108 +REM NPHASE IDUM IASG NRELL ICRYG +GLB1 1 0 0 0 0 +REM JOBTYP NPROF NBCKGD NEXCRG NSCAT NORI +GLB1 0 7 0 2 0 0 +REM IWGT ILOR IRESO ISTEP IXUNIT ICORR +GLB2 0 0 0 0 0 0 +REM IOT IPL IPC MAT NXT lst1 lst2 lst3 NLIN PL_PRF +OUT1 0 2 1 0 1 0 4 0 0 2 +REM instr JCIL JSY jlkh jfou ISHOR ianaly +OUT2 0 1 1 0 4 1 1 +REM MAT NXT NLIN JCIL JSY ISHOR +OUT1 0 1 0 1 1 1 +REM IOT IPL IPC LST1 LST2 LST3 +OUT2 0 2 1 0 4 0 +REM PL_PRF INSTR JLKH JFOU IANALY +OUT3 2 0 0 4 1 +DATT 0 0 0.00 +PHAS1 LiF +SPGR F m -3 m +NATM 2 +COND 0 0 0 0 +ATOM Li1 0.00000 0.00000 0.00000 1.20000 0.02083 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +ATOM F1 0.50000 0.50000 0.50000 0.80000 0.02083 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +CELL 4.02670 4.02670 4.02670 90.00000 90.00000 90.00000 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +NNVK 0 +SCAL 0.010000000 0.000000000 +SHAP 0.00000 0.00000 +BOVE 0.0000 0.0000 +HUVW 0.0485 0.0000 -0.0831 0.0000 0.0400 0.0000 +PREF 0.0000 0.0000 0.0000 0.0000 +ASYM 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 +XYPA 0.0000 0.0000 0.0493 0.0000 +STRA 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 +SIZE 0.0000 0.0000 0.0000 0.0000 +ZERO 0.00000 0.00000 +BACK 0.000 0.000 0.000 0.000 0.000 0.000 +SIGM 0.000 0.000 0.000 0.000 0.000 0.000 +RFAR 99.64 100.1 4.945 409.7 +RFAC 99.64 100.1 4.945 409.7 6000 +DEVA 0.2834E+08 0.000 0.1261E-01 1.920 +RFBR 99.53 100.1 5.248 363.9 +RFBC 99.53 100.1 5.248 363.9 5158 +DEVB 0.2834E+08 NaN 0.1651E-01 1.914 +BRAG1 97.637 85.662 65.290 100.000 103.724 1.000 +-------------------------------------------------------------------------------- diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.sum b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.sum new file mode 100644 index 000000000..9906fd3a9 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.sum @@ -0,0 +1,144 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 18/06/2026 Time: 09:28:34.108 + + => PCR file code: lif_doublet_unpolarized + => DAT file code: lif_doublet_unpolari -> Relative contribution: 1.0000 + => Title: LiF XrayDif Cu Kalpha doublet unpolarized Wdt48 + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of X-ray powder diffraction data + => Global Refinement of X-ray powder diffraction data + Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) + => The 7th default profile function was selected + + => Data supplied in free format for pattern: 1 + => Analysis of refinement at the end + => Wavelengths: 1.54056 1.54440 + => Cos(Monochromator angle)= 0.0000 + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 48.00 + ==> Angular range, step and number of points: + 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 + =>-------> Pattern# 1 + => Crystal Structure Refinement for phase: 1 + => The density (volumic mass) of phase 1 is: 2.639 g/cm3 + => Scor:45.5296 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 LiF F m -3 m +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 22/2 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + Li1 0.00000( 0) 0.00000( 0) 0.00000( 0) 1.200( 0) 0.021( 0) 4 + F1 0.50000( 0) 0.50000( 0) 0.50000( 0) 0.800( 0) 0.021( 0) 4 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 4.02670 0.00000 + 4.02670 0.00000 + 4.02670 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + => overall scale factor : 0.010000000 0.000000000 + => Eta(p-v) or m(p-vii) : 0.00000 0.00000 + => Overall tem. factor : 0.00000 0.00000 + => Halfwidth parameters : 0.04846 0.00000 + -0.08305 0.00000 + 0.04000 0.00000 + => Preferred orientation: 0.00000 0.00000 + 0.00000 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => X and y parameters : 0.00000 0.00000 + 0.04927 0.00000 + => Strain parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => Size parameters (G,L): 0.00000 0.00000 + 0.00000 0.00000 + + => Add. shape parameters: + 0.00000 0.00000 + 0.00000 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: 0.0000 0.0000 + => Background Polynomial Parameters ==> + 0.0000 0.0000 + 0.0000 0.0000 + 0.0000 0.0000 + 0.0000 0.0000 + 0.0000 0.0000 + 0.0000 0.0000 + + => Cos( theta)-shift parameter : 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle: 30 + => N-P+C: 6000 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 99.6 Rwp: 100. Rexp: 4.94 Chi2: 410. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 99.6 Rwp: 100. Rexp: 4.94 Chi2: 410. + => Deviance: 0.283E+08 Dev* : 0.000 + => DW-Stat.: 0.0126 DW-exp: 1.9199 + => N-sigma of the GoF: 22383.504 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 5158 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 99.5 Rwp: 100. Rexp: 5.25 Chi2: 364. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 99.5 Rwp: 100. Rexp: 5.25 Chi2: 364. + => Deviance: 0.283E+08 Dev* : NaN + => DW-Stat.: 0.0165 DW-exp: 1.9136 + => N-sigma of the GoF: 18428.684 + + => Global user-weigthed Chi2 (Bragg contrib.): 477. + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 LiF + => Bragg R-factor: 97.6 Vol: 65.290( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 85.7 ATZ: 103.724 Brindley: 1.0000 + + + CPU Time: 0.130 seconds + 0.002 minutes + + => Run finished at: Date: 18/06/2026 Time: 09:28:34.237 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.sym b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.sym new file mode 100644 index 000000000..ec0efba2d --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.sym @@ -0,0 +1,433 @@ + LiF XrayDif Cu Kalpha doublet unpolarized Wdt48 + + -------------------------------- + SYMMETRY INFORMATION ON PHASE: 1 + -------------------------------- + + + => Symmetry information on space group: F m -3 m + -> The multiplicity of the general position is: 192 + -> The space group is Centric (-1 at origin) + -> Lattice type F: { 000; 0 1/2 1/2; 1/2 0 1/2; 1/2 1/2 0 }+ + -> Reduced set of symmetry operators: + + No. IT Symmetry symbol Rotation part Associated Translation + 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} + 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.0000 0.0000 0.0000} + 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.0000 0.0000 0.0000} + 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.0000 0.0000 0.0000} + 5: ( 9) 3- ( x, x, x) --> ( y, z, x) + { 0.0000 0.0000 0.0000} + 6: (12) 3- (-x, x,-x) --> (-y,-z, x) + { 0.0000 0.0000 0.0000} + 7: (11) 3- (-x,-x, x) --> ( y,-z,-x) + { 0.0000 0.0000 0.0000} + 8: (10) 3- ( x,-x,-x) --> (-y, z,-x) + { 0.0000 0.0000 0.0000} + 9: ( 5) 3+ ( x, x, x) --> ( z, x, y) + { 0.0000 0.0000 0.0000} + 10: ( 8) 3+ (-x,-x, x) --> (-z, x,-y) + { 0.0000 0.0000 0.0000} + 11: ( 7) 3+ ( x,-x,-x) --> (-z,-x, y) + { 0.0000 0.0000 0.0000} + 12: ( 6) 3+ (-x, x,-x) --> ( z,-x,-y) + { 0.0000 0.0000 0.0000} + 13: (14) 2 ( x,-x, 0) --> (-y,-x,-z) + { 0.0000 0.0000 0.0000} + 14: (15) 4- ( 0, 0, z) --> ( y,-x, z) + { 0.0000 0.0000 0.0000} + 15: (16) 4+ ( 0, 0, z) --> (-y, x, z) + { 0.0000 0.0000 0.0000} + 16: (13) 2 ( x, x, 0) --> ( y, x,-z) + { 0.0000 0.0000 0.0000} + 17: (24) 2 (-x, 0, x) --> (-z,-y,-x) + { 0.0000 0.0000 0.0000} + 18: (21) 4+ ( 0, y, 0) --> ( z, y,-x) + { 0.0000 0.0000 0.0000} + 19: (22) 2 ( x, 0, x) --> ( z,-y, x) + { 0.0000 0.0000 0.0000} + 20: (23) 4- ( 0, y, 0) --> (-z, y, x) + { 0.0000 0.0000 0.0000} + 21: (19) 2 ( 0, y,-y) --> (-x,-z,-y) + { 0.0000 0.0000 0.0000} + 22: (18) 2 ( 0, y, y) --> (-x, z, y) + { 0.0000 0.0000 0.0000} + 23: (17) 4- ( x, 0, 0) --> ( x, z,-y) + { 0.0000 0.0000 0.0000} + 24: (20) 4+ ( x, 0, 0) --> ( x,-z, y) + { 0.0000 0.0000 0.0000} + + + Information on Space Group: + --------------------------- + + => Number of Space group: 225 + => Hermann-Mauguin Symbol: F m -3 m + => Hall Symbol: -F 4 2 3 + => Setting Type: IT (Generated from Hermann-Mauguin symbol) + => Crystal System: Cubic + => Laue Class: m-3m + => Point Group: m-3m + => Bravais Lattice: F + => Lattice Symbol: cF + => Reduced Number of S.O.: 24 + => General multiplicity: 192 + => Centrosymmetry: Centric (-1 at origin) + => Generators (exc. -1&L): 3 + => Asymmetric unit: 0.000 <= x <= 0.500 + 0.000 <= y <= 0.250 + 0.000 <= z <= 0.250 + => Centring vectors: 3 + => Latt( 1): (1/2,1/2,0) => Latt( 2): (1/2,0,1/2) + => Latt( 3): (0,1/2,1/2) + + => List of all Symmetry Operators and Symmetry Symbols + + => SYMM( 1): x,y,z Symbol: 1 + => SYMM( 2): x,-y,-z Symbol: 2 x,0,0 + => SYMM( 3): -x,y,-z Symbol: 2 0,y,0 + => SYMM( 4): -x,-y,z Symbol: 2 0,0,z + => SYMM( 5): y,z,x Symbol: 3- x,x,x + => SYMM( 6): -y,-z,x Symbol: 3+ x,-x,x + => SYMM( 7): y,-z,-x Symbol: 3+ x,x,-x + => SYMM( 8): -y,z,-x Symbol: 3- x,-x,-x + => SYMM( 9): z,x,y Symbol: 3+ x,x,x + => SYMM( 10): -z,x,-y Symbol: 3- x,x,-x + => SYMM( 11): -z,-x,y Symbol: 3+ x,-x,-x + => SYMM( 12): z,-x,-y Symbol: 3- x,-x,x + => SYMM( 13): y,x,z Symbol: m x,x,z + => SYMM( 14): -y,x,-z Symbol: -4- 0,0,z; 0,0,0 + => SYMM( 15): y,-x,-z Symbol: -4+ 0,0,z; 0,0,0 + => SYMM( 16): -y,-x,z Symbol: m x,-x,z + => SYMM( 17): z,y,x Symbol: m x,y,x + => SYMM( 18): -z,-y,x Symbol: -4+ 0,y,0; 0,0,0 + => SYMM( 19): -z,y,-x Symbol: m x,y,-x + => SYMM( 20): z,-y,-x Symbol: -4- 0,y,0; 0,0,0 + => SYMM( 21): x,z,y Symbol: m x,y,y + => SYMM( 22): x,-z,-y Symbol: m x,y,-y + => SYMM( 23): -x,-z,y Symbol: -4- x,0,0; 0,0,0 + => SYMM( 24): -x,z,-y Symbol: -4+ x,0,0; 0,0,0 + => SYMM( 25): -x,-y,-z Symbol: -1 0,0,0 + => SYMM( 26): -x,y,z Symbol: m 0,y,z + => SYMM( 27): x,-y,z Symbol: m x,0,z + => SYMM( 28): x,y,-z Symbol: m x,y,0 + => SYMM( 29): -y,-z,-x Symbol: -3- x,x,x; 0,0,0 + => SYMM( 30): y,z,-x Symbol: -3+ x,-x,x; 0,0,0 + => SYMM( 31): -y,z,x Symbol: -3+ x,x,-x; 0,0,0 + => SYMM( 32): y,-z,x Symbol: -3- x,-x,-x; 0,0,0 + => SYMM( 33): -z,-x,-y Symbol: -3+ x,x,x; 0,0,0 + => SYMM( 34): z,-x,y Symbol: -3- x,x,-x; 0,0,0 + => SYMM( 35): z,x,-y Symbol: -3+ x,-x,-x; 0,0,0 + => SYMM( 36): -z,x,y Symbol: -3- x,-x,x; 0,0,0 + => SYMM( 37): -y,-x,-z Symbol: 2 x,-x,0 + => SYMM( 38): y,-x,z Symbol: 4- 0,0,z + => SYMM( 39): -y,x,z Symbol: 4+ 0,0,z + => SYMM( 40): y,x,-z Symbol: 2 x,x,0 + => SYMM( 41): -z,-y,-x Symbol: 2 x,0,-x + => SYMM( 42): z,y,-x Symbol: 4+ 0,y,0 + => SYMM( 43): z,-y,x Symbol: 2 x,0,x + => SYMM( 44): -z,y,x Symbol: 4- 0,y,0 + => SYMM( 45): -x,-z,-y Symbol: 2 0,y,-y + => SYMM( 46): -x,z,y Symbol: 2 0,y,y + => SYMM( 47): x,z,-y Symbol: 4- x,0,0 + => SYMM( 48): x,-z,y Symbol: 4+ x,0,0 + => SYMM( 49): x+1/2,y+1/2,z Symbol: t (1/2,1/2,0) + => SYMM( 50): x+1/2,-y+1/2,-z Symbol: 2 (1/2,0,0) x,1/4,0 + => SYMM( 51): -x+1/2,y+1/2,-z Symbol: 2 (0,1/2,0) 1/4,y,0 + => SYMM( 52): -x+1/2,-y+1/2,z Symbol: 2 1/4,1/4,z + => SYMM( 53): y+1/2,z+1/2,x Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x-1/3 + => SYMM( 54): -y+1/2,-z+1/2,x Symbol: 3+ x,-x+1/2,x + => SYMM( 55): y+1/2,-z+1/2,-x Symbol: 3+ (1/3,1/3,-1/3) x,x-1/6,-x+1/3 + => SYMM( 56): -y+1/2,z+1/2,-x Symbol: 3- x,-x+1/2,-x + => SYMM( 57): z+1/2,x+1/2,y Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x-1/6 + => SYMM( 58): -z+1/2,x+1/2,-y Symbol: 3- (1/3,1/3,-1/3) x,x+1/6,-x+1/6 + => SYMM( 59): -z+1/2,-x+1/2,y Symbol: 3+ x,-x+1/2,-x+1/2 + => SYMM( 60): z+1/2,-x+1/2,-y Symbol: 3- x,-x+1/2,x-1/2 + => SYMM( 61): y+1/2,x+1/2,z Symbol: n (1/2,1/2,0) x,x,z + => SYMM( 62): -y+1/2,x+1/2,-z Symbol: -4- 0,1/2,z; 0,1/2,0 + => SYMM( 63): y+1/2,-x+1/2,-z Symbol: -4+ 1/2,0,z; 1/2,0,0 + => SYMM( 64): -y+1/2,-x+1/2,z Symbol: m x,-x+1/2,z + => SYMM( 65): z+1/2,y+1/2,x Symbol: g (1/4,1/2,1/4) x,y,x-1/4 + => SYMM( 66): -z+1/2,-y+1/2,x Symbol: -4+ 1/4,y,1/4; 1/4,1/4,1/4 + => SYMM( 67): -z+1/2,y+1/2,-x Symbol: g (1/4,1/2,-1/4) x,y,-x+1/4 + => SYMM( 68): z+1/2,-y+1/2,-x Symbol: -4- 1/4,y,-1/4; 1/4,1/4,-1/4 + => SYMM( 69): x+1/2,z+1/2,y Symbol: g (1/2,1/4,1/4) x,y,y-1/4 + => SYMM( 70): x+1/2,-z+1/2,-y Symbol: g (1/2,1/4,-1/4) x,y,-y+1/4 + => SYMM( 71): -x+1/2,-z+1/2,y Symbol: -4- x,1/4,1/4; 1/4,1/4,1/4 + => SYMM( 72): -x+1/2,z+1/2,-y Symbol: -4+ x,1/4,-1/4; 1/4,1/4,-1/4 + => SYMM( 73): -x+1/2,-y+1/2,-z Symbol: -1 1/4,1/4,0 + => SYMM( 74): -x+1/2,y+1/2,z Symbol: b 1/4,y,z + => SYMM( 75): x+1/2,-y+1/2,z Symbol: a x,1/4,z + => SYMM( 76): x+1/2,y+1/2,-z Symbol: n (1/2,1/2,0) x,y,0 + => SYMM( 77): -y+1/2,-z+1/2,-x Symbol: -3- x,x+1/2,x; 0,1/2,0 + => SYMM( 78): y+1/2,z+1/2,-x Symbol: -3+ x,-x+1/2,x-1; 1/2,0,-1/2 + => SYMM( 79): -y+1/2,z+1/2,x Symbol: -3+ x,x+1/2,-x; 0,1/2,0 + => SYMM( 80): y+1/2,-z+1/2,x Symbol: -3- x,-x+1/2,-x+1; 1/2,0,1/2 + => SYMM( 81): -z+1/2,-x+1/2,-y Symbol: -3+ x,x-1/2,x-1/2; 1/2,0,0 + => SYMM( 82): z+1/2,-x+1/2,y Symbol: -3- x,x-1/2,-x+1/2; 1/2,0,0 + => SYMM( 83): z+1/2,x+1/2,-y Symbol: -3+ x,-x+1/2,-x-1/2; 0,1/2,-1/2 + => SYMM( 84): -z+1/2,x+1/2,y Symbol: -3- x,-x+1/2,x+1/2; 0,1/2,1/2 + => SYMM( 85): -y+1/2,-x+1/2,-z Symbol: 2 x,-x+1/2,0 + => SYMM( 86): y+1/2,-x+1/2,z Symbol: 4- 1/2,0,z + => SYMM( 87): -y+1/2,x+1/2,z Symbol: 4+ 0,1/2,z + => SYMM( 88): y+1/2,x+1/2,-z Symbol: 2 (1/2,1/2,0) x,x,0 + => SYMM( 89): -z+1/2,-y+1/2,-x Symbol: 2 (1/4,0,-1/4) x,1/4,-x+1/4 + => SYMM( 90): z+1/2,y+1/2,-x Symbol: 4+ (0,1/2,0) 1/4,y,-1/4 + => SYMM( 91): z+1/2,-y+1/2,x Symbol: 2 (1/4,0,1/4) x,1/4,x-1/4 + => SYMM( 92): -z+1/2,y+1/2,x Symbol: 4- (0,1/2,0) 1/4,y,1/4 + => SYMM( 93): -x+1/2,-z+1/2,-y Symbol: 2 (0,1/4,-1/4) 1/4,y,-y+1/4 + => SYMM( 94): -x+1/2,z+1/2,y Symbol: 2 (0,1/4,1/4) 1/4,y,y-1/4 + => SYMM( 95): x+1/2,z+1/2,-y Symbol: 4- (1/2,0,0) x,1/4,-1/4 + => SYMM( 96): x+1/2,-z+1/2,y Symbol: 4+ (1/2,0,0) x,1/4,1/4 + => SYMM( 97): x+1/2,y,z+1/2 Symbol: t (1/2,0,1/2) + => SYMM( 98): x+1/2,-y,-z+1/2 Symbol: 2 (1/2,0,0) x,0,1/4 + => SYMM( 99): -x+1/2,y,-z+1/2 Symbol: 2 1/4,y,1/4 + => SYMM(100): -x+1/2,-y,z+1/2 Symbol: 2 (0,0,1/2) 1/4,0,z + => SYMM(101): y+1/2,z,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x+1/6 + => SYMM(102): -y+1/2,-z,x+1/2 Symbol: 3+ (1/3,-1/3,1/3) x,-x+1/6,x+1/6 + => SYMM(103): y+1/2,-z,-x+1/2 Symbol: 3+ x,x-1/2,-x+1/2 + => SYMM(104): -y+1/2,z,-x+1/2 Symbol: 3- x,-x+1/2,-x+1/2 + => SYMM(105): z+1/2,x,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x-1/3,x-1/6 + => SYMM(106): -z+1/2,x,-y+1/2 Symbol: 3- x,x,-x+1/2 + => SYMM(107): -z+1/2,-x,y+1/2 Symbol: 3+ x,-x,-x+1/2 + => SYMM(108): z+1/2,-x,-y+1/2 Symbol: 3- (1/3,-1/3,1/3) x,-x+1/3,x-1/6 + => SYMM(109): y+1/2,x,z+1/2 Symbol: g (1/4,1/4,1/2) x,x-1/4,z + => SYMM(110): -y+1/2,x,-z+1/2 Symbol: -4- 1/4,1/4,z; 1/4,1/4,1/4 + => SYMM(111): y+1/2,-x,-z+1/2 Symbol: -4+ 1/4,-1/4,z; 1/4,-1/4,1/4 + => SYMM(112): -y+1/2,-x,z+1/2 Symbol: g (1/4,-1/4,1/2) x,-x+1/4,z + => SYMM(113): z+1/2,y,x+1/2 Symbol: n (1/2,0,1/2) x,y,x + => SYMM(114): -z+1/2,-y,x+1/2 Symbol: -4+ 0,y,1/2; 0,0,1/2 + => SYMM(115): -z+1/2,y,-x+1/2 Symbol: m x,y,-x+1/2 + => SYMM(116): z+1/2,-y,-x+1/2 Symbol: -4- 1/2,y,0; 1/2,0,0 + => SYMM(117): x+1/2,z,y+1/2 Symbol: g (1/2,1/4,1/4) x,y,y+1/4 + => SYMM(118): x+1/2,-z,-y+1/2 Symbol: g (1/2,-1/4,1/4) x,y,-y+1/4 + => SYMM(119): -x+1/2,-z,y+1/2 Symbol: -4- x,-1/4,1/4; 1/4,-1/4,1/4 + => SYMM(120): -x+1/2,z,-y+1/2 Symbol: -4+ x,1/4,1/4; 1/4,1/4,1/4 + => SYMM(121): -x+1/2,-y,-z+1/2 Symbol: -1 1/4,0,1/4 + => SYMM(122): -x+1/2,y,z+1/2 Symbol: c 1/4,y,z + => SYMM(123): x+1/2,-y,z+1/2 Symbol: n (1/2,0,1/2) x,0,z + => SYMM(124): x+1/2,y,-z+1/2 Symbol: a x,y,1/4 + => SYMM(125): -y+1/2,-z,-x+1/2 Symbol: -3- x,x-1/2,x-1/2; 1/2,0,0 + => SYMM(126): y+1/2,z,-x+1/2 Symbol: -3+ x,-x+1/2,x-1/2; 1/2,0,0 + => SYMM(127): -y+1/2,z,x+1/2 Symbol: -3+ x,x+1/2,-x+1/2; 0,1/2,1/2 + => SYMM(128): y+1/2,-z,x+1/2 Symbol: -3- x,-x-1/2,-x+1/2; 0,-1/2,1/2 + => SYMM(129): -z+1/2,-x,-y+1/2 Symbol: -3+ x,x,x+1/2; 0,0,1/2 + => SYMM(130): z+1/2,-x,y+1/2 Symbol: -3- x,x-1,-x+1/2; 1/2,-1/2,0 + => SYMM(131): z+1/2,x,-y+1/2 Symbol: -3+ x,-x+1,-x+1/2; 1/2,1/2,0 + => SYMM(132): -z+1/2,x,y+1/2 Symbol: -3- x,-x,x+1/2; 0,0,1/2 + => SYMM(133): -y+1/2,-x,-z+1/2 Symbol: 2 (1/4,-1/4,0) x,-x+1/4,1/4 + => SYMM(134): y+1/2,-x,z+1/2 Symbol: 4- (0,0,1/2) 1/4,-1/4,z + => SYMM(135): -y+1/2,x,z+1/2 Symbol: 4+ (0,0,1/2) 1/4,1/4,z + => SYMM(136): y+1/2,x,-z+1/2 Symbol: 2 (1/4,1/4,0) x,x-1/4,1/4 + => SYMM(137): -z+1/2,-y,-x+1/2 Symbol: 2 x,0,-x+1/2 + => SYMM(138): z+1/2,y,-x+1/2 Symbol: 4+ 1/2,y,0 + => SYMM(139): z+1/2,-y,x+1/2 Symbol: 2 (1/2,0,1/2) x,0,x + => SYMM(140): -z+1/2,y,x+1/2 Symbol: 4- 0,y,1/2 + => SYMM(141): -x+1/2,-z,-y+1/2 Symbol: 2 (0,-1/4,1/4) 1/4,y,-y+1/4 + => SYMM(142): -x+1/2,z,y+1/2 Symbol: 2 (0,1/4,1/4) 1/4,y,y+1/4 + => SYMM(143): x+1/2,z,-y+1/2 Symbol: 4- (1/2,0,0) x,1/4,1/4 + => SYMM(144): x+1/2,-z,y+1/2 Symbol: 4+ (1/2,0,0) x,-1/4,1/4 + => SYMM(145): x,y+1/2,z+1/2 Symbol: t (0,1/2,1/2) + => SYMM(146): x,-y+1/2,-z+1/2 Symbol: 2 x,1/4,1/4 + => SYMM(147): -x,y+1/2,-z+1/2 Symbol: 2 (0,1/2,0) 0,y,1/4 + => SYMM(148): -x,-y+1/2,z+1/2 Symbol: 2 (0,0,1/2) 0,1/4,z + => SYMM(149): y,z+1/2,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x+1/3,x+1/6 + => SYMM(150): -y,-z+1/2,x+1/2 Symbol: 3+ x,-x,x+1/2 + => SYMM(151): y,-z+1/2,-x+1/2 Symbol: 3+ x,x,-x+1/2 + => SYMM(152): -y,z+1/2,-x+1/2 Symbol: 3- (-1/3,1/3,1/3) x,-x+1/3,-x+1/6 + => SYMM(153): z,x+1/2,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x+1/3 + => SYMM(154): -z,x+1/2,-y+1/2 Symbol: 3- x,x+1/2,-x + => SYMM(155): -z,-x+1/2,y+1/2 Symbol: 3+ (-1/3,1/3,1/3) x,-x+1/6,-x+1/3 + => SYMM(156): z,-x+1/2,-y+1/2 Symbol: 3- x,-x+1/2,x + => SYMM(157): y,x+1/2,z+1/2 Symbol: g (1/4,1/4,1/2) x,x+1/4,z + => SYMM(158): -y,x+1/2,-z+1/2 Symbol: -4- -1/4,1/4,z; -1/4,1/4,1/4 + => SYMM(159): y,-x+1/2,-z+1/2 Symbol: -4+ 1/4,1/4,z; 1/4,1/4,1/4 + => SYMM(160): -y,-x+1/2,z+1/2 Symbol: g (-1/4,1/4,1/2) x,-x+1/4,z + => SYMM(161): z,y+1/2,x+1/2 Symbol: g (1/4,1/2,1/4) x,y,x+1/4 + => SYMM(162): -z,-y+1/2,x+1/2 Symbol: -4+ -1/4,y,1/4; -1/4,1/4,1/4 + => SYMM(163): -z,y+1/2,-x+1/2 Symbol: g (-1/4,1/2,1/4) x,y,-x+1/4 + => SYMM(164): z,-y+1/2,-x+1/2 Symbol: -4- 1/4,y,1/4; 1/4,1/4,1/4 + => SYMM(165): x,z+1/2,y+1/2 Symbol: n (0,1/2,1/2) x,y,y + => SYMM(166): x,-z+1/2,-y+1/2 Symbol: m x,y,-y+1/2 + => SYMM(167): -x,-z+1/2,y+1/2 Symbol: -4- x,0,1/2; 0,0,1/2 + => SYMM(168): -x,z+1/2,-y+1/2 Symbol: -4+ x,1/2,0; 0,1/2,0 + => SYMM(169): -x,-y+1/2,-z+1/2 Symbol: -1 0,1/4,1/4 + => SYMM(170): -x,y+1/2,z+1/2 Symbol: n (0,1/2,1/2) 0,y,z + => SYMM(171): x,-y+1/2,z+1/2 Symbol: c x,1/4,z + => SYMM(172): x,y+1/2,-z+1/2 Symbol: b x,y,1/4 + => SYMM(173): -y,-z+1/2,-x+1/2 Symbol: -3- x,x,x+1/2; 0,0,1/2 + => SYMM(174): y,z+1/2,-x+1/2 Symbol: -3+ x,-x+1,x-1/2; 1/2,1/2,0 + => SYMM(175): -y,z+1/2,x+1/2 Symbol: -3+ x,x+1,-x-1/2; -1/2,1/2,0 + => SYMM(176): y,-z+1/2,x+1/2 Symbol: -3- x,-x,-x+1/2; 0,0,1/2 + => SYMM(177): -z,-x+1/2,-y+1/2 Symbol: -3+ x,x+1/2,x; 0,1/2,0 + => SYMM(178): z,-x+1/2,y+1/2 Symbol: -3- x,x-1/2,-x+1; 1/2,0,1/2 + => SYMM(179): z,x+1/2,-y+1/2 Symbol: -3+ x,-x+1/2,-x; 0,1/2,0 + => SYMM(180): -z,x+1/2,y+1/2 Symbol: -3- x,-x-1/2,x+1; -1/2,0,1/2 + => SYMM(181): -y,-x+1/2,-z+1/2 Symbol: 2 (-1/4,1/4,0) x,-x+1/4,1/4 + => SYMM(182): y,-x+1/2,z+1/2 Symbol: 4- (0,0,1/2) 1/4,1/4,z + => SYMM(183): -y,x+1/2,z+1/2 Symbol: 4+ (0,0,1/2) -1/4,1/4,z + => SYMM(184): y,x+1/2,-z+1/2 Symbol: 2 (1/4,1/4,0) x,x+1/4,1/4 + => SYMM(185): -z,-y+1/2,-x+1/2 Symbol: 2 (-1/4,0,1/4) x,1/4,-x+1/4 + => SYMM(186): z,y+1/2,-x+1/2 Symbol: 4+ (0,1/2,0) 1/4,y,1/4 + => SYMM(187): z,-y+1/2,x+1/2 Symbol: 2 (1/4,0,1/4) x,1/4,x+1/4 + => SYMM(188): -z,y+1/2,x+1/2 Symbol: 4- (0,1/2,0) -1/4,y,1/4 + => SYMM(189): -x,-z+1/2,-y+1/2 Symbol: 2 0,y,-y+1/2 + => SYMM(190): -x,z+1/2,y+1/2 Symbol: 2 (0,1/2,1/2) 0,y,y + => SYMM(191): x,z+1/2,-y+1/2 Symbol: 4- x,1/2,0 + => SYMM(192): x,-z+1/2,y+1/2 Symbol: 4+ x,0,1/2 + + => Special Wyckoff Positions for F m -3 m + + Multp Site Representative Coordinates (centring translations excluded) + 96 k x,x,z x,-x,-z -x,x,-z + -x,-x,z x,z,x -x,-z,x + x,-z,-x -x,z,-x z,x,x + -z,x,-x -z,-x,x z,-x,-x + -x,-x,-z -x,x,z x,-x,z + x,x,-z -x,-z,-x x,z,-x + -x,z,x x,-z,x -z,-x,-x + z,-x,x z,x,-x -z,x,x + + 96 j 0,y,z 0,-y,-z 0,y,-z + 0,-y,z y,z,0 -y,-z,0 + y,-z,0 -y,z,0 z,0,y + -z,0,-y -z,0,y z,0,-y + y,0,z -y,0,-z y,0,-z + -y,0,z z,y,0 -z,-y,0 + -z,y,0 z,-y,0 0,z,y + 0,-z,-y 0,-z,y 0,z,-y + + 48 i 1/2,y,y 1/2,-y,-y 1/2,y,-y + 1/2,-y,y y,y,1/2 -y,-y,1/2 + y,-y,1/2 -y,y,1/2 y,1/2,y + -y,1/2,-y -y,1/2,y y,1/2,-y + + 48 h 0,y,y 0,-y,-y 0,y,-y + 0,-y,y y,y,0 -y,-y,0 + y,-y,0 -y,y,0 y,0,y + -y,0,-y -y,0,y y,0,-y + + 48 g x,1/4,1/4 -x,1/4,3/4 1/4,1/4,x + 1/4,3/4,-x 1/4,x,1/4 3/4,-x,1/4 + -x,3/4,3/4 x,3/4,1/4 3/4,3/4,-x + 3/4,1/4,x 3/4,-x,3/4 1/4,x,3/4 + + 32 f x,x,x x,-x,-x -x,x,-x + -x,-x,x -x,-x,-x -x,x,x + x,-x,x x,x,-x + + 24 e x,0,0 -x,0,0 0,0,x + 0,0,-x 0,x,0 0,-x,0 + + 24 d 0,1/4,1/4 0,1/4,3/4 1/4,1/4,0 + 1/4,3/4,0 1/4,0,1/4 3/4,0,1/4 + + 8 c 1/4,1/4,1/4 3/4,3/4,3/4 + + 4 b 1/2,1/2,1/2 + + 4 a 0,0,0 + + + ------------------------------------------------- + INFORMATION ON SITE SYMMETRY OF ATOMS IN PHASE: 1 + ------------------------------------------------- + + + -> Information on Atom: Li1 at position: 0.00000 0.00000 0.00000 Multiplicity: 4 + List of symmetry operators and symmetry elements of the site point group: + Operator 2: x,-y,-z 2 x,0,0 + Operator 3: -x,y,-z 2 0,y,0 + Operator 4: -x,-y,z 2 0,0,z + Operator 5: y,z,x 3- x,x,x + Operator 6: -y,-z,x 3+ x,-x,x + Operator 7: y,-z,-x 3+ x,x,-x + Operator 8: -y,z,-x 3- x,-x,-x + Operator 9: z,x,y 3+ x,x,x + Operator 10: -z,x,-y 3- x,x,-x + Operator 11: -z,-x,y 3+ x,-x,-x + Operator 12: z,-x,-y 3- x,-x,x + Operator 13: y,x,z m x,x,z + Operator 14: -y,x,-z -4- 0,0,z; 0,0,0 + Operator 15: y,-x,-z -4+ 0,0,z; 0,0,0 + Operator 16: -y,-x,z m x,-x,z + Operator 17: z,y,x m x,y,x + Operator 18: -z,-y,x -4+ 0,y,0; 0,0,0 + Operator 19: -z,y,-x m x,y,-x + Operator 20: z,-y,-x -4- 0,y,0; 0,0,0 + Operator 21: x,z,y m x,y,y + Operator 22: x,-z,-y m x,y,-y + Operator 23: -x,-z,y -4- x,0,0; 0,0,0 + Operator 24: -x,z,-y -4+ x,0,0; 0,0,0 + Operator 25: -x,-y,-z -1 0,0,0 + Operator 26: -x,y,z m 0,y,z + Operator 27: x,-y,z m x,0,z + Operator 28: x,y,-z m x,y,0 + Operator 29: -y,-z,-x -3- x,x,x; 0,0,0 + Operator 30: y,z,-x -3+ x,-x,x; 0,0,0 + Operator 31: -y,z,x -3+ x,x,-x; 0,0,0 + Operator 32: y,-z,x -3- x,-x,-x; 0,0,0 + Operator 33: -z,-x,-y -3+ x,x,x; 0,0,0 + Operator 34: z,-x,y -3- x,x,-x; 0,0,0 + Operator 35: z,x,-y -3+ x,-x,-x; 0,0,0 + Operator 36: -z,x,y -3- x,-x,x; 0,0,0 + Operator 37: -y,-x,-z 2 x,-x,0 + Operator 38: y,-x,z 4- 0,0,z + Operator 39: -y,x,z 4+ 0,0,z + Operator 40: y,x,-z 2 x,x,0 + Operator 41: -z,-y,-x 2 x,0,-x + Operator 42: z,y,-x 4+ 0,y,0 + Operator 43: z,-y,x 2 x,0,x + Operator 44: -z,y,x 4- 0,y,0 + Operator 45: -x,-z,-y 2 0,y,-y + Operator 46: -x,z,y 2 0,y,y + Operator 47: x,z,-y 4- x,0,0 + Operator 48: x,-z,y 4+ x,0,0 + Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 + Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 + + --> Complete orbit of the atom: Li1 + + Li1( 1) 0.00000 0.00000 0.00000 x,y,z + Li1( 2) 0.50000 0.50000 0.00000 x+1/2,y+1/2,z + Li1( 3) 0.50000 0.00000 0.50000 x+1/2,y,z+1/2 + Li1( 4) 0.00000 0.50000 0.50000 x,y+1/2,z+1/2 + + -> Information on Atom: F1 at position: 0.50000 0.50000 0.50000 Multiplicity: 4 + List of symmetry operators and symmetry elements of the site point group: + Operator 2: y,z,x 3- x,x,x + Operator 3: z,x,y 3+ x,x,x + Operator 4: y,x,z m x,x,z + Operator 5: z,y,x m x,y,x + Operator 6: x,z,y m x,y,y + Operator 7: x,y,-z+1 m x,y,1/2 + Operator 8: y,z,-x+1 -3+ x,-x+1,x; 1/2,1/2,1/2 + Operator 9: z,x,-y+1 -3+ x,-x+1,-x+1; 1/2,1/2,1/2 + Operator 10: y,x,-z+1 2 x,x,1/2 + Operator 11: z,y,-x+1 4+ 1/2,y,1/2 + Operator 12: x,z,-y+1 4- x,1/2,1/2 + Operator 13: x,-y+1,z m x,1/2,z + Operator 14: y,-z+1,x -3- x,-x+1,-x+1; 1/2,1/2,1/2 + Operator 15: z,-x+1,y -3- x,x,-x+1; 1/2,1/2,1/2 + Operator 16: y,-x+1,z 4- 1/2,1/2,z + Operator 17: z,-y+1,x 2 x,1/2,x + Operator 18: x,-z+1,y 4+ x,1/2,1/2 + Operator 19: x,-y+1,-z+1 2 x,1/2,1/2 + Operator 20: y,-z+1,-x+1 3+ x,x,-x+1 + Operator 21: z,-x+1,-y+1 3- x,-x+1,x + Operator 22: y,-x+1,-z+1 -4+ 1/2,1/2,z; 1/2,1/2,1/2 + Operator 23: z,-y+1,-x+1 -4- 1/2,y,1/2; 1/2,1/2,1/2 + Operator 24: x,-z+1,-y+1 m x,y,-y+1 + Operator 25: -x+1,y,z m 1/2,y,z + Operator 26: -y+1,z,x -3+ x,x,-x+1; 1/2,1/2,1/2 + Operator 27: -z+1,x,y -3- x,-x+1,x; 1/2,1/2,1/2 + Operator 28: -y+1,x,z 4+ 1/2,1/2,z + Operator 29: -z+1,y,x 4- 1/2,y,1/2 + Operator 30: -x+1,z,y 2 1/2,y,y + Operator 31: -x+1,y,-z+1 2 1/2,y,1/2 + Operator 32: -y+1,z,-x+1 3- x,-x+1,-x+1 + Operator 33: -z+1,x,-y+1 3- x,x,-x+1 + Operator 34: -y+1,x,-z+1 -4- 1/2,1/2,z; 1/2,1/2,1/2 + Operator 35: -z+1,y,-x+1 m x,y,-x+1 + Operator 36: -x+1,z,-y+1 -4+ x,1/2,1/2; 1/2,1/2,1/2 + Operator 37: -x+1,-y+1,z 2 1/2,1/2,z + Operator 38: -y+1,-z+1,x 3+ x,-x+1,x + Operator 39: -z+1,-x+1,y 3+ x,-x+1,-x+1 + Operator 40: -y+1,-x+1,z m x,-x+1,z + Operator 41: -z+1,-y+1,x -4+ 1/2,y,1/2; 1/2,1/2,1/2 + Operator 42: -x+1,-z+1,y -4- x,1/2,1/2; 1/2,1/2,1/2 + Operator 43: -x+1,-y+1,-z+1 -1 1/2,1/2,1/2 + Operator 44: -y+1,-z+1,-x+1 -3- x,x,x; 1/2,1/2,1/2 + Operator 45: -z+1,-x+1,-y+1 -3+ x,x,x; 1/2,1/2,1/2 + Operator 46: -y+1,-x+1,-z+1 2 x,-x+1,1/2 + Operator 47: -z+1,-y+1,-x+1 2 x,1/2,-x+1 + Operator 48: -x+1,-z+1,-y+1 2 1/2,y,-y+1 + Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 + Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 + + --> Complete orbit of the atom: F1 + + F1( 1) 0.50000 0.50000 0.50000 x,y,z + F1( 2) 0.00000 0.00000 0.50000 x+1/2,y+1/2,z + F1( 3) 0.00000 0.50000 0.00000 x+1/2,y,z+1/2 + F1( 4) 0.50000 0.00000 0.00000 x,y+1/2,z+1/2 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized1.fst b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized1.fst new file mode 100644 index 000000000..d7e105e3d --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized1.fst @@ -0,0 +1,7 @@ +! FILE for FullProf Studio: generated automatically by FullProf +!Title: LiF +SPACEG F m -3 m +CELL 4.026700 4.026700 4.026700 90.0000 90.0000 90.0000 DISPLAY MULTIPLE +BOX -0.15 1.15 -0.15 1.15 -0.15 1.15 +ATOM Li1 Li 0.00000 0.00000 0.00000 +ATOM F1 F 0.50000 0.50000 0.50000 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.bac b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.bac new file mode 100644 index 000000000..21133bbf7 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.bac @@ -0,0 +1,602 @@ + 10.000000 0.025000 160.000000 Background of: lif_single_absorption + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.dat b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.dat new file mode 100644 index 000000000..9817944a4 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.dat @@ -0,0 +1,602 @@ +10.000 0.025 160.000 LiF XrayDif dummy observed data + 179 147 165 172 150 165 150 158 134 146 + 167 159 139 145 165 150 149 156 143 166 + 154 131 144 131 140 147 155 148 140 138 + 127 146 147 114 129 129 128 136 148 132 + 141 135 141 145 131 142 148 151 127 133 + 131 125 129 128 134 142 115 138 125 120 + 130 118 118 116 119 101 117 142 112 114 + 111 122 131 107 121 123 120 126 125 120 + 103 121 109 115 122 123 107 126 133 120 + 100 130 130 109 116 121 99 107 110 136 + 113 102 117 111 105 92 110 116 124 111 + 91 106 122 121 119 114 129 95 117 102 + 102 117 99 124 107 108 99 113 104 92 + 98 107 88 96 104 81 111 78 104 119 + 106 105 96 81 95 96 103 91 112 107 + 87 112 92 79 92 103 97 102 86 97 + 103 93 111 95 96 93 85 104 98 108 + 76 92 95 89 105 95 92 105 89 99 + 101 97 93 99 100 83 93 96 69 101 + 97 85 95 85 111 85 86 100 88 98 + 92 93 94 93 81 98 78 79 93 81 + 88 73 85 106 88 94 96 91 101 89 + 87 95 87 97 81 87 93 90 73 98 + 86 80 82 97 80 81 80 81 73 106 + 92 101 98 104 106 98 114 97 129 112 + 141 167 157 200 215 321 397 434 445 313 + 197 155 110 118 86 110 95 93 98 80 + 85 106 86 103 92 88 94 79 92 106 + 82 104 94 88 97 93 90 120 93 106 + 89 92 100 91 99 81 89 79 91 84 + 92 107 99 92 87 88 67 81 86 85 + 103 85 77 105 93 96 93 85 75 105 + 85 89 86 76 86 71 101 100 89 74 + 101 103 95 100 87 94 84 102 92 80 + 82 105 84 83 93 92 105 94 88 97 + 88 110 110 84 89 98 92 86 110 98 + 93 94 104 96 105 99 117 111 100 125 + 99 107 107 98 84 112 99 93 108 100 + 91 98 124 98 121 114 93 87 95 95 + 121 102 127 119 118 107 100 95 116 136 + 92 127 127 115 124 130 123 137 136 165 + 150 173 190 211 212 255 264 305 353 415 + 507 623 833 1076 1417 1958 2624 3927 5466 7996 + 11062 12925 12506 10327 8178 6771 5910 4886 3432 2110 + 1182 802 623 527 435 393 356 333 295 316 + 280 248 264 216 202 211 187 168 208 160 + 171 149 166 138 168 129 147 134 125 137 + 112 128 134 121 138 103 124 115 119 109 + 119 116 127 133 121 109 114 113 120 118 + 102 110 118 123 116 112 107 121 104 124 + 105 128 115 128 99 130 109 125 138 141 + 135 125 140 152 177 177 191 195 225 258 + 301 337 468 618 837 1082 1507 2283 3235 4791 + 6588 8176 8122 6687 5078 3206 1822 1101 712 566 + 470 381 302 277 259 259 212 198 189 153 + 182 178 175 164 139 176 159 147 172 167 + 159 180 168 162 166 147 149 161 173 145 + 210 201 257 262 342 451 598 796 1089 1648 + 2386 3203 3155 2711 1970 1292 729 450 289 285 + 218 211 202 168 165 177 176 197 164 141 + 160 160 157 145 165 158 158 197 179 203 + 194 216 282 282 364 456 632 854 1213 1815 + 2863 4063 4649 4165 3168 2329 1423 738 438 367 + 295 246 246 191 179 178 170 182 158 182 + 179 184 181 169 171 191 175 216 195 224 + 209 251 257 298 297 378 406 499 590 746 + 983 1402 2108 3097 4641 7229 10690 13494 13106 10401 + 7908 5365 2857 1575 947 697 595 529 450 423 + 344 319 309 252 257 252 266 275 257 285 + 285 270 280 347 282 362 426 461 637 693 + 1051 1425 2158 3198 5190 8004 10350 9724 7797 6126 + 4329 2276 1177 756 591 486 352 340 314 270 + 256 253 245 206 212 183 205 185 164 197 + 167 175 159 152 162 168 151 153 128 167 + 147 140 139 153 153 154 145 147 134 160 + 137 134 131 157 137 145 151 164 171 172 + 165 168 162 193 169 199 186 208 196 182 + 246 245 284 340 364 382 519 665 837 1080 + 1566 2321 3438 5181 8141 12608 15702 14432 12071 9687 + 7137 4123 2094 1334 1013 780 668 467 438 379 + 355 263 287 299 247 253 236 223 193 198 + 184 204 185 174 201 168 185 175 171 153 + 162 135 159 139 147 127 143 140 115 142 + 123 156 133 135 128 130 127 120 121 106 + 134 114 107 123 111 92 134 87 130 97 + 101 113 119 122 114 117 84 105 111 104 + 119 119 101 117 122 105 128 116 126 115 + 121 116 144 141 128 148 165 172 182 174 + 193 230 247 312 325 423 589 755 1130 1670 + 2522 3976 5312 5540 4806 3984 3579 2684 1672 977 + 645 451 390 317 305 278 234 264 246 263 + 239 271 260 299 300 332 411 497 630 918 + 1214 1839 2852 4745 6636 7831 7010 5926 5069 4251 + 2900 1743 1167 841 646 517 412 354 301 282 + 234 204 235 226 207 200 180 180 179 172 + 180 157 154 173 198 147 168 157 199 209 + 242 257 328 467 631 994 1449 1522 1193 977 + 947 796 548 358 251 190 164 159 137 134 + 136 126 122 128 108 100 120 106 123 117 + 113 108 121 104 104 100 105 107 108 103 + 108 123 92 122 97 101 92 114 89 81 + 113 76 89 99 89 98 98 104 120 100 + 99 89 111 98 96 95 84 115 106 100 + 86 110 86 98 97 109 112 105 86 102 + 91 98 111 89 95 95 84 114 108 96 + 94 94 102 91 106 103 82 121 101 109 + 112 104 103 105 112 119 116 119 115 106 + 122 116 120 130 107 137 132 131 140 150 + 149 161 190 210 234 297 378 583 909 1431 + 2164 2620 2390 1970 1772 1685 1327 891 543 352 + 292 230 177 182 207 158 143 129 161 133 + 119 120 128 118 121 132 135 134 132 135 + 156 182 207 266 351 368 312 269 260 249 + 219 174 157 146 135 137 136 103 107 99 + 133 129 147 130 115 123 109 106 115 136 + 119 126 131 135 116 112 123 116 121 136 + 147 130 156 138 133 144 163 171 198 191 + 196 226 243 294 352 472 630 984 1383 2157 + 2946 2947 2469 1988 2056 1767 1317 793 524 362 + 282 264 227 186 194 168 177 199 174 169 + 183 194 204 189 213 296 350 476 746 894 + 816 615 549 596 524 395 306 223 164 206 + 198 162 173 163 144 169 160 156 143 187 + 146 146 157 177 173 171 197 214 254 333 + 505 760 1047 1074 910 689 698 717 570 382 + 273 291 231 278 239 272 257 316 315 377 + 419 593 709 1116 1749 2604 3739 4133 3642 2835 + 2622 2580 2147 1381 844 578 447 351 339 309 + 260 268 240 250 233 275 281 285 381 450 + 601 801 895 881 726 644 608 589 498 386 + 283 277 254 276 249 224 213 196 234 186 + 215 191 211 189 204 193 227 221 225 199 + 187 193 214 235 241 232 239 254 252 264 + 251 260 320 375 379 442 425 492 574 693 + 816 1046 1286 1773 2593 4047 6544 9907 12440 12196 + 9815 8006 7742 7431 5975 3773 2148 1465 1080 849 + 683 579 560 480 481 470 468 450 469 498 + 468 528 615 632 765 985 1263 1833 2821 4290 + 5647 5682 5372 5802 7664 7744 5866 4103 3552 3442 + 2855 1843 1102 771 578 517 456 381 379 335 + 326 303 286 287 274 272 282 267 236 255 + 238 218 224 209 228 244 234 221 237 224 + 217 187 261 216 246 244 282 276 314 333 + 385 413 609 855 1397 2190 3180 3151 2427 1819 + 1843 2058 1720 1115 716 480 364 297 300 267 + 227 215 189 213 174 175 193 183 178 166 + 171 171 172 161 151 143 141 139 172 153 + 169 141 125 135 142 134 142 138 152 159 + 140 143 136 147 144 148 153 112 148 138 + 119 121 160 136 164 137 166 142 158 176 + 175 183 249 309 389 541 720 682 600 452 + 443 453 437 329 289 226 201 182 160 178 + 146 181 142 201 182 174 168 174 233 275 + 331 464 712 969 1093 984 752 624 651 695 + 597 460 284 261 211 196 175 167 165 143 + 153 155 137 161 131 138 125 114 154 114 + 118 120 130 117 126 132 122 133 122 113 + 128 139 126 140 120 122 122 136 116 113 + 103 120 129 112 118 140 135 101 128 115 + 126 120 119 107 122 124 123 159 132 136 + 115 142 132 144 140 131 112 147 129 129 + 106 129 127 122 155 130 121 131 173 157 + 146 153 168 199 204 212 232 255 319 410 + 629 1090 1814 2668 2463 1752 1187 1257 1542 1549 + 1066 624 387 314 267 208 211 210 181 170 + 154 155 143 171 156 134 142 142 136 139 + 139 132 152 123 137 125 132 133 137 148 + 121 150 139 127 127 146 147 155 131 144 + 148 138 149 154 142 141 181 185 169 181 + 203 236 232 335 428 600 826 1143 1282 1262 + 1070 962 964 871 886 728 557 468 370 267 + 235 203 187 181 188 189 166 167 175 191 + 184 181 226 228 258 216 233 250 287 332 + 441 506 459 447 383 372 397 408 434 419 + 346 392 441 622 912 1096 1359 1605 1949 1937 + 1843 2020 1980 1741 1467 1209 1080 998 719 548 + 393 314 277 248 204 179 180 168 160 170 + 160 184 179 164 149 156 140 161 149 134 + 126 143 138 142 163 131 161 131 147 150 + 160 128 126 128 152 134 158 135 162 157 + 173 156 162 158 164 155 194 195 196 253 + 262 350 464 665 937 1141 1055 834 657 648 + 638 752 672 543 404 370 386 469 560 465 + 360 285 276 355 364 291 228 190 194 195 + 180 163 154 156 184 181 152 176 177 160 + 178 185 175 206 214 244 255 254 373 514 + 623 827 875 884 951 1181 1887 2582 2875 2303 + 1613 1270 1312 1510 1599 1288 890 794 643 683 + 884 1207 1571 1762 1506 1186 969 975 1015 1048 + 938 733 494 392 292 276 254 229 216 203 + 194 189 192 181 191 163 175 186 149 175 + 142 180 136 151 177 156 159 174 148 147 + 141 145 156 144 149 145 127 143 159 129 + 161 138 145 165 172 184 217 266 272 313 + 288 275 321 323 439 573 743 906 960 812 + 566 541 535 554 567 599 473 359 290 254 + 189 184 196 210 190 179 148 160 147 122 + 148 141 140 142 114 150 151 132 153 140 + 118 128 140 136 122 130 135 133 165 160 + 163 166 190 264 331 334 297 215 205 212 + 268 226 256 199 165 148 159 132 154 139 + 121 144 131 136 139 120 129 130 143 127 + 150 156 154 153 162 208 247 207 192 179 + 148 154 204 186 208 175 141 111 124 132 + 127 125 124 147 143 135 136 143 145 143 + 148 151 139 142 135 161 143 139 136 158 + 164 167 165 181 147 160 195 209 190 226 + 195 241 278 302 344 427 563 789 990 1317 + 1792 2342 2479 2083 1541 1233 1186 1301 1408 1348 + 1086 761 509 405 349 309 273 269 244 252 + 286 309 289 316 317 259 228 223 259 237 + 212 212 201 184 201 170 165 182 182 183 + 199 200 208 190 185 230 275 352 448 647 + 956 1241 1280 1063 730 559 576 678 833 919 + 838 736 578 449 352 332 306 308 321 300 + 245 216 201 182 162 147 163 193 149 171 + 166 202 155 141 162 155 166 190 174 189 + 211 169 195 197 235 250 286 344 394 561 + 722 930 1317 1481 1358 1037 813 746 717 877 + 916 896 663 502 396 302 255 280 238 238 + 233 267 258 267 346 468 667 897 976 870 + 617 478 483 485 541 636 625 465 354 276 + 231 232 190 216 192 191 172 178 212 172 + 174 183 142 176 174 159 196 194 202 246 + 258 272 227 206 220 234 235 252 241 246 + 280 326 391 456 640 670 639 521 515 493 + 632 854 1153 1468 1384 1196 879 770 660 705 + 773 815 766 626 469 409 338 280 267 303 + 290 315 308 375 471 637 830 1073 1024 833 + 639 528 502 569 667 732 600 516 444 417 + 430 431 409 399 319 289 333 368 368 375 + 332 257 253 244 250 251 239 260 202 234 + 236 222 268 246 261 301 352 434 507 687 + 891 929 869 744 766 883 1213 1390 1383 1276 + 1228 1172 1129 970 905 839 745 632 628 600 + 552 393 307 265 275 215 233 208 186 180 + 200 182 178 170 180 177 190 173 203 200 + 185 218 207 244 220 243 266 280 324 394 + 567 690 853 934 815 877 894 888 744 665 + 674 693 634 583 589 572 455 501 497 637 + 833 1120 968 776 526 397 372 472 548 682 + 632 479 341 304 211 213 199 185 190 194 + 183 193 204 201 264 298 373 364 306 270 + 271 259 298 371 433 565 625 581 460 365 + 291 270 311 317 411 435 426 481 415 358 + 268 245 239 204 246 236 272 241 203 182 + 189 163 165 161 145 149 163 166 138 141 + 158 145 131 135 147 133 140 144 155 157 + 196 193 175 172 174 148 164 177 183 250 + 310 439 401 356 276 178 216 209 222 263 + 281 270 217 181 183 174 171 151 142 130 + 147 146 148 124 129 128 135 143 135 145 + 134 131 154 135 139 155 143 151 154 160 + 141 160 155 171 166 159 187 205 212 230 + 313 346 402 511 535 696 717 624 520 421 + 399 344 380 468 482 453 373 267 229 209 + 176 193 210 179 173 207 225 265 315 289 + 229 197 204 221 249 258 290 401 434 421 + 368 358 396 462 547 580 497 442 397 313 + 316 296 341 355 373 333 274 262 290 329 + 333 356 280 237 214 238 243 204 239 255 + 249 226 191 222 193 236 264 308 340 330 + 282 229 235 204 203 252 249 232 222 217 + 226 222 238 265 341 339 338 302 275 242 + 218 232 297 360 399 423 365 273 254 262 + 216 316 339 402 509 598 700 742 619 470 + 398 379 352 351 379 443 466 438 357 289 + 258 233 216 241 235 277 309 358 356 323 + 273 243 224 243 250 220 267 291 282 252 + 255 328 357 411 375 323 267 240 208 209 + 236 248 261 256 244 203 173 170 174 168 + 167 181 159 195 168 180 186 175 191 213 + 274 266 323 421 552 799 1129 1277 1123 820 + 610 504 408 478 543 708 817 736 641 568 + 413 433 373 314 321 244 262 251 232 241 + 216 240 212 196 173 187 175 173 152 163 + 143 135 122 139 128 134 140 117 150 134 + 152 127 170 158 155 173 161 136 128 177 + 165 140 154 143 168 189 130 160 151 182 + 221 238 260 315 327 311 246 211 204 196 + 211 191 234 225 255 200 186 186 162 140 + 153 147 143 153 154 133 145 148 165 155 + 155 147 176 149 165 136 163 163 198 215 + 249 304 377 414 339 322 284 301 311 380 + 550 624 660 617 461 363 284 266 268 289 + 340 375 363 327 259 216 172 180 208 177 + 157 189 192 222 222 188 184 164 173 182 + 153 158 158 183 190 178 169 145 170 138 + 169 133 134 122 126 153 112 125 127 147 + 125 125 142 143 138 145 166 165 156 154 + 169 130 173 155 178 211 247 289 310 276 + 303 376 468 665 803 829 683 570 507 383 + 335 352 412 522 575 652 681 634 466 368 + 301 214 226 205 239 226 271 279 280 247 + 223 201 199 198 206 191 154 174 144 155 + 161 172 178 192 155 171 155 160 138 156 + 178 163 191 200 208 186 167 183 157 148 + 163 174 187 182 189 190 190 199 240 247 + 334 391 512 618 663 593 456 395 343 288 + 292 310 392 389 437 361 351 262 250 233 + 197 195 171 174 171 159 158 120 128 140 + 148 156 133 156 144 163 158 158 154 165 + 196 206 256 278 255 253 223 190 196 176 + 171 212 204 252 224 192 180 172 166 159 + 155 148 167 137 178 161 180 156 169 178 + 174 181 172 238 209 240 343 384 500 673 + 704 763 656 551 406 354 352 301 357 414 + 440 502 459 425 378 418 427 467 441 400 + 327 278 259 240 213 206 241 263 287 291 + 245 243 198 195 195 164 178 161 161 183 + 177 177 177 192 219 260 310 337 312 290 + 275 243 192 200 212 205 180 219 274 271 + 200 205 195 179 171 171 147 147 167 159 + 157 145 164 142 143 164 157 153 145 168 + 159 169 137 182 196 218 216 223 269 295 + 288 280 281 187 264 216 220 242 264 272 + 326 362 407 468 432 443 383 393 367 415 + 471 595 626 583 491 456 411 322 328 289 + 271 302 377 369 373 347 296 292 257 269 + 241 218 212 239 254 295 314 356 301 277 + 252 251 186 197 162 192 231 223 207 238 + 196 196 176 171 178 146 169 161 149 173 + 156 143 154 152 139 184 185 161 159 152 + 159 176 164 168 193 195 187 237 228 265 + 291 347 409 454 552 524 552 502 483 433 + 382 363 322 328 389 469 485 438 491 415 + 377 375 322 288 280 263 275 245 243 239 + 247 216 204 210 196 220 209 212 226 201 + 225 228 210 244 298 405 445 534 579 538 + 495 466 410 389 387 429 460 573 607 740 + 853 781 733 593 499 398 368 334 370 358 + 391 376 394 414 383 300 294 275 246 259 + 235 239 243 277 363 383 434 436 378 373 + 386 438 464 491 539 539 523 499 478 472 + 383 345 354 352 383 370 410 453 416 396 + 392 319 335 407 461 587 741 875 863 754 + 619 485 429 336 321 296 316 385 474 539 + 571 493 420 345 272 242 219 229 203 220 + 211 190 171 195 176 218 208 212 230 265 + 314 278 306 262 281 209 235 222 223 246 + 268 316 307 316 273 247 229 201 198 173 + 202 173 212 185 197 193 193 194 169 169 + 157 167 175 140 174 146 171 142 152 171 + 150 142 161 150 163 154 149 157 192 185 + 184 205 231 238 263 324 365 388 380 421 + 418 408 385 374 346 329 297 319 322 328 + 298 290 304 311 312 319 292 241 239 202 + 206 202 227 236 307 309 385 341 324 290 + 208 241 201 202 181 217 264 229 326 303 + 345 304 296 241 242 210 187 206 194 221 + 216 245 242 251 258 232 215 189 192 163 + 158 162 174 182 169 151 187 179 167 169 + 146 149 146 158 142 164 142 153 147 163 + 160 163 127 150 159 140 136 159 171 178 + 159 162 193 156 176 161 155 146 179 208 + 186 194 252 230 219 182 179 174 147 189 + 166 142 144 177 178 215 182 160 196 200 + 159 163 150 175 144 132 160 169 138 171 + 129 167 172 135 170 172 169 199 221 233 + 283 291 299 257 239 226 185 195 194 175 + 192 182 189 210 252 217 230 223 192 205 + 179 185 155 193 190 214 215 230 223 212 + 233 221 242 216 261 265 370 406 501 447 + 488 473 365 279 283 285 282 239 267 263 + 309 349 345 322 338 308 238 221 215 197 + 205 208 222 206 204 230 240 284 313 331 + 344 297 275 267 216 230 194 195 234 196 + 198 240 255 287 314 318 255 232 213 186 + 193 156 168 155 154 187 181 194 183 206 + 191 179 174 158 176 183 184 188 222 211 + 242 267 330 363 390 397 332 288 273 199 + 218 198 206 228 206 216 256 259 301 265 + 240 206 224 183 160 190 158 161 161 143 + 144 177 175 142 129 140 166 156 126 156 + 144 146 136 145 160 147 142 150 168 164 + 168 195 207 229 260 263 294 291 279 245 + 211 240 218 197 226 253 249 289 329 377 + 412 419 371 310 258 236 243 235 224 241 + 236 239 302 286 295 329 390 376 405 380 + 376 363 361 296 313 279 295 248 253 273 + 273 275 305 282 295 295 304 318 331 336 + 336 371 349 315 280 286 238 265 226 238 + 222 224 254 303 311 297 319 302 295 299 + 325 347 294 264 265 239 227 226 250 203 + 229 202 234 220 206 230 228 259 221 276 + 276 271 278 298 341 366 384 388 410 433 + 388 382 298 327 266 250 252 252 262 270 + 257 249 251 336 305 284 293 236 224 207 + 200 174 177 180 163 150 181 174 141 156 + 143 166 148 174 153 160 159 160 155 141 + 148 157 157 161 171 164 169 170 167 189 + 220 252 328 298 286 290 266 220 171 193 + 194 170 235 195 207 227 261 320 343 339 + 411 416 350 350 288 343 300 286 283 249 + 258 232 229 233 215 250 258 250 251 245 + 233 220 257 219 207 208 191 187 198 176 + 184 190 192 159 176 166 196 172 180 208 + 219 202 177 175 170 167 175 153 145 178 + 168 153 159 179 196 175 174 168 180 139 + 157 143 156 157 151 155 158 155 141 152 + 145 158 153 149 153 150 144 150 143 172 + 141 166 170 162 206 182 172 183 175 178 + 179 157 163 182 184 177 163 172 185 159 + 185 176 169 161 173 190 193 150 175 151 + 176 166 171 187 180 216 212 269 301 313 + 319 328 299 252 252 228 200 209 202 225 + 199 251 236 263 299 302 338 248 259 262 + 213 211 206 210 168 191 159 183 202 211 + 205 206 205 223 200 184 189 186 185 205 + 197 210 206 202 174 175 190 165 173 179 + 192 168 168 181 170 200 198 219 211 238 + 222 205 221 204 219 196 210 196 234 212 + 191 250 230 226 277 263 296 319 338 385 + 408 381 356 290 284 268 222 245 214 211 + 204 227 254 236 290 305 290 337 276 281 + 238 243 231 205 205 193 180 171 185 191 + 191 190 179 169 175 199 179 189 210 191 + 206 212 210 235 205 182 185 177 171 153 + 154 152 170 155 156 153 171 188 181 180 + 201 183 191 184 187 163 161 165 160 185 + 198 164 176 182 172 172 186 189 181 231 + 209 211 227 226 193 216 211 211 193 175 + 192 209 196 195 230 231 239 311 285 263 + 289 262 214 212 218 186 191 199 183 190 + 168 194 191 195 207 218 222 241 242 219 + 189 202 202 190 225 204 223 262 258 317 + 312 304 299 278 265 221 205 225 211 203 + 192 201 197 227 184 205 216 256 253 288 + 249 280 219 217 249 229 198 193 178 205 + 210 185 179 213 233 225 232 264 271 285 + 273 342 326 401 358 432 331 361 330 283 + 282 263 245 232 219 251 241 241 265 237 + 251 266 291 301 300 280 332 285 276 261 + 262 264 280 291 292 284 266 240 219 232 + 218 192 181 184 219 187 174 184 204 197 + 217 215 213 212 218 210 224 183 178 205 + 184 185 180 197 154 171 181 155 145 184 + 180 173 168 190 169 161 174 158 167 182 + 165 183 168 159 161 155 189 186 150 168 + 186 194 155 171 151 165 175 156 163 164 + 166 185 163 202 186 183 183 155 199 176 + 188 177 165 198 170 186 188 193 190 207 + 234 205 212 216 213 266 257 269 300 330 + 339 357 382 326 325 282 284 305 353 293 + 354 327 397 378 367 341 307 311 274 313 + 351 347 326 307 293 260 283 272 272 302 + 307 313 332 337 327 331 343 329 371 392 + 418 493 471 481 485 486 422 425 387 379 + 330 338 327 321 327 386 375 412 398 371 + 398 377 382 419 397 373 325 333 311 301 + 293 291 268 279 289 278 266 268 284 258 + 251 258 247 251 211 209 220 218 191 186 + 214 213 216 227 196 202 213 186 198 224 + 177 197 160 191 209 217 216 215 200 207 + 202 234 218 252 249 281 270 287 318 319 + 370 397 434 494 424 485 464 454 461 371 + 326 309 280 332 297 277 293 303 342 293 + 322 350 360 343 387 437 442 460 486 451 + 433 459 369 415 340 328 323 291 265 305 + 279 298 320 299 306 340 314 329 324 367 + 378 335 338 293 299 293 263 285 277 283 + 326 291 311 315 351 367 353 387 404 365 + 354 382 318 310 342 355 334 382 359 322 + 317 322 315 322 260 275 282 290 318 296 + 276 281 309 281 305 298 276 252 303 282 + 308 302 293 288 268 300 319 297 302 304 + 346 392 454 519 565 590 593 601 563 482 + 500 403 417 386 328 293 321 300 313 294 + 318 294 329 329 364 360 385 412 426 405 + 418 417 358 384 387 312 316 304 295 296 + 294 273 325 330 345 300 370 350 381 297 + 316 300 270 271 292 249 263 269 273 252 + 250 225 241 245 268 276 264 282 294 314 + 303 269 295 283 293 286 264 255 259 252 + 270 255 304 293 311 285 332 321 350 358 + 431 433 427 380 413 422 348 388 355 370 + 353 322 348 325 320 369 351 400 379 399 + 406 396 397 415 439 438 437 478 495 511 + 450 497 498 433 477 484 430 431 454 399 + 382 384 351 334 347 336 330 306 330 311 + 298 301 344 335 334 303 326 359 397 356 + 347 310 347 332 312 335 334 316 309 294 + 334 342 332 279 267 257 292 288 273 245 + 269 248 228 250 249 230 238 217 238 212 + 246 246 239 262 265 264 240 250 246 226 + 227 235 226 256 190 215 236 223 227 203 + 206 190 232 230 201 219 203 216 213 208 + 224 210 202 212 205 236 220 194 199 201 + 216 237 212 225 203 241 232 260 253 257 + 282 291 283 325 333 335 293 315 297 310 + 285 285 276 258 251 269 228 215 259 235 + 257 241 289 229 267 270 284 265 274 275 + 279 277 269 267 263 299 262 263 268 235 + 232 261 236 224 251 249 247 217 238 231 + 251 261 251 308 300 333 311 283 279 289 + 281 273 244 299 263 257 209 284 256 270 + 280 276 282 293 282 285 309 299 295 307 + 253 258 255 297 296 248 286 288 259 276 + 256 257 268 246 273 271 306 287 286 303 + 283 335 330 366 380 334 362 408 432 479 + 440 484 478 479 513 472 445 466 437 414 + 396 374 314 326 326 323 316 354 315 351 + 329 370 366 415 444 423 414 412 463 464 + 424 427 411 394 383 394 330 360 359 303 + 294 289 271 288 264 284 262 274 278 293 + 289 309 292 313 286 291 303 279 298 301 + 278 261 314 299 316 353 319 339 335 341 + 306 303 298 290 317 318 296 336 295 284 + 241 276 245 247 263 270 261 239 247 250 + 209 238 247 257 255 273 272 319 274 307 + 253 284 254 274 278 237 257 249 261 242 + 256 255 236 234 250 233 250 231 252 244 + 256 226 267 246 257 255 278 292 308 274 + 375 361 344 361 347 352 322 337 267 268 + 286 279 276 252 242 277 271 275 272 295 + 281 338 320 350 381 404 451 441 452 417 + 450 436 437 440 474 453 457 438 387 386 + 366 341 337 308 329 283 296 289 297 240 + 268 282 297 291 281 305 336 324 307 332 + 328 309 315 330 291 290 344 314 324 327 + 259 268 305 304 300 285 292 289 294 278 + 261 297 252 280 245 266 283 238 266 262 + 249 255 240 239 221 251 212 233 238 249 + 256 216 262 249 248 263 281 234 290 269 + 284 233 286 275 263 245 259 276 229 261 + 273 272 231 212 233 256 241 228 234 238 + 216 207 221 233 238 217 238 251 268 259 + 230 276 257 260 255 244 258 279 291 290 + 295 289 273 306 307 264 289 270 234 252 + 243 244 251 235 234 246 239 257 218 234 + 230 253 248 257 248 255 261 275 288 301 + 283 308 268 300 305 254 251 256 280 290 + 267 278 302 264 263 289 231 271 289 268 + 310 278 280 262 234 278 288 265 302 278 + 273 279 303 318 317 312 303 312 311 308 + 304 284 281 287 262 273 284 261 241 238 + 276 276 274 262 279 274 238 278 273 274 + 260 245 293 307 304 266 287 292 295 295 + 305 300 281 287 299 268 292 267 236 248 + 272 274 237 251 245 285 252 272 258 269 + 268 299 240 263 260 315 315 295 279 295 + 333 322 338 383 339 311 323 295 275 295 + 289 294 287 275 249 232 269 258 268 290 + 253 266 234 233 223 231 252 275 267 251 + 284 281 254 265 309 269 296 290 301 297 + 300 345 298 347 345 374 366 387 392 438 + 465 470 443 511 473 474 455 473 452 460 + 440 386 385 402 418 382 348 344 360 366 + 351 322 327 318 352 341 308 357 325 367 + 383 381 376 381 434 410 412 411 393 427 + 429 441 407 412 456 389 386 382 368 352 + 367 366 364 366 352 312 345 336 284 310 + 289 318 287 303 306 320 330 334 345 367 + 407 379 410 396 429 425 449 416 394 390 + 394 404 356 350 378 369 362 311 297 307 + 293 291 338 300 290 317 312 270 313 278 + 321 327 332 337 328 301 322 334 330 315 + 311 302 338 321 317 331 335 345 317 306 + 309 336 309 299 319 310 287 281 268 260 + 279 279 289 265 261 264 260 271 265 270 + 280 304 283 289 294 325 269 282 293 275 + 283 281 283 277 284 275 277 278 273 284 + 267 270 287 316 261 283 294 275 324 306 + 302 276 392 339 309 315 322 359 308 335 + 315 318 319 328 315 303 296 300 304 283 + 292 266 279 295 258 289 272 251 305 263 + 261 299 291 276 294 259 254 297 287 257 + 284 255 260 259 300 264 300 287 298 283 + 279 271 291 304 299 272 316 298 322 306 + 268 257 279 262 269 291 258 269 295 293 + 268 264 272 272 288 270 267 277 310 292 + 276 290 319 322 316 343 345 379 383 389 + 437 371 405 427 442 424 438 396 384 381 + 329 322 319 274 318 304 316 324 275 319 + 259 272 262 270 263 266 242 265 251 276 + 277 260 256 240 278 252 286 295 268 301 + 296 268 299 298 305 293 327 343 362 367 + 358 324 322 330 356 353 351 324 359 339 + 289 330 295 293 293 300 296 319 302 276 + 293 271 283 256 258 269 272 213 257 274 + 242 245 252 212 261 281 259 253 280 255 + 229 241 242 248 259 257 256 253 281 292 + 254 273 278 277 264 219 271 279 246 268 + 282 272 270 221 262 286 267 254 267 259 + 267 276 269 251 256 228 248 243 254 254 + 245 242 250 264 274 255 281 229 263 250 + 241 259 268 285 241 255 268 257 263 266 + 298 281 271 261 280 296 283 341 280 304 + 282 258 262 279 285 319 293 322 316 348 + 341 339 321 373 376 366 402 391 405 407 + 422 395 434 419 426 385 390 375 357 343 + 359 344 285 324 317 345 303 315 288 301 + 281 327 316 260 299 302 249 293 271 296 + 258 283 268 271 305 268 234 286 278 274 + 274 253 238 291 274 300 282 303 285 323 + 340 283 355 288 335 350 313 303 338 326 + 359 372 325 325 352 345 348 330 336 310 + 343 321 329 325 329 330 311 316 327 320 + 306 348 345 330 325 371 381 421 388 403 + 413 417 391 385 376 382 420 374 352 328 + 368 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.fou b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.fou new file mode 100644 index 000000000..5a9a7deb2 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.fou @@ -0,0 +1,10 @@ + Phase No.: 1 LiF + 1 1 1 178.9017 18.6644 180.6272 + 2 0 0 367.1391 28.6979 0.4029 + 2 2 0 259.2790 20.7697 0.5299 + 3 1 1 113.9964 8.8782 181.1947 + 2 2 2 191.8928 15.9910 0.6551 + 4 0 0 188.6573 12.8440 0.7764 + 3 3 1 94.2024 5.8148 181.6528 + 4 2 0 128.7452 10.6469 0.8915 + 4 2 2 145.8890 9.0421 0.9992 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.inp b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.inp new file mode 100644 index 000000000..45771cba3 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.inp @@ -0,0 +1,34 @@ + ! Template file to be used with the program FOURIER + ! Title of the job +Titl LiF XrayDif single wavelength absorption Wdt48 + + ! Cell parameters +Cell 4.0267 4.0267 4.0267 90.0000 90.0000 90.0000 + + ! Atoms in the asymmetric unit +Atom Li1 0.00000 0.00000 0.00000 1.00000 +Atom F1 0.50000 0.50000 0.50000 1.00000 + + ! Space group symbol +Spgr F m -3 m + + ! Type of Fourier synthesis +Fourier Fobs + + ! Name of the Fourier-reflection file +File fou lif_single_absorption.fou + + ! Format of the Fourier-reflection file +Form h k l fo fc phase + + ! List distances +List dist 0.6 2.6 + + ! Standard output binary file +File bin + + ! Peak search +Scan 5 + + ! End of file +End diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.out b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.out new file mode 100644 index 000000000..4a78c379b --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.out @@ -0,0 +1,697 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 18/06/2026 Time: 09:28:39.096 + + => PCR file code: lif_single_absorption + => DAT file code: lif_single_absorptio -> Relative contribution: 1.0000 + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of X-ray powder diffraction data + => Global Refinement of X-ray powder diffraction data + Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) + => Title: LiF XrayDif single wavelength absorption Wdt48 + + => Number of phases: 1 + => Number of excluded regions: 2 + => Number of scattering factors supplied: 0 + => Conventional weights: w=1.0/Variance(yobs) + => Asymmetry correction as in J.Appl.Cryst. 26,128(1993) + => Background refined by polynomial function + => The 7th default profile function was selected + => T-C-H Pseudo-Voigt function + This function is convoluted with asymmetry due to axial + divergence as formulated by: + van Laar and Yelon, J. Appl. Cryst. 17, 47(1984). + and using the method of: + Finger, Cox and Jephcoat, J. Appl. Cryst. 27, 892 (1994). + Fortran 90 module adapted from function PROFVAL (in F77) : + L.W. Finger, J. Appl. Cryst. 31, 111 (1998). + + + ==> INPUT/OUTPUT OPTIONS: + + => Generate bacground file *.bac + => Generate file *.PRF for plot + => Output Integrated Intensities + => Generate new input file *.PCR + + => Data supplied in free format for pattern: 1 + => Plot pattern at each cycle + => Wavelengths: 1.54056 1.54056 + => Alpha2/Alpha1 ratio: 0.0000 + => Cos(Monochromator angle)= 0.0000 + => Asymmetry correction for angles lower than 160.000 degrees + => Absorption correction (AC), muR-eff = 0.9000 0.0000 + => AC : Cylinder Debye-Scherrer (Hewat formula) + => Base of peaks: 2.0*HW* 48.00 + + => Number of cycles: 30 + => Relaxation factors ==> for coordinates: 0.10 + => for anisotropic temperature factors: 0.10 + => for halfwidth/strain/size parameters: 0.10 + => for lattice constants and propagation vectors: 0.10 + => EPS-value for convergence: 0.1 + + => Excluded regions for Pattern# 1 + From to + 0.0000 10.0000 + 160.0000 180.0000 + + => Number of Least-Squares parameters varied: 0 + + =>---------------------------> + =>-------> PATTERN number: 1 + =>---------------------------> + => Global parameters and codes ==> + => Zero-point: 0.0000 0.0000 + => Background parameters and codes ==> + => Origin of polynomial at 2theta/TOF/E(KeV): 50.000 + 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 + 0.00 0.00 0.00 0.00 0.00 0.00 + => Displacement peak-shift parameter and code: 0.00 0.00 + => Transparency peak-shift parameter and code: 0.00 0.00 + + => Reading Intensity data =>> + + ==> Angular range, step and number of points: + 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 + -------------------------------------------------------------------------------- + => Phase No. 1 + LiF + -------------------------------------------------------------------------------- + =>-------> Pattern# 1 + => Crystal Structure Refinement + => Preferred orientation vector: 0.0000 0.0000 1.0000 + + =>-------> Data for PHASE: 1 + => Number of atoms: 2 + => Number of distance constraints: 0 + => Number of angle constraints: 0 + + => Symmetry information on space group: F m -3 m + -> The multiplicity of the general position is: 192 + -> The space group is Centric (-1 at origin) + -> Lattice type F: { 000; 0 1/2 1/2; 1/2 0 1/2; 1/2 1/2 0 }+ + -> Reduced set of symmetry operators: + + No. IT Symmetry symbol Rotation part Associated Translation + 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} + 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.0000 0.0000 0.0000} + 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.0000 0.0000 0.0000} + 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.0000 0.0000 0.0000} + 5: ( 9) 3- ( x, x, x) --> ( y, z, x) + { 0.0000 0.0000 0.0000} + 6: (12) 3- (-x, x,-x) --> (-y,-z, x) + { 0.0000 0.0000 0.0000} + 7: (11) 3- (-x,-x, x) --> ( y,-z,-x) + { 0.0000 0.0000 0.0000} + 8: (10) 3- ( x,-x,-x) --> (-y, z,-x) + { 0.0000 0.0000 0.0000} + 9: ( 5) 3+ ( x, x, x) --> ( z, x, y) + { 0.0000 0.0000 0.0000} + 10: ( 8) 3+ (-x,-x, x) --> (-z, x,-y) + { 0.0000 0.0000 0.0000} + 11: ( 7) 3+ ( x,-x,-x) --> (-z,-x, y) + { 0.0000 0.0000 0.0000} + 12: ( 6) 3+ (-x, x,-x) --> ( z,-x,-y) + { 0.0000 0.0000 0.0000} + 13: (14) 2 ( x,-x, 0) --> (-y,-x,-z) + { 0.0000 0.0000 0.0000} + 14: (15) 4- ( 0, 0, z) --> ( y,-x, z) + { 0.0000 0.0000 0.0000} + 15: (16) 4+ ( 0, 0, z) --> (-y, x, z) + { 0.0000 0.0000 0.0000} + 16: (13) 2 ( x, x, 0) --> ( y, x,-z) + { 0.0000 0.0000 0.0000} + 17: (24) 2 (-x, 0, x) --> (-z,-y,-x) + { 0.0000 0.0000 0.0000} + 18: (21) 4+ ( 0, y, 0) --> ( z, y,-x) + { 0.0000 0.0000 0.0000} + 19: (22) 2 ( x, 0, x) --> ( z,-y, x) + { 0.0000 0.0000 0.0000} + 20: (23) 4- ( 0, y, 0) --> (-z, y, x) + { 0.0000 0.0000 0.0000} + 21: (19) 2 ( 0, y,-y) --> (-x,-z,-y) + { 0.0000 0.0000 0.0000} + 22: (18) 2 ( 0, y, y) --> (-x, z, y) + { 0.0000 0.0000 0.0000} + 23: (17) 4- ( x, 0, 0) --> ( x, z,-y) + { 0.0000 0.0000 0.0000} + 24: (20) 4+ ( x, 0, 0) --> ( x,-z, y) + { 0.0000 0.0000 0.0000} + + + Information on Space Group: + --------------------------- + + => Number of Space group: 225 + => Hermann-Mauguin Symbol: F m -3 m + => Hall Symbol: -F 4 2 3 + => Setting Type: IT (Generated from Hermann-Mauguin symbol) + => Crystal System: Cubic + => Laue Class: m-3m + => Point Group: m-3m + => Bravais Lattice: F + => Lattice Symbol: cF + => Reduced Number of S.O.: 24 + => General multiplicity: 192 + => Centrosymmetry: Centric (-1 at origin) + => Generators (exc. -1&L): 3 + => Asymmetric unit: 0.000 <= x <= 0.500 + 0.000 <= y <= 0.250 + 0.000 <= z <= 0.250 + => Centring vectors: 3 + => Latt( 1): (1/2,1/2,0) => Latt( 2): (1/2,0,1/2) + => Latt( 3): (0,1/2,1/2) + + => List of all Symmetry Operators and Symmetry Symbols + + => SYMM( 1): x,y,z Symbol: 1 + => SYMM( 2): x,-y,-z Symbol: 2 x,0,0 + => SYMM( 3): -x,y,-z Symbol: 2 0,y,0 + => SYMM( 4): -x,-y,z Symbol: 2 0,0,z + => SYMM( 5): y,z,x Symbol: 3- x,x,x + => SYMM( 6): -y,-z,x Symbol: 3+ x,-x,x + => SYMM( 7): y,-z,-x Symbol: 3+ x,x,-x + => SYMM( 8): -y,z,-x Symbol: 3- x,-x,-x + => SYMM( 9): z,x,y Symbol: 3+ x,x,x + => SYMM( 10): -z,x,-y Symbol: 3- x,x,-x + => SYMM( 11): -z,-x,y Symbol: 3+ x,-x,-x + => SYMM( 12): z,-x,-y Symbol: 3- x,-x,x + => SYMM( 13): y,x,z Symbol: m x,x,z + => SYMM( 14): -y,x,-z Symbol: -4- 0,0,z; 0,0,0 + => SYMM( 15): y,-x,-z Symbol: -4+ 0,0,z; 0,0,0 + => SYMM( 16): -y,-x,z Symbol: m x,-x,z + => SYMM( 17): z,y,x Symbol: m x,y,x + => SYMM( 18): -z,-y,x Symbol: -4+ 0,y,0; 0,0,0 + => SYMM( 19): -z,y,-x Symbol: m x,y,-x + => SYMM( 20): z,-y,-x Symbol: -4- 0,y,0; 0,0,0 + => SYMM( 21): x,z,y Symbol: m x,y,y + => SYMM( 22): x,-z,-y Symbol: m x,y,-y + => SYMM( 23): -x,-z,y Symbol: -4- x,0,0; 0,0,0 + => SYMM( 24): -x,z,-y Symbol: -4+ x,0,0; 0,0,0 + => SYMM( 25): -x,-y,-z Symbol: -1 0,0,0 + => SYMM( 26): -x,y,z Symbol: m 0,y,z + => SYMM( 27): x,-y,z Symbol: m x,0,z + => SYMM( 28): x,y,-z Symbol: m x,y,0 + => SYMM( 29): -y,-z,-x Symbol: -3- x,x,x; 0,0,0 + => SYMM( 30): y,z,-x Symbol: -3+ x,-x,x; 0,0,0 + => SYMM( 31): -y,z,x Symbol: -3+ x,x,-x; 0,0,0 + => SYMM( 32): y,-z,x Symbol: -3- x,-x,-x; 0,0,0 + => SYMM( 33): -z,-x,-y Symbol: -3+ x,x,x; 0,0,0 + => SYMM( 34): z,-x,y Symbol: -3- x,x,-x; 0,0,0 + => SYMM( 35): z,x,-y Symbol: -3+ x,-x,-x; 0,0,0 + => SYMM( 36): -z,x,y Symbol: -3- x,-x,x; 0,0,0 + => SYMM( 37): -y,-x,-z Symbol: 2 x,-x,0 + => SYMM( 38): y,-x,z Symbol: 4- 0,0,z + => SYMM( 39): -y,x,z Symbol: 4+ 0,0,z + => SYMM( 40): y,x,-z Symbol: 2 x,x,0 + => SYMM( 41): -z,-y,-x Symbol: 2 x,0,-x + => SYMM( 42): z,y,-x Symbol: 4+ 0,y,0 + => SYMM( 43): z,-y,x Symbol: 2 x,0,x + => SYMM( 44): -z,y,x Symbol: 4- 0,y,0 + => SYMM( 45): -x,-z,-y Symbol: 2 0,y,-y + => SYMM( 46): -x,z,y Symbol: 2 0,y,y + => SYMM( 47): x,z,-y Symbol: 4- x,0,0 + => SYMM( 48): x,-z,y Symbol: 4+ x,0,0 + => SYMM( 49): x+1/2,y+1/2,z Symbol: t (1/2,1/2,0) + => SYMM( 50): x+1/2,-y+1/2,-z Symbol: 2 (1/2,0,0) x,1/4,0 + => SYMM( 51): -x+1/2,y+1/2,-z Symbol: 2 (0,1/2,0) 1/4,y,0 + => SYMM( 52): -x+1/2,-y+1/2,z Symbol: 2 1/4,1/4,z + => SYMM( 53): y+1/2,z+1/2,x Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x-1/3 + => SYMM( 54): -y+1/2,-z+1/2,x Symbol: 3+ x,-x+1/2,x + => SYMM( 55): y+1/2,-z+1/2,-x Symbol: 3+ (1/3,1/3,-1/3) x,x-1/6,-x+1/3 + => SYMM( 56): -y+1/2,z+1/2,-x Symbol: 3- x,-x+1/2,-x + => SYMM( 57): z+1/2,x+1/2,y Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x-1/6 + => SYMM( 58): -z+1/2,x+1/2,-y Symbol: 3- (1/3,1/3,-1/3) x,x+1/6,-x+1/6 + => SYMM( 59): -z+1/2,-x+1/2,y Symbol: 3+ x,-x+1/2,-x+1/2 + => SYMM( 60): z+1/2,-x+1/2,-y Symbol: 3- x,-x+1/2,x-1/2 + => SYMM( 61): y+1/2,x+1/2,z Symbol: n (1/2,1/2,0) x,x,z + => SYMM( 62): -y+1/2,x+1/2,-z Symbol: -4- 0,1/2,z; 0,1/2,0 + => SYMM( 63): y+1/2,-x+1/2,-z Symbol: -4+ 1/2,0,z; 1/2,0,0 + => SYMM( 64): -y+1/2,-x+1/2,z Symbol: m x,-x+1/2,z + => SYMM( 65): z+1/2,y+1/2,x Symbol: g (1/4,1/2,1/4) x,y,x-1/4 + => SYMM( 66): -z+1/2,-y+1/2,x Symbol: -4+ 1/4,y,1/4; 1/4,1/4,1/4 + => SYMM( 67): -z+1/2,y+1/2,-x Symbol: g (1/4,1/2,-1/4) x,y,-x+1/4 + => SYMM( 68): z+1/2,-y+1/2,-x Symbol: -4- 1/4,y,-1/4; 1/4,1/4,-1/4 + => SYMM( 69): x+1/2,z+1/2,y Symbol: g (1/2,1/4,1/4) x,y,y-1/4 + => SYMM( 70): x+1/2,-z+1/2,-y Symbol: g (1/2,1/4,-1/4) x,y,-y+1/4 + => SYMM( 71): -x+1/2,-z+1/2,y Symbol: -4- x,1/4,1/4; 1/4,1/4,1/4 + => SYMM( 72): -x+1/2,z+1/2,-y Symbol: -4+ x,1/4,-1/4; 1/4,1/4,-1/4 + => SYMM( 73): -x+1/2,-y+1/2,-z Symbol: -1 1/4,1/4,0 + => SYMM( 74): -x+1/2,y+1/2,z Symbol: b 1/4,y,z + => SYMM( 75): x+1/2,-y+1/2,z Symbol: a x,1/4,z + => SYMM( 76): x+1/2,y+1/2,-z Symbol: n (1/2,1/2,0) x,y,0 + => SYMM( 77): -y+1/2,-z+1/2,-x Symbol: -3- x,x+1/2,x; 0,1/2,0 + => SYMM( 78): y+1/2,z+1/2,-x Symbol: -3+ x,-x+1/2,x-1; 1/2,0,-1/2 + => SYMM( 79): -y+1/2,z+1/2,x Symbol: -3+ x,x+1/2,-x; 0,1/2,0 + => SYMM( 80): y+1/2,-z+1/2,x Symbol: -3- x,-x+1/2,-x+1; 1/2,0,1/2 + => SYMM( 81): -z+1/2,-x+1/2,-y Symbol: -3+ x,x-1/2,x-1/2; 1/2,0,0 + => SYMM( 82): z+1/2,-x+1/2,y Symbol: -3- x,x-1/2,-x+1/2; 1/2,0,0 + => SYMM( 83): z+1/2,x+1/2,-y Symbol: -3+ x,-x+1/2,-x-1/2; 0,1/2,-1/2 + => SYMM( 84): -z+1/2,x+1/2,y Symbol: -3- x,-x+1/2,x+1/2; 0,1/2,1/2 + => SYMM( 85): -y+1/2,-x+1/2,-z Symbol: 2 x,-x+1/2,0 + => SYMM( 86): y+1/2,-x+1/2,z Symbol: 4- 1/2,0,z + => SYMM( 87): -y+1/2,x+1/2,z Symbol: 4+ 0,1/2,z + => SYMM( 88): y+1/2,x+1/2,-z Symbol: 2 (1/2,1/2,0) x,x,0 + => SYMM( 89): -z+1/2,-y+1/2,-x Symbol: 2 (1/4,0,-1/4) x,1/4,-x+1/4 + => SYMM( 90): z+1/2,y+1/2,-x Symbol: 4+ (0,1/2,0) 1/4,y,-1/4 + => SYMM( 91): z+1/2,-y+1/2,x Symbol: 2 (1/4,0,1/4) x,1/4,x-1/4 + => SYMM( 92): -z+1/2,y+1/2,x Symbol: 4- (0,1/2,0) 1/4,y,1/4 + => SYMM( 93): -x+1/2,-z+1/2,-y Symbol: 2 (0,1/4,-1/4) 1/4,y,-y+1/4 + => SYMM( 94): -x+1/2,z+1/2,y Symbol: 2 (0,1/4,1/4) 1/4,y,y-1/4 + => SYMM( 95): x+1/2,z+1/2,-y Symbol: 4- (1/2,0,0) x,1/4,-1/4 + => SYMM( 96): x+1/2,-z+1/2,y Symbol: 4+ (1/2,0,0) x,1/4,1/4 + => SYMM( 97): x+1/2,y,z+1/2 Symbol: t (1/2,0,1/2) + => SYMM( 98): x+1/2,-y,-z+1/2 Symbol: 2 (1/2,0,0) x,0,1/4 + => SYMM( 99): -x+1/2,y,-z+1/2 Symbol: 2 1/4,y,1/4 + => SYMM(100): -x+1/2,-y,z+1/2 Symbol: 2 (0,0,1/2) 1/4,0,z + => SYMM(101): y+1/2,z,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x+1/6 + => SYMM(102): -y+1/2,-z,x+1/2 Symbol: 3+ (1/3,-1/3,1/3) x,-x+1/6,x+1/6 + => SYMM(103): y+1/2,-z,-x+1/2 Symbol: 3+ x,x-1/2,-x+1/2 + => SYMM(104): -y+1/2,z,-x+1/2 Symbol: 3- x,-x+1/2,-x+1/2 + => SYMM(105): z+1/2,x,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x-1/3,x-1/6 + => SYMM(106): -z+1/2,x,-y+1/2 Symbol: 3- x,x,-x+1/2 + => SYMM(107): -z+1/2,-x,y+1/2 Symbol: 3+ x,-x,-x+1/2 + => SYMM(108): z+1/2,-x,-y+1/2 Symbol: 3- (1/3,-1/3,1/3) x,-x+1/3,x-1/6 + => SYMM(109): y+1/2,x,z+1/2 Symbol: g (1/4,1/4,1/2) x,x-1/4,z + => SYMM(110): -y+1/2,x,-z+1/2 Symbol: -4- 1/4,1/4,z; 1/4,1/4,1/4 + => SYMM(111): y+1/2,-x,-z+1/2 Symbol: -4+ 1/4,-1/4,z; 1/4,-1/4,1/4 + => SYMM(112): -y+1/2,-x,z+1/2 Symbol: g (1/4,-1/4,1/2) x,-x+1/4,z + => SYMM(113): z+1/2,y,x+1/2 Symbol: n (1/2,0,1/2) x,y,x + => SYMM(114): -z+1/2,-y,x+1/2 Symbol: -4+ 0,y,1/2; 0,0,1/2 + => SYMM(115): -z+1/2,y,-x+1/2 Symbol: m x,y,-x+1/2 + => SYMM(116): z+1/2,-y,-x+1/2 Symbol: -4- 1/2,y,0; 1/2,0,0 + => SYMM(117): x+1/2,z,y+1/2 Symbol: g (1/2,1/4,1/4) x,y,y+1/4 + => SYMM(118): x+1/2,-z,-y+1/2 Symbol: g (1/2,-1/4,1/4) x,y,-y+1/4 + => SYMM(119): -x+1/2,-z,y+1/2 Symbol: -4- x,-1/4,1/4; 1/4,-1/4,1/4 + => SYMM(120): -x+1/2,z,-y+1/2 Symbol: -4+ x,1/4,1/4; 1/4,1/4,1/4 + => SYMM(121): -x+1/2,-y,-z+1/2 Symbol: -1 1/4,0,1/4 + => SYMM(122): -x+1/2,y,z+1/2 Symbol: c 1/4,y,z + => SYMM(123): x+1/2,-y,z+1/2 Symbol: n (1/2,0,1/2) x,0,z + => SYMM(124): x+1/2,y,-z+1/2 Symbol: a x,y,1/4 + => SYMM(125): -y+1/2,-z,-x+1/2 Symbol: -3- x,x-1/2,x-1/2; 1/2,0,0 + => SYMM(126): y+1/2,z,-x+1/2 Symbol: -3+ x,-x+1/2,x-1/2; 1/2,0,0 + => SYMM(127): -y+1/2,z,x+1/2 Symbol: -3+ x,x+1/2,-x+1/2; 0,1/2,1/2 + => SYMM(128): y+1/2,-z,x+1/2 Symbol: -3- x,-x-1/2,-x+1/2; 0,-1/2,1/2 + => SYMM(129): -z+1/2,-x,-y+1/2 Symbol: -3+ x,x,x+1/2; 0,0,1/2 + => SYMM(130): z+1/2,-x,y+1/2 Symbol: -3- x,x-1,-x+1/2; 1/2,-1/2,0 + => SYMM(131): z+1/2,x,-y+1/2 Symbol: -3+ x,-x+1,-x+1/2; 1/2,1/2,0 + => SYMM(132): -z+1/2,x,y+1/2 Symbol: -3- x,-x,x+1/2; 0,0,1/2 + => SYMM(133): -y+1/2,-x,-z+1/2 Symbol: 2 (1/4,-1/4,0) x,-x+1/4,1/4 + => SYMM(134): y+1/2,-x,z+1/2 Symbol: 4- (0,0,1/2) 1/4,-1/4,z + => SYMM(135): -y+1/2,x,z+1/2 Symbol: 4+ (0,0,1/2) 1/4,1/4,z + => SYMM(136): y+1/2,x,-z+1/2 Symbol: 2 (1/4,1/4,0) x,x-1/4,1/4 + => SYMM(137): -z+1/2,-y,-x+1/2 Symbol: 2 x,0,-x+1/2 + => SYMM(138): z+1/2,y,-x+1/2 Symbol: 4+ 1/2,y,0 + => SYMM(139): z+1/2,-y,x+1/2 Symbol: 2 (1/2,0,1/2) x,0,x + => SYMM(140): -z+1/2,y,x+1/2 Symbol: 4- 0,y,1/2 + => SYMM(141): -x+1/2,-z,-y+1/2 Symbol: 2 (0,-1/4,1/4) 1/4,y,-y+1/4 + => SYMM(142): -x+1/2,z,y+1/2 Symbol: 2 (0,1/4,1/4) 1/4,y,y+1/4 + => SYMM(143): x+1/2,z,-y+1/2 Symbol: 4- (1/2,0,0) x,1/4,1/4 + => SYMM(144): x+1/2,-z,y+1/2 Symbol: 4+ (1/2,0,0) x,-1/4,1/4 + => SYMM(145): x,y+1/2,z+1/2 Symbol: t (0,1/2,1/2) + => SYMM(146): x,-y+1/2,-z+1/2 Symbol: 2 x,1/4,1/4 + => SYMM(147): -x,y+1/2,-z+1/2 Symbol: 2 (0,1/2,0) 0,y,1/4 + => SYMM(148): -x,-y+1/2,z+1/2 Symbol: 2 (0,0,1/2) 0,1/4,z + => SYMM(149): y,z+1/2,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x+1/3,x+1/6 + => SYMM(150): -y,-z+1/2,x+1/2 Symbol: 3+ x,-x,x+1/2 + => SYMM(151): y,-z+1/2,-x+1/2 Symbol: 3+ x,x,-x+1/2 + => SYMM(152): -y,z+1/2,-x+1/2 Symbol: 3- (-1/3,1/3,1/3) x,-x+1/3,-x+1/6 + => SYMM(153): z,x+1/2,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x+1/3 + => SYMM(154): -z,x+1/2,-y+1/2 Symbol: 3- x,x+1/2,-x + => SYMM(155): -z,-x+1/2,y+1/2 Symbol: 3+ (-1/3,1/3,1/3) x,-x+1/6,-x+1/3 + => SYMM(156): z,-x+1/2,-y+1/2 Symbol: 3- x,-x+1/2,x + => SYMM(157): y,x+1/2,z+1/2 Symbol: g (1/4,1/4,1/2) x,x+1/4,z + => SYMM(158): -y,x+1/2,-z+1/2 Symbol: -4- -1/4,1/4,z; -1/4,1/4,1/4 + => SYMM(159): y,-x+1/2,-z+1/2 Symbol: -4+ 1/4,1/4,z; 1/4,1/4,1/4 + => SYMM(160): -y,-x+1/2,z+1/2 Symbol: g (-1/4,1/4,1/2) x,-x+1/4,z + => SYMM(161): z,y+1/2,x+1/2 Symbol: g (1/4,1/2,1/4) x,y,x+1/4 + => SYMM(162): -z,-y+1/2,x+1/2 Symbol: -4+ -1/4,y,1/4; -1/4,1/4,1/4 + => SYMM(163): -z,y+1/2,-x+1/2 Symbol: g (-1/4,1/2,1/4) x,y,-x+1/4 + => SYMM(164): z,-y+1/2,-x+1/2 Symbol: -4- 1/4,y,1/4; 1/4,1/4,1/4 + => SYMM(165): x,z+1/2,y+1/2 Symbol: n (0,1/2,1/2) x,y,y + => SYMM(166): x,-z+1/2,-y+1/2 Symbol: m x,y,-y+1/2 + => SYMM(167): -x,-z+1/2,y+1/2 Symbol: -4- x,0,1/2; 0,0,1/2 + => SYMM(168): -x,z+1/2,-y+1/2 Symbol: -4+ x,1/2,0; 0,1/2,0 + => SYMM(169): -x,-y+1/2,-z+1/2 Symbol: -1 0,1/4,1/4 + => SYMM(170): -x,y+1/2,z+1/2 Symbol: n (0,1/2,1/2) 0,y,z + => SYMM(171): x,-y+1/2,z+1/2 Symbol: c x,1/4,z + => SYMM(172): x,y+1/2,-z+1/2 Symbol: b x,y,1/4 + => SYMM(173): -y,-z+1/2,-x+1/2 Symbol: -3- x,x,x+1/2; 0,0,1/2 + => SYMM(174): y,z+1/2,-x+1/2 Symbol: -3+ x,-x+1,x-1/2; 1/2,1/2,0 + => SYMM(175): -y,z+1/2,x+1/2 Symbol: -3+ x,x+1,-x-1/2; -1/2,1/2,0 + => SYMM(176): y,-z+1/2,x+1/2 Symbol: -3- x,-x,-x+1/2; 0,0,1/2 + => SYMM(177): -z,-x+1/2,-y+1/2 Symbol: -3+ x,x+1/2,x; 0,1/2,0 + => SYMM(178): z,-x+1/2,y+1/2 Symbol: -3- x,x-1/2,-x+1; 1/2,0,1/2 + => SYMM(179): z,x+1/2,-y+1/2 Symbol: -3+ x,-x+1/2,-x; 0,1/2,0 + => SYMM(180): -z,x+1/2,y+1/2 Symbol: -3- x,-x-1/2,x+1; -1/2,0,1/2 + => SYMM(181): -y,-x+1/2,-z+1/2 Symbol: 2 (-1/4,1/4,0) x,-x+1/4,1/4 + => SYMM(182): y,-x+1/2,z+1/2 Symbol: 4- (0,0,1/2) 1/4,1/4,z + => SYMM(183): -y,x+1/2,z+1/2 Symbol: 4+ (0,0,1/2) -1/4,1/4,z + => SYMM(184): y,x+1/2,-z+1/2 Symbol: 2 (1/4,1/4,0) x,x+1/4,1/4 + => SYMM(185): -z,-y+1/2,-x+1/2 Symbol: 2 (-1/4,0,1/4) x,1/4,-x+1/4 + => SYMM(186): z,y+1/2,-x+1/2 Symbol: 4+ (0,1/2,0) 1/4,y,1/4 + => SYMM(187): z,-y+1/2,x+1/2 Symbol: 2 (1/4,0,1/4) x,1/4,x+1/4 + => SYMM(188): -z,y+1/2,x+1/2 Symbol: 4- (0,1/2,0) -1/4,y,1/4 + => SYMM(189): -x,-z+1/2,-y+1/2 Symbol: 2 0,y,-y+1/2 + => SYMM(190): -x,z+1/2,y+1/2 Symbol: 2 (0,1/2,1/2) 0,y,y + => SYMM(191): x,z+1/2,-y+1/2 Symbol: 4- x,1/2,0 + => SYMM(192): x,-z+1/2,y+1/2 Symbol: 4+ x,0,1/2 + + => Special Wyckoff Positions for F m -3 m + + Multp Site Representative Coordinates (centring translations excluded) + 96 k x,x,z x,-x,-z -x,x,-z + -x,-x,z x,z,x -x,-z,x + x,-z,-x -x,z,-x z,x,x + -z,x,-x -z,-x,x z,-x,-x + -x,-x,-z -x,x,z x,-x,z + x,x,-z -x,-z,-x x,z,-x + -x,z,x x,-z,x -z,-x,-x + z,-x,x z,x,-x -z,x,x + + 96 j 0,y,z 0,-y,-z 0,y,-z + 0,-y,z y,z,0 -y,-z,0 + y,-z,0 -y,z,0 z,0,y + -z,0,-y -z,0,y z,0,-y + y,0,z -y,0,-z y,0,-z + -y,0,z z,y,0 -z,-y,0 + -z,y,0 z,-y,0 0,z,y + 0,-z,-y 0,-z,y 0,z,-y + + 48 i 1/2,y,y 1/2,-y,-y 1/2,y,-y + 1/2,-y,y y,y,1/2 -y,-y,1/2 + y,-y,1/2 -y,y,1/2 y,1/2,y + -y,1/2,-y -y,1/2,y y,1/2,-y + + 48 h 0,y,y 0,-y,-y 0,y,-y + 0,-y,y y,y,0 -y,-y,0 + y,-y,0 -y,y,0 y,0,y + -y,0,-y -y,0,y y,0,-y + + 48 g x,1/4,1/4 -x,1/4,3/4 1/4,1/4,x + 1/4,3/4,-x 1/4,x,1/4 3/4,-x,1/4 + -x,3/4,3/4 x,3/4,1/4 3/4,3/4,-x + 3/4,1/4,x 3/4,-x,3/4 1/4,x,3/4 + + 32 f x,x,x x,-x,-x -x,x,-x + -x,-x,x -x,-x,-x -x,x,x + x,-x,x x,x,-x + + 24 e x,0,0 -x,0,0 0,0,x + 0,0,-x 0,x,0 0,-x,0 + + 24 d 0,1/4,1/4 0,1/4,3/4 1/4,1/4,0 + 1/4,3/4,0 1/4,0,1/4 3/4,0,1/4 + + 8 c 1/4,1/4,1/4 3/4,3/4,3/4 + + 4 b 1/2,1/2,1/2 + + 4 a 0,0,0 + + + => Initial parameters ==> + Atom Ntyp X Y Z B occ. in fin Spc Mult + B11 B22 B33 B12 B13 B23 + Li1 LI 0.00000 0.00000 0.00000 1.20000 0.02083 0 0 0 4 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + F1 F 0.50000 0.50000 0.50000 0.80000 0.02083 0 0 0 4 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + + => IT IS ASSUMED THAT THE FIRST GIVEN SITE IS FULLY OCCUPIED + OR THE FIRST AND SECOND ATOMS ARE IN THE SAME SITE WITH TOTAL FULL OCCUPATION + (if this is not the case, change the order of atoms to obtain correct values for the content of the unit cell) + The phase contains sites partially occupied + -> Atom: LI , Chemical element: LI Atomic Mass: 6.9410 + -> Atom: F , Chemical element: F Atomic Mass: 18.9984 + => The given value of ATZ is 103.76 the program has calculated: 103.72 + The value of ATZ given in the input PCR file will be used for quantitative analysis + => The chemical content of the unit cell is: + 4.0000 LI + 4.0000 F + => The normalized site occupation numbers in % are: + 100.0000 Li1 : 100.0000 F1 + => The density (volumic mass) of the compound is: 2.639 g/cm3 + + =>-------> PROFILE PARAMETERS FOR PATTERN: 1 + + => Overall scale factor: 0.100000E-01 + => ETA (p-Voigt) OR M (Pearson VII): 0.0000 + => Overall temperature factor: 0.00000 + => Halfwidth U,V,W: 0.04846 -0.08305 0.04000 + => X and Y parameters: 0.0000 0.0493 + => Direct cell parameters: 4.0267 4.0267 4.0267 90.0000 90.0000 90.0000 + => Preferred orientation parameters: 0.0000 0.0000 + => Asymmetry parameters : 0.00000 0.00000 0.00000 0.00000 + => Strain parameters : 0.00000 0.00000 0.00000 + => Size parameters : 0.00000 0.00000 + => Further shape parameters (S_L and D_L): 0.00000 0.00000 + S_L is source width/detector distance + D_L is detector width/detector distance + + ==> CODEWORDS FOR PROFILE PARAMETERS of PATTERN# 1 + + => Overall scale factor: 0.000 + => ETA (p-Voigt) OR M (Pearson VII): 0.000 + => Overall temperature factor: 0.000 + => Halfwidth U,V,W: 0.000 0.000 0.000 + => X and Y parameters: 0.000 0.000 + => Direct cell parameters: 0.000 0.000 0.000 0.000 0.000 0.000 + => Preferred orientation parameters: 0.000 0.000 + => Asymmetry parameters : 0.000 0.000 0.000 0.000 + => Strain parameters : 0.000 0.000 0.000 + => Size parameters : 0.000 0.000 + + => Cell constraints according to Laue symmetry: m-3m + + Metric information: + ------------------- + + => Direct cell parameters: + + a = 4.0267 b = 4.0267 c = 4.0267 + alpha = 90.000 beta = 90.000 gamma = 90.000 + Direct Cell Volume = 65.2902 + + => Reciprocal cell parameters: + + a*= 0.248342 b*= 0.248342 c*= 0.248342 + alpha*= 90.000 beta*= 90.000 gamma*= 90.000 + Reciprocal Cell Volume = 0.01531624 + + => Direct and Reciprocal Metric Tensors: + + GD GR + 16.2143 0.0000 0.0000 0.061674 0.000000 0.000000 + 0.0000 16.2143 0.0000 0.000000 0.061674 0.000000 + 0.0000 0.0000 16.2143 0.000000 0.000000 0.061674 + + => Cartesian frame: x // a; z is along c*; y is within the ab-plane + + Crystal_to_Orthonormal_Matrix Orthonormal_to_Crystal Matrix + Cr_Orth_cel Orth_Cr_cel + 4.0267 0.0000 0.0000 0.248342 -0.000000 -0.000000 + 0.0000 4.0267 0.0000 0.000000 0.248342 -0.000000 + 0.0000 0.0000 4.0267 0.000000 0.000000 0.248342 + + Busing-Levy B-matrix: Hc=B.H Inverse of the Busing-Levy B-matrix + BL_M BL_Minv + 0.248342 0.000000 0.000000 4.0267 -0.0000 -0.0000 + 0.000000 0.248342 -0.000000 0.0000 4.0267 0.0000 + 0.000000 0.000000 0.248342 0.0000 0.0000 4.0267 + + => Laue symmetry m-3m will be used to generate HKL for pattern# 1 + => Reflections generated between S(1/d)min: 0.1131 A-1 and S(1/d)max: 1.2972 A-1 + => dmax: 8.8380 A and dmin: 0.7709 A + => The number of reflections generated is: 11 + => The max. scatt. variable (gen.ref.) is: 175.4284 + => Scattering coefficients from internal table + + + => X-ray scattering coeff. (A1, B1, A2,...C, f(0), Z, Dfp,Dfpp) + + LI 1.1282 3.9546 0.7508 1.0524 0.6175 85.3905 0.4653 168.2610 0.0377 2.9995 3.0000 0.0010 0.0000 + F 3.5392 10.2825 2.6412 4.2944 1.5170 0.2615 1.0243 26.1476 0.2776 8.9993 9.0000 0.0690 0.0530 + + + => No optimization for routine tasks + + + Standard deviations have to be multiplied by:57.9140 + (correlated residuals) See references: + -J.F.Berar & P.Lelann, J. Appl. Cryst. 24, 1-5 (1991) + -J.F.Berar, Acc. in Pow. Diff. II,NIST Sp.Pub. 846, 63(1992) + + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 1 + => Convergence reached at this CYCLE !!!! + => Parameter shifts set to zero + --------------------------------------------------------------------------------------- + => Phase 1 Name: LiF + --------------------------------------------------------------------------------------- + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Li1 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 1.20000 0.00000 0.00000 0.02083 0.00000 0.00000 + F1 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.80000 0.00000 0.00000 0.02083 0.00000 0.00000 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Overall scale factor: 0.010000000 0.000000000 0.000000000 + => Eta(p-Voigt) or m(Pearson VII): 0.000000 0.000000 0.000000 + => Overall tem. factor: 0.000000 0.000000 0.000000 + => Halfwidth parameters: + 0.048457 0.000000 0.000000 + -0.083053 0.000000 0.000000 + 0.040000 0.000000 0.000000 + => Cell parameters: + 4.026700 0.000000 0.000000 + 4.026700 0.000000 0.000000 + 4.026700 0.000000 0.000000 + 90.000000 0.000000 0.000000 + 90.000000 0.000000 0.000000 + 90.000000 0.000000 0.000000 + => Preferred orientation: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Asymmetry parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => X and Y parameters: + 0.000000 0.000000 0.000000 + 0.049268 0.000000 0.000000 + => Strain parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Size parameters (G,L): + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Further shape parameters (S_L and D_L): + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: 0.0000 0.0000 0.0000 + => Background Polynomial Parameters ==> + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + + => Cos( theta)-shift parameter : 0.0000 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => R-Factors: 99.8 99.8 Chi2: 407. DW-Stat.: 0.0111 Patt#: 1 + => Expected : 4.94 1.9199 + => Deviance : 0.303E+08 Dev*: 0.000 + => GoF-index: 20. Sqrt(Residual/N) + => N-P+C: 6000 + + => SumYdif SumYobs SumYcal SumwYobsSQ Residual Condition + 0.2448E+07 0.2454E+07 5858. 0.2454E+07 0.2445E+07 0.000 + + + => Conventional Rietveld Rp,Rwp,Re and Chi2: 99.8 99.8 4.94 407.4 + => (Values obtained using Ynet, but true sigma(y)) + => SumYnet, Sum(w Ynet**2): 0.2454E+07 0.2454E+07 + + => N-sigma of the GoF: 22261.715 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => R-Factors: 99.7 99.7 Chi2: 355. DW-Stat.: 0.0158 Patt#: + => Expected : 5.29 1.9108 + => Deviance : 0.303E+08 Dev*: NaN + => GoF-index: 19. Sqrt(Residual/N) + => N-P+C: 4847 + + => SumYdif SumYobs SumYcal SumwYobsSQ Residual Condition + 0.1726E+07 0.1732E+07 5858. 0.1732E+07 0.1722E+07 0.000 + + + => Conventional Rietveld Rp,Rwp,Re and Chi2: 99.7 99.7 5.29 355.4 + => (Values obtained using Ynet, but true sigma(y)) + => SumYnet, Sum(w Ynet**2): 0.1732E+07 0.1732E+07 + + => N-sigma of the GoF: 17445.307 + + => Global user-weigthed Chi2 (Bragg contrib.): 504. + + => ---------> Pattern# 1 + => Phase: 1 + => Bragg R-factor: 99.4 + => RF-factor : 92.1 + + -------------------------------------------------------------------------------------------------------------- + Pattern# 1 Phase No.: 1 Phase name: LiF + -------------------------------------------------------------------------------------------------------------- + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 1 1 1 1 1 8 0.159109 38.699 32.1 2949.4 7.714 0.129654 0.052217 0.400847 2.324816 9.242572 + 2 1 2 0 0 6 0.148388 44.988 44.1 7221.9 12.890 0.117973 0.053325 0.434433 2.013350 5.375061 + 3 1 2 2 0 12 0.116766 65.511 26.7 4153.1 10.137 0.081387 0.058584 0.579283 1.423653 6.203601 + 4 1 3 1 1 24 0.107046 78.758 8.0 1317.6 5.437 0.066904 0.063739 0.667664 1.214096 10.187317 + 5 1 2 2 2 8 0.108368 83.006 8.3 1191.9 5.145 0.066711 0.065785 0.678270 1.162408 3.252578 + 6 1 4 0 0 6 0.145390 99.845 3.7 792.3 4.396 0.098681 0.076524 0.603002 1.006675 2.235799 + 7 1 3 3 1 24 0.210634 112.988 3.1 805.9 3.994 0.158454 0.089250 0.501596 0.923788 9.114422 + 8 1 4 2 0 24 0.242168 117.628 10.6 1543.7 5.789 0.187211 0.095145 0.469778 0.900397 9.345131 + 9 1 4 2 2 24 0.486618 139.154 9.9 2576.6 7.832 0.407978 0.141189 0.358888 0.821947 12.140432 + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 LiF + => Bragg R-factor: 99.4 Vol: 65.290( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 92.1 ATZ: 103.724 Brindley: 1.0000 + + ----------------------------------------------------------------- + SYMBOLIC NAMES AND FINAL VALUES AND SIGMA OF REFINED PARAMETERS: + ----------------------------------------------------------------- + + + ------------------------------------------------------------------ + => Number of bytes for floating point variables: 4 + => Dimensions of dynamic allocated arrays in this run of FullProf: + ------------------------------------------------------------------ + + => Total approximate array memory (dynamic + static): 127459053 bytes + + MaxPOINT= 80000 Max.num. of points(+int. Inten.)/diffraction pattern + MaxREFLT= 25000 Max.num. of reflections/diffraction pattern + MaxPARAM= 500 Max.num. of refinable parameters + MaxOVERL= 9000 Max.num. of overlapping reflections + + ---------------------------------------------------------- + => Number of bytes for floating point arrays: 4 + => Dimensions of fixed arrays in this release of FullProf: + ---------------------------------------------------------- + + NPATT = 80 Max.num. of powder diffraction patterns + NATS = 830 Max.num. of atoms (all kind) in asymmetric unit + MPAR = 1800 Max.num. of non atomic parameters/phase + IEXCL = 30 Max.num. of excluded regions + IBACP = 377 Max.num. of background points for interpolation + NPHT = 16 Max.num. of phases + NMAGM = 8 Max.num. of rotation-matrices sets for magnetic structure + NBASIS = 12 Max.num. of basis functions associated to a single atom + NIREPS = 9 Max.num. of irreducible representations to be combined + N_EQ = 384 Max.num. of user-supplied symmetry operators/propagation vectors + NGL = 400 Max.num. of global parameters/diffraction pattern + N_LINC = 50 Max.num. of global linear restraints + NAT_P = 80 Max.num. of atomic parameters per atom + NCONST = 500 Max.num. of slack constraints per phase + N_SPE = 30 Max.num. of different chemical species + N_FORM = 60 Max.num. of scattering factor values in a table + NPR = 150 Max.num. of points defining a numerical profile + INPR = 25 Max.num. of different numerical peak shapes + NPRC = 150 Max.num. of terms in the table for correcting intensities + NSOL = 10 Max.num. of solutions to be stored in Montecarlo searchs + + + CPU Time: 0.148 seconds + 0.002 minutes + + => Run finished at: Date: 18/06/2026 Time: 09:28:39.242 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.pcr b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.pcr new file mode 100644 index 000000000..5bb5e7042 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.pcr @@ -0,0 +1,57 @@ +COMM LiF XrayDif single wavelength absorption Wdt48 +! Current global Chi2 (Bragg contrib.) = 504.4 +! Files => DAT-file: lif_single_absorption.dat, PCR-file: lif_single_absorption +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 0 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 0 1 1 0 4 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.540560 1.540560 0.00000 50.000 48.0000 0.0000 0.9000 160.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 10.00 + 160.00 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + 0.00000 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) + 0.000 0.000 0.000 0.000 0.000 0.000 + 0.00 0.00 0.00 0.00 0.00 0.00 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 99.3511 +!------------------------------------------------------------------------------- +LiF +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 2 0 0 0.0 0.0 1.0 0 0 0 0 0 103.724 0 7 0 +! +! +F m -3 m <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +Li1 LI 0.00000 0.00000 0.00000 1.20000 0.02083 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +F1 F 0.50000 0.50000 0.50000 0.80000 0.02083 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 0.1000000E-01 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.048457 -0.083053 0.040000 0.000000 0.049268 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma #Cell Info + 4.026700 4.026700 4.026700 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 10.000 160.000 1 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.prf b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.prf new file mode 100644 index 000000000..0ca6b83bf --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.prf @@ -0,0 +1,6056 @@ +IGOR +WAVES TwoTheta, Iobs, Icalc, Diff +BEGIN + 10.000 179.00 0.00 179.00 + 10.025 147.00 0.00 147.00 + 10.050 165.00 0.00 165.00 + 10.075 172.00 0.00 172.00 + 10.100 150.00 0.00 150.00 + 10.125 165.00 0.00 165.00 + 10.150 150.00 0.00 150.00 + 10.175 158.00 0.00 158.00 + 10.200 134.00 0.00 134.00 + 10.225 146.00 0.00 146.00 + 10.250 167.00 0.00 167.00 + 10.275 159.00 0.00 159.00 + 10.300 139.00 0.00 139.00 + 10.325 145.00 0.00 145.00 + 10.350 165.00 0.00 165.00 + 10.375 150.00 0.00 150.00 + 10.400 149.00 0.00 149.00 + 10.425 156.00 0.00 156.00 + 10.450 143.00 0.00 143.00 + 10.475 166.00 0.00 166.00 + 10.500 154.00 0.00 154.00 + 10.525 131.00 0.00 131.00 + 10.550 144.00 0.00 144.00 + 10.575 131.00 0.00 131.00 + 10.600 140.00 0.00 140.00 + 10.625 147.00 0.00 147.00 + 10.650 155.00 0.00 155.00 + 10.675 148.00 0.00 148.00 + 10.700 140.00 0.00 140.00 + 10.725 138.00 0.00 138.00 + 10.750 127.00 0.00 127.00 + 10.775 146.00 0.00 146.00 + 10.800 147.00 0.00 147.00 + 10.825 114.00 0.00 114.00 + 10.850 129.00 0.00 129.00 + 10.875 129.00 0.00 129.00 + 10.900 128.00 0.00 128.00 + 10.925 136.00 0.00 136.00 + 10.950 148.00 0.00 148.00 + 10.975 132.00 0.00 132.00 + 11.000 141.00 0.00 141.00 + 11.025 135.00 0.00 135.00 + 11.050 141.00 0.00 141.00 + 11.075 145.00 0.00 145.00 + 11.100 131.00 0.00 131.00 + 11.125 142.00 0.00 142.00 + 11.150 148.00 0.00 148.00 + 11.175 151.00 0.00 151.00 + 11.200 127.00 0.00 127.00 + 11.225 133.00 0.00 133.00 + 11.250 131.00 0.00 131.00 + 11.275 125.00 0.00 125.00 + 11.300 129.00 0.00 129.00 + 11.325 128.00 0.00 128.00 + 11.350 134.00 0.00 134.00 + 11.375 142.00 0.00 142.00 + 11.400 115.00 0.00 115.00 + 11.425 138.00 0.00 138.00 + 11.450 125.00 0.00 125.00 + 11.475 120.00 0.00 120.00 + 11.500 130.00 0.00 130.00 + 11.525 118.00 0.00 118.00 + 11.550 118.00 0.00 118.00 + 11.575 116.00 0.00 116.00 + 11.600 119.00 0.00 119.00 + 11.625 101.00 0.00 101.00 + 11.650 117.00 0.00 117.00 + 11.675 142.00 0.00 142.00 + 11.700 112.00 0.00 112.00 + 11.725 114.00 0.00 114.00 + 11.750 111.00 0.00 111.00 + 11.775 122.00 0.00 122.00 + 11.800 131.00 0.00 131.00 + 11.825 107.00 0.00 107.00 + 11.850 121.00 0.00 121.00 + 11.875 123.00 0.00 123.00 + 11.900 120.00 0.00 120.00 + 11.925 126.00 0.00 126.00 + 11.950 125.00 0.00 125.00 + 11.975 120.00 0.00 120.00 + 12.000 103.00 0.00 103.00 + 12.025 121.00 0.00 121.00 + 12.050 109.00 0.00 109.00 + 12.075 115.00 0.00 115.00 + 12.100 122.00 0.00 122.00 + 12.125 123.00 0.00 123.00 + 12.150 107.00 0.00 107.00 + 12.175 126.00 0.00 126.00 + 12.200 133.00 0.00 133.00 + 12.225 120.00 0.00 120.00 + 12.250 100.00 0.00 100.00 + 12.275 130.00 0.00 130.00 + 12.300 130.00 0.00 130.00 + 12.325 109.00 0.00 109.00 + 12.350 116.00 0.00 116.00 + 12.375 121.00 0.00 121.00 + 12.400 99.00 0.00 99.00 + 12.425 107.00 0.00 107.00 + 12.450 110.00 0.00 110.00 + 12.475 136.00 0.00 136.00 + 12.500 113.00 0.00 113.00 + 12.525 102.00 0.00 102.00 + 12.550 117.00 0.00 117.00 + 12.575 111.00 0.00 111.00 + 12.600 105.00 0.00 105.00 + 12.625 92.00 0.00 92.00 + 12.650 110.00 0.00 110.00 + 12.675 116.00 0.00 116.00 + 12.700 124.00 0.00 124.00 + 12.725 111.00 0.00 111.00 + 12.750 91.00 0.00 91.00 + 12.775 106.00 0.00 106.00 + 12.800 122.00 0.00 122.00 + 12.825 121.00 0.00 121.00 + 12.850 119.00 0.00 119.00 + 12.875 114.00 0.00 114.00 + 12.900 129.00 0.00 129.00 + 12.925 95.00 0.00 95.00 + 12.950 117.00 0.00 117.00 + 12.975 102.00 0.00 102.00 + 13.000 102.00 0.00 102.00 + 13.025 117.00 0.00 117.00 + 13.050 99.00 0.00 99.00 + 13.075 124.00 0.00 124.00 + 13.100 107.00 0.00 107.00 + 13.125 108.00 0.00 108.00 + 13.150 99.00 0.00 99.00 + 13.175 113.00 0.00 113.00 + 13.200 104.00 0.00 104.00 + 13.225 92.00 0.00 92.00 + 13.250 98.00 0.00 98.00 + 13.275 107.00 0.00 107.00 + 13.300 88.00 0.00 88.00 + 13.325 96.00 0.00 96.00 + 13.350 104.00 0.00 104.00 + 13.375 81.00 0.00 81.00 + 13.400 111.00 0.00 111.00 + 13.425 78.00 0.00 78.00 + 13.450 104.00 0.00 104.00 + 13.475 119.00 0.00 119.00 + 13.500 106.00 0.00 106.00 + 13.525 105.00 0.00 105.00 + 13.550 96.00 0.00 96.00 + 13.575 81.00 0.00 81.00 + 13.600 95.00 0.00 95.00 + 13.625 96.00 0.00 96.00 + 13.650 103.00 0.00 103.00 + 13.675 91.00 0.00 91.00 + 13.700 112.00 0.00 112.00 + 13.725 107.00 0.00 107.00 + 13.750 87.00 0.00 87.00 + 13.775 112.00 0.00 112.00 + 13.800 92.00 0.00 92.00 + 13.825 79.00 0.00 79.00 + 13.850 92.00 0.00 92.00 + 13.875 103.00 0.00 103.00 + 13.900 97.00 0.00 97.00 + 13.925 102.00 0.00 102.00 + 13.950 86.00 0.00 86.00 + 13.975 97.00 0.00 97.00 + 14.000 103.00 0.00 103.00 + 14.025 93.00 0.00 93.00 + 14.050 111.00 0.00 111.00 + 14.075 95.00 0.00 95.00 + 14.100 96.00 0.00 96.00 + 14.125 93.00 0.00 93.00 + 14.150 85.00 0.00 85.00 + 14.175 104.00 0.00 104.00 + 14.200 98.00 0.00 98.00 + 14.225 108.00 0.00 108.00 + 14.250 76.00 0.00 76.00 + 14.275 92.00 0.00 92.00 + 14.300 95.00 0.00 95.00 + 14.325 89.00 0.00 89.00 + 14.350 105.00 0.00 105.00 + 14.375 95.00 0.00 95.00 + 14.400 92.00 0.00 92.00 + 14.425 105.00 0.00 105.00 + 14.450 89.00 0.00 89.00 + 14.475 99.00 0.00 99.00 + 14.500 101.00 0.00 101.00 + 14.525 97.00 0.00 97.00 + 14.550 93.00 0.00 93.00 + 14.575 99.00 0.00 99.00 + 14.600 100.00 0.00 100.00 + 14.625 83.00 0.00 83.00 + 14.650 93.00 0.00 93.00 + 14.675 96.00 0.00 96.00 + 14.700 69.00 0.00 69.00 + 14.725 101.00 0.00 101.00 + 14.750 97.00 0.00 97.00 + 14.775 85.00 0.00 85.00 + 14.800 95.00 0.00 95.00 + 14.825 85.00 0.00 85.00 + 14.850 111.00 0.00 111.00 + 14.875 85.00 0.00 85.00 + 14.900 86.00 0.00 86.00 + 14.925 100.00 0.00 100.00 + 14.950 88.00 0.00 88.00 + 14.975 98.00 0.00 98.00 + 15.000 92.00 0.00 92.00 + 15.025 93.00 0.00 93.00 + 15.050 94.00 0.00 94.00 + 15.075 93.00 0.00 93.00 + 15.100 81.00 0.00 81.00 + 15.125 98.00 0.00 98.00 + 15.150 78.00 0.00 78.00 + 15.175 79.00 0.00 79.00 + 15.200 93.00 0.00 93.00 + 15.225 81.00 0.00 81.00 + 15.250 88.00 0.00 88.00 + 15.275 73.00 0.00 73.00 + 15.300 85.00 0.00 85.00 + 15.325 106.00 0.00 106.00 + 15.350 88.00 0.00 88.00 + 15.375 94.00 0.00 94.00 + 15.400 96.00 0.00 96.00 + 15.425 91.00 0.00 91.00 + 15.450 101.00 0.00 101.00 + 15.475 89.00 0.00 89.00 + 15.500 87.00 0.00 87.00 + 15.525 95.00 0.00 95.00 + 15.550 87.00 0.00 87.00 + 15.575 97.00 0.00 97.00 + 15.600 81.00 0.00 81.00 + 15.625 87.00 0.00 87.00 + 15.650 93.00 0.00 93.00 + 15.675 90.00 0.00 90.00 + 15.700 73.00 0.00 73.00 + 15.725 98.00 0.00 98.00 + 15.750 86.00 0.00 86.00 + 15.775 80.00 0.00 80.00 + 15.800 82.00 0.00 82.00 + 15.825 97.00 0.00 97.00 + 15.850 80.00 0.00 80.00 + 15.875 81.00 0.00 81.00 + 15.900 80.00 0.00 80.00 + 15.925 81.00 0.00 81.00 + 15.950 73.00 0.00 73.00 + 15.975 106.00 0.00 106.00 + 16.000 92.00 0.00 92.00 + 16.025 101.00 0.00 101.00 + 16.050 98.00 0.00 98.00 + 16.075 104.00 0.00 104.00 + 16.100 106.00 0.00 106.00 + 16.125 98.00 0.00 98.00 + 16.150 114.00 0.00 114.00 + 16.175 97.00 0.00 97.00 + 16.200 129.00 0.00 129.00 + 16.225 112.00 0.00 112.00 + 16.250 141.00 0.00 141.00 + 16.275 167.00 0.00 167.00 + 16.300 157.00 0.00 157.00 + 16.325 200.00 0.00 200.00 + 16.350 215.00 0.00 215.00 + 16.375 321.00 0.00 321.00 + 16.400 397.00 0.00 397.00 + 16.425 434.00 0.00 434.00 + 16.450 445.00 0.00 445.00 + 16.475 313.00 0.00 313.00 + 16.500 197.00 0.00 197.00 + 16.525 155.00 0.00 155.00 + 16.550 110.00 0.00 110.00 + 16.575 118.00 0.00 118.00 + 16.600 86.00 0.00 86.00 + 16.625 110.00 0.00 110.00 + 16.650 95.00 0.00 95.00 + 16.675 93.00 0.00 93.00 + 16.700 98.00 0.00 98.00 + 16.725 80.00 0.00 80.00 + 16.750 85.00 0.00 85.00 + 16.775 106.00 0.00 106.00 + 16.800 86.00 0.00 86.00 + 16.825 103.00 0.00 103.00 + 16.850 92.00 0.00 92.00 + 16.875 88.00 0.00 88.00 + 16.900 94.00 0.00 94.00 + 16.925 79.00 0.00 79.00 + 16.950 92.00 0.00 92.00 + 16.975 106.00 0.00 106.00 + 17.000 82.00 0.00 82.00 + 17.025 104.00 0.00 104.00 + 17.050 94.00 0.00 94.00 + 17.075 88.00 0.00 88.00 + 17.100 97.00 0.00 97.00 + 17.125 93.00 0.00 93.00 + 17.150 90.00 0.00 90.00 + 17.175 120.00 0.00 120.00 + 17.200 93.00 0.00 93.00 + 17.225 106.00 0.00 106.00 + 17.250 89.00 0.00 89.00 + 17.275 92.00 0.00 92.00 + 17.300 100.00 0.00 100.00 + 17.325 91.00 0.00 91.00 + 17.350 99.00 0.00 99.00 + 17.375 81.00 0.00 81.00 + 17.400 89.00 0.00 89.00 + 17.425 79.00 0.00 79.00 + 17.450 91.00 0.00 91.00 + 17.475 84.00 0.00 84.00 + 17.500 92.00 0.00 92.00 + 17.525 107.00 0.00 107.00 + 17.550 99.00 0.00 99.00 + 17.575 92.00 0.00 92.00 + 17.600 87.00 0.00 87.00 + 17.625 88.00 0.00 88.00 + 17.650 67.00 0.00 67.00 + 17.675 81.00 0.00 81.00 + 17.700 86.00 0.00 86.00 + 17.725 85.00 0.00 85.00 + 17.750 103.00 0.00 103.00 + 17.775 85.00 0.00 85.00 + 17.800 77.00 0.00 77.00 + 17.825 105.00 0.00 105.00 + 17.850 93.00 0.00 93.00 + 17.875 96.00 0.00 96.00 + 17.900 93.00 0.00 93.00 + 17.925 85.00 0.00 85.00 + 17.950 75.00 0.00 75.00 + 17.975 105.00 0.00 105.00 + 18.000 85.00 0.00 85.00 + 18.025 89.00 0.00 89.00 + 18.050 86.00 0.00 86.00 + 18.075 76.00 0.00 76.00 + 18.100 86.00 0.00 86.00 + 18.125 71.00 0.00 71.00 + 18.150 101.00 0.00 101.00 + 18.175 100.00 0.00 100.00 + 18.200 89.00 0.00 89.00 + 18.225 74.00 0.00 74.00 + 18.250 101.00 0.00 101.00 + 18.275 103.00 0.00 103.00 + 18.300 95.00 0.00 95.00 + 18.325 100.00 0.00 100.00 + 18.350 87.00 0.00 87.00 + 18.375 94.00 0.00 94.00 + 18.400 84.00 0.00 84.00 + 18.425 102.00 0.00 102.00 + 18.450 92.00 0.00 92.00 + 18.475 80.00 0.00 80.00 + 18.500 82.00 0.00 82.00 + 18.525 105.00 0.00 105.00 + 18.550 84.00 0.00 84.00 + 18.575 83.00 0.00 83.00 + 18.600 93.00 0.00 93.00 + 18.625 92.00 0.00 92.00 + 18.650 105.00 0.00 105.00 + 18.675 94.00 0.00 94.00 + 18.700 88.00 0.00 88.00 + 18.725 97.00 0.00 97.00 + 18.750 88.00 0.00 88.00 + 18.775 110.00 0.00 110.00 + 18.800 110.00 0.00 110.00 + 18.825 84.00 0.00 84.00 + 18.850 89.00 0.00 89.00 + 18.875 98.00 0.00 98.00 + 18.900 92.00 0.00 92.00 + 18.925 86.00 0.00 86.00 + 18.950 110.00 0.00 110.00 + 18.975 98.00 0.00 98.00 + 19.000 93.00 0.00 93.00 + 19.025 94.00 0.00 94.00 + 19.050 104.00 0.00 104.00 + 19.075 96.00 0.00 96.00 + 19.100 105.00 0.00 105.00 + 19.125 99.00 0.00 99.00 + 19.150 117.00 0.00 117.00 + 19.175 111.00 0.00 111.00 + 19.200 100.00 0.00 100.00 + 19.225 125.00 0.00 125.00 + 19.250 99.00 0.00 99.00 + 19.275 107.00 0.00 107.00 + 19.300 107.00 0.00 107.00 + 19.325 98.00 0.00 98.00 + 19.350 84.00 0.00 84.00 + 19.375 112.00 0.00 112.00 + 19.400 99.00 0.00 99.00 + 19.425 93.00 0.00 93.00 + 19.450 108.00 0.00 108.00 + 19.475 100.00 0.00 100.00 + 19.500 91.00 0.00 91.00 + 19.525 98.00 0.00 98.00 + 19.550 124.00 0.00 124.00 + 19.575 98.00 0.00 98.00 + 19.600 121.00 0.00 121.00 + 19.625 114.00 0.00 114.00 + 19.650 93.00 0.00 93.00 + 19.675 87.00 0.00 87.00 + 19.700 95.00 0.00 95.00 + 19.725 95.00 0.00 95.00 + 19.750 121.00 0.00 121.00 + 19.775 102.00 0.00 102.00 + 19.800 127.00 0.00 127.00 + 19.825 119.00 0.00 119.00 + 19.850 118.00 0.00 118.00 + 19.875 107.00 0.00 107.00 + 19.900 100.00 0.00 100.00 + 19.925 95.00 0.00 95.00 + 19.950 116.00 0.00 116.00 + 19.975 136.00 0.00 136.00 + 20.000 92.00 0.00 92.00 + 20.025 127.00 0.00 127.00 + 20.050 127.00 0.00 127.00 + 20.075 115.00 0.00 115.00 + 20.100 124.00 0.00 124.00 + 20.125 130.00 0.00 130.00 + 20.150 123.00 0.00 123.00 + 20.175 137.00 0.00 137.00 + 20.200 136.00 0.00 136.00 + 20.225 165.00 0.00 165.00 + 20.250 150.00 0.00 150.00 + 20.275 173.00 0.00 173.00 + 20.300 190.00 0.00 190.00 + 20.325 211.00 0.00 211.00 + 20.350 212.00 0.00 212.00 + 20.375 255.00 0.00 255.00 + 20.400 264.00 0.00 264.00 + 20.425 305.00 0.00 305.00 + 20.450 353.00 0.00 353.00 + 20.475 415.00 0.00 415.00 + 20.500 507.00 0.00 507.00 + 20.525 623.00 0.00 623.00 + 20.550 833.00 0.00 833.00 + 20.575 1076.00 0.00 1076.00 + 20.600 1417.00 0.00 1417.00 + 20.625 1958.00 0.00 1958.00 + 20.650 2624.00 0.00 2624.00 + 20.675 3927.00 0.00 3927.00 + 20.700 5466.00 0.00 5466.00 + 20.725 7996.00 0.00 7996.00 + 20.750 11062.00 0.00 11062.00 + 20.775 12925.00 0.00 12925.00 + 20.800 12506.00 0.00 12506.00 + 20.825 10327.00 0.00 10327.00 + 20.850 8178.00 0.00 8178.00 + 20.875 6771.00 0.00 6771.00 + 20.900 5910.00 0.00 5910.00 + 20.925 4886.00 0.00 4886.00 + 20.950 3432.00 0.00 3432.00 + 20.975 2110.00 0.00 2110.00 + 21.000 1182.00 0.00 1182.00 + 21.025 802.00 0.00 802.00 + 21.050 623.00 0.00 623.00 + 21.075 527.00 0.00 527.00 + 21.100 435.00 0.00 435.00 + 21.125 393.00 0.00 393.00 + 21.150 356.00 0.00 356.00 + 21.175 333.00 0.00 333.00 + 21.200 295.00 0.00 295.00 + 21.225 316.00 0.00 316.00 + 21.250 280.00 0.00 280.00 + 21.275 248.00 0.00 248.00 + 21.300 264.00 0.00 264.00 + 21.325 216.00 0.00 216.00 + 21.350 202.00 0.00 202.00 + 21.375 211.00 0.00 211.00 + 21.400 187.00 0.00 187.00 + 21.425 168.00 0.00 168.00 + 21.450 208.00 0.00 208.00 + 21.475 160.00 0.00 160.00 + 21.500 171.00 0.00 171.00 + 21.525 149.00 0.00 149.00 + 21.550 166.00 0.00 166.00 + 21.575 138.00 0.00 138.00 + 21.600 168.00 0.00 168.00 + 21.625 129.00 0.00 129.00 + 21.650 147.00 0.00 147.00 + 21.675 134.00 0.00 134.00 + 21.700 125.00 0.00 125.00 + 21.725 137.00 0.00 137.00 + 21.750 112.00 0.00 112.00 + 21.775 128.00 0.00 128.00 + 21.800 134.00 0.00 134.00 + 21.825 121.00 0.00 121.00 + 21.850 138.00 0.00 138.00 + 21.875 103.00 0.00 103.00 + 21.900 124.00 0.00 124.00 + 21.925 115.00 0.00 115.00 + 21.950 119.00 0.00 119.00 + 21.975 109.00 0.00 109.00 + 22.000 119.00 0.00 119.00 + 22.025 116.00 0.00 116.00 + 22.050 127.00 0.00 127.00 + 22.075 133.00 0.00 133.00 + 22.100 121.00 0.00 121.00 + 22.125 109.00 0.00 109.00 + 22.150 114.00 0.00 114.00 + 22.175 113.00 0.00 113.00 + 22.200 120.00 0.00 120.00 + 22.225 118.00 0.00 118.00 + 22.250 102.00 0.00 102.00 + 22.275 110.00 0.00 110.00 + 22.300 118.00 0.00 118.00 + 22.325 123.00 0.00 123.00 + 22.350 116.00 0.00 116.00 + 22.375 112.00 0.00 112.00 + 22.400 107.00 0.00 107.00 + 22.425 121.00 0.00 121.00 + 22.450 104.00 0.00 104.00 + 22.475 124.00 0.00 124.00 + 22.500 105.00 0.00 105.00 + 22.525 128.00 0.00 128.00 + 22.550 115.00 0.00 115.00 + 22.575 128.00 0.00 128.00 + 22.600 99.00 0.00 99.00 + 22.625 130.00 0.00 130.00 + 22.650 109.00 0.00 109.00 + 22.675 125.00 0.00 125.00 + 22.700 138.00 0.00 138.00 + 22.725 141.00 0.00 141.00 + 22.750 135.00 0.00 135.00 + 22.775 125.00 0.00 125.00 + 22.800 140.00 0.00 140.00 + 22.825 152.00 0.00 152.00 + 22.850 177.00 0.00 177.00 + 22.875 177.00 0.00 177.00 + 22.900 191.00 0.00 191.00 + 22.925 195.00 0.00 195.00 + 22.950 225.00 0.00 225.00 + 22.975 258.00 0.00 258.00 + 23.000 301.00 0.00 301.00 + 23.025 337.00 0.00 337.00 + 23.050 468.00 0.00 468.00 + 23.075 618.00 0.00 618.00 + 23.100 837.00 0.00 837.00 + 23.125 1082.00 0.00 1082.00 + 23.150 1507.00 0.00 1507.00 + 23.175 2283.00 0.00 2283.00 + 23.200 3235.00 0.00 3235.00 + 23.225 4791.00 0.00 4791.00 + 23.250 6588.00 0.00 6588.00 + 23.275 8176.00 0.00 8176.00 + 23.300 8122.00 0.00 8122.00 + 23.325 6687.00 0.00 6687.00 + 23.350 5078.00 0.00 5078.00 + 23.375 3206.00 0.00 3206.00 + 23.400 1822.00 0.00 1822.00 + 23.425 1101.00 0.00 1101.00 + 23.450 712.00 0.00 712.00 + 23.475 566.00 0.00 566.00 + 23.500 470.00 0.00 470.00 + 23.525 381.00 0.00 381.00 + 23.550 302.00 0.00 302.00 + 23.575 277.00 0.00 277.00 + 23.600 259.00 0.00 259.00 + 23.625 259.00 0.00 259.00 + 23.650 212.00 0.00 212.00 + 23.675 198.00 0.00 198.00 + 23.700 189.00 0.00 189.00 + 23.725 153.00 0.00 153.00 + 23.750 182.00 0.00 182.00 + 23.775 178.00 0.00 178.00 + 23.800 175.00 0.00 175.00 + 23.825 164.00 0.00 164.00 + 23.850 139.00 0.00 139.00 + 23.875 176.00 0.00 176.00 + 23.900 159.00 0.00 159.00 + 23.925 147.00 0.00 147.00 + 23.950 172.00 0.00 172.00 + 23.975 167.00 0.00 167.00 + 24.000 159.00 0.00 159.00 + 24.025 180.00 0.00 180.00 + 24.050 168.00 0.00 168.00 + 24.075 162.00 0.00 162.00 + 24.100 166.00 0.00 166.00 + 24.125 147.00 0.00 147.00 + 24.150 149.00 0.00 149.00 + 24.175 161.00 0.00 161.00 + 24.200 173.00 0.00 173.00 + 24.225 145.00 0.00 145.00 + 24.250 210.00 0.00 210.00 + 24.275 201.00 0.00 201.00 + 24.300 257.00 0.00 257.00 + 24.325 262.00 0.00 262.00 + 24.350 342.00 0.00 342.00 + 24.375 451.00 0.00 451.00 + 24.400 598.00 0.00 598.00 + 24.425 796.00 0.00 796.00 + 24.450 1089.00 0.00 1089.00 + 24.475 1648.00 0.00 1648.00 + 24.500 2386.00 0.00 2386.00 + 24.525 3203.00 0.00 3203.00 + 24.550 3155.00 0.00 3155.00 + 24.575 2711.00 0.00 2711.00 + 24.600 1970.00 0.00 1970.00 + 24.625 1292.00 0.00 1292.00 + 24.650 729.00 0.00 729.00 + 24.675 450.00 0.00 450.00 + 24.700 289.00 0.00 289.00 + 24.725 285.00 0.00 285.00 + 24.750 218.00 0.00 218.00 + 24.775 211.00 0.00 211.00 + 24.800 202.00 0.00 202.00 + 24.825 168.00 0.00 168.00 + 24.850 165.00 0.00 165.00 + 24.875 177.00 0.00 177.00 + 24.900 176.00 0.00 176.00 + 24.925 197.00 0.00 197.00 + 24.950 164.00 0.00 164.00 + 24.975 141.00 0.00 141.00 + 25.000 160.00 0.00 160.00 + 25.025 160.00 0.00 160.00 + 25.050 157.00 0.00 157.00 + 25.075 145.00 0.00 145.00 + 25.100 165.00 0.00 165.00 + 25.125 158.00 0.00 158.00 + 25.150 158.00 0.00 158.00 + 25.175 197.00 0.00 197.00 + 25.200 179.00 0.00 179.00 + 25.225 203.00 0.00 203.00 + 25.250 194.00 0.00 194.00 + 25.275 216.00 0.00 216.00 + 25.300 282.00 0.00 282.00 + 25.325 282.00 0.00 282.00 + 25.350 364.00 0.00 364.00 + 25.375 456.00 0.00 456.00 + 25.400 632.00 0.00 632.00 + 25.425 854.00 0.00 854.00 + 25.450 1213.00 0.00 1213.00 + 25.475 1815.00 0.00 1815.00 + 25.500 2863.00 0.00 2863.00 + 25.525 4063.00 0.00 4063.00 + 25.550 4649.00 0.00 4649.00 + 25.575 4165.00 0.00 4165.00 + 25.600 3168.00 0.00 3168.00 + 25.625 2329.00 0.00 2329.00 + 25.650 1423.00 0.00 1423.00 + 25.675 738.00 0.00 738.00 + 25.700 438.00 0.00 438.00 + 25.725 367.00 0.00 367.00 + 25.750 295.00 0.00 295.00 + 25.775 246.00 0.00 246.00 + 25.800 246.00 0.00 246.00 + 25.825 191.00 0.00 191.00 + 25.850 179.00 0.00 179.00 + 25.875 178.00 0.00 178.00 + 25.900 170.00 0.00 170.00 + 25.925 182.00 0.00 182.00 + 25.950 158.00 0.00 158.00 + 25.975 182.00 0.00 182.00 + 26.000 179.00 0.00 179.00 + 26.025 184.00 0.00 184.00 + 26.050 181.00 0.00 181.00 + 26.075 169.00 0.00 169.00 + 26.100 171.00 0.00 171.00 + 26.125 191.00 0.00 191.00 + 26.150 175.00 0.00 175.00 + 26.175 216.00 0.00 216.00 + 26.200 195.00 0.00 195.00 + 26.225 224.00 0.00 224.00 + 26.250 209.00 0.00 209.00 + 26.275 251.00 0.00 251.00 + 26.300 257.00 0.00 257.00 + 26.325 298.00 0.00 298.00 + 26.350 297.00 0.00 297.00 + 26.375 378.00 0.00 378.00 + 26.400 406.00 0.00 406.00 + 26.425 499.00 0.00 499.00 + 26.450 590.00 0.00 590.00 + 26.475 746.00 0.00 746.00 + 26.500 983.00 0.00 983.00 + 26.525 1402.00 0.00 1402.00 + 26.550 2108.00 0.00 2108.00 + 26.575 3097.00 0.00 3097.00 + 26.600 4641.00 0.00 4641.00 + 26.625 7229.00 0.00 7229.00 + 26.650 10690.00 0.00 10690.00 + 26.675 13494.00 0.00 13494.00 + 26.700 13106.00 0.00 13106.00 + 26.725 10401.00 0.00 10401.00 + 26.750 7908.00 0.00 7908.00 + 26.775 5365.00 0.00 5365.00 + 26.800 2857.00 0.00 2857.00 + 26.825 1575.00 0.00 1575.00 + 26.850 947.00 0.00 947.00 + 26.875 697.00 0.00 697.00 + 26.900 595.00 0.00 595.00 + 26.925 529.00 0.00 529.00 + 26.950 450.00 0.00 450.00 + 26.975 423.00 0.00 423.00 + 27.000 344.00 0.00 344.00 + 27.025 319.00 0.00 319.00 + 27.050 309.00 0.00 309.00 + 27.075 252.00 0.00 252.00 + 27.100 257.00 0.00 257.00 + 27.125 252.00 0.00 252.00 + 27.150 266.00 0.00 266.00 + 27.175 275.00 0.00 275.00 + 27.200 257.00 0.00 257.00 + 27.225 285.00 0.00 285.00 + 27.250 285.00 0.00 285.00 + 27.275 270.00 0.00 270.00 + 27.300 280.00 0.00 280.00 + 27.325 347.00 0.00 347.00 + 27.350 282.00 0.00 282.00 + 27.375 362.00 0.00 362.00 + 27.400 426.00 0.00 426.00 + 27.425 461.00 0.00 461.00 + 27.450 637.00 0.00 637.00 + 27.475 693.00 0.00 693.00 + 27.500 1051.00 0.00 1051.00 + 27.525 1425.00 0.00 1425.00 + 27.550 2158.00 0.00 2158.00 + 27.575 3198.00 0.00 3198.00 + 27.600 5190.00 0.00 5190.00 + 27.625 8004.00 0.00 8004.00 + 27.650 10350.00 0.00 10350.00 + 27.675 9724.00 0.00 9724.00 + 27.700 7797.00 0.00 7797.00 + 27.725 6126.00 0.00 6126.00 + 27.750 4329.00 0.00 4329.00 + 27.775 2276.00 0.00 2276.00 + 27.800 1177.00 0.00 1177.00 + 27.825 756.00 0.00 756.00 + 27.850 591.00 0.00 591.00 + 27.875 486.00 0.00 486.00 + 27.900 352.00 0.00 352.00 + 27.925 340.00 0.00 340.00 + 27.950 314.00 0.00 314.00 + 27.975 270.00 0.00 270.00 + 28.000 256.00 0.00 256.00 + 28.025 253.00 0.00 253.00 + 28.050 245.00 0.00 245.00 + 28.075 206.00 0.00 206.00 + 28.100 212.00 0.00 212.00 + 28.125 183.00 0.00 183.00 + 28.150 205.00 0.00 205.00 + 28.175 185.00 0.00 185.00 + 28.200 164.00 0.00 164.00 + 28.225 197.00 0.00 197.00 + 28.250 167.00 0.00 167.00 + 28.275 175.00 0.00 175.00 + 28.300 159.00 0.00 159.00 + 28.325 152.00 0.00 152.00 + 28.350 162.00 0.00 162.00 + 28.375 168.00 0.00 168.00 + 28.400 151.00 0.00 151.00 + 28.425 153.00 0.00 153.00 + 28.450 128.00 0.00 128.00 + 28.475 167.00 0.00 167.00 + 28.500 147.00 0.00 147.00 + 28.525 140.00 0.00 140.00 + 28.550 139.00 0.00 139.00 + 28.575 153.00 0.00 153.00 + 28.600 153.00 0.00 153.00 + 28.625 154.00 0.00 154.00 + 28.650 145.00 0.00 145.00 + 28.675 147.00 0.00 147.00 + 28.700 134.00 0.00 134.00 + 28.725 160.00 0.00 160.00 + 28.750 137.00 0.00 137.00 + 28.775 134.00 0.00 134.00 + 28.800 131.00 0.00 131.00 + 28.825 157.00 0.00 157.00 + 28.850 137.00 0.00 137.00 + 28.875 145.00 0.00 145.00 + 28.900 151.00 0.00 151.00 + 28.925 164.00 0.00 164.00 + 28.950 171.00 0.00 171.00 + 28.975 172.00 0.00 172.00 + 29.000 165.00 0.00 165.00 + 29.025 168.00 0.00 168.00 + 29.050 162.00 0.00 162.00 + 29.075 193.00 0.00 193.00 + 29.100 169.00 0.00 169.00 + 29.125 199.00 0.00 199.00 + 29.150 186.00 0.00 186.00 + 29.175 208.00 0.00 208.00 + 29.200 196.00 0.00 196.00 + 29.225 182.00 0.00 182.00 + 29.250 246.00 0.00 246.00 + 29.275 245.00 0.00 245.00 + 29.300 284.00 0.00 284.00 + 29.325 340.00 0.00 340.00 + 29.350 364.00 0.00 364.00 + 29.375 382.00 0.00 382.00 + 29.400 519.00 0.00 519.00 + 29.425 665.00 0.00 665.00 + 29.450 837.00 0.00 837.00 + 29.475 1080.00 0.00 1080.00 + 29.500 1566.00 0.00 1566.00 + 29.525 2321.00 0.00 2321.00 + 29.550 3438.00 0.00 3438.00 + 29.575 5181.00 0.00 5181.00 + 29.600 8141.00 0.00 8141.00 + 29.625 12608.00 0.00 12608.00 + 29.650 15702.00 0.00 15702.00 + 29.675 14432.00 0.00 14432.00 + 29.700 12071.00 0.00 12071.00 + 29.725 9687.00 0.00 9687.00 + 29.750 7137.00 0.00 7137.00 + 29.775 4123.00 0.00 4123.00 + 29.800 2094.00 0.00 2094.00 + 29.825 1334.00 0.00 1334.00 + 29.850 1013.00 0.00 1013.00 + 29.875 780.00 0.00 780.00 + 29.900 668.00 0.00 668.00 + 29.925 467.00 0.00 467.00 + 29.950 438.00 0.00 438.00 + 29.975 379.00 0.00 379.00 + 30.000 355.00 0.00 355.00 + 30.025 263.00 0.00 263.00 + 30.050 287.00 0.00 287.00 + 30.075 299.00 0.00 299.00 + 30.100 247.00 0.00 247.00 + 30.125 253.00 0.00 253.00 + 30.150 236.00 0.00 236.00 + 30.175 223.00 0.00 223.00 + 30.200 193.00 0.00 193.00 + 30.225 198.00 0.00 198.00 + 30.250 184.00 0.00 184.00 + 30.275 204.00 0.00 204.00 + 30.300 185.00 0.00 185.00 + 30.325 174.00 0.00 174.00 + 30.350 201.00 0.00 201.00 + 30.375 168.00 0.00 168.00 + 30.400 185.00 0.00 185.00 + 30.425 175.00 0.00 175.00 + 30.450 171.00 0.00 171.00 + 30.475 153.00 0.00 153.00 + 30.500 162.00 0.00 162.00 + 30.525 135.00 0.00 135.00 + 30.550 159.00 0.00 159.00 + 30.575 139.00 0.00 139.00 + 30.600 147.00 0.00 147.00 + 30.625 127.00 0.00 127.00 + 30.650 143.00 0.00 143.00 + 30.675 140.00 0.00 140.00 + 30.700 115.00 0.00 115.00 + 30.725 142.00 0.00 142.00 + 30.750 123.00 0.00 123.00 + 30.775 156.00 0.00 156.00 + 30.800 133.00 0.00 133.00 + 30.825 135.00 0.00 135.00 + 30.850 128.00 0.00 128.00 + 30.875 130.00 0.00 130.00 + 30.900 127.00 0.00 127.00 + 30.925 120.00 0.00 120.00 + 30.950 121.00 0.00 121.00 + 30.975 106.00 0.00 106.00 + 31.000 134.00 0.00 134.00 + 31.025 114.00 0.00 114.00 + 31.050 107.00 0.00 107.00 + 31.075 123.00 0.01 122.99 + 31.100 111.00 0.01 110.99 + 31.125 92.00 0.01 91.99 + 31.150 134.00 0.01 133.99 + 31.175 87.00 0.01 86.99 + 31.200 130.00 0.01 129.99 + 31.225 97.00 0.01 96.99 + 31.250 101.00 0.01 100.99 + 31.275 113.00 0.01 112.99 + 31.300 119.00 0.01 118.99 + 31.325 122.00 0.01 121.99 + 31.350 114.00 0.01 113.99 + 31.375 117.00 0.01 116.99 + 31.400 84.00 0.01 83.99 + 31.425 105.00 0.01 104.99 + 31.450 111.00 0.01 110.99 + 31.475 104.00 0.01 103.99 + 31.500 119.00 0.01 118.99 + 31.525 119.00 0.01 118.99 + 31.550 101.00 0.01 100.99 + 31.575 117.00 0.01 116.99 + 31.600 122.00 0.01 121.99 + 31.625 105.00 0.01 104.99 + 31.650 128.00 0.01 127.99 + 31.675 116.00 0.01 115.99 + 31.700 126.00 0.01 125.99 + 31.725 115.00 0.01 114.99 + 31.750 121.00 0.01 120.99 + 31.775 116.00 0.01 115.99 + 31.800 144.00 0.01 143.99 + 31.825 141.00 0.01 140.99 + 31.850 128.00 0.01 127.99 + 31.875 148.00 0.01 147.99 + 31.900 165.00 0.01 164.99 + 31.925 172.00 0.01 171.99 + 31.950 182.00 0.01 181.99 + 31.975 174.00 0.01 173.99 + 32.000 193.00 0.01 192.99 + 32.025 230.00 0.01 229.99 + 32.050 247.00 0.01 246.99 + 32.075 312.00 0.01 311.99 + 32.100 325.00 0.01 324.99 + 32.125 423.00 0.01 422.99 + 32.150 589.00 0.01 588.99 + 32.175 755.00 0.01 754.99 + 32.200 1130.00 0.01 1129.99 + 32.225 1670.00 0.01 1669.99 + 32.250 2522.00 0.01 2521.99 + 32.275 3976.00 0.01 3975.99 + 32.300 5312.00 0.01 5311.99 + 32.325 5540.00 0.01 5539.99 + 32.350 4806.00 0.01 4805.99 + 32.375 3984.00 0.01 3983.99 + 32.400 3579.00 0.01 3578.99 + 32.425 2684.00 0.01 2683.99 + 32.450 1672.00 0.01 1671.99 + 32.475 977.00 0.01 976.99 + 32.500 645.00 0.01 644.99 + 32.525 451.00 0.01 450.99 + 32.550 390.00 0.01 389.99 + 32.575 317.00 0.01 316.99 + 32.600 305.00 0.01 304.99 + 32.625 278.00 0.01 277.99 + 32.650 234.00 0.01 233.99 + 32.675 264.00 0.01 263.99 + 32.700 246.00 0.01 245.99 + 32.725 263.00 0.01 262.99 + 32.750 239.00 0.01 238.99 + 32.775 271.00 0.01 270.99 + 32.800 260.00 0.01 259.99 + 32.825 299.00 0.01 298.99 + 32.850 300.00 0.01 299.99 + 32.875 332.00 0.01 331.99 + 32.900 411.00 0.01 410.99 + 32.925 497.00 0.01 496.99 + 32.950 630.00 0.01 629.99 + 32.975 918.00 0.01 917.99 + 33.000 1214.00 0.01 1213.99 + 33.025 1839.00 0.01 1838.99 + 33.050 2852.00 0.01 2851.99 + 33.075 4745.00 0.01 4744.99 + 33.100 6636.00 0.01 6635.99 + 33.125 7831.00 0.01 7830.99 + 33.150 7010.00 0.01 7009.99 + 33.175 5926.00 0.01 5925.99 + 33.200 5069.00 0.01 5068.99 + 33.225 4251.00 0.01 4250.99 + 33.250 2900.00 0.01 2899.99 + 33.275 1743.00 0.01 1742.99 + 33.300 1167.00 0.01 1166.99 + 33.325 841.00 0.01 840.99 + 33.350 646.00 0.01 645.99 + 33.375 517.00 0.01 516.99 + 33.400 412.00 0.01 411.99 + 33.425 354.00 0.01 353.99 + 33.450 301.00 0.01 300.99 + 33.475 282.00 0.01 281.99 + 33.500 234.00 0.01 233.99 + 33.525 204.00 0.01 203.99 + 33.550 235.00 0.01 234.99 + 33.575 226.00 0.01 225.99 + 33.600 207.00 0.01 206.99 + 33.625 200.00 0.01 199.99 + 33.650 180.00 0.01 179.99 + 33.675 180.00 0.01 179.99 + 33.700 179.00 0.01 178.99 + 33.725 172.00 0.01 171.99 + 33.750 180.00 0.01 179.99 + 33.775 157.00 0.01 156.99 + 33.800 154.00 0.01 153.99 + 33.825 173.00 0.01 172.99 + 33.850 198.00 0.01 197.99 + 33.875 147.00 0.01 146.99 + 33.900 168.00 0.01 167.99 + 33.925 157.00 0.01 156.99 + 33.950 199.00 0.01 198.99 + 33.975 209.00 0.01 208.99 + 34.000 242.00 0.01 241.99 + 34.025 257.00 0.01 256.99 + 34.050 328.00 0.02 327.98 + 34.075 467.00 0.02 466.98 + 34.100 631.00 0.02 630.98 + 34.125 994.00 0.02 993.98 + 34.150 1449.00 0.02 1448.98 + 34.175 1522.00 0.02 1521.98 + 34.200 1193.00 0.02 1192.98 + 34.225 977.00 0.02 976.98 + 34.250 947.00 0.02 946.98 + 34.275 796.00 0.02 795.98 + 34.300 548.00 0.02 547.98 + 34.325 358.00 0.02 357.98 + 34.350 251.00 0.02 250.98 + 34.375 190.00 0.02 189.98 + 34.400 164.00 0.02 163.98 + 34.425 159.00 0.02 158.98 + 34.450 137.00 0.02 136.98 + 34.475 134.00 0.02 133.98 + 34.500 136.00 0.02 135.98 + 34.525 126.00 0.02 125.98 + 34.550 122.00 0.02 121.98 + 34.575 128.00 0.02 127.98 + 34.600 108.00 0.02 107.98 + 34.625 100.00 0.02 99.98 + 34.650 120.00 0.02 119.98 + 34.675 106.00 0.02 105.98 + 34.700 123.00 0.02 122.98 + 34.725 117.00 0.02 116.98 + 34.750 113.00 0.02 112.98 + 34.775 108.00 0.02 107.98 + 34.800 121.00 0.02 120.98 + 34.825 104.00 0.02 103.98 + 34.850 104.00 0.02 103.98 + 34.875 100.00 0.02 99.98 + 34.900 105.00 0.02 104.98 + 34.925 107.00 0.02 106.98 + 34.950 108.00 0.02 107.98 + 34.975 103.00 0.02 102.98 + 35.000 108.00 0.02 107.98 + 35.025 123.00 0.02 122.98 + 35.050 92.00 0.02 91.98 + 35.075 122.00 0.02 121.98 + 35.100 97.00 0.03 96.97 + 35.125 101.00 0.03 100.97 + 35.150 92.00 0.03 91.97 + 35.175 114.00 0.03 113.97 + 35.200 89.00 0.03 88.97 + 35.225 81.00 0.03 80.97 + 35.250 113.00 0.03 112.97 + 35.275 76.00 0.03 75.97 + 35.300 89.00 0.03 88.97 + 35.325 99.00 0.03 98.97 + 35.350 89.00 0.03 88.97 + 35.375 98.00 0.03 97.97 + 35.400 98.00 0.03 97.97 + 35.425 104.00 0.03 103.97 + 35.450 120.00 0.03 119.97 + 35.475 100.00 0.03 99.97 + 35.500 99.00 0.03 98.97 + 35.525 89.00 0.03 88.97 + 35.550 111.00 0.03 110.97 + 35.575 98.00 0.03 97.97 + 35.600 96.00 0.03 95.97 + 35.625 95.00 0.03 94.97 + 35.650 84.00 0.04 83.96 + 35.675 115.00 0.04 114.96 + 35.700 106.00 0.04 105.96 + 35.725 100.00 0.04 99.96 + 35.750 86.00 0.04 85.96 + 35.775 110.00 0.04 109.96 + 35.800 86.00 0.04 85.96 + 35.825 98.00 0.04 97.96 + 35.850 97.00 0.04 96.96 + 35.875 109.00 0.04 108.96 + 35.900 112.00 0.04 111.96 + 35.925 105.00 0.04 104.96 + 35.950 86.00 0.04 85.96 + 35.975 102.00 0.04 101.96 + 36.000 91.00 0.04 90.96 + 36.025 98.00 0.05 97.95 + 36.050 111.00 0.05 110.95 + 36.075 89.00 0.05 88.95 + 36.100 95.00 0.05 94.95 + 36.125 95.00 0.05 94.95 + 36.150 84.00 0.05 83.95 + 36.175 114.00 0.05 113.95 + 36.200 108.00 0.05 107.95 + 36.225 96.00 0.05 95.95 + 36.250 94.00 0.05 93.95 + 36.275 94.00 0.06 93.94 + 36.300 102.00 0.06 101.94 + 36.325 91.00 0.06 90.94 + 36.350 106.00 0.06 105.94 + 36.375 103.00 0.06 102.94 + 36.400 82.00 0.06 81.94 + 36.425 121.00 0.06 120.94 + 36.450 101.00 0.06 100.94 + 36.475 109.00 0.07 108.93 + 36.500 112.00 0.07 111.93 + 36.525 104.00 0.07 103.93 + 36.550 103.00 0.07 102.93 + 36.575 105.00 0.07 104.93 + 36.600 112.00 0.07 111.93 + 36.625 119.00 0.08 118.92 + 36.650 116.00 0.08 115.92 + 36.675 119.00 0.08 118.92 + 36.700 115.00 0.08 114.92 + 36.725 106.00 0.08 105.92 + 36.750 122.00 0.09 121.91 + 36.775 116.00 0.09 115.91 + 36.800 120.00 0.09 119.91 + 36.825 130.00 0.09 129.91 + 36.850 107.00 0.10 106.90 + 36.875 137.00 0.10 136.90 + 36.900 132.00 0.10 131.90 + 36.925 131.00 0.10 130.90 + 36.950 140.00 0.11 139.89 + 36.975 150.00 0.11 149.89 + 37.000 149.00 0.11 148.89 + 37.025 161.00 0.12 160.88 + 37.050 190.00 0.12 189.88 + 37.075 210.00 0.12 209.88 + 37.100 234.00 0.13 233.87 + 37.125 297.00 0.13 296.87 + 37.150 378.00 0.14 377.86 + 37.175 583.00 0.14 582.86 + 37.200 909.00 0.15 908.85 + 37.225 1431.00 0.15 1430.85 + 37.250 2164.00 0.16 2163.84 + 37.275 2620.00 0.16 2619.84 + 37.300 2390.00 0.17 2389.83 + 37.325 1970.00 0.17 1969.83 + 37.350 1772.00 0.18 1771.82 + 37.375 1685.00 0.19 1684.81 + 37.400 1327.00 0.19 1326.81 + 37.425 891.00 0.20 890.80 + 37.450 543.00 0.21 542.79 + 37.475 352.00 0.22 351.78 + 37.500 292.00 0.23 291.77 + 37.525 230.00 0.24 229.76 + 37.550 177.00 0.25 176.75 + 37.575 182.00 0.26 181.74 + 37.600 207.00 0.27 206.73 + 37.625 158.00 0.28 157.72 + 37.650 143.00 0.30 142.70 + 37.675 129.00 0.31 128.69 + 37.700 161.00 0.33 160.67 + 37.725 133.00 0.34 132.66 + 37.750 119.00 0.36 118.64 + 37.775 120.00 0.38 119.62 + 37.800 128.00 0.40 127.60 + 37.825 118.00 0.42 117.58 + 37.850 121.00 0.45 120.55 + 37.875 132.00 0.49 131.51 + 37.900 135.00 0.52 134.48 + 37.925 134.00 0.55 133.45 + 37.950 132.00 0.59 131.41 + 37.975 135.00 0.63 134.37 + 38.000 156.00 0.67 155.33 + 38.025 182.00 0.72 181.28 + 38.050 207.00 0.77 206.23 + 38.075 266.00 0.84 265.16 + 38.100 351.00 0.90 350.10 + 38.125 368.00 0.98 367.02 + 38.150 312.00 1.07 310.93 + 38.175 269.00 1.17 267.83 + 38.200 260.00 1.29 258.71 + 38.225 249.00 1.42 247.58 + 38.250 219.00 1.58 217.42 + 38.275 174.00 1.77 172.23 + 38.300 157.00 1.98 155.02 + 38.325 146.00 2.25 143.75 + 38.350 135.00 2.56 132.44 + 38.375 137.00 2.95 134.05 + 38.400 136.00 3.43 132.57 + 38.425 103.00 4.06 98.94 + 38.450 107.00 4.92 102.08 + 38.475 99.00 6.26 92.74 + 38.500 133.00 8.62 124.38 + 38.525 129.00 13.08 115.92 + 38.550 147.00 21.49 125.51 + 38.575 130.00 36.23 93.77 + 38.600 115.00 59.22 55.78 + 38.625 123.00 90.24 32.76 + 38.650 109.00 125.02 -16.02 + 38.675 106.00 154.26 -48.26 + 38.700 115.00 165.48 -50.48 + 38.725 136.00 152.36 -16.36 + 38.750 119.00 122.19 -3.19 + 38.775 126.00 87.44 38.56 + 38.800 131.00 56.99 74.01 + 38.825 135.00 34.71 100.29 + 38.850 116.00 20.59 95.41 + 38.875 112.00 12.59 99.41 + 38.900 123.00 8.36 114.64 + 38.925 116.00 6.13 109.87 + 38.950 121.00 4.84 116.16 + 38.975 136.00 4.00 132.00 + 39.000 147.00 3.39 143.61 + 39.025 130.00 2.91 127.09 + 39.050 156.00 2.53 153.47 + 39.075 138.00 2.22 135.78 + 39.100 133.00 1.97 131.03 + 39.125 144.00 1.75 142.25 + 39.150 163.00 1.57 161.43 + 39.175 171.00 1.42 169.58 + 39.200 198.00 1.28 196.72 + 39.225 191.00 1.17 189.83 + 39.250 196.00 1.07 194.93 + 39.275 226.00 0.98 225.02 + 39.300 243.00 0.90 242.10 + 39.325 294.00 0.83 293.17 + 39.350 352.00 0.77 351.23 + 39.375 472.00 0.72 471.28 + 39.400 630.00 0.67 629.33 + 39.425 984.00 0.63 983.37 + 39.450 1383.00 0.59 1382.41 + 39.475 2157.00 0.55 2156.45 + 39.500 2946.00 0.52 2945.48 + 39.525 2947.00 0.49 2946.51 + 39.550 2469.00 0.46 2468.54 + 39.575 1988.00 0.44 1987.56 + 39.600 2056.00 0.41 2055.58 + 39.625 1767.00 0.39 1766.61 + 39.650 1317.00 0.37 1316.63 + 39.675 793.00 0.36 792.64 + 39.700 524.00 0.34 523.66 + 39.725 362.00 0.32 361.68 + 39.750 282.00 0.31 281.69 + 39.775 264.00 0.30 263.70 + 39.800 227.00 0.28 226.72 + 39.825 186.00 0.27 185.73 + 39.850 194.00 0.26 193.74 + 39.875 168.00 0.25 167.75 + 39.900 177.00 0.24 176.76 + 39.925 199.00 0.23 198.77 + 39.950 174.00 0.23 173.77 + 39.975 169.00 0.22 168.78 + 40.000 183.00 0.21 182.79 + 40.025 194.00 0.20 193.80 + 40.050 204.00 0.20 203.80 + 40.075 189.00 0.19 188.81 + 40.100 213.00 0.18 212.82 + 40.125 296.00 0.18 295.82 + 40.150 350.00 0.17 349.83 + 40.175 476.00 0.17 475.83 + 40.200 746.00 0.16 745.84 + 40.225 894.00 0.16 893.84 + 40.250 816.00 0.16 815.84 + 40.275 615.00 0.15 614.85 + 40.300 549.00 0.15 548.85 + 40.325 596.00 0.14 595.86 + 40.350 524.00 0.14 523.86 + 40.375 395.00 0.14 394.86 + 40.400 306.00 0.13 305.87 + 40.425 223.00 0.13 222.87 + 40.450 164.00 0.13 163.87 + 40.475 206.00 0.13 205.87 + 40.500 198.00 0.12 197.88 + 40.525 162.00 0.12 161.88 + 40.550 173.00 0.12 172.88 + 40.575 163.00 0.12 162.88 + 40.600 144.00 0.11 143.89 + 40.625 169.00 0.11 168.89 + 40.650 160.00 0.11 159.89 + 40.675 156.00 0.11 155.89 + 40.700 143.00 0.11 142.89 + 40.725 187.00 0.10 186.90 + 40.750 146.00 0.10 145.90 + 40.775 146.00 0.10 145.90 + 40.800 157.00 0.10 156.90 + 40.825 177.00 0.10 176.90 + 40.850 173.00 0.10 172.90 + 40.875 171.00 0.10 170.90 + 40.900 197.00 0.09 196.91 + 40.925 214.00 0.09 213.91 + 40.950 254.00 0.09 253.91 + 40.975 333.00 0.09 332.91 + 41.000 505.00 0.09 504.91 + 41.025 760.00 0.09 759.91 + 41.050 1047.00 0.09 1046.91 + 41.075 1074.00 0.09 1073.91 + 41.100 910.00 0.09 909.91 + 41.125 689.00 0.09 688.91 + 41.150 698.00 0.09 697.91 + 41.175 717.00 0.08 716.92 + 41.200 570.00 0.08 569.92 + 41.225 382.00 0.08 381.92 + 41.250 273.00 0.08 272.92 + 41.275 291.00 0.08 290.92 + 41.300 231.00 0.08 230.92 + 41.325 278.00 0.08 277.92 + 41.350 239.00 0.08 238.92 + 41.375 272.00 0.08 271.92 + 41.400 257.00 0.08 256.92 + 41.425 316.00 0.08 315.92 + 41.450 315.00 0.08 314.92 + 41.475 377.00 0.08 376.92 + 41.500 419.00 0.08 418.92 + 41.525 593.00 0.08 592.92 + 41.550 709.00 0.08 708.92 + 41.575 1116.00 0.08 1115.92 + 41.600 1749.00 0.08 1748.92 + 41.625 2604.00 0.08 2603.92 + 41.650 3739.00 0.08 3738.92 + 41.675 4133.00 0.08 4132.92 + 41.700 3642.00 0.08 3641.92 + 41.725 2835.00 0.08 2834.92 + 41.750 2622.00 0.08 2621.92 + 41.775 2580.00 0.08 2579.92 + 41.800 2147.00 0.08 2146.92 + 41.825 1381.00 0.08 1380.92 + 41.850 844.00 0.08 843.92 + 41.875 578.00 0.08 577.92 + 41.900 447.00 0.08 446.92 + 41.925 351.00 0.08 350.92 + 41.950 339.00 0.08 338.92 + 41.975 309.00 0.08 308.92 + 42.000 260.00 0.08 259.92 + 42.025 268.00 0.08 267.92 + 42.050 240.00 0.08 239.92 + 42.075 250.00 0.08 249.92 + 42.100 233.00 0.08 232.92 + 42.125 275.00 0.08 274.92 + 42.150 281.00 0.08 280.92 + 42.175 285.00 0.08 284.92 + 42.200 381.00 0.09 380.91 + 42.225 450.00 0.09 449.91 + 42.250 601.00 0.09 600.91 + 42.275 801.00 0.09 800.91 + 42.300 895.00 0.09 894.91 + 42.325 881.00 0.09 880.91 + 42.350 726.00 0.09 725.91 + 42.375 644.00 0.09 643.91 + 42.400 608.00 0.09 607.91 + 42.425 589.00 0.09 588.91 + 42.450 498.00 0.09 497.91 + 42.475 386.00 0.09 385.91 + 42.500 283.00 0.10 282.90 + 42.525 277.00 0.10 276.90 + 42.550 254.00 0.10 253.90 + 42.575 276.00 0.10 275.90 + 42.600 249.00 0.10 248.90 + 42.625 224.00 0.10 223.90 + 42.650 213.00 0.10 212.90 + 42.675 196.00 0.11 195.89 + 42.700 234.00 0.11 233.89 + 42.725 186.00 0.11 185.89 + 42.750 215.00 0.11 214.89 + 42.775 191.00 0.11 190.89 + 42.800 211.00 0.11 210.89 + 42.825 189.00 0.12 188.88 + 42.850 204.00 0.12 203.88 + 42.875 193.00 0.12 192.88 + 42.900 227.00 0.12 226.88 + 42.925 221.00 0.12 220.88 + 42.950 225.00 0.13 224.87 + 42.975 199.00 0.13 198.87 + 43.000 187.00 0.13 186.87 + 43.025 193.00 0.14 192.86 + 43.050 214.00 0.14 213.86 + 43.075 235.00 0.14 234.86 + 43.100 241.00 0.14 240.86 + 43.125 232.00 0.15 231.85 + 43.150 239.00 0.15 238.85 + 43.175 254.00 0.15 253.85 + 43.200 252.00 0.16 251.84 + 43.225 264.00 0.16 263.84 + 43.250 251.00 0.17 250.83 + 43.275 260.00 0.17 259.83 + 43.300 320.00 0.17 319.83 + 43.325 375.00 0.18 374.82 + 43.350 379.00 0.18 378.82 + 43.375 442.00 0.19 441.81 + 43.400 425.00 0.19 424.81 + 43.425 492.00 0.20 491.80 + 43.450 574.00 0.21 573.79 + 43.475 693.00 0.21 692.79 + 43.500 816.00 0.22 815.78 + 43.525 1046.00 0.23 1045.77 + 43.550 1286.00 0.23 1285.77 + 43.575 1773.00 0.24 1772.76 + 43.600 2593.00 0.25 2592.75 + 43.625 4047.00 0.26 4046.74 + 43.650 6544.00 0.27 6543.73 + 43.675 9907.00 0.28 9906.72 + 43.700 12440.00 0.29 12439.71 + 43.725 12196.00 0.30 12195.70 + 43.750 9815.00 0.31 9814.69 + 43.775 8006.00 0.32 8005.68 + 43.800 7742.00 0.33 7741.67 + 43.825 7431.00 0.35 7430.65 + 43.850 5975.00 0.36 5974.64 + 43.875 3773.00 0.38 3772.62 + 43.900 2148.00 0.39 2147.61 + 43.925 1465.00 0.41 1464.59 + 43.950 1080.00 0.43 1079.57 + 43.975 849.00 0.45 848.55 + 44.000 683.00 0.47 682.53 + 44.025 579.00 0.50 578.50 + 44.050 560.00 0.52 559.48 + 44.075 480.00 0.55 479.45 + 44.100 481.00 0.58 480.42 + 44.125 470.00 0.62 469.38 + 44.150 468.00 0.65 467.35 + 44.175 450.00 0.69 449.31 + 44.200 469.00 0.74 468.26 + 44.225 498.00 0.78 497.22 + 44.250 468.00 0.84 467.16 + 44.275 528.00 0.89 527.11 + 44.300 615.00 0.96 614.04 + 44.325 632.00 1.03 630.97 + 44.350 765.00 1.11 763.89 + 44.375 985.00 1.20 983.80 + 44.400 1263.00 1.30 1261.70 + 44.425 1833.00 1.42 1831.58 + 44.450 2821.00 1.55 2819.45 + 44.475 4290.00 1.70 4288.30 + 44.500 5647.00 1.87 5645.13 + 44.525 5682.00 2.08 5679.92 + 44.550 5372.00 2.31 5369.69 + 44.575 5802.00 2.59 5799.41 + 44.600 7664.00 2.92 7661.08 + 44.625 7744.00 3.32 7740.68 + 44.650 5866.00 3.80 5862.20 + 44.675 4103.00 4.40 4098.60 + 44.700 3552.00 5.15 3546.85 + 44.725 3442.00 6.12 3435.88 + 44.750 2855.00 7.44 2847.56 + 44.775 1843.00 9.46 1833.54 + 44.800 1102.00 12.98 1089.02 + 44.825 771.00 19.77 751.23 + 44.850 578.00 32.95 545.05 + 44.875 517.00 56.66 460.34 + 44.900 456.00 94.14 361.86 + 44.925 381.00 144.19 236.81 + 44.950 379.00 197.56 181.44 + 44.975 335.00 235.20 99.80 + 45.000 326.00 235.95 90.05 + 45.025 303.00 199.31 103.69 + 45.050 286.00 146.10 139.90 + 45.075 287.00 95.74 191.26 + 45.100 274.00 57.74 216.26 + 45.125 272.00 33.58 238.42 + 45.150 282.00 20.10 261.90 + 45.175 267.00 13.15 253.85 + 45.200 236.00 9.55 226.45 + 45.225 255.00 7.50 247.50 + 45.250 238.00 6.16 231.84 + 45.275 218.00 5.18 212.82 + 45.300 224.00 4.42 219.58 + 45.325 209.00 3.82 205.18 + 45.350 228.00 3.33 224.67 + 45.375 244.00 2.93 241.07 + 45.400 234.00 2.60 231.40 + 45.425 221.00 2.32 218.68 + 45.450 237.00 2.08 234.92 + 45.475 224.00 1.88 222.12 + 45.500 217.00 1.70 215.30 + 45.525 187.00 1.55 185.45 + 45.550 261.00 1.42 259.58 + 45.575 216.00 1.30 214.70 + 45.600 246.00 1.20 244.80 + 45.625 244.00 1.11 242.89 + 45.650 282.00 1.03 280.97 + 45.675 276.00 0.96 275.04 + 45.700 314.00 0.89 313.11 + 45.725 333.00 0.83 332.17 + 45.750 385.00 0.78 384.22 + 45.775 413.00 0.73 412.27 + 45.800 609.00 0.69 608.31 + 45.825 855.00 0.65 854.35 + 45.850 1397.00 0.61 1396.39 + 45.875 2190.00 0.58 2189.42 + 45.900 3180.00 0.55 3179.45 + 45.925 3151.00 0.52 3150.48 + 45.950 2427.00 0.49 2426.51 + 45.975 1819.00 0.47 1818.53 + 46.000 1843.00 0.45 1842.55 + 46.025 2058.00 0.43 2057.57 + 46.050 1720.00 0.41 1719.59 + 46.075 1115.00 0.39 1114.61 + 46.100 716.00 0.37 715.63 + 46.125 480.00 0.36 479.64 + 46.150 364.00 0.34 363.66 + 46.175 297.00 0.33 296.67 + 46.200 300.00 0.31 299.69 + 46.225 267.00 0.30 266.70 + 46.250 227.00 0.29 226.71 + 46.275 215.00 0.28 214.72 + 46.300 189.00 0.27 188.73 + 46.325 213.00 0.26 212.74 + 46.350 174.00 0.24 173.76 + 46.375 175.00 0.24 174.76 + 46.400 193.00 0.23 192.77 + 46.425 183.00 0.22 182.78 + 46.450 178.00 0.21 177.79 + 46.475 166.00 0.20 165.80 + 46.500 171.00 0.20 170.80 + 46.525 171.00 0.19 170.81 + 46.550 172.00 0.19 171.81 + 46.575 161.00 0.18 160.82 + 46.600 151.00 0.17 150.83 + 46.625 143.00 0.17 142.83 + 46.650 141.00 0.16 140.84 + 46.675 139.00 0.16 138.84 + 46.700 172.00 0.15 171.85 + 46.725 153.00 0.15 152.85 + 46.750 169.00 0.15 168.85 + 46.775 141.00 0.14 140.86 + 46.800 125.00 0.14 124.86 + 46.825 135.00 0.13 134.87 + 46.850 142.00 0.13 141.87 + 46.875 134.00 0.13 133.87 + 46.900 142.00 0.12 141.88 + 46.925 138.00 0.12 137.88 + 46.950 152.00 0.12 151.88 + 46.975 159.00 0.11 158.89 + 47.000 140.00 0.11 139.89 + 47.025 143.00 0.11 142.89 + 47.050 136.00 0.11 135.89 + 47.075 147.00 0.10 146.90 + 47.100 144.00 0.10 143.90 + 47.125 148.00 0.10 147.90 + 47.150 153.00 0.10 152.90 + 47.175 112.00 0.09 111.91 + 47.200 148.00 0.09 147.91 + 47.225 138.00 0.09 137.91 + 47.250 119.00 0.09 118.91 + 47.275 121.00 0.09 120.91 + 47.300 160.00 0.08 159.92 + 47.325 136.00 0.08 135.92 + 47.350 164.00 0.08 163.92 + 47.375 137.00 0.08 136.92 + 47.400 166.00 0.08 165.92 + 47.425 142.00 0.08 141.92 + 47.450 158.00 0.07 157.93 + 47.475 176.00 0.07 175.93 + 47.500 175.00 0.07 174.93 + 47.525 183.00 0.07 182.93 + 47.550 249.00 0.07 248.93 + 47.575 309.00 0.07 308.93 + 47.600 389.00 0.07 388.93 + 47.625 541.00 0.07 540.93 + 47.650 720.00 0.06 719.94 + 47.675 682.00 0.06 681.94 + 47.700 600.00 0.06 599.94 + 47.725 452.00 0.06 451.94 + 47.750 443.00 0.06 442.94 + 47.775 453.00 0.06 452.94 + 47.800 437.00 0.06 436.94 + 47.825 329.00 0.06 328.94 + 47.850 289.00 0.06 288.94 + 47.875 226.00 0.05 225.95 + 47.900 201.00 0.05 200.95 + 47.925 182.00 0.05 181.95 + 47.950 160.00 0.05 159.95 + 47.975 178.00 0.05 177.95 + 48.000 146.00 0.05 145.95 + 48.025 181.00 0.05 180.95 + 48.050 142.00 0.05 141.95 + 48.075 201.00 0.05 200.95 + 48.100 182.00 0.05 181.95 + 48.125 174.00 0.05 173.95 + 48.150 168.00 0.05 167.95 + 48.175 174.00 0.04 173.96 + 48.200 233.00 0.04 232.96 + 48.225 275.00 0.04 274.96 + 48.250 331.00 0.04 330.96 + 48.275 464.00 0.04 463.96 + 48.300 712.00 0.04 711.96 + 48.325 969.00 0.04 968.96 + 48.350 1093.00 0.04 1092.96 + 48.375 984.00 0.04 983.96 + 48.400 752.00 0.04 751.96 + 48.425 624.00 0.04 623.96 + 48.450 651.00 0.04 650.96 + 48.475 695.00 0.04 694.96 + 48.500 597.00 0.04 596.96 + 48.525 460.00 0.04 459.96 + 48.550 284.00 0.04 283.96 + 48.575 261.00 0.04 260.96 + 48.600 211.00 0.03 210.97 + 48.625 196.00 0.03 195.97 + 48.650 175.00 0.03 174.97 + 48.675 167.00 0.03 166.97 + 48.700 165.00 0.03 164.97 + 48.725 143.00 0.03 142.97 + 48.750 153.00 0.03 152.97 + 48.775 155.00 0.03 154.97 + 48.800 137.00 0.03 136.97 + 48.825 161.00 0.03 160.97 + 48.850 131.00 0.03 130.97 + 48.875 138.00 0.03 137.97 + 48.900 125.00 0.03 124.97 + 48.925 114.00 0.03 113.97 + 48.950 154.00 0.03 153.97 + 48.975 114.00 0.03 113.97 + 49.000 118.00 0.03 117.97 + 49.025 120.00 0.03 119.97 + 49.050 130.00 0.03 129.97 + 49.075 117.00 0.03 116.97 + 49.100 126.00 0.03 125.97 + 49.125 132.00 0.03 131.97 + 49.150 122.00 0.03 121.97 + 49.175 133.00 0.03 132.97 + 49.200 122.00 0.03 121.97 + 49.225 113.00 0.03 112.97 + 49.250 128.00 0.02 127.98 + 49.275 139.00 0.02 138.98 + 49.300 126.00 0.02 125.98 + 49.325 140.00 0.02 139.98 + 49.350 120.00 0.02 119.98 + 49.375 122.00 0.02 121.98 + 49.400 122.00 0.02 121.98 + 49.425 136.00 0.02 135.98 + 49.450 116.00 0.02 115.98 + 49.475 113.00 0.02 112.98 + 49.500 103.00 0.02 102.98 + 49.525 120.00 0.02 119.98 + 49.550 129.00 0.02 128.98 + 49.575 112.00 0.02 111.98 + 49.600 118.00 0.02 117.98 + 49.625 140.00 0.02 139.98 + 49.650 135.00 0.02 134.98 + 49.675 101.00 0.02 100.98 + 49.700 128.00 0.02 127.98 + 49.725 115.00 0.02 114.98 + 49.750 126.00 0.02 125.98 + 49.775 120.00 0.02 119.98 + 49.800 119.00 0.02 118.98 + 49.825 107.00 0.02 106.98 + 49.850 122.00 0.02 121.98 + 49.875 124.00 0.02 123.98 + 49.900 123.00 0.02 122.98 + 49.925 159.00 0.02 158.98 + 49.950 132.00 0.02 131.98 + 49.975 136.00 0.02 135.98 + 50.000 115.00 0.02 114.98 + 50.025 142.00 0.02 141.98 + 50.050 132.00 0.02 131.98 + 50.075 144.00 0.02 143.98 + 50.100 140.00 0.02 139.98 + 50.125 131.00 0.02 130.98 + 50.150 112.00 0.02 111.98 + 50.175 147.00 0.02 146.98 + 50.200 129.00 0.02 128.98 + 50.225 129.00 0.02 128.98 + 50.250 106.00 0.02 105.98 + 50.275 129.00 0.02 128.98 + 50.300 127.00 0.02 126.98 + 50.325 122.00 0.02 121.98 + 50.350 155.00 0.02 154.98 + 50.375 130.00 0.02 129.98 + 50.400 121.00 0.02 120.98 + 50.425 131.00 0.02 130.98 + 50.450 173.00 0.02 172.98 + 50.475 157.00 0.02 156.98 + 50.500 146.00 0.01 145.99 + 50.525 153.00 0.01 152.99 + 50.550 168.00 0.01 167.99 + 50.575 199.00 0.01 198.99 + 50.600 204.00 0.01 203.99 + 50.625 212.00 0.01 211.99 + 50.650 232.00 0.01 231.99 + 50.675 255.00 0.01 254.99 + 50.700 319.00 0.01 318.99 + 50.725 410.00 0.01 409.99 + 50.750 629.00 0.01 628.99 + 50.775 1090.00 0.01 1089.99 + 50.800 1814.00 0.01 1813.99 + 50.825 2668.00 0.01 2667.99 + 50.850 2463.00 0.01 2462.99 + 50.875 1752.00 0.01 1751.99 + 50.900 1187.00 0.01 1186.99 + 50.925 1257.00 0.01 1256.99 + 50.950 1542.00 0.01 1541.99 + 50.975 1549.00 0.01 1548.99 + 51.000 1066.00 0.01 1065.99 + 51.025 624.00 0.01 623.99 + 51.050 387.00 0.01 386.99 + 51.075 314.00 0.01 313.99 + 51.100 267.00 0.01 266.99 + 51.125 208.00 0.01 207.99 + 51.150 211.00 0.01 210.99 + 51.175 210.00 0.01 209.99 + 51.200 181.00 0.01 180.99 + 51.225 170.00 0.01 169.99 + 51.250 154.00 0.01 153.99 + 51.275 155.00 0.01 154.99 + 51.300 143.00 0.01 142.99 + 51.325 171.00 0.01 170.99 + 51.350 156.00 0.01 155.99 + 51.375 134.00 0.01 133.99 + 51.400 142.00 0.01 141.99 + 51.425 142.00 0.01 141.99 + 51.450 136.00 0.01 135.99 + 51.475 139.00 0.01 138.99 + 51.500 139.00 0.01 138.99 + 51.525 132.00 0.01 131.99 + 51.550 152.00 0.01 151.99 + 51.575 123.00 0.01 122.99 + 51.600 137.00 0.01 136.99 + 51.625 125.00 0.01 124.99 + 51.650 132.00 0.01 131.99 + 51.675 133.00 0.01 132.99 + 51.700 137.00 0.01 136.99 + 51.725 148.00 0.01 147.99 + 51.750 121.00 0.01 120.99 + 51.775 150.00 0.01 149.99 + 51.800 139.00 0.01 138.99 + 51.825 127.00 0.01 126.99 + 51.850 127.00 0.01 126.99 + 51.875 146.00 0.01 145.99 + 51.900 147.00 0.01 146.99 + 51.925 155.00 0.01 154.99 + 51.950 131.00 0.01 130.99 + 51.975 144.00 0.01 143.99 + 52.000 148.00 0.01 147.99 + 52.025 138.00 0.01 137.99 + 52.050 149.00 0.01 148.99 + 52.075 154.00 0.01 153.99 + 52.100 142.00 0.01 141.99 + 52.125 141.00 0.00 141.00 + 52.150 181.00 0.00 181.00 + 52.175 185.00 0.00 185.00 + 52.200 169.00 0.00 169.00 + 52.225 181.00 0.00 181.00 + 52.250 203.00 0.00 203.00 + 52.275 236.00 0.00 236.00 + 52.300 232.00 0.00 232.00 + 52.325 335.00 0.00 335.00 + 52.350 428.00 0.00 428.00 + 52.375 600.00 0.00 600.00 + 52.400 826.00 0.00 826.00 + 52.425 1143.00 0.00 1143.00 + 52.450 1282.00 0.00 1282.00 + 52.475 1262.00 0.00 1262.00 + 52.500 1070.00 0.00 1070.00 + 52.525 962.00 0.00 962.00 + 52.550 964.00 0.00 964.00 + 52.575 871.00 0.00 871.00 + 52.600 886.00 0.00 886.00 + 52.625 728.00 0.00 728.00 + 52.650 557.00 0.00 557.00 + 52.675 468.00 0.00 468.00 + 52.700 370.00 0.00 370.00 + 52.725 267.00 0.00 267.00 + 52.750 235.00 0.00 235.00 + 52.775 203.00 0.00 203.00 + 52.800 187.00 0.00 187.00 + 52.825 181.00 0.00 181.00 + 52.850 188.00 0.00 188.00 + 52.875 189.00 0.00 189.00 + 52.900 166.00 0.00 166.00 + 52.925 167.00 0.00 167.00 + 52.950 175.00 0.00 175.00 + 52.975 191.00 0.00 191.00 + 53.000 184.00 0.00 184.00 + 53.025 181.00 0.00 181.00 + 53.050 226.00 0.00 226.00 + 53.075 228.00 0.00 228.00 + 53.100 258.00 0.00 258.00 + 53.125 216.00 0.00 216.00 + 53.150 233.00 0.00 233.00 + 53.175 250.00 0.00 250.00 + 53.200 287.00 0.00 287.00 + 53.225 332.00 0.00 332.00 + 53.250 441.00 0.00 441.00 + 53.275 506.00 0.00 506.00 + 53.300 459.00 0.00 459.00 + 53.325 447.00 0.00 447.00 + 53.350 383.00 0.00 383.00 + 53.375 372.00 0.00 372.00 + 53.400 397.00 0.00 397.00 + 53.425 408.00 0.00 408.00 + 53.450 434.00 0.00 434.00 + 53.475 419.00 0.00 419.00 + 53.500 346.00 0.00 346.00 + 53.525 392.00 0.00 392.00 + 53.550 441.00 0.00 441.00 + 53.575 622.00 0.00 622.00 + 53.600 912.00 0.00 912.00 + 53.625 1096.00 0.00 1096.00 + 53.650 1359.00 0.00 1359.00 + 53.675 1605.00 0.00 1605.00 + 53.700 1949.00 0.00 1949.00 + 53.725 1937.00 0.00 1937.00 + 53.750 1843.00 0.00 1843.00 + 53.775 2020.00 0.00 2020.00 + 53.800 1980.00 0.00 1980.00 + 53.825 1741.00 0.00 1741.00 + 53.850 1467.00 0.00 1467.00 + 53.875 1209.00 0.00 1209.00 + 53.900 1080.00 0.00 1080.00 + 53.925 998.00 0.00 998.00 + 53.950 719.00 0.00 719.00 + 53.975 548.00 0.00 548.00 + 54.000 393.00 0.00 393.00 + 54.025 314.00 0.00 314.00 + 54.050 277.00 0.00 277.00 + 54.075 248.00 0.00 248.00 + 54.100 204.00 0.00 204.00 + 54.125 179.00 0.00 179.00 + 54.150 180.00 0.00 180.00 + 54.175 168.00 0.00 168.00 + 54.200 160.00 0.00 160.00 + 54.225 170.00 0.00 170.00 + 54.250 160.00 0.00 160.00 + 54.275 184.00 0.00 184.00 + 54.300 179.00 0.00 179.00 + 54.325 164.00 0.00 164.00 + 54.350 149.00 0.00 149.00 + 54.375 156.00 0.00 156.00 + 54.400 140.00 0.00 140.00 + 54.425 161.00 0.00 161.00 + 54.450 149.00 0.00 149.00 + 54.475 134.00 0.00 134.00 + 54.500 126.00 0.00 126.00 + 54.525 143.00 0.00 143.00 + 54.550 138.00 0.00 138.00 + 54.575 142.00 0.00 142.00 + 54.600 163.00 0.00 163.00 + 54.625 131.00 0.00 131.00 + 54.650 161.00 0.00 161.00 + 54.675 131.00 0.00 131.00 + 54.700 147.00 0.00 147.00 + 54.725 150.00 0.00 150.00 + 54.750 160.00 0.00 160.00 + 54.775 128.00 0.00 128.00 + 54.800 126.00 0.00 126.00 + 54.825 128.00 0.00 128.00 + 54.850 152.00 0.00 152.00 + 54.875 134.00 0.00 134.00 + 54.900 158.00 0.00 158.00 + 54.925 135.00 0.00 135.00 + 54.950 162.00 0.00 162.00 + 54.975 157.00 0.00 157.00 + 55.000 173.00 0.00 173.00 + 55.025 156.00 0.00 156.00 + 55.050 162.00 0.00 162.00 + 55.075 158.00 0.00 158.00 + 55.100 164.00 0.00 164.00 + 55.125 155.00 0.00 155.00 + 55.150 194.00 0.00 194.00 + 55.175 195.00 0.00 195.00 + 55.200 196.00 0.00 196.00 + 55.225 253.00 0.00 253.00 + 55.250 262.00 0.00 262.00 + 55.275 350.00 0.00 350.00 + 55.300 464.00 0.00 464.00 + 55.325 665.00 0.00 665.00 + 55.350 937.00 0.00 937.00 + 55.375 1141.00 0.00 1141.00 + 55.400 1055.00 0.00 1055.00 + 55.425 834.00 0.00 834.00 + 55.450 657.00 0.00 657.00 + 55.475 648.00 0.00 648.00 + 55.500 638.00 0.00 638.00 + 55.525 752.00 0.00 752.00 + 55.550 672.00 0.00 672.00 + 55.575 543.00 0.00 543.00 + 55.600 404.00 0.00 404.00 + 55.625 370.00 0.00 370.00 + 55.650 386.00 0.00 386.00 + 55.675 469.00 0.00 469.00 + 55.700 560.00 0.00 560.00 + 55.725 465.00 0.00 465.00 + 55.750 360.00 0.00 360.00 + 55.775 285.00 0.00 285.00 + 55.800 276.00 0.00 276.00 + 55.825 355.00 0.00 355.00 + 55.850 364.00 0.00 364.00 + 55.875 291.00 0.00 291.00 + 55.900 228.00 0.00 228.00 + 55.925 190.00 0.00 190.00 + 55.950 194.00 0.00 194.00 + 55.975 195.00 0.00 195.00 + 56.000 180.00 0.00 180.00 + 56.025 163.00 0.00 163.00 + 56.050 154.00 0.00 154.00 + 56.075 156.00 0.00 156.00 + 56.100 184.00 0.00 184.00 + 56.125 181.00 0.00 181.00 + 56.150 152.00 0.00 152.00 + 56.175 176.00 0.00 176.00 + 56.200 177.00 0.00 177.00 + 56.225 160.00 0.00 160.00 + 56.250 178.00 0.00 178.00 + 56.275 185.00 0.00 185.00 + 56.300 175.00 0.00 175.00 + 56.325 206.00 0.00 206.00 + 56.350 214.00 0.00 214.00 + 56.375 244.00 0.00 244.00 + 56.400 255.00 0.00 255.00 + 56.425 254.00 0.00 254.00 + 56.450 373.00 0.00 373.00 + 56.475 514.00 0.00 514.00 + 56.500 623.00 0.00 623.00 + 56.525 827.00 0.00 827.00 + 56.550 875.00 0.00 875.00 + 56.575 884.00 0.00 884.00 + 56.600 951.00 0.00 951.00 + 56.625 1181.00 0.00 1181.00 + 56.650 1887.00 0.00 1887.00 + 56.675 2582.00 0.00 2582.00 + 56.700 2875.00 0.00 2875.00 + 56.725 2303.00 0.00 2303.00 + 56.750 1613.00 0.00 1613.00 + 56.775 1270.00 0.00 1270.00 + 56.800 1312.00 0.00 1312.00 + 56.825 1510.00 0.00 1510.00 + 56.850 1599.00 0.00 1599.00 + 56.875 1288.00 0.00 1288.00 + 56.900 890.00 0.00 890.00 + 56.925 794.00 0.00 794.00 + 56.950 643.00 0.00 643.00 + 56.975 683.00 0.00 683.00 + 57.000 884.00 0.00 884.00 + 57.025 1207.00 0.00 1207.00 + 57.050 1571.00 0.00 1571.00 + 57.075 1762.00 0.00 1762.00 + 57.100 1506.00 0.00 1506.00 + 57.125 1186.00 0.00 1186.00 + 57.150 969.00 0.00 969.00 + 57.175 975.00 0.00 975.00 + 57.200 1015.00 0.00 1015.00 + 57.225 1048.00 0.00 1048.00 + 57.250 938.00 0.00 938.00 + 57.275 733.00 0.00 733.00 + 57.300 494.00 0.00 494.00 + 57.325 392.00 0.00 392.00 + 57.350 292.00 0.00 292.00 + 57.375 276.00 0.00 276.00 + 57.400 254.00 0.00 254.00 + 57.425 229.00 0.00 229.00 + 57.450 216.00 0.00 216.00 + 57.475 203.00 0.00 203.00 + 57.500 194.00 0.00 194.00 + 57.525 189.00 0.00 189.00 + 57.550 192.00 0.00 192.00 + 57.575 181.00 0.00 181.00 + 57.600 191.00 0.00 191.00 + 57.625 163.00 0.00 163.00 + 57.650 175.00 0.00 175.00 + 57.675 186.00 0.00 186.00 + 57.700 149.00 0.00 149.00 + 57.725 175.00 0.00 175.00 + 57.750 142.00 0.00 142.00 + 57.775 180.00 0.00 180.00 + 57.800 136.00 0.00 136.00 + 57.825 151.00 0.00 151.00 + 57.850 177.00 0.00 177.00 + 57.875 156.00 0.00 156.00 + 57.900 159.00 0.00 159.00 + 57.925 174.00 0.00 174.00 + 57.950 148.00 0.00 148.00 + 57.975 147.00 0.00 147.00 + 58.000 141.00 0.00 141.00 + 58.025 145.00 0.00 145.00 + 58.050 156.00 0.00 156.00 + 58.075 144.00 0.00 144.00 + 58.100 149.00 0.00 149.00 + 58.125 145.00 0.00 145.00 + 58.150 127.00 0.00 127.00 + 58.175 143.00 0.00 143.00 + 58.200 159.00 0.00 159.00 + 58.225 129.00 0.00 129.00 + 58.250 161.00 0.00 161.00 + 58.275 138.00 0.00 138.00 + 58.300 145.00 0.00 145.00 + 58.325 165.00 0.00 165.00 + 58.350 172.00 0.00 172.00 + 58.375 184.00 0.00 184.00 + 58.400 217.00 0.00 217.00 + 58.425 266.00 0.00 266.00 + 58.450 272.00 0.00 272.00 + 58.475 313.00 0.00 313.00 + 58.500 288.00 0.00 288.00 + 58.525 275.00 0.00 275.00 + 58.550 321.00 0.00 321.00 + 58.575 323.00 0.00 323.00 + 58.600 439.00 0.00 439.00 + 58.625 573.00 0.00 573.00 + 58.650 743.00 0.00 743.00 + 58.675 906.00 0.00 906.00 + 58.700 960.00 0.00 960.00 + 58.725 812.00 0.00 812.00 + 58.750 566.00 0.00 566.00 + 58.775 541.00 0.00 541.00 + 58.800 535.00 0.00 535.00 + 58.825 554.00 0.00 554.00 + 58.850 567.00 0.00 567.00 + 58.875 599.00 0.00 599.00 + 58.900 473.00 0.00 473.00 + 58.925 359.00 0.00 359.00 + 58.950 290.00 0.00 290.00 + 58.975 254.00 0.00 254.00 + 59.000 189.00 0.00 189.00 + 59.025 184.00 0.00 184.00 + 59.050 196.00 0.00 196.00 + 59.075 210.00 0.00 210.00 + 59.100 190.00 0.00 190.00 + 59.125 179.00 0.00 179.00 + 59.150 148.00 0.00 148.00 + 59.175 160.00 0.00 160.00 + 59.200 147.00 0.00 147.00 + 59.225 122.00 0.00 122.00 + 59.250 148.00 0.00 148.00 + 59.275 141.00 0.00 141.00 + 59.300 140.00 0.00 140.00 + 59.325 142.00 0.00 142.00 + 59.350 114.00 0.00 114.00 + 59.375 150.00 0.00 150.00 + 59.400 151.00 0.00 151.00 + 59.425 132.00 0.00 132.00 + 59.450 153.00 0.00 153.00 + 59.475 140.00 0.00 140.00 + 59.500 118.00 0.00 118.00 + 59.525 128.00 0.00 128.00 + 59.550 140.00 0.00 140.00 + 59.575 136.00 0.00 136.00 + 59.600 122.00 0.00 122.00 + 59.625 130.00 0.00 130.00 + 59.650 135.00 0.00 135.00 + 59.675 133.00 0.00 133.00 + 59.700 165.00 0.00 165.00 + 59.725 160.00 0.00 160.00 + 59.750 163.00 0.00 163.00 + 59.775 166.00 0.00 166.00 + 59.800 190.00 0.00 190.00 + 59.825 264.00 0.00 264.00 + 59.850 331.00 0.00 331.00 + 59.875 334.00 0.00 334.00 + 59.900 297.00 0.00 297.00 + 59.925 215.00 0.01 214.99 + 59.950 205.00 0.01 204.99 + 59.975 212.00 0.01 211.99 + 60.000 268.00 0.01 267.99 + 60.025 226.00 0.01 225.99 + 60.050 256.00 0.01 255.99 + 60.075 199.00 0.01 198.99 + 60.100 165.00 0.01 164.99 + 60.125 148.00 0.01 147.99 + 60.150 159.00 0.01 158.99 + 60.175 132.00 0.01 131.99 + 60.200 154.00 0.01 153.99 + 60.225 139.00 0.01 138.99 + 60.250 121.00 0.01 120.99 + 60.275 144.00 0.01 143.99 + 60.300 131.00 0.01 130.99 + 60.325 136.00 0.01 135.99 + 60.350 139.00 0.01 138.99 + 60.375 120.00 0.01 119.99 + 60.400 129.00 0.01 128.99 + 60.425 130.00 0.01 129.99 + 60.450 143.00 0.01 142.99 + 60.475 127.00 0.01 126.99 + 60.500 150.00 0.01 149.99 + 60.525 156.00 0.01 155.99 + 60.550 154.00 0.01 153.99 + 60.575 153.00 0.01 152.99 + 60.600 162.00 0.01 161.99 + 60.625 208.00 0.01 207.99 + 60.650 247.00 0.01 246.99 + 60.675 207.00 0.01 206.99 + 60.700 192.00 0.01 191.99 + 60.725 179.00 0.01 178.99 + 60.750 148.00 0.01 147.99 + 60.775 154.00 0.01 153.99 + 60.800 204.00 0.01 203.99 + 60.825 186.00 0.01 185.99 + 60.850 208.00 0.01 207.99 + 60.875 175.00 0.01 174.99 + 60.900 141.00 0.01 140.99 + 60.925 111.00 0.01 110.99 + 60.950 124.00 0.01 123.99 + 60.975 132.00 0.01 131.99 + 61.000 127.00 0.01 126.99 + 61.025 125.00 0.01 124.99 + 61.050 124.00 0.01 123.99 + 61.075 147.00 0.01 146.99 + 61.100 143.00 0.01 142.99 + 61.125 135.00 0.01 134.99 + 61.150 136.00 0.02 135.98 + 61.175 143.00 0.02 142.98 + 61.200 145.00 0.02 144.98 + 61.225 143.00 0.02 142.98 + 61.250 148.00 0.02 147.98 + 61.275 151.00 0.02 150.98 + 61.300 139.00 0.02 138.98 + 61.325 142.00 0.02 141.98 + 61.350 135.00 0.02 134.98 + 61.375 161.00 0.02 160.98 + 61.400 143.00 0.02 142.98 + 61.425 139.00 0.02 138.98 + 61.450 136.00 0.02 135.98 + 61.475 158.00 0.02 157.98 + 61.500 164.00 0.02 163.98 + 61.525 167.00 0.02 166.98 + 61.550 165.00 0.02 164.98 + 61.575 181.00 0.02 180.98 + 61.600 147.00 0.02 146.98 + 61.625 160.00 0.02 159.98 + 61.650 195.00 0.02 194.98 + 61.675 209.00 0.02 208.98 + 61.700 190.00 0.02 189.98 + 61.725 226.00 0.02 225.98 + 61.750 195.00 0.02 194.98 + 61.775 241.00 0.02 240.98 + 61.800 278.00 0.02 277.98 + 61.825 302.00 0.02 301.98 + 61.850 344.00 0.02 343.98 + 61.875 427.00 0.02 426.98 + 61.900 563.00 0.02 562.98 + 61.925 789.00 0.02 788.98 + 61.950 990.00 0.02 989.98 + 61.975 1317.00 0.02 1316.98 + 62.000 1792.00 0.02 1791.98 + 62.025 2342.00 0.02 2341.98 + 62.050 2479.00 0.02 2478.98 + 62.075 2083.00 0.02 2082.98 + 62.100 1541.00 0.02 1540.98 + 62.125 1233.00 0.03 1232.97 + 62.150 1186.00 0.03 1185.97 + 62.175 1301.00 0.03 1300.97 + 62.200 1408.00 0.03 1407.97 + 62.225 1348.00 0.03 1347.97 + 62.250 1086.00 0.03 1085.97 + 62.275 761.00 0.03 760.97 + 62.300 509.00 0.03 508.97 + 62.325 405.00 0.03 404.97 + 62.350 349.00 0.03 348.97 + 62.375 309.00 0.03 308.97 + 62.400 273.00 0.03 272.97 + 62.425 269.00 0.03 268.97 + 62.450 244.00 0.03 243.97 + 62.475 252.00 0.03 251.97 + 62.500 286.00 0.03 285.97 + 62.525 309.00 0.03 308.97 + 62.550 289.00 0.03 288.97 + 62.575 316.00 0.03 315.97 + 62.600 317.00 0.03 316.97 + 62.625 259.00 0.03 258.97 + 62.650 228.00 0.04 227.96 + 62.675 223.00 0.04 222.96 + 62.700 259.00 0.04 258.96 + 62.725 237.00 0.04 236.96 + 62.750 212.00 0.04 211.96 + 62.775 212.00 0.04 211.96 + 62.800 201.00 0.04 200.96 + 62.825 184.00 0.04 183.96 + 62.850 201.00 0.04 200.96 + 62.875 170.00 0.04 169.96 + 62.900 165.00 0.04 164.96 + 62.925 182.00 0.04 181.96 + 62.950 182.00 0.04 181.96 + 62.975 183.00 0.04 182.96 + 63.000 199.00 0.05 198.95 + 63.025 200.00 0.05 199.95 + 63.050 208.00 0.05 207.95 + 63.075 190.00 0.05 189.95 + 63.100 185.00 0.05 184.95 + 63.125 230.00 0.05 229.95 + 63.150 275.00 0.05 274.95 + 63.175 352.00 0.05 351.95 + 63.200 448.00 0.05 447.95 + 63.225 647.00 0.06 646.94 + 63.250 956.00 0.06 955.94 + 63.275 1241.00 0.06 1240.94 + 63.300 1280.00 0.06 1279.94 + 63.325 1063.00 0.06 1062.94 + 63.350 730.00 0.06 729.94 + 63.375 559.00 0.06 558.94 + 63.400 576.00 0.06 575.94 + 63.425 678.00 0.07 677.93 + 63.450 833.00 0.07 832.93 + 63.475 919.00 0.07 918.93 + 63.500 838.00 0.07 837.93 + 63.525 736.00 0.07 735.93 + 63.550 578.00 0.07 577.93 + 63.575 449.00 0.08 448.92 + 63.600 352.00 0.08 351.92 + 63.625 332.00 0.08 331.92 + 63.650 306.00 0.08 305.92 + 63.675 308.00 0.09 307.91 + 63.700 321.00 0.09 320.91 + 63.725 300.00 0.09 299.91 + 63.750 245.00 0.09 244.91 + 63.775 216.00 0.10 215.90 + 63.800 201.00 0.10 200.90 + 63.825 182.00 0.10 181.90 + 63.850 162.00 0.10 161.90 + 63.875 147.00 0.11 146.89 + 63.900 163.00 0.11 162.89 + 63.925 193.00 0.11 192.89 + 63.950 149.00 0.12 148.88 + 63.975 171.00 0.12 170.88 + 64.000 166.00 0.13 165.87 + 64.025 202.00 0.13 201.87 + 64.050 155.00 0.13 154.87 + 64.075 141.00 0.14 140.86 + 64.100 162.00 0.14 161.86 + 64.125 155.00 0.15 154.85 + 64.150 166.00 0.16 165.84 + 64.175 190.00 0.16 189.84 + 64.200 174.00 0.17 173.83 + 64.225 189.00 0.17 188.83 + 64.250 211.00 0.18 210.82 + 64.275 169.00 0.19 168.81 + 64.300 195.00 0.20 194.80 + 64.325 197.00 0.20 196.80 + 64.350 235.00 0.21 234.79 + 64.375 250.00 0.22 249.78 + 64.400 286.00 0.23 285.77 + 64.425 344.00 0.24 343.76 + 64.450 394.00 0.25 393.75 + 64.475 561.00 0.27 560.73 + 64.500 722.00 0.28 721.72 + 64.525 930.00 0.29 929.71 + 64.550 1317.00 0.31 1316.69 + 64.575 1481.00 0.33 1480.67 + 64.600 1358.00 0.35 1357.65 + 64.625 1037.00 0.36 1036.64 + 64.650 813.00 0.39 812.61 + 64.675 746.00 0.41 745.59 + 64.700 717.00 0.44 716.56 + 64.725 877.00 0.46 876.54 + 64.750 916.00 0.49 915.51 + 64.775 896.00 0.53 895.47 + 64.800 663.00 0.57 662.43 + 64.825 502.00 0.61 501.39 + 64.850 396.00 0.65 395.35 + 64.875 302.00 0.71 301.29 + 64.900 255.00 0.76 254.24 + 64.925 280.00 0.83 279.17 + 64.950 238.00 0.90 237.10 + 64.975 238.00 0.99 237.01 + 65.000 233.00 1.09 231.91 + 65.025 267.00 1.20 265.80 + 65.050 258.00 1.33 256.67 + 65.075 267.00 1.49 265.51 + 65.100 346.00 1.67 344.33 + 65.125 468.00 1.89 466.11 + 65.150 667.00 2.15 664.85 + 65.175 897.00 2.47 894.53 + 65.200 976.00 2.87 973.13 + 65.225 870.00 3.37 866.63 + 65.250 617.00 4.01 612.99 + 65.275 478.00 4.86 473.14 + 65.300 483.00 5.99 477.01 + 65.325 485.00 7.62 477.38 + 65.350 541.00 10.22 530.78 + 65.375 636.00 15.13 620.87 + 65.400 625.00 25.43 599.57 + 65.425 465.00 46.25 418.75 + 65.450 354.00 82.05 271.95 + 65.475 276.00 129.90 146.10 + 65.500 231.00 169.53 61.47 + 65.525 232.00 167.43 64.57 + 65.550 190.00 125.82 64.18 + 65.575 216.00 78.55 137.45 + 65.600 192.00 43.99 148.01 + 65.625 191.00 24.25 166.75 + 65.650 172.00 14.57 157.43 + 65.675 178.00 9.95 168.05 + 65.700 212.00 7.46 204.54 + 65.725 172.00 5.88 166.12 + 65.750 174.00 4.78 169.22 + 65.775 183.00 3.95 179.05 + 65.800 142.00 3.32 138.68 + 65.825 176.00 2.83 173.17 + 65.850 174.00 2.44 171.56 + 65.875 159.00 2.12 156.88 + 65.900 196.00 1.87 194.13 + 65.925 194.00 1.65 192.35 + 65.950 202.00 1.47 200.53 + 65.975 246.00 1.32 244.68 + 66.000 258.00 1.19 256.81 + 66.025 272.00 1.08 270.92 + 66.050 227.00 0.98 226.02 + 66.075 206.00 0.90 205.10 + 66.100 220.00 0.82 219.18 + 66.125 234.00 0.76 233.24 + 66.150 235.00 0.70 234.30 + 66.175 252.00 0.65 251.35 + 66.200 241.00 0.60 240.40 + 66.225 246.00 0.56 245.44 + 66.250 280.00 0.52 279.48 + 66.275 326.00 0.49 325.51 + 66.300 391.00 0.46 390.54 + 66.325 456.00 0.43 455.57 + 66.350 640.00 0.41 639.59 + 66.375 670.00 0.38 669.62 + 66.400 639.00 0.36 638.64 + 66.425 521.00 0.34 520.66 + 66.450 515.00 0.33 514.67 + 66.475 493.00 0.31 492.69 + 66.500 632.00 0.29 631.71 + 66.525 854.00 0.28 853.72 + 66.550 1153.00 0.27 1152.73 + 66.575 1468.00 0.25 1467.75 + 66.600 1384.00 0.24 1383.76 + 66.625 1196.00 0.23 1195.77 + 66.650 879.00 0.22 878.78 + 66.675 770.00 0.21 769.79 + 66.700 660.00 0.20 659.80 + 66.725 705.00 0.20 704.80 + 66.750 773.00 0.19 772.81 + 66.775 815.00 0.18 814.82 + 66.800 766.00 0.17 765.83 + 66.825 626.00 0.17 625.83 + 66.850 469.00 0.16 468.84 + 66.875 409.00 0.15 408.85 + 66.900 338.00 0.15 337.85 + 66.925 280.00 0.14 279.86 + 66.950 267.00 0.14 266.86 + 66.975 303.00 0.13 302.87 + 67.000 290.00 0.13 289.87 + 67.025 315.00 0.13 314.87 + 67.050 308.00 0.12 307.88 + 67.075 375.00 0.12 374.88 + 67.100 471.00 0.11 470.89 + 67.125 637.00 0.11 636.89 + 67.150 830.00 0.11 829.89 + 67.175 1073.00 0.10 1072.90 + 67.200 1024.00 0.10 1023.90 + 67.225 833.00 0.10 832.90 + 67.250 639.00 0.10 638.90 + 67.275 528.00 0.09 527.91 + 67.300 502.00 0.09 501.91 + 67.325 569.00 0.09 568.91 + 67.350 667.00 0.09 666.91 + 67.375 732.00 0.08 731.92 + 67.400 600.00 0.08 599.92 + 67.425 516.00 0.08 515.92 + 67.450 444.00 0.08 443.92 + 67.475 417.00 0.07 416.93 + 67.500 430.00 0.07 429.93 + 67.525 431.00 0.07 430.93 + 67.550 409.00 0.07 408.93 + 67.575 399.00 0.07 398.93 + 67.600 319.00 0.07 318.93 + 67.625 289.00 0.06 288.94 + 67.650 333.00 0.06 332.94 + 67.675 368.00 0.06 367.94 + 67.700 368.00 0.06 367.94 + 67.725 375.00 0.06 374.94 + 67.750 332.00 0.06 331.94 + 67.775 257.00 0.06 256.94 + 67.800 253.00 0.05 252.95 + 67.825 244.00 0.05 243.95 + 67.850 250.00 0.05 249.95 + 67.875 251.00 0.05 250.95 + 67.900 239.00 0.05 238.95 + 67.925 260.00 0.05 259.95 + 67.950 202.00 0.05 201.95 + 67.975 234.00 0.05 233.95 + 68.000 236.00 0.05 235.95 + 68.025 222.00 0.05 221.95 + 68.050 268.00 0.04 267.96 + 68.075 246.00 0.04 245.96 + 68.100 261.00 0.04 260.96 + 68.125 301.00 0.04 300.96 + 68.150 352.00 0.04 351.96 + 68.175 434.00 0.04 433.96 + 68.200 507.00 0.04 506.96 + 68.225 687.00 0.04 686.96 + 68.250 891.00 0.04 890.96 + 68.275 929.00 0.04 928.96 + 68.300 869.00 0.04 868.96 + 68.325 744.00 0.04 743.96 + 68.350 766.00 0.04 765.96 + 68.375 883.00 0.04 882.96 + 68.400 1213.00 0.03 1212.97 + 68.425 1390.00 0.03 1389.97 + 68.450 1383.00 0.03 1382.97 + 68.475 1276.00 0.03 1275.97 + 68.500 1228.00 0.03 1227.97 + 68.525 1172.00 0.03 1171.97 + 68.550 1129.00 0.03 1128.97 + 68.575 970.00 0.03 969.97 + 68.600 905.00 0.03 904.97 + 68.625 839.00 0.03 838.97 + 68.650 745.00 0.03 744.97 + 68.675 632.00 0.03 631.97 + 68.700 628.00 0.03 627.97 + 68.725 600.00 0.03 599.97 + 68.750 552.00 0.03 551.97 + 68.775 393.00 0.03 392.97 + 68.800 307.00 0.03 306.97 + 68.825 265.00 0.03 264.97 + 68.850 275.00 0.03 274.97 + 68.875 215.00 0.03 214.97 + 68.900 233.00 0.03 232.97 + 68.925 208.00 0.02 207.98 + 68.950 186.00 0.02 185.98 + 68.975 180.00 0.02 179.98 + 69.000 200.00 0.02 199.98 + 69.025 182.00 0.02 181.98 + 69.050 178.00 0.02 177.98 + 69.075 170.00 0.02 169.98 + 69.100 180.00 0.02 179.98 + 69.125 177.00 0.02 176.98 + 69.150 190.00 0.02 189.98 + 69.175 173.00 0.02 172.98 + 69.200 203.00 0.02 202.98 + 69.225 200.00 0.02 199.98 + 69.250 185.00 0.02 184.98 + 69.275 218.00 0.02 217.98 + 69.300 207.00 0.02 206.98 + 69.325 244.00 0.02 243.98 + 69.350 220.00 0.02 219.98 + 69.375 243.00 0.02 242.98 + 69.400 266.00 0.02 265.98 + 69.425 280.00 0.02 279.98 + 69.450 324.00 0.02 323.98 + 69.475 394.00 0.02 393.98 + 69.500 567.00 0.02 566.98 + 69.525 690.00 0.02 689.98 + 69.550 853.00 0.02 852.98 + 69.575 934.00 0.02 933.98 + 69.600 815.00 0.02 814.98 + 69.625 877.00 0.02 876.98 + 69.650 894.00 0.02 893.98 + 69.675 888.00 0.02 887.98 + 69.700 744.00 0.02 743.98 + 69.725 665.00 0.02 664.98 + 69.750 674.00 0.02 673.98 + 69.775 693.00 0.02 692.98 + 69.800 634.00 0.02 633.98 + 69.825 583.00 0.02 582.98 + 69.850 589.00 0.02 588.98 + 69.875 572.00 0.02 571.98 + 69.900 455.00 0.02 454.98 + 69.925 501.00 0.01 500.99 + 69.950 497.00 0.01 496.99 + 69.975 637.00 0.01 636.99 + 70.000 833.00 0.01 832.99 + 70.025 1120.00 0.01 1119.99 + 70.050 968.00 0.01 967.99 + 70.075 776.00 0.01 775.99 + 70.100 526.00 0.01 525.99 + 70.125 397.00 0.01 396.99 + 70.150 372.00 0.01 371.99 + 70.175 472.00 0.01 471.99 + 70.200 548.00 0.01 547.99 + 70.225 682.00 0.01 681.99 + 70.250 632.00 0.01 631.99 + 70.275 479.00 0.01 478.99 + 70.300 341.00 0.01 340.99 + 70.325 304.00 0.01 303.99 + 70.350 211.00 0.01 210.99 + 70.375 213.00 0.01 212.99 + 70.400 199.00 0.01 198.99 + 70.425 185.00 0.01 184.99 + 70.450 190.00 0.01 189.99 + 70.475 194.00 0.01 193.99 + 70.500 183.00 0.01 182.99 + 70.525 193.00 0.01 192.99 + 70.550 204.00 0.01 203.99 + 70.575 201.00 0.01 200.99 + 70.600 264.00 0.01 263.99 + 70.625 298.00 0.01 297.99 + 70.650 373.00 0.01 372.99 + 70.675 364.00 0.01 363.99 + 70.700 306.00 0.01 305.99 + 70.725 270.00 0.01 269.99 + 70.750 271.00 0.01 270.99 + 70.775 259.00 0.01 258.99 + 70.800 298.00 0.01 297.99 + 70.825 371.00 0.01 370.99 + 70.850 433.00 0.01 432.99 + 70.875 565.00 0.01 564.99 + 70.900 625.00 0.01 624.99 + 70.925 581.00 0.01 580.99 + 70.950 460.00 0.01 459.99 + 70.975 365.00 0.01 364.99 + 71.000 291.00 0.01 290.99 + 71.025 270.00 0.01 269.99 + 71.050 311.00 0.01 310.99 + 71.075 317.00 0.01 316.99 + 71.100 411.00 0.01 410.99 + 71.125 435.00 0.00 435.00 + 71.150 426.00 0.00 426.00 + 71.175 481.00 0.00 481.00 + 71.200 415.00 0.00 415.00 + 71.225 358.00 0.00 358.00 + 71.250 268.00 0.00 268.00 + 71.275 245.00 0.00 245.00 + 71.300 239.00 0.00 239.00 + 71.325 204.00 0.00 204.00 + 71.350 246.00 0.00 246.00 + 71.375 236.00 0.00 236.00 + 71.400 272.00 0.00 272.00 + 71.425 241.00 0.00 241.00 + 71.450 203.00 0.00 203.00 + 71.475 182.00 0.00 182.00 + 71.500 189.00 0.00 189.00 + 71.525 163.00 0.00 163.00 + 71.550 165.00 0.00 165.00 + 71.575 161.00 0.00 161.00 + 71.600 145.00 0.00 145.00 + 71.625 149.00 0.00 149.00 + 71.650 163.00 0.00 163.00 + 71.675 166.00 0.00 166.00 + 71.700 138.00 0.00 138.00 + 71.725 141.00 0.00 141.00 + 71.750 158.00 0.00 158.00 + 71.775 145.00 0.00 145.00 + 71.800 131.00 0.00 131.00 + 71.825 135.00 0.00 135.00 + 71.850 147.00 0.00 147.00 + 71.875 133.00 0.00 133.00 + 71.900 140.00 0.00 140.00 + 71.925 144.00 0.00 144.00 + 71.950 155.00 0.00 155.00 + 71.975 157.00 0.00 157.00 + 72.000 196.00 0.00 196.00 + 72.025 193.00 0.00 193.00 + 72.050 175.00 0.00 175.00 + 72.075 172.00 0.00 172.00 + 72.100 174.00 0.00 174.00 + 72.125 148.00 0.00 148.00 + 72.150 164.00 0.00 164.00 + 72.175 177.00 0.00 177.00 + 72.200 183.00 0.00 183.00 + 72.225 250.00 0.00 250.00 + 72.250 310.00 0.00 310.00 + 72.275 439.00 0.00 439.00 + 72.300 401.00 0.00 401.00 + 72.325 356.00 0.00 356.00 + 72.350 276.00 0.00 276.00 + 72.375 178.00 0.00 178.00 + 72.400 216.00 0.00 216.00 + 72.425 209.00 0.00 209.00 + 72.450 222.00 0.00 222.00 + 72.475 263.00 0.00 263.00 + 72.500 281.00 0.00 281.00 + 72.525 270.00 0.00 270.00 + 72.550 217.00 0.00 217.00 + 72.575 181.00 0.00 181.00 + 72.600 183.00 0.00 183.00 + 72.625 174.00 0.00 174.00 + 72.650 171.00 0.00 171.00 + 72.675 151.00 0.00 151.00 + 72.700 142.00 0.00 142.00 + 72.725 130.00 0.00 130.00 + 72.750 147.00 0.00 147.00 + 72.775 146.00 0.00 146.00 + 72.800 148.00 0.00 148.00 + 72.825 124.00 0.00 124.00 + 72.850 129.00 0.00 129.00 + 72.875 128.00 0.00 128.00 + 72.900 135.00 0.00 135.00 + 72.925 143.00 0.00 143.00 + 72.950 135.00 0.00 135.00 + 72.975 145.00 0.00 145.00 + 73.000 134.00 0.00 134.00 + 73.025 131.00 0.00 131.00 + 73.050 154.00 0.00 154.00 + 73.075 135.00 0.00 135.00 + 73.100 139.00 0.00 139.00 + 73.125 155.00 0.00 155.00 + 73.150 143.00 0.00 143.00 + 73.175 151.00 0.00 151.00 + 73.200 154.00 0.00 154.00 + 73.225 160.00 0.00 160.00 + 73.250 141.00 0.00 141.00 + 73.275 160.00 0.00 160.00 + 73.300 155.00 0.00 155.00 + 73.325 171.00 0.00 171.00 + 73.350 166.00 0.00 166.00 + 73.375 159.00 0.00 159.00 + 73.400 187.00 0.00 187.00 + 73.425 205.00 0.00 205.00 + 73.450 212.00 0.00 212.00 + 73.475 230.00 0.00 230.00 + 73.500 313.00 0.00 313.00 + 73.525 346.00 0.00 346.00 + 73.550 402.00 0.00 402.00 + 73.575 511.00 0.00 511.00 + 73.600 535.00 0.00 535.00 + 73.625 696.00 0.00 696.00 + 73.650 717.00 0.00 717.00 + 73.675 624.00 0.00 624.00 + 73.700 520.00 0.00 520.00 + 73.725 421.00 0.00 421.00 + 73.750 399.00 0.00 399.00 + 73.775 344.00 0.00 344.00 + 73.800 380.00 0.00 380.00 + 73.825 468.00 0.00 468.00 + 73.850 482.00 0.00 482.00 + 73.875 453.00 0.00 453.00 + 73.900 373.00 0.00 373.00 + 73.925 267.00 0.00 267.00 + 73.950 229.00 0.00 229.00 + 73.975 209.00 0.00 209.00 + 74.000 176.00 0.00 176.00 + 74.025 193.00 0.00 193.00 + 74.050 210.00 0.00 210.00 + 74.075 179.00 0.00 179.00 + 74.100 173.00 0.00 173.00 + 74.125 207.00 0.00 207.00 + 74.150 225.00 0.00 225.00 + 74.175 265.00 0.00 265.00 + 74.200 315.00 0.00 315.00 + 74.225 289.00 0.00 289.00 + 74.250 229.00 0.00 229.00 + 74.275 197.00 0.00 197.00 + 74.300 204.00 0.00 204.00 + 74.325 221.00 0.00 221.00 + 74.350 249.00 0.00 249.00 + 74.375 258.00 0.00 258.00 + 74.400 290.00 0.00 290.00 + 74.425 401.00 0.00 401.00 + 74.450 434.00 0.01 433.99 + 74.475 421.00 0.01 420.99 + 74.500 368.00 0.01 367.99 + 74.525 358.00 0.01 357.99 + 74.550 396.00 0.01 395.99 + 74.575 462.00 0.01 461.99 + 74.600 547.00 0.01 546.99 + 74.625 580.00 0.01 579.99 + 74.650 497.00 0.01 496.99 + 74.675 442.00 0.01 441.99 + 74.700 397.00 0.01 396.99 + 74.725 313.00 0.01 312.99 + 74.750 316.00 0.01 315.99 + 74.775 296.00 0.01 295.99 + 74.800 341.00 0.01 340.99 + 74.825 355.00 0.01 354.99 + 74.850 373.00 0.01 372.99 + 74.875 333.00 0.01 332.99 + 74.900 274.00 0.01 273.99 + 74.925 262.00 0.01 261.99 + 74.950 290.00 0.01 289.99 + 74.975 329.00 0.01 328.99 + 75.000 333.00 0.01 332.99 + 75.025 356.00 0.01 355.99 + 75.050 280.00 0.01 279.99 + 75.075 237.00 0.01 236.99 + 75.100 214.00 0.01 213.99 + 75.125 238.00 0.01 237.99 + 75.150 243.00 0.01 242.99 + 75.175 204.00 0.01 203.99 + 75.200 239.00 0.01 238.99 + 75.225 255.00 0.01 254.99 + 75.250 249.00 0.01 248.99 + 75.275 226.00 0.01 225.99 + 75.300 191.00 0.01 190.99 + 75.325 222.00 0.01 221.99 + 75.350 193.00 0.01 192.99 + 75.375 236.00 0.01 235.99 + 75.400 264.00 0.01 263.99 + 75.425 308.00 0.01 307.99 + 75.450 340.00 0.01 339.99 + 75.475 330.00 0.01 329.99 + 75.500 282.00 0.01 281.99 + 75.525 229.00 0.01 228.99 + 75.550 235.00 0.01 234.99 + 75.575 204.00 0.01 203.99 + 75.600 203.00 0.01 202.99 + 75.625 252.00 0.01 251.99 + 75.650 249.00 0.01 248.99 + 75.675 232.00 0.01 231.99 + 75.700 222.00 0.01 221.99 + 75.725 217.00 0.01 216.99 + 75.750 226.00 0.01 225.99 + 75.775 222.00 0.01 221.99 + 75.800 238.00 0.01 237.99 + 75.825 265.00 0.01 264.99 + 75.850 341.00 0.01 340.99 + 75.875 339.00 0.01 338.99 + 75.900 338.00 0.01 337.99 + 75.925 302.00 0.01 301.99 + 75.950 275.00 0.01 274.99 + 75.975 242.00 0.01 241.99 + 76.000 218.00 0.01 217.99 + 76.025 232.00 0.01 231.99 + 76.050 297.00 0.01 296.99 + 76.075 360.00 0.01 359.99 + 76.100 399.00 0.01 398.99 + 76.125 423.00 0.01 422.99 + 76.150 365.00 0.01 364.99 + 76.175 273.00 0.01 272.99 + 76.200 254.00 0.01 253.99 + 76.225 262.00 0.01 261.99 + 76.250 216.00 0.01 215.99 + 76.275 316.00 0.01 315.99 + 76.300 339.00 0.02 338.98 + 76.325 402.00 0.02 401.98 + 76.350 509.00 0.02 508.98 + 76.375 598.00 0.02 597.98 + 76.400 700.00 0.02 699.98 + 76.425 742.00 0.02 741.98 + 76.450 619.00 0.02 618.98 + 76.475 470.00 0.02 469.98 + 76.500 398.00 0.02 397.98 + 76.525 379.00 0.02 378.98 + 76.550 352.00 0.02 351.98 + 76.575 351.00 0.02 350.98 + 76.600 379.00 0.02 378.98 + 76.625 443.00 0.02 442.98 + 76.650 466.00 0.02 465.98 + 76.675 438.00 0.02 437.98 + 76.700 357.00 0.02 356.98 + 76.725 289.00 0.02 288.98 + 76.750 258.00 0.02 257.98 + 76.775 233.00 0.02 232.98 + 76.800 216.00 0.02 215.98 + 76.825 241.00 0.02 240.98 + 76.850 235.00 0.03 234.97 + 76.875 277.00 0.03 276.97 + 76.900 309.00 0.03 308.97 + 76.925 358.00 0.03 357.97 + 76.950 356.00 0.03 355.97 + 76.975 323.00 0.03 322.97 + 77.000 273.00 0.03 272.97 + 77.025 243.00 0.03 242.97 + 77.050 224.00 0.03 223.97 + 77.075 243.00 0.03 242.97 + 77.100 250.00 0.03 249.97 + 77.125 220.00 0.03 219.97 + 77.150 267.00 0.04 266.96 + 77.175 291.00 0.04 290.96 + 77.200 282.00 0.04 281.96 + 77.225 252.00 0.04 251.96 + 77.250 255.00 0.04 254.96 + 77.275 328.00 0.04 327.96 + 77.300 357.00 0.04 356.96 + 77.325 411.00 0.04 410.96 + 77.350 375.00 0.05 374.95 + 77.375 323.00 0.05 322.95 + 77.400 267.00 0.05 266.95 + 77.425 240.00 0.05 239.95 + 77.450 208.00 0.05 207.95 + 77.475 209.00 0.06 208.94 + 77.500 236.00 0.06 235.94 + 77.525 248.00 0.06 247.94 + 77.550 261.00 0.06 260.94 + 77.575 256.00 0.07 255.93 + 77.600 244.00 0.07 243.93 + 77.625 203.00 0.07 202.93 + 77.650 173.00 0.07 172.93 + 77.675 170.00 0.08 169.92 + 77.700 174.00 0.08 173.92 + 77.725 168.00 0.09 167.91 + 77.750 167.00 0.09 166.91 + 77.775 181.00 0.09 180.91 + 77.800 159.00 0.10 158.90 + 77.825 195.00 0.11 194.89 + 77.850 168.00 0.11 167.89 + 77.875 180.00 0.12 179.88 + 77.900 186.00 0.13 185.87 + 77.925 175.00 0.13 174.87 + 77.950 191.00 0.14 190.86 + 77.975 213.00 0.15 212.85 + 78.000 274.00 0.16 273.84 + 78.025 266.00 0.17 265.83 + 78.050 323.00 0.19 322.81 + 78.075 421.00 0.20 420.80 + 78.100 552.00 0.21 551.79 + 78.125 799.00 0.23 798.77 + 78.150 1129.00 0.25 1128.75 + 78.175 1277.00 0.27 1276.73 + 78.200 1123.00 0.29 1122.71 + 78.225 820.00 0.32 819.68 + 78.250 610.00 0.35 609.65 + 78.275 504.00 0.39 503.61 + 78.300 408.00 0.43 407.57 + 78.325 478.00 0.48 477.52 + 78.350 543.00 0.54 542.46 + 78.375 708.00 0.62 707.38 + 78.400 817.00 0.70 816.30 + 78.425 736.00 0.81 735.19 + 78.450 641.00 0.94 640.06 + 78.475 568.00 1.11 566.89 + 78.500 413.00 1.32 411.68 + 78.525 433.00 1.60 431.40 + 78.550 373.00 1.98 371.02 + 78.575 314.00 2.52 311.48 + 78.600 321.00 3.34 317.66 + 78.625 244.00 4.77 239.23 + 78.650 262.00 7.68 254.32 + 78.675 251.00 13.78 237.22 + 78.700 232.00 25.02 206.98 + 78.725 241.00 41.06 199.94 + 78.750 216.00 54.22 161.78 + 78.775 240.00 50.81 189.19 + 78.800 212.00 35.03 176.97 + 78.825 196.00 20.34 175.66 + 78.850 173.00 11.10 161.90 + 78.875 187.00 6.38 180.62 + 78.900 175.00 4.15 170.85 + 78.925 173.00 3.00 170.00 + 78.950 152.00 2.31 149.69 + 78.975 163.00 1.83 161.17 + 79.000 143.00 1.49 141.51 + 79.025 135.00 1.24 133.76 + 79.050 122.00 1.04 120.96 + 79.075 139.00 0.89 138.11 + 79.100 128.00 0.77 127.23 + 79.125 134.00 0.67 133.33 + 79.150 140.00 0.59 139.41 + 79.175 117.00 0.52 116.48 + 79.200 150.00 0.47 149.53 + 79.225 134.00 0.42 133.58 + 79.250 152.00 0.38 151.62 + 79.275 127.00 0.35 126.65 + 79.300 170.00 0.32 169.68 + 79.325 158.00 0.29 157.71 + 79.350 155.00 0.27 154.73 + 79.375 173.00 0.25 172.75 + 79.400 161.00 0.23 160.77 + 79.425 136.00 0.21 135.79 + 79.450 128.00 0.20 127.80 + 79.475 177.00 0.18 176.82 + 79.500 165.00 0.17 164.83 + 79.525 140.00 0.16 139.84 + 79.550 154.00 0.15 153.85 + 79.575 143.00 0.14 142.86 + 79.600 168.00 0.14 167.86 + 79.625 189.00 0.13 188.87 + 79.650 130.00 0.12 129.88 + 79.675 160.00 0.12 159.88 + 79.700 151.00 0.11 150.89 + 79.725 182.00 0.11 181.89 + 79.750 221.00 0.10 220.90 + 79.775 238.00 0.10 237.90 + 79.800 260.00 0.09 259.91 + 79.825 315.00 0.09 314.91 + 79.850 327.00 0.09 326.91 + 79.875 311.00 0.08 310.92 + 79.900 246.00 0.08 245.92 + 79.925 211.00 0.08 210.92 + 79.950 204.00 0.07 203.93 + 79.975 196.00 0.07 195.93 + 80.000 211.00 0.07 210.93 + 80.025 191.00 0.07 190.93 + 80.050 234.00 0.07 233.93 + 80.075 225.00 0.06 224.94 + 80.100 255.00 0.06 254.94 + 80.125 200.00 0.06 199.94 + 80.150 186.00 0.06 185.94 + 80.175 186.00 0.06 185.94 + 80.200 162.00 0.06 161.94 + 80.225 140.00 0.06 139.94 + 80.250 153.00 0.05 152.95 + 80.275 147.00 0.05 146.95 + 80.300 143.00 0.05 142.95 + 80.325 153.00 0.05 152.95 + 80.350 154.00 0.05 153.95 + 80.375 133.00 0.05 132.95 + 80.400 145.00 0.05 144.95 + 80.425 148.00 0.05 147.95 + 80.450 165.00 0.05 164.95 + 80.475 155.00 0.05 154.95 + 80.500 155.00 0.05 154.95 + 80.525 147.00 0.05 146.95 + 80.550 176.00 0.04 175.96 + 80.575 149.00 0.04 148.96 + 80.600 165.00 0.04 164.96 + 80.625 136.00 0.04 135.96 + 80.650 163.00 0.04 162.96 + 80.675 163.00 0.04 162.96 + 80.700 198.00 0.04 197.96 + 80.725 215.00 0.04 214.96 + 80.750 249.00 0.04 248.96 + 80.775 304.00 0.04 303.96 + 80.800 377.00 0.04 376.96 + 80.825 414.00 0.04 413.96 + 80.850 339.00 0.04 338.96 + 80.875 322.00 0.04 321.96 + 80.900 284.00 0.04 283.96 + 80.925 301.00 0.04 300.96 + 80.950 311.00 0.04 310.96 + 80.975 380.00 0.04 379.96 + 81.000 550.00 0.04 549.96 + 81.025 624.00 0.04 623.96 + 81.050 660.00 0.04 659.96 + 81.075 617.00 0.04 616.96 + 81.100 461.00 0.04 460.96 + 81.125 363.00 0.04 362.96 + 81.150 284.00 0.04 283.96 + 81.175 266.00 0.04 265.96 + 81.200 268.00 0.05 267.95 + 81.225 289.00 0.05 288.95 + 81.250 340.00 0.05 339.95 + 81.275 375.00 0.05 374.95 + 81.300 363.00 0.05 362.95 + 81.325 327.00 0.05 326.95 + 81.350 259.00 0.05 258.95 + 81.375 216.00 0.05 215.95 + 81.400 172.00 0.05 171.95 + 81.425 180.00 0.05 179.95 + 81.450 208.00 0.05 207.95 + 81.475 177.00 0.05 176.95 + 81.500 157.00 0.06 156.94 + 81.525 189.00 0.06 188.94 + 81.550 192.00 0.06 191.94 + 81.575 222.00 0.06 221.94 + 81.600 222.00 0.06 221.94 + 81.625 188.00 0.06 187.94 + 81.650 184.00 0.06 183.94 + 81.675 164.00 0.07 163.93 + 81.700 173.00 0.07 172.93 + 81.725 182.00 0.07 181.93 + 81.750 153.00 0.07 152.93 + 81.775 158.00 0.07 157.93 + 81.800 158.00 0.08 157.92 + 81.825 183.00 0.08 182.92 + 81.850 190.00 0.08 189.92 + 81.875 178.00 0.09 177.91 + 81.900 169.00 0.09 168.91 + 81.925 145.00 0.09 144.91 + 81.950 170.00 0.10 169.90 + 81.975 138.00 0.10 137.90 + 82.000 169.00 0.10 168.90 + 82.025 133.00 0.11 132.89 + 82.050 134.00 0.11 133.89 + 82.075 122.00 0.12 121.88 + 82.100 126.00 0.13 125.87 + 82.125 153.00 0.13 152.87 + 82.150 112.00 0.14 111.86 + 82.175 125.00 0.15 124.85 + 82.200 127.00 0.16 126.84 + 82.225 147.00 0.17 146.83 + 82.250 125.00 0.18 124.82 + 82.275 125.00 0.19 124.81 + 82.300 142.00 0.20 141.80 + 82.325 143.00 0.22 142.78 + 82.350 138.00 0.23 137.77 + 82.375 145.00 0.25 144.75 + 82.400 166.00 0.27 165.73 + 82.425 165.00 0.29 164.71 + 82.450 156.00 0.32 155.68 + 82.475 154.00 0.35 153.65 + 82.500 169.00 0.38 168.62 + 82.525 130.00 0.42 129.58 + 82.550 173.00 0.47 172.53 + 82.575 155.00 0.52 154.48 + 82.600 178.00 0.59 177.41 + 82.625 211.00 0.66 210.34 + 82.650 247.00 0.76 246.24 + 82.675 289.00 0.87 288.13 + 82.700 310.00 1.01 308.99 + 82.725 276.00 1.19 274.81 + 82.750 303.00 1.43 301.57 + 82.775 376.00 1.73 374.27 + 82.800 468.00 2.15 465.85 + 82.825 665.00 2.74 662.26 + 82.850 803.00 3.65 799.35 + 82.875 829.00 5.25 823.75 + 82.900 683.00 8.52 674.48 + 82.925 570.00 15.20 554.80 + 82.950 507.00 27.13 479.87 + 82.975 383.00 43.49 339.51 + 83.000 335.00 55.74 279.26 + 83.025 352.00 50.76 301.24 + 83.050 412.00 34.60 377.40 + 83.075 522.00 20.14 501.86 + 83.100 575.00 11.13 563.87 + 83.125 652.00 6.51 645.49 + 83.150 681.00 4.28 676.72 + 83.175 634.00 3.12 630.88 + 83.200 466.00 2.40 463.60 + 83.225 368.00 1.91 366.09 + 83.250 301.00 1.56 299.44 + 83.275 214.00 1.30 212.70 + 83.300 226.00 1.09 224.91 + 83.325 205.00 0.93 204.07 + 83.350 239.00 0.81 238.19 + 83.375 226.00 0.70 225.30 + 83.400 271.00 0.62 270.38 + 83.425 279.00 0.55 278.45 + 83.450 280.00 0.49 279.51 + 83.475 247.00 0.44 246.56 + 83.500 223.00 0.40 222.60 + 83.525 201.00 0.36 200.64 + 83.550 199.00 0.33 198.67 + 83.575 198.00 0.30 197.70 + 83.600 206.00 0.28 205.72 + 83.625 191.00 0.26 190.74 + 83.650 154.00 0.24 153.76 + 83.675 174.00 0.22 173.78 + 83.700 144.00 0.20 143.80 + 83.725 155.00 0.19 154.81 + 83.750 161.00 0.18 160.82 + 83.775 172.00 0.17 171.83 + 83.800 178.00 0.16 177.84 + 83.825 192.00 0.15 191.85 + 83.850 155.00 0.14 154.86 + 83.875 171.00 0.13 170.87 + 83.900 155.00 0.12 154.88 + 83.925 160.00 0.11 159.89 + 83.950 138.00 0.11 137.89 + 83.975 156.00 0.10 155.90 + 84.000 178.00 0.10 177.90 + 84.025 163.00 0.09 162.91 + 84.050 191.00 0.09 190.91 + 84.075 200.00 0.09 199.91 + 84.100 208.00 0.08 207.92 + 84.125 186.00 0.08 185.92 + 84.150 167.00 0.07 166.93 + 84.175 183.00 0.07 182.93 + 84.200 157.00 0.07 156.93 + 84.225 148.00 0.07 147.93 + 84.250 163.00 0.06 162.94 + 84.275 174.00 0.06 173.94 + 84.300 187.00 0.06 186.94 + 84.325 182.00 0.06 181.94 + 84.350 189.00 0.05 188.95 + 84.375 190.00 0.05 189.95 + 84.400 190.00 0.05 189.95 + 84.425 199.00 0.05 198.95 + 84.450 240.00 0.05 239.95 + 84.475 247.00 0.05 246.95 + 84.500 334.00 0.04 333.96 + 84.525 391.00 0.04 390.96 + 84.550 512.00 0.04 511.96 + 84.575 618.00 0.04 617.96 + 84.600 663.00 0.04 662.96 + 84.625 593.00 0.04 592.96 + 84.650 456.00 0.04 455.96 + 84.675 395.00 0.04 394.96 + 84.700 343.00 0.03 342.97 + 84.725 288.00 0.03 287.97 + 84.750 292.00 0.03 291.97 + 84.775 310.00 0.03 309.97 + 84.800 392.00 0.03 391.97 + 84.825 389.00 0.03 388.97 + 84.850 437.00 0.03 436.97 + 84.875 361.00 0.03 360.97 + 84.900 351.00 0.03 350.97 + 84.925 262.00 0.03 261.97 + 84.950 250.00 0.03 249.97 + 84.975 233.00 0.03 232.97 + 85.000 197.00 0.02 196.98 + 85.025 195.00 0.02 194.98 + 85.050 171.00 0.02 170.98 + 85.075 174.00 0.02 173.98 + 85.100 171.00 0.02 170.98 + 85.125 159.00 0.02 158.98 + 85.150 158.00 0.02 157.98 + 85.175 120.00 0.02 119.98 + 85.200 128.00 0.02 127.98 + 85.225 140.00 0.02 139.98 + 85.250 148.00 0.02 147.98 + 85.275 156.00 0.02 155.98 + 85.300 133.00 0.02 132.98 + 85.325 156.00 0.02 155.98 + 85.350 144.00 0.02 143.98 + 85.375 163.00 0.02 162.98 + 85.400 158.00 0.02 157.98 + 85.425 158.00 0.02 157.98 + 85.450 154.00 0.02 153.98 + 85.475 165.00 0.02 164.98 + 85.500 196.00 0.02 195.98 + 85.525 206.00 0.02 205.98 + 85.550 256.00 0.02 255.98 + 85.575 278.00 0.01 277.99 + 85.600 255.00 0.01 254.99 + 85.625 253.00 0.01 252.99 + 85.650 223.00 0.01 222.99 + 85.675 190.00 0.01 189.99 + 85.700 196.00 0.01 195.99 + 85.725 176.00 0.01 175.99 + 85.750 171.00 0.01 170.99 + 85.775 212.00 0.01 211.99 + 85.800 204.00 0.01 203.99 + 85.825 252.00 0.01 251.99 + 85.850 224.00 0.01 223.99 + 85.875 192.00 0.01 191.99 + 85.900 180.00 0.01 179.99 + 85.925 172.00 0.01 171.99 + 85.950 166.00 0.01 165.99 + 85.975 159.00 0.01 158.99 + 86.000 155.00 0.01 154.99 + 86.025 148.00 0.01 147.99 + 86.050 167.00 0.01 166.99 + 86.075 137.00 0.01 136.99 + 86.100 178.00 0.01 177.99 + 86.125 161.00 0.01 160.99 + 86.150 180.00 0.01 179.99 + 86.175 156.00 0.01 155.99 + 86.200 169.00 0.01 168.99 + 86.225 178.00 0.01 177.99 + 86.250 174.00 0.01 173.99 + 86.275 181.00 0.01 180.99 + 86.300 172.00 0.01 171.99 + 86.325 238.00 0.01 237.99 + 86.350 209.00 0.01 208.99 + 86.375 240.00 0.01 239.99 + 86.400 343.00 0.01 342.99 + 86.425 384.00 0.01 383.99 + 86.450 500.00 0.01 499.99 + 86.475 673.00 0.01 672.99 + 86.500 704.00 0.01 703.99 + 86.525 763.00 0.01 762.99 + 86.550 656.00 0.01 655.99 + 86.575 551.00 0.01 550.99 + 86.600 406.00 0.01 405.99 + 86.625 354.00 0.01 353.99 + 86.650 352.00 0.01 351.99 + 86.675 301.00 0.01 300.99 + 86.700 357.00 0.01 356.99 + 86.725 414.00 0.01 413.99 + 86.750 440.00 0.01 439.99 + 86.775 502.00 0.01 501.99 + 86.800 459.00 0.01 458.99 + 86.825 425.00 0.01 424.99 + 86.850 378.00 0.01 377.99 + 86.875 418.00 0.01 417.99 + 86.900 427.00 0.01 426.99 + 86.925 467.00 0.01 466.99 + 86.950 441.00 0.01 440.99 + 86.975 400.00 0.01 399.99 + 87.000 327.00 0.01 326.99 + 87.025 278.00 0.01 277.99 + 87.050 259.00 0.01 258.99 + 87.075 240.00 0.01 239.99 + 87.100 213.00 0.01 212.99 + 87.125 206.00 0.01 205.99 + 87.150 241.00 0.01 240.99 + 87.175 263.00 0.01 262.99 + 87.200 287.00 0.01 286.99 + 87.225 291.00 0.01 290.99 + 87.250 245.00 0.01 244.99 + 87.275 243.00 0.01 242.99 + 87.300 198.00 0.01 197.99 + 87.325 195.00 0.01 194.99 + 87.350 195.00 0.01 194.99 + 87.375 164.00 0.01 163.99 + 87.400 178.00 0.01 177.99 + 87.425 161.00 0.01 160.99 + 87.450 161.00 0.01 160.99 + 87.475 183.00 0.01 182.99 + 87.500 177.00 0.00 177.00 + 87.525 177.00 0.00 177.00 + 87.550 177.00 0.00 177.00 + 87.575 192.00 0.00 192.00 + 87.600 219.00 0.00 219.00 + 87.625 260.00 0.00 260.00 + 87.650 310.00 0.00 310.00 + 87.675 337.00 0.00 337.00 + 87.700 312.00 0.00 312.00 + 87.725 290.00 0.00 290.00 + 87.750 275.00 0.00 275.00 + 87.775 243.00 0.00 243.00 + 87.800 192.00 0.00 192.00 + 87.825 200.00 0.00 200.00 + 87.850 212.00 0.00 212.00 + 87.875 205.00 0.00 205.00 + 87.900 180.00 0.00 180.00 + 87.925 219.00 0.00 219.00 + 87.950 274.00 0.00 274.00 + 87.975 271.00 0.00 271.00 + 88.000 200.00 0.00 200.00 + 88.025 205.00 0.00 205.00 + 88.050 195.00 0.00 195.00 + 88.075 179.00 0.00 179.00 + 88.100 171.00 0.00 171.00 + 88.125 171.00 0.00 171.00 + 88.150 147.00 0.00 147.00 + 88.175 147.00 0.00 147.00 + 88.200 167.00 0.00 167.00 + 88.225 159.00 0.00 159.00 + 88.250 157.00 0.00 157.00 + 88.275 145.00 0.00 145.00 + 88.300 164.00 0.00 164.00 + 88.325 142.00 0.00 142.00 + 88.350 143.00 0.00 143.00 + 88.375 164.00 0.00 164.00 + 88.400 157.00 0.00 157.00 + 88.425 153.00 0.00 153.00 + 88.450 145.00 0.00 145.00 + 88.475 168.00 0.00 168.00 + 88.500 159.00 0.00 159.00 + 88.525 169.00 0.00 169.00 + 88.550 137.00 0.00 137.00 + 88.575 182.00 0.00 182.00 + 88.600 196.00 0.00 196.00 + 88.625 218.00 0.00 218.00 + 88.650 216.00 0.00 216.00 + 88.675 223.00 0.00 223.00 + 88.700 269.00 0.00 269.00 + 88.725 295.00 0.00 295.00 + 88.750 288.00 0.00 288.00 + 88.775 280.00 0.00 280.00 + 88.800 281.00 0.00 281.00 + 88.825 187.00 0.00 187.00 + 88.850 264.00 0.00 264.00 + 88.875 216.00 0.00 216.00 + 88.900 220.00 0.00 220.00 + 88.925 242.00 0.00 242.00 + 88.950 264.00 0.00 264.00 + 88.975 272.00 0.00 272.00 + 89.000 326.00 0.00 326.00 + 89.025 362.00 0.00 362.00 + 89.050 407.00 0.00 407.00 + 89.075 468.00 0.00 468.00 + 89.100 432.00 0.00 432.00 + 89.125 443.00 0.00 443.00 + 89.150 383.00 0.00 383.00 + 89.175 393.00 0.00 393.00 + 89.200 367.00 0.00 367.00 + 89.225 415.00 0.00 415.00 + 89.250 471.00 0.00 471.00 + 89.275 595.00 0.00 595.00 + 89.300 626.00 0.00 626.00 + 89.325 583.00 0.00 583.00 + 89.350 491.00 0.00 491.00 + 89.375 456.00 0.00 456.00 + 89.400 411.00 0.00 411.00 + 89.425 322.00 0.00 322.00 + 89.450 328.00 0.00 328.00 + 89.475 289.00 0.00 289.00 + 89.500 271.00 0.00 271.00 + 89.525 302.00 0.00 302.00 + 89.550 377.00 0.00 377.00 + 89.575 369.00 0.00 369.00 + 89.600 373.00 0.00 373.00 + 89.625 347.00 0.00 347.00 + 89.650 296.00 0.00 296.00 + 89.675 292.00 0.00 292.00 + 89.700 257.00 0.00 257.00 + 89.725 269.00 0.00 269.00 + 89.750 241.00 0.00 241.00 + 89.775 218.00 0.00 218.00 + 89.800 212.00 0.00 212.00 + 89.825 239.00 0.00 239.00 + 89.850 254.00 0.00 254.00 + 89.875 295.00 0.00 295.00 + 89.900 314.00 0.00 314.00 + 89.925 356.00 0.00 356.00 + 89.950 301.00 0.00 301.00 + 89.975 277.00 0.00 277.00 + 90.000 252.00 0.00 252.00 + 90.025 251.00 0.00 251.00 + 90.050 186.00 0.00 186.00 + 90.075 197.00 0.00 197.00 + 90.100 162.00 0.00 162.00 + 90.125 192.00 0.00 192.00 + 90.150 231.00 0.00 231.00 + 90.175 223.00 0.00 223.00 + 90.200 207.00 0.00 207.00 + 90.225 238.00 0.00 238.00 + 90.250 196.00 0.00 196.00 + 90.275 196.00 0.00 196.00 + 90.300 176.00 0.00 176.00 + 90.325 171.00 0.00 171.00 + 90.350 178.00 0.00 178.00 + 90.375 146.00 0.00 146.00 + 90.400 169.00 0.00 169.00 + 90.425 161.00 0.00 161.00 + 90.450 149.00 0.00 149.00 + 90.475 173.00 0.00 173.00 + 90.500 156.00 0.00 156.00 + 90.525 143.00 0.00 143.00 + 90.550 154.00 0.00 154.00 + 90.575 152.00 0.00 152.00 + 90.600 139.00 0.00 139.00 + 90.625 184.00 0.00 184.00 + 90.650 185.00 0.00 185.00 + 90.675 161.00 0.00 161.00 + 90.700 159.00 0.00 159.00 + 90.725 152.00 0.00 152.00 + 90.750 159.00 0.00 159.00 + 90.775 176.00 0.00 176.00 + 90.800 164.00 0.00 164.00 + 90.825 168.00 0.00 168.00 + 90.850 193.00 0.00 193.00 + 90.875 195.00 0.00 195.00 + 90.900 187.00 0.00 187.00 + 90.925 237.00 0.00 237.00 + 90.950 228.00 0.00 228.00 + 90.975 265.00 0.00 265.00 + 91.000 291.00 0.00 291.00 + 91.025 347.00 0.00 347.00 + 91.050 409.00 0.00 409.00 + 91.075 454.00 0.00 454.00 + 91.100 552.00 0.00 552.00 + 91.125 524.00 0.00 524.00 + 91.150 552.00 0.00 552.00 + 91.175 502.00 0.00 502.00 + 91.200 483.00 0.00 483.00 + 91.225 433.00 0.00 433.00 + 91.250 382.00 0.00 382.00 + 91.275 363.00 0.00 363.00 + 91.300 322.00 0.00 322.00 + 91.325 328.00 0.00 328.00 + 91.350 389.00 0.00 389.00 + 91.375 469.00 0.00 469.00 + 91.400 485.00 0.00 485.00 + 91.425 438.00 0.00 438.00 + 91.450 491.00 0.00 491.00 + 91.475 415.00 0.00 415.00 + 91.500 377.00 0.00 377.00 + 91.525 375.00 0.00 375.00 + 91.550 322.00 0.00 322.00 + 91.575 288.00 0.00 288.00 + 91.600 280.00 0.00 280.00 + 91.625 263.00 0.00 263.00 + 91.650 275.00 0.00 275.00 + 91.675 245.00 0.00 245.00 + 91.700 243.00 0.00 243.00 + 91.725 239.00 0.00 239.00 + 91.750 247.00 0.00 247.00 + 91.775 216.00 0.00 216.00 + 91.800 204.00 0.00 204.00 + 91.825 210.00 0.00 210.00 + 91.850 196.00 0.00 196.00 + 91.875 220.00 0.00 220.00 + 91.900 209.00 0.00 209.00 + 91.925 212.00 0.00 212.00 + 91.950 226.00 0.00 226.00 + 91.975 201.00 0.00 201.00 + 92.000 225.00 0.00 225.00 + 92.025 228.00 0.00 228.00 + 92.050 210.00 0.00 210.00 + 92.075 244.00 0.00 244.00 + 92.100 298.00 0.00 298.00 + 92.125 405.00 0.00 405.00 + 92.150 445.00 0.00 445.00 + 92.175 534.00 0.00 534.00 + 92.200 579.00 0.00 579.00 + 92.225 538.00 0.00 538.00 + 92.250 495.00 0.00 495.00 + 92.275 466.00 0.00 466.00 + 92.300 410.00 0.00 410.00 + 92.325 389.00 0.00 389.00 + 92.350 387.00 0.00 387.00 + 92.375 429.00 0.00 429.00 + 92.400 460.00 0.00 460.00 + 92.425 573.00 0.00 573.00 + 92.450 607.00 0.00 607.00 + 92.475 740.00 0.00 740.00 + 92.500 853.00 0.00 853.00 + 92.525 781.00 0.00 781.00 + 92.550 733.00 0.00 733.00 + 92.575 593.00 0.00 593.00 + 92.600 499.00 0.00 499.00 + 92.625 398.00 0.00 398.00 + 92.650 368.00 0.00 368.00 + 92.675 334.00 0.00 334.00 + 92.700 370.00 0.00 370.00 + 92.725 358.00 0.00 358.00 + 92.750 391.00 0.00 391.00 + 92.775 376.00 0.00 376.00 + 92.800 394.00 0.00 394.00 + 92.825 414.00 0.00 414.00 + 92.850 383.00 0.00 383.00 + 92.875 300.00 0.00 300.00 + 92.900 294.00 0.00 294.00 + 92.925 275.00 0.00 275.00 + 92.950 246.00 0.00 246.00 + 92.975 259.00 0.00 259.00 + 93.000 235.00 0.00 235.00 + 93.025 239.00 0.00 239.00 + 93.050 243.00 0.00 243.00 + 93.075 277.00 0.00 277.00 + 93.100 363.00 0.00 363.00 + 93.125 383.00 0.00 383.00 + 93.150 434.00 0.00 434.00 + 93.175 436.00 0.00 436.00 + 93.200 378.00 0.00 378.00 + 93.225 373.00 0.00 373.00 + 93.250 386.00 0.00 386.00 + 93.275 438.00 0.00 438.00 + 93.300 464.00 0.00 464.00 + 93.325 491.00 0.00 491.00 + 93.350 539.00 0.00 539.00 + 93.375 539.00 0.00 539.00 + 93.400 523.00 0.00 523.00 + 93.425 499.00 0.00 499.00 + 93.450 478.00 0.00 478.00 + 93.475 472.00 0.00 472.00 + 93.500 383.00 0.00 383.00 + 93.525 345.00 0.00 345.00 + 93.550 354.00 0.00 354.00 + 93.575 352.00 0.00 352.00 + 93.600 383.00 0.00 383.00 + 93.625 370.00 0.00 370.00 + 93.650 410.00 0.00 410.00 + 93.675 453.00 0.00 453.00 + 93.700 416.00 0.00 416.00 + 93.725 396.00 0.00 396.00 + 93.750 392.00 0.00 392.00 + 93.775 319.00 0.00 319.00 + 93.800 335.00 0.00 335.00 + 93.825 407.00 0.00 407.00 + 93.850 461.00 0.00 461.00 + 93.875 587.00 0.00 587.00 + 93.900 741.00 0.00 741.00 + 93.925 875.00 0.00 875.00 + 93.950 863.00 0.00 863.00 + 93.975 754.00 0.00 754.00 + 94.000 619.00 0.00 619.00 + 94.025 485.00 0.00 485.00 + 94.050 429.00 0.00 429.00 + 94.075 336.00 0.00 336.00 + 94.100 321.00 0.00 321.00 + 94.125 296.00 0.00 296.00 + 94.150 316.00 0.00 316.00 + 94.175 385.00 0.00 385.00 + 94.200 474.00 0.00 474.00 + 94.225 539.00 0.00 539.00 + 94.250 571.00 0.00 571.00 + 94.275 493.00 0.00 493.00 + 94.300 420.00 0.00 420.00 + 94.325 345.00 0.00 345.00 + 94.350 272.00 0.00 272.00 + 94.375 242.00 0.00 242.00 + 94.400 219.00 0.00 219.00 + 94.425 229.00 0.00 229.00 + 94.450 203.00 0.00 203.00 + 94.475 220.00 0.00 220.00 + 94.500 211.00 0.00 211.00 + 94.525 190.00 0.00 190.00 + 94.550 171.00 0.00 171.00 + 94.575 195.00 0.00 195.00 + 94.600 176.00 0.00 176.00 + 94.625 218.00 0.00 218.00 + 94.650 208.00 0.00 208.00 + 94.675 212.00 0.00 212.00 + 94.700 230.00 0.00 230.00 + 94.725 265.00 0.00 265.00 + 94.750 314.00 0.00 314.00 + 94.775 278.00 0.00 278.00 + 94.800 306.00 0.00 306.00 + 94.825 262.00 0.00 262.00 + 94.850 281.00 0.00 281.00 + 94.875 209.00 0.00 209.00 + 94.900 235.00 0.00 235.00 + 94.925 222.00 0.00 222.00 + 94.950 223.00 0.00 223.00 + 94.975 246.00 0.00 246.00 + 95.000 268.00 0.00 268.00 + 95.025 316.00 0.00 316.00 + 95.050 307.00 0.00 307.00 + 95.075 316.00 0.00 316.00 + 95.100 273.00 0.00 273.00 + 95.125 247.00 0.00 247.00 + 95.150 229.00 0.00 229.00 + 95.175 201.00 0.00 201.00 + 95.200 198.00 0.00 198.00 + 95.225 173.00 0.00 173.00 + 95.250 202.00 0.00 202.00 + 95.275 173.00 0.00 173.00 + 95.300 212.00 0.00 212.00 + 95.325 185.00 0.00 185.00 + 95.350 197.00 0.00 197.00 + 95.375 193.00 0.00 193.00 + 95.400 193.00 0.00 193.00 + 95.425 194.00 0.00 194.00 + 95.450 169.00 0.00 169.00 + 95.475 169.00 0.00 169.00 + 95.500 157.00 0.00 157.00 + 95.525 167.00 0.00 167.00 + 95.550 175.00 0.00 175.00 + 95.575 140.00 0.00 140.00 + 95.600 174.00 0.00 174.00 + 95.625 146.00 0.00 146.00 + 95.650 171.00 0.00 171.00 + 95.675 142.00 0.00 142.00 + 95.700 152.00 0.00 152.00 + 95.725 171.00 0.00 171.00 + 95.750 150.00 0.00 150.00 + 95.775 142.00 0.00 142.00 + 95.800 161.00 0.00 161.00 + 95.825 150.00 0.00 150.00 + 95.850 163.00 0.00 163.00 + 95.875 154.00 0.00 154.00 + 95.900 149.00 0.00 149.00 + 95.925 157.00 0.00 157.00 + 95.950 192.00 0.00 192.00 + 95.975 185.00 0.00 185.00 + 96.000 184.00 0.00 184.00 + 96.025 205.00 0.00 205.00 + 96.050 231.00 0.00 231.00 + 96.075 238.00 0.00 238.00 + 96.100 263.00 0.00 263.00 + 96.125 324.00 0.00 324.00 + 96.150 365.00 0.00 365.00 + 96.175 388.00 0.00 388.00 + 96.200 380.00 0.00 380.00 + 96.225 421.00 0.00 421.00 + 96.250 418.00 0.00 418.00 + 96.275 408.00 0.00 408.00 + 96.300 385.00 0.00 385.00 + 96.325 374.00 0.00 374.00 + 96.350 346.00 0.00 346.00 + 96.375 329.00 0.00 329.00 + 96.400 297.00 0.00 297.00 + 96.425 319.00 0.00 319.00 + 96.450 322.00 0.00 322.00 + 96.475 328.00 0.00 328.00 + 96.500 298.00 0.00 298.00 + 96.525 290.00 0.00 290.00 + 96.550 304.00 0.00 304.00 + 96.575 311.00 0.00 311.00 + 96.600 312.00 0.01 311.99 + 96.625 319.00 0.01 318.99 + 96.650 292.00 0.01 291.99 + 96.675 241.00 0.01 240.99 + 96.700 239.00 0.01 238.99 + 96.725 202.00 0.01 201.99 + 96.750 206.00 0.01 205.99 + 96.775 202.00 0.01 201.99 + 96.800 227.00 0.01 226.99 + 96.825 236.00 0.01 235.99 + 96.850 307.00 0.01 306.99 + 96.875 309.00 0.01 308.99 + 96.900 385.00 0.01 384.99 + 96.925 341.00 0.01 340.99 + 96.950 324.00 0.01 323.99 + 96.975 290.00 0.01 289.99 + 97.000 208.00 0.01 207.99 + 97.025 241.00 0.01 240.99 + 97.050 201.00 0.01 200.99 + 97.075 202.00 0.01 201.99 + 97.100 181.00 0.01 180.99 + 97.125 217.00 0.01 216.99 + 97.150 264.00 0.01 263.99 + 97.175 229.00 0.01 228.99 + 97.200 326.00 0.01 325.99 + 97.225 303.00 0.01 302.99 + 97.250 345.00 0.01 344.99 + 97.275 304.00 0.01 303.99 + 97.300 296.00 0.01 295.99 + 97.325 241.00 0.01 240.99 + 97.350 242.00 0.01 241.99 + 97.375 210.00 0.01 209.99 + 97.400 187.00 0.01 186.99 + 97.425 206.00 0.01 205.99 + 97.450 194.00 0.01 193.99 + 97.475 221.00 0.01 220.99 + 97.500 216.00 0.01 215.99 + 97.525 245.00 0.01 244.99 + 97.550 242.00 0.01 241.99 + 97.575 251.00 0.01 250.99 + 97.600 258.00 0.01 257.99 + 97.625 232.00 0.01 231.99 + 97.650 215.00 0.01 214.99 + 97.675 189.00 0.01 188.99 + 97.700 192.00 0.01 191.99 + 97.725 163.00 0.01 162.99 + 97.750 158.00 0.01 157.99 + 97.775 162.00 0.01 161.99 + 97.800 174.00 0.01 173.99 + 97.825 182.00 0.01 181.99 + 97.850 169.00 0.01 168.99 + 97.875 151.00 0.01 150.99 + 97.900 187.00 0.01 186.99 + 97.925 179.00 0.01 178.99 + 97.950 167.00 0.01 166.99 + 97.975 169.00 0.01 168.99 + 98.000 146.00 0.02 145.98 + 98.025 149.00 0.02 148.98 + 98.050 146.00 0.02 145.98 + 98.075 158.00 0.02 157.98 + 98.100 142.00 0.02 141.98 + 98.125 164.00 0.02 163.98 + 98.150 142.00 0.02 141.98 + 98.175 153.00 0.02 152.98 + 98.200 147.00 0.02 146.98 + 98.225 163.00 0.02 162.98 + 98.250 160.00 0.02 159.98 + 98.275 163.00 0.02 162.98 + 98.300 127.00 0.02 126.98 + 98.325 150.00 0.02 149.98 + 98.350 159.00 0.02 158.98 + 98.375 140.00 0.02 139.98 + 98.400 136.00 0.02 135.98 + 98.425 159.00 0.03 158.97 + 98.450 171.00 0.03 170.97 + 98.475 178.00 0.03 177.97 + 98.500 159.00 0.03 158.97 + 98.525 162.00 0.03 161.97 + 98.550 193.00 0.03 192.97 + 98.575 156.00 0.03 155.97 + 98.600 176.00 0.03 175.97 + 98.625 161.00 0.03 160.97 + 98.650 155.00 0.04 154.96 + 98.675 146.00 0.04 145.96 + 98.700 179.00 0.04 178.96 + 98.725 208.00 0.04 207.96 + 98.750 186.00 0.04 185.96 + 98.775 194.00 0.04 193.96 + 98.800 252.00 0.05 251.95 + 98.825 230.00 0.05 229.95 + 98.850 219.00 0.05 218.95 + 98.875 182.00 0.05 181.95 + 98.900 179.00 0.06 178.94 + 98.925 174.00 0.06 173.94 + 98.950 147.00 0.06 146.94 + 98.975 189.00 0.07 188.93 + 99.000 166.00 0.07 165.93 + 99.025 142.00 0.08 141.92 + 99.050 144.00 0.08 143.92 + 99.075 177.00 0.09 176.91 + 99.100 178.00 0.09 177.91 + 99.125 215.00 0.10 214.90 + 99.150 182.00 0.11 181.89 + 99.175 160.00 0.11 159.89 + 99.200 196.00 0.12 195.88 + 99.225 200.00 0.13 199.87 + 99.250 159.00 0.14 158.86 + 99.275 163.00 0.16 162.84 + 99.300 150.00 0.17 149.83 + 99.325 175.00 0.19 174.81 + 99.350 144.00 0.21 143.79 + 99.375 132.00 0.23 131.77 + 99.400 160.00 0.25 159.75 + 99.425 169.00 0.28 168.72 + 99.450 138.00 0.32 137.68 + 99.475 171.00 0.36 170.64 + 99.500 129.00 0.41 128.59 + 99.525 167.00 0.48 166.52 + 99.550 172.00 0.56 171.44 + 99.575 135.00 0.66 134.34 + 99.600 170.00 0.79 169.21 + 99.625 172.00 0.98 171.02 + 99.650 169.00 1.26 167.74 + 99.675 199.00 1.73 197.27 + 99.700 221.00 2.57 218.43 + 99.725 233.00 4.07 228.93 + 99.750 283.00 6.53 276.47 + 99.775 291.00 10.08 280.92 + 99.800 299.00 14.35 284.65 + 99.825 257.00 18.06 238.94 + 99.850 239.00 19.11 219.89 + 99.875 226.00 16.68 209.32 + 99.900 185.00 12.50 172.50 + 99.925 195.00 8.44 186.56 + 99.950 194.00 5.35 188.65 + 99.975 175.00 3.33 171.67 + 100.000 192.00 2.15 189.85 + 100.025 182.00 1.49 180.51 + 100.050 189.00 1.12 187.88 + 100.075 210.00 0.89 209.11 + 100.100 252.00 0.73 251.27 + 100.125 217.00 0.61 216.39 + 100.150 230.00 0.52 229.48 + 100.175 223.00 0.45 222.55 + 100.200 192.00 0.39 191.61 + 100.225 205.00 0.34 204.66 + 100.250 179.00 0.30 178.70 + 100.275 185.00 0.27 184.73 + 100.300 155.00 0.24 154.76 + 100.325 193.00 0.22 192.78 + 100.350 190.00 0.20 189.80 + 100.375 214.00 0.18 213.82 + 100.400 215.00 0.16 214.84 + 100.425 230.00 0.15 229.85 + 100.450 223.00 0.14 222.86 + 100.475 212.00 0.13 211.87 + 100.500 233.00 0.12 232.88 + 100.525 221.00 0.11 220.89 + 100.550 242.00 0.10 241.90 + 100.575 216.00 0.10 215.90 + 100.600 261.00 0.09 260.91 + 100.625 265.00 0.08 264.92 + 100.650 370.00 0.08 369.92 + 100.675 406.00 0.07 405.93 + 100.700 501.00 0.07 500.93 + 100.725 447.00 0.07 446.93 + 100.750 488.00 0.06 487.94 + 100.775 473.00 0.06 472.94 + 100.800 365.00 0.06 364.94 + 100.825 279.00 0.05 278.95 + 100.850 283.00 0.05 282.95 + 100.875 285.00 0.05 284.95 + 100.900 282.00 0.05 281.95 + 100.925 239.00 0.04 238.96 + 100.950 267.00 0.04 266.96 + 100.975 263.00 0.04 262.96 + 101.000 309.00 0.04 308.96 + 101.025 349.00 0.04 348.96 + 101.050 345.00 0.04 344.96 + 101.075 322.00 0.03 321.97 + 101.100 338.00 0.03 337.97 + 101.125 308.00 0.03 307.97 + 101.150 238.00 0.03 237.97 + 101.175 221.00 0.03 220.97 + 101.200 215.00 0.03 214.97 + 101.225 197.00 0.03 196.97 + 101.250 205.00 0.03 204.97 + 101.275 208.00 0.03 207.97 + 101.300 222.00 0.02 221.98 + 101.325 206.00 0.02 205.98 + 101.350 204.00 0.02 203.98 + 101.375 230.00 0.02 229.98 + 101.400 240.00 0.02 239.98 + 101.425 284.00 0.02 283.98 + 101.450 313.00 0.02 312.98 + 101.475 331.00 0.02 330.98 + 101.500 344.00 0.02 343.98 + 101.525 297.00 0.02 296.98 + 101.550 275.00 0.02 274.98 + 101.575 267.00 0.02 266.98 + 101.600 216.00 0.02 215.98 + 101.625 230.00 0.02 229.98 + 101.650 194.00 0.02 193.98 + 101.675 195.00 0.02 194.98 + 101.700 234.00 0.02 233.98 + 101.725 196.00 0.01 195.99 + 101.750 198.00 0.01 197.99 + 101.775 240.00 0.01 239.99 + 101.800 255.00 0.01 254.99 + 101.825 287.00 0.01 286.99 + 101.850 314.00 0.01 313.99 + 101.875 318.00 0.01 317.99 + 101.900 255.00 0.01 254.99 + 101.925 232.00 0.01 231.99 + 101.950 213.00 0.01 212.99 + 101.975 186.00 0.01 185.99 + 102.000 193.00 0.01 192.99 + 102.025 156.00 0.01 155.99 + 102.050 168.00 0.01 167.99 + 102.075 155.00 0.01 154.99 + 102.100 154.00 0.01 153.99 + 102.125 187.00 0.01 186.99 + 102.150 181.00 0.01 180.99 + 102.175 194.00 0.01 193.99 + 102.200 183.00 0.01 182.99 + 102.225 206.00 0.01 205.99 + 102.250 191.00 0.01 190.99 + 102.275 179.00 0.01 178.99 + 102.300 174.00 0.01 173.99 + 102.325 158.00 0.01 157.99 + 102.350 176.00 0.01 175.99 + 102.375 183.00 0.01 182.99 + 102.400 184.00 0.01 183.99 + 102.425 188.00 0.01 187.99 + 102.450 222.00 0.01 221.99 + 102.475 211.00 0.01 210.99 + 102.500 242.00 0.01 241.99 + 102.525 267.00 0.01 266.99 + 102.550 330.00 0.01 329.99 + 102.575 363.00 0.01 362.99 + 102.600 390.00 0.01 389.99 + 102.625 397.00 0.01 396.99 + 102.650 332.00 0.01 331.99 + 102.675 288.00 0.01 287.99 + 102.700 273.00 0.01 272.99 + 102.725 199.00 0.01 198.99 + 102.750 218.00 0.01 217.99 + 102.775 198.00 0.01 197.99 + 102.800 206.00 0.01 205.99 + 102.825 228.00 0.01 227.99 + 102.850 206.00 0.01 205.99 + 102.875 216.00 0.01 215.99 + 102.900 256.00 0.01 255.99 + 102.925 259.00 0.01 258.99 + 102.950 301.00 0.01 300.99 + 102.975 265.00 0.01 264.99 + 103.000 240.00 0.01 239.99 + 103.025 206.00 0.01 205.99 + 103.050 224.00 0.01 223.99 + 103.075 183.00 0.01 182.99 + 103.100 160.00 0.01 159.99 + 103.125 190.00 0.01 189.99 + 103.150 158.00 0.01 157.99 + 103.175 161.00 0.01 160.99 + 103.200 161.00 0.01 160.99 + 103.225 143.00 0.01 142.99 + 103.250 144.00 0.01 143.99 + 103.275 177.00 0.01 176.99 + 103.300 175.00 0.01 174.99 + 103.325 142.00 0.01 141.99 + 103.350 129.00 0.00 129.00 + 103.375 140.00 0.00 140.00 + 103.400 166.00 0.00 166.00 + 103.425 156.00 0.00 156.00 + 103.450 126.00 0.00 126.00 + 103.475 156.00 0.00 156.00 + 103.500 144.00 0.00 144.00 + 103.525 146.00 0.00 146.00 + 103.550 136.00 0.00 136.00 + 103.575 145.00 0.00 145.00 + 103.600 160.00 0.00 160.00 + 103.625 147.00 0.00 147.00 + 103.650 142.00 0.00 142.00 + 103.675 150.00 0.00 150.00 + 103.700 168.00 0.00 168.00 + 103.725 164.00 0.00 164.00 + 103.750 168.00 0.00 168.00 + 103.775 195.00 0.00 195.00 + 103.800 207.00 0.00 207.00 + 103.825 229.00 0.00 229.00 + 103.850 260.00 0.00 260.00 + 103.875 263.00 0.00 263.00 + 103.900 294.00 0.00 294.00 + 103.925 291.00 0.00 291.00 + 103.950 279.00 0.00 279.00 + 103.975 245.00 0.00 245.00 + 104.000 211.00 0.00 211.00 + 104.025 240.00 0.00 240.00 + 104.050 218.00 0.00 218.00 + 104.075 197.00 0.00 197.00 + 104.100 226.00 0.00 226.00 + 104.125 253.00 0.00 253.00 + 104.150 249.00 0.00 249.00 + 104.175 289.00 0.00 289.00 + 104.200 329.00 0.00 329.00 + 104.225 377.00 0.00 377.00 + 104.250 412.00 0.00 412.00 + 104.275 419.00 0.00 419.00 + 104.300 371.00 0.00 371.00 + 104.325 310.00 0.00 310.00 + 104.350 258.00 0.00 258.00 + 104.375 236.00 0.00 236.00 + 104.400 243.00 0.00 243.00 + 104.425 235.00 0.00 235.00 + 104.450 224.00 0.00 224.00 + 104.475 241.00 0.00 241.00 + 104.500 236.00 0.00 236.00 + 104.525 239.00 0.00 239.00 + 104.550 302.00 0.00 302.00 + 104.575 286.00 0.00 286.00 + 104.600 295.00 0.00 295.00 + 104.625 329.00 0.00 329.00 + 104.650 390.00 0.00 390.00 + 104.675 376.00 0.00 376.00 + 104.700 405.00 0.00 405.00 + 104.725 380.00 0.00 380.00 + 104.750 376.00 0.00 376.00 + 104.775 363.00 0.00 363.00 + 104.800 361.00 0.00 361.00 + 104.825 296.00 0.00 296.00 + 104.850 313.00 0.00 313.00 + 104.875 279.00 0.00 279.00 + 104.900 295.00 0.00 295.00 + 104.925 248.00 0.00 248.00 + 104.950 253.00 0.00 253.00 + 104.975 273.00 0.00 273.00 + 105.000 273.00 0.00 273.00 + 105.025 275.00 0.00 275.00 + 105.050 305.00 0.00 305.00 + 105.075 282.00 0.00 282.00 + 105.100 295.00 0.00 295.00 + 105.125 295.00 0.00 295.00 + 105.150 304.00 0.00 304.00 + 105.175 318.00 0.00 318.00 + 105.200 331.00 0.00 331.00 + 105.225 336.00 0.00 336.00 + 105.250 336.00 0.00 336.00 + 105.275 371.00 0.00 371.00 + 105.300 349.00 0.00 349.00 + 105.325 315.00 0.00 315.00 + 105.350 280.00 0.00 280.00 + 105.375 286.00 0.00 286.00 + 105.400 238.00 0.00 238.00 + 105.425 265.00 0.00 265.00 + 105.450 226.00 0.00 226.00 + 105.475 238.00 0.00 238.00 + 105.500 222.00 0.00 222.00 + 105.525 224.00 0.00 224.00 + 105.550 254.00 0.00 254.00 + 105.575 303.00 0.00 303.00 + 105.600 311.00 0.00 311.00 + 105.625 297.00 0.00 297.00 + 105.650 319.00 0.00 319.00 + 105.675 302.00 0.00 302.00 + 105.700 295.00 0.00 295.00 + 105.725 299.00 0.00 299.00 + 105.750 325.00 0.00 325.00 + 105.775 347.00 0.00 347.00 + 105.800 294.00 0.00 294.00 + 105.825 264.00 0.00 264.00 + 105.850 265.00 0.00 265.00 + 105.875 239.00 0.00 239.00 + 105.900 227.00 0.00 227.00 + 105.925 226.00 0.00 226.00 + 105.950 250.00 0.00 250.00 + 105.975 203.00 0.00 203.00 + 106.000 229.00 0.00 229.00 + 106.025 202.00 0.00 202.00 + 106.050 234.00 0.00 234.00 + 106.075 220.00 0.00 220.00 + 106.100 206.00 0.00 206.00 + 106.125 230.00 0.00 230.00 + 106.150 228.00 0.00 228.00 + 106.175 259.00 0.00 259.00 + 106.200 221.00 0.00 221.00 + 106.225 276.00 0.00 276.00 + 106.250 276.00 0.00 276.00 + 106.275 271.00 0.00 271.00 + 106.300 278.00 0.00 278.00 + 106.325 298.00 0.00 298.00 + 106.350 341.00 0.00 341.00 + 106.375 366.00 0.00 366.00 + 106.400 384.00 0.00 384.00 + 106.425 388.00 0.00 388.00 + 106.450 410.00 0.00 410.00 + 106.475 433.00 0.00 433.00 + 106.500 388.00 0.00 388.00 + 106.525 382.00 0.00 382.00 + 106.550 298.00 0.00 298.00 + 106.575 327.00 0.00 327.00 + 106.600 266.00 0.00 266.00 + 106.625 250.00 0.00 250.00 + 106.650 252.00 0.00 252.00 + 106.675 252.00 0.00 252.00 + 106.700 262.00 0.00 262.00 + 106.725 270.00 0.00 270.00 + 106.750 257.00 0.00 257.00 + 106.775 249.00 0.00 249.00 + 106.800 251.00 0.00 251.00 + 106.825 336.00 0.00 336.00 + 106.850 305.00 0.00 305.00 + 106.875 284.00 0.00 284.00 + 106.900 293.00 0.00 293.00 + 106.925 236.00 0.00 236.00 + 106.950 224.00 0.00 224.00 + 106.975 207.00 0.00 207.00 + 107.000 200.00 0.00 200.00 + 107.025 174.00 0.00 174.00 + 107.050 177.00 0.00 177.00 + 107.075 180.00 0.00 180.00 + 107.100 163.00 0.00 163.00 + 107.125 150.00 0.00 150.00 + 107.150 181.00 0.00 181.00 + 107.175 174.00 0.00 174.00 + 107.200 141.00 0.00 141.00 + 107.225 156.00 0.00 156.00 + 107.250 143.00 0.00 143.00 + 107.275 166.00 0.00 166.00 + 107.300 148.00 0.00 148.00 + 107.325 174.00 0.00 174.00 + 107.350 153.00 0.00 153.00 + 107.375 160.00 0.00 160.00 + 107.400 159.00 0.00 159.00 + 107.425 160.00 0.00 160.00 + 107.450 155.00 0.00 155.00 + 107.475 141.00 0.00 141.00 + 107.500 148.00 0.00 148.00 + 107.525 157.00 0.00 157.00 + 107.550 157.00 0.00 157.00 + 107.575 161.00 0.00 161.00 + 107.600 171.00 0.00 171.00 + 107.625 164.00 0.00 164.00 + 107.650 169.00 0.00 169.00 + 107.675 170.00 0.00 170.00 + 107.700 167.00 0.00 167.00 + 107.725 189.00 0.00 189.00 + 107.750 220.00 0.00 220.00 + 107.775 252.00 0.00 252.00 + 107.800 328.00 0.00 328.00 + 107.825 298.00 0.00 298.00 + 107.850 286.00 0.00 286.00 + 107.875 290.00 0.00 290.00 + 107.900 266.00 0.00 266.00 + 107.925 220.00 0.00 220.00 + 107.950 171.00 0.00 171.00 + 107.975 193.00 0.00 193.00 + 108.000 194.00 0.00 194.00 + 108.025 170.00 0.00 170.00 + 108.050 235.00 0.00 235.00 + 108.075 195.00 0.00 195.00 + 108.100 207.00 0.00 207.00 + 108.125 227.00 0.00 227.00 + 108.150 261.00 0.00 261.00 + 108.175 320.00 0.00 320.00 + 108.200 343.00 0.00 343.00 + 108.225 339.00 0.00 339.00 + 108.250 411.00 0.00 411.00 + 108.275 416.00 0.00 416.00 + 108.300 350.00 0.00 350.00 + 108.325 350.00 0.00 350.00 + 108.350 288.00 0.00 288.00 + 108.375 343.00 0.00 343.00 + 108.400 300.00 0.00 300.00 + 108.425 286.00 0.01 285.99 + 108.450 283.00 0.01 282.99 + 108.475 249.00 0.01 248.99 + 108.500 258.00 0.01 257.99 + 108.525 232.00 0.01 231.99 + 108.550 229.00 0.01 228.99 + 108.575 233.00 0.01 232.99 + 108.600 215.00 0.01 214.99 + 108.625 250.00 0.01 249.99 + 108.650 258.00 0.01 257.99 + 108.675 250.00 0.01 249.99 + 108.700 251.00 0.01 250.99 + 108.725 245.00 0.01 244.99 + 108.750 233.00 0.01 232.99 + 108.775 220.00 0.01 219.99 + 108.800 257.00 0.01 256.99 + 108.825 219.00 0.01 218.99 + 108.850 207.00 0.01 206.99 + 108.875 208.00 0.01 207.99 + 108.900 191.00 0.01 190.99 + 108.925 187.00 0.01 186.99 + 108.950 198.00 0.01 197.99 + 108.975 176.00 0.01 175.99 + 109.000 184.00 0.01 183.99 + 109.025 190.00 0.01 189.99 + 109.050 192.00 0.01 191.99 + 109.075 159.00 0.01 158.99 + 109.100 176.00 0.01 175.99 + 109.125 166.00 0.01 165.99 + 109.150 196.00 0.01 195.99 + 109.175 172.00 0.01 171.99 + 109.200 180.00 0.01 179.99 + 109.225 208.00 0.01 207.99 + 109.250 219.00 0.01 218.99 + 109.275 202.00 0.01 201.99 + 109.300 177.00 0.01 176.99 + 109.325 175.00 0.01 174.99 + 109.350 170.00 0.01 169.99 + 109.375 167.00 0.01 166.99 + 109.400 175.00 0.01 174.99 + 109.425 153.00 0.01 152.99 + 109.450 145.00 0.01 144.99 + 109.475 178.00 0.01 177.99 + 109.500 168.00 0.01 167.99 + 109.525 153.00 0.01 152.99 + 109.550 159.00 0.01 158.99 + 109.575 179.00 0.01 178.99 + 109.600 196.00 0.01 195.99 + 109.625 175.00 0.01 174.99 + 109.650 174.00 0.01 173.99 + 109.675 168.00 0.01 167.99 + 109.700 180.00 0.01 179.99 + 109.725 139.00 0.01 138.99 + 109.750 157.00 0.01 156.99 + 109.775 143.00 0.01 142.99 + 109.800 156.00 0.01 155.99 + 109.825 157.00 0.01 156.99 + 109.850 151.00 0.01 150.99 + 109.875 155.00 0.01 154.99 + 109.900 158.00 0.01 157.99 + 109.925 155.00 0.01 154.99 + 109.950 141.00 0.01 140.99 + 109.975 152.00 0.01 151.99 + 110.000 145.00 0.01 144.99 + 110.025 158.00 0.01 157.99 + 110.050 153.00 0.01 152.99 + 110.075 149.00 0.01 148.99 + 110.100 153.00 0.01 152.99 + 110.125 150.00 0.01 149.99 + 110.150 144.00 0.01 143.99 + 110.175 150.00 0.01 149.99 + 110.200 143.00 0.01 142.99 + 110.225 172.00 0.01 171.99 + 110.250 141.00 0.01 140.99 + 110.275 166.00 0.01 165.99 + 110.300 170.00 0.01 169.99 + 110.325 162.00 0.01 161.99 + 110.350 206.00 0.01 205.99 + 110.375 182.00 0.01 181.99 + 110.400 172.00 0.01 171.99 + 110.425 183.00 0.01 182.99 + 110.450 175.00 0.01 174.99 + 110.475 178.00 0.01 177.99 + 110.500 179.00 0.01 178.99 + 110.525 157.00 0.01 156.99 + 110.550 163.00 0.01 162.99 + 110.575 182.00 0.01 181.99 + 110.600 184.00 0.01 183.99 + 110.625 177.00 0.01 176.99 + 110.650 163.00 0.01 162.99 + 110.675 172.00 0.01 171.99 + 110.700 185.00 0.01 184.99 + 110.725 159.00 0.01 158.99 + 110.750 185.00 0.01 184.99 + 110.775 176.00 0.01 175.99 + 110.800 169.00 0.02 168.98 + 110.825 161.00 0.02 160.98 + 110.850 173.00 0.02 172.98 + 110.875 190.00 0.02 189.98 + 110.900 193.00 0.02 192.98 + 110.925 150.00 0.02 149.98 + 110.950 175.00 0.02 174.98 + 110.975 151.00 0.02 150.98 + 111.000 176.00 0.02 175.98 + 111.025 166.00 0.02 165.98 + 111.050 171.00 0.02 170.98 + 111.075 187.00 0.02 186.98 + 111.100 180.00 0.02 179.98 + 111.125 216.00 0.02 215.98 + 111.150 212.00 0.02 211.98 + 111.175 269.00 0.02 268.98 + 111.200 301.00 0.02 300.98 + 111.225 313.00 0.02 312.98 + 111.250 319.00 0.02 318.98 + 111.275 328.00 0.02 327.98 + 111.300 299.00 0.02 298.98 + 111.325 252.00 0.02 251.98 + 111.350 252.00 0.02 251.98 + 111.375 228.00 0.03 227.97 + 111.400 200.00 0.03 199.97 + 111.425 209.00 0.03 208.97 + 111.450 202.00 0.03 201.97 + 111.475 225.00 0.03 224.97 + 111.500 199.00 0.03 198.97 + 111.525 251.00 0.03 250.97 + 111.550 236.00 0.03 235.97 + 111.575 263.00 0.03 262.97 + 111.600 299.00 0.03 298.97 + 111.625 302.00 0.03 301.97 + 111.650 338.00 0.03 337.97 + 111.675 248.00 0.04 247.96 + 111.700 259.00 0.04 258.96 + 111.725 262.00 0.04 261.96 + 111.750 213.00 0.04 212.96 + 111.775 211.00 0.04 210.96 + 111.800 206.00 0.04 205.96 + 111.825 210.00 0.04 209.96 + 111.850 168.00 0.05 167.95 + 111.875 191.00 0.05 190.95 + 111.900 159.00 0.05 158.95 + 111.925 183.00 0.05 182.95 + 111.950 202.00 0.05 201.95 + 111.975 211.00 0.06 210.94 + 112.000 205.00 0.06 204.94 + 112.025 206.00 0.06 205.94 + 112.050 205.00 0.06 204.94 + 112.075 223.00 0.07 222.93 + 112.100 200.00 0.07 199.93 + 112.125 184.00 0.08 183.92 + 112.150 189.00 0.08 188.92 + 112.175 186.00 0.08 185.92 + 112.200 185.00 0.09 184.91 + 112.225 205.00 0.09 204.91 + 112.250 197.00 0.10 196.90 + 112.275 210.00 0.11 209.89 + 112.300 206.00 0.11 205.89 + 112.325 202.00 0.12 201.88 + 112.350 174.00 0.13 173.87 + 112.375 175.00 0.14 174.86 + 112.400 190.00 0.15 189.85 + 112.425 165.00 0.17 164.83 + 112.450 173.00 0.18 172.82 + 112.475 179.00 0.20 178.80 + 112.500 192.00 0.22 191.78 + 112.525 168.00 0.24 167.76 + 112.550 168.00 0.26 167.74 + 112.575 181.00 0.29 180.71 + 112.600 170.00 0.33 169.67 + 112.625 200.00 0.37 199.63 + 112.650 198.00 0.43 197.57 + 112.675 219.00 0.50 218.50 + 112.700 211.00 0.60 210.40 + 112.725 238.00 0.75 237.25 + 112.750 222.00 0.97 221.03 + 112.775 205.00 1.33 203.67 + 112.800 221.00 1.88 219.12 + 112.825 204.00 2.69 201.31 + 112.850 219.00 3.82 215.18 + 112.875 196.00 5.27 190.73 + 112.900 210.00 6.99 203.01 + 112.925 196.00 8.80 187.20 + 112.950 234.00 10.41 223.59 + 112.975 212.00 11.39 200.61 + 113.000 191.00 11.40 179.60 + 113.025 250.00 10.45 239.55 + 113.050 230.00 8.85 221.15 + 113.075 226.00 7.04 218.96 + 113.100 277.00 5.32 271.68 + 113.125 263.00 3.86 259.14 + 113.150 296.00 2.72 293.28 + 113.175 319.00 1.90 317.10 + 113.200 338.00 1.34 336.66 + 113.225 385.00 0.98 384.02 + 113.250 408.00 0.75 407.25 + 113.275 381.00 0.60 380.40 + 113.300 356.00 0.50 355.50 + 113.325 290.00 0.43 289.57 + 113.350 284.00 0.38 283.62 + 113.375 268.00 0.33 267.67 + 113.400 222.00 0.30 221.70 + 113.425 245.00 0.27 244.73 + 113.450 214.00 0.24 213.76 + 113.475 211.00 0.22 210.78 + 113.500 204.00 0.20 203.80 + 113.525 227.00 0.18 226.82 + 113.550 254.00 0.17 253.83 + 113.575 236.00 0.16 235.84 + 113.600 290.00 0.15 289.85 + 113.625 305.00 0.14 304.86 + 113.650 290.00 0.13 289.87 + 113.675 337.00 0.12 336.88 + 113.700 276.00 0.11 275.89 + 113.725 281.00 0.11 280.89 + 113.750 238.00 0.10 237.90 + 113.775 243.00 0.10 242.90 + 113.800 231.00 0.09 230.91 + 113.825 205.00 0.09 204.91 + 113.850 205.00 0.08 204.92 + 113.875 193.00 0.08 192.92 + 113.900 180.00 0.08 179.92 + 113.925 171.00 0.07 170.93 + 113.950 185.00 0.07 184.93 + 113.975 191.00 0.07 190.93 + 114.000 191.00 0.06 190.94 + 114.025 190.00 0.06 189.94 + 114.050 179.00 0.06 178.94 + 114.075 169.00 0.06 168.94 + 114.100 175.00 0.06 174.94 + 114.125 199.00 0.06 198.94 + 114.150 179.00 0.05 178.95 + 114.175 189.00 0.05 188.95 + 114.200 210.00 0.05 209.95 + 114.225 191.00 0.05 190.95 + 114.250 206.00 0.05 205.95 + 114.275 212.00 0.05 211.95 + 114.300 210.00 0.05 209.95 + 114.325 235.00 0.05 234.95 + 114.350 205.00 0.05 204.95 + 114.375 182.00 0.05 181.95 + 114.400 185.00 0.04 184.96 + 114.425 177.00 0.04 176.96 + 114.450 171.00 0.04 170.96 + 114.475 153.00 0.04 152.96 + 114.500 154.00 0.04 153.96 + 114.525 152.00 0.04 151.96 + 114.550 170.00 0.04 169.96 + 114.575 155.00 0.04 154.96 + 114.600 156.00 0.04 155.96 + 114.625 153.00 0.04 152.96 + 114.650 171.00 0.04 170.96 + 114.675 188.00 0.04 187.96 + 114.700 181.00 0.04 180.96 + 114.725 180.00 0.04 179.96 + 114.750 201.00 0.04 200.96 + 114.775 183.00 0.04 182.96 + 114.800 191.00 0.04 190.96 + 114.825 184.00 0.04 183.96 + 114.850 187.00 0.04 186.96 + 114.875 163.00 0.04 162.96 + 114.900 161.00 0.04 160.96 + 114.925 165.00 0.04 164.96 + 114.950 160.00 0.04 159.96 + 114.975 185.00 0.04 184.96 + 115.000 198.00 0.04 197.96 + 115.025 164.00 0.04 163.96 + 115.050 176.00 0.04 175.96 + 115.075 182.00 0.04 181.96 + 115.100 172.00 0.04 171.96 + 115.125 172.00 0.04 171.96 + 115.150 186.00 0.04 185.96 + 115.175 189.00 0.04 188.96 + 115.200 181.00 0.04 180.96 + 115.225 231.00 0.04 230.96 + 115.250 209.00 0.04 208.96 + 115.275 211.00 0.04 210.96 + 115.300 227.00 0.05 226.95 + 115.325 226.00 0.05 225.95 + 115.350 193.00 0.05 192.95 + 115.375 216.00 0.05 215.95 + 115.400 211.00 0.05 210.95 + 115.425 211.00 0.05 210.95 + 115.450 193.00 0.05 192.95 + 115.475 175.00 0.05 174.95 + 115.500 192.00 0.05 191.95 + 115.525 209.00 0.05 208.95 + 115.550 196.00 0.05 195.95 + 115.575 195.00 0.05 194.95 + 115.600 230.00 0.05 229.95 + 115.625 231.00 0.06 230.94 + 115.650 239.00 0.06 238.94 + 115.675 311.00 0.06 310.94 + 115.700 285.00 0.06 284.94 + 115.725 263.00 0.06 262.94 + 115.750 289.00 0.06 288.94 + 115.775 262.00 0.06 261.94 + 115.800 214.00 0.06 213.94 + 115.825 212.00 0.07 211.93 + 115.850 218.00 0.07 217.93 + 115.875 186.00 0.07 185.93 + 115.900 191.00 0.07 190.93 + 115.925 199.00 0.07 198.93 + 115.950 183.00 0.07 182.93 + 115.975 190.00 0.08 189.92 + 116.000 168.00 0.08 167.92 + 116.025 194.00 0.08 193.92 + 116.050 191.00 0.08 190.92 + 116.075 195.00 0.09 194.91 + 116.100 207.00 0.09 206.91 + 116.125 218.00 0.09 217.91 + 116.150 222.00 0.09 221.91 + 116.175 241.00 0.10 240.90 + 116.200 242.00 0.10 241.90 + 116.225 219.00 0.10 218.90 + 116.250 189.00 0.11 188.89 + 116.275 202.00 0.11 201.89 + 116.300 202.00 0.11 201.89 + 116.325 190.00 0.12 189.88 + 116.350 225.00 0.12 224.88 + 116.375 204.00 0.13 203.87 + 116.400 223.00 0.13 222.87 + 116.425 262.00 0.14 261.86 + 116.450 258.00 0.14 257.86 + 116.475 317.00 0.15 316.85 + 116.500 312.00 0.15 311.85 + 116.525 304.00 0.16 303.84 + 116.550 299.00 0.17 298.83 + 116.575 278.00 0.18 277.82 + 116.600 265.00 0.18 264.82 + 116.625 221.00 0.19 220.81 + 116.650 205.00 0.20 204.80 + 116.675 225.00 0.21 224.79 + 116.700 211.00 0.22 210.78 + 116.725 203.00 0.24 202.76 + 116.750 192.00 0.25 191.75 + 116.775 201.00 0.26 200.74 + 116.800 197.00 0.28 196.72 + 116.825 227.00 0.30 226.70 + 116.850 184.00 0.31 183.69 + 116.875 205.00 0.33 204.67 + 116.900 216.00 0.36 215.64 + 116.925 256.00 0.38 255.62 + 116.950 253.00 0.41 252.59 + 116.975 288.00 0.44 287.56 + 117.000 249.00 0.47 248.53 + 117.025 280.00 0.51 279.49 + 117.050 219.00 0.55 218.45 + 117.075 217.00 0.60 216.40 + 117.100 249.00 0.66 248.34 + 117.125 229.00 0.72 228.28 + 117.150 198.00 0.79 197.21 + 117.175 193.00 0.88 192.12 + 117.200 178.00 0.98 177.02 + 117.225 205.00 1.10 203.90 + 117.250 210.00 1.25 208.75 + 117.275 185.00 1.44 183.56 + 117.300 179.00 1.71 177.29 + 117.325 213.00 2.10 210.90 + 117.350 233.00 2.67 230.33 + 117.375 225.00 3.52 221.48 + 117.400 232.00 4.77 227.23 + 117.425 264.00 6.58 257.42 + 117.450 271.00 9.06 261.94 + 117.475 285.00 12.31 272.69 + 117.500 273.00 16.30 256.70 + 117.525 342.00 20.87 321.13 + 117.550 326.00 25.67 300.33 + 117.575 401.00 30.12 370.88 + 117.600 358.00 33.45 324.55 + 117.625 432.00 34.85 397.15 + 117.650 331.00 33.92 297.08 + 117.675 361.00 30.92 330.08 + 117.700 330.00 26.63 303.37 + 117.725 283.00 21.85 261.15 + 117.750 282.00 17.19 264.81 + 117.775 263.00 13.06 249.94 + 117.800 245.00 9.66 235.34 + 117.825 232.00 7.03 224.97 + 117.850 219.00 5.09 213.91 + 117.875 251.00 3.73 247.27 + 117.900 241.00 2.81 238.19 + 117.925 241.00 2.19 238.81 + 117.950 265.00 1.78 263.22 + 117.975 237.00 1.49 235.51 + 118.000 251.00 1.28 249.72 + 118.025 266.00 1.13 264.87 + 118.050 291.00 1.00 290.00 + 118.075 301.00 0.90 300.10 + 118.100 300.00 0.81 299.19 + 118.125 280.00 0.73 279.27 + 118.150 332.00 0.67 331.33 + 118.175 285.00 0.61 284.39 + 118.200 276.00 0.56 275.44 + 118.225 261.00 0.52 260.48 + 118.250 262.00 0.48 261.52 + 118.275 264.00 0.44 263.56 + 118.300 280.00 0.41 279.59 + 118.325 291.00 0.39 290.61 + 118.350 292.00 0.36 291.64 + 118.375 284.00 0.34 283.66 + 118.400 266.00 0.32 265.68 + 118.425 240.00 0.30 239.70 + 118.450 219.00 0.28 218.72 + 118.475 232.00 0.26 231.74 + 118.500 218.00 0.25 217.75 + 118.525 192.00 0.24 191.76 + 118.550 181.00 0.22 180.78 + 118.575 184.00 0.21 183.79 + 118.600 219.00 0.20 218.80 + 118.625 187.00 0.19 186.81 + 118.650 174.00 0.18 173.82 + 118.675 184.00 0.18 183.82 + 118.700 204.00 0.17 203.83 + 118.725 197.00 0.16 196.84 + 118.750 217.00 0.15 216.85 + 118.775 215.00 0.15 214.85 + 118.800 213.00 0.14 212.86 + 118.825 212.00 0.13 211.87 + 118.850 218.00 0.13 217.87 + 118.875 210.00 0.12 209.88 + 118.900 224.00 0.12 223.88 + 118.925 183.00 0.12 182.88 + 118.950 178.00 0.11 177.89 + 118.975 205.00 0.11 204.89 + 119.000 184.00 0.10 183.90 + 119.025 185.00 0.10 184.90 + 119.050 180.00 0.10 179.90 + 119.075 197.00 0.09 196.91 + 119.100 154.00 0.09 153.91 + 119.125 171.00 0.09 170.91 + 119.150 181.00 0.08 180.92 + 119.175 155.00 0.08 154.92 + 119.200 145.00 0.08 144.92 + 119.225 184.00 0.08 183.92 + 119.250 180.00 0.07 179.93 + 119.275 173.00 0.07 172.93 + 119.300 168.00 0.07 167.93 + 119.325 190.00 0.07 189.93 + 119.350 169.00 0.07 168.93 + 119.375 161.00 0.06 160.94 + 119.400 174.00 0.06 173.94 + 119.425 158.00 0.06 157.94 + 119.450 167.00 0.06 166.94 + 119.475 182.00 0.06 181.94 + 119.500 165.00 0.06 164.94 + 119.525 183.00 0.06 182.94 + 119.550 168.00 0.05 167.95 + 119.575 159.00 0.05 158.95 + 119.600 161.00 0.05 160.95 + 119.625 155.00 0.05 154.95 + 119.650 189.00 0.05 188.95 + 119.675 186.00 0.05 185.95 + 119.700 150.00 0.05 149.95 + 119.725 168.00 0.05 167.95 + 119.750 186.00 0.04 185.96 + 119.775 194.00 0.04 193.96 + 119.800 155.00 0.04 154.96 + 119.825 171.00 0.04 170.96 + 119.850 151.00 0.04 150.96 + 119.875 165.00 0.04 164.96 + 119.900 175.00 0.04 174.96 + 119.925 156.00 0.04 155.96 + 119.950 163.00 0.04 162.96 + 119.975 164.00 0.04 163.96 + 120.000 166.00 0.04 165.96 + 120.025 185.00 0.04 184.96 + 120.050 163.00 0.03 162.97 + 120.075 202.00 0.03 201.97 + 120.100 186.00 0.03 185.97 + 120.125 183.00 0.03 182.97 + 120.150 183.00 0.03 182.97 + 120.175 155.00 0.03 154.97 + 120.200 199.00 0.03 198.97 + 120.225 176.00 0.03 175.97 + 120.250 188.00 0.03 187.97 + 120.275 177.00 0.03 176.97 + 120.300 165.00 0.03 164.97 + 120.325 198.00 0.03 197.97 + 120.350 170.00 0.03 169.97 + 120.375 186.00 0.03 185.97 + 120.400 188.00 0.03 187.97 + 120.425 193.00 0.03 192.97 + 120.450 190.00 0.03 189.97 + 120.475 207.00 0.03 206.97 + 120.500 234.00 0.03 233.97 + 120.525 205.00 0.02 204.98 + 120.550 212.00 0.02 211.98 + 120.575 216.00 0.02 215.98 + 120.600 213.00 0.02 212.98 + 120.625 266.00 0.02 265.98 + 120.650 257.00 0.02 256.98 + 120.675 269.00 0.02 268.98 + 120.700 300.00 0.02 299.98 + 120.725 330.00 0.02 329.98 + 120.750 339.00 0.02 338.98 + 120.775 357.00 0.02 356.98 + 120.800 382.00 0.02 381.98 + 120.825 326.00 0.02 325.98 + 120.850 325.00 0.02 324.98 + 120.875 282.00 0.02 281.98 + 120.900 284.00 0.02 283.98 + 120.925 305.00 0.02 304.98 + 120.950 353.00 0.02 352.98 + 120.975 293.00 0.02 292.98 + 121.000 354.00 0.02 353.98 + 121.025 327.00 0.02 326.98 + 121.050 397.00 0.02 396.98 + 121.075 378.00 0.02 377.98 + 121.100 367.00 0.02 366.98 + 121.125 341.00 0.02 340.98 + 121.150 307.00 0.02 306.98 + 121.175 311.00 0.02 310.98 + 121.200 274.00 0.02 273.98 + 121.225 313.00 0.02 312.98 + 121.250 351.00 0.02 350.98 + 121.275 347.00 0.02 346.98 + 121.300 326.00 0.02 325.98 + 121.325 307.00 0.02 306.98 + 121.350 293.00 0.02 292.98 + 121.375 260.00 0.02 259.98 + 121.400 283.00 0.02 282.98 + 121.425 272.00 0.02 271.98 + 121.450 272.00 0.02 271.98 + 121.475 302.00 0.01 301.99 + 121.500 307.00 0.01 306.99 + 121.525 313.00 0.01 312.99 + 121.550 332.00 0.01 331.99 + 121.575 337.00 0.01 336.99 + 121.600 327.00 0.01 326.99 + 121.625 331.00 0.01 330.99 + 121.650 343.00 0.01 342.99 + 121.675 329.00 0.01 328.99 + 121.700 371.00 0.01 370.99 + 121.725 392.00 0.01 391.99 + 121.750 418.00 0.01 417.99 + 121.775 493.00 0.01 492.99 + 121.800 471.00 0.01 470.99 + 121.825 481.00 0.01 480.99 + 121.850 485.00 0.01 484.99 + 121.875 486.00 0.01 485.99 + 121.900 422.00 0.01 421.99 + 121.925 425.00 0.01 424.99 + 121.950 387.00 0.01 386.99 + 121.975 379.00 0.01 378.99 + 122.000 330.00 0.01 329.99 + 122.025 338.00 0.01 337.99 + 122.050 327.00 0.01 326.99 + 122.075 321.00 0.01 320.99 + 122.100 327.00 0.01 326.99 + 122.125 386.00 0.01 385.99 + 122.150 375.00 0.01 374.99 + 122.175 412.00 0.01 411.99 + 122.200 398.00 0.01 397.99 + 122.225 371.00 0.01 370.99 + 122.250 398.00 0.01 397.99 + 122.275 377.00 0.01 376.99 + 122.300 382.00 0.01 381.99 + 122.325 419.00 0.01 418.99 + 122.350 397.00 0.01 396.99 + 122.375 373.00 0.01 372.99 + 122.400 325.00 0.01 324.99 + 122.425 333.00 0.01 332.99 + 122.450 311.00 0.01 310.99 + 122.475 301.00 0.01 300.99 + 122.500 293.00 0.01 292.99 + 122.525 291.00 0.01 290.99 + 122.550 268.00 0.01 267.99 + 122.575 279.00 0.01 278.99 + 122.600 289.00 0.01 288.99 + 122.625 278.00 0.01 277.99 + 122.650 266.00 0.01 265.99 + 122.675 268.00 0.01 267.99 + 122.700 284.00 0.01 283.99 + 122.725 258.00 0.01 257.99 + 122.750 251.00 0.01 250.99 + 122.775 258.00 0.01 257.99 + 122.800 247.00 0.01 246.99 + 122.825 251.00 0.01 250.99 + 122.850 211.00 0.01 210.99 + 122.875 209.00 0.01 208.99 + 122.900 220.00 0.01 219.99 + 122.925 218.00 0.01 217.99 + 122.950 191.00 0.01 190.99 + 122.975 186.00 0.01 185.99 + 123.000 214.00 0.01 213.99 + 123.025 213.00 0.01 212.99 + 123.050 216.00 0.01 215.99 + 123.075 227.00 0.01 226.99 + 123.100 196.00 0.01 195.99 + 123.125 202.00 0.01 201.99 + 123.150 213.00 0.01 212.99 + 123.175 186.00 0.01 185.99 + 123.200 198.00 0.01 197.99 + 123.225 224.00 0.01 223.99 + 123.250 177.00 0.01 176.99 + 123.275 197.00 0.01 196.99 + 123.300 160.00 0.01 159.99 + 123.325 191.00 0.01 190.99 + 123.350 209.00 0.01 208.99 + 123.375 217.00 0.01 216.99 + 123.400 216.00 0.01 215.99 + 123.425 215.00 0.01 214.99 + 123.450 200.00 0.01 199.99 + 123.475 207.00 0.01 206.99 + 123.500 202.00 0.01 201.99 + 123.525 234.00 0.01 233.99 + 123.550 218.00 0.01 217.99 + 123.575 252.00 0.01 251.99 + 123.600 249.00 0.01 248.99 + 123.625 281.00 0.01 280.99 + 123.650 270.00 0.01 269.99 + 123.675 287.00 0.01 286.99 + 123.700 318.00 0.01 317.99 + 123.725 319.00 0.01 318.99 + 123.750 370.00 0.01 369.99 + 123.775 397.00 0.01 396.99 + 123.800 434.00 0.01 433.99 + 123.825 494.00 0.01 493.99 + 123.850 424.00 0.01 423.99 + 123.875 485.00 0.01 484.99 + 123.900 464.00 0.01 463.99 + 123.925 454.00 0.01 453.99 + 123.950 461.00 0.01 460.99 + 123.975 371.00 0.01 370.99 + 124.000 326.00 0.01 325.99 + 124.025 309.00 0.01 308.99 + 124.050 280.00 0.01 279.99 + 124.075 332.00 0.01 331.99 + 124.100 297.00 0.01 296.99 + 124.125 277.00 0.01 276.99 + 124.150 293.00 0.01 292.99 + 124.175 303.00 0.01 302.99 + 124.200 342.00 0.01 341.99 + 124.225 293.00 0.01 292.99 + 124.250 322.00 0.01 321.99 + 124.275 350.00 0.01 349.99 + 124.300 360.00 0.01 359.99 + 124.325 343.00 0.01 342.99 + 124.350 387.00 0.01 386.99 + 124.375 437.00 0.01 436.99 + 124.400 442.00 0.01 441.99 + 124.425 460.00 0.01 459.99 + 124.450 486.00 0.01 485.99 + 124.475 451.00 0.01 450.99 + 124.500 433.00 0.01 432.99 + 124.525 459.00 0.01 458.99 + 124.550 369.00 0.01 368.99 + 124.575 415.00 0.01 414.99 + 124.600 340.00 0.01 339.99 + 124.625 328.00 0.01 327.99 + 124.650 323.00 0.01 322.99 + 124.675 291.00 0.01 290.99 + 124.700 265.00 0.01 264.99 + 124.725 305.00 0.01 304.99 + 124.750 279.00 0.01 278.99 + 124.775 298.00 0.01 297.99 + 124.800 320.00 0.01 319.99 + 124.825 299.00 0.01 298.99 + 124.850 306.00 0.01 305.99 + 124.875 340.00 0.01 339.99 + 124.900 314.00 0.01 313.99 + 124.925 329.00 0.01 328.99 + 124.950 324.00 0.01 323.99 + 124.975 367.00 0.01 366.99 + 125.000 378.00 0.01 377.99 + 125.025 335.00 0.01 334.99 + 125.050 338.00 0.01 337.99 + 125.075 293.00 0.01 292.99 + 125.100 299.00 0.01 298.99 + 125.125 293.00 0.01 292.99 + 125.150 263.00 0.01 262.99 + 125.175 285.00 0.01 284.99 + 125.200 277.00 0.01 276.99 + 125.225 283.00 0.01 282.99 + 125.250 326.00 0.01 325.99 + 125.275 291.00 0.01 290.99 + 125.300 311.00 0.01 310.99 + 125.325 315.00 0.01 314.99 + 125.350 351.00 0.01 350.99 + 125.375 367.00 0.01 366.99 + 125.400 353.00 0.01 352.99 + 125.425 387.00 0.01 386.99 + 125.450 404.00 0.01 403.99 + 125.475 365.00 0.01 364.99 + 125.500 354.00 0.01 353.99 + 125.525 382.00 0.01 381.99 + 125.550 318.00 0.01 317.99 + 125.575 310.00 0.01 309.99 + 125.600 342.00 0.01 341.99 + 125.625 355.00 0.01 354.99 + 125.650 334.00 0.00 333.99 + 125.675 382.00 0.00 382.00 + 125.700 359.00 0.00 359.00 + 125.725 322.00 0.00 322.00 + 125.750 317.00 0.00 317.00 + 125.775 322.00 0.00 322.00 + 125.800 315.00 0.00 315.00 + 125.825 322.00 0.00 322.00 + 125.850 260.00 0.00 260.00 + 125.875 275.00 0.00 275.00 + 125.900 282.00 0.00 282.00 + 125.925 290.00 0.00 290.00 + 125.950 318.00 0.00 318.00 + 125.975 296.00 0.00 296.00 + 126.000 276.00 0.00 276.00 + 126.025 281.00 0.00 281.00 + 126.050 309.00 0.00 309.00 + 126.075 281.00 0.00 281.00 + 126.100 305.00 0.00 305.00 + 126.125 298.00 0.00 298.00 + 126.150 276.00 0.00 276.00 + 126.175 252.00 0.00 252.00 + 126.200 303.00 0.00 303.00 + 126.225 282.00 0.00 282.00 + 126.250 308.00 0.00 308.00 + 126.275 302.00 0.00 302.00 + 126.300 293.00 0.00 293.00 + 126.325 288.00 0.00 288.00 + 126.350 268.00 0.00 268.00 + 126.375 300.00 0.00 300.00 + 126.400 319.00 0.00 319.00 + 126.425 297.00 0.00 297.00 + 126.450 302.00 0.00 302.00 + 126.475 304.00 0.00 304.00 + 126.500 346.00 0.00 346.00 + 126.525 392.00 0.00 392.00 + 126.550 454.00 0.00 454.00 + 126.575 519.00 0.00 519.00 + 126.600 565.00 0.00 565.00 + 126.625 590.00 0.00 590.00 + 126.650 593.00 0.00 593.00 + 126.675 601.00 0.00 601.00 + 126.700 563.00 0.00 563.00 + 126.725 482.00 0.00 482.00 + 126.750 500.00 0.00 500.00 + 126.775 403.00 0.00 403.00 + 126.800 417.00 0.00 417.00 + 126.825 386.00 0.00 386.00 + 126.850 328.00 0.00 328.00 + 126.875 293.00 0.00 293.00 + 126.900 321.00 0.00 321.00 + 126.925 300.00 0.00 300.00 + 126.950 313.00 0.00 313.00 + 126.975 294.00 0.00 294.00 + 127.000 318.00 0.00 318.00 + 127.025 294.00 0.00 294.00 + 127.050 329.00 0.00 329.00 + 127.075 329.00 0.00 329.00 + 127.100 364.00 0.00 364.00 + 127.125 360.00 0.00 360.00 + 127.150 385.00 0.00 385.00 + 127.175 412.00 0.00 412.00 + 127.200 426.00 0.00 426.00 + 127.225 405.00 0.00 405.00 + 127.250 418.00 0.00 418.00 + 127.275 417.00 0.00 417.00 + 127.300 358.00 0.00 358.00 + 127.325 384.00 0.00 384.00 + 127.350 387.00 0.00 387.00 + 127.375 312.00 0.00 312.00 + 127.400 316.00 0.00 316.00 + 127.425 304.00 0.00 304.00 + 127.450 295.00 0.00 295.00 + 127.475 296.00 0.00 296.00 + 127.500 294.00 0.00 294.00 + 127.525 273.00 0.00 273.00 + 127.550 325.00 0.00 325.00 + 127.575 330.00 0.00 330.00 + 127.600 345.00 0.00 345.00 + 127.625 300.00 0.00 300.00 + 127.650 370.00 0.00 370.00 + 127.675 350.00 0.00 350.00 + 127.700 381.00 0.00 381.00 + 127.725 297.00 0.00 297.00 + 127.750 316.00 0.00 316.00 + 127.775 300.00 0.00 300.00 + 127.800 270.00 0.00 270.00 + 127.825 271.00 0.00 271.00 + 127.850 292.00 0.00 292.00 + 127.875 249.00 0.00 249.00 + 127.900 263.00 0.00 263.00 + 127.925 269.00 0.00 269.00 + 127.950 273.00 0.00 273.00 + 127.975 252.00 0.00 252.00 + 128.000 250.00 0.00 250.00 + 128.025 225.00 0.00 225.00 + 128.050 241.00 0.00 241.00 + 128.075 245.00 0.00 245.00 + 128.100 268.00 0.00 268.00 + 128.125 276.00 0.00 276.00 + 128.150 264.00 0.00 264.00 + 128.175 282.00 0.00 282.00 + 128.200 294.00 0.00 294.00 + 128.225 314.00 0.00 314.00 + 128.250 303.00 0.00 303.00 + 128.275 269.00 0.00 269.00 + 128.300 295.00 0.00 295.00 + 128.325 283.00 0.00 283.00 + 128.350 293.00 0.00 293.00 + 128.375 286.00 0.00 286.00 + 128.400 264.00 0.00 264.00 + 128.425 255.00 0.00 255.00 + 128.450 259.00 0.00 259.00 + 128.475 252.00 0.00 252.00 + 128.500 270.00 0.00 270.00 + 128.525 255.00 0.00 255.00 + 128.550 304.00 0.00 304.00 + 128.575 293.00 0.00 293.00 + 128.600 311.00 0.00 311.00 + 128.625 285.00 0.00 285.00 + 128.650 332.00 0.00 332.00 + 128.675 321.00 0.00 321.00 + 128.700 350.00 0.00 350.00 + 128.725 358.00 0.00 358.00 + 128.750 431.00 0.00 431.00 + 128.775 433.00 0.00 433.00 + 128.800 427.00 0.00 427.00 + 128.825 380.00 0.00 380.00 + 128.850 413.00 0.00 413.00 + 128.875 422.00 0.00 422.00 + 128.900 348.00 0.00 348.00 + 128.925 388.00 0.00 388.00 + 128.950 355.00 0.00 355.00 + 128.975 370.00 0.00 370.00 + 129.000 353.00 0.00 353.00 + 129.025 322.00 0.00 322.00 + 129.050 348.00 0.00 348.00 + 129.075 325.00 0.00 325.00 + 129.100 320.00 0.00 320.00 + 129.125 369.00 0.00 369.00 + 129.150 351.00 0.00 351.00 + 129.175 400.00 0.00 400.00 + 129.200 379.00 0.00 379.00 + 129.225 399.00 0.00 399.00 + 129.250 406.00 0.00 406.00 + 129.275 396.00 0.00 396.00 + 129.300 397.00 0.00 397.00 + 129.325 415.00 0.00 415.00 + 129.350 439.00 0.00 439.00 + 129.375 438.00 0.00 438.00 + 129.400 437.00 0.00 437.00 + 129.425 478.00 0.00 478.00 + 129.450 495.00 0.00 495.00 + 129.475 511.00 0.00 511.00 + 129.500 450.00 0.00 450.00 + 129.525 497.00 0.00 497.00 + 129.550 498.00 0.00 498.00 + 129.575 433.00 0.00 433.00 + 129.600 477.00 0.00 477.00 + 129.625 484.00 0.00 484.00 + 129.650 430.00 0.00 430.00 + 129.675 431.00 0.00 431.00 + 129.700 454.00 0.00 454.00 + 129.725 399.00 0.00 399.00 + 129.750 382.00 0.00 382.00 + 129.775 384.00 0.00 384.00 + 129.800 351.00 0.00 351.00 + 129.825 334.00 0.00 334.00 + 129.850 347.00 0.00 347.00 + 129.875 336.00 0.00 336.00 + 129.900 330.00 0.00 330.00 + 129.925 306.00 0.00 306.00 + 129.950 330.00 0.00 330.00 + 129.975 311.00 0.00 311.00 + 130.000 298.00 0.00 298.00 + 130.025 301.00 0.00 301.00 + 130.050 344.00 0.00 344.00 + 130.075 335.00 0.00 335.00 + 130.100 334.00 0.00 334.00 + 130.125 303.00 0.00 303.00 + 130.150 326.00 0.00 326.00 + 130.175 359.00 0.00 359.00 + 130.200 397.00 0.00 397.00 + 130.225 356.00 0.00 356.00 + 130.250 347.00 0.00 347.00 + 130.275 310.00 0.00 310.00 + 130.300 347.00 0.00 347.00 + 130.325 332.00 0.00 332.00 + 130.350 312.00 0.00 312.00 + 130.375 335.00 0.00 335.00 + 130.400 334.00 0.00 334.00 + 130.425 316.00 0.00 316.00 + 130.450 309.00 0.00 309.00 + 130.475 294.00 0.00 294.00 + 130.500 334.00 0.00 334.00 + 130.525 342.00 0.00 342.00 + 130.550 332.00 0.00 332.00 + 130.575 279.00 0.00 279.00 + 130.600 267.00 0.00 267.00 + 130.625 257.00 0.00 257.00 + 130.650 292.00 0.00 292.00 + 130.675 288.00 0.00 288.00 + 130.700 273.00 0.00 273.00 + 130.725 245.00 0.00 245.00 + 130.750 269.00 0.00 269.00 + 130.775 248.00 0.00 248.00 + 130.800 228.00 0.00 228.00 + 130.825 250.00 0.00 250.00 + 130.850 249.00 0.00 249.00 + 130.875 230.00 0.00 230.00 + 130.900 238.00 0.00 238.00 + 130.925 217.00 0.00 217.00 + 130.950 238.00 0.00 238.00 + 130.975 212.00 0.00 212.00 + 131.000 246.00 0.00 246.00 + 131.025 246.00 0.00 246.00 + 131.050 239.00 0.00 239.00 + 131.075 262.00 0.00 262.00 + 131.100 265.00 0.00 265.00 + 131.125 264.00 0.00 264.00 + 131.150 240.00 0.00 240.00 + 131.175 250.00 0.00 250.00 + 131.200 246.00 0.01 245.99 + 131.225 226.00 0.01 225.99 + 131.250 227.00 0.01 226.99 + 131.275 235.00 0.01 234.99 + 131.300 226.00 0.01 225.99 + 131.325 256.00 0.01 255.99 + 131.350 190.00 0.01 189.99 + 131.375 215.00 0.01 214.99 + 131.400 236.00 0.01 235.99 + 131.425 223.00 0.01 222.99 + 131.450 227.00 0.01 226.99 + 131.475 203.00 0.01 202.99 + 131.500 206.00 0.01 205.99 + 131.525 190.00 0.01 189.99 + 131.550 232.00 0.01 231.99 + 131.575 230.00 0.01 229.99 + 131.600 201.00 0.01 200.99 + 131.625 219.00 0.01 218.99 + 131.650 203.00 0.01 202.99 + 131.675 216.00 0.01 215.99 + 131.700 213.00 0.01 212.99 + 131.725 208.00 0.01 207.99 + 131.750 224.00 0.01 223.99 + 131.775 210.00 0.01 209.99 + 131.800 202.00 0.01 201.99 + 131.825 212.00 0.01 211.99 + 131.850 205.00 0.01 204.99 + 131.875 236.00 0.01 235.99 + 131.900 220.00 0.01 219.99 + 131.925 194.00 0.01 193.99 + 131.950 199.00 0.01 198.99 + 131.975 201.00 0.01 200.99 + 132.000 216.00 0.01 215.99 + 132.025 237.00 0.01 236.99 + 132.050 212.00 0.01 211.99 + 132.075 225.00 0.01 224.99 + 132.100 203.00 0.01 202.99 + 132.125 241.00 0.01 240.99 + 132.150 232.00 0.01 231.99 + 132.175 260.00 0.01 259.99 + 132.200 253.00 0.01 252.99 + 132.225 257.00 0.01 256.99 + 132.250 282.00 0.01 281.99 + 132.275 291.00 0.01 290.99 + 132.300 283.00 0.01 282.99 + 132.325 325.00 0.01 324.99 + 132.350 333.00 0.01 332.99 + 132.375 335.00 0.01 334.99 + 132.400 293.00 0.01 292.99 + 132.425 315.00 0.01 314.99 + 132.450 297.00 0.01 296.99 + 132.475 310.00 0.01 309.99 + 132.500 285.00 0.01 284.99 + 132.525 285.00 0.01 284.99 + 132.550 276.00 0.01 275.99 + 132.575 258.00 0.01 257.99 + 132.600 251.00 0.01 250.99 + 132.625 269.00 0.01 268.99 + 132.650 228.00 0.01 227.99 + 132.675 215.00 0.01 214.99 + 132.700 259.00 0.01 258.99 + 132.725 235.00 0.01 234.99 + 132.750 257.00 0.01 256.99 + 132.775 241.00 0.01 240.99 + 132.800 289.00 0.01 288.99 + 132.825 229.00 0.01 228.99 + 132.850 267.00 0.01 266.99 + 132.875 270.00 0.01 269.99 + 132.900 284.00 0.01 283.99 + 132.925 265.00 0.01 264.99 + 132.950 274.00 0.01 273.99 + 132.975 275.00 0.01 274.99 + 133.000 279.00 0.01 278.99 + 133.025 277.00 0.01 276.99 + 133.050 269.00 0.01 268.99 + 133.075 267.00 0.01 266.99 + 133.100 263.00 0.01 262.99 + 133.125 299.00 0.01 298.99 + 133.150 262.00 0.01 261.99 + 133.175 263.00 0.01 262.99 + 133.200 268.00 0.01 267.99 + 133.225 235.00 0.01 234.99 + 133.250 232.00 0.01 231.99 + 133.275 261.00 0.01 260.99 + 133.300 236.00 0.01 235.99 + 133.325 224.00 0.01 223.99 + 133.350 251.00 0.01 250.99 + 133.375 249.00 0.01 248.99 + 133.400 247.00 0.01 246.99 + 133.425 217.00 0.01 216.99 + 133.450 238.00 0.01 237.99 + 133.475 231.00 0.01 230.99 + 133.500 251.00 0.01 250.99 + 133.525 261.00 0.01 260.99 + 133.550 251.00 0.01 250.99 + 133.575 308.00 0.01 307.99 + 133.600 300.00 0.01 299.99 + 133.625 333.00 0.01 332.99 + 133.650 311.00 0.01 310.99 + 133.675 283.00 0.01 282.99 + 133.700 279.00 0.01 278.99 + 133.725 289.00 0.01 288.99 + 133.750 281.00 0.01 280.99 + 133.775 273.00 0.01 272.99 + 133.800 244.00 0.01 243.99 + 133.825 299.00 0.01 298.99 + 133.850 263.00 0.01 262.99 + 133.875 257.00 0.01 256.99 + 133.900 209.00 0.01 208.99 + 133.925 284.00 0.01 283.99 + 133.950 256.00 0.01 255.99 + 133.975 270.00 0.01 269.99 + 134.000 280.00 0.01 279.99 + 134.025 276.00 0.01 275.99 + 134.050 282.00 0.01 281.99 + 134.075 293.00 0.01 292.99 + 134.100 282.00 0.01 281.99 + 134.125 285.00 0.01 284.99 + 134.150 309.00 0.01 308.99 + 134.175 299.00 0.01 298.99 + 134.200 295.00 0.01 294.99 + 134.225 307.00 0.01 306.99 + 134.250 253.00 0.01 252.99 + 134.275 258.00 0.01 257.99 + 134.300 255.00 0.01 254.99 + 134.325 297.00 0.01 296.99 + 134.350 296.00 0.01 295.99 + 134.375 248.00 0.01 247.99 + 134.400 286.00 0.01 285.99 + 134.425 288.00 0.01 287.99 + 134.450 259.00 0.01 258.99 + 134.475 276.00 0.01 275.99 + 134.500 256.00 0.01 255.99 + 134.525 257.00 0.01 256.99 + 134.550 268.00 0.01 267.99 + 134.575 246.00 0.01 245.99 + 134.600 273.00 0.01 272.99 + 134.625 271.00 0.01 270.99 + 134.650 306.00 0.01 305.99 + 134.675 287.00 0.01 286.99 + 134.700 286.00 0.01 285.99 + 134.725 303.00 0.01 302.99 + 134.750 283.00 0.01 282.99 + 134.775 335.00 0.02 334.98 + 134.800 330.00 0.02 329.98 + 134.825 366.00 0.02 365.98 + 134.850 380.00 0.02 379.98 + 134.875 334.00 0.02 333.98 + 134.900 362.00 0.02 361.98 + 134.925 408.00 0.02 407.98 + 134.950 432.00 0.02 431.98 + 134.975 479.00 0.02 478.98 + 135.000 440.00 0.02 439.98 + 135.025 484.00 0.02 483.98 + 135.050 478.00 0.02 477.98 + 135.075 479.00 0.02 478.98 + 135.100 513.00 0.02 512.98 + 135.125 472.00 0.02 471.98 + 135.150 445.00 0.02 444.98 + 135.175 466.00 0.02 465.98 + 135.200 437.00 0.02 436.98 + 135.225 414.00 0.02 413.98 + 135.250 396.00 0.02 395.98 + 135.275 374.00 0.02 373.98 + 135.300 314.00 0.02 313.98 + 135.325 326.00 0.02 325.98 + 135.350 326.00 0.02 325.98 + 135.375 323.00 0.02 322.98 + 135.400 316.00 0.02 315.98 + 135.425 354.00 0.02 353.98 + 135.450 315.00 0.02 314.98 + 135.475 351.00 0.02 350.98 + 135.500 329.00 0.02 328.98 + 135.525 370.00 0.02 369.98 + 135.550 366.00 0.02 365.98 + 135.575 415.00 0.02 414.98 + 135.600 444.00 0.02 443.98 + 135.625 423.00 0.02 422.98 + 135.650 414.00 0.02 413.98 + 135.675 412.00 0.02 411.98 + 135.700 463.00 0.02 462.98 + 135.725 464.00 0.02 463.98 + 135.750 424.00 0.02 423.98 + 135.775 427.00 0.02 426.98 + 135.800 411.00 0.03 410.97 + 135.825 394.00 0.03 393.97 + 135.850 383.00 0.03 382.97 + 135.875 394.00 0.03 393.97 + 135.900 330.00 0.03 329.97 + 135.925 360.00 0.03 359.97 + 135.950 359.00 0.03 358.97 + 135.975 303.00 0.03 302.97 + 136.000 294.00 0.03 293.97 + 136.025 289.00 0.03 288.97 + 136.050 271.00 0.03 270.97 + 136.075 288.00 0.03 287.97 + 136.100 264.00 0.03 263.97 + 136.125 284.00 0.03 283.97 + 136.150 262.00 0.03 261.97 + 136.175 274.00 0.03 273.97 + 136.200 278.00 0.03 277.97 + 136.225 293.00 0.03 292.97 + 136.250 289.00 0.03 288.97 + 136.275 309.00 0.03 308.97 + 136.300 292.00 0.03 291.97 + 136.325 313.00 0.04 312.96 + 136.350 286.00 0.04 285.96 + 136.375 291.00 0.04 290.96 + 136.400 303.00 0.04 302.96 + 136.425 279.00 0.04 278.96 + 136.450 298.00 0.04 297.96 + 136.475 301.00 0.04 300.96 + 136.500 278.00 0.04 277.96 + 136.525 261.00 0.04 260.96 + 136.550 314.00 0.04 313.96 + 136.575 299.00 0.04 298.96 + 136.600 316.00 0.04 315.96 + 136.625 353.00 0.04 352.96 + 136.650 319.00 0.04 318.96 + 136.675 339.00 0.05 338.95 + 136.700 335.00 0.05 334.95 + 136.725 341.00 0.05 340.95 + 136.750 306.00 0.05 305.95 + 136.775 303.00 0.05 302.95 + 136.800 298.00 0.05 297.95 + 136.825 290.00 0.05 289.95 + 136.850 317.00 0.05 316.95 + 136.875 318.00 0.05 317.95 + 136.900 296.00 0.05 295.95 + 136.925 336.00 0.06 335.94 + 136.950 295.00 0.06 294.94 + 136.975 284.00 0.06 283.94 + 137.000 241.00 0.06 240.94 + 137.025 276.00 0.06 275.94 + 137.050 245.00 0.06 244.94 + 137.075 247.00 0.06 246.94 + 137.100 263.00 0.07 262.93 + 137.125 270.00 0.07 269.93 + 137.150 261.00 0.07 260.93 + 137.175 239.00 0.07 238.93 + 137.200 247.00 0.07 246.93 + 137.225 250.00 0.07 249.93 + 137.250 209.00 0.08 208.92 + 137.275 238.00 0.08 237.92 + 137.300 247.00 0.08 246.92 + 137.325 257.00 0.08 256.92 + 137.350 255.00 0.08 254.92 + 137.375 273.00 0.09 272.91 + 137.400 272.00 0.09 271.91 + 137.425 319.00 0.09 318.91 + 137.450 274.00 0.09 273.91 + 137.475 307.00 0.10 306.90 + 137.500 253.00 0.10 252.90 + 137.525 284.00 0.10 283.90 + 137.550 254.00 0.11 253.89 + 137.575 274.00 0.11 273.89 + 137.600 278.00 0.11 277.89 + 137.625 237.00 0.12 236.88 + 137.650 257.00 0.12 256.88 + 137.675 249.00 0.12 248.88 + 137.700 261.00 0.13 260.87 + 137.725 242.00 0.13 241.87 + 137.750 256.00 0.14 255.86 + 137.775 255.00 0.14 254.86 + 137.800 236.00 0.15 235.85 + 137.825 234.00 0.15 233.85 + 137.850 250.00 0.16 249.84 + 137.875 233.00 0.16 232.84 + 137.900 250.00 0.17 249.83 + 137.925 231.00 0.18 230.82 + 137.950 252.00 0.18 251.82 + 137.975 244.00 0.19 243.81 + 138.000 256.00 0.20 255.80 + 138.025 226.00 0.21 225.79 + 138.050 267.00 0.22 266.78 + 138.075 246.00 0.23 245.77 + 138.100 257.00 0.24 256.76 + 138.125 255.00 0.25 254.75 + 138.150 278.00 0.26 277.74 + 138.175 292.00 0.27 291.73 + 138.200 308.00 0.29 307.71 + 138.225 274.00 0.30 273.70 + 138.250 375.00 0.32 374.68 + 138.275 361.00 0.33 360.67 + 138.300 344.00 0.35 343.65 + 138.325 361.00 0.37 360.63 + 138.350 347.00 0.40 346.60 + 138.375 352.00 0.43 351.57 + 138.400 322.00 0.46 321.54 + 138.425 337.00 0.49 336.51 + 138.450 267.00 0.54 266.46 + 138.475 268.00 0.59 267.41 + 138.500 286.00 0.65 285.35 + 138.525 279.00 0.73 278.27 + 138.550 276.00 0.82 275.18 + 138.575 252.00 0.94 251.06 + 138.600 242.00 1.09 240.91 + 138.625 277.00 1.28 275.72 + 138.650 271.00 1.51 269.49 + 138.675 275.00 1.80 273.20 + 138.700 272.00 2.14 269.86 + 138.725 295.00 2.56 292.44 + 138.750 281.00 3.06 277.94 + 138.775 338.00 3.65 334.35 + 138.800 320.00 4.34 315.66 + 138.825 350.00 5.12 344.88 + 138.850 381.00 5.99 375.01 + 138.875 404.00 6.96 397.04 + 138.900 451.00 8.01 442.99 + 138.925 441.00 9.13 431.87 + 138.950 452.00 10.30 441.70 + 138.975 417.00 11.48 405.52 + 139.000 450.00 12.64 437.36 + 139.025 436.00 13.76 422.24 + 139.050 437.00 14.77 422.23 + 139.075 440.00 15.64 424.36 + 139.100 474.00 16.32 457.68 + 139.125 453.00 16.76 436.24 + 139.150 457.00 16.94 440.06 + 139.175 438.00 16.84 421.16 + 139.200 387.00 16.47 370.53 + 139.225 386.00 15.86 370.14 + 139.250 366.00 15.05 350.95 + 139.275 341.00 14.07 326.93 + 139.300 337.00 12.98 324.02 + 139.325 308.00 11.83 296.17 + 139.350 329.00 10.64 318.36 + 139.375 283.00 9.47 273.53 + 139.400 296.00 8.34 287.66 + 139.425 289.00 7.27 281.73 + 139.450 297.00 6.27 290.73 + 139.475 240.00 5.37 234.63 + 139.500 268.00 4.56 263.44 + 139.525 282.00 3.85 278.15 + 139.550 297.00 3.23 293.77 + 139.575 291.00 2.70 288.30 + 139.600 281.00 2.26 278.74 + 139.625 305.00 1.89 303.11 + 139.650 336.00 1.59 334.41 + 139.675 324.00 1.34 322.66 + 139.700 307.00 1.15 305.85 + 139.725 332.00 0.99 331.01 + 139.750 328.00 0.86 327.14 + 139.775 309.00 0.75 308.25 + 139.800 315.00 0.67 314.33 + 139.825 330.00 0.60 329.40 + 139.850 291.00 0.55 290.45 + 139.875 290.00 0.50 289.50 + 139.900 344.00 0.47 343.53 + 139.925 314.00 0.43 313.57 + 139.950 324.00 0.41 323.59 + 139.975 327.00 0.38 326.62 + 140.000 259.00 0.36 258.64 + 140.025 268.00 0.34 267.66 + 140.050 305.00 0.32 304.68 + 140.075 304.00 0.31 303.69 + 140.100 300.00 0.29 299.71 + 140.125 285.00 0.28 284.72 + 140.150 292.00 0.26 291.74 + 140.175 289.00 0.25 288.75 + 140.200 294.00 0.24 293.76 + 140.225 278.00 0.23 277.77 + 140.250 261.00 0.22 260.78 + 140.275 297.00 0.21 296.79 + 140.300 252.00 0.20 251.80 + 140.325 280.00 0.19 279.81 + 140.350 245.00 0.19 244.81 + 140.375 266.00 0.18 265.82 + 140.400 283.00 0.17 282.83 + 140.425 238.00 0.17 237.83 + 140.450 266.00 0.16 265.84 + 140.475 262.00 0.15 261.85 + 140.500 249.00 0.15 248.85 + 140.525 255.00 0.14 254.86 + 140.550 240.00 0.14 239.86 + 140.575 239.00 0.13 238.87 + 140.600 221.00 0.13 220.87 + 140.625 251.00 0.13 250.87 + 140.650 212.00 0.12 211.88 + 140.675 233.00 0.12 232.88 + 140.700 238.00 0.11 237.89 + 140.725 249.00 0.11 248.89 + 140.750 256.00 0.11 255.89 + 140.775 216.00 0.10 215.90 + 140.800 262.00 0.10 261.90 + 140.825 249.00 0.10 248.90 + 140.850 248.00 0.10 247.90 + 140.875 263.00 0.09 262.91 + 140.900 281.00 0.09 280.91 + 140.925 234.00 0.09 233.91 + 140.950 290.00 0.09 289.91 + 140.975 269.00 0.08 268.92 + 141.000 284.00 0.08 283.92 + 141.025 233.00 0.08 232.92 + 141.050 286.00 0.08 285.92 + 141.075 275.00 0.07 274.93 + 141.100 263.00 0.07 262.93 + 141.125 245.00 0.07 244.93 + 141.150 259.00 0.07 258.93 + 141.175 276.00 0.07 275.93 + 141.200 229.00 0.07 228.93 + 141.225 261.00 0.06 260.94 + 141.250 273.00 0.06 272.94 + 141.275 272.00 0.06 271.94 + 141.300 231.00 0.06 230.94 + 141.325 212.00 0.06 211.94 + 141.350 233.00 0.06 232.94 + 141.375 256.00 0.06 255.94 + 141.400 241.00 0.06 240.94 + 141.425 228.00 0.05 227.95 + 141.450 234.00 0.05 233.95 + 141.475 238.00 0.05 237.95 + 141.500 216.00 0.05 215.95 + 141.525 207.00 0.05 206.95 + 141.550 221.00 0.05 220.95 + 141.575 233.00 0.05 232.95 + 141.600 238.00 0.05 237.95 + 141.625 217.00 0.05 216.95 + 141.650 238.00 0.05 237.95 + 141.675 251.00 0.04 250.96 + 141.700 268.00 0.04 267.96 + 141.725 259.00 0.04 258.96 + 141.750 230.00 0.04 229.96 + 141.775 276.00 0.04 275.96 + 141.800 257.00 0.04 256.96 + 141.825 260.00 0.04 259.96 + 141.850 255.00 0.04 254.96 + 141.875 244.00 0.04 243.96 + 141.900 258.00 0.04 257.96 + 141.925 279.00 0.04 278.96 + 141.950 291.00 0.04 290.96 + 141.975 290.00 0.04 289.96 + 142.000 295.00 0.04 294.96 + 142.025 289.00 0.03 288.97 + 142.050 273.00 0.03 272.97 + 142.075 306.00 0.03 305.97 + 142.100 307.00 0.03 306.97 + 142.125 264.00 0.03 263.97 + 142.150 289.00 0.03 288.97 + 142.175 270.00 0.03 269.97 + 142.200 234.00 0.03 233.97 + 142.225 252.00 0.03 251.97 + 142.250 243.00 0.03 242.97 + 142.275 244.00 0.03 243.97 + 142.300 251.00 0.03 250.97 + 142.325 235.00 0.03 234.97 + 142.350 234.00 0.03 233.97 + 142.375 246.00 0.03 245.97 + 142.400 239.00 0.03 238.97 + 142.425 257.00 0.03 256.97 + 142.450 218.00 0.03 217.97 + 142.475 234.00 0.03 233.97 + 142.500 230.00 0.03 229.97 + 142.525 253.00 0.03 252.97 + 142.550 248.00 0.03 247.97 + 142.575 257.00 0.02 256.98 + 142.600 248.00 0.02 247.98 + 142.625 255.00 0.02 254.98 + 142.650 261.00 0.02 260.98 + 142.675 275.00 0.02 274.98 + 142.700 288.00 0.02 287.98 + 142.725 301.00 0.02 300.98 + 142.750 283.00 0.02 282.98 + 142.775 308.00 0.02 307.98 + 142.800 268.00 0.02 267.98 + 142.825 300.00 0.02 299.98 + 142.850 305.00 0.02 304.98 + 142.875 254.00 0.02 253.98 + 142.900 251.00 0.02 250.98 + 142.925 256.00 0.02 255.98 + 142.950 280.00 0.02 279.98 + 142.975 290.00 0.02 289.98 + 143.000 267.00 0.02 266.98 + 143.025 278.00 0.02 277.98 + 143.050 302.00 0.02 301.98 + 143.075 264.00 0.02 263.98 + 143.100 263.00 0.02 262.98 + 143.125 289.00 0.02 288.98 + 143.150 231.00 0.02 230.98 + 143.175 271.00 0.02 270.98 + 143.200 289.00 0.02 288.98 + 143.225 268.00 0.02 267.98 + 143.250 310.00 0.02 309.98 + 143.275 278.00 0.02 277.98 + 143.300 280.00 0.02 279.98 + 143.325 262.00 0.02 261.98 + 143.350 234.00 0.02 233.98 + 143.375 278.00 0.02 277.98 + 143.400 288.00 0.02 287.98 + 143.425 265.00 0.02 264.98 + 143.450 302.00 0.02 301.98 + 143.475 278.00 0.02 277.98 + 143.500 273.00 0.02 272.98 + 143.525 279.00 0.02 278.98 + 143.550 303.00 0.02 302.98 + 143.575 318.00 0.02 317.98 + 143.600 317.00 0.02 316.98 + 143.625 312.00 0.02 311.98 + 143.650 303.00 0.02 302.98 + 143.675 312.00 0.02 311.98 + 143.700 311.00 0.01 310.99 + 143.725 308.00 0.01 307.99 + 143.750 304.00 0.01 303.99 + 143.775 284.00 0.01 283.99 + 143.800 281.00 0.01 280.99 + 143.825 287.00 0.01 286.99 + 143.850 262.00 0.01 261.99 + 143.875 273.00 0.01 272.99 + 143.900 284.00 0.01 283.99 + 143.925 261.00 0.01 260.99 + 143.950 241.00 0.01 240.99 + 143.975 238.00 0.01 237.99 + 144.000 276.00 0.01 275.99 + 144.025 276.00 0.01 275.99 + 144.050 274.00 0.01 273.99 + 144.075 262.00 0.01 261.99 + 144.100 279.00 0.01 278.99 + 144.125 274.00 0.01 273.99 + 144.150 238.00 0.01 237.99 + 144.175 278.00 0.01 277.99 + 144.200 273.00 0.01 272.99 + 144.225 274.00 0.01 273.99 + 144.250 260.00 0.01 259.99 + 144.275 245.00 0.01 244.99 + 144.300 293.00 0.01 292.99 + 144.325 307.00 0.01 306.99 + 144.350 304.00 0.01 303.99 + 144.375 266.00 0.01 265.99 + 144.400 287.00 0.01 286.99 + 144.425 292.00 0.01 291.99 + 144.450 295.00 0.01 294.99 + 144.475 295.00 0.01 294.99 + 144.500 305.00 0.01 304.99 + 144.525 300.00 0.01 299.99 + 144.550 281.00 0.01 280.99 + 144.575 287.00 0.01 286.99 + 144.600 299.00 0.01 298.99 + 144.625 268.00 0.01 267.99 + 144.650 292.00 0.01 291.99 + 144.675 267.00 0.01 266.99 + 144.700 236.00 0.01 235.99 + 144.725 248.00 0.01 247.99 + 144.750 272.00 0.01 271.99 + 144.775 274.00 0.01 273.99 + 144.800 237.00 0.01 236.99 + 144.825 251.00 0.01 250.99 + 144.850 245.00 0.01 244.99 + 144.875 285.00 0.01 284.99 + 144.900 252.00 0.01 251.99 + 144.925 272.00 0.01 271.99 + 144.950 258.00 0.01 257.99 + 144.975 269.00 0.01 268.99 + 145.000 268.00 0.01 267.99 + 145.025 299.00 0.01 298.99 + 145.050 240.00 0.01 239.99 + 145.075 263.00 0.01 262.99 + 145.100 260.00 0.01 259.99 + 145.125 315.00 0.01 314.99 + 145.150 315.00 0.01 314.99 + 145.175 295.00 0.01 294.99 + 145.200 279.00 0.01 278.99 + 145.225 295.00 0.01 294.99 + 145.250 333.00 0.01 332.99 + 145.275 322.00 0.01 321.99 + 145.300 338.00 0.01 337.99 + 145.325 383.00 0.01 382.99 + 145.350 339.00 0.01 338.99 + 145.375 311.00 0.01 310.99 + 145.400 323.00 0.01 322.99 + 145.425 295.00 0.01 294.99 + 145.450 275.00 0.01 274.99 + 145.475 295.00 0.01 294.99 + 145.500 289.00 0.01 288.99 + 145.525 294.00 0.01 293.99 + 145.550 287.00 0.01 286.99 + 145.575 275.00 0.01 274.99 + 145.600 249.00 0.01 248.99 + 145.625 232.00 0.01 231.99 + 145.650 269.00 0.01 268.99 + 145.675 258.00 0.01 257.99 + 145.700 268.00 0.01 267.99 + 145.725 290.00 0.01 289.99 + 145.750 253.00 0.01 252.99 + 145.775 266.00 0.01 265.99 + 145.800 234.00 0.01 233.99 + 145.825 233.00 0.01 232.99 + 145.850 223.00 0.01 222.99 + 145.875 231.00 0.01 230.99 + 145.900 252.00 0.01 251.99 + 145.925 275.00 0.01 274.99 + 145.950 267.00 0.01 266.99 + 145.975 251.00 0.01 250.99 + 146.000 284.00 0.01 283.99 + 146.025 281.00 0.01 280.99 + 146.050 254.00 0.01 253.99 + 146.075 265.00 0.01 264.99 + 146.100 309.00 0.01 308.99 + 146.125 269.00 0.01 268.99 + 146.150 296.00 0.01 295.99 + 146.175 290.00 0.01 289.99 + 146.200 301.00 0.01 300.99 + 146.225 297.00 0.01 296.99 + 146.250 300.00 0.01 299.99 + 146.275 345.00 0.01 344.99 + 146.300 298.00 0.01 297.99 + 146.325 347.00 0.01 346.99 + 146.350 345.00 0.01 344.99 + 146.375 374.00 0.01 373.99 + 146.400 366.00 0.01 365.99 + 146.425 387.00 0.01 386.99 + 146.450 392.00 0.01 391.99 + 146.475 438.00 0.01 437.99 + 146.500 465.00 0.01 464.99 + 146.525 470.00 0.01 469.99 + 146.550 443.00 0.01 442.99 + 146.575 511.00 0.01 510.99 + 146.600 473.00 0.01 472.99 + 146.625 474.00 0.01 473.99 + 146.650 455.00 0.01 454.99 + 146.675 473.00 0.01 472.99 + 146.700 452.00 0.01 451.99 + 146.725 460.00 0.01 459.99 + 146.750 440.00 0.01 439.99 + 146.775 386.00 0.01 385.99 + 146.800 385.00 0.01 384.99 + 146.825 402.00 0.01 401.99 + 146.850 418.00 0.01 417.99 + 146.875 382.00 0.01 381.99 + 146.900 348.00 0.01 347.99 + 146.925 344.00 0.01 343.99 + 146.950 360.00 0.01 359.99 + 146.975 366.00 0.01 365.99 + 147.000 351.00 0.01 350.99 + 147.025 322.00 0.01 321.99 + 147.050 327.00 0.01 326.99 + 147.075 318.00 0.01 317.99 + 147.100 352.00 0.01 351.99 + 147.125 341.00 0.01 340.99 + 147.150 308.00 0.01 307.99 + 147.175 357.00 0.01 356.99 + 147.200 325.00 0.01 324.99 + 147.225 367.00 0.01 366.99 + 147.250 383.00 0.01 382.99 + 147.275 381.00 0.01 380.99 + 147.300 376.00 0.01 375.99 + 147.325 381.00 0.01 380.99 + 147.350 434.00 0.01 433.99 + 147.375 410.00 0.01 409.99 + 147.400 412.00 0.01 411.99 + 147.425 411.00 0.01 410.99 + 147.450 393.00 0.01 392.99 + 147.475 427.00 0.01 426.99 + 147.500 429.00 0.01 428.99 + 147.525 441.00 0.01 440.99 + 147.550 407.00 0.01 406.99 + 147.575 412.00 0.01 411.99 + 147.600 456.00 0.01 455.99 + 147.625 389.00 0.01 388.99 + 147.650 386.00 0.01 385.99 + 147.675 382.00 0.01 381.99 + 147.700 368.00 0.01 367.99 + 147.725 352.00 0.01 351.99 + 147.750 367.00 0.01 366.99 + 147.775 366.00 0.01 365.99 + 147.800 364.00 0.01 363.99 + 147.825 366.00 0.01 365.99 + 147.850 352.00 0.01 351.99 + 147.875 312.00 0.01 311.99 + 147.900 345.00 0.01 344.99 + 147.925 336.00 0.01 335.99 + 147.950 284.00 0.01 283.99 + 147.975 310.00 0.01 309.99 + 148.000 289.00 0.01 288.99 + 148.025 318.00 0.01 317.99 + 148.050 287.00 0.01 286.99 + 148.075 303.00 0.01 302.99 + 148.100 306.00 0.01 305.99 + 148.125 320.00 0.01 319.99 + 148.150 330.00 0.01 329.99 + 148.175 334.00 0.01 333.99 + 148.200 345.00 0.01 344.99 + 148.225 367.00 0.01 366.99 + 148.250 407.00 0.01 406.99 + 148.275 379.00 0.01 378.99 + 148.300 410.00 0.01 409.99 + 148.325 396.00 0.01 395.99 + 148.350 429.00 0.01 428.99 + 148.375 425.00 0.01 424.99 + 148.400 449.00 0.01 448.99 + 148.425 416.00 0.01 415.99 + 148.450 394.00 0.01 393.99 + 148.475 390.00 0.01 389.99 + 148.500 394.00 0.01 393.99 + 148.525 404.00 0.01 403.99 + 148.550 356.00 0.01 355.99 + 148.575 350.00 0.01 349.99 + 148.600 378.00 0.01 377.99 + 148.625 369.00 0.01 368.99 + 148.650 362.00 0.01 361.99 + 148.675 311.00 0.01 310.99 + 148.700 297.00 0.01 296.99 + 148.725 307.00 0.01 306.99 + 148.750 293.00 0.01 292.99 + 148.775 291.00 0.01 290.99 + 148.800 338.00 0.01 337.99 + 148.825 300.00 0.01 299.99 + 148.850 290.00 0.01 289.99 + 148.875 317.00 0.01 316.99 + 148.900 312.00 0.01 311.99 + 148.925 270.00 0.01 269.99 + 148.950 313.00 0.01 312.99 + 148.975 278.00 0.01 277.99 + 149.000 321.00 0.01 320.99 + 149.025 327.00 0.01 326.99 + 149.050 332.00 0.01 331.99 + 149.075 337.00 0.01 336.99 + 149.100 328.00 0.01 327.99 + 149.125 301.00 0.01 300.99 + 149.150 322.00 0.01 321.99 + 149.175 334.00 0.01 333.99 + 149.200 330.00 0.01 329.99 + 149.225 315.00 0.01 314.99 + 149.250 311.00 0.01 310.99 + 149.275 302.00 0.01 301.99 + 149.300 338.00 0.01 337.99 + 149.325 321.00 0.01 320.99 + 149.350 317.00 0.01 316.99 + 149.375 331.00 0.01 330.99 + 149.400 335.00 0.01 334.99 + 149.425 345.00 0.01 344.99 + 149.450 317.00 0.01 316.99 + 149.475 306.00 0.01 305.99 + 149.500 309.00 0.01 308.99 + 149.525 336.00 0.01 335.99 + 149.550 309.00 0.01 308.99 + 149.575 299.00 0.01 298.99 + 149.600 319.00 0.01 318.99 + 149.625 310.00 0.01 309.99 + 149.650 287.00 0.01 286.99 + 149.675 281.00 0.01 280.99 + 149.700 268.00 0.01 267.99 + 149.725 260.00 0.01 259.99 + 149.750 279.00 0.01 278.99 + 149.775 279.00 0.01 278.99 + 149.800 289.00 0.01 288.99 + 149.825 265.00 0.01 264.99 + 149.850 261.00 0.01 260.99 + 149.875 264.00 0.01 263.99 + 149.900 260.00 0.01 259.99 + 149.925 271.00 0.01 270.99 + 149.950 265.00 0.01 264.99 + 149.975 270.00 0.01 269.99 + 150.000 280.00 0.01 279.99 + 150.025 304.00 0.01 303.99 + 150.050 283.00 0.01 282.99 + 150.075 289.00 0.01 288.99 + 150.100 294.00 0.01 293.99 + 150.125 325.00 0.01 324.99 + 150.150 269.00 0.01 268.99 + 150.175 282.00 0.01 281.99 + 150.200 293.00 0.01 292.99 + 150.225 275.00 0.01 274.99 + 150.250 283.00 0.01 282.99 + 150.275 281.00 0.01 280.99 + 150.300 283.00 0.01 282.99 + 150.325 277.00 0.01 276.99 + 150.350 284.00 0.01 283.99 + 150.375 275.00 0.01 274.99 + 150.400 277.00 0.01 276.99 + 150.425 278.00 0.01 277.99 + 150.450 273.00 0.01 272.99 + 150.475 284.00 0.01 283.99 + 150.500 267.00 0.01 266.99 + 150.525 270.00 0.01 269.99 + 150.550 287.00 0.01 286.99 + 150.575 316.00 0.01 315.99 + 150.600 261.00 0.01 260.99 + 150.625 283.00 0.01 282.99 + 150.650 294.00 0.01 293.99 + 150.675 275.00 0.01 274.99 + 150.700 324.00 0.01 323.99 + 150.725 306.00 0.01 305.99 + 150.750 302.00 0.01 301.99 + 150.775 276.00 0.01 275.99 + 150.800 392.00 0.01 391.99 + 150.825 339.00 0.01 338.99 + 150.850 309.00 0.01 308.99 + 150.875 315.00 0.01 314.99 + 150.900 322.00 0.01 321.99 + 150.925 359.00 0.01 358.99 + 150.950 308.00 0.01 307.99 + 150.975 335.00 0.01 334.99 + 151.000 315.00 0.01 314.99 + 151.025 318.00 0.01 317.99 + 151.050 319.00 0.01 318.99 + 151.075 328.00 0.01 327.99 + 151.100 315.00 0.01 314.99 + 151.125 303.00 0.01 302.99 + 151.150 296.00 0.01 295.99 + 151.175 300.00 0.01 299.99 + 151.200 304.00 0.01 303.99 + 151.225 283.00 0.01 282.99 + 151.250 292.00 0.01 291.99 + 151.275 266.00 0.01 265.99 + 151.300 279.00 0.01 278.99 + 151.325 295.00 0.01 294.99 + 151.350 258.00 0.01 257.99 + 151.375 289.00 0.01 288.99 + 151.400 272.00 0.01 271.99 + 151.425 251.00 0.01 250.99 + 151.450 305.00 0.01 304.99 + 151.475 263.00 0.01 262.99 + 151.500 261.00 0.01 260.99 + 151.525 299.00 0.01 298.99 + 151.550 291.00 0.01 290.99 + 151.575 276.00 0.01 275.99 + 151.600 294.00 0.01 293.99 + 151.625 259.00 0.01 258.99 + 151.650 254.00 0.01 253.99 + 151.675 297.00 0.01 296.99 + 151.700 287.00 0.01 286.99 + 151.725 257.00 0.01 256.99 + 151.750 284.00 0.01 283.99 + 151.775 255.00 0.01 254.99 + 151.800 260.00 0.01 259.99 + 151.825 259.00 0.01 258.99 + 151.850 300.00 0.01 299.99 + 151.875 264.00 0.01 263.99 + 151.900 300.00 0.01 299.99 + 151.925 287.00 0.01 286.99 + 151.950 298.00 0.01 297.99 + 151.975 283.00 0.01 282.99 + 152.000 279.00 0.01 278.99 + 152.025 271.00 0.01 270.99 + 152.050 291.00 0.01 290.99 + 152.075 304.00 0.01 303.99 + 152.100 299.00 0.01 298.99 + 152.125 272.00 0.01 271.99 + 152.150 316.00 0.01 315.99 + 152.175 298.00 0.01 297.99 + 152.200 322.00 0.01 321.99 + 152.225 306.00 0.01 305.99 + 152.250 268.00 0.01 267.99 + 152.275 257.00 0.01 256.99 + 152.300 279.00 0.01 278.99 + 152.325 262.00 0.01 261.99 + 152.350 269.00 0.01 268.99 + 152.375 291.00 0.01 290.99 + 152.400 258.00 0.01 257.99 + 152.425 269.00 0.01 268.99 + 152.450 295.00 0.01 294.99 + 152.475 293.00 0.01 292.99 + 152.500 268.00 0.01 267.99 + 152.525 264.00 0.01 263.99 + 152.550 272.00 0.01 271.99 + 152.575 272.00 0.01 271.99 + 152.600 288.00 0.01 287.99 + 152.625 270.00 0.01 269.99 + 152.650 267.00 0.01 266.99 + 152.675 277.00 0.01 276.99 + 152.700 310.00 0.01 309.99 + 152.725 292.00 0.01 291.99 + 152.750 276.00 0.01 275.99 + 152.775 290.00 0.01 289.99 + 152.800 319.00 0.01 318.99 + 152.825 322.00 0.01 321.99 + 152.850 316.00 0.01 315.99 + 152.875 343.00 0.01 342.99 + 152.900 345.00 0.01 344.99 + 152.925 379.00 0.01 378.99 + 152.950 383.00 0.01 382.99 + 152.975 389.00 0.01 388.99 + 153.000 437.00 0.01 436.99 + 153.025 371.00 0.01 370.99 + 153.050 405.00 0.01 404.99 + 153.075 427.00 0.01 426.99 + 153.100 442.00 0.01 441.99 + 153.125 424.00 0.01 423.99 + 153.150 438.00 0.01 437.99 + 153.175 396.00 0.01 395.99 + 153.200 384.00 0.01 383.99 + 153.225 381.00 0.01 380.99 + 153.250 329.00 0.01 328.99 + 153.275 322.00 0.01 321.99 + 153.300 319.00 0.01 318.99 + 153.325 274.00 0.01 273.99 + 153.350 318.00 0.01 317.99 + 153.375 304.00 0.01 303.99 + 153.400 316.00 0.01 315.99 + 153.425 324.00 0.01 323.99 + 153.450 275.00 0.01 274.99 + 153.475 319.00 0.01 318.99 + 153.500 259.00 0.01 258.99 + 153.525 272.00 0.01 271.99 + 153.550 262.00 0.01 261.99 + 153.575 270.00 0.01 269.99 + 153.600 263.00 0.01 262.99 + 153.625 266.00 0.01 265.99 + 153.650 242.00 0.01 241.99 + 153.675 265.00 0.01 264.99 + 153.700 251.00 0.01 250.99 + 153.725 276.00 0.01 275.99 + 153.750 277.00 0.01 276.99 + 153.775 260.00 0.01 259.99 + 153.800 256.00 0.01 255.99 + 153.825 240.00 0.01 239.99 + 153.850 278.00 0.01 277.99 + 153.875 252.00 0.01 251.99 + 153.900 286.00 0.01 285.99 + 153.925 295.00 0.01 294.99 + 153.950 268.00 0.01 267.99 + 153.975 301.00 0.01 300.99 + 154.000 296.00 0.01 295.99 + 154.025 268.00 0.01 267.99 + 154.050 299.00 0.01 298.99 + 154.075 298.00 0.01 297.99 + 154.100 305.00 0.01 304.99 + 154.125 293.00 0.01 292.99 + 154.150 327.00 0.01 326.99 + 154.175 343.00 0.01 342.99 + 154.200 362.00 0.01 361.99 + 154.225 367.00 0.01 366.99 + 154.250 358.00 0.01 357.99 + 154.275 324.00 0.01 323.99 + 154.300 322.00 0.01 321.99 + 154.325 330.00 0.01 329.99 + 154.350 356.00 0.01 355.99 + 154.375 353.00 0.01 352.99 + 154.400 351.00 0.01 350.99 + 154.425 324.00 0.01 323.99 + 154.450 359.00 0.01 358.99 + 154.475 339.00 0.01 338.99 + 154.500 289.00 0.01 288.99 + 154.525 330.00 0.01 329.99 + 154.550 295.00 0.01 294.99 + 154.575 293.00 0.01 292.99 + 154.600 293.00 0.01 292.99 + 154.625 300.00 0.01 299.99 + 154.650 296.00 0.01 295.99 + 154.675 319.00 0.01 318.99 + 154.700 302.00 0.01 301.99 + 154.725 276.00 0.01 275.99 + 154.750 293.00 0.01 292.99 + 154.775 271.00 0.01 270.99 + 154.800 283.00 0.01 282.99 + 154.825 256.00 0.01 255.99 + 154.850 258.00 0.01 257.99 + 154.875 269.00 0.01 268.99 + 154.900 272.00 0.01 271.99 + 154.925 213.00 0.01 212.99 + 154.950 257.00 0.01 256.99 + 154.975 274.00 0.01 273.99 + 155.000 242.00 0.01 241.99 + 155.025 245.00 0.01 244.99 + 155.050 252.00 0.01 251.99 + 155.075 212.00 0.01 211.99 + 155.100 261.00 0.01 260.99 + 155.125 281.00 0.01 280.99 + 155.150 259.00 0.01 258.99 + 155.175 253.00 0.01 252.99 + 155.200 280.00 0.01 279.99 + 155.225 255.00 0.01 254.99 + 155.250 229.00 0.01 228.99 + 155.275 241.00 0.01 240.99 + 155.300 242.00 0.01 241.99 + 155.325 248.00 0.01 247.99 + 155.350 259.00 0.01 258.99 + 155.375 257.00 0.01 256.99 + 155.400 256.00 0.01 255.99 + 155.425 253.00 0.01 252.99 + 155.450 281.00 0.01 280.99 + 155.475 292.00 0.01 291.99 + 155.500 254.00 0.01 253.99 + 155.525 273.00 0.01 272.99 + 155.550 278.00 0.01 277.99 + 155.575 277.00 0.01 276.99 + 155.600 264.00 0.01 263.99 + 155.625 219.00 0.01 218.99 + 155.650 271.00 0.01 270.99 + 155.675 279.00 0.01 278.99 + 155.700 246.00 0.01 245.99 + 155.725 268.00 0.01 267.99 + 155.750 282.00 0.01 281.99 + 155.775 272.00 0.01 271.99 + 155.800 270.00 0.01 269.99 + 155.825 221.00 0.01 220.99 + 155.850 262.00 0.01 261.99 + 155.875 286.00 0.01 285.99 + 155.900 267.00 0.01 266.99 + 155.925 254.00 0.01 253.99 + 155.950 267.00 0.01 266.99 + 155.975 259.00 0.01 258.99 + 156.000 267.00 0.01 266.99 + 156.025 276.00 0.01 275.99 + 156.050 269.00 0.01 268.99 + 156.075 251.00 0.01 250.99 + 156.100 256.00 0.01 255.99 + 156.125 228.00 0.01 227.99 + 156.150 248.00 0.01 247.99 + 156.175 243.00 0.01 242.99 + 156.200 254.00 0.01 253.99 + 156.225 254.00 0.01 253.99 + 156.250 245.00 0.01 244.99 + 156.275 242.00 0.01 241.99 + 156.300 250.00 0.01 249.99 + 156.325 264.00 0.01 263.99 + 156.350 274.00 0.01 273.99 + 156.375 255.00 0.01 254.99 + 156.400 281.00 0.01 280.99 + 156.425 229.00 0.01 228.99 + 156.450 263.00 0.01 262.99 + 156.475 250.00 0.01 249.99 + 156.500 241.00 0.01 240.99 + 156.525 259.00 0.01 258.99 + 156.550 268.00 0.01 267.99 + 156.575 285.00 0.01 284.99 + 156.600 241.00 0.01 240.99 + 156.625 255.00 0.01 254.99 + 156.650 268.00 0.01 267.99 + 156.675 257.00 0.01 256.99 + 156.700 263.00 0.01 262.99 + 156.725 266.00 0.01 265.99 + 156.750 298.00 0.01 297.99 + 156.775 281.00 0.01 280.99 + 156.800 271.00 0.01 270.99 + 156.825 261.00 0.01 260.99 + 156.850 280.00 0.01 279.99 + 156.875 296.00 0.01 295.99 + 156.900 283.00 0.01 282.99 + 156.925 341.00 0.01 340.99 + 156.950 280.00 0.01 279.99 + 156.975 304.00 0.01 303.99 + 157.000 282.00 0.01 281.99 + 157.025 258.00 0.01 257.99 + 157.050 262.00 0.01 261.99 + 157.075 279.00 0.01 278.99 + 157.100 285.00 0.01 284.99 + 157.125 319.00 0.01 318.99 + 157.150 293.00 0.01 292.99 + 157.175 322.00 0.01 321.99 + 157.200 316.00 0.01 315.99 + 157.225 348.00 0.01 347.99 + 157.250 341.00 0.01 340.99 + 157.275 339.00 0.01 338.99 + 157.300 321.00 0.01 320.99 + 157.325 373.00 0.01 372.99 + 157.350 376.00 0.01 375.99 + 157.375 366.00 0.01 365.99 + 157.400 402.00 0.01 401.99 + 157.425 391.00 0.01 390.99 + 157.450 405.00 0.01 404.99 + 157.475 407.00 0.01 406.99 + 157.500 422.00 0.01 421.99 + 157.525 395.00 0.01 394.99 + 157.550 434.00 0.01 433.99 + 157.575 419.00 0.01 418.99 + 157.600 426.00 0.01 425.99 + 157.625 385.00 0.01 384.99 + 157.650 390.00 0.01 389.99 + 157.675 375.00 0.01 374.99 + 157.700 357.00 0.01 356.99 + 157.725 343.00 0.01 342.99 + 157.750 359.00 0.01 358.99 + 157.775 344.00 0.01 343.99 + 157.800 285.00 0.01 284.99 + 157.825 324.00 0.01 323.99 + 157.850 317.00 0.01 316.99 + 157.875 345.00 0.01 344.99 + 157.900 303.00 0.01 302.99 + 157.925 315.00 0.01 314.99 + 157.950 288.00 0.01 287.99 + 157.975 301.00 0.01 300.99 + 158.000 281.00 0.01 280.99 + 158.025 327.00 0.01 326.99 + 158.050 316.00 0.01 315.99 + 158.075 260.00 0.01 259.99 + 158.100 299.00 0.01 298.99 + 158.125 302.00 0.01 301.99 + 158.150 249.00 0.01 248.99 + 158.175 293.00 0.01 292.99 + 158.200 271.00 0.01 270.99 + 158.225 296.00 0.01 295.99 + 158.250 258.00 0.01 257.99 + 158.275 283.00 0.01 282.99 + 158.300 268.00 0.01 267.99 + 158.325 271.00 0.01 270.99 + 158.350 305.00 0.01 304.99 + 158.375 268.00 0.01 267.99 + 158.400 234.00 0.01 233.99 + 158.425 286.00 0.01 285.99 + 158.450 278.00 0.01 277.99 + 158.475 274.00 0.01 273.99 + 158.500 274.00 0.01 273.99 + 158.525 253.00 0.01 252.99 + 158.550 238.00 0.01 237.99 + 158.575 291.00 0.01 290.99 + 158.600 274.00 0.01 273.99 + 158.625 300.00 0.01 299.99 + 158.650 282.00 0.01 281.99 + 158.675 303.00 0.01 302.99 + 158.700 285.00 0.01 284.99 + 158.725 323.00 0.01 322.99 + 158.750 340.00 0.01 339.99 + 158.775 283.00 0.01 282.99 + 158.800 355.00 0.01 354.99 + 158.825 288.00 0.01 287.99 + 158.850 335.00 0.01 334.99 + 158.875 350.00 0.01 349.99 + 158.900 313.00 0.01 312.99 + 158.925 303.00 0.01 302.99 + 158.950 338.00 0.01 337.99 + 158.975 326.00 0.01 325.99 + 159.000 359.00 0.01 358.99 + 159.025 372.00 0.01 371.99 + 159.050 325.00 0.01 324.99 + 159.075 325.00 0.01 324.99 + 159.100 352.00 0.01 351.99 + 159.125 345.00 0.01 344.99 + 159.150 348.00 0.01 347.99 + 159.175 330.00 0.01 329.99 + 159.200 336.00 0.01 335.99 + 159.225 310.00 0.01 309.99 + 159.250 343.00 0.01 342.99 + 159.275 321.00 0.01 320.99 + 159.300 329.00 0.01 328.99 + 159.325 325.00 0.01 324.99 + 159.350 329.00 0.01 328.99 + 159.375 330.00 0.01 329.99 + 159.400 311.00 0.01 310.99 + 159.425 316.00 0.01 315.99 + 159.450 327.00 0.01 326.99 + 159.475 320.00 0.01 319.99 + 159.500 306.00 0.01 305.99 + 159.525 348.00 0.01 347.99 + 159.550 345.00 0.01 344.99 + 159.575 330.00 0.01 329.99 + 159.600 325.00 0.01 324.99 + 159.625 371.00 0.01 370.99 + 159.650 381.00 0.01 380.99 + 159.675 421.00 0.01 420.99 + 159.700 388.00 0.02 387.98 + 159.725 403.00 0.02 402.98 + 159.750 413.00 0.02 412.98 + 159.775 417.00 0.02 416.98 + 159.800 391.00 0.02 390.98 + 159.825 385.00 0.02 384.98 + 159.850 376.00 0.02 375.98 + 159.875 382.00 0.02 381.98 + 159.900 420.00 0.02 419.98 + 159.925 374.00 0.02 373.98 + 159.950 352.00 0.02 351.98 + 159.975 328.00 0.02 327.98 + 160.000 368.00 0.00 368.00 +END +WAVES Phase1, tik1 +BEGIN + 38.699 -523 + 44.988 -523 + 65.511 -523 + 78.758 -523 + 83.006 -523 + 99.845 -523 + 112.988 -523 + 117.628 -523 + 139.154 -523 + 167.428 -523 + 167.428 -523 +END +WAVES Excrg1, excl1 +BEGIN + 10.00 -523 + 10.00 -523 +END +WAVES Excrg2, excl2 +BEGIN + 160.00 -523 + 160.00 -523 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TwoTheta +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 10.00, 160.00 +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -16355} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: lif_single_absorption\rDate of fit: \Z09 18/06/2026/ 09:28:39.2\Z12\rLiF\rChi2 = 407.44" +X Label left "\Z14Intensity" +X Label bottom "\Z142-Theta (in degrees)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: LiF XrayDif single wavelength absorption Wdt48 +X | Date of run: 18/06/2026 / 09:28:39.2 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.rpa b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.rpa new file mode 100644 index 000000000..20246512d --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.rpa @@ -0,0 +1,52 @@ +TITL LiF XrayDif single wavelength absorption Wdt48 +FILES => PCR-file : lif_single_absorption +FILES => DAT-files: lif_single_absorption +DATE & TIME Date: 18/06/2026 Time: 09:28:39.096 +REM NPHASE IDUM IASG NRELL ICRYG +GLB1 1 0 0 0 0 +REM JOBTYP NPROF NBCKGD NEXCRG NSCAT NORI +GLB1 0 7 0 2 0 0 +REM IWGT ILOR IRESO ISTEP IXUNIT ICORR +GLB2 0 0 0 0 0 0 +REM IOT IPL IPC MAT NXT lst1 lst2 lst3 NLIN PL_PRF +OUT1 0 2 1 0 1 0 4 0 0 2 +REM instr JCIL JSY jlkh jfou ISHOR ianaly +OUT2 0 1 1 0 4 1 1 +REM MAT NXT NLIN JCIL JSY ISHOR +OUT1 0 1 0 1 1 1 +REM IOT IPL IPC LST1 LST2 LST3 +OUT2 0 2 1 0 4 0 +REM PL_PRF INSTR JLKH JFOU IANALY +OUT3 2 0 0 4 1 +DATT 0 0 0.00 +PHAS1 LiF +SPGR F m -3 m +NATM 2 +COND 0 0 0 0 +ATOM Li1 0.00000 0.00000 0.00000 1.20000 0.02083 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +ATOM F1 0.50000 0.50000 0.50000 0.80000 0.02083 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +CELL 4.02670 4.02670 4.02670 90.00000 90.00000 90.00000 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +NNVK 0 +SCAL 0.010000000 0.000000000 +SHAP 0.00000 0.00000 +BOVE 0.0000 0.0000 +HUVW 0.0485 0.0000 -0.0831 0.0000 0.0400 0.0000 +PREF 0.0000 0.0000 0.0000 0.0000 +ASYM 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 +XYPA 0.0000 0.0000 0.0493 0.0000 +STRA 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 +SIZE 0.0000 0.0000 0.0000 0.0000 +ZERO 0.00000 0.00000 +BACK 0.000 0.000 0.000 0.000 0.000 0.000 +SIGM 0.000 0.000 0.000 0.000 0.000 0.000 +RFAR 99.77 99.81 4.945 407.4 +RFAC 99.77 99.81 4.945 407.4 6000 +DEVA 0.3033E+08 0.000 0.1112E-01 1.920 +RFBR 99.68 99.73 5.291 355.4 +RFBC 99.68 99.73 5.291 355.4 4847 +DEVB 0.3033E+08 NaN 0.1578E-01 1.911 +BRAG1 99.351 92.129 65.290 100.000 103.724 1.000 +-------------------------------------------------------------------------------- diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.sum b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.sum new file mode 100644 index 000000000..334115f04 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.sum @@ -0,0 +1,145 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 18/06/2026 Time: 09:28:39.096 + + => PCR file code: lif_single_absorption + => DAT file code: lif_single_absorptio -> Relative contribution: 1.0000 + => Title: LiF XrayDif single wavelength absorption Wdt48 + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of X-ray powder diffraction data + => Global Refinement of X-ray powder diffraction data + Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) + => The 7th default profile function was selected + + => Data supplied in free format for pattern: 1 + => Analysis of refinement at the end + => Wavelengths: 1.54056 1.54056 + => Cos(Monochromator angle)= 0.0000 + => Absorption correction (AC), muR-eff = 0.9000 0.0000 + => AC : Cylinder Debye-Scherrer (Hewat formula) + => Base of peaks: 2.0*HW* 48.00 + ==> Angular range, step and number of points: + 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 + =>-------> Pattern# 1 + => Crystal Structure Refinement for phase: 1 + => The density (volumic mass) of phase 1 is: 2.639 g/cm3 + => Scor:57.9140 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 LiF F m -3 m +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 11 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + Li1 0.00000( 0) 0.00000( 0) 0.00000( 0) 1.200( 0) 0.021( 0) 4 + F1 0.50000( 0) 0.50000( 0) 0.50000( 0) 0.800( 0) 0.021( 0) 4 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 4.02670 0.00000 + 4.02670 0.00000 + 4.02670 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + => overall scale factor : 0.010000000 0.000000000 + => Eta(p-v) or m(p-vii) : 0.00000 0.00000 + => Overall tem. factor : 0.00000 0.00000 + => Halfwidth parameters : 0.04846 0.00000 + -0.08305 0.00000 + 0.04000 0.00000 + => Preferred orientation: 0.00000 0.00000 + 0.00000 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => X and y parameters : 0.00000 0.00000 + 0.04927 0.00000 + => Strain parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => Size parameters (G,L): 0.00000 0.00000 + 0.00000 0.00000 + + => Add. shape parameters: + 0.00000 0.00000 + 0.00000 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: 0.0000 0.0000 + => Background Polynomial Parameters ==> + 0.0000 0.0000 + 0.0000 0.0000 + 0.0000 0.0000 + 0.0000 0.0000 + 0.0000 0.0000 + 0.0000 0.0000 + + => Cos( theta)-shift parameter : 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle: 30 + => N-P+C: 6000 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 99.8 Rwp: 99.8 Rexp: 4.94 Chi2: 407. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 99.8 Rwp: 99.8 Rexp: 4.94 Chi2: 407. + => Deviance: 0.303E+08 Dev* : 0.000 + => DW-Stat.: 0.0111 DW-exp: 1.9199 + => N-sigma of the GoF: 22261.715 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 4847 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 99.7 Rwp: 99.7 Rexp: 5.29 Chi2: 355. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 99.7 Rwp: 99.7 Rexp: 5.29 Chi2: 355. + => Deviance: 0.303E+08 Dev* : NaN + => DW-Stat.: 0.0158 DW-exp: 1.9108 + => N-sigma of the GoF: 17445.307 + + => Global user-weigthed Chi2 (Bragg contrib.): 504. + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 LiF + => Bragg R-factor: 99.4 Vol: 65.290( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 92.1 ATZ: 103.724 Brindley: 1.0000 + + + CPU Time: 0.148 seconds + 0.002 minutes + + => Run finished at: Date: 18/06/2026 Time: 09:28:39.242 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.sym b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.sym new file mode 100644 index 000000000..1e0570afc --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.sym @@ -0,0 +1,433 @@ + LiF XrayDif single wavelength absorption Wdt48 + + -------------------------------- + SYMMETRY INFORMATION ON PHASE: 1 + -------------------------------- + + + => Symmetry information on space group: F m -3 m + -> The multiplicity of the general position is: 192 + -> The space group is Centric (-1 at origin) + -> Lattice type F: { 000; 0 1/2 1/2; 1/2 0 1/2; 1/2 1/2 0 }+ + -> Reduced set of symmetry operators: + + No. IT Symmetry symbol Rotation part Associated Translation + 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} + 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.0000 0.0000 0.0000} + 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.0000 0.0000 0.0000} + 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.0000 0.0000 0.0000} + 5: ( 9) 3- ( x, x, x) --> ( y, z, x) + { 0.0000 0.0000 0.0000} + 6: (12) 3- (-x, x,-x) --> (-y,-z, x) + { 0.0000 0.0000 0.0000} + 7: (11) 3- (-x,-x, x) --> ( y,-z,-x) + { 0.0000 0.0000 0.0000} + 8: (10) 3- ( x,-x,-x) --> (-y, z,-x) + { 0.0000 0.0000 0.0000} + 9: ( 5) 3+ ( x, x, x) --> ( z, x, y) + { 0.0000 0.0000 0.0000} + 10: ( 8) 3+ (-x,-x, x) --> (-z, x,-y) + { 0.0000 0.0000 0.0000} + 11: ( 7) 3+ ( x,-x,-x) --> (-z,-x, y) + { 0.0000 0.0000 0.0000} + 12: ( 6) 3+ (-x, x,-x) --> ( z,-x,-y) + { 0.0000 0.0000 0.0000} + 13: (14) 2 ( x,-x, 0) --> (-y,-x,-z) + { 0.0000 0.0000 0.0000} + 14: (15) 4- ( 0, 0, z) --> ( y,-x, z) + { 0.0000 0.0000 0.0000} + 15: (16) 4+ ( 0, 0, z) --> (-y, x, z) + { 0.0000 0.0000 0.0000} + 16: (13) 2 ( x, x, 0) --> ( y, x,-z) + { 0.0000 0.0000 0.0000} + 17: (24) 2 (-x, 0, x) --> (-z,-y,-x) + { 0.0000 0.0000 0.0000} + 18: (21) 4+ ( 0, y, 0) --> ( z, y,-x) + { 0.0000 0.0000 0.0000} + 19: (22) 2 ( x, 0, x) --> ( z,-y, x) + { 0.0000 0.0000 0.0000} + 20: (23) 4- ( 0, y, 0) --> (-z, y, x) + { 0.0000 0.0000 0.0000} + 21: (19) 2 ( 0, y,-y) --> (-x,-z,-y) + { 0.0000 0.0000 0.0000} + 22: (18) 2 ( 0, y, y) --> (-x, z, y) + { 0.0000 0.0000 0.0000} + 23: (17) 4- ( x, 0, 0) --> ( x, z,-y) + { 0.0000 0.0000 0.0000} + 24: (20) 4+ ( x, 0, 0) --> ( x,-z, y) + { 0.0000 0.0000 0.0000} + + + Information on Space Group: + --------------------------- + + => Number of Space group: 225 + => Hermann-Mauguin Symbol: F m -3 m + => Hall Symbol: -F 4 2 3 + => Setting Type: IT (Generated from Hermann-Mauguin symbol) + => Crystal System: Cubic + => Laue Class: m-3m + => Point Group: m-3m + => Bravais Lattice: F + => Lattice Symbol: cF + => Reduced Number of S.O.: 24 + => General multiplicity: 192 + => Centrosymmetry: Centric (-1 at origin) + => Generators (exc. -1&L): 3 + => Asymmetric unit: 0.000 <= x <= 0.500 + 0.000 <= y <= 0.250 + 0.000 <= z <= 0.250 + => Centring vectors: 3 + => Latt( 1): (1/2,1/2,0) => Latt( 2): (1/2,0,1/2) + => Latt( 3): (0,1/2,1/2) + + => List of all Symmetry Operators and Symmetry Symbols + + => SYMM( 1): x,y,z Symbol: 1 + => SYMM( 2): x,-y,-z Symbol: 2 x,0,0 + => SYMM( 3): -x,y,-z Symbol: 2 0,y,0 + => SYMM( 4): -x,-y,z Symbol: 2 0,0,z + => SYMM( 5): y,z,x Symbol: 3- x,x,x + => SYMM( 6): -y,-z,x Symbol: 3+ x,-x,x + => SYMM( 7): y,-z,-x Symbol: 3+ x,x,-x + => SYMM( 8): -y,z,-x Symbol: 3- x,-x,-x + => SYMM( 9): z,x,y Symbol: 3+ x,x,x + => SYMM( 10): -z,x,-y Symbol: 3- x,x,-x + => SYMM( 11): -z,-x,y Symbol: 3+ x,-x,-x + => SYMM( 12): z,-x,-y Symbol: 3- x,-x,x + => SYMM( 13): y,x,z Symbol: m x,x,z + => SYMM( 14): -y,x,-z Symbol: -4- 0,0,z; 0,0,0 + => SYMM( 15): y,-x,-z Symbol: -4+ 0,0,z; 0,0,0 + => SYMM( 16): -y,-x,z Symbol: m x,-x,z + => SYMM( 17): z,y,x Symbol: m x,y,x + => SYMM( 18): -z,-y,x Symbol: -4+ 0,y,0; 0,0,0 + => SYMM( 19): -z,y,-x Symbol: m x,y,-x + => SYMM( 20): z,-y,-x Symbol: -4- 0,y,0; 0,0,0 + => SYMM( 21): x,z,y Symbol: m x,y,y + => SYMM( 22): x,-z,-y Symbol: m x,y,-y + => SYMM( 23): -x,-z,y Symbol: -4- x,0,0; 0,0,0 + => SYMM( 24): -x,z,-y Symbol: -4+ x,0,0; 0,0,0 + => SYMM( 25): -x,-y,-z Symbol: -1 0,0,0 + => SYMM( 26): -x,y,z Symbol: m 0,y,z + => SYMM( 27): x,-y,z Symbol: m x,0,z + => SYMM( 28): x,y,-z Symbol: m x,y,0 + => SYMM( 29): -y,-z,-x Symbol: -3- x,x,x; 0,0,0 + => SYMM( 30): y,z,-x Symbol: -3+ x,-x,x; 0,0,0 + => SYMM( 31): -y,z,x Symbol: -3+ x,x,-x; 0,0,0 + => SYMM( 32): y,-z,x Symbol: -3- x,-x,-x; 0,0,0 + => SYMM( 33): -z,-x,-y Symbol: -3+ x,x,x; 0,0,0 + => SYMM( 34): z,-x,y Symbol: -3- x,x,-x; 0,0,0 + => SYMM( 35): z,x,-y Symbol: -3+ x,-x,-x; 0,0,0 + => SYMM( 36): -z,x,y Symbol: -3- x,-x,x; 0,0,0 + => SYMM( 37): -y,-x,-z Symbol: 2 x,-x,0 + => SYMM( 38): y,-x,z Symbol: 4- 0,0,z + => SYMM( 39): -y,x,z Symbol: 4+ 0,0,z + => SYMM( 40): y,x,-z Symbol: 2 x,x,0 + => SYMM( 41): -z,-y,-x Symbol: 2 x,0,-x + => SYMM( 42): z,y,-x Symbol: 4+ 0,y,0 + => SYMM( 43): z,-y,x Symbol: 2 x,0,x + => SYMM( 44): -z,y,x Symbol: 4- 0,y,0 + => SYMM( 45): -x,-z,-y Symbol: 2 0,y,-y + => SYMM( 46): -x,z,y Symbol: 2 0,y,y + => SYMM( 47): x,z,-y Symbol: 4- x,0,0 + => SYMM( 48): x,-z,y Symbol: 4+ x,0,0 + => SYMM( 49): x+1/2,y+1/2,z Symbol: t (1/2,1/2,0) + => SYMM( 50): x+1/2,-y+1/2,-z Symbol: 2 (1/2,0,0) x,1/4,0 + => SYMM( 51): -x+1/2,y+1/2,-z Symbol: 2 (0,1/2,0) 1/4,y,0 + => SYMM( 52): -x+1/2,-y+1/2,z Symbol: 2 1/4,1/4,z + => SYMM( 53): y+1/2,z+1/2,x Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x-1/3 + => SYMM( 54): -y+1/2,-z+1/2,x Symbol: 3+ x,-x+1/2,x + => SYMM( 55): y+1/2,-z+1/2,-x Symbol: 3+ (1/3,1/3,-1/3) x,x-1/6,-x+1/3 + => SYMM( 56): -y+1/2,z+1/2,-x Symbol: 3- x,-x+1/2,-x + => SYMM( 57): z+1/2,x+1/2,y Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x-1/6 + => SYMM( 58): -z+1/2,x+1/2,-y Symbol: 3- (1/3,1/3,-1/3) x,x+1/6,-x+1/6 + => SYMM( 59): -z+1/2,-x+1/2,y Symbol: 3+ x,-x+1/2,-x+1/2 + => SYMM( 60): z+1/2,-x+1/2,-y Symbol: 3- x,-x+1/2,x-1/2 + => SYMM( 61): y+1/2,x+1/2,z Symbol: n (1/2,1/2,0) x,x,z + => SYMM( 62): -y+1/2,x+1/2,-z Symbol: -4- 0,1/2,z; 0,1/2,0 + => SYMM( 63): y+1/2,-x+1/2,-z Symbol: -4+ 1/2,0,z; 1/2,0,0 + => SYMM( 64): -y+1/2,-x+1/2,z Symbol: m x,-x+1/2,z + => SYMM( 65): z+1/2,y+1/2,x Symbol: g (1/4,1/2,1/4) x,y,x-1/4 + => SYMM( 66): -z+1/2,-y+1/2,x Symbol: -4+ 1/4,y,1/4; 1/4,1/4,1/4 + => SYMM( 67): -z+1/2,y+1/2,-x Symbol: g (1/4,1/2,-1/4) x,y,-x+1/4 + => SYMM( 68): z+1/2,-y+1/2,-x Symbol: -4- 1/4,y,-1/4; 1/4,1/4,-1/4 + => SYMM( 69): x+1/2,z+1/2,y Symbol: g (1/2,1/4,1/4) x,y,y-1/4 + => SYMM( 70): x+1/2,-z+1/2,-y Symbol: g (1/2,1/4,-1/4) x,y,-y+1/4 + => SYMM( 71): -x+1/2,-z+1/2,y Symbol: -4- x,1/4,1/4; 1/4,1/4,1/4 + => SYMM( 72): -x+1/2,z+1/2,-y Symbol: -4+ x,1/4,-1/4; 1/4,1/4,-1/4 + => SYMM( 73): -x+1/2,-y+1/2,-z Symbol: -1 1/4,1/4,0 + => SYMM( 74): -x+1/2,y+1/2,z Symbol: b 1/4,y,z + => SYMM( 75): x+1/2,-y+1/2,z Symbol: a x,1/4,z + => SYMM( 76): x+1/2,y+1/2,-z Symbol: n (1/2,1/2,0) x,y,0 + => SYMM( 77): -y+1/2,-z+1/2,-x Symbol: -3- x,x+1/2,x; 0,1/2,0 + => SYMM( 78): y+1/2,z+1/2,-x Symbol: -3+ x,-x+1/2,x-1; 1/2,0,-1/2 + => SYMM( 79): -y+1/2,z+1/2,x Symbol: -3+ x,x+1/2,-x; 0,1/2,0 + => SYMM( 80): y+1/2,-z+1/2,x Symbol: -3- x,-x+1/2,-x+1; 1/2,0,1/2 + => SYMM( 81): -z+1/2,-x+1/2,-y Symbol: -3+ x,x-1/2,x-1/2; 1/2,0,0 + => SYMM( 82): z+1/2,-x+1/2,y Symbol: -3- x,x-1/2,-x+1/2; 1/2,0,0 + => SYMM( 83): z+1/2,x+1/2,-y Symbol: -3+ x,-x+1/2,-x-1/2; 0,1/2,-1/2 + => SYMM( 84): -z+1/2,x+1/2,y Symbol: -3- x,-x+1/2,x+1/2; 0,1/2,1/2 + => SYMM( 85): -y+1/2,-x+1/2,-z Symbol: 2 x,-x+1/2,0 + => SYMM( 86): y+1/2,-x+1/2,z Symbol: 4- 1/2,0,z + => SYMM( 87): -y+1/2,x+1/2,z Symbol: 4+ 0,1/2,z + => SYMM( 88): y+1/2,x+1/2,-z Symbol: 2 (1/2,1/2,0) x,x,0 + => SYMM( 89): -z+1/2,-y+1/2,-x Symbol: 2 (1/4,0,-1/4) x,1/4,-x+1/4 + => SYMM( 90): z+1/2,y+1/2,-x Symbol: 4+ (0,1/2,0) 1/4,y,-1/4 + => SYMM( 91): z+1/2,-y+1/2,x Symbol: 2 (1/4,0,1/4) x,1/4,x-1/4 + => SYMM( 92): -z+1/2,y+1/2,x Symbol: 4- (0,1/2,0) 1/4,y,1/4 + => SYMM( 93): -x+1/2,-z+1/2,-y Symbol: 2 (0,1/4,-1/4) 1/4,y,-y+1/4 + => SYMM( 94): -x+1/2,z+1/2,y Symbol: 2 (0,1/4,1/4) 1/4,y,y-1/4 + => SYMM( 95): x+1/2,z+1/2,-y Symbol: 4- (1/2,0,0) x,1/4,-1/4 + => SYMM( 96): x+1/2,-z+1/2,y Symbol: 4+ (1/2,0,0) x,1/4,1/4 + => SYMM( 97): x+1/2,y,z+1/2 Symbol: t (1/2,0,1/2) + => SYMM( 98): x+1/2,-y,-z+1/2 Symbol: 2 (1/2,0,0) x,0,1/4 + => SYMM( 99): -x+1/2,y,-z+1/2 Symbol: 2 1/4,y,1/4 + => SYMM(100): -x+1/2,-y,z+1/2 Symbol: 2 (0,0,1/2) 1/4,0,z + => SYMM(101): y+1/2,z,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x+1/6 + => SYMM(102): -y+1/2,-z,x+1/2 Symbol: 3+ (1/3,-1/3,1/3) x,-x+1/6,x+1/6 + => SYMM(103): y+1/2,-z,-x+1/2 Symbol: 3+ x,x-1/2,-x+1/2 + => SYMM(104): -y+1/2,z,-x+1/2 Symbol: 3- x,-x+1/2,-x+1/2 + => SYMM(105): z+1/2,x,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x-1/3,x-1/6 + => SYMM(106): -z+1/2,x,-y+1/2 Symbol: 3- x,x,-x+1/2 + => SYMM(107): -z+1/2,-x,y+1/2 Symbol: 3+ x,-x,-x+1/2 + => SYMM(108): z+1/2,-x,-y+1/2 Symbol: 3- (1/3,-1/3,1/3) x,-x+1/3,x-1/6 + => SYMM(109): y+1/2,x,z+1/2 Symbol: g (1/4,1/4,1/2) x,x-1/4,z + => SYMM(110): -y+1/2,x,-z+1/2 Symbol: -4- 1/4,1/4,z; 1/4,1/4,1/4 + => SYMM(111): y+1/2,-x,-z+1/2 Symbol: -4+ 1/4,-1/4,z; 1/4,-1/4,1/4 + => SYMM(112): -y+1/2,-x,z+1/2 Symbol: g (1/4,-1/4,1/2) x,-x+1/4,z + => SYMM(113): z+1/2,y,x+1/2 Symbol: n (1/2,0,1/2) x,y,x + => SYMM(114): -z+1/2,-y,x+1/2 Symbol: -4+ 0,y,1/2; 0,0,1/2 + => SYMM(115): -z+1/2,y,-x+1/2 Symbol: m x,y,-x+1/2 + => SYMM(116): z+1/2,-y,-x+1/2 Symbol: -4- 1/2,y,0; 1/2,0,0 + => SYMM(117): x+1/2,z,y+1/2 Symbol: g (1/2,1/4,1/4) x,y,y+1/4 + => SYMM(118): x+1/2,-z,-y+1/2 Symbol: g (1/2,-1/4,1/4) x,y,-y+1/4 + => SYMM(119): -x+1/2,-z,y+1/2 Symbol: -4- x,-1/4,1/4; 1/4,-1/4,1/4 + => SYMM(120): -x+1/2,z,-y+1/2 Symbol: -4+ x,1/4,1/4; 1/4,1/4,1/4 + => SYMM(121): -x+1/2,-y,-z+1/2 Symbol: -1 1/4,0,1/4 + => SYMM(122): -x+1/2,y,z+1/2 Symbol: c 1/4,y,z + => SYMM(123): x+1/2,-y,z+1/2 Symbol: n (1/2,0,1/2) x,0,z + => SYMM(124): x+1/2,y,-z+1/2 Symbol: a x,y,1/4 + => SYMM(125): -y+1/2,-z,-x+1/2 Symbol: -3- x,x-1/2,x-1/2; 1/2,0,0 + => SYMM(126): y+1/2,z,-x+1/2 Symbol: -3+ x,-x+1/2,x-1/2; 1/2,0,0 + => SYMM(127): -y+1/2,z,x+1/2 Symbol: -3+ x,x+1/2,-x+1/2; 0,1/2,1/2 + => SYMM(128): y+1/2,-z,x+1/2 Symbol: -3- x,-x-1/2,-x+1/2; 0,-1/2,1/2 + => SYMM(129): -z+1/2,-x,-y+1/2 Symbol: -3+ x,x,x+1/2; 0,0,1/2 + => SYMM(130): z+1/2,-x,y+1/2 Symbol: -3- x,x-1,-x+1/2; 1/2,-1/2,0 + => SYMM(131): z+1/2,x,-y+1/2 Symbol: -3+ x,-x+1,-x+1/2; 1/2,1/2,0 + => SYMM(132): -z+1/2,x,y+1/2 Symbol: -3- x,-x,x+1/2; 0,0,1/2 + => SYMM(133): -y+1/2,-x,-z+1/2 Symbol: 2 (1/4,-1/4,0) x,-x+1/4,1/4 + => SYMM(134): y+1/2,-x,z+1/2 Symbol: 4- (0,0,1/2) 1/4,-1/4,z + => SYMM(135): -y+1/2,x,z+1/2 Symbol: 4+ (0,0,1/2) 1/4,1/4,z + => SYMM(136): y+1/2,x,-z+1/2 Symbol: 2 (1/4,1/4,0) x,x-1/4,1/4 + => SYMM(137): -z+1/2,-y,-x+1/2 Symbol: 2 x,0,-x+1/2 + => SYMM(138): z+1/2,y,-x+1/2 Symbol: 4+ 1/2,y,0 + => SYMM(139): z+1/2,-y,x+1/2 Symbol: 2 (1/2,0,1/2) x,0,x + => SYMM(140): -z+1/2,y,x+1/2 Symbol: 4- 0,y,1/2 + => SYMM(141): -x+1/2,-z,-y+1/2 Symbol: 2 (0,-1/4,1/4) 1/4,y,-y+1/4 + => SYMM(142): -x+1/2,z,y+1/2 Symbol: 2 (0,1/4,1/4) 1/4,y,y+1/4 + => SYMM(143): x+1/2,z,-y+1/2 Symbol: 4- (1/2,0,0) x,1/4,1/4 + => SYMM(144): x+1/2,-z,y+1/2 Symbol: 4+ (1/2,0,0) x,-1/4,1/4 + => SYMM(145): x,y+1/2,z+1/2 Symbol: t (0,1/2,1/2) + => SYMM(146): x,-y+1/2,-z+1/2 Symbol: 2 x,1/4,1/4 + => SYMM(147): -x,y+1/2,-z+1/2 Symbol: 2 (0,1/2,0) 0,y,1/4 + => SYMM(148): -x,-y+1/2,z+1/2 Symbol: 2 (0,0,1/2) 0,1/4,z + => SYMM(149): y,z+1/2,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x+1/3,x+1/6 + => SYMM(150): -y,-z+1/2,x+1/2 Symbol: 3+ x,-x,x+1/2 + => SYMM(151): y,-z+1/2,-x+1/2 Symbol: 3+ x,x,-x+1/2 + => SYMM(152): -y,z+1/2,-x+1/2 Symbol: 3- (-1/3,1/3,1/3) x,-x+1/3,-x+1/6 + => SYMM(153): z,x+1/2,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x+1/3 + => SYMM(154): -z,x+1/2,-y+1/2 Symbol: 3- x,x+1/2,-x + => SYMM(155): -z,-x+1/2,y+1/2 Symbol: 3+ (-1/3,1/3,1/3) x,-x+1/6,-x+1/3 + => SYMM(156): z,-x+1/2,-y+1/2 Symbol: 3- x,-x+1/2,x + => SYMM(157): y,x+1/2,z+1/2 Symbol: g (1/4,1/4,1/2) x,x+1/4,z + => SYMM(158): -y,x+1/2,-z+1/2 Symbol: -4- -1/4,1/4,z; -1/4,1/4,1/4 + => SYMM(159): y,-x+1/2,-z+1/2 Symbol: -4+ 1/4,1/4,z; 1/4,1/4,1/4 + => SYMM(160): -y,-x+1/2,z+1/2 Symbol: g (-1/4,1/4,1/2) x,-x+1/4,z + => SYMM(161): z,y+1/2,x+1/2 Symbol: g (1/4,1/2,1/4) x,y,x+1/4 + => SYMM(162): -z,-y+1/2,x+1/2 Symbol: -4+ -1/4,y,1/4; -1/4,1/4,1/4 + => SYMM(163): -z,y+1/2,-x+1/2 Symbol: g (-1/4,1/2,1/4) x,y,-x+1/4 + => SYMM(164): z,-y+1/2,-x+1/2 Symbol: -4- 1/4,y,1/4; 1/4,1/4,1/4 + => SYMM(165): x,z+1/2,y+1/2 Symbol: n (0,1/2,1/2) x,y,y + => SYMM(166): x,-z+1/2,-y+1/2 Symbol: m x,y,-y+1/2 + => SYMM(167): -x,-z+1/2,y+1/2 Symbol: -4- x,0,1/2; 0,0,1/2 + => SYMM(168): -x,z+1/2,-y+1/2 Symbol: -4+ x,1/2,0; 0,1/2,0 + => SYMM(169): -x,-y+1/2,-z+1/2 Symbol: -1 0,1/4,1/4 + => SYMM(170): -x,y+1/2,z+1/2 Symbol: n (0,1/2,1/2) 0,y,z + => SYMM(171): x,-y+1/2,z+1/2 Symbol: c x,1/4,z + => SYMM(172): x,y+1/2,-z+1/2 Symbol: b x,y,1/4 + => SYMM(173): -y,-z+1/2,-x+1/2 Symbol: -3- x,x,x+1/2; 0,0,1/2 + => SYMM(174): y,z+1/2,-x+1/2 Symbol: -3+ x,-x+1,x-1/2; 1/2,1/2,0 + => SYMM(175): -y,z+1/2,x+1/2 Symbol: -3+ x,x+1,-x-1/2; -1/2,1/2,0 + => SYMM(176): y,-z+1/2,x+1/2 Symbol: -3- x,-x,-x+1/2; 0,0,1/2 + => SYMM(177): -z,-x+1/2,-y+1/2 Symbol: -3+ x,x+1/2,x; 0,1/2,0 + => SYMM(178): z,-x+1/2,y+1/2 Symbol: -3- x,x-1/2,-x+1; 1/2,0,1/2 + => SYMM(179): z,x+1/2,-y+1/2 Symbol: -3+ x,-x+1/2,-x; 0,1/2,0 + => SYMM(180): -z,x+1/2,y+1/2 Symbol: -3- x,-x-1/2,x+1; -1/2,0,1/2 + => SYMM(181): -y,-x+1/2,-z+1/2 Symbol: 2 (-1/4,1/4,0) x,-x+1/4,1/4 + => SYMM(182): y,-x+1/2,z+1/2 Symbol: 4- (0,0,1/2) 1/4,1/4,z + => SYMM(183): -y,x+1/2,z+1/2 Symbol: 4+ (0,0,1/2) -1/4,1/4,z + => SYMM(184): y,x+1/2,-z+1/2 Symbol: 2 (1/4,1/4,0) x,x+1/4,1/4 + => SYMM(185): -z,-y+1/2,-x+1/2 Symbol: 2 (-1/4,0,1/4) x,1/4,-x+1/4 + => SYMM(186): z,y+1/2,-x+1/2 Symbol: 4+ (0,1/2,0) 1/4,y,1/4 + => SYMM(187): z,-y+1/2,x+1/2 Symbol: 2 (1/4,0,1/4) x,1/4,x+1/4 + => SYMM(188): -z,y+1/2,x+1/2 Symbol: 4- (0,1/2,0) -1/4,y,1/4 + => SYMM(189): -x,-z+1/2,-y+1/2 Symbol: 2 0,y,-y+1/2 + => SYMM(190): -x,z+1/2,y+1/2 Symbol: 2 (0,1/2,1/2) 0,y,y + => SYMM(191): x,z+1/2,-y+1/2 Symbol: 4- x,1/2,0 + => SYMM(192): x,-z+1/2,y+1/2 Symbol: 4+ x,0,1/2 + + => Special Wyckoff Positions for F m -3 m + + Multp Site Representative Coordinates (centring translations excluded) + 96 k x,x,z x,-x,-z -x,x,-z + -x,-x,z x,z,x -x,-z,x + x,-z,-x -x,z,-x z,x,x + -z,x,-x -z,-x,x z,-x,-x + -x,-x,-z -x,x,z x,-x,z + x,x,-z -x,-z,-x x,z,-x + -x,z,x x,-z,x -z,-x,-x + z,-x,x z,x,-x -z,x,x + + 96 j 0,y,z 0,-y,-z 0,y,-z + 0,-y,z y,z,0 -y,-z,0 + y,-z,0 -y,z,0 z,0,y + -z,0,-y -z,0,y z,0,-y + y,0,z -y,0,-z y,0,-z + -y,0,z z,y,0 -z,-y,0 + -z,y,0 z,-y,0 0,z,y + 0,-z,-y 0,-z,y 0,z,-y + + 48 i 1/2,y,y 1/2,-y,-y 1/2,y,-y + 1/2,-y,y y,y,1/2 -y,-y,1/2 + y,-y,1/2 -y,y,1/2 y,1/2,y + -y,1/2,-y -y,1/2,y y,1/2,-y + + 48 h 0,y,y 0,-y,-y 0,y,-y + 0,-y,y y,y,0 -y,-y,0 + y,-y,0 -y,y,0 y,0,y + -y,0,-y -y,0,y y,0,-y + + 48 g x,1/4,1/4 -x,1/4,3/4 1/4,1/4,x + 1/4,3/4,-x 1/4,x,1/4 3/4,-x,1/4 + -x,3/4,3/4 x,3/4,1/4 3/4,3/4,-x + 3/4,1/4,x 3/4,-x,3/4 1/4,x,3/4 + + 32 f x,x,x x,-x,-x -x,x,-x + -x,-x,x -x,-x,-x -x,x,x + x,-x,x x,x,-x + + 24 e x,0,0 -x,0,0 0,0,x + 0,0,-x 0,x,0 0,-x,0 + + 24 d 0,1/4,1/4 0,1/4,3/4 1/4,1/4,0 + 1/4,3/4,0 1/4,0,1/4 3/4,0,1/4 + + 8 c 1/4,1/4,1/4 3/4,3/4,3/4 + + 4 b 1/2,1/2,1/2 + + 4 a 0,0,0 + + + ------------------------------------------------- + INFORMATION ON SITE SYMMETRY OF ATOMS IN PHASE: 1 + ------------------------------------------------- + + + -> Information on Atom: Li1 at position: 0.00000 0.00000 0.00000 Multiplicity: 4 + List of symmetry operators and symmetry elements of the site point group: + Operator 2: x,-y,-z 2 x,0,0 + Operator 3: -x,y,-z 2 0,y,0 + Operator 4: -x,-y,z 2 0,0,z + Operator 5: y,z,x 3- x,x,x + Operator 6: -y,-z,x 3+ x,-x,x + Operator 7: y,-z,-x 3+ x,x,-x + Operator 8: -y,z,-x 3- x,-x,-x + Operator 9: z,x,y 3+ x,x,x + Operator 10: -z,x,-y 3- x,x,-x + Operator 11: -z,-x,y 3+ x,-x,-x + Operator 12: z,-x,-y 3- x,-x,x + Operator 13: y,x,z m x,x,z + Operator 14: -y,x,-z -4- 0,0,z; 0,0,0 + Operator 15: y,-x,-z -4+ 0,0,z; 0,0,0 + Operator 16: -y,-x,z m x,-x,z + Operator 17: z,y,x m x,y,x + Operator 18: -z,-y,x -4+ 0,y,0; 0,0,0 + Operator 19: -z,y,-x m x,y,-x + Operator 20: z,-y,-x -4- 0,y,0; 0,0,0 + Operator 21: x,z,y m x,y,y + Operator 22: x,-z,-y m x,y,-y + Operator 23: -x,-z,y -4- x,0,0; 0,0,0 + Operator 24: -x,z,-y -4+ x,0,0; 0,0,0 + Operator 25: -x,-y,-z -1 0,0,0 + Operator 26: -x,y,z m 0,y,z + Operator 27: x,-y,z m x,0,z + Operator 28: x,y,-z m x,y,0 + Operator 29: -y,-z,-x -3- x,x,x; 0,0,0 + Operator 30: y,z,-x -3+ x,-x,x; 0,0,0 + Operator 31: -y,z,x -3+ x,x,-x; 0,0,0 + Operator 32: y,-z,x -3- x,-x,-x; 0,0,0 + Operator 33: -z,-x,-y -3+ x,x,x; 0,0,0 + Operator 34: z,-x,y -3- x,x,-x; 0,0,0 + Operator 35: z,x,-y -3+ x,-x,-x; 0,0,0 + Operator 36: -z,x,y -3- x,-x,x; 0,0,0 + Operator 37: -y,-x,-z 2 x,-x,0 + Operator 38: y,-x,z 4- 0,0,z + Operator 39: -y,x,z 4+ 0,0,z + Operator 40: y,x,-z 2 x,x,0 + Operator 41: -z,-y,-x 2 x,0,-x + Operator 42: z,y,-x 4+ 0,y,0 + Operator 43: z,-y,x 2 x,0,x + Operator 44: -z,y,x 4- 0,y,0 + Operator 45: -x,-z,-y 2 0,y,-y + Operator 46: -x,z,y 2 0,y,y + Operator 47: x,z,-y 4- x,0,0 + Operator 48: x,-z,y 4+ x,0,0 + Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 + Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 + + --> Complete orbit of the atom: Li1 + + Li1( 1) 0.00000 0.00000 0.00000 x,y,z + Li1( 2) 0.50000 0.50000 0.00000 x+1/2,y+1/2,z + Li1( 3) 0.50000 0.00000 0.50000 x+1/2,y,z+1/2 + Li1( 4) 0.00000 0.50000 0.50000 x,y+1/2,z+1/2 + + -> Information on Atom: F1 at position: 0.50000 0.50000 0.50000 Multiplicity: 4 + List of symmetry operators and symmetry elements of the site point group: + Operator 2: y,z,x 3- x,x,x + Operator 3: z,x,y 3+ x,x,x + Operator 4: y,x,z m x,x,z + Operator 5: z,y,x m x,y,x + Operator 6: x,z,y m x,y,y + Operator 7: x,y,-z+1 m x,y,1/2 + Operator 8: y,z,-x+1 -3+ x,-x+1,x; 1/2,1/2,1/2 + Operator 9: z,x,-y+1 -3+ x,-x+1,-x+1; 1/2,1/2,1/2 + Operator 10: y,x,-z+1 2 x,x,1/2 + Operator 11: z,y,-x+1 4+ 1/2,y,1/2 + Operator 12: x,z,-y+1 4- x,1/2,1/2 + Operator 13: x,-y+1,z m x,1/2,z + Operator 14: y,-z+1,x -3- x,-x+1,-x+1; 1/2,1/2,1/2 + Operator 15: z,-x+1,y -3- x,x,-x+1; 1/2,1/2,1/2 + Operator 16: y,-x+1,z 4- 1/2,1/2,z + Operator 17: z,-y+1,x 2 x,1/2,x + Operator 18: x,-z+1,y 4+ x,1/2,1/2 + Operator 19: x,-y+1,-z+1 2 x,1/2,1/2 + Operator 20: y,-z+1,-x+1 3+ x,x,-x+1 + Operator 21: z,-x+1,-y+1 3- x,-x+1,x + Operator 22: y,-x+1,-z+1 -4+ 1/2,1/2,z; 1/2,1/2,1/2 + Operator 23: z,-y+1,-x+1 -4- 1/2,y,1/2; 1/2,1/2,1/2 + Operator 24: x,-z+1,-y+1 m x,y,-y+1 + Operator 25: -x+1,y,z m 1/2,y,z + Operator 26: -y+1,z,x -3+ x,x,-x+1; 1/2,1/2,1/2 + Operator 27: -z+1,x,y -3- x,-x+1,x; 1/2,1/2,1/2 + Operator 28: -y+1,x,z 4+ 1/2,1/2,z + Operator 29: -z+1,y,x 4- 1/2,y,1/2 + Operator 30: -x+1,z,y 2 1/2,y,y + Operator 31: -x+1,y,-z+1 2 1/2,y,1/2 + Operator 32: -y+1,z,-x+1 3- x,-x+1,-x+1 + Operator 33: -z+1,x,-y+1 3- x,x,-x+1 + Operator 34: -y+1,x,-z+1 -4- 1/2,1/2,z; 1/2,1/2,1/2 + Operator 35: -z+1,y,-x+1 m x,y,-x+1 + Operator 36: -x+1,z,-y+1 -4+ x,1/2,1/2; 1/2,1/2,1/2 + Operator 37: -x+1,-y+1,z 2 1/2,1/2,z + Operator 38: -y+1,-z+1,x 3+ x,-x+1,x + Operator 39: -z+1,-x+1,y 3+ x,-x+1,-x+1 + Operator 40: -y+1,-x+1,z m x,-x+1,z + Operator 41: -z+1,-y+1,x -4+ 1/2,y,1/2; 1/2,1/2,1/2 + Operator 42: -x+1,-z+1,y -4- x,1/2,1/2; 1/2,1/2,1/2 + Operator 43: -x+1,-y+1,-z+1 -1 1/2,1/2,1/2 + Operator 44: -y+1,-z+1,-x+1 -3- x,x,x; 1/2,1/2,1/2 + Operator 45: -z+1,-x+1,-y+1 -3+ x,x,x; 1/2,1/2,1/2 + Operator 46: -y+1,-x+1,-z+1 2 x,-x+1,1/2 + Operator 47: -z+1,-y+1,-x+1 2 x,1/2,-x+1 + Operator 48: -x+1,-z+1,-y+1 2 1/2,y,-y+1 + Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 + Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 + + --> Complete orbit of the atom: F1 + + F1( 1) 0.50000 0.50000 0.50000 x,y,z + F1( 2) 0.00000 0.00000 0.50000 x+1/2,y+1/2,z + F1( 3) 0.00000 0.50000 0.00000 x+1/2,y,z+1/2 + F1( 4) 0.50000 0.00000 0.00000 x,y+1/2,z+1/2 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption1.fst b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption1.fst new file mode 100644 index 000000000..d7e105e3d --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption1.fst @@ -0,0 +1,7 @@ +! FILE for FullProf Studio: generated automatically by FullProf +!Title: LiF +SPACEG F m -3 m +CELL 4.026700 4.026700 4.026700 90.0000 90.0000 90.0000 DISPLAY MULTIPLE +BOX -0.15 1.15 -0.15 1.15 -0.15 1.15 +ATOM Li1 Li 0.00000 0.00000 0.00000 +ATOM F1 F 0.50000 0.50000 0.50000 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.bac b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.bac new file mode 100644 index 000000000..3f5ec9b6d --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.bac @@ -0,0 +1,602 @@ + 10.000000 0.025000 160.000000 Background of: lif_single_polarized + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.dat b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.dat new file mode 100644 index 000000000..9817944a4 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.dat @@ -0,0 +1,602 @@ +10.000 0.025 160.000 LiF XrayDif dummy observed data + 179 147 165 172 150 165 150 158 134 146 + 167 159 139 145 165 150 149 156 143 166 + 154 131 144 131 140 147 155 148 140 138 + 127 146 147 114 129 129 128 136 148 132 + 141 135 141 145 131 142 148 151 127 133 + 131 125 129 128 134 142 115 138 125 120 + 130 118 118 116 119 101 117 142 112 114 + 111 122 131 107 121 123 120 126 125 120 + 103 121 109 115 122 123 107 126 133 120 + 100 130 130 109 116 121 99 107 110 136 + 113 102 117 111 105 92 110 116 124 111 + 91 106 122 121 119 114 129 95 117 102 + 102 117 99 124 107 108 99 113 104 92 + 98 107 88 96 104 81 111 78 104 119 + 106 105 96 81 95 96 103 91 112 107 + 87 112 92 79 92 103 97 102 86 97 + 103 93 111 95 96 93 85 104 98 108 + 76 92 95 89 105 95 92 105 89 99 + 101 97 93 99 100 83 93 96 69 101 + 97 85 95 85 111 85 86 100 88 98 + 92 93 94 93 81 98 78 79 93 81 + 88 73 85 106 88 94 96 91 101 89 + 87 95 87 97 81 87 93 90 73 98 + 86 80 82 97 80 81 80 81 73 106 + 92 101 98 104 106 98 114 97 129 112 + 141 167 157 200 215 321 397 434 445 313 + 197 155 110 118 86 110 95 93 98 80 + 85 106 86 103 92 88 94 79 92 106 + 82 104 94 88 97 93 90 120 93 106 + 89 92 100 91 99 81 89 79 91 84 + 92 107 99 92 87 88 67 81 86 85 + 103 85 77 105 93 96 93 85 75 105 + 85 89 86 76 86 71 101 100 89 74 + 101 103 95 100 87 94 84 102 92 80 + 82 105 84 83 93 92 105 94 88 97 + 88 110 110 84 89 98 92 86 110 98 + 93 94 104 96 105 99 117 111 100 125 + 99 107 107 98 84 112 99 93 108 100 + 91 98 124 98 121 114 93 87 95 95 + 121 102 127 119 118 107 100 95 116 136 + 92 127 127 115 124 130 123 137 136 165 + 150 173 190 211 212 255 264 305 353 415 + 507 623 833 1076 1417 1958 2624 3927 5466 7996 + 11062 12925 12506 10327 8178 6771 5910 4886 3432 2110 + 1182 802 623 527 435 393 356 333 295 316 + 280 248 264 216 202 211 187 168 208 160 + 171 149 166 138 168 129 147 134 125 137 + 112 128 134 121 138 103 124 115 119 109 + 119 116 127 133 121 109 114 113 120 118 + 102 110 118 123 116 112 107 121 104 124 + 105 128 115 128 99 130 109 125 138 141 + 135 125 140 152 177 177 191 195 225 258 + 301 337 468 618 837 1082 1507 2283 3235 4791 + 6588 8176 8122 6687 5078 3206 1822 1101 712 566 + 470 381 302 277 259 259 212 198 189 153 + 182 178 175 164 139 176 159 147 172 167 + 159 180 168 162 166 147 149 161 173 145 + 210 201 257 262 342 451 598 796 1089 1648 + 2386 3203 3155 2711 1970 1292 729 450 289 285 + 218 211 202 168 165 177 176 197 164 141 + 160 160 157 145 165 158 158 197 179 203 + 194 216 282 282 364 456 632 854 1213 1815 + 2863 4063 4649 4165 3168 2329 1423 738 438 367 + 295 246 246 191 179 178 170 182 158 182 + 179 184 181 169 171 191 175 216 195 224 + 209 251 257 298 297 378 406 499 590 746 + 983 1402 2108 3097 4641 7229 10690 13494 13106 10401 + 7908 5365 2857 1575 947 697 595 529 450 423 + 344 319 309 252 257 252 266 275 257 285 + 285 270 280 347 282 362 426 461 637 693 + 1051 1425 2158 3198 5190 8004 10350 9724 7797 6126 + 4329 2276 1177 756 591 486 352 340 314 270 + 256 253 245 206 212 183 205 185 164 197 + 167 175 159 152 162 168 151 153 128 167 + 147 140 139 153 153 154 145 147 134 160 + 137 134 131 157 137 145 151 164 171 172 + 165 168 162 193 169 199 186 208 196 182 + 246 245 284 340 364 382 519 665 837 1080 + 1566 2321 3438 5181 8141 12608 15702 14432 12071 9687 + 7137 4123 2094 1334 1013 780 668 467 438 379 + 355 263 287 299 247 253 236 223 193 198 + 184 204 185 174 201 168 185 175 171 153 + 162 135 159 139 147 127 143 140 115 142 + 123 156 133 135 128 130 127 120 121 106 + 134 114 107 123 111 92 134 87 130 97 + 101 113 119 122 114 117 84 105 111 104 + 119 119 101 117 122 105 128 116 126 115 + 121 116 144 141 128 148 165 172 182 174 + 193 230 247 312 325 423 589 755 1130 1670 + 2522 3976 5312 5540 4806 3984 3579 2684 1672 977 + 645 451 390 317 305 278 234 264 246 263 + 239 271 260 299 300 332 411 497 630 918 + 1214 1839 2852 4745 6636 7831 7010 5926 5069 4251 + 2900 1743 1167 841 646 517 412 354 301 282 + 234 204 235 226 207 200 180 180 179 172 + 180 157 154 173 198 147 168 157 199 209 + 242 257 328 467 631 994 1449 1522 1193 977 + 947 796 548 358 251 190 164 159 137 134 + 136 126 122 128 108 100 120 106 123 117 + 113 108 121 104 104 100 105 107 108 103 + 108 123 92 122 97 101 92 114 89 81 + 113 76 89 99 89 98 98 104 120 100 + 99 89 111 98 96 95 84 115 106 100 + 86 110 86 98 97 109 112 105 86 102 + 91 98 111 89 95 95 84 114 108 96 + 94 94 102 91 106 103 82 121 101 109 + 112 104 103 105 112 119 116 119 115 106 + 122 116 120 130 107 137 132 131 140 150 + 149 161 190 210 234 297 378 583 909 1431 + 2164 2620 2390 1970 1772 1685 1327 891 543 352 + 292 230 177 182 207 158 143 129 161 133 + 119 120 128 118 121 132 135 134 132 135 + 156 182 207 266 351 368 312 269 260 249 + 219 174 157 146 135 137 136 103 107 99 + 133 129 147 130 115 123 109 106 115 136 + 119 126 131 135 116 112 123 116 121 136 + 147 130 156 138 133 144 163 171 198 191 + 196 226 243 294 352 472 630 984 1383 2157 + 2946 2947 2469 1988 2056 1767 1317 793 524 362 + 282 264 227 186 194 168 177 199 174 169 + 183 194 204 189 213 296 350 476 746 894 + 816 615 549 596 524 395 306 223 164 206 + 198 162 173 163 144 169 160 156 143 187 + 146 146 157 177 173 171 197 214 254 333 + 505 760 1047 1074 910 689 698 717 570 382 + 273 291 231 278 239 272 257 316 315 377 + 419 593 709 1116 1749 2604 3739 4133 3642 2835 + 2622 2580 2147 1381 844 578 447 351 339 309 + 260 268 240 250 233 275 281 285 381 450 + 601 801 895 881 726 644 608 589 498 386 + 283 277 254 276 249 224 213 196 234 186 + 215 191 211 189 204 193 227 221 225 199 + 187 193 214 235 241 232 239 254 252 264 + 251 260 320 375 379 442 425 492 574 693 + 816 1046 1286 1773 2593 4047 6544 9907 12440 12196 + 9815 8006 7742 7431 5975 3773 2148 1465 1080 849 + 683 579 560 480 481 470 468 450 469 498 + 468 528 615 632 765 985 1263 1833 2821 4290 + 5647 5682 5372 5802 7664 7744 5866 4103 3552 3442 + 2855 1843 1102 771 578 517 456 381 379 335 + 326 303 286 287 274 272 282 267 236 255 + 238 218 224 209 228 244 234 221 237 224 + 217 187 261 216 246 244 282 276 314 333 + 385 413 609 855 1397 2190 3180 3151 2427 1819 + 1843 2058 1720 1115 716 480 364 297 300 267 + 227 215 189 213 174 175 193 183 178 166 + 171 171 172 161 151 143 141 139 172 153 + 169 141 125 135 142 134 142 138 152 159 + 140 143 136 147 144 148 153 112 148 138 + 119 121 160 136 164 137 166 142 158 176 + 175 183 249 309 389 541 720 682 600 452 + 443 453 437 329 289 226 201 182 160 178 + 146 181 142 201 182 174 168 174 233 275 + 331 464 712 969 1093 984 752 624 651 695 + 597 460 284 261 211 196 175 167 165 143 + 153 155 137 161 131 138 125 114 154 114 + 118 120 130 117 126 132 122 133 122 113 + 128 139 126 140 120 122 122 136 116 113 + 103 120 129 112 118 140 135 101 128 115 + 126 120 119 107 122 124 123 159 132 136 + 115 142 132 144 140 131 112 147 129 129 + 106 129 127 122 155 130 121 131 173 157 + 146 153 168 199 204 212 232 255 319 410 + 629 1090 1814 2668 2463 1752 1187 1257 1542 1549 + 1066 624 387 314 267 208 211 210 181 170 + 154 155 143 171 156 134 142 142 136 139 + 139 132 152 123 137 125 132 133 137 148 + 121 150 139 127 127 146 147 155 131 144 + 148 138 149 154 142 141 181 185 169 181 + 203 236 232 335 428 600 826 1143 1282 1262 + 1070 962 964 871 886 728 557 468 370 267 + 235 203 187 181 188 189 166 167 175 191 + 184 181 226 228 258 216 233 250 287 332 + 441 506 459 447 383 372 397 408 434 419 + 346 392 441 622 912 1096 1359 1605 1949 1937 + 1843 2020 1980 1741 1467 1209 1080 998 719 548 + 393 314 277 248 204 179 180 168 160 170 + 160 184 179 164 149 156 140 161 149 134 + 126 143 138 142 163 131 161 131 147 150 + 160 128 126 128 152 134 158 135 162 157 + 173 156 162 158 164 155 194 195 196 253 + 262 350 464 665 937 1141 1055 834 657 648 + 638 752 672 543 404 370 386 469 560 465 + 360 285 276 355 364 291 228 190 194 195 + 180 163 154 156 184 181 152 176 177 160 + 178 185 175 206 214 244 255 254 373 514 + 623 827 875 884 951 1181 1887 2582 2875 2303 + 1613 1270 1312 1510 1599 1288 890 794 643 683 + 884 1207 1571 1762 1506 1186 969 975 1015 1048 + 938 733 494 392 292 276 254 229 216 203 + 194 189 192 181 191 163 175 186 149 175 + 142 180 136 151 177 156 159 174 148 147 + 141 145 156 144 149 145 127 143 159 129 + 161 138 145 165 172 184 217 266 272 313 + 288 275 321 323 439 573 743 906 960 812 + 566 541 535 554 567 599 473 359 290 254 + 189 184 196 210 190 179 148 160 147 122 + 148 141 140 142 114 150 151 132 153 140 + 118 128 140 136 122 130 135 133 165 160 + 163 166 190 264 331 334 297 215 205 212 + 268 226 256 199 165 148 159 132 154 139 + 121 144 131 136 139 120 129 130 143 127 + 150 156 154 153 162 208 247 207 192 179 + 148 154 204 186 208 175 141 111 124 132 + 127 125 124 147 143 135 136 143 145 143 + 148 151 139 142 135 161 143 139 136 158 + 164 167 165 181 147 160 195 209 190 226 + 195 241 278 302 344 427 563 789 990 1317 + 1792 2342 2479 2083 1541 1233 1186 1301 1408 1348 + 1086 761 509 405 349 309 273 269 244 252 + 286 309 289 316 317 259 228 223 259 237 + 212 212 201 184 201 170 165 182 182 183 + 199 200 208 190 185 230 275 352 448 647 + 956 1241 1280 1063 730 559 576 678 833 919 + 838 736 578 449 352 332 306 308 321 300 + 245 216 201 182 162 147 163 193 149 171 + 166 202 155 141 162 155 166 190 174 189 + 211 169 195 197 235 250 286 344 394 561 + 722 930 1317 1481 1358 1037 813 746 717 877 + 916 896 663 502 396 302 255 280 238 238 + 233 267 258 267 346 468 667 897 976 870 + 617 478 483 485 541 636 625 465 354 276 + 231 232 190 216 192 191 172 178 212 172 + 174 183 142 176 174 159 196 194 202 246 + 258 272 227 206 220 234 235 252 241 246 + 280 326 391 456 640 670 639 521 515 493 + 632 854 1153 1468 1384 1196 879 770 660 705 + 773 815 766 626 469 409 338 280 267 303 + 290 315 308 375 471 637 830 1073 1024 833 + 639 528 502 569 667 732 600 516 444 417 + 430 431 409 399 319 289 333 368 368 375 + 332 257 253 244 250 251 239 260 202 234 + 236 222 268 246 261 301 352 434 507 687 + 891 929 869 744 766 883 1213 1390 1383 1276 + 1228 1172 1129 970 905 839 745 632 628 600 + 552 393 307 265 275 215 233 208 186 180 + 200 182 178 170 180 177 190 173 203 200 + 185 218 207 244 220 243 266 280 324 394 + 567 690 853 934 815 877 894 888 744 665 + 674 693 634 583 589 572 455 501 497 637 + 833 1120 968 776 526 397 372 472 548 682 + 632 479 341 304 211 213 199 185 190 194 + 183 193 204 201 264 298 373 364 306 270 + 271 259 298 371 433 565 625 581 460 365 + 291 270 311 317 411 435 426 481 415 358 + 268 245 239 204 246 236 272 241 203 182 + 189 163 165 161 145 149 163 166 138 141 + 158 145 131 135 147 133 140 144 155 157 + 196 193 175 172 174 148 164 177 183 250 + 310 439 401 356 276 178 216 209 222 263 + 281 270 217 181 183 174 171 151 142 130 + 147 146 148 124 129 128 135 143 135 145 + 134 131 154 135 139 155 143 151 154 160 + 141 160 155 171 166 159 187 205 212 230 + 313 346 402 511 535 696 717 624 520 421 + 399 344 380 468 482 453 373 267 229 209 + 176 193 210 179 173 207 225 265 315 289 + 229 197 204 221 249 258 290 401 434 421 + 368 358 396 462 547 580 497 442 397 313 + 316 296 341 355 373 333 274 262 290 329 + 333 356 280 237 214 238 243 204 239 255 + 249 226 191 222 193 236 264 308 340 330 + 282 229 235 204 203 252 249 232 222 217 + 226 222 238 265 341 339 338 302 275 242 + 218 232 297 360 399 423 365 273 254 262 + 216 316 339 402 509 598 700 742 619 470 + 398 379 352 351 379 443 466 438 357 289 + 258 233 216 241 235 277 309 358 356 323 + 273 243 224 243 250 220 267 291 282 252 + 255 328 357 411 375 323 267 240 208 209 + 236 248 261 256 244 203 173 170 174 168 + 167 181 159 195 168 180 186 175 191 213 + 274 266 323 421 552 799 1129 1277 1123 820 + 610 504 408 478 543 708 817 736 641 568 + 413 433 373 314 321 244 262 251 232 241 + 216 240 212 196 173 187 175 173 152 163 + 143 135 122 139 128 134 140 117 150 134 + 152 127 170 158 155 173 161 136 128 177 + 165 140 154 143 168 189 130 160 151 182 + 221 238 260 315 327 311 246 211 204 196 + 211 191 234 225 255 200 186 186 162 140 + 153 147 143 153 154 133 145 148 165 155 + 155 147 176 149 165 136 163 163 198 215 + 249 304 377 414 339 322 284 301 311 380 + 550 624 660 617 461 363 284 266 268 289 + 340 375 363 327 259 216 172 180 208 177 + 157 189 192 222 222 188 184 164 173 182 + 153 158 158 183 190 178 169 145 170 138 + 169 133 134 122 126 153 112 125 127 147 + 125 125 142 143 138 145 166 165 156 154 + 169 130 173 155 178 211 247 289 310 276 + 303 376 468 665 803 829 683 570 507 383 + 335 352 412 522 575 652 681 634 466 368 + 301 214 226 205 239 226 271 279 280 247 + 223 201 199 198 206 191 154 174 144 155 + 161 172 178 192 155 171 155 160 138 156 + 178 163 191 200 208 186 167 183 157 148 + 163 174 187 182 189 190 190 199 240 247 + 334 391 512 618 663 593 456 395 343 288 + 292 310 392 389 437 361 351 262 250 233 + 197 195 171 174 171 159 158 120 128 140 + 148 156 133 156 144 163 158 158 154 165 + 196 206 256 278 255 253 223 190 196 176 + 171 212 204 252 224 192 180 172 166 159 + 155 148 167 137 178 161 180 156 169 178 + 174 181 172 238 209 240 343 384 500 673 + 704 763 656 551 406 354 352 301 357 414 + 440 502 459 425 378 418 427 467 441 400 + 327 278 259 240 213 206 241 263 287 291 + 245 243 198 195 195 164 178 161 161 183 + 177 177 177 192 219 260 310 337 312 290 + 275 243 192 200 212 205 180 219 274 271 + 200 205 195 179 171 171 147 147 167 159 + 157 145 164 142 143 164 157 153 145 168 + 159 169 137 182 196 218 216 223 269 295 + 288 280 281 187 264 216 220 242 264 272 + 326 362 407 468 432 443 383 393 367 415 + 471 595 626 583 491 456 411 322 328 289 + 271 302 377 369 373 347 296 292 257 269 + 241 218 212 239 254 295 314 356 301 277 + 252 251 186 197 162 192 231 223 207 238 + 196 196 176 171 178 146 169 161 149 173 + 156 143 154 152 139 184 185 161 159 152 + 159 176 164 168 193 195 187 237 228 265 + 291 347 409 454 552 524 552 502 483 433 + 382 363 322 328 389 469 485 438 491 415 + 377 375 322 288 280 263 275 245 243 239 + 247 216 204 210 196 220 209 212 226 201 + 225 228 210 244 298 405 445 534 579 538 + 495 466 410 389 387 429 460 573 607 740 + 853 781 733 593 499 398 368 334 370 358 + 391 376 394 414 383 300 294 275 246 259 + 235 239 243 277 363 383 434 436 378 373 + 386 438 464 491 539 539 523 499 478 472 + 383 345 354 352 383 370 410 453 416 396 + 392 319 335 407 461 587 741 875 863 754 + 619 485 429 336 321 296 316 385 474 539 + 571 493 420 345 272 242 219 229 203 220 + 211 190 171 195 176 218 208 212 230 265 + 314 278 306 262 281 209 235 222 223 246 + 268 316 307 316 273 247 229 201 198 173 + 202 173 212 185 197 193 193 194 169 169 + 157 167 175 140 174 146 171 142 152 171 + 150 142 161 150 163 154 149 157 192 185 + 184 205 231 238 263 324 365 388 380 421 + 418 408 385 374 346 329 297 319 322 328 + 298 290 304 311 312 319 292 241 239 202 + 206 202 227 236 307 309 385 341 324 290 + 208 241 201 202 181 217 264 229 326 303 + 345 304 296 241 242 210 187 206 194 221 + 216 245 242 251 258 232 215 189 192 163 + 158 162 174 182 169 151 187 179 167 169 + 146 149 146 158 142 164 142 153 147 163 + 160 163 127 150 159 140 136 159 171 178 + 159 162 193 156 176 161 155 146 179 208 + 186 194 252 230 219 182 179 174 147 189 + 166 142 144 177 178 215 182 160 196 200 + 159 163 150 175 144 132 160 169 138 171 + 129 167 172 135 170 172 169 199 221 233 + 283 291 299 257 239 226 185 195 194 175 + 192 182 189 210 252 217 230 223 192 205 + 179 185 155 193 190 214 215 230 223 212 + 233 221 242 216 261 265 370 406 501 447 + 488 473 365 279 283 285 282 239 267 263 + 309 349 345 322 338 308 238 221 215 197 + 205 208 222 206 204 230 240 284 313 331 + 344 297 275 267 216 230 194 195 234 196 + 198 240 255 287 314 318 255 232 213 186 + 193 156 168 155 154 187 181 194 183 206 + 191 179 174 158 176 183 184 188 222 211 + 242 267 330 363 390 397 332 288 273 199 + 218 198 206 228 206 216 256 259 301 265 + 240 206 224 183 160 190 158 161 161 143 + 144 177 175 142 129 140 166 156 126 156 + 144 146 136 145 160 147 142 150 168 164 + 168 195 207 229 260 263 294 291 279 245 + 211 240 218 197 226 253 249 289 329 377 + 412 419 371 310 258 236 243 235 224 241 + 236 239 302 286 295 329 390 376 405 380 + 376 363 361 296 313 279 295 248 253 273 + 273 275 305 282 295 295 304 318 331 336 + 336 371 349 315 280 286 238 265 226 238 + 222 224 254 303 311 297 319 302 295 299 + 325 347 294 264 265 239 227 226 250 203 + 229 202 234 220 206 230 228 259 221 276 + 276 271 278 298 341 366 384 388 410 433 + 388 382 298 327 266 250 252 252 262 270 + 257 249 251 336 305 284 293 236 224 207 + 200 174 177 180 163 150 181 174 141 156 + 143 166 148 174 153 160 159 160 155 141 + 148 157 157 161 171 164 169 170 167 189 + 220 252 328 298 286 290 266 220 171 193 + 194 170 235 195 207 227 261 320 343 339 + 411 416 350 350 288 343 300 286 283 249 + 258 232 229 233 215 250 258 250 251 245 + 233 220 257 219 207 208 191 187 198 176 + 184 190 192 159 176 166 196 172 180 208 + 219 202 177 175 170 167 175 153 145 178 + 168 153 159 179 196 175 174 168 180 139 + 157 143 156 157 151 155 158 155 141 152 + 145 158 153 149 153 150 144 150 143 172 + 141 166 170 162 206 182 172 183 175 178 + 179 157 163 182 184 177 163 172 185 159 + 185 176 169 161 173 190 193 150 175 151 + 176 166 171 187 180 216 212 269 301 313 + 319 328 299 252 252 228 200 209 202 225 + 199 251 236 263 299 302 338 248 259 262 + 213 211 206 210 168 191 159 183 202 211 + 205 206 205 223 200 184 189 186 185 205 + 197 210 206 202 174 175 190 165 173 179 + 192 168 168 181 170 200 198 219 211 238 + 222 205 221 204 219 196 210 196 234 212 + 191 250 230 226 277 263 296 319 338 385 + 408 381 356 290 284 268 222 245 214 211 + 204 227 254 236 290 305 290 337 276 281 + 238 243 231 205 205 193 180 171 185 191 + 191 190 179 169 175 199 179 189 210 191 + 206 212 210 235 205 182 185 177 171 153 + 154 152 170 155 156 153 171 188 181 180 + 201 183 191 184 187 163 161 165 160 185 + 198 164 176 182 172 172 186 189 181 231 + 209 211 227 226 193 216 211 211 193 175 + 192 209 196 195 230 231 239 311 285 263 + 289 262 214 212 218 186 191 199 183 190 + 168 194 191 195 207 218 222 241 242 219 + 189 202 202 190 225 204 223 262 258 317 + 312 304 299 278 265 221 205 225 211 203 + 192 201 197 227 184 205 216 256 253 288 + 249 280 219 217 249 229 198 193 178 205 + 210 185 179 213 233 225 232 264 271 285 + 273 342 326 401 358 432 331 361 330 283 + 282 263 245 232 219 251 241 241 265 237 + 251 266 291 301 300 280 332 285 276 261 + 262 264 280 291 292 284 266 240 219 232 + 218 192 181 184 219 187 174 184 204 197 + 217 215 213 212 218 210 224 183 178 205 + 184 185 180 197 154 171 181 155 145 184 + 180 173 168 190 169 161 174 158 167 182 + 165 183 168 159 161 155 189 186 150 168 + 186 194 155 171 151 165 175 156 163 164 + 166 185 163 202 186 183 183 155 199 176 + 188 177 165 198 170 186 188 193 190 207 + 234 205 212 216 213 266 257 269 300 330 + 339 357 382 326 325 282 284 305 353 293 + 354 327 397 378 367 341 307 311 274 313 + 351 347 326 307 293 260 283 272 272 302 + 307 313 332 337 327 331 343 329 371 392 + 418 493 471 481 485 486 422 425 387 379 + 330 338 327 321 327 386 375 412 398 371 + 398 377 382 419 397 373 325 333 311 301 + 293 291 268 279 289 278 266 268 284 258 + 251 258 247 251 211 209 220 218 191 186 + 214 213 216 227 196 202 213 186 198 224 + 177 197 160 191 209 217 216 215 200 207 + 202 234 218 252 249 281 270 287 318 319 + 370 397 434 494 424 485 464 454 461 371 + 326 309 280 332 297 277 293 303 342 293 + 322 350 360 343 387 437 442 460 486 451 + 433 459 369 415 340 328 323 291 265 305 + 279 298 320 299 306 340 314 329 324 367 + 378 335 338 293 299 293 263 285 277 283 + 326 291 311 315 351 367 353 387 404 365 + 354 382 318 310 342 355 334 382 359 322 + 317 322 315 322 260 275 282 290 318 296 + 276 281 309 281 305 298 276 252 303 282 + 308 302 293 288 268 300 319 297 302 304 + 346 392 454 519 565 590 593 601 563 482 + 500 403 417 386 328 293 321 300 313 294 + 318 294 329 329 364 360 385 412 426 405 + 418 417 358 384 387 312 316 304 295 296 + 294 273 325 330 345 300 370 350 381 297 + 316 300 270 271 292 249 263 269 273 252 + 250 225 241 245 268 276 264 282 294 314 + 303 269 295 283 293 286 264 255 259 252 + 270 255 304 293 311 285 332 321 350 358 + 431 433 427 380 413 422 348 388 355 370 + 353 322 348 325 320 369 351 400 379 399 + 406 396 397 415 439 438 437 478 495 511 + 450 497 498 433 477 484 430 431 454 399 + 382 384 351 334 347 336 330 306 330 311 + 298 301 344 335 334 303 326 359 397 356 + 347 310 347 332 312 335 334 316 309 294 + 334 342 332 279 267 257 292 288 273 245 + 269 248 228 250 249 230 238 217 238 212 + 246 246 239 262 265 264 240 250 246 226 + 227 235 226 256 190 215 236 223 227 203 + 206 190 232 230 201 219 203 216 213 208 + 224 210 202 212 205 236 220 194 199 201 + 216 237 212 225 203 241 232 260 253 257 + 282 291 283 325 333 335 293 315 297 310 + 285 285 276 258 251 269 228 215 259 235 + 257 241 289 229 267 270 284 265 274 275 + 279 277 269 267 263 299 262 263 268 235 + 232 261 236 224 251 249 247 217 238 231 + 251 261 251 308 300 333 311 283 279 289 + 281 273 244 299 263 257 209 284 256 270 + 280 276 282 293 282 285 309 299 295 307 + 253 258 255 297 296 248 286 288 259 276 + 256 257 268 246 273 271 306 287 286 303 + 283 335 330 366 380 334 362 408 432 479 + 440 484 478 479 513 472 445 466 437 414 + 396 374 314 326 326 323 316 354 315 351 + 329 370 366 415 444 423 414 412 463 464 + 424 427 411 394 383 394 330 360 359 303 + 294 289 271 288 264 284 262 274 278 293 + 289 309 292 313 286 291 303 279 298 301 + 278 261 314 299 316 353 319 339 335 341 + 306 303 298 290 317 318 296 336 295 284 + 241 276 245 247 263 270 261 239 247 250 + 209 238 247 257 255 273 272 319 274 307 + 253 284 254 274 278 237 257 249 261 242 + 256 255 236 234 250 233 250 231 252 244 + 256 226 267 246 257 255 278 292 308 274 + 375 361 344 361 347 352 322 337 267 268 + 286 279 276 252 242 277 271 275 272 295 + 281 338 320 350 381 404 451 441 452 417 + 450 436 437 440 474 453 457 438 387 386 + 366 341 337 308 329 283 296 289 297 240 + 268 282 297 291 281 305 336 324 307 332 + 328 309 315 330 291 290 344 314 324 327 + 259 268 305 304 300 285 292 289 294 278 + 261 297 252 280 245 266 283 238 266 262 + 249 255 240 239 221 251 212 233 238 249 + 256 216 262 249 248 263 281 234 290 269 + 284 233 286 275 263 245 259 276 229 261 + 273 272 231 212 233 256 241 228 234 238 + 216 207 221 233 238 217 238 251 268 259 + 230 276 257 260 255 244 258 279 291 290 + 295 289 273 306 307 264 289 270 234 252 + 243 244 251 235 234 246 239 257 218 234 + 230 253 248 257 248 255 261 275 288 301 + 283 308 268 300 305 254 251 256 280 290 + 267 278 302 264 263 289 231 271 289 268 + 310 278 280 262 234 278 288 265 302 278 + 273 279 303 318 317 312 303 312 311 308 + 304 284 281 287 262 273 284 261 241 238 + 276 276 274 262 279 274 238 278 273 274 + 260 245 293 307 304 266 287 292 295 295 + 305 300 281 287 299 268 292 267 236 248 + 272 274 237 251 245 285 252 272 258 269 + 268 299 240 263 260 315 315 295 279 295 + 333 322 338 383 339 311 323 295 275 295 + 289 294 287 275 249 232 269 258 268 290 + 253 266 234 233 223 231 252 275 267 251 + 284 281 254 265 309 269 296 290 301 297 + 300 345 298 347 345 374 366 387 392 438 + 465 470 443 511 473 474 455 473 452 460 + 440 386 385 402 418 382 348 344 360 366 + 351 322 327 318 352 341 308 357 325 367 + 383 381 376 381 434 410 412 411 393 427 + 429 441 407 412 456 389 386 382 368 352 + 367 366 364 366 352 312 345 336 284 310 + 289 318 287 303 306 320 330 334 345 367 + 407 379 410 396 429 425 449 416 394 390 + 394 404 356 350 378 369 362 311 297 307 + 293 291 338 300 290 317 312 270 313 278 + 321 327 332 337 328 301 322 334 330 315 + 311 302 338 321 317 331 335 345 317 306 + 309 336 309 299 319 310 287 281 268 260 + 279 279 289 265 261 264 260 271 265 270 + 280 304 283 289 294 325 269 282 293 275 + 283 281 283 277 284 275 277 278 273 284 + 267 270 287 316 261 283 294 275 324 306 + 302 276 392 339 309 315 322 359 308 335 + 315 318 319 328 315 303 296 300 304 283 + 292 266 279 295 258 289 272 251 305 263 + 261 299 291 276 294 259 254 297 287 257 + 284 255 260 259 300 264 300 287 298 283 + 279 271 291 304 299 272 316 298 322 306 + 268 257 279 262 269 291 258 269 295 293 + 268 264 272 272 288 270 267 277 310 292 + 276 290 319 322 316 343 345 379 383 389 + 437 371 405 427 442 424 438 396 384 381 + 329 322 319 274 318 304 316 324 275 319 + 259 272 262 270 263 266 242 265 251 276 + 277 260 256 240 278 252 286 295 268 301 + 296 268 299 298 305 293 327 343 362 367 + 358 324 322 330 356 353 351 324 359 339 + 289 330 295 293 293 300 296 319 302 276 + 293 271 283 256 258 269 272 213 257 274 + 242 245 252 212 261 281 259 253 280 255 + 229 241 242 248 259 257 256 253 281 292 + 254 273 278 277 264 219 271 279 246 268 + 282 272 270 221 262 286 267 254 267 259 + 267 276 269 251 256 228 248 243 254 254 + 245 242 250 264 274 255 281 229 263 250 + 241 259 268 285 241 255 268 257 263 266 + 298 281 271 261 280 296 283 341 280 304 + 282 258 262 279 285 319 293 322 316 348 + 341 339 321 373 376 366 402 391 405 407 + 422 395 434 419 426 385 390 375 357 343 + 359 344 285 324 317 345 303 315 288 301 + 281 327 316 260 299 302 249 293 271 296 + 258 283 268 271 305 268 234 286 278 274 + 274 253 238 291 274 300 282 303 285 323 + 340 283 355 288 335 350 313 303 338 326 + 359 372 325 325 352 345 348 330 336 310 + 343 321 329 325 329 330 311 316 327 320 + 306 348 345 330 325 371 381 421 388 403 + 413 417 391 385 376 382 420 374 352 328 + 368 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.fou b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.fou new file mode 100644 index 000000000..dfdfaec95 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.fou @@ -0,0 +1,10 @@ + Phase No.: 1 LiF + 1 1 1 101.2047 18.6644 180.6272 + 2 0 0 159.3643 28.6979 0.4029 + 2 2 0 133.2427 20.7697 0.5299 + 3 1 1 71.1343 8.8782 181.1947 + 2 2 2 122.4465 15.9910 0.6551 + 4 0 0 143.2853 12.8440 0.7764 + 3 3 1 60.0299 5.8148 181.6528 + 4 2 0 95.0210 10.6469 0.8915 + 4 2 2 107.6252 9.0421 0.9992 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.inp b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.inp new file mode 100644 index 000000000..30511b0ec --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.inp @@ -0,0 +1,34 @@ + ! Template file to be used with the program FOURIER + ! Title of the job +Titl LiF XrayDif single wavelength polarized Wdt48 + + ! Cell parameters +Cell 4.0267 4.0267 4.0267 90.0000 90.0000 90.0000 + + ! Atoms in the asymmetric unit +Atom Li1 0.00000 0.00000 0.00000 1.00000 +Atom F1 0.50000 0.50000 0.50000 1.00000 + + ! Space group symbol +Spgr F m -3 m + + ! Type of Fourier synthesis +Fourier Fobs + + ! Name of the Fourier-reflection file +File fou lif_single_polarized.fou + + ! Format of the Fourier-reflection file +Form h k l fo fc phase + + ! List distances +List dist 0.6 2.6 + + ! Standard output binary file +File bin + + ! Peak search +Scan 5 + + ! End of file +End diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.out b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.out new file mode 100644 index 000000000..7573e0c55 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.out @@ -0,0 +1,696 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 18/06/2026 Time: 09:28:28.674 + + => PCR file code: lif_single_polarized + => DAT file code: lif_single_polarized -> Relative contribution: 1.0000 + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of X-ray powder diffraction data + => Global Refinement of X-ray powder diffraction data + Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) + => Title: LiF XrayDif single wavelength polarized Wdt48 + + => Number of phases: 1 + => Number of excluded regions: 2 + => Number of scattering factors supplied: 0 + => Conventional weights: w=1.0/Variance(yobs) + => Asymmetry correction as in J.Appl.Cryst. 26,128(1993) + => Background refined by polynomial function + => The 7th default profile function was selected + => T-C-H Pseudo-Voigt function + This function is convoluted with asymmetry due to axial + divergence as formulated by: + van Laar and Yelon, J. Appl. Cryst. 17, 47(1984). + and using the method of: + Finger, Cox and Jephcoat, J. Appl. Cryst. 27, 892 (1994). + Fortran 90 module adapted from function PROFVAL (in F77) : + L.W. Finger, J. Appl. Cryst. 31, 111 (1998). + + + ==> INPUT/OUTPUT OPTIONS: + + => Generate bacground file *.bac + => Generate file *.PRF for plot + => Output Integrated Intensities + => Generate new input file *.PCR + + => Data supplied in free format for pattern: 1 + => Plot pattern at each cycle + => Wavelengths: 1.54056 1.54056 + => Alpha2/Alpha1 ratio: 0.0000 + => Cos(Monochromator angle)= 0.8000 + => Asymmetry correction for angles lower than 160.000 degrees + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 48.00 + + => Number of cycles: 30 + => Relaxation factors ==> for coordinates: 0.10 + => for anisotropic temperature factors: 0.10 + => for halfwidth/strain/size parameters: 0.10 + => for lattice constants and propagation vectors: 0.10 + => EPS-value for convergence: 0.1 + + => Excluded regions for Pattern# 1 + From to + 0.0000 10.0000 + 160.0000 180.0000 + + => Number of Least-Squares parameters varied: 0 + + =>---------------------------> + =>-------> PATTERN number: 1 + =>---------------------------> + => Global parameters and codes ==> + => Zero-point: 0.0000 0.0000 + => Background parameters and codes ==> + => Origin of polynomial at 2theta/TOF/E(KeV): 50.000 + 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 + 0.00 0.00 0.00 0.00 0.00 0.00 + => Displacement peak-shift parameter and code: 0.00 0.00 + => Transparency peak-shift parameter and code: 0.00 0.00 + + => Reading Intensity data =>> + + ==> Angular range, step and number of points: + 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 + -------------------------------------------------------------------------------- + => Phase No. 1 + LiF + -------------------------------------------------------------------------------- + =>-------> Pattern# 1 + => Crystal Structure Refinement + => Preferred orientation vector: 0.0000 0.0000 1.0000 + + =>-------> Data for PHASE: 1 + => Number of atoms: 2 + => Number of distance constraints: 0 + => Number of angle constraints: 0 + + => Symmetry information on space group: F m -3 m + -> The multiplicity of the general position is: 192 + -> The space group is Centric (-1 at origin) + -> Lattice type F: { 000; 0 1/2 1/2; 1/2 0 1/2; 1/2 1/2 0 }+ + -> Reduced set of symmetry operators: + + No. IT Symmetry symbol Rotation part Associated Translation + 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} + 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.0000 0.0000 0.0000} + 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.0000 0.0000 0.0000} + 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.0000 0.0000 0.0000} + 5: ( 9) 3- ( x, x, x) --> ( y, z, x) + { 0.0000 0.0000 0.0000} + 6: (12) 3- (-x, x,-x) --> (-y,-z, x) + { 0.0000 0.0000 0.0000} + 7: (11) 3- (-x,-x, x) --> ( y,-z,-x) + { 0.0000 0.0000 0.0000} + 8: (10) 3- ( x,-x,-x) --> (-y, z,-x) + { 0.0000 0.0000 0.0000} + 9: ( 5) 3+ ( x, x, x) --> ( z, x, y) + { 0.0000 0.0000 0.0000} + 10: ( 8) 3+ (-x,-x, x) --> (-z, x,-y) + { 0.0000 0.0000 0.0000} + 11: ( 7) 3+ ( x,-x,-x) --> (-z,-x, y) + { 0.0000 0.0000 0.0000} + 12: ( 6) 3+ (-x, x,-x) --> ( z,-x,-y) + { 0.0000 0.0000 0.0000} + 13: (14) 2 ( x,-x, 0) --> (-y,-x,-z) + { 0.0000 0.0000 0.0000} + 14: (15) 4- ( 0, 0, z) --> ( y,-x, z) + { 0.0000 0.0000 0.0000} + 15: (16) 4+ ( 0, 0, z) --> (-y, x, z) + { 0.0000 0.0000 0.0000} + 16: (13) 2 ( x, x, 0) --> ( y, x,-z) + { 0.0000 0.0000 0.0000} + 17: (24) 2 (-x, 0, x) --> (-z,-y,-x) + { 0.0000 0.0000 0.0000} + 18: (21) 4+ ( 0, y, 0) --> ( z, y,-x) + { 0.0000 0.0000 0.0000} + 19: (22) 2 ( x, 0, x) --> ( z,-y, x) + { 0.0000 0.0000 0.0000} + 20: (23) 4- ( 0, y, 0) --> (-z, y, x) + { 0.0000 0.0000 0.0000} + 21: (19) 2 ( 0, y,-y) --> (-x,-z,-y) + { 0.0000 0.0000 0.0000} + 22: (18) 2 ( 0, y, y) --> (-x, z, y) + { 0.0000 0.0000 0.0000} + 23: (17) 4- ( x, 0, 0) --> ( x, z,-y) + { 0.0000 0.0000 0.0000} + 24: (20) 4+ ( x, 0, 0) --> ( x,-z, y) + { 0.0000 0.0000 0.0000} + + + Information on Space Group: + --------------------------- + + => Number of Space group: 225 + => Hermann-Mauguin Symbol: F m -3 m + => Hall Symbol: -F 4 2 3 + => Setting Type: IT (Generated from Hermann-Mauguin symbol) + => Crystal System: Cubic + => Laue Class: m-3m + => Point Group: m-3m + => Bravais Lattice: F + => Lattice Symbol: cF + => Reduced Number of S.O.: 24 + => General multiplicity: 192 + => Centrosymmetry: Centric (-1 at origin) + => Generators (exc. -1&L): 3 + => Asymmetric unit: 0.000 <= x <= 0.500 + 0.000 <= y <= 0.250 + 0.000 <= z <= 0.250 + => Centring vectors: 3 + => Latt( 1): (1/2,1/2,0) => Latt( 2): (1/2,0,1/2) + => Latt( 3): (0,1/2,1/2) + + => List of all Symmetry Operators and Symmetry Symbols + + => SYMM( 1): x,y,z Symbol: 1 + => SYMM( 2): x,-y,-z Symbol: 2 x,0,0 + => SYMM( 3): -x,y,-z Symbol: 2 0,y,0 + => SYMM( 4): -x,-y,z Symbol: 2 0,0,z + => SYMM( 5): y,z,x Symbol: 3- x,x,x + => SYMM( 6): -y,-z,x Symbol: 3+ x,-x,x + => SYMM( 7): y,-z,-x Symbol: 3+ x,x,-x + => SYMM( 8): -y,z,-x Symbol: 3- x,-x,-x + => SYMM( 9): z,x,y Symbol: 3+ x,x,x + => SYMM( 10): -z,x,-y Symbol: 3- x,x,-x + => SYMM( 11): -z,-x,y Symbol: 3+ x,-x,-x + => SYMM( 12): z,-x,-y Symbol: 3- x,-x,x + => SYMM( 13): y,x,z Symbol: m x,x,z + => SYMM( 14): -y,x,-z Symbol: -4- 0,0,z; 0,0,0 + => SYMM( 15): y,-x,-z Symbol: -4+ 0,0,z; 0,0,0 + => SYMM( 16): -y,-x,z Symbol: m x,-x,z + => SYMM( 17): z,y,x Symbol: m x,y,x + => SYMM( 18): -z,-y,x Symbol: -4+ 0,y,0; 0,0,0 + => SYMM( 19): -z,y,-x Symbol: m x,y,-x + => SYMM( 20): z,-y,-x Symbol: -4- 0,y,0; 0,0,0 + => SYMM( 21): x,z,y Symbol: m x,y,y + => SYMM( 22): x,-z,-y Symbol: m x,y,-y + => SYMM( 23): -x,-z,y Symbol: -4- x,0,0; 0,0,0 + => SYMM( 24): -x,z,-y Symbol: -4+ x,0,0; 0,0,0 + => SYMM( 25): -x,-y,-z Symbol: -1 0,0,0 + => SYMM( 26): -x,y,z Symbol: m 0,y,z + => SYMM( 27): x,-y,z Symbol: m x,0,z + => SYMM( 28): x,y,-z Symbol: m x,y,0 + => SYMM( 29): -y,-z,-x Symbol: -3- x,x,x; 0,0,0 + => SYMM( 30): y,z,-x Symbol: -3+ x,-x,x; 0,0,0 + => SYMM( 31): -y,z,x Symbol: -3+ x,x,-x; 0,0,0 + => SYMM( 32): y,-z,x Symbol: -3- x,-x,-x; 0,0,0 + => SYMM( 33): -z,-x,-y Symbol: -3+ x,x,x; 0,0,0 + => SYMM( 34): z,-x,y Symbol: -3- x,x,-x; 0,0,0 + => SYMM( 35): z,x,-y Symbol: -3+ x,-x,-x; 0,0,0 + => SYMM( 36): -z,x,y Symbol: -3- x,-x,x; 0,0,0 + => SYMM( 37): -y,-x,-z Symbol: 2 x,-x,0 + => SYMM( 38): y,-x,z Symbol: 4- 0,0,z + => SYMM( 39): -y,x,z Symbol: 4+ 0,0,z + => SYMM( 40): y,x,-z Symbol: 2 x,x,0 + => SYMM( 41): -z,-y,-x Symbol: 2 x,0,-x + => SYMM( 42): z,y,-x Symbol: 4+ 0,y,0 + => SYMM( 43): z,-y,x Symbol: 2 x,0,x + => SYMM( 44): -z,y,x Symbol: 4- 0,y,0 + => SYMM( 45): -x,-z,-y Symbol: 2 0,y,-y + => SYMM( 46): -x,z,y Symbol: 2 0,y,y + => SYMM( 47): x,z,-y Symbol: 4- x,0,0 + => SYMM( 48): x,-z,y Symbol: 4+ x,0,0 + => SYMM( 49): x+1/2,y+1/2,z Symbol: t (1/2,1/2,0) + => SYMM( 50): x+1/2,-y+1/2,-z Symbol: 2 (1/2,0,0) x,1/4,0 + => SYMM( 51): -x+1/2,y+1/2,-z Symbol: 2 (0,1/2,0) 1/4,y,0 + => SYMM( 52): -x+1/2,-y+1/2,z Symbol: 2 1/4,1/4,z + => SYMM( 53): y+1/2,z+1/2,x Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x-1/3 + => SYMM( 54): -y+1/2,-z+1/2,x Symbol: 3+ x,-x+1/2,x + => SYMM( 55): y+1/2,-z+1/2,-x Symbol: 3+ (1/3,1/3,-1/3) x,x-1/6,-x+1/3 + => SYMM( 56): -y+1/2,z+1/2,-x Symbol: 3- x,-x+1/2,-x + => SYMM( 57): z+1/2,x+1/2,y Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x-1/6 + => SYMM( 58): -z+1/2,x+1/2,-y Symbol: 3- (1/3,1/3,-1/3) x,x+1/6,-x+1/6 + => SYMM( 59): -z+1/2,-x+1/2,y Symbol: 3+ x,-x+1/2,-x+1/2 + => SYMM( 60): z+1/2,-x+1/2,-y Symbol: 3- x,-x+1/2,x-1/2 + => SYMM( 61): y+1/2,x+1/2,z Symbol: n (1/2,1/2,0) x,x,z + => SYMM( 62): -y+1/2,x+1/2,-z Symbol: -4- 0,1/2,z; 0,1/2,0 + => SYMM( 63): y+1/2,-x+1/2,-z Symbol: -4+ 1/2,0,z; 1/2,0,0 + => SYMM( 64): -y+1/2,-x+1/2,z Symbol: m x,-x+1/2,z + => SYMM( 65): z+1/2,y+1/2,x Symbol: g (1/4,1/2,1/4) x,y,x-1/4 + => SYMM( 66): -z+1/2,-y+1/2,x Symbol: -4+ 1/4,y,1/4; 1/4,1/4,1/4 + => SYMM( 67): -z+1/2,y+1/2,-x Symbol: g (1/4,1/2,-1/4) x,y,-x+1/4 + => SYMM( 68): z+1/2,-y+1/2,-x Symbol: -4- 1/4,y,-1/4; 1/4,1/4,-1/4 + => SYMM( 69): x+1/2,z+1/2,y Symbol: g (1/2,1/4,1/4) x,y,y-1/4 + => SYMM( 70): x+1/2,-z+1/2,-y Symbol: g (1/2,1/4,-1/4) x,y,-y+1/4 + => SYMM( 71): -x+1/2,-z+1/2,y Symbol: -4- x,1/4,1/4; 1/4,1/4,1/4 + => SYMM( 72): -x+1/2,z+1/2,-y Symbol: -4+ x,1/4,-1/4; 1/4,1/4,-1/4 + => SYMM( 73): -x+1/2,-y+1/2,-z Symbol: -1 1/4,1/4,0 + => SYMM( 74): -x+1/2,y+1/2,z Symbol: b 1/4,y,z + => SYMM( 75): x+1/2,-y+1/2,z Symbol: a x,1/4,z + => SYMM( 76): x+1/2,y+1/2,-z Symbol: n (1/2,1/2,0) x,y,0 + => SYMM( 77): -y+1/2,-z+1/2,-x Symbol: -3- x,x+1/2,x; 0,1/2,0 + => SYMM( 78): y+1/2,z+1/2,-x Symbol: -3+ x,-x+1/2,x-1; 1/2,0,-1/2 + => SYMM( 79): -y+1/2,z+1/2,x Symbol: -3+ x,x+1/2,-x; 0,1/2,0 + => SYMM( 80): y+1/2,-z+1/2,x Symbol: -3- x,-x+1/2,-x+1; 1/2,0,1/2 + => SYMM( 81): -z+1/2,-x+1/2,-y Symbol: -3+ x,x-1/2,x-1/2; 1/2,0,0 + => SYMM( 82): z+1/2,-x+1/2,y Symbol: -3- x,x-1/2,-x+1/2; 1/2,0,0 + => SYMM( 83): z+1/2,x+1/2,-y Symbol: -3+ x,-x+1/2,-x-1/2; 0,1/2,-1/2 + => SYMM( 84): -z+1/2,x+1/2,y Symbol: -3- x,-x+1/2,x+1/2; 0,1/2,1/2 + => SYMM( 85): -y+1/2,-x+1/2,-z Symbol: 2 x,-x+1/2,0 + => SYMM( 86): y+1/2,-x+1/2,z Symbol: 4- 1/2,0,z + => SYMM( 87): -y+1/2,x+1/2,z Symbol: 4+ 0,1/2,z + => SYMM( 88): y+1/2,x+1/2,-z Symbol: 2 (1/2,1/2,0) x,x,0 + => SYMM( 89): -z+1/2,-y+1/2,-x Symbol: 2 (1/4,0,-1/4) x,1/4,-x+1/4 + => SYMM( 90): z+1/2,y+1/2,-x Symbol: 4+ (0,1/2,0) 1/4,y,-1/4 + => SYMM( 91): z+1/2,-y+1/2,x Symbol: 2 (1/4,0,1/4) x,1/4,x-1/4 + => SYMM( 92): -z+1/2,y+1/2,x Symbol: 4- (0,1/2,0) 1/4,y,1/4 + => SYMM( 93): -x+1/2,-z+1/2,-y Symbol: 2 (0,1/4,-1/4) 1/4,y,-y+1/4 + => SYMM( 94): -x+1/2,z+1/2,y Symbol: 2 (0,1/4,1/4) 1/4,y,y-1/4 + => SYMM( 95): x+1/2,z+1/2,-y Symbol: 4- (1/2,0,0) x,1/4,-1/4 + => SYMM( 96): x+1/2,-z+1/2,y Symbol: 4+ (1/2,0,0) x,1/4,1/4 + => SYMM( 97): x+1/2,y,z+1/2 Symbol: t (1/2,0,1/2) + => SYMM( 98): x+1/2,-y,-z+1/2 Symbol: 2 (1/2,0,0) x,0,1/4 + => SYMM( 99): -x+1/2,y,-z+1/2 Symbol: 2 1/4,y,1/4 + => SYMM(100): -x+1/2,-y,z+1/2 Symbol: 2 (0,0,1/2) 1/4,0,z + => SYMM(101): y+1/2,z,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x+1/6 + => SYMM(102): -y+1/2,-z,x+1/2 Symbol: 3+ (1/3,-1/3,1/3) x,-x+1/6,x+1/6 + => SYMM(103): y+1/2,-z,-x+1/2 Symbol: 3+ x,x-1/2,-x+1/2 + => SYMM(104): -y+1/2,z,-x+1/2 Symbol: 3- x,-x+1/2,-x+1/2 + => SYMM(105): z+1/2,x,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x-1/3,x-1/6 + => SYMM(106): -z+1/2,x,-y+1/2 Symbol: 3- x,x,-x+1/2 + => SYMM(107): -z+1/2,-x,y+1/2 Symbol: 3+ x,-x,-x+1/2 + => SYMM(108): z+1/2,-x,-y+1/2 Symbol: 3- (1/3,-1/3,1/3) x,-x+1/3,x-1/6 + => SYMM(109): y+1/2,x,z+1/2 Symbol: g (1/4,1/4,1/2) x,x-1/4,z + => SYMM(110): -y+1/2,x,-z+1/2 Symbol: -4- 1/4,1/4,z; 1/4,1/4,1/4 + => SYMM(111): y+1/2,-x,-z+1/2 Symbol: -4+ 1/4,-1/4,z; 1/4,-1/4,1/4 + => SYMM(112): -y+1/2,-x,z+1/2 Symbol: g (1/4,-1/4,1/2) x,-x+1/4,z + => SYMM(113): z+1/2,y,x+1/2 Symbol: n (1/2,0,1/2) x,y,x + => SYMM(114): -z+1/2,-y,x+1/2 Symbol: -4+ 0,y,1/2; 0,0,1/2 + => SYMM(115): -z+1/2,y,-x+1/2 Symbol: m x,y,-x+1/2 + => SYMM(116): z+1/2,-y,-x+1/2 Symbol: -4- 1/2,y,0; 1/2,0,0 + => SYMM(117): x+1/2,z,y+1/2 Symbol: g (1/2,1/4,1/4) x,y,y+1/4 + => SYMM(118): x+1/2,-z,-y+1/2 Symbol: g (1/2,-1/4,1/4) x,y,-y+1/4 + => SYMM(119): -x+1/2,-z,y+1/2 Symbol: -4- x,-1/4,1/4; 1/4,-1/4,1/4 + => SYMM(120): -x+1/2,z,-y+1/2 Symbol: -4+ x,1/4,1/4; 1/4,1/4,1/4 + => SYMM(121): -x+1/2,-y,-z+1/2 Symbol: -1 1/4,0,1/4 + => SYMM(122): -x+1/2,y,z+1/2 Symbol: c 1/4,y,z + => SYMM(123): x+1/2,-y,z+1/2 Symbol: n (1/2,0,1/2) x,0,z + => SYMM(124): x+1/2,y,-z+1/2 Symbol: a x,y,1/4 + => SYMM(125): -y+1/2,-z,-x+1/2 Symbol: -3- x,x-1/2,x-1/2; 1/2,0,0 + => SYMM(126): y+1/2,z,-x+1/2 Symbol: -3+ x,-x+1/2,x-1/2; 1/2,0,0 + => SYMM(127): -y+1/2,z,x+1/2 Symbol: -3+ x,x+1/2,-x+1/2; 0,1/2,1/2 + => SYMM(128): y+1/2,-z,x+1/2 Symbol: -3- x,-x-1/2,-x+1/2; 0,-1/2,1/2 + => SYMM(129): -z+1/2,-x,-y+1/2 Symbol: -3+ x,x,x+1/2; 0,0,1/2 + => SYMM(130): z+1/2,-x,y+1/2 Symbol: -3- x,x-1,-x+1/2; 1/2,-1/2,0 + => SYMM(131): z+1/2,x,-y+1/2 Symbol: -3+ x,-x+1,-x+1/2; 1/2,1/2,0 + => SYMM(132): -z+1/2,x,y+1/2 Symbol: -3- x,-x,x+1/2; 0,0,1/2 + => SYMM(133): -y+1/2,-x,-z+1/2 Symbol: 2 (1/4,-1/4,0) x,-x+1/4,1/4 + => SYMM(134): y+1/2,-x,z+1/2 Symbol: 4- (0,0,1/2) 1/4,-1/4,z + => SYMM(135): -y+1/2,x,z+1/2 Symbol: 4+ (0,0,1/2) 1/4,1/4,z + => SYMM(136): y+1/2,x,-z+1/2 Symbol: 2 (1/4,1/4,0) x,x-1/4,1/4 + => SYMM(137): -z+1/2,-y,-x+1/2 Symbol: 2 x,0,-x+1/2 + => SYMM(138): z+1/2,y,-x+1/2 Symbol: 4+ 1/2,y,0 + => SYMM(139): z+1/2,-y,x+1/2 Symbol: 2 (1/2,0,1/2) x,0,x + => SYMM(140): -z+1/2,y,x+1/2 Symbol: 4- 0,y,1/2 + => SYMM(141): -x+1/2,-z,-y+1/2 Symbol: 2 (0,-1/4,1/4) 1/4,y,-y+1/4 + => SYMM(142): -x+1/2,z,y+1/2 Symbol: 2 (0,1/4,1/4) 1/4,y,y+1/4 + => SYMM(143): x+1/2,z,-y+1/2 Symbol: 4- (1/2,0,0) x,1/4,1/4 + => SYMM(144): x+1/2,-z,y+1/2 Symbol: 4+ (1/2,0,0) x,-1/4,1/4 + => SYMM(145): x,y+1/2,z+1/2 Symbol: t (0,1/2,1/2) + => SYMM(146): x,-y+1/2,-z+1/2 Symbol: 2 x,1/4,1/4 + => SYMM(147): -x,y+1/2,-z+1/2 Symbol: 2 (0,1/2,0) 0,y,1/4 + => SYMM(148): -x,-y+1/2,z+1/2 Symbol: 2 (0,0,1/2) 0,1/4,z + => SYMM(149): y,z+1/2,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x+1/3,x+1/6 + => SYMM(150): -y,-z+1/2,x+1/2 Symbol: 3+ x,-x,x+1/2 + => SYMM(151): y,-z+1/2,-x+1/2 Symbol: 3+ x,x,-x+1/2 + => SYMM(152): -y,z+1/2,-x+1/2 Symbol: 3- (-1/3,1/3,1/3) x,-x+1/3,-x+1/6 + => SYMM(153): z,x+1/2,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x+1/3 + => SYMM(154): -z,x+1/2,-y+1/2 Symbol: 3- x,x+1/2,-x + => SYMM(155): -z,-x+1/2,y+1/2 Symbol: 3+ (-1/3,1/3,1/3) x,-x+1/6,-x+1/3 + => SYMM(156): z,-x+1/2,-y+1/2 Symbol: 3- x,-x+1/2,x + => SYMM(157): y,x+1/2,z+1/2 Symbol: g (1/4,1/4,1/2) x,x+1/4,z + => SYMM(158): -y,x+1/2,-z+1/2 Symbol: -4- -1/4,1/4,z; -1/4,1/4,1/4 + => SYMM(159): y,-x+1/2,-z+1/2 Symbol: -4+ 1/4,1/4,z; 1/4,1/4,1/4 + => SYMM(160): -y,-x+1/2,z+1/2 Symbol: g (-1/4,1/4,1/2) x,-x+1/4,z + => SYMM(161): z,y+1/2,x+1/2 Symbol: g (1/4,1/2,1/4) x,y,x+1/4 + => SYMM(162): -z,-y+1/2,x+1/2 Symbol: -4+ -1/4,y,1/4; -1/4,1/4,1/4 + => SYMM(163): -z,y+1/2,-x+1/2 Symbol: g (-1/4,1/2,1/4) x,y,-x+1/4 + => SYMM(164): z,-y+1/2,-x+1/2 Symbol: -4- 1/4,y,1/4; 1/4,1/4,1/4 + => SYMM(165): x,z+1/2,y+1/2 Symbol: n (0,1/2,1/2) x,y,y + => SYMM(166): x,-z+1/2,-y+1/2 Symbol: m x,y,-y+1/2 + => SYMM(167): -x,-z+1/2,y+1/2 Symbol: -4- x,0,1/2; 0,0,1/2 + => SYMM(168): -x,z+1/2,-y+1/2 Symbol: -4+ x,1/2,0; 0,1/2,0 + => SYMM(169): -x,-y+1/2,-z+1/2 Symbol: -1 0,1/4,1/4 + => SYMM(170): -x,y+1/2,z+1/2 Symbol: n (0,1/2,1/2) 0,y,z + => SYMM(171): x,-y+1/2,z+1/2 Symbol: c x,1/4,z + => SYMM(172): x,y+1/2,-z+1/2 Symbol: b x,y,1/4 + => SYMM(173): -y,-z+1/2,-x+1/2 Symbol: -3- x,x,x+1/2; 0,0,1/2 + => SYMM(174): y,z+1/2,-x+1/2 Symbol: -3+ x,-x+1,x-1/2; 1/2,1/2,0 + => SYMM(175): -y,z+1/2,x+1/2 Symbol: -3+ x,x+1,-x-1/2; -1/2,1/2,0 + => SYMM(176): y,-z+1/2,x+1/2 Symbol: -3- x,-x,-x+1/2; 0,0,1/2 + => SYMM(177): -z,-x+1/2,-y+1/2 Symbol: -3+ x,x+1/2,x; 0,1/2,0 + => SYMM(178): z,-x+1/2,y+1/2 Symbol: -3- x,x-1/2,-x+1; 1/2,0,1/2 + => SYMM(179): z,x+1/2,-y+1/2 Symbol: -3+ x,-x+1/2,-x; 0,1/2,0 + => SYMM(180): -z,x+1/2,y+1/2 Symbol: -3- x,-x-1/2,x+1; -1/2,0,1/2 + => SYMM(181): -y,-x+1/2,-z+1/2 Symbol: 2 (-1/4,1/4,0) x,-x+1/4,1/4 + => SYMM(182): y,-x+1/2,z+1/2 Symbol: 4- (0,0,1/2) 1/4,1/4,z + => SYMM(183): -y,x+1/2,z+1/2 Symbol: 4+ (0,0,1/2) -1/4,1/4,z + => SYMM(184): y,x+1/2,-z+1/2 Symbol: 2 (1/4,1/4,0) x,x+1/4,1/4 + => SYMM(185): -z,-y+1/2,-x+1/2 Symbol: 2 (-1/4,0,1/4) x,1/4,-x+1/4 + => SYMM(186): z,y+1/2,-x+1/2 Symbol: 4+ (0,1/2,0) 1/4,y,1/4 + => SYMM(187): z,-y+1/2,x+1/2 Symbol: 2 (1/4,0,1/4) x,1/4,x+1/4 + => SYMM(188): -z,y+1/2,x+1/2 Symbol: 4- (0,1/2,0) -1/4,y,1/4 + => SYMM(189): -x,-z+1/2,-y+1/2 Symbol: 2 0,y,-y+1/2 + => SYMM(190): -x,z+1/2,y+1/2 Symbol: 2 (0,1/2,1/2) 0,y,y + => SYMM(191): x,z+1/2,-y+1/2 Symbol: 4- x,1/2,0 + => SYMM(192): x,-z+1/2,y+1/2 Symbol: 4+ x,0,1/2 + + => Special Wyckoff Positions for F m -3 m + + Multp Site Representative Coordinates (centring translations excluded) + 96 k x,x,z x,-x,-z -x,x,-z + -x,-x,z x,z,x -x,-z,x + x,-z,-x -x,z,-x z,x,x + -z,x,-x -z,-x,x z,-x,-x + -x,-x,-z -x,x,z x,-x,z + x,x,-z -x,-z,-x x,z,-x + -x,z,x x,-z,x -z,-x,-x + z,-x,x z,x,-x -z,x,x + + 96 j 0,y,z 0,-y,-z 0,y,-z + 0,-y,z y,z,0 -y,-z,0 + y,-z,0 -y,z,0 z,0,y + -z,0,-y -z,0,y z,0,-y + y,0,z -y,0,-z y,0,-z + -y,0,z z,y,0 -z,-y,0 + -z,y,0 z,-y,0 0,z,y + 0,-z,-y 0,-z,y 0,z,-y + + 48 i 1/2,y,y 1/2,-y,-y 1/2,y,-y + 1/2,-y,y y,y,1/2 -y,-y,1/2 + y,-y,1/2 -y,y,1/2 y,1/2,y + -y,1/2,-y -y,1/2,y y,1/2,-y + + 48 h 0,y,y 0,-y,-y 0,y,-y + 0,-y,y y,y,0 -y,-y,0 + y,-y,0 -y,y,0 y,0,y + -y,0,-y -y,0,y y,0,-y + + 48 g x,1/4,1/4 -x,1/4,3/4 1/4,1/4,x + 1/4,3/4,-x 1/4,x,1/4 3/4,-x,1/4 + -x,3/4,3/4 x,3/4,1/4 3/4,3/4,-x + 3/4,1/4,x 3/4,-x,3/4 1/4,x,3/4 + + 32 f x,x,x x,-x,-x -x,x,-x + -x,-x,x -x,-x,-x -x,x,x + x,-x,x x,x,-x + + 24 e x,0,0 -x,0,0 0,0,x + 0,0,-x 0,x,0 0,-x,0 + + 24 d 0,1/4,1/4 0,1/4,3/4 1/4,1/4,0 + 1/4,3/4,0 1/4,0,1/4 3/4,0,1/4 + + 8 c 1/4,1/4,1/4 3/4,3/4,3/4 + + 4 b 1/2,1/2,1/2 + + 4 a 0,0,0 + + + => Initial parameters ==> + Atom Ntyp X Y Z B occ. in fin Spc Mult + B11 B22 B33 B12 B13 B23 + Li1 LI 0.00000 0.00000 0.00000 1.20000 0.02083 0 0 0 4 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + F1 F 0.50000 0.50000 0.50000 0.80000 0.02083 0 0 0 4 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + + => IT IS ASSUMED THAT THE FIRST GIVEN SITE IS FULLY OCCUPIED + OR THE FIRST AND SECOND ATOMS ARE IN THE SAME SITE WITH TOTAL FULL OCCUPATION + (if this is not the case, change the order of atoms to obtain correct values for the content of the unit cell) + The phase contains sites partially occupied + -> Atom: LI , Chemical element: LI Atomic Mass: 6.9410 + -> Atom: F , Chemical element: F Atomic Mass: 18.9984 + => The given value of ATZ is 103.76 the program has calculated: 103.72 + The value of ATZ given in the input PCR file will be used for quantitative analysis + => The chemical content of the unit cell is: + 4.0000 LI + 4.0000 F + => The normalized site occupation numbers in % are: + 100.0000 Li1 : 100.0000 F1 + => The density (volumic mass) of the compound is: 2.639 g/cm3 + + =>-------> PROFILE PARAMETERS FOR PATTERN: 1 + + => Overall scale factor: 0.100000E-01 + => ETA (p-Voigt) OR M (Pearson VII): 0.0000 + => Overall temperature factor: 0.00000 + => Halfwidth U,V,W: 0.04846 -0.08305 0.04000 + => X and Y parameters: 0.0000 0.0493 + => Direct cell parameters: 4.0267 4.0267 4.0267 90.0000 90.0000 90.0000 + => Preferred orientation parameters: 0.0000 0.0000 + => Asymmetry parameters : 0.00000 0.00000 0.00000 0.00000 + => Strain parameters : 0.00000 0.00000 0.00000 + => Size parameters : 0.00000 0.00000 + => Further shape parameters (S_L and D_L): 0.00000 0.00000 + S_L is source width/detector distance + D_L is detector width/detector distance + + ==> CODEWORDS FOR PROFILE PARAMETERS of PATTERN# 1 + + => Overall scale factor: 0.000 + => ETA (p-Voigt) OR M (Pearson VII): 0.000 + => Overall temperature factor: 0.000 + => Halfwidth U,V,W: 0.000 0.000 0.000 + => X and Y parameters: 0.000 0.000 + => Direct cell parameters: 0.000 0.000 0.000 0.000 0.000 0.000 + => Preferred orientation parameters: 0.000 0.000 + => Asymmetry parameters : 0.000 0.000 0.000 0.000 + => Strain parameters : 0.000 0.000 0.000 + => Size parameters : 0.000 0.000 + + => Cell constraints according to Laue symmetry: m-3m + + Metric information: + ------------------- + + => Direct cell parameters: + + a = 4.0267 b = 4.0267 c = 4.0267 + alpha = 90.000 beta = 90.000 gamma = 90.000 + Direct Cell Volume = 65.2902 + + => Reciprocal cell parameters: + + a*= 0.248342 b*= 0.248342 c*= 0.248342 + alpha*= 90.000 beta*= 90.000 gamma*= 90.000 + Reciprocal Cell Volume = 0.01531624 + + => Direct and Reciprocal Metric Tensors: + + GD GR + 16.2143 0.0000 0.0000 0.061674 0.000000 0.000000 + 0.0000 16.2143 0.0000 0.000000 0.061674 0.000000 + 0.0000 0.0000 16.2143 0.000000 0.000000 0.061674 + + => Cartesian frame: x // a; z is along c*; y is within the ab-plane + + Crystal_to_Orthonormal_Matrix Orthonormal_to_Crystal Matrix + Cr_Orth_cel Orth_Cr_cel + 4.0267 0.0000 0.0000 0.248342 -0.000000 -0.000000 + 0.0000 4.0267 0.0000 0.000000 0.248342 -0.000000 + 0.0000 0.0000 4.0267 0.000000 0.000000 0.248342 + + Busing-Levy B-matrix: Hc=B.H Inverse of the Busing-Levy B-matrix + BL_M BL_Minv + 0.248342 0.000000 0.000000 4.0267 -0.0000 -0.0000 + 0.000000 0.248342 -0.000000 0.0000 4.0267 0.0000 + 0.000000 0.000000 0.248342 0.0000 0.0000 4.0267 + + => Laue symmetry m-3m will be used to generate HKL for pattern# 1 + => Reflections generated between S(1/d)min: 0.1131 A-1 and S(1/d)max: 1.2972 A-1 + => dmax: 8.8380 A and dmin: 0.7709 A + => The number of reflections generated is: 11 + => The max. scatt. variable (gen.ref.) is: 175.4284 + => Scattering coefficients from internal table + + + => X-ray scattering coeff. (A1, B1, A2,...C, f(0), Z, Dfp,Dfpp) + + LI 1.1282 3.9546 0.7508 1.0524 0.6175 85.3905 0.4653 168.2610 0.0377 2.9995 3.0000 0.0010 0.0000 + F 3.5392 10.2825 2.6412 4.2944 1.5170 0.2615 1.0243 26.1476 0.2776 8.9993 9.0000 0.0690 0.0530 + + + => No optimization for routine tasks + + + Standard deviations have to be multiplied by:46.5018 + (correlated residuals) See references: + -J.F.Berar & P.Lelann, J. Appl. Cryst. 24, 1-5 (1991) + -J.F.Berar, Acc. in Pow. Diff. II,NIST Sp.Pub. 846, 63(1992) + + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 1 + => Convergence reached at this CYCLE !!!! + => Parameter shifts set to zero + --------------------------------------------------------------------------------------- + => Phase 1 Name: LiF + --------------------------------------------------------------------------------------- + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Li1 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 1.20000 0.00000 0.00000 0.02083 0.00000 0.00000 + F1 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.80000 0.00000 0.00000 0.02083 0.00000 0.00000 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Overall scale factor: 0.010000000 0.000000000 0.000000000 + => Eta(p-Voigt) or m(Pearson VII): 0.000000 0.000000 0.000000 + => Overall tem. factor: 0.000000 0.000000 0.000000 + => Halfwidth parameters: + 0.048457 0.000000 0.000000 + -0.083053 0.000000 0.000000 + 0.040000 0.000000 0.000000 + => Cell parameters: + 4.026700 0.000000 0.000000 + 4.026700 0.000000 0.000000 + 4.026700 0.000000 0.000000 + 90.000000 0.000000 0.000000 + 90.000000 0.000000 0.000000 + 90.000000 0.000000 0.000000 + => Preferred orientation: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Asymmetry parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => X and Y parameters: + 0.000000 0.000000 0.000000 + 0.049268 0.000000 0.000000 + => Strain parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Size parameters (G,L): + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Further shape parameters (S_L and D_L): + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: 0.0000 0.0000 0.0000 + => Background Polynomial Parameters ==> + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + + => Cos( theta)-shift parameter : 0.0000 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => R-Factors: 99.8 100. Chi2: 412. DW-Stat.: 0.0135 Patt#: 1 + => Expected : 4.94 1.9199 + => Deviance : 0.249E+08 Dev*: 0.000 + => GoF-index: 20. Sqrt(Residual/N) + => N-P+C: 6000 + + => SumYdif SumYobs SumYcal SumwYobsSQ Residual Condition + 0.2449E+07 0.2454E+07 0.3001E+05 0.2454E+07 0.2474E+07 0.000 + + + => Conventional Rietveld Rp,Rwp,Re and Chi2: 99.8 100. 4.94 412.3 + => (Values obtained using Ynet, but true sigma(y)) + => SumYnet, Sum(w Ynet**2): 0.2454E+07 0.2454E+07 + + => N-sigma of the GoF: 22530.158 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => R-Factors: 99.7 101. Chi2: 361. DW-Stat.: 0.0191 Patt#: + => Expected : 5.29 1.9108 + => Deviance : 0.249E+08 Dev*: NaN + => GoF-index: 19. Sqrt(Residual/N) + => N-P+C: 4847 + + => SumYdif SumYobs SumYcal SumwYobsSQ Residual Condition + 0.1726E+07 0.1732E+07 0.3001E+05 0.1732E+07 0.1752E+07 0.000 + + + => Conventional Rietveld Rp,Rwp,Re and Chi2: 99.7 101. 5.29 361.4 + => (Values obtained using Ynet, but true sigma(y)) + => SumYnet, Sum(w Ynet**2): 0.1732E+07 0.1732E+07 + + => N-sigma of the GoF: 17743.977 + + => Global user-weigthed Chi2 (Bragg contrib.): 510. + + => ---------> Pattern# 1 + => Phase: 1 + => Bragg R-factor: 97.9 + => RF-factor : 86.8 + + -------------------------------------------------------------------------------------------------------------- + Pattern# 1 Phase No.: 1 Phase name: LiF + -------------------------------------------------------------------------------------------------------------- + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 1 1 1 1 1 8 0.159109 38.699 199.5 5865.3 11.511 0.129654 0.052217 0.400847 2.324816 57.435642 + 2 1 2 0 0 6 0.148388 44.988 255.0 7863.2 13.495 0.117973 0.053325 0.434433 2.013350 31.060497 + 3 1 2 2 0 12 0.116766 65.511 119.1 4901.1 11.018 0.081387 0.058584 0.579283 1.423653 27.720989 + 4 1 3 1 1 24 0.107046 78.758 31.2 2001.4 6.799 0.066904 0.063739 0.667664 1.214096 39.740883 + 5 1 2 2 2 8 0.108368 83.006 31.3 1836.4 6.487 0.066711 0.065785 0.678270 1.162408 12.307363 + 6 1 4 0 0 6 0.145390 99.845 13.4 1664.9 6.211 0.098681 0.076524 0.603002 1.006675 8.144684 + 7 1 3 3 1 24 0.210634 112.988 11.8 1259.6 4.590 0.158454 0.089250 0.501596 0.923788 35.080727 + 8 1 4 2 0 24 0.242168 117.628 41.9 3339.3 7.709 0.187211 0.095145 0.469778 0.900397 37.111774 + 9 1 4 2 2 24 0.486618 139.154 46.5 6593.2 11.168 0.407978 0.141189 0.358888 0.821947 57.082520 + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 LiF + => Bragg R-factor: 97.9 Vol: 65.290( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 86.8 ATZ: 103.724 Brindley: 1.0000 + + ----------------------------------------------------------------- + SYMBOLIC NAMES AND FINAL VALUES AND SIGMA OF REFINED PARAMETERS: + ----------------------------------------------------------------- + + + ------------------------------------------------------------------ + => Number of bytes for floating point variables: 4 + => Dimensions of dynamic allocated arrays in this run of FullProf: + ------------------------------------------------------------------ + + => Total approximate array memory (dynamic + static): 127459053 bytes + + MaxPOINT= 80000 Max.num. of points(+int. Inten.)/diffraction pattern + MaxREFLT= 25000 Max.num. of reflections/diffraction pattern + MaxPARAM= 500 Max.num. of refinable parameters + MaxOVERL= 9000 Max.num. of overlapping reflections + + ---------------------------------------------------------- + => Number of bytes for floating point arrays: 4 + => Dimensions of fixed arrays in this release of FullProf: + ---------------------------------------------------------- + + NPATT = 80 Max.num. of powder diffraction patterns + NATS = 830 Max.num. of atoms (all kind) in asymmetric unit + MPAR = 1800 Max.num. of non atomic parameters/phase + IEXCL = 30 Max.num. of excluded regions + IBACP = 377 Max.num. of background points for interpolation + NPHT = 16 Max.num. of phases + NMAGM = 8 Max.num. of rotation-matrices sets for magnetic structure + NBASIS = 12 Max.num. of basis functions associated to a single atom + NIREPS = 9 Max.num. of irreducible representations to be combined + N_EQ = 384 Max.num. of user-supplied symmetry operators/propagation vectors + NGL = 400 Max.num. of global parameters/diffraction pattern + N_LINC = 50 Max.num. of global linear restraints + NAT_P = 80 Max.num. of atomic parameters per atom + NCONST = 500 Max.num. of slack constraints per phase + N_SPE = 30 Max.num. of different chemical species + N_FORM = 60 Max.num. of scattering factor values in a table + NPR = 150 Max.num. of points defining a numerical profile + INPR = 25 Max.num. of different numerical peak shapes + NPRC = 150 Max.num. of terms in the table for correcting intensities + NSOL = 10 Max.num. of solutions to be stored in Montecarlo searchs + + + CPU Time: 0.117 seconds + 0.002 minutes + + => Run finished at: Date: 18/06/2026 Time: 09:28:28.790 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.pcr b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.pcr new file mode 100644 index 000000000..2ccad8906 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.pcr @@ -0,0 +1,57 @@ +COMM LiF XrayDif single wavelength polarized Wdt48 +! Current global Chi2 (Bragg contrib.) = 510.4 +! Files => DAT-file: lif_single_polarized.dat, PCR-file: lif_single_polarized +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 0 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 0 1 1 0 4 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.540560 1.540560 0.00000 50.000 48.0000 0.8000 0.0000 160.00 0.5000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 10.00 + 160.00 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + 0.00000 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) + 0.000 0.000 0.000 0.000 0.000 0.000 + 0.00 0.00 0.00 0.00 0.00 0.00 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 97.8776 +!------------------------------------------------------------------------------- +LiF +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 2 0 0 0.0 0.0 1.0 0 0 0 0 0 103.724 0 7 0 +! +! +F m -3 m <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +Li1 LI 0.00000 0.00000 0.00000 1.20000 0.02083 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +F1 F 0.50000 0.50000 0.50000 0.80000 0.02083 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 0.1000000E-01 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.048457 -0.083053 0.040000 0.000000 0.049268 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma #Cell Info + 4.026700 4.026700 4.026700 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 10.000 160.000 1 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.prf b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.prf new file mode 100644 index 000000000..5c92d2b60 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.prf @@ -0,0 +1,6056 @@ +IGOR +WAVES TwoTheta, Iobs, Icalc, Diff +BEGIN + 10.000 179.00 0.00 179.00 + 10.025 147.00 0.00 147.00 + 10.050 165.00 0.00 165.00 + 10.075 172.00 0.00 172.00 + 10.100 150.00 0.00 150.00 + 10.125 165.00 0.00 165.00 + 10.150 150.00 0.00 150.00 + 10.175 158.00 0.00 158.00 + 10.200 134.00 0.00 134.00 + 10.225 146.00 0.00 146.00 + 10.250 167.00 0.00 167.00 + 10.275 159.00 0.00 159.00 + 10.300 139.00 0.00 139.00 + 10.325 145.00 0.00 145.00 + 10.350 165.00 0.00 165.00 + 10.375 150.00 0.00 150.00 + 10.400 149.00 0.00 149.00 + 10.425 156.00 0.00 156.00 + 10.450 143.00 0.00 143.00 + 10.475 166.00 0.00 166.00 + 10.500 154.00 0.00 154.00 + 10.525 131.00 0.00 131.00 + 10.550 144.00 0.00 144.00 + 10.575 131.00 0.00 131.00 + 10.600 140.00 0.00 140.00 + 10.625 147.00 0.00 147.00 + 10.650 155.00 0.00 155.00 + 10.675 148.00 0.00 148.00 + 10.700 140.00 0.00 140.00 + 10.725 138.00 0.00 138.00 + 10.750 127.00 0.00 127.00 + 10.775 146.00 0.00 146.00 + 10.800 147.00 0.00 147.00 + 10.825 114.00 0.00 114.00 + 10.850 129.00 0.00 129.00 + 10.875 129.00 0.00 129.00 + 10.900 128.00 0.00 128.00 + 10.925 136.00 0.00 136.00 + 10.950 148.00 0.00 148.00 + 10.975 132.00 0.00 132.00 + 11.000 141.00 0.00 141.00 + 11.025 135.00 0.00 135.00 + 11.050 141.00 0.00 141.00 + 11.075 145.00 0.00 145.00 + 11.100 131.00 0.00 131.00 + 11.125 142.00 0.00 142.00 + 11.150 148.00 0.00 148.00 + 11.175 151.00 0.00 151.00 + 11.200 127.00 0.00 127.00 + 11.225 133.00 0.00 133.00 + 11.250 131.00 0.00 131.00 + 11.275 125.00 0.00 125.00 + 11.300 129.00 0.00 129.00 + 11.325 128.00 0.00 128.00 + 11.350 134.00 0.00 134.00 + 11.375 142.00 0.00 142.00 + 11.400 115.00 0.00 115.00 + 11.425 138.00 0.00 138.00 + 11.450 125.00 0.00 125.00 + 11.475 120.00 0.00 120.00 + 11.500 130.00 0.00 130.00 + 11.525 118.00 0.00 118.00 + 11.550 118.00 0.00 118.00 + 11.575 116.00 0.00 116.00 + 11.600 119.00 0.00 119.00 + 11.625 101.00 0.00 101.00 + 11.650 117.00 0.00 117.00 + 11.675 142.00 0.00 142.00 + 11.700 112.00 0.00 112.00 + 11.725 114.00 0.00 114.00 + 11.750 111.00 0.00 111.00 + 11.775 122.00 0.00 122.00 + 11.800 131.00 0.00 131.00 + 11.825 107.00 0.00 107.00 + 11.850 121.00 0.00 121.00 + 11.875 123.00 0.00 123.00 + 11.900 120.00 0.00 120.00 + 11.925 126.00 0.00 126.00 + 11.950 125.00 0.00 125.00 + 11.975 120.00 0.00 120.00 + 12.000 103.00 0.00 103.00 + 12.025 121.00 0.00 121.00 + 12.050 109.00 0.00 109.00 + 12.075 115.00 0.00 115.00 + 12.100 122.00 0.00 122.00 + 12.125 123.00 0.00 123.00 + 12.150 107.00 0.00 107.00 + 12.175 126.00 0.00 126.00 + 12.200 133.00 0.00 133.00 + 12.225 120.00 0.00 120.00 + 12.250 100.00 0.00 100.00 + 12.275 130.00 0.00 130.00 + 12.300 130.00 0.00 130.00 + 12.325 109.00 0.00 109.00 + 12.350 116.00 0.00 116.00 + 12.375 121.00 0.00 121.00 + 12.400 99.00 0.00 99.00 + 12.425 107.00 0.00 107.00 + 12.450 110.00 0.00 110.00 + 12.475 136.00 0.00 136.00 + 12.500 113.00 0.00 113.00 + 12.525 102.00 0.00 102.00 + 12.550 117.00 0.00 117.00 + 12.575 111.00 0.00 111.00 + 12.600 105.00 0.00 105.00 + 12.625 92.00 0.00 92.00 + 12.650 110.00 0.00 110.00 + 12.675 116.00 0.00 116.00 + 12.700 124.00 0.00 124.00 + 12.725 111.00 0.00 111.00 + 12.750 91.00 0.00 91.00 + 12.775 106.00 0.00 106.00 + 12.800 122.00 0.00 122.00 + 12.825 121.00 0.00 121.00 + 12.850 119.00 0.00 119.00 + 12.875 114.00 0.00 114.00 + 12.900 129.00 0.00 129.00 + 12.925 95.00 0.00 95.00 + 12.950 117.00 0.00 117.00 + 12.975 102.00 0.00 102.00 + 13.000 102.00 0.00 102.00 + 13.025 117.00 0.00 117.00 + 13.050 99.00 0.00 99.00 + 13.075 124.00 0.00 124.00 + 13.100 107.00 0.00 107.00 + 13.125 108.00 0.00 108.00 + 13.150 99.00 0.00 99.00 + 13.175 113.00 0.00 113.00 + 13.200 104.00 0.00 104.00 + 13.225 92.00 0.00 92.00 + 13.250 98.00 0.00 98.00 + 13.275 107.00 0.00 107.00 + 13.300 88.00 0.00 88.00 + 13.325 96.00 0.00 96.00 + 13.350 104.00 0.00 104.00 + 13.375 81.00 0.00 81.00 + 13.400 111.00 0.00 111.00 + 13.425 78.00 0.00 78.00 + 13.450 104.00 0.00 104.00 + 13.475 119.00 0.00 119.00 + 13.500 106.00 0.00 106.00 + 13.525 105.00 0.00 105.00 + 13.550 96.00 0.00 96.00 + 13.575 81.00 0.00 81.00 + 13.600 95.00 0.00 95.00 + 13.625 96.00 0.00 96.00 + 13.650 103.00 0.00 103.00 + 13.675 91.00 0.00 91.00 + 13.700 112.00 0.00 112.00 + 13.725 107.00 0.00 107.00 + 13.750 87.00 0.00 87.00 + 13.775 112.00 0.00 112.00 + 13.800 92.00 0.00 92.00 + 13.825 79.00 0.00 79.00 + 13.850 92.00 0.00 92.00 + 13.875 103.00 0.00 103.00 + 13.900 97.00 0.00 97.00 + 13.925 102.00 0.00 102.00 + 13.950 86.00 0.00 86.00 + 13.975 97.00 0.00 97.00 + 14.000 103.00 0.00 103.00 + 14.025 93.00 0.00 93.00 + 14.050 111.00 0.00 111.00 + 14.075 95.00 0.00 95.00 + 14.100 96.00 0.00 96.00 + 14.125 93.00 0.00 93.00 + 14.150 85.00 0.00 85.00 + 14.175 104.00 0.00 104.00 + 14.200 98.00 0.00 98.00 + 14.225 108.00 0.00 108.00 + 14.250 76.00 0.00 76.00 + 14.275 92.00 0.00 92.00 + 14.300 95.00 0.00 95.00 + 14.325 89.00 0.00 89.00 + 14.350 105.00 0.00 105.00 + 14.375 95.00 0.00 95.00 + 14.400 92.00 0.00 92.00 + 14.425 105.00 0.00 105.00 + 14.450 89.00 0.00 89.00 + 14.475 99.00 0.00 99.00 + 14.500 101.00 0.00 101.00 + 14.525 97.00 0.00 97.00 + 14.550 93.00 0.00 93.00 + 14.575 99.00 0.00 99.00 + 14.600 100.00 0.00 100.00 + 14.625 83.00 0.00 83.00 + 14.650 93.00 0.00 93.00 + 14.675 96.00 0.00 96.00 + 14.700 69.00 0.00 69.00 + 14.725 101.00 0.00 101.00 + 14.750 97.00 0.00 97.00 + 14.775 85.00 0.00 85.00 + 14.800 95.00 0.00 95.00 + 14.825 85.00 0.00 85.00 + 14.850 111.00 0.00 111.00 + 14.875 85.00 0.00 85.00 + 14.900 86.00 0.00 86.00 + 14.925 100.00 0.00 100.00 + 14.950 88.00 0.00 88.00 + 14.975 98.00 0.00 98.00 + 15.000 92.00 0.00 92.00 + 15.025 93.00 0.00 93.00 + 15.050 94.00 0.00 94.00 + 15.075 93.00 0.00 93.00 + 15.100 81.00 0.00 81.00 + 15.125 98.00 0.00 98.00 + 15.150 78.00 0.00 78.00 + 15.175 79.00 0.00 79.00 + 15.200 93.00 0.00 93.00 + 15.225 81.00 0.00 81.00 + 15.250 88.00 0.00 88.00 + 15.275 73.00 0.00 73.00 + 15.300 85.00 0.00 85.00 + 15.325 106.00 0.00 106.00 + 15.350 88.00 0.00 88.00 + 15.375 94.00 0.00 94.00 + 15.400 96.00 0.00 96.00 + 15.425 91.00 0.00 91.00 + 15.450 101.00 0.00 101.00 + 15.475 89.00 0.00 89.00 + 15.500 87.00 0.00 87.00 + 15.525 95.00 0.00 95.00 + 15.550 87.00 0.00 87.00 + 15.575 97.00 0.00 97.00 + 15.600 81.00 0.00 81.00 + 15.625 87.00 0.00 87.00 + 15.650 93.00 0.00 93.00 + 15.675 90.00 0.00 90.00 + 15.700 73.00 0.00 73.00 + 15.725 98.00 0.00 98.00 + 15.750 86.00 0.00 86.00 + 15.775 80.00 0.00 80.00 + 15.800 82.00 0.00 82.00 + 15.825 97.00 0.00 97.00 + 15.850 80.00 0.00 80.00 + 15.875 81.00 0.00 81.00 + 15.900 80.00 0.00 80.00 + 15.925 81.00 0.00 81.00 + 15.950 73.00 0.00 73.00 + 15.975 106.00 0.00 106.00 + 16.000 92.00 0.00 92.00 + 16.025 101.00 0.00 101.00 + 16.050 98.00 0.00 98.00 + 16.075 104.00 0.00 104.00 + 16.100 106.00 0.00 106.00 + 16.125 98.00 0.00 98.00 + 16.150 114.00 0.00 114.00 + 16.175 97.00 0.00 97.00 + 16.200 129.00 0.00 129.00 + 16.225 112.00 0.00 112.00 + 16.250 141.00 0.00 141.00 + 16.275 167.00 0.00 167.00 + 16.300 157.00 0.00 157.00 + 16.325 200.00 0.00 200.00 + 16.350 215.00 0.00 215.00 + 16.375 321.00 0.00 321.00 + 16.400 397.00 0.00 397.00 + 16.425 434.00 0.00 434.00 + 16.450 445.00 0.00 445.00 + 16.475 313.00 0.00 313.00 + 16.500 197.00 0.00 197.00 + 16.525 155.00 0.00 155.00 + 16.550 110.00 0.00 110.00 + 16.575 118.00 0.00 118.00 + 16.600 86.00 0.00 86.00 + 16.625 110.00 0.00 110.00 + 16.650 95.00 0.00 95.00 + 16.675 93.00 0.00 93.00 + 16.700 98.00 0.00 98.00 + 16.725 80.00 0.00 80.00 + 16.750 85.00 0.00 85.00 + 16.775 106.00 0.00 106.00 + 16.800 86.00 0.00 86.00 + 16.825 103.00 0.00 103.00 + 16.850 92.00 0.00 92.00 + 16.875 88.00 0.00 88.00 + 16.900 94.00 0.00 94.00 + 16.925 79.00 0.00 79.00 + 16.950 92.00 0.00 92.00 + 16.975 106.00 0.00 106.00 + 17.000 82.00 0.00 82.00 + 17.025 104.00 0.00 104.00 + 17.050 94.00 0.00 94.00 + 17.075 88.00 0.00 88.00 + 17.100 97.00 0.00 97.00 + 17.125 93.00 0.00 93.00 + 17.150 90.00 0.00 90.00 + 17.175 120.00 0.00 120.00 + 17.200 93.00 0.00 93.00 + 17.225 106.00 0.00 106.00 + 17.250 89.00 0.00 89.00 + 17.275 92.00 0.00 92.00 + 17.300 100.00 0.00 100.00 + 17.325 91.00 0.00 91.00 + 17.350 99.00 0.00 99.00 + 17.375 81.00 0.00 81.00 + 17.400 89.00 0.00 89.00 + 17.425 79.00 0.00 79.00 + 17.450 91.00 0.00 91.00 + 17.475 84.00 0.00 84.00 + 17.500 92.00 0.00 92.00 + 17.525 107.00 0.00 107.00 + 17.550 99.00 0.00 99.00 + 17.575 92.00 0.00 92.00 + 17.600 87.00 0.00 87.00 + 17.625 88.00 0.00 88.00 + 17.650 67.00 0.00 67.00 + 17.675 81.00 0.00 81.00 + 17.700 86.00 0.00 86.00 + 17.725 85.00 0.00 85.00 + 17.750 103.00 0.00 103.00 + 17.775 85.00 0.00 85.00 + 17.800 77.00 0.00 77.00 + 17.825 105.00 0.00 105.00 + 17.850 93.00 0.00 93.00 + 17.875 96.00 0.00 96.00 + 17.900 93.00 0.00 93.00 + 17.925 85.00 0.00 85.00 + 17.950 75.00 0.00 75.00 + 17.975 105.00 0.00 105.00 + 18.000 85.00 0.00 85.00 + 18.025 89.00 0.00 89.00 + 18.050 86.00 0.00 86.00 + 18.075 76.00 0.00 76.00 + 18.100 86.00 0.00 86.00 + 18.125 71.00 0.00 71.00 + 18.150 101.00 0.00 101.00 + 18.175 100.00 0.00 100.00 + 18.200 89.00 0.00 89.00 + 18.225 74.00 0.00 74.00 + 18.250 101.00 0.00 101.00 + 18.275 103.00 0.00 103.00 + 18.300 95.00 0.00 95.00 + 18.325 100.00 0.00 100.00 + 18.350 87.00 0.00 87.00 + 18.375 94.00 0.00 94.00 + 18.400 84.00 0.00 84.00 + 18.425 102.00 0.00 102.00 + 18.450 92.00 0.00 92.00 + 18.475 80.00 0.00 80.00 + 18.500 82.00 0.00 82.00 + 18.525 105.00 0.00 105.00 + 18.550 84.00 0.00 84.00 + 18.575 83.00 0.00 83.00 + 18.600 93.00 0.00 93.00 + 18.625 92.00 0.00 92.00 + 18.650 105.00 0.00 105.00 + 18.675 94.00 0.00 94.00 + 18.700 88.00 0.00 88.00 + 18.725 97.00 0.00 97.00 + 18.750 88.00 0.00 88.00 + 18.775 110.00 0.00 110.00 + 18.800 110.00 0.00 110.00 + 18.825 84.00 0.00 84.00 + 18.850 89.00 0.00 89.00 + 18.875 98.00 0.00 98.00 + 18.900 92.00 0.00 92.00 + 18.925 86.00 0.00 86.00 + 18.950 110.00 0.00 110.00 + 18.975 98.00 0.00 98.00 + 19.000 93.00 0.00 93.00 + 19.025 94.00 0.00 94.00 + 19.050 104.00 0.00 104.00 + 19.075 96.00 0.00 96.00 + 19.100 105.00 0.00 105.00 + 19.125 99.00 0.00 99.00 + 19.150 117.00 0.00 117.00 + 19.175 111.00 0.00 111.00 + 19.200 100.00 0.00 100.00 + 19.225 125.00 0.00 125.00 + 19.250 99.00 0.00 99.00 + 19.275 107.00 0.00 107.00 + 19.300 107.00 0.00 107.00 + 19.325 98.00 0.00 98.00 + 19.350 84.00 0.00 84.00 + 19.375 112.00 0.00 112.00 + 19.400 99.00 0.00 99.00 + 19.425 93.00 0.00 93.00 + 19.450 108.00 0.00 108.00 + 19.475 100.00 0.00 100.00 + 19.500 91.00 0.00 91.00 + 19.525 98.00 0.00 98.00 + 19.550 124.00 0.00 124.00 + 19.575 98.00 0.00 98.00 + 19.600 121.00 0.00 121.00 + 19.625 114.00 0.00 114.00 + 19.650 93.00 0.00 93.00 + 19.675 87.00 0.00 87.00 + 19.700 95.00 0.00 95.00 + 19.725 95.00 0.00 95.00 + 19.750 121.00 0.00 121.00 + 19.775 102.00 0.00 102.00 + 19.800 127.00 0.00 127.00 + 19.825 119.00 0.00 119.00 + 19.850 118.00 0.00 118.00 + 19.875 107.00 0.00 107.00 + 19.900 100.00 0.00 100.00 + 19.925 95.00 0.00 95.00 + 19.950 116.00 0.00 116.00 + 19.975 136.00 0.00 136.00 + 20.000 92.00 0.00 92.00 + 20.025 127.00 0.00 127.00 + 20.050 127.00 0.00 127.00 + 20.075 115.00 0.00 115.00 + 20.100 124.00 0.00 124.00 + 20.125 130.00 0.00 130.00 + 20.150 123.00 0.00 123.00 + 20.175 137.00 0.00 137.00 + 20.200 136.00 0.00 136.00 + 20.225 165.00 0.00 165.00 + 20.250 150.00 0.00 150.00 + 20.275 173.00 0.00 173.00 + 20.300 190.00 0.00 190.00 + 20.325 211.00 0.00 211.00 + 20.350 212.00 0.00 212.00 + 20.375 255.00 0.00 255.00 + 20.400 264.00 0.00 264.00 + 20.425 305.00 0.00 305.00 + 20.450 353.00 0.00 353.00 + 20.475 415.00 0.00 415.00 + 20.500 507.00 0.00 507.00 + 20.525 623.00 0.00 623.00 + 20.550 833.00 0.00 833.00 + 20.575 1076.00 0.00 1076.00 + 20.600 1417.00 0.00 1417.00 + 20.625 1958.00 0.00 1958.00 + 20.650 2624.00 0.00 2624.00 + 20.675 3927.00 0.00 3927.00 + 20.700 5466.00 0.00 5466.00 + 20.725 7996.00 0.00 7996.00 + 20.750 11062.00 0.00 11062.00 + 20.775 12925.00 0.00 12925.00 + 20.800 12506.00 0.00 12506.00 + 20.825 10327.00 0.00 10327.00 + 20.850 8178.00 0.00 8178.00 + 20.875 6771.00 0.00 6771.00 + 20.900 5910.00 0.00 5910.00 + 20.925 4886.00 0.00 4886.00 + 20.950 3432.00 0.00 3432.00 + 20.975 2110.00 0.00 2110.00 + 21.000 1182.00 0.00 1182.00 + 21.025 802.00 0.00 802.00 + 21.050 623.00 0.00 623.00 + 21.075 527.00 0.00 527.00 + 21.100 435.00 0.00 435.00 + 21.125 393.00 0.00 393.00 + 21.150 356.00 0.00 356.00 + 21.175 333.00 0.00 333.00 + 21.200 295.00 0.00 295.00 + 21.225 316.00 0.00 316.00 + 21.250 280.00 0.00 280.00 + 21.275 248.00 0.00 248.00 + 21.300 264.00 0.00 264.00 + 21.325 216.00 0.00 216.00 + 21.350 202.00 0.00 202.00 + 21.375 211.00 0.00 211.00 + 21.400 187.00 0.00 187.00 + 21.425 168.00 0.00 168.00 + 21.450 208.00 0.00 208.00 + 21.475 160.00 0.00 160.00 + 21.500 171.00 0.00 171.00 + 21.525 149.00 0.00 149.00 + 21.550 166.00 0.00 166.00 + 21.575 138.00 0.00 138.00 + 21.600 168.00 0.00 168.00 + 21.625 129.00 0.00 129.00 + 21.650 147.00 0.00 147.00 + 21.675 134.00 0.00 134.00 + 21.700 125.00 0.00 125.00 + 21.725 137.00 0.00 137.00 + 21.750 112.00 0.00 112.00 + 21.775 128.00 0.00 128.00 + 21.800 134.00 0.00 134.00 + 21.825 121.00 0.00 121.00 + 21.850 138.00 0.00 138.00 + 21.875 103.00 0.00 103.00 + 21.900 124.00 0.00 124.00 + 21.925 115.00 0.00 115.00 + 21.950 119.00 0.00 119.00 + 21.975 109.00 0.00 109.00 + 22.000 119.00 0.00 119.00 + 22.025 116.00 0.00 116.00 + 22.050 127.00 0.00 127.00 + 22.075 133.00 0.00 133.00 + 22.100 121.00 0.00 121.00 + 22.125 109.00 0.00 109.00 + 22.150 114.00 0.00 114.00 + 22.175 113.00 0.00 113.00 + 22.200 120.00 0.00 120.00 + 22.225 118.00 0.00 118.00 + 22.250 102.00 0.00 102.00 + 22.275 110.00 0.00 110.00 + 22.300 118.00 0.00 118.00 + 22.325 123.00 0.00 123.00 + 22.350 116.00 0.00 116.00 + 22.375 112.00 0.00 112.00 + 22.400 107.00 0.00 107.00 + 22.425 121.00 0.00 121.00 + 22.450 104.00 0.00 104.00 + 22.475 124.00 0.00 124.00 + 22.500 105.00 0.00 105.00 + 22.525 128.00 0.00 128.00 + 22.550 115.00 0.00 115.00 + 22.575 128.00 0.00 128.00 + 22.600 99.00 0.00 99.00 + 22.625 130.00 0.00 130.00 + 22.650 109.00 0.00 109.00 + 22.675 125.00 0.00 125.00 + 22.700 138.00 0.00 138.00 + 22.725 141.00 0.00 141.00 + 22.750 135.00 0.00 135.00 + 22.775 125.00 0.00 125.00 + 22.800 140.00 0.00 140.00 + 22.825 152.00 0.00 152.00 + 22.850 177.00 0.00 177.00 + 22.875 177.00 0.00 177.00 + 22.900 191.00 0.00 191.00 + 22.925 195.00 0.00 195.00 + 22.950 225.00 0.00 225.00 + 22.975 258.00 0.00 258.00 + 23.000 301.00 0.00 301.00 + 23.025 337.00 0.00 337.00 + 23.050 468.00 0.00 468.00 + 23.075 618.00 0.00 618.00 + 23.100 837.00 0.00 837.00 + 23.125 1082.00 0.00 1082.00 + 23.150 1507.00 0.00 1507.00 + 23.175 2283.00 0.00 2283.00 + 23.200 3235.00 0.00 3235.00 + 23.225 4791.00 0.00 4791.00 + 23.250 6588.00 0.00 6588.00 + 23.275 8176.00 0.00 8176.00 + 23.300 8122.00 0.00 8122.00 + 23.325 6687.00 0.00 6687.00 + 23.350 5078.00 0.00 5078.00 + 23.375 3206.00 0.00 3206.00 + 23.400 1822.00 0.00 1822.00 + 23.425 1101.00 0.00 1101.00 + 23.450 712.00 0.00 712.00 + 23.475 566.00 0.00 566.00 + 23.500 470.00 0.00 470.00 + 23.525 381.00 0.00 381.00 + 23.550 302.00 0.00 302.00 + 23.575 277.00 0.00 277.00 + 23.600 259.00 0.00 259.00 + 23.625 259.00 0.00 259.00 + 23.650 212.00 0.00 212.00 + 23.675 198.00 0.00 198.00 + 23.700 189.00 0.00 189.00 + 23.725 153.00 0.00 153.00 + 23.750 182.00 0.00 182.00 + 23.775 178.00 0.00 178.00 + 23.800 175.00 0.00 175.00 + 23.825 164.00 0.00 164.00 + 23.850 139.00 0.00 139.00 + 23.875 176.00 0.00 176.00 + 23.900 159.00 0.00 159.00 + 23.925 147.00 0.00 147.00 + 23.950 172.00 0.00 172.00 + 23.975 167.00 0.00 167.00 + 24.000 159.00 0.00 159.00 + 24.025 180.00 0.00 180.00 + 24.050 168.00 0.00 168.00 + 24.075 162.00 0.00 162.00 + 24.100 166.00 0.00 166.00 + 24.125 147.00 0.00 147.00 + 24.150 149.00 0.00 149.00 + 24.175 161.00 0.00 161.00 + 24.200 173.00 0.00 173.00 + 24.225 145.00 0.00 145.00 + 24.250 210.00 0.00 210.00 + 24.275 201.00 0.00 201.00 + 24.300 257.00 0.00 257.00 + 24.325 262.00 0.00 262.00 + 24.350 342.00 0.00 342.00 + 24.375 451.00 0.00 451.00 + 24.400 598.00 0.00 598.00 + 24.425 796.00 0.00 796.00 + 24.450 1089.00 0.00 1089.00 + 24.475 1648.00 0.00 1648.00 + 24.500 2386.00 0.00 2386.00 + 24.525 3203.00 0.00 3203.00 + 24.550 3155.00 0.00 3155.00 + 24.575 2711.00 0.00 2711.00 + 24.600 1970.00 0.00 1970.00 + 24.625 1292.00 0.00 1292.00 + 24.650 729.00 0.00 729.00 + 24.675 450.00 0.00 450.00 + 24.700 289.00 0.00 289.00 + 24.725 285.00 0.00 285.00 + 24.750 218.00 0.00 218.00 + 24.775 211.00 0.00 211.00 + 24.800 202.00 0.00 202.00 + 24.825 168.00 0.00 168.00 + 24.850 165.00 0.00 165.00 + 24.875 177.00 0.00 177.00 + 24.900 176.00 0.00 176.00 + 24.925 197.00 0.00 197.00 + 24.950 164.00 0.00 164.00 + 24.975 141.00 0.00 141.00 + 25.000 160.00 0.00 160.00 + 25.025 160.00 0.00 160.00 + 25.050 157.00 0.00 157.00 + 25.075 145.00 0.00 145.00 + 25.100 165.00 0.00 165.00 + 25.125 158.00 0.00 158.00 + 25.150 158.00 0.00 158.00 + 25.175 197.00 0.00 197.00 + 25.200 179.00 0.00 179.00 + 25.225 203.00 0.00 203.00 + 25.250 194.00 0.00 194.00 + 25.275 216.00 0.00 216.00 + 25.300 282.00 0.00 282.00 + 25.325 282.00 0.00 282.00 + 25.350 364.00 0.00 364.00 + 25.375 456.00 0.00 456.00 + 25.400 632.00 0.00 632.00 + 25.425 854.00 0.00 854.00 + 25.450 1213.00 0.00 1213.00 + 25.475 1815.00 0.00 1815.00 + 25.500 2863.00 0.00 2863.00 + 25.525 4063.00 0.00 4063.00 + 25.550 4649.00 0.00 4649.00 + 25.575 4165.00 0.00 4165.00 + 25.600 3168.00 0.00 3168.00 + 25.625 2329.00 0.00 2329.00 + 25.650 1423.00 0.00 1423.00 + 25.675 738.00 0.00 738.00 + 25.700 438.00 0.00 438.00 + 25.725 367.00 0.00 367.00 + 25.750 295.00 0.00 295.00 + 25.775 246.00 0.00 246.00 + 25.800 246.00 0.00 246.00 + 25.825 191.00 0.00 191.00 + 25.850 179.00 0.00 179.00 + 25.875 178.00 0.00 178.00 + 25.900 170.00 0.00 170.00 + 25.925 182.00 0.00 182.00 + 25.950 158.00 0.00 158.00 + 25.975 182.00 0.00 182.00 + 26.000 179.00 0.00 179.00 + 26.025 184.00 0.00 184.00 + 26.050 181.00 0.00 181.00 + 26.075 169.00 0.00 169.00 + 26.100 171.00 0.00 171.00 + 26.125 191.00 0.00 191.00 + 26.150 175.00 0.00 175.00 + 26.175 216.00 0.00 216.00 + 26.200 195.00 0.00 195.00 + 26.225 224.00 0.00 224.00 + 26.250 209.00 0.00 209.00 + 26.275 251.00 0.00 251.00 + 26.300 257.00 0.00 257.00 + 26.325 298.00 0.00 298.00 + 26.350 297.00 0.00 297.00 + 26.375 378.00 0.00 378.00 + 26.400 406.00 0.00 406.00 + 26.425 499.00 0.00 499.00 + 26.450 590.00 0.00 590.00 + 26.475 746.00 0.00 746.00 + 26.500 983.00 0.00 983.00 + 26.525 1402.00 0.00 1402.00 + 26.550 2108.00 0.00 2108.00 + 26.575 3097.00 0.00 3097.00 + 26.600 4641.00 0.00 4641.00 + 26.625 7229.00 0.00 7229.00 + 26.650 10690.00 0.00 10690.00 + 26.675 13494.00 0.00 13494.00 + 26.700 13106.00 0.00 13106.00 + 26.725 10401.00 0.00 10401.00 + 26.750 7908.00 0.00 7908.00 + 26.775 5365.00 0.00 5365.00 + 26.800 2857.00 0.00 2857.00 + 26.825 1575.00 0.00 1575.00 + 26.850 947.00 0.00 947.00 + 26.875 697.00 0.00 697.00 + 26.900 595.00 0.00 595.00 + 26.925 529.00 0.00 529.00 + 26.950 450.00 0.00 450.00 + 26.975 423.00 0.00 423.00 + 27.000 344.00 0.00 344.00 + 27.025 319.00 0.00 319.00 + 27.050 309.00 0.00 309.00 + 27.075 252.00 0.00 252.00 + 27.100 257.00 0.00 257.00 + 27.125 252.00 0.00 252.00 + 27.150 266.00 0.00 266.00 + 27.175 275.00 0.00 275.00 + 27.200 257.00 0.00 257.00 + 27.225 285.00 0.00 285.00 + 27.250 285.00 0.00 285.00 + 27.275 270.00 0.00 270.00 + 27.300 280.00 0.00 280.00 + 27.325 347.00 0.00 347.00 + 27.350 282.00 0.00 282.00 + 27.375 362.00 0.00 362.00 + 27.400 426.00 0.00 426.00 + 27.425 461.00 0.00 461.00 + 27.450 637.00 0.00 637.00 + 27.475 693.00 0.00 693.00 + 27.500 1051.00 0.00 1051.00 + 27.525 1425.00 0.00 1425.00 + 27.550 2158.00 0.00 2158.00 + 27.575 3198.00 0.00 3198.00 + 27.600 5190.00 0.00 5190.00 + 27.625 8004.00 0.00 8004.00 + 27.650 10350.00 0.00 10350.00 + 27.675 9724.00 0.00 9724.00 + 27.700 7797.00 0.00 7797.00 + 27.725 6126.00 0.00 6126.00 + 27.750 4329.00 0.00 4329.00 + 27.775 2276.00 0.00 2276.00 + 27.800 1177.00 0.00 1177.00 + 27.825 756.00 0.00 756.00 + 27.850 591.00 0.00 591.00 + 27.875 486.00 0.00 486.00 + 27.900 352.00 0.00 352.00 + 27.925 340.00 0.00 340.00 + 27.950 314.00 0.00 314.00 + 27.975 270.00 0.00 270.00 + 28.000 256.00 0.00 256.00 + 28.025 253.00 0.00 253.00 + 28.050 245.00 0.00 245.00 + 28.075 206.00 0.00 206.00 + 28.100 212.00 0.00 212.00 + 28.125 183.00 0.00 183.00 + 28.150 205.00 0.00 205.00 + 28.175 185.00 0.00 185.00 + 28.200 164.00 0.00 164.00 + 28.225 197.00 0.00 197.00 + 28.250 167.00 0.00 167.00 + 28.275 175.00 0.00 175.00 + 28.300 159.00 0.00 159.00 + 28.325 152.00 0.00 152.00 + 28.350 162.00 0.00 162.00 + 28.375 168.00 0.00 168.00 + 28.400 151.00 0.00 151.00 + 28.425 153.00 0.00 153.00 + 28.450 128.00 0.00 128.00 + 28.475 167.00 0.00 167.00 + 28.500 147.00 0.00 147.00 + 28.525 140.00 0.00 140.00 + 28.550 139.00 0.00 139.00 + 28.575 153.00 0.00 153.00 + 28.600 153.00 0.00 153.00 + 28.625 154.00 0.00 154.00 + 28.650 145.00 0.00 145.00 + 28.675 147.00 0.00 147.00 + 28.700 134.00 0.00 134.00 + 28.725 160.00 0.00 160.00 + 28.750 137.00 0.00 137.00 + 28.775 134.00 0.00 134.00 + 28.800 131.00 0.00 131.00 + 28.825 157.00 0.00 157.00 + 28.850 137.00 0.00 137.00 + 28.875 145.00 0.00 145.00 + 28.900 151.00 0.00 151.00 + 28.925 164.00 0.00 164.00 + 28.950 171.00 0.00 171.00 + 28.975 172.00 0.00 172.00 + 29.000 165.00 0.00 165.00 + 29.025 168.00 0.00 168.00 + 29.050 162.00 0.00 162.00 + 29.075 193.00 0.00 193.00 + 29.100 169.00 0.00 169.00 + 29.125 199.00 0.00 199.00 + 29.150 186.00 0.00 186.00 + 29.175 208.00 0.00 208.00 + 29.200 196.00 0.00 196.00 + 29.225 182.00 0.00 182.00 + 29.250 246.00 0.00 246.00 + 29.275 245.00 0.00 245.00 + 29.300 284.00 0.00 284.00 + 29.325 340.00 0.00 340.00 + 29.350 364.00 0.00 364.00 + 29.375 382.00 0.00 382.00 + 29.400 519.00 0.00 519.00 + 29.425 665.00 0.00 665.00 + 29.450 837.00 0.00 837.00 + 29.475 1080.00 0.00 1080.00 + 29.500 1566.00 0.00 1566.00 + 29.525 2321.00 0.00 2321.00 + 29.550 3438.00 0.00 3438.00 + 29.575 5181.00 0.00 5181.00 + 29.600 8141.00 0.00 8141.00 + 29.625 12608.00 0.00 12608.00 + 29.650 15702.00 0.00 15702.00 + 29.675 14432.00 0.00 14432.00 + 29.700 12071.00 0.00 12071.00 + 29.725 9687.00 0.00 9687.00 + 29.750 7137.00 0.00 7137.00 + 29.775 4123.00 0.00 4123.00 + 29.800 2094.00 0.00 2094.00 + 29.825 1334.00 0.00 1334.00 + 29.850 1013.00 0.00 1013.00 + 29.875 780.00 0.00 780.00 + 29.900 668.00 0.00 668.00 + 29.925 467.00 0.00 467.00 + 29.950 438.00 0.00 438.00 + 29.975 379.00 0.00 379.00 + 30.000 355.00 0.00 355.00 + 30.025 263.00 0.00 263.00 + 30.050 287.00 0.00 287.00 + 30.075 299.00 0.00 299.00 + 30.100 247.00 0.00 247.00 + 30.125 253.00 0.00 253.00 + 30.150 236.00 0.00 236.00 + 30.175 223.00 0.00 223.00 + 30.200 193.00 0.00 193.00 + 30.225 198.00 0.00 198.00 + 30.250 184.00 0.00 184.00 + 30.275 204.00 0.00 204.00 + 30.300 185.00 0.00 185.00 + 30.325 174.00 0.00 174.00 + 30.350 201.00 0.00 201.00 + 30.375 168.00 0.00 168.00 + 30.400 185.00 0.00 185.00 + 30.425 175.00 0.00 175.00 + 30.450 171.00 0.00 171.00 + 30.475 153.00 0.00 153.00 + 30.500 162.00 0.00 162.00 + 30.525 135.00 0.00 135.00 + 30.550 159.00 0.00 159.00 + 30.575 139.00 0.00 139.00 + 30.600 147.00 0.00 147.00 + 30.625 127.00 0.00 127.00 + 30.650 143.00 0.00 143.00 + 30.675 140.00 0.00 140.00 + 30.700 115.00 0.00 115.00 + 30.725 142.00 0.00 142.00 + 30.750 123.00 0.00 123.00 + 30.775 156.00 0.00 156.00 + 30.800 133.00 0.00 133.00 + 30.825 135.00 0.00 135.00 + 30.850 128.00 0.00 128.00 + 30.875 130.00 0.00 130.00 + 30.900 127.00 0.00 127.00 + 30.925 120.00 0.00 120.00 + 30.950 121.00 0.00 121.00 + 30.975 106.00 0.00 106.00 + 31.000 134.00 0.00 134.00 + 31.025 114.00 0.00 114.00 + 31.050 107.00 0.00 107.00 + 31.075 123.00 0.03 122.97 + 31.100 111.00 0.04 110.96 + 31.125 92.00 0.04 91.96 + 31.150 134.00 0.04 133.96 + 31.175 87.00 0.04 86.96 + 31.200 130.00 0.04 129.96 + 31.225 97.00 0.04 96.96 + 31.250 101.00 0.04 100.96 + 31.275 113.00 0.04 112.96 + 31.300 119.00 0.04 118.96 + 31.325 122.00 0.04 121.96 + 31.350 114.00 0.04 113.96 + 31.375 117.00 0.04 116.96 + 31.400 84.00 0.04 83.96 + 31.425 105.00 0.04 104.96 + 31.450 111.00 0.04 110.96 + 31.475 104.00 0.04 103.96 + 31.500 119.00 0.04 118.96 + 31.525 119.00 0.04 118.96 + 31.550 101.00 0.04 100.96 + 31.575 117.00 0.04 116.96 + 31.600 122.00 0.04 121.96 + 31.625 105.00 0.04 104.96 + 31.650 128.00 0.04 127.96 + 31.675 116.00 0.04 115.96 + 31.700 126.00 0.04 125.96 + 31.725 115.00 0.04 114.96 + 31.750 121.00 0.04 120.96 + 31.775 116.00 0.04 115.96 + 31.800 144.00 0.04 143.96 + 31.825 141.00 0.04 140.96 + 31.850 128.00 0.04 127.96 + 31.875 148.00 0.04 147.96 + 31.900 165.00 0.04 164.96 + 31.925 172.00 0.04 171.96 + 31.950 182.00 0.04 181.96 + 31.975 174.00 0.04 173.96 + 32.000 193.00 0.05 192.95 + 32.025 230.00 0.05 229.95 + 32.050 247.00 0.05 246.95 + 32.075 312.00 0.05 311.95 + 32.100 325.00 0.05 324.95 + 32.125 423.00 0.05 422.95 + 32.150 589.00 0.05 588.95 + 32.175 755.00 0.05 754.95 + 32.200 1130.00 0.05 1129.95 + 32.225 1670.00 0.05 1669.95 + 32.250 2522.00 0.05 2521.95 + 32.275 3976.00 0.05 3975.95 + 32.300 5312.00 0.05 5311.95 + 32.325 5540.00 0.05 5539.95 + 32.350 4806.00 0.05 4805.95 + 32.375 3984.00 0.05 3983.95 + 32.400 3579.00 0.05 3578.95 + 32.425 2684.00 0.05 2683.95 + 32.450 1672.00 0.05 1671.95 + 32.475 977.00 0.05 976.95 + 32.500 645.00 0.05 644.95 + 32.525 451.00 0.05 450.95 + 32.550 390.00 0.05 389.95 + 32.575 317.00 0.05 316.95 + 32.600 305.00 0.05 304.95 + 32.625 278.00 0.06 277.94 + 32.650 234.00 0.06 233.94 + 32.675 264.00 0.06 263.94 + 32.700 246.00 0.06 245.94 + 32.725 263.00 0.06 262.94 + 32.750 239.00 0.06 238.94 + 32.775 271.00 0.06 270.94 + 32.800 260.00 0.06 259.94 + 32.825 299.00 0.06 298.94 + 32.850 300.00 0.06 299.94 + 32.875 332.00 0.06 331.94 + 32.900 411.00 0.06 410.94 + 32.925 497.00 0.06 496.94 + 32.950 630.00 0.06 629.94 + 32.975 918.00 0.06 917.94 + 33.000 1214.00 0.06 1213.94 + 33.025 1839.00 0.06 1838.94 + 33.050 2852.00 0.06 2851.94 + 33.075 4745.00 0.06 4744.94 + 33.100 6636.00 0.06 6635.94 + 33.125 7831.00 0.07 7830.93 + 33.150 7010.00 0.07 7009.93 + 33.175 5926.00 0.07 5925.93 + 33.200 5069.00 0.07 5068.93 + 33.225 4251.00 0.07 4250.93 + 33.250 2900.00 0.07 2899.93 + 33.275 1743.00 0.07 1742.93 + 33.300 1167.00 0.07 1166.93 + 33.325 841.00 0.07 840.93 + 33.350 646.00 0.07 645.93 + 33.375 517.00 0.07 516.93 + 33.400 412.00 0.07 411.93 + 33.425 354.00 0.07 353.93 + 33.450 301.00 0.07 300.93 + 33.475 282.00 0.07 281.93 + 33.500 234.00 0.08 233.92 + 33.525 204.00 0.08 203.92 + 33.550 235.00 0.08 234.92 + 33.575 226.00 0.08 225.92 + 33.600 207.00 0.08 206.92 + 33.625 200.00 0.08 199.92 + 33.650 180.00 0.08 179.92 + 33.675 180.00 0.08 179.92 + 33.700 179.00 0.08 178.92 + 33.725 172.00 0.08 171.92 + 33.750 180.00 0.08 179.92 + 33.775 157.00 0.08 156.92 + 33.800 154.00 0.08 153.92 + 33.825 173.00 0.09 172.91 + 33.850 198.00 0.09 197.91 + 33.875 147.00 0.09 146.91 + 33.900 168.00 0.09 167.91 + 33.925 157.00 0.09 156.91 + 33.950 199.00 0.09 198.91 + 33.975 209.00 0.09 208.91 + 34.000 242.00 0.09 241.91 + 34.025 257.00 0.09 256.91 + 34.050 328.00 0.09 327.91 + 34.075 467.00 0.09 466.91 + 34.100 631.00 0.10 630.90 + 34.125 994.00 0.10 993.90 + 34.150 1449.00 0.10 1448.90 + 34.175 1522.00 0.10 1521.90 + 34.200 1193.00 0.10 1192.90 + 34.225 977.00 0.10 976.90 + 34.250 947.00 0.10 946.90 + 34.275 796.00 0.10 795.90 + 34.300 548.00 0.10 547.90 + 34.325 358.00 0.11 357.89 + 34.350 251.00 0.11 250.89 + 34.375 190.00 0.11 189.89 + 34.400 164.00 0.11 163.89 + 34.425 159.00 0.11 158.89 + 34.450 137.00 0.11 136.89 + 34.475 134.00 0.11 133.89 + 34.500 136.00 0.12 135.88 + 34.525 126.00 0.12 125.88 + 34.550 122.00 0.12 121.88 + 34.575 128.00 0.12 127.88 + 34.600 108.00 0.12 107.88 + 34.625 100.00 0.12 99.88 + 34.650 120.00 0.12 119.88 + 34.675 106.00 0.13 105.87 + 34.700 123.00 0.13 122.87 + 34.725 117.00 0.13 116.87 + 34.750 113.00 0.13 112.87 + 34.775 108.00 0.13 107.87 + 34.800 121.00 0.13 120.87 + 34.825 104.00 0.14 103.86 + 34.850 104.00 0.14 103.86 + 34.875 100.00 0.14 99.86 + 34.900 105.00 0.14 104.86 + 34.925 107.00 0.14 106.86 + 34.950 108.00 0.14 107.86 + 34.975 103.00 0.15 102.85 + 35.000 108.00 0.15 107.85 + 35.025 123.00 0.15 122.85 + 35.050 92.00 0.15 91.85 + 35.075 122.00 0.15 121.85 + 35.100 97.00 0.16 96.84 + 35.125 101.00 0.16 100.84 + 35.150 92.00 0.16 91.84 + 35.175 114.00 0.16 113.84 + 35.200 89.00 0.17 88.83 + 35.225 81.00 0.17 80.83 + 35.250 113.00 0.17 112.83 + 35.275 76.00 0.17 75.83 + 35.300 89.00 0.18 88.82 + 35.325 99.00 0.18 98.82 + 35.350 89.00 0.18 88.82 + 35.375 98.00 0.18 97.82 + 35.400 98.00 0.19 97.81 + 35.425 104.00 0.19 103.81 + 35.450 120.00 0.19 119.81 + 35.475 100.00 0.20 99.80 + 35.500 99.00 0.20 98.80 + 35.525 89.00 0.20 88.80 + 35.550 111.00 0.20 110.80 + 35.575 98.00 0.21 97.79 + 35.600 96.00 0.21 95.79 + 35.625 95.00 0.21 94.79 + 35.650 84.00 0.22 83.78 + 35.675 115.00 0.22 114.78 + 35.700 106.00 0.23 105.77 + 35.725 100.00 0.23 99.77 + 35.750 86.00 0.23 85.77 + 35.775 110.00 0.24 109.76 + 35.800 86.00 0.24 85.76 + 35.825 98.00 0.25 97.75 + 35.850 97.00 0.25 96.75 + 35.875 109.00 0.25 108.75 + 35.900 112.00 0.26 111.74 + 35.925 105.00 0.26 104.74 + 35.950 86.00 0.27 85.73 + 35.975 102.00 0.27 101.73 + 36.000 91.00 0.28 90.72 + 36.025 98.00 0.28 97.72 + 36.050 111.00 0.29 110.71 + 36.075 89.00 0.29 88.71 + 36.100 95.00 0.30 94.70 + 36.125 95.00 0.31 94.69 + 36.150 84.00 0.31 83.69 + 36.175 114.00 0.32 113.68 + 36.200 108.00 0.32 107.68 + 36.225 96.00 0.33 95.67 + 36.250 94.00 0.34 93.66 + 36.275 94.00 0.35 93.65 + 36.300 102.00 0.35 101.65 + 36.325 91.00 0.36 90.64 + 36.350 106.00 0.37 105.63 + 36.375 103.00 0.38 102.62 + 36.400 82.00 0.38 81.62 + 36.425 121.00 0.39 120.61 + 36.450 101.00 0.40 100.60 + 36.475 109.00 0.41 108.59 + 36.500 112.00 0.42 111.58 + 36.525 104.00 0.43 103.57 + 36.550 103.00 0.44 102.56 + 36.575 105.00 0.45 104.55 + 36.600 112.00 0.46 111.54 + 36.625 119.00 0.47 118.53 + 36.650 116.00 0.48 115.52 + 36.675 119.00 0.49 118.51 + 36.700 115.00 0.51 114.49 + 36.725 106.00 0.52 105.48 + 36.750 122.00 0.53 121.47 + 36.775 116.00 0.55 115.45 + 36.800 120.00 0.56 119.44 + 36.825 130.00 0.58 129.42 + 36.850 107.00 0.59 106.41 + 36.875 137.00 0.61 136.39 + 36.900 132.00 0.63 131.37 + 36.925 131.00 0.64 130.36 + 36.950 140.00 0.66 139.34 + 36.975 150.00 0.68 149.32 + 37.000 149.00 0.70 148.30 + 37.025 161.00 0.72 160.28 + 37.050 190.00 0.74 189.26 + 37.075 210.00 0.77 209.23 + 37.100 234.00 0.79 233.21 + 37.125 297.00 0.82 296.18 + 37.150 378.00 0.84 377.16 + 37.175 583.00 0.87 582.13 + 37.200 909.00 0.90 908.10 + 37.225 1431.00 0.93 1430.07 + 37.250 2164.00 0.96 2163.04 + 37.275 2620.00 1.00 2619.00 + 37.300 2390.00 1.03 2388.97 + 37.325 1970.00 1.07 1968.93 + 37.350 1772.00 1.11 1770.89 + 37.375 1685.00 1.15 1683.85 + 37.400 1327.00 1.20 1325.80 + 37.425 891.00 1.25 889.75 + 37.450 543.00 1.30 541.70 + 37.475 352.00 1.35 350.65 + 37.500 292.00 1.41 290.59 + 37.525 230.00 1.47 228.53 + 37.550 177.00 1.53 175.47 + 37.575 182.00 1.60 180.40 + 37.600 207.00 1.67 205.33 + 37.625 158.00 1.75 156.25 + 37.650 143.00 1.83 141.17 + 37.675 129.00 1.92 127.08 + 37.700 161.00 2.02 158.98 + 37.725 133.00 2.13 130.87 + 37.750 119.00 2.24 116.76 + 37.775 120.00 2.36 117.64 + 37.800 128.00 2.49 125.51 + 37.825 118.00 2.64 115.36 + 37.850 121.00 2.79 118.21 + 37.875 132.00 3.01 128.99 + 37.900 135.00 3.20 131.80 + 37.925 134.00 3.41 130.59 + 37.950 132.00 3.63 128.37 + 37.975 135.00 3.88 131.12 + 38.000 156.00 4.16 151.84 + 38.025 182.00 4.46 177.54 + 38.050 207.00 4.80 202.20 + 38.075 266.00 5.19 260.81 + 38.100 351.00 5.62 345.38 + 38.125 368.00 6.10 361.90 + 38.150 312.00 6.65 305.35 + 38.175 269.00 7.29 261.71 + 38.200 260.00 8.01 251.99 + 38.225 249.00 8.85 240.15 + 38.250 219.00 9.82 209.18 + 38.275 174.00 10.97 163.03 + 38.300 157.00 12.33 144.67 + 38.325 146.00 13.95 132.05 + 38.350 135.00 15.91 119.09 + 38.375 137.00 18.31 118.69 + 38.400 136.00 21.31 114.69 + 38.425 103.00 25.20 77.80 + 38.450 107.00 30.58 76.42 + 38.475 99.00 38.91 60.09 + 38.500 133.00 53.54 79.46 + 38.525 129.00 81.27 47.73 + 38.550 147.00 133.53 13.47 + 38.575 130.00 225.13 -95.13 + 38.600 115.00 368.03 -253.03 + 38.625 123.00 560.77 -437.77 + 38.650 109.00 776.90 -667.90 + 38.675 106.00 958.63 -852.63 + 38.700 115.00 1028.32 -913.32 + 38.725 136.00 946.82 -810.82 + 38.750 119.00 759.33 -640.33 + 38.775 126.00 543.38 -417.38 + 38.800 131.00 354.17 -223.17 + 38.825 135.00 215.69 -80.69 + 38.850 116.00 127.93 -11.93 + 38.875 112.00 78.24 33.76 + 38.900 123.00 51.97 71.03 + 38.925 116.00 38.06 77.94 + 38.950 121.00 30.06 90.94 + 38.975 136.00 24.84 111.16 + 39.000 147.00 21.05 125.95 + 39.025 130.00 18.11 111.89 + 39.050 156.00 15.75 140.25 + 39.075 138.00 13.82 124.18 + 39.100 133.00 12.22 120.78 + 39.125 144.00 10.89 133.11 + 39.150 163.00 9.76 153.24 + 39.175 171.00 8.79 162.21 + 39.200 198.00 7.97 190.03 + 39.225 191.00 7.25 183.75 + 39.250 196.00 6.63 189.37 + 39.275 226.00 6.08 219.92 + 39.300 243.00 5.60 237.40 + 39.325 294.00 5.18 288.82 + 39.350 352.00 4.80 347.20 + 39.375 472.00 4.47 467.53 + 39.400 630.00 4.16 625.84 + 39.425 984.00 3.89 980.11 + 39.450 1383.00 3.65 1379.35 + 39.475 2157.00 3.42 2153.58 + 39.500 2946.00 3.22 2942.78 + 39.525 2947.00 3.04 2943.96 + 39.550 2469.00 2.87 2466.13 + 39.575 1988.00 2.71 1985.29 + 39.600 2056.00 2.57 2053.43 + 39.625 1767.00 2.44 1764.56 + 39.650 1317.00 2.32 1314.68 + 39.675 793.00 2.21 790.79 + 39.700 524.00 2.11 521.89 + 39.725 362.00 2.01 359.99 + 39.750 282.00 1.92 280.08 + 39.775 264.00 1.84 262.16 + 39.800 227.00 1.76 225.24 + 39.825 186.00 1.69 184.31 + 39.850 194.00 1.62 192.38 + 39.875 168.00 1.56 166.44 + 39.900 177.00 1.50 175.50 + 39.925 199.00 1.45 197.55 + 39.950 174.00 1.40 172.60 + 39.975 169.00 1.35 167.65 + 40.000 183.00 1.30 181.70 + 40.025 194.00 1.26 192.74 + 40.050 204.00 1.22 202.78 + 40.075 189.00 1.18 187.82 + 40.100 213.00 1.14 211.86 + 40.125 296.00 1.11 294.89 + 40.150 350.00 1.07 348.93 + 40.175 476.00 1.04 474.96 + 40.200 746.00 1.01 744.99 + 40.225 894.00 0.99 893.01 + 40.250 816.00 0.96 815.04 + 40.275 615.00 0.93 614.07 + 40.300 549.00 0.91 548.09 + 40.325 596.00 0.89 595.11 + 40.350 524.00 0.87 523.13 + 40.375 395.00 0.84 394.16 + 40.400 306.00 0.82 305.18 + 40.425 223.00 0.81 222.19 + 40.450 164.00 0.79 163.21 + 40.475 206.00 0.77 205.23 + 40.500 198.00 0.75 197.25 + 40.525 162.00 0.74 161.26 + 40.550 173.00 0.72 172.28 + 40.575 163.00 0.71 162.29 + 40.600 144.00 0.70 143.30 + 40.625 169.00 0.68 168.32 + 40.650 160.00 0.67 159.33 + 40.675 156.00 0.66 155.34 + 40.700 143.00 0.65 142.35 + 40.725 187.00 0.64 186.36 + 40.750 146.00 0.63 145.37 + 40.775 146.00 0.62 145.38 + 40.800 157.00 0.61 156.39 + 40.825 177.00 0.60 176.40 + 40.850 173.00 0.59 172.41 + 40.875 171.00 0.58 170.42 + 40.900 197.00 0.58 196.42 + 40.925 214.00 0.57 213.43 + 40.950 254.00 0.56 253.44 + 40.975 333.00 0.55 332.45 + 41.000 505.00 0.55 504.45 + 41.025 760.00 0.54 759.46 + 41.050 1047.00 0.54 1046.46 + 41.075 1074.00 0.53 1073.47 + 41.100 910.00 0.53 909.47 + 41.125 689.00 0.52 688.48 + 41.150 698.00 0.52 697.48 + 41.175 717.00 0.51 716.49 + 41.200 570.00 0.51 569.49 + 41.225 382.00 0.50 381.50 + 41.250 273.00 0.50 272.50 + 41.275 291.00 0.50 290.50 + 41.300 231.00 0.49 230.51 + 41.325 278.00 0.49 277.51 + 41.350 239.00 0.49 238.51 + 41.375 272.00 0.48 271.52 + 41.400 257.00 0.48 256.52 + 41.425 316.00 0.48 315.52 + 41.450 315.00 0.48 314.52 + 41.475 377.00 0.48 376.52 + 41.500 419.00 0.47 418.53 + 41.525 593.00 0.47 592.53 + 41.550 709.00 0.47 708.53 + 41.575 1116.00 0.47 1115.53 + 41.600 1749.00 0.47 1748.53 + 41.625 2604.00 0.47 2603.53 + 41.650 3739.00 0.47 3738.53 + 41.675 4133.00 0.47 4132.53 + 41.700 3642.00 0.47 3641.53 + 41.725 2835.00 0.47 2834.53 + 41.750 2622.00 0.47 2621.53 + 41.775 2580.00 0.47 2579.53 + 41.800 2147.00 0.47 2146.53 + 41.825 1381.00 0.47 1380.53 + 41.850 844.00 0.47 843.53 + 41.875 578.00 0.47 577.53 + 41.900 447.00 0.47 446.53 + 41.925 351.00 0.47 350.53 + 41.950 339.00 0.48 338.52 + 41.975 309.00 0.48 308.52 + 42.000 260.00 0.48 259.52 + 42.025 268.00 0.48 267.52 + 42.050 240.00 0.48 239.52 + 42.075 250.00 0.49 249.51 + 42.100 233.00 0.49 232.51 + 42.125 275.00 0.49 274.51 + 42.150 281.00 0.50 280.50 + 42.175 285.00 0.50 284.50 + 42.200 381.00 0.50 380.50 + 42.225 450.00 0.51 449.49 + 42.250 601.00 0.51 600.49 + 42.275 801.00 0.51 800.49 + 42.300 895.00 0.52 894.48 + 42.325 881.00 0.52 880.48 + 42.350 726.00 0.53 725.47 + 42.375 644.00 0.53 643.47 + 42.400 608.00 0.54 607.46 + 42.425 589.00 0.55 588.45 + 42.450 498.00 0.55 497.45 + 42.475 386.00 0.56 385.44 + 42.500 283.00 0.56 282.44 + 42.525 277.00 0.57 276.43 + 42.550 254.00 0.58 253.42 + 42.575 276.00 0.59 275.41 + 42.600 249.00 0.59 248.41 + 42.625 224.00 0.60 223.40 + 42.650 213.00 0.61 212.39 + 42.675 196.00 0.62 195.38 + 42.700 234.00 0.63 233.37 + 42.725 186.00 0.64 185.36 + 42.750 215.00 0.65 214.35 + 42.775 191.00 0.66 190.34 + 42.800 211.00 0.67 210.33 + 42.825 189.00 0.68 188.32 + 42.850 204.00 0.69 203.31 + 42.875 193.00 0.70 192.30 + 42.900 227.00 0.72 226.28 + 42.925 221.00 0.73 220.27 + 42.950 225.00 0.74 224.26 + 42.975 199.00 0.76 198.24 + 43.000 187.00 0.77 186.23 + 43.025 193.00 0.79 192.21 + 43.050 214.00 0.80 213.20 + 43.075 235.00 0.82 234.18 + 43.100 241.00 0.84 240.16 + 43.125 232.00 0.86 231.14 + 43.150 239.00 0.88 238.12 + 43.175 254.00 0.90 253.10 + 43.200 252.00 0.92 251.08 + 43.225 264.00 0.94 263.06 + 43.250 251.00 0.97 250.03 + 43.275 260.00 0.99 259.01 + 43.300 320.00 1.01 318.99 + 43.325 375.00 1.04 373.96 + 43.350 379.00 1.07 377.93 + 43.375 442.00 1.10 440.90 + 43.400 425.00 1.13 423.87 + 43.425 492.00 1.16 490.84 + 43.450 574.00 1.20 572.80 + 43.475 693.00 1.23 691.77 + 43.500 816.00 1.27 814.73 + 43.525 1046.00 1.31 1044.69 + 43.550 1286.00 1.35 1284.65 + 43.575 1773.00 1.40 1771.60 + 43.600 2593.00 1.44 2591.56 + 43.625 4047.00 1.49 4045.51 + 43.650 6544.00 1.54 6542.46 + 43.675 9907.00 1.60 9905.40 + 43.700 12440.00 1.66 12438.34 + 43.725 12196.00 1.72 12194.28 + 43.750 9815.00 1.79 9813.21 + 43.775 8006.00 1.86 8004.14 + 43.800 7742.00 1.93 7740.07 + 43.825 7431.00 2.01 7428.99 + 43.850 5975.00 2.09 5972.91 + 43.875 3773.00 2.18 3770.82 + 43.900 2148.00 2.28 2145.72 + 43.925 1465.00 2.39 1462.61 + 43.950 1080.00 2.50 1077.50 + 43.975 849.00 2.62 846.38 + 44.000 683.00 2.75 680.25 + 44.025 579.00 2.88 576.12 + 44.050 560.00 3.03 556.97 + 44.075 480.00 3.20 476.80 + 44.100 481.00 3.37 477.63 + 44.125 470.00 3.57 466.43 + 44.150 468.00 3.78 464.22 + 44.175 450.00 4.00 446.00 + 44.200 469.00 4.26 464.74 + 44.225 498.00 4.53 493.47 + 44.250 468.00 4.84 463.16 + 44.275 528.00 5.17 522.83 + 44.300 615.00 5.54 609.46 + 44.325 632.00 5.96 626.04 + 44.350 765.00 6.42 758.58 + 44.375 985.00 6.95 978.05 + 44.400 1263.00 7.53 1255.47 + 44.425 1833.00 8.20 1824.80 + 44.450 2821.00 8.96 2812.04 + 44.475 4290.00 9.83 4280.17 + 44.500 5647.00 10.83 5636.17 + 44.525 5682.00 12.00 5670.00 + 44.550 5372.00 13.36 5358.64 + 44.575 5802.00 14.96 5787.04 + 44.600 7664.00 16.88 7647.12 + 44.625 7744.00 19.18 7724.82 + 44.650 5866.00 21.97 5844.03 + 44.675 4103.00 25.43 4077.57 + 44.700 3552.00 29.76 3522.24 + 44.725 3442.00 35.36 3406.64 + 44.750 2855.00 43.02 2811.98 + 44.775 1843.00 54.69 1788.31 + 44.800 1102.00 75.04 1026.96 + 44.825 771.00 114.24 656.76 + 44.850 578.00 190.41 387.59 + 44.875 517.00 327.43 189.57 + 44.900 456.00 543.99 -87.99 + 44.925 381.00 833.20 -452.20 + 44.950 379.00 1141.62 -762.62 + 44.975 335.00 1359.13 -1024.13 + 45.000 326.00 1363.44 -1037.44 + 45.025 303.00 1151.76 -848.76 + 45.050 286.00 844.27 -558.27 + 45.075 287.00 553.22 -266.22 + 45.100 274.00 333.67 -59.67 + 45.125 272.00 194.07 77.93 + 45.150 282.00 116.18 165.82 + 45.175 267.00 76.01 190.99 + 45.200 236.00 55.21 180.79 + 45.225 255.00 43.34 211.66 + 45.250 238.00 35.58 202.42 + 45.275 218.00 29.92 188.08 + 45.300 224.00 25.55 198.45 + 45.325 209.00 22.07 186.93 + 45.350 228.00 19.25 208.75 + 45.375 244.00 16.94 227.06 + 45.400 234.00 15.01 218.99 + 45.425 221.00 13.40 207.60 + 45.450 237.00 12.02 224.98 + 45.475 224.00 10.85 213.15 + 45.500 217.00 9.84 207.16 + 45.525 187.00 8.97 178.03 + 45.550 261.00 8.21 252.79 + 45.575 216.00 7.54 208.46 + 45.600 246.00 6.94 239.06 + 45.625 244.00 6.42 237.58 + 45.650 282.00 5.95 276.05 + 45.675 276.00 5.54 270.46 + 45.700 314.00 5.16 308.84 + 45.725 333.00 4.82 328.18 + 45.750 385.00 4.52 380.48 + 45.775 413.00 4.24 408.76 + 45.800 609.00 3.99 605.01 + 45.825 855.00 3.76 851.24 + 45.850 1397.00 3.54 1393.46 + 45.875 2190.00 3.35 2186.65 + 45.900 3180.00 3.17 3176.83 + 45.925 3151.00 3.01 3147.99 + 45.950 2427.00 2.86 2424.14 + 45.975 1819.00 2.72 1816.28 + 46.000 1843.00 2.59 1840.41 + 46.025 2058.00 2.46 2055.54 + 46.050 1720.00 2.35 1717.65 + 46.075 1115.00 2.25 1112.75 + 46.100 716.00 2.15 713.85 + 46.125 480.00 2.06 477.94 + 46.150 364.00 1.97 362.03 + 46.175 297.00 1.89 295.11 + 46.200 300.00 1.82 298.18 + 46.225 267.00 1.74 265.26 + 46.250 227.00 1.68 225.32 + 46.275 215.00 1.61 213.39 + 46.300 189.00 1.55 187.45 + 46.325 213.00 1.50 211.50 + 46.350 174.00 1.41 172.59 + 46.375 175.00 1.36 173.64 + 46.400 193.00 1.31 191.69 + 46.425 183.00 1.27 181.73 + 46.450 178.00 1.22 176.78 + 46.475 166.00 1.18 164.82 + 46.500 171.00 1.14 169.86 + 46.525 171.00 1.11 169.89 + 46.550 172.00 1.07 170.93 + 46.575 161.00 1.04 159.96 + 46.600 151.00 1.01 149.99 + 46.625 143.00 0.98 142.02 + 46.650 141.00 0.95 140.05 + 46.675 139.00 0.92 138.08 + 46.700 172.00 0.89 171.11 + 46.725 153.00 0.87 152.13 + 46.750 169.00 0.84 168.16 + 46.775 141.00 0.82 140.18 + 46.800 125.00 0.80 124.20 + 46.825 135.00 0.78 134.22 + 46.850 142.00 0.76 141.24 + 46.875 134.00 0.74 133.26 + 46.900 142.00 0.72 141.28 + 46.925 138.00 0.70 137.30 + 46.950 152.00 0.68 151.32 + 46.975 159.00 0.66 158.34 + 47.000 140.00 0.65 139.35 + 47.025 143.00 0.63 142.37 + 47.050 136.00 0.62 135.38 + 47.075 147.00 0.60 146.40 + 47.100 144.00 0.59 143.41 + 47.125 148.00 0.57 147.43 + 47.150 153.00 0.56 152.44 + 47.175 112.00 0.55 111.45 + 47.200 148.00 0.54 147.46 + 47.225 138.00 0.52 137.48 + 47.250 119.00 0.51 118.49 + 47.275 121.00 0.50 120.50 + 47.300 160.00 0.49 159.51 + 47.325 136.00 0.48 135.52 + 47.350 164.00 0.47 163.53 + 47.375 137.00 0.46 136.54 + 47.400 166.00 0.45 165.55 + 47.425 142.00 0.44 141.56 + 47.450 158.00 0.43 157.57 + 47.475 176.00 0.42 175.58 + 47.500 175.00 0.42 174.58 + 47.525 183.00 0.41 182.59 + 47.550 249.00 0.40 248.60 + 47.575 309.00 0.39 308.61 + 47.600 389.00 0.38 388.62 + 47.625 541.00 0.38 540.62 + 47.650 720.00 0.37 719.63 + 47.675 682.00 0.36 681.64 + 47.700 600.00 0.36 599.64 + 47.725 452.00 0.35 451.65 + 47.750 443.00 0.34 442.66 + 47.775 453.00 0.34 452.66 + 47.800 437.00 0.33 436.67 + 47.825 329.00 0.33 328.67 + 47.850 289.00 0.32 288.68 + 47.875 226.00 0.31 225.69 + 47.900 201.00 0.31 200.69 + 47.925 182.00 0.30 181.70 + 47.950 160.00 0.30 159.70 + 47.975 178.00 0.29 177.71 + 48.000 146.00 0.29 145.71 + 48.025 181.00 0.28 180.72 + 48.050 142.00 0.28 141.72 + 48.075 201.00 0.28 200.72 + 48.100 182.00 0.27 181.73 + 48.125 174.00 0.27 173.73 + 48.150 168.00 0.26 167.74 + 48.175 174.00 0.26 173.74 + 48.200 233.00 0.25 232.75 + 48.225 275.00 0.25 274.75 + 48.250 331.00 0.25 330.75 + 48.275 464.00 0.24 463.76 + 48.300 712.00 0.24 711.76 + 48.325 969.00 0.24 968.76 + 48.350 1093.00 0.23 1092.77 + 48.375 984.00 0.23 983.77 + 48.400 752.00 0.23 751.77 + 48.425 624.00 0.22 623.78 + 48.450 651.00 0.22 650.78 + 48.475 695.00 0.22 694.78 + 48.500 597.00 0.21 596.79 + 48.525 460.00 0.21 459.79 + 48.550 284.00 0.21 283.79 + 48.575 261.00 0.20 260.80 + 48.600 211.00 0.20 210.80 + 48.625 196.00 0.20 195.80 + 48.650 175.00 0.20 174.80 + 48.675 167.00 0.19 166.81 + 48.700 165.00 0.19 164.81 + 48.725 143.00 0.19 142.81 + 48.750 153.00 0.19 152.81 + 48.775 155.00 0.18 154.82 + 48.800 137.00 0.18 136.82 + 48.825 161.00 0.18 160.82 + 48.850 131.00 0.18 130.82 + 48.875 138.00 0.17 137.83 + 48.900 125.00 0.17 124.83 + 48.925 114.00 0.17 113.83 + 48.950 154.00 0.17 153.83 + 48.975 114.00 0.16 113.84 + 49.000 118.00 0.16 117.84 + 49.025 120.00 0.16 119.84 + 49.050 130.00 0.16 129.84 + 49.075 117.00 0.16 116.84 + 49.100 126.00 0.16 125.84 + 49.125 132.00 0.15 131.85 + 49.150 122.00 0.15 121.85 + 49.175 133.00 0.15 132.85 + 49.200 122.00 0.15 121.85 + 49.225 113.00 0.15 112.85 + 49.250 128.00 0.14 127.86 + 49.275 139.00 0.14 138.86 + 49.300 126.00 0.14 125.86 + 49.325 140.00 0.14 139.86 + 49.350 120.00 0.14 119.86 + 49.375 122.00 0.14 121.86 + 49.400 122.00 0.13 121.87 + 49.425 136.00 0.13 135.87 + 49.450 116.00 0.13 115.87 + 49.475 113.00 0.13 112.87 + 49.500 103.00 0.13 102.87 + 49.525 120.00 0.13 119.87 + 49.550 129.00 0.13 128.87 + 49.575 112.00 0.12 111.88 + 49.600 118.00 0.12 117.88 + 49.625 140.00 0.12 139.88 + 49.650 135.00 0.12 134.88 + 49.675 101.00 0.12 100.88 + 49.700 128.00 0.12 127.88 + 49.725 115.00 0.12 114.88 + 49.750 126.00 0.12 125.88 + 49.775 120.00 0.11 119.89 + 49.800 119.00 0.11 118.89 + 49.825 107.00 0.11 106.89 + 49.850 122.00 0.11 121.89 + 49.875 124.00 0.11 123.89 + 49.900 123.00 0.11 122.89 + 49.925 159.00 0.11 158.89 + 49.950 132.00 0.11 131.89 + 49.975 136.00 0.11 135.89 + 50.000 115.00 0.10 114.90 + 50.025 142.00 0.10 141.90 + 50.050 132.00 0.10 131.90 + 50.075 144.00 0.10 143.90 + 50.100 140.00 0.10 139.90 + 50.125 131.00 0.10 130.90 + 50.150 112.00 0.10 111.90 + 50.175 147.00 0.10 146.90 + 50.200 129.00 0.10 128.90 + 50.225 129.00 0.10 128.90 + 50.250 106.00 0.09 105.91 + 50.275 129.00 0.09 128.91 + 50.300 127.00 0.09 126.91 + 50.325 122.00 0.09 121.91 + 50.350 155.00 0.09 154.91 + 50.375 130.00 0.09 129.91 + 50.400 121.00 0.09 120.91 + 50.425 131.00 0.09 130.91 + 50.450 173.00 0.09 172.91 + 50.475 157.00 0.09 156.91 + 50.500 146.00 0.09 145.91 + 50.525 153.00 0.09 152.91 + 50.550 168.00 0.08 167.92 + 50.575 199.00 0.08 198.92 + 50.600 204.00 0.08 203.92 + 50.625 212.00 0.08 211.92 + 50.650 232.00 0.08 231.92 + 50.675 255.00 0.08 254.92 + 50.700 319.00 0.08 318.92 + 50.725 410.00 0.08 409.92 + 50.750 629.00 0.08 628.92 + 50.775 1090.00 0.08 1089.92 + 50.800 1814.00 0.08 1813.92 + 50.825 2668.00 0.08 2667.92 + 50.850 2463.00 0.08 2462.92 + 50.875 1752.00 0.08 1751.92 + 50.900 1187.00 0.08 1186.92 + 50.925 1257.00 0.07 1256.93 + 50.950 1542.00 0.07 1541.93 + 50.975 1549.00 0.07 1548.93 + 51.000 1066.00 0.07 1065.93 + 51.025 624.00 0.07 623.93 + 51.050 387.00 0.07 386.93 + 51.075 314.00 0.07 313.93 + 51.100 267.00 0.07 266.93 + 51.125 208.00 0.07 207.93 + 51.150 211.00 0.07 210.93 + 51.175 210.00 0.07 209.93 + 51.200 181.00 0.07 180.93 + 51.225 170.00 0.07 169.93 + 51.250 154.00 0.07 153.93 + 51.275 155.00 0.07 154.93 + 51.300 143.00 0.07 142.93 + 51.325 171.00 0.07 170.93 + 51.350 156.00 0.06 155.94 + 51.375 134.00 0.06 133.94 + 51.400 142.00 0.06 141.94 + 51.425 142.00 0.06 141.94 + 51.450 136.00 0.06 135.94 + 51.475 139.00 0.06 138.94 + 51.500 139.00 0.06 138.94 + 51.525 132.00 0.06 131.94 + 51.550 152.00 0.06 151.94 + 51.575 123.00 0.06 122.94 + 51.600 137.00 0.06 136.94 + 51.625 125.00 0.06 124.94 + 51.650 132.00 0.06 131.94 + 51.675 133.00 0.06 132.94 + 51.700 137.00 0.06 136.94 + 51.725 148.00 0.06 147.94 + 51.750 121.00 0.06 120.94 + 51.775 150.00 0.06 149.94 + 51.800 139.00 0.06 138.94 + 51.825 127.00 0.06 126.94 + 51.850 127.00 0.06 126.94 + 51.875 146.00 0.06 145.94 + 51.900 147.00 0.05 146.95 + 51.925 155.00 0.05 154.95 + 51.950 131.00 0.05 130.95 + 51.975 144.00 0.05 143.95 + 52.000 148.00 0.05 147.95 + 52.025 138.00 0.05 137.95 + 52.050 149.00 0.05 148.95 + 52.075 154.00 0.05 153.95 + 52.100 142.00 0.05 141.95 + 52.125 141.00 0.00 141.00 + 52.150 181.00 0.00 181.00 + 52.175 185.00 0.00 185.00 + 52.200 169.00 0.00 169.00 + 52.225 181.00 0.00 181.00 + 52.250 203.00 0.00 203.00 + 52.275 236.00 0.00 236.00 + 52.300 232.00 0.00 232.00 + 52.325 335.00 0.00 335.00 + 52.350 428.00 0.00 428.00 + 52.375 600.00 0.00 600.00 + 52.400 826.00 0.00 826.00 + 52.425 1143.00 0.00 1143.00 + 52.450 1282.00 0.00 1282.00 + 52.475 1262.00 0.00 1262.00 + 52.500 1070.00 0.00 1070.00 + 52.525 962.00 0.00 962.00 + 52.550 964.00 0.00 964.00 + 52.575 871.00 0.00 871.00 + 52.600 886.00 0.00 886.00 + 52.625 728.00 0.00 728.00 + 52.650 557.00 0.00 557.00 + 52.675 468.00 0.00 468.00 + 52.700 370.00 0.00 370.00 + 52.725 267.00 0.00 267.00 + 52.750 235.00 0.00 235.00 + 52.775 203.00 0.00 203.00 + 52.800 187.00 0.00 187.00 + 52.825 181.00 0.00 181.00 + 52.850 188.00 0.00 188.00 + 52.875 189.00 0.00 189.00 + 52.900 166.00 0.00 166.00 + 52.925 167.00 0.00 167.00 + 52.950 175.00 0.00 175.00 + 52.975 191.00 0.00 191.00 + 53.000 184.00 0.00 184.00 + 53.025 181.00 0.00 181.00 + 53.050 226.00 0.00 226.00 + 53.075 228.00 0.00 228.00 + 53.100 258.00 0.00 258.00 + 53.125 216.00 0.00 216.00 + 53.150 233.00 0.00 233.00 + 53.175 250.00 0.00 250.00 + 53.200 287.00 0.00 287.00 + 53.225 332.00 0.00 332.00 + 53.250 441.00 0.00 441.00 + 53.275 506.00 0.00 506.00 + 53.300 459.00 0.00 459.00 + 53.325 447.00 0.00 447.00 + 53.350 383.00 0.00 383.00 + 53.375 372.00 0.00 372.00 + 53.400 397.00 0.00 397.00 + 53.425 408.00 0.00 408.00 + 53.450 434.00 0.00 434.00 + 53.475 419.00 0.00 419.00 + 53.500 346.00 0.00 346.00 + 53.525 392.00 0.00 392.00 + 53.550 441.00 0.00 441.00 + 53.575 622.00 0.00 622.00 + 53.600 912.00 0.00 912.00 + 53.625 1096.00 0.00 1096.00 + 53.650 1359.00 0.00 1359.00 + 53.675 1605.00 0.00 1605.00 + 53.700 1949.00 0.00 1949.00 + 53.725 1937.00 0.00 1937.00 + 53.750 1843.00 0.00 1843.00 + 53.775 2020.00 0.00 2020.00 + 53.800 1980.00 0.00 1980.00 + 53.825 1741.00 0.00 1741.00 + 53.850 1467.00 0.00 1467.00 + 53.875 1209.00 0.00 1209.00 + 53.900 1080.00 0.00 1080.00 + 53.925 998.00 0.00 998.00 + 53.950 719.00 0.00 719.00 + 53.975 548.00 0.00 548.00 + 54.000 393.00 0.00 393.00 + 54.025 314.00 0.00 314.00 + 54.050 277.00 0.00 277.00 + 54.075 248.00 0.00 248.00 + 54.100 204.00 0.00 204.00 + 54.125 179.00 0.00 179.00 + 54.150 180.00 0.00 180.00 + 54.175 168.00 0.00 168.00 + 54.200 160.00 0.00 160.00 + 54.225 170.00 0.00 170.00 + 54.250 160.00 0.00 160.00 + 54.275 184.00 0.00 184.00 + 54.300 179.00 0.00 179.00 + 54.325 164.00 0.00 164.00 + 54.350 149.00 0.00 149.00 + 54.375 156.00 0.00 156.00 + 54.400 140.00 0.00 140.00 + 54.425 161.00 0.00 161.00 + 54.450 149.00 0.00 149.00 + 54.475 134.00 0.00 134.00 + 54.500 126.00 0.00 126.00 + 54.525 143.00 0.00 143.00 + 54.550 138.00 0.00 138.00 + 54.575 142.00 0.00 142.00 + 54.600 163.00 0.00 163.00 + 54.625 131.00 0.00 131.00 + 54.650 161.00 0.00 161.00 + 54.675 131.00 0.00 131.00 + 54.700 147.00 0.00 147.00 + 54.725 150.00 0.00 150.00 + 54.750 160.00 0.00 160.00 + 54.775 128.00 0.00 128.00 + 54.800 126.00 0.00 126.00 + 54.825 128.00 0.00 128.00 + 54.850 152.00 0.00 152.00 + 54.875 134.00 0.00 134.00 + 54.900 158.00 0.00 158.00 + 54.925 135.00 0.00 135.00 + 54.950 162.00 0.00 162.00 + 54.975 157.00 0.00 157.00 + 55.000 173.00 0.00 173.00 + 55.025 156.00 0.00 156.00 + 55.050 162.00 0.00 162.00 + 55.075 158.00 0.00 158.00 + 55.100 164.00 0.00 164.00 + 55.125 155.00 0.00 155.00 + 55.150 194.00 0.00 194.00 + 55.175 195.00 0.00 195.00 + 55.200 196.00 0.00 196.00 + 55.225 253.00 0.00 253.00 + 55.250 262.00 0.00 262.00 + 55.275 350.00 0.00 350.00 + 55.300 464.00 0.00 464.00 + 55.325 665.00 0.00 665.00 + 55.350 937.00 0.00 937.00 + 55.375 1141.00 0.00 1141.00 + 55.400 1055.00 0.00 1055.00 + 55.425 834.00 0.00 834.00 + 55.450 657.00 0.00 657.00 + 55.475 648.00 0.00 648.00 + 55.500 638.00 0.00 638.00 + 55.525 752.00 0.00 752.00 + 55.550 672.00 0.00 672.00 + 55.575 543.00 0.00 543.00 + 55.600 404.00 0.00 404.00 + 55.625 370.00 0.00 370.00 + 55.650 386.00 0.00 386.00 + 55.675 469.00 0.00 469.00 + 55.700 560.00 0.00 560.00 + 55.725 465.00 0.00 465.00 + 55.750 360.00 0.00 360.00 + 55.775 285.00 0.00 285.00 + 55.800 276.00 0.00 276.00 + 55.825 355.00 0.00 355.00 + 55.850 364.00 0.00 364.00 + 55.875 291.00 0.00 291.00 + 55.900 228.00 0.00 228.00 + 55.925 190.00 0.00 190.00 + 55.950 194.00 0.00 194.00 + 55.975 195.00 0.00 195.00 + 56.000 180.00 0.00 180.00 + 56.025 163.00 0.00 163.00 + 56.050 154.00 0.00 154.00 + 56.075 156.00 0.00 156.00 + 56.100 184.00 0.00 184.00 + 56.125 181.00 0.00 181.00 + 56.150 152.00 0.00 152.00 + 56.175 176.00 0.00 176.00 + 56.200 177.00 0.00 177.00 + 56.225 160.00 0.00 160.00 + 56.250 178.00 0.00 178.00 + 56.275 185.00 0.00 185.00 + 56.300 175.00 0.00 175.00 + 56.325 206.00 0.00 206.00 + 56.350 214.00 0.00 214.00 + 56.375 244.00 0.00 244.00 + 56.400 255.00 0.00 255.00 + 56.425 254.00 0.00 254.00 + 56.450 373.00 0.00 373.00 + 56.475 514.00 0.00 514.00 + 56.500 623.00 0.00 623.00 + 56.525 827.00 0.00 827.00 + 56.550 875.00 0.00 875.00 + 56.575 884.00 0.00 884.00 + 56.600 951.00 0.00 951.00 + 56.625 1181.00 0.00 1181.00 + 56.650 1887.00 0.00 1887.00 + 56.675 2582.00 0.00 2582.00 + 56.700 2875.00 0.00 2875.00 + 56.725 2303.00 0.00 2303.00 + 56.750 1613.00 0.00 1613.00 + 56.775 1270.00 0.00 1270.00 + 56.800 1312.00 0.00 1312.00 + 56.825 1510.00 0.00 1510.00 + 56.850 1599.00 0.00 1599.00 + 56.875 1288.00 0.00 1288.00 + 56.900 890.00 0.00 890.00 + 56.925 794.00 0.00 794.00 + 56.950 643.00 0.00 643.00 + 56.975 683.00 0.00 683.00 + 57.000 884.00 0.00 884.00 + 57.025 1207.00 0.00 1207.00 + 57.050 1571.00 0.00 1571.00 + 57.075 1762.00 0.00 1762.00 + 57.100 1506.00 0.00 1506.00 + 57.125 1186.00 0.00 1186.00 + 57.150 969.00 0.00 969.00 + 57.175 975.00 0.00 975.00 + 57.200 1015.00 0.00 1015.00 + 57.225 1048.00 0.00 1048.00 + 57.250 938.00 0.00 938.00 + 57.275 733.00 0.00 733.00 + 57.300 494.00 0.00 494.00 + 57.325 392.00 0.00 392.00 + 57.350 292.00 0.00 292.00 + 57.375 276.00 0.00 276.00 + 57.400 254.00 0.00 254.00 + 57.425 229.00 0.00 229.00 + 57.450 216.00 0.00 216.00 + 57.475 203.00 0.00 203.00 + 57.500 194.00 0.00 194.00 + 57.525 189.00 0.00 189.00 + 57.550 192.00 0.00 192.00 + 57.575 181.00 0.00 181.00 + 57.600 191.00 0.00 191.00 + 57.625 163.00 0.00 163.00 + 57.650 175.00 0.00 175.00 + 57.675 186.00 0.00 186.00 + 57.700 149.00 0.00 149.00 + 57.725 175.00 0.00 175.00 + 57.750 142.00 0.00 142.00 + 57.775 180.00 0.00 180.00 + 57.800 136.00 0.00 136.00 + 57.825 151.00 0.00 151.00 + 57.850 177.00 0.00 177.00 + 57.875 156.00 0.00 156.00 + 57.900 159.00 0.00 159.00 + 57.925 174.00 0.00 174.00 + 57.950 148.00 0.00 148.00 + 57.975 147.00 0.00 147.00 + 58.000 141.00 0.00 141.00 + 58.025 145.00 0.00 145.00 + 58.050 156.00 0.00 156.00 + 58.075 144.00 0.00 144.00 + 58.100 149.00 0.00 149.00 + 58.125 145.00 0.00 145.00 + 58.150 127.00 0.00 127.00 + 58.175 143.00 0.00 143.00 + 58.200 159.00 0.00 159.00 + 58.225 129.00 0.00 129.00 + 58.250 161.00 0.00 161.00 + 58.275 138.00 0.00 138.00 + 58.300 145.00 0.00 145.00 + 58.325 165.00 0.00 165.00 + 58.350 172.00 0.00 172.00 + 58.375 184.00 0.00 184.00 + 58.400 217.00 0.00 217.00 + 58.425 266.00 0.00 266.00 + 58.450 272.00 0.00 272.00 + 58.475 313.00 0.00 313.00 + 58.500 288.00 0.00 288.00 + 58.525 275.00 0.00 275.00 + 58.550 321.00 0.00 321.00 + 58.575 323.00 0.00 323.00 + 58.600 439.00 0.00 439.00 + 58.625 573.00 0.00 573.00 + 58.650 743.00 0.00 743.00 + 58.675 906.00 0.00 906.00 + 58.700 960.00 0.00 960.00 + 58.725 812.00 0.00 812.00 + 58.750 566.00 0.00 566.00 + 58.775 541.00 0.00 541.00 + 58.800 535.00 0.00 535.00 + 58.825 554.00 0.00 554.00 + 58.850 567.00 0.00 567.00 + 58.875 599.00 0.00 599.00 + 58.900 473.00 0.00 473.00 + 58.925 359.00 0.00 359.00 + 58.950 290.00 0.00 290.00 + 58.975 254.00 0.00 254.00 + 59.000 189.00 0.00 189.00 + 59.025 184.00 0.00 184.00 + 59.050 196.00 0.00 196.00 + 59.075 210.00 0.00 210.00 + 59.100 190.00 0.00 190.00 + 59.125 179.00 0.00 179.00 + 59.150 148.00 0.00 148.00 + 59.175 160.00 0.00 160.00 + 59.200 147.00 0.00 147.00 + 59.225 122.00 0.00 122.00 + 59.250 148.00 0.00 148.00 + 59.275 141.00 0.00 141.00 + 59.300 140.00 0.00 140.00 + 59.325 142.00 0.00 142.00 + 59.350 114.00 0.00 114.00 + 59.375 150.00 0.00 150.00 + 59.400 151.00 0.00 151.00 + 59.425 132.00 0.00 132.00 + 59.450 153.00 0.00 153.00 + 59.475 140.00 0.00 140.00 + 59.500 118.00 0.00 118.00 + 59.525 128.00 0.00 128.00 + 59.550 140.00 0.00 140.00 + 59.575 136.00 0.00 136.00 + 59.600 122.00 0.00 122.00 + 59.625 130.00 0.00 130.00 + 59.650 135.00 0.00 135.00 + 59.675 133.00 0.00 133.00 + 59.700 165.00 0.00 165.00 + 59.725 160.00 0.00 160.00 + 59.750 163.00 0.00 163.00 + 59.775 166.00 0.00 166.00 + 59.800 190.00 0.00 190.00 + 59.825 264.00 0.00 264.00 + 59.850 331.00 0.00 331.00 + 59.875 334.00 0.00 334.00 + 59.900 297.00 0.00 297.00 + 59.925 215.00 0.04 214.96 + 59.950 205.00 0.04 204.96 + 59.975 212.00 0.04 211.96 + 60.000 268.00 0.04 267.96 + 60.025 226.00 0.04 225.96 + 60.050 256.00 0.04 255.96 + 60.075 199.00 0.04 198.96 + 60.100 165.00 0.04 164.96 + 60.125 148.00 0.04 147.96 + 60.150 159.00 0.04 158.96 + 60.175 132.00 0.05 131.95 + 60.200 154.00 0.05 153.95 + 60.225 139.00 0.05 138.95 + 60.250 121.00 0.05 120.95 + 60.275 144.00 0.05 143.95 + 60.300 131.00 0.05 130.95 + 60.325 136.00 0.05 135.95 + 60.350 139.00 0.05 138.95 + 60.375 120.00 0.05 119.95 + 60.400 129.00 0.05 128.95 + 60.425 130.00 0.05 129.95 + 60.450 143.00 0.05 142.95 + 60.475 127.00 0.05 126.95 + 60.500 150.00 0.05 149.95 + 60.525 156.00 0.05 155.95 + 60.550 154.00 0.05 153.95 + 60.575 153.00 0.05 152.95 + 60.600 162.00 0.05 161.95 + 60.625 208.00 0.05 207.95 + 60.650 247.00 0.05 246.95 + 60.675 207.00 0.06 206.94 + 60.700 192.00 0.06 191.94 + 60.725 179.00 0.06 178.94 + 60.750 148.00 0.06 147.94 + 60.775 154.00 0.06 153.94 + 60.800 204.00 0.06 203.94 + 60.825 186.00 0.06 185.94 + 60.850 208.00 0.06 207.94 + 60.875 175.00 0.06 174.94 + 60.900 141.00 0.06 140.94 + 60.925 111.00 0.06 110.94 + 60.950 124.00 0.06 123.94 + 60.975 132.00 0.06 131.94 + 61.000 127.00 0.06 126.94 + 61.025 125.00 0.06 124.94 + 61.050 124.00 0.06 123.94 + 61.075 147.00 0.07 146.93 + 61.100 143.00 0.07 142.93 + 61.125 135.00 0.07 134.93 + 61.150 136.00 0.07 135.93 + 61.175 143.00 0.07 142.93 + 61.200 145.00 0.07 144.93 + 61.225 143.00 0.07 142.93 + 61.250 148.00 0.07 147.93 + 61.275 151.00 0.07 150.93 + 61.300 139.00 0.07 138.93 + 61.325 142.00 0.07 141.93 + 61.350 135.00 0.07 134.93 + 61.375 161.00 0.08 160.92 + 61.400 143.00 0.08 142.92 + 61.425 139.00 0.08 138.92 + 61.450 136.00 0.08 135.92 + 61.475 158.00 0.08 157.92 + 61.500 164.00 0.08 163.92 + 61.525 167.00 0.08 166.92 + 61.550 165.00 0.08 164.92 + 61.575 181.00 0.08 180.92 + 61.600 147.00 0.08 146.92 + 61.625 160.00 0.09 159.91 + 61.650 195.00 0.09 194.91 + 61.675 209.00 0.09 208.91 + 61.700 190.00 0.09 189.91 + 61.725 226.00 0.09 225.91 + 61.750 195.00 0.09 194.91 + 61.775 241.00 0.09 240.91 + 61.800 278.00 0.09 277.91 + 61.825 302.00 0.09 301.91 + 61.850 344.00 0.10 343.90 + 61.875 427.00 0.10 426.90 + 61.900 563.00 0.10 562.90 + 61.925 789.00 0.10 788.90 + 61.950 990.00 0.10 989.90 + 61.975 1317.00 0.10 1316.90 + 62.000 1792.00 0.10 1791.90 + 62.025 2342.00 0.11 2341.89 + 62.050 2479.00 0.11 2478.89 + 62.075 2083.00 0.11 2082.89 + 62.100 1541.00 0.11 1540.89 + 62.125 1233.00 0.11 1232.89 + 62.150 1186.00 0.11 1185.89 + 62.175 1301.00 0.12 1300.88 + 62.200 1408.00 0.12 1407.88 + 62.225 1348.00 0.12 1347.88 + 62.250 1086.00 0.12 1085.88 + 62.275 761.00 0.12 760.88 + 62.300 509.00 0.12 508.88 + 62.325 405.00 0.13 404.87 + 62.350 349.00 0.13 348.87 + 62.375 309.00 0.13 308.87 + 62.400 273.00 0.13 272.87 + 62.425 269.00 0.14 268.86 + 62.450 244.00 0.14 243.86 + 62.475 252.00 0.14 251.86 + 62.500 286.00 0.14 285.86 + 62.525 309.00 0.14 308.86 + 62.550 289.00 0.15 288.85 + 62.575 316.00 0.15 315.85 + 62.600 317.00 0.15 316.85 + 62.625 259.00 0.15 258.85 + 62.650 228.00 0.16 227.84 + 62.675 223.00 0.16 222.84 + 62.700 259.00 0.16 258.84 + 62.725 237.00 0.17 236.83 + 62.750 212.00 0.17 211.83 + 62.775 212.00 0.17 211.83 + 62.800 201.00 0.17 200.83 + 62.825 184.00 0.18 183.82 + 62.850 201.00 0.18 200.82 + 62.875 170.00 0.19 169.81 + 62.900 165.00 0.19 164.81 + 62.925 182.00 0.19 181.81 + 62.950 182.00 0.20 181.80 + 62.975 183.00 0.20 182.80 + 63.000 199.00 0.20 198.80 + 63.025 200.00 0.21 199.79 + 63.050 208.00 0.21 207.79 + 63.075 190.00 0.22 189.78 + 63.100 185.00 0.22 184.78 + 63.125 230.00 0.23 229.77 + 63.150 275.00 0.23 274.77 + 63.175 352.00 0.24 351.76 + 63.200 448.00 0.24 447.76 + 63.225 647.00 0.25 646.75 + 63.250 956.00 0.25 955.75 + 63.275 1241.00 0.26 1240.74 + 63.300 1280.00 0.26 1279.74 + 63.325 1063.00 0.27 1062.73 + 63.350 730.00 0.28 729.72 + 63.375 559.00 0.28 558.72 + 63.400 576.00 0.29 575.71 + 63.425 678.00 0.30 677.70 + 63.450 833.00 0.30 832.70 + 63.475 919.00 0.31 918.69 + 63.500 838.00 0.32 837.68 + 63.525 736.00 0.33 735.67 + 63.550 578.00 0.33 577.67 + 63.575 449.00 0.34 448.66 + 63.600 352.00 0.35 351.65 + 63.625 332.00 0.36 331.64 + 63.650 306.00 0.37 305.63 + 63.675 308.00 0.38 307.62 + 63.700 321.00 0.39 320.61 + 63.725 300.00 0.40 299.60 + 63.750 245.00 0.41 244.59 + 63.775 216.00 0.43 215.57 + 63.800 201.00 0.44 200.56 + 63.825 182.00 0.45 181.55 + 63.850 162.00 0.47 161.53 + 63.875 147.00 0.48 146.52 + 63.900 163.00 0.49 162.51 + 63.925 193.00 0.51 192.49 + 63.950 149.00 0.53 148.47 + 63.975 171.00 0.54 170.46 + 64.000 166.00 0.56 165.44 + 64.025 202.00 0.58 201.42 + 64.050 155.00 0.60 154.40 + 64.075 141.00 0.62 140.38 + 64.100 162.00 0.64 161.36 + 64.125 155.00 0.67 154.33 + 64.150 166.00 0.69 165.31 + 64.175 190.00 0.72 189.28 + 64.200 174.00 0.75 173.25 + 64.225 189.00 0.78 188.22 + 64.250 211.00 0.81 210.19 + 64.275 169.00 0.84 168.16 + 64.300 195.00 0.87 194.13 + 64.325 197.00 0.91 196.09 + 64.350 235.00 0.95 234.05 + 64.375 250.00 0.99 249.01 + 64.400 286.00 1.04 284.96 + 64.425 344.00 1.09 342.91 + 64.450 394.00 1.14 392.86 + 64.475 561.00 1.19 559.81 + 64.500 722.00 1.25 720.75 + 64.525 930.00 1.32 928.68 + 64.550 1317.00 1.39 1315.61 + 64.575 1481.00 1.46 1479.54 + 64.600 1358.00 1.54 1356.46 + 64.625 1037.00 1.63 1035.37 + 64.650 813.00 1.73 811.27 + 64.675 746.00 1.83 744.17 + 64.700 717.00 1.94 715.06 + 64.725 877.00 2.07 874.93 + 64.750 916.00 2.21 913.79 + 64.775 896.00 2.36 893.64 + 64.800 663.00 2.53 660.47 + 64.825 502.00 2.71 499.29 + 64.850 396.00 2.92 393.08 + 64.875 302.00 3.15 298.85 + 64.900 255.00 3.41 251.59 + 64.925 280.00 3.70 276.30 + 64.950 238.00 4.04 233.96 + 64.975 238.00 4.42 233.58 + 65.000 233.00 4.86 228.14 + 65.025 267.00 5.36 261.64 + 65.050 258.00 5.95 252.05 + 65.075 267.00 6.64 260.36 + 65.100 346.00 7.45 338.55 + 65.125 468.00 8.42 459.58 + 65.150 667.00 9.60 657.40 + 65.175 897.00 11.04 885.96 + 65.200 976.00 12.81 963.19 + 65.225 870.00 15.06 854.94 + 65.250 617.00 17.93 599.07 + 65.275 478.00 21.70 456.30 + 65.300 483.00 26.78 456.22 + 65.325 485.00 34.05 450.95 + 65.350 541.00 45.68 495.32 + 65.375 636.00 67.59 568.41 + 65.400 625.00 113.62 511.38 + 65.425 465.00 206.67 258.33 + 65.450 354.00 366.66 -12.66 + 65.475 276.00 580.48 -304.48 + 65.500 231.00 757.53 -526.53 + 65.525 232.00 748.15 -516.15 + 65.550 190.00 562.22 -372.22 + 65.575 216.00 351.01 -135.01 + 65.600 192.00 196.56 -4.56 + 65.625 191.00 108.37 82.63 + 65.650 172.00 65.11 106.89 + 65.675 178.00 44.44 133.56 + 65.700 212.00 33.34 178.66 + 65.725 172.00 26.30 145.70 + 65.750 174.00 21.34 152.66 + 65.775 183.00 17.66 165.34 + 65.800 142.00 14.85 127.15 + 65.825 176.00 12.65 163.35 + 65.850 174.00 10.90 163.10 + 65.875 159.00 9.49 149.51 + 65.900 196.00 8.34 187.66 + 65.925 194.00 7.38 186.62 + 65.950 202.00 6.58 195.42 + 65.975 246.00 5.90 240.10 + 66.000 258.00 5.32 252.68 + 66.025 272.00 4.82 267.18 + 66.050 227.00 4.39 222.61 + 66.075 206.00 4.01 201.99 + 66.100 220.00 3.68 216.32 + 66.125 234.00 3.39 230.61 + 66.150 235.00 3.13 231.87 + 66.175 252.00 2.90 249.10 + 66.200 241.00 2.70 238.30 + 66.225 246.00 2.51 243.49 + 66.250 280.00 2.34 277.66 + 66.275 326.00 2.19 323.81 + 66.300 391.00 2.06 388.94 + 66.325 456.00 1.93 454.07 + 66.350 640.00 1.82 638.18 + 66.375 670.00 1.72 668.28 + 66.400 639.00 1.62 637.38 + 66.425 521.00 1.54 519.46 + 66.450 515.00 1.46 513.54 + 66.475 493.00 1.38 491.62 + 66.500 632.00 1.31 630.69 + 66.525 854.00 1.25 852.75 + 66.550 1153.00 1.19 1151.81 + 66.575 1468.00 1.13 1466.87 + 66.600 1384.00 1.08 1382.92 + 66.625 1196.00 1.04 1194.96 + 66.650 879.00 0.99 878.01 + 66.675 770.00 0.95 769.05 + 66.700 660.00 0.91 659.09 + 66.725 705.00 0.87 704.13 + 66.750 773.00 0.84 772.16 + 66.775 815.00 0.80 814.20 + 66.800 766.00 0.77 765.23 + 66.825 626.00 0.74 625.26 + 66.850 469.00 0.72 468.28 + 66.875 409.00 0.69 408.31 + 66.900 338.00 0.67 337.33 + 66.925 280.00 0.64 279.36 + 66.950 267.00 0.62 266.38 + 66.975 303.00 0.60 302.40 + 67.000 290.00 0.58 289.42 + 67.025 315.00 0.56 314.44 + 67.050 308.00 0.54 307.46 + 67.075 375.00 0.53 374.47 + 67.100 471.00 0.51 470.49 + 67.125 637.00 0.49 636.51 + 67.150 830.00 0.48 829.52 + 67.175 1073.00 0.46 1072.54 + 67.200 1024.00 0.45 1023.55 + 67.225 833.00 0.44 832.56 + 67.250 639.00 0.43 638.57 + 67.275 528.00 0.41 527.59 + 67.300 502.00 0.40 501.60 + 67.325 569.00 0.39 568.61 + 67.350 667.00 0.38 666.62 + 67.375 732.00 0.37 731.63 + 67.400 600.00 0.36 599.64 + 67.425 516.00 0.35 515.65 + 67.450 444.00 0.34 443.66 + 67.475 417.00 0.33 416.67 + 67.500 430.00 0.33 429.67 + 67.525 431.00 0.32 430.68 + 67.550 409.00 0.31 408.69 + 67.575 399.00 0.30 398.70 + 67.600 319.00 0.29 318.71 + 67.625 289.00 0.29 288.71 + 67.650 333.00 0.28 332.72 + 67.675 368.00 0.27 367.73 + 67.700 368.00 0.27 367.73 + 67.725 375.00 0.26 374.74 + 67.750 332.00 0.26 331.74 + 67.775 257.00 0.25 256.75 + 67.800 253.00 0.25 252.75 + 67.825 244.00 0.24 243.76 + 67.850 250.00 0.24 249.76 + 67.875 251.00 0.23 250.77 + 67.900 239.00 0.23 238.77 + 67.925 260.00 0.22 259.78 + 67.950 202.00 0.22 201.78 + 67.975 234.00 0.21 233.79 + 68.000 236.00 0.21 235.79 + 68.025 222.00 0.20 221.80 + 68.050 268.00 0.20 267.80 + 68.075 246.00 0.20 245.80 + 68.100 261.00 0.19 260.81 + 68.125 301.00 0.19 300.81 + 68.150 352.00 0.18 351.82 + 68.175 434.00 0.18 433.82 + 68.200 507.00 0.18 506.82 + 68.225 687.00 0.17 686.83 + 68.250 891.00 0.17 890.83 + 68.275 929.00 0.17 928.83 + 68.300 869.00 0.17 868.83 + 68.325 744.00 0.16 743.84 + 68.350 766.00 0.16 765.84 + 68.375 883.00 0.16 882.84 + 68.400 1213.00 0.15 1212.85 + 68.425 1390.00 0.15 1389.85 + 68.450 1383.00 0.15 1382.85 + 68.475 1276.00 0.15 1275.85 + 68.500 1228.00 0.14 1227.86 + 68.525 1172.00 0.14 1171.86 + 68.550 1129.00 0.14 1128.86 + 68.575 970.00 0.14 969.86 + 68.600 905.00 0.13 904.87 + 68.625 839.00 0.13 838.87 + 68.650 745.00 0.13 744.87 + 68.675 632.00 0.13 631.87 + 68.700 628.00 0.13 627.87 + 68.725 600.00 0.13 599.87 + 68.750 552.00 0.12 551.88 + 68.775 393.00 0.12 392.88 + 68.800 307.00 0.12 306.88 + 68.825 265.00 0.12 264.88 + 68.850 275.00 0.12 274.88 + 68.875 215.00 0.11 214.89 + 68.900 233.00 0.11 232.89 + 68.925 208.00 0.11 207.89 + 68.950 186.00 0.11 185.89 + 68.975 180.00 0.11 179.89 + 69.000 200.00 0.11 199.89 + 69.025 182.00 0.10 181.90 + 69.050 178.00 0.10 177.90 + 69.075 170.00 0.10 169.90 + 69.100 180.00 0.10 179.90 + 69.125 177.00 0.10 176.90 + 69.150 190.00 0.10 189.90 + 69.175 173.00 0.10 172.90 + 69.200 203.00 0.10 202.90 + 69.225 200.00 0.09 199.91 + 69.250 185.00 0.09 184.91 + 69.275 218.00 0.09 217.91 + 69.300 207.00 0.09 206.91 + 69.325 244.00 0.09 243.91 + 69.350 220.00 0.09 219.91 + 69.375 243.00 0.09 242.91 + 69.400 266.00 0.09 265.91 + 69.425 280.00 0.08 279.92 + 69.450 324.00 0.08 323.92 + 69.475 394.00 0.08 393.92 + 69.500 567.00 0.08 566.92 + 69.525 690.00 0.08 689.92 + 69.550 853.00 0.08 852.92 + 69.575 934.00 0.08 933.92 + 69.600 815.00 0.08 814.92 + 69.625 877.00 0.08 876.92 + 69.650 894.00 0.08 893.92 + 69.675 888.00 0.07 887.93 + 69.700 744.00 0.07 743.93 + 69.725 665.00 0.07 664.93 + 69.750 674.00 0.07 673.93 + 69.775 693.00 0.07 692.93 + 69.800 634.00 0.07 633.93 + 69.825 583.00 0.07 582.93 + 69.850 589.00 0.07 588.93 + 69.875 572.00 0.07 571.93 + 69.900 455.00 0.07 454.93 + 69.925 501.00 0.07 500.93 + 69.950 497.00 0.07 496.93 + 69.975 637.00 0.07 636.93 + 70.000 833.00 0.06 832.94 + 70.025 1120.00 0.06 1119.94 + 70.050 968.00 0.06 967.94 + 70.075 776.00 0.06 775.94 + 70.100 526.00 0.06 525.94 + 70.125 397.00 0.06 396.94 + 70.150 372.00 0.06 371.94 + 70.175 472.00 0.06 471.94 + 70.200 548.00 0.06 547.94 + 70.225 682.00 0.06 681.94 + 70.250 632.00 0.06 631.94 + 70.275 479.00 0.06 478.94 + 70.300 341.00 0.06 340.94 + 70.325 304.00 0.06 303.94 + 70.350 211.00 0.06 210.94 + 70.375 213.00 0.05 212.95 + 70.400 199.00 0.05 198.95 + 70.425 185.00 0.05 184.95 + 70.450 190.00 0.05 189.95 + 70.475 194.00 0.05 193.95 + 70.500 183.00 0.05 182.95 + 70.525 193.00 0.05 192.95 + 70.550 204.00 0.05 203.95 + 70.575 201.00 0.05 200.95 + 70.600 264.00 0.05 263.95 + 70.625 298.00 0.05 297.95 + 70.650 373.00 0.05 372.95 + 70.675 364.00 0.05 363.95 + 70.700 306.00 0.05 305.95 + 70.725 270.00 0.05 269.95 + 70.750 271.00 0.05 270.95 + 70.775 259.00 0.05 258.95 + 70.800 298.00 0.05 297.95 + 70.825 371.00 0.05 370.95 + 70.850 433.00 0.05 432.95 + 70.875 565.00 0.05 564.95 + 70.900 625.00 0.04 624.96 + 70.925 581.00 0.04 580.96 + 70.950 460.00 0.04 459.96 + 70.975 365.00 0.04 364.96 + 71.000 291.00 0.04 290.96 + 71.025 270.00 0.04 269.96 + 71.050 311.00 0.04 310.96 + 71.075 317.00 0.04 316.96 + 71.100 411.00 0.04 410.96 + 71.125 435.00 0.00 435.00 + 71.150 426.00 0.00 426.00 + 71.175 481.00 0.00 481.00 + 71.200 415.00 0.00 415.00 + 71.225 358.00 0.00 358.00 + 71.250 268.00 0.00 268.00 + 71.275 245.00 0.00 245.00 + 71.300 239.00 0.00 239.00 + 71.325 204.00 0.00 204.00 + 71.350 246.00 0.00 246.00 + 71.375 236.00 0.00 236.00 + 71.400 272.00 0.00 272.00 + 71.425 241.00 0.00 241.00 + 71.450 203.00 0.00 203.00 + 71.475 182.00 0.00 182.00 + 71.500 189.00 0.00 189.00 + 71.525 163.00 0.00 163.00 + 71.550 165.00 0.00 165.00 + 71.575 161.00 0.00 161.00 + 71.600 145.00 0.00 145.00 + 71.625 149.00 0.00 149.00 + 71.650 163.00 0.00 163.00 + 71.675 166.00 0.00 166.00 + 71.700 138.00 0.00 138.00 + 71.725 141.00 0.00 141.00 + 71.750 158.00 0.00 158.00 + 71.775 145.00 0.00 145.00 + 71.800 131.00 0.00 131.00 + 71.825 135.00 0.00 135.00 + 71.850 147.00 0.00 147.00 + 71.875 133.00 0.00 133.00 + 71.900 140.00 0.00 140.00 + 71.925 144.00 0.00 144.00 + 71.950 155.00 0.00 155.00 + 71.975 157.00 0.00 157.00 + 72.000 196.00 0.00 196.00 + 72.025 193.00 0.00 193.00 + 72.050 175.00 0.00 175.00 + 72.075 172.00 0.00 172.00 + 72.100 174.00 0.00 174.00 + 72.125 148.00 0.00 148.00 + 72.150 164.00 0.00 164.00 + 72.175 177.00 0.00 177.00 + 72.200 183.00 0.00 183.00 + 72.225 250.00 0.00 250.00 + 72.250 310.00 0.00 310.00 + 72.275 439.00 0.00 439.00 + 72.300 401.00 0.00 401.00 + 72.325 356.00 0.00 356.00 + 72.350 276.00 0.00 276.00 + 72.375 178.00 0.00 178.00 + 72.400 216.00 0.00 216.00 + 72.425 209.00 0.00 209.00 + 72.450 222.00 0.00 222.00 + 72.475 263.00 0.00 263.00 + 72.500 281.00 0.00 281.00 + 72.525 270.00 0.00 270.00 + 72.550 217.00 0.00 217.00 + 72.575 181.00 0.00 181.00 + 72.600 183.00 0.00 183.00 + 72.625 174.00 0.00 174.00 + 72.650 171.00 0.00 171.00 + 72.675 151.00 0.00 151.00 + 72.700 142.00 0.00 142.00 + 72.725 130.00 0.00 130.00 + 72.750 147.00 0.00 147.00 + 72.775 146.00 0.00 146.00 + 72.800 148.00 0.00 148.00 + 72.825 124.00 0.00 124.00 + 72.850 129.00 0.00 129.00 + 72.875 128.00 0.00 128.00 + 72.900 135.00 0.00 135.00 + 72.925 143.00 0.00 143.00 + 72.950 135.00 0.00 135.00 + 72.975 145.00 0.00 145.00 + 73.000 134.00 0.00 134.00 + 73.025 131.00 0.00 131.00 + 73.050 154.00 0.00 154.00 + 73.075 135.00 0.00 135.00 + 73.100 139.00 0.00 139.00 + 73.125 155.00 0.00 155.00 + 73.150 143.00 0.00 143.00 + 73.175 151.00 0.00 151.00 + 73.200 154.00 0.00 154.00 + 73.225 160.00 0.00 160.00 + 73.250 141.00 0.00 141.00 + 73.275 160.00 0.00 160.00 + 73.300 155.00 0.00 155.00 + 73.325 171.00 0.00 171.00 + 73.350 166.00 0.00 166.00 + 73.375 159.00 0.00 159.00 + 73.400 187.00 0.00 187.00 + 73.425 205.00 0.00 205.00 + 73.450 212.00 0.00 212.00 + 73.475 230.00 0.00 230.00 + 73.500 313.00 0.00 313.00 + 73.525 346.00 0.00 346.00 + 73.550 402.00 0.00 402.00 + 73.575 511.00 0.00 511.00 + 73.600 535.00 0.00 535.00 + 73.625 696.00 0.01 695.99 + 73.650 717.00 0.01 716.99 + 73.675 624.00 0.01 623.99 + 73.700 520.00 0.01 519.99 + 73.725 421.00 0.01 420.99 + 73.750 399.00 0.01 398.99 + 73.775 344.00 0.01 343.99 + 73.800 380.00 0.02 379.98 + 73.825 468.00 0.02 467.98 + 73.850 482.00 0.02 481.98 + 73.875 453.00 0.02 452.98 + 73.900 373.00 0.02 372.98 + 73.925 267.00 0.02 266.98 + 73.950 229.00 0.02 228.98 + 73.975 209.00 0.02 208.98 + 74.000 176.00 0.02 175.98 + 74.025 193.00 0.02 192.98 + 74.050 210.00 0.02 209.98 + 74.075 179.00 0.02 178.98 + 74.100 173.00 0.02 172.98 + 74.125 207.00 0.02 206.98 + 74.150 225.00 0.02 224.98 + 74.175 265.00 0.02 264.98 + 74.200 315.00 0.02 314.98 + 74.225 289.00 0.02 288.98 + 74.250 229.00 0.02 228.98 + 74.275 197.00 0.02 196.98 + 74.300 204.00 0.02 203.98 + 74.325 221.00 0.02 220.98 + 74.350 249.00 0.02 248.98 + 74.375 258.00 0.02 257.98 + 74.400 290.00 0.02 289.98 + 74.425 401.00 0.02 400.98 + 74.450 434.00 0.02 433.98 + 74.475 421.00 0.02 420.98 + 74.500 368.00 0.02 367.98 + 74.525 358.00 0.02 357.98 + 74.550 396.00 0.02 395.98 + 74.575 462.00 0.02 461.98 + 74.600 547.00 0.02 546.98 + 74.625 580.00 0.02 579.98 + 74.650 497.00 0.02 496.98 + 74.675 442.00 0.02 441.98 + 74.700 397.00 0.02 396.98 + 74.725 313.00 0.02 312.98 + 74.750 316.00 0.02 315.98 + 74.775 296.00 0.02 295.98 + 74.800 341.00 0.02 340.98 + 74.825 355.00 0.02 354.98 + 74.850 373.00 0.02 372.98 + 74.875 333.00 0.02 332.98 + 74.900 274.00 0.02 273.98 + 74.925 262.00 0.02 261.98 + 74.950 290.00 0.03 289.97 + 74.975 329.00 0.03 328.97 + 75.000 333.00 0.03 332.97 + 75.025 356.00 0.03 355.97 + 75.050 280.00 0.03 279.97 + 75.075 237.00 0.03 236.97 + 75.100 214.00 0.03 213.97 + 75.125 238.00 0.03 237.97 + 75.150 243.00 0.03 242.97 + 75.175 204.00 0.03 203.97 + 75.200 239.00 0.03 238.97 + 75.225 255.00 0.03 254.97 + 75.250 249.00 0.03 248.97 + 75.275 226.00 0.03 225.97 + 75.300 191.00 0.03 190.97 + 75.325 222.00 0.03 221.97 + 75.350 193.00 0.03 192.97 + 75.375 236.00 0.03 235.97 + 75.400 264.00 0.03 263.97 + 75.425 308.00 0.03 307.97 + 75.450 340.00 0.03 339.97 + 75.475 330.00 0.03 329.97 + 75.500 282.00 0.03 281.97 + 75.525 229.00 0.03 228.97 + 75.550 235.00 0.04 234.96 + 75.575 204.00 0.04 203.96 + 75.600 203.00 0.04 202.96 + 75.625 252.00 0.04 251.96 + 75.650 249.00 0.04 248.96 + 75.675 232.00 0.04 231.96 + 75.700 222.00 0.04 221.96 + 75.725 217.00 0.04 216.96 + 75.750 226.00 0.04 225.96 + 75.775 222.00 0.04 221.96 + 75.800 238.00 0.04 237.96 + 75.825 265.00 0.04 264.96 + 75.850 341.00 0.04 340.96 + 75.875 339.00 0.04 338.96 + 75.900 338.00 0.04 337.96 + 75.925 302.00 0.04 301.96 + 75.950 275.00 0.05 274.95 + 75.975 242.00 0.05 241.95 + 76.000 218.00 0.05 217.95 + 76.025 232.00 0.05 231.95 + 76.050 297.00 0.05 296.95 + 76.075 360.00 0.05 359.95 + 76.100 399.00 0.05 398.95 + 76.125 423.00 0.05 422.95 + 76.150 365.00 0.05 364.95 + 76.175 273.00 0.05 272.95 + 76.200 254.00 0.05 253.95 + 76.225 262.00 0.06 261.94 + 76.250 216.00 0.06 215.94 + 76.275 316.00 0.06 315.94 + 76.300 339.00 0.06 338.94 + 76.325 402.00 0.06 401.94 + 76.350 509.00 0.06 508.94 + 76.375 598.00 0.06 597.94 + 76.400 700.00 0.06 699.94 + 76.425 742.00 0.07 741.93 + 76.450 619.00 0.07 618.93 + 76.475 470.00 0.07 469.93 + 76.500 398.00 0.07 397.93 + 76.525 379.00 0.07 378.93 + 76.550 352.00 0.07 351.93 + 76.575 351.00 0.08 350.92 + 76.600 379.00 0.08 378.92 + 76.625 443.00 0.08 442.92 + 76.650 466.00 0.08 465.92 + 76.675 438.00 0.08 437.92 + 76.700 357.00 0.08 356.92 + 76.725 289.00 0.09 288.91 + 76.750 258.00 0.09 257.91 + 76.775 233.00 0.09 232.91 + 76.800 216.00 0.09 215.91 + 76.825 241.00 0.10 240.90 + 76.850 235.00 0.10 234.90 + 76.875 277.00 0.10 276.90 + 76.900 309.00 0.10 308.90 + 76.925 358.00 0.11 357.89 + 76.950 356.00 0.11 355.89 + 76.975 323.00 0.11 322.89 + 77.000 273.00 0.12 272.88 + 77.025 243.00 0.12 242.88 + 77.050 224.00 0.12 223.88 + 77.075 243.00 0.13 242.87 + 77.100 250.00 0.13 249.87 + 77.125 220.00 0.13 219.87 + 77.150 267.00 0.14 266.86 + 77.175 291.00 0.14 290.86 + 77.200 282.00 0.15 281.85 + 77.225 252.00 0.15 251.85 + 77.250 255.00 0.16 254.84 + 77.275 328.00 0.16 327.84 + 77.300 357.00 0.17 356.83 + 77.325 411.00 0.17 410.83 + 77.350 375.00 0.18 374.82 + 77.375 323.00 0.19 322.81 + 77.400 267.00 0.19 266.81 + 77.425 240.00 0.20 239.80 + 77.450 208.00 0.21 207.79 + 77.475 209.00 0.22 208.78 + 77.500 236.00 0.23 235.77 + 77.525 248.00 0.23 247.77 + 77.550 261.00 0.24 260.76 + 77.575 256.00 0.25 255.75 + 77.600 244.00 0.27 243.73 + 77.625 203.00 0.28 202.72 + 77.650 173.00 0.29 172.71 + 77.675 170.00 0.30 169.70 + 77.700 174.00 0.32 173.68 + 77.725 168.00 0.33 167.67 + 77.750 167.00 0.35 166.65 + 77.775 181.00 0.37 180.63 + 77.800 159.00 0.39 158.61 + 77.825 195.00 0.42 194.58 + 77.850 168.00 0.44 167.56 + 77.875 180.00 0.47 179.53 + 77.900 186.00 0.50 185.50 + 77.925 175.00 0.53 174.47 + 77.950 191.00 0.56 190.44 + 77.975 213.00 0.59 212.41 + 78.000 274.00 0.63 273.37 + 78.025 266.00 0.67 265.33 + 78.050 323.00 0.72 322.28 + 78.075 421.00 0.77 420.23 + 78.100 552.00 0.83 551.17 + 78.125 799.00 0.90 798.10 + 78.150 1129.00 0.97 1128.03 + 78.175 1277.00 1.06 1275.94 + 78.200 1123.00 1.15 1121.85 + 78.225 820.00 1.26 818.74 + 78.250 610.00 1.38 608.62 + 78.275 504.00 1.53 502.47 + 78.300 408.00 1.69 406.31 + 78.325 478.00 1.89 476.11 + 78.350 543.00 2.12 540.88 + 78.375 708.00 2.40 705.60 + 78.400 817.00 2.74 814.26 + 78.425 736.00 3.15 732.85 + 78.450 641.00 3.66 637.34 + 78.475 568.00 4.31 563.69 + 78.500 413.00 5.15 407.85 + 78.525 433.00 6.25 426.75 + 78.550 373.00 7.74 365.26 + 78.575 314.00 9.84 304.16 + 78.600 321.00 13.03 307.97 + 78.625 244.00 18.60 225.40 + 78.650 262.00 29.94 232.06 + 78.675 251.00 53.75 197.25 + 78.700 232.00 97.60 134.40 + 78.725 241.00 160.18 80.82 + 78.750 216.00 211.52 4.48 + 78.775 240.00 198.21 41.79 + 78.800 212.00 136.66 75.34 + 78.825 196.00 79.35 116.65 + 78.850 173.00 43.29 129.71 + 78.875 187.00 24.89 162.11 + 78.900 175.00 16.19 158.81 + 78.925 173.00 11.72 161.28 + 78.950 152.00 9.00 143.00 + 78.975 163.00 7.16 155.84 + 79.000 143.00 5.82 137.18 + 79.025 135.00 4.83 130.17 + 79.050 122.00 4.07 117.93 + 79.075 139.00 3.47 135.53 + 79.100 128.00 3.00 125.00 + 79.125 134.00 2.62 131.38 + 79.150 140.00 2.30 137.70 + 79.175 117.00 2.04 114.96 + 79.200 150.00 1.82 148.18 + 79.225 134.00 1.64 132.36 + 79.250 152.00 1.48 150.52 + 79.275 127.00 1.35 125.65 + 79.300 170.00 1.23 168.77 + 79.325 158.00 1.13 156.87 + 79.350 155.00 1.04 153.96 + 79.375 173.00 0.96 172.04 + 79.400 161.00 0.89 160.11 + 79.425 136.00 0.82 135.18 + 79.450 128.00 0.77 127.23 + 79.475 177.00 0.72 176.28 + 79.500 165.00 0.67 164.33 + 79.525 140.00 0.63 139.37 + 79.550 154.00 0.60 153.40 + 79.575 143.00 0.56 142.44 + 79.600 168.00 0.53 167.47 + 79.625 189.00 0.50 188.50 + 79.650 130.00 0.48 129.52 + 79.675 160.00 0.46 159.54 + 79.700 151.00 0.43 150.57 + 79.725 182.00 0.41 181.59 + 79.750 221.00 0.40 220.60 + 79.775 238.00 0.38 237.62 + 79.800 260.00 0.36 259.64 + 79.825 315.00 0.35 314.65 + 79.850 327.00 0.34 326.66 + 79.875 311.00 0.32 310.68 + 79.900 246.00 0.31 245.69 + 79.925 211.00 0.30 210.70 + 79.950 204.00 0.29 203.71 + 79.975 196.00 0.28 195.72 + 80.000 211.00 0.27 210.73 + 80.025 191.00 0.26 190.74 + 80.050 234.00 0.26 233.74 + 80.075 225.00 0.25 224.75 + 80.100 255.00 0.24 254.76 + 80.125 200.00 0.24 199.76 + 80.150 186.00 0.23 185.77 + 80.175 186.00 0.22 185.78 + 80.200 162.00 0.22 161.78 + 80.225 140.00 0.21 139.79 + 80.250 153.00 0.21 152.79 + 80.275 147.00 0.20 146.80 + 80.300 143.00 0.20 142.80 + 80.325 153.00 0.20 152.80 + 80.350 154.00 0.19 153.81 + 80.375 133.00 0.19 132.81 + 80.400 145.00 0.19 144.81 + 80.425 148.00 0.18 147.82 + 80.450 165.00 0.18 164.82 + 80.475 155.00 0.18 154.82 + 80.500 155.00 0.18 154.82 + 80.525 147.00 0.17 146.83 + 80.550 176.00 0.17 175.83 + 80.575 149.00 0.17 148.83 + 80.600 165.00 0.17 164.83 + 80.625 136.00 0.17 135.83 + 80.650 163.00 0.17 162.83 + 80.675 163.00 0.17 162.83 + 80.700 198.00 0.16 197.84 + 80.725 215.00 0.16 214.84 + 80.750 249.00 0.16 248.84 + 80.775 304.00 0.16 303.84 + 80.800 377.00 0.16 376.84 + 80.825 414.00 0.16 413.84 + 80.850 339.00 0.16 338.84 + 80.875 322.00 0.16 321.84 + 80.900 284.00 0.16 283.84 + 80.925 301.00 0.16 300.84 + 80.950 311.00 0.16 310.84 + 80.975 380.00 0.16 379.84 + 81.000 550.00 0.16 549.84 + 81.025 624.00 0.16 623.84 + 81.050 660.00 0.16 659.84 + 81.075 617.00 0.17 616.83 + 81.100 461.00 0.17 460.83 + 81.125 363.00 0.17 362.83 + 81.150 284.00 0.17 283.83 + 81.175 266.00 0.17 265.83 + 81.200 268.00 0.17 267.83 + 81.225 289.00 0.18 288.82 + 81.250 340.00 0.18 339.82 + 81.275 375.00 0.18 374.82 + 81.300 363.00 0.18 362.82 + 81.325 327.00 0.18 326.82 + 81.350 259.00 0.19 258.81 + 81.375 216.00 0.19 215.81 + 81.400 172.00 0.19 171.81 + 81.425 180.00 0.20 179.80 + 81.450 208.00 0.20 207.80 + 81.475 177.00 0.21 176.79 + 81.500 157.00 0.21 156.79 + 81.525 189.00 0.21 188.79 + 81.550 192.00 0.22 191.78 + 81.575 222.00 0.23 221.77 + 81.600 222.00 0.23 221.77 + 81.625 188.00 0.24 187.76 + 81.650 184.00 0.24 183.76 + 81.675 164.00 0.25 163.75 + 81.700 173.00 0.26 172.74 + 81.725 182.00 0.27 181.73 + 81.750 153.00 0.27 152.73 + 81.775 158.00 0.28 157.72 + 81.800 158.00 0.29 157.71 + 81.825 183.00 0.30 182.70 + 81.850 190.00 0.31 189.69 + 81.875 178.00 0.32 177.68 + 81.900 169.00 0.34 168.66 + 81.925 145.00 0.35 144.65 + 81.950 170.00 0.36 169.64 + 81.975 138.00 0.38 137.62 + 82.000 169.00 0.40 168.60 + 82.025 133.00 0.42 132.58 + 82.050 134.00 0.44 133.57 + 82.075 122.00 0.46 121.54 + 82.100 126.00 0.48 125.52 + 82.125 153.00 0.50 152.50 + 82.150 112.00 0.53 111.47 + 82.175 125.00 0.56 124.44 + 82.200 127.00 0.59 126.41 + 82.225 147.00 0.63 146.37 + 82.250 125.00 0.67 124.33 + 82.275 125.00 0.71 124.29 + 82.300 142.00 0.76 141.24 + 82.325 143.00 0.82 142.18 + 82.350 138.00 0.88 137.12 + 82.375 145.00 0.95 144.05 + 82.400 166.00 1.02 164.98 + 82.425 165.00 1.11 163.89 + 82.450 156.00 1.21 154.79 + 82.475 154.00 1.32 152.68 + 82.500 169.00 1.45 167.55 + 82.525 130.00 1.60 128.40 + 82.550 173.00 1.77 171.23 + 82.575 155.00 1.98 153.02 + 82.600 178.00 2.22 175.78 + 82.625 211.00 2.51 208.49 + 82.650 247.00 2.86 244.14 + 82.675 289.00 3.30 285.70 + 82.700 310.00 3.84 306.16 + 82.725 276.00 4.52 271.48 + 82.750 303.00 5.40 297.60 + 82.775 376.00 6.56 369.44 + 82.800 468.00 8.14 459.86 + 82.825 665.00 10.38 654.62 + 82.850 803.00 13.81 789.19 + 82.875 829.00 19.88 809.12 + 82.900 683.00 32.23 650.77 + 82.925 570.00 57.53 512.47 + 82.950 507.00 102.66 404.34 + 82.975 383.00 164.58 218.42 + 83.000 335.00 210.91 124.09 + 83.025 352.00 192.08 159.92 + 83.050 412.00 130.91 281.09 + 83.075 522.00 76.22 445.78 + 83.100 575.00 42.11 532.89 + 83.125 652.00 24.62 627.38 + 83.150 681.00 16.21 664.79 + 83.175 634.00 11.80 622.20 + 83.200 466.00 9.10 456.90 + 83.225 368.00 7.25 360.75 + 83.250 301.00 5.91 295.09 + 83.275 214.00 4.90 209.10 + 83.300 226.00 4.13 221.87 + 83.325 205.00 3.53 201.47 + 83.350 239.00 3.05 235.95 + 83.375 226.00 2.66 223.34 + 83.400 271.00 2.34 268.66 + 83.425 279.00 2.08 276.92 + 83.450 280.00 1.86 278.14 + 83.475 247.00 1.67 245.33 + 83.500 223.00 1.51 221.49 + 83.525 201.00 1.37 199.63 + 83.550 199.00 1.25 197.75 + 83.575 198.00 1.14 196.86 + 83.600 206.00 1.05 204.95 + 83.625 191.00 0.97 190.03 + 83.650 154.00 0.90 153.10 + 83.675 174.00 0.83 173.17 + 83.700 144.00 0.77 143.23 + 83.725 155.00 0.72 154.28 + 83.750 161.00 0.68 160.32 + 83.775 172.00 0.63 171.37 + 83.800 178.00 0.60 177.40 + 83.825 192.00 0.56 191.44 + 83.850 155.00 0.53 154.47 + 83.875 171.00 0.50 170.50 + 83.900 155.00 0.46 154.54 + 83.925 160.00 0.43 159.57 + 83.950 138.00 0.41 137.59 + 83.975 156.00 0.39 155.61 + 84.000 178.00 0.37 177.63 + 84.025 163.00 0.35 162.65 + 84.050 191.00 0.34 190.66 + 84.075 200.00 0.32 199.68 + 84.100 208.00 0.31 207.69 + 84.125 186.00 0.29 185.71 + 84.150 167.00 0.28 166.72 + 84.175 183.00 0.27 182.73 + 84.200 157.00 0.26 156.74 + 84.225 148.00 0.25 147.75 + 84.250 163.00 0.24 162.76 + 84.275 174.00 0.23 173.77 + 84.300 187.00 0.22 186.78 + 84.325 182.00 0.21 181.79 + 84.350 189.00 0.20 188.80 + 84.375 190.00 0.20 189.80 + 84.400 190.00 0.19 189.81 + 84.425 199.00 0.18 198.82 + 84.450 240.00 0.18 239.82 + 84.475 247.00 0.17 246.83 + 84.500 334.00 0.17 333.83 + 84.525 391.00 0.16 390.84 + 84.550 512.00 0.15 511.85 + 84.575 618.00 0.15 617.85 + 84.600 663.00 0.15 662.85 + 84.625 593.00 0.14 592.86 + 84.650 456.00 0.14 455.86 + 84.675 395.00 0.13 394.87 + 84.700 343.00 0.13 342.87 + 84.725 288.00 0.13 287.87 + 84.750 292.00 0.12 291.88 + 84.775 310.00 0.12 309.88 + 84.800 392.00 0.11 391.89 + 84.825 389.00 0.11 388.89 + 84.850 437.00 0.11 436.89 + 84.875 361.00 0.11 360.89 + 84.900 351.00 0.10 350.90 + 84.925 262.00 0.10 261.90 + 84.950 250.00 0.10 249.90 + 84.975 233.00 0.10 232.90 + 85.000 197.00 0.09 196.91 + 85.025 195.00 0.09 194.91 + 85.050 171.00 0.09 170.91 + 85.075 174.00 0.09 173.91 + 85.100 171.00 0.08 170.92 + 85.125 159.00 0.08 158.92 + 85.150 158.00 0.08 157.92 + 85.175 120.00 0.08 119.92 + 85.200 128.00 0.08 127.92 + 85.225 140.00 0.08 139.92 + 85.250 148.00 0.07 147.93 + 85.275 156.00 0.07 155.93 + 85.300 133.00 0.07 132.93 + 85.325 156.00 0.07 155.93 + 85.350 144.00 0.07 143.93 + 85.375 163.00 0.07 162.93 + 85.400 158.00 0.06 157.94 + 85.425 158.00 0.06 157.94 + 85.450 154.00 0.06 153.94 + 85.475 165.00 0.06 164.94 + 85.500 196.00 0.06 195.94 + 85.525 206.00 0.06 205.94 + 85.550 256.00 0.06 255.94 + 85.575 278.00 0.06 277.94 + 85.600 255.00 0.06 254.94 + 85.625 253.00 0.05 252.95 + 85.650 223.00 0.05 222.95 + 85.675 190.00 0.05 189.95 + 85.700 196.00 0.05 195.95 + 85.725 176.00 0.05 175.95 + 85.750 171.00 0.05 170.95 + 85.775 212.00 0.05 211.95 + 85.800 204.00 0.05 203.95 + 85.825 252.00 0.05 251.95 + 85.850 224.00 0.05 223.95 + 85.875 192.00 0.05 191.95 + 85.900 180.00 0.04 179.96 + 85.925 172.00 0.04 171.96 + 85.950 166.00 0.04 165.96 + 85.975 159.00 0.04 158.96 + 86.000 155.00 0.04 154.96 + 86.025 148.00 0.04 147.96 + 86.050 167.00 0.04 166.96 + 86.075 137.00 0.04 136.96 + 86.100 178.00 0.04 177.96 + 86.125 161.00 0.04 160.96 + 86.150 180.00 0.04 179.96 + 86.175 156.00 0.04 155.96 + 86.200 169.00 0.04 168.96 + 86.225 178.00 0.04 177.96 + 86.250 174.00 0.04 173.96 + 86.275 181.00 0.04 180.96 + 86.300 172.00 0.03 171.97 + 86.325 238.00 0.03 237.97 + 86.350 209.00 0.03 208.97 + 86.375 240.00 0.03 239.97 + 86.400 343.00 0.03 342.97 + 86.425 384.00 0.03 383.97 + 86.450 500.00 0.03 499.97 + 86.475 673.00 0.03 672.97 + 86.500 704.00 0.03 703.97 + 86.525 763.00 0.03 762.97 + 86.550 656.00 0.03 655.97 + 86.575 551.00 0.03 550.97 + 86.600 406.00 0.03 405.97 + 86.625 354.00 0.03 353.97 + 86.650 352.00 0.03 351.97 + 86.675 301.00 0.03 300.97 + 86.700 357.00 0.03 356.97 + 86.725 414.00 0.03 413.97 + 86.750 440.00 0.03 439.97 + 86.775 502.00 0.03 501.97 + 86.800 459.00 0.03 458.97 + 86.825 425.00 0.03 424.97 + 86.850 378.00 0.03 377.97 + 86.875 418.00 0.03 417.97 + 86.900 427.00 0.03 426.98 + 86.925 467.00 0.02 466.98 + 86.950 441.00 0.02 440.98 + 86.975 400.00 0.02 399.98 + 87.000 327.00 0.02 326.98 + 87.025 278.00 0.02 277.98 + 87.050 259.00 0.02 258.98 + 87.075 240.00 0.02 239.98 + 87.100 213.00 0.02 212.98 + 87.125 206.00 0.02 205.98 + 87.150 241.00 0.02 240.98 + 87.175 263.00 0.02 262.98 + 87.200 287.00 0.02 286.98 + 87.225 291.00 0.02 290.98 + 87.250 245.00 0.02 244.98 + 87.275 243.00 0.02 242.98 + 87.300 198.00 0.02 197.98 + 87.325 195.00 0.02 194.98 + 87.350 195.00 0.02 194.98 + 87.375 164.00 0.02 163.98 + 87.400 178.00 0.02 177.98 + 87.425 161.00 0.02 160.98 + 87.450 161.00 0.02 160.98 + 87.475 183.00 0.02 182.98 + 87.500 177.00 0.02 176.98 + 87.525 177.00 0.02 176.98 + 87.550 177.00 0.02 176.98 + 87.575 192.00 0.02 191.98 + 87.600 219.00 0.02 218.98 + 87.625 260.00 0.02 259.98 + 87.650 310.00 0.02 309.98 + 87.675 337.00 0.02 336.98 + 87.700 312.00 0.02 311.98 + 87.725 290.00 0.02 289.98 + 87.750 275.00 0.02 274.98 + 87.775 243.00 0.02 242.98 + 87.800 192.00 0.02 191.98 + 87.825 200.00 0.02 199.98 + 87.850 212.00 0.02 211.98 + 87.875 205.00 0.02 204.98 + 87.900 180.00 0.02 179.98 + 87.925 219.00 0.02 218.98 + 87.950 274.00 0.02 273.98 + 87.975 271.00 0.02 270.98 + 88.000 200.00 0.02 199.98 + 88.025 205.00 0.02 204.98 + 88.050 195.00 0.02 194.98 + 88.075 179.00 0.02 178.98 + 88.100 171.00 0.01 170.99 + 88.125 171.00 0.01 170.99 + 88.150 147.00 0.01 146.99 + 88.175 147.00 0.01 146.99 + 88.200 167.00 0.01 166.99 + 88.225 159.00 0.00 159.00 + 88.250 157.00 0.00 157.00 + 88.275 145.00 0.00 145.00 + 88.300 164.00 0.00 164.00 + 88.325 142.00 0.00 142.00 + 88.350 143.00 0.00 143.00 + 88.375 164.00 0.00 164.00 + 88.400 157.00 0.00 157.00 + 88.425 153.00 0.00 153.00 + 88.450 145.00 0.00 145.00 + 88.475 168.00 0.00 168.00 + 88.500 159.00 0.00 159.00 + 88.525 169.00 0.00 169.00 + 88.550 137.00 0.00 137.00 + 88.575 182.00 0.00 182.00 + 88.600 196.00 0.00 196.00 + 88.625 218.00 0.00 218.00 + 88.650 216.00 0.00 216.00 + 88.675 223.00 0.00 223.00 + 88.700 269.00 0.00 269.00 + 88.725 295.00 0.00 295.00 + 88.750 288.00 0.00 288.00 + 88.775 280.00 0.00 280.00 + 88.800 281.00 0.00 281.00 + 88.825 187.00 0.00 187.00 + 88.850 264.00 0.00 264.00 + 88.875 216.00 0.00 216.00 + 88.900 220.00 0.00 220.00 + 88.925 242.00 0.00 242.00 + 88.950 264.00 0.00 264.00 + 88.975 272.00 0.00 272.00 + 89.000 326.00 0.00 326.00 + 89.025 362.00 0.00 362.00 + 89.050 407.00 0.00 407.00 + 89.075 468.00 0.00 468.00 + 89.100 432.00 0.00 432.00 + 89.125 443.00 0.00 443.00 + 89.150 383.00 0.00 383.00 + 89.175 393.00 0.00 393.00 + 89.200 367.00 0.00 367.00 + 89.225 415.00 0.00 415.00 + 89.250 471.00 0.00 471.00 + 89.275 595.00 0.00 595.00 + 89.300 626.00 0.00 626.00 + 89.325 583.00 0.00 583.00 + 89.350 491.00 0.00 491.00 + 89.375 456.00 0.00 456.00 + 89.400 411.00 0.00 411.00 + 89.425 322.00 0.00 322.00 + 89.450 328.00 0.00 328.00 + 89.475 289.00 0.00 289.00 + 89.500 271.00 0.00 271.00 + 89.525 302.00 0.00 302.00 + 89.550 377.00 0.00 377.00 + 89.575 369.00 0.00 369.00 + 89.600 373.00 0.00 373.00 + 89.625 347.00 0.00 347.00 + 89.650 296.00 0.00 296.00 + 89.675 292.00 0.00 292.00 + 89.700 257.00 0.00 257.00 + 89.725 269.00 0.00 269.00 + 89.750 241.00 0.00 241.00 + 89.775 218.00 0.00 218.00 + 89.800 212.00 0.00 212.00 + 89.825 239.00 0.00 239.00 + 89.850 254.00 0.00 254.00 + 89.875 295.00 0.00 295.00 + 89.900 314.00 0.00 314.00 + 89.925 356.00 0.00 356.00 + 89.950 301.00 0.00 301.00 + 89.975 277.00 0.00 277.00 + 90.000 252.00 0.00 252.00 + 90.025 251.00 0.00 251.00 + 90.050 186.00 0.00 186.00 + 90.075 197.00 0.00 197.00 + 90.100 162.00 0.00 162.00 + 90.125 192.00 0.00 192.00 + 90.150 231.00 0.00 231.00 + 90.175 223.00 0.00 223.00 + 90.200 207.00 0.00 207.00 + 90.225 238.00 0.00 238.00 + 90.250 196.00 0.00 196.00 + 90.275 196.00 0.00 196.00 + 90.300 176.00 0.00 176.00 + 90.325 171.00 0.00 171.00 + 90.350 178.00 0.00 178.00 + 90.375 146.00 0.00 146.00 + 90.400 169.00 0.00 169.00 + 90.425 161.00 0.00 161.00 + 90.450 149.00 0.00 149.00 + 90.475 173.00 0.00 173.00 + 90.500 156.00 0.00 156.00 + 90.525 143.00 0.00 143.00 + 90.550 154.00 0.00 154.00 + 90.575 152.00 0.00 152.00 + 90.600 139.00 0.00 139.00 + 90.625 184.00 0.00 184.00 + 90.650 185.00 0.00 185.00 + 90.675 161.00 0.00 161.00 + 90.700 159.00 0.00 159.00 + 90.725 152.00 0.00 152.00 + 90.750 159.00 0.00 159.00 + 90.775 176.00 0.00 176.00 + 90.800 164.00 0.00 164.00 + 90.825 168.00 0.00 168.00 + 90.850 193.00 0.00 193.00 + 90.875 195.00 0.00 195.00 + 90.900 187.00 0.00 187.00 + 90.925 237.00 0.00 237.00 + 90.950 228.00 0.00 228.00 + 90.975 265.00 0.00 265.00 + 91.000 291.00 0.00 291.00 + 91.025 347.00 0.00 347.00 + 91.050 409.00 0.00 409.00 + 91.075 454.00 0.00 454.00 + 91.100 552.00 0.00 552.00 + 91.125 524.00 0.00 524.00 + 91.150 552.00 0.00 552.00 + 91.175 502.00 0.00 502.00 + 91.200 483.00 0.00 483.00 + 91.225 433.00 0.00 433.00 + 91.250 382.00 0.00 382.00 + 91.275 363.00 0.00 363.00 + 91.300 322.00 0.00 322.00 + 91.325 328.00 0.00 328.00 + 91.350 389.00 0.00 389.00 + 91.375 469.00 0.00 469.00 + 91.400 485.00 0.00 485.00 + 91.425 438.00 0.00 438.00 + 91.450 491.00 0.00 491.00 + 91.475 415.00 0.00 415.00 + 91.500 377.00 0.00 377.00 + 91.525 375.00 0.00 375.00 + 91.550 322.00 0.00 322.00 + 91.575 288.00 0.00 288.00 + 91.600 280.00 0.00 280.00 + 91.625 263.00 0.00 263.00 + 91.650 275.00 0.00 275.00 + 91.675 245.00 0.00 245.00 + 91.700 243.00 0.00 243.00 + 91.725 239.00 0.00 239.00 + 91.750 247.00 0.00 247.00 + 91.775 216.00 0.00 216.00 + 91.800 204.00 0.00 204.00 + 91.825 210.00 0.00 210.00 + 91.850 196.00 0.00 196.00 + 91.875 220.00 0.00 220.00 + 91.900 209.00 0.00 209.00 + 91.925 212.00 0.00 212.00 + 91.950 226.00 0.00 226.00 + 91.975 201.00 0.00 201.00 + 92.000 225.00 0.00 225.00 + 92.025 228.00 0.00 228.00 + 92.050 210.00 0.00 210.00 + 92.075 244.00 0.00 244.00 + 92.100 298.00 0.00 298.00 + 92.125 405.00 0.00 405.00 + 92.150 445.00 0.00 445.00 + 92.175 534.00 0.00 534.00 + 92.200 579.00 0.00 579.00 + 92.225 538.00 0.00 538.00 + 92.250 495.00 0.00 495.00 + 92.275 466.00 0.00 466.00 + 92.300 410.00 0.00 410.00 + 92.325 389.00 0.00 389.00 + 92.350 387.00 0.00 387.00 + 92.375 429.00 0.00 429.00 + 92.400 460.00 0.00 460.00 + 92.425 573.00 0.00 573.00 + 92.450 607.00 0.00 607.00 + 92.475 740.00 0.00 740.00 + 92.500 853.00 0.00 853.00 + 92.525 781.00 0.00 781.00 + 92.550 733.00 0.00 733.00 + 92.575 593.00 0.00 593.00 + 92.600 499.00 0.00 499.00 + 92.625 398.00 0.00 398.00 + 92.650 368.00 0.00 368.00 + 92.675 334.00 0.00 334.00 + 92.700 370.00 0.00 370.00 + 92.725 358.00 0.00 358.00 + 92.750 391.00 0.00 391.00 + 92.775 376.00 0.00 376.00 + 92.800 394.00 0.00 394.00 + 92.825 414.00 0.00 414.00 + 92.850 383.00 0.00 383.00 + 92.875 300.00 0.00 300.00 + 92.900 294.00 0.00 294.00 + 92.925 275.00 0.00 275.00 + 92.950 246.00 0.00 246.00 + 92.975 259.00 0.00 259.00 + 93.000 235.00 0.00 235.00 + 93.025 239.00 0.00 239.00 + 93.050 243.00 0.00 243.00 + 93.075 277.00 0.00 277.00 + 93.100 363.00 0.00 363.00 + 93.125 383.00 0.01 382.99 + 93.150 434.00 0.01 433.99 + 93.175 436.00 0.01 435.99 + 93.200 378.00 0.01 377.99 + 93.225 373.00 0.01 372.99 + 93.250 386.00 0.01 385.99 + 93.275 438.00 0.01 437.99 + 93.300 464.00 0.01 463.99 + 93.325 491.00 0.01 490.99 + 93.350 539.00 0.01 538.99 + 93.375 539.00 0.01 538.99 + 93.400 523.00 0.01 522.99 + 93.425 499.00 0.01 498.99 + 93.450 478.00 0.01 477.99 + 93.475 472.00 0.01 471.99 + 93.500 383.00 0.01 382.99 + 93.525 345.00 0.01 344.99 + 93.550 354.00 0.01 353.99 + 93.575 352.00 0.01 351.99 + 93.600 383.00 0.01 382.99 + 93.625 370.00 0.01 369.99 + 93.650 410.00 0.01 409.99 + 93.675 453.00 0.01 452.99 + 93.700 416.00 0.01 415.99 + 93.725 396.00 0.01 395.99 + 93.750 392.00 0.01 391.99 + 93.775 319.00 0.01 318.99 + 93.800 335.00 0.01 334.99 + 93.825 407.00 0.01 406.99 + 93.850 461.00 0.01 460.99 + 93.875 587.00 0.01 586.99 + 93.900 741.00 0.01 740.99 + 93.925 875.00 0.01 874.99 + 93.950 863.00 0.01 862.99 + 93.975 754.00 0.01 753.99 + 94.000 619.00 0.01 618.99 + 94.025 485.00 0.01 484.99 + 94.050 429.00 0.01 428.99 + 94.075 336.00 0.01 335.99 + 94.100 321.00 0.01 320.99 + 94.125 296.00 0.01 295.99 + 94.150 316.00 0.01 315.99 + 94.175 385.00 0.01 384.99 + 94.200 474.00 0.01 473.99 + 94.225 539.00 0.01 538.99 + 94.250 571.00 0.01 570.99 + 94.275 493.00 0.01 492.99 + 94.300 420.00 0.01 419.99 + 94.325 345.00 0.01 344.99 + 94.350 272.00 0.01 271.99 + 94.375 242.00 0.01 241.99 + 94.400 219.00 0.01 218.99 + 94.425 229.00 0.01 228.99 + 94.450 203.00 0.01 202.99 + 94.475 220.00 0.01 219.99 + 94.500 211.00 0.01 210.99 + 94.525 190.00 0.01 189.99 + 94.550 171.00 0.01 170.99 + 94.575 195.00 0.01 194.99 + 94.600 176.00 0.01 175.99 + 94.625 218.00 0.01 217.99 + 94.650 208.00 0.01 207.99 + 94.675 212.00 0.01 211.99 + 94.700 230.00 0.01 229.99 + 94.725 265.00 0.01 264.99 + 94.750 314.00 0.01 313.99 + 94.775 278.00 0.01 277.99 + 94.800 306.00 0.01 305.99 + 94.825 262.00 0.01 261.99 + 94.850 281.00 0.01 280.99 + 94.875 209.00 0.01 208.99 + 94.900 235.00 0.01 234.99 + 94.925 222.00 0.01 221.99 + 94.950 223.00 0.01 222.99 + 94.975 246.00 0.01 245.99 + 95.000 268.00 0.01 267.99 + 95.025 316.00 0.01 315.99 + 95.050 307.00 0.01 306.99 + 95.075 316.00 0.01 315.99 + 95.100 273.00 0.01 272.99 + 95.125 247.00 0.01 246.99 + 95.150 229.00 0.01 228.99 + 95.175 201.00 0.01 200.99 + 95.200 198.00 0.01 197.99 + 95.225 173.00 0.01 172.99 + 95.250 202.00 0.01 201.99 + 95.275 173.00 0.01 172.99 + 95.300 212.00 0.01 211.99 + 95.325 185.00 0.01 184.99 + 95.350 197.00 0.01 196.99 + 95.375 193.00 0.01 192.99 + 95.400 193.00 0.01 192.99 + 95.425 194.00 0.01 193.99 + 95.450 169.00 0.01 168.99 + 95.475 169.00 0.01 168.99 + 95.500 157.00 0.01 156.99 + 95.525 167.00 0.01 166.99 + 95.550 175.00 0.01 174.99 + 95.575 140.00 0.01 139.99 + 95.600 174.00 0.01 173.99 + 95.625 146.00 0.01 145.99 + 95.650 171.00 0.01 170.99 + 95.675 142.00 0.01 141.99 + 95.700 152.00 0.01 151.99 + 95.725 171.00 0.01 170.99 + 95.750 150.00 0.01 149.99 + 95.775 142.00 0.01 141.99 + 95.800 161.00 0.01 160.99 + 95.825 150.00 0.01 149.99 + 95.850 163.00 0.01 162.99 + 95.875 154.00 0.01 153.99 + 95.900 149.00 0.01 148.99 + 95.925 157.00 0.01 156.99 + 95.950 192.00 0.01 191.99 + 95.975 185.00 0.01 184.99 + 96.000 184.00 0.01 183.99 + 96.025 205.00 0.01 204.99 + 96.050 231.00 0.01 230.99 + 96.075 238.00 0.01 237.99 + 96.100 263.00 0.01 262.99 + 96.125 324.00 0.01 323.99 + 96.150 365.00 0.01 364.99 + 96.175 388.00 0.01 387.99 + 96.200 380.00 0.02 379.98 + 96.225 421.00 0.02 420.98 + 96.250 418.00 0.02 417.98 + 96.275 408.00 0.02 407.98 + 96.300 385.00 0.02 384.98 + 96.325 374.00 0.02 373.98 + 96.350 346.00 0.02 345.98 + 96.375 329.00 0.02 328.98 + 96.400 297.00 0.02 296.98 + 96.425 319.00 0.02 318.98 + 96.450 322.00 0.02 321.98 + 96.475 328.00 0.02 327.98 + 96.500 298.00 0.02 297.98 + 96.525 290.00 0.02 289.98 + 96.550 304.00 0.02 303.98 + 96.575 311.00 0.02 310.98 + 96.600 312.00 0.02 311.98 + 96.625 319.00 0.02 318.98 + 96.650 292.00 0.02 291.98 + 96.675 241.00 0.02 240.98 + 96.700 239.00 0.02 238.98 + 96.725 202.00 0.02 201.98 + 96.750 206.00 0.02 205.98 + 96.775 202.00 0.02 201.98 + 96.800 227.00 0.02 226.98 + 96.825 236.00 0.02 235.98 + 96.850 307.00 0.02 306.98 + 96.875 309.00 0.02 308.98 + 96.900 385.00 0.02 384.98 + 96.925 341.00 0.02 340.98 + 96.950 324.00 0.02 323.98 + 96.975 290.00 0.02 289.98 + 97.000 208.00 0.02 207.98 + 97.025 241.00 0.02 240.98 + 97.050 201.00 0.02 200.98 + 97.075 202.00 0.03 201.97 + 97.100 181.00 0.03 180.97 + 97.125 217.00 0.03 216.97 + 97.150 264.00 0.03 263.97 + 97.175 229.00 0.03 228.97 + 97.200 326.00 0.03 325.97 + 97.225 303.00 0.03 302.97 + 97.250 345.00 0.03 344.97 + 97.275 304.00 0.03 303.97 + 97.300 296.00 0.03 295.97 + 97.325 241.00 0.03 240.97 + 97.350 242.00 0.03 241.97 + 97.375 210.00 0.03 209.97 + 97.400 187.00 0.03 186.97 + 97.425 206.00 0.03 205.97 + 97.450 194.00 0.03 193.97 + 97.475 221.00 0.03 220.97 + 97.500 216.00 0.04 215.96 + 97.525 245.00 0.04 244.96 + 97.550 242.00 0.04 241.96 + 97.575 251.00 0.04 250.96 + 97.600 258.00 0.04 257.96 + 97.625 232.00 0.04 231.96 + 97.650 215.00 0.04 214.96 + 97.675 189.00 0.04 188.96 + 97.700 192.00 0.04 191.96 + 97.725 163.00 0.04 162.96 + 97.750 158.00 0.04 157.96 + 97.775 162.00 0.04 161.96 + 97.800 174.00 0.05 173.95 + 97.825 182.00 0.05 181.95 + 97.850 169.00 0.05 168.95 + 97.875 151.00 0.05 150.95 + 97.900 187.00 0.05 186.95 + 97.925 179.00 0.05 178.95 + 97.950 167.00 0.05 166.95 + 97.975 169.00 0.05 168.95 + 98.000 146.00 0.06 145.94 + 98.025 149.00 0.06 148.94 + 98.050 146.00 0.06 145.94 + 98.075 158.00 0.06 157.94 + 98.100 142.00 0.06 141.94 + 98.125 164.00 0.06 163.94 + 98.150 142.00 0.07 141.93 + 98.175 153.00 0.07 152.93 + 98.200 147.00 0.07 146.93 + 98.225 163.00 0.07 162.93 + 98.250 160.00 0.07 159.93 + 98.275 163.00 0.08 162.92 + 98.300 127.00 0.08 126.92 + 98.325 150.00 0.08 149.92 + 98.350 159.00 0.08 158.92 + 98.375 140.00 0.09 139.91 + 98.400 136.00 0.09 135.91 + 98.425 159.00 0.09 158.91 + 98.450 171.00 0.10 170.90 + 98.475 178.00 0.10 177.90 + 98.500 159.00 0.10 158.90 + 98.525 162.00 0.11 161.89 + 98.550 193.00 0.11 192.89 + 98.575 156.00 0.12 155.88 + 98.600 176.00 0.12 175.88 + 98.625 161.00 0.13 160.87 + 98.650 155.00 0.13 154.87 + 98.675 146.00 0.14 145.86 + 98.700 179.00 0.14 178.86 + 98.725 208.00 0.15 207.85 + 98.750 186.00 0.16 185.84 + 98.775 194.00 0.16 193.84 + 98.800 252.00 0.17 251.83 + 98.825 230.00 0.18 229.82 + 98.850 219.00 0.19 218.81 + 98.875 182.00 0.20 181.80 + 98.900 179.00 0.21 178.79 + 98.925 174.00 0.22 173.78 + 98.950 147.00 0.23 146.77 + 98.975 189.00 0.25 188.75 + 99.000 166.00 0.26 165.74 + 99.025 142.00 0.28 141.72 + 99.050 144.00 0.30 143.70 + 99.075 177.00 0.31 176.69 + 99.100 178.00 0.34 177.66 + 99.125 215.00 0.36 214.64 + 99.150 182.00 0.39 181.61 + 99.175 160.00 0.41 159.59 + 99.200 196.00 0.45 195.55 + 99.225 200.00 0.48 199.52 + 99.250 159.00 0.52 158.48 + 99.275 163.00 0.57 162.43 + 99.300 150.00 0.62 149.38 + 99.325 175.00 0.68 174.32 + 99.350 144.00 0.75 143.25 + 99.375 132.00 0.83 131.17 + 99.400 160.00 0.92 159.08 + 99.425 169.00 1.03 167.97 + 99.450 138.00 1.16 136.84 + 99.475 171.00 1.32 169.68 + 99.500 129.00 1.51 127.49 + 99.525 167.00 1.74 165.26 + 99.550 172.00 2.04 169.96 + 99.575 135.00 2.41 132.59 + 99.600 170.00 2.89 167.11 + 99.625 172.00 3.56 168.44 + 99.650 169.00 4.58 164.42 + 99.675 199.00 6.29 192.71 + 99.700 221.00 9.36 211.64 + 99.725 233.00 14.83 218.17 + 99.750 283.00 23.79 259.21 + 99.775 291.00 36.71 254.29 + 99.800 299.00 52.27 246.73 + 99.825 257.00 65.80 191.20 + 99.850 239.00 69.60 169.40 + 99.875 226.00 60.75 165.25 + 99.900 185.00 45.52 139.48 + 99.925 195.00 30.74 164.26 + 99.950 194.00 19.48 174.52 + 99.975 175.00 12.13 162.87 + 100.000 192.00 7.83 184.17 + 100.025 182.00 5.44 176.56 + 100.050 189.00 4.09 184.91 + 100.075 210.00 3.25 206.75 + 100.100 252.00 2.67 249.33 + 100.125 217.00 2.24 214.76 + 100.150 230.00 1.90 228.10 + 100.175 223.00 1.64 221.36 + 100.200 192.00 1.43 190.57 + 100.225 205.00 1.25 203.75 + 100.250 179.00 1.11 177.89 + 100.275 185.00 0.99 184.01 + 100.300 155.00 0.88 154.12 + 100.325 193.00 0.80 192.20 + 100.350 190.00 0.72 189.28 + 100.375 214.00 0.66 213.34 + 100.400 215.00 0.60 214.40 + 100.425 230.00 0.55 229.45 + 100.450 223.00 0.51 222.49 + 100.475 212.00 0.47 211.53 + 100.500 233.00 0.43 232.57 + 100.525 221.00 0.40 220.60 + 100.550 242.00 0.37 241.63 + 100.575 216.00 0.35 215.65 + 100.600 261.00 0.33 260.67 + 100.625 265.00 0.31 264.69 + 100.650 370.00 0.29 369.71 + 100.675 406.00 0.27 405.73 + 100.700 501.00 0.26 500.74 + 100.725 447.00 0.24 446.76 + 100.750 488.00 0.23 487.77 + 100.775 473.00 0.22 472.78 + 100.800 365.00 0.21 364.79 + 100.825 279.00 0.20 278.80 + 100.850 283.00 0.19 282.81 + 100.875 285.00 0.18 284.82 + 100.900 282.00 0.17 281.83 + 100.925 239.00 0.16 238.84 + 100.950 267.00 0.15 266.85 + 100.975 263.00 0.15 262.85 + 101.000 309.00 0.14 308.86 + 101.025 349.00 0.14 348.86 + 101.050 345.00 0.13 344.87 + 101.075 322.00 0.12 321.88 + 101.100 338.00 0.12 337.88 + 101.125 308.00 0.12 307.88 + 101.150 238.00 0.11 237.89 + 101.175 221.00 0.11 220.89 + 101.200 215.00 0.10 214.90 + 101.225 197.00 0.10 196.90 + 101.250 205.00 0.10 204.90 + 101.275 208.00 0.09 207.91 + 101.300 222.00 0.09 221.91 + 101.325 206.00 0.09 205.91 + 101.350 204.00 0.08 203.92 + 101.375 230.00 0.08 229.92 + 101.400 240.00 0.08 239.92 + 101.425 284.00 0.08 283.92 + 101.450 313.00 0.07 312.93 + 101.475 331.00 0.07 330.93 + 101.500 344.00 0.07 343.93 + 101.525 297.00 0.07 296.93 + 101.550 275.00 0.07 274.93 + 101.575 267.00 0.06 266.94 + 101.600 216.00 0.06 215.94 + 101.625 230.00 0.06 229.94 + 101.650 194.00 0.06 193.94 + 101.675 195.00 0.06 194.94 + 101.700 234.00 0.06 233.94 + 101.725 196.00 0.05 195.95 + 101.750 198.00 0.05 197.95 + 101.775 240.00 0.05 239.95 + 101.800 255.00 0.05 254.95 + 101.825 287.00 0.05 286.95 + 101.850 314.00 0.05 313.95 + 101.875 318.00 0.05 317.95 + 101.900 255.00 0.05 254.95 + 101.925 232.00 0.04 231.96 + 101.950 213.00 0.04 212.96 + 101.975 186.00 0.04 185.96 + 102.000 193.00 0.04 192.96 + 102.025 156.00 0.04 155.96 + 102.050 168.00 0.04 167.96 + 102.075 155.00 0.04 154.96 + 102.100 154.00 0.04 153.96 + 102.125 187.00 0.04 186.96 + 102.150 181.00 0.04 180.96 + 102.175 194.00 0.04 193.96 + 102.200 183.00 0.03 182.97 + 102.225 206.00 0.03 205.97 + 102.250 191.00 0.03 190.97 + 102.275 179.00 0.03 178.97 + 102.300 174.00 0.03 173.97 + 102.325 158.00 0.03 157.97 + 102.350 176.00 0.03 175.97 + 102.375 183.00 0.03 182.97 + 102.400 184.00 0.03 183.97 + 102.425 188.00 0.03 187.97 + 102.450 222.00 0.03 221.97 + 102.475 211.00 0.03 210.97 + 102.500 242.00 0.03 241.97 + 102.525 267.00 0.03 266.97 + 102.550 330.00 0.03 329.97 + 102.575 363.00 0.03 362.97 + 102.600 390.00 0.03 389.97 + 102.625 397.00 0.03 396.97 + 102.650 332.00 0.02 331.98 + 102.675 288.00 0.02 287.98 + 102.700 273.00 0.02 272.98 + 102.725 199.00 0.02 198.98 + 102.750 218.00 0.02 217.98 + 102.775 198.00 0.02 197.98 + 102.800 206.00 0.02 205.98 + 102.825 228.00 0.02 227.98 + 102.850 206.00 0.02 205.98 + 102.875 216.00 0.02 215.98 + 102.900 256.00 0.02 255.98 + 102.925 259.00 0.02 258.98 + 102.950 301.00 0.02 300.98 + 102.975 265.00 0.02 264.98 + 103.000 240.00 0.02 239.98 + 103.025 206.00 0.02 205.98 + 103.050 224.00 0.02 223.98 + 103.075 183.00 0.02 182.98 + 103.100 160.00 0.02 159.98 + 103.125 190.00 0.02 189.98 + 103.150 158.00 0.02 157.98 + 103.175 161.00 0.02 160.98 + 103.200 161.00 0.02 160.98 + 103.225 143.00 0.02 142.98 + 103.250 144.00 0.02 143.98 + 103.275 177.00 0.02 176.98 + 103.300 175.00 0.02 174.98 + 103.325 142.00 0.02 141.98 + 103.350 129.00 0.02 128.98 + 103.375 140.00 0.02 139.98 + 103.400 166.00 0.02 165.98 + 103.425 156.00 0.02 155.98 + 103.450 126.00 0.02 125.98 + 103.475 156.00 0.02 155.98 + 103.500 144.00 0.02 143.98 + 103.525 146.00 0.02 145.98 + 103.550 136.00 0.02 135.98 + 103.575 145.00 0.02 144.98 + 103.600 160.00 0.02 159.98 + 103.625 147.00 0.02 146.98 + 103.650 142.00 0.02 141.98 + 103.675 150.00 0.02 149.98 + 103.700 168.00 0.02 167.98 + 103.725 164.00 0.02 163.98 + 103.750 168.00 0.02 167.98 + 103.775 195.00 0.02 194.98 + 103.800 207.00 0.02 206.98 + 103.825 229.00 0.02 228.98 + 103.850 260.00 0.02 259.98 + 103.875 263.00 0.02 262.98 + 103.900 294.00 0.01 293.99 + 103.925 291.00 0.01 290.99 + 103.950 279.00 0.01 278.99 + 103.975 245.00 0.01 244.99 + 104.000 211.00 0.01 210.99 + 104.025 240.00 0.01 239.99 + 104.050 218.00 0.01 217.99 + 104.075 197.00 0.01 196.99 + 104.100 226.00 0.01 225.99 + 104.125 253.00 0.01 252.99 + 104.150 249.00 0.01 248.99 + 104.175 289.00 0.01 288.99 + 104.200 329.00 0.01 328.99 + 104.225 377.00 0.01 376.99 + 104.250 412.00 0.01 411.99 + 104.275 419.00 0.01 418.99 + 104.300 371.00 0.01 370.99 + 104.325 310.00 0.01 309.99 + 104.350 258.00 0.01 257.99 + 104.375 236.00 0.01 235.99 + 104.400 243.00 0.01 242.99 + 104.425 235.00 0.01 234.99 + 104.450 224.00 0.01 223.99 + 104.475 241.00 0.01 240.99 + 104.500 236.00 0.01 235.99 + 104.525 239.00 0.01 238.99 + 104.550 302.00 0.01 301.99 + 104.575 286.00 0.01 285.99 + 104.600 295.00 0.01 294.99 + 104.625 329.00 0.01 328.99 + 104.650 390.00 0.01 389.99 + 104.675 376.00 0.01 375.99 + 104.700 405.00 0.01 404.99 + 104.725 380.00 0.01 379.99 + 104.750 376.00 0.01 375.99 + 104.775 363.00 0.01 362.99 + 104.800 361.00 0.01 360.99 + 104.825 296.00 0.01 295.99 + 104.850 313.00 0.01 312.99 + 104.875 279.00 0.01 278.99 + 104.900 295.00 0.01 294.99 + 104.925 248.00 0.01 247.99 + 104.950 253.00 0.01 252.99 + 104.975 273.00 0.01 272.99 + 105.000 273.00 0.01 272.99 + 105.025 275.00 0.01 274.99 + 105.050 305.00 0.01 304.99 + 105.075 282.00 0.01 281.99 + 105.100 295.00 0.01 294.99 + 105.125 295.00 0.01 294.99 + 105.150 304.00 0.01 303.99 + 105.175 318.00 0.01 317.99 + 105.200 331.00 0.01 330.99 + 105.225 336.00 0.01 335.99 + 105.250 336.00 0.01 335.99 + 105.275 371.00 0.01 370.99 + 105.300 349.00 0.01 348.99 + 105.325 315.00 0.01 314.99 + 105.350 280.00 0.01 279.99 + 105.375 286.00 0.01 285.99 + 105.400 238.00 0.01 237.99 + 105.425 265.00 0.01 264.99 + 105.450 226.00 0.01 225.99 + 105.475 238.00 0.01 237.99 + 105.500 222.00 0.01 221.99 + 105.525 224.00 0.01 223.99 + 105.550 254.00 0.01 253.99 + 105.575 303.00 0.01 302.99 + 105.600 311.00 0.01 310.99 + 105.625 297.00 0.01 296.99 + 105.650 319.00 0.01 318.99 + 105.675 302.00 0.01 301.99 + 105.700 295.00 0.01 294.99 + 105.725 299.00 0.01 298.99 + 105.750 325.00 0.01 324.99 + 105.775 347.00 0.01 346.99 + 105.800 294.00 0.01 293.99 + 105.825 264.00 0.01 263.99 + 105.850 265.00 0.01 264.99 + 105.875 239.00 0.01 238.99 + 105.900 227.00 0.01 226.99 + 105.925 226.00 0.01 225.99 + 105.950 250.00 0.01 249.99 + 105.975 203.00 0.01 202.99 + 106.000 229.00 0.01 228.99 + 106.025 202.00 0.02 201.98 + 106.050 234.00 0.02 233.98 + 106.075 220.00 0.02 219.98 + 106.100 206.00 0.02 205.98 + 106.125 230.00 0.02 229.98 + 106.150 228.00 0.02 227.98 + 106.175 259.00 0.02 258.98 + 106.200 221.00 0.02 220.98 + 106.225 276.00 0.02 275.98 + 106.250 276.00 0.02 275.98 + 106.275 271.00 0.02 270.98 + 106.300 278.00 0.02 277.98 + 106.325 298.00 0.02 297.98 + 106.350 341.00 0.02 340.98 + 106.375 366.00 0.02 365.98 + 106.400 384.00 0.02 383.98 + 106.425 388.00 0.02 387.98 + 106.450 410.00 0.02 409.98 + 106.475 433.00 0.02 432.98 + 106.500 388.00 0.02 387.98 + 106.525 382.00 0.02 381.98 + 106.550 298.00 0.02 297.98 + 106.575 327.00 0.02 326.98 + 106.600 266.00 0.02 265.98 + 106.625 250.00 0.02 249.98 + 106.650 252.00 0.02 251.98 + 106.675 252.00 0.02 251.98 + 106.700 262.00 0.02 261.98 + 106.725 270.00 0.02 269.98 + 106.750 257.00 0.02 256.98 + 106.775 249.00 0.02 248.98 + 106.800 251.00 0.02 250.98 + 106.825 336.00 0.01 335.99 + 106.850 305.00 0.01 304.99 + 106.875 284.00 0.01 283.99 + 106.900 293.00 0.01 292.99 + 106.925 236.00 0.01 235.99 + 106.950 224.00 0.01 223.99 + 106.975 207.00 0.01 206.99 + 107.000 200.00 0.01 199.99 + 107.025 174.00 0.01 173.99 + 107.050 177.00 0.01 176.99 + 107.075 180.00 0.01 179.99 + 107.100 163.00 0.01 162.99 + 107.125 150.00 0.01 149.99 + 107.150 181.00 0.01 180.99 + 107.175 174.00 0.01 173.99 + 107.200 141.00 0.01 140.99 + 107.225 156.00 0.01 155.99 + 107.250 143.00 0.01 142.99 + 107.275 166.00 0.01 165.99 + 107.300 148.00 0.01 147.99 + 107.325 174.00 0.01 173.99 + 107.350 153.00 0.01 152.99 + 107.375 160.00 0.01 159.99 + 107.400 159.00 0.01 158.99 + 107.425 160.00 0.02 159.98 + 107.450 155.00 0.02 154.98 + 107.475 141.00 0.02 140.98 + 107.500 148.00 0.02 147.98 + 107.525 157.00 0.02 156.98 + 107.550 157.00 0.02 156.98 + 107.575 161.00 0.02 160.98 + 107.600 171.00 0.02 170.98 + 107.625 164.00 0.02 163.98 + 107.650 169.00 0.02 168.98 + 107.675 170.00 0.02 169.98 + 107.700 167.00 0.02 166.98 + 107.725 189.00 0.02 188.98 + 107.750 220.00 0.02 219.98 + 107.775 252.00 0.02 251.98 + 107.800 328.00 0.02 327.98 + 107.825 298.00 0.02 297.98 + 107.850 286.00 0.02 285.98 + 107.875 290.00 0.02 289.98 + 107.900 266.00 0.02 265.98 + 107.925 220.00 0.02 219.98 + 107.950 171.00 0.02 170.98 + 107.975 193.00 0.02 192.98 + 108.000 194.00 0.02 193.98 + 108.025 170.00 0.02 169.98 + 108.050 235.00 0.02 234.98 + 108.075 195.00 0.02 194.98 + 108.100 207.00 0.02 206.98 + 108.125 227.00 0.02 226.98 + 108.150 261.00 0.02 260.98 + 108.175 320.00 0.02 319.98 + 108.200 343.00 0.02 342.98 + 108.225 339.00 0.02 338.98 + 108.250 411.00 0.02 410.98 + 108.275 416.00 0.02 415.98 + 108.300 350.00 0.02 349.98 + 108.325 350.00 0.02 349.98 + 108.350 288.00 0.02 287.98 + 108.375 343.00 0.02 342.98 + 108.400 300.00 0.02 299.98 + 108.425 286.00 0.02 285.98 + 108.450 283.00 0.02 282.98 + 108.475 249.00 0.02 248.98 + 108.500 258.00 0.02 257.98 + 108.525 232.00 0.02 231.98 + 108.550 229.00 0.02 228.98 + 108.575 233.00 0.02 232.98 + 108.600 215.00 0.02 214.98 + 108.625 250.00 0.02 249.98 + 108.650 258.00 0.02 257.98 + 108.675 250.00 0.02 249.98 + 108.700 251.00 0.02 250.98 + 108.725 245.00 0.02 244.98 + 108.750 233.00 0.02 232.98 + 108.775 220.00 0.02 219.98 + 108.800 257.00 0.02 256.98 + 108.825 219.00 0.02 218.98 + 108.850 207.00 0.02 206.98 + 108.875 208.00 0.02 207.98 + 108.900 191.00 0.02 190.98 + 108.925 187.00 0.02 186.98 + 108.950 198.00 0.02 197.98 + 108.975 176.00 0.02 175.98 + 109.000 184.00 0.02 183.98 + 109.025 190.00 0.02 189.98 + 109.050 192.00 0.02 191.98 + 109.075 159.00 0.02 158.98 + 109.100 176.00 0.03 175.97 + 109.125 166.00 0.03 165.97 + 109.150 196.00 0.03 195.97 + 109.175 172.00 0.03 171.97 + 109.200 180.00 0.03 179.97 + 109.225 208.00 0.03 207.97 + 109.250 219.00 0.03 218.97 + 109.275 202.00 0.03 201.97 + 109.300 177.00 0.03 176.97 + 109.325 175.00 0.03 174.97 + 109.350 170.00 0.03 169.97 + 109.375 167.00 0.03 166.97 + 109.400 175.00 0.03 174.97 + 109.425 153.00 0.03 152.97 + 109.450 145.00 0.03 144.97 + 109.475 178.00 0.03 177.97 + 109.500 168.00 0.03 167.97 + 109.525 153.00 0.03 152.97 + 109.550 159.00 0.03 158.97 + 109.575 179.00 0.03 178.97 + 109.600 196.00 0.03 195.97 + 109.625 175.00 0.03 174.97 + 109.650 174.00 0.03 173.97 + 109.675 168.00 0.03 167.97 + 109.700 180.00 0.03 179.97 + 109.725 139.00 0.03 138.97 + 109.750 157.00 0.03 156.97 + 109.775 143.00 0.03 142.97 + 109.800 156.00 0.03 155.97 + 109.825 157.00 0.03 156.97 + 109.850 151.00 0.03 150.97 + 109.875 155.00 0.03 154.97 + 109.900 158.00 0.04 157.96 + 109.925 155.00 0.04 154.96 + 109.950 141.00 0.04 140.96 + 109.975 152.00 0.04 151.96 + 110.000 145.00 0.04 144.96 + 110.025 158.00 0.04 157.96 + 110.050 153.00 0.04 152.96 + 110.075 149.00 0.04 148.96 + 110.100 153.00 0.04 152.96 + 110.125 150.00 0.04 149.96 + 110.150 144.00 0.04 143.96 + 110.175 150.00 0.04 149.96 + 110.200 143.00 0.04 142.96 + 110.225 172.00 0.04 171.96 + 110.250 141.00 0.04 140.96 + 110.275 166.00 0.04 165.96 + 110.300 170.00 0.04 169.96 + 110.325 162.00 0.04 161.96 + 110.350 206.00 0.04 205.96 + 110.375 182.00 0.05 181.95 + 110.400 172.00 0.05 171.95 + 110.425 183.00 0.05 182.95 + 110.450 175.00 0.05 174.95 + 110.475 178.00 0.05 177.95 + 110.500 179.00 0.05 178.95 + 110.525 157.00 0.05 156.95 + 110.550 163.00 0.05 162.95 + 110.575 182.00 0.05 181.95 + 110.600 184.00 0.05 183.95 + 110.625 177.00 0.05 176.95 + 110.650 163.00 0.05 162.95 + 110.675 172.00 0.05 171.95 + 110.700 185.00 0.06 184.94 + 110.725 159.00 0.06 158.94 + 110.750 185.00 0.06 184.94 + 110.775 176.00 0.06 175.94 + 110.800 169.00 0.06 168.94 + 110.825 161.00 0.06 160.94 + 110.850 173.00 0.06 172.94 + 110.875 190.00 0.06 189.94 + 110.900 193.00 0.06 192.94 + 110.925 150.00 0.07 149.93 + 110.950 175.00 0.07 174.93 + 110.975 151.00 0.07 150.93 + 111.000 176.00 0.07 175.93 + 111.025 166.00 0.07 165.93 + 111.050 171.00 0.07 170.93 + 111.075 187.00 0.07 186.93 + 111.100 180.00 0.08 179.92 + 111.125 216.00 0.08 215.92 + 111.150 212.00 0.08 211.92 + 111.175 269.00 0.08 268.92 + 111.200 301.00 0.08 300.92 + 111.225 313.00 0.08 312.92 + 111.250 319.00 0.09 318.91 + 111.275 328.00 0.09 327.91 + 111.300 299.00 0.09 298.91 + 111.325 252.00 0.09 251.91 + 111.350 252.00 0.09 251.91 + 111.375 228.00 0.10 227.90 + 111.400 200.00 0.10 199.90 + 111.425 209.00 0.10 208.90 + 111.450 202.00 0.11 201.89 + 111.475 225.00 0.11 224.89 + 111.500 199.00 0.11 198.89 + 111.525 251.00 0.11 250.89 + 111.550 236.00 0.12 235.88 + 111.575 263.00 0.12 262.88 + 111.600 299.00 0.13 298.87 + 111.625 302.00 0.13 301.87 + 111.650 338.00 0.13 337.87 + 111.675 248.00 0.14 247.86 + 111.700 259.00 0.14 258.86 + 111.725 262.00 0.15 261.85 + 111.750 213.00 0.15 212.85 + 111.775 211.00 0.16 210.84 + 111.800 206.00 0.16 205.84 + 111.825 210.00 0.17 209.83 + 111.850 168.00 0.18 167.82 + 111.875 191.00 0.18 190.82 + 111.900 159.00 0.19 158.81 + 111.925 183.00 0.20 182.80 + 111.950 202.00 0.21 201.79 + 111.975 211.00 0.22 210.78 + 112.000 205.00 0.23 204.77 + 112.025 206.00 0.24 205.76 + 112.050 205.00 0.25 204.75 + 112.075 223.00 0.26 222.74 + 112.100 200.00 0.28 199.72 + 112.125 184.00 0.29 183.71 + 112.150 189.00 0.31 188.69 + 112.175 186.00 0.32 185.68 + 112.200 185.00 0.34 184.66 + 112.225 205.00 0.36 204.64 + 112.250 197.00 0.39 196.61 + 112.275 210.00 0.41 209.59 + 112.300 206.00 0.44 205.56 + 112.325 202.00 0.47 201.53 + 112.350 174.00 0.51 173.49 + 112.375 175.00 0.54 174.46 + 112.400 190.00 0.59 189.41 + 112.425 165.00 0.64 164.36 + 112.450 173.00 0.69 172.31 + 112.475 179.00 0.76 178.24 + 112.500 192.00 0.83 191.17 + 112.525 168.00 0.92 167.08 + 112.550 168.00 1.01 166.99 + 112.575 181.00 1.13 179.87 + 112.600 170.00 1.27 168.73 + 112.625 200.00 1.44 198.56 + 112.650 198.00 1.65 196.35 + 112.675 219.00 1.92 217.08 + 112.700 211.00 2.30 208.70 + 112.725 238.00 2.87 235.13 + 112.750 222.00 3.75 218.25 + 112.775 205.00 5.12 199.88 + 112.800 221.00 7.24 213.76 + 112.825 204.00 10.36 193.64 + 112.850 219.00 14.69 204.31 + 112.875 196.00 20.29 175.71 + 112.900 210.00 26.90 183.10 + 112.925 196.00 33.88 162.12 + 112.950 234.00 40.05 193.95 + 112.975 212.00 43.84 168.16 + 113.000 191.00 43.90 147.10 + 113.025 250.00 40.21 209.79 + 113.050 230.00 34.08 195.92 + 113.075 226.00 27.11 198.89 + 113.100 277.00 20.48 256.52 + 113.125 263.00 14.85 248.15 + 113.150 296.00 10.47 285.53 + 113.175 319.00 7.32 311.68 + 113.200 338.00 5.18 332.82 + 113.225 385.00 3.79 381.21 + 113.250 408.00 2.90 405.10 + 113.275 381.00 2.33 378.67 + 113.300 356.00 1.94 354.06 + 113.325 290.00 1.66 288.34 + 113.350 284.00 1.45 282.55 + 113.375 268.00 1.28 266.72 + 113.400 222.00 1.15 220.85 + 113.425 245.00 1.03 243.97 + 113.450 214.00 0.93 213.07 + 113.475 211.00 0.85 210.15 + 113.500 204.00 0.78 203.22 + 113.525 227.00 0.71 226.29 + 113.550 254.00 0.66 253.34 + 113.575 236.00 0.61 235.39 + 113.600 290.00 0.57 289.43 + 113.625 305.00 0.53 304.47 + 113.650 290.00 0.49 289.51 + 113.675 337.00 0.46 336.54 + 113.700 276.00 0.44 275.56 + 113.725 281.00 0.41 280.59 + 113.750 238.00 0.39 237.61 + 113.775 243.00 0.37 242.63 + 113.800 231.00 0.35 230.65 + 113.825 205.00 0.33 204.67 + 113.850 205.00 0.32 204.68 + 113.875 193.00 0.31 192.69 + 113.900 180.00 0.29 179.71 + 113.925 171.00 0.28 170.72 + 113.950 185.00 0.27 184.73 + 113.975 191.00 0.26 190.74 + 114.000 191.00 0.25 190.75 + 114.025 190.00 0.24 189.76 + 114.050 179.00 0.24 178.76 + 114.075 169.00 0.23 168.77 + 114.100 175.00 0.22 174.78 + 114.125 199.00 0.22 198.78 + 114.150 179.00 0.21 178.79 + 114.175 189.00 0.21 188.79 + 114.200 210.00 0.20 209.80 + 114.225 191.00 0.20 190.80 + 114.250 206.00 0.19 205.81 + 114.275 212.00 0.19 211.81 + 114.300 210.00 0.19 209.81 + 114.325 235.00 0.18 234.82 + 114.350 205.00 0.18 204.82 + 114.375 182.00 0.18 181.82 + 114.400 185.00 0.17 184.83 + 114.425 177.00 0.17 176.83 + 114.450 171.00 0.17 170.83 + 114.475 153.00 0.17 152.83 + 114.500 154.00 0.17 153.83 + 114.525 152.00 0.16 151.84 + 114.550 170.00 0.16 169.84 + 114.575 155.00 0.16 154.84 + 114.600 156.00 0.16 155.84 + 114.625 153.00 0.16 152.84 + 114.650 171.00 0.16 170.84 + 114.675 188.00 0.16 187.84 + 114.700 181.00 0.16 180.84 + 114.725 180.00 0.16 179.84 + 114.750 201.00 0.16 200.84 + 114.775 183.00 0.16 182.84 + 114.800 191.00 0.16 190.84 + 114.825 184.00 0.16 183.84 + 114.850 187.00 0.16 186.84 + 114.875 163.00 0.16 162.84 + 114.900 161.00 0.16 160.84 + 114.925 165.00 0.16 164.84 + 114.950 160.00 0.16 159.84 + 114.975 185.00 0.16 184.84 + 115.000 198.00 0.16 197.84 + 115.025 164.00 0.16 163.84 + 115.050 176.00 0.16 175.84 + 115.075 182.00 0.16 181.84 + 115.100 172.00 0.17 171.83 + 115.125 172.00 0.17 171.83 + 115.150 186.00 0.17 185.83 + 115.175 189.00 0.17 188.83 + 115.200 181.00 0.17 180.83 + 115.225 231.00 0.17 230.83 + 115.250 209.00 0.18 208.82 + 115.275 211.00 0.18 210.82 + 115.300 227.00 0.18 226.82 + 115.325 226.00 0.18 225.82 + 115.350 193.00 0.18 192.82 + 115.375 216.00 0.19 215.81 + 115.400 211.00 0.19 210.81 + 115.425 211.00 0.19 210.81 + 115.450 193.00 0.19 192.81 + 115.475 175.00 0.20 174.80 + 115.500 192.00 0.20 191.80 + 115.525 209.00 0.20 208.80 + 115.550 196.00 0.21 195.79 + 115.575 195.00 0.21 194.79 + 115.600 230.00 0.22 229.78 + 115.625 231.00 0.22 230.78 + 115.650 239.00 0.22 238.78 + 115.675 311.00 0.23 310.77 + 115.700 285.00 0.23 284.77 + 115.725 263.00 0.24 262.76 + 115.750 289.00 0.24 288.76 + 115.775 262.00 0.25 261.75 + 115.800 214.00 0.26 213.74 + 115.825 212.00 0.26 211.74 + 115.850 218.00 0.27 217.73 + 115.875 186.00 0.27 185.73 + 115.900 191.00 0.28 190.72 + 115.925 199.00 0.29 198.71 + 115.950 183.00 0.30 182.70 + 115.975 190.00 0.30 189.70 + 116.000 168.00 0.31 167.69 + 116.025 194.00 0.32 193.68 + 116.050 191.00 0.33 190.67 + 116.075 195.00 0.34 194.66 + 116.100 207.00 0.35 206.65 + 116.125 218.00 0.36 217.64 + 116.150 222.00 0.37 221.63 + 116.175 241.00 0.38 240.62 + 116.200 242.00 0.39 241.61 + 116.225 219.00 0.41 218.59 + 116.250 189.00 0.42 188.58 + 116.275 202.00 0.44 201.56 + 116.300 202.00 0.45 201.55 + 116.325 190.00 0.47 189.53 + 116.350 225.00 0.48 224.52 + 116.375 204.00 0.50 203.50 + 116.400 223.00 0.52 222.48 + 116.425 262.00 0.54 261.46 + 116.450 258.00 0.56 257.44 + 116.475 317.00 0.59 316.41 + 116.500 312.00 0.61 311.39 + 116.525 304.00 0.64 303.36 + 116.550 299.00 0.67 298.33 + 116.575 278.00 0.70 277.30 + 116.600 265.00 0.73 264.27 + 116.625 221.00 0.77 220.23 + 116.650 205.00 0.80 204.20 + 116.675 225.00 0.84 224.16 + 116.700 211.00 0.89 210.11 + 116.725 203.00 0.94 202.06 + 116.750 192.00 0.99 191.01 + 116.775 201.00 1.05 199.95 + 116.800 197.00 1.11 195.89 + 116.825 227.00 1.17 225.83 + 116.850 184.00 1.25 182.75 + 116.875 205.00 1.33 203.67 + 116.900 216.00 1.42 214.58 + 116.925 256.00 1.52 254.48 + 116.950 253.00 1.62 251.38 + 116.975 288.00 1.75 286.25 + 117.000 249.00 1.88 247.12 + 117.025 280.00 2.03 277.97 + 117.050 219.00 2.20 216.80 + 117.075 217.00 2.40 214.60 + 117.100 249.00 2.62 246.38 + 117.125 229.00 2.87 226.13 + 117.150 198.00 3.16 194.84 + 117.175 193.00 3.49 189.51 + 117.200 178.00 3.89 174.11 + 117.225 205.00 4.37 200.63 + 117.250 210.00 4.96 205.04 + 117.275 185.00 5.74 179.26 + 117.300 179.00 6.80 172.20 + 117.325 213.00 8.33 204.67 + 117.350 233.00 10.59 222.41 + 117.375 225.00 13.96 211.04 + 117.400 232.00 18.95 213.05 + 117.425 264.00 26.12 237.88 + 117.450 271.00 35.99 235.01 + 117.475 285.00 48.87 236.13 + 117.500 273.00 64.72 208.28 + 117.525 342.00 82.87 259.13 + 117.550 326.00 101.93 224.07 + 117.575 401.00 119.63 281.37 + 117.600 358.00 132.84 225.16 + 117.625 432.00 138.40 293.60 + 117.650 331.00 134.69 196.31 + 117.675 361.00 122.81 238.19 + 117.700 330.00 105.75 224.25 + 117.725 283.00 86.75 196.25 + 117.750 282.00 68.27 213.73 + 117.775 263.00 51.88 211.12 + 117.800 245.00 38.37 206.63 + 117.825 232.00 27.90 204.10 + 117.850 219.00 20.22 198.78 + 117.875 251.00 14.83 236.17 + 117.900 241.00 11.17 229.83 + 117.925 241.00 8.72 232.28 + 117.950 265.00 7.07 257.93 + 117.975 237.00 5.92 231.08 + 118.000 251.00 5.10 245.90 + 118.025 266.00 4.47 261.53 + 118.050 291.00 3.97 287.03 + 118.075 301.00 3.56 297.44 + 118.100 300.00 3.22 296.78 + 118.125 280.00 2.92 277.08 + 118.150 332.00 2.66 329.34 + 118.175 285.00 2.43 282.57 + 118.200 276.00 2.24 273.76 + 118.225 261.00 2.06 258.94 + 118.250 262.00 1.91 260.09 + 118.275 264.00 1.77 262.23 + 118.300 280.00 1.64 278.36 + 118.325 291.00 1.53 289.47 + 118.350 292.00 1.43 290.57 + 118.375 284.00 1.34 282.66 + 118.400 266.00 1.26 264.74 + 118.425 240.00 1.18 238.82 + 118.450 219.00 1.11 217.89 + 118.475 232.00 1.05 230.95 + 118.500 218.00 0.99 217.01 + 118.525 192.00 0.94 191.06 + 118.550 181.00 0.89 180.11 + 118.575 184.00 0.85 183.15 + 118.600 219.00 0.80 218.20 + 118.625 187.00 0.77 186.23 + 118.650 174.00 0.73 173.27 + 118.675 184.00 0.70 183.30 + 118.700 204.00 0.66 203.34 + 118.725 197.00 0.64 196.36 + 118.750 217.00 0.61 216.39 + 118.775 215.00 0.58 214.42 + 118.800 213.00 0.56 212.44 + 118.825 212.00 0.54 211.46 + 118.850 218.00 0.52 217.48 + 118.875 210.00 0.50 209.50 + 118.900 224.00 0.48 223.52 + 118.925 183.00 0.46 182.54 + 118.950 178.00 0.44 177.56 + 118.975 205.00 0.43 204.57 + 119.000 184.00 0.41 183.59 + 119.025 185.00 0.40 184.60 + 119.050 180.00 0.38 179.62 + 119.075 197.00 0.37 196.63 + 119.100 154.00 0.36 153.64 + 119.125 171.00 0.35 170.65 + 119.150 181.00 0.34 180.66 + 119.175 155.00 0.33 154.67 + 119.200 145.00 0.32 144.68 + 119.225 184.00 0.31 183.69 + 119.250 180.00 0.30 179.70 + 119.275 173.00 0.29 172.71 + 119.300 168.00 0.28 167.72 + 119.325 190.00 0.27 189.73 + 119.350 169.00 0.27 168.73 + 119.375 161.00 0.26 160.74 + 119.400 174.00 0.25 173.75 + 119.425 158.00 0.24 157.76 + 119.450 167.00 0.24 166.76 + 119.475 182.00 0.23 181.77 + 119.500 165.00 0.23 164.77 + 119.525 183.00 0.22 182.78 + 119.550 168.00 0.22 167.78 + 119.575 159.00 0.21 158.79 + 119.600 161.00 0.21 160.79 + 119.625 155.00 0.20 154.80 + 119.650 189.00 0.20 188.80 + 119.675 186.00 0.19 185.81 + 119.700 150.00 0.19 149.81 + 119.725 168.00 0.18 167.82 + 119.750 186.00 0.18 185.82 + 119.775 194.00 0.17 193.83 + 119.800 155.00 0.17 154.83 + 119.825 171.00 0.17 170.83 + 119.850 151.00 0.16 150.84 + 119.875 165.00 0.16 164.84 + 119.900 175.00 0.16 174.84 + 119.925 156.00 0.15 155.85 + 119.950 163.00 0.15 162.85 + 119.975 164.00 0.15 163.85 + 120.000 166.00 0.14 165.86 + 120.025 185.00 0.14 184.86 + 120.050 163.00 0.14 162.86 + 120.075 202.00 0.14 201.86 + 120.100 186.00 0.13 185.87 + 120.125 183.00 0.13 182.87 + 120.150 183.00 0.13 182.87 + 120.175 155.00 0.13 154.87 + 120.200 199.00 0.12 198.88 + 120.225 176.00 0.12 175.88 + 120.250 188.00 0.12 187.88 + 120.275 177.00 0.12 176.88 + 120.300 165.00 0.12 164.88 + 120.325 198.00 0.11 197.89 + 120.350 170.00 0.11 169.89 + 120.375 186.00 0.11 185.89 + 120.400 188.00 0.11 187.89 + 120.425 193.00 0.11 192.89 + 120.450 190.00 0.10 189.90 + 120.475 207.00 0.10 206.90 + 120.500 234.00 0.10 233.90 + 120.525 205.00 0.10 204.90 + 120.550 212.00 0.10 211.90 + 120.575 216.00 0.10 215.90 + 120.600 213.00 0.10 212.90 + 120.625 266.00 0.09 265.91 + 120.650 257.00 0.09 256.91 + 120.675 269.00 0.09 268.91 + 120.700 300.00 0.09 299.91 + 120.725 330.00 0.09 329.91 + 120.750 339.00 0.09 338.91 + 120.775 357.00 0.09 356.91 + 120.800 382.00 0.08 381.92 + 120.825 326.00 0.08 325.92 + 120.850 325.00 0.08 324.92 + 120.875 282.00 0.08 281.92 + 120.900 284.00 0.08 283.92 + 120.925 305.00 0.08 304.92 + 120.950 353.00 0.08 352.92 + 120.975 293.00 0.08 292.92 + 121.000 354.00 0.08 353.92 + 121.025 327.00 0.08 326.92 + 121.050 397.00 0.07 396.93 + 121.075 378.00 0.07 377.93 + 121.100 367.00 0.07 366.93 + 121.125 341.00 0.07 340.93 + 121.150 307.00 0.07 306.93 + 121.175 311.00 0.07 310.93 + 121.200 274.00 0.07 273.93 + 121.225 313.00 0.07 312.93 + 121.250 351.00 0.07 350.93 + 121.275 347.00 0.07 346.93 + 121.300 326.00 0.07 325.93 + 121.325 307.00 0.06 306.94 + 121.350 293.00 0.06 292.94 + 121.375 260.00 0.06 259.94 + 121.400 283.00 0.06 282.94 + 121.425 272.00 0.06 271.94 + 121.450 272.00 0.06 271.94 + 121.475 302.00 0.06 301.94 + 121.500 307.00 0.06 306.94 + 121.525 313.00 0.06 312.94 + 121.550 332.00 0.06 331.94 + 121.575 337.00 0.06 336.94 + 121.600 327.00 0.06 326.94 + 121.625 331.00 0.06 330.94 + 121.650 343.00 0.06 342.94 + 121.675 329.00 0.06 328.94 + 121.700 371.00 0.06 370.94 + 121.725 392.00 0.05 391.95 + 121.750 418.00 0.05 417.95 + 121.775 493.00 0.05 492.95 + 121.800 471.00 0.05 470.95 + 121.825 481.00 0.05 480.95 + 121.850 485.00 0.05 484.95 + 121.875 486.00 0.05 485.95 + 121.900 422.00 0.05 421.95 + 121.925 425.00 0.05 424.95 + 121.950 387.00 0.05 386.95 + 121.975 379.00 0.05 378.95 + 122.000 330.00 0.05 329.95 + 122.025 338.00 0.05 337.95 + 122.050 327.00 0.05 326.95 + 122.075 321.00 0.05 320.95 + 122.100 327.00 0.05 326.95 + 122.125 386.00 0.05 385.95 + 122.150 375.00 0.05 374.95 + 122.175 412.00 0.05 411.95 + 122.200 398.00 0.05 397.95 + 122.225 371.00 0.05 370.95 + 122.250 398.00 0.04 397.96 + 122.275 377.00 0.04 376.96 + 122.300 382.00 0.04 381.96 + 122.325 419.00 0.04 418.96 + 122.350 397.00 0.04 396.96 + 122.375 373.00 0.04 372.96 + 122.400 325.00 0.04 324.96 + 122.425 333.00 0.04 332.96 + 122.450 311.00 0.04 310.96 + 122.475 301.00 0.04 300.96 + 122.500 293.00 0.04 292.96 + 122.525 291.00 0.04 290.96 + 122.550 268.00 0.04 267.96 + 122.575 279.00 0.04 278.96 + 122.600 289.00 0.04 288.96 + 122.625 278.00 0.04 277.96 + 122.650 266.00 0.04 265.96 + 122.675 268.00 0.04 267.96 + 122.700 284.00 0.04 283.96 + 122.725 258.00 0.04 257.96 + 122.750 251.00 0.04 250.96 + 122.775 258.00 0.04 257.96 + 122.800 247.00 0.04 246.96 + 122.825 251.00 0.04 250.96 + 122.850 211.00 0.04 210.96 + 122.875 209.00 0.04 208.96 + 122.900 220.00 0.04 219.96 + 122.925 218.00 0.04 217.96 + 122.950 191.00 0.04 190.96 + 122.975 186.00 0.04 185.96 + 123.000 214.00 0.04 213.96 + 123.025 213.00 0.04 212.96 + 123.050 216.00 0.04 215.96 + 123.075 227.00 0.04 226.96 + 123.100 196.00 0.03 195.97 + 123.125 202.00 0.03 201.97 + 123.150 213.00 0.03 212.97 + 123.175 186.00 0.03 185.97 + 123.200 198.00 0.03 197.97 + 123.225 224.00 0.03 223.97 + 123.250 177.00 0.03 176.97 + 123.275 197.00 0.03 196.97 + 123.300 160.00 0.03 159.97 + 123.325 191.00 0.03 190.97 + 123.350 209.00 0.03 208.97 + 123.375 217.00 0.03 216.97 + 123.400 216.00 0.03 215.97 + 123.425 215.00 0.03 214.97 + 123.450 200.00 0.03 199.97 + 123.475 207.00 0.03 206.97 + 123.500 202.00 0.03 201.97 + 123.525 234.00 0.03 233.97 + 123.550 218.00 0.03 217.97 + 123.575 252.00 0.03 251.97 + 123.600 249.00 0.03 248.97 + 123.625 281.00 0.03 280.97 + 123.650 270.00 0.03 269.97 + 123.675 287.00 0.03 286.97 + 123.700 318.00 0.03 317.97 + 123.725 319.00 0.03 318.97 + 123.750 370.00 0.03 369.97 + 123.775 397.00 0.03 396.97 + 123.800 434.00 0.03 433.97 + 123.825 494.00 0.03 493.97 + 123.850 424.00 0.03 423.97 + 123.875 485.00 0.03 484.97 + 123.900 464.00 0.03 463.97 + 123.925 454.00 0.03 453.97 + 123.950 461.00 0.03 460.97 + 123.975 371.00 0.03 370.97 + 124.000 326.00 0.03 325.97 + 124.025 309.00 0.03 308.97 + 124.050 280.00 0.03 279.97 + 124.075 332.00 0.03 331.97 + 124.100 297.00 0.03 296.97 + 124.125 277.00 0.03 276.97 + 124.150 293.00 0.03 292.97 + 124.175 303.00 0.03 302.97 + 124.200 342.00 0.03 341.97 + 124.225 293.00 0.03 292.97 + 124.250 322.00 0.03 321.97 + 124.275 350.00 0.03 349.97 + 124.300 360.00 0.03 359.97 + 124.325 343.00 0.03 342.97 + 124.350 387.00 0.03 386.97 + 124.375 437.00 0.03 436.97 + 124.400 442.00 0.03 441.97 + 124.425 460.00 0.03 459.97 + 124.450 486.00 0.02 485.98 + 124.475 451.00 0.02 450.98 + 124.500 433.00 0.02 432.98 + 124.525 459.00 0.02 458.98 + 124.550 369.00 0.02 368.98 + 124.575 415.00 0.02 414.98 + 124.600 340.00 0.02 339.98 + 124.625 328.00 0.02 327.98 + 124.650 323.00 0.02 322.98 + 124.675 291.00 0.02 290.98 + 124.700 265.00 0.02 264.98 + 124.725 305.00 0.02 304.98 + 124.750 279.00 0.02 278.98 + 124.775 298.00 0.02 297.98 + 124.800 320.00 0.02 319.98 + 124.825 299.00 0.02 298.98 + 124.850 306.00 0.02 305.98 + 124.875 340.00 0.02 339.98 + 124.900 314.00 0.02 313.98 + 124.925 329.00 0.02 328.98 + 124.950 324.00 0.02 323.98 + 124.975 367.00 0.02 366.98 + 125.000 378.00 0.02 377.98 + 125.025 335.00 0.02 334.98 + 125.050 338.00 0.02 337.98 + 125.075 293.00 0.02 292.98 + 125.100 299.00 0.02 298.98 + 125.125 293.00 0.02 292.98 + 125.150 263.00 0.02 262.98 + 125.175 285.00 0.02 284.98 + 125.200 277.00 0.02 276.98 + 125.225 283.00 0.02 282.98 + 125.250 326.00 0.02 325.98 + 125.275 291.00 0.02 290.98 + 125.300 311.00 0.02 310.98 + 125.325 315.00 0.02 314.98 + 125.350 351.00 0.02 350.98 + 125.375 367.00 0.02 366.98 + 125.400 353.00 0.02 352.98 + 125.425 387.00 0.02 386.98 + 125.450 404.00 0.02 403.98 + 125.475 365.00 0.02 364.98 + 125.500 354.00 0.02 353.98 + 125.525 382.00 0.02 381.98 + 125.550 318.00 0.02 317.98 + 125.575 310.00 0.02 309.98 + 125.600 342.00 0.02 341.98 + 125.625 355.00 0.02 354.98 + 125.650 334.00 0.02 333.98 + 125.675 382.00 0.02 381.98 + 125.700 359.00 0.02 358.98 + 125.725 322.00 0.02 321.98 + 125.750 317.00 0.02 316.98 + 125.775 322.00 0.02 321.98 + 125.800 315.00 0.02 314.98 + 125.825 322.00 0.02 321.98 + 125.850 260.00 0.02 259.98 + 125.875 275.00 0.02 274.98 + 125.900 282.00 0.02 281.98 + 125.925 290.00 0.02 289.98 + 125.950 318.00 0.02 317.98 + 125.975 296.00 0.02 295.98 + 126.000 276.00 0.02 275.98 + 126.025 281.00 0.02 280.98 + 126.050 309.00 0.02 308.98 + 126.075 281.00 0.02 280.98 + 126.100 305.00 0.02 304.98 + 126.125 298.00 0.02 297.98 + 126.150 276.00 0.02 275.98 + 126.175 252.00 0.02 251.98 + 126.200 303.00 0.02 302.98 + 126.225 282.00 0.02 281.98 + 126.250 308.00 0.02 307.98 + 126.275 302.00 0.02 301.98 + 126.300 293.00 0.02 292.98 + 126.325 288.00 0.02 287.98 + 126.350 268.00 0.02 267.98 + 126.375 300.00 0.02 299.98 + 126.400 319.00 0.02 318.98 + 126.425 297.00 0.02 296.98 + 126.450 302.00 0.02 301.98 + 126.475 304.00 0.02 303.98 + 126.500 346.00 0.02 345.98 + 126.525 392.00 0.02 391.98 + 126.550 454.00 0.02 453.98 + 126.575 519.00 0.02 518.98 + 126.600 565.00 0.02 564.98 + 126.625 590.00 0.02 589.98 + 126.650 593.00 0.02 592.98 + 126.675 601.00 0.02 600.98 + 126.700 563.00 0.02 562.98 + 126.725 482.00 0.02 481.98 + 126.750 500.00 0.02 499.98 + 126.775 403.00 0.02 402.98 + 126.800 417.00 0.02 416.98 + 126.825 386.00 0.02 385.98 + 126.850 328.00 0.02 327.98 + 126.875 293.00 0.02 292.98 + 126.900 321.00 0.02 320.98 + 126.925 300.00 0.02 299.98 + 126.950 313.00 0.02 312.98 + 126.975 294.00 0.02 293.98 + 127.000 318.00 0.02 317.98 + 127.025 294.00 0.02 293.98 + 127.050 329.00 0.02 328.98 + 127.075 329.00 0.02 328.98 + 127.100 364.00 0.02 363.98 + 127.125 360.00 0.02 359.98 + 127.150 385.00 0.02 384.98 + 127.175 412.00 0.02 411.98 + 127.200 426.00 0.02 425.98 + 127.225 405.00 0.02 404.98 + 127.250 418.00 0.02 417.98 + 127.275 417.00 0.02 416.98 + 127.300 358.00 0.02 357.98 + 127.325 384.00 0.02 383.98 + 127.350 387.00 0.02 386.98 + 127.375 312.00 0.02 311.98 + 127.400 316.00 0.02 315.98 + 127.425 304.00 0.02 303.98 + 127.450 295.00 0.02 294.98 + 127.475 296.00 0.02 295.98 + 127.500 294.00 0.02 293.98 + 127.525 273.00 0.02 272.98 + 127.550 325.00 0.02 324.98 + 127.575 330.00 0.02 329.98 + 127.600 345.00 0.02 344.98 + 127.625 300.00 0.02 299.98 + 127.650 370.00 0.02 369.98 + 127.675 350.00 0.02 349.98 + 127.700 381.00 0.02 380.98 + 127.725 297.00 0.02 296.98 + 127.750 316.00 0.02 315.98 + 127.775 300.00 0.02 299.98 + 127.800 270.00 0.02 269.98 + 127.825 271.00 0.02 270.98 + 127.850 292.00 0.02 291.98 + 127.875 249.00 0.02 248.98 + 127.900 263.00 0.02 262.98 + 127.925 269.00 0.02 268.98 + 127.950 273.00 0.02 272.98 + 127.975 252.00 0.02 251.98 + 128.000 250.00 0.02 249.98 + 128.025 225.00 0.02 224.98 + 128.050 241.00 0.02 240.98 + 128.075 245.00 0.02 244.98 + 128.100 268.00 0.02 267.98 + 128.125 276.00 0.02 275.98 + 128.150 264.00 0.02 263.98 + 128.175 282.00 0.02 281.98 + 128.200 294.00 0.02 293.98 + 128.225 314.00 0.02 313.98 + 128.250 303.00 0.02 302.98 + 128.275 269.00 0.02 268.98 + 128.300 295.00 0.02 294.98 + 128.325 283.00 0.02 282.98 + 128.350 293.00 0.02 292.98 + 128.375 286.00 0.02 285.98 + 128.400 264.00 0.02 263.98 + 128.425 255.00 0.02 254.98 + 128.450 259.00 0.02 258.98 + 128.475 252.00 0.02 251.98 + 128.500 270.00 0.02 269.98 + 128.525 255.00 0.02 254.98 + 128.550 304.00 0.02 303.98 + 128.575 293.00 0.02 292.98 + 128.600 311.00 0.02 310.98 + 128.625 285.00 0.02 284.98 + 128.650 332.00 0.02 331.98 + 128.675 321.00 0.02 320.98 + 128.700 350.00 0.02 349.98 + 128.725 358.00 0.02 357.98 + 128.750 431.00 0.02 430.98 + 128.775 433.00 0.02 432.98 + 128.800 427.00 0.02 426.98 + 128.825 380.00 0.02 379.98 + 128.850 413.00 0.02 412.98 + 128.875 422.00 0.02 421.98 + 128.900 348.00 0.02 347.98 + 128.925 388.00 0.02 387.98 + 128.950 355.00 0.02 354.98 + 128.975 370.00 0.02 369.98 + 129.000 353.00 0.02 352.98 + 129.025 322.00 0.02 321.98 + 129.050 348.00 0.02 347.98 + 129.075 325.00 0.02 324.98 + 129.100 320.00 0.02 319.98 + 129.125 369.00 0.02 368.98 + 129.150 351.00 0.02 350.98 + 129.175 400.00 0.02 399.98 + 129.200 379.00 0.02 378.98 + 129.225 399.00 0.02 398.98 + 129.250 406.00 0.02 405.98 + 129.275 396.00 0.02 395.98 + 129.300 397.00 0.02 396.98 + 129.325 415.00 0.02 414.98 + 129.350 439.00 0.02 438.98 + 129.375 438.00 0.02 437.98 + 129.400 437.00 0.02 436.98 + 129.425 478.00 0.02 477.98 + 129.450 495.00 0.02 494.98 + 129.475 511.00 0.02 510.98 + 129.500 450.00 0.02 449.98 + 129.525 497.00 0.02 496.98 + 129.550 498.00 0.02 497.98 + 129.575 433.00 0.02 432.98 + 129.600 477.00 0.02 476.98 + 129.625 484.00 0.02 483.98 + 129.650 430.00 0.02 429.98 + 129.675 431.00 0.02 430.98 + 129.700 454.00 0.02 453.98 + 129.725 399.00 0.02 398.98 + 129.750 382.00 0.02 381.98 + 129.775 384.00 0.02 383.98 + 129.800 351.00 0.02 350.98 + 129.825 334.00 0.02 333.98 + 129.850 347.00 0.02 346.98 + 129.875 336.00 0.02 335.98 + 129.900 330.00 0.02 329.98 + 129.925 306.00 0.02 305.98 + 129.950 330.00 0.02 329.98 + 129.975 311.00 0.02 310.98 + 130.000 298.00 0.02 297.98 + 130.025 301.00 0.02 300.98 + 130.050 344.00 0.02 343.98 + 130.075 335.00 0.02 334.98 + 130.100 334.00 0.02 333.98 + 130.125 303.00 0.02 302.98 + 130.150 326.00 0.02 325.98 + 130.175 359.00 0.02 358.98 + 130.200 397.00 0.02 396.98 + 130.225 356.00 0.02 355.98 + 130.250 347.00 0.02 346.98 + 130.275 310.00 0.02 309.98 + 130.300 347.00 0.02 346.98 + 130.325 332.00 0.02 331.98 + 130.350 312.00 0.02 311.98 + 130.375 335.00 0.02 334.98 + 130.400 334.00 0.02 333.98 + 130.425 316.00 0.02 315.98 + 130.450 309.00 0.02 308.98 + 130.475 294.00 0.02 293.98 + 130.500 334.00 0.02 333.98 + 130.525 342.00 0.02 341.98 + 130.550 332.00 0.02 331.98 + 130.575 279.00 0.02 278.98 + 130.600 267.00 0.02 266.98 + 130.625 257.00 0.02 256.98 + 130.650 292.00 0.02 291.98 + 130.675 288.00 0.02 287.98 + 130.700 273.00 0.02 272.98 + 130.725 245.00 0.02 244.98 + 130.750 269.00 0.02 268.98 + 130.775 248.00 0.02 247.98 + 130.800 228.00 0.02 227.98 + 130.825 250.00 0.02 249.98 + 130.850 249.00 0.02 248.98 + 130.875 230.00 0.02 229.98 + 130.900 238.00 0.02 237.98 + 130.925 217.00 0.02 216.98 + 130.950 238.00 0.02 237.98 + 130.975 212.00 0.02 211.98 + 131.000 246.00 0.02 245.98 + 131.025 246.00 0.02 245.98 + 131.050 239.00 0.02 238.98 + 131.075 262.00 0.02 261.98 + 131.100 265.00 0.02 264.98 + 131.125 264.00 0.02 263.98 + 131.150 240.00 0.02 239.98 + 131.175 250.00 0.02 249.98 + 131.200 246.00 0.02 245.98 + 131.225 226.00 0.02 225.98 + 131.250 227.00 0.02 226.98 + 131.275 235.00 0.02 234.98 + 131.300 226.00 0.02 225.98 + 131.325 256.00 0.02 255.98 + 131.350 190.00 0.02 189.98 + 131.375 215.00 0.03 214.97 + 131.400 236.00 0.03 235.97 + 131.425 223.00 0.03 222.97 + 131.450 227.00 0.03 226.97 + 131.475 203.00 0.03 202.97 + 131.500 206.00 0.03 205.97 + 131.525 190.00 0.03 189.97 + 131.550 232.00 0.03 231.97 + 131.575 230.00 0.03 229.97 + 131.600 201.00 0.03 200.97 + 131.625 219.00 0.03 218.97 + 131.650 203.00 0.03 202.97 + 131.675 216.00 0.03 215.97 + 131.700 213.00 0.03 212.97 + 131.725 208.00 0.03 207.97 + 131.750 224.00 0.03 223.97 + 131.775 210.00 0.03 209.97 + 131.800 202.00 0.03 201.97 + 131.825 212.00 0.03 211.97 + 131.850 205.00 0.03 204.97 + 131.875 236.00 0.03 235.97 + 131.900 220.00 0.03 219.97 + 131.925 194.00 0.03 193.97 + 131.950 199.00 0.03 198.97 + 131.975 201.00 0.03 200.97 + 132.000 216.00 0.03 215.97 + 132.025 237.00 0.03 236.97 + 132.050 212.00 0.03 211.97 + 132.075 225.00 0.03 224.97 + 132.100 203.00 0.03 202.97 + 132.125 241.00 0.03 240.97 + 132.150 232.00 0.03 231.97 + 132.175 260.00 0.03 259.97 + 132.200 253.00 0.03 252.97 + 132.225 257.00 0.03 256.97 + 132.250 282.00 0.03 281.97 + 132.275 291.00 0.03 290.97 + 132.300 283.00 0.03 282.97 + 132.325 325.00 0.03 324.97 + 132.350 333.00 0.03 332.97 + 132.375 335.00 0.03 334.97 + 132.400 293.00 0.03 292.97 + 132.425 315.00 0.03 314.97 + 132.450 297.00 0.03 296.97 + 132.475 310.00 0.03 309.97 + 132.500 285.00 0.03 284.97 + 132.525 285.00 0.03 284.97 + 132.550 276.00 0.03 275.97 + 132.575 258.00 0.03 257.97 + 132.600 251.00 0.03 250.97 + 132.625 269.00 0.03 268.97 + 132.650 228.00 0.03 227.97 + 132.675 215.00 0.03 214.97 + 132.700 259.00 0.04 258.96 + 132.725 235.00 0.04 234.96 + 132.750 257.00 0.04 256.96 + 132.775 241.00 0.04 240.96 + 132.800 289.00 0.04 288.96 + 132.825 229.00 0.04 228.96 + 132.850 267.00 0.04 266.96 + 132.875 270.00 0.04 269.96 + 132.900 284.00 0.04 283.96 + 132.925 265.00 0.04 264.96 + 132.950 274.00 0.04 273.96 + 132.975 275.00 0.04 274.96 + 133.000 279.00 0.04 278.96 + 133.025 277.00 0.04 276.96 + 133.050 269.00 0.04 268.96 + 133.075 267.00 0.04 266.96 + 133.100 263.00 0.04 262.96 + 133.125 299.00 0.04 298.96 + 133.150 262.00 0.04 261.96 + 133.175 263.00 0.04 262.96 + 133.200 268.00 0.04 267.96 + 133.225 235.00 0.04 234.96 + 133.250 232.00 0.04 231.96 + 133.275 261.00 0.04 260.96 + 133.300 236.00 0.04 235.96 + 133.325 224.00 0.04 223.96 + 133.350 251.00 0.04 250.96 + 133.375 249.00 0.04 248.96 + 133.400 247.00 0.04 246.96 + 133.425 217.00 0.04 216.96 + 133.450 238.00 0.04 237.96 + 133.475 231.00 0.04 230.96 + 133.500 251.00 0.04 250.96 + 133.525 261.00 0.05 260.95 + 133.550 251.00 0.05 250.95 + 133.575 308.00 0.05 307.95 + 133.600 300.00 0.05 299.95 + 133.625 333.00 0.05 332.95 + 133.650 311.00 0.05 310.95 + 133.675 283.00 0.05 282.95 + 133.700 279.00 0.05 278.95 + 133.725 289.00 0.05 288.95 + 133.750 281.00 0.05 280.95 + 133.775 273.00 0.05 272.95 + 133.800 244.00 0.05 243.95 + 133.825 299.00 0.05 298.95 + 133.850 263.00 0.05 262.95 + 133.875 257.00 0.05 256.95 + 133.900 209.00 0.05 208.95 + 133.925 284.00 0.05 283.95 + 133.950 256.00 0.05 255.95 + 133.975 270.00 0.05 269.95 + 134.000 280.00 0.05 279.95 + 134.025 276.00 0.05 275.95 + 134.050 282.00 0.05 281.95 + 134.075 293.00 0.05 292.95 + 134.100 282.00 0.05 281.95 + 134.125 285.00 0.06 284.94 + 134.150 309.00 0.06 308.94 + 134.175 299.00 0.06 298.94 + 134.200 295.00 0.06 294.94 + 134.225 307.00 0.06 306.94 + 134.250 253.00 0.06 252.94 + 134.275 258.00 0.06 257.94 + 134.300 255.00 0.06 254.94 + 134.325 297.00 0.06 296.94 + 134.350 296.00 0.06 295.94 + 134.375 248.00 0.06 247.94 + 134.400 286.00 0.06 285.94 + 134.425 288.00 0.06 287.94 + 134.450 259.00 0.06 258.94 + 134.475 276.00 0.06 275.94 + 134.500 256.00 0.06 255.94 + 134.525 257.00 0.06 256.94 + 134.550 268.00 0.07 267.93 + 134.575 246.00 0.07 245.93 + 134.600 273.00 0.07 272.93 + 134.625 271.00 0.07 270.93 + 134.650 306.00 0.07 305.93 + 134.675 287.00 0.07 286.93 + 134.700 286.00 0.07 285.93 + 134.725 303.00 0.07 302.93 + 134.750 283.00 0.07 282.93 + 134.775 335.00 0.07 334.93 + 134.800 330.00 0.07 329.93 + 134.825 366.00 0.07 365.93 + 134.850 380.00 0.07 379.93 + 134.875 334.00 0.08 333.92 + 134.900 362.00 0.08 361.92 + 134.925 408.00 0.08 407.92 + 134.950 432.00 0.08 431.92 + 134.975 479.00 0.08 478.92 + 135.000 440.00 0.08 439.92 + 135.025 484.00 0.08 483.92 + 135.050 478.00 0.08 477.92 + 135.075 479.00 0.08 478.92 + 135.100 513.00 0.08 512.92 + 135.125 472.00 0.08 471.92 + 135.150 445.00 0.09 444.91 + 135.175 466.00 0.09 465.91 + 135.200 437.00 0.09 436.91 + 135.225 414.00 0.09 413.91 + 135.250 396.00 0.09 395.91 + 135.275 374.00 0.09 373.91 + 135.300 314.00 0.09 313.91 + 135.325 326.00 0.09 325.91 + 135.350 326.00 0.09 325.91 + 135.375 323.00 0.10 322.90 + 135.400 316.00 0.10 315.90 + 135.425 354.00 0.10 353.90 + 135.450 315.00 0.10 314.90 + 135.475 351.00 0.10 350.90 + 135.500 329.00 0.10 328.90 + 135.525 370.00 0.10 369.90 + 135.550 366.00 0.10 365.90 + 135.575 415.00 0.11 414.89 + 135.600 444.00 0.11 443.89 + 135.625 423.00 0.11 422.89 + 135.650 414.00 0.11 413.89 + 135.675 412.00 0.11 411.89 + 135.700 463.00 0.11 462.89 + 135.725 464.00 0.11 463.89 + 135.750 424.00 0.12 423.88 + 135.775 427.00 0.12 426.88 + 135.800 411.00 0.12 410.88 + 135.825 394.00 0.12 393.88 + 135.850 383.00 0.12 382.88 + 135.875 394.00 0.12 393.88 + 135.900 330.00 0.13 329.87 + 135.925 360.00 0.13 359.87 + 135.950 359.00 0.13 358.87 + 135.975 303.00 0.13 302.87 + 136.000 294.00 0.13 293.87 + 136.025 289.00 0.14 288.86 + 136.050 271.00 0.14 270.86 + 136.075 288.00 0.14 287.86 + 136.100 264.00 0.14 263.86 + 136.125 284.00 0.15 283.85 + 136.150 262.00 0.15 261.85 + 136.175 274.00 0.15 273.85 + 136.200 278.00 0.15 277.85 + 136.225 293.00 0.16 292.84 + 136.250 289.00 0.16 288.84 + 136.275 309.00 0.16 308.84 + 136.300 292.00 0.16 291.84 + 136.325 313.00 0.17 312.83 + 136.350 286.00 0.17 285.83 + 136.375 291.00 0.17 290.83 + 136.400 303.00 0.17 302.83 + 136.425 279.00 0.18 278.82 + 136.450 298.00 0.18 297.82 + 136.475 301.00 0.18 300.82 + 136.500 278.00 0.19 277.81 + 136.525 261.00 0.19 260.81 + 136.550 314.00 0.19 313.81 + 136.575 299.00 0.20 298.80 + 136.600 316.00 0.20 315.80 + 136.625 353.00 0.21 352.79 + 136.650 319.00 0.21 318.79 + 136.675 339.00 0.21 338.79 + 136.700 335.00 0.22 334.78 + 136.725 341.00 0.22 340.78 + 136.750 306.00 0.23 305.77 + 136.775 303.00 0.23 302.77 + 136.800 298.00 0.24 297.76 + 136.825 290.00 0.24 289.76 + 136.850 317.00 0.25 316.75 + 136.875 318.00 0.25 317.75 + 136.900 296.00 0.26 295.74 + 136.925 336.00 0.26 335.74 + 136.950 295.00 0.27 294.73 + 136.975 284.00 0.28 283.73 + 137.000 241.00 0.28 240.72 + 137.025 276.00 0.29 275.71 + 137.050 245.00 0.29 244.71 + 137.075 247.00 0.30 246.70 + 137.100 263.00 0.31 262.69 + 137.125 270.00 0.32 269.68 + 137.150 261.00 0.32 260.68 + 137.175 239.00 0.33 238.67 + 137.200 247.00 0.34 246.66 + 137.225 250.00 0.35 249.65 + 137.250 209.00 0.36 208.64 + 137.275 238.00 0.37 237.63 + 137.300 247.00 0.38 246.62 + 137.325 257.00 0.39 256.61 + 137.350 255.00 0.40 254.60 + 137.375 273.00 0.41 272.59 + 137.400 272.00 0.42 271.58 + 137.425 319.00 0.43 318.57 + 137.450 274.00 0.44 273.56 + 137.475 307.00 0.46 306.54 + 137.500 253.00 0.47 252.53 + 137.525 284.00 0.48 283.52 + 137.550 254.00 0.50 253.50 + 137.575 274.00 0.51 273.49 + 137.600 278.00 0.53 277.47 + 137.625 237.00 0.55 236.45 + 137.650 257.00 0.56 256.44 + 137.675 249.00 0.58 248.42 + 137.700 261.00 0.60 260.40 + 137.725 242.00 0.62 241.38 + 137.750 256.00 0.64 255.36 + 137.775 255.00 0.67 254.33 + 137.800 236.00 0.69 235.31 + 137.825 234.00 0.72 233.28 + 137.850 250.00 0.74 249.26 + 137.875 233.00 0.77 232.23 + 137.900 250.00 0.80 249.20 + 137.925 231.00 0.83 230.17 + 137.950 252.00 0.87 251.13 + 137.975 244.00 0.90 243.10 + 138.000 256.00 0.94 255.06 + 138.025 226.00 0.98 225.02 + 138.050 267.00 1.02 265.98 + 138.075 246.00 1.07 244.93 + 138.100 257.00 1.11 255.89 + 138.125 255.00 1.17 253.83 + 138.150 278.00 1.22 276.78 + 138.175 292.00 1.28 290.72 + 138.200 308.00 1.35 306.65 + 138.225 274.00 1.42 272.58 + 138.250 375.00 1.49 373.51 + 138.275 361.00 1.57 359.43 + 138.300 344.00 1.66 342.34 + 138.325 361.00 1.76 359.24 + 138.350 347.00 1.87 345.13 + 138.375 352.00 2.00 350.00 + 138.400 322.00 2.15 319.85 + 138.425 337.00 2.32 334.68 + 138.450 267.00 2.52 264.48 + 138.475 268.00 2.76 265.24 + 138.500 286.00 3.06 282.94 + 138.525 279.00 3.42 275.58 + 138.550 276.00 3.88 272.12 + 138.575 252.00 4.44 247.56 + 138.600 242.00 5.15 236.85 + 138.625 277.00 6.02 270.98 + 138.650 271.00 7.11 263.89 + 138.675 275.00 8.45 266.55 + 138.700 272.00 10.08 261.92 + 138.725 295.00 12.06 282.94 + 138.750 281.00 14.41 266.59 + 138.775 338.00 17.18 320.82 + 138.800 320.00 20.39 299.61 + 138.825 350.00 24.06 325.94 + 138.850 381.00 28.18 352.82 + 138.875 404.00 32.73 371.27 + 138.900 451.00 37.68 413.32 + 138.925 441.00 42.94 398.06 + 138.950 452.00 48.41 403.59 + 138.975 417.00 53.97 363.03 + 139.000 450.00 59.45 390.55 + 139.025 436.00 64.69 371.31 + 139.050 437.00 69.46 367.54 + 139.075 440.00 73.54 366.46 + 139.100 474.00 76.72 397.28 + 139.125 453.00 78.80 374.20 + 139.150 457.00 79.64 377.36 + 139.175 438.00 79.18 358.82 + 139.200 387.00 77.46 309.54 + 139.225 386.00 74.58 311.42 + 139.250 366.00 70.75 295.25 + 139.275 341.00 66.16 274.84 + 139.300 337.00 61.04 275.96 + 139.325 308.00 55.61 252.39 + 139.350 329.00 50.05 278.95 + 139.375 283.00 44.54 238.46 + 139.400 296.00 39.20 256.80 + 139.425 289.00 34.16 254.84 + 139.450 297.00 29.49 267.51 + 139.475 240.00 25.23 214.77 + 139.500 268.00 21.43 246.57 + 139.525 282.00 18.08 263.92 + 139.550 297.00 15.18 281.82 + 139.575 291.00 12.71 278.29 + 139.600 281.00 10.63 270.37 + 139.625 305.00 8.90 296.10 + 139.650 336.00 7.48 328.52 + 139.675 324.00 6.32 317.68 + 139.700 307.00 5.39 301.61 + 139.725 332.00 4.63 327.37 + 139.750 328.00 4.03 323.97 + 139.775 309.00 3.55 305.45 + 139.800 315.00 3.16 311.84 + 139.825 330.00 2.84 327.16 + 139.850 291.00 2.59 288.41 + 139.875 290.00 2.37 287.63 + 139.900 344.00 2.20 341.80 + 139.925 314.00 2.04 311.96 + 139.950 324.00 1.91 322.09 + 139.975 327.00 1.80 325.20 + 140.000 259.00 1.69 257.31 + 140.025 268.00 1.60 266.40 + 140.050 305.00 1.51 303.49 + 140.075 304.00 1.44 302.56 + 140.100 300.00 1.37 298.63 + 140.125 285.00 1.30 283.70 + 140.150 292.00 1.24 290.76 + 140.175 289.00 1.18 287.82 + 140.200 294.00 1.13 292.87 + 140.225 278.00 1.08 276.92 + 140.250 261.00 1.03 259.97 + 140.275 297.00 0.99 296.01 + 140.300 252.00 0.95 251.05 + 140.325 280.00 0.91 279.09 + 140.350 245.00 0.88 244.12 + 140.375 266.00 0.84 265.16 + 140.400 283.00 0.81 282.19 + 140.425 238.00 0.78 237.22 + 140.450 266.00 0.75 265.25 + 140.475 262.00 0.73 261.27 + 140.500 249.00 0.70 248.30 + 140.525 255.00 0.68 254.32 + 140.550 240.00 0.65 239.35 + 140.575 239.00 0.63 238.37 + 140.600 221.00 0.61 220.39 + 140.625 251.00 0.59 250.41 + 140.650 212.00 0.57 211.43 + 140.675 233.00 0.55 232.45 + 140.700 238.00 0.54 237.46 + 140.725 249.00 0.52 248.48 + 140.750 256.00 0.50 255.50 + 140.775 216.00 0.49 215.51 + 140.800 262.00 0.47 261.52 + 140.825 249.00 0.46 248.54 + 140.850 248.00 0.45 247.55 + 140.875 263.00 0.44 262.56 + 140.900 281.00 0.42 280.58 + 140.925 234.00 0.41 233.59 + 140.950 290.00 0.40 289.60 + 140.975 269.00 0.39 268.61 + 141.000 284.00 0.38 283.62 + 141.025 233.00 0.37 232.63 + 141.050 286.00 0.36 285.64 + 141.075 275.00 0.35 274.65 + 141.100 263.00 0.34 262.66 + 141.125 245.00 0.34 244.66 + 141.150 259.00 0.33 258.67 + 141.175 276.00 0.32 275.68 + 141.200 229.00 0.31 228.69 + 141.225 261.00 0.31 260.69 + 141.250 273.00 0.30 272.70 + 141.275 272.00 0.29 271.71 + 141.300 231.00 0.28 230.72 + 141.325 212.00 0.28 211.72 + 141.350 233.00 0.27 232.73 + 141.375 256.00 0.27 255.73 + 141.400 241.00 0.26 240.74 + 141.425 228.00 0.26 227.74 + 141.450 234.00 0.25 233.75 + 141.475 238.00 0.25 237.75 + 141.500 216.00 0.24 215.76 + 141.525 207.00 0.24 206.76 + 141.550 221.00 0.23 220.77 + 141.575 233.00 0.23 232.77 + 141.600 238.00 0.22 237.78 + 141.625 217.00 0.22 216.78 + 141.650 238.00 0.21 237.79 + 141.675 251.00 0.21 250.79 + 141.700 268.00 0.21 267.79 + 141.725 259.00 0.20 258.80 + 141.750 230.00 0.20 229.80 + 141.775 276.00 0.19 275.81 + 141.800 257.00 0.19 256.81 + 141.825 260.00 0.19 259.81 + 141.850 255.00 0.18 254.82 + 141.875 244.00 0.18 243.82 + 141.900 258.00 0.18 257.82 + 141.925 279.00 0.17 278.83 + 141.950 291.00 0.17 290.83 + 141.975 290.00 0.17 289.83 + 142.000 295.00 0.17 294.83 + 142.025 289.00 0.16 288.84 + 142.050 273.00 0.16 272.84 + 142.075 306.00 0.16 305.84 + 142.100 307.00 0.16 306.84 + 142.125 264.00 0.15 263.85 + 142.150 289.00 0.15 288.85 + 142.175 270.00 0.15 269.85 + 142.200 234.00 0.15 233.85 + 142.225 252.00 0.14 251.86 + 142.250 243.00 0.14 242.86 + 142.275 244.00 0.14 243.86 + 142.300 251.00 0.14 250.86 + 142.325 235.00 0.14 234.86 + 142.350 234.00 0.13 233.87 + 142.375 246.00 0.13 245.87 + 142.400 239.00 0.13 238.87 + 142.425 257.00 0.13 256.87 + 142.450 218.00 0.13 217.87 + 142.475 234.00 0.12 233.88 + 142.500 230.00 0.12 229.88 + 142.525 253.00 0.12 252.88 + 142.550 248.00 0.12 247.88 + 142.575 257.00 0.12 256.88 + 142.600 248.00 0.12 247.88 + 142.625 255.00 0.11 254.89 + 142.650 261.00 0.11 260.89 + 142.675 275.00 0.11 274.89 + 142.700 288.00 0.11 287.89 + 142.725 301.00 0.11 300.89 + 142.750 283.00 0.11 282.89 + 142.775 308.00 0.11 307.89 + 142.800 268.00 0.11 267.89 + 142.825 300.00 0.10 299.90 + 142.850 305.00 0.10 304.90 + 142.875 254.00 0.10 253.90 + 142.900 251.00 0.10 250.90 + 142.925 256.00 0.10 255.90 + 142.950 280.00 0.10 279.90 + 142.975 290.00 0.10 289.90 + 143.000 267.00 0.10 266.90 + 143.025 278.00 0.09 277.91 + 143.050 302.00 0.09 301.91 + 143.075 264.00 0.09 263.91 + 143.100 263.00 0.09 262.91 + 143.125 289.00 0.09 288.91 + 143.150 231.00 0.09 230.91 + 143.175 271.00 0.09 270.91 + 143.200 289.00 0.09 288.91 + 143.225 268.00 0.09 267.91 + 143.250 310.00 0.09 309.91 + 143.275 278.00 0.08 277.92 + 143.300 280.00 0.08 279.92 + 143.325 262.00 0.08 261.92 + 143.350 234.00 0.08 233.92 + 143.375 278.00 0.08 277.92 + 143.400 288.00 0.08 287.92 + 143.425 265.00 0.08 264.92 + 143.450 302.00 0.08 301.92 + 143.475 278.00 0.08 277.92 + 143.500 273.00 0.08 272.92 + 143.525 279.00 0.08 278.92 + 143.550 303.00 0.08 302.92 + 143.575 318.00 0.07 317.93 + 143.600 317.00 0.07 316.93 + 143.625 312.00 0.07 311.93 + 143.650 303.00 0.07 302.93 + 143.675 312.00 0.07 311.93 + 143.700 311.00 0.07 310.93 + 143.725 308.00 0.07 307.93 + 143.750 304.00 0.07 303.93 + 143.775 284.00 0.07 283.93 + 143.800 281.00 0.07 280.93 + 143.825 287.00 0.07 286.93 + 143.850 262.00 0.07 261.93 + 143.875 273.00 0.07 272.93 + 143.900 284.00 0.07 283.93 + 143.925 261.00 0.07 260.93 + 143.950 241.00 0.06 240.94 + 143.975 238.00 0.06 237.94 + 144.000 276.00 0.06 275.94 + 144.025 276.00 0.06 275.94 + 144.050 274.00 0.06 273.94 + 144.075 262.00 0.06 261.94 + 144.100 279.00 0.06 278.94 + 144.125 274.00 0.06 273.94 + 144.150 238.00 0.06 237.94 + 144.175 278.00 0.06 277.94 + 144.200 273.00 0.06 272.94 + 144.225 274.00 0.06 273.94 + 144.250 260.00 0.06 259.94 + 144.275 245.00 0.06 244.94 + 144.300 293.00 0.06 292.94 + 144.325 307.00 0.06 306.94 + 144.350 304.00 0.06 303.94 + 144.375 266.00 0.06 265.94 + 144.400 287.00 0.06 286.94 + 144.425 292.00 0.06 291.94 + 144.450 295.00 0.06 294.94 + 144.475 295.00 0.05 294.95 + 144.500 305.00 0.05 304.95 + 144.525 300.00 0.05 299.95 + 144.550 281.00 0.05 280.95 + 144.575 287.00 0.05 286.95 + 144.600 299.00 0.05 298.95 + 144.625 268.00 0.05 267.95 + 144.650 292.00 0.05 291.95 + 144.675 267.00 0.05 266.95 + 144.700 236.00 0.05 235.95 + 144.725 248.00 0.05 247.95 + 144.750 272.00 0.05 271.95 + 144.775 274.00 0.05 273.95 + 144.800 237.00 0.05 236.95 + 144.825 251.00 0.05 250.95 + 144.850 245.00 0.05 244.95 + 144.875 285.00 0.05 284.95 + 144.900 252.00 0.05 251.95 + 144.925 272.00 0.05 271.95 + 144.950 258.00 0.05 257.95 + 144.975 269.00 0.05 268.95 + 145.000 268.00 0.05 267.95 + 145.025 299.00 0.05 298.95 + 145.050 240.00 0.05 239.95 + 145.075 263.00 0.05 262.95 + 145.100 260.00 0.05 259.95 + 145.125 315.00 0.05 314.95 + 145.150 315.00 0.05 314.95 + 145.175 295.00 0.05 294.95 + 145.200 279.00 0.05 278.95 + 145.225 295.00 0.04 294.96 + 145.250 333.00 0.04 332.96 + 145.275 322.00 0.04 321.96 + 145.300 338.00 0.04 337.96 + 145.325 383.00 0.04 382.96 + 145.350 339.00 0.04 338.96 + 145.375 311.00 0.04 310.96 + 145.400 323.00 0.04 322.96 + 145.425 295.00 0.04 294.96 + 145.450 275.00 0.04 274.96 + 145.475 295.00 0.04 294.96 + 145.500 289.00 0.04 288.96 + 145.525 294.00 0.04 293.96 + 145.550 287.00 0.04 286.96 + 145.575 275.00 0.04 274.96 + 145.600 249.00 0.04 248.96 + 145.625 232.00 0.04 231.96 + 145.650 269.00 0.04 268.96 + 145.675 258.00 0.04 257.96 + 145.700 268.00 0.04 267.96 + 145.725 290.00 0.04 289.96 + 145.750 253.00 0.04 252.96 + 145.775 266.00 0.04 265.96 + 145.800 234.00 0.04 233.96 + 145.825 233.00 0.04 232.96 + 145.850 223.00 0.04 222.96 + 145.875 231.00 0.04 230.96 + 145.900 252.00 0.04 251.96 + 145.925 275.00 0.04 274.96 + 145.950 267.00 0.04 266.96 + 145.975 251.00 0.04 250.96 + 146.000 284.00 0.04 283.96 + 146.025 281.00 0.04 280.96 + 146.050 254.00 0.04 253.96 + 146.075 265.00 0.04 264.96 + 146.100 309.00 0.04 308.96 + 146.125 269.00 0.04 268.96 + 146.150 296.00 0.04 295.96 + 146.175 290.00 0.04 289.96 + 146.200 301.00 0.04 300.96 + 146.225 297.00 0.04 296.96 + 146.250 300.00 0.04 299.96 + 146.275 345.00 0.04 344.96 + 146.300 298.00 0.04 297.96 + 146.325 347.00 0.04 346.96 + 146.350 345.00 0.04 344.96 + 146.375 374.00 0.04 373.96 + 146.400 366.00 0.04 365.96 + 146.425 387.00 0.04 386.96 + 146.450 392.00 0.04 391.96 + 146.475 438.00 0.04 437.96 + 146.500 465.00 0.03 464.97 + 146.525 470.00 0.03 469.97 + 146.550 443.00 0.03 442.97 + 146.575 511.00 0.03 510.97 + 146.600 473.00 0.03 472.97 + 146.625 474.00 0.03 473.97 + 146.650 455.00 0.03 454.97 + 146.675 473.00 0.03 472.97 + 146.700 452.00 0.03 451.97 + 146.725 460.00 0.03 459.97 + 146.750 440.00 0.03 439.97 + 146.775 386.00 0.03 385.97 + 146.800 385.00 0.03 384.97 + 146.825 402.00 0.03 401.97 + 146.850 418.00 0.03 417.97 + 146.875 382.00 0.03 381.97 + 146.900 348.00 0.03 347.97 + 146.925 344.00 0.03 343.97 + 146.950 360.00 0.03 359.97 + 146.975 366.00 0.03 365.97 + 147.000 351.00 0.03 350.97 + 147.025 322.00 0.03 321.97 + 147.050 327.00 0.03 326.97 + 147.075 318.00 0.03 317.97 + 147.100 352.00 0.03 351.97 + 147.125 341.00 0.03 340.97 + 147.150 308.00 0.03 307.97 + 147.175 357.00 0.03 356.97 + 147.200 325.00 0.03 324.97 + 147.225 367.00 0.03 366.97 + 147.250 383.00 0.03 382.97 + 147.275 381.00 0.03 380.97 + 147.300 376.00 0.03 375.97 + 147.325 381.00 0.03 380.97 + 147.350 434.00 0.03 433.97 + 147.375 410.00 0.03 409.97 + 147.400 412.00 0.03 411.97 + 147.425 411.00 0.03 410.97 + 147.450 393.00 0.03 392.97 + 147.475 427.00 0.03 426.97 + 147.500 429.00 0.03 428.97 + 147.525 441.00 0.03 440.97 + 147.550 407.00 0.03 406.97 + 147.575 412.00 0.03 411.97 + 147.600 456.00 0.03 455.97 + 147.625 389.00 0.03 388.97 + 147.650 386.00 0.03 385.97 + 147.675 382.00 0.03 381.97 + 147.700 368.00 0.03 367.97 + 147.725 352.00 0.03 351.97 + 147.750 367.00 0.03 366.97 + 147.775 366.00 0.03 365.97 + 147.800 364.00 0.03 363.97 + 147.825 366.00 0.03 365.97 + 147.850 352.00 0.03 351.97 + 147.875 312.00 0.03 311.97 + 147.900 345.00 0.03 344.97 + 147.925 336.00 0.03 335.97 + 147.950 284.00 0.03 283.97 + 147.975 310.00 0.03 309.97 + 148.000 289.00 0.03 288.97 + 148.025 318.00 0.03 317.97 + 148.050 287.00 0.03 286.97 + 148.075 303.00 0.03 302.97 + 148.100 306.00 0.03 305.97 + 148.125 320.00 0.03 319.97 + 148.150 330.00 0.03 329.97 + 148.175 334.00 0.03 333.97 + 148.200 345.00 0.03 344.97 + 148.225 367.00 0.03 366.97 + 148.250 407.00 0.03 406.97 + 148.275 379.00 0.03 378.97 + 148.300 410.00 0.03 409.97 + 148.325 396.00 0.03 395.97 + 148.350 429.00 0.03 428.97 + 148.375 425.00 0.03 424.97 + 148.400 449.00 0.03 448.97 + 148.425 416.00 0.03 415.97 + 148.450 394.00 0.03 393.97 + 148.475 390.00 0.03 389.97 + 148.500 394.00 0.03 393.97 + 148.525 404.00 0.03 403.97 + 148.550 356.00 0.03 355.97 + 148.575 350.00 0.03 349.97 + 148.600 378.00 0.03 377.97 + 148.625 369.00 0.03 368.97 + 148.650 362.00 0.03 361.97 + 148.675 311.00 0.03 310.97 + 148.700 297.00 0.03 296.97 + 148.725 307.00 0.03 306.97 + 148.750 293.00 0.03 292.97 + 148.775 291.00 0.03 290.97 + 148.800 338.00 0.03 337.97 + 148.825 300.00 0.03 299.97 + 148.850 290.00 0.03 289.97 + 148.875 317.00 0.03 316.97 + 148.900 312.00 0.03 311.97 + 148.925 270.00 0.03 269.97 + 148.950 313.00 0.03 312.97 + 148.975 278.00 0.03 277.97 + 149.000 321.00 0.03 320.97 + 149.025 327.00 0.03 326.97 + 149.050 332.00 0.03 331.97 + 149.075 337.00 0.03 336.97 + 149.100 328.00 0.03 327.97 + 149.125 301.00 0.03 300.97 + 149.150 322.00 0.03 321.97 + 149.175 334.00 0.03 333.97 + 149.200 330.00 0.03 329.97 + 149.225 315.00 0.03 314.97 + 149.250 311.00 0.03 310.97 + 149.275 302.00 0.03 301.97 + 149.300 338.00 0.03 337.97 + 149.325 321.00 0.03 320.97 + 149.350 317.00 0.03 316.97 + 149.375 331.00 0.03 330.97 + 149.400 335.00 0.03 334.97 + 149.425 345.00 0.03 344.97 + 149.450 317.00 0.03 316.97 + 149.475 306.00 0.03 305.97 + 149.500 309.00 0.03 308.97 + 149.525 336.00 0.03 335.97 + 149.550 309.00 0.03 308.97 + 149.575 299.00 0.03 298.97 + 149.600 319.00 0.03 318.97 + 149.625 310.00 0.03 309.97 + 149.650 287.00 0.03 286.97 + 149.675 281.00 0.03 280.97 + 149.700 268.00 0.03 267.97 + 149.725 260.00 0.03 259.97 + 149.750 279.00 0.03 278.97 + 149.775 279.00 0.03 278.97 + 149.800 289.00 0.03 288.97 + 149.825 265.00 0.03 264.97 + 149.850 261.00 0.03 260.97 + 149.875 264.00 0.03 263.97 + 149.900 260.00 0.03 259.97 + 149.925 271.00 0.03 270.97 + 149.950 265.00 0.03 264.97 + 149.975 270.00 0.03 269.97 + 150.000 280.00 0.03 279.97 + 150.025 304.00 0.03 303.97 + 150.050 283.00 0.03 282.97 + 150.075 289.00 0.03 288.97 + 150.100 294.00 0.03 293.97 + 150.125 325.00 0.03 324.97 + 150.150 269.00 0.03 268.97 + 150.175 282.00 0.03 281.97 + 150.200 293.00 0.03 292.97 + 150.225 275.00 0.03 274.97 + 150.250 283.00 0.03 282.97 + 150.275 281.00 0.03 280.97 + 150.300 283.00 0.03 282.97 + 150.325 277.00 0.03 276.97 + 150.350 284.00 0.03 283.97 + 150.375 275.00 0.03 274.97 + 150.400 277.00 0.03 276.97 + 150.425 278.00 0.03 277.97 + 150.450 273.00 0.03 272.97 + 150.475 284.00 0.03 283.97 + 150.500 267.00 0.03 266.97 + 150.525 270.00 0.03 269.97 + 150.550 287.00 0.03 286.97 + 150.575 316.00 0.03 315.97 + 150.600 261.00 0.03 260.97 + 150.625 283.00 0.03 282.97 + 150.650 294.00 0.03 293.97 + 150.675 275.00 0.03 274.97 + 150.700 324.00 0.03 323.97 + 150.725 306.00 0.03 305.97 + 150.750 302.00 0.03 301.97 + 150.775 276.00 0.03 275.97 + 150.800 392.00 0.03 391.97 + 150.825 339.00 0.03 338.97 + 150.850 309.00 0.03 308.97 + 150.875 315.00 0.03 314.97 + 150.900 322.00 0.03 321.97 + 150.925 359.00 0.03 358.97 + 150.950 308.00 0.03 307.97 + 150.975 335.00 0.03 334.97 + 151.000 315.00 0.03 314.97 + 151.025 318.00 0.03 317.97 + 151.050 319.00 0.03 318.97 + 151.075 328.00 0.03 327.97 + 151.100 315.00 0.03 314.97 + 151.125 303.00 0.03 302.97 + 151.150 296.00 0.03 295.97 + 151.175 300.00 0.03 299.97 + 151.200 304.00 0.03 303.97 + 151.225 283.00 0.03 282.97 + 151.250 292.00 0.03 291.97 + 151.275 266.00 0.03 265.97 + 151.300 279.00 0.03 278.97 + 151.325 295.00 0.03 294.97 + 151.350 258.00 0.03 257.97 + 151.375 289.00 0.03 288.97 + 151.400 272.00 0.03 271.97 + 151.425 251.00 0.03 250.97 + 151.450 305.00 0.03 304.97 + 151.475 263.00 0.03 262.97 + 151.500 261.00 0.03 260.97 + 151.525 299.00 0.03 298.97 + 151.550 291.00 0.03 290.97 + 151.575 276.00 0.03 275.97 + 151.600 294.00 0.03 293.97 + 151.625 259.00 0.03 258.97 + 151.650 254.00 0.03 253.97 + 151.675 297.00 0.03 296.97 + 151.700 287.00 0.03 286.97 + 151.725 257.00 0.03 256.97 + 151.750 284.00 0.03 283.97 + 151.775 255.00 0.03 254.97 + 151.800 260.00 0.03 259.97 + 151.825 259.00 0.03 258.97 + 151.850 300.00 0.03 299.97 + 151.875 264.00 0.03 263.97 + 151.900 300.00 0.03 299.97 + 151.925 287.00 0.03 286.97 + 151.950 298.00 0.03 297.97 + 151.975 283.00 0.03 282.97 + 152.000 279.00 0.03 278.97 + 152.025 271.00 0.03 270.97 + 152.050 291.00 0.03 290.97 + 152.075 304.00 0.03 303.97 + 152.100 299.00 0.03 298.97 + 152.125 272.00 0.03 271.97 + 152.150 316.00 0.03 315.97 + 152.175 298.00 0.03 297.97 + 152.200 322.00 0.03 321.97 + 152.225 306.00 0.03 305.97 + 152.250 268.00 0.03 267.97 + 152.275 257.00 0.03 256.97 + 152.300 279.00 0.03 278.97 + 152.325 262.00 0.03 261.97 + 152.350 269.00 0.03 268.97 + 152.375 291.00 0.03 290.97 + 152.400 258.00 0.03 257.97 + 152.425 269.00 0.03 268.97 + 152.450 295.00 0.03 294.97 + 152.475 293.00 0.03 292.97 + 152.500 268.00 0.03 267.97 + 152.525 264.00 0.03 263.97 + 152.550 272.00 0.03 271.97 + 152.575 272.00 0.03 271.97 + 152.600 288.00 0.03 287.97 + 152.625 270.00 0.03 269.97 + 152.650 267.00 0.03 266.97 + 152.675 277.00 0.03 276.97 + 152.700 310.00 0.03 309.97 + 152.725 292.00 0.03 291.97 + 152.750 276.00 0.03 275.97 + 152.775 290.00 0.03 289.97 + 152.800 319.00 0.03 318.97 + 152.825 322.00 0.03 321.97 + 152.850 316.00 0.03 315.97 + 152.875 343.00 0.03 342.97 + 152.900 345.00 0.03 344.97 + 152.925 379.00 0.03 378.97 + 152.950 383.00 0.03 382.97 + 152.975 389.00 0.03 388.97 + 153.000 437.00 0.03 436.97 + 153.025 371.00 0.03 370.97 + 153.050 405.00 0.03 404.97 + 153.075 427.00 0.03 426.97 + 153.100 442.00 0.03 441.97 + 153.125 424.00 0.03 423.97 + 153.150 438.00 0.03 437.97 + 153.175 396.00 0.03 395.97 + 153.200 384.00 0.03 383.97 + 153.225 381.00 0.03 380.97 + 153.250 329.00 0.03 328.97 + 153.275 322.00 0.03 321.97 + 153.300 319.00 0.03 318.97 + 153.325 274.00 0.03 273.97 + 153.350 318.00 0.03 317.97 + 153.375 304.00 0.03 303.97 + 153.400 316.00 0.03 315.97 + 153.425 324.00 0.03 323.97 + 153.450 275.00 0.03 274.97 + 153.475 319.00 0.03 318.97 + 153.500 259.00 0.03 258.97 + 153.525 272.00 0.03 271.97 + 153.550 262.00 0.03 261.97 + 153.575 270.00 0.03 269.97 + 153.600 263.00 0.03 262.97 + 153.625 266.00 0.03 265.97 + 153.650 242.00 0.03 241.97 + 153.675 265.00 0.03 264.97 + 153.700 251.00 0.03 250.97 + 153.725 276.00 0.03 275.97 + 153.750 277.00 0.03 276.97 + 153.775 260.00 0.03 259.97 + 153.800 256.00 0.03 255.97 + 153.825 240.00 0.03 239.97 + 153.850 278.00 0.03 277.97 + 153.875 252.00 0.03 251.97 + 153.900 286.00 0.03 285.97 + 153.925 295.00 0.03 294.97 + 153.950 268.00 0.03 267.97 + 153.975 301.00 0.03 300.97 + 154.000 296.00 0.03 295.97 + 154.025 268.00 0.03 267.97 + 154.050 299.00 0.03 298.97 + 154.075 298.00 0.03 297.97 + 154.100 305.00 0.03 304.97 + 154.125 293.00 0.03 292.97 + 154.150 327.00 0.03 326.97 + 154.175 343.00 0.03 342.97 + 154.200 362.00 0.03 361.97 + 154.225 367.00 0.03 366.97 + 154.250 358.00 0.03 357.97 + 154.275 324.00 0.03 323.97 + 154.300 322.00 0.03 321.97 + 154.325 330.00 0.03 329.97 + 154.350 356.00 0.03 355.97 + 154.375 353.00 0.03 352.97 + 154.400 351.00 0.03 350.97 + 154.425 324.00 0.03 323.97 + 154.450 359.00 0.03 358.97 + 154.475 339.00 0.03 338.97 + 154.500 289.00 0.03 288.97 + 154.525 330.00 0.03 329.97 + 154.550 295.00 0.03 294.97 + 154.575 293.00 0.03 292.97 + 154.600 293.00 0.03 292.97 + 154.625 300.00 0.03 299.97 + 154.650 296.00 0.03 295.97 + 154.675 319.00 0.03 318.97 + 154.700 302.00 0.03 301.97 + 154.725 276.00 0.03 275.97 + 154.750 293.00 0.04 292.96 + 154.775 271.00 0.04 270.96 + 154.800 283.00 0.04 282.96 + 154.825 256.00 0.04 255.96 + 154.850 258.00 0.04 257.96 + 154.875 269.00 0.04 268.96 + 154.900 272.00 0.04 271.96 + 154.925 213.00 0.04 212.96 + 154.950 257.00 0.04 256.96 + 154.975 274.00 0.04 273.96 + 155.000 242.00 0.04 241.96 + 155.025 245.00 0.04 244.96 + 155.050 252.00 0.04 251.96 + 155.075 212.00 0.04 211.96 + 155.100 261.00 0.04 260.96 + 155.125 281.00 0.04 280.96 + 155.150 259.00 0.04 258.96 + 155.175 253.00 0.04 252.96 + 155.200 280.00 0.04 279.96 + 155.225 255.00 0.04 254.96 + 155.250 229.00 0.04 228.96 + 155.275 241.00 0.04 240.96 + 155.300 242.00 0.04 241.96 + 155.325 248.00 0.04 247.96 + 155.350 259.00 0.04 258.96 + 155.375 257.00 0.04 256.96 + 155.400 256.00 0.04 255.96 + 155.425 253.00 0.04 252.96 + 155.450 281.00 0.04 280.96 + 155.475 292.00 0.04 291.96 + 155.500 254.00 0.04 253.96 + 155.525 273.00 0.04 272.96 + 155.550 278.00 0.04 277.96 + 155.575 277.00 0.04 276.96 + 155.600 264.00 0.04 263.96 + 155.625 219.00 0.04 218.96 + 155.650 271.00 0.04 270.96 + 155.675 279.00 0.04 278.96 + 155.700 246.00 0.04 245.96 + 155.725 268.00 0.04 267.96 + 155.750 282.00 0.04 281.96 + 155.775 272.00 0.04 271.96 + 155.800 270.00 0.04 269.96 + 155.825 221.00 0.04 220.96 + 155.850 262.00 0.04 261.96 + 155.875 286.00 0.04 285.96 + 155.900 267.00 0.04 266.96 + 155.925 254.00 0.04 253.96 + 155.950 267.00 0.04 266.96 + 155.975 259.00 0.04 258.96 + 156.000 267.00 0.04 266.96 + 156.025 276.00 0.04 275.96 + 156.050 269.00 0.04 268.96 + 156.075 251.00 0.04 250.96 + 156.100 256.00 0.04 255.96 + 156.125 228.00 0.04 227.96 + 156.150 248.00 0.04 247.96 + 156.175 243.00 0.04 242.96 + 156.200 254.00 0.04 253.96 + 156.225 254.00 0.04 253.96 + 156.250 245.00 0.04 244.96 + 156.275 242.00 0.04 241.96 + 156.300 250.00 0.04 249.96 + 156.325 264.00 0.04 263.96 + 156.350 274.00 0.04 273.96 + 156.375 255.00 0.04 254.96 + 156.400 281.00 0.04 280.96 + 156.425 229.00 0.04 228.96 + 156.450 263.00 0.04 262.96 + 156.475 250.00 0.04 249.96 + 156.500 241.00 0.04 240.96 + 156.525 259.00 0.04 258.96 + 156.550 268.00 0.04 267.96 + 156.575 285.00 0.04 284.96 + 156.600 241.00 0.04 240.96 + 156.625 255.00 0.05 254.95 + 156.650 268.00 0.05 267.95 + 156.675 257.00 0.05 256.95 + 156.700 263.00 0.05 262.95 + 156.725 266.00 0.05 265.95 + 156.750 298.00 0.05 297.95 + 156.775 281.00 0.05 280.95 + 156.800 271.00 0.05 270.95 + 156.825 261.00 0.05 260.95 + 156.850 280.00 0.05 279.95 + 156.875 296.00 0.05 295.95 + 156.900 283.00 0.05 282.95 + 156.925 341.00 0.05 340.95 + 156.950 280.00 0.05 279.95 + 156.975 304.00 0.05 303.95 + 157.000 282.00 0.05 281.95 + 157.025 258.00 0.05 257.95 + 157.050 262.00 0.05 261.95 + 157.075 279.00 0.05 278.95 + 157.100 285.00 0.05 284.95 + 157.125 319.00 0.05 318.95 + 157.150 293.00 0.05 292.95 + 157.175 322.00 0.05 321.95 + 157.200 316.00 0.05 315.95 + 157.225 348.00 0.05 347.95 + 157.250 341.00 0.05 340.95 + 157.275 339.00 0.05 338.95 + 157.300 321.00 0.05 320.95 + 157.325 373.00 0.05 372.95 + 157.350 376.00 0.05 375.95 + 157.375 366.00 0.05 365.95 + 157.400 402.00 0.05 401.95 + 157.425 391.00 0.05 390.95 + 157.450 405.00 0.05 404.95 + 157.475 407.00 0.05 406.95 + 157.500 422.00 0.05 421.95 + 157.525 395.00 0.05 394.95 + 157.550 434.00 0.05 433.95 + 157.575 419.00 0.05 418.95 + 157.600 426.00 0.05 425.95 + 157.625 385.00 0.05 384.95 + 157.650 390.00 0.05 389.95 + 157.675 375.00 0.05 374.95 + 157.700 357.00 0.05 356.95 + 157.725 343.00 0.05 342.95 + 157.750 359.00 0.05 358.95 + 157.775 344.00 0.05 343.95 + 157.800 285.00 0.05 284.95 + 157.825 324.00 0.06 323.94 + 157.850 317.00 0.06 316.94 + 157.875 345.00 0.06 344.94 + 157.900 303.00 0.06 302.94 + 157.925 315.00 0.06 314.94 + 157.950 288.00 0.06 287.94 + 157.975 301.00 0.06 300.94 + 158.000 281.00 0.06 280.94 + 158.025 327.00 0.06 326.94 + 158.050 316.00 0.06 315.94 + 158.075 260.00 0.06 259.94 + 158.100 299.00 0.06 298.94 + 158.125 302.00 0.06 301.94 + 158.150 249.00 0.06 248.94 + 158.175 293.00 0.06 292.94 + 158.200 271.00 0.06 270.94 + 158.225 296.00 0.06 295.94 + 158.250 258.00 0.06 257.94 + 158.275 283.00 0.06 282.94 + 158.300 268.00 0.06 267.94 + 158.325 271.00 0.06 270.94 + 158.350 305.00 0.06 304.94 + 158.375 268.00 0.06 267.94 + 158.400 234.00 0.06 233.94 + 158.425 286.00 0.06 285.94 + 158.450 278.00 0.06 277.94 + 158.475 274.00 0.06 273.94 + 158.500 274.00 0.06 273.94 + 158.525 253.00 0.06 252.94 + 158.550 238.00 0.06 237.94 + 158.575 291.00 0.06 290.94 + 158.600 274.00 0.06 273.94 + 158.625 300.00 0.06 299.94 + 158.650 282.00 0.06 281.94 + 158.675 303.00 0.07 302.93 + 158.700 285.00 0.07 284.93 + 158.725 323.00 0.07 322.93 + 158.750 340.00 0.07 339.93 + 158.775 283.00 0.07 282.93 + 158.800 355.00 0.07 354.93 + 158.825 288.00 0.07 287.93 + 158.850 335.00 0.07 334.93 + 158.875 350.00 0.07 349.93 + 158.900 313.00 0.07 312.93 + 158.925 303.00 0.07 302.93 + 158.950 338.00 0.07 337.93 + 158.975 326.00 0.07 325.93 + 159.000 359.00 0.07 358.93 + 159.025 372.00 0.07 371.93 + 159.050 325.00 0.07 324.93 + 159.075 325.00 0.07 324.93 + 159.100 352.00 0.07 351.93 + 159.125 345.00 0.07 344.93 + 159.150 348.00 0.07 347.93 + 159.175 330.00 0.07 329.93 + 159.200 336.00 0.07 335.93 + 159.225 310.00 0.07 309.93 + 159.250 343.00 0.07 342.93 + 159.275 321.00 0.07 320.93 + 159.300 329.00 0.07 328.93 + 159.325 325.00 0.08 324.92 + 159.350 329.00 0.08 328.92 + 159.375 330.00 0.08 329.92 + 159.400 311.00 0.08 310.92 + 159.425 316.00 0.08 315.92 + 159.450 327.00 0.08 326.92 + 159.475 320.00 0.08 319.92 + 159.500 306.00 0.08 305.92 + 159.525 348.00 0.08 347.92 + 159.550 345.00 0.08 344.92 + 159.575 330.00 0.08 329.92 + 159.600 325.00 0.08 324.92 + 159.625 371.00 0.08 370.92 + 159.650 381.00 0.08 380.92 + 159.675 421.00 0.08 420.92 + 159.700 388.00 0.08 387.92 + 159.725 403.00 0.08 402.92 + 159.750 413.00 0.08 412.92 + 159.775 417.00 0.08 416.92 + 159.800 391.00 0.08 390.92 + 159.825 385.00 0.08 384.92 + 159.850 376.00 0.09 375.91 + 159.875 382.00 0.09 381.91 + 159.900 420.00 0.09 419.91 + 159.925 374.00 0.09 373.91 + 159.950 352.00 0.09 351.91 + 159.975 328.00 0.09 327.91 + 160.000 368.00 0.00 368.00 +END +WAVES Phase1, tik1 +BEGIN + 38.699 -523 + 44.988 -523 + 65.511 -523 + 78.758 -523 + 83.006 -523 + 99.845 -523 + 112.988 -523 + 117.628 -523 + 139.154 -523 + 167.428 -523 + 167.428 -523 +END +WAVES Excrg1, excl1 +BEGIN + 10.00 -523 + 10.00 -523 +END +WAVES Excrg2, excl2 +BEGIN + 160.00 -523 + 160.00 -523 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TwoTheta +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 10.00, 160.00 +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -16355} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: lif_single_polarized\rDate of fit: \Z09 18/06/2026/ 09:28:28.7\Z12\rLiF\rChi2 = 412.34" +X Label left "\Z14Intensity" +X Label bottom "\Z142-Theta (in degrees)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: LiF XrayDif single wavelength polarized Wdt48 +X | Date of run: 18/06/2026 / 09:28:28.7 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.rpa b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.rpa new file mode 100644 index 000000000..d4d7ffe47 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.rpa @@ -0,0 +1,52 @@ +TITL LiF XrayDif single wavelength polarized Wdt48 +FILES => PCR-file : lif_single_polarized +FILES => DAT-files: lif_single_polarized +DATE & TIME Date: 18/06/2026 Time: 09:28:28.674 +REM NPHASE IDUM IASG NRELL ICRYG +GLB1 1 0 0 0 0 +REM JOBTYP NPROF NBCKGD NEXCRG NSCAT NORI +GLB1 0 7 0 2 0 0 +REM IWGT ILOR IRESO ISTEP IXUNIT ICORR +GLB2 0 0 0 0 0 0 +REM IOT IPL IPC MAT NXT lst1 lst2 lst3 NLIN PL_PRF +OUT1 0 2 1 0 1 0 4 0 0 2 +REM instr JCIL JSY jlkh jfou ISHOR ianaly +OUT2 0 1 1 0 4 1 1 +REM MAT NXT NLIN JCIL JSY ISHOR +OUT1 0 1 0 1 1 1 +REM IOT IPL IPC LST1 LST2 LST3 +OUT2 0 2 1 0 4 0 +REM PL_PRF INSTR JLKH JFOU IANALY +OUT3 2 0 0 4 1 +DATT 0 0 0.00 +PHAS1 LiF +SPGR F m -3 m +NATM 2 +COND 0 0 0 0 +ATOM Li1 0.00000 0.00000 0.00000 1.20000 0.02083 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +ATOM F1 0.50000 0.50000 0.50000 0.80000 0.02083 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +CELL 4.02670 4.02670 4.02670 90.00000 90.00000 90.00000 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +NNVK 0 +SCAL 0.010000000 0.000000000 +SHAP 0.00000 0.00000 +BOVE 0.0000 0.0000 +HUVW 0.0485 0.0000 -0.0831 0.0000 0.0400 0.0000 +PREF 0.0000 0.0000 0.0000 0.0000 +ASYM 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 +XYPA 0.0000 0.0000 0.0493 0.0000 +STRA 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 +SIZE 0.0000 0.0000 0.0000 0.0000 +ZERO 0.00000 0.00000 +BACK 0.000 0.000 0.000 0.000 0.000 0.000 +SIGM 0.000 0.000 0.000 0.000 0.000 0.000 +RFAR 99.79 100.4 4.945 412.3 +RFAC 99.79 100.4 4.945 412.3 6000 +DEVA 0.2491E+08 0.000 0.1351E-01 1.920 +RFBR 99.70 100.6 5.291 361.4 +RFBC 99.70 100.6 5.291 361.4 4847 +DEVB 0.2491E+08 NaN 0.1907E-01 1.911 +BRAG1 97.878 86.777 65.290 100.000 103.724 1.000 +-------------------------------------------------------------------------------- diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.sum b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.sum new file mode 100644 index 000000000..131c5963c --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.sum @@ -0,0 +1,144 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 18/06/2026 Time: 09:28:28.674 + + => PCR file code: lif_single_polarized + => DAT file code: lif_single_polarized -> Relative contribution: 1.0000 + => Title: LiF XrayDif single wavelength polarized Wdt48 + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of X-ray powder diffraction data + => Global Refinement of X-ray powder diffraction data + Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) + => The 7th default profile function was selected + + => Data supplied in free format for pattern: 1 + => Analysis of refinement at the end + => Wavelengths: 1.54056 1.54056 + => Cos(Monochromator angle)= 0.8000 + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 48.00 + ==> Angular range, step and number of points: + 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 + =>-------> Pattern# 1 + => Crystal Structure Refinement for phase: 1 + => The density (volumic mass) of phase 1 is: 2.639 g/cm3 + => Scor:46.5018 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 LiF F m -3 m +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 11 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + Li1 0.00000( 0) 0.00000( 0) 0.00000( 0) 1.200( 0) 0.021( 0) 4 + F1 0.50000( 0) 0.50000( 0) 0.50000( 0) 0.800( 0) 0.021( 0) 4 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 4.02670 0.00000 + 4.02670 0.00000 + 4.02670 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + => overall scale factor : 0.010000000 0.000000000 + => Eta(p-v) or m(p-vii) : 0.00000 0.00000 + => Overall tem. factor : 0.00000 0.00000 + => Halfwidth parameters : 0.04846 0.00000 + -0.08305 0.00000 + 0.04000 0.00000 + => Preferred orientation: 0.00000 0.00000 + 0.00000 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => X and y parameters : 0.00000 0.00000 + 0.04927 0.00000 + => Strain parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => Size parameters (G,L): 0.00000 0.00000 + 0.00000 0.00000 + + => Add. shape parameters: + 0.00000 0.00000 + 0.00000 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: 0.0000 0.0000 + => Background Polynomial Parameters ==> + 0.0000 0.0000 + 0.0000 0.0000 + 0.0000 0.0000 + 0.0000 0.0000 + 0.0000 0.0000 + 0.0000 0.0000 + + => Cos( theta)-shift parameter : 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle: 30 + => N-P+C: 6000 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 99.8 Rwp: 100. Rexp: 4.94 Chi2: 412. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 99.8 Rwp: 100. Rexp: 4.94 Chi2: 412. + => Deviance: 0.249E+08 Dev* : 0.000 + => DW-Stat.: 0.0135 DW-exp: 1.9199 + => N-sigma of the GoF: 22530.158 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 4847 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 99.7 Rwp: 101. Rexp: 5.29 Chi2: 361. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 99.7 Rwp: 101. Rexp: 5.29 Chi2: 361. + => Deviance: 0.249E+08 Dev* : NaN + => DW-Stat.: 0.0191 DW-exp: 1.9108 + => N-sigma of the GoF: 17743.977 + + => Global user-weigthed Chi2 (Bragg contrib.): 510. + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 LiF + => Bragg R-factor: 97.9 Vol: 65.290( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 86.8 ATZ: 103.724 Brindley: 1.0000 + + + CPU Time: 0.117 seconds + 0.002 minutes + + => Run finished at: Date: 18/06/2026 Time: 09:28:28.790 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.sym b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.sym new file mode 100644 index 000000000..f3ac38f60 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.sym @@ -0,0 +1,433 @@ + LiF XrayDif single wavelength polarized Wdt48 + + -------------------------------- + SYMMETRY INFORMATION ON PHASE: 1 + -------------------------------- + + + => Symmetry information on space group: F m -3 m + -> The multiplicity of the general position is: 192 + -> The space group is Centric (-1 at origin) + -> Lattice type F: { 000; 0 1/2 1/2; 1/2 0 1/2; 1/2 1/2 0 }+ + -> Reduced set of symmetry operators: + + No. IT Symmetry symbol Rotation part Associated Translation + 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} + 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.0000 0.0000 0.0000} + 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.0000 0.0000 0.0000} + 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.0000 0.0000 0.0000} + 5: ( 9) 3- ( x, x, x) --> ( y, z, x) + { 0.0000 0.0000 0.0000} + 6: (12) 3- (-x, x,-x) --> (-y,-z, x) + { 0.0000 0.0000 0.0000} + 7: (11) 3- (-x,-x, x) --> ( y,-z,-x) + { 0.0000 0.0000 0.0000} + 8: (10) 3- ( x,-x,-x) --> (-y, z,-x) + { 0.0000 0.0000 0.0000} + 9: ( 5) 3+ ( x, x, x) --> ( z, x, y) + { 0.0000 0.0000 0.0000} + 10: ( 8) 3+ (-x,-x, x) --> (-z, x,-y) + { 0.0000 0.0000 0.0000} + 11: ( 7) 3+ ( x,-x,-x) --> (-z,-x, y) + { 0.0000 0.0000 0.0000} + 12: ( 6) 3+ (-x, x,-x) --> ( z,-x,-y) + { 0.0000 0.0000 0.0000} + 13: (14) 2 ( x,-x, 0) --> (-y,-x,-z) + { 0.0000 0.0000 0.0000} + 14: (15) 4- ( 0, 0, z) --> ( y,-x, z) + { 0.0000 0.0000 0.0000} + 15: (16) 4+ ( 0, 0, z) --> (-y, x, z) + { 0.0000 0.0000 0.0000} + 16: (13) 2 ( x, x, 0) --> ( y, x,-z) + { 0.0000 0.0000 0.0000} + 17: (24) 2 (-x, 0, x) --> (-z,-y,-x) + { 0.0000 0.0000 0.0000} + 18: (21) 4+ ( 0, y, 0) --> ( z, y,-x) + { 0.0000 0.0000 0.0000} + 19: (22) 2 ( x, 0, x) --> ( z,-y, x) + { 0.0000 0.0000 0.0000} + 20: (23) 4- ( 0, y, 0) --> (-z, y, x) + { 0.0000 0.0000 0.0000} + 21: (19) 2 ( 0, y,-y) --> (-x,-z,-y) + { 0.0000 0.0000 0.0000} + 22: (18) 2 ( 0, y, y) --> (-x, z, y) + { 0.0000 0.0000 0.0000} + 23: (17) 4- ( x, 0, 0) --> ( x, z,-y) + { 0.0000 0.0000 0.0000} + 24: (20) 4+ ( x, 0, 0) --> ( x,-z, y) + { 0.0000 0.0000 0.0000} + + + Information on Space Group: + --------------------------- + + => Number of Space group: 225 + => Hermann-Mauguin Symbol: F m -3 m + => Hall Symbol: -F 4 2 3 + => Setting Type: IT (Generated from Hermann-Mauguin symbol) + => Crystal System: Cubic + => Laue Class: m-3m + => Point Group: m-3m + => Bravais Lattice: F + => Lattice Symbol: cF + => Reduced Number of S.O.: 24 + => General multiplicity: 192 + => Centrosymmetry: Centric (-1 at origin) + => Generators (exc. -1&L): 3 + => Asymmetric unit: 0.000 <= x <= 0.500 + 0.000 <= y <= 0.250 + 0.000 <= z <= 0.250 + => Centring vectors: 3 + => Latt( 1): (1/2,1/2,0) => Latt( 2): (1/2,0,1/2) + => Latt( 3): (0,1/2,1/2) + + => List of all Symmetry Operators and Symmetry Symbols + + => SYMM( 1): x,y,z Symbol: 1 + => SYMM( 2): x,-y,-z Symbol: 2 x,0,0 + => SYMM( 3): -x,y,-z Symbol: 2 0,y,0 + => SYMM( 4): -x,-y,z Symbol: 2 0,0,z + => SYMM( 5): y,z,x Symbol: 3- x,x,x + => SYMM( 6): -y,-z,x Symbol: 3+ x,-x,x + => SYMM( 7): y,-z,-x Symbol: 3+ x,x,-x + => SYMM( 8): -y,z,-x Symbol: 3- x,-x,-x + => SYMM( 9): z,x,y Symbol: 3+ x,x,x + => SYMM( 10): -z,x,-y Symbol: 3- x,x,-x + => SYMM( 11): -z,-x,y Symbol: 3+ x,-x,-x + => SYMM( 12): z,-x,-y Symbol: 3- x,-x,x + => SYMM( 13): y,x,z Symbol: m x,x,z + => SYMM( 14): -y,x,-z Symbol: -4- 0,0,z; 0,0,0 + => SYMM( 15): y,-x,-z Symbol: -4+ 0,0,z; 0,0,0 + => SYMM( 16): -y,-x,z Symbol: m x,-x,z + => SYMM( 17): z,y,x Symbol: m x,y,x + => SYMM( 18): -z,-y,x Symbol: -4+ 0,y,0; 0,0,0 + => SYMM( 19): -z,y,-x Symbol: m x,y,-x + => SYMM( 20): z,-y,-x Symbol: -4- 0,y,0; 0,0,0 + => SYMM( 21): x,z,y Symbol: m x,y,y + => SYMM( 22): x,-z,-y Symbol: m x,y,-y + => SYMM( 23): -x,-z,y Symbol: -4- x,0,0; 0,0,0 + => SYMM( 24): -x,z,-y Symbol: -4+ x,0,0; 0,0,0 + => SYMM( 25): -x,-y,-z Symbol: -1 0,0,0 + => SYMM( 26): -x,y,z Symbol: m 0,y,z + => SYMM( 27): x,-y,z Symbol: m x,0,z + => SYMM( 28): x,y,-z Symbol: m x,y,0 + => SYMM( 29): -y,-z,-x Symbol: -3- x,x,x; 0,0,0 + => SYMM( 30): y,z,-x Symbol: -3+ x,-x,x; 0,0,0 + => SYMM( 31): -y,z,x Symbol: -3+ x,x,-x; 0,0,0 + => SYMM( 32): y,-z,x Symbol: -3- x,-x,-x; 0,0,0 + => SYMM( 33): -z,-x,-y Symbol: -3+ x,x,x; 0,0,0 + => SYMM( 34): z,-x,y Symbol: -3- x,x,-x; 0,0,0 + => SYMM( 35): z,x,-y Symbol: -3+ x,-x,-x; 0,0,0 + => SYMM( 36): -z,x,y Symbol: -3- x,-x,x; 0,0,0 + => SYMM( 37): -y,-x,-z Symbol: 2 x,-x,0 + => SYMM( 38): y,-x,z Symbol: 4- 0,0,z + => SYMM( 39): -y,x,z Symbol: 4+ 0,0,z + => SYMM( 40): y,x,-z Symbol: 2 x,x,0 + => SYMM( 41): -z,-y,-x Symbol: 2 x,0,-x + => SYMM( 42): z,y,-x Symbol: 4+ 0,y,0 + => SYMM( 43): z,-y,x Symbol: 2 x,0,x + => SYMM( 44): -z,y,x Symbol: 4- 0,y,0 + => SYMM( 45): -x,-z,-y Symbol: 2 0,y,-y + => SYMM( 46): -x,z,y Symbol: 2 0,y,y + => SYMM( 47): x,z,-y Symbol: 4- x,0,0 + => SYMM( 48): x,-z,y Symbol: 4+ x,0,0 + => SYMM( 49): x+1/2,y+1/2,z Symbol: t (1/2,1/2,0) + => SYMM( 50): x+1/2,-y+1/2,-z Symbol: 2 (1/2,0,0) x,1/4,0 + => SYMM( 51): -x+1/2,y+1/2,-z Symbol: 2 (0,1/2,0) 1/4,y,0 + => SYMM( 52): -x+1/2,-y+1/2,z Symbol: 2 1/4,1/4,z + => SYMM( 53): y+1/2,z+1/2,x Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x-1/3 + => SYMM( 54): -y+1/2,-z+1/2,x Symbol: 3+ x,-x+1/2,x + => SYMM( 55): y+1/2,-z+1/2,-x Symbol: 3+ (1/3,1/3,-1/3) x,x-1/6,-x+1/3 + => SYMM( 56): -y+1/2,z+1/2,-x Symbol: 3- x,-x+1/2,-x + => SYMM( 57): z+1/2,x+1/2,y Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x-1/6 + => SYMM( 58): -z+1/2,x+1/2,-y Symbol: 3- (1/3,1/3,-1/3) x,x+1/6,-x+1/6 + => SYMM( 59): -z+1/2,-x+1/2,y Symbol: 3+ x,-x+1/2,-x+1/2 + => SYMM( 60): z+1/2,-x+1/2,-y Symbol: 3- x,-x+1/2,x-1/2 + => SYMM( 61): y+1/2,x+1/2,z Symbol: n (1/2,1/2,0) x,x,z + => SYMM( 62): -y+1/2,x+1/2,-z Symbol: -4- 0,1/2,z; 0,1/2,0 + => SYMM( 63): y+1/2,-x+1/2,-z Symbol: -4+ 1/2,0,z; 1/2,0,0 + => SYMM( 64): -y+1/2,-x+1/2,z Symbol: m x,-x+1/2,z + => SYMM( 65): z+1/2,y+1/2,x Symbol: g (1/4,1/2,1/4) x,y,x-1/4 + => SYMM( 66): -z+1/2,-y+1/2,x Symbol: -4+ 1/4,y,1/4; 1/4,1/4,1/4 + => SYMM( 67): -z+1/2,y+1/2,-x Symbol: g (1/4,1/2,-1/4) x,y,-x+1/4 + => SYMM( 68): z+1/2,-y+1/2,-x Symbol: -4- 1/4,y,-1/4; 1/4,1/4,-1/4 + => SYMM( 69): x+1/2,z+1/2,y Symbol: g (1/2,1/4,1/4) x,y,y-1/4 + => SYMM( 70): x+1/2,-z+1/2,-y Symbol: g (1/2,1/4,-1/4) x,y,-y+1/4 + => SYMM( 71): -x+1/2,-z+1/2,y Symbol: -4- x,1/4,1/4; 1/4,1/4,1/4 + => SYMM( 72): -x+1/2,z+1/2,-y Symbol: -4+ x,1/4,-1/4; 1/4,1/4,-1/4 + => SYMM( 73): -x+1/2,-y+1/2,-z Symbol: -1 1/4,1/4,0 + => SYMM( 74): -x+1/2,y+1/2,z Symbol: b 1/4,y,z + => SYMM( 75): x+1/2,-y+1/2,z Symbol: a x,1/4,z + => SYMM( 76): x+1/2,y+1/2,-z Symbol: n (1/2,1/2,0) x,y,0 + => SYMM( 77): -y+1/2,-z+1/2,-x Symbol: -3- x,x+1/2,x; 0,1/2,0 + => SYMM( 78): y+1/2,z+1/2,-x Symbol: -3+ x,-x+1/2,x-1; 1/2,0,-1/2 + => SYMM( 79): -y+1/2,z+1/2,x Symbol: -3+ x,x+1/2,-x; 0,1/2,0 + => SYMM( 80): y+1/2,-z+1/2,x Symbol: -3- x,-x+1/2,-x+1; 1/2,0,1/2 + => SYMM( 81): -z+1/2,-x+1/2,-y Symbol: -3+ x,x-1/2,x-1/2; 1/2,0,0 + => SYMM( 82): z+1/2,-x+1/2,y Symbol: -3- x,x-1/2,-x+1/2; 1/2,0,0 + => SYMM( 83): z+1/2,x+1/2,-y Symbol: -3+ x,-x+1/2,-x-1/2; 0,1/2,-1/2 + => SYMM( 84): -z+1/2,x+1/2,y Symbol: -3- x,-x+1/2,x+1/2; 0,1/2,1/2 + => SYMM( 85): -y+1/2,-x+1/2,-z Symbol: 2 x,-x+1/2,0 + => SYMM( 86): y+1/2,-x+1/2,z Symbol: 4- 1/2,0,z + => SYMM( 87): -y+1/2,x+1/2,z Symbol: 4+ 0,1/2,z + => SYMM( 88): y+1/2,x+1/2,-z Symbol: 2 (1/2,1/2,0) x,x,0 + => SYMM( 89): -z+1/2,-y+1/2,-x Symbol: 2 (1/4,0,-1/4) x,1/4,-x+1/4 + => SYMM( 90): z+1/2,y+1/2,-x Symbol: 4+ (0,1/2,0) 1/4,y,-1/4 + => SYMM( 91): z+1/2,-y+1/2,x Symbol: 2 (1/4,0,1/4) x,1/4,x-1/4 + => SYMM( 92): -z+1/2,y+1/2,x Symbol: 4- (0,1/2,0) 1/4,y,1/4 + => SYMM( 93): -x+1/2,-z+1/2,-y Symbol: 2 (0,1/4,-1/4) 1/4,y,-y+1/4 + => SYMM( 94): -x+1/2,z+1/2,y Symbol: 2 (0,1/4,1/4) 1/4,y,y-1/4 + => SYMM( 95): x+1/2,z+1/2,-y Symbol: 4- (1/2,0,0) x,1/4,-1/4 + => SYMM( 96): x+1/2,-z+1/2,y Symbol: 4+ (1/2,0,0) x,1/4,1/4 + => SYMM( 97): x+1/2,y,z+1/2 Symbol: t (1/2,0,1/2) + => SYMM( 98): x+1/2,-y,-z+1/2 Symbol: 2 (1/2,0,0) x,0,1/4 + => SYMM( 99): -x+1/2,y,-z+1/2 Symbol: 2 1/4,y,1/4 + => SYMM(100): -x+1/2,-y,z+1/2 Symbol: 2 (0,0,1/2) 1/4,0,z + => SYMM(101): y+1/2,z,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x+1/6 + => SYMM(102): -y+1/2,-z,x+1/2 Symbol: 3+ (1/3,-1/3,1/3) x,-x+1/6,x+1/6 + => SYMM(103): y+1/2,-z,-x+1/2 Symbol: 3+ x,x-1/2,-x+1/2 + => SYMM(104): -y+1/2,z,-x+1/2 Symbol: 3- x,-x+1/2,-x+1/2 + => SYMM(105): z+1/2,x,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x-1/3,x-1/6 + => SYMM(106): -z+1/2,x,-y+1/2 Symbol: 3- x,x,-x+1/2 + => SYMM(107): -z+1/2,-x,y+1/2 Symbol: 3+ x,-x,-x+1/2 + => SYMM(108): z+1/2,-x,-y+1/2 Symbol: 3- (1/3,-1/3,1/3) x,-x+1/3,x-1/6 + => SYMM(109): y+1/2,x,z+1/2 Symbol: g (1/4,1/4,1/2) x,x-1/4,z + => SYMM(110): -y+1/2,x,-z+1/2 Symbol: -4- 1/4,1/4,z; 1/4,1/4,1/4 + => SYMM(111): y+1/2,-x,-z+1/2 Symbol: -4+ 1/4,-1/4,z; 1/4,-1/4,1/4 + => SYMM(112): -y+1/2,-x,z+1/2 Symbol: g (1/4,-1/4,1/2) x,-x+1/4,z + => SYMM(113): z+1/2,y,x+1/2 Symbol: n (1/2,0,1/2) x,y,x + => SYMM(114): -z+1/2,-y,x+1/2 Symbol: -4+ 0,y,1/2; 0,0,1/2 + => SYMM(115): -z+1/2,y,-x+1/2 Symbol: m x,y,-x+1/2 + => SYMM(116): z+1/2,-y,-x+1/2 Symbol: -4- 1/2,y,0; 1/2,0,0 + => SYMM(117): x+1/2,z,y+1/2 Symbol: g (1/2,1/4,1/4) x,y,y+1/4 + => SYMM(118): x+1/2,-z,-y+1/2 Symbol: g (1/2,-1/4,1/4) x,y,-y+1/4 + => SYMM(119): -x+1/2,-z,y+1/2 Symbol: -4- x,-1/4,1/4; 1/4,-1/4,1/4 + => SYMM(120): -x+1/2,z,-y+1/2 Symbol: -4+ x,1/4,1/4; 1/4,1/4,1/4 + => SYMM(121): -x+1/2,-y,-z+1/2 Symbol: -1 1/4,0,1/4 + => SYMM(122): -x+1/2,y,z+1/2 Symbol: c 1/4,y,z + => SYMM(123): x+1/2,-y,z+1/2 Symbol: n (1/2,0,1/2) x,0,z + => SYMM(124): x+1/2,y,-z+1/2 Symbol: a x,y,1/4 + => SYMM(125): -y+1/2,-z,-x+1/2 Symbol: -3- x,x-1/2,x-1/2; 1/2,0,0 + => SYMM(126): y+1/2,z,-x+1/2 Symbol: -3+ x,-x+1/2,x-1/2; 1/2,0,0 + => SYMM(127): -y+1/2,z,x+1/2 Symbol: -3+ x,x+1/2,-x+1/2; 0,1/2,1/2 + => SYMM(128): y+1/2,-z,x+1/2 Symbol: -3- x,-x-1/2,-x+1/2; 0,-1/2,1/2 + => SYMM(129): -z+1/2,-x,-y+1/2 Symbol: -3+ x,x,x+1/2; 0,0,1/2 + => SYMM(130): z+1/2,-x,y+1/2 Symbol: -3- x,x-1,-x+1/2; 1/2,-1/2,0 + => SYMM(131): z+1/2,x,-y+1/2 Symbol: -3+ x,-x+1,-x+1/2; 1/2,1/2,0 + => SYMM(132): -z+1/2,x,y+1/2 Symbol: -3- x,-x,x+1/2; 0,0,1/2 + => SYMM(133): -y+1/2,-x,-z+1/2 Symbol: 2 (1/4,-1/4,0) x,-x+1/4,1/4 + => SYMM(134): y+1/2,-x,z+1/2 Symbol: 4- (0,0,1/2) 1/4,-1/4,z + => SYMM(135): -y+1/2,x,z+1/2 Symbol: 4+ (0,0,1/2) 1/4,1/4,z + => SYMM(136): y+1/2,x,-z+1/2 Symbol: 2 (1/4,1/4,0) x,x-1/4,1/4 + => SYMM(137): -z+1/2,-y,-x+1/2 Symbol: 2 x,0,-x+1/2 + => SYMM(138): z+1/2,y,-x+1/2 Symbol: 4+ 1/2,y,0 + => SYMM(139): z+1/2,-y,x+1/2 Symbol: 2 (1/2,0,1/2) x,0,x + => SYMM(140): -z+1/2,y,x+1/2 Symbol: 4- 0,y,1/2 + => SYMM(141): -x+1/2,-z,-y+1/2 Symbol: 2 (0,-1/4,1/4) 1/4,y,-y+1/4 + => SYMM(142): -x+1/2,z,y+1/2 Symbol: 2 (0,1/4,1/4) 1/4,y,y+1/4 + => SYMM(143): x+1/2,z,-y+1/2 Symbol: 4- (1/2,0,0) x,1/4,1/4 + => SYMM(144): x+1/2,-z,y+1/2 Symbol: 4+ (1/2,0,0) x,-1/4,1/4 + => SYMM(145): x,y+1/2,z+1/2 Symbol: t (0,1/2,1/2) + => SYMM(146): x,-y+1/2,-z+1/2 Symbol: 2 x,1/4,1/4 + => SYMM(147): -x,y+1/2,-z+1/2 Symbol: 2 (0,1/2,0) 0,y,1/4 + => SYMM(148): -x,-y+1/2,z+1/2 Symbol: 2 (0,0,1/2) 0,1/4,z + => SYMM(149): y,z+1/2,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x+1/3,x+1/6 + => SYMM(150): -y,-z+1/2,x+1/2 Symbol: 3+ x,-x,x+1/2 + => SYMM(151): y,-z+1/2,-x+1/2 Symbol: 3+ x,x,-x+1/2 + => SYMM(152): -y,z+1/2,-x+1/2 Symbol: 3- (-1/3,1/3,1/3) x,-x+1/3,-x+1/6 + => SYMM(153): z,x+1/2,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x+1/3 + => SYMM(154): -z,x+1/2,-y+1/2 Symbol: 3- x,x+1/2,-x + => SYMM(155): -z,-x+1/2,y+1/2 Symbol: 3+ (-1/3,1/3,1/3) x,-x+1/6,-x+1/3 + => SYMM(156): z,-x+1/2,-y+1/2 Symbol: 3- x,-x+1/2,x + => SYMM(157): y,x+1/2,z+1/2 Symbol: g (1/4,1/4,1/2) x,x+1/4,z + => SYMM(158): -y,x+1/2,-z+1/2 Symbol: -4- -1/4,1/4,z; -1/4,1/4,1/4 + => SYMM(159): y,-x+1/2,-z+1/2 Symbol: -4+ 1/4,1/4,z; 1/4,1/4,1/4 + => SYMM(160): -y,-x+1/2,z+1/2 Symbol: g (-1/4,1/4,1/2) x,-x+1/4,z + => SYMM(161): z,y+1/2,x+1/2 Symbol: g (1/4,1/2,1/4) x,y,x+1/4 + => SYMM(162): -z,-y+1/2,x+1/2 Symbol: -4+ -1/4,y,1/4; -1/4,1/4,1/4 + => SYMM(163): -z,y+1/2,-x+1/2 Symbol: g (-1/4,1/2,1/4) x,y,-x+1/4 + => SYMM(164): z,-y+1/2,-x+1/2 Symbol: -4- 1/4,y,1/4; 1/4,1/4,1/4 + => SYMM(165): x,z+1/2,y+1/2 Symbol: n (0,1/2,1/2) x,y,y + => SYMM(166): x,-z+1/2,-y+1/2 Symbol: m x,y,-y+1/2 + => SYMM(167): -x,-z+1/2,y+1/2 Symbol: -4- x,0,1/2; 0,0,1/2 + => SYMM(168): -x,z+1/2,-y+1/2 Symbol: -4+ x,1/2,0; 0,1/2,0 + => SYMM(169): -x,-y+1/2,-z+1/2 Symbol: -1 0,1/4,1/4 + => SYMM(170): -x,y+1/2,z+1/2 Symbol: n (0,1/2,1/2) 0,y,z + => SYMM(171): x,-y+1/2,z+1/2 Symbol: c x,1/4,z + => SYMM(172): x,y+1/2,-z+1/2 Symbol: b x,y,1/4 + => SYMM(173): -y,-z+1/2,-x+1/2 Symbol: -3- x,x,x+1/2; 0,0,1/2 + => SYMM(174): y,z+1/2,-x+1/2 Symbol: -3+ x,-x+1,x-1/2; 1/2,1/2,0 + => SYMM(175): -y,z+1/2,x+1/2 Symbol: -3+ x,x+1,-x-1/2; -1/2,1/2,0 + => SYMM(176): y,-z+1/2,x+1/2 Symbol: -3- x,-x,-x+1/2; 0,0,1/2 + => SYMM(177): -z,-x+1/2,-y+1/2 Symbol: -3+ x,x+1/2,x; 0,1/2,0 + => SYMM(178): z,-x+1/2,y+1/2 Symbol: -3- x,x-1/2,-x+1; 1/2,0,1/2 + => SYMM(179): z,x+1/2,-y+1/2 Symbol: -3+ x,-x+1/2,-x; 0,1/2,0 + => SYMM(180): -z,x+1/2,y+1/2 Symbol: -3- x,-x-1/2,x+1; -1/2,0,1/2 + => SYMM(181): -y,-x+1/2,-z+1/2 Symbol: 2 (-1/4,1/4,0) x,-x+1/4,1/4 + => SYMM(182): y,-x+1/2,z+1/2 Symbol: 4- (0,0,1/2) 1/4,1/4,z + => SYMM(183): -y,x+1/2,z+1/2 Symbol: 4+ (0,0,1/2) -1/4,1/4,z + => SYMM(184): y,x+1/2,-z+1/2 Symbol: 2 (1/4,1/4,0) x,x+1/4,1/4 + => SYMM(185): -z,-y+1/2,-x+1/2 Symbol: 2 (-1/4,0,1/4) x,1/4,-x+1/4 + => SYMM(186): z,y+1/2,-x+1/2 Symbol: 4+ (0,1/2,0) 1/4,y,1/4 + => SYMM(187): z,-y+1/2,x+1/2 Symbol: 2 (1/4,0,1/4) x,1/4,x+1/4 + => SYMM(188): -z,y+1/2,x+1/2 Symbol: 4- (0,1/2,0) -1/4,y,1/4 + => SYMM(189): -x,-z+1/2,-y+1/2 Symbol: 2 0,y,-y+1/2 + => SYMM(190): -x,z+1/2,y+1/2 Symbol: 2 (0,1/2,1/2) 0,y,y + => SYMM(191): x,z+1/2,-y+1/2 Symbol: 4- x,1/2,0 + => SYMM(192): x,-z+1/2,y+1/2 Symbol: 4+ x,0,1/2 + + => Special Wyckoff Positions for F m -3 m + + Multp Site Representative Coordinates (centring translations excluded) + 96 k x,x,z x,-x,-z -x,x,-z + -x,-x,z x,z,x -x,-z,x + x,-z,-x -x,z,-x z,x,x + -z,x,-x -z,-x,x z,-x,-x + -x,-x,-z -x,x,z x,-x,z + x,x,-z -x,-z,-x x,z,-x + -x,z,x x,-z,x -z,-x,-x + z,-x,x z,x,-x -z,x,x + + 96 j 0,y,z 0,-y,-z 0,y,-z + 0,-y,z y,z,0 -y,-z,0 + y,-z,0 -y,z,0 z,0,y + -z,0,-y -z,0,y z,0,-y + y,0,z -y,0,-z y,0,-z + -y,0,z z,y,0 -z,-y,0 + -z,y,0 z,-y,0 0,z,y + 0,-z,-y 0,-z,y 0,z,-y + + 48 i 1/2,y,y 1/2,-y,-y 1/2,y,-y + 1/2,-y,y y,y,1/2 -y,-y,1/2 + y,-y,1/2 -y,y,1/2 y,1/2,y + -y,1/2,-y -y,1/2,y y,1/2,-y + + 48 h 0,y,y 0,-y,-y 0,y,-y + 0,-y,y y,y,0 -y,-y,0 + y,-y,0 -y,y,0 y,0,y + -y,0,-y -y,0,y y,0,-y + + 48 g x,1/4,1/4 -x,1/4,3/4 1/4,1/4,x + 1/4,3/4,-x 1/4,x,1/4 3/4,-x,1/4 + -x,3/4,3/4 x,3/4,1/4 3/4,3/4,-x + 3/4,1/4,x 3/4,-x,3/4 1/4,x,3/4 + + 32 f x,x,x x,-x,-x -x,x,-x + -x,-x,x -x,-x,-x -x,x,x + x,-x,x x,x,-x + + 24 e x,0,0 -x,0,0 0,0,x + 0,0,-x 0,x,0 0,-x,0 + + 24 d 0,1/4,1/4 0,1/4,3/4 1/4,1/4,0 + 1/4,3/4,0 1/4,0,1/4 3/4,0,1/4 + + 8 c 1/4,1/4,1/4 3/4,3/4,3/4 + + 4 b 1/2,1/2,1/2 + + 4 a 0,0,0 + + + ------------------------------------------------- + INFORMATION ON SITE SYMMETRY OF ATOMS IN PHASE: 1 + ------------------------------------------------- + + + -> Information on Atom: Li1 at position: 0.00000 0.00000 0.00000 Multiplicity: 4 + List of symmetry operators and symmetry elements of the site point group: + Operator 2: x,-y,-z 2 x,0,0 + Operator 3: -x,y,-z 2 0,y,0 + Operator 4: -x,-y,z 2 0,0,z + Operator 5: y,z,x 3- x,x,x + Operator 6: -y,-z,x 3+ x,-x,x + Operator 7: y,-z,-x 3+ x,x,-x + Operator 8: -y,z,-x 3- x,-x,-x + Operator 9: z,x,y 3+ x,x,x + Operator 10: -z,x,-y 3- x,x,-x + Operator 11: -z,-x,y 3+ x,-x,-x + Operator 12: z,-x,-y 3- x,-x,x + Operator 13: y,x,z m x,x,z + Operator 14: -y,x,-z -4- 0,0,z; 0,0,0 + Operator 15: y,-x,-z -4+ 0,0,z; 0,0,0 + Operator 16: -y,-x,z m x,-x,z + Operator 17: z,y,x m x,y,x + Operator 18: -z,-y,x -4+ 0,y,0; 0,0,0 + Operator 19: -z,y,-x m x,y,-x + Operator 20: z,-y,-x -4- 0,y,0; 0,0,0 + Operator 21: x,z,y m x,y,y + Operator 22: x,-z,-y m x,y,-y + Operator 23: -x,-z,y -4- x,0,0; 0,0,0 + Operator 24: -x,z,-y -4+ x,0,0; 0,0,0 + Operator 25: -x,-y,-z -1 0,0,0 + Operator 26: -x,y,z m 0,y,z + Operator 27: x,-y,z m x,0,z + Operator 28: x,y,-z m x,y,0 + Operator 29: -y,-z,-x -3- x,x,x; 0,0,0 + Operator 30: y,z,-x -3+ x,-x,x; 0,0,0 + Operator 31: -y,z,x -3+ x,x,-x; 0,0,0 + Operator 32: y,-z,x -3- x,-x,-x; 0,0,0 + Operator 33: -z,-x,-y -3+ x,x,x; 0,0,0 + Operator 34: z,-x,y -3- x,x,-x; 0,0,0 + Operator 35: z,x,-y -3+ x,-x,-x; 0,0,0 + Operator 36: -z,x,y -3- x,-x,x; 0,0,0 + Operator 37: -y,-x,-z 2 x,-x,0 + Operator 38: y,-x,z 4- 0,0,z + Operator 39: -y,x,z 4+ 0,0,z + Operator 40: y,x,-z 2 x,x,0 + Operator 41: -z,-y,-x 2 x,0,-x + Operator 42: z,y,-x 4+ 0,y,0 + Operator 43: z,-y,x 2 x,0,x + Operator 44: -z,y,x 4- 0,y,0 + Operator 45: -x,-z,-y 2 0,y,-y + Operator 46: -x,z,y 2 0,y,y + Operator 47: x,z,-y 4- x,0,0 + Operator 48: x,-z,y 4+ x,0,0 + Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 + Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 + + --> Complete orbit of the atom: Li1 + + Li1( 1) 0.00000 0.00000 0.00000 x,y,z + Li1( 2) 0.50000 0.50000 0.00000 x+1/2,y+1/2,z + Li1( 3) 0.50000 0.00000 0.50000 x+1/2,y,z+1/2 + Li1( 4) 0.00000 0.50000 0.50000 x,y+1/2,z+1/2 + + -> Information on Atom: F1 at position: 0.50000 0.50000 0.50000 Multiplicity: 4 + List of symmetry operators and symmetry elements of the site point group: + Operator 2: y,z,x 3- x,x,x + Operator 3: z,x,y 3+ x,x,x + Operator 4: y,x,z m x,x,z + Operator 5: z,y,x m x,y,x + Operator 6: x,z,y m x,y,y + Operator 7: x,y,-z+1 m x,y,1/2 + Operator 8: y,z,-x+1 -3+ x,-x+1,x; 1/2,1/2,1/2 + Operator 9: z,x,-y+1 -3+ x,-x+1,-x+1; 1/2,1/2,1/2 + Operator 10: y,x,-z+1 2 x,x,1/2 + Operator 11: z,y,-x+1 4+ 1/2,y,1/2 + Operator 12: x,z,-y+1 4- x,1/2,1/2 + Operator 13: x,-y+1,z m x,1/2,z + Operator 14: y,-z+1,x -3- x,-x+1,-x+1; 1/2,1/2,1/2 + Operator 15: z,-x+1,y -3- x,x,-x+1; 1/2,1/2,1/2 + Operator 16: y,-x+1,z 4- 1/2,1/2,z + Operator 17: z,-y+1,x 2 x,1/2,x + Operator 18: x,-z+1,y 4+ x,1/2,1/2 + Operator 19: x,-y+1,-z+1 2 x,1/2,1/2 + Operator 20: y,-z+1,-x+1 3+ x,x,-x+1 + Operator 21: z,-x+1,-y+1 3- x,-x+1,x + Operator 22: y,-x+1,-z+1 -4+ 1/2,1/2,z; 1/2,1/2,1/2 + Operator 23: z,-y+1,-x+1 -4- 1/2,y,1/2; 1/2,1/2,1/2 + Operator 24: x,-z+1,-y+1 m x,y,-y+1 + Operator 25: -x+1,y,z m 1/2,y,z + Operator 26: -y+1,z,x -3+ x,x,-x+1; 1/2,1/2,1/2 + Operator 27: -z+1,x,y -3- x,-x+1,x; 1/2,1/2,1/2 + Operator 28: -y+1,x,z 4+ 1/2,1/2,z + Operator 29: -z+1,y,x 4- 1/2,y,1/2 + Operator 30: -x+1,z,y 2 1/2,y,y + Operator 31: -x+1,y,-z+1 2 1/2,y,1/2 + Operator 32: -y+1,z,-x+1 3- x,-x+1,-x+1 + Operator 33: -z+1,x,-y+1 3- x,x,-x+1 + Operator 34: -y+1,x,-z+1 -4- 1/2,1/2,z; 1/2,1/2,1/2 + Operator 35: -z+1,y,-x+1 m x,y,-x+1 + Operator 36: -x+1,z,-y+1 -4+ x,1/2,1/2; 1/2,1/2,1/2 + Operator 37: -x+1,-y+1,z 2 1/2,1/2,z + Operator 38: -y+1,-z+1,x 3+ x,-x+1,x + Operator 39: -z+1,-x+1,y 3+ x,-x+1,-x+1 + Operator 40: -y+1,-x+1,z m x,-x+1,z + Operator 41: -z+1,-y+1,x -4+ 1/2,y,1/2; 1/2,1/2,1/2 + Operator 42: -x+1,-z+1,y -4- x,1/2,1/2; 1/2,1/2,1/2 + Operator 43: -x+1,-y+1,-z+1 -1 1/2,1/2,1/2 + Operator 44: -y+1,-z+1,-x+1 -3- x,x,x; 1/2,1/2,1/2 + Operator 45: -z+1,-x+1,-y+1 -3+ x,x,x; 1/2,1/2,1/2 + Operator 46: -y+1,-x+1,-z+1 2 x,-x+1,1/2 + Operator 47: -z+1,-y+1,-x+1 2 x,1/2,-x+1 + Operator 48: -x+1,-z+1,-y+1 2 1/2,y,-y+1 + Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 + Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 + + --> Complete orbit of the atom: F1 + + F1( 1) 0.50000 0.50000 0.50000 x,y,z + F1( 2) 0.00000 0.00000 0.50000 x+1/2,y+1/2,z + F1( 3) 0.00000 0.50000 0.00000 x+1/2,y,z+1/2 + F1( 4) 0.50000 0.00000 0.00000 x,y+1/2,z+1/2 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized1.fst b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized1.fst new file mode 100644 index 000000000..d7e105e3d --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized1.fst @@ -0,0 +1,7 @@ +! FILE for FullProf Studio: generated automatically by FullProf +!Title: LiF +SPACEG F m -3 m +CELL 4.026700 4.026700 4.026700 90.0000 90.0000 90.0000 DISPLAY MULTIPLE +BOX -0.15 1.15 -0.15 1.15 -0.15 1.15 +ATOM Li1 Li 0.00000 0.00000 0.00000 +ATOM F1 F 0.50000 0.50000 0.50000 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.bac b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.bac new file mode 100644 index 000000000..5387459e1 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.bac @@ -0,0 +1,602 @@ + 10.000000 0.025000 160.000000 Background of: lif_single_unpolarized + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 + 0 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.dat b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.dat new file mode 100644 index 000000000..9817944a4 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.dat @@ -0,0 +1,602 @@ +10.000 0.025 160.000 LiF XrayDif dummy observed data + 179 147 165 172 150 165 150 158 134 146 + 167 159 139 145 165 150 149 156 143 166 + 154 131 144 131 140 147 155 148 140 138 + 127 146 147 114 129 129 128 136 148 132 + 141 135 141 145 131 142 148 151 127 133 + 131 125 129 128 134 142 115 138 125 120 + 130 118 118 116 119 101 117 142 112 114 + 111 122 131 107 121 123 120 126 125 120 + 103 121 109 115 122 123 107 126 133 120 + 100 130 130 109 116 121 99 107 110 136 + 113 102 117 111 105 92 110 116 124 111 + 91 106 122 121 119 114 129 95 117 102 + 102 117 99 124 107 108 99 113 104 92 + 98 107 88 96 104 81 111 78 104 119 + 106 105 96 81 95 96 103 91 112 107 + 87 112 92 79 92 103 97 102 86 97 + 103 93 111 95 96 93 85 104 98 108 + 76 92 95 89 105 95 92 105 89 99 + 101 97 93 99 100 83 93 96 69 101 + 97 85 95 85 111 85 86 100 88 98 + 92 93 94 93 81 98 78 79 93 81 + 88 73 85 106 88 94 96 91 101 89 + 87 95 87 97 81 87 93 90 73 98 + 86 80 82 97 80 81 80 81 73 106 + 92 101 98 104 106 98 114 97 129 112 + 141 167 157 200 215 321 397 434 445 313 + 197 155 110 118 86 110 95 93 98 80 + 85 106 86 103 92 88 94 79 92 106 + 82 104 94 88 97 93 90 120 93 106 + 89 92 100 91 99 81 89 79 91 84 + 92 107 99 92 87 88 67 81 86 85 + 103 85 77 105 93 96 93 85 75 105 + 85 89 86 76 86 71 101 100 89 74 + 101 103 95 100 87 94 84 102 92 80 + 82 105 84 83 93 92 105 94 88 97 + 88 110 110 84 89 98 92 86 110 98 + 93 94 104 96 105 99 117 111 100 125 + 99 107 107 98 84 112 99 93 108 100 + 91 98 124 98 121 114 93 87 95 95 + 121 102 127 119 118 107 100 95 116 136 + 92 127 127 115 124 130 123 137 136 165 + 150 173 190 211 212 255 264 305 353 415 + 507 623 833 1076 1417 1958 2624 3927 5466 7996 + 11062 12925 12506 10327 8178 6771 5910 4886 3432 2110 + 1182 802 623 527 435 393 356 333 295 316 + 280 248 264 216 202 211 187 168 208 160 + 171 149 166 138 168 129 147 134 125 137 + 112 128 134 121 138 103 124 115 119 109 + 119 116 127 133 121 109 114 113 120 118 + 102 110 118 123 116 112 107 121 104 124 + 105 128 115 128 99 130 109 125 138 141 + 135 125 140 152 177 177 191 195 225 258 + 301 337 468 618 837 1082 1507 2283 3235 4791 + 6588 8176 8122 6687 5078 3206 1822 1101 712 566 + 470 381 302 277 259 259 212 198 189 153 + 182 178 175 164 139 176 159 147 172 167 + 159 180 168 162 166 147 149 161 173 145 + 210 201 257 262 342 451 598 796 1089 1648 + 2386 3203 3155 2711 1970 1292 729 450 289 285 + 218 211 202 168 165 177 176 197 164 141 + 160 160 157 145 165 158 158 197 179 203 + 194 216 282 282 364 456 632 854 1213 1815 + 2863 4063 4649 4165 3168 2329 1423 738 438 367 + 295 246 246 191 179 178 170 182 158 182 + 179 184 181 169 171 191 175 216 195 224 + 209 251 257 298 297 378 406 499 590 746 + 983 1402 2108 3097 4641 7229 10690 13494 13106 10401 + 7908 5365 2857 1575 947 697 595 529 450 423 + 344 319 309 252 257 252 266 275 257 285 + 285 270 280 347 282 362 426 461 637 693 + 1051 1425 2158 3198 5190 8004 10350 9724 7797 6126 + 4329 2276 1177 756 591 486 352 340 314 270 + 256 253 245 206 212 183 205 185 164 197 + 167 175 159 152 162 168 151 153 128 167 + 147 140 139 153 153 154 145 147 134 160 + 137 134 131 157 137 145 151 164 171 172 + 165 168 162 193 169 199 186 208 196 182 + 246 245 284 340 364 382 519 665 837 1080 + 1566 2321 3438 5181 8141 12608 15702 14432 12071 9687 + 7137 4123 2094 1334 1013 780 668 467 438 379 + 355 263 287 299 247 253 236 223 193 198 + 184 204 185 174 201 168 185 175 171 153 + 162 135 159 139 147 127 143 140 115 142 + 123 156 133 135 128 130 127 120 121 106 + 134 114 107 123 111 92 134 87 130 97 + 101 113 119 122 114 117 84 105 111 104 + 119 119 101 117 122 105 128 116 126 115 + 121 116 144 141 128 148 165 172 182 174 + 193 230 247 312 325 423 589 755 1130 1670 + 2522 3976 5312 5540 4806 3984 3579 2684 1672 977 + 645 451 390 317 305 278 234 264 246 263 + 239 271 260 299 300 332 411 497 630 918 + 1214 1839 2852 4745 6636 7831 7010 5926 5069 4251 + 2900 1743 1167 841 646 517 412 354 301 282 + 234 204 235 226 207 200 180 180 179 172 + 180 157 154 173 198 147 168 157 199 209 + 242 257 328 467 631 994 1449 1522 1193 977 + 947 796 548 358 251 190 164 159 137 134 + 136 126 122 128 108 100 120 106 123 117 + 113 108 121 104 104 100 105 107 108 103 + 108 123 92 122 97 101 92 114 89 81 + 113 76 89 99 89 98 98 104 120 100 + 99 89 111 98 96 95 84 115 106 100 + 86 110 86 98 97 109 112 105 86 102 + 91 98 111 89 95 95 84 114 108 96 + 94 94 102 91 106 103 82 121 101 109 + 112 104 103 105 112 119 116 119 115 106 + 122 116 120 130 107 137 132 131 140 150 + 149 161 190 210 234 297 378 583 909 1431 + 2164 2620 2390 1970 1772 1685 1327 891 543 352 + 292 230 177 182 207 158 143 129 161 133 + 119 120 128 118 121 132 135 134 132 135 + 156 182 207 266 351 368 312 269 260 249 + 219 174 157 146 135 137 136 103 107 99 + 133 129 147 130 115 123 109 106 115 136 + 119 126 131 135 116 112 123 116 121 136 + 147 130 156 138 133 144 163 171 198 191 + 196 226 243 294 352 472 630 984 1383 2157 + 2946 2947 2469 1988 2056 1767 1317 793 524 362 + 282 264 227 186 194 168 177 199 174 169 + 183 194 204 189 213 296 350 476 746 894 + 816 615 549 596 524 395 306 223 164 206 + 198 162 173 163 144 169 160 156 143 187 + 146 146 157 177 173 171 197 214 254 333 + 505 760 1047 1074 910 689 698 717 570 382 + 273 291 231 278 239 272 257 316 315 377 + 419 593 709 1116 1749 2604 3739 4133 3642 2835 + 2622 2580 2147 1381 844 578 447 351 339 309 + 260 268 240 250 233 275 281 285 381 450 + 601 801 895 881 726 644 608 589 498 386 + 283 277 254 276 249 224 213 196 234 186 + 215 191 211 189 204 193 227 221 225 199 + 187 193 214 235 241 232 239 254 252 264 + 251 260 320 375 379 442 425 492 574 693 + 816 1046 1286 1773 2593 4047 6544 9907 12440 12196 + 9815 8006 7742 7431 5975 3773 2148 1465 1080 849 + 683 579 560 480 481 470 468 450 469 498 + 468 528 615 632 765 985 1263 1833 2821 4290 + 5647 5682 5372 5802 7664 7744 5866 4103 3552 3442 + 2855 1843 1102 771 578 517 456 381 379 335 + 326 303 286 287 274 272 282 267 236 255 + 238 218 224 209 228 244 234 221 237 224 + 217 187 261 216 246 244 282 276 314 333 + 385 413 609 855 1397 2190 3180 3151 2427 1819 + 1843 2058 1720 1115 716 480 364 297 300 267 + 227 215 189 213 174 175 193 183 178 166 + 171 171 172 161 151 143 141 139 172 153 + 169 141 125 135 142 134 142 138 152 159 + 140 143 136 147 144 148 153 112 148 138 + 119 121 160 136 164 137 166 142 158 176 + 175 183 249 309 389 541 720 682 600 452 + 443 453 437 329 289 226 201 182 160 178 + 146 181 142 201 182 174 168 174 233 275 + 331 464 712 969 1093 984 752 624 651 695 + 597 460 284 261 211 196 175 167 165 143 + 153 155 137 161 131 138 125 114 154 114 + 118 120 130 117 126 132 122 133 122 113 + 128 139 126 140 120 122 122 136 116 113 + 103 120 129 112 118 140 135 101 128 115 + 126 120 119 107 122 124 123 159 132 136 + 115 142 132 144 140 131 112 147 129 129 + 106 129 127 122 155 130 121 131 173 157 + 146 153 168 199 204 212 232 255 319 410 + 629 1090 1814 2668 2463 1752 1187 1257 1542 1549 + 1066 624 387 314 267 208 211 210 181 170 + 154 155 143 171 156 134 142 142 136 139 + 139 132 152 123 137 125 132 133 137 148 + 121 150 139 127 127 146 147 155 131 144 + 148 138 149 154 142 141 181 185 169 181 + 203 236 232 335 428 600 826 1143 1282 1262 + 1070 962 964 871 886 728 557 468 370 267 + 235 203 187 181 188 189 166 167 175 191 + 184 181 226 228 258 216 233 250 287 332 + 441 506 459 447 383 372 397 408 434 419 + 346 392 441 622 912 1096 1359 1605 1949 1937 + 1843 2020 1980 1741 1467 1209 1080 998 719 548 + 393 314 277 248 204 179 180 168 160 170 + 160 184 179 164 149 156 140 161 149 134 + 126 143 138 142 163 131 161 131 147 150 + 160 128 126 128 152 134 158 135 162 157 + 173 156 162 158 164 155 194 195 196 253 + 262 350 464 665 937 1141 1055 834 657 648 + 638 752 672 543 404 370 386 469 560 465 + 360 285 276 355 364 291 228 190 194 195 + 180 163 154 156 184 181 152 176 177 160 + 178 185 175 206 214 244 255 254 373 514 + 623 827 875 884 951 1181 1887 2582 2875 2303 + 1613 1270 1312 1510 1599 1288 890 794 643 683 + 884 1207 1571 1762 1506 1186 969 975 1015 1048 + 938 733 494 392 292 276 254 229 216 203 + 194 189 192 181 191 163 175 186 149 175 + 142 180 136 151 177 156 159 174 148 147 + 141 145 156 144 149 145 127 143 159 129 + 161 138 145 165 172 184 217 266 272 313 + 288 275 321 323 439 573 743 906 960 812 + 566 541 535 554 567 599 473 359 290 254 + 189 184 196 210 190 179 148 160 147 122 + 148 141 140 142 114 150 151 132 153 140 + 118 128 140 136 122 130 135 133 165 160 + 163 166 190 264 331 334 297 215 205 212 + 268 226 256 199 165 148 159 132 154 139 + 121 144 131 136 139 120 129 130 143 127 + 150 156 154 153 162 208 247 207 192 179 + 148 154 204 186 208 175 141 111 124 132 + 127 125 124 147 143 135 136 143 145 143 + 148 151 139 142 135 161 143 139 136 158 + 164 167 165 181 147 160 195 209 190 226 + 195 241 278 302 344 427 563 789 990 1317 + 1792 2342 2479 2083 1541 1233 1186 1301 1408 1348 + 1086 761 509 405 349 309 273 269 244 252 + 286 309 289 316 317 259 228 223 259 237 + 212 212 201 184 201 170 165 182 182 183 + 199 200 208 190 185 230 275 352 448 647 + 956 1241 1280 1063 730 559 576 678 833 919 + 838 736 578 449 352 332 306 308 321 300 + 245 216 201 182 162 147 163 193 149 171 + 166 202 155 141 162 155 166 190 174 189 + 211 169 195 197 235 250 286 344 394 561 + 722 930 1317 1481 1358 1037 813 746 717 877 + 916 896 663 502 396 302 255 280 238 238 + 233 267 258 267 346 468 667 897 976 870 + 617 478 483 485 541 636 625 465 354 276 + 231 232 190 216 192 191 172 178 212 172 + 174 183 142 176 174 159 196 194 202 246 + 258 272 227 206 220 234 235 252 241 246 + 280 326 391 456 640 670 639 521 515 493 + 632 854 1153 1468 1384 1196 879 770 660 705 + 773 815 766 626 469 409 338 280 267 303 + 290 315 308 375 471 637 830 1073 1024 833 + 639 528 502 569 667 732 600 516 444 417 + 430 431 409 399 319 289 333 368 368 375 + 332 257 253 244 250 251 239 260 202 234 + 236 222 268 246 261 301 352 434 507 687 + 891 929 869 744 766 883 1213 1390 1383 1276 + 1228 1172 1129 970 905 839 745 632 628 600 + 552 393 307 265 275 215 233 208 186 180 + 200 182 178 170 180 177 190 173 203 200 + 185 218 207 244 220 243 266 280 324 394 + 567 690 853 934 815 877 894 888 744 665 + 674 693 634 583 589 572 455 501 497 637 + 833 1120 968 776 526 397 372 472 548 682 + 632 479 341 304 211 213 199 185 190 194 + 183 193 204 201 264 298 373 364 306 270 + 271 259 298 371 433 565 625 581 460 365 + 291 270 311 317 411 435 426 481 415 358 + 268 245 239 204 246 236 272 241 203 182 + 189 163 165 161 145 149 163 166 138 141 + 158 145 131 135 147 133 140 144 155 157 + 196 193 175 172 174 148 164 177 183 250 + 310 439 401 356 276 178 216 209 222 263 + 281 270 217 181 183 174 171 151 142 130 + 147 146 148 124 129 128 135 143 135 145 + 134 131 154 135 139 155 143 151 154 160 + 141 160 155 171 166 159 187 205 212 230 + 313 346 402 511 535 696 717 624 520 421 + 399 344 380 468 482 453 373 267 229 209 + 176 193 210 179 173 207 225 265 315 289 + 229 197 204 221 249 258 290 401 434 421 + 368 358 396 462 547 580 497 442 397 313 + 316 296 341 355 373 333 274 262 290 329 + 333 356 280 237 214 238 243 204 239 255 + 249 226 191 222 193 236 264 308 340 330 + 282 229 235 204 203 252 249 232 222 217 + 226 222 238 265 341 339 338 302 275 242 + 218 232 297 360 399 423 365 273 254 262 + 216 316 339 402 509 598 700 742 619 470 + 398 379 352 351 379 443 466 438 357 289 + 258 233 216 241 235 277 309 358 356 323 + 273 243 224 243 250 220 267 291 282 252 + 255 328 357 411 375 323 267 240 208 209 + 236 248 261 256 244 203 173 170 174 168 + 167 181 159 195 168 180 186 175 191 213 + 274 266 323 421 552 799 1129 1277 1123 820 + 610 504 408 478 543 708 817 736 641 568 + 413 433 373 314 321 244 262 251 232 241 + 216 240 212 196 173 187 175 173 152 163 + 143 135 122 139 128 134 140 117 150 134 + 152 127 170 158 155 173 161 136 128 177 + 165 140 154 143 168 189 130 160 151 182 + 221 238 260 315 327 311 246 211 204 196 + 211 191 234 225 255 200 186 186 162 140 + 153 147 143 153 154 133 145 148 165 155 + 155 147 176 149 165 136 163 163 198 215 + 249 304 377 414 339 322 284 301 311 380 + 550 624 660 617 461 363 284 266 268 289 + 340 375 363 327 259 216 172 180 208 177 + 157 189 192 222 222 188 184 164 173 182 + 153 158 158 183 190 178 169 145 170 138 + 169 133 134 122 126 153 112 125 127 147 + 125 125 142 143 138 145 166 165 156 154 + 169 130 173 155 178 211 247 289 310 276 + 303 376 468 665 803 829 683 570 507 383 + 335 352 412 522 575 652 681 634 466 368 + 301 214 226 205 239 226 271 279 280 247 + 223 201 199 198 206 191 154 174 144 155 + 161 172 178 192 155 171 155 160 138 156 + 178 163 191 200 208 186 167 183 157 148 + 163 174 187 182 189 190 190 199 240 247 + 334 391 512 618 663 593 456 395 343 288 + 292 310 392 389 437 361 351 262 250 233 + 197 195 171 174 171 159 158 120 128 140 + 148 156 133 156 144 163 158 158 154 165 + 196 206 256 278 255 253 223 190 196 176 + 171 212 204 252 224 192 180 172 166 159 + 155 148 167 137 178 161 180 156 169 178 + 174 181 172 238 209 240 343 384 500 673 + 704 763 656 551 406 354 352 301 357 414 + 440 502 459 425 378 418 427 467 441 400 + 327 278 259 240 213 206 241 263 287 291 + 245 243 198 195 195 164 178 161 161 183 + 177 177 177 192 219 260 310 337 312 290 + 275 243 192 200 212 205 180 219 274 271 + 200 205 195 179 171 171 147 147 167 159 + 157 145 164 142 143 164 157 153 145 168 + 159 169 137 182 196 218 216 223 269 295 + 288 280 281 187 264 216 220 242 264 272 + 326 362 407 468 432 443 383 393 367 415 + 471 595 626 583 491 456 411 322 328 289 + 271 302 377 369 373 347 296 292 257 269 + 241 218 212 239 254 295 314 356 301 277 + 252 251 186 197 162 192 231 223 207 238 + 196 196 176 171 178 146 169 161 149 173 + 156 143 154 152 139 184 185 161 159 152 + 159 176 164 168 193 195 187 237 228 265 + 291 347 409 454 552 524 552 502 483 433 + 382 363 322 328 389 469 485 438 491 415 + 377 375 322 288 280 263 275 245 243 239 + 247 216 204 210 196 220 209 212 226 201 + 225 228 210 244 298 405 445 534 579 538 + 495 466 410 389 387 429 460 573 607 740 + 853 781 733 593 499 398 368 334 370 358 + 391 376 394 414 383 300 294 275 246 259 + 235 239 243 277 363 383 434 436 378 373 + 386 438 464 491 539 539 523 499 478 472 + 383 345 354 352 383 370 410 453 416 396 + 392 319 335 407 461 587 741 875 863 754 + 619 485 429 336 321 296 316 385 474 539 + 571 493 420 345 272 242 219 229 203 220 + 211 190 171 195 176 218 208 212 230 265 + 314 278 306 262 281 209 235 222 223 246 + 268 316 307 316 273 247 229 201 198 173 + 202 173 212 185 197 193 193 194 169 169 + 157 167 175 140 174 146 171 142 152 171 + 150 142 161 150 163 154 149 157 192 185 + 184 205 231 238 263 324 365 388 380 421 + 418 408 385 374 346 329 297 319 322 328 + 298 290 304 311 312 319 292 241 239 202 + 206 202 227 236 307 309 385 341 324 290 + 208 241 201 202 181 217 264 229 326 303 + 345 304 296 241 242 210 187 206 194 221 + 216 245 242 251 258 232 215 189 192 163 + 158 162 174 182 169 151 187 179 167 169 + 146 149 146 158 142 164 142 153 147 163 + 160 163 127 150 159 140 136 159 171 178 + 159 162 193 156 176 161 155 146 179 208 + 186 194 252 230 219 182 179 174 147 189 + 166 142 144 177 178 215 182 160 196 200 + 159 163 150 175 144 132 160 169 138 171 + 129 167 172 135 170 172 169 199 221 233 + 283 291 299 257 239 226 185 195 194 175 + 192 182 189 210 252 217 230 223 192 205 + 179 185 155 193 190 214 215 230 223 212 + 233 221 242 216 261 265 370 406 501 447 + 488 473 365 279 283 285 282 239 267 263 + 309 349 345 322 338 308 238 221 215 197 + 205 208 222 206 204 230 240 284 313 331 + 344 297 275 267 216 230 194 195 234 196 + 198 240 255 287 314 318 255 232 213 186 + 193 156 168 155 154 187 181 194 183 206 + 191 179 174 158 176 183 184 188 222 211 + 242 267 330 363 390 397 332 288 273 199 + 218 198 206 228 206 216 256 259 301 265 + 240 206 224 183 160 190 158 161 161 143 + 144 177 175 142 129 140 166 156 126 156 + 144 146 136 145 160 147 142 150 168 164 + 168 195 207 229 260 263 294 291 279 245 + 211 240 218 197 226 253 249 289 329 377 + 412 419 371 310 258 236 243 235 224 241 + 236 239 302 286 295 329 390 376 405 380 + 376 363 361 296 313 279 295 248 253 273 + 273 275 305 282 295 295 304 318 331 336 + 336 371 349 315 280 286 238 265 226 238 + 222 224 254 303 311 297 319 302 295 299 + 325 347 294 264 265 239 227 226 250 203 + 229 202 234 220 206 230 228 259 221 276 + 276 271 278 298 341 366 384 388 410 433 + 388 382 298 327 266 250 252 252 262 270 + 257 249 251 336 305 284 293 236 224 207 + 200 174 177 180 163 150 181 174 141 156 + 143 166 148 174 153 160 159 160 155 141 + 148 157 157 161 171 164 169 170 167 189 + 220 252 328 298 286 290 266 220 171 193 + 194 170 235 195 207 227 261 320 343 339 + 411 416 350 350 288 343 300 286 283 249 + 258 232 229 233 215 250 258 250 251 245 + 233 220 257 219 207 208 191 187 198 176 + 184 190 192 159 176 166 196 172 180 208 + 219 202 177 175 170 167 175 153 145 178 + 168 153 159 179 196 175 174 168 180 139 + 157 143 156 157 151 155 158 155 141 152 + 145 158 153 149 153 150 144 150 143 172 + 141 166 170 162 206 182 172 183 175 178 + 179 157 163 182 184 177 163 172 185 159 + 185 176 169 161 173 190 193 150 175 151 + 176 166 171 187 180 216 212 269 301 313 + 319 328 299 252 252 228 200 209 202 225 + 199 251 236 263 299 302 338 248 259 262 + 213 211 206 210 168 191 159 183 202 211 + 205 206 205 223 200 184 189 186 185 205 + 197 210 206 202 174 175 190 165 173 179 + 192 168 168 181 170 200 198 219 211 238 + 222 205 221 204 219 196 210 196 234 212 + 191 250 230 226 277 263 296 319 338 385 + 408 381 356 290 284 268 222 245 214 211 + 204 227 254 236 290 305 290 337 276 281 + 238 243 231 205 205 193 180 171 185 191 + 191 190 179 169 175 199 179 189 210 191 + 206 212 210 235 205 182 185 177 171 153 + 154 152 170 155 156 153 171 188 181 180 + 201 183 191 184 187 163 161 165 160 185 + 198 164 176 182 172 172 186 189 181 231 + 209 211 227 226 193 216 211 211 193 175 + 192 209 196 195 230 231 239 311 285 263 + 289 262 214 212 218 186 191 199 183 190 + 168 194 191 195 207 218 222 241 242 219 + 189 202 202 190 225 204 223 262 258 317 + 312 304 299 278 265 221 205 225 211 203 + 192 201 197 227 184 205 216 256 253 288 + 249 280 219 217 249 229 198 193 178 205 + 210 185 179 213 233 225 232 264 271 285 + 273 342 326 401 358 432 331 361 330 283 + 282 263 245 232 219 251 241 241 265 237 + 251 266 291 301 300 280 332 285 276 261 + 262 264 280 291 292 284 266 240 219 232 + 218 192 181 184 219 187 174 184 204 197 + 217 215 213 212 218 210 224 183 178 205 + 184 185 180 197 154 171 181 155 145 184 + 180 173 168 190 169 161 174 158 167 182 + 165 183 168 159 161 155 189 186 150 168 + 186 194 155 171 151 165 175 156 163 164 + 166 185 163 202 186 183 183 155 199 176 + 188 177 165 198 170 186 188 193 190 207 + 234 205 212 216 213 266 257 269 300 330 + 339 357 382 326 325 282 284 305 353 293 + 354 327 397 378 367 341 307 311 274 313 + 351 347 326 307 293 260 283 272 272 302 + 307 313 332 337 327 331 343 329 371 392 + 418 493 471 481 485 486 422 425 387 379 + 330 338 327 321 327 386 375 412 398 371 + 398 377 382 419 397 373 325 333 311 301 + 293 291 268 279 289 278 266 268 284 258 + 251 258 247 251 211 209 220 218 191 186 + 214 213 216 227 196 202 213 186 198 224 + 177 197 160 191 209 217 216 215 200 207 + 202 234 218 252 249 281 270 287 318 319 + 370 397 434 494 424 485 464 454 461 371 + 326 309 280 332 297 277 293 303 342 293 + 322 350 360 343 387 437 442 460 486 451 + 433 459 369 415 340 328 323 291 265 305 + 279 298 320 299 306 340 314 329 324 367 + 378 335 338 293 299 293 263 285 277 283 + 326 291 311 315 351 367 353 387 404 365 + 354 382 318 310 342 355 334 382 359 322 + 317 322 315 322 260 275 282 290 318 296 + 276 281 309 281 305 298 276 252 303 282 + 308 302 293 288 268 300 319 297 302 304 + 346 392 454 519 565 590 593 601 563 482 + 500 403 417 386 328 293 321 300 313 294 + 318 294 329 329 364 360 385 412 426 405 + 418 417 358 384 387 312 316 304 295 296 + 294 273 325 330 345 300 370 350 381 297 + 316 300 270 271 292 249 263 269 273 252 + 250 225 241 245 268 276 264 282 294 314 + 303 269 295 283 293 286 264 255 259 252 + 270 255 304 293 311 285 332 321 350 358 + 431 433 427 380 413 422 348 388 355 370 + 353 322 348 325 320 369 351 400 379 399 + 406 396 397 415 439 438 437 478 495 511 + 450 497 498 433 477 484 430 431 454 399 + 382 384 351 334 347 336 330 306 330 311 + 298 301 344 335 334 303 326 359 397 356 + 347 310 347 332 312 335 334 316 309 294 + 334 342 332 279 267 257 292 288 273 245 + 269 248 228 250 249 230 238 217 238 212 + 246 246 239 262 265 264 240 250 246 226 + 227 235 226 256 190 215 236 223 227 203 + 206 190 232 230 201 219 203 216 213 208 + 224 210 202 212 205 236 220 194 199 201 + 216 237 212 225 203 241 232 260 253 257 + 282 291 283 325 333 335 293 315 297 310 + 285 285 276 258 251 269 228 215 259 235 + 257 241 289 229 267 270 284 265 274 275 + 279 277 269 267 263 299 262 263 268 235 + 232 261 236 224 251 249 247 217 238 231 + 251 261 251 308 300 333 311 283 279 289 + 281 273 244 299 263 257 209 284 256 270 + 280 276 282 293 282 285 309 299 295 307 + 253 258 255 297 296 248 286 288 259 276 + 256 257 268 246 273 271 306 287 286 303 + 283 335 330 366 380 334 362 408 432 479 + 440 484 478 479 513 472 445 466 437 414 + 396 374 314 326 326 323 316 354 315 351 + 329 370 366 415 444 423 414 412 463 464 + 424 427 411 394 383 394 330 360 359 303 + 294 289 271 288 264 284 262 274 278 293 + 289 309 292 313 286 291 303 279 298 301 + 278 261 314 299 316 353 319 339 335 341 + 306 303 298 290 317 318 296 336 295 284 + 241 276 245 247 263 270 261 239 247 250 + 209 238 247 257 255 273 272 319 274 307 + 253 284 254 274 278 237 257 249 261 242 + 256 255 236 234 250 233 250 231 252 244 + 256 226 267 246 257 255 278 292 308 274 + 375 361 344 361 347 352 322 337 267 268 + 286 279 276 252 242 277 271 275 272 295 + 281 338 320 350 381 404 451 441 452 417 + 450 436 437 440 474 453 457 438 387 386 + 366 341 337 308 329 283 296 289 297 240 + 268 282 297 291 281 305 336 324 307 332 + 328 309 315 330 291 290 344 314 324 327 + 259 268 305 304 300 285 292 289 294 278 + 261 297 252 280 245 266 283 238 266 262 + 249 255 240 239 221 251 212 233 238 249 + 256 216 262 249 248 263 281 234 290 269 + 284 233 286 275 263 245 259 276 229 261 + 273 272 231 212 233 256 241 228 234 238 + 216 207 221 233 238 217 238 251 268 259 + 230 276 257 260 255 244 258 279 291 290 + 295 289 273 306 307 264 289 270 234 252 + 243 244 251 235 234 246 239 257 218 234 + 230 253 248 257 248 255 261 275 288 301 + 283 308 268 300 305 254 251 256 280 290 + 267 278 302 264 263 289 231 271 289 268 + 310 278 280 262 234 278 288 265 302 278 + 273 279 303 318 317 312 303 312 311 308 + 304 284 281 287 262 273 284 261 241 238 + 276 276 274 262 279 274 238 278 273 274 + 260 245 293 307 304 266 287 292 295 295 + 305 300 281 287 299 268 292 267 236 248 + 272 274 237 251 245 285 252 272 258 269 + 268 299 240 263 260 315 315 295 279 295 + 333 322 338 383 339 311 323 295 275 295 + 289 294 287 275 249 232 269 258 268 290 + 253 266 234 233 223 231 252 275 267 251 + 284 281 254 265 309 269 296 290 301 297 + 300 345 298 347 345 374 366 387 392 438 + 465 470 443 511 473 474 455 473 452 460 + 440 386 385 402 418 382 348 344 360 366 + 351 322 327 318 352 341 308 357 325 367 + 383 381 376 381 434 410 412 411 393 427 + 429 441 407 412 456 389 386 382 368 352 + 367 366 364 366 352 312 345 336 284 310 + 289 318 287 303 306 320 330 334 345 367 + 407 379 410 396 429 425 449 416 394 390 + 394 404 356 350 378 369 362 311 297 307 + 293 291 338 300 290 317 312 270 313 278 + 321 327 332 337 328 301 322 334 330 315 + 311 302 338 321 317 331 335 345 317 306 + 309 336 309 299 319 310 287 281 268 260 + 279 279 289 265 261 264 260 271 265 270 + 280 304 283 289 294 325 269 282 293 275 + 283 281 283 277 284 275 277 278 273 284 + 267 270 287 316 261 283 294 275 324 306 + 302 276 392 339 309 315 322 359 308 335 + 315 318 319 328 315 303 296 300 304 283 + 292 266 279 295 258 289 272 251 305 263 + 261 299 291 276 294 259 254 297 287 257 + 284 255 260 259 300 264 300 287 298 283 + 279 271 291 304 299 272 316 298 322 306 + 268 257 279 262 269 291 258 269 295 293 + 268 264 272 272 288 270 267 277 310 292 + 276 290 319 322 316 343 345 379 383 389 + 437 371 405 427 442 424 438 396 384 381 + 329 322 319 274 318 304 316 324 275 319 + 259 272 262 270 263 266 242 265 251 276 + 277 260 256 240 278 252 286 295 268 301 + 296 268 299 298 305 293 327 343 362 367 + 358 324 322 330 356 353 351 324 359 339 + 289 330 295 293 293 300 296 319 302 276 + 293 271 283 256 258 269 272 213 257 274 + 242 245 252 212 261 281 259 253 280 255 + 229 241 242 248 259 257 256 253 281 292 + 254 273 278 277 264 219 271 279 246 268 + 282 272 270 221 262 286 267 254 267 259 + 267 276 269 251 256 228 248 243 254 254 + 245 242 250 264 274 255 281 229 263 250 + 241 259 268 285 241 255 268 257 263 266 + 298 281 271 261 280 296 283 341 280 304 + 282 258 262 279 285 319 293 322 316 348 + 341 339 321 373 376 366 402 391 405 407 + 422 395 434 419 426 385 390 375 357 343 + 359 344 285 324 317 345 303 315 288 301 + 281 327 316 260 299 302 249 293 271 296 + 258 283 268 271 305 268 234 286 278 274 + 274 253 238 291 274 300 282 303 285 323 + 340 283 355 288 335 350 313 303 338 326 + 359 372 325 325 352 345 348 330 336 310 + 343 321 329 325 329 330 311 316 327 320 + 306 348 345 330 325 371 381 421 388 403 + 413 417 391 385 376 382 420 374 352 328 + 368 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.fou b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.fou new file mode 100644 index 000000000..70a2077fd --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.fou @@ -0,0 +1,10 @@ + Phase No.: 1 LiF + 1 1 1 123.0838 18.6644 180.6272 + 2 0 0 188.9591 28.6979 0.4029 + 2 2 0 142.1451 20.7697 0.5299 + 3 1 1 71.9209 8.8782 181.1947 + 2 2 2 123.0128 15.9910 0.6551 + 4 0 0 140.9146 12.8440 0.7764 + 3 3 1 60.9252 5.8148 181.6528 + 4 2 0 95.9088 10.6469 0.8915 + 4 2 2 121.3831 9.0421 0.9992 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.inp b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.inp new file mode 100644 index 000000000..fecd89268 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.inp @@ -0,0 +1,34 @@ + ! Template file to be used with the program FOURIER + ! Title of the job +Titl LiF XrayDif single wavelength unpolarized Wdt48 + + ! Cell parameters +Cell 4.0267 4.0267 4.0267 90.0000 90.0000 90.0000 + + ! Atoms in the asymmetric unit +Atom Li1 0.00000 0.00000 0.00000 1.00000 +Atom F1 0.50000 0.50000 0.50000 1.00000 + + ! Space group symbol +Spgr F m -3 m + + ! Type of Fourier synthesis +Fourier Fobs + + ! Name of the Fourier-reflection file +File fou lif_single_unpolarized.fou + + ! Format of the Fourier-reflection file +Form h k l fo fc phase + + ! List distances +List dist 0.6 2.6 + + ! Standard output binary file +File bin + + ! Peak search +Scan 5 + + ! End of file +End diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.out b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.out new file mode 100644 index 000000000..74e959ff3 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.out @@ -0,0 +1,696 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 18/06/2026 Time: 09:28:23.171 + + => PCR file code: lif_single_unpolarized + => DAT file code: lif_single_unpolariz -> Relative contribution: 1.0000 + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of X-ray powder diffraction data + => Global Refinement of X-ray powder diffraction data + Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) + => Title: LiF XrayDif single wavelength unpolarized Wdt48 + + => Number of phases: 1 + => Number of excluded regions: 2 + => Number of scattering factors supplied: 0 + => Conventional weights: w=1.0/Variance(yobs) + => Asymmetry correction as in J.Appl.Cryst. 26,128(1993) + => Background refined by polynomial function + => The 7th default profile function was selected + => T-C-H Pseudo-Voigt function + This function is convoluted with asymmetry due to axial + divergence as formulated by: + van Laar and Yelon, J. Appl. Cryst. 17, 47(1984). + and using the method of: + Finger, Cox and Jephcoat, J. Appl. Cryst. 27, 892 (1994). + Fortran 90 module adapted from function PROFVAL (in F77) : + L.W. Finger, J. Appl. Cryst. 31, 111 (1998). + + + ==> INPUT/OUTPUT OPTIONS: + + => Generate bacground file *.bac + => Generate file *.PRF for plot + => Output Integrated Intensities + => Generate new input file *.PCR + + => Data supplied in free format for pattern: 1 + => Plot pattern at each cycle + => Wavelengths: 1.54056 1.54056 + => Alpha2/Alpha1 ratio: 0.0000 + => Cos(Monochromator angle)= 0.0000 + => Asymmetry correction for angles lower than 160.000 degrees + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 48.00 + + => Number of cycles: 30 + => Relaxation factors ==> for coordinates: 0.10 + => for anisotropic temperature factors: 0.10 + => for halfwidth/strain/size parameters: 0.10 + => for lattice constants and propagation vectors: 0.10 + => EPS-value for convergence: 0.1 + + => Excluded regions for Pattern# 1 + From to + 0.0000 10.0000 + 160.0000 180.0000 + + => Number of Least-Squares parameters varied: 0 + + =>---------------------------> + =>-------> PATTERN number: 1 + =>---------------------------> + => Global parameters and codes ==> + => Zero-point: 0.0000 0.0000 + => Background parameters and codes ==> + => Origin of polynomial at 2theta/TOF/E(KeV): 50.000 + 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 + 0.00 0.00 0.00 0.00 0.00 0.00 + => Displacement peak-shift parameter and code: 0.00 0.00 + => Transparency peak-shift parameter and code: 0.00 0.00 + + => Reading Intensity data =>> + + ==> Angular range, step and number of points: + 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 + -------------------------------------------------------------------------------- + => Phase No. 1 + LiF + -------------------------------------------------------------------------------- + =>-------> Pattern# 1 + => Crystal Structure Refinement + => Preferred orientation vector: 0.0000 0.0000 1.0000 + + =>-------> Data for PHASE: 1 + => Number of atoms: 2 + => Number of distance constraints: 0 + => Number of angle constraints: 0 + + => Symmetry information on space group: F m -3 m + -> The multiplicity of the general position is: 192 + -> The space group is Centric (-1 at origin) + -> Lattice type F: { 000; 0 1/2 1/2; 1/2 0 1/2; 1/2 1/2 0 }+ + -> Reduced set of symmetry operators: + + No. IT Symmetry symbol Rotation part Associated Translation + 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} + 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.0000 0.0000 0.0000} + 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.0000 0.0000 0.0000} + 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.0000 0.0000 0.0000} + 5: ( 9) 3- ( x, x, x) --> ( y, z, x) + { 0.0000 0.0000 0.0000} + 6: (12) 3- (-x, x,-x) --> (-y,-z, x) + { 0.0000 0.0000 0.0000} + 7: (11) 3- (-x,-x, x) --> ( y,-z,-x) + { 0.0000 0.0000 0.0000} + 8: (10) 3- ( x,-x,-x) --> (-y, z,-x) + { 0.0000 0.0000 0.0000} + 9: ( 5) 3+ ( x, x, x) --> ( z, x, y) + { 0.0000 0.0000 0.0000} + 10: ( 8) 3+ (-x,-x, x) --> (-z, x,-y) + { 0.0000 0.0000 0.0000} + 11: ( 7) 3+ ( x,-x,-x) --> (-z,-x, y) + { 0.0000 0.0000 0.0000} + 12: ( 6) 3+ (-x, x,-x) --> ( z,-x,-y) + { 0.0000 0.0000 0.0000} + 13: (14) 2 ( x,-x, 0) --> (-y,-x,-z) + { 0.0000 0.0000 0.0000} + 14: (15) 4- ( 0, 0, z) --> ( y,-x, z) + { 0.0000 0.0000 0.0000} + 15: (16) 4+ ( 0, 0, z) --> (-y, x, z) + { 0.0000 0.0000 0.0000} + 16: (13) 2 ( x, x, 0) --> ( y, x,-z) + { 0.0000 0.0000 0.0000} + 17: (24) 2 (-x, 0, x) --> (-z,-y,-x) + { 0.0000 0.0000 0.0000} + 18: (21) 4+ ( 0, y, 0) --> ( z, y,-x) + { 0.0000 0.0000 0.0000} + 19: (22) 2 ( x, 0, x) --> ( z,-y, x) + { 0.0000 0.0000 0.0000} + 20: (23) 4- ( 0, y, 0) --> (-z, y, x) + { 0.0000 0.0000 0.0000} + 21: (19) 2 ( 0, y,-y) --> (-x,-z,-y) + { 0.0000 0.0000 0.0000} + 22: (18) 2 ( 0, y, y) --> (-x, z, y) + { 0.0000 0.0000 0.0000} + 23: (17) 4- ( x, 0, 0) --> ( x, z,-y) + { 0.0000 0.0000 0.0000} + 24: (20) 4+ ( x, 0, 0) --> ( x,-z, y) + { 0.0000 0.0000 0.0000} + + + Information on Space Group: + --------------------------- + + => Number of Space group: 225 + => Hermann-Mauguin Symbol: F m -3 m + => Hall Symbol: -F 4 2 3 + => Setting Type: IT (Generated from Hermann-Mauguin symbol) + => Crystal System: Cubic + => Laue Class: m-3m + => Point Group: m-3m + => Bravais Lattice: F + => Lattice Symbol: cF + => Reduced Number of S.O.: 24 + => General multiplicity: 192 + => Centrosymmetry: Centric (-1 at origin) + => Generators (exc. -1&L): 3 + => Asymmetric unit: 0.000 <= x <= 0.500 + 0.000 <= y <= 0.250 + 0.000 <= z <= 0.250 + => Centring vectors: 3 + => Latt( 1): (1/2,1/2,0) => Latt( 2): (1/2,0,1/2) + => Latt( 3): (0,1/2,1/2) + + => List of all Symmetry Operators and Symmetry Symbols + + => SYMM( 1): x,y,z Symbol: 1 + => SYMM( 2): x,-y,-z Symbol: 2 x,0,0 + => SYMM( 3): -x,y,-z Symbol: 2 0,y,0 + => SYMM( 4): -x,-y,z Symbol: 2 0,0,z + => SYMM( 5): y,z,x Symbol: 3- x,x,x + => SYMM( 6): -y,-z,x Symbol: 3+ x,-x,x + => SYMM( 7): y,-z,-x Symbol: 3+ x,x,-x + => SYMM( 8): -y,z,-x Symbol: 3- x,-x,-x + => SYMM( 9): z,x,y Symbol: 3+ x,x,x + => SYMM( 10): -z,x,-y Symbol: 3- x,x,-x + => SYMM( 11): -z,-x,y Symbol: 3+ x,-x,-x + => SYMM( 12): z,-x,-y Symbol: 3- x,-x,x + => SYMM( 13): y,x,z Symbol: m x,x,z + => SYMM( 14): -y,x,-z Symbol: -4- 0,0,z; 0,0,0 + => SYMM( 15): y,-x,-z Symbol: -4+ 0,0,z; 0,0,0 + => SYMM( 16): -y,-x,z Symbol: m x,-x,z + => SYMM( 17): z,y,x Symbol: m x,y,x + => SYMM( 18): -z,-y,x Symbol: -4+ 0,y,0; 0,0,0 + => SYMM( 19): -z,y,-x Symbol: m x,y,-x + => SYMM( 20): z,-y,-x Symbol: -4- 0,y,0; 0,0,0 + => SYMM( 21): x,z,y Symbol: m x,y,y + => SYMM( 22): x,-z,-y Symbol: m x,y,-y + => SYMM( 23): -x,-z,y Symbol: -4- x,0,0; 0,0,0 + => SYMM( 24): -x,z,-y Symbol: -4+ x,0,0; 0,0,0 + => SYMM( 25): -x,-y,-z Symbol: -1 0,0,0 + => SYMM( 26): -x,y,z Symbol: m 0,y,z + => SYMM( 27): x,-y,z Symbol: m x,0,z + => SYMM( 28): x,y,-z Symbol: m x,y,0 + => SYMM( 29): -y,-z,-x Symbol: -3- x,x,x; 0,0,0 + => SYMM( 30): y,z,-x Symbol: -3+ x,-x,x; 0,0,0 + => SYMM( 31): -y,z,x Symbol: -3+ x,x,-x; 0,0,0 + => SYMM( 32): y,-z,x Symbol: -3- x,-x,-x; 0,0,0 + => SYMM( 33): -z,-x,-y Symbol: -3+ x,x,x; 0,0,0 + => SYMM( 34): z,-x,y Symbol: -3- x,x,-x; 0,0,0 + => SYMM( 35): z,x,-y Symbol: -3+ x,-x,-x; 0,0,0 + => SYMM( 36): -z,x,y Symbol: -3- x,-x,x; 0,0,0 + => SYMM( 37): -y,-x,-z Symbol: 2 x,-x,0 + => SYMM( 38): y,-x,z Symbol: 4- 0,0,z + => SYMM( 39): -y,x,z Symbol: 4+ 0,0,z + => SYMM( 40): y,x,-z Symbol: 2 x,x,0 + => SYMM( 41): -z,-y,-x Symbol: 2 x,0,-x + => SYMM( 42): z,y,-x Symbol: 4+ 0,y,0 + => SYMM( 43): z,-y,x Symbol: 2 x,0,x + => SYMM( 44): -z,y,x Symbol: 4- 0,y,0 + => SYMM( 45): -x,-z,-y Symbol: 2 0,y,-y + => SYMM( 46): -x,z,y Symbol: 2 0,y,y + => SYMM( 47): x,z,-y Symbol: 4- x,0,0 + => SYMM( 48): x,-z,y Symbol: 4+ x,0,0 + => SYMM( 49): x+1/2,y+1/2,z Symbol: t (1/2,1/2,0) + => SYMM( 50): x+1/2,-y+1/2,-z Symbol: 2 (1/2,0,0) x,1/4,0 + => SYMM( 51): -x+1/2,y+1/2,-z Symbol: 2 (0,1/2,0) 1/4,y,0 + => SYMM( 52): -x+1/2,-y+1/2,z Symbol: 2 1/4,1/4,z + => SYMM( 53): y+1/2,z+1/2,x Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x-1/3 + => SYMM( 54): -y+1/2,-z+1/2,x Symbol: 3+ x,-x+1/2,x + => SYMM( 55): y+1/2,-z+1/2,-x Symbol: 3+ (1/3,1/3,-1/3) x,x-1/6,-x+1/3 + => SYMM( 56): -y+1/2,z+1/2,-x Symbol: 3- x,-x+1/2,-x + => SYMM( 57): z+1/2,x+1/2,y Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x-1/6 + => SYMM( 58): -z+1/2,x+1/2,-y Symbol: 3- (1/3,1/3,-1/3) x,x+1/6,-x+1/6 + => SYMM( 59): -z+1/2,-x+1/2,y Symbol: 3+ x,-x+1/2,-x+1/2 + => SYMM( 60): z+1/2,-x+1/2,-y Symbol: 3- x,-x+1/2,x-1/2 + => SYMM( 61): y+1/2,x+1/2,z Symbol: n (1/2,1/2,0) x,x,z + => SYMM( 62): -y+1/2,x+1/2,-z Symbol: -4- 0,1/2,z; 0,1/2,0 + => SYMM( 63): y+1/2,-x+1/2,-z Symbol: -4+ 1/2,0,z; 1/2,0,0 + => SYMM( 64): -y+1/2,-x+1/2,z Symbol: m x,-x+1/2,z + => SYMM( 65): z+1/2,y+1/2,x Symbol: g (1/4,1/2,1/4) x,y,x-1/4 + => SYMM( 66): -z+1/2,-y+1/2,x Symbol: -4+ 1/4,y,1/4; 1/4,1/4,1/4 + => SYMM( 67): -z+1/2,y+1/2,-x Symbol: g (1/4,1/2,-1/4) x,y,-x+1/4 + => SYMM( 68): z+1/2,-y+1/2,-x Symbol: -4- 1/4,y,-1/4; 1/4,1/4,-1/4 + => SYMM( 69): x+1/2,z+1/2,y Symbol: g (1/2,1/4,1/4) x,y,y-1/4 + => SYMM( 70): x+1/2,-z+1/2,-y Symbol: g (1/2,1/4,-1/4) x,y,-y+1/4 + => SYMM( 71): -x+1/2,-z+1/2,y Symbol: -4- x,1/4,1/4; 1/4,1/4,1/4 + => SYMM( 72): -x+1/2,z+1/2,-y Symbol: -4+ x,1/4,-1/4; 1/4,1/4,-1/4 + => SYMM( 73): -x+1/2,-y+1/2,-z Symbol: -1 1/4,1/4,0 + => SYMM( 74): -x+1/2,y+1/2,z Symbol: b 1/4,y,z + => SYMM( 75): x+1/2,-y+1/2,z Symbol: a x,1/4,z + => SYMM( 76): x+1/2,y+1/2,-z Symbol: n (1/2,1/2,0) x,y,0 + => SYMM( 77): -y+1/2,-z+1/2,-x Symbol: -3- x,x+1/2,x; 0,1/2,0 + => SYMM( 78): y+1/2,z+1/2,-x Symbol: -3+ x,-x+1/2,x-1; 1/2,0,-1/2 + => SYMM( 79): -y+1/2,z+1/2,x Symbol: -3+ x,x+1/2,-x; 0,1/2,0 + => SYMM( 80): y+1/2,-z+1/2,x Symbol: -3- x,-x+1/2,-x+1; 1/2,0,1/2 + => SYMM( 81): -z+1/2,-x+1/2,-y Symbol: -3+ x,x-1/2,x-1/2; 1/2,0,0 + => SYMM( 82): z+1/2,-x+1/2,y Symbol: -3- x,x-1/2,-x+1/2; 1/2,0,0 + => SYMM( 83): z+1/2,x+1/2,-y Symbol: -3+ x,-x+1/2,-x-1/2; 0,1/2,-1/2 + => SYMM( 84): -z+1/2,x+1/2,y Symbol: -3- x,-x+1/2,x+1/2; 0,1/2,1/2 + => SYMM( 85): -y+1/2,-x+1/2,-z Symbol: 2 x,-x+1/2,0 + => SYMM( 86): y+1/2,-x+1/2,z Symbol: 4- 1/2,0,z + => SYMM( 87): -y+1/2,x+1/2,z Symbol: 4+ 0,1/2,z + => SYMM( 88): y+1/2,x+1/2,-z Symbol: 2 (1/2,1/2,0) x,x,0 + => SYMM( 89): -z+1/2,-y+1/2,-x Symbol: 2 (1/4,0,-1/4) x,1/4,-x+1/4 + => SYMM( 90): z+1/2,y+1/2,-x Symbol: 4+ (0,1/2,0) 1/4,y,-1/4 + => SYMM( 91): z+1/2,-y+1/2,x Symbol: 2 (1/4,0,1/4) x,1/4,x-1/4 + => SYMM( 92): -z+1/2,y+1/2,x Symbol: 4- (0,1/2,0) 1/4,y,1/4 + => SYMM( 93): -x+1/2,-z+1/2,-y Symbol: 2 (0,1/4,-1/4) 1/4,y,-y+1/4 + => SYMM( 94): -x+1/2,z+1/2,y Symbol: 2 (0,1/4,1/4) 1/4,y,y-1/4 + => SYMM( 95): x+1/2,z+1/2,-y Symbol: 4- (1/2,0,0) x,1/4,-1/4 + => SYMM( 96): x+1/2,-z+1/2,y Symbol: 4+ (1/2,0,0) x,1/4,1/4 + => SYMM( 97): x+1/2,y,z+1/2 Symbol: t (1/2,0,1/2) + => SYMM( 98): x+1/2,-y,-z+1/2 Symbol: 2 (1/2,0,0) x,0,1/4 + => SYMM( 99): -x+1/2,y,-z+1/2 Symbol: 2 1/4,y,1/4 + => SYMM(100): -x+1/2,-y,z+1/2 Symbol: 2 (0,0,1/2) 1/4,0,z + => SYMM(101): y+1/2,z,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x+1/6 + => SYMM(102): -y+1/2,-z,x+1/2 Symbol: 3+ (1/3,-1/3,1/3) x,-x+1/6,x+1/6 + => SYMM(103): y+1/2,-z,-x+1/2 Symbol: 3+ x,x-1/2,-x+1/2 + => SYMM(104): -y+1/2,z,-x+1/2 Symbol: 3- x,-x+1/2,-x+1/2 + => SYMM(105): z+1/2,x,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x-1/3,x-1/6 + => SYMM(106): -z+1/2,x,-y+1/2 Symbol: 3- x,x,-x+1/2 + => SYMM(107): -z+1/2,-x,y+1/2 Symbol: 3+ x,-x,-x+1/2 + => SYMM(108): z+1/2,-x,-y+1/2 Symbol: 3- (1/3,-1/3,1/3) x,-x+1/3,x-1/6 + => SYMM(109): y+1/2,x,z+1/2 Symbol: g (1/4,1/4,1/2) x,x-1/4,z + => SYMM(110): -y+1/2,x,-z+1/2 Symbol: -4- 1/4,1/4,z; 1/4,1/4,1/4 + => SYMM(111): y+1/2,-x,-z+1/2 Symbol: -4+ 1/4,-1/4,z; 1/4,-1/4,1/4 + => SYMM(112): -y+1/2,-x,z+1/2 Symbol: g (1/4,-1/4,1/2) x,-x+1/4,z + => SYMM(113): z+1/2,y,x+1/2 Symbol: n (1/2,0,1/2) x,y,x + => SYMM(114): -z+1/2,-y,x+1/2 Symbol: -4+ 0,y,1/2; 0,0,1/2 + => SYMM(115): -z+1/2,y,-x+1/2 Symbol: m x,y,-x+1/2 + => SYMM(116): z+1/2,-y,-x+1/2 Symbol: -4- 1/2,y,0; 1/2,0,0 + => SYMM(117): x+1/2,z,y+1/2 Symbol: g (1/2,1/4,1/4) x,y,y+1/4 + => SYMM(118): x+1/2,-z,-y+1/2 Symbol: g (1/2,-1/4,1/4) x,y,-y+1/4 + => SYMM(119): -x+1/2,-z,y+1/2 Symbol: -4- x,-1/4,1/4; 1/4,-1/4,1/4 + => SYMM(120): -x+1/2,z,-y+1/2 Symbol: -4+ x,1/4,1/4; 1/4,1/4,1/4 + => SYMM(121): -x+1/2,-y,-z+1/2 Symbol: -1 1/4,0,1/4 + => SYMM(122): -x+1/2,y,z+1/2 Symbol: c 1/4,y,z + => SYMM(123): x+1/2,-y,z+1/2 Symbol: n (1/2,0,1/2) x,0,z + => SYMM(124): x+1/2,y,-z+1/2 Symbol: a x,y,1/4 + => SYMM(125): -y+1/2,-z,-x+1/2 Symbol: -3- x,x-1/2,x-1/2; 1/2,0,0 + => SYMM(126): y+1/2,z,-x+1/2 Symbol: -3+ x,-x+1/2,x-1/2; 1/2,0,0 + => SYMM(127): -y+1/2,z,x+1/2 Symbol: -3+ x,x+1/2,-x+1/2; 0,1/2,1/2 + => SYMM(128): y+1/2,-z,x+1/2 Symbol: -3- x,-x-1/2,-x+1/2; 0,-1/2,1/2 + => SYMM(129): -z+1/2,-x,-y+1/2 Symbol: -3+ x,x,x+1/2; 0,0,1/2 + => SYMM(130): z+1/2,-x,y+1/2 Symbol: -3- x,x-1,-x+1/2; 1/2,-1/2,0 + => SYMM(131): z+1/2,x,-y+1/2 Symbol: -3+ x,-x+1,-x+1/2; 1/2,1/2,0 + => SYMM(132): -z+1/2,x,y+1/2 Symbol: -3- x,-x,x+1/2; 0,0,1/2 + => SYMM(133): -y+1/2,-x,-z+1/2 Symbol: 2 (1/4,-1/4,0) x,-x+1/4,1/4 + => SYMM(134): y+1/2,-x,z+1/2 Symbol: 4- (0,0,1/2) 1/4,-1/4,z + => SYMM(135): -y+1/2,x,z+1/2 Symbol: 4+ (0,0,1/2) 1/4,1/4,z + => SYMM(136): y+1/2,x,-z+1/2 Symbol: 2 (1/4,1/4,0) x,x-1/4,1/4 + => SYMM(137): -z+1/2,-y,-x+1/2 Symbol: 2 x,0,-x+1/2 + => SYMM(138): z+1/2,y,-x+1/2 Symbol: 4+ 1/2,y,0 + => SYMM(139): z+1/2,-y,x+1/2 Symbol: 2 (1/2,0,1/2) x,0,x + => SYMM(140): -z+1/2,y,x+1/2 Symbol: 4- 0,y,1/2 + => SYMM(141): -x+1/2,-z,-y+1/2 Symbol: 2 (0,-1/4,1/4) 1/4,y,-y+1/4 + => SYMM(142): -x+1/2,z,y+1/2 Symbol: 2 (0,1/4,1/4) 1/4,y,y+1/4 + => SYMM(143): x+1/2,z,-y+1/2 Symbol: 4- (1/2,0,0) x,1/4,1/4 + => SYMM(144): x+1/2,-z,y+1/2 Symbol: 4+ (1/2,0,0) x,-1/4,1/4 + => SYMM(145): x,y+1/2,z+1/2 Symbol: t (0,1/2,1/2) + => SYMM(146): x,-y+1/2,-z+1/2 Symbol: 2 x,1/4,1/4 + => SYMM(147): -x,y+1/2,-z+1/2 Symbol: 2 (0,1/2,0) 0,y,1/4 + => SYMM(148): -x,-y+1/2,z+1/2 Symbol: 2 (0,0,1/2) 0,1/4,z + => SYMM(149): y,z+1/2,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x+1/3,x+1/6 + => SYMM(150): -y,-z+1/2,x+1/2 Symbol: 3+ x,-x,x+1/2 + => SYMM(151): y,-z+1/2,-x+1/2 Symbol: 3+ x,x,-x+1/2 + => SYMM(152): -y,z+1/2,-x+1/2 Symbol: 3- (-1/3,1/3,1/3) x,-x+1/3,-x+1/6 + => SYMM(153): z,x+1/2,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x+1/3 + => SYMM(154): -z,x+1/2,-y+1/2 Symbol: 3- x,x+1/2,-x + => SYMM(155): -z,-x+1/2,y+1/2 Symbol: 3+ (-1/3,1/3,1/3) x,-x+1/6,-x+1/3 + => SYMM(156): z,-x+1/2,-y+1/2 Symbol: 3- x,-x+1/2,x + => SYMM(157): y,x+1/2,z+1/2 Symbol: g (1/4,1/4,1/2) x,x+1/4,z + => SYMM(158): -y,x+1/2,-z+1/2 Symbol: -4- -1/4,1/4,z; -1/4,1/4,1/4 + => SYMM(159): y,-x+1/2,-z+1/2 Symbol: -4+ 1/4,1/4,z; 1/4,1/4,1/4 + => SYMM(160): -y,-x+1/2,z+1/2 Symbol: g (-1/4,1/4,1/2) x,-x+1/4,z + => SYMM(161): z,y+1/2,x+1/2 Symbol: g (1/4,1/2,1/4) x,y,x+1/4 + => SYMM(162): -z,-y+1/2,x+1/2 Symbol: -4+ -1/4,y,1/4; -1/4,1/4,1/4 + => SYMM(163): -z,y+1/2,-x+1/2 Symbol: g (-1/4,1/2,1/4) x,y,-x+1/4 + => SYMM(164): z,-y+1/2,-x+1/2 Symbol: -4- 1/4,y,1/4; 1/4,1/4,1/4 + => SYMM(165): x,z+1/2,y+1/2 Symbol: n (0,1/2,1/2) x,y,y + => SYMM(166): x,-z+1/2,-y+1/2 Symbol: m x,y,-y+1/2 + => SYMM(167): -x,-z+1/2,y+1/2 Symbol: -4- x,0,1/2; 0,0,1/2 + => SYMM(168): -x,z+1/2,-y+1/2 Symbol: -4+ x,1/2,0; 0,1/2,0 + => SYMM(169): -x,-y+1/2,-z+1/2 Symbol: -1 0,1/4,1/4 + => SYMM(170): -x,y+1/2,z+1/2 Symbol: n (0,1/2,1/2) 0,y,z + => SYMM(171): x,-y+1/2,z+1/2 Symbol: c x,1/4,z + => SYMM(172): x,y+1/2,-z+1/2 Symbol: b x,y,1/4 + => SYMM(173): -y,-z+1/2,-x+1/2 Symbol: -3- x,x,x+1/2; 0,0,1/2 + => SYMM(174): y,z+1/2,-x+1/2 Symbol: -3+ x,-x+1,x-1/2; 1/2,1/2,0 + => SYMM(175): -y,z+1/2,x+1/2 Symbol: -3+ x,x+1,-x-1/2; -1/2,1/2,0 + => SYMM(176): y,-z+1/2,x+1/2 Symbol: -3- x,-x,-x+1/2; 0,0,1/2 + => SYMM(177): -z,-x+1/2,-y+1/2 Symbol: -3+ x,x+1/2,x; 0,1/2,0 + => SYMM(178): z,-x+1/2,y+1/2 Symbol: -3- x,x-1/2,-x+1; 1/2,0,1/2 + => SYMM(179): z,x+1/2,-y+1/2 Symbol: -3+ x,-x+1/2,-x; 0,1/2,0 + => SYMM(180): -z,x+1/2,y+1/2 Symbol: -3- x,-x-1/2,x+1; -1/2,0,1/2 + => SYMM(181): -y,-x+1/2,-z+1/2 Symbol: 2 (-1/4,1/4,0) x,-x+1/4,1/4 + => SYMM(182): y,-x+1/2,z+1/2 Symbol: 4- (0,0,1/2) 1/4,1/4,z + => SYMM(183): -y,x+1/2,z+1/2 Symbol: 4+ (0,0,1/2) -1/4,1/4,z + => SYMM(184): y,x+1/2,-z+1/2 Symbol: 2 (1/4,1/4,0) x,x+1/4,1/4 + => SYMM(185): -z,-y+1/2,-x+1/2 Symbol: 2 (-1/4,0,1/4) x,1/4,-x+1/4 + => SYMM(186): z,y+1/2,-x+1/2 Symbol: 4+ (0,1/2,0) 1/4,y,1/4 + => SYMM(187): z,-y+1/2,x+1/2 Symbol: 2 (1/4,0,1/4) x,1/4,x+1/4 + => SYMM(188): -z,y+1/2,x+1/2 Symbol: 4- (0,1/2,0) -1/4,y,1/4 + => SYMM(189): -x,-z+1/2,-y+1/2 Symbol: 2 0,y,-y+1/2 + => SYMM(190): -x,z+1/2,y+1/2 Symbol: 2 (0,1/2,1/2) 0,y,y + => SYMM(191): x,z+1/2,-y+1/2 Symbol: 4- x,1/2,0 + => SYMM(192): x,-z+1/2,y+1/2 Symbol: 4+ x,0,1/2 + + => Special Wyckoff Positions for F m -3 m + + Multp Site Representative Coordinates (centring translations excluded) + 96 k x,x,z x,-x,-z -x,x,-z + -x,-x,z x,z,x -x,-z,x + x,-z,-x -x,z,-x z,x,x + -z,x,-x -z,-x,x z,-x,-x + -x,-x,-z -x,x,z x,-x,z + x,x,-z -x,-z,-x x,z,-x + -x,z,x x,-z,x -z,-x,-x + z,-x,x z,x,-x -z,x,x + + 96 j 0,y,z 0,-y,-z 0,y,-z + 0,-y,z y,z,0 -y,-z,0 + y,-z,0 -y,z,0 z,0,y + -z,0,-y -z,0,y z,0,-y + y,0,z -y,0,-z y,0,-z + -y,0,z z,y,0 -z,-y,0 + -z,y,0 z,-y,0 0,z,y + 0,-z,-y 0,-z,y 0,z,-y + + 48 i 1/2,y,y 1/2,-y,-y 1/2,y,-y + 1/2,-y,y y,y,1/2 -y,-y,1/2 + y,-y,1/2 -y,y,1/2 y,1/2,y + -y,1/2,-y -y,1/2,y y,1/2,-y + + 48 h 0,y,y 0,-y,-y 0,y,-y + 0,-y,y y,y,0 -y,-y,0 + y,-y,0 -y,y,0 y,0,y + -y,0,-y -y,0,y y,0,-y + + 48 g x,1/4,1/4 -x,1/4,3/4 1/4,1/4,x + 1/4,3/4,-x 1/4,x,1/4 3/4,-x,1/4 + -x,3/4,3/4 x,3/4,1/4 3/4,3/4,-x + 3/4,1/4,x 3/4,-x,3/4 1/4,x,3/4 + + 32 f x,x,x x,-x,-x -x,x,-x + -x,-x,x -x,-x,-x -x,x,x + x,-x,x x,x,-x + + 24 e x,0,0 -x,0,0 0,0,x + 0,0,-x 0,x,0 0,-x,0 + + 24 d 0,1/4,1/4 0,1/4,3/4 1/4,1/4,0 + 1/4,3/4,0 1/4,0,1/4 3/4,0,1/4 + + 8 c 1/4,1/4,1/4 3/4,3/4,3/4 + + 4 b 1/2,1/2,1/2 + + 4 a 0,0,0 + + + => Initial parameters ==> + Atom Ntyp X Y Z B occ. in fin Spc Mult + B11 B22 B33 B12 B13 B23 + Li1 LI 0.00000 0.00000 0.00000 1.20000 0.02083 0 0 0 4 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + F1 F 0.50000 0.50000 0.50000 0.80000 0.02083 0 0 0 4 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + + => IT IS ASSUMED THAT THE FIRST GIVEN SITE IS FULLY OCCUPIED + OR THE FIRST AND SECOND ATOMS ARE IN THE SAME SITE WITH TOTAL FULL OCCUPATION + (if this is not the case, change the order of atoms to obtain correct values for the content of the unit cell) + The phase contains sites partially occupied + -> Atom: LI , Chemical element: LI Atomic Mass: 6.9410 + -> Atom: F , Chemical element: F Atomic Mass: 18.9984 + => The given value of ATZ is 103.72 the program has calculated: 103.72 + The value of ATZ given in the input PCR file will be used for quantitative analysis + => The chemical content of the unit cell is: + 4.0000 LI + 4.0000 F + => The normalized site occupation numbers in % are: + 100.0000 Li1 : 100.0000 F1 + => The density (volumic mass) of the compound is: 2.639 g/cm3 + + =>-------> PROFILE PARAMETERS FOR PATTERN: 1 + + => Overall scale factor: 0.100000E-01 + => ETA (p-Voigt) OR M (Pearson VII): 0.0000 + => Overall temperature factor: 0.00000 + => Halfwidth U,V,W: 0.04846 -0.08305 0.04000 + => X and Y parameters: 0.0000 0.0493 + => Direct cell parameters: 4.0267 4.0267 4.0267 90.0000 90.0000 90.0000 + => Preferred orientation parameters: 0.0000 0.0000 + => Asymmetry parameters : 0.00000 0.00000 0.00000 0.00000 + => Strain parameters : 0.00000 0.00000 0.00000 + => Size parameters : 0.00000 0.00000 + => Further shape parameters (S_L and D_L): 0.00000 0.00000 + S_L is source width/detector distance + D_L is detector width/detector distance + + ==> CODEWORDS FOR PROFILE PARAMETERS of PATTERN# 1 + + => Overall scale factor: 0.000 + => ETA (p-Voigt) OR M (Pearson VII): 0.000 + => Overall temperature factor: 0.000 + => Halfwidth U,V,W: 0.000 0.000 0.000 + => X and Y parameters: 0.000 0.000 + => Direct cell parameters: 0.000 0.000 0.000 0.000 0.000 0.000 + => Preferred orientation parameters: 0.000 0.000 + => Asymmetry parameters : 0.000 0.000 0.000 0.000 + => Strain parameters : 0.000 0.000 0.000 + => Size parameters : 0.000 0.000 + + => Cell constraints according to Laue symmetry: m-3m + + Metric information: + ------------------- + + => Direct cell parameters: + + a = 4.0267 b = 4.0267 c = 4.0267 + alpha = 90.000 beta = 90.000 gamma = 90.000 + Direct Cell Volume = 65.2902 + + => Reciprocal cell parameters: + + a*= 0.248342 b*= 0.248342 c*= 0.248342 + alpha*= 90.000 beta*= 90.000 gamma*= 90.000 + Reciprocal Cell Volume = 0.01531624 + + => Direct and Reciprocal Metric Tensors: + + GD GR + 16.2143 0.0000 0.0000 0.061674 0.000000 0.000000 + 0.0000 16.2143 0.0000 0.000000 0.061674 0.000000 + 0.0000 0.0000 16.2143 0.000000 0.000000 0.061674 + + => Cartesian frame: x // a; z is along c*; y is within the ab-plane + + Crystal_to_Orthonormal_Matrix Orthonormal_to_Crystal Matrix + Cr_Orth_cel Orth_Cr_cel + 4.0267 0.0000 0.0000 0.248342 -0.000000 -0.000000 + 0.0000 4.0267 0.0000 0.000000 0.248342 -0.000000 + 0.0000 0.0000 4.0267 0.000000 0.000000 0.248342 + + Busing-Levy B-matrix: Hc=B.H Inverse of the Busing-Levy B-matrix + BL_M BL_Minv + 0.248342 0.000000 0.000000 4.0267 -0.0000 -0.0000 + 0.000000 0.248342 -0.000000 0.0000 4.0267 0.0000 + 0.000000 0.000000 0.248342 0.0000 0.0000 4.0267 + + => Laue symmetry m-3m will be used to generate HKL for pattern# 1 + => Reflections generated between S(1/d)min: 0.1131 A-1 and S(1/d)max: 1.2972 A-1 + => dmax: 8.8380 A and dmin: 0.7709 A + => The number of reflections generated is: 11 + => The max. scatt. variable (gen.ref.) is: 175.4284 + => Scattering coefficients from internal table + + + => X-ray scattering coeff. (A1, B1, A2,...C, f(0), Z, Dfp,Dfpp) + + LI 1.1282 3.9546 0.7508 1.0524 0.6175 85.3905 0.4653 168.2610 0.0377 2.9995 3.0000 0.0010 0.0000 + F 3.5392 10.2825 2.6412 4.2944 1.5170 0.2615 1.0243 26.1476 0.2776 8.9993 9.0000 0.0690 0.0530 + + + => No optimization for routine tasks + + + Standard deviations have to be multiplied by:46.8812 + (correlated residuals) See references: + -J.F.Berar & P.Lelann, J. Appl. Cryst. 24, 1-5 (1991) + -J.F.Berar, Acc. in Pow. Diff. II,NIST Sp.Pub. 846, 63(1992) + + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 1 + => Convergence reached at this CYCLE !!!! + => Parameter shifts set to zero + --------------------------------------------------------------------------------------- + => Phase 1 Name: LiF + --------------------------------------------------------------------------------------- + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Li1 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 1.20000 0.00000 0.00000 0.02083 0.00000 0.00000 + F1 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.80000 0.00000 0.00000 0.02083 0.00000 0.00000 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Overall scale factor: 0.010000000 0.000000000 0.000000000 + => Eta(p-Voigt) or m(Pearson VII): 0.000000 0.000000 0.000000 + => Overall tem. factor: 0.000000 0.000000 0.000000 + => Halfwidth parameters: + 0.048457 0.000000 0.000000 + -0.083053 0.000000 0.000000 + 0.040000 0.000000 0.000000 + => Cell parameters: + 4.026700 0.000000 0.000000 + 4.026700 0.000000 0.000000 + 4.026700 0.000000 0.000000 + 90.000000 0.000000 0.000000 + 90.000000 0.000000 0.000000 + 90.000000 0.000000 0.000000 + => Preferred orientation: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Asymmetry parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => X and Y parameters: + 0.000000 0.000000 0.000000 + 0.049268 0.000000 0.000000 + => Strain parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Size parameters (G,L): + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Further shape parameters (S_L and D_L): + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: 0.0000 0.0000 0.0000 + => Background Polynomial Parameters ==> + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + 0.0000 0.0000 0.0000 + + => Cos( theta)-shift parameter : 0.0000 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => R-Factors: 99.7 99.9 Chi2: 408. DW-Stat.: 0.0125 Patt#: 1 + => Expected : 4.94 1.9199 + => Deviance : 0.259E+08 Dev*: 0.000 + => GoF-index: 20. Sqrt(Residual/N) + => N-P+C: 6000 + + => SumYdif SumYobs SumYcal SumwYobsSQ Residual Condition + 0.2446E+07 0.2454E+07 0.2295E+05 0.2454E+07 0.2449E+07 0.000 + + + => Conventional Rietveld Rp,Rwp,Re and Chi2: 99.7 99.9 4.94 408.2 + => (Values obtained using Ynet, but true sigma(y)) + => SumYnet, Sum(w Ynet**2): 0.2454E+07 0.2454E+07 + + => N-sigma of the GoF: 22305.318 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => R-Factors: 99.6 99.9 Chi2: 356. DW-Stat.: 0.0177 Patt#: + => Expected : 5.29 1.9108 + => Deviance : 0.259E+08 Dev*: NaN + => GoF-index: 19. Sqrt(Residual/N) + => N-P+C: 4847 + + => SumYdif SumYobs SumYcal SumwYobsSQ Residual Condition + 0.1724E+07 0.1732E+07 0.2295E+05 0.1732E+07 0.1727E+07 0.000 + + + => Conventional Rietveld Rp,Rwp,Re and Chi2: 99.6 99.9 5.29 356.4 + => (Values obtained using Ynet, but true sigma(y)) + => SumYnet, Sum(w Ynet**2): 0.1732E+07 0.1732E+07 + + => N-sigma of the GoF: 17493.818 + + => Global user-weigthed Chi2 (Bragg contrib.): 505. + + => ---------> Pattern# 1 + => Phase: 1 + => Bragg R-factor: 98.3 + => RF-factor : 87.7 + + -------------------------------------------------------------------------------------------------------------- + Pattern# 1 Phase No.: 1 Phase name: LiF + -------------------------------------------------------------------------------------------------------------- + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 1 1 1 1 1 8 0.159109 38.699 134.1 5833.1 11.484 0.129654 0.052217 0.400847 2.324816 38.618130 + 2 1 2 0 0 6 0.148388 44.988 182.1 7895.4 13.531 0.117973 0.053325 0.434433 2.013350 22.183403 + 3 1 2 2 0 12 0.116766 65.511 104.7 4903.8 11.024 0.081387 0.058584 0.579283 1.423653 24.371056 + 4 1 3 1 1 24 0.107046 78.758 30.3 1985.5 6.783 0.066904 0.063739 0.667664 1.214096 38.568207 + 5 1 2 2 2 8 0.108368 83.006 31.0 1831.7 6.494 0.066711 0.065785 0.678270 1.162408 12.163088 + 6 1 4 0 0 6 0.145390 99.845 13.1 1573.5 6.156 0.098681 0.076524 0.603002 1.006675 7.958559 + 7 1 3 3 1 24 0.210634 112.988 10.5 1156.3 4.527 0.158454 0.089250 0.501596 0.923788 31.265835 + 8 1 4 2 0 24 0.242168 117.628 35.8 2902.7 7.555 0.187211 0.095145 0.469778 0.900397 31.664503 + 9 1 4 2 2 24 0.486618 139.154 31.9 5752.9 10.617 0.407978 0.141189 0.358888 0.821947 39.156792 + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 LiF + => Bragg R-factor: 98.3 Vol: 65.290( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 87.7 ATZ: 103.724 Brindley: 1.0000 + + ----------------------------------------------------------------- + SYMBOLIC NAMES AND FINAL VALUES AND SIGMA OF REFINED PARAMETERS: + ----------------------------------------------------------------- + + + ------------------------------------------------------------------ + => Number of bytes for floating point variables: 4 + => Dimensions of dynamic allocated arrays in this run of FullProf: + ------------------------------------------------------------------ + + => Total approximate array memory (dynamic + static): 127459053 bytes + + MaxPOINT= 80000 Max.num. of points(+int. Inten.)/diffraction pattern + MaxREFLT= 25000 Max.num. of reflections/diffraction pattern + MaxPARAM= 500 Max.num. of refinable parameters + MaxOVERL= 9000 Max.num. of overlapping reflections + + ---------------------------------------------------------- + => Number of bytes for floating point arrays: 4 + => Dimensions of fixed arrays in this release of FullProf: + ---------------------------------------------------------- + + NPATT = 80 Max.num. of powder diffraction patterns + NATS = 830 Max.num. of atoms (all kind) in asymmetric unit + MPAR = 1800 Max.num. of non atomic parameters/phase + IEXCL = 30 Max.num. of excluded regions + IBACP = 377 Max.num. of background points for interpolation + NPHT = 16 Max.num. of phases + NMAGM = 8 Max.num. of rotation-matrices sets for magnetic structure + NBASIS = 12 Max.num. of basis functions associated to a single atom + NIREPS = 9 Max.num. of irreducible representations to be combined + N_EQ = 384 Max.num. of user-supplied symmetry operators/propagation vectors + NGL = 400 Max.num. of global parameters/diffraction pattern + N_LINC = 50 Max.num. of global linear restraints + NAT_P = 80 Max.num. of atomic parameters per atom + NCONST = 500 Max.num. of slack constraints per phase + N_SPE = 30 Max.num. of different chemical species + N_FORM = 60 Max.num. of scattering factor values in a table + NPR = 150 Max.num. of points defining a numerical profile + INPR = 25 Max.num. of different numerical peak shapes + NPRC = 150 Max.num. of terms in the table for correcting intensities + NSOL = 10 Max.num. of solutions to be stored in Montecarlo searchs + + + CPU Time: 0.116 seconds + 0.002 minutes + + => Run finished at: Date: 18/06/2026 Time: 09:28:23.286 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.pcr b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.pcr new file mode 100644 index 000000000..e5a33b353 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.pcr @@ -0,0 +1,57 @@ +COMM LiF XrayDif single wavelength unpolarized Wdt48 +! Current global Chi2 (Bragg contrib.) = 505.3 +! Files => DAT-file: lif_single_unpolarized.dat, PCR-file: lif_single_unpolarized +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 0 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 0 1 1 0 4 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.540560 1.540560 0.00000 50.000 48.0000 0.0000 0.0000 160.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 10.00 + 160.00 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + 0.00000 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) + 0.000 0.000 0.000 0.000 0.000 0.000 + 0.00 0.00 0.00 0.00 0.00 0.00 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 98.3052 +!------------------------------------------------------------------------------- +LiF +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 2 0 0 0.0 0.0 1.0 0 0 0 0 0 103.724 0 7 0 +! +! +F m -3 m <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +Li1 LI 0.00000 0.00000 0.00000 1.20000 0.02083 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +F1 F 0.50000 0.50000 0.50000 0.80000 0.02083 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 0.1000000E-01 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.048457 -0.083053 0.040000 0.000000 0.049268 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma #Cell Info + 4.026700 4.026700 4.026700 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 10.000 160.000 1 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.prf b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.prf new file mode 100644 index 000000000..a080e3cad --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.prf @@ -0,0 +1,6056 @@ +IGOR +WAVES TwoTheta, Iobs, Icalc, Diff +BEGIN + 10.000 179.00 0.00 179.00 + 10.025 147.00 0.00 147.00 + 10.050 165.00 0.00 165.00 + 10.075 172.00 0.00 172.00 + 10.100 150.00 0.00 150.00 + 10.125 165.00 0.00 165.00 + 10.150 150.00 0.00 150.00 + 10.175 158.00 0.00 158.00 + 10.200 134.00 0.00 134.00 + 10.225 146.00 0.00 146.00 + 10.250 167.00 0.00 167.00 + 10.275 159.00 0.00 159.00 + 10.300 139.00 0.00 139.00 + 10.325 145.00 0.00 145.00 + 10.350 165.00 0.00 165.00 + 10.375 150.00 0.00 150.00 + 10.400 149.00 0.00 149.00 + 10.425 156.00 0.00 156.00 + 10.450 143.00 0.00 143.00 + 10.475 166.00 0.00 166.00 + 10.500 154.00 0.00 154.00 + 10.525 131.00 0.00 131.00 + 10.550 144.00 0.00 144.00 + 10.575 131.00 0.00 131.00 + 10.600 140.00 0.00 140.00 + 10.625 147.00 0.00 147.00 + 10.650 155.00 0.00 155.00 + 10.675 148.00 0.00 148.00 + 10.700 140.00 0.00 140.00 + 10.725 138.00 0.00 138.00 + 10.750 127.00 0.00 127.00 + 10.775 146.00 0.00 146.00 + 10.800 147.00 0.00 147.00 + 10.825 114.00 0.00 114.00 + 10.850 129.00 0.00 129.00 + 10.875 129.00 0.00 129.00 + 10.900 128.00 0.00 128.00 + 10.925 136.00 0.00 136.00 + 10.950 148.00 0.00 148.00 + 10.975 132.00 0.00 132.00 + 11.000 141.00 0.00 141.00 + 11.025 135.00 0.00 135.00 + 11.050 141.00 0.00 141.00 + 11.075 145.00 0.00 145.00 + 11.100 131.00 0.00 131.00 + 11.125 142.00 0.00 142.00 + 11.150 148.00 0.00 148.00 + 11.175 151.00 0.00 151.00 + 11.200 127.00 0.00 127.00 + 11.225 133.00 0.00 133.00 + 11.250 131.00 0.00 131.00 + 11.275 125.00 0.00 125.00 + 11.300 129.00 0.00 129.00 + 11.325 128.00 0.00 128.00 + 11.350 134.00 0.00 134.00 + 11.375 142.00 0.00 142.00 + 11.400 115.00 0.00 115.00 + 11.425 138.00 0.00 138.00 + 11.450 125.00 0.00 125.00 + 11.475 120.00 0.00 120.00 + 11.500 130.00 0.00 130.00 + 11.525 118.00 0.00 118.00 + 11.550 118.00 0.00 118.00 + 11.575 116.00 0.00 116.00 + 11.600 119.00 0.00 119.00 + 11.625 101.00 0.00 101.00 + 11.650 117.00 0.00 117.00 + 11.675 142.00 0.00 142.00 + 11.700 112.00 0.00 112.00 + 11.725 114.00 0.00 114.00 + 11.750 111.00 0.00 111.00 + 11.775 122.00 0.00 122.00 + 11.800 131.00 0.00 131.00 + 11.825 107.00 0.00 107.00 + 11.850 121.00 0.00 121.00 + 11.875 123.00 0.00 123.00 + 11.900 120.00 0.00 120.00 + 11.925 126.00 0.00 126.00 + 11.950 125.00 0.00 125.00 + 11.975 120.00 0.00 120.00 + 12.000 103.00 0.00 103.00 + 12.025 121.00 0.00 121.00 + 12.050 109.00 0.00 109.00 + 12.075 115.00 0.00 115.00 + 12.100 122.00 0.00 122.00 + 12.125 123.00 0.00 123.00 + 12.150 107.00 0.00 107.00 + 12.175 126.00 0.00 126.00 + 12.200 133.00 0.00 133.00 + 12.225 120.00 0.00 120.00 + 12.250 100.00 0.00 100.00 + 12.275 130.00 0.00 130.00 + 12.300 130.00 0.00 130.00 + 12.325 109.00 0.00 109.00 + 12.350 116.00 0.00 116.00 + 12.375 121.00 0.00 121.00 + 12.400 99.00 0.00 99.00 + 12.425 107.00 0.00 107.00 + 12.450 110.00 0.00 110.00 + 12.475 136.00 0.00 136.00 + 12.500 113.00 0.00 113.00 + 12.525 102.00 0.00 102.00 + 12.550 117.00 0.00 117.00 + 12.575 111.00 0.00 111.00 + 12.600 105.00 0.00 105.00 + 12.625 92.00 0.00 92.00 + 12.650 110.00 0.00 110.00 + 12.675 116.00 0.00 116.00 + 12.700 124.00 0.00 124.00 + 12.725 111.00 0.00 111.00 + 12.750 91.00 0.00 91.00 + 12.775 106.00 0.00 106.00 + 12.800 122.00 0.00 122.00 + 12.825 121.00 0.00 121.00 + 12.850 119.00 0.00 119.00 + 12.875 114.00 0.00 114.00 + 12.900 129.00 0.00 129.00 + 12.925 95.00 0.00 95.00 + 12.950 117.00 0.00 117.00 + 12.975 102.00 0.00 102.00 + 13.000 102.00 0.00 102.00 + 13.025 117.00 0.00 117.00 + 13.050 99.00 0.00 99.00 + 13.075 124.00 0.00 124.00 + 13.100 107.00 0.00 107.00 + 13.125 108.00 0.00 108.00 + 13.150 99.00 0.00 99.00 + 13.175 113.00 0.00 113.00 + 13.200 104.00 0.00 104.00 + 13.225 92.00 0.00 92.00 + 13.250 98.00 0.00 98.00 + 13.275 107.00 0.00 107.00 + 13.300 88.00 0.00 88.00 + 13.325 96.00 0.00 96.00 + 13.350 104.00 0.00 104.00 + 13.375 81.00 0.00 81.00 + 13.400 111.00 0.00 111.00 + 13.425 78.00 0.00 78.00 + 13.450 104.00 0.00 104.00 + 13.475 119.00 0.00 119.00 + 13.500 106.00 0.00 106.00 + 13.525 105.00 0.00 105.00 + 13.550 96.00 0.00 96.00 + 13.575 81.00 0.00 81.00 + 13.600 95.00 0.00 95.00 + 13.625 96.00 0.00 96.00 + 13.650 103.00 0.00 103.00 + 13.675 91.00 0.00 91.00 + 13.700 112.00 0.00 112.00 + 13.725 107.00 0.00 107.00 + 13.750 87.00 0.00 87.00 + 13.775 112.00 0.00 112.00 + 13.800 92.00 0.00 92.00 + 13.825 79.00 0.00 79.00 + 13.850 92.00 0.00 92.00 + 13.875 103.00 0.00 103.00 + 13.900 97.00 0.00 97.00 + 13.925 102.00 0.00 102.00 + 13.950 86.00 0.00 86.00 + 13.975 97.00 0.00 97.00 + 14.000 103.00 0.00 103.00 + 14.025 93.00 0.00 93.00 + 14.050 111.00 0.00 111.00 + 14.075 95.00 0.00 95.00 + 14.100 96.00 0.00 96.00 + 14.125 93.00 0.00 93.00 + 14.150 85.00 0.00 85.00 + 14.175 104.00 0.00 104.00 + 14.200 98.00 0.00 98.00 + 14.225 108.00 0.00 108.00 + 14.250 76.00 0.00 76.00 + 14.275 92.00 0.00 92.00 + 14.300 95.00 0.00 95.00 + 14.325 89.00 0.00 89.00 + 14.350 105.00 0.00 105.00 + 14.375 95.00 0.00 95.00 + 14.400 92.00 0.00 92.00 + 14.425 105.00 0.00 105.00 + 14.450 89.00 0.00 89.00 + 14.475 99.00 0.00 99.00 + 14.500 101.00 0.00 101.00 + 14.525 97.00 0.00 97.00 + 14.550 93.00 0.00 93.00 + 14.575 99.00 0.00 99.00 + 14.600 100.00 0.00 100.00 + 14.625 83.00 0.00 83.00 + 14.650 93.00 0.00 93.00 + 14.675 96.00 0.00 96.00 + 14.700 69.00 0.00 69.00 + 14.725 101.00 0.00 101.00 + 14.750 97.00 0.00 97.00 + 14.775 85.00 0.00 85.00 + 14.800 95.00 0.00 95.00 + 14.825 85.00 0.00 85.00 + 14.850 111.00 0.00 111.00 + 14.875 85.00 0.00 85.00 + 14.900 86.00 0.00 86.00 + 14.925 100.00 0.00 100.00 + 14.950 88.00 0.00 88.00 + 14.975 98.00 0.00 98.00 + 15.000 92.00 0.00 92.00 + 15.025 93.00 0.00 93.00 + 15.050 94.00 0.00 94.00 + 15.075 93.00 0.00 93.00 + 15.100 81.00 0.00 81.00 + 15.125 98.00 0.00 98.00 + 15.150 78.00 0.00 78.00 + 15.175 79.00 0.00 79.00 + 15.200 93.00 0.00 93.00 + 15.225 81.00 0.00 81.00 + 15.250 88.00 0.00 88.00 + 15.275 73.00 0.00 73.00 + 15.300 85.00 0.00 85.00 + 15.325 106.00 0.00 106.00 + 15.350 88.00 0.00 88.00 + 15.375 94.00 0.00 94.00 + 15.400 96.00 0.00 96.00 + 15.425 91.00 0.00 91.00 + 15.450 101.00 0.00 101.00 + 15.475 89.00 0.00 89.00 + 15.500 87.00 0.00 87.00 + 15.525 95.00 0.00 95.00 + 15.550 87.00 0.00 87.00 + 15.575 97.00 0.00 97.00 + 15.600 81.00 0.00 81.00 + 15.625 87.00 0.00 87.00 + 15.650 93.00 0.00 93.00 + 15.675 90.00 0.00 90.00 + 15.700 73.00 0.00 73.00 + 15.725 98.00 0.00 98.00 + 15.750 86.00 0.00 86.00 + 15.775 80.00 0.00 80.00 + 15.800 82.00 0.00 82.00 + 15.825 97.00 0.00 97.00 + 15.850 80.00 0.00 80.00 + 15.875 81.00 0.00 81.00 + 15.900 80.00 0.00 80.00 + 15.925 81.00 0.00 81.00 + 15.950 73.00 0.00 73.00 + 15.975 106.00 0.00 106.00 + 16.000 92.00 0.00 92.00 + 16.025 101.00 0.00 101.00 + 16.050 98.00 0.00 98.00 + 16.075 104.00 0.00 104.00 + 16.100 106.00 0.00 106.00 + 16.125 98.00 0.00 98.00 + 16.150 114.00 0.00 114.00 + 16.175 97.00 0.00 97.00 + 16.200 129.00 0.00 129.00 + 16.225 112.00 0.00 112.00 + 16.250 141.00 0.00 141.00 + 16.275 167.00 0.00 167.00 + 16.300 157.00 0.00 157.00 + 16.325 200.00 0.00 200.00 + 16.350 215.00 0.00 215.00 + 16.375 321.00 0.00 321.00 + 16.400 397.00 0.00 397.00 + 16.425 434.00 0.00 434.00 + 16.450 445.00 0.00 445.00 + 16.475 313.00 0.00 313.00 + 16.500 197.00 0.00 197.00 + 16.525 155.00 0.00 155.00 + 16.550 110.00 0.00 110.00 + 16.575 118.00 0.00 118.00 + 16.600 86.00 0.00 86.00 + 16.625 110.00 0.00 110.00 + 16.650 95.00 0.00 95.00 + 16.675 93.00 0.00 93.00 + 16.700 98.00 0.00 98.00 + 16.725 80.00 0.00 80.00 + 16.750 85.00 0.00 85.00 + 16.775 106.00 0.00 106.00 + 16.800 86.00 0.00 86.00 + 16.825 103.00 0.00 103.00 + 16.850 92.00 0.00 92.00 + 16.875 88.00 0.00 88.00 + 16.900 94.00 0.00 94.00 + 16.925 79.00 0.00 79.00 + 16.950 92.00 0.00 92.00 + 16.975 106.00 0.00 106.00 + 17.000 82.00 0.00 82.00 + 17.025 104.00 0.00 104.00 + 17.050 94.00 0.00 94.00 + 17.075 88.00 0.00 88.00 + 17.100 97.00 0.00 97.00 + 17.125 93.00 0.00 93.00 + 17.150 90.00 0.00 90.00 + 17.175 120.00 0.00 120.00 + 17.200 93.00 0.00 93.00 + 17.225 106.00 0.00 106.00 + 17.250 89.00 0.00 89.00 + 17.275 92.00 0.00 92.00 + 17.300 100.00 0.00 100.00 + 17.325 91.00 0.00 91.00 + 17.350 99.00 0.00 99.00 + 17.375 81.00 0.00 81.00 + 17.400 89.00 0.00 89.00 + 17.425 79.00 0.00 79.00 + 17.450 91.00 0.00 91.00 + 17.475 84.00 0.00 84.00 + 17.500 92.00 0.00 92.00 + 17.525 107.00 0.00 107.00 + 17.550 99.00 0.00 99.00 + 17.575 92.00 0.00 92.00 + 17.600 87.00 0.00 87.00 + 17.625 88.00 0.00 88.00 + 17.650 67.00 0.00 67.00 + 17.675 81.00 0.00 81.00 + 17.700 86.00 0.00 86.00 + 17.725 85.00 0.00 85.00 + 17.750 103.00 0.00 103.00 + 17.775 85.00 0.00 85.00 + 17.800 77.00 0.00 77.00 + 17.825 105.00 0.00 105.00 + 17.850 93.00 0.00 93.00 + 17.875 96.00 0.00 96.00 + 17.900 93.00 0.00 93.00 + 17.925 85.00 0.00 85.00 + 17.950 75.00 0.00 75.00 + 17.975 105.00 0.00 105.00 + 18.000 85.00 0.00 85.00 + 18.025 89.00 0.00 89.00 + 18.050 86.00 0.00 86.00 + 18.075 76.00 0.00 76.00 + 18.100 86.00 0.00 86.00 + 18.125 71.00 0.00 71.00 + 18.150 101.00 0.00 101.00 + 18.175 100.00 0.00 100.00 + 18.200 89.00 0.00 89.00 + 18.225 74.00 0.00 74.00 + 18.250 101.00 0.00 101.00 + 18.275 103.00 0.00 103.00 + 18.300 95.00 0.00 95.00 + 18.325 100.00 0.00 100.00 + 18.350 87.00 0.00 87.00 + 18.375 94.00 0.00 94.00 + 18.400 84.00 0.00 84.00 + 18.425 102.00 0.00 102.00 + 18.450 92.00 0.00 92.00 + 18.475 80.00 0.00 80.00 + 18.500 82.00 0.00 82.00 + 18.525 105.00 0.00 105.00 + 18.550 84.00 0.00 84.00 + 18.575 83.00 0.00 83.00 + 18.600 93.00 0.00 93.00 + 18.625 92.00 0.00 92.00 + 18.650 105.00 0.00 105.00 + 18.675 94.00 0.00 94.00 + 18.700 88.00 0.00 88.00 + 18.725 97.00 0.00 97.00 + 18.750 88.00 0.00 88.00 + 18.775 110.00 0.00 110.00 + 18.800 110.00 0.00 110.00 + 18.825 84.00 0.00 84.00 + 18.850 89.00 0.00 89.00 + 18.875 98.00 0.00 98.00 + 18.900 92.00 0.00 92.00 + 18.925 86.00 0.00 86.00 + 18.950 110.00 0.00 110.00 + 18.975 98.00 0.00 98.00 + 19.000 93.00 0.00 93.00 + 19.025 94.00 0.00 94.00 + 19.050 104.00 0.00 104.00 + 19.075 96.00 0.00 96.00 + 19.100 105.00 0.00 105.00 + 19.125 99.00 0.00 99.00 + 19.150 117.00 0.00 117.00 + 19.175 111.00 0.00 111.00 + 19.200 100.00 0.00 100.00 + 19.225 125.00 0.00 125.00 + 19.250 99.00 0.00 99.00 + 19.275 107.00 0.00 107.00 + 19.300 107.00 0.00 107.00 + 19.325 98.00 0.00 98.00 + 19.350 84.00 0.00 84.00 + 19.375 112.00 0.00 112.00 + 19.400 99.00 0.00 99.00 + 19.425 93.00 0.00 93.00 + 19.450 108.00 0.00 108.00 + 19.475 100.00 0.00 100.00 + 19.500 91.00 0.00 91.00 + 19.525 98.00 0.00 98.00 + 19.550 124.00 0.00 124.00 + 19.575 98.00 0.00 98.00 + 19.600 121.00 0.00 121.00 + 19.625 114.00 0.00 114.00 + 19.650 93.00 0.00 93.00 + 19.675 87.00 0.00 87.00 + 19.700 95.00 0.00 95.00 + 19.725 95.00 0.00 95.00 + 19.750 121.00 0.00 121.00 + 19.775 102.00 0.00 102.00 + 19.800 127.00 0.00 127.00 + 19.825 119.00 0.00 119.00 + 19.850 118.00 0.00 118.00 + 19.875 107.00 0.00 107.00 + 19.900 100.00 0.00 100.00 + 19.925 95.00 0.00 95.00 + 19.950 116.00 0.00 116.00 + 19.975 136.00 0.00 136.00 + 20.000 92.00 0.00 92.00 + 20.025 127.00 0.00 127.00 + 20.050 127.00 0.00 127.00 + 20.075 115.00 0.00 115.00 + 20.100 124.00 0.00 124.00 + 20.125 130.00 0.00 130.00 + 20.150 123.00 0.00 123.00 + 20.175 137.00 0.00 137.00 + 20.200 136.00 0.00 136.00 + 20.225 165.00 0.00 165.00 + 20.250 150.00 0.00 150.00 + 20.275 173.00 0.00 173.00 + 20.300 190.00 0.00 190.00 + 20.325 211.00 0.00 211.00 + 20.350 212.00 0.00 212.00 + 20.375 255.00 0.00 255.00 + 20.400 264.00 0.00 264.00 + 20.425 305.00 0.00 305.00 + 20.450 353.00 0.00 353.00 + 20.475 415.00 0.00 415.00 + 20.500 507.00 0.00 507.00 + 20.525 623.00 0.00 623.00 + 20.550 833.00 0.00 833.00 + 20.575 1076.00 0.00 1076.00 + 20.600 1417.00 0.00 1417.00 + 20.625 1958.00 0.00 1958.00 + 20.650 2624.00 0.00 2624.00 + 20.675 3927.00 0.00 3927.00 + 20.700 5466.00 0.00 5466.00 + 20.725 7996.00 0.00 7996.00 + 20.750 11062.00 0.00 11062.00 + 20.775 12925.00 0.00 12925.00 + 20.800 12506.00 0.00 12506.00 + 20.825 10327.00 0.00 10327.00 + 20.850 8178.00 0.00 8178.00 + 20.875 6771.00 0.00 6771.00 + 20.900 5910.00 0.00 5910.00 + 20.925 4886.00 0.00 4886.00 + 20.950 3432.00 0.00 3432.00 + 20.975 2110.00 0.00 2110.00 + 21.000 1182.00 0.00 1182.00 + 21.025 802.00 0.00 802.00 + 21.050 623.00 0.00 623.00 + 21.075 527.00 0.00 527.00 + 21.100 435.00 0.00 435.00 + 21.125 393.00 0.00 393.00 + 21.150 356.00 0.00 356.00 + 21.175 333.00 0.00 333.00 + 21.200 295.00 0.00 295.00 + 21.225 316.00 0.00 316.00 + 21.250 280.00 0.00 280.00 + 21.275 248.00 0.00 248.00 + 21.300 264.00 0.00 264.00 + 21.325 216.00 0.00 216.00 + 21.350 202.00 0.00 202.00 + 21.375 211.00 0.00 211.00 + 21.400 187.00 0.00 187.00 + 21.425 168.00 0.00 168.00 + 21.450 208.00 0.00 208.00 + 21.475 160.00 0.00 160.00 + 21.500 171.00 0.00 171.00 + 21.525 149.00 0.00 149.00 + 21.550 166.00 0.00 166.00 + 21.575 138.00 0.00 138.00 + 21.600 168.00 0.00 168.00 + 21.625 129.00 0.00 129.00 + 21.650 147.00 0.00 147.00 + 21.675 134.00 0.00 134.00 + 21.700 125.00 0.00 125.00 + 21.725 137.00 0.00 137.00 + 21.750 112.00 0.00 112.00 + 21.775 128.00 0.00 128.00 + 21.800 134.00 0.00 134.00 + 21.825 121.00 0.00 121.00 + 21.850 138.00 0.00 138.00 + 21.875 103.00 0.00 103.00 + 21.900 124.00 0.00 124.00 + 21.925 115.00 0.00 115.00 + 21.950 119.00 0.00 119.00 + 21.975 109.00 0.00 109.00 + 22.000 119.00 0.00 119.00 + 22.025 116.00 0.00 116.00 + 22.050 127.00 0.00 127.00 + 22.075 133.00 0.00 133.00 + 22.100 121.00 0.00 121.00 + 22.125 109.00 0.00 109.00 + 22.150 114.00 0.00 114.00 + 22.175 113.00 0.00 113.00 + 22.200 120.00 0.00 120.00 + 22.225 118.00 0.00 118.00 + 22.250 102.00 0.00 102.00 + 22.275 110.00 0.00 110.00 + 22.300 118.00 0.00 118.00 + 22.325 123.00 0.00 123.00 + 22.350 116.00 0.00 116.00 + 22.375 112.00 0.00 112.00 + 22.400 107.00 0.00 107.00 + 22.425 121.00 0.00 121.00 + 22.450 104.00 0.00 104.00 + 22.475 124.00 0.00 124.00 + 22.500 105.00 0.00 105.00 + 22.525 128.00 0.00 128.00 + 22.550 115.00 0.00 115.00 + 22.575 128.00 0.00 128.00 + 22.600 99.00 0.00 99.00 + 22.625 130.00 0.00 130.00 + 22.650 109.00 0.00 109.00 + 22.675 125.00 0.00 125.00 + 22.700 138.00 0.00 138.00 + 22.725 141.00 0.00 141.00 + 22.750 135.00 0.00 135.00 + 22.775 125.00 0.00 125.00 + 22.800 140.00 0.00 140.00 + 22.825 152.00 0.00 152.00 + 22.850 177.00 0.00 177.00 + 22.875 177.00 0.00 177.00 + 22.900 191.00 0.00 191.00 + 22.925 195.00 0.00 195.00 + 22.950 225.00 0.00 225.00 + 22.975 258.00 0.00 258.00 + 23.000 301.00 0.00 301.00 + 23.025 337.00 0.00 337.00 + 23.050 468.00 0.00 468.00 + 23.075 618.00 0.00 618.00 + 23.100 837.00 0.00 837.00 + 23.125 1082.00 0.00 1082.00 + 23.150 1507.00 0.00 1507.00 + 23.175 2283.00 0.00 2283.00 + 23.200 3235.00 0.00 3235.00 + 23.225 4791.00 0.00 4791.00 + 23.250 6588.00 0.00 6588.00 + 23.275 8176.00 0.00 8176.00 + 23.300 8122.00 0.00 8122.00 + 23.325 6687.00 0.00 6687.00 + 23.350 5078.00 0.00 5078.00 + 23.375 3206.00 0.00 3206.00 + 23.400 1822.00 0.00 1822.00 + 23.425 1101.00 0.00 1101.00 + 23.450 712.00 0.00 712.00 + 23.475 566.00 0.00 566.00 + 23.500 470.00 0.00 470.00 + 23.525 381.00 0.00 381.00 + 23.550 302.00 0.00 302.00 + 23.575 277.00 0.00 277.00 + 23.600 259.00 0.00 259.00 + 23.625 259.00 0.00 259.00 + 23.650 212.00 0.00 212.00 + 23.675 198.00 0.00 198.00 + 23.700 189.00 0.00 189.00 + 23.725 153.00 0.00 153.00 + 23.750 182.00 0.00 182.00 + 23.775 178.00 0.00 178.00 + 23.800 175.00 0.00 175.00 + 23.825 164.00 0.00 164.00 + 23.850 139.00 0.00 139.00 + 23.875 176.00 0.00 176.00 + 23.900 159.00 0.00 159.00 + 23.925 147.00 0.00 147.00 + 23.950 172.00 0.00 172.00 + 23.975 167.00 0.00 167.00 + 24.000 159.00 0.00 159.00 + 24.025 180.00 0.00 180.00 + 24.050 168.00 0.00 168.00 + 24.075 162.00 0.00 162.00 + 24.100 166.00 0.00 166.00 + 24.125 147.00 0.00 147.00 + 24.150 149.00 0.00 149.00 + 24.175 161.00 0.00 161.00 + 24.200 173.00 0.00 173.00 + 24.225 145.00 0.00 145.00 + 24.250 210.00 0.00 210.00 + 24.275 201.00 0.00 201.00 + 24.300 257.00 0.00 257.00 + 24.325 262.00 0.00 262.00 + 24.350 342.00 0.00 342.00 + 24.375 451.00 0.00 451.00 + 24.400 598.00 0.00 598.00 + 24.425 796.00 0.00 796.00 + 24.450 1089.00 0.00 1089.00 + 24.475 1648.00 0.00 1648.00 + 24.500 2386.00 0.00 2386.00 + 24.525 3203.00 0.00 3203.00 + 24.550 3155.00 0.00 3155.00 + 24.575 2711.00 0.00 2711.00 + 24.600 1970.00 0.00 1970.00 + 24.625 1292.00 0.00 1292.00 + 24.650 729.00 0.00 729.00 + 24.675 450.00 0.00 450.00 + 24.700 289.00 0.00 289.00 + 24.725 285.00 0.00 285.00 + 24.750 218.00 0.00 218.00 + 24.775 211.00 0.00 211.00 + 24.800 202.00 0.00 202.00 + 24.825 168.00 0.00 168.00 + 24.850 165.00 0.00 165.00 + 24.875 177.00 0.00 177.00 + 24.900 176.00 0.00 176.00 + 24.925 197.00 0.00 197.00 + 24.950 164.00 0.00 164.00 + 24.975 141.00 0.00 141.00 + 25.000 160.00 0.00 160.00 + 25.025 160.00 0.00 160.00 + 25.050 157.00 0.00 157.00 + 25.075 145.00 0.00 145.00 + 25.100 165.00 0.00 165.00 + 25.125 158.00 0.00 158.00 + 25.150 158.00 0.00 158.00 + 25.175 197.00 0.00 197.00 + 25.200 179.00 0.00 179.00 + 25.225 203.00 0.00 203.00 + 25.250 194.00 0.00 194.00 + 25.275 216.00 0.00 216.00 + 25.300 282.00 0.00 282.00 + 25.325 282.00 0.00 282.00 + 25.350 364.00 0.00 364.00 + 25.375 456.00 0.00 456.00 + 25.400 632.00 0.00 632.00 + 25.425 854.00 0.00 854.00 + 25.450 1213.00 0.00 1213.00 + 25.475 1815.00 0.00 1815.00 + 25.500 2863.00 0.00 2863.00 + 25.525 4063.00 0.00 4063.00 + 25.550 4649.00 0.00 4649.00 + 25.575 4165.00 0.00 4165.00 + 25.600 3168.00 0.00 3168.00 + 25.625 2329.00 0.00 2329.00 + 25.650 1423.00 0.00 1423.00 + 25.675 738.00 0.00 738.00 + 25.700 438.00 0.00 438.00 + 25.725 367.00 0.00 367.00 + 25.750 295.00 0.00 295.00 + 25.775 246.00 0.00 246.00 + 25.800 246.00 0.00 246.00 + 25.825 191.00 0.00 191.00 + 25.850 179.00 0.00 179.00 + 25.875 178.00 0.00 178.00 + 25.900 170.00 0.00 170.00 + 25.925 182.00 0.00 182.00 + 25.950 158.00 0.00 158.00 + 25.975 182.00 0.00 182.00 + 26.000 179.00 0.00 179.00 + 26.025 184.00 0.00 184.00 + 26.050 181.00 0.00 181.00 + 26.075 169.00 0.00 169.00 + 26.100 171.00 0.00 171.00 + 26.125 191.00 0.00 191.00 + 26.150 175.00 0.00 175.00 + 26.175 216.00 0.00 216.00 + 26.200 195.00 0.00 195.00 + 26.225 224.00 0.00 224.00 + 26.250 209.00 0.00 209.00 + 26.275 251.00 0.00 251.00 + 26.300 257.00 0.00 257.00 + 26.325 298.00 0.00 298.00 + 26.350 297.00 0.00 297.00 + 26.375 378.00 0.00 378.00 + 26.400 406.00 0.00 406.00 + 26.425 499.00 0.00 499.00 + 26.450 590.00 0.00 590.00 + 26.475 746.00 0.00 746.00 + 26.500 983.00 0.00 983.00 + 26.525 1402.00 0.00 1402.00 + 26.550 2108.00 0.00 2108.00 + 26.575 3097.00 0.00 3097.00 + 26.600 4641.00 0.00 4641.00 + 26.625 7229.00 0.00 7229.00 + 26.650 10690.00 0.00 10690.00 + 26.675 13494.00 0.00 13494.00 + 26.700 13106.00 0.00 13106.00 + 26.725 10401.00 0.00 10401.00 + 26.750 7908.00 0.00 7908.00 + 26.775 5365.00 0.00 5365.00 + 26.800 2857.00 0.00 2857.00 + 26.825 1575.00 0.00 1575.00 + 26.850 947.00 0.00 947.00 + 26.875 697.00 0.00 697.00 + 26.900 595.00 0.00 595.00 + 26.925 529.00 0.00 529.00 + 26.950 450.00 0.00 450.00 + 26.975 423.00 0.00 423.00 + 27.000 344.00 0.00 344.00 + 27.025 319.00 0.00 319.00 + 27.050 309.00 0.00 309.00 + 27.075 252.00 0.00 252.00 + 27.100 257.00 0.00 257.00 + 27.125 252.00 0.00 252.00 + 27.150 266.00 0.00 266.00 + 27.175 275.00 0.00 275.00 + 27.200 257.00 0.00 257.00 + 27.225 285.00 0.00 285.00 + 27.250 285.00 0.00 285.00 + 27.275 270.00 0.00 270.00 + 27.300 280.00 0.00 280.00 + 27.325 347.00 0.00 347.00 + 27.350 282.00 0.00 282.00 + 27.375 362.00 0.00 362.00 + 27.400 426.00 0.00 426.00 + 27.425 461.00 0.00 461.00 + 27.450 637.00 0.00 637.00 + 27.475 693.00 0.00 693.00 + 27.500 1051.00 0.00 1051.00 + 27.525 1425.00 0.00 1425.00 + 27.550 2158.00 0.00 2158.00 + 27.575 3198.00 0.00 3198.00 + 27.600 5190.00 0.00 5190.00 + 27.625 8004.00 0.00 8004.00 + 27.650 10350.00 0.00 10350.00 + 27.675 9724.00 0.00 9724.00 + 27.700 7797.00 0.00 7797.00 + 27.725 6126.00 0.00 6126.00 + 27.750 4329.00 0.00 4329.00 + 27.775 2276.00 0.00 2276.00 + 27.800 1177.00 0.00 1177.00 + 27.825 756.00 0.00 756.00 + 27.850 591.00 0.00 591.00 + 27.875 486.00 0.00 486.00 + 27.900 352.00 0.00 352.00 + 27.925 340.00 0.00 340.00 + 27.950 314.00 0.00 314.00 + 27.975 270.00 0.00 270.00 + 28.000 256.00 0.00 256.00 + 28.025 253.00 0.00 253.00 + 28.050 245.00 0.00 245.00 + 28.075 206.00 0.00 206.00 + 28.100 212.00 0.00 212.00 + 28.125 183.00 0.00 183.00 + 28.150 205.00 0.00 205.00 + 28.175 185.00 0.00 185.00 + 28.200 164.00 0.00 164.00 + 28.225 197.00 0.00 197.00 + 28.250 167.00 0.00 167.00 + 28.275 175.00 0.00 175.00 + 28.300 159.00 0.00 159.00 + 28.325 152.00 0.00 152.00 + 28.350 162.00 0.00 162.00 + 28.375 168.00 0.00 168.00 + 28.400 151.00 0.00 151.00 + 28.425 153.00 0.00 153.00 + 28.450 128.00 0.00 128.00 + 28.475 167.00 0.00 167.00 + 28.500 147.00 0.00 147.00 + 28.525 140.00 0.00 140.00 + 28.550 139.00 0.00 139.00 + 28.575 153.00 0.00 153.00 + 28.600 153.00 0.00 153.00 + 28.625 154.00 0.00 154.00 + 28.650 145.00 0.00 145.00 + 28.675 147.00 0.00 147.00 + 28.700 134.00 0.00 134.00 + 28.725 160.00 0.00 160.00 + 28.750 137.00 0.00 137.00 + 28.775 134.00 0.00 134.00 + 28.800 131.00 0.00 131.00 + 28.825 157.00 0.00 157.00 + 28.850 137.00 0.00 137.00 + 28.875 145.00 0.00 145.00 + 28.900 151.00 0.00 151.00 + 28.925 164.00 0.00 164.00 + 28.950 171.00 0.00 171.00 + 28.975 172.00 0.00 172.00 + 29.000 165.00 0.00 165.00 + 29.025 168.00 0.00 168.00 + 29.050 162.00 0.00 162.00 + 29.075 193.00 0.00 193.00 + 29.100 169.00 0.00 169.00 + 29.125 199.00 0.00 199.00 + 29.150 186.00 0.00 186.00 + 29.175 208.00 0.00 208.00 + 29.200 196.00 0.00 196.00 + 29.225 182.00 0.00 182.00 + 29.250 246.00 0.00 246.00 + 29.275 245.00 0.00 245.00 + 29.300 284.00 0.00 284.00 + 29.325 340.00 0.00 340.00 + 29.350 364.00 0.00 364.00 + 29.375 382.00 0.00 382.00 + 29.400 519.00 0.00 519.00 + 29.425 665.00 0.00 665.00 + 29.450 837.00 0.00 837.00 + 29.475 1080.00 0.00 1080.00 + 29.500 1566.00 0.00 1566.00 + 29.525 2321.00 0.00 2321.00 + 29.550 3438.00 0.00 3438.00 + 29.575 5181.00 0.00 5181.00 + 29.600 8141.00 0.00 8141.00 + 29.625 12608.00 0.00 12608.00 + 29.650 15702.00 0.00 15702.00 + 29.675 14432.00 0.00 14432.00 + 29.700 12071.00 0.00 12071.00 + 29.725 9687.00 0.00 9687.00 + 29.750 7137.00 0.00 7137.00 + 29.775 4123.00 0.00 4123.00 + 29.800 2094.00 0.00 2094.00 + 29.825 1334.00 0.00 1334.00 + 29.850 1013.00 0.00 1013.00 + 29.875 780.00 0.00 780.00 + 29.900 668.00 0.00 668.00 + 29.925 467.00 0.00 467.00 + 29.950 438.00 0.00 438.00 + 29.975 379.00 0.00 379.00 + 30.000 355.00 0.00 355.00 + 30.025 263.00 0.00 263.00 + 30.050 287.00 0.00 287.00 + 30.075 299.00 0.00 299.00 + 30.100 247.00 0.00 247.00 + 30.125 253.00 0.00 253.00 + 30.150 236.00 0.00 236.00 + 30.175 223.00 0.00 223.00 + 30.200 193.00 0.00 193.00 + 30.225 198.00 0.00 198.00 + 30.250 184.00 0.00 184.00 + 30.275 204.00 0.00 204.00 + 30.300 185.00 0.00 185.00 + 30.325 174.00 0.00 174.00 + 30.350 201.00 0.00 201.00 + 30.375 168.00 0.00 168.00 + 30.400 185.00 0.00 185.00 + 30.425 175.00 0.00 175.00 + 30.450 171.00 0.00 171.00 + 30.475 153.00 0.00 153.00 + 30.500 162.00 0.00 162.00 + 30.525 135.00 0.00 135.00 + 30.550 159.00 0.00 159.00 + 30.575 139.00 0.00 139.00 + 30.600 147.00 0.00 147.00 + 30.625 127.00 0.00 127.00 + 30.650 143.00 0.00 143.00 + 30.675 140.00 0.00 140.00 + 30.700 115.00 0.00 115.00 + 30.725 142.00 0.00 142.00 + 30.750 123.00 0.00 123.00 + 30.775 156.00 0.00 156.00 + 30.800 133.00 0.00 133.00 + 30.825 135.00 0.00 135.00 + 30.850 128.00 0.00 128.00 + 30.875 130.00 0.00 130.00 + 30.900 127.00 0.00 127.00 + 30.925 120.00 0.00 120.00 + 30.950 121.00 0.00 121.00 + 30.975 106.00 0.00 106.00 + 31.000 134.00 0.00 134.00 + 31.025 114.00 0.00 114.00 + 31.050 107.00 0.00 107.00 + 31.075 123.00 0.02 122.98 + 31.100 111.00 0.02 110.98 + 31.125 92.00 0.02 91.98 + 31.150 134.00 0.02 133.98 + 31.175 87.00 0.02 86.98 + 31.200 130.00 0.02 129.98 + 31.225 97.00 0.02 96.98 + 31.250 101.00 0.02 100.98 + 31.275 113.00 0.02 112.98 + 31.300 119.00 0.02 118.98 + 31.325 122.00 0.03 121.97 + 31.350 114.00 0.03 113.97 + 31.375 117.00 0.03 116.97 + 31.400 84.00 0.03 83.97 + 31.425 105.00 0.03 104.97 + 31.450 111.00 0.03 110.97 + 31.475 104.00 0.03 103.97 + 31.500 119.00 0.03 118.97 + 31.525 119.00 0.03 118.97 + 31.550 101.00 0.03 100.97 + 31.575 117.00 0.03 116.97 + 31.600 122.00 0.03 121.97 + 31.625 105.00 0.03 104.97 + 31.650 128.00 0.03 127.97 + 31.675 116.00 0.03 115.97 + 31.700 126.00 0.03 125.97 + 31.725 115.00 0.03 114.97 + 31.750 121.00 0.03 120.97 + 31.775 116.00 0.03 115.97 + 31.800 144.00 0.03 143.97 + 31.825 141.00 0.03 140.97 + 31.850 128.00 0.03 127.97 + 31.875 148.00 0.03 147.97 + 31.900 165.00 0.03 164.97 + 31.925 172.00 0.03 171.97 + 31.950 182.00 0.03 181.97 + 31.975 174.00 0.03 173.97 + 32.000 193.00 0.03 192.97 + 32.025 230.00 0.03 229.97 + 32.050 247.00 0.03 246.97 + 32.075 312.00 0.03 311.97 + 32.100 325.00 0.03 324.97 + 32.125 423.00 0.03 422.97 + 32.150 589.00 0.03 588.97 + 32.175 755.00 0.03 754.97 + 32.200 1130.00 0.03 1129.97 + 32.225 1670.00 0.03 1669.97 + 32.250 2522.00 0.03 2521.97 + 32.275 3976.00 0.03 3975.97 + 32.300 5312.00 0.03 5311.97 + 32.325 5540.00 0.03 5539.97 + 32.350 4806.00 0.03 4805.97 + 32.375 3984.00 0.03 3983.97 + 32.400 3579.00 0.03 3578.97 + 32.425 2684.00 0.03 2683.97 + 32.450 1672.00 0.03 1671.97 + 32.475 977.00 0.04 976.96 + 32.500 645.00 0.04 644.96 + 32.525 451.00 0.04 450.96 + 32.550 390.00 0.04 389.96 + 32.575 317.00 0.04 316.96 + 32.600 305.00 0.04 304.96 + 32.625 278.00 0.04 277.96 + 32.650 234.00 0.04 233.96 + 32.675 264.00 0.04 263.96 + 32.700 246.00 0.04 245.96 + 32.725 263.00 0.04 262.96 + 32.750 239.00 0.04 238.96 + 32.775 271.00 0.04 270.96 + 32.800 260.00 0.04 259.96 + 32.825 299.00 0.04 298.96 + 32.850 300.00 0.04 299.96 + 32.875 332.00 0.04 331.96 + 32.900 411.00 0.04 410.96 + 32.925 497.00 0.04 496.96 + 32.950 630.00 0.04 629.96 + 32.975 918.00 0.04 917.96 + 33.000 1214.00 0.04 1213.96 + 33.025 1839.00 0.04 1838.96 + 33.050 2852.00 0.04 2851.96 + 33.075 4745.00 0.04 4744.96 + 33.100 6636.00 0.04 6635.96 + 33.125 7831.00 0.04 7830.96 + 33.150 7010.00 0.04 7009.96 + 33.175 5926.00 0.04 5925.96 + 33.200 5069.00 0.05 5068.96 + 33.225 4251.00 0.05 4250.95 + 33.250 2900.00 0.05 2899.95 + 33.275 1743.00 0.05 1742.95 + 33.300 1167.00 0.05 1166.95 + 33.325 841.00 0.05 840.95 + 33.350 646.00 0.05 645.95 + 33.375 517.00 0.05 516.95 + 33.400 412.00 0.05 411.95 + 33.425 354.00 0.05 353.95 + 33.450 301.00 0.05 300.95 + 33.475 282.00 0.05 281.95 + 33.500 234.00 0.05 233.95 + 33.525 204.00 0.05 203.95 + 33.550 235.00 0.05 234.95 + 33.575 226.00 0.05 225.95 + 33.600 207.00 0.05 206.95 + 33.625 200.00 0.05 199.95 + 33.650 180.00 0.05 179.95 + 33.675 180.00 0.05 179.95 + 33.700 179.00 0.05 178.95 + 33.725 172.00 0.06 171.94 + 33.750 180.00 0.06 179.94 + 33.775 157.00 0.06 156.94 + 33.800 154.00 0.06 153.94 + 33.825 173.00 0.06 172.94 + 33.850 198.00 0.06 197.94 + 33.875 147.00 0.06 146.94 + 33.900 168.00 0.06 167.94 + 33.925 157.00 0.06 156.94 + 33.950 199.00 0.06 198.94 + 33.975 209.00 0.06 208.94 + 34.000 242.00 0.06 241.94 + 34.025 257.00 0.06 256.94 + 34.050 328.00 0.06 327.94 + 34.075 467.00 0.06 466.94 + 34.100 631.00 0.06 630.94 + 34.125 994.00 0.07 993.93 + 34.150 1449.00 0.07 1448.93 + 34.175 1522.00 0.07 1521.93 + 34.200 1193.00 0.07 1192.93 + 34.225 977.00 0.07 976.93 + 34.250 947.00 0.07 946.93 + 34.275 796.00 0.07 795.93 + 34.300 548.00 0.07 547.93 + 34.325 358.00 0.07 357.93 + 34.350 251.00 0.07 250.93 + 34.375 190.00 0.07 189.93 + 34.400 164.00 0.07 163.93 + 34.425 159.00 0.07 158.93 + 34.450 137.00 0.08 136.92 + 34.475 134.00 0.08 133.92 + 34.500 136.00 0.08 135.92 + 34.525 126.00 0.08 125.92 + 34.550 122.00 0.08 121.92 + 34.575 128.00 0.08 127.92 + 34.600 108.00 0.08 107.92 + 34.625 100.00 0.08 99.92 + 34.650 120.00 0.08 119.92 + 34.675 106.00 0.08 105.92 + 34.700 123.00 0.09 122.91 + 34.725 117.00 0.09 116.91 + 34.750 113.00 0.09 112.91 + 34.775 108.00 0.09 107.91 + 34.800 121.00 0.09 120.91 + 34.825 104.00 0.09 103.91 + 34.850 104.00 0.09 103.91 + 34.875 100.00 0.09 99.91 + 34.900 105.00 0.09 104.91 + 34.925 107.00 0.10 106.90 + 34.950 108.00 0.10 107.90 + 34.975 103.00 0.10 102.90 + 35.000 108.00 0.10 107.90 + 35.025 123.00 0.10 122.90 + 35.050 92.00 0.10 91.90 + 35.075 122.00 0.10 121.90 + 35.100 97.00 0.11 96.89 + 35.125 101.00 0.11 100.89 + 35.150 92.00 0.11 91.89 + 35.175 114.00 0.11 113.89 + 35.200 89.00 0.11 88.89 + 35.225 81.00 0.11 80.89 + 35.250 113.00 0.11 112.89 + 35.275 76.00 0.12 75.88 + 35.300 89.00 0.12 88.88 + 35.325 99.00 0.12 98.88 + 35.350 89.00 0.12 88.88 + 35.375 98.00 0.12 97.88 + 35.400 98.00 0.13 97.87 + 35.425 104.00 0.13 103.87 + 35.450 120.00 0.13 119.87 + 35.475 100.00 0.13 99.87 + 35.500 99.00 0.13 98.87 + 35.525 89.00 0.14 88.86 + 35.550 111.00 0.14 110.86 + 35.575 98.00 0.14 97.86 + 35.600 96.00 0.14 95.86 + 35.625 95.00 0.14 94.86 + 35.650 84.00 0.15 83.85 + 35.675 115.00 0.15 114.85 + 35.700 106.00 0.15 105.85 + 35.725 100.00 0.15 99.85 + 35.750 86.00 0.16 85.84 + 35.775 110.00 0.16 109.84 + 35.800 86.00 0.16 85.84 + 35.825 98.00 0.17 97.83 + 35.850 97.00 0.17 96.83 + 35.875 109.00 0.17 108.83 + 35.900 112.00 0.17 111.83 + 35.925 105.00 0.18 104.82 + 35.950 86.00 0.18 85.82 + 35.975 102.00 0.18 101.82 + 36.000 91.00 0.19 90.81 + 36.025 98.00 0.19 97.81 + 36.050 111.00 0.19 110.81 + 36.075 89.00 0.20 88.80 + 36.100 95.00 0.20 94.80 + 36.125 95.00 0.21 94.79 + 36.150 84.00 0.21 83.79 + 36.175 114.00 0.21 113.79 + 36.200 108.00 0.22 107.78 + 36.225 96.00 0.22 95.78 + 36.250 94.00 0.23 93.77 + 36.275 94.00 0.23 93.77 + 36.300 102.00 0.24 101.76 + 36.325 91.00 0.24 90.76 + 36.350 106.00 0.25 105.75 + 36.375 103.00 0.25 102.75 + 36.400 82.00 0.26 81.74 + 36.425 121.00 0.26 120.74 + 36.450 101.00 0.27 100.73 + 36.475 109.00 0.28 108.72 + 36.500 112.00 0.28 111.72 + 36.525 104.00 0.29 103.71 + 36.550 103.00 0.30 102.70 + 36.575 105.00 0.30 104.70 + 36.600 112.00 0.31 111.69 + 36.625 119.00 0.32 118.68 + 36.650 116.00 0.32 115.68 + 36.675 119.00 0.33 118.67 + 36.700 115.00 0.34 114.66 + 36.725 106.00 0.35 105.65 + 36.750 122.00 0.36 121.64 + 36.775 116.00 0.37 115.63 + 36.800 120.00 0.38 119.62 + 36.825 130.00 0.39 129.61 + 36.850 107.00 0.40 106.60 + 36.875 137.00 0.41 136.59 + 36.900 132.00 0.42 131.58 + 36.925 131.00 0.43 130.57 + 36.950 140.00 0.45 139.55 + 36.975 150.00 0.46 149.54 + 37.000 149.00 0.47 148.53 + 37.025 161.00 0.49 160.51 + 37.050 190.00 0.50 189.50 + 37.075 210.00 0.52 209.48 + 37.100 234.00 0.53 233.47 + 37.125 297.00 0.55 296.45 + 37.150 378.00 0.57 377.43 + 37.175 583.00 0.59 582.41 + 37.200 909.00 0.61 908.39 + 37.225 1431.00 0.63 1430.37 + 37.250 2164.00 0.65 2163.35 + 37.275 2620.00 0.67 2619.33 + 37.300 2390.00 0.70 2389.30 + 37.325 1970.00 0.72 1969.28 + 37.350 1772.00 0.75 1771.25 + 37.375 1685.00 0.78 1684.22 + 37.400 1327.00 0.81 1326.19 + 37.425 891.00 0.84 890.16 + 37.450 543.00 0.87 542.13 + 37.475 352.00 0.91 351.09 + 37.500 292.00 0.95 291.05 + 37.525 230.00 0.99 229.01 + 37.550 177.00 1.03 175.97 + 37.575 182.00 1.08 180.92 + 37.600 207.00 1.12 205.88 + 37.625 158.00 1.18 156.82 + 37.650 143.00 1.23 141.77 + 37.675 129.00 1.29 127.71 + 37.700 161.00 1.36 159.64 + 37.725 133.00 1.43 131.57 + 37.750 119.00 1.51 117.49 + 37.775 120.00 1.59 118.41 + 37.800 128.00 1.68 126.32 + 37.825 118.00 1.77 116.23 + 37.850 121.00 1.88 119.12 + 37.875 132.00 2.03 129.97 + 37.900 135.00 2.15 132.85 + 37.925 134.00 2.29 131.71 + 37.950 132.00 2.44 129.56 + 37.975 135.00 2.61 132.39 + 38.000 156.00 2.80 153.20 + 38.025 182.00 3.00 179.00 + 38.050 207.00 3.23 203.77 + 38.075 266.00 3.49 262.51 + 38.100 351.00 3.78 347.22 + 38.125 368.00 4.11 363.89 + 38.150 312.00 4.48 307.52 + 38.175 269.00 4.90 264.10 + 38.200 260.00 5.39 254.61 + 38.225 249.00 5.95 243.05 + 38.250 219.00 6.61 212.39 + 38.275 174.00 7.38 166.62 + 38.300 157.00 8.29 148.71 + 38.325 146.00 9.38 136.62 + 38.350 135.00 10.70 124.30 + 38.375 137.00 12.31 124.69 + 38.400 136.00 14.33 121.67 + 38.425 103.00 16.95 86.05 + 38.450 107.00 20.56 86.44 + 38.475 99.00 26.17 72.83 + 38.500 133.00 36.00 97.00 + 38.525 129.00 54.64 74.36 + 38.550 147.00 89.78 57.22 + 38.575 130.00 151.37 -21.37 + 38.600 115.00 247.46 -132.46 + 38.625 123.00 377.05 -254.05 + 38.650 109.00 522.37 -413.37 + 38.675 106.00 644.56 -538.56 + 38.700 115.00 691.41 -576.41 + 38.725 136.00 636.62 -500.62 + 38.750 119.00 510.56 -391.56 + 38.775 126.00 365.36 -239.36 + 38.800 131.00 238.14 -107.14 + 38.825 135.00 145.02 -10.02 + 38.850 116.00 86.02 29.98 + 38.875 112.00 52.61 59.39 + 38.900 123.00 34.94 88.06 + 38.925 116.00 25.59 90.41 + 38.950 121.00 20.21 100.79 + 38.975 136.00 16.71 119.29 + 39.000 147.00 14.16 132.84 + 39.025 130.00 12.18 117.82 + 39.050 156.00 10.59 145.41 + 39.075 138.00 9.29 128.71 + 39.100 133.00 8.22 124.78 + 39.125 144.00 7.32 136.68 + 39.150 163.00 6.56 156.44 + 39.175 171.00 5.92 165.08 + 39.200 198.00 5.36 192.64 + 39.225 191.00 4.88 186.12 + 39.250 196.00 4.46 191.54 + 39.275 226.00 4.09 221.91 + 39.300 243.00 3.77 239.23 + 39.325 294.00 3.49 290.51 + 39.350 352.00 3.23 348.77 + 39.375 472.00 3.01 468.99 + 39.400 630.00 2.80 627.20 + 39.425 984.00 2.62 981.38 + 39.450 1383.00 2.45 1380.55 + 39.475 2157.00 2.30 2154.70 + 39.500 2946.00 2.17 2943.83 + 39.525 2947.00 2.05 2944.95 + 39.550 2469.00 1.93 2467.07 + 39.575 1988.00 1.83 1986.17 + 39.600 2056.00 1.73 2054.27 + 39.625 1767.00 1.65 1765.35 + 39.650 1317.00 1.56 1315.44 + 39.675 793.00 1.49 791.51 + 39.700 524.00 1.42 522.58 + 39.725 362.00 1.36 360.64 + 39.750 282.00 1.30 280.70 + 39.775 264.00 1.24 262.76 + 39.800 227.00 1.19 225.81 + 39.825 186.00 1.14 184.86 + 39.850 194.00 1.10 192.90 + 39.875 168.00 1.05 166.95 + 39.900 177.00 1.01 175.99 + 39.925 199.00 0.98 198.02 + 39.950 174.00 0.94 173.06 + 39.975 169.00 0.91 168.09 + 40.000 183.00 0.88 182.12 + 40.025 194.00 0.85 193.15 + 40.050 204.00 0.82 203.18 + 40.075 189.00 0.80 188.20 + 40.100 213.00 0.77 212.23 + 40.125 296.00 0.75 295.25 + 40.150 350.00 0.73 349.27 + 40.175 476.00 0.71 475.29 + 40.200 746.00 0.69 745.31 + 40.225 894.00 0.67 893.33 + 40.250 816.00 0.65 815.35 + 40.275 615.00 0.63 614.37 + 40.300 549.00 0.62 548.38 + 40.325 596.00 0.60 595.40 + 40.350 524.00 0.59 523.41 + 40.375 395.00 0.57 394.43 + 40.400 306.00 0.56 305.44 + 40.425 223.00 0.55 222.45 + 40.450 164.00 0.54 163.46 + 40.475 206.00 0.52 205.48 + 40.500 198.00 0.51 197.49 + 40.525 162.00 0.50 161.50 + 40.550 173.00 0.49 172.51 + 40.575 163.00 0.48 162.52 + 40.600 144.00 0.47 143.53 + 40.625 169.00 0.47 168.53 + 40.650 160.00 0.46 159.54 + 40.675 156.00 0.45 155.55 + 40.700 143.00 0.44 142.56 + 40.725 187.00 0.44 186.56 + 40.750 146.00 0.43 145.57 + 40.775 146.00 0.42 145.58 + 40.800 157.00 0.42 156.58 + 40.825 177.00 0.41 176.59 + 40.850 173.00 0.40 172.60 + 40.875 171.00 0.40 170.60 + 40.900 197.00 0.39 196.61 + 40.925 214.00 0.39 213.61 + 40.950 254.00 0.38 253.62 + 40.975 333.00 0.38 332.62 + 41.000 505.00 0.38 504.62 + 41.025 760.00 0.37 759.63 + 41.050 1047.00 0.37 1046.63 + 41.075 1074.00 0.36 1073.64 + 41.100 910.00 0.36 909.64 + 41.125 689.00 0.36 688.64 + 41.150 698.00 0.35 697.65 + 41.175 717.00 0.35 716.65 + 41.200 570.00 0.35 569.65 + 41.225 382.00 0.35 381.65 + 41.250 273.00 0.34 272.66 + 41.275 291.00 0.34 290.66 + 41.300 231.00 0.34 230.66 + 41.325 278.00 0.34 277.66 + 41.350 239.00 0.34 238.66 + 41.375 272.00 0.33 271.67 + 41.400 257.00 0.33 256.67 + 41.425 316.00 0.33 315.67 + 41.450 315.00 0.33 314.67 + 41.475 377.00 0.33 376.67 + 41.500 419.00 0.33 418.67 + 41.525 593.00 0.33 592.67 + 41.550 709.00 0.33 708.67 + 41.575 1116.00 0.33 1115.67 + 41.600 1749.00 0.33 1748.67 + 41.625 2604.00 0.32 2603.68 + 41.650 3739.00 0.32 3738.68 + 41.675 4133.00 0.32 4132.68 + 41.700 3642.00 0.32 3641.68 + 41.725 2835.00 0.32 2834.68 + 41.750 2622.00 0.33 2621.67 + 41.775 2580.00 0.33 2579.67 + 41.800 2147.00 0.33 2146.67 + 41.825 1381.00 0.33 1380.67 + 41.850 844.00 0.33 843.67 + 41.875 578.00 0.33 577.67 + 41.900 447.00 0.33 446.67 + 41.925 351.00 0.33 350.67 + 41.950 339.00 0.33 338.67 + 41.975 309.00 0.33 308.67 + 42.000 260.00 0.33 259.67 + 42.025 268.00 0.34 267.66 + 42.050 240.00 0.34 239.66 + 42.075 250.00 0.34 249.66 + 42.100 233.00 0.34 232.66 + 42.125 275.00 0.34 274.66 + 42.150 281.00 0.35 280.65 + 42.175 285.00 0.35 284.65 + 42.200 381.00 0.35 380.65 + 42.225 450.00 0.36 449.64 + 42.250 601.00 0.36 600.64 + 42.275 801.00 0.36 800.64 + 42.300 895.00 0.36 894.64 + 42.325 881.00 0.37 880.63 + 42.350 726.00 0.37 725.63 + 42.375 644.00 0.38 643.62 + 42.400 608.00 0.38 607.62 + 42.425 589.00 0.38 588.62 + 42.450 498.00 0.39 497.61 + 42.475 386.00 0.39 385.61 + 42.500 283.00 0.40 282.60 + 42.525 277.00 0.40 276.60 + 42.550 254.00 0.41 253.59 + 42.575 276.00 0.41 275.59 + 42.600 249.00 0.42 248.58 + 42.625 224.00 0.42 223.58 + 42.650 213.00 0.43 212.57 + 42.675 196.00 0.44 195.56 + 42.700 234.00 0.44 233.56 + 42.725 186.00 0.45 185.55 + 42.750 215.00 0.46 214.54 + 42.775 191.00 0.46 190.54 + 42.800 211.00 0.47 210.53 + 42.825 189.00 0.48 188.52 + 42.850 204.00 0.49 203.51 + 42.875 193.00 0.50 192.50 + 42.900 227.00 0.51 226.49 + 42.925 221.00 0.52 220.48 + 42.950 225.00 0.53 224.47 + 42.975 199.00 0.54 198.46 + 43.000 187.00 0.55 186.45 + 43.025 193.00 0.56 192.44 + 43.050 214.00 0.57 213.43 + 43.075 235.00 0.58 234.42 + 43.100 241.00 0.60 240.40 + 43.125 232.00 0.61 231.39 + 43.150 239.00 0.62 238.38 + 43.175 254.00 0.64 253.36 + 43.200 252.00 0.65 251.35 + 43.225 264.00 0.67 263.33 + 43.250 251.00 0.69 250.31 + 43.275 260.00 0.70 259.30 + 43.300 320.00 0.72 319.28 + 43.325 375.00 0.74 374.26 + 43.350 379.00 0.76 378.24 + 43.375 442.00 0.78 441.22 + 43.400 425.00 0.80 424.20 + 43.425 492.00 0.83 491.17 + 43.450 574.00 0.85 573.15 + 43.475 693.00 0.88 692.12 + 43.500 816.00 0.90 815.10 + 43.525 1046.00 0.93 1045.07 + 43.550 1286.00 0.96 1285.04 + 43.575 1773.00 0.99 1772.01 + 43.600 2593.00 1.03 2591.97 + 43.625 4047.00 1.06 4045.94 + 43.650 6544.00 1.10 6542.90 + 43.675 9907.00 1.14 9905.86 + 43.700 12440.00 1.18 12438.82 + 43.725 12196.00 1.22 12194.78 + 43.750 9815.00 1.27 9813.73 + 43.775 8006.00 1.32 8004.68 + 43.800 7742.00 1.38 7740.62 + 43.825 7431.00 1.43 7429.57 + 43.850 5975.00 1.49 5973.51 + 43.875 3773.00 1.56 3771.44 + 43.900 2148.00 1.63 2146.37 + 43.925 1465.00 1.70 1463.30 + 43.950 1080.00 1.78 1078.22 + 43.975 849.00 1.87 847.13 + 44.000 683.00 1.96 681.04 + 44.025 579.00 2.06 576.94 + 44.050 560.00 2.16 557.84 + 44.075 480.00 2.28 477.72 + 44.100 481.00 2.41 478.59 + 44.125 470.00 2.54 467.46 + 44.150 468.00 2.69 465.31 + 44.175 450.00 2.86 447.14 + 44.200 469.00 3.04 465.96 + 44.225 498.00 3.23 494.77 + 44.250 468.00 3.45 464.55 + 44.275 528.00 3.69 524.31 + 44.300 615.00 3.96 611.04 + 44.325 632.00 4.25 627.75 + 44.350 765.00 4.59 760.41 + 44.375 985.00 4.96 980.04 + 44.400 1263.00 5.38 1257.62 + 44.425 1833.00 5.85 1827.15 + 44.450 2821.00 6.40 2814.60 + 44.475 4290.00 7.02 4282.98 + 44.500 5647.00 7.73 5639.27 + 44.525 5682.00 8.56 5673.44 + 44.550 5372.00 9.54 5362.46 + 44.575 5802.00 10.68 5791.32 + 44.600 7664.00 12.05 7651.95 + 44.625 7744.00 13.69 7730.31 + 44.650 5866.00 15.69 5850.31 + 44.675 4103.00 18.16 4084.84 + 44.700 3552.00 21.25 3530.75 + 44.725 3442.00 25.25 3416.75 + 44.750 2855.00 30.72 2824.28 + 44.775 1843.00 39.05 1803.95 + 44.800 1102.00 53.59 1048.41 + 44.825 771.00 81.58 689.42 + 44.850 578.00 135.99 442.01 + 44.875 517.00 233.85 283.15 + 44.900 456.00 388.52 67.48 + 44.925 381.00 595.07 -214.07 + 44.950 379.00 815.34 -436.34 + 44.975 335.00 970.69 -635.69 + 45.000 326.00 973.77 -647.77 + 45.025 303.00 822.59 -519.59 + 45.050 286.00 602.98 -316.98 + 45.075 287.00 395.11 -108.11 + 45.100 274.00 238.31 35.69 + 45.125 272.00 138.60 133.40 + 45.150 282.00 82.97 199.03 + 45.175 267.00 54.29 212.71 + 45.200 236.00 39.43 196.57 + 45.225 255.00 30.95 224.05 + 45.250 238.00 25.41 212.59 + 45.275 218.00 21.37 196.63 + 45.300 224.00 18.25 205.75 + 45.325 209.00 15.76 193.24 + 45.350 228.00 13.75 214.25 + 45.375 244.00 12.10 231.90 + 45.400 234.00 10.72 223.28 + 45.425 221.00 9.57 211.43 + 45.450 237.00 8.59 228.41 + 45.475 224.00 7.75 216.25 + 45.500 217.00 7.03 209.97 + 45.525 187.00 6.40 180.60 + 45.550 261.00 5.86 255.14 + 45.575 216.00 5.38 210.62 + 45.600 246.00 4.96 241.04 + 45.625 244.00 4.58 239.42 + 45.650 282.00 4.25 277.75 + 45.675 276.00 3.95 272.05 + 45.700 314.00 3.68 310.32 + 45.725 333.00 3.44 329.56 + 45.750 385.00 3.22 381.78 + 45.775 413.00 3.03 409.97 + 45.800 609.00 2.85 606.15 + 45.825 855.00 2.68 852.32 + 45.850 1397.00 2.53 1394.47 + 45.875 2190.00 2.39 2187.61 + 45.900 3180.00 2.26 3177.74 + 45.925 3151.00 2.15 3148.85 + 45.950 2427.00 2.04 2424.96 + 45.975 1819.00 1.94 1817.06 + 46.000 1843.00 1.85 1841.15 + 46.025 2058.00 1.76 2056.24 + 46.050 1720.00 1.68 1718.32 + 46.075 1115.00 1.60 1113.40 + 46.100 716.00 1.53 714.47 + 46.125 480.00 1.47 478.53 + 46.150 364.00 1.41 362.59 + 46.175 297.00 1.35 295.65 + 46.200 300.00 1.30 298.70 + 46.225 267.00 1.24 265.76 + 46.250 227.00 1.20 225.80 + 46.275 215.00 1.15 213.85 + 46.300 189.00 1.11 187.89 + 46.325 213.00 1.07 211.93 + 46.350 174.00 1.01 172.99 + 46.375 175.00 0.97 174.03 + 46.400 193.00 0.94 192.06 + 46.425 183.00 0.90 182.10 + 46.450 178.00 0.87 177.13 + 46.475 166.00 0.85 165.15 + 46.500 171.00 0.82 170.18 + 46.525 171.00 0.79 170.21 + 46.550 172.00 0.77 171.23 + 46.575 161.00 0.74 160.26 + 46.600 151.00 0.72 150.28 + 46.625 143.00 0.70 142.30 + 46.650 141.00 0.68 140.32 + 46.675 139.00 0.66 138.34 + 46.700 172.00 0.64 171.36 + 46.725 153.00 0.62 152.38 + 46.750 169.00 0.60 168.40 + 46.775 141.00 0.59 140.41 + 46.800 125.00 0.57 124.43 + 46.825 135.00 0.55 134.45 + 46.850 142.00 0.54 141.46 + 46.875 134.00 0.53 133.47 + 46.900 142.00 0.51 141.49 + 46.925 138.00 0.50 137.50 + 46.950 152.00 0.49 151.51 + 46.975 159.00 0.47 158.53 + 47.000 140.00 0.46 139.54 + 47.025 143.00 0.45 142.55 + 47.050 136.00 0.44 135.56 + 47.075 147.00 0.43 146.57 + 47.100 144.00 0.42 143.58 + 47.125 148.00 0.41 147.59 + 47.150 153.00 0.40 152.60 + 47.175 112.00 0.39 111.61 + 47.200 148.00 0.38 147.62 + 47.225 138.00 0.37 137.63 + 47.250 119.00 0.37 118.63 + 47.275 121.00 0.36 120.64 + 47.300 160.00 0.35 159.65 + 47.325 136.00 0.34 135.66 + 47.350 164.00 0.34 163.66 + 47.375 137.00 0.33 136.67 + 47.400 166.00 0.32 165.68 + 47.425 142.00 0.32 141.68 + 47.450 158.00 0.31 157.69 + 47.475 176.00 0.30 175.70 + 47.500 175.00 0.30 174.70 + 47.525 183.00 0.29 182.71 + 47.550 249.00 0.29 248.71 + 47.575 309.00 0.28 308.72 + 47.600 389.00 0.27 388.73 + 47.625 541.00 0.27 540.73 + 47.650 720.00 0.26 719.74 + 47.675 682.00 0.26 681.74 + 47.700 600.00 0.25 599.75 + 47.725 452.00 0.25 451.75 + 47.750 443.00 0.25 442.75 + 47.775 453.00 0.24 452.76 + 47.800 437.00 0.24 436.76 + 47.825 329.00 0.23 328.77 + 47.850 289.00 0.23 288.77 + 47.875 226.00 0.22 225.78 + 47.900 201.00 0.22 200.78 + 47.925 182.00 0.22 181.78 + 47.950 160.00 0.21 159.79 + 47.975 178.00 0.21 177.79 + 48.000 146.00 0.21 145.79 + 48.025 181.00 0.20 180.80 + 48.050 142.00 0.20 141.80 + 48.075 201.00 0.20 200.80 + 48.100 182.00 0.19 181.81 + 48.125 174.00 0.19 173.81 + 48.150 168.00 0.19 167.81 + 48.175 174.00 0.18 173.82 + 48.200 233.00 0.18 232.82 + 48.225 275.00 0.18 274.82 + 48.250 331.00 0.18 330.82 + 48.275 464.00 0.17 463.83 + 48.300 712.00 0.17 711.83 + 48.325 969.00 0.17 968.83 + 48.350 1093.00 0.17 1092.83 + 48.375 984.00 0.16 983.84 + 48.400 752.00 0.16 751.84 + 48.425 624.00 0.16 623.84 + 48.450 651.00 0.16 650.84 + 48.475 695.00 0.15 694.85 + 48.500 597.00 0.15 596.85 + 48.525 460.00 0.15 459.85 + 48.550 284.00 0.15 283.85 + 48.575 261.00 0.15 260.85 + 48.600 211.00 0.14 210.86 + 48.625 196.00 0.14 195.86 + 48.650 175.00 0.14 174.86 + 48.675 167.00 0.14 166.86 + 48.700 165.00 0.14 164.86 + 48.725 143.00 0.13 142.87 + 48.750 153.00 0.13 152.87 + 48.775 155.00 0.13 154.87 + 48.800 137.00 0.13 136.87 + 48.825 161.00 0.13 160.87 + 48.850 131.00 0.13 130.87 + 48.875 138.00 0.12 137.88 + 48.900 125.00 0.12 124.88 + 48.925 114.00 0.12 113.88 + 48.950 154.00 0.12 153.88 + 48.975 114.00 0.12 113.88 + 49.000 118.00 0.12 117.88 + 49.025 120.00 0.11 119.89 + 49.050 130.00 0.11 129.89 + 49.075 117.00 0.11 116.89 + 49.100 126.00 0.11 125.89 + 49.125 132.00 0.11 131.89 + 49.150 122.00 0.11 121.89 + 49.175 133.00 0.11 132.89 + 49.200 122.00 0.11 121.89 + 49.225 113.00 0.10 112.90 + 49.250 128.00 0.10 127.90 + 49.275 139.00 0.10 138.90 + 49.300 126.00 0.10 125.90 + 49.325 140.00 0.10 139.90 + 49.350 120.00 0.10 119.90 + 49.375 122.00 0.10 121.90 + 49.400 122.00 0.10 121.90 + 49.425 136.00 0.10 135.90 + 49.450 116.00 0.09 115.91 + 49.475 113.00 0.09 112.91 + 49.500 103.00 0.09 102.91 + 49.525 120.00 0.09 119.91 + 49.550 129.00 0.09 128.91 + 49.575 112.00 0.09 111.91 + 49.600 118.00 0.09 117.91 + 49.625 140.00 0.09 139.91 + 49.650 135.00 0.09 134.91 + 49.675 101.00 0.09 100.91 + 49.700 128.00 0.08 127.92 + 49.725 115.00 0.08 114.92 + 49.750 126.00 0.08 125.92 + 49.775 120.00 0.08 119.92 + 49.800 119.00 0.08 118.92 + 49.825 107.00 0.08 106.92 + 49.850 122.00 0.08 121.92 + 49.875 124.00 0.08 123.92 + 49.900 123.00 0.08 122.92 + 49.925 159.00 0.08 158.92 + 49.950 132.00 0.08 131.92 + 49.975 136.00 0.08 135.92 + 50.000 115.00 0.07 114.93 + 50.025 142.00 0.07 141.93 + 50.050 132.00 0.07 131.93 + 50.075 144.00 0.07 143.93 + 50.100 140.00 0.07 139.93 + 50.125 131.00 0.07 130.93 + 50.150 112.00 0.07 111.93 + 50.175 147.00 0.07 146.93 + 50.200 129.00 0.07 128.93 + 50.225 129.00 0.07 128.93 + 50.250 106.00 0.07 105.93 + 50.275 129.00 0.07 128.93 + 50.300 127.00 0.07 126.93 + 50.325 122.00 0.07 121.93 + 50.350 155.00 0.07 154.93 + 50.375 130.00 0.06 129.94 + 50.400 121.00 0.06 120.94 + 50.425 131.00 0.06 130.94 + 50.450 173.00 0.06 172.94 + 50.475 157.00 0.06 156.94 + 50.500 146.00 0.06 145.94 + 50.525 153.00 0.06 152.94 + 50.550 168.00 0.06 167.94 + 50.575 199.00 0.06 198.94 + 50.600 204.00 0.06 203.94 + 50.625 212.00 0.06 211.94 + 50.650 232.00 0.06 231.94 + 50.675 255.00 0.06 254.94 + 50.700 319.00 0.06 318.94 + 50.725 410.00 0.06 409.94 + 50.750 629.00 0.06 628.94 + 50.775 1090.00 0.06 1089.94 + 50.800 1814.00 0.06 1813.94 + 50.825 2668.00 0.05 2667.95 + 50.850 2463.00 0.05 2462.95 + 50.875 1752.00 0.05 1751.95 + 50.900 1187.00 0.05 1186.95 + 50.925 1257.00 0.05 1256.95 + 50.950 1542.00 0.05 1541.95 + 50.975 1549.00 0.05 1548.95 + 51.000 1066.00 0.05 1065.95 + 51.025 624.00 0.05 623.95 + 51.050 387.00 0.05 386.95 + 51.075 314.00 0.05 313.95 + 51.100 267.00 0.05 266.95 + 51.125 208.00 0.05 207.95 + 51.150 211.00 0.05 210.95 + 51.175 210.00 0.05 209.95 + 51.200 181.00 0.05 180.95 + 51.225 170.00 0.05 169.95 + 51.250 154.00 0.05 153.95 + 51.275 155.00 0.05 154.95 + 51.300 143.00 0.05 142.95 + 51.325 171.00 0.05 170.95 + 51.350 156.00 0.05 155.95 + 51.375 134.00 0.05 133.95 + 51.400 142.00 0.05 141.95 + 51.425 142.00 0.05 141.95 + 51.450 136.00 0.04 135.96 + 51.475 139.00 0.04 138.96 + 51.500 139.00 0.04 138.96 + 51.525 132.00 0.04 131.96 + 51.550 152.00 0.04 151.96 + 51.575 123.00 0.04 122.96 + 51.600 137.00 0.04 136.96 + 51.625 125.00 0.04 124.96 + 51.650 132.00 0.04 131.96 + 51.675 133.00 0.04 132.96 + 51.700 137.00 0.04 136.96 + 51.725 148.00 0.04 147.96 + 51.750 121.00 0.04 120.96 + 51.775 150.00 0.04 149.96 + 51.800 139.00 0.04 138.96 + 51.825 127.00 0.04 126.96 + 51.850 127.00 0.04 126.96 + 51.875 146.00 0.04 145.96 + 51.900 147.00 0.04 146.96 + 51.925 155.00 0.04 154.96 + 51.950 131.00 0.04 130.96 + 51.975 144.00 0.04 143.96 + 52.000 148.00 0.04 147.96 + 52.025 138.00 0.04 137.96 + 52.050 149.00 0.04 148.96 + 52.075 154.00 0.04 153.96 + 52.100 142.00 0.04 141.96 + 52.125 141.00 0.00 141.00 + 52.150 181.00 0.00 181.00 + 52.175 185.00 0.00 185.00 + 52.200 169.00 0.00 169.00 + 52.225 181.00 0.00 181.00 + 52.250 203.00 0.00 203.00 + 52.275 236.00 0.00 236.00 + 52.300 232.00 0.00 232.00 + 52.325 335.00 0.00 335.00 + 52.350 428.00 0.00 428.00 + 52.375 600.00 0.00 600.00 + 52.400 826.00 0.00 826.00 + 52.425 1143.00 0.00 1143.00 + 52.450 1282.00 0.00 1282.00 + 52.475 1262.00 0.00 1262.00 + 52.500 1070.00 0.00 1070.00 + 52.525 962.00 0.00 962.00 + 52.550 964.00 0.00 964.00 + 52.575 871.00 0.00 871.00 + 52.600 886.00 0.00 886.00 + 52.625 728.00 0.00 728.00 + 52.650 557.00 0.00 557.00 + 52.675 468.00 0.00 468.00 + 52.700 370.00 0.00 370.00 + 52.725 267.00 0.00 267.00 + 52.750 235.00 0.00 235.00 + 52.775 203.00 0.00 203.00 + 52.800 187.00 0.00 187.00 + 52.825 181.00 0.00 181.00 + 52.850 188.00 0.00 188.00 + 52.875 189.00 0.00 189.00 + 52.900 166.00 0.00 166.00 + 52.925 167.00 0.00 167.00 + 52.950 175.00 0.00 175.00 + 52.975 191.00 0.00 191.00 + 53.000 184.00 0.00 184.00 + 53.025 181.00 0.00 181.00 + 53.050 226.00 0.00 226.00 + 53.075 228.00 0.00 228.00 + 53.100 258.00 0.00 258.00 + 53.125 216.00 0.00 216.00 + 53.150 233.00 0.00 233.00 + 53.175 250.00 0.00 250.00 + 53.200 287.00 0.00 287.00 + 53.225 332.00 0.00 332.00 + 53.250 441.00 0.00 441.00 + 53.275 506.00 0.00 506.00 + 53.300 459.00 0.00 459.00 + 53.325 447.00 0.00 447.00 + 53.350 383.00 0.00 383.00 + 53.375 372.00 0.00 372.00 + 53.400 397.00 0.00 397.00 + 53.425 408.00 0.00 408.00 + 53.450 434.00 0.00 434.00 + 53.475 419.00 0.00 419.00 + 53.500 346.00 0.00 346.00 + 53.525 392.00 0.00 392.00 + 53.550 441.00 0.00 441.00 + 53.575 622.00 0.00 622.00 + 53.600 912.00 0.00 912.00 + 53.625 1096.00 0.00 1096.00 + 53.650 1359.00 0.00 1359.00 + 53.675 1605.00 0.00 1605.00 + 53.700 1949.00 0.00 1949.00 + 53.725 1937.00 0.00 1937.00 + 53.750 1843.00 0.00 1843.00 + 53.775 2020.00 0.00 2020.00 + 53.800 1980.00 0.00 1980.00 + 53.825 1741.00 0.00 1741.00 + 53.850 1467.00 0.00 1467.00 + 53.875 1209.00 0.00 1209.00 + 53.900 1080.00 0.00 1080.00 + 53.925 998.00 0.00 998.00 + 53.950 719.00 0.00 719.00 + 53.975 548.00 0.00 548.00 + 54.000 393.00 0.00 393.00 + 54.025 314.00 0.00 314.00 + 54.050 277.00 0.00 277.00 + 54.075 248.00 0.00 248.00 + 54.100 204.00 0.00 204.00 + 54.125 179.00 0.00 179.00 + 54.150 180.00 0.00 180.00 + 54.175 168.00 0.00 168.00 + 54.200 160.00 0.00 160.00 + 54.225 170.00 0.00 170.00 + 54.250 160.00 0.00 160.00 + 54.275 184.00 0.00 184.00 + 54.300 179.00 0.00 179.00 + 54.325 164.00 0.00 164.00 + 54.350 149.00 0.00 149.00 + 54.375 156.00 0.00 156.00 + 54.400 140.00 0.00 140.00 + 54.425 161.00 0.00 161.00 + 54.450 149.00 0.00 149.00 + 54.475 134.00 0.00 134.00 + 54.500 126.00 0.00 126.00 + 54.525 143.00 0.00 143.00 + 54.550 138.00 0.00 138.00 + 54.575 142.00 0.00 142.00 + 54.600 163.00 0.00 163.00 + 54.625 131.00 0.00 131.00 + 54.650 161.00 0.00 161.00 + 54.675 131.00 0.00 131.00 + 54.700 147.00 0.00 147.00 + 54.725 150.00 0.00 150.00 + 54.750 160.00 0.00 160.00 + 54.775 128.00 0.00 128.00 + 54.800 126.00 0.00 126.00 + 54.825 128.00 0.00 128.00 + 54.850 152.00 0.00 152.00 + 54.875 134.00 0.00 134.00 + 54.900 158.00 0.00 158.00 + 54.925 135.00 0.00 135.00 + 54.950 162.00 0.00 162.00 + 54.975 157.00 0.00 157.00 + 55.000 173.00 0.00 173.00 + 55.025 156.00 0.00 156.00 + 55.050 162.00 0.00 162.00 + 55.075 158.00 0.00 158.00 + 55.100 164.00 0.00 164.00 + 55.125 155.00 0.00 155.00 + 55.150 194.00 0.00 194.00 + 55.175 195.00 0.00 195.00 + 55.200 196.00 0.00 196.00 + 55.225 253.00 0.00 253.00 + 55.250 262.00 0.00 262.00 + 55.275 350.00 0.00 350.00 + 55.300 464.00 0.00 464.00 + 55.325 665.00 0.00 665.00 + 55.350 937.00 0.00 937.00 + 55.375 1141.00 0.00 1141.00 + 55.400 1055.00 0.00 1055.00 + 55.425 834.00 0.00 834.00 + 55.450 657.00 0.00 657.00 + 55.475 648.00 0.00 648.00 + 55.500 638.00 0.00 638.00 + 55.525 752.00 0.00 752.00 + 55.550 672.00 0.00 672.00 + 55.575 543.00 0.00 543.00 + 55.600 404.00 0.00 404.00 + 55.625 370.00 0.00 370.00 + 55.650 386.00 0.00 386.00 + 55.675 469.00 0.00 469.00 + 55.700 560.00 0.00 560.00 + 55.725 465.00 0.00 465.00 + 55.750 360.00 0.00 360.00 + 55.775 285.00 0.00 285.00 + 55.800 276.00 0.00 276.00 + 55.825 355.00 0.00 355.00 + 55.850 364.00 0.00 364.00 + 55.875 291.00 0.00 291.00 + 55.900 228.00 0.00 228.00 + 55.925 190.00 0.00 190.00 + 55.950 194.00 0.00 194.00 + 55.975 195.00 0.00 195.00 + 56.000 180.00 0.00 180.00 + 56.025 163.00 0.00 163.00 + 56.050 154.00 0.00 154.00 + 56.075 156.00 0.00 156.00 + 56.100 184.00 0.00 184.00 + 56.125 181.00 0.00 181.00 + 56.150 152.00 0.00 152.00 + 56.175 176.00 0.00 176.00 + 56.200 177.00 0.00 177.00 + 56.225 160.00 0.00 160.00 + 56.250 178.00 0.00 178.00 + 56.275 185.00 0.00 185.00 + 56.300 175.00 0.00 175.00 + 56.325 206.00 0.00 206.00 + 56.350 214.00 0.00 214.00 + 56.375 244.00 0.00 244.00 + 56.400 255.00 0.00 255.00 + 56.425 254.00 0.00 254.00 + 56.450 373.00 0.00 373.00 + 56.475 514.00 0.00 514.00 + 56.500 623.00 0.00 623.00 + 56.525 827.00 0.00 827.00 + 56.550 875.00 0.00 875.00 + 56.575 884.00 0.00 884.00 + 56.600 951.00 0.00 951.00 + 56.625 1181.00 0.00 1181.00 + 56.650 1887.00 0.00 1887.00 + 56.675 2582.00 0.00 2582.00 + 56.700 2875.00 0.00 2875.00 + 56.725 2303.00 0.00 2303.00 + 56.750 1613.00 0.00 1613.00 + 56.775 1270.00 0.00 1270.00 + 56.800 1312.00 0.00 1312.00 + 56.825 1510.00 0.00 1510.00 + 56.850 1599.00 0.00 1599.00 + 56.875 1288.00 0.00 1288.00 + 56.900 890.00 0.00 890.00 + 56.925 794.00 0.00 794.00 + 56.950 643.00 0.00 643.00 + 56.975 683.00 0.00 683.00 + 57.000 884.00 0.00 884.00 + 57.025 1207.00 0.00 1207.00 + 57.050 1571.00 0.00 1571.00 + 57.075 1762.00 0.00 1762.00 + 57.100 1506.00 0.00 1506.00 + 57.125 1186.00 0.00 1186.00 + 57.150 969.00 0.00 969.00 + 57.175 975.00 0.00 975.00 + 57.200 1015.00 0.00 1015.00 + 57.225 1048.00 0.00 1048.00 + 57.250 938.00 0.00 938.00 + 57.275 733.00 0.00 733.00 + 57.300 494.00 0.00 494.00 + 57.325 392.00 0.00 392.00 + 57.350 292.00 0.00 292.00 + 57.375 276.00 0.00 276.00 + 57.400 254.00 0.00 254.00 + 57.425 229.00 0.00 229.00 + 57.450 216.00 0.00 216.00 + 57.475 203.00 0.00 203.00 + 57.500 194.00 0.00 194.00 + 57.525 189.00 0.00 189.00 + 57.550 192.00 0.00 192.00 + 57.575 181.00 0.00 181.00 + 57.600 191.00 0.00 191.00 + 57.625 163.00 0.00 163.00 + 57.650 175.00 0.00 175.00 + 57.675 186.00 0.00 186.00 + 57.700 149.00 0.00 149.00 + 57.725 175.00 0.00 175.00 + 57.750 142.00 0.00 142.00 + 57.775 180.00 0.00 180.00 + 57.800 136.00 0.00 136.00 + 57.825 151.00 0.00 151.00 + 57.850 177.00 0.00 177.00 + 57.875 156.00 0.00 156.00 + 57.900 159.00 0.00 159.00 + 57.925 174.00 0.00 174.00 + 57.950 148.00 0.00 148.00 + 57.975 147.00 0.00 147.00 + 58.000 141.00 0.00 141.00 + 58.025 145.00 0.00 145.00 + 58.050 156.00 0.00 156.00 + 58.075 144.00 0.00 144.00 + 58.100 149.00 0.00 149.00 + 58.125 145.00 0.00 145.00 + 58.150 127.00 0.00 127.00 + 58.175 143.00 0.00 143.00 + 58.200 159.00 0.00 159.00 + 58.225 129.00 0.00 129.00 + 58.250 161.00 0.00 161.00 + 58.275 138.00 0.00 138.00 + 58.300 145.00 0.00 145.00 + 58.325 165.00 0.00 165.00 + 58.350 172.00 0.00 172.00 + 58.375 184.00 0.00 184.00 + 58.400 217.00 0.00 217.00 + 58.425 266.00 0.00 266.00 + 58.450 272.00 0.00 272.00 + 58.475 313.00 0.00 313.00 + 58.500 288.00 0.00 288.00 + 58.525 275.00 0.00 275.00 + 58.550 321.00 0.00 321.00 + 58.575 323.00 0.00 323.00 + 58.600 439.00 0.00 439.00 + 58.625 573.00 0.00 573.00 + 58.650 743.00 0.00 743.00 + 58.675 906.00 0.00 906.00 + 58.700 960.00 0.00 960.00 + 58.725 812.00 0.00 812.00 + 58.750 566.00 0.00 566.00 + 58.775 541.00 0.00 541.00 + 58.800 535.00 0.00 535.00 + 58.825 554.00 0.00 554.00 + 58.850 567.00 0.00 567.00 + 58.875 599.00 0.00 599.00 + 58.900 473.00 0.00 473.00 + 58.925 359.00 0.00 359.00 + 58.950 290.00 0.00 290.00 + 58.975 254.00 0.00 254.00 + 59.000 189.00 0.00 189.00 + 59.025 184.00 0.00 184.00 + 59.050 196.00 0.00 196.00 + 59.075 210.00 0.00 210.00 + 59.100 190.00 0.00 190.00 + 59.125 179.00 0.00 179.00 + 59.150 148.00 0.00 148.00 + 59.175 160.00 0.00 160.00 + 59.200 147.00 0.00 147.00 + 59.225 122.00 0.00 122.00 + 59.250 148.00 0.00 148.00 + 59.275 141.00 0.00 141.00 + 59.300 140.00 0.00 140.00 + 59.325 142.00 0.00 142.00 + 59.350 114.00 0.00 114.00 + 59.375 150.00 0.00 150.00 + 59.400 151.00 0.00 151.00 + 59.425 132.00 0.00 132.00 + 59.450 153.00 0.00 153.00 + 59.475 140.00 0.00 140.00 + 59.500 118.00 0.00 118.00 + 59.525 128.00 0.00 128.00 + 59.550 140.00 0.00 140.00 + 59.575 136.00 0.00 136.00 + 59.600 122.00 0.00 122.00 + 59.625 130.00 0.00 130.00 + 59.650 135.00 0.00 135.00 + 59.675 133.00 0.00 133.00 + 59.700 165.00 0.00 165.00 + 59.725 160.00 0.00 160.00 + 59.750 163.00 0.00 163.00 + 59.775 166.00 0.00 166.00 + 59.800 190.00 0.00 190.00 + 59.825 264.00 0.00 264.00 + 59.850 331.00 0.00 331.00 + 59.875 334.00 0.00 334.00 + 59.900 297.00 0.00 297.00 + 59.925 215.00 0.04 214.96 + 59.950 205.00 0.04 204.96 + 59.975 212.00 0.04 211.96 + 60.000 268.00 0.04 267.96 + 60.025 226.00 0.04 225.96 + 60.050 256.00 0.04 255.96 + 60.075 199.00 0.04 198.96 + 60.100 165.00 0.04 164.96 + 60.125 148.00 0.04 147.96 + 60.150 159.00 0.04 158.96 + 60.175 132.00 0.04 131.96 + 60.200 154.00 0.04 153.96 + 60.225 139.00 0.04 138.96 + 60.250 121.00 0.04 120.96 + 60.275 144.00 0.04 143.96 + 60.300 131.00 0.04 130.96 + 60.325 136.00 0.04 135.96 + 60.350 139.00 0.04 138.96 + 60.375 120.00 0.04 119.96 + 60.400 129.00 0.04 128.96 + 60.425 130.00 0.04 129.96 + 60.450 143.00 0.04 142.96 + 60.475 127.00 0.04 126.96 + 60.500 150.00 0.05 149.95 + 60.525 156.00 0.05 155.95 + 60.550 154.00 0.05 153.95 + 60.575 153.00 0.05 152.95 + 60.600 162.00 0.05 161.95 + 60.625 208.00 0.05 207.95 + 60.650 247.00 0.05 246.95 + 60.675 207.00 0.05 206.95 + 60.700 192.00 0.05 191.95 + 60.725 179.00 0.05 178.95 + 60.750 148.00 0.05 147.95 + 60.775 154.00 0.05 153.95 + 60.800 204.00 0.05 203.95 + 60.825 186.00 0.05 185.95 + 60.850 208.00 0.05 207.95 + 60.875 175.00 0.05 174.95 + 60.900 141.00 0.05 140.95 + 60.925 111.00 0.05 110.95 + 60.950 124.00 0.05 123.95 + 60.975 132.00 0.05 131.95 + 61.000 127.00 0.06 126.94 + 61.025 125.00 0.06 124.94 + 61.050 124.00 0.06 123.94 + 61.075 147.00 0.06 146.94 + 61.100 143.00 0.06 142.94 + 61.125 135.00 0.06 134.94 + 61.150 136.00 0.06 135.94 + 61.175 143.00 0.06 142.94 + 61.200 145.00 0.06 144.94 + 61.225 143.00 0.06 142.94 + 61.250 148.00 0.06 147.94 + 61.275 151.00 0.06 150.94 + 61.300 139.00 0.06 138.94 + 61.325 142.00 0.06 141.94 + 61.350 135.00 0.07 134.93 + 61.375 161.00 0.07 160.93 + 61.400 143.00 0.07 142.93 + 61.425 139.00 0.07 138.93 + 61.450 136.00 0.07 135.93 + 61.475 158.00 0.07 157.93 + 61.500 164.00 0.07 163.93 + 61.525 167.00 0.07 166.93 + 61.550 165.00 0.07 164.93 + 61.575 181.00 0.07 180.93 + 61.600 147.00 0.07 146.93 + 61.625 160.00 0.07 159.93 + 61.650 195.00 0.08 194.92 + 61.675 209.00 0.08 208.92 + 61.700 190.00 0.08 189.92 + 61.725 226.00 0.08 225.92 + 61.750 195.00 0.08 194.92 + 61.775 241.00 0.08 240.92 + 61.800 278.00 0.08 277.92 + 61.825 302.00 0.08 301.92 + 61.850 344.00 0.08 343.92 + 61.875 427.00 0.09 426.91 + 61.900 563.00 0.09 562.91 + 61.925 789.00 0.09 788.91 + 61.950 990.00 0.09 989.91 + 61.975 1317.00 0.09 1316.91 + 62.000 1792.00 0.09 1791.91 + 62.025 2342.00 0.09 2341.91 + 62.050 2479.00 0.09 2478.91 + 62.075 2083.00 0.10 2082.90 + 62.100 1541.00 0.10 1540.90 + 62.125 1233.00 0.10 1232.90 + 62.150 1186.00 0.10 1185.90 + 62.175 1301.00 0.10 1300.90 + 62.200 1408.00 0.10 1407.90 + 62.225 1348.00 0.10 1347.90 + 62.250 1086.00 0.11 1085.89 + 62.275 761.00 0.11 760.89 + 62.300 509.00 0.11 508.89 + 62.325 405.00 0.11 404.89 + 62.350 349.00 0.11 348.89 + 62.375 309.00 0.11 308.89 + 62.400 273.00 0.12 272.88 + 62.425 269.00 0.12 268.88 + 62.450 244.00 0.12 243.88 + 62.475 252.00 0.12 251.88 + 62.500 286.00 0.12 285.88 + 62.525 309.00 0.13 308.87 + 62.550 289.00 0.13 288.87 + 62.575 316.00 0.13 315.87 + 62.600 317.00 0.13 316.87 + 62.625 259.00 0.14 258.86 + 62.650 228.00 0.14 227.86 + 62.675 223.00 0.14 222.86 + 62.700 259.00 0.14 258.86 + 62.725 237.00 0.15 236.85 + 62.750 212.00 0.15 211.85 + 62.775 212.00 0.15 211.85 + 62.800 201.00 0.15 200.85 + 62.825 184.00 0.16 183.84 + 62.850 201.00 0.16 200.84 + 62.875 170.00 0.16 169.84 + 62.900 165.00 0.17 164.83 + 62.925 182.00 0.17 181.83 + 62.950 182.00 0.17 181.83 + 62.975 183.00 0.18 182.82 + 63.000 199.00 0.18 198.82 + 63.025 200.00 0.18 199.82 + 63.050 208.00 0.19 207.81 + 63.075 190.00 0.19 189.81 + 63.100 185.00 0.19 184.81 + 63.125 230.00 0.20 229.80 + 63.150 275.00 0.20 274.80 + 63.175 352.00 0.21 351.79 + 63.200 448.00 0.21 447.79 + 63.225 647.00 0.22 646.78 + 63.250 956.00 0.22 955.78 + 63.275 1241.00 0.23 1240.77 + 63.300 1280.00 0.23 1279.77 + 63.325 1063.00 0.24 1062.76 + 63.350 730.00 0.24 729.76 + 63.375 559.00 0.25 558.75 + 63.400 576.00 0.25 575.75 + 63.425 678.00 0.26 677.74 + 63.450 833.00 0.27 832.73 + 63.475 919.00 0.27 918.73 + 63.500 838.00 0.28 837.72 + 63.525 736.00 0.29 735.71 + 63.550 578.00 0.29 577.71 + 63.575 449.00 0.30 448.70 + 63.600 352.00 0.31 351.69 + 63.625 332.00 0.32 331.68 + 63.650 306.00 0.33 305.67 + 63.675 308.00 0.34 307.66 + 63.700 321.00 0.34 320.66 + 63.725 300.00 0.35 299.65 + 63.750 245.00 0.36 244.64 + 63.775 216.00 0.37 215.63 + 63.800 201.00 0.39 200.61 + 63.825 182.00 0.40 181.60 + 63.850 162.00 0.41 161.59 + 63.875 147.00 0.42 146.58 + 63.900 163.00 0.44 162.56 + 63.925 193.00 0.45 192.55 + 63.950 149.00 0.46 148.54 + 63.975 171.00 0.48 170.52 + 64.000 166.00 0.49 165.51 + 64.025 202.00 0.51 201.49 + 64.050 155.00 0.53 154.47 + 64.075 141.00 0.55 140.45 + 64.100 162.00 0.57 161.43 + 64.125 155.00 0.59 154.41 + 64.150 166.00 0.61 165.39 + 64.175 190.00 0.63 189.37 + 64.200 174.00 0.66 173.34 + 64.225 189.00 0.68 188.32 + 64.250 211.00 0.71 210.29 + 64.275 169.00 0.74 168.26 + 64.300 195.00 0.77 194.23 + 64.325 197.00 0.80 196.20 + 64.350 235.00 0.84 234.16 + 64.375 250.00 0.87 249.13 + 64.400 286.00 0.91 285.09 + 64.425 344.00 0.96 343.04 + 64.450 394.00 1.00 393.00 + 64.475 561.00 1.05 559.95 + 64.500 722.00 1.10 720.90 + 64.525 930.00 1.16 928.84 + 64.550 1317.00 1.22 1315.78 + 64.575 1481.00 1.29 1479.71 + 64.600 1358.00 1.36 1356.64 + 64.625 1037.00 1.43 1035.57 + 64.650 813.00 1.52 811.48 + 64.675 746.00 1.61 744.39 + 64.700 717.00 1.71 715.29 + 64.725 877.00 1.82 875.18 + 64.750 916.00 1.94 914.06 + 64.775 896.00 2.07 893.93 + 64.800 663.00 2.22 660.78 + 64.825 502.00 2.38 499.62 + 64.850 396.00 2.57 393.43 + 64.875 302.00 2.77 299.23 + 64.900 255.00 3.00 252.00 + 64.925 280.00 3.26 276.74 + 64.950 238.00 3.55 234.45 + 64.975 238.00 3.89 234.11 + 65.000 233.00 4.27 228.73 + 65.025 267.00 4.71 262.29 + 65.050 258.00 5.23 252.77 + 65.075 267.00 5.83 261.17 + 65.100 346.00 6.55 339.45 + 65.125 468.00 7.41 460.59 + 65.150 667.00 8.44 658.56 + 65.175 897.00 9.70 887.30 + 65.200 976.00 11.27 964.73 + 65.225 870.00 13.24 856.76 + 65.250 617.00 15.76 601.24 + 65.275 478.00 19.08 458.92 + 65.300 483.00 23.55 459.45 + 65.325 485.00 29.93 455.07 + 65.350 541.00 40.16 500.84 + 65.375 636.00 59.42 576.58 + 65.400 625.00 99.89 525.11 + 65.425 465.00 181.70 283.30 + 65.450 354.00 322.35 31.65 + 65.475 276.00 510.33 -234.33 + 65.500 231.00 665.99 -434.99 + 65.525 232.00 657.74 -425.74 + 65.550 190.00 494.28 -304.28 + 65.575 216.00 308.59 -92.59 + 65.600 192.00 172.80 19.20 + 65.625 191.00 95.27 95.73 + 65.650 172.00 57.24 114.76 + 65.675 178.00 39.07 138.93 + 65.700 212.00 29.31 182.69 + 65.725 172.00 23.12 148.88 + 65.750 174.00 18.76 155.24 + 65.775 183.00 15.53 167.47 + 65.800 142.00 13.06 128.94 + 65.825 176.00 11.12 164.88 + 65.850 174.00 9.59 164.41 + 65.875 159.00 8.35 150.65 + 65.900 196.00 7.33 188.67 + 65.925 194.00 6.49 187.51 + 65.950 202.00 5.78 196.22 + 65.975 246.00 5.18 240.82 + 66.000 258.00 4.67 253.33 + 66.025 272.00 4.24 267.76 + 66.050 227.00 3.86 223.14 + 66.075 206.00 3.53 202.47 + 66.100 220.00 3.23 216.77 + 66.125 234.00 2.98 231.02 + 66.150 235.00 2.75 232.25 + 66.175 252.00 2.55 249.45 + 66.200 241.00 2.37 238.63 + 66.225 246.00 2.21 243.79 + 66.250 280.00 2.06 277.94 + 66.275 326.00 1.93 324.07 + 66.300 391.00 1.81 389.19 + 66.325 456.00 1.70 454.30 + 66.350 640.00 1.60 638.40 + 66.375 670.00 1.51 668.49 + 66.400 639.00 1.43 637.57 + 66.425 521.00 1.35 519.65 + 66.450 515.00 1.28 513.72 + 66.475 493.00 1.21 491.79 + 66.500 632.00 1.15 630.85 + 66.525 854.00 1.10 852.90 + 66.550 1153.00 1.05 1151.95 + 66.575 1468.00 1.00 1467.00 + 66.600 1384.00 0.95 1383.05 + 66.625 1196.00 0.91 1195.09 + 66.650 879.00 0.87 878.13 + 66.675 770.00 0.83 769.17 + 66.700 660.00 0.80 659.20 + 66.725 705.00 0.77 704.23 + 66.750 773.00 0.74 772.26 + 66.775 815.00 0.71 814.29 + 66.800 766.00 0.68 765.32 + 66.825 626.00 0.65 625.35 + 66.850 469.00 0.63 468.37 + 66.875 409.00 0.61 408.39 + 66.900 338.00 0.59 337.41 + 66.925 280.00 0.57 279.43 + 66.950 267.00 0.55 266.45 + 66.975 303.00 0.53 302.47 + 67.000 290.00 0.51 289.49 + 67.025 315.00 0.49 314.51 + 67.050 308.00 0.48 307.52 + 67.075 375.00 0.46 374.54 + 67.100 471.00 0.45 470.55 + 67.125 637.00 0.43 636.57 + 67.150 830.00 0.42 829.58 + 67.175 1073.00 0.41 1072.59 + 67.200 1024.00 0.40 1023.60 + 67.225 833.00 0.38 832.62 + 67.250 639.00 0.37 638.63 + 67.275 528.00 0.36 527.64 + 67.300 502.00 0.35 501.65 + 67.325 569.00 0.34 568.66 + 67.350 667.00 0.33 666.67 + 67.375 732.00 0.33 731.67 + 67.400 600.00 0.32 599.68 + 67.425 516.00 0.31 515.69 + 67.450 444.00 0.30 443.70 + 67.475 417.00 0.29 416.71 + 67.500 430.00 0.29 429.71 + 67.525 431.00 0.28 430.72 + 67.550 409.00 0.27 408.73 + 67.575 399.00 0.27 398.73 + 67.600 319.00 0.26 318.74 + 67.625 289.00 0.25 288.75 + 67.650 333.00 0.25 332.75 + 67.675 368.00 0.24 367.76 + 67.700 368.00 0.24 367.76 + 67.725 375.00 0.23 374.77 + 67.750 332.00 0.23 331.77 + 67.775 257.00 0.22 256.78 + 67.800 253.00 0.22 252.78 + 67.825 244.00 0.21 243.79 + 67.850 250.00 0.21 249.79 + 67.875 251.00 0.20 250.80 + 67.900 239.00 0.20 238.80 + 67.925 260.00 0.19 259.81 + 67.950 202.00 0.19 201.81 + 67.975 234.00 0.19 233.81 + 68.000 236.00 0.18 235.82 + 68.025 222.00 0.18 221.82 + 68.050 268.00 0.18 267.82 + 68.075 246.00 0.17 245.83 + 68.100 261.00 0.17 260.83 + 68.125 301.00 0.17 300.83 + 68.150 352.00 0.16 351.84 + 68.175 434.00 0.16 433.84 + 68.200 507.00 0.16 506.84 + 68.225 687.00 0.15 686.85 + 68.250 891.00 0.15 890.85 + 68.275 929.00 0.15 928.85 + 68.300 869.00 0.15 868.85 + 68.325 744.00 0.14 743.86 + 68.350 766.00 0.14 765.86 + 68.375 883.00 0.14 882.86 + 68.400 1213.00 0.14 1212.86 + 68.425 1390.00 0.13 1389.87 + 68.450 1383.00 0.13 1382.87 + 68.475 1276.00 0.13 1275.87 + 68.500 1228.00 0.13 1227.87 + 68.525 1172.00 0.12 1171.88 + 68.550 1129.00 0.12 1128.88 + 68.575 970.00 0.12 969.88 + 68.600 905.00 0.12 904.88 + 68.625 839.00 0.12 838.88 + 68.650 745.00 0.11 744.89 + 68.675 632.00 0.11 631.89 + 68.700 628.00 0.11 627.89 + 68.725 600.00 0.11 599.89 + 68.750 552.00 0.11 551.89 + 68.775 393.00 0.11 392.89 + 68.800 307.00 0.10 306.90 + 68.825 265.00 0.10 264.90 + 68.850 275.00 0.10 274.90 + 68.875 215.00 0.10 214.90 + 68.900 233.00 0.10 232.90 + 68.925 208.00 0.10 207.90 + 68.950 186.00 0.10 185.90 + 68.975 180.00 0.09 179.91 + 69.000 200.00 0.09 199.91 + 69.025 182.00 0.09 181.91 + 69.050 178.00 0.09 177.91 + 69.075 170.00 0.09 169.91 + 69.100 180.00 0.09 179.91 + 69.125 177.00 0.09 176.91 + 69.150 190.00 0.09 189.91 + 69.175 173.00 0.08 172.92 + 69.200 203.00 0.08 202.92 + 69.225 200.00 0.08 199.92 + 69.250 185.00 0.08 184.92 + 69.275 218.00 0.08 217.92 + 69.300 207.00 0.08 206.92 + 69.325 244.00 0.08 243.92 + 69.350 220.00 0.08 219.92 + 69.375 243.00 0.08 242.92 + 69.400 266.00 0.08 265.92 + 69.425 280.00 0.07 279.93 + 69.450 324.00 0.07 323.93 + 69.475 394.00 0.07 393.93 + 69.500 567.00 0.07 566.93 + 69.525 690.00 0.07 689.93 + 69.550 853.00 0.07 852.93 + 69.575 934.00 0.07 933.93 + 69.600 815.00 0.07 814.93 + 69.625 877.00 0.07 876.93 + 69.650 894.00 0.07 893.93 + 69.675 888.00 0.07 887.93 + 69.700 744.00 0.06 743.94 + 69.725 665.00 0.06 664.94 + 69.750 674.00 0.06 673.94 + 69.775 693.00 0.06 692.94 + 69.800 634.00 0.06 633.94 + 69.825 583.00 0.06 582.94 + 69.850 589.00 0.06 588.94 + 69.875 572.00 0.06 571.94 + 69.900 455.00 0.06 454.94 + 69.925 501.00 0.06 500.94 + 69.950 497.00 0.06 496.94 + 69.975 637.00 0.06 636.94 + 70.000 833.00 0.06 832.94 + 70.025 1120.00 0.06 1119.94 + 70.050 968.00 0.06 967.94 + 70.075 776.00 0.05 775.95 + 70.100 526.00 0.05 525.95 + 70.125 397.00 0.05 396.95 + 70.150 372.00 0.05 371.95 + 70.175 472.00 0.05 471.95 + 70.200 548.00 0.05 547.95 + 70.225 682.00 0.05 681.95 + 70.250 632.00 0.05 631.95 + 70.275 479.00 0.05 478.95 + 70.300 341.00 0.05 340.95 + 70.325 304.00 0.05 303.95 + 70.350 211.00 0.05 210.95 + 70.375 213.00 0.05 212.95 + 70.400 199.00 0.05 198.95 + 70.425 185.00 0.05 184.95 + 70.450 190.00 0.05 189.95 + 70.475 194.00 0.05 193.95 + 70.500 183.00 0.05 182.95 + 70.525 193.00 0.05 192.95 + 70.550 204.00 0.04 203.96 + 70.575 201.00 0.04 200.96 + 70.600 264.00 0.04 263.96 + 70.625 298.00 0.04 297.96 + 70.650 373.00 0.04 372.96 + 70.675 364.00 0.04 363.96 + 70.700 306.00 0.04 305.96 + 70.725 270.00 0.04 269.96 + 70.750 271.00 0.04 270.96 + 70.775 259.00 0.04 258.96 + 70.800 298.00 0.04 297.96 + 70.825 371.00 0.04 370.96 + 70.850 433.00 0.04 432.96 + 70.875 565.00 0.04 564.96 + 70.900 625.00 0.04 624.96 + 70.925 581.00 0.04 580.96 + 70.950 460.00 0.04 459.96 + 70.975 365.00 0.04 364.96 + 71.000 291.00 0.04 290.96 + 71.025 270.00 0.04 269.96 + 71.050 311.00 0.04 310.96 + 71.075 317.00 0.04 316.96 + 71.100 411.00 0.04 410.96 + 71.125 435.00 0.00 435.00 + 71.150 426.00 0.00 426.00 + 71.175 481.00 0.00 481.00 + 71.200 415.00 0.00 415.00 + 71.225 358.00 0.00 358.00 + 71.250 268.00 0.00 268.00 + 71.275 245.00 0.00 245.00 + 71.300 239.00 0.00 239.00 + 71.325 204.00 0.00 204.00 + 71.350 246.00 0.00 246.00 + 71.375 236.00 0.00 236.00 + 71.400 272.00 0.00 272.00 + 71.425 241.00 0.00 241.00 + 71.450 203.00 0.00 203.00 + 71.475 182.00 0.00 182.00 + 71.500 189.00 0.00 189.00 + 71.525 163.00 0.00 163.00 + 71.550 165.00 0.00 165.00 + 71.575 161.00 0.00 161.00 + 71.600 145.00 0.00 145.00 + 71.625 149.00 0.00 149.00 + 71.650 163.00 0.00 163.00 + 71.675 166.00 0.00 166.00 + 71.700 138.00 0.00 138.00 + 71.725 141.00 0.00 141.00 + 71.750 158.00 0.00 158.00 + 71.775 145.00 0.00 145.00 + 71.800 131.00 0.00 131.00 + 71.825 135.00 0.00 135.00 + 71.850 147.00 0.00 147.00 + 71.875 133.00 0.00 133.00 + 71.900 140.00 0.00 140.00 + 71.925 144.00 0.00 144.00 + 71.950 155.00 0.00 155.00 + 71.975 157.00 0.00 157.00 + 72.000 196.00 0.00 196.00 + 72.025 193.00 0.00 193.00 + 72.050 175.00 0.00 175.00 + 72.075 172.00 0.00 172.00 + 72.100 174.00 0.00 174.00 + 72.125 148.00 0.00 148.00 + 72.150 164.00 0.00 164.00 + 72.175 177.00 0.00 177.00 + 72.200 183.00 0.00 183.00 + 72.225 250.00 0.00 250.00 + 72.250 310.00 0.00 310.00 + 72.275 439.00 0.00 439.00 + 72.300 401.00 0.00 401.00 + 72.325 356.00 0.00 356.00 + 72.350 276.00 0.00 276.00 + 72.375 178.00 0.00 178.00 + 72.400 216.00 0.00 216.00 + 72.425 209.00 0.00 209.00 + 72.450 222.00 0.00 222.00 + 72.475 263.00 0.00 263.00 + 72.500 281.00 0.00 281.00 + 72.525 270.00 0.00 270.00 + 72.550 217.00 0.00 217.00 + 72.575 181.00 0.00 181.00 + 72.600 183.00 0.00 183.00 + 72.625 174.00 0.00 174.00 + 72.650 171.00 0.00 171.00 + 72.675 151.00 0.00 151.00 + 72.700 142.00 0.00 142.00 + 72.725 130.00 0.00 130.00 + 72.750 147.00 0.00 147.00 + 72.775 146.00 0.00 146.00 + 72.800 148.00 0.00 148.00 + 72.825 124.00 0.00 124.00 + 72.850 129.00 0.00 129.00 + 72.875 128.00 0.00 128.00 + 72.900 135.00 0.00 135.00 + 72.925 143.00 0.00 143.00 + 72.950 135.00 0.00 135.00 + 72.975 145.00 0.00 145.00 + 73.000 134.00 0.00 134.00 + 73.025 131.00 0.00 131.00 + 73.050 154.00 0.00 154.00 + 73.075 135.00 0.00 135.00 + 73.100 139.00 0.00 139.00 + 73.125 155.00 0.00 155.00 + 73.150 143.00 0.00 143.00 + 73.175 151.00 0.00 151.00 + 73.200 154.00 0.00 154.00 + 73.225 160.00 0.00 160.00 + 73.250 141.00 0.00 141.00 + 73.275 160.00 0.00 160.00 + 73.300 155.00 0.00 155.00 + 73.325 171.00 0.00 171.00 + 73.350 166.00 0.00 166.00 + 73.375 159.00 0.00 159.00 + 73.400 187.00 0.00 187.00 + 73.425 205.00 0.00 205.00 + 73.450 212.00 0.00 212.00 + 73.475 230.00 0.00 230.00 + 73.500 313.00 0.00 313.00 + 73.525 346.00 0.00 346.00 + 73.550 402.00 0.00 402.00 + 73.575 511.00 0.00 511.00 + 73.600 535.00 0.00 535.00 + 73.625 696.00 0.01 695.99 + 73.650 717.00 0.01 716.99 + 73.675 624.00 0.01 623.99 + 73.700 520.00 0.01 519.99 + 73.725 421.00 0.01 420.99 + 73.750 399.00 0.01 398.99 + 73.775 344.00 0.01 343.99 + 73.800 380.00 0.01 379.99 + 73.825 468.00 0.01 467.99 + 73.850 482.00 0.01 481.99 + 73.875 453.00 0.01 452.99 + 73.900 373.00 0.01 372.99 + 73.925 267.00 0.02 266.98 + 73.950 229.00 0.02 228.98 + 73.975 209.00 0.02 208.98 + 74.000 176.00 0.02 175.98 + 74.025 193.00 0.02 192.98 + 74.050 210.00 0.02 209.98 + 74.075 179.00 0.02 178.98 + 74.100 173.00 0.02 172.98 + 74.125 207.00 0.02 206.98 + 74.150 225.00 0.02 224.98 + 74.175 265.00 0.02 264.98 + 74.200 315.00 0.02 314.98 + 74.225 289.00 0.02 288.98 + 74.250 229.00 0.02 228.98 + 74.275 197.00 0.02 196.98 + 74.300 204.00 0.02 203.98 + 74.325 221.00 0.02 220.98 + 74.350 249.00 0.02 248.98 + 74.375 258.00 0.02 257.98 + 74.400 290.00 0.02 289.98 + 74.425 401.00 0.02 400.98 + 74.450 434.00 0.02 433.98 + 74.475 421.00 0.02 420.98 + 74.500 368.00 0.02 367.98 + 74.525 358.00 0.02 357.98 + 74.550 396.00 0.02 395.98 + 74.575 462.00 0.02 461.98 + 74.600 547.00 0.02 546.98 + 74.625 580.00 0.02 579.98 + 74.650 497.00 0.02 496.98 + 74.675 442.00 0.02 441.98 + 74.700 397.00 0.02 396.98 + 74.725 313.00 0.02 312.98 + 74.750 316.00 0.02 315.98 + 74.775 296.00 0.02 295.98 + 74.800 341.00 0.02 340.98 + 74.825 355.00 0.02 354.98 + 74.850 373.00 0.02 372.98 + 74.875 333.00 0.02 332.98 + 74.900 274.00 0.02 273.98 + 74.925 262.00 0.02 261.98 + 74.950 290.00 0.02 289.98 + 74.975 329.00 0.02 328.98 + 75.000 333.00 0.02 332.98 + 75.025 356.00 0.03 355.97 + 75.050 280.00 0.03 279.97 + 75.075 237.00 0.03 236.97 + 75.100 214.00 0.03 213.97 + 75.125 238.00 0.03 237.97 + 75.150 243.00 0.03 242.97 + 75.175 204.00 0.03 203.97 + 75.200 239.00 0.03 238.97 + 75.225 255.00 0.03 254.97 + 75.250 249.00 0.03 248.97 + 75.275 226.00 0.03 225.97 + 75.300 191.00 0.03 190.97 + 75.325 222.00 0.03 221.97 + 75.350 193.00 0.03 192.97 + 75.375 236.00 0.03 235.97 + 75.400 264.00 0.03 263.97 + 75.425 308.00 0.03 307.97 + 75.450 340.00 0.03 339.97 + 75.475 330.00 0.03 329.97 + 75.500 282.00 0.03 281.97 + 75.525 229.00 0.03 228.97 + 75.550 235.00 0.03 234.97 + 75.575 204.00 0.03 203.97 + 75.600 203.00 0.03 202.97 + 75.625 252.00 0.04 251.96 + 75.650 249.00 0.04 248.96 + 75.675 232.00 0.04 231.96 + 75.700 222.00 0.04 221.96 + 75.725 217.00 0.04 216.96 + 75.750 226.00 0.04 225.96 + 75.775 222.00 0.04 221.96 + 75.800 238.00 0.04 237.96 + 75.825 265.00 0.04 264.96 + 75.850 341.00 0.04 340.96 + 75.875 339.00 0.04 338.96 + 75.900 338.00 0.04 337.96 + 75.925 302.00 0.04 301.96 + 75.950 275.00 0.04 274.96 + 75.975 242.00 0.04 241.96 + 76.000 218.00 0.05 217.95 + 76.025 232.00 0.05 231.95 + 76.050 297.00 0.05 296.95 + 76.075 360.00 0.05 359.95 + 76.100 399.00 0.05 398.95 + 76.125 423.00 0.05 422.95 + 76.150 365.00 0.05 364.95 + 76.175 273.00 0.05 272.95 + 76.200 254.00 0.05 253.95 + 76.225 262.00 0.05 261.95 + 76.250 216.00 0.06 215.94 + 76.275 316.00 0.06 315.94 + 76.300 339.00 0.06 338.94 + 76.325 402.00 0.06 401.94 + 76.350 509.00 0.06 508.94 + 76.375 598.00 0.06 597.94 + 76.400 700.00 0.06 699.94 + 76.425 742.00 0.06 741.94 + 76.450 619.00 0.07 618.93 + 76.475 470.00 0.07 469.93 + 76.500 398.00 0.07 397.93 + 76.525 379.00 0.07 378.93 + 76.550 352.00 0.07 351.93 + 76.575 351.00 0.07 350.93 + 76.600 379.00 0.07 378.93 + 76.625 443.00 0.08 442.92 + 76.650 466.00 0.08 465.92 + 76.675 438.00 0.08 437.92 + 76.700 357.00 0.08 356.92 + 76.725 289.00 0.08 288.92 + 76.750 258.00 0.09 257.91 + 76.775 233.00 0.09 232.91 + 76.800 216.00 0.09 215.91 + 76.825 241.00 0.09 240.91 + 76.850 235.00 0.10 234.90 + 76.875 277.00 0.10 276.90 + 76.900 309.00 0.10 308.90 + 76.925 358.00 0.10 357.90 + 76.950 356.00 0.11 355.89 + 76.975 323.00 0.11 322.89 + 77.000 273.00 0.11 272.89 + 77.025 243.00 0.12 242.88 + 77.050 224.00 0.12 223.88 + 77.075 243.00 0.12 242.88 + 77.100 250.00 0.13 249.87 + 77.125 220.00 0.13 219.87 + 77.150 267.00 0.13 266.87 + 77.175 291.00 0.14 290.86 + 77.200 282.00 0.14 281.86 + 77.225 252.00 0.15 251.85 + 77.250 255.00 0.15 254.85 + 77.275 328.00 0.16 327.84 + 77.300 357.00 0.16 356.84 + 77.325 411.00 0.17 410.83 + 77.350 375.00 0.17 374.83 + 77.375 323.00 0.18 322.82 + 77.400 267.00 0.19 266.81 + 77.425 240.00 0.19 239.81 + 77.450 208.00 0.20 207.80 + 77.475 209.00 0.21 208.79 + 77.500 236.00 0.22 235.78 + 77.525 248.00 0.23 247.77 + 77.550 261.00 0.24 260.76 + 77.575 256.00 0.25 255.75 + 77.600 244.00 0.26 243.74 + 77.625 203.00 0.27 202.73 + 77.650 173.00 0.28 172.72 + 77.675 170.00 0.29 169.71 + 77.700 174.00 0.31 173.69 + 77.725 168.00 0.32 167.68 + 77.750 167.00 0.34 166.66 + 77.775 181.00 0.36 180.64 + 77.800 159.00 0.38 158.62 + 77.825 195.00 0.41 194.59 + 77.850 168.00 0.43 167.57 + 77.875 180.00 0.46 179.54 + 77.900 186.00 0.48 185.52 + 77.925 175.00 0.51 174.49 + 77.950 191.00 0.54 190.46 + 77.975 213.00 0.58 212.42 + 78.000 274.00 0.61 273.39 + 78.025 266.00 0.65 265.35 + 78.050 323.00 0.70 322.30 + 78.075 421.00 0.75 420.25 + 78.100 552.00 0.81 551.19 + 78.125 799.00 0.87 798.13 + 78.150 1129.00 0.94 1128.06 + 78.175 1277.00 1.02 1275.98 + 78.200 1123.00 1.12 1121.88 + 78.225 820.00 1.22 818.78 + 78.250 610.00 1.34 608.66 + 78.275 504.00 1.48 502.52 + 78.300 408.00 1.64 406.36 + 78.325 478.00 1.83 476.17 + 78.350 543.00 2.06 540.94 + 78.375 708.00 2.33 705.67 + 78.400 817.00 2.66 814.34 + 78.425 736.00 3.06 732.94 + 78.450 641.00 3.55 637.45 + 78.475 568.00 4.18 563.82 + 78.500 413.00 5.00 408.00 + 78.525 433.00 6.07 426.93 + 78.550 373.00 7.51 365.49 + 78.575 314.00 9.55 304.45 + 78.600 321.00 12.65 308.35 + 78.625 244.00 18.05 225.95 + 78.650 262.00 29.06 232.94 + 78.675 251.00 52.16 198.84 + 78.700 232.00 94.72 137.28 + 78.725 241.00 155.45 85.55 + 78.750 216.00 205.28 10.72 + 78.775 240.00 192.36 47.64 + 78.800 212.00 132.62 79.38 + 78.825 196.00 77.01 118.99 + 78.850 173.00 42.01 130.99 + 78.875 187.00 24.16 162.84 + 78.900 175.00 15.72 159.28 + 78.925 173.00 11.37 161.63 + 78.950 152.00 8.74 143.26 + 78.975 163.00 6.95 156.05 + 79.000 143.00 5.65 137.35 + 79.025 135.00 4.69 130.31 + 79.050 122.00 3.95 118.05 + 79.075 139.00 3.37 135.63 + 79.100 128.00 2.91 125.09 + 79.125 134.00 2.54 131.46 + 79.150 140.00 2.23 137.77 + 79.175 117.00 1.98 115.02 + 79.200 150.00 1.77 148.23 + 79.225 134.00 1.59 132.41 + 79.250 152.00 1.44 150.56 + 79.275 127.00 1.31 125.69 + 79.300 170.00 1.19 168.81 + 79.325 158.00 1.09 156.91 + 79.350 155.00 1.01 153.99 + 79.375 173.00 0.93 172.07 + 79.400 161.00 0.86 160.14 + 79.425 136.00 0.80 135.20 + 79.450 128.00 0.75 127.25 + 79.475 177.00 0.70 176.30 + 79.500 165.00 0.65 164.35 + 79.525 140.00 0.62 139.38 + 79.550 154.00 0.58 153.42 + 79.575 143.00 0.55 142.45 + 79.600 168.00 0.52 167.48 + 79.625 189.00 0.49 188.51 + 79.650 130.00 0.47 129.53 + 79.675 160.00 0.44 159.56 + 79.700 151.00 0.42 150.58 + 79.725 182.00 0.40 181.60 + 79.750 221.00 0.38 220.62 + 79.775 238.00 0.37 237.63 + 79.800 260.00 0.35 259.65 + 79.825 315.00 0.34 314.66 + 79.850 327.00 0.33 326.67 + 79.875 311.00 0.31 310.69 + 79.900 246.00 0.30 245.70 + 79.925 211.00 0.29 210.71 + 79.950 204.00 0.28 203.72 + 79.975 196.00 0.27 195.73 + 80.000 211.00 0.26 210.74 + 80.025 191.00 0.26 190.74 + 80.050 234.00 0.25 233.75 + 80.075 225.00 0.24 224.76 + 80.100 255.00 0.24 254.76 + 80.125 200.00 0.23 199.77 + 80.150 186.00 0.22 185.78 + 80.175 186.00 0.22 185.78 + 80.200 162.00 0.21 161.79 + 80.225 140.00 0.21 139.79 + 80.250 153.00 0.20 152.80 + 80.275 147.00 0.20 146.80 + 80.300 143.00 0.20 142.80 + 80.325 153.00 0.19 152.81 + 80.350 154.00 0.19 153.81 + 80.375 133.00 0.18 132.82 + 80.400 145.00 0.18 144.82 + 80.425 148.00 0.18 147.82 + 80.450 165.00 0.18 164.82 + 80.475 155.00 0.17 154.83 + 80.500 155.00 0.17 154.83 + 80.525 147.00 0.17 146.83 + 80.550 176.00 0.17 175.83 + 80.575 149.00 0.17 148.83 + 80.600 165.00 0.16 164.84 + 80.625 136.00 0.16 135.84 + 80.650 163.00 0.16 162.84 + 80.675 163.00 0.16 162.84 + 80.700 198.00 0.16 197.84 + 80.725 215.00 0.16 214.84 + 80.750 249.00 0.16 248.84 + 80.775 304.00 0.16 303.84 + 80.800 377.00 0.16 376.84 + 80.825 414.00 0.16 413.84 + 80.850 339.00 0.16 338.84 + 80.875 322.00 0.16 321.84 + 80.900 284.00 0.16 283.84 + 80.925 301.00 0.16 300.84 + 80.950 311.00 0.16 310.84 + 80.975 380.00 0.16 379.84 + 81.000 550.00 0.16 549.84 + 81.025 624.00 0.16 623.84 + 81.050 660.00 0.16 659.84 + 81.075 617.00 0.16 616.84 + 81.100 461.00 0.16 460.84 + 81.125 363.00 0.16 362.84 + 81.150 284.00 0.17 283.83 + 81.175 266.00 0.17 265.83 + 81.200 268.00 0.17 267.83 + 81.225 289.00 0.17 288.83 + 81.250 340.00 0.17 339.83 + 81.275 375.00 0.18 374.82 + 81.300 363.00 0.18 362.82 + 81.325 327.00 0.18 326.82 + 81.350 259.00 0.18 258.82 + 81.375 216.00 0.19 215.81 + 81.400 172.00 0.19 171.81 + 81.425 180.00 0.19 179.81 + 81.450 208.00 0.20 207.80 + 81.475 177.00 0.20 176.80 + 81.500 157.00 0.21 156.79 + 81.525 189.00 0.21 188.79 + 81.550 192.00 0.22 191.78 + 81.575 222.00 0.22 221.78 + 81.600 222.00 0.23 221.77 + 81.625 188.00 0.23 187.77 + 81.650 184.00 0.24 183.76 + 81.675 164.00 0.25 163.75 + 81.700 173.00 0.25 172.75 + 81.725 182.00 0.26 181.74 + 81.750 153.00 0.27 152.73 + 81.775 158.00 0.28 157.72 + 81.800 158.00 0.29 157.71 + 81.825 183.00 0.30 182.70 + 81.850 190.00 0.31 189.69 + 81.875 178.00 0.32 177.68 + 81.900 169.00 0.33 168.67 + 81.925 145.00 0.35 144.65 + 81.950 170.00 0.36 169.64 + 81.975 138.00 0.38 137.62 + 82.000 169.00 0.39 168.61 + 82.025 133.00 0.41 132.59 + 82.050 134.00 0.43 133.57 + 82.075 122.00 0.45 121.55 + 82.100 126.00 0.47 125.53 + 82.125 153.00 0.50 152.50 + 82.150 112.00 0.52 111.48 + 82.175 125.00 0.55 124.45 + 82.200 127.00 0.59 126.41 + 82.225 147.00 0.62 146.38 + 82.250 125.00 0.66 124.34 + 82.275 125.00 0.71 124.29 + 82.300 142.00 0.75 141.25 + 82.325 143.00 0.81 142.19 + 82.350 138.00 0.87 137.13 + 82.375 145.00 0.93 144.07 + 82.400 166.00 1.01 164.99 + 82.425 165.00 1.09 163.91 + 82.450 156.00 1.19 154.81 + 82.475 154.00 1.30 152.70 + 82.500 169.00 1.43 167.57 + 82.525 130.00 1.58 128.42 + 82.550 173.00 1.75 171.25 + 82.575 155.00 1.95 153.05 + 82.600 178.00 2.19 175.81 + 82.625 211.00 2.48 208.52 + 82.650 247.00 2.83 244.17 + 82.675 289.00 3.26 285.74 + 82.700 310.00 3.79 306.21 + 82.725 276.00 4.47 271.53 + 82.750 303.00 5.34 297.66 + 82.775 376.00 6.49 369.51 + 82.800 468.00 8.05 459.95 + 82.825 665.00 10.26 654.74 + 82.850 803.00 13.65 789.35 + 82.875 829.00 19.65 809.35 + 82.900 683.00 31.85 651.15 + 82.925 570.00 56.86 513.14 + 82.950 507.00 101.45 405.55 + 82.975 383.00 162.65 220.35 + 83.000 335.00 208.44 126.56 + 83.025 352.00 189.83 162.17 + 83.050 412.00 129.38 282.62 + 83.075 522.00 75.32 446.68 + 83.100 575.00 41.62 533.38 + 83.125 652.00 24.33 627.67 + 83.150 681.00 16.02 664.98 + 83.175 634.00 11.66 622.34 + 83.200 466.00 8.99 457.01 + 83.225 368.00 7.16 360.84 + 83.250 301.00 5.84 295.16 + 83.275 214.00 4.85 209.15 + 83.300 226.00 4.08 221.92 + 83.325 205.00 3.49 201.51 + 83.350 239.00 3.01 235.99 + 83.375 226.00 2.63 223.37 + 83.400 271.00 2.32 268.68 + 83.425 279.00 2.05 276.95 + 83.450 280.00 1.83 278.17 + 83.475 247.00 1.65 245.35 + 83.500 223.00 1.49 221.51 + 83.525 201.00 1.35 199.65 + 83.550 199.00 1.23 197.77 + 83.575 198.00 1.13 196.87 + 83.600 206.00 1.04 204.96 + 83.625 191.00 0.96 190.04 + 83.650 154.00 0.89 153.11 + 83.675 174.00 0.82 173.18 + 83.700 144.00 0.76 143.24 + 83.725 155.00 0.71 154.29 + 83.750 161.00 0.67 160.33 + 83.775 172.00 0.63 171.37 + 83.800 178.00 0.59 177.41 + 83.825 192.00 0.55 191.45 + 83.850 155.00 0.52 154.48 + 83.875 171.00 0.49 170.51 + 83.900 155.00 0.45 154.55 + 83.925 160.00 0.43 159.57 + 83.950 138.00 0.41 137.59 + 83.975 156.00 0.39 155.61 + 84.000 178.00 0.37 177.63 + 84.025 163.00 0.35 162.65 + 84.050 191.00 0.33 190.67 + 84.075 200.00 0.32 199.68 + 84.100 208.00 0.30 207.70 + 84.125 186.00 0.29 185.71 + 84.150 167.00 0.28 166.72 + 84.175 183.00 0.27 182.73 + 84.200 157.00 0.25 156.75 + 84.225 148.00 0.24 147.76 + 84.250 163.00 0.23 162.77 + 84.275 174.00 0.23 173.77 + 84.300 187.00 0.22 186.78 + 84.325 182.00 0.21 181.79 + 84.350 189.00 0.20 188.80 + 84.375 190.00 0.19 189.81 + 84.400 190.00 0.19 189.81 + 84.425 199.00 0.18 198.82 + 84.450 240.00 0.17 239.83 + 84.475 247.00 0.17 246.83 + 84.500 334.00 0.16 333.84 + 84.525 391.00 0.16 390.84 + 84.550 512.00 0.15 511.85 + 84.575 618.00 0.15 617.85 + 84.600 663.00 0.14 662.86 + 84.625 593.00 0.14 592.86 + 84.650 456.00 0.13 455.87 + 84.675 395.00 0.13 394.87 + 84.700 343.00 0.13 342.87 + 84.725 288.00 0.12 287.88 + 84.750 292.00 0.12 291.88 + 84.775 310.00 0.12 309.88 + 84.800 392.00 0.11 391.89 + 84.825 389.00 0.11 388.89 + 84.850 437.00 0.11 436.89 + 84.875 361.00 0.10 360.90 + 84.900 351.00 0.10 350.90 + 84.925 262.00 0.10 261.90 + 84.950 250.00 0.10 249.90 + 84.975 233.00 0.09 232.91 + 85.000 197.00 0.09 196.91 + 85.025 195.00 0.09 194.91 + 85.050 171.00 0.09 170.91 + 85.075 174.00 0.09 173.91 + 85.100 171.00 0.08 170.92 + 85.125 159.00 0.08 158.92 + 85.150 158.00 0.08 157.92 + 85.175 120.00 0.08 119.92 + 85.200 128.00 0.08 127.92 + 85.225 140.00 0.07 139.93 + 85.250 148.00 0.07 147.93 + 85.275 156.00 0.07 155.93 + 85.300 133.00 0.07 132.93 + 85.325 156.00 0.07 155.93 + 85.350 144.00 0.07 143.93 + 85.375 163.00 0.07 162.93 + 85.400 158.00 0.06 157.94 + 85.425 158.00 0.06 157.94 + 85.450 154.00 0.06 153.94 + 85.475 165.00 0.06 164.94 + 85.500 196.00 0.06 195.94 + 85.525 206.00 0.06 205.94 + 85.550 256.00 0.06 255.94 + 85.575 278.00 0.06 277.94 + 85.600 255.00 0.05 254.95 + 85.625 253.00 0.05 252.95 + 85.650 223.00 0.05 222.95 + 85.675 190.00 0.05 189.95 + 85.700 196.00 0.05 195.95 + 85.725 176.00 0.05 175.95 + 85.750 171.00 0.05 170.95 + 85.775 212.00 0.05 211.95 + 85.800 204.00 0.05 203.95 + 85.825 252.00 0.05 251.95 + 85.850 224.00 0.05 223.95 + 85.875 192.00 0.04 191.96 + 85.900 180.00 0.04 179.96 + 85.925 172.00 0.04 171.96 + 85.950 166.00 0.04 165.96 + 85.975 159.00 0.04 158.96 + 86.000 155.00 0.04 154.96 + 86.025 148.00 0.04 147.96 + 86.050 167.00 0.04 166.96 + 86.075 137.00 0.04 136.96 + 86.100 178.00 0.04 177.96 + 86.125 161.00 0.04 160.96 + 86.150 180.00 0.04 179.96 + 86.175 156.00 0.04 155.96 + 86.200 169.00 0.04 168.96 + 86.225 178.00 0.04 177.96 + 86.250 174.00 0.03 173.97 + 86.275 181.00 0.03 180.97 + 86.300 172.00 0.03 171.97 + 86.325 238.00 0.03 237.97 + 86.350 209.00 0.03 208.97 + 86.375 240.00 0.03 239.97 + 86.400 343.00 0.03 342.97 + 86.425 384.00 0.03 383.97 + 86.450 500.00 0.03 499.97 + 86.475 673.00 0.03 672.97 + 86.500 704.00 0.03 703.97 + 86.525 763.00 0.03 762.97 + 86.550 656.00 0.03 655.97 + 86.575 551.00 0.03 550.97 + 86.600 406.00 0.03 405.97 + 86.625 354.00 0.03 353.97 + 86.650 352.00 0.03 351.97 + 86.675 301.00 0.03 300.97 + 86.700 357.00 0.03 356.97 + 86.725 414.00 0.03 413.97 + 86.750 440.00 0.03 439.97 + 86.775 502.00 0.03 501.97 + 86.800 459.00 0.03 458.97 + 86.825 425.00 0.03 424.97 + 86.850 378.00 0.03 377.97 + 86.875 418.00 0.02 417.98 + 86.900 427.00 0.02 426.98 + 86.925 467.00 0.02 466.98 + 86.950 441.00 0.02 440.98 + 86.975 400.00 0.02 399.98 + 87.000 327.00 0.02 326.98 + 87.025 278.00 0.02 277.98 + 87.050 259.00 0.02 258.98 + 87.075 240.00 0.02 239.98 + 87.100 213.00 0.02 212.98 + 87.125 206.00 0.02 205.98 + 87.150 241.00 0.02 240.98 + 87.175 263.00 0.02 262.98 + 87.200 287.00 0.02 286.98 + 87.225 291.00 0.02 290.98 + 87.250 245.00 0.02 244.98 + 87.275 243.00 0.02 242.98 + 87.300 198.00 0.02 197.98 + 87.325 195.00 0.02 194.98 + 87.350 195.00 0.02 194.98 + 87.375 164.00 0.02 163.98 + 87.400 178.00 0.02 177.98 + 87.425 161.00 0.02 160.98 + 87.450 161.00 0.02 160.98 + 87.475 183.00 0.02 182.98 + 87.500 177.00 0.02 176.98 + 87.525 177.00 0.02 176.98 + 87.550 177.00 0.02 176.98 + 87.575 192.00 0.02 191.98 + 87.600 219.00 0.02 218.98 + 87.625 260.00 0.02 259.98 + 87.650 310.00 0.02 309.98 + 87.675 337.00 0.02 336.98 + 87.700 312.00 0.02 311.98 + 87.725 290.00 0.02 289.98 + 87.750 275.00 0.02 274.98 + 87.775 243.00 0.02 242.98 + 87.800 192.00 0.02 191.98 + 87.825 200.00 0.02 199.98 + 87.850 212.00 0.02 211.98 + 87.875 205.00 0.02 204.98 + 87.900 180.00 0.02 179.98 + 87.925 219.00 0.02 218.98 + 87.950 274.00 0.02 273.98 + 87.975 271.00 0.02 270.98 + 88.000 200.00 0.02 199.98 + 88.025 205.00 0.01 204.99 + 88.050 195.00 0.01 194.99 + 88.075 179.00 0.01 178.99 + 88.100 171.00 0.01 170.99 + 88.125 171.00 0.01 170.99 + 88.150 147.00 0.01 146.99 + 88.175 147.00 0.01 146.99 + 88.200 167.00 0.01 166.99 + 88.225 159.00 0.00 159.00 + 88.250 157.00 0.00 157.00 + 88.275 145.00 0.00 145.00 + 88.300 164.00 0.00 164.00 + 88.325 142.00 0.00 142.00 + 88.350 143.00 0.00 143.00 + 88.375 164.00 0.00 164.00 + 88.400 157.00 0.00 157.00 + 88.425 153.00 0.00 153.00 + 88.450 145.00 0.00 145.00 + 88.475 168.00 0.00 168.00 + 88.500 159.00 0.00 159.00 + 88.525 169.00 0.00 169.00 + 88.550 137.00 0.00 137.00 + 88.575 182.00 0.00 182.00 + 88.600 196.00 0.00 196.00 + 88.625 218.00 0.00 218.00 + 88.650 216.00 0.00 216.00 + 88.675 223.00 0.00 223.00 + 88.700 269.00 0.00 269.00 + 88.725 295.00 0.00 295.00 + 88.750 288.00 0.00 288.00 + 88.775 280.00 0.00 280.00 + 88.800 281.00 0.00 281.00 + 88.825 187.00 0.00 187.00 + 88.850 264.00 0.00 264.00 + 88.875 216.00 0.00 216.00 + 88.900 220.00 0.00 220.00 + 88.925 242.00 0.00 242.00 + 88.950 264.00 0.00 264.00 + 88.975 272.00 0.00 272.00 + 89.000 326.00 0.00 326.00 + 89.025 362.00 0.00 362.00 + 89.050 407.00 0.00 407.00 + 89.075 468.00 0.00 468.00 + 89.100 432.00 0.00 432.00 + 89.125 443.00 0.00 443.00 + 89.150 383.00 0.00 383.00 + 89.175 393.00 0.00 393.00 + 89.200 367.00 0.00 367.00 + 89.225 415.00 0.00 415.00 + 89.250 471.00 0.00 471.00 + 89.275 595.00 0.00 595.00 + 89.300 626.00 0.00 626.00 + 89.325 583.00 0.00 583.00 + 89.350 491.00 0.00 491.00 + 89.375 456.00 0.00 456.00 + 89.400 411.00 0.00 411.00 + 89.425 322.00 0.00 322.00 + 89.450 328.00 0.00 328.00 + 89.475 289.00 0.00 289.00 + 89.500 271.00 0.00 271.00 + 89.525 302.00 0.00 302.00 + 89.550 377.00 0.00 377.00 + 89.575 369.00 0.00 369.00 + 89.600 373.00 0.00 373.00 + 89.625 347.00 0.00 347.00 + 89.650 296.00 0.00 296.00 + 89.675 292.00 0.00 292.00 + 89.700 257.00 0.00 257.00 + 89.725 269.00 0.00 269.00 + 89.750 241.00 0.00 241.00 + 89.775 218.00 0.00 218.00 + 89.800 212.00 0.00 212.00 + 89.825 239.00 0.00 239.00 + 89.850 254.00 0.00 254.00 + 89.875 295.00 0.00 295.00 + 89.900 314.00 0.00 314.00 + 89.925 356.00 0.00 356.00 + 89.950 301.00 0.00 301.00 + 89.975 277.00 0.00 277.00 + 90.000 252.00 0.00 252.00 + 90.025 251.00 0.00 251.00 + 90.050 186.00 0.00 186.00 + 90.075 197.00 0.00 197.00 + 90.100 162.00 0.00 162.00 + 90.125 192.00 0.00 192.00 + 90.150 231.00 0.00 231.00 + 90.175 223.00 0.00 223.00 + 90.200 207.00 0.00 207.00 + 90.225 238.00 0.00 238.00 + 90.250 196.00 0.00 196.00 + 90.275 196.00 0.00 196.00 + 90.300 176.00 0.00 176.00 + 90.325 171.00 0.00 171.00 + 90.350 178.00 0.00 178.00 + 90.375 146.00 0.00 146.00 + 90.400 169.00 0.00 169.00 + 90.425 161.00 0.00 161.00 + 90.450 149.00 0.00 149.00 + 90.475 173.00 0.00 173.00 + 90.500 156.00 0.00 156.00 + 90.525 143.00 0.00 143.00 + 90.550 154.00 0.00 154.00 + 90.575 152.00 0.00 152.00 + 90.600 139.00 0.00 139.00 + 90.625 184.00 0.00 184.00 + 90.650 185.00 0.00 185.00 + 90.675 161.00 0.00 161.00 + 90.700 159.00 0.00 159.00 + 90.725 152.00 0.00 152.00 + 90.750 159.00 0.00 159.00 + 90.775 176.00 0.00 176.00 + 90.800 164.00 0.00 164.00 + 90.825 168.00 0.00 168.00 + 90.850 193.00 0.00 193.00 + 90.875 195.00 0.00 195.00 + 90.900 187.00 0.00 187.00 + 90.925 237.00 0.00 237.00 + 90.950 228.00 0.00 228.00 + 90.975 265.00 0.00 265.00 + 91.000 291.00 0.00 291.00 + 91.025 347.00 0.00 347.00 + 91.050 409.00 0.00 409.00 + 91.075 454.00 0.00 454.00 + 91.100 552.00 0.00 552.00 + 91.125 524.00 0.00 524.00 + 91.150 552.00 0.00 552.00 + 91.175 502.00 0.00 502.00 + 91.200 483.00 0.00 483.00 + 91.225 433.00 0.00 433.00 + 91.250 382.00 0.00 382.00 + 91.275 363.00 0.00 363.00 + 91.300 322.00 0.00 322.00 + 91.325 328.00 0.00 328.00 + 91.350 389.00 0.00 389.00 + 91.375 469.00 0.00 469.00 + 91.400 485.00 0.00 485.00 + 91.425 438.00 0.00 438.00 + 91.450 491.00 0.00 491.00 + 91.475 415.00 0.00 415.00 + 91.500 377.00 0.00 377.00 + 91.525 375.00 0.00 375.00 + 91.550 322.00 0.00 322.00 + 91.575 288.00 0.00 288.00 + 91.600 280.00 0.00 280.00 + 91.625 263.00 0.00 263.00 + 91.650 275.00 0.00 275.00 + 91.675 245.00 0.00 245.00 + 91.700 243.00 0.00 243.00 + 91.725 239.00 0.00 239.00 + 91.750 247.00 0.00 247.00 + 91.775 216.00 0.00 216.00 + 91.800 204.00 0.00 204.00 + 91.825 210.00 0.00 210.00 + 91.850 196.00 0.00 196.00 + 91.875 220.00 0.00 220.00 + 91.900 209.00 0.00 209.00 + 91.925 212.00 0.00 212.00 + 91.950 226.00 0.00 226.00 + 91.975 201.00 0.00 201.00 + 92.000 225.00 0.00 225.00 + 92.025 228.00 0.00 228.00 + 92.050 210.00 0.00 210.00 + 92.075 244.00 0.00 244.00 + 92.100 298.00 0.00 298.00 + 92.125 405.00 0.00 405.00 + 92.150 445.00 0.00 445.00 + 92.175 534.00 0.00 534.00 + 92.200 579.00 0.00 579.00 + 92.225 538.00 0.00 538.00 + 92.250 495.00 0.00 495.00 + 92.275 466.00 0.00 466.00 + 92.300 410.00 0.00 410.00 + 92.325 389.00 0.00 389.00 + 92.350 387.00 0.00 387.00 + 92.375 429.00 0.00 429.00 + 92.400 460.00 0.00 460.00 + 92.425 573.00 0.00 573.00 + 92.450 607.00 0.00 607.00 + 92.475 740.00 0.00 740.00 + 92.500 853.00 0.00 853.00 + 92.525 781.00 0.00 781.00 + 92.550 733.00 0.00 733.00 + 92.575 593.00 0.00 593.00 + 92.600 499.00 0.00 499.00 + 92.625 398.00 0.00 398.00 + 92.650 368.00 0.00 368.00 + 92.675 334.00 0.00 334.00 + 92.700 370.00 0.00 370.00 + 92.725 358.00 0.00 358.00 + 92.750 391.00 0.00 391.00 + 92.775 376.00 0.00 376.00 + 92.800 394.00 0.00 394.00 + 92.825 414.00 0.00 414.00 + 92.850 383.00 0.00 383.00 + 92.875 300.00 0.00 300.00 + 92.900 294.00 0.00 294.00 + 92.925 275.00 0.00 275.00 + 92.950 246.00 0.00 246.00 + 92.975 259.00 0.00 259.00 + 93.000 235.00 0.00 235.00 + 93.025 239.00 0.00 239.00 + 93.050 243.00 0.00 243.00 + 93.075 277.00 0.00 277.00 + 93.100 363.00 0.00 363.00 + 93.125 383.00 0.00 383.00 + 93.150 434.00 0.00 434.00 + 93.175 436.00 0.00 436.00 + 93.200 378.00 0.00 378.00 + 93.225 373.00 0.00 373.00 + 93.250 386.00 0.00 386.00 + 93.275 438.00 0.00 438.00 + 93.300 464.00 0.00 464.00 + 93.325 491.00 0.00 491.00 + 93.350 539.00 0.00 539.00 + 93.375 539.00 0.00 539.00 + 93.400 523.00 0.00 523.00 + 93.425 499.00 0.00 499.00 + 93.450 478.00 0.00 478.00 + 93.475 472.00 0.01 471.99 + 93.500 383.00 0.01 382.99 + 93.525 345.00 0.01 344.99 + 93.550 354.00 0.01 353.99 + 93.575 352.00 0.01 351.99 + 93.600 383.00 0.01 382.99 + 93.625 370.00 0.01 369.99 + 93.650 410.00 0.01 409.99 + 93.675 453.00 0.01 452.99 + 93.700 416.00 0.01 415.99 + 93.725 396.00 0.01 395.99 + 93.750 392.00 0.01 391.99 + 93.775 319.00 0.01 318.99 + 93.800 335.00 0.01 334.99 + 93.825 407.00 0.01 406.99 + 93.850 461.00 0.01 460.99 + 93.875 587.00 0.01 586.99 + 93.900 741.00 0.01 740.99 + 93.925 875.00 0.01 874.99 + 93.950 863.00 0.01 862.99 + 93.975 754.00 0.01 753.99 + 94.000 619.00 0.01 618.99 + 94.025 485.00 0.01 484.99 + 94.050 429.00 0.01 428.99 + 94.075 336.00 0.01 335.99 + 94.100 321.00 0.01 320.99 + 94.125 296.00 0.01 295.99 + 94.150 316.00 0.01 315.99 + 94.175 385.00 0.01 384.99 + 94.200 474.00 0.01 473.99 + 94.225 539.00 0.01 538.99 + 94.250 571.00 0.01 570.99 + 94.275 493.00 0.01 492.99 + 94.300 420.00 0.01 419.99 + 94.325 345.00 0.01 344.99 + 94.350 272.00 0.01 271.99 + 94.375 242.00 0.01 241.99 + 94.400 219.00 0.01 218.99 + 94.425 229.00 0.01 228.99 + 94.450 203.00 0.01 202.99 + 94.475 220.00 0.01 219.99 + 94.500 211.00 0.01 210.99 + 94.525 190.00 0.01 189.99 + 94.550 171.00 0.01 170.99 + 94.575 195.00 0.01 194.99 + 94.600 176.00 0.01 175.99 + 94.625 218.00 0.01 217.99 + 94.650 208.00 0.01 207.99 + 94.675 212.00 0.01 211.99 + 94.700 230.00 0.01 229.99 + 94.725 265.00 0.01 264.99 + 94.750 314.00 0.01 313.99 + 94.775 278.00 0.01 277.99 + 94.800 306.00 0.01 305.99 + 94.825 262.00 0.01 261.99 + 94.850 281.00 0.01 280.99 + 94.875 209.00 0.01 208.99 + 94.900 235.00 0.01 234.99 + 94.925 222.00 0.01 221.99 + 94.950 223.00 0.01 222.99 + 94.975 246.00 0.01 245.99 + 95.000 268.00 0.01 267.99 + 95.025 316.00 0.01 315.99 + 95.050 307.00 0.01 306.99 + 95.075 316.00 0.01 315.99 + 95.100 273.00 0.01 272.99 + 95.125 247.00 0.01 246.99 + 95.150 229.00 0.01 228.99 + 95.175 201.00 0.01 200.99 + 95.200 198.00 0.01 197.99 + 95.225 173.00 0.01 172.99 + 95.250 202.00 0.01 201.99 + 95.275 173.00 0.01 172.99 + 95.300 212.00 0.01 211.99 + 95.325 185.00 0.01 184.99 + 95.350 197.00 0.01 196.99 + 95.375 193.00 0.01 192.99 + 95.400 193.00 0.01 192.99 + 95.425 194.00 0.01 193.99 + 95.450 169.00 0.01 168.99 + 95.475 169.00 0.01 168.99 + 95.500 157.00 0.01 156.99 + 95.525 167.00 0.01 166.99 + 95.550 175.00 0.01 174.99 + 95.575 140.00 0.01 139.99 + 95.600 174.00 0.01 173.99 + 95.625 146.00 0.01 145.99 + 95.650 171.00 0.01 170.99 + 95.675 142.00 0.01 141.99 + 95.700 152.00 0.01 151.99 + 95.725 171.00 0.01 170.99 + 95.750 150.00 0.01 149.99 + 95.775 142.00 0.01 141.99 + 95.800 161.00 0.01 160.99 + 95.825 150.00 0.01 149.99 + 95.850 163.00 0.01 162.99 + 95.875 154.00 0.01 153.99 + 95.900 149.00 0.01 148.99 + 95.925 157.00 0.01 156.99 + 95.950 192.00 0.01 191.99 + 95.975 185.00 0.01 184.99 + 96.000 184.00 0.01 183.99 + 96.025 205.00 0.01 204.99 + 96.050 231.00 0.01 230.99 + 96.075 238.00 0.01 237.99 + 96.100 263.00 0.01 262.99 + 96.125 324.00 0.01 323.99 + 96.150 365.00 0.01 364.99 + 96.175 388.00 0.01 387.99 + 96.200 380.00 0.01 379.99 + 96.225 421.00 0.01 420.99 + 96.250 418.00 0.01 417.99 + 96.275 408.00 0.01 407.99 + 96.300 385.00 0.02 384.98 + 96.325 374.00 0.02 373.98 + 96.350 346.00 0.02 345.98 + 96.375 329.00 0.02 328.98 + 96.400 297.00 0.02 296.98 + 96.425 319.00 0.02 318.98 + 96.450 322.00 0.02 321.98 + 96.475 328.00 0.02 327.98 + 96.500 298.00 0.02 297.98 + 96.525 290.00 0.02 289.98 + 96.550 304.00 0.02 303.98 + 96.575 311.00 0.02 310.98 + 96.600 312.00 0.02 311.98 + 96.625 319.00 0.02 318.98 + 96.650 292.00 0.02 291.98 + 96.675 241.00 0.02 240.98 + 96.700 239.00 0.02 238.98 + 96.725 202.00 0.02 201.98 + 96.750 206.00 0.02 205.98 + 96.775 202.00 0.02 201.98 + 96.800 227.00 0.02 226.98 + 96.825 236.00 0.02 235.98 + 96.850 307.00 0.02 306.98 + 96.875 309.00 0.02 308.98 + 96.900 385.00 0.02 384.98 + 96.925 341.00 0.02 340.98 + 96.950 324.00 0.02 323.98 + 96.975 290.00 0.02 289.98 + 97.000 208.00 0.02 207.98 + 97.025 241.00 0.02 240.98 + 97.050 201.00 0.02 200.98 + 97.075 202.00 0.02 201.98 + 97.100 181.00 0.02 180.98 + 97.125 217.00 0.03 216.97 + 97.150 264.00 0.03 263.97 + 97.175 229.00 0.03 228.97 + 97.200 326.00 0.03 325.97 + 97.225 303.00 0.03 302.97 + 97.250 345.00 0.03 344.97 + 97.275 304.00 0.03 303.97 + 97.300 296.00 0.03 295.97 + 97.325 241.00 0.03 240.97 + 97.350 242.00 0.03 241.97 + 97.375 210.00 0.03 209.97 + 97.400 187.00 0.03 186.97 + 97.425 206.00 0.03 205.97 + 97.450 194.00 0.03 193.97 + 97.475 221.00 0.03 220.97 + 97.500 216.00 0.03 215.97 + 97.525 245.00 0.03 244.97 + 97.550 242.00 0.04 241.96 + 97.575 251.00 0.04 250.96 + 97.600 258.00 0.04 257.96 + 97.625 232.00 0.04 231.96 + 97.650 215.00 0.04 214.96 + 97.675 189.00 0.04 188.96 + 97.700 192.00 0.04 191.96 + 97.725 163.00 0.04 162.96 + 97.750 158.00 0.04 157.96 + 97.775 162.00 0.04 161.96 + 97.800 174.00 0.04 173.96 + 97.825 182.00 0.05 181.95 + 97.850 169.00 0.05 168.95 + 97.875 151.00 0.05 150.95 + 97.900 187.00 0.05 186.95 + 97.925 179.00 0.05 178.95 + 97.950 167.00 0.05 166.95 + 97.975 169.00 0.05 168.95 + 98.000 146.00 0.05 145.95 + 98.025 149.00 0.06 148.94 + 98.050 146.00 0.06 145.94 + 98.075 158.00 0.06 157.94 + 98.100 142.00 0.06 141.94 + 98.125 164.00 0.06 163.94 + 98.150 142.00 0.06 141.94 + 98.175 153.00 0.07 152.93 + 98.200 147.00 0.07 146.93 + 98.225 163.00 0.07 162.93 + 98.250 160.00 0.07 159.93 + 98.275 163.00 0.07 162.93 + 98.300 127.00 0.08 126.92 + 98.325 150.00 0.08 149.92 + 98.350 159.00 0.08 158.92 + 98.375 140.00 0.09 139.91 + 98.400 136.00 0.09 135.91 + 98.425 159.00 0.09 158.91 + 98.450 171.00 0.09 170.91 + 98.475 178.00 0.10 177.90 + 98.500 159.00 0.10 158.90 + 98.525 162.00 0.11 161.89 + 98.550 193.00 0.11 192.89 + 98.575 156.00 0.11 155.89 + 98.600 176.00 0.12 175.88 + 98.625 161.00 0.12 160.88 + 98.650 155.00 0.13 154.87 + 98.675 146.00 0.13 145.87 + 98.700 179.00 0.14 178.86 + 98.725 208.00 0.15 207.85 + 98.750 186.00 0.15 185.85 + 98.775 194.00 0.16 193.84 + 98.800 252.00 0.17 251.83 + 98.825 230.00 0.18 229.82 + 98.850 219.00 0.18 218.82 + 98.875 182.00 0.19 181.81 + 98.900 179.00 0.20 178.80 + 98.925 174.00 0.22 173.78 + 98.950 147.00 0.23 146.77 + 98.975 189.00 0.24 188.76 + 99.000 166.00 0.26 165.74 + 99.025 142.00 0.27 141.73 + 99.050 144.00 0.29 143.71 + 99.075 177.00 0.31 176.69 + 99.100 178.00 0.33 177.67 + 99.125 215.00 0.35 214.65 + 99.150 182.00 0.38 181.62 + 99.175 160.00 0.40 159.60 + 99.200 196.00 0.44 195.56 + 99.225 200.00 0.47 199.53 + 99.250 159.00 0.51 158.49 + 99.275 163.00 0.56 162.44 + 99.300 150.00 0.61 149.39 + 99.325 175.00 0.67 174.33 + 99.350 144.00 0.73 143.27 + 99.375 132.00 0.81 131.19 + 99.400 160.00 0.90 159.10 + 99.425 169.00 1.01 167.99 + 99.450 138.00 1.14 136.86 + 99.475 171.00 1.29 169.71 + 99.500 129.00 1.48 127.52 + 99.525 167.00 1.70 165.30 + 99.550 172.00 1.99 170.01 + 99.575 135.00 2.35 132.65 + 99.600 170.00 2.82 167.18 + 99.625 172.00 3.48 168.52 + 99.650 169.00 4.48 164.52 + 99.675 199.00 6.15 192.85 + 99.700 221.00 9.15 211.85 + 99.725 233.00 14.49 218.51 + 99.750 283.00 23.24 259.76 + 99.775 291.00 35.88 255.12 + 99.800 299.00 51.08 247.92 + 99.825 257.00 64.29 192.71 + 99.850 239.00 68.01 170.99 + 99.875 226.00 59.36 166.64 + 99.900 185.00 44.48 140.52 + 99.925 195.00 30.04 164.96 + 99.950 194.00 19.04 174.96 + 99.975 175.00 11.85 163.15 + 100.000 192.00 7.65 184.35 + 100.025 182.00 5.32 176.68 + 100.050 189.00 3.99 185.01 + 100.075 210.00 3.17 206.83 + 100.100 252.00 2.61 249.39 + 100.125 217.00 2.19 214.81 + 100.150 230.00 1.86 228.14 + 100.175 223.00 1.60 221.40 + 100.200 192.00 1.39 190.61 + 100.225 205.00 1.22 203.78 + 100.250 179.00 1.08 177.92 + 100.275 185.00 0.96 184.04 + 100.300 155.00 0.86 154.14 + 100.325 193.00 0.78 192.22 + 100.350 190.00 0.70 189.30 + 100.375 214.00 0.64 213.36 + 100.400 215.00 0.58 214.42 + 100.425 230.00 0.54 229.46 + 100.450 223.00 0.49 222.51 + 100.475 212.00 0.46 211.54 + 100.500 233.00 0.42 232.58 + 100.525 221.00 0.39 220.61 + 100.550 242.00 0.36 241.64 + 100.575 216.00 0.34 215.66 + 100.600 261.00 0.32 260.68 + 100.625 265.00 0.30 264.70 + 100.650 370.00 0.28 369.72 + 100.675 406.00 0.26 405.74 + 100.700 501.00 0.25 500.75 + 100.725 447.00 0.24 446.76 + 100.750 488.00 0.22 487.78 + 100.775 473.00 0.21 472.79 + 100.800 365.00 0.20 364.80 + 100.825 279.00 0.19 278.81 + 100.850 283.00 0.18 282.82 + 100.875 285.00 0.17 284.83 + 100.900 282.00 0.16 281.84 + 100.925 239.00 0.16 238.84 + 100.950 267.00 0.15 266.85 + 100.975 263.00 0.14 262.86 + 101.000 309.00 0.14 308.86 + 101.025 349.00 0.13 348.87 + 101.050 345.00 0.13 344.87 + 101.075 322.00 0.12 321.88 + 101.100 338.00 0.12 337.88 + 101.125 308.00 0.11 307.89 + 101.150 238.00 0.11 237.89 + 101.175 221.00 0.10 220.90 + 101.200 215.00 0.10 214.90 + 101.225 197.00 0.10 196.90 + 101.250 205.00 0.09 204.91 + 101.275 208.00 0.09 207.91 + 101.300 222.00 0.09 221.91 + 101.325 206.00 0.08 205.92 + 101.350 204.00 0.08 203.92 + 101.375 230.00 0.08 229.92 + 101.400 240.00 0.08 239.92 + 101.425 284.00 0.07 283.93 + 101.450 313.00 0.07 312.93 + 101.475 331.00 0.07 330.93 + 101.500 344.00 0.07 343.93 + 101.525 297.00 0.07 296.93 + 101.550 275.00 0.06 274.94 + 101.575 267.00 0.06 266.94 + 101.600 216.00 0.06 215.94 + 101.625 230.00 0.06 229.94 + 101.650 194.00 0.06 193.94 + 101.675 195.00 0.06 194.94 + 101.700 234.00 0.05 233.95 + 101.725 196.00 0.05 195.95 + 101.750 198.00 0.05 197.95 + 101.775 240.00 0.05 239.95 + 101.800 255.00 0.05 254.95 + 101.825 287.00 0.05 286.95 + 101.850 314.00 0.05 313.95 + 101.875 318.00 0.05 317.95 + 101.900 255.00 0.04 254.96 + 101.925 232.00 0.04 231.96 + 101.950 213.00 0.04 212.96 + 101.975 186.00 0.04 185.96 + 102.000 193.00 0.04 192.96 + 102.025 156.00 0.04 155.96 + 102.050 168.00 0.04 167.96 + 102.075 155.00 0.04 154.96 + 102.100 154.00 0.04 153.96 + 102.125 187.00 0.04 186.96 + 102.150 181.00 0.04 180.96 + 102.175 194.00 0.03 193.97 + 102.200 183.00 0.03 182.97 + 102.225 206.00 0.03 205.97 + 102.250 191.00 0.03 190.97 + 102.275 179.00 0.03 178.97 + 102.300 174.00 0.03 173.97 + 102.325 158.00 0.03 157.97 + 102.350 176.00 0.03 175.97 + 102.375 183.00 0.03 182.97 + 102.400 184.00 0.03 183.97 + 102.425 188.00 0.03 187.97 + 102.450 222.00 0.03 221.97 + 102.475 211.00 0.03 210.97 + 102.500 242.00 0.03 241.97 + 102.525 267.00 0.03 266.97 + 102.550 330.00 0.03 329.97 + 102.575 363.00 0.03 362.97 + 102.600 390.00 0.02 389.98 + 102.625 397.00 0.02 396.98 + 102.650 332.00 0.02 331.98 + 102.675 288.00 0.02 287.98 + 102.700 273.00 0.02 272.98 + 102.725 199.00 0.02 198.98 + 102.750 218.00 0.02 217.98 + 102.775 198.00 0.02 197.98 + 102.800 206.00 0.02 205.98 + 102.825 228.00 0.02 227.98 + 102.850 206.00 0.02 205.98 + 102.875 216.00 0.02 215.98 + 102.900 256.00 0.02 255.98 + 102.925 259.00 0.02 258.98 + 102.950 301.00 0.02 300.98 + 102.975 265.00 0.02 264.98 + 103.000 240.00 0.02 239.98 + 103.025 206.00 0.02 205.98 + 103.050 224.00 0.02 223.98 + 103.075 183.00 0.02 182.98 + 103.100 160.00 0.02 159.98 + 103.125 190.00 0.02 189.98 + 103.150 158.00 0.02 157.98 + 103.175 161.00 0.02 160.98 + 103.200 161.00 0.02 160.98 + 103.225 143.00 0.02 142.98 + 103.250 144.00 0.02 143.98 + 103.275 177.00 0.02 176.98 + 103.300 175.00 0.02 174.98 + 103.325 142.00 0.02 141.98 + 103.350 129.00 0.02 128.98 + 103.375 140.00 0.02 139.98 + 103.400 166.00 0.02 165.98 + 103.425 156.00 0.02 155.98 + 103.450 126.00 0.02 125.98 + 103.475 156.00 0.02 155.98 + 103.500 144.00 0.02 143.98 + 103.525 146.00 0.02 145.98 + 103.550 136.00 0.02 135.98 + 103.575 145.00 0.02 144.98 + 103.600 160.00 0.02 159.98 + 103.625 147.00 0.02 146.98 + 103.650 142.00 0.02 141.98 + 103.675 150.00 0.02 149.98 + 103.700 168.00 0.02 167.98 + 103.725 164.00 0.01 163.99 + 103.750 168.00 0.01 167.99 + 103.775 195.00 0.01 194.99 + 103.800 207.00 0.01 206.99 + 103.825 229.00 0.01 228.99 + 103.850 260.00 0.01 259.99 + 103.875 263.00 0.01 262.99 + 103.900 294.00 0.01 293.99 + 103.925 291.00 0.01 290.99 + 103.950 279.00 0.01 278.99 + 103.975 245.00 0.01 244.99 + 104.000 211.00 0.01 210.99 + 104.025 240.00 0.01 239.99 + 104.050 218.00 0.01 217.99 + 104.075 197.00 0.01 196.99 + 104.100 226.00 0.01 225.99 + 104.125 253.00 0.01 252.99 + 104.150 249.00 0.01 248.99 + 104.175 289.00 0.01 288.99 + 104.200 329.00 0.01 328.99 + 104.225 377.00 0.01 376.99 + 104.250 412.00 0.01 411.99 + 104.275 419.00 0.01 418.99 + 104.300 371.00 0.01 370.99 + 104.325 310.00 0.01 309.99 + 104.350 258.00 0.01 257.99 + 104.375 236.00 0.01 235.99 + 104.400 243.00 0.01 242.99 + 104.425 235.00 0.01 234.99 + 104.450 224.00 0.01 223.99 + 104.475 241.00 0.01 240.99 + 104.500 236.00 0.01 235.99 + 104.525 239.00 0.01 238.99 + 104.550 302.00 0.01 301.99 + 104.575 286.00 0.01 285.99 + 104.600 295.00 0.01 294.99 + 104.625 329.00 0.01 328.99 + 104.650 390.00 0.01 389.99 + 104.675 376.00 0.01 375.99 + 104.700 405.00 0.01 404.99 + 104.725 380.00 0.01 379.99 + 104.750 376.00 0.01 375.99 + 104.775 363.00 0.01 362.99 + 104.800 361.00 0.01 360.99 + 104.825 296.00 0.01 295.99 + 104.850 313.00 0.01 312.99 + 104.875 279.00 0.01 278.99 + 104.900 295.00 0.01 294.99 + 104.925 248.00 0.01 247.99 + 104.950 253.00 0.01 252.99 + 104.975 273.00 0.01 272.99 + 105.000 273.00 0.01 272.99 + 105.025 275.00 0.01 274.99 + 105.050 305.00 0.01 304.99 + 105.075 282.00 0.01 281.99 + 105.100 295.00 0.01 294.99 + 105.125 295.00 0.01 294.99 + 105.150 304.00 0.01 303.99 + 105.175 318.00 0.01 317.99 + 105.200 331.00 0.01 330.99 + 105.225 336.00 0.01 335.99 + 105.250 336.00 0.01 335.99 + 105.275 371.00 0.01 370.99 + 105.300 349.00 0.01 348.99 + 105.325 315.00 0.01 314.99 + 105.350 280.00 0.01 279.99 + 105.375 286.00 0.01 285.99 + 105.400 238.00 0.01 237.99 + 105.425 265.00 0.01 264.99 + 105.450 226.00 0.01 225.99 + 105.475 238.00 0.01 237.99 + 105.500 222.00 0.01 221.99 + 105.525 224.00 0.01 223.99 + 105.550 254.00 0.01 253.99 + 105.575 303.00 0.01 302.99 + 105.600 311.00 0.01 310.99 + 105.625 297.00 0.01 296.99 + 105.650 319.00 0.01 318.99 + 105.675 302.00 0.01 301.99 + 105.700 295.00 0.01 294.99 + 105.725 299.00 0.01 298.99 + 105.750 325.00 0.01 324.99 + 105.775 347.00 0.01 346.99 + 105.800 294.00 0.01 293.99 + 105.825 264.00 0.01 263.99 + 105.850 265.00 0.01 264.99 + 105.875 239.00 0.01 238.99 + 105.900 227.00 0.01 226.99 + 105.925 226.00 0.01 225.99 + 105.950 250.00 0.01 249.99 + 105.975 203.00 0.01 202.99 + 106.000 229.00 0.01 228.99 + 106.025 202.00 0.01 201.99 + 106.050 234.00 0.01 233.99 + 106.075 220.00 0.01 219.99 + 106.100 206.00 0.01 205.99 + 106.125 230.00 0.01 229.99 + 106.150 228.00 0.01 227.99 + 106.175 259.00 0.01 258.99 + 106.200 221.00 0.01 220.99 + 106.225 276.00 0.01 275.99 + 106.250 276.00 0.01 275.99 + 106.275 271.00 0.01 270.99 + 106.300 278.00 0.01 277.99 + 106.325 298.00 0.01 297.99 + 106.350 341.00 0.01 340.99 + 106.375 366.00 0.01 365.99 + 106.400 384.00 0.01 383.99 + 106.425 388.00 0.01 387.99 + 106.450 410.00 0.01 409.99 + 106.475 433.00 0.01 432.99 + 106.500 388.00 0.01 387.99 + 106.525 382.00 0.01 381.99 + 106.550 298.00 0.01 297.99 + 106.575 327.00 0.01 326.99 + 106.600 266.00 0.01 265.99 + 106.625 250.00 0.01 249.99 + 106.650 252.00 0.01 251.99 + 106.675 252.00 0.01 251.99 + 106.700 262.00 0.01 261.99 + 106.725 270.00 0.01 269.99 + 106.750 257.00 0.01 256.99 + 106.775 249.00 0.01 248.99 + 106.800 251.00 0.01 250.99 + 106.825 336.00 0.01 335.99 + 106.850 305.00 0.01 304.99 + 106.875 284.00 0.01 283.99 + 106.900 293.00 0.01 292.99 + 106.925 236.00 0.01 235.99 + 106.950 224.00 0.01 223.99 + 106.975 207.00 0.01 206.99 + 107.000 200.00 0.01 199.99 + 107.025 174.00 0.01 173.99 + 107.050 177.00 0.01 176.99 + 107.075 180.00 0.01 179.99 + 107.100 163.00 0.01 162.99 + 107.125 150.00 0.01 149.99 + 107.150 181.00 0.01 180.99 + 107.175 174.00 0.01 173.99 + 107.200 141.00 0.01 140.99 + 107.225 156.00 0.01 155.99 + 107.250 143.00 0.01 142.99 + 107.275 166.00 0.01 165.99 + 107.300 148.00 0.01 147.99 + 107.325 174.00 0.01 173.99 + 107.350 153.00 0.01 152.99 + 107.375 160.00 0.01 159.99 + 107.400 159.00 0.01 158.99 + 107.425 160.00 0.01 159.99 + 107.450 155.00 0.01 154.99 + 107.475 141.00 0.01 140.99 + 107.500 148.00 0.01 147.99 + 107.525 157.00 0.01 156.99 + 107.550 157.00 0.01 156.99 + 107.575 161.00 0.01 160.99 + 107.600 171.00 0.01 170.99 + 107.625 164.00 0.01 163.99 + 107.650 169.00 0.01 168.99 + 107.675 170.00 0.01 169.99 + 107.700 167.00 0.01 166.99 + 107.725 189.00 0.01 188.99 + 107.750 220.00 0.01 219.99 + 107.775 252.00 0.01 251.99 + 107.800 328.00 0.01 327.99 + 107.825 298.00 0.01 297.99 + 107.850 286.00 0.01 285.99 + 107.875 290.00 0.01 289.99 + 107.900 266.00 0.01 265.99 + 107.925 220.00 0.01 219.99 + 107.950 171.00 0.01 170.99 + 107.975 193.00 0.01 192.99 + 108.000 194.00 0.01 193.99 + 108.025 170.00 0.02 169.98 + 108.050 235.00 0.02 234.98 + 108.075 195.00 0.02 194.98 + 108.100 207.00 0.02 206.98 + 108.125 227.00 0.02 226.98 + 108.150 261.00 0.02 260.98 + 108.175 320.00 0.02 319.98 + 108.200 343.00 0.02 342.98 + 108.225 339.00 0.02 338.98 + 108.250 411.00 0.02 410.98 + 108.275 416.00 0.02 415.98 + 108.300 350.00 0.02 349.98 + 108.325 350.00 0.02 349.98 + 108.350 288.00 0.02 287.98 + 108.375 343.00 0.02 342.98 + 108.400 300.00 0.02 299.98 + 108.425 286.00 0.02 285.98 + 108.450 283.00 0.02 282.98 + 108.475 249.00 0.02 248.98 + 108.500 258.00 0.02 257.98 + 108.525 232.00 0.02 231.98 + 108.550 229.00 0.02 228.98 + 108.575 233.00 0.02 232.98 + 108.600 215.00 0.02 214.98 + 108.625 250.00 0.02 249.98 + 108.650 258.00 0.02 257.98 + 108.675 250.00 0.02 249.98 + 108.700 251.00 0.02 250.98 + 108.725 245.00 0.02 244.98 + 108.750 233.00 0.02 232.98 + 108.775 220.00 0.02 219.98 + 108.800 257.00 0.02 256.98 + 108.825 219.00 0.02 218.98 + 108.850 207.00 0.02 206.98 + 108.875 208.00 0.02 207.98 + 108.900 191.00 0.02 190.98 + 108.925 187.00 0.02 186.98 + 108.950 198.00 0.02 197.98 + 108.975 176.00 0.02 175.98 + 109.000 184.00 0.02 183.98 + 109.025 190.00 0.02 189.98 + 109.050 192.00 0.02 191.98 + 109.075 159.00 0.02 158.98 + 109.100 176.00 0.02 175.98 + 109.125 166.00 0.02 165.98 + 109.150 196.00 0.02 195.98 + 109.175 172.00 0.02 171.98 + 109.200 180.00 0.02 179.98 + 109.225 208.00 0.02 207.98 + 109.250 219.00 0.02 218.98 + 109.275 202.00 0.02 201.98 + 109.300 177.00 0.02 176.98 + 109.325 175.00 0.02 174.98 + 109.350 170.00 0.02 169.98 + 109.375 167.00 0.02 166.98 + 109.400 175.00 0.02 174.98 + 109.425 153.00 0.02 152.98 + 109.450 145.00 0.02 144.98 + 109.475 178.00 0.02 177.98 + 109.500 168.00 0.03 167.97 + 109.525 153.00 0.03 152.97 + 109.550 159.00 0.03 158.97 + 109.575 179.00 0.03 178.97 + 109.600 196.00 0.03 195.97 + 109.625 175.00 0.03 174.97 + 109.650 174.00 0.03 173.97 + 109.675 168.00 0.03 167.97 + 109.700 180.00 0.03 179.97 + 109.725 139.00 0.03 138.97 + 109.750 157.00 0.03 156.97 + 109.775 143.00 0.03 142.97 + 109.800 156.00 0.03 155.97 + 109.825 157.00 0.03 156.97 + 109.850 151.00 0.03 150.97 + 109.875 155.00 0.03 154.97 + 109.900 158.00 0.03 157.97 + 109.925 155.00 0.03 154.97 + 109.950 141.00 0.03 140.97 + 109.975 152.00 0.03 151.97 + 110.000 145.00 0.03 144.97 + 110.025 158.00 0.03 157.97 + 110.050 153.00 0.03 152.97 + 110.075 149.00 0.03 148.97 + 110.100 153.00 0.03 152.97 + 110.125 150.00 0.03 149.97 + 110.150 144.00 0.03 143.97 + 110.175 150.00 0.03 149.97 + 110.200 143.00 0.04 142.96 + 110.225 172.00 0.04 171.96 + 110.250 141.00 0.04 140.96 + 110.275 166.00 0.04 165.96 + 110.300 170.00 0.04 169.96 + 110.325 162.00 0.04 161.96 + 110.350 206.00 0.04 205.96 + 110.375 182.00 0.04 181.96 + 110.400 172.00 0.04 171.96 + 110.425 183.00 0.04 182.96 + 110.450 175.00 0.04 174.96 + 110.475 178.00 0.04 177.96 + 110.500 179.00 0.04 178.96 + 110.525 157.00 0.04 156.96 + 110.550 163.00 0.04 162.96 + 110.575 182.00 0.04 181.96 + 110.600 184.00 0.05 183.95 + 110.625 177.00 0.05 176.95 + 110.650 163.00 0.05 162.95 + 110.675 172.00 0.05 171.95 + 110.700 185.00 0.05 184.95 + 110.725 159.00 0.05 158.95 + 110.750 185.00 0.05 184.95 + 110.775 176.00 0.05 175.95 + 110.800 169.00 0.05 168.95 + 110.825 161.00 0.05 160.95 + 110.850 173.00 0.05 172.95 + 110.875 190.00 0.05 189.95 + 110.900 193.00 0.06 192.94 + 110.925 150.00 0.06 149.94 + 110.950 175.00 0.06 174.94 + 110.975 151.00 0.06 150.94 + 111.000 176.00 0.06 175.94 + 111.025 166.00 0.06 165.94 + 111.050 171.00 0.06 170.94 + 111.075 187.00 0.06 186.94 + 111.100 180.00 0.07 179.93 + 111.125 216.00 0.07 215.93 + 111.150 212.00 0.07 211.93 + 111.175 269.00 0.07 268.93 + 111.200 301.00 0.07 300.93 + 111.225 313.00 0.07 312.93 + 111.250 319.00 0.08 318.92 + 111.275 328.00 0.08 327.92 + 111.300 299.00 0.08 298.92 + 111.325 252.00 0.08 251.92 + 111.350 252.00 0.08 251.92 + 111.375 228.00 0.09 227.91 + 111.400 200.00 0.09 199.91 + 111.425 209.00 0.09 208.91 + 111.450 202.00 0.09 201.91 + 111.475 225.00 0.10 224.90 + 111.500 199.00 0.10 198.90 + 111.525 251.00 0.10 250.90 + 111.550 236.00 0.10 235.90 + 111.575 263.00 0.11 262.89 + 111.600 299.00 0.11 298.89 + 111.625 302.00 0.11 301.89 + 111.650 338.00 0.12 337.88 + 111.675 248.00 0.12 247.88 + 111.700 259.00 0.13 258.87 + 111.725 262.00 0.13 261.87 + 111.750 213.00 0.13 212.87 + 111.775 211.00 0.14 210.86 + 111.800 206.00 0.14 205.86 + 111.825 210.00 0.15 209.85 + 111.850 168.00 0.16 167.84 + 111.875 191.00 0.16 190.84 + 111.900 159.00 0.17 158.83 + 111.925 183.00 0.18 182.82 + 111.950 202.00 0.18 201.82 + 111.975 211.00 0.19 210.81 + 112.000 205.00 0.20 204.80 + 112.025 206.00 0.21 205.79 + 112.050 205.00 0.22 204.78 + 112.075 223.00 0.23 222.77 + 112.100 200.00 0.24 199.76 + 112.125 184.00 0.26 183.74 + 112.150 189.00 0.27 188.73 + 112.175 186.00 0.29 185.71 + 112.200 185.00 0.30 184.70 + 112.225 205.00 0.32 204.68 + 112.250 197.00 0.34 196.66 + 112.275 210.00 0.37 209.63 + 112.300 206.00 0.39 205.61 + 112.325 202.00 0.42 201.58 + 112.350 174.00 0.45 173.55 + 112.375 175.00 0.48 174.52 + 112.400 190.00 0.52 189.48 + 112.425 165.00 0.57 164.43 + 112.450 173.00 0.62 172.38 + 112.475 179.00 0.67 178.33 + 112.500 192.00 0.74 191.26 + 112.525 168.00 0.81 167.19 + 112.550 168.00 0.90 167.10 + 112.575 181.00 1.01 179.99 + 112.600 170.00 1.13 168.87 + 112.625 200.00 1.28 198.72 + 112.650 198.00 1.46 196.54 + 112.675 219.00 1.71 217.29 + 112.700 211.00 2.05 208.95 + 112.725 238.00 2.56 235.44 + 112.750 222.00 3.34 218.66 + 112.775 205.00 4.56 200.44 + 112.800 221.00 6.45 214.55 + 112.825 204.00 9.23 194.77 + 112.850 219.00 13.09 205.91 + 112.875 196.00 18.08 177.92 + 112.900 210.00 23.98 186.02 + 112.925 196.00 30.20 165.80 + 112.950 234.00 35.70 198.30 + 112.975 212.00 39.07 172.93 + 113.000 191.00 39.12 151.88 + 113.025 250.00 35.83 214.17 + 113.050 230.00 30.37 199.63 + 113.075 226.00 24.16 201.84 + 113.100 277.00 18.25 258.75 + 113.125 263.00 13.23 249.77 + 113.150 296.00 9.33 286.67 + 113.175 319.00 6.52 312.48 + 113.200 338.00 4.61 333.39 + 113.225 385.00 3.37 381.63 + 113.250 408.00 2.58 405.42 + 113.275 381.00 2.07 378.93 + 113.300 356.00 1.73 354.27 + 113.325 290.00 1.48 288.52 + 113.350 284.00 1.29 282.71 + 113.375 268.00 1.14 266.86 + 113.400 222.00 1.02 220.98 + 113.425 245.00 0.92 244.08 + 113.450 214.00 0.83 213.17 + 113.475 211.00 0.75 210.25 + 113.500 204.00 0.69 203.31 + 113.525 227.00 0.63 226.37 + 113.550 254.00 0.58 253.42 + 113.575 236.00 0.54 235.46 + 113.600 290.00 0.50 289.50 + 113.625 305.00 0.47 304.53 + 113.650 290.00 0.44 289.56 + 113.675 337.00 0.41 336.59 + 113.700 276.00 0.39 275.61 + 113.725 281.00 0.36 280.64 + 113.750 238.00 0.34 237.66 + 113.775 243.00 0.33 242.67 + 113.800 231.00 0.31 230.69 + 113.825 205.00 0.30 204.70 + 113.850 205.00 0.28 204.72 + 113.875 193.00 0.27 192.73 + 113.900 180.00 0.26 179.74 + 113.925 171.00 0.25 170.75 + 113.950 185.00 0.24 184.76 + 113.975 191.00 0.23 190.77 + 114.000 191.00 0.22 190.78 + 114.025 190.00 0.21 189.79 + 114.050 179.00 0.21 178.79 + 114.075 169.00 0.20 168.80 + 114.100 175.00 0.20 174.80 + 114.125 199.00 0.19 198.81 + 114.150 179.00 0.19 178.81 + 114.175 189.00 0.18 188.82 + 114.200 210.00 0.18 209.82 + 114.225 191.00 0.17 190.83 + 114.250 206.00 0.17 205.83 + 114.275 212.00 0.17 211.83 + 114.300 210.00 0.16 209.84 + 114.325 235.00 0.16 234.84 + 114.350 205.00 0.16 204.84 + 114.375 182.00 0.15 181.85 + 114.400 185.00 0.15 184.85 + 114.425 177.00 0.15 176.85 + 114.450 171.00 0.15 170.85 + 114.475 153.00 0.15 152.85 + 114.500 154.00 0.14 153.86 + 114.525 152.00 0.14 151.86 + 114.550 170.00 0.14 169.86 + 114.575 155.00 0.14 154.86 + 114.600 156.00 0.14 155.86 + 114.625 153.00 0.14 152.86 + 114.650 171.00 0.14 170.86 + 114.675 188.00 0.14 187.86 + 114.700 181.00 0.14 180.86 + 114.725 180.00 0.14 179.86 + 114.750 201.00 0.14 200.86 + 114.775 183.00 0.14 182.86 + 114.800 191.00 0.14 190.86 + 114.825 184.00 0.14 183.86 + 114.850 187.00 0.14 186.86 + 114.875 163.00 0.14 162.86 + 114.900 161.00 0.14 160.86 + 114.925 165.00 0.14 164.86 + 114.950 160.00 0.14 159.86 + 114.975 185.00 0.14 184.86 + 115.000 198.00 0.14 197.86 + 115.025 164.00 0.14 163.86 + 115.050 176.00 0.14 175.86 + 115.075 182.00 0.14 181.86 + 115.100 172.00 0.14 171.86 + 115.125 172.00 0.14 171.86 + 115.150 186.00 0.14 185.86 + 115.175 189.00 0.15 188.85 + 115.200 181.00 0.15 180.85 + 115.225 231.00 0.15 230.85 + 115.250 209.00 0.15 208.85 + 115.275 211.00 0.15 210.85 + 115.300 227.00 0.15 226.85 + 115.325 226.00 0.16 225.84 + 115.350 193.00 0.16 192.84 + 115.375 216.00 0.16 215.84 + 115.400 211.00 0.16 210.84 + 115.425 211.00 0.16 210.84 + 115.450 193.00 0.17 192.83 + 115.475 175.00 0.17 174.83 + 115.500 192.00 0.17 191.83 + 115.525 209.00 0.18 208.82 + 115.550 196.00 0.18 195.82 + 115.575 195.00 0.18 194.82 + 115.600 230.00 0.18 229.82 + 115.625 231.00 0.19 230.81 + 115.650 239.00 0.19 238.81 + 115.675 311.00 0.20 310.80 + 115.700 285.00 0.20 284.80 + 115.725 263.00 0.20 262.80 + 115.750 289.00 0.21 288.79 + 115.775 262.00 0.21 261.79 + 115.800 214.00 0.22 213.78 + 115.825 212.00 0.22 211.78 + 115.850 218.00 0.23 217.77 + 115.875 186.00 0.23 185.77 + 115.900 191.00 0.24 190.76 + 115.925 199.00 0.25 198.75 + 115.950 183.00 0.25 182.75 + 115.975 190.00 0.26 189.74 + 116.000 168.00 0.27 167.73 + 116.025 194.00 0.27 193.73 + 116.050 191.00 0.28 190.72 + 116.075 195.00 0.29 194.71 + 116.100 207.00 0.30 206.70 + 116.125 218.00 0.31 217.69 + 116.150 222.00 0.32 221.68 + 116.175 241.00 0.33 240.67 + 116.200 242.00 0.34 241.66 + 116.225 219.00 0.35 218.65 + 116.250 189.00 0.36 188.64 + 116.275 202.00 0.37 201.63 + 116.300 202.00 0.38 201.62 + 116.325 190.00 0.40 189.60 + 116.350 225.00 0.41 224.59 + 116.375 204.00 0.43 203.57 + 116.400 223.00 0.45 222.55 + 116.425 262.00 0.46 261.54 + 116.450 258.00 0.48 257.52 + 116.475 317.00 0.50 316.50 + 116.500 312.00 0.52 311.48 + 116.525 304.00 0.55 303.45 + 116.550 299.00 0.57 298.43 + 116.575 278.00 0.60 277.40 + 116.600 265.00 0.62 264.38 + 116.625 221.00 0.65 220.35 + 116.650 205.00 0.69 204.31 + 116.675 225.00 0.72 224.28 + 116.700 211.00 0.76 210.24 + 116.725 203.00 0.80 202.20 + 116.750 192.00 0.84 191.16 + 116.775 201.00 0.89 200.11 + 116.800 197.00 0.94 196.06 + 116.825 227.00 1.00 226.00 + 116.850 184.00 1.06 182.94 + 116.875 205.00 1.13 203.87 + 116.900 216.00 1.21 214.79 + 116.925 256.00 1.29 254.71 + 116.950 253.00 1.39 251.61 + 116.975 288.00 1.49 286.51 + 117.000 249.00 1.60 247.40 + 117.025 280.00 1.73 278.27 + 117.050 219.00 1.88 217.12 + 117.075 217.00 2.04 214.96 + 117.100 249.00 2.23 246.77 + 117.125 229.00 2.45 226.55 + 117.150 198.00 2.69 195.31 + 117.175 193.00 2.98 190.02 + 117.200 178.00 3.32 174.68 + 117.225 205.00 3.72 201.28 + 117.250 210.00 4.23 205.77 + 117.275 185.00 4.90 180.10 + 117.300 179.00 5.80 173.20 + 117.325 213.00 7.10 205.90 + 117.350 233.00 9.03 223.97 + 117.375 225.00 11.91 213.09 + 117.400 232.00 16.17 215.83 + 117.425 264.00 22.29 241.71 + 117.450 271.00 30.71 240.29 + 117.475 285.00 41.70 243.30 + 117.500 273.00 55.22 217.78 + 117.525 342.00 70.70 271.30 + 117.550 326.00 86.97 239.03 + 117.575 401.00 102.07 298.93 + 117.600 358.00 113.34 244.65 + 117.625 432.00 118.09 313.91 + 117.650 331.00 114.92 216.08 + 117.675 361.00 104.78 256.22 + 117.700 330.00 90.23 239.77 + 117.725 283.00 74.02 208.98 + 117.750 282.00 58.24 223.76 + 117.775 263.00 44.27 218.73 + 117.800 245.00 32.74 212.26 + 117.825 232.00 23.81 208.19 + 117.850 219.00 17.25 201.75 + 117.875 251.00 12.65 238.35 + 117.900 241.00 9.53 231.47 + 117.925 241.00 7.44 233.56 + 117.950 265.00 6.03 258.97 + 117.975 237.00 5.05 231.95 + 118.000 251.00 4.35 246.65 + 118.025 266.00 3.82 262.18 + 118.050 291.00 3.39 287.61 + 118.075 301.00 3.04 297.96 + 118.100 300.00 2.74 297.26 + 118.125 280.00 2.49 277.51 + 118.150 332.00 2.27 329.73 + 118.175 285.00 2.08 282.92 + 118.200 276.00 1.91 274.09 + 118.225 261.00 1.76 259.24 + 118.250 262.00 1.63 260.37 + 118.275 264.00 1.51 262.49 + 118.300 280.00 1.40 278.60 + 118.325 291.00 1.31 289.69 + 118.350 292.00 1.22 290.78 + 118.375 284.00 1.14 282.86 + 118.400 266.00 1.07 264.93 + 118.425 240.00 1.01 238.99 + 118.450 219.00 0.95 218.05 + 118.475 232.00 0.90 231.10 + 118.500 218.00 0.85 217.15 + 118.525 192.00 0.80 191.20 + 118.550 181.00 0.76 180.24 + 118.575 184.00 0.72 183.28 + 118.600 219.00 0.69 218.31 + 118.625 187.00 0.65 186.35 + 118.650 174.00 0.62 173.38 + 118.675 184.00 0.59 183.41 + 118.700 204.00 0.57 203.43 + 118.725 197.00 0.54 196.46 + 118.750 217.00 0.52 216.48 + 118.775 215.00 0.50 214.50 + 118.800 213.00 0.48 212.52 + 118.825 212.00 0.46 211.54 + 118.850 218.00 0.44 217.56 + 118.875 210.00 0.42 209.58 + 118.900 224.00 0.41 223.59 + 118.925 183.00 0.39 182.61 + 118.950 178.00 0.38 177.62 + 118.975 205.00 0.36 204.64 + 119.000 184.00 0.35 183.65 + 119.025 185.00 0.34 184.66 + 119.050 180.00 0.33 179.67 + 119.075 197.00 0.32 196.68 + 119.100 154.00 0.31 153.69 + 119.125 171.00 0.30 170.70 + 119.150 181.00 0.29 180.71 + 119.175 155.00 0.28 154.72 + 119.200 145.00 0.27 144.73 + 119.225 184.00 0.26 183.74 + 119.250 180.00 0.25 179.75 + 119.275 173.00 0.25 172.75 + 119.300 168.00 0.24 167.76 + 119.325 190.00 0.23 189.77 + 119.350 169.00 0.23 168.77 + 119.375 161.00 0.22 160.78 + 119.400 174.00 0.21 173.79 + 119.425 158.00 0.21 157.79 + 119.450 167.00 0.20 166.80 + 119.475 182.00 0.20 181.80 + 119.500 165.00 0.19 164.81 + 119.525 183.00 0.19 182.81 + 119.550 168.00 0.18 167.82 + 119.575 159.00 0.18 158.82 + 119.600 161.00 0.17 160.83 + 119.625 155.00 0.17 154.83 + 119.650 189.00 0.17 188.83 + 119.675 186.00 0.16 185.84 + 119.700 150.00 0.16 149.84 + 119.725 168.00 0.15 167.85 + 119.750 186.00 0.15 185.85 + 119.775 194.00 0.15 193.85 + 119.800 155.00 0.14 154.86 + 119.825 171.00 0.14 170.86 + 119.850 151.00 0.14 150.86 + 119.875 165.00 0.14 164.86 + 119.900 175.00 0.13 174.87 + 119.925 156.00 0.13 155.87 + 119.950 163.00 0.13 162.87 + 119.975 164.00 0.12 163.88 + 120.000 166.00 0.12 165.88 + 120.025 185.00 0.12 184.88 + 120.050 163.00 0.12 162.88 + 120.075 202.00 0.12 201.88 + 120.100 186.00 0.11 185.89 + 120.125 183.00 0.11 182.89 + 120.150 183.00 0.11 182.89 + 120.175 155.00 0.11 154.89 + 120.200 199.00 0.11 198.89 + 120.225 176.00 0.10 175.90 + 120.250 188.00 0.10 187.90 + 120.275 177.00 0.10 176.90 + 120.300 165.00 0.10 164.90 + 120.325 198.00 0.10 197.90 + 120.350 170.00 0.09 169.91 + 120.375 186.00 0.09 185.91 + 120.400 188.00 0.09 187.91 + 120.425 193.00 0.09 192.91 + 120.450 190.00 0.09 189.91 + 120.475 207.00 0.09 206.91 + 120.500 234.00 0.09 233.91 + 120.525 205.00 0.08 204.92 + 120.550 212.00 0.08 211.92 + 120.575 216.00 0.08 215.92 + 120.600 213.00 0.08 212.92 + 120.625 266.00 0.08 265.92 + 120.650 257.00 0.08 256.92 + 120.675 269.00 0.08 268.92 + 120.700 300.00 0.08 299.92 + 120.725 330.00 0.07 329.93 + 120.750 339.00 0.07 338.93 + 120.775 357.00 0.07 356.93 + 120.800 382.00 0.07 381.93 + 120.825 326.00 0.07 325.93 + 120.850 325.00 0.07 324.93 + 120.875 282.00 0.07 281.93 + 120.900 284.00 0.07 283.93 + 120.925 305.00 0.07 304.93 + 120.950 353.00 0.07 352.93 + 120.975 293.00 0.06 292.94 + 121.000 354.00 0.06 353.94 + 121.025 327.00 0.06 326.94 + 121.050 397.00 0.06 396.94 + 121.075 378.00 0.06 377.94 + 121.100 367.00 0.06 366.94 + 121.125 341.00 0.06 340.94 + 121.150 307.00 0.06 306.94 + 121.175 311.00 0.06 310.94 + 121.200 274.00 0.06 273.94 + 121.225 313.00 0.06 312.94 + 121.250 351.00 0.06 350.94 + 121.275 347.00 0.06 346.94 + 121.300 326.00 0.05 325.95 + 121.325 307.00 0.05 306.95 + 121.350 293.00 0.05 292.95 + 121.375 260.00 0.05 259.95 + 121.400 283.00 0.05 282.95 + 121.425 272.00 0.05 271.95 + 121.450 272.00 0.05 271.95 + 121.475 302.00 0.05 301.95 + 121.500 307.00 0.05 306.95 + 121.525 313.00 0.05 312.95 + 121.550 332.00 0.05 331.95 + 121.575 337.00 0.05 336.95 + 121.600 327.00 0.05 326.95 + 121.625 331.00 0.05 330.95 + 121.650 343.00 0.05 342.95 + 121.675 329.00 0.05 328.95 + 121.700 371.00 0.05 370.95 + 121.725 392.00 0.05 391.95 + 121.750 418.00 0.04 417.96 + 121.775 493.00 0.04 492.96 + 121.800 471.00 0.04 470.96 + 121.825 481.00 0.04 480.96 + 121.850 485.00 0.04 484.96 + 121.875 486.00 0.04 485.96 + 121.900 422.00 0.04 421.96 + 121.925 425.00 0.04 424.96 + 121.950 387.00 0.04 386.96 + 121.975 379.00 0.04 378.96 + 122.000 330.00 0.04 329.96 + 122.025 338.00 0.04 337.96 + 122.050 327.00 0.04 326.96 + 122.075 321.00 0.04 320.96 + 122.100 327.00 0.04 326.96 + 122.125 386.00 0.04 385.96 + 122.150 375.00 0.04 374.96 + 122.175 412.00 0.04 411.96 + 122.200 398.00 0.04 397.96 + 122.225 371.00 0.04 370.96 + 122.250 398.00 0.04 397.96 + 122.275 377.00 0.04 376.96 + 122.300 382.00 0.04 381.96 + 122.325 419.00 0.04 418.96 + 122.350 397.00 0.04 396.96 + 122.375 373.00 0.04 372.96 + 122.400 325.00 0.04 324.96 + 122.425 333.00 0.03 332.97 + 122.450 311.00 0.03 310.97 + 122.475 301.00 0.03 300.97 + 122.500 293.00 0.03 292.97 + 122.525 291.00 0.03 290.97 + 122.550 268.00 0.03 267.97 + 122.575 279.00 0.03 278.97 + 122.600 289.00 0.03 288.97 + 122.625 278.00 0.03 277.97 + 122.650 266.00 0.03 265.97 + 122.675 268.00 0.03 267.97 + 122.700 284.00 0.03 283.97 + 122.725 258.00 0.03 257.97 + 122.750 251.00 0.03 250.97 + 122.775 258.00 0.03 257.97 + 122.800 247.00 0.03 246.97 + 122.825 251.00 0.03 250.97 + 122.850 211.00 0.03 210.97 + 122.875 209.00 0.03 208.97 + 122.900 220.00 0.03 219.97 + 122.925 218.00 0.03 217.97 + 122.950 191.00 0.03 190.97 + 122.975 186.00 0.03 185.97 + 123.000 214.00 0.03 213.97 + 123.025 213.00 0.03 212.97 + 123.050 216.00 0.03 215.97 + 123.075 227.00 0.03 226.97 + 123.100 196.00 0.03 195.97 + 123.125 202.00 0.03 201.97 + 123.150 213.00 0.03 212.97 + 123.175 186.00 0.03 185.97 + 123.200 198.00 0.03 197.97 + 123.225 224.00 0.03 223.97 + 123.250 177.00 0.03 176.97 + 123.275 197.00 0.03 196.97 + 123.300 160.00 0.03 159.97 + 123.325 191.00 0.02 190.98 + 123.350 209.00 0.02 208.98 + 123.375 217.00 0.02 216.98 + 123.400 216.00 0.02 215.98 + 123.425 215.00 0.02 214.98 + 123.450 200.00 0.02 199.98 + 123.475 207.00 0.02 206.98 + 123.500 202.00 0.02 201.98 + 123.525 234.00 0.02 233.98 + 123.550 218.00 0.02 217.98 + 123.575 252.00 0.02 251.98 + 123.600 249.00 0.02 248.98 + 123.625 281.00 0.02 280.98 + 123.650 270.00 0.02 269.98 + 123.675 287.00 0.02 286.98 + 123.700 318.00 0.02 317.98 + 123.725 319.00 0.02 318.98 + 123.750 370.00 0.02 369.98 + 123.775 397.00 0.02 396.98 + 123.800 434.00 0.02 433.98 + 123.825 494.00 0.02 493.98 + 123.850 424.00 0.02 423.98 + 123.875 485.00 0.02 484.98 + 123.900 464.00 0.02 463.98 + 123.925 454.00 0.02 453.98 + 123.950 461.00 0.02 460.98 + 123.975 371.00 0.02 370.98 + 124.000 326.00 0.02 325.98 + 124.025 309.00 0.02 308.98 + 124.050 280.00 0.02 279.98 + 124.075 332.00 0.02 331.98 + 124.100 297.00 0.02 296.98 + 124.125 277.00 0.02 276.98 + 124.150 293.00 0.02 292.98 + 124.175 303.00 0.02 302.98 + 124.200 342.00 0.02 341.98 + 124.225 293.00 0.02 292.98 + 124.250 322.00 0.02 321.98 + 124.275 350.00 0.02 349.98 + 124.300 360.00 0.02 359.98 + 124.325 343.00 0.02 342.98 + 124.350 387.00 0.02 386.98 + 124.375 437.00 0.02 436.98 + 124.400 442.00 0.02 441.98 + 124.425 460.00 0.02 459.98 + 124.450 486.00 0.02 485.98 + 124.475 451.00 0.02 450.98 + 124.500 433.00 0.02 432.98 + 124.525 459.00 0.02 458.98 + 124.550 369.00 0.02 368.98 + 124.575 415.00 0.02 414.98 + 124.600 340.00 0.02 339.98 + 124.625 328.00 0.02 327.98 + 124.650 323.00 0.02 322.98 + 124.675 291.00 0.02 290.98 + 124.700 265.00 0.02 264.98 + 124.725 305.00 0.02 304.98 + 124.750 279.00 0.02 278.98 + 124.775 298.00 0.02 297.98 + 124.800 320.00 0.02 319.98 + 124.825 299.00 0.02 298.98 + 124.850 306.00 0.02 305.98 + 124.875 340.00 0.02 339.98 + 124.900 314.00 0.02 313.98 + 124.925 329.00 0.02 328.98 + 124.950 324.00 0.02 323.98 + 124.975 367.00 0.02 366.98 + 125.000 378.00 0.02 377.98 + 125.025 335.00 0.02 334.98 + 125.050 338.00 0.02 337.98 + 125.075 293.00 0.02 292.98 + 125.100 299.00 0.02 298.98 + 125.125 293.00 0.02 292.98 + 125.150 263.00 0.02 262.98 + 125.175 285.00 0.02 284.98 + 125.200 277.00 0.02 276.98 + 125.225 283.00 0.02 282.98 + 125.250 326.00 0.02 325.98 + 125.275 291.00 0.02 290.98 + 125.300 311.00 0.02 310.98 + 125.325 315.00 0.02 314.98 + 125.350 351.00 0.02 350.98 + 125.375 367.00 0.02 366.98 + 125.400 353.00 0.02 352.98 + 125.425 387.00 0.02 386.98 + 125.450 404.00 0.02 403.98 + 125.475 365.00 0.02 364.98 + 125.500 354.00 0.02 353.98 + 125.525 382.00 0.02 381.98 + 125.550 318.00 0.02 317.98 + 125.575 310.00 0.02 309.98 + 125.600 342.00 0.02 341.98 + 125.625 355.00 0.02 354.98 + 125.650 334.00 0.02 333.98 + 125.675 382.00 0.02 381.98 + 125.700 359.00 0.02 358.98 + 125.725 322.00 0.02 321.98 + 125.750 317.00 0.02 316.98 + 125.775 322.00 0.02 321.98 + 125.800 315.00 0.02 314.98 + 125.825 322.00 0.02 321.98 + 125.850 260.00 0.02 259.98 + 125.875 275.00 0.02 274.98 + 125.900 282.00 0.02 281.98 + 125.925 290.00 0.02 289.98 + 125.950 318.00 0.02 317.98 + 125.975 296.00 0.02 295.98 + 126.000 276.00 0.02 275.98 + 126.025 281.00 0.02 280.98 + 126.050 309.00 0.02 308.98 + 126.075 281.00 0.02 280.98 + 126.100 305.00 0.02 304.98 + 126.125 298.00 0.02 297.98 + 126.150 276.00 0.02 275.98 + 126.175 252.00 0.02 251.98 + 126.200 303.00 0.02 302.98 + 126.225 282.00 0.02 281.98 + 126.250 308.00 0.02 307.98 + 126.275 302.00 0.02 301.98 + 126.300 293.00 0.02 292.98 + 126.325 288.00 0.02 287.98 + 126.350 268.00 0.02 267.98 + 126.375 300.00 0.02 299.98 + 126.400 319.00 0.02 318.98 + 126.425 297.00 0.02 296.98 + 126.450 302.00 0.02 301.98 + 126.475 304.00 0.02 303.98 + 126.500 346.00 0.02 345.98 + 126.525 392.00 0.02 391.98 + 126.550 454.00 0.02 453.98 + 126.575 519.00 0.02 518.98 + 126.600 565.00 0.02 564.98 + 126.625 590.00 0.02 589.98 + 126.650 593.00 0.02 592.98 + 126.675 601.00 0.02 600.98 + 126.700 563.00 0.02 562.98 + 126.725 482.00 0.02 481.98 + 126.750 500.00 0.02 499.98 + 126.775 403.00 0.02 402.98 + 126.800 417.00 0.02 416.98 + 126.825 386.00 0.02 385.98 + 126.850 328.00 0.02 327.98 + 126.875 293.00 0.02 292.98 + 126.900 321.00 0.02 320.98 + 126.925 300.00 0.02 299.98 + 126.950 313.00 0.02 312.98 + 126.975 294.00 0.02 293.98 + 127.000 318.00 0.02 317.98 + 127.025 294.00 0.02 293.98 + 127.050 329.00 0.02 328.98 + 127.075 329.00 0.02 328.98 + 127.100 364.00 0.02 363.98 + 127.125 360.00 0.02 359.98 + 127.150 385.00 0.02 384.98 + 127.175 412.00 0.02 411.98 + 127.200 426.00 0.01 425.99 + 127.225 405.00 0.01 404.99 + 127.250 418.00 0.01 417.99 + 127.275 417.00 0.01 416.99 + 127.300 358.00 0.01 357.99 + 127.325 384.00 0.01 383.99 + 127.350 387.00 0.01 386.99 + 127.375 312.00 0.01 311.99 + 127.400 316.00 0.01 315.99 + 127.425 304.00 0.01 303.99 + 127.450 295.00 0.01 294.99 + 127.475 296.00 0.01 295.99 + 127.500 294.00 0.01 293.99 + 127.525 273.00 0.01 272.99 + 127.550 325.00 0.01 324.99 + 127.575 330.00 0.01 329.99 + 127.600 345.00 0.01 344.99 + 127.625 300.00 0.01 299.99 + 127.650 370.00 0.01 369.99 + 127.675 350.00 0.01 349.99 + 127.700 381.00 0.01 380.99 + 127.725 297.00 0.01 296.99 + 127.750 316.00 0.01 315.99 + 127.775 300.00 0.01 299.99 + 127.800 270.00 0.01 269.99 + 127.825 271.00 0.01 270.99 + 127.850 292.00 0.01 291.99 + 127.875 249.00 0.01 248.99 + 127.900 263.00 0.01 262.99 + 127.925 269.00 0.01 268.99 + 127.950 273.00 0.01 272.99 + 127.975 252.00 0.01 251.99 + 128.000 250.00 0.01 249.99 + 128.025 225.00 0.01 224.99 + 128.050 241.00 0.01 240.99 + 128.075 245.00 0.01 244.99 + 128.100 268.00 0.01 267.99 + 128.125 276.00 0.01 275.99 + 128.150 264.00 0.01 263.99 + 128.175 282.00 0.01 281.99 + 128.200 294.00 0.01 293.99 + 128.225 314.00 0.02 313.98 + 128.250 303.00 0.02 302.98 + 128.275 269.00 0.02 268.98 + 128.300 295.00 0.02 294.98 + 128.325 283.00 0.02 282.98 + 128.350 293.00 0.02 292.98 + 128.375 286.00 0.02 285.98 + 128.400 264.00 0.02 263.98 + 128.425 255.00 0.02 254.98 + 128.450 259.00 0.02 258.98 + 128.475 252.00 0.02 251.98 + 128.500 270.00 0.02 269.98 + 128.525 255.00 0.02 254.98 + 128.550 304.00 0.02 303.98 + 128.575 293.00 0.02 292.98 + 128.600 311.00 0.02 310.98 + 128.625 285.00 0.02 284.98 + 128.650 332.00 0.02 331.98 + 128.675 321.00 0.02 320.98 + 128.700 350.00 0.02 349.98 + 128.725 358.00 0.02 357.98 + 128.750 431.00 0.02 430.98 + 128.775 433.00 0.02 432.98 + 128.800 427.00 0.02 426.98 + 128.825 380.00 0.02 379.98 + 128.850 413.00 0.02 412.98 + 128.875 422.00 0.02 421.98 + 128.900 348.00 0.02 347.98 + 128.925 388.00 0.02 387.98 + 128.950 355.00 0.02 354.98 + 128.975 370.00 0.02 369.98 + 129.000 353.00 0.02 352.98 + 129.025 322.00 0.02 321.98 + 129.050 348.00 0.02 347.98 + 129.075 325.00 0.02 324.98 + 129.100 320.00 0.02 319.98 + 129.125 369.00 0.02 368.98 + 129.150 351.00 0.02 350.98 + 129.175 400.00 0.02 399.98 + 129.200 379.00 0.02 378.98 + 129.225 399.00 0.02 398.98 + 129.250 406.00 0.02 405.98 + 129.275 396.00 0.01 395.99 + 129.300 397.00 0.01 396.99 + 129.325 415.00 0.01 414.99 + 129.350 439.00 0.01 438.99 + 129.375 438.00 0.01 437.99 + 129.400 437.00 0.01 436.99 + 129.425 478.00 0.01 477.99 + 129.450 495.00 0.01 494.99 + 129.475 511.00 0.01 510.99 + 129.500 450.00 0.01 449.99 + 129.525 497.00 0.01 496.99 + 129.550 498.00 0.01 497.99 + 129.575 433.00 0.01 432.99 + 129.600 477.00 0.01 476.99 + 129.625 484.00 0.01 483.99 + 129.650 430.00 0.01 429.99 + 129.675 431.00 0.01 430.99 + 129.700 454.00 0.01 453.99 + 129.725 399.00 0.01 398.99 + 129.750 382.00 0.01 381.99 + 129.775 384.00 0.01 383.99 + 129.800 351.00 0.01 350.99 + 129.825 334.00 0.01 333.99 + 129.850 347.00 0.01 346.99 + 129.875 336.00 0.01 335.99 + 129.900 330.00 0.01 329.99 + 129.925 306.00 0.01 305.99 + 129.950 330.00 0.01 329.99 + 129.975 311.00 0.01 310.99 + 130.000 298.00 0.01 297.99 + 130.025 301.00 0.01 300.99 + 130.050 344.00 0.01 343.99 + 130.075 335.00 0.01 334.99 + 130.100 334.00 0.01 333.99 + 130.125 303.00 0.01 302.99 + 130.150 326.00 0.01 325.99 + 130.175 359.00 0.01 358.99 + 130.200 397.00 0.01 396.99 + 130.225 356.00 0.01 355.99 + 130.250 347.00 0.01 346.99 + 130.275 310.00 0.01 309.99 + 130.300 347.00 0.01 346.99 + 130.325 332.00 0.01 331.99 + 130.350 312.00 0.01 311.99 + 130.375 335.00 0.01 334.99 + 130.400 334.00 0.01 333.99 + 130.425 316.00 0.01 315.99 + 130.450 309.00 0.01 308.99 + 130.475 294.00 0.01 293.99 + 130.500 334.00 0.01 333.99 + 130.525 342.00 0.01 341.99 + 130.550 332.00 0.01 331.99 + 130.575 279.00 0.01 278.99 + 130.600 267.00 0.01 266.99 + 130.625 257.00 0.01 256.99 + 130.650 292.00 0.01 291.99 + 130.675 288.00 0.01 287.99 + 130.700 273.00 0.01 272.99 + 130.725 245.00 0.01 244.99 + 130.750 269.00 0.01 268.99 + 130.775 248.00 0.01 247.99 + 130.800 228.00 0.01 227.99 + 130.825 250.00 0.01 249.99 + 130.850 249.00 0.01 248.99 + 130.875 230.00 0.02 229.99 + 130.900 238.00 0.02 237.98 + 130.925 217.00 0.02 216.98 + 130.950 238.00 0.02 237.98 + 130.975 212.00 0.02 211.98 + 131.000 246.00 0.02 245.98 + 131.025 246.00 0.02 245.98 + 131.050 239.00 0.02 238.98 + 131.075 262.00 0.02 261.98 + 131.100 265.00 0.02 264.98 + 131.125 264.00 0.02 263.98 + 131.150 240.00 0.02 239.98 + 131.175 250.00 0.02 249.98 + 131.200 246.00 0.02 245.98 + 131.225 226.00 0.02 225.98 + 131.250 227.00 0.02 226.98 + 131.275 235.00 0.02 234.98 + 131.300 226.00 0.02 225.98 + 131.325 256.00 0.02 255.98 + 131.350 190.00 0.02 189.98 + 131.375 215.00 0.02 214.98 + 131.400 236.00 0.02 235.98 + 131.425 223.00 0.02 222.98 + 131.450 227.00 0.02 226.98 + 131.475 203.00 0.02 202.98 + 131.500 206.00 0.02 205.98 + 131.525 190.00 0.02 189.98 + 131.550 232.00 0.02 231.98 + 131.575 230.00 0.02 229.98 + 131.600 201.00 0.02 200.98 + 131.625 219.00 0.02 218.98 + 131.650 203.00 0.02 202.98 + 131.675 216.00 0.02 215.98 + 131.700 213.00 0.02 212.98 + 131.725 208.00 0.02 207.98 + 131.750 224.00 0.02 223.98 + 131.775 210.00 0.02 209.98 + 131.800 202.00 0.02 201.98 + 131.825 212.00 0.02 211.98 + 131.850 205.00 0.02 204.98 + 131.875 236.00 0.02 235.98 + 131.900 220.00 0.02 219.98 + 131.925 194.00 0.02 193.98 + 131.950 199.00 0.02 198.98 + 131.975 201.00 0.02 200.98 + 132.000 216.00 0.02 215.98 + 132.025 237.00 0.02 236.98 + 132.050 212.00 0.02 211.98 + 132.075 225.00 0.02 224.98 + 132.100 203.00 0.02 202.98 + 132.125 241.00 0.02 240.98 + 132.150 232.00 0.02 231.98 + 132.175 260.00 0.02 259.98 + 132.200 253.00 0.02 252.98 + 132.225 257.00 0.02 256.98 + 132.250 282.00 0.02 281.98 + 132.275 291.00 0.02 290.98 + 132.300 283.00 0.02 282.98 + 132.325 325.00 0.02 324.98 + 132.350 333.00 0.02 332.98 + 132.375 335.00 0.02 334.98 + 132.400 293.00 0.02 292.98 + 132.425 315.00 0.02 314.98 + 132.450 297.00 0.02 296.98 + 132.475 310.00 0.02 309.98 + 132.500 285.00 0.02 284.98 + 132.525 285.00 0.02 284.98 + 132.550 276.00 0.02 275.98 + 132.575 258.00 0.02 257.98 + 132.600 251.00 0.02 250.98 + 132.625 269.00 0.02 268.98 + 132.650 228.00 0.02 227.98 + 132.675 215.00 0.02 214.98 + 132.700 259.00 0.02 258.98 + 132.725 235.00 0.02 234.98 + 132.750 257.00 0.02 256.98 + 132.775 241.00 0.02 240.98 + 132.800 289.00 0.02 288.98 + 132.825 229.00 0.02 228.98 + 132.850 267.00 0.02 266.98 + 132.875 270.00 0.02 269.98 + 132.900 284.00 0.02 283.98 + 132.925 265.00 0.03 264.97 + 132.950 274.00 0.03 273.97 + 132.975 275.00 0.03 274.97 + 133.000 279.00 0.03 278.97 + 133.025 277.00 0.03 276.97 + 133.050 269.00 0.03 268.97 + 133.075 267.00 0.03 266.97 + 133.100 263.00 0.03 262.97 + 133.125 299.00 0.03 298.97 + 133.150 262.00 0.03 261.97 + 133.175 263.00 0.03 262.97 + 133.200 268.00 0.03 267.97 + 133.225 235.00 0.03 234.97 + 133.250 232.00 0.03 231.97 + 133.275 261.00 0.03 260.97 + 133.300 236.00 0.03 235.97 + 133.325 224.00 0.03 223.97 + 133.350 251.00 0.03 250.97 + 133.375 249.00 0.03 248.97 + 133.400 247.00 0.03 246.97 + 133.425 217.00 0.03 216.97 + 133.450 238.00 0.03 237.97 + 133.475 231.00 0.03 230.97 + 133.500 251.00 0.03 250.97 + 133.525 261.00 0.03 260.97 + 133.550 251.00 0.03 250.97 + 133.575 308.00 0.03 307.97 + 133.600 300.00 0.03 299.97 + 133.625 333.00 0.03 332.97 + 133.650 311.00 0.03 310.97 + 133.675 283.00 0.03 282.97 + 133.700 279.00 0.03 278.97 + 133.725 289.00 0.03 288.97 + 133.750 281.00 0.03 280.97 + 133.775 273.00 0.03 272.97 + 133.800 244.00 0.03 243.97 + 133.825 299.00 0.03 298.97 + 133.850 263.00 0.03 262.97 + 133.875 257.00 0.03 256.97 + 133.900 209.00 0.03 208.97 + 133.925 284.00 0.03 283.97 + 133.950 256.00 0.04 255.96 + 133.975 270.00 0.04 269.96 + 134.000 280.00 0.04 279.96 + 134.025 276.00 0.04 275.96 + 134.050 282.00 0.04 281.96 + 134.075 293.00 0.04 292.96 + 134.100 282.00 0.04 281.96 + 134.125 285.00 0.04 284.96 + 134.150 309.00 0.04 308.96 + 134.175 299.00 0.04 298.96 + 134.200 295.00 0.04 294.96 + 134.225 307.00 0.04 306.96 + 134.250 253.00 0.04 252.96 + 134.275 258.00 0.04 257.96 + 134.300 255.00 0.04 254.96 + 134.325 297.00 0.04 296.96 + 134.350 296.00 0.04 295.96 + 134.375 248.00 0.04 247.96 + 134.400 286.00 0.04 285.96 + 134.425 288.00 0.04 287.96 + 134.450 259.00 0.04 258.96 + 134.475 276.00 0.04 275.96 + 134.500 256.00 0.04 255.96 + 134.525 257.00 0.04 256.96 + 134.550 268.00 0.04 267.96 + 134.575 246.00 0.04 245.96 + 134.600 273.00 0.05 272.95 + 134.625 271.00 0.05 270.95 + 134.650 306.00 0.05 305.95 + 134.675 287.00 0.05 286.95 + 134.700 286.00 0.05 285.95 + 134.725 303.00 0.05 302.95 + 134.750 283.00 0.05 282.95 + 134.775 335.00 0.05 334.95 + 134.800 330.00 0.05 329.95 + 134.825 366.00 0.05 365.95 + 134.850 380.00 0.05 379.95 + 134.875 334.00 0.05 333.95 + 134.900 362.00 0.05 361.95 + 134.925 408.00 0.05 407.95 + 134.950 432.00 0.05 431.95 + 134.975 479.00 0.05 478.95 + 135.000 440.00 0.05 439.95 + 135.025 484.00 0.05 483.95 + 135.050 478.00 0.06 477.94 + 135.075 479.00 0.06 478.94 + 135.100 513.00 0.06 512.94 + 135.125 472.00 0.06 471.94 + 135.150 445.00 0.06 444.94 + 135.175 466.00 0.06 465.94 + 135.200 437.00 0.06 436.94 + 135.225 414.00 0.06 413.94 + 135.250 396.00 0.06 395.94 + 135.275 374.00 0.06 373.94 + 135.300 314.00 0.06 313.94 + 135.325 326.00 0.06 325.94 + 135.350 326.00 0.06 325.94 + 135.375 323.00 0.06 322.94 + 135.400 316.00 0.07 315.93 + 135.425 354.00 0.07 353.93 + 135.450 315.00 0.07 314.93 + 135.475 351.00 0.07 350.93 + 135.500 329.00 0.07 328.93 + 135.525 370.00 0.07 369.93 + 135.550 366.00 0.07 365.93 + 135.575 415.00 0.07 414.93 + 135.600 444.00 0.07 443.93 + 135.625 423.00 0.07 422.93 + 135.650 414.00 0.07 413.93 + 135.675 412.00 0.08 411.92 + 135.700 463.00 0.08 462.92 + 135.725 464.00 0.08 463.92 + 135.750 424.00 0.08 423.92 + 135.775 427.00 0.08 426.92 + 135.800 411.00 0.08 410.92 + 135.825 394.00 0.08 393.92 + 135.850 383.00 0.08 382.92 + 135.875 394.00 0.09 393.91 + 135.900 330.00 0.09 329.91 + 135.925 360.00 0.09 359.91 + 135.950 359.00 0.09 358.91 + 135.975 303.00 0.09 302.91 + 136.000 294.00 0.09 293.91 + 136.025 289.00 0.09 288.91 + 136.050 271.00 0.09 270.91 + 136.075 288.00 0.10 287.90 + 136.100 264.00 0.10 263.90 + 136.125 284.00 0.10 283.90 + 136.150 262.00 0.10 261.90 + 136.175 274.00 0.10 273.90 + 136.200 278.00 0.10 277.90 + 136.225 293.00 0.11 292.89 + 136.250 289.00 0.11 288.89 + 136.275 309.00 0.11 308.89 + 136.300 292.00 0.11 291.89 + 136.325 313.00 0.11 312.89 + 136.350 286.00 0.12 285.88 + 136.375 291.00 0.12 290.88 + 136.400 303.00 0.12 302.88 + 136.425 279.00 0.12 278.88 + 136.450 298.00 0.12 297.88 + 136.475 301.00 0.13 300.87 + 136.500 278.00 0.13 277.87 + 136.525 261.00 0.13 260.87 + 136.550 314.00 0.13 313.87 + 136.575 299.00 0.14 298.86 + 136.600 316.00 0.14 315.86 + 136.625 353.00 0.14 352.86 + 136.650 319.00 0.14 318.86 + 136.675 339.00 0.15 338.85 + 136.700 335.00 0.15 334.85 + 136.725 341.00 0.15 340.85 + 136.750 306.00 0.16 305.84 + 136.775 303.00 0.16 302.84 + 136.800 298.00 0.16 297.84 + 136.825 290.00 0.17 289.83 + 136.850 317.00 0.17 316.83 + 136.875 318.00 0.17 317.83 + 136.900 296.00 0.18 295.82 + 136.925 336.00 0.18 335.82 + 136.950 295.00 0.18 294.82 + 136.975 284.00 0.19 283.81 + 137.000 241.00 0.19 240.81 + 137.025 276.00 0.20 275.80 + 137.050 245.00 0.20 244.80 + 137.075 247.00 0.21 246.79 + 137.100 263.00 0.21 262.79 + 137.125 270.00 0.22 269.78 + 137.150 261.00 0.22 260.78 + 137.175 239.00 0.23 238.77 + 137.200 247.00 0.23 246.77 + 137.225 250.00 0.24 249.76 + 137.250 209.00 0.24 208.76 + 137.275 238.00 0.25 237.75 + 137.300 247.00 0.26 246.74 + 137.325 257.00 0.26 256.74 + 137.350 255.00 0.27 254.73 + 137.375 273.00 0.28 272.72 + 137.400 272.00 0.29 271.71 + 137.425 319.00 0.29 318.71 + 137.450 274.00 0.30 273.70 + 137.475 307.00 0.31 306.69 + 137.500 253.00 0.32 252.68 + 137.525 284.00 0.33 283.67 + 137.550 254.00 0.34 253.66 + 137.575 274.00 0.35 273.65 + 137.600 278.00 0.36 277.64 + 137.625 237.00 0.37 236.63 + 137.650 257.00 0.39 256.61 + 137.675 249.00 0.40 248.60 + 137.700 261.00 0.41 260.59 + 137.725 242.00 0.43 241.57 + 137.750 256.00 0.44 255.56 + 137.775 255.00 0.46 254.54 + 137.800 236.00 0.47 235.53 + 137.825 234.00 0.49 233.51 + 137.850 250.00 0.51 249.49 + 137.875 233.00 0.53 232.47 + 137.900 250.00 0.55 249.45 + 137.925 231.00 0.57 230.43 + 137.950 252.00 0.59 251.41 + 137.975 244.00 0.62 243.38 + 138.000 256.00 0.64 255.36 + 138.025 226.00 0.67 225.33 + 138.050 267.00 0.70 266.30 + 138.075 246.00 0.73 245.27 + 138.100 257.00 0.76 256.24 + 138.125 255.00 0.80 254.20 + 138.150 278.00 0.84 277.16 + 138.175 292.00 0.88 291.12 + 138.200 308.00 0.92 307.08 + 138.225 274.00 0.97 273.03 + 138.250 375.00 1.02 373.98 + 138.275 361.00 1.08 359.92 + 138.300 344.00 1.14 342.86 + 138.325 361.00 1.21 359.79 + 138.350 347.00 1.29 345.71 + 138.375 352.00 1.37 350.63 + 138.400 322.00 1.47 320.53 + 138.425 337.00 1.59 335.41 + 138.450 267.00 1.73 265.27 + 138.475 268.00 1.89 266.11 + 138.500 286.00 2.10 283.90 + 138.525 279.00 2.35 276.65 + 138.550 276.00 2.66 273.34 + 138.575 252.00 3.05 248.95 + 138.600 242.00 3.53 238.47 + 138.625 277.00 4.13 272.87 + 138.650 271.00 4.88 266.12 + 138.675 275.00 5.80 269.20 + 138.700 272.00 6.92 265.08 + 138.725 295.00 8.27 286.73 + 138.750 281.00 9.88 271.12 + 138.775 338.00 11.78 326.22 + 138.800 320.00 13.99 306.01 + 138.825 350.00 16.50 333.50 + 138.850 381.00 19.33 361.67 + 138.875 404.00 22.45 381.55 + 138.900 451.00 25.85 425.15 + 138.925 441.00 29.45 411.55 + 138.950 452.00 33.20 418.80 + 138.975 417.00 37.02 379.98 + 139.000 450.00 40.78 409.22 + 139.025 436.00 44.37 391.63 + 139.050 437.00 47.64 389.36 + 139.075 440.00 50.45 389.55 + 139.100 474.00 52.63 421.37 + 139.125 453.00 54.05 398.95 + 139.150 457.00 54.63 402.37 + 139.175 438.00 54.32 383.68 + 139.200 387.00 53.13 333.87 + 139.225 386.00 51.16 334.84 + 139.250 366.00 48.53 317.47 + 139.275 341.00 45.38 295.62 + 139.300 337.00 41.87 295.13 + 139.325 308.00 38.14 269.86 + 139.350 329.00 34.33 294.67 + 139.375 283.00 30.55 252.45 + 139.400 296.00 26.89 269.11 + 139.425 289.00 23.43 265.57 + 139.450 297.00 20.23 276.77 + 139.475 240.00 17.30 222.70 + 139.500 268.00 14.70 253.30 + 139.525 282.00 12.40 269.60 + 139.550 297.00 10.41 286.59 + 139.575 291.00 8.72 282.28 + 139.600 281.00 7.29 273.71 + 139.625 305.00 6.11 298.89 + 139.650 336.00 5.13 330.87 + 139.675 324.00 4.34 319.66 + 139.700 307.00 3.69 303.31 + 139.725 332.00 3.18 328.82 + 139.750 328.00 2.76 325.24 + 139.775 309.00 2.43 306.57 + 139.800 315.00 2.17 312.83 + 139.825 330.00 1.95 328.05 + 139.850 291.00 1.77 289.23 + 139.875 290.00 1.63 288.37 + 139.900 344.00 1.51 342.49 + 139.925 314.00 1.40 312.60 + 139.950 324.00 1.31 322.69 + 139.975 327.00 1.23 325.77 + 140.000 259.00 1.16 257.84 + 140.025 268.00 1.10 266.90 + 140.050 305.00 1.04 303.96 + 140.075 304.00 0.99 303.01 + 140.100 300.00 0.94 299.06 + 140.125 285.00 0.89 284.11 + 140.150 292.00 0.85 291.15 + 140.175 289.00 0.81 288.19 + 140.200 294.00 0.77 293.23 + 140.225 278.00 0.74 277.26 + 140.250 261.00 0.71 260.29 + 140.275 297.00 0.68 296.32 + 140.300 252.00 0.65 251.35 + 140.325 280.00 0.63 279.37 + 140.350 245.00 0.60 244.40 + 140.375 266.00 0.58 265.42 + 140.400 283.00 0.56 282.44 + 140.425 238.00 0.53 237.47 + 140.450 266.00 0.52 265.48 + 140.475 262.00 0.50 261.50 + 140.500 249.00 0.48 248.52 + 140.525 255.00 0.46 254.54 + 140.550 240.00 0.45 239.55 + 140.575 239.00 0.43 238.57 + 140.600 221.00 0.42 220.58 + 140.625 251.00 0.40 250.60 + 140.650 212.00 0.39 211.61 + 140.675 233.00 0.38 232.62 + 140.700 238.00 0.37 237.63 + 140.725 249.00 0.36 248.64 + 140.750 256.00 0.34 255.65 + 140.775 216.00 0.33 215.67 + 140.800 262.00 0.33 261.67 + 140.825 249.00 0.32 248.68 + 140.850 248.00 0.31 247.69 + 140.875 263.00 0.30 262.70 + 140.900 281.00 0.29 280.71 + 140.925 234.00 0.28 233.72 + 140.950 290.00 0.27 289.73 + 140.975 269.00 0.27 268.73 + 141.000 284.00 0.26 283.74 + 141.025 233.00 0.25 232.75 + 141.050 286.00 0.25 285.75 + 141.075 275.00 0.24 274.76 + 141.100 263.00 0.24 262.76 + 141.125 245.00 0.23 244.77 + 141.150 259.00 0.22 258.78 + 141.175 276.00 0.22 275.78 + 141.200 229.00 0.21 228.79 + 141.225 261.00 0.21 260.79 + 141.250 273.00 0.20 272.80 + 141.275 272.00 0.20 271.80 + 141.300 231.00 0.19 230.81 + 141.325 212.00 0.19 211.81 + 141.350 233.00 0.19 232.81 + 141.375 256.00 0.18 255.82 + 141.400 241.00 0.18 240.82 + 141.425 228.00 0.17 227.83 + 141.450 234.00 0.17 233.83 + 141.475 238.00 0.17 237.83 + 141.500 216.00 0.16 215.84 + 141.525 207.00 0.16 206.84 + 141.550 221.00 0.16 220.84 + 141.575 233.00 0.15 232.85 + 141.600 238.00 0.15 237.85 + 141.625 217.00 0.15 216.85 + 141.650 238.00 0.15 237.85 + 141.675 251.00 0.14 250.86 + 141.700 268.00 0.14 267.86 + 141.725 259.00 0.14 258.86 + 141.750 230.00 0.13 229.87 + 141.775 276.00 0.13 275.87 + 141.800 257.00 0.13 256.87 + 141.825 260.00 0.13 259.87 + 141.850 255.00 0.13 254.87 + 141.875 244.00 0.12 243.88 + 141.900 258.00 0.12 257.88 + 141.925 279.00 0.12 278.88 + 141.950 291.00 0.12 290.88 + 141.975 290.00 0.12 289.88 + 142.000 295.00 0.11 294.89 + 142.025 289.00 0.11 288.89 + 142.050 273.00 0.11 272.89 + 142.075 306.00 0.11 305.89 + 142.100 307.00 0.11 306.89 + 142.125 264.00 0.10 263.90 + 142.150 289.00 0.10 288.90 + 142.175 270.00 0.10 269.90 + 142.200 234.00 0.10 233.90 + 142.225 252.00 0.10 251.90 + 142.250 243.00 0.10 242.90 + 142.275 244.00 0.10 243.90 + 142.300 251.00 0.09 250.91 + 142.325 235.00 0.09 234.91 + 142.350 234.00 0.09 233.91 + 142.375 246.00 0.09 245.91 + 142.400 239.00 0.09 238.91 + 142.425 257.00 0.09 256.91 + 142.450 218.00 0.09 217.91 + 142.475 234.00 0.08 233.92 + 142.500 230.00 0.08 229.92 + 142.525 253.00 0.08 252.92 + 142.550 248.00 0.08 247.92 + 142.575 257.00 0.08 256.92 + 142.600 248.00 0.08 247.92 + 142.625 255.00 0.08 254.92 + 142.650 261.00 0.08 260.92 + 142.675 275.00 0.08 274.92 + 142.700 288.00 0.07 287.93 + 142.725 301.00 0.07 300.93 + 142.750 283.00 0.07 282.93 + 142.775 308.00 0.07 307.93 + 142.800 268.00 0.07 267.93 + 142.825 300.00 0.07 299.93 + 142.850 305.00 0.07 304.93 + 142.875 254.00 0.07 253.93 + 142.900 251.00 0.07 250.93 + 142.925 256.00 0.07 255.93 + 142.950 280.00 0.07 279.93 + 142.975 290.00 0.07 289.93 + 143.000 267.00 0.06 266.94 + 143.025 278.00 0.06 277.94 + 143.050 302.00 0.06 301.94 + 143.075 264.00 0.06 263.94 + 143.100 263.00 0.06 262.94 + 143.125 289.00 0.06 288.94 + 143.150 231.00 0.06 230.94 + 143.175 271.00 0.06 270.94 + 143.200 289.00 0.06 288.94 + 143.225 268.00 0.06 267.94 + 143.250 310.00 0.06 309.94 + 143.275 278.00 0.06 277.94 + 143.300 280.00 0.06 279.94 + 143.325 262.00 0.06 261.94 + 143.350 234.00 0.06 233.94 + 143.375 278.00 0.05 277.95 + 143.400 288.00 0.05 287.95 + 143.425 265.00 0.05 264.95 + 143.450 302.00 0.05 301.95 + 143.475 278.00 0.05 277.95 + 143.500 273.00 0.05 272.95 + 143.525 279.00 0.05 278.95 + 143.550 303.00 0.05 302.95 + 143.575 318.00 0.05 317.95 + 143.600 317.00 0.05 316.95 + 143.625 312.00 0.05 311.95 + 143.650 303.00 0.05 302.95 + 143.675 312.00 0.05 311.95 + 143.700 311.00 0.05 310.95 + 143.725 308.00 0.05 307.95 + 143.750 304.00 0.05 303.95 + 143.775 284.00 0.05 283.95 + 143.800 281.00 0.05 280.95 + 143.825 287.00 0.05 286.95 + 143.850 262.00 0.05 261.95 + 143.875 273.00 0.04 272.96 + 143.900 284.00 0.04 283.96 + 143.925 261.00 0.04 260.96 + 143.950 241.00 0.04 240.96 + 143.975 238.00 0.04 237.96 + 144.000 276.00 0.04 275.96 + 144.025 276.00 0.04 275.96 + 144.050 274.00 0.04 273.96 + 144.075 262.00 0.04 261.96 + 144.100 279.00 0.04 278.96 + 144.125 274.00 0.04 273.96 + 144.150 238.00 0.04 237.96 + 144.175 278.00 0.04 277.96 + 144.200 273.00 0.04 272.96 + 144.225 274.00 0.04 273.96 + 144.250 260.00 0.04 259.96 + 144.275 245.00 0.04 244.96 + 144.300 293.00 0.04 292.96 + 144.325 307.00 0.04 306.96 + 144.350 304.00 0.04 303.96 + 144.375 266.00 0.04 265.96 + 144.400 287.00 0.04 286.96 + 144.425 292.00 0.04 291.96 + 144.450 295.00 0.04 294.96 + 144.475 295.00 0.04 294.96 + 144.500 305.00 0.04 304.96 + 144.525 300.00 0.04 299.96 + 144.550 281.00 0.04 280.96 + 144.575 287.00 0.04 286.96 + 144.600 299.00 0.04 298.96 + 144.625 268.00 0.03 267.97 + 144.650 292.00 0.03 291.97 + 144.675 267.00 0.03 266.97 + 144.700 236.00 0.03 235.97 + 144.725 248.00 0.03 247.97 + 144.750 272.00 0.03 271.97 + 144.775 274.00 0.03 273.97 + 144.800 237.00 0.03 236.97 + 144.825 251.00 0.03 250.97 + 144.850 245.00 0.03 244.97 + 144.875 285.00 0.03 284.97 + 144.900 252.00 0.03 251.97 + 144.925 272.00 0.03 271.97 + 144.950 258.00 0.03 257.97 + 144.975 269.00 0.03 268.97 + 145.000 268.00 0.03 267.97 + 145.025 299.00 0.03 298.97 + 145.050 240.00 0.03 239.97 + 145.075 263.00 0.03 262.97 + 145.100 260.00 0.03 259.97 + 145.125 315.00 0.03 314.97 + 145.150 315.00 0.03 314.97 + 145.175 295.00 0.03 294.97 + 145.200 279.00 0.03 278.97 + 145.225 295.00 0.03 294.97 + 145.250 333.00 0.03 332.97 + 145.275 322.00 0.03 321.97 + 145.300 338.00 0.03 337.97 + 145.325 383.00 0.03 382.97 + 145.350 339.00 0.03 338.97 + 145.375 311.00 0.03 310.97 + 145.400 323.00 0.03 322.97 + 145.425 295.00 0.03 294.97 + 145.450 275.00 0.03 274.97 + 145.475 295.00 0.03 294.97 + 145.500 289.00 0.03 288.97 + 145.525 294.00 0.03 293.97 + 145.550 287.00 0.03 286.97 + 145.575 275.00 0.03 274.97 + 145.600 249.00 0.03 248.97 + 145.625 232.00 0.03 231.97 + 145.650 269.00 0.03 268.97 + 145.675 258.00 0.03 257.97 + 145.700 268.00 0.03 267.97 + 145.725 290.00 0.03 289.97 + 145.750 253.00 0.03 252.97 + 145.775 266.00 0.03 265.97 + 145.800 234.00 0.03 233.97 + 145.825 233.00 0.03 232.97 + 145.850 223.00 0.03 222.97 + 145.875 231.00 0.03 230.97 + 145.900 252.00 0.03 251.97 + 145.925 275.00 0.03 274.97 + 145.950 267.00 0.03 266.97 + 145.975 251.00 0.03 250.98 + 146.000 284.00 0.02 283.98 + 146.025 281.00 0.02 280.98 + 146.050 254.00 0.02 253.98 + 146.075 265.00 0.02 264.98 + 146.100 309.00 0.02 308.98 + 146.125 269.00 0.02 268.98 + 146.150 296.00 0.02 295.98 + 146.175 290.00 0.02 289.98 + 146.200 301.00 0.02 300.98 + 146.225 297.00 0.02 296.98 + 146.250 300.00 0.02 299.98 + 146.275 345.00 0.02 344.98 + 146.300 298.00 0.02 297.98 + 146.325 347.00 0.02 346.98 + 146.350 345.00 0.02 344.98 + 146.375 374.00 0.02 373.98 + 146.400 366.00 0.02 365.98 + 146.425 387.00 0.02 386.98 + 146.450 392.00 0.02 391.98 + 146.475 438.00 0.02 437.98 + 146.500 465.00 0.02 464.98 + 146.525 470.00 0.02 469.98 + 146.550 443.00 0.02 442.98 + 146.575 511.00 0.02 510.98 + 146.600 473.00 0.02 472.98 + 146.625 474.00 0.02 473.98 + 146.650 455.00 0.02 454.98 + 146.675 473.00 0.02 472.98 + 146.700 452.00 0.02 451.98 + 146.725 460.00 0.02 459.98 + 146.750 440.00 0.02 439.98 + 146.775 386.00 0.02 385.98 + 146.800 385.00 0.02 384.98 + 146.825 402.00 0.02 401.98 + 146.850 418.00 0.02 417.98 + 146.875 382.00 0.02 381.98 + 146.900 348.00 0.02 347.98 + 146.925 344.00 0.02 343.98 + 146.950 360.00 0.02 359.98 + 146.975 366.00 0.02 365.98 + 147.000 351.00 0.02 350.98 + 147.025 322.00 0.02 321.98 + 147.050 327.00 0.02 326.98 + 147.075 318.00 0.02 317.98 + 147.100 352.00 0.02 351.98 + 147.125 341.00 0.02 340.98 + 147.150 308.00 0.02 307.98 + 147.175 357.00 0.02 356.98 + 147.200 325.00 0.02 324.98 + 147.225 367.00 0.02 366.98 + 147.250 383.00 0.02 382.98 + 147.275 381.00 0.02 380.98 + 147.300 376.00 0.02 375.98 + 147.325 381.00 0.02 380.98 + 147.350 434.00 0.02 433.98 + 147.375 410.00 0.02 409.98 + 147.400 412.00 0.02 411.98 + 147.425 411.00 0.02 410.98 + 147.450 393.00 0.02 392.98 + 147.475 427.00 0.02 426.98 + 147.500 429.00 0.02 428.98 + 147.525 441.00 0.02 440.98 + 147.550 407.00 0.02 406.98 + 147.575 412.00 0.02 411.98 + 147.600 456.00 0.02 455.98 + 147.625 389.00 0.02 388.98 + 147.650 386.00 0.02 385.98 + 147.675 382.00 0.02 381.98 + 147.700 368.00 0.02 367.98 + 147.725 352.00 0.02 351.98 + 147.750 367.00 0.02 366.98 + 147.775 366.00 0.02 365.98 + 147.800 364.00 0.02 363.98 + 147.825 366.00 0.02 365.98 + 147.850 352.00 0.02 351.98 + 147.875 312.00 0.02 311.98 + 147.900 345.00 0.02 344.98 + 147.925 336.00 0.02 335.98 + 147.950 284.00 0.02 283.98 + 147.975 310.00 0.02 309.98 + 148.000 289.00 0.02 288.98 + 148.025 318.00 0.02 317.98 + 148.050 287.00 0.02 286.98 + 148.075 303.00 0.02 302.98 + 148.100 306.00 0.02 305.98 + 148.125 320.00 0.02 319.98 + 148.150 330.00 0.02 329.98 + 148.175 334.00 0.02 333.98 + 148.200 345.00 0.02 344.98 + 148.225 367.00 0.02 366.98 + 148.250 407.00 0.02 406.98 + 148.275 379.00 0.02 378.98 + 148.300 410.00 0.02 409.98 + 148.325 396.00 0.02 395.98 + 148.350 429.00 0.02 428.98 + 148.375 425.00 0.02 424.98 + 148.400 449.00 0.02 448.98 + 148.425 416.00 0.02 415.98 + 148.450 394.00 0.02 393.98 + 148.475 390.00 0.02 389.98 + 148.500 394.00 0.02 393.98 + 148.525 404.00 0.02 403.98 + 148.550 356.00 0.02 355.98 + 148.575 350.00 0.02 349.98 + 148.600 378.00 0.02 377.98 + 148.625 369.00 0.02 368.98 + 148.650 362.00 0.02 361.98 + 148.675 311.00 0.02 310.98 + 148.700 297.00 0.02 296.98 + 148.725 307.00 0.02 306.98 + 148.750 293.00 0.02 292.98 + 148.775 291.00 0.02 290.98 + 148.800 338.00 0.02 337.98 + 148.825 300.00 0.02 299.98 + 148.850 290.00 0.02 289.98 + 148.875 317.00 0.02 316.98 + 148.900 312.00 0.02 311.98 + 148.925 270.00 0.02 269.98 + 148.950 313.00 0.02 312.98 + 148.975 278.00 0.02 277.98 + 149.000 321.00 0.02 320.98 + 149.025 327.00 0.02 326.98 + 149.050 332.00 0.02 331.98 + 149.075 337.00 0.02 336.98 + 149.100 328.00 0.02 327.98 + 149.125 301.00 0.02 300.98 + 149.150 322.00 0.02 321.98 + 149.175 334.00 0.02 333.98 + 149.200 330.00 0.02 329.98 + 149.225 315.00 0.02 314.98 + 149.250 311.00 0.02 310.98 + 149.275 302.00 0.02 301.98 + 149.300 338.00 0.02 337.98 + 149.325 321.00 0.02 320.98 + 149.350 317.00 0.02 316.98 + 149.375 331.00 0.02 330.98 + 149.400 335.00 0.02 334.98 + 149.425 345.00 0.02 344.98 + 149.450 317.00 0.02 316.98 + 149.475 306.00 0.02 305.98 + 149.500 309.00 0.02 308.98 + 149.525 336.00 0.02 335.98 + 149.550 309.00 0.02 308.98 + 149.575 299.00 0.02 298.98 + 149.600 319.00 0.02 318.98 + 149.625 310.00 0.02 309.98 + 149.650 287.00 0.02 286.98 + 149.675 281.00 0.02 280.98 + 149.700 268.00 0.02 267.98 + 149.725 260.00 0.02 259.98 + 149.750 279.00 0.02 278.98 + 149.775 279.00 0.02 278.98 + 149.800 289.00 0.02 288.98 + 149.825 265.00 0.02 264.98 + 149.850 261.00 0.02 260.98 + 149.875 264.00 0.02 263.98 + 149.900 260.00 0.02 259.98 + 149.925 271.00 0.02 270.98 + 149.950 265.00 0.02 264.98 + 149.975 270.00 0.02 269.98 + 150.000 280.00 0.02 279.98 + 150.025 304.00 0.02 303.98 + 150.050 283.00 0.02 282.98 + 150.075 289.00 0.02 288.98 + 150.100 294.00 0.02 293.98 + 150.125 325.00 0.02 324.98 + 150.150 269.00 0.02 268.98 + 150.175 282.00 0.02 281.98 + 150.200 293.00 0.02 292.98 + 150.225 275.00 0.02 274.98 + 150.250 283.00 0.02 282.98 + 150.275 281.00 0.02 280.98 + 150.300 283.00 0.02 282.98 + 150.325 277.00 0.02 276.98 + 150.350 284.00 0.02 283.98 + 150.375 275.00 0.02 274.98 + 150.400 277.00 0.02 276.98 + 150.425 278.00 0.02 277.98 + 150.450 273.00 0.02 272.98 + 150.475 284.00 0.02 283.98 + 150.500 267.00 0.02 266.98 + 150.525 270.00 0.02 269.98 + 150.550 287.00 0.02 286.98 + 150.575 316.00 0.02 315.98 + 150.600 261.00 0.02 260.98 + 150.625 283.00 0.02 282.98 + 150.650 294.00 0.02 293.98 + 150.675 275.00 0.02 274.98 + 150.700 324.00 0.02 323.98 + 150.725 306.00 0.02 305.98 + 150.750 302.00 0.02 301.98 + 150.775 276.00 0.02 275.98 + 150.800 392.00 0.02 391.98 + 150.825 339.00 0.02 338.98 + 150.850 309.00 0.02 308.98 + 150.875 315.00 0.02 314.98 + 150.900 322.00 0.02 321.98 + 150.925 359.00 0.02 358.98 + 150.950 308.00 0.02 307.98 + 150.975 335.00 0.02 334.98 + 151.000 315.00 0.02 314.98 + 151.025 318.00 0.02 317.98 + 151.050 319.00 0.02 318.98 + 151.075 328.00 0.02 327.98 + 151.100 315.00 0.02 314.98 + 151.125 303.00 0.02 302.98 + 151.150 296.00 0.02 295.98 + 151.175 300.00 0.02 299.98 + 151.200 304.00 0.02 303.98 + 151.225 283.00 0.02 282.98 + 151.250 292.00 0.02 291.98 + 151.275 266.00 0.02 265.98 + 151.300 279.00 0.02 278.98 + 151.325 295.00 0.02 294.98 + 151.350 258.00 0.02 257.98 + 151.375 289.00 0.02 288.98 + 151.400 272.00 0.02 271.98 + 151.425 251.00 0.02 250.98 + 151.450 305.00 0.02 304.98 + 151.475 263.00 0.02 262.98 + 151.500 261.00 0.02 260.98 + 151.525 299.00 0.02 298.98 + 151.550 291.00 0.02 290.98 + 151.575 276.00 0.02 275.98 + 151.600 294.00 0.02 293.98 + 151.625 259.00 0.02 258.98 + 151.650 254.00 0.02 253.98 + 151.675 297.00 0.02 296.98 + 151.700 287.00 0.02 286.98 + 151.725 257.00 0.02 256.98 + 151.750 284.00 0.02 283.98 + 151.775 255.00 0.02 254.98 + 151.800 260.00 0.02 259.98 + 151.825 259.00 0.02 258.98 + 151.850 300.00 0.02 299.98 + 151.875 264.00 0.02 263.98 + 151.900 300.00 0.02 299.98 + 151.925 287.00 0.02 286.98 + 151.950 298.00 0.02 297.98 + 151.975 283.00 0.02 282.98 + 152.000 279.00 0.02 278.98 + 152.025 271.00 0.02 270.98 + 152.050 291.00 0.02 290.98 + 152.075 304.00 0.02 303.98 + 152.100 299.00 0.02 298.98 + 152.125 272.00 0.02 271.98 + 152.150 316.00 0.02 315.98 + 152.175 298.00 0.02 297.98 + 152.200 322.00 0.02 321.98 + 152.225 306.00 0.02 305.98 + 152.250 268.00 0.02 267.98 + 152.275 257.00 0.02 256.98 + 152.300 279.00 0.02 278.98 + 152.325 262.00 0.02 261.98 + 152.350 269.00 0.02 268.98 + 152.375 291.00 0.02 290.98 + 152.400 258.00 0.02 257.98 + 152.425 269.00 0.02 268.98 + 152.450 295.00 0.02 294.98 + 152.475 293.00 0.02 292.98 + 152.500 268.00 0.02 267.98 + 152.525 264.00 0.02 263.98 + 152.550 272.00 0.02 271.98 + 152.575 272.00 0.02 271.98 + 152.600 288.00 0.02 287.98 + 152.625 270.00 0.02 269.98 + 152.650 267.00 0.02 266.98 + 152.675 277.00 0.02 276.98 + 152.700 310.00 0.02 309.98 + 152.725 292.00 0.02 291.98 + 152.750 276.00 0.02 275.98 + 152.775 290.00 0.02 289.98 + 152.800 319.00 0.02 318.98 + 152.825 322.00 0.02 321.98 + 152.850 316.00 0.02 315.98 + 152.875 343.00 0.02 342.98 + 152.900 345.00 0.02 344.98 + 152.925 379.00 0.02 378.98 + 152.950 383.00 0.02 382.98 + 152.975 389.00 0.02 388.98 + 153.000 437.00 0.02 436.98 + 153.025 371.00 0.02 370.98 + 153.050 405.00 0.02 404.98 + 153.075 427.00 0.02 426.98 + 153.100 442.00 0.02 441.98 + 153.125 424.00 0.02 423.98 + 153.150 438.00 0.02 437.98 + 153.175 396.00 0.02 395.98 + 153.200 384.00 0.02 383.98 + 153.225 381.00 0.02 380.98 + 153.250 329.00 0.02 328.98 + 153.275 322.00 0.02 321.98 + 153.300 319.00 0.02 318.98 + 153.325 274.00 0.02 273.98 + 153.350 318.00 0.02 317.98 + 153.375 304.00 0.02 303.98 + 153.400 316.00 0.02 315.98 + 153.425 324.00 0.02 323.98 + 153.450 275.00 0.02 274.98 + 153.475 319.00 0.02 318.98 + 153.500 259.00 0.02 258.98 + 153.525 272.00 0.02 271.98 + 153.550 262.00 0.02 261.98 + 153.575 270.00 0.02 269.98 + 153.600 263.00 0.02 262.98 + 153.625 266.00 0.02 265.98 + 153.650 242.00 0.02 241.98 + 153.675 265.00 0.02 264.98 + 153.700 251.00 0.02 250.98 + 153.725 276.00 0.02 275.98 + 153.750 277.00 0.02 276.98 + 153.775 260.00 0.02 259.98 + 153.800 256.00 0.02 255.98 + 153.825 240.00 0.02 239.98 + 153.850 278.00 0.02 277.98 + 153.875 252.00 0.02 251.98 + 153.900 286.00 0.02 285.98 + 153.925 295.00 0.02 294.98 + 153.950 268.00 0.02 267.98 + 153.975 301.00 0.02 300.98 + 154.000 296.00 0.02 295.98 + 154.025 268.00 0.02 267.98 + 154.050 299.00 0.02 298.98 + 154.075 298.00 0.02 297.98 + 154.100 305.00 0.02 304.98 + 154.125 293.00 0.02 292.98 + 154.150 327.00 0.02 326.98 + 154.175 343.00 0.02 342.98 + 154.200 362.00 0.02 361.98 + 154.225 367.00 0.02 366.98 + 154.250 358.00 0.02 357.98 + 154.275 324.00 0.02 323.98 + 154.300 322.00 0.02 321.98 + 154.325 330.00 0.02 329.98 + 154.350 356.00 0.02 355.98 + 154.375 353.00 0.02 352.98 + 154.400 351.00 0.02 350.98 + 154.425 324.00 0.02 323.98 + 154.450 359.00 0.02 358.98 + 154.475 339.00 0.02 338.98 + 154.500 289.00 0.02 288.98 + 154.525 330.00 0.02 329.98 + 154.550 295.00 0.02 294.98 + 154.575 293.00 0.02 292.98 + 154.600 293.00 0.02 292.98 + 154.625 300.00 0.02 299.98 + 154.650 296.00 0.02 295.98 + 154.675 319.00 0.02 318.98 + 154.700 302.00 0.02 301.98 + 154.725 276.00 0.02 275.98 + 154.750 293.00 0.02 292.98 + 154.775 271.00 0.02 270.98 + 154.800 283.00 0.02 282.98 + 154.825 256.00 0.02 255.98 + 154.850 258.00 0.02 257.98 + 154.875 269.00 0.02 268.98 + 154.900 272.00 0.02 271.98 + 154.925 213.00 0.02 212.98 + 154.950 257.00 0.02 256.98 + 154.975 274.00 0.02 273.98 + 155.000 242.00 0.02 241.98 + 155.025 245.00 0.02 244.98 + 155.050 252.00 0.02 251.98 + 155.075 212.00 0.02 211.98 + 155.100 261.00 0.02 260.98 + 155.125 281.00 0.02 280.98 + 155.150 259.00 0.02 258.98 + 155.175 253.00 0.02 252.98 + 155.200 280.00 0.02 279.98 + 155.225 255.00 0.02 254.98 + 155.250 229.00 0.02 228.98 + 155.275 241.00 0.02 240.98 + 155.300 242.00 0.02 241.98 + 155.325 248.00 0.02 247.98 + 155.350 259.00 0.02 258.98 + 155.375 257.00 0.02 256.98 + 155.400 256.00 0.02 255.98 + 155.425 253.00 0.02 252.98 + 155.450 281.00 0.02 280.98 + 155.475 292.00 0.02 291.98 + 155.500 254.00 0.02 253.98 + 155.525 273.00 0.02 272.98 + 155.550 278.00 0.02 277.98 + 155.575 277.00 0.02 276.98 + 155.600 264.00 0.02 263.98 + 155.625 219.00 0.02 218.98 + 155.650 271.00 0.02 270.98 + 155.675 279.00 0.02 278.98 + 155.700 246.00 0.02 245.98 + 155.725 268.00 0.02 267.98 + 155.750 282.00 0.02 281.98 + 155.775 272.00 0.02 271.98 + 155.800 270.00 0.02 269.98 + 155.825 221.00 0.02 220.98 + 155.850 262.00 0.02 261.98 + 155.875 286.00 0.02 285.98 + 155.900 267.00 0.02 266.98 + 155.925 254.00 0.02 253.98 + 155.950 267.00 0.02 266.98 + 155.975 259.00 0.02 258.98 + 156.000 267.00 0.02 266.98 + 156.025 276.00 0.02 275.98 + 156.050 269.00 0.02 268.98 + 156.075 251.00 0.02 250.98 + 156.100 256.00 0.02 255.98 + 156.125 228.00 0.02 227.98 + 156.150 248.00 0.02 247.98 + 156.175 243.00 0.02 242.98 + 156.200 254.00 0.02 253.98 + 156.225 254.00 0.02 253.98 + 156.250 245.00 0.02 244.98 + 156.275 242.00 0.02 241.98 + 156.300 250.00 0.02 249.98 + 156.325 264.00 0.02 263.98 + 156.350 274.00 0.03 273.97 + 156.375 255.00 0.03 254.97 + 156.400 281.00 0.03 280.97 + 156.425 229.00 0.03 228.97 + 156.450 263.00 0.03 262.97 + 156.475 250.00 0.03 249.97 + 156.500 241.00 0.03 240.97 + 156.525 259.00 0.03 258.97 + 156.550 268.00 0.03 267.97 + 156.575 285.00 0.03 284.97 + 156.600 241.00 0.03 240.97 + 156.625 255.00 0.03 254.97 + 156.650 268.00 0.03 267.97 + 156.675 257.00 0.03 256.97 + 156.700 263.00 0.03 262.97 + 156.725 266.00 0.03 265.97 + 156.750 298.00 0.03 297.97 + 156.775 281.00 0.03 280.97 + 156.800 271.00 0.03 270.97 + 156.825 261.00 0.03 260.97 + 156.850 280.00 0.03 279.97 + 156.875 296.00 0.03 295.97 + 156.900 283.00 0.03 282.97 + 156.925 341.00 0.03 340.97 + 156.950 280.00 0.03 279.97 + 156.975 304.00 0.03 303.97 + 157.000 282.00 0.03 281.97 + 157.025 258.00 0.03 257.97 + 157.050 262.00 0.03 261.97 + 157.075 279.00 0.03 278.97 + 157.100 285.00 0.03 284.97 + 157.125 319.00 0.03 318.97 + 157.150 293.00 0.03 292.97 + 157.175 322.00 0.03 321.97 + 157.200 316.00 0.03 315.97 + 157.225 348.00 0.03 347.97 + 157.250 341.00 0.03 340.97 + 157.275 339.00 0.03 338.97 + 157.300 321.00 0.03 320.97 + 157.325 373.00 0.03 372.97 + 157.350 376.00 0.03 375.97 + 157.375 366.00 0.03 365.97 + 157.400 402.00 0.03 401.97 + 157.425 391.00 0.03 390.97 + 157.450 405.00 0.03 404.97 + 157.475 407.00 0.03 406.97 + 157.500 422.00 0.03 421.97 + 157.525 395.00 0.03 394.97 + 157.550 434.00 0.03 433.97 + 157.575 419.00 0.03 418.97 + 157.600 426.00 0.03 425.97 + 157.625 385.00 0.03 384.97 + 157.650 390.00 0.03 389.97 + 157.675 375.00 0.03 374.97 + 157.700 357.00 0.03 356.97 + 157.725 343.00 0.03 342.97 + 157.750 359.00 0.03 358.97 + 157.775 344.00 0.03 343.97 + 157.800 285.00 0.03 284.97 + 157.825 324.00 0.03 323.97 + 157.850 317.00 0.03 316.97 + 157.875 345.00 0.03 344.97 + 157.900 303.00 0.03 302.97 + 157.925 315.00 0.03 314.97 + 157.950 288.00 0.03 287.97 + 157.975 301.00 0.03 300.97 + 158.000 281.00 0.03 280.97 + 158.025 327.00 0.03 326.97 + 158.050 316.00 0.03 315.97 + 158.075 260.00 0.03 259.97 + 158.100 299.00 0.03 298.97 + 158.125 302.00 0.03 301.97 + 158.150 249.00 0.03 248.97 + 158.175 293.00 0.03 292.97 + 158.200 271.00 0.03 270.97 + 158.225 296.00 0.03 295.97 + 158.250 258.00 0.03 257.97 + 158.275 283.00 0.03 282.97 + 158.300 268.00 0.03 267.97 + 158.325 271.00 0.03 270.97 + 158.350 305.00 0.04 304.96 + 158.375 268.00 0.04 267.96 + 158.400 234.00 0.04 233.96 + 158.425 286.00 0.04 285.96 + 158.450 278.00 0.04 277.96 + 158.475 274.00 0.04 273.96 + 158.500 274.00 0.04 273.96 + 158.525 253.00 0.04 252.96 + 158.550 238.00 0.04 237.96 + 158.575 291.00 0.04 290.96 + 158.600 274.00 0.04 273.96 + 158.625 300.00 0.04 299.96 + 158.650 282.00 0.04 281.96 + 158.675 303.00 0.04 302.96 + 158.700 285.00 0.04 284.96 + 158.725 323.00 0.04 322.96 + 158.750 340.00 0.04 339.96 + 158.775 283.00 0.04 282.96 + 158.800 355.00 0.04 354.96 + 158.825 288.00 0.04 287.96 + 158.850 335.00 0.04 334.96 + 158.875 350.00 0.04 349.96 + 158.900 313.00 0.04 312.96 + 158.925 303.00 0.04 302.96 + 158.950 338.00 0.04 337.96 + 158.975 326.00 0.04 325.96 + 159.000 359.00 0.04 358.96 + 159.025 372.00 0.04 371.96 + 159.050 325.00 0.04 324.96 + 159.075 325.00 0.04 324.96 + 159.100 352.00 0.04 351.96 + 159.125 345.00 0.04 344.96 + 159.150 348.00 0.04 347.96 + 159.175 330.00 0.04 329.96 + 159.200 336.00 0.04 335.96 + 159.225 310.00 0.04 309.96 + 159.250 343.00 0.04 342.96 + 159.275 321.00 0.04 320.96 + 159.300 329.00 0.04 328.96 + 159.325 325.00 0.04 324.96 + 159.350 329.00 0.04 328.96 + 159.375 330.00 0.04 329.96 + 159.400 311.00 0.04 310.96 + 159.425 316.00 0.04 315.96 + 159.450 327.00 0.04 326.96 + 159.475 320.00 0.04 319.96 + 159.500 306.00 0.04 305.96 + 159.525 348.00 0.05 347.95 + 159.550 345.00 0.05 344.95 + 159.575 330.00 0.05 329.95 + 159.600 325.00 0.05 324.95 + 159.625 371.00 0.05 370.95 + 159.650 381.00 0.05 380.95 + 159.675 421.00 0.05 420.95 + 159.700 388.00 0.05 387.95 + 159.725 403.00 0.05 402.95 + 159.750 413.00 0.05 412.95 + 159.775 417.00 0.05 416.95 + 159.800 391.00 0.05 390.95 + 159.825 385.00 0.05 384.95 + 159.850 376.00 0.05 375.95 + 159.875 382.00 0.05 381.95 + 159.900 420.00 0.05 419.95 + 159.925 374.00 0.05 373.95 + 159.950 352.00 0.05 351.95 + 159.975 328.00 0.05 327.95 + 160.000 368.00 0.00 368.00 +END +WAVES Phase1, tik1 +BEGIN + 38.699 -523 + 44.988 -523 + 65.511 -523 + 78.758 -523 + 83.006 -523 + 99.845 -523 + 112.988 -523 + 117.628 -523 + 139.154 -523 + 167.428 -523 + 167.428 -523 +END +WAVES Excrg1, excl1 +BEGIN + 10.00 -523 + 10.00 -523 +END +WAVES Excrg2, excl2 +BEGIN + 160.00 -523 + 160.00 -523 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TwoTheta +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 10.00, 160.00 +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -16355} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: lif_single_unpolarized\rDate of fit: \Z09 18/06/2026/ 09:28:23.2\Z12\rLiF\rChi2 = 408.24" +X Label left "\Z14Intensity" +X Label bottom "\Z142-Theta (in degrees)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: LiF XrayDif single wavelength unpolarized Wdt48 +X | Date of run: 18/06/2026 / 09:28:23.2 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.rpa b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.rpa new file mode 100644 index 000000000..ccf7086bf --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.rpa @@ -0,0 +1,104 @@ +TITL LiF XrayDif single wavelength unpolarized Wdt48 +FILES => PCR-file : lif_single_unpolarized +FILES => DAT-files: lif_single_unpolarized +DATE & TIME Date: 18/06/2026 Time: 09:27:30.082 +REM NPHASE IDUM IASG NRELL ICRYG +GLB1 1 0 0 0 0 +REM JOBTYP NPROF NBCKGD NEXCRG NSCAT NORI +GLB1 0 7 0 2 0 0 +REM IWGT ILOR IRESO ISTEP IXUNIT ICORR +GLB2 0 0 0 0 0 0 +REM IOT IPL IPC MAT NXT lst1 lst2 lst3 NLIN PL_PRF +OUT1 0 2 1 0 1 0 4 0 0 2 +REM instr JCIL JSY jlkh jfou ISHOR ianaly +OUT2 0 1 1 0 4 1 1 +REM MAT NXT NLIN JCIL JSY ISHOR +OUT1 0 1 0 1 1 1 +REM IOT IPL IPC LST1 LST2 LST3 +OUT2 0 2 1 0 4 0 +REM PL_PRF INSTR JLKH JFOU IANALY +OUT3 2 0 0 4 1 +DATT 0 0 0.00 +PHAS1 LiF +SPGR F m -3 m +NATM 2 +COND 0 0 0 0 +ATOM Li1 0.00000 0.00000 0.00000 1.20000 0.02083 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +ATOM F1 0.50000 0.50000 0.50000 0.80000 0.02083 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +CELL 4.02670 4.02670 4.02670 90.00000 90.00000 90.00000 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +NNVK 0 +SCAL 0.010000000 0.000000000 +SHAP 0.00000 0.00000 +BOVE 0.0000 0.0000 +HUVW 0.0485 0.0000 -0.0831 0.0000 0.0352 0.0000 +PREF 0.0000 0.0000 0.0000 0.0000 +ASYM 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 +XYPA 0.0000 0.0000 0.0493 0.0000 +STRA 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 +SIZE 0.0000 0.0000 0.0000 0.0000 +ZERO 0.00000 0.00000 +BACK 0.000 0.000 0.000 0.000 0.000 0.000 +SIGM 0.000 0.000 0.000 0.000 0.000 0.000 +RFAR 99.74 100.0 4.945 409.2 +RFAC 99.74 100.0 4.945 409.2 6000 +DEVA 0.2653E+08 0.000 0.1333E-01 1.920 +RFBR 99.63 100.0 5.243 364.0 +RFBC 99.63 100.0 5.243 364.0 4701 +DEVB 0.2653E+08 NaN 0.1913E-01 1.909 +BRAG1 98.172 87.078 65.290 100.000 103.724 1.000 +-------------------------------------------------------------------------------- +TITL LiF XrayDif single wavelength unpolarized Wdt48 +FILES => PCR-file : lif_single_unpolarized +FILES => DAT-files: lif_single_unpolarized +DATE & TIME Date: 18/06/2026 Time: 09:28:23.171 +REM NPHASE IDUM IASG NRELL ICRYG +GLB1 1 0 0 0 0 +REM JOBTYP NPROF NBCKGD NEXCRG NSCAT NORI +GLB1 0 7 0 2 0 0 +REM IWGT ILOR IRESO ISTEP IXUNIT ICORR +GLB2 0 0 0 0 0 0 +REM IOT IPL IPC MAT NXT lst1 lst2 lst3 NLIN PL_PRF +OUT1 0 2 1 0 1 0 4 0 0 2 +REM instr JCIL JSY jlkh jfou ISHOR ianaly +OUT2 0 1 1 0 4 1 1 +REM MAT NXT NLIN JCIL JSY ISHOR +OUT1 0 1 0 1 1 1 +REM IOT IPL IPC LST1 LST2 LST3 +OUT2 0 2 1 0 4 0 +REM PL_PRF INSTR JLKH JFOU IANALY +OUT3 2 0 0 4 1 +DATT 0 0 0.00 +PHAS1 LiF +SPGR F m -3 m +NATM 2 +COND 0 0 0 0 +ATOM Li1 0.00000 0.00000 0.00000 1.20000 0.02083 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +ATOM F1 0.50000 0.50000 0.50000 0.80000 0.02083 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +CELL 4.02670 4.02670 4.02670 90.00000 90.00000 90.00000 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +NNVK 0 +SCAL 0.010000000 0.000000000 +SHAP 0.00000 0.00000 +BOVE 0.0000 0.0000 +HUVW 0.0485 0.0000 -0.0831 0.0000 0.0400 0.0000 +PREF 0.0000 0.0000 0.0000 0.0000 +ASYM 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 +XYPA 0.0000 0.0000 0.0493 0.0000 +STRA 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 +SIZE 0.0000 0.0000 0.0000 0.0000 +ZERO 0.00000 0.00000 +BACK 0.000 0.000 0.000 0.000 0.000 0.000 +SIGM 0.000 0.000 0.000 0.000 0.000 0.000 +RFAR 99.68 99.91 4.945 408.2 +RFAC 99.68 99.91 4.945 408.2 6000 +DEVA 0.2588E+08 0.000 0.1248E-01 1.920 +RFBR 99.55 99.87 5.291 356.4 +RFBC 99.55 99.87 5.291 356.4 4847 +DEVB 0.2588E+08 NaN 0.1770E-01 1.911 +BRAG1 98.305 87.704 65.290 100.000 103.724 1.000 +-------------------------------------------------------------------------------- diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.sum b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.sum new file mode 100644 index 000000000..09216ee5f --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.sum @@ -0,0 +1,144 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 18/06/2026 Time: 09:28:23.171 + + => PCR file code: lif_single_unpolarized + => DAT file code: lif_single_unpolariz -> Relative contribution: 1.0000 + => Title: LiF XrayDif single wavelength unpolarized Wdt48 + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of X-ray powder diffraction data + => Global Refinement of X-ray powder diffraction data + Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) + => The 7th default profile function was selected + + => Data supplied in free format for pattern: 1 + => Analysis of refinement at the end + => Wavelengths: 1.54056 1.54056 + => Cos(Monochromator angle)= 0.0000 + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 48.00 + ==> Angular range, step and number of points: + 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 + =>-------> Pattern# 1 + => Crystal Structure Refinement for phase: 1 + => The density (volumic mass) of phase 1 is: 2.639 g/cm3 + => Scor:46.8812 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 LiF F m -3 m +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 11 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + Li1 0.00000( 0) 0.00000( 0) 0.00000( 0) 1.200( 0) 0.021( 0) 4 + F1 0.50000( 0) 0.50000( 0) 0.50000( 0) 0.800( 0) 0.021( 0) 4 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 4.02670 0.00000 + 4.02670 0.00000 + 4.02670 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + => overall scale factor : 0.010000000 0.000000000 + => Eta(p-v) or m(p-vii) : 0.00000 0.00000 + => Overall tem. factor : 0.00000 0.00000 + => Halfwidth parameters : 0.04846 0.00000 + -0.08305 0.00000 + 0.04000 0.00000 + => Preferred orientation: 0.00000 0.00000 + 0.00000 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => X and y parameters : 0.00000 0.00000 + 0.04927 0.00000 + => Strain parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => Size parameters (G,L): 0.00000 0.00000 + 0.00000 0.00000 + + => Add. shape parameters: + 0.00000 0.00000 + 0.00000 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: 0.0000 0.0000 + => Background Polynomial Parameters ==> + 0.0000 0.0000 + 0.0000 0.0000 + 0.0000 0.0000 + 0.0000 0.0000 + 0.0000 0.0000 + 0.0000 0.0000 + + => Cos( theta)-shift parameter : 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle: 30 + => N-P+C: 6000 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 99.7 Rwp: 99.9 Rexp: 4.94 Chi2: 408. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 99.7 Rwp: 99.9 Rexp: 4.94 Chi2: 408. + => Deviance: 0.259E+08 Dev* : 0.000 + => DW-Stat.: 0.0125 DW-exp: 1.9199 + => N-sigma of the GoF: 22305.318 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 4847 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 99.6 Rwp: 99.9 Rexp: 5.29 Chi2: 356. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 99.6 Rwp: 99.9 Rexp: 5.29 Chi2: 356. + => Deviance: 0.259E+08 Dev* : NaN + => DW-Stat.: 0.0177 DW-exp: 1.9108 + => N-sigma of the GoF: 17493.818 + + => Global user-weigthed Chi2 (Bragg contrib.): 505. + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 LiF + => Bragg R-factor: 98.3 Vol: 65.290( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 87.7 ATZ: 103.724 Brindley: 1.0000 + + + CPU Time: 0.116 seconds + 0.002 minutes + + => Run finished at: Date: 18/06/2026 Time: 09:28:23.286 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.sym b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.sym new file mode 100644 index 000000000..24d67ba9a --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.sym @@ -0,0 +1,433 @@ + LiF XrayDif single wavelength unpolarized Wdt48 + + -------------------------------- + SYMMETRY INFORMATION ON PHASE: 1 + -------------------------------- + + + => Symmetry information on space group: F m -3 m + -> The multiplicity of the general position is: 192 + -> The space group is Centric (-1 at origin) + -> Lattice type F: { 000; 0 1/2 1/2; 1/2 0 1/2; 1/2 1/2 0 }+ + -> Reduced set of symmetry operators: + + No. IT Symmetry symbol Rotation part Associated Translation + 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} + 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.0000 0.0000 0.0000} + 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.0000 0.0000 0.0000} + 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.0000 0.0000 0.0000} + 5: ( 9) 3- ( x, x, x) --> ( y, z, x) + { 0.0000 0.0000 0.0000} + 6: (12) 3- (-x, x,-x) --> (-y,-z, x) + { 0.0000 0.0000 0.0000} + 7: (11) 3- (-x,-x, x) --> ( y,-z,-x) + { 0.0000 0.0000 0.0000} + 8: (10) 3- ( x,-x,-x) --> (-y, z,-x) + { 0.0000 0.0000 0.0000} + 9: ( 5) 3+ ( x, x, x) --> ( z, x, y) + { 0.0000 0.0000 0.0000} + 10: ( 8) 3+ (-x,-x, x) --> (-z, x,-y) + { 0.0000 0.0000 0.0000} + 11: ( 7) 3+ ( x,-x,-x) --> (-z,-x, y) + { 0.0000 0.0000 0.0000} + 12: ( 6) 3+ (-x, x,-x) --> ( z,-x,-y) + { 0.0000 0.0000 0.0000} + 13: (14) 2 ( x,-x, 0) --> (-y,-x,-z) + { 0.0000 0.0000 0.0000} + 14: (15) 4- ( 0, 0, z) --> ( y,-x, z) + { 0.0000 0.0000 0.0000} + 15: (16) 4+ ( 0, 0, z) --> (-y, x, z) + { 0.0000 0.0000 0.0000} + 16: (13) 2 ( x, x, 0) --> ( y, x,-z) + { 0.0000 0.0000 0.0000} + 17: (24) 2 (-x, 0, x) --> (-z,-y,-x) + { 0.0000 0.0000 0.0000} + 18: (21) 4+ ( 0, y, 0) --> ( z, y,-x) + { 0.0000 0.0000 0.0000} + 19: (22) 2 ( x, 0, x) --> ( z,-y, x) + { 0.0000 0.0000 0.0000} + 20: (23) 4- ( 0, y, 0) --> (-z, y, x) + { 0.0000 0.0000 0.0000} + 21: (19) 2 ( 0, y,-y) --> (-x,-z,-y) + { 0.0000 0.0000 0.0000} + 22: (18) 2 ( 0, y, y) --> (-x, z, y) + { 0.0000 0.0000 0.0000} + 23: (17) 4- ( x, 0, 0) --> ( x, z,-y) + { 0.0000 0.0000 0.0000} + 24: (20) 4+ ( x, 0, 0) --> ( x,-z, y) + { 0.0000 0.0000 0.0000} + + + Information on Space Group: + --------------------------- + + => Number of Space group: 225 + => Hermann-Mauguin Symbol: F m -3 m + => Hall Symbol: -F 4 2 3 + => Setting Type: IT (Generated from Hermann-Mauguin symbol) + => Crystal System: Cubic + => Laue Class: m-3m + => Point Group: m-3m + => Bravais Lattice: F + => Lattice Symbol: cF + => Reduced Number of S.O.: 24 + => General multiplicity: 192 + => Centrosymmetry: Centric (-1 at origin) + => Generators (exc. -1&L): 3 + => Asymmetric unit: 0.000 <= x <= 0.500 + 0.000 <= y <= 0.250 + 0.000 <= z <= 0.250 + => Centring vectors: 3 + => Latt( 1): (1/2,1/2,0) => Latt( 2): (1/2,0,1/2) + => Latt( 3): (0,1/2,1/2) + + => List of all Symmetry Operators and Symmetry Symbols + + => SYMM( 1): x,y,z Symbol: 1 + => SYMM( 2): x,-y,-z Symbol: 2 x,0,0 + => SYMM( 3): -x,y,-z Symbol: 2 0,y,0 + => SYMM( 4): -x,-y,z Symbol: 2 0,0,z + => SYMM( 5): y,z,x Symbol: 3- x,x,x + => SYMM( 6): -y,-z,x Symbol: 3+ x,-x,x + => SYMM( 7): y,-z,-x Symbol: 3+ x,x,-x + => SYMM( 8): -y,z,-x Symbol: 3- x,-x,-x + => SYMM( 9): z,x,y Symbol: 3+ x,x,x + => SYMM( 10): -z,x,-y Symbol: 3- x,x,-x + => SYMM( 11): -z,-x,y Symbol: 3+ x,-x,-x + => SYMM( 12): z,-x,-y Symbol: 3- x,-x,x + => SYMM( 13): y,x,z Symbol: m x,x,z + => SYMM( 14): -y,x,-z Symbol: -4- 0,0,z; 0,0,0 + => SYMM( 15): y,-x,-z Symbol: -4+ 0,0,z; 0,0,0 + => SYMM( 16): -y,-x,z Symbol: m x,-x,z + => SYMM( 17): z,y,x Symbol: m x,y,x + => SYMM( 18): -z,-y,x Symbol: -4+ 0,y,0; 0,0,0 + => SYMM( 19): -z,y,-x Symbol: m x,y,-x + => SYMM( 20): z,-y,-x Symbol: -4- 0,y,0; 0,0,0 + => SYMM( 21): x,z,y Symbol: m x,y,y + => SYMM( 22): x,-z,-y Symbol: m x,y,-y + => SYMM( 23): -x,-z,y Symbol: -4- x,0,0; 0,0,0 + => SYMM( 24): -x,z,-y Symbol: -4+ x,0,0; 0,0,0 + => SYMM( 25): -x,-y,-z Symbol: -1 0,0,0 + => SYMM( 26): -x,y,z Symbol: m 0,y,z + => SYMM( 27): x,-y,z Symbol: m x,0,z + => SYMM( 28): x,y,-z Symbol: m x,y,0 + => SYMM( 29): -y,-z,-x Symbol: -3- x,x,x; 0,0,0 + => SYMM( 30): y,z,-x Symbol: -3+ x,-x,x; 0,0,0 + => SYMM( 31): -y,z,x Symbol: -3+ x,x,-x; 0,0,0 + => SYMM( 32): y,-z,x Symbol: -3- x,-x,-x; 0,0,0 + => SYMM( 33): -z,-x,-y Symbol: -3+ x,x,x; 0,0,0 + => SYMM( 34): z,-x,y Symbol: -3- x,x,-x; 0,0,0 + => SYMM( 35): z,x,-y Symbol: -3+ x,-x,-x; 0,0,0 + => SYMM( 36): -z,x,y Symbol: -3- x,-x,x; 0,0,0 + => SYMM( 37): -y,-x,-z Symbol: 2 x,-x,0 + => SYMM( 38): y,-x,z Symbol: 4- 0,0,z + => SYMM( 39): -y,x,z Symbol: 4+ 0,0,z + => SYMM( 40): y,x,-z Symbol: 2 x,x,0 + => SYMM( 41): -z,-y,-x Symbol: 2 x,0,-x + => SYMM( 42): z,y,-x Symbol: 4+ 0,y,0 + => SYMM( 43): z,-y,x Symbol: 2 x,0,x + => SYMM( 44): -z,y,x Symbol: 4- 0,y,0 + => SYMM( 45): -x,-z,-y Symbol: 2 0,y,-y + => SYMM( 46): -x,z,y Symbol: 2 0,y,y + => SYMM( 47): x,z,-y Symbol: 4- x,0,0 + => SYMM( 48): x,-z,y Symbol: 4+ x,0,0 + => SYMM( 49): x+1/2,y+1/2,z Symbol: t (1/2,1/2,0) + => SYMM( 50): x+1/2,-y+1/2,-z Symbol: 2 (1/2,0,0) x,1/4,0 + => SYMM( 51): -x+1/2,y+1/2,-z Symbol: 2 (0,1/2,0) 1/4,y,0 + => SYMM( 52): -x+1/2,-y+1/2,z Symbol: 2 1/4,1/4,z + => SYMM( 53): y+1/2,z+1/2,x Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x-1/3 + => SYMM( 54): -y+1/2,-z+1/2,x Symbol: 3+ x,-x+1/2,x + => SYMM( 55): y+1/2,-z+1/2,-x Symbol: 3+ (1/3,1/3,-1/3) x,x-1/6,-x+1/3 + => SYMM( 56): -y+1/2,z+1/2,-x Symbol: 3- x,-x+1/2,-x + => SYMM( 57): z+1/2,x+1/2,y Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x-1/6 + => SYMM( 58): -z+1/2,x+1/2,-y Symbol: 3- (1/3,1/3,-1/3) x,x+1/6,-x+1/6 + => SYMM( 59): -z+1/2,-x+1/2,y Symbol: 3+ x,-x+1/2,-x+1/2 + => SYMM( 60): z+1/2,-x+1/2,-y Symbol: 3- x,-x+1/2,x-1/2 + => SYMM( 61): y+1/2,x+1/2,z Symbol: n (1/2,1/2,0) x,x,z + => SYMM( 62): -y+1/2,x+1/2,-z Symbol: -4- 0,1/2,z; 0,1/2,0 + => SYMM( 63): y+1/2,-x+1/2,-z Symbol: -4+ 1/2,0,z; 1/2,0,0 + => SYMM( 64): -y+1/2,-x+1/2,z Symbol: m x,-x+1/2,z + => SYMM( 65): z+1/2,y+1/2,x Symbol: g (1/4,1/2,1/4) x,y,x-1/4 + => SYMM( 66): -z+1/2,-y+1/2,x Symbol: -4+ 1/4,y,1/4; 1/4,1/4,1/4 + => SYMM( 67): -z+1/2,y+1/2,-x Symbol: g (1/4,1/2,-1/4) x,y,-x+1/4 + => SYMM( 68): z+1/2,-y+1/2,-x Symbol: -4- 1/4,y,-1/4; 1/4,1/4,-1/4 + => SYMM( 69): x+1/2,z+1/2,y Symbol: g (1/2,1/4,1/4) x,y,y-1/4 + => SYMM( 70): x+1/2,-z+1/2,-y Symbol: g (1/2,1/4,-1/4) x,y,-y+1/4 + => SYMM( 71): -x+1/2,-z+1/2,y Symbol: -4- x,1/4,1/4; 1/4,1/4,1/4 + => SYMM( 72): -x+1/2,z+1/2,-y Symbol: -4+ x,1/4,-1/4; 1/4,1/4,-1/4 + => SYMM( 73): -x+1/2,-y+1/2,-z Symbol: -1 1/4,1/4,0 + => SYMM( 74): -x+1/2,y+1/2,z Symbol: b 1/4,y,z + => SYMM( 75): x+1/2,-y+1/2,z Symbol: a x,1/4,z + => SYMM( 76): x+1/2,y+1/2,-z Symbol: n (1/2,1/2,0) x,y,0 + => SYMM( 77): -y+1/2,-z+1/2,-x Symbol: -3- x,x+1/2,x; 0,1/2,0 + => SYMM( 78): y+1/2,z+1/2,-x Symbol: -3+ x,-x+1/2,x-1; 1/2,0,-1/2 + => SYMM( 79): -y+1/2,z+1/2,x Symbol: -3+ x,x+1/2,-x; 0,1/2,0 + => SYMM( 80): y+1/2,-z+1/2,x Symbol: -3- x,-x+1/2,-x+1; 1/2,0,1/2 + => SYMM( 81): -z+1/2,-x+1/2,-y Symbol: -3+ x,x-1/2,x-1/2; 1/2,0,0 + => SYMM( 82): z+1/2,-x+1/2,y Symbol: -3- x,x-1/2,-x+1/2; 1/2,0,0 + => SYMM( 83): z+1/2,x+1/2,-y Symbol: -3+ x,-x+1/2,-x-1/2; 0,1/2,-1/2 + => SYMM( 84): -z+1/2,x+1/2,y Symbol: -3- x,-x+1/2,x+1/2; 0,1/2,1/2 + => SYMM( 85): -y+1/2,-x+1/2,-z Symbol: 2 x,-x+1/2,0 + => SYMM( 86): y+1/2,-x+1/2,z Symbol: 4- 1/2,0,z + => SYMM( 87): -y+1/2,x+1/2,z Symbol: 4+ 0,1/2,z + => SYMM( 88): y+1/2,x+1/2,-z Symbol: 2 (1/2,1/2,0) x,x,0 + => SYMM( 89): -z+1/2,-y+1/2,-x Symbol: 2 (1/4,0,-1/4) x,1/4,-x+1/4 + => SYMM( 90): z+1/2,y+1/2,-x Symbol: 4+ (0,1/2,0) 1/4,y,-1/4 + => SYMM( 91): z+1/2,-y+1/2,x Symbol: 2 (1/4,0,1/4) x,1/4,x-1/4 + => SYMM( 92): -z+1/2,y+1/2,x Symbol: 4- (0,1/2,0) 1/4,y,1/4 + => SYMM( 93): -x+1/2,-z+1/2,-y Symbol: 2 (0,1/4,-1/4) 1/4,y,-y+1/4 + => SYMM( 94): -x+1/2,z+1/2,y Symbol: 2 (0,1/4,1/4) 1/4,y,y-1/4 + => SYMM( 95): x+1/2,z+1/2,-y Symbol: 4- (1/2,0,0) x,1/4,-1/4 + => SYMM( 96): x+1/2,-z+1/2,y Symbol: 4+ (1/2,0,0) x,1/4,1/4 + => SYMM( 97): x+1/2,y,z+1/2 Symbol: t (1/2,0,1/2) + => SYMM( 98): x+1/2,-y,-z+1/2 Symbol: 2 (1/2,0,0) x,0,1/4 + => SYMM( 99): -x+1/2,y,-z+1/2 Symbol: 2 1/4,y,1/4 + => SYMM(100): -x+1/2,-y,z+1/2 Symbol: 2 (0,0,1/2) 1/4,0,z + => SYMM(101): y+1/2,z,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x+1/6 + => SYMM(102): -y+1/2,-z,x+1/2 Symbol: 3+ (1/3,-1/3,1/3) x,-x+1/6,x+1/6 + => SYMM(103): y+1/2,-z,-x+1/2 Symbol: 3+ x,x-1/2,-x+1/2 + => SYMM(104): -y+1/2,z,-x+1/2 Symbol: 3- x,-x+1/2,-x+1/2 + => SYMM(105): z+1/2,x,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x-1/3,x-1/6 + => SYMM(106): -z+1/2,x,-y+1/2 Symbol: 3- x,x,-x+1/2 + => SYMM(107): -z+1/2,-x,y+1/2 Symbol: 3+ x,-x,-x+1/2 + => SYMM(108): z+1/2,-x,-y+1/2 Symbol: 3- (1/3,-1/3,1/3) x,-x+1/3,x-1/6 + => SYMM(109): y+1/2,x,z+1/2 Symbol: g (1/4,1/4,1/2) x,x-1/4,z + => SYMM(110): -y+1/2,x,-z+1/2 Symbol: -4- 1/4,1/4,z; 1/4,1/4,1/4 + => SYMM(111): y+1/2,-x,-z+1/2 Symbol: -4+ 1/4,-1/4,z; 1/4,-1/4,1/4 + => SYMM(112): -y+1/2,-x,z+1/2 Symbol: g (1/4,-1/4,1/2) x,-x+1/4,z + => SYMM(113): z+1/2,y,x+1/2 Symbol: n (1/2,0,1/2) x,y,x + => SYMM(114): -z+1/2,-y,x+1/2 Symbol: -4+ 0,y,1/2; 0,0,1/2 + => SYMM(115): -z+1/2,y,-x+1/2 Symbol: m x,y,-x+1/2 + => SYMM(116): z+1/2,-y,-x+1/2 Symbol: -4- 1/2,y,0; 1/2,0,0 + => SYMM(117): x+1/2,z,y+1/2 Symbol: g (1/2,1/4,1/4) x,y,y+1/4 + => SYMM(118): x+1/2,-z,-y+1/2 Symbol: g (1/2,-1/4,1/4) x,y,-y+1/4 + => SYMM(119): -x+1/2,-z,y+1/2 Symbol: -4- x,-1/4,1/4; 1/4,-1/4,1/4 + => SYMM(120): -x+1/2,z,-y+1/2 Symbol: -4+ x,1/4,1/4; 1/4,1/4,1/4 + => SYMM(121): -x+1/2,-y,-z+1/2 Symbol: -1 1/4,0,1/4 + => SYMM(122): -x+1/2,y,z+1/2 Symbol: c 1/4,y,z + => SYMM(123): x+1/2,-y,z+1/2 Symbol: n (1/2,0,1/2) x,0,z + => SYMM(124): x+1/2,y,-z+1/2 Symbol: a x,y,1/4 + => SYMM(125): -y+1/2,-z,-x+1/2 Symbol: -3- x,x-1/2,x-1/2; 1/2,0,0 + => SYMM(126): y+1/2,z,-x+1/2 Symbol: -3+ x,-x+1/2,x-1/2; 1/2,0,0 + => SYMM(127): -y+1/2,z,x+1/2 Symbol: -3+ x,x+1/2,-x+1/2; 0,1/2,1/2 + => SYMM(128): y+1/2,-z,x+1/2 Symbol: -3- x,-x-1/2,-x+1/2; 0,-1/2,1/2 + => SYMM(129): -z+1/2,-x,-y+1/2 Symbol: -3+ x,x,x+1/2; 0,0,1/2 + => SYMM(130): z+1/2,-x,y+1/2 Symbol: -3- x,x-1,-x+1/2; 1/2,-1/2,0 + => SYMM(131): z+1/2,x,-y+1/2 Symbol: -3+ x,-x+1,-x+1/2; 1/2,1/2,0 + => SYMM(132): -z+1/2,x,y+1/2 Symbol: -3- x,-x,x+1/2; 0,0,1/2 + => SYMM(133): -y+1/2,-x,-z+1/2 Symbol: 2 (1/4,-1/4,0) x,-x+1/4,1/4 + => SYMM(134): y+1/2,-x,z+1/2 Symbol: 4- (0,0,1/2) 1/4,-1/4,z + => SYMM(135): -y+1/2,x,z+1/2 Symbol: 4+ (0,0,1/2) 1/4,1/4,z + => SYMM(136): y+1/2,x,-z+1/2 Symbol: 2 (1/4,1/4,0) x,x-1/4,1/4 + => SYMM(137): -z+1/2,-y,-x+1/2 Symbol: 2 x,0,-x+1/2 + => SYMM(138): z+1/2,y,-x+1/2 Symbol: 4+ 1/2,y,0 + => SYMM(139): z+1/2,-y,x+1/2 Symbol: 2 (1/2,0,1/2) x,0,x + => SYMM(140): -z+1/2,y,x+1/2 Symbol: 4- 0,y,1/2 + => SYMM(141): -x+1/2,-z,-y+1/2 Symbol: 2 (0,-1/4,1/4) 1/4,y,-y+1/4 + => SYMM(142): -x+1/2,z,y+1/2 Symbol: 2 (0,1/4,1/4) 1/4,y,y+1/4 + => SYMM(143): x+1/2,z,-y+1/2 Symbol: 4- (1/2,0,0) x,1/4,1/4 + => SYMM(144): x+1/2,-z,y+1/2 Symbol: 4+ (1/2,0,0) x,-1/4,1/4 + => SYMM(145): x,y+1/2,z+1/2 Symbol: t (0,1/2,1/2) + => SYMM(146): x,-y+1/2,-z+1/2 Symbol: 2 x,1/4,1/4 + => SYMM(147): -x,y+1/2,-z+1/2 Symbol: 2 (0,1/2,0) 0,y,1/4 + => SYMM(148): -x,-y+1/2,z+1/2 Symbol: 2 (0,0,1/2) 0,1/4,z + => SYMM(149): y,z+1/2,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x+1/3,x+1/6 + => SYMM(150): -y,-z+1/2,x+1/2 Symbol: 3+ x,-x,x+1/2 + => SYMM(151): y,-z+1/2,-x+1/2 Symbol: 3+ x,x,-x+1/2 + => SYMM(152): -y,z+1/2,-x+1/2 Symbol: 3- (-1/3,1/3,1/3) x,-x+1/3,-x+1/6 + => SYMM(153): z,x+1/2,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x+1/3 + => SYMM(154): -z,x+1/2,-y+1/2 Symbol: 3- x,x+1/2,-x + => SYMM(155): -z,-x+1/2,y+1/2 Symbol: 3+ (-1/3,1/3,1/3) x,-x+1/6,-x+1/3 + => SYMM(156): z,-x+1/2,-y+1/2 Symbol: 3- x,-x+1/2,x + => SYMM(157): y,x+1/2,z+1/2 Symbol: g (1/4,1/4,1/2) x,x+1/4,z + => SYMM(158): -y,x+1/2,-z+1/2 Symbol: -4- -1/4,1/4,z; -1/4,1/4,1/4 + => SYMM(159): y,-x+1/2,-z+1/2 Symbol: -4+ 1/4,1/4,z; 1/4,1/4,1/4 + => SYMM(160): -y,-x+1/2,z+1/2 Symbol: g (-1/4,1/4,1/2) x,-x+1/4,z + => SYMM(161): z,y+1/2,x+1/2 Symbol: g (1/4,1/2,1/4) x,y,x+1/4 + => SYMM(162): -z,-y+1/2,x+1/2 Symbol: -4+ -1/4,y,1/4; -1/4,1/4,1/4 + => SYMM(163): -z,y+1/2,-x+1/2 Symbol: g (-1/4,1/2,1/4) x,y,-x+1/4 + => SYMM(164): z,-y+1/2,-x+1/2 Symbol: -4- 1/4,y,1/4; 1/4,1/4,1/4 + => SYMM(165): x,z+1/2,y+1/2 Symbol: n (0,1/2,1/2) x,y,y + => SYMM(166): x,-z+1/2,-y+1/2 Symbol: m x,y,-y+1/2 + => SYMM(167): -x,-z+1/2,y+1/2 Symbol: -4- x,0,1/2; 0,0,1/2 + => SYMM(168): -x,z+1/2,-y+1/2 Symbol: -4+ x,1/2,0; 0,1/2,0 + => SYMM(169): -x,-y+1/2,-z+1/2 Symbol: -1 0,1/4,1/4 + => SYMM(170): -x,y+1/2,z+1/2 Symbol: n (0,1/2,1/2) 0,y,z + => SYMM(171): x,-y+1/2,z+1/2 Symbol: c x,1/4,z + => SYMM(172): x,y+1/2,-z+1/2 Symbol: b x,y,1/4 + => SYMM(173): -y,-z+1/2,-x+1/2 Symbol: -3- x,x,x+1/2; 0,0,1/2 + => SYMM(174): y,z+1/2,-x+1/2 Symbol: -3+ x,-x+1,x-1/2; 1/2,1/2,0 + => SYMM(175): -y,z+1/2,x+1/2 Symbol: -3+ x,x+1,-x-1/2; -1/2,1/2,0 + => SYMM(176): y,-z+1/2,x+1/2 Symbol: -3- x,-x,-x+1/2; 0,0,1/2 + => SYMM(177): -z,-x+1/2,-y+1/2 Symbol: -3+ x,x+1/2,x; 0,1/2,0 + => SYMM(178): z,-x+1/2,y+1/2 Symbol: -3- x,x-1/2,-x+1; 1/2,0,1/2 + => SYMM(179): z,x+1/2,-y+1/2 Symbol: -3+ x,-x+1/2,-x; 0,1/2,0 + => SYMM(180): -z,x+1/2,y+1/2 Symbol: -3- x,-x-1/2,x+1; -1/2,0,1/2 + => SYMM(181): -y,-x+1/2,-z+1/2 Symbol: 2 (-1/4,1/4,0) x,-x+1/4,1/4 + => SYMM(182): y,-x+1/2,z+1/2 Symbol: 4- (0,0,1/2) 1/4,1/4,z + => SYMM(183): -y,x+1/2,z+1/2 Symbol: 4+ (0,0,1/2) -1/4,1/4,z + => SYMM(184): y,x+1/2,-z+1/2 Symbol: 2 (1/4,1/4,0) x,x+1/4,1/4 + => SYMM(185): -z,-y+1/2,-x+1/2 Symbol: 2 (-1/4,0,1/4) x,1/4,-x+1/4 + => SYMM(186): z,y+1/2,-x+1/2 Symbol: 4+ (0,1/2,0) 1/4,y,1/4 + => SYMM(187): z,-y+1/2,x+1/2 Symbol: 2 (1/4,0,1/4) x,1/4,x+1/4 + => SYMM(188): -z,y+1/2,x+1/2 Symbol: 4- (0,1/2,0) -1/4,y,1/4 + => SYMM(189): -x,-z+1/2,-y+1/2 Symbol: 2 0,y,-y+1/2 + => SYMM(190): -x,z+1/2,y+1/2 Symbol: 2 (0,1/2,1/2) 0,y,y + => SYMM(191): x,z+1/2,-y+1/2 Symbol: 4- x,1/2,0 + => SYMM(192): x,-z+1/2,y+1/2 Symbol: 4+ x,0,1/2 + + => Special Wyckoff Positions for F m -3 m + + Multp Site Representative Coordinates (centring translations excluded) + 96 k x,x,z x,-x,-z -x,x,-z + -x,-x,z x,z,x -x,-z,x + x,-z,-x -x,z,-x z,x,x + -z,x,-x -z,-x,x z,-x,-x + -x,-x,-z -x,x,z x,-x,z + x,x,-z -x,-z,-x x,z,-x + -x,z,x x,-z,x -z,-x,-x + z,-x,x z,x,-x -z,x,x + + 96 j 0,y,z 0,-y,-z 0,y,-z + 0,-y,z y,z,0 -y,-z,0 + y,-z,0 -y,z,0 z,0,y + -z,0,-y -z,0,y z,0,-y + y,0,z -y,0,-z y,0,-z + -y,0,z z,y,0 -z,-y,0 + -z,y,0 z,-y,0 0,z,y + 0,-z,-y 0,-z,y 0,z,-y + + 48 i 1/2,y,y 1/2,-y,-y 1/2,y,-y + 1/2,-y,y y,y,1/2 -y,-y,1/2 + y,-y,1/2 -y,y,1/2 y,1/2,y + -y,1/2,-y -y,1/2,y y,1/2,-y + + 48 h 0,y,y 0,-y,-y 0,y,-y + 0,-y,y y,y,0 -y,-y,0 + y,-y,0 -y,y,0 y,0,y + -y,0,-y -y,0,y y,0,-y + + 48 g x,1/4,1/4 -x,1/4,3/4 1/4,1/4,x + 1/4,3/4,-x 1/4,x,1/4 3/4,-x,1/4 + -x,3/4,3/4 x,3/4,1/4 3/4,3/4,-x + 3/4,1/4,x 3/4,-x,3/4 1/4,x,3/4 + + 32 f x,x,x x,-x,-x -x,x,-x + -x,-x,x -x,-x,-x -x,x,x + x,-x,x x,x,-x + + 24 e x,0,0 -x,0,0 0,0,x + 0,0,-x 0,x,0 0,-x,0 + + 24 d 0,1/4,1/4 0,1/4,3/4 1/4,1/4,0 + 1/4,3/4,0 1/4,0,1/4 3/4,0,1/4 + + 8 c 1/4,1/4,1/4 3/4,3/4,3/4 + + 4 b 1/2,1/2,1/2 + + 4 a 0,0,0 + + + ------------------------------------------------- + INFORMATION ON SITE SYMMETRY OF ATOMS IN PHASE: 1 + ------------------------------------------------- + + + -> Information on Atom: Li1 at position: 0.00000 0.00000 0.00000 Multiplicity: 4 + List of symmetry operators and symmetry elements of the site point group: + Operator 2: x,-y,-z 2 x,0,0 + Operator 3: -x,y,-z 2 0,y,0 + Operator 4: -x,-y,z 2 0,0,z + Operator 5: y,z,x 3- x,x,x + Operator 6: -y,-z,x 3+ x,-x,x + Operator 7: y,-z,-x 3+ x,x,-x + Operator 8: -y,z,-x 3- x,-x,-x + Operator 9: z,x,y 3+ x,x,x + Operator 10: -z,x,-y 3- x,x,-x + Operator 11: -z,-x,y 3+ x,-x,-x + Operator 12: z,-x,-y 3- x,-x,x + Operator 13: y,x,z m x,x,z + Operator 14: -y,x,-z -4- 0,0,z; 0,0,0 + Operator 15: y,-x,-z -4+ 0,0,z; 0,0,0 + Operator 16: -y,-x,z m x,-x,z + Operator 17: z,y,x m x,y,x + Operator 18: -z,-y,x -4+ 0,y,0; 0,0,0 + Operator 19: -z,y,-x m x,y,-x + Operator 20: z,-y,-x -4- 0,y,0; 0,0,0 + Operator 21: x,z,y m x,y,y + Operator 22: x,-z,-y m x,y,-y + Operator 23: -x,-z,y -4- x,0,0; 0,0,0 + Operator 24: -x,z,-y -4+ x,0,0; 0,0,0 + Operator 25: -x,-y,-z -1 0,0,0 + Operator 26: -x,y,z m 0,y,z + Operator 27: x,-y,z m x,0,z + Operator 28: x,y,-z m x,y,0 + Operator 29: -y,-z,-x -3- x,x,x; 0,0,0 + Operator 30: y,z,-x -3+ x,-x,x; 0,0,0 + Operator 31: -y,z,x -3+ x,x,-x; 0,0,0 + Operator 32: y,-z,x -3- x,-x,-x; 0,0,0 + Operator 33: -z,-x,-y -3+ x,x,x; 0,0,0 + Operator 34: z,-x,y -3- x,x,-x; 0,0,0 + Operator 35: z,x,-y -3+ x,-x,-x; 0,0,0 + Operator 36: -z,x,y -3- x,-x,x; 0,0,0 + Operator 37: -y,-x,-z 2 x,-x,0 + Operator 38: y,-x,z 4- 0,0,z + Operator 39: -y,x,z 4+ 0,0,z + Operator 40: y,x,-z 2 x,x,0 + Operator 41: -z,-y,-x 2 x,0,-x + Operator 42: z,y,-x 4+ 0,y,0 + Operator 43: z,-y,x 2 x,0,x + Operator 44: -z,y,x 4- 0,y,0 + Operator 45: -x,-z,-y 2 0,y,-y + Operator 46: -x,z,y 2 0,y,y + Operator 47: x,z,-y 4- x,0,0 + Operator 48: x,-z,y 4+ x,0,0 + Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 + Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 + + --> Complete orbit of the atom: Li1 + + Li1( 1) 0.00000 0.00000 0.00000 x,y,z + Li1( 2) 0.50000 0.50000 0.00000 x+1/2,y+1/2,z + Li1( 3) 0.50000 0.00000 0.50000 x+1/2,y,z+1/2 + Li1( 4) 0.00000 0.50000 0.50000 x,y+1/2,z+1/2 + + -> Information on Atom: F1 at position: 0.50000 0.50000 0.50000 Multiplicity: 4 + List of symmetry operators and symmetry elements of the site point group: + Operator 2: y,z,x 3- x,x,x + Operator 3: z,x,y 3+ x,x,x + Operator 4: y,x,z m x,x,z + Operator 5: z,y,x m x,y,x + Operator 6: x,z,y m x,y,y + Operator 7: x,y,-z+1 m x,y,1/2 + Operator 8: y,z,-x+1 -3+ x,-x+1,x; 1/2,1/2,1/2 + Operator 9: z,x,-y+1 -3+ x,-x+1,-x+1; 1/2,1/2,1/2 + Operator 10: y,x,-z+1 2 x,x,1/2 + Operator 11: z,y,-x+1 4+ 1/2,y,1/2 + Operator 12: x,z,-y+1 4- x,1/2,1/2 + Operator 13: x,-y+1,z m x,1/2,z + Operator 14: y,-z+1,x -3- x,-x+1,-x+1; 1/2,1/2,1/2 + Operator 15: z,-x+1,y -3- x,x,-x+1; 1/2,1/2,1/2 + Operator 16: y,-x+1,z 4- 1/2,1/2,z + Operator 17: z,-y+1,x 2 x,1/2,x + Operator 18: x,-z+1,y 4+ x,1/2,1/2 + Operator 19: x,-y+1,-z+1 2 x,1/2,1/2 + Operator 20: y,-z+1,-x+1 3+ x,x,-x+1 + Operator 21: z,-x+1,-y+1 3- x,-x+1,x + Operator 22: y,-x+1,-z+1 -4+ 1/2,1/2,z; 1/2,1/2,1/2 + Operator 23: z,-y+1,-x+1 -4- 1/2,y,1/2; 1/2,1/2,1/2 + Operator 24: x,-z+1,-y+1 m x,y,-y+1 + Operator 25: -x+1,y,z m 1/2,y,z + Operator 26: -y+1,z,x -3+ x,x,-x+1; 1/2,1/2,1/2 + Operator 27: -z+1,x,y -3- x,-x+1,x; 1/2,1/2,1/2 + Operator 28: -y+1,x,z 4+ 1/2,1/2,z + Operator 29: -z+1,y,x 4- 1/2,y,1/2 + Operator 30: -x+1,z,y 2 1/2,y,y + Operator 31: -x+1,y,-z+1 2 1/2,y,1/2 + Operator 32: -y+1,z,-x+1 3- x,-x+1,-x+1 + Operator 33: -z+1,x,-y+1 3- x,x,-x+1 + Operator 34: -y+1,x,-z+1 -4- 1/2,1/2,z; 1/2,1/2,1/2 + Operator 35: -z+1,y,-x+1 m x,y,-x+1 + Operator 36: -x+1,z,-y+1 -4+ x,1/2,1/2; 1/2,1/2,1/2 + Operator 37: -x+1,-y+1,z 2 1/2,1/2,z + Operator 38: -y+1,-z+1,x 3+ x,-x+1,x + Operator 39: -z+1,-x+1,y 3+ x,-x+1,-x+1 + Operator 40: -y+1,-x+1,z m x,-x+1,z + Operator 41: -z+1,-y+1,x -4+ 1/2,y,1/2; 1/2,1/2,1/2 + Operator 42: -x+1,-z+1,y -4- x,1/2,1/2; 1/2,1/2,1/2 + Operator 43: -x+1,-y+1,-z+1 -1 1/2,1/2,1/2 + Operator 44: -y+1,-z+1,-x+1 -3- x,x,x; 1/2,1/2,1/2 + Operator 45: -z+1,-x+1,-y+1 -3+ x,x,x; 1/2,1/2,1/2 + Operator 46: -y+1,-x+1,-z+1 2 x,-x+1,1/2 + Operator 47: -z+1,-y+1,-x+1 2 x,1/2,-x+1 + Operator 48: -x+1,-z+1,-y+1 2 1/2,y,-y+1 + Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 + Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 + + --> Complete orbit of the atom: F1 + + F1( 1) 0.50000 0.50000 0.50000 x,y,z + F1( 2) 0.00000 0.00000 0.50000 x+1/2,y+1/2,z + F1( 3) 0.00000 0.50000 0.00000 x+1/2,y,z+1/2 + F1( 4) 0.50000 0.00000 0.00000 x,y+1/2,z+1/2 diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized1.fst b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized1.fst new file mode 100644 index 000000000..d7e105e3d --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized1.fst @@ -0,0 +1,7 @@ +! FILE for FullProf Studio: generated automatically by FullProf +!Title: LiF +SPACEG F m -3 m +CELL 4.026700 4.026700 4.026700 90.0000 90.0000 90.0000 DISPLAY MULTIPLE +BOX -0.15 1.15 -0.15 1.15 -0.15 1.15 +ATOM Li1 Li 0.00000 0.00000 0.00000 +ATOM F1 F 0.50000 0.50000 0.50000 diff --git a/docs/docs/verification/pd-xray-lif-doublet-unpolarized.ipynb b/docs/docs/verification/pd-xray-lif-doublet-unpolarized.ipynb new file mode 100644 index 000000000..ada5987a9 --- /dev/null +++ b/docs/docs/verification/pd-xray-lif-doublet-unpolarized.ipynb @@ -0,0 +1,280 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "d3b18a62", + "metadata": {}, + "source": [ + "# LiF — X-ray powder, Cu Kalpha doublet, Wdt 48\n", + "\n", + "**Note — light-element anomalous dispersion.**\n", + "\n", + "This page uses LiF (_F m -3 m_) as a light-element X-ray verification\n", + "case. Li and F have very close Cu Kalpha anomalous-dispersion values\n", + "in the FullProf/CrysFML and Cryspy tables. The FullProf PCR uses the\n", + "Cu Kalpha1/Kalpha2 doublet with a fixed intensity ratio, pseudo-Voigt\n", + "peak shape, `Wdt = 48`, no sample absorption, and no X-ray\n", + "polarization correction." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "49003d02", + "metadata": {}, + "outputs": [], + "source": [ + "import easydiffraction as edi\n", + "from easydiffraction import ExperimentFactory\n", + "from easydiffraction import StructureFactory\n", + "from easydiffraction.analysis import verification as verify" + ] + }, + { + "cell_type": "markdown", + "id": "5b7194a9", + "metadata": {}, + "source": [ + "## Build the project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "737cb704", + "metadata": {}, + "outputs": [], + "source": [ + "project = edi.Project()" + ] + }, + { + "cell_type": "markdown", + "id": "32d663f9", + "metadata": {}, + "source": [ + "## Define the structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "d3b02e43", + "metadata": {}, + "outputs": [], + "source": [ + "structure = StructureFactory.from_scratch(name='lif')\n", + "\n", + "structure.space_group.name_h_m = 'F m -3 m' # FullProf Space group symbol\n", + "structure.cell.length_a = 4.026700 # FullProf a\n", + "\n", + "structure.atom_sites.create(\n", + " id='Li1', # FullProf Atom\n", + " type_symbol='Li', # FullProf Typ\n", + " fract_x=0.0, # FullProf X\n", + " fract_y=0.0, # FullProf Y\n", + " fract_z=0.0, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.20000, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='F1', # FullProf Atom\n", + " type_symbol='F', # FullProf Typ\n", + " fract_x=0.5, # FullProf X\n", + " fract_y=0.5, # FullProf Y\n", + " fract_z=0.5, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.80000, # FullProf Biso\n", + ")\n", + "\n", + "project.structures.add(structure)" + ] + }, + { + "cell_type": "markdown", + "id": "d73169a3", + "metadata": {}, + "source": [ + "## Load the FullProf reference" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "d17c148c", + "metadata": {}, + "outputs": [], + "source": [ + "FULLPROF_PROJECT_DIR = 'pd-xray-lif'\n", + "FULLPROF_PRF_FILE = 'lif_doublet_unpolarized.prf'\n", + "FULLPROF_SUM_FILE = 'lif_doublet_unpolarized.sum'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "FULLPROF_BAC_FILE = 'lif_doublet_unpolarized.bac'\n", + "FULLPROF_ZERO = 0.0 # FullProf Zero\n", + "FULLPROF_SCALE = 0.01 # FullProf Scale\n", + "FULLPROF_WAVELENGTH_1 = 1.540560 # FullProf Lambda1\n", + "FULLPROF_WAVELENGTH_2 = 1.544400 # FullProf Lambda2\n", + "FULLPROF_WAVELENGTH_2_TO_1_RATIO = 0.50000 # FullProf Ratio\n", + "FULLPROF_U = 0.048457 # FullProf U\n", + "FULLPROF_V = -0.083053 # FullProf V\n", + "FULLPROF_W = 0.040000 # FullProf W\n", + "FULLPROF_X = 0.0 # FullProf X\n", + "FULLPROF_Y = 0.049268 # FullProf Y\n", + "FULLPROF_WDT = 48.0 # FullProf Wdt\n", + "FULLPROF_POLARIZATION_COEFFICIENT = 0.0 # FullProf Rpolarz\n", + "FULLPROF_CTHM = 0.0 # FullProf Cthm\n", + "FULLPROF_MU_R = 0.0 # FullProf muR\n", + "\n", + "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", + " FULLPROF_PROJECT_DIR,\n", + " FULLPROF_PRF_FILE,\n", + " FULLPROF_BAC_FILE,\n", + " FULLPROF_ZERO,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "0fb5e7c6", + "metadata": {}, + "source": [ + "## Create the experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "9ec2a956", + "metadata": {}, + "outputs": [], + "source": [ + "experiment = ExperimentFactory.from_scratch(\n", + " name='lif',\n", + " sample_form='powder',\n", + " beam_mode='constant wavelength',\n", + " radiation_probe='xray',\n", + " scattering_type='bragg',\n", + ")\n", + "verify.set_reference_as_measured(experiment, x, calc_fullprof)\n", + "\n", + "experiment.linked_structures.create(structure_id='lif', scale=FULLPROF_SCALE)\n", + "\n", + "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH_1\n", + "experiment.instrument.setup_wavelength_2 = FULLPROF_WAVELENGTH_2\n", + "experiment.instrument.setup_wavelength_2_to_1_ratio = FULLPROF_WAVELENGTH_2_TO_1_RATIO\n", + "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", + "\n", + "experiment.peak.type = 'pseudo-voigt'\n", + "experiment.peak.broad_gauss_u = FULLPROF_U\n", + "experiment.peak.broad_gauss_v = FULLPROF_V\n", + "experiment.peak.broad_gauss_w = FULLPROF_W\n", + "experiment.peak.broad_lorentz_x = FULLPROF_X\n", + "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", + "\n", + "project.experiments.add(experiment)" + ] + }, + { + "cell_type": "markdown", + "id": "6419ec5a", + "metadata": {}, + "source": [ + "## edi-cryspy VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "d24068d6", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'cryspy'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'lif',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "4533849b", + "metadata": {}, + "source": [ + "## edi-crysfml VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "cf2dd33f", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'crysfml'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_crysfml = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'lif',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_crysfml,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSFML,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "f11d0254", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "fc41761a", + "metadata": {}, + "outputs": [], + "source": [ + "verify.assert_patterns_agree(\n", + " [\n", + " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", + " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", + " ],\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "9062d05d", + "metadata": { + "lines_to_next_cell": 2 + }, + "outputs": [], + "source": [] + } + ], + "metadata": { + "jupytext": { + "cell_metadata_filter": "-all", + "main_language": "python", + "notebook_metadata_filter": "-all" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/docs/docs/verification/pd-xray-lif-doublet-unpolarized.py b/docs/docs/verification/pd-xray-lif-doublet-unpolarized.py new file mode 100644 index 000000000..5613293b8 --- /dev/null +++ b/docs/docs/verification/pd-xray-lif-doublet-unpolarized.py @@ -0,0 +1,163 @@ +# %% [markdown] +# # LiF — X-ray powder, Cu Kalpha doublet, Wdt 48 +# +# **Note — light-element anomalous dispersion.** +# +# This page uses LiF (_F m -3 m_) as a light-element X-ray verification +# case. Li and F have very close Cu Kalpha anomalous-dispersion values +# in the FullProf/CrysFML and Cryspy tables. The FullProf PCR uses the +# Cu Kalpha1/Kalpha2 doublet with a fixed intensity ratio, pseudo-Voigt +# peak shape, `Wdt = 48`, no sample absorption, and no X-ray +# polarization correction. + +# %% +import easydiffraction as edi +from easydiffraction import ExperimentFactory +from easydiffraction import StructureFactory +from easydiffraction.analysis import verification as verify + +# %% [markdown] +# ## Build the project + +# %% +project = edi.Project() + +# %% [markdown] +# ## Define the structure + +# %% +structure = StructureFactory.from_scratch(name='lif') + +structure.space_group.name_h_m = 'F m -3 m' # FullProf Space group symbol +structure.cell.length_a = 4.026700 # FullProf a + +structure.atom_sites.create( + id='Li1', # FullProf Atom + type_symbol='Li', # FullProf Typ + fract_x=0.0, # FullProf X + fract_y=0.0, # FullProf Y + fract_z=0.0, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.20000, # FullProf Biso +) +structure.atom_sites.create( + id='F1', # FullProf Atom + type_symbol='F', # FullProf Typ + fract_x=0.5, # FullProf X + fract_y=0.5, # FullProf Y + fract_z=0.5, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=0.80000, # FullProf Biso +) + +project.structures.add(structure) + +# %% [markdown] +# ## Load the FullProf reference + +# %% +FULLPROF_PROJECT_DIR = 'pd-xray-lif' +FULLPROF_PRF_FILE = 'lif_doublet_unpolarized.prf' +FULLPROF_SUM_FILE = 'lif_doublet_unpolarized.sum' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) +FULLPROF_BAC_FILE = 'lif_doublet_unpolarized.bac' +FULLPROF_ZERO = 0.0 # FullProf Zero +FULLPROF_SCALE = 0.01 # FullProf Scale +FULLPROF_WAVELENGTH_1 = 1.540560 # FullProf Lambda1 +FULLPROF_WAVELENGTH_2 = 1.544400 # FullProf Lambda2 +FULLPROF_WAVELENGTH_2_TO_1_RATIO = 0.50000 # FullProf Ratio +FULLPROF_U = 0.048457 # FullProf U +FULLPROF_V = -0.083053 # FullProf V +FULLPROF_W = 0.040000 # FullProf W +FULLPROF_X = 0.0 # FullProf X +FULLPROF_Y = 0.049268 # FullProf Y +FULLPROF_WDT = 48.0 # FullProf Wdt +FULLPROF_POLARIZATION_COEFFICIENT = 0.0 # FullProf Rpolarz +FULLPROF_CTHM = 0.0 # FullProf Cthm +FULLPROF_MU_R = 0.0 # FullProf muR + +x, calc_fullprof = verify.load_fullprof_calc_profile( + FULLPROF_PROJECT_DIR, + FULLPROF_PRF_FILE, + FULLPROF_BAC_FILE, + FULLPROF_ZERO, +) + +# %% [markdown] +# ## Create the experiment + +# %% +experiment = ExperimentFactory.from_scratch( + name='lif', + sample_form='powder', + beam_mode='constant wavelength', + radiation_probe='xray', + scattering_type='bragg', +) +verify.set_reference_as_measured(experiment, x, calc_fullprof) + +experiment.linked_structures.create(structure_id='lif', scale=FULLPROF_SCALE) + +experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH_1 +experiment.instrument.setup_wavelength_2 = FULLPROF_WAVELENGTH_2 +experiment.instrument.setup_wavelength_2_to_1_ratio = FULLPROF_WAVELENGTH_2_TO_1_RATIO +experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO + +experiment.peak.type = 'pseudo-voigt' +experiment.peak.broad_gauss_u = FULLPROF_U +experiment.peak.broad_gauss_v = FULLPROF_V +experiment.peak.broad_gauss_w = FULLPROF_W +experiment.peak.broad_lorentz_x = FULLPROF_X +experiment.peak.broad_lorentz_y = FULLPROF_Y + +project.experiments.add(experiment) + +# %% [markdown] +# ## edi-cryspy VS FullProf + +# %% +experiment.calculator.type = 'cryspy' + +project.analysis.calculate() +calc_ed_cryspy = experiment.data.intensity_calc +LABEL_ED_CRYSPY = verify.engine_label('cryspy') + +project.display.pattern_comparison( + 'lif', + reference=calc_fullprof, + candidate=calc_ed_cryspy, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY, +) + +# %% [markdown] +# ## edi-crysfml VS FullProf + +# %% +experiment.calculator.type = 'crysfml' + +project.analysis.calculate() +calc_ed_crysfml = experiment.data.intensity_calc +LABEL_ED_CRYSFML = verify.engine_label('crysfml') + +project.display.pattern_comparison( + 'lif', + reference=calc_fullprof, + candidate=calc_ed_crysfml, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSFML, +) + +# %% [markdown] +# ## Agreement check + +# %% +verify.assert_patterns_agree( + [ + (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), + (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), + ], +) + +# %% + diff --git a/docs/docs/verification/pd-xray-lif-single-absorption.ipynb b/docs/docs/verification/pd-xray-lif-single-absorption.ipynb new file mode 100644 index 000000000..ee5065424 --- /dev/null +++ b/docs/docs/verification/pd-xray-lif-single-absorption.ipynb @@ -0,0 +1,279 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "acc8db3b", + "metadata": {}, + "source": [ + "# LiF — X-ray powder, single wavelength, absorption, Wdt 48\n", + "\n", + "**Note — light-element anomalous dispersion.**\n", + "\n", + "This page uses LiF (_F m -3 m_) as a light-element X-ray verification\n", + "case. Li and F have very close Cu Kalpha anomalous-dispersion values\n", + "in the FullProf/CrysFML and Cryspy tables. The FullProf PCR uses a\n", + "single Cu Kalpha1 wavelength, pseudo-Voigt peak shape, `Wdt = 48`,\n", + "and a Debye-Scherrer cylindrical sample-absorption correction with\n", + "`muR = 0.9`." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "23fe0497", + "metadata": {}, + "outputs": [], + "source": [ + "import easydiffraction as edi\n", + "from easydiffraction import ExperimentFactory\n", + "from easydiffraction import StructureFactory\n", + "from easydiffraction.analysis import verification as verify" + ] + }, + { + "cell_type": "markdown", + "id": "334ae5f8", + "metadata": {}, + "source": [ + "## Build the project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "491acaca", + "metadata": {}, + "outputs": [], + "source": [ + "project = edi.Project()" + ] + }, + { + "cell_type": "markdown", + "id": "b29f444a", + "metadata": {}, + "source": [ + "## Define the structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "9f71729a", + "metadata": {}, + "outputs": [], + "source": [ + "structure = StructureFactory.from_scratch(name='lif')\n", + "\n", + "structure.space_group.name_h_m = 'F m -3 m' # FullProf Space group symbol\n", + "structure.cell.length_a = 4.026700 # FullProf a\n", + "\n", + "structure.atom_sites.create(\n", + " id='Li1', # FullProf Atom\n", + " type_symbol='Li', # FullProf Typ\n", + " fract_x=0.0, # FullProf X\n", + " fract_y=0.0, # FullProf Y\n", + " fract_z=0.0, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.20000, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='F1', # FullProf Atom\n", + " type_symbol='F', # FullProf Typ\n", + " fract_x=0.5, # FullProf X\n", + " fract_y=0.5, # FullProf Y\n", + " fract_z=0.5, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.80000, # FullProf Biso\n", + ")\n", + "\n", + "project.structures.add(structure)" + ] + }, + { + "cell_type": "markdown", + "id": "93d100de", + "metadata": {}, + "source": [ + "## Load the FullProf reference" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "b929f268", + "metadata": {}, + "outputs": [], + "source": [ + "FULLPROF_PROJECT_DIR = 'pd-xray-lif'\n", + "FULLPROF_PRF_FILE = 'lif_single_absorption.prf'\n", + "FULLPROF_SUM_FILE = 'lif_single_absorption.sum'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "FULLPROF_BAC_FILE = 'lif_single_absorption.bac'\n", + "FULLPROF_ZERO = 0.0 # FullProf Zero\n", + "FULLPROF_SCALE = 0.01 # FullProf Scale\n", + "FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1\n", + "FULLPROF_U = 0.048457 # FullProf U\n", + "FULLPROF_V = -0.083053 # FullProf V\n", + "FULLPROF_W = 0.040000 # FullProf W\n", + "FULLPROF_X = 0.0 # FullProf X\n", + "FULLPROF_Y = 0.049268 # FullProf Y\n", + "FULLPROF_WDT = 48.0 # FullProf Wdt\n", + "FULLPROF_POLARIZATION_COEFFICIENT = 0.0 # FullProf Rpolarz\n", + "FULLPROF_CTHM = 0.0 # FullProf Cthm\n", + "FULLPROF_MU_R = 0.9 # FullProf muR\n", + "\n", + "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", + " FULLPROF_PROJECT_DIR,\n", + " FULLPROF_PRF_FILE,\n", + " FULLPROF_BAC_FILE,\n", + " FULLPROF_ZERO,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "9e4a8147", + "metadata": {}, + "source": [ + "## Create the experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "16ca14a2", + "metadata": {}, + "outputs": [], + "source": [ + "experiment = ExperimentFactory.from_scratch(\n", + " name='lif',\n", + " sample_form='powder',\n", + " beam_mode='constant wavelength',\n", + " radiation_probe='xray',\n", + " scattering_type='bragg',\n", + ")\n", + "verify.set_reference_as_measured(experiment, x, calc_fullprof)\n", + "\n", + "experiment.linked_structures.create(structure_id='lif', scale=FULLPROF_SCALE)\n", + "\n", + "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", + "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", + "\n", + "experiment.peak.type = 'pseudo-voigt'\n", + "experiment.peak.broad_gauss_u = FULLPROF_U\n", + "experiment.peak.broad_gauss_v = FULLPROF_V\n", + "experiment.peak.broad_gauss_w = FULLPROF_W\n", + "experiment.peak.broad_lorentz_x = FULLPROF_X\n", + "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", + "\n", + "experiment.absorption.type = 'cylinder-hewat'\n", + "experiment.absorption.mu_r = FULLPROF_MU_R\n", + "\n", + "project.experiments.add(experiment)" + ] + }, + { + "cell_type": "markdown", + "id": "83268938", + "metadata": {}, + "source": [ + "## edi-cryspy VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "d58b5848", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'cryspy'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'lif',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "76d3fba1", + "metadata": {}, + "source": [ + "## edi-crysfml VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "4284c015", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'crysfml'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_crysfml = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'lif',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_crysfml,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSFML,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "c7c2d6e4", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "3bdd2869", + "metadata": {}, + "outputs": [], + "source": [ + "verify.assert_patterns_agree(\n", + " [\n", + " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", + " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", + " ],\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "4e787f4b", + "metadata": { + "lines_to_next_cell": 2 + }, + "outputs": [], + "source": [] + } + ], + "metadata": { + "jupytext": { + "cell_metadata_filter": "-all", + "main_language": "python", + "notebook_metadata_filter": "-all" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/docs/docs/verification/pd-xray-lif-single-absorption.py b/docs/docs/verification/pd-xray-lif-single-absorption.py new file mode 100644 index 000000000..aac91983e --- /dev/null +++ b/docs/docs/verification/pd-xray-lif-single-absorption.py @@ -0,0 +1,162 @@ +# %% [markdown] +# # LiF — X-ray powder, single wavelength, absorption, Wdt 48 +# +# **Note — light-element anomalous dispersion.** +# +# This page uses LiF (_F m -3 m_) as a light-element X-ray verification +# case. Li and F have very close Cu Kalpha anomalous-dispersion values +# in the FullProf/CrysFML and Cryspy tables. The FullProf PCR uses a +# single Cu Kalpha1 wavelength, pseudo-Voigt peak shape, `Wdt = 48`, +# and a Debye-Scherrer cylindrical sample-absorption correction with +# `muR = 0.9`. + +# %% +import easydiffraction as edi +from easydiffraction import ExperimentFactory +from easydiffraction import StructureFactory +from easydiffraction.analysis import verification as verify + +# %% [markdown] +# ## Build the project + +# %% +project = edi.Project() + +# %% [markdown] +# ## Define the structure + +# %% +structure = StructureFactory.from_scratch(name='lif') + +structure.space_group.name_h_m = 'F m -3 m' # FullProf Space group symbol +structure.cell.length_a = 4.026700 # FullProf a + +structure.atom_sites.create( + id='Li1', # FullProf Atom + type_symbol='Li', # FullProf Typ + fract_x=0.0, # FullProf X + fract_y=0.0, # FullProf Y + fract_z=0.0, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.20000, # FullProf Biso +) +structure.atom_sites.create( + id='F1', # FullProf Atom + type_symbol='F', # FullProf Typ + fract_x=0.5, # FullProf X + fract_y=0.5, # FullProf Y + fract_z=0.5, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=0.80000, # FullProf Biso +) + +project.structures.add(structure) + +# %% [markdown] +# ## Load the FullProf reference + +# %% +FULLPROF_PROJECT_DIR = 'pd-xray-lif' +FULLPROF_PRF_FILE = 'lif_single_absorption.prf' +FULLPROF_SUM_FILE = 'lif_single_absorption.sum' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) +FULLPROF_BAC_FILE = 'lif_single_absorption.bac' +FULLPROF_ZERO = 0.0 # FullProf Zero +FULLPROF_SCALE = 0.01 # FullProf Scale +FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1 +FULLPROF_U = 0.048457 # FullProf U +FULLPROF_V = -0.083053 # FullProf V +FULLPROF_W = 0.040000 # FullProf W +FULLPROF_X = 0.0 # FullProf X +FULLPROF_Y = 0.049268 # FullProf Y +FULLPROF_WDT = 48.0 # FullProf Wdt +FULLPROF_POLARIZATION_COEFFICIENT = 0.0 # FullProf Rpolarz +FULLPROF_CTHM = 0.0 # FullProf Cthm +FULLPROF_MU_R = 0.9 # FullProf muR + +x, calc_fullprof = verify.load_fullprof_calc_profile( + FULLPROF_PROJECT_DIR, + FULLPROF_PRF_FILE, + FULLPROF_BAC_FILE, + FULLPROF_ZERO, +) + +# %% [markdown] +# ## Create the experiment + +# %% +experiment = ExperimentFactory.from_scratch( + name='lif', + sample_form='powder', + beam_mode='constant wavelength', + radiation_probe='xray', + scattering_type='bragg', +) +verify.set_reference_as_measured(experiment, x, calc_fullprof) + +experiment.linked_structures.create(structure_id='lif', scale=FULLPROF_SCALE) + +experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH +experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO + +experiment.peak.type = 'pseudo-voigt' +experiment.peak.broad_gauss_u = FULLPROF_U +experiment.peak.broad_gauss_v = FULLPROF_V +experiment.peak.broad_gauss_w = FULLPROF_W +experiment.peak.broad_lorentz_x = FULLPROF_X +experiment.peak.broad_lorentz_y = FULLPROF_Y + +experiment.absorption.type = 'cylinder-hewat' +experiment.absorption.mu_r = FULLPROF_MU_R + +project.experiments.add(experiment) + +# %% [markdown] +# ## edi-cryspy VS FullProf + +# %% +experiment.calculator.type = 'cryspy' + +project.analysis.calculate() +calc_ed_cryspy = experiment.data.intensity_calc +LABEL_ED_CRYSPY = verify.engine_label('cryspy') + +project.display.pattern_comparison( + 'lif', + reference=calc_fullprof, + candidate=calc_ed_cryspy, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY, +) + +# %% [markdown] +# ## edi-crysfml VS FullProf + +# %% +experiment.calculator.type = 'crysfml' + +project.analysis.calculate() +calc_ed_crysfml = experiment.data.intensity_calc +LABEL_ED_CRYSFML = verify.engine_label('crysfml') + +project.display.pattern_comparison( + 'lif', + reference=calc_fullprof, + candidate=calc_ed_crysfml, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSFML, +) + +# %% [markdown] +# ## Agreement check + +# %% +verify.assert_patterns_agree( + [ + (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), + (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), + ], +) + +# %% + diff --git a/docs/docs/verification/pd-xray-lif-single-polarized.ipynb b/docs/docs/verification/pd-xray-lif-single-polarized.ipynb new file mode 100644 index 000000000..0bbc29ca9 --- /dev/null +++ b/docs/docs/verification/pd-xray-lif-single-polarized.ipynb @@ -0,0 +1,280 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "582332ff", + "metadata": {}, + "source": [ + "# LiF — X-ray powder, single wavelength, polarized, Wdt 48\n", + "\n", + "**Note — light-element anomalous dispersion.**\n", + "\n", + "This page uses LiF (_F m -3 m_) as a light-element X-ray verification\n", + "case. Li and F have very close Cu Kalpha anomalous-dispersion values\n", + "in the FullProf/CrysFML and Cryspy tables. The FullProf PCR uses a\n", + "single Cu Kalpha1 wavelength, pseudo-Voigt peak shape, `Wdt = 48`,\n", + "`Rpolarz = 0.5`, and `Cthm = 0.8`." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "95ba3299", + "metadata": {}, + "outputs": [], + "source": [ + "import easydiffraction as edi\n", + "from easydiffraction import ExperimentFactory\n", + "from easydiffraction import StructureFactory\n", + "from easydiffraction.analysis import verification as verify" + ] + }, + { + "cell_type": "markdown", + "id": "58e4c1b4", + "metadata": {}, + "source": [ + "## Build the project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "25585db7", + "metadata": {}, + "outputs": [], + "source": [ + "project = edi.Project()" + ] + }, + { + "cell_type": "markdown", + "id": "45b6793a", + "metadata": {}, + "source": [ + "## Define the structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "7989f630", + "metadata": {}, + "outputs": [], + "source": [ + "structure = StructureFactory.from_scratch(name='lif')\n", + "\n", + "structure.space_group.name_h_m = 'F m -3 m' # FullProf Space group symbol\n", + "structure.cell.length_a = 4.026700 # FullProf a\n", + "\n", + "structure.atom_sites.create(\n", + " id='Li1', # FullProf Atom\n", + " type_symbol='Li', # FullProf Typ\n", + " fract_x=0.0, # FullProf X\n", + " fract_y=0.0, # FullProf Y\n", + " fract_z=0.0, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.20000, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='F1', # FullProf Atom\n", + " type_symbol='F', # FullProf Typ\n", + " fract_x=0.5, # FullProf X\n", + " fract_y=0.5, # FullProf Y\n", + " fract_z=0.5, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.80000, # FullProf Biso\n", + ")\n", + "\n", + "project.structures.add(structure)" + ] + }, + { + "cell_type": "markdown", + "id": "bac1a683", + "metadata": {}, + "source": [ + "## Load the FullProf reference" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "916c603f", + "metadata": {}, + "outputs": [], + "source": [ + "FULLPROF_PROJECT_DIR = 'pd-xray-lif'\n", + "FULLPROF_PRF_FILE = 'lif_single_polarized.prf'\n", + "FULLPROF_SUM_FILE = 'lif_single_polarized.sum'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "FULLPROF_BAC_FILE = 'lif_single_polarized.bac'\n", + "FULLPROF_ZERO = 0.0 # FullProf Zero\n", + "FULLPROF_SCALE = 0.01 # FullProf Scale\n", + "FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1\n", + "FULLPROF_U = 0.048457 # FullProf U\n", + "FULLPROF_V = -0.083053 # FullProf V\n", + "FULLPROF_W = 0.040000 # FullProf W\n", + "FULLPROF_X = 0.0 # FullProf X\n", + "FULLPROF_Y = 0.049268 # FullProf Y\n", + "FULLPROF_WDT = 48.0 # FullProf Wdt\n", + "FULLPROF_POLARIZATION_COEFFICIENT = 0.5 # FullProf Rpolarz\n", + "FULLPROF_CTHM = 0.8 # FullProf Cthm\n", + "FULLPROF_MONOCHROMATOR_TWOTHETA = 26.5650511771\n", + "FULLPROF_MU_R = 0.0 # FullProf muR\n", + "\n", + "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", + " FULLPROF_PROJECT_DIR,\n", + " FULLPROF_PRF_FILE,\n", + " FULLPROF_BAC_FILE,\n", + " FULLPROF_ZERO,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "d9d23408", + "metadata": {}, + "source": [ + "## Create the experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "ea9626e7", + "metadata": {}, + "outputs": [], + "source": [ + "experiment = ExperimentFactory.from_scratch(\n", + " name='lif',\n", + " sample_form='powder',\n", + " beam_mode='constant wavelength',\n", + " radiation_probe='xray',\n", + " scattering_type='bragg',\n", + ")\n", + "verify.set_reference_as_measured(experiment, x, calc_fullprof)\n", + "\n", + "experiment.linked_structures.create(structure_id='lif', scale=FULLPROF_SCALE)\n", + "\n", + "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", + "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", + "experiment.instrument.setup_polarization_coefficient = (\n", + " FULLPROF_POLARIZATION_COEFFICIENT\n", + ")\n", + "experiment.instrument.setup_monochromator_twotheta = (\n", + " FULLPROF_MONOCHROMATOR_TWOTHETA\n", + ")\n", + "\n", + "experiment.peak.type = 'pseudo-voigt'\n", + "experiment.peak.broad_gauss_u = FULLPROF_U\n", + "experiment.peak.broad_gauss_v = FULLPROF_V\n", + "experiment.peak.broad_gauss_w = FULLPROF_W\n", + "experiment.peak.broad_lorentz_x = FULLPROF_X\n", + "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", + "\n", + "project.experiments.add(experiment)" + ] + }, + { + "cell_type": "markdown", + "id": "efddd4d2", + "metadata": {}, + "source": [ + "## edi-cryspy VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "14b44b2e", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'cryspy'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'lif',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "f39b9f81", + "metadata": {}, + "source": [ + "## edi-crysfml VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "c074200f", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'crysfml'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_crysfml = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'lif',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_crysfml,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSFML,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "db6a55d0", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "7f47d373", + "metadata": {}, + "outputs": [], + "source": [ + "verify.assert_patterns_agree(\n", + " [\n", + " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", + " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", + " ]\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "dd40685e", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "jupytext": { + "cell_metadata_filter": "-all", + "main_language": "python", + "notebook_metadata_filter": "-all" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/docs/docs/verification/pd-xray-lif-single-polarized.py b/docs/docs/verification/pd-xray-lif-single-polarized.py new file mode 100644 index 000000000..277c2cc69 --- /dev/null +++ b/docs/docs/verification/pd-xray-lif-single-polarized.py @@ -0,0 +1,164 @@ +# %% [markdown] +# # LiF — X-ray powder, single wavelength, polarized, Wdt 48 +# +# **Note — light-element anomalous dispersion.** +# +# This page uses LiF (_F m -3 m_) as a light-element X-ray verification +# case. Li and F have very close Cu Kalpha anomalous-dispersion values +# in the FullProf/CrysFML and Cryspy tables. The FullProf PCR uses a +# single Cu Kalpha1 wavelength, pseudo-Voigt peak shape, `Wdt = 48`, +# `Rpolarz = 0.5`, and `Cthm = 0.8`. + +# %% +import easydiffraction as edi +from easydiffraction import ExperimentFactory +from easydiffraction import StructureFactory +from easydiffraction.analysis import verification as verify + +# %% [markdown] +# ## Build the project + +# %% +project = edi.Project() + +# %% [markdown] +# ## Define the structure + +# %% +structure = StructureFactory.from_scratch(name='lif') + +structure.space_group.name_h_m = 'F m -3 m' # FullProf Space group symbol +structure.cell.length_a = 4.026700 # FullProf a + +structure.atom_sites.create( + id='Li1', # FullProf Atom + type_symbol='Li', # FullProf Typ + fract_x=0.0, # FullProf X + fract_y=0.0, # FullProf Y + fract_z=0.0, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.20000, # FullProf Biso +) +structure.atom_sites.create( + id='F1', # FullProf Atom + type_symbol='F', # FullProf Typ + fract_x=0.5, # FullProf X + fract_y=0.5, # FullProf Y + fract_z=0.5, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=0.80000, # FullProf Biso +) + +project.structures.add(structure) + +# %% [markdown] +# ## Load the FullProf reference + +# %% +FULLPROF_PROJECT_DIR = 'pd-xray-lif' +FULLPROF_PRF_FILE = 'lif_single_polarized.prf' +FULLPROF_SUM_FILE = 'lif_single_polarized.sum' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) +FULLPROF_BAC_FILE = 'lif_single_polarized.bac' +FULLPROF_ZERO = 0.0 # FullProf Zero +FULLPROF_SCALE = 0.01 # FullProf Scale +FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1 +FULLPROF_U = 0.048457 # FullProf U +FULLPROF_V = -0.083053 # FullProf V +FULLPROF_W = 0.040000 # FullProf W +FULLPROF_X = 0.0 # FullProf X +FULLPROF_Y = 0.049268 # FullProf Y +FULLPROF_WDT = 48.0 # FullProf Wdt +FULLPROF_POLARIZATION_COEFFICIENT = 0.5 # FullProf Rpolarz +FULLPROF_CTHM = 0.8 # FullProf Cthm +FULLPROF_MONOCHROMATOR_TWOTHETA = 26.5650511771 +FULLPROF_MU_R = 0.0 # FullProf muR + +x, calc_fullprof = verify.load_fullprof_calc_profile( + FULLPROF_PROJECT_DIR, + FULLPROF_PRF_FILE, + FULLPROF_BAC_FILE, + FULLPROF_ZERO, +) + +# %% [markdown] +# ## Create the experiment + +# %% +experiment = ExperimentFactory.from_scratch( + name='lif', + sample_form='powder', + beam_mode='constant wavelength', + radiation_probe='xray', + scattering_type='bragg', +) +verify.set_reference_as_measured(experiment, x, calc_fullprof) + +experiment.linked_structures.create(structure_id='lif', scale=FULLPROF_SCALE) + +experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH +experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO +experiment.instrument.setup_polarization_coefficient = ( + FULLPROF_POLARIZATION_COEFFICIENT +) +experiment.instrument.setup_monochromator_twotheta = ( + FULLPROF_MONOCHROMATOR_TWOTHETA +) + +experiment.peak.type = 'pseudo-voigt' +experiment.peak.broad_gauss_u = FULLPROF_U +experiment.peak.broad_gauss_v = FULLPROF_V +experiment.peak.broad_gauss_w = FULLPROF_W +experiment.peak.broad_lorentz_x = FULLPROF_X +experiment.peak.broad_lorentz_y = FULLPROF_Y + +project.experiments.add(experiment) + +# %% [markdown] +# ## edi-cryspy VS FullProf + +# %% +experiment.calculator.type = 'cryspy' + +project.analysis.calculate() +calc_ed_cryspy = experiment.data.intensity_calc +LABEL_ED_CRYSPY = verify.engine_label('cryspy') + +project.display.pattern_comparison( + 'lif', + reference=calc_fullprof, + candidate=calc_ed_cryspy, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY, +) + +# %% [markdown] +# ## edi-crysfml VS FullProf + +# %% +experiment.calculator.type = 'crysfml' + +project.analysis.calculate() +calc_ed_crysfml = experiment.data.intensity_calc +LABEL_ED_CRYSFML = verify.engine_label('crysfml') + +project.display.pattern_comparison( + 'lif', + reference=calc_fullprof, + candidate=calc_ed_crysfml, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSFML, +) + +# %% [markdown] +# ## Agreement check + +# %% +verify.assert_patterns_agree( + [ + (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), + (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), + ] +) + +# %% diff --git a/docs/docs/verification/pd-xray-lif-single-unpolarized.ipynb b/docs/docs/verification/pd-xray-lif-single-unpolarized.ipynb new file mode 100644 index 000000000..3f11dbee2 --- /dev/null +++ b/docs/docs/verification/pd-xray-lif-single-unpolarized.ipynb @@ -0,0 +1,276 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "d0ca5d70", + "metadata": {}, + "source": [ + "# LiF — X-ray powder, single wavelength, Wdt 48\n", + "\n", + "**Note — light-element anomalous dispersion.**\n", + "\n", + "This page uses LiF (_F m -3 m_) as a light-element X-ray verification\n", + "case. Li and F have very close Cu Kalpha anomalous-dispersion values\n", + "in the FullProf/CrysFML and Cryspy tables, so this reference avoids\n", + "the heavy-element f-prime discrepancy seen in PbSO4. The FullProf PCR\n", + "uses a single Cu Kalpha1 wavelength, pseudo-Voigt peak shape, `Wdt =\n", + "48`, no sample absorption, and no X-ray polarization correction." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "257bd729", + "metadata": {}, + "outputs": [], + "source": [ + "import easydiffraction as edi\n", + "from easydiffraction import ExperimentFactory\n", + "from easydiffraction import StructureFactory\n", + "from easydiffraction.analysis import verification as verify" + ] + }, + { + "cell_type": "markdown", + "id": "6b45afc1", + "metadata": {}, + "source": [ + "## Build the project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "d9557ec8", + "metadata": {}, + "outputs": [], + "source": [ + "project = edi.Project()" + ] + }, + { + "cell_type": "markdown", + "id": "9cefbf0b", + "metadata": {}, + "source": [ + "## Define the structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "b12f6fff", + "metadata": {}, + "outputs": [], + "source": [ + "structure = StructureFactory.from_scratch(name='lif')\n", + "\n", + "structure.space_group.name_h_m = 'F m -3 m' # FullProf Space group symbol\n", + "structure.cell.length_a = 4.026700 # FullProf a\n", + "\n", + "structure.atom_sites.create(\n", + " id='Li1', # FullProf Atom\n", + " type_symbol='Li', # FullProf Typ\n", + " fract_x=0.0, # FullProf X\n", + " fract_y=0.0, # FullProf Y\n", + " fract_z=0.0, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.20000, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='F1', # FullProf Atom\n", + " type_symbol='F', # FullProf Typ\n", + " fract_x=0.5, # FullProf X\n", + " fract_y=0.5, # FullProf Y\n", + " fract_z=0.5, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.80000, # FullProf Biso\n", + ")\n", + "\n", + "project.structures.add(structure)" + ] + }, + { + "cell_type": "markdown", + "id": "d5e9cf13", + "metadata": {}, + "source": [ + "## Load the FullProf reference" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "18863ae0", + "metadata": {}, + "outputs": [], + "source": [ + "FULLPROF_PROJECT_DIR = 'pd-xray-lif'\n", + "FULLPROF_PRF_FILE = 'lif_single_unpolarized.prf'\n", + "FULLPROF_SUM_FILE = 'lif_single_unpolarized.sum'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "FULLPROF_BAC_FILE = 'lif_single_unpolarized.bac'\n", + "FULLPROF_ZERO = 0.0 # FullProf Zero\n", + "FULLPROF_SCALE = 0.01 # FullProf Scale\n", + "FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1\n", + "FULLPROF_U = 0.048457 # FullProf U\n", + "FULLPROF_V = -0.083053 # FullProf V\n", + "FULLPROF_W = 0.040000 # FullProf W\n", + "FULLPROF_X = 0.0 # FullProf X\n", + "FULLPROF_Y = 0.049268 # FullProf Y\n", + "FULLPROF_WDT = 48.0 # FullProf Wdt\n", + "FULLPROF_POLARIZATION_COEFFICIENT = 0.0 # FullProf Rpolarz\n", + "FULLPROF_CTHM = 0.0 # FullProf Cthm\n", + "FULLPROF_MU_R = 0.0 # FullProf muR\n", + "\n", + "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", + " FULLPROF_PROJECT_DIR,\n", + " FULLPROF_PRF_FILE,\n", + " FULLPROF_BAC_FILE,\n", + " FULLPROF_ZERO,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "35698699", + "metadata": {}, + "source": [ + "## Create the experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "f48093d2", + "metadata": {}, + "outputs": [], + "source": [ + "experiment = ExperimentFactory.from_scratch(\n", + " name='lif',\n", + " sample_form='powder',\n", + " beam_mode='constant wavelength',\n", + " radiation_probe='xray',\n", + " scattering_type='bragg',\n", + ")\n", + "verify.set_reference_as_measured(experiment, x, calc_fullprof)\n", + "\n", + "experiment.linked_structures.create(structure_id='lif', scale=FULLPROF_SCALE)\n", + "\n", + "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", + "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", + "\n", + "experiment.peak.type = 'pseudo-voigt'\n", + "experiment.peak.broad_gauss_u = FULLPROF_U\n", + "experiment.peak.broad_gauss_v = FULLPROF_V\n", + "experiment.peak.broad_gauss_w = FULLPROF_W\n", + "experiment.peak.broad_lorentz_x = FULLPROF_X\n", + "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", + "\n", + "project.experiments.add(experiment)" + ] + }, + { + "cell_type": "markdown", + "id": "78a11b53", + "metadata": {}, + "source": [ + "## edi-cryspy VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "251172be", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'cryspy'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'lif',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "017bca69", + "metadata": {}, + "source": [ + "## edi-crysfml VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "5c216caa", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'crysfml'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_crysfml = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'lif',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_crysfml,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSFML,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "6c2d9a7e", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "9c7a009d", + "metadata": {}, + "outputs": [], + "source": [ + "verify.assert_patterns_agree(\n", + " [\n", + " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", + " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", + " ],\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "e78e2fee", + "metadata": { + "lines_to_next_cell": 2 + }, + "outputs": [], + "source": [] + } + ], + "metadata": { + "jupytext": { + "cell_metadata_filter": "-all", + "main_language": "python", + "notebook_metadata_filter": "-all" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/docs/docs/verification/pd-xray-lif-single-unpolarized.py b/docs/docs/verification/pd-xray-lif-single-unpolarized.py new file mode 100644 index 000000000..c801ab417 --- /dev/null +++ b/docs/docs/verification/pd-xray-lif-single-unpolarized.py @@ -0,0 +1,159 @@ +# %% [markdown] +# # LiF — X-ray powder, single wavelength, Wdt 48 +# +# **Note — light-element anomalous dispersion.** +# +# This page uses LiF (_F m -3 m_) as a light-element X-ray verification +# case. Li and F have very close Cu Kalpha anomalous-dispersion values +# in the FullProf/CrysFML and Cryspy tables, so this reference avoids +# the heavy-element f-prime discrepancy seen in PbSO4. The FullProf PCR +# uses a single Cu Kalpha1 wavelength, pseudo-Voigt peak shape, `Wdt = +# 48`, no sample absorption, and no X-ray polarization correction. + +# %% +import easydiffraction as edi +from easydiffraction import ExperimentFactory +from easydiffraction import StructureFactory +from easydiffraction.analysis import verification as verify + +# %% [markdown] +# ## Build the project + +# %% +project = edi.Project() + +# %% [markdown] +# ## Define the structure + +# %% +structure = StructureFactory.from_scratch(name='lif') + +structure.space_group.name_h_m = 'F m -3 m' # FullProf Space group symbol +structure.cell.length_a = 4.026700 # FullProf a + +structure.atom_sites.create( + id='Li1', # FullProf Atom + type_symbol='Li', # FullProf Typ + fract_x=0.0, # FullProf X + fract_y=0.0, # FullProf Y + fract_z=0.0, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.20000, # FullProf Biso +) +structure.atom_sites.create( + id='F1', # FullProf Atom + type_symbol='F', # FullProf Typ + fract_x=0.5, # FullProf X + fract_y=0.5, # FullProf Y + fract_z=0.5, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=0.80000, # FullProf Biso +) + +project.structures.add(structure) + +# %% [markdown] +# ## Load the FullProf reference + +# %% +FULLPROF_PROJECT_DIR = 'pd-xray-lif' +FULLPROF_PRF_FILE = 'lif_single_unpolarized.prf' +FULLPROF_SUM_FILE = 'lif_single_unpolarized.sum' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) +FULLPROF_BAC_FILE = 'lif_single_unpolarized.bac' +FULLPROF_ZERO = 0.0 # FullProf Zero +FULLPROF_SCALE = 0.01 # FullProf Scale +FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1 +FULLPROF_U = 0.048457 # FullProf U +FULLPROF_V = -0.083053 # FullProf V +FULLPROF_W = 0.040000 # FullProf W +FULLPROF_X = 0.0 # FullProf X +FULLPROF_Y = 0.049268 # FullProf Y +FULLPROF_WDT = 48.0 # FullProf Wdt +FULLPROF_POLARIZATION_COEFFICIENT = 0.0 # FullProf Rpolarz +FULLPROF_CTHM = 0.0 # FullProf Cthm +FULLPROF_MU_R = 0.0 # FullProf muR + +x, calc_fullprof = verify.load_fullprof_calc_profile( + FULLPROF_PROJECT_DIR, + FULLPROF_PRF_FILE, + FULLPROF_BAC_FILE, + FULLPROF_ZERO, +) + +# %% [markdown] +# ## Create the experiment + +# %% +experiment = ExperimentFactory.from_scratch( + name='lif', + sample_form='powder', + beam_mode='constant wavelength', + radiation_probe='xray', + scattering_type='bragg', +) +verify.set_reference_as_measured(experiment, x, calc_fullprof) + +experiment.linked_structures.create(structure_id='lif', scale=FULLPROF_SCALE) + +experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH +experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO + +experiment.peak.type = 'pseudo-voigt' +experiment.peak.broad_gauss_u = FULLPROF_U +experiment.peak.broad_gauss_v = FULLPROF_V +experiment.peak.broad_gauss_w = FULLPROF_W +experiment.peak.broad_lorentz_x = FULLPROF_X +experiment.peak.broad_lorentz_y = FULLPROF_Y + +project.experiments.add(experiment) + +# %% [markdown] +# ## edi-cryspy VS FullProf + +# %% +experiment.calculator.type = 'cryspy' + +project.analysis.calculate() +calc_ed_cryspy = experiment.data.intensity_calc +LABEL_ED_CRYSPY = verify.engine_label('cryspy') + +project.display.pattern_comparison( + 'lif', + reference=calc_fullprof, + candidate=calc_ed_cryspy, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY, +) + +# %% [markdown] +# ## edi-crysfml VS FullProf + +# %% +experiment.calculator.type = 'crysfml' + +project.analysis.calculate() +calc_ed_crysfml = experiment.data.intensity_calc +LABEL_ED_CRYSFML = verify.engine_label('crysfml') + +project.display.pattern_comparison( + 'lif', + reference=calc_fullprof, + candidate=calc_ed_crysfml, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSFML, +) + +# %% [markdown] +# ## Agreement check + +# %% +verify.assert_patterns_agree( + [ + (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), + (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), + ], +) + +# %% + From 65819f6d944c6af2c442dbf6e0f81f99c544ea44 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 09:34:17 +0200 Subject: [PATCH 06/64] Add PbSO4 X-ray verification diagnostics --- .../pbsox_neut_single.bac | 602 ++ .../pbsox_neut_single.dat | 602 ++ .../pbsox_neut_single.pcr | 63 + .../pbsox_neut_single.prf | 6430 ++++++++++++++++ .../pbsox_neut_single.sum | 145 + .../fullprof/pd-xray-pbso4/pbsox_single.bac | 602 ++ .../fullprof/pd-xray-pbso4/pbsox_single.dat | 602 ++ .../fullprof/pd-xray-pbso4/pbsox_single.pcr | 63 + .../fullprof/pd-xray-pbso4/pbsox_single.prf | 6430 ++++++++++++++++ .../fullprof/pd-xray-pbso4/pbsox_single.sum | 147 + .../pd-xray-pbso4/pbsox_single_polarized.bac | 602 ++ .../pd-xray-pbso4/pbsox_single_polarized.dat | 602 ++ .../pd-xray-pbso4/pbsox_single_polarized.fou | 375 + .../pd-xray-pbso4/pbsox_single_polarized.inp | 37 + .../pd-xray-pbso4/pbsox_single_polarized.new | 63 + .../pd-xray-pbso4/pbsox_single_polarized.out | 885 +++ .../pd-xray-pbso4/pbsox_single_polarized.pcr | 63 + .../pd-xray-pbso4/pbsox_single_polarized.prf | 6439 +++++++++++++++++ .../pd-xray-pbso4/pbsox_single_polarized.rpa | 58 + .../pd-xray-pbso4/pbsox_single_polarized.sum | 147 + .../pd-xray-pbso4/pbsox_single_polarized.sym | 136 + .../pd-xray-pbso4/pbsox_single_polarized1.fst | 11 + .../pbsox_single_unpolarized.bac | 602 ++ .../pbsox_single_unpolarized.dat | 602 ++ .../pbsox_single_unpolarized.fou | 375 + .../pbsox_single_unpolarized.inp | 37 + .../pbsox_single_unpolarized.new | 63 + .../pbsox_single_unpolarized.out | 885 +++ .../pbsox_single_unpolarized.pcr | 63 + .../pbsox_single_unpolarized.prf | 6439 +++++++++++++++++ .../pbsox_single_unpolarized.rpa | 58 + .../pbsox_single_unpolarized.sum | 147 + .../pbsox_single_unpolarized.sym | 136 + .../pbsox_single_unpolarized1.fst | 11 + .../pd-neut-cwl_pv-xray-geometry_pbso4.ipynb | 345 + .../pd-neut-cwl_pv-xray-geometry_pbso4.py | 203 + .../pd-xray-pbso4-single-polarized.ipynb | 425 ++ .../pd-xray-pbso4-single-polarized.py | 271 + ...ray-pbso4-single-unpolarized-aligned.ipynb | 352 + ...d-xray-pbso4-single-unpolarized-aligned.py | 229 + .../verification/pd-xray-pbso4-single.ipynb | 438 ++ .../docs/verification/pd-xray-pbso4-single.py | 265 + 42 files changed, 37050 insertions(+) create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.bac create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.dat create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.pcr create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.prf create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.sum create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.bac create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.dat create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.pcr create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.prf create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.sum create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.bac create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.dat create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.fou create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.inp create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.new create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.out create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.pcr create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.prf create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.rpa create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.sum create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.sym create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized1.fst create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.bac create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.dat create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.fou create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.inp create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.new create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.out create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.pcr create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.prf create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.rpa create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.sum create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.sym create mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized1.fst create mode 100644 docs/docs/verification/pd-neut-cwl_pv-xray-geometry_pbso4.ipynb create mode 100644 docs/docs/verification/pd-neut-cwl_pv-xray-geometry_pbso4.py create mode 100644 docs/docs/verification/pd-xray-pbso4-single-polarized.ipynb create mode 100644 docs/docs/verification/pd-xray-pbso4-single-polarized.py create mode 100644 docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.ipynb create mode 100644 docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.py create mode 100644 docs/docs/verification/pd-xray-pbso4-single.ipynb create mode 100644 docs/docs/verification/pd-xray-pbso4-single.py diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.bac b/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.bac new file mode 100644 index 000000000..2e2834d72 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.bac @@ -0,0 +1,602 @@ + 10.048160 0.025000 160.048157 Background of: pbsox_neut_single + 126 126 126 126 126 126 126 126 125 125 + 125 125 125 125 125 125 124 124 124 124 + 124 124 124 124 123 123 123 123 123 123 + 123 123 123 122 122 122 122 122 122 122 + 122 121 121 121 121 121 121 121 121 121 + 120 120 120 120 120 120 120 120 120 119 + 119 119 119 119 119 119 119 119 119 118 + 118 118 118 118 118 118 118 118 117 117 + 117 117 117 117 117 117 117 117 116 116 + 116 116 116 116 116 116 116 116 116 115 + 115 115 115 115 115 115 115 115 115 115 + 114 114 114 114 114 114 114 114 114 114 + 114 113 113 113 113 113 113 113 113 113 + 113 113 113 112 112 112 112 112 112 112 + 112 112 112 112 112 111 111 111 111 111 + 111 111 111 111 111 111 111 111 110 110 + 110 110 110 110 110 110 110 110 110 110 + 110 110 109 109 109 109 109 109 109 109 + 109 109 109 109 109 109 109 108 108 108 + 108 108 108 108 108 108 108 108 108 108 + 108 108 108 107 107 107 107 107 107 107 + 107 107 107 107 107 107 107 107 107 107 + 106 106 106 106 106 106 106 106 106 106 + 106 106 106 106 106 106 106 106 105 105 + 105 105 105 105 105 105 105 105 105 105 + 105 105 105 105 105 105 105 105 105 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 103 103 103 103 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 104 104 104 104 104 104 104 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 105 105 105 105 105 105 105 + 105 105 105 105 105 105 105 105 105 105 + 105 105 105 105 105 105 105 105 105 105 + 105 106 106 106 106 106 106 106 106 106 + 106 106 106 106 106 106 106 106 106 106 + 106 106 106 106 106 106 106 107 107 107 + 107 107 107 107 107 107 107 107 107 107 + 107 107 107 107 107 107 107 107 107 107 + 107 108 108 108 108 108 108 108 108 108 + 108 108 108 108 108 108 108 108 108 108 + 108 108 108 108 109 109 109 109 109 109 + 109 109 109 109 109 109 109 109 109 109 + 109 109 109 109 109 109 110 110 110 110 + 110 110 110 110 110 110 110 110 110 110 + 110 110 110 110 110 110 110 110 111 111 + 111 111 111 111 111 111 111 111 111 111 + 111 111 111 111 111 111 111 111 112 112 + 112 112 112 112 112 112 112 112 112 112 + 112 112 112 112 112 112 112 112 113 113 + 113 113 113 113 113 113 113 113 113 113 + 113 113 113 113 113 113 113 113 114 114 + 114 114 114 114 114 114 114 114 114 114 + 114 114 114 114 114 114 114 115 115 115 + 115 115 115 115 115 115 115 115 115 115 + 115 115 115 115 115 116 116 116 116 116 + 116 116 116 116 116 116 116 116 116 116 + 116 116 116 116 117 117 117 117 117 117 + 117 117 117 117 117 117 117 117 117 117 + 117 117 118 118 118 118 118 118 118 118 + 118 118 118 118 118 118 118 118 118 118 + 119 119 119 119 119 119 119 119 119 119 + 119 119 119 119 119 119 119 120 120 120 + 120 120 120 120 120 120 120 120 120 120 + 120 120 120 120 120 121 121 121 121 121 + 121 121 121 121 121 121 121 121 121 121 + 121 121 122 122 122 122 122 122 122 122 + 122 122 122 122 122 122 122 122 122 123 + 123 123 123 123 123 123 123 123 123 123 + 123 123 123 123 123 123 124 124 124 124 + 124 124 124 124 124 124 124 124 124 124 + 124 124 124 125 125 125 125 125 125 125 + 125 125 125 125 125 125 125 125 125 126 + 126 126 126 126 126 126 126 126 126 126 + 126 126 126 126 126 126 127 127 127 127 + 127 127 127 127 127 127 127 127 127 127 + 127 127 127 128 128 128 128 128 128 128 + 128 128 128 128 128 128 128 128 128 129 + 129 129 129 129 129 129 129 129 129 129 + 129 129 129 129 129 129 130 130 130 130 + 130 130 130 130 130 130 130 130 130 130 + 130 130 131 131 131 131 131 131 131 131 + 131 131 131 131 131 131 131 131 131 132 + 132 132 132 132 132 132 132 132 132 132 + 132 132 132 132 132 133 133 133 133 133 + 133 133 133 133 133 133 133 133 133 133 + 133 133 134 134 134 134 134 134 134 134 + 134 134 134 134 134 134 134 134 135 135 + 135 135 135 135 135 135 135 135 135 135 + 135 135 135 135 135 136 136 136 136 136 + 136 136 136 136 136 136 136 136 136 136 + 136 136 137 137 137 137 137 137 137 137 + 137 137 137 137 137 137 137 137 138 138 + 138 138 138 138 138 138 138 138 138 138 + 138 138 138 138 138 139 139 139 139 139 + 139 139 139 139 139 139 139 139 139 139 + 139 139 140 140 140 140 140 140 140 140 + 140 140 140 140 140 140 140 140 140 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 145 145 + 145 145 145 145 145 145 145 145 145 145 + 145 145 145 145 145 145 146 146 146 146 + 146 146 146 146 146 146 146 146 146 146 + 146 146 146 147 147 147 147 147 147 147 + 147 147 147 147 147 147 147 147 147 147 + 147 148 148 148 148 148 148 148 148 148 + 148 148 148 148 148 148 148 148 148 149 + 149 149 149 149 149 149 149 149 149 149 + 149 149 149 149 149 149 149 149 150 150 + 150 150 150 150 150 150 150 150 150 150 + 150 150 150 150 150 150 150 151 151 151 + 151 151 151 151 151 151 151 151 151 151 + 151 151 151 151 151 152 152 152 152 152 + 152 152 152 152 152 152 152 152 152 152 + 152 152 152 152 152 153 153 153 153 153 + 153 153 153 153 153 153 153 153 153 153 + 153 153 153 153 154 154 154 154 154 154 + 154 154 154 154 154 154 154 154 154 154 + 154 154 154 154 155 155 155 155 155 155 + 155 155 155 155 155 155 155 155 155 155 + 155 155 155 155 156 156 156 156 156 156 + 156 156 156 156 156 156 156 156 156 156 + 156 156 156 156 156 157 157 157 157 157 + 157 157 157 157 157 157 157 157 157 157 + 157 157 157 157 157 157 158 158 158 158 + 158 158 158 158 158 158 158 158 158 158 + 158 158 158 158 158 158 158 158 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 178 178 178 178 + 178 178 178 178 178 178 178 178 178 178 + 178 178 178 178 178 178 178 178 179 179 + 179 179 179 179 179 179 179 179 179 179 + 179 179 179 179 179 179 179 179 179 180 + 180 180 180 180 180 180 180 180 180 180 + 180 180 180 180 180 180 180 180 180 181 + 181 181 181 181 181 181 181 181 181 181 + 181 181 181 181 181 181 181 181 181 182 + 182 182 182 182 182 182 182 182 182 182 + 182 182 182 182 182 182 182 182 182 183 + 183 183 183 183 183 183 183 183 183 183 + 183 183 183 183 183 183 183 183 184 184 + 184 184 184 184 184 184 184 184 184 184 + 184 184 184 184 184 184 184 185 185 185 + 185 185 185 185 185 185 185 185 185 185 + 185 185 185 185 185 185 186 186 186 186 + 186 186 186 186 186 186 186 186 186 186 + 186 186 186 186 187 187 187 187 187 187 + 187 187 187 187 187 187 187 187 187 187 + 187 187 188 188 188 188 188 188 188 188 + 188 188 188 188 188 188 188 188 188 188 + 189 189 189 189 189 189 189 189 189 189 + 189 189 189 189 189 189 189 189 190 190 + 190 190 190 190 190 190 190 190 190 190 + 190 190 190 190 190 190 191 191 191 191 + 191 191 191 191 191 191 191 191 191 191 + 191 191 191 192 192 192 192 192 192 192 + 192 192 192 192 192 192 192 192 192 192 + 193 193 193 193 193 193 193 193 193 193 + 193 193 193 193 193 193 193 194 194 194 + 194 194 194 194 194 194 194 194 194 194 + 194 194 194 194 195 195 195 195 195 195 + 195 195 195 195 195 195 195 195 195 195 + 195 196 196 196 196 196 196 196 196 196 + 196 196 196 196 196 196 196 196 197 197 + 197 197 197 197 197 197 197 197 197 197 + 197 197 197 197 198 198 198 198 198 198 + 198 198 198 198 198 198 198 198 198 198 + 198 199 199 199 199 199 199 199 199 199 + 199 199 199 199 199 199 199 200 200 200 + 200 200 200 200 200 200 200 200 200 200 + 200 200 200 201 201 201 201 201 201 201 + 201 201 201 201 201 201 201 201 201 201 + 202 202 202 202 202 202 202 202 202 202 + 202 202 202 202 202 202 203 203 203 203 + 203 203 203 203 203 203 203 203 203 203 + 203 203 204 204 204 204 204 204 204 204 + 204 204 204 204 204 204 204 204 205 205 + 205 205 205 205 205 205 205 205 205 205 + 205 205 205 205 206 206 206 206 206 206 + 206 206 206 206 206 206 206 206 206 206 + 207 207 207 207 207 207 207 207 207 207 + 207 207 207 207 207 207 208 208 208 208 + 208 208 208 208 208 208 208 208 208 208 + 208 208 208 209 209 209 209 209 209 209 + 209 209 209 209 209 209 209 209 209 210 + 210 210 210 210 210 210 210 210 210 210 + 210 210 210 210 210 211 211 211 211 211 + 211 211 211 211 211 211 211 211 211 211 + 211 212 212 212 212 212 212 212 212 212 + 212 212 212 212 212 212 212 213 213 213 + 213 213 213 213 213 213 213 213 213 213 + 213 213 213 213 214 214 214 214 214 214 + 214 214 214 214 214 214 214 214 214 214 + 215 215 215 215 215 215 215 215 215 215 + 215 215 215 215 215 215 215 216 216 216 + 216 216 216 216 216 216 216 216 216 216 + 216 216 216 217 217 217 217 217 217 217 + 217 217 217 217 217 217 217 217 217 217 + 218 218 218 218 218 218 218 218 218 218 + 218 218 218 218 218 218 218 219 219 219 + 219 219 219 219 219 219 219 219 219 219 + 219 219 219 219 220 220 220 220 220 220 + 220 220 220 220 220 220 220 220 220 220 + 220 220 221 221 221 221 221 221 221 221 + 221 221 221 221 221 221 221 221 221 222 + 222 222 222 222 222 222 222 222 222 222 + 222 222 222 222 222 222 222 223 223 223 + 223 223 223 223 223 223 223 223 223 223 + 223 223 223 223 223 224 224 224 224 224 + 224 224 224 224 224 224 224 224 224 224 + 224 224 224 224 225 225 225 225 225 225 + 225 225 225 225 225 225 225 225 225 225 + 225 225 225 226 226 226 226 226 226 226 + 226 226 226 226 226 226 226 226 226 226 + 226 226 227 227 227 227 227 227 227 227 + 227 227 227 227 227 227 227 227 227 227 + 227 227 228 228 228 228 228 228 228 228 + 228 228 228 228 228 228 228 228 228 228 + 228 228 229 229 229 229 229 229 229 229 + 229 229 229 229 229 229 229 229 229 229 + 229 229 229 229 230 230 230 230 230 230 + 230 230 230 230 230 230 230 230 230 230 + 230 230 230 230 230 230 231 231 231 231 + 231 231 231 231 231 231 231 231 231 231 + 231 231 231 231 231 231 231 231 231 232 + 232 232 232 232 232 232 232 232 232 232 + 232 232 232 232 232 232 232 232 232 232 + 232 232 232 233 233 233 233 233 233 233 + 233 233 233 233 233 233 233 233 233 233 + 233 233 233 233 233 233 233 233 233 233 + 234 234 234 234 234 234 234 234 234 234 + 234 234 234 234 234 234 234 234 234 234 + 234 234 234 234 234 234 234 234 235 235 + 235 235 235 235 235 235 235 235 235 235 + 235 235 235 235 235 235 235 235 235 235 + 235 235 235 235 235 235 235 235 235 235 + 236 236 236 236 236 236 236 236 236 236 + 236 236 236 236 236 236 236 236 236 236 + 236 236 236 236 236 236 236 236 236 236 + 236 236 236 236 236 236 236 236 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.dat b/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.dat new file mode 100644 index 000000000..6890afe24 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.dat @@ -0,0 +1,602 @@ +10.000 0.025 160.000 PbSO4 neutron from XrayDif diagnostic + 179 147 165 172 150 165 150 158 134 146 + 167 159 139 145 165 150 149 156 143 166 + 154 131 144 131 140 147 155 148 140 138 + 127 146 147 114 129 129 128 136 148 132 + 141 135 141 145 131 142 148 151 127 133 + 131 125 129 128 134 142 115 138 125 120 + 130 118 118 116 119 101 117 142 112 114 + 111 122 131 107 121 123 120 126 125 120 + 103 121 109 115 122 123 107 126 133 120 + 100 130 130 109 116 121 99 107 110 136 + 113 102 117 111 105 92 110 116 124 111 + 91 106 122 121 119 114 129 95 117 102 + 102 117 99 124 107 108 99 113 104 92 + 98 107 88 96 104 81 111 78 104 119 + 106 105 96 81 95 96 103 91 112 107 + 87 112 92 79 92 103 97 102 86 97 + 103 93 111 95 96 93 85 104 98 108 + 76 92 95 89 105 95 92 105 89 99 + 101 97 93 99 100 83 93 96 69 101 + 97 85 95 85 111 85 86 100 88 98 + 92 93 94 93 81 98 78 79 93 81 + 88 73 85 106 88 94 96 91 101 89 + 87 95 87 97 81 87 93 90 73 98 + 86 80 82 97 80 81 80 81 73 106 + 92 101 98 104 106 98 114 97 129 112 + 141 167 157 200 215 321 397 434 445 313 + 197 155 110 118 86 110 95 93 98 80 + 85 106 86 103 92 88 94 79 92 106 + 82 104 94 88 97 93 90 120 93 106 + 89 92 100 91 99 81 89 79 91 84 + 92 107 99 92 87 88 67 81 86 85 + 103 85 77 105 93 96 93 85 75 105 + 85 89 86 76 86 71 101 100 89 74 + 101 103 95 100 87 94 84 102 92 80 + 82 105 84 83 93 92 105 94 88 97 + 88 110 110 84 89 98 92 86 110 98 + 93 94 104 96 105 99 117 111 100 125 + 99 107 107 98 84 112 99 93 108 100 + 91 98 124 98 121 114 93 87 95 95 + 121 102 127 119 118 107 100 95 116 136 + 92 127 127 115 124 130 123 137 136 165 + 150 173 190 211 212 255 264 305 353 415 + 507 623 833 1076 1417 1958 2624 3927 5466 7996 + 11062 12925 12506 10327 8178 6771 5910 4886 3432 2110 + 1182 802 623 527 435 393 356 333 295 316 + 280 248 264 216 202 211 187 168 208 160 + 171 149 166 138 168 129 147 134 125 137 + 112 128 134 121 138 103 124 115 119 109 + 119 116 127 133 121 109 114 113 120 118 + 102 110 118 123 116 112 107 121 104 124 + 105 128 115 128 99 130 109 125 138 141 + 135 125 140 152 177 177 191 195 225 258 + 301 337 468 618 837 1082 1507 2283 3235 4791 + 6588 8176 8122 6687 5078 3206 1822 1101 712 566 + 470 381 302 277 259 259 212 198 189 153 + 182 178 175 164 139 176 159 147 172 167 + 159 180 168 162 166 147 149 161 173 145 + 210 201 257 262 342 451 598 796 1089 1648 + 2386 3203 3155 2711 1970 1292 729 450 289 285 + 218 211 202 168 165 177 176 197 164 141 + 160 160 157 145 165 158 158 197 179 203 + 194 216 282 282 364 456 632 854 1213 1815 + 2863 4063 4649 4165 3168 2329 1423 738 438 367 + 295 246 246 191 179 178 170 182 158 182 + 179 184 181 169 171 191 175 216 195 224 + 209 251 257 298 297 378 406 499 590 746 + 983 1402 2108 3097 4641 7229 10690 13494 13106 10401 + 7908 5365 2857 1575 947 697 595 529 450 423 + 344 319 309 252 257 252 266 275 257 285 + 285 270 280 347 282 362 426 461 637 693 + 1051 1425 2158 3198 5190 8004 10350 9724 7797 6126 + 4329 2276 1177 756 591 486 352 340 314 270 + 256 253 245 206 212 183 205 185 164 197 + 167 175 159 152 162 168 151 153 128 167 + 147 140 139 153 153 154 145 147 134 160 + 137 134 131 157 137 145 151 164 171 172 + 165 168 162 193 169 199 186 208 196 182 + 246 245 284 340 364 382 519 665 837 1080 + 1566 2321 3438 5181 8141 12608 15702 14432 12071 9687 + 7137 4123 2094 1334 1013 780 668 467 438 379 + 355 263 287 299 247 253 236 223 193 198 + 184 204 185 174 201 168 185 175 171 153 + 162 135 159 139 147 127 143 140 115 142 + 123 156 133 135 128 130 127 120 121 106 + 134 114 107 123 111 92 134 87 130 97 + 101 113 119 122 114 117 84 105 111 104 + 119 119 101 117 122 105 128 116 126 115 + 121 116 144 141 128 148 165 172 182 174 + 193 230 247 312 325 423 589 755 1130 1670 + 2522 3976 5312 5540 4806 3984 3579 2684 1672 977 + 645 451 390 317 305 278 234 264 246 263 + 239 271 260 299 300 332 411 497 630 918 + 1214 1839 2852 4745 6636 7831 7010 5926 5069 4251 + 2900 1743 1167 841 646 517 412 354 301 282 + 234 204 235 226 207 200 180 180 179 172 + 180 157 154 173 198 147 168 157 199 209 + 242 257 328 467 631 994 1449 1522 1193 977 + 947 796 548 358 251 190 164 159 137 134 + 136 126 122 128 108 100 120 106 123 117 + 113 108 121 104 104 100 105 107 108 103 + 108 123 92 122 97 101 92 114 89 81 + 113 76 89 99 89 98 98 104 120 100 + 99 89 111 98 96 95 84 115 106 100 + 86 110 86 98 97 109 112 105 86 102 + 91 98 111 89 95 95 84 114 108 96 + 94 94 102 91 106 103 82 121 101 109 + 112 104 103 105 112 119 116 119 115 106 + 122 116 120 130 107 137 132 131 140 150 + 149 161 190 210 234 297 378 583 909 1431 + 2164 2620 2390 1970 1772 1685 1327 891 543 352 + 292 230 177 182 207 158 143 129 161 133 + 119 120 128 118 121 132 135 134 132 135 + 156 182 207 266 351 368 312 269 260 249 + 219 174 157 146 135 137 136 103 107 99 + 133 129 147 130 115 123 109 106 115 136 + 119 126 131 135 116 112 123 116 121 136 + 147 130 156 138 133 144 163 171 198 191 + 196 226 243 294 352 472 630 984 1383 2157 + 2946 2947 2469 1988 2056 1767 1317 793 524 362 + 282 264 227 186 194 168 177 199 174 169 + 183 194 204 189 213 296 350 476 746 894 + 816 615 549 596 524 395 306 223 164 206 + 198 162 173 163 144 169 160 156 143 187 + 146 146 157 177 173 171 197 214 254 333 + 505 760 1047 1074 910 689 698 717 570 382 + 273 291 231 278 239 272 257 316 315 377 + 419 593 709 1116 1749 2604 3739 4133 3642 2835 + 2622 2580 2147 1381 844 578 447 351 339 309 + 260 268 240 250 233 275 281 285 381 450 + 601 801 895 881 726 644 608 589 498 386 + 283 277 254 276 249 224 213 196 234 186 + 215 191 211 189 204 193 227 221 225 199 + 187 193 214 235 241 232 239 254 252 264 + 251 260 320 375 379 442 425 492 574 693 + 816 1046 1286 1773 2593 4047 6544 9907 12440 12196 + 9815 8006 7742 7431 5975 3773 2148 1465 1080 849 + 683 579 560 480 481 470 468 450 469 498 + 468 528 615 632 765 985 1263 1833 2821 4290 + 5647 5682 5372 5802 7664 7744 5866 4103 3552 3442 + 2855 1843 1102 771 578 517 456 381 379 335 + 326 303 286 287 274 272 282 267 236 255 + 238 218 224 209 228 244 234 221 237 224 + 217 187 261 216 246 244 282 276 314 333 + 385 413 609 855 1397 2190 3180 3151 2427 1819 + 1843 2058 1720 1115 716 480 364 297 300 267 + 227 215 189 213 174 175 193 183 178 166 + 171 171 172 161 151 143 141 139 172 153 + 169 141 125 135 142 134 142 138 152 159 + 140 143 136 147 144 148 153 112 148 138 + 119 121 160 136 164 137 166 142 158 176 + 175 183 249 309 389 541 720 682 600 452 + 443 453 437 329 289 226 201 182 160 178 + 146 181 142 201 182 174 168 174 233 275 + 331 464 712 969 1093 984 752 624 651 695 + 597 460 284 261 211 196 175 167 165 143 + 153 155 137 161 131 138 125 114 154 114 + 118 120 130 117 126 132 122 133 122 113 + 128 139 126 140 120 122 122 136 116 113 + 103 120 129 112 118 140 135 101 128 115 + 126 120 119 107 122 124 123 159 132 136 + 115 142 132 144 140 131 112 147 129 129 + 106 129 127 122 155 130 121 131 173 157 + 146 153 168 199 204 212 232 255 319 410 + 629 1090 1814 2668 2463 1752 1187 1257 1542 1549 + 1066 624 387 314 267 208 211 210 181 170 + 154 155 143 171 156 134 142 142 136 139 + 139 132 152 123 137 125 132 133 137 148 + 121 150 139 127 127 146 147 155 131 144 + 148 138 149 154 142 141 181 185 169 181 + 203 236 232 335 428 600 826 1143 1282 1262 + 1070 962 964 871 886 728 557 468 370 267 + 235 203 187 181 188 189 166 167 175 191 + 184 181 226 228 258 216 233 250 287 332 + 441 506 459 447 383 372 397 408 434 419 + 346 392 441 622 912 1096 1359 1605 1949 1937 + 1843 2020 1980 1741 1467 1209 1080 998 719 548 + 393 314 277 248 204 179 180 168 160 170 + 160 184 179 164 149 156 140 161 149 134 + 126 143 138 142 163 131 161 131 147 150 + 160 128 126 128 152 134 158 135 162 157 + 173 156 162 158 164 155 194 195 196 253 + 262 350 464 665 937 1141 1055 834 657 648 + 638 752 672 543 404 370 386 469 560 465 + 360 285 276 355 364 291 228 190 194 195 + 180 163 154 156 184 181 152 176 177 160 + 178 185 175 206 214 244 255 254 373 514 + 623 827 875 884 951 1181 1887 2582 2875 2303 + 1613 1270 1312 1510 1599 1288 890 794 643 683 + 884 1207 1571 1762 1506 1186 969 975 1015 1048 + 938 733 494 392 292 276 254 229 216 203 + 194 189 192 181 191 163 175 186 149 175 + 142 180 136 151 177 156 159 174 148 147 + 141 145 156 144 149 145 127 143 159 129 + 161 138 145 165 172 184 217 266 272 313 + 288 275 321 323 439 573 743 906 960 812 + 566 541 535 554 567 599 473 359 290 254 + 189 184 196 210 190 179 148 160 147 122 + 148 141 140 142 114 150 151 132 153 140 + 118 128 140 136 122 130 135 133 165 160 + 163 166 190 264 331 334 297 215 205 212 + 268 226 256 199 165 148 159 132 154 139 + 121 144 131 136 139 120 129 130 143 127 + 150 156 154 153 162 208 247 207 192 179 + 148 154 204 186 208 175 141 111 124 132 + 127 125 124 147 143 135 136 143 145 143 + 148 151 139 142 135 161 143 139 136 158 + 164 167 165 181 147 160 195 209 190 226 + 195 241 278 302 344 427 563 789 990 1317 + 1792 2342 2479 2083 1541 1233 1186 1301 1408 1348 + 1086 761 509 405 349 309 273 269 244 252 + 286 309 289 316 317 259 228 223 259 237 + 212 212 201 184 201 170 165 182 182 183 + 199 200 208 190 185 230 275 352 448 647 + 956 1241 1280 1063 730 559 576 678 833 919 + 838 736 578 449 352 332 306 308 321 300 + 245 216 201 182 162 147 163 193 149 171 + 166 202 155 141 162 155 166 190 174 189 + 211 169 195 197 235 250 286 344 394 561 + 722 930 1317 1481 1358 1037 813 746 717 877 + 916 896 663 502 396 302 255 280 238 238 + 233 267 258 267 346 468 667 897 976 870 + 617 478 483 485 541 636 625 465 354 276 + 231 232 190 216 192 191 172 178 212 172 + 174 183 142 176 174 159 196 194 202 246 + 258 272 227 206 220 234 235 252 241 246 + 280 326 391 456 640 670 639 521 515 493 + 632 854 1153 1468 1384 1196 879 770 660 705 + 773 815 766 626 469 409 338 280 267 303 + 290 315 308 375 471 637 830 1073 1024 833 + 639 528 502 569 667 732 600 516 444 417 + 430 431 409 399 319 289 333 368 368 375 + 332 257 253 244 250 251 239 260 202 234 + 236 222 268 246 261 301 352 434 507 687 + 891 929 869 744 766 883 1213 1390 1383 1276 + 1228 1172 1129 970 905 839 745 632 628 600 + 552 393 307 265 275 215 233 208 186 180 + 200 182 178 170 180 177 190 173 203 200 + 185 218 207 244 220 243 266 280 324 394 + 567 690 853 934 815 877 894 888 744 665 + 674 693 634 583 589 572 455 501 497 637 + 833 1120 968 776 526 397 372 472 548 682 + 632 479 341 304 211 213 199 185 190 194 + 183 193 204 201 264 298 373 364 306 270 + 271 259 298 371 433 565 625 581 460 365 + 291 270 311 317 411 435 426 481 415 358 + 268 245 239 204 246 236 272 241 203 182 + 189 163 165 161 145 149 163 166 138 141 + 158 145 131 135 147 133 140 144 155 157 + 196 193 175 172 174 148 164 177 183 250 + 310 439 401 356 276 178 216 209 222 263 + 281 270 217 181 183 174 171 151 142 130 + 147 146 148 124 129 128 135 143 135 145 + 134 131 154 135 139 155 143 151 154 160 + 141 160 155 171 166 159 187 205 212 230 + 313 346 402 511 535 696 717 624 520 421 + 399 344 380 468 482 453 373 267 229 209 + 176 193 210 179 173 207 225 265 315 289 + 229 197 204 221 249 258 290 401 434 421 + 368 358 396 462 547 580 497 442 397 313 + 316 296 341 355 373 333 274 262 290 329 + 333 356 280 237 214 238 243 204 239 255 + 249 226 191 222 193 236 264 308 340 330 + 282 229 235 204 203 252 249 232 222 217 + 226 222 238 265 341 339 338 302 275 242 + 218 232 297 360 399 423 365 273 254 262 + 216 316 339 402 509 598 700 742 619 470 + 398 379 352 351 379 443 466 438 357 289 + 258 233 216 241 235 277 309 358 356 323 + 273 243 224 243 250 220 267 291 282 252 + 255 328 357 411 375 323 267 240 208 209 + 236 248 261 256 244 203 173 170 174 168 + 167 181 159 195 168 180 186 175 191 213 + 274 266 323 421 552 799 1129 1277 1123 820 + 610 504 408 478 543 708 817 736 641 568 + 413 433 373 314 321 244 262 251 232 241 + 216 240 212 196 173 187 175 173 152 163 + 143 135 122 139 128 134 140 117 150 134 + 152 127 170 158 155 173 161 136 128 177 + 165 140 154 143 168 189 130 160 151 182 + 221 238 260 315 327 311 246 211 204 196 + 211 191 234 225 255 200 186 186 162 140 + 153 147 143 153 154 133 145 148 165 155 + 155 147 176 149 165 136 163 163 198 215 + 249 304 377 414 339 322 284 301 311 380 + 550 624 660 617 461 363 284 266 268 289 + 340 375 363 327 259 216 172 180 208 177 + 157 189 192 222 222 188 184 164 173 182 + 153 158 158 183 190 178 169 145 170 138 + 169 133 134 122 126 153 112 125 127 147 + 125 125 142 143 138 145 166 165 156 154 + 169 130 173 155 178 211 247 289 310 276 + 303 376 468 665 803 829 683 570 507 383 + 335 352 412 522 575 652 681 634 466 368 + 301 214 226 205 239 226 271 279 280 247 + 223 201 199 198 206 191 154 174 144 155 + 161 172 178 192 155 171 155 160 138 156 + 178 163 191 200 208 186 167 183 157 148 + 163 174 187 182 189 190 190 199 240 247 + 334 391 512 618 663 593 456 395 343 288 + 292 310 392 389 437 361 351 262 250 233 + 197 195 171 174 171 159 158 120 128 140 + 148 156 133 156 144 163 158 158 154 165 + 196 206 256 278 255 253 223 190 196 176 + 171 212 204 252 224 192 180 172 166 159 + 155 148 167 137 178 161 180 156 169 178 + 174 181 172 238 209 240 343 384 500 673 + 704 763 656 551 406 354 352 301 357 414 + 440 502 459 425 378 418 427 467 441 400 + 327 278 259 240 213 206 241 263 287 291 + 245 243 198 195 195 164 178 161 161 183 + 177 177 177 192 219 260 310 337 312 290 + 275 243 192 200 212 205 180 219 274 271 + 200 205 195 179 171 171 147 147 167 159 + 157 145 164 142 143 164 157 153 145 168 + 159 169 137 182 196 218 216 223 269 295 + 288 280 281 187 264 216 220 242 264 272 + 326 362 407 468 432 443 383 393 367 415 + 471 595 626 583 491 456 411 322 328 289 + 271 302 377 369 373 347 296 292 257 269 + 241 218 212 239 254 295 314 356 301 277 + 252 251 186 197 162 192 231 223 207 238 + 196 196 176 171 178 146 169 161 149 173 + 156 143 154 152 139 184 185 161 159 152 + 159 176 164 168 193 195 187 237 228 265 + 291 347 409 454 552 524 552 502 483 433 + 382 363 322 328 389 469 485 438 491 415 + 377 375 322 288 280 263 275 245 243 239 + 247 216 204 210 196 220 209 212 226 201 + 225 228 210 244 298 405 445 534 579 538 + 495 466 410 389 387 429 460 573 607 740 + 853 781 733 593 499 398 368 334 370 358 + 391 376 394 414 383 300 294 275 246 259 + 235 239 243 277 363 383 434 436 378 373 + 386 438 464 491 539 539 523 499 478 472 + 383 345 354 352 383 370 410 453 416 396 + 392 319 335 407 461 587 741 875 863 754 + 619 485 429 336 321 296 316 385 474 539 + 571 493 420 345 272 242 219 229 203 220 + 211 190 171 195 176 218 208 212 230 265 + 314 278 306 262 281 209 235 222 223 246 + 268 316 307 316 273 247 229 201 198 173 + 202 173 212 185 197 193 193 194 169 169 + 157 167 175 140 174 146 171 142 152 171 + 150 142 161 150 163 154 149 157 192 185 + 184 205 231 238 263 324 365 388 380 421 + 418 408 385 374 346 329 297 319 322 328 + 298 290 304 311 312 319 292 241 239 202 + 206 202 227 236 307 309 385 341 324 290 + 208 241 201 202 181 217 264 229 326 303 + 345 304 296 241 242 210 187 206 194 221 + 216 245 242 251 258 232 215 189 192 163 + 158 162 174 182 169 151 187 179 167 169 + 146 149 146 158 142 164 142 153 147 163 + 160 163 127 150 159 140 136 159 171 178 + 159 162 193 156 176 161 155 146 179 208 + 186 194 252 230 219 182 179 174 147 189 + 166 142 144 177 178 215 182 160 196 200 + 159 163 150 175 144 132 160 169 138 171 + 129 167 172 135 170 172 169 199 221 233 + 283 291 299 257 239 226 185 195 194 175 + 192 182 189 210 252 217 230 223 192 205 + 179 185 155 193 190 214 215 230 223 212 + 233 221 242 216 261 265 370 406 501 447 + 488 473 365 279 283 285 282 239 267 263 + 309 349 345 322 338 308 238 221 215 197 + 205 208 222 206 204 230 240 284 313 331 + 344 297 275 267 216 230 194 195 234 196 + 198 240 255 287 314 318 255 232 213 186 + 193 156 168 155 154 187 181 194 183 206 + 191 179 174 158 176 183 184 188 222 211 + 242 267 330 363 390 397 332 288 273 199 + 218 198 206 228 206 216 256 259 301 265 + 240 206 224 183 160 190 158 161 161 143 + 144 177 175 142 129 140 166 156 126 156 + 144 146 136 145 160 147 142 150 168 164 + 168 195 207 229 260 263 294 291 279 245 + 211 240 218 197 226 253 249 289 329 377 + 412 419 371 310 258 236 243 235 224 241 + 236 239 302 286 295 329 390 376 405 380 + 376 363 361 296 313 279 295 248 253 273 + 273 275 305 282 295 295 304 318 331 336 + 336 371 349 315 280 286 238 265 226 238 + 222 224 254 303 311 297 319 302 295 299 + 325 347 294 264 265 239 227 226 250 203 + 229 202 234 220 206 230 228 259 221 276 + 276 271 278 298 341 366 384 388 410 433 + 388 382 298 327 266 250 252 252 262 270 + 257 249 251 336 305 284 293 236 224 207 + 200 174 177 180 163 150 181 174 141 156 + 143 166 148 174 153 160 159 160 155 141 + 148 157 157 161 171 164 169 170 167 189 + 220 252 328 298 286 290 266 220 171 193 + 194 170 235 195 207 227 261 320 343 339 + 411 416 350 350 288 343 300 286 283 249 + 258 232 229 233 215 250 258 250 251 245 + 233 220 257 219 207 208 191 187 198 176 + 184 190 192 159 176 166 196 172 180 208 + 219 202 177 175 170 167 175 153 145 178 + 168 153 159 179 196 175 174 168 180 139 + 157 143 156 157 151 155 158 155 141 152 + 145 158 153 149 153 150 144 150 143 172 + 141 166 170 162 206 182 172 183 175 178 + 179 157 163 182 184 177 163 172 185 159 + 185 176 169 161 173 190 193 150 175 151 + 176 166 171 187 180 216 212 269 301 313 + 319 328 299 252 252 228 200 209 202 225 + 199 251 236 263 299 302 338 248 259 262 + 213 211 206 210 168 191 159 183 202 211 + 205 206 205 223 200 184 189 186 185 205 + 197 210 206 202 174 175 190 165 173 179 + 192 168 168 181 170 200 198 219 211 238 + 222 205 221 204 219 196 210 196 234 212 + 191 250 230 226 277 263 296 319 338 385 + 408 381 356 290 284 268 222 245 214 211 + 204 227 254 236 290 305 290 337 276 281 + 238 243 231 205 205 193 180 171 185 191 + 191 190 179 169 175 199 179 189 210 191 + 206 212 210 235 205 182 185 177 171 153 + 154 152 170 155 156 153 171 188 181 180 + 201 183 191 184 187 163 161 165 160 185 + 198 164 176 182 172 172 186 189 181 231 + 209 211 227 226 193 216 211 211 193 175 + 192 209 196 195 230 231 239 311 285 263 + 289 262 214 212 218 186 191 199 183 190 + 168 194 191 195 207 218 222 241 242 219 + 189 202 202 190 225 204 223 262 258 317 + 312 304 299 278 265 221 205 225 211 203 + 192 201 197 227 184 205 216 256 253 288 + 249 280 219 217 249 229 198 193 178 205 + 210 185 179 213 233 225 232 264 271 285 + 273 342 326 401 358 432 331 361 330 283 + 282 263 245 232 219 251 241 241 265 237 + 251 266 291 301 300 280 332 285 276 261 + 262 264 280 291 292 284 266 240 219 232 + 218 192 181 184 219 187 174 184 204 197 + 217 215 213 212 218 210 224 183 178 205 + 184 185 180 197 154 171 181 155 145 184 + 180 173 168 190 169 161 174 158 167 182 + 165 183 168 159 161 155 189 186 150 168 + 186 194 155 171 151 165 175 156 163 164 + 166 185 163 202 186 183 183 155 199 176 + 188 177 165 198 170 186 188 193 190 207 + 234 205 212 216 213 266 257 269 300 330 + 339 357 382 326 325 282 284 305 353 293 + 354 327 397 378 367 341 307 311 274 313 + 351 347 326 307 293 260 283 272 272 302 + 307 313 332 337 327 331 343 329 371 392 + 418 493 471 481 485 486 422 425 387 379 + 330 338 327 321 327 386 375 412 398 371 + 398 377 382 419 397 373 325 333 311 301 + 293 291 268 279 289 278 266 268 284 258 + 251 258 247 251 211 209 220 218 191 186 + 214 213 216 227 196 202 213 186 198 224 + 177 197 160 191 209 217 216 215 200 207 + 202 234 218 252 249 281 270 287 318 319 + 370 397 434 494 424 485 464 454 461 371 + 326 309 280 332 297 277 293 303 342 293 + 322 350 360 343 387 437 442 460 486 451 + 433 459 369 415 340 328 323 291 265 305 + 279 298 320 299 306 340 314 329 324 367 + 378 335 338 293 299 293 263 285 277 283 + 326 291 311 315 351 367 353 387 404 365 + 354 382 318 310 342 355 334 382 359 322 + 317 322 315 322 260 275 282 290 318 296 + 276 281 309 281 305 298 276 252 303 282 + 308 302 293 288 268 300 319 297 302 304 + 346 392 454 519 565 590 593 601 563 482 + 500 403 417 386 328 293 321 300 313 294 + 318 294 329 329 364 360 385 412 426 405 + 418 417 358 384 387 312 316 304 295 296 + 294 273 325 330 345 300 370 350 381 297 + 316 300 270 271 292 249 263 269 273 252 + 250 225 241 245 268 276 264 282 294 314 + 303 269 295 283 293 286 264 255 259 252 + 270 255 304 293 311 285 332 321 350 358 + 431 433 427 380 413 422 348 388 355 370 + 353 322 348 325 320 369 351 400 379 399 + 406 396 397 415 439 438 437 478 495 511 + 450 497 498 433 477 484 430 431 454 399 + 382 384 351 334 347 336 330 306 330 311 + 298 301 344 335 334 303 326 359 397 356 + 347 310 347 332 312 335 334 316 309 294 + 334 342 332 279 267 257 292 288 273 245 + 269 248 228 250 249 230 238 217 238 212 + 246 246 239 262 265 264 240 250 246 226 + 227 235 226 256 190 215 236 223 227 203 + 206 190 232 230 201 219 203 216 213 208 + 224 210 202 212 205 236 220 194 199 201 + 216 237 212 225 203 241 232 260 253 257 + 282 291 283 325 333 335 293 315 297 310 + 285 285 276 258 251 269 228 215 259 235 + 257 241 289 229 267 270 284 265 274 275 + 279 277 269 267 263 299 262 263 268 235 + 232 261 236 224 251 249 247 217 238 231 + 251 261 251 308 300 333 311 283 279 289 + 281 273 244 299 263 257 209 284 256 270 + 280 276 282 293 282 285 309 299 295 307 + 253 258 255 297 296 248 286 288 259 276 + 256 257 268 246 273 271 306 287 286 303 + 283 335 330 366 380 334 362 408 432 479 + 440 484 478 479 513 472 445 466 437 414 + 396 374 314 326 326 323 316 354 315 351 + 329 370 366 415 444 423 414 412 463 464 + 424 427 411 394 383 394 330 360 359 303 + 294 289 271 288 264 284 262 274 278 293 + 289 309 292 313 286 291 303 279 298 301 + 278 261 314 299 316 353 319 339 335 341 + 306 303 298 290 317 318 296 336 295 284 + 241 276 245 247 263 270 261 239 247 250 + 209 238 247 257 255 273 272 319 274 307 + 253 284 254 274 278 237 257 249 261 242 + 256 255 236 234 250 233 250 231 252 244 + 256 226 267 246 257 255 278 292 308 274 + 375 361 344 361 347 352 322 337 267 268 + 286 279 276 252 242 277 271 275 272 295 + 281 338 320 350 381 404 451 441 452 417 + 450 436 437 440 474 453 457 438 387 386 + 366 341 337 308 329 283 296 289 297 240 + 268 282 297 291 281 305 336 324 307 332 + 328 309 315 330 291 290 344 314 324 327 + 259 268 305 304 300 285 292 289 294 278 + 261 297 252 280 245 266 283 238 266 262 + 249 255 240 239 221 251 212 233 238 249 + 256 216 262 249 248 263 281 234 290 269 + 284 233 286 275 263 245 259 276 229 261 + 273 272 231 212 233 256 241 228 234 238 + 216 207 221 233 238 217 238 251 268 259 + 230 276 257 260 255 244 258 279 291 290 + 295 289 273 306 307 264 289 270 234 252 + 243 244 251 235 234 246 239 257 218 234 + 230 253 248 257 248 255 261 275 288 301 + 283 308 268 300 305 254 251 256 280 290 + 267 278 302 264 263 289 231 271 289 268 + 310 278 280 262 234 278 288 265 302 278 + 273 279 303 318 317 312 303 312 311 308 + 304 284 281 287 262 273 284 261 241 238 + 276 276 274 262 279 274 238 278 273 274 + 260 245 293 307 304 266 287 292 295 295 + 305 300 281 287 299 268 292 267 236 248 + 272 274 237 251 245 285 252 272 258 269 + 268 299 240 263 260 315 315 295 279 295 + 333 322 338 383 339 311 323 295 275 295 + 289 294 287 275 249 232 269 258 268 290 + 253 266 234 233 223 231 252 275 267 251 + 284 281 254 265 309 269 296 290 301 297 + 300 345 298 347 345 374 366 387 392 438 + 465 470 443 511 473 474 455 473 452 460 + 440 386 385 402 418 382 348 344 360 366 + 351 322 327 318 352 341 308 357 325 367 + 383 381 376 381 434 410 412 411 393 427 + 429 441 407 412 456 389 386 382 368 352 + 367 366 364 366 352 312 345 336 284 310 + 289 318 287 303 306 320 330 334 345 367 + 407 379 410 396 429 425 449 416 394 390 + 394 404 356 350 378 369 362 311 297 307 + 293 291 338 300 290 317 312 270 313 278 + 321 327 332 337 328 301 322 334 330 315 + 311 302 338 321 317 331 335 345 317 306 + 309 336 309 299 319 310 287 281 268 260 + 279 279 289 265 261 264 260 271 265 270 + 280 304 283 289 294 325 269 282 293 275 + 283 281 283 277 284 275 277 278 273 284 + 267 270 287 316 261 283 294 275 324 306 + 302 276 392 339 309 315 322 359 308 335 + 315 318 319 328 315 303 296 300 304 283 + 292 266 279 295 258 289 272 251 305 263 + 261 299 291 276 294 259 254 297 287 257 + 284 255 260 259 300 264 300 287 298 283 + 279 271 291 304 299 272 316 298 322 306 + 268 257 279 262 269 291 258 269 295 293 + 268 264 272 272 288 270 267 277 310 292 + 276 290 319 322 316 343 345 379 383 389 + 437 371 405 427 442 424 438 396 384 381 + 329 322 319 274 318 304 316 324 275 319 + 259 272 262 270 263 266 242 265 251 276 + 277 260 256 240 278 252 286 295 268 301 + 296 268 299 298 305 293 327 343 362 367 + 358 324 322 330 356 353 351 324 359 339 + 289 330 295 293 293 300 296 319 302 276 + 293 271 283 256 258 269 272 213 257 274 + 242 245 252 212 261 281 259 253 280 255 + 229 241 242 248 259 257 256 253 281 292 + 254 273 278 277 264 219 271 279 246 268 + 282 272 270 221 262 286 267 254 267 259 + 267 276 269 251 256 228 248 243 254 254 + 245 242 250 264 274 255 281 229 263 250 + 241 259 268 285 241 255 268 257 263 266 + 298 281 271 261 280 296 283 341 280 304 + 282 258 262 279 285 319 293 322 316 348 + 341 339 321 373 376 366 402 391 405 407 + 422 395 434 419 426 385 390 375 357 343 + 359 344 285 324 317 345 303 315 288 301 + 281 327 316 260 299 302 249 293 271 296 + 258 283 268 271 305 268 234 286 278 274 + 274 253 238 291 274 300 282 303 285 323 + 340 283 355 288 335 350 313 303 338 326 + 359 372 325 325 352 345 348 330 336 310 + 343 321 329 325 329 330 311 316 327 320 + 306 348 345 330 325 371 381 421 388 403 + 413 417 391 385 376 382 420 374 352 328 + 368 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.pcr new file mode 100644 index 000000000..63b70dbc6 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.pcr @@ -0,0 +1,63 @@ +COMM PbSO4 neutron from XrayDif single wavelength +! Current global Chi2 (Bragg contrib.) = 11.30 +! Files => DAT-file: pbsox_neut_single.dat, PCR-file: pbsox_neut_single +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 1 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 0 1 1 0 4 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.540560 1.540560 0.00000 50.000 6.000 0.0000 0.0000 160.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 10.00 + 154.00 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.04816 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) + 154.318 100.004 -92.329 -95.599 126.679 -31.804 + 0.00 0.00 0.00 0.00 0.00 0.00 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 9.4433 +!------------------------------------------------------------------------------- +PbSO4 +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 5 0 0 0.0 0.0 1.0 0 0 0 0 0 1213.030 0 7 0 +! +! +P n m a <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 0 #conn S O 0 2 + 0.00 0.00 0.00 0.00 0.00 +S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 0.4693346E-03 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.048457 -0.083053 0.035188 0.000000 0.049268 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 8.479832 5.397758 6.959325 90.000000 90.000000 90.000000 # box -0.25 1.25 -0.15 1.15 -0.15 1.15 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 10.000 154.000 1 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.prf b/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.prf new file mode 100644 index 000000000..e301552f0 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.prf @@ -0,0 +1,6430 @@ +IGOR +WAVES TwoTheta, Iobs, Icalc, Diff +BEGIN + 10.000 179.00 126.48 52.52 + 10.025 147.00 126.35 20.65 + 10.050 165.00 126.22 38.78 + 10.075 172.00 126.09 45.91 + 10.100 150.00 125.96 24.04 + 10.125 165.00 125.83 39.17 + 10.150 150.00 125.71 24.29 + 10.175 158.00 125.58 32.42 + 10.200 134.00 125.45 8.55 + 10.225 146.00 125.32 20.68 + 10.250 167.00 125.20 41.80 + 10.275 159.00 125.07 33.93 + 10.300 139.00 124.95 14.05 + 10.325 145.00 124.82 20.18 + 10.350 165.00 124.70 40.30 + 10.375 150.00 124.57 25.43 + 10.400 149.00 124.45 24.55 + 10.425 156.00 124.32 31.68 + 10.450 143.00 124.20 18.80 + 10.475 166.00 124.08 41.92 + 10.500 154.00 123.95 30.05 + 10.525 131.00 123.83 7.17 + 10.550 144.00 123.71 20.29 + 10.575 131.00 123.59 7.41 + 10.600 140.00 123.47 16.53 + 10.625 147.00 123.35 23.65 + 10.650 155.00 123.23 31.77 + 10.675 148.00 123.11 24.89 + 10.700 140.00 122.99 17.01 + 10.725 138.00 122.87 15.13 + 10.750 127.00 122.75 4.25 + 10.775 146.00 122.63 23.37 + 10.800 147.00 122.51 24.49 + 10.825 114.00 122.39 -8.39 + 10.850 129.00 122.28 6.72 + 10.875 129.00 122.16 6.84 + 10.900 128.00 122.04 5.96 + 10.925 136.00 121.93 14.07 + 10.950 148.00 121.81 26.19 + 10.975 132.00 121.70 10.30 + 11.000 141.00 121.58 19.42 + 11.025 135.00 121.47 13.53 + 11.050 141.00 121.35 19.65 + 11.075 145.00 121.24 23.76 + 11.100 131.00 121.12 9.88 + 11.125 142.00 121.01 20.99 + 11.150 148.00 120.90 27.10 + 11.175 151.00 120.79 30.21 + 11.200 127.00 120.67 6.33 + 11.225 133.00 120.56 12.44 + 11.250 131.00 120.45 10.55 + 11.275 125.00 120.34 4.66 + 11.300 129.00 120.23 8.77 + 11.325 128.00 120.12 7.88 + 11.350 134.00 120.01 13.99 + 11.375 142.00 119.90 22.10 + 11.400 115.00 119.79 -4.79 + 11.425 138.00 119.68 18.32 + 11.450 125.00 119.57 5.43 + 11.475 120.00 119.47 0.53 + 11.500 130.00 119.36 10.64 + 11.525 118.00 119.25 -1.25 + 11.550 118.00 119.14 -1.14 + 11.575 116.00 119.04 -3.04 + 11.600 119.00 118.93 0.07 + 11.625 101.00 118.82 -17.82 + 11.650 117.00 118.72 -1.72 + 11.675 142.00 118.61 23.39 + 11.700 112.00 118.51 -6.51 + 11.725 114.00 118.40 -4.40 + 11.750 111.00 118.30 -7.30 + 11.775 122.00 118.20 3.80 + 11.800 131.00 118.09 12.91 + 11.825 107.00 117.99 -10.99 + 11.850 121.00 117.89 3.11 + 11.875 123.00 117.78 5.22 + 11.900 120.00 117.68 2.32 + 11.925 126.00 117.58 8.42 + 11.950 125.00 117.48 7.52 + 11.975 120.00 117.38 2.62 + 12.000 103.00 117.28 -14.28 + 12.025 121.00 117.18 3.82 + 12.050 109.00 117.08 -8.08 + 12.075 115.00 116.98 -1.98 + 12.100 122.00 116.88 5.12 + 12.125 123.00 116.78 6.22 + 12.150 107.00 116.68 -9.68 + 12.175 126.00 116.58 9.42 + 12.200 133.00 116.49 16.51 + 12.225 120.00 116.39 3.61 + 12.250 100.00 116.29 -16.29 + 12.275 130.00 116.20 13.80 + 12.300 130.00 116.10 13.90 + 12.325 109.00 116.00 -7.00 + 12.350 116.00 115.91 0.09 + 12.375 121.00 115.81 5.19 + 12.400 99.00 115.72 -16.72 + 12.425 107.00 115.62 -8.62 + 12.450 110.00 115.53 -5.53 + 12.475 136.00 115.43 20.57 + 12.500 113.00 115.34 -2.34 + 12.525 102.00 115.25 -13.25 + 12.550 117.00 115.15 1.85 + 12.575 111.00 115.06 -4.06 + 12.600 105.00 114.97 -9.97 + 12.625 92.00 114.88 -22.88 + 12.650 110.00 114.79 -4.79 + 12.675 116.00 114.69 1.31 + 12.700 124.00 114.60 9.40 + 12.725 111.00 114.51 -3.51 + 12.750 91.00 114.42 -23.42 + 12.775 106.00 114.33 -8.33 + 12.800 122.00 114.24 7.76 + 12.825 121.00 114.15 6.85 + 12.850 119.00 114.06 4.94 + 12.875 114.00 113.98 0.02 + 12.900 129.00 113.89 15.11 + 12.925 95.00 113.80 -18.80 + 12.950 117.00 113.71 3.29 + 12.975 102.00 113.63 -11.63 + 13.000 102.00 113.54 -11.54 + 13.025 117.00 113.45 3.55 + 13.050 99.00 113.37 -14.37 + 13.075 124.00 113.28 10.72 + 13.100 107.00 113.19 -6.19 + 13.125 108.00 113.11 -5.11 + 13.150 99.00 113.02 -14.02 + 13.175 113.00 112.94 0.06 + 13.200 104.00 112.86 -8.86 + 13.225 92.00 112.77 -20.77 + 13.250 98.00 112.69 -14.69 + 13.275 107.00 112.60 -5.60 + 13.300 88.00 112.52 -24.52 + 13.325 96.00 112.44 -16.44 + 13.350 104.00 112.36 -8.36 + 13.375 81.00 112.28 -31.28 + 13.400 111.00 112.19 -1.19 + 13.425 78.00 112.11 -34.11 + 13.450 104.00 112.03 -8.03 + 13.475 119.00 111.95 7.05 + 13.500 106.00 111.87 -5.87 + 13.525 105.00 111.79 -6.79 + 13.550 96.00 111.71 -15.71 + 13.575 81.00 111.63 -30.63 + 13.600 95.00 111.55 -16.55 + 13.625 96.00 111.47 -15.47 + 13.650 103.00 111.40 -8.40 + 13.675 91.00 111.32 -20.32 + 13.700 112.00 111.24 0.76 + 13.725 107.00 111.16 -4.16 + 13.750 87.00 111.08 -24.08 + 13.775 112.00 111.01 0.99 + 13.800 92.00 110.93 -18.93 + 13.825 79.00 110.86 -31.86 + 13.850 92.00 110.78 -18.78 + 13.875 103.00 110.70 -7.70 + 13.900 97.00 110.63 -13.63 + 13.925 102.00 110.55 -8.55 + 13.950 86.00 110.48 -24.48 + 13.975 97.00 110.41 -13.41 + 14.000 103.00 110.33 -7.33 + 14.025 93.00 110.26 -17.26 + 14.050 111.00 110.18 0.82 + 14.075 95.00 110.11 -15.11 + 14.100 96.00 110.04 -14.04 + 14.125 93.00 109.97 -16.97 + 14.150 85.00 109.89 -24.89 + 14.175 104.00 109.82 -5.82 + 14.200 98.00 109.75 -11.75 + 14.225 108.00 109.68 -1.68 + 14.250 76.00 109.61 -33.61 + 14.275 92.00 109.54 -17.54 + 14.300 95.00 109.47 -14.47 + 14.325 89.00 109.40 -20.40 + 14.350 105.00 109.33 -4.33 + 14.375 95.00 109.26 -14.26 + 14.400 92.00 109.19 -17.19 + 14.425 105.00 109.12 -4.12 + 14.450 89.00 109.05 -20.05 + 14.475 99.00 108.99 -9.99 + 14.500 101.00 108.92 -7.92 + 14.525 97.00 108.85 -11.85 + 14.550 93.00 108.78 -15.78 + 14.575 99.00 108.72 -9.72 + 14.600 100.00 108.65 -8.65 + 14.625 83.00 108.58 -25.58 + 14.650 93.00 108.52 -15.52 + 14.675 96.00 108.45 -12.45 + 14.700 69.00 108.39 -39.39 + 14.725 101.00 108.32 -7.32 + 14.750 97.00 108.26 -11.26 + 14.775 85.00 108.19 -23.19 + 14.800 95.00 108.13 -13.13 + 14.825 85.00 108.06 -23.06 + 14.850 111.00 108.00 3.00 + 14.875 85.00 107.94 -22.94 + 14.900 86.00 107.87 -21.87 + 14.925 100.00 107.81 -7.81 + 14.950 88.00 107.75 -19.75 + 14.975 98.00 107.69 -9.69 + 15.000 92.00 107.63 -15.63 + 15.025 93.00 107.56 -14.56 + 15.050 94.00 107.50 -13.50 + 15.075 93.00 107.44 -14.44 + 15.100 81.00 107.38 -26.38 + 15.125 98.00 107.32 -9.32 + 15.150 78.00 107.26 -29.26 + 15.175 79.00 107.20 -28.20 + 15.200 93.00 107.14 -14.14 + 15.225 81.00 107.08 -26.08 + 15.250 88.00 107.02 -19.02 + 15.275 73.00 106.97 -33.97 + 15.300 85.00 106.91 -21.91 + 15.325 106.00 106.85 -0.85 + 15.350 88.00 106.79 -18.79 + 15.375 94.00 106.73 -12.73 + 15.400 96.00 106.68 -10.68 + 15.425 91.00 106.62 -15.62 + 15.450 101.00 106.56 -5.56 + 15.475 89.00 106.51 -17.51 + 15.500 87.00 106.45 -19.45 + 15.525 95.00 106.40 -11.40 + 15.550 87.00 106.34 -19.34 + 15.575 97.00 106.29 -9.29 + 15.600 81.00 106.23 -25.23 + 15.625 87.00 106.18 -19.18 + 15.650 93.00 106.12 -13.12 + 15.675 90.00 106.07 -16.07 + 15.700 73.00 106.01 -33.01 + 15.725 98.00 105.96 -7.96 + 15.750 86.00 105.91 -19.91 + 15.775 80.00 105.85 -25.85 + 15.800 82.00 105.80 -23.80 + 15.825 97.00 105.75 -8.75 + 15.850 80.00 105.70 -25.70 + 15.875 81.00 105.65 -24.65 + 15.900 80.00 105.60 -25.60 + 15.925 81.00 105.54 -24.54 + 15.950 73.00 105.49 -32.49 + 15.975 106.00 105.44 0.56 + 16.000 92.00 105.39 -13.39 + 16.025 101.00 105.34 -4.34 + 16.050 98.00 105.29 -7.29 + 16.075 104.00 105.24 -1.24 + 16.100 106.00 105.19 0.81 + 16.125 98.00 105.15 -7.15 + 16.150 114.00 105.10 8.90 + 16.175 97.00 105.05 -8.05 + 16.200 129.00 105.00 24.00 + 16.225 112.00 104.96 7.04 + 16.250 141.00 104.91 36.09 + 16.275 167.00 104.87 62.13 + 16.300 157.00 104.84 52.16 + 16.325 200.00 104.80 95.20 + 16.350 215.00 104.77 110.23 + 16.375 321.00 104.74 216.26 + 16.400 397.00 104.70 292.30 + 16.425 434.00 104.65 329.35 + 16.450 445.00 104.60 340.40 + 16.475 313.00 104.54 208.46 + 16.500 197.00 104.49 92.51 + 16.525 155.00 104.43 50.57 + 16.550 110.00 104.37 5.63 + 16.575 118.00 104.32 13.68 + 16.600 86.00 104.27 -18.27 + 16.625 110.00 104.23 5.77 + 16.650 95.00 104.18 -9.18 + 16.675 93.00 104.14 -11.14 + 16.700 98.00 104.10 -6.10 + 16.725 80.00 104.05 -24.05 + 16.750 85.00 104.01 -19.01 + 16.775 106.00 103.97 2.03 + 16.800 86.00 103.93 -17.93 + 16.825 103.00 103.88 -0.88 + 16.850 92.00 103.84 -11.84 + 16.875 88.00 103.80 -15.80 + 16.900 94.00 103.76 -9.76 + 16.925 79.00 103.72 -24.72 + 16.950 92.00 103.68 -11.68 + 16.975 106.00 103.64 2.36 + 17.000 82.00 103.60 -21.60 + 17.025 104.00 103.56 0.44 + 17.050 94.00 103.52 -9.52 + 17.075 88.00 103.48 -15.48 + 17.100 97.00 103.45 -6.45 + 17.125 93.00 103.41 -10.41 + 17.150 90.00 103.37 -13.37 + 17.175 120.00 103.33 16.67 + 17.200 93.00 103.29 -10.29 + 17.225 106.00 103.26 2.74 + 17.250 89.00 103.22 -14.22 + 17.275 92.00 103.18 -11.18 + 17.300 100.00 103.15 -3.15 + 17.325 91.00 103.11 -12.11 + 17.350 99.00 103.07 -4.07 + 17.375 81.00 103.04 -22.04 + 17.400 89.00 103.00 -14.00 + 17.425 79.00 102.97 -23.97 + 17.450 91.00 102.93 -11.93 + 17.475 84.00 102.90 -18.90 + 17.500 92.00 102.86 -10.86 + 17.525 107.00 102.83 4.17 + 17.550 99.00 102.80 -3.80 + 17.575 92.00 102.76 -10.76 + 17.600 87.00 102.73 -15.73 + 17.625 88.00 102.69 -14.69 + 17.650 67.00 102.66 -35.66 + 17.675 81.00 102.63 -21.63 + 17.700 86.00 102.60 -16.60 + 17.725 85.00 102.56 -17.56 + 17.750 103.00 102.53 0.47 + 17.775 85.00 102.50 -17.50 + 17.800 77.00 102.47 -25.47 + 17.825 105.00 102.44 2.56 + 17.850 93.00 102.41 -9.41 + 17.875 96.00 102.38 -6.38 + 17.900 93.00 102.35 -9.35 + 17.925 85.00 102.32 -17.32 + 17.950 75.00 102.29 -27.29 + 17.975 105.00 102.26 2.74 + 18.000 85.00 102.23 -17.23 + 18.025 89.00 102.20 -13.20 + 18.050 86.00 102.17 -16.17 + 18.075 76.00 102.14 -26.14 + 18.100 86.00 102.11 -16.11 + 18.125 71.00 102.08 -31.08 + 18.150 101.00 102.05 -1.05 + 18.175 100.00 102.03 -2.03 + 18.200 89.00 102.00 -13.00 + 18.225 74.00 101.97 -27.97 + 18.250 101.00 101.94 -0.94 + 18.275 103.00 101.92 1.08 + 18.300 95.00 101.89 -6.89 + 18.325 100.00 101.86 -1.86 + 18.350 87.00 101.84 -14.84 + 18.375 94.00 101.81 -7.81 + 18.400 84.00 101.79 -17.79 + 18.425 102.00 101.76 0.24 + 18.450 92.00 101.74 -9.74 + 18.475 80.00 101.71 -21.71 + 18.500 82.00 101.69 -19.69 + 18.525 105.00 101.66 3.34 + 18.550 84.00 101.64 -17.64 + 18.575 83.00 101.61 -18.61 + 18.600 93.00 101.59 -8.59 + 18.625 92.00 101.57 -9.57 + 18.650 105.00 101.54 3.46 + 18.675 94.00 101.52 -7.52 + 18.700 88.00 101.50 -13.50 + 18.725 97.00 101.47 -4.47 + 18.750 88.00 101.45 -13.45 + 18.775 110.00 101.43 8.57 + 18.800 110.00 101.41 8.59 + 18.825 84.00 101.39 -17.39 + 18.850 89.00 101.36 -12.36 + 18.875 98.00 101.34 -3.34 + 18.900 92.00 101.32 -9.32 + 18.925 86.00 101.30 -15.30 + 18.950 110.00 101.28 8.72 + 18.975 98.00 101.26 -3.26 + 19.000 93.00 101.24 -8.24 + 19.025 94.00 101.22 -7.22 + 19.050 104.00 101.20 2.80 + 19.075 96.00 101.18 -5.18 + 19.100 105.00 101.16 3.84 + 19.125 99.00 101.14 -2.14 + 19.150 117.00 101.12 15.88 + 19.175 111.00 101.11 9.89 + 19.200 100.00 101.09 -1.09 + 19.225 125.00 101.07 23.93 + 19.250 99.00 101.05 -2.05 + 19.275 107.00 101.03 5.97 + 19.300 107.00 101.02 5.98 + 19.325 98.00 101.00 -3.00 + 19.350 84.00 100.98 -16.98 + 19.375 112.00 100.97 11.03 + 19.400 99.00 100.95 -1.95 + 19.425 93.00 100.93 -7.93 + 19.450 108.00 100.92 7.08 + 19.475 100.00 100.90 -0.90 + 19.500 91.00 100.89 -9.89 + 19.525 98.00 100.87 -2.87 + 19.550 124.00 100.85 23.15 + 19.575 98.00 100.84 -2.84 + 19.600 121.00 100.82 20.18 + 19.625 114.00 100.81 13.19 + 19.650 93.00 100.80 -7.80 + 19.675 87.00 100.78 -13.78 + 19.700 95.00 100.77 -5.77 + 19.725 95.00 100.75 -5.75 + 19.750 121.00 100.74 20.26 + 19.775 102.00 100.73 1.27 + 19.800 127.00 100.71 26.29 + 19.825 119.00 100.70 18.30 + 19.850 118.00 100.69 17.31 + 19.875 107.00 100.68 6.32 + 19.900 100.00 100.66 -0.66 + 19.925 95.00 100.65 -5.65 + 19.950 116.00 100.64 15.36 + 19.975 136.00 100.63 35.37 + 20.000 92.00 100.62 -8.62 + 20.025 127.00 100.61 26.39 + 20.050 127.00 100.60 26.40 + 20.075 115.00 100.58 14.42 + 20.100 124.00 100.57 23.43 + 20.125 130.00 100.56 29.44 + 20.150 123.00 100.55 22.45 + 20.175 137.00 100.54 36.46 + 20.200 136.00 100.53 35.47 + 20.225 165.00 100.52 64.48 + 20.250 150.00 100.52 49.48 + 20.275 173.00 100.51 72.49 + 20.300 190.00 100.50 89.50 + 20.325 211.00 100.49 110.51 + 20.350 212.00 100.48 111.52 + 20.375 255.00 100.47 154.53 + 20.400 264.00 100.46 163.54 + 20.425 305.00 100.46 204.54 + 20.450 353.00 100.45 252.55 + 20.475 415.00 100.44 314.56 + 20.500 507.00 100.43 406.57 + 20.525 623.00 100.43 522.57 + 20.550 833.00 100.42 732.58 + 20.575 1076.00 100.41 975.59 + 20.600 1417.00 100.41 1316.59 + 20.625 1958.00 100.40 1857.60 + 20.650 2624.00 100.40 2523.60 + 20.675 3927.00 100.39 3826.61 + 20.700 5466.00 100.39 5365.62 + 20.725 7996.00 100.38 7895.62 + 20.750 11062.00 100.38 10961.62 + 20.775 12925.00 100.37 12824.63 + 20.800 12506.00 100.37 12405.63 + 20.825 10327.00 100.36 10226.64 + 20.850 8178.00 100.36 8077.64 + 20.875 6771.00 100.36 6670.64 + 20.900 5910.00 100.35 5809.65 + 20.925 4886.00 100.35 4785.65 + 20.950 3432.00 100.34 3331.66 + 20.975 2110.00 100.34 2009.66 + 21.000 1182.00 100.33 1081.67 + 21.025 802.00 100.33 701.67 + 21.050 623.00 100.33 522.67 + 21.075 527.00 100.32 426.68 + 21.100 435.00 100.32 334.68 + 21.125 393.00 100.32 292.68 + 21.150 356.00 100.32 255.68 + 21.175 333.00 100.31 232.69 + 21.200 295.00 100.31 194.69 + 21.225 316.00 100.31 215.69 + 21.250 280.00 100.31 179.69 + 21.275 248.00 100.31 147.69 + 21.300 264.00 100.31 163.69 + 21.325 216.00 100.31 115.69 + 21.350 202.00 100.31 101.69 + 21.375 211.00 100.31 110.69 + 21.400 187.00 100.31 86.69 + 21.425 168.00 100.31 67.69 + 21.450 208.00 100.31 107.69 + 21.475 160.00 100.31 59.69 + 21.500 171.00 100.31 70.69 + 21.525 149.00 100.31 48.69 + 21.550 166.00 100.31 65.69 + 21.575 138.00 100.31 37.69 + 21.600 168.00 100.31 67.69 + 21.625 129.00 100.31 28.69 + 21.650 147.00 100.32 46.68 + 21.675 134.00 100.32 33.68 + 21.700 125.00 100.32 24.68 + 21.725 137.00 100.32 36.68 + 21.750 112.00 100.32 11.68 + 21.775 128.00 100.33 27.67 + 21.800 134.00 100.33 33.67 + 21.825 121.00 100.33 20.67 + 21.850 138.00 100.34 37.66 + 21.875 103.00 100.34 2.66 + 21.900 124.00 100.34 23.66 + 21.925 115.00 100.35 14.65 + 21.950 119.00 100.35 18.65 + 21.975 109.00 100.36 8.64 + 22.000 119.00 100.36 18.64 + 22.025 116.00 100.36 15.64 + 22.050 127.00 100.37 26.63 + 22.075 133.00 100.37 32.63 + 22.100 121.00 100.38 20.62 + 22.125 109.00 100.38 8.62 + 22.150 114.00 100.39 13.61 + 22.175 113.00 100.40 12.60 + 22.200 120.00 100.40 19.60 + 22.225 118.00 100.41 17.59 + 22.250 102.00 100.41 1.59 + 22.275 110.00 100.42 9.58 + 22.300 118.00 100.43 17.57 + 22.325 123.00 100.43 22.57 + 22.350 116.00 100.44 15.56 + 22.375 112.00 100.45 11.55 + 22.400 107.00 100.45 6.55 + 22.425 121.00 100.46 20.54 + 22.450 104.00 100.47 3.53 + 22.475 124.00 100.48 23.52 + 22.500 105.00 100.48 4.52 + 22.525 128.00 100.49 27.51 + 22.550 115.00 100.50 14.50 + 22.575 128.00 100.51 27.49 + 22.600 99.00 100.52 -1.52 + 22.625 130.00 100.53 29.47 + 22.650 109.00 100.54 8.46 + 22.675 125.00 100.54 24.46 + 22.700 138.00 100.55 37.45 + 22.725 141.00 100.56 40.44 + 22.750 135.00 100.57 34.43 + 22.775 125.00 100.58 24.42 + 22.800 140.00 100.59 39.41 + 22.825 152.00 100.60 51.40 + 22.850 177.00 100.61 76.39 + 22.875 177.00 100.62 76.38 + 22.900 191.00 100.63 90.37 + 22.925 195.00 100.65 94.35 + 22.950 225.00 100.66 124.34 + 22.975 258.00 100.67 157.33 + 23.000 301.00 100.68 200.32 + 23.025 337.00 100.69 236.31 + 23.050 468.00 100.70 367.30 + 23.075 618.00 100.72 517.28 + 23.100 837.00 100.73 736.27 + 23.125 1082.00 100.75 981.25 + 23.150 1507.00 100.77 1406.23 + 23.175 2283.00 100.79 2182.21 + 23.200 3235.00 100.82 3134.18 + 23.225 4791.00 100.84 4690.16 + 23.250 6588.00 100.87 6487.13 + 23.275 8176.00 100.89 8075.11 + 23.300 8122.00 100.90 8021.10 + 23.325 6687.00 100.90 6586.10 + 23.350 5078.00 100.90 4977.10 + 23.375 3206.00 100.90 3105.10 + 23.400 1822.00 100.90 1721.10 + 23.425 1101.00 100.91 1000.09 + 23.450 712.00 100.92 611.08 + 23.475 566.00 100.93 465.07 + 23.500 470.00 100.94 369.06 + 23.525 381.00 100.96 280.04 + 23.550 302.00 100.97 201.03 + 23.575 277.00 100.99 176.01 + 23.600 259.00 101.00 158.00 + 23.625 259.00 101.02 157.98 + 23.650 212.00 101.03 110.97 + 23.675 198.00 101.05 96.95 + 23.700 189.00 101.06 87.94 + 23.725 153.00 101.08 51.92 + 23.750 182.00 101.09 80.91 + 23.775 178.00 101.11 76.89 + 23.800 175.00 101.13 73.87 + 23.825 164.00 101.14 62.86 + 23.850 139.00 101.16 37.84 + 23.875 176.00 101.18 74.82 + 23.900 159.00 101.19 57.81 + 23.925 147.00 101.21 45.79 + 23.950 172.00 101.23 70.77 + 23.975 167.00 101.25 65.75 + 24.000 159.00 101.26 57.74 + 24.025 180.00 101.28 78.72 + 24.050 168.00 101.30 66.70 + 24.075 162.00 101.32 60.68 + 24.100 166.00 101.34 64.66 + 24.125 147.00 101.36 45.64 + 24.150 149.00 101.38 47.62 + 24.175 161.00 101.39 59.61 + 24.200 173.00 101.41 71.59 + 24.225 145.00 101.43 43.57 + 24.250 210.00 101.45 108.55 + 24.275 201.00 101.47 99.53 + 24.300 257.00 101.49 155.51 + 24.325 262.00 101.52 160.48 + 24.350 342.00 101.54 240.46 + 24.375 451.00 101.57 349.43 + 24.400 598.00 101.60 496.40 + 24.425 796.00 101.65 694.35 + 24.450 1089.00 101.69 987.31 + 24.475 1648.00 101.74 1546.26 + 24.500 2386.00 101.78 2284.22 + 24.525 3203.00 101.80 3101.20 + 24.550 3155.00 101.81 3053.19 + 24.575 2711.00 101.81 2609.19 + 24.600 1970.00 101.80 1868.20 + 24.625 1292.00 101.80 1190.20 + 24.650 729.00 101.81 627.19 + 24.675 450.00 101.82 348.18 + 24.700 289.00 101.83 187.17 + 24.725 285.00 101.85 183.15 + 24.750 218.00 101.87 116.13 + 24.775 211.00 101.89 109.11 + 24.800 202.00 101.91 100.09 + 24.825 168.00 101.94 66.06 + 24.850 165.00 101.96 63.04 + 24.875 177.00 101.98 75.02 + 24.900 176.00 102.00 74.00 + 24.925 197.00 102.03 94.97 + 24.950 164.00 102.05 61.95 + 24.975 141.00 102.07 38.93 + 25.000 160.00 102.10 57.90 + 25.025 160.00 102.12 57.88 + 25.050 157.00 102.15 54.85 + 25.075 145.00 102.17 42.83 + 25.100 165.00 102.20 62.80 + 25.125 158.00 102.22 55.78 + 25.150 158.00 102.24 55.76 + 25.175 197.00 102.27 94.73 + 25.200 179.00 102.30 76.70 + 25.225 203.00 102.32 100.68 + 25.250 194.00 102.35 91.65 + 25.275 216.00 102.37 113.63 + 25.300 282.00 102.40 179.60 + 25.325 282.00 102.43 179.57 + 25.350 364.00 102.47 261.53 + 25.375 456.00 102.51 353.49 + 25.400 632.00 102.57 529.43 + 25.425 854.00 102.64 751.36 + 25.450 1213.00 102.74 1110.26 + 25.475 1815.00 102.84 1712.16 + 25.500 2863.00 102.93 2760.07 + 25.525 4063.00 102.99 3960.01 + 25.550 4649.00 103.00 4546.00 + 25.575 4165.00 102.97 4062.03 + 25.600 3168.00 102.93 3065.07 + 25.625 2329.00 102.88 2226.12 + 25.650 1423.00 102.85 1320.15 + 25.675 738.00 102.84 635.16 + 25.700 438.00 102.85 335.15 + 25.725 367.00 102.86 264.14 + 25.750 295.00 102.88 192.12 + 25.775 246.00 102.91 143.09 + 25.800 246.00 102.93 143.07 + 25.825 191.00 102.96 88.04 + 25.850 179.00 102.99 76.01 + 25.875 178.00 103.02 74.98 + 25.900 170.00 103.04 66.96 + 25.925 182.00 103.07 78.93 + 25.950 158.00 103.10 54.90 + 25.975 182.00 103.13 78.87 + 26.000 179.00 103.16 75.84 + 26.025 184.00 103.19 80.81 + 26.050 181.00 103.22 77.78 + 26.075 169.00 103.25 65.75 + 26.100 171.00 103.28 67.72 + 26.125 191.00 103.31 87.69 + 26.150 175.00 103.34 71.66 + 26.175 216.00 103.37 112.63 + 26.200 195.00 103.40 91.60 + 26.225 224.00 103.43 120.57 + 26.250 209.00 103.46 105.54 + 26.275 251.00 103.49 147.51 + 26.300 257.00 103.52 153.48 + 26.325 298.00 103.56 194.44 + 26.350 297.00 103.59 193.41 + 26.375 378.00 103.62 274.38 + 26.400 406.00 103.66 302.34 + 26.425 499.00 103.70 395.30 + 26.450 590.00 103.74 486.26 + 26.475 746.00 103.79 642.21 + 26.500 983.00 103.86 879.14 + 26.525 1402.00 103.96 1298.04 + 26.550 2108.00 104.11 2003.89 + 26.575 3097.00 104.31 2992.69 + 26.600 4641.00 104.55 4536.45 + 26.625 7229.00 104.80 7124.20 + 26.650 10690.00 104.99 10585.01 + 26.675 13494.00 105.04 13388.96 + 26.700 13106.00 104.95 13001.05 + 26.725 10401.00 104.78 10296.22 + 26.750 7908.00 104.59 7803.41 + 26.775 5365.00 104.44 5260.56 + 26.800 2857.00 104.35 2752.65 + 26.825 1575.00 104.30 1470.70 + 26.850 947.00 104.28 842.72 + 26.875 697.00 104.29 592.71 + 26.900 595.00 104.31 490.69 + 26.925 529.00 104.34 424.66 + 26.950 450.00 104.37 345.63 + 26.975 423.00 104.40 318.60 + 27.000 344.00 104.43 239.57 + 27.025 319.00 104.46 214.54 + 27.050 309.00 104.49 204.51 + 27.075 252.00 104.53 147.47 + 27.100 257.00 104.56 152.44 + 27.125 252.00 104.59 147.41 + 27.150 266.00 104.63 161.37 + 27.175 275.00 104.66 170.34 + 27.200 257.00 104.70 152.30 + 27.225 285.00 104.73 180.27 + 27.250 285.00 104.76 180.24 + 27.275 270.00 104.80 165.20 + 27.300 280.00 104.83 175.17 + 27.325 347.00 104.87 242.13 + 27.350 282.00 104.91 177.09 + 27.375 362.00 104.94 257.06 + 27.400 426.00 104.98 321.02 + 27.425 461.00 105.02 355.98 + 27.450 637.00 105.05 531.95 + 27.475 693.00 105.10 587.90 + 27.500 1051.00 105.14 945.86 + 27.525 1425.00 105.20 1319.80 + 27.550 2158.00 105.26 2052.74 + 27.575 3198.00 105.34 3092.66 + 27.600 5190.00 105.41 5084.59 + 27.625 8004.00 105.47 7898.53 + 27.650 10350.00 105.51 10244.49 + 27.675 9724.00 105.52 9618.48 + 27.700 7797.00 105.52 7691.48 + 27.725 6126.00 105.53 6020.47 + 27.750 4329.00 105.53 4223.47 + 27.775 2276.00 105.55 2170.45 + 27.800 1177.00 105.57 1071.43 + 27.825 756.00 105.60 650.40 + 27.850 591.00 105.64 485.36 + 27.875 486.00 105.67 380.33 + 27.900 352.00 105.71 246.29 + 27.925 340.00 105.75 234.25 + 27.950 314.00 105.78 208.22 + 27.975 270.00 105.82 164.18 + 28.000 256.00 105.86 150.14 + 28.025 253.00 105.90 147.10 + 28.050 245.00 105.94 139.06 + 28.075 206.00 105.97 100.03 + 28.100 212.00 106.01 105.99 + 28.125 183.00 106.05 76.95 + 28.150 205.00 106.09 98.91 + 28.175 185.00 106.13 78.87 + 28.200 164.00 106.17 57.83 + 28.225 197.00 106.21 90.79 + 28.250 167.00 106.25 60.75 + 28.275 175.00 106.29 68.71 + 28.300 159.00 106.33 52.67 + 28.325 152.00 106.36 45.64 + 28.350 162.00 106.40 55.60 + 28.375 168.00 106.44 61.56 + 28.400 151.00 106.48 44.52 + 28.425 153.00 106.52 46.48 + 28.450 128.00 106.56 21.44 + 28.475 167.00 106.60 60.40 + 28.500 147.00 106.64 40.36 + 28.525 140.00 106.68 33.32 + 28.550 139.00 106.73 32.27 + 28.575 153.00 106.77 46.23 + 28.600 153.00 106.81 46.19 + 28.625 154.00 106.85 47.15 + 28.650 145.00 106.89 38.11 + 28.675 147.00 106.93 40.07 + 28.700 134.00 106.97 27.03 + 28.725 160.00 107.01 52.99 + 28.750 137.00 107.06 29.94 + 28.775 134.00 107.10 26.90 + 28.800 131.00 107.14 23.86 + 28.825 157.00 107.18 49.82 + 28.850 137.00 107.22 29.78 + 28.875 145.00 107.27 37.73 + 28.900 151.00 107.31 43.69 + 28.925 164.00 107.35 56.65 + 28.950 171.00 107.39 63.61 + 28.975 172.00 107.44 64.56 + 29.000 165.00 107.48 57.52 + 29.025 168.00 107.52 60.48 + 29.050 162.00 107.56 54.44 + 29.075 193.00 107.61 85.39 + 29.100 169.00 107.65 61.35 + 29.125 199.00 107.70 91.30 + 29.150 186.00 107.74 78.26 + 29.175 208.00 107.78 100.22 + 29.200 196.00 107.83 88.17 + 29.225 182.00 107.87 74.13 + 29.250 246.00 107.92 138.08 + 29.275 245.00 107.97 137.03 + 29.300 284.00 108.01 175.99 + 29.325 340.00 108.06 231.94 + 29.350 364.00 108.11 255.89 + 29.375 382.00 108.16 273.84 + 29.400 519.00 108.22 410.78 + 29.425 665.00 108.28 556.72 + 29.450 837.00 108.36 728.64 + 29.475 1080.00 108.46 971.54 + 29.500 1566.00 108.63 1457.37 + 29.525 2321.00 108.88 2212.12 + 29.550 3438.00 109.22 3328.78 + 29.575 5181.00 109.64 5071.36 + 29.600 8141.00 110.06 8030.94 + 29.625 12608.00 110.36 12497.64 + 29.650 15702.00 110.40 15591.60 + 29.675 14432.00 110.18 14321.82 + 29.700 12071.00 109.85 11961.15 + 29.725 9687.00 109.52 9577.48 + 29.750 7137.00 109.27 7027.73 + 29.775 4123.00 109.11 4013.89 + 29.800 2094.00 109.04 1984.96 + 29.825 1334.00 109.02 1224.98 + 29.850 1013.00 109.03 903.97 + 29.875 780.00 109.06 670.94 + 29.900 668.00 109.10 558.90 + 29.925 467.00 109.13 357.87 + 29.950 438.00 109.17 328.83 + 29.975 379.00 109.21 269.79 + 30.000 355.00 109.26 245.74 + 30.025 263.00 109.30 153.70 + 30.050 287.00 109.34 177.66 + 30.075 299.00 109.39 189.61 + 30.100 247.00 109.43 137.57 + 30.125 253.00 109.47 143.53 + 30.150 236.00 109.52 126.48 + 30.175 223.00 109.56 113.44 + 30.200 193.00 109.61 83.39 + 30.225 198.00 109.66 88.34 + 30.250 184.00 109.70 74.30 + 30.275 204.00 109.75 94.25 + 30.300 185.00 109.79 75.21 + 30.325 174.00 109.84 64.16 + 30.350 201.00 109.89 91.11 + 30.375 168.00 109.93 58.07 + 30.400 185.00 109.98 75.02 + 30.425 175.00 110.03 64.97 + 30.450 171.00 110.07 60.93 + 30.475 153.00 110.12 42.88 + 30.500 162.00 110.17 51.83 + 30.525 135.00 110.21 24.79 + 30.550 159.00 110.26 48.74 + 30.575 139.00 110.31 28.69 + 30.600 147.00 110.35 36.65 + 30.625 127.00 110.40 16.60 + 30.650 143.00 110.45 32.55 + 30.675 140.00 110.49 29.51 + 30.700 115.00 110.54 4.46 + 30.725 142.00 110.59 31.41 + 30.750 123.00 110.64 12.36 + 30.775 156.00 110.69 45.31 + 30.800 133.00 110.74 22.26 + 30.825 135.00 110.78 24.22 + 30.850 128.00 110.83 17.17 + 30.875 130.00 110.88 19.12 + 30.900 127.00 110.93 16.07 + 30.925 120.00 110.98 9.02 + 30.950 121.00 111.03 9.97 + 30.975 106.00 111.07 -5.07 + 31.000 134.00 111.12 22.88 + 31.025 114.00 111.17 2.83 + 31.050 107.00 111.22 -4.22 + 31.075 123.00 111.27 11.73 + 31.100 111.00 111.32 -0.32 + 31.125 92.00 111.37 -19.37 + 31.150 134.00 111.42 22.58 + 31.175 87.00 111.47 -24.47 + 31.200 130.00 111.52 18.48 + 31.225 97.00 111.57 -14.57 + 31.250 101.00 111.62 -10.62 + 31.275 113.00 111.66 1.34 + 31.300 119.00 111.71 7.29 + 31.325 122.00 111.76 10.24 + 31.350 114.00 111.81 2.19 + 31.375 117.00 111.86 5.14 + 31.400 84.00 111.92 -27.92 + 31.425 105.00 111.97 -6.97 + 31.450 111.00 112.02 -1.02 + 31.475 104.00 112.07 -8.07 + 31.500 119.00 112.12 6.88 + 31.525 119.00 112.17 6.83 + 31.550 101.00 112.22 -11.22 + 31.575 117.00 112.27 4.73 + 31.600 122.00 112.32 9.68 + 31.625 105.00 112.37 -7.37 + 31.650 128.00 112.42 15.58 + 31.675 116.00 112.48 3.52 + 31.700 126.00 112.53 13.47 + 31.725 115.00 112.58 2.42 + 31.750 121.00 112.63 8.37 + 31.775 116.00 112.68 3.32 + 31.800 144.00 112.73 31.27 + 31.825 141.00 112.79 28.21 + 31.850 128.00 112.84 15.16 + 31.875 148.00 112.89 35.11 + 31.900 165.00 112.95 52.05 + 31.925 172.00 113.00 59.00 + 31.950 182.00 113.05 68.95 + 31.975 174.00 113.11 60.89 + 32.000 193.00 113.17 79.83 + 32.025 230.00 113.22 116.78 + 32.050 247.00 113.28 133.72 + 32.075 312.00 113.35 198.65 + 32.100 325.00 113.42 211.58 + 32.125 423.00 113.50 309.50 + 32.150 589.00 113.62 475.38 + 32.175 755.00 113.80 641.20 + 32.200 1130.00 114.07 1015.93 + 32.225 1670.00 114.45 1555.55 + 32.250 2522.00 114.89 2407.11 + 32.275 3976.00 115.31 3860.69 + 32.300 5312.00 115.57 5196.43 + 32.325 5540.00 115.53 5424.47 + 32.350 4806.00 115.27 4690.73 + 32.375 3984.00 114.92 3869.08 + 32.400 3579.00 114.62 3464.38 + 32.425 2684.00 114.41 2569.59 + 32.450 1672.00 114.30 1557.70 + 32.475 977.00 114.26 862.74 + 32.500 645.00 114.27 530.73 + 32.525 451.00 114.30 336.70 + 32.550 390.00 114.34 275.66 + 32.575 317.00 114.38 202.62 + 32.600 305.00 114.43 190.57 + 32.625 278.00 114.48 163.52 + 32.650 234.00 114.52 119.48 + 32.675 264.00 114.58 149.42 + 32.700 246.00 114.63 131.37 + 32.725 263.00 114.68 148.32 + 32.750 239.00 114.73 124.27 + 32.775 271.00 114.78 156.22 + 32.800 260.00 114.84 145.16 + 32.825 299.00 114.89 184.11 + 32.850 300.00 114.95 185.05 + 32.875 332.00 115.00 217.00 + 32.900 411.00 115.06 295.94 + 32.925 497.00 115.13 381.87 + 32.950 630.00 115.20 514.80 + 32.975 918.00 115.29 802.71 + 33.000 1214.00 115.41 1098.59 + 33.025 1839.00 115.57 1723.43 + 33.050 2852.00 115.78 2736.22 + 33.075 4745.00 116.00 4629.00 + 33.100 6636.00 116.20 6519.80 + 33.125 7831.00 116.31 7714.69 + 33.150 7010.00 116.32 6893.68 + 33.175 5926.00 116.27 5809.73 + 33.200 5069.00 116.22 4952.78 + 33.225 4251.00 116.17 4134.83 + 33.250 2900.00 116.14 2783.86 + 33.275 1743.00 116.10 1626.90 + 33.300 1167.00 116.07 1050.93 + 33.325 841.00 116.06 724.94 + 33.350 646.00 116.08 529.92 + 33.375 517.00 116.10 400.90 + 33.400 412.00 116.14 295.86 + 33.425 354.00 116.19 237.81 + 33.450 301.00 116.24 184.76 + 33.475 282.00 116.29 165.71 + 33.500 234.00 116.34 117.66 + 33.525 204.00 116.39 87.61 + 33.550 235.00 116.45 118.55 + 33.575 226.00 116.50 109.50 + 33.600 207.00 116.55 90.45 + 33.625 200.00 116.61 83.39 + 33.650 180.00 116.66 63.34 + 33.675 180.00 116.72 63.28 + 33.700 179.00 116.77 62.23 + 33.725 172.00 116.83 55.17 + 33.750 180.00 116.88 63.12 + 33.775 157.00 116.94 40.06 + 33.800 154.00 116.99 37.01 + 33.825 173.00 117.05 55.95 + 33.850 198.00 117.10 80.90 + 33.875 147.00 117.16 29.84 + 33.900 168.00 117.21 50.79 + 33.925 157.00 117.27 39.73 + 33.950 199.00 117.32 81.68 + 33.975 209.00 117.38 91.62 + 34.000 242.00 117.43 124.57 + 34.025 257.00 117.49 139.51 + 34.050 328.00 117.55 210.45 + 34.075 467.00 117.61 349.39 + 34.100 631.00 117.67 513.33 + 34.125 994.00 117.73 876.27 + 34.150 1449.00 117.79 1331.21 + 34.175 1522.00 117.85 1404.15 + 34.200 1193.00 117.90 1075.10 + 34.225 977.00 117.95 859.05 + 34.250 947.00 118.00 829.00 + 34.275 796.00 118.05 677.95 + 34.300 548.00 118.11 429.89 + 34.325 358.00 118.16 239.84 + 34.350 251.00 118.22 132.78 + 34.375 190.00 118.27 71.73 + 34.400 164.00 118.33 45.67 + 34.425 159.00 118.38 40.62 + 34.450 137.00 118.44 18.56 + 34.475 134.00 118.50 15.50 + 34.500 136.00 118.55 17.45 + 34.525 126.00 118.61 7.39 + 34.550 122.00 118.67 3.33 + 34.575 128.00 118.72 9.28 + 34.600 108.00 118.78 -10.78 + 34.625 100.00 118.84 -18.84 + 34.650 120.00 118.89 1.11 + 34.675 106.00 118.95 -12.95 + 34.700 123.00 119.01 3.99 + 34.725 117.00 119.06 -2.06 + 34.750 113.00 119.12 -6.12 + 34.775 108.00 119.18 -11.18 + 34.800 121.00 119.23 1.77 + 34.825 104.00 119.29 -15.29 + 34.850 104.00 119.35 -15.35 + 34.875 100.00 119.41 -19.41 + 34.900 105.00 119.46 -14.46 + 34.925 107.00 119.52 -12.52 + 34.950 108.00 119.58 -11.58 + 34.975 103.00 119.63 -16.63 + 35.000 108.00 119.69 -11.69 + 35.025 123.00 119.75 3.25 + 35.050 92.00 119.81 -27.81 + 35.075 122.00 119.86 2.14 + 35.100 97.00 119.92 -22.92 + 35.125 101.00 119.98 -18.98 + 35.150 92.00 120.04 -28.04 + 35.175 114.00 120.09 -6.09 + 35.200 89.00 120.15 -31.15 + 35.225 81.00 120.21 -39.21 + 35.250 113.00 120.27 -7.27 + 35.275 76.00 120.32 -44.32 + 35.300 89.00 120.38 -31.38 + 35.325 99.00 120.44 -21.44 + 35.350 89.00 120.50 -31.50 + 35.375 98.00 120.56 -22.56 + 35.400 98.00 120.61 -22.61 + 35.425 104.00 120.67 -16.67 + 35.450 120.00 120.73 -0.73 + 35.475 100.00 120.79 -20.79 + 35.500 99.00 120.84 -21.84 + 35.525 89.00 120.90 -31.90 + 35.550 111.00 120.96 -9.96 + 35.575 98.00 121.02 -23.02 + 35.600 96.00 121.08 -25.08 + 35.625 95.00 121.14 -26.14 + 35.650 84.00 121.19 -37.19 + 35.675 115.00 121.25 -6.25 + 35.700 106.00 121.31 -15.31 + 35.725 100.00 121.37 -21.37 + 35.750 86.00 121.43 -35.43 + 35.775 110.00 121.48 -11.48 + 35.800 86.00 121.54 -35.54 + 35.825 98.00 121.60 -23.60 + 35.850 97.00 121.66 -24.66 + 35.875 109.00 121.72 -12.72 + 35.900 112.00 121.78 -9.78 + 35.925 105.00 121.83 -16.83 + 35.950 86.00 121.89 -35.89 + 35.975 102.00 121.95 -19.95 + 36.000 91.00 122.01 -31.01 + 36.025 98.00 122.07 -24.07 + 36.050 111.00 122.13 -11.13 + 36.075 89.00 122.19 -33.19 + 36.100 95.00 122.24 -27.24 + 36.125 95.00 122.30 -27.30 + 36.150 84.00 122.36 -38.36 + 36.175 114.00 122.42 -8.42 + 36.200 108.00 122.48 -14.48 + 36.225 96.00 122.54 -26.54 + 36.250 94.00 122.60 -28.60 + 36.275 94.00 122.66 -28.66 + 36.300 102.00 122.71 -20.71 + 36.325 91.00 122.77 -31.77 + 36.350 106.00 122.84 -16.84 + 36.375 103.00 122.90 -19.90 + 36.400 82.00 122.95 -40.95 + 36.425 121.00 123.01 -2.01 + 36.450 101.00 123.07 -22.07 + 36.475 109.00 123.13 -14.13 + 36.500 112.00 123.19 -11.19 + 36.525 104.00 123.25 -19.25 + 36.550 103.00 123.31 -20.31 + 36.575 105.00 123.37 -18.37 + 36.600 112.00 123.43 -11.43 + 36.625 119.00 123.49 -4.49 + 36.650 116.00 123.55 -7.55 + 36.675 119.00 123.61 -4.61 + 36.700 115.00 123.67 -8.67 + 36.725 106.00 123.73 -17.73 + 36.750 122.00 123.79 -1.79 + 36.775 116.00 123.85 -7.85 + 36.800 120.00 123.92 -3.92 + 36.825 130.00 123.98 6.02 + 36.850 107.00 124.04 -17.04 + 36.875 137.00 124.10 12.90 + 36.900 132.00 124.17 7.83 + 36.925 131.00 124.23 6.77 + 36.950 140.00 124.30 15.70 + 36.975 150.00 124.37 25.63 + 37.000 149.00 124.44 24.56 + 37.025 161.00 124.53 36.47 + 37.050 190.00 124.66 65.34 + 37.075 210.00 124.83 85.17 + 37.100 234.00 125.10 108.90 + 37.125 297.00 125.46 171.54 + 37.150 378.00 125.88 252.12 + 37.175 583.00 126.25 456.75 + 37.200 909.00 126.43 782.57 + 37.225 1431.00 126.35 1304.65 + 37.250 2164.00 126.12 2037.88 + 37.275 2620.00 125.86 2494.14 + 37.300 2390.00 125.65 2264.35 + 37.325 1970.00 125.50 1844.50 + 37.350 1772.00 125.43 1646.57 + 37.375 1685.00 125.40 1559.60 + 37.400 1327.00 125.42 1201.58 + 37.425 891.00 125.45 765.55 + 37.450 543.00 125.50 417.50 + 37.475 352.00 125.55 226.45 + 37.500 292.00 125.60 166.40 + 37.525 230.00 125.66 104.34 + 37.550 177.00 125.71 51.29 + 37.575 182.00 125.77 56.23 + 37.600 207.00 125.83 81.17 + 37.625 158.00 125.88 32.12 + 37.650 143.00 125.94 17.06 + 37.675 129.00 126.00 3.00 + 37.700 161.00 126.06 34.94 + 37.725 133.00 126.12 6.88 + 37.750 119.00 126.18 -7.18 + 37.775 120.00 126.24 -6.24 + 37.800 128.00 126.30 1.70 + 37.825 118.00 126.36 -8.36 + 37.850 121.00 126.42 -5.42 + 37.875 132.00 126.48 5.52 + 37.900 135.00 126.54 8.46 + 37.925 134.00 126.60 7.40 + 37.950 132.00 126.67 5.33 + 37.975 135.00 126.74 8.26 + 38.000 156.00 126.83 29.17 + 38.025 182.00 126.93 55.07 + 38.050 207.00 127.04 79.96 + 38.075 266.00 127.17 138.83 + 38.100 351.00 127.28 223.72 + 38.125 368.00 127.35 240.65 + 38.150 312.00 127.37 184.63 + 38.175 269.00 127.36 141.64 + 38.200 260.00 127.36 132.64 + 38.225 249.00 127.37 121.63 + 38.250 219.00 127.40 91.60 + 38.275 174.00 127.45 46.55 + 38.300 157.00 127.50 29.50 + 38.325 146.00 127.56 18.44 + 38.350 135.00 127.62 7.38 + 38.375 137.00 127.68 9.32 + 38.400 136.00 127.74 8.26 + 38.425 103.00 127.79 -24.79 + 38.450 107.00 127.85 -20.85 + 38.475 99.00 127.91 -28.91 + 38.500 133.00 127.97 5.03 + 38.525 129.00 128.03 0.97 + 38.550 147.00 128.09 18.91 + 38.575 130.00 128.15 1.85 + 38.600 115.00 128.21 -13.21 + 38.625 123.00 128.27 -5.27 + 38.650 109.00 128.33 -19.33 + 38.675 106.00 128.40 -22.40 + 38.700 115.00 128.46 -13.46 + 38.725 136.00 128.52 7.48 + 38.750 119.00 128.58 -9.58 + 38.775 126.00 128.64 -2.64 + 38.800 131.00 128.70 2.30 + 38.825 135.00 128.76 6.24 + 38.850 116.00 128.82 -12.82 + 38.875 112.00 128.88 -16.88 + 38.900 123.00 128.94 -5.94 + 38.925 116.00 129.00 -13.00 + 38.950 121.00 129.07 -8.07 + 38.975 136.00 129.13 6.87 + 39.000 147.00 129.19 17.81 + 39.025 130.00 129.25 0.75 + 39.050 156.00 129.31 26.69 + 39.075 138.00 129.37 8.63 + 39.100 133.00 129.43 3.57 + 39.125 144.00 129.49 14.51 + 39.150 163.00 129.56 33.44 + 39.175 171.00 129.62 41.38 + 39.200 198.00 129.68 68.32 + 39.225 191.00 129.75 61.25 + 39.250 196.00 129.81 66.19 + 39.275 226.00 129.88 96.12 + 39.300 243.00 129.95 113.05 + 39.325 294.00 130.03 163.97 + 39.350 352.00 130.12 221.88 + 39.375 472.00 130.24 341.76 + 39.400 630.00 130.42 499.58 + 39.425 984.00 130.68 853.32 + 39.450 1383.00 130.99 1252.01 + 39.475 2157.00 131.29 2025.71 + 39.500 2946.00 131.47 2814.53 + 39.525 2947.00 131.44 2815.56 + 39.550 2469.00 131.26 2337.74 + 39.575 1988.00 131.07 1856.93 + 39.600 2056.00 130.93 1925.07 + 39.625 1767.00 130.86 1636.14 + 39.650 1317.00 130.85 1186.15 + 39.675 793.00 130.88 662.12 + 39.700 524.00 130.92 393.08 + 39.725 362.00 130.98 231.02 + 39.750 282.00 131.03 150.97 + 39.775 264.00 131.09 132.91 + 39.800 227.00 131.15 95.85 + 39.825 186.00 131.20 54.80 + 39.850 194.00 131.26 62.74 + 39.875 168.00 131.32 36.68 + 39.900 177.00 131.39 45.61 + 39.925 199.00 131.45 67.55 + 39.950 174.00 131.51 42.49 + 39.975 169.00 131.57 37.43 + 40.000 183.00 131.64 51.36 + 40.025 194.00 131.71 62.29 + 40.050 204.00 131.78 72.22 + 40.075 189.00 131.87 57.13 + 40.100 213.00 131.99 81.01 + 40.125 296.00 132.16 163.84 + 40.150 350.00 132.39 217.61 + 40.175 476.00 132.67 343.33 + 40.200 746.00 132.94 613.06 + 40.225 894.00 133.09 760.91 + 40.250 816.00 133.05 682.95 + 40.275 615.00 132.90 482.10 + 40.300 549.00 132.74 416.26 + 40.325 596.00 132.63 463.37 + 40.350 524.00 132.59 391.41 + 40.375 395.00 132.59 262.41 + 40.400 306.00 132.63 173.37 + 40.425 223.00 132.67 90.33 + 40.450 164.00 132.73 31.27 + 40.475 206.00 132.78 73.22 + 40.500 198.00 132.84 65.16 + 40.525 162.00 132.90 29.10 + 40.550 173.00 132.96 40.04 + 40.575 163.00 133.02 29.98 + 40.600 144.00 133.08 10.92 + 40.625 169.00 133.14 35.86 + 40.650 160.00 133.20 26.80 + 40.675 156.00 133.26 22.74 + 40.700 143.00 133.32 9.68 + 40.725 187.00 133.39 53.61 + 40.750 146.00 133.45 12.55 + 40.775 146.00 133.52 12.48 + 40.800 157.00 133.58 23.42 + 40.825 177.00 133.65 43.35 + 40.850 173.00 133.72 39.28 + 40.875 171.00 133.81 37.19 + 40.900 197.00 133.90 63.10 + 40.925 214.00 134.04 79.96 + 40.950 254.00 134.24 119.76 + 40.975 333.00 134.55 198.45 + 41.000 505.00 134.98 370.02 + 41.025 760.00 135.44 624.56 + 41.050 1047.00 135.78 911.22 + 41.075 1074.00 135.80 938.20 + 41.100 910.00 135.54 774.46 + 41.125 689.00 135.20 553.80 + 41.150 698.00 134.92 563.08 + 41.175 717.00 134.76 582.24 + 41.200 570.00 134.69 435.31 + 41.225 382.00 134.69 247.31 + 41.250 273.00 134.72 138.28 + 41.275 291.00 134.77 156.23 + 41.300 231.00 134.82 96.18 + 41.325 278.00 134.88 143.12 + 41.350 239.00 134.94 104.06 + 41.375 272.00 135.01 136.99 + 41.400 257.00 135.07 121.93 + 41.425 316.00 135.14 180.86 + 41.450 315.00 135.22 179.78 + 41.475 377.00 135.31 241.69 + 41.500 419.00 135.43 283.57 + 41.525 593.00 135.61 457.39 + 41.550 709.00 135.90 573.10 + 41.575 1116.00 136.37 979.63 + 41.600 1749.00 137.01 1611.99 + 41.625 2604.00 137.71 2466.29 + 41.650 3739.00 138.18 3600.82 + 41.675 4133.00 138.12 3994.88 + 41.700 3642.00 137.64 3504.36 + 41.725 2835.00 137.06 2697.94 + 41.750 2622.00 136.60 2485.40 + 41.775 2580.00 136.33 2443.67 + 41.800 2147.00 136.21 2010.79 + 41.825 1381.00 136.18 1244.82 + 41.850 844.00 136.19 707.81 + 41.875 578.00 136.22 441.78 + 41.900 447.00 136.27 310.73 + 41.925 351.00 136.32 214.68 + 41.950 339.00 136.37 202.63 + 41.975 309.00 136.43 172.57 + 42.000 260.00 136.48 123.52 + 42.025 268.00 136.54 131.46 + 42.050 240.00 136.60 103.40 + 42.075 250.00 136.66 113.34 + 42.100 233.00 136.72 96.28 + 42.125 275.00 136.79 138.21 + 42.150 281.00 136.87 144.13 + 42.175 285.00 136.96 148.04 + 42.200 381.00 137.09 243.91 + 42.225 450.00 137.28 312.72 + 42.250 601.00 137.51 463.49 + 42.275 801.00 137.77 663.23 + 42.300 895.00 137.97 757.03 + 42.325 881.00 138.02 742.98 + 42.350 726.00 137.94 588.06 + 42.375 644.00 137.80 506.20 + 42.400 608.00 137.69 470.31 + 42.425 589.00 137.63 451.37 + 42.450 498.00 137.64 360.36 + 42.475 386.00 137.68 248.32 + 42.500 283.00 137.76 145.24 + 42.525 277.00 137.86 139.14 + 42.550 254.00 137.95 116.05 + 42.575 276.00 138.01 137.99 + 42.600 249.00 138.03 110.97 + 42.625 224.00 138.04 85.96 + 42.650 213.00 138.06 74.94 + 42.675 196.00 138.09 57.91 + 42.700 234.00 138.13 95.87 + 42.725 186.00 138.19 47.81 + 42.750 215.00 138.24 76.76 + 42.775 191.00 138.30 52.70 + 42.800 211.00 138.36 72.64 + 42.825 189.00 138.41 50.59 + 42.850 204.00 138.47 65.53 + 42.875 193.00 138.53 54.47 + 42.900 227.00 138.59 88.41 + 42.925 221.00 138.65 82.35 + 42.950 225.00 138.72 86.28 + 42.975 199.00 138.78 60.22 + 43.000 187.00 138.84 48.16 + 43.025 193.00 138.90 54.10 + 43.050 214.00 138.96 75.04 + 43.075 235.00 139.02 95.98 + 43.100 241.00 139.08 101.92 + 43.125 232.00 139.14 92.86 + 43.150 239.00 139.20 99.80 + 43.175 254.00 139.26 114.74 + 43.200 252.00 139.32 112.68 + 43.225 264.00 139.38 124.62 + 43.250 251.00 139.44 111.56 + 43.275 260.00 139.51 120.49 + 43.300 320.00 139.57 180.43 + 43.325 375.00 139.63 235.37 + 43.350 379.00 139.70 239.30 + 43.375 442.00 139.76 302.24 + 43.400 425.00 139.83 285.17 + 43.425 492.00 139.90 352.10 + 43.450 574.00 139.98 434.02 + 43.475 693.00 140.05 552.95 + 43.500 816.00 140.14 675.86 + 43.525 1046.00 140.25 905.75 + 43.550 1286.00 140.41 1145.59 + 43.575 1773.00 140.67 1632.33 + 43.600 2593.00 141.12 2451.88 + 43.625 4047.00 141.80 3905.20 + 43.650 6544.00 142.69 6401.31 + 43.675 9907.00 143.54 9763.46 + 43.700 12440.00 143.92 12296.08 + 43.725 12196.00 143.62 12052.38 + 43.750 9815.00 142.87 9672.12 + 43.775 8006.00 142.11 7863.89 + 43.800 7742.00 141.56 7600.44 + 43.825 7431.00 141.25 7289.75 + 43.850 5975.00 141.12 5833.88 + 43.875 3773.00 141.08 3631.92 + 43.900 2148.00 141.09 2006.91 + 43.925 1465.00 141.12 1323.88 + 43.950 1080.00 141.16 938.84 + 43.975 849.00 141.21 707.79 + 44.000 683.00 141.26 541.74 + 44.025 579.00 141.31 437.69 + 44.050 560.00 141.36 418.64 + 44.075 480.00 141.42 338.58 + 44.100 481.00 141.47 339.53 + 44.125 470.00 141.53 328.47 + 44.150 468.00 141.59 326.41 + 44.175 450.00 141.65 308.35 + 44.200 469.00 141.71 327.29 + 44.225 498.00 141.78 356.22 + 44.250 468.00 141.84 326.16 + 44.275 528.00 141.91 386.09 + 44.300 615.00 141.99 473.01 + 44.325 632.00 142.09 489.91 + 44.350 765.00 142.21 622.79 + 44.375 985.00 142.39 842.61 + 44.400 1263.00 142.65 1120.35 + 44.425 1833.00 142.96 1690.04 + 44.450 2821.00 143.31 2677.69 + 44.475 4290.00 143.64 4146.36 + 44.500 5647.00 143.87 5503.13 + 44.525 5682.00 144.01 5537.99 + 44.550 5372.00 144.19 5227.81 + 44.575 5802.00 144.41 5657.59 + 44.600 7664.00 144.48 7519.52 + 44.625 7744.00 144.23 7599.77 + 44.650 5866.00 143.82 5722.18 + 44.675 4103.00 143.45 3959.55 + 44.700 3552.00 143.21 3408.79 + 44.725 3442.00 143.10 3298.90 + 44.750 2855.00 143.07 2711.93 + 44.775 1843.00 143.09 1699.91 + 44.800 1102.00 143.12 958.88 + 44.825 771.00 143.17 627.83 + 44.850 578.00 143.21 434.79 + 44.875 517.00 143.26 373.74 + 44.900 456.00 143.31 312.69 + 44.925 381.00 143.37 237.63 + 44.950 379.00 143.42 235.58 + 44.975 335.00 143.47 191.53 + 45.000 326.00 143.53 182.47 + 45.025 303.00 143.58 159.42 + 45.050 286.00 143.64 142.36 + 45.075 287.00 143.69 143.31 + 45.100 274.00 143.75 130.25 + 45.125 272.00 143.80 128.20 + 45.150 282.00 143.86 138.14 + 45.175 267.00 143.92 123.08 + 45.200 236.00 143.98 92.02 + 45.225 255.00 144.03 110.97 + 45.250 238.00 144.09 93.91 + 45.275 218.00 144.15 73.85 + 45.300 224.00 144.20 79.80 + 45.325 209.00 144.26 64.74 + 45.350 228.00 144.32 83.68 + 45.375 244.00 144.37 99.63 + 45.400 234.00 144.43 89.57 + 45.425 221.00 144.49 76.51 + 45.450 237.00 144.54 92.46 + 45.475 224.00 144.60 79.40 + 45.500 217.00 144.66 72.34 + 45.525 187.00 144.72 42.28 + 45.550 261.00 144.78 116.22 + 45.575 216.00 144.84 71.16 + 45.600 246.00 144.90 101.10 + 45.625 244.00 144.96 99.04 + 45.650 282.00 145.02 136.98 + 45.675 276.00 145.08 130.92 + 45.700 314.00 145.15 168.85 + 45.725 333.00 145.22 187.78 + 45.750 385.00 145.30 239.70 + 45.775 413.00 145.41 267.59 + 45.800 609.00 145.57 463.43 + 45.825 855.00 145.83 709.17 + 45.850 1397.00 146.18 1250.82 + 45.875 2190.00 146.59 2043.42 + 45.900 3180.00 146.87 3033.13 + 45.925 3151.00 146.84 3004.16 + 45.950 2427.00 146.59 2280.41 + 45.975 1819.00 146.30 1672.70 + 46.000 1843.00 146.11 1696.89 + 46.025 2058.00 146.02 1911.98 + 46.050 1720.00 146.00 1574.00 + 46.075 1115.00 146.02 968.98 + 46.100 716.00 146.06 569.94 + 46.125 480.00 146.10 333.90 + 46.150 364.00 146.15 217.85 + 46.175 297.00 146.20 150.80 + 46.200 300.00 146.25 153.75 + 46.225 267.00 146.31 120.69 + 46.250 227.00 146.36 80.64 + 46.275 215.00 146.41 68.59 + 46.300 189.00 146.47 42.53 + 46.325 213.00 146.52 66.48 + 46.350 174.00 146.58 27.42 + 46.375 175.00 146.63 28.37 + 46.400 193.00 146.69 46.31 + 46.425 183.00 146.74 36.26 + 46.450 178.00 146.80 31.20 + 46.475 166.00 146.85 19.15 + 46.500 171.00 146.91 24.09 + 46.525 171.00 146.96 24.04 + 46.550 172.00 147.02 24.98 + 46.575 161.00 147.07 13.93 + 46.600 151.00 147.13 3.87 + 46.625 143.00 147.18 -4.18 + 46.650 141.00 147.24 -6.24 + 46.675 139.00 147.29 -8.29 + 46.700 172.00 147.35 24.65 + 46.725 153.00 147.40 5.60 + 46.750 169.00 147.46 21.54 + 46.775 141.00 147.51 -6.51 + 46.800 125.00 147.57 -22.57 + 46.825 135.00 147.62 -12.62 + 46.850 142.00 147.68 -5.68 + 46.875 134.00 147.73 -13.73 + 46.900 142.00 147.79 -5.79 + 46.925 138.00 147.84 -9.84 + 46.950 152.00 147.90 4.10 + 46.975 159.00 147.95 11.05 + 47.000 140.00 148.01 -8.01 + 47.025 143.00 148.06 -5.06 + 47.050 136.00 148.12 -12.12 + 47.075 147.00 148.17 -1.17 + 47.100 144.00 148.23 -4.23 + 47.125 148.00 148.28 -0.28 + 47.150 153.00 148.34 4.66 + 47.175 112.00 148.39 -36.39 + 47.200 148.00 148.45 -0.45 + 47.225 138.00 148.50 -10.50 + 47.250 119.00 148.56 -29.56 + 47.275 121.00 148.61 -27.61 + 47.300 160.00 148.67 11.33 + 47.325 136.00 148.72 -12.72 + 47.350 164.00 148.78 15.22 + 47.375 137.00 148.83 -11.83 + 47.400 166.00 148.89 17.11 + 47.425 142.00 148.94 -6.94 + 47.450 158.00 149.00 9.00 + 47.475 176.00 149.05 26.95 + 47.500 175.00 149.11 25.89 + 47.525 183.00 149.17 33.83 + 47.550 249.00 149.24 99.76 + 47.575 309.00 149.33 159.67 + 47.600 389.00 149.42 239.58 + 47.625 541.00 149.52 391.48 + 47.650 720.00 149.59 570.41 + 47.675 682.00 149.62 532.38 + 47.700 600.00 149.64 450.36 + 47.725 452.00 149.66 302.34 + 47.750 443.00 149.69 293.31 + 47.775 453.00 149.75 303.25 + 47.800 437.00 149.82 287.18 + 47.825 329.00 149.88 179.12 + 47.850 289.00 149.92 139.08 + 47.875 226.00 149.96 76.04 + 47.900 201.00 149.99 51.01 + 47.925 182.00 150.03 31.97 + 47.950 160.00 150.08 9.92 + 47.975 178.00 150.13 27.87 + 48.000 146.00 150.18 -4.18 + 48.025 181.00 150.23 30.77 + 48.050 142.00 150.29 -8.29 + 48.075 201.00 150.34 50.66 + 48.100 182.00 150.39 31.61 + 48.125 174.00 150.45 23.55 + 48.150 168.00 150.50 17.50 + 48.175 174.00 150.55 23.45 + 48.200 233.00 150.60 82.40 + 48.225 275.00 150.66 124.34 + 48.250 331.00 150.71 180.29 + 48.275 464.00 150.76 313.24 + 48.300 712.00 150.82 561.18 + 48.325 969.00 150.87 818.13 + 48.350 1093.00 150.92 942.08 + 48.375 984.00 150.98 833.02 + 48.400 752.00 151.03 600.97 + 48.425 624.00 151.08 472.92 + 48.450 651.00 151.13 499.87 + 48.475 695.00 151.19 543.81 + 48.500 597.00 151.24 445.76 + 48.525 460.00 151.29 308.71 + 48.550 284.00 151.34 132.66 + 48.575 261.00 151.40 109.60 + 48.600 211.00 151.45 59.55 + 48.625 196.00 151.50 44.50 + 48.650 175.00 151.55 23.45 + 48.675 167.00 151.60 15.40 + 48.700 165.00 151.66 13.34 + 48.725 143.00 151.71 -8.71 + 48.750 153.00 151.76 1.24 + 48.775 155.00 151.81 3.19 + 48.800 137.00 151.87 -14.87 + 48.825 161.00 151.92 9.08 + 48.850 131.00 151.97 -20.97 + 48.875 138.00 152.02 -14.02 + 48.900 125.00 152.07 -27.07 + 48.925 114.00 152.13 -38.13 + 48.950 154.00 152.18 1.82 + 48.975 114.00 152.23 -38.23 + 49.000 118.00 152.28 -34.28 + 49.025 120.00 152.33 -32.33 + 49.050 130.00 152.39 -22.39 + 49.075 117.00 152.44 -35.44 + 49.100 126.00 152.49 -26.49 + 49.125 132.00 152.54 -20.54 + 49.150 122.00 152.59 -30.59 + 49.175 133.00 152.64 -19.64 + 49.200 122.00 152.69 -30.69 + 49.225 113.00 152.75 -39.75 + 49.250 128.00 152.80 -24.80 + 49.275 139.00 152.85 -13.85 + 49.300 126.00 152.90 -26.90 + 49.325 140.00 152.95 -12.95 + 49.350 120.00 153.00 -33.00 + 49.375 122.00 153.05 -31.05 + 49.400 122.00 153.10 -31.10 + 49.425 136.00 153.16 -17.16 + 49.450 116.00 153.21 -37.21 + 49.475 113.00 153.26 -40.26 + 49.500 103.00 153.31 -50.31 + 49.525 120.00 153.36 -33.36 + 49.550 129.00 153.41 -24.41 + 49.575 112.00 153.46 -41.46 + 49.600 118.00 153.51 -35.51 + 49.625 140.00 153.56 -13.56 + 49.650 135.00 153.61 -18.61 + 49.675 101.00 153.66 -52.66 + 49.700 128.00 153.71 -25.71 + 49.725 115.00 153.77 -38.77 + 49.750 126.00 153.82 -27.82 + 49.775 120.00 153.87 -33.87 + 49.800 119.00 153.92 -34.92 + 49.825 107.00 153.97 -46.97 + 49.850 122.00 154.02 -32.02 + 49.875 124.00 154.07 -30.07 + 49.900 123.00 154.12 -31.12 + 49.925 159.00 154.17 4.83 + 49.950 132.00 154.22 -22.22 + 49.975 136.00 154.27 -18.27 + 50.000 115.00 154.32 -39.32 + 50.025 142.00 154.37 -12.37 + 50.050 132.00 154.42 -22.42 + 50.075 144.00 154.47 -10.47 + 50.100 140.00 154.52 -14.52 + 50.125 131.00 154.57 -23.57 + 50.150 112.00 154.62 -42.62 + 50.175 147.00 154.67 -7.67 + 50.200 129.00 154.72 -25.72 + 50.225 129.00 154.77 -25.77 + 50.250 106.00 154.82 -48.82 + 50.275 129.00 154.87 -25.87 + 50.300 127.00 154.92 -27.92 + 50.325 122.00 154.97 -32.97 + 50.350 155.00 155.02 -0.02 + 50.375 130.00 155.07 -25.07 + 50.400 121.00 155.12 -34.12 + 50.425 131.00 155.17 -24.17 + 50.450 173.00 155.22 17.78 + 50.475 157.00 155.27 1.73 + 50.500 146.00 155.32 -9.32 + 50.525 153.00 155.37 -2.37 + 50.550 168.00 155.42 12.58 + 50.575 199.00 155.47 43.53 + 50.600 204.00 155.52 48.48 + 50.625 212.00 155.58 56.42 + 50.650 232.00 155.63 76.37 + 50.675 255.00 155.69 99.31 + 50.700 319.00 155.76 163.24 + 50.725 410.00 155.86 254.14 + 50.750 629.00 156.00 473.00 + 50.775 1090.00 156.21 933.79 + 50.800 1814.00 156.47 1657.53 + 50.825 2668.00 156.65 2511.35 + 50.850 2463.00 156.64 2306.36 + 50.875 1752.00 156.50 1595.50 + 50.900 1187.00 156.36 1030.64 + 50.925 1257.00 156.28 1100.72 + 50.950 1542.00 156.26 1385.74 + 50.975 1549.00 156.28 1392.72 + 51.000 1066.00 156.31 909.69 + 51.025 624.00 156.35 467.65 + 51.050 387.00 156.40 230.60 + 51.075 314.00 156.44 157.56 + 51.100 267.00 156.49 110.51 + 51.125 208.00 156.53 51.47 + 51.150 211.00 156.58 54.42 + 51.175 210.00 156.62 53.38 + 51.200 181.00 156.67 24.33 + 51.225 170.00 156.72 13.28 + 51.250 154.00 156.76 -2.76 + 51.275 155.00 156.81 -1.81 + 51.300 143.00 156.86 -13.86 + 51.325 171.00 156.91 14.09 + 51.350 156.00 156.95 -0.95 + 51.375 134.00 157.00 -23.00 + 51.400 142.00 157.05 -15.05 + 51.425 142.00 157.09 -15.09 + 51.450 136.00 157.14 -21.14 + 51.475 139.00 157.19 -18.19 + 51.500 139.00 157.23 -18.23 + 51.525 132.00 157.28 -25.28 + 51.550 152.00 157.33 -5.33 + 51.575 123.00 157.37 -34.37 + 51.600 137.00 157.42 -20.42 + 51.625 125.00 157.47 -32.47 + 51.650 132.00 157.51 -25.51 + 51.675 133.00 157.56 -24.56 + 51.700 137.00 157.61 -20.61 + 51.725 148.00 157.65 -9.65 + 51.750 121.00 157.70 -36.70 + 51.775 150.00 157.75 -7.75 + 51.800 139.00 157.79 -18.79 + 51.825 127.00 157.84 -30.84 + 51.850 127.00 157.89 -30.89 + 51.875 146.00 157.93 -11.93 + 51.900 147.00 157.98 -10.98 + 51.925 155.00 158.03 -3.03 + 51.950 131.00 158.07 -27.07 + 51.975 144.00 158.12 -14.12 + 52.000 148.00 158.17 -10.17 + 52.025 138.00 158.21 -20.21 + 52.050 149.00 158.26 -9.26 + 52.075 154.00 158.30 -4.30 + 52.100 142.00 158.35 -16.35 + 52.125 141.00 158.40 -17.40 + 52.150 181.00 158.44 22.56 + 52.175 185.00 158.49 26.51 + 52.200 169.00 158.54 10.46 + 52.225 181.00 158.58 22.42 + 52.250 203.00 158.63 44.37 + 52.275 236.00 158.68 77.32 + 52.300 232.00 158.72 73.28 + 52.325 335.00 158.77 176.23 + 52.350 428.00 158.83 269.17 + 52.375 600.00 158.90 441.10 + 52.400 826.00 158.97 667.03 + 52.425 1143.00 159.06 983.94 + 52.450 1282.00 159.12 1122.88 + 52.475 1262.00 159.17 1102.83 + 52.500 1070.00 159.20 910.80 + 52.525 962.00 159.23 802.77 + 52.550 964.00 159.24 804.76 + 52.575 871.00 159.25 711.75 + 52.600 886.00 159.28 726.72 + 52.625 728.00 159.32 568.68 + 52.650 557.00 159.36 397.64 + 52.675 468.00 159.40 308.60 + 52.700 370.00 159.45 210.55 + 52.725 267.00 159.49 107.51 + 52.750 235.00 159.54 75.46 + 52.775 203.00 159.58 43.42 + 52.800 187.00 159.63 27.37 + 52.825 181.00 159.67 21.33 + 52.850 188.00 159.72 28.28 + 52.875 189.00 159.77 29.23 + 52.900 166.00 159.82 6.18 + 52.925 167.00 159.87 7.13 + 52.950 175.00 159.93 15.07 + 52.975 191.00 160.01 30.99 + 53.000 184.00 160.14 23.86 + 53.025 181.00 160.31 20.69 + 53.050 226.00 160.52 65.48 + 53.075 228.00 160.67 67.33 + 53.100 258.00 160.64 97.36 + 53.125 216.00 160.52 55.48 + 53.150 233.00 160.43 72.57 + 53.175 250.00 160.41 89.59 + 53.200 287.00 160.44 126.56 + 53.225 332.00 160.52 171.48 + 53.250 441.00 160.63 280.37 + 53.275 506.00 160.73 345.27 + 53.300 459.00 160.74 298.26 + 53.325 447.00 160.71 286.29 + 53.350 383.00 160.68 222.32 + 53.375 372.00 160.68 211.32 + 53.400 397.00 160.70 236.30 + 53.425 408.00 160.73 247.27 + 53.450 434.00 160.77 273.23 + 53.475 419.00 160.81 258.19 + 53.500 346.00 160.85 185.15 + 53.525 392.00 160.90 231.10 + 53.550 441.00 160.94 280.06 + 53.575 622.00 160.98 461.02 + 53.600 912.00 161.03 750.97 + 53.625 1096.00 161.08 934.92 + 53.650 1359.00 161.13 1197.87 + 53.675 1605.00 161.19 1443.81 + 53.700 1949.00 161.26 1787.74 + 53.725 1937.00 161.36 1775.64 + 53.750 1843.00 161.48 1681.52 + 53.775 2020.00 161.57 1858.43 + 53.800 1980.00 161.57 1818.43 + 53.825 1741.00 161.54 1579.46 + 53.850 1467.00 161.52 1305.48 + 53.875 1209.00 161.52 1047.48 + 53.900 1080.00 161.54 918.46 + 53.925 998.00 161.57 836.43 + 53.950 719.00 161.61 557.39 + 53.975 548.00 161.65 386.35 + 54.000 393.00 161.69 231.31 + 54.025 314.00 161.73 152.27 + 54.050 277.00 161.77 115.23 + 54.075 248.00 161.81 86.19 + 54.100 204.00 161.85 42.15 + 54.125 179.00 161.90 17.10 + 54.150 180.00 161.94 18.06 + 54.175 168.00 161.98 6.02 + 54.200 160.00 162.02 -2.02 + 54.225 170.00 162.06 7.94 + 54.250 160.00 162.10 -2.10 + 54.275 184.00 162.14 21.86 + 54.300 179.00 162.18 16.82 + 54.325 164.00 162.22 1.78 + 54.350 149.00 162.26 -13.26 + 54.375 156.00 162.31 -6.31 + 54.400 140.00 162.35 -22.35 + 54.425 161.00 162.39 -1.39 + 54.450 149.00 162.43 -13.43 + 54.475 134.00 162.47 -28.47 + 54.500 126.00 162.51 -36.51 + 54.525 143.00 162.55 -19.55 + 54.550 138.00 162.59 -24.59 + 54.575 142.00 162.63 -20.63 + 54.600 163.00 162.67 0.33 + 54.625 131.00 162.71 -31.71 + 54.650 161.00 162.75 -1.75 + 54.675 131.00 162.79 -31.79 + 54.700 147.00 162.83 -15.83 + 54.725 150.00 162.87 -12.87 + 54.750 160.00 162.91 -2.91 + 54.775 128.00 162.95 -34.95 + 54.800 126.00 162.99 -36.99 + 54.825 128.00 163.03 -35.03 + 54.850 152.00 163.07 -11.07 + 54.875 134.00 163.11 -29.11 + 54.900 158.00 163.15 -5.15 + 54.925 135.00 163.19 -28.19 + 54.950 162.00 163.23 -1.23 + 54.975 157.00 163.27 -6.27 + 55.000 173.00 163.31 9.69 + 55.025 156.00 163.35 -7.35 + 55.050 162.00 163.39 -1.39 + 55.075 158.00 163.43 -5.43 + 55.100 164.00 163.47 0.53 + 55.125 155.00 163.51 -8.51 + 55.150 194.00 163.55 30.45 + 55.175 195.00 163.59 31.41 + 55.200 196.00 163.63 32.37 + 55.225 253.00 163.67 89.33 + 55.250 262.00 163.71 98.29 + 55.275 350.00 163.75 186.25 + 55.300 464.00 163.80 300.20 + 55.325 665.00 163.86 501.14 + 55.350 937.00 163.92 773.08 + 55.375 1141.00 163.97 977.03 + 55.400 1055.00 164.00 891.00 + 55.425 834.00 164.02 669.98 + 55.450 657.00 164.04 492.96 + 55.475 648.00 164.07 483.93 + 55.500 638.00 164.10 473.90 + 55.525 752.00 164.14 587.86 + 55.550 672.00 164.17 507.83 + 55.575 543.00 164.21 378.79 + 55.600 404.00 164.25 239.75 + 55.625 370.00 164.29 205.71 + 55.650 386.00 164.32 221.68 + 55.675 469.00 164.36 304.64 + 55.700 560.00 164.40 395.60 + 55.725 465.00 164.44 300.56 + 55.750 360.00 164.48 195.52 + 55.775 285.00 164.51 120.49 + 55.800 276.00 164.55 111.45 + 55.825 355.00 164.59 190.41 + 55.850 364.00 164.63 199.37 + 55.875 291.00 164.66 126.34 + 55.900 228.00 164.70 63.30 + 55.925 190.00 164.74 25.26 + 55.950 194.00 164.77 29.23 + 55.975 195.00 164.81 30.19 + 56.000 180.00 164.85 15.15 + 56.025 163.00 164.89 -1.89 + 56.050 154.00 164.92 -10.92 + 56.075 156.00 164.96 -8.96 + 56.100 184.00 165.00 19.00 + 56.125 181.00 165.04 15.96 + 56.150 152.00 165.07 -13.07 + 56.175 176.00 165.11 10.89 + 56.200 177.00 165.15 11.85 + 56.225 160.00 165.18 -5.18 + 56.250 178.00 165.22 12.78 + 56.275 185.00 165.26 19.74 + 56.300 175.00 165.29 9.71 + 56.325 206.00 165.33 40.67 + 56.350 214.00 165.37 48.63 + 56.375 244.00 165.40 78.60 + 56.400 255.00 165.44 89.56 + 56.425 254.00 165.48 88.52 + 56.450 373.00 165.51 207.49 + 56.475 514.00 165.55 348.45 + 56.500 623.00 165.59 457.41 + 56.525 827.00 165.63 661.37 + 56.550 875.00 165.67 709.33 + 56.575 884.00 165.71 718.29 + 56.600 951.00 165.75 785.25 + 56.625 1181.00 165.80 1015.20 + 56.650 1887.00 165.86 1721.14 + 56.675 2582.00 165.91 2416.09 + 56.700 2875.00 165.95 2709.05 + 56.725 2303.00 165.96 2137.04 + 56.750 1613.00 165.97 1447.03 + 56.775 1270.00 166.00 1104.00 + 56.800 1312.00 166.03 1145.97 + 56.825 1510.00 166.06 1343.94 + 56.850 1599.00 166.09 1432.91 + 56.875 1288.00 166.13 1121.87 + 56.900 890.00 166.17 723.83 + 56.925 794.00 166.21 627.79 + 56.950 643.00 166.25 476.75 + 56.975 683.00 166.31 516.69 + 57.000 884.00 166.39 717.61 + 57.025 1207.00 166.51 1040.49 + 57.050 1571.00 166.63 1404.37 + 57.075 1762.00 166.70 1595.30 + 57.100 1506.00 166.67 1339.33 + 57.125 1186.00 166.61 1019.39 + 57.150 969.00 166.59 802.41 + 57.175 975.00 166.58 808.42 + 57.200 1015.00 166.60 848.40 + 57.225 1048.00 166.62 881.38 + 57.250 938.00 166.65 771.35 + 57.275 733.00 166.68 566.32 + 57.300 494.00 166.72 327.28 + 57.325 392.00 166.75 225.25 + 57.350 292.00 166.78 125.22 + 57.375 276.00 166.82 109.18 + 57.400 254.00 166.85 87.15 + 57.425 229.00 166.88 62.12 + 57.450 216.00 166.92 49.08 + 57.475 203.00 166.95 36.05 + 57.500 194.00 166.98 27.02 + 57.525 189.00 167.02 21.98 + 57.550 192.00 167.05 24.95 + 57.575 181.00 167.08 13.92 + 57.600 191.00 167.12 23.88 + 57.625 163.00 167.15 -4.15 + 57.650 175.00 167.18 7.82 + 57.675 186.00 167.22 18.78 + 57.700 149.00 167.25 -18.25 + 57.725 175.00 167.28 7.72 + 57.750 142.00 167.31 -25.31 + 57.775 180.00 167.35 12.65 + 57.800 136.00 167.38 -31.38 + 57.825 151.00 167.41 -16.41 + 57.850 177.00 167.45 9.55 + 57.875 156.00 167.48 -11.48 + 57.900 159.00 167.51 -8.51 + 57.925 174.00 167.55 6.45 + 57.950 148.00 167.58 -19.58 + 57.975 147.00 167.61 -20.61 + 58.000 141.00 167.64 -26.64 + 58.025 145.00 167.68 -22.68 + 58.050 156.00 167.71 -11.71 + 58.075 144.00 167.74 -23.74 + 58.100 149.00 167.77 -18.77 + 58.125 145.00 167.81 -22.81 + 58.150 127.00 167.84 -40.84 + 58.175 143.00 167.88 -24.88 + 58.200 159.00 167.91 -8.91 + 58.225 129.00 167.94 -38.94 + 58.250 161.00 167.98 -6.98 + 58.275 138.00 168.01 -30.01 + 58.300 145.00 168.04 -23.04 + 58.325 165.00 168.08 -3.08 + 58.350 172.00 168.11 3.89 + 58.375 184.00 168.15 15.85 + 58.400 217.00 168.19 48.81 + 58.425 266.00 168.24 97.76 + 58.450 272.00 168.29 103.71 + 58.475 313.00 168.33 144.67 + 58.500 288.00 168.36 119.64 + 58.525 275.00 168.40 106.60 + 58.550 321.00 168.45 152.55 + 58.575 323.00 168.52 154.48 + 58.600 439.00 168.65 270.35 + 58.625 573.00 168.91 404.09 + 58.650 743.00 169.35 573.65 + 58.675 906.00 169.84 736.16 + 58.700 960.00 169.96 790.04 + 58.725 812.00 169.59 642.41 + 58.750 566.00 169.18 396.82 + 58.775 541.00 168.95 372.05 + 58.800 535.00 168.86 366.14 + 58.825 554.00 168.87 385.13 + 58.850 567.00 168.95 398.05 + 58.875 599.00 169.12 429.88 + 58.900 473.00 169.36 303.64 + 58.925 359.00 169.51 189.49 + 58.950 290.00 169.40 120.60 + 58.975 254.00 169.21 84.79 + 59.000 189.00 169.08 19.92 + 59.025 184.00 169.03 14.97 + 59.050 196.00 169.02 26.98 + 59.075 210.00 169.04 40.96 + 59.100 190.00 169.05 20.95 + 59.125 179.00 169.08 9.92 + 59.150 148.00 169.10 -21.10 + 59.175 160.00 169.13 -9.13 + 59.200 147.00 169.15 -22.15 + 59.225 122.00 169.18 -47.18 + 59.250 148.00 169.21 -21.21 + 59.275 141.00 169.23 -28.23 + 59.300 140.00 169.26 -29.26 + 59.325 142.00 169.29 -27.29 + 59.350 114.00 169.32 -55.32 + 59.375 150.00 169.35 -19.35 + 59.400 151.00 169.38 -18.38 + 59.425 132.00 169.40 -37.40 + 59.450 153.00 169.43 -16.43 + 59.475 140.00 169.46 -29.46 + 59.500 118.00 169.49 -51.49 + 59.525 128.00 169.52 -41.52 + 59.550 140.00 169.55 -29.55 + 59.575 136.00 169.57 -33.57 + 59.600 122.00 169.60 -47.60 + 59.625 130.00 169.63 -39.63 + 59.650 135.00 169.66 -34.66 + 59.675 133.00 169.69 -36.69 + 59.700 165.00 169.72 -4.72 + 59.725 160.00 169.75 -9.75 + 59.750 163.00 169.78 -6.78 + 59.775 166.00 169.81 -3.81 + 59.800 190.00 169.85 20.15 + 59.825 264.00 169.90 94.10 + 59.850 331.00 169.95 161.05 + 59.875 334.00 169.99 164.01 + 59.900 297.00 170.00 127.00 + 59.925 215.00 170.00 45.00 + 59.950 205.00 170.01 34.99 + 59.975 212.00 170.03 41.97 + 60.000 268.00 170.06 97.94 + 60.025 226.00 170.08 55.92 + 60.050 256.00 170.11 85.89 + 60.075 199.00 170.14 28.86 + 60.100 165.00 170.17 -5.17 + 60.125 148.00 170.19 -22.19 + 60.150 159.00 170.22 -11.22 + 60.175 132.00 170.25 -38.25 + 60.200 154.00 170.28 -16.28 + 60.225 139.00 170.30 -31.30 + 60.250 121.00 170.33 -49.33 + 60.275 144.00 170.36 -26.36 + 60.300 131.00 170.39 -39.39 + 60.325 136.00 170.41 -34.41 + 60.350 139.00 170.44 -31.44 + 60.375 120.00 170.47 -50.47 + 60.400 129.00 170.50 -41.50 + 60.425 130.00 170.53 -40.53 + 60.450 143.00 170.55 -27.55 + 60.475 127.00 170.58 -43.58 + 60.500 150.00 170.62 -20.62 + 60.525 156.00 170.65 -14.65 + 60.550 154.00 170.70 -16.70 + 60.575 153.00 170.77 -17.77 + 60.600 162.00 170.89 -8.89 + 60.625 208.00 171.05 36.95 + 60.650 247.00 171.15 75.85 + 60.675 207.00 171.09 35.91 + 60.700 192.00 170.98 21.02 + 60.725 179.00 170.92 8.08 + 60.750 148.00 170.90 -22.90 + 60.775 154.00 170.91 -16.91 + 60.800 204.00 170.93 33.07 + 60.825 186.00 170.95 15.05 + 60.850 208.00 170.97 37.03 + 60.875 175.00 171.00 4.00 + 60.900 141.00 171.02 -30.02 + 60.925 111.00 171.04 -60.04 + 60.950 124.00 171.07 -47.07 + 60.975 132.00 171.09 -39.09 + 61.000 127.00 171.12 -44.12 + 61.025 125.00 171.14 -46.14 + 61.050 124.00 171.17 -47.17 + 61.075 147.00 171.19 -24.19 + 61.100 143.00 171.22 -28.22 + 61.125 135.00 171.24 -36.24 + 61.150 136.00 171.27 -35.27 + 61.175 143.00 171.29 -28.29 + 61.200 145.00 171.32 -26.32 + 61.225 143.00 171.34 -28.34 + 61.250 148.00 171.36 -23.36 + 61.275 151.00 171.39 -20.39 + 61.300 139.00 171.41 -32.41 + 61.325 142.00 171.44 -29.44 + 61.350 135.00 171.46 -36.46 + 61.375 161.00 171.49 -10.49 + 61.400 143.00 171.52 -28.52 + 61.425 139.00 171.54 -32.54 + 61.450 136.00 171.57 -35.57 + 61.475 158.00 171.60 -13.60 + 61.500 164.00 171.64 -7.64 + 61.525 167.00 171.70 -4.70 + 61.550 165.00 171.77 -6.77 + 61.575 181.00 171.88 9.12 + 61.600 147.00 171.94 -24.94 + 61.625 160.00 171.92 -11.92 + 61.650 195.00 171.87 23.13 + 61.675 209.00 171.84 37.16 + 61.700 190.00 171.84 18.16 + 61.725 226.00 171.86 54.14 + 61.750 195.00 171.88 23.12 + 61.775 241.00 171.91 69.09 + 61.800 278.00 171.93 106.07 + 61.825 302.00 171.96 130.04 + 61.850 344.00 172.00 172.00 + 61.875 427.00 172.04 254.96 + 61.900 563.00 172.08 390.92 + 61.925 789.00 172.15 616.85 + 61.950 990.00 172.27 817.73 + 61.975 1317.00 172.51 1144.49 + 62.000 1792.00 172.98 1619.02 + 62.025 2342.00 173.62 2168.38 + 62.050 2479.00 173.87 2305.13 + 62.075 2083.00 173.38 1909.62 + 62.100 1541.00 172.83 1368.17 + 62.125 1233.00 172.52 1060.48 + 62.150 1186.00 172.39 1013.61 + 62.175 1301.00 172.35 1128.65 + 62.200 1408.00 172.34 1235.66 + 62.225 1348.00 172.34 1175.66 + 62.250 1086.00 172.35 913.65 + 62.275 761.00 172.36 588.64 + 62.300 509.00 172.38 336.62 + 62.325 405.00 172.40 232.60 + 62.350 349.00 172.42 176.58 + 62.375 309.00 172.43 136.57 + 62.400 273.00 172.46 100.54 + 62.425 269.00 172.48 96.52 + 62.450 244.00 172.50 71.50 + 62.475 252.00 172.53 79.47 + 62.500 286.00 172.57 113.43 + 62.525 309.00 172.61 136.39 + 62.550 289.00 172.67 116.33 + 62.575 316.00 172.73 143.27 + 62.600 317.00 172.77 144.23 + 62.625 259.00 172.75 86.25 + 62.650 228.00 172.71 55.29 + 62.675 223.00 172.70 50.30 + 62.700 259.00 172.71 86.29 + 62.725 237.00 172.72 64.28 + 62.750 212.00 172.74 39.26 + 62.775 212.00 172.76 39.24 + 62.800 201.00 172.78 28.22 + 62.825 184.00 172.80 11.20 + 62.850 201.00 172.82 28.18 + 62.875 170.00 172.84 -2.84 + 62.900 165.00 172.86 -7.86 + 62.925 182.00 172.88 9.12 + 62.950 182.00 172.90 9.10 + 62.975 183.00 172.92 10.08 + 63.000 199.00 172.94 26.06 + 63.025 200.00 172.96 27.04 + 63.050 208.00 172.98 35.02 + 63.075 190.00 173.00 17.00 + 63.100 185.00 173.02 11.98 + 63.125 230.00 173.05 56.95 + 63.150 275.00 173.07 101.93 + 63.175 352.00 173.09 178.91 + 63.200 448.00 173.12 274.88 + 63.225 647.00 173.16 473.84 + 63.250 956.00 173.21 782.79 + 63.275 1241.00 173.28 1067.72 + 63.300 1280.00 173.31 1106.69 + 63.325 1063.00 173.29 889.71 + 63.350 730.00 173.26 556.74 + 63.375 559.00 173.26 385.74 + 63.400 576.00 173.27 402.73 + 63.425 678.00 173.29 504.71 + 63.450 833.00 173.31 659.69 + 63.475 919.00 173.35 745.65 + 63.500 838.00 173.38 664.62 + 63.525 736.00 173.42 562.58 + 63.550 578.00 173.42 404.58 + 63.575 449.00 173.42 275.58 + 63.600 352.00 173.42 178.58 + 63.625 332.00 173.44 158.56 + 63.650 306.00 173.45 132.55 + 63.675 308.00 173.47 134.53 + 63.700 321.00 173.49 147.51 + 63.725 300.00 173.51 126.49 + 63.750 245.00 173.53 71.47 + 63.775 216.00 173.54 42.46 + 63.800 201.00 173.56 27.44 + 63.825 182.00 173.58 8.42 + 63.850 162.00 173.60 -11.60 + 63.875 147.00 173.62 -26.62 + 63.900 163.00 173.63 -10.63 + 63.925 193.00 173.65 19.35 + 63.950 149.00 173.67 -24.67 + 63.975 171.00 173.69 -2.69 + 64.000 166.00 173.71 -7.71 + 64.025 202.00 173.72 28.28 + 64.050 155.00 173.74 -18.74 + 64.075 141.00 173.76 -32.76 + 64.100 162.00 173.78 -11.78 + 64.125 155.00 173.80 -18.80 + 64.150 166.00 173.82 -7.82 + 64.175 190.00 173.84 16.16 + 64.200 174.00 173.86 0.14 + 64.225 189.00 173.88 15.12 + 64.250 211.00 173.89 37.11 + 64.275 169.00 173.91 -4.91 + 64.300 195.00 173.93 21.07 + 64.325 197.00 173.95 23.05 + 64.350 235.00 173.98 61.02 + 64.375 250.00 174.00 76.00 + 64.400 286.00 174.02 111.98 + 64.425 344.00 174.05 169.95 + 64.450 394.00 174.09 219.91 + 64.475 561.00 174.15 386.85 + 64.500 722.00 174.26 547.74 + 64.525 930.00 174.48 755.52 + 64.550 1317.00 174.87 1142.13 + 64.575 1481.00 175.16 1305.84 + 64.600 1358.00 174.93 1183.07 + 64.625 1037.00 174.57 862.43 + 64.650 813.00 174.36 638.64 + 64.675 746.00 174.28 571.72 + 64.700 717.00 174.26 542.74 + 64.725 877.00 174.25 702.75 + 64.750 916.00 174.26 741.74 + 64.775 896.00 174.27 721.73 + 64.800 663.00 174.27 488.73 + 64.825 502.00 174.29 327.71 + 64.850 396.00 174.30 221.70 + 64.875 302.00 174.31 127.69 + 64.900 255.00 174.33 80.67 + 64.925 280.00 174.34 105.66 + 64.950 238.00 174.36 63.64 + 64.975 238.00 174.37 63.63 + 65.000 233.00 174.38 58.62 + 65.025 267.00 174.40 92.60 + 65.050 258.00 174.42 83.58 + 65.075 267.00 174.43 92.57 + 65.100 346.00 174.44 171.56 + 65.125 468.00 174.46 293.54 + 65.150 667.00 174.48 492.52 + 65.175 897.00 174.51 722.49 + 65.200 976.00 174.53 801.47 + 65.225 870.00 174.54 695.46 + 65.250 617.00 174.54 442.46 + 65.275 478.00 174.55 303.45 + 65.300 483.00 174.57 308.43 + 65.325 485.00 174.58 310.42 + 65.350 541.00 174.60 366.40 + 65.375 636.00 174.62 461.38 + 65.400 625.00 174.63 450.37 + 65.425 465.00 174.65 290.35 + 65.450 354.00 174.68 179.32 + 65.475 276.00 174.71 101.29 + 65.500 231.00 174.77 56.23 + 65.525 232.00 174.88 57.12 + 65.550 190.00 175.02 14.98 + 65.575 216.00 175.04 40.96 + 65.600 192.00 174.93 17.07 + 65.625 191.00 174.84 16.16 + 65.650 172.00 174.81 -2.81 + 65.675 178.00 174.81 3.19 + 65.700 212.00 174.81 37.19 + 65.725 172.00 174.82 -2.82 + 65.750 174.00 174.83 -0.83 + 65.775 183.00 174.84 8.16 + 65.800 142.00 174.86 -32.86 + 65.825 176.00 174.87 1.13 + 65.850 174.00 174.88 -0.88 + 65.875 159.00 174.90 -15.90 + 65.900 196.00 174.92 21.08 + 65.925 194.00 174.94 19.06 + 65.950 202.00 174.98 27.02 + 65.975 246.00 175.04 70.96 + 66.000 258.00 175.09 82.91 + 66.025 272.00 175.08 96.92 + 66.050 227.00 175.04 51.96 + 66.075 206.00 175.03 30.97 + 66.100 220.00 175.03 44.97 + 66.125 234.00 175.04 58.96 + 66.150 235.00 175.05 59.95 + 66.175 252.00 175.07 76.93 + 66.200 241.00 175.08 65.92 + 66.225 246.00 175.10 70.90 + 66.250 280.00 175.12 104.88 + 66.275 326.00 175.15 150.85 + 66.300 391.00 175.20 215.80 + 66.325 456.00 175.30 280.70 + 66.350 640.00 175.47 464.53 + 66.375 670.00 175.58 494.42 + 66.400 639.00 175.47 463.53 + 66.425 521.00 175.34 345.66 + 66.450 515.00 175.29 339.71 + 66.475 493.00 175.29 317.71 + 66.500 632.00 175.31 456.69 + 66.525 854.00 175.39 678.61 + 66.550 1153.00 175.55 977.45 + 66.575 1468.00 175.83 1292.17 + 66.600 1384.00 176.01 1207.99 + 66.625 1196.00 175.78 1020.22 + 66.650 879.00 175.54 703.46 + 66.675 770.00 175.42 594.58 + 66.700 660.00 175.38 484.62 + 66.725 705.00 175.37 529.63 + 66.750 773.00 175.37 597.63 + 66.775 815.00 175.37 639.63 + 66.800 766.00 175.37 590.63 + 66.825 626.00 175.38 450.62 + 66.850 469.00 175.39 293.61 + 66.875 409.00 175.40 233.60 + 66.900 338.00 175.41 162.59 + 66.925 280.00 175.42 104.58 + 66.950 267.00 175.43 91.57 + 66.975 303.00 175.44 127.56 + 67.000 290.00 175.46 114.54 + 67.025 315.00 175.47 139.53 + 67.050 308.00 175.49 132.51 + 67.075 375.00 175.51 199.49 + 67.100 471.00 175.55 295.45 + 67.125 637.00 175.62 461.38 + 67.150 830.00 175.76 654.24 + 67.175 1073.00 175.98 897.02 + 67.200 1024.00 176.02 847.98 + 67.225 833.00 175.82 657.18 + 67.250 639.00 175.68 463.32 + 67.275 528.00 175.63 352.37 + 67.300 502.00 175.61 326.39 + 67.325 569.00 175.60 393.40 + 67.350 667.00 175.61 491.39 + 67.375 732.00 175.61 556.39 + 67.400 600.00 175.62 424.38 + 67.425 516.00 175.63 340.37 + 67.450 444.00 175.63 268.37 + 67.475 417.00 175.64 241.36 + 67.500 430.00 175.65 254.35 + 67.525 431.00 175.66 255.34 + 67.550 409.00 175.67 233.33 + 67.575 399.00 175.68 223.32 + 67.600 319.00 175.69 143.31 + 67.625 289.00 175.70 113.30 + 67.650 333.00 175.71 157.29 + 67.675 368.00 175.72 192.28 + 67.700 368.00 175.73 192.27 + 67.725 375.00 175.74 199.26 + 67.750 332.00 175.74 156.26 + 67.775 257.00 175.75 81.25 + 67.800 253.00 175.76 77.24 + 67.825 244.00 175.78 68.22 + 67.850 250.00 175.79 74.21 + 67.875 251.00 175.80 75.20 + 67.900 239.00 175.81 63.19 + 67.925 260.00 175.83 84.17 + 67.950 202.00 175.84 26.16 + 67.975 234.00 175.85 58.15 + 68.000 236.00 175.87 60.13 + 68.025 222.00 175.89 46.11 + 68.050 268.00 175.91 92.09 + 68.075 246.00 175.95 70.05 + 68.100 261.00 176.01 84.99 + 68.125 301.00 176.12 124.88 + 68.150 352.00 176.35 175.65 + 68.175 434.00 176.59 257.41 + 68.200 507.00 176.57 330.43 + 68.225 687.00 176.66 510.34 + 68.250 891.00 177.11 713.89 + 68.275 929.00 177.47 751.53 + 68.300 869.00 176.98 692.02 + 68.325 744.00 176.48 567.52 + 68.350 766.00 176.25 589.75 + 68.375 883.00 176.18 706.82 + 68.400 1213.00 176.20 1036.80 + 68.425 1390.00 176.25 1213.75 + 68.450 1383.00 176.23 1206.77 + 68.475 1276.00 176.26 1099.74 + 68.500 1228.00 176.42 1051.58 + 68.525 1172.00 176.66 995.34 + 68.550 1129.00 176.59 952.41 + 68.575 970.00 176.33 793.67 + 68.600 905.00 176.18 728.82 + 68.625 839.00 176.12 662.88 + 68.650 745.00 176.10 568.90 + 68.675 632.00 176.09 455.91 + 68.700 628.00 176.08 451.92 + 68.725 600.00 176.08 423.92 + 68.750 552.00 176.08 375.92 + 68.775 393.00 176.08 216.92 + 68.800 307.00 176.09 130.91 + 68.825 265.00 176.09 88.91 + 68.850 275.00 176.10 98.90 + 68.875 215.00 176.11 38.89 + 68.900 233.00 176.11 56.89 + 68.925 208.00 176.12 31.88 + 68.950 186.00 176.12 9.88 + 68.975 180.00 176.13 3.87 + 69.000 200.00 176.13 23.87 + 69.025 182.00 176.14 5.86 + 69.050 178.00 176.15 1.85 + 69.075 170.00 176.15 -6.15 + 69.100 180.00 176.16 3.84 + 69.125 177.00 176.17 0.83 + 69.150 190.00 176.19 13.81 + 69.175 173.00 176.20 -3.20 + 69.200 203.00 176.22 26.78 + 69.225 200.00 176.24 23.76 + 69.250 185.00 176.28 8.72 + 69.275 218.00 176.35 41.65 + 69.300 207.00 176.46 30.54 + 69.325 244.00 176.45 67.55 + 69.350 220.00 176.37 43.63 + 69.375 243.00 176.34 66.66 + 69.400 266.00 176.34 89.66 + 69.425 280.00 176.36 103.64 + 69.450 324.00 176.41 147.59 + 69.475 394.00 176.50 217.50 + 69.500 567.00 176.70 390.30 + 69.525 690.00 177.17 512.83 + 69.550 853.00 178.03 674.97 + 69.575 934.00 178.26 755.74 + 69.600 815.00 177.47 637.53 + 69.625 877.00 177.02 699.98 + 69.650 894.00 176.98 717.02 + 69.675 888.00 176.91 711.09 + 69.700 744.00 176.66 567.34 + 69.725 665.00 176.51 488.49 + 69.750 674.00 176.44 497.56 + 69.775 693.00 176.42 516.58 + 69.800 634.00 176.41 457.59 + 69.825 583.00 176.41 406.59 + 69.850 589.00 176.41 412.59 + 69.875 572.00 176.40 395.60 + 69.900 455.00 176.41 278.59 + 69.925 501.00 176.43 324.57 + 69.950 497.00 176.47 320.53 + 69.975 637.00 176.57 460.43 + 70.000 833.00 176.81 656.19 + 70.025 1120.00 177.16 942.84 + 70.050 968.00 177.07 790.93 + 70.075 776.00 176.72 599.28 + 70.100 526.00 176.54 349.46 + 70.125 397.00 176.46 220.54 + 70.150 372.00 176.43 195.57 + 70.175 472.00 176.42 295.58 + 70.200 548.00 176.41 371.59 + 70.225 682.00 176.41 505.59 + 70.250 632.00 176.41 455.59 + 70.275 479.00 176.41 302.59 + 70.300 341.00 176.41 164.59 + 70.325 304.00 176.41 127.59 + 70.350 211.00 176.41 34.59 + 70.375 213.00 176.41 36.59 + 70.400 199.00 176.42 22.58 + 70.425 185.00 176.42 8.58 + 70.450 190.00 176.42 13.58 + 70.475 194.00 176.42 17.58 + 70.500 183.00 176.42 6.58 + 70.525 193.00 176.43 16.57 + 70.550 204.00 176.43 27.57 + 70.575 201.00 176.44 24.56 + 70.600 264.00 176.44 87.56 + 70.625 298.00 176.45 121.55 + 70.650 373.00 176.46 196.54 + 70.675 364.00 176.47 187.53 + 70.700 306.00 176.46 129.54 + 70.725 270.00 176.46 93.54 + 70.750 271.00 176.47 94.53 + 70.775 259.00 176.47 82.53 + 70.800 298.00 176.48 121.52 + 70.825 371.00 176.50 194.50 + 70.850 433.00 176.54 256.46 + 70.875 565.00 176.62 388.38 + 70.900 625.00 176.77 448.23 + 70.925 581.00 176.78 404.22 + 70.950 460.00 176.63 283.37 + 70.975 365.00 176.55 188.45 + 71.000 291.00 176.52 114.48 + 71.025 270.00 176.51 93.49 + 71.050 311.00 176.50 134.50 + 71.075 317.00 176.50 140.50 + 71.100 411.00 176.50 234.50 + 71.125 435.00 176.50 258.50 + 71.150 426.00 176.50 249.50 + 71.175 481.00 176.51 304.49 + 71.200 415.00 176.52 238.48 + 71.225 358.00 176.51 181.49 + 71.250 268.00 176.51 91.49 + 71.275 245.00 176.50 68.50 + 71.300 239.00 176.50 62.50 + 71.325 204.00 176.50 27.50 + 71.350 246.00 176.50 69.50 + 71.375 236.00 176.50 59.50 + 71.400 272.00 176.51 95.49 + 71.425 241.00 176.51 64.49 + 71.450 203.00 176.51 26.49 + 71.475 182.00 176.51 5.49 + 71.500 189.00 176.51 12.49 + 71.525 163.00 176.51 -13.51 + 71.550 165.00 176.51 -11.51 + 71.575 161.00 176.51 -15.51 + 71.600 145.00 176.52 -31.52 + 71.625 149.00 176.52 -27.52 + 71.650 163.00 176.52 -13.52 + 71.675 166.00 176.52 -10.52 + 71.700 138.00 176.52 -38.52 + 71.725 141.00 176.52 -35.52 + 71.750 158.00 176.52 -18.52 + 71.775 145.00 176.52 -31.52 + 71.800 131.00 176.53 -45.53 + 71.825 135.00 176.53 -41.53 + 71.850 147.00 176.53 -29.53 + 71.875 133.00 176.53 -43.53 + 71.900 140.00 176.54 -36.54 + 71.925 144.00 176.55 -32.55 + 71.950 155.00 176.57 -21.57 + 71.975 157.00 176.61 -19.61 + 72.000 196.00 176.69 19.31 + 72.025 193.00 176.75 16.25 + 72.050 175.00 176.67 -1.67 + 72.075 172.00 176.60 -4.60 + 72.100 174.00 176.57 -2.57 + 72.125 148.00 176.55 -28.55 + 72.150 164.00 176.54 -12.54 + 72.175 177.00 176.54 0.46 + 72.200 183.00 176.54 6.46 + 72.225 250.00 176.54 73.46 + 72.250 310.00 176.55 133.45 + 72.275 439.00 176.58 262.42 + 72.300 401.00 176.62 224.38 + 72.325 356.00 176.60 179.40 + 72.350 276.00 176.57 99.43 + 72.375 178.00 176.56 1.44 + 72.400 216.00 176.55 39.45 + 72.425 209.00 176.55 32.45 + 72.450 222.00 176.55 45.45 + 72.475 263.00 176.56 86.44 + 72.500 281.00 176.57 104.43 + 72.525 270.00 176.58 93.42 + 72.550 217.00 176.60 40.40 + 72.575 181.00 176.63 4.37 + 72.600 183.00 176.68 6.32 + 72.625 174.00 176.79 -2.79 + 72.650 171.00 177.05 -6.05 + 72.675 151.00 177.66 -26.66 + 72.700 142.00 178.42 -36.42 + 72.725 130.00 177.81 -47.81 + 72.750 147.00 177.11 -30.11 + 72.775 146.00 176.81 -30.81 + 72.800 148.00 176.69 -28.69 + 72.825 124.00 176.62 -52.62 + 72.850 129.00 176.59 -47.59 + 72.875 128.00 176.56 -48.56 + 72.900 135.00 176.55 -41.55 + 72.925 143.00 176.54 -33.54 + 72.950 135.00 176.53 -41.53 + 72.975 145.00 176.52 -31.52 + 73.000 134.00 176.52 -42.52 + 73.025 131.00 176.51 -45.51 + 73.050 154.00 176.51 -22.51 + 73.075 135.00 176.50 -41.50 + 73.100 139.00 176.49 -37.49 + 73.125 155.00 176.49 -21.49 + 73.150 143.00 176.48 -33.48 + 73.175 151.00 176.48 -25.48 + 73.200 154.00 176.48 -22.48 + 73.225 160.00 176.48 -16.48 + 73.250 141.00 176.48 -35.48 + 73.275 160.00 176.48 -16.48 + 73.300 155.00 176.48 -21.48 + 73.325 171.00 176.47 -5.47 + 73.350 166.00 176.47 -10.47 + 73.375 159.00 176.47 -17.47 + 73.400 187.00 176.47 10.53 + 73.425 205.00 176.47 28.53 + 73.450 212.00 176.47 35.53 + 73.475 230.00 176.47 53.53 + 73.500 313.00 176.48 136.52 + 73.525 346.00 176.49 169.51 + 73.550 402.00 176.51 225.49 + 73.575 511.00 176.54 334.46 + 73.600 535.00 176.63 358.37 + 73.625 696.00 176.85 519.15 + 73.650 717.00 177.07 539.93 + 73.675 624.00 176.81 447.19 + 73.700 520.00 176.60 343.40 + 73.725 421.00 176.52 244.48 + 73.750 399.00 176.48 222.52 + 73.775 344.00 176.46 167.54 + 73.800 380.00 176.44 203.56 + 73.825 468.00 176.43 291.57 + 73.850 482.00 176.42 305.58 + 73.875 453.00 176.42 276.58 + 73.900 373.00 176.41 196.59 + 73.925 267.00 176.41 90.59 + 73.950 229.00 176.40 52.60 + 73.975 209.00 176.40 32.60 + 74.000 176.00 176.39 -0.39 + 74.025 193.00 176.39 16.61 + 74.050 210.00 176.38 33.62 + 74.075 179.00 176.38 2.62 + 74.100 173.00 176.38 -3.38 + 74.125 207.00 176.37 30.63 + 74.150 225.00 176.37 48.63 + 74.175 265.00 176.38 88.62 + 74.200 315.00 176.38 138.62 + 74.225 289.00 176.37 112.63 + 74.250 229.00 176.36 52.64 + 74.275 197.00 176.36 20.64 + 74.300 204.00 176.35 27.65 + 74.325 221.00 176.35 44.65 + 74.350 249.00 176.35 72.65 + 74.375 258.00 176.35 81.65 + 74.400 290.00 176.34 113.66 + 74.425 401.00 176.35 224.65 + 74.450 434.00 176.36 257.64 + 74.475 421.00 176.36 244.64 + 74.500 368.00 176.36 191.64 + 74.525 358.00 176.38 181.62 + 74.550 396.00 176.42 219.58 + 74.575 462.00 176.54 285.46 + 74.600 547.00 176.82 370.18 + 74.625 580.00 177.02 402.98 + 74.650 497.00 176.67 320.33 + 74.675 442.00 176.46 265.54 + 74.700 397.00 176.37 220.63 + 74.725 313.00 176.33 136.67 + 74.750 316.00 176.30 139.70 + 74.775 296.00 176.29 119.71 + 74.800 341.00 176.28 164.72 + 74.825 355.00 176.27 178.73 + 74.850 373.00 176.26 196.74 + 74.875 333.00 176.25 156.75 + 74.900 274.00 176.24 97.76 + 74.925 262.00 176.24 85.76 + 74.950 290.00 176.24 113.76 + 74.975 329.00 176.24 152.76 + 75.000 333.00 176.24 156.76 + 75.025 356.00 176.24 179.76 + 75.050 280.00 176.21 103.79 + 75.075 237.00 176.20 60.80 + 75.100 214.00 176.19 37.81 + 75.125 238.00 176.19 61.81 + 75.150 243.00 176.18 66.82 + 75.175 204.00 176.18 27.82 + 75.200 239.00 176.17 62.83 + 75.225 255.00 176.16 78.84 + 75.250 249.00 176.16 72.84 + 75.275 226.00 176.15 49.85 + 75.300 191.00 176.15 14.85 + 75.325 222.00 176.15 45.85 + 75.350 193.00 176.14 16.86 + 75.375 236.00 176.14 59.86 + 75.400 264.00 176.15 87.85 + 75.425 308.00 176.18 131.82 + 75.450 340.00 176.24 163.76 + 75.475 330.00 176.19 153.81 + 75.500 282.00 176.14 105.86 + 75.525 229.00 176.12 52.88 + 75.550 235.00 176.10 58.90 + 75.575 204.00 176.09 27.91 + 75.600 203.00 176.08 26.92 + 75.625 252.00 176.08 75.92 + 75.650 249.00 176.07 72.93 + 75.675 232.00 176.07 55.93 + 75.700 222.00 176.06 45.94 + 75.725 217.00 176.06 40.94 + 75.750 226.00 176.06 49.94 + 75.775 222.00 176.07 45.93 + 75.800 238.00 176.09 61.91 + 75.825 265.00 176.13 88.87 + 75.850 341.00 176.24 164.76 + 75.875 339.00 176.50 162.50 + 75.900 338.00 176.52 161.48 + 75.925 302.00 176.24 125.76 + 75.950 275.00 176.10 98.90 + 75.975 242.00 176.04 65.96 + 76.000 218.00 176.01 41.99 + 76.025 232.00 175.99 56.01 + 76.050 297.00 175.97 121.03 + 76.075 360.00 175.96 184.04 + 76.100 399.00 175.96 223.04 + 76.125 423.00 175.95 247.05 + 76.150 365.00 175.94 189.06 + 76.175 273.00 175.93 97.07 + 76.200 254.00 175.92 78.08 + 76.225 262.00 175.91 86.09 + 76.250 216.00 175.90 40.10 + 76.275 316.00 175.89 140.11 + 76.300 339.00 175.88 163.12 + 76.325 402.00 175.88 226.12 + 76.350 509.00 175.88 333.12 + 76.375 598.00 175.88 422.12 + 76.400 700.00 175.90 524.10 + 76.425 742.00 175.93 566.07 + 76.450 619.00 175.90 443.10 + 76.475 470.00 175.85 294.15 + 76.500 398.00 175.83 222.17 + 76.525 379.00 175.82 203.18 + 76.550 352.00 175.81 176.19 + 76.575 351.00 175.80 175.20 + 76.600 379.00 175.79 203.21 + 76.625 443.00 175.78 267.22 + 76.650 466.00 175.77 290.23 + 76.675 438.00 175.77 262.23 + 76.700 357.00 175.76 181.24 + 76.725 289.00 175.75 113.25 + 76.750 258.00 175.74 82.26 + 76.775 233.00 175.73 57.27 + 76.800 216.00 175.73 40.27 + 76.825 241.00 175.72 65.28 + 76.850 235.00 175.72 59.28 + 76.875 277.00 175.71 101.29 + 76.900 309.00 175.72 133.28 + 76.925 358.00 175.74 182.26 + 76.950 356.00 175.79 180.21 + 76.975 323.00 175.74 147.26 + 77.000 273.00 175.69 97.31 + 77.025 243.00 175.67 67.33 + 77.050 224.00 175.65 48.35 + 77.075 243.00 175.64 67.36 + 77.100 250.00 175.63 74.37 + 77.125 220.00 175.62 44.38 + 77.150 267.00 175.61 91.39 + 77.175 291.00 175.60 115.40 + 77.200 282.00 175.60 106.40 + 77.225 252.00 175.59 76.41 + 77.250 255.00 175.59 79.41 + 77.275 328.00 175.60 152.40 + 77.300 357.00 175.64 181.36 + 77.325 411.00 175.70 235.30 + 77.350 375.00 175.66 199.34 + 77.375 323.00 175.58 147.42 + 77.400 267.00 175.54 91.46 + 77.425 240.00 175.52 64.48 + 77.450 208.00 175.51 32.49 + 77.475 209.00 175.49 33.51 + 77.500 236.00 175.48 60.52 + 77.525 248.00 175.47 72.53 + 77.550 261.00 175.46 85.54 + 77.575 256.00 175.45 80.55 + 77.600 244.00 175.44 68.56 + 77.625 203.00 175.43 27.57 + 77.650 173.00 175.42 -2.42 + 77.675 170.00 175.42 -5.42 + 77.700 174.00 175.41 -1.41 + 77.725 168.00 175.40 -7.40 + 77.750 167.00 175.39 -8.39 + 77.775 181.00 175.38 5.62 + 77.800 159.00 175.39 -16.39 + 77.825 195.00 175.39 19.61 + 77.850 168.00 175.39 -7.39 + 77.875 180.00 175.40 4.60 + 77.900 186.00 175.43 10.57 + 77.925 175.00 175.51 -0.51 + 77.950 191.00 175.56 15.44 + 77.975 213.00 175.47 37.53 + 78.000 274.00 175.42 98.58 + 78.025 266.00 175.42 90.58 + 78.050 323.00 175.45 147.55 + 78.075 421.00 175.51 245.49 + 78.100 552.00 175.65 376.35 + 78.125 799.00 175.98 623.02 + 78.150 1129.00 176.79 952.21 + 78.175 1277.00 178.13 1098.87 + 78.200 1123.00 177.38 945.62 + 78.225 820.00 176.21 643.79 + 78.250 610.00 175.71 434.29 + 78.275 504.00 175.48 328.52 + 78.300 408.00 175.37 232.63 + 78.325 478.00 175.30 302.70 + 78.350 543.00 175.26 367.74 + 78.375 708.00 175.23 532.77 + 78.400 817.00 175.21 641.79 + 78.425 736.00 175.20 560.80 + 78.450 641.00 175.21 465.79 + 78.475 568.00 175.25 392.75 + 78.500 413.00 175.39 237.61 + 78.525 433.00 175.46 257.54 + 78.550 373.00 175.28 197.72 + 78.575 314.00 175.14 138.86 + 78.600 321.00 175.09 145.91 + 78.625 244.00 175.07 68.93 + 78.650 262.00 175.06 86.94 + 78.675 251.00 175.07 75.93 + 78.700 232.00 175.05 56.95 + 78.725 241.00 175.01 65.99 + 78.750 216.00 174.99 41.01 + 78.775 240.00 174.97 65.03 + 78.800 212.00 174.96 37.04 + 78.825 196.00 174.94 21.06 + 78.850 173.00 174.93 -1.93 + 78.875 187.00 174.92 12.08 + 78.900 175.00 174.91 0.09 + 78.925 173.00 174.89 -1.89 + 78.950 152.00 174.88 -22.88 + 78.975 163.00 174.87 -11.87 + 79.000 143.00 174.86 -31.86 + 79.025 135.00 174.85 -39.85 + 79.050 122.00 174.84 -52.84 + 79.075 139.00 174.82 -35.82 + 79.100 128.00 174.81 -46.81 + 79.125 134.00 174.80 -40.80 + 79.150 140.00 174.79 -34.79 + 79.175 117.00 174.78 -57.78 + 79.200 150.00 174.77 -24.77 + 79.225 134.00 174.77 -40.77 + 79.250 152.00 174.76 -22.76 + 79.275 127.00 174.77 -47.77 + 79.300 170.00 174.79 -4.79 + 79.325 158.00 174.84 -16.84 + 79.350 155.00 174.79 -19.79 + 79.375 173.00 174.73 -1.73 + 79.400 161.00 174.70 -13.70 + 79.425 136.00 174.67 -38.67 + 79.450 128.00 174.66 -46.66 + 79.475 177.00 174.65 2.35 + 79.500 165.00 174.64 -9.64 + 79.525 140.00 174.63 -34.63 + 79.550 154.00 174.61 -20.61 + 79.575 143.00 174.60 -31.60 + 79.600 168.00 174.58 -6.58 + 79.625 189.00 174.57 14.43 + 79.650 130.00 174.56 -44.56 + 79.675 160.00 174.54 -14.54 + 79.700 151.00 174.53 -23.53 + 79.725 182.00 174.52 7.48 + 79.750 221.00 174.51 46.49 + 79.775 238.00 174.50 63.50 + 79.800 260.00 174.50 85.50 + 79.825 315.00 174.52 140.48 + 79.850 327.00 174.54 152.46 + 79.875 311.00 174.50 136.50 + 79.900 246.00 174.45 71.55 + 79.925 211.00 174.43 36.57 + 79.950 204.00 174.41 29.59 + 79.975 196.00 174.40 21.60 + 80.000 211.00 174.38 36.62 + 80.025 191.00 174.37 16.63 + 80.050 234.00 174.35 59.65 + 80.075 225.00 174.34 50.66 + 80.100 255.00 174.33 80.67 + 80.125 200.00 174.31 25.69 + 80.150 186.00 174.30 11.70 + 80.175 186.00 174.29 11.71 + 80.200 162.00 174.28 -12.28 + 80.225 140.00 174.26 -34.26 + 80.250 153.00 174.25 -21.25 + 80.275 147.00 174.24 -27.24 + 80.300 143.00 174.22 -31.22 + 80.325 153.00 174.21 -21.21 + 80.350 154.00 174.20 -20.20 + 80.375 133.00 174.18 -41.18 + 80.400 145.00 174.17 -29.17 + 80.425 148.00 174.16 -26.16 + 80.450 165.00 174.15 -9.15 + 80.475 155.00 174.14 -19.14 + 80.500 155.00 174.13 -19.13 + 80.525 147.00 174.11 -27.11 + 80.550 176.00 174.10 1.90 + 80.575 149.00 174.09 -25.09 + 80.600 165.00 174.08 -9.08 + 80.625 136.00 174.07 -38.07 + 80.650 163.00 174.06 -11.06 + 80.675 163.00 174.06 -11.06 + 80.700 198.00 174.06 23.94 + 80.725 215.00 174.06 40.94 + 80.750 249.00 174.09 74.91 + 80.775 304.00 174.16 129.84 + 80.800 377.00 174.35 202.65 + 80.825 414.00 174.65 239.35 + 80.850 339.00 174.45 164.55 + 80.875 322.00 174.17 147.83 + 80.900 284.00 174.04 109.96 + 80.925 301.00 173.98 127.02 + 80.950 311.00 173.95 137.05 + 80.975 380.00 173.94 206.06 + 81.000 550.00 173.95 376.05 + 81.025 624.00 174.01 449.99 + 81.050 660.00 174.11 485.89 + 81.075 617.00 174.01 442.99 + 81.100 461.00 173.90 287.10 + 81.125 363.00 173.84 189.16 + 81.150 284.00 173.80 110.20 + 81.175 266.00 173.78 92.22 + 81.200 268.00 173.76 94.24 + 81.225 289.00 173.74 115.26 + 81.250 340.00 173.73 166.27 + 81.275 375.00 173.71 201.29 + 81.300 363.00 173.70 189.30 + 81.325 327.00 173.70 153.30 + 81.350 259.00 173.70 85.30 + 81.375 216.00 173.73 42.27 + 81.400 172.00 173.72 -1.72 + 81.425 180.00 173.67 6.33 + 81.450 208.00 173.63 34.37 + 81.475 177.00 173.61 3.39 + 81.500 157.00 173.60 -16.60 + 81.525 189.00 173.60 15.40 + 81.550 192.00 173.60 18.40 + 81.575 222.00 173.65 48.35 + 81.600 222.00 173.76 48.24 + 81.625 188.00 173.78 14.22 + 81.650 184.00 173.63 10.37 + 81.675 164.00 173.54 -9.54 + 81.700 173.00 173.50 -0.50 + 81.725 182.00 173.47 8.53 + 81.750 153.00 173.44 -20.44 + 81.775 158.00 173.42 -15.42 + 81.800 158.00 173.41 -15.41 + 81.825 183.00 173.39 9.61 + 81.850 190.00 173.37 16.63 + 81.875 178.00 173.36 4.64 + 81.900 169.00 173.34 -4.34 + 81.925 145.00 173.33 -28.33 + 81.950 170.00 173.31 -3.31 + 81.975 138.00 173.30 -35.30 + 82.000 169.00 173.28 -4.28 + 82.025 133.00 173.27 -40.27 + 82.050 134.00 173.25 -39.25 + 82.075 122.00 173.24 -51.24 + 82.100 126.00 173.22 -47.22 + 82.125 153.00 173.21 -20.21 + 82.150 112.00 173.19 -61.19 + 82.175 125.00 173.18 -48.18 + 82.200 127.00 173.16 -46.16 + 82.225 147.00 173.15 -26.15 + 82.250 125.00 173.13 -48.13 + 82.275 125.00 173.12 -48.12 + 82.300 142.00 173.10 -31.10 + 82.325 143.00 173.09 -30.09 + 82.350 138.00 173.07 -35.07 + 82.375 145.00 173.06 -28.06 + 82.400 166.00 173.04 -7.04 + 82.425 165.00 173.03 -8.03 + 82.450 156.00 173.01 -17.01 + 82.475 154.00 173.01 -19.01 + 82.500 169.00 172.99 -3.99 + 82.525 130.00 172.98 -42.98 + 82.550 173.00 172.97 0.03 + 82.575 155.00 172.96 -17.96 + 82.600 178.00 172.95 5.05 + 82.625 211.00 172.94 38.06 + 82.650 247.00 172.95 74.05 + 82.675 289.00 172.98 116.02 + 82.700 310.00 173.03 136.97 + 82.725 276.00 173.00 103.00 + 82.750 303.00 172.96 130.04 + 82.775 376.00 172.97 203.03 + 82.800 468.00 173.05 294.95 + 82.825 665.00 173.26 491.74 + 82.850 803.00 173.72 629.28 + 82.875 829.00 173.70 655.30 + 82.900 683.00 173.21 509.79 + 82.925 570.00 172.96 397.04 + 82.950 507.00 172.85 334.15 + 82.975 383.00 172.78 210.22 + 83.000 335.00 172.74 162.26 + 83.025 352.00 172.72 179.28 + 83.050 412.00 172.70 239.30 + 83.075 522.00 172.68 349.32 + 83.100 575.00 172.68 402.32 + 83.125 652.00 172.71 479.29 + 83.150 681.00 172.80 508.20 + 83.175 634.00 172.94 461.06 + 83.200 466.00 172.81 293.19 + 83.225 368.00 172.66 195.34 + 83.250 301.00 172.59 128.41 + 83.275 214.00 172.54 41.46 + 83.300 226.00 172.52 53.48 + 83.325 205.00 172.49 32.51 + 83.350 239.00 172.48 66.52 + 83.375 226.00 172.46 53.54 + 83.400 271.00 172.45 98.55 + 83.425 279.00 172.44 106.56 + 83.450 280.00 172.44 107.56 + 83.475 247.00 172.45 74.55 + 83.500 223.00 172.48 50.52 + 83.525 201.00 172.59 28.41 + 83.550 199.00 172.81 26.19 + 83.575 198.00 172.75 25.25 + 83.600 206.00 172.51 33.49 + 83.625 191.00 172.38 18.62 + 83.650 154.00 172.32 -18.32 + 83.675 174.00 172.28 1.72 + 83.700 144.00 172.25 -28.25 + 83.725 155.00 172.24 -17.24 + 83.750 161.00 172.22 -11.22 + 83.775 172.00 172.20 -0.20 + 83.800 178.00 172.18 5.82 + 83.825 192.00 172.17 19.83 + 83.850 155.00 172.15 -17.15 + 83.875 171.00 172.14 -1.14 + 83.900 155.00 172.13 -17.13 + 83.925 160.00 172.12 -12.12 + 83.950 138.00 172.11 -34.11 + 83.975 156.00 172.11 -16.11 + 84.000 178.00 172.12 5.88 + 84.025 163.00 172.16 -9.16 + 84.050 191.00 172.27 18.73 + 84.075 200.00 172.52 27.48 + 84.100 208.00 172.99 35.01 + 84.125 186.00 172.84 13.16 + 84.150 167.00 172.37 -5.37 + 84.175 183.00 172.14 10.86 + 84.200 157.00 172.03 -15.03 + 84.225 148.00 171.97 -23.97 + 84.250 163.00 171.93 -8.93 + 84.275 174.00 171.90 2.10 + 84.300 187.00 171.87 15.13 + 84.325 182.00 171.85 10.15 + 84.350 189.00 171.83 17.17 + 84.375 190.00 171.81 18.19 + 84.400 190.00 171.80 18.20 + 84.425 199.00 171.78 27.22 + 84.450 240.00 171.77 68.23 + 84.475 247.00 171.77 75.23 + 84.500 334.00 171.77 162.23 + 84.525 391.00 171.79 219.21 + 84.550 512.00 171.87 340.13 + 84.575 618.00 172.08 445.92 + 84.600 663.00 172.20 490.80 + 84.625 593.00 171.93 421.07 + 84.650 456.00 171.75 284.25 + 84.675 395.00 171.67 223.33 + 84.700 343.00 171.62 171.38 + 84.725 288.00 171.58 116.42 + 84.750 292.00 171.56 120.44 + 84.775 310.00 171.53 138.47 + 84.800 392.00 171.51 220.49 + 84.825 389.00 171.49 217.51 + 84.850 437.00 171.47 265.53 + 84.875 361.00 171.46 189.54 + 84.900 351.00 171.44 179.56 + 84.925 262.00 171.42 90.58 + 84.950 250.00 171.40 78.60 + 84.975 233.00 171.39 61.61 + 85.000 197.00 171.37 25.63 + 85.025 195.00 171.36 23.64 + 85.050 171.00 171.35 -0.35 + 85.075 174.00 171.36 2.64 + 85.100 171.00 171.40 -0.40 + 85.125 159.00 171.40 -12.40 + 85.150 158.00 171.32 -13.32 + 85.175 120.00 171.27 -51.27 + 85.200 128.00 171.24 -43.24 + 85.225 140.00 171.22 -31.22 + 85.250 148.00 171.20 -23.20 + 85.275 156.00 171.18 -15.18 + 85.300 133.00 171.16 -38.16 + 85.325 156.00 171.14 -15.14 + 85.350 144.00 171.12 -27.12 + 85.375 163.00 171.11 -8.11 + 85.400 158.00 171.09 -13.09 + 85.425 158.00 171.07 -13.07 + 85.450 154.00 171.06 -17.06 + 85.475 165.00 171.04 -6.04 + 85.500 196.00 171.03 24.97 + 85.525 206.00 171.02 34.98 + 85.550 256.00 171.02 84.98 + 85.575 278.00 171.05 106.95 + 85.600 255.00 171.04 83.96 + 85.625 253.00 170.98 82.02 + 85.650 223.00 170.94 52.06 + 85.675 190.00 170.91 19.09 + 85.700 196.00 170.88 25.12 + 85.725 176.00 170.86 5.14 + 85.750 171.00 170.85 0.15 + 85.775 212.00 170.83 41.17 + 85.800 204.00 170.81 33.19 + 85.825 252.00 170.79 81.21 + 85.850 224.00 170.77 53.23 + 85.875 192.00 170.75 21.25 + 85.900 180.00 170.74 9.26 + 85.925 172.00 170.72 1.28 + 85.950 166.00 170.70 -4.70 + 85.975 159.00 170.68 -11.68 + 86.000 155.00 170.67 -15.67 + 86.025 148.00 170.65 -22.65 + 86.050 167.00 170.63 -3.63 + 86.075 137.00 170.61 -33.61 + 86.100 178.00 170.60 7.40 + 86.125 161.00 170.59 -9.59 + 86.150 180.00 170.57 9.43 + 86.175 156.00 170.56 -14.56 + 86.200 169.00 170.54 -1.54 + 86.225 178.00 170.53 7.47 + 86.250 174.00 170.51 3.49 + 86.275 181.00 170.50 10.50 + 86.300 172.00 170.49 1.51 + 86.325 238.00 170.49 67.51 + 86.350 209.00 170.50 38.50 + 86.375 240.00 170.55 69.45 + 86.400 343.00 170.63 172.37 + 86.425 384.00 170.63 213.37 + 86.450 500.00 170.62 329.38 + 86.475 673.00 170.75 502.25 + 86.500 704.00 171.12 532.88 + 86.525 763.00 171.47 591.53 + 86.550 656.00 171.01 484.99 + 86.575 551.00 170.62 380.38 + 86.600 406.00 170.44 235.56 + 86.625 354.00 170.35 183.65 + 86.650 352.00 170.29 181.71 + 86.675 301.00 170.25 130.75 + 86.700 357.00 170.22 186.78 + 86.725 414.00 170.19 243.81 + 86.750 440.00 170.17 269.83 + 86.775 502.00 170.15 331.85 + 86.800 459.00 170.14 288.86 + 86.825 425.00 170.13 254.87 + 86.850 378.00 170.12 207.88 + 86.875 418.00 170.14 247.86 + 86.900 427.00 170.21 256.79 + 86.925 467.00 170.36 296.64 + 86.950 441.00 170.30 270.70 + 86.975 400.00 170.14 229.86 + 87.000 327.00 170.04 156.96 + 87.025 278.00 169.98 108.02 + 87.050 259.00 169.95 89.05 + 87.075 240.00 169.92 70.08 + 87.100 213.00 169.90 43.10 + 87.125 206.00 169.87 36.13 + 87.150 241.00 169.85 71.15 + 87.175 263.00 169.83 93.17 + 87.200 287.00 169.81 117.19 + 87.225 291.00 169.79 121.21 + 87.250 245.00 169.78 75.22 + 87.275 243.00 169.76 73.24 + 87.300 198.00 169.74 28.26 + 87.325 195.00 169.72 25.28 + 87.350 195.00 169.70 25.30 + 87.375 164.00 169.68 -5.68 + 87.400 178.00 169.67 8.33 + 87.425 161.00 169.65 -8.65 + 87.450 161.00 169.63 -8.63 + 87.475 183.00 169.62 13.38 + 87.500 177.00 169.60 7.40 + 87.525 177.00 169.58 7.42 + 87.550 177.00 169.57 7.43 + 87.575 192.00 169.56 22.44 + 87.600 219.00 169.55 49.45 + 87.625 260.00 169.56 90.44 + 87.650 310.00 169.59 140.41 + 87.675 337.00 169.69 167.31 + 87.700 312.00 169.75 142.25 + 87.725 290.00 169.62 120.38 + 87.750 275.00 169.51 105.49 + 87.775 243.00 169.45 73.55 + 87.800 192.00 169.41 22.59 + 87.825 200.00 169.38 30.62 + 87.850 212.00 169.36 42.64 + 87.875 205.00 169.34 35.66 + 87.900 180.00 169.33 10.67 + 87.925 219.00 169.31 49.69 + 87.950 274.00 169.30 104.70 + 87.975 271.00 169.30 101.70 + 88.000 200.00 169.31 30.69 + 88.025 205.00 169.34 35.66 + 88.050 195.00 169.45 25.55 + 88.075 179.00 169.68 9.32 + 88.100 171.00 169.70 1.30 + 88.125 171.00 169.43 1.57 + 88.150 147.00 169.26 -22.26 + 88.175 147.00 169.18 -22.18 + 88.200 167.00 169.13 -2.13 + 88.225 159.00 169.10 -10.10 + 88.250 157.00 169.07 -12.07 + 88.275 145.00 169.04 -24.04 + 88.300 164.00 169.02 -5.02 + 88.325 142.00 169.00 -27.00 + 88.350 143.00 168.98 -25.98 + 88.375 164.00 168.96 -4.96 + 88.400 157.00 168.94 -11.94 + 88.425 153.00 168.93 -15.93 + 88.450 145.00 168.91 -23.91 + 88.475 168.00 168.89 -0.89 + 88.500 159.00 168.87 -9.87 + 88.525 169.00 168.85 0.15 + 88.550 137.00 168.84 -31.84 + 88.575 182.00 168.83 13.17 + 88.600 196.00 168.82 27.18 + 88.625 218.00 168.82 49.18 + 88.650 216.00 168.84 47.16 + 88.675 223.00 168.85 54.15 + 88.700 269.00 168.87 100.13 + 88.725 295.00 168.97 126.03 + 88.750 288.00 169.10 118.90 + 88.775 280.00 168.98 111.02 + 88.800 281.00 168.81 112.19 + 88.825 187.00 168.71 18.29 + 88.850 264.00 168.66 95.34 + 88.875 216.00 168.63 47.37 + 88.900 220.00 168.60 51.40 + 88.925 242.00 168.58 73.42 + 88.950 264.00 168.56 95.44 + 88.975 272.00 168.54 103.46 + 89.000 326.00 168.53 157.47 + 89.025 362.00 168.52 193.48 + 89.050 407.00 168.53 238.47 + 89.075 468.00 168.57 299.43 + 89.100 432.00 168.61 263.39 + 89.125 443.00 168.57 274.43 + 89.150 383.00 168.53 214.47 + 89.175 393.00 168.50 224.50 + 89.200 367.00 168.47 198.53 + 89.225 415.00 168.49 246.51 + 89.250 471.00 168.57 302.43 + 89.275 595.00 168.79 426.21 + 89.300 626.00 169.13 456.87 + 89.325 583.00 169.04 413.96 + 89.350 491.00 168.66 322.34 + 89.375 456.00 168.44 287.56 + 89.400 411.00 168.33 242.67 + 89.425 322.00 168.26 153.74 + 89.450 328.00 168.22 159.78 + 89.475 289.00 168.19 120.81 + 89.500 271.00 168.17 102.83 + 89.525 302.00 168.14 133.86 + 89.550 377.00 168.12 208.88 + 89.575 369.00 168.11 200.89 + 89.600 373.00 168.10 204.90 + 89.625 347.00 168.10 178.90 + 89.650 296.00 168.12 127.88 + 89.675 292.00 168.18 123.82 + 89.700 257.00 168.29 88.71 + 89.725 269.00 168.36 100.64 + 89.750 241.00 168.22 72.78 + 89.775 218.00 168.07 49.93 + 89.800 212.00 168.00 44.00 + 89.825 239.00 167.97 71.03 + 89.850 254.00 167.97 86.03 + 89.875 295.00 168.00 127.00 + 89.900 314.00 168.11 145.89 + 89.925 356.00 168.24 187.76 + 89.950 301.00 168.15 132.85 + 89.975 277.00 167.97 109.03 + 90.000 252.00 167.86 84.14 + 90.025 251.00 167.79 83.21 + 90.050 186.00 167.76 18.24 + 90.075 197.00 167.73 29.27 + 90.100 162.00 167.70 -5.70 + 90.125 192.00 167.68 24.32 + 90.150 231.00 167.65 63.35 + 90.175 223.00 167.63 55.37 + 90.200 207.00 167.61 39.39 + 90.225 238.00 167.59 70.41 + 90.250 196.00 167.57 28.43 + 90.275 196.00 167.55 28.45 + 90.300 176.00 167.53 8.47 + 90.325 171.00 167.51 3.49 + 90.350 178.00 167.49 10.51 + 90.375 146.00 167.48 -21.48 + 90.400 169.00 167.45 1.55 + 90.425 161.00 167.44 -6.44 + 90.450 149.00 167.42 -18.42 + 90.475 173.00 167.40 5.60 + 90.500 156.00 167.38 -11.38 + 90.525 143.00 167.36 -24.36 + 90.550 154.00 167.34 -13.34 + 90.575 152.00 167.33 -15.33 + 90.600 139.00 167.31 -28.31 + 90.625 184.00 167.29 16.71 + 90.650 185.00 167.27 17.73 + 90.675 161.00 167.26 -6.26 + 90.700 159.00 167.24 -8.24 + 90.725 152.00 167.22 -15.22 + 90.750 159.00 167.20 -8.20 + 90.775 176.00 167.18 8.82 + 90.800 164.00 167.17 -3.17 + 90.825 168.00 167.15 0.85 + 90.850 193.00 167.13 25.87 + 90.875 195.00 167.12 27.88 + 90.900 187.00 167.10 19.90 + 90.925 237.00 167.09 69.91 + 90.950 228.00 167.07 60.93 + 90.975 265.00 167.06 97.94 + 91.000 291.00 167.05 123.95 + 91.025 347.00 167.05 179.95 + 91.050 409.00 167.06 241.94 + 91.075 454.00 167.11 286.89 + 91.100 552.00 167.23 384.77 + 91.125 524.00 167.41 356.59 + 91.150 552.00 167.40 384.60 + 91.175 502.00 167.19 334.81 + 91.200 483.00 167.05 315.95 + 91.225 433.00 166.99 266.01 + 91.250 382.00 166.96 215.04 + 91.275 363.00 166.91 196.09 + 91.300 322.00 166.87 155.13 + 91.325 328.00 166.86 161.14 + 91.350 389.00 166.88 222.12 + 91.375 469.00 166.92 302.08 + 91.400 485.00 166.91 318.09 + 91.425 438.00 166.83 271.17 + 91.450 491.00 166.77 324.23 + 91.475 415.00 166.73 248.27 + 91.500 377.00 166.71 210.29 + 91.525 375.00 166.69 208.31 + 91.550 322.00 166.69 155.31 + 91.575 288.00 166.72 121.28 + 91.600 280.00 166.79 113.21 + 91.625 263.00 166.83 96.17 + 91.650 275.00 166.74 108.26 + 91.675 245.00 166.65 78.35 + 91.700 243.00 166.60 76.40 + 91.725 239.00 166.55 72.45 + 91.750 247.00 166.51 80.49 + 91.775 216.00 166.47 49.53 + 91.800 204.00 166.45 37.55 + 91.825 210.00 166.43 43.57 + 91.850 196.00 166.40 29.60 + 91.875 220.00 166.39 53.61 + 91.900 209.00 166.37 42.63 + 91.925 212.00 166.35 45.65 + 91.950 226.00 166.33 59.67 + 91.975 201.00 166.31 34.69 + 92.000 225.00 166.30 58.70 + 92.025 228.00 166.28 61.72 + 92.050 210.00 166.27 43.73 + 92.075 244.00 166.25 77.75 + 92.100 298.00 166.25 131.75 + 92.125 405.00 166.25 238.75 + 92.150 445.00 166.27 278.73 + 92.175 534.00 166.33 367.67 + 92.200 579.00 166.43 412.57 + 92.225 538.00 166.44 371.56 + 92.250 495.00 166.31 328.69 + 92.275 466.00 166.20 299.80 + 92.300 410.00 166.14 243.86 + 92.325 389.00 166.11 222.89 + 92.350 387.00 166.10 220.90 + 92.375 429.00 166.10 262.90 + 92.400 460.00 166.11 293.89 + 92.425 573.00 166.10 406.90 + 92.450 607.00 166.09 440.91 + 92.475 740.00 166.08 573.92 + 92.500 853.00 166.10 686.90 + 92.525 781.00 166.14 614.86 + 92.550 733.00 166.11 566.89 + 92.575 593.00 166.01 426.99 + 92.600 499.00 165.93 333.07 + 92.625 398.00 165.88 232.12 + 92.650 368.00 165.85 202.15 + 92.675 334.00 165.82 168.18 + 92.700 370.00 165.80 204.20 + 92.725 358.00 165.78 192.22 + 92.750 391.00 165.76 225.24 + 92.775 376.00 165.74 210.26 + 92.800 394.00 165.72 228.28 + 92.825 414.00 165.70 248.30 + 92.850 383.00 165.68 217.32 + 92.875 300.00 165.67 134.33 + 92.900 294.00 165.65 128.35 + 92.925 275.00 165.64 109.36 + 92.950 246.00 165.62 80.38 + 92.975 259.00 165.61 93.39 + 93.000 235.00 165.60 69.40 + 93.025 239.00 165.59 73.41 + 93.050 243.00 165.60 77.40 + 93.075 277.00 165.61 111.39 + 93.100 363.00 165.67 197.33 + 93.125 383.00 165.81 217.19 + 93.150 434.00 166.02 267.98 + 93.175 436.00 166.12 269.88 + 93.200 378.00 165.92 212.08 + 93.225 373.00 165.69 207.31 + 93.250 386.00 165.55 220.45 + 93.275 438.00 165.47 272.53 + 93.300 464.00 165.44 298.56 + 93.325 491.00 165.41 325.59 + 93.350 539.00 165.40 373.60 + 93.375 539.00 165.39 373.61 + 93.400 523.00 165.40 357.60 + 93.425 499.00 165.45 333.55 + 93.450 478.00 165.54 312.46 + 93.475 472.00 165.60 306.40 + 93.500 383.00 165.51 217.49 + 93.525 345.00 165.37 179.63 + 93.550 354.00 165.28 188.72 + 93.575 352.00 165.23 186.77 + 93.600 383.00 165.19 217.81 + 93.625 370.00 165.17 204.83 + 93.650 410.00 165.16 244.84 + 93.675 453.00 165.15 287.85 + 93.700 416.00 165.15 250.85 + 93.725 396.00 165.15 230.85 + 93.750 392.00 165.12 226.88 + 93.775 319.00 165.09 153.91 + 93.800 335.00 165.08 169.92 + 93.825 407.00 165.08 241.92 + 93.850 461.00 165.10 295.90 + 93.875 587.00 165.17 421.83 + 93.900 741.00 165.33 575.67 + 93.925 875.00 165.57 709.43 + 93.950 863.00 165.67 697.33 + 93.975 754.00 165.49 588.51 + 94.000 619.00 165.25 453.75 + 94.025 485.00 165.10 319.90 + 94.050 429.00 165.00 264.00 + 94.075 336.00 164.92 171.08 + 94.100 321.00 164.87 156.13 + 94.125 296.00 164.83 131.17 + 94.150 316.00 164.79 151.21 + 94.175 385.00 164.77 220.23 + 94.200 474.00 164.75 309.25 + 94.225 539.00 164.72 374.28 + 94.250 571.00 164.70 406.30 + 94.275 493.00 164.69 328.31 + 94.300 420.00 164.67 255.33 + 94.325 345.00 164.65 180.35 + 94.350 272.00 164.63 107.37 + 94.375 242.00 164.61 77.39 + 94.400 219.00 164.59 54.41 + 94.425 229.00 164.58 64.42 + 94.450 203.00 164.56 38.44 + 94.475 220.00 164.54 55.46 + 94.500 211.00 164.53 46.47 + 94.525 190.00 164.51 25.49 + 94.550 171.00 164.50 6.50 + 94.575 195.00 164.49 30.51 + 94.600 176.00 164.47 11.53 + 94.625 218.00 164.45 53.55 + 94.650 208.00 164.44 43.56 + 94.675 212.00 164.43 47.57 + 94.700 230.00 164.44 65.56 + 94.725 265.00 164.46 100.54 + 94.750 314.00 164.52 149.48 + 94.775 278.00 164.57 113.43 + 94.800 306.00 164.54 141.46 + 94.825 262.00 164.44 97.56 + 94.850 281.00 164.36 116.64 + 94.875 209.00 164.31 44.69 + 94.900 235.00 164.27 70.73 + 94.925 222.00 164.25 57.75 + 94.950 223.00 164.23 58.77 + 94.975 246.00 164.21 81.79 + 95.000 268.00 164.19 103.81 + 95.025 316.00 164.17 151.83 + 95.050 307.00 164.15 142.85 + 95.075 316.00 164.14 151.86 + 95.100 273.00 164.12 108.88 + 95.125 247.00 164.10 82.90 + 95.150 229.00 164.08 64.92 + 95.175 201.00 164.06 36.94 + 95.200 198.00 164.05 33.95 + 95.225 173.00 164.03 8.97 + 95.250 202.00 164.01 37.99 + 95.275 173.00 164.00 9.00 + 95.300 212.00 163.98 48.02 + 95.325 185.00 163.97 21.03 + 95.350 197.00 163.95 33.05 + 95.375 193.00 163.93 29.07 + 95.400 193.00 163.92 29.08 + 95.425 194.00 163.90 30.10 + 95.450 169.00 163.90 5.10 + 95.475 169.00 163.89 5.11 + 95.500 157.00 163.89 -6.89 + 95.525 167.00 163.87 3.13 + 95.550 175.00 163.84 11.16 + 95.575 140.00 163.81 -23.81 + 95.600 174.00 163.79 10.21 + 95.625 146.00 163.77 -17.77 + 95.650 171.00 163.75 7.25 + 95.675 142.00 163.74 -21.74 + 95.700 152.00 163.72 -11.72 + 95.725 171.00 163.71 7.29 + 95.750 150.00 163.69 -13.69 + 95.775 142.00 163.68 -21.68 + 95.800 161.00 163.66 -2.66 + 95.825 150.00 163.65 -13.65 + 95.850 163.00 163.63 -0.63 + 95.875 154.00 163.62 -9.62 + 95.900 149.00 163.60 -14.60 + 95.925 157.00 163.59 -6.59 + 95.950 192.00 163.57 28.43 + 95.975 185.00 163.56 21.44 + 96.000 184.00 163.55 20.45 + 96.025 205.00 163.54 41.46 + 96.050 231.00 163.54 67.46 + 96.075 238.00 163.54 74.46 + 96.100 263.00 163.55 99.45 + 96.125 324.00 163.60 160.40 + 96.150 365.00 163.69 201.31 + 96.175 388.00 163.80 224.20 + 96.200 380.00 163.84 216.16 + 96.225 421.00 163.77 257.23 + 96.250 418.00 163.70 254.30 + 96.275 408.00 163.72 244.28 + 96.300 385.00 163.81 221.19 + 96.325 374.00 163.85 210.15 + 96.350 346.00 163.73 182.27 + 96.375 329.00 163.56 165.44 + 96.400 297.00 163.43 133.57 + 96.425 319.00 163.35 155.65 + 96.450 322.00 163.30 158.70 + 96.475 328.00 163.27 164.73 + 96.500 298.00 163.24 134.76 + 96.525 290.00 163.22 126.78 + 96.550 304.00 163.20 140.80 + 96.575 311.00 163.18 147.82 + 96.600 312.00 163.16 148.84 + 96.625 319.00 163.14 155.86 + 96.650 292.00 163.13 128.87 + 96.675 241.00 163.11 77.89 + 96.700 239.00 163.10 75.90 + 96.725 202.00 163.08 38.92 + 96.750 206.00 163.06 42.94 + 96.775 202.00 163.05 38.95 + 96.800 227.00 163.03 63.97 + 96.825 236.00 163.02 72.98 + 96.850 307.00 163.00 144.00 + 96.875 309.00 162.99 146.01 + 96.900 385.00 162.97 222.03 + 96.925 341.00 162.96 178.04 + 96.950 324.00 162.94 161.06 + 96.975 290.00 162.93 127.07 + 97.000 208.00 162.91 45.09 + 97.025 241.00 162.90 78.10 + 97.050 201.00 162.89 38.11 + 97.075 202.00 162.88 39.12 + 97.100 181.00 162.87 18.13 + 97.125 217.00 162.86 54.14 + 97.150 264.00 162.86 101.14 + 97.175 229.00 162.87 66.13 + 97.200 326.00 162.90 163.10 + 97.225 303.00 162.98 140.02 + 97.250 345.00 163.09 181.91 + 97.275 304.00 163.19 140.81 + 97.300 296.00 163.15 132.85 + 97.325 241.00 163.01 77.99 + 97.350 242.00 162.88 79.12 + 97.375 210.00 162.79 47.21 + 97.400 187.00 162.73 24.27 + 97.425 206.00 162.70 43.30 + 97.450 194.00 162.68 31.32 + 97.475 221.00 162.67 58.33 + 97.500 216.00 162.66 53.34 + 97.525 245.00 162.67 82.33 + 97.550 242.00 162.68 79.32 + 97.575 251.00 162.69 88.31 + 97.600 258.00 162.66 95.34 + 97.625 232.00 162.63 69.37 + 97.650 215.00 162.60 52.40 + 97.675 189.00 162.59 26.41 + 97.700 192.00 162.62 29.38 + 97.725 163.00 162.69 0.31 + 97.750 158.00 162.79 -4.79 + 97.775 162.00 162.86 -0.86 + 97.800 174.00 162.80 11.20 + 97.825 182.00 162.67 19.33 + 97.850 169.00 162.56 6.44 + 97.875 151.00 162.48 -11.48 + 97.900 187.00 162.43 24.57 + 97.925 179.00 162.40 16.60 + 97.950 167.00 162.37 4.63 + 97.975 169.00 162.35 6.65 + 98.000 146.00 162.33 -16.33 + 98.025 149.00 162.31 -13.31 + 98.050 146.00 162.30 -16.30 + 98.075 158.00 162.28 -4.28 + 98.100 142.00 162.27 -20.27 + 98.125 164.00 162.25 1.75 + 98.150 142.00 162.24 -20.24 + 98.175 153.00 162.22 -9.22 + 98.200 147.00 162.21 -15.21 + 98.225 163.00 162.19 0.81 + 98.250 160.00 162.18 -2.18 + 98.275 163.00 162.16 0.84 + 98.300 127.00 162.15 -35.15 + 98.325 150.00 162.14 -12.14 + 98.350 159.00 162.12 -3.12 + 98.375 140.00 162.11 -22.11 + 98.400 136.00 162.10 -26.10 + 98.425 159.00 162.09 -3.09 + 98.450 171.00 162.07 8.93 + 98.475 178.00 162.07 15.93 + 98.500 159.00 162.06 -3.06 + 98.525 162.00 162.05 -0.05 + 98.550 193.00 162.03 30.97 + 98.575 156.00 162.01 -6.01 + 98.600 176.00 161.99 14.01 + 98.625 161.00 161.98 -0.98 + 98.650 155.00 161.96 -6.96 + 98.675 146.00 161.95 -15.95 + 98.700 179.00 161.94 17.06 + 98.725 208.00 161.93 46.07 + 98.750 186.00 161.93 24.07 + 98.775 194.00 161.93 32.07 + 98.800 252.00 161.94 90.06 + 98.825 230.00 161.93 68.07 + 98.850 219.00 161.90 57.10 + 98.875 182.00 161.87 20.13 + 98.900 179.00 161.84 17.16 + 98.925 174.00 161.82 12.18 + 98.950 147.00 161.81 -14.81 + 98.975 189.00 161.79 27.21 + 99.000 166.00 161.78 4.22 + 99.025 142.00 161.76 -19.76 + 99.050 144.00 161.75 -17.75 + 99.075 177.00 161.74 15.26 + 99.100 178.00 161.73 16.27 + 99.125 215.00 161.72 53.28 + 99.150 182.00 161.71 20.29 + 99.175 160.00 161.71 -1.71 + 99.200 196.00 161.72 34.28 + 99.225 200.00 161.74 38.26 + 99.250 159.00 161.78 -2.78 + 99.275 163.00 161.82 1.18 + 99.300 150.00 161.81 -11.81 + 99.325 175.00 161.75 13.25 + 99.350 144.00 161.68 -17.68 + 99.375 132.00 161.63 -29.63 + 99.400 160.00 161.60 -1.60 + 99.425 169.00 161.57 7.43 + 99.450 138.00 161.55 -23.55 + 99.475 171.00 161.54 9.46 + 99.500 129.00 161.52 -32.52 + 99.525 167.00 161.51 5.49 + 99.550 172.00 161.49 10.51 + 99.575 135.00 161.48 -26.48 + 99.600 170.00 161.47 8.53 + 99.625 172.00 161.46 10.54 + 99.650 169.00 161.44 7.56 + 99.675 199.00 161.43 37.57 + 99.700 221.00 161.42 59.58 + 99.725 233.00 161.41 71.59 + 99.750 283.00 161.40 121.60 + 99.775 291.00 161.39 129.61 + 99.800 299.00 161.39 137.61 + 99.825 257.00 161.37 95.63 + 99.850 239.00 161.36 77.64 + 99.875 226.00 161.34 64.66 + 99.900 185.00 161.32 23.68 + 99.925 195.00 161.31 33.69 + 99.950 194.00 161.30 32.70 + 99.975 175.00 161.28 13.72 + 100.000 192.00 161.27 30.73 + 100.025 182.00 161.26 20.74 + 100.050 189.00 161.25 27.75 + 100.075 210.00 161.24 48.76 + 100.100 252.00 161.23 90.77 + 100.125 217.00 161.21 55.79 + 100.150 230.00 161.20 68.80 + 100.175 223.00 161.19 61.81 + 100.200 192.00 161.18 30.82 + 100.225 205.00 161.17 43.83 + 100.250 179.00 161.16 17.84 + 100.275 185.00 161.15 23.85 + 100.300 155.00 161.15 -6.15 + 100.325 193.00 161.15 31.85 + 100.350 190.00 161.15 28.85 + 100.375 214.00 161.17 52.83 + 100.400 215.00 161.18 53.82 + 100.425 230.00 161.19 68.81 + 100.450 223.00 161.19 61.81 + 100.475 212.00 161.16 50.84 + 100.500 233.00 161.12 71.88 + 100.525 221.00 161.08 59.92 + 100.550 242.00 161.05 80.95 + 100.575 216.00 161.03 54.97 + 100.600 261.00 161.02 99.98 + 100.625 265.00 161.01 103.99 + 100.650 370.00 161.00 209.00 + 100.675 406.00 160.99 245.01 + 100.700 501.00 160.99 340.01 + 100.725 447.00 160.99 286.01 + 100.750 488.00 160.99 327.01 + 100.775 473.00 161.00 312.00 + 100.800 365.00 160.99 204.01 + 100.825 279.00 160.97 118.03 + 100.850 283.00 160.95 122.05 + 100.875 285.00 160.95 124.05 + 100.900 282.00 160.96 121.04 + 100.925 239.00 161.00 78.00 + 100.950 267.00 161.05 105.95 + 100.975 263.00 161.12 101.88 + 101.000 309.00 161.19 147.81 + 101.025 349.00 161.21 187.79 + 101.050 345.00 161.19 183.81 + 101.075 322.00 161.14 160.86 + 101.100 338.00 161.10 176.90 + 101.125 308.00 161.04 146.96 + 101.150 238.00 160.97 77.03 + 101.175 221.00 160.90 60.10 + 101.200 215.00 160.85 54.15 + 101.225 197.00 160.80 36.20 + 101.250 205.00 160.77 44.23 + 101.275 208.00 160.75 47.25 + 101.300 222.00 160.73 61.27 + 101.325 206.00 160.71 45.29 + 101.350 204.00 160.70 43.30 + 101.375 230.00 160.70 69.30 + 101.400 240.00 160.69 79.31 + 101.425 284.00 160.69 123.31 + 101.450 313.00 160.70 152.30 + 101.475 331.00 160.69 170.31 + 101.500 344.00 160.68 183.32 + 101.525 297.00 160.66 136.34 + 101.550 275.00 160.63 114.37 + 101.575 267.00 160.61 106.39 + 101.600 216.00 160.59 55.41 + 101.625 230.00 160.58 69.42 + 101.650 194.00 160.57 33.43 + 101.675 195.00 160.56 34.44 + 101.700 234.00 160.55 73.45 + 101.725 196.00 160.54 35.46 + 101.750 198.00 160.53 37.47 + 101.775 240.00 160.52 79.48 + 101.800 255.00 160.52 94.48 + 101.825 287.00 160.52 126.48 + 101.850 314.00 160.52 153.48 + 101.875 318.00 160.51 157.49 + 101.900 255.00 160.50 94.50 + 101.925 232.00 160.48 71.52 + 101.950 213.00 160.46 52.54 + 101.975 186.00 160.45 25.55 + 102.000 193.00 160.43 32.57 + 102.025 156.00 160.42 -4.42 + 102.050 168.00 160.41 7.59 + 102.075 155.00 160.40 -5.40 + 102.100 154.00 160.39 -6.39 + 102.125 187.00 160.38 26.62 + 102.150 181.00 160.37 20.63 + 102.175 194.00 160.37 33.63 + 102.200 183.00 160.36 22.64 + 102.225 206.00 160.35 45.65 + 102.250 191.00 160.34 30.66 + 102.275 179.00 160.33 18.67 + 102.300 174.00 160.32 13.68 + 102.325 158.00 160.31 -2.31 + 102.350 176.00 160.31 15.69 + 102.375 183.00 160.30 22.70 + 102.400 184.00 160.29 23.71 + 102.425 188.00 160.29 27.71 + 102.450 222.00 160.28 61.72 + 102.475 211.00 160.28 50.72 + 102.500 242.00 160.28 81.72 + 102.525 267.00 160.29 106.71 + 102.550 330.00 160.30 169.70 + 102.575 363.00 160.32 202.68 + 102.600 390.00 160.32 229.68 + 102.625 397.00 160.31 236.69 + 102.650 332.00 160.28 171.72 + 102.675 288.00 160.24 127.76 + 102.700 273.00 160.22 112.78 + 102.725 199.00 160.20 38.80 + 102.750 218.00 160.18 57.82 + 102.775 198.00 160.17 37.83 + 102.800 206.00 160.16 45.84 + 102.825 228.00 160.15 67.85 + 102.850 206.00 160.14 45.86 + 102.875 216.00 160.13 55.87 + 102.900 256.00 160.12 95.88 + 102.925 259.00 160.12 98.88 + 102.950 301.00 160.11 140.89 + 102.975 265.00 160.10 104.90 + 103.000 240.00 160.09 79.91 + 103.025 206.00 160.08 45.92 + 103.050 224.00 160.08 63.92 + 103.075 183.00 160.07 22.93 + 103.100 160.00 160.06 -0.06 + 103.125 190.00 160.05 29.95 + 103.150 158.00 160.05 -2.05 + 103.175 161.00 160.04 0.96 + 103.200 161.00 160.03 0.97 + 103.225 143.00 160.02 -17.02 + 103.250 144.00 160.02 -16.02 + 103.275 177.00 160.01 16.99 + 103.300 175.00 160.00 15.00 + 103.325 142.00 160.00 -18.00 + 103.350 129.00 159.99 -30.99 + 103.375 140.00 159.98 -19.98 + 103.400 166.00 159.98 6.02 + 103.425 156.00 159.97 -3.97 + 103.450 126.00 159.96 -33.96 + 103.475 156.00 159.96 -3.96 + 103.500 144.00 159.95 -15.95 + 103.525 146.00 159.94 -13.94 + 103.550 136.00 159.94 -23.94 + 103.575 145.00 159.93 -14.93 + 103.600 160.00 159.93 0.07 + 103.625 147.00 159.92 -12.92 + 103.650 142.00 159.92 -17.92 + 103.675 150.00 159.92 -9.92 + 103.700 168.00 159.92 8.08 + 103.725 164.00 159.92 4.08 + 103.750 168.00 159.92 8.08 + 103.775 195.00 159.92 35.08 + 103.800 207.00 159.91 47.09 + 103.825 229.00 159.90 69.10 + 103.850 260.00 159.89 100.11 + 103.875 263.00 159.88 103.12 + 103.900 294.00 159.88 134.12 + 103.925 291.00 159.89 131.11 + 103.950 279.00 159.91 119.09 + 103.975 245.00 159.93 85.07 + 104.000 211.00 159.97 51.03 + 104.025 240.00 160.01 79.99 + 104.050 218.00 160.03 57.97 + 104.075 197.00 160.01 36.99 + 104.100 226.00 159.98 66.02 + 104.125 253.00 159.95 93.05 + 104.150 249.00 159.93 89.07 + 104.175 289.00 159.93 129.07 + 104.200 329.00 159.94 169.06 + 104.225 377.00 159.96 217.04 + 104.250 412.00 159.97 252.03 + 104.275 419.00 159.97 259.03 + 104.300 371.00 159.93 211.07 + 104.325 310.00 159.88 150.12 + 104.350 258.00 159.84 98.16 + 104.375 236.00 159.80 76.20 + 104.400 243.00 159.78 83.22 + 104.425 235.00 159.76 75.24 + 104.450 224.00 159.75 64.25 + 104.475 241.00 159.74 81.26 + 104.500 236.00 159.74 76.26 + 104.525 239.00 159.74 79.26 + 104.550 302.00 159.74 142.26 + 104.575 286.00 159.74 126.26 + 104.600 295.00 159.75 135.25 + 104.625 329.00 159.78 169.22 + 104.650 390.00 159.83 230.17 + 104.675 376.00 159.90 216.10 + 104.700 405.00 159.98 245.02 + 104.725 380.00 160.05 219.95 + 104.750 376.00 160.05 215.95 + 104.775 363.00 159.98 203.02 + 104.800 361.00 159.89 201.11 + 104.825 296.00 159.81 136.19 + 104.850 313.00 159.75 153.25 + 104.875 279.00 159.71 119.29 + 104.900 295.00 159.68 135.32 + 104.925 248.00 159.67 88.33 + 104.950 253.00 159.66 93.34 + 104.975 273.00 159.65 113.35 + 105.000 273.00 159.64 113.36 + 105.025 275.00 159.63 115.37 + 105.050 305.00 159.63 145.37 + 105.075 282.00 159.63 122.37 + 105.100 295.00 159.62 135.38 + 105.125 295.00 159.62 135.38 + 105.150 304.00 159.63 144.37 + 105.175 318.00 159.64 158.36 + 105.200 331.00 159.65 171.35 + 105.225 336.00 159.68 176.32 + 105.250 336.00 159.73 176.27 + 105.275 371.00 159.78 211.22 + 105.300 349.00 159.82 189.18 + 105.325 315.00 159.84 155.16 + 105.350 280.00 159.84 120.16 + 105.375 286.00 159.84 126.16 + 105.400 238.00 159.83 78.17 + 105.425 265.00 159.80 105.20 + 105.450 226.00 159.75 66.25 + 105.475 238.00 159.69 78.31 + 105.500 222.00 159.65 62.35 + 105.525 224.00 159.61 64.39 + 105.550 254.00 159.59 94.41 + 105.575 303.00 159.58 143.42 + 105.600 311.00 159.57 151.43 + 105.625 297.00 159.57 137.43 + 105.650 319.00 159.57 159.43 + 105.675 302.00 159.59 142.41 + 105.700 295.00 159.62 135.38 + 105.725 299.00 159.66 139.34 + 105.750 325.00 159.72 165.28 + 105.775 347.00 159.78 187.22 + 105.800 294.00 159.82 134.18 + 105.825 264.00 159.80 104.20 + 105.850 265.00 159.75 105.25 + 105.875 239.00 159.68 79.32 + 105.900 227.00 159.63 67.37 + 105.925 226.00 159.60 66.40 + 105.950 250.00 159.58 90.42 + 105.975 203.00 159.58 43.42 + 106.000 229.00 159.58 69.42 + 106.025 202.00 159.57 42.43 + 106.050 234.00 159.56 74.44 + 106.075 220.00 159.55 60.45 + 106.100 206.00 159.54 46.46 + 106.125 230.00 159.55 70.45 + 106.150 228.00 159.56 68.44 + 106.175 259.00 159.59 99.41 + 106.200 221.00 159.64 61.36 + 106.225 276.00 159.68 116.32 + 106.250 276.00 159.71 116.29 + 106.275 271.00 159.71 111.29 + 106.300 278.00 159.69 118.31 + 106.325 298.00 159.65 138.35 + 106.350 341.00 159.62 181.38 + 106.375 366.00 159.59 206.41 + 106.400 384.00 159.56 224.44 + 106.425 388.00 159.55 228.45 + 106.450 410.00 159.55 250.45 + 106.475 433.00 159.55 273.45 + 106.500 388.00 159.55 228.45 + 106.525 382.00 159.53 222.47 + 106.550 298.00 159.51 138.49 + 106.575 327.00 159.49 167.51 + 106.600 266.00 159.47 106.53 + 106.625 250.00 159.46 90.54 + 106.650 252.00 159.45 92.55 + 106.675 252.00 159.44 92.56 + 106.700 262.00 159.44 102.56 + 106.725 270.00 159.44 110.56 + 106.750 257.00 159.43 97.57 + 106.775 249.00 159.43 89.57 + 106.800 251.00 159.43 91.57 + 106.825 336.00 159.43 176.57 + 106.850 305.00 159.43 145.57 + 106.875 284.00 159.43 124.57 + 106.900 293.00 159.43 133.57 + 106.925 236.00 159.43 76.57 + 106.950 224.00 159.43 64.57 + 106.975 207.00 159.43 47.57 + 107.000 200.00 159.43 40.57 + 107.025 174.00 159.43 14.57 + 107.050 177.00 159.44 17.56 + 107.075 180.00 159.44 20.56 + 107.100 163.00 159.44 3.56 + 107.125 150.00 159.44 -9.44 + 107.150 181.00 159.43 21.57 + 107.175 174.00 159.43 14.57 + 107.200 141.00 159.42 -18.42 + 107.225 156.00 159.42 -3.42 + 107.250 143.00 159.42 -16.42 + 107.275 166.00 159.42 6.58 + 107.300 148.00 159.42 -11.42 + 107.325 174.00 159.42 14.58 + 107.350 153.00 159.42 -6.42 + 107.375 160.00 159.42 0.58 + 107.400 159.00 159.42 -0.42 + 107.425 160.00 159.42 0.58 + 107.450 155.00 159.42 -4.42 + 107.475 141.00 159.42 -18.42 + 107.500 148.00 159.42 -11.42 + 107.525 157.00 159.42 -2.42 + 107.550 157.00 159.42 -2.42 + 107.575 161.00 159.43 1.57 + 107.600 171.00 159.43 11.57 + 107.625 164.00 159.43 4.57 + 107.650 169.00 159.43 9.57 + 107.675 170.00 159.44 10.56 + 107.700 167.00 159.44 7.56 + 107.725 189.00 159.45 29.55 + 107.750 220.00 159.46 60.54 + 107.775 252.00 159.47 92.53 + 107.800 328.00 159.48 168.52 + 107.825 298.00 159.49 138.51 + 107.850 286.00 159.50 126.50 + 107.875 290.00 159.51 130.49 + 107.900 266.00 159.51 106.49 + 107.925 220.00 159.52 60.48 + 107.950 171.00 159.52 11.48 + 107.975 193.00 159.51 33.49 + 108.000 194.00 159.50 34.50 + 108.025 170.00 159.49 10.51 + 108.050 235.00 159.48 75.52 + 108.075 195.00 159.47 35.53 + 108.100 207.00 159.47 47.53 + 108.125 227.00 159.48 67.52 + 108.150 261.00 159.49 101.51 + 108.175 320.00 159.52 160.48 + 108.200 343.00 159.55 183.45 + 108.225 339.00 159.59 179.41 + 108.250 411.00 159.63 251.37 + 108.275 416.00 159.66 256.34 + 108.300 350.00 159.67 190.33 + 108.325 350.00 159.65 190.35 + 108.350 288.00 159.63 128.37 + 108.375 343.00 159.60 183.40 + 108.400 300.00 159.59 140.41 + 108.425 286.00 159.58 126.42 + 108.450 283.00 159.57 123.43 + 108.475 249.00 159.55 89.45 + 108.500 258.00 159.54 98.46 + 108.525 232.00 159.53 72.47 + 108.550 229.00 159.51 69.49 + 108.575 233.00 159.51 73.49 + 108.600 215.00 159.50 55.50 + 108.625 250.00 159.50 90.50 + 108.650 258.00 159.50 98.50 + 108.675 250.00 159.50 90.50 + 108.700 251.00 159.50 91.50 + 108.725 245.00 159.51 85.49 + 108.750 233.00 159.51 73.49 + 108.775 220.00 159.51 60.49 + 108.800 257.00 159.51 97.49 + 108.825 219.00 159.52 59.48 + 108.850 207.00 159.52 47.48 + 108.875 208.00 159.52 48.48 + 108.900 191.00 159.52 31.48 + 108.925 187.00 159.53 27.47 + 108.950 198.00 159.53 38.47 + 108.975 176.00 159.53 16.47 + 109.000 184.00 159.54 24.46 + 109.025 190.00 159.54 30.46 + 109.050 192.00 159.55 32.45 + 109.075 159.00 159.55 -0.55 + 109.100 176.00 159.55 16.45 + 109.125 166.00 159.56 6.44 + 109.150 196.00 159.56 36.44 + 109.175 172.00 159.57 12.43 + 109.200 180.00 159.58 20.42 + 109.225 208.00 159.58 48.42 + 109.250 219.00 159.58 59.42 + 109.275 202.00 159.59 42.41 + 109.300 177.00 159.59 17.41 + 109.325 175.00 159.59 15.41 + 109.350 170.00 159.60 10.40 + 109.375 167.00 159.61 7.39 + 109.400 175.00 159.61 15.39 + 109.425 153.00 159.62 -6.62 + 109.450 145.00 159.64 -14.64 + 109.475 178.00 159.66 18.34 + 109.500 168.00 159.67 8.33 + 109.525 153.00 159.69 -6.69 + 109.550 159.00 159.70 -0.70 + 109.575 179.00 159.70 19.30 + 109.600 196.00 159.69 36.31 + 109.625 175.00 159.68 15.32 + 109.650 174.00 159.67 14.33 + 109.675 168.00 159.67 8.33 + 109.700 180.00 159.67 20.33 + 109.725 139.00 159.67 -20.67 + 109.750 157.00 159.67 -2.67 + 109.775 143.00 159.68 -16.68 + 109.800 156.00 159.68 -3.68 + 109.825 157.00 159.69 -2.69 + 109.850 151.00 159.69 -8.69 + 109.875 155.00 159.70 -4.70 + 109.900 158.00 159.71 -1.71 + 109.925 155.00 159.72 -4.72 + 109.950 141.00 159.74 -18.74 + 109.975 152.00 159.75 -7.75 + 110.000 145.00 159.77 -14.77 + 110.025 158.00 159.79 -1.79 + 110.050 153.00 159.81 -6.81 + 110.075 149.00 159.81 -10.81 + 110.100 153.00 159.81 -6.81 + 110.125 150.00 159.80 -9.80 + 110.150 144.00 159.79 -15.79 + 110.175 150.00 159.78 -9.78 + 110.200 143.00 159.78 -16.78 + 110.225 172.00 159.78 12.22 + 110.250 141.00 159.79 -18.79 + 110.275 166.00 159.79 6.21 + 110.300 170.00 159.80 10.20 + 110.325 162.00 159.81 2.19 + 110.350 206.00 159.81 46.19 + 110.375 182.00 159.82 22.18 + 110.400 172.00 159.83 12.17 + 110.425 183.00 159.83 23.17 + 110.450 175.00 159.84 15.16 + 110.475 178.00 159.84 18.16 + 110.500 179.00 159.85 19.15 + 110.525 157.00 159.85 -2.85 + 110.550 163.00 159.86 3.14 + 110.575 182.00 159.87 22.13 + 110.600 184.00 159.87 24.13 + 110.625 177.00 159.88 17.12 + 110.650 163.00 159.89 3.11 + 110.675 172.00 159.89 12.11 + 110.700 185.00 159.90 25.10 + 110.725 159.00 159.91 -0.91 + 110.750 185.00 159.91 25.09 + 110.775 176.00 159.92 16.08 + 110.800 169.00 159.93 9.07 + 110.825 161.00 159.93 1.07 + 110.850 173.00 159.94 13.06 + 110.875 190.00 159.95 30.05 + 110.900 193.00 159.96 33.04 + 110.925 150.00 159.96 -9.96 + 110.950 175.00 159.97 15.03 + 110.975 151.00 159.98 -8.98 + 111.000 176.00 159.99 16.01 + 111.025 166.00 160.00 6.00 + 111.050 171.00 160.00 11.00 + 111.075 187.00 160.01 26.99 + 111.100 180.00 160.02 19.98 + 111.125 216.00 160.03 55.97 + 111.150 212.00 160.04 51.96 + 111.175 269.00 160.05 108.95 + 111.200 301.00 160.06 140.94 + 111.225 313.00 160.06 152.94 + 111.250 319.00 160.07 158.93 + 111.275 328.00 160.08 167.92 + 111.300 299.00 160.09 138.91 + 111.325 252.00 160.10 91.90 + 111.350 252.00 160.11 91.89 + 111.375 228.00 160.12 67.88 + 111.400 200.00 160.13 39.87 + 111.425 209.00 160.14 48.86 + 111.450 202.00 160.15 41.85 + 111.475 225.00 160.17 64.83 + 111.500 199.00 160.18 38.82 + 111.525 251.00 160.21 90.79 + 111.550 236.00 160.23 75.77 + 111.575 263.00 160.26 102.74 + 111.600 299.00 160.29 138.71 + 111.625 302.00 160.31 141.69 + 111.650 338.00 160.32 177.68 + 111.675 248.00 160.32 87.68 + 111.700 259.00 160.31 98.69 + 111.725 262.00 160.30 101.70 + 111.750 213.00 160.29 52.71 + 111.775 211.00 160.29 50.71 + 111.800 206.00 160.29 45.71 + 111.825 210.00 160.29 49.71 + 111.850 168.00 160.30 7.70 + 111.875 191.00 160.31 30.69 + 111.900 159.00 160.32 -1.32 + 111.925 183.00 160.33 22.67 + 111.950 202.00 160.34 41.66 + 111.975 211.00 160.35 50.65 + 112.000 205.00 160.36 44.64 + 112.025 206.00 160.37 45.63 + 112.050 205.00 160.38 44.62 + 112.075 223.00 160.40 62.60 + 112.100 200.00 160.41 39.59 + 112.125 184.00 160.43 23.57 + 112.150 189.00 160.46 28.54 + 112.175 186.00 160.49 25.51 + 112.200 185.00 160.53 24.47 + 112.225 205.00 160.57 44.43 + 112.250 197.00 160.62 36.38 + 112.275 210.00 160.65 49.35 + 112.300 206.00 160.67 45.33 + 112.325 202.00 160.67 41.33 + 112.350 174.00 160.65 13.35 + 112.375 175.00 160.63 14.37 + 112.400 190.00 160.60 29.40 + 112.425 165.00 160.59 4.41 + 112.450 173.00 160.58 12.42 + 112.475 179.00 160.58 18.42 + 112.500 192.00 160.58 31.42 + 112.525 168.00 160.59 7.41 + 112.550 168.00 160.60 7.40 + 112.575 181.00 160.61 20.39 + 112.600 170.00 160.62 9.38 + 112.625 200.00 160.63 39.37 + 112.650 198.00 160.64 37.36 + 112.675 219.00 160.65 58.35 + 112.700 211.00 160.66 50.34 + 112.725 238.00 160.68 77.32 + 112.750 222.00 160.69 61.31 + 112.775 205.00 160.71 44.29 + 112.800 221.00 160.73 60.27 + 112.825 204.00 160.75 43.25 + 112.850 219.00 160.77 58.23 + 112.875 196.00 160.79 35.21 + 112.900 210.00 160.82 49.18 + 112.925 196.00 160.84 35.16 + 112.950 234.00 160.86 73.14 + 112.975 212.00 160.89 51.11 + 113.000 191.00 160.90 30.10 + 113.025 250.00 160.91 89.09 + 113.050 230.00 160.92 69.08 + 113.075 226.00 160.92 65.08 + 113.100 277.00 160.93 116.07 + 113.125 263.00 160.95 102.05 + 113.150 296.00 160.97 135.03 + 113.175 319.00 161.00 158.00 + 113.200 338.00 161.03 176.97 + 113.225 385.00 161.07 223.93 + 113.250 408.00 161.10 246.90 + 113.275 381.00 161.11 219.89 + 113.300 356.00 161.11 194.89 + 113.325 290.00 161.10 128.90 + 113.350 284.00 161.09 122.91 + 113.375 268.00 161.08 106.92 + 113.400 222.00 161.07 60.93 + 113.425 245.00 161.07 83.93 + 113.450 214.00 161.07 52.93 + 113.475 211.00 161.07 49.93 + 113.500 204.00 161.08 42.92 + 113.525 227.00 161.09 65.91 + 113.550 254.00 161.11 92.89 + 113.575 236.00 161.12 74.88 + 113.600 290.00 161.14 128.86 + 113.625 305.00 161.15 143.85 + 113.650 290.00 161.17 128.83 + 113.675 337.00 161.18 175.82 + 113.700 276.00 161.19 114.81 + 113.725 281.00 161.20 119.80 + 113.750 238.00 161.21 76.79 + 113.775 243.00 161.22 81.78 + 113.800 231.00 161.23 69.77 + 113.825 205.00 161.25 43.75 + 113.850 205.00 161.26 43.74 + 113.875 193.00 161.27 31.73 + 113.900 180.00 161.29 18.71 + 113.925 171.00 161.30 9.70 + 113.950 185.00 161.31 23.69 + 113.975 191.00 161.33 29.67 + 114.000 191.00 161.34 29.66 + 114.025 190.00 161.36 28.64 + 114.050 179.00 161.37 17.63 + 114.075 169.00 161.39 7.61 + 114.100 175.00 161.40 13.60 + 114.125 199.00 161.42 37.58 + 114.150 179.00 161.43 17.57 + 114.175 189.00 161.45 27.55 + 114.200 210.00 161.46 48.54 + 114.225 191.00 161.48 29.52 + 114.250 206.00 161.50 44.50 + 114.275 212.00 161.51 50.49 + 114.300 210.00 161.53 48.47 + 114.325 235.00 161.54 73.46 + 114.350 205.00 161.56 43.44 + 114.375 182.00 161.58 20.42 + 114.400 185.00 161.59 23.41 + 114.425 177.00 161.61 15.39 + 114.450 171.00 161.62 9.38 + 114.475 153.00 161.64 -8.64 + 114.500 154.00 161.65 -7.65 + 114.525 152.00 161.67 -9.67 + 114.550 170.00 161.69 8.31 + 114.575 155.00 161.70 -6.70 + 114.600 156.00 161.72 -5.72 + 114.625 153.00 161.74 -8.74 + 114.650 171.00 161.76 9.24 + 114.675 188.00 161.78 26.22 + 114.700 181.00 161.81 19.19 + 114.725 180.00 161.83 18.17 + 114.750 201.00 161.87 39.13 + 114.775 183.00 161.90 21.10 + 114.800 191.00 161.94 29.06 + 114.825 184.00 161.98 22.02 + 114.850 187.00 162.01 24.99 + 114.875 163.00 162.03 0.97 + 114.900 161.00 162.05 -1.05 + 114.925 165.00 162.05 2.95 + 114.950 160.00 162.06 -2.06 + 114.975 185.00 162.06 22.94 + 115.000 198.00 162.06 35.94 + 115.025 164.00 162.06 1.94 + 115.050 176.00 162.07 13.93 + 115.075 182.00 162.08 19.92 + 115.100 172.00 162.09 9.91 + 115.125 172.00 162.11 9.89 + 115.150 186.00 162.13 23.87 + 115.175 189.00 162.15 26.85 + 115.200 181.00 162.17 18.83 + 115.225 231.00 162.18 68.82 + 115.250 209.00 162.20 46.80 + 115.275 211.00 162.21 48.79 + 115.300 227.00 162.23 64.77 + 115.325 226.00 162.24 63.76 + 115.350 193.00 162.26 30.74 + 115.375 216.00 162.27 53.73 + 115.400 211.00 162.29 48.71 + 115.425 211.00 162.30 48.70 + 115.450 193.00 162.32 30.68 + 115.475 175.00 162.33 12.67 + 115.500 192.00 162.35 29.65 + 115.525 209.00 162.36 46.64 + 115.550 196.00 162.38 33.62 + 115.575 195.00 162.40 32.60 + 115.600 230.00 162.42 67.58 + 115.625 231.00 162.44 68.56 + 115.650 239.00 162.45 76.55 + 115.675 311.00 162.47 148.53 + 115.700 285.00 162.49 122.51 + 115.725 263.00 162.51 100.49 + 115.750 289.00 162.53 126.47 + 115.775 262.00 162.55 99.45 + 115.800 214.00 162.57 51.43 + 115.825 212.00 162.59 49.41 + 115.850 218.00 162.61 55.39 + 115.875 186.00 162.63 23.37 + 115.900 191.00 162.65 28.35 + 115.925 199.00 162.67 36.33 + 115.950 183.00 162.69 20.31 + 115.975 190.00 162.71 27.29 + 116.000 168.00 162.73 5.27 + 116.025 194.00 162.75 31.25 + 116.050 191.00 162.77 28.23 + 116.075 195.00 162.79 32.21 + 116.100 207.00 162.81 44.19 + 116.125 218.00 162.82 55.18 + 116.150 222.00 162.84 59.16 + 116.175 241.00 162.86 78.14 + 116.200 242.00 162.88 79.12 + 116.225 219.00 162.90 56.10 + 116.250 189.00 162.92 26.08 + 116.275 202.00 162.94 39.06 + 116.300 202.00 162.96 39.04 + 116.325 190.00 162.98 27.02 + 116.350 225.00 163.00 62.00 + 116.375 204.00 163.03 40.97 + 116.400 223.00 163.05 59.95 + 116.425 262.00 163.08 98.92 + 116.450 258.00 163.10 94.90 + 116.475 317.00 163.13 153.87 + 116.500 312.00 163.15 148.85 + 116.525 304.00 163.18 140.82 + 116.550 299.00 163.20 135.80 + 116.575 278.00 163.21 114.79 + 116.600 265.00 163.23 101.77 + 116.625 221.00 163.25 57.75 + 116.650 205.00 163.26 41.74 + 116.675 225.00 163.28 61.72 + 116.700 211.00 163.30 47.70 + 116.725 203.00 163.32 39.68 + 116.750 192.00 163.34 28.66 + 116.775 201.00 163.36 37.64 + 116.800 197.00 163.38 33.62 + 116.825 227.00 163.40 63.60 + 116.850 184.00 163.42 20.58 + 116.875 205.00 163.45 41.55 + 116.900 216.00 163.47 52.53 + 116.925 256.00 163.50 92.50 + 116.950 253.00 163.52 89.48 + 116.975 288.00 163.55 124.45 + 117.000 249.00 163.58 85.42 + 117.025 280.00 163.61 116.39 + 117.050 219.00 163.63 55.37 + 117.075 217.00 163.66 53.34 + 117.100 249.00 163.69 85.31 + 117.125 229.00 163.71 65.29 + 117.150 198.00 163.73 34.27 + 117.175 193.00 163.75 29.25 + 117.200 178.00 163.77 14.23 + 117.225 205.00 163.79 41.21 + 117.250 210.00 163.81 46.19 + 117.275 185.00 163.83 21.17 + 117.300 179.00 163.85 15.15 + 117.325 213.00 163.87 49.13 + 117.350 233.00 163.90 69.10 + 117.375 225.00 163.92 61.08 + 117.400 232.00 163.95 68.05 + 117.425 264.00 163.99 100.01 + 117.450 271.00 164.02 106.98 + 117.475 285.00 164.07 120.93 + 117.500 273.00 164.11 108.89 + 117.525 342.00 164.17 177.83 + 117.550 326.00 164.22 161.78 + 117.575 401.00 164.28 236.72 + 117.600 358.00 164.34 193.66 + 117.625 432.00 164.38 267.62 + 117.650 331.00 164.41 166.59 + 117.675 361.00 164.43 196.57 + 117.700 330.00 164.43 165.57 + 117.725 283.00 164.42 118.58 + 117.750 282.00 164.42 117.58 + 117.775 263.00 164.41 98.59 + 117.800 245.00 164.40 80.60 + 117.825 232.00 164.40 67.60 + 117.850 219.00 164.40 54.60 + 117.875 251.00 164.41 86.59 + 117.900 241.00 164.42 76.58 + 117.925 241.00 164.43 76.57 + 117.950 265.00 164.45 100.55 + 117.975 237.00 164.47 72.53 + 118.000 251.00 164.49 86.51 + 118.025 266.00 164.52 101.48 + 118.050 291.00 164.54 126.46 + 118.075 301.00 164.56 136.44 + 118.100 300.00 164.59 135.41 + 118.125 280.00 164.61 115.39 + 118.150 332.00 164.64 167.36 + 118.175 285.00 164.66 120.34 + 118.200 276.00 164.69 111.31 + 118.225 261.00 164.72 96.28 + 118.250 262.00 164.75 97.25 + 118.275 264.00 164.78 99.22 + 118.300 280.00 164.81 115.19 + 118.325 291.00 164.83 126.17 + 118.350 292.00 164.86 127.14 + 118.375 284.00 164.88 119.12 + 118.400 266.00 164.91 101.09 + 118.425 240.00 164.93 75.07 + 118.450 219.00 164.95 54.05 + 118.475 232.00 164.97 67.03 + 118.500 218.00 164.99 53.01 + 118.525 192.00 165.02 26.98 + 118.550 181.00 165.04 15.96 + 118.575 184.00 165.06 18.94 + 118.600 219.00 165.09 53.91 + 118.625 187.00 165.11 21.89 + 118.650 174.00 165.14 8.86 + 118.675 184.00 165.16 18.84 + 118.700 204.00 165.19 38.81 + 118.725 197.00 165.22 31.78 + 118.750 217.00 165.24 51.76 + 118.775 215.00 165.27 49.73 + 118.800 213.00 165.30 47.70 + 118.825 212.00 165.32 46.68 + 118.850 218.00 165.35 52.65 + 118.875 210.00 165.38 44.62 + 118.900 224.00 165.40 58.60 + 118.925 183.00 165.43 17.57 + 118.950 178.00 165.46 12.54 + 118.975 205.00 165.48 39.52 + 119.000 184.00 165.51 18.49 + 119.025 185.00 165.54 19.46 + 119.050 180.00 165.57 14.43 + 119.075 197.00 165.59 31.41 + 119.100 154.00 165.62 -11.62 + 119.125 171.00 165.65 5.35 + 119.150 181.00 165.68 15.32 + 119.175 155.00 165.71 -10.71 + 119.200 145.00 165.74 -20.74 + 119.225 184.00 165.76 18.24 + 119.250 180.00 165.79 14.21 + 119.275 173.00 165.82 7.18 + 119.300 168.00 165.84 2.16 + 119.325 190.00 165.87 24.13 + 119.350 169.00 165.90 3.10 + 119.375 161.00 165.92 -4.92 + 119.400 174.00 165.95 8.05 + 119.425 158.00 165.98 -7.98 + 119.450 167.00 166.01 0.99 + 119.475 182.00 166.03 15.97 + 119.500 165.00 166.06 -1.06 + 119.525 183.00 166.09 16.91 + 119.550 168.00 166.12 1.88 + 119.575 159.00 166.15 -7.15 + 119.600 161.00 166.17 -5.17 + 119.625 155.00 166.20 -11.20 + 119.650 189.00 166.23 22.77 + 119.675 186.00 166.26 19.74 + 119.700 150.00 166.29 -16.29 + 119.725 168.00 166.32 1.68 + 119.750 186.00 166.35 19.65 + 119.775 194.00 166.38 27.62 + 119.800 155.00 166.40 -11.40 + 119.825 171.00 166.43 4.57 + 119.850 151.00 166.46 -15.46 + 119.875 165.00 166.49 -1.49 + 119.900 175.00 166.52 8.48 + 119.925 156.00 166.55 -10.55 + 119.950 163.00 166.58 -3.58 + 119.975 164.00 166.61 -2.61 + 120.000 166.00 166.64 -0.64 + 120.025 185.00 166.67 18.33 + 120.050 163.00 166.71 -3.71 + 120.075 202.00 166.74 35.26 + 120.100 186.00 166.77 19.23 + 120.125 183.00 166.80 16.20 + 120.150 183.00 166.83 16.17 + 120.175 155.00 166.86 -11.86 + 120.200 199.00 166.90 32.10 + 120.225 176.00 166.93 9.07 + 120.250 188.00 166.97 21.03 + 120.275 177.00 167.01 9.99 + 120.300 165.00 167.04 -2.04 + 120.325 198.00 167.09 30.91 + 120.350 170.00 167.13 2.87 + 120.375 186.00 167.17 18.83 + 120.400 188.00 167.21 20.79 + 120.425 193.00 167.24 25.76 + 120.450 190.00 167.27 22.73 + 120.475 207.00 167.29 39.71 + 120.500 234.00 167.32 66.68 + 120.525 205.00 167.34 37.66 + 120.550 212.00 167.36 44.64 + 120.575 216.00 167.38 48.62 + 120.600 213.00 167.40 45.60 + 120.625 266.00 167.43 98.57 + 120.650 257.00 167.46 89.54 + 120.675 269.00 167.50 101.50 + 120.700 300.00 167.53 132.47 + 120.725 330.00 167.57 162.43 + 120.750 339.00 167.60 171.40 + 120.775 357.00 167.63 189.37 + 120.800 382.00 167.67 214.33 + 120.825 326.00 167.70 158.30 + 120.850 325.00 167.73 157.27 + 120.875 282.00 167.76 114.24 + 120.900 284.00 167.79 116.21 + 120.925 305.00 167.82 137.18 + 120.950 353.00 167.86 185.14 + 120.975 293.00 167.89 125.11 + 121.000 354.00 167.93 186.07 + 121.025 327.00 167.97 159.03 + 121.050 397.00 168.00 229.00 + 121.075 378.00 168.04 209.96 + 121.100 367.00 168.07 198.93 + 121.125 341.00 168.09 172.91 + 121.150 307.00 168.12 138.88 + 121.175 311.00 168.14 142.86 + 121.200 274.00 168.17 105.83 + 121.225 313.00 168.19 144.81 + 121.250 351.00 168.22 182.78 + 121.275 347.00 168.25 178.75 + 121.300 326.00 168.28 157.72 + 121.325 307.00 168.31 138.69 + 121.350 293.00 168.34 124.66 + 121.375 260.00 168.37 91.63 + 121.400 283.00 168.41 114.59 + 121.425 272.00 168.44 103.56 + 121.450 272.00 168.48 103.52 + 121.475 302.00 168.51 133.49 + 121.500 307.00 168.55 138.45 + 121.525 313.00 168.59 144.41 + 121.550 332.00 168.63 163.37 + 121.575 337.00 168.67 168.33 + 121.600 327.00 168.72 158.28 + 121.625 331.00 168.78 162.22 + 121.650 343.00 168.84 174.16 + 121.675 329.00 168.90 160.10 + 121.700 371.00 168.98 202.02 + 121.725 392.00 169.06 222.94 + 121.750 418.00 169.14 248.86 + 121.775 493.00 169.22 323.78 + 121.800 471.00 169.30 301.70 + 121.825 481.00 169.36 311.64 + 121.850 485.00 169.40 315.60 + 121.875 486.00 169.42 316.58 + 121.900 422.00 169.42 252.58 + 121.925 425.00 169.41 255.59 + 121.950 387.00 169.40 217.60 + 121.975 379.00 169.40 209.60 + 122.000 330.00 169.40 160.60 + 122.025 338.00 169.41 168.59 + 122.050 327.00 169.43 157.57 + 122.075 321.00 169.46 151.54 + 122.100 327.00 169.49 157.51 + 122.125 386.00 169.53 216.47 + 122.150 375.00 169.57 205.43 + 122.175 412.00 169.60 242.40 + 122.200 398.00 169.63 228.37 + 122.225 371.00 169.66 201.34 + 122.250 398.00 169.68 228.32 + 122.275 377.00 169.69 207.31 + 122.300 382.00 169.71 212.29 + 122.325 419.00 169.73 249.27 + 122.350 397.00 169.75 227.25 + 122.375 373.00 169.77 203.23 + 122.400 325.00 169.79 155.21 + 122.425 333.00 169.82 163.18 + 122.450 311.00 169.84 141.16 + 122.475 301.00 169.87 131.13 + 122.500 293.00 169.91 123.09 + 122.525 291.00 169.94 121.06 + 122.550 268.00 169.97 98.03 + 122.575 279.00 170.01 108.99 + 122.600 289.00 170.04 118.96 + 122.625 278.00 170.08 107.92 + 122.650 266.00 170.11 95.89 + 122.675 268.00 170.15 97.85 + 122.700 284.00 170.18 113.82 + 122.725 258.00 170.22 87.78 + 122.750 251.00 170.25 80.75 + 122.775 258.00 170.29 87.71 + 122.800 247.00 170.33 76.67 + 122.825 251.00 170.36 80.64 + 122.850 211.00 170.40 40.60 + 122.875 209.00 170.43 38.57 + 122.900 220.00 170.47 49.53 + 122.925 218.00 170.51 47.49 + 122.950 191.00 170.54 20.46 + 122.975 186.00 170.58 15.42 + 123.000 214.00 170.62 43.38 + 123.025 213.00 170.66 42.34 + 123.050 216.00 170.69 45.31 + 123.075 227.00 170.73 56.27 + 123.100 196.00 170.77 25.23 + 123.125 202.00 170.81 31.19 + 123.150 213.00 170.84 42.16 + 123.175 186.00 170.88 15.12 + 123.200 198.00 170.92 27.08 + 123.225 224.00 170.96 53.04 + 123.250 177.00 171.00 6.00 + 123.275 197.00 171.04 25.96 + 123.300 160.00 171.08 -11.08 + 123.325 191.00 171.12 19.88 + 123.350 209.00 171.16 37.84 + 123.375 217.00 171.20 45.80 + 123.400 216.00 171.23 44.77 + 123.425 215.00 171.27 43.73 + 123.450 200.00 171.31 28.69 + 123.475 207.00 171.35 35.65 + 123.500 202.00 171.39 30.61 + 123.525 234.00 171.43 62.57 + 123.550 218.00 171.48 46.52 + 123.575 252.00 171.53 80.47 + 123.600 249.00 171.58 77.42 + 123.625 281.00 171.64 109.36 + 123.650 270.00 171.70 98.30 + 123.675 287.00 171.77 115.23 + 123.700 318.00 171.84 146.16 + 123.725 319.00 171.91 147.09 + 123.750 370.00 171.99 198.01 + 123.775 397.00 172.05 224.95 + 123.800 434.00 172.12 261.88 + 123.825 494.00 172.17 321.83 + 123.850 424.00 172.22 251.78 + 123.875 485.00 172.25 312.75 + 123.900 464.00 172.27 291.73 + 123.925 454.00 172.29 281.71 + 123.950 461.00 172.29 288.71 + 123.975 371.00 172.30 198.70 + 124.000 326.00 172.30 153.70 + 124.025 309.00 172.31 136.69 + 124.050 280.00 172.32 107.68 + 124.075 332.00 172.34 159.66 + 124.100 297.00 172.36 124.64 + 124.125 277.00 172.39 104.61 + 124.150 293.00 172.42 120.58 + 124.175 303.00 172.45 130.55 + 124.200 342.00 172.49 169.51 + 124.225 293.00 172.53 120.47 + 124.250 322.00 172.57 149.43 + 124.275 350.00 172.62 177.38 + 124.300 360.00 172.66 187.34 + 124.325 343.00 172.71 170.29 + 124.350 387.00 172.76 214.24 + 124.375 437.00 172.81 264.19 + 124.400 442.00 172.86 269.14 + 124.425 460.00 172.92 287.08 + 124.450 486.00 172.97 313.03 + 124.475 451.00 173.02 277.98 + 124.500 433.00 173.07 259.93 + 124.525 459.00 173.12 285.88 + 124.550 369.00 173.16 195.84 + 124.575 415.00 173.20 241.80 + 124.600 340.00 173.23 166.77 + 124.625 328.00 173.26 154.74 + 124.650 323.00 173.28 149.72 + 124.675 291.00 173.31 117.69 + 124.700 265.00 173.33 91.67 + 124.725 305.00 173.36 131.64 + 124.750 279.00 173.39 105.61 + 124.775 298.00 173.43 124.57 + 124.800 320.00 173.46 146.54 + 124.825 299.00 173.50 125.50 + 124.850 306.00 173.55 132.45 + 124.875 340.00 173.59 166.41 + 124.900 314.00 173.63 140.37 + 124.925 329.00 173.67 155.33 + 124.950 324.00 173.71 150.29 + 124.975 367.00 173.75 193.25 + 125.000 378.00 173.78 204.22 + 125.025 335.00 173.82 161.18 + 125.050 338.00 173.86 164.14 + 125.075 293.00 173.90 119.10 + 125.100 299.00 173.93 125.07 + 125.125 293.00 173.97 119.03 + 125.150 263.00 174.01 88.99 + 125.175 285.00 174.06 110.94 + 125.200 277.00 174.10 102.90 + 125.225 283.00 174.15 108.85 + 125.250 326.00 174.19 151.81 + 125.275 291.00 174.24 116.76 + 125.300 311.00 174.29 136.71 + 125.325 315.00 174.34 140.66 + 125.350 351.00 174.40 176.60 + 125.375 367.00 174.45 192.55 + 125.400 353.00 174.50 178.50 + 125.425 387.00 174.55 212.45 + 125.450 404.00 174.60 229.40 + 125.475 365.00 174.65 190.35 + 125.500 354.00 174.70 179.30 + 125.525 382.00 174.74 207.26 + 125.550 318.00 174.79 143.21 + 125.575 310.00 174.84 135.16 + 125.600 342.00 174.89 167.11 + 125.625 355.00 174.93 180.07 + 125.650 334.00 174.98 159.02 + 125.675 382.00 175.03 206.97 + 125.700 359.00 175.07 183.93 + 125.725 322.00 175.11 146.89 + 125.750 317.00 175.15 141.85 + 125.775 322.00 175.18 146.82 + 125.800 315.00 175.21 139.79 + 125.825 322.00 175.23 146.77 + 125.850 260.00 175.26 84.74 + 125.875 275.00 175.29 99.71 + 125.900 282.00 175.32 106.68 + 125.925 290.00 175.36 114.64 + 125.950 318.00 175.39 142.61 + 125.975 296.00 175.43 120.57 + 126.000 276.00 175.47 100.53 + 126.025 281.00 175.51 105.49 + 126.050 309.00 175.55 133.45 + 126.075 281.00 175.59 105.41 + 126.100 305.00 175.63 129.37 + 126.125 298.00 175.67 122.33 + 126.150 276.00 175.72 100.28 + 126.175 252.00 175.76 76.24 + 126.200 303.00 175.81 127.19 + 126.225 282.00 175.85 106.15 + 126.250 308.00 175.90 132.10 + 126.275 302.00 175.94 126.06 + 126.300 293.00 175.99 117.01 + 126.325 288.00 176.04 111.96 + 126.350 268.00 176.09 91.91 + 126.375 300.00 176.14 123.86 + 126.400 319.00 176.20 142.80 + 126.425 297.00 176.25 120.75 + 126.450 302.00 176.31 125.69 + 126.475 304.00 176.38 127.62 + 126.500 346.00 176.45 169.55 + 126.525 392.00 176.52 215.48 + 126.550 454.00 176.59 277.41 + 126.575 519.00 176.66 342.34 + 126.600 565.00 176.73 388.27 + 126.625 590.00 176.79 413.21 + 126.650 593.00 176.85 416.15 + 126.675 601.00 176.90 424.10 + 126.700 563.00 176.93 386.07 + 126.725 482.00 176.96 305.04 + 126.750 500.00 176.98 323.02 + 126.775 403.00 177.00 226.00 + 126.800 417.00 177.02 239.98 + 126.825 386.00 177.04 208.96 + 126.850 328.00 177.06 150.94 + 126.875 293.00 177.09 115.91 + 126.900 321.00 177.12 143.88 + 126.925 300.00 177.15 122.85 + 126.950 313.00 177.18 135.82 + 126.975 294.00 177.22 116.78 + 127.000 318.00 177.26 140.74 + 127.025 294.00 177.30 116.70 + 127.050 329.00 177.34 151.66 + 127.075 329.00 177.38 151.62 + 127.100 364.00 177.43 186.57 + 127.125 360.00 177.47 182.53 + 127.150 385.00 177.52 207.48 + 127.175 412.00 177.56 234.44 + 127.200 426.00 177.61 248.39 + 127.225 405.00 177.66 227.34 + 127.250 418.00 177.70 240.30 + 127.275 417.00 177.75 239.25 + 127.300 358.00 177.80 180.20 + 127.325 384.00 177.84 206.16 + 127.350 387.00 177.89 209.11 + 127.375 312.00 177.94 134.06 + 127.400 316.00 177.99 138.01 + 127.425 304.00 178.04 125.96 + 127.450 295.00 178.09 116.91 + 127.475 296.00 178.14 117.86 + 127.500 294.00 178.19 115.81 + 127.525 273.00 178.25 94.75 + 127.550 325.00 178.30 146.70 + 127.575 330.00 178.36 151.64 + 127.600 345.00 178.41 166.59 + 127.625 300.00 178.47 121.53 + 127.650 370.00 178.53 191.47 + 127.675 350.00 178.58 171.42 + 127.700 381.00 178.63 202.37 + 127.725 297.00 178.68 118.32 + 127.750 316.00 178.72 137.28 + 127.775 300.00 178.76 121.24 + 127.800 270.00 178.80 91.20 + 127.825 271.00 178.84 92.16 + 127.850 292.00 178.88 113.12 + 127.875 249.00 178.92 70.08 + 127.900 263.00 178.96 84.04 + 127.925 269.00 179.00 90.00 + 127.950 273.00 179.04 93.96 + 127.975 252.00 179.08 72.92 + 128.000 250.00 179.12 70.88 + 128.025 225.00 179.17 45.83 + 128.050 241.00 179.22 61.78 + 128.075 245.00 179.26 65.74 + 128.100 268.00 179.31 88.69 + 128.125 276.00 179.36 96.64 + 128.150 264.00 179.40 84.60 + 128.175 282.00 179.45 102.55 + 128.200 294.00 179.50 114.50 + 128.225 314.00 179.55 134.45 + 128.250 303.00 179.60 123.40 + 128.275 269.00 179.64 89.36 + 128.300 295.00 179.69 115.31 + 128.325 283.00 179.74 103.26 + 128.350 293.00 179.79 113.21 + 128.375 286.00 179.84 106.16 + 128.400 264.00 179.89 84.11 + 128.425 255.00 179.94 75.06 + 128.450 259.00 179.99 79.01 + 128.475 252.00 180.04 71.96 + 128.500 270.00 180.08 89.92 + 128.525 255.00 180.13 74.87 + 128.550 304.00 180.18 123.82 + 128.575 293.00 180.23 112.77 + 128.600 311.00 180.28 130.72 + 128.625 285.00 180.33 104.67 + 128.650 332.00 180.38 151.62 + 128.675 321.00 180.43 140.57 + 128.700 350.00 180.48 169.52 + 128.725 358.00 180.53 177.47 + 128.750 431.00 180.58 250.42 + 128.775 433.00 180.63 252.37 + 128.800 427.00 180.69 246.31 + 128.825 380.00 180.74 199.26 + 128.850 413.00 180.79 232.21 + 128.875 422.00 180.84 241.16 + 128.900 348.00 180.90 167.10 + 128.925 388.00 180.95 207.05 + 128.950 355.00 181.00 174.00 + 128.975 370.00 181.06 188.94 + 129.000 353.00 181.11 171.89 + 129.025 322.00 181.16 140.84 + 129.050 348.00 181.22 166.78 + 129.075 325.00 181.27 143.73 + 129.100 320.00 181.32 138.68 + 129.125 369.00 181.37 187.63 + 129.150 351.00 181.43 169.57 + 129.175 400.00 181.48 218.52 + 129.200 379.00 181.54 197.46 + 129.225 399.00 181.60 217.40 + 129.250 406.00 181.66 224.34 + 129.275 396.00 181.72 214.28 + 129.300 397.00 181.79 215.21 + 129.325 415.00 181.86 233.14 + 129.350 439.00 181.94 257.06 + 129.375 438.00 182.02 255.98 + 129.400 437.00 182.10 254.90 + 129.425 478.00 182.18 295.82 + 129.450 495.00 182.27 312.73 + 129.475 511.00 182.35 328.65 + 129.500 450.00 182.43 267.57 + 129.525 497.00 182.51 314.49 + 129.550 498.00 182.58 315.42 + 129.575 433.00 182.65 250.35 + 129.600 477.00 182.70 294.30 + 129.625 484.00 182.76 301.24 + 129.650 430.00 182.80 247.20 + 129.675 431.00 182.84 248.16 + 129.700 454.00 182.86 271.14 + 129.725 399.00 182.89 216.11 + 129.750 382.00 182.90 199.10 + 129.775 384.00 182.92 201.08 + 129.800 351.00 182.93 168.07 + 129.825 334.00 182.95 151.05 + 129.850 347.00 182.97 164.03 + 129.875 336.00 182.99 153.01 + 129.900 330.00 183.02 146.98 + 129.925 306.00 183.05 122.95 + 129.950 330.00 183.09 146.91 + 129.975 311.00 183.13 127.87 + 130.000 298.00 183.17 114.83 + 130.025 301.00 183.21 117.79 + 130.050 344.00 183.26 160.74 + 130.075 335.00 183.30 151.70 + 130.100 334.00 183.35 150.65 + 130.125 303.00 183.40 119.60 + 130.150 326.00 183.45 142.55 + 130.175 359.00 183.49 175.51 + 130.200 397.00 183.54 213.46 + 130.225 356.00 183.60 172.40 + 130.250 347.00 183.65 163.35 + 130.275 310.00 183.70 126.30 + 130.300 347.00 183.75 163.25 + 130.325 332.00 183.81 148.19 + 130.350 312.00 183.86 128.14 + 130.375 335.00 183.92 151.08 + 130.400 334.00 183.97 150.03 + 130.425 316.00 184.02 131.98 + 130.450 309.00 184.08 124.92 + 130.475 294.00 184.13 109.87 + 130.500 334.00 184.19 149.81 + 130.525 342.00 184.24 157.76 + 130.550 332.00 184.29 147.71 + 130.575 279.00 184.35 94.65 + 130.600 267.00 184.40 82.60 + 130.625 257.00 184.45 72.55 + 130.650 292.00 184.50 107.50 + 130.675 288.00 184.55 103.45 + 130.700 273.00 184.60 88.40 + 130.725 245.00 184.65 60.35 + 130.750 269.00 184.70 84.30 + 130.775 248.00 184.75 63.25 + 130.800 228.00 184.80 43.20 + 130.825 250.00 184.85 65.15 + 130.850 249.00 184.90 64.10 + 130.875 230.00 184.96 45.04 + 130.900 238.00 185.01 52.99 + 130.925 217.00 185.06 31.94 + 130.950 238.00 185.11 52.89 + 130.975 212.00 185.17 26.83 + 131.000 246.00 185.22 60.78 + 131.025 246.00 185.27 60.73 + 131.050 239.00 185.33 53.67 + 131.075 262.00 185.38 76.62 + 131.100 265.00 185.44 79.56 + 131.125 264.00 185.49 78.51 + 131.150 240.00 185.55 54.45 + 131.175 250.00 185.60 64.40 + 131.200 246.00 185.66 60.34 + 131.225 226.00 185.71 40.29 + 131.250 227.00 185.77 41.23 + 131.275 235.00 185.82 49.18 + 131.300 226.00 185.88 40.12 + 131.325 256.00 185.93 70.07 + 131.350 190.00 185.99 4.01 + 131.375 215.00 186.04 28.96 + 131.400 236.00 186.09 49.91 + 131.425 223.00 186.15 36.85 + 131.450 227.00 186.20 40.80 + 131.475 203.00 186.25 16.75 + 131.500 206.00 186.31 19.69 + 131.525 190.00 186.36 3.64 + 131.550 232.00 186.41 45.59 + 131.575 230.00 186.47 43.53 + 131.600 201.00 186.52 14.48 + 131.625 219.00 186.58 32.42 + 131.650 203.00 186.63 16.37 + 131.675 216.00 186.69 29.31 + 131.700 213.00 186.74 26.26 + 131.725 208.00 186.80 21.20 + 131.750 224.00 186.85 37.15 + 131.775 210.00 186.91 23.09 + 131.800 202.00 186.96 15.04 + 131.825 212.00 187.02 24.98 + 131.850 205.00 187.08 17.92 + 131.875 236.00 187.13 48.87 + 131.900 220.00 187.19 32.81 + 131.925 194.00 187.24 6.76 + 131.950 199.00 187.30 11.70 + 131.975 201.00 187.35 13.65 + 132.000 216.00 187.41 28.59 + 132.025 237.00 187.47 49.53 + 132.050 212.00 187.52 24.48 + 132.075 225.00 187.58 37.42 + 132.100 203.00 187.64 15.36 + 132.125 241.00 187.70 53.30 + 132.150 232.00 187.76 44.24 + 132.175 260.00 187.82 72.18 + 132.200 253.00 187.88 65.12 + 132.225 257.00 187.94 69.06 + 132.250 282.00 188.01 93.99 + 132.275 291.00 188.07 102.93 + 132.300 283.00 188.13 94.87 + 132.325 325.00 188.20 136.80 + 132.350 333.00 188.26 144.74 + 132.375 335.00 188.33 146.67 + 132.400 293.00 188.39 104.61 + 132.425 315.00 188.45 126.55 + 132.450 297.00 188.51 108.49 + 132.475 310.00 188.56 121.44 + 132.500 285.00 188.62 96.38 + 132.525 285.00 188.68 96.32 + 132.550 276.00 188.73 87.27 + 132.575 258.00 188.78 69.22 + 132.600 251.00 188.84 62.16 + 132.625 269.00 188.89 80.11 + 132.650 228.00 188.94 39.06 + 132.675 215.00 189.00 26.00 + 132.700 259.00 189.05 69.95 + 132.725 235.00 189.11 45.89 + 132.750 257.00 189.17 67.83 + 132.775 241.00 189.22 51.78 + 132.800 289.00 189.28 99.72 + 132.825 229.00 189.34 39.66 + 132.850 267.00 189.39 77.61 + 132.875 270.00 189.45 80.55 + 132.900 284.00 189.50 94.50 + 132.925 265.00 189.55 75.45 + 132.950 274.00 189.60 84.40 + 132.975 275.00 189.65 85.35 + 133.000 279.00 189.70 89.30 + 133.025 277.00 189.75 87.25 + 133.050 269.00 189.80 79.20 + 133.075 267.00 189.85 77.15 + 133.100 263.00 189.90 73.10 + 133.125 299.00 189.95 109.05 + 133.150 262.00 190.01 71.99 + 133.175 263.00 190.06 72.94 + 133.200 268.00 190.11 77.89 + 133.225 235.00 190.17 44.83 + 133.250 232.00 190.22 41.78 + 133.275 261.00 190.28 70.72 + 133.300 236.00 190.34 45.66 + 133.325 224.00 190.39 33.61 + 133.350 251.00 190.45 60.55 + 133.375 249.00 190.51 58.49 + 133.400 247.00 190.57 56.43 + 133.425 217.00 190.63 26.37 + 133.450 238.00 190.69 47.31 + 133.475 231.00 190.75 40.25 + 133.500 251.00 190.81 60.19 + 133.525 261.00 190.88 70.12 + 133.550 251.00 190.94 60.06 + 133.575 308.00 191.00 117.00 + 133.600 300.00 191.06 108.94 + 133.625 333.00 191.12 141.88 + 133.650 311.00 191.18 119.82 + 133.675 283.00 191.24 91.76 + 133.700 279.00 191.29 87.71 + 133.725 289.00 191.35 97.65 + 133.750 281.00 191.41 89.59 + 133.775 273.00 191.46 81.54 + 133.800 244.00 191.52 52.48 + 133.825 299.00 191.58 107.42 + 133.850 263.00 191.64 71.36 + 133.875 257.00 191.70 65.30 + 133.900 209.00 191.76 17.24 + 133.925 284.00 191.82 92.18 + 133.950 256.00 191.88 64.12 + 133.975 270.00 191.94 78.06 + 134.000 280.00 192.01 87.99 + 134.025 276.00 192.07 83.93 + 134.050 282.00 192.13 89.87 + 134.075 293.00 192.19 100.81 + 134.100 282.00 192.25 89.75 + 134.125 285.00 192.31 92.69 + 134.150 309.00 192.37 116.63 + 134.175 299.00 192.42 106.58 + 134.200 295.00 192.48 102.52 + 134.225 307.00 192.53 114.47 + 134.250 253.00 192.58 60.42 + 134.275 258.00 192.64 65.36 + 134.300 255.00 192.69 62.31 + 134.325 297.00 192.74 104.26 + 134.350 296.00 192.80 103.20 + 134.375 248.00 192.85 55.15 + 134.400 286.00 192.91 93.09 + 134.425 288.00 192.97 95.03 + 134.450 259.00 193.03 65.97 + 134.475 276.00 193.09 82.91 + 134.500 256.00 193.15 62.85 + 134.525 257.00 193.21 63.79 + 134.550 268.00 193.27 74.73 + 134.575 246.00 193.33 52.67 + 134.600 273.00 193.40 79.60 + 134.625 271.00 193.46 77.54 + 134.650 306.00 193.53 112.47 + 134.675 287.00 193.60 93.40 + 134.700 286.00 193.67 92.33 + 134.725 303.00 193.74 109.26 + 134.750 283.00 193.81 89.19 + 134.775 335.00 193.89 141.11 + 134.800 330.00 193.96 136.04 + 134.825 366.00 194.04 171.96 + 134.850 380.00 194.12 185.88 + 134.875 334.00 194.20 139.80 + 134.900 362.00 194.28 167.72 + 134.925 408.00 194.36 213.64 + 134.950 432.00 194.44 237.56 + 134.975 479.00 194.51 284.49 + 135.000 440.00 194.58 245.42 + 135.025 484.00 194.64 289.36 + 135.050 478.00 194.70 283.30 + 135.075 479.00 194.75 284.25 + 135.100 513.00 194.80 318.20 + 135.125 472.00 194.84 277.16 + 135.150 445.00 194.89 250.11 + 135.175 466.00 194.92 271.08 + 135.200 437.00 194.96 242.04 + 135.225 414.00 195.00 219.00 + 135.250 396.00 195.04 200.96 + 135.275 374.00 195.07 178.93 + 135.300 314.00 195.11 118.89 + 135.325 326.00 195.16 130.84 + 135.350 326.00 195.20 130.80 + 135.375 323.00 195.25 127.75 + 135.400 316.00 195.30 120.70 + 135.425 354.00 195.35 158.65 + 135.450 315.00 195.40 119.60 + 135.475 351.00 195.46 155.54 + 135.500 329.00 195.51 133.49 + 135.525 370.00 195.57 174.43 + 135.550 366.00 195.63 170.37 + 135.575 415.00 195.69 219.31 + 135.600 444.00 195.74 248.26 + 135.625 423.00 195.80 227.20 + 135.650 414.00 195.86 218.14 + 135.675 412.00 195.92 216.08 + 135.700 463.00 195.98 267.02 + 135.725 464.00 196.04 267.96 + 135.750 424.00 196.09 227.91 + 135.775 427.00 196.15 230.85 + 135.800 411.00 196.21 214.79 + 135.825 394.00 196.27 197.73 + 135.850 383.00 196.33 186.67 + 135.875 394.00 196.39 197.61 + 135.900 330.00 196.45 133.55 + 135.925 360.00 196.51 163.49 + 135.950 359.00 196.56 162.44 + 135.975 303.00 196.62 106.38 + 136.000 294.00 196.68 97.32 + 136.025 289.00 196.74 92.26 + 136.050 271.00 196.80 74.20 + 136.075 288.00 196.86 91.14 + 136.100 264.00 196.92 67.08 + 136.125 284.00 196.98 87.02 + 136.150 262.00 197.04 64.96 + 136.175 274.00 197.10 76.90 + 136.200 278.00 197.16 80.84 + 136.225 293.00 197.22 95.78 + 136.250 289.00 197.28 91.72 + 136.275 309.00 197.34 111.66 + 136.300 292.00 197.40 94.60 + 136.325 313.00 197.46 115.54 + 136.350 286.00 197.52 88.48 + 136.375 291.00 197.58 93.42 + 136.400 303.00 197.65 105.35 + 136.425 279.00 197.71 81.29 + 136.450 298.00 197.77 100.23 + 136.475 301.00 197.83 103.17 + 136.500 278.00 197.89 80.11 + 136.525 261.00 197.95 63.05 + 136.550 314.00 198.01 115.99 + 136.575 299.00 198.07 100.93 + 136.600 316.00 198.13 117.87 + 136.625 353.00 198.19 154.81 + 136.650 319.00 198.26 120.74 + 136.675 339.00 198.32 140.68 + 136.700 335.00 198.38 136.62 + 136.725 341.00 198.44 142.56 + 136.750 306.00 198.50 107.50 + 136.775 303.00 198.56 104.44 + 136.800 298.00 198.62 99.38 + 136.825 290.00 198.68 91.32 + 136.850 317.00 198.74 118.26 + 136.875 318.00 198.81 119.19 + 136.900 296.00 198.87 97.13 + 136.925 336.00 198.93 137.07 + 136.950 295.00 198.99 96.01 + 136.975 284.00 199.05 84.95 + 137.000 241.00 199.11 41.89 + 137.025 276.00 199.17 76.83 + 137.050 245.00 199.23 45.77 + 137.075 247.00 199.29 47.71 + 137.100 263.00 199.35 63.65 + 137.125 270.00 199.41 70.59 + 137.150 261.00 199.48 61.52 + 137.175 239.00 199.54 39.46 + 137.200 247.00 199.60 47.40 + 137.225 250.00 199.66 50.34 + 137.250 209.00 199.72 9.28 + 137.275 238.00 199.78 38.22 + 137.300 247.00 199.84 47.16 + 137.325 257.00 199.90 57.10 + 137.350 255.00 199.96 55.04 + 137.375 273.00 200.02 72.98 + 137.400 272.00 200.08 71.92 + 137.425 319.00 200.15 118.85 + 137.450 274.00 200.21 73.79 + 137.475 307.00 200.27 106.73 + 137.500 253.00 200.33 52.67 + 137.525 284.00 200.39 83.61 + 137.550 254.00 200.45 53.55 + 137.575 274.00 200.51 73.49 + 137.600 278.00 200.58 77.42 + 137.625 237.00 200.64 36.36 + 137.650 257.00 200.70 56.30 + 137.675 249.00 200.76 48.24 + 137.700 261.00 200.82 60.18 + 137.725 242.00 200.89 41.11 + 137.750 256.00 200.95 55.05 + 137.775 255.00 201.01 53.99 + 137.800 236.00 201.07 34.93 + 137.825 234.00 201.14 32.86 + 137.850 250.00 201.20 48.80 + 137.875 233.00 201.27 31.73 + 137.900 250.00 201.33 48.67 + 137.925 231.00 201.40 29.60 + 137.950 252.00 201.46 50.54 + 137.975 244.00 201.53 42.47 + 138.000 256.00 201.60 54.40 + 138.025 226.00 201.67 24.33 + 138.050 267.00 201.74 65.26 + 138.075 246.00 201.81 44.19 + 138.100 257.00 201.88 55.12 + 138.125 255.00 201.95 53.05 + 138.150 278.00 202.03 75.97 + 138.175 292.00 202.10 89.90 + 138.200 308.00 202.17 105.83 + 138.225 274.00 202.24 71.76 + 138.250 375.00 202.31 172.69 + 138.275 361.00 202.38 158.62 + 138.300 344.00 202.45 141.55 + 138.325 361.00 202.51 158.49 + 138.350 347.00 202.57 144.43 + 138.375 352.00 202.63 149.37 + 138.400 322.00 202.68 119.32 + 138.425 337.00 202.74 134.26 + 138.450 267.00 202.79 64.21 + 138.475 268.00 202.84 65.16 + 138.500 286.00 202.90 83.10 + 138.525 279.00 202.95 76.05 + 138.550 276.00 203.00 73.00 + 138.575 252.00 203.05 48.95 + 138.600 242.00 203.10 38.90 + 138.625 277.00 203.16 73.84 + 138.650 271.00 203.21 67.79 + 138.675 275.00 203.27 71.73 + 138.700 272.00 203.33 68.67 + 138.725 295.00 203.38 91.62 + 138.750 281.00 203.44 77.56 + 138.775 338.00 203.50 134.50 + 138.800 320.00 203.56 116.44 + 138.825 350.00 203.63 146.37 + 138.850 381.00 203.69 177.31 + 138.875 404.00 203.75 200.25 + 138.900 451.00 203.82 247.18 + 138.925 441.00 203.88 237.12 + 138.950 452.00 203.95 248.05 + 138.975 417.00 204.02 212.98 + 139.000 450.00 204.08 245.92 + 139.025 436.00 204.15 231.85 + 139.050 437.00 204.21 232.79 + 139.075 440.00 204.28 235.72 + 139.100 474.00 204.35 269.65 + 139.125 453.00 204.41 248.59 + 139.150 457.00 204.47 252.53 + 139.175 438.00 204.54 233.46 + 139.200 387.00 204.60 182.40 + 139.225 386.00 204.66 181.34 + 139.250 366.00 204.72 161.28 + 139.275 341.00 204.78 136.22 + 139.300 337.00 204.84 132.16 + 139.325 308.00 204.89 103.11 + 139.350 329.00 204.95 124.05 + 139.375 283.00 205.01 77.99 + 139.400 296.00 205.06 90.94 + 139.425 289.00 205.12 83.88 + 139.450 297.00 205.18 91.82 + 139.475 240.00 205.24 34.76 + 139.500 268.00 205.30 62.70 + 139.525 282.00 205.35 76.65 + 139.550 297.00 205.41 91.59 + 139.575 291.00 205.47 85.53 + 139.600 281.00 205.53 75.47 + 139.625 305.00 205.59 99.41 + 139.650 336.00 205.65 130.35 + 139.675 324.00 205.71 118.29 + 139.700 307.00 205.78 101.22 + 139.725 332.00 205.84 126.16 + 139.750 328.00 205.90 122.10 + 139.775 309.00 205.96 103.04 + 139.800 315.00 206.02 108.98 + 139.825 330.00 206.08 123.92 + 139.850 291.00 206.15 84.85 + 139.875 290.00 206.21 83.79 + 139.900 344.00 206.27 137.73 + 139.925 314.00 206.33 107.67 + 139.950 324.00 206.40 117.60 + 139.975 327.00 206.46 120.54 + 140.000 259.00 206.52 52.48 + 140.025 268.00 206.58 61.42 + 140.050 305.00 206.65 98.35 + 140.075 304.00 206.71 97.29 + 140.100 300.00 206.77 93.23 + 140.125 285.00 206.83 78.17 + 140.150 292.00 206.90 85.10 + 140.175 289.00 206.96 82.04 + 140.200 294.00 207.02 86.98 + 140.225 278.00 207.08 70.92 + 140.250 261.00 207.15 53.85 + 140.275 297.00 207.21 89.79 + 140.300 252.00 207.27 44.73 + 140.325 280.00 207.33 72.67 + 140.350 245.00 207.39 37.61 + 140.375 266.00 207.45 58.55 + 140.400 283.00 207.52 75.48 + 140.425 238.00 207.58 30.42 + 140.450 266.00 207.64 58.36 + 140.475 262.00 207.70 54.30 + 140.500 249.00 207.76 41.24 + 140.525 255.00 207.82 47.18 + 140.550 240.00 207.89 32.11 + 140.575 239.00 207.95 31.05 + 140.600 221.00 208.01 12.99 + 140.625 251.00 208.07 42.93 + 140.650 212.00 208.13 3.87 + 140.675 233.00 208.20 24.80 + 140.700 238.00 208.26 29.74 + 140.725 249.00 208.32 40.68 + 140.750 256.00 208.38 47.62 + 140.775 216.00 208.44 7.56 + 140.800 262.00 208.51 53.49 + 140.825 249.00 208.57 40.43 + 140.850 248.00 208.63 39.37 + 140.875 263.00 208.69 54.31 + 140.900 281.00 208.76 72.24 + 140.925 234.00 208.82 25.18 + 140.950 290.00 208.88 81.12 + 140.975 269.00 208.94 60.06 + 141.000 284.00 209.01 74.99 + 141.025 233.00 209.07 23.93 + 141.050 286.00 209.13 76.87 + 141.075 275.00 209.19 65.81 + 141.100 263.00 209.25 53.75 + 141.125 245.00 209.32 35.68 + 141.150 259.00 209.38 49.62 + 141.175 276.00 209.44 66.56 + 141.200 229.00 209.50 19.50 + 141.225 261.00 209.56 51.44 + 141.250 273.00 209.62 63.38 + 141.275 272.00 209.69 62.31 + 141.300 231.00 209.75 21.25 + 141.325 212.00 209.81 2.19 + 141.350 233.00 209.87 23.13 + 141.375 256.00 209.93 46.07 + 141.400 241.00 209.99 31.01 + 141.425 228.00 210.05 17.95 + 141.450 234.00 210.12 23.88 + 141.475 238.00 210.18 27.82 + 141.500 216.00 210.24 5.76 + 141.525 207.00 210.30 -3.30 + 141.550 221.00 210.36 10.64 + 141.575 233.00 210.43 22.57 + 141.600 238.00 210.49 27.51 + 141.625 217.00 210.55 6.45 + 141.650 238.00 210.61 27.39 + 141.675 251.00 210.68 40.32 + 141.700 268.00 210.74 57.26 + 141.725 259.00 210.80 48.20 + 141.750 230.00 210.86 19.14 + 141.775 276.00 210.93 65.07 + 141.800 257.00 210.99 46.01 + 141.825 260.00 211.05 48.95 + 141.850 255.00 211.12 43.88 + 141.875 244.00 211.18 32.82 + 141.900 258.00 211.24 46.76 + 141.925 279.00 211.30 67.70 + 141.950 291.00 211.36 79.64 + 141.975 290.00 211.43 78.57 + 142.000 295.00 211.49 83.51 + 142.025 289.00 211.55 77.45 + 142.050 273.00 211.61 61.39 + 142.075 306.00 211.67 94.33 + 142.100 307.00 211.73 95.27 + 142.125 264.00 211.79 52.21 + 142.150 289.00 211.85 77.15 + 142.175 270.00 211.91 58.09 + 142.200 234.00 211.97 22.03 + 142.225 252.00 212.03 39.97 + 142.250 243.00 212.10 30.90 + 142.275 244.00 212.16 31.84 + 142.300 251.00 212.22 38.78 + 142.325 235.00 212.28 22.72 + 142.350 234.00 212.34 21.66 + 142.375 246.00 212.40 33.60 + 142.400 239.00 212.47 26.53 + 142.425 257.00 212.53 44.47 + 142.450 218.00 212.59 5.41 + 142.475 234.00 212.65 21.35 + 142.500 230.00 212.72 17.28 + 142.525 253.00 212.78 40.22 + 142.550 248.00 212.84 35.16 + 142.575 257.00 212.91 44.09 + 142.600 248.00 212.97 35.03 + 142.625 255.00 213.03 41.97 + 142.650 261.00 213.10 47.90 + 142.675 275.00 213.16 61.84 + 142.700 288.00 213.22 74.78 + 142.725 301.00 213.28 87.72 + 142.750 283.00 213.35 69.65 + 142.775 308.00 213.41 94.59 + 142.800 268.00 213.47 54.53 + 142.825 300.00 213.53 86.47 + 142.850 305.00 213.59 91.41 + 142.875 254.00 213.65 40.35 + 142.900 251.00 213.72 37.28 + 142.925 256.00 213.78 42.22 + 142.950 280.00 213.84 66.16 + 142.975 290.00 213.90 76.10 + 143.000 267.00 213.96 53.04 + 143.025 278.00 214.02 63.98 + 143.050 302.00 214.08 87.92 + 143.075 264.00 214.14 49.86 + 143.100 263.00 214.20 48.80 + 143.125 289.00 214.26 74.74 + 143.150 231.00 214.32 16.68 + 143.175 271.00 214.38 56.62 + 143.200 289.00 214.44 74.56 + 143.225 268.00 214.50 53.50 + 143.250 310.00 214.56 95.44 + 143.275 278.00 214.62 63.38 + 143.300 280.00 214.68 65.32 + 143.325 262.00 214.74 47.26 + 143.350 234.00 214.80 19.20 + 143.375 278.00 214.86 63.14 + 143.400 288.00 214.92 73.08 + 143.425 265.00 214.98 50.02 + 143.450 302.00 215.04 86.96 + 143.475 278.00 215.10 62.90 + 143.500 273.00 215.16 57.84 + 143.525 279.00 215.22 63.78 + 143.550 303.00 215.28 87.72 + 143.575 318.00 215.34 102.66 + 143.600 317.00 215.40 101.60 + 143.625 312.00 215.46 96.54 + 143.650 303.00 215.52 87.48 + 143.675 312.00 215.58 96.42 + 143.700 311.00 215.64 95.36 + 143.725 308.00 215.70 92.30 + 143.750 304.00 215.76 88.24 + 143.775 284.00 215.82 68.18 + 143.800 281.00 215.88 65.12 + 143.825 287.00 215.94 71.06 + 143.850 262.00 216.00 46.00 + 143.875 273.00 216.05 56.95 + 143.900 284.00 216.11 67.89 + 143.925 261.00 216.17 44.83 + 143.950 241.00 216.23 24.77 + 143.975 238.00 216.29 21.71 + 144.000 276.00 216.35 59.65 + 144.025 276.00 216.41 59.59 + 144.050 274.00 216.47 57.53 + 144.075 262.00 216.53 45.47 + 144.100 279.00 216.60 62.40 + 144.125 274.00 216.66 57.34 + 144.150 238.00 216.72 21.28 + 144.175 278.00 216.78 61.22 + 144.200 273.00 216.84 56.16 + 144.225 274.00 216.90 57.10 + 144.250 260.00 216.96 43.04 + 144.275 245.00 217.02 27.98 + 144.300 293.00 217.08 75.92 + 144.325 307.00 217.14 89.86 + 144.350 304.00 217.20 86.80 + 144.375 266.00 217.26 48.74 + 144.400 287.00 217.32 69.68 + 144.425 292.00 217.38 74.62 + 144.450 295.00 217.44 77.56 + 144.475 295.00 217.50 77.50 + 144.500 305.00 217.56 87.44 + 144.525 300.00 217.61 82.39 + 144.550 281.00 217.67 63.33 + 144.575 287.00 217.73 69.27 + 144.600 299.00 217.79 81.21 + 144.625 268.00 217.85 50.15 + 144.650 292.00 217.90 74.10 + 144.675 267.00 217.96 49.04 + 144.700 236.00 218.02 17.98 + 144.725 248.00 218.08 29.92 + 144.750 272.00 218.13 53.87 + 144.775 274.00 218.19 55.81 + 144.800 237.00 218.25 18.75 + 144.825 251.00 218.31 32.69 + 144.850 245.00 218.37 26.63 + 144.875 285.00 218.43 66.57 + 144.900 252.00 218.49 33.51 + 144.925 272.00 218.55 53.45 + 144.950 258.00 218.61 39.39 + 144.975 269.00 218.67 50.33 + 145.000 268.00 218.73 49.27 + 145.025 299.00 218.79 80.21 + 145.050 240.00 218.85 21.15 + 145.075 263.00 218.92 44.08 + 145.100 260.00 218.98 41.02 + 145.125 315.00 219.04 95.96 + 145.150 315.00 219.10 95.90 + 145.175 295.00 219.16 75.84 + 145.200 279.00 219.22 59.78 + 145.225 295.00 219.28 75.72 + 145.250 333.00 219.34 113.66 + 145.275 322.00 219.40 102.60 + 145.300 338.00 219.46 118.54 + 145.325 383.00 219.52 163.48 + 145.350 339.00 219.58 119.42 + 145.375 311.00 219.63 91.37 + 145.400 323.00 219.69 103.31 + 145.425 295.00 219.75 75.25 + 145.450 275.00 219.80 55.20 + 145.475 295.00 219.86 75.14 + 145.500 289.00 219.91 69.09 + 145.525 294.00 219.97 74.03 + 145.550 287.00 220.02 66.98 + 145.575 275.00 220.08 54.92 + 145.600 249.00 220.13 28.87 + 145.625 232.00 220.19 11.81 + 145.650 269.00 220.24 48.76 + 145.675 258.00 220.30 37.70 + 145.700 268.00 220.36 47.64 + 145.725 290.00 220.41 69.59 + 145.750 253.00 220.47 32.53 + 145.775 266.00 220.52 45.48 + 145.800 234.00 220.58 13.42 + 145.825 233.00 220.64 12.36 + 145.850 223.00 220.70 2.30 + 145.875 231.00 220.75 10.25 + 145.900 252.00 220.81 31.19 + 145.925 275.00 220.87 54.13 + 145.950 267.00 220.93 46.07 + 145.975 251.00 220.98 30.02 + 146.000 284.00 221.04 62.96 + 146.025 281.00 221.10 59.90 + 146.050 254.00 221.16 32.84 + 146.075 265.00 221.22 43.78 + 146.100 309.00 221.28 87.72 + 146.125 269.00 221.34 47.66 + 146.150 296.00 221.40 74.60 + 146.175 290.00 221.46 68.54 + 146.200 301.00 221.52 79.48 + 146.225 297.00 221.59 75.41 + 146.250 300.00 221.65 78.35 + 146.275 345.00 221.71 123.29 + 146.300 298.00 221.77 76.23 + 146.325 347.00 221.84 125.16 + 146.350 345.00 221.90 123.10 + 146.375 374.00 221.96 152.04 + 146.400 366.00 222.03 143.97 + 146.425 387.00 222.09 164.91 + 146.450 392.00 222.16 169.84 + 146.475 438.00 222.22 215.78 + 146.500 465.00 222.28 242.72 + 146.525 470.00 222.35 247.65 + 146.550 443.00 222.41 220.59 + 146.575 511.00 222.47 288.53 + 146.600 473.00 222.53 250.47 + 146.625 474.00 222.59 251.41 + 146.650 455.00 222.65 232.35 + 146.675 473.00 222.71 250.29 + 146.700 452.00 222.77 229.23 + 146.725 460.00 222.82 237.18 + 146.750 440.00 222.88 217.12 + 146.775 386.00 222.93 163.07 + 146.800 385.00 222.98 162.02 + 146.825 402.00 223.04 178.96 + 146.850 418.00 223.09 194.91 + 146.875 382.00 223.14 158.86 + 146.900 348.00 223.18 124.82 + 146.925 344.00 223.23 120.77 + 146.950 360.00 223.28 136.72 + 146.975 366.00 223.33 142.67 + 147.000 351.00 223.38 127.62 + 147.025 322.00 223.42 98.58 + 147.050 327.00 223.47 103.53 + 147.075 318.00 223.52 94.48 + 147.100 352.00 223.56 128.44 + 147.125 341.00 223.61 117.39 + 147.150 308.00 223.66 84.34 + 147.175 357.00 223.71 133.29 + 147.200 325.00 223.76 101.24 + 147.225 367.00 223.81 143.19 + 147.250 383.00 223.86 159.14 + 147.275 381.00 223.91 157.09 + 147.300 376.00 223.96 152.04 + 147.325 381.00 224.01 156.99 + 147.350 434.00 224.06 209.94 + 147.375 410.00 224.11 185.89 + 147.400 412.00 224.16 187.84 + 147.425 411.00 224.21 186.79 + 147.450 393.00 224.26 168.74 + 147.475 427.00 224.31 202.69 + 147.500 429.00 224.36 204.64 + 147.525 441.00 224.41 216.59 + 147.550 407.00 224.47 182.53 + 147.575 412.00 224.52 187.48 + 147.600 456.00 224.57 231.43 + 147.625 389.00 224.62 164.38 + 147.650 386.00 224.67 161.33 + 147.675 382.00 224.72 157.28 + 147.700 368.00 224.78 143.22 + 147.725 352.00 224.83 127.17 + 147.750 367.00 224.88 142.12 + 147.775 366.00 224.93 141.07 + 147.800 364.00 224.98 139.02 + 147.825 366.00 225.04 140.96 + 147.850 352.00 225.09 126.91 + 147.875 312.00 225.14 86.86 + 147.900 345.00 225.19 119.81 + 147.925 336.00 225.25 110.75 + 147.950 284.00 225.30 58.70 + 147.975 310.00 225.35 84.65 + 148.000 289.00 225.41 63.59 + 148.025 318.00 225.46 92.54 + 148.050 287.00 225.51 61.49 + 148.075 303.00 225.57 77.43 + 148.100 306.00 225.62 80.38 + 148.125 320.00 225.67 94.33 + 148.150 330.00 225.73 104.27 + 148.175 334.00 225.78 108.22 + 148.200 345.00 225.83 119.17 + 148.225 367.00 225.88 141.12 + 148.250 407.00 225.94 181.06 + 148.275 379.00 225.99 153.01 + 148.300 410.00 226.04 183.96 + 148.325 396.00 226.09 169.91 + 148.350 429.00 226.14 202.86 + 148.375 425.00 226.20 198.80 + 148.400 449.00 226.25 222.75 + 148.425 416.00 226.30 189.70 + 148.450 394.00 226.35 167.65 + 148.475 390.00 226.40 163.60 + 148.500 394.00 226.45 167.55 + 148.525 404.00 226.50 177.50 + 148.550 356.00 226.55 129.45 + 148.575 350.00 226.60 123.40 + 148.600 378.00 226.65 151.35 + 148.625 369.00 226.70 142.30 + 148.650 362.00 226.75 135.25 + 148.675 311.00 226.80 84.20 + 148.700 297.00 226.85 70.15 + 148.725 307.00 226.91 80.09 + 148.750 293.00 226.96 66.04 + 148.775 291.00 227.01 63.99 + 148.800 338.00 227.06 110.94 + 148.825 300.00 227.11 72.89 + 148.850 290.00 227.16 62.84 + 148.875 317.00 227.21 89.79 + 148.900 312.00 227.26 84.74 + 148.925 270.00 227.31 42.69 + 148.950 313.00 227.36 85.64 + 148.975 278.00 227.41 50.59 + 149.000 321.00 227.46 93.54 + 149.025 327.00 227.50 99.50 + 149.050 332.00 227.55 104.45 + 149.075 337.00 227.60 109.40 + 149.100 328.00 227.65 100.35 + 149.125 301.00 227.70 73.30 + 149.150 322.00 227.75 94.25 + 149.175 334.00 227.80 106.20 + 149.200 330.00 227.85 102.15 + 149.225 315.00 227.89 87.11 + 149.250 311.00 227.94 83.06 + 149.275 302.00 227.99 74.01 + 149.300 338.00 228.04 109.96 + 149.325 321.00 228.09 92.91 + 149.350 317.00 228.13 88.87 + 149.375 331.00 228.18 102.82 + 149.400 335.00 228.23 106.77 + 149.425 345.00 228.28 116.72 + 149.450 317.00 228.32 88.68 + 149.475 306.00 228.37 77.63 + 149.500 309.00 228.42 80.58 + 149.525 336.00 228.47 107.53 + 149.550 309.00 228.51 80.49 + 149.575 299.00 228.56 70.44 + 149.600 319.00 228.61 90.39 + 149.625 310.00 228.66 81.34 + 149.650 287.00 228.70 58.30 + 149.675 281.00 228.75 52.25 + 149.700 268.00 228.80 39.20 + 149.725 260.00 228.85 31.15 + 149.750 279.00 228.89 50.11 + 149.775 279.00 228.94 50.06 + 149.800 289.00 228.99 60.01 + 149.825 265.00 229.03 35.97 + 149.850 261.00 229.08 31.92 + 149.875 264.00 229.13 34.87 + 149.900 260.00 229.18 30.82 + 149.925 271.00 229.22 41.78 + 149.950 265.00 229.27 35.73 + 149.975 270.00 229.32 40.68 + 150.000 280.00 229.36 50.64 + 150.025 304.00 229.41 74.59 + 150.050 283.00 229.46 53.54 + 150.075 289.00 229.50 59.50 + 150.100 294.00 229.55 64.45 + 150.125 325.00 229.60 95.40 + 150.150 269.00 229.65 39.35 + 150.175 282.00 229.69 52.31 + 150.200 293.00 229.74 63.26 + 150.225 275.00 229.79 45.21 + 150.250 283.00 229.83 53.17 + 150.275 281.00 229.88 51.12 + 150.300 283.00 229.93 53.07 + 150.325 277.00 229.97 47.03 + 150.350 284.00 230.02 53.98 + 150.375 275.00 230.07 44.93 + 150.400 277.00 230.11 46.89 + 150.425 278.00 230.16 47.84 + 150.450 273.00 230.20 42.80 + 150.475 284.00 230.25 53.75 + 150.500 267.00 230.30 36.70 + 150.525 270.00 230.34 39.66 + 150.550 287.00 230.39 56.61 + 150.575 316.00 230.44 85.56 + 150.600 261.00 230.48 30.52 + 150.625 283.00 230.53 52.47 + 150.650 294.00 230.57 63.43 + 150.675 275.00 230.62 44.38 + 150.700 324.00 230.67 93.33 + 150.725 306.00 230.71 75.29 + 150.750 302.00 230.76 71.24 + 150.775 276.00 230.80 45.20 + 150.800 392.00 230.85 161.15 + 150.825 339.00 230.89 108.11 + 150.850 309.00 230.94 78.06 + 150.875 315.00 230.98 84.02 + 150.900 322.00 231.03 90.97 + 150.925 359.00 231.07 127.93 + 150.950 308.00 231.11 76.89 + 150.975 335.00 231.16 103.84 + 151.000 315.00 231.20 83.80 + 151.025 318.00 231.24 86.76 + 151.050 319.00 231.28 87.72 + 151.075 328.00 231.32 96.68 + 151.100 315.00 231.37 83.63 + 151.125 303.00 231.41 71.59 + 151.150 296.00 231.45 64.55 + 151.175 300.00 231.49 68.51 + 151.200 304.00 231.53 72.47 + 151.225 283.00 231.57 51.43 + 151.250 292.00 231.61 60.39 + 151.275 266.00 231.65 34.35 + 151.300 279.00 231.69 47.31 + 151.325 295.00 231.73 63.27 + 151.350 258.00 231.77 26.23 + 151.375 289.00 231.81 57.19 + 151.400 272.00 231.85 40.15 + 151.425 251.00 231.89 19.11 + 151.450 305.00 231.93 73.07 + 151.475 263.00 231.96 31.04 + 151.500 261.00 232.00 29.00 + 151.525 299.00 232.04 66.96 + 151.550 291.00 232.08 58.92 + 151.575 276.00 232.12 43.88 + 151.600 294.00 232.16 61.84 + 151.625 259.00 232.20 26.80 + 151.650 254.00 232.24 21.76 + 151.675 297.00 232.28 64.72 + 151.700 287.00 232.32 54.68 + 151.725 257.00 232.36 24.64 + 151.750 284.00 232.40 51.60 + 151.775 255.00 232.44 22.56 + 151.800 260.00 232.48 27.52 + 151.825 259.00 232.51 26.49 + 151.850 300.00 232.55 67.45 + 151.875 264.00 232.59 31.41 + 151.900 300.00 232.63 67.37 + 151.925 287.00 232.67 54.33 + 151.950 298.00 232.71 65.29 + 151.975 283.00 232.75 50.25 + 152.000 279.00 232.79 46.21 + 152.025 271.00 232.83 38.17 + 152.050 291.00 232.87 58.13 + 152.075 304.00 232.91 71.09 + 152.100 299.00 232.94 66.06 + 152.125 272.00 232.98 39.02 + 152.150 316.00 233.02 82.98 + 152.175 298.00 233.06 64.94 + 152.200 322.00 233.10 88.90 + 152.225 306.00 233.14 72.86 + 152.250 268.00 233.18 34.82 + 152.275 257.00 233.22 23.78 + 152.300 279.00 233.26 45.74 + 152.325 262.00 233.30 28.70 + 152.350 269.00 233.34 35.66 + 152.375 291.00 233.38 57.62 + 152.400 258.00 233.42 24.58 + 152.425 269.00 233.46 35.54 + 152.450 295.00 233.50 61.50 + 152.475 293.00 233.55 59.45 + 152.500 268.00 233.59 34.41 + 152.525 264.00 233.63 30.37 + 152.550 272.00 233.67 38.33 + 152.575 272.00 233.71 38.29 + 152.600 288.00 233.76 54.24 + 152.625 270.00 233.80 36.20 + 152.650 267.00 233.84 33.16 + 152.675 277.00 233.88 43.12 + 152.700 310.00 233.93 76.07 + 152.725 292.00 233.97 58.03 + 152.750 276.00 234.01 41.99 + 152.775 290.00 234.05 55.95 + 152.800 319.00 234.09 84.91 + 152.825 322.00 234.13 87.87 + 152.850 316.00 234.17 81.83 + 152.875 343.00 234.21 108.79 + 152.900 345.00 234.25 110.75 + 152.925 379.00 234.29 144.71 + 152.950 383.00 234.33 148.67 + 152.975 389.00 234.37 154.63 + 153.000 437.00 234.40 202.60 + 153.025 371.00 234.44 136.56 + 153.050 405.00 234.47 170.53 + 153.075 427.00 234.50 192.50 + 153.100 442.00 234.54 207.46 + 153.125 424.00 234.57 189.43 + 153.150 438.00 234.60 203.40 + 153.175 396.00 234.63 161.37 + 153.200 384.00 234.66 149.34 + 153.225 381.00 234.68 146.32 + 153.250 329.00 234.71 94.29 + 153.275 322.00 234.74 87.26 + 153.300 319.00 234.76 84.24 + 153.325 274.00 234.79 39.21 + 153.350 318.00 234.82 83.18 + 153.375 304.00 234.84 69.16 + 153.400 316.00 234.87 81.13 + 153.425 324.00 234.90 89.10 + 153.450 275.00 234.92 40.08 + 153.475 319.00 234.95 84.05 + 153.500 259.00 234.97 24.03 + 153.525 272.00 235.00 37.00 + 153.550 262.00 235.02 26.98 + 153.575 270.00 235.05 34.95 + 153.600 263.00 235.08 27.92 + 153.625 266.00 235.11 30.89 + 153.650 242.00 235.13 6.87 + 153.675 265.00 235.16 29.84 + 153.700 251.00 235.19 15.81 + 153.725 276.00 235.21 40.79 + 153.750 277.00 235.24 41.76 + 153.775 260.00 235.27 24.73 + 153.800 256.00 235.30 20.70 + 153.825 240.00 235.33 4.67 + 153.850 278.00 235.36 42.64 + 153.875 252.00 235.38 16.62 + 153.900 286.00 235.41 50.59 + 153.925 295.00 235.44 59.56 + 153.950 268.00 235.47 32.53 + 153.975 301.00 235.50 65.50 + 154.000 296.00 235.51 60.49 + 154.025 268.00 235.54 32.46 + 154.050 299.00 235.57 63.43 + 154.075 298.00 235.60 62.40 + 154.100 305.00 235.63 69.37 + 154.125 293.00 235.65 57.35 + 154.150 327.00 235.68 91.32 + 154.175 343.00 235.71 107.29 + 154.200 362.00 235.74 126.26 + 154.225 367.00 235.77 131.23 + 154.250 358.00 235.80 122.20 + 154.275 324.00 235.82 88.18 + 154.300 322.00 235.85 86.15 + 154.325 330.00 235.88 94.12 + 154.350 356.00 235.91 120.09 + 154.375 353.00 235.93 117.07 + 154.400 351.00 235.96 115.04 + 154.425 324.00 235.99 88.01 + 154.450 359.00 236.01 122.99 + 154.475 339.00 236.04 102.96 + 154.500 289.00 236.07 52.93 + 154.525 330.00 236.09 93.91 + 154.550 295.00 236.12 58.88 + 154.575 293.00 236.15 56.85 + 154.600 293.00 236.17 56.83 + 154.625 300.00 236.20 63.80 + 154.650 296.00 236.23 59.77 + 154.675 319.00 236.25 82.75 + 154.700 302.00 236.28 65.72 + 154.725 276.00 236.30 39.70 + 154.750 293.00 236.33 56.67 + 154.775 271.00 236.35 34.65 + 154.800 283.00 236.38 46.62 + 154.825 256.00 236.40 19.60 + 154.850 258.00 236.43 21.57 + 154.875 269.00 236.45 32.55 + 154.900 272.00 236.48 35.52 + 154.925 213.00 236.50 -23.50 + 154.950 257.00 236.52 20.48 + 154.975 274.00 236.55 37.45 + 155.000 242.00 236.57 5.43 + 155.025 245.00 236.60 8.40 + 155.050 252.00 236.62 15.38 + 155.075 212.00 236.64 -24.64 + 155.100 261.00 236.67 24.33 + 155.125 281.00 236.69 44.31 + 155.150 259.00 236.71 22.29 + 155.175 253.00 236.73 16.27 + 155.200 280.00 236.76 43.24 + 155.225 255.00 236.78 18.22 + 155.250 229.00 236.80 -7.80 + 155.275 241.00 236.82 4.18 + 155.300 242.00 236.85 5.15 + 155.325 248.00 236.87 11.13 + 155.350 259.00 236.89 22.11 + 155.375 257.00 236.91 20.09 + 155.400 256.00 236.93 19.07 + 155.425 253.00 236.95 16.05 + 155.450 281.00 236.98 44.02 + 155.475 292.00 237.00 55.00 + 155.500 254.00 237.02 16.98 + 155.525 273.00 237.04 35.96 + 155.550 278.00 237.06 40.94 + 155.575 277.00 237.08 39.92 + 155.600 264.00 237.10 26.90 + 155.625 219.00 237.12 -18.12 + 155.650 271.00 237.14 33.86 + 155.675 279.00 237.16 41.84 + 155.700 246.00 237.18 8.82 + 155.725 268.00 237.20 30.80 + 155.750 282.00 237.22 44.78 + 155.775 272.00 237.24 34.76 + 155.800 270.00 237.26 32.74 + 155.825 221.00 237.28 -16.28 + 155.850 262.00 237.29 24.71 + 155.875 286.00 237.31 48.69 + 155.900 267.00 237.33 29.67 + 155.925 254.00 237.35 16.65 + 155.950 267.00 237.37 29.63 + 155.975 259.00 237.39 21.61 + 156.000 267.00 237.40 29.60 + 156.025 276.00 237.42 38.58 + 156.050 269.00 237.44 31.56 + 156.075 251.00 237.46 13.54 + 156.100 256.00 237.47 18.53 + 156.125 228.00 237.49 -9.49 + 156.150 248.00 237.51 10.49 + 156.175 243.00 237.52 5.48 + 156.200 254.00 237.54 16.46 + 156.225 254.00 237.56 16.44 + 156.250 245.00 237.57 7.43 + 156.275 242.00 237.59 4.41 + 156.300 250.00 237.60 12.40 + 156.325 264.00 237.62 26.38 + 156.350 274.00 237.64 36.36 + 156.375 255.00 237.65 17.35 + 156.400 281.00 237.67 43.33 + 156.425 229.00 237.68 -8.68 + 156.450 263.00 237.70 25.30 + 156.475 250.00 237.71 12.29 + 156.500 241.00 237.73 3.27 + 156.525 259.00 237.74 21.26 + 156.550 268.00 237.75 30.25 + 156.575 285.00 237.77 47.23 + 156.600 241.00 237.78 3.22 + 156.625 255.00 237.80 17.20 + 156.650 268.00 237.81 30.19 + 156.675 257.00 237.82 19.18 + 156.700 263.00 237.84 25.16 + 156.725 266.00 237.85 28.15 + 156.750 298.00 237.86 60.14 + 156.775 281.00 237.88 43.12 + 156.800 271.00 237.89 33.11 + 156.825 261.00 237.90 23.10 + 156.850 280.00 237.91 42.09 + 156.875 296.00 237.92 58.08 + 156.900 283.00 237.94 45.06 + 156.925 341.00 237.95 103.05 + 156.950 280.00 237.96 42.04 + 156.975 304.00 237.97 66.03 + 157.000 282.00 237.98 44.02 + 157.025 258.00 237.99 20.01 + 157.050 262.00 238.00 24.00 + 157.075 279.00 238.02 40.98 + 157.100 285.00 238.03 46.97 + 157.125 319.00 238.04 80.96 + 157.150 293.00 238.05 54.95 + 157.175 322.00 238.06 83.94 + 157.200 316.00 238.07 77.93 + 157.225 348.00 238.08 109.92 + 157.250 341.00 238.09 102.91 + 157.275 339.00 238.09 100.91 + 157.300 321.00 238.10 82.90 + 157.325 373.00 238.11 134.89 + 157.350 376.00 238.12 137.88 + 157.375 366.00 238.13 127.87 + 157.400 402.00 238.14 163.86 + 157.425 391.00 238.15 152.85 + 157.450 405.00 238.16 166.84 + 157.475 407.00 238.16 168.84 + 157.500 422.00 238.17 183.83 + 157.525 395.00 238.18 156.82 + 157.550 434.00 238.19 195.81 + 157.575 419.00 238.19 180.81 + 157.600 426.00 238.20 187.80 + 157.625 385.00 238.21 146.79 + 157.650 390.00 238.21 151.79 + 157.675 375.00 238.22 136.78 + 157.700 357.00 238.23 118.77 + 157.725 343.00 238.23 104.77 + 157.750 359.00 238.24 120.76 + 157.775 344.00 238.24 105.76 + 157.800 285.00 238.25 46.75 + 157.825 324.00 238.26 85.74 + 157.850 317.00 238.26 78.74 + 157.875 345.00 238.27 106.73 + 157.900 303.00 238.27 64.73 + 157.925 315.00 238.28 76.72 + 157.950 288.00 238.28 49.72 + 157.975 301.00 238.28 62.72 + 158.000 281.00 238.29 42.71 + 158.025 327.00 238.29 88.71 + 158.050 316.00 238.30 77.70 + 158.075 260.00 238.30 21.70 + 158.100 299.00 238.30 60.70 + 158.125 302.00 238.31 63.69 + 158.150 249.00 238.31 10.69 + 158.175 293.00 238.31 54.69 + 158.200 271.00 238.31 32.69 + 158.225 296.00 238.32 57.68 + 158.250 258.00 238.32 19.68 + 158.275 283.00 238.32 44.68 + 158.300 268.00 238.32 29.68 + 158.325 271.00 238.33 32.67 + 158.350 305.00 238.33 66.67 + 158.375 268.00 238.33 29.67 + 158.400 234.00 238.33 -4.33 + 158.425 286.00 238.33 47.67 + 158.450 278.00 238.33 39.67 + 158.475 274.00 238.33 35.67 + 158.500 274.00 238.33 35.67 + 158.525 253.00 238.33 14.67 + 158.550 238.00 238.33 -0.33 + 158.575 291.00 238.33 52.67 + 158.600 274.00 238.33 35.67 + 158.625 300.00 238.33 61.67 + 158.650 282.00 238.33 43.67 + 158.675 303.00 238.33 64.67 + 158.700 285.00 238.33 46.67 + 158.725 323.00 238.33 84.67 + 158.750 340.00 238.32 101.68 + 158.775 283.00 238.32 44.68 + 158.800 355.00 238.32 116.68 + 158.825 288.00 238.32 49.68 + 158.850 335.00 238.32 96.68 + 158.875 350.00 238.31 111.69 + 158.900 313.00 238.31 74.69 + 158.925 303.00 238.31 64.69 + 158.950 338.00 238.30 99.70 + 158.975 326.00 238.30 87.70 + 159.000 359.00 238.30 120.70 + 159.025 372.00 238.29 133.71 + 159.050 325.00 238.29 86.71 + 159.075 325.00 238.29 86.71 + 159.100 352.00 238.28 113.72 + 159.125 345.00 238.28 106.72 + 159.150 348.00 238.27 109.73 + 159.175 330.00 238.27 91.73 + 159.200 336.00 238.26 97.74 + 159.225 310.00 238.26 71.74 + 159.250 343.00 238.25 104.75 + 159.275 321.00 238.24 82.76 + 159.300 329.00 238.24 90.76 + 159.325 325.00 238.23 86.77 + 159.350 329.00 238.23 90.77 + 159.375 330.00 238.22 91.78 + 159.400 311.00 238.21 72.79 + 159.425 316.00 238.21 77.79 + 159.450 327.00 238.20 88.80 + 159.475 320.00 238.19 81.81 + 159.500 306.00 238.18 67.82 + 159.525 348.00 238.18 109.82 + 159.550 345.00 238.17 106.83 + 159.575 330.00 238.16 91.84 + 159.600 325.00 238.15 86.85 + 159.625 371.00 238.14 132.86 + 159.650 381.00 238.13 142.87 + 159.675 421.00 238.12 182.88 + 159.700 388.00 238.12 149.88 + 159.725 403.00 238.11 164.89 + 159.750 413.00 238.10 174.90 + 159.775 417.00 238.09 178.91 + 159.800 391.00 238.08 152.92 + 159.825 385.00 238.07 146.93 + 159.850 376.00 238.05 137.95 + 159.875 382.00 238.04 143.96 + 159.900 420.00 238.03 181.97 + 159.925 374.00 238.02 135.98 + 159.950 352.00 238.01 113.99 + 159.975 328.00 238.00 90.00 + 160.000 368.00 237.99 130.01 +END +WAVES Phase1, tik1 +BEGIN + 16.416 -523 + 20.761 -523 + 20.886 -523 + 23.278 -523 + 24.517 -523 + 25.530 -523 + 26.666 -523 + 27.640 -523 + 29.637 -523 + 32.305 -523 + 33.118 -523 + 33.233 -523 + 34.163 -523 + 37.194 -523 + 37.273 -523 + 38.116 -523 + 39.501 -523 + 40.224 -523 + 41.060 -523 + 41.657 -523 + 42.299 -523 + 42.326 -523 + 42.564 -523 + 43.684 -523 + 43.711 -523 + 44.433 -523 + 44.493 -523 + 44.598 -523 + 45.906 -523 + 47.647 -523 + 47.672 -523 + 47.829 -523 + 48.342 -523 + 50.313 -523 + 50.831 -523 + 52.439 -523 + 52.509 -523 + 53.077 -523 + 53.281 -523 + 53.622 -523 + 53.690 -523 + 53.755 -523 + 53.778 -523 + 54.989 -523 + 55.381 -523 + 55.693 -523 + 56.534 -523 + 56.546 -523 + 56.685 -523 + 57.069 -523 + 57.134 -523 + 58.472 -523 + 58.691 -523 + 58.925 -523 + 59.870 -523 + 60.649 -523 + 61.590 -523 + 61.611 -523 + 61.955 -523 + 62.044 -523 + 62.538 -523 + 62.600 -523 + 63.292 -523 + 63.525 -523 + 64.576 -523 + 65.198 -523 + 65.563 -523 + 66.004 -523 + 66.373 -523 + 66.597 -523 + 67.189 -523 + 67.531 -523 + 67.677 -523 + 68.177 -523 + 68.273 -523 + 68.426 -523 + 68.533 -523 + 69.310 -523 + 69.566 -523 + 69.653 -523 + 69.664 -523 + 69.776 -523 + 69.835 -523 + 70.034 -523 + 70.669 -523 + 70.895 -523 + 70.914 -523 + 71.201 -523 + 72.019 -523 + 72.053 -523 + 72.302 -523 + 72.702 -523 + 73.552 -523 + 73.648 -523 + 74.205 -523 + 74.456 -523 + 74.620 -523 + 75.011 -523 + 75.455 -523 + 75.889 -523 + 76.128 -523 + 76.429 -523 + 76.954 -523 + 77.332 -523 + 77.944 -523 + 78.181 -523 + 78.520 -523 + 78.627 -523 + 78.683 -523 + 79.268 -523 + 79.330 -523 + 79.523 -523 + 79.850 -523 + 79.855 -523 + 80.346 -523 + 80.830 -523 + 81.054 -523 + 81.389 -523 + 81.615 -523 + 81.634 -523 + 82.705 -523 + 82.862 -523 + 82.894 -523 + 83.178 -523 + 83.560 -523 + 84.108 -523 + 84.130 -523 + 84.595 -523 + 84.622 -523 + 85.116 -523 + 85.209 -523 + 85.592 -523 + 86.408 -523 + 86.471 -523 + 86.524 -523 + 86.935 -523 + 86.975 -523 + 87.697 -523 + 88.090 -523 + 88.664 -523 + 88.754 -523 + 89.101 -523 + 89.156 -523 + 89.310 -523 + 89.700 -523 + 89.725 -523 + 89.931 -523 + 90.737 -523 + 91.138 -523 + 91.248 -523 + 91.390 -523 + 91.490 -523 + 91.622 -523 + 91.704 -523 + 92.215 -523 + 92.400 -523 + 92.456 -523 + 92.529 -523 + 92.537 -523 + 93.172 -523 + 93.315 -523 + 93.347 -523 + 93.402 -523 + 93.476 -523 + 93.726 -523 + 93.940 -523 + 93.958 -523 + 94.041 -523 + 94.579 -523 + 94.783 -523 + 95.042 -523 + 95.512 -523 + 96.194 -523 + 96.250 -523 + 96.324 -523 + 96.925 -523 + 97.284 -523 + 97.579 -523 + 97.781 -523 + 98.353 -523 + 98.523 -523 + 98.821 -523 + 99.288 -523 + 99.806 -523 + 100.390 -523 + 100.452 -523 + 100.719 -523 + 100.789 -523 + 100.977 -523 + 101.025 -523 + 101.033 -523 + 101.109 -523 + 101.191 -523 + 101.471 -523 + 101.527 -523 + 101.877 -523 + 102.489 -523 + 102.607 -523 + 103.763 -523 + 103.915 -523 + 103.920 -523 + 104.024 -523 + 104.050 -523 + 104.178 -523 + 104.273 -523 + 104.739 -523 + 104.892 -523 + 105.304 -523 + 105.326 -523 + 105.413 -523 + 105.631 -523 + 105.806 -523 + 106.014 -523 + 106.254 -523 + 106.347 -523 + 106.495 -523 + 107.087 -523 + 107.694 -523 + 107.816 -523 + 107.849 -523 + 107.874 -523 + 107.952 -523 + 108.290 -523 + 108.439 -523 + 108.458 -523 + 109.233 -523 + 109.546 -523 + 110.058 -523 + 110.384 -523 + 110.603 -523 + 111.127 -523 + 111.271 -523 + 111.640 -523 + 112.285 -523 + 112.302 -523 + 112.736 -523 + 112.896 -523 + 113.010 -523 + 113.261 -523 + 113.351 -523 + 113.651 -523 + 114.328 -523 + 114.860 -523 + 114.959 -523 + 115.213 -523 + 115.388 -523 + 115.719 -523 + 116.030 -523 + 116.518 -523 + 116.580 -523 + 117.035 -523 + 117.097 -523 + 117.180 -523 + 117.461 -523 + 117.637 -523 + 117.742 -523 + 117.744 -523 + 118.340 -523 + 118.386 -523 + 118.393 -523 + 118.950 -523 + 119.221 -523 + 120.135 -523 + 120.306 -523 + 120.432 -523 + 120.750 -523 + 120.793 -523 + 121.075 -523 + 121.333 -523 + 121.561 -523 + 121.838 -523 + 121.875 -523 + 122.109 -523 + 122.209 -523 + 123.334 -523 + 123.783 -523 + 123.816 -523 + 123.890 -523 + 123.922 -523 + 124.301 -523 + 124.502 -523 + 124.508 -523 + 124.569 -523 + 124.925 -523 + 125.455 -523 + 125.658 -523 + 125.690 -523 + 125.727 -523 + 126.652 -523 + 126.675 -523 + 126.802 -523 + 127.621 -523 + 127.709 -523 + 127.769 -523 + 128.658 -523 + 128.820 -523 + 129.020 -523 + 129.058 -523 + 129.234 -523 + 129.306 -523 + 129.506 -523 + 129.578 -523 + 129.674 -523 + 129.688 -523 + 129.986 -523 + 130.287 -523 + 130.513 -523 + 130.591 -523 + 130.786 -523 + 131.342 -523 + 131.919 -523 + 132.350 -523 + 132.388 -523 + 132.393 -523 + 132.543 -523 + 132.858 -523 + 132.971 -523 + 133.636 -523 + 133.660 -523 + 134.120 -523 + 134.640 -523 + 135.010 -523 + 135.141 -523 + 135.213 -523 + 135.412 -523 + 135.635 -523 + 135.649 -523 + 135.728 -523 + 136.018 -523 + 136.652 -523 + 136.732 -523 + 136.861 -523 + 136.923 -523 + 136.957 -523 + 137.034 -523 + 138.327 -523 + 138.392 -523 + 138.782 -523 + 138.958 -523 + 139.183 -523 + 140.258 -523 + 140.853 -523 + 141.146 -523 + 141.925 -523 + 142.044 -523 + 142.576 -523 + 142.799 -523 + 142.868 -523 + 143.204 -523 + 143.643 -523 + 144.359 -523 + 144.514 -523 + 145.319 -523 + 145.874 -523 + 146.171 -523 + 146.217 -523 + 146.271 -523 + 146.342 -523 + 146.596 -523 + 146.609 -523 + 146.848 -523 + 147.379 -523 + 148.310 -523 + 148.416 -523 + 148.557 -523 + 149.073 -523 + 149.077 -523 + 150.264 -523 + 150.501 -523 + 150.745 -523 + 150.968 -523 + 151.538 -523 + 153.033 -523 + 153.434 -523 + 154.547 -523 + 155.621 -523 + 155.666 -523 + 156.411 -523 + 156.623 -523 + 157.438 -523 + 157.510 -523 + 157.598 -523 + 158.129 -523 + 159.707 -523 + 161.086 -523 +END +WAVES Excrg1, excl1 +BEGIN + 10.00 -523 + 10.00 -523 +END +WAVES Excrg2, excl2 +BEGIN + 154.00 -523 + 160.00 -523 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TwoTheta +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 10.00, 160.00 +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -16244} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: pbsox_neut_single\rDate of fit: \Z09 17/06/2026/ 21:52:47.2\Z12\rPbSO4\rChi2 = 204.94" +X Label left "\Z14Intensity" +X Label bottom "\Z142-Theta (in degrees)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: PbSO4 neutron from XrayDif single wavelength +X | Date of run: 17/06/2026 / 21:52:47.2 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.sum b/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.sum new file mode 100644 index 000000000..5c5b57246 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.sum @@ -0,0 +1,145 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 17/06/2026 Time: 21:52:47.094 + + => PCR file code: pbsox_neut_single + => DAT file code: pbsox_neut_single -> Relative contribution: 1.0000 + => Title: PbSO4 neutron from XrayDif single wavelength + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of neutron powder data + => The 7th default profile function was selected + + => Data supplied in free format for pattern: 1 + => Analysis of refinement at the end + => Wavelengths: 1.54056 1.54056 + => Cos(Monochromator angle)= 0.0000 + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 6.00 + ==> Angular range, step and number of points: + 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 + =>-------> Pattern# 1 + => Crystal Structure Refinement for phase: 1 + => The density (volumic mass) of phase 1 is: 6.324 g/cm3 + => Scor:10.1726 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 PbSO4 P n m a +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 385 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + Pb 0.18788( 0) 0.25000( 0) 0.16749( 0) 1.785( 0) 0.500( 0) 4 + S 0.06302( 0) 0.25000( 0) 0.68446( 0) 0.854( 0) 0.500( 0) 4 + O1 0.91235( 0) 0.25000( 0) 0.59346( 0) 1.334( 0) 0.500( 0) 4 + O2 0.18443( 0) 0.25000( 0) 0.53434( 0) 1.575( 0) 0.500( 0) 4 + O3 0.07573( 0) 0.01951( 0) 0.81594( 0) 1.328( 0) 1.000( 0) 8 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 8.47983 0.00000 + 5.39776 0.00000 + 6.95932 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + => overall scale factor : 0.000469335 0.000000000 + => Eta(p-v) or m(p-vii) : 0.00000 0.00000 + => Overall tem. factor : 0.00000 0.00000 + => Halfwidth parameters : 0.04846 0.00000 + -0.08305 0.00000 + 0.03519 0.00000 + => Preferred orientation: 0.00000 0.00000 + 0.00000 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => X and y parameters : 0.00000 0.00000 + 0.04927 0.00000 + => Strain parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => Size parameters (G,L): 0.00000 0.00000 + 0.00000 0.00000 + + => Add. shape parameters: + 0.00000 0.00000 + 0.00000 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: -0.0482 0.0000 + => Background Polynomial Parameters ==> + 154.32 0.0000 + 100.00 0.0000 + -92.329 0.0000 + -95.599 0.0000 + 126.68 0.0000 + -31.804 0.0000 + + => Cos(2theta)-shift parameter : 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle: 30 + => N-P+C: 5760 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 62.4 Rwp: 70.4 Rexp: 4.92 Chi2: 205. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 102. Rwp: 100.0 Rexp: 6.98 Chi2: 205. + => Deviance: 0.557E+07 Dev* : 966.0 + => DW-Stat.: 0.0323 DW-exp: 1.9182 + => N-sigma of the GoF: 10944.567 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 5305 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 63.4 Rwp: 71.1 Rexp: 4.77 Chi2: 222. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 102. Rwp: 100.0 Rexp: 6.71 Chi2: 222. + => Deviance: 0.557E+07 Dev* : 1049. + => DW-Stat.: 0.0323 DW-exp: 1.9148 + => N-sigma of the GoF: 11392.086 + + => Global user-weigthed Chi2 (Bragg contrib.): 223. + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 PbSO4 + => Bragg R-factor: 100.0 Vol: 318.543( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 97.6 ATZ: 1213.030 Brindley: 1.0000 + + + CPU Time: 0.172 seconds + 0.003 minutes + + => Run finished at: Date: 17/06/2026 Time: 21:52:47.275 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.bac b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.bac new file mode 100644 index 000000000..53a24a82e --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.bac @@ -0,0 +1,602 @@ + 10.048160 0.025000 160.048157 Background of: pbsox_single + 126 126 126 126 126 126 126 126 125 125 + 125 125 125 125 125 125 124 124 124 124 + 124 124 124 124 123 123 123 123 123 123 + 123 123 123 122 122 122 122 122 122 122 + 122 121 121 121 121 121 121 121 121 121 + 120 120 120 120 120 120 120 120 120 119 + 119 119 119 119 119 119 119 119 119 118 + 118 118 118 118 118 118 118 118 117 117 + 117 117 117 117 117 117 117 117 116 116 + 116 116 116 116 116 116 116 116 116 115 + 115 115 115 115 115 115 115 115 115 115 + 114 114 114 114 114 114 114 114 114 114 + 114 113 113 113 113 113 113 113 113 113 + 113 113 113 112 112 112 112 112 112 112 + 112 112 112 112 112 111 111 111 111 111 + 111 111 111 111 111 111 111 111 110 110 + 110 110 110 110 110 110 110 110 110 110 + 110 110 109 109 109 109 109 109 109 109 + 109 109 109 109 109 109 109 108 108 108 + 108 108 108 108 108 108 108 108 108 108 + 108 108 108 107 107 107 107 107 107 107 + 107 107 107 107 107 107 107 107 107 107 + 106 106 106 106 106 106 106 106 106 106 + 106 106 106 106 106 106 106 106 105 105 + 105 105 105 105 105 105 105 105 105 105 + 105 105 105 105 105 105 105 105 105 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 103 103 103 103 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 104 104 104 104 104 104 104 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 105 105 105 105 105 105 105 + 105 105 105 105 105 105 105 105 105 105 + 105 105 105 105 105 105 105 105 105 105 + 105 106 106 106 106 106 106 106 106 106 + 106 106 106 106 106 106 106 106 106 106 + 106 106 106 106 106 106 106 107 107 107 + 107 107 107 107 107 107 107 107 107 107 + 107 107 107 107 107 107 107 107 107 107 + 107 108 108 108 108 108 108 108 108 108 + 108 108 108 108 108 108 108 108 108 108 + 108 108 108 108 109 109 109 109 109 109 + 109 109 109 109 109 109 109 109 109 109 + 109 109 109 109 109 109 110 110 110 110 + 110 110 110 110 110 110 110 110 110 110 + 110 110 110 110 110 110 110 110 111 111 + 111 111 111 111 111 111 111 111 111 111 + 111 111 111 111 111 111 111 111 112 112 + 112 112 112 112 112 112 112 112 112 112 + 112 112 112 112 112 112 112 112 113 113 + 113 113 113 113 113 113 113 113 113 113 + 113 113 113 113 113 113 113 113 114 114 + 114 114 114 114 114 114 114 114 114 114 + 114 114 114 114 114 114 114 115 115 115 + 115 115 115 115 115 115 115 115 115 115 + 115 115 115 115 115 116 116 116 116 116 + 116 116 116 116 116 116 116 116 116 116 + 116 116 116 116 117 117 117 117 117 117 + 117 117 117 117 117 117 117 117 117 117 + 117 117 118 118 118 118 118 118 118 118 + 118 118 118 118 118 118 118 118 118 118 + 119 119 119 119 119 119 119 119 119 119 + 119 119 119 119 119 119 119 120 120 120 + 120 120 120 120 120 120 120 120 120 120 + 120 120 120 120 120 121 121 121 121 121 + 121 121 121 121 121 121 121 121 121 121 + 121 121 122 122 122 122 122 122 122 122 + 122 122 122 122 122 122 122 122 122 123 + 123 123 123 123 123 123 123 123 123 123 + 123 123 123 123 123 123 124 124 124 124 + 124 124 124 124 124 124 124 124 124 124 + 124 124 124 125 125 125 125 125 125 125 + 125 125 125 125 125 125 125 125 125 126 + 126 126 126 126 126 126 126 126 126 126 + 126 126 126 126 126 126 127 127 127 127 + 127 127 127 127 127 127 127 127 127 127 + 127 127 127 128 128 128 128 128 128 128 + 128 128 128 128 128 128 128 128 128 129 + 129 129 129 129 129 129 129 129 129 129 + 129 129 129 129 129 129 130 130 130 130 + 130 130 130 130 130 130 130 130 130 130 + 130 130 131 131 131 131 131 131 131 131 + 131 131 131 131 131 131 131 131 131 132 + 132 132 132 132 132 132 132 132 132 132 + 132 132 132 132 132 133 133 133 133 133 + 133 133 133 133 133 133 133 133 133 133 + 133 133 134 134 134 134 134 134 134 134 + 134 134 134 134 134 134 134 134 135 135 + 135 135 135 135 135 135 135 135 135 135 + 135 135 135 135 135 136 136 136 136 136 + 136 136 136 136 136 136 136 136 136 136 + 136 136 137 137 137 137 137 137 137 137 + 137 137 137 137 137 137 137 137 138 138 + 138 138 138 138 138 138 138 138 138 138 + 138 138 138 138 138 139 139 139 139 139 + 139 139 139 139 139 139 139 139 139 139 + 139 139 140 140 140 140 140 140 140 140 + 140 140 140 140 140 140 140 140 140 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 145 145 + 145 145 145 145 145 145 145 145 145 145 + 145 145 145 145 145 145 146 146 146 146 + 146 146 146 146 146 146 146 146 146 146 + 146 146 146 147 147 147 147 147 147 147 + 147 147 147 147 147 147 147 147 147 147 + 147 148 148 148 148 148 148 148 148 148 + 148 148 148 148 148 148 148 148 148 149 + 149 149 149 149 149 149 149 149 149 149 + 149 149 149 149 149 149 149 149 150 150 + 150 150 150 150 150 150 150 150 150 150 + 150 150 150 150 150 150 150 151 151 151 + 151 151 151 151 151 151 151 151 151 151 + 151 151 151 151 151 152 152 152 152 152 + 152 152 152 152 152 152 152 152 152 152 + 152 152 152 152 152 153 153 153 153 153 + 153 153 153 153 153 153 153 153 153 153 + 153 153 153 153 154 154 154 154 154 154 + 154 154 154 154 154 154 154 154 154 154 + 154 154 154 154 155 155 155 155 155 155 + 155 155 155 155 155 155 155 155 155 155 + 155 155 155 155 156 156 156 156 156 156 + 156 156 156 156 156 156 156 156 156 156 + 156 156 156 156 156 157 157 157 157 157 + 157 157 157 157 157 157 157 157 157 157 + 157 157 157 157 157 157 158 158 158 158 + 158 158 158 158 158 158 158 158 158 158 + 158 158 158 158 158 158 158 158 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 178 178 178 178 + 178 178 178 178 178 178 178 178 178 178 + 178 178 178 178 178 178 178 178 179 179 + 179 179 179 179 179 179 179 179 179 179 + 179 179 179 179 179 179 179 179 179 180 + 180 180 180 180 180 180 180 180 180 180 + 180 180 180 180 180 180 180 180 180 181 + 181 181 181 181 181 181 181 181 181 181 + 181 181 181 181 181 181 181 181 181 182 + 182 182 182 182 182 182 182 182 182 182 + 182 182 182 182 182 182 182 182 182 183 + 183 183 183 183 183 183 183 183 183 183 + 183 183 183 183 183 183 183 183 184 184 + 184 184 184 184 184 184 184 184 184 184 + 184 184 184 184 184 184 184 185 185 185 + 185 185 185 185 185 185 185 185 185 185 + 185 185 185 185 185 185 186 186 186 186 + 186 186 186 186 186 186 186 186 186 186 + 186 186 186 186 187 187 187 187 187 187 + 187 187 187 187 187 187 187 187 187 187 + 187 187 188 188 188 188 188 188 188 188 + 188 188 188 188 188 188 188 188 188 188 + 189 189 189 189 189 189 189 189 189 189 + 189 189 189 189 189 189 189 189 190 190 + 190 190 190 190 190 190 190 190 190 190 + 190 190 190 190 190 190 191 191 191 191 + 191 191 191 191 191 191 191 191 191 191 + 191 191 191 192 192 192 192 192 192 192 + 192 192 192 192 192 192 192 192 192 192 + 193 193 193 193 193 193 193 193 193 193 + 193 193 193 193 193 193 193 194 194 194 + 194 194 194 194 194 194 194 194 194 194 + 194 194 194 194 195 195 195 195 195 195 + 195 195 195 195 195 195 195 195 195 195 + 195 196 196 196 196 196 196 196 196 196 + 196 196 196 196 196 196 196 196 197 197 + 197 197 197 197 197 197 197 197 197 197 + 197 197 197 197 198 198 198 198 198 198 + 198 198 198 198 198 198 198 198 198 198 + 198 199 199 199 199 199 199 199 199 199 + 199 199 199 199 199 199 199 200 200 200 + 200 200 200 200 200 200 200 200 200 200 + 200 200 200 201 201 201 201 201 201 201 + 201 201 201 201 201 201 201 201 201 201 + 202 202 202 202 202 202 202 202 202 202 + 202 202 202 202 202 202 203 203 203 203 + 203 203 203 203 203 203 203 203 203 203 + 203 203 204 204 204 204 204 204 204 204 + 204 204 204 204 204 204 204 204 205 205 + 205 205 205 205 205 205 205 205 205 205 + 205 205 205 205 206 206 206 206 206 206 + 206 206 206 206 206 206 206 206 206 206 + 207 207 207 207 207 207 207 207 207 207 + 207 207 207 207 207 207 208 208 208 208 + 208 208 208 208 208 208 208 208 208 208 + 208 208 208 209 209 209 209 209 209 209 + 209 209 209 209 209 209 209 209 209 210 + 210 210 210 210 210 210 210 210 210 210 + 210 210 210 210 210 211 211 211 211 211 + 211 211 211 211 211 211 211 211 211 211 + 211 212 212 212 212 212 212 212 212 212 + 212 212 212 212 212 212 212 213 213 213 + 213 213 213 213 213 213 213 213 213 213 + 213 213 213 213 214 214 214 214 214 214 + 214 214 214 214 214 214 214 214 214 214 + 215 215 215 215 215 215 215 215 215 215 + 215 215 215 215 215 215 215 216 216 216 + 216 216 216 216 216 216 216 216 216 216 + 216 216 216 217 217 217 217 217 217 217 + 217 217 217 217 217 217 217 217 217 217 + 218 218 218 218 218 218 218 218 218 218 + 218 218 218 218 218 218 218 219 219 219 + 219 219 219 219 219 219 219 219 219 219 + 219 219 219 219 220 220 220 220 220 220 + 220 220 220 220 220 220 220 220 220 220 + 220 220 221 221 221 221 221 221 221 221 + 221 221 221 221 221 221 221 221 221 222 + 222 222 222 222 222 222 222 222 222 222 + 222 222 222 222 222 222 222 223 223 223 + 223 223 223 223 223 223 223 223 223 223 + 223 223 223 223 223 224 224 224 224 224 + 224 224 224 224 224 224 224 224 224 224 + 224 224 224 224 225 225 225 225 225 225 + 225 225 225 225 225 225 225 225 225 225 + 225 225 225 226 226 226 226 226 226 226 + 226 226 226 226 226 226 226 226 226 226 + 226 226 227 227 227 227 227 227 227 227 + 227 227 227 227 227 227 227 227 227 227 + 227 227 228 228 228 228 228 228 228 228 + 228 228 228 228 228 228 228 228 228 228 + 228 228 229 229 229 229 229 229 229 229 + 229 229 229 229 229 229 229 229 229 229 + 229 229 229 229 230 230 230 230 230 230 + 230 230 230 230 230 230 230 230 230 230 + 230 230 230 230 230 230 231 231 231 231 + 231 231 231 231 231 231 231 231 231 231 + 231 231 231 231 231 231 231 231 231 232 + 232 232 232 232 232 232 232 232 232 232 + 232 232 232 232 232 232 232 232 232 232 + 232 232 232 233 233 233 233 233 233 233 + 233 233 233 233 233 233 233 233 233 233 + 233 233 233 233 233 233 233 233 233 233 + 234 234 234 234 234 234 234 234 234 234 + 234 234 234 234 234 234 234 234 234 234 + 234 234 234 234 234 234 234 234 235 235 + 235 235 235 235 235 235 235 235 235 235 + 235 235 235 235 235 235 235 235 235 235 + 235 235 235 235 235 235 235 235 235 235 + 236 236 236 236 236 236 236 236 236 236 + 236 236 236 236 236 236 236 236 236 236 + 236 236 236 236 236 236 236 236 236 236 + 236 236 236 236 236 236 236 236 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.dat b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.dat new file mode 100644 index 000000000..cc2d2b0d4 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.dat @@ -0,0 +1,602 @@ +10.000 0.025 160.000 PbSO4 XrayDif (Rietveld Round Robin, R.J. Hill, JApC 2 + 179 147 165 172 150 165 150 158 134 146 + 167 159 139 145 165 150 149 156 143 166 + 154 131 144 131 140 147 155 148 140 138 + 127 146 147 114 129 129 128 136 148 132 + 141 135 141 145 131 142 148 151 127 133 + 131 125 129 128 134 142 115 138 125 120 + 130 118 118 116 119 101 117 142 112 114 + 111 122 131 107 121 123 120 126 125 120 + 103 121 109 115 122 123 107 126 133 120 + 100 130 130 109 116 121 99 107 110 136 + 113 102 117 111 105 92 110 116 124 111 + 91 106 122 121 119 114 129 95 117 102 + 102 117 99 124 107 108 99 113 104 92 + 98 107 88 96 104 81 111 78 104 119 + 106 105 96 81 95 96 103 91 112 107 + 87 112 92 79 92 103 97 102 86 97 + 103 93 111 95 96 93 85 104 98 108 + 76 92 95 89 105 95 92 105 89 99 + 101 97 93 99 100 83 93 96 69 101 + 97 85 95 85 111 85 86 100 88 98 + 92 93 94 93 81 98 78 79 93 81 + 88 73 85 106 88 94 96 91 101 89 + 87 95 87 97 81 87 93 90 73 98 + 86 80 82 97 80 81 80 81 73 106 + 92 101 98 104 106 98 114 97 129 112 + 141 167 157 200 215 321 397 434 445 313 + 197 155 110 118 86 110 95 93 98 80 + 85 106 86 103 92 88 94 79 92 106 + 82 104 94 88 97 93 90 120 93 106 + 89 92 100 91 99 81 89 79 91 84 + 92 107 99 92 87 88 67 81 86 85 + 103 85 77 105 93 96 93 85 75 105 + 85 89 86 76 86 71 101 100 89 74 + 101 103 95 100 87 94 84 102 92 80 + 82 105 84 83 93 92 105 94 88 97 + 88 110 110 84 89 98 92 86 110 98 + 93 94 104 96 105 99 117 111 100 125 + 99 107 107 98 84 112 99 93 108 100 + 91 98 124 98 121 114 93 87 95 95 + 121 102 127 119 118 107 100 95 116 136 + 92 127 127 115 124 130 123 137 136 165 + 150 173 190 211 212 255 264 305 353 415 + 507 623 833 1076 1417 1958 2624 3927 5466 7996 + 11062 12925 12506 10327 8178 6771 5910 4886 3432 2110 + 1182 802 623 527 435 393 356 333 295 316 + 280 248 264 216 202 211 187 168 208 160 + 171 149 166 138 168 129 147 134 125 137 + 112 128 134 121 138 103 124 115 119 109 + 119 116 127 133 121 109 114 113 120 118 + 102 110 118 123 116 112 107 121 104 124 + 105 128 115 128 99 130 109 125 138 141 + 135 125 140 152 177 177 191 195 225 258 + 301 337 468 618 837 1082 1507 2283 3235 4791 + 6588 8176 8122 6687 5078 3206 1822 1101 712 566 + 470 381 302 277 259 259 212 198 189 153 + 182 178 175 164 139 176 159 147 172 167 + 159 180 168 162 166 147 149 161 173 145 + 210 201 257 262 342 451 598 796 1089 1648 + 2386 3203 3155 2711 1970 1292 729 450 289 285 + 218 211 202 168 165 177 176 197 164 141 + 160 160 157 145 165 158 158 197 179 203 + 194 216 282 282 364 456 632 854 1213 1815 + 2863 4063 4649 4165 3168 2329 1423 738 438 367 + 295 246 246 191 179 178 170 182 158 182 + 179 184 181 169 171 191 175 216 195 224 + 209 251 257 298 297 378 406 499 590 746 + 983 1402 2108 3097 4641 7229 10690 13494 13106 10401 + 7908 5365 2857 1575 947 697 595 529 450 423 + 344 319 309 252 257 252 266 275 257 285 + 285 270 280 347 282 362 426 461 637 693 + 1051 1425 2158 3198 5190 8004 10350 9724 7797 6126 + 4329 2276 1177 756 591 486 352 340 314 270 + 256 253 245 206 212 183 205 185 164 197 + 167 175 159 152 162 168 151 153 128 167 + 147 140 139 153 153 154 145 147 134 160 + 137 134 131 157 137 145 151 164 171 172 + 165 168 162 193 169 199 186 208 196 182 + 246 245 284 340 364 382 519 665 837 1080 + 1566 2321 3438 5181 8141 12608 15702 14432 12071 9687 + 7137 4123 2094 1334 1013 780 668 467 438 379 + 355 263 287 299 247 253 236 223 193 198 + 184 204 185 174 201 168 185 175 171 153 + 162 135 159 139 147 127 143 140 115 142 + 123 156 133 135 128 130 127 120 121 106 + 134 114 107 123 111 92 134 87 130 97 + 101 113 119 122 114 117 84 105 111 104 + 119 119 101 117 122 105 128 116 126 115 + 121 116 144 141 128 148 165 172 182 174 + 193 230 247 312 325 423 589 755 1130 1670 + 2522 3976 5312 5540 4806 3984 3579 2684 1672 977 + 645 451 390 317 305 278 234 264 246 263 + 239 271 260 299 300 332 411 497 630 918 + 1214 1839 2852 4745 6636 7831 7010 5926 5069 4251 + 2900 1743 1167 841 646 517 412 354 301 282 + 234 204 235 226 207 200 180 180 179 172 + 180 157 154 173 198 147 168 157 199 209 + 242 257 328 467 631 994 1449 1522 1193 977 + 947 796 548 358 251 190 164 159 137 134 + 136 126 122 128 108 100 120 106 123 117 + 113 108 121 104 104 100 105 107 108 103 + 108 123 92 122 97 101 92 114 89 81 + 113 76 89 99 89 98 98 104 120 100 + 99 89 111 98 96 95 84 115 106 100 + 86 110 86 98 97 109 112 105 86 102 + 91 98 111 89 95 95 84 114 108 96 + 94 94 102 91 106 103 82 121 101 109 + 112 104 103 105 112 119 116 119 115 106 + 122 116 120 130 107 137 132 131 140 150 + 149 161 190 210 234 297 378 583 909 1431 + 2164 2620 2390 1970 1772 1685 1327 891 543 352 + 292 230 177 182 207 158 143 129 161 133 + 119 120 128 118 121 132 135 134 132 135 + 156 182 207 266 351 368 312 269 260 249 + 219 174 157 146 135 137 136 103 107 99 + 133 129 147 130 115 123 109 106 115 136 + 119 126 131 135 116 112 123 116 121 136 + 147 130 156 138 133 144 163 171 198 191 + 196 226 243 294 352 472 630 984 1383 2157 + 2946 2947 2469 1988 2056 1767 1317 793 524 362 + 282 264 227 186 194 168 177 199 174 169 + 183 194 204 189 213 296 350 476 746 894 + 816 615 549 596 524 395 306 223 164 206 + 198 162 173 163 144 169 160 156 143 187 + 146 146 157 177 173 171 197 214 254 333 + 505 760 1047 1074 910 689 698 717 570 382 + 273 291 231 278 239 272 257 316 315 377 + 419 593 709 1116 1749 2604 3739 4133 3642 2835 + 2622 2580 2147 1381 844 578 447 351 339 309 + 260 268 240 250 233 275 281 285 381 450 + 601 801 895 881 726 644 608 589 498 386 + 283 277 254 276 249 224 213 196 234 186 + 215 191 211 189 204 193 227 221 225 199 + 187 193 214 235 241 232 239 254 252 264 + 251 260 320 375 379 442 425 492 574 693 + 816 1046 1286 1773 2593 4047 6544 9907 12440 12196 + 9815 8006 7742 7431 5975 3773 2148 1465 1080 849 + 683 579 560 480 481 470 468 450 469 498 + 468 528 615 632 765 985 1263 1833 2821 4290 + 5647 5682 5372 5802 7664 7744 5866 4103 3552 3442 + 2855 1843 1102 771 578 517 456 381 379 335 + 326 303 286 287 274 272 282 267 236 255 + 238 218 224 209 228 244 234 221 237 224 + 217 187 261 216 246 244 282 276 314 333 + 385 413 609 855 1397 2190 3180 3151 2427 1819 + 1843 2058 1720 1115 716 480 364 297 300 267 + 227 215 189 213 174 175 193 183 178 166 + 171 171 172 161 151 143 141 139 172 153 + 169 141 125 135 142 134 142 138 152 159 + 140 143 136 147 144 148 153 112 148 138 + 119 121 160 136 164 137 166 142 158 176 + 175 183 249 309 389 541 720 682 600 452 + 443 453 437 329 289 226 201 182 160 178 + 146 181 142 201 182 174 168 174 233 275 + 331 464 712 969 1093 984 752 624 651 695 + 597 460 284 261 211 196 175 167 165 143 + 153 155 137 161 131 138 125 114 154 114 + 118 120 130 117 126 132 122 133 122 113 + 128 139 126 140 120 122 122 136 116 113 + 103 120 129 112 118 140 135 101 128 115 + 126 120 119 107 122 124 123 159 132 136 + 115 142 132 144 140 131 112 147 129 129 + 106 129 127 122 155 130 121 131 173 157 + 146 153 168 199 204 212 232 255 319 410 + 629 1090 1814 2668 2463 1752 1187 1257 1542 1549 + 1066 624 387 314 267 208 211 210 181 170 + 154 155 143 171 156 134 142 142 136 139 + 139 132 152 123 137 125 132 133 137 148 + 121 150 139 127 127 146 147 155 131 144 + 148 138 149 154 142 141 181 185 169 181 + 203 236 232 335 428 600 826 1143 1282 1262 + 1070 962 964 871 886 728 557 468 370 267 + 235 203 187 181 188 189 166 167 175 191 + 184 181 226 228 258 216 233 250 287 332 + 441 506 459 447 383 372 397 408 434 419 + 346 392 441 622 912 1096 1359 1605 1949 1937 + 1843 2020 1980 1741 1467 1209 1080 998 719 548 + 393 314 277 248 204 179 180 168 160 170 + 160 184 179 164 149 156 140 161 149 134 + 126 143 138 142 163 131 161 131 147 150 + 160 128 126 128 152 134 158 135 162 157 + 173 156 162 158 164 155 194 195 196 253 + 262 350 464 665 937 1141 1055 834 657 648 + 638 752 672 543 404 370 386 469 560 465 + 360 285 276 355 364 291 228 190 194 195 + 180 163 154 156 184 181 152 176 177 160 + 178 185 175 206 214 244 255 254 373 514 + 623 827 875 884 951 1181 1887 2582 2875 2303 + 1613 1270 1312 1510 1599 1288 890 794 643 683 + 884 1207 1571 1762 1506 1186 969 975 1015 1048 + 938 733 494 392 292 276 254 229 216 203 + 194 189 192 181 191 163 175 186 149 175 + 142 180 136 151 177 156 159 174 148 147 + 141 145 156 144 149 145 127 143 159 129 + 161 138 145 165 172 184 217 266 272 313 + 288 275 321 323 439 573 743 906 960 812 + 566 541 535 554 567 599 473 359 290 254 + 189 184 196 210 190 179 148 160 147 122 + 148 141 140 142 114 150 151 132 153 140 + 118 128 140 136 122 130 135 133 165 160 + 163 166 190 264 331 334 297 215 205 212 + 268 226 256 199 165 148 159 132 154 139 + 121 144 131 136 139 120 129 130 143 127 + 150 156 154 153 162 208 247 207 192 179 + 148 154 204 186 208 175 141 111 124 132 + 127 125 124 147 143 135 136 143 145 143 + 148 151 139 142 135 161 143 139 136 158 + 164 167 165 181 147 160 195 209 190 226 + 195 241 278 302 344 427 563 789 990 1317 + 1792 2342 2479 2083 1541 1233 1186 1301 1408 1348 + 1086 761 509 405 349 309 273 269 244 252 + 286 309 289 316 317 259 228 223 259 237 + 212 212 201 184 201 170 165 182 182 183 + 199 200 208 190 185 230 275 352 448 647 + 956 1241 1280 1063 730 559 576 678 833 919 + 838 736 578 449 352 332 306 308 321 300 + 245 216 201 182 162 147 163 193 149 171 + 166 202 155 141 162 155 166 190 174 189 + 211 169 195 197 235 250 286 344 394 561 + 722 930 1317 1481 1358 1037 813 746 717 877 + 916 896 663 502 396 302 255 280 238 238 + 233 267 258 267 346 468 667 897 976 870 + 617 478 483 485 541 636 625 465 354 276 + 231 232 190 216 192 191 172 178 212 172 + 174 183 142 176 174 159 196 194 202 246 + 258 272 227 206 220 234 235 252 241 246 + 280 326 391 456 640 670 639 521 515 493 + 632 854 1153 1468 1384 1196 879 770 660 705 + 773 815 766 626 469 409 338 280 267 303 + 290 315 308 375 471 637 830 1073 1024 833 + 639 528 502 569 667 732 600 516 444 417 + 430 431 409 399 319 289 333 368 368 375 + 332 257 253 244 250 251 239 260 202 234 + 236 222 268 246 261 301 352 434 507 687 + 891 929 869 744 766 883 1213 1390 1383 1276 + 1228 1172 1129 970 905 839 745 632 628 600 + 552 393 307 265 275 215 233 208 186 180 + 200 182 178 170 180 177 190 173 203 200 + 185 218 207 244 220 243 266 280 324 394 + 567 690 853 934 815 877 894 888 744 665 + 674 693 634 583 589 572 455 501 497 637 + 833 1120 968 776 526 397 372 472 548 682 + 632 479 341 304 211 213 199 185 190 194 + 183 193 204 201 264 298 373 364 306 270 + 271 259 298 371 433 565 625 581 460 365 + 291 270 311 317 411 435 426 481 415 358 + 268 245 239 204 246 236 272 241 203 182 + 189 163 165 161 145 149 163 166 138 141 + 158 145 131 135 147 133 140 144 155 157 + 196 193 175 172 174 148 164 177 183 250 + 310 439 401 356 276 178 216 209 222 263 + 281 270 217 181 183 174 171 151 142 130 + 147 146 148 124 129 128 135 143 135 145 + 134 131 154 135 139 155 143 151 154 160 + 141 160 155 171 166 159 187 205 212 230 + 313 346 402 511 535 696 717 624 520 421 + 399 344 380 468 482 453 373 267 229 209 + 176 193 210 179 173 207 225 265 315 289 + 229 197 204 221 249 258 290 401 434 421 + 368 358 396 462 547 580 497 442 397 313 + 316 296 341 355 373 333 274 262 290 329 + 333 356 280 237 214 238 243 204 239 255 + 249 226 191 222 193 236 264 308 340 330 + 282 229 235 204 203 252 249 232 222 217 + 226 222 238 265 341 339 338 302 275 242 + 218 232 297 360 399 423 365 273 254 262 + 216 316 339 402 509 598 700 742 619 470 + 398 379 352 351 379 443 466 438 357 289 + 258 233 216 241 235 277 309 358 356 323 + 273 243 224 243 250 220 267 291 282 252 + 255 328 357 411 375 323 267 240 208 209 + 236 248 261 256 244 203 173 170 174 168 + 167 181 159 195 168 180 186 175 191 213 + 274 266 323 421 552 799 1129 1277 1123 820 + 610 504 408 478 543 708 817 736 641 568 + 413 433 373 314 321 244 262 251 232 241 + 216 240 212 196 173 187 175 173 152 163 + 143 135 122 139 128 134 140 117 150 134 + 152 127 170 158 155 173 161 136 128 177 + 165 140 154 143 168 189 130 160 151 182 + 221 238 260 315 327 311 246 211 204 196 + 211 191 234 225 255 200 186 186 162 140 + 153 147 143 153 154 133 145 148 165 155 + 155 147 176 149 165 136 163 163 198 215 + 249 304 377 414 339 322 284 301 311 380 + 550 624 660 617 461 363 284 266 268 289 + 340 375 363 327 259 216 172 180 208 177 + 157 189 192 222 222 188 184 164 173 182 + 153 158 158 183 190 178 169 145 170 138 + 169 133 134 122 126 153 112 125 127 147 + 125 125 142 143 138 145 166 165 156 154 + 169 130 173 155 178 211 247 289 310 276 + 303 376 468 665 803 829 683 570 507 383 + 335 352 412 522 575 652 681 634 466 368 + 301 214 226 205 239 226 271 279 280 247 + 223 201 199 198 206 191 154 174 144 155 + 161 172 178 192 155 171 155 160 138 156 + 178 163 191 200 208 186 167 183 157 148 + 163 174 187 182 189 190 190 199 240 247 + 334 391 512 618 663 593 456 395 343 288 + 292 310 392 389 437 361 351 262 250 233 + 197 195 171 174 171 159 158 120 128 140 + 148 156 133 156 144 163 158 158 154 165 + 196 206 256 278 255 253 223 190 196 176 + 171 212 204 252 224 192 180 172 166 159 + 155 148 167 137 178 161 180 156 169 178 + 174 181 172 238 209 240 343 384 500 673 + 704 763 656 551 406 354 352 301 357 414 + 440 502 459 425 378 418 427 467 441 400 + 327 278 259 240 213 206 241 263 287 291 + 245 243 198 195 195 164 178 161 161 183 + 177 177 177 192 219 260 310 337 312 290 + 275 243 192 200 212 205 180 219 274 271 + 200 205 195 179 171 171 147 147 167 159 + 157 145 164 142 143 164 157 153 145 168 + 159 169 137 182 196 218 216 223 269 295 + 288 280 281 187 264 216 220 242 264 272 + 326 362 407 468 432 443 383 393 367 415 + 471 595 626 583 491 456 411 322 328 289 + 271 302 377 369 373 347 296 292 257 269 + 241 218 212 239 254 295 314 356 301 277 + 252 251 186 197 162 192 231 223 207 238 + 196 196 176 171 178 146 169 161 149 173 + 156 143 154 152 139 184 185 161 159 152 + 159 176 164 168 193 195 187 237 228 265 + 291 347 409 454 552 524 552 502 483 433 + 382 363 322 328 389 469 485 438 491 415 + 377 375 322 288 280 263 275 245 243 239 + 247 216 204 210 196 220 209 212 226 201 + 225 228 210 244 298 405 445 534 579 538 + 495 466 410 389 387 429 460 573 607 740 + 853 781 733 593 499 398 368 334 370 358 + 391 376 394 414 383 300 294 275 246 259 + 235 239 243 277 363 383 434 436 378 373 + 386 438 464 491 539 539 523 499 478 472 + 383 345 354 352 383 370 410 453 416 396 + 392 319 335 407 461 587 741 875 863 754 + 619 485 429 336 321 296 316 385 474 539 + 571 493 420 345 272 242 219 229 203 220 + 211 190 171 195 176 218 208 212 230 265 + 314 278 306 262 281 209 235 222 223 246 + 268 316 307 316 273 247 229 201 198 173 + 202 173 212 185 197 193 193 194 169 169 + 157 167 175 140 174 146 171 142 152 171 + 150 142 161 150 163 154 149 157 192 185 + 184 205 231 238 263 324 365 388 380 421 + 418 408 385 374 346 329 297 319 322 328 + 298 290 304 311 312 319 292 241 239 202 + 206 202 227 236 307 309 385 341 324 290 + 208 241 201 202 181 217 264 229 326 303 + 345 304 296 241 242 210 187 206 194 221 + 216 245 242 251 258 232 215 189 192 163 + 158 162 174 182 169 151 187 179 167 169 + 146 149 146 158 142 164 142 153 147 163 + 160 163 127 150 159 140 136 159 171 178 + 159 162 193 156 176 161 155 146 179 208 + 186 194 252 230 219 182 179 174 147 189 + 166 142 144 177 178 215 182 160 196 200 + 159 163 150 175 144 132 160 169 138 171 + 129 167 172 135 170 172 169 199 221 233 + 283 291 299 257 239 226 185 195 194 175 + 192 182 189 210 252 217 230 223 192 205 + 179 185 155 193 190 214 215 230 223 212 + 233 221 242 216 261 265 370 406 501 447 + 488 473 365 279 283 285 282 239 267 263 + 309 349 345 322 338 308 238 221 215 197 + 205 208 222 206 204 230 240 284 313 331 + 344 297 275 267 216 230 194 195 234 196 + 198 240 255 287 314 318 255 232 213 186 + 193 156 168 155 154 187 181 194 183 206 + 191 179 174 158 176 183 184 188 222 211 + 242 267 330 363 390 397 332 288 273 199 + 218 198 206 228 206 216 256 259 301 265 + 240 206 224 183 160 190 158 161 161 143 + 144 177 175 142 129 140 166 156 126 156 + 144 146 136 145 160 147 142 150 168 164 + 168 195 207 229 260 263 294 291 279 245 + 211 240 218 197 226 253 249 289 329 377 + 412 419 371 310 258 236 243 235 224 241 + 236 239 302 286 295 329 390 376 405 380 + 376 363 361 296 313 279 295 248 253 273 + 273 275 305 282 295 295 304 318 331 336 + 336 371 349 315 280 286 238 265 226 238 + 222 224 254 303 311 297 319 302 295 299 + 325 347 294 264 265 239 227 226 250 203 + 229 202 234 220 206 230 228 259 221 276 + 276 271 278 298 341 366 384 388 410 433 + 388 382 298 327 266 250 252 252 262 270 + 257 249 251 336 305 284 293 236 224 207 + 200 174 177 180 163 150 181 174 141 156 + 143 166 148 174 153 160 159 160 155 141 + 148 157 157 161 171 164 169 170 167 189 + 220 252 328 298 286 290 266 220 171 193 + 194 170 235 195 207 227 261 320 343 339 + 411 416 350 350 288 343 300 286 283 249 + 258 232 229 233 215 250 258 250 251 245 + 233 220 257 219 207 208 191 187 198 176 + 184 190 192 159 176 166 196 172 180 208 + 219 202 177 175 170 167 175 153 145 178 + 168 153 159 179 196 175 174 168 180 139 + 157 143 156 157 151 155 158 155 141 152 + 145 158 153 149 153 150 144 150 143 172 + 141 166 170 162 206 182 172 183 175 178 + 179 157 163 182 184 177 163 172 185 159 + 185 176 169 161 173 190 193 150 175 151 + 176 166 171 187 180 216 212 269 301 313 + 319 328 299 252 252 228 200 209 202 225 + 199 251 236 263 299 302 338 248 259 262 + 213 211 206 210 168 191 159 183 202 211 + 205 206 205 223 200 184 189 186 185 205 + 197 210 206 202 174 175 190 165 173 179 + 192 168 168 181 170 200 198 219 211 238 + 222 205 221 204 219 196 210 196 234 212 + 191 250 230 226 277 263 296 319 338 385 + 408 381 356 290 284 268 222 245 214 211 + 204 227 254 236 290 305 290 337 276 281 + 238 243 231 205 205 193 180 171 185 191 + 191 190 179 169 175 199 179 189 210 191 + 206 212 210 235 205 182 185 177 171 153 + 154 152 170 155 156 153 171 188 181 180 + 201 183 191 184 187 163 161 165 160 185 + 198 164 176 182 172 172 186 189 181 231 + 209 211 227 226 193 216 211 211 193 175 + 192 209 196 195 230 231 239 311 285 263 + 289 262 214 212 218 186 191 199 183 190 + 168 194 191 195 207 218 222 241 242 219 + 189 202 202 190 225 204 223 262 258 317 + 312 304 299 278 265 221 205 225 211 203 + 192 201 197 227 184 205 216 256 253 288 + 249 280 219 217 249 229 198 193 178 205 + 210 185 179 213 233 225 232 264 271 285 + 273 342 326 401 358 432 331 361 330 283 + 282 263 245 232 219 251 241 241 265 237 + 251 266 291 301 300 280 332 285 276 261 + 262 264 280 291 292 284 266 240 219 232 + 218 192 181 184 219 187 174 184 204 197 + 217 215 213 212 218 210 224 183 178 205 + 184 185 180 197 154 171 181 155 145 184 + 180 173 168 190 169 161 174 158 167 182 + 165 183 168 159 161 155 189 186 150 168 + 186 194 155 171 151 165 175 156 163 164 + 166 185 163 202 186 183 183 155 199 176 + 188 177 165 198 170 186 188 193 190 207 + 234 205 212 216 213 266 257 269 300 330 + 339 357 382 326 325 282 284 305 353 293 + 354 327 397 378 367 341 307 311 274 313 + 351 347 326 307 293 260 283 272 272 302 + 307 313 332 337 327 331 343 329 371 392 + 418 493 471 481 485 486 422 425 387 379 + 330 338 327 321 327 386 375 412 398 371 + 398 377 382 419 397 373 325 333 311 301 + 293 291 268 279 289 278 266 268 284 258 + 251 258 247 251 211 209 220 218 191 186 + 214 213 216 227 196 202 213 186 198 224 + 177 197 160 191 209 217 216 215 200 207 + 202 234 218 252 249 281 270 287 318 319 + 370 397 434 494 424 485 464 454 461 371 + 326 309 280 332 297 277 293 303 342 293 + 322 350 360 343 387 437 442 460 486 451 + 433 459 369 415 340 328 323 291 265 305 + 279 298 320 299 306 340 314 329 324 367 + 378 335 338 293 299 293 263 285 277 283 + 326 291 311 315 351 367 353 387 404 365 + 354 382 318 310 342 355 334 382 359 322 + 317 322 315 322 260 275 282 290 318 296 + 276 281 309 281 305 298 276 252 303 282 + 308 302 293 288 268 300 319 297 302 304 + 346 392 454 519 565 590 593 601 563 482 + 500 403 417 386 328 293 321 300 313 294 + 318 294 329 329 364 360 385 412 426 405 + 418 417 358 384 387 312 316 304 295 296 + 294 273 325 330 345 300 370 350 381 297 + 316 300 270 271 292 249 263 269 273 252 + 250 225 241 245 268 276 264 282 294 314 + 303 269 295 283 293 286 264 255 259 252 + 270 255 304 293 311 285 332 321 350 358 + 431 433 427 380 413 422 348 388 355 370 + 353 322 348 325 320 369 351 400 379 399 + 406 396 397 415 439 438 437 478 495 511 + 450 497 498 433 477 484 430 431 454 399 + 382 384 351 334 347 336 330 306 330 311 + 298 301 344 335 334 303 326 359 397 356 + 347 310 347 332 312 335 334 316 309 294 + 334 342 332 279 267 257 292 288 273 245 + 269 248 228 250 249 230 238 217 238 212 + 246 246 239 262 265 264 240 250 246 226 + 227 235 226 256 190 215 236 223 227 203 + 206 190 232 230 201 219 203 216 213 208 + 224 210 202 212 205 236 220 194 199 201 + 216 237 212 225 203 241 232 260 253 257 + 282 291 283 325 333 335 293 315 297 310 + 285 285 276 258 251 269 228 215 259 235 + 257 241 289 229 267 270 284 265 274 275 + 279 277 269 267 263 299 262 263 268 235 + 232 261 236 224 251 249 247 217 238 231 + 251 261 251 308 300 333 311 283 279 289 + 281 273 244 299 263 257 209 284 256 270 + 280 276 282 293 282 285 309 299 295 307 + 253 258 255 297 296 248 286 288 259 276 + 256 257 268 246 273 271 306 287 286 303 + 283 335 330 366 380 334 362 408 432 479 + 440 484 478 479 513 472 445 466 437 414 + 396 374 314 326 326 323 316 354 315 351 + 329 370 366 415 444 423 414 412 463 464 + 424 427 411 394 383 394 330 360 359 303 + 294 289 271 288 264 284 262 274 278 293 + 289 309 292 313 286 291 303 279 298 301 + 278 261 314 299 316 353 319 339 335 341 + 306 303 298 290 317 318 296 336 295 284 + 241 276 245 247 263 270 261 239 247 250 + 209 238 247 257 255 273 272 319 274 307 + 253 284 254 274 278 237 257 249 261 242 + 256 255 236 234 250 233 250 231 252 244 + 256 226 267 246 257 255 278 292 308 274 + 375 361 344 361 347 352 322 337 267 268 + 286 279 276 252 242 277 271 275 272 295 + 281 338 320 350 381 404 451 441 452 417 + 450 436 437 440 474 453 457 438 387 386 + 366 341 337 308 329 283 296 289 297 240 + 268 282 297 291 281 305 336 324 307 332 + 328 309 315 330 291 290 344 314 324 327 + 259 268 305 304 300 285 292 289 294 278 + 261 297 252 280 245 266 283 238 266 262 + 249 255 240 239 221 251 212 233 238 249 + 256 216 262 249 248 263 281 234 290 269 + 284 233 286 275 263 245 259 276 229 261 + 273 272 231 212 233 256 241 228 234 238 + 216 207 221 233 238 217 238 251 268 259 + 230 276 257 260 255 244 258 279 291 290 + 295 289 273 306 307 264 289 270 234 252 + 243 244 251 235 234 246 239 257 218 234 + 230 253 248 257 248 255 261 275 288 301 + 283 308 268 300 305 254 251 256 280 290 + 267 278 302 264 263 289 231 271 289 268 + 310 278 280 262 234 278 288 265 302 278 + 273 279 303 318 317 312 303 312 311 308 + 304 284 281 287 262 273 284 261 241 238 + 276 276 274 262 279 274 238 278 273 274 + 260 245 293 307 304 266 287 292 295 295 + 305 300 281 287 299 268 292 267 236 248 + 272 274 237 251 245 285 252 272 258 269 + 268 299 240 263 260 315 315 295 279 295 + 333 322 338 383 339 311 323 295 275 295 + 289 294 287 275 249 232 269 258 268 290 + 253 266 234 233 223 231 252 275 267 251 + 284 281 254 265 309 269 296 290 301 297 + 300 345 298 347 345 374 366 387 392 438 + 465 470 443 511 473 474 455 473 452 460 + 440 386 385 402 418 382 348 344 360 366 + 351 322 327 318 352 341 308 357 325 367 + 383 381 376 381 434 410 412 411 393 427 + 429 441 407 412 456 389 386 382 368 352 + 367 366 364 366 352 312 345 336 284 310 + 289 318 287 303 306 320 330 334 345 367 + 407 379 410 396 429 425 449 416 394 390 + 394 404 356 350 378 369 362 311 297 307 + 293 291 338 300 290 317 312 270 313 278 + 321 327 332 337 328 301 322 334 330 315 + 311 302 338 321 317 331 335 345 317 306 + 309 336 309 299 319 310 287 281 268 260 + 279 279 289 265 261 264 260 271 265 270 + 280 304 283 289 294 325 269 282 293 275 + 283 281 283 277 284 275 277 278 273 284 + 267 270 287 316 261 283 294 275 324 306 + 302 276 392 339 309 315 322 359 308 335 + 315 318 319 328 315 303 296 300 304 283 + 292 266 279 295 258 289 272 251 305 263 + 261 299 291 276 294 259 254 297 287 257 + 284 255 260 259 300 264 300 287 298 283 + 279 271 291 304 299 272 316 298 322 306 + 268 257 279 262 269 291 258 269 295 293 + 268 264 272 272 288 270 267 277 310 292 + 276 290 319 322 316 343 345 379 383 389 + 437 371 405 427 442 424 438 396 384 381 + 329 322 319 274 318 304 316 324 275 319 + 259 272 262 270 263 266 242 265 251 276 + 277 260 256 240 278 252 286 295 268 301 + 296 268 299 298 305 293 327 343 362 367 + 358 324 322 330 356 353 351 324 359 339 + 289 330 295 293 293 300 296 319 302 276 + 293 271 283 256 258 269 272 213 257 274 + 242 245 252 212 261 281 259 253 280 255 + 229 241 242 248 259 257 256 253 281 292 + 254 273 278 277 264 219 271 279 246 268 + 282 272 270 221 262 286 267 254 267 259 + 267 276 269 251 256 228 248 243 254 254 + 245 242 250 264 274 255 281 229 263 250 + 241 259 268 285 241 255 268 257 263 266 + 298 281 271 261 280 296 283 341 280 304 + 282 258 262 279 285 319 293 322 316 348 + 341 339 321 373 376 366 402 391 405 407 + 422 395 434 419 426 385 390 375 357 343 + 359 344 285 324 317 345 303 315 288 301 + 281 327 316 260 299 302 249 293 271 296 + 258 283 268 271 305 268 234 286 278 274 + 274 253 238 291 274 300 282 303 285 323 + 340 283 355 288 335 350 313 303 338 326 + 359 372 325 325 352 345 348 330 336 310 + 343 321 329 325 329 330 311 316 327 320 + 306 348 345 330 325 371 381 421 388 403 + 413 417 391 385 376 382 420 374 352 328 + 368 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.pcr b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.pcr new file mode 100644 index 000000000..6e8f8adfc --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.pcr @@ -0,0 +1,63 @@ +COMM PbSO4 XrayDif single wavelength +! Current global Chi2 (Bragg contrib.) = 11.30 +! Files => DAT-file: pbsox_single.dat, PCR-file: pbsox_single +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 0 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 0 1 1 0 4 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.540560 1.540560 0.00000 50.000 6.000 0.0000 0.0000 160.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 10.00 + 154.00 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.04816 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) + 154.318 100.004 -92.329 -95.599 126.679 -31.804 + 0.00 0.00 0.00 0.00 0.00 0.00 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 9.4433 +!------------------------------------------------------------------------------- +PbSO4 +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 5 0 0 0.0 0.0 1.0 0 0 0 0 0 1213.030 0 7 0 +! +! +P n m a <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 0 #conn S O 0 2 + 0.00 0.00 0.00 0.00 0.00 +S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 0.4693346E-03 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.048457 -0.083053 0.035188 0.000000 0.049268 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 8.479832 5.397758 6.959325 90.000000 90.000000 90.000000 # box -0.25 1.25 -0.15 1.15 -0.15 1.15 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 10.000 154.000 1 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.prf b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.prf new file mode 100644 index 000000000..2ec150895 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.prf @@ -0,0 +1,6430 @@ +IGOR +WAVES TwoTheta, Iobs, Icalc, Diff +BEGIN + 10.000 179.00 126.48 52.52 + 10.025 147.00 126.35 20.65 + 10.050 165.00 126.22 38.78 + 10.075 172.00 126.09 45.91 + 10.100 150.00 125.96 24.04 + 10.125 165.00 125.83 39.17 + 10.150 150.00 125.71 24.29 + 10.175 158.00 125.58 32.42 + 10.200 134.00 125.45 8.55 + 10.225 146.00 125.32 20.68 + 10.250 167.00 125.20 41.80 + 10.275 159.00 125.07 33.93 + 10.300 139.00 124.95 14.05 + 10.325 145.00 124.82 20.18 + 10.350 165.00 124.70 40.30 + 10.375 150.00 124.57 25.43 + 10.400 149.00 124.45 24.55 + 10.425 156.00 124.32 31.68 + 10.450 143.00 124.20 18.80 + 10.475 166.00 124.08 41.92 + 10.500 154.00 123.95 30.05 + 10.525 131.00 123.83 7.17 + 10.550 144.00 123.71 20.29 + 10.575 131.00 123.59 7.41 + 10.600 140.00 123.47 16.53 + 10.625 147.00 123.35 23.65 + 10.650 155.00 123.23 31.77 + 10.675 148.00 123.11 24.89 + 10.700 140.00 122.99 17.01 + 10.725 138.00 122.87 15.13 + 10.750 127.00 122.75 4.25 + 10.775 146.00 122.63 23.37 + 10.800 147.00 122.51 24.49 + 10.825 114.00 122.39 -8.39 + 10.850 129.00 122.28 6.72 + 10.875 129.00 122.16 6.84 + 10.900 128.00 122.04 5.96 + 10.925 136.00 121.93 14.07 + 10.950 148.00 121.81 26.19 + 10.975 132.00 121.70 10.30 + 11.000 141.00 121.58 19.42 + 11.025 135.00 121.47 13.53 + 11.050 141.00 121.35 19.65 + 11.075 145.00 121.24 23.76 + 11.100 131.00 121.12 9.88 + 11.125 142.00 121.01 20.99 + 11.150 148.00 120.90 27.10 + 11.175 151.00 120.79 30.21 + 11.200 127.00 120.67 6.33 + 11.225 133.00 120.56 12.44 + 11.250 131.00 120.45 10.55 + 11.275 125.00 120.34 4.66 + 11.300 129.00 120.23 8.77 + 11.325 128.00 120.12 7.88 + 11.350 134.00 120.01 13.99 + 11.375 142.00 119.90 22.10 + 11.400 115.00 119.79 -4.79 + 11.425 138.00 119.68 18.32 + 11.450 125.00 119.57 5.43 + 11.475 120.00 119.47 0.53 + 11.500 130.00 119.36 10.64 + 11.525 118.00 119.25 -1.25 + 11.550 118.00 119.14 -1.14 + 11.575 116.00 119.04 -3.04 + 11.600 119.00 118.93 0.07 + 11.625 101.00 118.82 -17.82 + 11.650 117.00 118.72 -1.72 + 11.675 142.00 118.61 23.39 + 11.700 112.00 118.51 -6.51 + 11.725 114.00 118.40 -4.40 + 11.750 111.00 118.30 -7.30 + 11.775 122.00 118.20 3.80 + 11.800 131.00 118.09 12.91 + 11.825 107.00 117.99 -10.99 + 11.850 121.00 117.89 3.11 + 11.875 123.00 117.78 5.22 + 11.900 120.00 117.68 2.32 + 11.925 126.00 117.58 8.42 + 11.950 125.00 117.48 7.52 + 11.975 120.00 117.38 2.62 + 12.000 103.00 117.28 -14.28 + 12.025 121.00 117.18 3.82 + 12.050 109.00 117.08 -8.08 + 12.075 115.00 116.98 -1.98 + 12.100 122.00 116.88 5.12 + 12.125 123.00 116.78 6.22 + 12.150 107.00 116.68 -9.68 + 12.175 126.00 116.58 9.42 + 12.200 133.00 116.49 16.51 + 12.225 120.00 116.39 3.61 + 12.250 100.00 116.29 -16.29 + 12.275 130.00 116.20 13.80 + 12.300 130.00 116.10 13.90 + 12.325 109.00 116.00 -7.00 + 12.350 116.00 115.91 0.09 + 12.375 121.00 115.81 5.19 + 12.400 99.00 115.72 -16.72 + 12.425 107.00 115.62 -8.62 + 12.450 110.00 115.53 -5.53 + 12.475 136.00 115.43 20.57 + 12.500 113.00 115.34 -2.34 + 12.525 102.00 115.25 -13.25 + 12.550 117.00 115.15 1.85 + 12.575 111.00 115.06 -4.06 + 12.600 105.00 114.97 -9.97 + 12.625 92.00 114.88 -22.88 + 12.650 110.00 114.79 -4.79 + 12.675 116.00 114.69 1.31 + 12.700 124.00 114.60 9.40 + 12.725 111.00 114.51 -3.51 + 12.750 91.00 114.42 -23.42 + 12.775 106.00 114.33 -8.33 + 12.800 122.00 114.24 7.76 + 12.825 121.00 114.15 6.85 + 12.850 119.00 114.06 4.94 + 12.875 114.00 113.98 0.02 + 12.900 129.00 113.89 15.11 + 12.925 95.00 113.80 -18.80 + 12.950 117.00 113.71 3.29 + 12.975 102.00 113.63 -11.63 + 13.000 102.00 113.54 -11.54 + 13.025 117.00 113.45 3.55 + 13.050 99.00 113.37 -14.37 + 13.075 124.00 113.28 10.72 + 13.100 107.00 113.19 -6.19 + 13.125 108.00 113.11 -5.11 + 13.150 99.00 113.02 -14.02 + 13.175 113.00 112.94 0.06 + 13.200 104.00 112.86 -8.86 + 13.225 92.00 112.77 -20.77 + 13.250 98.00 112.69 -14.69 + 13.275 107.00 112.60 -5.60 + 13.300 88.00 112.52 -24.52 + 13.325 96.00 112.44 -16.44 + 13.350 104.00 112.36 -8.36 + 13.375 81.00 112.28 -31.28 + 13.400 111.00 112.19 -1.19 + 13.425 78.00 112.11 -34.11 + 13.450 104.00 112.03 -8.03 + 13.475 119.00 111.95 7.05 + 13.500 106.00 111.87 -5.87 + 13.525 105.00 111.79 -6.79 + 13.550 96.00 111.71 -15.71 + 13.575 81.00 111.63 -30.63 + 13.600 95.00 111.55 -16.55 + 13.625 96.00 111.47 -15.47 + 13.650 103.00 111.40 -8.40 + 13.675 91.00 111.32 -20.32 + 13.700 112.00 111.24 0.76 + 13.725 107.00 111.16 -4.16 + 13.750 87.00 111.08 -24.08 + 13.775 112.00 111.01 0.99 + 13.800 92.00 110.93 -18.93 + 13.825 79.00 110.86 -31.86 + 13.850 92.00 110.78 -18.78 + 13.875 103.00 110.70 -7.70 + 13.900 97.00 110.63 -13.63 + 13.925 102.00 110.55 -8.55 + 13.950 86.00 110.48 -24.48 + 13.975 97.00 110.41 -13.41 + 14.000 103.00 110.33 -7.33 + 14.025 93.00 110.26 -17.26 + 14.050 111.00 110.18 0.82 + 14.075 95.00 110.11 -15.11 + 14.100 96.00 110.04 -14.04 + 14.125 93.00 109.97 -16.97 + 14.150 85.00 109.89 -24.89 + 14.175 104.00 109.82 -5.82 + 14.200 98.00 109.75 -11.75 + 14.225 108.00 109.68 -1.68 + 14.250 76.00 109.61 -33.61 + 14.275 92.00 109.54 -17.54 + 14.300 95.00 109.47 -14.47 + 14.325 89.00 109.40 -20.40 + 14.350 105.00 109.33 -4.33 + 14.375 95.00 109.26 -14.26 + 14.400 92.00 109.19 -17.19 + 14.425 105.00 109.12 -4.12 + 14.450 89.00 109.05 -20.05 + 14.475 99.00 108.99 -9.99 + 14.500 101.00 108.92 -7.92 + 14.525 97.00 108.85 -11.85 + 14.550 93.00 108.78 -15.78 + 14.575 99.00 108.72 -9.72 + 14.600 100.00 108.65 -8.65 + 14.625 83.00 108.58 -25.58 + 14.650 93.00 108.52 -15.52 + 14.675 96.00 108.45 -12.45 + 14.700 69.00 108.39 -39.39 + 14.725 101.00 108.32 -7.32 + 14.750 97.00 108.26 -11.26 + 14.775 85.00 108.19 -23.19 + 14.800 95.00 108.13 -13.13 + 14.825 85.00 108.06 -23.06 + 14.850 111.00 108.00 3.00 + 14.875 85.00 107.94 -22.94 + 14.900 86.00 107.87 -21.87 + 14.925 100.00 107.81 -7.81 + 14.950 88.00 107.75 -19.75 + 14.975 98.00 107.69 -9.69 + 15.000 92.00 107.63 -15.63 + 15.025 93.00 107.56 -14.56 + 15.050 94.00 107.50 -13.50 + 15.075 93.00 107.44 -14.44 + 15.100 81.00 107.38 -26.38 + 15.125 98.00 107.32 -9.32 + 15.150 78.00 107.26 -29.26 + 15.175 79.00 107.20 -28.20 + 15.200 93.00 107.14 -14.14 + 15.225 81.00 107.08 -26.08 + 15.250 88.00 107.02 -19.02 + 15.275 73.00 106.97 -33.97 + 15.300 85.00 106.91 -21.91 + 15.325 106.00 107.04 -1.04 + 15.350 88.00 106.99 -18.99 + 15.375 94.00 106.94 -12.94 + 15.400 96.00 106.90 -10.90 + 15.425 91.00 106.85 -15.85 + 15.450 101.00 106.81 -5.81 + 15.475 89.00 106.76 -17.76 + 15.500 87.00 106.72 -19.72 + 15.525 95.00 106.68 -11.68 + 15.550 87.00 106.64 -19.64 + 15.575 97.00 106.60 -9.60 + 15.600 81.00 106.57 -25.57 + 15.625 87.00 106.54 -19.54 + 15.650 93.00 106.50 -13.50 + 15.675 90.00 106.48 -16.48 + 15.700 73.00 106.45 -33.45 + 15.725 98.00 106.43 -8.43 + 15.750 86.00 106.41 -20.41 + 15.775 80.00 106.40 -26.40 + 15.800 82.00 106.39 -24.39 + 15.825 97.00 106.39 -9.39 + 15.850 80.00 106.39 -26.39 + 15.875 81.00 106.40 -25.40 + 15.900 80.00 106.42 -26.42 + 15.925 81.00 106.46 -25.46 + 15.950 73.00 106.50 -33.50 + 15.975 106.00 106.57 -0.57 + 16.000 92.00 106.65 -14.65 + 16.025 101.00 106.75 -5.75 + 16.050 98.00 106.89 -8.89 + 16.075 104.00 107.07 -3.07 + 16.100 106.00 107.32 -1.32 + 16.125 98.00 107.66 -9.66 + 16.150 114.00 108.20 5.80 + 16.175 97.00 109.11 -12.11 + 16.200 129.00 110.78 18.22 + 16.225 112.00 113.83 -1.83 + 16.250 141.00 119.22 21.78 + 16.275 167.00 127.98 39.02 + 16.300 157.00 140.90 16.10 + 16.325 200.00 157.85 42.15 + 16.350 215.00 177.19 37.81 + 16.375 321.00 195.51 125.49 + 16.400 397.00 207.85 189.15 + 16.425 434.00 209.60 224.40 + 16.450 445.00 199.98 245.02 + 16.475 313.00 182.81 130.19 + 16.500 197.00 163.24 33.76 + 16.525 155.00 145.23 9.77 + 16.550 110.00 130.93 -20.93 + 16.575 118.00 120.88 -2.88 + 16.600 86.00 114.49 -28.49 + 16.625 110.00 110.75 -0.75 + 16.650 95.00 108.66 -13.66 + 16.675 93.00 107.47 -14.47 + 16.700 98.00 106.76 -8.76 + 16.725 80.00 106.28 -26.28 + 16.750 85.00 105.92 -20.92 + 16.775 106.00 105.63 0.37 + 16.800 86.00 105.39 -19.39 + 16.825 103.00 105.18 -2.18 + 16.850 92.00 105.00 -13.00 + 16.875 88.00 104.84 -16.84 + 16.900 94.00 104.70 -10.70 + 16.925 79.00 104.57 -25.57 + 16.950 92.00 104.46 -12.46 + 16.975 106.00 104.35 1.65 + 17.000 82.00 104.25 -22.25 + 17.025 104.00 104.16 -0.16 + 17.050 94.00 104.08 -10.08 + 17.075 88.00 104.00 -16.00 + 17.100 97.00 103.92 -6.92 + 17.125 93.00 103.85 -10.85 + 17.150 90.00 103.79 -13.79 + 17.175 120.00 103.72 16.28 + 17.200 93.00 103.66 -10.66 + 17.225 106.00 103.60 2.40 + 17.250 89.00 103.54 -14.54 + 17.275 92.00 103.49 -11.49 + 17.300 100.00 103.44 -3.44 + 17.325 91.00 103.38 -12.38 + 17.350 99.00 103.33 -4.33 + 17.375 81.00 103.28 -22.28 + 17.400 89.00 103.24 -14.24 + 17.425 79.00 103.19 -24.19 + 17.450 91.00 103.14 -12.14 + 17.475 84.00 103.10 -19.10 + 17.500 92.00 103.06 -11.06 + 17.525 107.00 102.83 4.17 + 17.550 99.00 102.80 -3.80 + 17.575 92.00 102.76 -10.76 + 17.600 87.00 102.73 -15.73 + 17.625 88.00 102.69 -14.69 + 17.650 67.00 102.66 -35.66 + 17.675 81.00 102.63 -21.63 + 17.700 86.00 102.60 -16.60 + 17.725 85.00 102.56 -17.56 + 17.750 103.00 102.53 0.47 + 17.775 85.00 102.50 -17.50 + 17.800 77.00 102.47 -25.47 + 17.825 105.00 102.44 2.56 + 17.850 93.00 102.41 -9.41 + 17.875 96.00 102.38 -6.38 + 17.900 93.00 102.35 -9.35 + 17.925 85.00 102.32 -17.32 + 17.950 75.00 102.29 -27.29 + 17.975 105.00 102.26 2.74 + 18.000 85.00 102.23 -17.23 + 18.025 89.00 102.20 -13.20 + 18.050 86.00 102.17 -16.17 + 18.075 76.00 102.14 -26.14 + 18.100 86.00 102.11 -16.11 + 18.125 71.00 102.08 -31.08 + 18.150 101.00 102.05 -1.05 + 18.175 100.00 102.03 -2.03 + 18.200 89.00 102.00 -13.00 + 18.225 74.00 101.97 -27.97 + 18.250 101.00 101.94 -0.94 + 18.275 103.00 101.92 1.08 + 18.300 95.00 101.89 -6.89 + 18.325 100.00 101.86 -1.86 + 18.350 87.00 101.84 -14.84 + 18.375 94.00 101.81 -7.81 + 18.400 84.00 101.79 -17.79 + 18.425 102.00 101.76 0.24 + 18.450 92.00 101.74 -9.74 + 18.475 80.00 101.71 -21.71 + 18.500 82.00 101.69 -19.69 + 18.525 105.00 101.66 3.34 + 18.550 84.00 101.64 -17.64 + 18.575 83.00 101.61 -18.61 + 18.600 93.00 101.59 -8.59 + 18.625 92.00 101.57 -9.57 + 18.650 105.00 101.54 3.46 + 18.675 94.00 101.52 -7.52 + 18.700 88.00 101.50 -13.50 + 18.725 97.00 101.47 -4.47 + 18.750 88.00 101.45 -13.45 + 18.775 110.00 101.43 8.57 + 18.800 110.00 101.41 8.59 + 18.825 84.00 101.39 -17.39 + 18.850 89.00 101.36 -12.36 + 18.875 98.00 101.34 -3.34 + 18.900 92.00 101.32 -9.32 + 18.925 86.00 101.30 -15.30 + 18.950 110.00 101.28 8.72 + 18.975 98.00 101.26 -3.26 + 19.000 93.00 101.24 -8.24 + 19.025 94.00 101.22 -7.22 + 19.050 104.00 101.20 2.80 + 19.075 96.00 101.18 -5.18 + 19.100 105.00 101.16 3.84 + 19.125 99.00 101.14 -2.14 + 19.150 117.00 101.12 15.88 + 19.175 111.00 101.11 9.89 + 19.200 100.00 101.09 -1.09 + 19.225 125.00 101.07 23.93 + 19.250 99.00 101.05 -2.05 + 19.275 107.00 101.03 5.97 + 19.300 107.00 101.02 5.98 + 19.325 98.00 101.00 -3.00 + 19.350 84.00 100.98 -16.98 + 19.375 112.00 100.97 11.03 + 19.400 99.00 100.95 -1.95 + 19.425 93.00 100.93 -7.93 + 19.450 108.00 100.92 7.08 + 19.475 100.00 100.90 -0.90 + 19.500 91.00 100.89 -9.89 + 19.525 98.00 100.87 -2.87 + 19.550 124.00 100.85 23.15 + 19.575 98.00 100.84 -2.84 + 19.600 121.00 100.82 20.18 + 19.625 114.00 100.81 13.19 + 19.650 93.00 100.80 -7.80 + 19.675 87.00 100.78 -13.78 + 19.700 95.00 100.77 -5.77 + 19.725 95.00 108.17 -13.17 + 19.750 121.00 108.53 12.47 + 19.775 102.00 108.91 -6.91 + 19.800 127.00 109.33 17.67 + 19.825 119.00 109.78 9.22 + 19.850 118.00 112.68 5.32 + 19.875 107.00 113.33 -6.33 + 19.900 100.00 114.04 -14.04 + 19.925 95.00 114.81 -19.81 + 19.950 116.00 115.65 0.35 + 19.975 136.00 116.58 19.42 + 20.000 92.00 117.59 -25.59 + 20.025 127.00 118.70 8.30 + 20.050 127.00 119.93 7.07 + 20.075 115.00 121.29 -6.29 + 20.100 124.00 122.80 1.20 + 20.125 130.00 124.48 5.52 + 20.150 123.00 126.37 -3.37 + 20.175 137.00 128.49 8.51 + 20.200 136.00 130.89 5.11 + 20.225 165.00 133.61 31.39 + 20.250 150.00 136.71 13.29 + 20.275 173.00 140.27 32.73 + 20.300 190.00 144.39 45.61 + 20.325 211.00 149.18 61.82 + 20.350 212.00 154.79 57.21 + 20.375 255.00 161.43 93.57 + 20.400 264.00 169.37 94.63 + 20.425 305.00 179.01 125.99 + 20.450 353.00 191.01 161.99 + 20.475 415.00 206.68 208.32 + 20.500 507.00 228.91 278.09 + 20.525 623.00 264.17 358.83 + 20.550 833.00 325.78 507.22 + 20.575 1076.00 438.08 637.92 + 20.600 1417.00 638.28 778.72 + 20.625 1958.00 971.23 986.77 + 20.650 2624.00 1472.77 1151.23 + 20.675 3927.00 2143.00 1784.00 + 20.700 5466.00 2920.88 2545.12 + 20.725 7996.00 3669.59 4326.41 + 20.750 11062.00 4190.63 6871.37 + 20.775 12925.00 4317.99 8607.01 + 20.800 12506.00 4065.89 8440.11 + 20.825 10327.00 3603.92 6723.08 + 20.850 8178.00 3091.55 5086.45 + 20.875 6771.00 2597.48 4173.52 + 20.900 5910.00 2121.76 3788.24 + 20.925 4886.00 1665.35 3220.65 + 20.950 3432.00 1253.96 2178.04 + 20.975 2110.00 912.21 1197.79 + 21.000 1182.00 650.46 531.54 + 21.025 802.00 465.92 336.08 + 21.050 623.00 345.84 277.16 + 21.075 527.00 272.58 254.42 + 21.100 435.00 229.27 205.73 + 21.125 393.00 203.16 189.84 + 21.150 356.00 186.28 169.72 + 21.175 333.00 174.30 158.70 + 21.200 295.00 165.10 129.90 + 21.225 316.00 157.67 158.33 + 21.250 280.00 151.49 128.51 + 21.275 248.00 146.28 101.72 + 21.300 264.00 141.82 122.18 + 21.325 216.00 137.99 78.01 + 21.350 202.00 134.66 67.34 + 21.375 211.00 131.76 79.24 + 21.400 187.00 129.21 57.79 + 21.425 168.00 126.96 41.04 + 21.450 208.00 124.96 83.04 + 21.475 160.00 123.18 36.82 + 21.500 171.00 121.59 49.41 + 21.525 149.00 120.16 28.84 + 21.550 166.00 118.87 47.13 + 21.575 138.00 117.70 20.30 + 21.600 168.00 116.64 51.36 + 21.625 129.00 115.67 13.33 + 21.650 147.00 114.79 32.21 + 21.675 134.00 113.98 20.02 + 21.700 125.00 113.24 11.76 + 21.725 137.00 112.56 24.44 + 21.750 112.00 111.93 0.07 + 21.775 128.00 111.35 16.65 + 21.800 134.00 110.81 23.19 + 21.825 121.00 103.28 17.72 + 21.850 138.00 103.13 34.87 + 21.875 103.00 102.99 0.01 + 21.900 124.00 102.87 21.13 + 21.925 115.00 102.75 12.25 + 21.950 119.00 100.35 18.65 + 21.975 109.00 100.36 8.64 + 22.000 119.00 100.36 18.64 + 22.025 116.00 100.36 15.64 + 22.050 127.00 100.37 26.63 + 22.075 133.00 100.37 32.63 + 22.100 121.00 100.38 20.62 + 22.125 109.00 100.38 8.62 + 22.150 114.00 100.39 13.61 + 22.175 113.00 100.40 12.60 + 22.200 120.00 100.40 19.60 + 22.225 118.00 100.41 17.59 + 22.250 102.00 100.41 1.59 + 22.275 110.00 105.65 4.35 + 22.300 118.00 105.93 12.07 + 22.325 123.00 106.23 16.77 + 22.350 116.00 106.55 9.45 + 22.375 112.00 106.89 5.11 + 22.400 107.00 107.27 -0.27 + 22.425 121.00 107.68 13.32 + 22.450 104.00 108.13 -4.13 + 22.475 124.00 108.61 15.39 + 22.500 105.00 109.15 -4.15 + 22.525 128.00 109.73 18.27 + 22.550 115.00 110.38 4.62 + 22.575 128.00 111.09 16.91 + 22.600 99.00 111.88 -12.88 + 22.625 130.00 112.76 17.24 + 22.650 109.00 113.75 -4.75 + 22.675 125.00 114.85 10.15 + 22.700 138.00 116.10 21.90 + 22.725 141.00 117.51 23.49 + 22.750 135.00 119.13 15.87 + 22.775 125.00 120.97 4.03 + 22.800 140.00 123.11 16.89 + 22.825 152.00 125.58 26.42 + 22.850 177.00 128.49 48.51 + 22.875 177.00 131.91 45.09 + 22.900 191.00 136.00 55.00 + 22.925 195.00 140.92 54.08 + 22.950 225.00 146.96 78.04 + 22.975 258.00 154.56 103.44 + 23.000 301.00 164.65 136.35 + 23.025 337.00 179.31 157.69 + 23.050 468.00 203.28 264.72 + 23.075 618.00 246.61 371.39 + 23.100 837.00 327.63 509.37 + 23.125 1082.00 474.08 607.92 + 23.150 1507.00 718.01 788.99 + 23.175 2283.00 1080.97 1202.03 + 23.200 3235.00 1552.81 1682.19 + 23.225 4791.00 2070.96 2720.04 + 23.250 6588.00 2512.16 4075.84 + 23.275 8176.00 2715.55 5460.45 + 23.300 8122.00 2583.59 5538.41 + 23.325 6687.00 2181.50 4505.50 + 23.350 5078.00 1667.78 3410.22 + 23.375 3206.00 1178.12 2027.88 + 23.400 1822.00 788.36 1033.64 + 23.425 1101.00 519.10 581.90 + 23.450 712.00 353.65 358.35 + 23.475 566.00 260.77 305.23 + 23.500 470.00 211.00 259.00 + 23.525 381.00 186.07 194.93 + 23.550 302.00 170.03 131.97 + 23.575 277.00 159.32 117.68 + 23.600 259.00 151.43 107.57 + 23.625 259.00 145.27 113.73 + 23.650 212.00 140.31 71.69 + 23.675 198.00 136.25 61.75 + 23.700 189.00 132.91 56.09 + 23.725 153.00 130.13 22.87 + 23.750 182.00 127.82 54.18 + 23.775 178.00 125.89 52.11 + 23.800 175.00 124.29 50.71 + 23.825 164.00 122.96 41.04 + 23.850 139.00 121.87 17.13 + 23.875 176.00 120.99 55.01 + 23.900 159.00 120.31 38.69 + 23.925 147.00 119.81 27.19 + 23.950 172.00 119.47 52.53 + 23.975 167.00 119.30 47.70 + 24.000 159.00 119.31 39.69 + 24.025 180.00 119.48 60.52 + 24.050 168.00 119.85 48.15 + 24.075 162.00 120.43 41.57 + 24.100 166.00 121.25 44.75 + 24.125 147.00 122.35 24.65 + 24.150 149.00 123.79 25.21 + 24.175 161.00 125.66 35.34 + 24.200 173.00 128.08 44.92 + 24.225 145.00 131.28 13.72 + 24.250 210.00 135.76 74.24 + 24.275 201.00 142.66 58.34 + 24.300 257.00 149.53 107.47 + 24.325 262.00 172.00 90.00 + 24.350 342.00 214.07 127.93 + 24.375 451.00 288.88 162.12 + 24.400 598.00 409.81 188.19 + 24.425 796.00 582.56 213.44 + 24.450 1089.00 795.21 293.79 + 24.475 1648.00 1010.43 637.57 + 24.500 2386.00 1165.14 1220.86 + 24.525 3203.00 1192.77 2010.23 + 24.550 3155.00 1082.04 2072.96 + 24.575 2711.00 881.03 1829.97 + 24.600 1970.00 661.83 1308.17 + 24.625 1292.00 471.87 820.13 + 24.650 729.00 331.85 397.15 + 24.675 450.00 241.52 208.48 + 24.700 289.00 189.22 99.78 + 24.725 285.00 161.09 123.91 + 24.750 218.00 146.24 71.76 + 24.775 211.00 137.99 73.01 + 24.800 202.00 132.90 69.10 + 24.825 168.00 129.42 38.58 + 24.850 165.00 126.88 38.12 + 24.875 177.00 124.98 52.02 + 24.900 176.00 123.57 52.43 + 24.925 197.00 122.56 74.44 + 24.950 164.00 121.89 42.11 + 24.975 141.00 121.52 19.48 + 25.000 160.00 121.42 38.58 + 25.025 160.00 121.59 38.41 + 25.050 157.00 122.03 34.97 + 25.075 145.00 122.75 22.25 + 25.100 165.00 123.78 41.22 + 25.125 158.00 125.17 32.83 + 25.150 158.00 126.96 31.04 + 25.175 197.00 129.26 67.74 + 25.200 179.00 132.20 46.80 + 25.225 203.00 135.98 67.02 + 25.250 194.00 141.01 52.99 + 25.275 216.00 148.20 67.80 + 25.300 282.00 159.66 122.34 + 25.325 282.00 180.12 101.88 + 25.350 364.00 218.81 145.19 + 25.375 456.00 290.85 165.15 + 25.400 632.00 415.55 216.45 + 25.425 854.00 608.75 245.25 + 25.450 1213.00 870.03 342.97 + 25.475 1815.00 1168.85 646.15 + 25.500 2863.00 1436.77 1426.23 + 25.525 4063.00 1574.37 2488.63 + 25.550 4649.00 1516.82 3132.18 + 25.575 4165.00 1292.14 2872.86 + 25.600 3168.00 995.99 2172.01 + 25.625 2329.00 712.48 1616.52 + 25.650 1423.00 488.05 934.95 + 25.675 738.00 334.83 403.17 + 25.700 438.00 251.80 186.20 + 25.725 367.00 201.20 165.80 + 25.750 295.00 174.70 120.30 + 25.775 246.00 160.56 85.44 + 25.800 246.00 152.35 93.65 + 25.825 191.00 147.03 43.97 + 25.850 179.00 143.30 35.70 + 25.875 178.00 140.60 37.40 + 25.900 170.00 138.66 31.34 + 25.925 182.00 137.31 44.69 + 25.950 158.00 136.47 21.53 + 25.975 182.00 136.07 45.93 + 26.000 179.00 136.07 42.93 + 26.025 184.00 136.43 47.57 + 26.050 181.00 137.15 43.85 + 26.075 169.00 138.23 30.77 + 26.100 171.00 139.69 31.31 + 26.125 191.00 141.55 49.45 + 26.150 175.00 143.87 31.13 + 26.175 216.00 146.70 69.30 + 26.200 195.00 150.12 44.88 + 26.225 224.00 154.24 69.76 + 26.250 209.00 159.22 49.78 + 26.275 251.00 165.23 85.77 + 26.300 257.00 172.54 84.46 + 26.325 298.00 181.51 116.49 + 26.350 297.00 192.67 104.33 + 26.375 378.00 206.91 171.09 + 26.400 406.00 226.06 179.94 + 26.425 499.00 254.38 244.62 + 26.450 590.00 301.75 288.25 + 26.475 746.00 389.32 356.68 + 26.500 983.00 555.68 427.32 + 26.525 1402.00 854.81 547.19 + 26.550 2108.00 1353.89 754.11 + 26.575 3097.00 2079.95 1017.05 + 26.600 4641.00 2985.91 1655.09 + 26.625 7229.00 3908.81 3320.19 + 26.650 10690.00 4564.65 6125.35 + 26.675 13494.00 4662.05 8831.95 + 26.700 13106.00 4137.38 8968.62 + 26.725 10401.00 3255.76 7145.25 + 26.750 7908.00 2324.04 5583.96 + 26.775 5365.00 1540.21 3824.79 + 26.800 2857.00 980.08 1876.92 + 26.825 1575.00 630.15 944.85 + 26.850 947.00 433.40 513.60 + 26.875 697.00 329.54 367.46 + 26.900 595.00 274.57 320.43 + 26.925 529.00 243.12 285.88 + 26.950 450.00 222.87 227.13 + 26.975 423.00 208.45 214.55 + 27.000 344.00 197.59 146.41 + 27.025 319.00 189.23 129.77 + 27.050 309.00 182.81 126.19 + 27.075 252.00 177.94 74.06 + 27.100 257.00 174.37 82.63 + 27.125 252.00 171.95 80.05 + 27.150 266.00 170.57 95.43 + 27.175 275.00 170.17 104.83 + 27.200 257.00 170.75 86.25 + 27.225 285.00 172.35 112.65 + 27.250 285.00 175.06 109.94 + 27.275 270.00 179.05 90.95 + 27.300 280.00 184.56 95.44 + 27.325 347.00 191.97 155.03 + 27.350 282.00 201.94 80.06 + 27.375 362.00 215.86 146.14 + 27.400 426.00 236.93 189.07 + 27.425 461.00 272.74 188.26 + 27.450 637.00 339.74 297.26 + 27.475 693.00 468.51 224.49 + 27.500 1051.00 704.79 346.21 + 27.525 1425.00 1098.40 326.60 + 27.550 2158.00 1674.71 483.29 + 27.575 3198.00 2395.70 802.30 + 27.600 5190.00 3128.19 2061.81 + 27.625 8004.00 3639.07 4364.93 + 27.650 10350.00 3678.07 6671.92 + 27.675 9724.00 3236.82 6487.18 + 27.700 7797.00 2524.65 5272.35 + 27.725 6126.00 1787.88 4338.12 + 27.750 4329.00 1179.12 3149.88 + 27.775 2276.00 751.82 1524.18 + 27.800 1177.00 489.34 687.66 + 27.825 756.00 343.81 412.19 + 27.850 591.00 267.36 323.64 + 27.875 486.00 226.44 259.56 + 27.900 352.00 202.35 149.65 + 27.925 340.00 186.24 153.76 + 27.950 314.00 174.33 139.67 + 27.975 270.00 165.00 105.00 + 28.000 256.00 157.48 98.52 + 28.025 253.00 151.30 101.70 + 28.050 245.00 146.17 98.83 + 28.075 206.00 141.87 64.13 + 28.100 212.00 138.23 73.77 + 28.125 183.00 135.12 47.88 + 28.150 205.00 132.45 72.55 + 28.175 185.00 130.14 54.86 + 28.200 164.00 128.12 35.88 + 28.225 197.00 126.36 70.64 + 28.250 167.00 124.81 42.19 + 28.275 175.00 123.44 51.56 + 28.300 159.00 122.22 36.78 + 28.325 152.00 121.14 30.86 + 28.350 162.00 120.17 41.83 + 28.375 168.00 119.30 48.70 + 28.400 151.00 118.52 32.48 + 28.425 153.00 117.81 35.19 + 28.450 128.00 117.17 10.83 + 28.475 167.00 116.59 50.41 + 28.500 147.00 116.07 30.93 + 28.525 140.00 115.59 24.41 + 28.550 139.00 115.15 23.85 + 28.575 153.00 114.75 38.25 + 28.600 153.00 114.38 38.62 + 28.625 154.00 106.85 47.15 + 28.650 145.00 106.89 38.11 + 28.675 147.00 106.93 40.07 + 28.700 134.00 119.80 14.20 + 28.725 160.00 120.54 39.46 + 28.750 137.00 121.35 15.65 + 28.775 134.00 122.23 11.77 + 28.800 131.00 123.18 7.82 + 28.825 157.00 124.22 32.78 + 28.850 137.00 125.35 11.65 + 28.875 145.00 126.58 18.42 + 28.900 151.00 127.94 23.06 + 28.925 164.00 129.44 34.56 + 28.950 171.00 131.10 39.90 + 28.975 172.00 132.94 39.06 + 29.000 165.00 135.00 30.00 + 29.025 168.00 137.30 30.70 + 29.050 162.00 139.88 22.12 + 29.075 193.00 142.81 50.19 + 29.100 169.00 146.14 22.86 + 29.125 199.00 149.94 49.06 + 29.150 186.00 154.32 31.68 + 29.175 208.00 159.39 48.61 + 29.200 196.00 165.32 30.68 + 29.225 182.00 172.30 9.70 + 29.250 246.00 180.60 65.40 + 29.275 245.00 190.56 54.44 + 29.300 284.00 202.67 81.33 + 29.325 340.00 217.61 122.39 + 29.350 364.00 236.49 127.51 + 29.375 382.00 261.50 120.50 + 29.400 519.00 297.63 221.37 + 29.425 665.00 356.87 308.13 + 29.450 837.00 466.01 370.99 + 29.475 1080.00 676.28 403.72 + 29.500 1566.00 1066.61 499.39 + 29.525 2321.00 1724.94 596.06 + 29.550 3438.00 2696.98 741.02 + 29.575 5181.00 3915.24 1265.76 + 29.600 8141.00 5139.27 3001.73 + 29.625 12608.00 5948.91 6659.09 + 29.650 15702.00 5932.65 9769.35 + 29.675 14432.00 5099.93 9332.07 + 29.700 12071.00 3869.67 8201.33 + 29.725 9687.00 2657.50 7029.50 + 29.750 7137.00 1696.59 5440.41 + 29.775 4123.00 1049.10 3073.90 + 29.800 2094.00 666.79 1427.21 + 29.825 1334.00 461.40 872.60 + 29.850 1013.00 354.87 658.13 + 29.875 780.00 296.90 483.10 + 29.900 668.00 261.40 406.60 + 29.925 467.00 236.76 230.24 + 29.950 438.00 218.13 219.87 + 29.975 379.00 203.39 175.61 + 30.000 355.00 191.46 163.54 + 30.025 263.00 181.66 81.34 + 30.050 287.00 173.50 113.50 + 30.075 299.00 166.65 132.35 + 30.100 247.00 160.85 86.15 + 30.125 253.00 155.89 97.11 + 30.150 236.00 151.62 84.38 + 30.175 223.00 147.92 75.08 + 30.200 193.00 144.70 48.30 + 30.225 198.00 141.88 56.12 + 30.250 184.00 139.39 44.61 + 30.275 204.00 137.19 66.81 + 30.300 185.00 135.23 49.77 + 30.325 174.00 133.49 40.51 + 30.350 201.00 131.92 69.08 + 30.375 168.00 130.52 37.48 + 30.400 185.00 129.25 55.75 + 30.425 175.00 128.11 46.89 + 30.450 171.00 127.07 43.93 + 30.475 153.00 126.13 26.87 + 30.500 162.00 125.27 36.73 + 30.525 135.00 124.48 10.52 + 30.550 159.00 123.76 35.24 + 30.575 139.00 123.11 15.89 + 30.600 147.00 110.35 36.65 + 30.625 127.00 110.40 16.60 + 30.650 143.00 110.45 32.55 + 30.675 140.00 110.49 29.51 + 30.700 115.00 110.54 4.46 + 30.725 142.00 110.59 31.41 + 30.750 123.00 110.64 12.36 + 30.775 156.00 110.69 45.31 + 30.800 133.00 110.74 22.26 + 30.825 135.00 110.78 24.22 + 30.850 128.00 110.83 17.17 + 30.875 130.00 110.88 19.12 + 30.900 127.00 110.93 16.07 + 30.925 120.00 110.98 9.02 + 30.950 121.00 111.03 9.97 + 30.975 106.00 111.07 -5.07 + 31.000 134.00 111.12 22.88 + 31.025 114.00 111.17 2.83 + 31.050 107.00 111.22 -4.22 + 31.075 123.00 111.27 11.73 + 31.100 111.00 111.32 -0.32 + 31.125 92.00 111.37 -19.37 + 31.150 134.00 111.42 22.58 + 31.175 87.00 111.47 -24.47 + 31.200 130.00 111.52 18.48 + 31.225 97.00 111.57 -14.57 + 31.250 101.00 111.62 -10.62 + 31.275 113.00 111.66 1.34 + 31.300 119.00 111.71 7.29 + 31.325 122.00 111.76 10.24 + 31.350 114.00 111.81 2.19 + 31.375 117.00 111.86 5.14 + 31.400 84.00 117.21 -33.21 + 31.425 105.00 117.56 -12.56 + 31.450 111.00 117.94 -6.94 + 31.475 104.00 118.35 -14.35 + 31.500 119.00 118.79 0.21 + 31.525 119.00 119.27 -0.27 + 31.550 101.00 119.80 -18.80 + 31.575 117.00 120.37 -3.37 + 31.600 122.00 121.00 1.00 + 31.625 105.00 121.69 -16.69 + 31.650 128.00 122.45 5.55 + 31.675 116.00 123.31 -7.31 + 31.700 126.00 124.26 1.74 + 31.725 115.00 125.32 -10.32 + 31.750 121.00 126.53 -5.53 + 31.775 116.00 127.89 -11.89 + 31.800 144.00 129.45 14.55 + 31.825 141.00 131.24 9.76 + 31.850 128.00 133.32 -5.32 + 31.875 148.00 135.75 12.25 + 31.900 165.00 138.61 26.39 + 31.925 172.00 142.02 29.98 + 31.950 182.00 146.11 35.89 + 31.975 174.00 151.10 22.90 + 32.000 193.00 157.28 35.72 + 32.025 230.00 165.10 64.90 + 32.050 247.00 175.44 71.56 + 32.075 312.00 190.33 121.67 + 32.100 325.00 214.74 110.26 + 32.125 423.00 260.06 162.94 + 32.150 589.00 348.56 240.44 + 32.175 755.00 514.73 240.27 + 32.200 1130.00 796.07 333.93 + 32.225 1670.00 1215.59 454.41 + 32.250 2522.00 1722.54 799.46 + 32.275 3976.00 2204.30 1771.70 + 32.300 5312.00 2465.74 2846.26 + 32.325 5540.00 2355.81 3184.19 + 32.350 4806.00 1943.26 2862.74 + 32.375 3984.00 1428.41 2555.59 + 32.400 3579.00 967.43 2611.57 + 32.425 2684.00 630.39 2053.61 + 32.450 1672.00 420.18 1251.82 + 32.475 977.00 304.38 672.62 + 32.500 645.00 245.29 399.71 + 32.525 451.00 215.17 235.83 + 32.550 390.00 198.54 191.46 + 32.575 317.00 188.24 128.76 + 32.600 305.00 181.33 123.67 + 32.625 278.00 176.63 101.37 + 32.650 234.00 173.59 60.41 + 32.675 264.00 171.95 92.05 + 32.700 246.00 171.54 74.46 + 32.725 263.00 172.34 90.66 + 32.750 239.00 174.35 64.65 + 32.775 271.00 177.71 93.29 + 32.800 260.00 182.62 77.38 + 32.825 299.00 189.47 109.53 + 32.850 300.00 198.93 101.07 + 32.875 332.00 212.45 119.55 + 32.900 411.00 233.60 177.40 + 32.925 497.00 271.05 225.95 + 32.950 630.00 343.86 286.14 + 32.975 918.00 486.46 431.54 + 33.000 1214.00 746.07 467.93 + 33.025 1839.00 1163.59 675.41 + 33.050 2852.00 1734.78 1117.22 + 33.075 4745.00 2371.22 2373.78 + 33.100 6636.00 2875.14 3760.86 + 33.125 7831.00 2997.46 4833.54 + 33.150 7010.00 2668.85 4341.15 + 33.175 5926.00 2090.42 3835.58 + 33.200 5069.00 1497.13 3571.87 + 33.225 4251.00 1014.14 3236.86 + 33.250 2900.00 682.74 2217.26 + 33.275 1743.00 475.21 1267.79 + 33.300 1167.00 351.03 815.97 + 33.325 841.00 277.85 563.15 + 33.350 646.00 233.73 412.27 + 33.375 517.00 206.27 310.73 + 33.400 412.00 188.55 223.45 + 33.425 354.00 176.54 177.46 + 33.450 301.00 167.90 133.10 + 33.475 282.00 161.33 120.67 + 33.500 234.00 156.14 77.86 + 33.525 204.00 151.94 52.06 + 33.550 235.00 148.52 86.48 + 33.575 226.00 145.70 80.30 + 33.600 207.00 143.38 63.62 + 33.625 200.00 141.47 58.53 + 33.650 180.00 139.91 40.09 + 33.675 180.00 138.67 41.33 + 33.700 179.00 137.69 41.31 + 33.725 172.00 136.98 35.02 + 33.750 180.00 136.51 43.49 + 33.775 157.00 136.29 20.71 + 33.800 154.00 136.34 17.66 + 33.825 173.00 136.67 36.33 + 33.850 198.00 137.35 60.65 + 33.875 147.00 138.45 8.55 + 33.900 168.00 140.11 27.89 + 33.925 157.00 142.65 14.35 + 33.950 199.00 146.88 52.12 + 33.975 209.00 154.71 54.29 + 34.000 242.00 170.38 71.62 + 34.025 257.00 194.98 62.02 + 34.050 328.00 251.39 76.61 + 34.075 467.00 340.32 126.68 + 34.100 631.00 458.49 172.51 + 34.125 994.00 583.68 410.32 + 34.150 1449.00 670.57 778.43 + 34.175 1522.00 671.04 850.96 + 34.200 1193.00 584.54 608.46 + 34.225 977.00 459.59 517.41 + 34.250 947.00 341.30 605.70 + 34.275 796.00 252.19 543.81 + 34.300 548.00 195.63 352.37 + 34.325 358.00 164.22 193.78 + 34.350 251.00 148.15 102.85 + 34.375 190.00 139.92 50.08 + 34.400 164.00 135.29 28.71 + 34.425 159.00 132.30 26.70 + 34.450 137.00 130.14 6.86 + 34.475 134.00 128.49 5.51 + 34.500 136.00 127.18 8.82 + 34.525 126.00 126.14 -0.14 + 34.550 122.00 125.29 -3.29 + 34.575 128.00 124.59 3.41 + 34.600 108.00 124.01 -16.01 + 34.625 100.00 123.53 -23.53 + 34.650 120.00 123.13 -3.13 + 34.675 106.00 122.79 -16.79 + 34.700 123.00 122.51 0.49 + 34.725 117.00 122.26 -5.26 + 34.750 113.00 122.06 -9.06 + 34.775 108.00 121.88 -13.88 + 34.800 121.00 121.74 -0.74 + 34.825 104.00 121.61 -17.61 + 34.850 104.00 121.50 -17.50 + 34.875 100.00 121.41 -21.41 + 34.900 105.00 121.34 -16.34 + 34.925 107.00 121.28 -14.28 + 34.950 108.00 121.22 -13.22 + 34.975 103.00 121.18 -18.18 + 35.000 108.00 121.15 -13.15 + 35.025 123.00 121.12 1.88 + 35.050 92.00 121.11 -29.11 + 35.075 122.00 119.86 2.14 + 35.100 97.00 119.92 -22.92 + 35.125 101.00 119.98 -18.98 + 35.150 92.00 120.04 -28.04 + 35.175 114.00 120.09 -6.09 + 35.200 89.00 120.15 -31.15 + 35.225 81.00 120.21 -39.21 + 35.250 113.00 120.27 -7.27 + 35.275 76.00 120.32 -44.32 + 35.300 89.00 120.38 -31.38 + 35.325 99.00 120.44 -21.44 + 35.350 89.00 120.50 -31.50 + 35.375 98.00 120.56 -22.56 + 35.400 98.00 120.61 -22.61 + 35.425 104.00 120.67 -16.67 + 35.450 120.00 120.73 -0.73 + 35.475 100.00 120.79 -20.79 + 35.500 99.00 120.84 -21.84 + 35.525 89.00 120.90 -31.90 + 35.550 111.00 120.96 -9.96 + 35.575 98.00 121.02 -23.02 + 35.600 96.00 121.08 -25.08 + 35.625 95.00 121.14 -26.14 + 35.650 84.00 121.19 -37.19 + 35.675 115.00 121.25 -6.25 + 35.700 106.00 121.31 -15.31 + 35.725 100.00 121.37 -21.37 + 35.750 86.00 121.43 -35.43 + 35.775 110.00 121.48 -11.48 + 35.800 86.00 121.54 -35.54 + 35.825 98.00 121.60 -23.60 + 35.850 97.00 121.66 -24.66 + 35.875 109.00 121.72 -12.72 + 35.900 112.00 121.78 -9.78 + 35.925 105.00 121.83 -16.83 + 35.950 86.00 121.89 -35.89 + 35.975 102.00 121.95 -19.95 + 36.000 91.00 122.01 -31.01 + 36.025 98.00 122.07 -24.07 + 36.050 111.00 122.13 -11.13 + 36.075 89.00 122.19 -33.19 + 36.100 95.00 122.24 -27.24 + 36.125 95.00 122.30 -27.30 + 36.150 84.00 122.36 -38.36 + 36.175 114.00 122.42 -8.42 + 36.200 108.00 122.48 -14.48 + 36.225 96.00 122.54 -26.54 + 36.250 94.00 122.60 -28.60 + 36.275 94.00 122.66 -28.66 + 36.300 102.00 122.71 -20.71 + 36.325 91.00 122.77 -31.77 + 36.350 106.00 122.86 -16.86 + 36.375 103.00 122.92 -19.92 + 36.400 82.00 122.98 -40.98 + 36.425 121.00 125.87 -4.87 + 36.450 101.00 126.10 -25.10 + 36.475 109.00 126.35 -17.35 + 36.500 112.00 126.62 -14.62 + 36.525 104.00 126.91 -22.91 + 36.550 103.00 127.23 -24.23 + 36.575 105.00 127.57 -22.57 + 36.600 112.00 127.95 -15.95 + 36.625 119.00 128.36 -9.36 + 36.650 116.00 128.81 -12.81 + 36.675 119.00 129.32 -10.32 + 36.700 115.00 129.88 -14.88 + 36.725 106.00 130.51 -24.51 + 36.750 122.00 131.22 -9.22 + 36.775 116.00 132.04 -16.04 + 36.800 120.00 132.97 -12.97 + 36.825 130.00 134.05 -4.05 + 36.850 107.00 135.31 -28.31 + 36.875 137.00 136.79 0.21 + 36.900 132.00 138.56 -6.56 + 36.925 131.00 140.69 -9.69 + 36.950 140.00 143.30 -3.30 + 36.975 150.00 146.54 3.46 + 37.000 149.00 150.67 -1.67 + 37.025 161.00 156.14 4.86 + 37.050 190.00 163.98 26.02 + 37.075 210.00 176.59 33.41 + 37.100 234.00 199.68 34.32 + 37.125 297.00 244.98 52.02 + 37.150 378.00 331.60 46.40 + 37.175 583.00 480.99 102.01 + 37.200 909.00 701.70 207.30 + 37.225 1431.00 968.39 462.61 + 37.250 2164.00 1204.07 959.93 + 37.275 2620.00 1288.31 1331.69 + 37.300 2390.00 1160.87 1229.13 + 37.325 1970.00 906.64 1063.36 + 37.350 1772.00 643.24 1128.76 + 37.375 1685.00 436.87 1248.13 + 37.400 1327.00 303.67 1023.33 + 37.425 891.00 229.68 661.32 + 37.450 543.00 192.26 350.74 + 37.475 352.00 173.45 178.55 + 37.500 292.00 163.01 128.99 + 37.525 230.00 156.31 73.69 + 37.550 177.00 151.51 25.49 + 37.575 182.00 147.86 34.14 + 37.600 207.00 145.02 61.98 + 37.625 158.00 142.77 15.23 + 37.650 143.00 140.97 2.03 + 37.675 129.00 139.53 -10.53 + 37.700 161.00 138.37 22.63 + 37.725 133.00 137.46 -4.46 + 37.750 119.00 136.75 -17.75 + 37.775 120.00 136.23 -16.23 + 37.800 128.00 135.88 -7.88 + 37.825 118.00 135.70 -17.70 + 37.850 121.00 135.72 -14.72 + 37.875 132.00 135.96 -3.96 + 37.900 135.00 136.55 -1.55 + 37.925 134.00 137.81 -3.81 + 37.950 132.00 140.51 -8.51 + 37.975 135.00 146.28 -11.28 + 38.000 156.00 157.67 -1.67 + 38.025 182.00 177.31 4.69 + 38.050 207.00 205.70 1.30 + 38.075 266.00 238.43 27.57 + 38.100 351.00 264.01 86.99 + 38.125 368.00 267.43 100.57 + 38.150 312.00 243.47 68.53 + 38.175 269.00 211.12 57.88 + 38.200 260.00 180.80 79.20 + 38.225 249.00 158.64 90.36 + 38.250 219.00 145.17 73.83 + 38.275 174.00 138.04 35.96 + 38.300 157.00 134.52 22.48 + 38.325 146.00 132.74 13.26 + 38.350 135.00 131.72 3.28 + 38.375 137.00 131.05 5.95 + 38.400 136.00 130.57 5.43 + 38.425 103.00 130.21 -27.21 + 38.450 107.00 129.94 -22.94 + 38.475 99.00 129.73 -30.73 + 38.500 133.00 129.57 3.43 + 38.525 129.00 129.44 -0.44 + 38.550 147.00 129.35 17.65 + 38.575 130.00 129.28 0.72 + 38.600 115.00 129.23 -14.23 + 38.625 123.00 129.19 -6.19 + 38.650 109.00 129.17 -20.17 + 38.675 106.00 132.54 -26.54 + 38.700 115.00 132.75 -17.75 + 38.725 136.00 132.99 3.01 + 38.750 119.00 133.26 -14.26 + 38.775 126.00 133.56 -7.56 + 38.800 131.00 133.89 -2.89 + 38.825 135.00 134.27 0.73 + 38.850 116.00 134.68 -18.68 + 38.875 112.00 135.15 -23.15 + 38.900 123.00 135.68 -12.68 + 38.925 116.00 136.27 -20.27 + 38.950 121.00 136.94 -15.94 + 38.975 136.00 137.37 -1.37 + 39.000 147.00 138.26 8.74 + 39.025 130.00 139.28 -9.28 + 39.050 156.00 140.46 15.54 + 39.075 138.00 141.83 -3.83 + 39.100 133.00 143.44 -10.44 + 39.125 144.00 145.37 -1.37 + 39.150 163.00 147.68 15.32 + 39.175 171.00 150.51 20.49 + 39.200 198.00 154.00 44.00 + 39.225 191.00 158.40 32.60 + 39.250 196.00 164.11 31.89 + 39.275 226.00 171.87 54.13 + 39.300 243.00 183.57 59.43 + 39.325 294.00 204.02 89.98 + 39.350 352.00 244.47 107.53 + 39.375 472.00 326.06 145.94 + 39.400 630.00 477.23 152.77 + 39.425 984.00 718.97 265.03 + 39.450 1383.00 1032.74 350.26 + 39.475 2157.00 1337.61 819.39 + 39.500 2946.00 1482.88 1463.12 + 39.525 2947.00 1364.00 1583.00 + 39.550 2469.00 1068.38 1400.62 + 39.575 1988.00 750.59 1237.41 + 39.600 2056.00 500.69 1555.31 + 39.625 1767.00 340.79 1426.21 + 39.650 1317.00 253.44 1063.56 + 39.675 793.00 210.08 582.92 + 39.700 524.00 188.51 335.49 + 39.725 362.00 176.55 185.45 + 39.750 282.00 168.88 113.12 + 39.775 264.00 163.45 100.55 + 39.800 227.00 159.42 67.58 + 39.825 186.00 156.41 29.59 + 39.850 194.00 154.18 39.82 + 39.875 168.00 152.59 15.41 + 39.900 177.00 151.55 25.45 + 39.925 199.00 151.01 47.99 + 39.950 174.00 150.99 23.01 + 39.975 169.00 151.55 17.45 + 40.000 183.00 152.88 30.12 + 40.025 194.00 155.48 38.52 + 40.050 204.00 160.78 43.22 + 40.075 189.00 172.06 16.94 + 40.100 213.00 195.59 17.41 + 40.125 296.00 239.67 56.33 + 40.150 350.00 309.82 40.18 + 40.175 476.00 400.29 75.71 + 40.200 746.00 485.55 260.45 + 40.225 894.00 520.51 373.49 + 40.250 816.00 478.80 337.20 + 40.275 615.00 392.18 222.82 + 40.300 549.00 302.39 246.61 + 40.325 596.00 234.12 361.88 + 40.350 524.00 188.49 335.51 + 40.375 395.00 166.04 228.96 + 40.400 306.00 155.08 150.92 + 40.425 223.00 149.65 73.35 + 40.450 164.00 146.62 17.38 + 40.475 206.00 144.69 61.31 + 40.500 198.00 143.36 54.64 + 40.525 162.00 142.42 19.58 + 40.550 173.00 141.77 31.23 + 40.575 163.00 141.36 21.64 + 40.600 144.00 141.13 2.87 + 40.625 169.00 141.08 27.92 + 40.650 160.00 141.19 18.81 + 40.675 156.00 141.47 14.53 + 40.700 143.00 141.92 1.08 + 40.725 187.00 142.57 44.43 + 40.750 146.00 143.46 2.54 + 40.775 146.00 144.66 1.34 + 40.800 157.00 146.26 10.74 + 40.825 177.00 148.45 28.55 + 40.850 173.00 151.62 21.38 + 40.875 171.00 162.40 8.60 + 40.900 197.00 172.66 24.34 + 40.925 214.00 193.38 20.62 + 40.950 254.00 233.92 20.08 + 40.975 333.00 303.92 29.08 + 41.000 505.00 404.66 100.34 + 41.025 760.00 517.46 242.54 + 41.050 1047.00 594.72 452.28 + 41.075 1074.00 585.56 488.44 + 41.100 910.00 496.97 413.03 + 41.125 689.00 385.49 303.51 + 41.150 698.00 292.11 405.89 + 41.175 717.00 230.56 486.44 + 41.200 570.00 197.02 372.98 + 41.225 382.00 181.39 200.61 + 41.250 273.00 175.01 97.99 + 41.275 291.00 173.01 117.99 + 41.300 231.00 173.25 57.75 + 41.325 278.00 175.07 102.93 + 41.350 239.00 178.33 60.67 + 41.375 272.00 183.19 88.81 + 41.400 257.00 190.05 66.95 + 41.425 316.00 199.69 116.31 + 41.450 315.00 213.95 101.05 + 41.475 377.00 237.68 139.32 + 41.500 419.00 283.33 135.67 + 41.525 593.00 378.85 214.15 + 41.550 709.00 565.15 143.85 + 41.575 1116.00 886.53 229.47 + 41.600 1749.00 1344.34 404.66 + 41.625 2604.00 1844.68 759.32 + 41.650 3739.00 2164.67 1574.33 + 41.675 4133.00 2075.06 2057.94 + 41.700 3642.00 1648.02 1993.98 + 41.725 2835.00 1145.42 1689.58 + 41.750 2622.00 738.34 1883.66 + 41.775 2580.00 475.43 2104.57 + 41.800 2147.00 332.33 1814.67 + 41.825 1381.00 262.01 1118.99 + 41.850 844.00 227.39 616.61 + 41.875 578.00 207.13 370.87 + 41.900 447.00 194.96 252.04 + 41.925 351.00 186.39 164.61 + 41.950 339.00 180.11 158.89 + 41.975 309.00 175.51 133.49 + 42.000 260.00 172.24 87.76 + 42.025 268.00 170.07 97.93 + 42.050 240.00 168.96 71.04 + 42.075 250.00 168.95 81.05 + 42.100 233.00 170.46 62.54 + 42.125 275.00 174.71 100.29 + 42.150 281.00 184.95 96.05 + 42.175 285.00 207.75 77.25 + 42.200 381.00 252.82 128.18 + 42.225 450.00 327.86 122.14 + 42.250 601.00 428.63 172.37 + 42.275 801.00 527.31 273.69 + 42.300 895.00 570.37 324.63 + 42.325 881.00 524.25 356.75 + 42.350 726.00 424.48 301.52 + 42.375 644.00 323.28 320.72 + 42.400 608.00 247.84 360.16 + 42.425 589.00 202.34 386.66 + 42.450 498.00 179.15 318.85 + 42.475 386.00 163.90 222.10 + 42.500 283.00 160.65 122.35 + 42.525 277.00 160.34 116.66 + 42.550 254.00 160.47 93.53 + 42.575 276.00 158.89 117.11 + 42.600 249.00 155.29 93.71 + 42.625 224.00 151.16 72.84 + 42.650 213.00 147.67 65.33 + 42.675 196.00 145.24 50.76 + 42.700 234.00 143.72 90.28 + 42.725 186.00 142.81 43.19 + 42.750 215.00 142.22 72.78 + 42.775 191.00 141.80 49.20 + 42.800 211.00 141.48 69.52 + 42.825 189.00 141.23 47.77 + 42.850 204.00 141.02 62.98 + 42.875 193.00 140.85 52.15 + 42.900 227.00 140.71 86.29 + 42.925 221.00 150.58 70.42 + 42.950 225.00 162.11 62.89 + 42.975 199.00 163.54 35.46 + 43.000 187.00 165.15 21.85 + 43.025 193.00 166.96 26.04 + 43.050 214.00 169.00 45.00 + 43.075 235.00 171.30 63.70 + 43.100 241.00 172.85 68.15 + 43.125 232.00 175.82 56.18 + 43.150 239.00 179.26 59.74 + 43.175 254.00 183.18 70.82 + 43.200 252.00 187.68 64.32 + 43.225 264.00 192.89 71.11 + 43.250 251.00 198.97 52.03 + 43.275 260.00 206.12 53.88 + 43.300 320.00 214.61 105.39 + 43.325 375.00 224.79 150.21 + 43.350 379.00 237.15 141.85 + 43.375 442.00 252.30 189.70 + 43.400 425.00 271.25 153.75 + 43.425 492.00 295.31 196.69 + 43.450 574.00 326.62 247.38 + 43.475 693.00 369.18 323.82 + 43.500 816.00 432.28 383.72 + 43.525 1046.00 540.43 505.57 + 43.550 1286.00 753.08 532.92 + 43.575 1773.00 1187.24 585.76 + 43.600 2593.00 2008.61 584.39 + 43.625 4047.00 3338.85 708.15 + 43.650 6544.00 5077.56 1466.44 + 43.675 9907.00 6694.19 3212.81 + 43.700 12440.00 7314.61 5125.39 + 43.725 12196.00 6506.41 5689.59 + 43.750 9815.00 4825.91 4989.09 + 43.775 8006.00 3123.20 4882.80 + 43.800 7742.00 1867.34 5874.66 + 43.825 7431.00 1113.18 6317.82 + 43.850 5975.00 729.66 5245.34 + 43.875 3773.00 539.94 3233.06 + 43.900 2148.00 442.83 1705.17 + 43.925 1465.00 385.67 1079.33 + 43.950 1080.00 347.26 732.74 + 43.975 849.00 319.54 529.46 + 44.000 683.00 299.01 383.99 + 44.025 579.00 283.73 295.27 + 44.050 560.00 272.52 287.48 + 44.075 480.00 264.60 215.40 + 44.100 481.00 259.47 221.53 + 44.125 470.00 256.85 213.15 + 44.150 468.00 256.64 211.36 + 44.175 450.00 258.90 191.10 + 44.200 469.00 263.88 205.12 + 44.225 498.00 272.07 225.93 + 44.250 468.00 284.34 183.66 + 44.275 528.00 302.34 225.66 + 44.300 615.00 329.82 285.18 + 44.325 632.00 376.37 255.63 + 44.350 765.00 465.35 299.65 + 44.375 985.00 643.64 341.36 + 44.400 1263.00 979.52 283.48 + 44.425 1833.00 1525.78 307.22 + 44.450 2821.00 2253.99 567.01 + 44.475 4290.00 2975.09 1314.91 + 44.500 5647.00 3382.19 2264.81 + 44.525 5682.00 3419.68 2262.32 + 44.550 5372.00 3395.60 1976.40 + 44.575 5802.00 3444.11 2357.89 + 44.600 7664.00 3307.42 4356.58 + 44.625 7744.00 2743.42 5000.58 + 44.650 5866.00 1967.93 3898.07 + 44.675 4103.00 1281.20 2821.80 + 44.700 3552.00 807.03 2744.97 + 44.725 3442.00 534.17 2907.83 + 44.750 2855.00 394.83 2460.17 + 44.775 1843.00 324.43 1518.57 + 44.800 1102.00 284.80 817.20 + 44.825 771.00 258.84 512.16 + 44.850 578.00 239.94 338.06 + 44.875 517.00 225.45 291.55 + 44.900 456.00 214.03 241.97 + 44.925 381.00 204.86 176.14 + 44.950 379.00 197.39 181.61 + 44.975 335.00 191.23 143.77 + 45.000 326.00 186.08 139.92 + 45.025 303.00 181.75 121.25 + 45.050 286.00 178.06 107.94 + 45.075 287.00 174.90 112.10 + 45.100 274.00 172.17 101.83 + 45.125 272.00 169.80 102.20 + 45.150 282.00 167.72 114.28 + 45.175 267.00 171.23 95.77 + 45.200 236.00 169.93 66.07 + 45.225 255.00 168.93 86.07 + 45.250 238.00 168.14 69.86 + 45.275 218.00 160.60 57.40 + 45.300 224.00 160.60 63.40 + 45.325 209.00 160.75 48.25 + 45.350 228.00 161.04 66.96 + 45.375 244.00 154.39 89.61 + 45.400 234.00 155.44 78.56 + 45.425 221.00 156.66 64.34 + 45.450 237.00 158.06 78.94 + 45.475 224.00 159.70 64.30 + 45.500 217.00 161.62 55.38 + 45.525 187.00 163.92 23.08 + 45.550 261.00 166.69 94.31 + 45.575 216.00 170.06 45.94 + 45.600 246.00 174.23 71.77 + 45.625 244.00 179.49 64.51 + 45.650 282.00 186.23 95.77 + 45.675 276.00 195.10 80.90 + 45.700 314.00 207.39 106.61 + 45.725 333.00 226.17 106.83 + 45.750 385.00 259.94 125.06 + 45.775 413.00 329.59 83.41 + 45.800 609.00 474.54 134.46 + 45.825 855.00 743.41 111.59 + 45.850 1397.00 1152.64 244.36 + 45.875 2190.00 1624.08 565.92 + 45.900 3180.00 1928.82 1251.18 + 45.925 3151.00 1819.17 1331.83 + 45.950 2427.00 1394.44 1032.56 + 45.975 1819.00 935.42 883.58 + 46.000 1843.00 593.23 1249.77 + 46.025 2058.00 391.03 1666.97 + 46.050 1720.00 289.38 1430.62 + 46.075 1115.00 241.25 873.75 + 46.100 716.00 216.63 499.37 + 46.125 480.00 201.77 278.23 + 46.150 364.00 191.50 172.50 + 46.175 297.00 183.90 113.10 + 46.200 300.00 178.06 121.94 + 46.225 267.00 173.50 93.50 + 46.250 227.00 169.86 57.14 + 46.275 215.00 166.92 48.08 + 46.300 189.00 164.51 24.49 + 46.325 213.00 162.52 50.48 + 46.350 174.00 160.86 13.14 + 46.375 175.00 159.46 15.54 + 46.400 193.00 158.27 34.73 + 46.425 183.00 157.25 25.75 + 46.450 178.00 156.37 21.63 + 46.475 166.00 155.61 10.39 + 46.500 171.00 154.95 16.05 + 46.525 171.00 154.38 16.62 + 46.550 172.00 153.87 18.13 + 46.575 161.00 153.43 7.57 + 46.600 151.00 153.04 -2.04 + 46.625 143.00 152.69 -9.69 + 46.650 141.00 152.39 -11.39 + 46.675 139.00 147.29 -8.29 + 46.700 172.00 147.35 24.65 + 46.725 153.00 147.40 5.60 + 46.750 169.00 147.46 21.54 + 46.775 141.00 147.51 -6.51 + 46.800 125.00 147.57 -22.57 + 46.825 135.00 147.62 -12.62 + 46.850 142.00 147.68 -5.68 + 46.875 134.00 147.73 -13.73 + 46.900 142.00 147.79 -5.79 + 46.925 138.00 148.85 -10.85 + 46.950 152.00 149.01 2.99 + 46.975 159.00 149.15 9.85 + 47.000 140.00 149.30 -9.30 + 47.025 143.00 149.46 -6.46 + 47.050 136.00 149.63 -13.63 + 47.075 147.00 149.82 -2.82 + 47.100 144.00 150.02 -6.02 + 47.125 148.00 150.27 -2.27 + 47.150 153.00 150.53 2.47 + 47.175 112.00 150.82 -38.82 + 47.200 148.00 151.15 -3.15 + 47.225 138.00 151.52 -13.52 + 47.250 119.00 151.96 -32.96 + 47.275 121.00 152.47 -31.47 + 47.300 160.00 153.08 6.92 + 47.325 136.00 153.82 -17.82 + 47.350 164.00 154.73 9.27 + 47.375 137.00 155.86 -18.86 + 47.400 166.00 157.32 8.68 + 47.425 142.00 159.25 -17.25 + 47.450 158.00 161.92 -3.92 + 47.475 176.00 166.08 9.92 + 47.500 175.00 173.73 1.27 + 47.525 183.00 189.75 -6.75 + 47.550 249.00 222.98 26.02 + 47.575 309.00 283.11 25.89 + 47.600 389.00 370.31 18.69 + 47.625 541.00 462.57 78.43 + 47.650 720.00 500.42 219.58 + 47.675 682.00 451.28 230.72 + 47.700 600.00 359.36 240.64 + 47.725 452.00 276.48 175.52 + 47.750 443.00 222.15 220.85 + 47.775 453.00 194.05 258.95 + 47.800 437.00 181.93 255.07 + 47.825 329.00 176.50 152.50 + 47.850 289.00 172.45 116.55 + 47.875 226.00 168.66 57.34 + 47.900 201.00 165.66 35.34 + 47.925 182.00 163.73 18.27 + 47.950 160.00 162.75 -2.75 + 47.975 178.00 162.49 15.51 + 48.000 146.00 162.75 -16.75 + 48.025 181.00 163.44 17.56 + 48.050 142.00 164.57 -22.57 + 48.075 201.00 166.23 34.77 + 48.100 182.00 168.58 13.42 + 48.125 174.00 171.88 2.12 + 48.150 168.00 176.72 -8.72 + 48.175 174.00 184.65 -10.65 + 48.200 233.00 199.98 33.02 + 48.225 275.00 232.90 42.10 + 48.250 331.00 300.62 30.38 + 48.275 464.00 419.24 44.76 + 48.300 712.00 582.25 129.75 + 48.325 969.00 731.94 237.06 + 48.350 1093.00 759.17 333.83 + 48.375 984.00 636.07 347.93 + 48.400 752.00 467.76 284.24 + 48.425 624.00 332.09 291.91 + 48.450 651.00 249.00 402.00 + 48.475 695.00 206.84 488.16 + 48.500 597.00 187.21 409.79 + 48.525 460.00 177.46 282.54 + 48.550 284.00 171.74 112.26 + 48.575 261.00 167.84 93.16 + 48.600 211.00 165.01 45.99 + 48.625 196.00 162.87 33.13 + 48.650 175.00 161.22 13.78 + 48.675 167.00 159.92 7.08 + 48.700 165.00 158.88 6.12 + 48.725 143.00 158.05 -15.05 + 48.750 153.00 157.36 -4.36 + 48.775 155.00 156.80 -1.80 + 48.800 137.00 156.33 -19.33 + 48.825 161.00 155.94 5.06 + 48.850 131.00 155.61 -24.61 + 48.875 138.00 155.33 -17.33 + 48.900 125.00 155.10 -30.10 + 48.925 114.00 154.90 -40.90 + 48.950 154.00 154.73 -0.73 + 48.975 114.00 154.59 -40.59 + 49.000 118.00 154.46 -36.46 + 49.025 120.00 154.36 -34.36 + 49.050 130.00 154.27 -24.27 + 49.075 117.00 152.44 -35.44 + 49.100 126.00 152.49 -26.49 + 49.125 132.00 152.54 -20.54 + 49.150 122.00 152.59 -30.59 + 49.175 133.00 152.64 -19.64 + 49.200 122.00 152.69 -30.69 + 49.225 113.00 152.75 -39.75 + 49.250 128.00 152.80 -24.80 + 49.275 139.00 152.85 -13.85 + 49.300 126.00 152.90 -26.90 + 49.325 140.00 152.95 -12.95 + 49.350 120.00 153.00 -33.00 + 49.375 122.00 153.05 -31.05 + 49.400 122.00 153.10 -31.10 + 49.425 136.00 153.16 -17.16 + 49.450 116.00 153.21 -37.21 + 49.475 113.00 153.26 -40.26 + 49.500 103.00 153.31 -50.31 + 49.525 120.00 153.36 -33.36 + 49.550 129.00 153.41 -24.41 + 49.575 112.00 153.46 -41.46 + 49.600 118.00 153.51 -35.51 + 49.625 140.00 153.56 -13.56 + 49.650 135.00 153.61 -18.61 + 49.675 101.00 153.66 -52.66 + 49.700 128.00 153.72 -25.72 + 49.725 115.00 153.77 -38.77 + 49.750 126.00 153.82 -27.82 + 49.775 120.00 153.87 -33.87 + 49.800 119.00 153.92 -34.92 + 49.825 107.00 153.97 -46.97 + 49.850 122.00 154.02 -32.02 + 49.875 124.00 154.07 -30.07 + 49.900 123.00 154.12 -31.12 + 49.925 159.00 154.17 4.83 + 49.950 132.00 154.22 -22.22 + 49.975 136.00 154.27 -18.27 + 50.000 115.00 154.32 -39.32 + 50.025 142.00 154.37 -12.37 + 50.050 132.00 154.42 -22.42 + 50.075 144.00 154.47 -10.47 + 50.100 140.00 154.52 -14.52 + 50.125 131.00 154.57 -23.57 + 50.150 112.00 159.98 -47.98 + 50.175 147.00 160.44 -13.44 + 50.200 129.00 160.96 -31.96 + 50.225 129.00 161.54 -32.54 + 50.250 106.00 162.20 -56.20 + 50.275 129.00 162.95 -33.95 + 50.300 127.00 163.79 -36.79 + 50.325 122.00 164.71 -42.71 + 50.350 155.00 165.75 -10.75 + 50.375 130.00 166.96 -36.96 + 50.400 121.00 168.37 -47.37 + 50.425 131.00 170.06 -39.06 + 50.450 173.00 172.08 0.92 + 50.475 157.00 174.52 -17.52 + 50.500 146.00 177.50 -31.50 + 50.525 153.00 181.20 -28.20 + 50.550 168.00 185.86 -17.86 + 50.575 199.00 191.86 7.14 + 50.600 204.00 199.76 4.24 + 50.625 212.00 210.50 1.50 + 50.650 232.00 226.07 5.93 + 50.675 255.00 251.74 3.26 + 50.700 319.00 302.49 16.51 + 50.725 410.00 412.96 -2.96 + 50.750 629.00 638.01 -9.01 + 50.775 1090.00 1016.38 73.62 + 50.800 1814.00 1490.82 323.18 + 50.825 2668.00 1812.83 855.17 + 50.850 2463.00 1678.17 784.83 + 50.875 1752.00 1228.67 523.33 + 50.900 1187.00 790.37 396.63 + 50.925 1257.00 497.49 759.51 + 50.950 1542.00 342.47 1199.53 + 50.975 1549.00 270.62 1278.38 + 51.000 1066.00 236.51 829.49 + 51.025 624.00 217.50 406.50 + 51.050 387.00 205.03 181.97 + 51.075 314.00 196.10 117.90 + 51.100 267.00 189.42 77.58 + 51.125 208.00 184.31 23.69 + 51.150 211.00 180.30 30.70 + 51.175 210.00 177.12 32.88 + 51.200 181.00 174.55 6.45 + 51.225 170.00 172.44 -2.44 + 51.250 154.00 170.70 -16.70 + 51.275 155.00 169.25 -14.25 + 51.300 143.00 168.03 -25.03 + 51.325 171.00 166.99 4.01 + 51.350 156.00 166.10 -10.10 + 51.375 134.00 165.33 -31.33 + 51.400 142.00 164.67 -22.67 + 51.425 142.00 164.10 -22.10 + 51.450 136.00 163.59 -27.59 + 51.475 139.00 163.15 -24.15 + 51.500 139.00 162.77 -23.77 + 51.525 132.00 157.28 -25.28 + 51.550 152.00 157.33 -5.33 + 51.575 123.00 157.37 -34.37 + 51.600 137.00 157.42 -20.42 + 51.625 125.00 157.47 -32.47 + 51.650 132.00 157.51 -25.51 + 51.675 133.00 157.56 -24.56 + 51.700 137.00 157.61 -20.61 + 51.725 148.00 157.65 -9.65 + 51.750 121.00 157.70 -36.70 + 51.775 150.00 160.18 -10.18 + 51.800 139.00 160.42 -21.42 + 51.825 127.00 160.68 -33.68 + 51.850 127.00 161.64 -34.64 + 51.875 146.00 162.02 -16.02 + 51.900 147.00 162.44 -15.44 + 51.925 155.00 162.91 -7.91 + 51.950 131.00 163.46 -32.46 + 51.975 144.00 164.08 -20.08 + 52.000 148.00 164.79 -16.79 + 52.025 138.00 165.63 -27.63 + 52.050 149.00 166.62 -17.62 + 52.075 154.00 167.79 -13.79 + 52.100 142.00 169.22 -27.22 + 52.125 141.00 170.96 -29.96 + 52.150 181.00 173.13 7.87 + 52.175 185.00 175.88 9.12 + 52.200 169.00 179.45 -10.45 + 52.225 181.00 184.19 -3.19 + 52.250 203.00 190.77 12.23 + 52.275 236.00 200.68 35.32 + 52.300 232.00 218.17 13.83 + 52.325 335.00 254.53 80.47 + 52.350 428.00 332.50 95.50 + 52.375 600.00 478.93 121.07 + 52.400 826.00 695.84 130.16 + 52.425 1143.00 910.78 232.22 + 52.450 1282.00 966.37 315.63 + 52.475 1262.00 844.07 417.93 + 52.500 1070.00 679.00 391.00 + 52.525 962.00 519.39 442.61 + 52.550 964.00 384.15 579.85 + 52.575 871.00 292.26 578.74 + 52.600 886.00 238.78 647.22 + 52.625 728.00 210.65 517.35 + 52.650 557.00 196.93 360.07 + 52.675 468.00 188.70 279.30 + 52.700 370.00 183.38 186.62 + 52.725 267.00 179.62 87.38 + 52.750 235.00 176.86 58.14 + 52.775 203.00 174.80 28.20 + 52.800 187.00 173.26 13.74 + 52.825 181.00 172.15 8.85 + 52.850 188.00 171.38 16.62 + 52.875 189.00 170.93 18.07 + 52.900 166.00 170.81 -4.81 + 52.925 167.00 171.12 -4.12 + 52.950 175.00 172.23 2.77 + 52.975 191.00 176.51 14.49 + 53.000 184.00 182.65 1.35 + 53.025 181.00 193.16 -12.16 + 53.050 226.00 209.53 16.47 + 53.075 228.00 218.48 9.52 + 53.100 258.00 215.43 42.57 + 53.125 216.00 205.13 10.87 + 53.150 233.00 204.72 28.28 + 53.175 250.00 212.93 37.07 + 53.200 287.00 241.42 45.58 + 53.225 332.00 295.56 36.44 + 53.250 441.00 368.24 72.76 + 53.275 506.00 420.48 85.52 + 53.300 459.00 400.65 58.35 + 53.325 447.00 333.66 113.34 + 53.350 383.00 272.81 110.19 + 53.375 372.00 236.59 135.41 + 53.400 397.00 221.79 175.21 + 53.425 408.00 219.78 188.22 + 53.450 434.00 225.02 208.98 + 53.475 419.00 236.74 182.26 + 53.500 346.00 259.30 86.70 + 53.525 392.00 304.77 87.23 + 53.550 441.00 394.00 47.00 + 53.575 622.00 548.21 73.79 + 53.600 912.00 766.74 145.26 + 53.625 1096.00 993.98 102.02 + 53.650 1359.00 1186.16 172.84 + 53.675 1605.00 1363.07 241.93 + 53.700 1949.00 1423.76 525.24 + 53.725 1937.00 1366.87 570.13 + 53.750 1843.00 1344.82 498.18 + 53.775 2020.00 1295.75 724.25 + 53.800 1980.00 1064.73 915.27 + 53.825 1741.00 750.39 990.61 + 53.850 1467.00 502.61 964.39 + 53.875 1209.00 355.26 853.74 + 53.900 1080.00 281.41 798.59 + 53.925 998.00 245.62 752.38 + 53.950 719.00 225.22 493.78 + 53.975 548.00 212.57 335.43 + 54.000 393.00 203.54 189.46 + 54.025 314.00 196.77 117.23 + 54.050 277.00 191.55 85.45 + 54.075 248.00 187.44 60.56 + 54.100 204.00 184.15 19.85 + 54.125 179.00 181.48 -2.48 + 54.150 180.00 179.27 0.73 + 54.175 168.00 177.44 -9.44 + 54.200 160.00 175.89 -15.89 + 54.225 170.00 174.58 -4.58 + 54.250 160.00 173.46 -13.46 + 54.275 184.00 171.04 12.96 + 54.300 179.00 170.31 8.69 + 54.325 164.00 169.67 -5.67 + 54.350 149.00 166.20 -17.20 + 54.375 156.00 165.92 -9.92 + 54.400 140.00 165.68 -25.68 + 54.425 161.00 162.39 -1.39 + 54.450 149.00 162.43 -13.43 + 54.475 134.00 162.47 -28.47 + 54.500 126.00 162.51 -36.51 + 54.525 143.00 162.55 -19.55 + 54.550 138.00 162.59 -24.59 + 54.575 142.00 162.63 -20.63 + 54.600 163.00 162.67 0.33 + 54.625 131.00 162.71 -31.71 + 54.650 161.00 162.75 -1.75 + 54.675 131.00 162.79 -31.79 + 54.700 147.00 162.83 -15.83 + 54.725 150.00 162.87 -12.87 + 54.750 160.00 162.91 -2.91 + 54.775 128.00 166.01 -38.01 + 54.800 126.00 166.32 -40.32 + 54.825 128.00 166.67 -38.67 + 54.850 152.00 167.05 -15.05 + 54.875 134.00 167.49 -33.49 + 54.900 158.00 168.00 -10.00 + 54.925 135.00 168.58 -33.58 + 54.950 162.00 169.27 -7.27 + 54.975 157.00 170.07 -13.07 + 55.000 173.00 171.01 1.99 + 55.025 156.00 172.13 -16.13 + 55.050 162.00 173.50 -11.50 + 55.075 158.00 176.14 -18.14 + 55.100 164.00 178.38 -14.38 + 55.125 155.00 181.24 -26.24 + 55.150 194.00 185.00 9.00 + 55.175 195.00 190.07 4.93 + 55.200 196.00 197.20 -1.20 + 55.225 253.00 208.13 44.87 + 55.250 262.00 227.83 34.17 + 55.275 350.00 270.31 79.69 + 55.300 464.00 364.00 100.00 + 55.325 665.00 539.94 125.06 + 55.350 937.00 785.83 151.17 + 55.375 1141.00 967.78 173.22 + 55.400 1055.00 889.17 165.83 + 55.425 834.00 646.58 187.42 + 55.450 657.00 434.44 222.56 + 55.475 648.00 308.68 339.32 + 55.500 638.00 249.99 388.01 + 55.525 752.00 225.72 526.28 + 55.550 672.00 216.60 455.40 + 55.575 543.00 217.25 325.75 + 55.600 404.00 231.62 172.38 + 55.625 370.00 269.45 100.55 + 55.650 386.00 336.11 49.89 + 55.675 469.00 411.27 57.73 + 55.700 560.00 429.77 130.23 + 55.725 465.00 366.25 98.75 + 55.750 360.00 286.94 73.06 + 55.775 285.00 231.77 53.23 + 55.800 276.00 202.79 73.21 + 55.825 355.00 189.51 165.49 + 55.850 364.00 183.07 180.93 + 55.875 291.00 179.31 111.69 + 55.900 228.00 176.75 51.25 + 55.925 190.00 176.52 13.48 + 55.950 194.00 175.25 18.75 + 55.975 195.00 174.31 20.69 + 56.000 180.00 173.62 6.38 + 56.025 163.00 170.42 -7.42 + 56.050 154.00 170.28 -16.28 + 56.075 156.00 170.26 -14.26 + 56.100 184.00 177.94 6.06 + 56.125 181.00 178.83 2.17 + 56.150 152.00 179.93 -27.93 + 56.175 176.00 181.27 -5.27 + 56.200 177.00 182.92 -5.92 + 56.225 160.00 184.92 -24.92 + 56.250 178.00 187.39 -9.39 + 56.275 185.00 190.46 -5.46 + 56.300 175.00 194.33 -19.33 + 56.325 206.00 198.42 7.58 + 56.350 214.00 205.06 8.94 + 56.375 244.00 214.24 29.76 + 56.400 255.00 228.35 26.65 + 56.425 254.00 254.11 -0.11 + 56.450 373.00 306.62 66.38 + 56.475 514.00 411.05 102.95 + 56.500 623.00 560.82 62.18 + 56.525 827.00 700.42 126.58 + 56.550 875.00 715.32 159.68 + 56.575 884.00 662.50 221.50 + 56.600 951.00 723.06 227.94 + 56.625 1181.00 1019.20 161.80 + 56.650 1887.00 1554.52 332.48 + 56.675 2582.00 2054.59 527.41 + 56.700 2875.00 1970.27 904.73 + 56.725 2303.00 1398.07 904.93 + 56.750 1613.00 863.03 749.97 + 56.775 1270.00 540.56 729.44 + 56.800 1312.00 389.02 922.98 + 56.825 1510.00 324.86 1185.14 + 56.850 1599.00 296.62 1302.38 + 56.875 1288.00 284.53 1003.47 + 56.900 890.00 283.31 606.69 + 56.925 794.00 294.19 499.81 + 56.950 643.00 327.50 315.50 + 56.975 683.00 413.66 269.34 + 57.000 884.00 607.89 276.11 + 57.025 1207.00 951.22 255.78 + 57.050 1571.00 1358.31 212.69 + 57.075 1762.00 1492.17 269.83 + 57.100 1506.00 1200.00 306.00 + 57.125 1186.00 827.10 358.90 + 57.150 969.00 552.34 416.66 + 57.175 975.00 388.19 586.81 + 57.200 1015.00 301.82 713.18 + 57.225 1048.00 257.48 790.52 + 57.250 938.00 233.38 704.62 + 57.275 733.00 218.86 514.14 + 57.300 494.00 202.24 291.76 + 57.325 392.00 195.69 196.31 + 57.350 292.00 190.82 101.18 + 57.375 276.00 187.10 88.90 + 57.400 254.00 184.19 69.81 + 57.425 229.00 181.87 47.13 + 57.450 216.00 180.00 36.00 + 57.475 203.00 178.47 24.53 + 57.500 194.00 177.21 16.79 + 57.525 189.00 176.15 12.85 + 57.550 192.00 175.26 16.74 + 57.575 181.00 174.50 6.50 + 57.600 191.00 173.85 17.15 + 57.625 163.00 173.29 -10.29 + 57.650 175.00 172.80 2.20 + 57.675 186.00 167.65 18.35 + 57.700 149.00 167.64 -18.64 + 57.725 175.00 167.64 7.36 + 57.750 142.00 167.31 -25.31 + 57.775 180.00 167.35 12.65 + 57.800 136.00 167.38 -31.38 + 57.825 151.00 167.41 -16.41 + 57.850 177.00 167.45 9.55 + 57.875 156.00 167.48 -11.48 + 57.900 159.00 167.86 -8.86 + 57.925 174.00 167.93 6.07 + 57.950 148.00 168.00 -20.00 + 57.975 147.00 168.08 -21.08 + 58.000 141.00 168.16 -27.16 + 58.025 145.00 168.25 -23.25 + 58.050 156.00 168.35 -12.35 + 58.075 144.00 168.47 -24.47 + 58.100 149.00 168.60 -19.60 + 58.125 145.00 171.75 -26.75 + 58.150 127.00 172.21 -45.21 + 58.175 143.00 172.75 -29.75 + 58.200 159.00 173.40 -14.40 + 58.225 129.00 174.18 -45.18 + 58.250 161.00 175.13 -14.13 + 58.275 138.00 176.34 -38.34 + 58.300 145.00 177.91 -32.91 + 58.325 165.00 180.09 -15.09 + 58.350 172.00 183.74 -11.74 + 58.375 184.00 190.26 -6.26 + 58.400 217.00 203.58 13.42 + 58.425 266.00 227.54 38.46 + 58.450 272.00 258.77 13.23 + 58.475 313.00 275.07 37.93 + 58.500 288.00 260.28 27.72 + 58.525 275.00 240.03 34.97 + 58.550 321.00 233.21 87.79 + 58.575 323.00 246.64 76.36 + 58.600 439.00 293.96 145.04 + 58.625 573.00 405.44 167.56 + 58.650 743.00 605.64 137.36 + 58.675 906.00 837.64 68.36 + 58.700 960.00 881.15 78.85 + 58.725 812.00 675.52 136.48 + 58.750 566.00 453.27 112.73 + 58.775 541.00 316.02 224.98 + 58.800 535.00 251.95 283.05 + 58.825 554.00 226.35 327.65 + 58.850 567.00 218.95 348.05 + 58.875 599.00 223.69 375.31 + 58.900 473.00 236.55 236.45 + 58.925 359.00 243.19 115.81 + 58.950 290.00 228.90 61.10 + 58.975 254.00 208.00 46.00 + 59.000 189.00 193.13 -4.13 + 59.025 184.00 185.09 -1.09 + 59.050 196.00 181.07 14.93 + 59.075 210.00 178.49 31.51 + 59.100 190.00 177.00 13.00 + 59.125 179.00 175.89 3.11 + 59.150 148.00 175.04 -27.04 + 59.175 160.00 174.35 -14.35 + 59.200 147.00 173.80 -26.80 + 59.225 122.00 173.34 -51.34 + 59.250 148.00 172.96 -24.96 + 59.275 141.00 169.83 -28.83 + 59.300 140.00 169.78 -29.78 + 59.325 142.00 170.49 -28.49 + 59.350 114.00 170.54 -56.54 + 59.375 150.00 170.61 -20.61 + 59.400 151.00 170.70 -19.70 + 59.425 132.00 170.82 -38.82 + 59.450 153.00 170.95 -17.95 + 59.475 140.00 171.12 -31.12 + 59.500 118.00 171.32 -53.32 + 59.525 128.00 171.36 -43.36 + 59.550 140.00 171.69 -31.69 + 59.575 136.00 172.08 -36.08 + 59.600 122.00 172.58 -50.58 + 59.625 130.00 173.23 -43.23 + 59.650 135.00 174.08 -39.08 + 59.675 133.00 175.25 -42.25 + 59.700 165.00 176.92 -11.92 + 59.725 160.00 179.48 -19.48 + 59.750 163.00 184.05 -21.05 + 59.775 166.00 194.03 -28.03 + 59.800 190.00 216.87 -26.87 + 59.825 264.00 260.74 3.26 + 59.850 331.00 318.50 12.50 + 59.875 334.00 340.56 -6.56 + 59.900 297.00 295.76 1.24 + 59.925 215.00 240.58 -25.58 + 59.950 205.00 205.74 -0.74 + 59.975 212.00 189.24 22.76 + 60.000 268.00 182.14 85.86 + 60.025 226.00 178.65 47.35 + 60.050 256.00 176.58 79.42 + 60.075 199.00 175.20 23.80 + 60.100 165.00 174.69 -9.69 + 60.125 148.00 174.03 -26.03 + 60.150 159.00 173.55 -14.55 + 60.175 132.00 173.21 -41.21 + 60.200 154.00 172.98 -18.98 + 60.225 139.00 172.82 -33.82 + 60.250 121.00 172.72 -51.72 + 60.275 144.00 172.69 -28.69 + 60.300 131.00 172.71 -41.71 + 60.325 136.00 172.79 -36.79 + 60.350 139.00 172.93 -33.93 + 60.375 120.00 173.15 -53.15 + 60.400 129.00 173.46 -44.46 + 60.425 130.00 173.92 -43.92 + 60.450 143.00 173.90 -30.90 + 60.475 127.00 174.90 -47.90 + 60.500 150.00 176.39 -26.39 + 60.525 156.00 178.94 -22.94 + 60.550 154.00 184.27 -30.27 + 60.575 153.00 196.66 -43.66 + 60.600 162.00 221.95 -59.95 + 60.625 208.00 258.90 -50.90 + 60.650 247.00 279.86 -32.86 + 60.675 207.00 255.42 -48.42 + 60.700 192.00 219.01 -27.01 + 60.725 179.00 195.17 -16.17 + 60.750 148.00 183.76 -35.76 + 60.775 154.00 178.88 -24.88 + 60.800 204.00 176.53 27.47 + 60.825 186.00 175.15 10.85 + 60.850 208.00 174.24 33.76 + 60.875 175.00 173.61 1.39 + 60.900 141.00 173.16 -32.16 + 60.925 111.00 172.82 -61.82 + 60.950 124.00 172.57 -48.57 + 60.975 132.00 172.38 -40.38 + 61.000 127.00 172.23 -45.23 + 61.025 125.00 172.11 -47.11 + 61.050 124.00 172.05 -48.05 + 61.075 147.00 172.00 -25.00 + 61.100 143.00 171.95 -28.95 + 61.125 135.00 171.91 -36.91 + 61.150 136.00 171.88 -35.88 + 61.175 143.00 171.86 -28.86 + 61.200 145.00 171.85 -26.85 + 61.225 143.00 171.43 -28.43 + 61.250 148.00 171.47 -23.47 + 61.275 151.00 171.51 -20.51 + 61.300 139.00 171.56 -32.56 + 61.325 142.00 171.61 -29.61 + 61.350 135.00 171.67 -36.67 + 61.375 161.00 171.74 -10.74 + 61.400 143.00 171.83 -28.83 + 61.425 139.00 173.45 -34.45 + 61.450 136.00 173.77 -37.77 + 61.475 158.00 174.22 -16.22 + 61.500 164.00 174.98 -10.98 + 61.525 167.00 187.53 -20.53 + 61.550 165.00 191.42 -26.42 + 61.575 181.00 196.49 -15.49 + 61.600 147.00 200.04 -53.04 + 61.625 160.00 200.20 -40.20 + 61.650 195.00 199.77 -4.77 + 61.675 209.00 201.07 7.93 + 61.700 190.00 204.32 -14.32 + 61.725 226.00 209.27 16.73 + 61.750 195.00 216.00 -21.00 + 61.775 241.00 225.02 15.98 + 61.800 278.00 237.38 40.62 + 61.825 302.00 255.17 46.83 + 61.850 344.00 283.48 60.52 + 61.875 427.00 335.37 91.63 + 61.900 563.00 435.04 127.96 + 61.925 789.00 605.38 183.62 + 61.950 990.00 827.14 162.86 + 61.975 1317.00 1075.19 241.81 + 62.000 1792.00 1561.12 230.88 + 62.025 2342.00 2321.26 20.74 + 62.050 2479.00 2585.59 -106.59 + 62.075 2083.00 1867.82 215.18 + 62.100 1541.00 1085.88 455.12 + 62.125 1233.00 633.18 599.82 + 62.150 1186.00 430.31 755.69 + 62.175 1301.00 341.51 959.49 + 62.200 1408.00 295.05 1112.95 + 62.225 1348.00 266.19 1081.81 + 62.250 1086.00 246.70 839.30 + 62.275 761.00 232.99 528.01 + 62.300 509.00 223.09 285.91 + 62.325 405.00 215.86 189.14 + 62.350 349.00 210.62 138.38 + 62.375 309.00 207.00 102.00 + 62.400 273.00 204.92 68.08 + 62.425 269.00 204.80 64.20 + 62.450 244.00 208.45 35.55 + 62.475 252.00 220.29 31.71 + 62.500 286.00 244.16 41.84 + 62.525 309.00 278.43 30.57 + 62.550 289.00 291.80 -2.80 + 62.575 316.00 284.17 31.83 + 62.600 317.00 263.78 53.22 + 62.625 259.00 236.18 22.82 + 62.650 228.00 208.20 19.80 + 62.675 223.00 191.66 31.34 + 62.700 259.00 183.86 75.14 + 62.725 237.00 180.24 56.76 + 62.750 212.00 178.28 33.72 + 62.775 212.00 181.99 30.01 + 62.800 201.00 181.65 19.35 + 62.825 184.00 181.64 2.36 + 62.850 201.00 181.89 19.11 + 62.875 170.00 182.37 -12.37 + 62.900 165.00 183.10 -18.10 + 62.925 182.00 184.09 -2.09 + 62.950 182.00 185.38 -3.38 + 62.975 183.00 187.06 -4.06 + 63.000 199.00 189.24 9.76 + 63.025 200.00 193.29 6.71 + 63.050 208.00 197.19 10.81 + 63.075 190.00 202.11 -12.11 + 63.100 185.00 209.49 -24.49 + 63.125 230.00 220.13 9.87 + 63.150 275.00 236.13 38.87 + 63.175 352.00 264.10 87.90 + 63.200 448.00 322.95 125.05 + 63.225 647.00 461.86 185.14 + 63.250 956.00 748.02 207.98 + 63.275 1241.00 1140.91 100.09 + 63.300 1280.00 1232.75 47.25 + 63.325 1063.00 876.58 186.42 + 63.350 730.00 541.93 188.07 + 63.375 559.00 365.36 193.64 + 63.400 576.00 293.38 282.62 + 63.425 678.00 269.12 408.88 + 63.450 833.00 274.01 558.99 + 63.475 919.00 314.87 604.13 + 63.500 838.00 393.67 444.33 + 63.525 736.00 445.28 290.72 + 63.550 578.00 380.84 197.16 + 63.575 449.00 291.47 157.53 + 63.600 352.00 237.42 114.58 + 63.625 332.00 212.48 119.52 + 63.650 306.00 201.07 104.93 + 63.675 308.00 194.75 113.25 + 63.700 321.00 190.63 130.37 + 63.725 300.00 187.70 112.30 + 63.750 245.00 185.53 59.47 + 63.775 216.00 183.86 32.14 + 63.800 201.00 182.55 18.45 + 63.825 182.00 176.86 5.14 + 63.850 162.00 176.40 -14.40 + 63.875 147.00 176.04 -29.04 + 63.900 163.00 175.75 -12.75 + 63.925 193.00 175.51 17.49 + 63.950 149.00 175.32 -26.32 + 63.975 171.00 175.16 -4.16 + 64.000 166.00 175.03 -9.03 + 64.025 202.00 174.92 27.08 + 64.050 155.00 173.74 -18.74 + 64.075 141.00 181.81 -40.81 + 64.100 162.00 182.68 -20.68 + 64.125 155.00 183.71 -28.71 + 64.150 166.00 184.91 -18.91 + 64.175 190.00 186.34 3.66 + 64.200 174.00 188.06 -14.06 + 64.225 189.00 190.15 -1.15 + 64.250 211.00 192.72 18.28 + 64.275 169.00 195.93 -26.93 + 64.300 195.00 200.03 -5.03 + 64.325 197.00 205.37 -8.37 + 64.350 235.00 212.49 22.51 + 64.375 250.00 222.28 27.72 + 64.400 286.00 236.22 49.78 + 64.425 344.00 257.07 86.93 + 64.450 394.00 290.73 103.27 + 64.475 561.00 354.68 206.32 + 64.500 722.00 502.14 219.86 + 64.525 930.00 841.62 88.38 + 64.550 1317.00 1436.75 -119.75 + 64.575 1481.00 1879.82 -398.82 + 64.600 1358.00 1475.84 -117.84 + 64.625 1037.00 870.53 166.47 + 64.650 813.00 515.89 297.11 + 64.675 746.00 360.41 385.59 + 64.700 717.00 293.58 423.42 + 64.725 877.00 263.76 613.24 + 64.750 916.00 242.98 673.02 + 64.775 896.00 229.41 666.59 + 64.800 663.00 220.25 442.75 + 64.825 502.00 213.99 288.01 + 64.850 396.00 209.76 186.24 + 64.875 302.00 207.07 94.93 + 64.900 255.00 205.65 49.35 + 64.925 280.00 205.38 74.62 + 64.950 238.00 206.32 31.68 + 64.975 238.00 208.67 29.33 + 65.000 233.00 212.84 20.16 + 65.025 267.00 219.67 47.33 + 65.050 258.00 230.73 27.27 + 65.075 267.00 249.55 17.45 + 65.100 346.00 279.20 66.80 + 65.125 468.00 366.94 101.06 + 65.150 667.00 568.45 98.55 + 65.175 897.00 912.15 -15.15 + 65.200 976.00 1119.57 -143.57 + 65.225 870.00 847.14 22.86 + 65.250 617.00 522.42 94.58 + 65.275 478.00 345.72 132.28 + 65.300 483.00 270.53 212.47 + 65.325 485.00 237.43 247.57 + 65.350 541.00 219.60 321.40 + 65.375 636.00 208.48 427.52 + 65.400 625.00 201.05 423.95 + 65.425 465.00 195.89 269.11 + 65.450 354.00 192.23 161.77 + 65.475 276.00 189.71 86.29 + 65.500 231.00 188.32 42.68 + 65.525 232.00 188.77 43.23 + 65.550 190.00 189.81 0.19 + 65.575 216.00 188.83 27.17 + 65.600 192.00 185.64 6.36 + 65.625 191.00 183.20 7.80 + 65.650 172.00 181.83 -9.83 + 65.675 178.00 181.07 -3.07 + 65.700 212.00 176.22 35.78 + 65.725 172.00 176.33 -4.33 + 65.750 174.00 176.54 -2.54 + 65.775 183.00 176.84 6.16 + 65.800 142.00 177.29 -35.29 + 65.825 176.00 177.94 -1.94 + 65.850 174.00 178.92 -4.92 + 65.875 159.00 180.47 -21.47 + 65.900 196.00 185.96 10.04 + 65.925 194.00 192.46 1.54 + 65.950 202.00 207.62 -5.62 + 65.975 246.00 236.91 9.09 + 66.000 258.00 265.18 -7.18 + 66.025 272.00 249.03 22.97 + 66.050 227.00 217.54 9.46 + 66.075 206.00 199.59 6.41 + 66.100 220.00 192.68 27.32 + 66.125 234.00 198.59 35.41 + 66.150 235.00 199.86 35.14 + 66.175 252.00 202.85 49.15 + 66.200 241.00 207.75 33.25 + 66.225 246.00 215.36 30.64 + 66.250 280.00 227.54 52.46 + 66.275 326.00 249.68 76.32 + 66.300 391.00 298.51 92.49 + 66.325 456.00 410.52 45.48 + 66.350 640.00 608.76 31.24 + 66.375 670.00 733.93 -63.93 + 66.400 639.00 581.21 57.79 + 66.425 521.00 414.45 106.55 + 66.450 515.00 341.01 173.99 + 66.475 493.00 333.55 159.45 + 66.500 632.00 374.45 257.55 + 66.525 854.00 499.86 354.14 + 66.550 1153.00 811.55 341.45 + 66.575 1468.00 1373.31 94.69 + 66.600 1384.00 1702.03 -318.03 + 66.625 1196.00 1215.83 -19.83 + 66.650 879.00 699.32 179.68 + 66.675 770.00 437.05 332.95 + 66.700 660.00 327.48 332.52 + 66.725 705.00 283.09 421.91 + 66.750 773.00 255.65 517.35 + 66.775 815.00 238.61 576.39 + 66.800 766.00 227.52 538.48 + 66.825 626.00 220.15 405.85 + 66.850 469.00 215.32 253.68 + 66.875 409.00 209.99 199.01 + 66.900 338.00 208.79 129.21 + 66.925 280.00 208.97 71.03 + 66.950 267.00 210.60 56.40 + 66.975 303.00 213.98 89.02 + 67.000 290.00 219.71 70.29 + 67.025 315.00 228.97 86.03 + 67.050 308.00 244.02 63.98 + 67.075 375.00 263.47 111.53 + 67.100 471.00 316.52 154.48 + 67.125 637.00 442.16 194.84 + 67.150 830.00 728.15 101.85 + 67.175 1073.00 1167.41 -94.41 + 67.200 1024.00 1219.79 -195.79 + 67.225 833.00 789.33 43.67 + 67.250 639.00 474.42 164.58 + 67.275 528.00 331.93 196.07 + 67.300 502.00 273.23 228.77 + 67.325 569.00 245.18 323.82 + 67.350 667.00 229.64 437.36 + 67.375 732.00 220.94 511.06 + 67.400 600.00 217.04 382.96 + 67.425 516.00 217.87 298.13 + 67.450 444.00 226.56 217.44 + 67.475 417.00 253.51 163.49 + 67.500 430.00 314.24 115.76 + 67.525 431.00 385.80 45.20 + 67.550 409.00 355.63 53.37 + 67.575 399.00 283.28 115.72 + 67.600 319.00 249.59 69.41 + 67.625 289.00 256.74 32.26 + 67.650 333.00 301.59 31.41 + 67.675 368.00 341.00 27.00 + 67.700 368.00 299.26 68.74 + 67.725 375.00 240.29 134.71 + 67.750 332.00 209.03 122.97 + 67.775 257.00 195.71 61.29 + 67.800 253.00 189.53 63.47 + 67.825 244.00 190.86 53.14 + 67.850 250.00 189.23 60.77 + 67.875 251.00 188.44 62.56 + 67.900 239.00 188.25 50.75 + 67.925 260.00 188.55 71.45 + 67.950 202.00 189.33 12.67 + 67.975 234.00 190.62 43.38 + 68.000 236.00 196.63 39.37 + 68.025 222.00 200.13 21.87 + 68.050 268.00 204.95 63.05 + 68.075 246.00 211.85 34.15 + 68.100 261.00 226.75 34.25 + 68.125 301.00 245.37 55.63 + 68.150 352.00 276.73 75.27 + 68.175 434.00 322.99 111.01 + 68.200 507.00 386.43 120.57 + 68.225 687.00 544.82 142.18 + 68.250 891.00 872.00 19.00 + 68.275 929.00 1113.89 -184.89 + 68.300 869.00 843.77 25.23 + 68.325 744.00 569.13 174.87 + 68.350 766.00 485.48 280.52 + 68.375 883.00 575.54 307.46 + 68.400 1213.00 854.40 358.60 + 68.425 1390.00 1123.93 266.07 + 68.450 1383.00 917.07 465.93 + 68.475 1276.00 698.69 577.31 + 68.500 1228.00 756.24 471.76 + 68.525 1172.00 979.58 192.42 + 68.550 1129.00 865.19 263.81 + 68.575 970.00 551.80 418.20 + 68.600 905.00 370.64 534.36 + 68.625 839.00 291.64 547.36 + 68.650 745.00 254.89 490.11 + 68.675 632.00 234.34 397.66 + 68.700 628.00 221.22 406.78 + 68.725 600.00 212.23 387.77 + 68.750 552.00 201.51 350.49 + 68.775 393.00 197.13 195.87 + 68.800 307.00 193.80 113.20 + 68.825 265.00 191.22 73.78 + 68.850 275.00 189.17 85.83 + 68.875 215.00 187.68 27.32 + 68.900 233.00 182.24 50.76 + 68.925 208.00 181.54 26.46 + 68.950 186.00 180.98 5.02 + 68.975 180.00 180.52 -0.52 + 69.000 200.00 176.46 23.54 + 69.025 182.00 176.52 5.48 + 69.050 178.00 176.61 1.39 + 69.075 170.00 176.71 -6.71 + 69.100 180.00 176.86 3.14 + 69.125 177.00 177.06 -0.06 + 69.150 190.00 182.95 7.05 + 69.175 173.00 184.14 -11.14 + 69.200 203.00 185.79 17.21 + 69.225 200.00 188.38 11.62 + 69.250 185.00 197.02 -12.02 + 69.275 218.00 207.40 10.60 + 69.300 207.00 222.27 -15.27 + 69.325 244.00 223.57 20.43 + 69.350 220.00 216.33 3.67 + 69.375 243.00 216.10 26.90 + 69.400 266.00 222.74 43.26 + 69.425 280.00 235.74 44.26 + 69.450 324.00 257.96 66.04 + 69.475 394.00 299.08 94.92 + 69.500 567.00 389.80 177.20 + 69.525 690.00 604.92 85.08 + 69.550 853.00 992.12 -139.12 + 69.575 934.00 1109.76 -175.76 + 69.600 815.00 796.96 18.04 + 69.625 877.00 694.51 182.49 + 69.650 894.00 840.39 53.61 + 69.675 888.00 824.56 63.44 + 69.700 744.00 546.91 197.09 + 69.725 665.00 371.54 293.46 + 69.750 674.00 295.84 378.16 + 69.775 693.00 263.25 429.75 + 69.800 634.00 247.23 386.77 + 69.825 583.00 239.83 343.17 + 69.850 589.00 238.32 350.68 + 69.875 572.00 242.37 329.63 + 69.900 455.00 253.75 201.25 + 69.925 501.00 277.15 223.85 + 69.950 497.00 326.68 170.32 + 69.975 637.00 447.19 189.81 + 70.000 833.00 734.29 98.71 + 70.025 1120.00 1157.06 -37.06 + 70.050 968.00 1043.41 -75.41 + 70.075 776.00 618.34 157.66 + 70.100 526.00 386.14 139.86 + 70.125 397.00 292.41 104.59 + 70.150 372.00 250.55 121.45 + 70.175 472.00 227.99 244.01 + 70.200 548.00 214.27 333.73 + 70.225 682.00 205.32 476.68 + 70.250 632.00 200.56 431.44 + 70.275 479.00 196.36 282.64 + 70.300 341.00 193.34 147.66 + 70.325 304.00 191.15 112.85 + 70.350 211.00 189.57 21.43 + 70.375 213.00 188.48 24.52 + 70.400 199.00 187.80 11.20 + 70.425 185.00 187.50 -2.50 + 70.450 190.00 187.63 2.37 + 70.475 194.00 182.67 11.33 + 70.500 183.00 187.92 -4.92 + 70.525 193.00 191.27 1.73 + 70.550 204.00 196.54 7.46 + 70.575 201.00 205.76 -4.76 + 70.600 264.00 225.14 38.86 + 70.625 298.00 271.60 26.40 + 70.650 373.00 365.45 7.55 + 70.675 364.00 412.44 -48.44 + 70.700 306.00 320.26 -14.26 + 70.725 270.00 253.96 16.04 + 70.750 271.00 229.39 41.61 + 70.775 259.00 224.69 34.31 + 70.800 298.00 232.90 65.10 + 70.825 371.00 254.25 116.75 + 70.850 433.00 308.61 124.39 + 70.875 565.00 441.90 123.10 + 70.900 625.00 664.27 -39.27 + 70.925 581.00 668.13 -87.13 + 70.950 460.00 438.12 21.88 + 70.975 365.00 304.50 60.50 + 71.000 291.00 250.09 40.91 + 71.025 270.00 227.10 42.90 + 71.050 311.00 216.45 94.55 + 71.075 317.00 212.50 104.50 + 71.100 411.00 213.00 198.00 + 71.125 435.00 223.70 211.30 + 71.150 426.00 255.17 170.83 + 71.175 481.00 331.15 149.85 + 71.200 415.00 411.60 3.40 + 71.225 358.00 338.12 19.88 + 71.250 268.00 255.03 12.97 + 71.275 245.00 217.63 27.37 + 71.300 239.00 201.93 37.07 + 71.325 204.00 193.87 10.13 + 71.350 246.00 186.63 59.37 + 71.375 236.00 184.03 51.97 + 71.400 272.00 182.31 89.69 + 71.425 241.00 181.11 59.89 + 71.450 203.00 180.25 22.75 + 71.475 182.00 179.61 2.39 + 71.500 189.00 179.12 9.88 + 71.525 163.00 178.74 -15.74 + 71.550 165.00 178.44 -13.44 + 71.575 161.00 178.19 -17.19 + 71.600 145.00 177.99 -32.99 + 71.625 149.00 176.66 -27.66 + 71.650 163.00 176.77 -13.77 + 71.675 166.00 176.80 -10.80 + 71.700 138.00 176.85 -38.85 + 71.725 141.00 176.91 -35.91 + 71.750 158.00 176.98 -18.98 + 71.775 145.00 177.07 -32.07 + 71.800 131.00 177.20 -46.20 + 71.825 135.00 177.37 -42.37 + 71.850 147.00 177.61 -30.61 + 71.875 133.00 177.98 -44.98 + 71.900 140.00 178.56 -38.56 + 71.925 144.00 182.11 -38.11 + 71.950 155.00 184.54 -29.54 + 71.975 157.00 189.83 -32.83 + 72.000 196.00 201.03 -5.03 + 72.025 193.00 210.86 -17.86 + 72.050 175.00 208.07 -33.07 + 72.075 172.00 198.93 -26.93 + 72.100 174.00 192.79 -18.79 + 72.125 148.00 191.85 -43.85 + 72.150 164.00 194.10 -30.10 + 72.175 177.00 199.36 -22.36 + 72.200 183.00 209.43 -26.43 + 72.225 250.00 230.09 19.91 + 72.250 310.00 279.24 30.76 + 72.275 439.00 396.67 42.33 + 72.300 401.00 533.51 -132.51 + 72.325 356.00 418.26 -62.26 + 72.350 276.00 289.23 -13.23 + 72.375 178.00 233.62 -55.62 + 72.400 216.00 210.39 5.61 + 72.425 209.00 198.79 10.21 + 72.450 222.00 192.29 29.71 + 72.475 263.00 188.18 74.82 + 72.500 281.00 185.54 95.46 + 72.525 270.00 183.72 86.28 + 72.550 217.00 182.43 34.57 + 72.575 181.00 181.51 -0.51 + 72.600 183.00 180.86 2.14 + 72.625 174.00 180.50 -6.50 + 72.650 171.00 180.55 -9.55 + 72.675 151.00 181.44 -30.44 + 72.700 142.00 182.68 -40.68 + 72.725 130.00 179.17 -49.17 + 72.750 147.00 177.74 -30.74 + 72.775 146.00 177.13 -31.13 + 72.800 148.00 176.88 -28.88 + 72.825 124.00 176.75 -52.75 + 72.850 129.00 176.68 -47.68 + 72.875 128.00 176.63 -48.63 + 72.900 135.00 176.60 -41.60 + 72.925 143.00 176.58 -33.58 + 72.950 135.00 176.56 -41.56 + 72.975 145.00 176.55 -31.55 + 73.000 134.00 176.54 -42.54 + 73.025 131.00 176.53 -45.53 + 73.050 154.00 176.52 -22.52 + 73.075 135.00 176.52 -41.52 + 73.100 139.00 176.49 -37.49 + 73.125 155.00 176.49 -21.49 + 73.150 143.00 176.48 -33.48 + 73.175 151.00 178.03 -27.03 + 73.200 154.00 178.26 -24.26 + 73.225 160.00 178.53 -18.53 + 73.250 141.00 178.88 -37.88 + 73.275 160.00 184.91 -24.91 + 73.300 155.00 186.32 -31.32 + 73.325 171.00 188.12 -17.12 + 73.350 166.00 190.48 -24.48 + 73.375 159.00 193.66 -34.66 + 73.400 187.00 198.14 -11.14 + 73.425 205.00 204.74 0.26 + 73.450 212.00 215.18 -3.18 + 73.475 230.00 233.49 -3.49 + 73.500 313.00 270.88 42.12 + 73.525 346.00 355.44 -9.44 + 73.550 402.00 474.03 -72.03 + 73.575 511.00 451.52 59.48 + 73.600 535.00 486.20 48.80 + 73.625 696.00 733.45 -37.45 + 73.650 717.00 993.98 -276.98 + 73.675 624.00 665.95 -41.95 + 73.700 520.00 405.54 114.46 + 73.725 421.00 298.44 122.56 + 73.750 399.00 251.32 147.68 + 73.775 344.00 226.94 117.06 + 73.800 380.00 212.74 167.26 + 73.825 468.00 203.78 264.22 + 73.850 482.00 199.15 282.85 + 73.875 453.00 195.14 257.86 + 73.900 373.00 192.33 180.67 + 73.925 267.00 190.36 76.64 + 73.950 229.00 187.62 41.38 + 73.975 209.00 186.97 22.03 + 74.000 176.00 186.81 -10.81 + 74.025 193.00 187.19 5.81 + 74.050 210.00 183.46 26.54 + 74.075 179.00 186.28 -7.28 + 74.100 173.00 193.22 -20.22 + 74.125 207.00 202.87 4.13 + 74.150 225.00 224.03 0.97 + 74.175 265.00 276.08 -11.08 + 74.200 315.00 357.54 -42.54 + 74.225 289.00 309.22 -20.22 + 74.250 229.00 245.16 -16.16 + 74.275 197.00 218.58 -21.58 + 74.300 204.00 209.66 -5.66 + 74.325 221.00 208.66 12.34 + 74.350 249.00 213.58 35.42 + 74.375 258.00 226.65 31.35 + 74.400 290.00 257.31 32.69 + 74.425 401.00 333.69 67.31 + 74.450 434.00 463.01 -29.01 + 74.475 421.00 403.80 17.20 + 74.500 368.00 305.71 62.29 + 74.525 358.00 278.97 79.03 + 74.550 396.00 297.82 98.18 + 74.575 462.00 377.90 84.10 + 74.600 547.00 588.35 -41.35 + 74.625 580.00 740.13 -160.13 + 74.650 497.00 483.34 13.66 + 74.675 442.00 323.01 118.99 + 74.700 397.00 258.41 138.59 + 74.725 313.00 229.20 83.80 + 74.750 316.00 214.14 101.86 + 74.775 296.00 205.77 90.23 + 74.800 341.00 201.06 139.94 + 74.825 355.00 198.77 156.23 + 74.850 373.00 196.76 176.24 + 74.875 333.00 198.82 134.18 + 74.900 274.00 204.05 69.95 + 74.925 262.00 215.33 46.67 + 74.950 290.00 240.70 49.30 + 74.975 329.00 304.09 24.91 + 75.000 333.00 432.08 -99.08 + 75.025 356.00 411.02 -55.02 + 75.050 280.00 285.50 -5.50 + 75.075 237.00 230.03 6.97 + 75.100 214.00 209.26 4.74 + 75.125 238.00 198.48 39.52 + 75.150 243.00 192.83 50.17 + 75.175 204.00 189.74 14.26 + 75.200 239.00 188.13 50.87 + 75.225 255.00 187.53 67.47 + 75.250 249.00 187.78 61.22 + 75.275 226.00 188.93 37.07 + 75.300 191.00 191.28 -0.28 + 75.325 222.00 195.53 26.47 + 75.350 193.00 203.32 -10.32 + 75.375 236.00 218.66 17.34 + 75.400 264.00 251.01 12.99 + 75.425 308.00 336.40 -28.40 + 75.450 340.00 473.94 -133.94 + 75.475 330.00 388.46 -58.46 + 75.500 282.00 273.20 8.80 + 75.525 229.00 228.22 0.78 + 75.550 235.00 208.15 26.85 + 75.575 204.00 198.40 5.60 + 75.600 203.00 193.26 9.74 + 75.625 252.00 190.50 61.50 + 75.650 249.00 189.19 59.81 + 75.675 232.00 188.97 43.03 + 75.700 222.00 189.74 32.26 + 75.725 217.00 191.71 25.29 + 75.750 226.00 195.44 30.56 + 75.775 222.00 203.69 18.31 + 75.800 238.00 216.88 21.12 + 75.825 265.00 244.65 20.35 + 75.850 341.00 309.61 31.39 + 75.875 339.00 457.73 -118.73 + 75.900 338.00 473.59 -135.59 + 75.925 302.00 321.88 -19.88 + 75.950 275.00 250.19 24.81 + 75.975 242.00 222.07 19.93 + 76.000 218.00 210.88 7.12 + 76.025 232.00 208.48 23.52 + 76.050 297.00 214.10 82.90 + 76.075 360.00 241.08 118.92 + 76.100 399.00 296.16 102.84 + 76.125 423.00 378.00 45.00 + 76.150 365.00 318.01 46.99 + 76.175 273.00 251.66 21.34 + 76.200 254.00 226.42 27.58 + 76.225 262.00 218.21 43.79 + 76.250 216.00 218.01 -2.01 + 76.275 316.00 221.54 94.46 + 76.300 339.00 234.46 104.54 + 76.325 402.00 258.98 143.02 + 76.350 509.00 307.66 201.34 + 76.375 598.00 416.10 181.90 + 76.400 700.00 685.42 14.58 + 76.425 742.00 1104.76 -362.76 + 76.450 619.00 829.13 -210.13 + 76.475 470.00 476.86 -6.86 + 76.500 398.00 331.21 66.79 + 76.525 379.00 266.77 112.23 + 76.550 352.00 235.16 116.84 + 76.575 351.00 217.39 133.61 + 76.600 379.00 209.15 169.85 + 76.625 443.00 202.41 240.59 + 76.650 466.00 198.00 268.00 + 76.675 438.00 195.12 242.88 + 76.700 357.00 193.37 163.63 + 76.725 289.00 192.53 96.47 + 76.750 258.00 192.58 65.42 + 76.775 233.00 193.64 39.36 + 76.800 216.00 196.08 19.92 + 76.825 241.00 194.87 46.13 + 76.850 235.00 204.31 30.69 + 76.875 277.00 222.42 54.58 + 76.900 309.00 262.17 46.83 + 76.925 358.00 360.12 -2.12 + 76.950 356.00 511.08 -155.08 + 76.975 323.00 414.23 -91.23 + 77.000 273.00 287.63 -14.63 + 77.025 243.00 235.58 7.42 + 77.050 224.00 213.44 10.56 + 77.075 243.00 202.90 40.10 + 77.100 250.00 197.71 52.29 + 77.125 220.00 195.48 24.52 + 77.150 267.00 195.36 71.64 + 77.175 291.00 197.27 93.73 + 77.200 282.00 201.85 80.15 + 77.225 252.00 210.91 41.09 + 77.250 255.00 229.11 25.89 + 77.275 328.00 269.48 58.52 + 77.300 357.00 369.40 -12.40 + 77.325 411.00 543.95 -132.95 + 77.350 375.00 459.52 -84.52 + 77.375 323.00 307.13 15.87 + 77.400 267.00 242.35 24.65 + 77.425 240.00 214.53 25.47 + 77.450 208.00 200.76 7.24 + 77.475 209.00 193.09 15.91 + 77.500 236.00 188.41 47.59 + 77.525 248.00 185.35 62.65 + 77.550 261.00 183.26 77.74 + 77.575 256.00 181.76 74.24 + 77.600 244.00 180.65 63.35 + 77.625 203.00 179.80 23.20 + 77.650 173.00 179.14 -6.14 + 77.675 170.00 178.62 -8.62 + 77.700 174.00 178.19 -4.19 + 77.725 168.00 175.41 -7.41 + 77.750 167.00 175.41 -8.41 + 77.775 181.00 175.40 5.60 + 77.800 159.00 187.45 -28.45 + 77.825 195.00 189.19 5.81 + 77.850 168.00 191.36 -23.36 + 77.875 180.00 194.10 -14.10 + 77.900 186.00 197.66 -11.66 + 77.925 175.00 202.47 -27.47 + 77.950 191.00 208.61 -17.61 + 77.975 213.00 216.36 -3.36 + 78.000 274.00 227.76 46.24 + 78.025 266.00 245.07 20.93 + 78.050 323.00 272.64 50.36 + 78.075 421.00 319.93 101.07 + 78.100 552.00 409.68 142.32 + 78.125 799.00 604.51 194.49 + 78.150 1129.00 1081.95 47.05 + 78.175 1277.00 1867.57 -590.57 + 78.200 1123.00 1441.72 -318.72 + 78.225 820.00 765.15 54.85 + 78.250 610.00 479.27 130.73 + 78.275 504.00 355.86 148.14 + 78.300 408.00 294.90 113.10 + 78.325 478.00 261.70 216.30 + 78.350 543.00 242.35 300.65 + 78.375 708.00 231.27 476.73 + 78.400 817.00 226.19 590.81 + 78.425 736.00 227.18 508.82 + 78.450 641.00 237.59 403.41 + 78.475 568.00 268.96 299.04 + 78.500 413.00 348.35 64.65 + 78.525 433.00 399.40 33.60 + 78.550 373.00 307.63 65.37 + 78.575 314.00 246.23 67.77 + 78.600 321.00 243.59 77.41 + 78.625 244.00 261.37 -17.37 + 78.650 262.00 240.70 21.30 + 78.675 251.00 227.66 23.34 + 78.700 232.00 212.24 19.76 + 78.725 241.00 195.70 45.30 + 78.750 216.00 187.78 28.22 + 78.775 240.00 183.80 56.20 + 78.800 212.00 181.51 30.49 + 78.825 196.00 180.05 15.95 + 78.850 173.00 179.04 -6.04 + 78.875 187.00 178.31 8.69 + 78.900 175.00 177.76 -2.76 + 78.925 173.00 176.06 -3.06 + 78.950 152.00 176.23 -24.23 + 78.975 163.00 176.13 -13.13 + 79.000 143.00 176.07 -33.07 + 79.025 135.00 175.65 -40.65 + 79.050 122.00 175.71 -53.71 + 79.075 139.00 175.64 -36.64 + 79.100 128.00 175.81 -47.81 + 79.125 134.00 176.05 -42.05 + 79.150 140.00 176.41 -36.41 + 79.175 117.00 176.93 -59.93 + 79.200 150.00 177.78 -27.78 + 79.225 134.00 179.25 -45.25 + 79.250 152.00 182.04 -30.04 + 79.275 127.00 188.08 -61.08 + 79.300 170.00 202.67 -32.67 + 79.325 158.00 225.99 -67.99 + 79.350 155.00 212.63 -57.63 + 79.375 173.00 192.41 -19.41 + 79.400 161.00 183.80 -22.80 + 79.425 136.00 180.06 -44.06 + 79.450 128.00 178.20 -50.20 + 79.475 177.00 179.44 -2.44 + 79.500 165.00 179.22 -14.22 + 79.525 140.00 179.30 -39.30 + 79.550 154.00 179.38 -25.38 + 79.575 143.00 179.72 -36.72 + 79.600 168.00 180.36 -12.36 + 79.625 189.00 181.35 7.65 + 79.650 130.00 182.81 -52.81 + 79.675 160.00 184.96 -24.96 + 79.700 151.00 188.26 -37.26 + 79.725 182.00 193.23 -11.23 + 79.750 221.00 202.50 18.50 + 79.775 238.00 220.28 17.72 + 79.800 260.00 259.31 0.69 + 79.825 315.00 353.64 -38.64 + 79.850 327.00 485.76 -158.76 + 79.875 311.00 390.99 -79.99 + 79.900 246.00 275.94 -29.94 + 79.925 211.00 227.24 -16.24 + 79.950 204.00 205.80 -1.80 + 79.975 196.00 195.04 0.96 + 80.000 211.00 188.91 22.09 + 80.025 191.00 185.14 5.86 + 80.050 234.00 182.67 51.33 + 80.075 225.00 180.96 44.04 + 80.100 255.00 179.75 75.25 + 80.125 200.00 178.86 21.14 + 80.150 186.00 178.20 7.80 + 80.175 186.00 177.72 8.28 + 80.200 162.00 177.39 -15.39 + 80.225 140.00 177.21 -37.21 + 80.250 153.00 175.17 -22.17 + 80.275 147.00 175.79 -28.79 + 80.300 143.00 177.23 -34.23 + 80.325 153.00 180.61 -27.61 + 80.350 154.00 183.15 -29.15 + 80.375 133.00 179.20 -46.20 + 80.400 145.00 176.56 -31.56 + 80.425 148.00 175.46 -27.46 + 80.450 165.00 178.17 -13.17 + 80.475 155.00 178.36 -23.36 + 80.500 155.00 178.77 -23.77 + 80.525 147.00 179.38 -32.38 + 80.550 176.00 180.22 -4.22 + 80.575 149.00 181.36 -32.36 + 80.600 165.00 182.91 -17.91 + 80.625 136.00 185.06 -49.06 + 80.650 163.00 188.17 -25.17 + 80.675 163.00 197.69 -34.69 + 80.700 198.00 205.81 -7.81 + 80.725 215.00 219.40 -4.40 + 80.750 249.00 244.60 4.40 + 80.775 304.00 298.33 5.67 + 80.800 377.00 426.27 -49.27 + 80.825 414.00 624.49 -210.49 + 80.850 339.00 512.81 -173.81 + 80.875 322.00 347.08 -25.08 + 80.900 284.00 280.90 3.10 + 80.925 301.00 260.17 40.83 + 80.950 311.00 263.68 47.32 + 80.975 380.00 292.13 87.87 + 81.000 550.00 368.45 181.55 + 81.025 624.00 561.77 62.23 + 81.050 660.00 842.12 -182.12 + 81.075 617.00 644.64 -27.64 + 81.100 461.00 398.31 62.69 + 81.125 363.00 292.83 70.17 + 81.150 284.00 245.94 38.06 + 81.175 266.00 222.01 43.99 + 81.200 268.00 208.32 59.68 + 81.225 289.00 197.63 91.37 + 81.250 340.00 192.43 147.57 + 81.275 375.00 188.93 186.07 + 81.300 363.00 186.54 176.46 + 81.325 327.00 184.97 142.03 + 81.350 259.00 184.19 74.81 + 81.375 216.00 184.33 31.67 + 81.400 172.00 184.06 -12.06 + 81.425 180.00 183.04 -3.04 + 81.450 208.00 178.55 29.45 + 81.475 177.00 179.97 -2.97 + 81.500 157.00 182.56 -25.56 + 81.525 189.00 187.41 1.59 + 81.550 192.00 197.37 -5.37 + 81.575 222.00 220.61 1.39 + 81.600 222.00 271.15 -49.15 + 81.625 188.00 283.95 -95.95 + 81.650 184.00 230.20 -46.20 + 81.675 164.00 201.23 -37.23 + 81.700 173.00 189.03 -16.03 + 81.725 182.00 183.22 -1.22 + 81.750 153.00 180.09 -27.09 + 81.775 158.00 178.23 -20.23 + 81.800 158.00 177.02 -19.02 + 81.825 183.00 176.21 6.79 + 81.850 190.00 175.64 14.36 + 81.875 178.00 175.21 2.79 + 81.900 169.00 174.89 -5.89 + 81.925 145.00 174.64 -29.64 + 81.950 170.00 174.44 -4.44 + 81.975 138.00 174.27 -36.27 + 82.000 169.00 174.13 -5.13 + 82.025 133.00 173.27 -40.27 + 82.050 134.00 173.25 -39.25 + 82.075 122.00 173.24 -51.24 + 82.100 126.00 173.22 -47.22 + 82.125 153.00 173.21 -20.21 + 82.150 112.00 173.19 -61.19 + 82.175 125.00 173.18 -48.18 + 82.200 127.00 173.16 -46.16 + 82.225 147.00 173.15 -26.15 + 82.250 125.00 173.13 -48.13 + 82.275 125.00 173.12 -48.12 + 82.300 142.00 173.10 -31.10 + 82.325 143.00 174.01 -31.01 + 82.350 138.00 174.13 -36.13 + 82.375 145.00 174.28 -29.28 + 82.400 166.00 174.47 -8.47 + 82.425 165.00 174.72 -9.72 + 82.450 156.00 175.05 -19.05 + 82.475 154.00 179.89 -25.89 + 82.500 169.00 184.72 -15.72 + 82.525 130.00 186.86 -56.86 + 82.550 173.00 189.75 -16.75 + 82.575 155.00 193.82 -38.82 + 82.600 178.00 199.95 -21.95 + 82.625 211.00 210.08 0.92 + 82.650 247.00 229.25 17.75 + 82.675 289.00 270.51 18.49 + 82.700 310.00 333.54 -23.54 + 82.725 276.00 316.62 -40.62 + 82.750 303.00 290.72 12.28 + 82.775 376.00 308.69 67.31 + 82.800 468.00 379.84 88.16 + 82.825 665.00 550.16 114.84 + 82.850 803.00 908.96 -105.96 + 82.875 829.00 1106.69 -277.69 + 82.900 683.00 950.17 -267.17 + 82.925 570.00 589.78 -19.78 + 82.950 507.00 391.98 115.02 + 82.975 383.00 306.35 76.65 + 83.000 335.00 265.99 69.01 + 83.025 352.00 246.25 105.75 + 83.050 412.00 238.50 173.50 + 83.075 522.00 240.86 281.14 + 83.100 575.00 256.21 318.79 + 83.125 652.00 301.11 350.89 + 83.150 681.00 415.17 265.83 + 83.175 634.00 576.32 57.68 + 83.200 466.00 459.38 6.62 + 83.225 368.00 314.33 53.67 + 83.250 301.00 251.03 49.97 + 83.275 214.00 218.62 -4.62 + 83.300 226.00 201.00 25.00 + 83.325 205.00 193.37 11.63 + 83.350 239.00 188.94 50.06 + 83.375 226.00 186.39 39.61 + 83.400 271.00 185.18 85.82 + 83.425 279.00 185.18 93.82 + 83.450 280.00 186.71 93.29 + 83.475 247.00 190.82 56.18 + 83.500 223.00 200.64 22.36 + 83.525 201.00 224.84 -23.84 + 83.550 199.00 270.78 -71.78 + 83.575 198.00 259.22 -61.22 + 83.600 206.00 214.87 -8.87 + 83.625 191.00 193.81 -2.81 + 83.650 154.00 184.70 -30.70 + 83.675 174.00 180.23 -6.23 + 83.700 144.00 177.75 -33.75 + 83.725 155.00 177.18 -22.18 + 83.750 161.00 176.38 -15.38 + 83.775 172.00 175.87 -3.87 + 83.800 178.00 175.60 2.40 + 83.825 192.00 175.51 16.49 + 83.850 155.00 175.59 -20.59 + 83.875 171.00 175.84 -4.84 + 83.900 155.00 176.30 -21.30 + 83.925 160.00 177.06 -17.06 + 83.950 138.00 178.28 -40.28 + 83.975 156.00 179.63 -23.63 + 84.000 178.00 183.16 -5.16 + 84.025 163.00 189.74 -26.74 + 84.050 191.00 203.56 -12.56 + 84.075 200.00 236.04 -36.04 + 84.100 208.00 293.32 -85.32 + 84.125 186.00 277.95 -91.95 + 84.150 167.00 224.86 -57.86 + 84.175 183.00 198.87 -15.87 + 84.200 157.00 190.54 -33.54 + 84.225 148.00 188.69 -40.69 + 84.250 163.00 186.56 -23.56 + 84.275 174.00 185.88 -11.88 + 84.300 187.00 186.15 0.85 + 84.325 182.00 187.22 -5.22 + 84.350 189.00 189.10 -0.10 + 84.375 190.00 191.96 -1.96 + 84.400 190.00 196.15 -6.15 + 84.425 199.00 202.36 -3.36 + 84.450 240.00 211.82 28.18 + 84.475 247.00 226.96 20.04 + 84.500 334.00 253.09 80.91 + 84.525 391.00 302.09 88.91 + 84.550 512.00 409.64 102.36 + 84.575 618.00 650.59 -32.59 + 84.600 663.00 922.33 -259.33 + 84.625 593.00 875.20 -282.20 + 84.650 456.00 561.23 -105.23 + 84.675 395.00 367.83 27.17 + 84.700 343.00 283.29 59.71 + 84.725 288.00 242.57 45.43 + 84.750 292.00 220.38 71.62 + 84.775 310.00 207.09 102.91 + 84.800 392.00 198.53 193.47 + 84.825 389.00 192.71 196.29 + 84.850 437.00 188.57 248.43 + 84.875 361.00 185.53 175.47 + 84.900 351.00 183.24 167.76 + 84.925 262.00 181.46 80.54 + 84.950 250.00 180.06 69.94 + 84.975 233.00 178.96 54.04 + 85.000 197.00 175.20 21.80 + 85.025 195.00 171.63 23.37 + 85.050 171.00 171.82 -0.82 + 85.075 174.00 172.28 1.72 + 85.100 171.00 173.28 -2.28 + 85.125 159.00 173.56 -14.56 + 85.150 158.00 172.46 -14.46 + 85.175 120.00 171.84 -51.84 + 85.200 128.00 173.62 -45.62 + 85.225 140.00 173.77 -33.77 + 85.250 148.00 174.04 -26.04 + 85.275 156.00 174.42 -18.42 + 85.300 133.00 174.93 -41.93 + 85.325 156.00 175.61 -19.61 + 85.350 144.00 176.52 -32.52 + 85.375 163.00 177.77 -14.77 + 85.400 158.00 179.53 -21.53 + 85.425 158.00 182.11 -24.11 + 85.450 154.00 186.10 -32.10 + 85.475 165.00 192.65 -27.65 + 85.500 196.00 204.41 -8.41 + 85.525 206.00 228.05 -22.05 + 85.550 256.00 281.93 -25.93 + 85.575 278.00 397.22 -119.22 + 85.600 255.00 437.77 -182.77 + 85.625 253.00 313.93 -60.93 + 85.650 223.00 241.55 -18.55 + 85.675 190.00 210.51 -20.51 + 85.700 196.00 195.72 0.28 + 85.725 176.00 187.76 -11.76 + 85.750 171.00 183.03 -12.03 + 85.775 212.00 180.02 31.98 + 85.800 204.00 177.98 26.02 + 85.825 252.00 176.53 75.47 + 85.850 224.00 175.47 48.53 + 85.875 192.00 174.67 17.33 + 85.900 180.00 174.05 5.95 + 85.925 172.00 173.56 -1.56 + 85.950 166.00 173.16 -7.16 + 85.975 159.00 172.84 -13.84 + 86.000 155.00 170.67 -15.67 + 86.025 148.00 170.71 -22.71 + 86.050 167.00 170.70 -3.70 + 86.075 137.00 170.79 -33.79 + 86.100 178.00 170.80 7.20 + 86.125 161.00 178.93 -17.93 + 86.150 180.00 180.07 -0.07 + 86.175 156.00 181.47 -25.47 + 86.200 169.00 183.20 -14.20 + 86.225 178.00 185.40 -7.40 + 86.250 174.00 188.23 -14.23 + 86.275 181.00 191.97 -10.97 + 86.300 172.00 197.06 -25.06 + 86.325 238.00 204.25 33.75 + 86.350 209.00 214.92 -5.92 + 86.375 240.00 231.86 8.14 + 86.400 343.00 259.42 83.58 + 86.425 384.00 300.76 83.24 + 86.450 500.00 380.85 119.15 + 86.475 673.00 555.10 117.90 + 86.500 704.00 941.67 -237.67 + 86.525 763.00 1307.70 -544.70 + 86.550 656.00 881.12 -225.12 + 86.575 551.00 518.65 32.35 + 86.600 406.00 361.41 44.59 + 86.625 354.00 289.18 64.82 + 86.650 352.00 251.88 100.12 + 86.675 301.00 230.78 70.22 + 86.700 357.00 218.21 138.79 + 86.725 414.00 210.72 203.28 + 86.750 440.00 206.68 233.32 + 86.775 502.00 205.50 296.50 + 86.800 459.00 207.33 251.67 + 86.825 425.00 213.32 211.68 + 86.850 378.00 226.84 151.16 + 86.875 418.00 256.56 161.44 + 86.900 427.00 325.58 101.42 + 86.925 467.00 453.05 13.95 + 86.950 441.00 473.61 -32.61 + 86.975 400.00 426.89 -26.89 + 87.000 327.00 322.77 4.23 + 87.025 278.00 249.32 28.68 + 87.050 259.00 215.87 43.13 + 87.075 240.00 199.50 40.50 + 87.100 213.00 190.47 22.53 + 87.125 206.00 184.99 21.01 + 87.150 241.00 181.42 59.58 + 87.175 263.00 178.97 84.03 + 87.200 287.00 177.21 109.79 + 87.225 291.00 175.91 115.09 + 87.250 245.00 174.91 70.09 + 87.275 243.00 174.13 68.87 + 87.300 198.00 176.11 21.89 + 87.325 195.00 175.96 19.04 + 87.350 195.00 174.36 20.64 + 87.375 164.00 174.73 -10.73 + 87.400 178.00 174.28 3.72 + 87.425 161.00 175.13 -14.13 + 87.450 161.00 176.26 -15.26 + 87.475 183.00 177.78 5.22 + 87.500 177.00 179.90 -2.90 + 87.525 177.00 182.97 -5.97 + 87.550 177.00 187.64 -10.64 + 87.575 192.00 195.18 -3.18 + 87.600 219.00 208.43 10.57 + 87.625 260.00 234.57 25.43 + 87.650 310.00 292.84 17.16 + 87.675 337.00 418.37 -81.37 + 87.700 312.00 510.75 -198.75 + 87.725 290.00 379.09 -89.09 + 87.750 275.00 272.90 2.10 + 87.775 243.00 225.81 17.19 + 87.800 192.00 204.10 -12.10 + 87.825 200.00 192.71 7.29 + 87.850 212.00 186.06 25.94 + 87.875 205.00 181.86 23.14 + 87.900 180.00 179.06 0.94 + 87.925 219.00 177.10 41.90 + 87.950 274.00 175.69 98.31 + 87.975 271.00 174.66 96.34 + 88.000 200.00 173.92 26.08 + 88.025 205.00 173.45 31.55 + 88.050 195.00 173.37 21.63 + 88.075 179.00 173.77 5.23 + 88.100 171.00 173.54 -2.54 + 88.125 171.00 170.16 0.84 + 88.150 147.00 169.63 -22.63 + 88.175 147.00 169.39 -22.39 + 88.200 167.00 169.26 -2.26 + 88.225 159.00 169.19 -10.19 + 88.250 157.00 169.13 -12.13 + 88.275 145.00 169.09 -24.09 + 88.300 164.00 169.06 -5.06 + 88.325 142.00 171.02 -29.02 + 88.350 143.00 171.24 -28.24 + 88.375 164.00 171.52 -7.52 + 88.400 157.00 171.87 -14.87 + 88.425 153.00 172.30 -19.30 + 88.450 145.00 172.84 -27.84 + 88.475 168.00 173.55 -5.55 + 88.500 159.00 174.47 -15.47 + 88.525 169.00 175.69 -6.69 + 88.550 137.00 177.40 -40.40 + 88.575 182.00 179.84 2.16 + 88.600 196.00 183.49 12.51 + 88.625 218.00 189.26 28.74 + 88.650 216.00 199.13 16.87 + 88.675 223.00 220.97 2.03 + 88.700 269.00 262.71 6.29 + 88.725 295.00 353.25 -58.25 + 88.750 288.00 461.90 -173.90 + 88.775 280.00 395.34 -115.34 + 88.800 281.00 287.82 -6.82 + 88.825 187.00 234.96 -47.96 + 88.850 264.00 212.27 51.73 + 88.875 216.00 206.38 9.62 + 88.900 220.00 202.75 17.25 + 88.925 242.00 202.95 39.05 + 88.950 264.00 206.60 57.40 + 88.975 272.00 214.61 57.39 + 89.000 326.00 229.91 96.09 + 89.025 362.00 260.70 101.30 + 89.050 407.00 328.58 78.42 + 89.075 468.00 470.15 -2.15 + 89.100 432.00 611.36 -179.36 + 89.125 443.00 504.61 -61.61 + 89.150 383.00 375.07 7.93 + 89.175 393.00 310.76 82.24 + 89.200 367.00 286.08 80.92 + 89.225 415.00 300.13 114.87 + 89.250 471.00 364.56 106.44 + 89.275 595.00 522.62 72.38 + 89.300 626.00 763.23 -137.23 + 89.325 583.00 713.39 -130.39 + 89.350 491.00 466.73 24.27 + 89.375 456.00 324.91 131.09 + 89.400 411.00 260.68 150.32 + 89.425 322.00 229.76 92.24 + 89.450 328.00 212.73 115.27 + 89.475 289.00 204.12 84.88 + 89.500 271.00 197.81 73.19 + 89.525 302.00 193.95 108.05 + 89.550 377.00 189.30 187.70 + 89.575 369.00 189.26 179.74 + 89.600 373.00 191.41 181.59 + 89.625 347.00 197.51 149.49 + 89.650 296.00 212.82 83.18 + 89.675 292.00 244.24 47.76 + 89.700 257.00 271.12 -14.12 + 89.725 269.00 245.23 23.77 + 89.750 241.00 215.80 25.20 + 89.775 218.00 199.33 18.67 + 89.800 212.00 197.41 14.59 + 89.825 239.00 202.72 36.28 + 89.850 254.00 217.87 36.13 + 89.875 295.00 254.11 40.89 + 89.900 314.00 331.75 -17.75 + 89.925 356.00 426.71 -70.71 + 89.950 301.00 382.87 -81.87 + 89.975 277.00 283.59 -6.59 + 90.000 252.00 228.50 23.50 + 90.025 251.00 203.39 47.61 + 90.050 186.00 191.19 -5.19 + 90.075 197.00 184.37 12.63 + 90.100 162.00 180.13 -18.13 + 90.125 192.00 177.31 14.69 + 90.150 231.00 175.34 55.66 + 90.175 223.00 173.39 49.61 + 90.200 207.00 172.36 34.64 + 90.225 238.00 171.58 66.42 + 90.250 196.00 170.97 25.03 + 90.275 196.00 170.48 25.52 + 90.300 176.00 170.08 5.92 + 90.325 171.00 169.75 1.25 + 90.350 178.00 169.48 8.52 + 90.375 146.00 169.24 -23.24 + 90.400 169.00 167.45 1.55 + 90.425 161.00 167.44 -6.44 + 90.450 149.00 167.42 -18.42 + 90.475 173.00 167.40 5.60 + 90.500 156.00 167.38 -11.38 + 90.525 143.00 167.36 -24.36 + 90.550 154.00 167.34 -13.34 + 90.575 152.00 167.33 -15.33 + 90.600 139.00 167.31 -28.31 + 90.625 184.00 167.29 16.71 + 90.650 185.00 171.60 13.40 + 90.675 161.00 172.06 -11.06 + 90.700 159.00 172.60 -13.60 + 90.725 152.00 173.25 -21.25 + 90.750 159.00 174.02 -15.02 + 90.775 176.00 175.93 0.07 + 90.800 164.00 177.19 -13.19 + 90.825 168.00 178.77 -10.77 + 90.850 193.00 180.75 12.25 + 90.875 195.00 183.31 11.69 + 90.900 187.00 187.00 -0.00 + 90.925 237.00 191.57 45.43 + 90.950 228.00 197.94 30.06 + 90.975 265.00 207.15 57.85 + 91.000 291.00 221.68 69.32 + 91.025 347.00 244.97 102.03 + 91.050 409.00 288.75 120.25 + 91.075 454.00 381.71 72.29 + 91.100 552.00 573.25 -21.25 + 91.125 524.00 848.10 -324.10 + 91.150 552.00 859.32 -307.32 + 91.175 502.00 603.53 -101.53 + 91.200 483.00 442.84 40.16 + 91.225 433.00 404.32 28.68 + 91.250 382.00 397.96 -15.96 + 91.275 363.00 333.60 29.40 + 91.300 322.00 273.53 48.47 + 91.325 328.00 245.39 82.61 + 91.350 389.00 242.05 146.95 + 91.375 469.00 254.62 214.38 + 91.400 485.00 256.22 228.78 + 91.425 438.00 241.49 196.51 + 91.450 491.00 242.50 248.50 + 91.475 415.00 262.08 152.92 + 91.500 377.00 262.60 114.40 + 91.525 375.00 232.74 142.26 + 91.550 322.00 211.86 110.14 + 91.575 288.00 207.00 81.00 + 91.600 280.00 214.18 65.82 + 91.625 263.00 218.23 44.77 + 91.650 275.00 200.34 74.66 + 91.675 245.00 186.62 58.38 + 91.700 243.00 182.41 60.59 + 91.725 239.00 178.84 60.16 + 91.750 247.00 176.14 70.86 + 91.775 216.00 175.28 40.72 + 91.800 204.00 174.96 29.04 + 91.825 210.00 175.00 35.00 + 91.850 196.00 175.34 20.66 + 91.875 220.00 175.96 44.04 + 91.900 209.00 177.25 31.75 + 91.925 212.00 178.67 33.33 + 91.950 226.00 181.08 44.92 + 91.975 201.00 183.71 17.29 + 92.000 225.00 186.87 38.13 + 92.025 228.00 195.73 32.27 + 92.050 210.00 203.49 6.51 + 92.075 244.00 215.16 28.84 + 92.100 298.00 234.27 63.73 + 92.125 405.00 269.97 135.03 + 92.150 445.00 345.46 99.54 + 92.175 534.00 496.26 37.74 + 92.200 579.00 711.16 -132.16 + 92.225 538.00 750.31 -212.31 + 92.250 495.00 551.19 -56.19 + 92.275 466.00 388.08 77.92 + 92.300 410.00 309.50 100.50 + 92.325 389.00 284.71 104.29 + 92.350 387.00 294.45 92.55 + 92.375 429.00 334.12 94.88 + 92.400 460.00 380.69 79.31 + 92.425 573.00 399.48 173.52 + 92.450 607.00 432.97 174.03 + 92.475 740.00 498.05 241.95 + 92.500 853.00 644.01 208.99 + 92.525 781.00 821.65 -40.65 + 92.550 733.00 749.70 -16.70 + 92.575 593.00 519.75 73.25 + 92.600 499.00 360.05 138.95 + 92.625 398.00 279.13 118.87 + 92.650 368.00 241.79 126.21 + 92.675 334.00 221.03 112.97 + 92.700 370.00 208.36 161.64 + 92.725 358.00 199.97 158.03 + 92.750 391.00 191.04 199.96 + 92.775 376.00 187.74 188.26 + 92.800 394.00 185.04 208.96 + 92.825 414.00 183.78 230.22 + 92.850 383.00 182.61 200.39 + 92.875 300.00 184.34 115.66 + 92.900 294.00 184.48 109.52 + 92.925 275.00 184.60 90.40 + 92.950 246.00 186.16 59.84 + 92.975 259.00 188.49 70.51 + 93.000 235.00 191.63 43.37 + 93.025 239.00 197.16 41.84 + 93.050 243.00 206.14 36.86 + 93.075 277.00 219.29 57.71 + 93.100 363.00 253.12 109.88 + 93.125 383.00 319.57 63.43 + 93.150 434.00 421.28 12.72 + 93.175 436.00 477.53 -41.53 + 93.200 378.00 408.43 -30.43 + 93.225 373.00 331.20 41.80 + 93.250 386.00 304.04 81.96 + 93.275 438.00 327.57 110.43 + 93.300 464.00 392.89 71.11 + 93.325 491.00 464.98 26.02 + 93.350 539.00 524.77 14.23 + 93.375 539.00 596.85 -57.85 + 93.400 523.00 655.64 -132.64 + 93.425 499.00 553.73 -54.73 + 93.450 478.00 408.09 69.91 + 93.475 472.00 316.39 155.61 + 93.500 383.00 264.60 118.40 + 93.525 345.00 235.66 109.34 + 93.550 354.00 220.15 133.85 + 93.575 352.00 212.13 139.87 + 93.600 383.00 208.84 174.16 + 93.625 370.00 209.66 160.34 + 93.650 410.00 216.14 193.86 + 93.675 453.00 231.78 221.22 + 93.700 416.00 258.19 157.81 + 93.725 396.00 278.37 117.63 + 93.750 392.00 269.69 122.31 + 93.775 319.00 254.16 64.84 + 93.800 335.00 252.87 82.13 + 93.825 407.00 270.17 136.83 + 93.850 461.00 315.37 145.63 + 93.875 587.00 414.75 172.25 + 93.900 741.00 609.72 131.28 + 93.925 875.00 894.13 -19.13 + 93.950 863.00 1048.80 -185.80 + 93.975 754.00 870.33 -116.33 + 94.000 619.00 587.40 31.60 + 94.025 485.00 397.90 87.10 + 94.050 429.00 300.27 128.73 + 94.075 336.00 252.59 83.41 + 94.100 321.00 227.09 93.91 + 94.125 296.00 211.53 84.47 + 94.150 316.00 201.15 114.85 + 94.175 385.00 193.85 191.15 + 94.200 474.00 188.53 285.47 + 94.225 539.00 185.74 353.26 + 94.250 571.00 182.78 388.22 + 94.275 493.00 180.49 312.51 + 94.300 420.00 178.33 241.67 + 94.325 345.00 176.96 168.04 + 94.350 272.00 175.89 96.11 + 94.375 242.00 175.08 66.92 + 94.400 219.00 174.48 44.52 + 94.425 229.00 174.08 54.92 + 94.450 203.00 173.87 29.13 + 94.475 220.00 174.47 45.53 + 94.500 211.00 172.35 38.65 + 94.525 190.00 170.79 19.21 + 94.550 171.00 172.08 -1.08 + 94.575 195.00 173.80 21.20 + 94.600 176.00 176.12 -0.12 + 94.625 218.00 179.48 38.52 + 94.650 208.00 184.84 23.16 + 94.675 212.00 194.51 17.49 + 94.700 230.00 214.09 15.91 + 94.725 265.00 253.06 11.94 + 94.750 314.00 317.71 -3.71 + 94.775 278.00 381.08 -103.08 + 94.800 306.00 366.12 -60.12 + 94.825 262.00 296.24 -34.24 + 94.850 281.00 240.91 40.09 + 94.875 209.00 211.03 -2.03 + 94.900 235.00 198.03 36.97 + 94.925 222.00 194.33 27.67 + 94.950 223.00 197.87 25.13 + 94.975 246.00 211.30 34.70 + 95.000 268.00 238.45 29.55 + 95.025 316.00 273.54 42.46 + 95.050 307.00 281.53 25.47 + 95.075 316.00 248.90 67.10 + 95.100 273.00 214.48 58.52 + 95.125 247.00 193.16 53.84 + 95.150 229.00 182.21 46.79 + 95.175 201.00 176.69 24.31 + 95.200 198.00 173.57 24.43 + 95.225 173.00 171.55 1.45 + 95.250 202.00 170.14 31.86 + 95.275 173.00 169.10 3.90 + 95.300 212.00 168.31 43.69 + 95.325 185.00 167.69 17.31 + 95.350 197.00 167.20 29.80 + 95.375 193.00 165.72 27.28 + 95.400 193.00 165.49 27.51 + 95.425 194.00 165.30 28.70 + 95.450 169.00 165.18 3.82 + 95.475 169.00 165.11 3.89 + 95.500 157.00 165.07 -8.07 + 95.525 167.00 164.95 2.05 + 95.550 175.00 164.77 10.23 + 95.575 140.00 164.61 -24.61 + 95.600 174.00 166.13 7.87 + 95.625 146.00 166.19 -20.19 + 95.650 171.00 165.95 5.05 + 95.675 142.00 166.13 -24.13 + 95.700 152.00 166.36 -14.36 + 95.725 171.00 167.84 3.16 + 95.750 150.00 168.26 -18.26 + 95.775 142.00 168.76 -26.76 + 95.800 161.00 169.34 -8.34 + 95.825 150.00 170.04 -20.04 + 95.850 163.00 170.89 -7.89 + 95.875 154.00 171.93 -17.93 + 95.900 149.00 173.21 -24.21 + 95.925 157.00 174.84 -17.84 + 95.950 192.00 176.93 15.07 + 95.975 185.00 179.67 5.33 + 96.000 184.00 183.39 0.61 + 96.025 205.00 188.62 16.38 + 96.050 231.00 196.51 34.49 + 96.075 238.00 209.90 28.10 + 96.100 263.00 235.44 27.56 + 96.125 324.00 284.92 39.08 + 96.150 365.00 369.35 -4.35 + 96.175 388.00 475.49 -87.49 + 96.200 380.00 523.50 -143.50 + 96.225 421.00 474.40 -53.40 + 96.250 418.00 418.83 -0.83 + 96.275 408.00 403.49 4.51 + 96.300 385.00 431.30 -46.30 + 96.325 374.00 444.16 -70.16 + 96.350 346.00 384.57 -38.57 + 96.375 329.00 304.98 24.02 + 96.400 297.00 248.53 48.47 + 96.425 319.00 216.70 102.30 + 96.450 322.00 200.21 121.79 + 96.475 328.00 191.24 136.76 + 96.500 298.00 185.74 112.26 + 96.525 290.00 182.05 107.95 + 96.550 304.00 179.49 124.51 + 96.575 311.00 177.71 133.29 + 96.600 312.00 176.50 135.50 + 96.625 319.00 175.77 143.23 + 96.650 292.00 175.95 116.05 + 96.675 241.00 176.12 64.88 + 96.700 239.00 176.77 62.23 + 96.725 202.00 178.05 23.95 + 96.750 206.00 180.21 25.79 + 96.775 202.00 183.87 18.13 + 96.800 227.00 190.58 36.42 + 96.825 236.00 202.56 33.44 + 96.850 307.00 229.46 77.54 + 96.875 309.00 276.03 32.97 + 96.900 385.00 337.44 47.56 + 96.925 341.00 371.47 -30.47 + 96.950 324.00 335.14 -11.14 + 96.975 290.00 274.16 15.84 + 97.000 208.00 228.39 -20.39 + 97.025 241.00 202.41 38.59 + 97.050 201.00 189.65 11.35 + 97.075 202.00 183.63 18.37 + 97.100 181.00 180.83 0.17 + 97.125 217.00 180.06 36.94 + 97.150 264.00 181.12 82.88 + 97.175 229.00 185.17 43.83 + 97.200 326.00 194.75 131.25 + 97.225 303.00 213.11 89.89 + 97.250 345.00 240.53 104.47 + 97.275 304.00 264.66 39.34 + 97.300 296.00 259.63 36.37 + 97.325 241.00 231.96 9.04 + 97.350 242.00 206.69 35.31 + 97.375 210.00 191.19 18.81 + 97.400 187.00 183.73 3.27 + 97.425 206.00 181.24 24.76 + 97.450 194.00 182.18 11.82 + 97.475 221.00 187.23 33.77 + 97.500 216.00 199.08 16.92 + 97.525 245.00 220.78 24.22 + 97.550 242.00 250.75 -8.75 + 97.575 251.00 270.80 -19.80 + 97.600 258.00 258.59 -0.59 + 97.625 232.00 228.13 3.87 + 97.650 215.00 202.80 12.20 + 97.675 189.00 187.99 1.01 + 97.700 192.00 181.70 10.30 + 97.725 163.00 181.04 -18.04 + 97.750 158.00 183.62 -25.62 + 97.775 162.00 185.82 -23.82 + 97.800 174.00 183.10 -9.10 + 97.825 182.00 177.27 4.73 + 97.850 169.00 172.39 -3.39 + 97.875 151.00 169.15 -18.15 + 97.900 187.00 167.30 19.70 + 97.925 179.00 166.25 12.75 + 97.950 167.00 165.16 1.84 + 97.975 169.00 164.73 4.27 + 98.000 146.00 164.41 -18.41 + 98.025 149.00 164.16 -15.16 + 98.050 146.00 163.97 -17.97 + 98.075 158.00 163.83 -5.83 + 98.100 142.00 163.72 -21.72 + 98.125 164.00 163.63 0.37 + 98.150 142.00 164.01 -22.01 + 98.175 153.00 164.01 -11.01 + 98.200 147.00 164.04 -17.04 + 98.225 163.00 164.11 -1.11 + 98.250 160.00 163.76 -3.76 + 98.275 163.00 163.96 -0.96 + 98.300 127.00 164.22 -37.22 + 98.325 150.00 164.57 -14.57 + 98.350 159.00 165.08 -6.08 + 98.375 140.00 165.86 -25.86 + 98.400 136.00 167.23 -31.23 + 98.425 159.00 169.83 -10.83 + 98.450 171.00 174.53 -3.53 + 98.475 178.00 182.07 -4.07 + 98.500 159.00 190.94 -31.94 + 98.525 162.00 195.14 -33.14 + 98.550 193.00 190.17 2.83 + 98.575 156.00 181.97 -25.97 + 98.600 176.00 175.91 0.09 + 98.625 161.00 172.68 -11.68 + 98.650 155.00 171.86 -16.86 + 98.675 146.00 172.97 -26.97 + 98.700 179.00 176.46 2.54 + 98.725 208.00 184.06 23.94 + 98.750 186.00 198.38 -12.38 + 98.775 194.00 220.66 -26.66 + 98.800 252.00 245.59 6.41 + 98.825 230.00 254.71 -24.71 + 98.850 219.00 237.37 -18.37 + 98.875 182.00 211.74 -29.74 + 98.900 179.00 191.85 -12.85 + 98.925 174.00 179.80 -5.80 + 98.950 147.00 173.42 -26.42 + 98.975 189.00 170.15 18.85 + 99.000 166.00 168.34 -2.34 + 99.025 142.00 167.24 -25.24 + 99.050 144.00 166.54 -22.54 + 99.075 177.00 166.13 10.87 + 99.100 178.00 166.87 11.13 + 99.125 215.00 167.07 47.93 + 99.150 182.00 167.73 14.27 + 99.175 160.00 169.25 -9.25 + 99.200 196.00 172.37 23.63 + 99.225 200.00 177.71 22.29 + 99.250 159.00 185.49 -26.49 + 99.275 163.00 192.66 -29.66 + 99.300 150.00 192.98 -42.98 + 99.325 175.00 186.13 -11.13 + 99.350 144.00 178.38 -34.38 + 99.375 132.00 172.85 -40.85 + 99.400 160.00 169.72 -9.72 + 99.425 169.00 168.25 0.75 + 99.450 138.00 167.69 -29.69 + 99.475 171.00 167.62 3.38 + 99.500 129.00 167.87 -38.87 + 99.525 167.00 168.00 -1.00 + 99.550 172.00 168.85 3.15 + 99.575 135.00 170.07 -35.07 + 99.600 170.00 171.82 -1.82 + 99.625 172.00 174.41 -2.41 + 99.650 169.00 178.56 -9.56 + 99.675 199.00 186.01 12.99 + 99.700 221.00 200.32 20.68 + 99.725 233.00 227.08 5.92 + 99.750 283.00 269.55 13.45 + 99.775 291.00 323.38 -32.38 + 99.800 299.00 361.81 -62.81 + 99.825 257.00 347.82 -90.82 + 99.850 239.00 296.75 -57.75 + 99.875 226.00 246.85 -20.85 + 99.900 185.00 212.40 -27.40 + 99.925 195.00 192.57 2.43 + 99.950 194.00 182.16 11.84 + 99.975 175.00 176.62 -1.62 + 100.000 192.00 174.33 17.67 + 100.025 182.00 172.28 9.72 + 100.050 189.00 171.38 17.62 + 100.075 210.00 170.47 39.53 + 100.100 252.00 169.88 82.12 + 100.125 217.00 169.56 47.44 + 100.150 230.00 169.47 60.53 + 100.175 223.00 169.59 53.41 + 100.200 192.00 169.95 22.05 + 100.225 205.00 170.57 34.43 + 100.250 179.00 171.59 7.41 + 100.275 185.00 173.10 11.90 + 100.300 155.00 175.62 -20.62 + 100.325 193.00 180.00 13.00 + 100.350 190.00 188.10 1.90 + 100.375 214.00 202.19 11.81 + 100.400 215.00 223.22 -8.22 + 100.425 230.00 247.58 -17.58 + 100.450 223.00 261.94 -38.94 + 100.475 212.00 253.61 -41.61 + 100.500 233.00 233.10 -0.10 + 100.525 221.00 214.60 6.40 + 100.550 242.00 205.38 36.62 + 100.575 216.00 205.51 10.49 + 100.600 261.00 216.29 44.71 + 100.625 265.00 241.65 23.35 + 100.650 370.00 286.92 83.08 + 100.675 406.00 353.41 52.59 + 100.700 501.00 426.70 74.30 + 100.725 447.00 466.80 -19.80 + 100.750 488.00 453.60 34.40 + 100.775 473.00 416.44 56.56 + 100.800 365.00 365.58 -0.58 + 100.825 279.00 307.19 -28.19 + 100.850 283.00 258.59 24.41 + 100.875 285.00 226.47 58.53 + 100.900 282.00 208.84 73.16 + 100.925 239.00 201.65 37.35 + 100.950 267.00 201.10 65.90 + 100.975 263.00 203.46 59.54 + 101.000 309.00 205.52 103.48 + 101.025 349.00 205.69 143.31 + 101.050 345.00 202.69 142.31 + 101.075 322.00 198.06 123.94 + 101.100 338.00 193.85 144.15 + 101.125 308.00 188.78 119.22 + 101.150 238.00 183.34 54.66 + 101.175 221.00 178.99 42.01 + 101.200 215.00 175.70 39.30 + 101.225 197.00 174.01 22.99 + 101.250 205.00 173.32 31.68 + 101.275 208.00 173.49 34.51 + 101.300 222.00 174.51 47.49 + 101.325 206.00 176.69 29.31 + 101.350 204.00 180.85 23.15 + 101.375 230.00 188.57 41.43 + 101.400 240.00 202.18 37.82 + 101.425 284.00 224.04 59.96 + 101.450 313.00 254.00 59.00 + 101.475 331.00 284.92 46.08 + 101.500 344.00 309.78 34.22 + 101.525 297.00 316.10 -19.10 + 101.550 275.00 293.12 -18.12 + 101.575 267.00 255.91 11.09 + 101.600 216.00 222.72 -6.72 + 101.625 230.00 199.87 30.13 + 101.650 194.00 186.44 7.56 + 101.675 195.00 179.42 15.58 + 101.700 234.00 176.16 57.84 + 101.725 196.00 175.18 20.82 + 101.750 198.00 176.30 21.70 + 101.775 240.00 180.35 59.65 + 101.800 255.00 188.19 66.81 + 101.825 287.00 201.13 85.87 + 101.850 314.00 214.48 99.52 + 101.875 318.00 221.50 96.50 + 101.900 255.00 215.53 39.47 + 101.925 232.00 201.79 30.21 + 101.950 213.00 188.51 24.49 + 101.975 186.00 178.92 7.08 + 102.000 193.00 173.08 19.92 + 102.025 156.00 169.88 -13.88 + 102.050 168.00 168.19 -0.19 + 102.075 155.00 167.25 -12.25 + 102.100 154.00 166.71 -12.71 + 102.125 187.00 166.41 20.59 + 102.150 181.00 166.28 14.72 + 102.175 194.00 166.29 27.71 + 102.200 183.00 166.45 16.55 + 102.225 206.00 166.74 39.26 + 102.250 191.00 167.00 24.00 + 102.275 179.00 167.64 11.36 + 102.300 174.00 168.00 6.00 + 102.325 158.00 169.22 -11.22 + 102.350 176.00 170.93 5.07 + 102.375 183.00 173.42 9.58 + 102.400 184.00 177.11 6.89 + 102.425 188.00 182.72 5.28 + 102.450 222.00 191.38 30.62 + 102.475 211.00 204.99 6.01 + 102.500 242.00 226.54 15.46 + 102.525 267.00 260.64 6.36 + 102.550 330.00 310.04 19.96 + 102.575 363.00 367.18 -4.18 + 102.600 390.00 405.12 -15.12 + 102.625 397.00 392.02 4.98 + 102.650 332.00 338.96 -6.96 + 102.675 288.00 280.67 7.33 + 102.700 273.00 235.65 37.35 + 102.725 199.00 206.58 -7.58 + 102.750 218.00 189.93 28.07 + 102.775 198.00 180.83 17.17 + 102.800 206.00 175.67 30.33 + 102.825 228.00 172.42 55.58 + 102.850 206.00 170.15 35.85 + 102.875 216.00 168.47 47.53 + 102.900 256.00 167.17 88.83 + 102.925 259.00 166.14 92.86 + 102.950 301.00 165.32 135.68 + 102.975 265.00 164.66 100.34 + 103.000 240.00 164.11 75.89 + 103.025 206.00 163.65 42.35 + 103.050 224.00 163.26 60.74 + 103.075 183.00 163.20 19.80 + 103.100 160.00 163.24 -3.24 + 103.125 190.00 163.03 26.97 + 103.150 158.00 162.85 -4.85 + 103.175 161.00 162.71 -1.71 + 103.200 161.00 162.60 -1.60 + 103.225 143.00 162.52 -19.52 + 103.250 144.00 162.45 -18.45 + 103.275 177.00 162.40 14.60 + 103.300 175.00 162.34 12.66 + 103.325 142.00 162.33 -20.33 + 103.350 129.00 162.47 -33.47 + 103.375 140.00 162.51 -22.51 + 103.400 166.00 162.58 3.42 + 103.425 156.00 162.33 -6.33 + 103.450 126.00 162.55 -36.55 + 103.475 156.00 162.79 -6.79 + 103.500 144.00 163.08 -19.08 + 103.525 146.00 163.43 -17.43 + 103.550 136.00 163.83 -27.83 + 103.575 145.00 164.32 -19.32 + 103.600 160.00 164.91 -4.91 + 103.625 147.00 165.64 -18.64 + 103.650 142.00 166.56 -24.56 + 103.675 150.00 167.74 -17.74 + 103.700 168.00 169.33 -1.33 + 103.725 164.00 171.64 -7.64 + 103.750 168.00 175.34 -7.34 + 103.775 195.00 181.78 13.22 + 103.800 207.00 193.16 13.84 + 103.825 229.00 212.04 16.96 + 103.850 260.00 239.74 20.26 + 103.875 263.00 274.68 -11.68 + 103.900 294.00 304.30 -10.30 + 103.925 291.00 311.48 -20.48 + 103.950 279.00 291.09 -12.09 + 103.975 245.00 259.35 -14.35 + 104.000 211.00 231.11 -20.11 + 104.025 240.00 212.11 27.89 + 104.050 218.00 201.92 16.08 + 104.075 197.00 198.95 -1.95 + 104.100 226.00 202.07 23.93 + 104.125 253.00 211.16 41.84 + 104.150 249.00 226.22 22.78 + 104.175 289.00 246.20 42.80 + 104.200 329.00 269.75 59.25 + 104.225 377.00 296.84 80.16 + 104.250 412.00 322.07 89.93 + 104.275 419.00 329.53 89.47 + 104.300 371.00 309.19 61.81 + 104.325 310.00 273.79 36.21 + 104.350 258.00 239.69 18.31 + 104.375 236.00 214.05 21.95 + 104.400 243.00 197.66 45.34 + 104.425 235.00 189.16 45.84 + 104.450 224.00 184.72 39.28 + 104.475 241.00 183.00 58.00 + 104.500 236.00 182.99 53.01 + 104.525 239.00 184.52 54.48 + 104.550 302.00 187.91 114.09 + 104.575 286.00 194.57 91.43 + 104.600 295.00 207.16 87.84 + 104.625 329.00 229.62 99.38 + 104.650 390.00 265.92 124.08 + 104.675 376.00 317.04 58.96 + 104.700 405.00 376.32 28.68 + 104.725 380.00 423.44 -43.44 + 104.750 376.00 429.87 -53.87 + 104.775 363.00 392.52 -29.52 + 104.800 361.00 341.67 19.33 + 104.825 296.00 299.94 -3.94 + 104.850 313.00 274.33 38.67 + 104.875 279.00 260.57 18.43 + 104.900 295.00 248.56 46.44 + 104.925 248.00 233.18 14.82 + 104.950 253.00 216.48 36.52 + 104.975 273.00 202.45 70.55 + 105.000 273.00 192.40 80.60 + 105.025 275.00 186.17 88.83 + 105.050 305.00 182.81 122.19 + 105.075 282.00 181.70 100.30 + 105.100 295.00 182.35 112.65 + 105.125 295.00 185.04 109.96 + 105.150 304.00 190.42 113.58 + 105.175 318.00 201.78 116.22 + 105.200 331.00 221.28 109.72 + 105.225 336.00 250.86 85.14 + 105.250 336.00 289.26 46.74 + 105.275 371.00 328.53 42.47 + 105.300 349.00 351.32 -2.32 + 105.325 315.00 342.80 -27.80 + 105.350 280.00 311.05 -31.05 + 105.375 286.00 274.67 11.33 + 105.400 238.00 244.19 -6.19 + 105.425 265.00 222.03 42.97 + 105.450 226.00 206.65 19.35 + 105.475 238.00 197.58 40.42 + 105.500 222.00 194.16 27.84 + 105.525 224.00 196.00 28.00 + 105.550 254.00 202.85 51.15 + 105.575 303.00 214.74 88.26 + 105.600 311.00 227.09 83.91 + 105.625 297.00 234.59 62.41 + 105.650 319.00 234.61 84.39 + 105.675 302.00 229.19 72.81 + 105.700 295.00 225.76 69.24 + 105.725 299.00 229.11 69.89 + 105.750 325.00 239.84 85.16 + 105.775 347.00 253.73 93.27 + 105.800 294.00 262.14 31.86 + 105.825 264.00 256.35 7.65 + 105.850 265.00 238.87 26.13 + 105.875 239.00 218.63 20.37 + 105.900 227.00 201.47 25.53 + 105.925 226.00 189.30 36.70 + 105.950 250.00 181.80 68.20 + 105.975 203.00 177.70 25.30 + 106.000 229.00 175.64 53.36 + 106.025 202.00 174.64 27.36 + 106.050 234.00 174.23 59.77 + 106.075 220.00 174.31 45.69 + 106.100 206.00 174.98 31.02 + 106.125 230.00 176.43 53.57 + 106.150 228.00 179.00 49.00 + 106.175 259.00 183.27 75.73 + 106.200 221.00 189.49 31.51 + 106.225 276.00 199.99 76.01 + 106.250 276.00 215.02 60.98 + 106.275 271.00 234.82 36.18 + 106.300 278.00 258.66 19.34 + 106.325 298.00 283.01 14.99 + 106.350 341.00 301.86 39.14 + 106.375 366.00 314.54 51.46 + 106.400 384.00 330.92 53.08 + 106.425 388.00 360.08 27.92 + 106.450 410.00 400.66 9.34 + 106.475 433.00 437.27 -4.27 + 106.500 388.00 443.90 -55.90 + 106.525 382.00 409.51 -27.51 + 106.550 298.00 352.44 -54.44 + 106.575 327.00 295.69 31.31 + 106.600 266.00 250.28 15.72 + 106.625 250.00 218.74 31.26 + 106.650 252.00 198.98 53.02 + 106.675 252.00 187.36 64.64 + 106.700 262.00 180.53 81.47 + 106.725 270.00 175.96 94.04 + 106.750 257.00 173.09 83.91 + 106.775 249.00 170.97 78.03 + 106.800 251.00 169.33 81.67 + 106.825 336.00 168.02 167.98 + 106.850 305.00 166.96 138.04 + 106.875 284.00 166.54 117.46 + 106.900 293.00 165.84 127.16 + 106.925 236.00 165.26 70.74 + 106.950 224.00 164.77 59.23 + 106.975 207.00 164.38 42.62 + 107.000 200.00 164.07 35.93 + 107.025 174.00 163.81 10.19 + 107.050 177.00 163.61 13.39 + 107.075 180.00 163.43 16.57 + 107.100 163.00 163.25 -0.25 + 107.125 150.00 163.06 -13.06 + 107.150 181.00 162.89 18.11 + 107.175 174.00 162.72 11.28 + 107.200 141.00 162.61 -21.61 + 107.225 156.00 162.54 -6.54 + 107.250 143.00 162.50 -19.50 + 107.275 166.00 162.15 3.85 + 107.300 148.00 162.81 -14.81 + 107.325 174.00 162.91 11.09 + 107.350 153.00 163.04 -10.04 + 107.375 160.00 163.20 -3.20 + 107.400 159.00 163.40 -4.40 + 107.425 160.00 162.70 -2.70 + 107.450 155.00 163.30 -8.30 + 107.475 141.00 163.74 -22.74 + 107.500 148.00 164.27 -16.27 + 107.525 157.00 164.92 -7.92 + 107.550 157.00 165.73 -8.73 + 107.575 161.00 166.78 -5.78 + 107.600 171.00 168.18 2.82 + 107.625 164.00 170.14 -6.14 + 107.650 169.00 173.05 -4.05 + 107.675 170.00 177.65 -7.65 + 107.700 167.00 185.08 -18.08 + 107.725 189.00 196.93 -7.93 + 107.750 220.00 214.63 5.37 + 107.775 252.00 238.38 13.62 + 107.800 328.00 265.68 62.32 + 107.825 298.00 289.64 8.36 + 107.850 286.00 299.51 -13.51 + 107.875 290.00 289.34 0.66 + 107.900 266.00 265.75 0.25 + 107.925 220.00 239.45 -19.45 + 107.950 171.00 216.93 -45.93 + 107.975 193.00 200.47 -7.47 + 108.000 194.00 189.97 4.03 + 108.025 170.00 184.21 -14.21 + 108.050 235.00 181.87 53.13 + 108.075 195.00 182.15 12.85 + 108.100 207.00 185.06 21.94 + 108.125 227.00 191.54 35.46 + 108.150 261.00 203.32 57.68 + 108.175 320.00 222.40 97.60 + 108.200 343.00 250.02 92.98 + 108.225 339.00 285.37 53.63 + 108.250 411.00 322.91 88.09 + 108.275 416.00 351.83 64.17 + 108.300 350.00 359.24 -9.24 + 108.325 350.00 344.25 5.75 + 108.350 288.00 319.77 -31.77 + 108.375 343.00 297.88 45.12 + 108.400 300.00 282.82 17.18 + 108.425 286.00 271.84 14.16 + 108.450 283.00 258.87 24.13 + 108.475 249.00 241.55 7.45 + 108.500 258.00 222.82 35.18 + 108.525 232.00 206.05 25.95 + 108.550 229.00 192.82 36.18 + 108.575 233.00 183.35 49.65 + 108.600 215.00 177.08 37.92 + 108.625 250.00 173.09 76.91 + 108.650 258.00 170.57 87.43 + 108.675 250.00 168.90 81.10 + 108.700 251.00 167.73 83.27 + 108.725 245.00 166.86 78.14 + 108.750 233.00 166.19 66.81 + 108.775 220.00 165.67 54.33 + 108.800 257.00 165.26 91.74 + 108.825 219.00 164.96 54.04 + 108.850 207.00 164.31 42.69 + 108.875 208.00 164.20 43.80 + 108.900 191.00 164.18 26.82 + 108.925 187.00 164.25 22.75 + 108.950 198.00 164.43 33.57 + 108.975 176.00 164.76 11.24 + 109.000 184.00 165.36 18.64 + 109.025 190.00 166.38 23.62 + 109.050 192.00 168.15 23.85 + 109.075 159.00 171.22 -12.22 + 109.100 176.00 176.24 -0.24 + 109.125 166.00 183.78 -17.78 + 109.150 196.00 193.96 2.04 + 109.175 172.00 205.95 -33.95 + 109.200 180.00 217.40 -37.40 + 109.225 208.00 224.15 -16.15 + 109.250 219.00 222.58 -3.58 + 109.275 202.00 213.59 -11.59 + 109.300 177.00 200.86 -23.86 + 109.325 175.00 189.30 -14.30 + 109.350 170.00 179.92 -9.92 + 109.375 167.00 173.22 -6.22 + 109.400 175.00 168.88 6.12 + 109.425 153.00 166.27 -13.27 + 109.450 145.00 164.52 -19.52 + 109.475 178.00 163.66 14.34 + 109.500 168.00 163.14 4.86 + 109.525 153.00 162.86 -9.86 + 109.550 159.00 162.56 -3.56 + 109.575 179.00 162.25 16.75 + 109.600 196.00 161.96 34.04 + 109.625 175.00 161.70 13.30 + 109.650 174.00 161.48 12.52 + 109.675 168.00 161.32 6.68 + 109.700 180.00 161.20 18.80 + 109.725 139.00 161.12 -22.12 + 109.750 157.00 161.08 -4.08 + 109.775 143.00 161.06 -18.06 + 109.800 156.00 161.08 -5.08 + 109.825 157.00 161.14 -4.14 + 109.850 151.00 161.26 -10.26 + 109.875 155.00 161.47 -6.47 + 109.900 158.00 161.84 -3.84 + 109.925 155.00 162.42 -7.42 + 109.950 141.00 163.28 -22.28 + 109.975 152.00 164.40 -12.40 + 110.000 145.00 165.70 -20.70 + 110.025 158.00 166.92 -8.92 + 110.050 153.00 167.69 -14.69 + 110.075 149.00 167.64 -18.64 + 110.100 153.00 166.88 -13.88 + 110.125 150.00 165.84 -15.84 + 110.150 144.00 164.92 -20.92 + 110.175 150.00 164.81 -14.81 + 110.200 143.00 164.80 -21.80 + 110.225 172.00 165.47 6.53 + 110.250 141.00 166.93 -25.93 + 110.275 166.00 169.06 -3.06 + 110.300 170.00 172.24 -2.24 + 110.325 162.00 175.96 -13.96 + 110.350 206.00 179.55 26.45 + 110.375 182.00 181.93 0.07 + 110.400 172.00 182.20 -10.20 + 110.425 183.00 180.72 2.28 + 110.450 175.00 178.84 -3.84 + 110.475 178.00 177.84 0.16 + 110.500 179.00 178.41 0.59 + 110.525 157.00 180.88 -23.88 + 110.550 163.00 184.27 -21.27 + 110.575 182.00 187.58 -5.58 + 110.600 184.00 189.06 -5.06 + 110.625 177.00 187.58 -10.58 + 110.650 163.00 183.71 -20.71 + 110.675 172.00 178.93 -6.93 + 110.700 185.00 174.44 10.56 + 110.725 159.00 170.83 -11.83 + 110.750 185.00 168.26 16.74 + 110.775 176.00 166.63 9.37 + 110.800 169.00 165.71 3.29 + 110.825 161.00 165.28 -4.28 + 110.850 173.00 165.16 7.84 + 110.875 190.00 165.26 24.74 + 110.900 193.00 165.52 27.48 + 110.925 150.00 165.93 -15.93 + 110.950 175.00 166.52 8.48 + 110.975 151.00 167.34 -16.34 + 111.000 176.00 168.50 7.50 + 111.025 166.00 170.20 -4.20 + 111.050 171.00 172.81 -1.81 + 111.075 187.00 176.94 10.06 + 111.100 180.00 183.49 -3.49 + 111.125 216.00 193.54 22.46 + 111.150 212.00 208.19 3.81 + 111.175 269.00 227.75 41.25 + 111.200 301.00 251.20 49.80 + 111.225 313.00 275.36 37.64 + 111.250 319.00 294.10 24.90 + 111.275 328.00 299.90 28.10 + 111.300 299.00 289.87 9.13 + 111.325 252.00 269.01 -17.01 + 111.350 252.00 244.94 7.06 + 111.375 228.00 223.01 4.99 + 111.400 200.00 205.85 -5.85 + 111.425 209.00 194.26 14.74 + 111.450 202.00 188.02 13.98 + 111.475 225.00 186.48 38.52 + 111.500 199.00 189.26 9.74 + 111.525 251.00 195.87 55.13 + 111.550 236.00 205.76 30.24 + 111.575 263.00 217.91 45.09 + 111.600 299.00 229.65 69.35 + 111.625 302.00 237.48 64.52 + 111.650 338.00 237.73 100.27 + 111.675 248.00 230.03 17.97 + 111.700 259.00 217.56 41.44 + 111.725 262.00 204.28 57.72 + 111.750 213.00 192.49 20.51 + 111.775 211.00 183.21 27.79 + 111.800 206.00 176.58 29.42 + 111.825 210.00 172.19 37.81 + 111.850 168.00 169.54 -1.54 + 111.875 191.00 167.85 23.15 + 111.900 159.00 166.81 -7.81 + 111.925 183.00 166.15 16.85 + 111.950 202.00 165.72 36.28 + 111.975 211.00 165.45 45.55 + 112.000 205.00 165.32 39.68 + 112.025 206.00 165.32 40.68 + 112.050 205.00 165.51 39.49 + 112.075 223.00 165.97 57.03 + 112.100 200.00 167.34 32.66 + 112.125 184.00 168.88 15.12 + 112.150 189.00 171.26 17.74 + 112.175 186.00 174.66 11.34 + 112.200 185.00 179.06 5.94 + 112.225 205.00 184.13 20.87 + 112.250 197.00 189.07 7.93 + 112.275 210.00 192.61 17.39 + 112.300 206.00 193.39 12.61 + 112.325 202.00 191.12 10.88 + 112.350 174.00 186.83 -12.83 + 112.375 175.00 181.94 -6.94 + 112.400 190.00 177.07 12.93 + 112.425 165.00 173.59 -8.59 + 112.450 173.00 171.34 1.66 + 112.475 179.00 170.07 8.93 + 112.500 192.00 169.81 22.19 + 112.525 168.00 170.54 -2.54 + 112.550 168.00 172.41 -4.41 + 112.575 181.00 175.69 5.31 + 112.600 170.00 180.70 -10.70 + 112.625 200.00 187.62 12.38 + 112.650 198.00 196.26 1.74 + 112.675 219.00 205.82 13.18 + 112.700 211.00 214.67 -3.67 + 112.725 238.00 220.37 17.63 + 112.750 222.00 220.89 1.11 + 112.775 205.00 216.33 -11.33 + 112.800 221.00 209.58 11.42 + 112.825 204.00 202.96 1.04 + 112.850 219.00 198.13 20.87 + 112.875 196.00 195.79 0.21 + 112.900 210.00 195.91 14.09 + 112.925 196.00 198.08 -2.08 + 112.950 234.00 201.62 32.38 + 112.975 212.00 205.50 6.50 + 113.000 191.00 208.36 -17.36 + 113.025 250.00 209.30 40.70 + 113.050 230.00 209.02 20.98 + 113.075 226.00 209.69 16.31 + 113.100 277.00 213.86 63.14 + 113.125 263.00 223.09 39.91 + 113.150 296.00 238.41 57.59 + 113.175 319.00 259.25 59.75 + 113.200 338.00 283.17 54.83 + 113.225 385.00 305.38 79.62 + 113.250 408.00 318.91 89.09 + 113.275 381.00 317.83 63.17 + 113.300 356.00 302.29 53.71 + 113.325 290.00 278.30 11.70 + 113.350 284.00 252.46 31.54 + 113.375 268.00 229.12 38.88 + 113.400 222.00 210.46 11.54 + 113.425 245.00 197.07 47.93 + 113.450 214.00 188.48 25.52 + 113.475 211.00 184.05 26.95 + 113.500 204.00 182.87 21.13 + 113.525 227.00 184.25 42.75 + 113.550 254.00 187.60 66.40 + 113.575 236.00 192.29 43.71 + 113.600 290.00 197.37 92.63 + 113.625 305.00 201.46 103.54 + 113.650 290.00 202.92 87.08 + 113.675 337.00 200.87 136.13 + 113.700 276.00 195.99 80.01 + 113.725 281.00 189.81 91.19 + 113.750 238.00 183.65 54.35 + 113.775 243.00 178.31 64.69 + 113.800 231.00 174.11 56.89 + 113.825 205.00 171.08 33.92 + 113.850 205.00 169.02 35.98 + 113.875 193.00 167.71 25.29 + 113.900 180.00 166.73 13.27 + 113.925 171.00 166.25 4.75 + 113.950 185.00 166.08 18.92 + 113.975 191.00 165.96 25.04 + 114.000 191.00 165.96 25.04 + 114.025 190.00 166.09 23.91 + 114.050 179.00 166.39 12.61 + 114.075 169.00 166.94 2.06 + 114.100 175.00 167.92 7.08 + 114.125 199.00 169.68 29.32 + 114.150 179.00 172.29 6.71 + 114.175 189.00 176.17 12.83 + 114.200 210.00 181.45 28.55 + 114.225 191.00 188.33 2.67 + 114.250 206.00 196.28 9.72 + 114.275 212.00 204.32 7.68 + 114.300 210.00 210.78 -0.78 + 114.325 235.00 213.65 21.35 + 114.350 205.00 211.75 -6.75 + 114.375 182.00 205.86 -23.86 + 114.400 185.00 197.96 -12.96 + 114.425 177.00 189.86 -12.86 + 114.450 171.00 182.36 -11.36 + 114.475 153.00 176.63 -23.63 + 114.500 154.00 172.41 -18.41 + 114.525 152.00 169.54 -17.54 + 114.550 170.00 167.68 2.32 + 114.575 155.00 166.54 -11.54 + 114.600 156.00 165.85 -9.85 + 114.625 153.00 165.45 -12.45 + 114.650 171.00 165.24 5.76 + 114.675 188.00 165.18 22.82 + 114.700 181.00 165.25 15.75 + 114.725 180.00 165.44 14.56 + 114.750 201.00 165.75 35.25 + 114.775 183.00 166.16 16.84 + 114.800 191.00 166.63 24.37 + 114.825 184.00 167.10 16.90 + 114.850 187.00 167.48 19.52 + 114.875 163.00 167.59 -4.59 + 114.900 161.00 167.67 -6.67 + 114.925 165.00 167.72 -2.72 + 114.950 160.00 167.86 -7.86 + 114.975 185.00 168.24 16.76 + 115.000 198.00 169.04 28.96 + 115.025 164.00 170.47 -6.47 + 115.050 176.00 172.73 3.27 + 115.075 182.00 175.99 6.01 + 115.100 172.00 180.32 -8.32 + 115.125 172.00 185.60 -13.60 + 115.150 186.00 191.48 -5.48 + 115.175 189.00 197.28 -8.28 + 115.200 181.00 202.30 -21.30 + 115.225 231.00 205.38 25.62 + 115.250 209.00 206.93 2.07 + 115.275 211.00 207.84 3.16 + 115.300 227.00 209.06 17.94 + 115.325 226.00 210.86 15.14 + 115.350 193.00 212.65 -19.65 + 115.375 216.00 213.19 2.81 + 115.400 211.00 211.25 -0.25 + 115.425 211.00 206.73 4.27 + 115.450 193.00 200.73 -7.73 + 115.475 175.00 194.66 -19.66 + 115.500 192.00 189.63 2.37 + 115.525 209.00 186.44 22.56 + 115.550 196.00 185.55 10.45 + 115.575 195.00 186.98 8.02 + 115.600 230.00 190.91 39.09 + 115.625 231.00 196.73 34.27 + 115.650 239.00 203.62 35.38 + 115.675 311.00 210.26 100.74 + 115.700 285.00 214.89 70.11 + 115.725 263.00 215.80 47.20 + 115.750 289.00 212.53 76.47 + 115.775 262.00 206.14 55.86 + 115.800 214.00 198.40 15.60 + 115.825 212.00 190.74 21.26 + 115.850 218.00 184.01 33.99 + 115.875 186.00 178.63 7.37 + 115.900 191.00 174.64 16.36 + 115.925 199.00 171.90 27.10 + 115.950 183.00 170.12 12.88 + 115.975 190.00 169.02 20.98 + 116.000 168.00 168.37 -0.37 + 116.025 194.00 167.99 26.01 + 116.050 191.00 167.77 23.23 + 116.075 195.00 167.67 27.33 + 116.100 207.00 167.74 39.26 + 116.125 218.00 167.81 50.19 + 116.150 222.00 167.99 54.01 + 116.175 241.00 168.29 72.71 + 116.200 242.00 168.76 73.24 + 116.225 219.00 169.49 49.51 + 116.250 189.00 170.62 18.38 + 116.275 202.00 172.71 29.29 + 116.300 202.00 175.47 26.53 + 116.325 190.00 179.64 10.36 + 116.350 225.00 185.68 39.32 + 116.375 204.00 194.15 9.85 + 116.400 223.00 204.86 18.14 + 116.425 262.00 217.66 44.34 + 116.450 258.00 231.59 26.41 + 116.475 317.00 244.87 72.13 + 116.500 312.00 254.84 57.16 + 116.525 304.00 259.12 44.88 + 116.550 299.00 256.59 42.41 + 116.575 278.00 248.28 29.72 + 116.600 265.00 236.33 28.67 + 116.625 221.00 222.96 -1.96 + 116.650 205.00 210.05 -5.05 + 116.675 225.00 198.71 26.29 + 116.700 211.00 189.72 21.28 + 116.725 203.00 183.02 19.98 + 116.750 192.00 178.31 13.69 + 116.775 201.00 175.19 25.81 + 116.800 197.00 173.27 23.73 + 116.825 227.00 172.23 54.77 + 116.850 184.00 171.84 12.16 + 116.875 205.00 171.97 33.03 + 116.900 216.00 172.56 43.44 + 116.925 256.00 173.55 82.45 + 116.950 253.00 174.98 78.02 + 116.975 288.00 176.62 111.38 + 117.000 249.00 178.30 70.70 + 117.025 280.00 179.62 100.38 + 117.050 219.00 180.66 38.34 + 117.075 217.00 181.17 35.83 + 117.100 249.00 181.18 67.82 + 117.125 229.00 180.79 48.21 + 117.150 198.00 180.17 17.83 + 117.175 193.00 179.49 13.51 + 117.200 178.00 178.91 -0.91 + 117.225 205.00 178.65 26.35 + 117.250 210.00 178.96 31.04 + 117.275 185.00 180.11 4.89 + 117.300 179.00 182.28 -3.28 + 117.325 213.00 185.65 27.35 + 117.350 233.00 190.31 42.69 + 117.375 225.00 196.27 28.73 + 117.400 232.00 203.48 28.52 + 117.425 264.00 211.74 52.26 + 117.450 271.00 220.83 50.17 + 117.475 285.00 230.69 54.31 + 117.500 273.00 241.79 31.21 + 117.525 342.00 254.84 87.16 + 117.550 326.00 270.13 55.87 + 117.575 401.00 286.94 114.06 + 117.600 358.00 303.23 54.77 + 117.625 432.00 315.96 116.04 + 117.650 331.00 322.33 8.67 + 117.675 361.00 321.50 39.50 + 117.700 330.00 314.51 15.49 + 117.725 283.00 302.73 -19.73 + 117.750 282.00 287.11 -5.11 + 117.775 263.00 268.90 -5.90 + 117.800 245.00 249.99 -4.99 + 117.825 232.00 232.25 -0.25 + 117.850 219.00 216.69 2.31 + 117.875 251.00 204.23 46.77 + 117.900 241.00 194.63 46.37 + 117.925 241.00 187.53 53.47 + 117.950 265.00 182.57 82.43 + 117.975 237.00 179.24 57.76 + 118.000 251.00 177.10 73.90 + 118.025 266.00 175.83 90.17 + 118.050 291.00 175.24 115.76 + 118.075 301.00 175.26 125.74 + 118.100 300.00 175.91 124.09 + 118.125 280.00 177.36 102.64 + 118.150 332.00 179.81 152.19 + 118.175 285.00 183.51 101.49 + 118.200 276.00 188.68 87.32 + 118.225 261.00 195.37 65.63 + 118.250 262.00 203.43 58.57 + 118.275 264.00 212.35 51.65 + 118.300 280.00 221.19 58.81 + 118.325 291.00 228.58 62.42 + 118.350 292.00 233.06 58.94 + 118.375 284.00 233.58 50.42 + 118.400 266.00 229.94 36.06 + 118.425 240.00 223.00 17.00 + 118.450 219.00 214.16 4.84 + 118.475 232.00 204.85 27.15 + 118.500 218.00 196.18 21.82 + 118.525 192.00 188.73 3.27 + 118.550 181.00 182.76 -1.76 + 118.575 184.00 178.25 5.75 + 118.600 219.00 175.00 44.00 + 118.625 187.00 172.76 14.24 + 118.650 174.00 171.24 2.76 + 118.675 184.00 170.24 13.76 + 118.700 204.00 169.57 34.43 + 118.725 197.00 169.13 27.87 + 118.750 217.00 168.84 48.16 + 118.775 215.00 168.67 46.33 + 118.800 213.00 168.60 44.40 + 118.825 212.00 168.60 43.40 + 118.850 218.00 168.59 49.41 + 118.875 210.00 168.69 41.31 + 118.900 224.00 168.79 55.21 + 118.925 183.00 168.86 14.14 + 118.950 178.00 168.83 9.17 + 118.975 205.00 168.70 36.30 + 119.000 184.00 168.47 15.53 + 119.025 185.00 167.90 17.10 + 119.050 180.00 167.62 12.38 + 119.075 197.00 167.36 29.64 + 119.100 154.00 167.14 -13.14 + 119.125 171.00 166.97 4.03 + 119.150 181.00 166.67 14.33 + 119.175 155.00 166.58 -11.58 + 119.200 145.00 166.52 -21.52 + 119.225 184.00 166.53 17.47 + 119.250 180.00 166.50 13.50 + 119.275 173.00 166.73 6.27 + 119.300 168.00 166.72 1.28 + 119.325 190.00 166.72 23.28 + 119.350 169.00 166.72 2.28 + 119.375 161.00 166.73 -5.73 + 119.400 174.00 166.74 7.26 + 119.425 158.00 166.76 -8.76 + 119.450 167.00 166.78 0.22 + 119.475 182.00 166.80 15.20 + 119.500 165.00 166.83 -1.83 + 119.525 183.00 166.86 16.14 + 119.550 168.00 167.15 0.85 + 119.575 159.00 167.19 -8.19 + 119.600 161.00 167.24 -6.24 + 119.625 155.00 167.28 -12.28 + 119.650 189.00 167.34 21.66 + 119.675 186.00 167.39 18.61 + 119.700 150.00 167.45 -17.45 + 119.725 168.00 167.51 0.49 + 119.750 186.00 167.57 18.43 + 119.775 194.00 167.56 26.44 + 119.800 155.00 167.63 -12.63 + 119.825 171.00 167.62 3.38 + 119.850 151.00 167.70 -16.70 + 119.875 165.00 167.80 -2.80 + 119.900 175.00 167.90 7.10 + 119.925 156.00 168.00 -12.00 + 119.950 163.00 168.12 -5.12 + 119.975 164.00 168.24 -4.24 + 120.000 166.00 168.38 -2.38 + 120.025 185.00 168.52 16.48 + 120.050 163.00 168.67 -5.67 + 120.075 202.00 168.84 33.16 + 120.100 186.00 169.01 16.99 + 120.125 183.00 169.20 13.80 + 120.150 183.00 169.39 13.61 + 120.175 155.00 169.60 -14.60 + 120.200 199.00 169.82 29.18 + 120.225 176.00 170.07 5.93 + 120.250 188.00 170.72 17.28 + 120.275 177.00 171.05 5.95 + 120.300 165.00 171.61 -6.61 + 120.325 198.00 172.05 25.95 + 120.350 170.00 172.55 -2.55 + 120.375 186.00 173.14 12.86 + 120.400 188.00 173.87 14.13 + 120.425 193.00 174.79 18.21 + 120.450 190.00 176.01 13.99 + 120.475 207.00 177.69 29.31 + 120.500 234.00 180.08 53.92 + 120.525 205.00 183.54 21.46 + 120.550 212.00 188.35 23.65 + 120.575 216.00 194.96 21.04 + 120.600 213.00 203.95 9.05 + 120.625 266.00 215.05 50.95 + 120.650 257.00 228.38 28.62 + 120.675 269.00 243.45 25.55 + 120.700 300.00 259.28 40.72 + 120.725 330.00 274.30 55.70 + 120.750 339.00 286.52 52.48 + 120.775 357.00 293.97 63.03 + 120.800 382.00 295.45 86.55 + 120.825 326.00 291.33 34.67 + 120.850 325.00 283.58 41.42 + 120.875 282.00 274.81 7.19 + 120.900 284.00 267.34 16.66 + 120.925 305.00 262.70 42.30 + 120.950 353.00 261.62 91.38 + 120.975 293.00 263.94 29.06 + 121.000 354.00 268.70 85.30 + 121.025 327.00 274.14 52.86 + 121.050 397.00 278.01 118.99 + 121.075 378.00 278.14 99.86 + 121.100 367.00 273.45 93.55 + 121.125 341.00 264.39 76.61 + 121.150 307.00 252.50 54.50 + 121.175 311.00 239.54 71.46 + 121.200 274.00 226.92 47.08 + 121.225 313.00 215.59 97.41 + 121.250 351.00 206.06 144.94 + 121.275 347.00 198.53 148.47 + 121.300 326.00 192.91 133.09 + 121.325 307.00 188.96 118.04 + 121.350 293.00 186.37 106.63 + 121.375 260.00 184.82 75.18 + 121.400 283.00 184.06 98.94 + 121.425 272.00 183.90 88.10 + 121.450 272.00 184.27 87.73 + 121.475 302.00 185.15 116.85 + 121.500 307.00 186.65 120.35 + 121.525 313.00 188.98 124.02 + 121.550 332.00 192.48 139.52 + 121.575 337.00 197.62 139.38 + 121.600 327.00 205.03 121.97 + 121.625 331.00 215.38 115.62 + 121.650 343.00 229.31 113.69 + 121.675 329.00 247.25 81.75 + 121.700 371.00 269.22 101.78 + 121.725 392.00 294.69 97.31 + 121.750 418.00 322.34 95.66 + 121.775 493.00 349.94 143.06 + 121.800 471.00 374.31 96.69 + 121.825 481.00 391.77 89.23 + 121.850 485.00 399.18 85.82 + 121.875 486.00 395.41 90.59 + 121.900 422.00 382.00 40.00 + 121.925 425.00 362.44 62.56 + 121.950 387.00 340.70 46.30 + 121.975 379.00 320.24 58.76 + 122.000 330.00 303.51 26.49 + 122.025 338.00 291.92 46.08 + 122.050 327.00 285.81 41.19 + 122.075 321.00 284.58 36.42 + 122.100 327.00 287.06 39.94 + 122.125 386.00 291.34 94.66 + 122.150 375.00 295.63 79.37 + 122.175 412.00 298.04 113.96 + 122.200 398.00 297.10 100.90 + 122.225 371.00 291.44 79.56 + 122.250 398.00 281.27 116.73 + 122.275 377.00 268.04 108.96 + 122.300 382.00 253.38 128.62 + 122.325 419.00 238.89 180.11 + 122.350 397.00 225.31 171.69 + 122.375 373.00 213.74 159.26 + 122.400 325.00 204.19 120.81 + 122.425 333.00 196.66 136.34 + 122.450 311.00 190.95 120.05 + 122.475 301.00 186.76 114.24 + 122.500 293.00 183.75 109.25 + 122.525 291.00 181.62 109.38 + 122.550 268.00 180.10 87.90 + 122.575 279.00 179.04 99.96 + 122.600 289.00 178.22 110.78 + 122.625 278.00 177.35 100.65 + 122.650 266.00 176.86 89.14 + 122.675 268.00 176.46 91.54 + 122.700 284.00 176.12 107.88 + 122.725 258.00 175.85 82.15 + 122.750 251.00 175.62 75.38 + 122.775 258.00 175.58 82.42 + 122.800 247.00 175.43 71.57 + 122.825 251.00 175.30 75.70 + 122.850 211.00 175.26 35.74 + 122.875 209.00 175.19 33.81 + 122.900 220.00 175.14 44.86 + 122.925 218.00 175.11 42.89 + 122.950 191.00 175.11 15.89 + 122.975 186.00 175.13 10.87 + 123.000 214.00 175.17 38.83 + 123.025 213.00 175.24 37.76 + 123.050 216.00 175.34 40.66 + 123.075 227.00 175.48 51.52 + 123.100 196.00 175.65 20.35 + 123.125 202.00 175.87 26.13 + 123.150 213.00 176.14 36.86 + 123.175 186.00 176.58 9.42 + 123.200 198.00 176.95 21.05 + 123.225 224.00 177.37 46.63 + 123.250 177.00 177.82 -0.82 + 123.275 197.00 178.29 18.71 + 123.300 160.00 178.76 -18.76 + 123.325 191.00 179.23 11.77 + 123.350 209.00 179.68 29.32 + 123.375 217.00 180.14 36.86 + 123.400 216.00 180.67 35.33 + 123.425 215.00 181.33 33.67 + 123.450 200.00 181.86 18.14 + 123.475 207.00 182.94 24.06 + 123.500 202.00 184.73 17.27 + 123.525 234.00 187.25 46.75 + 123.550 218.00 190.76 27.24 + 123.575 252.00 195.58 56.42 + 123.600 249.00 202.06 46.94 + 123.625 281.00 210.54 70.46 + 123.650 270.00 221.36 48.64 + 123.675 287.00 234.92 52.08 + 123.700 318.00 250.77 67.23 + 123.725 319.00 268.74 50.26 + 123.750 370.00 288.23 81.77 + 123.775 397.00 308.11 88.89 + 123.800 434.00 327.01 106.99 + 123.825 494.00 343.23 150.77 + 123.850 424.00 355.68 68.32 + 123.875 485.00 362.47 122.53 + 123.900 464.00 362.13 101.87 + 123.925 454.00 354.44 99.56 + 123.950 461.00 340.24 120.76 + 123.975 371.00 321.67 49.33 + 124.000 326.00 301.11 24.89 + 124.025 309.00 280.61 28.39 + 124.050 280.00 261.75 18.25 + 124.075 332.00 245.52 86.48 + 124.100 297.00 232.43 64.57 + 124.125 277.00 222.62 54.38 + 124.150 293.00 215.95 77.05 + 124.175 303.00 212.11 90.89 + 124.200 342.00 210.69 131.31 + 124.225 293.00 211.26 81.74 + 124.250 322.00 213.42 108.58 + 124.275 350.00 216.84 133.16 + 124.300 360.00 221.24 138.76 + 124.325 343.00 226.48 116.52 + 124.350 387.00 232.53 154.47 + 124.375 437.00 239.37 197.63 + 124.400 442.00 246.85 195.15 + 124.425 460.00 254.54 205.46 + 124.450 486.00 261.75 224.25 + 124.475 451.00 267.50 183.50 + 124.500 433.00 270.79 162.21 + 124.525 459.00 270.93 188.07 + 124.550 369.00 267.81 101.19 + 124.575 415.00 261.91 153.09 + 124.600 340.00 254.14 85.86 + 124.625 328.00 245.54 82.46 + 124.650 323.00 237.14 85.86 + 124.675 291.00 229.79 61.21 + 124.700 265.00 224.11 40.89 + 124.725 305.00 220.47 84.53 + 124.750 279.00 218.99 60.01 + 124.775 298.00 219.55 78.45 + 124.800 320.00 222.04 97.96 + 124.825 299.00 225.73 73.27 + 124.850 306.00 229.73 76.27 + 124.875 340.00 233.45 106.55 + 124.900 314.00 236.00 78.00 + 124.925 329.00 236.76 92.24 + 124.950 324.00 235.23 88.77 + 124.975 367.00 231.69 135.31 + 125.000 378.00 226.72 151.28 + 125.025 335.00 221.03 113.97 + 125.050 338.00 215.29 122.71 + 125.075 293.00 210.03 82.97 + 125.100 299.00 205.66 93.34 + 125.125 293.00 202.50 90.50 + 125.150 263.00 200.75 62.25 + 125.175 285.00 200.60 84.40 + 125.200 277.00 202.16 74.84 + 125.225 283.00 205.50 77.50 + 125.250 326.00 210.66 115.34 + 125.275 291.00 217.57 73.43 + 125.300 311.00 226.06 84.94 + 125.325 315.00 235.85 79.15 + 125.350 351.00 246.42 104.58 + 125.375 367.00 257.11 109.89 + 125.400 353.00 267.02 85.98 + 125.425 387.00 275.15 111.85 + 125.450 404.00 280.59 123.41 + 125.475 365.00 282.94 82.06 + 125.500 354.00 282.41 71.59 + 125.525 382.00 280.03 101.97 + 125.550 318.00 276.74 41.26 + 125.575 310.00 273.32 36.68 + 125.600 342.00 269.99 72.01 + 125.625 355.00 267.30 87.70 + 125.650 334.00 264.61 69.39 + 125.675 382.00 261.75 120.25 + 125.700 359.00 258.13 100.87 + 125.725 322.00 253.30 68.70 + 125.750 317.00 247.21 69.79 + 125.775 322.00 240.19 81.81 + 125.800 315.00 232.46 82.54 + 125.825 322.00 224.65 97.35 + 125.850 260.00 217.21 42.79 + 125.875 275.00 210.42 64.58 + 125.900 282.00 204.49 77.51 + 125.925 290.00 199.53 90.47 + 125.950 318.00 195.53 122.47 + 125.975 296.00 192.43 103.57 + 126.000 276.00 190.11 85.89 + 126.025 281.00 188.46 92.54 + 126.050 309.00 187.29 121.71 + 126.075 281.00 186.59 94.41 + 126.100 305.00 186.20 118.80 + 126.125 298.00 186.07 111.93 + 126.150 276.00 186.15 89.85 + 126.175 252.00 186.43 65.57 + 126.200 303.00 186.92 116.08 + 126.225 282.00 187.66 94.34 + 126.250 308.00 188.56 119.44 + 126.275 302.00 190.09 111.91 + 126.300 293.00 192.26 100.74 + 126.325 288.00 195.25 92.75 + 126.350 268.00 199.48 68.52 + 126.375 300.00 205.24 94.76 + 126.400 319.00 212.92 106.08 + 126.425 297.00 222.85 74.15 + 126.450 302.00 235.32 66.68 + 126.475 304.00 250.42 53.58 + 126.500 346.00 268.05 77.95 + 126.525 392.00 287.79 104.21 + 126.550 454.00 308.86 145.14 + 126.575 519.00 330.04 188.96 + 126.600 565.00 349.72 215.28 + 126.625 590.00 365.96 224.04 + 126.650 593.00 376.85 216.15 + 126.675 601.00 381.06 219.94 + 126.700 563.00 378.16 184.84 + 126.725 482.00 369.26 112.74 + 126.750 500.00 355.67 144.33 + 126.775 403.00 338.94 64.06 + 126.800 417.00 320.43 96.57 + 126.825 386.00 301.51 84.49 + 126.850 328.00 282.75 45.25 + 126.875 293.00 265.19 27.81 + 126.900 321.00 249.43 71.57 + 126.925 300.00 235.81 64.19 + 126.950 313.00 224.42 88.58 + 126.975 294.00 215.16 78.84 + 127.000 318.00 207.82 110.18 + 127.025 294.00 202.12 91.88 + 127.050 329.00 197.85 131.15 + 127.075 329.00 194.61 134.39 + 127.100 364.00 192.24 171.76 + 127.125 360.00 190.52 169.48 + 127.150 385.00 189.31 195.69 + 127.175 412.00 188.49 223.51 + 127.200 426.00 188.08 237.92 + 127.225 405.00 187.84 217.16 + 127.250 418.00 187.84 230.16 + 127.275 417.00 187.91 229.09 + 127.300 358.00 188.50 169.50 + 127.325 384.00 189.46 194.54 + 127.350 387.00 190.89 196.11 + 127.375 312.00 192.88 119.12 + 127.400 316.00 195.55 120.45 + 127.425 304.00 198.98 105.02 + 127.450 295.00 203.40 91.60 + 127.475 296.00 208.49 87.51 + 127.500 294.00 214.44 79.56 + 127.525 273.00 221.08 51.92 + 127.550 325.00 228.03 96.97 + 127.575 330.00 235.13 94.87 + 127.600 345.00 241.80 103.20 + 127.625 300.00 247.69 52.31 + 127.650 370.00 251.98 118.02 + 127.675 350.00 254.42 95.58 + 127.700 381.00 254.71 126.29 + 127.725 297.00 252.79 44.21 + 127.750 316.00 248.83 67.17 + 127.775 300.00 243.24 56.76 + 127.800 270.00 236.59 33.41 + 127.825 271.00 229.45 41.55 + 127.850 292.00 222.30 69.70 + 127.875 249.00 215.55 33.45 + 127.900 263.00 209.45 53.55 + 127.925 269.00 204.17 64.83 + 127.950 273.00 199.75 73.25 + 127.975 252.00 196.18 55.82 + 128.000 250.00 193.38 56.62 + 128.025 225.00 191.27 33.73 + 128.050 241.00 189.71 51.29 + 128.075 245.00 188.61 56.39 + 128.100 268.00 187.85 80.15 + 128.125 276.00 187.37 88.63 + 128.150 264.00 187.08 76.92 + 128.175 282.00 186.98 95.02 + 128.200 294.00 186.98 107.02 + 128.225 314.00 187.08 126.92 + 128.250 303.00 187.28 115.72 + 128.275 269.00 187.59 81.41 + 128.300 295.00 188.02 106.98 + 128.325 283.00 188.61 94.39 + 128.350 293.00 189.39 103.61 + 128.375 286.00 190.43 95.57 + 128.400 264.00 191.81 72.19 + 128.425 255.00 193.58 61.42 + 128.450 259.00 195.88 63.12 + 128.475 252.00 198.89 53.11 + 128.500 270.00 202.61 67.39 + 128.525 255.00 207.02 47.98 + 128.550 304.00 212.46 91.54 + 128.575 293.00 219.19 73.81 + 128.600 311.00 226.97 84.03 + 128.625 285.00 235.77 49.23 + 128.650 332.00 245.38 86.62 + 128.675 321.00 255.56 65.44 + 128.700 350.00 265.87 84.13 + 128.725 358.00 276.01 81.99 + 128.750 431.00 285.36 145.64 + 128.775 433.00 293.22 139.78 + 128.800 427.00 298.92 128.08 + 128.825 380.00 301.96 78.04 + 128.850 413.00 302.28 110.72 + 128.875 422.00 300.29 121.71 + 128.900 348.00 296.73 51.27 + 128.925 388.00 292.38 95.62 + 128.950 355.00 287.94 67.06 + 128.975 370.00 283.91 86.09 + 129.000 353.00 280.51 72.49 + 129.025 322.00 277.82 44.18 + 129.050 348.00 275.78 72.22 + 129.075 325.00 274.29 50.71 + 129.100 320.00 273.32 46.68 + 129.125 369.00 272.81 96.19 + 129.150 351.00 272.71 78.29 + 129.175 400.00 272.88 127.12 + 129.200 379.00 273.15 105.85 + 129.225 399.00 273.33 125.67 + 129.250 406.00 273.38 132.62 + 129.275 396.00 273.42 122.58 + 129.300 397.00 273.76 123.24 + 129.325 415.00 274.77 140.23 + 129.350 439.00 276.77 162.23 + 129.375 438.00 279.90 158.10 + 129.400 437.00 284.17 152.83 + 129.425 478.00 289.36 188.64 + 129.450 495.00 295.04 199.96 + 129.475 511.00 300.64 210.36 + 129.500 450.00 305.56 144.44 + 129.525 497.00 309.29 187.71 + 129.550 498.00 311.53 186.47 + 129.575 433.00 312.13 120.87 + 129.600 477.00 311.15 165.85 + 129.625 484.00 308.52 175.48 + 129.650 430.00 304.02 125.98 + 129.675 431.00 297.80 133.20 + 129.700 454.00 289.83 164.17 + 129.725 399.00 280.44 118.56 + 129.750 382.00 270.17 111.83 + 129.775 384.00 259.59 124.41 + 129.800 351.00 249.20 101.80 + 129.825 334.00 239.43 94.57 + 129.850 347.00 230.58 116.42 + 129.875 336.00 222.80 113.20 + 129.900 330.00 216.20 113.80 + 129.925 306.00 210.76 95.24 + 129.950 330.00 206.46 123.54 + 129.975 311.00 203.22 107.78 + 130.000 298.00 200.92 97.08 + 130.025 301.00 199.45 101.55 + 130.050 344.00 198.70 145.30 + 130.075 335.00 198.56 136.44 + 130.100 334.00 198.97 135.03 + 130.125 303.00 199.84 103.16 + 130.150 326.00 200.97 125.03 + 130.175 359.00 202.38 156.62 + 130.200 397.00 203.96 193.04 + 130.225 356.00 205.66 150.34 + 130.250 347.00 207.39 139.61 + 130.275 310.00 209.12 100.88 + 130.300 347.00 210.76 136.24 + 130.325 332.00 212.36 119.64 + 130.350 312.00 213.98 98.02 + 130.375 335.00 215.68 119.32 + 130.400 334.00 217.50 116.50 + 130.425 316.00 219.45 96.55 + 130.450 309.00 221.44 87.56 + 130.475 294.00 223.36 70.64 + 130.500 334.00 225.02 108.98 + 130.525 342.00 226.24 115.76 + 130.550 332.00 226.82 105.18 + 130.575 279.00 226.60 52.40 + 130.600 267.00 225.52 41.48 + 130.625 257.00 223.60 33.40 + 130.650 292.00 221.00 71.00 + 130.675 288.00 217.89 70.11 + 130.700 273.00 214.52 58.48 + 130.725 245.00 211.09 33.91 + 130.750 269.00 207.75 61.25 + 130.775 248.00 204.60 43.40 + 130.800 228.00 201.73 26.27 + 130.825 250.00 199.18 50.82 + 130.850 249.00 196.75 52.25 + 130.875 230.00 194.89 35.11 + 130.900 238.00 193.36 44.64 + 130.925 217.00 192.11 24.89 + 130.950 238.00 191.12 46.88 + 130.975 212.00 190.34 21.66 + 131.000 246.00 189.74 56.26 + 131.025 246.00 189.28 56.72 + 131.050 239.00 188.91 50.09 + 131.075 262.00 188.65 73.35 + 131.100 265.00 188.38 76.62 + 131.125 264.00 188.24 75.76 + 131.150 240.00 188.13 51.87 + 131.175 250.00 188.06 61.94 + 131.200 246.00 188.01 57.99 + 131.225 226.00 187.98 38.02 + 131.250 227.00 187.96 39.04 + 131.275 235.00 187.96 47.04 + 131.300 226.00 187.93 38.07 + 131.325 256.00 187.94 68.06 + 131.350 190.00 187.97 2.03 + 131.375 215.00 187.99 27.01 + 131.400 236.00 188.03 47.97 + 131.425 223.00 188.07 34.93 + 131.450 227.00 188.12 38.88 + 131.475 203.00 188.18 14.82 + 131.500 206.00 188.24 17.76 + 131.525 190.00 188.31 1.69 + 131.550 232.00 188.38 43.62 + 131.575 230.00 188.31 41.69 + 131.600 201.00 188.41 12.59 + 131.625 219.00 188.51 30.49 + 131.650 203.00 188.61 14.39 + 131.675 216.00 188.73 27.27 + 131.700 213.00 188.86 24.14 + 131.725 208.00 189.11 18.89 + 131.750 224.00 189.16 34.84 + 131.775 210.00 189.31 20.69 + 131.800 202.00 189.53 12.47 + 131.825 212.00 189.78 22.22 + 131.850 205.00 190.08 14.92 + 131.875 236.00 190.44 45.56 + 131.900 220.00 190.88 29.12 + 131.925 194.00 191.44 2.56 + 131.950 199.00 192.16 6.84 + 131.975 201.00 193.07 7.93 + 132.000 216.00 194.24 21.76 + 132.025 237.00 195.72 41.28 + 132.050 212.00 197.58 14.42 + 132.075 225.00 199.88 25.12 + 132.100 203.00 202.66 0.34 + 132.125 241.00 205.97 35.03 + 132.150 232.00 209.82 22.18 + 132.175 260.00 214.17 45.83 + 132.200 253.00 218.98 34.02 + 132.225 257.00 224.12 32.88 + 132.250 282.00 229.43 52.57 + 132.275 291.00 234.70 56.30 + 132.300 283.00 239.66 43.34 + 132.325 325.00 244.00 81.00 + 132.350 333.00 247.43 85.57 + 132.375 335.00 249.72 85.28 + 132.400 293.00 250.73 42.27 + 132.425 315.00 250.43 64.57 + 132.450 297.00 249.01 47.99 + 132.475 310.00 246.64 63.36 + 132.500 285.00 243.51 41.49 + 132.525 285.00 239.99 45.01 + 132.550 276.00 235.96 40.04 + 132.575 258.00 231.75 26.25 + 132.600 251.00 227.56 23.44 + 132.625 269.00 223.53 45.47 + 132.650 228.00 219.90 8.10 + 132.675 215.00 216.58 -1.58 + 132.700 259.00 213.72 45.28 + 132.725 235.00 211.36 23.64 + 132.750 257.00 209.34 47.66 + 132.775 241.00 207.74 33.26 + 132.800 289.00 206.44 82.56 + 132.825 229.00 205.35 23.65 + 132.850 267.00 204.38 62.62 + 132.875 270.00 203.47 66.53 + 132.900 284.00 202.59 81.41 + 132.925 265.00 201.70 63.30 + 132.950 274.00 200.81 73.19 + 132.975 275.00 199.94 75.06 + 133.000 279.00 199.12 79.88 + 133.025 277.00 198.34 78.66 + 133.050 269.00 197.65 71.35 + 133.075 267.00 197.04 69.96 + 133.100 263.00 196.63 66.37 + 133.125 299.00 196.25 102.75 + 133.150 262.00 195.99 66.01 + 133.175 263.00 195.89 67.11 + 133.200 268.00 195.93 72.07 + 133.225 235.00 196.13 38.87 + 133.250 232.00 196.53 35.47 + 133.275 261.00 197.13 63.87 + 133.300 236.00 197.97 38.03 + 133.325 224.00 199.06 24.94 + 133.350 251.00 200.44 50.56 + 133.375 249.00 202.11 46.89 + 133.400 247.00 204.10 42.90 + 133.425 217.00 206.38 10.62 + 133.450 238.00 208.94 29.06 + 133.475 231.00 211.73 19.27 + 133.500 251.00 214.67 36.33 + 133.525 261.00 217.67 43.33 + 133.550 251.00 220.62 30.38 + 133.575 308.00 223.35 84.65 + 133.600 300.00 225.72 74.28 + 133.625 333.00 227.56 105.44 + 133.650 311.00 228.77 82.23 + 133.675 283.00 229.28 53.72 + 133.700 279.00 229.15 49.85 + 133.725 289.00 228.51 60.49 + 133.750 281.00 227.54 53.46 + 133.775 273.00 226.48 46.52 + 133.800 244.00 225.51 18.49 + 133.825 299.00 224.84 74.16 + 133.850 263.00 224.58 38.42 + 133.875 257.00 224.86 32.14 + 133.900 209.00 225.69 -16.69 + 133.925 284.00 227.08 56.92 + 133.950 256.00 228.96 27.04 + 133.975 270.00 231.21 38.79 + 134.000 280.00 233.67 46.33 + 134.025 276.00 236.15 39.85 + 134.050 282.00 238.36 43.64 + 134.075 293.00 240.07 52.93 + 134.100 282.00 241.10 40.90 + 134.125 285.00 241.18 43.82 + 134.150 309.00 240.31 68.69 + 134.175 299.00 238.53 60.47 + 134.200 295.00 236.01 58.99 + 134.225 307.00 232.95 74.05 + 134.250 253.00 229.55 23.45 + 134.275 258.00 226.06 31.94 + 134.300 255.00 222.57 32.43 + 134.325 297.00 219.26 77.74 + 134.350 296.00 216.25 79.75 + 134.375 248.00 213.59 34.41 + 134.400 286.00 211.35 74.65 + 134.425 288.00 209.55 78.45 + 134.450 259.00 208.20 50.80 + 134.475 276.00 207.31 68.69 + 134.500 256.00 206.86 49.14 + 134.525 257.00 206.85 50.15 + 134.550 268.00 207.30 60.70 + 134.575 246.00 208.22 37.78 + 134.600 273.00 209.65 63.35 + 134.625 271.00 211.60 59.40 + 134.650 306.00 214.20 91.80 + 134.675 287.00 217.44 69.56 + 134.700 286.00 221.53 64.47 + 134.725 303.00 226.45 76.55 + 134.750 283.00 232.29 50.71 + 134.775 335.00 239.05 95.95 + 134.800 330.00 246.74 83.26 + 134.825 366.00 255.28 110.72 + 134.850 380.00 264.48 115.52 + 134.875 334.00 274.26 59.74 + 134.900 362.00 284.26 77.74 + 134.925 408.00 294.18 113.82 + 134.950 432.00 303.57 128.43 + 134.975 479.00 311.97 167.03 + 135.000 440.00 318.98 121.02 + 135.025 484.00 324.25 159.75 + 135.050 478.00 327.57 150.43 + 135.075 479.00 328.86 150.14 + 135.100 513.00 328.16 184.84 + 135.125 472.00 325.55 146.45 + 135.150 445.00 321.24 123.76 + 135.175 466.00 315.43 150.57 + 135.200 437.00 308.51 128.49 + 135.225 414.00 300.87 113.13 + 135.250 396.00 292.87 103.13 + 135.275 374.00 284.96 89.04 + 135.300 314.00 277.47 36.53 + 135.325 326.00 270.68 55.32 + 135.350 326.00 264.86 61.14 + 135.375 323.00 260.07 62.93 + 135.400 316.00 256.43 59.57 + 135.425 354.00 253.87 100.13 + 135.450 315.00 252.33 62.67 + 135.475 351.00 251.69 99.31 + 135.500 329.00 251.74 77.26 + 135.525 370.00 252.38 117.62 + 135.550 366.00 253.13 112.87 + 135.575 415.00 253.81 161.19 + 135.600 444.00 254.17 189.83 + 135.625 423.00 253.97 169.03 + 135.650 414.00 253.05 160.95 + 135.675 412.00 251.35 160.65 + 135.700 463.00 248.92 214.08 + 135.725 464.00 245.88 218.12 + 135.750 424.00 242.37 181.63 + 135.775 427.00 238.58 188.42 + 135.800 411.00 234.65 176.35 + 135.825 394.00 230.76 163.24 + 135.850 383.00 227.01 155.99 + 135.875 394.00 223.50 170.50 + 135.900 330.00 220.30 109.70 + 135.925 360.00 217.44 142.56 + 135.950 359.00 214.94 144.06 + 135.975 303.00 212.79 90.21 + 136.000 294.00 210.98 83.02 + 136.025 289.00 209.47 79.53 + 136.050 271.00 208.18 62.82 + 136.075 288.00 207.19 80.81 + 136.100 264.00 206.56 57.44 + 136.125 284.00 205.99 78.01 + 136.150 262.00 205.61 56.39 + 136.175 274.00 205.40 68.60 + 136.200 278.00 205.37 72.63 + 136.225 293.00 205.51 87.49 + 136.250 289.00 205.85 83.15 + 136.275 309.00 206.39 102.61 + 136.300 292.00 207.26 84.74 + 136.325 313.00 208.28 104.72 + 136.350 286.00 209.59 76.41 + 136.375 291.00 211.18 79.82 + 136.400 303.00 213.08 89.92 + 136.425 279.00 215.29 63.71 + 136.450 298.00 217.81 80.19 + 136.475 301.00 220.61 80.39 + 136.500 278.00 223.66 54.34 + 136.525 261.00 226.90 34.10 + 136.550 314.00 230.18 83.82 + 136.575 299.00 233.57 65.43 + 136.600 316.00 236.88 79.12 + 136.625 353.00 239.97 113.03 + 136.650 319.00 242.74 76.26 + 136.675 339.00 245.05 93.95 + 136.700 335.00 246.82 88.18 + 136.725 341.00 247.98 93.02 + 136.750 306.00 248.52 57.48 + 136.775 303.00 248.43 54.57 + 136.800 298.00 247.78 50.22 + 136.825 290.00 246.64 43.36 + 136.850 317.00 245.06 71.94 + 136.875 318.00 243.11 74.89 + 136.900 296.00 240.84 55.16 + 136.925 336.00 238.30 97.70 + 136.950 295.00 235.55 59.45 + 136.975 284.00 232.66 51.34 + 137.000 241.00 229.70 11.30 + 137.025 276.00 226.76 49.24 + 137.050 245.00 223.90 21.10 + 137.075 247.00 221.18 25.82 + 137.100 263.00 218.65 44.35 + 137.125 270.00 216.34 53.66 + 137.150 261.00 214.27 46.73 + 137.175 239.00 212.43 26.57 + 137.200 247.00 210.83 36.17 + 137.225 250.00 209.47 40.53 + 137.250 209.00 208.35 0.65 + 137.275 238.00 207.40 30.60 + 137.300 247.00 206.62 40.38 + 137.325 257.00 206.00 51.00 + 137.350 255.00 205.52 49.48 + 137.375 273.00 205.15 67.85 + 137.400 272.00 204.88 67.12 + 137.425 319.00 204.68 114.32 + 137.450 274.00 204.56 69.44 + 137.475 307.00 204.49 102.51 + 137.500 253.00 204.46 48.54 + 137.525 284.00 204.32 79.68 + 137.550 254.00 204.37 49.63 + 137.575 274.00 204.45 69.55 + 137.600 278.00 204.56 73.44 + 137.625 237.00 204.70 32.30 + 137.650 257.00 204.77 52.23 + 137.675 249.00 204.99 44.01 + 137.700 261.00 205.25 55.75 + 137.725 242.00 205.55 36.45 + 137.750 256.00 205.95 50.05 + 137.775 255.00 206.45 48.55 + 137.800 236.00 207.09 28.91 + 137.825 234.00 207.85 26.15 + 137.850 250.00 208.80 41.20 + 137.875 233.00 209.95 23.05 + 137.900 250.00 211.35 38.65 + 137.925 231.00 213.04 17.96 + 137.950 252.00 215.04 36.96 + 137.975 244.00 217.39 26.61 + 138.000 256.00 220.10 35.90 + 138.025 226.00 223.19 2.81 + 138.050 267.00 226.65 40.35 + 138.075 246.00 230.43 15.57 + 138.100 257.00 234.49 22.51 + 138.125 255.00 238.78 16.22 + 138.150 278.00 243.18 34.82 + 138.175 292.00 247.58 44.42 + 138.200 308.00 251.75 56.25 + 138.225 274.00 255.70 18.30 + 138.250 375.00 259.18 115.82 + 138.275 361.00 261.99 99.01 + 138.300 344.00 263.98 80.02 + 138.325 361.00 265.06 95.94 + 138.350 347.00 265.18 81.82 + 138.375 352.00 264.38 87.62 + 138.400 322.00 262.80 59.20 + 138.425 337.00 260.61 76.39 + 138.450 267.00 258.04 8.96 + 138.475 268.00 255.29 12.71 + 138.500 286.00 252.58 33.42 + 138.525 279.00 250.12 28.88 + 138.550 276.00 248.09 27.91 + 138.575 252.00 246.62 5.38 + 138.600 242.00 245.85 -3.85 + 138.625 277.00 245.86 31.14 + 138.650 271.00 246.72 24.28 + 138.675 275.00 248.44 26.56 + 138.700 272.00 251.02 20.98 + 138.725 295.00 254.44 40.56 + 138.750 281.00 258.55 22.45 + 138.775 338.00 263.29 74.71 + 138.800 320.00 268.51 51.49 + 138.825 350.00 274.02 75.98 + 138.850 381.00 279.67 101.33 + 138.875 404.00 285.14 118.86 + 138.900 451.00 290.26 160.74 + 138.925 441.00 294.78 146.22 + 138.950 452.00 298.51 153.49 + 138.975 417.00 301.32 115.68 + 139.000 450.00 303.12 146.88 + 139.025 436.00 303.92 132.08 + 139.050 437.00 303.75 133.25 + 139.075 440.00 302.69 137.31 + 139.100 474.00 300.78 173.22 + 139.125 453.00 298.10 154.90 + 139.150 457.00 294.67 162.33 + 139.175 438.00 290.56 147.44 + 139.200 387.00 285.84 101.16 + 139.225 386.00 280.62 105.38 + 139.250 366.00 275.03 90.97 + 139.275 341.00 269.22 71.78 + 139.300 337.00 263.33 73.67 + 139.325 308.00 257.53 50.47 + 139.350 329.00 251.92 77.08 + 139.375 283.00 246.61 36.39 + 139.400 296.00 241.60 54.40 + 139.425 289.00 237.05 51.95 + 139.450 297.00 232.94 64.06 + 139.475 240.00 229.27 10.73 + 139.500 268.00 226.06 41.94 + 139.525 282.00 223.26 58.74 + 139.550 297.00 220.88 76.12 + 139.575 291.00 218.87 72.13 + 139.600 281.00 217.18 63.82 + 139.625 305.00 215.83 89.17 + 139.650 336.00 214.76 121.24 + 139.675 324.00 213.94 110.06 + 139.700 307.00 213.34 93.66 + 139.725 332.00 212.93 119.07 + 139.750 328.00 212.70 115.30 + 139.775 309.00 212.63 96.37 + 139.800 315.00 212.70 102.30 + 139.825 330.00 212.92 117.08 + 139.850 291.00 213.30 77.70 + 139.875 290.00 213.79 76.21 + 139.900 344.00 214.40 129.60 + 139.925 314.00 215.14 98.86 + 139.950 324.00 215.99 108.01 + 139.975 327.00 216.95 110.05 + 140.000 259.00 218.01 40.99 + 140.025 268.00 219.14 48.86 + 140.050 305.00 220.33 84.67 + 140.075 304.00 221.54 82.46 + 140.100 300.00 222.74 77.26 + 140.125 285.00 223.90 61.10 + 140.150 292.00 224.98 67.02 + 140.175 289.00 225.92 63.08 + 140.200 294.00 226.68 67.32 + 140.225 278.00 227.28 50.72 + 140.250 261.00 227.58 33.42 + 140.275 297.00 227.63 69.37 + 140.300 252.00 227.43 24.57 + 140.325 280.00 227.01 52.99 + 140.350 245.00 226.40 18.60 + 140.375 266.00 225.65 40.35 + 140.400 283.00 224.82 58.18 + 140.425 238.00 223.95 14.05 + 140.450 266.00 223.09 42.91 + 140.475 262.00 222.28 39.72 + 140.500 249.00 221.56 27.44 + 140.525 255.00 220.94 34.06 + 140.550 240.00 220.45 19.55 + 140.575 239.00 220.11 18.89 + 140.600 221.00 219.92 1.08 + 140.625 251.00 219.89 31.11 + 140.650 212.00 219.99 -7.99 + 140.675 233.00 220.23 12.77 + 140.700 238.00 220.58 17.42 + 140.725 249.00 221.03 27.97 + 140.750 256.00 221.54 34.46 + 140.775 216.00 222.09 -6.09 + 140.800 262.00 222.66 39.34 + 140.825 249.00 223.21 25.79 + 140.850 248.00 223.74 24.26 + 140.875 263.00 224.20 38.80 + 140.900 281.00 224.60 56.40 + 140.925 234.00 224.93 9.07 + 140.950 290.00 225.19 64.81 + 140.975 269.00 225.38 43.62 + 141.000 284.00 225.51 58.49 + 141.025 233.00 225.56 7.44 + 141.050 286.00 225.55 60.45 + 141.075 275.00 225.45 49.55 + 141.100 263.00 225.26 37.74 + 141.125 245.00 224.98 20.02 + 141.150 259.00 224.49 34.51 + 141.175 276.00 224.02 51.98 + 141.200 229.00 223.46 5.54 + 141.225 261.00 222.84 38.16 + 141.250 273.00 222.18 50.82 + 141.275 272.00 221.50 50.50 + 141.300 231.00 220.83 10.17 + 141.325 212.00 220.18 -8.18 + 141.350 233.00 219.59 13.41 + 141.375 256.00 219.07 36.93 + 141.400 241.00 218.64 22.36 + 141.425 228.00 218.32 9.68 + 141.450 234.00 218.12 15.88 + 141.475 238.00 218.05 19.95 + 141.500 216.00 218.12 -2.12 + 141.525 207.00 218.35 -11.35 + 141.550 221.00 218.74 2.26 + 141.575 233.00 219.28 13.72 + 141.600 238.00 219.99 18.01 + 141.625 217.00 220.86 -3.86 + 141.650 238.00 221.87 16.13 + 141.675 251.00 223.09 27.91 + 141.700 268.00 224.37 43.63 + 141.725 259.00 225.75 33.25 + 141.750 230.00 227.20 2.80 + 141.775 276.00 228.70 47.30 + 141.800 257.00 230.20 26.80 + 141.825 260.00 231.67 28.33 + 141.850 255.00 232.94 22.06 + 141.875 244.00 234.21 9.79 + 141.900 258.00 235.31 22.69 + 141.925 279.00 236.22 42.78 + 141.950 291.00 236.88 54.12 + 141.975 290.00 237.29 52.71 + 142.000 295.00 237.42 57.58 + 142.025 289.00 237.29 51.71 + 142.050 273.00 236.91 36.09 + 142.075 306.00 236.30 69.70 + 142.100 307.00 235.40 71.60 + 142.125 264.00 234.45 29.55 + 142.150 289.00 233.39 55.61 + 142.175 270.00 232.27 37.73 + 142.200 234.00 231.14 2.86 + 142.225 252.00 230.04 21.96 + 142.250 243.00 229.00 14.00 + 142.275 244.00 228.06 15.94 + 142.300 251.00 227.23 23.77 + 142.325 235.00 226.52 8.48 + 142.350 234.00 225.95 8.05 + 142.375 246.00 225.52 20.48 + 142.400 239.00 225.23 13.77 + 142.425 257.00 225.06 31.94 + 142.450 218.00 225.00 -7.00 + 142.475 234.00 225.05 8.95 + 142.500 230.00 225.17 4.83 + 142.525 253.00 225.35 27.65 + 142.550 248.00 225.57 22.43 + 142.575 257.00 225.82 31.18 + 142.600 248.00 226.07 21.93 + 142.625 255.00 226.33 28.67 + 142.650 261.00 226.58 34.42 + 142.675 275.00 226.83 48.17 + 142.700 288.00 227.08 60.92 + 142.725 301.00 227.31 73.69 + 142.750 283.00 227.55 55.45 + 142.775 308.00 227.96 80.04 + 142.800 268.00 228.22 39.78 + 142.825 300.00 228.49 71.51 + 142.850 305.00 228.79 76.21 + 142.875 254.00 229.12 24.88 + 142.900 251.00 229.50 21.50 + 142.925 256.00 229.93 26.07 + 142.950 280.00 230.43 49.57 + 142.975 290.00 231.01 58.99 + 143.000 267.00 231.63 35.37 + 143.025 278.00 232.31 45.69 + 143.050 302.00 233.03 68.97 + 143.075 264.00 233.80 30.20 + 143.100 263.00 234.59 28.41 + 143.125 289.00 235.39 53.61 + 143.150 231.00 236.19 -5.19 + 143.175 271.00 236.96 34.04 + 143.200 289.00 237.71 51.29 + 143.225 268.00 238.43 29.57 + 143.250 310.00 239.13 70.87 + 143.275 278.00 239.77 38.23 + 143.300 280.00 240.45 39.55 + 143.325 262.00 241.14 20.86 + 143.350 234.00 241.85 -7.85 + 143.375 278.00 242.59 35.41 + 143.400 288.00 243.36 44.64 + 143.425 265.00 244.22 20.78 + 143.450 302.00 245.03 56.97 + 143.475 278.00 245.81 32.19 + 143.500 273.00 246.55 26.45 + 143.525 279.00 247.22 31.78 + 143.550 303.00 247.76 55.24 + 143.575 318.00 248.14 69.86 + 143.600 317.00 248.33 68.67 + 143.625 312.00 248.28 63.72 + 143.650 303.00 247.99 55.01 + 143.675 312.00 247.44 64.56 + 143.700 311.00 246.65 64.35 + 143.725 308.00 245.65 62.35 + 143.750 304.00 244.47 59.53 + 143.775 284.00 243.16 40.84 + 143.800 281.00 241.77 39.23 + 143.825 287.00 240.33 46.67 + 143.850 262.00 238.90 23.10 + 143.875 273.00 237.51 35.49 + 143.900 284.00 236.20 47.80 + 143.925 261.00 235.00 26.00 + 143.950 241.00 233.91 7.09 + 143.975 238.00 232.98 5.02 + 144.000 276.00 232.21 43.79 + 144.025 276.00 231.61 44.39 + 144.050 274.00 231.17 42.83 + 144.075 262.00 230.88 31.12 + 144.100 279.00 230.75 48.25 + 144.125 274.00 230.74 43.26 + 144.150 238.00 230.84 7.16 + 144.175 278.00 231.04 46.96 + 144.200 273.00 231.30 41.70 + 144.225 274.00 231.59 42.41 + 144.250 260.00 231.89 28.11 + 144.275 245.00 232.21 12.79 + 144.300 293.00 232.43 60.57 + 144.325 307.00 232.58 74.42 + 144.350 304.00 232.65 71.35 + 144.375 266.00 232.61 33.39 + 144.400 287.00 232.47 54.53 + 144.425 292.00 232.22 59.78 + 144.450 295.00 231.89 63.11 + 144.475 295.00 231.48 63.52 + 144.500 305.00 231.03 73.97 + 144.525 300.00 230.53 69.47 + 144.550 281.00 230.03 50.97 + 144.575 287.00 229.54 57.46 + 144.600 299.00 229.08 69.92 + 144.625 268.00 228.67 39.33 + 144.650 292.00 228.33 63.67 + 144.675 267.00 228.08 38.92 + 144.700 236.00 227.94 8.06 + 144.725 248.00 227.92 20.08 + 144.750 272.00 228.04 43.96 + 144.775 274.00 228.30 45.70 + 144.800 237.00 228.72 8.28 + 144.825 251.00 229.35 21.65 + 144.850 245.00 230.11 14.89 + 144.875 285.00 231.04 53.96 + 144.900 252.00 232.15 19.85 + 144.925 272.00 233.43 38.57 + 144.950 258.00 234.87 23.13 + 144.975 269.00 236.47 32.53 + 145.000 268.00 238.20 29.80 + 145.025 299.00 240.04 58.96 + 145.050 240.00 241.97 -1.97 + 145.075 263.00 243.96 19.04 + 145.100 260.00 245.98 14.02 + 145.125 315.00 247.98 67.02 + 145.150 315.00 249.89 65.11 + 145.175 295.00 251.72 43.28 + 145.200 279.00 253.39 25.61 + 145.225 295.00 254.84 40.16 + 145.250 333.00 256.04 76.96 + 145.275 322.00 256.90 65.10 + 145.300 338.00 257.45 80.55 + 145.325 383.00 257.65 125.35 + 145.350 339.00 257.48 81.52 + 145.375 311.00 256.96 54.04 + 145.400 323.00 256.11 66.89 + 145.425 295.00 254.98 40.02 + 145.450 275.00 253.62 21.38 + 145.475 295.00 252.07 42.93 + 145.500 289.00 250.38 38.62 + 145.525 294.00 248.61 45.39 + 145.550 287.00 246.80 40.20 + 145.575 275.00 244.99 30.01 + 145.600 249.00 243.22 5.78 + 145.625 232.00 241.53 -9.53 + 145.650 269.00 239.93 29.07 + 145.675 258.00 238.46 19.54 + 145.700 268.00 237.13 30.87 + 145.725 290.00 235.97 54.03 + 145.750 253.00 234.98 18.02 + 145.775 266.00 234.17 31.83 + 145.800 234.00 233.56 0.44 + 145.825 233.00 233.15 -0.15 + 145.850 223.00 232.95 -9.95 + 145.875 231.00 232.96 -1.96 + 145.900 252.00 233.21 18.79 + 145.925 275.00 233.69 41.31 + 145.950 267.00 234.43 32.57 + 145.975 251.00 235.43 15.57 + 146.000 284.00 236.70 47.30 + 146.025 281.00 238.27 42.73 + 146.050 254.00 240.15 13.85 + 146.075 265.00 242.35 22.65 + 146.100 309.00 244.89 64.11 + 146.125 269.00 247.76 21.24 + 146.150 296.00 251.01 44.99 + 146.175 290.00 254.61 35.39 + 146.200 301.00 258.56 42.44 + 146.225 297.00 262.85 34.15 + 146.250 300.00 267.46 32.54 + 146.275 345.00 272.36 72.64 + 146.300 298.00 277.50 20.50 + 146.325 347.00 282.85 64.15 + 146.350 345.00 288.40 56.60 + 146.375 374.00 293.94 80.06 + 146.400 366.00 299.46 66.54 + 146.425 387.00 304.85 82.15 + 146.450 392.00 310.03 81.97 + 146.475 438.00 314.87 123.13 + 146.500 465.00 319.26 145.74 + 146.525 470.00 323.09 146.91 + 146.550 443.00 326.26 116.74 + 146.575 511.00 328.65 182.35 + 146.600 473.00 330.28 142.72 + 146.625 474.00 331.07 142.93 + 146.650 455.00 331.05 123.95 + 146.675 473.00 330.25 142.75 + 146.700 452.00 328.73 123.27 + 146.725 460.00 326.58 133.42 + 146.750 440.00 323.89 116.11 + 146.775 386.00 320.77 65.23 + 146.800 385.00 317.33 67.67 + 146.825 402.00 313.65 88.35 + 146.850 418.00 309.83 108.17 + 146.875 382.00 305.96 76.04 + 146.900 348.00 302.12 45.88 + 146.925 344.00 298.41 45.59 + 146.950 360.00 294.87 65.13 + 146.975 366.00 291.58 74.42 + 147.000 351.00 288.57 62.43 + 147.025 322.00 285.88 36.12 + 147.050 327.00 283.54 43.46 + 147.075 318.00 281.50 36.50 + 147.100 352.00 279.85 72.15 + 147.125 341.00 278.52 62.48 + 147.150 308.00 277.49 30.51 + 147.175 357.00 276.72 80.28 + 147.200 325.00 276.16 48.84 + 147.225 367.00 275.75 91.25 + 147.250 383.00 275.44 107.56 + 147.275 381.00 275.17 105.83 + 147.300 376.00 274.87 101.13 + 147.325 381.00 274.49 106.51 + 147.350 434.00 273.98 160.02 + 147.375 410.00 273.31 136.69 + 147.400 412.00 272.43 139.57 + 147.425 411.00 271.36 139.64 + 147.450 393.00 270.08 122.92 + 147.475 427.00 268.62 158.38 + 147.500 429.00 267.00 162.00 + 147.525 441.00 265.25 175.75 + 147.550 407.00 263.42 143.58 + 147.575 412.00 261.54 150.46 + 147.600 456.00 259.64 196.36 + 147.625 389.00 257.78 131.22 + 147.650 386.00 255.98 130.02 + 147.675 382.00 254.28 127.72 + 147.700 368.00 252.72 115.28 + 147.725 352.00 251.31 100.69 + 147.750 367.00 250.09 116.91 + 147.775 366.00 249.07 116.93 + 147.800 364.00 248.29 115.71 + 147.825 366.00 247.74 118.26 + 147.850 352.00 247.44 104.56 + 147.875 312.00 247.39 64.61 + 147.900 345.00 247.59 97.41 + 147.925 336.00 248.05 87.95 + 147.950 284.00 248.86 35.14 + 147.975 310.00 249.82 60.18 + 148.000 289.00 251.00 38.00 + 148.025 318.00 252.39 65.61 + 148.050 287.00 253.97 33.03 + 148.075 303.00 255.70 47.30 + 148.100 306.00 257.57 48.43 + 148.125 320.00 259.54 60.46 + 148.150 330.00 261.58 68.42 + 148.175 334.00 263.64 70.36 + 148.200 345.00 265.68 79.32 + 148.225 367.00 267.68 99.32 + 148.250 407.00 269.57 137.43 + 148.275 379.00 271.32 107.68 + 148.300 410.00 272.89 137.11 + 148.325 396.00 274.24 121.76 + 148.350 429.00 275.34 153.66 + 148.375 425.00 276.15 148.85 + 148.400 449.00 276.67 172.33 + 148.425 416.00 276.89 139.11 + 148.450 394.00 276.81 117.19 + 148.475 390.00 276.45 113.55 + 148.500 394.00 275.85 118.15 + 148.525 404.00 275.03 128.97 + 148.550 356.00 274.03 81.97 + 148.575 350.00 272.91 77.09 + 148.600 378.00 271.69 106.31 + 148.625 369.00 270.42 98.58 + 148.650 362.00 269.15 92.85 + 148.675 311.00 267.90 43.10 + 148.700 297.00 266.69 30.31 + 148.725 307.00 265.56 41.44 + 148.750 293.00 264.52 28.48 + 148.775 291.00 263.58 27.42 + 148.800 338.00 262.74 75.26 + 148.825 300.00 262.02 37.98 + 148.850 290.00 261.39 28.61 + 148.875 317.00 260.85 56.15 + 148.900 312.00 260.39 51.61 + 148.925 270.00 259.99 10.01 + 148.950 313.00 259.62 53.38 + 148.975 278.00 259.20 18.80 + 149.000 321.00 258.83 62.17 + 149.025 327.00 258.42 68.58 + 149.050 332.00 257.95 74.05 + 149.075 337.00 257.40 79.60 + 149.100 328.00 256.80 71.20 + 149.125 301.00 256.07 44.93 + 149.150 322.00 255.25 66.75 + 149.175 334.00 254.35 79.65 + 149.200 330.00 253.37 76.63 + 149.225 315.00 252.31 62.69 + 149.250 311.00 251.21 59.79 + 149.275 302.00 250.06 51.94 + 149.300 338.00 248.89 89.11 + 149.325 321.00 247.71 73.29 + 149.350 317.00 246.54 70.46 + 149.375 331.00 245.38 85.62 + 149.400 335.00 244.26 90.74 + 149.425 345.00 243.17 101.83 + 149.450 317.00 242.14 74.86 + 149.475 306.00 241.16 64.84 + 149.500 309.00 240.25 68.75 + 149.525 336.00 239.40 96.60 + 149.550 309.00 238.63 70.37 + 149.575 299.00 237.93 61.07 + 149.600 319.00 237.31 81.69 + 149.625 310.00 236.76 73.24 + 149.650 287.00 236.29 50.71 + 149.675 281.00 235.89 45.11 + 149.700 268.00 235.56 32.44 + 149.725 260.00 235.30 24.70 + 149.750 279.00 235.10 43.90 + 149.775 279.00 234.96 44.04 + 149.800 289.00 234.89 54.11 + 149.825 265.00 234.86 30.14 + 149.850 261.00 234.89 26.11 + 149.875 264.00 234.97 29.03 + 149.900 260.00 235.10 24.90 + 149.925 271.00 235.27 35.73 + 149.950 265.00 235.48 29.52 + 149.975 270.00 235.74 34.26 + 150.000 280.00 236.03 43.97 + 150.025 304.00 236.37 67.63 + 150.050 283.00 236.75 46.25 + 150.075 289.00 237.17 51.83 + 150.100 294.00 237.64 56.36 + 150.125 325.00 238.16 86.84 + 150.150 269.00 238.72 30.28 + 150.175 282.00 239.34 42.66 + 150.200 293.00 240.02 52.98 + 150.225 275.00 240.75 34.25 + 150.250 283.00 241.55 41.45 + 150.275 281.00 242.42 38.58 + 150.300 283.00 243.36 39.64 + 150.325 277.00 244.39 32.61 + 150.350 284.00 245.50 38.50 + 150.375 275.00 246.69 28.31 + 150.400 277.00 247.98 29.02 + 150.425 278.00 249.37 28.63 + 150.450 273.00 250.73 22.27 + 150.475 284.00 252.26 31.74 + 150.500 267.00 253.92 13.08 + 150.525 270.00 255.67 14.33 + 150.550 287.00 257.49 29.51 + 150.575 316.00 259.38 56.62 + 150.600 261.00 261.32 -0.32 + 150.625 283.00 263.29 19.71 + 150.650 294.00 265.28 28.72 + 150.675 275.00 267.26 7.74 + 150.700 324.00 269.21 54.79 + 150.725 306.00 271.11 34.89 + 150.750 302.00 272.90 29.10 + 150.775 276.00 274.62 1.38 + 150.800 392.00 276.19 115.81 + 150.825 339.00 277.60 61.40 + 150.850 309.00 278.82 30.18 + 150.875 315.00 279.82 35.18 + 150.900 322.00 280.58 41.42 + 150.925 359.00 281.07 77.93 + 150.950 308.00 281.29 26.71 + 150.975 335.00 281.23 53.77 + 151.000 315.00 280.89 34.11 + 151.025 318.00 280.28 37.72 + 151.050 319.00 279.42 39.58 + 151.075 328.00 278.31 49.69 + 151.100 315.00 277.00 38.00 + 151.125 303.00 275.57 27.43 + 151.150 296.00 273.93 22.07 + 151.175 300.00 272.18 27.82 + 151.200 304.00 270.34 33.66 + 151.225 283.00 268.45 14.55 + 151.250 292.00 266.52 25.48 + 151.275 266.00 264.57 1.43 + 151.300 279.00 262.64 16.36 + 151.325 295.00 260.75 34.25 + 151.350 258.00 258.83 -0.83 + 151.375 289.00 257.04 31.96 + 151.400 272.00 255.33 16.67 + 151.425 251.00 253.70 -2.70 + 151.450 305.00 252.16 52.84 + 151.475 263.00 250.71 12.29 + 151.500 261.00 249.35 11.65 + 151.525 299.00 248.09 50.91 + 151.550 291.00 246.92 44.08 + 151.575 276.00 245.85 30.15 + 151.600 294.00 244.86 49.14 + 151.625 259.00 243.97 15.03 + 151.650 254.00 243.15 10.85 + 151.675 297.00 242.42 54.58 + 151.700 287.00 241.75 45.25 + 151.725 257.00 241.16 15.84 + 151.750 284.00 240.64 43.36 + 151.775 255.00 240.18 14.82 + 151.800 260.00 239.78 20.22 + 151.825 259.00 239.43 19.57 + 151.850 300.00 239.14 60.86 + 151.875 264.00 238.89 25.11 + 151.900 300.00 238.70 61.30 + 151.925 287.00 238.55 48.45 + 151.950 298.00 238.45 59.55 + 151.975 283.00 238.39 44.61 + 152.000 279.00 238.39 40.61 + 152.025 271.00 238.43 32.57 + 152.050 291.00 238.52 52.48 + 152.075 304.00 238.66 65.34 + 152.100 299.00 238.86 60.14 + 152.125 272.00 239.11 32.89 + 152.150 316.00 239.43 76.57 + 152.175 298.00 239.81 58.19 + 152.200 322.00 240.27 81.73 + 152.225 306.00 240.79 65.21 + 152.250 268.00 241.40 26.60 + 152.275 257.00 242.09 14.91 + 152.300 279.00 242.87 36.13 + 152.325 262.00 243.74 18.26 + 152.350 269.00 244.71 24.29 + 152.375 291.00 245.77 45.23 + 152.400 258.00 246.94 11.06 + 152.425 269.00 248.21 20.79 + 152.450 295.00 249.57 45.43 + 152.475 293.00 251.05 41.95 + 152.500 268.00 252.63 15.37 + 152.525 264.00 254.36 9.64 + 152.550 272.00 256.12 15.88 + 152.575 272.00 257.91 14.09 + 152.600 288.00 259.84 28.16 + 152.625 270.00 261.83 8.17 + 152.650 267.00 263.87 3.13 + 152.675 277.00 265.95 11.05 + 152.700 310.00 268.05 41.95 + 152.725 292.00 270.15 21.85 + 152.750 276.00 272.22 3.78 + 152.775 290.00 274.26 15.74 + 152.800 319.00 276.23 42.77 + 152.825 322.00 278.11 43.89 + 152.850 316.00 279.87 36.13 + 152.875 343.00 281.48 61.52 + 152.900 345.00 282.93 62.07 + 152.925 379.00 284.17 94.83 + 152.950 383.00 285.20 97.80 + 152.975 389.00 285.98 103.02 + 153.000 437.00 286.51 150.49 + 153.025 371.00 286.77 84.23 + 153.050 405.00 286.76 118.24 + 153.075 427.00 286.48 140.52 + 153.100 442.00 285.93 156.07 + 153.125 424.00 285.13 138.87 + 153.150 438.00 284.10 153.90 + 153.175 396.00 282.85 113.15 + 153.200 384.00 281.42 102.58 + 153.225 381.00 279.83 101.17 + 153.250 329.00 278.10 50.90 + 153.275 322.00 276.26 45.74 + 153.300 319.00 274.34 44.66 + 153.325 274.00 272.37 1.63 + 153.350 318.00 270.32 47.68 + 153.375 304.00 268.31 35.69 + 153.400 316.00 266.30 49.70 + 153.425 324.00 264.32 59.68 + 153.450 275.00 262.39 12.61 + 153.475 319.00 260.52 58.48 + 153.500 259.00 258.72 0.28 + 153.525 272.00 257.01 14.99 + 153.550 262.00 255.39 6.61 + 153.575 270.00 253.87 16.13 + 153.600 263.00 252.45 10.55 + 153.625 266.00 251.15 14.85 + 153.650 242.00 249.96 -7.96 + 153.675 265.00 248.88 16.12 + 153.700 251.00 247.92 3.08 + 153.725 276.00 247.07 28.93 + 153.750 277.00 246.33 30.67 + 153.775 260.00 245.70 14.30 + 153.800 256.00 245.17 10.83 + 153.825 240.00 244.74 -4.74 + 153.850 278.00 244.40 33.60 + 153.875 252.00 244.15 7.85 + 153.900 286.00 243.99 42.01 + 153.925 295.00 243.91 51.09 + 153.950 268.00 243.90 24.10 + 153.975 301.00 243.96 57.04 + 154.000 296.00 235.51 60.49 + 154.025 268.00 235.54 32.46 + 154.050 299.00 235.57 63.43 + 154.075 298.00 235.60 62.40 + 154.100 305.00 235.63 69.37 + 154.125 293.00 235.65 57.35 + 154.150 327.00 235.68 91.32 + 154.175 343.00 235.71 107.29 + 154.200 362.00 235.74 126.26 + 154.225 367.00 235.77 131.23 + 154.250 358.00 235.80 122.20 + 154.275 324.00 235.82 88.18 + 154.300 322.00 235.85 86.15 + 154.325 330.00 235.88 94.12 + 154.350 356.00 235.91 120.09 + 154.375 353.00 235.93 117.07 + 154.400 351.00 235.96 115.04 + 154.425 324.00 235.99 88.01 + 154.450 359.00 236.01 122.99 + 154.475 339.00 236.04 102.96 + 154.500 289.00 236.07 52.93 + 154.525 330.00 236.09 93.91 + 154.550 295.00 236.12 58.88 + 154.575 293.00 236.15 56.85 + 154.600 293.00 236.17 56.83 + 154.625 300.00 236.20 63.80 + 154.650 296.00 236.23 59.77 + 154.675 319.00 236.25 82.75 + 154.700 302.00 236.28 65.72 + 154.725 276.00 236.30 39.70 + 154.750 293.00 236.33 56.67 + 154.775 271.00 236.35 34.65 + 154.800 283.00 236.38 46.62 + 154.825 256.00 236.40 19.60 + 154.850 258.00 236.43 21.57 + 154.875 269.00 236.45 32.55 + 154.900 272.00 236.48 35.52 + 154.925 213.00 236.50 -23.50 + 154.950 257.00 236.52 20.48 + 154.975 274.00 236.55 37.45 + 155.000 242.00 236.57 5.43 + 155.025 245.00 236.60 8.40 + 155.050 252.00 236.62 15.38 + 155.075 212.00 236.64 -24.64 + 155.100 261.00 236.67 24.33 + 155.125 281.00 236.69 44.31 + 155.150 259.00 236.71 22.29 + 155.175 253.00 236.73 16.27 + 155.200 280.00 236.76 43.24 + 155.225 255.00 236.78 18.22 + 155.250 229.00 236.80 -7.80 + 155.275 241.00 236.82 4.18 + 155.300 242.00 236.85 5.15 + 155.325 248.00 236.87 11.13 + 155.350 259.00 236.89 22.11 + 155.375 257.00 236.91 20.09 + 155.400 256.00 236.93 19.07 + 155.425 253.00 236.95 16.05 + 155.450 281.00 236.98 44.02 + 155.475 292.00 237.00 55.00 + 155.500 254.00 237.02 16.98 + 155.525 273.00 237.04 35.96 + 155.550 278.00 237.06 40.94 + 155.575 277.00 237.08 39.92 + 155.600 264.00 237.10 26.90 + 155.625 219.00 237.12 -18.12 + 155.650 271.00 237.14 33.86 + 155.675 279.00 237.16 41.84 + 155.700 246.00 237.18 8.82 + 155.725 268.00 237.20 30.80 + 155.750 282.00 237.22 44.78 + 155.775 272.00 237.24 34.76 + 155.800 270.00 237.26 32.74 + 155.825 221.00 237.28 -16.28 + 155.850 262.00 237.29 24.71 + 155.875 286.00 237.31 48.69 + 155.900 267.00 237.33 29.67 + 155.925 254.00 237.35 16.65 + 155.950 267.00 237.37 29.63 + 155.975 259.00 237.39 21.61 + 156.000 267.00 237.40 29.60 + 156.025 276.00 237.42 38.58 + 156.050 269.00 237.44 31.56 + 156.075 251.00 237.46 13.54 + 156.100 256.00 237.47 18.53 + 156.125 228.00 237.49 -9.49 + 156.150 248.00 237.51 10.49 + 156.175 243.00 237.52 5.48 + 156.200 254.00 237.54 16.46 + 156.225 254.00 237.56 16.44 + 156.250 245.00 237.57 7.43 + 156.275 242.00 237.59 4.41 + 156.300 250.00 237.60 12.40 + 156.325 264.00 237.62 26.38 + 156.350 274.00 237.64 36.36 + 156.375 255.00 237.65 17.35 + 156.400 281.00 237.67 43.33 + 156.425 229.00 237.68 -8.68 + 156.450 263.00 237.70 25.30 + 156.475 250.00 237.71 12.29 + 156.500 241.00 237.73 3.27 + 156.525 259.00 237.74 21.26 + 156.550 268.00 237.75 30.25 + 156.575 285.00 237.77 47.23 + 156.600 241.00 237.78 3.22 + 156.625 255.00 237.80 17.20 + 156.650 268.00 237.81 30.19 + 156.675 257.00 237.82 19.18 + 156.700 263.00 237.84 25.16 + 156.725 266.00 237.85 28.15 + 156.750 298.00 237.86 60.14 + 156.775 281.00 237.88 43.12 + 156.800 271.00 237.89 33.11 + 156.825 261.00 237.90 23.10 + 156.850 280.00 237.91 42.09 + 156.875 296.00 237.92 58.08 + 156.900 283.00 237.94 45.06 + 156.925 341.00 237.95 103.05 + 156.950 280.00 237.96 42.04 + 156.975 304.00 237.97 66.03 + 157.000 282.00 237.98 44.02 + 157.025 258.00 237.99 20.01 + 157.050 262.00 238.00 24.00 + 157.075 279.00 238.02 40.98 + 157.100 285.00 238.03 46.97 + 157.125 319.00 238.04 80.96 + 157.150 293.00 238.05 54.95 + 157.175 322.00 238.06 83.94 + 157.200 316.00 238.07 77.93 + 157.225 348.00 238.08 109.92 + 157.250 341.00 238.09 102.91 + 157.275 339.00 238.09 100.91 + 157.300 321.00 238.10 82.90 + 157.325 373.00 238.11 134.89 + 157.350 376.00 238.12 137.88 + 157.375 366.00 238.13 127.87 + 157.400 402.00 238.14 163.86 + 157.425 391.00 238.15 152.85 + 157.450 405.00 238.16 166.84 + 157.475 407.00 238.16 168.84 + 157.500 422.00 238.17 183.83 + 157.525 395.00 238.18 156.82 + 157.550 434.00 238.19 195.81 + 157.575 419.00 238.19 180.81 + 157.600 426.00 238.20 187.80 + 157.625 385.00 238.21 146.79 + 157.650 390.00 238.21 151.79 + 157.675 375.00 238.22 136.78 + 157.700 357.00 238.23 118.77 + 157.725 343.00 238.23 104.77 + 157.750 359.00 238.24 120.76 + 157.775 344.00 238.24 105.76 + 157.800 285.00 238.25 46.75 + 157.825 324.00 238.26 85.74 + 157.850 317.00 238.26 78.74 + 157.875 345.00 238.27 106.73 + 157.900 303.00 238.27 64.73 + 157.925 315.00 238.28 76.72 + 157.950 288.00 238.28 49.72 + 157.975 301.00 238.28 62.72 + 158.000 281.00 238.29 42.71 + 158.025 327.00 238.29 88.71 + 158.050 316.00 238.30 77.70 + 158.075 260.00 238.30 21.70 + 158.100 299.00 238.30 60.70 + 158.125 302.00 238.31 63.69 + 158.150 249.00 238.31 10.69 + 158.175 293.00 238.31 54.69 + 158.200 271.00 238.31 32.69 + 158.225 296.00 238.32 57.68 + 158.250 258.00 238.32 19.68 + 158.275 283.00 238.32 44.68 + 158.300 268.00 238.32 29.68 + 158.325 271.00 238.33 32.67 + 158.350 305.00 238.33 66.67 + 158.375 268.00 238.33 29.67 + 158.400 234.00 238.33 -4.33 + 158.425 286.00 238.33 47.67 + 158.450 278.00 238.33 39.67 + 158.475 274.00 238.33 35.67 + 158.500 274.00 238.33 35.67 + 158.525 253.00 238.33 14.67 + 158.550 238.00 238.33 -0.33 + 158.575 291.00 238.33 52.67 + 158.600 274.00 238.33 35.67 + 158.625 300.00 238.33 61.67 + 158.650 282.00 238.33 43.67 + 158.675 303.00 238.33 64.67 + 158.700 285.00 238.33 46.67 + 158.725 323.00 238.33 84.67 + 158.750 340.00 238.32 101.68 + 158.775 283.00 238.32 44.68 + 158.800 355.00 238.32 116.68 + 158.825 288.00 238.32 49.68 + 158.850 335.00 238.32 96.68 + 158.875 350.00 238.31 111.69 + 158.900 313.00 238.31 74.69 + 158.925 303.00 238.31 64.69 + 158.950 338.00 238.30 99.70 + 158.975 326.00 238.30 87.70 + 159.000 359.00 238.30 120.70 + 159.025 372.00 238.29 133.71 + 159.050 325.00 238.29 86.71 + 159.075 325.00 238.29 86.71 + 159.100 352.00 238.28 113.72 + 159.125 345.00 238.28 106.72 + 159.150 348.00 238.27 109.73 + 159.175 330.00 238.27 91.73 + 159.200 336.00 238.26 97.74 + 159.225 310.00 238.26 71.74 + 159.250 343.00 238.25 104.75 + 159.275 321.00 238.24 82.76 + 159.300 329.00 238.24 90.76 + 159.325 325.00 238.23 86.77 + 159.350 329.00 238.23 90.77 + 159.375 330.00 238.22 91.78 + 159.400 311.00 238.21 72.79 + 159.425 316.00 238.21 77.79 + 159.450 327.00 238.20 88.80 + 159.475 320.00 238.19 81.81 + 159.500 306.00 238.18 67.82 + 159.525 348.00 238.18 109.82 + 159.550 345.00 238.17 106.83 + 159.575 330.00 238.16 91.84 + 159.600 325.00 238.15 86.85 + 159.625 371.00 238.14 132.86 + 159.650 381.00 238.13 142.87 + 159.675 421.00 238.12 182.88 + 159.700 388.00 238.12 149.88 + 159.725 403.00 238.11 164.89 + 159.750 413.00 238.10 174.90 + 159.775 417.00 238.09 178.91 + 159.800 391.00 238.08 152.92 + 159.825 385.00 238.07 146.93 + 159.850 376.00 238.05 137.95 + 159.875 382.00 238.04 143.96 + 159.900 420.00 238.03 181.97 + 159.925 374.00 238.02 135.98 + 159.950 352.00 238.01 113.99 + 159.975 328.00 238.00 90.00 + 160.000 368.00 237.99 130.01 +END +WAVES Phase1, tik1 +BEGIN + 16.416 -523 + 20.761 -523 + 20.886 -523 + 23.278 -523 + 24.517 -523 + 25.530 -523 + 26.666 -523 + 27.640 -523 + 29.637 -523 + 32.305 -523 + 33.118 -523 + 33.233 -523 + 34.163 -523 + 37.194 -523 + 37.273 -523 + 38.116 -523 + 39.501 -523 + 40.224 -523 + 41.060 -523 + 41.657 -523 + 42.299 -523 + 42.326 -523 + 42.564 -523 + 43.684 -523 + 43.711 -523 + 44.433 -523 + 44.493 -523 + 44.598 -523 + 45.906 -523 + 47.647 -523 + 47.672 -523 + 47.829 -523 + 48.342 -523 + 50.313 -523 + 50.831 -523 + 52.439 -523 + 52.509 -523 + 53.077 -523 + 53.281 -523 + 53.622 -523 + 53.690 -523 + 53.755 -523 + 53.778 -523 + 54.989 -523 + 55.381 -523 + 55.693 -523 + 56.534 -523 + 56.546 -523 + 56.685 -523 + 57.069 -523 + 57.134 -523 + 58.472 -523 + 58.691 -523 + 58.925 -523 + 59.870 -523 + 60.649 -523 + 61.590 -523 + 61.611 -523 + 61.955 -523 + 62.044 -523 + 62.538 -523 + 62.600 -523 + 63.292 -523 + 63.525 -523 + 64.576 -523 + 65.198 -523 + 65.563 -523 + 66.004 -523 + 66.373 -523 + 66.597 -523 + 67.189 -523 + 67.531 -523 + 67.677 -523 + 68.177 -523 + 68.273 -523 + 68.426 -523 + 68.533 -523 + 69.310 -523 + 69.566 -523 + 69.653 -523 + 69.664 -523 + 69.776 -523 + 69.835 -523 + 70.034 -523 + 70.669 -523 + 70.895 -523 + 70.914 -523 + 71.201 -523 + 72.019 -523 + 72.053 -523 + 72.302 -523 + 72.702 -523 + 73.552 -523 + 73.648 -523 + 74.205 -523 + 74.456 -523 + 74.620 -523 + 75.011 -523 + 75.455 -523 + 75.889 -523 + 76.128 -523 + 76.429 -523 + 76.954 -523 + 77.332 -523 + 77.944 -523 + 78.181 -523 + 78.520 -523 + 78.627 -523 + 78.683 -523 + 79.268 -523 + 79.330 -523 + 79.523 -523 + 79.850 -523 + 79.855 -523 + 80.346 -523 + 80.830 -523 + 81.054 -523 + 81.389 -523 + 81.615 -523 + 81.634 -523 + 82.705 -523 + 82.862 -523 + 82.894 -523 + 83.178 -523 + 83.560 -523 + 84.108 -523 + 84.130 -523 + 84.595 -523 + 84.622 -523 + 85.116 -523 + 85.209 -523 + 85.592 -523 + 86.408 -523 + 86.471 -523 + 86.524 -523 + 86.935 -523 + 86.975 -523 + 87.697 -523 + 88.090 -523 + 88.664 -523 + 88.754 -523 + 89.101 -523 + 89.156 -523 + 89.310 -523 + 89.700 -523 + 89.725 -523 + 89.931 -523 + 90.737 -523 + 91.138 -523 + 91.248 -523 + 91.390 -523 + 91.490 -523 + 91.622 -523 + 91.704 -523 + 92.215 -523 + 92.400 -523 + 92.456 -523 + 92.529 -523 + 92.537 -523 + 93.172 -523 + 93.315 -523 + 93.347 -523 + 93.402 -523 + 93.476 -523 + 93.726 -523 + 93.940 -523 + 93.958 -523 + 94.041 -523 + 94.579 -523 + 94.783 -523 + 95.042 -523 + 95.512 -523 + 96.194 -523 + 96.250 -523 + 96.324 -523 + 96.925 -523 + 97.284 -523 + 97.579 -523 + 97.781 -523 + 98.353 -523 + 98.523 -523 + 98.821 -523 + 99.288 -523 + 99.806 -523 + 100.390 -523 + 100.452 -523 + 100.719 -523 + 100.789 -523 + 100.977 -523 + 101.025 -523 + 101.033 -523 + 101.109 -523 + 101.191 -523 + 101.471 -523 + 101.527 -523 + 101.877 -523 + 102.489 -523 + 102.607 -523 + 103.763 -523 + 103.915 -523 + 103.920 -523 + 104.024 -523 + 104.050 -523 + 104.178 -523 + 104.273 -523 + 104.739 -523 + 104.892 -523 + 105.304 -523 + 105.326 -523 + 105.413 -523 + 105.631 -523 + 105.806 -523 + 106.014 -523 + 106.254 -523 + 106.347 -523 + 106.495 -523 + 107.087 -523 + 107.694 -523 + 107.816 -523 + 107.849 -523 + 107.874 -523 + 107.952 -523 + 108.290 -523 + 108.439 -523 + 108.458 -523 + 109.233 -523 + 109.546 -523 + 110.058 -523 + 110.384 -523 + 110.603 -523 + 111.127 -523 + 111.271 -523 + 111.640 -523 + 112.285 -523 + 112.302 -523 + 112.736 -523 + 112.896 -523 + 113.010 -523 + 113.261 -523 + 113.351 -523 + 113.651 -523 + 114.328 -523 + 114.860 -523 + 114.959 -523 + 115.213 -523 + 115.388 -523 + 115.719 -523 + 116.030 -523 + 116.518 -523 + 116.580 -523 + 117.035 -523 + 117.097 -523 + 117.180 -523 + 117.461 -523 + 117.637 -523 + 117.742 -523 + 117.744 -523 + 118.340 -523 + 118.386 -523 + 118.393 -523 + 118.950 -523 + 119.221 -523 + 120.135 -523 + 120.306 -523 + 120.432 -523 + 120.750 -523 + 120.793 -523 + 121.075 -523 + 121.333 -523 + 121.561 -523 + 121.838 -523 + 121.875 -523 + 122.109 -523 + 122.209 -523 + 123.334 -523 + 123.783 -523 + 123.816 -523 + 123.890 -523 + 123.922 -523 + 124.301 -523 + 124.502 -523 + 124.508 -523 + 124.569 -523 + 124.925 -523 + 125.455 -523 + 125.658 -523 + 125.690 -523 + 125.727 -523 + 126.652 -523 + 126.675 -523 + 126.802 -523 + 127.621 -523 + 127.709 -523 + 127.769 -523 + 128.658 -523 + 128.820 -523 + 129.020 -523 + 129.058 -523 + 129.234 -523 + 129.306 -523 + 129.506 -523 + 129.578 -523 + 129.674 -523 + 129.688 -523 + 129.986 -523 + 130.287 -523 + 130.513 -523 + 130.591 -523 + 130.786 -523 + 131.342 -523 + 131.919 -523 + 132.350 -523 + 132.388 -523 + 132.393 -523 + 132.543 -523 + 132.858 -523 + 132.971 -523 + 133.636 -523 + 133.660 -523 + 134.120 -523 + 134.640 -523 + 135.010 -523 + 135.141 -523 + 135.213 -523 + 135.412 -523 + 135.635 -523 + 135.649 -523 + 135.728 -523 + 136.018 -523 + 136.652 -523 + 136.732 -523 + 136.861 -523 + 136.923 -523 + 136.957 -523 + 137.034 -523 + 138.327 -523 + 138.392 -523 + 138.782 -523 + 138.958 -523 + 139.183 -523 + 140.258 -523 + 140.853 -523 + 141.146 -523 + 141.925 -523 + 142.044 -523 + 142.576 -523 + 142.799 -523 + 142.868 -523 + 143.204 -523 + 143.643 -523 + 144.359 -523 + 144.514 -523 + 145.319 -523 + 145.874 -523 + 146.171 -523 + 146.217 -523 + 146.271 -523 + 146.342 -523 + 146.596 -523 + 146.609 -523 + 146.848 -523 + 147.379 -523 + 148.310 -523 + 148.416 -523 + 148.557 -523 + 149.073 -523 + 149.077 -523 + 150.264 -523 + 150.501 -523 + 150.745 -523 + 150.968 -523 + 151.538 -523 + 153.033 -523 + 153.434 -523 + 154.547 -523 + 155.621 -523 + 155.666 -523 + 156.411 -523 + 156.623 -523 + 157.438 -523 + 157.510 -523 + 157.598 -523 + 158.129 -523 + 159.707 -523 + 161.086 -523 +END +WAVES Excrg1, excl1 +BEGIN + 10.00 -523 + 10.00 -523 +END +WAVES Excrg2, excl2 +BEGIN + 154.00 -523 + 160.00 -523 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TwoTheta +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 10.00, 160.00 +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -10422} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: pbsox_single\rDate of fit: \Z09 17/06/2026/ 21:41:54.5\Z12\rPbSO4\rChi2 = 74.04" +X Label left "\Z14Intensity" +X Label bottom "\Z142-Theta (in degrees)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: PbSO4 XrayDif single wavelength +X | Date of run: 17/06/2026 / 21:41:54.5 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.sum b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.sum new file mode 100644 index 000000000..e2c3b60eb --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.sum @@ -0,0 +1,147 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 17/06/2026 Time: 21:41:54.342 + + => PCR file code: pbsox_single + => DAT file code: pbsox_single -> Relative contribution: 1.0000 + => Title: PbSO4 XrayDif single wavelength + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of X-ray powder diffraction data + => Global Refinement of X-ray powder diffraction data + Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) + => The 7th default profile function was selected + + => Data supplied in free format for pattern: 1 + => Analysis of refinement at the end + => Wavelengths: 1.54056 1.54056 + => Cos(Monochromator angle)= 0.0000 + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 6.00 + ==> Angular range, step and number of points: + 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 + =>-------> Pattern# 1 + => Crystal Structure Refinement for phase: 1 + => The density (volumic mass) of phase 1 is: 6.324 g/cm3 + => Scor: 8.9010 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 PbSO4 P n m a +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 385 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + Pb 0.18788( 0) 0.25000( 0) 0.16749( 0) 1.785( 0) 0.500( 0) 4 + S 0.06302( 0) 0.25000( 0) 0.68446( 0) 0.854( 0) 0.500( 0) 4 + O1 0.91235( 0) 0.25000( 0) 0.59346( 0) 1.334( 0) 0.500( 0) 4 + O2 0.18443( 0) 0.25000( 0) 0.53434( 0) 1.575( 0) 0.500( 0) 4 + O3 0.07573( 0) 0.01951( 0) 0.81594( 0) 1.328( 0) 1.000( 0) 8 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 8.47983 0.00000 + 5.39776 0.00000 + 6.95932 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + => overall scale factor : 0.000469335 0.000000000 + => Eta(p-v) or m(p-vii) : 0.00000 0.00000 + => Overall tem. factor : 0.00000 0.00000 + => Halfwidth parameters : 0.04846 0.00000 + -0.08305 0.00000 + 0.03519 0.00000 + => Preferred orientation: 0.00000 0.00000 + 0.00000 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => X and y parameters : 0.00000 0.00000 + 0.04927 0.00000 + => Strain parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => Size parameters (G,L): 0.00000 0.00000 + 0.00000 0.00000 + + => Add. shape parameters: + 0.00000 0.00000 + 0.00000 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: -0.0482 0.0000 + => Background Polynomial Parameters ==> + 154.32 0.0000 + 100.00 0.0000 + -92.329 0.0000 + -95.599 0.0000 + 126.68 0.0000 + -31.804 0.0000 + + => Cos( theta)-shift parameter : 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle: 30 + => N-P+C: 5760 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 35.6 Rwp: 42.3 Rexp: 4.92 Chi2: 74.0 L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 58.4 Rwp: 60.1 Rexp: 6.98 Chi2: 74.0 + => Deviance: 0.777E+06 Dev* : 134.9 + => DW-Stat.: 0.0806 DW-exp: 1.9182 + => N-sigma of the GoF: 3919.832 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 5305 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 36.0 Rwp: 42.7 Rexp: 4.77 Chi2: 80.1 L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 57.8 Rwp: 60.0 Rexp: 6.71 Chi2: 80.1 + => Deviance: 0.776E+06 Dev* : 146.1 + => DW-Stat.: 0.0810 DW-exp: 1.9148 + => N-sigma of the GoF: 4072.299 + + => Global user-weigthed Chi2 (Bragg contrib.): 80.4 + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 PbSO4 + => Bragg R-factor: 53.9 Vol: 318.543( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 30.4 ATZ: 1213.030 Brindley: 1.0000 + + + CPU Time: 0.188 seconds + 0.003 minutes + + => Run finished at: Date: 17/06/2026 Time: 21:41:54.532 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.bac b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.bac new file mode 100644 index 000000000..00ec34438 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.bac @@ -0,0 +1,602 @@ + 10.048160 0.025000 160.048157 Background of: pbsox_single_polarized + 126 126 126 126 126 126 126 126 125 125 + 125 125 125 125 125 125 124 124 124 124 + 124 124 124 124 123 123 123 123 123 123 + 123 123 123 122 122 122 122 122 122 122 + 122 121 121 121 121 121 121 121 121 121 + 120 120 120 120 120 120 120 120 120 119 + 119 119 119 119 119 119 119 119 119 118 + 118 118 118 118 118 118 118 118 117 117 + 117 117 117 117 117 117 117 117 116 116 + 116 116 116 116 116 116 116 116 116 115 + 115 115 115 115 115 115 115 115 115 115 + 114 114 114 114 114 114 114 114 114 114 + 114 113 113 113 113 113 113 113 113 113 + 113 113 113 112 112 112 112 112 112 112 + 112 112 112 112 112 111 111 111 111 111 + 111 111 111 111 111 111 111 111 110 110 + 110 110 110 110 110 110 110 110 110 110 + 110 110 109 109 109 109 109 109 109 109 + 109 109 109 109 109 109 109 108 108 108 + 108 108 108 108 108 108 108 108 108 108 + 108 108 108 107 107 107 107 107 107 107 + 107 107 107 107 107 107 107 107 107 107 + 106 106 106 106 106 106 106 106 106 106 + 106 106 106 106 106 106 106 106 105 105 + 105 105 105 105 105 105 105 105 105 105 + 105 105 105 105 105 105 105 105 105 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 103 103 103 103 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 104 104 104 104 104 104 104 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 105 105 105 105 105 105 105 + 105 105 105 105 105 105 105 105 105 105 + 105 105 105 105 105 105 105 105 105 105 + 105 106 106 106 106 106 106 106 106 106 + 106 106 106 106 106 106 106 106 106 106 + 106 106 106 106 106 106 106 107 107 107 + 107 107 107 107 107 107 107 107 107 107 + 107 107 107 107 107 107 107 107 107 107 + 107 108 108 108 108 108 108 108 108 108 + 108 108 108 108 108 108 108 108 108 108 + 108 108 108 108 109 109 109 109 109 109 + 109 109 109 109 109 109 109 109 109 109 + 109 109 109 109 109 109 110 110 110 110 + 110 110 110 110 110 110 110 110 110 110 + 110 110 110 110 110 110 110 110 111 111 + 111 111 111 111 111 111 111 111 111 111 + 111 111 111 111 111 111 111 111 112 112 + 112 112 112 112 112 112 112 112 112 112 + 112 112 112 112 112 112 112 112 113 113 + 113 113 113 113 113 113 113 113 113 113 + 113 113 113 113 113 113 113 113 114 114 + 114 114 114 114 114 114 114 114 114 114 + 114 114 114 114 114 114 114 115 115 115 + 115 115 115 115 115 115 115 115 115 115 + 115 115 115 115 115 116 116 116 116 116 + 116 116 116 116 116 116 116 116 116 116 + 116 116 116 116 117 117 117 117 117 117 + 117 117 117 117 117 117 117 117 117 117 + 117 117 118 118 118 118 118 118 118 118 + 118 118 118 118 118 118 118 118 118 118 + 119 119 119 119 119 119 119 119 119 119 + 119 119 119 119 119 119 119 120 120 120 + 120 120 120 120 120 120 120 120 120 120 + 120 120 120 120 120 121 121 121 121 121 + 121 121 121 121 121 121 121 121 121 121 + 121 121 122 122 122 122 122 122 122 122 + 122 122 122 122 122 122 122 122 122 123 + 123 123 123 123 123 123 123 123 123 123 + 123 123 123 123 123 123 124 124 124 124 + 124 124 124 124 124 124 124 124 124 124 + 124 124 124 125 125 125 125 125 125 125 + 125 125 125 125 125 125 125 125 125 126 + 126 126 126 126 126 126 126 126 126 126 + 126 126 126 126 126 126 127 127 127 127 + 127 127 127 127 127 127 127 127 127 127 + 127 127 127 128 128 128 128 128 128 128 + 128 128 128 128 128 128 128 128 128 129 + 129 129 129 129 129 129 129 129 129 129 + 129 129 129 129 129 129 130 130 130 130 + 130 130 130 130 130 130 130 130 130 130 + 130 130 131 131 131 131 131 131 131 131 + 131 131 131 131 131 131 131 131 131 132 + 132 132 132 132 132 132 132 132 132 132 + 132 132 132 132 132 133 133 133 133 133 + 133 133 133 133 133 133 133 133 133 133 + 133 133 134 134 134 134 134 134 134 134 + 134 134 134 134 134 134 134 134 135 135 + 135 135 135 135 135 135 135 135 135 135 + 135 135 135 135 135 136 136 136 136 136 + 136 136 136 136 136 136 136 136 136 136 + 136 136 137 137 137 137 137 137 137 137 + 137 137 137 137 137 137 137 137 138 138 + 138 138 138 138 138 138 138 138 138 138 + 138 138 138 138 138 139 139 139 139 139 + 139 139 139 139 139 139 139 139 139 139 + 139 139 140 140 140 140 140 140 140 140 + 140 140 140 140 140 140 140 140 140 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 145 145 + 145 145 145 145 145 145 145 145 145 145 + 145 145 145 145 145 145 146 146 146 146 + 146 146 146 146 146 146 146 146 146 146 + 146 146 146 147 147 147 147 147 147 147 + 147 147 147 147 147 147 147 147 147 147 + 147 148 148 148 148 148 148 148 148 148 + 148 148 148 148 148 148 148 148 148 149 + 149 149 149 149 149 149 149 149 149 149 + 149 149 149 149 149 149 149 149 150 150 + 150 150 150 150 150 150 150 150 150 150 + 150 150 150 150 150 150 150 151 151 151 + 151 151 151 151 151 151 151 151 151 151 + 151 151 151 151 151 152 152 152 152 152 + 152 152 152 152 152 152 152 152 152 152 + 152 152 152 152 152 153 153 153 153 153 + 153 153 153 153 153 153 153 153 153 153 + 153 153 153 153 154 154 154 154 154 154 + 154 154 154 154 154 154 154 154 154 154 + 154 154 154 154 155 155 155 155 155 155 + 155 155 155 155 155 155 155 155 155 155 + 155 155 155 155 156 156 156 156 156 156 + 156 156 156 156 156 156 156 156 156 156 + 156 156 156 156 156 157 157 157 157 157 + 157 157 157 157 157 157 157 157 157 157 + 157 157 157 157 157 157 158 158 158 158 + 158 158 158 158 158 158 158 158 158 158 + 158 158 158 158 158 158 158 158 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 178 178 178 178 + 178 178 178 178 178 178 178 178 178 178 + 178 178 178 178 178 178 178 178 179 179 + 179 179 179 179 179 179 179 179 179 179 + 179 179 179 179 179 179 179 179 179 180 + 180 180 180 180 180 180 180 180 180 180 + 180 180 180 180 180 180 180 180 180 181 + 181 181 181 181 181 181 181 181 181 181 + 181 181 181 181 181 181 181 181 181 182 + 182 182 182 182 182 182 182 182 182 182 + 182 182 182 182 182 182 182 182 182 183 + 183 183 183 183 183 183 183 183 183 183 + 183 183 183 183 183 183 183 183 184 184 + 184 184 184 184 184 184 184 184 184 184 + 184 184 184 184 184 184 184 185 185 185 + 185 185 185 185 185 185 185 185 185 185 + 185 185 185 185 185 185 186 186 186 186 + 186 186 186 186 186 186 186 186 186 186 + 186 186 186 186 187 187 187 187 187 187 + 187 187 187 187 187 187 187 187 187 187 + 187 187 188 188 188 188 188 188 188 188 + 188 188 188 188 188 188 188 188 188 188 + 189 189 189 189 189 189 189 189 189 189 + 189 189 189 189 189 189 189 189 190 190 + 190 190 190 190 190 190 190 190 190 190 + 190 190 190 190 190 190 191 191 191 191 + 191 191 191 191 191 191 191 191 191 191 + 191 191 191 192 192 192 192 192 192 192 + 192 192 192 192 192 192 192 192 192 192 + 193 193 193 193 193 193 193 193 193 193 + 193 193 193 193 193 193 193 194 194 194 + 194 194 194 194 194 194 194 194 194 194 + 194 194 194 194 195 195 195 195 195 195 + 195 195 195 195 195 195 195 195 195 195 + 195 196 196 196 196 196 196 196 196 196 + 196 196 196 196 196 196 196 196 197 197 + 197 197 197 197 197 197 197 197 197 197 + 197 197 197 197 198 198 198 198 198 198 + 198 198 198 198 198 198 198 198 198 198 + 198 199 199 199 199 199 199 199 199 199 + 199 199 199 199 199 199 199 200 200 200 + 200 200 200 200 200 200 200 200 200 200 + 200 200 200 201 201 201 201 201 201 201 + 201 201 201 201 201 201 201 201 201 201 + 202 202 202 202 202 202 202 202 202 202 + 202 202 202 202 202 202 203 203 203 203 + 203 203 203 203 203 203 203 203 203 203 + 203 203 204 204 204 204 204 204 204 204 + 204 204 204 204 204 204 204 204 205 205 + 205 205 205 205 205 205 205 205 205 205 + 205 205 205 205 206 206 206 206 206 206 + 206 206 206 206 206 206 206 206 206 206 + 207 207 207 207 207 207 207 207 207 207 + 207 207 207 207 207 207 208 208 208 208 + 208 208 208 208 208 208 208 208 208 208 + 208 208 208 209 209 209 209 209 209 209 + 209 209 209 209 209 209 209 209 209 210 + 210 210 210 210 210 210 210 210 210 210 + 210 210 210 210 210 211 211 211 211 211 + 211 211 211 211 211 211 211 211 211 211 + 211 212 212 212 212 212 212 212 212 212 + 212 212 212 212 212 212 212 213 213 213 + 213 213 213 213 213 213 213 213 213 213 + 213 213 213 213 214 214 214 214 214 214 + 214 214 214 214 214 214 214 214 214 214 + 215 215 215 215 215 215 215 215 215 215 + 215 215 215 215 215 215 215 216 216 216 + 216 216 216 216 216 216 216 216 216 216 + 216 216 216 217 217 217 217 217 217 217 + 217 217 217 217 217 217 217 217 217 217 + 218 218 218 218 218 218 218 218 218 218 + 218 218 218 218 218 218 218 219 219 219 + 219 219 219 219 219 219 219 219 219 219 + 219 219 219 219 220 220 220 220 220 220 + 220 220 220 220 220 220 220 220 220 220 + 220 220 221 221 221 221 221 221 221 221 + 221 221 221 221 221 221 221 221 221 222 + 222 222 222 222 222 222 222 222 222 222 + 222 222 222 222 222 222 222 223 223 223 + 223 223 223 223 223 223 223 223 223 223 + 223 223 223 223 223 224 224 224 224 224 + 224 224 224 224 224 224 224 224 224 224 + 224 224 224 224 225 225 225 225 225 225 + 225 225 225 225 225 225 225 225 225 225 + 225 225 225 226 226 226 226 226 226 226 + 226 226 226 226 226 226 226 226 226 226 + 226 226 227 227 227 227 227 227 227 227 + 227 227 227 227 227 227 227 227 227 227 + 227 227 228 228 228 228 228 228 228 228 + 228 228 228 228 228 228 228 228 228 228 + 228 228 229 229 229 229 229 229 229 229 + 229 229 229 229 229 229 229 229 229 229 + 229 229 229 229 230 230 230 230 230 230 + 230 230 230 230 230 230 230 230 230 230 + 230 230 230 230 230 230 231 231 231 231 + 231 231 231 231 231 231 231 231 231 231 + 231 231 231 231 231 231 231 231 231 232 + 232 232 232 232 232 232 232 232 232 232 + 232 232 232 232 232 232 232 232 232 232 + 232 232 232 233 233 233 233 233 233 233 + 233 233 233 233 233 233 233 233 233 233 + 233 233 233 233 233 233 233 233 233 233 + 234 234 234 234 234 234 234 234 234 234 + 234 234 234 234 234 234 234 234 234 234 + 234 234 234 234 234 234 234 234 235 235 + 235 235 235 235 235 235 235 235 235 235 + 235 235 235 235 235 235 235 235 235 235 + 235 235 235 235 235 235 235 235 235 235 + 236 236 236 236 236 236 236 236 236 236 + 236 236 236 236 236 236 236 236 236 236 + 236 236 236 236 236 236 236 236 236 236 + 236 236 236 236 236 236 236 236 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.dat b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.dat new file mode 100644 index 000000000..cc2d2b0d4 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.dat @@ -0,0 +1,602 @@ +10.000 0.025 160.000 PbSO4 XrayDif (Rietveld Round Robin, R.J. Hill, JApC 2 + 179 147 165 172 150 165 150 158 134 146 + 167 159 139 145 165 150 149 156 143 166 + 154 131 144 131 140 147 155 148 140 138 + 127 146 147 114 129 129 128 136 148 132 + 141 135 141 145 131 142 148 151 127 133 + 131 125 129 128 134 142 115 138 125 120 + 130 118 118 116 119 101 117 142 112 114 + 111 122 131 107 121 123 120 126 125 120 + 103 121 109 115 122 123 107 126 133 120 + 100 130 130 109 116 121 99 107 110 136 + 113 102 117 111 105 92 110 116 124 111 + 91 106 122 121 119 114 129 95 117 102 + 102 117 99 124 107 108 99 113 104 92 + 98 107 88 96 104 81 111 78 104 119 + 106 105 96 81 95 96 103 91 112 107 + 87 112 92 79 92 103 97 102 86 97 + 103 93 111 95 96 93 85 104 98 108 + 76 92 95 89 105 95 92 105 89 99 + 101 97 93 99 100 83 93 96 69 101 + 97 85 95 85 111 85 86 100 88 98 + 92 93 94 93 81 98 78 79 93 81 + 88 73 85 106 88 94 96 91 101 89 + 87 95 87 97 81 87 93 90 73 98 + 86 80 82 97 80 81 80 81 73 106 + 92 101 98 104 106 98 114 97 129 112 + 141 167 157 200 215 321 397 434 445 313 + 197 155 110 118 86 110 95 93 98 80 + 85 106 86 103 92 88 94 79 92 106 + 82 104 94 88 97 93 90 120 93 106 + 89 92 100 91 99 81 89 79 91 84 + 92 107 99 92 87 88 67 81 86 85 + 103 85 77 105 93 96 93 85 75 105 + 85 89 86 76 86 71 101 100 89 74 + 101 103 95 100 87 94 84 102 92 80 + 82 105 84 83 93 92 105 94 88 97 + 88 110 110 84 89 98 92 86 110 98 + 93 94 104 96 105 99 117 111 100 125 + 99 107 107 98 84 112 99 93 108 100 + 91 98 124 98 121 114 93 87 95 95 + 121 102 127 119 118 107 100 95 116 136 + 92 127 127 115 124 130 123 137 136 165 + 150 173 190 211 212 255 264 305 353 415 + 507 623 833 1076 1417 1958 2624 3927 5466 7996 + 11062 12925 12506 10327 8178 6771 5910 4886 3432 2110 + 1182 802 623 527 435 393 356 333 295 316 + 280 248 264 216 202 211 187 168 208 160 + 171 149 166 138 168 129 147 134 125 137 + 112 128 134 121 138 103 124 115 119 109 + 119 116 127 133 121 109 114 113 120 118 + 102 110 118 123 116 112 107 121 104 124 + 105 128 115 128 99 130 109 125 138 141 + 135 125 140 152 177 177 191 195 225 258 + 301 337 468 618 837 1082 1507 2283 3235 4791 + 6588 8176 8122 6687 5078 3206 1822 1101 712 566 + 470 381 302 277 259 259 212 198 189 153 + 182 178 175 164 139 176 159 147 172 167 + 159 180 168 162 166 147 149 161 173 145 + 210 201 257 262 342 451 598 796 1089 1648 + 2386 3203 3155 2711 1970 1292 729 450 289 285 + 218 211 202 168 165 177 176 197 164 141 + 160 160 157 145 165 158 158 197 179 203 + 194 216 282 282 364 456 632 854 1213 1815 + 2863 4063 4649 4165 3168 2329 1423 738 438 367 + 295 246 246 191 179 178 170 182 158 182 + 179 184 181 169 171 191 175 216 195 224 + 209 251 257 298 297 378 406 499 590 746 + 983 1402 2108 3097 4641 7229 10690 13494 13106 10401 + 7908 5365 2857 1575 947 697 595 529 450 423 + 344 319 309 252 257 252 266 275 257 285 + 285 270 280 347 282 362 426 461 637 693 + 1051 1425 2158 3198 5190 8004 10350 9724 7797 6126 + 4329 2276 1177 756 591 486 352 340 314 270 + 256 253 245 206 212 183 205 185 164 197 + 167 175 159 152 162 168 151 153 128 167 + 147 140 139 153 153 154 145 147 134 160 + 137 134 131 157 137 145 151 164 171 172 + 165 168 162 193 169 199 186 208 196 182 + 246 245 284 340 364 382 519 665 837 1080 + 1566 2321 3438 5181 8141 12608 15702 14432 12071 9687 + 7137 4123 2094 1334 1013 780 668 467 438 379 + 355 263 287 299 247 253 236 223 193 198 + 184 204 185 174 201 168 185 175 171 153 + 162 135 159 139 147 127 143 140 115 142 + 123 156 133 135 128 130 127 120 121 106 + 134 114 107 123 111 92 134 87 130 97 + 101 113 119 122 114 117 84 105 111 104 + 119 119 101 117 122 105 128 116 126 115 + 121 116 144 141 128 148 165 172 182 174 + 193 230 247 312 325 423 589 755 1130 1670 + 2522 3976 5312 5540 4806 3984 3579 2684 1672 977 + 645 451 390 317 305 278 234 264 246 263 + 239 271 260 299 300 332 411 497 630 918 + 1214 1839 2852 4745 6636 7831 7010 5926 5069 4251 + 2900 1743 1167 841 646 517 412 354 301 282 + 234 204 235 226 207 200 180 180 179 172 + 180 157 154 173 198 147 168 157 199 209 + 242 257 328 467 631 994 1449 1522 1193 977 + 947 796 548 358 251 190 164 159 137 134 + 136 126 122 128 108 100 120 106 123 117 + 113 108 121 104 104 100 105 107 108 103 + 108 123 92 122 97 101 92 114 89 81 + 113 76 89 99 89 98 98 104 120 100 + 99 89 111 98 96 95 84 115 106 100 + 86 110 86 98 97 109 112 105 86 102 + 91 98 111 89 95 95 84 114 108 96 + 94 94 102 91 106 103 82 121 101 109 + 112 104 103 105 112 119 116 119 115 106 + 122 116 120 130 107 137 132 131 140 150 + 149 161 190 210 234 297 378 583 909 1431 + 2164 2620 2390 1970 1772 1685 1327 891 543 352 + 292 230 177 182 207 158 143 129 161 133 + 119 120 128 118 121 132 135 134 132 135 + 156 182 207 266 351 368 312 269 260 249 + 219 174 157 146 135 137 136 103 107 99 + 133 129 147 130 115 123 109 106 115 136 + 119 126 131 135 116 112 123 116 121 136 + 147 130 156 138 133 144 163 171 198 191 + 196 226 243 294 352 472 630 984 1383 2157 + 2946 2947 2469 1988 2056 1767 1317 793 524 362 + 282 264 227 186 194 168 177 199 174 169 + 183 194 204 189 213 296 350 476 746 894 + 816 615 549 596 524 395 306 223 164 206 + 198 162 173 163 144 169 160 156 143 187 + 146 146 157 177 173 171 197 214 254 333 + 505 760 1047 1074 910 689 698 717 570 382 + 273 291 231 278 239 272 257 316 315 377 + 419 593 709 1116 1749 2604 3739 4133 3642 2835 + 2622 2580 2147 1381 844 578 447 351 339 309 + 260 268 240 250 233 275 281 285 381 450 + 601 801 895 881 726 644 608 589 498 386 + 283 277 254 276 249 224 213 196 234 186 + 215 191 211 189 204 193 227 221 225 199 + 187 193 214 235 241 232 239 254 252 264 + 251 260 320 375 379 442 425 492 574 693 + 816 1046 1286 1773 2593 4047 6544 9907 12440 12196 + 9815 8006 7742 7431 5975 3773 2148 1465 1080 849 + 683 579 560 480 481 470 468 450 469 498 + 468 528 615 632 765 985 1263 1833 2821 4290 + 5647 5682 5372 5802 7664 7744 5866 4103 3552 3442 + 2855 1843 1102 771 578 517 456 381 379 335 + 326 303 286 287 274 272 282 267 236 255 + 238 218 224 209 228 244 234 221 237 224 + 217 187 261 216 246 244 282 276 314 333 + 385 413 609 855 1397 2190 3180 3151 2427 1819 + 1843 2058 1720 1115 716 480 364 297 300 267 + 227 215 189 213 174 175 193 183 178 166 + 171 171 172 161 151 143 141 139 172 153 + 169 141 125 135 142 134 142 138 152 159 + 140 143 136 147 144 148 153 112 148 138 + 119 121 160 136 164 137 166 142 158 176 + 175 183 249 309 389 541 720 682 600 452 + 443 453 437 329 289 226 201 182 160 178 + 146 181 142 201 182 174 168 174 233 275 + 331 464 712 969 1093 984 752 624 651 695 + 597 460 284 261 211 196 175 167 165 143 + 153 155 137 161 131 138 125 114 154 114 + 118 120 130 117 126 132 122 133 122 113 + 128 139 126 140 120 122 122 136 116 113 + 103 120 129 112 118 140 135 101 128 115 + 126 120 119 107 122 124 123 159 132 136 + 115 142 132 144 140 131 112 147 129 129 + 106 129 127 122 155 130 121 131 173 157 + 146 153 168 199 204 212 232 255 319 410 + 629 1090 1814 2668 2463 1752 1187 1257 1542 1549 + 1066 624 387 314 267 208 211 210 181 170 + 154 155 143 171 156 134 142 142 136 139 + 139 132 152 123 137 125 132 133 137 148 + 121 150 139 127 127 146 147 155 131 144 + 148 138 149 154 142 141 181 185 169 181 + 203 236 232 335 428 600 826 1143 1282 1262 + 1070 962 964 871 886 728 557 468 370 267 + 235 203 187 181 188 189 166 167 175 191 + 184 181 226 228 258 216 233 250 287 332 + 441 506 459 447 383 372 397 408 434 419 + 346 392 441 622 912 1096 1359 1605 1949 1937 + 1843 2020 1980 1741 1467 1209 1080 998 719 548 + 393 314 277 248 204 179 180 168 160 170 + 160 184 179 164 149 156 140 161 149 134 + 126 143 138 142 163 131 161 131 147 150 + 160 128 126 128 152 134 158 135 162 157 + 173 156 162 158 164 155 194 195 196 253 + 262 350 464 665 937 1141 1055 834 657 648 + 638 752 672 543 404 370 386 469 560 465 + 360 285 276 355 364 291 228 190 194 195 + 180 163 154 156 184 181 152 176 177 160 + 178 185 175 206 214 244 255 254 373 514 + 623 827 875 884 951 1181 1887 2582 2875 2303 + 1613 1270 1312 1510 1599 1288 890 794 643 683 + 884 1207 1571 1762 1506 1186 969 975 1015 1048 + 938 733 494 392 292 276 254 229 216 203 + 194 189 192 181 191 163 175 186 149 175 + 142 180 136 151 177 156 159 174 148 147 + 141 145 156 144 149 145 127 143 159 129 + 161 138 145 165 172 184 217 266 272 313 + 288 275 321 323 439 573 743 906 960 812 + 566 541 535 554 567 599 473 359 290 254 + 189 184 196 210 190 179 148 160 147 122 + 148 141 140 142 114 150 151 132 153 140 + 118 128 140 136 122 130 135 133 165 160 + 163 166 190 264 331 334 297 215 205 212 + 268 226 256 199 165 148 159 132 154 139 + 121 144 131 136 139 120 129 130 143 127 + 150 156 154 153 162 208 247 207 192 179 + 148 154 204 186 208 175 141 111 124 132 + 127 125 124 147 143 135 136 143 145 143 + 148 151 139 142 135 161 143 139 136 158 + 164 167 165 181 147 160 195 209 190 226 + 195 241 278 302 344 427 563 789 990 1317 + 1792 2342 2479 2083 1541 1233 1186 1301 1408 1348 + 1086 761 509 405 349 309 273 269 244 252 + 286 309 289 316 317 259 228 223 259 237 + 212 212 201 184 201 170 165 182 182 183 + 199 200 208 190 185 230 275 352 448 647 + 956 1241 1280 1063 730 559 576 678 833 919 + 838 736 578 449 352 332 306 308 321 300 + 245 216 201 182 162 147 163 193 149 171 + 166 202 155 141 162 155 166 190 174 189 + 211 169 195 197 235 250 286 344 394 561 + 722 930 1317 1481 1358 1037 813 746 717 877 + 916 896 663 502 396 302 255 280 238 238 + 233 267 258 267 346 468 667 897 976 870 + 617 478 483 485 541 636 625 465 354 276 + 231 232 190 216 192 191 172 178 212 172 + 174 183 142 176 174 159 196 194 202 246 + 258 272 227 206 220 234 235 252 241 246 + 280 326 391 456 640 670 639 521 515 493 + 632 854 1153 1468 1384 1196 879 770 660 705 + 773 815 766 626 469 409 338 280 267 303 + 290 315 308 375 471 637 830 1073 1024 833 + 639 528 502 569 667 732 600 516 444 417 + 430 431 409 399 319 289 333 368 368 375 + 332 257 253 244 250 251 239 260 202 234 + 236 222 268 246 261 301 352 434 507 687 + 891 929 869 744 766 883 1213 1390 1383 1276 + 1228 1172 1129 970 905 839 745 632 628 600 + 552 393 307 265 275 215 233 208 186 180 + 200 182 178 170 180 177 190 173 203 200 + 185 218 207 244 220 243 266 280 324 394 + 567 690 853 934 815 877 894 888 744 665 + 674 693 634 583 589 572 455 501 497 637 + 833 1120 968 776 526 397 372 472 548 682 + 632 479 341 304 211 213 199 185 190 194 + 183 193 204 201 264 298 373 364 306 270 + 271 259 298 371 433 565 625 581 460 365 + 291 270 311 317 411 435 426 481 415 358 + 268 245 239 204 246 236 272 241 203 182 + 189 163 165 161 145 149 163 166 138 141 + 158 145 131 135 147 133 140 144 155 157 + 196 193 175 172 174 148 164 177 183 250 + 310 439 401 356 276 178 216 209 222 263 + 281 270 217 181 183 174 171 151 142 130 + 147 146 148 124 129 128 135 143 135 145 + 134 131 154 135 139 155 143 151 154 160 + 141 160 155 171 166 159 187 205 212 230 + 313 346 402 511 535 696 717 624 520 421 + 399 344 380 468 482 453 373 267 229 209 + 176 193 210 179 173 207 225 265 315 289 + 229 197 204 221 249 258 290 401 434 421 + 368 358 396 462 547 580 497 442 397 313 + 316 296 341 355 373 333 274 262 290 329 + 333 356 280 237 214 238 243 204 239 255 + 249 226 191 222 193 236 264 308 340 330 + 282 229 235 204 203 252 249 232 222 217 + 226 222 238 265 341 339 338 302 275 242 + 218 232 297 360 399 423 365 273 254 262 + 216 316 339 402 509 598 700 742 619 470 + 398 379 352 351 379 443 466 438 357 289 + 258 233 216 241 235 277 309 358 356 323 + 273 243 224 243 250 220 267 291 282 252 + 255 328 357 411 375 323 267 240 208 209 + 236 248 261 256 244 203 173 170 174 168 + 167 181 159 195 168 180 186 175 191 213 + 274 266 323 421 552 799 1129 1277 1123 820 + 610 504 408 478 543 708 817 736 641 568 + 413 433 373 314 321 244 262 251 232 241 + 216 240 212 196 173 187 175 173 152 163 + 143 135 122 139 128 134 140 117 150 134 + 152 127 170 158 155 173 161 136 128 177 + 165 140 154 143 168 189 130 160 151 182 + 221 238 260 315 327 311 246 211 204 196 + 211 191 234 225 255 200 186 186 162 140 + 153 147 143 153 154 133 145 148 165 155 + 155 147 176 149 165 136 163 163 198 215 + 249 304 377 414 339 322 284 301 311 380 + 550 624 660 617 461 363 284 266 268 289 + 340 375 363 327 259 216 172 180 208 177 + 157 189 192 222 222 188 184 164 173 182 + 153 158 158 183 190 178 169 145 170 138 + 169 133 134 122 126 153 112 125 127 147 + 125 125 142 143 138 145 166 165 156 154 + 169 130 173 155 178 211 247 289 310 276 + 303 376 468 665 803 829 683 570 507 383 + 335 352 412 522 575 652 681 634 466 368 + 301 214 226 205 239 226 271 279 280 247 + 223 201 199 198 206 191 154 174 144 155 + 161 172 178 192 155 171 155 160 138 156 + 178 163 191 200 208 186 167 183 157 148 + 163 174 187 182 189 190 190 199 240 247 + 334 391 512 618 663 593 456 395 343 288 + 292 310 392 389 437 361 351 262 250 233 + 197 195 171 174 171 159 158 120 128 140 + 148 156 133 156 144 163 158 158 154 165 + 196 206 256 278 255 253 223 190 196 176 + 171 212 204 252 224 192 180 172 166 159 + 155 148 167 137 178 161 180 156 169 178 + 174 181 172 238 209 240 343 384 500 673 + 704 763 656 551 406 354 352 301 357 414 + 440 502 459 425 378 418 427 467 441 400 + 327 278 259 240 213 206 241 263 287 291 + 245 243 198 195 195 164 178 161 161 183 + 177 177 177 192 219 260 310 337 312 290 + 275 243 192 200 212 205 180 219 274 271 + 200 205 195 179 171 171 147 147 167 159 + 157 145 164 142 143 164 157 153 145 168 + 159 169 137 182 196 218 216 223 269 295 + 288 280 281 187 264 216 220 242 264 272 + 326 362 407 468 432 443 383 393 367 415 + 471 595 626 583 491 456 411 322 328 289 + 271 302 377 369 373 347 296 292 257 269 + 241 218 212 239 254 295 314 356 301 277 + 252 251 186 197 162 192 231 223 207 238 + 196 196 176 171 178 146 169 161 149 173 + 156 143 154 152 139 184 185 161 159 152 + 159 176 164 168 193 195 187 237 228 265 + 291 347 409 454 552 524 552 502 483 433 + 382 363 322 328 389 469 485 438 491 415 + 377 375 322 288 280 263 275 245 243 239 + 247 216 204 210 196 220 209 212 226 201 + 225 228 210 244 298 405 445 534 579 538 + 495 466 410 389 387 429 460 573 607 740 + 853 781 733 593 499 398 368 334 370 358 + 391 376 394 414 383 300 294 275 246 259 + 235 239 243 277 363 383 434 436 378 373 + 386 438 464 491 539 539 523 499 478 472 + 383 345 354 352 383 370 410 453 416 396 + 392 319 335 407 461 587 741 875 863 754 + 619 485 429 336 321 296 316 385 474 539 + 571 493 420 345 272 242 219 229 203 220 + 211 190 171 195 176 218 208 212 230 265 + 314 278 306 262 281 209 235 222 223 246 + 268 316 307 316 273 247 229 201 198 173 + 202 173 212 185 197 193 193 194 169 169 + 157 167 175 140 174 146 171 142 152 171 + 150 142 161 150 163 154 149 157 192 185 + 184 205 231 238 263 324 365 388 380 421 + 418 408 385 374 346 329 297 319 322 328 + 298 290 304 311 312 319 292 241 239 202 + 206 202 227 236 307 309 385 341 324 290 + 208 241 201 202 181 217 264 229 326 303 + 345 304 296 241 242 210 187 206 194 221 + 216 245 242 251 258 232 215 189 192 163 + 158 162 174 182 169 151 187 179 167 169 + 146 149 146 158 142 164 142 153 147 163 + 160 163 127 150 159 140 136 159 171 178 + 159 162 193 156 176 161 155 146 179 208 + 186 194 252 230 219 182 179 174 147 189 + 166 142 144 177 178 215 182 160 196 200 + 159 163 150 175 144 132 160 169 138 171 + 129 167 172 135 170 172 169 199 221 233 + 283 291 299 257 239 226 185 195 194 175 + 192 182 189 210 252 217 230 223 192 205 + 179 185 155 193 190 214 215 230 223 212 + 233 221 242 216 261 265 370 406 501 447 + 488 473 365 279 283 285 282 239 267 263 + 309 349 345 322 338 308 238 221 215 197 + 205 208 222 206 204 230 240 284 313 331 + 344 297 275 267 216 230 194 195 234 196 + 198 240 255 287 314 318 255 232 213 186 + 193 156 168 155 154 187 181 194 183 206 + 191 179 174 158 176 183 184 188 222 211 + 242 267 330 363 390 397 332 288 273 199 + 218 198 206 228 206 216 256 259 301 265 + 240 206 224 183 160 190 158 161 161 143 + 144 177 175 142 129 140 166 156 126 156 + 144 146 136 145 160 147 142 150 168 164 + 168 195 207 229 260 263 294 291 279 245 + 211 240 218 197 226 253 249 289 329 377 + 412 419 371 310 258 236 243 235 224 241 + 236 239 302 286 295 329 390 376 405 380 + 376 363 361 296 313 279 295 248 253 273 + 273 275 305 282 295 295 304 318 331 336 + 336 371 349 315 280 286 238 265 226 238 + 222 224 254 303 311 297 319 302 295 299 + 325 347 294 264 265 239 227 226 250 203 + 229 202 234 220 206 230 228 259 221 276 + 276 271 278 298 341 366 384 388 410 433 + 388 382 298 327 266 250 252 252 262 270 + 257 249 251 336 305 284 293 236 224 207 + 200 174 177 180 163 150 181 174 141 156 + 143 166 148 174 153 160 159 160 155 141 + 148 157 157 161 171 164 169 170 167 189 + 220 252 328 298 286 290 266 220 171 193 + 194 170 235 195 207 227 261 320 343 339 + 411 416 350 350 288 343 300 286 283 249 + 258 232 229 233 215 250 258 250 251 245 + 233 220 257 219 207 208 191 187 198 176 + 184 190 192 159 176 166 196 172 180 208 + 219 202 177 175 170 167 175 153 145 178 + 168 153 159 179 196 175 174 168 180 139 + 157 143 156 157 151 155 158 155 141 152 + 145 158 153 149 153 150 144 150 143 172 + 141 166 170 162 206 182 172 183 175 178 + 179 157 163 182 184 177 163 172 185 159 + 185 176 169 161 173 190 193 150 175 151 + 176 166 171 187 180 216 212 269 301 313 + 319 328 299 252 252 228 200 209 202 225 + 199 251 236 263 299 302 338 248 259 262 + 213 211 206 210 168 191 159 183 202 211 + 205 206 205 223 200 184 189 186 185 205 + 197 210 206 202 174 175 190 165 173 179 + 192 168 168 181 170 200 198 219 211 238 + 222 205 221 204 219 196 210 196 234 212 + 191 250 230 226 277 263 296 319 338 385 + 408 381 356 290 284 268 222 245 214 211 + 204 227 254 236 290 305 290 337 276 281 + 238 243 231 205 205 193 180 171 185 191 + 191 190 179 169 175 199 179 189 210 191 + 206 212 210 235 205 182 185 177 171 153 + 154 152 170 155 156 153 171 188 181 180 + 201 183 191 184 187 163 161 165 160 185 + 198 164 176 182 172 172 186 189 181 231 + 209 211 227 226 193 216 211 211 193 175 + 192 209 196 195 230 231 239 311 285 263 + 289 262 214 212 218 186 191 199 183 190 + 168 194 191 195 207 218 222 241 242 219 + 189 202 202 190 225 204 223 262 258 317 + 312 304 299 278 265 221 205 225 211 203 + 192 201 197 227 184 205 216 256 253 288 + 249 280 219 217 249 229 198 193 178 205 + 210 185 179 213 233 225 232 264 271 285 + 273 342 326 401 358 432 331 361 330 283 + 282 263 245 232 219 251 241 241 265 237 + 251 266 291 301 300 280 332 285 276 261 + 262 264 280 291 292 284 266 240 219 232 + 218 192 181 184 219 187 174 184 204 197 + 217 215 213 212 218 210 224 183 178 205 + 184 185 180 197 154 171 181 155 145 184 + 180 173 168 190 169 161 174 158 167 182 + 165 183 168 159 161 155 189 186 150 168 + 186 194 155 171 151 165 175 156 163 164 + 166 185 163 202 186 183 183 155 199 176 + 188 177 165 198 170 186 188 193 190 207 + 234 205 212 216 213 266 257 269 300 330 + 339 357 382 326 325 282 284 305 353 293 + 354 327 397 378 367 341 307 311 274 313 + 351 347 326 307 293 260 283 272 272 302 + 307 313 332 337 327 331 343 329 371 392 + 418 493 471 481 485 486 422 425 387 379 + 330 338 327 321 327 386 375 412 398 371 + 398 377 382 419 397 373 325 333 311 301 + 293 291 268 279 289 278 266 268 284 258 + 251 258 247 251 211 209 220 218 191 186 + 214 213 216 227 196 202 213 186 198 224 + 177 197 160 191 209 217 216 215 200 207 + 202 234 218 252 249 281 270 287 318 319 + 370 397 434 494 424 485 464 454 461 371 + 326 309 280 332 297 277 293 303 342 293 + 322 350 360 343 387 437 442 460 486 451 + 433 459 369 415 340 328 323 291 265 305 + 279 298 320 299 306 340 314 329 324 367 + 378 335 338 293 299 293 263 285 277 283 + 326 291 311 315 351 367 353 387 404 365 + 354 382 318 310 342 355 334 382 359 322 + 317 322 315 322 260 275 282 290 318 296 + 276 281 309 281 305 298 276 252 303 282 + 308 302 293 288 268 300 319 297 302 304 + 346 392 454 519 565 590 593 601 563 482 + 500 403 417 386 328 293 321 300 313 294 + 318 294 329 329 364 360 385 412 426 405 + 418 417 358 384 387 312 316 304 295 296 + 294 273 325 330 345 300 370 350 381 297 + 316 300 270 271 292 249 263 269 273 252 + 250 225 241 245 268 276 264 282 294 314 + 303 269 295 283 293 286 264 255 259 252 + 270 255 304 293 311 285 332 321 350 358 + 431 433 427 380 413 422 348 388 355 370 + 353 322 348 325 320 369 351 400 379 399 + 406 396 397 415 439 438 437 478 495 511 + 450 497 498 433 477 484 430 431 454 399 + 382 384 351 334 347 336 330 306 330 311 + 298 301 344 335 334 303 326 359 397 356 + 347 310 347 332 312 335 334 316 309 294 + 334 342 332 279 267 257 292 288 273 245 + 269 248 228 250 249 230 238 217 238 212 + 246 246 239 262 265 264 240 250 246 226 + 227 235 226 256 190 215 236 223 227 203 + 206 190 232 230 201 219 203 216 213 208 + 224 210 202 212 205 236 220 194 199 201 + 216 237 212 225 203 241 232 260 253 257 + 282 291 283 325 333 335 293 315 297 310 + 285 285 276 258 251 269 228 215 259 235 + 257 241 289 229 267 270 284 265 274 275 + 279 277 269 267 263 299 262 263 268 235 + 232 261 236 224 251 249 247 217 238 231 + 251 261 251 308 300 333 311 283 279 289 + 281 273 244 299 263 257 209 284 256 270 + 280 276 282 293 282 285 309 299 295 307 + 253 258 255 297 296 248 286 288 259 276 + 256 257 268 246 273 271 306 287 286 303 + 283 335 330 366 380 334 362 408 432 479 + 440 484 478 479 513 472 445 466 437 414 + 396 374 314 326 326 323 316 354 315 351 + 329 370 366 415 444 423 414 412 463 464 + 424 427 411 394 383 394 330 360 359 303 + 294 289 271 288 264 284 262 274 278 293 + 289 309 292 313 286 291 303 279 298 301 + 278 261 314 299 316 353 319 339 335 341 + 306 303 298 290 317 318 296 336 295 284 + 241 276 245 247 263 270 261 239 247 250 + 209 238 247 257 255 273 272 319 274 307 + 253 284 254 274 278 237 257 249 261 242 + 256 255 236 234 250 233 250 231 252 244 + 256 226 267 246 257 255 278 292 308 274 + 375 361 344 361 347 352 322 337 267 268 + 286 279 276 252 242 277 271 275 272 295 + 281 338 320 350 381 404 451 441 452 417 + 450 436 437 440 474 453 457 438 387 386 + 366 341 337 308 329 283 296 289 297 240 + 268 282 297 291 281 305 336 324 307 332 + 328 309 315 330 291 290 344 314 324 327 + 259 268 305 304 300 285 292 289 294 278 + 261 297 252 280 245 266 283 238 266 262 + 249 255 240 239 221 251 212 233 238 249 + 256 216 262 249 248 263 281 234 290 269 + 284 233 286 275 263 245 259 276 229 261 + 273 272 231 212 233 256 241 228 234 238 + 216 207 221 233 238 217 238 251 268 259 + 230 276 257 260 255 244 258 279 291 290 + 295 289 273 306 307 264 289 270 234 252 + 243 244 251 235 234 246 239 257 218 234 + 230 253 248 257 248 255 261 275 288 301 + 283 308 268 300 305 254 251 256 280 290 + 267 278 302 264 263 289 231 271 289 268 + 310 278 280 262 234 278 288 265 302 278 + 273 279 303 318 317 312 303 312 311 308 + 304 284 281 287 262 273 284 261 241 238 + 276 276 274 262 279 274 238 278 273 274 + 260 245 293 307 304 266 287 292 295 295 + 305 300 281 287 299 268 292 267 236 248 + 272 274 237 251 245 285 252 272 258 269 + 268 299 240 263 260 315 315 295 279 295 + 333 322 338 383 339 311 323 295 275 295 + 289 294 287 275 249 232 269 258 268 290 + 253 266 234 233 223 231 252 275 267 251 + 284 281 254 265 309 269 296 290 301 297 + 300 345 298 347 345 374 366 387 392 438 + 465 470 443 511 473 474 455 473 452 460 + 440 386 385 402 418 382 348 344 360 366 + 351 322 327 318 352 341 308 357 325 367 + 383 381 376 381 434 410 412 411 393 427 + 429 441 407 412 456 389 386 382 368 352 + 367 366 364 366 352 312 345 336 284 310 + 289 318 287 303 306 320 330 334 345 367 + 407 379 410 396 429 425 449 416 394 390 + 394 404 356 350 378 369 362 311 297 307 + 293 291 338 300 290 317 312 270 313 278 + 321 327 332 337 328 301 322 334 330 315 + 311 302 338 321 317 331 335 345 317 306 + 309 336 309 299 319 310 287 281 268 260 + 279 279 289 265 261 264 260 271 265 270 + 280 304 283 289 294 325 269 282 293 275 + 283 281 283 277 284 275 277 278 273 284 + 267 270 287 316 261 283 294 275 324 306 + 302 276 392 339 309 315 322 359 308 335 + 315 318 319 328 315 303 296 300 304 283 + 292 266 279 295 258 289 272 251 305 263 + 261 299 291 276 294 259 254 297 287 257 + 284 255 260 259 300 264 300 287 298 283 + 279 271 291 304 299 272 316 298 322 306 + 268 257 279 262 269 291 258 269 295 293 + 268 264 272 272 288 270 267 277 310 292 + 276 290 319 322 316 343 345 379 383 389 + 437 371 405 427 442 424 438 396 384 381 + 329 322 319 274 318 304 316 324 275 319 + 259 272 262 270 263 266 242 265 251 276 + 277 260 256 240 278 252 286 295 268 301 + 296 268 299 298 305 293 327 343 362 367 + 358 324 322 330 356 353 351 324 359 339 + 289 330 295 293 293 300 296 319 302 276 + 293 271 283 256 258 269 272 213 257 274 + 242 245 252 212 261 281 259 253 280 255 + 229 241 242 248 259 257 256 253 281 292 + 254 273 278 277 264 219 271 279 246 268 + 282 272 270 221 262 286 267 254 267 259 + 267 276 269 251 256 228 248 243 254 254 + 245 242 250 264 274 255 281 229 263 250 + 241 259 268 285 241 255 268 257 263 266 + 298 281 271 261 280 296 283 341 280 304 + 282 258 262 279 285 319 293 322 316 348 + 341 339 321 373 376 366 402 391 405 407 + 422 395 434 419 426 385 390 375 357 343 + 359 344 285 324 317 345 303 315 288 301 + 281 327 316 260 299 302 249 293 271 296 + 258 283 268 271 305 268 234 286 278 274 + 274 253 238 291 274 300 282 303 285 323 + 340 283 355 288 335 350 313 303 338 326 + 359 372 325 325 352 345 348 330 336 310 + 343 321 329 325 329 330 311 316 327 320 + 306 348 345 330 325 371 381 421 388 403 + 413 417 391 385 376 382 420 374 352 328 + 368 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.fou b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.fou new file mode 100644 index 000000000..de78271ab --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.fou @@ -0,0 +1,375 @@ + Phase No.: 1 PbSO4 + 1 0 1 20.0990 22.3628 14.1065 + 0 1 1 201.7960 166.6112 189.2185 + 2 0 0 169.0326 135.3409 189.3180 + 1 1 1 136.9491 106.9400 187.9157 + 2 0 1 122.9755 102.3717 190.4258 + 0 0 2 214.4828 173.6067 186.0119 + 2 1 0 279.4566 224.4255 186.2824 + 1 0 2 250.4980 205.0226 187.4157 + 2 1 1 240.2755 196.5197 6.2555 + 1 1 2 160.9856 132.0909 185.2444 + 0 2 0 384.1788 296.9455 186.6074 + 2 0 2 64.1812 41.3387 14.5469 + 3 0 1 115.5029 95.4610 188.8816 + 1 2 1 10.1508 10.0647 330.6660 + 2 1 2 123.5375 102.8325 6.8686 + 3 1 1 36.0068 36.2189 10.6627 + 2 2 0 208.6282 163.3004 7.3305 + 1 0 3 104.8267 88.0822 186.6488 + 3 0 2 118.0565 97.6129 5.4322 + 2 2 1 188.6241 146.9844 6.9277 + 0 2 2 116.6245 94.0220 10.3126 + 0 1 3 24.3462 18.5808 359.8677 + 4 0 0 35.9690 23.2789 179.7304 + 1 2 2 238.3721 198.8979 7.2393 + 1 1 3 268.2232 208.7830 7.6172 + 2 0 3 26.9335 24.3209 180.6502 + 3 1 2 198.2377 173.4192 7.8515 + 4 0 1 341.7690 247.0065 6.6431 + 4 1 0 255.4919 206.4200 7.9104 + 2 2 2 72.6811 64.7633 188.8050 + 2 1 3 13.6173 11.1531 184.2053 + 4 1 1 17.0023 9.2733 181.9967 + 3 2 1 102.1364 87.8863 9.0985 + 4 0 2 1.6648 1.6648 356.2448 + 3 0 3 233.8257 209.5108 7.6968 + 0 3 1 161.4576 141.2901 9.6125 + 0 0 4 149.1237 103.6324 187.9508 + 1 2 3 23.8094 23.8468 22.5865 + 4 1 2 63.5993 57.6870 193.3465 + 1 3 1 81.6081 77.3345 9.6691 + 1 0 4 172.5545 156.5853 8.9263 + 3 2 2 46.3043 37.5291 192.8141 + 3 1 3 139.4580 105.7367 187.1415 + 4 2 0 0.9526 0.9526 194.9679 + 2 3 0 169.7166 150.9262 8.2769 + 5 0 1 105.1176 85.5495 9.1008 + 1 1 4 84.2608 79.7057 8.1809 + 2 2 3 5.2957 4.9721 1.8463 + 4 2 1 200.6302 165.3009 189.2438 + 2 3 1 171.4970 136.0685 188.0135 + 2 0 4 78.3822 51.8769 10.6647 + 5 1 1 34.7751 35.6478 9.5138 + 1 3 2 113.1113 103.2924 6.0239 + 4 0 3 64.2332 40.8220 181.8728 + 2 1 4 35.4550 50.4527 10.9184 + 5 0 2 56.9608 56.9608 7.8569 + 4 2 2 9.9178 9.9178 1.1425 + 4 1 3 7.5546 7.5546 180.4048 + 2 3 2 77.8510 71.3917 188.7678 + 3 2 3 218.9882 189.8971 188.0137 + 3 3 1 40.8720 35.7889 189.6734 + 3 0 4 49.6297 44.2691 190.0322 + 5 1 2 145.1038 128.2581 189.6354 + 0 2 4 135.3603 86.6387 8.9317 + 1 2 4 184.0858 160.9068 188.2437 + 3 1 4 141.8548 120.0195 190.1929 + 0 3 3 18.5380 13.8406 179.8294 + 6 0 0 69.7594 72.6617 13.7622 + 5 2 1 98.1382 89.5224 188.2599 + 1 3 3 183.0180 152.4469 189.2081 + 3 3 2 156.2191 130.4350 189.2267 + 6 0 1 106.2888 77.4736 191.5016 + 2 2 4 61.0466 48.7667 190.6909 + 1 0 5 40.9677 33.3877 6.7972 + 4 3 0 180.0060 164.5065 188.7798 + 5 0 3 202.7066 160.7720 189.1552 + 6 1 0 209.7753 150.0160 187.9246 + 4 2 3 21.0179 21.2077 3.1084 + 0 4 0 252.4056 235.8978 7.0626 + 2 3 3 8.1652 6.7744 6.2031 + 0 1 5 168.9253 136.5709 9.2120 + 4 3 1 6.3374 3.1316 4.7249 + 4 0 4 8.4716 3.9415 358.9041 + 6 1 1 159.6084 125.5120 187.9879 + 1 1 5 61.1931 59.5354 191.6385 + 5 2 2 30.7335 27.2316 195.0515 + 5 1 3 95.9829 87.4204 187.5823 + 2 0 5 106.7191 83.5056 10.4345 + 6 0 2 25.8783 25.8783 198.3993 + 1 4 1 14.6512 14.6512 16.5301 + 4 1 4 61.0973 73.8006 189.7182 + 3 2 4 7.7301 7.7301 118.5555 + 2 4 0 78.3502 82.9226 191.8239 + 2 1 5 117.4566 110.2786 188.5681 + 4 3 2 49.2422 52.5106 12.9412 + 6 1 2 70.9614 64.7024 9.1485 + 3 3 3 105.4065 93.0268 7.3047 + 2 4 1 73.9340 66.0892 192.5472 + 0 4 2 95.3920 96.9407 188.5284 + 6 2 0 100.1374 101.8665 189.3796 + 3 0 5 94.8266 76.8176 189.6451 + 1 4 2 140.8977 121.9844 189.8072 + 1 3 4 78.6712 73.7800 187.9694 + 6 2 1 83.3721 78.3918 10.7299 + 1 2 5 3.0760 3.8687 299.8402 + 5 2 3 184.6933 169.0315 8.2853 + 3 1 5 88.0979 58.7646 6.6042 + 5 3 1 37.7464 32.2829 189.4167 + 5 0 4 35.4338 29.8058 192.5955 + 6 0 3 1.5988 1.5988 184.5227 + 2 4 2 29.7266 29.7266 15.6518 + 4 2 4 2.2665 2.2665 177.9406 + 2 3 4 31.0635 40.6016 192.0139 + 3 4 1 46.7899 61.0266 190.9260 + 7 0 1 17.6692 17.6692 193.6903 + 2 2 5 71.9487 88.0720 189.3836 + 5 1 4 119.5974 107.7649 10.3695 + 4 3 3 10.0915 6.1777 0.5443 + 6 2 2 24.1642 45.7923 9.9454 + 6 1 3 1.5880 4.0907 9.5058 + 7 1 1 40.7602 47.4333 193.0496 + 4 0 5 144.2071 149.2577 188.4556 + 5 3 2 94.6602 96.8358 11.2575 + 0 0 6 221.4529 169.0960 8.8395 + 1 4 3 36.4393 43.7328 190.2388 + 3 4 2 18.2349 48.2380 8.4338 + 1 0 6 4.5176 14.5070 184.7383 + 7 0 2 136.4105 126.6201 188.9644 + 3 3 4 102.0176 94.1741 11.4726 + 4 4 0 9.6083 9.6083 179.5066 + 4 1 5 0.1936 0.1936 86.4952 + 3 2 5 50.7351 73.3837 9.5486 + 2 4 3 14.6042 12.3546 181.2521 + 1 1 6 18.1142 16.0105 184.8480 + 4 4 1 154.2984 148.3009 8.7490 + 7 1 2 91.9538 68.9449 7.9278 + 2 0 6 97.9018 78.2143 191.6899 + 6 3 0 113.1304 117.7993 8.9629 + 5 2 4 6.8332 6.4516 63.9496 + 6 2 3 1.0909 1.1189 175.0355 + 0 3 5 94.4833 110.9368 190.0367 + 6 3 1 101.3020 94.2383 9.4213 + 6 0 4 36.6089 31.9694 193.8504 + 2 1 6 133.5644 115.3892 188.7991 + 1 3 5 62.2276 44.6228 13.6713 + 7 2 1 6.0568 4.6111 54.6419 + 5 3 3 80.7558 76.2350 7.8144 + 4 4 2 0.3663 0.3663 346.2158 + 3 4 3 131.2523 130.1874 9.7479 + 4 3 4 68.8069 59.6695 10.6432 + 5 0 5 86.4003 51.0950 13.1465 + 6 1 4 71.0705 43.3342 10.7255 + 7 0 3 66.6795 42.9306 10.3976 + 3 0 6 7.6356 4.3607 188.9619 + 4 2 5 132.4983 120.3403 9.8088 + 0 5 1 93.9119 73.0133 194.3518 + 0 4 4 83.9570 64.3973 190.0494 + 0 2 6 162.3738 128.8025 190.8241 + 2 3 5 109.4700 86.5543 9.6759 + 8 0 0 203.8210 170.8712 188.4039 + 6 3 2 61.4399 51.8013 190.1584 + 1 5 1 59.6890 51.8072 191.3138 + 1 4 4 118.8646 102.4257 10.7504 + 1 2 6 30.2759 21.3559 3.3440 + 5 1 5 70.9296 44.3586 7.6608 + 7 2 2 138.9682 109.6661 9.7238 + 7 1 3 138.8912 109.2566 10.7043 + 3 1 6 6.1799 4.0650 4.2880 + 8 0 1 4.0433 2.8353 174.3748 + 2 5 0 118.1497 109.3049 189.1057 + 5 4 1 72.7451 56.1404 10.9152 + 8 1 0 3.1452 4.0190 174.4487 + 2 5 1 97.8748 95.4576 9.0886 + 2 4 4 36.5368 34.1799 12.6746 + 2 2 6 97.3261 82.8493 10.4615 + 8 1 1 94.1612 78.0588 13.0751 + 3 3 5 73.4408 54.4702 186.4843 + 1 5 2 57.8114 56.6778 188.6503 + 4 4 3 15.1002 23.2617 182.7561 + 4 0 6 0.9519 0.9519 11.7243 + 6 2 4 5.9669 31.2597 13.3613 + 8 0 2 61.1071 76.7217 9.3421 + 5 4 2 16.6291 31.1188 11.0137 + 5 3 4 75.5605 81.7143 192.0458 + 6 3 3 2.0051 1.8449 198.8094 + 2 5 2 56.6664 55.1498 9.0912 + 4 1 6 104.6775 91.9401 12.7482 + 5 2 5 73.1713 63.5724 190.1256 + 3 5 1 33.2466 20.2336 13.4741 + 7 2 3 24.8929 13.8401 209.9250 + 3 4 4 41.3624 22.6897 194.8658 + 3 2 6 39.6717 20.7700 2.4506 + 8 1 2 9.8871 5.6057 183.0466 + 7 3 1 49.5767 39.3262 13.9233 + 7 0 4 110.9197 94.9070 10.9229 + 6 0 5 93.3291 63.6890 11.4642 + 1 0 7 30.4293 25.8584 9.4854 + 8 2 0 156.1257 134.0766 9.9930 + 0 5 3 1.3896 1.8069 355.2667 + 0 1 7 70.7146 73.7026 193.4090 + 7 1 4 51.9110 54.0751 189.5904 + 4 3 5 0.9778 0.9336 350.2754 + 8 2 1 13.1046 12.1300 182.1752 + 6 4 0 57.3254 48.2941 16.0854 + 6 1 5 93.5412 77.2554 9.9133 + 1 5 3 117.5836 101.8007 10.8072 + 1 1 7 60.8488 47.5435 191.3079 + 3 5 2 102.1922 84.2370 11.1768 + 1 3 6 20.3406 17.3028 4.3293 + 2 0 7 40.3340 33.6675 200.2390 + 6 4 1 68.3738 49.3458 194.0226 + 7 3 2 79.5428 61.4002 188.0060 + 8 0 3 15.6146 9.2763 0.8404 + 1 4 5 22.4581 15.8328 10.6120 + 4 5 0 110.8595 89.8206 12.4028 + 5 4 3 126.8194 106.6917 190.8642 + 5 0 6 7.5136 4.6517 188.2233 + 2 5 3 6.2244 7.3877 185.0530 + 4 5 1 5.4537 5.4621 182.6722 + 2 1 7 76.6771 76.9628 10.6171 + 4 4 4 2.1392 2.1631 358.4907 + 4 2 6 7.2692 7.2420 182.1514 + 2 3 6 108.0963 90.7060 9.9185 + 8 2 2 72.7694 57.0499 191.6976 + 8 1 3 1.1542 0.8731 12.3507 + 2 4 5 51.1226 54.1503 12.5546 + 5 1 6 7.0357 5.1306 183.0127 + 6 4 2 17.8099 17.8099 200.7046 + 3 0 7 34.3700 43.1738 191.5896 + 6 3 4 28.7225 35.4085 191.6301 + 9 0 1 11.6077 10.8664 196.2035 + 7 2 4 87.8267 81.9013 191.8866 + 6 2 5 80.0303 60.5609 191.3660 + 1 2 7 34.9443 28.5632 188.2405 + 4 5 2 31.3327 26.3171 199.8975 + 3 5 3 54.6044 52.7297 190.1480 + 3 1 7 18.1749 16.8848 11.3310 + 5 3 5 46.2580 40.9392 187.5363 + 7 3 3 106.6358 89.6889 191.5330 + 3 3 6 2.7462 2.2429 186.0842 + 9 1 1 74.4646 43.7928 11.8583 + 3 4 5 52.6748 52.1406 191.2161 + 7 0 5 23.9619 16.5195 190.2005 + 8 3 0 7.9076 6.5535 357.4344 + 1 5 4 41.8027 41.9840 11.0589 + 2 2 7 48.8651 47.6861 13.5607 + 9 0 2 103.2833 74.9767 12.5279 + 8 2 3 7.5582 3.8227 180.9481 + 8 3 1 85.6995 66.7127 193.5083 + 8 0 4 60.3359 47.5318 11.6753 + 5 5 1 39.1145 19.8441 12.1111 + 5 4 4 28.4761 15.9481 197.8548 + 5 2 6 21.8075 14.1438 3.2288 + 7 1 5 53.0561 40.8858 192.5341 + 4 0 7 139.0483 115.2352 9.5485 + 0 6 0 147.1961 120.7776 190.1809 + 6 4 3 2.2344 1.8296 184.4823 + 9 1 2 66.6683 43.7928 9.5087 + 6 0 6 76.0194 53.1507 13.7158 + 2 5 4 40.4226 28.4433 13.4833 + 7 4 1 23.6017 10.2964 198.0419 + 8 1 4 3.2162 2.2498 356.5645 + 4 5 3 4.1434 2.6808 180.6828 + 4 1 7 1.2321 0.8387 349.2737 + 1 6 1 4.4050 3.0207 252.2490 + 3 2 7 45.8415 38.4127 12.2370 + 4 3 6 92.8596 78.4826 193.2021 + 6 1 6 108.1219 79.1903 190.7051 + 8 3 2 4.7738 2.3561 5.6801 + 9 2 1 12.3037 6.2554 26.3631 + 4 4 5 127.0594 99.1555 190.0306 + 5 5 2 86.6474 69.3719 192.3298 + 2 6 0 75.4751 57.4942 12.5386 + 0 4 6 167.9321 113.3720 10.4092 + 1 4 6 17.1987 10.3539 185.4973 + 2 6 1 64.6185 50.6989 12.0700 + 9 0 3 28.0971 22.3568 14.2975 + 7 4 2 104.5145 84.5651 190.5598 + 3 5 4 78.8507 63.7682 193.2392 + 0 6 2 78.1882 48.8115 12.5094 + 0 3 7 97.7906 64.4669 13.5439 + 7 3 4 76.8675 50.8222 9.2193 + 0 0 8 117.8040 80.3885 188.5384 + 6 3 5 93.7845 61.6520 191.0014 + 1 6 2 109.0626 80.0038 11.1344 + 1 3 7 55.2670 39.8912 11.9580 + 7 2 5 6.3776 4.4944 147.2352 + 1 0 8 115.0390 78.2464 190.9319 + 9 2 2 117.6381 82.0105 190.9131 + 9 1 3 116.2074 81.2996 191.9372 + 2 4 6 78.1231 51.6700 193.7704 + 8 2 4 71.4870 41.9399 192.4327 + 6 5 0 131.8542 83.2948 190.0574 + 5 0 7 56.2241 35.5923 12.7830 + 1 1 8 44.0425 28.5901 192.3674 + 4 2 7 117.2920 87.0382 191.7597 + 2 6 2 30.1351 23.4513 194.5335 + 0 5 5 88.1913 68.3401 12.6530 + 2 3 7 84.1132 61.7227 191.7497 + 2 0 8 20.4967 14.7242 23.0333 + 6 5 1 104.6860 73.4650 189.6672 + 6 4 4 31.4706 21.9152 195.8213 + 6 2 6 93.9044 63.0954 191.0245 + 3 6 1 58.4008 38.8839 12.7219 + 8 3 3 0.3899 0.1882 288.8663 + 1 5 5 69.2047 33.3207 194.3215 + 10 0 0 97.6803 56.3442 12.5171 + 5 5 3 79.6656 47.0938 190.0133 + 5 1 7 22.5952 11.6948 13.8942 + 5 3 6 4.9696 1.6774 6.1979 + 8 0 5 6.6595 3.4722 356.6564 + 4 5 4 53.8763 39.4181 192.6008 + 10 0 1 41.8125 30.8223 18.2060 + 2 1 8 64.5326 47.6131 9.6847 + 5 4 5 50.4416 36.7005 14.4614 + 7 4 3 49.4006 25.3315 13.4248 + 3 4 6 11.8033 5.3512 187.0001 + 7 0 6 16.2764 10.9710 184.9619 + 10 1 0 109.0290 74.5289 10.5546 + 2 5 5 83.6839 61.7015 190.7339 + 1 6 3 17.0059 10.5249 30.2540 + 8 4 0 155.9702 116.4149 189.7614 + 8 1 5 87.6547 66.6856 192.5968 + 6 5 2 50.2667 38.1288 10.9905 + 3 6 2 21.5638 15.0847 198.8319 + 10 1 1 107.4468 62.4427 191.2701 + 3 3 7 21.9181 12.5936 193.2864 + 3 0 8 43.0686 23.2270 13.9660 + 9 2 3 27.5762 12.6009 203.5117 + 9 3 1 55.8323 34.4498 193.2879 + 9 0 4 104.6844 67.8020 192.8080 + 4 6 0 0.5403 0.3579 337.9637 + 0 2 8 84.6023 55.1033 11.4866 + 7 1 6 17.4602 11.1763 5.8994 + 8 4 1 2.1154 1.2717 170.0159 + 1 2 8 93.7438 72.8019 11.0753 + 10 0 2 23.2723 18.5042 197.8898 + 2 6 3 4.9776 3.9685 2.8152 + 4 6 1 105.7790 79.7002 192.0294 + 3 1 8 95.2152 66.5280 11.8265 + 9 1 4 73.6908 41.6648 189.6835 + 5 2 7 42.0116 29.2278 194.5618 + 3 5 5 45.0281 31.1161 8.9749 + 7 3 5 45.1896 34.3382 13.1827 + 10 1 2 48.0342 36.4471 190.8767 + 6 0 7 48.7862 34.0846 196.7437 + 2 2 8 35.2353 23.2101 193.8513 + 4 4 6 1.3735 0.9081 9.7768 + 9 3 2 52.5331 38.4378 189.7195 + 8 4 2 71.2368 53.3335 10.6661 + 10 2 0 81.8280 50.2055 193.1696 + 8 3 4 3.5284 2.1263 176.9246 + 5 5 4 79.5068 61.1393 12.6343 + 4 6 2 3.8023 3.0838 2.1624 + 4 3 7 2.5710 2.1053 176.8671 + 8 2 5 2.7251 2.2385 7.1432 + 4 0 8 3.5351 2.9142 359.6884 + 6 5 3 5.3143 4.3984 7.1946 + 3 6 3 99.4055 82.8814 191.3727 + 6 1 7 66.3602 55.3398 192.0156 + 10 2 1 53.1321 43.8993 192.2280 + 6 3 6 98.6704 65.3815 11.5140 + 7 5 1 38.4342 26.1751 196.3383 + 7 4 4 94.6919 65.5979 12.4468 + 7 2 6 11.3763 8.0565 6.1981 + 0 6 4 59.7287 38.7434 12.3276 + 6 4 5 66.2694 42.9018 13.2694 + 1 4 7 30.6170 18.4223 10.5855 + 10 0 3 10.7346 7.5412 2.0394 + 4 1 8 29.0356 23.1898 198.6800 + 1 6 4 85.1783 71.1704 191.5602 + 3 2 8 27.5194 18.1757 196.6711 + 9 2 4 100.1061 77.8439 10.6791 + 4 5 5 0.9111 0.7231 11.6037 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.inp b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.inp new file mode 100644 index 000000000..d169be393 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.inp @@ -0,0 +1,37 @@ + ! Template file to be used with the program FOURIER + ! Title of the job +Titl PbSO4 XrayDif single wavelength polarized Wdt48 + + ! Cell parameters +Cell 8.4798 5.3978 6.9593 90.0000 90.0000 90.0000 + + ! Atoms in the asymmetric unit +Atom Pb 0.18788 0.25000 0.16749 1.00000 +Atom S 0.06302 0.25000 0.68446 1.00000 +Atom O1 0.91235 0.25000 0.59346 1.00000 +Atom O2 0.18443 0.25000 0.53434 1.00000 +Atom O3 0.07573 0.01951 0.81594 1.00000 + + ! Space group symbol +Spgr P n m a + + ! Type of Fourier synthesis +Fourier Fobs + + ! Name of the Fourier-reflection file +File fou pbsox_single_polarized.fou + + ! Format of the Fourier-reflection file +Form h k l fo fc phase + + ! List distances +List dist 0.6 2.6 + + ! Standard output binary file +File bin + + ! Peak search +Scan 5 + + ! End of file +End diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.new b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.new new file mode 100644 index 000000000..218ac218c --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.new @@ -0,0 +1,63 @@ +COMM PbSO4 XrayDif single wavelength polarized Wdt48 +! Current global Chi2 (Bragg contrib.) = 43.02 +! Files => DAT-file: pbsox_single_polarized.dat, PCR-file: pbsox_single_polarized +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 0 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 2 0 4 0 0 2 0 1 1 0 4 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.540560 1.540560 0.00000 50.000 48.0000 0.8000 0.0000 160.00 0.5000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 10.00 + 154.00 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.04816 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) + 154.318 100.004 -92.329 -95.599 126.679 -31.804 + 0.00 0.00 0.00 0.00 0.00 0.00 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 34.6307 +!------------------------------------------------------------------------------- +PbSO4 +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 5 0 0 0.0 0.0 1.0 0 0 0 0 0 1213.030 0 7 0 +! +! +P n m a <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 0 #conn S O 0 2 + 0.00 0.00 0.00 0.00 0.00 +S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 0.4693346E-03 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.048457 -0.083053 0.035188 0.000000 0.049268 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma #Cell Info + 8.479832 5.397758 6.959324 90.000000 90.000000 90.000000 # box -0.25 1.25 -0.15 1.15 -0.15 1.15 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 10.000 154.000 1 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.out b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.out new file mode 100644 index 000000000..f94db2fcf --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.out @@ -0,0 +1,885 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 17/06/2026 Time: 22:34:35.817 + + => PCR file code: pbsox_single_polarized + => DAT file code: pbsox_single_polariz -> Relative contribution: 1.0000 + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of X-ray powder diffraction data + => Global Refinement of X-ray powder diffraction data + Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) + => Title: PbSO4 XrayDif single wavelength polarized Wdt48 + + => Number of phases: 1 + => Number of excluded regions: 2 + => Number of scattering factors supplied: 0 + => Conventional weights: w=1.0/Variance(yobs) + => Asymmetry correction as in J.Appl.Cryst. 26,128(1993) + => Background refined by polynomial function + => The 7th default profile function was selected + => T-C-H Pseudo-Voigt function + This function is convoluted with asymmetry due to axial + divergence as formulated by: + van Laar and Yelon, J. Appl. Cryst. 17, 47(1984). + and using the method of: + Finger, Cox and Jephcoat, J. Appl. Cryst. 27, 892 (1994). + Fortran 90 module adapted from function PROFVAL (in F77) : + L.W. Finger, J. Appl. Cryst. 31, 111 (1998). + + + ==> INPUT/OUTPUT OPTIONS: + + => Generate bacground file *.bac + => Generate file *.PRF for plot + => Output Integrated Intensities + => Generate new input file *.PCR + + => Data supplied in free format for pattern: 1 + => Plot pattern at each cycle + => Wavelengths: 1.54056 1.54056 + => Alpha2/Alpha1 ratio: 0.0000 + => Cos(Monochromator angle)= 0.8000 + => Asymmetry correction for angles lower than 160.000 degrees + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 48.00 + + => Number of cycles: 30 + => Relaxation factors ==> for coordinates: 0.10 + => for anisotropic temperature factors: 0.10 + => for halfwidth/strain/size parameters: 0.10 + => for lattice constants and propagation vectors: 0.10 + => EPS-value for convergence: 0.1 + + => Excluded regions for Pattern# 1 + From to + 0.0000 10.0000 + 154.0000 180.0000 + + => Number of Least-Squares parameters varied: 0 + + =>---------------------------> + =>-------> PATTERN number: 1 + =>---------------------------> + => Global parameters and codes ==> + => Zero-point: -0.0482 0.0000 + => Background parameters and codes ==> + => Origin of polynomial at 2theta/TOF/E(KeV): 50.000 + 154.32 100.00 -92.329 -95.599 126.68 -31.804 + 0.00 0.00 0.00 0.00 0.00 0.00 + => Displacement peak-shift parameter and code: 0.00 0.00 + => Transparency peak-shift parameter and code: 0.00 0.00 + + => Reading Intensity data =>> + + ==> Angular range, step and number of points: + 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 + -------------------------------------------------------------------------------- + => Phase No. 1 + PbSO4 + -------------------------------------------------------------------------------- + =>-------> Pattern# 1 + => Crystal Structure Refinement + => Preferred orientation vector: 0.0000 0.0000 1.0000 + + =>-------> Data for PHASE: 1 + => Number of atoms: 5 + => Number of distance constraints: 0 + => Number of angle constraints: 0 + + => Symmetry information on space group: P n m a + -> The multiplicity of the general position is: 8 + -> The space group is Centric (-1 at origin) + -> Lattice type P: { 000 } + -> Reduced set of symmetry operators: + + No. IT Symmetry symbol Rotation part Associated Translation + 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} + 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.5000 0.5000 0.5000} + 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.0000 0.5000 0.0000} + 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.5000 0.0000 0.5000} + + + Information on Space Group: + --------------------------- + + => Number of Space group: 62 + => Hermann-Mauguin Symbol: P n m a + => Hall Symbol: -P 2ac 2n + => Setting Type: IT (Generated from Hermann-Mauguin symbol) + => Crystal System: Orthorhombic + => Laue Class: mmm + => Point Group: mmm + => Bravais Lattice: P + => Lattice Symbol: oP + => Reduced Number of S.O.: 4 + => General multiplicity: 8 + => Centrosymmetry: Centric (-1 at origin) + => Generators (exc. -1&L): 2 + => Asymmetric unit: 0.000 <= x <= 0.500 + 0.000 <= y <= 0.250 + 0.000 <= z <= 1.000 + => Centring vectors: 0 + + + => List of all Symmetry Operators and Symmetry Symbols + + => SYMM( 1): x,y,z Symbol: 1 + => SYMM( 2): x+1/2,-y+1/2,-z+1/2 Symbol: 2 (1/2,0,0) x,1/4,1/4 + => SYMM( 3): -x,y+1/2,-z Symbol: 2 (0,1/2,0) 0,y,0 + => SYMM( 4): -x+1/2,-y,z+1/2 Symbol: 2 (0,0,1/2) 1/4,0,z + => SYMM( 5): -x,-y,-z Symbol: -1 0,0,0 + => SYMM( 6): -x+1/2,y+1/2,z+1/2 Symbol: n (0,1/2,1/2) 1/4,y,z + => SYMM( 7): x,-y+1/2,z Symbol: m x,1/4,z + => SYMM( 8): x+1/2,y,-z+1/2 Symbol: a x,y,1/4 + + => Special Wyckoff Positions for P n m a + + Multp Site Representative Coordinates (centring translations excluded) + 4 c x,1/4,z x+1/2,1/4,-z+1/2 -x,3/4,-z + -x+1/2,3/4,z+1/2 + + 4 b 0,0,1/2 1/2,1/2,0 0,1/2,1/2 + 1/2,0,0 + + 4 a 0,0,0 1/2,1/2,1/2 0,1/2,0 + 1/2,0,1/2 + + + => Initial parameters ==> + Atom Ntyp X Y Z B occ. in fin Spc Mult + B11 B22 B33 B12 B13 B23 + Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 4 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 4 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 4 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 4 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 8 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + + => IT IS ASSUMED THAT THE FIRST GIVEN SITE IS FULLY OCCUPIED + OR THE FIRST AND SECOND ATOMS ARE IN THE SAME SITE WITH TOTAL FULL OCCUPATION + (if this is not the case, change the order of atoms to obtain correct values for the content of the unit cell) + The given occupation factors have been obtained mutiplying m/M by 1.0000 + -> Atom: PB , Chemical element: PB Atomic Mass: 207.2000 + -> Atom: S , Chemical element: S Atomic Mass: 32.0600 + -> Atom: O , Chemical element: O Atomic Mass: 15.9994 + -> Atom: O , Chemical element: O Atomic Mass: 15.9994 + -> Atom: O , Chemical element: O Atomic Mass: 15.9994 + => The given value of ATZ is 1213.03 the program has calculated: 1213.03 + The value of ATZ given in the input PCR file will be used for quantitative analysis + => The chemical content of the unit cell is: + 4.0000 PB + 4.0000 S + 4.0000 O + 4.0000 O + 8.0000 O + => The normalized site occupation numbers in % are: + 100.0000 Pb : 100.0000 S : 100.0000 O1 : 100.0000 O2 : 100.0000 O3 + => The density (volumic mass) of the compound is: 6.324 g/cm3 + + =>-------> PROFILE PARAMETERS FOR PATTERN: 1 + + => Overall scale factor: 0.469335E-03 + => ETA (p-Voigt) OR M (Pearson VII): 0.0000 + => Overall temperature factor: 0.00000 + => Halfwidth U,V,W: 0.04846 -0.08305 0.03519 + => X and Y parameters: 0.0000 0.0493 + => Direct cell parameters: 8.4798 5.3978 6.9593 90.0000 90.0000 90.0000 + => Preferred orientation parameters: 0.0000 0.0000 + => Asymmetry parameters : 0.00000 0.00000 0.00000 0.00000 + => Strain parameters : 0.00000 0.00000 0.00000 + => Size parameters : 0.00000 0.00000 + => Further shape parameters (S_L and D_L): 0.00000 0.00000 + S_L is source width/detector distance + D_L is detector width/detector distance + + ==> CODEWORDS FOR PROFILE PARAMETERS of PATTERN# 1 + + => Overall scale factor: 0.000 + => ETA (p-Voigt) OR M (Pearson VII): 0.000 + => Overall temperature factor: 0.000 + => Halfwidth U,V,W: 0.000 0.000 0.000 + => X and Y parameters: 0.000 0.000 + => Direct cell parameters: 0.000 0.000 0.000 0.000 0.000 0.000 + => Preferred orientation parameters: 0.000 0.000 + => Asymmetry parameters : 0.000 0.000 0.000 0.000 + => Strain parameters : 0.000 0.000 0.000 + => Size parameters : 0.000 0.000 + + => Cell constraints according to Laue symmetry: mmm + + Metric information: + ------------------- + + => Direct cell parameters: + + a = 8.4798 b = 5.3978 c = 6.9593 + alpha = 90.000 beta = 90.000 gamma = 90.000 + Direct Cell Volume = 318.5428 + + => Reciprocal cell parameters: + + a*= 0.117927 b*= 0.185262 c*= 0.143692 + alpha*= 90.000 beta*= 90.000 gamma*= 90.000 + Reciprocal Cell Volume = 0.00313930 + + => Direct and Reciprocal Metric Tensors: + + GD GR + 71.9075 0.0000 0.0000 0.013907 0.000000 0.000000 + 0.0000 29.1358 0.0000 0.000000 0.034322 0.000000 + 0.0000 0.0000 48.4322 0.000000 0.000000 0.020647 + + => Cartesian frame: x // a; z is along c*; y is within the ab-plane + + Crystal_to_Orthonormal_Matrix Orthonormal_to_Crystal Matrix + Cr_Orth_cel Orth_Cr_cel + 8.4798 0.0000 0.0000 0.117927 -0.000000 -0.000000 + 0.0000 5.3978 0.0000 0.000000 0.185262 -0.000000 + 0.0000 0.0000 6.9593 0.000000 0.000000 0.143692 + + Busing-Levy B-matrix: Hc=B.H Inverse of the Busing-Levy B-matrix + BL_M BL_Minv + 0.117927 0.000000 0.000000 8.4798 -0.0000 -0.0000 + 0.000000 0.185262 -0.000000 0.0000 5.3978 0.0000 + 0.000000 0.000000 0.143692 0.0000 0.0000 6.9593 + + => Laue symmetry mmm will be used to generate HKL for pattern# 1 + => Reflections generated between S(1/d)min: 0.1131 A-1 and S(1/d)max: 1.2925 A-1 + => dmax: 8.8380 A and dmin: 0.7737 A + => The number of reflections generated is: 394 + => The max. scatt. variable (gen.ref.) is: 169.2613 + => Scattering coefficients from internal table + + + => X-ray scattering coeff. (A1, B1, A2,...C, f(0), Z, Dfp,Dfpp) + + PB 31.0617 0.6902 13.0637 2.3576 18.4420 8.6180 5.9696 47.2579 13.4118 81.9488 82.0000 -4.8180 8.5050 + S 6.9053 1.4679 5.2034 22.2151 1.4379 0.2536 1.5863 56.1720 0.8669 15.9998 16.0000 0.3190 0.5570 + O 3.0485 13.2771 2.2868 5.7011 1.5463 0.3239 0.8670 32.9089 0.2508 7.9994 8.0000 0.0470 0.0320 + + + => No optimization for routine tasks + => Square of FWHM(G) < 0 at 2theta: 75.059 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 75.503 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 75.937 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 76.176 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 76.477 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 77.002 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 77.380 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 77.992 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 78.229 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 78.568 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 78.675 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 78.731 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 79.316 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 79.378 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 79.571 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 79.898 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 79.903 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 80.394 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 80.878 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 81.102 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 81.438 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 81.664 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 81.682 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 82.753 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 82.910 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 82.942 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 83.226 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 83.608 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 84.157 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 84.178 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 84.643 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 84.670 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 85.164 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 85.257 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 85.640 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 86.456 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 86.519 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 86.572 for phase no. 1 -> Fixing to HG=1.0e-10 + + + Standard deviations have to be multiplied by: 4.4881 + (correlated residuals) See references: + -J.F.Berar & P.Lelann, J. Appl. Cryst. 24, 1-5 (1991) + -J.F.Berar, Acc. in Pow. Diff. II,NIST Sp.Pub. 846, 63(1992) + + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 1 + => Convergence reached at this CYCLE !!!! + => Parameter shifts set to zero + --------------------------------------------------------------------------------------- + => Phase 1 Name: PbSO4 + --------------------------------------------------------------------------------------- + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Pb 0.18788 0.00000 0.00000 0.25000 0.00000 0.00000 0.16749 0.00000 0.00000 1.78522 0.00000 0.00000 0.50000 0.00000 0.00000 + S 0.06302 0.00000 0.00000 0.25000 0.00000 0.00000 0.68446 0.00000 0.00000 0.85413 0.00000 0.00000 0.50000 0.00000 0.00000 + O1 0.91235 0.00000 0.00000 0.25000 0.00000 0.00000 0.59346 0.00000 0.00000 1.33362 0.00000 0.00000 0.50000 0.00000 0.00000 + O2 0.18443 0.00000 0.00000 0.25000 0.00000 0.00000 0.53434 0.00000 0.00000 1.57511 0.00000 0.00000 0.50000 0.00000 0.00000 + O3 0.07573 0.00000 0.00000 0.01951 0.00000 0.00000 0.81594 0.00000 0.00000 1.32792 0.00000 0.00000 1.00000 0.00000 0.00000 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Overall scale factor: 0.000469335 0.000000000 0.000000000 + => Eta(p-Voigt) or m(Pearson VII): 0.000000 0.000000 0.000000 + => Overall tem. factor: 0.000000 0.000000 0.000000 + => Halfwidth parameters: + 0.048457 0.000000 0.000000 + -0.083053 0.000000 0.000000 + 0.035188 0.000000 0.000000 + => Cell parameters: + 8.479832 0.000000 0.000000 + 5.397758 0.000000 0.000000 + 6.959324 0.000000 0.000000 + 90.000000 0.000000 0.000000 + 90.000000 0.000000 0.000000 + 90.000000 0.000000 0.000000 + => Preferred orientation: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Asymmetry parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => X and Y parameters: + 0.000000 0.000000 0.000000 + 0.049268 0.000000 0.000000 + => Strain parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Size parameters (G,L): + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Further shape parameters (S_L and D_L): + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: -0.0482 0.0000 0.0000 + => Background Polynomial Parameters ==> + 154.32 0.0000 0.0000 + 100.00 0.0000 0.0000 + -92.329 0.0000 0.0000 + -95.599 0.0000 0.0000 + 126.68 0.0000 0.0000 + -31.804 0.0000 0.0000 + + => Cos( theta)-shift parameter : 0.0000 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => R-Factors: 25.9 32.3 Chi2: 43.0 DW-Stat.: 0.1472 Patt#: 1 + => Expected : 4.92 1.9182 + => Deviance : 0.398E+06 Dev*: 69.02 + => GoF-index: 6.6 Sqrt(Residual/N) + => N-P+C: 5760 + + => SumYdif SumYobs SumYcal SumwYobsSQ Residual Condition + 0.6177E+06 0.2381E+07 0.1895E+07 0.2381E+07 0.2478E+06 0.000 + + + => Conventional Rietveld Rp,Rwp,Re and Chi2: 42.6 45.8 6.98 43.02 + => (Values obtained using Ynet, but true sigma(y)) + => SumYnet, Sum(w Ynet**2): 0.1451E+07 0.1181E+07 + + => N-sigma of the GoF: 2255.192 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => R-Factors: 25.9 32.3 Chi2: 43.0 DW-Stat.: 0.1472 Patt#: + => Expected : 4.92 1.9182 + => Deviance : 0.398E+06 Dev*: 69.02 + => GoF-index: 6.6 Sqrt(Residual/N) + => N-P+C: 5760 + + => SumYdif SumYobs SumYcal SumwYobsSQ Residual Condition + 0.6177E+06 0.2381E+07 0.1895E+07 0.2381E+07 0.2478E+06 0.000 + + + => Conventional Rietveld Rp,Rwp,Re and Chi2: 42.6 45.8 6.98 43.02 + => (Values obtained using Ynet, but true sigma(y)) + => SumYnet, Sum(w Ynet**2): 0.1451E+07 0.1181E+07 + + => N-sigma of the GoF: 2255.192 + + => Global user-weigthed Chi2 (Bragg contrib.): 43.0 + + => ---------> Pattern# 1 + => Phase: 1 + => Bragg R-factor: 34.6 + => RF-factor : 20.8 + + -------------------------------------------------------------------------------------------------------------- + Pattern# 1 Phase No.: 1 Phase name: PbSO4 + -------------------------------------------------------------------------------------------------------------- + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 1 1 1 0 1 4 0.183092 16.464 40.0 32.4 2.538 0.155520 0.049781 0.338369 5.379598 171.086136 + 2 1 0 1 1 4 0.174743 20.809 1376.8 2019.8 7.084 0.146874 0.050092 0.354990 4.265198 105.928795 + 3 1 2 0 0 2 0.174502 20.934 448.7 699.9 3.046 0.146622 0.050102 0.355500 4.239916 52.312965 + 4 1 1 1 1 8 0.169881 23.326 896.1 1469.6 6.231 0.141807 0.050307 0.365562 3.810354 167.362274 + 5 1 2 0 1 4 0.167477 24.565 368.8 532.1 3.731 0.139294 0.050422 0.371049 3.620850 75.157478 + 6 1 0 0 2 2 0.165507 25.579 487.5 744.0 4.355 0.137230 0.050521 0.375681 3.479662 34.546288 + 7 1 2 1 0 4 0.163295 26.714 1487.9 2307.1 7.586 0.134906 0.050638 0.381034 3.334277 63.102688 + 8 1 1 0 2 4 0.161392 27.688 1152.0 1719.7 6.577 0.132904 0.050742 0.385769 3.219173 58.544403 + 9 1 2 1 1 8 0.157474 29.685 1828.4 2733.2 8.480 0.128769 0.050969 0.395914 3.006972 101.136604 + 10 1 1 1 2 8 0.152205 32.353 688.4 1022.5 5.181 0.123179 0.051299 0.410455 2.764811 84.292046 + 11 1 0 2 0 2 0.150591 33.166 825.0 1380.9 5.844 0.121460 0.051406 0.415127 2.698879 19.989548 + 12 1 2 0 2 4 0.150362 33.282 31.7 76.5 0.548 0.121216 0.051422 0.415799 2.689799 39.684910 + 13 1 3 0 1 4 0.148512 34.211 159.6 233.7 2.700 0.119240 0.051548 0.421305 2.618841 37.421467 + 14 1 1 2 1 8 0.142432 37.243 3.0 3.0 0.050 0.112716 0.051990 0.440449 2.412320 62.387367 + 15 1 2 1 2 8 0.142274 37.321 307.3 443.6 3.833 0.112546 0.052002 0.440968 2.407447 62.106487 + 16 1 3 1 1 8 0.140570 38.164 36.3 35.9 1.343 0.110708 0.052133 0.446649 2.356171 59.187485 + 17 1 2 2 0 4 0.137759 39.549 341.9 558.0 4.038 0.107666 0.052355 0.456338 2.276758 27.399635 + 18 1 1 0 3 4 0.136287 40.272 95.6 135.5 2.024 0.106067 0.052475 0.461571 2.237559 26.346457 + 19 1 3 0 2 4 0.134578 41.108 112.3 164.3 2.128 0.104208 0.052618 0.467790 2.193962 25.198408 + 20 1 2 2 1 8 0.133354 41.706 493.7 813.0 4.566 0.102872 0.052721 0.472344 2.163901 48.842346 + 21 1 0 2 2 4 0.132035 42.347 97.7 150.3 1.919 0.101431 0.052835 0.477338 2.132599 23.624378 + 22 1 0 1 3 4 0.131979 42.374 3.8 6.5 0.089 0.101370 0.052840 0.477554 2.131286 23.591238 + 23 1 4 0 0 2 0.131490 42.612 3.0 7.1 0.273 0.100834 0.052882 0.479433 2.119958 11.653112 + 24 1 1 2 2 8 0.129176 43.732 815.2 1171.0 3.693 0.098295 0.053087 0.488517 2.068197 44.050915 + 25 1 1 1 3 8 0.129121 43.759 897.1 1480.6 4.598 0.098234 0.053092 0.488737 2.067000 43.992481 + 26 1 2 0 3 4 0.127622 44.482 5.9 7.2 0.050 0.096585 0.053228 0.494794 2.035087 21.224741 + 27 1 3 1 2 8 0.127498 44.542 595.4 778.1 3.426 0.096447 0.053240 0.495304 2.032485 42.324852 + 28 1 4 0 1 4 0.127280 44.646 600.9 1150.4 4.617 0.096207 0.053259 0.496198 2.027954 21.054146 + 29 1 4 1 0 4 0.124553 45.954 394.0 603.6 4.163 0.093192 0.053514 0.507639 1.973227 19.767994 + 30 1 2 2 2 8 0.120898 47.696 71.5 90.1 1.850 0.089125 0.053867 0.523745 1.905177 36.450344 + 31 1 2 1 3 8 0.120845 47.721 2.1 3.2 0.064 0.089067 0.053872 0.523983 1.904241 36.408783 + 32 1 4 1 1 8 0.120516 47.877 1.5 4.9 0.206 0.088699 0.053905 0.525481 1.898393 36.149681 + 33 1 3 2 1 8 0.119433 48.390 127.6 172.3 2.624 0.087487 0.054013 0.530463 1.879459 35.317204 + 34 1 4 0 2 4 0.115246 50.361 0.0 0.0 0.005 0.082775 0.054441 0.550535 1.810425 16.183273 + 35 1 3 0 3 4 0.114139 50.879 324.8 404.6 3.994 0.081522 0.054558 0.556070 1.793199 15.825594 + 36 1 0 3 1 4 0.110684 52.487 138.0 180.2 2.249 0.077589 0.054930 0.573989 1.741976 14.787118 + 37 1 0 0 4 2 0.110534 52.557 37.0 76.7 1.001 0.077418 0.054947 0.574791 1.739831 7.372235 + 38 1 1 2 3 8 0.109306 53.125 7.7 7.6 0.548 0.076011 0.055082 0.581423 1.722547 28.806377 + 39 1 4 1 2 8 0.108866 53.329 44.4 54.0 1.252 0.075505 0.055131 0.583835 1.716451 28.567753 + 40 1 1 3 1 8 0.108127 53.670 78.8 87.7 1.031 0.074654 0.055214 0.587923 1.706344 28.174503 + 41 1 1 0 4 4 0.107978 53.738 161.0 195.5 1.627 0.074483 0.055231 0.588752 1.704328 14.048219 + 42 1 3 2 2 8 0.107837 53.804 18.5 28.1 0.226 0.074320 0.055247 0.589541 1.702418 28.022560 + 43 1 3 1 3 8 0.107787 53.826 146.3 254.6 2.171 0.074263 0.055252 0.589818 1.701750 27.996748 + 44 1 4 2 0 4 0.105151 55.037 0.0 0.0 0.002 0.071213 0.055553 0.604896 1.667139 13.338963 + 45 1 2 3 0 4 0.104296 55.429 139.9 176.9 2.433 0.070217 0.055653 0.609934 1.656289 13.135971 + 46 1 5 0 1 4 0.103612 55.741 44.4 67.0 1.408 0.069420 0.055733 0.614015 1.647744 12.977361 + 47 1 1 1 4 8 0.101767 56.582 74.6 83.4 1.261 0.067258 0.055951 0.625269 1.625237 25.129976 + 48 1 2 2 3 8 0.101740 56.594 0.3 0.3 0.005 0.067225 0.055955 0.625440 1.624906 25.117950 + 49 1 4 2 1 8 0.101435 56.733 319.1 470.1 3.329 0.066867 0.055991 0.627334 1.621268 24.986145 + 50 1 2 3 1 8 0.100590 57.117 213.1 338.5 2.869 0.065871 0.056093 0.632639 1.611284 24.626554 + 51 1 2 0 4 4 0.100445 57.182 15.4 35.3 0.413 0.065700 0.056110 0.633557 1.609587 12.282858 + 52 1 5 1 1 8 0.097487 58.520 13.9 13.2 0.785 0.062186 0.056473 0.652804 1.575950 23.379215 + 53 1 1 3 2 8 0.097000 58.739 115.6 138.7 2.270 0.061603 0.056534 0.656071 1.570583 23.193230 + 54 1 4 0 3 4 0.096481 58.973 9.0 22.2 0.794 0.060981 0.056599 0.659583 1.564919 11.498993 + 55 1 2 1 4 8 0.094375 59.918 26.4 13.1 1.459 0.058442 0.056866 0.674172 1.542468 22.234394 + 56 1 5 0 2 4 0.092635 60.697 16.4 0.0 1.137 0.056323 0.057091 0.686662 1.524528 10.818097 + 57 1 4 2 2 8 0.090524 61.638 1.0 0.0 0.135 0.053728 0.057369 0.702353 1.503486 20.948423 + 58 1 4 1 3 8 0.090477 61.659 0.6 0.0 0.072 0.053670 0.057375 0.702710 1.503026 20.933554 + 59 1 2 3 2 8 0.089704 62.003 49.3 58.6 0.819 0.052711 0.057479 0.708617 1.495513 20.691803 + 60 1 3 2 3 8 0.089503 62.092 347.5 462.1 3.698 0.052461 0.057506 0.710166 1.493576 20.629782 + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 61 1 3 3 1 8 0.088392 62.586 12.1 15.8 0.627 0.051072 0.057656 0.718846 1.482977 20.292730 + 62 1 3 0 4 4 0.088252 62.648 9.3 11.6 0.550 0.050897 0.057675 0.719954 1.481653 10.125457 + 63 1 5 1 2 8 0.086693 63.340 152.1 194.7 2.447 0.048929 0.057888 0.732482 1.467133 19.796310 + 64 1 0 2 4 4 0.086167 63.573 34.4 84.1 1.448 0.048259 0.057961 0.736795 1.462315 9.823560 + 65 1 1 2 4 8 0.083791 64.624 229.7 300.7 3.111 0.045202 0.058295 0.756832 1.441045 18.998571 + 66 1 3 1 4 8 0.082384 65.246 125.3 175.1 2.366 0.043360 0.058497 0.769154 1.428802 18.632816 + 67 1 0 3 3 4 0.081559 65.611 0.8 1.5 0.180 0.042267 0.058617 0.776551 1.421733 9.212083 + 68 1 6 0 0 2 0.080562 66.052 11.2 10.3 0.784 0.040933 0.058763 0.785651 1.413305 4.544480 + 69 1 5 2 1 8 0.079729 66.421 67.3 80.8 1.444 0.039807 0.058886 0.793397 1.406354 17.976858 + 70 1 1 3 3 8 0.079223 66.645 193.7 279.2 2.679 0.039116 0.058962 0.798177 1.402162 17.856506 + 71 1 3 3 2 8 0.077888 67.237 139.3 199.9 2.326 0.037270 0.059164 0.811025 1.391241 17.546202 + 72 1 6 0 1 4 0.077119 67.579 24.3 45.8 1.028 0.036190 0.059282 0.818590 1.385033 8.685962 + 73 1 2 2 4 8 0.076791 67.725 19.2 30.1 0.924 0.035726 0.059332 0.821852 1.382405 17.298615 + 74 1 1 0 5 4 0.075671 68.225 4.4 6.7 0.205 0.034116 0.059507 0.833192 1.373486 8.525929 + 75 1 4 3 0 4 0.075456 68.321 107.4 128.6 1.692 0.033803 0.059541 0.835400 1.371787 8.502605 + 76 1 5 0 3 4 0.075115 68.474 102.1 162.4 1.674 0.033304 0.059595 0.838925 1.369098 8.465826 + 77 1 6 1 0 4 0.074876 68.582 88.6 173.3 1.884 0.032951 0.059633 0.841416 1.367217 8.440175 + 78 1 4 2 3 8 0.073154 69.358 3.5 3.4 0.347 0.030355 0.059911 0.859739 1.353797 16.518705 + 79 1 0 4 0 2 0.072590 69.614 106.5 121.9 1.670 0.029478 0.060004 0.865905 1.349440 4.100721 + 80 1 2 3 3 8 0.072399 69.701 0.4 0.5 0.007 0.029178 0.060036 0.868011 1.347968 16.363966 + 81 1 0 1 5 4 0.072375 69.712 71.2 108.9 1.424 0.029139 0.060040 0.868284 1.347778 8.179469 + 82 1 4 3 1 8 0.072129 69.824 0.1 0.3 0.007 0.028750 0.060081 0.871007 1.345889 16.309128 + 83 1 4 0 4 4 0.072000 69.883 0.1 0.3 0.007 0.028545 0.060102 0.872441 1.344899 8.141541 + 84 1 6 1 1 8 0.071567 70.082 119.0 192.5 2.349 0.027848 0.060175 0.877305 1.341572 16.195848 + 85 1 1 1 5 8 0.070194 70.717 26.3 27.8 1.071 0.025565 0.060411 0.893057 1.331070 15.923645 + 86 1 5 2 2 8 0.069712 70.943 5.5 7.0 0.159 0.024732 0.060496 0.898716 1.327392 15.829448 + 87 1 5 1 3 8 0.069671 70.962 56.4 68.0 1.465 0.024660 0.060503 0.899206 1.327075 15.821366 + 88 1 2 0 5 4 0.069063 71.249 25.6 41.7 1.350 0.023578 0.060611 0.906460 1.322431 7.851678 + 89 1 6 0 2 4 0.067365 72.067 2.4 0.0 0.410 0.020344 0.060925 0.927347 1.309420 7.688951 + 90 1 1 4 1 8 0.067296 72.101 1.5 0.0 0.246 0.020204 0.060938 0.928217 1.308888 15.364753 + 91 1 4 1 4 8 0.066794 72.350 38.8 26.6 1.640 0.019161 0.061034 0.934609 1.305002 15.269141 + 92 1 3 2 4 8 0.065998 72.750 0.4 0.0 0.228 0.017407 0.061191 0.944919 1.298802 15.118064 + 93 1 2 4 0 4 0.064379 73.601 23.8 21.2 0.827 0.013234 0.061529 0.966717 1.285883 7.404531 + 94 1 2 1 5 8 0.064204 73.697 83.8 95.1 1.965 0.012705 0.061568 0.969156 1.284445 14.775167 + 95 1 4 3 2 8 0.063217 74.253 18.8 16.5 0.966 0.009216 0.061793 0.983145 1.276195 14.582657 + 96 1 6 1 2 8 0.062789 74.504 28.3 34.0 1.026 0.007215 0.061896 0.989372 1.272513 14.497813 + 97 1 3 3 3 8 0.062514 74.668 58.3 74.8 1.541 0.005577 0.061964 0.993425 1.270118 14.442995 + 98 1 2 4 1 8 0.062125 75.059 29.1 36.5 1.268 0.000000 0.062125 1.000000 1.264479 14.315057 + 99 1 0 4 2 4 0.062311 75.503 31.1 30.1 1.293 0.000000 0.062311 1.000000 1.258143 7.086622 + 100 1 6 2 0 4 0.062495 75.937 33.9 32.8 1.226 0.000000 0.062495 1.000000 1.252025 7.019148 + 101 1 3 0 5 4 0.062597 76.176 19.2 29.3 0.978 0.000000 0.062597 1.000000 1.248687 6.982749 + 102 1 1 4 2 8 0.062727 76.477 96.3 128.5 2.079 0.000000 0.062727 1.000000 1.244519 13.875421 + 103 1 1 3 4 8 0.062955 77.002 34.8 39.6 1.309 0.000000 0.062955 1.000000 1.237340 13.722456 + 104 1 6 2 1 8 0.063120 77.380 39.0 44.1 1.458 0.000000 0.063120 1.000000 1.232243 13.615582 + 105 1 1 2 5 8 0.063393 77.992 0.1 0.1 0.013 0.000000 0.063393 1.000000 1.224090 13.447643 + 106 1 5 2 3 8 0.063499 78.229 178.3 212.9 2.771 0.000000 0.063499 1.000000 1.220981 13.384593 + 107 1 3 1 5 8 0.063652 78.568 21.4 48.1 1.088 0.000000 0.063652 1.000000 1.216559 13.295890 + 108 1 5 3 1 8 0.063701 78.675 6.5 8.8 0.471 0.000000 0.063701 1.000000 1.215170 13.268244 + 109 1 5 0 4 4 0.063727 78.731 2.7 3.9 0.324 0.000000 0.063727 1.000000 1.214441 6.626900 + 110 1 6 0 3 4 0.063995 79.316 0.0 0.0 0.002 0.000000 0.063995 1.000000 1.206950 6.553535 + 111 1 2 4 2 8 0.064024 79.378 5.4 0.0 0.771 0.000000 0.064024 1.000000 1.206160 13.091785 + 112 1 4 2 4 8 0.064114 79.571 0.0 0.0 0.019 0.000000 0.064114 1.000000 1.203723 13.044902 + 113 1 2 3 4 8 0.064267 79.898 10.0 5.8 0.486 0.000000 0.064267 1.000000 1.199620 12.966762 + 114 1 3 4 1 8 0.064269 79.903 22.5 13.2 1.094 0.000000 0.064269 1.000000 1.199554 12.965508 + 115 1 7 0 1 4 0.064501 80.394 0.9 0.0 0.334 0.000000 0.064501 1.000000 1.193459 6.425685 + 116 1 2 2 5 8 0.064733 80.878 46.1 30.8 1.361 0.000000 0.064733 1.000000 1.187534 12.742677 + 117 1 5 1 4 8 0.064841 81.102 68.8 84.7 1.863 0.000000 0.064841 1.000000 1.184823 12.693687 + 118 1 4 3 3 8 0.065004 81.438 0.2 0.6 0.084 0.000000 0.065004 1.000000 1.180782 12.621556 + 119 1 6 2 2 8 0.065115 81.664 12.3 3.4 1.033 0.000000 0.065115 1.000000 1.178085 12.574011 + 120 1 6 1 3 8 0.065124 81.682 0.1 0.0 0.009 0.000000 0.065124 1.000000 1.177864 12.570132 + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 121 1 7 1 1 8 0.065657 82.753 13.0 9.6 0.659 0.000000 0.065657 1.000000 1.165314 12.355515 + 122 1 4 0 5 4 0.065737 82.910 64.0 59.7 1.187 0.000000 0.065737 1.000000 1.163504 6.162724 + 123 1 5 3 2 8 0.065753 82.942 53.9 51.5 1.007 0.000000 0.065753 1.000000 1.163139 12.319419 + 124 1 0 0 6 2 0.065898 83.226 40.9 70.1 1.519 0.000000 0.065898 1.000000 1.159887 3.066519 + 125 1 1 4 3 8 0.066094 83.608 10.9 7.5 0.895 0.000000 0.066094 1.000000 1.155559 12.196239 + 126 1 3 4 2 8 0.066378 84.157 13.1 1.9 0.905 0.000000 0.066378 1.000000 1.149423 12.099581 + 127 1 1 0 6 4 0.066389 84.178 0.6 0.1 0.045 0.000000 0.066389 1.000000 1.149187 6.047961 + 128 1 7 0 2 4 0.066634 84.643 44.9 52.1 1.141 0.000000 0.066634 1.000000 1.144057 6.008669 + 129 1 3 3 4 8 0.066649 84.670 49.7 58.3 1.272 0.000000 0.066649 1.000000 1.143759 12.012841 + 130 1 4 4 0 4 0.066912 85.164 0.3 0.0 0.131 0.000000 0.066912 1.000000 1.138379 5.966351 + 131 1 4 1 5 8 0.066962 85.257 0.0 0.0 0.000 0.000000 0.066962 1.000000 1.137381 11.918083 + 132 1 3 2 5 8 0.067169 85.640 29.8 14.2 1.420 0.000000 0.067169 1.000000 1.133269 11.858688 + 133 1 2 4 3 8 0.067617 86.456 0.8 1.2 0.057 0.000000 0.067617 1.000000 1.124656 11.738650 + 134 1 1 1 6 8 0.067652 86.519 1.4 1.8 0.045 0.000000 0.067652 1.000000 1.123996 11.729699 + 135 1 4 4 1 8 0.067681 86.572 120.3 130.2 2.301 0.000000 0.067681 1.000000 1.123448 11.722298 + 136 1 7 1 2 8 0.068067 86.983 25.8 46.0 1.029 0.002874 0.067911 0.998294 1.119194 11.665702 + 137 1 2 0 6 4 0.068184 87.023 16.6 26.1 0.708 0.003771 0.067934 0.997260 1.118780 5.830133 + 138 1 6 3 0 4 0.070281 87.745 37.4 34.5 1.634 0.011364 0.068344 0.979347 1.111426 5.783169 + 139 1 5 2 4 8 0.071478 88.138 0.2 0.3 0.135 0.014080 0.068570 0.969440 1.107483 11.517935 + 140 1 6 2 3 8 0.073301 88.712 0.0 0.0 0.001 0.017545 0.068905 0.954776 1.101794 11.450562 + 141 1 0 3 5 4 0.073595 88.802 32.8 23.8 1.309 0.018054 0.068958 0.952460 1.100908 5.720170 + 142 1 6 3 1 8 0.074743 89.149 47.2 54.6 1.279 0.019956 0.069164 0.943530 1.097518 11.401906 + 143 1 6 0 4 4 0.074929 89.205 2.7 3.6 0.102 0.020251 0.069197 0.942107 1.096981 5.697958 + 144 1 2 1 6 8 0.075447 89.358 70.7 94.7 1.704 0.021061 0.069288 0.938159 1.095496 11.379497 + 145 1 1 3 5 8 0.076787 89.748 10.5 20.5 0.814 0.023067 0.069523 0.928131 1.091746 11.338974 + 146 1 7 2 1 8 0.076875 89.773 0.1 0.2 0.009 0.023196 0.069538 0.927475 1.091501 11.336381 + 147 1 5 3 3 8 0.077597 89.979 30.7 34.4 1.370 0.024228 0.069663 0.922195 1.089538 11.315763 + 148 1 4 4 2 8 0.080498 90.785 0.0 0.0 0.000 0.028152 0.070158 0.901679 1.081951 11.239703 + 149 1 3 4 3 8 0.081983 91.186 88.6 90.0 1.851 0.030052 0.070408 0.891620 1.078240 11.204658 + 150 1 4 3 4 8 0.082397 91.296 18.6 24.7 0.632 0.030571 0.070477 0.888864 1.077223 11.195304 + 151 1 5 0 5 4 0.082933 91.438 6.8 19.5 0.537 0.031237 0.070567 0.885332 1.075920 5.591739 + 152 1 6 1 4 8 0.083312 91.538 9.8 26.3 0.747 0.031704 0.070630 0.882856 1.075006 11.175294 + 153 1 7 0 3 4 0.083812 91.670 4.8 11.6 0.552 0.032317 0.070713 0.879610 1.073806 5.582347 + 154 1 3 0 6 4 0.084127 91.752 0.0 0.2 0.011 0.032700 0.070766 0.877585 1.073058 5.579078 + 155 1 4 2 5 8 0.086106 92.263 75.1 91.1 1.679 0.035063 0.071094 0.865133 1.068446 11.119224 + 156 1 0 5 1 4 0.086831 92.448 13.8 22.9 0.484 0.035913 0.071213 0.860684 1.066793 5.552923 + 157 1 0 4 4 4 0.087048 92.504 10.7 18.3 0.311 0.036167 0.071249 0.859359 1.066300 5.550957 + 158 1 0 2 6 4 0.087340 92.577 43.0 68.3 0.928 0.036506 0.071297 0.857595 1.065643 5.548362 + 159 1 2 3 5 8 0.087371 92.585 38.8 62.1 0.864 0.036542 0.071302 0.857408 1.065573 11.096174 + 160 1 8 0 0 2 0.089909 93.220 37.7 53.6 1.178 0.039443 0.071719 0.842446 1.059979 2.763499 + 161 1 6 3 2 8 0.090488 93.363 13.8 19.5 0.390 0.040096 0.071814 0.839126 1.058731 11.045093 + 162 1 1 5 1 8 0.090619 93.395 13.8 18.4 0.316 0.040243 0.071835 0.838379 1.058450 11.043109 + 163 1 1 4 4 8 0.090845 93.450 54.1 72.8 1.181 0.040495 0.071872 0.837099 1.057968 11.039735 + 164 1 1 2 6 8 0.091146 93.524 2.3 4.7 0.121 0.040832 0.071921 0.835399 1.057327 11.035291 + 165 1 5 1 5 8 0.092172 93.775 10.1 25.9 0.657 0.041972 0.072089 0.829670 1.055162 11.020640 + 166 1 7 2 2 8 0.093054 93.988 61.8 99.2 1.230 0.042944 0.072233 0.824832 1.053327 11.008671 + 167 1 7 1 3 8 0.093131 94.007 61.3 99.1 1.252 0.043028 0.072245 0.824416 1.053169 11.007658 + 168 1 3 1 6 8 0.093473 94.089 0.1 0.2 0.004 0.043404 0.072301 0.822559 1.052462 11.003176 + 169 1 8 0 1 4 0.095728 94.627 0.0 0.0 0.006 0.045855 0.072668 0.810611 1.047894 5.487840 + 170 1 2 5 0 4 0.096596 94.832 30.6 35.7 1.313 0.046788 0.072809 0.806139 1.046173 5.483005 + 171 1 5 4 1 8 0.097700 95.090 16.1 27.1 1.161 0.047969 0.072989 0.800542 1.044009 10.954395 + 172 1 8 1 0 4 0.099728 95.560 0.0 0.0 0.029 0.050119 0.073318 0.790535 1.040114 5.467521 + 173 1 2 5 1 8 0.102715 96.242 46.4 48.8 1.374 0.053249 0.073803 0.776398 1.034549 10.910954 + 174 1 2 4 4 8 0.102961 96.298 6.0 6.8 0.166 0.053505 0.073843 0.775264 1.034099 10.909196 + 175 1 2 2 6 8 0.103290 96.372 35.0 48.2 1.191 0.053846 0.073897 0.773756 1.033500 10.906898 + 176 1 8 1 1 8 0.105980 96.973 31.0 45.1 1.444 0.056624 0.074333 0.761721 1.028688 10.890292 + 177 1 3 3 5 8 0.107609 97.332 15.1 27.4 1.119 0.058294 0.074598 0.754683 1.025846 10.882069 + 178 1 1 5 2 8 0.108959 97.627 16.3 17.0 1.116 0.059670 0.074817 0.748989 1.023531 10.876263 + 179 1 4 4 3 8 0.109887 97.829 2.7 1.2 0.553 0.060613 0.074968 0.745141 1.021959 10.872786 + 180 1 4 0 6 4 0.112546 98.401 0.0 0.0 0.002 0.063302 0.075401 0.734422 1.017544 5.432536 + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 181 1 6 2 4 8 0.113345 98.571 5.0 0.2 0.835 0.064105 0.075531 0.731288 1.016242 10.863387 + 182 1 8 0 2 4 0.114752 98.869 14.9 9.5 1.215 0.065517 0.075760 0.725857 1.013977 5.430553 + 183 1 5 4 2 8 0.116981 99.336 4.9 1.4 0.814 0.067745 0.076123 0.717484 1.010456 10.859243 + 184 1 5 3 4 8 0.119483 99.855 33.9 29.0 1.578 0.070232 0.076532 0.708410 1.006602 10.859612 + 185 1 6 3 3 8 0.122338 100.438 0.0 0.0 0.002 0.073056 0.076998 0.698453 1.002324 10.863062 + 186 1 2 5 2 8 0.122645 100.500 15.4 16.3 0.954 0.073358 0.077049 0.697406 1.001871 10.863617 + 187 1 4 1 6 8 0.123971 100.768 42.9 55.6 1.215 0.074665 0.077266 0.692935 0.999931 10.866429 + 188 1 5 2 5 8 0.124318 100.837 20.5 27.2 0.677 0.075005 0.077323 0.691782 0.999429 10.867269 + 189 1 3 5 1 8 0.125257 101.025 2.1 5.6 0.223 0.075928 0.077477 0.688681 0.998076 10.869769 + 190 1 7 2 3 8 0.125495 101.073 1.0 3.1 0.114 0.076161 0.077516 0.687902 0.997735 10.870454 + 191 1 3 4 4 8 0.125539 101.082 2.6 8.7 0.314 0.076205 0.077523 0.687758 0.997672 10.870582 + 192 1 3 2 6 8 0.125916 101.157 2.2 8.0 0.352 0.076574 0.077585 0.686531 0.997134 10.871709 + 193 1 8 1 2 8 0.126330 101.239 0.2 0.5 0.037 0.076980 0.077653 0.685191 0.996546 10.873010 + 194 1 7 3 1 8 0.127742 101.519 7.9 12.5 0.473 0.078362 0.077884 0.680673 0.994557 10.877891 + 195 1 7 0 4 4 0.128028 101.575 22.9 31.3 1.091 0.078641 0.077931 0.679769 0.994157 5.439482 + 196 1 6 0 5 4 0.129812 101.925 10.3 22.2 1.092 0.080382 0.078224 0.674210 0.991691 5.443140 + 197 1 1 0 7 4 0.132972 102.537 1.7 2.4 0.166 0.083455 0.078745 0.664689 0.987426 5.450902 + 198 1 8 2 0 4 0.133585 102.655 45.8 62.1 1.951 0.084050 0.078846 0.662888 0.986614 5.452592 + 199 1 0 5 3 4 0.139704 103.812 0.0 0.0 0.002 0.089962 0.079857 0.645683 0.978758 5.472578 + 200 1 0 1 7 4 0.140521 103.963 13.9 12.8 0.663 0.090748 0.079992 0.643488 0.977743 5.475656 + 201 1 7 1 4 8 0.140546 103.968 15.0 13.8 0.703 0.090772 0.079996 0.643422 0.977712 10.951501 + 202 1 4 3 5 8 0.141106 104.072 0.0 0.0 0.000 0.091311 0.080089 0.641931 0.977021 10.955833 + 203 1 8 2 1 8 0.141248 104.098 0.8 0.9 0.060 0.091448 0.080112 0.641553 0.976846 10.956948 + 204 1 6 4 0 4 0.141943 104.226 6.0 8.4 0.336 0.092115 0.080227 0.639722 0.975995 5.481235 + 205 1 6 1 5 8 0.142459 104.321 30.6 44.8 1.248 0.092611 0.080313 0.638371 0.975366 10.966656 + 206 1 1 5 3 8 0.145009 104.787 53.2 71.0 1.533 0.095056 0.080736 0.631825 0.972302 10.988382 + 207 1 1 1 7 8 0.145849 104.940 11.6 19.0 0.644 0.095861 0.080876 0.629712 0.971308 10.995920 + 208 1 3 5 2 8 0.148138 105.352 36.5 53.8 1.346 0.098049 0.081257 0.624070 0.968639 11.017342 + 209 1 1 3 6 8 0.148260 105.374 1.5 2.1 0.056 0.098166 0.081278 0.623773 0.968498 11.018522 + 210 1 2 0 7 4 0.148749 105.461 2.9 4.2 0.184 0.098632 0.081359 0.622590 0.967936 5.511639 + 211 1 6 4 1 8 0.149974 105.679 12.6 24.1 0.824 0.099801 0.081563 0.619655 0.966536 11.035466 + 212 1 7 3 2 8 0.150961 105.854 19.5 32.7 1.084 0.100742 0.081728 0.617322 0.965421 11.045545 + 213 1 8 0 3 4 0.152140 106.062 0.2 0.6 0.046 0.101865 0.081925 0.614572 0.964101 5.528942 + 214 1 1 4 5 8 0.153508 106.302 1.3 2.6 0.115 0.103166 0.082153 0.611430 0.962587 11.072600 + 215 1 4 5 0 4 0.154041 106.395 20.9 31.8 0.865 0.103673 0.082242 0.610218 0.962001 5.539229 + 216 1 5 4 3 8 0.154892 106.543 59.0 83.4 1.811 0.104482 0.082385 0.608300 0.961073 11.087933 + 217 1 5 0 6 4 0.158324 107.135 0.1 0.1 0.033 0.107738 0.082960 0.600757 0.957398 5.563882 + 218 1 2 5 3 8 0.161906 107.743 0.3 0.2 0.046 0.111128 0.083562 0.593197 0.953677 11.171988 + 219 1 4 5 1 8 0.162629 107.864 0.2 0.2 0.009 0.111811 0.083683 0.591708 0.952940 11.181230 + 220 1 2 1 7 8 0.162827 107.897 31.0 30.7 1.459 0.111998 0.083717 0.591302 0.952739 11.183786 + 221 1 4 4 4 8 0.162975 107.922 0.0 0.0 0.001 0.112138 0.083741 0.590999 0.952589 11.185694 + 222 1 4 2 6 8 0.163438 108.000 0.3 0.3 0.021 0.112575 0.083819 0.590057 0.952120 11.191697 + 223 1 2 3 6 8 0.165470 108.338 43.2 61.3 1.498 0.114494 0.084162 0.585972 0.950086 11.218559 + 224 1 8 2 2 8 0.166370 108.487 17.1 27.8 0.942 0.115342 0.084314 0.584193 0.949197 11.230700 + 225 1 8 1 3 8 0.166488 108.506 0.0 0.0 0.000 0.115453 0.084333 0.583962 0.949081 11.232301 + 226 1 2 4 5 8 0.171233 109.281 15.5 13.8 1.401 0.119920 0.085135 0.574878 0.944504 11.298914 + 227 1 5 1 6 8 0.173173 109.594 0.1 0.3 0.098 0.121743 0.085464 0.571297 0.942684 11.327309 + 228 1 6 4 2 8 0.176391 110.106 1.7 0.0 0.637 0.124762 0.086010 0.565518 0.939730 11.375806 + 229 1 3 0 7 4 0.178462 110.432 5.0 3.2 0.822 0.126703 0.086362 0.561901 0.937868 5.703960 + 230 1 6 3 4 8 0.179863 110.651 6.7 4.4 0.899 0.128015 0.086600 0.559498 0.936627 11.430032 + 231 1 9 0 1 4 0.183248 111.175 0.3 0.4 0.042 0.131180 0.087177 0.553836 0.933685 5.742347 + 232 1 7 2 4 8 0.184192 111.319 36.1 41.5 1.619 0.132062 0.087338 0.552291 0.932879 11.500247 + 233 1 6 2 5 8 0.186611 111.688 19.8 34.6 1.386 0.134321 0.087751 0.548399 0.930840 11.540695 + 234 1 1 2 7 8 0.190910 112.333 4.4 6.6 0.581 0.138330 0.088487 0.541710 0.927311 11.614625 + 235 1 4 5 2 8 0.191024 112.350 3.8 5.3 0.482 0.138436 0.088507 0.541537 0.927219 11.616618 + 236 1 3 5 3 8 0.193958 112.784 15.2 16.3 1.072 0.141167 0.089010 0.537138 0.924880 11.668534 + 237 1 3 1 7 8 0.195049 112.944 1.6 1.8 0.122 0.142182 0.089198 0.535534 0.924024 11.688125 + 238 1 5 3 5 8 0.195831 113.058 9.2 11.7 0.633 0.142909 0.089332 0.534395 0.923415 11.702262 + 239 1 7 3 3 8 0.197563 113.310 44.1 62.4 1.607 0.144520 0.089630 0.531901 0.922078 11.733853 + 240 1 3 3 6 8 0.198183 113.399 0.0 0.0 0.002 0.145096 0.089737 0.531019 0.921604 11.745246 + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 241 1 9 1 1 8 0.200271 113.700 10.6 30.6 1.196 0.147035 0.090097 0.528084 0.920023 11.783976 + 242 1 3 4 5 8 0.205039 114.376 15.1 15.4 1.405 0.151458 0.090920 0.521597 0.916506 11.874304 + 243 1 7 0 5 4 0.208858 114.908 0.8 1.6 0.330 0.154996 0.091580 0.516604 0.913779 5.974246 + 244 1 8 3 0 4 0.209571 115.007 0.1 0.2 0.043 0.155656 0.091704 0.515690 0.913278 5.981262 + 245 1 1 5 4 8 0.211422 115.261 9.9 9.8 0.883 0.157369 0.092025 0.513348 0.911991 11.999169 + 246 1 2 2 7 8 0.212701 115.436 12.8 13.4 0.883 0.158552 0.092247 0.511752 0.911112 12.024705 + 247 1 9 0 2 4 0.215145 115.767 15.9 30.1 1.342 0.160812 0.092672 0.508751 0.909453 6.036992 + 248 1 8 2 3 8 0.217459 116.078 0.1 0.3 0.035 0.162950 0.093074 0.505971 0.907911 12.121146 + 249 1 8 3 1 8 0.221133 116.566 25.4 41.9 1.436 0.166342 0.093714 0.501670 0.905514 12.197101 + 250 1 8 0 4 4 0.221603 116.628 6.5 10.4 0.402 0.166775 0.093796 0.501130 0.905213 6.103445 + 251 1 5 5 1 8 0.225088 117.083 2.3 8.8 0.453 0.169989 0.094405 0.497191 0.903004 12.280224 + 252 1 5 4 4 8 0.225567 117.145 1.5 4.7 0.257 0.170430 0.094489 0.496659 0.902705 12.290380 + 253 1 5 2 6 8 0.226207 117.228 1.2 2.7 0.190 0.171020 0.094601 0.495951 0.902307 12.303994 + 254 1 7 1 5 8 0.228393 117.509 9.7 16.3 0.626 0.173034 0.094983 0.493563 0.900960 12.350729 + 255 1 4 0 7 4 0.229770 117.685 38.5 56.0 1.203 0.174302 0.095224 0.492081 0.900123 6.190183 + 256 1 0 6 0 2 0.230592 117.790 21.2 31.4 0.849 0.175059 0.095368 0.491204 0.899626 3.099536 + 257 1 6 4 3 8 0.230609 117.792 0.0 0.0 0.001 0.175075 0.095371 0.491186 0.899616 12.398518 + 258 1 9 1 2 8 0.235344 118.388 11.2 26.0 0.823 0.179431 0.096202 0.486253 0.896813 12.501945 + 259 1 6 0 6 4 0.235711 118.434 8.3 16.9 0.605 0.179769 0.096267 0.485879 0.896600 6.255016 + 260 1 2 5 4 8 0.235764 118.441 4.7 9.6 0.353 0.179818 0.096276 0.485824 0.896568 12.511224 + 261 1 7 4 1 8 0.240280 118.999 0.6 3.3 0.392 0.183968 0.097071 0.481310 0.893987 12.611595 + 262 1 8 1 4 8 0.242502 119.270 0.0 0.1 0.030 0.186009 0.097462 0.479149 0.892746 12.661538 + 263 1 4 5 3 8 0.250135 120.184 0.0 0.1 0.027 0.193013 0.098810 0.472008 0.888622 12.835709 + 264 1 4 1 7 8 0.251584 120.354 0.0 0.0 0.002 0.194342 0.099067 0.470700 0.887862 12.869214 + 265 1 1 6 1 8 0.252657 120.480 0.1 0.1 0.016 0.195325 0.099257 0.469741 0.887305 12.894102 + 266 1 3 2 7 8 0.255391 120.798 8.9 12.7 0.396 0.197830 0.099741 0.467334 0.885902 12.957828 + 267 1 4 3 6 8 0.255761 120.841 37.4 52.3 1.406 0.198169 0.099807 0.467012 0.885714 12.966496 + 268 1 6 1 6 8 0.258213 121.123 38.2 71.2 1.542 0.200415 0.100242 0.464900 0.884481 13.024109 + 269 1 8 3 2 8 0.260477 121.381 0.0 0.1 0.005 0.202487 0.100645 0.462986 0.883359 13.077611 + 270 1 9 2 1 8 0.262493 121.610 0.2 0.9 0.030 0.204332 0.101003 0.461308 0.882374 13.125496 + 271 1 4 4 5 8 0.264959 121.887 60.7 99.6 1.496 0.206589 0.101442 0.459289 0.881187 13.184406 + 272 1 5 5 2 8 0.265291 121.924 29.7 46.3 0.675 0.206893 0.101501 0.459020 0.881028 13.192364 + 273 1 2 6 0 4 0.267391 122.157 10.2 17.6 0.305 0.208812 0.101876 0.457335 0.880035 6.621395 + 274 1 0 4 6 4 0.268291 122.257 39.9 87.5 1.584 0.209635 0.102036 0.456620 0.879613 6.632242 + 275 1 1 4 6 8 0.278668 123.382 0.7 1.9 0.179 0.219115 0.103891 0.448709 0.874918 13.517583 + 276 1 2 6 1 8 0.282920 123.831 16.4 26.6 0.600 0.222995 0.104653 0.445632 0.873082 13.622770 + 277 1 9 0 3 4 0.283237 123.864 1.6 2.5 0.050 0.223284 0.104710 0.445407 0.872947 6.815319 + 278 1 7 4 2 8 0.283942 123.938 45.7 69.8 1.185 0.223927 0.104837 0.444907 0.872648 13.648162 + 279 1 3 5 4 8 0.284254 123.970 26.0 39.7 0.685 0.224212 0.104893 0.444686 0.872516 13.655926 + 280 1 0 6 2 4 0.287910 124.349 7.7 19.7 0.459 0.227545 0.105549 0.442137 0.870988 6.873612 + 281 1 0 3 7 4 0.289868 124.551 13.4 30.9 0.547 0.229331 0.105902 0.440798 0.870183 6.898185 + 282 1 7 3 4 8 0.289921 124.556 16.7 38.2 0.677 0.229379 0.105911 0.440762 0.870162 13.797699 + 283 1 0 0 8 2 0.290525 124.618 10.4 22.4 0.427 0.229930 0.106020 0.440353 0.869916 3.453222 + 284 1 6 3 5 8 0.294028 124.973 24.7 57.2 1.366 0.233121 0.106650 0.438012 0.868506 13.901262 + 285 1 1 6 2 8 0.299329 125.503 42.0 78.1 1.508 0.237950 0.107607 0.434572 0.866429 14.035933 + 286 1 1 3 7 8 0.301396 125.707 10.5 20.1 0.402 0.239831 0.107980 0.433264 0.865637 14.088740 + 287 1 7 2 5 8 0.301716 125.738 0.1 0.3 0.006 0.240123 0.108038 0.433063 0.865516 14.096928 + 288 1 1 0 8 4 0.302090 125.775 20.2 43.7 0.981 0.240463 0.108105 0.432829 0.865374 7.053246 + 289 1 9 2 2 8 0.311685 126.701 45.2 93.0 1.217 0.249192 0.109842 0.427008 0.861837 14.353806 + 290 1 9 1 3 8 0.311927 126.724 44.4 90.8 1.158 0.249412 0.109886 0.426866 0.861750 14.360087 + 291 1 2 4 6 8 0.313265 126.850 18.0 41.1 0.665 0.250628 0.110129 0.426084 0.861273 14.394839 + 292 1 8 2 4 8 0.322073 127.670 12.0 35.0 0.708 0.258632 0.111729 0.421097 0.858226 14.624961 + 293 1 6 5 0 4 0.323026 127.757 23.8 59.6 1.220 0.259498 0.111902 0.420574 0.857905 7.325004 + 294 1 5 0 7 4 0.323684 127.817 4.3 10.9 0.260 0.260096 0.112022 0.420214 0.857685 7.333658 + 295 1 1 1 8 8 0.333599 128.706 5.7 13.6 0.346 0.269097 0.113829 0.414969 0.854463 14.929548 + 296 1 4 2 7 8 0.335439 128.868 53.1 96.4 1.652 0.270766 0.114166 0.414030 0.853884 14.978510 + 297 1 2 6 2 8 0.337731 129.069 3.9 6.4 0.109 0.272846 0.114584 0.412875 0.853172 15.039611 + 298 1 0 5 5 4 0.338160 129.106 16.5 27.4 0.473 0.273235 0.114663 0.412660 0.853040 7.525537 + 299 1 2 3 7 8 0.340197 129.282 26.9 50.0 0.831 0.275083 0.115035 0.411649 0.852416 15.105514 + 300 1 2 0 8 4 0.341026 129.354 0.8 1.5 0.024 0.275834 0.115187 0.411242 0.852164 7.563836 + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 301 1 6 5 1 8 0.343365 129.555 38.4 77.9 1.067 0.277955 0.115615 0.410101 0.851460 15.190362 + 302 1 6 4 4 8 0.344205 129.626 3.4 7.1 0.097 0.278717 0.115769 0.409695 0.851209 15.212898 + 303 1 6 2 6 8 0.345330 129.722 28.4 62.9 0.991 0.279737 0.115975 0.409155 0.850875 15.243117 + 304 1 3 6 1 8 0.345500 129.736 10.8 24.3 0.396 0.279891 0.116006 0.409074 0.850824 15.247693 + 305 1 8 3 3 8 0.349021 130.034 0.0 0.0 0.000 0.283083 0.116652 0.407407 0.849793 15.342478 + 306 1 1 5 5 8 0.352632 130.335 8.0 34.6 0.844 0.286355 0.117314 0.405732 0.848756 15.439962 + 307 1 10 0 0 2 0.355369 130.561 5.8 17.3 0.414 0.288835 0.117817 0.404486 0.847983 3.878511 + 308 1 5 5 3 8 0.356320 130.639 16.1 46.2 1.254 0.289696 0.117992 0.404058 0.847717 15.539809 + 309 1 5 1 7 8 0.358700 130.834 1.0 3.7 0.176 0.291852 0.118429 0.402995 0.847058 15.604412 + 310 1 5 3 6 8 0.365604 131.390 0.0 0.2 0.014 0.298103 0.119700 0.399993 0.845192 15.792418 + 311 1 8 0 5 4 0.372936 131.967 0.0 0.2 0.018 0.304739 0.121052 0.396928 0.843284 7.996553 + 312 1 4 5 4 8 0.378524 132.399 11.7 21.9 0.705 0.309794 0.122084 0.394673 0.841878 16.146687 + 313 1 10 0 1 4 0.379011 132.436 3.6 6.6 0.196 0.310234 0.122174 0.394479 0.841757 8.080047 + 314 1 2 1 8 8 0.379085 132.441 17.2 31.5 0.926 0.310301 0.122188 0.394450 0.841739 16.162146 + 315 1 5 4 5 8 0.381051 132.591 10.2 19.3 0.606 0.312079 0.122552 0.393675 0.841255 16.216322 + 316 1 7 4 3 8 0.385227 132.906 4.9 18.7 0.770 0.315856 0.123324 0.392055 0.840244 16.331631 + 317 1 3 4 6 8 0.386731 133.019 0.2 1.1 0.046 0.317215 0.123603 0.391480 0.839885 16.373211 + 318 1 7 0 6 4 0.395771 133.684 0.5 1.0 0.036 0.325386 0.125279 0.388120 0.837785 8.311969 + 319 1 10 1 0 4 0.396107 133.709 21.6 46.3 1.559 0.325689 0.125341 0.387998 0.837709 8.316634 + 320 1 2 5 5 8 0.402503 134.168 30.0 55.1 1.654 0.331468 0.126529 0.385717 0.836282 16.811409 + 321 1 1 6 3 8 0.409893 134.688 0.9 2.3 0.091 0.338142 0.127904 0.383173 0.834689 17.017927 + 322 1 8 4 0 4 0.415251 135.058 54.5 97.8 1.558 0.342979 0.128902 0.381385 0.833569 8.584036 + 323 1 8 1 5 8 0.417161 135.189 35.9 61.9 0.899 0.344703 0.129258 0.380760 0.833177 17.221693 + 324 1 6 5 2 8 0.418217 135.261 11.7 20.4 0.314 0.345656 0.129455 0.380416 0.832962 17.251350 + 325 1 3 6 2 8 0.421164 135.460 1.8 3.8 0.068 0.348316 0.130005 0.379467 0.832367 17.334183 + 326 1 10 1 1 8 0.424497 135.684 31.8 94.2 1.669 0.351323 0.130627 0.378410 0.831705 17.427986 + 327 1 3 3 7 8 0.424699 135.697 1.3 3.9 0.070 0.351506 0.130665 0.378346 0.831665 17.433691 + 328 1 3 0 8 4 0.425889 135.776 2.2 7.6 0.149 0.352579 0.130887 0.377973 0.831431 8.733602 + 329 1 9 2 3 8 0.430279 136.066 1.3 6.3 0.209 0.356540 0.131707 0.376616 0.830580 17.591022 + 330 1 9 3 1 8 0.440077 136.700 9.9 26.1 0.660 0.365376 0.133541 0.373686 0.828744 17.868040 + 331 1 9 0 4 4 0.441343 136.781 19.3 45.9 1.094 0.366518 0.133778 0.373317 0.828513 8.951961 + 332 1 4 6 0 4 0.443376 136.909 0.0 0.0 0.000 0.368351 0.134159 0.372729 0.828144 8.980775 + 333 1 0 2 8 4 0.444357 136.971 12.8 30.1 0.942 0.369235 0.134343 0.372447 0.827968 8.994681 + 334 1 7 1 6 8 0.444889 137.005 1.1 2.6 0.087 0.369716 0.134442 0.372295 0.827873 18.004463 + 335 1 8 4 1 8 0.446116 137.082 0.0 0.0 0.002 0.370821 0.134672 0.371945 0.827654 18.039259 + 336 1 1 2 8 8 0.467361 138.376 46.2 76.7 2.069 0.389965 0.138663 0.366191 0.824049 18.644106 + 337 1 10 0 2 4 0.468462 138.441 1.5 2.4 0.061 0.390957 0.138871 0.365907 0.823872 9.337770 + 338 1 2 6 3 8 0.475126 138.830 0.1 0.2 0.005 0.396959 0.140126 0.364219 0.822816 18.866055 + 339 1 4 6 1 8 0.478181 139.006 56.3 99.2 1.649 0.399709 0.140701 0.363462 0.822343 18.953474 + 340 1 3 1 8 8 0.482127 139.231 39.5 80.9 1.529 0.403262 0.141446 0.362499 0.821740 19.066490 + 341 1 9 1 4 8 0.501547 140.306 15.9 49.9 1.745 0.420741 0.145115 0.357984 0.818922 19.624210 + 342 1 5 2 7 8 0.512741 140.901 8.0 16.5 0.918 0.430811 0.147234 0.355542 0.817402 19.946640 + 343 1 3 5 5 8 0.518393 141.195 9.1 19.1 1.125 0.435894 0.148306 0.354351 0.816661 20.109695 + 344 1 7 3 5 8 0.533782 141.973 11.3 19.6 0.976 0.449731 0.151227 0.351239 0.814729 20.554369 + 345 1 10 1 2 8 0.536177 142.092 12.8 22.3 1.039 0.451883 0.151682 0.350772 0.814440 20.623682 + 346 1 6 0 7 4 0.547116 142.624 5.7 11.7 0.658 0.461715 0.153763 0.348690 0.813151 10.470257 + 347 1 2 2 8 8 0.551785 142.847 5.3 12.2 0.578 0.465911 0.154652 0.347828 0.812619 21.075878 + 348 1 4 4 6 8 0.553255 142.916 0.0 0.0 0.001 0.467232 0.154932 0.347559 0.812453 21.118509 + 349 1 9 3 2 8 0.560425 143.252 14.7 27.5 1.096 0.473673 0.156299 0.346271 0.811659 21.326548 + 350 1 8 4 2 8 0.569983 143.691 28.7 51.2 1.763 0.482259 0.158122 0.344606 0.810634 21.604195 + 351 1 10 2 0 4 0.586095 144.407 13.0 34.5 1.485 0.496729 0.161200 0.341928 0.808991 11.036405 + 352 1 8 3 4 8 0.589668 144.563 0.0 0.1 0.006 0.499937 0.161883 0.341354 0.808640 22.176840 + 353 1 5 5 4 8 0.608679 145.367 39.7 67.1 2.295 0.517002 0.165522 0.338422 0.806851 22.730833 + 354 1 4 6 2 8 0.622329 145.923 0.1 0.2 0.010 0.529251 0.168140 0.336431 0.805642 23.129099 + 355 1 4 3 7 8 0.629805 146.220 0.0 0.1 0.003 0.535959 0.169575 0.335379 0.805005 23.347416 + 356 1 8 2 5 8 0.630973 146.266 0.1 0.1 0.003 0.537007 0.169799 0.335217 0.804907 23.381502 + 357 1 4 0 8 4 0.632339 146.319 0.0 0.1 0.002 0.538232 0.170061 0.335028 0.804793 11.710707 + 358 1 6 5 3 8 0.634153 146.390 0.2 0.3 0.009 0.539860 0.170410 0.334779 0.804643 23.474424 + 359 1 3 6 3 8 0.640711 146.644 75.9 109.1 1.809 0.545743 0.171670 0.333890 0.804107 23.666042 + 360 1 6 1 7 8 0.641056 146.657 33.8 48.7 0.794 0.546052 0.171736 0.333844 0.804079 23.676144 + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 361 1 10 2 1 8 0.647309 146.896 21.5 31.4 0.503 0.551661 0.172938 0.333014 0.803580 23.858923 + 362 1 6 3 6 8 0.661566 147.427 48.4 110.2 1.999 0.564447 0.175681 0.331185 0.802482 24.275883 + 363 1 7 5 1 8 0.687682 148.358 8.0 17.2 0.340 0.587861 0.180715 0.328040 0.800608 25.040428 + 364 1 7 4 4 8 0.690736 148.464 50.4 105.0 2.010 0.590599 0.181304 0.327688 0.800399 25.129860 + 365 1 7 2 6 8 0.694853 148.605 0.8 1.5 0.030 0.594290 0.182098 0.327220 0.800121 25.250504 + 366 1 0 6 4 4 0.710226 149.121 9.0 21.3 0.573 0.608067 0.185067 0.325519 0.799118 12.850501 + 367 1 6 4 5 8 0.710341 149.125 22.0 52.5 1.415 0.608170 0.185089 0.325507 0.799110 25.704403 + 368 1 1 4 7 8 0.747676 150.312 4.2 11.7 0.558 0.641620 0.192313 0.321683 0.796874 26.799368 + 369 1 10 0 3 4 0.755476 150.549 0.4 0.7 0.029 0.648607 0.193824 0.320934 0.796440 13.514132 + 370 1 4 1 8 8 0.763672 150.794 6.8 10.6 0.335 0.655948 0.195413 0.320164 0.795994 27.268835 + 371 1 1 6 4 8 0.771254 151.017 64.4 92.3 2.601 0.662738 0.196883 0.319468 0.795593 27.491386 + 372 1 3 2 8 8 0.791168 151.586 4.3 9.8 0.487 0.680570 0.200748 0.317704 0.794581 28.076080 + 373 1 9 2 4 8 0.847355 153.081 80.7 133.5 3.245 0.730866 0.211674 0.313197 0.792033 29.726479 + 374 1 4 5 5 8 0.863484 153.482 0.0 0.0 0.000 0.745300 0.214816 0.312016 0.791375 30.200420 + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 PbSO4 + => Bragg R-factor: 34.6 Vol: 318.543( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 21.4 ATZ: 1213.030 Brindley: 1.0000 + + ----------------------------------------------------------------- + SYMBOLIC NAMES AND FINAL VALUES AND SIGMA OF REFINED PARAMETERS: + ----------------------------------------------------------------- + + + ------------------------------------------------------------------ + => Number of bytes for floating point variables: 4 + => Dimensions of dynamic allocated arrays in this run of FullProf: + ------------------------------------------------------------------ + + => Total approximate array memory (dynamic + static): 127459053 bytes + + MaxPOINT= 80000 Max.num. of points(+int. Inten.)/diffraction pattern + MaxREFLT= 25000 Max.num. of reflections/diffraction pattern + MaxPARAM= 500 Max.num. of refinable parameters + MaxOVERL= 9000 Max.num. of overlapping reflections + + ---------------------------------------------------------- + => Number of bytes for floating point arrays: 4 + => Dimensions of fixed arrays in this release of FullProf: + ---------------------------------------------------------- + + NPATT = 80 Max.num. of powder diffraction patterns + NATS = 830 Max.num. of atoms (all kind) in asymmetric unit + MPAR = 1800 Max.num. of non atomic parameters/phase + IEXCL = 30 Max.num. of excluded regions + IBACP = 377 Max.num. of background points for interpolation + NPHT = 16 Max.num. of phases + NMAGM = 8 Max.num. of rotation-matrices sets for magnetic structure + NBASIS = 12 Max.num. of basis functions associated to a single atom + NIREPS = 9 Max.num. of irreducible representations to be combined + N_EQ = 384 Max.num. of user-supplied symmetry operators/propagation vectors + NGL = 400 Max.num. of global parameters/diffraction pattern + N_LINC = 50 Max.num. of global linear restraints + NAT_P = 80 Max.num. of atomic parameters per atom + NCONST = 500 Max.num. of slack constraints per phase + N_SPE = 30 Max.num. of different chemical species + N_FORM = 60 Max.num. of scattering factor values in a table + NPR = 150 Max.num. of points defining a numerical profile + INPR = 25 Max.num. of different numerical peak shapes + NPRC = 150 Max.num. of terms in the table for correcting intensities + NSOL = 10 Max.num. of solutions to be stored in Montecarlo searchs + + + CPU Time: 0.328 seconds + 0.005 minutes + + => Run finished at: Date: 17/06/2026 Time: 22:34:36.148 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.pcr b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.pcr new file mode 100644 index 000000000..6e3499d5d --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.pcr @@ -0,0 +1,63 @@ +COMM PbSO4 XrayDif single wavelength polarized Wdt48 +! Current global Chi2 (Bragg contrib.) = 11.30 +! Files => DAT-file: pbsox_single_polarized.dat, PCR-file: pbsox_single_polarized +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 0 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 0 1 1 0 4 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.540560 1.540560 0.00000 50.000 48.000 0.8000 0.0000 160.00 0.5000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 10.00 + 154.00 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.04816 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) + 154.318 100.004 -92.329 -95.599 126.679 -31.804 + 0.00 0.00 0.00 0.00 0.00 0.00 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 9.4433 +!------------------------------------------------------------------------------- +PbSO4 +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 5 0 0 0.0 0.0 1.0 0 0 0 0 0 1213.030 0 7 0 +! +! +P n m a <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 0 #conn S O 0 2 + 0.00 0.00 0.00 0.00 0.00 +S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 0.4693346E-03 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.048457 -0.083053 0.035188 0.000000 0.049268 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 8.479832 5.397758 6.959325 90.000000 90.000000 90.000000 # box -0.25 1.25 -0.15 1.15 -0.15 1.15 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 10.000 154.000 1 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.prf b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.prf new file mode 100644 index 000000000..a61243f15 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.prf @@ -0,0 +1,6439 @@ +IGOR +WAVES TwoTheta, Iobs, Icalc, Diff +BEGIN + 10.000 179.00 126.49 52.51 + 10.025 147.00 126.36 20.64 + 10.050 165.00 126.23 38.77 + 10.075 172.00 126.10 45.90 + 10.100 150.00 125.97 24.03 + 10.125 165.00 125.84 39.16 + 10.150 150.00 125.72 24.28 + 10.175 158.00 125.59 32.41 + 10.200 134.00 125.46 8.54 + 10.225 146.00 125.33 20.67 + 10.250 167.00 125.21 41.79 + 10.275 159.00 125.08 33.92 + 10.300 139.00 124.96 14.04 + 10.325 145.00 124.83 20.17 + 10.350 165.00 124.71 40.29 + 10.375 150.00 124.58 25.42 + 10.400 149.00 124.46 24.54 + 10.425 156.00 124.33 31.67 + 10.450 143.00 124.21 18.79 + 10.475 166.00 124.09 41.91 + 10.500 154.00 123.97 30.03 + 10.525 131.00 123.84 7.16 + 10.550 144.00 123.72 20.28 + 10.575 131.00 123.60 7.40 + 10.600 140.00 123.48 16.52 + 10.625 147.00 123.36 23.64 + 10.650 155.00 123.24 31.76 + 10.675 148.00 123.12 24.88 + 10.700 140.00 123.00 17.00 + 10.725 138.00 122.88 15.12 + 10.750 127.00 122.76 4.24 + 10.775 146.00 122.64 23.36 + 10.800 147.00 122.52 24.48 + 10.825 114.00 122.41 -8.41 + 10.850 129.00 122.29 6.71 + 10.875 129.00 122.17 6.83 + 10.900 128.00 122.06 5.94 + 10.925 136.00 121.94 14.06 + 10.950 148.00 121.83 26.17 + 10.975 132.00 121.71 10.29 + 11.000 141.00 121.59 19.41 + 11.025 135.00 121.48 13.52 + 11.050 141.00 121.37 19.63 + 11.075 145.00 121.25 23.75 + 11.100 131.00 121.14 9.86 + 11.125 142.00 121.03 20.97 + 11.150 148.00 120.91 27.09 + 11.175 151.00 120.80 30.20 + 11.200 127.00 120.69 6.31 + 11.225 133.00 120.58 12.42 + 11.250 131.00 120.47 10.53 + 11.275 125.00 120.35 4.65 + 11.300 129.00 120.24 8.76 + 11.325 128.00 120.13 7.87 + 11.350 134.00 120.02 13.98 + 11.375 142.00 119.92 22.08 + 11.400 115.00 119.81 -4.81 + 11.425 138.00 119.70 18.30 + 11.450 125.00 119.59 5.41 + 11.475 120.00 119.48 0.52 + 11.500 130.00 119.37 10.63 + 11.525 118.00 119.27 -1.27 + 11.550 118.00 119.16 -1.16 + 11.575 116.00 119.05 -3.05 + 11.600 119.00 118.95 0.05 + 11.625 101.00 118.84 -17.84 + 11.650 117.00 118.74 -1.74 + 11.675 142.00 118.63 23.37 + 11.700 112.00 118.53 -6.53 + 11.725 114.00 118.42 -4.42 + 11.750 111.00 118.32 -7.32 + 11.775 122.00 118.21 3.79 + 11.800 131.00 118.11 12.89 + 11.825 107.00 118.01 -11.01 + 11.850 121.00 117.91 3.09 + 11.875 123.00 117.80 5.20 + 11.900 120.00 117.70 2.30 + 11.925 126.00 117.60 8.40 + 11.950 125.00 117.50 7.50 + 11.975 120.00 117.40 2.60 + 12.000 103.00 117.30 -14.30 + 12.025 121.00 117.20 3.80 + 12.050 109.00 117.10 -8.10 + 12.075 115.00 117.00 -2.00 + 12.100 122.00 116.90 5.10 + 12.125 123.00 116.80 6.20 + 12.150 107.00 116.70 -9.70 + 12.175 126.00 116.61 9.39 + 12.200 133.00 116.51 16.49 + 12.225 120.00 116.41 3.59 + 12.250 100.00 116.31 -16.31 + 12.275 130.00 116.22 13.78 + 12.300 130.00 116.12 13.88 + 12.325 109.00 116.03 -7.03 + 12.350 116.00 115.93 0.07 + 12.375 121.00 116.03 4.97 + 12.400 99.00 115.94 -16.94 + 12.425 107.00 115.84 -8.84 + 12.450 110.00 115.75 -5.75 + 12.475 136.00 115.66 20.34 + 12.500 113.00 115.57 -2.57 + 12.525 102.00 115.54 -13.54 + 12.550 117.00 115.45 1.55 + 12.575 111.00 115.36 -4.36 + 12.600 105.00 115.27 -10.27 + 12.625 92.00 115.18 -23.18 + 12.650 110.00 115.09 -5.09 + 12.675 116.00 115.00 1.00 + 12.700 124.00 114.91 9.09 + 12.725 111.00 114.82 -3.82 + 12.750 91.00 114.73 -23.73 + 12.775 106.00 114.64 -8.64 + 12.800 122.00 114.56 7.44 + 12.825 121.00 114.47 6.53 + 12.850 119.00 114.38 4.62 + 12.875 114.00 114.30 -0.30 + 12.900 129.00 114.21 14.79 + 12.925 95.00 114.12 -19.12 + 12.950 117.00 114.04 2.96 + 12.975 102.00 113.95 -11.95 + 13.000 102.00 113.87 -11.87 + 13.025 117.00 113.79 3.21 + 13.050 99.00 113.70 -14.70 + 13.075 124.00 113.62 10.38 + 13.100 107.00 113.54 -6.54 + 13.125 108.00 113.45 -5.45 + 13.150 99.00 113.37 -14.37 + 13.175 113.00 113.29 -0.29 + 13.200 104.00 113.21 -9.21 + 13.225 92.00 113.13 -21.13 + 13.250 98.00 113.05 -15.05 + 13.275 107.00 112.96 -5.96 + 13.300 88.00 112.88 -24.88 + 13.325 96.00 112.80 -16.80 + 13.350 104.00 112.73 -8.73 + 13.375 81.00 112.65 -31.65 + 13.400 111.00 112.57 -1.57 + 13.425 78.00 112.49 -34.49 + 13.450 104.00 112.41 -8.41 + 13.475 119.00 112.33 6.67 + 13.500 106.00 112.26 -6.26 + 13.525 105.00 112.18 -7.18 + 13.550 96.00 112.10 -16.10 + 13.575 81.00 112.03 -31.03 + 13.600 95.00 111.95 -16.95 + 13.625 96.00 111.88 -15.88 + 13.650 103.00 111.80 -8.80 + 13.675 91.00 111.73 -20.73 + 13.700 112.00 111.65 0.35 + 13.725 107.00 111.58 -4.58 + 13.750 87.00 111.50 -24.50 + 13.775 112.00 111.43 0.57 + 13.800 92.00 111.36 -19.36 + 13.825 79.00 111.29 -32.29 + 13.850 92.00 111.21 -19.21 + 13.875 103.00 111.14 -8.14 + 13.900 97.00 111.07 -14.07 + 13.925 102.00 111.00 -9.00 + 13.950 86.00 110.93 -24.93 + 13.975 97.00 110.86 -13.86 + 14.000 103.00 110.79 -7.79 + 14.025 93.00 110.72 -17.72 + 14.050 111.00 110.65 0.35 + 14.075 95.00 110.58 -15.58 + 14.100 96.00 110.52 -14.52 + 14.125 93.00 110.45 -17.45 + 14.150 85.00 110.38 -25.38 + 14.175 104.00 110.31 -6.31 + 14.200 98.00 110.25 -12.25 + 14.225 108.00 110.18 -2.18 + 14.250 76.00 110.12 -34.12 + 14.275 92.00 110.05 -18.05 + 14.300 95.00 109.99 -14.99 + 14.325 89.00 109.92 -20.92 + 14.350 105.00 109.86 -4.86 + 14.375 95.00 109.79 -14.79 + 14.400 92.00 109.73 -17.73 + 14.425 105.00 109.67 -4.67 + 14.450 89.00 109.60 -20.60 + 14.475 99.00 109.54 -10.54 + 14.500 101.00 109.48 -8.48 + 14.525 97.00 109.42 -12.42 + 14.550 93.00 109.36 -16.36 + 14.575 99.00 109.30 -10.30 + 14.600 100.00 109.24 -9.24 + 14.625 83.00 109.18 -26.18 + 14.650 93.00 109.12 -16.12 + 14.675 96.00 109.06 -13.06 + 14.700 69.00 109.01 -40.01 + 14.725 101.00 108.95 -7.95 + 14.750 97.00 108.89 -11.89 + 14.775 85.00 108.84 -23.84 + 14.800 95.00 108.78 -13.78 + 14.825 85.00 108.73 -23.73 + 14.850 111.00 108.67 2.33 + 14.875 85.00 108.62 -23.62 + 14.900 86.00 108.57 -22.57 + 14.925 100.00 108.51 -8.51 + 14.950 88.00 108.46 -20.46 + 14.975 98.00 108.41 -10.41 + 15.000 92.00 108.36 -16.36 + 15.025 93.00 108.31 -15.31 + 15.050 94.00 108.26 -14.26 + 15.075 93.00 108.21 -15.21 + 15.100 81.00 108.17 -27.17 + 15.125 98.00 108.25 -10.25 + 15.150 78.00 108.21 -30.21 + 15.175 79.00 108.16 -29.16 + 15.200 93.00 108.12 -15.12 + 15.225 81.00 108.08 -27.08 + 15.250 88.00 108.04 -20.04 + 15.275 73.00 108.00 -35.00 + 15.300 85.00 107.96 -22.96 + 15.325 106.00 107.92 -1.92 + 15.350 88.00 107.89 -19.89 + 15.375 94.00 107.85 -13.85 + 15.400 96.00 107.82 -11.82 + 15.425 91.00 107.79 -16.79 + 15.450 101.00 107.76 -6.76 + 15.475 89.00 107.73 -18.73 + 15.500 87.00 107.71 -20.71 + 15.525 95.00 107.69 -12.69 + 15.550 87.00 107.67 -20.67 + 15.575 97.00 107.65 -10.65 + 15.600 81.00 107.64 -26.64 + 15.625 87.00 107.63 -20.63 + 15.650 93.00 107.62 -14.62 + 15.675 90.00 107.62 -17.62 + 15.700 73.00 107.62 -34.62 + 15.725 98.00 107.63 -9.63 + 15.750 86.00 107.65 -21.65 + 15.775 80.00 107.67 -27.67 + 15.800 82.00 107.71 -25.71 + 15.825 97.00 107.75 -10.75 + 15.850 80.00 107.80 -27.80 + 15.875 81.00 107.87 -26.87 + 15.900 80.00 107.95 -27.95 + 15.925 81.00 108.06 -27.06 + 15.950 73.00 108.18 -35.18 + 15.975 106.00 108.34 -2.34 + 16.000 92.00 108.53 -16.53 + 16.025 101.00 108.76 -7.76 + 16.050 98.00 109.05 -11.05 + 16.075 104.00 109.41 -5.41 + 16.100 106.00 109.87 -3.87 + 16.125 98.00 110.52 -12.52 + 16.150 114.00 111.49 2.51 + 16.175 97.00 113.12 -16.12 + 16.200 129.00 116.06 12.94 + 16.225 112.00 121.42 -9.42 + 16.250 141.00 130.80 10.20 + 16.275 167.00 146.06 20.94 + 16.300 157.00 168.53 -11.53 + 16.325 200.00 197.99 2.01 + 16.350 215.00 231.62 -16.62 + 16.375 321.00 263.45 57.55 + 16.400 397.00 284.92 112.08 + 16.425 434.00 288.00 146.00 + 16.450 445.00 271.35 173.65 + 16.475 313.00 241.60 71.40 + 16.500 197.00 207.74 -10.74 + 16.525 155.00 176.52 -21.52 + 16.550 110.00 151.74 -41.74 + 16.575 118.00 134.34 -16.34 + 16.600 86.00 123.30 -37.30 + 16.625 110.00 116.86 -6.86 + 16.650 95.00 113.26 -18.26 + 16.675 93.00 111.26 -18.26 + 16.700 98.00 110.07 -12.07 + 16.725 80.00 109.28 -29.28 + 16.750 85.00 108.70 -23.70 + 16.775 106.00 108.25 -2.25 + 16.800 86.00 107.88 -21.88 + 16.825 103.00 107.56 -4.56 + 16.850 92.00 107.30 -15.30 + 16.875 88.00 107.07 -19.07 + 16.900 94.00 106.87 -12.87 + 16.925 79.00 106.69 -27.69 + 16.950 92.00 106.54 -14.54 + 16.975 106.00 106.40 -0.40 + 17.000 82.00 106.28 -24.28 + 17.025 104.00 106.17 -2.17 + 17.050 94.00 106.07 -12.07 + 17.075 88.00 105.98 -17.98 + 17.100 97.00 105.90 -8.90 + 17.125 93.00 105.83 -12.83 + 17.150 90.00 105.76 -15.76 + 17.175 120.00 105.70 14.30 + 17.200 93.00 105.64 -12.64 + 17.225 106.00 105.59 0.41 + 17.250 89.00 105.54 -16.54 + 17.275 92.00 105.49 -13.49 + 17.300 100.00 105.45 -5.45 + 17.325 91.00 105.41 -14.41 + 17.350 99.00 105.37 -6.37 + 17.375 81.00 105.34 -24.34 + 17.400 89.00 105.31 -16.31 + 17.425 79.00 105.28 -26.28 + 17.450 91.00 105.25 -14.25 + 17.475 84.00 105.23 -21.23 + 17.500 92.00 105.21 -13.21 + 17.525 107.00 105.19 1.81 + 17.550 99.00 105.17 -6.17 + 17.575 92.00 105.15 -13.15 + 17.600 87.00 105.21 -18.21 + 17.625 88.00 105.20 -17.20 + 17.650 67.00 105.19 -38.19 + 17.675 81.00 105.18 -24.18 + 17.700 86.00 105.17 -19.17 + 17.725 85.00 105.16 -20.16 + 17.750 103.00 105.16 -2.16 + 17.775 85.00 105.15 -20.15 + 17.800 77.00 105.15 -28.15 + 17.825 105.00 105.15 -0.15 + 17.850 93.00 105.15 -12.15 + 17.875 96.00 105.15 -9.15 + 17.900 93.00 105.16 -12.16 + 17.925 85.00 105.16 -20.16 + 17.950 75.00 105.17 -30.17 + 17.975 105.00 105.18 -0.18 + 18.000 85.00 105.19 -20.19 + 18.025 89.00 105.20 -16.20 + 18.050 86.00 105.22 -19.22 + 18.075 76.00 105.23 -29.23 + 18.100 86.00 105.25 -19.25 + 18.125 71.00 105.27 -34.27 + 18.150 101.00 105.29 -4.29 + 18.175 100.00 105.31 -5.31 + 18.200 89.00 105.34 -16.34 + 18.225 74.00 105.37 -31.37 + 18.250 101.00 105.39 -4.39 + 18.275 103.00 105.42 -2.42 + 18.300 95.00 105.46 -10.46 + 18.325 100.00 105.49 -5.49 + 18.350 87.00 105.53 -18.53 + 18.375 94.00 105.57 -11.57 + 18.400 84.00 105.61 -21.61 + 18.425 102.00 105.66 -3.66 + 18.450 92.00 105.70 -13.70 + 18.475 80.00 105.75 -25.75 + 18.500 82.00 105.81 -23.81 + 18.525 105.00 105.86 -0.86 + 18.550 84.00 105.92 -21.92 + 18.575 83.00 105.98 -22.98 + 18.600 93.00 106.04 -13.04 + 18.625 92.00 106.11 -14.11 + 18.650 105.00 106.18 -1.18 + 18.675 94.00 106.26 -12.26 + 18.700 88.00 106.34 -18.34 + 18.725 97.00 106.42 -9.42 + 18.750 88.00 106.51 -18.51 + 18.775 110.00 106.60 3.40 + 18.800 110.00 106.69 3.31 + 18.825 84.00 106.79 -22.79 + 18.850 89.00 107.14 -18.14 + 18.875 98.00 107.25 -9.25 + 18.900 92.00 107.37 -15.37 + 18.925 86.00 107.49 -21.49 + 18.950 110.00 107.62 2.38 + 18.975 98.00 107.76 -9.76 + 19.000 93.00 107.90 -14.90 + 19.025 94.00 108.05 -14.05 + 19.050 104.00 108.20 -4.20 + 19.075 96.00 108.37 -12.37 + 19.100 105.00 108.54 -3.54 + 19.125 99.00 108.72 -9.72 + 19.150 117.00 108.91 8.09 + 19.175 111.00 109.11 1.89 + 19.200 100.00 109.32 -9.32 + 19.225 125.00 109.54 15.46 + 19.250 99.00 109.77 -10.77 + 19.275 107.00 110.02 -3.02 + 19.300 107.00 110.28 -3.28 + 19.325 98.00 110.55 -12.55 + 19.350 84.00 110.84 -26.84 + 19.375 112.00 111.14 0.86 + 19.400 99.00 111.46 -12.46 + 19.425 93.00 111.80 -18.80 + 19.450 108.00 112.16 -4.16 + 19.475 100.00 112.54 -12.54 + 19.500 91.00 112.95 -21.95 + 19.525 98.00 113.37 -15.37 + 19.550 124.00 113.83 10.17 + 19.575 98.00 114.31 -16.31 + 19.600 121.00 114.83 6.17 + 19.625 114.00 115.38 -1.38 + 19.650 93.00 115.97 -22.97 + 19.675 87.00 116.59 -29.59 + 19.700 95.00 117.26 -22.26 + 19.725 95.00 117.98 -22.98 + 19.750 121.00 118.76 2.24 + 19.775 102.00 119.59 -17.59 + 19.800 127.00 120.48 6.52 + 19.825 119.00 121.45 -2.45 + 19.850 118.00 122.49 -4.49 + 19.875 107.00 123.62 -16.62 + 19.900 100.00 125.04 -25.04 + 19.925 95.00 126.37 -31.37 + 19.950 116.00 127.83 -11.83 + 19.975 136.00 129.42 6.58 + 20.000 92.00 131.17 -39.17 + 20.025 127.00 133.09 -6.09 + 20.050 127.00 135.20 -8.20 + 20.075 115.00 137.54 -22.54 + 20.100 124.00 140.13 -16.13 + 20.125 130.00 143.02 -13.02 + 20.150 123.00 146.26 -23.26 + 20.175 137.00 149.89 -12.89 + 20.200 136.00 153.99 -17.99 + 20.225 165.00 158.64 6.36 + 20.250 150.00 163.94 -13.94 + 20.275 173.00 170.02 2.98 + 20.300 190.00 177.05 12.95 + 20.325 211.00 185.21 25.79 + 20.350 212.00 194.78 17.22 + 20.375 255.00 206.10 48.90 + 20.400 264.00 219.62 44.38 + 20.425 305.00 236.02 68.98 + 20.450 353.00 256.44 96.56 + 20.475 415.00 283.10 131.90 + 20.500 507.00 320.91 186.09 + 20.525 623.00 380.84 242.16 + 20.550 833.00 485.55 347.45 + 20.575 1076.00 676.38 399.62 + 20.600 1417.00 1016.57 400.43 + 20.625 1958.00 1582.28 375.72 + 20.650 2624.00 2434.45 189.55 + 20.675 3927.00 3573.21 353.79 + 20.700 5466.00 4894.86 571.14 + 20.725 7996.00 6166.91 1829.09 + 20.750 11062.00 7052.10 4009.90 + 20.775 12925.00 7268.35 5656.65 + 20.800 12506.00 6839.81 5666.19 + 20.825 10327.00 6054.67 4272.33 + 20.850 8178.00 5183.92 2994.08 + 20.875 6771.00 4344.36 2426.64 + 20.900 5910.00 3536.15 2373.85 + 20.925 4886.00 2760.91 2125.09 + 20.950 3432.00 2062.26 1369.74 + 20.975 2110.00 1481.95 628.05 + 21.000 1182.00 1037.53 144.47 + 21.025 802.00 724.20 77.80 + 21.050 623.00 520.36 102.64 + 21.075 527.00 396.02 130.98 + 21.100 435.00 322.52 112.48 + 21.125 393.00 278.24 114.76 + 21.150 356.00 249.63 106.37 + 21.175 333.00 229.35 103.65 + 21.200 295.00 213.79 81.21 + 21.225 316.00 201.24 114.76 + 21.250 280.00 190.81 89.19 + 21.275 248.00 182.02 65.98 + 21.300 264.00 174.53 89.47 + 21.325 216.00 168.09 47.91 + 21.350 202.00 162.52 39.48 + 21.375 211.00 157.67 53.33 + 21.400 187.00 153.42 33.58 + 21.425 168.00 149.68 18.32 + 21.450 208.00 146.38 61.62 + 21.475 160.00 143.45 16.55 + 21.500 171.00 140.83 30.17 + 21.525 149.00 138.50 10.50 + 21.550 166.00 136.41 29.59 + 21.575 138.00 134.53 3.47 + 21.600 168.00 132.84 35.16 + 21.625 129.00 131.31 -2.31 + 21.650 147.00 129.93 17.07 + 21.675 134.00 128.68 5.32 + 21.700 125.00 127.55 -2.55 + 21.725 137.00 126.53 10.47 + 21.750 112.00 125.60 -13.60 + 21.775 128.00 124.76 3.24 + 21.800 134.00 124.00 10.00 + 21.825 121.00 123.31 -2.31 + 21.850 138.00 122.69 15.31 + 21.875 103.00 122.14 -19.14 + 21.900 124.00 121.64 2.36 + 21.925 115.00 121.20 -6.20 + 21.950 119.00 120.81 -1.81 + 21.975 109.00 120.47 -11.47 + 22.000 119.00 120.18 -1.18 + 22.025 116.00 119.93 -3.93 + 22.050 127.00 119.72 7.28 + 22.075 133.00 119.56 13.44 + 22.100 121.00 119.76 1.24 + 22.125 109.00 119.68 -10.68 + 22.150 114.00 119.65 -5.65 + 22.175 113.00 119.65 -6.65 + 22.200 120.00 119.70 0.30 + 22.225 118.00 119.79 -1.79 + 22.250 102.00 119.92 -17.92 + 22.275 110.00 120.10 -10.10 + 22.300 118.00 120.32 -2.32 + 22.325 123.00 120.60 2.40 + 22.350 116.00 120.92 -4.92 + 22.375 112.00 121.31 -9.31 + 22.400 107.00 121.75 -14.75 + 22.425 121.00 122.26 -1.26 + 22.450 104.00 122.85 -18.85 + 22.475 124.00 123.51 0.49 + 22.500 105.00 124.26 -19.26 + 22.525 128.00 125.10 2.90 + 22.550 115.00 126.06 -11.06 + 22.575 128.00 127.13 0.87 + 22.600 99.00 128.35 -29.35 + 22.625 130.00 129.72 0.28 + 22.650 109.00 131.28 -22.28 + 22.675 125.00 133.04 -8.04 + 22.700 138.00 135.05 2.95 + 22.725 141.00 137.35 3.65 + 22.750 135.00 139.98 -4.98 + 22.775 125.00 143.02 -18.02 + 22.800 140.00 146.53 -6.53 + 22.825 152.00 150.64 1.36 + 22.850 177.00 155.46 21.54 + 22.875 177.00 161.16 15.84 + 22.900 191.00 167.97 23.03 + 22.925 195.00 176.20 18.80 + 22.950 225.00 186.29 38.71 + 22.975 258.00 199.01 58.99 + 23.000 301.00 215.90 85.10 + 23.025 337.00 240.44 96.56 + 23.050 468.00 280.60 187.40 + 23.075 618.00 353.17 264.83 + 23.100 837.00 488.86 348.14 + 23.125 1082.00 734.14 347.86 + 23.150 1507.00 1142.65 364.35 + 23.175 2283.00 1750.50 532.50 + 23.200 3235.00 2540.68 694.32 + 23.225 4791.00 3408.41 1382.59 + 23.250 6588.00 4147.29 2440.71 + 23.275 8176.00 4487.95 3688.05 + 23.300 8122.00 4267.07 3854.93 + 23.325 6687.00 3593.83 3093.17 + 23.350 5078.00 2733.67 2344.33 + 23.375 3206.00 1913.80 1292.20 + 23.400 1822.00 1261.24 560.76 + 23.425 1101.00 810.48 290.52 + 23.450 712.00 533.57 178.43 + 23.475 566.00 378.20 187.80 + 23.500 470.00 295.03 174.97 + 23.525 381.00 249.74 131.26 + 23.550 302.00 222.90 79.10 + 23.575 277.00 204.98 72.02 + 23.600 259.00 191.78 67.22 + 23.625 259.00 181.48 77.52 + 23.650 212.00 173.20 38.80 + 23.675 198.00 166.44 31.56 + 23.700 189.00 160.86 28.14 + 23.725 153.00 156.25 -3.25 + 23.750 182.00 152.41 29.59 + 23.775 178.00 149.22 28.78 + 23.800 175.00 146.58 28.42 + 23.825 164.00 144.40 19.60 + 23.850 139.00 142.63 -3.63 + 23.875 176.00 141.21 34.79 + 23.900 159.00 140.12 18.88 + 23.925 147.00 139.34 7.66 + 23.950 172.00 138.84 33.16 + 23.975 167.00 138.63 28.37 + 24.000 159.00 138.71 20.29 + 24.025 180.00 139.08 40.92 + 24.050 168.00 139.78 28.22 + 24.075 162.00 140.83 21.17 + 24.100 166.00 142.29 23.71 + 24.125 147.00 144.22 2.78 + 24.150 149.00 146.73 2.27 + 24.175 161.00 149.95 11.05 + 24.200 173.00 154.10 18.90 + 24.225 145.00 159.56 -14.56 + 24.250 210.00 167.15 42.85 + 24.275 201.00 178.76 22.24 + 24.300 257.00 198.72 58.28 + 24.325 262.00 235.83 26.17 + 24.350 342.00 305.57 36.43 + 24.375 451.00 429.73 21.27 + 24.400 598.00 630.57 -32.57 + 24.425 796.00 917.57 -121.57 + 24.450 1089.00 1270.89 -181.89 + 24.475 1648.00 1628.53 19.47 + 24.500 2386.00 1885.64 500.36 + 24.525 3203.00 1931.62 1271.38 + 24.550 3155.00 1742.68 1412.32 + 24.575 2711.00 1408.52 1302.48 + 24.600 1970.00 1044.14 925.86 + 24.625 1292.00 728.38 563.62 + 24.650 729.00 495.61 233.39 + 24.675 450.00 345.42 104.58 + 24.700 289.00 258.46 30.54 + 24.725 285.00 211.67 73.33 + 24.750 218.00 186.95 31.05 + 24.775 211.00 173.21 37.79 + 24.800 202.00 164.73 37.27 + 24.825 168.00 158.94 9.06 + 24.850 165.00 154.72 10.28 + 24.875 177.00 151.58 25.42 + 24.900 176.00 149.27 26.73 + 24.925 197.00 147.63 49.37 + 24.950 164.00 146.56 17.44 + 24.975 141.00 146.00 -5.00 + 25.000 160.00 146.03 13.97 + 25.025 160.00 146.40 13.60 + 25.050 157.00 147.22 9.78 + 25.075 145.00 148.52 -3.52 + 25.100 165.00 150.35 14.65 + 25.125 158.00 152.77 5.23 + 25.150 158.00 155.89 2.11 + 25.175 197.00 159.86 37.14 + 25.200 179.00 164.88 14.12 + 25.225 203.00 171.32 31.68 + 25.250 194.00 179.85 14.15 + 25.275 216.00 191.95 24.05 + 25.300 282.00 211.12 70.88 + 25.325 282.00 245.16 36.84 + 25.350 364.00 309.32 54.68 + 25.375 456.00 428.58 27.42 + 25.400 632.00 634.77 -2.77 + 25.425 854.00 954.09 -100.09 + 25.450 1213.00 1385.81 -172.81 + 25.475 1815.00 1879.55 -64.55 + 25.500 2863.00 2322.30 540.70 + 25.525 4063.00 2553.51 1509.49 + 25.550 4649.00 2458.84 2190.16 + 25.575 4165.00 2088.32 2076.68 + 25.600 3168.00 1599.87 1568.13 + 25.625 2329.00 1132.34 1196.66 + 25.650 1423.00 762.40 660.60 + 25.675 738.00 510.10 227.90 + 25.700 438.00 357.89 80.11 + 25.725 367.00 274.27 92.73 + 25.750 295.00 230.47 64.53 + 25.775 246.00 207.07 38.93 + 25.800 246.00 193.47 52.53 + 25.825 191.00 184.66 6.34 + 25.850 179.00 178.47 0.53 + 25.875 178.00 174.00 4.00 + 25.900 170.00 170.94 -0.94 + 25.925 182.00 168.72 13.28 + 25.950 158.00 167.35 -9.35 + 25.975 182.00 166.70 15.30 + 26.000 179.00 166.71 12.29 + 26.025 184.00 167.35 16.65 + 26.050 181.00 168.58 12.42 + 26.075 169.00 170.41 -1.41 + 26.100 171.00 172.88 -1.88 + 26.125 191.00 176.02 14.98 + 26.150 175.00 179.91 -4.91 + 26.175 216.00 184.65 31.35 + 26.200 195.00 190.38 4.62 + 26.225 224.00 197.27 26.73 + 26.250 209.00 205.57 3.43 + 26.275 251.00 215.58 35.42 + 26.300 257.00 227.74 29.26 + 26.325 298.00 242.63 55.37 + 26.350 297.00 261.12 35.88 + 26.375 378.00 284.68 93.32 + 26.400 406.00 316.31 89.69 + 26.425 499.00 362.97 136.03 + 26.450 590.00 440.87 149.13 + 26.475 746.00 584.65 161.35 + 26.500 983.00 857.55 125.45 + 26.525 1402.00 1352.80 49.20 + 26.550 2108.00 2170.63 -62.63 + 26.575 3097.00 3360.37 -263.37 + 26.600 4641.00 4844.88 -203.88 + 26.625 7229.00 6357.21 871.79 + 26.650 10690.00 7432.06 3257.94 + 26.675 13494.00 7579.76 5914.24 + 26.700 13106.00 6720.02 6385.98 + 26.725 10401.00 5275.45 5125.55 + 26.750 7908.00 3748.85 4159.15 + 26.775 5365.00 2464.52 2900.48 + 26.800 2857.00 1546.70 1310.30 + 26.825 1575.00 973.27 601.73 + 26.850 947.00 650.82 296.18 + 26.875 697.00 480.55 216.45 + 26.900 595.00 390.39 204.61 + 26.925 529.00 338.76 190.24 + 26.950 450.00 305.49 144.51 + 26.975 423.00 281.77 141.23 + 27.000 344.00 263.90 80.10 + 27.025 319.00 250.13 68.87 + 27.050 309.00 239.55 69.45 + 27.075 252.00 231.50 20.50 + 27.100 257.00 225.60 31.40 + 27.125 252.00 221.56 30.44 + 27.150 266.00 219.23 46.77 + 27.175 275.00 218.51 56.49 + 27.200 257.00 219.39 37.61 + 27.225 285.00 221.94 63.06 + 27.250 285.00 226.31 58.69 + 27.275 270.00 232.76 37.24 + 27.300 280.00 241.69 38.31 + 27.325 347.00 253.72 93.28 + 27.350 282.00 269.94 12.06 + 27.375 362.00 292.58 69.42 + 27.400 426.00 326.86 99.14 + 27.425 461.00 385.12 75.88 + 27.450 637.00 494.16 142.84 + 27.475 693.00 703.72 -10.72 + 27.500 1051.00 1088.24 -37.24 + 27.525 1425.00 1728.76 -303.76 + 27.550 2158.00 2666.62 -508.62 + 27.575 3198.00 3839.89 -641.89 + 27.600 5190.00 5031.90 158.10 + 27.625 8004.00 5863.29 2140.71 + 27.650 10350.00 5941.85 4408.15 + 27.675 9724.00 5223.14 4500.86 + 27.700 7797.00 4063.62 3733.38 + 27.725 6126.00 2864.13 3261.87 + 27.750 4329.00 1873.00 2456.00 + 27.775 2276.00 1177.20 1098.80 + 27.800 1177.00 749.64 427.36 + 27.825 756.00 512.44 243.56 + 27.850 591.00 387.69 203.31 + 27.875 486.00 320.79 165.21 + 27.900 352.00 281.31 70.69 + 27.925 340.00 254.84 85.16 + 27.950 314.00 235.24 78.76 + 27.975 270.00 219.87 50.13 + 28.000 256.00 207.47 48.53 + 28.025 253.00 197.29 55.71 + 28.050 245.00 188.84 56.16 + 28.075 206.00 181.76 24.24 + 28.100 212.00 175.78 36.22 + 28.125 183.00 170.70 12.30 + 28.150 205.00 166.35 38.65 + 28.175 185.00 162.61 22.39 + 28.200 164.00 159.38 4.62 + 28.225 197.00 156.59 40.41 + 28.250 167.00 154.17 12.83 + 28.275 175.00 152.07 22.93 + 28.300 159.00 150.25 8.75 + 28.325 152.00 148.68 3.32 + 28.350 162.00 147.32 14.68 + 28.375 168.00 146.16 21.84 + 28.400 151.00 145.17 5.83 + 28.425 153.00 144.34 8.66 + 28.450 128.00 143.66 -15.66 + 28.475 167.00 143.11 23.89 + 28.500 147.00 142.69 4.31 + 28.525 140.00 142.40 -2.40 + 28.550 139.00 142.22 -3.22 + 28.575 153.00 142.15 10.85 + 28.600 153.00 142.20 10.80 + 28.625 154.00 142.36 11.64 + 28.650 145.00 142.63 2.37 + 28.675 147.00 143.02 3.98 + 28.700 134.00 143.53 -9.53 + 28.725 160.00 144.16 15.84 + 28.750 137.00 144.92 -7.92 + 28.775 134.00 145.82 -11.82 + 28.800 131.00 146.86 -15.86 + 28.825 157.00 148.07 8.93 + 28.850 137.00 149.46 -12.46 + 28.875 145.00 151.04 -6.04 + 28.900 151.00 152.84 -1.84 + 28.925 164.00 154.88 9.12 + 28.950 171.00 157.20 13.80 + 28.975 172.00 159.82 12.18 + 29.000 165.00 162.80 2.20 + 29.025 168.00 166.19 1.81 + 29.050 162.00 170.06 -8.06 + 29.075 193.00 174.48 18.52 + 29.100 169.00 179.56 -10.56 + 29.125 199.00 185.41 13.59 + 29.150 186.00 192.00 -6.00 + 29.175 208.00 199.92 8.08 + 29.200 196.00 209.21 -13.21 + 29.225 182.00 220.19 -38.19 + 29.250 246.00 233.30 12.70 + 29.275 245.00 249.02 -4.02 + 29.300 284.00 268.26 15.74 + 29.325 340.00 292.05 47.95 + 29.350 364.00 322.17 41.83 + 29.375 382.00 362.12 19.88 + 29.400 519.00 419.90 99.10 + 29.425 665.00 514.76 150.24 + 29.450 837.00 689.65 147.35 + 29.475 1080.00 1026.75 53.25 + 29.500 1566.00 1652.62 -86.62 + 29.525 2321.00 2708.33 -387.33 + 29.550 3438.00 4267.16 -829.16 + 29.575 5181.00 6220.88 -1039.88 + 29.600 8141.00 8183.86 -42.86 + 29.625 12608.00 9482.24 3125.76 + 29.650 15702.00 9456.07 6245.93 + 29.675 14432.00 8120.46 6311.54 + 29.700 12071.00 6147.28 5923.72 + 29.725 9687.00 4203.11 5483.89 + 29.750 7137.00 2661.92 4475.08 + 29.775 4123.00 1623.40 2499.60 + 29.800 2094.00 1010.16 1083.84 + 29.825 1334.00 680.69 653.31 + 29.850 1013.00 509.76 503.24 + 29.875 780.00 416.71 363.29 + 29.900 668.00 359.72 308.28 + 29.925 467.00 320.13 146.87 + 29.950 438.00 290.19 147.81 + 29.975 379.00 266.50 112.50 + 30.000 355.00 247.31 107.69 + 30.025 263.00 231.53 31.47 + 30.050 287.00 218.40 68.60 + 30.075 299.00 207.37 91.63 + 30.100 247.00 198.02 48.98 + 30.125 253.00 190.03 62.97 + 30.150 236.00 183.15 52.85 + 30.175 223.00 177.19 45.81 + 30.200 193.00 171.99 21.01 + 30.225 198.00 167.44 30.56 + 30.250 184.00 163.42 20.58 + 30.275 204.00 159.87 44.13 + 30.300 185.00 156.72 28.28 + 30.325 174.00 153.90 20.10 + 30.350 201.00 151.39 49.61 + 30.375 168.00 149.13 18.87 + 30.400 185.00 147.09 37.91 + 30.425 175.00 145.25 29.75 + 30.450 171.00 143.66 27.34 + 30.475 153.00 142.15 10.85 + 30.500 162.00 140.79 21.21 + 30.525 135.00 139.55 -4.55 + 30.550 159.00 138.41 20.59 + 30.575 139.00 137.38 1.62 + 30.600 147.00 136.44 10.56 + 30.625 127.00 135.59 -8.59 + 30.650 143.00 134.80 8.20 + 30.675 140.00 134.09 5.91 + 30.700 115.00 133.44 -18.44 + 30.725 142.00 132.85 9.15 + 30.750 123.00 132.31 -9.31 + 30.775 156.00 131.82 24.18 + 30.800 133.00 131.38 1.62 + 30.825 135.00 130.98 4.02 + 30.850 128.00 130.62 -2.62 + 30.875 130.00 130.30 -0.30 + 30.900 127.00 130.02 -3.02 + 30.925 120.00 129.77 -9.77 + 30.950 121.00 129.56 -8.56 + 30.975 106.00 129.38 -23.38 + 31.000 134.00 129.23 4.77 + 31.025 114.00 129.11 -15.11 + 31.050 107.00 129.02 -22.02 + 31.075 123.00 128.96 -5.96 + 31.100 111.00 128.93 -17.93 + 31.125 92.00 128.93 -36.93 + 31.150 134.00 128.96 5.04 + 31.175 87.00 129.02 -42.02 + 31.200 130.00 129.10 0.90 + 31.225 97.00 129.23 -32.23 + 31.250 101.00 129.38 -28.38 + 31.275 113.00 129.56 -16.56 + 31.300 119.00 129.78 -10.78 + 31.325 122.00 130.04 -8.04 + 31.350 114.00 130.34 -16.34 + 31.375 117.00 130.69 -13.69 + 31.400 84.00 131.07 -47.07 + 31.425 105.00 131.51 -26.51 + 31.450 111.00 131.86 -20.86 + 31.475 104.00 132.40 -28.40 + 31.500 119.00 133.01 -14.01 + 31.525 119.00 133.69 -14.69 + 31.550 101.00 134.45 -33.45 + 31.575 117.00 135.29 -18.29 + 31.600 122.00 136.23 -14.23 + 31.625 105.00 137.29 -32.29 + 31.650 128.00 138.47 -10.47 + 31.675 116.00 139.79 -23.79 + 31.700 126.00 141.29 -15.29 + 31.725 115.00 142.97 -27.97 + 31.750 121.00 144.89 -23.89 + 31.775 116.00 147.07 -31.07 + 31.800 144.00 149.57 -5.57 + 31.825 141.00 152.45 -11.45 + 31.850 128.00 155.80 -27.80 + 31.875 148.00 159.71 -11.71 + 31.900 165.00 164.31 0.69 + 31.925 172.00 169.79 2.21 + 31.950 182.00 176.37 5.63 + 31.975 174.00 184.37 -10.37 + 32.000 193.00 194.26 -1.26 + 32.025 230.00 206.75 23.25 + 32.050 247.00 223.23 23.77 + 32.075 312.00 246.88 65.12 + 32.100 325.00 285.52 39.48 + 32.125 423.00 357.04 65.96 + 32.150 589.00 496.41 92.59 + 32.175 755.00 757.84 -2.84 + 32.200 1130.00 1200.22 -70.22 + 32.225 1670.00 1849.42 -179.42 + 32.250 2522.00 2645.72 -123.72 + 32.275 3976.00 3402.45 573.55 + 32.300 5312.00 3813.09 1498.91 + 32.325 5540.00 3640.34 1899.66 + 32.350 4806.00 2991.80 1814.20 + 32.375 3984.00 2182.94 1801.06 + 32.400 3579.00 1458.72 2120.28 + 32.425 2684.00 929.19 1754.81 + 32.450 1672.00 598.90 1073.10 + 32.475 977.00 416.92 560.08 + 32.500 645.00 324.01 320.99 + 32.525 451.00 276.63 174.37 + 32.550 390.00 250.43 139.57 + 32.575 317.00 234.13 82.87 + 32.600 305.00 223.21 81.79 + 32.625 278.00 215.75 62.25 + 32.650 234.00 210.91 23.09 + 32.675 264.00 208.24 55.76 + 32.700 246.00 207.53 38.47 + 32.725 263.00 208.70 54.30 + 32.750 239.00 211.78 27.22 + 32.775 271.00 216.96 54.04 + 32.800 260.00 224.57 35.43 + 32.825 299.00 235.21 63.79 + 32.850 300.00 249.93 50.07 + 32.875 332.00 270.99 61.01 + 32.900 411.00 304.04 106.96 + 32.925 497.00 362.45 134.55 + 32.950 630.00 476.05 153.95 + 32.975 918.00 698.57 219.43 + 33.000 1214.00 1103.69 110.31 + 33.025 1839.00 1755.24 83.76 + 33.050 2852.00 2646.61 205.39 + 33.075 4745.00 3639.81 1105.19 + 33.100 6636.00 4426.20 2209.80 + 33.125 7831.00 4617.08 3213.92 + 33.150 7010.00 4104.25 2905.75 + 33.175 5926.00 3201.56 2724.44 + 33.200 5069.00 2275.68 2793.32 + 33.225 4251.00 1529.96 2721.04 + 33.250 2900.00 1012.42 1887.58 + 33.275 1743.00 686.22 1056.78 + 33.300 1167.00 492.06 674.94 + 33.325 841.00 377.51 463.49 + 33.350 646.00 308.32 337.68 + 33.375 517.00 265.14 251.86 + 33.400 412.00 237.17 174.83 + 33.425 354.00 218.14 135.86 + 33.450 301.00 204.36 96.64 + 33.475 282.00 193.76 88.24 + 33.500 234.00 185.41 48.59 + 33.525 204.00 178.62 25.38 + 33.550 235.00 173.04 61.96 + 33.575 226.00 168.42 57.58 + 33.600 207.00 164.59 42.41 + 33.625 200.00 161.41 38.59 + 33.650 180.00 158.79 21.21 + 33.675 180.00 156.65 23.35 + 33.700 179.00 154.98 24.02 + 33.725 172.00 153.69 18.31 + 33.750 180.00 152.79 27.21 + 33.775 157.00 152.29 4.71 + 33.800 154.00 152.20 1.80 + 33.825 173.00 152.56 20.44 + 33.850 198.00 153.46 44.54 + 33.875 147.00 155.02 -8.02 + 33.900 168.00 157.45 10.55 + 33.925 157.00 161.26 -4.26 + 33.950 199.00 167.67 31.33 + 33.975 209.00 179.67 29.33 + 34.000 242.00 203.80 38.20 + 34.025 257.00 251.60 5.40 + 34.050 328.00 338.24 -10.24 + 34.075 467.00 475.24 -8.24 + 34.100 631.00 657.52 -26.52 + 34.125 994.00 850.68 143.32 + 34.150 1449.00 985.01 463.99 + 34.175 1522.00 985.26 536.74 + 34.200 1193.00 851.00 342.00 + 34.225 977.00 657.28 319.72 + 34.250 947.00 473.88 473.12 + 34.275 796.00 335.65 460.35 + 34.300 548.00 247.79 300.21 + 34.325 358.00 198.87 159.13 + 34.350 251.00 173.70 77.30 + 34.375 190.00 160.67 29.33 + 34.400 164.00 153.23 10.77 + 34.425 159.00 148.33 10.67 + 34.450 137.00 144.73 -7.73 + 34.475 134.00 141.93 -7.93 + 34.500 136.00 139.68 -3.68 + 34.525 126.00 137.59 -11.59 + 34.550 122.00 136.07 -14.07 + 34.575 128.00 134.79 -6.79 + 34.600 108.00 133.70 -25.70 + 34.625 100.00 132.80 -32.80 + 34.650 120.00 132.00 -12.00 + 34.675 106.00 131.30 -25.30 + 34.700 123.00 130.69 -7.69 + 34.725 117.00 130.16 -13.16 + 34.750 113.00 129.69 -16.69 + 34.775 108.00 129.27 -21.27 + 34.800 121.00 128.90 -7.90 + 34.825 104.00 128.57 -24.57 + 34.850 104.00 128.28 -24.28 + 34.875 100.00 128.01 -28.01 + 34.900 105.00 127.77 -22.77 + 34.925 107.00 127.56 -20.56 + 34.950 108.00 127.36 -19.36 + 34.975 103.00 127.19 -24.19 + 35.000 108.00 127.03 -19.03 + 35.025 123.00 126.89 -3.89 + 35.050 92.00 126.76 -34.76 + 35.075 122.00 126.65 -4.65 + 35.100 97.00 126.54 -29.54 + 35.125 101.00 126.45 -25.45 + 35.150 92.00 126.37 -34.37 + 35.175 114.00 126.30 -12.30 + 35.200 89.00 126.23 -37.23 + 35.225 81.00 126.18 -45.18 + 35.250 113.00 126.13 -13.13 + 35.275 76.00 126.21 -50.21 + 35.300 89.00 126.17 -37.17 + 35.325 99.00 126.14 -27.14 + 35.350 89.00 126.12 -37.12 + 35.375 98.00 126.10 -28.10 + 35.400 98.00 125.90 -27.90 + 35.425 104.00 125.90 -21.90 + 35.450 120.00 125.90 -5.90 + 35.475 100.00 125.90 -25.90 + 35.500 99.00 125.91 -26.91 + 35.525 89.00 125.93 -36.93 + 35.550 111.00 125.94 -14.94 + 35.575 98.00 125.97 -27.97 + 35.600 96.00 125.99 -29.99 + 35.625 95.00 126.02 -31.02 + 35.650 84.00 126.06 -42.06 + 35.675 115.00 126.10 -11.10 + 35.700 106.00 126.14 -20.14 + 35.725 100.00 126.19 -26.19 + 35.750 86.00 126.24 -40.24 + 35.775 110.00 126.29 -16.29 + 35.800 86.00 126.35 -40.35 + 35.825 98.00 126.42 -28.42 + 35.850 97.00 126.48 -29.48 + 35.875 109.00 126.56 -17.56 + 35.900 112.00 126.63 -14.63 + 35.925 105.00 126.72 -21.72 + 35.950 86.00 126.80 -40.80 + 35.975 102.00 126.92 -24.92 + 36.000 91.00 127.02 -36.02 + 36.025 98.00 127.12 -29.12 + 36.050 111.00 127.23 -16.23 + 36.075 89.00 127.35 -38.35 + 36.100 95.00 127.47 -32.47 + 36.125 95.00 127.61 -32.61 + 36.150 84.00 127.74 -43.74 + 36.175 114.00 127.89 -13.89 + 36.200 108.00 128.05 -20.05 + 36.225 96.00 128.21 -32.21 + 36.250 94.00 128.39 -34.39 + 36.275 94.00 128.58 -34.58 + 36.300 102.00 128.78 -26.78 + 36.325 91.00 129.00 -38.00 + 36.350 106.00 129.23 -23.23 + 36.375 103.00 129.47 -26.47 + 36.400 82.00 129.74 -47.74 + 36.425 121.00 130.03 -9.03 + 36.450 101.00 130.34 -29.34 + 36.475 109.00 130.67 -21.67 + 36.500 112.00 131.04 -19.04 + 36.525 104.00 131.44 -27.44 + 36.550 103.00 131.87 -28.87 + 36.575 105.00 132.35 -27.35 + 36.600 112.00 132.88 -20.88 + 36.625 119.00 133.46 -14.46 + 36.650 116.00 134.11 -18.11 + 36.675 119.00 134.84 -15.84 + 36.700 115.00 135.65 -20.65 + 36.725 106.00 136.57 -30.57 + 36.750 122.00 137.61 -15.61 + 36.775 116.00 138.81 -22.81 + 36.800 120.00 140.18 -20.18 + 36.825 130.00 141.78 -11.78 + 36.850 107.00 143.65 -36.65 + 36.875 137.00 145.86 -8.86 + 36.900 132.00 148.50 -16.50 + 36.925 131.00 151.69 -20.69 + 36.950 140.00 155.59 -15.59 + 36.975 150.00 160.45 -10.45 + 37.000 149.00 166.65 -17.65 + 37.025 161.00 174.88 -13.88 + 37.050 190.00 186.67 3.33 + 37.075 210.00 205.65 4.35 + 37.100 234.00 240.40 -6.40 + 37.125 297.00 308.61 -11.61 + 37.150 378.00 439.06 -61.06 + 37.175 583.00 664.03 -81.03 + 37.200 909.00 996.09 -87.09 + 37.225 1431.00 1397.71 33.29 + 37.250 2164.00 1752.64 411.36 + 37.275 2620.00 1878.99 741.01 + 37.300 2390.00 1687.05 702.95 + 37.325 1970.00 1304.17 665.83 + 37.350 1772.00 907.49 864.51 + 37.375 1685.00 596.69 1088.31 + 37.400 1327.00 396.08 930.92 + 37.425 891.00 284.64 606.36 + 37.450 543.00 228.28 314.72 + 37.475 352.00 199.93 152.07 + 37.500 292.00 184.41 107.59 + 37.525 230.00 174.55 55.45 + 37.550 177.00 167.31 9.69 + 37.575 182.00 161.82 20.18 + 37.600 207.00 157.53 49.47 + 37.625 158.00 154.13 3.87 + 37.650 143.00 151.42 -8.42 + 37.675 129.00 149.25 -20.25 + 37.700 161.00 147.52 13.48 + 37.725 133.00 146.15 -13.15 + 37.750 119.00 145.09 -26.09 + 37.775 120.00 144.30 -24.30 + 37.800 128.00 143.78 -15.78 + 37.825 118.00 143.52 -25.52 + 37.850 121.00 143.55 -22.55 + 37.875 132.00 143.92 -11.92 + 37.900 135.00 144.82 -9.82 + 37.925 134.00 146.72 -12.72 + 37.950 132.00 150.77 -18.77 + 37.975 135.00 159.41 -24.41 + 38.000 156.00 176.46 -20.46 + 38.025 182.00 205.86 -23.86 + 38.050 207.00 248.36 -41.36 + 38.075 266.00 297.30 -31.30 + 38.100 351.00 335.57 15.43 + 38.125 368.00 340.73 27.27 + 38.150 312.00 308.90 3.10 + 38.175 269.00 260.39 8.61 + 38.200 260.00 214.94 45.06 + 38.225 249.00 181.70 67.30 + 38.250 219.00 161.47 57.53 + 38.275 174.00 150.72 23.28 + 38.300 157.00 145.41 11.59 + 38.325 146.00 142.70 3.30 + 38.350 135.00 141.14 -6.14 + 38.375 137.00 140.29 -3.29 + 38.400 136.00 139.57 -3.57 + 38.425 103.00 139.05 -36.05 + 38.450 107.00 138.68 -31.68 + 38.475 99.00 138.42 -39.42 + 38.500 133.00 138.41 -5.41 + 38.525 129.00 138.32 -9.32 + 38.550 147.00 138.29 8.71 + 38.575 130.00 138.31 -8.31 + 38.600 115.00 138.39 -23.39 + 38.625 123.00 138.52 -15.52 + 38.650 109.00 138.69 -29.69 + 38.675 106.00 138.90 -32.90 + 38.700 115.00 139.16 -24.16 + 38.725 136.00 139.46 -3.46 + 38.750 119.00 139.81 -20.81 + 38.775 126.00 140.22 -14.22 + 38.800 131.00 140.68 -9.68 + 38.825 135.00 141.20 -6.20 + 38.850 116.00 141.79 -25.79 + 38.875 112.00 142.45 -30.45 + 38.900 123.00 143.21 -20.21 + 38.925 116.00 144.06 -28.06 + 38.950 121.00 145.04 -24.04 + 38.975 136.00 146.15 -10.15 + 39.000 147.00 147.43 -0.43 + 39.025 130.00 148.90 -18.90 + 39.050 156.00 150.62 5.38 + 39.075 138.00 152.63 -14.63 + 39.100 133.00 155.01 -22.01 + 39.125 144.00 157.84 -13.84 + 39.150 163.00 161.26 1.74 + 39.175 171.00 165.43 5.57 + 39.200 198.00 170.60 27.40 + 39.225 191.00 177.12 13.88 + 39.250 196.00 185.56 10.44 + 39.275 226.00 197.05 28.95 + 39.300 243.00 214.35 28.65 + 39.325 294.00 244.58 49.42 + 39.350 352.00 304.33 47.67 + 39.375 472.00 424.79 47.21 + 39.400 630.00 647.94 -17.94 + 39.425 984.00 1003.25 -19.25 + 39.450 1383.00 1466.26 -83.26 + 39.475 2157.00 1916.13 240.87 + 39.500 2946.00 2130.51 815.49 + 39.525 2947.00 1955.08 991.92 + 39.550 2469.00 1518.86 950.14 + 39.575 1988.00 1049.93 938.07 + 39.600 2056.00 681.17 1374.83 + 39.625 1767.00 445.11 1321.89 + 39.650 1317.00 316.24 1000.76 + 39.675 793.00 252.28 540.72 + 39.700 524.00 220.47 303.53 + 39.725 362.00 202.86 159.14 + 39.750 282.00 191.57 90.43 + 39.775 264.00 183.59 80.41 + 39.800 227.00 177.70 49.30 + 39.825 186.00 173.30 12.70 + 39.850 194.00 170.05 23.95 + 39.875 168.00 167.75 0.25 + 39.900 177.00 166.27 10.73 + 39.925 199.00 165.54 33.46 + 39.950 174.00 165.68 8.32 + 39.975 169.00 166.57 2.43 + 40.000 183.00 168.59 14.41 + 40.025 194.00 172.50 21.50 + 40.050 204.00 180.34 23.66 + 40.075 189.00 196.99 -7.99 + 40.100 213.00 231.59 -18.59 + 40.125 296.00 296.31 -0.31 + 40.150 350.00 399.26 -49.26 + 40.175 476.00 532.01 -56.01 + 40.200 746.00 657.13 88.87 + 40.225 894.00 708.54 185.46 + 40.250 816.00 647.59 168.41 + 40.275 615.00 518.98 96.02 + 40.300 549.00 387.47 161.53 + 40.325 596.00 287.51 308.49 + 40.350 524.00 225.28 298.72 + 40.375 395.00 192.22 202.78 + 40.400 306.00 176.05 129.95 + 40.425 223.00 167.99 55.01 + 40.450 164.00 163.49 0.51 + 40.475 206.00 160.62 45.38 + 40.500 198.00 158.65 39.35 + 40.525 162.00 157.28 4.72 + 40.550 173.00 156.36 16.64 + 40.575 163.00 155.81 7.19 + 40.600 144.00 155.56 -11.56 + 40.625 169.00 155.59 13.41 + 40.650 160.00 155.89 4.11 + 40.675 156.00 156.45 -0.45 + 40.700 143.00 157.29 -14.29 + 40.725 187.00 158.45 28.55 + 40.750 146.00 160.00 -14.00 + 40.775 146.00 162.03 -16.03 + 40.800 157.00 164.68 -7.68 + 40.825 177.00 168.22 8.78 + 40.850 173.00 173.24 -0.24 + 40.875 171.00 181.26 -10.26 + 40.900 197.00 196.16 0.84 + 40.925 214.00 226.27 -12.27 + 40.950 254.00 285.20 -31.20 + 40.975 333.00 386.98 -53.98 + 41.000 505.00 533.46 -28.46 + 41.025 760.00 697.49 62.51 + 41.050 1047.00 811.24 235.76 + 41.075 1074.00 797.84 276.16 + 41.100 910.00 668.95 241.05 + 41.125 689.00 506.79 182.21 + 41.150 698.00 370.96 327.04 + 41.175 717.00 281.42 435.58 + 41.200 570.00 232.63 337.37 + 41.225 382.00 209.88 172.12 + 41.250 273.00 200.60 72.40 + 41.275 291.00 197.68 93.32 + 41.300 231.00 198.01 32.99 + 41.325 278.00 200.66 77.34 + 41.350 239.00 205.41 33.59 + 41.375 272.00 212.49 59.51 + 41.400 257.00 222.48 34.52 + 41.425 316.00 236.49 79.51 + 41.450 315.00 257.20 57.80 + 41.475 377.00 291.63 85.37 + 41.500 419.00 357.74 61.26 + 41.525 593.00 494.35 98.65 + 41.550 709.00 763.70 -54.70 + 41.575 1116.00 1228.42 -112.42 + 41.600 1749.00 1890.42 -141.42 + 41.625 2604.00 2613.92 -9.92 + 41.650 3739.00 3076.65 662.35 + 41.675 4133.00 2947.15 1185.85 + 41.700 3642.00 2329.76 1312.24 + 41.725 2835.00 1603.13 1231.87 + 41.750 2622.00 1014.63 1607.37 + 41.775 2580.00 634.54 1945.46 + 41.800 2147.00 427.72 1719.28 + 41.825 1381.00 326.15 1054.85 + 41.850 844.00 276.23 567.77 + 41.875 578.00 248.72 329.28 + 41.900 447.00 231.15 215.85 + 41.925 351.00 218.80 132.20 + 41.950 339.00 209.79 129.21 + 41.975 309.00 203.21 105.79 + 42.000 260.00 198.55 61.45 + 42.025 268.00 195.52 72.48 + 42.050 240.00 194.01 45.99 + 42.075 250.00 194.12 55.88 + 42.100 233.00 196.42 36.58 + 42.125 275.00 202.69 72.31 + 42.150 281.00 217.57 63.43 + 42.175 285.00 250.52 34.48 + 42.200 381.00 315.50 65.50 + 42.225 450.00 423.56 26.44 + 42.250 601.00 568.61 32.39 + 42.275 801.00 710.67 90.33 + 42.300 895.00 772.83 122.17 + 42.325 881.00 706.87 174.13 + 42.350 726.00 563.83 162.17 + 42.375 644.00 418.76 225.24 + 42.400 608.00 310.74 297.26 + 42.425 589.00 245.75 343.25 + 42.450 498.00 212.87 285.13 + 42.475 386.00 198.75 187.25 + 42.500 283.00 194.13 88.87 + 42.525 277.00 193.82 83.18 + 42.550 254.00 194.21 59.79 + 42.575 276.00 192.23 83.77 + 42.600 249.00 187.42 61.58 + 42.625 224.00 181.96 42.04 + 42.650 213.00 177.46 35.54 + 42.675 196.00 174.55 21.45 + 42.700 234.00 173.03 60.97 + 42.725 186.00 172.46 13.54 + 42.750 215.00 172.45 42.55 + 42.775 191.00 172.78 18.22 + 42.800 211.00 173.36 37.64 + 42.825 189.00 174.14 14.86 + 42.850 204.00 175.12 28.88 + 42.875 193.00 176.29 16.71 + 42.900 227.00 177.65 49.35 + 42.925 221.00 179.23 41.77 + 42.950 225.00 181.02 43.98 + 42.975 199.00 183.06 15.94 + 43.000 187.00 185.37 1.63 + 43.025 193.00 187.98 5.02 + 43.050 214.00 190.92 23.08 + 43.075 235.00 194.25 40.75 + 43.100 241.00 198.02 42.98 + 43.125 232.00 202.31 29.69 + 43.150 239.00 207.20 31.80 + 43.175 254.00 212.81 41.19 + 43.200 252.00 219.27 32.73 + 43.225 264.00 226.76 37.24 + 43.250 251.00 235.50 15.50 + 43.275 260.00 245.79 14.21 + 43.300 320.00 257.99 62.01 + 43.325 375.00 272.62 102.38 + 43.350 379.00 290.36 88.64 + 43.375 442.00 312.13 129.87 + 43.400 425.00 339.28 85.72 + 43.425 492.00 373.70 118.30 + 43.450 574.00 418.43 155.57 + 43.475 693.00 479.14 213.86 + 43.500 816.00 569.01 246.99 + 43.525 1046.00 722.80 323.20 + 43.550 1286.00 1024.75 261.25 + 43.575 1773.00 1640.77 132.23 + 43.600 2593.00 2805.73 -212.73 + 43.625 4047.00 4692.09 -645.09 + 43.650 6544.00 7157.48 -613.48 + 43.675 9907.00 9449.71 457.29 + 43.700 12440.00 10329.91 2110.09 + 43.725 12196.00 9185.14 3010.86 + 43.750 9815.00 6793.24 3021.76 + 43.775 8006.00 4380.14 3625.86 + 43.800 7742.00 2600.52 5141.48 + 43.825 7431.00 1532.10 5898.90 + 43.850 5975.00 978.27 4996.73 + 43.875 3773.00 709.31 3063.69 + 43.900 2148.00 571.60 1576.40 + 43.925 1465.00 490.52 974.48 + 43.950 1080.00 436.01 643.99 + 43.975 849.00 396.66 452.34 + 44.000 683.00 367.49 315.51 + 44.025 579.00 345.77 233.23 + 44.050 560.00 329.82 230.18 + 44.075 480.00 318.52 161.48 + 44.100 481.00 311.17 169.83 + 44.125 470.00 307.31 162.69 + 44.150 468.00 306.92 161.08 + 44.175 450.00 310.02 139.98 + 44.200 469.00 316.96 152.04 + 44.225 498.00 328.41 169.59 + 44.250 468.00 345.61 122.39 + 44.275 528.00 370.88 157.12 + 44.300 615.00 409.49 205.51 + 44.325 632.00 474.92 157.08 + 44.350 765.00 600.03 164.97 + 44.375 985.00 850.75 134.25 + 44.400 1263.00 1323.10 -60.10 + 44.425 1833.00 2091.31 -258.31 + 44.450 2821.00 3115.37 -294.37 + 44.475 4290.00 4142.28 147.72 + 44.500 5647.00 4727.95 919.05 + 44.525 5682.00 4778.43 903.57 + 44.550 5372.00 4742.20 629.80 + 44.575 5802.00 4808.19 993.81 + 44.600 7664.00 4614.39 3049.61 + 44.625 7744.00 3820.62 3923.38 + 44.650 5866.00 2729.97 3136.03 + 44.675 4103.00 1764.20 2338.80 + 44.700 3552.00 1097.17 2454.83 + 44.725 3442.00 713.04 2728.96 + 44.750 2855.00 516.58 2338.42 + 44.775 1843.00 417.04 1425.96 + 44.800 1102.00 360.80 741.20 + 44.825 771.00 323.82 447.18 + 44.850 578.00 296.81 281.19 + 44.875 517.00 276.04 240.96 + 44.900 456.00 259.63 196.37 + 44.925 381.00 246.43 134.57 + 44.950 379.00 235.67 143.33 + 44.975 335.00 226.78 108.22 + 45.000 326.00 219.37 106.63 + 45.025 303.00 213.14 89.86 + 45.050 286.00 207.87 78.13 + 45.075 287.00 203.38 83.62 + 45.100 274.00 199.56 74.44 + 45.125 272.00 196.28 75.72 + 45.150 282.00 193.49 88.51 + 45.175 267.00 191.10 75.90 + 45.200 236.00 189.08 46.92 + 45.225 255.00 187.39 67.61 + 45.250 238.00 186.00 52.00 + 45.275 218.00 184.89 33.11 + 45.300 224.00 184.04 39.96 + 45.325 209.00 183.46 25.54 + 45.350 228.00 183.13 44.87 + 45.375 244.00 183.19 60.81 + 45.400 234.00 183.43 50.57 + 45.425 221.00 183.97 37.03 + 45.450 237.00 184.87 52.13 + 45.475 224.00 186.16 37.84 + 45.500 217.00 187.93 29.07 + 45.525 187.00 190.28 -3.28 + 45.550 261.00 193.32 67.68 + 45.575 216.00 197.27 18.73 + 45.600 246.00 202.36 43.64 + 45.625 244.00 209.00 35.00 + 45.650 282.00 217.74 64.26 + 45.675 276.00 229.48 46.52 + 45.700 314.00 245.98 68.02 + 45.725 333.00 271.51 61.49 + 45.750 385.00 317.86 67.14 + 45.775 413.00 414.00 -1.00 + 45.800 609.00 614.57 -5.57 + 45.825 855.00 986.99 -131.99 + 45.850 1397.00 1554.07 -157.07 + 45.875 2190.00 2207.44 -17.44 + 45.900 3180.00 2629.66 550.34 + 45.925 3151.00 2477.29 673.71 + 45.950 2427.00 1888.01 538.99 + 45.975 1819.00 1251.19 567.81 + 46.000 1843.00 776.40 1066.60 + 46.025 2058.00 495.73 1562.27 + 46.050 1720.00 354.52 1365.48 + 46.075 1115.00 287.52 827.48 + 46.100 716.00 253.14 462.86 + 46.125 480.00 232.23 247.77 + 46.150 364.00 217.78 146.22 + 46.175 297.00 207.03 89.97 + 46.200 300.00 198.74 101.26 + 46.225 267.00 192.22 74.78 + 46.250 227.00 186.99 40.01 + 46.275 215.00 182.74 32.26 + 46.300 189.00 179.24 9.76 + 46.325 213.00 176.32 36.68 + 46.350 174.00 173.86 0.14 + 46.375 175.00 171.77 3.23 + 46.400 193.00 169.98 23.02 + 46.425 183.00 168.44 14.56 + 46.450 178.00 167.10 10.90 + 46.475 166.00 165.93 0.07 + 46.500 171.00 164.90 6.10 + 46.525 171.00 164.00 7.00 + 46.550 172.00 163.20 8.80 + 46.575 161.00 162.49 -1.49 + 46.600 151.00 161.86 -10.86 + 46.625 143.00 161.30 -18.30 + 46.650 141.00 160.81 -19.81 + 46.675 139.00 160.36 -21.36 + 46.700 172.00 159.97 12.03 + 46.725 153.00 159.62 -6.62 + 46.750 169.00 159.30 9.70 + 46.775 141.00 159.01 -18.01 + 46.800 125.00 158.77 -33.77 + 46.825 135.00 158.56 -23.56 + 46.850 142.00 158.38 -16.38 + 46.875 134.00 158.23 -24.23 + 46.900 142.00 158.11 -16.11 + 46.925 138.00 158.01 -20.01 + 46.950 152.00 157.94 -5.94 + 46.975 159.00 157.90 1.10 + 47.000 140.00 157.89 -17.89 + 47.025 143.00 157.91 -14.91 + 47.050 136.00 157.95 -21.95 + 47.075 147.00 158.04 -11.04 + 47.100 144.00 158.15 -14.15 + 47.125 148.00 158.31 -10.31 + 47.150 153.00 158.57 -5.57 + 47.175 112.00 158.83 -46.83 + 47.200 148.00 159.15 -11.15 + 47.225 138.00 159.56 -21.56 + 47.250 119.00 160.05 -41.05 + 47.275 121.00 160.65 -39.65 + 47.300 160.00 161.40 -1.40 + 47.325 136.00 162.33 -26.33 + 47.350 164.00 163.50 0.50 + 47.375 137.00 164.99 -27.99 + 47.400 166.00 166.93 -0.93 + 47.425 142.00 169.51 -27.51 + 47.450 158.00 173.13 -15.13 + 47.475 176.00 178.78 -2.78 + 47.500 175.00 189.19 -14.19 + 47.525 183.00 211.01 -28.01 + 47.550 249.00 256.31 -7.31 + 47.575 309.00 338.26 -29.26 + 47.600 389.00 457.12 -68.12 + 47.625 541.00 580.38 -39.38 + 47.650 720.00 631.85 88.15 + 47.675 682.00 564.81 117.19 + 47.700 600.00 439.50 160.50 + 47.725 452.00 326.50 125.50 + 47.750 443.00 252.39 190.61 + 47.775 453.00 214.03 238.97 + 47.800 437.00 197.43 239.57 + 47.825 329.00 189.95 139.05 + 47.850 289.00 184.37 104.63 + 47.875 226.00 179.14 46.86 + 47.900 201.00 174.99 26.01 + 47.925 182.00 172.28 9.72 + 47.950 160.00 170.88 -10.88 + 47.975 178.00 170.46 7.54 + 48.000 146.00 170.74 -24.74 + 48.025 181.00 171.61 9.39 + 48.050 142.00 173.09 -31.09 + 48.075 201.00 175.17 25.83 + 48.100 182.00 178.28 3.72 + 48.125 174.00 182.69 -8.69 + 48.150 168.00 189.19 -21.19 + 48.175 174.00 199.87 -25.87 + 48.200 233.00 220.56 12.44 + 48.225 275.00 265.05 9.95 + 48.250 331.00 356.60 -25.60 + 48.275 464.00 517.03 -53.03 + 48.300 712.00 737.50 -25.50 + 48.325 969.00 939.96 29.04 + 48.350 1093.00 976.75 116.25 + 48.375 984.00 811.53 172.47 + 48.400 752.00 583.76 168.24 + 48.425 624.00 400.11 223.89 + 48.450 651.00 287.63 363.37 + 48.475 695.00 230.49 464.51 + 48.500 597.00 203.84 393.16 + 48.525 460.00 190.62 269.38 + 48.550 284.00 182.80 101.20 + 48.575 261.00 177.47 83.53 + 48.600 211.00 173.58 37.42 + 48.625 196.00 170.67 25.33 + 48.650 175.00 168.35 6.65 + 48.675 167.00 166.53 0.47 + 48.700 165.00 165.07 -0.07 + 48.725 143.00 163.88 -20.88 + 48.750 153.00 162.90 -9.90 + 48.775 155.00 162.10 -7.10 + 48.800 137.00 161.42 -24.42 + 48.825 161.00 160.85 0.15 + 48.850 131.00 160.37 -29.37 + 48.875 138.00 159.96 -21.96 + 48.900 125.00 159.60 -34.60 + 48.925 114.00 159.30 -45.30 + 48.950 154.00 159.05 -5.05 + 48.975 114.00 158.83 -44.83 + 49.000 118.00 158.64 -40.64 + 49.025 120.00 158.48 -38.48 + 49.050 130.00 158.34 -28.34 + 49.075 117.00 158.22 -41.22 + 49.100 126.00 158.13 -32.13 + 49.125 132.00 158.05 -26.05 + 49.150 122.00 157.98 -35.98 + 49.175 133.00 157.93 -24.93 + 49.200 122.00 157.89 -35.89 + 49.225 113.00 157.86 -44.86 + 49.250 128.00 157.84 -29.84 + 49.275 139.00 157.84 -18.84 + 49.300 126.00 157.84 -31.84 + 49.325 140.00 157.85 -17.85 + 49.350 120.00 157.87 -37.87 + 49.375 122.00 157.89 -35.89 + 49.400 122.00 157.93 -35.93 + 49.425 136.00 157.97 -21.97 + 49.450 116.00 158.02 -42.02 + 49.475 113.00 158.07 -45.07 + 49.500 103.00 158.13 -55.13 + 49.525 120.00 158.20 -38.20 + 49.550 129.00 158.28 -29.28 + 49.575 112.00 158.37 -46.37 + 49.600 118.00 158.46 -40.46 + 49.625 140.00 158.56 -18.56 + 49.650 135.00 158.67 -23.67 + 49.675 101.00 158.78 -57.78 + 49.700 128.00 158.91 -30.91 + 49.725 115.00 159.04 -44.04 + 49.750 126.00 159.19 -33.19 + 49.775 120.00 159.34 -39.34 + 49.800 119.00 159.51 -40.51 + 49.825 107.00 159.69 -52.69 + 49.850 122.00 159.88 -37.88 + 49.875 124.00 160.09 -36.09 + 49.900 123.00 160.10 -37.10 + 49.925 159.00 160.11 -1.11 + 49.950 132.00 160.37 -28.37 + 49.975 136.00 160.66 -24.66 + 50.000 115.00 160.97 -45.97 + 50.025 142.00 161.30 -19.30 + 50.050 132.00 161.67 -29.67 + 50.075 144.00 162.07 -18.07 + 50.100 140.00 162.51 -22.51 + 50.125 131.00 162.99 -31.99 + 50.150 112.00 163.52 -51.52 + 50.175 147.00 164.11 -17.11 + 50.200 129.00 164.77 -35.77 + 50.225 129.00 165.52 -36.52 + 50.250 106.00 166.37 -60.37 + 50.275 129.00 167.34 -38.34 + 50.300 127.00 168.43 -41.43 + 50.325 122.00 169.63 -47.63 + 50.350 155.00 170.99 -15.99 + 50.375 130.00 172.62 -42.62 + 50.400 121.00 174.47 -53.47 + 50.425 131.00 176.68 -45.68 + 50.450 173.00 179.33 -6.33 + 50.475 157.00 182.54 -25.54 + 50.500 146.00 186.46 -40.46 + 50.525 153.00 191.33 -38.33 + 50.550 168.00 197.47 -29.47 + 50.575 199.00 205.38 -6.38 + 50.600 204.00 215.78 -11.78 + 50.625 212.00 229.79 -17.79 + 50.650 232.00 250.31 -18.31 + 50.675 255.00 284.15 -29.15 + 50.700 319.00 351.07 -32.07 + 50.725 410.00 496.59 -86.59 + 50.750 629.00 793.31 -164.31 + 50.775 1090.00 1292.20 -202.20 + 50.800 1814.00 1917.74 -103.74 + 50.825 2668.00 2342.33 325.67 + 50.850 2463.00 2164.78 298.22 + 50.875 1752.00 1572.14 179.86 + 50.900 1187.00 994.25 192.75 + 50.925 1257.00 608.10 648.90 + 50.950 1542.00 403.74 1138.26 + 50.975 1549.00 309.02 1239.98 + 51.000 1066.00 264.07 801.93 + 51.025 624.00 239.02 384.98 + 51.050 387.00 222.61 164.39 + 51.075 314.00 210.85 103.15 + 51.100 267.00 202.08 64.92 + 51.125 208.00 195.37 12.63 + 51.150 211.00 190.13 20.87 + 51.175 210.00 185.96 24.04 + 51.200 181.00 182.61 -1.61 + 51.225 170.00 179.89 -9.89 + 51.250 154.00 177.64 -23.64 + 51.275 155.00 175.78 -20.78 + 51.300 143.00 174.22 -31.22 + 51.325 171.00 172.91 -1.91 + 51.350 156.00 171.80 -15.80 + 51.375 134.00 170.86 -36.86 + 51.400 142.00 170.06 -28.06 + 51.425 142.00 169.39 -27.39 + 51.450 136.00 168.82 -32.82 + 51.475 139.00 168.33 -29.33 + 51.500 139.00 167.92 -28.92 + 51.525 132.00 167.59 -35.59 + 51.550 152.00 167.31 -15.31 + 51.575 123.00 167.09 -44.09 + 51.600 137.00 166.93 -29.93 + 51.625 125.00 166.81 -41.81 + 51.650 132.00 166.77 -34.77 + 51.675 133.00 166.74 -33.74 + 51.700 137.00 166.75 -29.75 + 51.725 148.00 166.81 -18.81 + 51.750 121.00 166.91 -45.91 + 51.775 150.00 167.06 -17.06 + 51.800 139.00 167.26 -28.26 + 51.825 127.00 167.64 -40.64 + 51.850 127.00 167.95 -40.95 + 51.875 146.00 168.32 -22.32 + 51.900 147.00 168.65 -21.65 + 51.925 155.00 169.17 -14.17 + 51.950 131.00 169.79 -38.79 + 51.975 144.00 170.52 -26.52 + 52.000 148.00 171.39 -23.39 + 52.025 138.00 172.42 -34.42 + 52.050 149.00 173.65 -24.65 + 52.075 154.00 175.14 -21.14 + 52.100 142.00 176.96 -34.96 + 52.125 141.00 179.20 -38.20 + 52.150 181.00 182.00 -1.00 + 52.175 185.00 185.57 -0.57 + 52.200 169.00 190.19 -21.19 + 52.225 181.00 196.36 -15.36 + 52.250 203.00 205.01 -2.01 + 52.275 236.00 217.89 18.11 + 52.300 232.00 240.60 -8.60 + 52.325 335.00 287.81 47.19 + 52.350 428.00 388.96 39.04 + 52.375 600.00 578.89 21.11 + 52.400 826.00 860.22 -34.22 + 52.425 1143.00 1138.81 4.19 + 52.450 1282.00 1210.95 71.05 + 52.475 1262.00 1052.42 209.58 + 52.500 1070.00 838.45 231.55 + 52.525 962.00 631.63 330.37 + 52.550 964.00 456.46 507.54 + 52.575 871.00 337.52 533.48 + 52.600 886.00 268.39 617.61 + 52.625 728.00 232.12 495.88 + 52.650 557.00 213.43 343.57 + 52.675 468.00 202.91 265.09 + 52.700 370.00 196.17 173.83 + 52.725 267.00 191.48 75.52 + 52.750 235.00 188.09 46.91 + 52.775 203.00 185.63 17.37 + 52.800 187.00 183.88 3.12 + 52.825 181.00 182.69 -1.69 + 52.850 188.00 181.98 6.02 + 52.875 189.00 181.71 7.29 + 52.900 166.00 181.91 -15.91 + 52.925 167.00 182.69 -15.69 + 52.950 175.00 184.55 -9.55 + 52.975 191.00 188.64 2.36 + 53.000 184.00 196.92 -12.92 + 53.025 181.00 210.88 -29.88 + 53.050 226.00 228.45 -2.45 + 53.075 228.00 240.18 -12.18 + 53.100 258.00 236.48 21.52 + 53.125 216.00 225.94 -9.94 + 53.150 233.00 221.68 11.32 + 53.175 250.00 232.85 17.15 + 53.200 287.00 269.22 17.78 + 53.225 332.00 338.59 -6.59 + 53.250 441.00 431.80 9.20 + 53.275 506.00 498.76 7.24 + 53.300 459.00 473.09 -14.09 + 53.325 447.00 386.83 60.17 + 53.350 383.00 308.45 74.55 + 53.375 372.00 261.76 110.24 + 53.400 397.00 242.60 154.40 + 53.425 408.00 239.86 168.14 + 53.450 434.00 246.45 187.55 + 53.475 419.00 261.33 157.67 + 53.500 346.00 290.12 55.88 + 53.525 392.00 348.28 43.72 + 53.550 441.00 462.46 -21.46 + 53.575 622.00 659.85 -37.85 + 53.600 912.00 939.60 -27.60 + 53.625 1096.00 1230.40 -134.40 + 53.650 1359.00 1476.21 -117.21 + 53.675 1605.00 1702.40 -97.40 + 53.700 1949.00 1779.81 169.19 + 53.725 1937.00 1706.65 230.35 + 53.750 1843.00 1678.25 164.75 + 53.775 2020.00 1615.23 404.77 + 53.800 1980.00 1319.65 660.35 + 53.825 1741.00 917.60 823.40 + 53.850 1467.00 600.70 866.30 + 53.875 1209.00 412.25 796.75 + 53.900 1080.00 317.79 762.21 + 53.925 998.00 272.00 726.00 + 53.950 719.00 246.89 472.11 + 53.975 548.00 230.64 317.36 + 54.000 393.00 219.02 173.98 + 54.025 314.00 210.30 103.70 + 54.050 277.00 203.64 73.36 + 54.075 248.00 198.31 49.69 + 54.100 204.00 194.07 9.93 + 54.125 179.00 190.63 -11.63 + 54.150 180.00 187.80 -7.80 + 54.175 168.00 185.44 -17.44 + 54.200 160.00 183.47 -23.47 + 54.225 170.00 181.80 -11.80 + 54.250 160.00 180.38 -20.38 + 54.275 184.00 179.16 4.84 + 54.300 179.00 178.13 0.87 + 54.325 164.00 177.23 -13.23 + 54.350 149.00 176.46 -27.46 + 54.375 156.00 175.79 -19.79 + 54.400 140.00 175.22 -35.22 + 54.425 161.00 174.73 -13.73 + 54.450 149.00 174.30 -25.30 + 54.475 134.00 173.95 -39.95 + 54.500 126.00 173.65 -47.65 + 54.525 143.00 173.40 -30.40 + 54.550 138.00 173.21 -35.21 + 54.575 142.00 173.06 -31.06 + 54.600 163.00 172.95 -9.95 + 54.625 131.00 172.89 -41.89 + 54.650 161.00 172.87 -11.87 + 54.675 131.00 172.89 -41.89 + 54.700 147.00 172.96 -25.96 + 54.725 150.00 173.07 -23.07 + 54.750 160.00 173.22 -13.22 + 54.775 128.00 173.43 -45.43 + 54.800 126.00 173.70 -47.70 + 54.825 128.00 174.02 -46.02 + 54.850 152.00 174.42 -22.42 + 54.875 134.00 174.90 -40.90 + 54.900 158.00 175.47 -17.47 + 54.925 135.00 176.16 -41.16 + 54.950 162.00 176.99 -14.99 + 54.975 157.00 177.98 -20.98 + 55.000 173.00 179.16 -6.16 + 55.025 156.00 180.58 -24.58 + 55.050 162.00 182.34 -20.34 + 55.075 158.00 184.53 -26.53 + 55.100 164.00 187.31 -23.31 + 55.125 155.00 190.89 -35.89 + 55.150 194.00 195.59 -1.59 + 55.175 195.00 201.96 -6.96 + 55.200 196.00 210.93 -14.93 + 55.225 253.00 224.68 28.32 + 55.250 262.00 249.47 12.53 + 55.275 350.00 302.91 47.09 + 55.300 464.00 420.76 43.24 + 55.325 665.00 642.06 22.94 + 55.350 937.00 951.35 -14.35 + 55.375 1141.00 1180.20 -39.20 + 55.400 1055.00 1081.41 -26.41 + 55.425 834.00 776.41 57.59 + 55.450 657.00 509.70 147.30 + 55.475 648.00 351.63 296.37 + 55.500 638.00 277.93 360.07 + 55.525 752.00 247.51 504.49 + 55.550 672.00 236.15 435.85 + 55.575 543.00 237.07 305.93 + 55.600 404.00 255.22 148.78 + 55.625 370.00 302.80 67.20 + 55.650 386.00 386.54 -0.54 + 55.675 469.00 480.95 -11.95 + 55.700 560.00 504.37 55.63 + 55.725 465.00 424.98 40.02 + 55.750 360.00 325.84 34.16 + 55.775 285.00 256.98 28.02 + 55.800 276.00 220.99 55.01 + 55.825 355.00 204.70 150.30 + 55.850 364.00 197.04 166.96 + 55.875 291.00 192.77 98.23 + 55.900 228.00 190.06 37.94 + 55.925 190.00 188.27 1.73 + 55.950 194.00 187.10 6.90 + 55.975 195.00 186.40 8.60 + 56.000 180.00 186.07 -6.07 + 56.025 163.00 186.04 -23.04 + 56.050 154.00 186.28 -32.28 + 56.075 156.00 186.79 -30.79 + 56.100 184.00 187.54 -3.54 + 56.125 181.00 188.57 -7.57 + 56.150 152.00 189.89 -37.89 + 56.175 176.00 191.54 -15.54 + 56.200 177.00 193.59 -16.59 + 56.225 160.00 196.13 -36.13 + 56.250 178.00 199.26 -21.26 + 56.275 185.00 203.16 -18.16 + 56.300 175.00 208.09 -33.09 + 56.325 206.00 214.32 -8.32 + 56.350 214.00 222.68 -8.68 + 56.375 244.00 234.23 9.77 + 56.400 255.00 251.98 3.02 + 56.425 254.00 284.23 -30.23 + 56.450 373.00 349.79 23.21 + 56.475 514.00 473.78 40.22 + 56.500 623.00 659.78 -36.78 + 56.525 827.00 833.14 -6.14 + 56.550 875.00 851.06 23.94 + 56.575 884.00 785.16 98.84 + 56.600 951.00 859.97 91.03 + 56.625 1181.00 1227.18 -46.18 + 56.650 1887.00 1891.22 -4.22 + 56.675 2582.00 2511.56 70.44 + 56.700 2875.00 2406.85 468.15 + 56.725 2303.00 1696.83 606.17 + 56.750 1613.00 1032.93 580.07 + 56.775 1270.00 632.76 637.24 + 56.800 1312.00 444.67 867.33 + 56.825 1510.00 364.99 1145.01 + 56.850 1599.00 329.88 1269.12 + 56.875 1288.00 314.80 973.20 + 56.900 890.00 313.17 576.83 + 56.925 794.00 326.53 467.47 + 56.950 643.00 367.62 275.38 + 56.975 683.00 474.04 208.96 + 57.000 884.00 714.03 169.97 + 57.025 1207.00 1138.27 68.73 + 57.050 1571.00 1641.31 -70.31 + 57.075 1762.00 1806.69 -44.69 + 57.100 1506.00 1445.56 60.44 + 57.125 1186.00 984.67 201.33 + 57.150 969.00 647.09 321.91 + 57.175 975.00 444.09 530.91 + 57.200 1015.00 337.22 677.78 + 57.225 1048.00 282.30 765.70 + 57.250 938.00 252.41 685.59 + 57.275 733.00 234.36 498.64 + 57.300 494.00 222.21 271.79 + 57.325 392.00 213.39 178.61 + 57.350 292.00 206.73 85.27 + 57.375 276.00 201.55 74.45 + 57.400 254.00 197.44 56.56 + 57.425 229.00 194.11 34.89 + 57.450 216.00 191.39 24.61 + 57.475 203.00 189.13 13.87 + 57.500 194.00 187.23 6.77 + 57.525 189.00 185.62 3.38 + 57.550 192.00 184.24 7.76 + 57.575 181.00 183.06 -2.06 + 57.600 191.00 182.04 8.96 + 57.625 163.00 181.16 -18.16 + 57.650 175.00 180.41 -5.41 + 57.675 186.00 179.74 6.26 + 57.700 149.00 179.16 -30.16 + 57.725 175.00 178.65 -3.65 + 57.750 142.00 178.40 -36.40 + 57.775 180.00 177.97 2.03 + 57.800 136.00 177.64 -41.64 + 57.825 151.00 177.35 -26.35 + 57.850 177.00 177.12 -0.12 + 57.875 156.00 176.94 -20.94 + 57.900 159.00 176.80 -17.80 + 57.925 174.00 176.70 -2.70 + 57.950 148.00 176.64 -28.64 + 57.975 147.00 176.62 -29.62 + 58.000 141.00 176.64 -35.64 + 58.025 145.00 176.72 -31.72 + 58.050 156.00 176.84 -20.84 + 58.075 144.00 177.02 -33.02 + 58.100 149.00 177.26 -28.26 + 58.125 145.00 177.58 -32.58 + 58.150 127.00 177.99 -50.99 + 58.175 143.00 178.50 -35.50 + 58.200 159.00 179.15 -20.15 + 58.225 129.00 179.97 -50.97 + 58.250 161.00 181.02 -20.02 + 58.275 138.00 182.38 -44.38 + 58.300 145.00 184.20 -39.20 + 58.325 165.00 186.75 -21.75 + 58.350 172.00 190.84 -18.84 + 58.375 184.00 198.68 -14.68 + 58.400 217.00 214.81 2.19 + 58.425 266.00 243.90 22.10 + 58.450 272.00 281.85 -9.85 + 58.475 313.00 301.63 11.37 + 58.500 288.00 283.52 4.48 + 58.525 275.00 258.75 16.25 + 58.550 321.00 250.33 70.67 + 58.575 323.00 266.57 56.43 + 58.600 439.00 324.01 114.99 + 58.625 573.00 459.44 113.56 + 58.650 743.00 702.71 40.29 + 58.675 906.00 984.64 -78.64 + 58.700 960.00 1037.47 -77.47 + 58.725 812.00 787.49 24.51 + 58.750 566.00 517.32 48.68 + 58.775 541.00 350.46 190.54 + 58.800 535.00 272.55 262.45 + 58.825 554.00 241.36 312.64 + 58.850 567.00 232.32 334.68 + 58.875 599.00 237.95 361.05 + 58.900 473.00 253.50 219.50 + 58.925 359.00 261.52 97.48 + 58.950 290.00 244.16 45.84 + 58.975 254.00 218.74 35.26 + 59.000 189.00 200.69 -11.69 + 59.025 184.00 190.93 -6.93 + 59.050 196.00 186.05 9.95 + 59.075 210.00 183.30 26.70 + 59.100 190.00 181.46 8.54 + 59.125 179.00 180.09 -1.09 + 59.150 148.00 179.13 -31.13 + 59.175 160.00 178.30 -18.30 + 59.200 147.00 177.63 -30.63 + 59.225 122.00 177.09 -55.09 + 59.250 148.00 176.64 -28.64 + 59.275 141.00 176.28 -35.28 + 59.300 140.00 175.99 -35.99 + 59.325 142.00 175.76 -33.76 + 59.350 114.00 175.58 -61.58 + 59.375 150.00 175.45 -25.45 + 59.400 151.00 175.39 -24.39 + 59.425 132.00 175.35 -43.35 + 59.450 153.00 175.36 -22.36 + 59.475 140.00 175.42 -35.42 + 59.500 118.00 175.53 -57.53 + 59.525 128.00 175.72 -47.72 + 59.550 140.00 175.98 -35.98 + 59.575 136.00 176.35 -40.35 + 59.600 122.00 176.85 -54.85 + 59.625 130.00 177.53 -47.53 + 59.650 135.00 178.47 -43.47 + 59.675 133.00 179.80 -46.80 + 59.700 165.00 181.74 -16.74 + 59.725 160.00 184.76 -24.76 + 59.750 163.00 190.20 -27.20 + 59.775 166.00 202.14 -36.14 + 59.800 190.00 229.52 -39.52 + 59.825 264.00 282.17 -18.17 + 59.850 331.00 351.52 -20.52 + 59.875 334.00 377.99 -43.99 + 59.900 297.00 324.16 -27.16 + 59.925 215.00 257.89 -42.89 + 59.950 205.00 216.03 -11.03 + 59.975 212.00 196.22 15.78 + 60.000 268.00 187.69 80.31 + 60.025 226.00 183.52 42.48 + 60.050 256.00 181.05 74.95 + 60.075 199.00 179.42 19.58 + 60.100 165.00 178.29 -13.29 + 60.125 148.00 177.48 -29.48 + 60.150 159.00 176.91 -17.91 + 60.175 132.00 176.50 -44.50 + 60.200 154.00 176.21 -22.21 + 60.225 139.00 176.02 -37.02 + 60.250 121.00 175.92 -54.92 + 60.275 144.00 175.88 -31.88 + 60.300 131.00 175.92 -44.92 + 60.325 136.00 176.02 -40.02 + 60.350 139.00 176.21 -37.21 + 60.375 120.00 176.49 -56.49 + 60.400 129.00 176.83 -47.83 + 60.425 130.00 177.40 -47.40 + 60.450 143.00 178.19 -35.19 + 60.475 127.00 179.35 -52.35 + 60.500 150.00 181.11 -31.11 + 60.525 156.00 184.14 -28.14 + 60.550 154.00 190.49 -36.49 + 60.575 153.00 205.41 -52.41 + 60.600 162.00 235.56 -73.56 + 60.625 208.00 279.62 -71.62 + 60.650 247.00 304.62 -57.62 + 60.675 207.00 275.52 -68.52 + 60.700 192.00 232.18 -40.18 + 60.725 179.00 203.84 -24.84 + 60.750 148.00 190.31 -42.31 + 60.775 154.00 184.57 -30.57 + 60.800 204.00 181.85 22.15 + 60.825 186.00 180.29 5.71 + 60.850 208.00 179.31 28.69 + 60.875 175.00 178.66 -3.66 + 60.900 141.00 178.24 -37.24 + 60.925 111.00 177.97 -66.97 + 60.950 124.00 177.81 -53.81 + 60.975 132.00 177.73 -45.73 + 61.000 127.00 177.72 -50.72 + 61.025 125.00 177.77 -52.77 + 61.050 124.00 177.86 -53.86 + 61.075 147.00 177.99 -30.99 + 61.100 143.00 178.16 -35.16 + 61.125 135.00 178.37 -43.37 + 61.150 136.00 178.62 -42.62 + 61.175 143.00 178.90 -35.90 + 61.200 145.00 179.22 -34.22 + 61.225 143.00 179.58 -36.58 + 61.250 148.00 180.07 -32.07 + 61.275 151.00 180.53 -29.53 + 61.300 139.00 181.04 -42.04 + 61.325 142.00 181.62 -39.62 + 61.350 135.00 182.28 -47.28 + 61.375 161.00 183.02 -22.02 + 61.400 143.00 183.87 -40.87 + 61.425 139.00 184.82 -45.82 + 61.450 136.00 185.97 -49.97 + 61.475 158.00 187.39 -29.39 + 61.500 164.00 189.29 -25.29 + 61.525 167.00 192.21 -25.21 + 61.550 165.00 196.79 -31.79 + 61.575 181.00 202.65 -21.65 + 61.600 147.00 206.85 -59.85 + 61.625 160.00 207.04 -47.04 + 61.650 195.00 206.54 -11.54 + 61.675 209.00 208.08 0.92 + 61.700 190.00 211.91 -21.91 + 61.725 226.00 217.76 8.24 + 61.750 195.00 225.71 -30.71 + 61.775 241.00 236.35 4.65 + 61.800 278.00 250.92 27.08 + 61.825 302.00 271.87 30.13 + 61.850 344.00 305.22 38.78 + 61.875 427.00 366.28 60.72 + 61.900 563.00 483.46 79.54 + 61.925 789.00 683.83 105.17 + 61.950 990.00 944.63 45.37 + 61.975 1317.00 1236.18 80.82 + 62.000 1792.00 1807.25 -15.25 + 62.025 2342.00 2700.15 -358.15 + 62.050 2479.00 3010.84 -531.84 + 62.075 2083.00 2166.99 -83.99 + 62.100 1541.00 1248.05 292.95 + 62.125 1233.00 716.06 516.94 + 62.150 1186.00 477.73 708.27 + 62.175 1301.00 373.44 927.56 + 62.200 1408.00 318.90 1089.10 + 62.225 1348.00 285.05 1062.95 + 62.250 1086.00 262.22 823.78 + 62.275 761.00 246.18 514.82 + 62.300 509.00 234.63 274.37 + 62.325 405.00 226.22 178.78 + 62.350 349.00 220.16 128.84 + 62.375 309.00 216.01 92.99 + 62.400 273.00 213.67 59.33 + 62.425 269.00 213.64 55.36 + 62.450 244.00 218.05 25.95 + 62.475 252.00 232.04 19.96 + 62.500 286.00 261.78 24.22 + 62.525 309.00 301.90 7.10 + 62.550 289.00 317.64 -28.64 + 62.575 316.00 308.81 7.19 + 62.600 317.00 296.41 20.59 + 62.625 259.00 263.38 -4.38 + 62.650 228.00 230.07 -2.07 + 62.675 223.00 210.28 12.72 + 62.700 259.00 200.82 58.18 + 62.725 237.00 196.40 40.60 + 62.750 212.00 194.03 17.97 + 62.775 212.00 192.63 19.37 + 62.800 201.00 191.96 9.04 + 62.825 184.00 191.58 -7.58 + 62.850 201.00 191.55 9.45 + 62.875 170.00 191.85 -21.85 + 62.900 165.00 192.46 -27.46 + 62.925 182.00 193.41 -11.41 + 62.950 182.00 194.75 -12.75 + 62.975 183.00 196.58 -13.58 + 63.000 199.00 199.02 -0.02 + 63.025 200.00 202.27 -2.27 + 63.050 208.00 206.64 1.36 + 63.075 190.00 212.63 -22.63 + 63.100 185.00 221.03 -36.03 + 63.125 230.00 233.23 -3.23 + 63.150 275.00 251.98 23.02 + 63.175 352.00 284.30 67.70 + 63.200 448.00 352.50 95.50 + 63.225 647.00 513.67 133.33 + 63.250 956.00 845.83 110.17 + 63.275 1241.00 1301.91 -60.91 + 63.300 1280.00 1408.48 -128.48 + 63.325 1063.00 994.87 68.13 + 63.350 730.00 606.23 123.77 + 63.375 559.00 401.17 157.83 + 63.400 576.00 317.56 258.44 + 63.425 678.00 289.36 388.64 + 63.450 833.00 294.99 538.01 + 63.475 919.00 342.40 576.60 + 63.500 838.00 433.70 404.30 + 63.525 736.00 493.51 242.49 + 63.550 578.00 418.90 159.10 + 63.575 449.00 315.41 133.59 + 63.600 352.00 252.87 99.13 + 63.625 332.00 224.05 107.95 + 63.650 306.00 210.93 95.07 + 63.675 308.00 203.74 104.26 + 63.700 321.00 199.09 121.91 + 63.725 300.00 195.85 104.15 + 63.750 245.00 193.51 51.49 + 63.775 216.00 191.78 24.22 + 63.800 201.00 190.48 10.52 + 63.825 182.00 189.50 -7.50 + 63.850 162.00 188.80 -26.80 + 63.875 147.00 188.29 -41.29 + 63.900 163.00 187.94 -24.94 + 63.925 193.00 187.75 5.25 + 63.950 149.00 187.69 -38.69 + 63.975 171.00 187.77 -16.77 + 64.000 166.00 187.98 -21.98 + 64.025 202.00 188.31 13.69 + 64.050 155.00 188.78 -33.78 + 64.075 141.00 189.40 -48.40 + 64.100 162.00 190.19 -28.19 + 64.125 155.00 191.17 -36.17 + 64.150 166.00 192.39 -26.39 + 64.175 190.00 193.89 -3.89 + 64.200 174.00 195.74 -21.74 + 64.225 189.00 198.04 -9.04 + 64.250 211.00 200.91 10.09 + 64.275 169.00 204.54 -35.54 + 64.300 195.00 209.21 -14.21 + 64.325 197.00 215.31 -18.31 + 64.350 235.00 223.47 11.53 + 64.375 250.00 234.71 15.29 + 64.400 286.00 250.74 35.26 + 64.425 344.00 274.68 69.32 + 64.450 394.00 313.36 80.64 + 64.475 561.00 386.80 174.20 + 64.500 722.00 556.05 165.95 + 64.525 930.00 945.54 -15.54 + 64.550 1317.00 1628.28 -311.28 + 64.575 1481.00 2136.66 -655.66 + 64.600 1358.00 1673.55 -315.55 + 64.625 1037.00 979.59 57.41 + 64.650 813.00 573.16 239.84 + 64.675 746.00 395.30 350.70 + 64.700 717.00 319.10 397.90 + 64.725 877.00 279.76 597.24 + 64.750 916.00 255.91 660.09 + 64.775 896.00 240.33 655.67 + 64.800 663.00 229.81 433.19 + 64.825 502.00 222.69 279.31 + 64.850 396.00 217.83 178.17 + 64.875 302.00 214.74 87.26 + 64.900 255.00 213.11 41.89 + 64.925 280.00 212.80 67.20 + 64.950 238.00 213.95 24.05 + 64.975 238.00 216.62 21.38 + 65.000 233.00 221.40 11.60 + 65.025 267.00 229.20 37.80 + 65.050 258.00 241.84 16.16 + 65.075 267.00 263.30 3.70 + 65.100 346.00 305.50 40.50 + 65.125 468.00 404.85 63.15 + 65.150 667.00 634.01 32.99 + 65.175 897.00 1025.41 -128.41 + 65.200 976.00 1261.47 -285.47 + 65.225 870.00 950.44 -80.44 + 65.250 617.00 579.85 37.15 + 65.275 478.00 378.08 99.92 + 65.300 483.00 292.10 190.90 + 65.325 485.00 254.16 230.84 + 65.350 541.00 233.65 307.35 + 65.375 636.00 220.85 415.15 + 65.400 625.00 212.27 412.73 + 65.425 465.00 206.32 258.68 + 65.450 354.00 202.10 151.90 + 65.475 276.00 199.21 76.79 + 65.500 231.00 197.64 33.36 + 65.525 232.00 197.69 34.31 + 65.550 190.00 198.89 -8.89 + 65.575 216.00 197.81 18.19 + 65.600 192.00 194.24 -2.24 + 65.625 191.00 191.56 -0.56 + 65.650 172.00 190.11 -18.11 + 65.675 178.00 189.39 -11.39 + 65.700 212.00 189.02 22.98 + 65.725 172.00 188.89 -16.89 + 65.750 174.00 188.96 -14.96 + 65.775 183.00 189.23 -6.23 + 65.800 142.00 189.74 -47.74 + 65.825 176.00 190.57 -14.57 + 65.850 174.00 191.85 -17.85 + 65.875 159.00 193.87 -34.87 + 65.900 196.00 197.40 -1.40 + 65.925 194.00 204.87 -10.87 + 65.950 202.00 222.21 -20.21 + 65.975 246.00 255.59 -9.59 + 66.000 258.00 287.90 -29.90 + 66.025 272.00 269.99 2.01 + 66.050 227.00 234.81 -7.81 + 66.075 206.00 215.09 -9.09 + 66.100 220.00 208.02 11.98 + 66.125 234.00 206.72 27.28 + 66.150 235.00 208.11 26.89 + 66.175 252.00 211.45 40.55 + 66.200 241.00 217.03 23.97 + 66.225 246.00 225.61 20.39 + 66.250 280.00 239.36 40.64 + 66.275 326.00 264.32 61.68 + 66.300 391.00 319.44 71.56 + 66.325 456.00 445.84 10.16 + 66.350 640.00 669.33 -29.33 + 66.375 670.00 810.60 -140.60 + 66.400 639.00 638.41 0.59 + 66.425 521.00 450.41 70.59 + 66.450 515.00 367.66 147.34 + 66.475 493.00 359.35 133.65 + 66.500 632.00 406.00 226.00 + 66.525 854.00 547.33 306.67 + 66.550 1153.00 898.40 254.60 + 66.575 1468.00 1531.04 -63.04 + 66.600 1384.00 1901.48 -517.48 + 66.625 1196.00 1354.51 -158.51 + 66.650 879.00 773.47 105.53 + 66.675 770.00 478.70 291.30 + 66.700 660.00 355.93 304.07 + 66.725 705.00 300.09 404.91 + 66.750 773.00 269.22 503.78 + 66.775 815.00 250.07 564.93 + 66.800 766.00 237.61 528.39 + 66.825 626.00 229.37 396.63 + 66.850 469.00 223.98 245.02 + 66.875 409.00 220.71 188.29 + 66.900 338.00 219.18 118.82 + 66.925 280.00 219.25 60.75 + 66.950 267.00 220.99 46.01 + 66.975 303.00 224.72 78.28 + 67.000 290.00 231.13 58.87 + 67.025 315.00 241.51 73.49 + 67.050 308.00 258.43 49.57 + 67.075 375.00 287.60 87.40 + 67.100 471.00 346.19 124.81 + 67.125 637.00 486.20 150.80 + 67.150 830.00 805.87 24.13 + 67.175 1073.00 1297.28 -224.28 + 67.200 1024.00 1355.56 -331.56 + 67.225 833.00 872.30 -39.30 + 67.250 639.00 519.35 119.65 + 67.275 528.00 359.51 168.49 + 67.300 502.00 293.57 208.43 + 67.325 569.00 261.96 307.04 + 67.350 667.00 244.42 422.58 + 67.375 732.00 234.56 497.44 + 67.400 600.00 230.10 369.90 + 67.425 516.00 230.96 285.04 + 67.450 444.00 240.64 203.36 + 67.475 417.00 270.65 146.35 + 67.500 430.00 338.49 91.51 + 67.525 431.00 418.46 12.54 + 67.550 409.00 384.91 24.09 + 67.575 399.00 304.34 94.66 + 67.600 319.00 266.91 52.09 + 67.625 289.00 275.10 13.90 + 67.650 333.00 325.39 7.61 + 67.675 368.00 375.54 -7.54 + 67.700 368.00 328.84 39.16 + 67.725 375.00 262.87 112.13 + 67.750 332.00 228.12 103.88 + 67.775 257.00 213.50 43.50 + 67.800 253.00 206.99 46.01 + 67.825 244.00 203.65 40.35 + 67.850 250.00 201.90 48.10 + 67.875 251.00 201.18 49.82 + 67.900 239.00 201.23 37.77 + 67.925 260.00 201.91 58.09 + 67.950 202.00 203.22 -1.22 + 67.975 234.00 205.22 28.78 + 68.000 236.00 208.06 27.94 + 68.025 222.00 212.00 10.00 + 68.050 268.00 217.50 50.50 + 68.075 246.00 225.37 20.63 + 68.100 261.00 237.49 23.51 + 68.125 301.00 257.99 43.01 + 68.150 352.00 293.50 58.50 + 68.175 434.00 344.61 89.39 + 68.200 507.00 414.78 92.22 + 68.225 687.00 590.29 96.71 + 68.250 891.00 953.03 -62.03 + 68.275 929.00 1221.19 -292.19 + 68.300 869.00 921.45 -52.45 + 68.325 744.00 616.70 127.30 + 68.350 766.00 523.75 242.25 + 68.375 883.00 623.35 259.65 + 68.400 1213.00 932.15 280.85 + 68.425 1390.00 1230.63 159.37 + 68.450 1383.00 1001.41 381.59 + 68.475 1276.00 759.39 516.61 + 68.500 1228.00 822.92 405.08 + 68.525 1172.00 1070.02 101.98 + 68.550 1129.00 943.42 185.58 + 68.575 970.00 596.60 373.40 + 68.600 905.00 396.01 508.99 + 68.625 839.00 308.63 530.37 + 68.650 745.00 268.22 476.78 + 68.675 632.00 245.54 386.46 + 68.700 628.00 231.10 396.90 + 68.725 600.00 221.25 378.75 + 68.750 552.00 214.23 337.77 + 68.775 393.00 209.06 183.94 + 68.800 307.00 205.14 101.86 + 68.825 265.00 202.13 62.87 + 68.850 275.00 199.77 75.23 + 68.875 215.00 197.92 17.08 + 68.900 233.00 196.47 36.53 + 68.925 208.00 195.33 12.67 + 68.950 186.00 194.46 -8.46 + 68.975 180.00 193.82 -13.82 + 69.000 200.00 193.39 6.61 + 69.025 182.00 193.14 -11.14 + 69.050 178.00 193.09 -15.09 + 69.075 170.00 193.22 -23.22 + 69.100 180.00 193.60 -13.60 + 69.125 177.00 194.18 -17.18 + 69.150 190.00 195.06 -5.06 + 69.175 173.00 196.26 -23.26 + 69.200 203.00 198.14 4.86 + 69.225 200.00 201.14 -1.14 + 69.250 185.00 206.76 -21.76 + 69.275 218.00 218.03 -0.03 + 69.300 207.00 234.27 -27.27 + 69.325 244.00 235.63 8.37 + 69.350 220.00 227.64 -7.64 + 69.375 243.00 227.38 15.62 + 69.400 266.00 234.71 31.29 + 69.425 280.00 249.05 30.95 + 69.450 324.00 273.57 50.43 + 69.475 394.00 318.86 75.14 + 69.500 567.00 418.63 148.37 + 69.525 690.00 654.94 35.06 + 69.550 853.00 1080.09 -227.09 + 69.575 934.00 1209.60 -275.60 + 69.600 815.00 866.98 -51.98 + 69.625 877.00 748.03 128.97 + 69.650 894.00 907.77 -13.77 + 69.675 888.00 890.32 -2.32 + 69.700 744.00 585.88 158.12 + 69.725 665.00 393.59 271.41 + 69.750 674.00 310.74 363.26 + 69.775 693.00 274.95 418.05 + 69.800 634.00 257.33 376.67 + 69.825 583.00 249.18 333.82 + 69.850 589.00 247.47 341.53 + 69.875 572.00 251.85 320.15 + 69.900 455.00 264.28 190.72 + 69.925 501.00 289.85 211.15 + 69.950 497.00 343.98 153.02 + 69.975 637.00 475.70 161.30 + 70.000 833.00 789.49 43.51 + 70.025 1120.00 1256.58 -136.58 + 70.050 968.00 1131.94 -163.94 + 70.075 776.00 667.04 108.96 + 70.100 526.00 416.74 109.26 + 70.125 397.00 313.70 83.30 + 70.150 372.00 267.46 104.54 + 70.175 472.00 242.41 229.59 + 70.200 548.00 227.08 320.92 + 70.225 682.00 217.10 464.90 + 70.250 632.00 210.28 421.72 + 70.275 479.00 205.45 273.55 + 70.300 341.00 201.98 139.02 + 70.325 304.00 199.46 104.54 + 70.350 211.00 197.66 13.34 + 70.375 213.00 196.43 16.57 + 70.400 199.00 195.57 3.43 + 70.425 185.00 195.33 -10.33 + 70.450 190.00 195.59 -5.59 + 70.475 194.00 196.51 -2.51 + 70.500 183.00 198.23 -15.23 + 70.525 193.00 201.23 -8.23 + 70.550 204.00 206.41 -2.41 + 70.575 201.00 216.06 -15.06 + 70.600 264.00 236.72 27.28 + 70.625 298.00 286.89 11.11 + 70.650 373.00 388.63 -15.63 + 70.675 364.00 439.47 -75.47 + 70.700 306.00 339.05 -33.05 + 70.725 270.00 266.80 3.20 + 70.750 271.00 239.96 31.04 + 70.775 259.00 234.76 24.24 + 70.800 298.00 242.05 55.95 + 70.825 371.00 265.04 105.96 + 70.850 433.00 323.85 109.15 + 70.875 565.00 468.34 96.66 + 70.900 625.00 709.49 -84.49 + 70.925 581.00 713.55 -132.55 + 70.950 460.00 463.73 -3.73 + 70.975 365.00 318.63 46.37 + 71.000 291.00 259.48 31.52 + 71.025 270.00 234.44 35.56 + 71.050 311.00 222.78 88.22 + 71.075 317.00 218.42 98.58 + 71.100 411.00 220.28 190.72 + 71.125 435.00 231.64 203.36 + 71.150 426.00 265.52 160.48 + 71.175 481.00 347.64 133.36 + 71.200 415.00 434.59 -19.59 + 71.225 358.00 354.90 3.10 + 71.250 268.00 264.82 3.18 + 71.275 245.00 224.23 20.77 + 71.300 239.00 207.15 31.85 + 71.325 204.00 198.64 5.36 + 71.350 246.00 193.65 52.35 + 71.375 236.00 190.44 45.56 + 71.400 272.00 188.24 83.76 + 71.425 241.00 186.67 54.33 + 71.450 203.00 185.53 17.47 + 71.475 182.00 184.63 -2.63 + 71.500 189.00 183.93 5.07 + 71.525 163.00 183.38 -20.38 + 71.550 165.00 182.93 -17.93 + 71.575 161.00 182.58 -21.58 + 71.600 145.00 182.29 -37.29 + 71.625 149.00 182.13 -33.13 + 71.650 163.00 181.96 -18.96 + 71.675 166.00 181.84 -15.84 + 71.700 138.00 181.77 -43.77 + 71.725 141.00 181.74 -40.74 + 71.750 158.00 181.76 -23.76 + 71.775 145.00 181.84 -36.84 + 71.800 131.00 181.98 -50.98 + 71.825 135.00 182.21 -47.21 + 71.850 147.00 182.56 -35.56 + 71.875 133.00 183.09 -50.09 + 71.900 140.00 183.82 -43.82 + 71.925 144.00 185.16 -41.16 + 71.950 155.00 187.70 -32.70 + 71.975 157.00 193.33 -36.33 + 72.000 196.00 205.32 -9.32 + 72.025 193.00 215.84 -22.84 + 72.050 175.00 212.74 -37.74 + 72.075 172.00 202.87 -30.87 + 72.100 174.00 196.22 -22.22 + 72.125 148.00 195.17 -47.17 + 72.150 164.00 197.49 -33.49 + 72.175 177.00 203.11 -26.11 + 72.200 183.00 213.90 -30.90 + 72.225 250.00 236.07 13.93 + 72.250 310.00 288.82 21.18 + 72.275 439.00 414.88 24.12 + 72.300 401.00 561.78 -160.78 + 72.325 356.00 438.02 -82.02 + 72.350 276.00 299.50 -23.50 + 72.375 178.00 239.81 -61.81 + 72.400 216.00 214.87 1.13 + 72.425 209.00 202.57 6.43 + 72.450 222.00 195.59 26.41 + 72.475 263.00 191.30 71.70 + 72.500 281.00 188.47 92.53 + 72.525 270.00 186.52 83.48 + 72.550 217.00 185.15 31.85 + 72.575 181.00 184.18 -3.18 + 72.600 183.00 183.51 -0.51 + 72.625 174.00 183.15 -9.15 + 72.650 171.00 183.25 -12.25 + 72.675 151.00 184.24 -33.24 + 72.700 142.00 185.62 -43.62 + 72.725 130.00 184.06 -54.06 + 72.750 147.00 182.37 -35.37 + 72.775 146.00 181.60 -35.60 + 72.800 148.00 181.24 -33.24 + 72.825 124.00 181.05 -57.05 + 72.850 129.00 180.96 -51.96 + 72.875 128.00 180.92 -52.92 + 72.900 135.00 180.96 -45.96 + 72.925 143.00 181.01 -38.01 + 72.950 135.00 181.08 -46.08 + 72.975 145.00 181.19 -36.19 + 73.000 134.00 181.34 -47.34 + 73.025 131.00 181.52 -50.52 + 73.050 154.00 181.74 -27.74 + 73.075 135.00 181.92 -46.92 + 73.100 139.00 182.24 -43.24 + 73.125 155.00 182.65 -27.65 + 73.150 143.00 183.04 -40.04 + 73.175 151.00 183.58 -32.58 + 73.200 154.00 184.24 -30.24 + 73.225 160.00 185.03 -25.03 + 73.250 141.00 186.00 -45.00 + 73.275 160.00 187.19 -27.19 + 73.300 155.00 188.70 -33.70 + 73.325 171.00 190.62 -19.62 + 73.350 166.00 193.15 -27.15 + 73.375 159.00 196.56 -37.56 + 73.400 187.00 201.35 -14.35 + 73.425 205.00 208.51 -3.51 + 73.450 212.00 219.65 -7.65 + 73.475 230.00 239.07 -9.07 + 73.500 313.00 278.90 34.10 + 73.525 346.00 368.90 -22.90 + 73.550 402.00 495.11 -93.11 + 73.575 511.00 471.20 39.80 + 73.600 535.00 508.09 26.91 + 73.625 696.00 771.00 -75.00 + 73.650 717.00 1048.06 -331.06 + 73.675 624.00 699.46 -75.46 + 73.700 520.00 422.77 97.23 + 73.725 421.00 309.06 111.94 + 73.750 399.00 259.15 139.85 + 73.775 344.00 233.44 110.56 + 73.800 380.00 218.58 161.42 + 73.825 468.00 209.32 258.68 + 73.850 482.00 203.23 278.77 + 73.875 453.00 199.12 253.88 + 73.900 373.00 196.29 176.71 + 73.925 267.00 194.37 72.63 + 73.950 229.00 193.19 35.81 + 73.975 209.00 192.57 16.43 + 74.000 176.00 192.52 -16.52 + 74.025 193.00 193.11 -0.11 + 74.050 210.00 194.52 15.48 + 74.075 179.00 197.26 -18.26 + 74.100 173.00 202.33 -29.33 + 74.125 207.00 212.31 -5.31 + 74.150 225.00 234.59 -9.59 + 74.175 265.00 289.69 -24.69 + 74.200 315.00 376.03 -61.03 + 74.225 289.00 325.05 -36.05 + 74.250 229.00 253.31 -24.31 + 74.275 197.00 224.95 -27.95 + 74.300 204.00 215.36 -11.36 + 74.325 221.00 214.24 6.76 + 74.350 249.00 219.35 29.65 + 74.375 258.00 233.10 24.90 + 74.400 290.00 265.46 24.54 + 74.425 401.00 346.18 54.82 + 74.450 434.00 482.88 -48.88 + 74.475 421.00 420.31 0.69 + 74.500 368.00 316.65 51.35 + 74.525 358.00 288.41 69.59 + 74.550 396.00 308.40 87.60 + 74.575 462.00 393.08 68.92 + 74.600 547.00 616.64 -69.64 + 74.625 580.00 776.99 -196.99 + 74.650 497.00 503.77 -6.77 + 74.675 442.00 334.38 107.62 + 74.700 397.00 266.09 130.91 + 74.725 313.00 235.20 77.80 + 74.750 316.00 219.27 96.73 + 74.775 296.00 210.40 85.60 + 74.800 341.00 205.43 135.57 + 74.825 355.00 203.02 151.98 + 74.850 373.00 202.72 170.28 + 74.875 333.00 204.72 128.28 + 74.900 274.00 210.13 63.87 + 74.925 262.00 221.94 40.06 + 74.950 290.00 248.63 41.37 + 74.975 329.00 315.42 13.58 + 75.000 333.00 454.27 -121.27 + 75.025 356.00 431.73 -75.73 + 75.050 280.00 299.29 -19.29 + 75.075 237.00 240.76 -3.76 + 75.100 214.00 216.43 -2.43 + 75.125 238.00 204.83 33.17 + 75.150 243.00 198.87 44.13 + 75.175 204.00 195.46 8.54 + 75.200 239.00 193.64 45.36 + 75.225 255.00 192.91 62.09 + 75.250 249.00 193.11 55.89 + 75.275 226.00 194.28 31.72 + 75.300 191.00 196.73 -5.73 + 75.325 222.00 201.23 20.77 + 75.350 193.00 209.45 -16.45 + 75.375 236.00 225.64 10.36 + 75.400 264.00 261.63 2.37 + 75.425 308.00 351.23 -43.23 + 75.450 340.00 495.67 -155.67 + 75.475 330.00 406.01 -76.01 + 75.500 282.00 285.14 -3.14 + 75.525 229.00 235.56 -6.56 + 75.550 235.00 214.45 20.55 + 75.575 204.00 204.23 -0.23 + 75.600 203.00 198.85 4.15 + 75.625 252.00 196.02 55.98 + 75.650 249.00 194.74 54.26 + 75.675 232.00 194.62 37.38 + 75.700 222.00 195.59 26.41 + 75.725 217.00 197.86 19.14 + 75.750 226.00 202.01 23.99 + 75.775 222.00 209.43 12.57 + 75.800 238.00 223.39 14.61 + 75.825 265.00 252.63 12.37 + 75.850 341.00 322.83 18.17 + 75.875 339.00 477.96 -138.96 + 75.900 338.00 494.67 -156.67 + 75.925 302.00 335.97 -33.97 + 75.950 275.00 261.15 13.85 + 75.975 242.00 232.05 9.95 + 76.000 218.00 220.78 -2.78 + 76.025 232.00 218.84 13.16 + 76.050 297.00 225.44 71.56 + 76.075 360.00 246.89 113.11 + 76.100 399.00 304.44 94.56 + 76.125 423.00 389.98 33.02 + 76.150 365.00 327.23 37.77 + 76.175 273.00 257.84 15.16 + 76.200 254.00 231.44 22.56 + 76.225 262.00 222.86 39.14 + 76.250 216.00 222.66 -6.66 + 76.275 316.00 228.63 87.37 + 76.300 339.00 241.89 97.11 + 76.325 402.00 267.32 134.68 + 76.350 509.00 318.01 190.99 + 76.375 598.00 431.12 166.88 + 76.400 700.00 712.18 -12.18 + 76.425 742.00 1149.87 -407.87 + 76.450 619.00 862.23 -243.23 + 76.475 470.00 494.62 -24.62 + 76.500 398.00 342.72 55.28 + 76.525 379.00 276.84 102.16 + 76.550 352.00 243.92 108.08 + 76.575 351.00 225.53 125.47 + 76.600 379.00 214.39 164.61 + 76.625 443.00 207.29 235.71 + 76.650 466.00 202.61 263.39 + 76.675 438.00 199.58 238.42 + 76.700 357.00 197.75 159.25 + 76.725 289.00 196.89 92.11 + 76.750 258.00 196.89 61.11 + 76.775 233.00 198.08 34.92 + 76.800 216.00 200.71 15.29 + 76.825 241.00 205.68 35.32 + 76.850 235.00 214.95 20.05 + 76.875 277.00 233.37 43.63 + 76.900 309.00 274.46 34.54 + 76.925 358.00 376.21 -18.21 + 76.950 356.00 533.24 -177.24 + 76.975 323.00 429.48 -106.48 + 77.000 273.00 297.50 -24.50 + 77.025 243.00 243.12 -0.12 + 77.050 224.00 219.90 4.10 + 77.075 243.00 208.79 34.21 + 77.100 250.00 203.26 46.74 + 77.125 220.00 200.84 19.16 + 77.150 267.00 200.64 66.36 + 77.175 291.00 202.57 88.43 + 77.200 282.00 207.28 74.72 + 77.225 252.00 216.67 35.33 + 77.250 255.00 235.55 19.45 + 77.275 328.00 277.49 50.51 + 77.300 357.00 381.26 -24.26 + 77.325 411.00 562.54 -151.54 + 77.350 375.00 477.18 -102.18 + 77.375 323.00 318.82 4.18 + 77.400 267.00 251.47 15.53 + 77.425 240.00 222.56 17.44 + 77.450 208.00 208.29 -0.29 + 77.475 209.00 200.36 8.64 + 77.500 236.00 195.62 40.38 + 77.525 248.00 192.62 55.38 + 77.550 261.00 190.66 70.34 + 77.575 256.00 189.38 66.62 + 77.600 244.00 188.57 55.43 + 77.625 203.00 188.04 14.96 + 77.650 173.00 187.85 -14.85 + 77.675 170.00 187.90 -17.90 + 77.700 174.00 188.16 -14.16 + 77.725 168.00 188.69 -20.69 + 77.750 167.00 189.39 -22.39 + 77.775 181.00 190.35 -9.35 + 77.800 159.00 191.61 -32.61 + 77.825 195.00 193.23 1.77 + 77.850 168.00 195.31 -27.31 + 77.875 180.00 198.02 -18.02 + 77.900 186.00 201.60 -15.60 + 77.925 175.00 206.49 -31.49 + 77.950 191.00 212.87 -21.87 + 77.975 213.00 220.84 -7.84 + 78.000 274.00 232.58 41.42 + 78.025 266.00 250.48 15.52 + 78.050 323.00 279.01 43.99 + 78.075 421.00 327.94 93.06 + 78.100 552.00 420.77 131.23 + 78.125 799.00 622.22 176.78 + 78.150 1129.00 1114.15 14.85 + 78.175 1277.00 1925.92 -648.92 + 78.200 1123.00 1485.89 -362.89 + 78.225 820.00 786.82 33.18 + 78.250 610.00 490.99 119.01 + 78.275 504.00 363.46 140.54 + 78.300 408.00 300.46 107.54 + 78.325 478.00 265.94 212.06 + 78.350 543.00 245.92 297.08 + 78.375 708.00 234.44 473.56 + 78.400 817.00 229.17 587.83 + 78.425 736.00 230.16 505.84 + 78.450 641.00 240.83 400.17 + 78.475 568.00 273.17 294.83 + 78.500 413.00 355.06 57.94 + 78.525 433.00 407.69 25.31 + 78.550 373.00 313.03 59.97 + 78.575 314.00 261.25 52.75 + 78.600 321.00 257.18 63.82 + 78.625 244.00 274.39 -30.39 + 78.650 262.00 252.13 9.87 + 78.675 251.00 237.89 13.11 + 78.700 232.00 221.32 10.68 + 78.725 241.00 203.68 37.32 + 78.750 216.00 195.01 20.99 + 78.775 240.00 190.48 49.52 + 78.800 212.00 187.73 24.27 + 78.825 196.00 185.89 10.11 + 78.850 173.00 184.57 -11.57 + 78.875 187.00 183.57 3.43 + 78.900 175.00 182.76 -7.76 + 78.925 173.00 182.14 -9.14 + 78.950 152.00 181.65 -29.65 + 78.975 163.00 181.25 -18.25 + 79.000 143.00 180.94 -37.94 + 79.025 135.00 180.70 -45.70 + 79.050 122.00 180.52 -58.52 + 79.075 139.00 180.42 -41.42 + 79.100 128.00 180.41 -52.41 + 79.125 134.00 180.49 -46.49 + 79.150 140.00 180.69 -40.69 + 79.175 117.00 181.11 -64.11 + 79.200 150.00 181.89 -31.89 + 79.225 134.00 183.32 -49.32 + 79.250 152.00 186.15 -34.15 + 79.275 127.00 192.31 -65.31 + 79.300 170.00 207.29 -37.29 + 79.325 158.00 231.27 -73.27 + 79.350 155.00 217.58 -62.58 + 79.375 173.00 196.88 -23.88 + 79.400 161.00 188.13 -27.13 + 79.425 136.00 184.42 -48.42 + 79.450 128.00 182.57 -54.57 + 79.475 177.00 181.75 -4.75 + 79.500 165.00 181.49 -16.49 + 79.525 140.00 181.52 -41.52 + 79.550 154.00 181.57 -27.57 + 79.575 143.00 181.90 -38.90 + 79.600 168.00 182.54 -14.54 + 79.625 189.00 183.54 5.46 + 79.650 130.00 185.01 -55.01 + 79.675 160.00 187.21 -27.21 + 79.700 151.00 190.58 -39.58 + 79.725 182.00 196.09 -14.09 + 79.750 221.00 205.61 15.39 + 79.775 238.00 223.80 14.20 + 79.800 260.00 263.77 -3.77 + 79.825 315.00 360.42 -45.42 + 79.850 327.00 495.78 -168.78 + 79.875 311.00 398.70 -87.70 + 79.900 246.00 280.84 -34.84 + 79.925 211.00 230.96 -19.96 + 79.950 204.00 209.03 -5.03 + 79.975 196.00 197.98 -1.98 + 80.000 211.00 191.71 19.29 + 80.025 191.00 187.94 3.06 + 80.050 234.00 185.46 48.54 + 80.075 225.00 183.78 41.22 + 80.100 255.00 182.62 72.38 + 80.125 200.00 181.80 18.20 + 80.150 186.00 181.22 4.78 + 80.175 186.00 180.85 5.15 + 80.200 162.00 180.64 -18.64 + 80.225 140.00 180.60 -40.60 + 80.250 153.00 180.79 -27.79 + 80.275 147.00 181.38 -34.38 + 80.300 143.00 182.86 -39.86 + 80.325 153.00 186.40 -33.40 + 80.350 154.00 189.14 -35.14 + 80.375 133.00 185.27 -52.27 + 80.400 145.00 182.86 -37.86 + 80.425 148.00 182.10 -34.10 + 80.450 165.00 182.03 -17.03 + 80.475 155.00 182.32 -27.32 + 80.500 155.00 182.87 -27.87 + 80.525 147.00 183.66 -36.66 + 80.550 176.00 184.72 -8.72 + 80.575 149.00 186.14 -37.14 + 80.600 165.00 188.03 -23.03 + 80.625 136.00 190.61 -54.61 + 80.650 163.00 194.24 -31.24 + 80.675 163.00 199.57 -36.57 + 80.700 198.00 207.83 -9.83 + 80.725 215.00 221.68 -6.68 + 80.750 249.00 247.43 1.57 + 80.775 304.00 302.22 1.78 + 80.800 377.00 432.72 -55.72 + 80.825 414.00 634.92 -220.92 + 80.850 339.00 520.99 -181.99 + 80.875 322.00 351.92 -29.92 + 80.900 284.00 284.41 -0.41 + 80.925 301.00 263.27 37.73 + 80.950 311.00 266.84 44.16 + 80.975 380.00 295.85 84.15 + 81.000 550.00 373.63 176.37 + 81.025 624.00 570.68 53.32 + 81.050 660.00 856.42 -196.42 + 81.075 617.00 655.19 -38.19 + 81.100 461.00 404.19 56.81 + 81.125 363.00 296.74 66.26 + 81.150 284.00 249.01 34.99 + 81.175 266.00 224.70 41.30 + 81.200 268.00 210.84 57.16 + 81.225 289.00 202.25 86.75 + 81.250 340.00 196.41 143.59 + 81.275 375.00 192.56 182.44 + 81.300 363.00 189.89 173.11 + 81.325 327.00 188.10 138.90 + 81.350 259.00 187.13 71.87 + 81.375 216.00 187.13 28.87 + 81.400 172.00 186.79 -14.79 + 81.425 180.00 185.71 -5.71 + 81.450 208.00 185.56 22.44 + 81.475 177.00 186.42 -9.42 + 81.500 157.00 188.57 -31.57 + 81.525 189.00 193.09 -4.09 + 81.550 192.00 202.87 -10.87 + 81.575 222.00 226.19 -4.19 + 81.600 222.00 277.33 -55.33 + 81.625 188.00 290.13 -102.13 + 81.650 184.00 235.30 -51.30 + 81.675 164.00 205.69 -41.69 + 81.700 173.00 193.14 -20.14 + 81.725 182.00 187.14 -5.14 + 81.750 153.00 183.87 -30.87 + 81.775 158.00 181.91 -23.91 + 81.800 158.00 180.64 -22.64 + 81.825 183.00 179.78 3.22 + 81.850 190.00 179.18 10.82 + 81.875 178.00 178.74 -0.74 + 81.900 169.00 178.41 -9.41 + 81.925 145.00 178.18 -33.18 + 81.950 170.00 178.01 -8.01 + 81.975 138.00 177.89 -39.89 + 82.000 169.00 177.81 -8.81 + 82.025 133.00 177.77 -44.77 + 82.050 134.00 177.77 -43.77 + 82.075 122.00 177.79 -55.79 + 82.100 126.00 177.85 -51.85 + 82.125 153.00 177.93 -24.93 + 82.150 112.00 178.05 -66.05 + 82.175 125.00 178.20 -53.20 + 82.200 127.00 178.38 -51.38 + 82.225 147.00 178.60 -31.60 + 82.250 125.00 178.86 -53.86 + 82.275 125.00 179.17 -54.17 + 82.300 142.00 179.54 -37.54 + 82.325 143.00 179.98 -36.98 + 82.350 138.00 180.50 -42.50 + 82.375 145.00 181.15 -36.15 + 82.400 166.00 181.89 -15.89 + 82.425 165.00 182.77 -17.77 + 82.450 156.00 183.87 -27.87 + 82.475 154.00 185.23 -31.23 + 82.500 169.00 186.95 -17.95 + 82.525 130.00 189.18 -59.18 + 82.550 173.00 192.17 -19.17 + 82.575 155.00 196.38 -41.38 + 82.600 178.00 202.68 -24.68 + 82.625 211.00 213.05 -2.05 + 82.650 247.00 232.59 14.41 + 82.675 289.00 274.53 14.47 + 82.700 310.00 338.54 -28.54 + 82.725 276.00 321.61 -45.61 + 82.750 303.00 295.62 7.38 + 82.775 376.00 314.10 61.90 + 82.800 468.00 383.48 84.52 + 82.825 665.00 555.89 109.11 + 82.850 803.00 919.07 -116.07 + 82.875 829.00 1119.20 -290.20 + 82.900 683.00 960.77 -277.77 + 82.925 570.00 596.05 -26.05 + 82.950 507.00 395.84 111.16 + 82.975 383.00 309.21 73.79 + 83.000 335.00 268.39 66.61 + 83.025 352.00 248.45 103.55 + 83.050 412.00 240.65 171.35 + 83.075 522.00 243.09 278.91 + 83.100 575.00 259.53 315.47 + 83.125 652.00 304.92 347.08 + 83.150 681.00 420.25 260.75 + 83.175 634.00 582.46 51.54 + 83.200 466.00 464.17 1.83 + 83.225 368.00 317.48 50.52 + 83.250 301.00 253.45 47.55 + 83.275 214.00 224.72 -10.72 + 83.300 226.00 209.88 16.12 + 83.325 205.00 201.43 3.57 + 83.350 239.00 196.32 42.68 + 83.375 226.00 193.22 32.78 + 83.400 271.00 191.56 79.44 + 83.425 279.00 191.19 87.81 + 83.450 280.00 192.41 87.59 + 83.475 247.00 196.30 50.70 + 83.500 223.00 205.99 17.01 + 83.525 201.00 230.25 -29.25 + 83.550 199.00 276.50 -77.50 + 83.575 198.00 267.42 -69.42 + 83.600 206.00 222.24 -16.24 + 83.625 191.00 200.66 -9.66 + 83.650 154.00 191.22 -37.22 + 83.675 174.00 186.54 -12.54 + 83.700 144.00 183.92 -39.92 + 83.725 155.00 182.35 -27.35 + 83.750 161.00 181.35 -20.35 + 83.775 172.00 180.73 -8.73 + 83.800 178.00 180.37 -2.37 + 83.825 192.00 180.21 11.79 + 83.850 155.00 180.25 -25.25 + 83.875 171.00 180.49 -9.49 + 83.900 155.00 180.97 -25.97 + 83.925 160.00 181.78 -21.78 + 83.950 138.00 183.03 -45.03 + 83.975 156.00 185.15 -29.15 + 84.000 178.00 188.77 -10.77 + 84.025 163.00 195.50 -32.50 + 84.050 191.00 209.59 -18.59 + 84.075 200.00 242.54 -42.54 + 84.100 208.00 300.54 -92.54 + 84.125 186.00 285.37 -99.37 + 84.150 167.00 232.25 -65.25 + 84.175 183.00 206.46 -23.46 + 84.200 157.00 195.62 -38.62 + 84.225 148.00 190.73 -42.73 + 84.250 163.00 188.53 -25.53 + 84.275 174.00 187.79 -13.79 + 84.300 187.00 188.03 -1.03 + 84.325 182.00 189.10 -7.10 + 84.350 189.00 190.96 -1.96 + 84.375 190.00 193.81 -3.81 + 84.400 190.00 198.01 -8.01 + 84.425 199.00 204.24 -5.24 + 84.450 240.00 213.75 26.25 + 84.475 247.00 228.98 18.02 + 84.500 334.00 255.28 78.72 + 84.525 391.00 305.41 85.59 + 84.550 512.00 413.65 98.35 + 84.575 618.00 656.20 -38.20 + 84.600 663.00 929.76 -266.76 + 84.625 593.00 882.24 -289.24 + 84.650 456.00 566.05 -110.05 + 84.675 395.00 371.28 23.72 + 84.700 343.00 286.13 56.87 + 84.725 288.00 245.10 42.90 + 84.750 292.00 222.73 69.27 + 84.775 310.00 209.35 100.65 + 84.800 392.00 200.74 191.26 + 84.825 389.00 194.89 194.11 + 84.850 437.00 190.74 246.26 + 84.875 361.00 187.71 173.29 + 84.900 351.00 185.43 165.57 + 84.925 262.00 183.68 78.32 + 84.950 250.00 182.33 67.67 + 84.975 233.00 181.27 51.73 + 85.000 197.00 180.46 16.54 + 85.025 195.00 179.87 15.13 + 85.050 171.00 179.52 -8.52 + 85.075 174.00 179.55 -5.55 + 85.100 171.00 180.23 -9.23 + 85.125 159.00 180.27 -21.27 + 85.150 158.00 179.01 -21.01 + 85.175 120.00 178.30 -58.30 + 85.200 128.00 178.02 -50.02 + 85.225 140.00 177.99 -37.99 + 85.250 148.00 178.08 -30.08 + 85.275 156.00 178.31 -22.31 + 85.300 133.00 178.69 -45.69 + 85.325 156.00 179.26 -23.26 + 85.350 144.00 180.08 -36.08 + 85.375 163.00 181.26 -18.26 + 85.400 158.00 182.96 -24.96 + 85.425 158.00 185.51 -27.51 + 85.450 154.00 189.47 -35.47 + 85.475 165.00 196.03 -31.03 + 85.500 196.00 207.83 -11.83 + 85.525 206.00 231.63 -25.63 + 85.550 256.00 285.77 -29.77 + 85.575 278.00 401.61 -123.61 + 85.600 255.00 442.38 -187.38 + 85.625 253.00 318.01 -65.01 + 85.650 223.00 245.36 -22.36 + 85.675 190.00 214.24 -24.24 + 85.700 196.00 199.52 -3.52 + 85.725 176.00 191.62 -15.62 + 85.750 171.00 186.99 -15.99 + 85.775 212.00 184.09 27.91 + 85.800 204.00 182.19 21.81 + 85.825 252.00 180.91 71.09 + 85.850 224.00 180.04 43.96 + 85.875 192.00 179.45 12.55 + 85.900 180.00 179.08 0.92 + 85.925 172.00 178.88 -6.88 + 85.950 166.00 178.81 -12.81 + 85.975 159.00 178.87 -19.87 + 86.000 155.00 179.04 -24.04 + 86.025 148.00 179.26 -31.26 + 86.050 167.00 179.66 -12.66 + 86.075 137.00 180.14 -43.14 + 86.100 178.00 180.82 -2.82 + 86.125 161.00 181.68 -20.68 + 86.150 180.00 182.76 -2.76 + 86.175 156.00 184.11 -28.11 + 86.200 169.00 185.83 -16.83 + 86.225 178.00 188.04 -10.04 + 86.250 174.00 190.89 -16.89 + 86.275 181.00 194.65 -13.65 + 86.300 172.00 199.79 -27.79 + 86.325 238.00 207.04 30.96 + 86.350 209.00 217.76 -8.76 + 86.375 240.00 234.84 5.16 + 86.400 343.00 262.58 80.42 + 86.425 384.00 304.16 79.84 + 86.450 500.00 384.64 115.36 + 86.475 673.00 559.56 113.44 + 86.500 704.00 947.46 -243.46 + 86.525 763.00 1314.80 -551.80 + 86.550 656.00 885.43 -229.43 + 86.575 551.00 520.92 30.08 + 86.600 406.00 363.23 42.77 + 86.625 354.00 290.80 63.20 + 86.650 352.00 253.39 98.61 + 86.675 301.00 232.24 68.76 + 86.700 357.00 219.64 137.36 + 86.725 414.00 212.13 201.87 + 86.750 440.00 208.08 231.92 + 86.775 502.00 206.91 295.09 + 86.800 459.00 208.77 250.23 + 86.825 425.00 214.85 210.15 + 86.850 378.00 228.41 149.59 + 86.875 418.00 258.23 159.77 + 86.900 427.00 327.52 99.48 + 86.925 467.00 455.30 11.70 + 86.950 441.00 483.05 -42.05 + 86.975 400.00 435.50 -35.50 + 87.000 327.00 330.56 -3.56 + 87.025 278.00 256.45 21.55 + 87.050 259.00 222.52 36.48 + 87.075 240.00 205.78 34.22 + 87.100 213.00 196.46 16.54 + 87.125 206.00 190.76 15.24 + 87.150 241.00 187.02 53.98 + 87.175 263.00 184.45 78.55 + 87.200 287.00 182.63 104.37 + 87.225 291.00 181.38 109.62 + 87.250 245.00 180.42 64.58 + 87.275 243.00 179.73 63.27 + 87.300 198.00 179.27 18.73 + 87.325 195.00 179.00 16.00 + 87.350 195.00 178.91 16.09 + 87.375 164.00 179.01 -15.01 + 87.400 178.00 179.31 -1.31 + 87.425 161.00 179.86 -18.86 + 87.450 161.00 180.72 -19.72 + 87.475 183.00 182.01 0.99 + 87.500 177.00 183.94 -6.94 + 87.525 177.00 186.84 -9.84 + 87.550 177.00 191.36 -14.36 + 87.575 192.00 198.78 -6.78 + 87.600 219.00 211.93 7.07 + 87.625 260.00 238.00 22.00 + 87.650 310.00 296.25 13.75 + 87.675 337.00 421.86 -84.86 + 87.700 312.00 514.28 -202.28 + 87.725 290.00 382.41 -92.41 + 87.750 275.00 276.04 -1.04 + 87.775 243.00 228.86 14.14 + 87.800 192.00 207.05 -15.05 + 87.825 200.00 195.57 4.43 + 87.850 212.00 188.90 23.10 + 87.875 205.00 184.70 20.30 + 87.900 180.00 181.90 -1.90 + 87.925 219.00 179.95 39.05 + 87.950 274.00 178.57 95.43 + 87.975 271.00 177.57 93.43 + 88.000 200.00 176.86 23.14 + 88.025 205.00 176.45 28.55 + 88.050 195.00 176.43 18.57 + 88.075 179.00 176.90 2.10 + 88.100 171.00 176.81 -5.81 + 88.125 171.00 175.76 -4.76 + 88.150 147.00 175.10 -28.10 + 88.175 147.00 174.78 -27.78 + 88.200 167.00 174.63 -7.63 + 88.225 159.00 174.57 -15.57 + 88.250 157.00 174.59 -17.59 + 88.275 145.00 174.66 -29.66 + 88.300 164.00 174.79 -10.79 + 88.325 142.00 174.97 -32.97 + 88.350 143.00 175.27 -32.27 + 88.375 164.00 175.59 -11.59 + 88.400 157.00 175.99 -18.99 + 88.425 153.00 176.50 -23.50 + 88.450 145.00 177.15 -32.15 + 88.475 168.00 177.98 -9.98 + 88.500 159.00 179.05 -20.05 + 88.525 169.00 180.46 -11.46 + 88.550 137.00 182.37 -45.37 + 88.575 182.00 185.06 -3.06 + 88.600 196.00 188.99 7.01 + 88.625 218.00 195.10 22.90 + 88.650 216.00 205.36 10.64 + 88.675 223.00 224.75 -1.75 + 88.700 269.00 266.67 2.33 + 88.725 295.00 357.27 -62.27 + 88.750 288.00 466.17 -178.17 + 88.775 280.00 399.82 -119.82 + 88.800 281.00 292.54 -11.54 + 88.825 187.00 239.97 -52.97 + 88.850 264.00 217.65 46.35 + 88.875 216.00 208.03 7.97 + 88.900 220.00 204.42 15.58 + 88.925 242.00 204.64 37.36 + 88.950 264.00 208.31 55.69 + 88.975 272.00 216.35 55.65 + 89.000 326.00 231.69 94.31 + 89.025 362.00 262.53 99.47 + 89.050 407.00 330.49 76.51 + 89.075 468.00 472.13 -4.13 + 89.100 432.00 613.42 -181.42 + 89.125 443.00 506.72 -63.72 + 89.150 383.00 377.22 5.78 + 89.175 393.00 312.97 80.03 + 89.200 367.00 290.22 76.78 + 89.225 415.00 304.18 110.82 + 89.250 471.00 367.98 103.02 + 89.275 595.00 525.98 69.02 + 89.300 626.00 766.56 -140.56 + 89.325 583.00 716.70 -133.70 + 89.350 491.00 470.01 20.99 + 89.375 456.00 328.20 127.80 + 89.400 411.00 264.00 147.00 + 89.425 322.00 233.15 88.85 + 89.450 328.00 216.22 111.78 + 89.475 289.00 206.10 82.90 + 89.500 271.00 199.79 71.21 + 89.525 302.00 195.90 106.10 + 89.550 377.00 193.86 183.14 + 89.575 369.00 193.54 175.46 + 89.600 373.00 195.45 177.55 + 89.625 347.00 201.48 145.52 + 89.650 296.00 216.60 79.40 + 89.675 292.00 247.86 44.14 + 89.700 257.00 274.60 -17.60 + 89.725 269.00 248.58 20.42 + 89.750 241.00 219.06 21.94 + 89.775 218.00 206.04 11.96 + 89.800 212.00 203.69 8.31 + 89.825 239.00 208.63 30.37 + 89.850 254.00 223.46 30.54 + 89.875 295.00 259.43 35.57 + 89.900 314.00 336.83 -22.83 + 89.925 356.00 431.58 -75.58 + 89.950 301.00 387.57 -86.57 + 89.975 277.00 288.14 -11.14 + 90.000 252.00 232.93 19.07 + 90.025 251.00 207.71 43.29 + 90.050 186.00 195.42 -9.42 + 90.075 197.00 188.53 8.47 + 90.100 162.00 184.23 -22.23 + 90.125 192.00 181.38 10.62 + 90.150 231.00 179.40 51.60 + 90.175 223.00 177.96 45.04 + 90.200 207.00 176.89 30.11 + 90.225 238.00 176.05 61.95 + 90.250 196.00 175.41 20.59 + 90.275 196.00 174.93 21.07 + 90.300 176.00 174.56 1.44 + 90.325 171.00 174.27 -3.27 + 90.350 178.00 174.05 3.95 + 90.375 146.00 173.91 -27.91 + 90.400 169.00 173.81 -4.81 + 90.425 161.00 173.75 -12.75 + 90.450 149.00 173.74 -24.74 + 90.475 173.00 173.77 -0.77 + 90.500 156.00 173.85 -17.85 + 90.525 143.00 173.97 -30.97 + 90.550 154.00 174.13 -20.13 + 90.575 152.00 174.35 -22.35 + 90.600 139.00 174.62 -35.62 + 90.625 184.00 174.95 9.05 + 90.650 185.00 175.35 9.65 + 90.675 161.00 175.84 -14.84 + 90.700 159.00 176.42 -17.42 + 90.725 152.00 177.13 -25.13 + 90.750 159.00 177.99 -18.99 + 90.775 176.00 179.04 -3.04 + 90.800 164.00 180.33 -16.33 + 90.825 168.00 181.93 -13.93 + 90.850 193.00 183.96 9.04 + 90.875 195.00 186.57 8.43 + 90.900 187.00 190.00 -3.00 + 90.925 237.00 194.62 42.38 + 90.950 228.00 201.04 26.96 + 90.975 265.00 210.32 54.68 + 91.000 291.00 224.45 66.55 + 91.025 347.00 247.78 99.22 + 91.050 409.00 291.62 117.38 + 91.075 454.00 384.63 69.37 + 91.100 552.00 576.29 -24.29 + 91.125 524.00 851.07 -327.07 + 91.150 552.00 862.34 -310.34 + 91.175 502.00 606.52 -104.52 + 91.200 483.00 445.84 37.16 + 91.225 433.00 407.38 25.62 + 91.250 382.00 401.08 -19.08 + 91.275 363.00 336.81 26.19 + 91.300 322.00 276.80 45.20 + 91.325 328.00 248.75 79.25 + 91.350 389.00 245.51 143.49 + 91.375 469.00 258.23 210.77 + 91.400 485.00 259.96 225.04 + 91.425 438.00 245.36 192.64 + 91.450 491.00 246.53 244.47 + 91.475 415.00 266.28 148.72 + 91.500 377.00 266.99 110.01 + 91.525 375.00 237.31 137.69 + 91.550 322.00 216.65 105.35 + 91.575 288.00 212.03 75.97 + 91.600 280.00 219.48 60.52 + 91.625 263.00 223.85 39.15 + 91.650 275.00 210.21 64.79 + 91.675 245.00 196.51 48.49 + 91.700 243.00 189.08 53.92 + 91.725 239.00 185.38 53.62 + 91.750 247.00 183.47 63.53 + 91.775 216.00 182.50 33.50 + 91.800 204.00 182.11 21.89 + 91.825 210.00 182.14 27.86 + 91.850 196.00 182.54 13.46 + 91.875 220.00 183.26 36.74 + 91.900 209.00 184.35 24.65 + 91.925 212.00 185.87 26.13 + 91.950 226.00 187.93 38.07 + 91.975 201.00 190.72 10.28 + 92.000 225.00 194.54 30.46 + 92.025 228.00 199.86 28.14 + 92.050 210.00 207.53 2.47 + 92.075 244.00 219.14 24.86 + 92.100 298.00 238.21 59.79 + 92.125 405.00 274.13 130.87 + 92.150 445.00 349.66 95.34 + 92.175 534.00 500.60 33.40 + 92.200 579.00 715.74 -136.74 + 92.225 538.00 754.92 -216.92 + 92.250 495.00 555.55 -60.55 + 92.275 466.00 392.25 73.75 + 92.300 410.00 313.56 96.44 + 92.325 389.00 288.77 100.23 + 92.350 387.00 298.59 88.41 + 92.375 429.00 338.38 90.62 + 92.400 460.00 385.08 74.92 + 92.425 573.00 403.99 169.01 + 92.450 607.00 437.63 169.37 + 92.475 740.00 502.94 237.06 + 92.500 853.00 649.28 203.72 + 92.525 781.00 827.36 -46.36 + 92.550 733.00 755.47 -22.47 + 92.575 593.00 525.34 67.66 + 92.600 499.00 365.60 133.40 + 92.625 398.00 284.80 113.20 + 92.650 368.00 246.02 121.98 + 92.675 334.00 225.38 108.62 + 92.700 370.00 212.83 157.17 + 92.725 358.00 204.62 153.38 + 92.750 391.00 199.02 191.98 + 92.775 376.00 195.12 180.88 + 92.800 394.00 192.41 201.59 + 92.825 414.00 190.59 223.41 + 92.850 383.00 189.47 193.53 + 92.875 300.00 188.95 111.05 + 92.900 294.00 189.02 104.98 + 92.925 275.00 189.68 85.32 + 92.950 246.00 190.99 55.01 + 92.975 259.00 193.26 65.74 + 93.000 235.00 196.80 38.20 + 93.025 239.00 202.28 36.72 + 93.050 243.00 211.26 31.74 + 93.075 277.00 227.75 49.25 + 93.100 363.00 261.40 101.60 + 93.125 383.00 327.81 55.19 + 93.150 434.00 429.63 4.37 + 93.175 436.00 485.53 -49.53 + 93.200 378.00 416.17 -38.17 + 93.225 373.00 338.70 34.30 + 93.250 386.00 311.48 74.52 + 93.275 438.00 335.13 102.87 + 93.300 464.00 400.73 63.27 + 93.325 491.00 473.16 17.84 + 93.350 539.00 533.31 5.69 + 93.375 539.00 605.86 -66.86 + 93.400 523.00 660.14 -137.14 + 93.425 499.00 557.83 -58.83 + 93.450 478.00 411.67 66.33 + 93.475 472.00 319.62 152.38 + 93.500 383.00 267.60 115.40 + 93.525 345.00 238.50 106.50 + 93.550 354.00 222.87 131.13 + 93.575 352.00 214.77 137.23 + 93.600 383.00 211.42 171.58 + 93.625 370.00 212.19 157.81 + 93.650 410.00 218.66 191.34 + 93.675 453.00 234.29 218.71 + 93.700 416.00 260.76 155.24 + 93.725 396.00 282.47 113.53 + 93.750 392.00 273.60 118.40 + 93.775 319.00 257.90 61.10 + 93.800 335.00 256.50 78.50 + 93.825 407.00 273.77 133.23 + 93.850 461.00 319.06 141.94 + 93.875 587.00 419.29 167.71 + 93.900 741.00 615.46 125.54 + 93.925 875.00 900.84 -25.84 + 93.950 863.00 1058.18 -195.18 + 93.975 754.00 878.74 -124.74 + 94.000 619.00 594.46 24.54 + 94.025 485.00 404.12 80.88 + 94.050 429.00 305.91 123.09 + 94.075 336.00 257.91 78.09 + 94.100 321.00 232.19 88.81 + 94.125 296.00 216.47 79.53 + 94.150 316.00 205.97 110.03 + 94.175 385.00 198.59 186.41 + 94.200 474.00 193.22 280.78 + 94.225 539.00 189.20 349.80 + 94.250 571.00 186.13 384.87 + 94.275 493.00 183.75 309.25 + 94.300 420.00 181.89 238.11 + 94.325 345.00 180.42 164.58 + 94.350 272.00 179.27 92.73 + 94.375 242.00 178.39 63.61 + 94.400 219.00 177.73 41.27 + 94.425 229.00 177.29 51.71 + 94.450 203.00 177.05 25.95 + 94.475 220.00 177.02 42.98 + 94.500 211.00 177.24 33.76 + 94.525 190.00 177.74 12.26 + 94.550 171.00 178.62 -7.62 + 94.575 195.00 179.98 15.02 + 94.600 176.00 181.98 -5.98 + 94.625 218.00 185.07 32.93 + 94.650 208.00 190.19 17.81 + 94.675 212.00 199.67 12.33 + 94.700 230.00 219.15 10.85 + 94.725 265.00 258.15 6.85 + 94.750 314.00 322.99 -8.99 + 94.775 278.00 386.57 -108.57 + 94.800 306.00 371.38 -65.38 + 94.825 262.00 300.99 -38.99 + 94.850 281.00 245.23 35.77 + 94.875 209.00 215.07 -6.07 + 94.900 235.00 201.90 33.10 + 94.925 222.00 198.10 23.90 + 94.950 223.00 201.58 21.42 + 94.975 246.00 215.03 30.97 + 95.000 268.00 242.29 25.71 + 95.025 316.00 277.55 38.45 + 95.050 307.00 285.55 21.45 + 95.075 316.00 252.61 63.39 + 95.100 273.00 217.94 55.06 + 95.125 247.00 196.46 50.54 + 95.150 229.00 185.42 43.58 + 95.175 201.00 179.86 21.14 + 95.200 198.00 176.71 21.29 + 95.225 173.00 174.67 -1.67 + 95.250 202.00 173.26 28.74 + 95.275 173.00 172.23 0.77 + 95.300 212.00 171.46 40.54 + 95.325 185.00 170.87 14.13 + 95.350 197.00 170.41 26.59 + 95.375 193.00 170.06 22.94 + 95.400 193.00 169.80 23.20 + 95.425 194.00 169.61 24.39 + 95.450 169.00 169.50 -0.50 + 95.475 169.00 169.46 -0.46 + 95.500 157.00 169.46 -12.46 + 95.525 167.00 169.43 -2.43 + 95.550 175.00 169.34 5.66 + 95.575 140.00 169.29 -29.29 + 95.600 174.00 169.32 4.68 + 95.625 146.00 169.40 -23.40 + 95.650 171.00 169.54 1.46 + 95.675 142.00 169.73 -27.73 + 95.700 152.00 169.97 -17.97 + 95.725 171.00 170.26 0.74 + 95.750 150.00 170.63 -20.63 + 95.775 142.00 171.08 -29.08 + 95.800 161.00 171.63 -10.63 + 95.825 150.00 172.30 -22.30 + 95.850 163.00 173.12 -10.12 + 95.875 154.00 174.14 -20.14 + 95.900 149.00 175.42 -26.42 + 95.925 157.00 177.04 -20.04 + 95.950 192.00 179.13 12.87 + 95.975 185.00 181.90 3.10 + 96.000 184.00 185.65 -1.65 + 96.025 205.00 190.93 14.07 + 96.050 231.00 198.89 32.11 + 96.075 238.00 212.41 25.59 + 96.100 263.00 238.21 24.79 + 96.125 324.00 288.19 35.81 + 96.150 365.00 373.44 -8.44 + 96.175 388.00 480.61 -92.61 + 96.200 380.00 529.14 -149.14 + 96.225 421.00 479.63 -58.63 + 96.250 418.00 423.60 -5.60 + 96.275 408.00 408.20 -0.20 + 96.300 385.00 435.36 -50.36 + 96.325 374.00 448.35 -74.35 + 96.350 346.00 388.12 -42.12 + 96.375 329.00 307.75 21.25 + 96.400 297.00 250.75 46.25 + 96.425 319.00 218.62 100.38 + 96.450 322.00 201.98 120.02 + 96.475 328.00 192.93 135.07 + 96.500 298.00 187.40 110.60 + 96.525 290.00 183.70 106.30 + 96.550 304.00 181.13 122.87 + 96.575 311.00 179.35 131.65 + 96.600 312.00 178.16 133.84 + 96.625 319.00 177.46 141.54 + 96.650 292.00 177.19 114.81 + 96.675 241.00 177.37 63.63 + 96.700 239.00 178.05 60.95 + 96.725 202.00 179.32 22.68 + 96.750 206.00 181.50 24.50 + 96.775 202.00 185.22 16.78 + 96.800 227.00 192.02 34.98 + 96.825 236.00 205.65 30.35 + 96.850 307.00 232.78 74.22 + 96.875 309.00 280.02 28.98 + 96.900 385.00 342.08 42.92 + 96.925 341.00 376.46 -35.46 + 96.950 324.00 340.26 -16.26 + 96.975 290.00 278.40 11.60 + 97.000 208.00 231.95 -23.95 + 97.025 241.00 205.54 35.46 + 97.050 201.00 192.51 8.49 + 97.075 202.00 186.32 15.68 + 97.100 181.00 183.40 -2.40 + 97.125 217.00 182.46 34.54 + 97.150 264.00 183.45 80.55 + 97.175 229.00 187.49 41.51 + 97.200 326.00 197.13 128.87 + 97.225 303.00 215.66 87.34 + 97.250 345.00 243.39 101.61 + 97.275 304.00 267.78 36.22 + 97.300 296.00 262.64 33.36 + 97.325 241.00 234.56 6.44 + 97.350 242.00 208.93 33.07 + 97.375 210.00 193.19 16.81 + 97.400 187.00 185.60 1.40 + 97.425 206.00 183.06 22.94 + 97.450 194.00 184.00 10.00 + 97.475 221.00 189.09 31.91 + 97.500 216.00 201.06 14.94 + 97.525 245.00 223.06 21.94 + 97.550 242.00 253.43 -11.43 + 97.575 251.00 274.69 -23.69 + 97.600 258.00 262.22 -4.22 + 97.625 232.00 231.26 0.74 + 97.650 215.00 205.52 9.48 + 97.675 189.00 190.44 -1.44 + 97.700 192.00 184.01 7.99 + 97.725 163.00 183.29 -20.29 + 97.750 158.00 185.88 -27.88 + 97.775 162.00 188.05 -26.05 + 97.800 174.00 185.28 -11.28 + 97.825 182.00 179.34 2.66 + 97.850 169.00 174.23 -5.23 + 97.875 151.00 170.93 -19.93 + 97.900 187.00 169.04 17.96 + 97.925 179.00 167.96 11.04 + 97.950 167.00 167.28 -0.28 + 97.975 169.00 166.80 2.20 + 98.000 146.00 166.45 -20.45 + 98.025 149.00 166.18 -17.18 + 98.050 146.00 165.97 -19.97 + 98.075 158.00 165.81 -7.81 + 98.100 142.00 165.69 -23.69 + 98.125 164.00 165.60 -1.60 + 98.150 142.00 165.55 -23.55 + 98.175 153.00 165.53 -12.53 + 98.200 147.00 165.56 -18.56 + 98.225 163.00 165.61 -2.61 + 98.250 160.00 165.71 -5.71 + 98.275 163.00 165.86 -2.86 + 98.300 127.00 166.09 -39.09 + 98.325 150.00 166.42 -16.42 + 98.350 159.00 166.90 -7.90 + 98.375 140.00 167.67 -27.67 + 98.400 136.00 169.04 -33.04 + 98.425 159.00 171.64 -12.64 + 98.450 171.00 176.45 -5.45 + 98.475 178.00 184.11 -6.11 + 98.500 159.00 193.13 -34.13 + 98.525 162.00 197.39 -35.39 + 98.550 193.00 192.33 0.67 + 98.575 156.00 184.00 -28.00 + 98.600 176.00 177.69 -1.69 + 98.625 161.00 174.41 -13.41 + 98.650 155.00 173.57 -18.57 + 98.675 146.00 174.70 -28.70 + 98.700 179.00 178.26 0.74 + 98.725 208.00 186.02 21.98 + 98.750 186.00 200.62 -14.62 + 98.775 194.00 223.33 -29.33 + 98.800 252.00 248.76 3.24 + 98.825 230.00 258.07 -28.07 + 98.850 219.00 240.42 -21.42 + 98.875 182.00 214.33 -32.33 + 98.900 179.00 194.08 -15.08 + 98.925 174.00 181.84 -7.84 + 98.950 147.00 175.38 -28.38 + 98.975 189.00 172.09 16.91 + 99.000 166.00 170.29 -4.29 + 99.025 142.00 169.21 -27.21 + 99.050 144.00 168.56 -24.56 + 99.075 177.00 168.22 8.78 + 99.100 178.00 168.14 9.86 + 99.125 215.00 168.35 46.65 + 99.150 182.00 169.03 12.97 + 99.175 160.00 170.60 -10.60 + 99.200 196.00 173.80 22.20 + 99.225 200.00 179.41 20.59 + 99.250 159.00 187.35 -28.35 + 99.275 163.00 194.69 -31.69 + 99.300 150.00 195.02 -45.02 + 99.325 175.00 188.04 -13.04 + 99.350 144.00 180.14 -36.14 + 99.375 132.00 174.51 -42.51 + 99.400 160.00 171.35 -11.35 + 99.425 169.00 169.85 -0.85 + 99.450 138.00 169.31 -31.31 + 99.475 171.00 169.27 1.73 + 99.500 129.00 169.55 -40.55 + 99.525 167.00 170.12 -3.12 + 99.550 172.00 171.00 1.00 + 99.575 135.00 172.27 -37.27 + 99.600 170.00 174.09 -4.09 + 99.625 172.00 176.76 -4.76 + 99.650 169.00 181.04 -12.04 + 99.675 199.00 188.71 10.29 + 99.700 221.00 203.40 17.60 + 99.725 233.00 230.46 2.54 + 99.750 283.00 273.94 9.06 + 99.775 291.00 329.08 -38.08 + 99.800 299.00 368.44 -69.44 + 99.825 257.00 354.18 -97.18 + 99.850 239.00 301.97 -62.97 + 99.875 226.00 250.96 -24.96 + 99.900 185.00 215.77 -30.77 + 99.925 195.00 195.55 -0.55 + 99.950 194.00 184.99 9.01 + 99.975 175.00 179.42 -4.42 + 100.000 192.00 176.18 15.82 + 100.025 182.00 174.11 7.89 + 100.050 189.00 172.73 16.27 + 100.075 210.00 171.79 38.21 + 100.100 252.00 171.20 80.80 + 100.125 217.00 170.88 46.12 + 100.150 230.00 170.80 59.20 + 100.175 223.00 170.94 52.06 + 100.200 192.00 171.32 20.68 + 100.225 205.00 171.97 33.03 + 100.250 179.00 172.98 6.02 + 100.275 185.00 174.53 10.47 + 100.300 155.00 177.06 -22.06 + 100.325 193.00 181.58 11.42 + 100.350 190.00 189.91 0.09 + 100.375 214.00 204.34 9.66 + 100.400 215.00 225.95 -10.95 + 100.425 230.00 250.98 -20.98 + 100.450 223.00 265.74 -42.74 + 100.475 212.00 257.22 -45.22 + 100.500 233.00 236.18 -3.18 + 100.525 221.00 218.10 2.90 + 100.550 242.00 208.62 33.38 + 100.575 216.00 208.74 7.26 + 100.600 261.00 219.81 41.19 + 100.625 265.00 245.87 19.13 + 100.650 370.00 292.41 77.59 + 100.675 406.00 360.76 45.24 + 100.700 501.00 436.12 64.88 + 100.725 447.00 477.18 -30.18 + 100.750 488.00 463.63 24.37 + 100.775 473.00 424.90 48.10 + 100.800 365.00 372.61 -7.61 + 100.825 279.00 312.58 -33.58 + 100.850 283.00 262.59 20.41 + 100.875 285.00 229.57 55.43 + 100.900 282.00 211.44 70.56 + 100.925 239.00 204.06 34.94 + 100.950 267.00 203.49 63.51 + 100.975 263.00 205.94 57.06 + 101.000 309.00 208.07 100.93 + 101.025 349.00 208.27 140.73 + 101.050 345.00 205.19 139.81 + 101.075 322.00 200.43 121.57 + 101.100 338.00 195.89 142.11 + 101.125 308.00 190.64 117.36 + 101.150 238.00 185.05 52.95 + 101.175 221.00 180.57 40.43 + 101.200 215.00 177.57 37.43 + 101.225 197.00 175.82 21.18 + 101.250 205.00 175.09 29.91 + 101.275 208.00 175.26 32.74 + 101.300 222.00 176.29 45.71 + 101.325 206.00 178.53 27.47 + 101.350 204.00 182.83 21.17 + 101.375 230.00 190.80 39.20 + 101.400 240.00 204.85 35.15 + 101.425 284.00 227.42 56.58 + 101.450 313.00 258.35 54.65 + 101.475 331.00 291.30 39.70 + 101.500 344.00 316.92 27.08 + 101.525 297.00 323.41 -26.41 + 101.550 275.00 300.14 -25.14 + 101.575 267.00 261.68 5.32 + 101.600 216.00 227.38 -11.38 + 101.625 230.00 203.75 26.25 + 101.650 194.00 189.87 4.13 + 101.675 195.00 182.60 12.40 + 101.700 234.00 179.19 54.81 + 101.725 196.00 178.17 17.83 + 101.750 198.00 179.39 18.61 + 101.775 240.00 183.59 56.41 + 101.800 255.00 191.80 63.20 + 101.825 287.00 204.15 82.85 + 101.850 314.00 217.92 96.08 + 101.875 318.00 225.20 92.80 + 101.900 255.00 218.99 36.01 + 101.925 232.00 204.76 27.24 + 101.950 213.00 190.99 22.01 + 101.975 186.00 181.06 4.94 + 102.000 193.00 174.99 18.01 + 102.025 156.00 171.64 -15.64 + 102.050 168.00 169.87 -1.87 + 102.075 155.00 168.88 -13.88 + 102.100 154.00 168.31 -14.31 + 102.125 187.00 167.98 19.02 + 102.150 181.00 167.84 13.16 + 102.175 194.00 167.85 26.15 + 102.200 183.00 167.99 15.01 + 102.225 206.00 168.29 37.71 + 102.250 191.00 168.74 22.26 + 102.275 179.00 169.39 9.61 + 102.300 174.00 170.28 3.72 + 102.325 158.00 171.51 -13.51 + 102.350 176.00 173.24 2.76 + 102.375 183.00 175.79 7.21 + 102.400 184.00 179.60 4.40 + 102.425 188.00 185.39 2.61 + 102.450 222.00 194.36 27.64 + 102.475 211.00 208.47 2.53 + 102.500 242.00 230.84 11.16 + 102.525 267.00 266.24 0.76 + 102.550 330.00 317.52 12.48 + 102.575 363.00 376.84 -13.84 + 102.600 390.00 416.24 -26.24 + 102.625 397.00 402.64 -5.64 + 102.650 332.00 347.54 -15.54 + 102.675 288.00 287.24 0.76 + 102.700 273.00 240.49 32.51 + 102.725 199.00 210.30 -11.30 + 102.750 218.00 193.00 25.00 + 102.775 198.00 183.57 14.43 + 102.800 206.00 178.21 27.79 + 102.825 228.00 174.83 53.17 + 102.850 206.00 172.49 33.51 + 102.875 216.00 170.76 45.24 + 102.900 256.00 169.43 86.57 + 102.925 259.00 168.39 90.61 + 102.950 301.00 167.57 133.43 + 102.975 265.00 166.91 98.09 + 103.000 240.00 166.37 73.63 + 103.025 206.00 165.93 40.07 + 103.050 224.00 165.57 58.43 + 103.075 183.00 165.28 17.72 + 103.100 160.00 165.04 -5.04 + 103.125 190.00 164.85 25.15 + 103.150 158.00 164.69 -6.69 + 103.175 161.00 164.57 -3.57 + 103.200 161.00 164.48 -3.48 + 103.225 143.00 164.42 -21.42 + 103.250 144.00 164.38 -20.38 + 103.275 177.00 164.37 12.63 + 103.300 175.00 164.38 10.62 + 103.325 142.00 164.42 -22.42 + 103.350 129.00 164.48 -35.48 + 103.375 140.00 164.57 -24.57 + 103.400 166.00 164.69 1.31 + 103.425 156.00 164.85 -8.85 + 103.450 126.00 165.04 -39.04 + 103.475 156.00 165.27 -9.27 + 103.500 144.00 165.55 -21.55 + 103.525 146.00 165.89 -19.89 + 103.550 136.00 166.30 -30.30 + 103.575 145.00 166.80 -21.80 + 103.600 160.00 167.42 -7.42 + 103.625 147.00 168.19 -21.19 + 103.650 142.00 169.16 -27.16 + 103.675 150.00 170.42 -20.42 + 103.700 168.00 172.10 -4.10 + 103.725 164.00 174.54 -10.54 + 103.750 168.00 178.44 -10.44 + 103.775 195.00 185.22 9.78 + 103.800 207.00 197.19 9.81 + 103.825 229.00 216.99 12.01 + 103.850 260.00 246.04 13.96 + 103.875 263.00 281.64 -18.64 + 103.900 294.00 312.65 -18.65 + 103.925 291.00 320.18 -29.18 + 103.950 279.00 298.85 -19.85 + 103.975 245.00 265.65 -20.65 + 104.000 211.00 236.11 -25.11 + 104.025 240.00 216.03 23.97 + 104.050 218.00 205.39 12.61 + 104.075 197.00 202.30 -5.30 + 104.100 226.00 205.60 20.40 + 104.125 253.00 215.15 37.85 + 104.150 249.00 230.97 18.03 + 104.175 289.00 251.94 37.06 + 104.200 329.00 276.68 52.32 + 104.225 377.00 305.13 71.87 + 104.250 412.00 331.63 80.37 + 104.275 419.00 339.48 79.52 + 104.300 371.00 318.19 52.81 + 104.325 310.00 281.10 28.90 + 104.350 258.00 245.37 12.63 + 104.375 236.00 218.52 17.48 + 104.400 243.00 201.37 41.63 + 104.425 235.00 191.82 43.18 + 104.450 224.00 187.16 36.84 + 104.475 241.00 185.37 55.63 + 104.500 236.00 185.40 50.60 + 104.525 239.00 186.97 52.03 + 104.550 302.00 190.57 111.43 + 104.575 286.00 197.60 88.40 + 104.600 295.00 210.87 84.13 + 104.625 329.00 234.53 94.47 + 104.650 390.00 272.75 117.25 + 104.675 376.00 326.56 49.44 + 104.700 405.00 388.96 16.04 + 104.725 380.00 438.57 -58.57 + 104.750 376.00 445.14 -69.14 + 104.775 363.00 406.44 -43.44 + 104.800 361.00 352.94 8.06 + 104.825 296.00 309.04 -13.04 + 104.850 313.00 282.12 30.88 + 104.875 279.00 267.66 11.34 + 104.900 295.00 255.05 39.95 + 104.925 248.00 238.50 9.50 + 104.950 253.00 220.92 32.08 + 104.975 273.00 206.15 66.85 + 105.000 273.00 195.57 77.43 + 105.025 275.00 189.02 85.98 + 105.050 305.00 185.60 119.40 + 105.075 282.00 184.45 97.55 + 105.100 295.00 185.14 109.86 + 105.125 295.00 188.00 107.00 + 105.150 304.00 194.27 109.73 + 105.175 318.00 206.25 111.75 + 105.200 331.00 226.84 104.16 + 105.225 336.00 258.07 77.93 + 105.250 336.00 298.63 37.37 + 105.275 371.00 340.10 30.90 + 105.300 349.00 364.18 -15.18 + 105.325 315.00 355.20 -40.20 + 105.350 280.00 321.67 -41.67 + 105.375 286.00 283.27 2.73 + 105.400 238.00 251.12 -13.12 + 105.425 265.00 227.38 37.62 + 105.450 226.00 211.16 14.84 + 105.475 238.00 201.61 36.39 + 105.500 222.00 198.03 23.97 + 105.525 224.00 200.02 23.98 + 105.550 254.00 207.30 46.70 + 105.575 303.00 218.90 84.10 + 105.600 311.00 231.96 79.04 + 105.625 297.00 240.88 56.12 + 105.650 319.00 240.84 78.16 + 105.675 302.00 235.06 66.94 + 105.700 295.00 231.39 63.61 + 105.725 299.00 234.91 64.09 + 105.750 325.00 246.25 78.75 + 105.775 347.00 261.15 85.85 + 105.800 294.00 270.01 23.99 + 105.825 264.00 263.84 0.16 + 105.850 265.00 245.27 19.73 + 105.875 239.00 223.79 15.21 + 105.900 227.00 205.57 21.43 + 105.925 226.00 192.65 33.35 + 105.950 250.00 184.67 65.33 + 105.975 203.00 180.29 22.71 + 106.000 229.00 178.09 50.91 + 106.025 202.00 177.01 24.99 + 106.050 234.00 176.56 57.44 + 106.075 220.00 176.63 43.37 + 106.100 206.00 177.33 28.67 + 106.125 230.00 178.86 51.14 + 106.150 228.00 181.58 46.42 + 106.175 259.00 186.11 72.89 + 106.200 221.00 193.38 27.62 + 106.225 276.00 204.54 71.46 + 106.250 276.00 220.49 55.51 + 106.275 271.00 241.52 29.48 + 106.300 278.00 266.84 11.16 + 106.325 298.00 292.77 5.23 + 106.350 341.00 312.81 28.19 + 106.375 366.00 326.29 39.71 + 106.400 384.00 343.74 40.26 + 106.425 388.00 374.79 13.21 + 106.450 410.00 418.00 -8.00 + 106.475 433.00 456.98 -23.98 + 106.500 388.00 464.04 -76.04 + 106.525 382.00 427.41 -45.41 + 106.550 298.00 366.85 -68.85 + 106.575 327.00 306.41 20.59 + 106.600 266.00 258.04 7.96 + 106.625 250.00 224.45 25.55 + 106.650 252.00 203.40 48.60 + 106.675 252.00 191.00 61.00 + 106.700 262.00 183.73 78.27 + 106.725 270.00 179.21 90.79 + 106.750 257.00 176.13 80.87 + 106.775 249.00 173.86 75.14 + 106.800 251.00 172.11 78.89 + 106.825 336.00 170.71 165.29 + 106.850 305.00 169.59 135.41 + 106.875 284.00 168.66 115.34 + 106.900 293.00 167.90 125.10 + 106.925 236.00 167.27 68.73 + 106.950 224.00 166.75 57.25 + 106.975 207.00 166.32 40.68 + 107.000 200.00 165.98 34.02 + 107.025 174.00 165.71 8.29 + 107.050 177.00 165.49 11.51 + 107.075 180.00 165.31 14.69 + 107.100 163.00 165.12 -2.12 + 107.125 150.00 164.93 -14.93 + 107.150 181.00 164.75 16.25 + 107.175 174.00 164.61 9.39 + 107.200 141.00 164.51 -23.51 + 107.225 156.00 164.45 -8.45 + 107.250 143.00 164.43 -21.43 + 107.275 166.00 164.45 1.55 + 107.300 148.00 164.50 -16.50 + 107.325 174.00 164.58 9.42 + 107.350 153.00 164.70 -11.70 + 107.375 160.00 164.87 -4.87 + 107.400 159.00 165.07 -6.07 + 107.425 160.00 165.33 -5.33 + 107.450 155.00 165.66 -10.66 + 107.475 141.00 166.06 -25.06 + 107.500 148.00 166.56 -18.56 + 107.525 157.00 167.20 -10.20 + 107.550 157.00 168.02 -11.02 + 107.575 161.00 169.10 -8.10 + 107.600 171.00 170.56 0.44 + 107.625 164.00 172.62 -8.62 + 107.650 169.00 175.71 -6.71 + 107.675 170.00 180.60 -10.60 + 107.700 167.00 188.57 -21.57 + 107.725 189.00 201.27 -12.27 + 107.750 220.00 220.28 -0.28 + 107.775 252.00 245.80 6.20 + 107.800 328.00 275.13 52.87 + 107.825 298.00 300.88 -2.88 + 107.850 286.00 311.47 -25.47 + 107.875 290.00 300.52 -10.52 + 107.900 266.00 275.13 -9.13 + 107.925 220.00 246.82 -26.82 + 107.950 171.00 222.58 -51.58 + 107.975 193.00 204.87 -11.87 + 108.000 194.00 193.56 0.44 + 108.025 170.00 187.36 -17.36 + 108.050 235.00 184.85 50.15 + 108.075 195.00 185.15 9.85 + 108.100 207.00 188.29 18.71 + 108.125 227.00 195.27 31.73 + 108.150 261.00 207.98 53.02 + 108.175 320.00 228.58 91.42 + 108.200 343.00 258.38 84.62 + 108.225 339.00 296.30 42.70 + 108.250 411.00 336.79 74.21 + 108.275 416.00 368.00 48.00 + 108.300 350.00 375.99 -25.99 + 108.325 350.00 359.81 -9.81 + 108.350 288.00 333.40 -45.40 + 108.375 343.00 309.78 33.22 + 108.400 300.00 293.54 6.46 + 108.425 286.00 281.70 4.30 + 108.450 283.00 267.70 15.30 + 108.475 249.00 248.99 0.01 + 108.500 258.00 228.75 29.25 + 108.525 232.00 210.63 21.37 + 108.550 229.00 196.34 32.66 + 108.575 233.00 186.10 46.90 + 108.600 215.00 179.32 35.68 + 108.625 250.00 175.01 74.99 + 108.650 258.00 172.28 85.72 + 108.675 250.00 170.48 79.52 + 108.700 251.00 169.22 81.78 + 108.725 245.00 168.28 76.72 + 108.750 233.00 167.55 65.45 + 108.775 220.00 166.99 53.01 + 108.800 257.00 166.55 90.45 + 108.825 219.00 166.22 52.78 + 108.850 207.00 165.99 41.01 + 108.875 208.00 165.86 42.14 + 108.900 191.00 165.81 25.19 + 108.925 187.00 165.87 21.13 + 108.950 198.00 166.06 31.94 + 108.975 176.00 166.41 9.59 + 109.000 184.00 167.03 16.97 + 109.025 190.00 168.10 21.90 + 109.050 192.00 170.02 21.98 + 109.075 159.00 173.35 -14.35 + 109.100 176.00 178.79 -2.79 + 109.125 166.00 186.99 -20.99 + 109.150 196.00 198.05 -2.05 + 109.175 172.00 211.09 -39.09 + 109.200 180.00 223.53 -43.53 + 109.225 208.00 230.87 -22.87 + 109.250 219.00 229.15 -10.15 + 109.275 202.00 219.38 -17.38 + 109.300 177.00 206.20 -29.20 + 109.325 175.00 193.53 -18.53 + 109.350 170.00 183.30 -13.30 + 109.375 167.00 175.99 -8.99 + 109.400 175.00 171.25 3.75 + 109.425 153.00 168.39 -15.39 + 109.450 145.00 166.72 -21.72 + 109.475 178.00 165.75 12.25 + 109.500 168.00 165.16 2.84 + 109.525 153.00 164.75 -11.75 + 109.550 159.00 164.39 -5.39 + 109.575 179.00 164.04 14.96 + 109.600 196.00 163.70 32.30 + 109.625 175.00 163.39 11.61 + 109.650 174.00 163.14 10.86 + 109.675 168.00 162.94 5.06 + 109.700 180.00 162.80 17.20 + 109.725 139.00 162.70 -23.70 + 109.750 157.00 162.65 -5.65 + 109.775 143.00 162.62 -19.62 + 109.800 156.00 162.64 -6.64 + 109.825 157.00 162.69 -5.69 + 109.850 151.00 162.82 -11.82 + 109.875 155.00 163.05 -8.05 + 109.900 158.00 163.45 -5.45 + 109.925 155.00 164.09 -9.09 + 109.950 141.00 165.03 -24.03 + 109.975 152.00 166.26 -14.26 + 110.000 145.00 167.69 -22.69 + 110.025 158.00 169.04 -11.04 + 110.050 153.00 169.87 -16.87 + 110.075 149.00 169.83 -20.83 + 110.100 153.00 169.02 -16.02 + 110.125 150.00 167.90 -17.90 + 110.150 144.00 166.91 -22.91 + 110.175 150.00 166.32 -16.32 + 110.200 143.00 166.31 -23.31 + 110.225 172.00 167.04 4.96 + 110.250 141.00 168.65 -27.65 + 110.275 166.00 171.22 -5.22 + 110.300 170.00 174.70 -4.70 + 110.325 162.00 178.78 -16.78 + 110.350 206.00 182.72 23.28 + 110.375 182.00 185.32 -3.32 + 110.400 172.00 185.61 -13.61 + 110.425 183.00 183.99 -0.99 + 110.450 175.00 181.93 -6.93 + 110.475 178.00 180.84 -2.84 + 110.500 179.00 181.47 -2.47 + 110.525 157.00 183.94 -26.94 + 110.550 163.00 187.67 -24.67 + 110.575 182.00 191.30 -9.30 + 110.600 184.00 192.93 -8.93 + 110.625 177.00 191.30 -14.30 + 110.650 163.00 187.04 -24.04 + 110.675 172.00 181.77 -9.77 + 110.700 185.00 176.83 8.17 + 110.725 159.00 172.87 -13.87 + 110.750 185.00 170.04 14.96 + 110.775 176.00 168.25 7.75 + 110.800 169.00 167.24 1.76 + 110.825 161.00 166.77 -5.77 + 110.850 173.00 166.64 6.36 + 110.875 190.00 166.75 23.25 + 110.900 193.00 167.03 25.97 + 110.925 150.00 167.49 -17.49 + 110.950 175.00 168.15 6.85 + 110.975 151.00 169.06 -18.06 + 111.000 176.00 170.35 5.65 + 111.025 166.00 172.23 -6.23 + 111.050 171.00 175.12 -4.12 + 111.075 187.00 179.70 7.30 + 111.100 180.00 186.95 -6.95 + 111.125 216.00 198.09 17.91 + 111.150 212.00 214.23 -2.23 + 111.175 269.00 235.82 33.18 + 111.200 301.00 261.76 39.24 + 111.225 313.00 288.48 24.52 + 111.250 319.00 309.21 9.79 + 111.275 328.00 315.63 12.37 + 111.300 299.00 304.55 -5.55 + 111.325 252.00 281.49 -29.49 + 111.350 252.00 254.89 -2.89 + 111.375 228.00 230.65 -2.65 + 111.400 200.00 211.69 -11.69 + 111.425 209.00 198.89 10.11 + 111.450 202.00 192.01 9.99 + 111.475 225.00 190.40 34.60 + 111.500 199.00 193.50 5.50 + 111.525 251.00 200.86 50.14 + 111.550 236.00 211.84 24.16 + 111.575 263.00 225.15 37.85 + 111.600 299.00 238.19 60.81 + 111.625 302.00 246.89 55.11 + 111.650 338.00 247.17 90.83 + 111.675 248.00 238.64 9.36 + 111.700 259.00 224.90 34.10 + 111.725 262.00 210.18 51.82 + 111.750 213.00 197.09 15.91 + 111.775 211.00 186.81 24.19 + 111.800 206.00 179.47 26.53 + 111.825 210.00 174.61 35.39 + 111.850 168.00 171.57 -3.57 + 111.875 191.00 169.72 21.28 + 111.900 159.00 168.57 -9.57 + 111.925 183.00 167.85 15.15 + 111.950 202.00 167.39 34.61 + 111.975 211.00 167.11 43.89 + 112.000 205.00 166.97 38.03 + 112.025 206.00 167.00 39.00 + 112.050 205.00 167.23 37.77 + 112.075 223.00 167.77 55.23 + 112.100 200.00 168.78 31.22 + 112.125 184.00 170.49 13.51 + 112.150 189.00 173.16 15.84 + 112.175 186.00 176.95 9.05 + 112.200 185.00 181.86 3.14 + 112.225 205.00 187.52 17.48 + 112.250 197.00 193.04 3.96 + 112.275 210.00 196.99 13.01 + 112.300 206.00 197.87 8.13 + 112.325 202.00 195.34 6.66 + 112.350 174.00 190.56 -16.56 + 112.375 175.00 185.11 -10.11 + 112.400 190.00 180.14 9.86 + 112.425 165.00 176.23 -11.23 + 112.450 173.00 173.59 -0.59 + 112.475 179.00 172.17 6.83 + 112.500 192.00 171.86 20.14 + 112.525 168.00 172.67 -4.67 + 112.550 168.00 174.76 -6.76 + 112.575 181.00 178.42 2.58 + 112.600 170.00 184.02 -14.02 + 112.625 200.00 191.77 8.23 + 112.650 198.00 201.43 -3.43 + 112.675 219.00 212.13 6.87 + 112.700 211.00 222.04 -11.04 + 112.725 238.00 228.42 9.58 + 112.750 222.00 229.00 -7.00 + 112.775 205.00 224.14 -19.14 + 112.800 221.00 216.58 4.42 + 112.825 204.00 209.16 -5.16 + 112.850 219.00 203.75 15.25 + 112.875 196.00 201.12 -5.12 + 112.900 210.00 201.26 8.74 + 112.925 196.00 203.70 -7.70 + 112.950 234.00 207.67 26.33 + 112.975 212.00 212.03 -0.03 + 113.000 191.00 215.25 -24.25 + 113.025 250.00 216.31 33.69 + 113.050 230.00 216.01 13.99 + 113.075 226.00 216.76 9.24 + 113.100 277.00 221.31 55.69 + 113.125 263.00 231.71 31.29 + 113.150 296.00 248.94 47.06 + 113.175 319.00 272.39 46.61 + 113.200 338.00 299.31 38.69 + 113.225 385.00 324.30 60.70 + 113.250 408.00 339.53 68.47 + 113.275 381.00 338.30 42.70 + 113.300 356.00 320.82 35.18 + 113.325 290.00 293.83 -3.83 + 113.350 284.00 264.74 19.26 + 113.375 268.00 238.48 29.52 + 113.400 222.00 217.49 4.51 + 113.425 245.00 202.42 42.58 + 113.450 214.00 192.86 21.14 + 113.475 211.00 187.88 23.12 + 113.500 204.00 186.55 17.45 + 113.525 227.00 188.12 38.88 + 113.550 254.00 191.91 62.09 + 113.575 236.00 197.21 38.79 + 113.600 290.00 202.94 87.06 + 113.625 305.00 207.56 97.44 + 113.650 290.00 209.21 80.79 + 113.675 337.00 206.90 130.10 + 113.700 276.00 201.39 74.61 + 113.725 281.00 194.41 86.59 + 113.750 238.00 187.45 50.55 + 113.775 243.00 181.42 61.58 + 113.800 231.00 176.69 54.31 + 113.825 205.00 173.27 31.73 + 113.850 205.00 170.96 34.04 + 113.875 193.00 169.48 23.52 + 113.900 180.00 168.57 11.43 + 113.925 171.00 168.03 2.97 + 113.950 185.00 167.71 17.29 + 113.975 191.00 167.57 23.43 + 114.000 191.00 167.57 23.43 + 114.025 190.00 167.72 22.28 + 114.050 179.00 168.07 10.93 + 114.075 169.00 168.71 0.29 + 114.100 175.00 169.83 5.17 + 114.125 199.00 171.70 27.30 + 114.150 179.00 174.66 4.34 + 114.175 189.00 179.06 9.94 + 114.200 210.00 185.18 24.82 + 114.225 191.00 192.99 -1.99 + 114.250 206.00 202.02 3.98 + 114.275 212.00 211.15 0.85 + 114.300 210.00 218.50 -8.50 + 114.325 235.00 221.75 13.25 + 114.350 205.00 219.59 -14.59 + 114.375 182.00 212.90 -30.90 + 114.400 185.00 203.93 -18.93 + 114.425 177.00 194.73 -17.73 + 114.450 171.00 186.56 -15.56 + 114.475 153.00 180.02 -27.02 + 114.500 154.00 175.22 -21.22 + 114.525 152.00 171.93 -19.93 + 114.550 170.00 169.80 0.20 + 114.575 155.00 168.48 -13.48 + 114.600 156.00 167.68 -11.68 + 114.625 153.00 167.22 -14.22 + 114.650 171.00 166.97 4.03 + 114.675 188.00 166.89 21.11 + 114.700 181.00 166.95 14.05 + 114.725 180.00 167.16 12.84 + 114.750 201.00 167.50 33.50 + 114.775 183.00 167.96 15.04 + 114.800 191.00 168.50 22.50 + 114.825 184.00 169.03 14.97 + 114.850 187.00 169.46 17.54 + 114.875 163.00 169.71 -6.71 + 114.900 161.00 169.79 -8.79 + 114.925 165.00 169.84 -4.84 + 114.950 160.00 170.00 -10.00 + 114.975 185.00 170.43 14.57 + 115.000 198.00 171.35 26.65 + 115.025 164.00 172.98 -8.98 + 115.050 176.00 175.57 0.43 + 115.075 182.00 179.31 2.69 + 115.100 172.00 184.27 -12.27 + 115.125 172.00 190.32 -18.32 + 115.150 186.00 197.06 -11.06 + 115.175 189.00 203.72 -14.72 + 115.200 181.00 209.23 -28.23 + 115.225 231.00 212.76 18.24 + 115.250 209.00 214.48 -5.48 + 115.275 211.00 215.53 -4.53 + 115.300 227.00 216.93 10.07 + 115.325 226.00 219.01 6.99 + 115.350 193.00 221.07 -28.07 + 115.375 216.00 221.69 -5.69 + 115.400 211.00 219.47 -8.47 + 115.425 211.00 214.29 -3.29 + 115.450 193.00 207.41 -14.41 + 115.475 175.00 200.44 -25.44 + 115.500 192.00 194.68 -2.68 + 115.525 209.00 191.03 17.97 + 115.550 196.00 190.02 5.98 + 115.575 195.00 191.85 3.15 + 115.600 230.00 196.37 33.63 + 115.625 231.00 203.08 27.92 + 115.650 239.00 211.02 27.98 + 115.675 311.00 218.65 92.35 + 115.700 285.00 223.96 61.04 + 115.725 263.00 225.00 38.00 + 115.750 289.00 221.23 67.77 + 115.775 262.00 213.88 48.12 + 115.800 214.00 204.97 9.03 + 115.825 212.00 196.14 15.86 + 115.850 218.00 188.40 29.60 + 115.875 186.00 182.21 3.79 + 115.900 191.00 177.64 13.36 + 115.925 199.00 174.48 24.52 + 115.950 183.00 172.44 10.56 + 115.975 190.00 171.18 18.82 + 116.000 168.00 170.44 -2.44 + 116.025 194.00 170.02 23.98 + 116.050 191.00 169.79 21.21 + 116.075 195.00 169.68 25.32 + 116.100 207.00 169.68 37.32 + 116.125 218.00 169.78 48.22 + 116.150 222.00 170.00 52.00 + 116.175 241.00 170.37 70.63 + 116.200 242.00 170.93 71.07 + 116.225 219.00 171.79 47.21 + 116.250 189.00 173.11 15.89 + 116.275 202.00 175.18 26.82 + 116.300 202.00 178.38 23.62 + 116.325 190.00 183.23 6.77 + 116.350 225.00 190.24 34.76 + 116.375 204.00 199.87 4.13 + 116.400 223.00 212.29 10.71 + 116.425 262.00 227.13 34.87 + 116.450 258.00 243.30 14.70 + 116.475 317.00 258.71 58.29 + 116.500 312.00 270.37 41.63 + 116.525 304.00 275.34 28.66 + 116.550 299.00 272.40 26.60 + 116.575 278.00 262.76 15.24 + 116.600 265.00 248.89 16.11 + 116.625 221.00 233.38 -12.38 + 116.650 205.00 218.40 -13.40 + 116.675 225.00 205.38 19.62 + 116.700 211.00 194.95 16.05 + 116.725 203.00 187.16 15.84 + 116.750 192.00 181.69 10.31 + 116.775 201.00 178.07 22.93 + 116.800 197.00 175.85 21.15 + 116.825 227.00 174.64 52.36 + 116.850 184.00 174.19 9.81 + 116.875 205.00 174.34 30.66 + 116.900 216.00 175.03 40.97 + 116.925 256.00 176.19 79.81 + 116.950 253.00 177.75 75.25 + 116.975 288.00 179.60 108.40 + 117.000 249.00 181.51 67.49 + 117.025 280.00 183.21 96.79 + 117.050 219.00 184.41 34.59 + 117.075 217.00 185.00 32.00 + 117.100 249.00 185.00 64.00 + 117.125 229.00 184.54 44.46 + 117.150 198.00 183.82 14.18 + 117.175 193.00 183.01 9.99 + 117.200 178.00 182.33 -4.33 + 117.225 205.00 182.03 22.97 + 117.250 210.00 182.40 27.60 + 117.275 185.00 183.73 1.27 + 117.300 179.00 186.28 -7.28 + 117.325 213.00 190.23 22.77 + 117.350 233.00 195.67 37.33 + 117.375 225.00 202.66 22.34 + 117.400 232.00 211.09 20.91 + 117.425 264.00 220.78 43.22 + 117.450 271.00 231.42 39.58 + 117.475 285.00 242.98 42.02 + 117.500 273.00 256.00 17.00 + 117.525 342.00 271.30 70.70 + 117.550 326.00 289.24 36.76 + 117.575 401.00 308.97 92.03 + 117.600 358.00 328.08 29.92 + 117.625 432.00 343.02 88.98 + 117.650 331.00 350.50 -19.50 + 117.675 361.00 349.54 11.46 + 117.700 330.00 341.36 -11.36 + 117.725 283.00 327.55 -44.55 + 117.750 282.00 309.23 -27.23 + 117.775 263.00 287.86 -24.86 + 117.800 245.00 265.68 -20.68 + 117.825 232.00 244.86 -12.86 + 117.850 219.00 226.86 -7.86 + 117.875 251.00 212.23 38.77 + 117.900 241.00 200.96 40.04 + 117.925 241.00 192.68 48.32 + 117.950 265.00 186.85 78.15 + 117.975 237.00 182.93 54.07 + 118.000 251.00 180.41 70.59 + 118.025 266.00 178.92 87.08 + 118.050 291.00 178.23 112.77 + 118.075 301.00 178.24 122.76 + 118.100 300.00 179.01 120.99 + 118.125 280.00 180.72 99.28 + 118.150 332.00 183.61 148.39 + 118.175 285.00 187.98 97.02 + 118.200 276.00 194.08 81.92 + 118.225 261.00 201.98 59.02 + 118.250 262.00 211.50 50.50 + 118.275 264.00 222.03 41.97 + 118.300 280.00 232.47 47.53 + 118.325 291.00 241.20 49.80 + 118.350 292.00 246.49 45.51 + 118.375 284.00 247.10 36.90 + 118.400 266.00 242.83 23.17 + 118.425 240.00 234.63 5.37 + 118.450 219.00 224.19 -5.19 + 118.475 232.00 213.21 18.79 + 118.500 218.00 202.96 15.04 + 118.525 192.00 194.17 -2.17 + 118.550 181.00 187.12 -6.12 + 118.575 184.00 181.80 2.20 + 118.600 219.00 177.97 41.03 + 118.625 187.00 175.31 11.69 + 118.650 174.00 173.53 0.47 + 118.675 184.00 172.34 11.66 + 118.700 204.00 171.56 32.44 + 118.725 197.00 171.04 25.96 + 118.750 217.00 170.71 46.29 + 118.775 215.00 170.51 44.49 + 118.800 213.00 170.43 42.57 + 118.825 212.00 170.44 41.56 + 118.850 218.00 170.53 47.47 + 118.875 210.00 170.65 39.35 + 118.900 224.00 170.78 53.22 + 118.925 183.00 170.86 12.14 + 118.950 178.00 170.84 7.16 + 118.975 205.00 170.69 34.31 + 119.000 184.00 170.43 13.57 + 119.025 185.00 170.11 14.89 + 119.050 180.00 169.78 10.22 + 119.075 197.00 169.48 27.52 + 119.100 154.00 169.22 -15.22 + 119.125 171.00 169.01 1.99 + 119.150 181.00 168.85 12.15 + 119.175 155.00 168.74 -13.74 + 119.200 145.00 168.67 -23.67 + 119.225 184.00 168.62 15.38 + 119.250 180.00 168.58 11.42 + 119.275 173.00 168.56 4.44 + 119.300 168.00 168.54 -0.54 + 119.325 190.00 168.53 21.47 + 119.350 169.00 168.53 0.47 + 119.375 161.00 168.53 -7.53 + 119.400 174.00 168.55 5.45 + 119.425 158.00 168.56 -10.56 + 119.450 167.00 168.59 -1.59 + 119.475 182.00 168.62 13.38 + 119.500 165.00 168.66 -3.66 + 119.525 183.00 168.70 14.30 + 119.550 168.00 168.74 -0.74 + 119.575 159.00 168.79 -9.79 + 119.600 161.00 168.84 -7.84 + 119.625 155.00 168.90 -13.90 + 119.650 189.00 168.96 20.04 + 119.675 186.00 169.03 16.97 + 119.700 150.00 169.10 -19.10 + 119.725 168.00 169.17 -1.17 + 119.750 186.00 169.25 16.75 + 119.775 194.00 169.33 24.67 + 119.800 155.00 169.42 -14.42 + 119.825 171.00 169.52 1.48 + 119.850 151.00 169.62 -18.62 + 119.875 165.00 169.73 -4.73 + 119.900 175.00 169.85 5.15 + 119.925 156.00 169.98 -13.98 + 119.950 163.00 170.12 -7.12 + 119.975 164.00 170.27 -6.27 + 120.000 166.00 170.44 -4.44 + 120.025 185.00 170.62 14.38 + 120.050 163.00 170.81 -7.81 + 120.075 202.00 171.02 30.98 + 120.100 186.00 171.24 14.76 + 120.125 183.00 171.46 11.54 + 120.150 183.00 171.71 11.29 + 120.175 155.00 171.97 -16.97 + 120.200 199.00 172.26 26.74 + 120.225 176.00 172.57 3.43 + 120.250 188.00 172.92 15.08 + 120.275 177.00 173.32 3.68 + 120.300 165.00 173.78 -8.78 + 120.325 198.00 174.30 23.70 + 120.350 170.00 174.91 -4.91 + 120.375 186.00 175.63 10.37 + 120.400 188.00 176.51 11.49 + 120.425 193.00 177.63 15.37 + 120.450 190.00 179.10 10.90 + 120.475 207.00 181.14 25.86 + 120.500 234.00 184.03 49.97 + 120.525 205.00 188.16 16.84 + 120.550 212.00 193.97 18.03 + 120.575 216.00 201.97 14.03 + 120.600 213.00 212.56 0.44 + 120.625 266.00 225.98 40.02 + 120.650 257.00 242.11 14.89 + 120.675 269.00 260.35 8.65 + 120.700 300.00 279.50 20.50 + 120.725 330.00 297.67 32.33 + 120.750 339.00 312.47 26.53 + 120.775 357.00 321.49 35.51 + 120.800 382.00 323.28 58.72 + 120.825 326.00 318.30 7.70 + 120.850 325.00 308.94 16.06 + 120.875 282.00 298.34 -16.34 + 120.900 284.00 289.32 -5.32 + 120.925 305.00 283.74 21.26 + 120.950 353.00 282.47 70.53 + 120.975 293.00 285.33 7.67 + 121.000 354.00 291.13 62.87 + 121.025 327.00 297.75 29.25 + 121.050 397.00 302.46 94.54 + 121.075 378.00 302.63 75.37 + 121.100 367.00 296.95 70.05 + 121.125 341.00 285.95 55.05 + 121.150 307.00 271.52 35.48 + 121.175 311.00 255.80 55.20 + 121.200 274.00 240.49 33.51 + 121.225 313.00 226.73 86.27 + 121.250 351.00 215.17 135.83 + 121.275 347.00 206.03 140.97 + 121.300 326.00 199.22 126.78 + 121.325 307.00 194.44 112.56 + 121.350 293.00 191.30 101.70 + 121.375 260.00 189.42 70.58 + 121.400 283.00 188.51 94.49 + 121.425 272.00 188.33 83.67 + 121.450 272.00 188.79 83.21 + 121.475 302.00 189.88 112.12 + 121.500 307.00 191.72 115.28 + 121.525 313.00 194.58 118.42 + 121.550 332.00 198.86 133.14 + 121.575 337.00 205.16 131.84 + 121.600 327.00 214.23 112.77 + 121.625 331.00 226.90 104.10 + 121.650 343.00 243.95 99.05 + 121.675 329.00 265.90 63.10 + 121.700 371.00 292.79 78.21 + 121.725 392.00 323.95 68.05 + 121.750 418.00 357.79 60.21 + 121.775 493.00 391.56 101.44 + 121.800 471.00 421.39 49.61 + 121.825 481.00 442.77 38.23 + 121.850 485.00 451.85 33.15 + 121.875 486.00 447.25 38.75 + 121.900 422.00 430.88 -8.88 + 121.925 425.00 406.98 18.02 + 121.950 387.00 380.41 6.59 + 121.975 379.00 355.42 23.58 + 122.000 330.00 335.00 -5.00 + 122.025 338.00 320.87 17.13 + 122.050 327.00 313.45 13.55 + 122.075 321.00 312.03 8.97 + 122.100 327.00 315.02 11.98 + 122.125 386.00 320.31 65.69 + 122.150 375.00 325.62 49.38 + 122.175 412.00 328.61 83.39 + 122.200 398.00 327.16 70.84 + 122.225 371.00 320.06 50.94 + 122.250 398.00 307.58 90.42 + 122.275 377.00 291.34 85.66 + 122.300 382.00 273.42 108.58 + 122.325 419.00 255.64 163.36 + 122.350 397.00 239.27 157.73 + 122.375 373.00 225.05 147.95 + 122.400 325.00 213.33 111.67 + 122.425 333.00 204.08 128.92 + 122.450 311.00 197.06 113.94 + 122.475 301.00 191.91 109.09 + 122.500 293.00 188.22 104.78 + 122.525 291.00 185.59 105.41 + 122.550 268.00 183.72 84.28 + 122.575 279.00 182.37 96.63 + 122.600 289.00 181.37 107.63 + 122.625 278.00 180.60 97.40 + 122.650 266.00 179.99 86.01 + 122.675 268.00 179.49 88.51 + 122.700 284.00 179.07 104.93 + 122.725 258.00 178.73 79.27 + 122.750 251.00 178.43 72.57 + 122.775 258.00 178.19 79.81 + 122.800 247.00 177.99 69.01 + 122.825 251.00 177.82 73.18 + 122.850 211.00 177.70 33.30 + 122.875 209.00 177.60 31.40 + 122.900 220.00 177.53 42.47 + 122.925 218.00 177.50 40.50 + 122.950 191.00 177.49 13.51 + 122.975 186.00 177.50 8.50 + 123.000 214.00 177.55 36.45 + 123.025 213.00 177.64 35.36 + 123.050 216.00 177.76 38.24 + 123.075 227.00 177.92 49.08 + 123.100 196.00 178.14 17.86 + 123.125 202.00 178.41 23.59 + 123.150 213.00 178.74 34.26 + 123.175 186.00 179.13 6.87 + 123.200 198.00 179.59 18.41 + 123.225 224.00 180.10 43.90 + 123.250 177.00 180.66 -3.66 + 123.275 197.00 181.24 15.76 + 123.300 160.00 181.83 -21.83 + 123.325 191.00 182.40 8.60 + 123.350 209.00 182.96 26.04 + 123.375 217.00 183.54 33.46 + 123.400 216.00 184.20 31.80 + 123.425 215.00 185.02 29.98 + 123.450 200.00 186.14 13.86 + 123.475 207.00 187.71 19.29 + 123.500 202.00 189.92 12.08 + 123.525 234.00 193.06 40.94 + 123.550 218.00 197.43 20.57 + 123.575 252.00 203.43 48.57 + 123.600 249.00 211.51 37.49 + 123.625 281.00 222.09 58.91 + 123.650 270.00 235.59 34.41 + 123.675 287.00 252.24 34.76 + 123.700 318.00 272.02 45.98 + 123.725 319.00 294.53 24.47 + 123.750 370.00 318.87 51.13 + 123.775 397.00 343.69 53.31 + 123.800 434.00 367.29 66.71 + 123.825 494.00 387.85 106.15 + 123.850 424.00 403.39 20.61 + 123.875 485.00 411.80 73.20 + 123.900 464.00 411.35 52.65 + 123.925 454.00 401.61 52.39 + 123.950 461.00 383.85 77.15 + 123.975 371.00 360.64 10.36 + 124.000 326.00 334.93 -8.93 + 124.025 309.00 309.31 -0.31 + 124.050 280.00 285.73 -5.73 + 124.075 332.00 265.44 66.56 + 124.100 297.00 249.08 47.92 + 124.125 277.00 236.82 40.18 + 124.150 293.00 228.49 64.51 + 124.175 303.00 223.69 79.31 + 124.200 342.00 221.92 120.08 + 124.225 293.00 222.64 70.36 + 124.250 322.00 225.37 96.63 + 124.275 350.00 229.66 120.34 + 124.300 360.00 235.19 124.81 + 124.325 343.00 241.78 101.22 + 124.350 387.00 249.39 137.61 + 124.375 437.00 257.99 179.01 + 124.400 442.00 267.40 174.60 + 124.425 460.00 277.08 182.92 + 124.450 486.00 286.14 199.86 + 124.475 451.00 293.37 157.63 + 124.500 433.00 297.52 135.48 + 124.525 459.00 297.70 161.30 + 124.550 369.00 293.77 75.23 + 124.575 415.00 286.36 128.64 + 124.600 340.00 276.59 63.41 + 124.625 328.00 265.78 62.22 + 124.650 323.00 255.23 67.77 + 124.675 291.00 246.00 45.00 + 124.700 265.00 238.88 26.12 + 124.725 305.00 234.33 70.67 + 124.750 279.00 232.49 46.51 + 124.775 298.00 233.23 64.77 + 124.800 320.00 236.12 83.88 + 124.825 299.00 240.52 58.48 + 124.850 306.00 245.59 60.41 + 124.875 340.00 250.28 89.72 + 124.900 314.00 253.50 60.50 + 124.925 329.00 254.35 74.65 + 124.950 324.00 252.41 71.59 + 124.975 367.00 247.93 119.07 + 125.000 378.00 241.65 136.35 + 125.025 335.00 234.47 100.53 + 125.050 338.00 227.21 110.79 + 125.075 293.00 220.57 72.43 + 125.100 299.00 215.05 83.95 + 125.125 293.00 211.06 81.94 + 125.150 263.00 208.86 54.14 + 125.175 285.00 208.68 76.32 + 125.200 277.00 210.67 66.33 + 125.225 283.00 214.92 68.08 + 125.250 326.00 221.47 104.53 + 125.275 291.00 230.25 60.75 + 125.300 311.00 241.03 69.97 + 125.325 315.00 253.45 61.55 + 125.350 351.00 266.88 84.12 + 125.375 367.00 280.45 86.55 + 125.400 353.00 293.04 59.96 + 125.425 387.00 303.36 83.64 + 125.450 404.00 310.27 93.73 + 125.475 365.00 313.26 51.74 + 125.500 354.00 312.71 41.29 + 125.525 382.00 309.71 72.29 + 125.550 318.00 305.54 12.46 + 125.575 310.00 301.22 8.78 + 125.600 342.00 297.32 44.68 + 125.625 355.00 293.91 61.09 + 125.650 334.00 290.68 43.32 + 125.675 382.00 287.04 94.96 + 125.700 359.00 282.36 76.64 + 125.725 322.00 276.21 45.79 + 125.750 317.00 268.45 48.55 + 125.775 322.00 259.37 62.63 + 125.800 315.00 249.53 65.47 + 125.825 322.00 239.57 82.43 + 125.850 260.00 230.06 29.94 + 125.875 275.00 221.39 53.61 + 125.900 282.00 213.83 68.17 + 125.925 290.00 207.50 82.50 + 125.950 318.00 202.39 115.61 + 125.975 296.00 198.43 97.57 + 126.000 276.00 195.47 80.53 + 126.025 281.00 193.35 87.65 + 126.050 309.00 191.91 117.09 + 126.075 281.00 191.00 90.00 + 126.100 305.00 190.50 114.50 + 126.125 298.00 190.32 107.68 + 126.150 276.00 190.42 85.58 + 126.175 252.00 190.77 61.23 + 126.200 303.00 191.38 111.62 + 126.225 282.00 192.32 89.68 + 126.250 308.00 193.68 114.32 + 126.275 302.00 195.64 106.36 + 126.300 293.00 198.41 94.59 + 126.325 288.00 202.31 85.69 + 126.350 268.00 207.73 60.27 + 126.375 300.00 215.13 84.87 + 126.400 319.00 224.98 94.02 + 126.425 297.00 237.74 59.26 + 126.450 302.00 253.76 48.24 + 126.475 304.00 273.17 30.83 + 126.500 346.00 295.83 50.17 + 126.525 392.00 321.20 70.80 + 126.550 454.00 348.28 105.72 + 126.575 519.00 375.52 143.48 + 126.600 565.00 400.81 164.19 + 126.625 590.00 421.70 168.30 + 126.650 593.00 435.70 157.30 + 126.675 601.00 441.09 159.91 + 126.700 563.00 437.52 125.48 + 126.725 482.00 426.06 55.94 + 126.750 500.00 408.59 91.41 + 126.775 403.00 387.07 15.93 + 126.800 417.00 363.26 53.74 + 126.825 386.00 338.64 47.36 + 126.850 328.00 314.50 13.50 + 126.875 293.00 291.90 1.10 + 126.900 321.00 271.62 49.38 + 126.925 300.00 254.09 45.91 + 126.950 313.00 239.42 73.58 + 126.975 294.00 227.49 66.51 + 127.000 318.00 218.02 99.98 + 127.025 294.00 210.67 83.33 + 127.050 329.00 205.08 123.92 + 127.075 329.00 200.91 128.09 + 127.100 364.00 197.84 166.16 + 127.125 360.00 195.63 164.37 + 127.150 385.00 194.06 190.94 + 127.175 412.00 192.99 219.01 + 127.200 426.00 192.32 233.68 + 127.225 405.00 192.00 213.00 + 127.250 418.00 192.00 226.00 + 127.275 417.00 192.35 224.65 + 127.300 358.00 193.10 164.90 + 127.325 384.00 194.34 189.66 + 127.350 387.00 196.18 190.82 + 127.375 312.00 198.75 113.25 + 127.400 316.00 202.20 113.80 + 127.425 304.00 206.65 97.35 + 127.450 295.00 212.19 82.81 + 127.475 296.00 218.85 77.15 + 127.500 294.00 226.57 67.43 + 127.525 273.00 235.16 37.84 + 127.550 325.00 244.31 80.69 + 127.575 330.00 253.51 76.49 + 127.600 345.00 262.17 82.83 + 127.625 300.00 269.60 30.40 + 127.650 370.00 275.16 94.84 + 127.675 350.00 278.30 71.70 + 127.700 381.00 278.67 102.33 + 127.725 297.00 276.15 20.85 + 127.750 316.00 270.98 45.02 + 127.775 300.00 263.71 36.29 + 127.800 270.00 255.04 14.96 + 127.825 271.00 245.73 25.27 + 127.850 292.00 236.43 55.57 + 127.875 249.00 227.63 21.37 + 127.900 263.00 219.69 43.31 + 127.925 269.00 212.80 56.20 + 127.950 273.00 207.04 65.96 + 127.975 252.00 202.38 49.62 + 128.000 250.00 198.73 51.27 + 128.025 225.00 195.96 29.04 + 128.050 241.00 193.92 47.08 + 128.075 245.00 192.47 52.53 + 128.100 268.00 191.47 76.53 + 128.125 276.00 190.83 85.17 + 128.150 264.00 190.44 73.56 + 128.175 282.00 190.26 91.74 + 128.200 294.00 190.24 103.76 + 128.225 314.00 190.36 123.64 + 128.250 303.00 190.61 112.39 + 128.275 269.00 191.00 78.00 + 128.300 295.00 191.55 103.45 + 128.325 283.00 192.31 90.69 + 128.350 293.00 193.32 99.68 + 128.375 286.00 194.67 91.33 + 128.400 264.00 196.44 67.56 + 128.425 255.00 198.76 56.24 + 128.450 259.00 201.77 57.23 + 128.475 252.00 205.62 46.38 + 128.500 270.00 210.50 59.50 + 128.525 255.00 216.55 38.45 + 128.550 304.00 223.95 80.05 + 128.575 293.00 232.77 60.23 + 128.600 311.00 242.98 68.02 + 128.625 285.00 254.52 30.48 + 128.650 332.00 267.12 64.88 + 128.675 321.00 280.47 40.53 + 128.700 350.00 294.12 55.88 + 128.725 358.00 307.43 50.57 + 128.750 431.00 319.71 111.29 + 128.775 433.00 330.02 102.98 + 128.800 427.00 337.50 89.50 + 128.825 380.00 341.48 38.52 + 128.850 413.00 341.89 71.11 + 128.875 422.00 339.26 82.74 + 128.900 348.00 334.57 13.43 + 128.925 388.00 328.85 59.15 + 128.950 355.00 323.01 31.99 + 128.975 370.00 317.71 52.29 + 129.000 353.00 313.25 39.75 + 129.025 322.00 309.72 12.28 + 129.050 348.00 307.03 40.97 + 129.075 325.00 305.09 19.91 + 129.100 320.00 303.81 16.19 + 129.125 369.00 303.15 65.85 + 129.150 351.00 303.03 47.97 + 129.175 400.00 303.27 96.73 + 129.200 379.00 303.63 75.37 + 129.225 399.00 303.88 95.12 + 129.250 406.00 303.94 102.06 + 129.275 396.00 304.01 91.99 + 129.300 397.00 304.47 92.53 + 129.325 415.00 305.83 109.17 + 129.350 439.00 308.49 130.51 + 129.375 438.00 312.65 125.35 + 129.400 437.00 318.32 118.68 + 129.425 478.00 325.20 152.80 + 129.450 495.00 332.74 162.26 + 129.475 511.00 340.17 170.83 + 129.500 450.00 346.69 103.31 + 129.525 497.00 351.63 145.37 + 129.550 498.00 354.61 143.39 + 129.575 433.00 355.48 77.52 + 129.600 477.00 354.18 122.82 + 129.625 484.00 350.70 133.30 + 129.650 430.00 344.86 85.14 + 129.675 431.00 336.60 94.40 + 129.700 454.00 326.02 127.98 + 129.725 399.00 313.59 85.41 + 129.750 382.00 299.95 82.05 + 129.775 384.00 285.91 98.09 + 129.800 351.00 272.11 78.89 + 129.825 334.00 259.13 74.87 + 129.850 347.00 247.38 99.62 + 129.875 336.00 237.04 98.96 + 129.900 330.00 228.27 101.73 + 129.925 306.00 221.05 84.95 + 129.950 330.00 215.33 114.67 + 129.975 311.00 211.02 99.98 + 130.000 298.00 207.95 90.05 + 130.025 301.00 206.00 95.00 + 130.050 344.00 204.99 139.01 + 130.075 335.00 204.79 130.21 + 130.100 334.00 205.28 128.72 + 130.125 303.00 206.33 96.67 + 130.150 326.00 207.84 118.16 + 130.175 359.00 209.70 149.30 + 130.200 397.00 211.81 185.19 + 130.225 356.00 214.06 141.94 + 130.250 347.00 216.35 130.65 + 130.275 310.00 218.61 91.39 + 130.300 347.00 220.78 126.22 + 130.325 332.00 222.91 109.09 + 130.350 312.00 225.07 86.93 + 130.375 335.00 227.33 107.67 + 130.400 334.00 229.76 104.24 + 130.425 316.00 232.35 83.65 + 130.450 309.00 235.01 73.99 + 130.475 294.00 237.57 56.43 + 130.500 334.00 239.79 94.21 + 130.525 342.00 241.40 100.60 + 130.550 332.00 242.15 89.85 + 130.575 279.00 241.84 37.16 + 130.600 267.00 240.38 26.62 + 130.625 257.00 237.80 19.20 + 130.650 292.00 234.30 57.70 + 130.675 288.00 230.14 57.86 + 130.700 273.00 225.62 47.38 + 130.725 245.00 221.01 23.99 + 130.750 269.00 216.52 52.48 + 130.775 248.00 212.29 35.71 + 130.800 228.00 208.42 19.58 + 130.825 250.00 204.99 45.01 + 130.850 249.00 202.02 46.98 + 130.875 230.00 199.50 30.50 + 130.900 238.00 197.42 40.58 + 130.925 217.00 195.73 21.27 + 130.950 238.00 194.38 43.62 + 130.975 212.00 193.32 18.68 + 131.000 246.00 192.49 53.51 + 131.025 246.00 191.85 54.15 + 131.050 239.00 191.36 47.64 + 131.075 262.00 190.98 71.02 + 131.100 265.00 190.70 74.30 + 131.125 264.00 190.48 73.52 + 131.150 240.00 190.32 49.68 + 131.175 250.00 190.20 59.80 + 131.200 246.00 190.11 55.89 + 131.225 226.00 190.05 35.95 + 131.250 227.00 190.00 37.00 + 131.275 235.00 189.98 45.02 + 131.300 226.00 189.96 36.04 + 131.325 256.00 189.96 66.04 + 131.350 190.00 189.97 0.03 + 131.375 215.00 189.99 25.01 + 131.400 236.00 190.02 45.98 + 131.425 223.00 190.05 32.95 + 131.450 227.00 190.09 36.91 + 131.475 203.00 190.15 12.85 + 131.500 206.00 190.21 15.79 + 131.525 190.00 190.28 -0.28 + 131.550 232.00 190.36 41.64 + 131.575 230.00 190.45 39.55 + 131.600 201.00 190.55 10.45 + 131.625 219.00 190.67 28.33 + 131.650 203.00 190.80 12.20 + 131.675 216.00 190.94 25.06 + 131.700 213.00 191.10 21.90 + 131.725 208.00 191.28 16.72 + 131.750 224.00 191.48 32.52 + 131.775 210.00 191.71 18.29 + 131.800 202.00 191.97 10.03 + 131.825 212.00 192.29 19.71 + 131.850 205.00 192.66 12.34 + 131.875 236.00 193.13 42.87 + 131.900 220.00 193.71 26.29 + 131.925 194.00 194.45 -0.45 + 131.950 199.00 195.39 3.61 + 131.975 201.00 196.61 4.39 + 132.000 216.00 198.18 17.82 + 132.025 237.00 200.17 36.83 + 132.050 212.00 202.69 9.31 + 132.075 225.00 205.80 19.20 + 132.100 203.00 209.57 -6.57 + 132.125 241.00 214.07 26.93 + 132.150 232.00 219.29 12.71 + 132.175 260.00 225.21 34.79 + 132.200 253.00 231.74 21.26 + 132.225 257.00 238.73 18.27 + 132.250 282.00 245.96 36.04 + 132.275 291.00 253.12 37.88 + 132.300 283.00 259.87 23.13 + 132.325 325.00 265.78 59.22 + 132.350 333.00 270.44 62.56 + 132.375 335.00 273.55 61.45 + 132.400 293.00 274.91 18.09 + 132.425 315.00 274.53 40.47 + 132.450 297.00 272.58 24.42 + 132.475 310.00 269.32 40.68 + 132.500 285.00 265.04 19.96 + 132.525 285.00 260.02 24.98 + 132.550 276.00 254.49 21.51 + 132.575 258.00 248.74 9.26 + 132.600 251.00 242.99 8.01 + 132.625 269.00 237.48 31.52 + 132.650 228.00 232.39 -4.39 + 132.675 215.00 227.85 -12.85 + 132.700 259.00 223.93 35.07 + 132.725 235.00 220.64 14.36 + 132.750 257.00 217.93 39.07 + 132.775 241.00 215.73 25.27 + 132.800 289.00 213.93 75.07 + 132.825 229.00 212.42 16.58 + 132.850 267.00 211.08 55.92 + 132.875 270.00 209.81 60.19 + 132.900 284.00 208.57 75.43 + 132.925 265.00 207.34 57.66 + 132.950 274.00 206.10 67.90 + 132.975 275.00 204.90 70.10 + 133.000 279.00 203.74 75.26 + 133.025 277.00 202.66 74.34 + 133.050 269.00 201.68 67.32 + 133.075 267.00 200.82 66.18 + 133.100 263.00 200.12 62.88 + 133.125 299.00 199.57 99.43 + 133.150 262.00 199.20 62.80 + 133.175 263.00 199.03 63.97 + 133.200 268.00 199.06 68.94 + 133.225 235.00 199.33 35.67 + 133.250 232.00 199.85 32.15 + 133.275 261.00 200.66 60.34 + 133.300 236.00 201.80 34.20 + 133.325 224.00 203.29 20.71 + 133.350 251.00 205.17 45.83 + 133.375 249.00 207.46 41.54 + 133.400 247.00 210.18 36.82 + 133.425 217.00 213.31 3.69 + 133.450 238.00 216.83 21.17 + 133.475 231.00 220.65 10.35 + 133.500 251.00 224.69 26.31 + 133.525 261.00 228.82 32.18 + 133.550 251.00 232.87 18.13 + 133.575 308.00 236.62 71.38 + 133.600 300.00 239.87 60.13 + 133.625 333.00 242.41 90.59 + 133.650 311.00 244.05 66.95 + 133.675 283.00 244.75 38.25 + 133.700 279.00 244.55 34.45 + 133.725 289.00 243.64 45.36 + 133.750 281.00 242.30 38.70 + 133.775 273.00 240.81 32.19 + 133.800 244.00 239.47 4.53 + 133.825 299.00 238.53 60.47 + 133.850 263.00 238.17 24.83 + 133.875 257.00 238.55 18.45 + 133.900 209.00 239.70 -30.70 + 133.925 284.00 241.62 42.38 + 133.950 256.00 244.23 11.77 + 133.975 270.00 247.34 22.66 + 134.000 280.00 250.75 29.25 + 134.025 276.00 254.14 21.86 + 134.050 282.00 257.20 24.80 + 134.075 293.00 259.56 33.44 + 134.100 282.00 260.89 21.11 + 134.125 285.00 260.99 24.01 + 134.150 309.00 259.76 49.24 + 134.175 299.00 257.27 41.73 + 134.200 295.00 253.75 41.25 + 134.225 307.00 249.48 57.52 + 134.250 253.00 244.75 8.25 + 134.275 258.00 239.84 18.16 + 134.300 255.00 234.97 20.03 + 134.325 297.00 230.36 66.64 + 134.350 296.00 226.15 69.85 + 134.375 248.00 222.45 25.55 + 134.400 286.00 219.32 66.68 + 134.425 288.00 216.81 71.19 + 134.450 259.00 214.92 44.08 + 134.475 276.00 213.66 62.34 + 134.500 256.00 213.02 42.98 + 134.525 257.00 213.01 43.99 + 134.550 268.00 213.63 54.37 + 134.575 246.00 214.90 31.10 + 134.600 273.00 216.88 56.12 + 134.625 271.00 219.64 51.36 + 134.650 306.00 223.27 82.73 + 134.675 287.00 227.89 59.11 + 134.700 286.00 233.59 52.41 + 134.725 303.00 240.47 62.53 + 134.750 283.00 248.64 34.36 + 134.775 335.00 258.08 76.92 + 134.800 330.00 268.83 61.17 + 134.825 366.00 280.77 85.23 + 134.850 380.00 293.70 86.30 + 134.875 334.00 307.38 26.62 + 134.900 362.00 321.38 40.62 + 134.925 408.00 335.25 72.75 + 134.950 432.00 348.40 83.60 + 134.975 479.00 360.15 118.85 + 135.000 440.00 369.97 70.03 + 135.025 484.00 377.33 106.67 + 135.050 478.00 381.98 96.02 + 135.075 479.00 383.78 95.22 + 135.100 513.00 382.77 130.23 + 135.125 472.00 379.10 92.90 + 135.150 445.00 373.05 71.95 + 135.175 466.00 364.93 101.07 + 135.200 437.00 355.21 81.79 + 135.225 414.00 344.49 69.51 + 135.250 396.00 333.27 62.73 + 135.275 374.00 322.17 51.83 + 135.300 314.00 311.65 2.35 + 135.325 326.00 302.14 23.86 + 135.350 326.00 293.97 32.03 + 135.375 323.00 287.26 35.74 + 135.400 316.00 282.15 33.85 + 135.425 354.00 278.57 75.43 + 135.450 315.00 276.42 38.58 + 135.475 351.00 275.53 75.47 + 135.500 329.00 275.60 53.40 + 135.525 370.00 276.35 93.65 + 135.550 366.00 277.40 88.60 + 135.575 415.00 278.36 136.64 + 135.600 444.00 278.85 165.15 + 135.625 423.00 278.55 144.45 + 135.650 414.00 277.24 136.76 + 135.675 412.00 274.83 137.17 + 135.700 463.00 271.39 191.61 + 135.725 464.00 267.08 196.92 + 135.750 424.00 262.12 161.88 + 135.775 427.00 256.75 170.25 + 135.800 411.00 251.21 159.79 + 135.825 394.00 245.70 148.30 + 135.850 383.00 240.40 142.60 + 135.875 394.00 235.43 158.57 + 135.900 330.00 230.90 99.10 + 135.925 360.00 226.84 133.16 + 135.950 359.00 223.30 135.70 + 135.975 303.00 220.25 82.75 + 136.000 294.00 217.68 76.32 + 136.025 289.00 215.54 73.46 + 136.050 271.00 213.79 57.21 + 136.075 288.00 212.39 75.61 + 136.100 264.00 211.29 52.71 + 136.125 284.00 210.47 73.53 + 136.150 262.00 209.91 52.09 + 136.175 274.00 209.60 64.40 + 136.200 278.00 209.53 68.47 + 136.225 293.00 209.72 83.28 + 136.250 289.00 210.17 78.83 + 136.275 309.00 210.93 98.07 + 136.300 292.00 212.01 79.99 + 136.325 313.00 213.45 99.55 + 136.350 286.00 215.28 70.72 + 136.375 291.00 217.52 73.48 + 136.400 303.00 220.21 82.79 + 136.425 279.00 223.33 55.67 + 136.450 298.00 226.89 71.11 + 136.475 301.00 230.86 70.14 + 136.500 278.00 235.18 42.82 + 136.525 261.00 239.78 21.22 + 136.550 314.00 244.55 69.45 + 136.575 299.00 249.35 49.65 + 136.600 316.00 254.04 61.96 + 136.625 353.00 258.43 94.57 + 136.650 319.00 262.34 56.66 + 136.675 339.00 265.62 73.38 + 136.700 335.00 268.12 66.88 + 136.725 341.00 269.74 71.26 + 136.750 306.00 270.48 35.52 + 136.775 303.00 270.34 32.66 + 136.800 298.00 269.39 28.61 + 136.825 290.00 267.74 22.26 + 136.850 317.00 265.47 51.53 + 136.875 318.00 262.67 55.33 + 136.900 296.00 259.41 36.59 + 136.925 336.00 255.76 80.24 + 136.950 295.00 251.82 43.18 + 136.975 284.00 247.67 36.33 + 137.000 241.00 243.44 -2.44 + 137.025 276.00 239.21 36.79 + 137.050 245.00 235.11 9.89 + 137.075 247.00 231.21 15.79 + 137.100 263.00 227.58 35.42 + 137.125 270.00 224.25 45.75 + 137.150 261.00 221.27 39.73 + 137.175 239.00 218.62 20.38 + 137.200 247.00 216.32 30.68 + 137.225 250.00 214.35 35.65 + 137.250 209.00 212.68 -3.68 + 137.275 238.00 211.30 26.70 + 137.300 247.00 210.16 36.84 + 137.325 257.00 209.25 47.75 + 137.350 255.00 208.54 46.46 + 137.375 273.00 207.98 65.02 + 137.400 272.00 207.57 64.43 + 137.425 319.00 207.27 111.73 + 137.450 274.00 207.06 66.94 + 137.475 307.00 206.94 100.06 + 137.500 253.00 206.88 46.12 + 137.525 284.00 206.87 77.13 + 137.550 254.00 206.91 47.09 + 137.575 274.00 206.99 67.01 + 137.600 278.00 207.12 70.88 + 137.625 237.00 207.29 29.71 + 137.650 257.00 207.52 49.48 + 137.675 249.00 207.80 41.20 + 137.700 261.00 208.15 52.85 + 137.725 242.00 208.60 33.40 + 137.750 256.00 209.15 46.85 + 137.775 255.00 209.84 45.16 + 137.800 236.00 210.71 25.29 + 137.825 234.00 211.78 22.22 + 137.850 250.00 213.11 36.89 + 137.875 233.00 214.76 18.24 + 137.900 250.00 216.75 33.25 + 137.925 231.00 219.16 11.84 + 137.950 252.00 222.03 29.97 + 137.975 244.00 225.40 18.60 + 138.000 256.00 229.29 26.71 + 138.025 226.00 233.72 -7.72 + 138.050 267.00 238.68 28.32 + 138.075 246.00 244.11 1.89 + 138.100 257.00 249.97 7.03 + 138.125 255.00 256.14 -1.14 + 138.150 278.00 262.47 15.53 + 138.175 292.00 268.81 23.19 + 138.200 308.00 274.95 33.05 + 138.225 274.00 280.64 -6.64 + 138.250 375.00 285.64 89.36 + 138.275 361.00 289.68 71.32 + 138.300 344.00 292.54 51.46 + 138.325 361.00 294.06 66.94 + 138.350 347.00 294.20 52.80 + 138.375 352.00 293.03 58.97 + 138.400 322.00 290.71 31.29 + 138.425 337.00 287.52 49.48 + 138.450 267.00 283.77 -16.77 + 138.475 268.00 279.77 -11.77 + 138.500 286.00 275.83 10.17 + 138.525 279.00 272.26 6.74 + 138.550 276.00 269.31 6.69 + 138.575 252.00 267.18 -15.18 + 138.600 242.00 266.07 -24.07 + 138.625 277.00 266.07 10.93 + 138.650 271.00 267.33 3.67 + 138.675 275.00 269.83 5.17 + 138.700 272.00 273.57 -1.57 + 138.725 295.00 278.50 16.50 + 138.750 281.00 284.47 -3.47 + 138.775 338.00 291.37 46.63 + 138.800 320.00 298.95 21.05 + 138.825 350.00 306.96 43.04 + 138.850 381.00 315.12 65.88 + 138.875 404.00 323.07 80.93 + 138.900 451.00 330.51 120.49 + 138.925 441.00 337.07 103.93 + 138.950 452.00 342.48 109.52 + 138.975 417.00 346.55 70.45 + 139.000 450.00 349.15 100.85 + 139.025 436.00 350.29 85.71 + 139.050 437.00 350.03 86.97 + 139.075 440.00 348.46 91.54 + 139.100 474.00 345.67 128.33 + 139.125 453.00 341.73 111.27 + 139.150 457.00 336.72 120.28 + 139.175 438.00 330.71 107.29 + 139.200 387.00 323.82 63.18 + 139.225 386.00 316.18 69.82 + 139.250 366.00 308.02 57.98 + 139.275 341.00 299.52 41.48 + 139.300 337.00 290.93 46.07 + 139.325 308.00 282.45 25.55 + 139.350 329.00 274.24 54.76 + 139.375 283.00 266.48 16.52 + 139.400 296.00 259.21 36.79 + 139.425 289.00 252.55 36.45 + 139.450 297.00 246.53 50.47 + 139.475 240.00 241.15 -1.15 + 139.500 268.00 236.43 31.57 + 139.525 282.00 232.32 49.68 + 139.550 297.00 228.81 68.19 + 139.575 291.00 225.86 65.14 + 139.600 281.00 223.41 57.59 + 139.625 305.00 221.42 83.58 + 139.650 336.00 219.83 116.17 + 139.675 324.00 218.60 105.40 + 139.700 307.00 217.70 89.30 + 139.725 332.00 217.08 114.92 + 139.750 328.00 216.71 111.29 + 139.775 309.00 216.59 92.41 + 139.800 315.00 216.67 98.33 + 139.825 330.00 216.97 113.03 + 139.850 291.00 217.46 73.54 + 139.875 290.00 218.15 71.85 + 139.900 344.00 219.03 124.97 + 139.925 314.00 220.08 93.92 + 139.950 324.00 221.31 102.69 + 139.975 327.00 222.70 104.30 + 140.000 259.00 224.23 34.77 + 140.025 268.00 225.87 42.13 + 140.050 305.00 227.59 77.41 + 140.075 304.00 229.35 74.65 + 140.100 300.00 231.10 68.90 + 140.125 285.00 232.78 52.22 + 140.150 292.00 234.33 57.67 + 140.175 289.00 235.69 53.31 + 140.200 294.00 236.79 57.21 + 140.225 278.00 237.57 40.43 + 140.250 261.00 237.98 23.02 + 140.275 297.00 238.03 58.97 + 140.300 252.00 237.71 14.29 + 140.325 280.00 237.05 42.95 + 140.350 245.00 236.13 8.87 + 140.375 266.00 235.00 31.00 + 140.400 283.00 233.75 49.25 + 140.425 238.00 232.44 5.56 + 140.450 266.00 231.15 34.85 + 140.475 262.00 229.93 32.07 + 140.500 249.00 228.83 20.17 + 140.525 255.00 227.90 27.10 + 140.550 240.00 227.16 12.84 + 140.575 239.00 226.63 12.37 + 140.600 221.00 226.33 -5.33 + 140.625 251.00 226.25 24.75 + 140.650 212.00 226.39 -14.39 + 140.675 233.00 226.72 6.28 + 140.700 238.00 227.21 10.79 + 140.725 249.00 227.85 21.15 + 140.750 256.00 228.58 27.42 + 140.775 216.00 229.38 -13.38 + 140.800 262.00 230.19 31.81 + 140.825 249.00 230.98 18.02 + 140.850 248.00 231.72 16.28 + 140.875 263.00 232.38 30.62 + 140.900 281.00 232.94 48.06 + 140.925 234.00 233.40 0.60 + 140.950 290.00 233.76 56.24 + 140.975 269.00 234.02 34.98 + 141.000 284.00 234.18 49.82 + 141.025 233.00 234.24 -1.24 + 141.050 286.00 234.19 51.81 + 141.075 275.00 234.02 40.98 + 141.100 263.00 233.72 29.28 + 141.125 245.00 233.27 11.73 + 141.150 259.00 232.68 26.32 + 141.175 276.00 231.95 44.05 + 141.200 229.00 231.10 -2.10 + 141.225 261.00 230.15 30.85 + 141.250 273.00 229.14 43.86 + 141.275 272.00 228.11 43.89 + 141.300 231.00 227.08 3.92 + 141.325 212.00 226.09 -14.09 + 141.350 233.00 225.19 7.81 + 141.375 256.00 224.39 31.61 + 141.400 241.00 223.72 17.28 + 141.425 228.00 223.22 4.78 + 141.450 234.00 222.89 11.11 + 141.475 238.00 222.77 15.23 + 141.500 216.00 222.85 -6.85 + 141.525 207.00 223.17 -16.17 + 141.550 221.00 223.73 -2.73 + 141.575 233.00 224.52 8.48 + 141.600 238.00 225.56 12.44 + 141.625 217.00 226.82 -9.82 + 141.650 238.00 228.31 9.69 + 141.675 251.00 230.01 20.99 + 141.700 268.00 231.90 36.10 + 141.725 259.00 233.93 25.07 + 141.750 230.00 236.08 -6.08 + 141.775 276.00 238.29 37.71 + 141.800 257.00 240.51 16.49 + 141.825 260.00 242.68 17.32 + 141.850 255.00 244.74 10.26 + 141.875 244.00 246.61 -2.61 + 141.900 258.00 248.24 9.76 + 141.925 279.00 249.56 29.44 + 141.950 291.00 250.52 40.48 + 141.975 290.00 251.10 38.90 + 142.000 295.00 251.28 43.72 + 142.025 289.00 251.05 37.95 + 142.050 273.00 250.45 22.55 + 142.075 306.00 249.50 56.50 + 142.100 307.00 248.26 58.74 + 142.125 264.00 246.80 17.20 + 142.150 289.00 245.18 43.82 + 142.175 270.00 243.48 26.52 + 142.200 234.00 241.76 -7.76 + 142.225 252.00 240.08 11.92 + 142.250 243.00 238.51 4.49 + 142.275 244.00 237.06 6.94 + 142.300 251.00 235.79 15.21 + 142.325 235.00 234.70 0.30 + 142.350 234.00 233.83 0.17 + 142.375 246.00 233.16 12.84 + 142.400 239.00 232.69 6.31 + 142.425 257.00 232.41 24.59 + 142.450 218.00 232.30 -14.30 + 142.475 234.00 232.34 1.66 + 142.500 230.00 232.50 -2.50 + 142.525 253.00 232.75 20.25 + 142.550 248.00 233.06 14.94 + 142.575 257.00 233.40 23.60 + 142.600 248.00 233.76 14.24 + 142.625 255.00 234.12 20.88 + 142.650 261.00 234.48 26.52 + 142.675 275.00 234.83 40.17 + 142.700 288.00 235.17 52.83 + 142.725 301.00 235.51 65.49 + 142.750 283.00 235.84 47.16 + 142.775 308.00 236.19 71.81 + 142.800 268.00 236.54 31.46 + 142.825 300.00 236.93 63.07 + 142.850 305.00 237.35 67.65 + 142.875 254.00 237.83 16.17 + 142.900 251.00 238.38 12.62 + 142.925 256.00 239.01 16.99 + 142.950 280.00 239.73 40.27 + 142.975 290.00 240.54 49.46 + 143.000 267.00 241.45 25.55 + 143.025 278.00 242.45 35.55 + 143.050 302.00 243.52 58.48 + 143.075 264.00 244.66 19.34 + 143.100 263.00 245.82 17.18 + 143.125 289.00 247.01 41.99 + 143.150 231.00 248.19 -17.19 + 143.175 271.00 249.34 21.66 + 143.200 289.00 250.45 38.55 + 143.225 268.00 251.51 16.49 + 143.250 310.00 252.54 57.46 + 143.275 278.00 253.55 24.45 + 143.300 280.00 254.55 25.45 + 143.325 262.00 255.57 6.43 + 143.350 234.00 256.63 -22.63 + 143.375 278.00 257.73 20.27 + 143.400 288.00 258.88 29.12 + 143.425 265.00 260.05 4.95 + 143.450 302.00 261.24 40.76 + 143.475 278.00 262.41 15.59 + 143.500 273.00 263.51 9.49 + 143.525 279.00 264.49 14.51 + 143.550 303.00 265.29 37.71 + 143.575 318.00 265.85 52.15 + 143.600 317.00 266.10 50.90 + 143.625 312.00 266.00 46.00 + 143.650 303.00 265.53 37.47 + 143.675 312.00 264.67 47.33 + 143.700 311.00 263.44 47.56 + 143.725 308.00 261.89 46.11 + 143.750 304.00 260.08 43.92 + 143.775 284.00 258.05 25.95 + 143.800 281.00 255.91 25.09 + 143.825 287.00 253.70 33.30 + 143.850 262.00 251.50 10.50 + 143.875 273.00 249.36 23.64 + 143.900 284.00 247.34 36.66 + 143.925 261.00 245.49 15.51 + 143.950 241.00 243.83 -2.83 + 143.975 238.00 242.39 -4.39 + 144.000 276.00 241.20 34.80 + 144.025 276.00 240.26 35.74 + 144.050 274.00 239.57 34.43 + 144.075 262.00 239.11 22.89 + 144.100 279.00 238.88 40.12 + 144.125 274.00 238.85 35.15 + 144.150 238.00 238.98 -0.98 + 144.175 278.00 239.25 38.75 + 144.200 273.00 239.62 33.38 + 144.225 274.00 240.03 33.97 + 144.250 260.00 240.46 19.54 + 144.275 245.00 240.85 4.15 + 144.300 293.00 241.16 51.84 + 144.325 307.00 241.36 65.64 + 144.350 304.00 241.43 62.57 + 144.375 266.00 241.34 24.66 + 144.400 287.00 241.09 45.91 + 144.425 292.00 240.69 51.31 + 144.450 295.00 240.15 54.85 + 144.475 295.00 239.50 55.50 + 144.500 305.00 238.77 66.23 + 144.525 300.00 237.99 62.01 + 144.550 281.00 237.19 43.81 + 144.575 287.00 236.41 50.59 + 144.600 299.00 235.68 63.32 + 144.625 268.00 235.03 32.97 + 144.650 292.00 234.48 57.52 + 144.675 267.00 234.08 32.92 + 144.700 236.00 233.84 2.16 + 144.725 248.00 233.78 14.22 + 144.750 272.00 233.94 38.06 + 144.775 274.00 234.31 39.69 + 144.800 237.00 234.94 2.06 + 144.825 251.00 235.82 15.18 + 144.850 245.00 236.96 8.04 + 144.875 285.00 238.37 46.63 + 144.900 252.00 240.05 11.95 + 144.925 272.00 242.00 30.00 + 144.950 258.00 244.19 13.81 + 144.975 269.00 246.62 22.38 + 145.000 268.00 249.26 18.74 + 145.025 299.00 252.07 46.93 + 145.050 240.00 255.02 -15.02 + 145.075 263.00 258.06 4.94 + 145.100 260.00 261.14 -1.14 + 145.125 315.00 264.19 50.81 + 145.150 315.00 267.14 47.86 + 145.175 295.00 269.93 25.07 + 145.200 279.00 272.47 6.53 + 145.225 295.00 274.68 20.32 + 145.250 333.00 276.49 56.51 + 145.275 322.00 277.83 44.17 + 145.300 338.00 278.65 59.35 + 145.325 383.00 278.92 104.08 + 145.350 339.00 278.62 60.38 + 145.375 311.00 277.79 33.21 + 145.400 323.00 276.46 46.54 + 145.425 295.00 274.69 20.31 + 145.450 275.00 272.56 2.44 + 145.475 295.00 270.14 24.86 + 145.500 289.00 267.51 21.49 + 145.525 294.00 264.75 29.25 + 145.550 287.00 261.93 25.07 + 145.575 275.00 259.11 15.89 + 145.600 249.00 256.35 -7.35 + 145.625 232.00 253.71 -21.71 + 145.650 269.00 251.22 17.78 + 145.675 258.00 248.92 9.08 + 145.700 268.00 246.86 21.14 + 145.725 290.00 245.03 44.97 + 145.750 253.00 243.48 9.52 + 145.775 266.00 242.21 23.79 + 145.800 234.00 241.24 -7.24 + 145.825 233.00 240.59 -7.59 + 145.850 223.00 240.26 -17.26 + 145.875 231.00 240.27 -9.27 + 145.900 252.00 240.64 11.36 + 145.925 275.00 241.37 33.63 + 145.950 267.00 242.49 24.51 + 145.975 251.00 244.02 6.98 + 146.000 284.00 245.98 38.02 + 146.025 281.00 248.40 32.60 + 146.050 254.00 251.30 2.70 + 146.075 265.00 254.70 10.30 + 146.100 309.00 258.62 50.38 + 146.125 269.00 263.10 5.90 + 146.150 296.00 268.12 27.88 + 146.175 290.00 273.69 16.31 + 146.200 301.00 279.82 21.18 + 146.225 297.00 286.48 10.52 + 146.250 300.00 293.63 6.37 + 146.275 345.00 301.24 43.76 + 146.300 298.00 309.22 -11.22 + 146.325 347.00 317.52 29.48 + 146.350 345.00 326.03 18.97 + 146.375 374.00 334.64 39.36 + 146.400 366.00 343.21 22.79 + 146.425 387.00 351.58 35.42 + 146.450 392.00 359.62 32.38 + 146.475 438.00 367.13 70.87 + 146.500 465.00 373.94 91.06 + 146.525 470.00 379.89 90.11 + 146.550 443.00 384.80 58.20 + 146.575 511.00 388.55 122.45 + 146.600 473.00 391.05 81.95 + 146.625 474.00 392.27 81.73 + 146.650 455.00 392.21 62.79 + 146.675 473.00 390.93 82.07 + 146.700 452.00 388.54 63.46 + 146.725 460.00 385.17 74.83 + 146.750 440.00 380.96 59.04 + 146.775 386.00 376.08 9.92 + 146.800 385.00 370.68 14.32 + 146.825 402.00 364.92 37.08 + 146.850 418.00 358.95 59.05 + 146.875 382.00 352.90 29.10 + 146.900 348.00 346.91 1.09 + 146.925 344.00 341.10 2.90 + 146.950 360.00 335.57 24.43 + 146.975 366.00 330.42 35.58 + 147.000 351.00 325.72 25.28 + 147.025 322.00 321.52 0.48 + 147.050 327.00 317.86 9.14 + 147.075 318.00 314.73 3.27 + 147.100 352.00 312.15 39.85 + 147.125 341.00 310.07 30.93 + 147.150 308.00 308.46 -0.46 + 147.175 357.00 307.24 49.76 + 147.200 325.00 306.35 18.65 + 147.225 367.00 305.70 61.30 + 147.250 383.00 305.20 77.80 + 147.275 381.00 304.76 76.24 + 147.300 376.00 304.27 71.73 + 147.325 381.00 303.66 77.34 + 147.350 434.00 302.84 131.16 + 147.375 410.00 301.76 108.24 + 147.400 412.00 300.37 111.63 + 147.425 411.00 298.66 112.34 + 147.450 393.00 296.63 96.37 + 147.475 427.00 294.32 132.68 + 147.500 429.00 291.75 137.25 + 147.525 441.00 288.99 152.01 + 147.550 407.00 286.09 120.91 + 147.575 412.00 283.11 128.89 + 147.600 456.00 280.12 175.88 + 147.625 389.00 277.17 111.83 + 147.650 386.00 274.32 111.68 + 147.675 382.00 271.64 110.36 + 147.700 368.00 269.16 98.84 + 147.725 352.00 266.93 85.07 + 147.750 367.00 265.00 102.00 + 147.775 366.00 263.39 102.61 + 147.800 364.00 262.14 101.86 + 147.825 366.00 261.26 104.74 + 147.850 352.00 260.77 91.23 + 147.875 312.00 260.69 51.31 + 147.900 345.00 261.02 83.98 + 147.925 336.00 261.74 74.26 + 147.950 284.00 262.86 21.14 + 147.975 310.00 264.36 45.64 + 148.000 289.00 266.21 22.79 + 148.025 318.00 268.38 49.62 + 148.050 287.00 270.85 16.15 + 148.075 303.00 273.57 29.43 + 148.100 306.00 276.50 29.50 + 148.125 320.00 279.59 40.41 + 148.150 330.00 282.78 47.22 + 148.175 334.00 286.01 47.99 + 148.200 345.00 289.22 55.78 + 148.225 367.00 292.35 74.65 + 148.250 407.00 295.32 111.68 + 148.275 379.00 298.06 80.94 + 148.300 410.00 300.51 109.49 + 148.325 396.00 302.62 93.38 + 148.350 429.00 304.32 124.68 + 148.375 425.00 305.59 119.41 + 148.400 449.00 306.38 142.62 + 148.425 416.00 306.70 109.30 + 148.450 394.00 306.55 87.45 + 148.475 390.00 305.96 84.04 + 148.500 394.00 304.98 89.02 + 148.525 404.00 303.66 100.34 + 148.550 356.00 302.06 53.94 + 148.575 350.00 300.26 49.74 + 148.600 378.00 298.31 79.69 + 148.625 369.00 296.29 72.71 + 148.650 362.00 294.25 67.75 + 148.675 311.00 292.25 18.75 + 148.700 297.00 290.33 6.67 + 148.725 307.00 288.52 18.48 + 148.750 293.00 286.85 6.15 + 148.775 291.00 285.35 5.65 + 148.800 338.00 284.01 53.99 + 148.825 300.00 282.84 17.16 + 148.850 290.00 281.83 8.17 + 148.875 317.00 280.96 36.04 + 148.900 312.00 280.22 31.78 + 148.925 270.00 279.55 -9.55 + 148.950 313.00 278.95 34.05 + 148.975 278.00 278.36 -0.36 + 149.000 321.00 277.75 43.25 + 149.025 327.00 277.07 49.93 + 149.050 332.00 276.30 55.70 + 149.075 337.00 275.42 61.58 + 149.100 328.00 274.39 53.61 + 149.125 301.00 273.22 27.78 + 149.150 322.00 271.89 50.11 + 149.175 334.00 270.43 63.57 + 149.200 330.00 268.84 61.16 + 149.225 315.00 267.14 47.86 + 149.250 311.00 265.35 45.65 + 149.275 302.00 263.50 38.50 + 149.300 338.00 261.62 76.38 + 149.325 321.00 259.72 61.28 + 149.350 317.00 257.83 59.17 + 149.375 331.00 255.96 75.04 + 149.400 335.00 254.14 80.86 + 149.425 345.00 252.39 92.61 + 149.450 317.00 250.72 66.28 + 149.475 306.00 249.14 56.86 + 149.500 309.00 247.66 61.34 + 149.525 336.00 246.29 89.71 + 149.550 309.00 245.03 63.97 + 149.575 299.00 243.89 55.11 + 149.600 319.00 242.88 76.12 + 149.625 310.00 241.98 68.02 + 149.650 287.00 241.20 45.80 + 149.675 281.00 240.55 40.45 + 149.700 268.00 240.00 28.00 + 149.725 260.00 239.56 20.44 + 149.750 279.00 239.22 39.78 + 149.775 279.00 238.98 40.02 + 149.800 289.00 238.83 50.17 + 149.825 265.00 238.77 26.23 + 149.850 261.00 238.79 22.21 + 149.875 264.00 238.89 25.11 + 149.900 260.00 239.07 20.93 + 149.925 271.00 239.31 31.69 + 149.950 265.00 239.63 25.37 + 149.975 270.00 240.01 29.99 + 150.000 280.00 240.46 39.54 + 150.025 304.00 240.98 63.02 + 150.050 283.00 241.57 41.43 + 150.075 289.00 242.22 46.78 + 150.100 294.00 242.95 51.05 + 150.125 325.00 243.75 81.25 + 150.150 269.00 244.64 24.36 + 150.175 282.00 245.61 36.39 + 150.200 293.00 246.66 46.34 + 150.225 275.00 247.82 27.18 + 150.250 283.00 249.08 33.92 + 150.275 281.00 250.46 30.54 + 150.300 283.00 251.95 31.05 + 150.325 277.00 253.58 23.42 + 150.350 284.00 255.34 28.66 + 150.375 275.00 257.24 17.76 + 150.400 277.00 259.29 17.71 + 150.425 278.00 261.50 16.50 + 150.450 273.00 263.85 9.15 + 150.475 284.00 266.36 17.64 + 150.500 267.00 269.01 -2.01 + 150.525 270.00 271.80 -1.80 + 150.550 287.00 274.70 12.30 + 150.575 316.00 277.72 38.28 + 150.600 261.00 280.81 -19.81 + 150.625 283.00 283.96 -0.96 + 150.650 294.00 287.14 6.86 + 150.675 275.00 290.31 -15.31 + 150.700 324.00 293.43 30.57 + 150.725 306.00 296.47 9.53 + 150.750 302.00 299.37 2.63 + 150.775 276.00 302.11 -26.11 + 150.800 392.00 304.62 87.38 + 150.825 339.00 306.87 32.13 + 150.850 309.00 308.80 0.20 + 150.875 315.00 310.38 4.62 + 150.900 322.00 311.58 10.42 + 150.925 359.00 312.35 46.65 + 150.950 308.00 312.68 -4.68 + 150.975 335.00 312.56 22.44 + 151.000 315.00 311.98 3.02 + 151.025 318.00 310.97 7.03 + 151.050 319.00 309.55 9.45 + 151.075 328.00 307.75 20.25 + 151.100 315.00 305.61 9.39 + 151.125 303.00 303.19 -0.19 + 151.150 296.00 300.52 -4.52 + 151.175 300.00 297.66 2.34 + 151.200 304.00 294.67 9.33 + 151.225 283.00 291.57 -8.57 + 151.250 292.00 288.43 3.57 + 151.275 266.00 285.27 -19.27 + 151.300 279.00 282.13 -3.13 + 151.325 295.00 279.05 15.95 + 151.350 258.00 276.04 -18.04 + 151.375 289.00 273.13 15.87 + 151.400 272.00 270.34 1.66 + 151.425 251.00 267.69 -16.69 + 151.450 305.00 265.17 39.83 + 151.475 263.00 262.81 0.19 + 151.500 261.00 260.60 0.40 + 151.525 299.00 258.53 40.47 + 151.550 291.00 256.63 34.37 + 151.575 276.00 254.87 21.13 + 151.600 294.00 253.25 40.75 + 151.625 259.00 251.78 7.22 + 151.650 254.00 250.44 3.56 + 151.675 297.00 249.23 47.77 + 151.700 287.00 248.13 38.87 + 151.725 257.00 247.16 9.84 + 151.750 284.00 246.29 37.71 + 151.775 255.00 245.52 9.48 + 151.800 260.00 244.84 15.16 + 151.825 259.00 244.26 14.74 + 151.850 300.00 243.76 56.24 + 151.875 264.00 243.34 20.66 + 151.900 300.00 243.00 57.00 + 151.925 287.00 242.74 44.26 + 151.950 298.00 242.56 55.44 + 151.975 283.00 242.44 40.56 + 152.000 279.00 242.41 36.59 + 152.025 271.00 242.46 28.54 + 152.050 291.00 242.58 48.42 + 152.075 304.00 242.79 61.21 + 152.100 299.00 243.09 55.91 + 152.125 272.00 243.48 28.52 + 152.150 316.00 243.98 72.02 + 152.175 298.00 244.58 53.42 + 152.200 322.00 245.30 76.70 + 152.225 306.00 246.14 59.86 + 152.250 268.00 247.11 20.89 + 152.275 257.00 248.21 8.79 + 152.300 279.00 249.46 29.54 + 152.325 262.00 250.86 11.14 + 152.350 269.00 252.42 16.58 + 152.375 291.00 254.14 36.86 + 152.400 258.00 256.03 1.97 + 152.425 269.00 258.08 10.92 + 152.450 295.00 260.31 34.69 + 152.475 293.00 262.70 30.30 + 152.500 268.00 265.26 2.74 + 152.525 264.00 267.98 -3.98 + 152.550 272.00 270.84 1.16 + 152.575 272.00 273.85 -1.85 + 152.600 288.00 276.98 11.02 + 152.625 270.00 280.21 -10.21 + 152.650 267.00 283.53 -16.53 + 152.675 277.00 286.90 -9.90 + 152.700 310.00 290.31 19.69 + 152.725 292.00 293.72 -1.72 + 152.750 276.00 297.09 -21.09 + 152.775 290.00 300.40 -10.40 + 152.800 319.00 303.60 15.40 + 152.825 322.00 306.64 15.36 + 152.850 316.00 309.50 6.50 + 152.875 343.00 312.11 30.89 + 152.900 345.00 314.45 30.55 + 152.925 379.00 316.47 62.53 + 152.950 383.00 318.12 64.88 + 152.975 389.00 319.39 69.61 + 153.000 437.00 320.23 116.77 + 153.025 371.00 320.63 50.37 + 153.050 405.00 320.59 84.41 + 153.075 427.00 320.10 106.90 + 153.100 442.00 319.18 122.82 + 153.125 424.00 317.85 106.15 + 153.150 438.00 316.14 121.86 + 153.175 396.00 314.08 81.92 + 153.200 384.00 311.71 72.29 + 153.225 381.00 309.08 71.92 + 153.250 329.00 306.23 22.77 + 153.275 322.00 303.20 18.80 + 153.300 319.00 300.04 18.96 + 153.325 274.00 296.79 -22.79 + 153.350 318.00 293.48 24.52 + 153.375 304.00 290.17 13.83 + 153.400 316.00 286.86 29.14 + 153.425 324.00 283.60 40.40 + 153.450 275.00 280.42 -5.42 + 153.475 319.00 277.33 41.67 + 153.500 259.00 274.37 -15.37 + 153.525 272.00 271.54 0.46 + 153.550 262.00 268.87 -6.87 + 153.575 270.00 266.37 3.63 + 153.600 263.00 264.03 -1.03 + 153.625 266.00 261.88 4.12 + 153.650 242.00 259.92 -17.92 + 153.675 265.00 258.14 6.86 + 153.700 251.00 256.54 -5.54 + 153.725 276.00 255.13 20.87 + 153.750 277.00 253.90 23.10 + 153.775 260.00 252.85 7.15 + 153.800 256.00 251.96 4.04 + 153.825 240.00 251.24 -11.24 + 153.850 278.00 250.68 27.32 + 153.875 252.00 250.26 1.74 + 153.900 286.00 249.98 36.02 + 153.925 295.00 249.83 45.17 + 153.950 268.00 249.80 18.20 + 153.975 301.00 249.88 51.12 + 154.000 296.00 235.51 60.49 + 154.025 268.00 235.54 32.46 + 154.050 299.00 235.57 63.43 + 154.075 298.00 235.60 62.40 + 154.100 305.00 235.63 69.37 + 154.125 293.00 235.65 57.35 + 154.150 327.00 235.68 91.32 + 154.175 343.00 235.71 107.29 + 154.200 362.00 235.74 126.26 + 154.225 367.00 235.77 131.23 + 154.250 358.00 235.80 122.20 + 154.275 324.00 235.82 88.18 + 154.300 322.00 235.85 86.15 + 154.325 330.00 235.88 94.12 + 154.350 356.00 235.91 120.09 + 154.375 353.00 235.93 117.07 + 154.400 351.00 235.96 115.04 + 154.425 324.00 235.99 88.01 + 154.450 359.00 236.01 122.99 + 154.475 339.00 236.04 102.96 + 154.500 289.00 236.07 52.93 + 154.525 330.00 236.09 93.91 + 154.550 295.00 236.12 58.88 + 154.575 293.00 236.15 56.85 + 154.600 293.00 236.17 56.83 + 154.625 300.00 236.20 63.80 + 154.650 296.00 236.23 59.77 + 154.675 319.00 236.25 82.75 + 154.700 302.00 236.28 65.72 + 154.725 276.00 236.30 39.70 + 154.750 293.00 236.33 56.67 + 154.775 271.00 236.35 34.65 + 154.800 283.00 236.38 46.62 + 154.825 256.00 236.40 19.60 + 154.850 258.00 236.43 21.57 + 154.875 269.00 236.45 32.55 + 154.900 272.00 236.48 35.52 + 154.925 213.00 236.50 -23.50 + 154.950 257.00 236.52 20.48 + 154.975 274.00 236.55 37.45 + 155.000 242.00 236.57 5.43 + 155.025 245.00 236.60 8.40 + 155.050 252.00 236.62 15.38 + 155.075 212.00 236.64 -24.64 + 155.100 261.00 236.67 24.33 + 155.125 281.00 236.69 44.31 + 155.150 259.00 236.71 22.29 + 155.175 253.00 236.73 16.27 + 155.200 280.00 236.76 43.24 + 155.225 255.00 236.78 18.22 + 155.250 229.00 236.80 -7.80 + 155.275 241.00 236.82 4.18 + 155.300 242.00 236.85 5.15 + 155.325 248.00 236.87 11.13 + 155.350 259.00 236.89 22.11 + 155.375 257.00 236.91 20.09 + 155.400 256.00 236.93 19.07 + 155.425 253.00 236.95 16.05 + 155.450 281.00 236.98 44.02 + 155.475 292.00 237.00 55.00 + 155.500 254.00 237.02 16.98 + 155.525 273.00 237.04 35.96 + 155.550 278.00 237.06 40.94 + 155.575 277.00 237.08 39.92 + 155.600 264.00 237.10 26.90 + 155.625 219.00 237.12 -18.12 + 155.650 271.00 237.14 33.86 + 155.675 279.00 237.16 41.84 + 155.700 246.00 237.18 8.82 + 155.725 268.00 237.20 30.80 + 155.750 282.00 237.22 44.78 + 155.775 272.00 237.24 34.76 + 155.800 270.00 237.26 32.74 + 155.825 221.00 237.28 -16.28 + 155.850 262.00 237.29 24.71 + 155.875 286.00 237.31 48.69 + 155.900 267.00 237.33 29.67 + 155.925 254.00 237.35 16.65 + 155.950 267.00 237.37 29.63 + 155.975 259.00 237.39 21.61 + 156.000 267.00 237.40 29.60 + 156.025 276.00 237.42 38.58 + 156.050 269.00 237.44 31.56 + 156.075 251.00 237.46 13.54 + 156.100 256.00 237.47 18.53 + 156.125 228.00 237.49 -9.49 + 156.150 248.00 237.51 10.49 + 156.175 243.00 237.52 5.48 + 156.200 254.00 237.54 16.46 + 156.225 254.00 237.56 16.44 + 156.250 245.00 237.57 7.43 + 156.275 242.00 237.59 4.41 + 156.300 250.00 237.60 12.40 + 156.325 264.00 237.62 26.38 + 156.350 274.00 237.64 36.36 + 156.375 255.00 237.65 17.35 + 156.400 281.00 237.67 43.33 + 156.425 229.00 237.68 -8.68 + 156.450 263.00 237.70 25.30 + 156.475 250.00 237.71 12.29 + 156.500 241.00 237.73 3.27 + 156.525 259.00 237.74 21.26 + 156.550 268.00 237.75 30.25 + 156.575 285.00 237.77 47.23 + 156.600 241.00 237.78 3.22 + 156.625 255.00 237.80 17.20 + 156.650 268.00 237.81 30.19 + 156.675 257.00 237.82 19.18 + 156.700 263.00 237.84 25.16 + 156.725 266.00 237.85 28.15 + 156.750 298.00 237.86 60.14 + 156.775 281.00 237.88 43.12 + 156.800 271.00 237.89 33.11 + 156.825 261.00 237.90 23.10 + 156.850 280.00 237.91 42.09 + 156.875 296.00 237.92 58.08 + 156.900 283.00 237.94 45.06 + 156.925 341.00 237.95 103.05 + 156.950 280.00 237.96 42.04 + 156.975 304.00 237.97 66.03 + 157.000 282.00 237.98 44.02 + 157.025 258.00 237.99 20.01 + 157.050 262.00 238.00 24.00 + 157.075 279.00 238.02 40.98 + 157.100 285.00 238.03 46.97 + 157.125 319.00 238.04 80.96 + 157.150 293.00 238.05 54.95 + 157.175 322.00 238.06 83.94 + 157.200 316.00 238.07 77.93 + 157.225 348.00 238.08 109.92 + 157.250 341.00 238.09 102.91 + 157.275 339.00 238.09 100.91 + 157.300 321.00 238.10 82.90 + 157.325 373.00 238.11 134.89 + 157.350 376.00 238.12 137.88 + 157.375 366.00 238.13 127.87 + 157.400 402.00 238.14 163.86 + 157.425 391.00 238.15 152.85 + 157.450 405.00 238.16 166.84 + 157.475 407.00 238.16 168.84 + 157.500 422.00 238.17 183.83 + 157.525 395.00 238.18 156.82 + 157.550 434.00 238.19 195.81 + 157.575 419.00 238.19 180.81 + 157.600 426.00 238.20 187.80 + 157.625 385.00 238.21 146.79 + 157.650 390.00 238.21 151.79 + 157.675 375.00 238.22 136.78 + 157.700 357.00 238.23 118.77 + 157.725 343.00 238.23 104.77 + 157.750 359.00 238.24 120.76 + 157.775 344.00 238.24 105.76 + 157.800 285.00 238.25 46.75 + 157.825 324.00 238.26 85.74 + 157.850 317.00 238.26 78.74 + 157.875 345.00 238.27 106.73 + 157.900 303.00 238.27 64.73 + 157.925 315.00 238.28 76.72 + 157.950 288.00 238.28 49.72 + 157.975 301.00 238.28 62.72 + 158.000 281.00 238.29 42.71 + 158.025 327.00 238.29 88.71 + 158.050 316.00 238.30 77.70 + 158.075 260.00 238.30 21.70 + 158.100 299.00 238.30 60.70 + 158.125 302.00 238.31 63.69 + 158.150 249.00 238.31 10.69 + 158.175 293.00 238.31 54.69 + 158.200 271.00 238.31 32.69 + 158.225 296.00 238.32 57.68 + 158.250 258.00 238.32 19.68 + 158.275 283.00 238.32 44.68 + 158.300 268.00 238.32 29.68 + 158.325 271.00 238.33 32.67 + 158.350 305.00 238.33 66.67 + 158.375 268.00 238.33 29.67 + 158.400 234.00 238.33 -4.33 + 158.425 286.00 238.33 47.67 + 158.450 278.00 238.33 39.67 + 158.475 274.00 238.33 35.67 + 158.500 274.00 238.33 35.67 + 158.525 253.00 238.33 14.67 + 158.550 238.00 238.33 -0.33 + 158.575 291.00 238.33 52.67 + 158.600 274.00 238.33 35.67 + 158.625 300.00 238.33 61.67 + 158.650 282.00 238.33 43.67 + 158.675 303.00 238.33 64.67 + 158.700 285.00 238.33 46.67 + 158.725 323.00 238.33 84.67 + 158.750 340.00 238.32 101.68 + 158.775 283.00 238.32 44.68 + 158.800 355.00 238.32 116.68 + 158.825 288.00 238.32 49.68 + 158.850 335.00 238.32 96.68 + 158.875 350.00 238.31 111.69 + 158.900 313.00 238.31 74.69 + 158.925 303.00 238.31 64.69 + 158.950 338.00 238.30 99.70 + 158.975 326.00 238.30 87.70 + 159.000 359.00 238.30 120.70 + 159.025 372.00 238.29 133.71 + 159.050 325.00 238.29 86.71 + 159.075 325.00 238.29 86.71 + 159.100 352.00 238.28 113.72 + 159.125 345.00 238.28 106.72 + 159.150 348.00 238.27 109.73 + 159.175 330.00 238.27 91.73 + 159.200 336.00 238.26 97.74 + 159.225 310.00 238.26 71.74 + 159.250 343.00 238.25 104.75 + 159.275 321.00 238.24 82.76 + 159.300 329.00 238.24 90.76 + 159.325 325.00 238.23 86.77 + 159.350 329.00 238.23 90.77 + 159.375 330.00 238.22 91.78 + 159.400 311.00 238.21 72.79 + 159.425 316.00 238.21 77.79 + 159.450 327.00 238.20 88.80 + 159.475 320.00 238.19 81.81 + 159.500 306.00 238.18 67.82 + 159.525 348.00 238.18 109.82 + 159.550 345.00 238.17 106.83 + 159.575 330.00 238.16 91.84 + 159.600 325.00 238.15 86.85 + 159.625 371.00 238.14 132.86 + 159.650 381.00 238.13 142.87 + 159.675 421.00 238.12 182.88 + 159.700 388.00 238.12 149.88 + 159.725 403.00 238.11 164.89 + 159.750 413.00 238.10 174.90 + 159.775 417.00 238.09 178.91 + 159.800 391.00 238.08 152.92 + 159.825 385.00 238.07 146.93 + 159.850 376.00 238.05 137.95 + 159.875 382.00 238.04 143.96 + 159.900 420.00 238.03 181.97 + 159.925 374.00 238.02 135.98 + 159.950 352.00 238.01 113.99 + 159.975 328.00 238.00 90.00 + 160.000 368.00 237.99 130.01 +END +WAVES Phase1, tik1 +BEGIN + 16.416 -523 + 20.761 -523 + 20.886 -523 + 23.278 -523 + 24.517 -523 + 25.530 -523 + 26.666 -523 + 27.640 -523 + 29.637 -523 + 32.305 -523 + 33.118 -523 + 33.233 -523 + 34.163 -523 + 37.194 -523 + 37.273 -523 + 38.116 -523 + 39.501 -523 + 40.224 -523 + 41.060 -523 + 41.657 -523 + 42.299 -523 + 42.326 -523 + 42.564 -523 + 43.684 -523 + 43.711 -523 + 44.433 -523 + 44.493 -523 + 44.598 -523 + 45.906 -523 + 47.647 -523 + 47.672 -523 + 47.829 -523 + 48.342 -523 + 50.313 -523 + 50.831 -523 + 52.439 -523 + 52.509 -523 + 53.077 -523 + 53.281 -523 + 53.622 -523 + 53.690 -523 + 53.755 -523 + 53.778 -523 + 54.989 -523 + 55.381 -523 + 55.693 -523 + 56.534 -523 + 56.546 -523 + 56.685 -523 + 57.069 -523 + 57.134 -523 + 58.472 -523 + 58.691 -523 + 58.925 -523 + 59.870 -523 + 60.649 -523 + 61.590 -523 + 61.611 -523 + 61.955 -523 + 62.044 -523 + 62.538 -523 + 62.600 -523 + 63.292 -523 + 63.525 -523 + 64.576 -523 + 65.198 -523 + 65.563 -523 + 66.004 -523 + 66.373 -523 + 66.597 -523 + 67.189 -523 + 67.531 -523 + 67.677 -523 + 68.177 -523 + 68.273 -523 + 68.426 -523 + 68.533 -523 + 69.310 -523 + 69.566 -523 + 69.653 -523 + 69.664 -523 + 69.776 -523 + 69.835 -523 + 70.034 -523 + 70.669 -523 + 70.895 -523 + 70.914 -523 + 71.201 -523 + 72.019 -523 + 72.053 -523 + 72.302 -523 + 72.702 -523 + 73.552 -523 + 73.648 -523 + 74.205 -523 + 74.456 -523 + 74.620 -523 + 75.011 -523 + 75.455 -523 + 75.889 -523 + 76.128 -523 + 76.429 -523 + 76.954 -523 + 77.332 -523 + 77.944 -523 + 78.181 -523 + 78.520 -523 + 78.627 -523 + 78.683 -523 + 79.268 -523 + 79.330 -523 + 79.523 -523 + 79.850 -523 + 79.855 -523 + 80.346 -523 + 80.830 -523 + 81.054 -523 + 81.389 -523 + 81.615 -523 + 81.634 -523 + 82.705 -523 + 82.862 -523 + 82.894 -523 + 83.178 -523 + 83.560 -523 + 84.108 -523 + 84.130 -523 + 84.595 -523 + 84.622 -523 + 85.116 -523 + 85.209 -523 + 85.592 -523 + 86.408 -523 + 86.471 -523 + 86.524 -523 + 86.935 -523 + 86.975 -523 + 87.697 -523 + 88.090 -523 + 88.664 -523 + 88.754 -523 + 89.101 -523 + 89.156 -523 + 89.310 -523 + 89.700 -523 + 89.725 -523 + 89.931 -523 + 90.737 -523 + 91.138 -523 + 91.248 -523 + 91.390 -523 + 91.490 -523 + 91.622 -523 + 91.704 -523 + 92.215 -523 + 92.400 -523 + 92.456 -523 + 92.529 -523 + 92.537 -523 + 93.172 -523 + 93.315 -523 + 93.347 -523 + 93.402 -523 + 93.476 -523 + 93.726 -523 + 93.940 -523 + 93.958 -523 + 94.041 -523 + 94.579 -523 + 94.783 -523 + 95.042 -523 + 95.512 -523 + 96.194 -523 + 96.250 -523 + 96.324 -523 + 96.925 -523 + 97.284 -523 + 97.579 -523 + 97.781 -523 + 98.353 -523 + 98.523 -523 + 98.821 -523 + 99.288 -523 + 99.806 -523 + 100.390 -523 + 100.452 -523 + 100.719 -523 + 100.789 -523 + 100.977 -523 + 101.025 -523 + 101.033 -523 + 101.109 -523 + 101.191 -523 + 101.471 -523 + 101.527 -523 + 101.877 -523 + 102.489 -523 + 102.607 -523 + 103.763 -523 + 103.915 -523 + 103.920 -523 + 104.024 -523 + 104.050 -523 + 104.178 -523 + 104.273 -523 + 104.739 -523 + 104.892 -523 + 105.304 -523 + 105.326 -523 + 105.413 -523 + 105.631 -523 + 105.806 -523 + 106.014 -523 + 106.254 -523 + 106.347 -523 + 106.495 -523 + 107.087 -523 + 107.694 -523 + 107.816 -523 + 107.849 -523 + 107.874 -523 + 107.952 -523 + 108.290 -523 + 108.439 -523 + 108.458 -523 + 109.233 -523 + 109.546 -523 + 110.058 -523 + 110.384 -523 + 110.603 -523 + 111.127 -523 + 111.271 -523 + 111.640 -523 + 112.285 -523 + 112.302 -523 + 112.736 -523 + 112.896 -523 + 113.010 -523 + 113.261 -523 + 113.351 -523 + 113.651 -523 + 114.328 -523 + 114.860 -523 + 114.959 -523 + 115.213 -523 + 115.388 -523 + 115.719 -523 + 116.030 -523 + 116.518 -523 + 116.580 -523 + 117.035 -523 + 117.097 -523 + 117.180 -523 + 117.461 -523 + 117.637 -523 + 117.742 -523 + 117.744 -523 + 118.340 -523 + 118.386 -523 + 118.393 -523 + 118.950 -523 + 119.221 -523 + 120.135 -523 + 120.306 -523 + 120.432 -523 + 120.750 -523 + 120.793 -523 + 121.075 -523 + 121.333 -523 + 121.561 -523 + 121.838 -523 + 121.875 -523 + 122.109 -523 + 122.209 -523 + 123.334 -523 + 123.783 -523 + 123.816 -523 + 123.890 -523 + 123.922 -523 + 124.301 -523 + 124.502 -523 + 124.508 -523 + 124.569 -523 + 124.925 -523 + 125.455 -523 + 125.658 -523 + 125.690 -523 + 125.727 -523 + 126.652 -523 + 126.675 -523 + 126.802 -523 + 127.621 -523 + 127.709 -523 + 127.769 -523 + 128.658 -523 + 128.820 -523 + 129.020 -523 + 129.058 -523 + 129.234 -523 + 129.306 -523 + 129.506 -523 + 129.578 -523 + 129.674 -523 + 129.688 -523 + 129.986 -523 + 130.287 -523 + 130.513 -523 + 130.591 -523 + 130.786 -523 + 131.342 -523 + 131.919 -523 + 132.350 -523 + 132.388 -523 + 132.393 -523 + 132.543 -523 + 132.858 -523 + 132.971 -523 + 133.636 -523 + 133.660 -523 + 134.120 -523 + 134.640 -523 + 135.010 -523 + 135.141 -523 + 135.213 -523 + 135.412 -523 + 135.635 -523 + 135.649 -523 + 135.728 -523 + 136.018 -523 + 136.652 -523 + 136.732 -523 + 136.861 -523 + 136.923 -523 + 136.957 -523 + 137.034 -523 + 138.327 -523 + 138.392 -523 + 138.782 -523 + 138.958 -523 + 139.183 -523 + 140.258 -523 + 140.853 -523 + 141.146 -523 + 141.925 -523 + 142.044 -523 + 142.576 -523 + 142.799 -523 + 142.868 -523 + 143.204 -523 + 143.643 -523 + 144.359 -523 + 144.514 -523 + 145.319 -523 + 145.874 -523 + 146.171 -523 + 146.217 -523 + 146.271 -523 + 146.342 -523 + 146.596 -523 + 146.609 -523 + 146.848 -523 + 147.379 -523 + 148.310 -523 + 148.416 -523 + 148.557 -523 + 149.073 -523 + 149.077 -523 + 150.264 -523 + 150.501 -523 + 150.745 -523 + 150.968 -523 + 151.538 -523 + 153.033 -523 + 153.434 -523 + 154.547 -523 + 155.621 -523 + 155.666 -523 + 156.411 -523 + 156.623 -523 + 157.438 -523 + 157.510 -523 + 157.598 -523 + 158.129 -523 + 159.707 -523 + 161.086 -523 + 161.620 -523 + 161.902 -523 + 161.971 -523 + 163.204 -523 + 165.031 -523 + 167.587 -523 + 168.175 -523 + 168.387 -523 + 168.666 -523 +END +WAVES Excrg1, excl1 +BEGIN + 10.00 -523 + 10.00 -523 +END +WAVES Excrg2, excl2 +BEGIN + 154.00 -523 + 160.00 -523 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TwoTheta +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 10.00, 160.00 +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -7038} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: pbsox_single_polarized\rDate of fit: \Z09 17/06/2026/ 22:34:36.1\Z12\rPbSO4\rChi2 = 43.02" +X Label left "\Z14Intensity" +X Label bottom "\Z142-Theta (in degrees)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: PbSO4 XrayDif single wavelength polarized Wdt48 +X | Date of run: 17/06/2026 / 22:34:36.1 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.rpa b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.rpa new file mode 100644 index 000000000..f0afbcf62 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.rpa @@ -0,0 +1,58 @@ +TITL PbSO4 XrayDif single wavelength polarized Wdt48 +FILES => PCR-file : pbsox_single_polarized +FILES => DAT-files: pbsox_single_polarized +DATE & TIME Date: 17/06/2026 Time: 22:34:35.817 +REM NPHASE IDUM IASG NRELL ICRYG +GLB1 1 0 0 0 0 +REM JOBTYP NPROF NBCKGD NEXCRG NSCAT NORI +GLB1 0 7 0 2 0 0 +REM IWGT ILOR IRESO ISTEP IXUNIT ICORR +GLB2 0 0 0 0 0 0 +REM IOT IPL IPC MAT NXT lst1 lst2 lst3 NLIN PL_PRF +OUT1 0 2 1 0 1 0 4 0 0 2 +REM instr JCIL JSY jlkh jfou ISHOR ianaly +OUT2 0 1 1 0 4 1 1 +REM MAT NXT NLIN JCIL JSY ISHOR +OUT1 0 1 0 1 1 1 +REM IOT IPL IPC LST1 LST2 LST3 +OUT2 0 2 1 0 4 0 +REM PL_PRF INSTR JLKH JFOU IANALY +OUT3 2 0 0 4 1 +DATT 0 0 0.00 +PHAS1 PbSO4 +SPGR P n m a +NATM 5 +COND 0 0 0 0 +ATOM Pb 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +ATOM S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +ATOM O1 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +ATOM O2 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +ATOM O3 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +CELL 8.47983 5.39776 6.95932 90.00000 90.00000 90.00000 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +NNVK 0 +SCAL 0.000469335 0.000000000 +SHAP 0.00000 0.00000 +BOVE 0.0000 0.0000 +HUVW 0.0485 0.0000 -0.0831 0.0000 0.0352 0.0000 +PREF 0.0000 0.0000 0.0000 0.0000 +ASYM 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 +XYPA 0.0000 0.0000 0.0493 0.0000 +STRA 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 +SIZE 0.0000 0.0000 0.0000 0.0000 +ZERO -0.04816 0.00000 +BACK 154.3 100.0 -92.33 -95.60 126.7 -31.80 +SIGM 0.000 0.000 0.000 0.000 0.000 0.000 +RFAR 25.94 32.26 4.918 43.02 +RFAC 42.58 45.81 6.984 43.02 5760 +DEVA 0.3979E+06 69.02 0.1472 1.918 +RFBR 25.94 32.26 4.918 43.02 +RFBC 42.58 45.81 6.984 43.02 5760 +DEVB 0.3979E+06 69.02 0.1472 1.918 +BRAG1 34.570 21.385 318.543 100.000 1213.030 1.000 +-------------------------------------------------------------------------------- diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.sum b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.sum new file mode 100644 index 000000000..14eb4da9f --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.sum @@ -0,0 +1,147 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 17/06/2026 Time: 22:34:35.817 + + => PCR file code: pbsox_single_polarized + => DAT file code: pbsox_single_polariz -> Relative contribution: 1.0000 + => Title: PbSO4 XrayDif single wavelength polarized Wdt48 + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of X-ray powder diffraction data + => Global Refinement of X-ray powder diffraction data + Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) + => The 7th default profile function was selected + + => Data supplied in free format for pattern: 1 + => Analysis of refinement at the end + => Wavelengths: 1.54056 1.54056 + => Cos(Monochromator angle)= 0.8000 + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 48.00 + ==> Angular range, step and number of points: + 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 + =>-------> Pattern# 1 + => Crystal Structure Refinement for phase: 1 + => The density (volumic mass) of phase 1 is: 6.324 g/cm3 + => Scor: 4.4881 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 PbSO4 P n m a +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 394 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + Pb 0.18788( 0) 0.25000( 0) 0.16749( 0) 1.785( 0) 0.500( 0) 4 + S 0.06302( 0) 0.25000( 0) 0.68446( 0) 0.854( 0) 0.500( 0) 4 + O1 0.91235( 0) 0.25000( 0) 0.59346( 0) 1.334( 0) 0.500( 0) 4 + O2 0.18443( 0) 0.25000( 0) 0.53434( 0) 1.575( 0) 0.500( 0) 4 + O3 0.07573( 0) 0.01951( 0) 0.81594( 0) 1.328( 0) 1.000( 0) 8 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 8.47983 0.00000 + 5.39776 0.00000 + 6.95932 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + => overall scale factor : 0.000469335 0.000000000 + => Eta(p-v) or m(p-vii) : 0.00000 0.00000 + => Overall tem. factor : 0.00000 0.00000 + => Halfwidth parameters : 0.04846 0.00000 + -0.08305 0.00000 + 0.03519 0.00000 + => Preferred orientation: 0.00000 0.00000 + 0.00000 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => X and y parameters : 0.00000 0.00000 + 0.04927 0.00000 + => Strain parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => Size parameters (G,L): 0.00000 0.00000 + 0.00000 0.00000 + + => Add. shape parameters: + 0.00000 0.00000 + 0.00000 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: -0.0482 0.0000 + => Background Polynomial Parameters ==> + 154.32 0.0000 + 100.00 0.0000 + -92.329 0.0000 + -95.599 0.0000 + 126.68 0.0000 + -31.804 0.0000 + + => Cos( theta)-shift parameter : 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle: 30 + => N-P+C: 5760 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 25.9 Rwp: 32.3 Rexp: 4.92 Chi2: 43.0 L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 42.6 Rwp: 45.8 Rexp: 6.98 Chi2: 43.0 + => Deviance: 0.398E+06 Dev* : 69.02 + => DW-Stat.: 0.1472 DW-exp: 1.9182 + => N-sigma of the GoF: 2255.192 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 5760 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 25.9 Rwp: 32.3 Rexp: 4.92 Chi2: 43.0 L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 42.6 Rwp: 45.8 Rexp: 6.98 Chi2: 43.0 + => Deviance: 0.398E+06 Dev* : 69.02 + => DW-Stat.: 0.1472 DW-exp: 1.9182 + => N-sigma of the GoF: 2255.192 + + => Global user-weigthed Chi2 (Bragg contrib.): 43.0 + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 PbSO4 + => Bragg R-factor: 34.6 Vol: 318.543( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 21.4 ATZ: 1213.030 Brindley: 1.0000 + + + CPU Time: 0.328 seconds + 0.005 minutes + + => Run finished at: Date: 17/06/2026 Time: 22:34:36.148 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.sym b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.sym new file mode 100644 index 000000000..3bb3e307f --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.sym @@ -0,0 +1,136 @@ + PbSO4 XrayDif single wavelength polarized Wdt48 + + -------------------------------- + SYMMETRY INFORMATION ON PHASE: 1 + -------------------------------- + + + => Symmetry information on space group: P n m a + -> The multiplicity of the general position is: 8 + -> The space group is Centric (-1 at origin) + -> Lattice type P: { 000 } + -> Reduced set of symmetry operators: + + No. IT Symmetry symbol Rotation part Associated Translation + 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} + 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.5000 0.5000 0.5000} + 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.0000 0.5000 0.0000} + 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.5000 0.0000 0.5000} + + + Information on Space Group: + --------------------------- + + => Number of Space group: 62 + => Hermann-Mauguin Symbol: P n m a + => Hall Symbol: -P 2ac 2n + => Setting Type: IT (Generated from Hermann-Mauguin symbol) + => Crystal System: Orthorhombic + => Laue Class: mmm + => Point Group: mmm + => Bravais Lattice: P + => Lattice Symbol: oP + => Reduced Number of S.O.: 4 + => General multiplicity: 8 + => Centrosymmetry: Centric (-1 at origin) + => Generators (exc. -1&L): 2 + => Asymmetric unit: 0.000 <= x <= 0.500 + 0.000 <= y <= 0.250 + 0.000 <= z <= 1.000 + => Centring vectors: 0 + + + => List of all Symmetry Operators and Symmetry Symbols + + => SYMM( 1): x,y,z Symbol: 1 + => SYMM( 2): x+1/2,-y+1/2,-z+1/2 Symbol: 2 (1/2,0,0) x,1/4,1/4 + => SYMM( 3): -x,y+1/2,-z Symbol: 2 (0,1/2,0) 0,y,0 + => SYMM( 4): -x+1/2,-y,z+1/2 Symbol: 2 (0,0,1/2) 1/4,0,z + => SYMM( 5): -x,-y,-z Symbol: -1 0,0,0 + => SYMM( 6): -x+1/2,y+1/2,z+1/2 Symbol: n (0,1/2,1/2) 1/4,y,z + => SYMM( 7): x,-y+1/2,z Symbol: m x,1/4,z + => SYMM( 8): x+1/2,y,-z+1/2 Symbol: a x,y,1/4 + + => Special Wyckoff Positions for P n m a + + Multp Site Representative Coordinates (centring translations excluded) + 4 c x,1/4,z x+1/2,1/4,-z+1/2 -x,3/4,-z + -x+1/2,3/4,z+1/2 + + 4 b 0,0,1/2 1/2,1/2,0 0,1/2,1/2 + 1/2,0,0 + + 4 a 0,0,0 1/2,1/2,1/2 0,1/2,0 + 1/2,0,1/2 + + + ------------------------------------------------- + INFORMATION ON SITE SYMMETRY OF ATOMS IN PHASE: 1 + ------------------------------------------------- + + + -> Information on Atom: Pb at position: 0.18788 0.25000 0.16749 Multiplicity: 4 + List of symmetry operators and symmetry elements of the site point group: + Operator 2: x,-y+1/2,z m x,1/4,z + Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 + Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 + + --> Complete orbit of the atom: Pb + + Pb( 1) 0.18788 0.25000 0.16749 x,y,z + Pb( 2) 0.68788 0.25000 0.33251 x+1/2,-y+1/2,-z+1/2 + Pb( 3) 0.81212 0.75000 0.83251 -x,y+1/2,-z + Pb( 4) 0.31212 0.75000 0.66749 -x+1/2,-y,z+1/2 + + -> Information on Atom: S at position: 0.06302 0.25000 0.68446 Multiplicity: 4 + List of symmetry operators and symmetry elements of the site point group: + Operator 2: x,-y+1/2,z m x,1/4,z + Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 + Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 + + --> Complete orbit of the atom: S + + S( 1) 0.06302 0.25000 0.68446 x,y,z + S( 2) 0.56302 0.25000 0.81554 x+1/2,-y+1/2,-z+1/2 + S( 3) 0.93698 0.75000 0.31554 -x,y+1/2,-z + S( 4) 0.43698 0.75000 0.18446 -x+1/2,-y,z+1/2 + + -> Information on Atom: O1 at position: 0.91235 0.25000 0.59346 Multiplicity: 4 + List of symmetry operators and symmetry elements of the site point group: + Operator 2: x,-y+1/2,z m x,1/4,z + Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 + Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 + + --> Complete orbit of the atom: O1 + + O1( 1) 0.91235 0.25000 0.59346 x,y,z + O1( 2) 0.41235 0.25000 0.90654 x+1/2,-y+1/2,-z+1/2 + O1( 3) 0.08765 0.75000 0.40654 -x,y+1/2,-z + O1( 4) 0.58765 0.75000 0.09346 -x+1/2,-y,z+1/2 + + -> Information on Atom: O2 at position: 0.18443 0.25000 0.53434 Multiplicity: 4 + List of symmetry operators and symmetry elements of the site point group: + Operator 2: x,-y+1/2,z m x,1/4,z + Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 + Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 + + --> Complete orbit of the atom: O2 + + O2( 1) 0.18443 0.25000 0.53434 x,y,z + O2( 2) 0.68443 0.25000 0.96566 x+1/2,-y+1/2,-z+1/2 + O2( 3) 0.81557 0.75000 0.46566 -x,y+1/2,-z + O2( 4) 0.31557 0.75000 0.03434 -x+1/2,-y,z+1/2 + + -> Information on Atom: O3 at position: 0.07573 0.01951 0.81594 Multiplicity: 8 + The above atom is in a general position (no constraints in atom positions) + + --> Complete orbit of the atom: O3 + + O3( 1) 0.07573 0.01951 0.81594 x,y,z + O3( 2) 0.57573 0.48049 0.68406 x+1/2,-y+1/2,-z+1/2 + O3( 3) 0.92427 0.51951 0.18406 -x,y+1/2,-z + O3( 4) 0.42427 0.98049 0.31594 -x+1/2,-y,z+1/2 + O3( 5) 0.92427 0.98049 0.18406 -x,-y,-z + O3( 6) 0.42427 0.51951 0.31594 -x+1/2,y+1/2,z+1/2 + O3( 7) 0.07573 0.48049 0.81594 x,-y+1/2,z + O3( 8) 0.57573 0.01951 0.68406 x+1/2,y,-z+1/2 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized1.fst b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized1.fst new file mode 100644 index 000000000..99a3dbba8 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized1.fst @@ -0,0 +1,11 @@ +! FILE for FullProf Studio: generated automatically by FullProf +!Title: PbSO4 +SPACEG P n m a +CELL 8.479832 5.397758 6.959324 90.0000 90.0000 90.0000 +box -0.25 1.25 -0.15 1.15 -0.15 1.15 +ATOM Pb Pb 0.18788 0.25000 0.16749 +ATOM S S 0.06302 0.25000 0.68446 +ATOM O1 O 0.91235 0.25000 0.59346 +ATOM O2 O 0.18443 0.25000 0.53434 +ATOM O3 O 0.07573 0.01951 0.81594 +conn S O 0 2 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.bac b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.bac new file mode 100644 index 000000000..4fb26ab68 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.bac @@ -0,0 +1,602 @@ + 10.048160 0.025000 160.048157 Background of: pbsox_single_unpolarized + 126 126 126 126 126 126 126 126 125 125 + 125 125 125 125 125 125 124 124 124 124 + 124 124 124 124 123 123 123 123 123 123 + 123 123 123 122 122 122 122 122 122 122 + 122 121 121 121 121 121 121 121 121 121 + 120 120 120 120 120 120 120 120 120 119 + 119 119 119 119 119 119 119 119 119 118 + 118 118 118 118 118 118 118 118 117 117 + 117 117 117 117 117 117 117 117 116 116 + 116 116 116 116 116 116 116 116 116 115 + 115 115 115 115 115 115 115 115 115 115 + 114 114 114 114 114 114 114 114 114 114 + 114 113 113 113 113 113 113 113 113 113 + 113 113 113 112 112 112 112 112 112 112 + 112 112 112 112 112 111 111 111 111 111 + 111 111 111 111 111 111 111 111 110 110 + 110 110 110 110 110 110 110 110 110 110 + 110 110 109 109 109 109 109 109 109 109 + 109 109 109 109 109 109 109 108 108 108 + 108 108 108 108 108 108 108 108 108 108 + 108 108 108 107 107 107 107 107 107 107 + 107 107 107 107 107 107 107 107 107 107 + 106 106 106 106 106 106 106 106 106 106 + 106 106 106 106 106 106 106 106 105 105 + 105 105 105 105 105 105 105 105 105 105 + 105 105 105 105 105 105 105 105 105 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 103 103 103 103 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 100 100 100 + 100 100 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 103 103 103 103 103 103 103 103 + 103 103 104 104 104 104 104 104 104 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 105 105 105 105 105 105 105 + 105 105 105 105 105 105 105 105 105 105 + 105 105 105 105 105 105 105 105 105 105 + 105 106 106 106 106 106 106 106 106 106 + 106 106 106 106 106 106 106 106 106 106 + 106 106 106 106 106 106 106 107 107 107 + 107 107 107 107 107 107 107 107 107 107 + 107 107 107 107 107 107 107 107 107 107 + 107 108 108 108 108 108 108 108 108 108 + 108 108 108 108 108 108 108 108 108 108 + 108 108 108 108 109 109 109 109 109 109 + 109 109 109 109 109 109 109 109 109 109 + 109 109 109 109 109 109 110 110 110 110 + 110 110 110 110 110 110 110 110 110 110 + 110 110 110 110 110 110 110 110 111 111 + 111 111 111 111 111 111 111 111 111 111 + 111 111 111 111 111 111 111 111 112 112 + 112 112 112 112 112 112 112 112 112 112 + 112 112 112 112 112 112 112 112 113 113 + 113 113 113 113 113 113 113 113 113 113 + 113 113 113 113 113 113 113 113 114 114 + 114 114 114 114 114 114 114 114 114 114 + 114 114 114 114 114 114 114 115 115 115 + 115 115 115 115 115 115 115 115 115 115 + 115 115 115 115 115 116 116 116 116 116 + 116 116 116 116 116 116 116 116 116 116 + 116 116 116 116 117 117 117 117 117 117 + 117 117 117 117 117 117 117 117 117 117 + 117 117 118 118 118 118 118 118 118 118 + 118 118 118 118 118 118 118 118 118 118 + 119 119 119 119 119 119 119 119 119 119 + 119 119 119 119 119 119 119 120 120 120 + 120 120 120 120 120 120 120 120 120 120 + 120 120 120 120 120 121 121 121 121 121 + 121 121 121 121 121 121 121 121 121 121 + 121 121 122 122 122 122 122 122 122 122 + 122 122 122 122 122 122 122 122 122 123 + 123 123 123 123 123 123 123 123 123 123 + 123 123 123 123 123 123 124 124 124 124 + 124 124 124 124 124 124 124 124 124 124 + 124 124 124 125 125 125 125 125 125 125 + 125 125 125 125 125 125 125 125 125 126 + 126 126 126 126 126 126 126 126 126 126 + 126 126 126 126 126 126 127 127 127 127 + 127 127 127 127 127 127 127 127 127 127 + 127 127 127 128 128 128 128 128 128 128 + 128 128 128 128 128 128 128 128 128 129 + 129 129 129 129 129 129 129 129 129 129 + 129 129 129 129 129 129 130 130 130 130 + 130 130 130 130 130 130 130 130 130 130 + 130 130 131 131 131 131 131 131 131 131 + 131 131 131 131 131 131 131 131 131 132 + 132 132 132 132 132 132 132 132 132 132 + 132 132 132 132 132 133 133 133 133 133 + 133 133 133 133 133 133 133 133 133 133 + 133 133 134 134 134 134 134 134 134 134 + 134 134 134 134 134 134 134 134 135 135 + 135 135 135 135 135 135 135 135 135 135 + 135 135 135 135 135 136 136 136 136 136 + 136 136 136 136 136 136 136 136 136 136 + 136 136 137 137 137 137 137 137 137 137 + 137 137 137 137 137 137 137 137 138 138 + 138 138 138 138 138 138 138 138 138 138 + 138 138 138 138 138 139 139 139 139 139 + 139 139 139 139 139 139 139 139 139 139 + 139 139 140 140 140 140 140 140 140 140 + 140 140 140 140 140 140 140 140 140 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 145 145 + 145 145 145 145 145 145 145 145 145 145 + 145 145 145 145 145 145 146 146 146 146 + 146 146 146 146 146 146 146 146 146 146 + 146 146 146 147 147 147 147 147 147 147 + 147 147 147 147 147 147 147 147 147 147 + 147 148 148 148 148 148 148 148 148 148 + 148 148 148 148 148 148 148 148 148 149 + 149 149 149 149 149 149 149 149 149 149 + 149 149 149 149 149 149 149 149 150 150 + 150 150 150 150 150 150 150 150 150 150 + 150 150 150 150 150 150 150 151 151 151 + 151 151 151 151 151 151 151 151 151 151 + 151 151 151 151 151 152 152 152 152 152 + 152 152 152 152 152 152 152 152 152 152 + 152 152 152 152 152 153 153 153 153 153 + 153 153 153 153 153 153 153 153 153 153 + 153 153 153 153 154 154 154 154 154 154 + 154 154 154 154 154 154 154 154 154 154 + 154 154 154 154 155 155 155 155 155 155 + 155 155 155 155 155 155 155 155 155 155 + 155 155 155 155 156 156 156 156 156 156 + 156 156 156 156 156 156 156 156 156 156 + 156 156 156 156 156 157 157 157 157 157 + 157 157 157 157 157 157 157 157 157 157 + 157 157 157 157 157 157 158 158 158 158 + 158 158 158 158 158 158 158 158 158 158 + 158 158 158 158 158 158 158 158 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 177 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 159 159 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 162 162 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 163 163 163 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 167 167 167 167 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 169 169 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 170 170 170 170 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 171 + 171 171 171 171 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 172 172 172 172 172 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 173 173 173 173 173 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 174 174 174 174 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 175 175 176 176 176 176 176 176 176 176 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 177 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 177 177 177 177 177 177 178 178 178 178 + 178 178 178 178 178 178 178 178 178 178 + 178 178 178 178 178 178 178 178 179 179 + 179 179 179 179 179 179 179 179 179 179 + 179 179 179 179 179 179 179 179 179 180 + 180 180 180 180 180 180 180 180 180 180 + 180 180 180 180 180 180 180 180 180 181 + 181 181 181 181 181 181 181 181 181 181 + 181 181 181 181 181 181 181 181 181 182 + 182 182 182 182 182 182 182 182 182 182 + 182 182 182 182 182 182 182 182 182 183 + 183 183 183 183 183 183 183 183 183 183 + 183 183 183 183 183 183 183 183 184 184 + 184 184 184 184 184 184 184 184 184 184 + 184 184 184 184 184 184 184 185 185 185 + 185 185 185 185 185 185 185 185 185 185 + 185 185 185 185 185 185 186 186 186 186 + 186 186 186 186 186 186 186 186 186 186 + 186 186 186 186 187 187 187 187 187 187 + 187 187 187 187 187 187 187 187 187 187 + 187 187 188 188 188 188 188 188 188 188 + 188 188 188 188 188 188 188 188 188 188 + 189 189 189 189 189 189 189 189 189 189 + 189 189 189 189 189 189 189 189 190 190 + 190 190 190 190 190 190 190 190 190 190 + 190 190 190 190 190 190 191 191 191 191 + 191 191 191 191 191 191 191 191 191 191 + 191 191 191 192 192 192 192 192 192 192 + 192 192 192 192 192 192 192 192 192 192 + 193 193 193 193 193 193 193 193 193 193 + 193 193 193 193 193 193 193 194 194 194 + 194 194 194 194 194 194 194 194 194 194 + 194 194 194 194 195 195 195 195 195 195 + 195 195 195 195 195 195 195 195 195 195 + 195 196 196 196 196 196 196 196 196 196 + 196 196 196 196 196 196 196 196 197 197 + 197 197 197 197 197 197 197 197 197 197 + 197 197 197 197 198 198 198 198 198 198 + 198 198 198 198 198 198 198 198 198 198 + 198 199 199 199 199 199 199 199 199 199 + 199 199 199 199 199 199 199 200 200 200 + 200 200 200 200 200 200 200 200 200 200 + 200 200 200 201 201 201 201 201 201 201 + 201 201 201 201 201 201 201 201 201 201 + 202 202 202 202 202 202 202 202 202 202 + 202 202 202 202 202 202 203 203 203 203 + 203 203 203 203 203 203 203 203 203 203 + 203 203 204 204 204 204 204 204 204 204 + 204 204 204 204 204 204 204 204 205 205 + 205 205 205 205 205 205 205 205 205 205 + 205 205 205 205 206 206 206 206 206 206 + 206 206 206 206 206 206 206 206 206 206 + 207 207 207 207 207 207 207 207 207 207 + 207 207 207 207 207 207 208 208 208 208 + 208 208 208 208 208 208 208 208 208 208 + 208 208 208 209 209 209 209 209 209 209 + 209 209 209 209 209 209 209 209 209 210 + 210 210 210 210 210 210 210 210 210 210 + 210 210 210 210 210 211 211 211 211 211 + 211 211 211 211 211 211 211 211 211 211 + 211 212 212 212 212 212 212 212 212 212 + 212 212 212 212 212 212 212 213 213 213 + 213 213 213 213 213 213 213 213 213 213 + 213 213 213 213 214 214 214 214 214 214 + 214 214 214 214 214 214 214 214 214 214 + 215 215 215 215 215 215 215 215 215 215 + 215 215 215 215 215 215 215 216 216 216 + 216 216 216 216 216 216 216 216 216 216 + 216 216 216 217 217 217 217 217 217 217 + 217 217 217 217 217 217 217 217 217 217 + 218 218 218 218 218 218 218 218 218 218 + 218 218 218 218 218 218 218 219 219 219 + 219 219 219 219 219 219 219 219 219 219 + 219 219 219 219 220 220 220 220 220 220 + 220 220 220 220 220 220 220 220 220 220 + 220 220 221 221 221 221 221 221 221 221 + 221 221 221 221 221 221 221 221 221 222 + 222 222 222 222 222 222 222 222 222 222 + 222 222 222 222 222 222 222 223 223 223 + 223 223 223 223 223 223 223 223 223 223 + 223 223 223 223 223 224 224 224 224 224 + 224 224 224 224 224 224 224 224 224 224 + 224 224 224 224 225 225 225 225 225 225 + 225 225 225 225 225 225 225 225 225 225 + 225 225 225 226 226 226 226 226 226 226 + 226 226 226 226 226 226 226 226 226 226 + 226 226 227 227 227 227 227 227 227 227 + 227 227 227 227 227 227 227 227 227 227 + 227 227 228 228 228 228 228 228 228 228 + 228 228 228 228 228 228 228 228 228 228 + 228 228 229 229 229 229 229 229 229 229 + 229 229 229 229 229 229 229 229 229 229 + 229 229 229 229 230 230 230 230 230 230 + 230 230 230 230 230 230 230 230 230 230 + 230 230 230 230 230 230 231 231 231 231 + 231 231 231 231 231 231 231 231 231 231 + 231 231 231 231 231 231 231 231 231 232 + 232 232 232 232 232 232 232 232 232 232 + 232 232 232 232 232 232 232 232 232 232 + 232 232 232 233 233 233 233 233 233 233 + 233 233 233 233 233 233 233 233 233 233 + 233 233 233 233 233 233 233 233 233 233 + 234 234 234 234 234 234 234 234 234 234 + 234 234 234 234 234 234 234 234 234 234 + 234 234 234 234 234 234 234 234 235 235 + 235 235 235 235 235 235 235 235 235 235 + 235 235 235 235 235 235 235 235 235 235 + 235 235 235 235 235 235 235 235 235 235 + 236 236 236 236 236 236 236 236 236 236 + 236 236 236 236 236 236 236 236 236 236 + 236 236 236 236 236 236 236 236 236 236 + 236 236 236 236 236 236 236 236 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.dat b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.dat new file mode 100644 index 000000000..cc2d2b0d4 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.dat @@ -0,0 +1,602 @@ +10.000 0.025 160.000 PbSO4 XrayDif (Rietveld Round Robin, R.J. Hill, JApC 2 + 179 147 165 172 150 165 150 158 134 146 + 167 159 139 145 165 150 149 156 143 166 + 154 131 144 131 140 147 155 148 140 138 + 127 146 147 114 129 129 128 136 148 132 + 141 135 141 145 131 142 148 151 127 133 + 131 125 129 128 134 142 115 138 125 120 + 130 118 118 116 119 101 117 142 112 114 + 111 122 131 107 121 123 120 126 125 120 + 103 121 109 115 122 123 107 126 133 120 + 100 130 130 109 116 121 99 107 110 136 + 113 102 117 111 105 92 110 116 124 111 + 91 106 122 121 119 114 129 95 117 102 + 102 117 99 124 107 108 99 113 104 92 + 98 107 88 96 104 81 111 78 104 119 + 106 105 96 81 95 96 103 91 112 107 + 87 112 92 79 92 103 97 102 86 97 + 103 93 111 95 96 93 85 104 98 108 + 76 92 95 89 105 95 92 105 89 99 + 101 97 93 99 100 83 93 96 69 101 + 97 85 95 85 111 85 86 100 88 98 + 92 93 94 93 81 98 78 79 93 81 + 88 73 85 106 88 94 96 91 101 89 + 87 95 87 97 81 87 93 90 73 98 + 86 80 82 97 80 81 80 81 73 106 + 92 101 98 104 106 98 114 97 129 112 + 141 167 157 200 215 321 397 434 445 313 + 197 155 110 118 86 110 95 93 98 80 + 85 106 86 103 92 88 94 79 92 106 + 82 104 94 88 97 93 90 120 93 106 + 89 92 100 91 99 81 89 79 91 84 + 92 107 99 92 87 88 67 81 86 85 + 103 85 77 105 93 96 93 85 75 105 + 85 89 86 76 86 71 101 100 89 74 + 101 103 95 100 87 94 84 102 92 80 + 82 105 84 83 93 92 105 94 88 97 + 88 110 110 84 89 98 92 86 110 98 + 93 94 104 96 105 99 117 111 100 125 + 99 107 107 98 84 112 99 93 108 100 + 91 98 124 98 121 114 93 87 95 95 + 121 102 127 119 118 107 100 95 116 136 + 92 127 127 115 124 130 123 137 136 165 + 150 173 190 211 212 255 264 305 353 415 + 507 623 833 1076 1417 1958 2624 3927 5466 7996 + 11062 12925 12506 10327 8178 6771 5910 4886 3432 2110 + 1182 802 623 527 435 393 356 333 295 316 + 280 248 264 216 202 211 187 168 208 160 + 171 149 166 138 168 129 147 134 125 137 + 112 128 134 121 138 103 124 115 119 109 + 119 116 127 133 121 109 114 113 120 118 + 102 110 118 123 116 112 107 121 104 124 + 105 128 115 128 99 130 109 125 138 141 + 135 125 140 152 177 177 191 195 225 258 + 301 337 468 618 837 1082 1507 2283 3235 4791 + 6588 8176 8122 6687 5078 3206 1822 1101 712 566 + 470 381 302 277 259 259 212 198 189 153 + 182 178 175 164 139 176 159 147 172 167 + 159 180 168 162 166 147 149 161 173 145 + 210 201 257 262 342 451 598 796 1089 1648 + 2386 3203 3155 2711 1970 1292 729 450 289 285 + 218 211 202 168 165 177 176 197 164 141 + 160 160 157 145 165 158 158 197 179 203 + 194 216 282 282 364 456 632 854 1213 1815 + 2863 4063 4649 4165 3168 2329 1423 738 438 367 + 295 246 246 191 179 178 170 182 158 182 + 179 184 181 169 171 191 175 216 195 224 + 209 251 257 298 297 378 406 499 590 746 + 983 1402 2108 3097 4641 7229 10690 13494 13106 10401 + 7908 5365 2857 1575 947 697 595 529 450 423 + 344 319 309 252 257 252 266 275 257 285 + 285 270 280 347 282 362 426 461 637 693 + 1051 1425 2158 3198 5190 8004 10350 9724 7797 6126 + 4329 2276 1177 756 591 486 352 340 314 270 + 256 253 245 206 212 183 205 185 164 197 + 167 175 159 152 162 168 151 153 128 167 + 147 140 139 153 153 154 145 147 134 160 + 137 134 131 157 137 145 151 164 171 172 + 165 168 162 193 169 199 186 208 196 182 + 246 245 284 340 364 382 519 665 837 1080 + 1566 2321 3438 5181 8141 12608 15702 14432 12071 9687 + 7137 4123 2094 1334 1013 780 668 467 438 379 + 355 263 287 299 247 253 236 223 193 198 + 184 204 185 174 201 168 185 175 171 153 + 162 135 159 139 147 127 143 140 115 142 + 123 156 133 135 128 130 127 120 121 106 + 134 114 107 123 111 92 134 87 130 97 + 101 113 119 122 114 117 84 105 111 104 + 119 119 101 117 122 105 128 116 126 115 + 121 116 144 141 128 148 165 172 182 174 + 193 230 247 312 325 423 589 755 1130 1670 + 2522 3976 5312 5540 4806 3984 3579 2684 1672 977 + 645 451 390 317 305 278 234 264 246 263 + 239 271 260 299 300 332 411 497 630 918 + 1214 1839 2852 4745 6636 7831 7010 5926 5069 4251 + 2900 1743 1167 841 646 517 412 354 301 282 + 234 204 235 226 207 200 180 180 179 172 + 180 157 154 173 198 147 168 157 199 209 + 242 257 328 467 631 994 1449 1522 1193 977 + 947 796 548 358 251 190 164 159 137 134 + 136 126 122 128 108 100 120 106 123 117 + 113 108 121 104 104 100 105 107 108 103 + 108 123 92 122 97 101 92 114 89 81 + 113 76 89 99 89 98 98 104 120 100 + 99 89 111 98 96 95 84 115 106 100 + 86 110 86 98 97 109 112 105 86 102 + 91 98 111 89 95 95 84 114 108 96 + 94 94 102 91 106 103 82 121 101 109 + 112 104 103 105 112 119 116 119 115 106 + 122 116 120 130 107 137 132 131 140 150 + 149 161 190 210 234 297 378 583 909 1431 + 2164 2620 2390 1970 1772 1685 1327 891 543 352 + 292 230 177 182 207 158 143 129 161 133 + 119 120 128 118 121 132 135 134 132 135 + 156 182 207 266 351 368 312 269 260 249 + 219 174 157 146 135 137 136 103 107 99 + 133 129 147 130 115 123 109 106 115 136 + 119 126 131 135 116 112 123 116 121 136 + 147 130 156 138 133 144 163 171 198 191 + 196 226 243 294 352 472 630 984 1383 2157 + 2946 2947 2469 1988 2056 1767 1317 793 524 362 + 282 264 227 186 194 168 177 199 174 169 + 183 194 204 189 213 296 350 476 746 894 + 816 615 549 596 524 395 306 223 164 206 + 198 162 173 163 144 169 160 156 143 187 + 146 146 157 177 173 171 197 214 254 333 + 505 760 1047 1074 910 689 698 717 570 382 + 273 291 231 278 239 272 257 316 315 377 + 419 593 709 1116 1749 2604 3739 4133 3642 2835 + 2622 2580 2147 1381 844 578 447 351 339 309 + 260 268 240 250 233 275 281 285 381 450 + 601 801 895 881 726 644 608 589 498 386 + 283 277 254 276 249 224 213 196 234 186 + 215 191 211 189 204 193 227 221 225 199 + 187 193 214 235 241 232 239 254 252 264 + 251 260 320 375 379 442 425 492 574 693 + 816 1046 1286 1773 2593 4047 6544 9907 12440 12196 + 9815 8006 7742 7431 5975 3773 2148 1465 1080 849 + 683 579 560 480 481 470 468 450 469 498 + 468 528 615 632 765 985 1263 1833 2821 4290 + 5647 5682 5372 5802 7664 7744 5866 4103 3552 3442 + 2855 1843 1102 771 578 517 456 381 379 335 + 326 303 286 287 274 272 282 267 236 255 + 238 218 224 209 228 244 234 221 237 224 + 217 187 261 216 246 244 282 276 314 333 + 385 413 609 855 1397 2190 3180 3151 2427 1819 + 1843 2058 1720 1115 716 480 364 297 300 267 + 227 215 189 213 174 175 193 183 178 166 + 171 171 172 161 151 143 141 139 172 153 + 169 141 125 135 142 134 142 138 152 159 + 140 143 136 147 144 148 153 112 148 138 + 119 121 160 136 164 137 166 142 158 176 + 175 183 249 309 389 541 720 682 600 452 + 443 453 437 329 289 226 201 182 160 178 + 146 181 142 201 182 174 168 174 233 275 + 331 464 712 969 1093 984 752 624 651 695 + 597 460 284 261 211 196 175 167 165 143 + 153 155 137 161 131 138 125 114 154 114 + 118 120 130 117 126 132 122 133 122 113 + 128 139 126 140 120 122 122 136 116 113 + 103 120 129 112 118 140 135 101 128 115 + 126 120 119 107 122 124 123 159 132 136 + 115 142 132 144 140 131 112 147 129 129 + 106 129 127 122 155 130 121 131 173 157 + 146 153 168 199 204 212 232 255 319 410 + 629 1090 1814 2668 2463 1752 1187 1257 1542 1549 + 1066 624 387 314 267 208 211 210 181 170 + 154 155 143 171 156 134 142 142 136 139 + 139 132 152 123 137 125 132 133 137 148 + 121 150 139 127 127 146 147 155 131 144 + 148 138 149 154 142 141 181 185 169 181 + 203 236 232 335 428 600 826 1143 1282 1262 + 1070 962 964 871 886 728 557 468 370 267 + 235 203 187 181 188 189 166 167 175 191 + 184 181 226 228 258 216 233 250 287 332 + 441 506 459 447 383 372 397 408 434 419 + 346 392 441 622 912 1096 1359 1605 1949 1937 + 1843 2020 1980 1741 1467 1209 1080 998 719 548 + 393 314 277 248 204 179 180 168 160 170 + 160 184 179 164 149 156 140 161 149 134 + 126 143 138 142 163 131 161 131 147 150 + 160 128 126 128 152 134 158 135 162 157 + 173 156 162 158 164 155 194 195 196 253 + 262 350 464 665 937 1141 1055 834 657 648 + 638 752 672 543 404 370 386 469 560 465 + 360 285 276 355 364 291 228 190 194 195 + 180 163 154 156 184 181 152 176 177 160 + 178 185 175 206 214 244 255 254 373 514 + 623 827 875 884 951 1181 1887 2582 2875 2303 + 1613 1270 1312 1510 1599 1288 890 794 643 683 + 884 1207 1571 1762 1506 1186 969 975 1015 1048 + 938 733 494 392 292 276 254 229 216 203 + 194 189 192 181 191 163 175 186 149 175 + 142 180 136 151 177 156 159 174 148 147 + 141 145 156 144 149 145 127 143 159 129 + 161 138 145 165 172 184 217 266 272 313 + 288 275 321 323 439 573 743 906 960 812 + 566 541 535 554 567 599 473 359 290 254 + 189 184 196 210 190 179 148 160 147 122 + 148 141 140 142 114 150 151 132 153 140 + 118 128 140 136 122 130 135 133 165 160 + 163 166 190 264 331 334 297 215 205 212 + 268 226 256 199 165 148 159 132 154 139 + 121 144 131 136 139 120 129 130 143 127 + 150 156 154 153 162 208 247 207 192 179 + 148 154 204 186 208 175 141 111 124 132 + 127 125 124 147 143 135 136 143 145 143 + 148 151 139 142 135 161 143 139 136 158 + 164 167 165 181 147 160 195 209 190 226 + 195 241 278 302 344 427 563 789 990 1317 + 1792 2342 2479 2083 1541 1233 1186 1301 1408 1348 + 1086 761 509 405 349 309 273 269 244 252 + 286 309 289 316 317 259 228 223 259 237 + 212 212 201 184 201 170 165 182 182 183 + 199 200 208 190 185 230 275 352 448 647 + 956 1241 1280 1063 730 559 576 678 833 919 + 838 736 578 449 352 332 306 308 321 300 + 245 216 201 182 162 147 163 193 149 171 + 166 202 155 141 162 155 166 190 174 189 + 211 169 195 197 235 250 286 344 394 561 + 722 930 1317 1481 1358 1037 813 746 717 877 + 916 896 663 502 396 302 255 280 238 238 + 233 267 258 267 346 468 667 897 976 870 + 617 478 483 485 541 636 625 465 354 276 + 231 232 190 216 192 191 172 178 212 172 + 174 183 142 176 174 159 196 194 202 246 + 258 272 227 206 220 234 235 252 241 246 + 280 326 391 456 640 670 639 521 515 493 + 632 854 1153 1468 1384 1196 879 770 660 705 + 773 815 766 626 469 409 338 280 267 303 + 290 315 308 375 471 637 830 1073 1024 833 + 639 528 502 569 667 732 600 516 444 417 + 430 431 409 399 319 289 333 368 368 375 + 332 257 253 244 250 251 239 260 202 234 + 236 222 268 246 261 301 352 434 507 687 + 891 929 869 744 766 883 1213 1390 1383 1276 + 1228 1172 1129 970 905 839 745 632 628 600 + 552 393 307 265 275 215 233 208 186 180 + 200 182 178 170 180 177 190 173 203 200 + 185 218 207 244 220 243 266 280 324 394 + 567 690 853 934 815 877 894 888 744 665 + 674 693 634 583 589 572 455 501 497 637 + 833 1120 968 776 526 397 372 472 548 682 + 632 479 341 304 211 213 199 185 190 194 + 183 193 204 201 264 298 373 364 306 270 + 271 259 298 371 433 565 625 581 460 365 + 291 270 311 317 411 435 426 481 415 358 + 268 245 239 204 246 236 272 241 203 182 + 189 163 165 161 145 149 163 166 138 141 + 158 145 131 135 147 133 140 144 155 157 + 196 193 175 172 174 148 164 177 183 250 + 310 439 401 356 276 178 216 209 222 263 + 281 270 217 181 183 174 171 151 142 130 + 147 146 148 124 129 128 135 143 135 145 + 134 131 154 135 139 155 143 151 154 160 + 141 160 155 171 166 159 187 205 212 230 + 313 346 402 511 535 696 717 624 520 421 + 399 344 380 468 482 453 373 267 229 209 + 176 193 210 179 173 207 225 265 315 289 + 229 197 204 221 249 258 290 401 434 421 + 368 358 396 462 547 580 497 442 397 313 + 316 296 341 355 373 333 274 262 290 329 + 333 356 280 237 214 238 243 204 239 255 + 249 226 191 222 193 236 264 308 340 330 + 282 229 235 204 203 252 249 232 222 217 + 226 222 238 265 341 339 338 302 275 242 + 218 232 297 360 399 423 365 273 254 262 + 216 316 339 402 509 598 700 742 619 470 + 398 379 352 351 379 443 466 438 357 289 + 258 233 216 241 235 277 309 358 356 323 + 273 243 224 243 250 220 267 291 282 252 + 255 328 357 411 375 323 267 240 208 209 + 236 248 261 256 244 203 173 170 174 168 + 167 181 159 195 168 180 186 175 191 213 + 274 266 323 421 552 799 1129 1277 1123 820 + 610 504 408 478 543 708 817 736 641 568 + 413 433 373 314 321 244 262 251 232 241 + 216 240 212 196 173 187 175 173 152 163 + 143 135 122 139 128 134 140 117 150 134 + 152 127 170 158 155 173 161 136 128 177 + 165 140 154 143 168 189 130 160 151 182 + 221 238 260 315 327 311 246 211 204 196 + 211 191 234 225 255 200 186 186 162 140 + 153 147 143 153 154 133 145 148 165 155 + 155 147 176 149 165 136 163 163 198 215 + 249 304 377 414 339 322 284 301 311 380 + 550 624 660 617 461 363 284 266 268 289 + 340 375 363 327 259 216 172 180 208 177 + 157 189 192 222 222 188 184 164 173 182 + 153 158 158 183 190 178 169 145 170 138 + 169 133 134 122 126 153 112 125 127 147 + 125 125 142 143 138 145 166 165 156 154 + 169 130 173 155 178 211 247 289 310 276 + 303 376 468 665 803 829 683 570 507 383 + 335 352 412 522 575 652 681 634 466 368 + 301 214 226 205 239 226 271 279 280 247 + 223 201 199 198 206 191 154 174 144 155 + 161 172 178 192 155 171 155 160 138 156 + 178 163 191 200 208 186 167 183 157 148 + 163 174 187 182 189 190 190 199 240 247 + 334 391 512 618 663 593 456 395 343 288 + 292 310 392 389 437 361 351 262 250 233 + 197 195 171 174 171 159 158 120 128 140 + 148 156 133 156 144 163 158 158 154 165 + 196 206 256 278 255 253 223 190 196 176 + 171 212 204 252 224 192 180 172 166 159 + 155 148 167 137 178 161 180 156 169 178 + 174 181 172 238 209 240 343 384 500 673 + 704 763 656 551 406 354 352 301 357 414 + 440 502 459 425 378 418 427 467 441 400 + 327 278 259 240 213 206 241 263 287 291 + 245 243 198 195 195 164 178 161 161 183 + 177 177 177 192 219 260 310 337 312 290 + 275 243 192 200 212 205 180 219 274 271 + 200 205 195 179 171 171 147 147 167 159 + 157 145 164 142 143 164 157 153 145 168 + 159 169 137 182 196 218 216 223 269 295 + 288 280 281 187 264 216 220 242 264 272 + 326 362 407 468 432 443 383 393 367 415 + 471 595 626 583 491 456 411 322 328 289 + 271 302 377 369 373 347 296 292 257 269 + 241 218 212 239 254 295 314 356 301 277 + 252 251 186 197 162 192 231 223 207 238 + 196 196 176 171 178 146 169 161 149 173 + 156 143 154 152 139 184 185 161 159 152 + 159 176 164 168 193 195 187 237 228 265 + 291 347 409 454 552 524 552 502 483 433 + 382 363 322 328 389 469 485 438 491 415 + 377 375 322 288 280 263 275 245 243 239 + 247 216 204 210 196 220 209 212 226 201 + 225 228 210 244 298 405 445 534 579 538 + 495 466 410 389 387 429 460 573 607 740 + 853 781 733 593 499 398 368 334 370 358 + 391 376 394 414 383 300 294 275 246 259 + 235 239 243 277 363 383 434 436 378 373 + 386 438 464 491 539 539 523 499 478 472 + 383 345 354 352 383 370 410 453 416 396 + 392 319 335 407 461 587 741 875 863 754 + 619 485 429 336 321 296 316 385 474 539 + 571 493 420 345 272 242 219 229 203 220 + 211 190 171 195 176 218 208 212 230 265 + 314 278 306 262 281 209 235 222 223 246 + 268 316 307 316 273 247 229 201 198 173 + 202 173 212 185 197 193 193 194 169 169 + 157 167 175 140 174 146 171 142 152 171 + 150 142 161 150 163 154 149 157 192 185 + 184 205 231 238 263 324 365 388 380 421 + 418 408 385 374 346 329 297 319 322 328 + 298 290 304 311 312 319 292 241 239 202 + 206 202 227 236 307 309 385 341 324 290 + 208 241 201 202 181 217 264 229 326 303 + 345 304 296 241 242 210 187 206 194 221 + 216 245 242 251 258 232 215 189 192 163 + 158 162 174 182 169 151 187 179 167 169 + 146 149 146 158 142 164 142 153 147 163 + 160 163 127 150 159 140 136 159 171 178 + 159 162 193 156 176 161 155 146 179 208 + 186 194 252 230 219 182 179 174 147 189 + 166 142 144 177 178 215 182 160 196 200 + 159 163 150 175 144 132 160 169 138 171 + 129 167 172 135 170 172 169 199 221 233 + 283 291 299 257 239 226 185 195 194 175 + 192 182 189 210 252 217 230 223 192 205 + 179 185 155 193 190 214 215 230 223 212 + 233 221 242 216 261 265 370 406 501 447 + 488 473 365 279 283 285 282 239 267 263 + 309 349 345 322 338 308 238 221 215 197 + 205 208 222 206 204 230 240 284 313 331 + 344 297 275 267 216 230 194 195 234 196 + 198 240 255 287 314 318 255 232 213 186 + 193 156 168 155 154 187 181 194 183 206 + 191 179 174 158 176 183 184 188 222 211 + 242 267 330 363 390 397 332 288 273 199 + 218 198 206 228 206 216 256 259 301 265 + 240 206 224 183 160 190 158 161 161 143 + 144 177 175 142 129 140 166 156 126 156 + 144 146 136 145 160 147 142 150 168 164 + 168 195 207 229 260 263 294 291 279 245 + 211 240 218 197 226 253 249 289 329 377 + 412 419 371 310 258 236 243 235 224 241 + 236 239 302 286 295 329 390 376 405 380 + 376 363 361 296 313 279 295 248 253 273 + 273 275 305 282 295 295 304 318 331 336 + 336 371 349 315 280 286 238 265 226 238 + 222 224 254 303 311 297 319 302 295 299 + 325 347 294 264 265 239 227 226 250 203 + 229 202 234 220 206 230 228 259 221 276 + 276 271 278 298 341 366 384 388 410 433 + 388 382 298 327 266 250 252 252 262 270 + 257 249 251 336 305 284 293 236 224 207 + 200 174 177 180 163 150 181 174 141 156 + 143 166 148 174 153 160 159 160 155 141 + 148 157 157 161 171 164 169 170 167 189 + 220 252 328 298 286 290 266 220 171 193 + 194 170 235 195 207 227 261 320 343 339 + 411 416 350 350 288 343 300 286 283 249 + 258 232 229 233 215 250 258 250 251 245 + 233 220 257 219 207 208 191 187 198 176 + 184 190 192 159 176 166 196 172 180 208 + 219 202 177 175 170 167 175 153 145 178 + 168 153 159 179 196 175 174 168 180 139 + 157 143 156 157 151 155 158 155 141 152 + 145 158 153 149 153 150 144 150 143 172 + 141 166 170 162 206 182 172 183 175 178 + 179 157 163 182 184 177 163 172 185 159 + 185 176 169 161 173 190 193 150 175 151 + 176 166 171 187 180 216 212 269 301 313 + 319 328 299 252 252 228 200 209 202 225 + 199 251 236 263 299 302 338 248 259 262 + 213 211 206 210 168 191 159 183 202 211 + 205 206 205 223 200 184 189 186 185 205 + 197 210 206 202 174 175 190 165 173 179 + 192 168 168 181 170 200 198 219 211 238 + 222 205 221 204 219 196 210 196 234 212 + 191 250 230 226 277 263 296 319 338 385 + 408 381 356 290 284 268 222 245 214 211 + 204 227 254 236 290 305 290 337 276 281 + 238 243 231 205 205 193 180 171 185 191 + 191 190 179 169 175 199 179 189 210 191 + 206 212 210 235 205 182 185 177 171 153 + 154 152 170 155 156 153 171 188 181 180 + 201 183 191 184 187 163 161 165 160 185 + 198 164 176 182 172 172 186 189 181 231 + 209 211 227 226 193 216 211 211 193 175 + 192 209 196 195 230 231 239 311 285 263 + 289 262 214 212 218 186 191 199 183 190 + 168 194 191 195 207 218 222 241 242 219 + 189 202 202 190 225 204 223 262 258 317 + 312 304 299 278 265 221 205 225 211 203 + 192 201 197 227 184 205 216 256 253 288 + 249 280 219 217 249 229 198 193 178 205 + 210 185 179 213 233 225 232 264 271 285 + 273 342 326 401 358 432 331 361 330 283 + 282 263 245 232 219 251 241 241 265 237 + 251 266 291 301 300 280 332 285 276 261 + 262 264 280 291 292 284 266 240 219 232 + 218 192 181 184 219 187 174 184 204 197 + 217 215 213 212 218 210 224 183 178 205 + 184 185 180 197 154 171 181 155 145 184 + 180 173 168 190 169 161 174 158 167 182 + 165 183 168 159 161 155 189 186 150 168 + 186 194 155 171 151 165 175 156 163 164 + 166 185 163 202 186 183 183 155 199 176 + 188 177 165 198 170 186 188 193 190 207 + 234 205 212 216 213 266 257 269 300 330 + 339 357 382 326 325 282 284 305 353 293 + 354 327 397 378 367 341 307 311 274 313 + 351 347 326 307 293 260 283 272 272 302 + 307 313 332 337 327 331 343 329 371 392 + 418 493 471 481 485 486 422 425 387 379 + 330 338 327 321 327 386 375 412 398 371 + 398 377 382 419 397 373 325 333 311 301 + 293 291 268 279 289 278 266 268 284 258 + 251 258 247 251 211 209 220 218 191 186 + 214 213 216 227 196 202 213 186 198 224 + 177 197 160 191 209 217 216 215 200 207 + 202 234 218 252 249 281 270 287 318 319 + 370 397 434 494 424 485 464 454 461 371 + 326 309 280 332 297 277 293 303 342 293 + 322 350 360 343 387 437 442 460 486 451 + 433 459 369 415 340 328 323 291 265 305 + 279 298 320 299 306 340 314 329 324 367 + 378 335 338 293 299 293 263 285 277 283 + 326 291 311 315 351 367 353 387 404 365 + 354 382 318 310 342 355 334 382 359 322 + 317 322 315 322 260 275 282 290 318 296 + 276 281 309 281 305 298 276 252 303 282 + 308 302 293 288 268 300 319 297 302 304 + 346 392 454 519 565 590 593 601 563 482 + 500 403 417 386 328 293 321 300 313 294 + 318 294 329 329 364 360 385 412 426 405 + 418 417 358 384 387 312 316 304 295 296 + 294 273 325 330 345 300 370 350 381 297 + 316 300 270 271 292 249 263 269 273 252 + 250 225 241 245 268 276 264 282 294 314 + 303 269 295 283 293 286 264 255 259 252 + 270 255 304 293 311 285 332 321 350 358 + 431 433 427 380 413 422 348 388 355 370 + 353 322 348 325 320 369 351 400 379 399 + 406 396 397 415 439 438 437 478 495 511 + 450 497 498 433 477 484 430 431 454 399 + 382 384 351 334 347 336 330 306 330 311 + 298 301 344 335 334 303 326 359 397 356 + 347 310 347 332 312 335 334 316 309 294 + 334 342 332 279 267 257 292 288 273 245 + 269 248 228 250 249 230 238 217 238 212 + 246 246 239 262 265 264 240 250 246 226 + 227 235 226 256 190 215 236 223 227 203 + 206 190 232 230 201 219 203 216 213 208 + 224 210 202 212 205 236 220 194 199 201 + 216 237 212 225 203 241 232 260 253 257 + 282 291 283 325 333 335 293 315 297 310 + 285 285 276 258 251 269 228 215 259 235 + 257 241 289 229 267 270 284 265 274 275 + 279 277 269 267 263 299 262 263 268 235 + 232 261 236 224 251 249 247 217 238 231 + 251 261 251 308 300 333 311 283 279 289 + 281 273 244 299 263 257 209 284 256 270 + 280 276 282 293 282 285 309 299 295 307 + 253 258 255 297 296 248 286 288 259 276 + 256 257 268 246 273 271 306 287 286 303 + 283 335 330 366 380 334 362 408 432 479 + 440 484 478 479 513 472 445 466 437 414 + 396 374 314 326 326 323 316 354 315 351 + 329 370 366 415 444 423 414 412 463 464 + 424 427 411 394 383 394 330 360 359 303 + 294 289 271 288 264 284 262 274 278 293 + 289 309 292 313 286 291 303 279 298 301 + 278 261 314 299 316 353 319 339 335 341 + 306 303 298 290 317 318 296 336 295 284 + 241 276 245 247 263 270 261 239 247 250 + 209 238 247 257 255 273 272 319 274 307 + 253 284 254 274 278 237 257 249 261 242 + 256 255 236 234 250 233 250 231 252 244 + 256 226 267 246 257 255 278 292 308 274 + 375 361 344 361 347 352 322 337 267 268 + 286 279 276 252 242 277 271 275 272 295 + 281 338 320 350 381 404 451 441 452 417 + 450 436 437 440 474 453 457 438 387 386 + 366 341 337 308 329 283 296 289 297 240 + 268 282 297 291 281 305 336 324 307 332 + 328 309 315 330 291 290 344 314 324 327 + 259 268 305 304 300 285 292 289 294 278 + 261 297 252 280 245 266 283 238 266 262 + 249 255 240 239 221 251 212 233 238 249 + 256 216 262 249 248 263 281 234 290 269 + 284 233 286 275 263 245 259 276 229 261 + 273 272 231 212 233 256 241 228 234 238 + 216 207 221 233 238 217 238 251 268 259 + 230 276 257 260 255 244 258 279 291 290 + 295 289 273 306 307 264 289 270 234 252 + 243 244 251 235 234 246 239 257 218 234 + 230 253 248 257 248 255 261 275 288 301 + 283 308 268 300 305 254 251 256 280 290 + 267 278 302 264 263 289 231 271 289 268 + 310 278 280 262 234 278 288 265 302 278 + 273 279 303 318 317 312 303 312 311 308 + 304 284 281 287 262 273 284 261 241 238 + 276 276 274 262 279 274 238 278 273 274 + 260 245 293 307 304 266 287 292 295 295 + 305 300 281 287 299 268 292 267 236 248 + 272 274 237 251 245 285 252 272 258 269 + 268 299 240 263 260 315 315 295 279 295 + 333 322 338 383 339 311 323 295 275 295 + 289 294 287 275 249 232 269 258 268 290 + 253 266 234 233 223 231 252 275 267 251 + 284 281 254 265 309 269 296 290 301 297 + 300 345 298 347 345 374 366 387 392 438 + 465 470 443 511 473 474 455 473 452 460 + 440 386 385 402 418 382 348 344 360 366 + 351 322 327 318 352 341 308 357 325 367 + 383 381 376 381 434 410 412 411 393 427 + 429 441 407 412 456 389 386 382 368 352 + 367 366 364 366 352 312 345 336 284 310 + 289 318 287 303 306 320 330 334 345 367 + 407 379 410 396 429 425 449 416 394 390 + 394 404 356 350 378 369 362 311 297 307 + 293 291 338 300 290 317 312 270 313 278 + 321 327 332 337 328 301 322 334 330 315 + 311 302 338 321 317 331 335 345 317 306 + 309 336 309 299 319 310 287 281 268 260 + 279 279 289 265 261 264 260 271 265 270 + 280 304 283 289 294 325 269 282 293 275 + 283 281 283 277 284 275 277 278 273 284 + 267 270 287 316 261 283 294 275 324 306 + 302 276 392 339 309 315 322 359 308 335 + 315 318 319 328 315 303 296 300 304 283 + 292 266 279 295 258 289 272 251 305 263 + 261 299 291 276 294 259 254 297 287 257 + 284 255 260 259 300 264 300 287 298 283 + 279 271 291 304 299 272 316 298 322 306 + 268 257 279 262 269 291 258 269 295 293 + 268 264 272 272 288 270 267 277 310 292 + 276 290 319 322 316 343 345 379 383 389 + 437 371 405 427 442 424 438 396 384 381 + 329 322 319 274 318 304 316 324 275 319 + 259 272 262 270 263 266 242 265 251 276 + 277 260 256 240 278 252 286 295 268 301 + 296 268 299 298 305 293 327 343 362 367 + 358 324 322 330 356 353 351 324 359 339 + 289 330 295 293 293 300 296 319 302 276 + 293 271 283 256 258 269 272 213 257 274 + 242 245 252 212 261 281 259 253 280 255 + 229 241 242 248 259 257 256 253 281 292 + 254 273 278 277 264 219 271 279 246 268 + 282 272 270 221 262 286 267 254 267 259 + 267 276 269 251 256 228 248 243 254 254 + 245 242 250 264 274 255 281 229 263 250 + 241 259 268 285 241 255 268 257 263 266 + 298 281 271 261 280 296 283 341 280 304 + 282 258 262 279 285 319 293 322 316 348 + 341 339 321 373 376 366 402 391 405 407 + 422 395 434 419 426 385 390 375 357 343 + 359 344 285 324 317 345 303 315 288 301 + 281 327 316 260 299 302 249 293 271 296 + 258 283 268 271 305 268 234 286 278 274 + 274 253 238 291 274 300 282 303 285 323 + 340 283 355 288 335 350 313 303 338 326 + 359 372 325 325 352 345 348 330 336 310 + 343 321 329 325 329 330 311 316 327 320 + 306 348 345 330 325 371 381 421 388 403 + 413 417 391 385 376 382 420 374 352 328 + 368 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.fou b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.fou new file mode 100644 index 000000000..b84df98a0 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.fou @@ -0,0 +1,375 @@ + Phase No.: 1 PbSO4 + 1 0 1 25.8964 22.3628 14.1065 + 0 1 1 262.9907 166.6112 189.2185 + 2 0 0 220.2680 135.3409 189.3180 + 1 1 1 177.2014 106.9400 187.9157 + 2 0 1 158.5104 102.3717 190.4258 + 0 0 2 275.5540 173.6067 186.0119 + 2 1 0 357.6831 224.4255 186.2824 + 1 0 2 319.5630 205.0226 187.4157 + 2 1 1 304.3125 196.5197 6.2555 + 1 1 2 201.7752 132.0909 185.2444 + 0 2 0 479.9901 296.9455 186.6074 + 2 0 2 80.1820 41.3387 14.5469 + 3 0 1 143.7253 95.4610 188.8816 + 1 2 1 12.4520 10.0647 330.6660 + 2 1 2 151.5598 102.8325 6.8686 + 3 1 1 44.0065 36.2189 10.6627 + 2 2 0 253.3577 163.3004 7.3305 + 1 0 3 126.8592 88.0822 186.6488 + 3 0 2 142.2862 97.6129 5.4322 + 2 2 1 226.7608 146.9844 6.9277 + 0 2 2 139.7604 94.0220 10.3126 + 0 1 3 29.1728 18.5808 359.8677 + 4 0 0 43.0220 23.2789 179.7304 + 1 2 2 283.7908 198.8979 7.2393 + 1 1 3 319.3228 208.7830 7.6172 + 2 0 3 31.9507 24.3209 180.6502 + 3 1 2 235.1187 173.4192 7.8515 + 4 0 1 405.2254 247.0065 6.6431 + 4 1 0 301.0120 206.4200 7.9104 + 2 2 2 84.8630 64.7633 188.8050 + 2 1 3 15.8995 11.1531 184.2053 + 4 1 1 19.8545 9.2733 181.9967 + 3 2 1 118.8497 87.8863 9.0985 + 4 0 2 1.6648 1.6648 356.2448 + 3 0 3 268.4112 209.5108 7.6968 + 0 3 1 183.7675 141.2901 9.6125 + 0 0 4 169.7222 103.6324 187.9508 + 1 2 3 27.0054 23.8468 22.5865 + 4 1 2 72.0735 57.6870 193.3465 + 1 3 1 92.3343 77.3345 9.6691 + 1 0 4 195.1946 156.5853 8.9263 + 3 2 2 52.3703 37.5291 192.8141 + 3 1 3 157.7208 105.7367 187.1415 + 4 2 0 0.9526 0.9526 194.9679 + 2 3 0 190.2790 150.9262 8.2769 + 5 0 1 117.7049 85.5495 9.1008 + 1 1 4 93.9071 79.7057 8.1809 + 2 2 3 5.9017 4.9721 1.8463 + 4 2 1 223.4781 165.3009 189.2438 + 2 3 1 190.7360 136.0685 188.0135 + 2 0 4 87.1626 51.8769 10.6647 + 5 1 1 38.3744 35.6478 9.5138 + 1 3 2 124.7250 103.2924 6.0239 + 4 0 3 70.7875 40.8220 181.8728 + 2 1 4 38.8465 50.4527 10.9184 + 5 0 2 56.9608 56.9608 7.8569 + 4 2 2 9.9178 9.9178 1.1425 + 4 1 3 7.5546 7.5546 180.4048 + 2 3 2 84.3823 71.3917 188.7678 + 3 2 3 237.3367 189.8971 188.0137 + 3 3 1 44.2157 35.7889 189.6734 + 3 0 4 53.6711 44.2691 190.0322 + 5 1 2 156.3203 128.2581 189.6354 + 0 2 4 145.7141 86.6387 8.9317 + 1 2 4 197.1117 160.9068 188.2437 + 3 1 4 151.4967 120.0195 190.1929 + 0 3 3 19.7796 13.8406 179.8294 + 6 0 0 74.1964 72.6617 13.7622 + 5 2 1 104.2044 89.5224 188.2599 + 1 3 3 194.1631 152.4469 189.2081 + 3 3 2 165.3197 130.4350 189.2267 + 6 0 1 112.3339 77.4736 191.5016 + 2 2 4 64.4689 48.7667 190.6909 + 1 0 5 43.1539 33.3877 6.7972 + 4 3 0 189.5728 164.5065 188.7798 + 5 0 3 213.3543 160.7720 189.1552 + 6 1 0 220.7262 150.0160 187.9246 + 4 2 3 22.0353 21.2077 3.1084 + 0 4 0 264.3775 235.8978 7.0626 + 2 3 3 8.5500 6.7744 6.2031 + 0 1 5 176.8805 136.5709 9.2120 + 4 3 1 6.6341 3.1316 4.7249 + 4 0 4 8.8659 3.9415 358.9041 + 6 1 1 166.9135 125.5120 187.9879 + 1 1 5 63.8357 59.5354 191.6385 + 5 2 2 32.0274 27.2316 195.0515 + 5 1 3 100.0209 87.4204 187.5823 + 2 0 5 111.1071 83.5056 10.4345 + 6 0 2 25.8783 25.8783 198.3993 + 1 4 1 14.6512 14.6512 16.5301 + 4 1 4 63.3099 73.8006 189.7182 + 3 2 4 7.7301 7.7301 118.5555 + 2 4 0 80.7620 82.9226 191.8239 + 2 1 5 121.0623 110.2786 188.5681 + 4 3 2 50.6650 52.5106 12.9412 + 6 1 2 72.9443 64.7024 9.1485 + 3 3 3 108.3005 93.0268 7.3047 + 2 4 1 75.8794 66.0892 192.5472 + 0 4 2 97.7474 96.9407 188.5284 + 6 2 0 102.4652 101.8665 189.3796 + 3 0 5 96.9610 76.8176 189.6451 + 1 4 2 143.9466 121.9844 189.8072 + 1 3 4 80.2630 73.7800 187.9694 + 6 2 1 84.9617 78.3918 10.7299 + 1 2 5 3.1281 3.8687 299.8402 + 5 2 3 187.7548 169.0315 8.2853 + 3 1 5 89.5029 58.7646 6.6042 + 5 3 1 38.3419 32.2829 189.4167 + 5 0 4 35.9910 29.8058 192.5955 + 6 0 3 1.5988 1.5988 184.5227 + 2 4 2 29.7266 29.7266 15.6518 + 4 2 4 2.2665 2.2665 177.9406 + 2 3 4 31.4393 40.6016 192.0139 + 3 4 1 47.3562 61.0266 190.9260 + 7 0 1 17.6692 17.6692 193.6903 + 2 2 5 72.6590 88.0720 189.3836 + 5 1 4 120.7408 107.7649 10.3695 + 4 3 3 10.1852 6.1777 0.5443 + 6 2 2 24.3939 45.7923 9.9454 + 6 1 3 1.6045 4.0907 9.5058 + 7 1 1 41.0081 47.4333 193.0496 + 4 0 5 145.0661 149.2577 188.4556 + 5 3 2 95.2221 96.8358 11.2575 + 0 0 6 222.6933 169.0960 8.8395 + 1 4 3 36.6286 43.7328 190.2388 + 3 4 2 18.3043 48.2380 8.4338 + 1 0 6 4.5340 14.5070 184.7383 + 7 0 2 136.8821 126.6201 188.9644 + 3 3 4 102.3698 94.1741 11.4726 + 4 4 0 9.6083 9.6083 179.5066 + 4 1 5 0.1936 0.1936 86.4952 + 3 2 5 50.8509 73.3837 9.5486 + 2 4 3 14.6252 12.3546 181.2521 + 1 1 6 18.1400 16.0105 184.8480 + 4 4 1 154.5153 148.3009 8.7490 + 7 1 2 92.0612 68.9449 7.9278 + 2 0 6 98.0145 78.2143 191.6899 + 6 3 0 113.2093 117.7993 8.9629 + 5 2 4 6.8377 6.4516 63.9496 + 6 2 3 1.0911 1.1189 175.0355 + 0 3 5 94.5004 110.9368 190.0367 + 6 3 1 101.3127 94.2383 9.4213 + 6 0 4 36.6124 31.9694 193.8504 + 2 1 6 133.5748 115.3892 188.7991 + 1 3 5 62.2314 44.6228 13.6713 + 7 2 1 6.0572 4.6111 54.6419 + 5 3 3 80.7603 76.2350 7.8144 + 4 4 2 0.3663 0.3663 346.2158 + 3 4 3 131.2829 130.1874 9.7479 + 4 3 4 68.8243 59.6695 10.6432 + 5 0 5 86.4252 51.0950 13.1465 + 6 1 4 71.0938 43.3342 10.7255 + 7 0 3 66.7068 42.9306 10.3976 + 3 0 6 7.6393 4.3607 188.9619 + 4 2 5 132.5902 120.3403 9.8088 + 0 5 1 93.9858 73.0133 194.3518 + 0 4 4 84.0257 64.3973 190.0494 + 0 2 6 162.5135 128.8025 190.8241 + 2 3 5 109.5646 86.5543 9.6759 + 8 0 0 204.0867 170.8712 188.4039 + 6 3 2 61.5269 51.8013 190.1584 + 1 5 1 59.7751 51.8072 191.3138 + 1 4 4 119.0412 102.4257 10.7504 + 1 2 6 30.3221 21.3559 3.3440 + 5 1 5 71.0544 44.3586 7.6608 + 7 2 2 139.2368 109.6661 9.7238 + 7 1 3 139.1607 109.2566 10.7043 + 3 1 6 6.1920 4.0650 4.2880 + 8 0 1 4.0532 2.8353 174.3748 + 2 5 0 118.4714 109.3049 189.1057 + 5 4 1 72.9681 56.1404 10.9152 + 8 1 0 3.1557 4.0190 174.4487 + 2 5 1 98.3433 95.4576 9.0886 + 2 4 4 36.7139 34.1799 12.6746 + 2 2 6 97.8059 82.8493 10.4615 + 8 1 1 94.7046 78.0588 13.0751 + 3 3 5 73.9100 54.4702 186.4843 + 1 5 2 58.2061 56.6778 188.6503 + 4 4 3 15.2041 23.2617 182.7561 + 4 0 6 0.9519 0.9519 11.7243 + 6 2 4 6.0276 31.2597 13.3613 + 8 0 2 61.6997 76.7217 9.3421 + 5 4 2 16.8102 31.1188 11.0137 + 5 3 4 76.4709 81.7143 192.0458 + 6 3 3 2.0320 1.8449 198.8094 + 2 5 2 57.4323 55.1498 9.0912 + 4 1 6 106.1484 91.9401 12.7482 + 5 2 5 74.2082 63.5724 190.1256 + 3 5 1 33.7314 20.2336 13.4741 + 7 2 3 25.2586 13.8401 209.9250 + 3 4 4 41.9708 22.6897 194.8658 + 3 2 6 40.2617 20.7700 2.4506 + 8 1 2 10.0368 5.6057 183.0466 + 7 3 1 50.3675 39.3262 13.9233 + 7 0 4 112.7011 94.9070 10.9229 + 6 0 5 94.9158 63.6890 11.4642 + 1 0 7 31.0093 25.8584 9.4854 + 8 2 0 159.1293 134.0766 9.9930 + 0 5 3 1.4217 1.8069 355.2667 + 0 1 7 72.3626 73.7026 193.4090 + 7 1 4 53.1213 54.0751 189.5904 + 4 3 5 1.0009 0.9336 350.2754 + 8 2 1 13.4160 12.1300 182.1752 + 6 4 0 58.7115 48.2941 16.0854 + 6 1 5 95.8229 77.2554 9.9133 + 1 5 3 120.6296 101.8007 10.8072 + 1 1 7 62.4527 47.5435 191.3079 + 3 5 2 105.0224 84.2370 11.1768 + 1 3 6 20.9052 17.3028 4.3293 + 2 0 7 41.4654 33.6675 200.2390 + 6 4 1 70.3487 49.3458 194.0226 + 7 3 2 81.8870 61.4002 188.0060 + 8 0 3 16.0877 9.2763 0.8404 + 1 4 5 23.1597 15.8328 10.6120 + 4 5 0 114.3499 89.8206 12.4028 + 5 4 3 130.8613 106.6917 190.8642 + 5 0 6 7.7625 4.6517 188.2233 + 2 5 3 6.4534 7.3877 185.0530 + 4 5 1 5.6560 5.4621 182.6722 + 2 1 7 79.5270 76.9628 10.6171 + 4 4 4 2.2188 2.1631 358.4907 + 4 2 6 7.5425 7.2420 182.1514 + 2 3 6 112.3013 90.7060 9.9185 + 8 2 2 75.6288 57.0499 191.6976 + 8 1 3 1.1996 0.8731 12.3507 + 2 4 5 53.2670 54.1503 12.5546 + 5 1 6 7.3444 5.1306 183.0127 + 6 4 2 17.8099 17.8099 200.7046 + 3 0 7 36.0306 43.1738 191.5896 + 6 3 4 30.1412 35.4085 191.6301 + 9 0 1 12.2093 10.8664 196.2035 + 7 2 4 92.3940 81.9013 191.8866 + 6 2 5 84.3150 60.5609 191.3660 + 1 2 7 36.9236 28.5632 188.2405 + 4 5 2 33.1095 26.3171 199.8975 + 3 5 3 57.8165 52.7297 190.1480 + 3 1 7 19.2575 16.8848 11.3310 + 5 3 5 49.0405 40.9392 187.5363 + 7 3 3 113.1531 89.6889 191.5330 + 3 3 6 2.9149 2.2429 186.0842 + 9 1 1 79.1460 43.7928 11.8583 + 3 4 5 56.1776 52.1406 191.2161 + 7 0 5 25.6490 16.5195 190.2005 + 8 3 0 8.4682 6.5535 357.4344 + 1 5 4 44.7923 41.9840 11.0589 + 2 2 7 52.3945 47.6861 13.5607 + 9 0 2 110.9084 74.9767 12.5279 + 8 2 3 8.1405 3.8227 180.9481 + 8 3 1 92.3857 66.7127 193.5083 + 8 0 4 65.0586 47.5318 11.6753 + 5 5 1 42.2836 19.8441 12.1111 + 5 4 4 30.7890 15.9481 197.8548 + 5 2 6 23.5883 14.1438 3.2288 + 7 1 5 57.4601 40.8858 192.5341 + 4 0 7 150.6837 115.2352 9.5485 + 0 6 0 159.5952 120.7776 190.1809 + 6 4 3 2.4226 1.8296 184.4823 + 9 1 2 72.4882 43.7928 9.5087 + 6 0 6 82.6782 53.1507 13.7158 + 2 5 4 43.9653 28.4433 13.4833 + 7 4 1 25.7821 10.2964 198.0419 + 8 1 4 3.5270 2.2498 356.5645 + 4 5 3 4.5708 2.6808 180.6828 + 4 1 7 1.3587 0.8387 349.2737 + 1 6 1 4.8551 3.0207 252.2490 + 3 2 7 50.4883 38.4127 12.2370 + 4 3 6 102.2801 78.4826 193.2021 + 6 1 6 119.2249 79.1903 190.7051 + 8 3 2 5.2718 2.3561 5.6801 + 9 2 1 13.6058 6.2554 26.3631 + 4 4 5 140.6302 99.1555 190.0306 + 5 5 2 95.9168 69.3719 192.3298 + 2 6 0 83.6477 57.4942 12.5386 + 0 4 6 186.1844 113.3720 10.4092 + 1 4 6 19.2069 10.3539 185.4973 + 2 6 1 72.2369 50.6989 12.0700 + 9 0 3 31.4121 22.3568 14.2975 + 7 4 2 116.8702 84.5651 190.5598 + 3 5 4 88.1830 63.7682 193.2392 + 0 6 2 87.6214 48.8115 12.5094 + 0 3 7 109.6814 64.4669 13.5439 + 7 3 4 86.2160 50.8222 9.2193 + 0 0 8 132.1678 80.3885 188.5384 + 6 3 5 105.4308 61.6520 191.0014 + 1 6 2 122.9651 80.0038 11.1344 + 1 3 7 62.3767 39.8912 11.9580 + 7 2 5 7.1992 4.4944 147.2352 + 1 0 8 129.8838 78.2464 190.9319 + 9 2 2 133.4597 82.0105 190.9131 + 9 1 3 131.8476 81.2996 191.9372 + 2 4 6 88.6822 51.6700 193.7704 + 8 2 4 81.4714 41.9399 192.4327 + 6 5 0 150.3457 83.2948 190.0574 + 5 0 7 64.1330 35.5923 12.7830 + 1 1 8 50.4873 28.5901 192.3674 + 4 2 7 134.5289 87.0382 191.7597 + 2 6 2 34.5972 23.4513 194.5335 + 0 5 5 101.2717 68.3401 12.6530 + 2 3 7 96.6855 61.7227 191.7497 + 2 0 8 23.5691 14.7242 23.0333 + 6 5 1 120.4913 73.4650 189.6672 + 6 4 4 36.2329 21.9152 195.8213 + 6 2 6 108.1558 63.0954 191.0245 + 3 6 1 67.2677 38.8839 12.7219 + 8 3 3 0.4497 0.1882 288.8663 + 1 5 5 79.9430 33.3207 194.3215 + 10 0 0 112.9748 56.3442 12.5171 + 5 5 3 92.1748 47.0938 190.0133 + 5 1 7 26.1654 11.6948 13.8942 + 5 3 6 5.7716 1.6774 6.1979 + 8 0 5 7.7666 3.4722 356.6564 + 4 5 4 62.9236 39.4181 192.6008 + 10 0 1 48.8402 30.8223 18.2060 + 2 1 8 75.3807 47.6131 9.6847 + 5 4 5 58.9622 36.7005 14.4614 + 7 4 3 57.8618 25.3315 13.4248 + 3 4 6 13.8338 5.3512 187.0001 + 7 0 6 19.1357 10.9710 184.9619 + 10 1 0 128.1937 74.5289 10.5546 + 2 5 5 98.6198 61.7015 190.7339 + 1 6 3 20.1036 10.5249 30.2540 + 8 4 0 184.6414 116.4149 189.7614 + 8 1 5 103.8144 66.6856 192.5968 + 6 5 2 59.5519 38.1288 10.9905 + 3 6 2 25.5741 15.0847 198.8319 + 10 1 1 127.5524 62.4427 191.2701 + 3 3 7 26.0207 12.5936 193.2864 + 3 0 8 51.1433 23.2270 13.9660 + 9 2 3 32.7882 12.6009 203.5117 + 9 3 1 66.6144 34.4498 193.2879 + 9 0 4 124.9457 67.8020 192.8080 + 4 6 0 0.6452 0.3579 337.9637 + 0 2 8 101.0712 55.1033 11.4866 + 7 1 6 20.8632 11.1763 5.8994 + 8 4 1 2.5290 1.2717 170.0159 + 1 2 8 112.7462 72.8019 11.0753 + 10 0 2 27.9960 18.5042 197.8898 + 2 6 3 6.0006 3.9685 2.8152 + 4 6 1 127.6115 79.7002 192.0294 + 3 1 8 114.9528 66.5280 11.8265 + 9 1 4 89.3825 41.6648 189.6835 + 5 2 7 51.1195 29.2278 194.5618 + 3 5 5 54.8562 31.1161 8.9749 + 7 3 5 55.2729 34.3382 13.1827 + 10 1 2 58.7753 36.4471 190.8767 + 6 0 7 59.8672 34.0846 196.7437 + 2 2 8 43.2797 23.2101 193.8513 + 4 4 6 1.6875 0.9081 9.7768 + 9 3 2 64.6266 38.4378 189.7195 + 8 4 2 87.7945 53.3335 10.6661 + 10 2 0 101.1995 50.2055 193.1696 + 8 3 4 4.3664 2.1263 176.9246 + 5 5 4 98.7031 61.1393 12.6343 + 4 6 2 4.7333 3.0838 2.1624 + 4 3 7 3.2053 2.1053 176.8671 + 8 2 5 3.3979 2.2385 7.1432 + 4 0 8 4.4087 2.9142 359.6884 + 6 5 3 6.6288 4.3984 7.1946 + 3 6 3 124.0661 82.8814 191.3727 + 6 1 7 82.8254 55.3398 192.0156 + 10 2 1 66.3632 43.8993 192.2280 + 6 3 6 123.5148 65.3815 11.5140 + 7 5 1 48.2867 26.1751 196.3383 + 7 4 4 119.0074 65.5979 12.4468 + 7 2 6 14.3039 8.0565 6.1981 + 0 6 4 75.2453 38.7434 12.3276 + 6 4 5 83.4862 42.9018 13.2694 + 1 4 7 38.7514 18.4223 10.5855 + 10 0 3 13.5976 7.5412 2.0394 + 4 1 8 36.8074 23.1898 198.6800 + 1 6 4 108.0465 71.1704 191.5602 + 3 2 8 34.9889 18.1757 196.6711 + 9 2 4 127.8894 77.8439 10.6791 + 4 5 5 1.1646 0.7231 11.6037 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.inp b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.inp new file mode 100644 index 000000000..8cc1e354e --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.inp @@ -0,0 +1,37 @@ + ! Template file to be used with the program FOURIER + ! Title of the job +Titl PbSO4 XrayDif single wavelength unpolarized Wdt48 + + ! Cell parameters +Cell 8.4798 5.3978 6.9593 90.0000 90.0000 90.0000 + + ! Atoms in the asymmetric unit +Atom Pb 0.18788 0.25000 0.16749 1.00000 +Atom S 0.06302 0.25000 0.68446 1.00000 +Atom O1 0.91235 0.25000 0.59346 1.00000 +Atom O2 0.18443 0.25000 0.53434 1.00000 +Atom O3 0.07573 0.01951 0.81594 1.00000 + + ! Space group symbol +Spgr P n m a + + ! Type of Fourier synthesis +Fourier Fobs + + ! Name of the Fourier-reflection file +File fou pbsox_single_unpolarized.fou + + ! Format of the Fourier-reflection file +Form h k l fo fc phase + + ! List distances +List dist 0.6 2.6 + + ! Standard output binary file +File bin + + ! Peak search +Scan 5 + + ! End of file +End diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.new b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.new new file mode 100644 index 000000000..3d860ab41 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.new @@ -0,0 +1,63 @@ +COMM PbSO4 XrayDif single wavelength unpolarized Wdt48 +! Current global Chi2 (Bragg contrib.) = 73.17 +! Files => DAT-file: pbsox_single_unpolarized.dat, PCR-file: pbsox_single_unpolarized +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 0 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 2 0 4 0 0 2 0 1 1 0 4 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.540560 1.540560 0.00000 50.000 48.0000 0.0000 0.0000 160.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 10.00 + 154.00 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.04816 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) + 154.318 100.004 -92.329 -95.599 126.679 -31.804 + 0.00 0.00 0.00 0.00 0.00 0.00 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 52.5887 +!------------------------------------------------------------------------------- +PbSO4 +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 5 0 0 0.0 0.0 1.0 0 0 0 0 0 1213.030 0 7 0 +! +! +P n m a <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 0 #conn S O 0 2 + 0.00 0.00 0.00 0.00 0.00 +S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 0.4693346E-03 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.048457 -0.083053 0.035188 0.000000 0.049268 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma #Cell Info + 8.479832 5.397758 6.959324 90.000000 90.000000 90.000000 # box -0.25 1.25 -0.15 1.15 -0.15 1.15 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 10.000 154.000 1 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.out b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.out new file mode 100644 index 000000000..58968d946 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.out @@ -0,0 +1,885 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 17/06/2026 Time: 22:57:13.953 + + => PCR file code: pbsox_single_unpolarized + => DAT file code: pbsox_single_unpolar -> Relative contribution: 1.0000 + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of X-ray powder diffraction data + => Global Refinement of X-ray powder diffraction data + Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) + => Title: PbSO4 XrayDif single wavelength unpolarized Wdt48 + + => Number of phases: 1 + => Number of excluded regions: 2 + => Number of scattering factors supplied: 0 + => Conventional weights: w=1.0/Variance(yobs) + => Asymmetry correction as in J.Appl.Cryst. 26,128(1993) + => Background refined by polynomial function + => The 7th default profile function was selected + => T-C-H Pseudo-Voigt function + This function is convoluted with asymmetry due to axial + divergence as formulated by: + van Laar and Yelon, J. Appl. Cryst. 17, 47(1984). + and using the method of: + Finger, Cox and Jephcoat, J. Appl. Cryst. 27, 892 (1994). + Fortran 90 module adapted from function PROFVAL (in F77) : + L.W. Finger, J. Appl. Cryst. 31, 111 (1998). + + + ==> INPUT/OUTPUT OPTIONS: + + => Generate bacground file *.bac + => Generate file *.PRF for plot + => Output Integrated Intensities + => Generate new input file *.PCR + + => Data supplied in free format for pattern: 1 + => Plot pattern at each cycle + => Wavelengths: 1.54056 1.54056 + => Alpha2/Alpha1 ratio: 0.0000 + => Cos(Monochromator angle)= 0.0000 + => Asymmetry correction for angles lower than 160.000 degrees + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 48.00 + + => Number of cycles: 30 + => Relaxation factors ==> for coordinates: 0.10 + => for anisotropic temperature factors: 0.10 + => for halfwidth/strain/size parameters: 0.10 + => for lattice constants and propagation vectors: 0.10 + => EPS-value for convergence: 0.1 + + => Excluded regions for Pattern# 1 + From to + 0.0000 10.0000 + 154.0000 180.0000 + + => Number of Least-Squares parameters varied: 0 + + =>---------------------------> + =>-------> PATTERN number: 1 + =>---------------------------> + => Global parameters and codes ==> + => Zero-point: -0.0482 0.0000 + => Background parameters and codes ==> + => Origin of polynomial at 2theta/TOF/E(KeV): 50.000 + 154.32 100.00 -92.329 -95.599 126.68 -31.804 + 0.00 0.00 0.00 0.00 0.00 0.00 + => Displacement peak-shift parameter and code: 0.00 0.00 + => Transparency peak-shift parameter and code: 0.00 0.00 + + => Reading Intensity data =>> + + ==> Angular range, step and number of points: + 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 + -------------------------------------------------------------------------------- + => Phase No. 1 + PbSO4 + -------------------------------------------------------------------------------- + =>-------> Pattern# 1 + => Crystal Structure Refinement + => Preferred orientation vector: 0.0000 0.0000 1.0000 + + =>-------> Data for PHASE: 1 + => Number of atoms: 5 + => Number of distance constraints: 0 + => Number of angle constraints: 0 + + => Symmetry information on space group: P n m a + -> The multiplicity of the general position is: 8 + -> The space group is Centric (-1 at origin) + -> Lattice type P: { 000 } + -> Reduced set of symmetry operators: + + No. IT Symmetry symbol Rotation part Associated Translation + 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} + 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.5000 0.5000 0.5000} + 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.0000 0.5000 0.0000} + 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.5000 0.0000 0.5000} + + + Information on Space Group: + --------------------------- + + => Number of Space group: 62 + => Hermann-Mauguin Symbol: P n m a + => Hall Symbol: -P 2ac 2n + => Setting Type: IT (Generated from Hermann-Mauguin symbol) + => Crystal System: Orthorhombic + => Laue Class: mmm + => Point Group: mmm + => Bravais Lattice: P + => Lattice Symbol: oP + => Reduced Number of S.O.: 4 + => General multiplicity: 8 + => Centrosymmetry: Centric (-1 at origin) + => Generators (exc. -1&L): 2 + => Asymmetric unit: 0.000 <= x <= 0.500 + 0.000 <= y <= 0.250 + 0.000 <= z <= 1.000 + => Centring vectors: 0 + + + => List of all Symmetry Operators and Symmetry Symbols + + => SYMM( 1): x,y,z Symbol: 1 + => SYMM( 2): x+1/2,-y+1/2,-z+1/2 Symbol: 2 (1/2,0,0) x,1/4,1/4 + => SYMM( 3): -x,y+1/2,-z Symbol: 2 (0,1/2,0) 0,y,0 + => SYMM( 4): -x+1/2,-y,z+1/2 Symbol: 2 (0,0,1/2) 1/4,0,z + => SYMM( 5): -x,-y,-z Symbol: -1 0,0,0 + => SYMM( 6): -x+1/2,y+1/2,z+1/2 Symbol: n (0,1/2,1/2) 1/4,y,z + => SYMM( 7): x,-y+1/2,z Symbol: m x,1/4,z + => SYMM( 8): x+1/2,y,-z+1/2 Symbol: a x,y,1/4 + + => Special Wyckoff Positions for P n m a + + Multp Site Representative Coordinates (centring translations excluded) + 4 c x,1/4,z x+1/2,1/4,-z+1/2 -x,3/4,-z + -x+1/2,3/4,z+1/2 + + 4 b 0,0,1/2 1/2,1/2,0 0,1/2,1/2 + 1/2,0,0 + + 4 a 0,0,0 1/2,1/2,1/2 0,1/2,0 + 1/2,0,1/2 + + + => Initial parameters ==> + Atom Ntyp X Y Z B occ. in fin Spc Mult + B11 B22 B33 B12 B13 B23 + Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 4 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 4 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 4 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 4 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 8 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + + => IT IS ASSUMED THAT THE FIRST GIVEN SITE IS FULLY OCCUPIED + OR THE FIRST AND SECOND ATOMS ARE IN THE SAME SITE WITH TOTAL FULL OCCUPATION + (if this is not the case, change the order of atoms to obtain correct values for the content of the unit cell) + The given occupation factors have been obtained mutiplying m/M by 1.0000 + -> Atom: PB , Chemical element: PB Atomic Mass: 207.2000 + -> Atom: S , Chemical element: S Atomic Mass: 32.0600 + -> Atom: O , Chemical element: O Atomic Mass: 15.9994 + -> Atom: O , Chemical element: O Atomic Mass: 15.9994 + -> Atom: O , Chemical element: O Atomic Mass: 15.9994 + => The given value of ATZ is 1213.03 the program has calculated: 1213.03 + The value of ATZ given in the input PCR file will be used for quantitative analysis + => The chemical content of the unit cell is: + 4.0000 PB + 4.0000 S + 4.0000 O + 4.0000 O + 8.0000 O + => The normalized site occupation numbers in % are: + 100.0000 Pb : 100.0000 S : 100.0000 O1 : 100.0000 O2 : 100.0000 O3 + => The density (volumic mass) of the compound is: 6.324 g/cm3 + + =>-------> PROFILE PARAMETERS FOR PATTERN: 1 + + => Overall scale factor: 0.469335E-03 + => ETA (p-Voigt) OR M (Pearson VII): 0.0000 + => Overall temperature factor: 0.00000 + => Halfwidth U,V,W: 0.04846 -0.08305 0.03519 + => X and Y parameters: 0.0000 0.0493 + => Direct cell parameters: 8.4798 5.3978 6.9593 90.0000 90.0000 90.0000 + => Preferred orientation parameters: 0.0000 0.0000 + => Asymmetry parameters : 0.00000 0.00000 0.00000 0.00000 + => Strain parameters : 0.00000 0.00000 0.00000 + => Size parameters : 0.00000 0.00000 + => Further shape parameters (S_L and D_L): 0.00000 0.00000 + S_L is source width/detector distance + D_L is detector width/detector distance + + ==> CODEWORDS FOR PROFILE PARAMETERS of PATTERN# 1 + + => Overall scale factor: 0.000 + => ETA (p-Voigt) OR M (Pearson VII): 0.000 + => Overall temperature factor: 0.000 + => Halfwidth U,V,W: 0.000 0.000 0.000 + => X and Y parameters: 0.000 0.000 + => Direct cell parameters: 0.000 0.000 0.000 0.000 0.000 0.000 + => Preferred orientation parameters: 0.000 0.000 + => Asymmetry parameters : 0.000 0.000 0.000 0.000 + => Strain parameters : 0.000 0.000 0.000 + => Size parameters : 0.000 0.000 + + => Cell constraints according to Laue symmetry: mmm + + Metric information: + ------------------- + + => Direct cell parameters: + + a = 8.4798 b = 5.3978 c = 6.9593 + alpha = 90.000 beta = 90.000 gamma = 90.000 + Direct Cell Volume = 318.5428 + + => Reciprocal cell parameters: + + a*= 0.117927 b*= 0.185262 c*= 0.143692 + alpha*= 90.000 beta*= 90.000 gamma*= 90.000 + Reciprocal Cell Volume = 0.00313930 + + => Direct and Reciprocal Metric Tensors: + + GD GR + 71.9075 0.0000 0.0000 0.013907 0.000000 0.000000 + 0.0000 29.1358 0.0000 0.000000 0.034322 0.000000 + 0.0000 0.0000 48.4322 0.000000 0.000000 0.020647 + + => Cartesian frame: x // a; z is along c*; y is within the ab-plane + + Crystal_to_Orthonormal_Matrix Orthonormal_to_Crystal Matrix + Cr_Orth_cel Orth_Cr_cel + 8.4798 0.0000 0.0000 0.117927 -0.000000 -0.000000 + 0.0000 5.3978 0.0000 0.000000 0.185262 -0.000000 + 0.0000 0.0000 6.9593 0.000000 0.000000 0.143692 + + Busing-Levy B-matrix: Hc=B.H Inverse of the Busing-Levy B-matrix + BL_M BL_Minv + 0.117927 0.000000 0.000000 8.4798 -0.0000 -0.0000 + 0.000000 0.185262 -0.000000 0.0000 5.3978 0.0000 + 0.000000 0.000000 0.143692 0.0000 0.0000 6.9593 + + => Laue symmetry mmm will be used to generate HKL for pattern# 1 + => Reflections generated between S(1/d)min: 0.1131 A-1 and S(1/d)max: 1.2925 A-1 + => dmax: 8.8380 A and dmin: 0.7737 A + => The number of reflections generated is: 394 + => The max. scatt. variable (gen.ref.) is: 169.2613 + => Scattering coefficients from internal table + + + => X-ray scattering coeff. (A1, B1, A2,...C, f(0), Z, Dfp,Dfpp) + + PB 31.0617 0.6902 13.0637 2.3576 18.4420 8.6180 5.9696 47.2579 13.4118 81.9488 82.0000 -4.8180 8.5050 + S 6.9053 1.4679 5.2034 22.2151 1.4379 0.2536 1.5863 56.1720 0.8669 15.9998 16.0000 0.3190 0.5570 + O 3.0485 13.2771 2.2868 5.7011 1.5463 0.3239 0.8670 32.9089 0.2508 7.9994 8.0000 0.0470 0.0320 + + + => No optimization for routine tasks + => Square of FWHM(G) < 0 at 2theta: 75.059 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 75.503 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 75.937 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 76.176 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 76.477 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 77.002 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 77.380 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 77.992 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 78.229 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 78.568 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 78.675 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 78.731 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 79.316 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 79.378 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 79.571 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 79.898 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 79.903 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 80.394 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 80.878 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 81.102 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 81.438 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 81.664 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 81.682 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 82.753 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 82.910 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 82.942 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 83.226 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 83.608 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 84.157 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 84.178 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 84.643 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 84.670 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 85.164 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 85.257 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 85.640 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 86.456 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 86.519 for phase no. 1 -> Fixing to HG=1.0e-10 + => Square of FWHM(G) < 0 at 2theta: 86.572 for phase no. 1 -> Fixing to HG=1.0e-10 + + + Standard deviations have to be multiplied by: 7.5715 + (correlated residuals) See references: + -J.F.Berar & P.Lelann, J. Appl. Cryst. 24, 1-5 (1991) + -J.F.Berar, Acc. in Pow. Diff. II,NIST Sp.Pub. 846, 63(1992) + + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 1 + => Convergence reached at this CYCLE !!!! + => Parameter shifts set to zero + --------------------------------------------------------------------------------------- + => Phase 1 Name: PbSO4 + --------------------------------------------------------------------------------------- + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Pb 0.18788 0.00000 0.00000 0.25000 0.00000 0.00000 0.16749 0.00000 0.00000 1.78522 0.00000 0.00000 0.50000 0.00000 0.00000 + S 0.06302 0.00000 0.00000 0.25000 0.00000 0.00000 0.68446 0.00000 0.00000 0.85413 0.00000 0.00000 0.50000 0.00000 0.00000 + O1 0.91235 0.00000 0.00000 0.25000 0.00000 0.00000 0.59346 0.00000 0.00000 1.33362 0.00000 0.00000 0.50000 0.00000 0.00000 + O2 0.18443 0.00000 0.00000 0.25000 0.00000 0.00000 0.53434 0.00000 0.00000 1.57511 0.00000 0.00000 0.50000 0.00000 0.00000 + O3 0.07573 0.00000 0.00000 0.01951 0.00000 0.00000 0.81594 0.00000 0.00000 1.32792 0.00000 0.00000 1.00000 0.00000 0.00000 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Overall scale factor: 0.000469335 0.000000000 0.000000000 + => Eta(p-Voigt) or m(Pearson VII): 0.000000 0.000000 0.000000 + => Overall tem. factor: 0.000000 0.000000 0.000000 + => Halfwidth parameters: + 0.048457 0.000000 0.000000 + -0.083053 0.000000 0.000000 + 0.035188 0.000000 0.000000 + => Cell parameters: + 8.479832 0.000000 0.000000 + 5.397758 0.000000 0.000000 + 6.959324 0.000000 0.000000 + 90.000000 0.000000 0.000000 + 90.000000 0.000000 0.000000 + 90.000000 0.000000 0.000000 + => Preferred orientation: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Asymmetry parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => X and Y parameters: + 0.000000 0.000000 0.000000 + 0.049268 0.000000 0.000000 + => Strain parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Size parameters (G,L): + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + => Further shape parameters (S_L and D_L): + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: -0.0482 0.0000 0.0000 + => Background Polynomial Parameters ==> + 154.32 0.0000 0.0000 + 100.00 0.0000 0.0000 + -92.329 0.0000 0.0000 + -95.599 0.0000 0.0000 + 126.68 0.0000 0.0000 + -31.804 0.0000 0.0000 + + => Cos( theta)-shift parameter : 0.0000 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => R-Factors: 35.3 42.1 Chi2: 73.2 DW-Stat.: 0.0821 Patt#: 1 + => Expected : 4.92 1.9182 + => Deviance : 0.766E+06 Dev*: 132.8 + => GoF-index: 8.6 Sqrt(Residual/N) + => N-P+C: 5760 + + => SumYdif SumYobs SumYcal SumwYobsSQ Residual Condition + 0.8398E+06 0.2381E+07 0.1632E+07 0.2381E+07 0.4214E+06 0.000 + + + => Conventional Rietveld Rp,Rwp,Re and Chi2: 57.9 59.7 6.98 73.17 + => (Values obtained using Ynet, but true sigma(y)) + => SumYnet, Sum(w Ynet**2): 0.1451E+07 0.1181E+07 + + => N-sigma of the GoF: 3872.818 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => R-Factors: 35.3 42.1 Chi2: 73.2 DW-Stat.: 0.0821 Patt#: + => Expected : 4.92 1.9182 + => Deviance : 0.766E+06 Dev*: 132.8 + => GoF-index: 8.6 Sqrt(Residual/N) + => N-P+C: 5760 + + => SumYdif SumYobs SumYcal SumwYobsSQ Residual Condition + 0.8398E+06 0.2381E+07 0.1632E+07 0.2381E+07 0.4214E+06 0.000 + + + => Conventional Rietveld Rp,Rwp,Re and Chi2: 57.9 59.7 6.98 73.17 + => (Values obtained using Ynet, but true sigma(y)) + => SumYnet, Sum(w Ynet**2): 0.1451E+07 0.1181E+07 + + => N-sigma of the GoF: 3872.818 + + => Global user-weigthed Chi2 (Bragg contrib.): 73.2 + + => ---------> Pattern# 1 + => Phase: 1 + => Bragg R-factor: 52.6 + => RF-factor : 28.3 + + -------------------------------------------------------------------------------------------------------------- + Pattern# 1 Phase No.: 1 Phase name: PbSO4 + -------------------------------------------------------------------------------------------------------------- + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 1 1 1 0 1 4 0.183092 16.464 23.1 30.9 1.876 0.155520 0.049781 0.338369 5.379598 98.566765 + 2 1 0 1 1 4 0.174743 20.809 810.4 2019.1 7.083 0.146874 0.050092 0.354990 4.265198 62.346424 + 3 1 2 0 0 2 0.174502 20.934 264.3 699.9 3.047 0.146622 0.050102 0.355500 4.239916 30.810951 + 4 1 1 1 1 8 0.169881 23.326 535.1 1469.3 6.231 0.141807 0.050307 0.365562 3.810354 99.943336 + 5 1 2 0 1 4 0.167477 24.565 221.9 532.0 3.730 0.139294 0.050422 0.371049 3.620850 45.228321 + 6 1 0 0 2 2 0.165507 25.579 295.3 743.9 4.355 0.137230 0.050521 0.375681 3.479662 20.926054 + 7 1 2 1 0 4 0.163295 26.714 908.2 2306.9 7.585 0.134906 0.050638 0.381034 3.334277 38.516426 + 8 1 1 0 2 4 0.161392 27.688 707.9 1719.9 6.577 0.132904 0.050742 0.385769 3.219173 35.976936 + 9 1 2 1 1 8 0.157474 29.685 1140.0 2733.6 8.481 0.128769 0.050969 0.395914 3.006972 63.060841 + 10 1 1 1 2 8 0.152205 32.353 438.2 1022.5 5.181 0.123179 0.051299 0.410455 2.764811 53.658474 + 11 1 0 2 0 2 0.150591 33.166 528.6 1381.2 5.844 0.121460 0.051406 0.415127 2.698879 12.809137 + 12 1 2 0 2 4 0.150362 33.282 20.4 76.6 0.549 0.121216 0.051422 0.415799 2.689799 25.453815 + 13 1 3 0 1 4 0.148512 34.211 103.2 233.8 2.702 0.119240 0.051548 0.421305 2.618841 24.187981 + 14 1 1 2 1 8 0.142432 37.243 2.0 3.0 0.050 0.112716 0.051990 0.440449 2.412320 41.398491 + 15 1 2 1 2 8 0.142274 37.321 204.1 443.3 3.835 0.112546 0.052002 0.440968 2.407447 41.240898 + 16 1 3 1 1 8 0.140570 38.164 24.3 35.9 1.342 0.110708 0.052133 0.446649 2.356171 39.602306 + 17 1 2 2 0 4 0.137759 39.549 231.7 557.7 4.037 0.107666 0.052355 0.456338 2.276758 18.567904 + 18 1 1 0 3 4 0.136287 40.272 65.3 135.4 2.023 0.106067 0.052475 0.461571 2.237559 17.975153 + 19 1 3 0 2 4 0.134578 41.108 77.3 164.1 2.127 0.104208 0.052618 0.467790 2.193962 17.328329 + 20 1 2 2 1 8 0.133354 41.706 341.4 812.7 4.565 0.102872 0.052721 0.472344 2.163901 33.779957 + 21 1 0 2 2 4 0.132035 42.347 68.0 150.2 1.918 0.101431 0.052835 0.477338 2.132599 16.440178 + 22 1 0 1 3 4 0.131979 42.374 2.7 6.5 0.089 0.101370 0.052840 0.477554 2.131286 16.421461 + 23 1 4 0 0 2 0.131490 42.612 2.1 7.0 0.272 0.100834 0.052882 0.479433 2.119958 8.130225 + 24 1 1 2 2 8 0.129176 43.732 575.1 1170.7 3.692 0.098295 0.053087 0.488517 2.068197 31.072241 + 25 1 1 1 3 8 0.129121 43.759 633.0 1480.6 4.598 0.098234 0.053092 0.488737 2.067000 31.039162 + 26 1 2 0 3 4 0.127622 44.482 4.2 7.2 0.050 0.096585 0.053228 0.494794 2.035087 15.082550 + 27 1 3 1 2 8 0.127498 44.542 423.4 778.2 3.426 0.096447 0.053240 0.495304 2.032485 30.094450 + 28 1 4 0 1 4 0.127280 44.646 427.7 1151.1 4.618 0.096207 0.053259 0.496198 2.027954 14.985835 + 29 1 4 1 0 4 0.124553 45.954 284.1 604.2 4.167 0.093192 0.053514 0.507639 1.973227 14.255675 + 30 1 2 2 2 8 0.120898 47.696 52.5 90.1 1.852 0.089125 0.053867 0.523745 1.905177 26.754173 + 31 1 2 1 3 8 0.120845 47.721 1.6 3.2 0.064 0.089067 0.053872 0.523983 1.904241 26.730457 + 32 1 4 1 1 8 0.120516 47.877 1.1 4.9 0.206 0.088699 0.053905 0.525481 1.898393 26.582586 + 33 1 3 2 1 8 0.119433 48.390 94.3 172.5 2.626 0.087487 0.054013 0.530463 1.879459 26.107117 + 34 1 4 0 2 4 0.115246 50.361 0.0 0.0 0.005 0.082775 0.054441 0.550535 1.810425 12.208388 + 35 1 3 0 3 4 0.114139 50.879 246.4 404.4 3.995 0.081522 0.054558 0.556070 1.793199 12.002806 + 36 1 0 3 1 4 0.110684 52.487 106.4 180.1 2.249 0.077589 0.054930 0.573989 1.741976 11.404123 + 37 1 0 0 4 2 0.110534 52.557 28.6 76.6 1.001 0.077418 0.054947 0.574791 1.739831 5.689737 + 38 1 1 2 3 8 0.109306 53.125 5.9 7.6 0.548 0.076011 0.055082 0.581423 1.722547 22.364052 + 39 1 4 1 2 8 0.108866 53.329 34.6 54.0 1.252 0.075505 0.055131 0.583835 1.716451 22.225824 + 40 1 1 3 1 8 0.108127 53.670 61.5 87.7 1.030 0.074654 0.055214 0.587923 1.706344 21.997824 + 41 1 1 0 4 4 0.107978 53.738 125.8 195.5 1.627 0.074483 0.055231 0.588752 1.704328 10.976266 + 42 1 3 2 2 8 0.107837 53.804 14.4 28.1 0.226 0.074320 0.055247 0.589541 1.702418 21.909660 + 43 1 3 1 3 8 0.107787 53.826 114.4 254.6 2.171 0.074263 0.055252 0.589818 1.701750 21.894680 + 44 1 4 2 0 4 0.105151 55.037 0.0 0.0 0.002 0.071213 0.055553 0.604896 1.667139 10.563817 + 45 1 2 3 0 4 0.104296 55.429 111.2 176.8 2.433 0.070217 0.055653 0.609934 1.656289 10.445414 + 46 1 5 0 1 4 0.103612 55.741 35.4 67.0 1.408 0.069420 0.055733 0.614015 1.647744 10.352777 + 47 1 1 1 4 8 0.101767 56.582 60.0 83.4 1.260 0.067258 0.055951 0.625269 1.625237 20.222803 + 48 1 2 2 3 8 0.101740 56.594 0.2 0.3 0.005 0.067225 0.055955 0.625440 1.624906 20.215752 + 49 1 4 2 1 8 0.101435 56.733 257.2 470.1 3.328 0.066867 0.055991 0.627334 1.621268 20.138449 + 50 1 2 3 1 8 0.100590 57.117 172.4 338.8 2.870 0.065871 0.056093 0.632639 1.611284 19.927326 + 51 1 2 0 4 4 0.100445 57.182 12.5 35.3 0.414 0.065700 0.056110 0.633557 1.609587 9.945787 + 52 1 5 1 1 8 0.097487 58.520 11.4 13.2 0.785 0.062186 0.056473 0.652804 1.575950 19.192268 + 53 1 1 3 2 8 0.097000 58.739 95.1 138.7 2.271 0.061603 0.056534 0.656071 1.570583 19.082273 + 54 1 4 0 3 4 0.096481 58.973 7.4 22.2 0.795 0.060981 0.056599 0.659583 1.564919 9.483342 + 55 1 2 1 4 8 0.094375 59.918 22.0 13.1 1.459 0.058442 0.056866 0.674172 1.542468 18.513382 + 56 1 5 0 2 4 0.092635 60.697 13.8 0.0 1.136 0.056323 0.057091 0.686662 1.524528 9.078385 + 57 1 4 2 2 8 0.090524 61.638 0.8 0.0 0.134 0.053728 0.057369 0.702353 1.503486 17.744957 + 58 1 4 1 3 8 0.090477 61.659 0.5 0.0 0.072 0.053670 0.057375 0.702710 1.503026 17.736031 + 59 1 2 3 2 8 0.089704 62.003 41.9 58.5 0.819 0.052711 0.057479 0.708617 1.495513 17.590763 + 60 1 3 2 3 8 0.089503 62.092 295.7 461.9 3.699 0.052461 0.057506 0.710166 1.493576 17.553450 + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 61 1 3 3 1 8 0.088392 62.586 10.4 15.8 0.628 0.051072 0.057656 0.718846 1.482977 17.350342 + 62 1 3 0 4 4 0.088252 62.648 7.9 11.7 0.551 0.050897 0.057675 0.719954 1.481653 8.662552 + 63 1 5 1 2 8 0.086693 63.340 131.0 194.6 2.447 0.048929 0.057888 0.732482 1.467133 17.050127 + 64 1 0 2 4 4 0.086167 63.573 29.7 84.1 1.448 0.048259 0.057961 0.736795 1.462315 8.479819 + 65 1 1 2 4 8 0.083791 64.624 200.3 300.5 3.111 0.045202 0.058295 0.756832 1.441045 16.564720 + 66 1 3 1 4 8 0.082384 65.246 109.9 175.1 2.366 0.043360 0.058497 0.769154 1.428802 16.340799 + 67 1 0 3 3 4 0.081559 65.611 0.7 1.5 0.180 0.042267 0.058617 0.776551 1.421733 8.106318 + 68 1 6 0 0 2 0.080562 66.052 9.9 10.3 0.784 0.040933 0.058763 0.785651 1.413305 4.015241 + 69 1 5 2 1 8 0.079729 66.421 59.6 80.8 1.444 0.039807 0.058886 0.793397 1.406354 15.936765 + 70 1 1 3 3 8 0.079223 66.645 172.1 279.2 2.679 0.039116 0.058962 0.798177 1.402162 15.862263 + 71 1 3 3 2 8 0.077888 67.237 124.4 199.9 2.326 0.037270 0.059164 0.811025 1.391241 15.669597 + 72 1 6 0 1 4 0.077119 67.579 21.8 45.8 1.028 0.036190 0.059282 0.818590 1.385033 7.780503 + 73 1 2 2 4 8 0.076791 67.725 17.2 30.1 0.924 0.035726 0.059332 0.821852 1.382405 15.515242 + 74 1 1 0 5 4 0.075671 68.225 4.0 6.7 0.205 0.034116 0.059507 0.833192 1.373486 7.680404 + 75 1 4 3 0 4 0.075456 68.321 96.8 128.6 1.692 0.033803 0.059541 0.835400 1.371787 7.665771 + 76 1 5 0 3 4 0.075115 68.474 92.2 162.4 1.674 0.033304 0.059595 0.838925 1.369098 7.642673 + 77 1 6 1 0 4 0.074876 68.582 80.1 173.4 1.884 0.032951 0.059633 0.841416 1.367217 7.626548 + 78 1 4 2 3 8 0.073154 69.358 3.2 3.4 0.347 0.030355 0.059911 0.859739 1.353797 15.024903 + 79 1 0 4 0 2 0.072590 69.614 97.1 121.9 1.670 0.029478 0.060004 0.865905 1.349440 3.737875 + 80 1 2 3 3 8 0.072399 69.701 0.3 0.5 0.007 0.029178 0.060036 0.868011 1.347968 14.926792 + 81 1 0 1 5 4 0.072375 69.712 64.9 108.9 1.424 0.029139 0.060040 0.868284 1.347778 7.461800 + 82 1 4 3 1 8 0.072129 69.824 0.1 0.3 0.007 0.028750 0.060081 0.871007 1.345889 14.891951 + 83 1 4 0 4 4 0.072000 69.883 0.1 0.3 0.007 0.028545 0.060102 0.872441 1.344899 7.437695 + 84 1 6 1 1 8 0.071567 70.082 108.9 192.6 2.350 0.027848 0.060175 0.877305 1.341572 14.819856 + 85 1 1 1 5 8 0.070194 70.717 24.2 27.8 1.072 0.025565 0.060411 0.893057 1.331070 14.645908 + 86 1 5 2 2 8 0.069712 70.943 5.0 7.0 0.159 0.024732 0.060496 0.898716 1.327392 14.585467 + 87 1 5 1 3 8 0.069671 70.962 52.0 68.0 1.465 0.024660 0.060503 0.899206 1.327075 14.580276 + 88 1 2 0 5 4 0.069063 71.249 23.6 41.8 1.351 0.023578 0.060611 0.906460 1.322431 7.252178 + 89 1 6 0 2 4 0.067365 72.067 2.2 0.0 0.410 0.020344 0.060925 0.927347 1.309420 7.146916 + 90 1 1 4 1 8 0.067296 72.101 1.4 0.0 0.246 0.020204 0.060938 0.928217 1.308888 14.285290 + 91 1 4 1 4 8 0.066794 72.350 36.1 26.6 1.641 0.019161 0.061034 0.934609 1.305002 14.223080 + 92 1 3 2 4 8 0.065998 72.750 0.4 0.0 0.228 0.017407 0.061191 0.944919 1.298802 14.124444 + 93 1 2 4 0 4 0.064379 73.601 22.3 21.2 0.827 0.013234 0.061529 0.966717 1.285883 6.960661 + 94 1 2 1 5 8 0.064204 73.697 78.9 95.1 1.965 0.012705 0.061568 0.969156 1.284445 13.898921 + 95 1 4 3 2 8 0.063217 74.253 17.7 16.5 0.966 0.009216 0.061793 0.983145 1.276195 13.771208 + 96 1 6 1 2 8 0.062789 74.504 26.8 34.0 1.025 0.007215 0.061896 0.989372 1.272513 13.714649 + 97 1 3 3 3 8 0.062514 74.668 55.2 74.8 1.541 0.005577 0.061964 0.993425 1.270118 13.678013 + 98 1 2 4 1 8 0.062125 75.059 27.7 36.5 1.268 0.000000 0.062125 1.000000 1.264479 13.592214 + 99 1 0 4 2 4 0.062311 75.503 29.6 30.1 1.293 0.000000 0.062311 1.000000 1.258143 6.748302 + 100 1 6 2 0 4 0.062495 75.937 32.4 32.8 1.226 0.000000 0.062495 1.000000 1.252025 6.702549 + 101 1 3 0 5 4 0.062597 76.176 18.4 29.3 0.978 0.000000 0.062597 1.000000 1.248687 6.677753 + 102 1 1 4 2 8 0.062727 76.477 92.3 128.5 2.079 0.000000 0.062727 1.000000 1.244519 13.293919 + 103 1 1 3 4 8 0.062955 77.002 33.5 39.6 1.309 0.000000 0.062955 1.000000 1.237340 13.188718 + 104 1 6 2 1 8 0.063120 77.380 37.6 44.1 1.458 0.000000 0.063120 1.000000 1.232243 13.114728 + 105 1 1 2 5 8 0.063393 77.992 0.1 0.1 0.013 0.000000 0.063393 1.000000 1.224090 12.997589 + 106 1 5 2 3 8 0.063499 78.229 172.6 212.9 2.771 0.000000 0.063499 1.000000 1.220981 12.953315 + 107 1 3 1 5 8 0.063652 78.568 20.8 48.2 1.089 0.000000 0.063652 1.000000 1.216559 12.890738 + 108 1 5 3 1 8 0.063701 78.675 6.3 8.8 0.472 0.000000 0.063701 1.000000 1.215170 12.871163 + 109 1 5 0 4 4 0.063727 78.731 2.7 3.9 0.324 0.000000 0.063727 1.000000 1.214441 6.430460 + 110 1 6 0 3 4 0.063995 79.316 0.0 0.0 0.002 0.000000 0.063995 1.000000 1.206950 6.378160 + 111 1 2 4 2 8 0.064024 79.378 5.3 0.0 0.771 0.000000 0.064024 1.000000 1.206160 12.745361 + 112 1 4 2 4 8 0.064114 79.571 0.0 0.0 0.019 0.000000 0.064114 1.000000 1.203723 12.711674 + 113 1 2 3 4 8 0.064267 79.898 9.7 5.8 0.486 0.000000 0.064267 1.000000 1.199620 12.655264 + 114 1 3 4 1 8 0.064269 79.903 22.0 13.2 1.094 0.000000 0.064269 1.000000 1.199554 12.654356 + 115 1 7 0 1 4 0.064501 80.394 0.9 0.0 0.334 0.000000 0.064501 1.000000 1.193459 6.285663 + 116 1 2 2 5 8 0.064733 80.878 45.2 30.8 1.361 0.000000 0.064733 1.000000 1.187534 12.491508 + 117 1 5 1 4 8 0.064841 81.102 67.5 84.7 1.863 0.000000 0.064841 1.000000 1.184823 12.455280 + 118 1 4 3 3 8 0.065004 81.438 0.2 0.6 0.084 0.000000 0.065004 1.000000 1.180782 12.401629 + 119 1 6 2 2 8 0.065115 81.664 12.1 3.4 1.033 0.000000 0.065115 1.000000 1.178085 12.366057 + 120 1 6 1 3 8 0.065124 81.682 0.1 0.0 0.009 0.000000 0.065124 1.000000 1.177864 12.363149 + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 121 1 7 1 1 8 0.065657 82.753 12.8 9.6 0.659 0.000000 0.065657 1.000000 1.165314 12.200214 + 122 1 4 0 5 4 0.065737 82.910 63.2 59.7 1.187 0.000000 0.065737 1.000000 1.163504 6.088530 + 123 1 5 3 2 8 0.065753 82.942 53.2 51.5 1.007 0.000000 0.065753 1.000000 1.163139 12.172404 + 124 1 0 0 6 2 0.065898 83.226 40.4 70.1 1.519 0.000000 0.065898 1.000000 1.159887 3.032768 + 125 1 1 4 3 8 0.066094 83.608 10.8 7.6 0.895 0.000000 0.066094 1.000000 1.155559 12.076507 + 126 1 3 4 2 8 0.066378 84.157 13.0 1.9 0.905 0.000000 0.066378 1.000000 1.149423 12.000071 + 127 1 1 0 6 4 0.066389 84.178 0.6 0.1 0.045 0.000000 0.066389 1.000000 1.149187 5.998578 + 128 1 7 0 2 4 0.066634 84.643 44.6 52.1 1.141 0.000000 0.066634 1.000000 1.144057 5.967056 + 129 1 3 3 4 8 0.066649 84.670 49.3 58.3 1.272 0.000000 0.066649 1.000000 1.143759 11.930480 + 130 1 4 4 0 4 0.066912 85.164 0.3 0.0 0.131 0.000000 0.066912 1.000000 1.138379 5.932623 + 131 1 4 1 5 8 0.066962 85.257 0.0 0.0 0.000 0.000000 0.066962 1.000000 1.137381 11.853243 + 132 1 3 2 5 8 0.067169 85.640 29.6 14.2 1.420 0.000000 0.067169 1.000000 1.133269 11.804111 + 133 1 2 4 3 8 0.067617 86.456 0.8 1.2 0.057 0.000000 0.067617 1.000000 1.124656 11.702874 + 134 1 1 1 6 8 0.067652 86.519 1.4 1.8 0.045 0.000000 0.067652 1.000000 1.123996 11.695210 + 135 1 4 4 1 8 0.067681 86.572 119.9 130.2 2.301 0.000000 0.067681 1.000000 1.123448 11.688861 + 136 1 7 1 2 8 0.068067 86.983 25.8 46.0 1.029 0.002874 0.067911 0.998294 1.119194 11.639901 + 137 1 2 0 6 4 0.068184 87.023 16.6 26.1 0.708 0.003771 0.067934 0.997260 1.118780 5.817580 + 138 1 6 3 0 4 0.070281 87.745 37.4 34.5 1.634 0.011364 0.068344 0.979347 1.111426 5.776015 + 139 1 5 2 4 8 0.071478 88.138 0.2 0.3 0.135 0.014080 0.068570 0.969440 1.107483 11.508214 + 140 1 6 2 3 8 0.073301 88.712 0.0 0.0 0.001 0.017545 0.068905 0.954776 1.101794 11.445935 + 141 1 0 3 5 4 0.073595 88.802 32.8 23.8 1.310 0.018054 0.068958 0.952460 1.100908 5.718172 + 142 1 6 3 1 8 0.074743 89.149 47.2 54.6 1.279 0.019956 0.069164 0.943530 1.097518 11.399896 + 143 1 6 0 4 4 0.074929 89.205 2.7 3.6 0.102 0.020251 0.069197 0.942107 1.096981 5.697080 + 144 1 2 1 6 8 0.075447 89.358 70.7 94.7 1.704 0.021061 0.069288 0.938159 1.095496 11.378353 + 145 1 1 3 5 8 0.076787 89.748 10.5 20.5 0.814 0.023067 0.069523 0.928131 1.091746 11.338799 + 146 1 7 2 1 8 0.076875 89.773 0.1 0.2 0.009 0.023196 0.069538 0.927475 1.091501 11.336239 + 147 1 5 3 3 8 0.077597 89.979 30.7 34.4 1.371 0.024228 0.069663 0.922195 1.089538 11.315763 + 148 1 4 4 2 8 0.080498 90.785 0.0 0.0 0.000 0.028152 0.070158 0.901679 1.081951 11.238014 + 149 1 3 4 3 8 0.081983 91.186 88.6 90.1 1.851 0.030052 0.070408 0.891620 1.078240 11.200820 + 150 1 4 3 4 8 0.082397 91.296 18.6 24.7 0.632 0.030571 0.070477 0.888864 1.077223 11.190722 + 151 1 5 0 5 4 0.082933 91.438 6.8 19.5 0.537 0.031237 0.070567 0.885332 1.075920 5.588922 + 152 1 6 1 4 8 0.083312 91.538 9.8 26.3 0.747 0.031704 0.070630 0.882856 1.075006 11.168854 + 153 1 7 0 3 4 0.083812 91.670 4.8 11.6 0.552 0.032317 0.070713 0.879610 1.073806 5.578557 + 154 1 3 0 6 4 0.084127 91.752 0.0 0.2 0.011 0.032700 0.070766 0.877585 1.073058 5.574907 + 155 1 4 2 5 8 0.086106 92.263 75.0 91.1 1.679 0.035063 0.071094 0.865133 1.068446 11.105366 + 156 1 0 5 1 4 0.086831 92.448 13.8 22.9 0.484 0.035913 0.071213 0.860684 1.066793 5.544827 + 157 1 0 4 4 4 0.087048 92.504 10.7 18.3 0.311 0.036167 0.071249 0.859359 1.066300 5.542496 + 158 1 0 2 6 4 0.087340 92.577 42.9 68.3 0.928 0.036506 0.071297 0.857595 1.065643 5.539400 + 159 1 2 3 5 8 0.087371 92.585 38.7 62.1 0.864 0.036542 0.071302 0.857408 1.065573 11.078142 + 160 1 8 0 0 2 0.089909 93.220 37.6 53.6 1.178 0.039443 0.071719 0.842446 1.059979 2.756543 + 161 1 6 3 2 8 0.090488 93.363 13.8 19.5 0.390 0.040096 0.071814 0.839126 1.058731 11.014772 + 162 1 1 5 1 8 0.090619 93.395 13.8 18.4 0.316 0.040243 0.071835 0.838379 1.058450 11.012212 + 163 1 1 4 4 8 0.090845 93.450 53.9 72.8 1.181 0.040495 0.071872 0.837099 1.057968 11.007835 + 164 1 1 2 6 8 0.091146 93.524 2.3 4.7 0.121 0.040832 0.071921 0.835399 1.057327 11.002031 + 165 1 5 1 5 8 0.092172 93.775 10.1 25.9 0.657 0.041972 0.072089 0.829670 1.055162 10.982563 + 166 1 7 2 2 8 0.093054 93.988 61.6 99.2 1.230 0.042944 0.072233 0.824832 1.053327 10.966235 + 167 1 7 1 3 8 0.093131 94.007 61.1 99.1 1.252 0.043028 0.072245 0.824416 1.053169 10.964834 + 168 1 3 1 6 8 0.093473 94.089 0.1 0.2 0.004 0.043404 0.072301 0.822559 1.052462 10.958598 + 169 1 8 0 1 4 0.095728 94.627 0.0 0.0 0.006 0.045855 0.072668 0.810611 1.047894 5.459418 + 170 1 2 5 0 4 0.096596 94.832 30.4 35.7 1.313 0.046788 0.072809 0.806139 1.046173 5.452062 + 171 1 5 4 1 8 0.097700 95.090 16.0 27.1 1.161 0.047969 0.072989 0.800542 1.044009 10.885839 + 172 1 8 1 0 4 0.099728 95.560 0.0 0.0 0.029 0.050119 0.073318 0.790535 1.040114 5.426761 + 173 1 2 5 1 8 0.102715 96.242 46.0 48.8 1.374 0.053249 0.073803 0.776398 1.034549 10.808730 + 174 1 2 4 4 8 0.102961 96.298 5.9 6.8 0.166 0.053505 0.073843 0.775264 1.034099 10.805183 + 175 1 2 2 6 8 0.103290 96.372 34.6 48.2 1.191 0.053846 0.073897 0.773756 1.033500 10.800478 + 176 1 8 1 1 8 0.105980 96.973 30.6 45.1 1.444 0.056624 0.074333 0.761721 1.028688 10.763392 + 177 1 3 3 5 8 0.107609 97.332 14.9 27.4 1.119 0.058294 0.074598 0.754683 1.025846 10.742105 + 178 1 1 5 2 8 0.108959 97.627 16.1 17.0 1.116 0.059670 0.074817 0.748989 1.023531 10.725115 + 179 1 4 4 3 8 0.109887 97.829 2.7 1.2 0.553 0.060613 0.074968 0.745141 1.021959 10.713755 + 180 1 4 0 6 4 0.112546 98.401 0.0 0.0 0.002 0.063302 0.075401 0.734422 1.017544 5.341330 + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 181 1 6 2 4 8 0.113345 98.571 4.9 0.2 0.835 0.064105 0.075531 0.731288 1.016242 10.673728 + 182 1 8 0 2 4 0.114752 98.869 14.7 9.5 1.215 0.065517 0.075760 0.725857 1.013977 5.329216 + 183 1 5 4 2 8 0.116981 99.336 4.8 1.4 0.814 0.067745 0.076123 0.717484 1.010456 10.635317 + 184 1 5 3 4 8 0.119483 99.855 33.1 29.0 1.579 0.070232 0.076532 0.708410 1.006602 10.610961 + 185 1 6 3 3 8 0.122338 100.438 0.0 0.0 0.002 0.073056 0.076998 0.698453 1.002324 10.585129 + 186 1 2 5 2 8 0.122645 100.500 15.0 16.3 0.955 0.073358 0.077049 0.697406 1.001871 10.582469 + 187 1 4 1 6 8 0.123971 100.768 41.7 55.6 1.215 0.074665 0.077266 0.692935 0.999931 10.571248 + 188 1 5 2 5 8 0.124318 100.837 20.0 27.2 0.677 0.075005 0.077323 0.691782 0.999429 10.568387 + 189 1 3 5 1 8 0.125257 101.025 2.0 5.6 0.223 0.075928 0.077477 0.688681 0.998076 10.560772 + 190 1 7 2 3 8 0.125495 101.073 0.9 3.1 0.114 0.076161 0.077516 0.687902 0.997735 10.558876 + 191 1 3 4 4 8 0.125539 101.082 2.5 8.7 0.314 0.076205 0.077523 0.687758 0.997672 10.558526 + 192 1 3 2 6 8 0.125916 101.157 2.1 8.0 0.352 0.076574 0.077585 0.686531 0.997134 10.555552 + 193 1 8 1 2 8 0.126330 101.239 0.2 0.5 0.037 0.076980 0.077653 0.685191 0.996546 10.552329 + 194 1 7 3 1 8 0.127742 101.519 7.6 12.5 0.473 0.078362 0.077884 0.680673 0.994557 10.541612 + 195 1 7 0 4 4 0.128028 101.575 22.2 31.3 1.091 0.078641 0.077931 0.679769 0.994157 5.269748 + 196 1 6 0 5 4 0.129812 101.925 10.0 22.2 1.092 0.080382 0.078224 0.674210 0.991691 5.263356 + 197 1 1 0 7 4 0.132972 102.537 1.6 2.4 0.166 0.083455 0.078745 0.664689 0.987426 5.252879 + 198 1 8 2 0 4 0.133585 102.655 44.1 62.1 1.952 0.084050 0.078846 0.662888 0.986614 5.250968 + 199 1 0 5 3 4 0.139704 103.812 0.0 0.0 0.002 0.089962 0.079857 0.645683 0.978758 5.233942 + 200 1 0 1 7 4 0.140521 103.963 13.3 12.8 0.663 0.090748 0.079992 0.643488 0.977743 5.231943 + 201 1 7 1 4 8 0.140546 103.968 14.3 13.8 0.704 0.090772 0.079996 0.643422 0.977712 10.463765 + 202 1 4 3 5 8 0.141106 104.072 0.0 0.0 0.000 0.091311 0.080089 0.641931 0.977021 10.461098 + 203 1 8 2 1 8 0.141248 104.098 0.7 0.9 0.060 0.091448 0.080112 0.641553 0.976846 10.460428 + 204 1 6 4 0 4 0.141943 104.226 5.7 8.4 0.336 0.092115 0.080227 0.639722 0.975995 5.228610 + 205 1 6 1 5 8 0.142459 104.321 29.2 44.9 1.248 0.092611 0.080313 0.638371 0.975366 10.454889 + 206 1 1 5 3 8 0.145009 104.787 50.6 71.0 1.533 0.095056 0.080736 0.631825 0.972302 10.444085 + 207 1 1 1 7 8 0.145849 104.940 11.0 19.0 0.644 0.095861 0.080876 0.629712 0.971308 10.440772 + 208 1 3 5 2 8 0.148138 105.352 34.6 53.8 1.346 0.098049 0.081257 0.624070 0.968639 10.432371 + 209 1 1 3 6 8 0.148260 105.374 1.5 2.1 0.056 0.098166 0.081278 0.623773 0.968498 10.431946 + 210 1 2 0 7 4 0.148749 105.461 2.8 4.2 0.184 0.098632 0.081359 0.622590 0.967936 5.215137 + 211 1 6 4 1 8 0.149974 105.679 11.9 24.1 0.824 0.099801 0.081563 0.619655 0.966536 10.426259 + 212 1 7 3 2 8 0.150961 105.854 18.4 32.7 1.084 0.100742 0.081728 0.617322 0.965421 10.423203 + 213 1 8 0 3 4 0.152140 106.062 0.2 0.6 0.046 0.101865 0.081925 0.614572 0.964101 5.209879 + 214 1 1 4 5 8 0.153508 106.302 1.2 2.6 0.115 0.103166 0.082153 0.611430 0.962587 10.416037 + 215 1 4 5 0 4 0.154041 106.395 19.6 31.8 0.865 0.103673 0.082242 0.610218 0.962001 5.207334 + 216 1 5 4 3 8 0.154892 106.543 55.4 83.4 1.811 0.104482 0.082385 0.608300 0.961073 10.412566 + 217 1 5 0 6 4 0.158324 107.135 0.1 0.1 0.033 0.107738 0.082960 0.600757 0.957398 5.202608 + 218 1 2 5 3 8 0.161906 107.743 0.3 0.2 0.046 0.111128 0.083562 0.593197 0.953677 10.399377 + 219 1 4 5 1 8 0.162629 107.864 0.1 0.2 0.009 0.111811 0.083683 0.591708 0.952940 10.398419 + 220 1 2 1 7 8 0.162827 107.897 28.8 30.7 1.459 0.111998 0.083717 0.591302 0.952739 10.398170 + 221 1 4 4 4 8 0.162975 107.922 0.0 0.0 0.001 0.112138 0.083741 0.590999 0.952589 10.397985 + 222 1 4 2 6 8 0.163438 108.000 0.3 0.3 0.021 0.112575 0.083819 0.590057 0.952120 10.397432 + 223 1 2 3 6 8 0.165470 108.338 40.0 61.3 1.499 0.114494 0.084162 0.585972 0.950086 10.395348 + 224 1 8 2 2 8 0.166370 108.487 15.8 27.8 0.942 0.115342 0.084314 0.584193 0.949197 10.394601 + 225 1 8 1 3 8 0.166488 108.506 0.0 0.0 0.000 0.115453 0.084333 0.583962 0.949081 10.394511 + 226 1 2 4 5 8 0.171233 109.281 14.2 13.8 1.402 0.119920 0.085135 0.574878 0.944504 10.392390 + 227 1 5 1 6 8 0.173173 109.594 0.1 0.3 0.098 0.121743 0.085464 0.571297 0.942684 10.392340 + 228 1 6 4 2 8 0.176391 110.106 1.5 0.0 0.638 0.124762 0.086010 0.565518 0.939730 10.393263 + 229 1 3 0 7 4 0.178462 110.432 4.5 3.2 0.823 0.126703 0.086362 0.561901 0.937868 5.197251 + 230 1 6 3 4 8 0.179863 110.651 6.1 4.4 0.900 0.128015 0.086600 0.559498 0.936627 10.395618 + 231 1 9 0 1 4 0.183248 111.175 0.3 0.4 0.043 0.131180 0.087177 0.553836 0.933685 5.199611 + 232 1 7 2 4 8 0.184192 111.319 32.6 41.5 1.620 0.132062 0.087338 0.552291 0.932879 10.400451 + 233 1 6 2 5 8 0.186611 111.688 17.8 34.6 1.387 0.134321 0.087751 0.548399 0.930840 10.404033 + 234 1 1 2 7 8 0.190910 112.333 4.0 6.6 0.581 0.138330 0.088487 0.541710 0.927311 10.411894 + 235 1 4 5 2 8 0.191024 112.350 3.4 5.3 0.483 0.138436 0.088507 0.541537 0.927219 10.412128 + 236 1 3 5 3 8 0.193958 112.784 13.5 16.3 1.073 0.141167 0.089010 0.537138 0.924880 10.418586 + 237 1 3 1 7 8 0.195049 112.944 1.4 1.8 0.122 0.142182 0.089198 0.535534 0.924024 10.421201 + 238 1 5 3 5 8 0.195831 113.058 8.2 11.7 0.633 0.142909 0.089332 0.534395 0.923415 10.423143 + 239 1 7 3 3 8 0.197563 113.310 39.2 62.4 1.607 0.144520 0.089630 0.531901 0.922078 10.427654 + 240 1 3 3 6 8 0.198183 113.399 0.0 0.0 0.002 0.145096 0.089737 0.531019 0.921604 10.429336 + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 241 1 9 1 1 8 0.200271 113.700 9.4 30.6 1.197 0.147035 0.090097 0.528084 0.920023 10.435261 + 242 1 3 4 5 8 0.205039 114.376 13.3 15.4 1.406 0.151458 0.090920 0.521597 0.916506 10.450241 + 243 1 7 0 5 4 0.208858 114.908 0.7 1.6 0.331 0.154996 0.091580 0.516604 0.913779 5.231824 + 244 1 8 3 0 4 0.209571 115.007 0.1 0.2 0.043 0.155656 0.091704 0.515690 0.913278 5.233144 + 245 1 1 5 4 8 0.211422 115.261 8.6 9.8 0.884 0.157369 0.092025 0.513348 0.911991 10.473326 + 246 1 2 2 7 8 0.212701 115.436 11.1 13.5 0.884 0.158552 0.092247 0.511752 0.911112 10.478352 + 247 1 9 0 2 4 0.215145 115.767 13.8 30.2 1.344 0.160812 0.092672 0.508751 0.909453 5.244159 + 248 1 8 2 3 8 0.217459 116.078 0.1 0.3 0.035 0.162950 0.093074 0.505971 0.907911 10.498175 + 249 1 8 3 1 8 0.221133 116.566 21.9 42.0 1.438 0.166342 0.093714 0.501670 0.905514 10.514652 + 250 1 8 0 4 4 0.221603 116.628 5.6 10.4 0.402 0.166775 0.093796 0.501130 0.905213 5.258414 + 251 1 5 5 1 8 0.225088 117.083 1.9 8.8 0.454 0.169989 0.094405 0.497191 0.903004 10.533487 + 252 1 5 4 4 8 0.225567 117.145 1.3 4.7 0.257 0.170430 0.094489 0.496659 0.902705 10.535842 + 253 1 5 2 6 8 0.226207 117.228 1.0 2.7 0.191 0.171020 0.094601 0.495951 0.902307 10.539018 + 254 1 7 1 5 8 0.228393 117.509 8.3 16.3 0.626 0.173034 0.094983 0.493563 0.900960 10.550069 + 255 1 4 0 7 4 0.229770 117.685 32.8 56.1 1.204 0.174302 0.095224 0.492081 0.900123 5.278597 + 256 1 0 6 0 2 0.230592 117.790 18.0 31.5 0.850 0.175059 0.095368 0.491204 0.899626 2.640378 + 257 1 6 4 3 8 0.230609 117.792 0.0 0.0 0.001 0.175075 0.095371 0.491186 0.899616 10.561603 + 258 1 9 1 2 8 0.235344 118.388 9.5 26.0 0.824 0.179431 0.096202 0.486253 0.896813 10.587335 + 259 1 6 0 6 4 0.235711 118.434 7.0 16.9 0.606 0.179769 0.096267 0.485879 0.896600 5.294694 + 260 1 2 5 4 8 0.235764 118.441 4.0 9.6 0.354 0.179818 0.096276 0.485824 0.896568 10.589692 + 261 1 7 4 1 8 0.240280 118.999 0.5 3.3 0.394 0.183968 0.097071 0.481310 0.893987 10.615676 + 262 1 8 1 4 8 0.242502 119.270 0.0 0.1 0.030 0.186009 0.097462 0.479149 0.892746 10.628922 + 263 1 4 5 3 8 0.250135 120.184 0.0 0.1 0.027 0.193013 0.098810 0.472008 0.888622 10.676632 + 264 1 4 1 7 8 0.251584 120.354 0.0 0.0 0.002 0.194342 0.099067 0.470700 0.887862 10.686064 + 265 1 1 6 1 8 0.252657 120.480 0.0 0.1 0.016 0.195325 0.099257 0.469741 0.887305 10.693120 + 266 1 3 2 7 8 0.255391 120.798 7.4 12.8 0.397 0.197830 0.099741 0.467334 0.885902 10.711377 + 267 1 4 3 6 8 0.255761 120.841 30.9 52.4 1.408 0.198169 0.099807 0.467012 0.885714 10.713881 + 268 1 6 1 6 8 0.258213 121.123 31.5 71.4 1.543 0.200415 0.100242 0.464900 0.884481 10.730648 + 269 1 8 3 2 8 0.260477 121.381 0.0 0.1 0.005 0.202487 0.100645 0.462986 0.883359 10.746402 + 270 1 9 2 1 8 0.262493 121.610 0.2 0.9 0.030 0.204332 0.101003 0.461308 0.882374 10.760649 + 271 1 4 4 5 8 0.264959 121.887 49.6 99.7 1.497 0.206589 0.101442 0.459289 0.881187 10.778361 + 272 1 5 5 2 8 0.265291 121.924 24.3 46.4 0.676 0.206893 0.101501 0.459020 0.881028 10.780768 + 273 1 2 6 0 4 0.267391 122.157 8.3 17.7 0.306 0.208812 0.101876 0.457335 0.880035 5.398055 + 274 1 0 4 6 4 0.268291 122.257 32.5 87.6 1.585 0.209635 0.102036 0.456620 0.879613 5.401375 + 275 1 1 4 6 8 0.278668 123.382 0.5 1.9 0.180 0.219115 0.103891 0.448709 0.874918 10.882052 + 276 1 2 6 1 8 0.282920 123.831 13.1 26.7 0.601 0.222995 0.104653 0.445632 0.873082 10.915927 + 277 1 9 0 3 4 0.283237 123.864 1.3 2.5 0.050 0.223284 0.104710 0.445407 0.872947 5.459241 + 278 1 7 4 2 8 0.283942 123.938 36.6 69.8 1.185 0.223927 0.104837 0.444907 0.872648 10.924180 + 279 1 3 5 4 8 0.284254 123.970 20.8 39.8 0.685 0.224212 0.104893 0.444686 0.872516 10.926710 + 280 1 0 6 2 4 0.287910 124.349 6.1 19.7 0.459 0.227545 0.105549 0.442137 0.870988 5.478324 + 281 1 0 3 7 4 0.289868 124.551 10.7 30.9 0.547 0.229331 0.105902 0.440798 0.870183 5.486455 + 282 1 7 3 4 8 0.289921 124.556 13.3 38.2 0.677 0.229379 0.105911 0.440762 0.870162 10.973352 + 283 1 0 0 8 2 0.290525 124.618 8.3 22.4 0.427 0.229930 0.106020 0.440353 0.869916 2.744600 + 284 1 6 3 5 8 0.294028 124.973 19.6 57.3 1.367 0.233121 0.106650 0.438012 0.868506 11.007955 + 285 1 1 6 2 8 0.299329 125.503 33.1 78.2 1.508 0.237950 0.107607 0.434572 0.866429 11.053585 + 286 1 1 3 7 8 0.301396 125.707 8.2 20.2 0.402 0.239831 0.107980 0.433264 0.865637 11.071665 + 287 1 7 2 5 8 0.301716 125.738 0.1 0.3 0.006 0.240123 0.108038 0.433063 0.865516 11.074476 + 288 1 1 0 8 4 0.302090 125.775 15.9 43.7 0.982 0.240463 0.108105 0.432829 0.865374 5.538882 + 289 1 9 2 2 8 0.311685 126.701 35.1 93.1 1.218 0.249192 0.109842 0.427008 0.861837 11.163918 + 290 1 9 1 3 8 0.311927 126.724 34.5 90.8 1.159 0.249412 0.109886 0.426866 0.861750 11.166135 + 291 1 2 4 6 8 0.313265 126.850 14.0 41.1 0.665 0.250628 0.110129 0.426084 0.861273 11.178413 + 292 1 8 2 4 8 0.322073 127.670 9.3 35.0 0.708 0.258632 0.111729 0.421097 0.858226 11.260701 + 293 1 6 5 0 4 0.323026 127.757 18.3 59.6 1.221 0.259498 0.111902 0.420574 0.857905 5.634878 + 294 1 5 0 7 4 0.323684 127.817 3.3 10.9 0.260 0.260096 0.112022 0.420214 0.857685 5.638011 + 295 1 1 1 8 8 0.333599 128.706 4.4 13.6 0.347 0.269097 0.113829 0.414969 0.854463 11.372045 + 296 1 4 2 7 8 0.335439 128.868 40.4 96.5 1.652 0.270766 0.114166 0.414030 0.853884 11.390184 + 297 1 2 6 2 8 0.337731 129.069 2.9 6.4 0.109 0.272846 0.114584 0.412875 0.853172 11.412912 + 298 1 0 5 5 4 0.338160 129.106 12.5 27.4 0.473 0.273235 0.114663 0.412660 0.853040 5.708594 + 299 1 2 3 7 8 0.340197 129.282 20.4 50.0 0.831 0.275083 0.115035 0.411649 0.852416 11.437537 + 300 1 2 0 8 4 0.341026 129.354 0.6 1.5 0.024 0.275834 0.115187 0.411242 0.852164 5.722920 + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 301 1 6 5 1 8 0.343365 129.555 29.0 77.9 1.067 0.277955 0.115615 0.410101 0.851460 11.469402 + 302 1 6 4 4 8 0.344205 129.626 2.6 7.1 0.097 0.278717 0.115769 0.409695 0.851209 11.477898 + 303 1 6 2 6 8 0.345330 129.722 21.4 62.9 0.991 0.279737 0.115975 0.409155 0.850875 11.489308 + 304 1 3 6 1 8 0.345500 129.736 8.1 24.3 0.396 0.279891 0.116006 0.409074 0.850824 11.491038 + 305 1 8 3 3 8 0.349021 130.034 0.0 0.0 0.000 0.283083 0.116652 0.407407 0.849793 11.526982 + 306 1 1 5 5 8 0.352632 130.335 6.0 34.6 0.844 0.286355 0.117314 0.405732 0.848756 11.564178 + 307 1 10 0 0 2 0.355369 130.561 4.3 17.3 0.414 0.288835 0.117817 0.404486 0.847983 2.898148 + 308 1 5 5 3 8 0.356320 130.639 12.0 46.1 1.254 0.289696 0.117992 0.404058 0.847717 11.602505 + 309 1 5 1 7 8 0.358700 130.834 0.7 3.7 0.175 0.291852 0.118429 0.402995 0.847058 11.627423 + 310 1 5 3 6 8 0.365604 131.390 0.0 0.2 0.014 0.298103 0.119700 0.399993 0.845192 11.700466 + 311 1 8 0 5 4 0.372936 131.967 0.0 0.2 0.018 0.304739 0.121052 0.396928 0.843284 5.889633 + 312 1 4 5 4 8 0.378524 132.399 8.6 21.9 0.705 0.309794 0.122084 0.394673 0.841878 11.840121 + 313 1 10 0 1 4 0.379011 132.436 2.6 6.6 0.196 0.310234 0.122174 0.394479 0.841757 5.922728 + 314 1 2 1 8 8 0.379085 132.441 12.6 31.5 0.926 0.310301 0.122188 0.394450 0.841739 11.846272 + 315 1 5 4 5 8 0.381051 132.591 7.5 19.3 0.606 0.312079 0.122552 0.393675 0.841255 11.867864 + 316 1 7 4 3 8 0.385227 132.906 3.6 18.7 0.771 0.315856 0.123324 0.392055 0.840244 11.914010 + 317 1 3 4 6 8 0.386731 133.019 0.2 1.1 0.047 0.317215 0.123603 0.391480 0.839885 11.930711 + 318 1 7 0 6 4 0.395771 133.684 0.3 1.0 0.036 0.325386 0.125279 0.388120 0.837785 6.016042 + 319 1 10 1 0 4 0.396107 133.709 15.6 46.3 1.560 0.325689 0.125341 0.387998 0.837709 6.017938 + 320 1 2 5 5 8 0.402503 134.168 21.6 55.1 1.655 0.331468 0.126529 0.385717 0.836282 12.108599 + 321 1 1 6 3 8 0.409893 134.688 0.6 2.3 0.091 0.338142 0.127904 0.383173 0.834689 12.193568 + 322 1 8 4 0 4 0.415251 135.058 38.9 97.8 1.558 0.342979 0.128902 0.381385 0.833569 6.127888 + 323 1 8 1 5 8 0.417161 135.189 25.6 61.9 0.899 0.344703 0.129258 0.380760 0.833177 12.278078 + 324 1 6 5 2 8 0.418217 135.261 8.4 20.4 0.314 0.345656 0.129455 0.380416 0.832962 12.290431 + 325 1 3 6 2 8 0.421164 135.460 1.3 3.8 0.068 0.348316 0.130005 0.379467 0.832367 12.325006 + 326 1 10 1 1 8 0.424497 135.684 22.6 94.2 1.669 0.351323 0.130627 0.378410 0.831705 12.364283 + 327 1 3 3 7 8 0.424699 135.697 0.9 3.9 0.070 0.351506 0.130665 0.378346 0.831665 12.366676 + 328 1 3 0 8 4 0.425889 135.776 1.6 7.6 0.149 0.352579 0.130887 0.377973 0.831431 6.190371 + 329 1 9 2 3 8 0.430279 136.066 0.9 6.3 0.209 0.356540 0.131707 0.376616 0.830580 12.432858 + 330 1 9 3 1 8 0.440077 136.700 7.0 26.1 0.660 0.365376 0.133541 0.373686 0.828744 12.550239 + 331 1 9 0 4 4 0.441343 136.781 13.5 45.9 1.094 0.366518 0.133778 0.373317 0.828513 6.282760 + 332 1 4 6 0 4 0.443376 136.909 0.0 0.0 0.000 0.368351 0.134159 0.372729 0.828144 6.295049 + 333 1 0 2 8 4 0.444357 136.971 9.0 30.1 0.943 0.369235 0.134343 0.372447 0.827968 6.300988 + 334 1 7 1 6 8 0.444889 137.005 0.7 2.6 0.087 0.369716 0.134442 0.372295 0.827873 12.608431 + 335 1 8 4 1 8 0.446116 137.082 0.0 0.0 0.002 0.370821 0.134672 0.371945 0.827654 12.623312 + 336 1 1 2 8 8 0.467361 138.376 32.0 76.6 2.069 0.389965 0.138663 0.366191 0.824049 12.884459 + 337 1 10 0 2 4 0.468462 138.441 1.0 2.4 0.061 0.390957 0.138871 0.365907 0.823872 6.449077 + 338 1 2 6 3 8 0.475126 138.830 0.1 0.2 0.005 0.396959 0.140126 0.364219 0.822816 12.981395 + 339 1 4 6 1 8 0.478181 139.006 38.7 99.2 1.649 0.399709 0.140701 0.363462 0.822343 13.019732 + 340 1 3 1 8 8 0.482127 139.231 27.1 80.8 1.529 0.403262 0.141446 0.362499 0.821740 13.069420 + 341 1 9 1 4 8 0.501547 140.306 10.8 49.8 1.744 0.420741 0.145115 0.357984 0.818922 13.316637 + 342 1 5 2 7 8 0.512741 140.901 5.4 16.5 0.918 0.430811 0.147234 0.355542 0.817402 13.461009 + 343 1 3 5 5 8 0.518393 141.195 6.1 19.0 1.125 0.435894 0.148306 0.354351 0.816661 13.534404 + 344 1 7 3 5 8 0.533782 141.973 7.6 19.6 0.976 0.449731 0.151227 0.351239 0.814729 13.735810 + 345 1 10 1 2 8 0.536177 142.092 8.6 22.2 1.039 0.451883 0.151682 0.350772 0.814440 13.767363 + 346 1 6 0 7 4 0.547116 142.624 3.8 11.7 0.659 0.461715 0.153763 0.348690 0.813151 6.956061 + 347 1 2 2 8 8 0.551785 142.847 3.5 12.2 0.579 0.465911 0.154652 0.347828 0.812619 13.974229 + 348 1 4 4 6 8 0.553255 142.916 0.0 0.0 0.001 0.467232 0.154932 0.347559 0.812453 13.993817 + 349 1 9 3 2 8 0.560425 143.252 9.7 27.5 1.097 0.473673 0.156299 0.346271 0.811659 14.089628 + 350 1 8 4 2 8 0.569983 143.691 18.9 51.2 1.763 0.482259 0.158122 0.344606 0.810634 14.218028 + 351 1 10 2 0 4 0.586095 144.407 8.5 34.5 1.486 0.496729 0.161200 0.341928 0.808991 7.218032 + 352 1 8 3 4 8 0.589668 144.563 0.0 0.1 0.006 0.499937 0.161883 0.341354 0.808640 14.484688 + 353 1 5 5 4 8 0.608679 145.367 25.7 67.1 2.297 0.517002 0.165522 0.338422 0.806851 14.744875 + 354 1 4 6 2 8 0.622329 145.923 0.1 0.2 0.010 0.529251 0.168140 0.336431 0.805642 14.933185 + 355 1 4 3 7 8 0.629805 146.220 0.0 0.1 0.003 0.535959 0.169575 0.335379 0.805005 15.036838 + 356 1 8 2 5 8 0.630973 146.266 0.0 0.1 0.003 0.537007 0.169799 0.335217 0.804907 15.053049 + 357 1 4 0 8 4 0.632339 146.319 0.0 0.1 0.002 0.538232 0.170061 0.335028 0.804793 7.536018 + 358 1 6 5 3 8 0.634153 146.390 0.1 0.3 0.009 0.539860 0.170410 0.334779 0.804643 15.097275 + 359 1 3 6 3 8 0.640711 146.644 48.7 109.1 1.809 0.545743 0.171670 0.333890 0.804107 15.188640 + 360 1 6 1 7 8 0.641056 146.657 21.7 48.6 0.795 0.546052 0.171736 0.333844 0.804079 15.193461 + + No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR + + 361 1 10 2 1 8 0.647309 146.896 13.7 31.4 0.502 0.551661 0.172938 0.333014 0.803580 15.280826 + 362 1 6 3 6 8 0.661566 147.427 30.9 110.1 1.999 0.564447 0.175681 0.331185 0.802482 15.480839 + 363 1 7 5 1 8 0.687682 148.358 5.1 17.2 0.340 0.587861 0.180715 0.328040 0.800608 15.850044 + 364 1 7 4 4 8 0.690736 148.464 31.9 104.8 2.009 0.590599 0.181304 0.327688 0.800399 15.893428 + 365 1 7 2 6 8 0.694853 148.605 0.5 1.5 0.030 0.594290 0.182098 0.327220 0.800121 15.952018 + 366 1 0 6 4 4 0.710226 149.121 5.6 21.3 0.573 0.608067 0.185067 0.325519 0.799118 8.085716 + 367 1 6 4 5 8 0.710341 149.125 13.9 52.5 1.415 0.608170 0.185089 0.325507 0.799110 16.173092 + 368 1 1 4 7 8 0.747676 150.312 2.6 11.6 0.558 0.641620 0.192313 0.321683 0.796874 16.710314 + 369 1 10 0 3 4 0.755476 150.549 0.2 0.7 0.029 0.648607 0.193824 0.320934 0.796440 8.411636 + 370 1 4 1 8 8 0.763672 150.794 4.2 10.6 0.335 0.655948 0.195413 0.320164 0.795994 16.942225 + 371 1 1 6 4 8 0.771254 151.017 40.0 92.1 2.600 0.662738 0.196883 0.319468 0.795593 17.052477 + 372 1 3 2 8 8 0.791168 151.586 2.6 9.8 0.487 0.680570 0.200748 0.317704 0.794581 17.343046 + 373 1 9 2 4 8 0.847355 153.081 49.3 133.1 3.243 0.730866 0.211674 0.313197 0.792033 18.169849 + 374 1 4 5 5 8 0.863484 153.482 0.0 0.0 0.000 0.745300 0.214816 0.312016 0.791375 18.408941 + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 PbSO4 + => Bragg R-factor: 52.5 Vol: 318.543( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 28.9 ATZ: 1213.030 Brindley: 1.0000 + + ----------------------------------------------------------------- + SYMBOLIC NAMES AND FINAL VALUES AND SIGMA OF REFINED PARAMETERS: + ----------------------------------------------------------------- + + + ------------------------------------------------------------------ + => Number of bytes for floating point variables: 4 + => Dimensions of dynamic allocated arrays in this run of FullProf: + ------------------------------------------------------------------ + + => Total approximate array memory (dynamic + static): 127459053 bytes + + MaxPOINT= 80000 Max.num. of points(+int. Inten.)/diffraction pattern + MaxREFLT= 25000 Max.num. of reflections/diffraction pattern + MaxPARAM= 500 Max.num. of refinable parameters + MaxOVERL= 9000 Max.num. of overlapping reflections + + ---------------------------------------------------------- + => Number of bytes for floating point arrays: 4 + => Dimensions of fixed arrays in this release of FullProf: + ---------------------------------------------------------- + + NPATT = 80 Max.num. of powder diffraction patterns + NATS = 830 Max.num. of atoms (all kind) in asymmetric unit + MPAR = 1800 Max.num. of non atomic parameters/phase + IEXCL = 30 Max.num. of excluded regions + IBACP = 377 Max.num. of background points for interpolation + NPHT = 16 Max.num. of phases + NMAGM = 8 Max.num. of rotation-matrices sets for magnetic structure + NBASIS = 12 Max.num. of basis functions associated to a single atom + NIREPS = 9 Max.num. of irreducible representations to be combined + N_EQ = 384 Max.num. of user-supplied symmetry operators/propagation vectors + NGL = 400 Max.num. of global parameters/diffraction pattern + N_LINC = 50 Max.num. of global linear restraints + NAT_P = 80 Max.num. of atomic parameters per atom + NCONST = 500 Max.num. of slack constraints per phase + N_SPE = 30 Max.num. of different chemical species + N_FORM = 60 Max.num. of scattering factor values in a table + NPR = 150 Max.num. of points defining a numerical profile + INPR = 25 Max.num. of different numerical peak shapes + NPRC = 150 Max.num. of terms in the table for correcting intensities + NSOL = 10 Max.num. of solutions to be stored in Montecarlo searchs + + + CPU Time: 0.422 seconds + 0.007 minutes + + => Run finished at: Date: 17/06/2026 Time: 22:57:14.372 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.pcr b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.pcr new file mode 100644 index 000000000..550b9c6f8 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.pcr @@ -0,0 +1,63 @@ +COMM PbSO4 XrayDif single wavelength unpolarized Wdt48 +! Current global Chi2 (Bragg contrib.) = 11.30 +! Files => DAT-file: pbsox_single_unpolarized.dat, PCR-file: pbsox_single_unpolarized +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 0 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 0 1 1 0 4 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.540560 1.540560 0.00000 50.000 48.000 0.0000 0.0000 160.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 10.00 + 154.00 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.04816 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) + 154.318 100.004 -92.329 -95.599 126.679 -31.804 + 0.00 0.00 0.00 0.00 0.00 0.00 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 9.4433 +!------------------------------------------------------------------------------- +PbSO4 +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 5 0 0 0.0 0.0 1.0 0 0 0 0 0 1213.030 0 7 0 +! +! +P n m a <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 0 #conn S O 0 2 + 0.00 0.00 0.00 0.00 0.00 +S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 0.4693346E-03 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.048457 -0.083053 0.035188 0.000000 0.049268 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 8.479832 5.397758 6.959325 90.000000 90.000000 90.000000 # box -0.25 1.25 -0.15 1.15 -0.15 1.15 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 10.000 154.000 1 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.prf b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.prf new file mode 100644 index 000000000..9b431a6c6 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.prf @@ -0,0 +1,6439 @@ +IGOR +WAVES TwoTheta, Iobs, Icalc, Diff +BEGIN + 10.000 179.00 126.49 52.51 + 10.025 147.00 126.36 20.64 + 10.050 165.00 126.23 38.77 + 10.075 172.00 126.10 45.90 + 10.100 150.00 125.97 24.03 + 10.125 165.00 125.84 39.16 + 10.150 150.00 125.71 24.29 + 10.175 158.00 125.58 32.42 + 10.200 134.00 125.46 8.54 + 10.225 146.00 125.33 20.67 + 10.250 167.00 125.20 41.80 + 10.275 159.00 125.08 33.92 + 10.300 139.00 124.95 14.05 + 10.325 145.00 124.83 20.17 + 10.350 165.00 124.70 40.30 + 10.375 150.00 124.58 25.42 + 10.400 149.00 124.45 24.55 + 10.425 156.00 124.33 31.67 + 10.450 143.00 124.21 18.79 + 10.475 166.00 124.08 41.92 + 10.500 154.00 123.96 30.04 + 10.525 131.00 123.84 7.16 + 10.550 144.00 123.72 20.28 + 10.575 131.00 123.60 7.40 + 10.600 140.00 123.47 16.53 + 10.625 147.00 123.35 23.65 + 10.650 155.00 123.23 31.77 + 10.675 148.00 123.11 24.89 + 10.700 140.00 122.99 17.01 + 10.725 138.00 122.87 15.13 + 10.750 127.00 122.76 4.24 + 10.775 146.00 122.64 23.36 + 10.800 147.00 122.52 24.48 + 10.825 114.00 122.40 -8.40 + 10.850 129.00 122.28 6.72 + 10.875 129.00 122.17 6.83 + 10.900 128.00 122.05 5.95 + 10.925 136.00 121.94 14.06 + 10.950 148.00 121.82 26.18 + 10.975 132.00 121.70 10.30 + 11.000 141.00 121.59 19.41 + 11.025 135.00 121.47 13.53 + 11.050 141.00 121.36 19.64 + 11.075 145.00 121.25 23.75 + 11.100 131.00 121.13 9.87 + 11.125 142.00 121.02 20.98 + 11.150 148.00 120.91 27.09 + 11.175 151.00 120.79 30.21 + 11.200 127.00 120.68 6.32 + 11.225 133.00 120.57 12.43 + 11.250 131.00 120.46 10.54 + 11.275 125.00 120.35 4.65 + 11.300 129.00 120.24 8.76 + 11.325 128.00 120.13 7.87 + 11.350 134.00 120.02 13.98 + 11.375 142.00 119.91 22.09 + 11.400 115.00 119.80 -4.80 + 11.425 138.00 119.69 18.31 + 11.450 125.00 119.58 5.42 + 11.475 120.00 119.47 0.53 + 11.500 130.00 119.37 10.63 + 11.525 118.00 119.26 -1.26 + 11.550 118.00 119.15 -1.15 + 11.575 116.00 119.05 -3.05 + 11.600 119.00 118.94 0.06 + 11.625 101.00 118.83 -17.83 + 11.650 117.00 118.73 -1.73 + 11.675 142.00 118.62 23.38 + 11.700 112.00 118.52 -6.52 + 11.725 114.00 118.41 -4.41 + 11.750 111.00 118.31 -7.31 + 11.775 122.00 118.21 3.79 + 11.800 131.00 118.10 12.90 + 11.825 107.00 118.00 -11.00 + 11.850 121.00 117.90 3.10 + 11.875 123.00 117.80 5.20 + 11.900 120.00 117.69 2.31 + 11.925 126.00 117.59 8.41 + 11.950 125.00 117.49 7.51 + 11.975 120.00 117.39 2.61 + 12.000 103.00 117.29 -14.29 + 12.025 121.00 117.19 3.81 + 12.050 109.00 117.09 -8.09 + 12.075 115.00 116.99 -1.99 + 12.100 122.00 116.89 5.11 + 12.125 123.00 116.79 6.21 + 12.150 107.00 116.69 -9.69 + 12.175 126.00 116.60 9.40 + 12.200 133.00 116.50 16.50 + 12.225 120.00 116.40 3.60 + 12.250 100.00 116.30 -16.30 + 12.275 130.00 116.21 13.79 + 12.300 130.00 116.11 13.89 + 12.325 109.00 116.02 -7.02 + 12.350 116.00 115.92 0.08 + 12.375 121.00 115.94 5.06 + 12.400 99.00 115.85 -16.85 + 12.425 107.00 115.75 -8.75 + 12.450 110.00 115.66 -5.66 + 12.475 136.00 115.57 20.43 + 12.500 113.00 115.47 -2.47 + 12.525 102.00 115.42 -13.42 + 12.550 117.00 115.33 1.67 + 12.575 111.00 115.23 -4.23 + 12.600 105.00 115.14 -10.14 + 12.625 92.00 115.05 -23.05 + 12.650 110.00 114.96 -4.96 + 12.675 116.00 114.87 1.13 + 12.700 124.00 114.78 9.22 + 12.725 111.00 114.69 -3.69 + 12.750 91.00 114.60 -23.60 + 12.775 106.00 114.52 -8.52 + 12.800 122.00 114.43 7.57 + 12.825 121.00 114.34 6.66 + 12.850 119.00 114.25 4.75 + 12.875 114.00 114.16 -0.16 + 12.900 129.00 114.08 14.92 + 12.925 95.00 113.99 -18.99 + 12.950 117.00 113.90 3.10 + 12.975 102.00 113.82 -11.82 + 13.000 102.00 113.73 -11.73 + 13.025 117.00 113.65 3.35 + 13.050 99.00 113.56 -14.56 + 13.075 124.00 113.48 10.52 + 13.100 107.00 113.40 -6.40 + 13.125 108.00 113.31 -5.31 + 13.150 99.00 113.23 -14.23 + 13.175 113.00 113.14 -0.14 + 13.200 104.00 113.06 -9.06 + 13.225 92.00 112.98 -20.98 + 13.250 98.00 112.90 -14.90 + 13.275 107.00 112.82 -5.82 + 13.300 88.00 112.73 -24.73 + 13.325 96.00 112.65 -16.65 + 13.350 104.00 112.57 -8.57 + 13.375 81.00 112.49 -31.49 + 13.400 111.00 112.41 -1.41 + 13.425 78.00 112.33 -34.33 + 13.450 104.00 112.25 -8.25 + 13.475 119.00 112.18 6.82 + 13.500 106.00 112.10 -6.10 + 13.525 105.00 112.02 -7.02 + 13.550 96.00 111.94 -15.94 + 13.575 81.00 111.86 -30.86 + 13.600 95.00 111.79 -16.79 + 13.625 96.00 111.71 -15.71 + 13.650 103.00 111.63 -8.63 + 13.675 91.00 111.56 -20.56 + 13.700 112.00 111.48 0.52 + 13.725 107.00 111.41 -4.41 + 13.750 87.00 111.33 -24.33 + 13.775 112.00 111.26 0.74 + 13.800 92.00 111.18 -19.18 + 13.825 79.00 111.11 -32.11 + 13.850 92.00 111.03 -19.03 + 13.875 103.00 110.96 -7.96 + 13.900 97.00 110.89 -13.89 + 13.925 102.00 110.82 -8.82 + 13.950 86.00 110.74 -24.74 + 13.975 97.00 110.67 -13.67 + 14.000 103.00 110.60 -7.60 + 14.025 93.00 110.53 -17.53 + 14.050 111.00 110.46 0.54 + 14.075 95.00 110.39 -15.39 + 14.100 96.00 110.32 -14.32 + 14.125 93.00 110.25 -17.25 + 14.150 85.00 110.18 -25.18 + 14.175 104.00 110.11 -6.11 + 14.200 98.00 110.04 -12.04 + 14.225 108.00 109.97 -1.97 + 14.250 76.00 109.91 -33.91 + 14.275 92.00 109.84 -17.84 + 14.300 95.00 109.77 -14.77 + 14.325 89.00 109.70 -20.70 + 14.350 105.00 109.64 -4.64 + 14.375 95.00 109.57 -14.57 + 14.400 92.00 109.51 -17.51 + 14.425 105.00 109.44 -4.44 + 14.450 89.00 109.38 -20.38 + 14.475 99.00 109.31 -10.31 + 14.500 101.00 109.25 -8.25 + 14.525 97.00 109.18 -12.18 + 14.550 93.00 109.12 -16.12 + 14.575 99.00 109.06 -10.06 + 14.600 100.00 109.00 -9.00 + 14.625 83.00 108.93 -25.93 + 14.650 93.00 108.87 -15.87 + 14.675 96.00 108.81 -12.81 + 14.700 69.00 108.75 -39.75 + 14.725 101.00 108.69 -7.69 + 14.750 97.00 108.63 -11.63 + 14.775 85.00 108.57 -23.57 + 14.800 95.00 108.51 -13.51 + 14.825 85.00 108.45 -23.45 + 14.850 111.00 108.39 2.61 + 14.875 85.00 108.34 -23.34 + 14.900 86.00 108.28 -22.28 + 14.925 100.00 108.22 -8.22 + 14.950 88.00 108.17 -20.17 + 14.975 98.00 108.11 -10.11 + 15.000 92.00 108.06 -16.06 + 15.025 93.00 108.00 -15.00 + 15.050 94.00 107.95 -13.95 + 15.075 93.00 107.89 -14.89 + 15.100 81.00 107.84 -26.84 + 15.125 98.00 107.87 -9.87 + 15.150 78.00 107.82 -29.82 + 15.175 79.00 107.77 -28.77 + 15.200 93.00 107.72 -14.72 + 15.225 81.00 107.67 -26.67 + 15.250 88.00 107.62 -19.62 + 15.275 73.00 107.57 -34.57 + 15.300 85.00 107.52 -22.52 + 15.325 106.00 107.48 -1.48 + 15.350 88.00 107.43 -19.43 + 15.375 94.00 107.39 -13.39 + 15.400 96.00 107.35 -11.35 + 15.425 91.00 107.31 -16.31 + 15.450 101.00 107.26 -6.26 + 15.475 89.00 107.23 -18.23 + 15.500 87.00 107.19 -20.19 + 15.525 95.00 107.15 -12.15 + 15.550 87.00 107.12 -20.12 + 15.575 97.00 107.08 -10.08 + 15.600 81.00 107.05 -26.05 + 15.625 87.00 107.02 -20.02 + 15.650 93.00 107.00 -14.00 + 15.675 90.00 106.97 -16.97 + 15.700 73.00 106.95 -33.95 + 15.725 98.00 106.94 -8.94 + 15.750 86.00 106.92 -20.92 + 15.775 80.00 106.91 -26.91 + 15.800 82.00 106.91 -24.91 + 15.825 97.00 106.91 -9.91 + 15.850 80.00 106.92 -26.92 + 15.875 81.00 106.94 -25.94 + 15.900 80.00 106.97 -26.97 + 15.925 81.00 107.00 -26.00 + 15.950 73.00 107.06 -34.06 + 15.975 106.00 107.12 -1.12 + 16.000 92.00 107.21 -15.21 + 16.025 101.00 107.32 -6.32 + 16.050 98.00 107.47 -9.47 + 16.075 104.00 107.65 -3.65 + 16.100 106.00 107.90 -1.90 + 16.125 98.00 108.25 -10.25 + 16.150 114.00 108.79 5.21 + 16.175 97.00 109.71 -12.71 + 16.200 129.00 111.39 17.61 + 16.225 112.00 114.45 -2.45 + 16.250 141.00 119.84 21.16 + 16.275 167.00 128.61 38.39 + 16.300 157.00 141.54 15.46 + 16.325 200.00 158.49 41.51 + 16.350 215.00 177.84 37.16 + 16.375 321.00 196.16 124.84 + 16.400 397.00 208.51 188.49 + 16.425 434.00 210.27 223.73 + 16.450 445.00 200.66 244.34 + 16.475 313.00 183.50 129.50 + 16.500 197.00 163.97 33.03 + 16.525 155.00 145.96 9.04 + 16.550 110.00 131.67 -21.67 + 16.575 118.00 121.63 -3.63 + 16.600 86.00 115.25 -29.25 + 16.625 110.00 111.52 -1.52 + 16.650 95.00 109.43 -14.43 + 16.675 93.00 108.26 -15.26 + 16.700 98.00 107.55 -9.55 + 16.725 80.00 107.08 -27.08 + 16.750 85.00 106.73 -21.73 + 16.775 106.00 106.45 -0.45 + 16.800 86.00 106.22 -20.22 + 16.825 103.00 106.02 -3.02 + 16.850 92.00 105.85 -13.85 + 16.875 88.00 105.70 -17.70 + 16.900 94.00 105.57 -11.57 + 16.925 79.00 105.46 -26.46 + 16.950 92.00 105.35 -13.35 + 16.975 106.00 105.25 0.75 + 17.000 82.00 105.17 -23.17 + 17.025 104.00 105.09 -1.09 + 17.050 94.00 105.01 -11.01 + 17.075 88.00 104.95 -16.95 + 17.100 97.00 104.88 -7.88 + 17.125 93.00 104.83 -11.83 + 17.150 90.00 104.77 -14.77 + 17.175 120.00 104.72 15.28 + 17.200 93.00 104.67 -11.67 + 17.225 106.00 104.62 1.38 + 17.250 89.00 104.58 -15.58 + 17.275 92.00 104.54 -12.54 + 17.300 100.00 104.50 -4.50 + 17.325 91.00 104.46 -13.46 + 17.350 99.00 104.42 -5.42 + 17.375 81.00 104.39 -23.39 + 17.400 89.00 104.36 -15.36 + 17.425 79.00 104.33 -25.33 + 17.450 91.00 104.30 -13.30 + 17.475 84.00 104.27 -20.27 + 17.500 92.00 104.24 -12.24 + 17.525 107.00 104.22 2.78 + 17.550 99.00 104.19 -5.19 + 17.575 92.00 104.17 -12.17 + 17.600 87.00 104.19 -17.19 + 17.625 88.00 104.17 -16.17 + 17.650 67.00 104.15 -37.15 + 17.675 81.00 104.13 -23.13 + 17.700 86.00 104.11 -18.11 + 17.725 85.00 104.10 -19.10 + 17.750 103.00 104.08 -1.08 + 17.775 85.00 104.06 -19.06 + 17.800 77.00 104.05 -27.05 + 17.825 105.00 104.04 0.96 + 17.850 93.00 104.03 -11.03 + 17.875 96.00 104.01 -8.01 + 17.900 93.00 104.00 -11.00 + 17.925 85.00 104.00 -19.00 + 17.950 75.00 103.99 -28.99 + 17.975 105.00 103.98 1.02 + 18.000 85.00 103.98 -18.98 + 18.025 89.00 103.97 -14.97 + 18.050 86.00 103.97 -17.97 + 18.075 76.00 103.96 -27.96 + 18.100 86.00 103.96 -17.96 + 18.125 71.00 103.96 -32.96 + 18.150 101.00 103.96 -2.96 + 18.175 100.00 103.97 -3.97 + 18.200 89.00 103.97 -14.97 + 18.225 74.00 103.97 -29.97 + 18.250 101.00 103.98 -2.98 + 18.275 103.00 103.99 -0.99 + 18.300 95.00 103.99 -8.99 + 18.325 100.00 104.00 -4.00 + 18.350 87.00 104.02 -17.02 + 18.375 94.00 104.03 -10.03 + 18.400 84.00 104.04 -20.04 + 18.425 102.00 104.06 -2.06 + 18.450 92.00 104.08 -12.08 + 18.475 80.00 104.10 -24.10 + 18.500 82.00 104.12 -22.12 + 18.525 105.00 104.14 0.86 + 18.550 84.00 104.16 -20.16 + 18.575 83.00 104.19 -21.19 + 18.600 93.00 104.22 -11.22 + 18.625 92.00 104.25 -12.25 + 18.650 105.00 104.28 0.72 + 18.675 94.00 104.32 -10.32 + 18.700 88.00 104.35 -16.35 + 18.725 97.00 104.39 -7.39 + 18.750 88.00 104.43 -16.43 + 18.775 110.00 104.48 5.52 + 18.800 110.00 104.53 5.47 + 18.825 84.00 104.58 -20.58 + 18.850 89.00 104.78 -15.78 + 18.875 98.00 104.83 -6.83 + 18.900 92.00 104.89 -12.89 + 18.925 86.00 104.96 -18.96 + 18.950 110.00 105.03 4.97 + 18.975 98.00 105.10 -7.10 + 19.000 93.00 105.17 -12.17 + 19.025 94.00 105.25 -11.25 + 19.050 104.00 105.34 -1.34 + 19.075 96.00 105.42 -9.42 + 19.100 105.00 105.52 -0.52 + 19.125 99.00 105.62 -6.62 + 19.150 117.00 105.72 11.28 + 19.175 111.00 105.83 5.17 + 19.200 100.00 105.95 -5.95 + 19.225 125.00 106.07 18.93 + 19.250 99.00 106.20 -7.20 + 19.275 107.00 106.34 0.66 + 19.300 107.00 106.48 0.52 + 19.325 98.00 106.64 -8.64 + 19.350 84.00 106.80 -22.80 + 19.375 112.00 106.97 5.03 + 19.400 99.00 107.15 -8.15 + 19.425 93.00 107.35 -14.35 + 19.450 108.00 107.55 0.45 + 19.475 100.00 107.77 -7.77 + 19.500 91.00 108.00 -17.00 + 19.525 98.00 108.25 -10.25 + 19.550 124.00 108.51 15.49 + 19.575 98.00 108.79 -10.79 + 19.600 121.00 109.08 11.92 + 19.625 114.00 109.40 4.60 + 19.650 93.00 109.74 -16.74 + 19.675 87.00 110.11 -23.11 + 19.700 95.00 110.50 -15.50 + 19.725 95.00 110.91 -15.91 + 19.750 121.00 111.36 9.64 + 19.775 102.00 111.85 -9.85 + 19.800 127.00 112.37 14.63 + 19.825 119.00 112.93 6.07 + 19.850 118.00 113.54 4.46 + 19.875 107.00 114.20 -7.20 + 19.900 100.00 115.04 -15.04 + 19.925 95.00 115.82 -20.82 + 19.950 116.00 116.67 -0.67 + 19.975 136.00 117.60 18.40 + 20.000 92.00 118.62 -26.62 + 20.025 127.00 119.75 7.25 + 20.050 127.00 120.99 6.01 + 20.075 115.00 122.36 -7.36 + 20.100 124.00 123.89 0.11 + 20.125 130.00 125.58 4.42 + 20.150 123.00 127.48 -4.48 + 20.175 137.00 129.62 7.38 + 20.200 136.00 132.03 3.97 + 20.225 165.00 134.76 30.24 + 20.250 150.00 137.88 12.12 + 20.275 173.00 141.45 31.55 + 20.300 190.00 145.58 44.42 + 20.325 211.00 150.39 60.61 + 20.350 212.00 156.02 55.98 + 20.375 255.00 162.67 92.33 + 20.400 264.00 170.63 93.37 + 20.425 305.00 180.28 124.72 + 20.450 353.00 192.30 160.70 + 20.475 415.00 207.99 207.01 + 20.500 507.00 230.24 276.76 + 20.525 623.00 265.51 357.49 + 20.550 833.00 327.14 505.86 + 20.575 1076.00 439.46 636.54 + 20.600 1417.00 639.69 777.31 + 20.625 1958.00 972.65 985.35 + 20.650 2624.00 1474.21 1149.79 + 20.675 3927.00 2144.46 1782.54 + 20.700 5466.00 2922.37 2543.63 + 20.725 7996.00 3671.10 4324.90 + 20.750 11062.00 4192.16 6869.84 + 20.775 12925.00 4319.55 8605.45 + 20.800 12506.00 4067.47 8438.53 + 20.825 10327.00 3605.52 6721.48 + 20.850 8178.00 3093.18 5084.82 + 20.875 6771.00 2599.13 4171.87 + 20.900 5910.00 2123.44 3786.56 + 20.925 4886.00 1667.06 3218.94 + 20.950 3432.00 1255.69 2176.31 + 20.975 2110.00 913.97 1196.03 + 21.000 1182.00 652.26 529.74 + 21.025 802.00 467.74 334.26 + 21.050 623.00 347.69 275.31 + 21.075 527.00 274.47 252.53 + 21.100 435.00 231.19 203.81 + 21.125 393.00 205.11 187.89 + 21.150 356.00 188.26 167.74 + 21.175 333.00 176.33 156.67 + 21.200 295.00 167.17 127.83 + 21.225 316.00 159.77 156.23 + 21.250 280.00 153.64 126.36 + 21.275 248.00 148.46 99.54 + 21.300 264.00 144.05 119.95 + 21.325 216.00 140.26 75.74 + 21.350 202.00 136.98 65.02 + 21.375 211.00 134.12 76.88 + 21.400 187.00 131.62 55.38 + 21.425 168.00 129.42 38.58 + 21.450 208.00 127.48 80.52 + 21.475 160.00 125.76 34.24 + 21.500 171.00 124.22 46.78 + 21.525 149.00 122.85 26.15 + 21.550 166.00 121.62 44.38 + 21.575 138.00 120.51 17.49 + 21.600 168.00 119.52 48.48 + 21.625 129.00 118.62 10.38 + 21.650 147.00 117.81 29.19 + 21.675 134.00 117.08 16.92 + 21.700 125.00 116.41 8.59 + 21.725 137.00 115.81 21.19 + 21.750 112.00 115.27 -3.27 + 21.775 128.00 114.78 13.22 + 21.800 134.00 114.33 19.67 + 21.825 121.00 113.93 7.07 + 21.850 138.00 113.57 24.43 + 21.875 103.00 113.25 -10.25 + 21.900 124.00 112.96 11.04 + 21.925 115.00 112.70 2.30 + 21.950 119.00 112.47 6.53 + 21.975 109.00 112.28 -3.28 + 22.000 119.00 112.11 6.89 + 22.025 116.00 111.97 4.03 + 22.050 127.00 111.85 15.15 + 22.075 133.00 111.76 21.24 + 22.100 121.00 111.89 9.11 + 22.125 109.00 111.85 -2.85 + 22.150 114.00 111.84 2.16 + 22.175 113.00 111.85 1.15 + 22.200 120.00 111.88 8.12 + 22.225 118.00 111.94 6.06 + 22.250 102.00 112.02 -10.02 + 22.275 110.00 112.13 -2.13 + 22.300 118.00 112.27 5.73 + 22.325 123.00 112.44 10.56 + 22.350 116.00 112.64 3.36 + 22.375 112.00 112.88 -0.88 + 22.400 107.00 113.15 -6.15 + 22.425 121.00 113.46 7.54 + 22.450 104.00 113.81 -9.81 + 22.475 124.00 114.21 9.79 + 22.500 105.00 114.66 -9.66 + 22.525 128.00 115.17 12.83 + 22.550 115.00 115.75 -0.75 + 22.575 128.00 116.40 11.60 + 22.600 99.00 117.13 -18.13 + 22.625 130.00 117.96 12.04 + 22.650 109.00 118.89 -9.89 + 22.675 125.00 119.95 5.05 + 22.700 138.00 121.15 16.85 + 22.725 141.00 122.53 18.47 + 22.750 135.00 124.11 10.89 + 22.775 125.00 125.93 -0.93 + 22.800 140.00 128.03 11.97 + 22.825 152.00 130.49 21.51 + 22.850 177.00 133.37 43.63 + 22.875 177.00 136.78 40.22 + 22.900 191.00 140.86 50.14 + 22.925 195.00 145.77 49.23 + 22.950 225.00 151.81 73.19 + 22.975 258.00 159.41 98.59 + 23.000 301.00 169.50 131.50 + 23.025 337.00 184.16 152.84 + 23.050 468.00 208.15 259.85 + 23.075 618.00 251.50 366.50 + 23.100 837.00 332.53 504.47 + 23.125 1082.00 479.01 602.99 + 23.150 1507.00 722.96 784.04 + 23.175 2283.00 1085.96 1197.04 + 23.200 3235.00 1557.84 1677.16 + 23.225 4791.00 2076.02 2714.98 + 23.250 6588.00 2517.27 4070.73 + 23.275 8176.00 2720.70 5455.30 + 23.300 8122.00 2588.81 5533.19 + 23.325 6687.00 2186.78 4500.22 + 23.350 5078.00 1673.12 3404.88 + 23.375 3206.00 1183.53 2022.47 + 23.400 1822.00 793.85 1028.15 + 23.425 1101.00 524.68 576.32 + 23.450 712.00 359.33 352.67 + 23.475 566.00 266.55 299.45 + 23.500 470.00 216.89 253.11 + 23.525 381.00 189.86 191.14 + 23.550 302.00 173.83 128.17 + 23.575 277.00 163.14 113.86 + 23.600 259.00 155.27 103.73 + 23.625 259.00 149.13 109.87 + 23.650 212.00 144.19 67.81 + 23.675 198.00 140.16 57.84 + 23.700 189.00 136.84 52.16 + 23.725 153.00 134.09 18.91 + 23.750 182.00 131.81 50.19 + 23.775 178.00 129.92 48.08 + 23.800 175.00 128.35 46.65 + 23.825 164.00 127.06 36.94 + 23.850 139.00 126.01 12.99 + 23.875 176.00 125.18 50.82 + 23.900 159.00 124.54 34.46 + 23.925 147.00 124.08 22.92 + 23.950 172.00 123.80 48.20 + 23.975 167.00 123.69 43.31 + 24.000 159.00 123.75 35.25 + 24.025 180.00 123.98 56.02 + 24.050 168.00 124.42 43.58 + 24.075 162.00 125.06 36.94 + 24.100 166.00 125.95 40.05 + 24.125 147.00 127.13 19.87 + 24.150 149.00 128.65 20.35 + 24.175 161.00 130.60 30.40 + 24.200 173.00 133.11 39.89 + 24.225 145.00 136.40 8.60 + 24.250 210.00 140.98 69.02 + 24.275 201.00 147.98 53.02 + 24.300 257.00 160.00 97.00 + 24.325 262.00 182.35 79.65 + 24.350 342.00 224.32 117.68 + 24.375 451.00 299.05 151.95 + 24.400 598.00 419.93 178.07 + 24.425 796.00 592.65 203.35 + 24.450 1089.00 805.28 283.72 + 24.475 1648.00 1020.51 627.49 + 24.500 2386.00 1175.25 1210.75 + 24.525 3203.00 1202.93 2000.07 + 24.550 3155.00 1089.25 2065.75 + 24.575 2711.00 888.16 1822.84 + 24.600 1970.00 668.90 1301.10 + 24.625 1292.00 478.89 813.11 + 24.650 729.00 338.83 390.17 + 24.675 450.00 248.46 201.54 + 24.700 289.00 196.14 92.86 + 24.725 285.00 167.99 117.01 + 24.750 218.00 153.13 64.87 + 24.775 211.00 144.88 66.12 + 24.800 202.00 139.79 62.21 + 24.825 168.00 136.32 31.68 + 24.850 165.00 133.79 31.21 + 24.875 177.00 131.92 45.08 + 24.900 176.00 130.54 45.46 + 24.925 197.00 129.57 67.43 + 24.950 164.00 128.94 35.06 + 24.975 141.00 128.62 12.38 + 25.000 160.00 128.67 31.33 + 25.025 160.00 128.90 31.10 + 25.050 157.00 129.42 27.58 + 25.075 145.00 130.22 14.78 + 25.100 165.00 131.34 33.66 + 25.125 158.00 132.83 25.17 + 25.150 158.00 134.73 23.27 + 25.175 197.00 137.15 59.85 + 25.200 179.00 140.21 38.79 + 25.225 203.00 144.12 58.88 + 25.250 194.00 149.30 44.70 + 25.275 216.00 156.64 59.36 + 25.300 282.00 168.27 113.73 + 25.325 282.00 188.90 93.10 + 25.350 364.00 227.78 136.22 + 25.375 456.00 300.03 155.97 + 25.400 632.00 424.95 207.05 + 25.425 854.00 618.39 235.61 + 25.450 1213.00 879.91 333.09 + 25.475 1815.00 1179.01 635.99 + 25.500 2863.00 1447.21 1415.79 + 25.525 4063.00 1587.27 2475.73 + 25.550 4649.00 1529.95 3119.05 + 25.575 4165.00 1305.52 2859.48 + 25.600 3168.00 1009.66 2158.34 + 25.625 2329.00 726.48 1602.52 + 25.650 1423.00 502.41 920.59 + 25.675 738.00 349.59 388.41 + 25.700 438.00 257.41 180.59 + 25.725 367.00 206.78 160.22 + 25.750 295.00 180.26 114.74 + 25.775 246.00 166.11 79.89 + 25.800 246.00 157.89 88.11 + 25.825 191.00 152.56 38.44 + 25.850 179.00 148.84 30.16 + 25.875 178.00 146.15 31.85 + 25.900 170.00 144.32 25.68 + 25.925 182.00 143.00 39.00 + 25.950 158.00 142.19 15.81 + 25.975 182.00 141.82 40.18 + 26.000 179.00 141.85 37.15 + 26.025 184.00 142.26 41.74 + 26.050 181.00 143.03 37.97 + 26.075 169.00 144.17 24.83 + 26.100 171.00 145.70 25.30 + 26.125 191.00 147.63 43.37 + 26.150 175.00 150.03 24.97 + 26.175 216.00 152.94 63.06 + 26.200 195.00 156.45 38.55 + 26.225 224.00 160.67 63.33 + 26.250 209.00 165.76 43.24 + 26.275 251.00 171.89 79.11 + 26.300 257.00 179.32 77.68 + 26.325 298.00 188.43 109.57 + 26.350 297.00 199.73 97.27 + 26.375 378.00 214.12 163.88 + 26.400 406.00 233.45 172.55 + 26.425 499.00 261.94 237.06 + 26.450 590.00 309.51 280.49 + 26.475 746.00 397.28 348.72 + 26.500 983.00 563.87 419.13 + 26.525 1402.00 866.18 535.82 + 26.550 2108.00 1365.38 742.62 + 26.575 3097.00 2091.58 1005.42 + 26.600 4641.00 2997.71 1643.29 + 26.625 7229.00 3920.82 3308.18 + 26.650 10690.00 4576.90 6113.10 + 26.675 13494.00 4667.07 8826.93 + 26.700 13106.00 4142.32 8963.68 + 26.725 10401.00 3260.61 7140.39 + 26.750 7908.00 2328.82 5579.18 + 26.775 5365.00 1544.92 3820.08 + 26.800 2857.00 984.72 1872.28 + 26.825 1575.00 634.73 940.27 + 26.850 947.00 437.93 509.07 + 26.875 697.00 334.02 362.98 + 26.900 595.00 279.01 315.99 + 26.925 529.00 247.51 281.49 + 26.950 450.00 227.23 222.77 + 26.975 423.00 212.77 210.23 + 27.000 344.00 201.88 142.12 + 27.025 319.00 193.51 125.49 + 27.050 309.00 187.08 121.92 + 27.075 252.00 182.19 69.81 + 27.100 257.00 178.61 78.39 + 27.125 252.00 176.18 75.82 + 27.150 266.00 174.79 91.21 + 27.175 275.00 174.38 100.62 + 27.200 257.00 174.96 82.04 + 27.225 285.00 176.56 108.44 + 27.250 285.00 179.28 105.72 + 27.275 270.00 183.27 86.73 + 27.300 280.00 188.79 91.21 + 27.325 347.00 196.21 150.79 + 27.350 282.00 206.20 75.80 + 27.375 362.00 220.14 141.86 + 27.400 426.00 241.22 184.78 + 27.425 461.00 277.05 183.95 + 27.450 637.00 344.08 292.92 + 27.475 693.00 472.88 220.12 + 27.500 1051.00 709.19 341.81 + 27.525 1425.00 1102.83 322.17 + 27.550 2158.00 1679.19 478.81 + 27.575 3198.00 2400.21 797.79 + 27.600 5190.00 3132.75 2057.25 + 27.625 8004.00 3643.68 4360.32 + 27.650 10350.00 3691.98 6658.02 + 27.675 9724.00 3250.33 6473.67 + 27.700 7797.00 2537.80 5259.20 + 27.725 6126.00 1800.70 4325.30 + 27.750 4329.00 1191.64 3137.36 + 27.775 2276.00 764.08 1511.92 + 27.800 1177.00 501.35 675.65 + 27.825 756.00 355.60 400.40 + 27.850 591.00 278.96 312.04 + 27.875 486.00 237.87 248.13 + 27.900 352.00 213.62 138.38 + 27.925 340.00 197.38 142.62 + 27.950 314.00 185.35 128.65 + 27.975 270.00 175.92 94.08 + 28.000 256.00 168.32 87.68 + 28.025 253.00 162.08 90.92 + 28.050 245.00 156.91 88.09 + 28.075 206.00 152.58 53.42 + 28.100 212.00 148.92 63.08 + 28.125 183.00 145.81 37.19 + 28.150 205.00 143.16 61.84 + 28.175 185.00 140.88 44.12 + 28.200 164.00 138.92 25.08 + 28.225 197.00 137.22 59.78 + 28.250 167.00 135.75 31.25 + 28.275 175.00 134.48 40.52 + 28.300 159.00 133.38 25.62 + 28.325 152.00 132.44 19.56 + 28.350 162.00 131.62 30.38 + 28.375 168.00 130.93 37.07 + 28.400 151.00 130.34 20.66 + 28.425 153.00 129.85 23.15 + 28.450 128.00 129.45 -1.45 + 28.475 167.00 129.14 37.86 + 28.500 147.00 128.91 18.09 + 28.525 140.00 128.75 11.25 + 28.550 139.00 128.66 10.34 + 28.575 153.00 128.64 24.36 + 28.600 153.00 128.70 24.30 + 28.625 154.00 128.82 25.18 + 28.650 145.00 129.01 15.99 + 28.675 147.00 129.27 17.73 + 28.700 134.00 129.61 4.39 + 28.725 160.00 130.02 29.98 + 28.750 137.00 130.52 6.48 + 28.775 134.00 131.10 2.90 + 28.800 131.00 131.77 -0.77 + 28.825 157.00 132.55 24.45 + 28.850 137.00 133.43 3.57 + 28.875 145.00 134.44 10.56 + 28.900 151.00 135.58 15.42 + 28.925 164.00 136.87 27.13 + 28.950 171.00 138.34 32.66 + 28.975 172.00 139.99 32.01 + 29.000 165.00 141.87 23.13 + 29.025 168.00 144.00 24.00 + 29.050 162.00 146.43 15.57 + 29.075 193.00 149.21 43.79 + 29.100 169.00 152.39 16.61 + 29.125 199.00 156.06 42.94 + 29.150 186.00 160.20 25.80 + 29.175 208.00 165.15 42.85 + 29.200 196.00 170.96 25.04 + 29.225 182.00 177.83 4.17 + 29.250 246.00 186.02 59.98 + 29.275 245.00 195.85 49.15 + 29.300 284.00 207.86 76.14 + 29.325 340.00 222.71 117.29 + 29.350 364.00 241.51 122.49 + 29.375 382.00 266.44 115.56 + 29.400 519.00 302.49 216.51 + 29.425 665.00 361.65 303.35 + 29.450 837.00 470.72 366.28 + 29.475 1080.00 680.92 399.08 + 29.500 1566.00 1071.19 494.81 + 29.525 2321.00 1729.46 591.54 + 29.550 3438.00 2701.44 736.56 + 29.575 5181.00 3919.65 1261.35 + 29.600 8141.00 5143.63 2997.37 + 29.625 12608.00 5953.21 6654.79 + 29.650 15702.00 5936.92 9765.08 + 29.675 14432.00 5104.15 9327.85 + 29.700 12071.00 3873.85 8197.15 + 29.725 9687.00 2661.63 7025.37 + 29.750 7137.00 1700.69 5436.31 + 29.775 4123.00 1053.17 3069.83 + 29.800 2094.00 670.82 1423.18 + 29.825 1334.00 465.41 868.59 + 29.850 1013.00 358.85 654.15 + 29.875 780.00 300.85 479.15 + 29.900 668.00 265.33 402.67 + 29.925 467.00 240.66 226.34 + 29.950 438.00 222.01 215.99 + 29.975 379.00 207.26 171.74 + 30.000 355.00 195.31 159.69 + 30.025 263.00 185.49 77.51 + 30.050 287.00 177.33 109.67 + 30.075 299.00 170.47 128.53 + 30.100 247.00 164.66 82.34 + 30.125 253.00 159.69 93.31 + 30.150 236.00 155.42 80.58 + 30.175 223.00 151.72 71.28 + 30.200 193.00 148.50 44.50 + 30.225 198.00 145.68 52.32 + 30.250 184.00 143.19 40.81 + 30.275 204.00 141.00 63.00 + 30.300 185.00 139.05 45.95 + 30.325 174.00 137.32 36.68 + 30.350 201.00 135.77 65.23 + 30.375 168.00 134.38 33.62 + 30.400 185.00 133.13 51.87 + 30.425 175.00 132.00 43.00 + 30.450 171.00 131.03 39.97 + 30.475 153.00 130.11 22.89 + 30.500 162.00 129.28 32.72 + 30.525 135.00 128.52 6.48 + 30.550 159.00 127.84 31.16 + 30.575 139.00 127.21 11.79 + 30.600 147.00 126.65 20.35 + 30.625 127.00 126.13 0.87 + 30.650 143.00 125.66 17.34 + 30.675 140.00 125.24 14.76 + 30.700 115.00 124.85 -9.85 + 30.725 142.00 124.50 17.50 + 30.750 123.00 124.19 -1.19 + 30.775 156.00 123.90 32.10 + 30.800 133.00 123.65 9.35 + 30.825 135.00 123.42 11.58 + 30.850 128.00 123.22 4.78 + 30.875 130.00 123.04 6.96 + 30.900 127.00 122.88 4.12 + 30.925 120.00 122.75 -2.75 + 30.950 121.00 122.64 -1.64 + 30.975 106.00 122.55 -16.55 + 31.000 134.00 122.48 11.52 + 31.025 114.00 122.42 -8.42 + 31.050 107.00 122.39 -15.39 + 31.075 123.00 122.37 0.63 + 31.100 111.00 122.38 -11.38 + 31.125 92.00 122.40 -30.40 + 31.150 134.00 122.44 11.56 + 31.175 87.00 122.50 -35.50 + 31.200 130.00 122.58 7.42 + 31.225 97.00 122.68 -25.68 + 31.250 101.00 122.80 -21.80 + 31.275 113.00 122.94 -9.94 + 31.300 119.00 123.10 -4.10 + 31.325 122.00 123.28 -1.28 + 31.350 114.00 123.49 -9.49 + 31.375 117.00 123.74 -6.74 + 31.400 84.00 124.00 -40.00 + 31.425 105.00 124.30 -19.30 + 31.450 111.00 124.55 -13.55 + 31.475 104.00 124.92 -20.92 + 31.500 119.00 125.33 -6.33 + 31.525 119.00 125.78 -6.78 + 31.550 101.00 126.28 -25.28 + 31.575 117.00 126.84 -9.84 + 31.600 122.00 127.46 -5.46 + 31.625 105.00 128.15 -23.15 + 31.650 128.00 128.93 -0.93 + 31.675 116.00 129.79 -13.79 + 31.700 126.00 130.76 -4.76 + 31.725 115.00 131.86 -16.86 + 31.750 121.00 133.10 -12.10 + 31.775 116.00 134.51 -18.51 + 31.800 144.00 136.12 7.88 + 31.825 141.00 137.98 3.02 + 31.850 128.00 140.13 -12.13 + 31.875 148.00 142.63 5.37 + 31.900 165.00 145.59 19.41 + 31.925 172.00 149.09 22.91 + 31.950 182.00 153.30 28.70 + 31.975 174.00 158.42 15.58 + 32.000 193.00 164.73 28.27 + 32.025 230.00 172.71 57.29 + 32.050 247.00 183.22 63.78 + 32.075 312.00 198.30 113.70 + 32.100 325.00 222.92 102.08 + 32.125 423.00 268.46 154.54 + 32.150 589.00 357.21 231.79 + 32.175 755.00 523.65 231.35 + 32.200 1130.00 805.28 324.72 + 32.225 1670.00 1218.57 451.43 + 32.250 2522.00 1725.50 796.50 + 32.275 3976.00 2207.24 1768.76 + 32.300 5312.00 2468.67 2843.33 + 32.325 5540.00 2358.72 3181.28 + 32.350 4806.00 1945.90 2860.10 + 32.375 3984.00 1431.02 2552.98 + 32.400 3579.00 970.02 2608.98 + 32.425 2684.00 632.96 2051.04 + 32.450 1672.00 422.73 1249.27 + 32.475 977.00 306.91 670.09 + 32.500 645.00 247.80 397.20 + 32.525 451.00 217.67 233.33 + 32.550 390.00 201.02 188.98 + 32.575 317.00 190.67 126.33 + 32.600 305.00 183.75 121.25 + 32.625 278.00 179.03 98.97 + 32.650 234.00 175.99 58.01 + 32.675 264.00 174.33 89.67 + 32.700 246.00 173.92 72.08 + 32.725 263.00 174.70 88.30 + 32.750 239.00 176.71 62.29 + 32.775 271.00 180.07 90.93 + 32.800 260.00 184.98 75.02 + 32.825 299.00 191.83 107.17 + 32.850 300.00 201.29 98.71 + 32.875 332.00 214.81 117.19 + 32.900 411.00 236.02 174.98 + 32.925 497.00 273.48 223.52 + 32.950 630.00 346.30 283.70 + 32.975 918.00 488.91 429.09 + 33.000 1214.00 748.53 465.47 + 33.025 1839.00 1166.07 672.93 + 33.050 2852.00 1737.28 1114.72 + 33.075 4745.00 2373.74 2371.26 + 33.100 6636.00 2877.68 3758.32 + 33.125 7831.00 3000.03 4830.97 + 33.150 7010.00 2671.45 4338.55 + 33.175 5926.00 2093.06 3832.94 + 33.200 5069.00 1499.81 3569.19 + 33.225 4251.00 1021.99 3229.01 + 33.250 2900.00 690.38 2209.62 + 33.275 1743.00 481.36 1261.64 + 33.300 1167.00 356.94 810.06 + 33.325 841.00 283.54 557.46 + 33.350 646.00 239.21 406.79 + 33.375 517.00 211.55 305.45 + 33.400 412.00 193.65 218.35 + 33.425 354.00 181.47 172.53 + 33.450 301.00 172.67 128.33 + 33.475 282.00 165.90 116.10 + 33.500 234.00 160.56 73.44 + 33.525 204.00 156.24 47.76 + 33.550 235.00 152.68 82.32 + 33.575 226.00 149.75 76.25 + 33.600 207.00 147.31 59.69 + 33.625 200.00 145.30 54.70 + 33.650 180.00 143.64 36.36 + 33.675 180.00 142.30 37.70 + 33.700 179.00 141.25 37.75 + 33.725 172.00 140.45 31.55 + 33.750 180.00 139.90 40.10 + 33.775 157.00 139.61 17.39 + 33.800 154.00 139.58 14.42 + 33.825 173.00 139.84 33.16 + 33.850 198.00 140.45 57.55 + 33.875 147.00 141.48 5.52 + 33.900 168.00 143.08 24.92 + 33.925 157.00 145.57 11.43 + 33.950 199.00 149.74 49.26 + 33.975 209.00 157.52 51.48 + 34.000 242.00 173.14 68.86 + 34.025 257.00 204.06 52.94 + 34.050 328.00 260.09 67.91 + 34.075 467.00 348.66 118.34 + 34.100 631.00 466.50 164.50 + 34.125 994.00 591.38 402.62 + 34.150 1449.00 678.23 770.77 + 34.175 1522.00 678.42 843.58 + 34.200 1193.00 591.66 601.34 + 34.225 977.00 466.47 510.53 + 34.250 947.00 347.94 599.06 + 34.275 796.00 258.62 537.38 + 34.300 548.00 201.85 346.15 + 34.325 358.00 170.25 187.75 + 34.350 251.00 154.01 96.99 + 34.375 190.00 145.61 44.39 + 34.400 164.00 140.82 23.18 + 34.425 159.00 137.67 21.33 + 34.450 137.00 135.37 1.63 + 34.475 134.00 133.58 0.42 + 34.500 136.00 132.15 3.85 + 34.525 126.00 130.83 -4.83 + 34.550 122.00 129.87 -7.87 + 34.575 128.00 129.06 -1.06 + 34.600 108.00 128.38 -20.38 + 34.625 100.00 127.82 -27.82 + 34.650 120.00 127.32 -7.32 + 34.675 106.00 126.89 -20.89 + 34.700 123.00 126.52 -3.52 + 34.725 117.00 126.20 -9.20 + 34.750 113.00 125.92 -12.92 + 34.775 108.00 125.67 -17.67 + 34.800 121.00 125.45 -4.45 + 34.825 104.00 125.26 -21.26 + 34.850 104.00 125.09 -21.09 + 34.875 100.00 124.94 -24.94 + 34.900 105.00 124.80 -19.80 + 34.925 107.00 124.69 -17.69 + 34.950 108.00 124.58 -16.58 + 34.975 103.00 124.49 -21.49 + 35.000 108.00 124.41 -16.41 + 35.025 123.00 124.34 -1.34 + 35.050 92.00 124.28 -32.28 + 35.075 122.00 124.23 -2.23 + 35.100 97.00 124.18 -27.18 + 35.125 101.00 124.14 -23.14 + 35.150 92.00 124.11 -32.11 + 35.175 114.00 124.09 -10.09 + 35.200 89.00 124.07 -35.07 + 35.225 81.00 124.05 -43.05 + 35.250 113.00 124.04 -11.04 + 35.275 76.00 124.12 -48.12 + 35.300 89.00 124.12 -35.12 + 35.325 99.00 124.12 -25.12 + 35.350 89.00 124.13 -35.13 + 35.375 98.00 124.14 -26.14 + 35.400 98.00 124.04 -26.04 + 35.425 104.00 124.05 -20.05 + 35.450 120.00 124.08 -4.08 + 35.475 100.00 124.10 -24.10 + 35.500 99.00 124.13 -25.13 + 35.525 89.00 124.16 -35.16 + 35.550 111.00 124.19 -13.19 + 35.575 98.00 124.23 -26.23 + 35.600 96.00 124.27 -28.27 + 35.625 95.00 124.31 -29.31 + 35.650 84.00 124.35 -40.35 + 35.675 115.00 124.40 -9.40 + 35.700 106.00 124.45 -18.45 + 35.725 100.00 124.50 -24.50 + 35.750 86.00 124.55 -38.55 + 35.775 110.00 124.61 -14.61 + 35.800 86.00 124.67 -38.67 + 35.825 98.00 124.74 -26.74 + 35.850 97.00 124.80 -27.80 + 35.875 109.00 124.87 -15.87 + 35.900 112.00 124.94 -12.94 + 35.925 105.00 125.02 -20.02 + 35.950 86.00 125.10 -39.10 + 35.975 102.00 125.20 -23.20 + 36.000 91.00 125.28 -34.28 + 36.025 98.00 125.37 -27.37 + 36.050 111.00 125.47 -14.47 + 36.075 89.00 125.57 -36.57 + 36.100 95.00 125.67 -30.67 + 36.125 95.00 125.78 -30.78 + 36.150 84.00 125.89 -41.89 + 36.175 114.00 126.01 -12.01 + 36.200 108.00 126.13 -18.13 + 36.225 96.00 126.26 -30.26 + 36.250 94.00 126.40 -32.40 + 36.275 94.00 126.55 -32.55 + 36.300 102.00 126.70 -24.70 + 36.325 91.00 126.87 -35.87 + 36.350 106.00 127.04 -21.04 + 36.375 103.00 127.22 -24.22 + 36.400 82.00 127.42 -45.42 + 36.425 121.00 127.63 -6.63 + 36.450 101.00 127.86 -26.86 + 36.475 109.00 128.10 -19.10 + 36.500 112.00 128.37 -16.37 + 36.525 104.00 128.65 -24.65 + 36.550 103.00 128.96 -25.96 + 36.575 105.00 129.30 -24.30 + 36.600 112.00 129.67 -17.67 + 36.625 119.00 130.08 -11.08 + 36.650 116.00 130.53 -14.53 + 36.675 119.00 131.03 -12.03 + 36.700 115.00 131.59 -16.59 + 36.725 106.00 132.23 -26.23 + 36.750 122.00 132.94 -10.94 + 36.775 116.00 133.75 -17.75 + 36.800 120.00 134.69 -14.69 + 36.825 130.00 135.77 -5.77 + 36.850 107.00 137.03 -30.03 + 36.875 137.00 138.52 -1.52 + 36.900 132.00 140.29 -8.29 + 36.925 131.00 142.43 -11.43 + 36.950 140.00 145.04 -5.04 + 36.975 150.00 148.29 1.71 + 37.000 149.00 152.43 -3.43 + 37.025 161.00 157.91 3.09 + 37.050 190.00 165.76 24.24 + 37.075 210.00 178.38 31.62 + 37.100 234.00 201.48 32.52 + 37.125 297.00 246.80 50.20 + 37.150 378.00 333.43 44.57 + 37.175 583.00 482.85 100.15 + 37.200 909.00 703.38 205.62 + 37.225 1431.00 970.09 460.91 + 37.250 2164.00 1205.79 958.21 + 37.275 2620.00 1289.72 1330.28 + 37.300 2390.00 1162.29 1227.71 + 37.325 1970.00 908.07 1061.93 + 37.350 1772.00 644.68 1127.32 + 37.375 1685.00 438.31 1246.69 + 37.400 1327.00 305.12 1021.88 + 37.425 891.00 231.14 659.86 + 37.450 543.00 193.74 349.26 + 37.475 352.00 174.93 177.07 + 37.500 292.00 164.66 127.34 + 37.525 230.00 158.14 71.86 + 37.550 177.00 153.36 23.64 + 37.575 182.00 149.73 32.27 + 37.600 207.00 146.91 60.09 + 37.625 158.00 144.67 13.33 + 37.650 143.00 142.89 0.11 + 37.675 129.00 141.48 -12.48 + 37.700 161.00 140.35 20.65 + 37.725 133.00 139.46 -6.46 + 37.750 119.00 138.78 -19.78 + 37.775 120.00 138.28 -18.28 + 37.800 128.00 137.96 -9.96 + 37.825 118.00 137.81 -19.81 + 37.850 121.00 137.85 -16.85 + 37.875 132.00 138.13 -6.13 + 37.900 135.00 138.75 -3.75 + 37.925 134.00 140.04 -6.04 + 37.950 132.00 142.78 -10.78 + 37.975 135.00 148.59 -13.59 + 38.000 156.00 160.02 -4.02 + 38.025 182.00 179.71 2.29 + 38.050 207.00 208.17 -1.17 + 38.075 266.00 240.94 25.06 + 38.100 351.00 266.57 84.43 + 38.125 368.00 270.04 97.96 + 38.150 312.00 248.77 63.23 + 38.175 269.00 216.33 52.67 + 38.200 260.00 185.94 74.06 + 38.225 249.00 163.72 85.28 + 38.250 219.00 150.21 68.79 + 38.275 174.00 143.04 30.96 + 38.300 157.00 139.50 17.50 + 38.325 146.00 137.71 8.29 + 38.350 135.00 136.70 -1.70 + 38.375 137.00 136.15 0.85 + 38.400 136.00 135.70 0.30 + 38.425 103.00 135.37 -32.37 + 38.450 107.00 135.14 -28.14 + 38.475 99.00 134.99 -35.99 + 38.500 133.00 135.02 -2.02 + 38.525 129.00 134.98 -5.98 + 38.550 147.00 134.98 12.02 + 38.575 130.00 135.02 -5.02 + 38.600 115.00 135.10 -20.10 + 38.625 123.00 135.20 -12.20 + 38.650 109.00 135.34 -26.34 + 38.675 106.00 135.51 -29.51 + 38.700 115.00 135.70 -20.70 + 38.725 136.00 135.93 0.07 + 38.750 119.00 136.19 -17.19 + 38.775 126.00 136.49 -10.49 + 38.800 131.00 136.82 -5.82 + 38.825 135.00 137.19 -2.19 + 38.850 116.00 137.61 -21.61 + 38.875 112.00 138.09 -26.09 + 38.900 123.00 138.62 -15.62 + 38.925 116.00 139.22 -23.22 + 38.950 121.00 139.90 -18.90 + 38.975 136.00 140.67 -4.67 + 39.000 147.00 141.56 5.44 + 39.025 130.00 142.58 -12.58 + 39.050 156.00 143.77 12.23 + 39.075 138.00 145.15 -7.15 + 39.100 133.00 146.78 -13.78 + 39.125 144.00 148.72 -4.72 + 39.150 163.00 151.06 11.94 + 39.175 171.00 153.91 17.09 + 39.200 198.00 157.44 40.56 + 39.225 191.00 161.87 29.13 + 39.250 196.00 167.61 28.39 + 39.275 226.00 175.42 50.58 + 39.300 243.00 187.17 55.83 + 39.325 294.00 207.67 86.33 + 39.350 352.00 248.19 103.81 + 39.375 472.00 329.84 142.16 + 39.400 630.00 481.08 148.92 + 39.425 984.00 721.88 262.12 + 39.450 1383.00 1035.67 347.33 + 39.475 2157.00 1340.56 816.44 + 39.500 2946.00 1485.86 1460.14 + 39.525 2947.00 1367.00 1580.00 + 39.550 2469.00 1071.41 1397.59 + 39.575 1988.00 753.65 1234.35 + 39.600 2056.00 503.77 1552.23 + 39.625 1767.00 343.83 1423.17 + 39.650 1317.00 256.52 1060.48 + 39.675 793.00 213.20 579.80 + 39.700 524.00 191.67 332.33 + 39.725 362.00 179.75 182.25 + 39.750 282.00 172.13 109.87 + 39.775 264.00 166.74 97.26 + 39.800 227.00 162.77 64.23 + 39.825 186.00 159.81 26.19 + 39.850 194.00 157.64 36.36 + 39.875 168.00 156.11 11.89 + 39.900 177.00 155.13 21.87 + 39.925 199.00 154.66 44.34 + 39.950 174.00 154.79 19.21 + 39.975 169.00 155.43 13.57 + 40.000 183.00 156.83 26.17 + 40.025 194.00 159.52 34.48 + 40.050 204.00 164.90 39.10 + 40.075 189.00 176.29 12.71 + 40.100 213.00 199.92 13.08 + 40.125 296.00 244.10 51.90 + 40.150 350.00 314.36 35.64 + 40.175 476.00 404.96 71.04 + 40.200 746.00 490.35 255.65 + 40.225 894.00 525.45 368.55 + 40.250 816.00 483.88 332.12 + 40.275 615.00 396.16 218.84 + 40.300 549.00 306.46 242.54 + 40.325 596.00 238.28 357.72 + 40.350 524.00 195.86 328.14 + 40.375 395.00 173.33 221.67 + 40.400 306.00 162.32 143.68 + 40.425 223.00 156.84 66.16 + 40.450 164.00 153.80 10.20 + 40.475 206.00 151.86 54.14 + 40.500 198.00 150.54 47.46 + 40.525 162.00 149.63 12.37 + 40.550 173.00 149.03 23.97 + 40.575 163.00 148.68 14.32 + 40.600 144.00 148.54 -4.54 + 40.625 169.00 148.58 20.42 + 40.650 160.00 148.81 11.19 + 40.675 156.00 149.22 6.78 + 40.700 143.00 149.82 -6.82 + 40.725 187.00 150.65 36.35 + 40.750 146.00 151.74 -5.74 + 40.775 146.00 153.15 -7.15 + 40.800 157.00 155.00 2.00 + 40.825 177.00 157.46 19.54 + 40.850 173.00 160.94 12.06 + 40.875 171.00 166.47 4.53 + 40.900 197.00 176.74 20.26 + 40.925 214.00 197.48 16.52 + 40.950 254.00 238.02 15.98 + 40.975 333.00 308.04 24.96 + 41.000 505.00 408.79 96.21 + 41.025 760.00 521.62 238.38 + 41.050 1047.00 599.86 447.14 + 41.075 1074.00 590.68 483.32 + 41.100 910.00 502.07 407.93 + 41.125 689.00 390.58 298.42 + 41.150 698.00 297.20 400.80 + 41.175 717.00 235.66 481.34 + 41.200 570.00 202.14 367.86 + 41.225 382.00 186.52 195.48 + 41.250 273.00 180.18 92.82 + 41.275 291.00 178.21 112.79 + 41.300 231.00 178.48 52.52 + 41.325 278.00 180.34 97.66 + 41.350 239.00 183.65 55.35 + 41.375 272.00 188.58 83.42 + 41.400 257.00 195.51 61.49 + 41.425 316.00 205.23 110.77 + 41.450 315.00 219.58 95.42 + 41.475 377.00 243.41 133.59 + 41.500 419.00 289.16 129.84 + 41.525 593.00 383.67 209.33 + 41.550 709.00 569.98 139.02 + 41.575 1116.00 891.41 224.59 + 41.600 1749.00 1349.27 399.73 + 41.625 2604.00 1849.68 754.32 + 41.650 3739.00 2169.73 1569.27 + 41.675 4133.00 2080.19 2052.81 + 41.700 3642.00 1653.22 1988.78 + 41.725 2835.00 1150.70 1684.30 + 41.750 2622.00 743.70 1878.30 + 41.775 2580.00 480.85 2099.15 + 41.800 2147.00 337.84 1809.16 + 41.825 1381.00 267.61 1113.39 + 41.850 844.00 233.11 610.89 + 41.875 578.00 214.12 363.88 + 41.900 447.00 201.99 245.01 + 41.925 351.00 193.47 157.53 + 41.950 339.00 187.27 151.73 + 41.975 309.00 182.74 126.26 + 42.000 260.00 179.55 80.45 + 42.025 268.00 177.49 90.51 + 42.050 240.00 176.47 63.53 + 42.075 250.00 176.59 73.41 + 42.100 233.00 178.22 54.78 + 42.125 275.00 182.62 92.38 + 42.150 281.00 193.00 88.00 + 42.175 285.00 215.96 69.04 + 42.200 381.00 261.21 119.79 + 42.225 450.00 336.44 113.56 + 42.250 601.00 437.41 163.59 + 42.275 801.00 536.29 264.71 + 42.300 895.00 579.58 315.42 + 42.325 881.00 533.71 347.29 + 42.350 726.00 434.19 291.81 + 42.375 644.00 333.27 310.73 + 42.400 608.00 258.12 349.88 + 42.425 589.00 212.92 376.08 + 42.450 498.00 190.06 307.94 + 42.475 386.00 180.27 205.73 + 42.500 283.00 177.09 105.91 + 42.525 277.00 176.91 100.09 + 42.550 254.00 177.21 76.79 + 42.575 276.00 175.86 100.14 + 42.600 249.00 172.54 76.46 + 42.625 224.00 168.75 55.25 + 42.650 213.00 165.65 47.35 + 42.675 196.00 163.64 32.36 + 42.700 234.00 162.61 71.39 + 42.725 186.00 162.24 23.76 + 42.750 215.00 162.27 52.73 + 42.775 191.00 162.53 28.47 + 42.800 211.00 162.96 48.04 + 42.825 189.00 163.54 25.46 + 42.850 204.00 164.25 39.75 + 42.875 193.00 165.10 27.90 + 42.900 227.00 166.09 60.91 + 42.925 221.00 167.22 53.78 + 42.950 225.00 168.51 56.49 + 42.975 199.00 169.97 29.03 + 43.000 187.00 171.62 15.38 + 43.025 193.00 173.48 19.52 + 43.050 214.00 175.58 38.42 + 43.075 235.00 177.95 57.05 + 43.100 241.00 180.63 60.37 + 43.125 232.00 183.68 48.32 + 43.150 239.00 187.15 51.85 + 43.175 254.00 191.13 62.87 + 43.200 252.00 195.70 56.30 + 43.225 264.00 201.01 62.99 + 43.250 251.00 207.20 43.80 + 43.275 260.00 214.47 45.53 + 43.300 320.00 223.10 96.90 + 43.325 375.00 233.45 141.55 + 43.350 379.00 245.98 133.02 + 43.375 442.00 261.36 180.64 + 43.400 425.00 280.54 144.46 + 43.425 492.00 304.84 187.16 + 43.450 574.00 336.42 237.58 + 43.475 693.00 379.27 313.73 + 43.500 816.00 442.69 373.31 + 43.525 1046.00 551.20 494.80 + 43.550 1286.00 764.23 521.77 + 43.575 1773.00 1198.81 574.19 + 43.600 2593.00 2020.64 572.36 + 43.625 4047.00 3351.39 695.61 + 43.650 6544.00 5090.65 1453.35 + 43.675 9907.00 6707.81 3199.19 + 43.700 12440.00 7328.89 5111.11 + 43.725 12196.00 6521.41 5674.59 + 43.750 9815.00 4834.05 4980.95 + 43.775 8006.00 3131.69 4874.31 + 43.800 7742.00 1876.21 5865.79 + 43.825 7431.00 1122.47 6308.53 + 43.850 5975.00 731.77 5243.23 + 43.875 3773.00 542.04 3230.96 + 43.900 2148.00 444.92 1703.08 + 43.925 1465.00 387.75 1077.25 + 43.950 1080.00 349.34 730.66 + 43.975 849.00 321.61 527.39 + 44.000 683.00 301.07 381.93 + 44.025 579.00 285.79 293.21 + 44.050 560.00 274.58 285.42 + 44.075 480.00 266.66 213.34 + 44.100 481.00 261.54 219.46 + 44.125 470.00 258.88 211.12 + 44.150 468.00 258.68 209.32 + 44.175 450.00 260.95 189.05 + 44.200 469.00 265.94 203.06 + 44.225 498.00 274.14 223.86 + 44.250 468.00 286.42 181.58 + 44.275 528.00 304.43 223.57 + 44.300 615.00 331.93 283.07 + 44.325 632.00 378.51 253.49 + 44.350 765.00 467.51 297.49 + 44.375 985.00 645.82 339.18 + 44.400 1263.00 981.73 281.27 + 44.425 1833.00 1528.02 304.98 + 44.450 2821.00 2256.26 564.74 + 44.475 4290.00 2986.61 1303.39 + 44.500 5647.00 3403.36 2243.64 + 44.525 5682.00 3439.78 2242.22 + 44.550 5372.00 3414.73 1957.27 + 44.575 5802.00 3462.35 2339.65 + 44.600 7664.00 3324.85 4339.15 + 44.625 7744.00 2760.12 4983.88 + 44.650 5866.00 1983.96 3882.04 + 44.675 4103.00 1296.63 2806.37 + 44.700 3552.00 821.90 2730.10 + 44.725 3442.00 548.53 2893.47 + 44.750 2855.00 408.73 2446.27 + 44.775 1843.00 337.92 1505.08 + 44.800 1102.00 297.92 804.08 + 44.825 771.00 271.62 499.38 + 44.850 578.00 252.42 325.58 + 44.875 517.00 237.67 279.33 + 44.900 456.00 226.01 229.99 + 44.925 381.00 216.64 164.36 + 44.950 379.00 209.01 169.99 + 44.975 335.00 202.70 132.30 + 45.000 326.00 197.45 128.55 + 45.025 303.00 193.04 109.96 + 45.050 286.00 189.31 96.69 + 45.075 287.00 186.15 100.85 + 45.100 274.00 183.44 90.56 + 45.125 272.00 181.14 90.86 + 45.150 282.00 179.17 102.83 + 45.175 267.00 177.50 89.50 + 45.200 236.00 176.08 59.92 + 45.225 255.00 174.90 80.10 + 45.250 238.00 173.94 64.06 + 45.275 218.00 173.17 44.83 + 45.300 224.00 172.60 51.40 + 45.325 209.00 172.21 36.79 + 45.350 228.00 172.01 55.99 + 45.375 244.00 172.08 71.92 + 45.400 234.00 172.28 61.72 + 45.425 221.00 172.70 48.30 + 45.450 237.00 173.38 63.62 + 45.475 224.00 174.34 49.66 + 45.500 217.00 175.64 41.36 + 45.525 187.00 177.35 9.65 + 45.550 261.00 179.58 81.42 + 45.575 216.00 182.44 33.56 + 45.600 246.00 186.14 59.86 + 45.625 244.00 190.95 53.05 + 45.650 282.00 197.28 84.72 + 45.675 276.00 205.77 70.23 + 45.700 314.00 217.69 96.31 + 45.725 333.00 236.12 96.88 + 45.750 385.00 269.57 115.43 + 45.775 413.00 338.91 74.09 + 45.800 609.00 483.58 125.42 + 45.825 855.00 752.17 102.83 + 45.850 1397.00 1161.14 235.86 + 45.875 2190.00 1632.34 557.66 + 45.900 3180.00 1936.84 1243.16 + 45.925 3151.00 1826.98 1324.02 + 45.950 2427.00 1402.04 1024.96 + 45.975 1819.00 942.81 876.19 + 46.000 1843.00 600.44 1242.56 + 46.025 2058.00 398.06 1659.94 + 46.050 1720.00 296.24 1423.76 + 46.075 1115.00 247.94 867.06 + 46.100 716.00 223.17 492.83 + 46.125 480.00 208.11 271.89 + 46.150 364.00 197.71 166.29 + 46.175 297.00 189.97 107.03 + 46.200 300.00 184.01 115.99 + 46.225 267.00 179.33 87.67 + 46.250 227.00 175.58 51.42 + 46.275 215.00 172.53 42.47 + 46.300 189.00 170.02 18.98 + 46.325 213.00 167.94 45.06 + 46.350 174.00 166.18 7.82 + 46.375 175.00 164.69 10.31 + 46.400 193.00 163.42 29.58 + 46.425 183.00 162.32 20.68 + 46.450 178.00 161.38 16.62 + 46.475 166.00 160.55 5.45 + 46.500 171.00 159.83 11.17 + 46.525 171.00 159.19 11.81 + 46.550 172.00 158.64 13.36 + 46.575 161.00 158.14 2.86 + 46.600 151.00 157.71 -6.71 + 46.625 143.00 157.32 -14.32 + 46.650 141.00 156.98 -15.98 + 46.675 139.00 156.68 -17.68 + 46.700 172.00 156.41 15.59 + 46.725 153.00 156.17 -3.17 + 46.750 169.00 155.97 13.03 + 46.775 141.00 155.77 -14.77 + 46.800 125.00 155.61 -30.61 + 46.825 135.00 155.48 -20.48 + 46.850 142.00 155.37 -13.37 + 46.875 134.00 155.28 -21.28 + 46.900 142.00 155.21 -13.21 + 46.925 138.00 155.16 -17.16 + 46.950 152.00 155.13 -3.13 + 46.975 159.00 155.12 3.88 + 47.000 140.00 155.13 -15.13 + 47.025 143.00 155.16 -12.16 + 47.050 136.00 155.21 -19.21 + 47.075 147.00 155.29 -8.29 + 47.100 144.00 155.39 -11.39 + 47.125 148.00 155.53 -7.53 + 47.150 153.00 155.73 -2.73 + 47.175 112.00 155.94 -43.94 + 47.200 148.00 156.20 -8.20 + 47.225 138.00 156.51 -18.51 + 47.250 119.00 156.89 -37.89 + 47.275 121.00 157.35 -36.35 + 47.300 160.00 157.92 2.08 + 47.325 136.00 158.61 -22.61 + 47.350 164.00 159.49 4.51 + 47.375 137.00 160.60 -23.60 + 47.400 166.00 162.04 3.96 + 47.425 142.00 163.96 -21.96 + 47.450 158.00 166.63 -8.63 + 47.475 176.00 170.79 5.21 + 47.500 175.00 178.45 -3.45 + 47.525 183.00 194.48 -11.48 + 47.550 249.00 227.75 21.25 + 47.575 309.00 287.92 21.08 + 47.600 389.00 375.18 13.82 + 47.625 541.00 465.67 75.33 + 47.650 720.00 503.47 216.53 + 47.675 682.00 454.28 227.72 + 47.700 600.00 362.32 237.68 + 47.725 452.00 279.39 172.61 + 47.750 443.00 225.02 217.98 + 47.775 453.00 196.88 256.12 + 47.800 437.00 184.71 252.29 + 47.825 329.00 179.25 149.75 + 47.850 289.00 175.17 113.83 + 47.875 226.00 171.34 54.66 + 47.900 201.00 168.31 32.69 + 47.925 182.00 166.34 15.66 + 47.950 160.00 165.33 -5.33 + 47.975 178.00 165.04 12.96 + 48.000 146.00 165.27 -19.27 + 48.025 181.00 165.94 15.06 + 48.050 142.00 167.05 -25.05 + 48.075 201.00 168.61 32.39 + 48.100 182.00 170.93 11.07 + 48.125 174.00 174.20 -0.20 + 48.150 168.00 179.02 -11.02 + 48.175 174.00 186.94 -12.94 + 48.200 233.00 202.25 30.75 + 48.225 275.00 235.15 39.85 + 48.250 331.00 302.84 28.16 + 48.275 464.00 421.45 42.55 + 48.300 712.00 584.44 127.56 + 48.325 969.00 734.12 234.88 + 48.350 1093.00 761.33 331.67 + 48.375 984.00 639.22 344.78 + 48.400 752.00 470.86 281.14 + 48.425 624.00 335.11 288.89 + 48.450 651.00 251.98 399.02 + 48.475 695.00 209.76 485.24 + 48.500 597.00 190.07 406.93 + 48.525 460.00 180.32 279.68 + 48.550 284.00 174.55 109.45 + 48.575 261.00 170.63 90.37 + 48.600 211.00 167.77 43.23 + 48.625 196.00 165.64 30.36 + 48.650 175.00 163.94 11.06 + 48.675 167.00 162.60 4.40 + 48.700 165.00 161.54 3.46 + 48.725 143.00 160.68 -17.68 + 48.750 153.00 159.97 -6.97 + 48.775 155.00 159.39 -4.39 + 48.800 137.00 158.90 -21.90 + 48.825 161.00 158.50 2.50 + 48.850 131.00 158.15 -27.15 + 48.875 138.00 157.87 -19.87 + 48.900 125.00 157.62 -32.62 + 48.925 114.00 157.41 -43.41 + 48.950 154.00 157.24 -3.24 + 48.975 114.00 157.09 -43.09 + 49.000 118.00 156.97 -38.97 + 49.025 120.00 156.86 -36.86 + 49.050 130.00 156.77 -26.77 + 49.075 117.00 156.70 -39.70 + 49.100 126.00 156.65 -30.65 + 49.125 132.00 156.60 -24.60 + 49.150 122.00 156.57 -34.57 + 49.175 133.00 156.55 -23.55 + 49.200 122.00 156.53 -34.53 + 49.225 113.00 156.53 -43.53 + 49.250 128.00 156.53 -28.53 + 49.275 139.00 156.54 -17.54 + 49.300 126.00 156.55 -30.55 + 49.325 140.00 156.57 -16.57 + 49.350 120.00 156.60 -36.60 + 49.375 122.00 156.64 -34.64 + 49.400 122.00 156.68 -34.68 + 49.425 136.00 156.72 -20.72 + 49.450 116.00 156.77 -40.77 + 49.475 113.00 156.83 -43.83 + 49.500 103.00 156.89 -53.89 + 49.525 120.00 156.96 -36.96 + 49.550 129.00 157.03 -28.03 + 49.575 112.00 157.11 -45.11 + 49.600 118.00 157.19 -39.19 + 49.625 140.00 157.28 -17.28 + 49.650 135.00 157.38 -22.38 + 49.675 101.00 157.48 -56.48 + 49.700 128.00 157.59 -29.59 + 49.725 115.00 157.70 -42.70 + 49.750 126.00 157.83 -31.83 + 49.775 120.00 157.96 -37.96 + 49.800 119.00 158.10 -39.10 + 49.825 107.00 158.25 -51.25 + 49.850 122.00 158.41 -36.41 + 49.875 124.00 158.58 -34.58 + 49.900 123.00 158.61 -35.61 + 49.925 159.00 158.64 0.36 + 49.950 132.00 158.85 -26.85 + 49.975 136.00 159.08 -23.08 + 50.000 115.00 159.33 -44.33 + 50.025 142.00 159.60 -17.60 + 50.050 132.00 159.89 -27.89 + 50.075 144.00 160.21 -16.21 + 50.100 140.00 160.55 -20.55 + 50.125 131.00 160.93 -29.93 + 50.150 112.00 161.35 -49.35 + 50.175 147.00 161.81 -14.81 + 50.200 129.00 162.32 -33.32 + 50.225 129.00 162.90 -33.90 + 50.250 106.00 163.56 -57.56 + 50.275 129.00 164.30 -35.30 + 50.300 127.00 165.14 -38.14 + 50.325 122.00 166.07 -44.07 + 50.350 155.00 167.11 -12.11 + 50.375 130.00 168.36 -38.36 + 50.400 121.00 169.78 -48.78 + 50.425 131.00 171.47 -40.47 + 50.450 173.00 173.49 -0.49 + 50.475 157.00 175.94 -18.94 + 50.500 146.00 178.92 -32.92 + 50.525 153.00 182.63 -29.63 + 50.550 168.00 187.30 -19.30 + 50.575 199.00 193.31 5.69 + 50.600 204.00 201.21 2.79 + 50.625 212.00 211.85 0.15 + 50.650 232.00 227.43 4.57 + 50.675 255.00 253.11 1.89 + 50.700 319.00 303.88 15.12 + 50.725 410.00 414.27 -4.27 + 50.750 629.00 639.33 -10.33 + 50.775 1090.00 1017.72 72.28 + 50.800 1814.00 1492.17 321.83 + 50.825 2668.00 1814.20 853.80 + 50.850 2463.00 1679.56 783.44 + 50.875 1752.00 1230.09 521.91 + 50.900 1187.00 791.80 395.20 + 50.925 1257.00 498.94 758.06 + 50.950 1542.00 343.96 1198.04 + 50.975 1549.00 272.13 1276.87 + 51.000 1066.00 238.05 827.95 + 51.025 624.00 219.07 404.93 + 51.050 387.00 206.63 180.37 + 51.075 314.00 197.73 116.27 + 51.100 267.00 191.09 75.91 + 51.125 208.00 186.01 21.99 + 51.150 211.00 182.04 28.96 + 51.175 210.00 178.90 31.10 + 51.200 181.00 176.37 4.63 + 51.225 170.00 174.32 -4.32 + 51.250 154.00 172.62 -18.62 + 51.275 155.00 171.22 -16.22 + 51.300 143.00 170.05 -27.05 + 51.325 171.00 169.07 1.93 + 51.350 156.00 168.25 -12.25 + 51.375 134.00 167.55 -33.55 + 51.400 142.00 166.96 -24.96 + 51.425 142.00 166.46 -24.46 + 51.450 136.00 166.03 -30.03 + 51.475 139.00 165.68 -26.68 + 51.500 139.00 165.39 -26.39 + 51.525 132.00 165.14 -33.14 + 51.550 152.00 164.95 -12.95 + 51.575 123.00 164.80 -41.80 + 51.600 137.00 164.68 -27.68 + 51.625 125.00 164.61 -39.61 + 51.650 132.00 164.59 -32.59 + 51.675 133.00 164.59 -31.59 + 51.700 137.00 164.61 -27.61 + 51.725 148.00 164.67 -16.67 + 51.750 121.00 164.76 -43.76 + 51.775 150.00 164.89 -14.89 + 51.800 139.00 165.06 -26.06 + 51.825 127.00 165.37 -38.37 + 51.850 127.00 165.62 -38.62 + 51.875 146.00 165.92 -19.92 + 51.900 147.00 166.19 -19.19 + 51.925 155.00 166.61 -11.61 + 51.950 131.00 167.10 -36.10 + 51.975 144.00 167.67 -23.67 + 52.000 148.00 168.36 -20.36 + 52.025 138.00 169.16 -31.16 + 52.050 149.00 170.13 -21.13 + 52.075 154.00 171.29 -17.29 + 52.100 142.00 172.70 -30.70 + 52.125 141.00 174.44 -33.44 + 52.150 181.00 176.62 4.38 + 52.175 185.00 179.38 5.62 + 52.200 169.00 182.96 -13.96 + 52.225 181.00 187.73 -6.73 + 52.250 203.00 194.41 8.59 + 52.275 236.00 204.36 31.64 + 52.300 232.00 221.89 10.11 + 52.325 335.00 258.31 76.69 + 52.350 428.00 336.33 91.67 + 52.375 600.00 482.83 117.17 + 52.400 826.00 699.82 126.18 + 52.425 1143.00 914.70 228.30 + 52.450 1282.00 970.38 311.62 + 52.475 1262.00 848.17 413.83 + 52.500 1070.00 683.19 386.81 + 52.525 962.00 523.70 438.30 + 52.550 964.00 388.58 575.42 + 52.575 871.00 296.82 574.18 + 52.600 886.00 243.50 642.50 + 52.625 728.00 215.52 512.48 + 52.650 557.00 201.12 355.88 + 52.675 468.00 193.01 274.99 + 52.700 370.00 187.83 182.17 + 52.725 267.00 184.22 82.78 + 52.750 235.00 181.62 53.38 + 52.775 203.00 179.74 23.26 + 52.800 187.00 178.41 8.59 + 52.825 181.00 177.51 3.49 + 52.850 188.00 176.98 11.02 + 52.875 189.00 176.79 12.21 + 52.900 166.00 176.95 -10.95 + 52.925 167.00 177.58 -10.58 + 52.950 175.00 179.04 -4.04 + 52.975 191.00 182.23 8.77 + 53.000 184.00 188.68 -4.68 + 53.025 181.00 199.54 -18.54 + 53.050 226.00 213.19 12.81 + 53.075 228.00 222.32 5.68 + 53.100 258.00 219.47 38.53 + 53.125 216.00 211.31 4.69 + 53.150 233.00 208.04 24.96 + 53.175 250.00 216.76 33.24 + 53.200 287.00 245.07 41.93 + 53.225 332.00 299.06 32.94 + 53.250 441.00 371.60 69.40 + 53.275 506.00 423.72 82.28 + 53.300 459.00 403.77 55.23 + 53.325 447.00 336.68 110.32 + 53.350 383.00 275.73 107.27 + 53.375 372.00 239.43 132.57 + 53.400 397.00 224.56 172.44 + 53.425 408.00 222.47 185.53 + 53.450 434.00 227.65 206.35 + 53.475 419.00 239.29 179.71 + 53.500 346.00 261.80 84.20 + 53.525 392.00 307.23 84.77 + 53.550 441.00 396.42 44.58 + 53.575 622.00 550.58 71.42 + 53.600 912.00 769.09 142.91 + 53.625 1096.00 996.29 99.71 + 53.650 1359.00 1188.44 170.56 + 53.675 1605.00 1365.33 239.67 + 53.700 1949.00 1426.00 523.00 + 53.725 1937.00 1369.09 567.91 + 53.750 1843.00 1347.17 495.83 + 53.775 2020.00 1298.08 721.92 + 53.800 1980.00 1067.04 912.96 + 53.825 1741.00 752.69 988.31 + 53.850 1467.00 504.90 962.10 + 53.875 1209.00 357.54 851.46 + 53.900 1080.00 283.69 796.31 + 53.925 998.00 247.91 750.09 + 53.950 719.00 228.28 490.72 + 53.975 548.00 215.59 332.41 + 54.000 393.00 206.52 186.48 + 54.025 314.00 199.71 114.29 + 54.050 277.00 194.51 82.49 + 54.075 248.00 190.36 57.64 + 54.100 204.00 187.06 16.94 + 54.125 179.00 184.38 -5.38 + 54.150 180.00 182.17 -2.17 + 54.175 168.00 180.34 -12.34 + 54.200 160.00 178.81 -18.81 + 54.225 170.00 177.52 -7.52 + 54.250 160.00 176.42 -16.42 + 54.275 184.00 175.48 8.52 + 54.300 179.00 174.68 4.32 + 54.325 164.00 173.99 -9.99 + 54.350 149.00 173.40 -24.40 + 54.375 156.00 172.89 -16.89 + 54.400 140.00 172.45 -32.45 + 54.425 161.00 172.08 -11.08 + 54.450 149.00 171.76 -22.76 + 54.475 134.00 171.49 -37.49 + 54.500 126.00 171.27 -45.27 + 54.525 143.00 171.09 -28.09 + 54.550 138.00 170.95 -32.95 + 54.575 142.00 170.84 -28.84 + 54.600 163.00 170.77 -7.77 + 54.625 131.00 170.73 -39.73 + 54.650 161.00 170.73 -9.73 + 54.675 131.00 170.76 -39.76 + 54.700 147.00 170.83 -23.83 + 54.725 150.00 170.92 -20.92 + 54.750 160.00 171.06 -11.06 + 54.775 128.00 171.24 -43.24 + 54.800 126.00 171.46 -45.46 + 54.825 128.00 171.73 -43.73 + 54.850 152.00 172.06 -20.06 + 54.875 134.00 172.45 -38.45 + 54.900 158.00 172.92 -14.92 + 54.925 135.00 173.47 -38.47 + 54.950 162.00 174.14 -12.14 + 54.975 157.00 174.94 -17.94 + 55.000 173.00 175.89 -2.89 + 55.025 156.00 177.04 -21.04 + 55.050 162.00 178.44 -16.44 + 55.075 158.00 180.19 -22.19 + 55.100 164.00 182.41 -18.41 + 55.125 155.00 185.27 -30.27 + 55.150 194.00 189.02 4.98 + 55.175 195.00 194.10 0.90 + 55.200 196.00 201.24 -5.24 + 55.225 253.00 212.18 40.82 + 55.250 262.00 231.90 30.10 + 55.275 350.00 274.41 75.59 + 55.300 464.00 368.14 95.86 + 55.325 665.00 544.11 120.89 + 55.350 937.00 790.07 146.93 + 55.375 1141.00 972.06 168.94 + 55.400 1055.00 893.51 161.49 + 55.425 834.00 651.00 183.00 + 55.450 657.00 438.93 218.07 + 55.475 648.00 313.25 334.75 + 55.500 638.00 254.66 383.34 + 55.525 752.00 230.49 521.51 + 55.550 672.00 221.48 450.52 + 55.575 543.00 222.26 320.74 + 55.600 404.00 236.77 167.23 + 55.625 370.00 274.75 95.25 + 55.650 386.00 341.57 44.43 + 55.675 469.00 416.91 52.09 + 55.700 560.00 435.60 124.40 + 55.725 465.00 372.29 92.71 + 55.750 360.00 293.21 66.79 + 55.775 285.00 238.29 46.71 + 55.800 276.00 209.59 66.41 + 55.825 355.00 196.61 158.39 + 55.850 364.00 190.51 173.49 + 55.875 291.00 187.12 103.88 + 55.900 228.00 184.97 43.03 + 55.925 190.00 183.56 6.44 + 55.950 194.00 182.64 11.36 + 55.975 195.00 182.10 12.90 + 56.000 180.00 181.85 -1.85 + 56.025 163.00 181.84 -18.84 + 56.050 154.00 182.05 -28.05 + 56.075 156.00 182.47 -26.47 + 56.100 184.00 183.09 0.91 + 56.125 181.00 183.93 -2.93 + 56.150 152.00 185.01 -33.01 + 56.175 176.00 186.35 -10.35 + 56.200 177.00 188.01 -11.01 + 56.225 160.00 190.07 -30.07 + 56.250 178.00 192.60 -14.60 + 56.275 185.00 195.75 -10.75 + 56.300 175.00 199.73 -24.73 + 56.325 206.00 204.77 1.23 + 56.350 214.00 211.51 2.49 + 56.375 244.00 220.82 23.18 + 56.400 255.00 235.12 19.88 + 56.425 254.00 261.09 -7.09 + 56.450 373.00 313.87 59.13 + 56.475 514.00 413.68 100.32 + 56.500 623.00 563.39 59.61 + 56.525 827.00 702.95 124.05 + 56.550 875.00 717.44 157.56 + 56.575 884.00 664.55 219.45 + 56.600 951.00 725.05 225.95 + 56.625 1181.00 1021.14 159.86 + 56.650 1887.00 1556.41 330.59 + 56.675 2582.00 2056.43 525.57 + 56.700 2875.00 1972.07 902.93 + 56.725 2303.00 1399.83 903.17 + 56.750 1613.00 864.76 748.24 + 56.775 1270.00 542.25 727.75 + 56.800 1312.00 390.67 921.33 + 56.825 1510.00 326.48 1183.52 + 56.850 1599.00 298.22 1300.78 + 56.875 1288.00 286.11 1001.89 + 56.900 890.00 284.86 605.14 + 56.925 794.00 295.72 498.28 + 56.950 643.00 329.01 313.99 + 56.975 683.00 415.15 267.85 + 57.000 884.00 609.38 274.62 + 57.025 1207.00 952.69 254.31 + 57.050 1571.00 1359.77 211.23 + 57.075 1762.00 1493.62 268.38 + 57.100 1506.00 1201.44 304.56 + 57.125 1186.00 828.53 357.47 + 57.150 969.00 555.37 413.63 + 57.175 975.00 391.10 583.90 + 57.200 1015.00 304.62 710.38 + 57.225 1048.00 260.18 787.82 + 57.250 938.00 236.00 702.00 + 57.275 733.00 221.40 511.60 + 57.300 494.00 211.58 282.42 + 57.325 392.00 204.46 187.54 + 57.350 292.00 199.07 92.93 + 57.375 276.00 194.89 81.11 + 57.400 254.00 191.57 62.43 + 57.425 229.00 188.89 40.11 + 57.450 216.00 186.69 29.31 + 57.475 203.00 184.87 18.13 + 57.500 194.00 183.34 10.66 + 57.525 189.00 182.05 6.95 + 57.550 192.00 180.94 11.06 + 57.575 181.00 180.00 1.00 + 57.600 191.00 179.18 11.82 + 57.625 163.00 178.47 -15.47 + 57.650 175.00 177.88 -2.88 + 57.675 186.00 177.35 8.65 + 57.700 149.00 176.88 -27.88 + 57.725 175.00 176.48 -1.48 + 57.750 142.00 176.29 -34.29 + 57.775 180.00 175.95 4.05 + 57.800 136.00 175.70 -39.70 + 57.825 151.00 175.47 -24.47 + 57.850 177.00 175.30 1.70 + 57.875 156.00 175.16 -19.16 + 57.900 159.00 175.05 -16.05 + 57.925 174.00 174.98 -0.98 + 57.950 148.00 174.94 -26.94 + 57.975 147.00 174.93 -27.93 + 58.000 141.00 174.96 -33.96 + 58.025 145.00 175.03 -30.03 + 58.050 156.00 175.14 -19.14 + 58.075 144.00 175.30 -31.30 + 58.100 149.00 175.51 -26.51 + 58.125 145.00 175.78 -30.78 + 58.150 127.00 176.12 -49.12 + 58.175 143.00 176.55 -33.55 + 58.200 159.00 177.09 -18.09 + 58.225 129.00 177.77 -48.77 + 58.250 161.00 178.64 -17.64 + 58.275 138.00 179.77 -41.77 + 58.300 145.00 181.27 -36.27 + 58.325 165.00 183.38 -18.38 + 58.350 172.00 186.75 -14.75 + 58.375 184.00 193.19 -9.19 + 58.400 217.00 206.44 10.56 + 58.425 266.00 230.34 35.66 + 58.450 272.00 261.50 10.50 + 58.475 313.00 277.75 35.25 + 58.500 288.00 262.91 25.09 + 58.525 275.00 242.59 32.41 + 58.550 321.00 235.72 85.28 + 58.575 323.00 249.11 73.89 + 58.600 439.00 296.38 142.62 + 58.625 573.00 407.82 165.18 + 58.650 743.00 607.99 135.01 + 58.675 906.00 839.95 66.05 + 58.700 960.00 883.43 76.57 + 58.725 812.00 677.76 134.24 + 58.750 566.00 455.49 110.51 + 58.775 541.00 318.21 222.79 + 58.800 535.00 254.12 280.88 + 58.825 554.00 228.47 325.53 + 58.850 567.00 221.06 345.94 + 58.875 599.00 225.73 373.27 + 58.900 473.00 238.58 234.42 + 58.925 359.00 245.21 113.79 + 58.950 290.00 230.91 59.09 + 58.975 254.00 209.95 44.05 + 59.000 189.00 195.08 -6.08 + 59.025 184.00 187.04 -3.04 + 59.050 196.00 183.02 12.98 + 59.075 210.00 180.77 29.23 + 59.100 190.00 179.25 10.75 + 59.125 179.00 178.14 0.86 + 59.150 148.00 177.35 -29.35 + 59.175 160.00 176.67 -16.67 + 59.200 147.00 176.13 -29.13 + 59.225 122.00 175.69 -53.69 + 59.250 148.00 175.33 -27.33 + 59.275 141.00 175.04 -34.04 + 59.300 140.00 174.81 -34.81 + 59.325 142.00 174.62 -32.62 + 59.350 114.00 174.48 -60.48 + 59.375 150.00 174.38 -24.38 + 59.400 151.00 174.34 -23.34 + 59.425 132.00 174.32 -42.32 + 59.450 153.00 174.33 -21.33 + 59.475 140.00 174.39 -34.39 + 59.500 118.00 174.49 -56.49 + 59.525 128.00 174.65 -46.65 + 59.550 140.00 174.88 -34.88 + 59.575 136.00 175.19 -39.19 + 59.600 122.00 175.61 -53.61 + 59.625 130.00 176.19 -46.19 + 59.650 135.00 176.98 -41.98 + 59.675 133.00 178.09 -45.09 + 59.700 165.00 179.71 -14.71 + 59.725 160.00 182.23 -22.23 + 59.750 163.00 186.76 -23.76 + 59.775 166.00 196.71 -30.71 + 59.800 190.00 219.52 -29.52 + 59.825 264.00 263.37 0.63 + 59.850 331.00 321.11 9.89 + 59.875 334.00 343.16 -9.16 + 59.900 297.00 298.34 -1.34 + 59.925 215.00 243.17 -28.17 + 59.950 205.00 208.32 -3.32 + 59.975 212.00 191.83 20.17 + 60.000 268.00 184.74 83.26 + 60.025 226.00 181.27 44.73 + 60.050 256.00 179.22 76.78 + 60.075 199.00 177.87 21.13 + 60.100 165.00 176.93 -11.93 + 60.125 148.00 176.27 -28.27 + 60.150 159.00 175.80 -16.80 + 60.175 132.00 175.46 -43.46 + 60.200 154.00 175.23 -21.23 + 60.225 139.00 175.08 -36.08 + 60.250 121.00 174.99 -53.99 + 60.275 144.00 174.97 -30.97 + 60.300 131.00 175.01 -44.01 + 60.325 136.00 175.10 -39.10 + 60.350 139.00 175.27 -36.27 + 60.375 120.00 175.51 -55.51 + 60.400 129.00 175.80 -46.80 + 60.425 130.00 176.28 -46.28 + 60.450 143.00 176.96 -33.96 + 60.475 127.00 177.94 -50.94 + 60.500 150.00 179.42 -29.42 + 60.525 156.00 181.97 -25.97 + 60.550 154.00 187.30 -33.30 + 60.575 153.00 199.83 -46.83 + 60.600 162.00 225.14 -63.14 + 60.625 208.00 262.12 -54.12 + 60.650 247.00 283.11 -36.11 + 60.675 207.00 258.69 -51.69 + 60.700 192.00 222.33 -30.33 + 60.725 179.00 198.55 -19.55 + 60.750 148.00 187.20 -39.20 + 60.775 154.00 182.39 -28.39 + 60.800 204.00 180.11 23.89 + 60.825 186.00 178.81 7.19 + 60.850 208.00 177.99 30.01 + 60.875 175.00 177.46 -2.46 + 60.900 141.00 177.11 -36.11 + 60.925 111.00 176.89 -65.89 + 60.950 124.00 176.76 -52.76 + 60.975 132.00 176.70 -44.70 + 61.000 127.00 176.70 -49.70 + 61.025 125.00 176.75 -51.75 + 61.050 124.00 176.83 -52.83 + 61.075 147.00 176.95 -29.95 + 61.100 143.00 177.10 -34.10 + 61.125 135.00 177.28 -42.28 + 61.150 136.00 177.50 -41.50 + 61.175 143.00 177.74 -34.74 + 61.200 145.00 178.02 -33.02 + 61.225 143.00 178.33 -35.33 + 61.250 148.00 178.75 -30.75 + 61.275 151.00 179.15 -28.15 + 61.300 139.00 179.59 -40.59 + 61.325 142.00 180.09 -38.09 + 61.350 135.00 180.65 -45.65 + 61.375 161.00 181.28 -20.28 + 61.400 143.00 182.01 -39.01 + 61.425 139.00 182.82 -43.82 + 61.450 136.00 183.81 -47.81 + 61.475 158.00 185.02 -27.02 + 61.500 164.00 186.64 -22.64 + 61.525 167.00 189.12 -22.12 + 61.550 165.00 193.01 -28.01 + 61.575 181.00 197.99 -16.99 + 61.600 147.00 201.56 -54.56 + 61.625 160.00 201.74 -41.74 + 61.650 195.00 201.33 -6.33 + 61.675 209.00 202.65 6.35 + 61.700 190.00 205.93 -15.93 + 61.725 226.00 210.91 15.09 + 61.750 195.00 217.67 -22.67 + 61.775 241.00 226.73 14.27 + 61.800 278.00 239.13 38.87 + 61.825 302.00 256.96 45.04 + 61.850 344.00 285.32 58.68 + 61.875 427.00 337.26 89.74 + 61.900 563.00 436.91 126.09 + 61.925 789.00 607.31 181.69 + 61.950 990.00 829.14 160.86 + 61.975 1317.00 1077.26 239.74 + 62.000 1792.00 1563.28 228.72 + 62.025 2342.00 2323.11 18.89 + 62.050 2479.00 2587.51 -108.51 + 62.075 2083.00 1869.51 213.49 + 62.100 1541.00 1087.62 453.38 + 62.125 1233.00 634.97 598.03 + 62.150 1186.00 432.19 753.81 + 62.175 1301.00 343.46 957.54 + 62.200 1408.00 297.06 1110.94 + 62.225 1348.00 268.26 1079.74 + 62.250 1086.00 248.84 837.16 + 62.275 761.00 235.20 525.80 + 62.300 509.00 225.38 283.62 + 62.325 405.00 218.24 186.76 + 62.350 349.00 213.09 135.91 + 62.375 309.00 209.56 99.44 + 62.400 273.00 207.59 65.41 + 62.425 269.00 207.59 61.41 + 62.450 244.00 211.37 32.63 + 62.475 252.00 223.35 28.65 + 62.500 286.00 248.79 37.21 + 62.525 309.00 283.11 25.89 + 62.550 289.00 296.59 -7.59 + 62.575 316.00 289.06 26.94 + 62.600 317.00 278.48 38.52 + 62.625 259.00 250.24 8.76 + 62.650 228.00 221.75 6.25 + 62.675 223.00 204.83 18.17 + 62.700 259.00 196.76 62.24 + 62.725 237.00 192.98 44.02 + 62.750 212.00 190.96 21.04 + 62.775 212.00 189.77 22.23 + 62.800 201.00 189.21 11.79 + 62.825 184.00 188.90 -4.90 + 62.850 201.00 188.89 12.11 + 62.875 170.00 189.15 -19.15 + 62.900 165.00 189.68 -24.68 + 62.925 182.00 190.51 -8.51 + 62.950 182.00 191.68 -9.68 + 62.975 183.00 193.26 -10.26 + 63.000 199.00 195.37 3.63 + 63.025 200.00 198.17 1.83 + 63.050 208.00 201.94 6.06 + 63.075 190.00 207.11 -17.11 + 63.100 185.00 214.35 -29.35 + 63.125 230.00 224.86 5.14 + 63.150 275.00 241.02 33.98 + 63.175 352.00 268.86 83.14 + 63.200 448.00 327.61 120.39 + 63.225 647.00 466.43 180.57 + 63.250 956.00 752.51 203.49 + 63.275 1241.00 1145.33 95.67 + 63.300 1280.00 1237.12 42.88 + 63.325 1063.00 880.90 182.10 + 63.350 730.00 546.18 183.82 + 63.375 559.00 369.59 189.41 + 63.400 576.00 297.59 278.41 + 63.425 678.00 273.33 404.67 + 63.450 833.00 278.23 554.77 + 63.475 919.00 319.19 599.81 + 63.500 838.00 398.03 439.97 + 63.525 736.00 449.67 286.33 + 63.550 578.00 385.28 192.72 + 63.575 449.00 295.96 153.04 + 63.600 352.00 241.98 110.02 + 63.625 332.00 217.12 114.88 + 63.650 306.00 205.81 100.19 + 63.675 308.00 199.60 108.40 + 63.700 321.00 195.59 125.41 + 63.725 300.00 192.81 107.19 + 63.750 245.00 190.79 54.21 + 63.775 216.00 189.30 26.70 + 63.800 201.00 188.19 12.81 + 63.825 182.00 187.36 -5.36 + 63.850 162.00 186.76 -24.76 + 63.875 147.00 186.32 -39.32 + 63.900 163.00 186.03 -23.03 + 63.925 193.00 185.87 7.13 + 63.950 149.00 185.83 -36.83 + 63.975 171.00 185.90 -14.90 + 64.000 166.00 186.10 -20.10 + 64.025 202.00 186.39 15.61 + 64.050 155.00 186.80 -31.80 + 64.075 141.00 187.35 -46.35 + 64.100 162.00 188.04 -26.04 + 64.125 155.00 188.91 -33.91 + 64.150 166.00 189.98 -23.98 + 64.175 190.00 191.29 -1.29 + 64.200 174.00 192.91 -18.91 + 64.225 189.00 194.92 -5.92 + 64.250 211.00 197.43 13.57 + 64.275 169.00 200.60 -31.60 + 64.300 195.00 204.67 -9.67 + 64.325 197.00 209.99 -12.99 + 64.350 235.00 217.11 17.89 + 64.375 250.00 226.92 23.08 + 64.400 286.00 240.89 45.11 + 64.425 344.00 261.78 82.22 + 64.450 394.00 295.50 98.50 + 64.475 561.00 359.54 201.46 + 64.500 722.00 507.11 214.89 + 64.525 930.00 846.71 83.29 + 64.550 1317.00 1441.99 -124.99 + 64.575 1481.00 1885.25 -404.25 + 64.600 1358.00 1481.48 -123.48 + 64.625 1037.00 876.42 160.58 + 64.650 813.00 522.06 290.94 + 64.675 746.00 366.99 379.01 + 64.700 717.00 300.56 416.44 + 64.725 877.00 266.27 610.73 + 64.750 916.00 245.48 670.52 + 64.775 896.00 231.90 664.10 + 64.800 663.00 222.73 440.27 + 64.825 502.00 216.54 285.46 + 64.850 396.00 212.32 183.68 + 64.875 302.00 209.63 92.37 + 64.900 255.00 208.22 46.78 + 64.925 280.00 207.97 72.03 + 64.950 238.00 208.99 29.01 + 64.975 238.00 211.35 26.65 + 65.000 233.00 215.55 17.45 + 65.025 267.00 222.41 44.59 + 65.050 258.00 233.50 24.50 + 65.075 267.00 252.32 14.68 + 65.100 346.00 289.34 56.66 + 65.125 468.00 376.48 91.52 + 65.150 667.00 577.46 89.54 + 65.175 897.00 920.71 -23.71 + 65.200 976.00 1127.74 -151.74 + 65.225 870.00 854.98 15.02 + 65.250 617.00 529.98 87.02 + 65.275 478.00 353.04 124.96 + 65.300 483.00 277.63 205.37 + 65.325 485.00 244.37 240.63 + 65.350 541.00 226.39 314.61 + 65.375 636.00 215.16 420.84 + 65.400 625.00 207.65 417.35 + 65.425 465.00 202.43 262.57 + 65.450 354.00 198.74 155.26 + 65.475 276.00 196.21 79.79 + 65.500 231.00 194.84 36.16 + 65.525 232.00 194.90 37.10 + 65.550 190.00 195.96 -5.96 + 65.575 216.00 195.02 20.98 + 65.600 192.00 191.89 0.11 + 65.625 191.00 189.53 1.47 + 65.650 172.00 188.27 -16.27 + 65.675 178.00 187.64 -9.64 + 65.700 212.00 187.32 24.68 + 65.725 172.00 187.21 -15.21 + 65.750 174.00 187.28 -13.28 + 65.775 183.00 187.53 -4.53 + 65.800 142.00 187.99 -45.99 + 65.825 176.00 188.72 -12.72 + 65.850 174.00 189.86 -15.86 + 65.875 159.00 191.65 -32.65 + 65.900 196.00 194.78 1.22 + 65.925 194.00 201.39 -7.39 + 65.950 202.00 216.71 -14.71 + 65.975 246.00 246.22 -0.22 + 66.000 258.00 274.77 -16.77 + 66.025 272.00 258.95 13.05 + 66.050 227.00 227.88 -0.88 + 66.075 206.00 210.46 -4.46 + 66.100 220.00 204.23 15.77 + 66.125 234.00 203.09 30.91 + 66.150 235.00 204.34 30.66 + 66.175 252.00 207.31 44.69 + 66.200 241.00 212.26 28.74 + 66.225 246.00 219.88 26.12 + 66.250 280.00 232.08 47.92 + 66.275 326.00 254.22 71.78 + 66.300 391.00 303.09 87.91 + 66.325 456.00 415.16 40.84 + 66.350 640.00 613.31 26.69 + 66.375 670.00 738.56 -68.56 + 66.400 639.00 585.93 53.07 + 66.425 521.00 419.30 101.70 + 66.450 515.00 345.99 169.01 + 66.475 493.00 338.68 154.32 + 66.500 632.00 380.16 251.84 + 66.525 854.00 505.73 348.27 + 66.550 1153.00 817.61 335.39 + 66.575 1468.00 1379.61 88.39 + 66.600 1384.00 1708.69 -324.69 + 66.625 1196.00 1222.81 -26.81 + 66.650 879.00 706.68 172.32 + 66.675 770.00 444.83 325.17 + 66.700 660.00 335.78 324.22 + 66.725 705.00 286.19 418.81 + 66.750 773.00 258.77 514.23 + 66.775 815.00 241.77 573.23 + 66.800 766.00 230.71 535.29 + 66.825 626.00 223.39 402.61 + 66.850 469.00 218.62 250.38 + 66.875 409.00 215.73 193.27 + 66.900 338.00 214.39 123.61 + 66.925 280.00 214.47 65.53 + 66.950 267.00 216.03 50.97 + 66.975 303.00 219.38 83.62 + 67.000 290.00 225.11 64.89 + 67.025 315.00 234.40 80.60 + 67.050 308.00 249.51 58.49 + 67.075 375.00 275.57 99.43 + 67.100 471.00 327.90 143.10 + 67.125 637.00 452.94 184.06 + 67.150 830.00 738.43 91.57 + 67.175 1073.00 1177.29 -104.29 + 67.200 1024.00 1229.34 -205.34 + 67.225 833.00 797.78 35.22 + 67.250 639.00 482.58 156.42 + 67.275 528.00 339.84 188.16 + 67.300 502.00 280.96 221.04 + 67.325 569.00 252.74 316.26 + 67.350 667.00 237.08 429.92 + 67.375 732.00 228.29 503.71 + 67.400 600.00 224.32 375.68 + 67.425 516.00 225.11 290.89 + 67.450 444.00 233.80 210.20 + 67.475 417.00 260.70 156.30 + 67.500 430.00 321.48 108.52 + 67.525 431.00 393.13 37.87 + 67.550 409.00 363.09 45.91 + 67.575 399.00 290.93 108.07 + 67.600 319.00 257.43 61.57 + 67.625 289.00 264.80 24.20 + 67.650 333.00 309.93 23.07 + 67.675 368.00 354.92 13.08 + 67.700 368.00 313.05 54.95 + 67.725 375.00 253.88 121.12 + 67.750 332.00 222.72 109.28 + 67.775 257.00 209.63 47.37 + 67.800 253.00 203.80 49.20 + 67.825 244.00 200.80 43.20 + 67.850 250.00 199.25 50.75 + 67.875 251.00 198.61 52.39 + 67.900 239.00 198.67 40.33 + 67.925 260.00 199.29 60.71 + 67.950 202.00 200.47 1.53 + 67.975 234.00 202.28 31.72 + 68.000 236.00 204.85 31.15 + 68.025 222.00 208.41 13.59 + 68.050 268.00 213.37 54.63 + 68.075 246.00 220.48 25.52 + 68.100 261.00 231.41 29.59 + 68.125 301.00 249.89 51.11 + 68.150 352.00 281.90 70.10 + 68.175 434.00 327.98 106.02 + 68.200 507.00 391.27 115.73 + 68.225 687.00 549.52 137.48 + 68.250 891.00 876.58 14.42 + 68.275 929.00 1118.37 -189.37 + 68.300 869.00 848.16 20.84 + 68.325 744.00 573.45 170.55 + 68.350 766.00 489.74 276.26 + 68.375 883.00 579.75 303.25 + 68.400 1213.00 858.57 354.43 + 68.425 1390.00 1128.07 261.93 + 68.450 1383.00 921.20 461.80 + 68.475 1276.00 702.81 573.19 + 68.500 1228.00 760.37 467.63 + 68.525 1172.00 983.72 188.28 + 68.550 1129.00 869.35 259.65 + 68.575 970.00 555.99 414.01 + 68.600 905.00 374.76 530.24 + 68.625 839.00 295.81 543.19 + 68.650 745.00 259.31 485.69 + 68.675 632.00 238.82 393.18 + 68.700 628.00 225.78 402.22 + 68.725 600.00 216.88 383.12 + 68.750 552.00 210.55 341.45 + 68.775 393.00 205.88 187.12 + 68.800 307.00 202.35 104.65 + 68.825 265.00 199.63 65.37 + 68.850 275.00 197.50 77.50 + 68.875 215.00 195.83 19.17 + 68.900 233.00 194.52 38.48 + 68.925 208.00 193.50 14.50 + 68.950 186.00 192.72 -6.72 + 68.975 180.00 192.15 -12.15 + 69.000 200.00 191.76 8.24 + 69.025 182.00 191.55 -9.55 + 69.050 178.00 191.50 -13.50 + 69.075 170.00 191.63 -21.63 + 69.100 180.00 191.99 -11.99 + 69.125 177.00 192.52 -15.52 + 69.150 190.00 193.33 -3.33 + 69.175 173.00 194.43 -21.43 + 69.200 203.00 196.14 6.86 + 69.225 200.00 198.88 1.12 + 69.250 185.00 204.00 -19.00 + 69.275 218.00 214.26 3.74 + 69.300 207.00 229.04 -22.04 + 69.325 244.00 230.29 13.71 + 69.350 220.00 223.03 -3.03 + 69.375 243.00 222.81 20.19 + 69.400 266.00 229.50 36.50 + 69.425 280.00 242.59 37.41 + 69.450 324.00 264.94 59.06 + 69.475 394.00 306.23 87.77 + 69.500 567.00 397.18 169.82 + 69.525 690.00 612.60 77.40 + 69.550 853.00 1000.14 -147.14 + 69.575 934.00 1118.22 -184.22 + 69.600 815.00 805.97 9.03 + 69.625 877.00 697.67 179.33 + 69.650 894.00 843.49 50.51 + 69.675 888.00 827.61 60.39 + 69.700 744.00 549.91 194.09 + 69.725 665.00 374.50 290.50 + 69.750 674.00 298.94 375.06 + 69.775 693.00 266.31 426.69 + 69.800 634.00 250.25 383.75 + 69.825 583.00 242.83 340.17 + 69.850 589.00 241.30 347.70 + 69.875 572.00 245.33 326.67 + 69.900 455.00 256.72 198.28 + 69.925 501.00 280.12 220.88 + 69.950 497.00 329.67 167.33 + 69.975 637.00 450.20 186.80 + 70.000 833.00 737.34 95.66 + 70.025 1120.00 1164.76 -44.76 + 70.050 968.00 1050.71 -82.71 + 70.075 776.00 625.31 150.69 + 70.100 526.00 396.28 129.72 + 70.125 397.00 302.00 95.00 + 70.150 372.00 259.69 112.31 + 70.175 472.00 236.77 235.23 + 70.200 548.00 222.75 325.25 + 70.225 682.00 213.62 468.38 + 70.250 632.00 207.38 424.62 + 70.275 479.00 202.97 276.03 + 70.300 341.00 199.80 141.20 + 70.325 304.00 197.50 106.50 + 70.350 211.00 195.85 15.15 + 70.375 213.00 194.74 18.26 + 70.400 199.00 193.96 5.04 + 70.425 185.00 193.74 -8.74 + 70.450 190.00 193.99 -3.99 + 70.475 194.00 194.84 -0.84 + 70.500 183.00 196.43 -13.43 + 70.525 193.00 199.19 -6.19 + 70.550 204.00 203.96 0.04 + 70.575 201.00 212.84 -11.84 + 70.600 264.00 231.85 32.15 + 70.625 298.00 278.00 20.00 + 70.650 373.00 371.58 1.42 + 70.675 364.00 418.35 -54.35 + 70.700 306.00 325.99 -19.99 + 70.725 270.00 259.55 10.45 + 70.750 271.00 234.88 36.12 + 70.775 259.00 230.12 28.88 + 70.800 298.00 236.85 61.15 + 70.825 371.00 258.04 112.96 + 70.850 433.00 312.25 120.75 + 70.875 565.00 445.40 119.60 + 70.900 625.00 667.64 -42.64 + 70.925 581.00 671.39 -90.39 + 70.950 460.00 441.18 18.82 + 70.975 365.00 307.46 57.54 + 71.000 291.00 252.96 38.04 + 71.025 270.00 229.88 40.12 + 71.050 311.00 219.15 91.85 + 71.075 317.00 215.14 101.86 + 71.100 411.00 216.87 194.13 + 71.125 435.00 227.38 207.62 + 71.150 426.00 258.67 167.33 + 71.175 481.00 334.53 146.47 + 71.200 415.00 414.85 0.15 + 71.225 358.00 341.24 16.76 + 71.250 268.00 258.04 9.96 + 71.275 245.00 220.55 24.45 + 71.300 239.00 204.78 34.22 + 71.325 204.00 196.92 7.08 + 71.350 246.00 192.32 53.68 + 71.375 236.00 189.35 46.65 + 71.400 272.00 187.33 84.67 + 71.425 241.00 185.88 55.12 + 71.450 203.00 184.83 18.17 + 71.475 182.00 184.00 -2.00 + 71.500 189.00 183.36 5.64 + 71.525 163.00 182.84 -19.84 + 71.550 165.00 182.44 -17.44 + 71.575 161.00 182.11 -21.11 + 71.600 145.00 181.85 -36.85 + 71.625 149.00 181.70 -32.70 + 71.650 163.00 181.55 -18.55 + 71.675 166.00 181.44 -15.44 + 71.700 138.00 181.37 -43.37 + 71.725 141.00 181.34 -40.34 + 71.750 158.00 181.37 -23.37 + 71.775 145.00 181.44 -36.44 + 71.800 131.00 181.58 -50.58 + 71.825 135.00 181.79 -46.79 + 71.850 147.00 182.12 -35.12 + 71.875 133.00 182.60 -49.60 + 71.900 140.00 183.29 -43.29 + 71.925 144.00 184.54 -40.54 + 71.950 155.00 186.90 -31.90 + 71.975 157.00 192.13 -35.13 + 72.000 196.00 203.28 -7.28 + 72.025 193.00 213.07 -20.07 + 72.050 175.00 210.19 -35.19 + 72.075 172.00 201.02 -29.02 + 72.100 174.00 194.84 -20.84 + 72.125 148.00 193.87 -45.87 + 72.150 164.00 196.04 -32.04 + 72.175 177.00 201.28 -24.28 + 72.200 183.00 211.33 -28.33 + 72.225 250.00 231.98 18.02 + 72.250 310.00 281.12 28.88 + 72.275 439.00 398.54 40.46 + 72.300 401.00 535.38 -134.38 + 72.325 356.00 420.10 -64.10 + 72.350 276.00 291.07 -15.07 + 72.375 178.00 235.47 -57.47 + 72.400 216.00 212.24 3.76 + 72.425 209.00 200.79 8.21 + 72.450 222.00 194.29 27.71 + 72.475 263.00 190.29 72.71 + 72.500 281.00 187.65 93.35 + 72.525 270.00 185.84 84.16 + 72.550 217.00 184.56 32.44 + 72.575 181.00 183.66 -2.66 + 72.600 183.00 183.04 -0.04 + 72.625 174.00 182.70 -8.70 + 72.650 171.00 182.79 -11.79 + 72.675 151.00 183.72 -32.72 + 72.700 142.00 185.01 -43.01 + 72.725 130.00 183.56 -53.56 + 72.750 147.00 181.99 -34.99 + 72.775 146.00 181.26 -35.26 + 72.800 148.00 180.93 -32.93 + 72.825 124.00 180.76 -56.76 + 72.850 129.00 180.67 -51.67 + 72.875 128.00 180.63 -52.63 + 72.900 135.00 180.68 -45.68 + 72.925 143.00 180.72 -37.72 + 72.950 135.00 180.79 -45.79 + 72.975 145.00 180.90 -35.90 + 73.000 134.00 181.03 -47.03 + 73.025 131.00 181.21 -50.21 + 73.050 154.00 181.42 -27.42 + 73.075 135.00 181.59 -46.59 + 73.100 139.00 181.89 -42.89 + 73.125 155.00 182.27 -27.27 + 73.150 143.00 182.64 -39.64 + 73.175 151.00 183.16 -32.16 + 73.200 154.00 183.77 -29.77 + 73.225 160.00 184.52 -24.52 + 73.250 141.00 185.42 -44.42 + 73.275 160.00 186.55 -26.55 + 73.300 155.00 187.97 -32.97 + 73.325 171.00 189.78 -18.78 + 73.350 166.00 192.16 -26.16 + 73.375 159.00 195.36 -36.36 + 73.400 187.00 199.87 -12.87 + 73.425 205.00 206.60 -1.60 + 73.450 212.00 217.08 -5.08 + 73.475 230.00 235.34 -5.34 + 73.500 313.00 272.79 40.21 + 73.525 346.00 357.40 -11.40 + 73.550 402.00 476.06 -74.06 + 73.575 511.00 453.62 57.38 + 73.600 535.00 488.38 46.62 + 73.625 696.00 735.72 -39.72 + 73.650 717.00 996.36 -279.36 + 73.675 624.00 668.45 -44.45 + 73.700 520.00 408.16 111.84 + 73.725 421.00 301.20 119.80 + 73.750 399.00 254.25 144.75 + 73.775 344.00 230.07 113.93 + 73.800 380.00 216.09 163.91 + 73.825 468.00 207.38 260.62 + 73.850 482.00 201.66 280.34 + 73.875 453.00 197.79 255.21 + 73.900 373.00 195.13 177.87 + 73.925 267.00 193.33 73.67 + 73.950 229.00 192.23 36.77 + 73.975 209.00 191.64 17.36 + 74.000 176.00 191.60 -15.60 + 74.025 193.00 192.16 0.84 + 74.050 210.00 193.50 16.50 + 74.075 179.00 196.09 -17.09 + 74.100 173.00 200.88 -27.88 + 74.125 207.00 210.31 -3.31 + 74.150 225.00 231.35 -6.35 + 74.175 265.00 283.39 -18.39 + 74.200 315.00 364.93 -49.93 + 74.225 289.00 316.79 -27.79 + 74.250 229.00 249.05 -20.05 + 74.275 197.00 222.27 -25.27 + 74.300 204.00 213.23 -9.23 + 74.325 221.00 212.18 8.82 + 74.350 249.00 217.02 31.98 + 74.375 258.00 230.03 27.97 + 74.400 290.00 260.65 29.35 + 74.425 401.00 337.01 63.99 + 74.450 434.00 466.34 -32.34 + 74.475 421.00 407.15 13.85 + 74.500 368.00 309.11 58.89 + 74.525 358.00 282.42 75.58 + 74.550 396.00 301.37 94.63 + 74.575 462.00 381.58 80.42 + 74.600 547.00 593.30 -46.30 + 74.625 580.00 745.17 -165.17 + 74.650 497.00 486.42 10.58 + 74.675 442.00 326.01 115.99 + 74.700 397.00 261.34 135.66 + 74.725 313.00 232.08 80.92 + 74.750 316.00 217.00 99.00 + 74.775 296.00 208.61 87.39 + 74.800 341.00 203.91 137.09 + 74.825 355.00 201.63 153.37 + 74.850 373.00 201.35 171.65 + 74.875 333.00 203.26 129.74 + 74.900 274.00 208.39 65.61 + 74.925 262.00 219.62 42.38 + 74.950 290.00 244.96 45.04 + 74.975 329.00 308.38 20.62 + 75.000 333.00 440.22 -107.22 + 75.025 356.00 418.82 -62.82 + 75.050 280.00 293.07 -13.07 + 75.075 237.00 237.50 -0.50 + 75.100 214.00 214.40 -0.40 + 75.125 238.00 203.39 34.61 + 75.150 243.00 197.74 45.26 + 75.175 204.00 194.50 9.50 + 75.200 239.00 192.78 46.22 + 75.225 255.00 192.09 62.91 + 75.250 249.00 192.28 56.72 + 75.275 226.00 193.40 32.60 + 75.300 191.00 195.74 -4.74 + 75.325 222.00 200.02 21.98 + 75.350 193.00 207.86 -14.86 + 75.375 236.00 223.28 12.72 + 75.400 264.00 257.54 6.46 + 75.425 308.00 342.87 -34.87 + 75.450 340.00 480.42 -140.42 + 75.475 330.00 395.04 -65.04 + 75.500 282.00 279.94 2.06 + 75.525 229.00 232.73 -3.73 + 75.550 235.00 212.64 22.36 + 75.575 204.00 202.90 1.10 + 75.600 203.00 197.79 5.21 + 75.625 252.00 195.09 56.91 + 75.650 249.00 193.87 55.13 + 75.675 232.00 193.77 38.23 + 75.700 222.00 194.70 27.30 + 75.725 217.00 196.87 20.13 + 75.750 226.00 200.84 25.16 + 75.775 222.00 207.92 14.08 + 75.800 238.00 221.25 16.75 + 75.825 265.00 249.18 15.82 + 75.850 341.00 316.21 24.79 + 75.875 339.00 464.35 -125.35 + 75.900 338.00 480.31 -142.31 + 75.925 302.00 328.77 -26.77 + 75.950 275.00 257.33 17.67 + 75.975 242.00 229.54 12.46 + 76.000 218.00 218.79 -0.79 + 76.025 232.00 216.95 15.05 + 76.050 297.00 223.27 73.73 + 76.075 360.00 243.79 116.21 + 76.100 399.00 298.83 100.17 + 76.125 423.00 380.64 42.36 + 76.150 365.00 320.64 44.36 + 76.175 273.00 254.28 18.72 + 76.200 254.00 229.04 24.96 + 76.225 262.00 220.85 41.15 + 76.250 216.00 220.67 -4.67 + 76.275 316.00 226.39 89.61 + 76.300 339.00 239.11 99.89 + 76.325 402.00 263.47 138.53 + 76.350 509.00 312.04 196.96 + 76.375 598.00 420.41 177.59 + 76.400 700.00 689.70 10.30 + 76.425 742.00 1109.05 -367.05 + 76.450 619.00 833.46 -214.46 + 76.475 470.00 481.26 -11.26 + 76.500 398.00 335.72 62.28 + 76.525 379.00 272.61 106.39 + 76.550 352.00 241.07 110.93 + 76.575 351.00 223.45 127.55 + 76.600 379.00 212.78 166.22 + 76.625 443.00 205.98 237.02 + 76.650 466.00 201.50 264.50 + 76.675 438.00 198.60 239.40 + 76.700 357.00 196.85 160.15 + 76.725 289.00 196.03 92.97 + 76.750 258.00 196.04 61.96 + 76.775 233.00 197.19 35.81 + 76.800 216.00 199.72 16.28 + 76.825 241.00 204.50 36.50 + 76.850 235.00 213.41 21.59 + 76.875 277.00 231.12 45.88 + 76.900 309.00 270.61 38.39 + 76.925 358.00 368.41 -10.41 + 76.950 356.00 519.33 -163.33 + 76.975 323.00 419.61 -96.61 + 77.000 273.00 292.76 -19.76 + 77.025 243.00 240.50 2.50 + 77.050 224.00 218.19 5.81 + 77.075 243.00 207.51 35.49 + 77.100 250.00 202.20 47.80 + 77.125 220.00 199.88 20.12 + 77.150 267.00 199.69 67.31 + 77.175 291.00 201.55 89.45 + 77.200 282.00 206.10 75.90 + 77.225 252.00 215.14 36.86 + 77.250 255.00 233.33 21.67 + 77.275 328.00 273.73 54.27 + 77.300 357.00 373.69 -16.69 + 77.325 411.00 548.30 -137.30 + 77.350 375.00 466.08 -91.08 + 77.375 323.00 313.55 9.45 + 77.400 267.00 248.68 18.32 + 77.425 240.00 220.83 19.17 + 77.450 208.00 207.08 0.92 + 77.475 209.00 199.45 9.55 + 77.500 236.00 194.89 41.11 + 77.525 248.00 192.00 56.00 + 77.550 261.00 190.11 70.89 + 77.575 256.00 188.88 67.12 + 77.600 244.00 188.10 55.90 + 77.625 203.00 187.60 15.40 + 77.650 173.00 187.42 -14.42 + 77.675 170.00 187.47 -17.47 + 77.700 174.00 187.72 -13.72 + 77.725 168.00 188.24 -20.24 + 77.750 167.00 188.92 -21.92 + 77.775 181.00 189.85 -8.85 + 77.800 159.00 191.07 -32.07 + 77.825 195.00 192.64 2.36 + 77.850 168.00 194.66 -26.66 + 77.875 180.00 197.28 -17.28 + 77.900 186.00 200.74 -14.74 + 77.925 175.00 205.48 -30.48 + 77.950 191.00 211.65 -20.65 + 77.975 213.00 219.36 -6.36 + 78.000 274.00 230.73 43.27 + 78.025 266.00 248.05 17.95 + 78.050 323.00 275.66 47.34 + 78.075 421.00 323.01 97.99 + 78.100 552.00 412.86 139.14 + 78.125 799.00 607.82 191.18 + 78.150 1129.00 1083.89 45.11 + 78.175 1277.00 1869.50 -592.50 + 78.200 1123.00 1443.66 -320.66 + 78.225 820.00 767.11 52.89 + 78.250 610.00 480.82 129.18 + 78.275 504.00 357.40 146.60 + 78.300 408.00 296.42 111.58 + 78.325 478.00 263.02 214.98 + 78.350 543.00 243.65 299.35 + 78.375 708.00 232.55 475.45 + 78.400 817.00 227.45 589.55 + 78.425 736.00 228.42 507.58 + 78.450 641.00 238.78 402.22 + 78.475 568.00 270.14 297.86 + 78.500 413.00 349.54 63.46 + 78.525 433.00 400.58 32.42 + 78.550 373.00 308.80 64.20 + 78.575 314.00 258.61 55.39 + 78.600 321.00 254.68 66.32 + 78.625 244.00 271.39 -27.39 + 78.650 262.00 249.80 12.20 + 78.675 251.00 236.00 15.00 + 78.700 232.00 219.91 12.09 + 78.725 241.00 202.80 38.20 + 78.750 216.00 194.40 21.60 + 78.775 240.00 190.00 50.00 + 78.800 212.00 187.34 24.66 + 78.825 196.00 185.56 10.44 + 78.850 173.00 184.27 -11.27 + 78.875 187.00 183.31 3.69 + 78.900 175.00 182.52 -7.52 + 78.925 173.00 181.92 -8.92 + 78.950 152.00 181.44 -29.44 + 78.975 163.00 181.06 -18.06 + 79.000 143.00 180.75 -37.75 + 79.025 135.00 180.52 -45.52 + 79.050 122.00 180.35 -58.35 + 79.075 139.00 180.26 -41.26 + 79.100 128.00 180.24 -52.24 + 79.125 134.00 180.32 -46.32 + 79.150 140.00 180.52 -40.52 + 79.175 117.00 180.93 -63.93 + 79.200 150.00 181.69 -31.69 + 79.225 134.00 183.09 -49.09 + 79.250 152.00 185.83 -33.83 + 79.275 127.00 191.84 -64.84 + 79.300 170.00 206.42 -36.42 + 79.325 158.00 229.76 -71.76 + 79.350 155.00 216.43 -61.43 + 79.375 173.00 196.28 -23.28 + 79.400 161.00 187.77 -26.77 + 79.425 136.00 184.16 -48.16 + 79.450 128.00 182.36 -54.36 + 79.475 177.00 181.57 -4.57 + 79.500 165.00 181.31 -16.31 + 79.525 140.00 181.34 -41.34 + 79.550 154.00 181.39 -27.39 + 79.575 143.00 181.72 -38.72 + 79.600 168.00 182.34 -14.34 + 79.625 189.00 183.31 5.69 + 79.650 130.00 184.75 -54.75 + 79.675 160.00 186.90 -26.90 + 79.700 151.00 190.19 -39.19 + 79.725 182.00 195.57 -13.57 + 79.750 221.00 204.85 16.15 + 79.775 238.00 222.61 15.39 + 79.800 260.00 261.62 -1.62 + 79.825 315.00 355.95 -40.95 + 79.850 327.00 488.07 -161.07 + 79.875 311.00 393.31 -82.31 + 79.900 246.00 278.28 -32.28 + 79.925 211.00 229.61 -18.61 + 79.950 204.00 208.20 -4.20 + 79.975 196.00 197.41 -1.41 + 80.000 211.00 191.29 19.71 + 80.025 191.00 187.61 3.39 + 80.050 234.00 185.20 48.80 + 80.075 225.00 183.56 41.44 + 80.100 255.00 182.42 72.58 + 80.125 200.00 181.62 18.38 + 80.150 186.00 181.07 4.93 + 80.175 186.00 180.70 5.30 + 80.200 162.00 180.49 -18.49 + 80.225 140.00 180.46 -40.46 + 80.250 153.00 180.65 -27.65 + 80.275 147.00 181.22 -34.22 + 80.300 143.00 182.67 -39.67 + 80.325 153.00 186.13 -33.13 + 80.350 154.00 188.81 -34.81 + 80.375 133.00 185.03 -52.03 + 80.400 145.00 182.68 -37.68 + 80.425 148.00 181.93 -33.93 + 80.450 165.00 181.87 -16.87 + 80.475 155.00 182.15 -27.15 + 80.500 155.00 182.69 -27.69 + 80.525 147.00 183.47 -36.47 + 80.550 176.00 184.51 -8.51 + 80.575 149.00 185.90 -36.90 + 80.600 165.00 187.76 -22.76 + 80.625 136.00 190.29 -54.29 + 80.650 163.00 193.84 -30.84 + 80.675 163.00 199.06 -36.06 + 80.700 198.00 207.17 -9.17 + 80.725 215.00 220.74 -5.74 + 80.750 249.00 245.98 3.02 + 80.775 304.00 299.70 4.30 + 80.800 377.00 427.63 -50.63 + 80.825 414.00 625.85 -211.85 + 80.850 339.00 514.16 -175.16 + 80.875 322.00 348.43 -26.43 + 80.900 284.00 282.25 1.75 + 80.925 301.00 261.54 39.46 + 80.950 311.00 265.07 45.93 + 80.975 380.00 293.53 86.47 + 81.000 550.00 369.86 180.14 + 81.025 624.00 563.21 60.79 + 81.050 660.00 843.59 -183.59 + 81.075 617.00 646.14 -29.14 + 81.100 461.00 399.86 61.14 + 81.125 363.00 294.43 68.57 + 81.150 284.00 247.60 36.40 + 81.175 266.00 223.74 42.26 + 81.200 268.00 210.14 57.86 + 81.225 289.00 201.71 87.29 + 81.250 340.00 195.99 144.01 + 81.275 375.00 192.21 182.79 + 81.300 363.00 189.59 173.41 + 81.325 327.00 187.83 139.17 + 81.350 259.00 186.89 72.11 + 81.375 216.00 186.89 29.11 + 81.400 172.00 186.55 -14.55 + 81.425 180.00 185.50 -5.50 + 81.450 208.00 185.35 22.65 + 81.475 177.00 186.20 -9.20 + 81.500 157.00 188.32 -31.32 + 81.525 189.00 192.76 -3.76 + 81.550 192.00 202.38 -10.38 + 81.575 222.00 225.31 -3.31 + 81.600 222.00 275.61 -53.61 + 81.625 188.00 288.20 -100.20 + 81.650 184.00 234.27 -50.27 + 81.675 164.00 205.16 -41.16 + 81.700 173.00 192.82 -19.82 + 81.725 182.00 186.92 -4.92 + 81.750 153.00 183.70 -30.70 + 81.775 158.00 181.77 -23.77 + 81.800 158.00 180.53 -22.53 + 81.825 183.00 179.68 3.32 + 81.850 190.00 179.08 10.92 + 81.875 178.00 178.65 -0.65 + 81.900 169.00 178.34 -9.34 + 81.925 145.00 178.10 -33.10 + 81.950 170.00 177.94 -7.94 + 81.975 138.00 177.82 -39.82 + 82.000 169.00 177.74 -8.74 + 82.025 133.00 177.71 -44.71 + 82.050 134.00 177.70 -43.70 + 82.075 122.00 177.73 -55.73 + 82.100 126.00 177.78 -51.78 + 82.125 153.00 177.87 -24.87 + 82.150 112.00 177.98 -65.98 + 82.175 125.00 178.13 -53.13 + 82.200 127.00 178.31 -51.31 + 82.225 147.00 178.53 -31.53 + 82.250 125.00 178.79 -53.79 + 82.275 125.00 179.10 -54.10 + 82.300 142.00 179.46 -37.46 + 82.325 143.00 179.89 -36.89 + 82.350 138.00 180.40 -42.40 + 82.375 145.00 181.04 -36.04 + 82.400 166.00 181.78 -15.78 + 82.425 165.00 182.65 -17.65 + 82.450 156.00 183.73 -27.73 + 82.475 154.00 185.08 -31.08 + 82.500 169.00 186.77 -17.77 + 82.525 130.00 188.98 -58.98 + 82.550 173.00 191.94 -18.94 + 82.575 155.00 196.09 -41.09 + 82.600 178.00 202.31 -24.31 + 82.625 211.00 212.56 -1.56 + 82.650 247.00 231.86 15.14 + 82.675 289.00 273.27 15.73 + 82.700 310.00 336.48 -26.48 + 82.725 276.00 319.78 -43.78 + 82.750 303.00 294.12 8.88 + 82.775 376.00 312.40 63.60 + 82.800 468.00 380.95 87.05 + 82.825 665.00 551.28 113.72 + 82.850 803.00 910.10 -107.10 + 82.875 829.00 1107.85 -278.85 + 82.900 683.00 951.34 -268.34 + 82.925 570.00 590.98 -20.98 + 82.950 507.00 393.18 113.82 + 82.975 383.00 307.58 75.42 + 83.000 335.00 267.26 67.74 + 83.025 352.00 247.56 104.44 + 83.050 412.00 239.86 172.14 + 83.075 522.00 242.28 279.72 + 83.100 575.00 258.55 316.45 + 83.125 652.00 303.44 348.56 + 83.150 681.00 417.51 263.49 + 83.175 634.00 577.94 56.06 + 83.200 466.00 460.95 5.05 + 83.225 368.00 315.88 52.12 + 83.250 301.00 252.55 48.45 + 83.275 214.00 224.14 -10.14 + 83.300 226.00 209.47 16.53 + 83.325 205.00 201.11 3.89 + 83.350 239.00 196.06 42.94 + 83.375 226.00 193.00 33.00 + 83.400 271.00 191.35 79.65 + 83.425 279.00 190.99 88.01 + 83.450 280.00 192.20 87.80 + 83.475 247.00 196.05 50.95 + 83.500 223.00 205.65 17.35 + 83.525 201.00 229.67 -28.67 + 83.550 199.00 275.47 -76.47 + 83.575 198.00 266.48 -68.48 + 83.600 206.00 221.75 -15.75 + 83.625 191.00 200.37 -9.37 + 83.650 154.00 191.03 -37.03 + 83.675 174.00 186.40 -12.40 + 83.700 144.00 183.80 -39.80 + 83.725 155.00 182.25 -27.25 + 83.750 161.00 181.26 -20.26 + 83.775 172.00 180.64 -8.64 + 83.800 178.00 180.29 -2.29 + 83.825 192.00 180.14 11.86 + 83.850 155.00 180.18 -25.18 + 83.875 171.00 180.42 -9.42 + 83.900 155.00 180.90 -25.90 + 83.925 160.00 181.70 -21.70 + 83.950 138.00 182.94 -44.94 + 83.975 156.00 185.04 -29.04 + 84.000 178.00 188.63 -10.63 + 84.025 163.00 195.30 -32.30 + 84.050 191.00 209.28 -18.28 + 84.075 200.00 241.96 -41.96 + 84.100 208.00 299.49 -91.49 + 84.125 186.00 284.44 -98.44 + 84.150 167.00 231.75 -64.75 + 84.175 183.00 206.18 -23.18 + 84.200 157.00 195.43 -38.43 + 84.225 148.00 190.58 -42.58 + 84.250 163.00 188.40 -25.40 + 84.275 174.00 187.67 -13.67 + 84.300 187.00 187.91 -0.91 + 84.325 182.00 188.97 -6.97 + 84.350 189.00 190.82 -1.82 + 84.375 190.00 193.65 -3.65 + 84.400 190.00 197.83 -7.83 + 84.425 199.00 204.01 -5.01 + 84.450 240.00 213.45 26.55 + 84.475 247.00 228.59 18.41 + 84.500 334.00 254.70 79.30 + 84.525 391.00 304.49 86.51 + 84.550 512.00 411.98 100.02 + 84.575 618.00 652.85 -34.85 + 84.600 663.00 924.53 -261.53 + 84.625 593.00 877.35 -284.35 + 84.650 456.00 563.33 -107.33 + 84.675 395.00 369.91 25.09 + 84.700 343.00 285.34 57.66 + 84.725 288.00 244.60 43.40 + 84.750 292.00 222.38 69.62 + 84.775 310.00 209.09 100.91 + 84.800 392.00 200.54 191.46 + 84.825 389.00 194.73 194.27 + 84.850 437.00 190.61 246.39 + 84.875 361.00 187.60 173.40 + 84.900 351.00 185.33 165.67 + 84.925 262.00 183.60 78.40 + 84.950 250.00 182.25 67.75 + 84.975 233.00 181.21 51.79 + 85.000 197.00 180.40 16.60 + 85.025 195.00 179.81 15.19 + 85.050 171.00 179.46 -8.46 + 85.075 174.00 179.50 -5.50 + 85.100 171.00 180.17 -9.17 + 85.125 159.00 180.22 -21.22 + 85.150 158.00 178.97 -20.97 + 85.175 120.00 178.26 -58.26 + 85.200 128.00 177.98 -49.98 + 85.225 140.00 177.95 -37.95 + 85.250 148.00 178.04 -30.04 + 85.275 156.00 178.27 -22.27 + 85.300 133.00 178.65 -45.65 + 85.325 156.00 179.22 -23.22 + 85.350 144.00 180.03 -36.03 + 85.375 163.00 181.21 -18.21 + 85.400 158.00 182.90 -24.90 + 85.425 158.00 185.44 -27.44 + 85.450 154.00 189.38 -35.38 + 85.475 165.00 195.91 -30.91 + 85.500 196.00 207.66 -11.66 + 85.525 206.00 231.35 -25.35 + 85.550 256.00 285.24 -29.24 + 85.575 278.00 400.55 -122.55 + 85.600 255.00 441.13 -186.13 + 85.625 253.00 317.33 -64.33 + 85.650 223.00 245.02 -22.02 + 85.675 190.00 214.04 -24.04 + 85.700 196.00 199.39 -3.39 + 85.725 176.00 191.53 -15.53 + 85.750 171.00 186.92 -15.92 + 85.775 212.00 184.03 27.97 + 85.800 204.00 182.14 21.86 + 85.825 252.00 180.87 71.13 + 85.850 224.00 180.00 44.00 + 85.875 192.00 179.41 12.59 + 85.900 180.00 179.05 0.95 + 85.925 172.00 178.85 -6.85 + 85.950 166.00 178.78 -12.78 + 85.975 159.00 178.84 -19.84 + 86.000 155.00 179.00 -24.00 + 86.025 148.00 179.23 -31.23 + 86.050 167.00 179.63 -12.63 + 86.075 137.00 180.10 -43.10 + 86.100 178.00 180.78 -2.78 + 86.125 161.00 181.64 -20.64 + 86.150 180.00 182.72 -2.72 + 86.175 156.00 184.07 -28.07 + 86.200 169.00 185.78 -16.78 + 86.225 178.00 187.99 -9.99 + 86.250 174.00 190.82 -16.82 + 86.275 181.00 194.58 -13.58 + 86.300 172.00 199.70 -27.70 + 86.325 238.00 206.93 31.07 + 86.350 209.00 217.62 -8.62 + 86.375 240.00 234.65 5.35 + 86.400 343.00 262.31 80.69 + 86.425 384.00 303.78 80.22 + 86.450 500.00 384.02 115.98 + 86.475 673.00 558.45 114.55 + 86.500 704.00 945.24 -241.24 + 86.525 763.00 1311.54 -548.54 + 86.550 656.00 883.39 -227.39 + 86.575 551.00 519.92 31.08 + 86.600 406.00 362.68 43.32 + 86.625 354.00 290.45 63.55 + 86.650 352.00 253.15 98.85 + 86.675 301.00 232.06 68.94 + 86.700 357.00 219.50 137.50 + 86.725 414.00 212.02 201.98 + 86.750 440.00 207.98 232.02 + 86.775 502.00 206.82 295.18 + 86.800 459.00 208.68 250.32 + 86.825 425.00 214.74 210.26 + 86.850 378.00 228.28 149.72 + 86.875 418.00 258.03 159.97 + 86.900 427.00 327.16 99.84 + 86.925 467.00 454.66 12.34 + 86.950 441.00 482.36 -41.36 + 86.975 400.00 434.92 -34.92 + 87.000 327.00 330.20 -3.20 + 87.025 278.00 256.26 21.74 + 87.050 259.00 222.41 36.59 + 87.075 240.00 205.70 34.30 + 87.100 213.00 196.40 16.60 + 87.125 206.00 190.71 15.29 + 87.150 241.00 186.98 54.02 + 87.175 263.00 184.42 78.58 + 87.200 287.00 182.60 104.40 + 87.225 291.00 181.35 109.65 + 87.250 245.00 180.39 64.61 + 87.275 243.00 179.71 63.29 + 87.300 198.00 179.25 18.75 + 87.325 195.00 178.98 16.02 + 87.350 195.00 178.89 16.11 + 87.375 164.00 178.99 -14.99 + 87.400 178.00 179.29 -1.29 + 87.425 161.00 179.84 -18.84 + 87.450 161.00 180.70 -19.70 + 87.475 183.00 181.99 1.01 + 87.500 177.00 183.92 -6.92 + 87.525 177.00 186.81 -9.81 + 87.550 177.00 191.33 -14.33 + 87.575 192.00 198.74 -6.74 + 87.600 219.00 211.87 7.13 + 87.625 260.00 237.92 22.08 + 87.650 310.00 296.09 13.91 + 87.675 337.00 421.54 -84.54 + 87.700 312.00 513.85 -201.85 + 87.725 290.00 382.14 -92.14 + 87.750 275.00 275.91 -0.91 + 87.775 243.00 228.78 14.22 + 87.800 192.00 207.00 -15.00 + 87.825 200.00 195.54 4.46 + 87.850 212.00 188.88 23.12 + 87.875 205.00 184.68 20.32 + 87.900 180.00 181.88 -1.88 + 87.925 219.00 179.94 39.06 + 87.950 274.00 178.55 95.45 + 87.975 271.00 177.55 93.45 + 88.000 200.00 176.85 23.15 + 88.025 205.00 176.44 28.56 + 88.050 195.00 176.42 18.58 + 88.075 179.00 176.89 2.11 + 88.100 171.00 176.80 -5.80 + 88.125 171.00 175.75 -4.75 + 88.150 147.00 175.09 -28.09 + 88.175 147.00 174.78 -27.78 + 88.200 167.00 174.62 -7.62 + 88.225 159.00 174.57 -15.57 + 88.250 157.00 174.59 -17.59 + 88.275 145.00 174.65 -29.65 + 88.300 164.00 174.78 -10.78 + 88.325 142.00 174.97 -32.97 + 88.350 143.00 175.26 -32.26 + 88.375 164.00 175.58 -11.58 + 88.400 157.00 175.99 -18.99 + 88.425 153.00 176.50 -23.50 + 88.450 145.00 177.14 -32.14 + 88.475 168.00 177.97 -9.97 + 88.500 159.00 179.04 -20.04 + 88.525 169.00 180.45 -11.45 + 88.550 137.00 182.37 -45.37 + 88.575 182.00 185.05 -3.05 + 88.600 196.00 188.98 7.02 + 88.625 218.00 195.09 22.91 + 88.650 216.00 205.34 10.66 + 88.675 223.00 224.73 -1.73 + 88.700 269.00 266.64 2.36 + 88.725 295.00 357.20 -62.20 + 88.750 288.00 466.06 -178.06 + 88.775 280.00 399.74 -119.74 + 88.800 281.00 292.50 -11.50 + 88.825 187.00 239.95 -52.95 + 88.850 264.00 217.63 46.37 + 88.875 216.00 208.02 7.98 + 88.900 220.00 204.41 15.59 + 88.925 242.00 204.63 37.37 + 88.950 264.00 208.30 55.70 + 88.975 272.00 216.34 55.66 + 89.000 326.00 231.68 94.32 + 89.025 362.00 262.51 99.49 + 89.050 407.00 330.46 76.54 + 89.075 468.00 472.08 -4.08 + 89.100 432.00 613.34 -181.34 + 89.125 443.00 506.66 -63.66 + 89.150 383.00 377.18 5.82 + 89.175 393.00 312.95 80.05 + 89.200 367.00 290.20 76.80 + 89.225 415.00 304.16 110.84 + 89.250 471.00 367.95 103.05 + 89.275 595.00 525.94 69.06 + 89.300 626.00 766.50 -140.50 + 89.325 583.00 716.64 -133.64 + 89.350 491.00 469.98 21.02 + 89.375 456.00 328.18 127.82 + 89.400 411.00 263.99 147.01 + 89.425 322.00 233.14 88.86 + 89.450 328.00 216.21 111.79 + 89.475 289.00 206.09 82.91 + 89.500 271.00 199.78 71.22 + 89.525 302.00 195.90 106.10 + 89.550 377.00 193.85 183.15 + 89.575 369.00 193.54 175.46 + 89.600 373.00 195.45 177.55 + 89.625 347.00 201.47 145.53 + 89.650 296.00 216.59 79.41 + 89.675 292.00 247.85 44.15 + 89.700 257.00 274.59 -17.59 + 89.725 269.00 248.58 20.42 + 89.750 241.00 219.05 21.95 + 89.775 218.00 206.04 11.96 + 89.800 212.00 203.69 8.31 + 89.825 239.00 208.63 30.37 + 89.850 254.00 223.46 30.54 + 89.875 295.00 259.42 35.58 + 89.900 314.00 336.83 -22.83 + 89.925 356.00 431.58 -75.58 + 89.950 301.00 387.57 -86.57 + 89.975 277.00 288.14 -11.14 + 90.000 252.00 232.92 19.08 + 90.025 251.00 207.71 43.29 + 90.050 186.00 195.42 -9.42 + 90.075 197.00 188.53 8.47 + 90.100 162.00 184.23 -22.23 + 90.125 192.00 181.37 10.63 + 90.150 231.00 179.40 51.60 + 90.175 223.00 177.96 45.04 + 90.200 207.00 176.89 30.11 + 90.225 238.00 176.05 61.95 + 90.250 196.00 175.41 20.59 + 90.275 196.00 174.93 21.07 + 90.300 176.00 174.55 1.45 + 90.325 171.00 174.26 -3.26 + 90.350 178.00 174.05 3.95 + 90.375 146.00 173.90 -27.90 + 90.400 169.00 173.80 -4.80 + 90.425 161.00 173.75 -12.75 + 90.450 149.00 173.74 -24.74 + 90.475 173.00 173.77 -0.77 + 90.500 156.00 173.85 -17.85 + 90.525 143.00 173.96 -30.96 + 90.550 154.00 174.13 -20.13 + 90.575 152.00 174.34 -22.34 + 90.600 139.00 174.61 -35.61 + 90.625 184.00 174.94 9.06 + 90.650 185.00 175.34 9.66 + 90.675 161.00 175.83 -14.83 + 90.700 159.00 176.42 -17.42 + 90.725 152.00 177.13 -25.13 + 90.750 159.00 177.99 -18.99 + 90.775 176.00 179.03 -3.03 + 90.800 164.00 180.32 -16.32 + 90.825 168.00 181.92 -13.92 + 90.850 193.00 183.95 9.05 + 90.875 195.00 186.56 8.44 + 90.900 187.00 189.99 -2.99 + 90.925 237.00 194.61 42.39 + 90.950 228.00 201.02 26.98 + 90.975 265.00 210.30 54.70 + 91.000 291.00 224.43 66.57 + 91.025 347.00 247.75 99.25 + 91.050 409.00 291.58 117.42 + 91.075 454.00 384.55 69.45 + 91.100 552.00 576.14 -24.14 + 91.125 524.00 850.83 -326.83 + 91.150 552.00 862.10 -310.10 + 91.175 502.00 606.36 -104.36 + 91.200 483.00 445.74 37.26 + 91.225 433.00 407.28 25.72 + 91.250 382.00 400.99 -18.99 + 91.275 363.00 336.73 26.27 + 91.300 322.00 276.75 45.25 + 91.325 328.00 248.71 79.29 + 91.350 389.00 245.48 143.52 + 91.375 469.00 258.18 210.82 + 91.400 485.00 259.91 225.09 + 91.425 438.00 245.31 192.69 + 91.450 491.00 246.48 244.52 + 91.475 415.00 266.23 148.77 + 91.500 377.00 266.93 110.07 + 91.525 375.00 237.27 137.73 + 91.550 322.00 216.61 105.39 + 91.575 288.00 212.00 76.00 + 91.600 280.00 219.45 60.55 + 91.625 263.00 223.81 39.19 + 91.650 275.00 210.17 64.83 + 91.675 245.00 196.49 48.51 + 91.700 243.00 189.06 53.94 + 91.725 239.00 185.36 53.64 + 91.750 247.00 183.45 63.55 + 91.775 216.00 182.48 33.52 + 91.800 204.00 182.09 21.91 + 91.825 210.00 182.12 27.88 + 91.850 196.00 182.52 13.48 + 91.875 220.00 183.24 36.76 + 91.900 209.00 184.32 24.68 + 91.925 212.00 185.84 26.16 + 91.950 226.00 187.90 38.10 + 91.975 201.00 190.69 10.31 + 92.000 225.00 194.50 30.50 + 92.025 228.00 199.81 28.19 + 92.050 210.00 207.48 2.52 + 92.075 244.00 219.07 24.93 + 92.100 298.00 238.12 59.88 + 92.125 405.00 273.99 131.01 + 92.150 445.00 349.42 95.58 + 92.175 534.00 500.18 33.82 + 92.200 579.00 715.05 -136.05 + 92.225 538.00 754.18 -216.18 + 92.250 495.00 555.06 -60.06 + 92.275 466.00 391.95 74.05 + 92.300 410.00 313.36 96.64 + 92.325 389.00 288.60 100.40 + 92.350 387.00 298.39 88.61 + 92.375 429.00 338.12 90.88 + 92.400 460.00 384.76 75.24 + 92.425 573.00 403.63 169.37 + 92.450 607.00 437.21 169.79 + 92.475 740.00 502.41 237.59 + 92.500 853.00 648.50 204.50 + 92.525 781.00 826.29 -45.29 + 92.550 733.00 754.51 -21.51 + 92.575 593.00 524.76 68.24 + 92.600 499.00 365.27 133.73 + 92.625 398.00 284.60 113.40 + 92.650 368.00 245.88 122.12 + 92.675 334.00 225.28 108.72 + 92.700 370.00 212.74 157.26 + 92.725 358.00 204.55 153.45 + 92.750 391.00 198.95 192.05 + 92.775 376.00 195.06 180.94 + 92.800 394.00 192.36 201.64 + 92.825 414.00 190.54 223.46 + 92.850 383.00 189.42 193.58 + 92.875 300.00 188.90 111.10 + 92.900 294.00 188.96 105.04 + 92.925 275.00 189.63 85.37 + 92.950 246.00 190.93 55.07 + 92.975 259.00 193.19 65.81 + 93.000 235.00 196.72 38.28 + 93.025 239.00 202.19 36.81 + 93.050 243.00 211.14 31.86 + 93.075 277.00 227.59 49.41 + 93.100 363.00 261.16 101.84 + 93.125 383.00 327.40 55.60 + 93.150 434.00 428.96 5.04 + 93.175 436.00 484.71 -48.71 + 93.200 378.00 415.52 -37.52 + 93.225 373.00 338.25 34.75 + 93.250 386.00 311.09 74.91 + 93.275 438.00 334.66 103.34 + 93.300 464.00 400.07 63.93 + 93.325 491.00 472.30 18.70 + 93.350 539.00 532.27 6.73 + 93.375 539.00 604.60 -65.60 + 93.400 523.00 658.71 -135.71 + 93.425 499.00 556.70 -57.70 + 93.450 478.00 410.95 67.05 + 93.475 472.00 319.16 152.84 + 93.500 383.00 267.29 115.71 + 93.525 345.00 238.28 106.72 + 93.550 354.00 222.70 131.30 + 93.575 352.00 214.62 137.38 + 93.600 383.00 211.27 171.73 + 93.625 370.00 212.04 157.96 + 93.650 410.00 218.48 191.52 + 93.675 453.00 234.05 218.95 + 93.700 416.00 260.43 155.57 + 93.725 396.00 282.06 113.94 + 93.750 392.00 273.22 118.78 + 93.775 319.00 257.56 61.44 + 93.800 335.00 256.16 78.84 + 93.825 407.00 273.36 133.64 + 93.850 461.00 318.47 142.53 + 93.875 587.00 418.31 168.69 + 93.900 741.00 613.72 127.28 + 93.925 875.00 898.00 -23.00 + 93.950 863.00 1054.72 -191.72 + 93.975 754.00 875.97 -121.97 + 94.000 619.00 592.80 26.20 + 94.025 485.00 403.19 81.81 + 94.050 429.00 305.37 123.63 + 94.075 336.00 257.55 78.45 + 94.100 321.00 231.92 89.08 + 94.125 296.00 216.26 79.74 + 94.150 316.00 205.81 110.19 + 94.175 385.00 198.46 186.54 + 94.200 474.00 193.11 280.89 + 94.225 539.00 189.11 349.89 + 94.250 571.00 186.05 384.95 + 94.275 493.00 183.67 309.33 + 94.300 420.00 181.81 238.19 + 94.325 345.00 180.35 164.65 + 94.350 272.00 179.21 92.79 + 94.375 242.00 178.33 63.67 + 94.400 219.00 177.68 41.32 + 94.425 229.00 177.23 51.77 + 94.450 203.00 176.99 26.01 + 94.475 220.00 176.96 43.04 + 94.500 211.00 177.17 33.83 + 94.525 190.00 177.68 12.32 + 94.550 171.00 178.55 -7.55 + 94.575 195.00 179.90 15.10 + 94.600 176.00 181.89 -5.89 + 94.625 218.00 184.96 33.04 + 94.650 208.00 190.05 17.95 + 94.675 212.00 199.48 12.52 + 94.700 230.00 218.85 11.15 + 94.725 265.00 257.63 7.37 + 94.750 314.00 322.09 -8.09 + 94.775 278.00 385.32 -107.32 + 94.800 306.00 370.21 -64.21 + 94.825 262.00 300.21 -38.21 + 94.850 281.00 244.77 36.23 + 94.875 209.00 214.78 -5.78 + 94.900 235.00 201.68 33.32 + 94.925 222.00 197.90 24.10 + 94.950 223.00 201.36 21.64 + 94.975 246.00 214.72 31.28 + 95.000 268.00 241.81 26.19 + 95.025 316.00 276.85 39.15 + 95.050 307.00 284.79 22.21 + 95.075 316.00 252.06 63.94 + 95.100 273.00 217.60 55.40 + 95.125 247.00 196.26 50.74 + 95.150 229.00 185.29 43.71 + 95.175 201.00 179.76 21.24 + 95.200 198.00 176.63 21.37 + 95.225 173.00 174.60 -1.60 + 95.250 202.00 173.20 28.80 + 95.275 173.00 172.17 0.83 + 95.300 212.00 171.41 40.59 + 95.325 185.00 170.82 14.18 + 95.350 197.00 170.37 26.63 + 95.375 193.00 170.02 22.98 + 95.400 193.00 169.76 23.24 + 95.425 194.00 169.57 24.43 + 95.450 169.00 169.45 -0.45 + 95.475 169.00 169.42 -0.42 + 95.500 157.00 169.42 -12.42 + 95.525 167.00 169.38 -2.38 + 95.550 175.00 169.30 5.70 + 95.575 140.00 169.25 -29.25 + 95.600 174.00 169.27 4.73 + 95.625 146.00 169.36 -23.36 + 95.650 171.00 169.49 1.51 + 95.675 142.00 169.67 -27.67 + 95.700 152.00 169.91 -17.91 + 95.725 171.00 170.21 0.79 + 95.750 150.00 170.57 -20.57 + 95.775 142.00 171.01 -29.01 + 95.800 161.00 171.56 -10.56 + 95.825 150.00 172.22 -22.22 + 95.850 163.00 173.03 -10.03 + 95.875 154.00 174.04 -20.04 + 95.900 149.00 175.31 -26.31 + 95.925 157.00 176.91 -19.91 + 95.950 192.00 178.99 13.01 + 95.975 185.00 181.72 3.28 + 96.000 184.00 185.44 -1.44 + 96.025 205.00 190.67 14.33 + 96.050 231.00 198.56 32.44 + 96.075 238.00 211.95 26.05 + 96.100 263.00 237.51 25.49 + 96.125 324.00 287.01 36.99 + 96.150 365.00 371.46 -6.46 + 96.175 388.00 477.63 -89.63 + 96.200 380.00 525.70 -145.70 + 96.225 421.00 476.64 -55.64 + 96.250 418.00 421.12 -3.12 + 96.275 408.00 405.85 2.15 + 96.300 385.00 432.72 -47.72 + 96.325 374.00 445.58 -71.58 + 96.350 346.00 385.94 -39.94 + 96.375 329.00 306.35 22.65 + 96.400 297.00 249.90 47.10 + 96.425 319.00 218.08 100.92 + 96.450 322.00 201.60 120.40 + 96.475 328.00 192.64 135.36 + 96.500 298.00 187.16 110.84 + 96.525 290.00 183.49 106.51 + 96.550 304.00 180.95 123.05 + 96.575 311.00 179.18 131.82 + 96.600 312.00 178.01 133.99 + 96.625 319.00 177.31 141.69 + 96.650 292.00 177.04 114.96 + 96.675 241.00 177.22 63.78 + 96.700 239.00 177.88 61.12 + 96.725 202.00 179.14 22.86 + 96.750 206.00 181.29 24.71 + 96.775 202.00 184.97 17.03 + 96.800 227.00 191.69 35.31 + 96.825 236.00 205.15 30.85 + 96.850 307.00 231.97 75.03 + 96.875 309.00 278.66 30.34 + 96.900 385.00 339.99 45.01 + 96.925 341.00 373.97 -32.97 + 96.950 324.00 338.19 -14.19 + 96.975 290.00 277.06 12.94 + 97.000 208.00 231.14 -23.14 + 97.025 241.00 205.04 35.96 + 97.050 201.00 192.16 8.84 + 97.075 202.00 186.04 15.96 + 97.100 181.00 183.15 -2.15 + 97.125 217.00 182.22 34.78 + 97.150 264.00 183.19 80.81 + 97.175 229.00 187.18 41.82 + 97.200 326.00 196.69 129.31 + 97.225 303.00 214.99 88.01 + 97.250 345.00 242.36 102.64 + 97.275 304.00 266.43 37.57 + 97.300 296.00 261.35 34.65 + 97.325 241.00 233.64 7.36 + 97.350 242.00 208.33 33.67 + 97.375 210.00 192.80 17.20 + 97.400 187.00 185.30 1.70 + 97.425 206.00 182.79 23.21 + 97.450 194.00 183.71 10.29 + 97.475 221.00 188.73 32.27 + 97.500 216.00 200.53 15.47 + 97.525 245.00 222.22 22.78 + 97.550 242.00 252.17 -10.17 + 97.575 251.00 273.13 -22.13 + 97.600 258.00 260.84 -2.84 + 97.625 232.00 230.31 1.69 + 97.650 215.00 204.92 10.08 + 97.675 189.00 190.05 -1.05 + 97.700 192.00 183.70 8.30 + 97.725 163.00 183.00 -20.00 + 97.750 158.00 185.54 -27.54 + 97.775 162.00 187.68 -25.68 + 97.800 174.00 184.95 -10.95 + 97.825 182.00 179.10 2.90 + 97.850 169.00 174.06 -5.06 + 97.875 151.00 170.80 -19.80 + 97.900 187.00 168.94 18.06 + 97.925 179.00 167.87 11.13 + 97.950 167.00 167.20 -0.20 + 97.975 169.00 166.74 2.26 + 98.000 146.00 166.39 -20.39 + 98.025 149.00 166.12 -17.12 + 98.050 146.00 165.91 -19.91 + 98.075 158.00 165.75 -7.75 + 98.100 142.00 165.63 -23.63 + 98.125 164.00 165.55 -1.55 + 98.150 142.00 165.50 -23.50 + 98.175 153.00 165.47 -12.47 + 98.200 147.00 165.50 -18.50 + 98.225 163.00 165.55 -2.55 + 98.250 160.00 165.65 -5.65 + 98.275 163.00 165.80 -2.80 + 98.300 127.00 166.02 -39.02 + 98.325 150.00 166.34 -16.34 + 98.350 159.00 166.82 -7.82 + 98.375 140.00 167.57 -27.57 + 98.400 136.00 168.92 -32.92 + 98.425 159.00 171.47 -12.47 + 98.450 171.00 176.19 -5.19 + 98.475 178.00 183.72 -5.72 + 98.500 159.00 192.58 -33.58 + 98.525 162.00 196.77 -34.77 + 98.550 193.00 191.80 1.20 + 98.575 156.00 183.60 -27.60 + 98.600 176.00 177.41 -1.41 + 98.625 161.00 174.18 -13.18 + 98.650 155.00 173.35 -18.35 + 98.675 146.00 174.46 -28.46 + 98.700 179.00 177.95 1.05 + 98.725 208.00 185.56 22.44 + 98.750 186.00 199.89 -13.89 + 98.775 194.00 222.18 -28.18 + 98.800 252.00 247.13 4.87 + 98.825 230.00 256.27 -26.27 + 98.850 219.00 238.95 -19.95 + 98.875 182.00 213.34 -31.34 + 98.900 179.00 193.47 -14.47 + 98.925 174.00 181.45 -7.45 + 98.950 147.00 175.11 -28.11 + 98.975 189.00 171.89 17.11 + 99.000 166.00 170.12 -4.12 + 99.025 142.00 169.06 -27.06 + 99.050 144.00 168.42 -24.42 + 99.075 177.00 168.09 8.91 + 99.100 178.00 168.00 10.00 + 99.125 215.00 168.21 46.79 + 99.150 182.00 168.88 13.12 + 99.175 160.00 170.41 -10.41 + 99.200 196.00 173.54 22.46 + 99.225 200.00 179.03 20.97 + 99.250 159.00 186.82 -27.82 + 99.275 163.00 194.00 -31.00 + 99.300 150.00 194.32 -44.32 + 99.325 175.00 187.48 -12.48 + 99.350 144.00 179.75 -35.75 + 99.375 132.00 174.23 -42.23 + 99.400 160.00 171.13 -11.13 + 99.425 169.00 169.66 -0.66 + 99.450 138.00 169.13 -31.13 + 99.475 171.00 169.09 1.91 + 99.500 129.00 169.36 -40.36 + 99.525 167.00 169.92 -2.92 + 99.550 172.00 170.78 1.22 + 99.575 135.00 172.02 -37.02 + 99.600 170.00 173.79 -3.79 + 99.625 172.00 176.41 -4.41 + 99.650 169.00 180.59 -11.59 + 99.675 199.00 188.08 10.92 + 99.700 221.00 202.43 18.57 + 99.725 233.00 228.87 4.13 + 99.750 283.00 271.35 11.65 + 99.775 291.00 325.23 -34.23 + 99.800 299.00 363.69 -64.69 + 99.825 257.00 349.76 -92.76 + 99.850 239.00 298.74 -59.74 + 99.875 226.00 248.90 -22.90 + 99.900 185.00 214.51 -29.51 + 99.925 195.00 194.76 0.24 + 99.950 194.00 184.43 9.57 + 99.975 175.00 178.99 -3.99 + 100.000 192.00 175.82 16.18 + 100.025 182.00 173.80 8.20 + 100.050 189.00 172.45 16.55 + 100.075 210.00 171.53 38.47 + 100.100 252.00 170.95 81.05 + 100.125 217.00 170.63 46.37 + 100.150 230.00 170.55 59.45 + 100.175 223.00 170.69 52.31 + 100.200 192.00 171.05 20.95 + 100.225 205.00 171.69 33.31 + 100.250 179.00 172.67 6.33 + 100.275 185.00 174.18 10.82 + 100.300 155.00 176.64 -21.64 + 100.325 193.00 181.04 11.96 + 100.350 190.00 189.16 0.84 + 100.375 214.00 203.21 10.79 + 100.400 215.00 224.25 -9.25 + 100.425 230.00 248.64 -18.64 + 100.450 223.00 263.01 -40.01 + 100.475 212.00 254.70 -42.70 + 100.500 233.00 234.21 -1.21 + 100.525 221.00 216.59 4.41 + 100.550 242.00 207.34 34.66 + 100.575 216.00 207.46 8.54 + 100.600 261.00 218.22 42.78 + 100.625 265.00 243.56 21.44 + 100.650 370.00 288.83 81.17 + 100.675 406.00 355.32 50.68 + 100.700 501.00 428.62 72.38 + 100.725 447.00 468.56 -21.56 + 100.750 488.00 455.37 32.63 + 100.775 473.00 417.68 55.32 + 100.800 365.00 366.81 -1.81 + 100.825 279.00 308.41 -29.41 + 100.850 283.00 259.80 23.20 + 100.875 285.00 227.67 57.33 + 100.900 282.00 210.04 71.96 + 100.925 239.00 202.85 36.15 + 100.950 267.00 202.29 64.71 + 100.975 263.00 204.66 58.34 + 101.000 309.00 206.73 102.27 + 101.025 349.00 206.91 142.09 + 101.050 345.00 203.91 141.09 + 101.075 322.00 199.29 122.71 + 101.100 338.00 194.87 143.13 + 101.125 308.00 189.77 118.23 + 101.150 238.00 184.34 53.66 + 101.175 221.00 179.99 41.01 + 101.200 215.00 177.07 37.93 + 101.225 197.00 175.36 21.64 + 101.250 205.00 174.66 30.34 + 101.275 208.00 174.81 33.19 + 101.300 222.00 175.81 46.19 + 101.325 206.00 177.98 28.02 + 101.350 204.00 182.14 21.86 + 101.375 230.00 189.86 40.14 + 101.400 240.00 203.48 36.52 + 101.425 284.00 225.34 58.66 + 101.450 313.00 255.32 57.68 + 101.475 331.00 287.24 43.76 + 101.500 344.00 312.05 31.95 + 101.525 297.00 318.33 -21.33 + 101.550 275.00 295.79 -20.79 + 101.575 267.00 258.52 8.48 + 101.600 216.00 225.29 -9.29 + 101.625 230.00 202.40 27.60 + 101.650 194.00 188.94 5.06 + 101.675 195.00 181.90 13.10 + 101.700 234.00 178.59 55.41 + 101.725 196.00 177.60 18.40 + 101.750 198.00 178.78 19.22 + 101.775 240.00 182.84 57.16 + 101.800 255.00 190.77 64.23 + 101.825 287.00 202.71 84.29 + 101.850 314.00 216.02 97.98 + 101.875 318.00 223.06 94.94 + 101.900 255.00 217.06 37.94 + 101.925 232.00 203.29 28.71 + 101.950 213.00 189.98 23.02 + 101.975 186.00 180.37 5.63 + 102.000 193.00 174.50 18.50 + 102.025 156.00 171.26 -15.26 + 102.050 168.00 169.54 -1.54 + 102.075 155.00 168.59 -13.59 + 102.100 154.00 168.03 -14.03 + 102.125 187.00 167.72 19.28 + 102.150 181.00 167.57 13.43 + 102.175 194.00 167.58 26.42 + 102.200 183.00 167.72 15.28 + 102.225 206.00 168.00 38.00 + 102.250 191.00 168.44 22.56 + 102.275 179.00 169.06 9.94 + 102.300 174.00 169.91 4.09 + 102.325 158.00 171.09 -13.09 + 102.350 176.00 172.77 3.23 + 102.375 183.00 175.22 7.78 + 102.400 184.00 178.88 5.12 + 102.425 188.00 184.46 3.54 + 102.450 222.00 193.10 28.90 + 102.475 211.00 206.69 4.31 + 102.500 242.00 228.23 13.77 + 102.525 267.00 262.32 4.68 + 102.550 330.00 311.70 18.30 + 102.575 363.00 368.83 -5.83 + 102.600 390.00 406.77 -16.77 + 102.625 397.00 393.67 3.33 + 102.650 332.00 340.61 -8.61 + 102.675 288.00 282.53 5.47 + 102.700 273.00 237.51 35.49 + 102.725 199.00 208.43 -9.43 + 102.750 218.00 191.78 26.22 + 102.775 198.00 182.69 15.31 + 102.800 206.00 177.53 28.47 + 102.825 228.00 174.28 53.72 + 102.850 206.00 172.02 33.98 + 102.875 216.00 170.35 45.65 + 102.900 256.00 169.07 86.93 + 102.925 259.00 168.07 90.93 + 102.950 301.00 167.28 133.72 + 102.975 265.00 166.64 98.36 + 103.000 240.00 166.12 73.88 + 103.025 206.00 165.70 40.30 + 103.050 224.00 165.35 58.65 + 103.075 183.00 165.07 17.93 + 103.100 160.00 164.84 -4.84 + 103.125 190.00 164.65 25.35 + 103.150 158.00 164.50 -6.50 + 103.175 161.00 164.38 -3.38 + 103.200 161.00 164.29 -3.29 + 103.225 143.00 164.23 -21.23 + 103.250 144.00 164.19 -20.19 + 103.275 177.00 164.18 12.82 + 103.300 175.00 164.19 10.81 + 103.325 142.00 164.23 -22.23 + 103.350 129.00 164.29 -35.29 + 103.375 140.00 164.37 -24.37 + 103.400 166.00 164.48 1.52 + 103.425 156.00 164.63 -8.63 + 103.450 126.00 164.81 -38.81 + 103.475 156.00 165.03 -9.03 + 103.500 144.00 165.30 -21.30 + 103.525 146.00 165.62 -19.62 + 103.550 136.00 166.01 -30.01 + 103.575 145.00 166.49 -21.49 + 103.600 160.00 167.08 -7.08 + 103.625 147.00 167.82 -20.82 + 103.650 142.00 168.74 -26.74 + 103.675 150.00 169.94 -19.94 + 103.700 168.00 171.55 -3.55 + 103.725 164.00 173.88 -9.88 + 103.750 168.00 177.61 -9.61 + 103.775 195.00 184.08 10.92 + 103.800 207.00 195.51 11.49 + 103.825 229.00 214.43 14.57 + 103.850 260.00 242.19 17.81 + 103.875 263.00 276.20 -13.20 + 103.900 294.00 305.83 -11.83 + 103.925 291.00 313.02 -22.02 + 103.950 279.00 292.64 -13.64 + 103.975 245.00 260.91 -15.91 + 104.000 211.00 232.68 -21.68 + 104.025 240.00 213.48 26.52 + 104.050 218.00 203.31 14.69 + 104.075 197.00 200.35 -3.35 + 104.100 226.00 203.48 22.52 + 104.125 253.00 212.59 40.41 + 104.150 249.00 227.66 21.34 + 104.175 289.00 247.66 41.34 + 104.200 329.00 271.23 57.77 + 104.225 377.00 298.35 78.65 + 104.250 412.00 323.61 88.39 + 104.275 419.00 331.09 87.91 + 104.300 371.00 310.78 60.22 + 104.325 310.00 275.42 34.58 + 104.350 258.00 241.35 16.65 + 104.375 236.00 215.75 20.25 + 104.400 243.00 199.40 43.60 + 104.425 235.00 190.29 44.71 + 104.450 224.00 185.84 38.16 + 104.475 241.00 184.13 56.87 + 104.500 236.00 184.15 51.85 + 104.525 239.00 185.64 53.36 + 104.550 302.00 189.05 112.95 + 104.575 286.00 195.73 90.27 + 104.600 295.00 208.34 86.66 + 104.625 329.00 230.82 98.18 + 104.650 390.00 267.14 122.86 + 104.675 376.00 318.28 57.72 + 104.700 405.00 377.59 27.41 + 104.725 380.00 424.74 -44.74 + 104.750 376.00 430.98 -54.98 + 104.775 363.00 394.19 -31.19 + 104.800 361.00 343.33 17.67 + 104.825 296.00 301.60 -5.60 + 104.850 313.00 275.99 37.01 + 104.875 279.00 262.23 16.77 + 104.900 295.00 250.25 44.75 + 104.925 248.00 234.52 13.48 + 104.950 253.00 217.83 35.17 + 104.975 273.00 203.79 69.21 + 105.000 273.00 193.74 79.26 + 105.025 275.00 187.52 87.48 + 105.050 305.00 184.26 120.74 + 105.075 282.00 183.16 98.84 + 105.100 295.00 183.81 111.19 + 105.125 295.00 186.51 108.49 + 105.150 304.00 192.44 111.56 + 105.175 318.00 203.78 114.22 + 105.200 331.00 223.27 107.73 + 105.225 336.00 252.84 83.16 + 105.250 336.00 291.25 44.75 + 105.275 371.00 330.51 40.49 + 105.300 349.00 353.31 -4.31 + 105.325 315.00 344.81 -29.81 + 105.350 280.00 313.04 -33.04 + 105.375 286.00 276.69 9.31 + 105.400 238.00 246.23 -8.23 + 105.425 265.00 223.75 41.25 + 105.450 226.00 208.38 17.62 + 105.475 238.00 199.34 38.66 + 105.500 222.00 195.94 26.06 + 105.525 224.00 197.81 26.19 + 105.550 254.00 204.68 49.32 + 105.575 303.00 215.63 87.37 + 105.600 311.00 227.97 83.03 + 105.625 297.00 236.39 60.61 + 105.650 319.00 236.34 82.66 + 105.675 302.00 230.87 71.13 + 105.700 295.00 227.39 67.61 + 105.725 299.00 230.70 68.30 + 105.750 325.00 241.38 83.62 + 105.775 347.00 255.44 91.56 + 105.800 294.00 263.79 30.21 + 105.825 264.00 257.96 6.04 + 105.850 265.00 240.43 24.57 + 105.875 239.00 220.16 18.84 + 105.900 227.00 202.96 24.04 + 105.925 226.00 190.77 35.23 + 105.950 250.00 183.24 66.76 + 105.975 203.00 179.10 23.90 + 106.000 229.00 177.02 51.98 + 106.025 202.00 176.00 26.00 + 106.050 234.00 175.56 58.44 + 106.075 220.00 175.63 44.37 + 106.100 206.00 176.28 29.72 + 106.125 230.00 177.71 52.29 + 106.150 228.00 180.27 47.73 + 106.175 259.00 184.52 74.48 + 106.200 221.00 191.36 29.64 + 106.225 276.00 201.84 74.16 + 106.250 276.00 216.83 59.17 + 106.275 271.00 236.60 34.40 + 106.300 278.00 260.39 17.61 + 106.325 298.00 284.76 13.24 + 106.350 341.00 303.58 37.42 + 106.375 366.00 316.23 49.77 + 106.400 384.00 332.59 51.41 + 106.425 388.00 361.73 26.27 + 106.450 410.00 402.29 7.71 + 106.475 433.00 438.89 -5.89 + 106.500 388.00 445.50 -57.50 + 106.525 382.00 411.10 -29.10 + 106.550 298.00 354.23 -56.23 + 106.575 327.00 297.46 29.54 + 106.600 266.00 252.04 13.96 + 106.625 250.00 220.49 29.51 + 106.650 252.00 200.73 51.27 + 106.675 252.00 189.08 62.92 + 106.700 262.00 182.25 79.75 + 106.725 270.00 178.00 92.00 + 106.750 257.00 175.11 81.89 + 106.775 249.00 172.98 76.02 + 106.800 251.00 171.33 79.67 + 106.825 336.00 170.02 165.98 + 106.850 305.00 168.96 136.04 + 106.875 284.00 168.09 115.91 + 106.900 293.00 167.37 125.63 + 106.925 236.00 166.78 69.22 + 106.950 224.00 166.29 57.71 + 106.975 207.00 165.89 41.11 + 107.000 200.00 165.56 34.44 + 107.025 174.00 165.31 8.69 + 107.050 177.00 165.11 11.89 + 107.075 180.00 164.93 15.07 + 107.100 163.00 164.75 -1.75 + 107.125 150.00 164.57 -14.57 + 107.150 181.00 164.41 16.59 + 107.175 174.00 164.27 9.73 + 107.200 141.00 164.18 -23.18 + 107.225 156.00 164.12 -8.12 + 107.250 143.00 164.10 -21.10 + 107.275 166.00 164.11 1.89 + 107.300 148.00 164.16 -16.16 + 107.325 174.00 164.24 9.76 + 107.350 153.00 164.35 -11.35 + 107.375 160.00 164.50 -4.50 + 107.400 159.00 164.69 -5.69 + 107.425 160.00 164.93 -4.93 + 107.450 155.00 165.23 -10.23 + 107.475 141.00 165.60 -24.60 + 107.500 148.00 166.07 -18.07 + 107.525 157.00 166.66 -9.66 + 107.550 157.00 167.42 -10.42 + 107.575 161.00 168.43 -7.43 + 107.600 171.00 169.78 1.22 + 107.625 164.00 171.69 -7.69 + 107.650 169.00 174.57 -5.57 + 107.675 170.00 179.12 -9.12 + 107.700 167.00 186.52 -19.52 + 107.725 189.00 198.33 -9.33 + 107.750 220.00 216.00 4.00 + 107.775 252.00 239.73 12.27 + 107.800 328.00 267.00 61.00 + 107.825 298.00 290.94 7.06 + 107.850 286.00 300.78 -14.78 + 107.875 290.00 290.59 -0.59 + 107.900 266.00 266.99 -0.99 + 107.925 220.00 240.66 -20.66 + 107.950 171.00 218.13 -47.13 + 107.975 193.00 201.65 -8.65 + 108.000 194.00 191.14 2.86 + 108.025 170.00 185.37 -15.37 + 108.050 235.00 183.02 51.98 + 108.075 195.00 183.29 11.71 + 108.100 207.00 186.19 20.81 + 108.125 227.00 192.66 34.34 + 108.150 261.00 204.43 56.57 + 108.175 320.00 223.51 96.49 + 108.200 343.00 251.13 91.87 + 108.225 339.00 286.26 52.74 + 108.250 411.00 323.78 87.22 + 108.275 416.00 352.69 63.31 + 108.300 350.00 360.09 -10.09 + 108.325 350.00 345.09 4.91 + 108.350 288.00 320.60 -32.60 + 108.375 343.00 298.70 44.30 + 108.400 300.00 283.64 16.36 + 108.425 286.00 272.65 13.35 + 108.450 283.00 259.68 23.32 + 108.475 249.00 242.35 6.65 + 108.500 258.00 223.61 34.39 + 108.525 232.00 206.83 25.17 + 108.550 229.00 193.60 35.40 + 108.575 233.00 184.13 48.87 + 108.600 215.00 177.85 37.15 + 108.625 250.00 173.86 76.14 + 108.650 258.00 171.33 86.67 + 108.675 250.00 169.67 80.33 + 108.700 251.00 168.50 82.50 + 108.725 245.00 167.62 77.38 + 108.750 233.00 166.95 66.05 + 108.775 220.00 166.42 53.58 + 108.800 257.00 166.02 90.98 + 108.825 219.00 165.71 53.29 + 108.850 207.00 165.50 41.50 + 108.875 208.00 165.37 42.63 + 108.900 191.00 165.33 25.67 + 108.925 187.00 165.38 21.62 + 108.950 198.00 165.55 32.45 + 108.975 176.00 165.87 10.13 + 109.000 184.00 166.44 17.56 + 109.025 190.00 167.42 22.58 + 109.050 192.00 169.19 22.81 + 109.075 159.00 172.25 -13.25 + 109.100 176.00 177.25 -1.25 + 109.125 166.00 184.79 -18.79 + 109.150 196.00 194.97 1.03 + 109.175 172.00 206.96 -34.96 + 109.200 180.00 218.40 -38.40 + 109.225 208.00 225.15 -17.15 + 109.250 219.00 223.57 -4.57 + 109.275 202.00 214.58 -12.58 + 109.300 177.00 202.46 -25.46 + 109.325 175.00 190.80 -15.80 + 109.350 170.00 181.40 -11.40 + 109.375 167.00 174.67 -7.67 + 109.400 175.00 170.31 4.69 + 109.425 153.00 167.68 -14.68 + 109.450 145.00 166.15 -21.15 + 109.475 178.00 165.25 12.75 + 109.500 168.00 164.71 3.29 + 109.525 153.00 164.33 -11.33 + 109.550 159.00 164.00 -5.00 + 109.575 179.00 163.67 15.33 + 109.600 196.00 163.36 32.64 + 109.625 175.00 163.08 11.92 + 109.650 174.00 162.84 11.16 + 109.675 168.00 162.67 5.33 + 109.700 180.00 162.53 17.47 + 109.725 139.00 162.45 -23.45 + 109.750 157.00 162.39 -5.39 + 109.775 143.00 162.37 -19.37 + 109.800 156.00 162.38 -6.38 + 109.825 157.00 162.43 -5.43 + 109.850 151.00 162.55 -11.55 + 109.875 155.00 162.76 -7.76 + 109.900 158.00 163.13 -5.13 + 109.925 155.00 163.71 -8.71 + 109.950 141.00 164.56 -23.56 + 109.975 152.00 165.69 -13.69 + 110.000 145.00 166.99 -21.99 + 110.025 158.00 168.23 -10.23 + 110.050 153.00 168.99 -15.99 + 110.075 149.00 168.95 -19.95 + 110.100 153.00 168.20 -15.20 + 110.125 150.00 167.18 -17.18 + 110.150 144.00 166.28 -22.28 + 110.175 150.00 165.74 -15.74 + 110.200 143.00 165.73 -22.73 + 110.225 172.00 166.39 5.61 + 110.250 141.00 167.85 -26.85 + 110.275 166.00 170.19 -4.19 + 110.300 170.00 173.37 -3.37 + 110.325 162.00 177.08 -15.08 + 110.350 206.00 180.67 25.33 + 110.375 182.00 183.04 -1.04 + 110.400 172.00 183.31 -11.31 + 110.425 183.00 181.82 1.18 + 110.450 175.00 179.95 -4.95 + 110.475 178.00 178.94 -0.94 + 110.500 179.00 179.52 -0.52 + 110.525 157.00 181.76 -24.76 + 110.550 163.00 185.14 -22.14 + 110.575 182.00 188.44 -6.44 + 110.600 184.00 189.93 -5.93 + 110.625 177.00 188.45 -11.45 + 110.650 163.00 184.57 -21.57 + 110.675 172.00 179.78 -7.78 + 110.700 185.00 175.28 9.72 + 110.725 159.00 171.67 -12.67 + 110.750 185.00 169.10 15.90 + 110.775 176.00 167.47 8.53 + 110.800 169.00 166.55 2.45 + 110.825 161.00 166.12 -5.12 + 110.850 173.00 166.00 7.00 + 110.875 190.00 166.10 23.90 + 110.900 193.00 166.36 26.64 + 110.925 150.00 166.77 -16.77 + 110.950 175.00 167.37 7.63 + 110.975 151.00 168.19 -17.19 + 111.000 176.00 169.35 6.65 + 111.025 166.00 171.06 -5.06 + 111.050 171.00 173.67 -2.67 + 111.075 187.00 177.81 9.19 + 111.100 180.00 184.37 -4.37 + 111.125 216.00 194.44 21.56 + 111.150 212.00 209.04 2.96 + 111.175 269.00 228.56 40.44 + 111.200 301.00 252.02 48.98 + 111.225 313.00 276.19 36.81 + 111.250 319.00 294.93 24.07 + 111.275 328.00 300.74 27.26 + 111.300 299.00 290.72 8.28 + 111.325 252.00 269.86 -17.86 + 111.350 252.00 245.80 6.20 + 111.375 228.00 223.87 4.13 + 111.400 200.00 206.73 -6.73 + 111.425 209.00 195.15 13.85 + 111.450 202.00 188.92 13.08 + 111.475 225.00 187.45 37.55 + 111.500 199.00 190.24 8.76 + 111.525 251.00 196.86 54.14 + 111.550 236.00 206.76 29.24 + 111.575 263.00 218.75 44.25 + 111.600 299.00 230.51 68.49 + 111.625 302.00 238.35 63.65 + 111.650 338.00 238.60 99.40 + 111.675 248.00 230.91 17.09 + 111.700 259.00 218.52 40.48 + 111.725 262.00 205.25 56.75 + 111.750 213.00 193.45 19.55 + 111.775 211.00 184.18 26.82 + 111.800 206.00 177.56 28.44 + 111.825 210.00 173.18 36.82 + 111.850 168.00 170.44 -2.44 + 111.875 191.00 168.77 22.23 + 111.900 159.00 167.74 -8.74 + 111.925 183.00 167.09 15.91 + 111.950 202.00 166.67 35.33 + 111.975 211.00 166.41 44.59 + 112.000 205.00 166.29 38.71 + 112.025 206.00 166.31 39.69 + 112.050 205.00 166.52 38.48 + 112.075 223.00 167.00 56.00 + 112.100 200.00 167.91 32.09 + 112.125 184.00 169.44 14.56 + 112.150 189.00 171.83 17.17 + 112.175 186.00 175.23 10.77 + 112.200 185.00 179.63 5.37 + 112.225 205.00 184.70 20.30 + 112.250 197.00 189.65 7.35 + 112.275 210.00 193.19 16.81 + 112.300 206.00 193.98 12.02 + 112.325 202.00 191.71 10.29 + 112.350 174.00 187.42 -13.42 + 112.375 175.00 182.54 -7.54 + 112.400 190.00 178.08 11.92 + 112.425 165.00 174.58 -9.58 + 112.450 173.00 172.21 0.79 + 112.475 179.00 170.93 8.07 + 112.500 192.00 170.65 21.35 + 112.525 168.00 171.37 -3.37 + 112.550 168.00 173.23 -5.23 + 112.575 181.00 176.50 4.50 + 112.600 170.00 181.50 -11.50 + 112.625 200.00 188.41 11.59 + 112.650 198.00 197.04 0.96 + 112.675 219.00 206.60 12.40 + 112.700 211.00 215.45 -4.45 + 112.725 238.00 221.14 16.86 + 112.750 222.00 221.66 0.34 + 112.775 205.00 217.31 -12.31 + 112.800 221.00 210.55 10.45 + 112.825 204.00 203.93 0.07 + 112.850 219.00 199.08 19.92 + 112.875 196.00 196.73 -0.73 + 112.900 210.00 196.84 13.16 + 112.925 196.00 199.01 -3.01 + 112.950 234.00 202.54 31.46 + 112.975 212.00 206.41 5.59 + 113.000 191.00 209.27 -18.27 + 113.025 250.00 210.21 39.79 + 113.050 230.00 209.93 20.07 + 113.075 226.00 210.59 15.41 + 113.100 277.00 214.61 62.39 + 113.125 263.00 223.84 39.16 + 113.150 296.00 239.15 56.85 + 113.175 319.00 259.98 59.02 + 113.200 338.00 283.90 54.10 + 113.225 385.00 306.11 78.89 + 113.250 408.00 319.64 88.36 + 113.275 381.00 318.55 62.45 + 113.300 356.00 303.01 52.99 + 113.325 290.00 279.02 10.98 + 113.350 284.00 253.17 30.83 + 113.375 268.00 229.84 38.16 + 113.400 222.00 211.18 10.82 + 113.425 245.00 197.79 47.21 + 113.450 214.00 189.28 24.72 + 113.475 211.00 184.85 26.15 + 113.500 204.00 183.66 20.34 + 113.525 227.00 185.04 41.96 + 113.550 254.00 188.40 65.60 + 113.575 236.00 193.08 42.92 + 113.600 290.00 198.16 91.84 + 113.625 305.00 202.24 102.76 + 113.650 290.00 203.70 86.30 + 113.675 337.00 201.66 135.34 + 113.700 276.00 196.78 79.22 + 113.725 281.00 190.60 90.40 + 113.750 238.00 184.44 53.56 + 113.775 243.00 179.10 63.90 + 113.800 231.00 174.91 56.09 + 113.825 205.00 171.87 33.13 + 113.850 205.00 169.83 35.17 + 113.875 193.00 168.52 24.48 + 113.900 180.00 167.71 12.29 + 113.925 171.00 167.23 3.77 + 113.950 185.00 166.95 18.05 + 113.975 191.00 166.83 24.17 + 114.000 191.00 166.83 24.17 + 114.025 190.00 166.96 23.04 + 114.050 179.00 167.27 11.73 + 114.075 169.00 167.83 1.17 + 114.100 175.00 168.82 6.18 + 114.125 199.00 170.46 28.54 + 114.150 179.00 173.06 5.94 + 114.175 189.00 176.94 12.06 + 114.200 210.00 182.33 27.67 + 114.225 191.00 189.20 1.80 + 114.250 206.00 197.14 8.86 + 114.275 212.00 205.18 6.82 + 114.300 210.00 211.65 -1.65 + 114.325 235.00 214.51 20.49 + 114.350 205.00 212.61 -7.61 + 114.375 182.00 206.72 -24.72 + 114.400 185.00 198.83 -13.83 + 114.425 177.00 190.74 -13.74 + 114.450 171.00 183.55 -12.55 + 114.475 153.00 177.80 -24.80 + 114.500 154.00 173.57 -19.57 + 114.525 152.00 170.67 -18.67 + 114.550 170.00 168.80 1.20 + 114.575 155.00 167.64 -12.64 + 114.600 156.00 166.94 -10.94 + 114.625 153.00 166.53 -13.53 + 114.650 171.00 166.31 4.69 + 114.675 188.00 166.24 21.76 + 114.700 181.00 166.30 14.70 + 114.725 180.00 166.48 13.52 + 114.750 201.00 166.78 34.22 + 114.775 183.00 167.18 15.82 + 114.800 191.00 167.66 23.34 + 114.825 184.00 168.12 15.88 + 114.850 187.00 168.50 18.50 + 114.875 163.00 168.71 -5.71 + 114.900 161.00 168.79 -7.79 + 114.925 165.00 168.83 -3.83 + 114.950 160.00 168.96 -8.96 + 114.975 185.00 169.34 15.66 + 115.000 198.00 170.14 27.86 + 115.025 164.00 171.57 -7.57 + 115.050 176.00 173.83 2.17 + 115.075 182.00 177.09 4.91 + 115.100 172.00 181.42 -9.42 + 115.125 172.00 186.71 -14.71 + 115.150 186.00 192.59 -6.59 + 115.175 189.00 198.40 -9.40 + 115.200 181.00 203.21 -22.21 + 115.225 231.00 206.28 24.72 + 115.250 209.00 207.78 1.22 + 115.275 211.00 208.68 2.32 + 115.300 227.00 209.90 17.10 + 115.325 226.00 211.70 14.30 + 115.350 193.00 213.50 -20.50 + 115.375 216.00 214.03 1.97 + 115.400 211.00 212.09 -1.09 + 115.425 211.00 207.58 3.42 + 115.450 193.00 201.58 -8.58 + 115.475 175.00 195.50 -20.50 + 115.500 192.00 190.48 1.52 + 115.525 209.00 187.29 21.71 + 115.550 196.00 186.41 9.59 + 115.575 195.00 187.98 7.02 + 115.600 230.00 191.91 38.09 + 115.625 231.00 197.73 33.27 + 115.650 239.00 204.62 34.38 + 115.675 311.00 211.25 99.75 + 115.700 285.00 215.87 69.13 + 115.725 263.00 216.77 46.23 + 115.750 289.00 213.49 75.51 + 115.775 262.00 207.12 54.88 + 115.800 214.00 199.38 14.62 + 115.825 212.00 191.71 20.29 + 115.850 218.00 184.99 33.01 + 115.875 186.00 179.61 6.39 + 115.900 191.00 175.63 15.37 + 115.925 199.00 172.89 26.11 + 115.950 183.00 171.12 11.88 + 115.975 190.00 170.03 19.97 + 116.000 168.00 169.39 -1.39 + 116.025 194.00 169.02 24.98 + 116.050 191.00 168.82 22.18 + 116.075 195.00 168.73 26.27 + 116.100 207.00 168.72 38.28 + 116.125 218.00 168.81 49.19 + 116.150 222.00 169.00 53.00 + 116.175 241.00 169.32 71.68 + 116.200 242.00 169.80 72.20 + 116.225 219.00 170.55 48.45 + 116.250 189.00 171.68 17.32 + 116.275 202.00 173.47 28.53 + 116.300 202.00 176.23 25.77 + 116.325 190.00 180.41 9.59 + 116.350 225.00 186.46 38.54 + 116.375 204.00 194.76 9.24 + 116.400 223.00 205.47 17.53 + 116.425 262.00 218.26 43.74 + 116.450 258.00 232.20 25.80 + 116.475 317.00 245.48 71.52 + 116.500 312.00 255.54 56.46 + 116.525 304.00 259.82 44.18 + 116.550 299.00 257.29 41.71 + 116.575 278.00 248.98 29.02 + 116.600 265.00 237.02 27.98 + 116.625 221.00 223.65 -2.65 + 116.650 205.00 210.75 -5.75 + 116.675 225.00 199.52 25.48 + 116.700 211.00 190.54 20.46 + 116.725 203.00 183.83 19.17 + 116.750 192.00 179.11 12.89 + 116.775 201.00 176.00 25.00 + 116.800 197.00 174.08 22.92 + 116.825 227.00 173.03 53.97 + 116.850 184.00 172.64 11.36 + 116.875 205.00 172.78 32.22 + 116.900 216.00 173.36 42.64 + 116.925 256.00 174.36 81.64 + 116.950 253.00 175.70 77.30 + 116.975 288.00 177.28 110.72 + 117.000 249.00 178.92 70.08 + 117.025 280.00 180.38 99.62 + 117.050 219.00 181.41 37.59 + 117.075 217.00 181.92 35.08 + 117.100 249.00 181.92 67.08 + 117.125 229.00 181.52 47.48 + 117.150 198.00 180.90 17.10 + 117.175 193.00 180.21 12.79 + 117.200 178.00 179.62 -1.62 + 117.225 205.00 179.36 25.64 + 117.250 210.00 179.67 30.33 + 117.275 185.00 180.81 4.19 + 117.300 179.00 182.98 -3.98 + 117.325 213.00 186.35 26.65 + 117.350 233.00 191.00 42.00 + 117.375 225.00 196.96 28.04 + 117.400 232.00 204.17 27.83 + 117.425 264.00 212.43 51.57 + 117.450 271.00 221.51 49.49 + 117.475 285.00 231.37 53.63 + 117.500 273.00 242.47 30.53 + 117.525 342.00 255.51 86.49 + 117.550 326.00 270.80 55.20 + 117.575 401.00 287.61 113.39 + 117.600 358.00 303.90 54.10 + 117.625 432.00 316.63 115.37 + 117.650 331.00 323.00 8.00 + 117.675 361.00 322.17 38.83 + 117.700 330.00 315.19 14.81 + 117.725 283.00 303.41 -20.41 + 117.750 282.00 287.78 -5.78 + 117.775 263.00 269.57 -6.57 + 117.800 245.00 250.66 -5.66 + 117.825 232.00 232.92 -0.92 + 117.850 219.00 217.58 1.42 + 117.875 251.00 205.12 45.88 + 117.900 241.00 195.51 45.49 + 117.925 241.00 188.46 52.54 + 117.950 265.00 183.50 81.50 + 117.975 237.00 180.16 56.84 + 118.000 251.00 178.01 72.99 + 118.025 266.00 176.74 89.26 + 118.050 291.00 176.15 114.85 + 118.075 301.00 176.16 124.84 + 118.100 300.00 176.81 123.19 + 118.125 280.00 178.25 101.75 + 118.150 332.00 180.70 151.30 + 118.175 285.00 184.40 100.60 + 118.200 276.00 189.57 86.43 + 118.225 261.00 196.26 64.74 + 118.250 262.00 204.32 57.68 + 118.275 264.00 213.24 50.76 + 118.300 280.00 222.08 57.92 + 118.325 291.00 229.47 61.53 + 118.350 292.00 233.95 58.05 + 118.375 284.00 234.47 49.53 + 118.400 266.00 230.86 35.14 + 118.425 240.00 223.91 16.09 + 118.450 219.00 215.08 3.92 + 118.475 232.00 205.79 26.21 + 118.500 218.00 197.11 20.89 + 118.525 192.00 189.67 2.33 + 118.550 181.00 183.71 -2.71 + 118.575 184.00 179.21 4.79 + 118.600 219.00 175.96 43.04 + 118.625 187.00 173.72 13.28 + 118.650 174.00 172.21 1.79 + 118.675 184.00 171.21 12.79 + 118.700 204.00 170.55 33.45 + 118.725 197.00 170.11 26.89 + 118.750 217.00 169.83 47.17 + 118.775 215.00 169.67 45.33 + 118.800 213.00 169.61 43.39 + 118.825 212.00 169.62 42.38 + 118.850 218.00 169.69 48.31 + 118.875 210.00 169.80 40.20 + 118.900 224.00 169.91 54.09 + 118.925 183.00 169.98 13.02 + 118.950 178.00 169.96 8.04 + 118.975 205.00 169.84 35.16 + 119.000 184.00 169.63 14.37 + 119.025 185.00 169.36 15.64 + 119.050 180.00 169.09 10.91 + 119.075 197.00 168.84 28.16 + 119.100 154.00 168.62 -14.62 + 119.125 171.00 168.45 2.55 + 119.150 181.00 168.32 12.68 + 119.175 155.00 168.23 -13.23 + 119.200 145.00 168.17 -23.17 + 119.225 184.00 168.13 15.87 + 119.250 180.00 168.10 11.90 + 119.275 173.00 168.08 4.92 + 119.300 168.00 168.07 -0.07 + 119.325 190.00 168.07 21.93 + 119.350 169.00 168.07 0.93 + 119.375 161.00 168.08 -7.08 + 119.400 174.00 168.09 5.91 + 119.425 158.00 168.11 -10.11 + 119.450 167.00 168.14 -1.14 + 119.475 182.00 168.17 13.83 + 119.500 165.00 168.20 -3.20 + 119.525 183.00 168.24 14.76 + 119.550 168.00 168.28 -0.28 + 119.575 159.00 168.32 -9.32 + 119.600 161.00 168.37 -7.37 + 119.625 155.00 168.42 -13.42 + 119.650 189.00 168.48 20.52 + 119.675 186.00 168.53 17.47 + 119.700 150.00 168.60 -18.60 + 119.725 168.00 168.66 -0.66 + 119.750 186.00 168.73 17.27 + 119.775 194.00 168.80 25.20 + 119.800 155.00 168.88 -13.88 + 119.825 171.00 168.97 2.03 + 119.850 151.00 169.06 -18.06 + 119.875 165.00 169.15 -4.15 + 119.900 175.00 169.26 5.74 + 119.925 156.00 169.37 -13.37 + 119.950 163.00 169.49 -6.49 + 119.975 164.00 169.62 -5.62 + 120.000 166.00 169.76 -3.76 + 120.025 185.00 169.91 15.09 + 120.050 163.00 170.08 -7.08 + 120.075 202.00 170.25 31.75 + 120.100 186.00 170.44 15.56 + 120.125 183.00 170.63 12.37 + 120.150 183.00 170.83 12.17 + 120.175 155.00 171.06 -16.06 + 120.200 199.00 171.29 27.71 + 120.225 176.00 171.56 4.44 + 120.250 188.00 171.86 16.14 + 120.275 177.00 172.19 4.81 + 120.300 165.00 172.57 -7.57 + 120.325 198.00 173.01 24.99 + 120.350 170.00 173.52 -3.52 + 120.375 186.00 174.12 11.88 + 120.400 188.00 174.85 13.15 + 120.425 193.00 175.77 17.23 + 120.450 190.00 177.00 13.00 + 120.475 207.00 178.69 28.31 + 120.500 234.00 181.08 52.92 + 120.525 205.00 184.49 20.51 + 120.550 212.00 189.30 22.70 + 120.575 216.00 195.92 20.08 + 120.600 213.00 204.67 8.33 + 120.625 266.00 215.76 50.24 + 120.650 257.00 229.09 27.91 + 120.675 269.00 244.17 24.83 + 120.700 300.00 260.00 40.00 + 120.725 330.00 275.02 54.98 + 120.750 339.00 287.24 51.76 + 120.775 357.00 294.69 62.31 + 120.800 382.00 296.17 85.83 + 120.825 326.00 292.05 33.95 + 120.850 325.00 284.31 40.69 + 120.875 282.00 275.54 6.46 + 120.900 284.00 268.06 15.94 + 120.925 305.00 263.43 41.57 + 120.950 353.00 262.35 90.65 + 120.975 293.00 264.68 28.32 + 121.000 354.00 269.44 84.56 + 121.025 327.00 274.88 52.12 + 121.050 397.00 278.75 118.25 + 121.075 378.00 278.89 99.11 + 121.100 367.00 274.20 92.80 + 121.125 341.00 265.14 75.86 + 121.150 307.00 253.26 53.74 + 121.175 311.00 240.31 70.69 + 121.200 274.00 227.69 46.31 + 121.225 313.00 216.36 96.64 + 121.250 351.00 206.84 144.16 + 121.275 347.00 199.31 147.69 + 121.300 326.00 193.70 132.30 + 121.325 307.00 189.76 117.24 + 121.350 293.00 187.17 105.83 + 121.375 260.00 185.62 74.38 + 121.400 283.00 184.87 98.13 + 121.425 272.00 184.72 87.28 + 121.450 272.00 185.09 86.91 + 121.475 302.00 185.98 116.02 + 121.500 307.00 187.49 119.51 + 121.525 313.00 189.83 123.17 + 121.550 332.00 193.33 138.67 + 121.575 337.00 198.48 138.52 + 121.600 327.00 205.90 121.10 + 121.625 331.00 216.26 114.74 + 121.650 343.00 230.20 112.80 + 121.675 329.00 248.14 80.86 + 121.700 371.00 270.13 100.87 + 121.725 392.00 295.60 96.40 + 121.750 418.00 323.27 94.73 + 121.775 493.00 350.87 142.13 + 121.800 471.00 375.26 95.74 + 121.825 481.00 392.73 88.27 + 121.850 485.00 400.15 84.85 + 121.875 486.00 396.39 89.61 + 121.900 422.00 383.00 39.00 + 121.925 425.00 363.46 61.54 + 121.950 387.00 341.73 45.27 + 121.975 379.00 321.29 57.71 + 122.000 330.00 304.57 25.43 + 122.025 338.00 292.99 45.01 + 122.050 327.00 286.89 40.11 + 122.075 321.00 285.69 35.31 + 122.100 327.00 288.09 38.91 + 122.125 386.00 292.38 93.62 + 122.150 375.00 296.69 78.31 + 122.175 412.00 299.11 112.89 + 122.200 398.00 297.93 100.07 + 122.225 371.00 292.14 78.86 + 122.250 398.00 281.98 116.02 + 122.275 377.00 268.75 108.25 + 122.300 382.00 254.16 127.84 + 122.325 419.00 239.68 179.32 + 122.350 397.00 226.34 170.66 + 122.375 373.00 214.77 158.23 + 122.400 325.00 205.22 119.78 + 122.425 333.00 197.69 135.31 + 122.450 311.00 191.98 119.02 + 122.475 301.00 187.79 113.21 + 122.500 293.00 184.79 108.21 + 122.525 291.00 182.65 108.35 + 122.550 268.00 181.14 86.86 + 122.575 279.00 180.04 98.96 + 122.600 289.00 179.23 109.77 + 122.625 278.00 178.61 99.39 + 122.650 266.00 178.11 87.89 + 122.675 268.00 177.71 90.29 + 122.700 284.00 177.38 106.62 + 122.725 258.00 177.10 80.90 + 122.750 251.00 176.86 74.14 + 122.775 258.00 176.67 81.33 + 122.800 247.00 176.51 70.49 + 122.825 251.00 176.38 74.62 + 122.850 211.00 176.28 34.72 + 122.875 209.00 176.21 32.79 + 122.900 220.00 176.16 43.84 + 122.925 218.00 176.13 41.87 + 122.950 191.00 176.13 14.87 + 122.975 186.00 176.15 9.85 + 123.000 214.00 176.19 37.81 + 123.025 213.00 176.27 36.73 + 123.050 216.00 176.37 39.63 + 123.075 227.00 176.51 50.49 + 123.100 196.00 176.68 19.32 + 123.125 202.00 176.90 25.10 + 123.150 213.00 177.18 35.82 + 123.175 186.00 177.50 8.50 + 123.200 198.00 177.87 20.13 + 123.225 224.00 178.29 45.71 + 123.250 177.00 178.74 -1.74 + 123.275 197.00 179.21 17.79 + 123.300 160.00 179.69 -19.69 + 123.325 191.00 180.15 10.85 + 123.350 209.00 180.61 28.39 + 123.375 217.00 181.08 35.92 + 123.400 216.00 181.61 34.39 + 123.425 215.00 182.27 32.73 + 123.450 200.00 183.18 16.82 + 123.475 207.00 184.43 22.57 + 123.500 202.00 186.21 15.79 + 123.525 234.00 188.73 45.27 + 123.550 218.00 192.24 25.76 + 123.575 252.00 197.05 54.95 + 123.600 249.00 203.52 45.48 + 123.625 281.00 212.00 69.00 + 123.650 270.00 222.82 47.18 + 123.675 287.00 236.15 50.85 + 123.700 318.00 252.00 66.00 + 123.725 319.00 270.02 48.98 + 123.750 370.00 289.51 80.49 + 123.775 397.00 309.38 87.62 + 123.800 434.00 328.28 105.72 + 123.825 494.00 344.74 149.26 + 123.850 424.00 357.17 66.83 + 123.875 485.00 363.90 121.10 + 123.900 464.00 363.55 100.45 + 123.925 454.00 355.75 98.25 + 123.950 461.00 341.53 119.47 + 123.975 371.00 322.96 48.04 + 124.000 326.00 302.38 23.62 + 124.025 309.00 281.88 27.12 + 124.050 280.00 263.00 17.00 + 124.075 332.00 246.76 85.24 + 124.100 297.00 233.67 63.33 + 124.125 277.00 223.86 53.14 + 124.150 293.00 217.18 75.82 + 124.175 303.00 213.33 89.67 + 124.200 342.00 211.90 130.10 + 124.225 293.00 212.47 80.53 + 124.250 322.00 214.63 107.37 + 124.275 350.00 218.04 131.96 + 124.300 360.00 222.44 137.56 + 124.325 343.00 227.68 115.32 + 124.350 387.00 233.73 153.27 + 124.375 437.00 240.57 196.43 + 124.400 442.00 248.04 193.96 + 124.425 460.00 255.74 204.26 + 124.450 486.00 262.95 223.05 + 124.475 451.00 268.70 182.30 + 124.500 433.00 271.99 161.01 + 124.525 459.00 272.14 186.86 + 124.550 369.00 269.02 99.98 + 124.575 415.00 263.12 151.88 + 124.600 340.00 255.35 84.65 + 124.625 328.00 246.76 81.24 + 124.650 323.00 238.37 84.63 + 124.675 291.00 231.02 59.98 + 124.700 265.00 225.36 39.64 + 124.725 305.00 221.73 83.27 + 124.750 279.00 220.25 58.75 + 124.775 298.00 220.82 77.18 + 124.800 320.00 223.10 96.90 + 124.825 299.00 226.58 72.42 + 124.850 306.00 230.59 75.41 + 124.875 340.00 234.30 105.70 + 124.900 314.00 236.86 77.14 + 124.925 329.00 237.53 91.47 + 124.950 324.00 236.00 88.00 + 124.975 367.00 232.46 134.54 + 125.000 378.00 227.49 150.51 + 125.025 335.00 221.80 113.20 + 125.050 338.00 216.06 121.94 + 125.075 293.00 210.80 82.20 + 125.100 299.00 206.44 92.56 + 125.125 293.00 203.27 89.73 + 125.150 263.00 201.52 61.48 + 125.175 285.00 201.37 83.63 + 125.200 277.00 202.93 74.07 + 125.225 283.00 206.28 76.72 + 125.250 326.00 211.44 114.56 + 125.275 291.00 218.35 72.65 + 125.300 311.00 226.84 84.16 + 125.325 315.00 236.63 78.37 + 125.350 351.00 247.20 103.80 + 125.375 367.00 257.90 109.10 + 125.400 353.00 267.81 85.19 + 125.425 387.00 275.93 111.07 + 125.450 404.00 281.38 122.62 + 125.475 365.00 283.73 81.27 + 125.500 354.00 283.29 70.71 + 125.525 382.00 280.92 101.08 + 125.550 318.00 277.64 40.36 + 125.575 310.00 274.22 35.78 + 125.600 342.00 271.14 70.86 + 125.625 355.00 268.45 86.55 + 125.650 334.00 265.89 68.11 + 125.675 382.00 263.02 118.98 + 125.700 359.00 259.34 99.66 + 125.725 322.00 254.50 67.50 + 125.750 317.00 248.41 68.59 + 125.775 322.00 241.27 80.73 + 125.800 315.00 233.54 81.46 + 125.825 322.00 225.73 96.27 + 125.850 260.00 218.26 41.74 + 125.875 275.00 211.46 63.54 + 125.900 282.00 205.53 76.47 + 125.925 290.00 200.56 89.44 + 125.950 318.00 196.55 121.45 + 125.975 296.00 193.44 102.56 + 126.000 276.00 191.13 84.87 + 126.025 281.00 189.47 91.53 + 126.050 309.00 188.34 120.66 + 126.075 281.00 187.63 93.37 + 126.100 305.00 187.24 117.76 + 126.125 298.00 187.11 110.89 + 126.150 276.00 187.19 88.81 + 126.175 252.00 187.46 64.54 + 126.200 303.00 187.95 115.05 + 126.225 282.00 188.68 93.32 + 126.250 308.00 189.75 118.25 + 126.275 302.00 191.27 110.73 + 126.300 293.00 193.44 99.56 + 126.325 288.00 196.48 91.52 + 126.350 268.00 200.70 67.30 + 126.375 300.00 206.46 93.54 + 126.400 319.00 214.13 104.87 + 126.425 297.00 224.06 72.94 + 126.450 302.00 236.52 65.48 + 126.475 304.00 251.63 52.37 + 126.500 346.00 269.26 76.74 + 126.525 392.00 288.99 103.01 + 126.550 454.00 310.06 143.94 + 126.575 519.00 331.24 187.76 + 126.600 565.00 350.92 214.08 + 126.625 590.00 367.17 222.83 + 126.650 593.00 378.06 214.94 + 126.675 601.00 382.25 218.75 + 126.700 563.00 379.48 183.52 + 126.725 482.00 370.57 111.43 + 126.750 500.00 356.99 143.01 + 126.775 403.00 340.26 62.74 + 126.800 417.00 321.75 95.25 + 126.825 386.00 302.61 83.39 + 126.850 328.00 283.85 44.15 + 126.875 293.00 266.29 26.71 + 126.900 321.00 250.53 70.47 + 126.925 300.00 236.91 63.09 + 126.950 313.00 225.52 87.48 + 126.975 294.00 216.25 77.75 + 127.000 318.00 208.90 109.10 + 127.025 294.00 203.20 90.80 + 127.050 329.00 198.86 130.14 + 127.075 329.00 195.63 133.37 + 127.100 364.00 193.25 170.75 + 127.125 360.00 191.54 168.46 + 127.150 385.00 190.32 194.68 + 127.175 412.00 189.50 222.50 + 127.200 426.00 188.99 237.01 + 127.225 405.00 188.74 216.26 + 127.250 418.00 188.75 229.25 + 127.275 417.00 189.02 227.98 + 127.300 358.00 189.60 168.40 + 127.325 384.00 190.57 193.43 + 127.350 387.00 191.99 195.01 + 127.375 312.00 193.98 118.02 + 127.400 316.00 196.64 119.36 + 127.425 304.00 200.07 103.93 + 127.450 295.00 204.34 90.66 + 127.475 296.00 209.48 86.52 + 127.500 294.00 215.42 78.58 + 127.525 273.00 222.04 50.96 + 127.550 325.00 229.09 95.91 + 127.575 330.00 236.18 93.82 + 127.600 345.00 242.85 102.15 + 127.625 300.00 248.57 51.43 + 127.650 370.00 252.86 117.14 + 127.675 350.00 255.28 94.72 + 127.700 381.00 255.57 125.43 + 127.725 297.00 253.64 43.36 + 127.750 316.00 249.67 66.33 + 127.775 300.00 244.08 55.92 + 127.800 270.00 237.42 32.58 + 127.825 271.00 230.27 40.73 + 127.850 292.00 223.12 68.88 + 127.875 249.00 216.36 32.64 + 127.900 263.00 210.26 52.74 + 127.925 269.00 204.97 64.03 + 127.950 273.00 200.54 72.46 + 127.975 252.00 196.97 55.03 + 128.000 250.00 194.17 55.83 + 128.025 225.00 192.04 32.96 + 128.050 241.00 190.48 50.52 + 128.075 245.00 189.38 55.62 + 128.100 268.00 188.62 79.38 + 128.125 276.00 188.13 87.87 + 128.150 264.00 187.84 76.16 + 128.175 282.00 187.71 94.29 + 128.200 294.00 187.70 106.30 + 128.225 314.00 187.80 126.20 + 128.250 303.00 188.00 115.00 + 128.275 269.00 188.30 80.70 + 128.300 295.00 188.73 106.27 + 128.325 283.00 189.32 93.68 + 128.350 293.00 190.10 102.90 + 128.375 286.00 191.13 94.87 + 128.400 264.00 192.49 71.51 + 128.425 255.00 194.26 60.74 + 128.450 259.00 196.56 62.44 + 128.475 252.00 199.50 52.50 + 128.500 270.00 203.22 66.78 + 128.525 255.00 207.84 47.16 + 128.550 304.00 213.47 90.53 + 128.575 293.00 220.19 72.81 + 128.600 311.00 227.97 83.03 + 128.625 285.00 236.75 48.25 + 128.650 332.00 246.34 85.66 + 128.675 321.00 256.50 64.50 + 128.700 350.00 266.89 83.11 + 128.725 358.00 277.01 80.99 + 128.750 431.00 286.36 144.64 + 128.775 433.00 294.20 138.80 + 128.800 427.00 299.89 127.11 + 128.825 380.00 302.92 77.08 + 128.850 413.00 303.23 109.77 + 128.875 422.00 301.23 120.77 + 128.900 348.00 297.65 50.35 + 128.925 388.00 293.30 94.70 + 128.950 355.00 288.85 66.15 + 128.975 370.00 284.81 85.19 + 129.000 353.00 281.40 71.60 + 129.025 322.00 278.71 43.29 + 129.050 348.00 276.65 71.35 + 129.075 325.00 275.16 49.84 + 129.100 320.00 274.18 45.82 + 129.125 369.00 273.67 95.33 + 129.150 351.00 273.56 77.44 + 129.175 400.00 273.73 126.27 + 129.200 379.00 273.99 105.01 + 129.225 399.00 274.17 124.83 + 129.250 406.00 274.20 131.80 + 129.275 396.00 274.24 121.76 + 129.300 397.00 274.58 122.42 + 129.325 415.00 275.59 139.41 + 129.350 439.00 277.58 161.42 + 129.375 438.00 280.71 157.29 + 129.400 437.00 284.97 152.03 + 129.425 478.00 290.15 187.85 + 129.450 495.00 295.84 199.16 + 129.475 511.00 301.43 209.57 + 129.500 450.00 306.35 143.65 + 129.525 497.00 310.07 186.93 + 129.550 498.00 312.31 185.69 + 129.575 433.00 312.96 120.04 + 129.600 477.00 311.98 165.02 + 129.625 484.00 309.35 174.65 + 129.650 430.00 304.94 125.06 + 129.675 431.00 298.71 132.29 + 129.700 454.00 290.74 163.26 + 129.725 399.00 281.37 117.63 + 129.750 382.00 271.09 110.91 + 129.775 384.00 260.51 123.49 + 129.800 351.00 250.11 100.89 + 129.825 334.00 240.33 93.67 + 129.850 347.00 231.48 115.52 + 129.875 336.00 223.70 112.30 + 129.900 330.00 217.10 112.90 + 129.925 306.00 211.66 94.34 + 129.950 330.00 207.36 122.64 + 129.975 311.00 204.11 106.89 + 130.000 298.00 201.81 96.19 + 130.025 301.00 200.34 100.66 + 130.050 344.00 199.59 144.41 + 130.075 335.00 199.44 135.56 + 130.100 334.00 199.81 134.19 + 130.125 303.00 200.61 102.39 + 130.150 326.00 201.74 124.26 + 130.175 359.00 203.14 155.86 + 130.200 397.00 204.73 192.27 + 130.225 356.00 206.42 149.58 + 130.250 347.00 208.15 138.85 + 130.275 310.00 209.84 100.16 + 130.300 347.00 211.48 135.52 + 130.325 332.00 213.08 118.92 + 130.350 312.00 214.69 97.31 + 130.375 335.00 216.39 118.61 + 130.400 334.00 218.22 115.78 + 130.425 316.00 220.16 95.84 + 130.450 309.00 222.15 86.85 + 130.475 294.00 224.07 69.93 + 130.500 334.00 225.73 108.27 + 130.525 342.00 226.94 115.06 + 130.550 332.00 227.51 104.49 + 130.575 279.00 227.29 51.71 + 130.600 267.00 226.21 40.79 + 130.625 257.00 224.29 32.71 + 130.650 292.00 221.69 70.31 + 130.675 288.00 218.60 69.40 + 130.700 273.00 215.23 57.77 + 130.725 245.00 211.80 33.20 + 130.750 269.00 208.45 60.55 + 130.775 248.00 205.31 42.69 + 130.800 228.00 202.43 25.57 + 130.825 250.00 199.88 50.12 + 130.850 249.00 197.68 51.32 + 130.875 230.00 195.81 34.19 + 130.900 238.00 194.27 43.73 + 130.925 217.00 193.02 23.98 + 130.950 238.00 192.02 45.98 + 130.975 212.00 191.24 20.76 + 131.000 246.00 190.64 55.36 + 131.025 246.00 190.17 55.83 + 131.050 239.00 189.82 49.18 + 131.075 262.00 189.55 72.45 + 131.100 265.00 189.35 75.65 + 131.125 264.00 189.20 74.80 + 131.150 240.00 189.09 50.91 + 131.175 250.00 189.01 60.99 + 131.200 246.00 188.96 57.04 + 131.225 226.00 188.93 37.07 + 131.250 227.00 188.91 38.09 + 131.275 235.00 188.90 46.10 + 131.300 226.00 188.90 37.10 + 131.325 256.00 188.92 67.08 + 131.350 190.00 188.94 1.06 + 131.375 215.00 188.96 26.04 + 131.400 236.00 188.99 47.01 + 131.425 223.00 189.03 33.97 + 131.450 227.00 189.08 37.92 + 131.475 203.00 189.13 13.87 + 131.500 206.00 189.19 16.81 + 131.525 190.00 189.25 0.75 + 131.550 232.00 189.32 42.68 + 131.575 230.00 189.40 40.60 + 131.600 201.00 189.49 11.51 + 131.625 219.00 189.59 29.41 + 131.650 203.00 189.70 13.30 + 131.675 216.00 189.81 26.19 + 131.700 213.00 189.94 23.06 + 131.725 208.00 190.09 17.91 + 131.750 224.00 190.25 33.75 + 131.775 210.00 190.43 19.57 + 131.800 202.00 190.64 11.36 + 131.825 212.00 190.89 21.11 + 131.850 205.00 191.18 13.82 + 131.875 236.00 191.53 44.47 + 131.900 220.00 191.97 28.03 + 131.925 194.00 192.52 1.48 + 131.950 199.00 193.23 5.77 + 131.975 201.00 194.14 6.86 + 132.000 216.00 195.30 20.70 + 132.025 237.00 196.78 40.22 + 132.050 212.00 198.63 13.37 + 132.075 225.00 200.93 24.07 + 132.100 203.00 203.71 -0.71 + 132.125 241.00 207.02 33.98 + 132.150 232.00 210.86 21.14 + 132.175 260.00 215.21 44.79 + 132.200 253.00 220.02 32.98 + 132.225 257.00 225.15 31.85 + 132.250 282.00 230.46 51.54 + 132.275 291.00 235.73 55.27 + 132.300 283.00 240.68 42.32 + 132.325 325.00 245.03 79.97 + 132.350 333.00 248.46 84.54 + 132.375 335.00 250.75 84.25 + 132.400 293.00 251.76 41.24 + 132.425 315.00 251.49 63.51 + 132.450 297.00 250.07 46.93 + 132.475 310.00 247.69 62.31 + 132.500 285.00 244.57 40.43 + 132.525 285.00 240.90 44.10 + 132.550 276.00 236.86 39.14 + 132.575 258.00 232.65 25.35 + 132.600 251.00 228.45 22.55 + 132.625 269.00 224.42 44.58 + 132.650 228.00 220.71 7.29 + 132.675 215.00 217.39 -2.39 + 132.700 259.00 214.53 44.47 + 132.725 235.00 212.13 22.87 + 132.750 257.00 210.16 46.84 + 132.775 241.00 208.56 32.44 + 132.800 289.00 207.26 81.74 + 132.825 229.00 206.16 22.84 + 132.850 267.00 205.19 61.81 + 132.875 270.00 204.28 65.72 + 132.900 284.00 203.39 80.61 + 132.925 265.00 202.49 62.51 + 132.950 274.00 201.61 72.39 + 132.975 275.00 200.74 74.26 + 133.000 279.00 199.91 79.09 + 133.025 277.00 199.13 77.87 + 133.050 269.00 198.43 70.57 + 133.075 267.00 197.82 69.18 + 133.100 263.00 197.32 65.68 + 133.125 299.00 196.93 102.07 + 133.150 262.00 196.67 65.33 + 133.175 263.00 196.56 66.44 + 133.200 268.00 196.59 71.41 + 133.225 235.00 196.80 38.20 + 133.250 232.00 197.19 34.81 + 133.275 261.00 197.79 63.21 + 133.300 236.00 198.63 37.37 + 133.325 224.00 199.72 24.28 + 133.350 251.00 201.09 49.91 + 133.375 249.00 202.77 46.23 + 133.400 247.00 204.75 42.25 + 133.425 217.00 207.03 9.97 + 133.450 238.00 209.59 28.41 + 133.475 231.00 212.37 18.63 + 133.500 251.00 215.31 35.69 + 133.525 261.00 218.31 42.69 + 133.550 251.00 221.25 29.75 + 133.575 308.00 223.98 84.02 + 133.600 300.00 226.35 73.65 + 133.625 333.00 228.19 104.81 + 133.650 311.00 229.40 81.60 + 133.675 283.00 229.91 53.09 + 133.700 279.00 229.78 49.22 + 133.725 289.00 229.14 59.86 + 133.750 281.00 228.17 52.83 + 133.775 273.00 227.10 45.90 + 133.800 244.00 226.14 17.86 + 133.825 299.00 225.46 73.54 + 133.850 263.00 225.21 37.79 + 133.875 257.00 225.48 31.52 + 133.900 209.00 226.32 -17.32 + 133.925 284.00 227.71 56.29 + 133.950 256.00 229.59 26.41 + 133.975 270.00 231.84 38.16 + 134.000 280.00 234.30 45.70 + 134.025 276.00 236.76 39.24 + 134.050 282.00 238.97 43.03 + 134.075 293.00 240.68 52.32 + 134.100 282.00 241.65 40.35 + 134.125 285.00 241.73 43.27 + 134.150 309.00 240.86 68.14 + 134.175 299.00 239.09 59.91 + 134.200 295.00 236.56 58.44 + 134.225 307.00 233.50 73.50 + 134.250 253.00 230.10 22.90 + 134.275 258.00 226.58 31.42 + 134.300 255.00 223.09 31.91 + 134.325 297.00 219.78 77.22 + 134.350 296.00 216.77 79.23 + 134.375 248.00 214.11 33.89 + 134.400 286.00 211.87 74.13 + 134.425 288.00 210.07 77.93 + 134.450 259.00 208.72 50.28 + 134.475 276.00 207.83 68.17 + 134.500 256.00 207.38 48.62 + 134.525 257.00 207.37 49.63 + 134.550 268.00 207.82 60.18 + 134.575 246.00 208.74 37.26 + 134.600 273.00 210.16 62.84 + 134.625 271.00 212.15 58.85 + 134.650 306.00 214.75 91.25 + 134.675 287.00 218.06 68.94 + 134.700 286.00 222.15 63.85 + 134.725 303.00 227.07 75.93 + 134.750 283.00 232.91 50.09 + 134.775 335.00 239.67 95.33 + 134.800 330.00 247.35 82.65 + 134.825 366.00 255.89 110.11 + 134.850 380.00 265.12 114.88 + 134.875 334.00 274.90 59.10 + 134.900 362.00 284.90 77.10 + 134.925 408.00 294.82 113.18 + 134.950 432.00 304.21 127.79 + 134.975 479.00 312.61 166.39 + 135.000 440.00 319.62 120.38 + 135.025 484.00 324.89 159.11 + 135.050 478.00 328.21 149.79 + 135.075 479.00 329.50 149.50 + 135.100 513.00 328.79 184.21 + 135.125 472.00 326.18 145.82 + 135.150 445.00 321.87 123.13 + 135.175 466.00 316.09 149.91 + 135.200 437.00 309.17 127.83 + 135.225 414.00 301.52 112.48 + 135.250 396.00 293.52 102.48 + 135.275 374.00 285.62 88.38 + 135.300 314.00 278.12 35.88 + 135.325 326.00 271.34 54.66 + 135.350 326.00 265.51 60.49 + 135.375 323.00 260.73 62.27 + 135.400 316.00 257.09 58.91 + 135.425 354.00 254.53 99.47 + 135.450 315.00 253.00 62.00 + 135.475 351.00 252.35 98.65 + 135.500 329.00 252.41 76.59 + 135.525 370.00 252.94 117.06 + 135.550 366.00 253.69 112.31 + 135.575 415.00 254.37 160.63 + 135.600 444.00 254.73 189.27 + 135.625 423.00 254.52 168.48 + 135.650 414.00 253.60 160.40 + 135.675 412.00 251.91 160.09 + 135.700 463.00 249.48 213.52 + 135.725 464.00 246.43 217.57 + 135.750 424.00 242.93 181.07 + 135.775 427.00 239.14 187.86 + 135.800 411.00 235.22 175.78 + 135.825 394.00 231.33 162.67 + 135.850 383.00 227.58 155.42 + 135.875 394.00 224.07 169.93 + 135.900 330.00 220.87 109.13 + 135.925 360.00 218.01 141.99 + 135.950 359.00 215.51 143.49 + 135.975 303.00 213.36 89.64 + 136.000 294.00 211.56 82.44 + 136.025 289.00 210.05 78.95 + 136.050 271.00 208.82 62.18 + 136.075 288.00 207.84 80.16 + 136.100 264.00 207.08 56.92 + 136.125 284.00 206.52 77.48 + 136.150 262.00 206.13 55.87 + 136.175 274.00 205.92 68.08 + 136.200 278.00 205.89 72.11 + 136.225 293.00 206.03 86.97 + 136.250 289.00 206.37 82.63 + 136.275 309.00 206.91 102.09 + 136.300 292.00 207.69 84.31 + 136.325 313.00 208.71 104.29 + 136.350 286.00 210.01 75.99 + 136.375 291.00 211.60 79.40 + 136.400 303.00 213.50 89.50 + 136.425 279.00 215.71 63.29 + 136.450 298.00 218.23 79.77 + 136.475 301.00 221.03 79.97 + 136.500 278.00 224.08 53.92 + 136.525 261.00 227.32 33.68 + 136.550 314.00 230.68 83.32 + 136.575 299.00 234.07 64.93 + 136.600 316.00 237.38 78.62 + 136.625 353.00 240.47 112.53 + 136.650 319.00 243.23 75.77 + 136.675 339.00 245.55 93.45 + 136.700 335.00 247.32 87.68 + 136.725 341.00 248.47 92.53 + 136.750 306.00 249.00 57.00 + 136.775 303.00 248.92 54.08 + 136.800 298.00 248.27 49.73 + 136.825 290.00 247.12 42.88 + 136.850 317.00 245.54 71.46 + 136.875 318.00 243.59 74.41 + 136.900 296.00 241.32 54.68 + 136.925 336.00 238.77 97.23 + 136.950 295.00 236.02 58.98 + 136.975 284.00 233.13 50.87 + 137.000 241.00 230.18 10.82 + 137.025 276.00 227.23 48.77 + 137.050 245.00 224.37 20.63 + 137.075 247.00 221.65 25.35 + 137.100 263.00 219.12 43.88 + 137.125 270.00 216.81 53.19 + 137.150 261.00 214.73 46.27 + 137.175 239.00 212.90 26.10 + 137.200 247.00 211.30 35.70 + 137.225 250.00 209.93 40.07 + 137.250 209.00 208.78 0.22 + 137.275 238.00 207.83 30.17 + 137.300 247.00 207.05 39.95 + 137.325 257.00 206.43 50.57 + 137.350 255.00 205.95 49.05 + 137.375 273.00 205.58 67.42 + 137.400 272.00 205.30 66.70 + 137.425 319.00 205.11 113.89 + 137.450 274.00 204.98 69.02 + 137.475 307.00 204.91 102.09 + 137.500 253.00 204.88 48.12 + 137.525 284.00 204.89 79.11 + 137.550 254.00 204.94 49.06 + 137.575 274.00 205.01 68.99 + 137.600 278.00 205.12 72.88 + 137.625 237.00 205.25 31.75 + 137.650 257.00 205.43 51.57 + 137.675 249.00 205.64 43.36 + 137.700 261.00 205.90 55.10 + 137.725 242.00 206.22 35.78 + 137.750 256.00 206.63 49.37 + 137.775 255.00 207.12 47.88 + 137.800 236.00 207.74 28.26 + 137.825 234.00 208.50 25.50 + 137.850 250.00 209.44 40.56 + 137.875 233.00 210.59 22.41 + 137.900 250.00 211.99 38.01 + 137.925 231.00 213.67 17.33 + 137.950 252.00 215.67 36.33 + 137.975 244.00 218.01 25.99 + 138.000 256.00 220.72 35.28 + 138.025 226.00 223.80 2.20 + 138.050 267.00 227.24 39.76 + 138.075 246.00 231.02 14.98 + 138.100 257.00 235.08 21.92 + 138.125 255.00 239.36 15.64 + 138.150 278.00 243.76 34.24 + 138.175 292.00 248.16 43.84 + 138.200 308.00 252.42 55.58 + 138.225 274.00 256.37 17.63 + 138.250 375.00 259.84 115.16 + 138.275 361.00 262.65 98.35 + 138.300 344.00 264.64 79.36 + 138.325 361.00 265.71 95.29 + 138.350 347.00 265.82 81.18 + 138.375 352.00 265.02 86.98 + 138.400 322.00 263.44 58.56 + 138.425 337.00 261.25 75.75 + 138.450 267.00 258.67 8.33 + 138.475 268.00 255.92 12.08 + 138.500 286.00 253.21 32.79 + 138.525 279.00 250.75 28.25 + 138.550 276.00 248.71 27.29 + 138.575 252.00 247.24 4.76 + 138.600 242.00 246.47 -4.47 + 138.625 277.00 246.48 30.52 + 138.650 271.00 247.34 23.66 + 138.675 275.00 249.06 25.94 + 138.700 272.00 251.63 20.37 + 138.725 295.00 255.02 39.98 + 138.750 281.00 259.13 21.87 + 138.775 338.00 263.88 74.12 + 138.800 320.00 269.09 50.91 + 138.825 350.00 274.60 75.40 + 138.850 381.00 280.22 100.78 + 138.875 404.00 285.69 118.31 + 138.900 451.00 290.81 160.19 + 138.925 441.00 295.33 145.67 + 138.950 452.00 299.06 152.94 + 138.975 417.00 301.86 115.14 + 139.000 450.00 303.66 146.34 + 139.025 436.00 304.45 131.55 + 139.050 437.00 304.29 132.71 + 139.075 440.00 303.22 136.78 + 139.100 474.00 301.31 172.69 + 139.125 453.00 298.63 154.37 + 139.150 457.00 295.20 161.80 + 139.175 438.00 291.09 146.91 + 139.200 387.00 286.37 100.63 + 139.225 386.00 281.14 104.86 + 139.250 366.00 275.56 90.44 + 139.275 341.00 269.74 71.26 + 139.300 337.00 263.87 73.13 + 139.325 308.00 258.07 49.93 + 139.350 329.00 252.46 76.54 + 139.375 283.00 247.15 35.85 + 139.400 296.00 242.18 53.82 + 139.425 289.00 237.63 51.37 + 139.450 297.00 233.52 63.48 + 139.475 240.00 229.85 10.15 + 139.500 268.00 226.63 41.37 + 139.525 282.00 223.83 58.17 + 139.550 297.00 221.44 75.56 + 139.575 291.00 219.44 71.56 + 139.600 281.00 217.77 63.23 + 139.625 305.00 216.43 88.57 + 139.650 336.00 215.35 120.65 + 139.675 324.00 214.53 109.47 + 139.700 307.00 213.93 93.07 + 139.725 332.00 213.52 118.48 + 139.750 328.00 213.29 114.71 + 139.775 309.00 213.21 95.79 + 139.800 315.00 213.29 101.71 + 139.825 330.00 213.50 116.50 + 139.850 291.00 213.86 77.14 + 139.875 290.00 214.34 75.66 + 139.900 344.00 214.95 129.05 + 139.925 314.00 215.69 98.31 + 139.950 324.00 216.54 107.46 + 139.975 327.00 217.50 109.50 + 140.000 259.00 218.55 40.45 + 140.025 268.00 219.69 48.31 + 140.050 305.00 220.87 84.13 + 140.075 304.00 222.08 81.92 + 140.100 300.00 223.29 76.71 + 140.125 285.00 224.45 60.55 + 140.150 292.00 225.52 66.48 + 140.175 289.00 226.46 62.54 + 140.200 294.00 227.22 66.78 + 140.225 278.00 227.77 50.23 + 140.250 261.00 228.07 32.93 + 140.275 297.00 228.12 68.88 + 140.300 252.00 227.92 24.08 + 140.325 280.00 227.49 52.51 + 140.350 245.00 226.89 18.11 + 140.375 266.00 226.14 39.86 + 140.400 283.00 225.31 57.69 + 140.425 238.00 224.44 13.56 + 140.450 266.00 223.58 42.42 + 140.475 262.00 222.76 39.24 + 140.500 249.00 222.04 26.96 + 140.525 255.00 221.42 33.58 + 140.550 240.00 220.94 19.06 + 140.575 239.00 220.60 18.40 + 140.600 221.00 220.41 0.59 + 140.625 251.00 220.37 30.63 + 140.650 212.00 220.47 -8.47 + 140.675 233.00 220.71 12.29 + 140.700 238.00 221.06 16.94 + 140.725 249.00 221.51 27.49 + 140.750 256.00 222.02 33.98 + 140.775 216.00 222.57 -6.57 + 140.800 262.00 223.14 38.86 + 140.825 249.00 223.69 25.31 + 140.850 248.00 224.20 23.80 + 140.875 263.00 224.66 38.34 + 140.900 281.00 225.06 55.94 + 140.925 234.00 225.39 8.61 + 140.950 290.00 225.65 64.35 + 140.975 269.00 225.84 43.16 + 141.000 284.00 225.97 58.03 + 141.025 233.00 226.03 6.97 + 141.050 286.00 226.01 59.99 + 141.075 275.00 225.91 49.09 + 141.100 263.00 225.73 37.27 + 141.125 245.00 225.44 19.56 + 141.150 259.00 225.06 33.94 + 141.175 276.00 224.59 51.41 + 141.200 229.00 224.04 4.96 + 141.225 261.00 223.42 37.58 + 141.250 273.00 222.76 50.24 + 141.275 272.00 222.07 49.93 + 141.300 231.00 221.40 9.60 + 141.325 212.00 220.76 -8.76 + 141.350 233.00 220.16 12.84 + 141.375 256.00 219.64 36.36 + 141.400 241.00 219.21 21.79 + 141.425 228.00 218.89 9.11 + 141.450 234.00 218.69 15.31 + 141.475 238.00 218.62 19.38 + 141.500 216.00 218.69 -2.69 + 141.525 207.00 218.92 -11.92 + 141.550 221.00 219.31 1.69 + 141.575 233.00 219.86 13.14 + 141.600 238.00 220.57 17.43 + 141.625 217.00 221.43 -4.43 + 141.650 238.00 222.44 15.56 + 141.675 251.00 223.60 27.40 + 141.700 268.00 224.87 43.13 + 141.725 259.00 226.25 32.75 + 141.750 230.00 227.70 2.30 + 141.775 276.00 229.20 46.80 + 141.800 257.00 230.70 26.30 + 141.825 260.00 232.17 27.83 + 141.850 255.00 233.57 21.43 + 141.875 244.00 234.84 9.16 + 141.900 258.00 235.94 22.06 + 141.925 279.00 236.84 42.16 + 141.950 291.00 237.50 53.50 + 141.975 290.00 237.91 52.09 + 142.000 295.00 238.05 56.95 + 142.025 289.00 237.91 51.09 + 142.050 273.00 237.53 35.47 + 142.075 306.00 236.91 69.09 + 142.100 307.00 236.11 70.89 + 142.125 264.00 235.15 28.85 + 142.150 289.00 234.09 54.91 + 142.175 270.00 232.97 37.03 + 142.200 234.00 231.84 2.16 + 142.225 252.00 230.74 21.26 + 142.250 243.00 229.70 13.30 + 142.275 244.00 228.75 15.25 + 142.300 251.00 227.92 23.08 + 142.325 235.00 227.21 7.79 + 142.350 234.00 226.64 7.36 + 142.375 246.00 226.21 19.79 + 142.400 239.00 225.91 13.09 + 142.425 257.00 225.75 31.25 + 142.450 218.00 225.69 -7.69 + 142.475 234.00 225.73 8.27 + 142.500 230.00 225.85 4.15 + 142.525 253.00 226.03 26.97 + 142.550 248.00 226.25 21.75 + 142.575 257.00 226.50 30.50 + 142.600 248.00 226.76 21.24 + 142.625 255.00 227.01 27.99 + 142.650 261.00 227.27 33.73 + 142.675 275.00 227.52 47.48 + 142.700 288.00 227.76 60.24 + 142.725 301.00 228.00 73.00 + 142.750 283.00 228.24 54.76 + 142.775 308.00 228.49 79.51 + 142.800 268.00 228.74 39.26 + 142.825 300.00 229.01 70.99 + 142.850 305.00 229.31 75.69 + 142.875 254.00 229.64 24.36 + 142.900 251.00 230.02 20.98 + 142.925 256.00 230.45 25.55 + 142.950 280.00 230.95 49.05 + 142.975 290.00 231.50 58.50 + 143.000 267.00 232.12 34.88 + 143.025 278.00 232.79 45.21 + 143.050 302.00 233.52 68.48 + 143.075 264.00 234.28 29.72 + 143.100 263.00 235.07 27.93 + 143.125 289.00 235.87 53.13 + 143.150 231.00 236.67 -5.67 + 143.175 271.00 237.44 33.56 + 143.200 289.00 238.19 50.81 + 143.225 268.00 238.91 29.09 + 143.250 310.00 239.60 70.40 + 143.275 278.00 240.28 37.72 + 143.300 280.00 240.96 39.04 + 143.325 262.00 241.65 20.35 + 143.350 234.00 242.36 -8.36 + 143.375 278.00 243.10 34.90 + 143.400 288.00 243.87 44.13 + 143.425 265.00 244.66 20.34 + 143.450 302.00 245.46 56.54 + 143.475 278.00 246.25 31.75 + 143.500 273.00 246.99 26.01 + 143.525 279.00 247.65 31.35 + 143.550 303.00 248.19 54.81 + 143.575 318.00 248.58 69.42 + 143.600 317.00 248.76 68.24 + 143.625 312.00 248.71 63.29 + 143.650 303.00 248.42 54.58 + 143.675 312.00 247.87 64.13 + 143.700 311.00 247.08 63.92 + 143.725 308.00 246.08 61.92 + 143.750 304.00 244.90 59.10 + 143.775 284.00 243.59 40.41 + 143.800 281.00 242.20 38.80 + 143.825 287.00 240.76 46.24 + 143.850 262.00 239.33 22.67 + 143.875 273.00 237.94 35.06 + 143.900 284.00 236.63 47.37 + 143.925 261.00 235.42 25.58 + 143.950 241.00 234.35 6.65 + 143.975 238.00 233.42 4.58 + 144.000 276.00 232.65 43.35 + 144.025 276.00 232.05 43.95 + 144.050 274.00 231.61 42.39 + 144.075 262.00 231.32 30.68 + 144.100 279.00 231.19 47.81 + 144.125 274.00 231.18 42.82 + 144.150 238.00 231.29 6.71 + 144.175 278.00 231.48 46.52 + 144.200 273.00 231.73 41.27 + 144.225 274.00 232.02 41.98 + 144.250 260.00 232.32 27.68 + 144.275 245.00 232.59 12.41 + 144.300 293.00 232.81 60.19 + 144.325 307.00 232.96 74.04 + 144.350 304.00 233.03 70.97 + 144.375 266.00 232.99 33.01 + 144.400 287.00 232.84 54.16 + 144.425 292.00 232.60 59.40 + 144.450 295.00 232.26 62.74 + 144.475 295.00 231.86 63.14 + 144.500 305.00 231.40 73.60 + 144.525 300.00 230.91 69.09 + 144.550 281.00 230.40 50.60 + 144.575 287.00 229.91 57.09 + 144.600 299.00 229.45 69.55 + 144.625 268.00 229.04 38.96 + 144.650 292.00 228.70 63.30 + 144.675 267.00 228.45 38.55 + 144.700 236.00 228.31 7.69 + 144.725 248.00 228.29 19.71 + 144.750 272.00 228.41 43.59 + 144.775 274.00 228.67 45.33 + 144.800 237.00 229.09 7.91 + 144.825 251.00 229.68 21.32 + 144.850 245.00 230.43 14.57 + 144.875 285.00 231.37 53.63 + 144.900 252.00 232.48 19.52 + 144.925 272.00 233.75 38.25 + 144.950 258.00 235.19 22.81 + 144.975 269.00 236.79 32.21 + 145.000 268.00 238.52 29.48 + 145.025 299.00 240.36 58.64 + 145.050 240.00 242.30 -2.30 + 145.075 263.00 244.28 18.72 + 145.100 260.00 246.30 13.70 + 145.125 315.00 248.30 66.70 + 145.150 315.00 250.23 64.77 + 145.175 295.00 252.06 42.94 + 145.200 279.00 253.73 25.27 + 145.225 295.00 255.18 39.82 + 145.250 333.00 256.38 76.62 + 145.275 322.00 257.27 64.73 + 145.300 338.00 257.82 80.18 + 145.325 383.00 258.01 124.99 + 145.350 339.00 257.84 81.16 + 145.375 311.00 257.31 53.69 + 145.400 323.00 256.47 66.53 + 145.425 295.00 255.34 39.66 + 145.450 275.00 253.98 21.02 + 145.475 295.00 252.43 42.57 + 145.500 289.00 250.74 38.26 + 145.525 294.00 248.97 45.03 + 145.550 287.00 247.16 39.84 + 145.575 275.00 245.35 29.65 + 145.600 249.00 243.58 5.42 + 145.625 232.00 241.88 -9.88 + 145.650 269.00 240.28 28.72 + 145.675 258.00 238.81 19.19 + 145.700 268.00 237.49 30.51 + 145.725 290.00 236.32 53.68 + 145.750 253.00 235.33 17.67 + 145.775 266.00 234.52 31.48 + 145.800 234.00 233.91 0.09 + 145.825 233.00 233.50 -0.50 + 145.850 223.00 233.30 -10.30 + 145.875 231.00 233.32 -2.32 + 145.900 252.00 233.57 18.43 + 145.925 275.00 234.05 40.95 + 145.950 267.00 234.79 32.21 + 145.975 251.00 235.78 15.22 + 146.000 284.00 237.06 46.94 + 146.025 281.00 238.63 42.37 + 146.050 254.00 240.50 13.50 + 146.075 265.00 242.70 22.30 + 146.100 309.00 245.24 63.76 + 146.125 269.00 248.13 20.87 + 146.150 296.00 251.37 44.63 + 146.175 290.00 254.97 35.03 + 146.200 301.00 258.92 42.08 + 146.225 297.00 263.21 33.79 + 146.250 300.00 267.82 32.18 + 146.275 345.00 272.72 72.28 + 146.300 298.00 277.86 20.14 + 146.325 347.00 283.20 63.80 + 146.350 345.00 288.68 56.32 + 146.375 374.00 294.22 79.78 + 146.400 366.00 299.74 66.26 + 146.425 387.00 305.13 81.87 + 146.450 392.00 310.31 81.69 + 146.475 438.00 315.14 122.86 + 146.500 465.00 319.54 145.46 + 146.525 470.00 323.37 146.63 + 146.550 443.00 326.53 116.47 + 146.575 511.00 328.96 182.04 + 146.600 473.00 330.58 142.42 + 146.625 474.00 331.38 142.62 + 146.650 455.00 331.35 123.65 + 146.675 473.00 330.55 142.45 + 146.700 452.00 329.03 122.97 + 146.725 460.00 326.88 133.12 + 146.750 440.00 324.19 115.81 + 146.775 386.00 321.07 64.93 + 146.800 385.00 317.63 67.37 + 146.825 402.00 313.94 88.06 + 146.850 418.00 310.12 107.88 + 146.875 382.00 306.25 75.75 + 146.900 348.00 302.42 45.58 + 146.925 344.00 298.70 45.30 + 146.950 360.00 295.16 64.84 + 146.975 366.00 291.87 74.13 + 147.000 351.00 288.86 62.14 + 147.025 322.00 286.17 35.83 + 147.050 327.00 283.83 43.17 + 147.075 318.00 281.84 36.16 + 147.100 352.00 280.19 71.81 + 147.125 341.00 278.86 62.14 + 147.150 308.00 277.83 30.17 + 147.175 357.00 277.06 79.94 + 147.200 325.00 276.50 48.50 + 147.225 367.00 276.09 90.91 + 147.250 383.00 275.78 107.22 + 147.275 381.00 275.50 105.50 + 147.300 376.00 275.20 100.80 + 147.325 381.00 274.82 106.18 + 147.350 434.00 274.31 159.69 + 147.375 410.00 273.64 136.36 + 147.400 412.00 272.77 139.23 + 147.425 411.00 271.69 139.31 + 147.450 393.00 270.41 122.59 + 147.475 427.00 268.95 158.05 + 147.500 429.00 267.33 161.67 + 147.525 441.00 265.58 175.42 + 147.550 407.00 263.75 143.25 + 147.575 412.00 261.87 150.13 + 147.600 456.00 259.97 196.03 + 147.625 389.00 258.11 130.89 + 147.650 386.00 256.31 129.69 + 147.675 382.00 254.61 127.39 + 147.700 368.00 253.04 114.96 + 147.725 352.00 251.64 100.36 + 147.750 367.00 250.41 116.59 + 147.775 366.00 249.40 116.60 + 147.800 364.00 248.61 115.39 + 147.825 366.00 248.06 117.94 + 147.850 352.00 247.76 104.24 + 147.875 312.00 247.72 64.28 + 147.900 345.00 247.93 97.07 + 147.925 336.00 248.40 87.60 + 147.950 284.00 249.12 34.88 + 147.975 310.00 250.08 59.92 + 148.000 289.00 251.26 37.74 + 148.025 318.00 252.65 65.35 + 148.050 287.00 254.23 32.77 + 148.075 303.00 255.96 47.04 + 148.100 306.00 257.83 48.17 + 148.125 320.00 259.80 60.20 + 148.150 330.00 261.83 68.17 + 148.175 334.00 263.89 70.11 + 148.200 345.00 265.94 79.06 + 148.225 367.00 267.93 99.07 + 148.250 407.00 269.83 137.17 + 148.275 379.00 271.58 107.42 + 148.300 410.00 273.15 136.85 + 148.325 396.00 274.50 121.50 + 148.350 429.00 275.59 153.41 + 148.375 425.00 276.40 148.60 + 148.400 449.00 276.92 172.08 + 148.425 416.00 277.14 138.86 + 148.450 394.00 277.06 116.94 + 148.475 390.00 276.70 113.30 + 148.500 394.00 276.10 117.90 + 148.525 404.00 275.28 128.72 + 148.550 356.00 274.28 81.72 + 148.575 350.00 273.16 76.84 + 148.600 378.00 271.94 106.06 + 148.625 369.00 270.67 98.33 + 148.650 362.00 269.40 92.60 + 148.675 311.00 268.14 42.86 + 148.700 297.00 266.94 30.06 + 148.725 307.00 265.81 41.19 + 148.750 293.00 264.77 28.23 + 148.775 291.00 263.83 27.17 + 148.800 338.00 262.99 75.01 + 148.825 300.00 262.26 37.74 + 148.850 290.00 261.64 28.36 + 148.875 317.00 261.10 55.90 + 148.900 312.00 260.64 51.36 + 148.925 270.00 260.24 9.76 + 148.950 313.00 259.87 53.13 + 148.975 278.00 259.51 18.49 + 149.000 321.00 259.13 61.87 + 149.025 327.00 258.72 68.28 + 149.050 332.00 258.25 73.75 + 149.075 337.00 257.71 79.29 + 149.100 328.00 257.08 70.92 + 149.125 301.00 256.35 44.65 + 149.150 322.00 255.54 66.46 + 149.175 334.00 254.63 79.37 + 149.200 330.00 253.64 76.36 + 149.225 315.00 252.59 62.41 + 149.250 311.00 251.48 59.52 + 149.275 302.00 250.34 51.66 + 149.300 338.00 249.17 88.83 + 149.325 321.00 247.99 73.01 + 149.350 317.00 246.81 70.19 + 149.375 331.00 245.66 85.34 + 149.400 335.00 244.53 90.47 + 149.425 345.00 243.45 101.55 + 149.450 317.00 242.41 74.59 + 149.475 306.00 241.43 64.57 + 149.500 309.00 240.52 68.48 + 149.525 336.00 239.67 96.33 + 149.550 309.00 238.90 70.10 + 149.575 299.00 238.20 60.80 + 149.600 319.00 237.57 81.43 + 149.625 310.00 237.03 72.97 + 149.650 287.00 236.55 50.45 + 149.675 281.00 236.15 44.85 + 149.700 268.00 235.82 32.18 + 149.725 260.00 235.56 24.44 + 149.750 279.00 235.37 43.63 + 149.775 279.00 235.23 43.77 + 149.800 289.00 235.15 53.85 + 149.825 265.00 235.13 29.87 + 149.850 261.00 235.16 25.84 + 149.875 264.00 235.23 28.77 + 149.900 260.00 235.36 24.64 + 149.925 271.00 235.53 35.47 + 149.950 265.00 235.74 29.26 + 149.975 270.00 235.99 34.01 + 150.000 280.00 236.29 43.71 + 150.025 304.00 236.63 67.37 + 150.050 283.00 237.01 45.99 + 150.075 289.00 237.43 51.57 + 150.100 294.00 237.90 56.10 + 150.125 325.00 238.42 86.58 + 150.150 269.00 238.98 30.02 + 150.175 282.00 239.60 42.40 + 150.200 293.00 240.27 52.73 + 150.225 275.00 241.01 33.99 + 150.250 283.00 241.81 41.19 + 150.275 281.00 242.68 38.32 + 150.300 283.00 243.62 39.38 + 150.325 277.00 244.64 32.36 + 150.350 284.00 245.75 38.25 + 150.375 275.00 246.95 28.05 + 150.400 277.00 248.24 28.76 + 150.425 278.00 249.62 28.38 + 150.450 273.00 251.10 21.90 + 150.475 284.00 252.67 31.33 + 150.500 267.00 254.33 12.67 + 150.525 270.00 256.08 13.92 + 150.550 287.00 257.89 29.11 + 150.575 316.00 259.78 56.22 + 150.600 261.00 261.71 -0.71 + 150.625 283.00 263.68 19.32 + 150.650 294.00 265.67 28.33 + 150.675 275.00 267.65 7.35 + 150.700 324.00 269.60 54.40 + 150.725 306.00 271.50 34.50 + 150.750 302.00 273.32 28.68 + 150.775 276.00 275.03 0.97 + 150.800 392.00 276.60 115.40 + 150.825 339.00 278.01 60.99 + 150.850 309.00 279.23 29.77 + 150.875 315.00 280.23 34.77 + 150.900 322.00 280.98 41.02 + 150.925 359.00 281.48 77.52 + 150.950 308.00 281.70 26.30 + 150.975 335.00 281.63 53.37 + 151.000 315.00 281.29 33.71 + 151.025 318.00 280.68 37.32 + 151.050 319.00 279.81 39.19 + 151.075 328.00 278.71 49.29 + 151.100 315.00 277.40 37.60 + 151.125 303.00 275.91 27.09 + 151.150 296.00 274.27 21.73 + 151.175 300.00 272.51 27.49 + 151.200 304.00 270.67 33.33 + 151.225 283.00 268.76 14.24 + 151.250 292.00 266.83 25.17 + 151.275 266.00 264.88 1.12 + 151.300 279.00 262.95 16.05 + 151.325 295.00 261.05 33.95 + 151.350 258.00 259.20 -1.20 + 151.375 289.00 257.41 31.59 + 151.400 272.00 255.70 16.30 + 151.425 251.00 254.07 -3.07 + 151.450 305.00 252.52 52.48 + 151.475 263.00 251.07 11.93 + 151.500 261.00 249.71 11.29 + 151.525 299.00 248.45 50.55 + 151.550 291.00 247.28 43.72 + 151.575 276.00 246.20 29.80 + 151.600 294.00 245.21 48.79 + 151.625 259.00 244.32 14.68 + 151.650 254.00 243.50 10.50 + 151.675 297.00 242.76 54.24 + 151.700 287.00 242.10 44.90 + 151.725 257.00 241.51 15.49 + 151.750 284.00 240.98 43.02 + 151.775 255.00 240.52 14.48 + 151.800 260.00 240.11 19.89 + 151.825 259.00 239.77 19.23 + 151.850 300.00 239.47 60.53 + 151.875 264.00 239.23 24.77 + 151.900 300.00 239.03 60.97 + 151.925 287.00 238.88 48.12 + 151.950 298.00 238.78 59.22 + 151.975 283.00 238.72 44.28 + 152.000 279.00 238.71 40.29 + 152.025 271.00 238.75 32.25 + 152.050 291.00 238.84 52.16 + 152.075 304.00 238.98 65.02 + 152.100 299.00 239.18 59.82 + 152.125 272.00 239.43 32.57 + 152.150 316.00 239.75 76.25 + 152.175 298.00 240.13 57.87 + 152.200 322.00 240.58 81.42 + 152.225 306.00 241.11 64.89 + 152.250 268.00 241.71 26.29 + 152.275 257.00 242.40 14.60 + 152.300 279.00 243.18 35.82 + 152.325 262.00 244.05 17.95 + 152.350 269.00 245.01 23.99 + 152.375 291.00 246.08 44.92 + 152.400 258.00 247.24 10.76 + 152.425 269.00 248.51 20.49 + 152.450 295.00 249.89 45.11 + 152.475 293.00 251.37 41.63 + 152.500 268.00 252.94 15.06 + 152.525 264.00 254.62 9.38 + 152.550 272.00 256.38 15.62 + 152.575 272.00 258.23 13.77 + 152.600 288.00 260.16 27.84 + 152.625 270.00 262.15 7.85 + 152.650 267.00 264.19 2.81 + 152.675 277.00 266.26 10.74 + 152.700 310.00 268.36 41.64 + 152.725 292.00 270.46 21.54 + 152.750 276.00 272.53 3.47 + 152.775 290.00 274.57 15.43 + 152.800 319.00 276.53 42.47 + 152.825 322.00 278.41 43.59 + 152.850 316.00 280.17 35.83 + 152.875 343.00 281.78 61.22 + 152.900 345.00 283.22 61.78 + 152.925 379.00 284.47 94.53 + 152.950 383.00 285.49 97.51 + 152.975 389.00 286.28 102.72 + 153.000 437.00 286.80 150.20 + 153.025 371.00 287.06 83.94 + 153.050 405.00 287.05 117.95 + 153.075 427.00 286.77 140.23 + 153.100 442.00 286.22 155.78 + 153.125 424.00 285.42 138.58 + 153.150 438.00 284.38 153.62 + 153.175 396.00 283.13 112.87 + 153.200 384.00 281.70 102.30 + 153.225 381.00 280.10 100.90 + 153.250 329.00 278.38 50.62 + 153.275 322.00 276.54 45.46 + 153.300 319.00 274.62 44.38 + 153.325 274.00 272.64 1.36 + 153.350 318.00 270.63 47.37 + 153.375 304.00 268.62 35.38 + 153.400 316.00 266.61 49.39 + 153.425 324.00 264.63 59.37 + 153.450 275.00 262.69 12.31 + 153.475 319.00 260.82 58.18 + 153.500 259.00 259.02 -0.02 + 153.525 272.00 257.30 14.70 + 153.550 262.00 255.68 6.32 + 153.575 270.00 254.16 15.84 + 153.600 263.00 252.75 10.25 + 153.625 266.00 251.44 14.56 + 153.650 242.00 250.25 -8.25 + 153.675 265.00 249.17 15.83 + 153.700 251.00 248.21 2.79 + 153.725 276.00 247.36 28.64 + 153.750 277.00 246.62 30.38 + 153.775 260.00 245.98 14.02 + 153.800 256.00 245.45 10.55 + 153.825 240.00 245.02 -5.02 + 153.850 278.00 244.68 33.32 + 153.875 252.00 244.43 7.57 + 153.900 286.00 244.27 41.73 + 153.925 295.00 244.19 50.81 + 153.950 268.00 244.18 23.82 + 153.975 301.00 244.24 56.76 + 154.000 296.00 235.51 60.49 + 154.025 268.00 235.54 32.46 + 154.050 299.00 235.57 63.43 + 154.075 298.00 235.60 62.40 + 154.100 305.00 235.63 69.37 + 154.125 293.00 235.65 57.35 + 154.150 327.00 235.68 91.32 + 154.175 343.00 235.71 107.29 + 154.200 362.00 235.74 126.26 + 154.225 367.00 235.77 131.23 + 154.250 358.00 235.80 122.20 + 154.275 324.00 235.82 88.18 + 154.300 322.00 235.85 86.15 + 154.325 330.00 235.88 94.12 + 154.350 356.00 235.91 120.09 + 154.375 353.00 235.93 117.07 + 154.400 351.00 235.96 115.04 + 154.425 324.00 235.99 88.01 + 154.450 359.00 236.01 122.99 + 154.475 339.00 236.04 102.96 + 154.500 289.00 236.07 52.93 + 154.525 330.00 236.09 93.91 + 154.550 295.00 236.12 58.88 + 154.575 293.00 236.15 56.85 + 154.600 293.00 236.17 56.83 + 154.625 300.00 236.20 63.80 + 154.650 296.00 236.23 59.77 + 154.675 319.00 236.25 82.75 + 154.700 302.00 236.28 65.72 + 154.725 276.00 236.30 39.70 + 154.750 293.00 236.33 56.67 + 154.775 271.00 236.35 34.65 + 154.800 283.00 236.38 46.62 + 154.825 256.00 236.40 19.60 + 154.850 258.00 236.43 21.57 + 154.875 269.00 236.45 32.55 + 154.900 272.00 236.48 35.52 + 154.925 213.00 236.50 -23.50 + 154.950 257.00 236.52 20.48 + 154.975 274.00 236.55 37.45 + 155.000 242.00 236.57 5.43 + 155.025 245.00 236.60 8.40 + 155.050 252.00 236.62 15.38 + 155.075 212.00 236.64 -24.64 + 155.100 261.00 236.67 24.33 + 155.125 281.00 236.69 44.31 + 155.150 259.00 236.71 22.29 + 155.175 253.00 236.73 16.27 + 155.200 280.00 236.76 43.24 + 155.225 255.00 236.78 18.22 + 155.250 229.00 236.80 -7.80 + 155.275 241.00 236.82 4.18 + 155.300 242.00 236.85 5.15 + 155.325 248.00 236.87 11.13 + 155.350 259.00 236.89 22.11 + 155.375 257.00 236.91 20.09 + 155.400 256.00 236.93 19.07 + 155.425 253.00 236.95 16.05 + 155.450 281.00 236.98 44.02 + 155.475 292.00 237.00 55.00 + 155.500 254.00 237.02 16.98 + 155.525 273.00 237.04 35.96 + 155.550 278.00 237.06 40.94 + 155.575 277.00 237.08 39.92 + 155.600 264.00 237.10 26.90 + 155.625 219.00 237.12 -18.12 + 155.650 271.00 237.14 33.86 + 155.675 279.00 237.16 41.84 + 155.700 246.00 237.18 8.82 + 155.725 268.00 237.20 30.80 + 155.750 282.00 237.22 44.78 + 155.775 272.00 237.24 34.76 + 155.800 270.00 237.26 32.74 + 155.825 221.00 237.28 -16.28 + 155.850 262.00 237.29 24.71 + 155.875 286.00 237.31 48.69 + 155.900 267.00 237.33 29.67 + 155.925 254.00 237.35 16.65 + 155.950 267.00 237.37 29.63 + 155.975 259.00 237.39 21.61 + 156.000 267.00 237.40 29.60 + 156.025 276.00 237.42 38.58 + 156.050 269.00 237.44 31.56 + 156.075 251.00 237.46 13.54 + 156.100 256.00 237.47 18.53 + 156.125 228.00 237.49 -9.49 + 156.150 248.00 237.51 10.49 + 156.175 243.00 237.52 5.48 + 156.200 254.00 237.54 16.46 + 156.225 254.00 237.56 16.44 + 156.250 245.00 237.57 7.43 + 156.275 242.00 237.59 4.41 + 156.300 250.00 237.60 12.40 + 156.325 264.00 237.62 26.38 + 156.350 274.00 237.64 36.36 + 156.375 255.00 237.65 17.35 + 156.400 281.00 237.67 43.33 + 156.425 229.00 237.68 -8.68 + 156.450 263.00 237.70 25.30 + 156.475 250.00 237.71 12.29 + 156.500 241.00 237.73 3.27 + 156.525 259.00 237.74 21.26 + 156.550 268.00 237.75 30.25 + 156.575 285.00 237.77 47.23 + 156.600 241.00 237.78 3.22 + 156.625 255.00 237.80 17.20 + 156.650 268.00 237.81 30.19 + 156.675 257.00 237.82 19.18 + 156.700 263.00 237.84 25.16 + 156.725 266.00 237.85 28.15 + 156.750 298.00 237.86 60.14 + 156.775 281.00 237.88 43.12 + 156.800 271.00 237.89 33.11 + 156.825 261.00 237.90 23.10 + 156.850 280.00 237.91 42.09 + 156.875 296.00 237.92 58.08 + 156.900 283.00 237.94 45.06 + 156.925 341.00 237.95 103.05 + 156.950 280.00 237.96 42.04 + 156.975 304.00 237.97 66.03 + 157.000 282.00 237.98 44.02 + 157.025 258.00 237.99 20.01 + 157.050 262.00 238.00 24.00 + 157.075 279.00 238.02 40.98 + 157.100 285.00 238.03 46.97 + 157.125 319.00 238.04 80.96 + 157.150 293.00 238.05 54.95 + 157.175 322.00 238.06 83.94 + 157.200 316.00 238.07 77.93 + 157.225 348.00 238.08 109.92 + 157.250 341.00 238.09 102.91 + 157.275 339.00 238.09 100.91 + 157.300 321.00 238.10 82.90 + 157.325 373.00 238.11 134.89 + 157.350 376.00 238.12 137.88 + 157.375 366.00 238.13 127.87 + 157.400 402.00 238.14 163.86 + 157.425 391.00 238.15 152.85 + 157.450 405.00 238.16 166.84 + 157.475 407.00 238.16 168.84 + 157.500 422.00 238.17 183.83 + 157.525 395.00 238.18 156.82 + 157.550 434.00 238.19 195.81 + 157.575 419.00 238.19 180.81 + 157.600 426.00 238.20 187.80 + 157.625 385.00 238.21 146.79 + 157.650 390.00 238.21 151.79 + 157.675 375.00 238.22 136.78 + 157.700 357.00 238.23 118.77 + 157.725 343.00 238.23 104.77 + 157.750 359.00 238.24 120.76 + 157.775 344.00 238.24 105.76 + 157.800 285.00 238.25 46.75 + 157.825 324.00 238.26 85.74 + 157.850 317.00 238.26 78.74 + 157.875 345.00 238.27 106.73 + 157.900 303.00 238.27 64.73 + 157.925 315.00 238.28 76.72 + 157.950 288.00 238.28 49.72 + 157.975 301.00 238.28 62.72 + 158.000 281.00 238.29 42.71 + 158.025 327.00 238.29 88.71 + 158.050 316.00 238.30 77.70 + 158.075 260.00 238.30 21.70 + 158.100 299.00 238.30 60.70 + 158.125 302.00 238.31 63.69 + 158.150 249.00 238.31 10.69 + 158.175 293.00 238.31 54.69 + 158.200 271.00 238.31 32.69 + 158.225 296.00 238.32 57.68 + 158.250 258.00 238.32 19.68 + 158.275 283.00 238.32 44.68 + 158.300 268.00 238.32 29.68 + 158.325 271.00 238.33 32.67 + 158.350 305.00 238.33 66.67 + 158.375 268.00 238.33 29.67 + 158.400 234.00 238.33 -4.33 + 158.425 286.00 238.33 47.67 + 158.450 278.00 238.33 39.67 + 158.475 274.00 238.33 35.67 + 158.500 274.00 238.33 35.67 + 158.525 253.00 238.33 14.67 + 158.550 238.00 238.33 -0.33 + 158.575 291.00 238.33 52.67 + 158.600 274.00 238.33 35.67 + 158.625 300.00 238.33 61.67 + 158.650 282.00 238.33 43.67 + 158.675 303.00 238.33 64.67 + 158.700 285.00 238.33 46.67 + 158.725 323.00 238.33 84.67 + 158.750 340.00 238.32 101.68 + 158.775 283.00 238.32 44.68 + 158.800 355.00 238.32 116.68 + 158.825 288.00 238.32 49.68 + 158.850 335.00 238.32 96.68 + 158.875 350.00 238.31 111.69 + 158.900 313.00 238.31 74.69 + 158.925 303.00 238.31 64.69 + 158.950 338.00 238.30 99.70 + 158.975 326.00 238.30 87.70 + 159.000 359.00 238.30 120.70 + 159.025 372.00 238.29 133.71 + 159.050 325.00 238.29 86.71 + 159.075 325.00 238.29 86.71 + 159.100 352.00 238.28 113.72 + 159.125 345.00 238.28 106.72 + 159.150 348.00 238.27 109.73 + 159.175 330.00 238.27 91.73 + 159.200 336.00 238.26 97.74 + 159.225 310.00 238.26 71.74 + 159.250 343.00 238.25 104.75 + 159.275 321.00 238.24 82.76 + 159.300 329.00 238.24 90.76 + 159.325 325.00 238.23 86.77 + 159.350 329.00 238.23 90.77 + 159.375 330.00 238.22 91.78 + 159.400 311.00 238.21 72.79 + 159.425 316.00 238.21 77.79 + 159.450 327.00 238.20 88.80 + 159.475 320.00 238.19 81.81 + 159.500 306.00 238.18 67.82 + 159.525 348.00 238.18 109.82 + 159.550 345.00 238.17 106.83 + 159.575 330.00 238.16 91.84 + 159.600 325.00 238.15 86.85 + 159.625 371.00 238.14 132.86 + 159.650 381.00 238.13 142.87 + 159.675 421.00 238.12 182.88 + 159.700 388.00 238.12 149.88 + 159.725 403.00 238.11 164.89 + 159.750 413.00 238.10 174.90 + 159.775 417.00 238.09 178.91 + 159.800 391.00 238.08 152.92 + 159.825 385.00 238.07 146.93 + 159.850 376.00 238.05 137.95 + 159.875 382.00 238.04 143.96 + 159.900 420.00 238.03 181.97 + 159.925 374.00 238.02 135.98 + 159.950 352.00 238.01 113.99 + 159.975 328.00 238.00 90.00 + 160.000 368.00 237.99 130.01 +END +WAVES Phase1, tik1 +BEGIN + 16.416 -523 + 20.761 -523 + 20.886 -523 + 23.278 -523 + 24.517 -523 + 25.530 -523 + 26.666 -523 + 27.640 -523 + 29.637 -523 + 32.305 -523 + 33.118 -523 + 33.233 -523 + 34.163 -523 + 37.194 -523 + 37.273 -523 + 38.116 -523 + 39.501 -523 + 40.224 -523 + 41.060 -523 + 41.657 -523 + 42.299 -523 + 42.326 -523 + 42.564 -523 + 43.684 -523 + 43.711 -523 + 44.433 -523 + 44.493 -523 + 44.598 -523 + 45.906 -523 + 47.647 -523 + 47.672 -523 + 47.829 -523 + 48.342 -523 + 50.313 -523 + 50.831 -523 + 52.439 -523 + 52.509 -523 + 53.077 -523 + 53.281 -523 + 53.622 -523 + 53.690 -523 + 53.755 -523 + 53.778 -523 + 54.989 -523 + 55.381 -523 + 55.693 -523 + 56.534 -523 + 56.546 -523 + 56.685 -523 + 57.069 -523 + 57.134 -523 + 58.472 -523 + 58.691 -523 + 58.925 -523 + 59.870 -523 + 60.649 -523 + 61.590 -523 + 61.611 -523 + 61.955 -523 + 62.044 -523 + 62.538 -523 + 62.600 -523 + 63.292 -523 + 63.525 -523 + 64.576 -523 + 65.198 -523 + 65.563 -523 + 66.004 -523 + 66.373 -523 + 66.597 -523 + 67.189 -523 + 67.531 -523 + 67.677 -523 + 68.177 -523 + 68.273 -523 + 68.426 -523 + 68.533 -523 + 69.310 -523 + 69.566 -523 + 69.653 -523 + 69.664 -523 + 69.776 -523 + 69.835 -523 + 70.034 -523 + 70.669 -523 + 70.895 -523 + 70.914 -523 + 71.201 -523 + 72.019 -523 + 72.053 -523 + 72.302 -523 + 72.702 -523 + 73.552 -523 + 73.648 -523 + 74.205 -523 + 74.456 -523 + 74.620 -523 + 75.011 -523 + 75.455 -523 + 75.889 -523 + 76.128 -523 + 76.429 -523 + 76.954 -523 + 77.332 -523 + 77.944 -523 + 78.181 -523 + 78.520 -523 + 78.627 -523 + 78.683 -523 + 79.268 -523 + 79.330 -523 + 79.523 -523 + 79.850 -523 + 79.855 -523 + 80.346 -523 + 80.830 -523 + 81.054 -523 + 81.389 -523 + 81.615 -523 + 81.634 -523 + 82.705 -523 + 82.862 -523 + 82.894 -523 + 83.178 -523 + 83.560 -523 + 84.108 -523 + 84.130 -523 + 84.595 -523 + 84.622 -523 + 85.116 -523 + 85.209 -523 + 85.592 -523 + 86.408 -523 + 86.471 -523 + 86.524 -523 + 86.935 -523 + 86.975 -523 + 87.697 -523 + 88.090 -523 + 88.664 -523 + 88.754 -523 + 89.101 -523 + 89.156 -523 + 89.310 -523 + 89.700 -523 + 89.725 -523 + 89.931 -523 + 90.737 -523 + 91.138 -523 + 91.248 -523 + 91.390 -523 + 91.490 -523 + 91.622 -523 + 91.704 -523 + 92.215 -523 + 92.400 -523 + 92.456 -523 + 92.529 -523 + 92.537 -523 + 93.172 -523 + 93.315 -523 + 93.347 -523 + 93.402 -523 + 93.476 -523 + 93.726 -523 + 93.940 -523 + 93.958 -523 + 94.041 -523 + 94.579 -523 + 94.783 -523 + 95.042 -523 + 95.512 -523 + 96.194 -523 + 96.250 -523 + 96.324 -523 + 96.925 -523 + 97.284 -523 + 97.579 -523 + 97.781 -523 + 98.353 -523 + 98.523 -523 + 98.821 -523 + 99.288 -523 + 99.806 -523 + 100.390 -523 + 100.452 -523 + 100.719 -523 + 100.789 -523 + 100.977 -523 + 101.025 -523 + 101.033 -523 + 101.109 -523 + 101.191 -523 + 101.471 -523 + 101.527 -523 + 101.877 -523 + 102.489 -523 + 102.607 -523 + 103.763 -523 + 103.915 -523 + 103.920 -523 + 104.024 -523 + 104.050 -523 + 104.178 -523 + 104.273 -523 + 104.739 -523 + 104.892 -523 + 105.304 -523 + 105.326 -523 + 105.413 -523 + 105.631 -523 + 105.806 -523 + 106.014 -523 + 106.254 -523 + 106.347 -523 + 106.495 -523 + 107.087 -523 + 107.694 -523 + 107.816 -523 + 107.849 -523 + 107.874 -523 + 107.952 -523 + 108.290 -523 + 108.439 -523 + 108.458 -523 + 109.233 -523 + 109.546 -523 + 110.058 -523 + 110.384 -523 + 110.603 -523 + 111.127 -523 + 111.271 -523 + 111.640 -523 + 112.285 -523 + 112.302 -523 + 112.736 -523 + 112.896 -523 + 113.010 -523 + 113.261 -523 + 113.351 -523 + 113.651 -523 + 114.328 -523 + 114.860 -523 + 114.959 -523 + 115.213 -523 + 115.388 -523 + 115.719 -523 + 116.030 -523 + 116.518 -523 + 116.580 -523 + 117.035 -523 + 117.097 -523 + 117.180 -523 + 117.461 -523 + 117.637 -523 + 117.742 -523 + 117.744 -523 + 118.340 -523 + 118.386 -523 + 118.393 -523 + 118.950 -523 + 119.221 -523 + 120.135 -523 + 120.306 -523 + 120.432 -523 + 120.750 -523 + 120.793 -523 + 121.075 -523 + 121.333 -523 + 121.561 -523 + 121.838 -523 + 121.875 -523 + 122.109 -523 + 122.209 -523 + 123.334 -523 + 123.783 -523 + 123.816 -523 + 123.890 -523 + 123.922 -523 + 124.301 -523 + 124.502 -523 + 124.508 -523 + 124.569 -523 + 124.925 -523 + 125.455 -523 + 125.658 -523 + 125.690 -523 + 125.727 -523 + 126.652 -523 + 126.675 -523 + 126.802 -523 + 127.621 -523 + 127.709 -523 + 127.769 -523 + 128.658 -523 + 128.820 -523 + 129.020 -523 + 129.058 -523 + 129.234 -523 + 129.306 -523 + 129.506 -523 + 129.578 -523 + 129.674 -523 + 129.688 -523 + 129.986 -523 + 130.287 -523 + 130.513 -523 + 130.591 -523 + 130.786 -523 + 131.342 -523 + 131.919 -523 + 132.350 -523 + 132.388 -523 + 132.393 -523 + 132.543 -523 + 132.858 -523 + 132.971 -523 + 133.636 -523 + 133.660 -523 + 134.120 -523 + 134.640 -523 + 135.010 -523 + 135.141 -523 + 135.213 -523 + 135.412 -523 + 135.635 -523 + 135.649 -523 + 135.728 -523 + 136.018 -523 + 136.652 -523 + 136.732 -523 + 136.861 -523 + 136.923 -523 + 136.957 -523 + 137.034 -523 + 138.327 -523 + 138.392 -523 + 138.782 -523 + 138.958 -523 + 139.183 -523 + 140.258 -523 + 140.853 -523 + 141.146 -523 + 141.925 -523 + 142.044 -523 + 142.576 -523 + 142.799 -523 + 142.868 -523 + 143.204 -523 + 143.643 -523 + 144.359 -523 + 144.514 -523 + 145.319 -523 + 145.874 -523 + 146.171 -523 + 146.217 -523 + 146.271 -523 + 146.342 -523 + 146.596 -523 + 146.609 -523 + 146.848 -523 + 147.379 -523 + 148.310 -523 + 148.416 -523 + 148.557 -523 + 149.073 -523 + 149.077 -523 + 150.264 -523 + 150.501 -523 + 150.745 -523 + 150.968 -523 + 151.538 -523 + 153.033 -523 + 153.434 -523 + 154.547 -523 + 155.621 -523 + 155.666 -523 + 156.411 -523 + 156.623 -523 + 157.438 -523 + 157.510 -523 + 157.598 -523 + 158.129 -523 + 159.707 -523 + 161.086 -523 + 161.620 -523 + 161.902 -523 + 161.971 -523 + 163.204 -523 + 165.031 -523 + 167.587 -523 + 168.175 -523 + 168.387 -523 + 168.666 -523 +END +WAVES Excrg1, excl1 +BEGIN + 10.00 -523 + 10.00 -523 +END +WAVES Excrg2, excl2 +BEGIN + 154.00 -523 + 160.00 -523 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TwoTheta +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 10.00, 160.00 +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -10418} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: pbsox_single_unpolarized\rDate of fit: \Z09 17/06/2026/ 22:57:14.3\Z12\rPbSO4\rChi2 = 73.17" +X Label left "\Z14Intensity" +X Label bottom "\Z142-Theta (in degrees)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: PbSO4 XrayDif single wavelength unpolarized Wdt48 +X | Date of run: 17/06/2026 / 22:57:14.3 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.rpa b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.rpa new file mode 100644 index 000000000..966f2f061 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.rpa @@ -0,0 +1,58 @@ +TITL PbSO4 XrayDif single wavelength unpolarized Wdt48 +FILES => PCR-file : pbsox_single_unpolarized +FILES => DAT-files: pbsox_single_unpolarized +DATE & TIME Date: 17/06/2026 Time: 22:57:13.953 +REM NPHASE IDUM IASG NRELL ICRYG +GLB1 1 0 0 0 0 +REM JOBTYP NPROF NBCKGD NEXCRG NSCAT NORI +GLB1 0 7 0 2 0 0 +REM IWGT ILOR IRESO ISTEP IXUNIT ICORR +GLB2 0 0 0 0 0 0 +REM IOT IPL IPC MAT NXT lst1 lst2 lst3 NLIN PL_PRF +OUT1 0 2 1 0 1 0 4 0 0 2 +REM instr JCIL JSY jlkh jfou ISHOR ianaly +OUT2 0 1 1 0 4 1 1 +REM MAT NXT NLIN JCIL JSY ISHOR +OUT1 0 1 0 1 1 1 +REM IOT IPL IPC LST1 LST2 LST3 +OUT2 0 2 1 0 4 0 +REM PL_PRF INSTR JLKH JFOU IANALY +OUT3 2 0 0 4 1 +DATT 0 0 0.00 +PHAS1 PbSO4 +SPGR P n m a +NATM 5 +COND 0 0 0 0 +ATOM Pb 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +ATOM S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +ATOM O1 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +ATOM O2 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +ATOM O3 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 +CELL 8.47983 5.39776 6.95932 90.00000 90.00000 90.00000 +SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +NNVK 0 +SCAL 0.000469335 0.000000000 +SHAP 0.00000 0.00000 +BOVE 0.0000 0.0000 +HUVW 0.0485 0.0000 -0.0831 0.0000 0.0352 0.0000 +PREF 0.0000 0.0000 0.0000 0.0000 +ASYM 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 +XYPA 0.0000 0.0000 0.0493 0.0000 +STRA 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 +SIZE 0.0000 0.0000 0.0000 0.0000 +ZERO -0.04816 0.00000 +BACK 154.3 100.0 -92.33 -95.60 126.7 -31.80 +SIGM 0.000 0.000 0.000 0.000 0.000 0.000 +RFAR 35.27 42.07 4.918 73.17 +RFAC 57.89 59.74 6.984 73.17 5760 +DEVA 0.7658E+06 132.8 0.8215E-01 1.918 +RFBR 35.27 42.07 4.918 73.17 +RFBC 57.89 59.74 6.984 73.17 5760 +DEVB 0.7658E+06 132.8 0.8215E-01 1.918 +BRAG1 52.520 28.852 318.543 100.000 1213.030 1.000 +-------------------------------------------------------------------------------- diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.sum b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.sum new file mode 100644 index 000000000..7c5200795 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.sum @@ -0,0 +1,147 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 17/06/2026 Time: 22:57:13.953 + + => PCR file code: pbsox_single_unpolarized + => DAT file code: pbsox_single_unpolar -> Relative contribution: 1.0000 + => Title: PbSO4 XrayDif single wavelength unpolarized Wdt48 + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of X-ray powder diffraction data + => Global Refinement of X-ray powder diffraction data + Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) + => The 7th default profile function was selected + + => Data supplied in free format for pattern: 1 + => Analysis of refinement at the end + => Wavelengths: 1.54056 1.54056 + => Cos(Monochromator angle)= 0.0000 + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 48.00 + ==> Angular range, step and number of points: + 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 + =>-------> Pattern# 1 + => Crystal Structure Refinement for phase: 1 + => The density (volumic mass) of phase 1 is: 6.324 g/cm3 + => Scor: 7.5715 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 PbSO4 P n m a +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 394 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + Pb 0.18788( 0) 0.25000( 0) 0.16749( 0) 1.785( 0) 0.500( 0) 4 + S 0.06302( 0) 0.25000( 0) 0.68446( 0) 0.854( 0) 0.500( 0) 4 + O1 0.91235( 0) 0.25000( 0) 0.59346( 0) 1.334( 0) 0.500( 0) 4 + O2 0.18443( 0) 0.25000( 0) 0.53434( 0) 1.575( 0) 0.500( 0) 4 + O3 0.07573( 0) 0.01951( 0) 0.81594( 0) 1.328( 0) 1.000( 0) 8 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 8.47983 0.00000 + 5.39776 0.00000 + 6.95932 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + => overall scale factor : 0.000469335 0.000000000 + => Eta(p-v) or m(p-vii) : 0.00000 0.00000 + => Overall tem. factor : 0.00000 0.00000 + => Halfwidth parameters : 0.04846 0.00000 + -0.08305 0.00000 + 0.03519 0.00000 + => Preferred orientation: 0.00000 0.00000 + 0.00000 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => X and y parameters : 0.00000 0.00000 + 0.04927 0.00000 + => Strain parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => Size parameters (G,L): 0.00000 0.00000 + 0.00000 0.00000 + + => Add. shape parameters: + 0.00000 0.00000 + 0.00000 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: -0.0482 0.0000 + => Background Polynomial Parameters ==> + 154.32 0.0000 + 100.00 0.0000 + -92.329 0.0000 + -95.599 0.0000 + 126.68 0.0000 + -31.804 0.0000 + + => Cos( theta)-shift parameter : 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle: 30 + => N-P+C: 5760 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 35.3 Rwp: 42.1 Rexp: 4.92 Chi2: 73.2 L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 57.9 Rwp: 59.7 Rexp: 6.98 Chi2: 73.2 + => Deviance: 0.766E+06 Dev* : 132.8 + => DW-Stat.: 0.0821 DW-exp: 1.9182 + => N-sigma of the GoF: 3872.818 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 5760 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 35.3 Rwp: 42.1 Rexp: 4.92 Chi2: 73.2 L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 57.9 Rwp: 59.7 Rexp: 6.98 Chi2: 73.2 + => Deviance: 0.766E+06 Dev* : 132.8 + => DW-Stat.: 0.0821 DW-exp: 1.9182 + => N-sigma of the GoF: 3872.818 + + => Global user-weigthed Chi2 (Bragg contrib.): 73.2 + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 PbSO4 + => Bragg R-factor: 52.5 Vol: 318.543( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 28.9 ATZ: 1213.030 Brindley: 1.0000 + + + CPU Time: 0.422 seconds + 0.007 minutes + + => Run finished at: Date: 17/06/2026 Time: 22:57:14.372 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.sym b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.sym new file mode 100644 index 000000000..9a2ca30ad --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.sym @@ -0,0 +1,136 @@ + PbSO4 XrayDif single wavelength unpolarized Wdt48 + + -------------------------------- + SYMMETRY INFORMATION ON PHASE: 1 + -------------------------------- + + + => Symmetry information on space group: P n m a + -> The multiplicity of the general position is: 8 + -> The space group is Centric (-1 at origin) + -> Lattice type P: { 000 } + -> Reduced set of symmetry operators: + + No. IT Symmetry symbol Rotation part Associated Translation + 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} + 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.5000 0.5000 0.5000} + 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.0000 0.5000 0.0000} + 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.5000 0.0000 0.5000} + + + Information on Space Group: + --------------------------- + + => Number of Space group: 62 + => Hermann-Mauguin Symbol: P n m a + => Hall Symbol: -P 2ac 2n + => Setting Type: IT (Generated from Hermann-Mauguin symbol) + => Crystal System: Orthorhombic + => Laue Class: mmm + => Point Group: mmm + => Bravais Lattice: P + => Lattice Symbol: oP + => Reduced Number of S.O.: 4 + => General multiplicity: 8 + => Centrosymmetry: Centric (-1 at origin) + => Generators (exc. -1&L): 2 + => Asymmetric unit: 0.000 <= x <= 0.500 + 0.000 <= y <= 0.250 + 0.000 <= z <= 1.000 + => Centring vectors: 0 + + + => List of all Symmetry Operators and Symmetry Symbols + + => SYMM( 1): x,y,z Symbol: 1 + => SYMM( 2): x+1/2,-y+1/2,-z+1/2 Symbol: 2 (1/2,0,0) x,1/4,1/4 + => SYMM( 3): -x,y+1/2,-z Symbol: 2 (0,1/2,0) 0,y,0 + => SYMM( 4): -x+1/2,-y,z+1/2 Symbol: 2 (0,0,1/2) 1/4,0,z + => SYMM( 5): -x,-y,-z Symbol: -1 0,0,0 + => SYMM( 6): -x+1/2,y+1/2,z+1/2 Symbol: n (0,1/2,1/2) 1/4,y,z + => SYMM( 7): x,-y+1/2,z Symbol: m x,1/4,z + => SYMM( 8): x+1/2,y,-z+1/2 Symbol: a x,y,1/4 + + => Special Wyckoff Positions for P n m a + + Multp Site Representative Coordinates (centring translations excluded) + 4 c x,1/4,z x+1/2,1/4,-z+1/2 -x,3/4,-z + -x+1/2,3/4,z+1/2 + + 4 b 0,0,1/2 1/2,1/2,0 0,1/2,1/2 + 1/2,0,0 + + 4 a 0,0,0 1/2,1/2,1/2 0,1/2,0 + 1/2,0,1/2 + + + ------------------------------------------------- + INFORMATION ON SITE SYMMETRY OF ATOMS IN PHASE: 1 + ------------------------------------------------- + + + -> Information on Atom: Pb at position: 0.18788 0.25000 0.16749 Multiplicity: 4 + List of symmetry operators and symmetry elements of the site point group: + Operator 2: x,-y+1/2,z m x,1/4,z + Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 + Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 + + --> Complete orbit of the atom: Pb + + Pb( 1) 0.18788 0.25000 0.16749 x,y,z + Pb( 2) 0.68788 0.25000 0.33251 x+1/2,-y+1/2,-z+1/2 + Pb( 3) 0.81212 0.75000 0.83251 -x,y+1/2,-z + Pb( 4) 0.31212 0.75000 0.66749 -x+1/2,-y,z+1/2 + + -> Information on Atom: S at position: 0.06302 0.25000 0.68446 Multiplicity: 4 + List of symmetry operators and symmetry elements of the site point group: + Operator 2: x,-y+1/2,z m x,1/4,z + Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 + Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 + + --> Complete orbit of the atom: S + + S( 1) 0.06302 0.25000 0.68446 x,y,z + S( 2) 0.56302 0.25000 0.81554 x+1/2,-y+1/2,-z+1/2 + S( 3) 0.93698 0.75000 0.31554 -x,y+1/2,-z + S( 4) 0.43698 0.75000 0.18446 -x+1/2,-y,z+1/2 + + -> Information on Atom: O1 at position: 0.91235 0.25000 0.59346 Multiplicity: 4 + List of symmetry operators and symmetry elements of the site point group: + Operator 2: x,-y+1/2,z m x,1/4,z + Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 + Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 + + --> Complete orbit of the atom: O1 + + O1( 1) 0.91235 0.25000 0.59346 x,y,z + O1( 2) 0.41235 0.25000 0.90654 x+1/2,-y+1/2,-z+1/2 + O1( 3) 0.08765 0.75000 0.40654 -x,y+1/2,-z + O1( 4) 0.58765 0.75000 0.09346 -x+1/2,-y,z+1/2 + + -> Information on Atom: O2 at position: 0.18443 0.25000 0.53434 Multiplicity: 4 + List of symmetry operators and symmetry elements of the site point group: + Operator 2: x,-y+1/2,z m x,1/4,z + Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 + Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 + + --> Complete orbit of the atom: O2 + + O2( 1) 0.18443 0.25000 0.53434 x,y,z + O2( 2) 0.68443 0.25000 0.96566 x+1/2,-y+1/2,-z+1/2 + O2( 3) 0.81557 0.75000 0.46566 -x,y+1/2,-z + O2( 4) 0.31557 0.75000 0.03434 -x+1/2,-y,z+1/2 + + -> Information on Atom: O3 at position: 0.07573 0.01951 0.81594 Multiplicity: 8 + The above atom is in a general position (no constraints in atom positions) + + --> Complete orbit of the atom: O3 + + O3( 1) 0.07573 0.01951 0.81594 x,y,z + O3( 2) 0.57573 0.48049 0.68406 x+1/2,-y+1/2,-z+1/2 + O3( 3) 0.92427 0.51951 0.18406 -x,y+1/2,-z + O3( 4) 0.42427 0.98049 0.31594 -x+1/2,-y,z+1/2 + O3( 5) 0.92427 0.98049 0.18406 -x,-y,-z + O3( 6) 0.42427 0.51951 0.31594 -x+1/2,y+1/2,z+1/2 + O3( 7) 0.07573 0.48049 0.81594 x,-y+1/2,z + O3( 8) 0.57573 0.01951 0.68406 x+1/2,y,-z+1/2 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized1.fst b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized1.fst new file mode 100644 index 000000000..99a3dbba8 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized1.fst @@ -0,0 +1,11 @@ +! FILE for FullProf Studio: generated automatically by FullProf +!Title: PbSO4 +SPACEG P n m a +CELL 8.479832 5.397758 6.959324 90.0000 90.0000 90.0000 +box -0.25 1.25 -0.15 1.15 -0.15 1.15 +ATOM Pb Pb 0.18788 0.25000 0.16749 +ATOM S S 0.06302 0.25000 0.68446 +ATOM O1 O 0.91235 0.25000 0.59346 +ATOM O2 O 0.18443 0.25000 0.53434 +ATOM O3 O 0.07573 0.01951 0.81594 +conn S O 0 2 diff --git a/docs/docs/verification/pd-neut-cwl_pv-xray-geometry_pbso4.ipynb b/docs/docs/verification/pd-neut-cwl_pv-xray-geometry_pbso4.ipynb new file mode 100644 index 000000000..7a57abbfc --- /dev/null +++ b/docs/docs/verification/pd-neut-cwl_pv-xray-geometry_pbso4.ipynb @@ -0,0 +1,345 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "0", + "metadata": { + "tags": [ + "hide-in-docs" + ] + }, + "outputs": [], + "source": [ + "# Check whether easydiffraction is installed; install it if needed.\n", + "# Required for remote environments such as Google Colab.\n", + "import importlib.util\n", + "\n", + "if importlib.util.find_spec('easydiffraction') is None:\n", + " %pip install easydiffraction" + ] + }, + { + "cell_type": "markdown", + "id": "1", + "metadata": {}, + "source": [ + "# PbSO₄ — neutron powder, X-ray geometry, pseudo-Voigt\n", + "\n", + "**Note — diagnostic neutron reference.**\n", + "\n", + "This diagnostic starts from the X-ray single-wavelength PbSO₄ PCR and\n", + "changes only the FullProf radiation mode to neutron. The geometry,\n", + "structure, wavelength, zero, background, and peak-profile parameters\n", + "stay aligned with `pbsox_single.pcr`." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "2", + "metadata": {}, + "outputs": [], + "source": [ + "import easydiffraction as edi\n", + "from easydiffraction import ExperimentFactory\n", + "from easydiffraction import StructureFactory\n", + "from easydiffraction.analysis import verification as verify" + ] + }, + { + "cell_type": "markdown", + "id": "3", + "metadata": {}, + "source": [ + "## Build the project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "4", + "metadata": {}, + "outputs": [], + "source": [ + "project = edi.Project()" + ] + }, + { + "cell_type": "markdown", + "id": "5", + "metadata": {}, + "source": [ + "## Define the structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "6", + "metadata": {}, + "outputs": [], + "source": [ + "structure = StructureFactory.from_scratch(name='pbso4')\n", + "\n", + "structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol\n", + "\n", + "structure.cell.length_a = 8.479832 # FullProf a\n", + "structure.cell.length_b = 5.397758 # FullProf b\n", + "structure.cell.length_c = 6.959325 # FullProf c\n", + "\n", + "structure.atom_sites.create(\n", + " id='Pb', # FullProf Atom\n", + " type_symbol='Pb', # FullProf Typ\n", + " fract_x=0.18788, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.16749, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.78522, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='S', # FullProf Atom\n", + " type_symbol='S', # FullProf Typ\n", + " fract_x=0.06302, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.68446, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.85413, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='O1', # FullProf Atom\n", + " type_symbol='O', # FullProf Typ\n", + " fract_x=0.91235, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.59346, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.33362, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='O2', # FullProf Atom\n", + " type_symbol='O', # FullProf Typ\n", + " fract_x=0.18443, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.53434, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.57511, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='O3', # FullProf Atom\n", + " type_symbol='O', # FullProf Typ\n", + " fract_x=0.07573, # FullProf X\n", + " fract_y=0.01951, # FullProf Y\n", + " fract_z=0.81594, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.32792, # FullProf Biso\n", + ")\n", + "\n", + "project.structures.add(structure)" + ] + }, + { + "cell_type": "markdown", + "id": "7", + "metadata": {}, + "source": [ + "## Load the FullProf reference" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "8", + "metadata": {}, + "outputs": [], + "source": [ + "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pv-xray-geometry_pbso4'\n", + "FULLPROF_PRF_FILE = 'pbsox_neut_single.prf'\n", + "FULLPROF_SUM_FILE = 'pbsox_neut_single.sum'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "FULLPROF_BAC_FILE = 'pbsox_neut_single.bac'\n", + "FULLPROF_ZERO = -0.04816 # FullProf Zero\n", + "FULLPROF_SCALE = 0.0004693346 # FullProf Scale\n", + "FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1\n", + "FULLPROF_U = 0.048457 # FullProf U\n", + "FULLPROF_V = -0.083053 # FullProf V\n", + "FULLPROF_W = 0.035188 # FullProf W\n", + "FULLPROF_X = 0.0 # FullProf X\n", + "FULLPROF_Y = 0.049268 # FullProf Y\n", + "\n", + "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", + " FULLPROF_PROJECT_DIR,\n", + " FULLPROF_PRF_FILE,\n", + " FULLPROF_BAC_FILE,\n", + " FULLPROF_ZERO,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "9", + "metadata": {}, + "source": [ + "## Create the experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "10", + "metadata": {}, + "outputs": [], + "source": [ + "experiment = ExperimentFactory.from_scratch(\n", + " name='pbso4',\n", + " sample_form='powder',\n", + " beam_mode='constant wavelength',\n", + " radiation_probe='neutron',\n", + " scattering_type='bragg',\n", + ")\n", + "verify.set_reference_as_measured(experiment, x, calc_fullprof)\n", + "\n", + "experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE)\n", + "\n", + "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", + "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", + "\n", + "experiment.peak.type = 'pseudo-voigt'\n", + "experiment.peak.broad_gauss_u = FULLPROF_U\n", + "experiment.peak.broad_gauss_v = FULLPROF_V\n", + "experiment.peak.broad_gauss_w = FULLPROF_W\n", + "experiment.peak.broad_lorentz_x = FULLPROF_X\n", + "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", + "\n", + "project.experiments.add(experiment)" + ] + }, + { + "cell_type": "markdown", + "id": "11", + "metadata": {}, + "source": [ + "## edi-cryspy VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "12", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'cryspy'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'pbso4',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "13", + "metadata": {}, + "source": [ + "## Fit edi-cryspy to FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "14", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.linked_structures['pbso4'].scale.free = True\n", + "experiment.peak.broad_gauss_u.free = True\n", + "experiment.peak.broad_gauss_v.free = True\n", + "experiment.peak.broad_gauss_w.free = True\n", + "experiment.peak.broad_lorentz_y.free = True\n", + "\n", + "project.analysis.fit()\n", + "project.display.fit.results()\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy_refined = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'pbso4',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy_refined,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY_REFINED,\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "15", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.linked_structures['pbso4'].scale" + ] + }, + { + "cell_type": "markdown", + "id": "16", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "17", + "metadata": {}, + "outputs": [], + "source": [ + "verify.assert_patterns_agree(\n", + " [\n", + " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", + " (\n", + " f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}',\n", + " calc_fullprof,\n", + " calc_ed_cryspy_refined,\n", + " ),\n", + " ],\n", + " known_discrepancy=True,\n", + " reason=(\n", + " 'Diagnostic neutron conversion of the X-ray PbSO4 PCR: changing '\n", + " 'only the FullProf radiation mode to neutron does not reproduce '\n", + " 'the expected Cryspy agreement, even after scale and U/V/W/Y '\n", + " 'refinement.'\n", + " ),\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "18", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "jupytext": { + "cell_metadata_filter": "-all", + "main_language": "python", + "notebook_metadata_filter": "-all" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/docs/docs/verification/pd-neut-cwl_pv-xray-geometry_pbso4.py b/docs/docs/verification/pd-neut-cwl_pv-xray-geometry_pbso4.py new file mode 100644 index 000000000..756af81f6 --- /dev/null +++ b/docs/docs/verification/pd-neut-cwl_pv-xray-geometry_pbso4.py @@ -0,0 +1,203 @@ +# %% [markdown] +# # PbSO₄ — neutron powder, X-ray geometry, pseudo-Voigt +# +# **Note — diagnostic neutron reference.** +# +# This diagnostic starts from the X-ray single-wavelength PbSO₄ PCR and +# changes only the FullProf radiation mode to neutron. The geometry, +# structure, wavelength, zero, background, and peak-profile parameters +# stay aligned with `pbsox_single.pcr`. + +# %% +import easydiffraction as edi +from easydiffraction import ExperimentFactory +from easydiffraction import StructureFactory +from easydiffraction.analysis import verification as verify + +# %% [markdown] +# ## Build the project + +# %% +project = edi.Project() + +# %% [markdown] +# ## Define the structure + +# %% +structure = StructureFactory.from_scratch(name='pbso4') + +structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol + +structure.cell.length_a = 8.479832 # FullProf a +structure.cell.length_b = 5.397758 # FullProf b +structure.cell.length_c = 6.959325 # FullProf c + +structure.atom_sites.create( + id='Pb', # FullProf Atom + type_symbol='Pb', # FullProf Typ + fract_x=0.18788, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.16749, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.78522, # FullProf Biso +) +structure.atom_sites.create( + id='S', # FullProf Atom + type_symbol='S', # FullProf Typ + fract_x=0.06302, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.68446, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=0.85413, # FullProf Biso +) +structure.atom_sites.create( + id='O1', # FullProf Atom + type_symbol='O', # FullProf Typ + fract_x=0.91235, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.59346, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.33362, # FullProf Biso +) +structure.atom_sites.create( + id='O2', # FullProf Atom + type_symbol='O', # FullProf Typ + fract_x=0.18443, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.53434, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.57511, # FullProf Biso +) +structure.atom_sites.create( + id='O3', # FullProf Atom + type_symbol='O', # FullProf Typ + fract_x=0.07573, # FullProf X + fract_y=0.01951, # FullProf Y + fract_z=0.81594, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.32792, # FullProf Biso +) + +project.structures.add(structure) + +# %% [markdown] +# ## Load the FullProf reference + +# %% +FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pv-xray-geometry_pbso4' +FULLPROF_PRF_FILE = 'pbsox_neut_single.prf' +FULLPROF_SUM_FILE = 'pbsox_neut_single.sum' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) +FULLPROF_BAC_FILE = 'pbsox_neut_single.bac' +FULLPROF_ZERO = -0.04816 # FullProf Zero +FULLPROF_SCALE = 0.0004693346 # FullProf Scale +FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1 +FULLPROF_U = 0.048457 # FullProf U +FULLPROF_V = -0.083053 # FullProf V +FULLPROF_W = 0.035188 # FullProf W +FULLPROF_X = 0.0 # FullProf X +FULLPROF_Y = 0.049268 # FullProf Y + +x, calc_fullprof = verify.load_fullprof_calc_profile( + FULLPROF_PROJECT_DIR, + FULLPROF_PRF_FILE, + FULLPROF_BAC_FILE, + FULLPROF_ZERO, +) + +# %% [markdown] +# ## Create the experiment + +# %% +experiment = ExperimentFactory.from_scratch( + name='pbso4', + sample_form='powder', + beam_mode='constant wavelength', + radiation_probe='neutron', + scattering_type='bragg', +) +verify.set_reference_as_measured(experiment, x, calc_fullprof) + +experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE) + +experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH +experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO + +experiment.peak.type = 'pseudo-voigt' +experiment.peak.broad_gauss_u = FULLPROF_U +experiment.peak.broad_gauss_v = FULLPROF_V +experiment.peak.broad_gauss_w = FULLPROF_W +experiment.peak.broad_lorentz_x = FULLPROF_X +experiment.peak.broad_lorentz_y = FULLPROF_Y + +project.experiments.add(experiment) + +# %% [markdown] +# ## edi-cryspy VS FullProf + +# %% +experiment.calculator.type = 'cryspy' + +project.analysis.calculate() +calc_ed_cryspy = experiment.data.intensity_calc +LABEL_ED_CRYSPY = verify.engine_label('cryspy') + +project.display.pattern_comparison( + 'pbso4', + reference=calc_fullprof, + candidate=calc_ed_cryspy, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY, +) + +# %% [markdown] +# ## Fit edi-cryspy to FullProf + +# %% +experiment.linked_structures['pbso4'].scale.free = True +experiment.peak.broad_gauss_u.free = True +experiment.peak.broad_gauss_v.free = True +experiment.peak.broad_gauss_w.free = True +experiment.peak.broad_lorentz_y.free = True + +project.analysis.fit() +project.display.fit.results() + +project.analysis.calculate() +calc_ed_cryspy_refined = experiment.data.intensity_calc +LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined') + +project.display.pattern_comparison( + 'pbso4', + reference=calc_fullprof, + candidate=calc_ed_cryspy_refined, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY_REFINED, +) + +# %% +experiment.linked_structures['pbso4'].scale + +# %% [markdown] +# ## Agreement check + +# %% +verify.assert_patterns_agree( + [ + (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), + ( + f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', + calc_fullprof, + calc_ed_cryspy_refined, + ), + ], + known_discrepancy=True, + reason=( + 'Diagnostic neutron conversion of the X-ray PbSO4 PCR: changing ' + 'only the FullProf radiation mode to neutron does not reproduce ' + 'the expected Cryspy agreement, even after scale and U/V/W/Y ' + 'refinement.' + ), +) + +# %% diff --git a/docs/docs/verification/pd-xray-pbso4-single-polarized.ipynb b/docs/docs/verification/pd-xray-pbso4-single-polarized.ipynb new file mode 100644 index 000000000..4812b4898 --- /dev/null +++ b/docs/docs/verification/pd-xray-pbso4-single-polarized.ipynb @@ -0,0 +1,425 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "3316c3d2", + "metadata": {}, + "source": [ + "# PbSO₄ — X-ray powder, single wavelength, polarized, Wdt 48\n", + "\n", + "**Note — diagnostic single-wavelength reference.**\n", + "\n", + "This is the X-ray Rietveld Round Robin anglesite (PbSO₄) measured with\n", + "a laboratory Cu source, but with a single-wavelength FullProf reference\n", + "generated from `pbsox_single_polarized.pcr`. The PCR keeps\n", + "`Lambda1 = Lambda2`, sets `Ratio = 0`, uses `Wdt = 48`, and enables\n", + "the FullProf X-ray polarization correction with `Rpolarz = 0.5` and\n", + "`Cthm = 0.8`. The page isolates whether EasyDiffraction backends can\n", + "reproduce a FullProf X-ray Lorentz-polarization correction when peak\n", + "tail truncation is widened." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "8386ed3b", + "metadata": {}, + "outputs": [], + "source": [ + "import easydiffraction as edi\n", + "from easydiffraction import ExperimentFactory\n", + "from easydiffraction import StructureFactory\n", + "from easydiffraction.analysis import verification as verify" + ] + }, + { + "cell_type": "markdown", + "id": "304c5a20", + "metadata": {}, + "source": [ + "## Build the project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "a0ef65fa", + "metadata": {}, + "outputs": [], + "source": [ + "project = edi.Project()" + ] + }, + { + "cell_type": "markdown", + "id": "5c837d9c", + "metadata": {}, + "source": [ + "## Define the structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "cb82e081", + "metadata": {}, + "outputs": [], + "source": [ + "structure = StructureFactory.from_scratch(name='pbso4')\n", + "\n", + "structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol\n", + "\n", + "structure.cell.length_a = 8.479832 # FullProf a\n", + "structure.cell.length_b = 5.397758 # FullProf b\n", + "structure.cell.length_c = 6.959325 # FullProf c\n", + "\n", + "structure.atom_sites.create(\n", + " id='Pb', # FullProf Atom\n", + " type_symbol='Pb', # FullProf Typ\n", + " fract_x=0.18788, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.16749, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.78522, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='S', # FullProf Atom\n", + " type_symbol='S', # FullProf Typ\n", + " fract_x=0.06302, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.68446, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.85413, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='O1', # FullProf Atom\n", + " type_symbol='O', # FullProf Typ\n", + " fract_x=0.91235, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.59346, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.33362, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='O2', # FullProf Atom\n", + " type_symbol='O', # FullProf Typ\n", + " fract_x=0.18443, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.53434, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.57511, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='O3', # FullProf Atom\n", + " type_symbol='O', # FullProf Typ\n", + " fract_x=0.07573, # FullProf X\n", + " fract_y=0.01951, # FullProf Y\n", + " fract_z=0.81594, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.32792, # FullProf Biso\n", + ")\n", + "\n", + "project.structures.add(structure)" + ] + }, + { + "cell_type": "markdown", + "id": "d5b3871b", + "metadata": {}, + "source": [ + "## Load the FullProf reference" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "214addff", + "metadata": {}, + "outputs": [], + "source": [ + "FULLPROF_PROJECT_DIR = 'pd-xray-pbso4'\n", + "FULLPROF_PRF_FILE = 'pbsox_single_polarized.prf'\n", + "FULLPROF_SUM_FILE = 'pbsox_single_polarized.sum'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "FULLPROF_BAC_FILE = 'pbsox_single_polarized.bac'\n", + "FULLPROF_ZERO = -0.04816 # FullProf Zero\n", + "FULLPROF_SCALE = 0.0004693346 # FullProf Scale\n", + "FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1\n", + "FULLPROF_U = 0.048457 # FullProf U\n", + "FULLPROF_V = -0.083053 # FullProf V\n", + "FULLPROF_W = 0.035188 # FullProf W\n", + "FULLPROF_X = 0.0 # FullProf X\n", + "FULLPROF_Y = 0.049268 # FullProf Y\n", + "FULLPROF_WDT = 48.0 # FullProf Wdt\n", + "FULLPROF_POLARIZATION_COEFFICIENT = 0.5 # FullProf Rpolarz\n", + "FULLPROF_CTHM = 0.8 # FullProf Cthm\n", + "\n", + "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", + " FULLPROF_PROJECT_DIR,\n", + " FULLPROF_PRF_FILE,\n", + " FULLPROF_BAC_FILE,\n", + " FULLPROF_ZERO,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "869112bb", + "metadata": {}, + "source": [ + "## Create the experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "b4813d38", + "metadata": {}, + "outputs": [], + "source": [ + "experiment = ExperimentFactory.from_scratch(\n", + " name='pbso4',\n", + " sample_form='powder',\n", + " beam_mode='constant wavelength',\n", + " radiation_probe='xray',\n", + " scattering_type='bragg',\n", + ")\n", + "verify.set_reference_as_measured(experiment, x, calc_fullprof)\n", + "\n", + "experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE)\n", + "\n", + "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", + "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", + "\n", + "experiment.peak.type = 'pseudo-voigt'\n", + "experiment.peak.broad_gauss_u = FULLPROF_U\n", + "experiment.peak.broad_gauss_v = FULLPROF_V\n", + "experiment.peak.broad_gauss_w = FULLPROF_W\n", + "experiment.peak.broad_lorentz_x = FULLPROF_X\n", + "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", + "\n", + "project.experiments.add(experiment)" + ] + }, + { + "cell_type": "markdown", + "id": "2f1e5088", + "metadata": {}, + "source": [ + "## edi-cryspy VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "33b21817", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'cryspy'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'pbso4',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "4cb11eea", + "metadata": {}, + "source": [ + "## Fit edi-cryspy to FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "274aab52", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.linked_structures['pbso4'].scale.free = True\n", + "experiment.peak.broad_gauss_u.free = True\n", + "experiment.peak.broad_gauss_v.free = True\n", + "experiment.peak.broad_gauss_w.free = True\n", + "experiment.peak.broad_lorentz_y.free = True\n", + "\n", + "project.analysis.fit()\n", + "project.display.fit.results()\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy_refined = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'pbso4',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy_refined,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY_REFINED,\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "36d505fb", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.linked_structures['pbso4'].scale" + ] + }, + { + "cell_type": "markdown", + "id": "d20a5ff9", + "metadata": {}, + "source": [ + "## edi-crysfml VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "ee6f8258", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'crysfml'\n", + "\n", + "experiment.linked_structures['pbso4'].scale = FULLPROF_SCALE\n", + "experiment.peak.broad_gauss_u = FULLPROF_U\n", + "experiment.peak.broad_gauss_v = FULLPROF_V\n", + "experiment.peak.broad_gauss_w = FULLPROF_W\n", + "experiment.peak.broad_lorentz_x = FULLPROF_X\n", + "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_crysfml = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'pbso4',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_crysfml,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSFML,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "fbe14e30", + "metadata": {}, + "source": [ + "## Fit edi-crysfml to FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "5f9925c4", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.linked_structures['pbso4'].scale.free = True\n", + "experiment.peak.broad_gauss_u.free = True\n", + "experiment.peak.broad_gauss_v.free = True\n", + "experiment.peak.broad_gauss_w.free = True\n", + "experiment.peak.broad_lorentz_y.free = True\n", + "\n", + "project.analysis.fit()\n", + "project.display.fit.results()\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'pbso4',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_crysfml_refined,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "94c000e6", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.linked_structures['pbso4'].scale" + ] + }, + { + "cell_type": "markdown", + "id": "4c1046d2", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "67907f44", + "metadata": {}, + "outputs": [], + "source": [ + "verify.assert_patterns_agree(\n", + " [\n", + " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", + " (\n", + " f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}',\n", + " calc_fullprof,\n", + " calc_ed_cryspy_refined,\n", + " ),\n", + " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", + " (\n", + " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", + " calc_fullprof,\n", + " calc_ed_crysfml_refined,\n", + " ),\n", + " ],\n", + " known_discrepancy=True,\n", + " reason=(\n", + " 'Laboratory X-ray PbSO4 single-wavelength diagnostic with '\n", + " 'Wdt=48, Rpolarz=0.5, and Cthm=0.8: EasyDiffraction does not '\n", + " 'yet expose these X-ray optics fields or bind them to cryspy/'\n", + " 'crysfml, and the remaining strict-tolerance difference is '\n", + " 'also affected by FullProf/Cryspy Cu Kalpha anomalous-'\n", + " 'dispersion table differences, especially Pb f-prime.'\n", + " ),\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "8d922d54", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "jupytext": { + "cell_metadata_filter": "-all", + "main_language": "python", + "notebook_metadata_filter": "-all" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/docs/docs/verification/pd-xray-pbso4-single-polarized.py b/docs/docs/verification/pd-xray-pbso4-single-polarized.py new file mode 100644 index 000000000..88ed6cd8c --- /dev/null +++ b/docs/docs/verification/pd-xray-pbso4-single-polarized.py @@ -0,0 +1,271 @@ +# %% [markdown] +# # PbSO₄ — X-ray powder, single wavelength, polarized, Wdt 48 +# +# **Note — diagnostic single-wavelength reference.** +# +# This is the X-ray Rietveld Round Robin anglesite (PbSO₄) measured with +# a laboratory Cu source, but with a single-wavelength FullProf reference +# generated from `pbsox_single_polarized.pcr`. The PCR keeps +# `Lambda1 = Lambda2`, sets `Ratio = 0`, uses `Wdt = 48`, and enables +# the FullProf X-ray polarization correction with `Rpolarz = 0.5` and +# `Cthm = 0.8`. The page isolates whether EasyDiffraction backends can +# reproduce a FullProf X-ray Lorentz-polarization correction when peak +# tail truncation is widened. + +# %% +import easydiffraction as edi +from easydiffraction import ExperimentFactory +from easydiffraction import StructureFactory +from easydiffraction.analysis import verification as verify + +# %% [markdown] +# ## Build the project + +# %% +project = edi.Project() + +# %% [markdown] +# ## Define the structure + +# %% +structure = StructureFactory.from_scratch(name='pbso4') + +structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol + +structure.cell.length_a = 8.479832 # FullProf a +structure.cell.length_b = 5.397758 # FullProf b +structure.cell.length_c = 6.959325 # FullProf c + +structure.atom_sites.create( + id='Pb', # FullProf Atom + type_symbol='Pb', # FullProf Typ + fract_x=0.18788, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.16749, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.78522, # FullProf Biso +) +structure.atom_sites.create( + id='S', # FullProf Atom + type_symbol='S', # FullProf Typ + fract_x=0.06302, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.68446, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=0.85413, # FullProf Biso +) +structure.atom_sites.create( + id='O1', # FullProf Atom + type_symbol='O', # FullProf Typ + fract_x=0.91235, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.59346, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.33362, # FullProf Biso +) +structure.atom_sites.create( + id='O2', # FullProf Atom + type_symbol='O', # FullProf Typ + fract_x=0.18443, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.53434, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.57511, # FullProf Biso +) +structure.atom_sites.create( + id='O3', # FullProf Atom + type_symbol='O', # FullProf Typ + fract_x=0.07573, # FullProf X + fract_y=0.01951, # FullProf Y + fract_z=0.81594, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.32792, # FullProf Biso +) + +project.structures.add(structure) + +# %% [markdown] +# ## Load the FullProf reference + +# %% +FULLPROF_PROJECT_DIR = 'pd-xray-pbso4' +FULLPROF_PRF_FILE = 'pbsox_single_polarized.prf' +FULLPROF_SUM_FILE = 'pbsox_single_polarized.sum' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) +FULLPROF_BAC_FILE = 'pbsox_single_polarized.bac' +FULLPROF_ZERO = -0.04816 # FullProf Zero +FULLPROF_SCALE = 0.0004693346 # FullProf Scale +FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1 +FULLPROF_U = 0.048457 # FullProf U +FULLPROF_V = -0.083053 # FullProf V +FULLPROF_W = 0.035188 # FullProf W +FULLPROF_X = 0.0 # FullProf X +FULLPROF_Y = 0.049268 # FullProf Y +FULLPROF_WDT = 48.0 # FullProf Wdt +FULLPROF_POLARIZATION_COEFFICIENT = 0.5 # FullProf Rpolarz +FULLPROF_CTHM = 0.8 # FullProf Cthm + +x, calc_fullprof = verify.load_fullprof_calc_profile( + FULLPROF_PROJECT_DIR, + FULLPROF_PRF_FILE, + FULLPROF_BAC_FILE, + FULLPROF_ZERO, +) + +# %% [markdown] +# ## Create the experiment + +# %% +experiment = ExperimentFactory.from_scratch( + name='pbso4', + sample_form='powder', + beam_mode='constant wavelength', + radiation_probe='xray', + scattering_type='bragg', +) +verify.set_reference_as_measured(experiment, x, calc_fullprof) + +experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE) + +experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH +experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO + +experiment.peak.type = 'pseudo-voigt' +experiment.peak.broad_gauss_u = FULLPROF_U +experiment.peak.broad_gauss_v = FULLPROF_V +experiment.peak.broad_gauss_w = FULLPROF_W +experiment.peak.broad_lorentz_x = FULLPROF_X +experiment.peak.broad_lorentz_y = FULLPROF_Y + +project.experiments.add(experiment) + +# %% [markdown] +# ## edi-cryspy VS FullProf + +# %% +experiment.calculator.type = 'cryspy' + +project.analysis.calculate() +calc_ed_cryspy = experiment.data.intensity_calc +LABEL_ED_CRYSPY = verify.engine_label('cryspy') + +project.display.pattern_comparison( + 'pbso4', + reference=calc_fullprof, + candidate=calc_ed_cryspy, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY, +) + +# %% [markdown] +# ## Fit edi-cryspy to FullProf + +# %% +experiment.linked_structures['pbso4'].scale.free = True +experiment.peak.broad_gauss_u.free = True +experiment.peak.broad_gauss_v.free = True +experiment.peak.broad_gauss_w.free = True +experiment.peak.broad_lorentz_y.free = True + +project.analysis.fit() +project.display.fit.results() + +project.analysis.calculate() +calc_ed_cryspy_refined = experiment.data.intensity_calc +LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined') + +project.display.pattern_comparison( + 'pbso4', + reference=calc_fullprof, + candidate=calc_ed_cryspy_refined, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY_REFINED, +) + +# %% +experiment.linked_structures['pbso4'].scale + +# %% [markdown] +# ## edi-crysfml VS FullProf + +# %% +experiment.calculator.type = 'crysfml' + +experiment.linked_structures['pbso4'].scale = FULLPROF_SCALE +experiment.peak.broad_gauss_u = FULLPROF_U +experiment.peak.broad_gauss_v = FULLPROF_V +experiment.peak.broad_gauss_w = FULLPROF_W +experiment.peak.broad_lorentz_x = FULLPROF_X +experiment.peak.broad_lorentz_y = FULLPROF_Y + +project.analysis.calculate() +calc_ed_crysfml = experiment.data.intensity_calc +LABEL_ED_CRYSFML = verify.engine_label('crysfml') + +project.display.pattern_comparison( + 'pbso4', + reference=calc_fullprof, + candidate=calc_ed_crysfml, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSFML, +) + +# %% [markdown] +# ## Fit edi-crysfml to FullProf + +# %% +experiment.linked_structures['pbso4'].scale.free = True +experiment.peak.broad_gauss_u.free = True +experiment.peak.broad_gauss_v.free = True +experiment.peak.broad_gauss_w.free = True +experiment.peak.broad_lorentz_y.free = True + +project.analysis.fit() +project.display.fit.results() + +project.analysis.calculate() +calc_ed_crysfml_refined = experiment.data.intensity_calc +LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') + +project.display.pattern_comparison( + 'pbso4', + reference=calc_fullprof, + candidate=calc_ed_crysfml_refined, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSFML_REFINED, +) + +# %% +experiment.linked_structures['pbso4'].scale + +# %% [markdown] +# ## Agreement check + +# %% +verify.assert_patterns_agree( + [ + (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), + ( + f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', + calc_fullprof, + calc_ed_cryspy_refined, + ), + (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), + ( + f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', + calc_fullprof, + calc_ed_crysfml_refined, + ), + ], + known_discrepancy=True, + reason=( + 'Laboratory X-ray PbSO4 single-wavelength diagnostic with ' + 'Wdt=48, Rpolarz=0.5, and Cthm=0.8: EasyDiffraction does not ' + 'yet expose these X-ray optics fields or bind them to cryspy/' + 'crysfml, and the remaining strict-tolerance difference is ' + 'also affected by FullProf/Cryspy Cu Kalpha anomalous-' + 'dispersion table differences, especially Pb f-prime.' + ), +) + +# %% diff --git a/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.ipynb b/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.ipynb new file mode 100644 index 000000000..b098b2eae --- /dev/null +++ b/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.ipynb @@ -0,0 +1,352 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "2efe042c", + "metadata": {}, + "source": [ + "# PbSO₄ — X-ray powder, single wavelength, Wdt 48, aligned f'\n", + "\n", + "**Note — diagnostic single-wavelength reference.**\n", + "\n", + "This is the X-ray Rietveld Round Robin anglesite (PbSO₄) measured with\n", + "a laboratory Cu source, but with a single-wavelength FullProf reference\n", + "generated from `pbsox_single_unpolarized.pcr`. The PCR keeps\n", + "`Lambda1 = Lambda2`, sets `Ratio = 0`, uses `Wdt = 48`, and sets\n", + "`Rpolarz = Cthm = 0`. The Cryspy anomalous-dispersion table is patched\n", + "locally to FullProf's Cu Kα values so the page removes the known\n", + "FullProf/Cryspy Pb f-prime difference." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "0d203944", + "metadata": {}, + "outputs": [], + "source": [ + "import numpy as np\n", + "\n", + "import easydiffraction as edi\n", + "from easydiffraction import ExperimentFactory\n", + "from easydiffraction import StructureFactory\n", + "from easydiffraction.analysis import verification as verify\n", + "from cryspy.A_functions_base.database import DATABASE as CRYSPY_DATABASE" + ] + }, + { + "cell_type": "markdown", + "id": "e5104559", + "metadata": {}, + "source": [ + "## Build the project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "615bc929", + "metadata": {}, + "outputs": [], + "source": [ + "project = edi.Project()" + ] + }, + { + "cell_type": "markdown", + "id": "96af61c4", + "metadata": {}, + "source": [ + "## Define the structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "87439255", + "metadata": {}, + "outputs": [], + "source": [ + "structure = StructureFactory.from_scratch(name='pbso4')\n", + "\n", + "structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol\n", + "\n", + "structure.cell.length_a = 8.479832 # FullProf a\n", + "structure.cell.length_b = 5.397758 # FullProf b\n", + "structure.cell.length_c = 6.959325 # FullProf c\n", + "\n", + "structure.atom_sites.create(\n", + " id='Pb', # FullProf Atom\n", + " type_symbol='Pb', # FullProf Typ\n", + " fract_x=0.18788, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.16749, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.78522, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='S', # FullProf Atom\n", + " type_symbol='S', # FullProf Typ\n", + " fract_x=0.06302, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.68446, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.85413, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='O1', # FullProf Atom\n", + " type_symbol='O', # FullProf Typ\n", + " fract_x=0.91235, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.59346, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.33362, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='O2', # FullProf Atom\n", + " type_symbol='O', # FullProf Typ\n", + " fract_x=0.18443, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.53434, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.57511, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='O3', # FullProf Atom\n", + " type_symbol='O', # FullProf Typ\n", + " fract_x=0.07573, # FullProf X\n", + " fract_y=0.01951, # FullProf Y\n", + " fract_z=0.81594, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.32792, # FullProf Biso\n", + ")\n", + "\n", + "project.structures.add(structure)" + ] + }, + { + "cell_type": "markdown", + "id": "9c5031d8", + "metadata": {}, + "source": [ + "## Load the FullProf reference" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "0fb60b23", + "metadata": {}, + "outputs": [], + "source": [ + "FULLPROF_PROJECT_DIR = 'pd-xray-pbso4'\n", + "FULLPROF_PRF_FILE = 'pbsox_single_unpolarized.prf'\n", + "FULLPROF_SUM_FILE = 'pbsox_single_unpolarized.sum'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "FULLPROF_BAC_FILE = 'pbsox_single_unpolarized.bac'\n", + "FULLPROF_ZERO = -0.04816 # FullProf Zero\n", + "FULLPROF_SCALE = 0.0004693346 # FullProf Scale\n", + "FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1\n", + "FULLPROF_U = 0.048457 # FullProf U\n", + "FULLPROF_V = -0.083053 # FullProf V\n", + "FULLPROF_W = 0.035188 # FullProf W\n", + "FULLPROF_X = 0.0 # FullProf X\n", + "FULLPROF_Y = 0.049268 # FullProf Y\n", + "FULLPROF_WDT = 48.0 # FullProf Wdt\n", + "FULLPROF_POLARIZATION_COEFFICIENT = 0.0 # FullProf Rpolarz\n", + "FULLPROF_CTHM = 0.0 # FullProf Cthm\n", + "FULLPROF_CU_ANOMALOUS_DISPERSION = {\n", + " 'O': complex(0.047, 0.032),\n", + " 'S': complex(0.319, 0.557),\n", + " 'Pb': complex(-4.818, 8.505),\n", + "}\n", + "\n", + "\n", + "def align_cryspy_cu_anomalous_dispersion_to_fullprof() -> None:\n", + " \"\"\"Patch Cryspy's Cu Kα anomalous table to FullProf values.\"\"\"\n", + " dispersion = CRYSPY_DATABASE['Dispersion']\n", + " wavelengths = dispersion['table_wavelength']\n", + " index = int(np.searchsorted(wavelengths, FULLPROF_WAVELENGTH))\n", + " if np.isclose(wavelengths[index], FULLPROF_WAVELENGTH):\n", + " fraction = 0.0\n", + " lower_index = index\n", + " upper_index = index\n", + " else:\n", + " lower_index = index - 1\n", + " upper_index = index\n", + " fraction = (\n", + " (FULLPROF_WAVELENGTH - wavelengths[lower_index])\n", + " / (wavelengths[upper_index] - wavelengths[lower_index])\n", + " )\n", + " for symbol, target in FULLPROF_CU_ANOMALOUS_DISPERSION.items():\n", + " row = np.array(dispersion[symbol], dtype=complex, copy=True)\n", + " if fraction:\n", + " row[lower_index] = (target - fraction * row[upper_index]) / (1.0 - fraction)\n", + " else:\n", + " row[lower_index] = target\n", + " dispersion[symbol] = row\n", + "\n", + "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", + " FULLPROF_PROJECT_DIR,\n", + " FULLPROF_PRF_FILE,\n", + " FULLPROF_BAC_FILE,\n", + " FULLPROF_ZERO,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "b34f7884", + "metadata": {}, + "source": [ + "## Create the experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "83ae668f", + "metadata": {}, + "outputs": [], + "source": [ + "experiment = ExperimentFactory.from_scratch(\n", + " name='pbso4',\n", + " sample_form='powder',\n", + " beam_mode='constant wavelength',\n", + " radiation_probe='xray',\n", + " scattering_type='bragg',\n", + ")\n", + "verify.set_reference_as_measured(experiment, x, calc_fullprof)\n", + "\n", + "experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE)\n", + "\n", + "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", + "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", + "\n", + "experiment.peak.type = 'pseudo-voigt'\n", + "experiment.peak.broad_gauss_u = FULLPROF_U\n", + "experiment.peak.broad_gauss_v = FULLPROF_V\n", + "experiment.peak.broad_gauss_w = FULLPROF_W\n", + "experiment.peak.broad_lorentz_x = FULLPROF_X\n", + "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", + "\n", + "project.experiments.add(experiment)" + ] + }, + { + "cell_type": "markdown", + "id": "88899e08", + "metadata": {}, + "source": [ + "## edi-cryspy VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "fc0cbae2", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'cryspy'\n", + "\n", + "align_cryspy_cu_anomalous_dispersion_to_fullprof()\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY = verify.engine_label('cryspy', note='FullProf f-prime')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'pbso4',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "6132dce0", + "metadata": {}, + "source": [ + "## Align edi-cryspy scale to FullProf area" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "9bfbd772", + "metadata": {}, + "outputs": [], + "source": [ + "cryspy_area_ratio = verify.pattern_closeness(calc_fullprof, calc_ed_cryspy).intensity_ratio\n", + "experiment.linked_structures['pbso4'].scale = FULLPROF_SCALE / cryspy_area_ratio\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy_aligned = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY_ALIGNED = verify.engine_label('cryspy', note='f-prime and scale aligned')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'pbso4',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy_aligned,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY_ALIGNED,\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "797de4bb", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.linked_structures['pbso4'].scale" + ] + }, + { + "cell_type": "markdown", + "id": "3c2c69d5", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "2f407129", + "metadata": {}, + "outputs": [], + "source": [ + "verify.assert_patterns_agree(\n", + " [\n", + " (\n", + " f'{LABEL_ED_CRYSPY_ALIGNED} vs {FULLPROF_LABEL}',\n", + " calc_fullprof,\n", + " calc_ed_cryspy_aligned,\n", + " ),\n", + " ],\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "e155de44", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "jupytext": { + "cell_metadata_filter": "-all", + "main_language": "python", + "notebook_metadata_filter": "-all" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.py b/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.py new file mode 100644 index 000000000..6af8f05a7 --- /dev/null +++ b/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.py @@ -0,0 +1,229 @@ +# %% [markdown] +# # PbSO₄ — X-ray powder, single wavelength, Wdt 48, aligned f' +# +# **Note — diagnostic single-wavelength reference.** +# +# This is the X-ray Rietveld Round Robin anglesite (PbSO₄) measured with +# a laboratory Cu source, but with a single-wavelength FullProf reference +# generated from `pbsox_single_unpolarized.pcr`. The PCR keeps +# `Lambda1 = Lambda2`, sets `Ratio = 0`, uses `Wdt = 48`, and sets +# `Rpolarz = Cthm = 0`. The Cryspy anomalous-dispersion table is patched +# locally to FullProf's Cu Kα values so the page removes the known +# FullProf/Cryspy Pb f-prime difference. + +# %% +import numpy as np + +import easydiffraction as edi +from easydiffraction import ExperimentFactory +from easydiffraction import StructureFactory +from easydiffraction.analysis import verification as verify +from cryspy.A_functions_base.database import DATABASE as CRYSPY_DATABASE + +# %% [markdown] +# ## Build the project + +# %% +project = edi.Project() + +# %% [markdown] +# ## Define the structure + +# %% +structure = StructureFactory.from_scratch(name='pbso4') + +structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol + +structure.cell.length_a = 8.479832 # FullProf a +structure.cell.length_b = 5.397758 # FullProf b +structure.cell.length_c = 6.959325 # FullProf c + +structure.atom_sites.create( + id='Pb', # FullProf Atom + type_symbol='Pb', # FullProf Typ + fract_x=0.18788, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.16749, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.78522, # FullProf Biso +) +structure.atom_sites.create( + id='S', # FullProf Atom + type_symbol='S', # FullProf Typ + fract_x=0.06302, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.68446, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=0.85413, # FullProf Biso +) +structure.atom_sites.create( + id='O1', # FullProf Atom + type_symbol='O', # FullProf Typ + fract_x=0.91235, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.59346, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.33362, # FullProf Biso +) +structure.atom_sites.create( + id='O2', # FullProf Atom + type_symbol='O', # FullProf Typ + fract_x=0.18443, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.53434, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.57511, # FullProf Biso +) +structure.atom_sites.create( + id='O3', # FullProf Atom + type_symbol='O', # FullProf Typ + fract_x=0.07573, # FullProf X + fract_y=0.01951, # FullProf Y + fract_z=0.81594, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.32792, # FullProf Biso +) + +project.structures.add(structure) + +# %% [markdown] +# ## Load the FullProf reference + +# %% +FULLPROF_PROJECT_DIR = 'pd-xray-pbso4' +FULLPROF_PRF_FILE = 'pbsox_single_unpolarized.prf' +FULLPROF_SUM_FILE = 'pbsox_single_unpolarized.sum' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) +FULLPROF_BAC_FILE = 'pbsox_single_unpolarized.bac' +FULLPROF_ZERO = -0.04816 # FullProf Zero +FULLPROF_SCALE = 0.0004693346 # FullProf Scale +FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1 +FULLPROF_U = 0.048457 # FullProf U +FULLPROF_V = -0.083053 # FullProf V +FULLPROF_W = 0.035188 # FullProf W +FULLPROF_X = 0.0 # FullProf X +FULLPROF_Y = 0.049268 # FullProf Y +FULLPROF_WDT = 48.0 # FullProf Wdt +FULLPROF_POLARIZATION_COEFFICIENT = 0.0 # FullProf Rpolarz +FULLPROF_CTHM = 0.0 # FullProf Cthm +FULLPROF_CU_ANOMALOUS_DISPERSION = { + 'O': complex(0.047, 0.032), + 'S': complex(0.319, 0.557), + 'Pb': complex(-4.818, 8.505), +} + + +def align_cryspy_cu_anomalous_dispersion_to_fullprof() -> None: + """Patch Cryspy's Cu Kα anomalous table to FullProf values.""" + dispersion = CRYSPY_DATABASE['Dispersion'] + wavelengths = dispersion['table_wavelength'] + index = int(np.searchsorted(wavelengths, FULLPROF_WAVELENGTH)) + if np.isclose(wavelengths[index], FULLPROF_WAVELENGTH): + fraction = 0.0 + lower_index = index + upper_index = index + else: + lower_index = index - 1 + upper_index = index + fraction = ( + (FULLPROF_WAVELENGTH - wavelengths[lower_index]) + / (wavelengths[upper_index] - wavelengths[lower_index]) + ) + for symbol, target in FULLPROF_CU_ANOMALOUS_DISPERSION.items(): + row = np.array(dispersion[symbol], dtype=complex, copy=True) + if fraction: + row[lower_index] = (target - fraction * row[upper_index]) / (1.0 - fraction) + else: + row[lower_index] = target + dispersion[symbol] = row + +x, calc_fullprof = verify.load_fullprof_calc_profile( + FULLPROF_PROJECT_DIR, + FULLPROF_PRF_FILE, + FULLPROF_BAC_FILE, + FULLPROF_ZERO, +) + +# %% [markdown] +# ## Create the experiment + +# %% +experiment = ExperimentFactory.from_scratch( + name='pbso4', + sample_form='powder', + beam_mode='constant wavelength', + radiation_probe='xray', + scattering_type='bragg', +) +verify.set_reference_as_measured(experiment, x, calc_fullprof) + +experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE) + +experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH +experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO + +experiment.peak.type = 'pseudo-voigt' +experiment.peak.broad_gauss_u = FULLPROF_U +experiment.peak.broad_gauss_v = FULLPROF_V +experiment.peak.broad_gauss_w = FULLPROF_W +experiment.peak.broad_lorentz_x = FULLPROF_X +experiment.peak.broad_lorentz_y = FULLPROF_Y + +project.experiments.add(experiment) + +# %% [markdown] +# ## edi-cryspy VS FullProf + +# %% +experiment.calculator.type = 'cryspy' + +align_cryspy_cu_anomalous_dispersion_to_fullprof() +project.analysis.calculate() +calc_ed_cryspy = experiment.data.intensity_calc +LABEL_ED_CRYSPY = verify.engine_label('cryspy', note='FullProf f-prime') + +project.display.pattern_comparison( + 'pbso4', + reference=calc_fullprof, + candidate=calc_ed_cryspy, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY, +) + +# %% [markdown] +# ## Align edi-cryspy scale to FullProf area + +# %% +cryspy_area_ratio = verify.pattern_closeness(calc_fullprof, calc_ed_cryspy).intensity_ratio +experiment.linked_structures['pbso4'].scale = FULLPROF_SCALE / cryspy_area_ratio + +project.analysis.calculate() +calc_ed_cryspy_aligned = experiment.data.intensity_calc +LABEL_ED_CRYSPY_ALIGNED = verify.engine_label('cryspy', note='f-prime and scale aligned') + +project.display.pattern_comparison( + 'pbso4', + reference=calc_fullprof, + candidate=calc_ed_cryspy_aligned, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY_ALIGNED, +) + +# %% +experiment.linked_structures['pbso4'].scale + +# %% [markdown] +# ## Agreement check + +# %% +verify.assert_patterns_agree( + [ + ( + f'{LABEL_ED_CRYSPY_ALIGNED} vs {FULLPROF_LABEL}', + calc_fullprof, + calc_ed_cryspy_aligned, + ), + ], +) + +# %% diff --git a/docs/docs/verification/pd-xray-pbso4-single.ipynb b/docs/docs/verification/pd-xray-pbso4-single.ipynb new file mode 100644 index 000000000..f359abe8f --- /dev/null +++ b/docs/docs/verification/pd-xray-pbso4-single.ipynb @@ -0,0 +1,438 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "0", + "metadata": { + "tags": [ + "hide-in-docs" + ] + }, + "outputs": [], + "source": [ + "# Check whether easydiffraction is installed; install it if needed.\n", + "# Required for remote environments such as Google Colab.\n", + "import importlib.util\n", + "\n", + "if importlib.util.find_spec('easydiffraction') is None:\n", + " %pip install easydiffraction" + ] + }, + { + "cell_type": "markdown", + "id": "1", + "metadata": {}, + "source": [ + "# PbSO₄ — X-ray powder, single wavelength, pseudo-Voigt\n", + "\n", + "**Note — diagnostic single-wavelength reference.**\n", + "\n", + "This is the X-ray Rietveld Round Robin anglesite (PbSO₄) measured with\n", + "a laboratory Cu source, but with a single-wavelength FullProf reference\n", + "generated from `pbsox_single.pcr`. The PCR keeps `Lambda1 = Lambda2`,\n", + "sets `Ratio = 0`, and sets `Cthm = 0`, so the comparison isolates\n", + "single-wavelength X-ray handling without the Cu Kα₁/Kα₂ doublet or\n", + "monochromator-polarization correction." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "2", + "metadata": {}, + "outputs": [], + "source": [ + "import easydiffraction as edi\n", + "from easydiffraction import ExperimentFactory\n", + "from easydiffraction import StructureFactory\n", + "from easydiffraction.analysis import verification as verify" + ] + }, + { + "cell_type": "markdown", + "id": "3", + "metadata": {}, + "source": [ + "## Build the project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "4", + "metadata": {}, + "outputs": [], + "source": [ + "project = edi.Project()" + ] + }, + { + "cell_type": "markdown", + "id": "5", + "metadata": {}, + "source": [ + "## Define the structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "6", + "metadata": {}, + "outputs": [], + "source": [ + "structure = StructureFactory.from_scratch(name='pbso4')\n", + "\n", + "structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol\n", + "\n", + "structure.cell.length_a = 8.479832 # FullProf a\n", + "structure.cell.length_b = 5.397758 # FullProf b\n", + "structure.cell.length_c = 6.959325 # FullProf c\n", + "\n", + "structure.atom_sites.create(\n", + " id='Pb', # FullProf Atom\n", + " type_symbol='Pb', # FullProf Typ\n", + " fract_x=0.18788, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.16749, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.78522, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='S', # FullProf Atom\n", + " type_symbol='S', # FullProf Typ\n", + " fract_x=0.06302, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.68446, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.85413, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='O1', # FullProf Atom\n", + " type_symbol='O', # FullProf Typ\n", + " fract_x=0.91235, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.59346, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.33362, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='O2', # FullProf Atom\n", + " type_symbol='O', # FullProf Typ\n", + " fract_x=0.18443, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.53434, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.57511, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='O3', # FullProf Atom\n", + " type_symbol='O', # FullProf Typ\n", + " fract_x=0.07573, # FullProf X\n", + " fract_y=0.01951, # FullProf Y\n", + " fract_z=0.81594, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.32792, # FullProf Biso\n", + ")\n", + "\n", + "project.structures.add(structure)" + ] + }, + { + "cell_type": "markdown", + "id": "7", + "metadata": {}, + "source": [ + "## Load the FullProf reference" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "8", + "metadata": {}, + "outputs": [], + "source": [ + "FULLPROF_PROJECT_DIR = 'pd-xray-pbso4'\n", + "FULLPROF_PRF_FILE = 'pbsox_single.prf'\n", + "FULLPROF_SUM_FILE = 'pbsox_single.sum'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "FULLPROF_BAC_FILE = 'pbsox_single.bac'\n", + "FULLPROF_ZERO = -0.04816 # FullProf Zero\n", + "FULLPROF_SCALE = 0.0004693346 # FullProf Scale\n", + "FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1\n", + "FULLPROF_U = 0.048457 # FullProf U\n", + "FULLPROF_V = -0.083053 # FullProf V\n", + "FULLPROF_W = 0.035188 # FullProf W\n", + "FULLPROF_X = 0.0 # FullProf X\n", + "FULLPROF_Y = 0.049268 # FullProf Y\n", + "\n", + "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", + " FULLPROF_PROJECT_DIR,\n", + " FULLPROF_PRF_FILE,\n", + " FULLPROF_BAC_FILE,\n", + " FULLPROF_ZERO,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "9", + "metadata": {}, + "source": [ + "## Create the experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "10", + "metadata": {}, + "outputs": [], + "source": [ + "experiment = ExperimentFactory.from_scratch(\n", + " name='pbso4',\n", + " sample_form='powder',\n", + " beam_mode='constant wavelength',\n", + " radiation_probe='xray',\n", + " scattering_type='bragg',\n", + ")\n", + "verify.set_reference_as_measured(experiment, x, calc_fullprof)\n", + "\n", + "experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE)\n", + "\n", + "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", + "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", + "\n", + "experiment.peak.type = 'pseudo-voigt'\n", + "experiment.peak.broad_gauss_u = FULLPROF_U\n", + "experiment.peak.broad_gauss_v = FULLPROF_V\n", + "experiment.peak.broad_gauss_w = FULLPROF_W\n", + "experiment.peak.broad_lorentz_x = FULLPROF_X\n", + "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", + "\n", + "project.experiments.add(experiment)" + ] + }, + { + "cell_type": "markdown", + "id": "11", + "metadata": {}, + "source": [ + "## edi-cryspy VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "12", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'cryspy'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'pbso4',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "13", + "metadata": {}, + "source": [ + "## Fit edi-cryspy to FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "14", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.linked_structures['pbso4'].scale.free = True\n", + "experiment.peak.broad_gauss_u.free = True\n", + "experiment.peak.broad_gauss_v.free = True\n", + "experiment.peak.broad_gauss_w.free = True\n", + "experiment.peak.broad_lorentz_y.free = True\n", + "\n", + "project.analysis.fit()\n", + "project.display.fit.results()\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy_refined = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'pbso4',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy_refined,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY_REFINED,\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "15", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.linked_structures['pbso4'].scale" + ] + }, + { + "cell_type": "markdown", + "id": "16", + "metadata": {}, + "source": [ + "## edi-crysfml VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "17", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'crysfml'\n", + "\n", + "experiment.linked_structures['pbso4'].scale = FULLPROF_SCALE\n", + "experiment.peak.broad_gauss_u = FULLPROF_U\n", + "experiment.peak.broad_gauss_v = FULLPROF_V\n", + "experiment.peak.broad_gauss_w = FULLPROF_W\n", + "experiment.peak.broad_lorentz_x = FULLPROF_X\n", + "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_crysfml = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'pbso4',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_crysfml,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSFML,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "18", + "metadata": {}, + "source": [ + "## Fit edi-crysfml to FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "19", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.linked_structures['pbso4'].scale.free = True\n", + "experiment.peak.broad_gauss_u.free = True\n", + "experiment.peak.broad_gauss_v.free = True\n", + "experiment.peak.broad_gauss_w.free = True\n", + "experiment.peak.broad_lorentz_y.free = True\n", + "\n", + "project.analysis.fit()\n", + "project.display.fit.results()\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'pbso4',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_crysfml_refined,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "20", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.linked_structures['pbso4'].scale" + ] + }, + { + "cell_type": "markdown", + "id": "21", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "22", + "metadata": {}, + "outputs": [], + "source": [ + "verify.assert_patterns_agree(\n", + " [\n", + " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", + " (\n", + " f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}',\n", + " calc_fullprof,\n", + " calc_ed_cryspy_refined,\n", + " ),\n", + " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", + " (\n", + " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", + " calc_fullprof,\n", + " calc_ed_crysfml_refined,\n", + " ),\n", + " ],\n", + " known_discrepancy=True,\n", + " reason=(\n", + " 'Laboratory X-ray PbSO4 single-wavelength diagnostic with '\n", + " 'Cthm=0: the remaining strict-tolerance difference is traced '\n", + " 'primarily to FullProf/Cryspy Cu Kalpha anomalous-dispersion '\n", + " 'tables, especially Pb f-prime, with an additional contribution '\n", + " 'from FullProf Wdt peak-tail truncation.'\n", + " ),\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "23", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "jupytext": { + "cell_metadata_filter": "-all", + "main_language": "python", + "notebook_metadata_filter": "-all" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/docs/docs/verification/pd-xray-pbso4-single.py b/docs/docs/verification/pd-xray-pbso4-single.py new file mode 100644 index 000000000..33848e618 --- /dev/null +++ b/docs/docs/verification/pd-xray-pbso4-single.py @@ -0,0 +1,265 @@ +# %% [markdown] +# # PbSO₄ — X-ray powder, single wavelength, pseudo-Voigt +# +# **Note — diagnostic single-wavelength reference.** +# +# This is the X-ray Rietveld Round Robin anglesite (PbSO₄) measured with +# a laboratory Cu source, but with a single-wavelength FullProf reference +# generated from `pbsox_single.pcr`. The PCR keeps `Lambda1 = Lambda2`, +# sets `Ratio = 0`, and sets `Cthm = 0`, so the comparison isolates +# single-wavelength X-ray handling without the Cu Kα₁/Kα₂ doublet or +# monochromator-polarization correction. + +# %% +import easydiffraction as edi +from easydiffraction import ExperimentFactory +from easydiffraction import StructureFactory +from easydiffraction.analysis import verification as verify + +# %% [markdown] +# ## Build the project + +# %% +project = edi.Project() + +# %% [markdown] +# ## Define the structure + +# %% +structure = StructureFactory.from_scratch(name='pbso4') + +structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol + +structure.cell.length_a = 8.479832 # FullProf a +structure.cell.length_b = 5.397758 # FullProf b +structure.cell.length_c = 6.959325 # FullProf c + +structure.atom_sites.create( + id='Pb', # FullProf Atom + type_symbol='Pb', # FullProf Typ + fract_x=0.18788, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.16749, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.78522, # FullProf Biso +) +structure.atom_sites.create( + id='S', # FullProf Atom + type_symbol='S', # FullProf Typ + fract_x=0.06302, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.68446, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=0.85413, # FullProf Biso +) +structure.atom_sites.create( + id='O1', # FullProf Atom + type_symbol='O', # FullProf Typ + fract_x=0.91235, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.59346, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.33362, # FullProf Biso +) +structure.atom_sites.create( + id='O2', # FullProf Atom + type_symbol='O', # FullProf Typ + fract_x=0.18443, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.53434, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.57511, # FullProf Biso +) +structure.atom_sites.create( + id='O3', # FullProf Atom + type_symbol='O', # FullProf Typ + fract_x=0.07573, # FullProf X + fract_y=0.01951, # FullProf Y + fract_z=0.81594, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.32792, # FullProf Biso +) + +project.structures.add(structure) + +# %% [markdown] +# ## Load the FullProf reference + +# %% +FULLPROF_PROJECT_DIR = 'pd-xray-pbso4' +FULLPROF_PRF_FILE = 'pbsox_single.prf' +FULLPROF_SUM_FILE = 'pbsox_single.sum' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) +FULLPROF_BAC_FILE = 'pbsox_single.bac' +FULLPROF_ZERO = -0.04816 # FullProf Zero +FULLPROF_SCALE = 0.0004693346 # FullProf Scale +FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1 +FULLPROF_U = 0.048457 # FullProf U +FULLPROF_V = -0.083053 # FullProf V +FULLPROF_W = 0.035188 # FullProf W +FULLPROF_X = 0.0 # FullProf X +FULLPROF_Y = 0.049268 # FullProf Y + +x, calc_fullprof = verify.load_fullprof_calc_profile( + FULLPROF_PROJECT_DIR, + FULLPROF_PRF_FILE, + FULLPROF_BAC_FILE, + FULLPROF_ZERO, +) + +# %% [markdown] +# ## Create the experiment + +# %% +experiment = ExperimentFactory.from_scratch( + name='pbso4', + sample_form='powder', + beam_mode='constant wavelength', + radiation_probe='xray', + scattering_type='bragg', +) +verify.set_reference_as_measured(experiment, x, calc_fullprof) + +experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE) + +experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH +experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO + +experiment.peak.type = 'pseudo-voigt' +experiment.peak.broad_gauss_u = FULLPROF_U +experiment.peak.broad_gauss_v = FULLPROF_V +experiment.peak.broad_gauss_w = FULLPROF_W +experiment.peak.broad_lorentz_x = FULLPROF_X +experiment.peak.broad_lorentz_y = FULLPROF_Y + +project.experiments.add(experiment) + +# %% [markdown] +# ## edi-cryspy VS FullProf + +# %% +experiment.calculator.type = 'cryspy' + +project.analysis.calculate() +calc_ed_cryspy = experiment.data.intensity_calc +LABEL_ED_CRYSPY = verify.engine_label('cryspy') + +project.display.pattern_comparison( + 'pbso4', + reference=calc_fullprof, + candidate=calc_ed_cryspy, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY, +) + +# %% [markdown] +# ## Fit edi-cryspy to FullProf + +# %% +experiment.linked_structures['pbso4'].scale.free = True +experiment.peak.broad_gauss_u.free = True +experiment.peak.broad_gauss_v.free = True +experiment.peak.broad_gauss_w.free = True +experiment.peak.broad_lorentz_y.free = True + +project.analysis.fit() +project.display.fit.results() + +project.analysis.calculate() +calc_ed_cryspy_refined = experiment.data.intensity_calc +LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined') + +project.display.pattern_comparison( + 'pbso4', + reference=calc_fullprof, + candidate=calc_ed_cryspy_refined, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY_REFINED, +) + +# %% +experiment.linked_structures['pbso4'].scale + +# %% [markdown] +# ## edi-crysfml VS FullProf + +# %% +experiment.calculator.type = 'crysfml' + +experiment.linked_structures['pbso4'].scale = FULLPROF_SCALE +experiment.peak.broad_gauss_u = FULLPROF_U +experiment.peak.broad_gauss_v = FULLPROF_V +experiment.peak.broad_gauss_w = FULLPROF_W +experiment.peak.broad_lorentz_x = FULLPROF_X +experiment.peak.broad_lorentz_y = FULLPROF_Y + +project.analysis.calculate() +calc_ed_crysfml = experiment.data.intensity_calc +LABEL_ED_CRYSFML = verify.engine_label('crysfml') + +project.display.pattern_comparison( + 'pbso4', + reference=calc_fullprof, + candidate=calc_ed_crysfml, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSFML, +) + +# %% [markdown] +# ## Fit edi-crysfml to FullProf + +# %% +experiment.linked_structures['pbso4'].scale.free = True +experiment.peak.broad_gauss_u.free = True +experiment.peak.broad_gauss_v.free = True +experiment.peak.broad_gauss_w.free = True +experiment.peak.broad_lorentz_y.free = True + +project.analysis.fit() +project.display.fit.results() + +project.analysis.calculate() +calc_ed_crysfml_refined = experiment.data.intensity_calc +LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') + +project.display.pattern_comparison( + 'pbso4', + reference=calc_fullprof, + candidate=calc_ed_crysfml_refined, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSFML_REFINED, +) + +# %% +experiment.linked_structures['pbso4'].scale + +# %% [markdown] +# ## Agreement check + +# %% +verify.assert_patterns_agree( + [ + (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), + ( + f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', + calc_fullprof, + calc_ed_cryspy_refined, + ), + (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), + ( + f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', + calc_fullprof, + calc_ed_crysfml_refined, + ), + ], + known_discrepancy=True, + reason=( + 'Laboratory X-ray PbSO4 single-wavelength diagnostic with ' + 'Cthm=0: the remaining strict-tolerance difference is traced ' + 'primarily to FullProf/Cryspy Cu Kalpha anomalous-dispersion ' + 'tables, especially Pb f-prime, with an additional contribution ' + 'from FullProf Wdt peak-tail truncation.' + ), +) + +# %% From cbe783b5f5a2fb3a59cccf834dd97eb124f8e9a0 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 09:38:14 +0200 Subject: [PATCH 07/64] Remove unused verification constants --- .../pd-xray-lif-doublet-unpolarized.ipynb | 42 +++++++---------- .../pd-xray-lif-doublet-unpolarized.py | 5 -- .../pd-xray-lif-single-absorption.ipynb | 41 +++++++--------- .../pd-xray-lif-single-absorption.py | 4 -- .../pd-xray-lif-single-polarized.ipynb | 36 +++++++------- .../pd-xray-lif-single-polarized.py | 2 - .../pd-xray-lif-single-unpolarized.ipynb | 42 +++++++---------- .../pd-xray-lif-single-unpolarized.py | 5 -- .../pd-xray-pbso4-single-polarized.ipynb | 47 +++++++++---------- .../pd-xray-pbso4-single-polarized.py | 1 - ...ray-pbso4-single-unpolarized-aligned.ipynb | 39 +++++++-------- ...d-xray-pbso4-single-unpolarized-aligned.py | 3 -- 12 files changed, 112 insertions(+), 155 deletions(-) diff --git a/docs/docs/verification/pd-xray-lif-doublet-unpolarized.ipynb b/docs/docs/verification/pd-xray-lif-doublet-unpolarized.ipynb index ada5987a9..7b1c3391f 100644 --- a/docs/docs/verification/pd-xray-lif-doublet-unpolarized.ipynb +++ b/docs/docs/verification/pd-xray-lif-doublet-unpolarized.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "d3b18a62", + "id": "2484e502", "metadata": {}, "source": [ "# LiF — X-ray powder, Cu Kalpha doublet, Wdt 48\n", @@ -20,7 +20,7 @@ { "cell_type": "code", "execution_count": null, - "id": "49003d02", + "id": "b34dab73", "metadata": {}, "outputs": [], "source": [ @@ -32,7 +32,7 @@ }, { "cell_type": "markdown", - "id": "5b7194a9", + "id": "4b470f10", "metadata": {}, "source": [ "## Build the project" @@ -41,7 +41,7 @@ { "cell_type": "code", "execution_count": null, - "id": "737cb704", + "id": "a4cdb782", "metadata": {}, "outputs": [], "source": [ @@ -50,7 +50,7 @@ }, { "cell_type": "markdown", - "id": "32d663f9", + "id": "28ce6d95", "metadata": {}, "source": [ "## Define the structure" @@ -59,7 +59,7 @@ { "cell_type": "code", "execution_count": null, - "id": "d3b02e43", + "id": "01d4ea85", "metadata": {}, "outputs": [], "source": [ @@ -92,7 +92,7 @@ }, { "cell_type": "markdown", - "id": "d73169a3", + "id": "ba306569", "metadata": {}, "source": [ "## Load the FullProf reference" @@ -101,7 +101,7 @@ { "cell_type": "code", "execution_count": null, - "id": "d17c148c", + "id": "dc811538", "metadata": {}, "outputs": [], "source": [ @@ -120,10 +120,6 @@ "FULLPROF_W = 0.040000 # FullProf W\n", "FULLPROF_X = 0.0 # FullProf X\n", "FULLPROF_Y = 0.049268 # FullProf Y\n", - "FULLPROF_WDT = 48.0 # FullProf Wdt\n", - "FULLPROF_POLARIZATION_COEFFICIENT = 0.0 # FullProf Rpolarz\n", - "FULLPROF_CTHM = 0.0 # FullProf Cthm\n", - "FULLPROF_MU_R = 0.0 # FullProf muR\n", "\n", "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", " FULLPROF_PROJECT_DIR,\n", @@ -135,7 +131,7 @@ }, { "cell_type": "markdown", - "id": "0fb5e7c6", + "id": "26b13ee4", "metadata": {}, "source": [ "## Create the experiment" @@ -144,7 +140,7 @@ { "cell_type": "code", "execution_count": null, - "id": "9ec2a956", + "id": "f373fbce", "metadata": {}, "outputs": [], "source": [ @@ -176,7 +172,7 @@ }, { "cell_type": "markdown", - "id": "6419ec5a", + "id": "eb4046f4", "metadata": {}, "source": [ "## edi-cryspy VS FullProf" @@ -185,7 +181,7 @@ { "cell_type": "code", "execution_count": null, - "id": "d24068d6", + "id": "227ccbc3", "metadata": {}, "outputs": [], "source": [ @@ -206,7 +202,7 @@ }, { "cell_type": "markdown", - "id": "4533849b", + "id": "fcff8d18", "metadata": {}, "source": [ "## edi-crysfml VS FullProf" @@ -215,7 +211,7 @@ { "cell_type": "code", "execution_count": null, - "id": "cf2dd33f", + "id": "da59781e", "metadata": {}, "outputs": [], "source": [ @@ -236,7 +232,7 @@ }, { "cell_type": "markdown", - "id": "f11d0254", + "id": "395e469c", "metadata": {}, "source": [ "## Agreement check" @@ -245,7 +241,7 @@ { "cell_type": "code", "execution_count": null, - "id": "fc41761a", + "id": "d61c9ae8", "metadata": {}, "outputs": [], "source": [ @@ -260,10 +256,8 @@ { "cell_type": "code", "execution_count": null, - "id": "9062d05d", - "metadata": { - "lines_to_next_cell": 2 - }, + "id": "666a7d98", + "metadata": {}, "outputs": [], "source": [] } diff --git a/docs/docs/verification/pd-xray-lif-doublet-unpolarized.py b/docs/docs/verification/pd-xray-lif-doublet-unpolarized.py index 5613293b8..a37c6cc27 100644 --- a/docs/docs/verification/pd-xray-lif-doublet-unpolarized.py +++ b/docs/docs/verification/pd-xray-lif-doublet-unpolarized.py @@ -71,10 +71,6 @@ FULLPROF_W = 0.040000 # FullProf W FULLPROF_X = 0.0 # FullProf X FULLPROF_Y = 0.049268 # FullProf Y -FULLPROF_WDT = 48.0 # FullProf Wdt -FULLPROF_POLARIZATION_COEFFICIENT = 0.0 # FullProf Rpolarz -FULLPROF_CTHM = 0.0 # FullProf Cthm -FULLPROF_MU_R = 0.0 # FullProf muR x, calc_fullprof = verify.load_fullprof_calc_profile( FULLPROF_PROJECT_DIR, @@ -160,4 +156,3 @@ ) # %% - diff --git a/docs/docs/verification/pd-xray-lif-single-absorption.ipynb b/docs/docs/verification/pd-xray-lif-single-absorption.ipynb index ee5065424..c599cc629 100644 --- a/docs/docs/verification/pd-xray-lif-single-absorption.ipynb +++ b/docs/docs/verification/pd-xray-lif-single-absorption.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "acc8db3b", + "id": "02721b1c", "metadata": {}, "source": [ "# LiF — X-ray powder, single wavelength, absorption, Wdt 48\n", @@ -20,7 +20,7 @@ { "cell_type": "code", "execution_count": null, - "id": "23fe0497", + "id": "74f55143", "metadata": {}, "outputs": [], "source": [ @@ -32,7 +32,7 @@ }, { "cell_type": "markdown", - "id": "334ae5f8", + "id": "dd5907af", "metadata": {}, "source": [ "## Build the project" @@ -41,7 +41,7 @@ { "cell_type": "code", "execution_count": null, - "id": "491acaca", + "id": "5b8aed8f", "metadata": {}, "outputs": [], "source": [ @@ -50,7 +50,7 @@ }, { "cell_type": "markdown", - "id": "b29f444a", + "id": "86095832", "metadata": {}, "source": [ "## Define the structure" @@ -59,7 +59,7 @@ { "cell_type": "code", "execution_count": null, - "id": "9f71729a", + "id": "33b5e321", "metadata": {}, "outputs": [], "source": [ @@ -92,7 +92,7 @@ }, { "cell_type": "markdown", - "id": "93d100de", + "id": "1dbe3462", "metadata": {}, "source": [ "## Load the FullProf reference" @@ -101,7 +101,7 @@ { "cell_type": "code", "execution_count": null, - "id": "b929f268", + "id": "59541969", "metadata": {}, "outputs": [], "source": [ @@ -118,9 +118,6 @@ "FULLPROF_W = 0.040000 # FullProf W\n", "FULLPROF_X = 0.0 # FullProf X\n", "FULLPROF_Y = 0.049268 # FullProf Y\n", - "FULLPROF_WDT = 48.0 # FullProf Wdt\n", - "FULLPROF_POLARIZATION_COEFFICIENT = 0.0 # FullProf Rpolarz\n", - "FULLPROF_CTHM = 0.0 # FullProf Cthm\n", "FULLPROF_MU_R = 0.9 # FullProf muR\n", "\n", "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", @@ -133,7 +130,7 @@ }, { "cell_type": "markdown", - "id": "9e4a8147", + "id": "dc51f42a", "metadata": {}, "source": [ "## Create the experiment" @@ -142,7 +139,7 @@ { "cell_type": "code", "execution_count": null, - "id": "16ca14a2", + "id": "dd9ad44c", "metadata": {}, "outputs": [], "source": [ @@ -175,7 +172,7 @@ }, { "cell_type": "markdown", - "id": "83268938", + "id": "c7b6b1b6", "metadata": {}, "source": [ "## edi-cryspy VS FullProf" @@ -184,7 +181,7 @@ { "cell_type": "code", "execution_count": null, - "id": "d58b5848", + "id": "ad112af6", "metadata": {}, "outputs": [], "source": [ @@ -205,7 +202,7 @@ }, { "cell_type": "markdown", - "id": "76d3fba1", + "id": "fac1a34f", "metadata": {}, "source": [ "## edi-crysfml VS FullProf" @@ -214,7 +211,7 @@ { "cell_type": "code", "execution_count": null, - "id": "4284c015", + "id": "979a6813", "metadata": {}, "outputs": [], "source": [ @@ -235,7 +232,7 @@ }, { "cell_type": "markdown", - "id": "c7c2d6e4", + "id": "6573fff5", "metadata": {}, "source": [ "## Agreement check" @@ -244,7 +241,7 @@ { "cell_type": "code", "execution_count": null, - "id": "3bdd2869", + "id": "e271c829", "metadata": {}, "outputs": [], "source": [ @@ -259,10 +256,8 @@ { "cell_type": "code", "execution_count": null, - "id": "4e787f4b", - "metadata": { - "lines_to_next_cell": 2 - }, + "id": "5797c78b", + "metadata": {}, "outputs": [], "source": [] } diff --git a/docs/docs/verification/pd-xray-lif-single-absorption.py b/docs/docs/verification/pd-xray-lif-single-absorption.py index aac91983e..f89f9bed5 100644 --- a/docs/docs/verification/pd-xray-lif-single-absorption.py +++ b/docs/docs/verification/pd-xray-lif-single-absorption.py @@ -69,9 +69,6 @@ FULLPROF_W = 0.040000 # FullProf W FULLPROF_X = 0.0 # FullProf X FULLPROF_Y = 0.049268 # FullProf Y -FULLPROF_WDT = 48.0 # FullProf Wdt -FULLPROF_POLARIZATION_COEFFICIENT = 0.0 # FullProf Rpolarz -FULLPROF_CTHM = 0.0 # FullProf Cthm FULLPROF_MU_R = 0.9 # FullProf muR x, calc_fullprof = verify.load_fullprof_calc_profile( @@ -159,4 +156,3 @@ ) # %% - diff --git a/docs/docs/verification/pd-xray-lif-single-polarized.ipynb b/docs/docs/verification/pd-xray-lif-single-polarized.ipynb index 0bbc29ca9..f676eef80 100644 --- a/docs/docs/verification/pd-xray-lif-single-polarized.ipynb +++ b/docs/docs/verification/pd-xray-lif-single-polarized.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "582332ff", + "id": "86c252f0", "metadata": {}, "source": [ "# LiF — X-ray powder, single wavelength, polarized, Wdt 48\n", @@ -19,7 +19,7 @@ { "cell_type": "code", "execution_count": null, - "id": "95ba3299", + "id": "ee907c03", "metadata": {}, "outputs": [], "source": [ @@ -31,7 +31,7 @@ }, { "cell_type": "markdown", - "id": "58e4c1b4", + "id": "db8e8b20", "metadata": {}, "source": [ "## Build the project" @@ -40,7 +40,7 @@ { "cell_type": "code", "execution_count": null, - "id": "25585db7", + "id": "3e55ca92", "metadata": {}, "outputs": [], "source": [ @@ -49,7 +49,7 @@ }, { "cell_type": "markdown", - "id": "45b6793a", + "id": "d63193f8", "metadata": {}, "source": [ "## Define the structure" @@ -58,7 +58,7 @@ { "cell_type": "code", "execution_count": null, - "id": "7989f630", + "id": "5771269b", "metadata": {}, "outputs": [], "source": [ @@ -91,7 +91,7 @@ }, { "cell_type": "markdown", - "id": "bac1a683", + "id": "abc11f15", "metadata": {}, "source": [ "## Load the FullProf reference" @@ -100,7 +100,7 @@ { "cell_type": "code", "execution_count": null, - "id": "916c603f", + "id": "20106b4d", "metadata": {}, "outputs": [], "source": [ @@ -117,11 +117,9 @@ "FULLPROF_W = 0.040000 # FullProf W\n", "FULLPROF_X = 0.0 # FullProf X\n", "FULLPROF_Y = 0.049268 # FullProf Y\n", - "FULLPROF_WDT = 48.0 # FullProf Wdt\n", "FULLPROF_POLARIZATION_COEFFICIENT = 0.5 # FullProf Rpolarz\n", "FULLPROF_CTHM = 0.8 # FullProf Cthm\n", "FULLPROF_MONOCHROMATOR_TWOTHETA = 26.5650511771\n", - "FULLPROF_MU_R = 0.0 # FullProf muR\n", "\n", "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", " FULLPROF_PROJECT_DIR,\n", @@ -133,7 +131,7 @@ }, { "cell_type": "markdown", - "id": "d9d23408", + "id": "eedcbcd8", "metadata": {}, "source": [ "## Create the experiment" @@ -142,7 +140,7 @@ { "cell_type": "code", "execution_count": null, - "id": "ea9626e7", + "id": "bafe80f9", "metadata": {}, "outputs": [], "source": [ @@ -178,7 +176,7 @@ }, { "cell_type": "markdown", - "id": "efddd4d2", + "id": "5743d32a", "metadata": {}, "source": [ "## edi-cryspy VS FullProf" @@ -187,7 +185,7 @@ { "cell_type": "code", "execution_count": null, - "id": "14b44b2e", + "id": "21a665ee", "metadata": {}, "outputs": [], "source": [ @@ -208,7 +206,7 @@ }, { "cell_type": "markdown", - "id": "f39b9f81", + "id": "562f7007", "metadata": {}, "source": [ "## edi-crysfml VS FullProf" @@ -217,7 +215,7 @@ { "cell_type": "code", "execution_count": null, - "id": "c074200f", + "id": "eaa5a7fb", "metadata": {}, "outputs": [], "source": [ @@ -238,7 +236,7 @@ }, { "cell_type": "markdown", - "id": "db6a55d0", + "id": "239f2544", "metadata": {}, "source": [ "## Agreement check" @@ -247,7 +245,7 @@ { "cell_type": "code", "execution_count": null, - "id": "7f47d373", + "id": "0b2e0d3f", "metadata": {}, "outputs": [], "source": [ @@ -262,7 +260,7 @@ { "cell_type": "code", "execution_count": null, - "id": "dd40685e", + "id": "365a8fd1", "metadata": {}, "outputs": [], "source": [] diff --git a/docs/docs/verification/pd-xray-lif-single-polarized.py b/docs/docs/verification/pd-xray-lif-single-polarized.py index 277c2cc69..c7ab88935 100644 --- a/docs/docs/verification/pd-xray-lif-single-polarized.py +++ b/docs/docs/verification/pd-xray-lif-single-polarized.py @@ -68,11 +68,9 @@ FULLPROF_W = 0.040000 # FullProf W FULLPROF_X = 0.0 # FullProf X FULLPROF_Y = 0.049268 # FullProf Y -FULLPROF_WDT = 48.0 # FullProf Wdt FULLPROF_POLARIZATION_COEFFICIENT = 0.5 # FullProf Rpolarz FULLPROF_CTHM = 0.8 # FullProf Cthm FULLPROF_MONOCHROMATOR_TWOTHETA = 26.5650511771 -FULLPROF_MU_R = 0.0 # FullProf muR x, calc_fullprof = verify.load_fullprof_calc_profile( FULLPROF_PROJECT_DIR, diff --git a/docs/docs/verification/pd-xray-lif-single-unpolarized.ipynb b/docs/docs/verification/pd-xray-lif-single-unpolarized.ipynb index 3f11dbee2..22cd15ae2 100644 --- a/docs/docs/verification/pd-xray-lif-single-unpolarized.ipynb +++ b/docs/docs/verification/pd-xray-lif-single-unpolarized.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "d0ca5d70", + "id": "71e123ef", "metadata": {}, "source": [ "# LiF — X-ray powder, single wavelength, Wdt 48\n", @@ -20,7 +20,7 @@ { "cell_type": "code", "execution_count": null, - "id": "257bd729", + "id": "4fa23ca5", "metadata": {}, "outputs": [], "source": [ @@ -32,7 +32,7 @@ }, { "cell_type": "markdown", - "id": "6b45afc1", + "id": "42711920", "metadata": {}, "source": [ "## Build the project" @@ -41,7 +41,7 @@ { "cell_type": "code", "execution_count": null, - "id": "d9557ec8", + "id": "8b97be59", "metadata": {}, "outputs": [], "source": [ @@ -50,7 +50,7 @@ }, { "cell_type": "markdown", - "id": "9cefbf0b", + "id": "c2d90b50", "metadata": {}, "source": [ "## Define the structure" @@ -59,7 +59,7 @@ { "cell_type": "code", "execution_count": null, - "id": "b12f6fff", + "id": "5af78f5a", "metadata": {}, "outputs": [], "source": [ @@ -92,7 +92,7 @@ }, { "cell_type": "markdown", - "id": "d5e9cf13", + "id": "39f39be9", "metadata": {}, "source": [ "## Load the FullProf reference" @@ -101,7 +101,7 @@ { "cell_type": "code", "execution_count": null, - "id": "18863ae0", + "id": "6df3aebd", "metadata": {}, "outputs": [], "source": [ @@ -118,10 +118,6 @@ "FULLPROF_W = 0.040000 # FullProf W\n", "FULLPROF_X = 0.0 # FullProf X\n", "FULLPROF_Y = 0.049268 # FullProf Y\n", - "FULLPROF_WDT = 48.0 # FullProf Wdt\n", - "FULLPROF_POLARIZATION_COEFFICIENT = 0.0 # FullProf Rpolarz\n", - "FULLPROF_CTHM = 0.0 # FullProf Cthm\n", - "FULLPROF_MU_R = 0.0 # FullProf muR\n", "\n", "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", " FULLPROF_PROJECT_DIR,\n", @@ -133,7 +129,7 @@ }, { "cell_type": "markdown", - "id": "35698699", + "id": "af243057", "metadata": {}, "source": [ "## Create the experiment" @@ -142,7 +138,7 @@ { "cell_type": "code", "execution_count": null, - "id": "f48093d2", + "id": "2c0e6ee7", "metadata": {}, "outputs": [], "source": [ @@ -172,7 +168,7 @@ }, { "cell_type": "markdown", - "id": "78a11b53", + "id": "b8c3c725", "metadata": {}, "source": [ "## edi-cryspy VS FullProf" @@ -181,7 +177,7 @@ { "cell_type": "code", "execution_count": null, - "id": "251172be", + "id": "541df2ed", "metadata": {}, "outputs": [], "source": [ @@ -202,7 +198,7 @@ }, { "cell_type": "markdown", - "id": "017bca69", + "id": "ae90ac2d", "metadata": {}, "source": [ "## edi-crysfml VS FullProf" @@ -211,7 +207,7 @@ { "cell_type": "code", "execution_count": null, - "id": "5c216caa", + "id": "8a23b9db", "metadata": {}, "outputs": [], "source": [ @@ -232,7 +228,7 @@ }, { "cell_type": "markdown", - "id": "6c2d9a7e", + "id": "1b78a7cc", "metadata": {}, "source": [ "## Agreement check" @@ -241,7 +237,7 @@ { "cell_type": "code", "execution_count": null, - "id": "9c7a009d", + "id": "2c0ee4cb", "metadata": {}, "outputs": [], "source": [ @@ -256,10 +252,8 @@ { "cell_type": "code", "execution_count": null, - "id": "e78e2fee", - "metadata": { - "lines_to_next_cell": 2 - }, + "id": "64fccfc5", + "metadata": {}, "outputs": [], "source": [] } diff --git a/docs/docs/verification/pd-xray-lif-single-unpolarized.py b/docs/docs/verification/pd-xray-lif-single-unpolarized.py index c801ab417..9b724badc 100644 --- a/docs/docs/verification/pd-xray-lif-single-unpolarized.py +++ b/docs/docs/verification/pd-xray-lif-single-unpolarized.py @@ -69,10 +69,6 @@ FULLPROF_W = 0.040000 # FullProf W FULLPROF_X = 0.0 # FullProf X FULLPROF_Y = 0.049268 # FullProf Y -FULLPROF_WDT = 48.0 # FullProf Wdt -FULLPROF_POLARIZATION_COEFFICIENT = 0.0 # FullProf Rpolarz -FULLPROF_CTHM = 0.0 # FullProf Cthm -FULLPROF_MU_R = 0.0 # FullProf muR x, calc_fullprof = verify.load_fullprof_calc_profile( FULLPROF_PROJECT_DIR, @@ -156,4 +152,3 @@ ) # %% - diff --git a/docs/docs/verification/pd-xray-pbso4-single-polarized.ipynb b/docs/docs/verification/pd-xray-pbso4-single-polarized.ipynb index 4812b4898..9c84a28d8 100644 --- a/docs/docs/verification/pd-xray-pbso4-single-polarized.ipynb +++ b/docs/docs/verification/pd-xray-pbso4-single-polarized.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "3316c3d2", + "id": "7fd80774", "metadata": {}, "source": [ "# PbSO₄ — X-ray powder, single wavelength, polarized, Wdt 48\n", @@ -22,7 +22,7 @@ { "cell_type": "code", "execution_count": null, - "id": "8386ed3b", + "id": "ff952c69", "metadata": {}, "outputs": [], "source": [ @@ -34,7 +34,7 @@ }, { "cell_type": "markdown", - "id": "304c5a20", + "id": "7304df97", "metadata": {}, "source": [ "## Build the project" @@ -43,7 +43,7 @@ { "cell_type": "code", "execution_count": null, - "id": "a0ef65fa", + "id": "c3c7fee9", "metadata": {}, "outputs": [], "source": [ @@ -52,7 +52,7 @@ }, { "cell_type": "markdown", - "id": "5c837d9c", + "id": "264cc156", "metadata": {}, "source": [ "## Define the structure" @@ -61,7 +61,7 @@ { "cell_type": "code", "execution_count": null, - "id": "cb82e081", + "id": "57aadc4c", "metadata": {}, "outputs": [], "source": [ @@ -124,7 +124,7 @@ }, { "cell_type": "markdown", - "id": "d5b3871b", + "id": "ed5e4c0d", "metadata": {}, "source": [ "## Load the FullProf reference" @@ -133,7 +133,7 @@ { "cell_type": "code", "execution_count": null, - "id": "214addff", + "id": "fd13acdc", "metadata": {}, "outputs": [], "source": [ @@ -150,7 +150,6 @@ "FULLPROF_W = 0.035188 # FullProf W\n", "FULLPROF_X = 0.0 # FullProf X\n", "FULLPROF_Y = 0.049268 # FullProf Y\n", - "FULLPROF_WDT = 48.0 # FullProf Wdt\n", "FULLPROF_POLARIZATION_COEFFICIENT = 0.5 # FullProf Rpolarz\n", "FULLPROF_CTHM = 0.8 # FullProf Cthm\n", "\n", @@ -164,7 +163,7 @@ }, { "cell_type": "markdown", - "id": "869112bb", + "id": "2c6ed7df", "metadata": {}, "source": [ "## Create the experiment" @@ -173,7 +172,7 @@ { "cell_type": "code", "execution_count": null, - "id": "b4813d38", + "id": "3dbdb57e", "metadata": {}, "outputs": [], "source": [ @@ -203,7 +202,7 @@ }, { "cell_type": "markdown", - "id": "2f1e5088", + "id": "ba0d8a7c", "metadata": {}, "source": [ "## edi-cryspy VS FullProf" @@ -212,7 +211,7 @@ { "cell_type": "code", "execution_count": null, - "id": "33b21817", + "id": "81e961e2", "metadata": {}, "outputs": [], "source": [ @@ -233,7 +232,7 @@ }, { "cell_type": "markdown", - "id": "4cb11eea", + "id": "ff4e4311", "metadata": {}, "source": [ "## Fit edi-cryspy to FullProf" @@ -242,7 +241,7 @@ { "cell_type": "code", "execution_count": null, - "id": "274aab52", + "id": "d8790292", "metadata": {}, "outputs": [], "source": [ @@ -271,7 +270,7 @@ { "cell_type": "code", "execution_count": null, - "id": "36d505fb", + "id": "78f28708", "metadata": {}, "outputs": [], "source": [ @@ -280,7 +279,7 @@ }, { "cell_type": "markdown", - "id": "d20a5ff9", + "id": "5a589323", "metadata": {}, "source": [ "## edi-crysfml VS FullProf" @@ -289,7 +288,7 @@ { "cell_type": "code", "execution_count": null, - "id": "ee6f8258", + "id": "2e89c07c", "metadata": {}, "outputs": [], "source": [ @@ -317,7 +316,7 @@ }, { "cell_type": "markdown", - "id": "fbe14e30", + "id": "3fd482e5", "metadata": {}, "source": [ "## Fit edi-crysfml to FullProf" @@ -326,7 +325,7 @@ { "cell_type": "code", "execution_count": null, - "id": "5f9925c4", + "id": "a942e65c", "metadata": {}, "outputs": [], "source": [ @@ -355,7 +354,7 @@ { "cell_type": "code", "execution_count": null, - "id": "94c000e6", + "id": "35cce392", "metadata": {}, "outputs": [], "source": [ @@ -364,7 +363,7 @@ }, { "cell_type": "markdown", - "id": "4c1046d2", + "id": "e6d329a8", "metadata": {}, "source": [ "## Agreement check" @@ -373,7 +372,7 @@ { "cell_type": "code", "execution_count": null, - "id": "67907f44", + "id": "229f89d6", "metadata": {}, "outputs": [], "source": [ @@ -407,7 +406,7 @@ { "cell_type": "code", "execution_count": null, - "id": "8d922d54", + "id": "370b2207", "metadata": {}, "outputs": [], "source": [] diff --git a/docs/docs/verification/pd-xray-pbso4-single-polarized.py b/docs/docs/verification/pd-xray-pbso4-single-polarized.py index 88ed6cd8c..a21152511 100644 --- a/docs/docs/verification/pd-xray-pbso4-single-polarized.py +++ b/docs/docs/verification/pd-xray-pbso4-single-polarized.py @@ -101,7 +101,6 @@ FULLPROF_W = 0.035188 # FullProf W FULLPROF_X = 0.0 # FullProf X FULLPROF_Y = 0.049268 # FullProf Y -FULLPROF_WDT = 48.0 # FullProf Wdt FULLPROF_POLARIZATION_COEFFICIENT = 0.5 # FullProf Rpolarz FULLPROF_CTHM = 0.8 # FullProf Cthm diff --git a/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.ipynb b/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.ipynb index b098b2eae..6482b65bc 100644 --- a/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.ipynb +++ b/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "markdown", - "id": "2efe042c", + "id": "b86cb147", "metadata": {}, "source": [ "# PbSO₄ — X-ray powder, single wavelength, Wdt 48, aligned f'\n", @@ -21,7 +21,7 @@ { "cell_type": "code", "execution_count": null, - "id": "0d203944", + "id": "7b22a710", "metadata": {}, "outputs": [], "source": [ @@ -36,7 +36,7 @@ }, { "cell_type": "markdown", - "id": "e5104559", + "id": "9f0f5299", "metadata": {}, "source": [ "## Build the project" @@ -45,7 +45,7 @@ { "cell_type": "code", "execution_count": null, - "id": "615bc929", + "id": "48332aff", "metadata": {}, "outputs": [], "source": [ @@ -54,7 +54,7 @@ }, { "cell_type": "markdown", - "id": "96af61c4", + "id": "d07e9bc4", "metadata": {}, "source": [ "## Define the structure" @@ -63,7 +63,7 @@ { "cell_type": "code", "execution_count": null, - "id": "87439255", + "id": "55691491", "metadata": {}, "outputs": [], "source": [ @@ -126,7 +126,7 @@ }, { "cell_type": "markdown", - "id": "9c5031d8", + "id": "e5b14b64", "metadata": {}, "source": [ "## Load the FullProf reference" @@ -135,7 +135,7 @@ { "cell_type": "code", "execution_count": null, - "id": "0fb60b23", + "id": "9636d444", "metadata": {}, "outputs": [], "source": [ @@ -152,9 +152,6 @@ "FULLPROF_W = 0.035188 # FullProf W\n", "FULLPROF_X = 0.0 # FullProf X\n", "FULLPROF_Y = 0.049268 # FullProf Y\n", - "FULLPROF_WDT = 48.0 # FullProf Wdt\n", - "FULLPROF_POLARIZATION_COEFFICIENT = 0.0 # FullProf Rpolarz\n", - "FULLPROF_CTHM = 0.0 # FullProf Cthm\n", "FULLPROF_CU_ANOMALOUS_DISPERSION = {\n", " 'O': complex(0.047, 0.032),\n", " 'S': complex(0.319, 0.557),\n", @@ -196,7 +193,7 @@ }, { "cell_type": "markdown", - "id": "b34f7884", + "id": "1449201c", "metadata": {}, "source": [ "## Create the experiment" @@ -205,7 +202,7 @@ { "cell_type": "code", "execution_count": null, - "id": "83ae668f", + "id": "fc2d3253", "metadata": {}, "outputs": [], "source": [ @@ -235,7 +232,7 @@ }, { "cell_type": "markdown", - "id": "88899e08", + "id": "fbd8112a", "metadata": {}, "source": [ "## edi-cryspy VS FullProf" @@ -244,7 +241,7 @@ { "cell_type": "code", "execution_count": null, - "id": "fc0cbae2", + "id": "7e461af1", "metadata": {}, "outputs": [], "source": [ @@ -266,7 +263,7 @@ }, { "cell_type": "markdown", - "id": "6132dce0", + "id": "911129a0", "metadata": {}, "source": [ "## Align edi-cryspy scale to FullProf area" @@ -275,7 +272,7 @@ { "cell_type": "code", "execution_count": null, - "id": "9bfbd772", + "id": "4a655de9", "metadata": {}, "outputs": [], "source": [ @@ -298,7 +295,7 @@ { "cell_type": "code", "execution_count": null, - "id": "797de4bb", + "id": "88ed7f78", "metadata": {}, "outputs": [], "source": [ @@ -307,7 +304,7 @@ }, { "cell_type": "markdown", - "id": "3c2c69d5", + "id": "726cac47", "metadata": {}, "source": [ "## Agreement check" @@ -316,7 +313,7 @@ { "cell_type": "code", "execution_count": null, - "id": "2f407129", + "id": "a4b0a044", "metadata": {}, "outputs": [], "source": [ @@ -334,7 +331,7 @@ { "cell_type": "code", "execution_count": null, - "id": "e155de44", + "id": "7f6e1e25", "metadata": {}, "outputs": [], "source": [] diff --git a/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.py b/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.py index 6af8f05a7..338130abe 100644 --- a/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.py +++ b/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.py @@ -103,9 +103,6 @@ FULLPROF_W = 0.035188 # FullProf W FULLPROF_X = 0.0 # FullProf X FULLPROF_Y = 0.049268 # FullProf Y -FULLPROF_WDT = 48.0 # FullProf Wdt -FULLPROF_POLARIZATION_COEFFICIENT = 0.0 # FullProf Rpolarz -FULLPROF_CTHM = 0.0 # FullProf Cthm FULLPROF_CU_ANOMALOUS_DISPERSION = { 'O': complex(0.047, 0.032), 'S': complex(0.319, 0.557), From 572189b83835dfafa89c290bf65786f3e1488798 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 10:46:46 +0200 Subject: [PATCH 08/64] Remove PbSO4 X-ray verification data --- .../fullprof/pd-xray-pbso4/pbsox_single.bac | 602 -- .../fullprof/pd-xray-pbso4/pbsox_single.dat | 602 -- .../fullprof/pd-xray-pbso4/pbsox_single.prf | 6430 ---------------- .../fullprof/pd-xray-pbso4/pbsox_single.sum | 147 - .../pd-xray-pbso4/pbsox_single_polarized.bac | 602 -- .../pd-xray-pbso4/pbsox_single_polarized.dat | 602 -- .../pd-xray-pbso4/pbsox_single_polarized.new | 63 - .../pd-xray-pbso4/pbsox_single_polarized.pcr | 63 - .../pd-xray-pbso4/pbsox_single_polarized.prf | 6439 ----------------- .../pd-xray-pbso4/pbsox_single_polarized.rpa | 58 - .../pd-xray-pbso4/pbsox_single_polarized.sum | 147 - .../pbsox_single_unpolarized.bac | 602 -- .../pbsox_single_unpolarized.dat | 602 -- .../pbsox_single_unpolarized.fou | 375 - .../pbsox_single_unpolarized.inp | 37 - .../pbsox_single_unpolarized.new | 63 - .../pbsox_single_unpolarized.out | 885 --- .../pbsox_single_unpolarized.pcr | 63 - .../pbsox_single_unpolarized.prf | 6439 ----------------- .../pbsox_single_unpolarized.rpa | 58 - .../pbsox_single_unpolarized.sum | 147 - .../pbsox_single_unpolarized.sym | 136 - .../pbsox_single_unpolarized1.fst | 11 - .../pd-xray-pbso4-single-polarized.ipynb | 424 -- .../pd-xray-pbso4-single-polarized.py | 270 - ...ray-pbso4-single-unpolarized-aligned.ipynb | 349 - ...d-xray-pbso4-single-unpolarized-aligned.py | 226 - .../verification/pd-xray-pbso4-single.ipynb | 438 -- .../docs/verification/pd-xray-pbso4-single.py | 265 - 29 files changed, 27145 deletions(-) delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.bac delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.dat delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.prf delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.sum delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.bac delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.dat delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.new delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.pcr delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.prf delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.rpa delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.sum delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.bac delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.dat delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.fou delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.inp delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.new delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.out delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.pcr delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.prf delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.rpa delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.sum delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.sym delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized1.fst delete mode 100644 docs/docs/verification/pd-xray-pbso4-single-polarized.ipynb delete mode 100644 docs/docs/verification/pd-xray-pbso4-single-polarized.py delete mode 100644 docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.ipynb delete mode 100644 docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.py delete mode 100644 docs/docs/verification/pd-xray-pbso4-single.ipynb delete mode 100644 docs/docs/verification/pd-xray-pbso4-single.py diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.bac b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.bac deleted file mode 100644 index 53a24a82e..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.bac +++ /dev/null @@ -1,602 +0,0 @@ - 10.048160 0.025000 160.048157 Background of: pbsox_single - 126 126 126 126 126 126 126 126 125 125 - 125 125 125 125 125 125 124 124 124 124 - 124 124 124 124 123 123 123 123 123 123 - 123 123 123 122 122 122 122 122 122 122 - 122 121 121 121 121 121 121 121 121 121 - 120 120 120 120 120 120 120 120 120 119 - 119 119 119 119 119 119 119 119 119 118 - 118 118 118 118 118 118 118 118 117 117 - 117 117 117 117 117 117 117 117 116 116 - 116 116 116 116 116 116 116 116 116 115 - 115 115 115 115 115 115 115 115 115 115 - 114 114 114 114 114 114 114 114 114 114 - 114 113 113 113 113 113 113 113 113 113 - 113 113 113 112 112 112 112 112 112 112 - 112 112 112 112 112 111 111 111 111 111 - 111 111 111 111 111 111 111 111 110 110 - 110 110 110 110 110 110 110 110 110 110 - 110 110 109 109 109 109 109 109 109 109 - 109 109 109 109 109 109 109 108 108 108 - 108 108 108 108 108 108 108 108 108 108 - 108 108 108 107 107 107 107 107 107 107 - 107 107 107 107 107 107 107 107 107 107 - 106 106 106 106 106 106 106 106 106 106 - 106 106 106 106 106 106 106 106 105 105 - 105 105 105 105 105 105 105 105 105 105 - 105 105 105 105 105 105 105 105 105 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 104 104 104 104 104 104 104 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 105 105 105 105 105 105 105 - 105 105 105 105 105 105 105 105 105 105 - 105 105 105 105 105 105 105 105 105 105 - 105 106 106 106 106 106 106 106 106 106 - 106 106 106 106 106 106 106 106 106 106 - 106 106 106 106 106 106 106 107 107 107 - 107 107 107 107 107 107 107 107 107 107 - 107 107 107 107 107 107 107 107 107 107 - 107 108 108 108 108 108 108 108 108 108 - 108 108 108 108 108 108 108 108 108 108 - 108 108 108 108 109 109 109 109 109 109 - 109 109 109 109 109 109 109 109 109 109 - 109 109 109 109 109 109 110 110 110 110 - 110 110 110 110 110 110 110 110 110 110 - 110 110 110 110 110 110 110 110 111 111 - 111 111 111 111 111 111 111 111 111 111 - 111 111 111 111 111 111 111 111 112 112 - 112 112 112 112 112 112 112 112 112 112 - 112 112 112 112 112 112 112 112 113 113 - 113 113 113 113 113 113 113 113 113 113 - 113 113 113 113 113 113 113 113 114 114 - 114 114 114 114 114 114 114 114 114 114 - 114 114 114 114 114 114 114 115 115 115 - 115 115 115 115 115 115 115 115 115 115 - 115 115 115 115 115 116 116 116 116 116 - 116 116 116 116 116 116 116 116 116 116 - 116 116 116 116 117 117 117 117 117 117 - 117 117 117 117 117 117 117 117 117 117 - 117 117 118 118 118 118 118 118 118 118 - 118 118 118 118 118 118 118 118 118 118 - 119 119 119 119 119 119 119 119 119 119 - 119 119 119 119 119 119 119 120 120 120 - 120 120 120 120 120 120 120 120 120 120 - 120 120 120 120 120 121 121 121 121 121 - 121 121 121 121 121 121 121 121 121 121 - 121 121 122 122 122 122 122 122 122 122 - 122 122 122 122 122 122 122 122 122 123 - 123 123 123 123 123 123 123 123 123 123 - 123 123 123 123 123 123 124 124 124 124 - 124 124 124 124 124 124 124 124 124 124 - 124 124 124 125 125 125 125 125 125 125 - 125 125 125 125 125 125 125 125 125 126 - 126 126 126 126 126 126 126 126 126 126 - 126 126 126 126 126 126 127 127 127 127 - 127 127 127 127 127 127 127 127 127 127 - 127 127 127 128 128 128 128 128 128 128 - 128 128 128 128 128 128 128 128 128 129 - 129 129 129 129 129 129 129 129 129 129 - 129 129 129 129 129 129 130 130 130 130 - 130 130 130 130 130 130 130 130 130 130 - 130 130 131 131 131 131 131 131 131 131 - 131 131 131 131 131 131 131 131 131 132 - 132 132 132 132 132 132 132 132 132 132 - 132 132 132 132 132 133 133 133 133 133 - 133 133 133 133 133 133 133 133 133 133 - 133 133 134 134 134 134 134 134 134 134 - 134 134 134 134 134 134 134 134 135 135 - 135 135 135 135 135 135 135 135 135 135 - 135 135 135 135 135 136 136 136 136 136 - 136 136 136 136 136 136 136 136 136 136 - 136 136 137 137 137 137 137 137 137 137 - 137 137 137 137 137 137 137 137 138 138 - 138 138 138 138 138 138 138 138 138 138 - 138 138 138 138 138 139 139 139 139 139 - 139 139 139 139 139 139 139 139 139 139 - 139 139 140 140 140 140 140 140 140 140 - 140 140 140 140 140 140 140 140 140 141 - 141 141 141 141 141 141 141 141 141 141 - 141 141 141 141 141 141 142 142 142 142 - 142 142 142 142 142 142 142 142 142 142 - 142 142 142 143 143 143 143 143 143 143 - 143 143 143 143 143 143 143 143 143 143 - 144 144 144 144 144 144 144 144 144 144 - 144 144 144 144 144 144 144 144 145 145 - 145 145 145 145 145 145 145 145 145 145 - 145 145 145 145 145 145 146 146 146 146 - 146 146 146 146 146 146 146 146 146 146 - 146 146 146 147 147 147 147 147 147 147 - 147 147 147 147 147 147 147 147 147 147 - 147 148 148 148 148 148 148 148 148 148 - 148 148 148 148 148 148 148 148 148 149 - 149 149 149 149 149 149 149 149 149 149 - 149 149 149 149 149 149 149 149 150 150 - 150 150 150 150 150 150 150 150 150 150 - 150 150 150 150 150 150 150 151 151 151 - 151 151 151 151 151 151 151 151 151 151 - 151 151 151 151 151 152 152 152 152 152 - 152 152 152 152 152 152 152 152 152 152 - 152 152 152 152 152 153 153 153 153 153 - 153 153 153 153 153 153 153 153 153 153 - 153 153 153 153 154 154 154 154 154 154 - 154 154 154 154 154 154 154 154 154 154 - 154 154 154 154 155 155 155 155 155 155 - 155 155 155 155 155 155 155 155 155 155 - 155 155 155 155 156 156 156 156 156 156 - 156 156 156 156 156 156 156 156 156 156 - 156 156 156 156 156 157 157 157 157 157 - 157 157 157 157 157 157 157 157 157 157 - 157 157 157 157 157 157 158 158 158 158 - 158 158 158 158 158 158 158 158 158 158 - 158 158 158 158 158 158 158 158 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 178 178 178 178 - 178 178 178 178 178 178 178 178 178 178 - 178 178 178 178 178 178 178 178 179 179 - 179 179 179 179 179 179 179 179 179 179 - 179 179 179 179 179 179 179 179 179 180 - 180 180 180 180 180 180 180 180 180 180 - 180 180 180 180 180 180 180 180 180 181 - 181 181 181 181 181 181 181 181 181 181 - 181 181 181 181 181 181 181 181 181 182 - 182 182 182 182 182 182 182 182 182 182 - 182 182 182 182 182 182 182 182 182 183 - 183 183 183 183 183 183 183 183 183 183 - 183 183 183 183 183 183 183 183 184 184 - 184 184 184 184 184 184 184 184 184 184 - 184 184 184 184 184 184 184 185 185 185 - 185 185 185 185 185 185 185 185 185 185 - 185 185 185 185 185 185 186 186 186 186 - 186 186 186 186 186 186 186 186 186 186 - 186 186 186 186 187 187 187 187 187 187 - 187 187 187 187 187 187 187 187 187 187 - 187 187 188 188 188 188 188 188 188 188 - 188 188 188 188 188 188 188 188 188 188 - 189 189 189 189 189 189 189 189 189 189 - 189 189 189 189 189 189 189 189 190 190 - 190 190 190 190 190 190 190 190 190 190 - 190 190 190 190 190 190 191 191 191 191 - 191 191 191 191 191 191 191 191 191 191 - 191 191 191 192 192 192 192 192 192 192 - 192 192 192 192 192 192 192 192 192 192 - 193 193 193 193 193 193 193 193 193 193 - 193 193 193 193 193 193 193 194 194 194 - 194 194 194 194 194 194 194 194 194 194 - 194 194 194 194 195 195 195 195 195 195 - 195 195 195 195 195 195 195 195 195 195 - 195 196 196 196 196 196 196 196 196 196 - 196 196 196 196 196 196 196 196 197 197 - 197 197 197 197 197 197 197 197 197 197 - 197 197 197 197 198 198 198 198 198 198 - 198 198 198 198 198 198 198 198 198 198 - 198 199 199 199 199 199 199 199 199 199 - 199 199 199 199 199 199 199 200 200 200 - 200 200 200 200 200 200 200 200 200 200 - 200 200 200 201 201 201 201 201 201 201 - 201 201 201 201 201 201 201 201 201 201 - 202 202 202 202 202 202 202 202 202 202 - 202 202 202 202 202 202 203 203 203 203 - 203 203 203 203 203 203 203 203 203 203 - 203 203 204 204 204 204 204 204 204 204 - 204 204 204 204 204 204 204 204 205 205 - 205 205 205 205 205 205 205 205 205 205 - 205 205 205 205 206 206 206 206 206 206 - 206 206 206 206 206 206 206 206 206 206 - 207 207 207 207 207 207 207 207 207 207 - 207 207 207 207 207 207 208 208 208 208 - 208 208 208 208 208 208 208 208 208 208 - 208 208 208 209 209 209 209 209 209 209 - 209 209 209 209 209 209 209 209 209 210 - 210 210 210 210 210 210 210 210 210 210 - 210 210 210 210 210 211 211 211 211 211 - 211 211 211 211 211 211 211 211 211 211 - 211 212 212 212 212 212 212 212 212 212 - 212 212 212 212 212 212 212 213 213 213 - 213 213 213 213 213 213 213 213 213 213 - 213 213 213 213 214 214 214 214 214 214 - 214 214 214 214 214 214 214 214 214 214 - 215 215 215 215 215 215 215 215 215 215 - 215 215 215 215 215 215 215 216 216 216 - 216 216 216 216 216 216 216 216 216 216 - 216 216 216 217 217 217 217 217 217 217 - 217 217 217 217 217 217 217 217 217 217 - 218 218 218 218 218 218 218 218 218 218 - 218 218 218 218 218 218 218 219 219 219 - 219 219 219 219 219 219 219 219 219 219 - 219 219 219 219 220 220 220 220 220 220 - 220 220 220 220 220 220 220 220 220 220 - 220 220 221 221 221 221 221 221 221 221 - 221 221 221 221 221 221 221 221 221 222 - 222 222 222 222 222 222 222 222 222 222 - 222 222 222 222 222 222 222 223 223 223 - 223 223 223 223 223 223 223 223 223 223 - 223 223 223 223 223 224 224 224 224 224 - 224 224 224 224 224 224 224 224 224 224 - 224 224 224 224 225 225 225 225 225 225 - 225 225 225 225 225 225 225 225 225 225 - 225 225 225 226 226 226 226 226 226 226 - 226 226 226 226 226 226 226 226 226 226 - 226 226 227 227 227 227 227 227 227 227 - 227 227 227 227 227 227 227 227 227 227 - 227 227 228 228 228 228 228 228 228 228 - 228 228 228 228 228 228 228 228 228 228 - 228 228 229 229 229 229 229 229 229 229 - 229 229 229 229 229 229 229 229 229 229 - 229 229 229 229 230 230 230 230 230 230 - 230 230 230 230 230 230 230 230 230 230 - 230 230 230 230 230 230 231 231 231 231 - 231 231 231 231 231 231 231 231 231 231 - 231 231 231 231 231 231 231 231 231 232 - 232 232 232 232 232 232 232 232 232 232 - 232 232 232 232 232 232 232 232 232 232 - 232 232 232 233 233 233 233 233 233 233 - 233 233 233 233 233 233 233 233 233 233 - 233 233 233 233 233 233 233 233 233 233 - 234 234 234 234 234 234 234 234 234 234 - 234 234 234 234 234 234 234 234 234 234 - 234 234 234 234 234 234 234 234 235 235 - 235 235 235 235 235 235 235 235 235 235 - 235 235 235 235 235 235 235 235 235 235 - 235 235 235 235 235 235 235 235 235 235 - 236 236 236 236 236 236 236 236 236 236 - 236 236 236 236 236 236 236 236 236 236 - 236 236 236 236 236 236 236 236 236 236 - 236 236 236 236 236 236 236 236 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.dat b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.dat deleted file mode 100644 index cc2d2b0d4..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.dat +++ /dev/null @@ -1,602 +0,0 @@ -10.000 0.025 160.000 PbSO4 XrayDif (Rietveld Round Robin, R.J. Hill, JApC 2 - 179 147 165 172 150 165 150 158 134 146 - 167 159 139 145 165 150 149 156 143 166 - 154 131 144 131 140 147 155 148 140 138 - 127 146 147 114 129 129 128 136 148 132 - 141 135 141 145 131 142 148 151 127 133 - 131 125 129 128 134 142 115 138 125 120 - 130 118 118 116 119 101 117 142 112 114 - 111 122 131 107 121 123 120 126 125 120 - 103 121 109 115 122 123 107 126 133 120 - 100 130 130 109 116 121 99 107 110 136 - 113 102 117 111 105 92 110 116 124 111 - 91 106 122 121 119 114 129 95 117 102 - 102 117 99 124 107 108 99 113 104 92 - 98 107 88 96 104 81 111 78 104 119 - 106 105 96 81 95 96 103 91 112 107 - 87 112 92 79 92 103 97 102 86 97 - 103 93 111 95 96 93 85 104 98 108 - 76 92 95 89 105 95 92 105 89 99 - 101 97 93 99 100 83 93 96 69 101 - 97 85 95 85 111 85 86 100 88 98 - 92 93 94 93 81 98 78 79 93 81 - 88 73 85 106 88 94 96 91 101 89 - 87 95 87 97 81 87 93 90 73 98 - 86 80 82 97 80 81 80 81 73 106 - 92 101 98 104 106 98 114 97 129 112 - 141 167 157 200 215 321 397 434 445 313 - 197 155 110 118 86 110 95 93 98 80 - 85 106 86 103 92 88 94 79 92 106 - 82 104 94 88 97 93 90 120 93 106 - 89 92 100 91 99 81 89 79 91 84 - 92 107 99 92 87 88 67 81 86 85 - 103 85 77 105 93 96 93 85 75 105 - 85 89 86 76 86 71 101 100 89 74 - 101 103 95 100 87 94 84 102 92 80 - 82 105 84 83 93 92 105 94 88 97 - 88 110 110 84 89 98 92 86 110 98 - 93 94 104 96 105 99 117 111 100 125 - 99 107 107 98 84 112 99 93 108 100 - 91 98 124 98 121 114 93 87 95 95 - 121 102 127 119 118 107 100 95 116 136 - 92 127 127 115 124 130 123 137 136 165 - 150 173 190 211 212 255 264 305 353 415 - 507 623 833 1076 1417 1958 2624 3927 5466 7996 - 11062 12925 12506 10327 8178 6771 5910 4886 3432 2110 - 1182 802 623 527 435 393 356 333 295 316 - 280 248 264 216 202 211 187 168 208 160 - 171 149 166 138 168 129 147 134 125 137 - 112 128 134 121 138 103 124 115 119 109 - 119 116 127 133 121 109 114 113 120 118 - 102 110 118 123 116 112 107 121 104 124 - 105 128 115 128 99 130 109 125 138 141 - 135 125 140 152 177 177 191 195 225 258 - 301 337 468 618 837 1082 1507 2283 3235 4791 - 6588 8176 8122 6687 5078 3206 1822 1101 712 566 - 470 381 302 277 259 259 212 198 189 153 - 182 178 175 164 139 176 159 147 172 167 - 159 180 168 162 166 147 149 161 173 145 - 210 201 257 262 342 451 598 796 1089 1648 - 2386 3203 3155 2711 1970 1292 729 450 289 285 - 218 211 202 168 165 177 176 197 164 141 - 160 160 157 145 165 158 158 197 179 203 - 194 216 282 282 364 456 632 854 1213 1815 - 2863 4063 4649 4165 3168 2329 1423 738 438 367 - 295 246 246 191 179 178 170 182 158 182 - 179 184 181 169 171 191 175 216 195 224 - 209 251 257 298 297 378 406 499 590 746 - 983 1402 2108 3097 4641 7229 10690 13494 13106 10401 - 7908 5365 2857 1575 947 697 595 529 450 423 - 344 319 309 252 257 252 266 275 257 285 - 285 270 280 347 282 362 426 461 637 693 - 1051 1425 2158 3198 5190 8004 10350 9724 7797 6126 - 4329 2276 1177 756 591 486 352 340 314 270 - 256 253 245 206 212 183 205 185 164 197 - 167 175 159 152 162 168 151 153 128 167 - 147 140 139 153 153 154 145 147 134 160 - 137 134 131 157 137 145 151 164 171 172 - 165 168 162 193 169 199 186 208 196 182 - 246 245 284 340 364 382 519 665 837 1080 - 1566 2321 3438 5181 8141 12608 15702 14432 12071 9687 - 7137 4123 2094 1334 1013 780 668 467 438 379 - 355 263 287 299 247 253 236 223 193 198 - 184 204 185 174 201 168 185 175 171 153 - 162 135 159 139 147 127 143 140 115 142 - 123 156 133 135 128 130 127 120 121 106 - 134 114 107 123 111 92 134 87 130 97 - 101 113 119 122 114 117 84 105 111 104 - 119 119 101 117 122 105 128 116 126 115 - 121 116 144 141 128 148 165 172 182 174 - 193 230 247 312 325 423 589 755 1130 1670 - 2522 3976 5312 5540 4806 3984 3579 2684 1672 977 - 645 451 390 317 305 278 234 264 246 263 - 239 271 260 299 300 332 411 497 630 918 - 1214 1839 2852 4745 6636 7831 7010 5926 5069 4251 - 2900 1743 1167 841 646 517 412 354 301 282 - 234 204 235 226 207 200 180 180 179 172 - 180 157 154 173 198 147 168 157 199 209 - 242 257 328 467 631 994 1449 1522 1193 977 - 947 796 548 358 251 190 164 159 137 134 - 136 126 122 128 108 100 120 106 123 117 - 113 108 121 104 104 100 105 107 108 103 - 108 123 92 122 97 101 92 114 89 81 - 113 76 89 99 89 98 98 104 120 100 - 99 89 111 98 96 95 84 115 106 100 - 86 110 86 98 97 109 112 105 86 102 - 91 98 111 89 95 95 84 114 108 96 - 94 94 102 91 106 103 82 121 101 109 - 112 104 103 105 112 119 116 119 115 106 - 122 116 120 130 107 137 132 131 140 150 - 149 161 190 210 234 297 378 583 909 1431 - 2164 2620 2390 1970 1772 1685 1327 891 543 352 - 292 230 177 182 207 158 143 129 161 133 - 119 120 128 118 121 132 135 134 132 135 - 156 182 207 266 351 368 312 269 260 249 - 219 174 157 146 135 137 136 103 107 99 - 133 129 147 130 115 123 109 106 115 136 - 119 126 131 135 116 112 123 116 121 136 - 147 130 156 138 133 144 163 171 198 191 - 196 226 243 294 352 472 630 984 1383 2157 - 2946 2947 2469 1988 2056 1767 1317 793 524 362 - 282 264 227 186 194 168 177 199 174 169 - 183 194 204 189 213 296 350 476 746 894 - 816 615 549 596 524 395 306 223 164 206 - 198 162 173 163 144 169 160 156 143 187 - 146 146 157 177 173 171 197 214 254 333 - 505 760 1047 1074 910 689 698 717 570 382 - 273 291 231 278 239 272 257 316 315 377 - 419 593 709 1116 1749 2604 3739 4133 3642 2835 - 2622 2580 2147 1381 844 578 447 351 339 309 - 260 268 240 250 233 275 281 285 381 450 - 601 801 895 881 726 644 608 589 498 386 - 283 277 254 276 249 224 213 196 234 186 - 215 191 211 189 204 193 227 221 225 199 - 187 193 214 235 241 232 239 254 252 264 - 251 260 320 375 379 442 425 492 574 693 - 816 1046 1286 1773 2593 4047 6544 9907 12440 12196 - 9815 8006 7742 7431 5975 3773 2148 1465 1080 849 - 683 579 560 480 481 470 468 450 469 498 - 468 528 615 632 765 985 1263 1833 2821 4290 - 5647 5682 5372 5802 7664 7744 5866 4103 3552 3442 - 2855 1843 1102 771 578 517 456 381 379 335 - 326 303 286 287 274 272 282 267 236 255 - 238 218 224 209 228 244 234 221 237 224 - 217 187 261 216 246 244 282 276 314 333 - 385 413 609 855 1397 2190 3180 3151 2427 1819 - 1843 2058 1720 1115 716 480 364 297 300 267 - 227 215 189 213 174 175 193 183 178 166 - 171 171 172 161 151 143 141 139 172 153 - 169 141 125 135 142 134 142 138 152 159 - 140 143 136 147 144 148 153 112 148 138 - 119 121 160 136 164 137 166 142 158 176 - 175 183 249 309 389 541 720 682 600 452 - 443 453 437 329 289 226 201 182 160 178 - 146 181 142 201 182 174 168 174 233 275 - 331 464 712 969 1093 984 752 624 651 695 - 597 460 284 261 211 196 175 167 165 143 - 153 155 137 161 131 138 125 114 154 114 - 118 120 130 117 126 132 122 133 122 113 - 128 139 126 140 120 122 122 136 116 113 - 103 120 129 112 118 140 135 101 128 115 - 126 120 119 107 122 124 123 159 132 136 - 115 142 132 144 140 131 112 147 129 129 - 106 129 127 122 155 130 121 131 173 157 - 146 153 168 199 204 212 232 255 319 410 - 629 1090 1814 2668 2463 1752 1187 1257 1542 1549 - 1066 624 387 314 267 208 211 210 181 170 - 154 155 143 171 156 134 142 142 136 139 - 139 132 152 123 137 125 132 133 137 148 - 121 150 139 127 127 146 147 155 131 144 - 148 138 149 154 142 141 181 185 169 181 - 203 236 232 335 428 600 826 1143 1282 1262 - 1070 962 964 871 886 728 557 468 370 267 - 235 203 187 181 188 189 166 167 175 191 - 184 181 226 228 258 216 233 250 287 332 - 441 506 459 447 383 372 397 408 434 419 - 346 392 441 622 912 1096 1359 1605 1949 1937 - 1843 2020 1980 1741 1467 1209 1080 998 719 548 - 393 314 277 248 204 179 180 168 160 170 - 160 184 179 164 149 156 140 161 149 134 - 126 143 138 142 163 131 161 131 147 150 - 160 128 126 128 152 134 158 135 162 157 - 173 156 162 158 164 155 194 195 196 253 - 262 350 464 665 937 1141 1055 834 657 648 - 638 752 672 543 404 370 386 469 560 465 - 360 285 276 355 364 291 228 190 194 195 - 180 163 154 156 184 181 152 176 177 160 - 178 185 175 206 214 244 255 254 373 514 - 623 827 875 884 951 1181 1887 2582 2875 2303 - 1613 1270 1312 1510 1599 1288 890 794 643 683 - 884 1207 1571 1762 1506 1186 969 975 1015 1048 - 938 733 494 392 292 276 254 229 216 203 - 194 189 192 181 191 163 175 186 149 175 - 142 180 136 151 177 156 159 174 148 147 - 141 145 156 144 149 145 127 143 159 129 - 161 138 145 165 172 184 217 266 272 313 - 288 275 321 323 439 573 743 906 960 812 - 566 541 535 554 567 599 473 359 290 254 - 189 184 196 210 190 179 148 160 147 122 - 148 141 140 142 114 150 151 132 153 140 - 118 128 140 136 122 130 135 133 165 160 - 163 166 190 264 331 334 297 215 205 212 - 268 226 256 199 165 148 159 132 154 139 - 121 144 131 136 139 120 129 130 143 127 - 150 156 154 153 162 208 247 207 192 179 - 148 154 204 186 208 175 141 111 124 132 - 127 125 124 147 143 135 136 143 145 143 - 148 151 139 142 135 161 143 139 136 158 - 164 167 165 181 147 160 195 209 190 226 - 195 241 278 302 344 427 563 789 990 1317 - 1792 2342 2479 2083 1541 1233 1186 1301 1408 1348 - 1086 761 509 405 349 309 273 269 244 252 - 286 309 289 316 317 259 228 223 259 237 - 212 212 201 184 201 170 165 182 182 183 - 199 200 208 190 185 230 275 352 448 647 - 956 1241 1280 1063 730 559 576 678 833 919 - 838 736 578 449 352 332 306 308 321 300 - 245 216 201 182 162 147 163 193 149 171 - 166 202 155 141 162 155 166 190 174 189 - 211 169 195 197 235 250 286 344 394 561 - 722 930 1317 1481 1358 1037 813 746 717 877 - 916 896 663 502 396 302 255 280 238 238 - 233 267 258 267 346 468 667 897 976 870 - 617 478 483 485 541 636 625 465 354 276 - 231 232 190 216 192 191 172 178 212 172 - 174 183 142 176 174 159 196 194 202 246 - 258 272 227 206 220 234 235 252 241 246 - 280 326 391 456 640 670 639 521 515 493 - 632 854 1153 1468 1384 1196 879 770 660 705 - 773 815 766 626 469 409 338 280 267 303 - 290 315 308 375 471 637 830 1073 1024 833 - 639 528 502 569 667 732 600 516 444 417 - 430 431 409 399 319 289 333 368 368 375 - 332 257 253 244 250 251 239 260 202 234 - 236 222 268 246 261 301 352 434 507 687 - 891 929 869 744 766 883 1213 1390 1383 1276 - 1228 1172 1129 970 905 839 745 632 628 600 - 552 393 307 265 275 215 233 208 186 180 - 200 182 178 170 180 177 190 173 203 200 - 185 218 207 244 220 243 266 280 324 394 - 567 690 853 934 815 877 894 888 744 665 - 674 693 634 583 589 572 455 501 497 637 - 833 1120 968 776 526 397 372 472 548 682 - 632 479 341 304 211 213 199 185 190 194 - 183 193 204 201 264 298 373 364 306 270 - 271 259 298 371 433 565 625 581 460 365 - 291 270 311 317 411 435 426 481 415 358 - 268 245 239 204 246 236 272 241 203 182 - 189 163 165 161 145 149 163 166 138 141 - 158 145 131 135 147 133 140 144 155 157 - 196 193 175 172 174 148 164 177 183 250 - 310 439 401 356 276 178 216 209 222 263 - 281 270 217 181 183 174 171 151 142 130 - 147 146 148 124 129 128 135 143 135 145 - 134 131 154 135 139 155 143 151 154 160 - 141 160 155 171 166 159 187 205 212 230 - 313 346 402 511 535 696 717 624 520 421 - 399 344 380 468 482 453 373 267 229 209 - 176 193 210 179 173 207 225 265 315 289 - 229 197 204 221 249 258 290 401 434 421 - 368 358 396 462 547 580 497 442 397 313 - 316 296 341 355 373 333 274 262 290 329 - 333 356 280 237 214 238 243 204 239 255 - 249 226 191 222 193 236 264 308 340 330 - 282 229 235 204 203 252 249 232 222 217 - 226 222 238 265 341 339 338 302 275 242 - 218 232 297 360 399 423 365 273 254 262 - 216 316 339 402 509 598 700 742 619 470 - 398 379 352 351 379 443 466 438 357 289 - 258 233 216 241 235 277 309 358 356 323 - 273 243 224 243 250 220 267 291 282 252 - 255 328 357 411 375 323 267 240 208 209 - 236 248 261 256 244 203 173 170 174 168 - 167 181 159 195 168 180 186 175 191 213 - 274 266 323 421 552 799 1129 1277 1123 820 - 610 504 408 478 543 708 817 736 641 568 - 413 433 373 314 321 244 262 251 232 241 - 216 240 212 196 173 187 175 173 152 163 - 143 135 122 139 128 134 140 117 150 134 - 152 127 170 158 155 173 161 136 128 177 - 165 140 154 143 168 189 130 160 151 182 - 221 238 260 315 327 311 246 211 204 196 - 211 191 234 225 255 200 186 186 162 140 - 153 147 143 153 154 133 145 148 165 155 - 155 147 176 149 165 136 163 163 198 215 - 249 304 377 414 339 322 284 301 311 380 - 550 624 660 617 461 363 284 266 268 289 - 340 375 363 327 259 216 172 180 208 177 - 157 189 192 222 222 188 184 164 173 182 - 153 158 158 183 190 178 169 145 170 138 - 169 133 134 122 126 153 112 125 127 147 - 125 125 142 143 138 145 166 165 156 154 - 169 130 173 155 178 211 247 289 310 276 - 303 376 468 665 803 829 683 570 507 383 - 335 352 412 522 575 652 681 634 466 368 - 301 214 226 205 239 226 271 279 280 247 - 223 201 199 198 206 191 154 174 144 155 - 161 172 178 192 155 171 155 160 138 156 - 178 163 191 200 208 186 167 183 157 148 - 163 174 187 182 189 190 190 199 240 247 - 334 391 512 618 663 593 456 395 343 288 - 292 310 392 389 437 361 351 262 250 233 - 197 195 171 174 171 159 158 120 128 140 - 148 156 133 156 144 163 158 158 154 165 - 196 206 256 278 255 253 223 190 196 176 - 171 212 204 252 224 192 180 172 166 159 - 155 148 167 137 178 161 180 156 169 178 - 174 181 172 238 209 240 343 384 500 673 - 704 763 656 551 406 354 352 301 357 414 - 440 502 459 425 378 418 427 467 441 400 - 327 278 259 240 213 206 241 263 287 291 - 245 243 198 195 195 164 178 161 161 183 - 177 177 177 192 219 260 310 337 312 290 - 275 243 192 200 212 205 180 219 274 271 - 200 205 195 179 171 171 147 147 167 159 - 157 145 164 142 143 164 157 153 145 168 - 159 169 137 182 196 218 216 223 269 295 - 288 280 281 187 264 216 220 242 264 272 - 326 362 407 468 432 443 383 393 367 415 - 471 595 626 583 491 456 411 322 328 289 - 271 302 377 369 373 347 296 292 257 269 - 241 218 212 239 254 295 314 356 301 277 - 252 251 186 197 162 192 231 223 207 238 - 196 196 176 171 178 146 169 161 149 173 - 156 143 154 152 139 184 185 161 159 152 - 159 176 164 168 193 195 187 237 228 265 - 291 347 409 454 552 524 552 502 483 433 - 382 363 322 328 389 469 485 438 491 415 - 377 375 322 288 280 263 275 245 243 239 - 247 216 204 210 196 220 209 212 226 201 - 225 228 210 244 298 405 445 534 579 538 - 495 466 410 389 387 429 460 573 607 740 - 853 781 733 593 499 398 368 334 370 358 - 391 376 394 414 383 300 294 275 246 259 - 235 239 243 277 363 383 434 436 378 373 - 386 438 464 491 539 539 523 499 478 472 - 383 345 354 352 383 370 410 453 416 396 - 392 319 335 407 461 587 741 875 863 754 - 619 485 429 336 321 296 316 385 474 539 - 571 493 420 345 272 242 219 229 203 220 - 211 190 171 195 176 218 208 212 230 265 - 314 278 306 262 281 209 235 222 223 246 - 268 316 307 316 273 247 229 201 198 173 - 202 173 212 185 197 193 193 194 169 169 - 157 167 175 140 174 146 171 142 152 171 - 150 142 161 150 163 154 149 157 192 185 - 184 205 231 238 263 324 365 388 380 421 - 418 408 385 374 346 329 297 319 322 328 - 298 290 304 311 312 319 292 241 239 202 - 206 202 227 236 307 309 385 341 324 290 - 208 241 201 202 181 217 264 229 326 303 - 345 304 296 241 242 210 187 206 194 221 - 216 245 242 251 258 232 215 189 192 163 - 158 162 174 182 169 151 187 179 167 169 - 146 149 146 158 142 164 142 153 147 163 - 160 163 127 150 159 140 136 159 171 178 - 159 162 193 156 176 161 155 146 179 208 - 186 194 252 230 219 182 179 174 147 189 - 166 142 144 177 178 215 182 160 196 200 - 159 163 150 175 144 132 160 169 138 171 - 129 167 172 135 170 172 169 199 221 233 - 283 291 299 257 239 226 185 195 194 175 - 192 182 189 210 252 217 230 223 192 205 - 179 185 155 193 190 214 215 230 223 212 - 233 221 242 216 261 265 370 406 501 447 - 488 473 365 279 283 285 282 239 267 263 - 309 349 345 322 338 308 238 221 215 197 - 205 208 222 206 204 230 240 284 313 331 - 344 297 275 267 216 230 194 195 234 196 - 198 240 255 287 314 318 255 232 213 186 - 193 156 168 155 154 187 181 194 183 206 - 191 179 174 158 176 183 184 188 222 211 - 242 267 330 363 390 397 332 288 273 199 - 218 198 206 228 206 216 256 259 301 265 - 240 206 224 183 160 190 158 161 161 143 - 144 177 175 142 129 140 166 156 126 156 - 144 146 136 145 160 147 142 150 168 164 - 168 195 207 229 260 263 294 291 279 245 - 211 240 218 197 226 253 249 289 329 377 - 412 419 371 310 258 236 243 235 224 241 - 236 239 302 286 295 329 390 376 405 380 - 376 363 361 296 313 279 295 248 253 273 - 273 275 305 282 295 295 304 318 331 336 - 336 371 349 315 280 286 238 265 226 238 - 222 224 254 303 311 297 319 302 295 299 - 325 347 294 264 265 239 227 226 250 203 - 229 202 234 220 206 230 228 259 221 276 - 276 271 278 298 341 366 384 388 410 433 - 388 382 298 327 266 250 252 252 262 270 - 257 249 251 336 305 284 293 236 224 207 - 200 174 177 180 163 150 181 174 141 156 - 143 166 148 174 153 160 159 160 155 141 - 148 157 157 161 171 164 169 170 167 189 - 220 252 328 298 286 290 266 220 171 193 - 194 170 235 195 207 227 261 320 343 339 - 411 416 350 350 288 343 300 286 283 249 - 258 232 229 233 215 250 258 250 251 245 - 233 220 257 219 207 208 191 187 198 176 - 184 190 192 159 176 166 196 172 180 208 - 219 202 177 175 170 167 175 153 145 178 - 168 153 159 179 196 175 174 168 180 139 - 157 143 156 157 151 155 158 155 141 152 - 145 158 153 149 153 150 144 150 143 172 - 141 166 170 162 206 182 172 183 175 178 - 179 157 163 182 184 177 163 172 185 159 - 185 176 169 161 173 190 193 150 175 151 - 176 166 171 187 180 216 212 269 301 313 - 319 328 299 252 252 228 200 209 202 225 - 199 251 236 263 299 302 338 248 259 262 - 213 211 206 210 168 191 159 183 202 211 - 205 206 205 223 200 184 189 186 185 205 - 197 210 206 202 174 175 190 165 173 179 - 192 168 168 181 170 200 198 219 211 238 - 222 205 221 204 219 196 210 196 234 212 - 191 250 230 226 277 263 296 319 338 385 - 408 381 356 290 284 268 222 245 214 211 - 204 227 254 236 290 305 290 337 276 281 - 238 243 231 205 205 193 180 171 185 191 - 191 190 179 169 175 199 179 189 210 191 - 206 212 210 235 205 182 185 177 171 153 - 154 152 170 155 156 153 171 188 181 180 - 201 183 191 184 187 163 161 165 160 185 - 198 164 176 182 172 172 186 189 181 231 - 209 211 227 226 193 216 211 211 193 175 - 192 209 196 195 230 231 239 311 285 263 - 289 262 214 212 218 186 191 199 183 190 - 168 194 191 195 207 218 222 241 242 219 - 189 202 202 190 225 204 223 262 258 317 - 312 304 299 278 265 221 205 225 211 203 - 192 201 197 227 184 205 216 256 253 288 - 249 280 219 217 249 229 198 193 178 205 - 210 185 179 213 233 225 232 264 271 285 - 273 342 326 401 358 432 331 361 330 283 - 282 263 245 232 219 251 241 241 265 237 - 251 266 291 301 300 280 332 285 276 261 - 262 264 280 291 292 284 266 240 219 232 - 218 192 181 184 219 187 174 184 204 197 - 217 215 213 212 218 210 224 183 178 205 - 184 185 180 197 154 171 181 155 145 184 - 180 173 168 190 169 161 174 158 167 182 - 165 183 168 159 161 155 189 186 150 168 - 186 194 155 171 151 165 175 156 163 164 - 166 185 163 202 186 183 183 155 199 176 - 188 177 165 198 170 186 188 193 190 207 - 234 205 212 216 213 266 257 269 300 330 - 339 357 382 326 325 282 284 305 353 293 - 354 327 397 378 367 341 307 311 274 313 - 351 347 326 307 293 260 283 272 272 302 - 307 313 332 337 327 331 343 329 371 392 - 418 493 471 481 485 486 422 425 387 379 - 330 338 327 321 327 386 375 412 398 371 - 398 377 382 419 397 373 325 333 311 301 - 293 291 268 279 289 278 266 268 284 258 - 251 258 247 251 211 209 220 218 191 186 - 214 213 216 227 196 202 213 186 198 224 - 177 197 160 191 209 217 216 215 200 207 - 202 234 218 252 249 281 270 287 318 319 - 370 397 434 494 424 485 464 454 461 371 - 326 309 280 332 297 277 293 303 342 293 - 322 350 360 343 387 437 442 460 486 451 - 433 459 369 415 340 328 323 291 265 305 - 279 298 320 299 306 340 314 329 324 367 - 378 335 338 293 299 293 263 285 277 283 - 326 291 311 315 351 367 353 387 404 365 - 354 382 318 310 342 355 334 382 359 322 - 317 322 315 322 260 275 282 290 318 296 - 276 281 309 281 305 298 276 252 303 282 - 308 302 293 288 268 300 319 297 302 304 - 346 392 454 519 565 590 593 601 563 482 - 500 403 417 386 328 293 321 300 313 294 - 318 294 329 329 364 360 385 412 426 405 - 418 417 358 384 387 312 316 304 295 296 - 294 273 325 330 345 300 370 350 381 297 - 316 300 270 271 292 249 263 269 273 252 - 250 225 241 245 268 276 264 282 294 314 - 303 269 295 283 293 286 264 255 259 252 - 270 255 304 293 311 285 332 321 350 358 - 431 433 427 380 413 422 348 388 355 370 - 353 322 348 325 320 369 351 400 379 399 - 406 396 397 415 439 438 437 478 495 511 - 450 497 498 433 477 484 430 431 454 399 - 382 384 351 334 347 336 330 306 330 311 - 298 301 344 335 334 303 326 359 397 356 - 347 310 347 332 312 335 334 316 309 294 - 334 342 332 279 267 257 292 288 273 245 - 269 248 228 250 249 230 238 217 238 212 - 246 246 239 262 265 264 240 250 246 226 - 227 235 226 256 190 215 236 223 227 203 - 206 190 232 230 201 219 203 216 213 208 - 224 210 202 212 205 236 220 194 199 201 - 216 237 212 225 203 241 232 260 253 257 - 282 291 283 325 333 335 293 315 297 310 - 285 285 276 258 251 269 228 215 259 235 - 257 241 289 229 267 270 284 265 274 275 - 279 277 269 267 263 299 262 263 268 235 - 232 261 236 224 251 249 247 217 238 231 - 251 261 251 308 300 333 311 283 279 289 - 281 273 244 299 263 257 209 284 256 270 - 280 276 282 293 282 285 309 299 295 307 - 253 258 255 297 296 248 286 288 259 276 - 256 257 268 246 273 271 306 287 286 303 - 283 335 330 366 380 334 362 408 432 479 - 440 484 478 479 513 472 445 466 437 414 - 396 374 314 326 326 323 316 354 315 351 - 329 370 366 415 444 423 414 412 463 464 - 424 427 411 394 383 394 330 360 359 303 - 294 289 271 288 264 284 262 274 278 293 - 289 309 292 313 286 291 303 279 298 301 - 278 261 314 299 316 353 319 339 335 341 - 306 303 298 290 317 318 296 336 295 284 - 241 276 245 247 263 270 261 239 247 250 - 209 238 247 257 255 273 272 319 274 307 - 253 284 254 274 278 237 257 249 261 242 - 256 255 236 234 250 233 250 231 252 244 - 256 226 267 246 257 255 278 292 308 274 - 375 361 344 361 347 352 322 337 267 268 - 286 279 276 252 242 277 271 275 272 295 - 281 338 320 350 381 404 451 441 452 417 - 450 436 437 440 474 453 457 438 387 386 - 366 341 337 308 329 283 296 289 297 240 - 268 282 297 291 281 305 336 324 307 332 - 328 309 315 330 291 290 344 314 324 327 - 259 268 305 304 300 285 292 289 294 278 - 261 297 252 280 245 266 283 238 266 262 - 249 255 240 239 221 251 212 233 238 249 - 256 216 262 249 248 263 281 234 290 269 - 284 233 286 275 263 245 259 276 229 261 - 273 272 231 212 233 256 241 228 234 238 - 216 207 221 233 238 217 238 251 268 259 - 230 276 257 260 255 244 258 279 291 290 - 295 289 273 306 307 264 289 270 234 252 - 243 244 251 235 234 246 239 257 218 234 - 230 253 248 257 248 255 261 275 288 301 - 283 308 268 300 305 254 251 256 280 290 - 267 278 302 264 263 289 231 271 289 268 - 310 278 280 262 234 278 288 265 302 278 - 273 279 303 318 317 312 303 312 311 308 - 304 284 281 287 262 273 284 261 241 238 - 276 276 274 262 279 274 238 278 273 274 - 260 245 293 307 304 266 287 292 295 295 - 305 300 281 287 299 268 292 267 236 248 - 272 274 237 251 245 285 252 272 258 269 - 268 299 240 263 260 315 315 295 279 295 - 333 322 338 383 339 311 323 295 275 295 - 289 294 287 275 249 232 269 258 268 290 - 253 266 234 233 223 231 252 275 267 251 - 284 281 254 265 309 269 296 290 301 297 - 300 345 298 347 345 374 366 387 392 438 - 465 470 443 511 473 474 455 473 452 460 - 440 386 385 402 418 382 348 344 360 366 - 351 322 327 318 352 341 308 357 325 367 - 383 381 376 381 434 410 412 411 393 427 - 429 441 407 412 456 389 386 382 368 352 - 367 366 364 366 352 312 345 336 284 310 - 289 318 287 303 306 320 330 334 345 367 - 407 379 410 396 429 425 449 416 394 390 - 394 404 356 350 378 369 362 311 297 307 - 293 291 338 300 290 317 312 270 313 278 - 321 327 332 337 328 301 322 334 330 315 - 311 302 338 321 317 331 335 345 317 306 - 309 336 309 299 319 310 287 281 268 260 - 279 279 289 265 261 264 260 271 265 270 - 280 304 283 289 294 325 269 282 293 275 - 283 281 283 277 284 275 277 278 273 284 - 267 270 287 316 261 283 294 275 324 306 - 302 276 392 339 309 315 322 359 308 335 - 315 318 319 328 315 303 296 300 304 283 - 292 266 279 295 258 289 272 251 305 263 - 261 299 291 276 294 259 254 297 287 257 - 284 255 260 259 300 264 300 287 298 283 - 279 271 291 304 299 272 316 298 322 306 - 268 257 279 262 269 291 258 269 295 293 - 268 264 272 272 288 270 267 277 310 292 - 276 290 319 322 316 343 345 379 383 389 - 437 371 405 427 442 424 438 396 384 381 - 329 322 319 274 318 304 316 324 275 319 - 259 272 262 270 263 266 242 265 251 276 - 277 260 256 240 278 252 286 295 268 301 - 296 268 299 298 305 293 327 343 362 367 - 358 324 322 330 356 353 351 324 359 339 - 289 330 295 293 293 300 296 319 302 276 - 293 271 283 256 258 269 272 213 257 274 - 242 245 252 212 261 281 259 253 280 255 - 229 241 242 248 259 257 256 253 281 292 - 254 273 278 277 264 219 271 279 246 268 - 282 272 270 221 262 286 267 254 267 259 - 267 276 269 251 256 228 248 243 254 254 - 245 242 250 264 274 255 281 229 263 250 - 241 259 268 285 241 255 268 257 263 266 - 298 281 271 261 280 296 283 341 280 304 - 282 258 262 279 285 319 293 322 316 348 - 341 339 321 373 376 366 402 391 405 407 - 422 395 434 419 426 385 390 375 357 343 - 359 344 285 324 317 345 303 315 288 301 - 281 327 316 260 299 302 249 293 271 296 - 258 283 268 271 305 268 234 286 278 274 - 274 253 238 291 274 300 282 303 285 323 - 340 283 355 288 335 350 313 303 338 326 - 359 372 325 325 352 345 348 330 336 310 - 343 321 329 325 329 330 311 316 327 320 - 306 348 345 330 325 371 381 421 388 403 - 413 417 391 385 376 382 420 374 352 328 - 368 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.prf b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.prf deleted file mode 100644 index 2ec150895..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.prf +++ /dev/null @@ -1,6430 +0,0 @@ -IGOR -WAVES TwoTheta, Iobs, Icalc, Diff -BEGIN - 10.000 179.00 126.48 52.52 - 10.025 147.00 126.35 20.65 - 10.050 165.00 126.22 38.78 - 10.075 172.00 126.09 45.91 - 10.100 150.00 125.96 24.04 - 10.125 165.00 125.83 39.17 - 10.150 150.00 125.71 24.29 - 10.175 158.00 125.58 32.42 - 10.200 134.00 125.45 8.55 - 10.225 146.00 125.32 20.68 - 10.250 167.00 125.20 41.80 - 10.275 159.00 125.07 33.93 - 10.300 139.00 124.95 14.05 - 10.325 145.00 124.82 20.18 - 10.350 165.00 124.70 40.30 - 10.375 150.00 124.57 25.43 - 10.400 149.00 124.45 24.55 - 10.425 156.00 124.32 31.68 - 10.450 143.00 124.20 18.80 - 10.475 166.00 124.08 41.92 - 10.500 154.00 123.95 30.05 - 10.525 131.00 123.83 7.17 - 10.550 144.00 123.71 20.29 - 10.575 131.00 123.59 7.41 - 10.600 140.00 123.47 16.53 - 10.625 147.00 123.35 23.65 - 10.650 155.00 123.23 31.77 - 10.675 148.00 123.11 24.89 - 10.700 140.00 122.99 17.01 - 10.725 138.00 122.87 15.13 - 10.750 127.00 122.75 4.25 - 10.775 146.00 122.63 23.37 - 10.800 147.00 122.51 24.49 - 10.825 114.00 122.39 -8.39 - 10.850 129.00 122.28 6.72 - 10.875 129.00 122.16 6.84 - 10.900 128.00 122.04 5.96 - 10.925 136.00 121.93 14.07 - 10.950 148.00 121.81 26.19 - 10.975 132.00 121.70 10.30 - 11.000 141.00 121.58 19.42 - 11.025 135.00 121.47 13.53 - 11.050 141.00 121.35 19.65 - 11.075 145.00 121.24 23.76 - 11.100 131.00 121.12 9.88 - 11.125 142.00 121.01 20.99 - 11.150 148.00 120.90 27.10 - 11.175 151.00 120.79 30.21 - 11.200 127.00 120.67 6.33 - 11.225 133.00 120.56 12.44 - 11.250 131.00 120.45 10.55 - 11.275 125.00 120.34 4.66 - 11.300 129.00 120.23 8.77 - 11.325 128.00 120.12 7.88 - 11.350 134.00 120.01 13.99 - 11.375 142.00 119.90 22.10 - 11.400 115.00 119.79 -4.79 - 11.425 138.00 119.68 18.32 - 11.450 125.00 119.57 5.43 - 11.475 120.00 119.47 0.53 - 11.500 130.00 119.36 10.64 - 11.525 118.00 119.25 -1.25 - 11.550 118.00 119.14 -1.14 - 11.575 116.00 119.04 -3.04 - 11.600 119.00 118.93 0.07 - 11.625 101.00 118.82 -17.82 - 11.650 117.00 118.72 -1.72 - 11.675 142.00 118.61 23.39 - 11.700 112.00 118.51 -6.51 - 11.725 114.00 118.40 -4.40 - 11.750 111.00 118.30 -7.30 - 11.775 122.00 118.20 3.80 - 11.800 131.00 118.09 12.91 - 11.825 107.00 117.99 -10.99 - 11.850 121.00 117.89 3.11 - 11.875 123.00 117.78 5.22 - 11.900 120.00 117.68 2.32 - 11.925 126.00 117.58 8.42 - 11.950 125.00 117.48 7.52 - 11.975 120.00 117.38 2.62 - 12.000 103.00 117.28 -14.28 - 12.025 121.00 117.18 3.82 - 12.050 109.00 117.08 -8.08 - 12.075 115.00 116.98 -1.98 - 12.100 122.00 116.88 5.12 - 12.125 123.00 116.78 6.22 - 12.150 107.00 116.68 -9.68 - 12.175 126.00 116.58 9.42 - 12.200 133.00 116.49 16.51 - 12.225 120.00 116.39 3.61 - 12.250 100.00 116.29 -16.29 - 12.275 130.00 116.20 13.80 - 12.300 130.00 116.10 13.90 - 12.325 109.00 116.00 -7.00 - 12.350 116.00 115.91 0.09 - 12.375 121.00 115.81 5.19 - 12.400 99.00 115.72 -16.72 - 12.425 107.00 115.62 -8.62 - 12.450 110.00 115.53 -5.53 - 12.475 136.00 115.43 20.57 - 12.500 113.00 115.34 -2.34 - 12.525 102.00 115.25 -13.25 - 12.550 117.00 115.15 1.85 - 12.575 111.00 115.06 -4.06 - 12.600 105.00 114.97 -9.97 - 12.625 92.00 114.88 -22.88 - 12.650 110.00 114.79 -4.79 - 12.675 116.00 114.69 1.31 - 12.700 124.00 114.60 9.40 - 12.725 111.00 114.51 -3.51 - 12.750 91.00 114.42 -23.42 - 12.775 106.00 114.33 -8.33 - 12.800 122.00 114.24 7.76 - 12.825 121.00 114.15 6.85 - 12.850 119.00 114.06 4.94 - 12.875 114.00 113.98 0.02 - 12.900 129.00 113.89 15.11 - 12.925 95.00 113.80 -18.80 - 12.950 117.00 113.71 3.29 - 12.975 102.00 113.63 -11.63 - 13.000 102.00 113.54 -11.54 - 13.025 117.00 113.45 3.55 - 13.050 99.00 113.37 -14.37 - 13.075 124.00 113.28 10.72 - 13.100 107.00 113.19 -6.19 - 13.125 108.00 113.11 -5.11 - 13.150 99.00 113.02 -14.02 - 13.175 113.00 112.94 0.06 - 13.200 104.00 112.86 -8.86 - 13.225 92.00 112.77 -20.77 - 13.250 98.00 112.69 -14.69 - 13.275 107.00 112.60 -5.60 - 13.300 88.00 112.52 -24.52 - 13.325 96.00 112.44 -16.44 - 13.350 104.00 112.36 -8.36 - 13.375 81.00 112.28 -31.28 - 13.400 111.00 112.19 -1.19 - 13.425 78.00 112.11 -34.11 - 13.450 104.00 112.03 -8.03 - 13.475 119.00 111.95 7.05 - 13.500 106.00 111.87 -5.87 - 13.525 105.00 111.79 -6.79 - 13.550 96.00 111.71 -15.71 - 13.575 81.00 111.63 -30.63 - 13.600 95.00 111.55 -16.55 - 13.625 96.00 111.47 -15.47 - 13.650 103.00 111.40 -8.40 - 13.675 91.00 111.32 -20.32 - 13.700 112.00 111.24 0.76 - 13.725 107.00 111.16 -4.16 - 13.750 87.00 111.08 -24.08 - 13.775 112.00 111.01 0.99 - 13.800 92.00 110.93 -18.93 - 13.825 79.00 110.86 -31.86 - 13.850 92.00 110.78 -18.78 - 13.875 103.00 110.70 -7.70 - 13.900 97.00 110.63 -13.63 - 13.925 102.00 110.55 -8.55 - 13.950 86.00 110.48 -24.48 - 13.975 97.00 110.41 -13.41 - 14.000 103.00 110.33 -7.33 - 14.025 93.00 110.26 -17.26 - 14.050 111.00 110.18 0.82 - 14.075 95.00 110.11 -15.11 - 14.100 96.00 110.04 -14.04 - 14.125 93.00 109.97 -16.97 - 14.150 85.00 109.89 -24.89 - 14.175 104.00 109.82 -5.82 - 14.200 98.00 109.75 -11.75 - 14.225 108.00 109.68 -1.68 - 14.250 76.00 109.61 -33.61 - 14.275 92.00 109.54 -17.54 - 14.300 95.00 109.47 -14.47 - 14.325 89.00 109.40 -20.40 - 14.350 105.00 109.33 -4.33 - 14.375 95.00 109.26 -14.26 - 14.400 92.00 109.19 -17.19 - 14.425 105.00 109.12 -4.12 - 14.450 89.00 109.05 -20.05 - 14.475 99.00 108.99 -9.99 - 14.500 101.00 108.92 -7.92 - 14.525 97.00 108.85 -11.85 - 14.550 93.00 108.78 -15.78 - 14.575 99.00 108.72 -9.72 - 14.600 100.00 108.65 -8.65 - 14.625 83.00 108.58 -25.58 - 14.650 93.00 108.52 -15.52 - 14.675 96.00 108.45 -12.45 - 14.700 69.00 108.39 -39.39 - 14.725 101.00 108.32 -7.32 - 14.750 97.00 108.26 -11.26 - 14.775 85.00 108.19 -23.19 - 14.800 95.00 108.13 -13.13 - 14.825 85.00 108.06 -23.06 - 14.850 111.00 108.00 3.00 - 14.875 85.00 107.94 -22.94 - 14.900 86.00 107.87 -21.87 - 14.925 100.00 107.81 -7.81 - 14.950 88.00 107.75 -19.75 - 14.975 98.00 107.69 -9.69 - 15.000 92.00 107.63 -15.63 - 15.025 93.00 107.56 -14.56 - 15.050 94.00 107.50 -13.50 - 15.075 93.00 107.44 -14.44 - 15.100 81.00 107.38 -26.38 - 15.125 98.00 107.32 -9.32 - 15.150 78.00 107.26 -29.26 - 15.175 79.00 107.20 -28.20 - 15.200 93.00 107.14 -14.14 - 15.225 81.00 107.08 -26.08 - 15.250 88.00 107.02 -19.02 - 15.275 73.00 106.97 -33.97 - 15.300 85.00 106.91 -21.91 - 15.325 106.00 107.04 -1.04 - 15.350 88.00 106.99 -18.99 - 15.375 94.00 106.94 -12.94 - 15.400 96.00 106.90 -10.90 - 15.425 91.00 106.85 -15.85 - 15.450 101.00 106.81 -5.81 - 15.475 89.00 106.76 -17.76 - 15.500 87.00 106.72 -19.72 - 15.525 95.00 106.68 -11.68 - 15.550 87.00 106.64 -19.64 - 15.575 97.00 106.60 -9.60 - 15.600 81.00 106.57 -25.57 - 15.625 87.00 106.54 -19.54 - 15.650 93.00 106.50 -13.50 - 15.675 90.00 106.48 -16.48 - 15.700 73.00 106.45 -33.45 - 15.725 98.00 106.43 -8.43 - 15.750 86.00 106.41 -20.41 - 15.775 80.00 106.40 -26.40 - 15.800 82.00 106.39 -24.39 - 15.825 97.00 106.39 -9.39 - 15.850 80.00 106.39 -26.39 - 15.875 81.00 106.40 -25.40 - 15.900 80.00 106.42 -26.42 - 15.925 81.00 106.46 -25.46 - 15.950 73.00 106.50 -33.50 - 15.975 106.00 106.57 -0.57 - 16.000 92.00 106.65 -14.65 - 16.025 101.00 106.75 -5.75 - 16.050 98.00 106.89 -8.89 - 16.075 104.00 107.07 -3.07 - 16.100 106.00 107.32 -1.32 - 16.125 98.00 107.66 -9.66 - 16.150 114.00 108.20 5.80 - 16.175 97.00 109.11 -12.11 - 16.200 129.00 110.78 18.22 - 16.225 112.00 113.83 -1.83 - 16.250 141.00 119.22 21.78 - 16.275 167.00 127.98 39.02 - 16.300 157.00 140.90 16.10 - 16.325 200.00 157.85 42.15 - 16.350 215.00 177.19 37.81 - 16.375 321.00 195.51 125.49 - 16.400 397.00 207.85 189.15 - 16.425 434.00 209.60 224.40 - 16.450 445.00 199.98 245.02 - 16.475 313.00 182.81 130.19 - 16.500 197.00 163.24 33.76 - 16.525 155.00 145.23 9.77 - 16.550 110.00 130.93 -20.93 - 16.575 118.00 120.88 -2.88 - 16.600 86.00 114.49 -28.49 - 16.625 110.00 110.75 -0.75 - 16.650 95.00 108.66 -13.66 - 16.675 93.00 107.47 -14.47 - 16.700 98.00 106.76 -8.76 - 16.725 80.00 106.28 -26.28 - 16.750 85.00 105.92 -20.92 - 16.775 106.00 105.63 0.37 - 16.800 86.00 105.39 -19.39 - 16.825 103.00 105.18 -2.18 - 16.850 92.00 105.00 -13.00 - 16.875 88.00 104.84 -16.84 - 16.900 94.00 104.70 -10.70 - 16.925 79.00 104.57 -25.57 - 16.950 92.00 104.46 -12.46 - 16.975 106.00 104.35 1.65 - 17.000 82.00 104.25 -22.25 - 17.025 104.00 104.16 -0.16 - 17.050 94.00 104.08 -10.08 - 17.075 88.00 104.00 -16.00 - 17.100 97.00 103.92 -6.92 - 17.125 93.00 103.85 -10.85 - 17.150 90.00 103.79 -13.79 - 17.175 120.00 103.72 16.28 - 17.200 93.00 103.66 -10.66 - 17.225 106.00 103.60 2.40 - 17.250 89.00 103.54 -14.54 - 17.275 92.00 103.49 -11.49 - 17.300 100.00 103.44 -3.44 - 17.325 91.00 103.38 -12.38 - 17.350 99.00 103.33 -4.33 - 17.375 81.00 103.28 -22.28 - 17.400 89.00 103.24 -14.24 - 17.425 79.00 103.19 -24.19 - 17.450 91.00 103.14 -12.14 - 17.475 84.00 103.10 -19.10 - 17.500 92.00 103.06 -11.06 - 17.525 107.00 102.83 4.17 - 17.550 99.00 102.80 -3.80 - 17.575 92.00 102.76 -10.76 - 17.600 87.00 102.73 -15.73 - 17.625 88.00 102.69 -14.69 - 17.650 67.00 102.66 -35.66 - 17.675 81.00 102.63 -21.63 - 17.700 86.00 102.60 -16.60 - 17.725 85.00 102.56 -17.56 - 17.750 103.00 102.53 0.47 - 17.775 85.00 102.50 -17.50 - 17.800 77.00 102.47 -25.47 - 17.825 105.00 102.44 2.56 - 17.850 93.00 102.41 -9.41 - 17.875 96.00 102.38 -6.38 - 17.900 93.00 102.35 -9.35 - 17.925 85.00 102.32 -17.32 - 17.950 75.00 102.29 -27.29 - 17.975 105.00 102.26 2.74 - 18.000 85.00 102.23 -17.23 - 18.025 89.00 102.20 -13.20 - 18.050 86.00 102.17 -16.17 - 18.075 76.00 102.14 -26.14 - 18.100 86.00 102.11 -16.11 - 18.125 71.00 102.08 -31.08 - 18.150 101.00 102.05 -1.05 - 18.175 100.00 102.03 -2.03 - 18.200 89.00 102.00 -13.00 - 18.225 74.00 101.97 -27.97 - 18.250 101.00 101.94 -0.94 - 18.275 103.00 101.92 1.08 - 18.300 95.00 101.89 -6.89 - 18.325 100.00 101.86 -1.86 - 18.350 87.00 101.84 -14.84 - 18.375 94.00 101.81 -7.81 - 18.400 84.00 101.79 -17.79 - 18.425 102.00 101.76 0.24 - 18.450 92.00 101.74 -9.74 - 18.475 80.00 101.71 -21.71 - 18.500 82.00 101.69 -19.69 - 18.525 105.00 101.66 3.34 - 18.550 84.00 101.64 -17.64 - 18.575 83.00 101.61 -18.61 - 18.600 93.00 101.59 -8.59 - 18.625 92.00 101.57 -9.57 - 18.650 105.00 101.54 3.46 - 18.675 94.00 101.52 -7.52 - 18.700 88.00 101.50 -13.50 - 18.725 97.00 101.47 -4.47 - 18.750 88.00 101.45 -13.45 - 18.775 110.00 101.43 8.57 - 18.800 110.00 101.41 8.59 - 18.825 84.00 101.39 -17.39 - 18.850 89.00 101.36 -12.36 - 18.875 98.00 101.34 -3.34 - 18.900 92.00 101.32 -9.32 - 18.925 86.00 101.30 -15.30 - 18.950 110.00 101.28 8.72 - 18.975 98.00 101.26 -3.26 - 19.000 93.00 101.24 -8.24 - 19.025 94.00 101.22 -7.22 - 19.050 104.00 101.20 2.80 - 19.075 96.00 101.18 -5.18 - 19.100 105.00 101.16 3.84 - 19.125 99.00 101.14 -2.14 - 19.150 117.00 101.12 15.88 - 19.175 111.00 101.11 9.89 - 19.200 100.00 101.09 -1.09 - 19.225 125.00 101.07 23.93 - 19.250 99.00 101.05 -2.05 - 19.275 107.00 101.03 5.97 - 19.300 107.00 101.02 5.98 - 19.325 98.00 101.00 -3.00 - 19.350 84.00 100.98 -16.98 - 19.375 112.00 100.97 11.03 - 19.400 99.00 100.95 -1.95 - 19.425 93.00 100.93 -7.93 - 19.450 108.00 100.92 7.08 - 19.475 100.00 100.90 -0.90 - 19.500 91.00 100.89 -9.89 - 19.525 98.00 100.87 -2.87 - 19.550 124.00 100.85 23.15 - 19.575 98.00 100.84 -2.84 - 19.600 121.00 100.82 20.18 - 19.625 114.00 100.81 13.19 - 19.650 93.00 100.80 -7.80 - 19.675 87.00 100.78 -13.78 - 19.700 95.00 100.77 -5.77 - 19.725 95.00 108.17 -13.17 - 19.750 121.00 108.53 12.47 - 19.775 102.00 108.91 -6.91 - 19.800 127.00 109.33 17.67 - 19.825 119.00 109.78 9.22 - 19.850 118.00 112.68 5.32 - 19.875 107.00 113.33 -6.33 - 19.900 100.00 114.04 -14.04 - 19.925 95.00 114.81 -19.81 - 19.950 116.00 115.65 0.35 - 19.975 136.00 116.58 19.42 - 20.000 92.00 117.59 -25.59 - 20.025 127.00 118.70 8.30 - 20.050 127.00 119.93 7.07 - 20.075 115.00 121.29 -6.29 - 20.100 124.00 122.80 1.20 - 20.125 130.00 124.48 5.52 - 20.150 123.00 126.37 -3.37 - 20.175 137.00 128.49 8.51 - 20.200 136.00 130.89 5.11 - 20.225 165.00 133.61 31.39 - 20.250 150.00 136.71 13.29 - 20.275 173.00 140.27 32.73 - 20.300 190.00 144.39 45.61 - 20.325 211.00 149.18 61.82 - 20.350 212.00 154.79 57.21 - 20.375 255.00 161.43 93.57 - 20.400 264.00 169.37 94.63 - 20.425 305.00 179.01 125.99 - 20.450 353.00 191.01 161.99 - 20.475 415.00 206.68 208.32 - 20.500 507.00 228.91 278.09 - 20.525 623.00 264.17 358.83 - 20.550 833.00 325.78 507.22 - 20.575 1076.00 438.08 637.92 - 20.600 1417.00 638.28 778.72 - 20.625 1958.00 971.23 986.77 - 20.650 2624.00 1472.77 1151.23 - 20.675 3927.00 2143.00 1784.00 - 20.700 5466.00 2920.88 2545.12 - 20.725 7996.00 3669.59 4326.41 - 20.750 11062.00 4190.63 6871.37 - 20.775 12925.00 4317.99 8607.01 - 20.800 12506.00 4065.89 8440.11 - 20.825 10327.00 3603.92 6723.08 - 20.850 8178.00 3091.55 5086.45 - 20.875 6771.00 2597.48 4173.52 - 20.900 5910.00 2121.76 3788.24 - 20.925 4886.00 1665.35 3220.65 - 20.950 3432.00 1253.96 2178.04 - 20.975 2110.00 912.21 1197.79 - 21.000 1182.00 650.46 531.54 - 21.025 802.00 465.92 336.08 - 21.050 623.00 345.84 277.16 - 21.075 527.00 272.58 254.42 - 21.100 435.00 229.27 205.73 - 21.125 393.00 203.16 189.84 - 21.150 356.00 186.28 169.72 - 21.175 333.00 174.30 158.70 - 21.200 295.00 165.10 129.90 - 21.225 316.00 157.67 158.33 - 21.250 280.00 151.49 128.51 - 21.275 248.00 146.28 101.72 - 21.300 264.00 141.82 122.18 - 21.325 216.00 137.99 78.01 - 21.350 202.00 134.66 67.34 - 21.375 211.00 131.76 79.24 - 21.400 187.00 129.21 57.79 - 21.425 168.00 126.96 41.04 - 21.450 208.00 124.96 83.04 - 21.475 160.00 123.18 36.82 - 21.500 171.00 121.59 49.41 - 21.525 149.00 120.16 28.84 - 21.550 166.00 118.87 47.13 - 21.575 138.00 117.70 20.30 - 21.600 168.00 116.64 51.36 - 21.625 129.00 115.67 13.33 - 21.650 147.00 114.79 32.21 - 21.675 134.00 113.98 20.02 - 21.700 125.00 113.24 11.76 - 21.725 137.00 112.56 24.44 - 21.750 112.00 111.93 0.07 - 21.775 128.00 111.35 16.65 - 21.800 134.00 110.81 23.19 - 21.825 121.00 103.28 17.72 - 21.850 138.00 103.13 34.87 - 21.875 103.00 102.99 0.01 - 21.900 124.00 102.87 21.13 - 21.925 115.00 102.75 12.25 - 21.950 119.00 100.35 18.65 - 21.975 109.00 100.36 8.64 - 22.000 119.00 100.36 18.64 - 22.025 116.00 100.36 15.64 - 22.050 127.00 100.37 26.63 - 22.075 133.00 100.37 32.63 - 22.100 121.00 100.38 20.62 - 22.125 109.00 100.38 8.62 - 22.150 114.00 100.39 13.61 - 22.175 113.00 100.40 12.60 - 22.200 120.00 100.40 19.60 - 22.225 118.00 100.41 17.59 - 22.250 102.00 100.41 1.59 - 22.275 110.00 105.65 4.35 - 22.300 118.00 105.93 12.07 - 22.325 123.00 106.23 16.77 - 22.350 116.00 106.55 9.45 - 22.375 112.00 106.89 5.11 - 22.400 107.00 107.27 -0.27 - 22.425 121.00 107.68 13.32 - 22.450 104.00 108.13 -4.13 - 22.475 124.00 108.61 15.39 - 22.500 105.00 109.15 -4.15 - 22.525 128.00 109.73 18.27 - 22.550 115.00 110.38 4.62 - 22.575 128.00 111.09 16.91 - 22.600 99.00 111.88 -12.88 - 22.625 130.00 112.76 17.24 - 22.650 109.00 113.75 -4.75 - 22.675 125.00 114.85 10.15 - 22.700 138.00 116.10 21.90 - 22.725 141.00 117.51 23.49 - 22.750 135.00 119.13 15.87 - 22.775 125.00 120.97 4.03 - 22.800 140.00 123.11 16.89 - 22.825 152.00 125.58 26.42 - 22.850 177.00 128.49 48.51 - 22.875 177.00 131.91 45.09 - 22.900 191.00 136.00 55.00 - 22.925 195.00 140.92 54.08 - 22.950 225.00 146.96 78.04 - 22.975 258.00 154.56 103.44 - 23.000 301.00 164.65 136.35 - 23.025 337.00 179.31 157.69 - 23.050 468.00 203.28 264.72 - 23.075 618.00 246.61 371.39 - 23.100 837.00 327.63 509.37 - 23.125 1082.00 474.08 607.92 - 23.150 1507.00 718.01 788.99 - 23.175 2283.00 1080.97 1202.03 - 23.200 3235.00 1552.81 1682.19 - 23.225 4791.00 2070.96 2720.04 - 23.250 6588.00 2512.16 4075.84 - 23.275 8176.00 2715.55 5460.45 - 23.300 8122.00 2583.59 5538.41 - 23.325 6687.00 2181.50 4505.50 - 23.350 5078.00 1667.78 3410.22 - 23.375 3206.00 1178.12 2027.88 - 23.400 1822.00 788.36 1033.64 - 23.425 1101.00 519.10 581.90 - 23.450 712.00 353.65 358.35 - 23.475 566.00 260.77 305.23 - 23.500 470.00 211.00 259.00 - 23.525 381.00 186.07 194.93 - 23.550 302.00 170.03 131.97 - 23.575 277.00 159.32 117.68 - 23.600 259.00 151.43 107.57 - 23.625 259.00 145.27 113.73 - 23.650 212.00 140.31 71.69 - 23.675 198.00 136.25 61.75 - 23.700 189.00 132.91 56.09 - 23.725 153.00 130.13 22.87 - 23.750 182.00 127.82 54.18 - 23.775 178.00 125.89 52.11 - 23.800 175.00 124.29 50.71 - 23.825 164.00 122.96 41.04 - 23.850 139.00 121.87 17.13 - 23.875 176.00 120.99 55.01 - 23.900 159.00 120.31 38.69 - 23.925 147.00 119.81 27.19 - 23.950 172.00 119.47 52.53 - 23.975 167.00 119.30 47.70 - 24.000 159.00 119.31 39.69 - 24.025 180.00 119.48 60.52 - 24.050 168.00 119.85 48.15 - 24.075 162.00 120.43 41.57 - 24.100 166.00 121.25 44.75 - 24.125 147.00 122.35 24.65 - 24.150 149.00 123.79 25.21 - 24.175 161.00 125.66 35.34 - 24.200 173.00 128.08 44.92 - 24.225 145.00 131.28 13.72 - 24.250 210.00 135.76 74.24 - 24.275 201.00 142.66 58.34 - 24.300 257.00 149.53 107.47 - 24.325 262.00 172.00 90.00 - 24.350 342.00 214.07 127.93 - 24.375 451.00 288.88 162.12 - 24.400 598.00 409.81 188.19 - 24.425 796.00 582.56 213.44 - 24.450 1089.00 795.21 293.79 - 24.475 1648.00 1010.43 637.57 - 24.500 2386.00 1165.14 1220.86 - 24.525 3203.00 1192.77 2010.23 - 24.550 3155.00 1082.04 2072.96 - 24.575 2711.00 881.03 1829.97 - 24.600 1970.00 661.83 1308.17 - 24.625 1292.00 471.87 820.13 - 24.650 729.00 331.85 397.15 - 24.675 450.00 241.52 208.48 - 24.700 289.00 189.22 99.78 - 24.725 285.00 161.09 123.91 - 24.750 218.00 146.24 71.76 - 24.775 211.00 137.99 73.01 - 24.800 202.00 132.90 69.10 - 24.825 168.00 129.42 38.58 - 24.850 165.00 126.88 38.12 - 24.875 177.00 124.98 52.02 - 24.900 176.00 123.57 52.43 - 24.925 197.00 122.56 74.44 - 24.950 164.00 121.89 42.11 - 24.975 141.00 121.52 19.48 - 25.000 160.00 121.42 38.58 - 25.025 160.00 121.59 38.41 - 25.050 157.00 122.03 34.97 - 25.075 145.00 122.75 22.25 - 25.100 165.00 123.78 41.22 - 25.125 158.00 125.17 32.83 - 25.150 158.00 126.96 31.04 - 25.175 197.00 129.26 67.74 - 25.200 179.00 132.20 46.80 - 25.225 203.00 135.98 67.02 - 25.250 194.00 141.01 52.99 - 25.275 216.00 148.20 67.80 - 25.300 282.00 159.66 122.34 - 25.325 282.00 180.12 101.88 - 25.350 364.00 218.81 145.19 - 25.375 456.00 290.85 165.15 - 25.400 632.00 415.55 216.45 - 25.425 854.00 608.75 245.25 - 25.450 1213.00 870.03 342.97 - 25.475 1815.00 1168.85 646.15 - 25.500 2863.00 1436.77 1426.23 - 25.525 4063.00 1574.37 2488.63 - 25.550 4649.00 1516.82 3132.18 - 25.575 4165.00 1292.14 2872.86 - 25.600 3168.00 995.99 2172.01 - 25.625 2329.00 712.48 1616.52 - 25.650 1423.00 488.05 934.95 - 25.675 738.00 334.83 403.17 - 25.700 438.00 251.80 186.20 - 25.725 367.00 201.20 165.80 - 25.750 295.00 174.70 120.30 - 25.775 246.00 160.56 85.44 - 25.800 246.00 152.35 93.65 - 25.825 191.00 147.03 43.97 - 25.850 179.00 143.30 35.70 - 25.875 178.00 140.60 37.40 - 25.900 170.00 138.66 31.34 - 25.925 182.00 137.31 44.69 - 25.950 158.00 136.47 21.53 - 25.975 182.00 136.07 45.93 - 26.000 179.00 136.07 42.93 - 26.025 184.00 136.43 47.57 - 26.050 181.00 137.15 43.85 - 26.075 169.00 138.23 30.77 - 26.100 171.00 139.69 31.31 - 26.125 191.00 141.55 49.45 - 26.150 175.00 143.87 31.13 - 26.175 216.00 146.70 69.30 - 26.200 195.00 150.12 44.88 - 26.225 224.00 154.24 69.76 - 26.250 209.00 159.22 49.78 - 26.275 251.00 165.23 85.77 - 26.300 257.00 172.54 84.46 - 26.325 298.00 181.51 116.49 - 26.350 297.00 192.67 104.33 - 26.375 378.00 206.91 171.09 - 26.400 406.00 226.06 179.94 - 26.425 499.00 254.38 244.62 - 26.450 590.00 301.75 288.25 - 26.475 746.00 389.32 356.68 - 26.500 983.00 555.68 427.32 - 26.525 1402.00 854.81 547.19 - 26.550 2108.00 1353.89 754.11 - 26.575 3097.00 2079.95 1017.05 - 26.600 4641.00 2985.91 1655.09 - 26.625 7229.00 3908.81 3320.19 - 26.650 10690.00 4564.65 6125.35 - 26.675 13494.00 4662.05 8831.95 - 26.700 13106.00 4137.38 8968.62 - 26.725 10401.00 3255.76 7145.25 - 26.750 7908.00 2324.04 5583.96 - 26.775 5365.00 1540.21 3824.79 - 26.800 2857.00 980.08 1876.92 - 26.825 1575.00 630.15 944.85 - 26.850 947.00 433.40 513.60 - 26.875 697.00 329.54 367.46 - 26.900 595.00 274.57 320.43 - 26.925 529.00 243.12 285.88 - 26.950 450.00 222.87 227.13 - 26.975 423.00 208.45 214.55 - 27.000 344.00 197.59 146.41 - 27.025 319.00 189.23 129.77 - 27.050 309.00 182.81 126.19 - 27.075 252.00 177.94 74.06 - 27.100 257.00 174.37 82.63 - 27.125 252.00 171.95 80.05 - 27.150 266.00 170.57 95.43 - 27.175 275.00 170.17 104.83 - 27.200 257.00 170.75 86.25 - 27.225 285.00 172.35 112.65 - 27.250 285.00 175.06 109.94 - 27.275 270.00 179.05 90.95 - 27.300 280.00 184.56 95.44 - 27.325 347.00 191.97 155.03 - 27.350 282.00 201.94 80.06 - 27.375 362.00 215.86 146.14 - 27.400 426.00 236.93 189.07 - 27.425 461.00 272.74 188.26 - 27.450 637.00 339.74 297.26 - 27.475 693.00 468.51 224.49 - 27.500 1051.00 704.79 346.21 - 27.525 1425.00 1098.40 326.60 - 27.550 2158.00 1674.71 483.29 - 27.575 3198.00 2395.70 802.30 - 27.600 5190.00 3128.19 2061.81 - 27.625 8004.00 3639.07 4364.93 - 27.650 10350.00 3678.07 6671.92 - 27.675 9724.00 3236.82 6487.18 - 27.700 7797.00 2524.65 5272.35 - 27.725 6126.00 1787.88 4338.12 - 27.750 4329.00 1179.12 3149.88 - 27.775 2276.00 751.82 1524.18 - 27.800 1177.00 489.34 687.66 - 27.825 756.00 343.81 412.19 - 27.850 591.00 267.36 323.64 - 27.875 486.00 226.44 259.56 - 27.900 352.00 202.35 149.65 - 27.925 340.00 186.24 153.76 - 27.950 314.00 174.33 139.67 - 27.975 270.00 165.00 105.00 - 28.000 256.00 157.48 98.52 - 28.025 253.00 151.30 101.70 - 28.050 245.00 146.17 98.83 - 28.075 206.00 141.87 64.13 - 28.100 212.00 138.23 73.77 - 28.125 183.00 135.12 47.88 - 28.150 205.00 132.45 72.55 - 28.175 185.00 130.14 54.86 - 28.200 164.00 128.12 35.88 - 28.225 197.00 126.36 70.64 - 28.250 167.00 124.81 42.19 - 28.275 175.00 123.44 51.56 - 28.300 159.00 122.22 36.78 - 28.325 152.00 121.14 30.86 - 28.350 162.00 120.17 41.83 - 28.375 168.00 119.30 48.70 - 28.400 151.00 118.52 32.48 - 28.425 153.00 117.81 35.19 - 28.450 128.00 117.17 10.83 - 28.475 167.00 116.59 50.41 - 28.500 147.00 116.07 30.93 - 28.525 140.00 115.59 24.41 - 28.550 139.00 115.15 23.85 - 28.575 153.00 114.75 38.25 - 28.600 153.00 114.38 38.62 - 28.625 154.00 106.85 47.15 - 28.650 145.00 106.89 38.11 - 28.675 147.00 106.93 40.07 - 28.700 134.00 119.80 14.20 - 28.725 160.00 120.54 39.46 - 28.750 137.00 121.35 15.65 - 28.775 134.00 122.23 11.77 - 28.800 131.00 123.18 7.82 - 28.825 157.00 124.22 32.78 - 28.850 137.00 125.35 11.65 - 28.875 145.00 126.58 18.42 - 28.900 151.00 127.94 23.06 - 28.925 164.00 129.44 34.56 - 28.950 171.00 131.10 39.90 - 28.975 172.00 132.94 39.06 - 29.000 165.00 135.00 30.00 - 29.025 168.00 137.30 30.70 - 29.050 162.00 139.88 22.12 - 29.075 193.00 142.81 50.19 - 29.100 169.00 146.14 22.86 - 29.125 199.00 149.94 49.06 - 29.150 186.00 154.32 31.68 - 29.175 208.00 159.39 48.61 - 29.200 196.00 165.32 30.68 - 29.225 182.00 172.30 9.70 - 29.250 246.00 180.60 65.40 - 29.275 245.00 190.56 54.44 - 29.300 284.00 202.67 81.33 - 29.325 340.00 217.61 122.39 - 29.350 364.00 236.49 127.51 - 29.375 382.00 261.50 120.50 - 29.400 519.00 297.63 221.37 - 29.425 665.00 356.87 308.13 - 29.450 837.00 466.01 370.99 - 29.475 1080.00 676.28 403.72 - 29.500 1566.00 1066.61 499.39 - 29.525 2321.00 1724.94 596.06 - 29.550 3438.00 2696.98 741.02 - 29.575 5181.00 3915.24 1265.76 - 29.600 8141.00 5139.27 3001.73 - 29.625 12608.00 5948.91 6659.09 - 29.650 15702.00 5932.65 9769.35 - 29.675 14432.00 5099.93 9332.07 - 29.700 12071.00 3869.67 8201.33 - 29.725 9687.00 2657.50 7029.50 - 29.750 7137.00 1696.59 5440.41 - 29.775 4123.00 1049.10 3073.90 - 29.800 2094.00 666.79 1427.21 - 29.825 1334.00 461.40 872.60 - 29.850 1013.00 354.87 658.13 - 29.875 780.00 296.90 483.10 - 29.900 668.00 261.40 406.60 - 29.925 467.00 236.76 230.24 - 29.950 438.00 218.13 219.87 - 29.975 379.00 203.39 175.61 - 30.000 355.00 191.46 163.54 - 30.025 263.00 181.66 81.34 - 30.050 287.00 173.50 113.50 - 30.075 299.00 166.65 132.35 - 30.100 247.00 160.85 86.15 - 30.125 253.00 155.89 97.11 - 30.150 236.00 151.62 84.38 - 30.175 223.00 147.92 75.08 - 30.200 193.00 144.70 48.30 - 30.225 198.00 141.88 56.12 - 30.250 184.00 139.39 44.61 - 30.275 204.00 137.19 66.81 - 30.300 185.00 135.23 49.77 - 30.325 174.00 133.49 40.51 - 30.350 201.00 131.92 69.08 - 30.375 168.00 130.52 37.48 - 30.400 185.00 129.25 55.75 - 30.425 175.00 128.11 46.89 - 30.450 171.00 127.07 43.93 - 30.475 153.00 126.13 26.87 - 30.500 162.00 125.27 36.73 - 30.525 135.00 124.48 10.52 - 30.550 159.00 123.76 35.24 - 30.575 139.00 123.11 15.89 - 30.600 147.00 110.35 36.65 - 30.625 127.00 110.40 16.60 - 30.650 143.00 110.45 32.55 - 30.675 140.00 110.49 29.51 - 30.700 115.00 110.54 4.46 - 30.725 142.00 110.59 31.41 - 30.750 123.00 110.64 12.36 - 30.775 156.00 110.69 45.31 - 30.800 133.00 110.74 22.26 - 30.825 135.00 110.78 24.22 - 30.850 128.00 110.83 17.17 - 30.875 130.00 110.88 19.12 - 30.900 127.00 110.93 16.07 - 30.925 120.00 110.98 9.02 - 30.950 121.00 111.03 9.97 - 30.975 106.00 111.07 -5.07 - 31.000 134.00 111.12 22.88 - 31.025 114.00 111.17 2.83 - 31.050 107.00 111.22 -4.22 - 31.075 123.00 111.27 11.73 - 31.100 111.00 111.32 -0.32 - 31.125 92.00 111.37 -19.37 - 31.150 134.00 111.42 22.58 - 31.175 87.00 111.47 -24.47 - 31.200 130.00 111.52 18.48 - 31.225 97.00 111.57 -14.57 - 31.250 101.00 111.62 -10.62 - 31.275 113.00 111.66 1.34 - 31.300 119.00 111.71 7.29 - 31.325 122.00 111.76 10.24 - 31.350 114.00 111.81 2.19 - 31.375 117.00 111.86 5.14 - 31.400 84.00 117.21 -33.21 - 31.425 105.00 117.56 -12.56 - 31.450 111.00 117.94 -6.94 - 31.475 104.00 118.35 -14.35 - 31.500 119.00 118.79 0.21 - 31.525 119.00 119.27 -0.27 - 31.550 101.00 119.80 -18.80 - 31.575 117.00 120.37 -3.37 - 31.600 122.00 121.00 1.00 - 31.625 105.00 121.69 -16.69 - 31.650 128.00 122.45 5.55 - 31.675 116.00 123.31 -7.31 - 31.700 126.00 124.26 1.74 - 31.725 115.00 125.32 -10.32 - 31.750 121.00 126.53 -5.53 - 31.775 116.00 127.89 -11.89 - 31.800 144.00 129.45 14.55 - 31.825 141.00 131.24 9.76 - 31.850 128.00 133.32 -5.32 - 31.875 148.00 135.75 12.25 - 31.900 165.00 138.61 26.39 - 31.925 172.00 142.02 29.98 - 31.950 182.00 146.11 35.89 - 31.975 174.00 151.10 22.90 - 32.000 193.00 157.28 35.72 - 32.025 230.00 165.10 64.90 - 32.050 247.00 175.44 71.56 - 32.075 312.00 190.33 121.67 - 32.100 325.00 214.74 110.26 - 32.125 423.00 260.06 162.94 - 32.150 589.00 348.56 240.44 - 32.175 755.00 514.73 240.27 - 32.200 1130.00 796.07 333.93 - 32.225 1670.00 1215.59 454.41 - 32.250 2522.00 1722.54 799.46 - 32.275 3976.00 2204.30 1771.70 - 32.300 5312.00 2465.74 2846.26 - 32.325 5540.00 2355.81 3184.19 - 32.350 4806.00 1943.26 2862.74 - 32.375 3984.00 1428.41 2555.59 - 32.400 3579.00 967.43 2611.57 - 32.425 2684.00 630.39 2053.61 - 32.450 1672.00 420.18 1251.82 - 32.475 977.00 304.38 672.62 - 32.500 645.00 245.29 399.71 - 32.525 451.00 215.17 235.83 - 32.550 390.00 198.54 191.46 - 32.575 317.00 188.24 128.76 - 32.600 305.00 181.33 123.67 - 32.625 278.00 176.63 101.37 - 32.650 234.00 173.59 60.41 - 32.675 264.00 171.95 92.05 - 32.700 246.00 171.54 74.46 - 32.725 263.00 172.34 90.66 - 32.750 239.00 174.35 64.65 - 32.775 271.00 177.71 93.29 - 32.800 260.00 182.62 77.38 - 32.825 299.00 189.47 109.53 - 32.850 300.00 198.93 101.07 - 32.875 332.00 212.45 119.55 - 32.900 411.00 233.60 177.40 - 32.925 497.00 271.05 225.95 - 32.950 630.00 343.86 286.14 - 32.975 918.00 486.46 431.54 - 33.000 1214.00 746.07 467.93 - 33.025 1839.00 1163.59 675.41 - 33.050 2852.00 1734.78 1117.22 - 33.075 4745.00 2371.22 2373.78 - 33.100 6636.00 2875.14 3760.86 - 33.125 7831.00 2997.46 4833.54 - 33.150 7010.00 2668.85 4341.15 - 33.175 5926.00 2090.42 3835.58 - 33.200 5069.00 1497.13 3571.87 - 33.225 4251.00 1014.14 3236.86 - 33.250 2900.00 682.74 2217.26 - 33.275 1743.00 475.21 1267.79 - 33.300 1167.00 351.03 815.97 - 33.325 841.00 277.85 563.15 - 33.350 646.00 233.73 412.27 - 33.375 517.00 206.27 310.73 - 33.400 412.00 188.55 223.45 - 33.425 354.00 176.54 177.46 - 33.450 301.00 167.90 133.10 - 33.475 282.00 161.33 120.67 - 33.500 234.00 156.14 77.86 - 33.525 204.00 151.94 52.06 - 33.550 235.00 148.52 86.48 - 33.575 226.00 145.70 80.30 - 33.600 207.00 143.38 63.62 - 33.625 200.00 141.47 58.53 - 33.650 180.00 139.91 40.09 - 33.675 180.00 138.67 41.33 - 33.700 179.00 137.69 41.31 - 33.725 172.00 136.98 35.02 - 33.750 180.00 136.51 43.49 - 33.775 157.00 136.29 20.71 - 33.800 154.00 136.34 17.66 - 33.825 173.00 136.67 36.33 - 33.850 198.00 137.35 60.65 - 33.875 147.00 138.45 8.55 - 33.900 168.00 140.11 27.89 - 33.925 157.00 142.65 14.35 - 33.950 199.00 146.88 52.12 - 33.975 209.00 154.71 54.29 - 34.000 242.00 170.38 71.62 - 34.025 257.00 194.98 62.02 - 34.050 328.00 251.39 76.61 - 34.075 467.00 340.32 126.68 - 34.100 631.00 458.49 172.51 - 34.125 994.00 583.68 410.32 - 34.150 1449.00 670.57 778.43 - 34.175 1522.00 671.04 850.96 - 34.200 1193.00 584.54 608.46 - 34.225 977.00 459.59 517.41 - 34.250 947.00 341.30 605.70 - 34.275 796.00 252.19 543.81 - 34.300 548.00 195.63 352.37 - 34.325 358.00 164.22 193.78 - 34.350 251.00 148.15 102.85 - 34.375 190.00 139.92 50.08 - 34.400 164.00 135.29 28.71 - 34.425 159.00 132.30 26.70 - 34.450 137.00 130.14 6.86 - 34.475 134.00 128.49 5.51 - 34.500 136.00 127.18 8.82 - 34.525 126.00 126.14 -0.14 - 34.550 122.00 125.29 -3.29 - 34.575 128.00 124.59 3.41 - 34.600 108.00 124.01 -16.01 - 34.625 100.00 123.53 -23.53 - 34.650 120.00 123.13 -3.13 - 34.675 106.00 122.79 -16.79 - 34.700 123.00 122.51 0.49 - 34.725 117.00 122.26 -5.26 - 34.750 113.00 122.06 -9.06 - 34.775 108.00 121.88 -13.88 - 34.800 121.00 121.74 -0.74 - 34.825 104.00 121.61 -17.61 - 34.850 104.00 121.50 -17.50 - 34.875 100.00 121.41 -21.41 - 34.900 105.00 121.34 -16.34 - 34.925 107.00 121.28 -14.28 - 34.950 108.00 121.22 -13.22 - 34.975 103.00 121.18 -18.18 - 35.000 108.00 121.15 -13.15 - 35.025 123.00 121.12 1.88 - 35.050 92.00 121.11 -29.11 - 35.075 122.00 119.86 2.14 - 35.100 97.00 119.92 -22.92 - 35.125 101.00 119.98 -18.98 - 35.150 92.00 120.04 -28.04 - 35.175 114.00 120.09 -6.09 - 35.200 89.00 120.15 -31.15 - 35.225 81.00 120.21 -39.21 - 35.250 113.00 120.27 -7.27 - 35.275 76.00 120.32 -44.32 - 35.300 89.00 120.38 -31.38 - 35.325 99.00 120.44 -21.44 - 35.350 89.00 120.50 -31.50 - 35.375 98.00 120.56 -22.56 - 35.400 98.00 120.61 -22.61 - 35.425 104.00 120.67 -16.67 - 35.450 120.00 120.73 -0.73 - 35.475 100.00 120.79 -20.79 - 35.500 99.00 120.84 -21.84 - 35.525 89.00 120.90 -31.90 - 35.550 111.00 120.96 -9.96 - 35.575 98.00 121.02 -23.02 - 35.600 96.00 121.08 -25.08 - 35.625 95.00 121.14 -26.14 - 35.650 84.00 121.19 -37.19 - 35.675 115.00 121.25 -6.25 - 35.700 106.00 121.31 -15.31 - 35.725 100.00 121.37 -21.37 - 35.750 86.00 121.43 -35.43 - 35.775 110.00 121.48 -11.48 - 35.800 86.00 121.54 -35.54 - 35.825 98.00 121.60 -23.60 - 35.850 97.00 121.66 -24.66 - 35.875 109.00 121.72 -12.72 - 35.900 112.00 121.78 -9.78 - 35.925 105.00 121.83 -16.83 - 35.950 86.00 121.89 -35.89 - 35.975 102.00 121.95 -19.95 - 36.000 91.00 122.01 -31.01 - 36.025 98.00 122.07 -24.07 - 36.050 111.00 122.13 -11.13 - 36.075 89.00 122.19 -33.19 - 36.100 95.00 122.24 -27.24 - 36.125 95.00 122.30 -27.30 - 36.150 84.00 122.36 -38.36 - 36.175 114.00 122.42 -8.42 - 36.200 108.00 122.48 -14.48 - 36.225 96.00 122.54 -26.54 - 36.250 94.00 122.60 -28.60 - 36.275 94.00 122.66 -28.66 - 36.300 102.00 122.71 -20.71 - 36.325 91.00 122.77 -31.77 - 36.350 106.00 122.86 -16.86 - 36.375 103.00 122.92 -19.92 - 36.400 82.00 122.98 -40.98 - 36.425 121.00 125.87 -4.87 - 36.450 101.00 126.10 -25.10 - 36.475 109.00 126.35 -17.35 - 36.500 112.00 126.62 -14.62 - 36.525 104.00 126.91 -22.91 - 36.550 103.00 127.23 -24.23 - 36.575 105.00 127.57 -22.57 - 36.600 112.00 127.95 -15.95 - 36.625 119.00 128.36 -9.36 - 36.650 116.00 128.81 -12.81 - 36.675 119.00 129.32 -10.32 - 36.700 115.00 129.88 -14.88 - 36.725 106.00 130.51 -24.51 - 36.750 122.00 131.22 -9.22 - 36.775 116.00 132.04 -16.04 - 36.800 120.00 132.97 -12.97 - 36.825 130.00 134.05 -4.05 - 36.850 107.00 135.31 -28.31 - 36.875 137.00 136.79 0.21 - 36.900 132.00 138.56 -6.56 - 36.925 131.00 140.69 -9.69 - 36.950 140.00 143.30 -3.30 - 36.975 150.00 146.54 3.46 - 37.000 149.00 150.67 -1.67 - 37.025 161.00 156.14 4.86 - 37.050 190.00 163.98 26.02 - 37.075 210.00 176.59 33.41 - 37.100 234.00 199.68 34.32 - 37.125 297.00 244.98 52.02 - 37.150 378.00 331.60 46.40 - 37.175 583.00 480.99 102.01 - 37.200 909.00 701.70 207.30 - 37.225 1431.00 968.39 462.61 - 37.250 2164.00 1204.07 959.93 - 37.275 2620.00 1288.31 1331.69 - 37.300 2390.00 1160.87 1229.13 - 37.325 1970.00 906.64 1063.36 - 37.350 1772.00 643.24 1128.76 - 37.375 1685.00 436.87 1248.13 - 37.400 1327.00 303.67 1023.33 - 37.425 891.00 229.68 661.32 - 37.450 543.00 192.26 350.74 - 37.475 352.00 173.45 178.55 - 37.500 292.00 163.01 128.99 - 37.525 230.00 156.31 73.69 - 37.550 177.00 151.51 25.49 - 37.575 182.00 147.86 34.14 - 37.600 207.00 145.02 61.98 - 37.625 158.00 142.77 15.23 - 37.650 143.00 140.97 2.03 - 37.675 129.00 139.53 -10.53 - 37.700 161.00 138.37 22.63 - 37.725 133.00 137.46 -4.46 - 37.750 119.00 136.75 -17.75 - 37.775 120.00 136.23 -16.23 - 37.800 128.00 135.88 -7.88 - 37.825 118.00 135.70 -17.70 - 37.850 121.00 135.72 -14.72 - 37.875 132.00 135.96 -3.96 - 37.900 135.00 136.55 -1.55 - 37.925 134.00 137.81 -3.81 - 37.950 132.00 140.51 -8.51 - 37.975 135.00 146.28 -11.28 - 38.000 156.00 157.67 -1.67 - 38.025 182.00 177.31 4.69 - 38.050 207.00 205.70 1.30 - 38.075 266.00 238.43 27.57 - 38.100 351.00 264.01 86.99 - 38.125 368.00 267.43 100.57 - 38.150 312.00 243.47 68.53 - 38.175 269.00 211.12 57.88 - 38.200 260.00 180.80 79.20 - 38.225 249.00 158.64 90.36 - 38.250 219.00 145.17 73.83 - 38.275 174.00 138.04 35.96 - 38.300 157.00 134.52 22.48 - 38.325 146.00 132.74 13.26 - 38.350 135.00 131.72 3.28 - 38.375 137.00 131.05 5.95 - 38.400 136.00 130.57 5.43 - 38.425 103.00 130.21 -27.21 - 38.450 107.00 129.94 -22.94 - 38.475 99.00 129.73 -30.73 - 38.500 133.00 129.57 3.43 - 38.525 129.00 129.44 -0.44 - 38.550 147.00 129.35 17.65 - 38.575 130.00 129.28 0.72 - 38.600 115.00 129.23 -14.23 - 38.625 123.00 129.19 -6.19 - 38.650 109.00 129.17 -20.17 - 38.675 106.00 132.54 -26.54 - 38.700 115.00 132.75 -17.75 - 38.725 136.00 132.99 3.01 - 38.750 119.00 133.26 -14.26 - 38.775 126.00 133.56 -7.56 - 38.800 131.00 133.89 -2.89 - 38.825 135.00 134.27 0.73 - 38.850 116.00 134.68 -18.68 - 38.875 112.00 135.15 -23.15 - 38.900 123.00 135.68 -12.68 - 38.925 116.00 136.27 -20.27 - 38.950 121.00 136.94 -15.94 - 38.975 136.00 137.37 -1.37 - 39.000 147.00 138.26 8.74 - 39.025 130.00 139.28 -9.28 - 39.050 156.00 140.46 15.54 - 39.075 138.00 141.83 -3.83 - 39.100 133.00 143.44 -10.44 - 39.125 144.00 145.37 -1.37 - 39.150 163.00 147.68 15.32 - 39.175 171.00 150.51 20.49 - 39.200 198.00 154.00 44.00 - 39.225 191.00 158.40 32.60 - 39.250 196.00 164.11 31.89 - 39.275 226.00 171.87 54.13 - 39.300 243.00 183.57 59.43 - 39.325 294.00 204.02 89.98 - 39.350 352.00 244.47 107.53 - 39.375 472.00 326.06 145.94 - 39.400 630.00 477.23 152.77 - 39.425 984.00 718.97 265.03 - 39.450 1383.00 1032.74 350.26 - 39.475 2157.00 1337.61 819.39 - 39.500 2946.00 1482.88 1463.12 - 39.525 2947.00 1364.00 1583.00 - 39.550 2469.00 1068.38 1400.62 - 39.575 1988.00 750.59 1237.41 - 39.600 2056.00 500.69 1555.31 - 39.625 1767.00 340.79 1426.21 - 39.650 1317.00 253.44 1063.56 - 39.675 793.00 210.08 582.92 - 39.700 524.00 188.51 335.49 - 39.725 362.00 176.55 185.45 - 39.750 282.00 168.88 113.12 - 39.775 264.00 163.45 100.55 - 39.800 227.00 159.42 67.58 - 39.825 186.00 156.41 29.59 - 39.850 194.00 154.18 39.82 - 39.875 168.00 152.59 15.41 - 39.900 177.00 151.55 25.45 - 39.925 199.00 151.01 47.99 - 39.950 174.00 150.99 23.01 - 39.975 169.00 151.55 17.45 - 40.000 183.00 152.88 30.12 - 40.025 194.00 155.48 38.52 - 40.050 204.00 160.78 43.22 - 40.075 189.00 172.06 16.94 - 40.100 213.00 195.59 17.41 - 40.125 296.00 239.67 56.33 - 40.150 350.00 309.82 40.18 - 40.175 476.00 400.29 75.71 - 40.200 746.00 485.55 260.45 - 40.225 894.00 520.51 373.49 - 40.250 816.00 478.80 337.20 - 40.275 615.00 392.18 222.82 - 40.300 549.00 302.39 246.61 - 40.325 596.00 234.12 361.88 - 40.350 524.00 188.49 335.51 - 40.375 395.00 166.04 228.96 - 40.400 306.00 155.08 150.92 - 40.425 223.00 149.65 73.35 - 40.450 164.00 146.62 17.38 - 40.475 206.00 144.69 61.31 - 40.500 198.00 143.36 54.64 - 40.525 162.00 142.42 19.58 - 40.550 173.00 141.77 31.23 - 40.575 163.00 141.36 21.64 - 40.600 144.00 141.13 2.87 - 40.625 169.00 141.08 27.92 - 40.650 160.00 141.19 18.81 - 40.675 156.00 141.47 14.53 - 40.700 143.00 141.92 1.08 - 40.725 187.00 142.57 44.43 - 40.750 146.00 143.46 2.54 - 40.775 146.00 144.66 1.34 - 40.800 157.00 146.26 10.74 - 40.825 177.00 148.45 28.55 - 40.850 173.00 151.62 21.38 - 40.875 171.00 162.40 8.60 - 40.900 197.00 172.66 24.34 - 40.925 214.00 193.38 20.62 - 40.950 254.00 233.92 20.08 - 40.975 333.00 303.92 29.08 - 41.000 505.00 404.66 100.34 - 41.025 760.00 517.46 242.54 - 41.050 1047.00 594.72 452.28 - 41.075 1074.00 585.56 488.44 - 41.100 910.00 496.97 413.03 - 41.125 689.00 385.49 303.51 - 41.150 698.00 292.11 405.89 - 41.175 717.00 230.56 486.44 - 41.200 570.00 197.02 372.98 - 41.225 382.00 181.39 200.61 - 41.250 273.00 175.01 97.99 - 41.275 291.00 173.01 117.99 - 41.300 231.00 173.25 57.75 - 41.325 278.00 175.07 102.93 - 41.350 239.00 178.33 60.67 - 41.375 272.00 183.19 88.81 - 41.400 257.00 190.05 66.95 - 41.425 316.00 199.69 116.31 - 41.450 315.00 213.95 101.05 - 41.475 377.00 237.68 139.32 - 41.500 419.00 283.33 135.67 - 41.525 593.00 378.85 214.15 - 41.550 709.00 565.15 143.85 - 41.575 1116.00 886.53 229.47 - 41.600 1749.00 1344.34 404.66 - 41.625 2604.00 1844.68 759.32 - 41.650 3739.00 2164.67 1574.33 - 41.675 4133.00 2075.06 2057.94 - 41.700 3642.00 1648.02 1993.98 - 41.725 2835.00 1145.42 1689.58 - 41.750 2622.00 738.34 1883.66 - 41.775 2580.00 475.43 2104.57 - 41.800 2147.00 332.33 1814.67 - 41.825 1381.00 262.01 1118.99 - 41.850 844.00 227.39 616.61 - 41.875 578.00 207.13 370.87 - 41.900 447.00 194.96 252.04 - 41.925 351.00 186.39 164.61 - 41.950 339.00 180.11 158.89 - 41.975 309.00 175.51 133.49 - 42.000 260.00 172.24 87.76 - 42.025 268.00 170.07 97.93 - 42.050 240.00 168.96 71.04 - 42.075 250.00 168.95 81.05 - 42.100 233.00 170.46 62.54 - 42.125 275.00 174.71 100.29 - 42.150 281.00 184.95 96.05 - 42.175 285.00 207.75 77.25 - 42.200 381.00 252.82 128.18 - 42.225 450.00 327.86 122.14 - 42.250 601.00 428.63 172.37 - 42.275 801.00 527.31 273.69 - 42.300 895.00 570.37 324.63 - 42.325 881.00 524.25 356.75 - 42.350 726.00 424.48 301.52 - 42.375 644.00 323.28 320.72 - 42.400 608.00 247.84 360.16 - 42.425 589.00 202.34 386.66 - 42.450 498.00 179.15 318.85 - 42.475 386.00 163.90 222.10 - 42.500 283.00 160.65 122.35 - 42.525 277.00 160.34 116.66 - 42.550 254.00 160.47 93.53 - 42.575 276.00 158.89 117.11 - 42.600 249.00 155.29 93.71 - 42.625 224.00 151.16 72.84 - 42.650 213.00 147.67 65.33 - 42.675 196.00 145.24 50.76 - 42.700 234.00 143.72 90.28 - 42.725 186.00 142.81 43.19 - 42.750 215.00 142.22 72.78 - 42.775 191.00 141.80 49.20 - 42.800 211.00 141.48 69.52 - 42.825 189.00 141.23 47.77 - 42.850 204.00 141.02 62.98 - 42.875 193.00 140.85 52.15 - 42.900 227.00 140.71 86.29 - 42.925 221.00 150.58 70.42 - 42.950 225.00 162.11 62.89 - 42.975 199.00 163.54 35.46 - 43.000 187.00 165.15 21.85 - 43.025 193.00 166.96 26.04 - 43.050 214.00 169.00 45.00 - 43.075 235.00 171.30 63.70 - 43.100 241.00 172.85 68.15 - 43.125 232.00 175.82 56.18 - 43.150 239.00 179.26 59.74 - 43.175 254.00 183.18 70.82 - 43.200 252.00 187.68 64.32 - 43.225 264.00 192.89 71.11 - 43.250 251.00 198.97 52.03 - 43.275 260.00 206.12 53.88 - 43.300 320.00 214.61 105.39 - 43.325 375.00 224.79 150.21 - 43.350 379.00 237.15 141.85 - 43.375 442.00 252.30 189.70 - 43.400 425.00 271.25 153.75 - 43.425 492.00 295.31 196.69 - 43.450 574.00 326.62 247.38 - 43.475 693.00 369.18 323.82 - 43.500 816.00 432.28 383.72 - 43.525 1046.00 540.43 505.57 - 43.550 1286.00 753.08 532.92 - 43.575 1773.00 1187.24 585.76 - 43.600 2593.00 2008.61 584.39 - 43.625 4047.00 3338.85 708.15 - 43.650 6544.00 5077.56 1466.44 - 43.675 9907.00 6694.19 3212.81 - 43.700 12440.00 7314.61 5125.39 - 43.725 12196.00 6506.41 5689.59 - 43.750 9815.00 4825.91 4989.09 - 43.775 8006.00 3123.20 4882.80 - 43.800 7742.00 1867.34 5874.66 - 43.825 7431.00 1113.18 6317.82 - 43.850 5975.00 729.66 5245.34 - 43.875 3773.00 539.94 3233.06 - 43.900 2148.00 442.83 1705.17 - 43.925 1465.00 385.67 1079.33 - 43.950 1080.00 347.26 732.74 - 43.975 849.00 319.54 529.46 - 44.000 683.00 299.01 383.99 - 44.025 579.00 283.73 295.27 - 44.050 560.00 272.52 287.48 - 44.075 480.00 264.60 215.40 - 44.100 481.00 259.47 221.53 - 44.125 470.00 256.85 213.15 - 44.150 468.00 256.64 211.36 - 44.175 450.00 258.90 191.10 - 44.200 469.00 263.88 205.12 - 44.225 498.00 272.07 225.93 - 44.250 468.00 284.34 183.66 - 44.275 528.00 302.34 225.66 - 44.300 615.00 329.82 285.18 - 44.325 632.00 376.37 255.63 - 44.350 765.00 465.35 299.65 - 44.375 985.00 643.64 341.36 - 44.400 1263.00 979.52 283.48 - 44.425 1833.00 1525.78 307.22 - 44.450 2821.00 2253.99 567.01 - 44.475 4290.00 2975.09 1314.91 - 44.500 5647.00 3382.19 2264.81 - 44.525 5682.00 3419.68 2262.32 - 44.550 5372.00 3395.60 1976.40 - 44.575 5802.00 3444.11 2357.89 - 44.600 7664.00 3307.42 4356.58 - 44.625 7744.00 2743.42 5000.58 - 44.650 5866.00 1967.93 3898.07 - 44.675 4103.00 1281.20 2821.80 - 44.700 3552.00 807.03 2744.97 - 44.725 3442.00 534.17 2907.83 - 44.750 2855.00 394.83 2460.17 - 44.775 1843.00 324.43 1518.57 - 44.800 1102.00 284.80 817.20 - 44.825 771.00 258.84 512.16 - 44.850 578.00 239.94 338.06 - 44.875 517.00 225.45 291.55 - 44.900 456.00 214.03 241.97 - 44.925 381.00 204.86 176.14 - 44.950 379.00 197.39 181.61 - 44.975 335.00 191.23 143.77 - 45.000 326.00 186.08 139.92 - 45.025 303.00 181.75 121.25 - 45.050 286.00 178.06 107.94 - 45.075 287.00 174.90 112.10 - 45.100 274.00 172.17 101.83 - 45.125 272.00 169.80 102.20 - 45.150 282.00 167.72 114.28 - 45.175 267.00 171.23 95.77 - 45.200 236.00 169.93 66.07 - 45.225 255.00 168.93 86.07 - 45.250 238.00 168.14 69.86 - 45.275 218.00 160.60 57.40 - 45.300 224.00 160.60 63.40 - 45.325 209.00 160.75 48.25 - 45.350 228.00 161.04 66.96 - 45.375 244.00 154.39 89.61 - 45.400 234.00 155.44 78.56 - 45.425 221.00 156.66 64.34 - 45.450 237.00 158.06 78.94 - 45.475 224.00 159.70 64.30 - 45.500 217.00 161.62 55.38 - 45.525 187.00 163.92 23.08 - 45.550 261.00 166.69 94.31 - 45.575 216.00 170.06 45.94 - 45.600 246.00 174.23 71.77 - 45.625 244.00 179.49 64.51 - 45.650 282.00 186.23 95.77 - 45.675 276.00 195.10 80.90 - 45.700 314.00 207.39 106.61 - 45.725 333.00 226.17 106.83 - 45.750 385.00 259.94 125.06 - 45.775 413.00 329.59 83.41 - 45.800 609.00 474.54 134.46 - 45.825 855.00 743.41 111.59 - 45.850 1397.00 1152.64 244.36 - 45.875 2190.00 1624.08 565.92 - 45.900 3180.00 1928.82 1251.18 - 45.925 3151.00 1819.17 1331.83 - 45.950 2427.00 1394.44 1032.56 - 45.975 1819.00 935.42 883.58 - 46.000 1843.00 593.23 1249.77 - 46.025 2058.00 391.03 1666.97 - 46.050 1720.00 289.38 1430.62 - 46.075 1115.00 241.25 873.75 - 46.100 716.00 216.63 499.37 - 46.125 480.00 201.77 278.23 - 46.150 364.00 191.50 172.50 - 46.175 297.00 183.90 113.10 - 46.200 300.00 178.06 121.94 - 46.225 267.00 173.50 93.50 - 46.250 227.00 169.86 57.14 - 46.275 215.00 166.92 48.08 - 46.300 189.00 164.51 24.49 - 46.325 213.00 162.52 50.48 - 46.350 174.00 160.86 13.14 - 46.375 175.00 159.46 15.54 - 46.400 193.00 158.27 34.73 - 46.425 183.00 157.25 25.75 - 46.450 178.00 156.37 21.63 - 46.475 166.00 155.61 10.39 - 46.500 171.00 154.95 16.05 - 46.525 171.00 154.38 16.62 - 46.550 172.00 153.87 18.13 - 46.575 161.00 153.43 7.57 - 46.600 151.00 153.04 -2.04 - 46.625 143.00 152.69 -9.69 - 46.650 141.00 152.39 -11.39 - 46.675 139.00 147.29 -8.29 - 46.700 172.00 147.35 24.65 - 46.725 153.00 147.40 5.60 - 46.750 169.00 147.46 21.54 - 46.775 141.00 147.51 -6.51 - 46.800 125.00 147.57 -22.57 - 46.825 135.00 147.62 -12.62 - 46.850 142.00 147.68 -5.68 - 46.875 134.00 147.73 -13.73 - 46.900 142.00 147.79 -5.79 - 46.925 138.00 148.85 -10.85 - 46.950 152.00 149.01 2.99 - 46.975 159.00 149.15 9.85 - 47.000 140.00 149.30 -9.30 - 47.025 143.00 149.46 -6.46 - 47.050 136.00 149.63 -13.63 - 47.075 147.00 149.82 -2.82 - 47.100 144.00 150.02 -6.02 - 47.125 148.00 150.27 -2.27 - 47.150 153.00 150.53 2.47 - 47.175 112.00 150.82 -38.82 - 47.200 148.00 151.15 -3.15 - 47.225 138.00 151.52 -13.52 - 47.250 119.00 151.96 -32.96 - 47.275 121.00 152.47 -31.47 - 47.300 160.00 153.08 6.92 - 47.325 136.00 153.82 -17.82 - 47.350 164.00 154.73 9.27 - 47.375 137.00 155.86 -18.86 - 47.400 166.00 157.32 8.68 - 47.425 142.00 159.25 -17.25 - 47.450 158.00 161.92 -3.92 - 47.475 176.00 166.08 9.92 - 47.500 175.00 173.73 1.27 - 47.525 183.00 189.75 -6.75 - 47.550 249.00 222.98 26.02 - 47.575 309.00 283.11 25.89 - 47.600 389.00 370.31 18.69 - 47.625 541.00 462.57 78.43 - 47.650 720.00 500.42 219.58 - 47.675 682.00 451.28 230.72 - 47.700 600.00 359.36 240.64 - 47.725 452.00 276.48 175.52 - 47.750 443.00 222.15 220.85 - 47.775 453.00 194.05 258.95 - 47.800 437.00 181.93 255.07 - 47.825 329.00 176.50 152.50 - 47.850 289.00 172.45 116.55 - 47.875 226.00 168.66 57.34 - 47.900 201.00 165.66 35.34 - 47.925 182.00 163.73 18.27 - 47.950 160.00 162.75 -2.75 - 47.975 178.00 162.49 15.51 - 48.000 146.00 162.75 -16.75 - 48.025 181.00 163.44 17.56 - 48.050 142.00 164.57 -22.57 - 48.075 201.00 166.23 34.77 - 48.100 182.00 168.58 13.42 - 48.125 174.00 171.88 2.12 - 48.150 168.00 176.72 -8.72 - 48.175 174.00 184.65 -10.65 - 48.200 233.00 199.98 33.02 - 48.225 275.00 232.90 42.10 - 48.250 331.00 300.62 30.38 - 48.275 464.00 419.24 44.76 - 48.300 712.00 582.25 129.75 - 48.325 969.00 731.94 237.06 - 48.350 1093.00 759.17 333.83 - 48.375 984.00 636.07 347.93 - 48.400 752.00 467.76 284.24 - 48.425 624.00 332.09 291.91 - 48.450 651.00 249.00 402.00 - 48.475 695.00 206.84 488.16 - 48.500 597.00 187.21 409.79 - 48.525 460.00 177.46 282.54 - 48.550 284.00 171.74 112.26 - 48.575 261.00 167.84 93.16 - 48.600 211.00 165.01 45.99 - 48.625 196.00 162.87 33.13 - 48.650 175.00 161.22 13.78 - 48.675 167.00 159.92 7.08 - 48.700 165.00 158.88 6.12 - 48.725 143.00 158.05 -15.05 - 48.750 153.00 157.36 -4.36 - 48.775 155.00 156.80 -1.80 - 48.800 137.00 156.33 -19.33 - 48.825 161.00 155.94 5.06 - 48.850 131.00 155.61 -24.61 - 48.875 138.00 155.33 -17.33 - 48.900 125.00 155.10 -30.10 - 48.925 114.00 154.90 -40.90 - 48.950 154.00 154.73 -0.73 - 48.975 114.00 154.59 -40.59 - 49.000 118.00 154.46 -36.46 - 49.025 120.00 154.36 -34.36 - 49.050 130.00 154.27 -24.27 - 49.075 117.00 152.44 -35.44 - 49.100 126.00 152.49 -26.49 - 49.125 132.00 152.54 -20.54 - 49.150 122.00 152.59 -30.59 - 49.175 133.00 152.64 -19.64 - 49.200 122.00 152.69 -30.69 - 49.225 113.00 152.75 -39.75 - 49.250 128.00 152.80 -24.80 - 49.275 139.00 152.85 -13.85 - 49.300 126.00 152.90 -26.90 - 49.325 140.00 152.95 -12.95 - 49.350 120.00 153.00 -33.00 - 49.375 122.00 153.05 -31.05 - 49.400 122.00 153.10 -31.10 - 49.425 136.00 153.16 -17.16 - 49.450 116.00 153.21 -37.21 - 49.475 113.00 153.26 -40.26 - 49.500 103.00 153.31 -50.31 - 49.525 120.00 153.36 -33.36 - 49.550 129.00 153.41 -24.41 - 49.575 112.00 153.46 -41.46 - 49.600 118.00 153.51 -35.51 - 49.625 140.00 153.56 -13.56 - 49.650 135.00 153.61 -18.61 - 49.675 101.00 153.66 -52.66 - 49.700 128.00 153.72 -25.72 - 49.725 115.00 153.77 -38.77 - 49.750 126.00 153.82 -27.82 - 49.775 120.00 153.87 -33.87 - 49.800 119.00 153.92 -34.92 - 49.825 107.00 153.97 -46.97 - 49.850 122.00 154.02 -32.02 - 49.875 124.00 154.07 -30.07 - 49.900 123.00 154.12 -31.12 - 49.925 159.00 154.17 4.83 - 49.950 132.00 154.22 -22.22 - 49.975 136.00 154.27 -18.27 - 50.000 115.00 154.32 -39.32 - 50.025 142.00 154.37 -12.37 - 50.050 132.00 154.42 -22.42 - 50.075 144.00 154.47 -10.47 - 50.100 140.00 154.52 -14.52 - 50.125 131.00 154.57 -23.57 - 50.150 112.00 159.98 -47.98 - 50.175 147.00 160.44 -13.44 - 50.200 129.00 160.96 -31.96 - 50.225 129.00 161.54 -32.54 - 50.250 106.00 162.20 -56.20 - 50.275 129.00 162.95 -33.95 - 50.300 127.00 163.79 -36.79 - 50.325 122.00 164.71 -42.71 - 50.350 155.00 165.75 -10.75 - 50.375 130.00 166.96 -36.96 - 50.400 121.00 168.37 -47.37 - 50.425 131.00 170.06 -39.06 - 50.450 173.00 172.08 0.92 - 50.475 157.00 174.52 -17.52 - 50.500 146.00 177.50 -31.50 - 50.525 153.00 181.20 -28.20 - 50.550 168.00 185.86 -17.86 - 50.575 199.00 191.86 7.14 - 50.600 204.00 199.76 4.24 - 50.625 212.00 210.50 1.50 - 50.650 232.00 226.07 5.93 - 50.675 255.00 251.74 3.26 - 50.700 319.00 302.49 16.51 - 50.725 410.00 412.96 -2.96 - 50.750 629.00 638.01 -9.01 - 50.775 1090.00 1016.38 73.62 - 50.800 1814.00 1490.82 323.18 - 50.825 2668.00 1812.83 855.17 - 50.850 2463.00 1678.17 784.83 - 50.875 1752.00 1228.67 523.33 - 50.900 1187.00 790.37 396.63 - 50.925 1257.00 497.49 759.51 - 50.950 1542.00 342.47 1199.53 - 50.975 1549.00 270.62 1278.38 - 51.000 1066.00 236.51 829.49 - 51.025 624.00 217.50 406.50 - 51.050 387.00 205.03 181.97 - 51.075 314.00 196.10 117.90 - 51.100 267.00 189.42 77.58 - 51.125 208.00 184.31 23.69 - 51.150 211.00 180.30 30.70 - 51.175 210.00 177.12 32.88 - 51.200 181.00 174.55 6.45 - 51.225 170.00 172.44 -2.44 - 51.250 154.00 170.70 -16.70 - 51.275 155.00 169.25 -14.25 - 51.300 143.00 168.03 -25.03 - 51.325 171.00 166.99 4.01 - 51.350 156.00 166.10 -10.10 - 51.375 134.00 165.33 -31.33 - 51.400 142.00 164.67 -22.67 - 51.425 142.00 164.10 -22.10 - 51.450 136.00 163.59 -27.59 - 51.475 139.00 163.15 -24.15 - 51.500 139.00 162.77 -23.77 - 51.525 132.00 157.28 -25.28 - 51.550 152.00 157.33 -5.33 - 51.575 123.00 157.37 -34.37 - 51.600 137.00 157.42 -20.42 - 51.625 125.00 157.47 -32.47 - 51.650 132.00 157.51 -25.51 - 51.675 133.00 157.56 -24.56 - 51.700 137.00 157.61 -20.61 - 51.725 148.00 157.65 -9.65 - 51.750 121.00 157.70 -36.70 - 51.775 150.00 160.18 -10.18 - 51.800 139.00 160.42 -21.42 - 51.825 127.00 160.68 -33.68 - 51.850 127.00 161.64 -34.64 - 51.875 146.00 162.02 -16.02 - 51.900 147.00 162.44 -15.44 - 51.925 155.00 162.91 -7.91 - 51.950 131.00 163.46 -32.46 - 51.975 144.00 164.08 -20.08 - 52.000 148.00 164.79 -16.79 - 52.025 138.00 165.63 -27.63 - 52.050 149.00 166.62 -17.62 - 52.075 154.00 167.79 -13.79 - 52.100 142.00 169.22 -27.22 - 52.125 141.00 170.96 -29.96 - 52.150 181.00 173.13 7.87 - 52.175 185.00 175.88 9.12 - 52.200 169.00 179.45 -10.45 - 52.225 181.00 184.19 -3.19 - 52.250 203.00 190.77 12.23 - 52.275 236.00 200.68 35.32 - 52.300 232.00 218.17 13.83 - 52.325 335.00 254.53 80.47 - 52.350 428.00 332.50 95.50 - 52.375 600.00 478.93 121.07 - 52.400 826.00 695.84 130.16 - 52.425 1143.00 910.78 232.22 - 52.450 1282.00 966.37 315.63 - 52.475 1262.00 844.07 417.93 - 52.500 1070.00 679.00 391.00 - 52.525 962.00 519.39 442.61 - 52.550 964.00 384.15 579.85 - 52.575 871.00 292.26 578.74 - 52.600 886.00 238.78 647.22 - 52.625 728.00 210.65 517.35 - 52.650 557.00 196.93 360.07 - 52.675 468.00 188.70 279.30 - 52.700 370.00 183.38 186.62 - 52.725 267.00 179.62 87.38 - 52.750 235.00 176.86 58.14 - 52.775 203.00 174.80 28.20 - 52.800 187.00 173.26 13.74 - 52.825 181.00 172.15 8.85 - 52.850 188.00 171.38 16.62 - 52.875 189.00 170.93 18.07 - 52.900 166.00 170.81 -4.81 - 52.925 167.00 171.12 -4.12 - 52.950 175.00 172.23 2.77 - 52.975 191.00 176.51 14.49 - 53.000 184.00 182.65 1.35 - 53.025 181.00 193.16 -12.16 - 53.050 226.00 209.53 16.47 - 53.075 228.00 218.48 9.52 - 53.100 258.00 215.43 42.57 - 53.125 216.00 205.13 10.87 - 53.150 233.00 204.72 28.28 - 53.175 250.00 212.93 37.07 - 53.200 287.00 241.42 45.58 - 53.225 332.00 295.56 36.44 - 53.250 441.00 368.24 72.76 - 53.275 506.00 420.48 85.52 - 53.300 459.00 400.65 58.35 - 53.325 447.00 333.66 113.34 - 53.350 383.00 272.81 110.19 - 53.375 372.00 236.59 135.41 - 53.400 397.00 221.79 175.21 - 53.425 408.00 219.78 188.22 - 53.450 434.00 225.02 208.98 - 53.475 419.00 236.74 182.26 - 53.500 346.00 259.30 86.70 - 53.525 392.00 304.77 87.23 - 53.550 441.00 394.00 47.00 - 53.575 622.00 548.21 73.79 - 53.600 912.00 766.74 145.26 - 53.625 1096.00 993.98 102.02 - 53.650 1359.00 1186.16 172.84 - 53.675 1605.00 1363.07 241.93 - 53.700 1949.00 1423.76 525.24 - 53.725 1937.00 1366.87 570.13 - 53.750 1843.00 1344.82 498.18 - 53.775 2020.00 1295.75 724.25 - 53.800 1980.00 1064.73 915.27 - 53.825 1741.00 750.39 990.61 - 53.850 1467.00 502.61 964.39 - 53.875 1209.00 355.26 853.74 - 53.900 1080.00 281.41 798.59 - 53.925 998.00 245.62 752.38 - 53.950 719.00 225.22 493.78 - 53.975 548.00 212.57 335.43 - 54.000 393.00 203.54 189.46 - 54.025 314.00 196.77 117.23 - 54.050 277.00 191.55 85.45 - 54.075 248.00 187.44 60.56 - 54.100 204.00 184.15 19.85 - 54.125 179.00 181.48 -2.48 - 54.150 180.00 179.27 0.73 - 54.175 168.00 177.44 -9.44 - 54.200 160.00 175.89 -15.89 - 54.225 170.00 174.58 -4.58 - 54.250 160.00 173.46 -13.46 - 54.275 184.00 171.04 12.96 - 54.300 179.00 170.31 8.69 - 54.325 164.00 169.67 -5.67 - 54.350 149.00 166.20 -17.20 - 54.375 156.00 165.92 -9.92 - 54.400 140.00 165.68 -25.68 - 54.425 161.00 162.39 -1.39 - 54.450 149.00 162.43 -13.43 - 54.475 134.00 162.47 -28.47 - 54.500 126.00 162.51 -36.51 - 54.525 143.00 162.55 -19.55 - 54.550 138.00 162.59 -24.59 - 54.575 142.00 162.63 -20.63 - 54.600 163.00 162.67 0.33 - 54.625 131.00 162.71 -31.71 - 54.650 161.00 162.75 -1.75 - 54.675 131.00 162.79 -31.79 - 54.700 147.00 162.83 -15.83 - 54.725 150.00 162.87 -12.87 - 54.750 160.00 162.91 -2.91 - 54.775 128.00 166.01 -38.01 - 54.800 126.00 166.32 -40.32 - 54.825 128.00 166.67 -38.67 - 54.850 152.00 167.05 -15.05 - 54.875 134.00 167.49 -33.49 - 54.900 158.00 168.00 -10.00 - 54.925 135.00 168.58 -33.58 - 54.950 162.00 169.27 -7.27 - 54.975 157.00 170.07 -13.07 - 55.000 173.00 171.01 1.99 - 55.025 156.00 172.13 -16.13 - 55.050 162.00 173.50 -11.50 - 55.075 158.00 176.14 -18.14 - 55.100 164.00 178.38 -14.38 - 55.125 155.00 181.24 -26.24 - 55.150 194.00 185.00 9.00 - 55.175 195.00 190.07 4.93 - 55.200 196.00 197.20 -1.20 - 55.225 253.00 208.13 44.87 - 55.250 262.00 227.83 34.17 - 55.275 350.00 270.31 79.69 - 55.300 464.00 364.00 100.00 - 55.325 665.00 539.94 125.06 - 55.350 937.00 785.83 151.17 - 55.375 1141.00 967.78 173.22 - 55.400 1055.00 889.17 165.83 - 55.425 834.00 646.58 187.42 - 55.450 657.00 434.44 222.56 - 55.475 648.00 308.68 339.32 - 55.500 638.00 249.99 388.01 - 55.525 752.00 225.72 526.28 - 55.550 672.00 216.60 455.40 - 55.575 543.00 217.25 325.75 - 55.600 404.00 231.62 172.38 - 55.625 370.00 269.45 100.55 - 55.650 386.00 336.11 49.89 - 55.675 469.00 411.27 57.73 - 55.700 560.00 429.77 130.23 - 55.725 465.00 366.25 98.75 - 55.750 360.00 286.94 73.06 - 55.775 285.00 231.77 53.23 - 55.800 276.00 202.79 73.21 - 55.825 355.00 189.51 165.49 - 55.850 364.00 183.07 180.93 - 55.875 291.00 179.31 111.69 - 55.900 228.00 176.75 51.25 - 55.925 190.00 176.52 13.48 - 55.950 194.00 175.25 18.75 - 55.975 195.00 174.31 20.69 - 56.000 180.00 173.62 6.38 - 56.025 163.00 170.42 -7.42 - 56.050 154.00 170.28 -16.28 - 56.075 156.00 170.26 -14.26 - 56.100 184.00 177.94 6.06 - 56.125 181.00 178.83 2.17 - 56.150 152.00 179.93 -27.93 - 56.175 176.00 181.27 -5.27 - 56.200 177.00 182.92 -5.92 - 56.225 160.00 184.92 -24.92 - 56.250 178.00 187.39 -9.39 - 56.275 185.00 190.46 -5.46 - 56.300 175.00 194.33 -19.33 - 56.325 206.00 198.42 7.58 - 56.350 214.00 205.06 8.94 - 56.375 244.00 214.24 29.76 - 56.400 255.00 228.35 26.65 - 56.425 254.00 254.11 -0.11 - 56.450 373.00 306.62 66.38 - 56.475 514.00 411.05 102.95 - 56.500 623.00 560.82 62.18 - 56.525 827.00 700.42 126.58 - 56.550 875.00 715.32 159.68 - 56.575 884.00 662.50 221.50 - 56.600 951.00 723.06 227.94 - 56.625 1181.00 1019.20 161.80 - 56.650 1887.00 1554.52 332.48 - 56.675 2582.00 2054.59 527.41 - 56.700 2875.00 1970.27 904.73 - 56.725 2303.00 1398.07 904.93 - 56.750 1613.00 863.03 749.97 - 56.775 1270.00 540.56 729.44 - 56.800 1312.00 389.02 922.98 - 56.825 1510.00 324.86 1185.14 - 56.850 1599.00 296.62 1302.38 - 56.875 1288.00 284.53 1003.47 - 56.900 890.00 283.31 606.69 - 56.925 794.00 294.19 499.81 - 56.950 643.00 327.50 315.50 - 56.975 683.00 413.66 269.34 - 57.000 884.00 607.89 276.11 - 57.025 1207.00 951.22 255.78 - 57.050 1571.00 1358.31 212.69 - 57.075 1762.00 1492.17 269.83 - 57.100 1506.00 1200.00 306.00 - 57.125 1186.00 827.10 358.90 - 57.150 969.00 552.34 416.66 - 57.175 975.00 388.19 586.81 - 57.200 1015.00 301.82 713.18 - 57.225 1048.00 257.48 790.52 - 57.250 938.00 233.38 704.62 - 57.275 733.00 218.86 514.14 - 57.300 494.00 202.24 291.76 - 57.325 392.00 195.69 196.31 - 57.350 292.00 190.82 101.18 - 57.375 276.00 187.10 88.90 - 57.400 254.00 184.19 69.81 - 57.425 229.00 181.87 47.13 - 57.450 216.00 180.00 36.00 - 57.475 203.00 178.47 24.53 - 57.500 194.00 177.21 16.79 - 57.525 189.00 176.15 12.85 - 57.550 192.00 175.26 16.74 - 57.575 181.00 174.50 6.50 - 57.600 191.00 173.85 17.15 - 57.625 163.00 173.29 -10.29 - 57.650 175.00 172.80 2.20 - 57.675 186.00 167.65 18.35 - 57.700 149.00 167.64 -18.64 - 57.725 175.00 167.64 7.36 - 57.750 142.00 167.31 -25.31 - 57.775 180.00 167.35 12.65 - 57.800 136.00 167.38 -31.38 - 57.825 151.00 167.41 -16.41 - 57.850 177.00 167.45 9.55 - 57.875 156.00 167.48 -11.48 - 57.900 159.00 167.86 -8.86 - 57.925 174.00 167.93 6.07 - 57.950 148.00 168.00 -20.00 - 57.975 147.00 168.08 -21.08 - 58.000 141.00 168.16 -27.16 - 58.025 145.00 168.25 -23.25 - 58.050 156.00 168.35 -12.35 - 58.075 144.00 168.47 -24.47 - 58.100 149.00 168.60 -19.60 - 58.125 145.00 171.75 -26.75 - 58.150 127.00 172.21 -45.21 - 58.175 143.00 172.75 -29.75 - 58.200 159.00 173.40 -14.40 - 58.225 129.00 174.18 -45.18 - 58.250 161.00 175.13 -14.13 - 58.275 138.00 176.34 -38.34 - 58.300 145.00 177.91 -32.91 - 58.325 165.00 180.09 -15.09 - 58.350 172.00 183.74 -11.74 - 58.375 184.00 190.26 -6.26 - 58.400 217.00 203.58 13.42 - 58.425 266.00 227.54 38.46 - 58.450 272.00 258.77 13.23 - 58.475 313.00 275.07 37.93 - 58.500 288.00 260.28 27.72 - 58.525 275.00 240.03 34.97 - 58.550 321.00 233.21 87.79 - 58.575 323.00 246.64 76.36 - 58.600 439.00 293.96 145.04 - 58.625 573.00 405.44 167.56 - 58.650 743.00 605.64 137.36 - 58.675 906.00 837.64 68.36 - 58.700 960.00 881.15 78.85 - 58.725 812.00 675.52 136.48 - 58.750 566.00 453.27 112.73 - 58.775 541.00 316.02 224.98 - 58.800 535.00 251.95 283.05 - 58.825 554.00 226.35 327.65 - 58.850 567.00 218.95 348.05 - 58.875 599.00 223.69 375.31 - 58.900 473.00 236.55 236.45 - 58.925 359.00 243.19 115.81 - 58.950 290.00 228.90 61.10 - 58.975 254.00 208.00 46.00 - 59.000 189.00 193.13 -4.13 - 59.025 184.00 185.09 -1.09 - 59.050 196.00 181.07 14.93 - 59.075 210.00 178.49 31.51 - 59.100 190.00 177.00 13.00 - 59.125 179.00 175.89 3.11 - 59.150 148.00 175.04 -27.04 - 59.175 160.00 174.35 -14.35 - 59.200 147.00 173.80 -26.80 - 59.225 122.00 173.34 -51.34 - 59.250 148.00 172.96 -24.96 - 59.275 141.00 169.83 -28.83 - 59.300 140.00 169.78 -29.78 - 59.325 142.00 170.49 -28.49 - 59.350 114.00 170.54 -56.54 - 59.375 150.00 170.61 -20.61 - 59.400 151.00 170.70 -19.70 - 59.425 132.00 170.82 -38.82 - 59.450 153.00 170.95 -17.95 - 59.475 140.00 171.12 -31.12 - 59.500 118.00 171.32 -53.32 - 59.525 128.00 171.36 -43.36 - 59.550 140.00 171.69 -31.69 - 59.575 136.00 172.08 -36.08 - 59.600 122.00 172.58 -50.58 - 59.625 130.00 173.23 -43.23 - 59.650 135.00 174.08 -39.08 - 59.675 133.00 175.25 -42.25 - 59.700 165.00 176.92 -11.92 - 59.725 160.00 179.48 -19.48 - 59.750 163.00 184.05 -21.05 - 59.775 166.00 194.03 -28.03 - 59.800 190.00 216.87 -26.87 - 59.825 264.00 260.74 3.26 - 59.850 331.00 318.50 12.50 - 59.875 334.00 340.56 -6.56 - 59.900 297.00 295.76 1.24 - 59.925 215.00 240.58 -25.58 - 59.950 205.00 205.74 -0.74 - 59.975 212.00 189.24 22.76 - 60.000 268.00 182.14 85.86 - 60.025 226.00 178.65 47.35 - 60.050 256.00 176.58 79.42 - 60.075 199.00 175.20 23.80 - 60.100 165.00 174.69 -9.69 - 60.125 148.00 174.03 -26.03 - 60.150 159.00 173.55 -14.55 - 60.175 132.00 173.21 -41.21 - 60.200 154.00 172.98 -18.98 - 60.225 139.00 172.82 -33.82 - 60.250 121.00 172.72 -51.72 - 60.275 144.00 172.69 -28.69 - 60.300 131.00 172.71 -41.71 - 60.325 136.00 172.79 -36.79 - 60.350 139.00 172.93 -33.93 - 60.375 120.00 173.15 -53.15 - 60.400 129.00 173.46 -44.46 - 60.425 130.00 173.92 -43.92 - 60.450 143.00 173.90 -30.90 - 60.475 127.00 174.90 -47.90 - 60.500 150.00 176.39 -26.39 - 60.525 156.00 178.94 -22.94 - 60.550 154.00 184.27 -30.27 - 60.575 153.00 196.66 -43.66 - 60.600 162.00 221.95 -59.95 - 60.625 208.00 258.90 -50.90 - 60.650 247.00 279.86 -32.86 - 60.675 207.00 255.42 -48.42 - 60.700 192.00 219.01 -27.01 - 60.725 179.00 195.17 -16.17 - 60.750 148.00 183.76 -35.76 - 60.775 154.00 178.88 -24.88 - 60.800 204.00 176.53 27.47 - 60.825 186.00 175.15 10.85 - 60.850 208.00 174.24 33.76 - 60.875 175.00 173.61 1.39 - 60.900 141.00 173.16 -32.16 - 60.925 111.00 172.82 -61.82 - 60.950 124.00 172.57 -48.57 - 60.975 132.00 172.38 -40.38 - 61.000 127.00 172.23 -45.23 - 61.025 125.00 172.11 -47.11 - 61.050 124.00 172.05 -48.05 - 61.075 147.00 172.00 -25.00 - 61.100 143.00 171.95 -28.95 - 61.125 135.00 171.91 -36.91 - 61.150 136.00 171.88 -35.88 - 61.175 143.00 171.86 -28.86 - 61.200 145.00 171.85 -26.85 - 61.225 143.00 171.43 -28.43 - 61.250 148.00 171.47 -23.47 - 61.275 151.00 171.51 -20.51 - 61.300 139.00 171.56 -32.56 - 61.325 142.00 171.61 -29.61 - 61.350 135.00 171.67 -36.67 - 61.375 161.00 171.74 -10.74 - 61.400 143.00 171.83 -28.83 - 61.425 139.00 173.45 -34.45 - 61.450 136.00 173.77 -37.77 - 61.475 158.00 174.22 -16.22 - 61.500 164.00 174.98 -10.98 - 61.525 167.00 187.53 -20.53 - 61.550 165.00 191.42 -26.42 - 61.575 181.00 196.49 -15.49 - 61.600 147.00 200.04 -53.04 - 61.625 160.00 200.20 -40.20 - 61.650 195.00 199.77 -4.77 - 61.675 209.00 201.07 7.93 - 61.700 190.00 204.32 -14.32 - 61.725 226.00 209.27 16.73 - 61.750 195.00 216.00 -21.00 - 61.775 241.00 225.02 15.98 - 61.800 278.00 237.38 40.62 - 61.825 302.00 255.17 46.83 - 61.850 344.00 283.48 60.52 - 61.875 427.00 335.37 91.63 - 61.900 563.00 435.04 127.96 - 61.925 789.00 605.38 183.62 - 61.950 990.00 827.14 162.86 - 61.975 1317.00 1075.19 241.81 - 62.000 1792.00 1561.12 230.88 - 62.025 2342.00 2321.26 20.74 - 62.050 2479.00 2585.59 -106.59 - 62.075 2083.00 1867.82 215.18 - 62.100 1541.00 1085.88 455.12 - 62.125 1233.00 633.18 599.82 - 62.150 1186.00 430.31 755.69 - 62.175 1301.00 341.51 959.49 - 62.200 1408.00 295.05 1112.95 - 62.225 1348.00 266.19 1081.81 - 62.250 1086.00 246.70 839.30 - 62.275 761.00 232.99 528.01 - 62.300 509.00 223.09 285.91 - 62.325 405.00 215.86 189.14 - 62.350 349.00 210.62 138.38 - 62.375 309.00 207.00 102.00 - 62.400 273.00 204.92 68.08 - 62.425 269.00 204.80 64.20 - 62.450 244.00 208.45 35.55 - 62.475 252.00 220.29 31.71 - 62.500 286.00 244.16 41.84 - 62.525 309.00 278.43 30.57 - 62.550 289.00 291.80 -2.80 - 62.575 316.00 284.17 31.83 - 62.600 317.00 263.78 53.22 - 62.625 259.00 236.18 22.82 - 62.650 228.00 208.20 19.80 - 62.675 223.00 191.66 31.34 - 62.700 259.00 183.86 75.14 - 62.725 237.00 180.24 56.76 - 62.750 212.00 178.28 33.72 - 62.775 212.00 181.99 30.01 - 62.800 201.00 181.65 19.35 - 62.825 184.00 181.64 2.36 - 62.850 201.00 181.89 19.11 - 62.875 170.00 182.37 -12.37 - 62.900 165.00 183.10 -18.10 - 62.925 182.00 184.09 -2.09 - 62.950 182.00 185.38 -3.38 - 62.975 183.00 187.06 -4.06 - 63.000 199.00 189.24 9.76 - 63.025 200.00 193.29 6.71 - 63.050 208.00 197.19 10.81 - 63.075 190.00 202.11 -12.11 - 63.100 185.00 209.49 -24.49 - 63.125 230.00 220.13 9.87 - 63.150 275.00 236.13 38.87 - 63.175 352.00 264.10 87.90 - 63.200 448.00 322.95 125.05 - 63.225 647.00 461.86 185.14 - 63.250 956.00 748.02 207.98 - 63.275 1241.00 1140.91 100.09 - 63.300 1280.00 1232.75 47.25 - 63.325 1063.00 876.58 186.42 - 63.350 730.00 541.93 188.07 - 63.375 559.00 365.36 193.64 - 63.400 576.00 293.38 282.62 - 63.425 678.00 269.12 408.88 - 63.450 833.00 274.01 558.99 - 63.475 919.00 314.87 604.13 - 63.500 838.00 393.67 444.33 - 63.525 736.00 445.28 290.72 - 63.550 578.00 380.84 197.16 - 63.575 449.00 291.47 157.53 - 63.600 352.00 237.42 114.58 - 63.625 332.00 212.48 119.52 - 63.650 306.00 201.07 104.93 - 63.675 308.00 194.75 113.25 - 63.700 321.00 190.63 130.37 - 63.725 300.00 187.70 112.30 - 63.750 245.00 185.53 59.47 - 63.775 216.00 183.86 32.14 - 63.800 201.00 182.55 18.45 - 63.825 182.00 176.86 5.14 - 63.850 162.00 176.40 -14.40 - 63.875 147.00 176.04 -29.04 - 63.900 163.00 175.75 -12.75 - 63.925 193.00 175.51 17.49 - 63.950 149.00 175.32 -26.32 - 63.975 171.00 175.16 -4.16 - 64.000 166.00 175.03 -9.03 - 64.025 202.00 174.92 27.08 - 64.050 155.00 173.74 -18.74 - 64.075 141.00 181.81 -40.81 - 64.100 162.00 182.68 -20.68 - 64.125 155.00 183.71 -28.71 - 64.150 166.00 184.91 -18.91 - 64.175 190.00 186.34 3.66 - 64.200 174.00 188.06 -14.06 - 64.225 189.00 190.15 -1.15 - 64.250 211.00 192.72 18.28 - 64.275 169.00 195.93 -26.93 - 64.300 195.00 200.03 -5.03 - 64.325 197.00 205.37 -8.37 - 64.350 235.00 212.49 22.51 - 64.375 250.00 222.28 27.72 - 64.400 286.00 236.22 49.78 - 64.425 344.00 257.07 86.93 - 64.450 394.00 290.73 103.27 - 64.475 561.00 354.68 206.32 - 64.500 722.00 502.14 219.86 - 64.525 930.00 841.62 88.38 - 64.550 1317.00 1436.75 -119.75 - 64.575 1481.00 1879.82 -398.82 - 64.600 1358.00 1475.84 -117.84 - 64.625 1037.00 870.53 166.47 - 64.650 813.00 515.89 297.11 - 64.675 746.00 360.41 385.59 - 64.700 717.00 293.58 423.42 - 64.725 877.00 263.76 613.24 - 64.750 916.00 242.98 673.02 - 64.775 896.00 229.41 666.59 - 64.800 663.00 220.25 442.75 - 64.825 502.00 213.99 288.01 - 64.850 396.00 209.76 186.24 - 64.875 302.00 207.07 94.93 - 64.900 255.00 205.65 49.35 - 64.925 280.00 205.38 74.62 - 64.950 238.00 206.32 31.68 - 64.975 238.00 208.67 29.33 - 65.000 233.00 212.84 20.16 - 65.025 267.00 219.67 47.33 - 65.050 258.00 230.73 27.27 - 65.075 267.00 249.55 17.45 - 65.100 346.00 279.20 66.80 - 65.125 468.00 366.94 101.06 - 65.150 667.00 568.45 98.55 - 65.175 897.00 912.15 -15.15 - 65.200 976.00 1119.57 -143.57 - 65.225 870.00 847.14 22.86 - 65.250 617.00 522.42 94.58 - 65.275 478.00 345.72 132.28 - 65.300 483.00 270.53 212.47 - 65.325 485.00 237.43 247.57 - 65.350 541.00 219.60 321.40 - 65.375 636.00 208.48 427.52 - 65.400 625.00 201.05 423.95 - 65.425 465.00 195.89 269.11 - 65.450 354.00 192.23 161.77 - 65.475 276.00 189.71 86.29 - 65.500 231.00 188.32 42.68 - 65.525 232.00 188.77 43.23 - 65.550 190.00 189.81 0.19 - 65.575 216.00 188.83 27.17 - 65.600 192.00 185.64 6.36 - 65.625 191.00 183.20 7.80 - 65.650 172.00 181.83 -9.83 - 65.675 178.00 181.07 -3.07 - 65.700 212.00 176.22 35.78 - 65.725 172.00 176.33 -4.33 - 65.750 174.00 176.54 -2.54 - 65.775 183.00 176.84 6.16 - 65.800 142.00 177.29 -35.29 - 65.825 176.00 177.94 -1.94 - 65.850 174.00 178.92 -4.92 - 65.875 159.00 180.47 -21.47 - 65.900 196.00 185.96 10.04 - 65.925 194.00 192.46 1.54 - 65.950 202.00 207.62 -5.62 - 65.975 246.00 236.91 9.09 - 66.000 258.00 265.18 -7.18 - 66.025 272.00 249.03 22.97 - 66.050 227.00 217.54 9.46 - 66.075 206.00 199.59 6.41 - 66.100 220.00 192.68 27.32 - 66.125 234.00 198.59 35.41 - 66.150 235.00 199.86 35.14 - 66.175 252.00 202.85 49.15 - 66.200 241.00 207.75 33.25 - 66.225 246.00 215.36 30.64 - 66.250 280.00 227.54 52.46 - 66.275 326.00 249.68 76.32 - 66.300 391.00 298.51 92.49 - 66.325 456.00 410.52 45.48 - 66.350 640.00 608.76 31.24 - 66.375 670.00 733.93 -63.93 - 66.400 639.00 581.21 57.79 - 66.425 521.00 414.45 106.55 - 66.450 515.00 341.01 173.99 - 66.475 493.00 333.55 159.45 - 66.500 632.00 374.45 257.55 - 66.525 854.00 499.86 354.14 - 66.550 1153.00 811.55 341.45 - 66.575 1468.00 1373.31 94.69 - 66.600 1384.00 1702.03 -318.03 - 66.625 1196.00 1215.83 -19.83 - 66.650 879.00 699.32 179.68 - 66.675 770.00 437.05 332.95 - 66.700 660.00 327.48 332.52 - 66.725 705.00 283.09 421.91 - 66.750 773.00 255.65 517.35 - 66.775 815.00 238.61 576.39 - 66.800 766.00 227.52 538.48 - 66.825 626.00 220.15 405.85 - 66.850 469.00 215.32 253.68 - 66.875 409.00 209.99 199.01 - 66.900 338.00 208.79 129.21 - 66.925 280.00 208.97 71.03 - 66.950 267.00 210.60 56.40 - 66.975 303.00 213.98 89.02 - 67.000 290.00 219.71 70.29 - 67.025 315.00 228.97 86.03 - 67.050 308.00 244.02 63.98 - 67.075 375.00 263.47 111.53 - 67.100 471.00 316.52 154.48 - 67.125 637.00 442.16 194.84 - 67.150 830.00 728.15 101.85 - 67.175 1073.00 1167.41 -94.41 - 67.200 1024.00 1219.79 -195.79 - 67.225 833.00 789.33 43.67 - 67.250 639.00 474.42 164.58 - 67.275 528.00 331.93 196.07 - 67.300 502.00 273.23 228.77 - 67.325 569.00 245.18 323.82 - 67.350 667.00 229.64 437.36 - 67.375 732.00 220.94 511.06 - 67.400 600.00 217.04 382.96 - 67.425 516.00 217.87 298.13 - 67.450 444.00 226.56 217.44 - 67.475 417.00 253.51 163.49 - 67.500 430.00 314.24 115.76 - 67.525 431.00 385.80 45.20 - 67.550 409.00 355.63 53.37 - 67.575 399.00 283.28 115.72 - 67.600 319.00 249.59 69.41 - 67.625 289.00 256.74 32.26 - 67.650 333.00 301.59 31.41 - 67.675 368.00 341.00 27.00 - 67.700 368.00 299.26 68.74 - 67.725 375.00 240.29 134.71 - 67.750 332.00 209.03 122.97 - 67.775 257.00 195.71 61.29 - 67.800 253.00 189.53 63.47 - 67.825 244.00 190.86 53.14 - 67.850 250.00 189.23 60.77 - 67.875 251.00 188.44 62.56 - 67.900 239.00 188.25 50.75 - 67.925 260.00 188.55 71.45 - 67.950 202.00 189.33 12.67 - 67.975 234.00 190.62 43.38 - 68.000 236.00 196.63 39.37 - 68.025 222.00 200.13 21.87 - 68.050 268.00 204.95 63.05 - 68.075 246.00 211.85 34.15 - 68.100 261.00 226.75 34.25 - 68.125 301.00 245.37 55.63 - 68.150 352.00 276.73 75.27 - 68.175 434.00 322.99 111.01 - 68.200 507.00 386.43 120.57 - 68.225 687.00 544.82 142.18 - 68.250 891.00 872.00 19.00 - 68.275 929.00 1113.89 -184.89 - 68.300 869.00 843.77 25.23 - 68.325 744.00 569.13 174.87 - 68.350 766.00 485.48 280.52 - 68.375 883.00 575.54 307.46 - 68.400 1213.00 854.40 358.60 - 68.425 1390.00 1123.93 266.07 - 68.450 1383.00 917.07 465.93 - 68.475 1276.00 698.69 577.31 - 68.500 1228.00 756.24 471.76 - 68.525 1172.00 979.58 192.42 - 68.550 1129.00 865.19 263.81 - 68.575 970.00 551.80 418.20 - 68.600 905.00 370.64 534.36 - 68.625 839.00 291.64 547.36 - 68.650 745.00 254.89 490.11 - 68.675 632.00 234.34 397.66 - 68.700 628.00 221.22 406.78 - 68.725 600.00 212.23 387.77 - 68.750 552.00 201.51 350.49 - 68.775 393.00 197.13 195.87 - 68.800 307.00 193.80 113.20 - 68.825 265.00 191.22 73.78 - 68.850 275.00 189.17 85.83 - 68.875 215.00 187.68 27.32 - 68.900 233.00 182.24 50.76 - 68.925 208.00 181.54 26.46 - 68.950 186.00 180.98 5.02 - 68.975 180.00 180.52 -0.52 - 69.000 200.00 176.46 23.54 - 69.025 182.00 176.52 5.48 - 69.050 178.00 176.61 1.39 - 69.075 170.00 176.71 -6.71 - 69.100 180.00 176.86 3.14 - 69.125 177.00 177.06 -0.06 - 69.150 190.00 182.95 7.05 - 69.175 173.00 184.14 -11.14 - 69.200 203.00 185.79 17.21 - 69.225 200.00 188.38 11.62 - 69.250 185.00 197.02 -12.02 - 69.275 218.00 207.40 10.60 - 69.300 207.00 222.27 -15.27 - 69.325 244.00 223.57 20.43 - 69.350 220.00 216.33 3.67 - 69.375 243.00 216.10 26.90 - 69.400 266.00 222.74 43.26 - 69.425 280.00 235.74 44.26 - 69.450 324.00 257.96 66.04 - 69.475 394.00 299.08 94.92 - 69.500 567.00 389.80 177.20 - 69.525 690.00 604.92 85.08 - 69.550 853.00 992.12 -139.12 - 69.575 934.00 1109.76 -175.76 - 69.600 815.00 796.96 18.04 - 69.625 877.00 694.51 182.49 - 69.650 894.00 840.39 53.61 - 69.675 888.00 824.56 63.44 - 69.700 744.00 546.91 197.09 - 69.725 665.00 371.54 293.46 - 69.750 674.00 295.84 378.16 - 69.775 693.00 263.25 429.75 - 69.800 634.00 247.23 386.77 - 69.825 583.00 239.83 343.17 - 69.850 589.00 238.32 350.68 - 69.875 572.00 242.37 329.63 - 69.900 455.00 253.75 201.25 - 69.925 501.00 277.15 223.85 - 69.950 497.00 326.68 170.32 - 69.975 637.00 447.19 189.81 - 70.000 833.00 734.29 98.71 - 70.025 1120.00 1157.06 -37.06 - 70.050 968.00 1043.41 -75.41 - 70.075 776.00 618.34 157.66 - 70.100 526.00 386.14 139.86 - 70.125 397.00 292.41 104.59 - 70.150 372.00 250.55 121.45 - 70.175 472.00 227.99 244.01 - 70.200 548.00 214.27 333.73 - 70.225 682.00 205.32 476.68 - 70.250 632.00 200.56 431.44 - 70.275 479.00 196.36 282.64 - 70.300 341.00 193.34 147.66 - 70.325 304.00 191.15 112.85 - 70.350 211.00 189.57 21.43 - 70.375 213.00 188.48 24.52 - 70.400 199.00 187.80 11.20 - 70.425 185.00 187.50 -2.50 - 70.450 190.00 187.63 2.37 - 70.475 194.00 182.67 11.33 - 70.500 183.00 187.92 -4.92 - 70.525 193.00 191.27 1.73 - 70.550 204.00 196.54 7.46 - 70.575 201.00 205.76 -4.76 - 70.600 264.00 225.14 38.86 - 70.625 298.00 271.60 26.40 - 70.650 373.00 365.45 7.55 - 70.675 364.00 412.44 -48.44 - 70.700 306.00 320.26 -14.26 - 70.725 270.00 253.96 16.04 - 70.750 271.00 229.39 41.61 - 70.775 259.00 224.69 34.31 - 70.800 298.00 232.90 65.10 - 70.825 371.00 254.25 116.75 - 70.850 433.00 308.61 124.39 - 70.875 565.00 441.90 123.10 - 70.900 625.00 664.27 -39.27 - 70.925 581.00 668.13 -87.13 - 70.950 460.00 438.12 21.88 - 70.975 365.00 304.50 60.50 - 71.000 291.00 250.09 40.91 - 71.025 270.00 227.10 42.90 - 71.050 311.00 216.45 94.55 - 71.075 317.00 212.50 104.50 - 71.100 411.00 213.00 198.00 - 71.125 435.00 223.70 211.30 - 71.150 426.00 255.17 170.83 - 71.175 481.00 331.15 149.85 - 71.200 415.00 411.60 3.40 - 71.225 358.00 338.12 19.88 - 71.250 268.00 255.03 12.97 - 71.275 245.00 217.63 27.37 - 71.300 239.00 201.93 37.07 - 71.325 204.00 193.87 10.13 - 71.350 246.00 186.63 59.37 - 71.375 236.00 184.03 51.97 - 71.400 272.00 182.31 89.69 - 71.425 241.00 181.11 59.89 - 71.450 203.00 180.25 22.75 - 71.475 182.00 179.61 2.39 - 71.500 189.00 179.12 9.88 - 71.525 163.00 178.74 -15.74 - 71.550 165.00 178.44 -13.44 - 71.575 161.00 178.19 -17.19 - 71.600 145.00 177.99 -32.99 - 71.625 149.00 176.66 -27.66 - 71.650 163.00 176.77 -13.77 - 71.675 166.00 176.80 -10.80 - 71.700 138.00 176.85 -38.85 - 71.725 141.00 176.91 -35.91 - 71.750 158.00 176.98 -18.98 - 71.775 145.00 177.07 -32.07 - 71.800 131.00 177.20 -46.20 - 71.825 135.00 177.37 -42.37 - 71.850 147.00 177.61 -30.61 - 71.875 133.00 177.98 -44.98 - 71.900 140.00 178.56 -38.56 - 71.925 144.00 182.11 -38.11 - 71.950 155.00 184.54 -29.54 - 71.975 157.00 189.83 -32.83 - 72.000 196.00 201.03 -5.03 - 72.025 193.00 210.86 -17.86 - 72.050 175.00 208.07 -33.07 - 72.075 172.00 198.93 -26.93 - 72.100 174.00 192.79 -18.79 - 72.125 148.00 191.85 -43.85 - 72.150 164.00 194.10 -30.10 - 72.175 177.00 199.36 -22.36 - 72.200 183.00 209.43 -26.43 - 72.225 250.00 230.09 19.91 - 72.250 310.00 279.24 30.76 - 72.275 439.00 396.67 42.33 - 72.300 401.00 533.51 -132.51 - 72.325 356.00 418.26 -62.26 - 72.350 276.00 289.23 -13.23 - 72.375 178.00 233.62 -55.62 - 72.400 216.00 210.39 5.61 - 72.425 209.00 198.79 10.21 - 72.450 222.00 192.29 29.71 - 72.475 263.00 188.18 74.82 - 72.500 281.00 185.54 95.46 - 72.525 270.00 183.72 86.28 - 72.550 217.00 182.43 34.57 - 72.575 181.00 181.51 -0.51 - 72.600 183.00 180.86 2.14 - 72.625 174.00 180.50 -6.50 - 72.650 171.00 180.55 -9.55 - 72.675 151.00 181.44 -30.44 - 72.700 142.00 182.68 -40.68 - 72.725 130.00 179.17 -49.17 - 72.750 147.00 177.74 -30.74 - 72.775 146.00 177.13 -31.13 - 72.800 148.00 176.88 -28.88 - 72.825 124.00 176.75 -52.75 - 72.850 129.00 176.68 -47.68 - 72.875 128.00 176.63 -48.63 - 72.900 135.00 176.60 -41.60 - 72.925 143.00 176.58 -33.58 - 72.950 135.00 176.56 -41.56 - 72.975 145.00 176.55 -31.55 - 73.000 134.00 176.54 -42.54 - 73.025 131.00 176.53 -45.53 - 73.050 154.00 176.52 -22.52 - 73.075 135.00 176.52 -41.52 - 73.100 139.00 176.49 -37.49 - 73.125 155.00 176.49 -21.49 - 73.150 143.00 176.48 -33.48 - 73.175 151.00 178.03 -27.03 - 73.200 154.00 178.26 -24.26 - 73.225 160.00 178.53 -18.53 - 73.250 141.00 178.88 -37.88 - 73.275 160.00 184.91 -24.91 - 73.300 155.00 186.32 -31.32 - 73.325 171.00 188.12 -17.12 - 73.350 166.00 190.48 -24.48 - 73.375 159.00 193.66 -34.66 - 73.400 187.00 198.14 -11.14 - 73.425 205.00 204.74 0.26 - 73.450 212.00 215.18 -3.18 - 73.475 230.00 233.49 -3.49 - 73.500 313.00 270.88 42.12 - 73.525 346.00 355.44 -9.44 - 73.550 402.00 474.03 -72.03 - 73.575 511.00 451.52 59.48 - 73.600 535.00 486.20 48.80 - 73.625 696.00 733.45 -37.45 - 73.650 717.00 993.98 -276.98 - 73.675 624.00 665.95 -41.95 - 73.700 520.00 405.54 114.46 - 73.725 421.00 298.44 122.56 - 73.750 399.00 251.32 147.68 - 73.775 344.00 226.94 117.06 - 73.800 380.00 212.74 167.26 - 73.825 468.00 203.78 264.22 - 73.850 482.00 199.15 282.85 - 73.875 453.00 195.14 257.86 - 73.900 373.00 192.33 180.67 - 73.925 267.00 190.36 76.64 - 73.950 229.00 187.62 41.38 - 73.975 209.00 186.97 22.03 - 74.000 176.00 186.81 -10.81 - 74.025 193.00 187.19 5.81 - 74.050 210.00 183.46 26.54 - 74.075 179.00 186.28 -7.28 - 74.100 173.00 193.22 -20.22 - 74.125 207.00 202.87 4.13 - 74.150 225.00 224.03 0.97 - 74.175 265.00 276.08 -11.08 - 74.200 315.00 357.54 -42.54 - 74.225 289.00 309.22 -20.22 - 74.250 229.00 245.16 -16.16 - 74.275 197.00 218.58 -21.58 - 74.300 204.00 209.66 -5.66 - 74.325 221.00 208.66 12.34 - 74.350 249.00 213.58 35.42 - 74.375 258.00 226.65 31.35 - 74.400 290.00 257.31 32.69 - 74.425 401.00 333.69 67.31 - 74.450 434.00 463.01 -29.01 - 74.475 421.00 403.80 17.20 - 74.500 368.00 305.71 62.29 - 74.525 358.00 278.97 79.03 - 74.550 396.00 297.82 98.18 - 74.575 462.00 377.90 84.10 - 74.600 547.00 588.35 -41.35 - 74.625 580.00 740.13 -160.13 - 74.650 497.00 483.34 13.66 - 74.675 442.00 323.01 118.99 - 74.700 397.00 258.41 138.59 - 74.725 313.00 229.20 83.80 - 74.750 316.00 214.14 101.86 - 74.775 296.00 205.77 90.23 - 74.800 341.00 201.06 139.94 - 74.825 355.00 198.77 156.23 - 74.850 373.00 196.76 176.24 - 74.875 333.00 198.82 134.18 - 74.900 274.00 204.05 69.95 - 74.925 262.00 215.33 46.67 - 74.950 290.00 240.70 49.30 - 74.975 329.00 304.09 24.91 - 75.000 333.00 432.08 -99.08 - 75.025 356.00 411.02 -55.02 - 75.050 280.00 285.50 -5.50 - 75.075 237.00 230.03 6.97 - 75.100 214.00 209.26 4.74 - 75.125 238.00 198.48 39.52 - 75.150 243.00 192.83 50.17 - 75.175 204.00 189.74 14.26 - 75.200 239.00 188.13 50.87 - 75.225 255.00 187.53 67.47 - 75.250 249.00 187.78 61.22 - 75.275 226.00 188.93 37.07 - 75.300 191.00 191.28 -0.28 - 75.325 222.00 195.53 26.47 - 75.350 193.00 203.32 -10.32 - 75.375 236.00 218.66 17.34 - 75.400 264.00 251.01 12.99 - 75.425 308.00 336.40 -28.40 - 75.450 340.00 473.94 -133.94 - 75.475 330.00 388.46 -58.46 - 75.500 282.00 273.20 8.80 - 75.525 229.00 228.22 0.78 - 75.550 235.00 208.15 26.85 - 75.575 204.00 198.40 5.60 - 75.600 203.00 193.26 9.74 - 75.625 252.00 190.50 61.50 - 75.650 249.00 189.19 59.81 - 75.675 232.00 188.97 43.03 - 75.700 222.00 189.74 32.26 - 75.725 217.00 191.71 25.29 - 75.750 226.00 195.44 30.56 - 75.775 222.00 203.69 18.31 - 75.800 238.00 216.88 21.12 - 75.825 265.00 244.65 20.35 - 75.850 341.00 309.61 31.39 - 75.875 339.00 457.73 -118.73 - 75.900 338.00 473.59 -135.59 - 75.925 302.00 321.88 -19.88 - 75.950 275.00 250.19 24.81 - 75.975 242.00 222.07 19.93 - 76.000 218.00 210.88 7.12 - 76.025 232.00 208.48 23.52 - 76.050 297.00 214.10 82.90 - 76.075 360.00 241.08 118.92 - 76.100 399.00 296.16 102.84 - 76.125 423.00 378.00 45.00 - 76.150 365.00 318.01 46.99 - 76.175 273.00 251.66 21.34 - 76.200 254.00 226.42 27.58 - 76.225 262.00 218.21 43.79 - 76.250 216.00 218.01 -2.01 - 76.275 316.00 221.54 94.46 - 76.300 339.00 234.46 104.54 - 76.325 402.00 258.98 143.02 - 76.350 509.00 307.66 201.34 - 76.375 598.00 416.10 181.90 - 76.400 700.00 685.42 14.58 - 76.425 742.00 1104.76 -362.76 - 76.450 619.00 829.13 -210.13 - 76.475 470.00 476.86 -6.86 - 76.500 398.00 331.21 66.79 - 76.525 379.00 266.77 112.23 - 76.550 352.00 235.16 116.84 - 76.575 351.00 217.39 133.61 - 76.600 379.00 209.15 169.85 - 76.625 443.00 202.41 240.59 - 76.650 466.00 198.00 268.00 - 76.675 438.00 195.12 242.88 - 76.700 357.00 193.37 163.63 - 76.725 289.00 192.53 96.47 - 76.750 258.00 192.58 65.42 - 76.775 233.00 193.64 39.36 - 76.800 216.00 196.08 19.92 - 76.825 241.00 194.87 46.13 - 76.850 235.00 204.31 30.69 - 76.875 277.00 222.42 54.58 - 76.900 309.00 262.17 46.83 - 76.925 358.00 360.12 -2.12 - 76.950 356.00 511.08 -155.08 - 76.975 323.00 414.23 -91.23 - 77.000 273.00 287.63 -14.63 - 77.025 243.00 235.58 7.42 - 77.050 224.00 213.44 10.56 - 77.075 243.00 202.90 40.10 - 77.100 250.00 197.71 52.29 - 77.125 220.00 195.48 24.52 - 77.150 267.00 195.36 71.64 - 77.175 291.00 197.27 93.73 - 77.200 282.00 201.85 80.15 - 77.225 252.00 210.91 41.09 - 77.250 255.00 229.11 25.89 - 77.275 328.00 269.48 58.52 - 77.300 357.00 369.40 -12.40 - 77.325 411.00 543.95 -132.95 - 77.350 375.00 459.52 -84.52 - 77.375 323.00 307.13 15.87 - 77.400 267.00 242.35 24.65 - 77.425 240.00 214.53 25.47 - 77.450 208.00 200.76 7.24 - 77.475 209.00 193.09 15.91 - 77.500 236.00 188.41 47.59 - 77.525 248.00 185.35 62.65 - 77.550 261.00 183.26 77.74 - 77.575 256.00 181.76 74.24 - 77.600 244.00 180.65 63.35 - 77.625 203.00 179.80 23.20 - 77.650 173.00 179.14 -6.14 - 77.675 170.00 178.62 -8.62 - 77.700 174.00 178.19 -4.19 - 77.725 168.00 175.41 -7.41 - 77.750 167.00 175.41 -8.41 - 77.775 181.00 175.40 5.60 - 77.800 159.00 187.45 -28.45 - 77.825 195.00 189.19 5.81 - 77.850 168.00 191.36 -23.36 - 77.875 180.00 194.10 -14.10 - 77.900 186.00 197.66 -11.66 - 77.925 175.00 202.47 -27.47 - 77.950 191.00 208.61 -17.61 - 77.975 213.00 216.36 -3.36 - 78.000 274.00 227.76 46.24 - 78.025 266.00 245.07 20.93 - 78.050 323.00 272.64 50.36 - 78.075 421.00 319.93 101.07 - 78.100 552.00 409.68 142.32 - 78.125 799.00 604.51 194.49 - 78.150 1129.00 1081.95 47.05 - 78.175 1277.00 1867.57 -590.57 - 78.200 1123.00 1441.72 -318.72 - 78.225 820.00 765.15 54.85 - 78.250 610.00 479.27 130.73 - 78.275 504.00 355.86 148.14 - 78.300 408.00 294.90 113.10 - 78.325 478.00 261.70 216.30 - 78.350 543.00 242.35 300.65 - 78.375 708.00 231.27 476.73 - 78.400 817.00 226.19 590.81 - 78.425 736.00 227.18 508.82 - 78.450 641.00 237.59 403.41 - 78.475 568.00 268.96 299.04 - 78.500 413.00 348.35 64.65 - 78.525 433.00 399.40 33.60 - 78.550 373.00 307.63 65.37 - 78.575 314.00 246.23 67.77 - 78.600 321.00 243.59 77.41 - 78.625 244.00 261.37 -17.37 - 78.650 262.00 240.70 21.30 - 78.675 251.00 227.66 23.34 - 78.700 232.00 212.24 19.76 - 78.725 241.00 195.70 45.30 - 78.750 216.00 187.78 28.22 - 78.775 240.00 183.80 56.20 - 78.800 212.00 181.51 30.49 - 78.825 196.00 180.05 15.95 - 78.850 173.00 179.04 -6.04 - 78.875 187.00 178.31 8.69 - 78.900 175.00 177.76 -2.76 - 78.925 173.00 176.06 -3.06 - 78.950 152.00 176.23 -24.23 - 78.975 163.00 176.13 -13.13 - 79.000 143.00 176.07 -33.07 - 79.025 135.00 175.65 -40.65 - 79.050 122.00 175.71 -53.71 - 79.075 139.00 175.64 -36.64 - 79.100 128.00 175.81 -47.81 - 79.125 134.00 176.05 -42.05 - 79.150 140.00 176.41 -36.41 - 79.175 117.00 176.93 -59.93 - 79.200 150.00 177.78 -27.78 - 79.225 134.00 179.25 -45.25 - 79.250 152.00 182.04 -30.04 - 79.275 127.00 188.08 -61.08 - 79.300 170.00 202.67 -32.67 - 79.325 158.00 225.99 -67.99 - 79.350 155.00 212.63 -57.63 - 79.375 173.00 192.41 -19.41 - 79.400 161.00 183.80 -22.80 - 79.425 136.00 180.06 -44.06 - 79.450 128.00 178.20 -50.20 - 79.475 177.00 179.44 -2.44 - 79.500 165.00 179.22 -14.22 - 79.525 140.00 179.30 -39.30 - 79.550 154.00 179.38 -25.38 - 79.575 143.00 179.72 -36.72 - 79.600 168.00 180.36 -12.36 - 79.625 189.00 181.35 7.65 - 79.650 130.00 182.81 -52.81 - 79.675 160.00 184.96 -24.96 - 79.700 151.00 188.26 -37.26 - 79.725 182.00 193.23 -11.23 - 79.750 221.00 202.50 18.50 - 79.775 238.00 220.28 17.72 - 79.800 260.00 259.31 0.69 - 79.825 315.00 353.64 -38.64 - 79.850 327.00 485.76 -158.76 - 79.875 311.00 390.99 -79.99 - 79.900 246.00 275.94 -29.94 - 79.925 211.00 227.24 -16.24 - 79.950 204.00 205.80 -1.80 - 79.975 196.00 195.04 0.96 - 80.000 211.00 188.91 22.09 - 80.025 191.00 185.14 5.86 - 80.050 234.00 182.67 51.33 - 80.075 225.00 180.96 44.04 - 80.100 255.00 179.75 75.25 - 80.125 200.00 178.86 21.14 - 80.150 186.00 178.20 7.80 - 80.175 186.00 177.72 8.28 - 80.200 162.00 177.39 -15.39 - 80.225 140.00 177.21 -37.21 - 80.250 153.00 175.17 -22.17 - 80.275 147.00 175.79 -28.79 - 80.300 143.00 177.23 -34.23 - 80.325 153.00 180.61 -27.61 - 80.350 154.00 183.15 -29.15 - 80.375 133.00 179.20 -46.20 - 80.400 145.00 176.56 -31.56 - 80.425 148.00 175.46 -27.46 - 80.450 165.00 178.17 -13.17 - 80.475 155.00 178.36 -23.36 - 80.500 155.00 178.77 -23.77 - 80.525 147.00 179.38 -32.38 - 80.550 176.00 180.22 -4.22 - 80.575 149.00 181.36 -32.36 - 80.600 165.00 182.91 -17.91 - 80.625 136.00 185.06 -49.06 - 80.650 163.00 188.17 -25.17 - 80.675 163.00 197.69 -34.69 - 80.700 198.00 205.81 -7.81 - 80.725 215.00 219.40 -4.40 - 80.750 249.00 244.60 4.40 - 80.775 304.00 298.33 5.67 - 80.800 377.00 426.27 -49.27 - 80.825 414.00 624.49 -210.49 - 80.850 339.00 512.81 -173.81 - 80.875 322.00 347.08 -25.08 - 80.900 284.00 280.90 3.10 - 80.925 301.00 260.17 40.83 - 80.950 311.00 263.68 47.32 - 80.975 380.00 292.13 87.87 - 81.000 550.00 368.45 181.55 - 81.025 624.00 561.77 62.23 - 81.050 660.00 842.12 -182.12 - 81.075 617.00 644.64 -27.64 - 81.100 461.00 398.31 62.69 - 81.125 363.00 292.83 70.17 - 81.150 284.00 245.94 38.06 - 81.175 266.00 222.01 43.99 - 81.200 268.00 208.32 59.68 - 81.225 289.00 197.63 91.37 - 81.250 340.00 192.43 147.57 - 81.275 375.00 188.93 186.07 - 81.300 363.00 186.54 176.46 - 81.325 327.00 184.97 142.03 - 81.350 259.00 184.19 74.81 - 81.375 216.00 184.33 31.67 - 81.400 172.00 184.06 -12.06 - 81.425 180.00 183.04 -3.04 - 81.450 208.00 178.55 29.45 - 81.475 177.00 179.97 -2.97 - 81.500 157.00 182.56 -25.56 - 81.525 189.00 187.41 1.59 - 81.550 192.00 197.37 -5.37 - 81.575 222.00 220.61 1.39 - 81.600 222.00 271.15 -49.15 - 81.625 188.00 283.95 -95.95 - 81.650 184.00 230.20 -46.20 - 81.675 164.00 201.23 -37.23 - 81.700 173.00 189.03 -16.03 - 81.725 182.00 183.22 -1.22 - 81.750 153.00 180.09 -27.09 - 81.775 158.00 178.23 -20.23 - 81.800 158.00 177.02 -19.02 - 81.825 183.00 176.21 6.79 - 81.850 190.00 175.64 14.36 - 81.875 178.00 175.21 2.79 - 81.900 169.00 174.89 -5.89 - 81.925 145.00 174.64 -29.64 - 81.950 170.00 174.44 -4.44 - 81.975 138.00 174.27 -36.27 - 82.000 169.00 174.13 -5.13 - 82.025 133.00 173.27 -40.27 - 82.050 134.00 173.25 -39.25 - 82.075 122.00 173.24 -51.24 - 82.100 126.00 173.22 -47.22 - 82.125 153.00 173.21 -20.21 - 82.150 112.00 173.19 -61.19 - 82.175 125.00 173.18 -48.18 - 82.200 127.00 173.16 -46.16 - 82.225 147.00 173.15 -26.15 - 82.250 125.00 173.13 -48.13 - 82.275 125.00 173.12 -48.12 - 82.300 142.00 173.10 -31.10 - 82.325 143.00 174.01 -31.01 - 82.350 138.00 174.13 -36.13 - 82.375 145.00 174.28 -29.28 - 82.400 166.00 174.47 -8.47 - 82.425 165.00 174.72 -9.72 - 82.450 156.00 175.05 -19.05 - 82.475 154.00 179.89 -25.89 - 82.500 169.00 184.72 -15.72 - 82.525 130.00 186.86 -56.86 - 82.550 173.00 189.75 -16.75 - 82.575 155.00 193.82 -38.82 - 82.600 178.00 199.95 -21.95 - 82.625 211.00 210.08 0.92 - 82.650 247.00 229.25 17.75 - 82.675 289.00 270.51 18.49 - 82.700 310.00 333.54 -23.54 - 82.725 276.00 316.62 -40.62 - 82.750 303.00 290.72 12.28 - 82.775 376.00 308.69 67.31 - 82.800 468.00 379.84 88.16 - 82.825 665.00 550.16 114.84 - 82.850 803.00 908.96 -105.96 - 82.875 829.00 1106.69 -277.69 - 82.900 683.00 950.17 -267.17 - 82.925 570.00 589.78 -19.78 - 82.950 507.00 391.98 115.02 - 82.975 383.00 306.35 76.65 - 83.000 335.00 265.99 69.01 - 83.025 352.00 246.25 105.75 - 83.050 412.00 238.50 173.50 - 83.075 522.00 240.86 281.14 - 83.100 575.00 256.21 318.79 - 83.125 652.00 301.11 350.89 - 83.150 681.00 415.17 265.83 - 83.175 634.00 576.32 57.68 - 83.200 466.00 459.38 6.62 - 83.225 368.00 314.33 53.67 - 83.250 301.00 251.03 49.97 - 83.275 214.00 218.62 -4.62 - 83.300 226.00 201.00 25.00 - 83.325 205.00 193.37 11.63 - 83.350 239.00 188.94 50.06 - 83.375 226.00 186.39 39.61 - 83.400 271.00 185.18 85.82 - 83.425 279.00 185.18 93.82 - 83.450 280.00 186.71 93.29 - 83.475 247.00 190.82 56.18 - 83.500 223.00 200.64 22.36 - 83.525 201.00 224.84 -23.84 - 83.550 199.00 270.78 -71.78 - 83.575 198.00 259.22 -61.22 - 83.600 206.00 214.87 -8.87 - 83.625 191.00 193.81 -2.81 - 83.650 154.00 184.70 -30.70 - 83.675 174.00 180.23 -6.23 - 83.700 144.00 177.75 -33.75 - 83.725 155.00 177.18 -22.18 - 83.750 161.00 176.38 -15.38 - 83.775 172.00 175.87 -3.87 - 83.800 178.00 175.60 2.40 - 83.825 192.00 175.51 16.49 - 83.850 155.00 175.59 -20.59 - 83.875 171.00 175.84 -4.84 - 83.900 155.00 176.30 -21.30 - 83.925 160.00 177.06 -17.06 - 83.950 138.00 178.28 -40.28 - 83.975 156.00 179.63 -23.63 - 84.000 178.00 183.16 -5.16 - 84.025 163.00 189.74 -26.74 - 84.050 191.00 203.56 -12.56 - 84.075 200.00 236.04 -36.04 - 84.100 208.00 293.32 -85.32 - 84.125 186.00 277.95 -91.95 - 84.150 167.00 224.86 -57.86 - 84.175 183.00 198.87 -15.87 - 84.200 157.00 190.54 -33.54 - 84.225 148.00 188.69 -40.69 - 84.250 163.00 186.56 -23.56 - 84.275 174.00 185.88 -11.88 - 84.300 187.00 186.15 0.85 - 84.325 182.00 187.22 -5.22 - 84.350 189.00 189.10 -0.10 - 84.375 190.00 191.96 -1.96 - 84.400 190.00 196.15 -6.15 - 84.425 199.00 202.36 -3.36 - 84.450 240.00 211.82 28.18 - 84.475 247.00 226.96 20.04 - 84.500 334.00 253.09 80.91 - 84.525 391.00 302.09 88.91 - 84.550 512.00 409.64 102.36 - 84.575 618.00 650.59 -32.59 - 84.600 663.00 922.33 -259.33 - 84.625 593.00 875.20 -282.20 - 84.650 456.00 561.23 -105.23 - 84.675 395.00 367.83 27.17 - 84.700 343.00 283.29 59.71 - 84.725 288.00 242.57 45.43 - 84.750 292.00 220.38 71.62 - 84.775 310.00 207.09 102.91 - 84.800 392.00 198.53 193.47 - 84.825 389.00 192.71 196.29 - 84.850 437.00 188.57 248.43 - 84.875 361.00 185.53 175.47 - 84.900 351.00 183.24 167.76 - 84.925 262.00 181.46 80.54 - 84.950 250.00 180.06 69.94 - 84.975 233.00 178.96 54.04 - 85.000 197.00 175.20 21.80 - 85.025 195.00 171.63 23.37 - 85.050 171.00 171.82 -0.82 - 85.075 174.00 172.28 1.72 - 85.100 171.00 173.28 -2.28 - 85.125 159.00 173.56 -14.56 - 85.150 158.00 172.46 -14.46 - 85.175 120.00 171.84 -51.84 - 85.200 128.00 173.62 -45.62 - 85.225 140.00 173.77 -33.77 - 85.250 148.00 174.04 -26.04 - 85.275 156.00 174.42 -18.42 - 85.300 133.00 174.93 -41.93 - 85.325 156.00 175.61 -19.61 - 85.350 144.00 176.52 -32.52 - 85.375 163.00 177.77 -14.77 - 85.400 158.00 179.53 -21.53 - 85.425 158.00 182.11 -24.11 - 85.450 154.00 186.10 -32.10 - 85.475 165.00 192.65 -27.65 - 85.500 196.00 204.41 -8.41 - 85.525 206.00 228.05 -22.05 - 85.550 256.00 281.93 -25.93 - 85.575 278.00 397.22 -119.22 - 85.600 255.00 437.77 -182.77 - 85.625 253.00 313.93 -60.93 - 85.650 223.00 241.55 -18.55 - 85.675 190.00 210.51 -20.51 - 85.700 196.00 195.72 0.28 - 85.725 176.00 187.76 -11.76 - 85.750 171.00 183.03 -12.03 - 85.775 212.00 180.02 31.98 - 85.800 204.00 177.98 26.02 - 85.825 252.00 176.53 75.47 - 85.850 224.00 175.47 48.53 - 85.875 192.00 174.67 17.33 - 85.900 180.00 174.05 5.95 - 85.925 172.00 173.56 -1.56 - 85.950 166.00 173.16 -7.16 - 85.975 159.00 172.84 -13.84 - 86.000 155.00 170.67 -15.67 - 86.025 148.00 170.71 -22.71 - 86.050 167.00 170.70 -3.70 - 86.075 137.00 170.79 -33.79 - 86.100 178.00 170.80 7.20 - 86.125 161.00 178.93 -17.93 - 86.150 180.00 180.07 -0.07 - 86.175 156.00 181.47 -25.47 - 86.200 169.00 183.20 -14.20 - 86.225 178.00 185.40 -7.40 - 86.250 174.00 188.23 -14.23 - 86.275 181.00 191.97 -10.97 - 86.300 172.00 197.06 -25.06 - 86.325 238.00 204.25 33.75 - 86.350 209.00 214.92 -5.92 - 86.375 240.00 231.86 8.14 - 86.400 343.00 259.42 83.58 - 86.425 384.00 300.76 83.24 - 86.450 500.00 380.85 119.15 - 86.475 673.00 555.10 117.90 - 86.500 704.00 941.67 -237.67 - 86.525 763.00 1307.70 -544.70 - 86.550 656.00 881.12 -225.12 - 86.575 551.00 518.65 32.35 - 86.600 406.00 361.41 44.59 - 86.625 354.00 289.18 64.82 - 86.650 352.00 251.88 100.12 - 86.675 301.00 230.78 70.22 - 86.700 357.00 218.21 138.79 - 86.725 414.00 210.72 203.28 - 86.750 440.00 206.68 233.32 - 86.775 502.00 205.50 296.50 - 86.800 459.00 207.33 251.67 - 86.825 425.00 213.32 211.68 - 86.850 378.00 226.84 151.16 - 86.875 418.00 256.56 161.44 - 86.900 427.00 325.58 101.42 - 86.925 467.00 453.05 13.95 - 86.950 441.00 473.61 -32.61 - 86.975 400.00 426.89 -26.89 - 87.000 327.00 322.77 4.23 - 87.025 278.00 249.32 28.68 - 87.050 259.00 215.87 43.13 - 87.075 240.00 199.50 40.50 - 87.100 213.00 190.47 22.53 - 87.125 206.00 184.99 21.01 - 87.150 241.00 181.42 59.58 - 87.175 263.00 178.97 84.03 - 87.200 287.00 177.21 109.79 - 87.225 291.00 175.91 115.09 - 87.250 245.00 174.91 70.09 - 87.275 243.00 174.13 68.87 - 87.300 198.00 176.11 21.89 - 87.325 195.00 175.96 19.04 - 87.350 195.00 174.36 20.64 - 87.375 164.00 174.73 -10.73 - 87.400 178.00 174.28 3.72 - 87.425 161.00 175.13 -14.13 - 87.450 161.00 176.26 -15.26 - 87.475 183.00 177.78 5.22 - 87.500 177.00 179.90 -2.90 - 87.525 177.00 182.97 -5.97 - 87.550 177.00 187.64 -10.64 - 87.575 192.00 195.18 -3.18 - 87.600 219.00 208.43 10.57 - 87.625 260.00 234.57 25.43 - 87.650 310.00 292.84 17.16 - 87.675 337.00 418.37 -81.37 - 87.700 312.00 510.75 -198.75 - 87.725 290.00 379.09 -89.09 - 87.750 275.00 272.90 2.10 - 87.775 243.00 225.81 17.19 - 87.800 192.00 204.10 -12.10 - 87.825 200.00 192.71 7.29 - 87.850 212.00 186.06 25.94 - 87.875 205.00 181.86 23.14 - 87.900 180.00 179.06 0.94 - 87.925 219.00 177.10 41.90 - 87.950 274.00 175.69 98.31 - 87.975 271.00 174.66 96.34 - 88.000 200.00 173.92 26.08 - 88.025 205.00 173.45 31.55 - 88.050 195.00 173.37 21.63 - 88.075 179.00 173.77 5.23 - 88.100 171.00 173.54 -2.54 - 88.125 171.00 170.16 0.84 - 88.150 147.00 169.63 -22.63 - 88.175 147.00 169.39 -22.39 - 88.200 167.00 169.26 -2.26 - 88.225 159.00 169.19 -10.19 - 88.250 157.00 169.13 -12.13 - 88.275 145.00 169.09 -24.09 - 88.300 164.00 169.06 -5.06 - 88.325 142.00 171.02 -29.02 - 88.350 143.00 171.24 -28.24 - 88.375 164.00 171.52 -7.52 - 88.400 157.00 171.87 -14.87 - 88.425 153.00 172.30 -19.30 - 88.450 145.00 172.84 -27.84 - 88.475 168.00 173.55 -5.55 - 88.500 159.00 174.47 -15.47 - 88.525 169.00 175.69 -6.69 - 88.550 137.00 177.40 -40.40 - 88.575 182.00 179.84 2.16 - 88.600 196.00 183.49 12.51 - 88.625 218.00 189.26 28.74 - 88.650 216.00 199.13 16.87 - 88.675 223.00 220.97 2.03 - 88.700 269.00 262.71 6.29 - 88.725 295.00 353.25 -58.25 - 88.750 288.00 461.90 -173.90 - 88.775 280.00 395.34 -115.34 - 88.800 281.00 287.82 -6.82 - 88.825 187.00 234.96 -47.96 - 88.850 264.00 212.27 51.73 - 88.875 216.00 206.38 9.62 - 88.900 220.00 202.75 17.25 - 88.925 242.00 202.95 39.05 - 88.950 264.00 206.60 57.40 - 88.975 272.00 214.61 57.39 - 89.000 326.00 229.91 96.09 - 89.025 362.00 260.70 101.30 - 89.050 407.00 328.58 78.42 - 89.075 468.00 470.15 -2.15 - 89.100 432.00 611.36 -179.36 - 89.125 443.00 504.61 -61.61 - 89.150 383.00 375.07 7.93 - 89.175 393.00 310.76 82.24 - 89.200 367.00 286.08 80.92 - 89.225 415.00 300.13 114.87 - 89.250 471.00 364.56 106.44 - 89.275 595.00 522.62 72.38 - 89.300 626.00 763.23 -137.23 - 89.325 583.00 713.39 -130.39 - 89.350 491.00 466.73 24.27 - 89.375 456.00 324.91 131.09 - 89.400 411.00 260.68 150.32 - 89.425 322.00 229.76 92.24 - 89.450 328.00 212.73 115.27 - 89.475 289.00 204.12 84.88 - 89.500 271.00 197.81 73.19 - 89.525 302.00 193.95 108.05 - 89.550 377.00 189.30 187.70 - 89.575 369.00 189.26 179.74 - 89.600 373.00 191.41 181.59 - 89.625 347.00 197.51 149.49 - 89.650 296.00 212.82 83.18 - 89.675 292.00 244.24 47.76 - 89.700 257.00 271.12 -14.12 - 89.725 269.00 245.23 23.77 - 89.750 241.00 215.80 25.20 - 89.775 218.00 199.33 18.67 - 89.800 212.00 197.41 14.59 - 89.825 239.00 202.72 36.28 - 89.850 254.00 217.87 36.13 - 89.875 295.00 254.11 40.89 - 89.900 314.00 331.75 -17.75 - 89.925 356.00 426.71 -70.71 - 89.950 301.00 382.87 -81.87 - 89.975 277.00 283.59 -6.59 - 90.000 252.00 228.50 23.50 - 90.025 251.00 203.39 47.61 - 90.050 186.00 191.19 -5.19 - 90.075 197.00 184.37 12.63 - 90.100 162.00 180.13 -18.13 - 90.125 192.00 177.31 14.69 - 90.150 231.00 175.34 55.66 - 90.175 223.00 173.39 49.61 - 90.200 207.00 172.36 34.64 - 90.225 238.00 171.58 66.42 - 90.250 196.00 170.97 25.03 - 90.275 196.00 170.48 25.52 - 90.300 176.00 170.08 5.92 - 90.325 171.00 169.75 1.25 - 90.350 178.00 169.48 8.52 - 90.375 146.00 169.24 -23.24 - 90.400 169.00 167.45 1.55 - 90.425 161.00 167.44 -6.44 - 90.450 149.00 167.42 -18.42 - 90.475 173.00 167.40 5.60 - 90.500 156.00 167.38 -11.38 - 90.525 143.00 167.36 -24.36 - 90.550 154.00 167.34 -13.34 - 90.575 152.00 167.33 -15.33 - 90.600 139.00 167.31 -28.31 - 90.625 184.00 167.29 16.71 - 90.650 185.00 171.60 13.40 - 90.675 161.00 172.06 -11.06 - 90.700 159.00 172.60 -13.60 - 90.725 152.00 173.25 -21.25 - 90.750 159.00 174.02 -15.02 - 90.775 176.00 175.93 0.07 - 90.800 164.00 177.19 -13.19 - 90.825 168.00 178.77 -10.77 - 90.850 193.00 180.75 12.25 - 90.875 195.00 183.31 11.69 - 90.900 187.00 187.00 -0.00 - 90.925 237.00 191.57 45.43 - 90.950 228.00 197.94 30.06 - 90.975 265.00 207.15 57.85 - 91.000 291.00 221.68 69.32 - 91.025 347.00 244.97 102.03 - 91.050 409.00 288.75 120.25 - 91.075 454.00 381.71 72.29 - 91.100 552.00 573.25 -21.25 - 91.125 524.00 848.10 -324.10 - 91.150 552.00 859.32 -307.32 - 91.175 502.00 603.53 -101.53 - 91.200 483.00 442.84 40.16 - 91.225 433.00 404.32 28.68 - 91.250 382.00 397.96 -15.96 - 91.275 363.00 333.60 29.40 - 91.300 322.00 273.53 48.47 - 91.325 328.00 245.39 82.61 - 91.350 389.00 242.05 146.95 - 91.375 469.00 254.62 214.38 - 91.400 485.00 256.22 228.78 - 91.425 438.00 241.49 196.51 - 91.450 491.00 242.50 248.50 - 91.475 415.00 262.08 152.92 - 91.500 377.00 262.60 114.40 - 91.525 375.00 232.74 142.26 - 91.550 322.00 211.86 110.14 - 91.575 288.00 207.00 81.00 - 91.600 280.00 214.18 65.82 - 91.625 263.00 218.23 44.77 - 91.650 275.00 200.34 74.66 - 91.675 245.00 186.62 58.38 - 91.700 243.00 182.41 60.59 - 91.725 239.00 178.84 60.16 - 91.750 247.00 176.14 70.86 - 91.775 216.00 175.28 40.72 - 91.800 204.00 174.96 29.04 - 91.825 210.00 175.00 35.00 - 91.850 196.00 175.34 20.66 - 91.875 220.00 175.96 44.04 - 91.900 209.00 177.25 31.75 - 91.925 212.00 178.67 33.33 - 91.950 226.00 181.08 44.92 - 91.975 201.00 183.71 17.29 - 92.000 225.00 186.87 38.13 - 92.025 228.00 195.73 32.27 - 92.050 210.00 203.49 6.51 - 92.075 244.00 215.16 28.84 - 92.100 298.00 234.27 63.73 - 92.125 405.00 269.97 135.03 - 92.150 445.00 345.46 99.54 - 92.175 534.00 496.26 37.74 - 92.200 579.00 711.16 -132.16 - 92.225 538.00 750.31 -212.31 - 92.250 495.00 551.19 -56.19 - 92.275 466.00 388.08 77.92 - 92.300 410.00 309.50 100.50 - 92.325 389.00 284.71 104.29 - 92.350 387.00 294.45 92.55 - 92.375 429.00 334.12 94.88 - 92.400 460.00 380.69 79.31 - 92.425 573.00 399.48 173.52 - 92.450 607.00 432.97 174.03 - 92.475 740.00 498.05 241.95 - 92.500 853.00 644.01 208.99 - 92.525 781.00 821.65 -40.65 - 92.550 733.00 749.70 -16.70 - 92.575 593.00 519.75 73.25 - 92.600 499.00 360.05 138.95 - 92.625 398.00 279.13 118.87 - 92.650 368.00 241.79 126.21 - 92.675 334.00 221.03 112.97 - 92.700 370.00 208.36 161.64 - 92.725 358.00 199.97 158.03 - 92.750 391.00 191.04 199.96 - 92.775 376.00 187.74 188.26 - 92.800 394.00 185.04 208.96 - 92.825 414.00 183.78 230.22 - 92.850 383.00 182.61 200.39 - 92.875 300.00 184.34 115.66 - 92.900 294.00 184.48 109.52 - 92.925 275.00 184.60 90.40 - 92.950 246.00 186.16 59.84 - 92.975 259.00 188.49 70.51 - 93.000 235.00 191.63 43.37 - 93.025 239.00 197.16 41.84 - 93.050 243.00 206.14 36.86 - 93.075 277.00 219.29 57.71 - 93.100 363.00 253.12 109.88 - 93.125 383.00 319.57 63.43 - 93.150 434.00 421.28 12.72 - 93.175 436.00 477.53 -41.53 - 93.200 378.00 408.43 -30.43 - 93.225 373.00 331.20 41.80 - 93.250 386.00 304.04 81.96 - 93.275 438.00 327.57 110.43 - 93.300 464.00 392.89 71.11 - 93.325 491.00 464.98 26.02 - 93.350 539.00 524.77 14.23 - 93.375 539.00 596.85 -57.85 - 93.400 523.00 655.64 -132.64 - 93.425 499.00 553.73 -54.73 - 93.450 478.00 408.09 69.91 - 93.475 472.00 316.39 155.61 - 93.500 383.00 264.60 118.40 - 93.525 345.00 235.66 109.34 - 93.550 354.00 220.15 133.85 - 93.575 352.00 212.13 139.87 - 93.600 383.00 208.84 174.16 - 93.625 370.00 209.66 160.34 - 93.650 410.00 216.14 193.86 - 93.675 453.00 231.78 221.22 - 93.700 416.00 258.19 157.81 - 93.725 396.00 278.37 117.63 - 93.750 392.00 269.69 122.31 - 93.775 319.00 254.16 64.84 - 93.800 335.00 252.87 82.13 - 93.825 407.00 270.17 136.83 - 93.850 461.00 315.37 145.63 - 93.875 587.00 414.75 172.25 - 93.900 741.00 609.72 131.28 - 93.925 875.00 894.13 -19.13 - 93.950 863.00 1048.80 -185.80 - 93.975 754.00 870.33 -116.33 - 94.000 619.00 587.40 31.60 - 94.025 485.00 397.90 87.10 - 94.050 429.00 300.27 128.73 - 94.075 336.00 252.59 83.41 - 94.100 321.00 227.09 93.91 - 94.125 296.00 211.53 84.47 - 94.150 316.00 201.15 114.85 - 94.175 385.00 193.85 191.15 - 94.200 474.00 188.53 285.47 - 94.225 539.00 185.74 353.26 - 94.250 571.00 182.78 388.22 - 94.275 493.00 180.49 312.51 - 94.300 420.00 178.33 241.67 - 94.325 345.00 176.96 168.04 - 94.350 272.00 175.89 96.11 - 94.375 242.00 175.08 66.92 - 94.400 219.00 174.48 44.52 - 94.425 229.00 174.08 54.92 - 94.450 203.00 173.87 29.13 - 94.475 220.00 174.47 45.53 - 94.500 211.00 172.35 38.65 - 94.525 190.00 170.79 19.21 - 94.550 171.00 172.08 -1.08 - 94.575 195.00 173.80 21.20 - 94.600 176.00 176.12 -0.12 - 94.625 218.00 179.48 38.52 - 94.650 208.00 184.84 23.16 - 94.675 212.00 194.51 17.49 - 94.700 230.00 214.09 15.91 - 94.725 265.00 253.06 11.94 - 94.750 314.00 317.71 -3.71 - 94.775 278.00 381.08 -103.08 - 94.800 306.00 366.12 -60.12 - 94.825 262.00 296.24 -34.24 - 94.850 281.00 240.91 40.09 - 94.875 209.00 211.03 -2.03 - 94.900 235.00 198.03 36.97 - 94.925 222.00 194.33 27.67 - 94.950 223.00 197.87 25.13 - 94.975 246.00 211.30 34.70 - 95.000 268.00 238.45 29.55 - 95.025 316.00 273.54 42.46 - 95.050 307.00 281.53 25.47 - 95.075 316.00 248.90 67.10 - 95.100 273.00 214.48 58.52 - 95.125 247.00 193.16 53.84 - 95.150 229.00 182.21 46.79 - 95.175 201.00 176.69 24.31 - 95.200 198.00 173.57 24.43 - 95.225 173.00 171.55 1.45 - 95.250 202.00 170.14 31.86 - 95.275 173.00 169.10 3.90 - 95.300 212.00 168.31 43.69 - 95.325 185.00 167.69 17.31 - 95.350 197.00 167.20 29.80 - 95.375 193.00 165.72 27.28 - 95.400 193.00 165.49 27.51 - 95.425 194.00 165.30 28.70 - 95.450 169.00 165.18 3.82 - 95.475 169.00 165.11 3.89 - 95.500 157.00 165.07 -8.07 - 95.525 167.00 164.95 2.05 - 95.550 175.00 164.77 10.23 - 95.575 140.00 164.61 -24.61 - 95.600 174.00 166.13 7.87 - 95.625 146.00 166.19 -20.19 - 95.650 171.00 165.95 5.05 - 95.675 142.00 166.13 -24.13 - 95.700 152.00 166.36 -14.36 - 95.725 171.00 167.84 3.16 - 95.750 150.00 168.26 -18.26 - 95.775 142.00 168.76 -26.76 - 95.800 161.00 169.34 -8.34 - 95.825 150.00 170.04 -20.04 - 95.850 163.00 170.89 -7.89 - 95.875 154.00 171.93 -17.93 - 95.900 149.00 173.21 -24.21 - 95.925 157.00 174.84 -17.84 - 95.950 192.00 176.93 15.07 - 95.975 185.00 179.67 5.33 - 96.000 184.00 183.39 0.61 - 96.025 205.00 188.62 16.38 - 96.050 231.00 196.51 34.49 - 96.075 238.00 209.90 28.10 - 96.100 263.00 235.44 27.56 - 96.125 324.00 284.92 39.08 - 96.150 365.00 369.35 -4.35 - 96.175 388.00 475.49 -87.49 - 96.200 380.00 523.50 -143.50 - 96.225 421.00 474.40 -53.40 - 96.250 418.00 418.83 -0.83 - 96.275 408.00 403.49 4.51 - 96.300 385.00 431.30 -46.30 - 96.325 374.00 444.16 -70.16 - 96.350 346.00 384.57 -38.57 - 96.375 329.00 304.98 24.02 - 96.400 297.00 248.53 48.47 - 96.425 319.00 216.70 102.30 - 96.450 322.00 200.21 121.79 - 96.475 328.00 191.24 136.76 - 96.500 298.00 185.74 112.26 - 96.525 290.00 182.05 107.95 - 96.550 304.00 179.49 124.51 - 96.575 311.00 177.71 133.29 - 96.600 312.00 176.50 135.50 - 96.625 319.00 175.77 143.23 - 96.650 292.00 175.95 116.05 - 96.675 241.00 176.12 64.88 - 96.700 239.00 176.77 62.23 - 96.725 202.00 178.05 23.95 - 96.750 206.00 180.21 25.79 - 96.775 202.00 183.87 18.13 - 96.800 227.00 190.58 36.42 - 96.825 236.00 202.56 33.44 - 96.850 307.00 229.46 77.54 - 96.875 309.00 276.03 32.97 - 96.900 385.00 337.44 47.56 - 96.925 341.00 371.47 -30.47 - 96.950 324.00 335.14 -11.14 - 96.975 290.00 274.16 15.84 - 97.000 208.00 228.39 -20.39 - 97.025 241.00 202.41 38.59 - 97.050 201.00 189.65 11.35 - 97.075 202.00 183.63 18.37 - 97.100 181.00 180.83 0.17 - 97.125 217.00 180.06 36.94 - 97.150 264.00 181.12 82.88 - 97.175 229.00 185.17 43.83 - 97.200 326.00 194.75 131.25 - 97.225 303.00 213.11 89.89 - 97.250 345.00 240.53 104.47 - 97.275 304.00 264.66 39.34 - 97.300 296.00 259.63 36.37 - 97.325 241.00 231.96 9.04 - 97.350 242.00 206.69 35.31 - 97.375 210.00 191.19 18.81 - 97.400 187.00 183.73 3.27 - 97.425 206.00 181.24 24.76 - 97.450 194.00 182.18 11.82 - 97.475 221.00 187.23 33.77 - 97.500 216.00 199.08 16.92 - 97.525 245.00 220.78 24.22 - 97.550 242.00 250.75 -8.75 - 97.575 251.00 270.80 -19.80 - 97.600 258.00 258.59 -0.59 - 97.625 232.00 228.13 3.87 - 97.650 215.00 202.80 12.20 - 97.675 189.00 187.99 1.01 - 97.700 192.00 181.70 10.30 - 97.725 163.00 181.04 -18.04 - 97.750 158.00 183.62 -25.62 - 97.775 162.00 185.82 -23.82 - 97.800 174.00 183.10 -9.10 - 97.825 182.00 177.27 4.73 - 97.850 169.00 172.39 -3.39 - 97.875 151.00 169.15 -18.15 - 97.900 187.00 167.30 19.70 - 97.925 179.00 166.25 12.75 - 97.950 167.00 165.16 1.84 - 97.975 169.00 164.73 4.27 - 98.000 146.00 164.41 -18.41 - 98.025 149.00 164.16 -15.16 - 98.050 146.00 163.97 -17.97 - 98.075 158.00 163.83 -5.83 - 98.100 142.00 163.72 -21.72 - 98.125 164.00 163.63 0.37 - 98.150 142.00 164.01 -22.01 - 98.175 153.00 164.01 -11.01 - 98.200 147.00 164.04 -17.04 - 98.225 163.00 164.11 -1.11 - 98.250 160.00 163.76 -3.76 - 98.275 163.00 163.96 -0.96 - 98.300 127.00 164.22 -37.22 - 98.325 150.00 164.57 -14.57 - 98.350 159.00 165.08 -6.08 - 98.375 140.00 165.86 -25.86 - 98.400 136.00 167.23 -31.23 - 98.425 159.00 169.83 -10.83 - 98.450 171.00 174.53 -3.53 - 98.475 178.00 182.07 -4.07 - 98.500 159.00 190.94 -31.94 - 98.525 162.00 195.14 -33.14 - 98.550 193.00 190.17 2.83 - 98.575 156.00 181.97 -25.97 - 98.600 176.00 175.91 0.09 - 98.625 161.00 172.68 -11.68 - 98.650 155.00 171.86 -16.86 - 98.675 146.00 172.97 -26.97 - 98.700 179.00 176.46 2.54 - 98.725 208.00 184.06 23.94 - 98.750 186.00 198.38 -12.38 - 98.775 194.00 220.66 -26.66 - 98.800 252.00 245.59 6.41 - 98.825 230.00 254.71 -24.71 - 98.850 219.00 237.37 -18.37 - 98.875 182.00 211.74 -29.74 - 98.900 179.00 191.85 -12.85 - 98.925 174.00 179.80 -5.80 - 98.950 147.00 173.42 -26.42 - 98.975 189.00 170.15 18.85 - 99.000 166.00 168.34 -2.34 - 99.025 142.00 167.24 -25.24 - 99.050 144.00 166.54 -22.54 - 99.075 177.00 166.13 10.87 - 99.100 178.00 166.87 11.13 - 99.125 215.00 167.07 47.93 - 99.150 182.00 167.73 14.27 - 99.175 160.00 169.25 -9.25 - 99.200 196.00 172.37 23.63 - 99.225 200.00 177.71 22.29 - 99.250 159.00 185.49 -26.49 - 99.275 163.00 192.66 -29.66 - 99.300 150.00 192.98 -42.98 - 99.325 175.00 186.13 -11.13 - 99.350 144.00 178.38 -34.38 - 99.375 132.00 172.85 -40.85 - 99.400 160.00 169.72 -9.72 - 99.425 169.00 168.25 0.75 - 99.450 138.00 167.69 -29.69 - 99.475 171.00 167.62 3.38 - 99.500 129.00 167.87 -38.87 - 99.525 167.00 168.00 -1.00 - 99.550 172.00 168.85 3.15 - 99.575 135.00 170.07 -35.07 - 99.600 170.00 171.82 -1.82 - 99.625 172.00 174.41 -2.41 - 99.650 169.00 178.56 -9.56 - 99.675 199.00 186.01 12.99 - 99.700 221.00 200.32 20.68 - 99.725 233.00 227.08 5.92 - 99.750 283.00 269.55 13.45 - 99.775 291.00 323.38 -32.38 - 99.800 299.00 361.81 -62.81 - 99.825 257.00 347.82 -90.82 - 99.850 239.00 296.75 -57.75 - 99.875 226.00 246.85 -20.85 - 99.900 185.00 212.40 -27.40 - 99.925 195.00 192.57 2.43 - 99.950 194.00 182.16 11.84 - 99.975 175.00 176.62 -1.62 - 100.000 192.00 174.33 17.67 - 100.025 182.00 172.28 9.72 - 100.050 189.00 171.38 17.62 - 100.075 210.00 170.47 39.53 - 100.100 252.00 169.88 82.12 - 100.125 217.00 169.56 47.44 - 100.150 230.00 169.47 60.53 - 100.175 223.00 169.59 53.41 - 100.200 192.00 169.95 22.05 - 100.225 205.00 170.57 34.43 - 100.250 179.00 171.59 7.41 - 100.275 185.00 173.10 11.90 - 100.300 155.00 175.62 -20.62 - 100.325 193.00 180.00 13.00 - 100.350 190.00 188.10 1.90 - 100.375 214.00 202.19 11.81 - 100.400 215.00 223.22 -8.22 - 100.425 230.00 247.58 -17.58 - 100.450 223.00 261.94 -38.94 - 100.475 212.00 253.61 -41.61 - 100.500 233.00 233.10 -0.10 - 100.525 221.00 214.60 6.40 - 100.550 242.00 205.38 36.62 - 100.575 216.00 205.51 10.49 - 100.600 261.00 216.29 44.71 - 100.625 265.00 241.65 23.35 - 100.650 370.00 286.92 83.08 - 100.675 406.00 353.41 52.59 - 100.700 501.00 426.70 74.30 - 100.725 447.00 466.80 -19.80 - 100.750 488.00 453.60 34.40 - 100.775 473.00 416.44 56.56 - 100.800 365.00 365.58 -0.58 - 100.825 279.00 307.19 -28.19 - 100.850 283.00 258.59 24.41 - 100.875 285.00 226.47 58.53 - 100.900 282.00 208.84 73.16 - 100.925 239.00 201.65 37.35 - 100.950 267.00 201.10 65.90 - 100.975 263.00 203.46 59.54 - 101.000 309.00 205.52 103.48 - 101.025 349.00 205.69 143.31 - 101.050 345.00 202.69 142.31 - 101.075 322.00 198.06 123.94 - 101.100 338.00 193.85 144.15 - 101.125 308.00 188.78 119.22 - 101.150 238.00 183.34 54.66 - 101.175 221.00 178.99 42.01 - 101.200 215.00 175.70 39.30 - 101.225 197.00 174.01 22.99 - 101.250 205.00 173.32 31.68 - 101.275 208.00 173.49 34.51 - 101.300 222.00 174.51 47.49 - 101.325 206.00 176.69 29.31 - 101.350 204.00 180.85 23.15 - 101.375 230.00 188.57 41.43 - 101.400 240.00 202.18 37.82 - 101.425 284.00 224.04 59.96 - 101.450 313.00 254.00 59.00 - 101.475 331.00 284.92 46.08 - 101.500 344.00 309.78 34.22 - 101.525 297.00 316.10 -19.10 - 101.550 275.00 293.12 -18.12 - 101.575 267.00 255.91 11.09 - 101.600 216.00 222.72 -6.72 - 101.625 230.00 199.87 30.13 - 101.650 194.00 186.44 7.56 - 101.675 195.00 179.42 15.58 - 101.700 234.00 176.16 57.84 - 101.725 196.00 175.18 20.82 - 101.750 198.00 176.30 21.70 - 101.775 240.00 180.35 59.65 - 101.800 255.00 188.19 66.81 - 101.825 287.00 201.13 85.87 - 101.850 314.00 214.48 99.52 - 101.875 318.00 221.50 96.50 - 101.900 255.00 215.53 39.47 - 101.925 232.00 201.79 30.21 - 101.950 213.00 188.51 24.49 - 101.975 186.00 178.92 7.08 - 102.000 193.00 173.08 19.92 - 102.025 156.00 169.88 -13.88 - 102.050 168.00 168.19 -0.19 - 102.075 155.00 167.25 -12.25 - 102.100 154.00 166.71 -12.71 - 102.125 187.00 166.41 20.59 - 102.150 181.00 166.28 14.72 - 102.175 194.00 166.29 27.71 - 102.200 183.00 166.45 16.55 - 102.225 206.00 166.74 39.26 - 102.250 191.00 167.00 24.00 - 102.275 179.00 167.64 11.36 - 102.300 174.00 168.00 6.00 - 102.325 158.00 169.22 -11.22 - 102.350 176.00 170.93 5.07 - 102.375 183.00 173.42 9.58 - 102.400 184.00 177.11 6.89 - 102.425 188.00 182.72 5.28 - 102.450 222.00 191.38 30.62 - 102.475 211.00 204.99 6.01 - 102.500 242.00 226.54 15.46 - 102.525 267.00 260.64 6.36 - 102.550 330.00 310.04 19.96 - 102.575 363.00 367.18 -4.18 - 102.600 390.00 405.12 -15.12 - 102.625 397.00 392.02 4.98 - 102.650 332.00 338.96 -6.96 - 102.675 288.00 280.67 7.33 - 102.700 273.00 235.65 37.35 - 102.725 199.00 206.58 -7.58 - 102.750 218.00 189.93 28.07 - 102.775 198.00 180.83 17.17 - 102.800 206.00 175.67 30.33 - 102.825 228.00 172.42 55.58 - 102.850 206.00 170.15 35.85 - 102.875 216.00 168.47 47.53 - 102.900 256.00 167.17 88.83 - 102.925 259.00 166.14 92.86 - 102.950 301.00 165.32 135.68 - 102.975 265.00 164.66 100.34 - 103.000 240.00 164.11 75.89 - 103.025 206.00 163.65 42.35 - 103.050 224.00 163.26 60.74 - 103.075 183.00 163.20 19.80 - 103.100 160.00 163.24 -3.24 - 103.125 190.00 163.03 26.97 - 103.150 158.00 162.85 -4.85 - 103.175 161.00 162.71 -1.71 - 103.200 161.00 162.60 -1.60 - 103.225 143.00 162.52 -19.52 - 103.250 144.00 162.45 -18.45 - 103.275 177.00 162.40 14.60 - 103.300 175.00 162.34 12.66 - 103.325 142.00 162.33 -20.33 - 103.350 129.00 162.47 -33.47 - 103.375 140.00 162.51 -22.51 - 103.400 166.00 162.58 3.42 - 103.425 156.00 162.33 -6.33 - 103.450 126.00 162.55 -36.55 - 103.475 156.00 162.79 -6.79 - 103.500 144.00 163.08 -19.08 - 103.525 146.00 163.43 -17.43 - 103.550 136.00 163.83 -27.83 - 103.575 145.00 164.32 -19.32 - 103.600 160.00 164.91 -4.91 - 103.625 147.00 165.64 -18.64 - 103.650 142.00 166.56 -24.56 - 103.675 150.00 167.74 -17.74 - 103.700 168.00 169.33 -1.33 - 103.725 164.00 171.64 -7.64 - 103.750 168.00 175.34 -7.34 - 103.775 195.00 181.78 13.22 - 103.800 207.00 193.16 13.84 - 103.825 229.00 212.04 16.96 - 103.850 260.00 239.74 20.26 - 103.875 263.00 274.68 -11.68 - 103.900 294.00 304.30 -10.30 - 103.925 291.00 311.48 -20.48 - 103.950 279.00 291.09 -12.09 - 103.975 245.00 259.35 -14.35 - 104.000 211.00 231.11 -20.11 - 104.025 240.00 212.11 27.89 - 104.050 218.00 201.92 16.08 - 104.075 197.00 198.95 -1.95 - 104.100 226.00 202.07 23.93 - 104.125 253.00 211.16 41.84 - 104.150 249.00 226.22 22.78 - 104.175 289.00 246.20 42.80 - 104.200 329.00 269.75 59.25 - 104.225 377.00 296.84 80.16 - 104.250 412.00 322.07 89.93 - 104.275 419.00 329.53 89.47 - 104.300 371.00 309.19 61.81 - 104.325 310.00 273.79 36.21 - 104.350 258.00 239.69 18.31 - 104.375 236.00 214.05 21.95 - 104.400 243.00 197.66 45.34 - 104.425 235.00 189.16 45.84 - 104.450 224.00 184.72 39.28 - 104.475 241.00 183.00 58.00 - 104.500 236.00 182.99 53.01 - 104.525 239.00 184.52 54.48 - 104.550 302.00 187.91 114.09 - 104.575 286.00 194.57 91.43 - 104.600 295.00 207.16 87.84 - 104.625 329.00 229.62 99.38 - 104.650 390.00 265.92 124.08 - 104.675 376.00 317.04 58.96 - 104.700 405.00 376.32 28.68 - 104.725 380.00 423.44 -43.44 - 104.750 376.00 429.87 -53.87 - 104.775 363.00 392.52 -29.52 - 104.800 361.00 341.67 19.33 - 104.825 296.00 299.94 -3.94 - 104.850 313.00 274.33 38.67 - 104.875 279.00 260.57 18.43 - 104.900 295.00 248.56 46.44 - 104.925 248.00 233.18 14.82 - 104.950 253.00 216.48 36.52 - 104.975 273.00 202.45 70.55 - 105.000 273.00 192.40 80.60 - 105.025 275.00 186.17 88.83 - 105.050 305.00 182.81 122.19 - 105.075 282.00 181.70 100.30 - 105.100 295.00 182.35 112.65 - 105.125 295.00 185.04 109.96 - 105.150 304.00 190.42 113.58 - 105.175 318.00 201.78 116.22 - 105.200 331.00 221.28 109.72 - 105.225 336.00 250.86 85.14 - 105.250 336.00 289.26 46.74 - 105.275 371.00 328.53 42.47 - 105.300 349.00 351.32 -2.32 - 105.325 315.00 342.80 -27.80 - 105.350 280.00 311.05 -31.05 - 105.375 286.00 274.67 11.33 - 105.400 238.00 244.19 -6.19 - 105.425 265.00 222.03 42.97 - 105.450 226.00 206.65 19.35 - 105.475 238.00 197.58 40.42 - 105.500 222.00 194.16 27.84 - 105.525 224.00 196.00 28.00 - 105.550 254.00 202.85 51.15 - 105.575 303.00 214.74 88.26 - 105.600 311.00 227.09 83.91 - 105.625 297.00 234.59 62.41 - 105.650 319.00 234.61 84.39 - 105.675 302.00 229.19 72.81 - 105.700 295.00 225.76 69.24 - 105.725 299.00 229.11 69.89 - 105.750 325.00 239.84 85.16 - 105.775 347.00 253.73 93.27 - 105.800 294.00 262.14 31.86 - 105.825 264.00 256.35 7.65 - 105.850 265.00 238.87 26.13 - 105.875 239.00 218.63 20.37 - 105.900 227.00 201.47 25.53 - 105.925 226.00 189.30 36.70 - 105.950 250.00 181.80 68.20 - 105.975 203.00 177.70 25.30 - 106.000 229.00 175.64 53.36 - 106.025 202.00 174.64 27.36 - 106.050 234.00 174.23 59.77 - 106.075 220.00 174.31 45.69 - 106.100 206.00 174.98 31.02 - 106.125 230.00 176.43 53.57 - 106.150 228.00 179.00 49.00 - 106.175 259.00 183.27 75.73 - 106.200 221.00 189.49 31.51 - 106.225 276.00 199.99 76.01 - 106.250 276.00 215.02 60.98 - 106.275 271.00 234.82 36.18 - 106.300 278.00 258.66 19.34 - 106.325 298.00 283.01 14.99 - 106.350 341.00 301.86 39.14 - 106.375 366.00 314.54 51.46 - 106.400 384.00 330.92 53.08 - 106.425 388.00 360.08 27.92 - 106.450 410.00 400.66 9.34 - 106.475 433.00 437.27 -4.27 - 106.500 388.00 443.90 -55.90 - 106.525 382.00 409.51 -27.51 - 106.550 298.00 352.44 -54.44 - 106.575 327.00 295.69 31.31 - 106.600 266.00 250.28 15.72 - 106.625 250.00 218.74 31.26 - 106.650 252.00 198.98 53.02 - 106.675 252.00 187.36 64.64 - 106.700 262.00 180.53 81.47 - 106.725 270.00 175.96 94.04 - 106.750 257.00 173.09 83.91 - 106.775 249.00 170.97 78.03 - 106.800 251.00 169.33 81.67 - 106.825 336.00 168.02 167.98 - 106.850 305.00 166.96 138.04 - 106.875 284.00 166.54 117.46 - 106.900 293.00 165.84 127.16 - 106.925 236.00 165.26 70.74 - 106.950 224.00 164.77 59.23 - 106.975 207.00 164.38 42.62 - 107.000 200.00 164.07 35.93 - 107.025 174.00 163.81 10.19 - 107.050 177.00 163.61 13.39 - 107.075 180.00 163.43 16.57 - 107.100 163.00 163.25 -0.25 - 107.125 150.00 163.06 -13.06 - 107.150 181.00 162.89 18.11 - 107.175 174.00 162.72 11.28 - 107.200 141.00 162.61 -21.61 - 107.225 156.00 162.54 -6.54 - 107.250 143.00 162.50 -19.50 - 107.275 166.00 162.15 3.85 - 107.300 148.00 162.81 -14.81 - 107.325 174.00 162.91 11.09 - 107.350 153.00 163.04 -10.04 - 107.375 160.00 163.20 -3.20 - 107.400 159.00 163.40 -4.40 - 107.425 160.00 162.70 -2.70 - 107.450 155.00 163.30 -8.30 - 107.475 141.00 163.74 -22.74 - 107.500 148.00 164.27 -16.27 - 107.525 157.00 164.92 -7.92 - 107.550 157.00 165.73 -8.73 - 107.575 161.00 166.78 -5.78 - 107.600 171.00 168.18 2.82 - 107.625 164.00 170.14 -6.14 - 107.650 169.00 173.05 -4.05 - 107.675 170.00 177.65 -7.65 - 107.700 167.00 185.08 -18.08 - 107.725 189.00 196.93 -7.93 - 107.750 220.00 214.63 5.37 - 107.775 252.00 238.38 13.62 - 107.800 328.00 265.68 62.32 - 107.825 298.00 289.64 8.36 - 107.850 286.00 299.51 -13.51 - 107.875 290.00 289.34 0.66 - 107.900 266.00 265.75 0.25 - 107.925 220.00 239.45 -19.45 - 107.950 171.00 216.93 -45.93 - 107.975 193.00 200.47 -7.47 - 108.000 194.00 189.97 4.03 - 108.025 170.00 184.21 -14.21 - 108.050 235.00 181.87 53.13 - 108.075 195.00 182.15 12.85 - 108.100 207.00 185.06 21.94 - 108.125 227.00 191.54 35.46 - 108.150 261.00 203.32 57.68 - 108.175 320.00 222.40 97.60 - 108.200 343.00 250.02 92.98 - 108.225 339.00 285.37 53.63 - 108.250 411.00 322.91 88.09 - 108.275 416.00 351.83 64.17 - 108.300 350.00 359.24 -9.24 - 108.325 350.00 344.25 5.75 - 108.350 288.00 319.77 -31.77 - 108.375 343.00 297.88 45.12 - 108.400 300.00 282.82 17.18 - 108.425 286.00 271.84 14.16 - 108.450 283.00 258.87 24.13 - 108.475 249.00 241.55 7.45 - 108.500 258.00 222.82 35.18 - 108.525 232.00 206.05 25.95 - 108.550 229.00 192.82 36.18 - 108.575 233.00 183.35 49.65 - 108.600 215.00 177.08 37.92 - 108.625 250.00 173.09 76.91 - 108.650 258.00 170.57 87.43 - 108.675 250.00 168.90 81.10 - 108.700 251.00 167.73 83.27 - 108.725 245.00 166.86 78.14 - 108.750 233.00 166.19 66.81 - 108.775 220.00 165.67 54.33 - 108.800 257.00 165.26 91.74 - 108.825 219.00 164.96 54.04 - 108.850 207.00 164.31 42.69 - 108.875 208.00 164.20 43.80 - 108.900 191.00 164.18 26.82 - 108.925 187.00 164.25 22.75 - 108.950 198.00 164.43 33.57 - 108.975 176.00 164.76 11.24 - 109.000 184.00 165.36 18.64 - 109.025 190.00 166.38 23.62 - 109.050 192.00 168.15 23.85 - 109.075 159.00 171.22 -12.22 - 109.100 176.00 176.24 -0.24 - 109.125 166.00 183.78 -17.78 - 109.150 196.00 193.96 2.04 - 109.175 172.00 205.95 -33.95 - 109.200 180.00 217.40 -37.40 - 109.225 208.00 224.15 -16.15 - 109.250 219.00 222.58 -3.58 - 109.275 202.00 213.59 -11.59 - 109.300 177.00 200.86 -23.86 - 109.325 175.00 189.30 -14.30 - 109.350 170.00 179.92 -9.92 - 109.375 167.00 173.22 -6.22 - 109.400 175.00 168.88 6.12 - 109.425 153.00 166.27 -13.27 - 109.450 145.00 164.52 -19.52 - 109.475 178.00 163.66 14.34 - 109.500 168.00 163.14 4.86 - 109.525 153.00 162.86 -9.86 - 109.550 159.00 162.56 -3.56 - 109.575 179.00 162.25 16.75 - 109.600 196.00 161.96 34.04 - 109.625 175.00 161.70 13.30 - 109.650 174.00 161.48 12.52 - 109.675 168.00 161.32 6.68 - 109.700 180.00 161.20 18.80 - 109.725 139.00 161.12 -22.12 - 109.750 157.00 161.08 -4.08 - 109.775 143.00 161.06 -18.06 - 109.800 156.00 161.08 -5.08 - 109.825 157.00 161.14 -4.14 - 109.850 151.00 161.26 -10.26 - 109.875 155.00 161.47 -6.47 - 109.900 158.00 161.84 -3.84 - 109.925 155.00 162.42 -7.42 - 109.950 141.00 163.28 -22.28 - 109.975 152.00 164.40 -12.40 - 110.000 145.00 165.70 -20.70 - 110.025 158.00 166.92 -8.92 - 110.050 153.00 167.69 -14.69 - 110.075 149.00 167.64 -18.64 - 110.100 153.00 166.88 -13.88 - 110.125 150.00 165.84 -15.84 - 110.150 144.00 164.92 -20.92 - 110.175 150.00 164.81 -14.81 - 110.200 143.00 164.80 -21.80 - 110.225 172.00 165.47 6.53 - 110.250 141.00 166.93 -25.93 - 110.275 166.00 169.06 -3.06 - 110.300 170.00 172.24 -2.24 - 110.325 162.00 175.96 -13.96 - 110.350 206.00 179.55 26.45 - 110.375 182.00 181.93 0.07 - 110.400 172.00 182.20 -10.20 - 110.425 183.00 180.72 2.28 - 110.450 175.00 178.84 -3.84 - 110.475 178.00 177.84 0.16 - 110.500 179.00 178.41 0.59 - 110.525 157.00 180.88 -23.88 - 110.550 163.00 184.27 -21.27 - 110.575 182.00 187.58 -5.58 - 110.600 184.00 189.06 -5.06 - 110.625 177.00 187.58 -10.58 - 110.650 163.00 183.71 -20.71 - 110.675 172.00 178.93 -6.93 - 110.700 185.00 174.44 10.56 - 110.725 159.00 170.83 -11.83 - 110.750 185.00 168.26 16.74 - 110.775 176.00 166.63 9.37 - 110.800 169.00 165.71 3.29 - 110.825 161.00 165.28 -4.28 - 110.850 173.00 165.16 7.84 - 110.875 190.00 165.26 24.74 - 110.900 193.00 165.52 27.48 - 110.925 150.00 165.93 -15.93 - 110.950 175.00 166.52 8.48 - 110.975 151.00 167.34 -16.34 - 111.000 176.00 168.50 7.50 - 111.025 166.00 170.20 -4.20 - 111.050 171.00 172.81 -1.81 - 111.075 187.00 176.94 10.06 - 111.100 180.00 183.49 -3.49 - 111.125 216.00 193.54 22.46 - 111.150 212.00 208.19 3.81 - 111.175 269.00 227.75 41.25 - 111.200 301.00 251.20 49.80 - 111.225 313.00 275.36 37.64 - 111.250 319.00 294.10 24.90 - 111.275 328.00 299.90 28.10 - 111.300 299.00 289.87 9.13 - 111.325 252.00 269.01 -17.01 - 111.350 252.00 244.94 7.06 - 111.375 228.00 223.01 4.99 - 111.400 200.00 205.85 -5.85 - 111.425 209.00 194.26 14.74 - 111.450 202.00 188.02 13.98 - 111.475 225.00 186.48 38.52 - 111.500 199.00 189.26 9.74 - 111.525 251.00 195.87 55.13 - 111.550 236.00 205.76 30.24 - 111.575 263.00 217.91 45.09 - 111.600 299.00 229.65 69.35 - 111.625 302.00 237.48 64.52 - 111.650 338.00 237.73 100.27 - 111.675 248.00 230.03 17.97 - 111.700 259.00 217.56 41.44 - 111.725 262.00 204.28 57.72 - 111.750 213.00 192.49 20.51 - 111.775 211.00 183.21 27.79 - 111.800 206.00 176.58 29.42 - 111.825 210.00 172.19 37.81 - 111.850 168.00 169.54 -1.54 - 111.875 191.00 167.85 23.15 - 111.900 159.00 166.81 -7.81 - 111.925 183.00 166.15 16.85 - 111.950 202.00 165.72 36.28 - 111.975 211.00 165.45 45.55 - 112.000 205.00 165.32 39.68 - 112.025 206.00 165.32 40.68 - 112.050 205.00 165.51 39.49 - 112.075 223.00 165.97 57.03 - 112.100 200.00 167.34 32.66 - 112.125 184.00 168.88 15.12 - 112.150 189.00 171.26 17.74 - 112.175 186.00 174.66 11.34 - 112.200 185.00 179.06 5.94 - 112.225 205.00 184.13 20.87 - 112.250 197.00 189.07 7.93 - 112.275 210.00 192.61 17.39 - 112.300 206.00 193.39 12.61 - 112.325 202.00 191.12 10.88 - 112.350 174.00 186.83 -12.83 - 112.375 175.00 181.94 -6.94 - 112.400 190.00 177.07 12.93 - 112.425 165.00 173.59 -8.59 - 112.450 173.00 171.34 1.66 - 112.475 179.00 170.07 8.93 - 112.500 192.00 169.81 22.19 - 112.525 168.00 170.54 -2.54 - 112.550 168.00 172.41 -4.41 - 112.575 181.00 175.69 5.31 - 112.600 170.00 180.70 -10.70 - 112.625 200.00 187.62 12.38 - 112.650 198.00 196.26 1.74 - 112.675 219.00 205.82 13.18 - 112.700 211.00 214.67 -3.67 - 112.725 238.00 220.37 17.63 - 112.750 222.00 220.89 1.11 - 112.775 205.00 216.33 -11.33 - 112.800 221.00 209.58 11.42 - 112.825 204.00 202.96 1.04 - 112.850 219.00 198.13 20.87 - 112.875 196.00 195.79 0.21 - 112.900 210.00 195.91 14.09 - 112.925 196.00 198.08 -2.08 - 112.950 234.00 201.62 32.38 - 112.975 212.00 205.50 6.50 - 113.000 191.00 208.36 -17.36 - 113.025 250.00 209.30 40.70 - 113.050 230.00 209.02 20.98 - 113.075 226.00 209.69 16.31 - 113.100 277.00 213.86 63.14 - 113.125 263.00 223.09 39.91 - 113.150 296.00 238.41 57.59 - 113.175 319.00 259.25 59.75 - 113.200 338.00 283.17 54.83 - 113.225 385.00 305.38 79.62 - 113.250 408.00 318.91 89.09 - 113.275 381.00 317.83 63.17 - 113.300 356.00 302.29 53.71 - 113.325 290.00 278.30 11.70 - 113.350 284.00 252.46 31.54 - 113.375 268.00 229.12 38.88 - 113.400 222.00 210.46 11.54 - 113.425 245.00 197.07 47.93 - 113.450 214.00 188.48 25.52 - 113.475 211.00 184.05 26.95 - 113.500 204.00 182.87 21.13 - 113.525 227.00 184.25 42.75 - 113.550 254.00 187.60 66.40 - 113.575 236.00 192.29 43.71 - 113.600 290.00 197.37 92.63 - 113.625 305.00 201.46 103.54 - 113.650 290.00 202.92 87.08 - 113.675 337.00 200.87 136.13 - 113.700 276.00 195.99 80.01 - 113.725 281.00 189.81 91.19 - 113.750 238.00 183.65 54.35 - 113.775 243.00 178.31 64.69 - 113.800 231.00 174.11 56.89 - 113.825 205.00 171.08 33.92 - 113.850 205.00 169.02 35.98 - 113.875 193.00 167.71 25.29 - 113.900 180.00 166.73 13.27 - 113.925 171.00 166.25 4.75 - 113.950 185.00 166.08 18.92 - 113.975 191.00 165.96 25.04 - 114.000 191.00 165.96 25.04 - 114.025 190.00 166.09 23.91 - 114.050 179.00 166.39 12.61 - 114.075 169.00 166.94 2.06 - 114.100 175.00 167.92 7.08 - 114.125 199.00 169.68 29.32 - 114.150 179.00 172.29 6.71 - 114.175 189.00 176.17 12.83 - 114.200 210.00 181.45 28.55 - 114.225 191.00 188.33 2.67 - 114.250 206.00 196.28 9.72 - 114.275 212.00 204.32 7.68 - 114.300 210.00 210.78 -0.78 - 114.325 235.00 213.65 21.35 - 114.350 205.00 211.75 -6.75 - 114.375 182.00 205.86 -23.86 - 114.400 185.00 197.96 -12.96 - 114.425 177.00 189.86 -12.86 - 114.450 171.00 182.36 -11.36 - 114.475 153.00 176.63 -23.63 - 114.500 154.00 172.41 -18.41 - 114.525 152.00 169.54 -17.54 - 114.550 170.00 167.68 2.32 - 114.575 155.00 166.54 -11.54 - 114.600 156.00 165.85 -9.85 - 114.625 153.00 165.45 -12.45 - 114.650 171.00 165.24 5.76 - 114.675 188.00 165.18 22.82 - 114.700 181.00 165.25 15.75 - 114.725 180.00 165.44 14.56 - 114.750 201.00 165.75 35.25 - 114.775 183.00 166.16 16.84 - 114.800 191.00 166.63 24.37 - 114.825 184.00 167.10 16.90 - 114.850 187.00 167.48 19.52 - 114.875 163.00 167.59 -4.59 - 114.900 161.00 167.67 -6.67 - 114.925 165.00 167.72 -2.72 - 114.950 160.00 167.86 -7.86 - 114.975 185.00 168.24 16.76 - 115.000 198.00 169.04 28.96 - 115.025 164.00 170.47 -6.47 - 115.050 176.00 172.73 3.27 - 115.075 182.00 175.99 6.01 - 115.100 172.00 180.32 -8.32 - 115.125 172.00 185.60 -13.60 - 115.150 186.00 191.48 -5.48 - 115.175 189.00 197.28 -8.28 - 115.200 181.00 202.30 -21.30 - 115.225 231.00 205.38 25.62 - 115.250 209.00 206.93 2.07 - 115.275 211.00 207.84 3.16 - 115.300 227.00 209.06 17.94 - 115.325 226.00 210.86 15.14 - 115.350 193.00 212.65 -19.65 - 115.375 216.00 213.19 2.81 - 115.400 211.00 211.25 -0.25 - 115.425 211.00 206.73 4.27 - 115.450 193.00 200.73 -7.73 - 115.475 175.00 194.66 -19.66 - 115.500 192.00 189.63 2.37 - 115.525 209.00 186.44 22.56 - 115.550 196.00 185.55 10.45 - 115.575 195.00 186.98 8.02 - 115.600 230.00 190.91 39.09 - 115.625 231.00 196.73 34.27 - 115.650 239.00 203.62 35.38 - 115.675 311.00 210.26 100.74 - 115.700 285.00 214.89 70.11 - 115.725 263.00 215.80 47.20 - 115.750 289.00 212.53 76.47 - 115.775 262.00 206.14 55.86 - 115.800 214.00 198.40 15.60 - 115.825 212.00 190.74 21.26 - 115.850 218.00 184.01 33.99 - 115.875 186.00 178.63 7.37 - 115.900 191.00 174.64 16.36 - 115.925 199.00 171.90 27.10 - 115.950 183.00 170.12 12.88 - 115.975 190.00 169.02 20.98 - 116.000 168.00 168.37 -0.37 - 116.025 194.00 167.99 26.01 - 116.050 191.00 167.77 23.23 - 116.075 195.00 167.67 27.33 - 116.100 207.00 167.74 39.26 - 116.125 218.00 167.81 50.19 - 116.150 222.00 167.99 54.01 - 116.175 241.00 168.29 72.71 - 116.200 242.00 168.76 73.24 - 116.225 219.00 169.49 49.51 - 116.250 189.00 170.62 18.38 - 116.275 202.00 172.71 29.29 - 116.300 202.00 175.47 26.53 - 116.325 190.00 179.64 10.36 - 116.350 225.00 185.68 39.32 - 116.375 204.00 194.15 9.85 - 116.400 223.00 204.86 18.14 - 116.425 262.00 217.66 44.34 - 116.450 258.00 231.59 26.41 - 116.475 317.00 244.87 72.13 - 116.500 312.00 254.84 57.16 - 116.525 304.00 259.12 44.88 - 116.550 299.00 256.59 42.41 - 116.575 278.00 248.28 29.72 - 116.600 265.00 236.33 28.67 - 116.625 221.00 222.96 -1.96 - 116.650 205.00 210.05 -5.05 - 116.675 225.00 198.71 26.29 - 116.700 211.00 189.72 21.28 - 116.725 203.00 183.02 19.98 - 116.750 192.00 178.31 13.69 - 116.775 201.00 175.19 25.81 - 116.800 197.00 173.27 23.73 - 116.825 227.00 172.23 54.77 - 116.850 184.00 171.84 12.16 - 116.875 205.00 171.97 33.03 - 116.900 216.00 172.56 43.44 - 116.925 256.00 173.55 82.45 - 116.950 253.00 174.98 78.02 - 116.975 288.00 176.62 111.38 - 117.000 249.00 178.30 70.70 - 117.025 280.00 179.62 100.38 - 117.050 219.00 180.66 38.34 - 117.075 217.00 181.17 35.83 - 117.100 249.00 181.18 67.82 - 117.125 229.00 180.79 48.21 - 117.150 198.00 180.17 17.83 - 117.175 193.00 179.49 13.51 - 117.200 178.00 178.91 -0.91 - 117.225 205.00 178.65 26.35 - 117.250 210.00 178.96 31.04 - 117.275 185.00 180.11 4.89 - 117.300 179.00 182.28 -3.28 - 117.325 213.00 185.65 27.35 - 117.350 233.00 190.31 42.69 - 117.375 225.00 196.27 28.73 - 117.400 232.00 203.48 28.52 - 117.425 264.00 211.74 52.26 - 117.450 271.00 220.83 50.17 - 117.475 285.00 230.69 54.31 - 117.500 273.00 241.79 31.21 - 117.525 342.00 254.84 87.16 - 117.550 326.00 270.13 55.87 - 117.575 401.00 286.94 114.06 - 117.600 358.00 303.23 54.77 - 117.625 432.00 315.96 116.04 - 117.650 331.00 322.33 8.67 - 117.675 361.00 321.50 39.50 - 117.700 330.00 314.51 15.49 - 117.725 283.00 302.73 -19.73 - 117.750 282.00 287.11 -5.11 - 117.775 263.00 268.90 -5.90 - 117.800 245.00 249.99 -4.99 - 117.825 232.00 232.25 -0.25 - 117.850 219.00 216.69 2.31 - 117.875 251.00 204.23 46.77 - 117.900 241.00 194.63 46.37 - 117.925 241.00 187.53 53.47 - 117.950 265.00 182.57 82.43 - 117.975 237.00 179.24 57.76 - 118.000 251.00 177.10 73.90 - 118.025 266.00 175.83 90.17 - 118.050 291.00 175.24 115.76 - 118.075 301.00 175.26 125.74 - 118.100 300.00 175.91 124.09 - 118.125 280.00 177.36 102.64 - 118.150 332.00 179.81 152.19 - 118.175 285.00 183.51 101.49 - 118.200 276.00 188.68 87.32 - 118.225 261.00 195.37 65.63 - 118.250 262.00 203.43 58.57 - 118.275 264.00 212.35 51.65 - 118.300 280.00 221.19 58.81 - 118.325 291.00 228.58 62.42 - 118.350 292.00 233.06 58.94 - 118.375 284.00 233.58 50.42 - 118.400 266.00 229.94 36.06 - 118.425 240.00 223.00 17.00 - 118.450 219.00 214.16 4.84 - 118.475 232.00 204.85 27.15 - 118.500 218.00 196.18 21.82 - 118.525 192.00 188.73 3.27 - 118.550 181.00 182.76 -1.76 - 118.575 184.00 178.25 5.75 - 118.600 219.00 175.00 44.00 - 118.625 187.00 172.76 14.24 - 118.650 174.00 171.24 2.76 - 118.675 184.00 170.24 13.76 - 118.700 204.00 169.57 34.43 - 118.725 197.00 169.13 27.87 - 118.750 217.00 168.84 48.16 - 118.775 215.00 168.67 46.33 - 118.800 213.00 168.60 44.40 - 118.825 212.00 168.60 43.40 - 118.850 218.00 168.59 49.41 - 118.875 210.00 168.69 41.31 - 118.900 224.00 168.79 55.21 - 118.925 183.00 168.86 14.14 - 118.950 178.00 168.83 9.17 - 118.975 205.00 168.70 36.30 - 119.000 184.00 168.47 15.53 - 119.025 185.00 167.90 17.10 - 119.050 180.00 167.62 12.38 - 119.075 197.00 167.36 29.64 - 119.100 154.00 167.14 -13.14 - 119.125 171.00 166.97 4.03 - 119.150 181.00 166.67 14.33 - 119.175 155.00 166.58 -11.58 - 119.200 145.00 166.52 -21.52 - 119.225 184.00 166.53 17.47 - 119.250 180.00 166.50 13.50 - 119.275 173.00 166.73 6.27 - 119.300 168.00 166.72 1.28 - 119.325 190.00 166.72 23.28 - 119.350 169.00 166.72 2.28 - 119.375 161.00 166.73 -5.73 - 119.400 174.00 166.74 7.26 - 119.425 158.00 166.76 -8.76 - 119.450 167.00 166.78 0.22 - 119.475 182.00 166.80 15.20 - 119.500 165.00 166.83 -1.83 - 119.525 183.00 166.86 16.14 - 119.550 168.00 167.15 0.85 - 119.575 159.00 167.19 -8.19 - 119.600 161.00 167.24 -6.24 - 119.625 155.00 167.28 -12.28 - 119.650 189.00 167.34 21.66 - 119.675 186.00 167.39 18.61 - 119.700 150.00 167.45 -17.45 - 119.725 168.00 167.51 0.49 - 119.750 186.00 167.57 18.43 - 119.775 194.00 167.56 26.44 - 119.800 155.00 167.63 -12.63 - 119.825 171.00 167.62 3.38 - 119.850 151.00 167.70 -16.70 - 119.875 165.00 167.80 -2.80 - 119.900 175.00 167.90 7.10 - 119.925 156.00 168.00 -12.00 - 119.950 163.00 168.12 -5.12 - 119.975 164.00 168.24 -4.24 - 120.000 166.00 168.38 -2.38 - 120.025 185.00 168.52 16.48 - 120.050 163.00 168.67 -5.67 - 120.075 202.00 168.84 33.16 - 120.100 186.00 169.01 16.99 - 120.125 183.00 169.20 13.80 - 120.150 183.00 169.39 13.61 - 120.175 155.00 169.60 -14.60 - 120.200 199.00 169.82 29.18 - 120.225 176.00 170.07 5.93 - 120.250 188.00 170.72 17.28 - 120.275 177.00 171.05 5.95 - 120.300 165.00 171.61 -6.61 - 120.325 198.00 172.05 25.95 - 120.350 170.00 172.55 -2.55 - 120.375 186.00 173.14 12.86 - 120.400 188.00 173.87 14.13 - 120.425 193.00 174.79 18.21 - 120.450 190.00 176.01 13.99 - 120.475 207.00 177.69 29.31 - 120.500 234.00 180.08 53.92 - 120.525 205.00 183.54 21.46 - 120.550 212.00 188.35 23.65 - 120.575 216.00 194.96 21.04 - 120.600 213.00 203.95 9.05 - 120.625 266.00 215.05 50.95 - 120.650 257.00 228.38 28.62 - 120.675 269.00 243.45 25.55 - 120.700 300.00 259.28 40.72 - 120.725 330.00 274.30 55.70 - 120.750 339.00 286.52 52.48 - 120.775 357.00 293.97 63.03 - 120.800 382.00 295.45 86.55 - 120.825 326.00 291.33 34.67 - 120.850 325.00 283.58 41.42 - 120.875 282.00 274.81 7.19 - 120.900 284.00 267.34 16.66 - 120.925 305.00 262.70 42.30 - 120.950 353.00 261.62 91.38 - 120.975 293.00 263.94 29.06 - 121.000 354.00 268.70 85.30 - 121.025 327.00 274.14 52.86 - 121.050 397.00 278.01 118.99 - 121.075 378.00 278.14 99.86 - 121.100 367.00 273.45 93.55 - 121.125 341.00 264.39 76.61 - 121.150 307.00 252.50 54.50 - 121.175 311.00 239.54 71.46 - 121.200 274.00 226.92 47.08 - 121.225 313.00 215.59 97.41 - 121.250 351.00 206.06 144.94 - 121.275 347.00 198.53 148.47 - 121.300 326.00 192.91 133.09 - 121.325 307.00 188.96 118.04 - 121.350 293.00 186.37 106.63 - 121.375 260.00 184.82 75.18 - 121.400 283.00 184.06 98.94 - 121.425 272.00 183.90 88.10 - 121.450 272.00 184.27 87.73 - 121.475 302.00 185.15 116.85 - 121.500 307.00 186.65 120.35 - 121.525 313.00 188.98 124.02 - 121.550 332.00 192.48 139.52 - 121.575 337.00 197.62 139.38 - 121.600 327.00 205.03 121.97 - 121.625 331.00 215.38 115.62 - 121.650 343.00 229.31 113.69 - 121.675 329.00 247.25 81.75 - 121.700 371.00 269.22 101.78 - 121.725 392.00 294.69 97.31 - 121.750 418.00 322.34 95.66 - 121.775 493.00 349.94 143.06 - 121.800 471.00 374.31 96.69 - 121.825 481.00 391.77 89.23 - 121.850 485.00 399.18 85.82 - 121.875 486.00 395.41 90.59 - 121.900 422.00 382.00 40.00 - 121.925 425.00 362.44 62.56 - 121.950 387.00 340.70 46.30 - 121.975 379.00 320.24 58.76 - 122.000 330.00 303.51 26.49 - 122.025 338.00 291.92 46.08 - 122.050 327.00 285.81 41.19 - 122.075 321.00 284.58 36.42 - 122.100 327.00 287.06 39.94 - 122.125 386.00 291.34 94.66 - 122.150 375.00 295.63 79.37 - 122.175 412.00 298.04 113.96 - 122.200 398.00 297.10 100.90 - 122.225 371.00 291.44 79.56 - 122.250 398.00 281.27 116.73 - 122.275 377.00 268.04 108.96 - 122.300 382.00 253.38 128.62 - 122.325 419.00 238.89 180.11 - 122.350 397.00 225.31 171.69 - 122.375 373.00 213.74 159.26 - 122.400 325.00 204.19 120.81 - 122.425 333.00 196.66 136.34 - 122.450 311.00 190.95 120.05 - 122.475 301.00 186.76 114.24 - 122.500 293.00 183.75 109.25 - 122.525 291.00 181.62 109.38 - 122.550 268.00 180.10 87.90 - 122.575 279.00 179.04 99.96 - 122.600 289.00 178.22 110.78 - 122.625 278.00 177.35 100.65 - 122.650 266.00 176.86 89.14 - 122.675 268.00 176.46 91.54 - 122.700 284.00 176.12 107.88 - 122.725 258.00 175.85 82.15 - 122.750 251.00 175.62 75.38 - 122.775 258.00 175.58 82.42 - 122.800 247.00 175.43 71.57 - 122.825 251.00 175.30 75.70 - 122.850 211.00 175.26 35.74 - 122.875 209.00 175.19 33.81 - 122.900 220.00 175.14 44.86 - 122.925 218.00 175.11 42.89 - 122.950 191.00 175.11 15.89 - 122.975 186.00 175.13 10.87 - 123.000 214.00 175.17 38.83 - 123.025 213.00 175.24 37.76 - 123.050 216.00 175.34 40.66 - 123.075 227.00 175.48 51.52 - 123.100 196.00 175.65 20.35 - 123.125 202.00 175.87 26.13 - 123.150 213.00 176.14 36.86 - 123.175 186.00 176.58 9.42 - 123.200 198.00 176.95 21.05 - 123.225 224.00 177.37 46.63 - 123.250 177.00 177.82 -0.82 - 123.275 197.00 178.29 18.71 - 123.300 160.00 178.76 -18.76 - 123.325 191.00 179.23 11.77 - 123.350 209.00 179.68 29.32 - 123.375 217.00 180.14 36.86 - 123.400 216.00 180.67 35.33 - 123.425 215.00 181.33 33.67 - 123.450 200.00 181.86 18.14 - 123.475 207.00 182.94 24.06 - 123.500 202.00 184.73 17.27 - 123.525 234.00 187.25 46.75 - 123.550 218.00 190.76 27.24 - 123.575 252.00 195.58 56.42 - 123.600 249.00 202.06 46.94 - 123.625 281.00 210.54 70.46 - 123.650 270.00 221.36 48.64 - 123.675 287.00 234.92 52.08 - 123.700 318.00 250.77 67.23 - 123.725 319.00 268.74 50.26 - 123.750 370.00 288.23 81.77 - 123.775 397.00 308.11 88.89 - 123.800 434.00 327.01 106.99 - 123.825 494.00 343.23 150.77 - 123.850 424.00 355.68 68.32 - 123.875 485.00 362.47 122.53 - 123.900 464.00 362.13 101.87 - 123.925 454.00 354.44 99.56 - 123.950 461.00 340.24 120.76 - 123.975 371.00 321.67 49.33 - 124.000 326.00 301.11 24.89 - 124.025 309.00 280.61 28.39 - 124.050 280.00 261.75 18.25 - 124.075 332.00 245.52 86.48 - 124.100 297.00 232.43 64.57 - 124.125 277.00 222.62 54.38 - 124.150 293.00 215.95 77.05 - 124.175 303.00 212.11 90.89 - 124.200 342.00 210.69 131.31 - 124.225 293.00 211.26 81.74 - 124.250 322.00 213.42 108.58 - 124.275 350.00 216.84 133.16 - 124.300 360.00 221.24 138.76 - 124.325 343.00 226.48 116.52 - 124.350 387.00 232.53 154.47 - 124.375 437.00 239.37 197.63 - 124.400 442.00 246.85 195.15 - 124.425 460.00 254.54 205.46 - 124.450 486.00 261.75 224.25 - 124.475 451.00 267.50 183.50 - 124.500 433.00 270.79 162.21 - 124.525 459.00 270.93 188.07 - 124.550 369.00 267.81 101.19 - 124.575 415.00 261.91 153.09 - 124.600 340.00 254.14 85.86 - 124.625 328.00 245.54 82.46 - 124.650 323.00 237.14 85.86 - 124.675 291.00 229.79 61.21 - 124.700 265.00 224.11 40.89 - 124.725 305.00 220.47 84.53 - 124.750 279.00 218.99 60.01 - 124.775 298.00 219.55 78.45 - 124.800 320.00 222.04 97.96 - 124.825 299.00 225.73 73.27 - 124.850 306.00 229.73 76.27 - 124.875 340.00 233.45 106.55 - 124.900 314.00 236.00 78.00 - 124.925 329.00 236.76 92.24 - 124.950 324.00 235.23 88.77 - 124.975 367.00 231.69 135.31 - 125.000 378.00 226.72 151.28 - 125.025 335.00 221.03 113.97 - 125.050 338.00 215.29 122.71 - 125.075 293.00 210.03 82.97 - 125.100 299.00 205.66 93.34 - 125.125 293.00 202.50 90.50 - 125.150 263.00 200.75 62.25 - 125.175 285.00 200.60 84.40 - 125.200 277.00 202.16 74.84 - 125.225 283.00 205.50 77.50 - 125.250 326.00 210.66 115.34 - 125.275 291.00 217.57 73.43 - 125.300 311.00 226.06 84.94 - 125.325 315.00 235.85 79.15 - 125.350 351.00 246.42 104.58 - 125.375 367.00 257.11 109.89 - 125.400 353.00 267.02 85.98 - 125.425 387.00 275.15 111.85 - 125.450 404.00 280.59 123.41 - 125.475 365.00 282.94 82.06 - 125.500 354.00 282.41 71.59 - 125.525 382.00 280.03 101.97 - 125.550 318.00 276.74 41.26 - 125.575 310.00 273.32 36.68 - 125.600 342.00 269.99 72.01 - 125.625 355.00 267.30 87.70 - 125.650 334.00 264.61 69.39 - 125.675 382.00 261.75 120.25 - 125.700 359.00 258.13 100.87 - 125.725 322.00 253.30 68.70 - 125.750 317.00 247.21 69.79 - 125.775 322.00 240.19 81.81 - 125.800 315.00 232.46 82.54 - 125.825 322.00 224.65 97.35 - 125.850 260.00 217.21 42.79 - 125.875 275.00 210.42 64.58 - 125.900 282.00 204.49 77.51 - 125.925 290.00 199.53 90.47 - 125.950 318.00 195.53 122.47 - 125.975 296.00 192.43 103.57 - 126.000 276.00 190.11 85.89 - 126.025 281.00 188.46 92.54 - 126.050 309.00 187.29 121.71 - 126.075 281.00 186.59 94.41 - 126.100 305.00 186.20 118.80 - 126.125 298.00 186.07 111.93 - 126.150 276.00 186.15 89.85 - 126.175 252.00 186.43 65.57 - 126.200 303.00 186.92 116.08 - 126.225 282.00 187.66 94.34 - 126.250 308.00 188.56 119.44 - 126.275 302.00 190.09 111.91 - 126.300 293.00 192.26 100.74 - 126.325 288.00 195.25 92.75 - 126.350 268.00 199.48 68.52 - 126.375 300.00 205.24 94.76 - 126.400 319.00 212.92 106.08 - 126.425 297.00 222.85 74.15 - 126.450 302.00 235.32 66.68 - 126.475 304.00 250.42 53.58 - 126.500 346.00 268.05 77.95 - 126.525 392.00 287.79 104.21 - 126.550 454.00 308.86 145.14 - 126.575 519.00 330.04 188.96 - 126.600 565.00 349.72 215.28 - 126.625 590.00 365.96 224.04 - 126.650 593.00 376.85 216.15 - 126.675 601.00 381.06 219.94 - 126.700 563.00 378.16 184.84 - 126.725 482.00 369.26 112.74 - 126.750 500.00 355.67 144.33 - 126.775 403.00 338.94 64.06 - 126.800 417.00 320.43 96.57 - 126.825 386.00 301.51 84.49 - 126.850 328.00 282.75 45.25 - 126.875 293.00 265.19 27.81 - 126.900 321.00 249.43 71.57 - 126.925 300.00 235.81 64.19 - 126.950 313.00 224.42 88.58 - 126.975 294.00 215.16 78.84 - 127.000 318.00 207.82 110.18 - 127.025 294.00 202.12 91.88 - 127.050 329.00 197.85 131.15 - 127.075 329.00 194.61 134.39 - 127.100 364.00 192.24 171.76 - 127.125 360.00 190.52 169.48 - 127.150 385.00 189.31 195.69 - 127.175 412.00 188.49 223.51 - 127.200 426.00 188.08 237.92 - 127.225 405.00 187.84 217.16 - 127.250 418.00 187.84 230.16 - 127.275 417.00 187.91 229.09 - 127.300 358.00 188.50 169.50 - 127.325 384.00 189.46 194.54 - 127.350 387.00 190.89 196.11 - 127.375 312.00 192.88 119.12 - 127.400 316.00 195.55 120.45 - 127.425 304.00 198.98 105.02 - 127.450 295.00 203.40 91.60 - 127.475 296.00 208.49 87.51 - 127.500 294.00 214.44 79.56 - 127.525 273.00 221.08 51.92 - 127.550 325.00 228.03 96.97 - 127.575 330.00 235.13 94.87 - 127.600 345.00 241.80 103.20 - 127.625 300.00 247.69 52.31 - 127.650 370.00 251.98 118.02 - 127.675 350.00 254.42 95.58 - 127.700 381.00 254.71 126.29 - 127.725 297.00 252.79 44.21 - 127.750 316.00 248.83 67.17 - 127.775 300.00 243.24 56.76 - 127.800 270.00 236.59 33.41 - 127.825 271.00 229.45 41.55 - 127.850 292.00 222.30 69.70 - 127.875 249.00 215.55 33.45 - 127.900 263.00 209.45 53.55 - 127.925 269.00 204.17 64.83 - 127.950 273.00 199.75 73.25 - 127.975 252.00 196.18 55.82 - 128.000 250.00 193.38 56.62 - 128.025 225.00 191.27 33.73 - 128.050 241.00 189.71 51.29 - 128.075 245.00 188.61 56.39 - 128.100 268.00 187.85 80.15 - 128.125 276.00 187.37 88.63 - 128.150 264.00 187.08 76.92 - 128.175 282.00 186.98 95.02 - 128.200 294.00 186.98 107.02 - 128.225 314.00 187.08 126.92 - 128.250 303.00 187.28 115.72 - 128.275 269.00 187.59 81.41 - 128.300 295.00 188.02 106.98 - 128.325 283.00 188.61 94.39 - 128.350 293.00 189.39 103.61 - 128.375 286.00 190.43 95.57 - 128.400 264.00 191.81 72.19 - 128.425 255.00 193.58 61.42 - 128.450 259.00 195.88 63.12 - 128.475 252.00 198.89 53.11 - 128.500 270.00 202.61 67.39 - 128.525 255.00 207.02 47.98 - 128.550 304.00 212.46 91.54 - 128.575 293.00 219.19 73.81 - 128.600 311.00 226.97 84.03 - 128.625 285.00 235.77 49.23 - 128.650 332.00 245.38 86.62 - 128.675 321.00 255.56 65.44 - 128.700 350.00 265.87 84.13 - 128.725 358.00 276.01 81.99 - 128.750 431.00 285.36 145.64 - 128.775 433.00 293.22 139.78 - 128.800 427.00 298.92 128.08 - 128.825 380.00 301.96 78.04 - 128.850 413.00 302.28 110.72 - 128.875 422.00 300.29 121.71 - 128.900 348.00 296.73 51.27 - 128.925 388.00 292.38 95.62 - 128.950 355.00 287.94 67.06 - 128.975 370.00 283.91 86.09 - 129.000 353.00 280.51 72.49 - 129.025 322.00 277.82 44.18 - 129.050 348.00 275.78 72.22 - 129.075 325.00 274.29 50.71 - 129.100 320.00 273.32 46.68 - 129.125 369.00 272.81 96.19 - 129.150 351.00 272.71 78.29 - 129.175 400.00 272.88 127.12 - 129.200 379.00 273.15 105.85 - 129.225 399.00 273.33 125.67 - 129.250 406.00 273.38 132.62 - 129.275 396.00 273.42 122.58 - 129.300 397.00 273.76 123.24 - 129.325 415.00 274.77 140.23 - 129.350 439.00 276.77 162.23 - 129.375 438.00 279.90 158.10 - 129.400 437.00 284.17 152.83 - 129.425 478.00 289.36 188.64 - 129.450 495.00 295.04 199.96 - 129.475 511.00 300.64 210.36 - 129.500 450.00 305.56 144.44 - 129.525 497.00 309.29 187.71 - 129.550 498.00 311.53 186.47 - 129.575 433.00 312.13 120.87 - 129.600 477.00 311.15 165.85 - 129.625 484.00 308.52 175.48 - 129.650 430.00 304.02 125.98 - 129.675 431.00 297.80 133.20 - 129.700 454.00 289.83 164.17 - 129.725 399.00 280.44 118.56 - 129.750 382.00 270.17 111.83 - 129.775 384.00 259.59 124.41 - 129.800 351.00 249.20 101.80 - 129.825 334.00 239.43 94.57 - 129.850 347.00 230.58 116.42 - 129.875 336.00 222.80 113.20 - 129.900 330.00 216.20 113.80 - 129.925 306.00 210.76 95.24 - 129.950 330.00 206.46 123.54 - 129.975 311.00 203.22 107.78 - 130.000 298.00 200.92 97.08 - 130.025 301.00 199.45 101.55 - 130.050 344.00 198.70 145.30 - 130.075 335.00 198.56 136.44 - 130.100 334.00 198.97 135.03 - 130.125 303.00 199.84 103.16 - 130.150 326.00 200.97 125.03 - 130.175 359.00 202.38 156.62 - 130.200 397.00 203.96 193.04 - 130.225 356.00 205.66 150.34 - 130.250 347.00 207.39 139.61 - 130.275 310.00 209.12 100.88 - 130.300 347.00 210.76 136.24 - 130.325 332.00 212.36 119.64 - 130.350 312.00 213.98 98.02 - 130.375 335.00 215.68 119.32 - 130.400 334.00 217.50 116.50 - 130.425 316.00 219.45 96.55 - 130.450 309.00 221.44 87.56 - 130.475 294.00 223.36 70.64 - 130.500 334.00 225.02 108.98 - 130.525 342.00 226.24 115.76 - 130.550 332.00 226.82 105.18 - 130.575 279.00 226.60 52.40 - 130.600 267.00 225.52 41.48 - 130.625 257.00 223.60 33.40 - 130.650 292.00 221.00 71.00 - 130.675 288.00 217.89 70.11 - 130.700 273.00 214.52 58.48 - 130.725 245.00 211.09 33.91 - 130.750 269.00 207.75 61.25 - 130.775 248.00 204.60 43.40 - 130.800 228.00 201.73 26.27 - 130.825 250.00 199.18 50.82 - 130.850 249.00 196.75 52.25 - 130.875 230.00 194.89 35.11 - 130.900 238.00 193.36 44.64 - 130.925 217.00 192.11 24.89 - 130.950 238.00 191.12 46.88 - 130.975 212.00 190.34 21.66 - 131.000 246.00 189.74 56.26 - 131.025 246.00 189.28 56.72 - 131.050 239.00 188.91 50.09 - 131.075 262.00 188.65 73.35 - 131.100 265.00 188.38 76.62 - 131.125 264.00 188.24 75.76 - 131.150 240.00 188.13 51.87 - 131.175 250.00 188.06 61.94 - 131.200 246.00 188.01 57.99 - 131.225 226.00 187.98 38.02 - 131.250 227.00 187.96 39.04 - 131.275 235.00 187.96 47.04 - 131.300 226.00 187.93 38.07 - 131.325 256.00 187.94 68.06 - 131.350 190.00 187.97 2.03 - 131.375 215.00 187.99 27.01 - 131.400 236.00 188.03 47.97 - 131.425 223.00 188.07 34.93 - 131.450 227.00 188.12 38.88 - 131.475 203.00 188.18 14.82 - 131.500 206.00 188.24 17.76 - 131.525 190.00 188.31 1.69 - 131.550 232.00 188.38 43.62 - 131.575 230.00 188.31 41.69 - 131.600 201.00 188.41 12.59 - 131.625 219.00 188.51 30.49 - 131.650 203.00 188.61 14.39 - 131.675 216.00 188.73 27.27 - 131.700 213.00 188.86 24.14 - 131.725 208.00 189.11 18.89 - 131.750 224.00 189.16 34.84 - 131.775 210.00 189.31 20.69 - 131.800 202.00 189.53 12.47 - 131.825 212.00 189.78 22.22 - 131.850 205.00 190.08 14.92 - 131.875 236.00 190.44 45.56 - 131.900 220.00 190.88 29.12 - 131.925 194.00 191.44 2.56 - 131.950 199.00 192.16 6.84 - 131.975 201.00 193.07 7.93 - 132.000 216.00 194.24 21.76 - 132.025 237.00 195.72 41.28 - 132.050 212.00 197.58 14.42 - 132.075 225.00 199.88 25.12 - 132.100 203.00 202.66 0.34 - 132.125 241.00 205.97 35.03 - 132.150 232.00 209.82 22.18 - 132.175 260.00 214.17 45.83 - 132.200 253.00 218.98 34.02 - 132.225 257.00 224.12 32.88 - 132.250 282.00 229.43 52.57 - 132.275 291.00 234.70 56.30 - 132.300 283.00 239.66 43.34 - 132.325 325.00 244.00 81.00 - 132.350 333.00 247.43 85.57 - 132.375 335.00 249.72 85.28 - 132.400 293.00 250.73 42.27 - 132.425 315.00 250.43 64.57 - 132.450 297.00 249.01 47.99 - 132.475 310.00 246.64 63.36 - 132.500 285.00 243.51 41.49 - 132.525 285.00 239.99 45.01 - 132.550 276.00 235.96 40.04 - 132.575 258.00 231.75 26.25 - 132.600 251.00 227.56 23.44 - 132.625 269.00 223.53 45.47 - 132.650 228.00 219.90 8.10 - 132.675 215.00 216.58 -1.58 - 132.700 259.00 213.72 45.28 - 132.725 235.00 211.36 23.64 - 132.750 257.00 209.34 47.66 - 132.775 241.00 207.74 33.26 - 132.800 289.00 206.44 82.56 - 132.825 229.00 205.35 23.65 - 132.850 267.00 204.38 62.62 - 132.875 270.00 203.47 66.53 - 132.900 284.00 202.59 81.41 - 132.925 265.00 201.70 63.30 - 132.950 274.00 200.81 73.19 - 132.975 275.00 199.94 75.06 - 133.000 279.00 199.12 79.88 - 133.025 277.00 198.34 78.66 - 133.050 269.00 197.65 71.35 - 133.075 267.00 197.04 69.96 - 133.100 263.00 196.63 66.37 - 133.125 299.00 196.25 102.75 - 133.150 262.00 195.99 66.01 - 133.175 263.00 195.89 67.11 - 133.200 268.00 195.93 72.07 - 133.225 235.00 196.13 38.87 - 133.250 232.00 196.53 35.47 - 133.275 261.00 197.13 63.87 - 133.300 236.00 197.97 38.03 - 133.325 224.00 199.06 24.94 - 133.350 251.00 200.44 50.56 - 133.375 249.00 202.11 46.89 - 133.400 247.00 204.10 42.90 - 133.425 217.00 206.38 10.62 - 133.450 238.00 208.94 29.06 - 133.475 231.00 211.73 19.27 - 133.500 251.00 214.67 36.33 - 133.525 261.00 217.67 43.33 - 133.550 251.00 220.62 30.38 - 133.575 308.00 223.35 84.65 - 133.600 300.00 225.72 74.28 - 133.625 333.00 227.56 105.44 - 133.650 311.00 228.77 82.23 - 133.675 283.00 229.28 53.72 - 133.700 279.00 229.15 49.85 - 133.725 289.00 228.51 60.49 - 133.750 281.00 227.54 53.46 - 133.775 273.00 226.48 46.52 - 133.800 244.00 225.51 18.49 - 133.825 299.00 224.84 74.16 - 133.850 263.00 224.58 38.42 - 133.875 257.00 224.86 32.14 - 133.900 209.00 225.69 -16.69 - 133.925 284.00 227.08 56.92 - 133.950 256.00 228.96 27.04 - 133.975 270.00 231.21 38.79 - 134.000 280.00 233.67 46.33 - 134.025 276.00 236.15 39.85 - 134.050 282.00 238.36 43.64 - 134.075 293.00 240.07 52.93 - 134.100 282.00 241.10 40.90 - 134.125 285.00 241.18 43.82 - 134.150 309.00 240.31 68.69 - 134.175 299.00 238.53 60.47 - 134.200 295.00 236.01 58.99 - 134.225 307.00 232.95 74.05 - 134.250 253.00 229.55 23.45 - 134.275 258.00 226.06 31.94 - 134.300 255.00 222.57 32.43 - 134.325 297.00 219.26 77.74 - 134.350 296.00 216.25 79.75 - 134.375 248.00 213.59 34.41 - 134.400 286.00 211.35 74.65 - 134.425 288.00 209.55 78.45 - 134.450 259.00 208.20 50.80 - 134.475 276.00 207.31 68.69 - 134.500 256.00 206.86 49.14 - 134.525 257.00 206.85 50.15 - 134.550 268.00 207.30 60.70 - 134.575 246.00 208.22 37.78 - 134.600 273.00 209.65 63.35 - 134.625 271.00 211.60 59.40 - 134.650 306.00 214.20 91.80 - 134.675 287.00 217.44 69.56 - 134.700 286.00 221.53 64.47 - 134.725 303.00 226.45 76.55 - 134.750 283.00 232.29 50.71 - 134.775 335.00 239.05 95.95 - 134.800 330.00 246.74 83.26 - 134.825 366.00 255.28 110.72 - 134.850 380.00 264.48 115.52 - 134.875 334.00 274.26 59.74 - 134.900 362.00 284.26 77.74 - 134.925 408.00 294.18 113.82 - 134.950 432.00 303.57 128.43 - 134.975 479.00 311.97 167.03 - 135.000 440.00 318.98 121.02 - 135.025 484.00 324.25 159.75 - 135.050 478.00 327.57 150.43 - 135.075 479.00 328.86 150.14 - 135.100 513.00 328.16 184.84 - 135.125 472.00 325.55 146.45 - 135.150 445.00 321.24 123.76 - 135.175 466.00 315.43 150.57 - 135.200 437.00 308.51 128.49 - 135.225 414.00 300.87 113.13 - 135.250 396.00 292.87 103.13 - 135.275 374.00 284.96 89.04 - 135.300 314.00 277.47 36.53 - 135.325 326.00 270.68 55.32 - 135.350 326.00 264.86 61.14 - 135.375 323.00 260.07 62.93 - 135.400 316.00 256.43 59.57 - 135.425 354.00 253.87 100.13 - 135.450 315.00 252.33 62.67 - 135.475 351.00 251.69 99.31 - 135.500 329.00 251.74 77.26 - 135.525 370.00 252.38 117.62 - 135.550 366.00 253.13 112.87 - 135.575 415.00 253.81 161.19 - 135.600 444.00 254.17 189.83 - 135.625 423.00 253.97 169.03 - 135.650 414.00 253.05 160.95 - 135.675 412.00 251.35 160.65 - 135.700 463.00 248.92 214.08 - 135.725 464.00 245.88 218.12 - 135.750 424.00 242.37 181.63 - 135.775 427.00 238.58 188.42 - 135.800 411.00 234.65 176.35 - 135.825 394.00 230.76 163.24 - 135.850 383.00 227.01 155.99 - 135.875 394.00 223.50 170.50 - 135.900 330.00 220.30 109.70 - 135.925 360.00 217.44 142.56 - 135.950 359.00 214.94 144.06 - 135.975 303.00 212.79 90.21 - 136.000 294.00 210.98 83.02 - 136.025 289.00 209.47 79.53 - 136.050 271.00 208.18 62.82 - 136.075 288.00 207.19 80.81 - 136.100 264.00 206.56 57.44 - 136.125 284.00 205.99 78.01 - 136.150 262.00 205.61 56.39 - 136.175 274.00 205.40 68.60 - 136.200 278.00 205.37 72.63 - 136.225 293.00 205.51 87.49 - 136.250 289.00 205.85 83.15 - 136.275 309.00 206.39 102.61 - 136.300 292.00 207.26 84.74 - 136.325 313.00 208.28 104.72 - 136.350 286.00 209.59 76.41 - 136.375 291.00 211.18 79.82 - 136.400 303.00 213.08 89.92 - 136.425 279.00 215.29 63.71 - 136.450 298.00 217.81 80.19 - 136.475 301.00 220.61 80.39 - 136.500 278.00 223.66 54.34 - 136.525 261.00 226.90 34.10 - 136.550 314.00 230.18 83.82 - 136.575 299.00 233.57 65.43 - 136.600 316.00 236.88 79.12 - 136.625 353.00 239.97 113.03 - 136.650 319.00 242.74 76.26 - 136.675 339.00 245.05 93.95 - 136.700 335.00 246.82 88.18 - 136.725 341.00 247.98 93.02 - 136.750 306.00 248.52 57.48 - 136.775 303.00 248.43 54.57 - 136.800 298.00 247.78 50.22 - 136.825 290.00 246.64 43.36 - 136.850 317.00 245.06 71.94 - 136.875 318.00 243.11 74.89 - 136.900 296.00 240.84 55.16 - 136.925 336.00 238.30 97.70 - 136.950 295.00 235.55 59.45 - 136.975 284.00 232.66 51.34 - 137.000 241.00 229.70 11.30 - 137.025 276.00 226.76 49.24 - 137.050 245.00 223.90 21.10 - 137.075 247.00 221.18 25.82 - 137.100 263.00 218.65 44.35 - 137.125 270.00 216.34 53.66 - 137.150 261.00 214.27 46.73 - 137.175 239.00 212.43 26.57 - 137.200 247.00 210.83 36.17 - 137.225 250.00 209.47 40.53 - 137.250 209.00 208.35 0.65 - 137.275 238.00 207.40 30.60 - 137.300 247.00 206.62 40.38 - 137.325 257.00 206.00 51.00 - 137.350 255.00 205.52 49.48 - 137.375 273.00 205.15 67.85 - 137.400 272.00 204.88 67.12 - 137.425 319.00 204.68 114.32 - 137.450 274.00 204.56 69.44 - 137.475 307.00 204.49 102.51 - 137.500 253.00 204.46 48.54 - 137.525 284.00 204.32 79.68 - 137.550 254.00 204.37 49.63 - 137.575 274.00 204.45 69.55 - 137.600 278.00 204.56 73.44 - 137.625 237.00 204.70 32.30 - 137.650 257.00 204.77 52.23 - 137.675 249.00 204.99 44.01 - 137.700 261.00 205.25 55.75 - 137.725 242.00 205.55 36.45 - 137.750 256.00 205.95 50.05 - 137.775 255.00 206.45 48.55 - 137.800 236.00 207.09 28.91 - 137.825 234.00 207.85 26.15 - 137.850 250.00 208.80 41.20 - 137.875 233.00 209.95 23.05 - 137.900 250.00 211.35 38.65 - 137.925 231.00 213.04 17.96 - 137.950 252.00 215.04 36.96 - 137.975 244.00 217.39 26.61 - 138.000 256.00 220.10 35.90 - 138.025 226.00 223.19 2.81 - 138.050 267.00 226.65 40.35 - 138.075 246.00 230.43 15.57 - 138.100 257.00 234.49 22.51 - 138.125 255.00 238.78 16.22 - 138.150 278.00 243.18 34.82 - 138.175 292.00 247.58 44.42 - 138.200 308.00 251.75 56.25 - 138.225 274.00 255.70 18.30 - 138.250 375.00 259.18 115.82 - 138.275 361.00 261.99 99.01 - 138.300 344.00 263.98 80.02 - 138.325 361.00 265.06 95.94 - 138.350 347.00 265.18 81.82 - 138.375 352.00 264.38 87.62 - 138.400 322.00 262.80 59.20 - 138.425 337.00 260.61 76.39 - 138.450 267.00 258.04 8.96 - 138.475 268.00 255.29 12.71 - 138.500 286.00 252.58 33.42 - 138.525 279.00 250.12 28.88 - 138.550 276.00 248.09 27.91 - 138.575 252.00 246.62 5.38 - 138.600 242.00 245.85 -3.85 - 138.625 277.00 245.86 31.14 - 138.650 271.00 246.72 24.28 - 138.675 275.00 248.44 26.56 - 138.700 272.00 251.02 20.98 - 138.725 295.00 254.44 40.56 - 138.750 281.00 258.55 22.45 - 138.775 338.00 263.29 74.71 - 138.800 320.00 268.51 51.49 - 138.825 350.00 274.02 75.98 - 138.850 381.00 279.67 101.33 - 138.875 404.00 285.14 118.86 - 138.900 451.00 290.26 160.74 - 138.925 441.00 294.78 146.22 - 138.950 452.00 298.51 153.49 - 138.975 417.00 301.32 115.68 - 139.000 450.00 303.12 146.88 - 139.025 436.00 303.92 132.08 - 139.050 437.00 303.75 133.25 - 139.075 440.00 302.69 137.31 - 139.100 474.00 300.78 173.22 - 139.125 453.00 298.10 154.90 - 139.150 457.00 294.67 162.33 - 139.175 438.00 290.56 147.44 - 139.200 387.00 285.84 101.16 - 139.225 386.00 280.62 105.38 - 139.250 366.00 275.03 90.97 - 139.275 341.00 269.22 71.78 - 139.300 337.00 263.33 73.67 - 139.325 308.00 257.53 50.47 - 139.350 329.00 251.92 77.08 - 139.375 283.00 246.61 36.39 - 139.400 296.00 241.60 54.40 - 139.425 289.00 237.05 51.95 - 139.450 297.00 232.94 64.06 - 139.475 240.00 229.27 10.73 - 139.500 268.00 226.06 41.94 - 139.525 282.00 223.26 58.74 - 139.550 297.00 220.88 76.12 - 139.575 291.00 218.87 72.13 - 139.600 281.00 217.18 63.82 - 139.625 305.00 215.83 89.17 - 139.650 336.00 214.76 121.24 - 139.675 324.00 213.94 110.06 - 139.700 307.00 213.34 93.66 - 139.725 332.00 212.93 119.07 - 139.750 328.00 212.70 115.30 - 139.775 309.00 212.63 96.37 - 139.800 315.00 212.70 102.30 - 139.825 330.00 212.92 117.08 - 139.850 291.00 213.30 77.70 - 139.875 290.00 213.79 76.21 - 139.900 344.00 214.40 129.60 - 139.925 314.00 215.14 98.86 - 139.950 324.00 215.99 108.01 - 139.975 327.00 216.95 110.05 - 140.000 259.00 218.01 40.99 - 140.025 268.00 219.14 48.86 - 140.050 305.00 220.33 84.67 - 140.075 304.00 221.54 82.46 - 140.100 300.00 222.74 77.26 - 140.125 285.00 223.90 61.10 - 140.150 292.00 224.98 67.02 - 140.175 289.00 225.92 63.08 - 140.200 294.00 226.68 67.32 - 140.225 278.00 227.28 50.72 - 140.250 261.00 227.58 33.42 - 140.275 297.00 227.63 69.37 - 140.300 252.00 227.43 24.57 - 140.325 280.00 227.01 52.99 - 140.350 245.00 226.40 18.60 - 140.375 266.00 225.65 40.35 - 140.400 283.00 224.82 58.18 - 140.425 238.00 223.95 14.05 - 140.450 266.00 223.09 42.91 - 140.475 262.00 222.28 39.72 - 140.500 249.00 221.56 27.44 - 140.525 255.00 220.94 34.06 - 140.550 240.00 220.45 19.55 - 140.575 239.00 220.11 18.89 - 140.600 221.00 219.92 1.08 - 140.625 251.00 219.89 31.11 - 140.650 212.00 219.99 -7.99 - 140.675 233.00 220.23 12.77 - 140.700 238.00 220.58 17.42 - 140.725 249.00 221.03 27.97 - 140.750 256.00 221.54 34.46 - 140.775 216.00 222.09 -6.09 - 140.800 262.00 222.66 39.34 - 140.825 249.00 223.21 25.79 - 140.850 248.00 223.74 24.26 - 140.875 263.00 224.20 38.80 - 140.900 281.00 224.60 56.40 - 140.925 234.00 224.93 9.07 - 140.950 290.00 225.19 64.81 - 140.975 269.00 225.38 43.62 - 141.000 284.00 225.51 58.49 - 141.025 233.00 225.56 7.44 - 141.050 286.00 225.55 60.45 - 141.075 275.00 225.45 49.55 - 141.100 263.00 225.26 37.74 - 141.125 245.00 224.98 20.02 - 141.150 259.00 224.49 34.51 - 141.175 276.00 224.02 51.98 - 141.200 229.00 223.46 5.54 - 141.225 261.00 222.84 38.16 - 141.250 273.00 222.18 50.82 - 141.275 272.00 221.50 50.50 - 141.300 231.00 220.83 10.17 - 141.325 212.00 220.18 -8.18 - 141.350 233.00 219.59 13.41 - 141.375 256.00 219.07 36.93 - 141.400 241.00 218.64 22.36 - 141.425 228.00 218.32 9.68 - 141.450 234.00 218.12 15.88 - 141.475 238.00 218.05 19.95 - 141.500 216.00 218.12 -2.12 - 141.525 207.00 218.35 -11.35 - 141.550 221.00 218.74 2.26 - 141.575 233.00 219.28 13.72 - 141.600 238.00 219.99 18.01 - 141.625 217.00 220.86 -3.86 - 141.650 238.00 221.87 16.13 - 141.675 251.00 223.09 27.91 - 141.700 268.00 224.37 43.63 - 141.725 259.00 225.75 33.25 - 141.750 230.00 227.20 2.80 - 141.775 276.00 228.70 47.30 - 141.800 257.00 230.20 26.80 - 141.825 260.00 231.67 28.33 - 141.850 255.00 232.94 22.06 - 141.875 244.00 234.21 9.79 - 141.900 258.00 235.31 22.69 - 141.925 279.00 236.22 42.78 - 141.950 291.00 236.88 54.12 - 141.975 290.00 237.29 52.71 - 142.000 295.00 237.42 57.58 - 142.025 289.00 237.29 51.71 - 142.050 273.00 236.91 36.09 - 142.075 306.00 236.30 69.70 - 142.100 307.00 235.40 71.60 - 142.125 264.00 234.45 29.55 - 142.150 289.00 233.39 55.61 - 142.175 270.00 232.27 37.73 - 142.200 234.00 231.14 2.86 - 142.225 252.00 230.04 21.96 - 142.250 243.00 229.00 14.00 - 142.275 244.00 228.06 15.94 - 142.300 251.00 227.23 23.77 - 142.325 235.00 226.52 8.48 - 142.350 234.00 225.95 8.05 - 142.375 246.00 225.52 20.48 - 142.400 239.00 225.23 13.77 - 142.425 257.00 225.06 31.94 - 142.450 218.00 225.00 -7.00 - 142.475 234.00 225.05 8.95 - 142.500 230.00 225.17 4.83 - 142.525 253.00 225.35 27.65 - 142.550 248.00 225.57 22.43 - 142.575 257.00 225.82 31.18 - 142.600 248.00 226.07 21.93 - 142.625 255.00 226.33 28.67 - 142.650 261.00 226.58 34.42 - 142.675 275.00 226.83 48.17 - 142.700 288.00 227.08 60.92 - 142.725 301.00 227.31 73.69 - 142.750 283.00 227.55 55.45 - 142.775 308.00 227.96 80.04 - 142.800 268.00 228.22 39.78 - 142.825 300.00 228.49 71.51 - 142.850 305.00 228.79 76.21 - 142.875 254.00 229.12 24.88 - 142.900 251.00 229.50 21.50 - 142.925 256.00 229.93 26.07 - 142.950 280.00 230.43 49.57 - 142.975 290.00 231.01 58.99 - 143.000 267.00 231.63 35.37 - 143.025 278.00 232.31 45.69 - 143.050 302.00 233.03 68.97 - 143.075 264.00 233.80 30.20 - 143.100 263.00 234.59 28.41 - 143.125 289.00 235.39 53.61 - 143.150 231.00 236.19 -5.19 - 143.175 271.00 236.96 34.04 - 143.200 289.00 237.71 51.29 - 143.225 268.00 238.43 29.57 - 143.250 310.00 239.13 70.87 - 143.275 278.00 239.77 38.23 - 143.300 280.00 240.45 39.55 - 143.325 262.00 241.14 20.86 - 143.350 234.00 241.85 -7.85 - 143.375 278.00 242.59 35.41 - 143.400 288.00 243.36 44.64 - 143.425 265.00 244.22 20.78 - 143.450 302.00 245.03 56.97 - 143.475 278.00 245.81 32.19 - 143.500 273.00 246.55 26.45 - 143.525 279.00 247.22 31.78 - 143.550 303.00 247.76 55.24 - 143.575 318.00 248.14 69.86 - 143.600 317.00 248.33 68.67 - 143.625 312.00 248.28 63.72 - 143.650 303.00 247.99 55.01 - 143.675 312.00 247.44 64.56 - 143.700 311.00 246.65 64.35 - 143.725 308.00 245.65 62.35 - 143.750 304.00 244.47 59.53 - 143.775 284.00 243.16 40.84 - 143.800 281.00 241.77 39.23 - 143.825 287.00 240.33 46.67 - 143.850 262.00 238.90 23.10 - 143.875 273.00 237.51 35.49 - 143.900 284.00 236.20 47.80 - 143.925 261.00 235.00 26.00 - 143.950 241.00 233.91 7.09 - 143.975 238.00 232.98 5.02 - 144.000 276.00 232.21 43.79 - 144.025 276.00 231.61 44.39 - 144.050 274.00 231.17 42.83 - 144.075 262.00 230.88 31.12 - 144.100 279.00 230.75 48.25 - 144.125 274.00 230.74 43.26 - 144.150 238.00 230.84 7.16 - 144.175 278.00 231.04 46.96 - 144.200 273.00 231.30 41.70 - 144.225 274.00 231.59 42.41 - 144.250 260.00 231.89 28.11 - 144.275 245.00 232.21 12.79 - 144.300 293.00 232.43 60.57 - 144.325 307.00 232.58 74.42 - 144.350 304.00 232.65 71.35 - 144.375 266.00 232.61 33.39 - 144.400 287.00 232.47 54.53 - 144.425 292.00 232.22 59.78 - 144.450 295.00 231.89 63.11 - 144.475 295.00 231.48 63.52 - 144.500 305.00 231.03 73.97 - 144.525 300.00 230.53 69.47 - 144.550 281.00 230.03 50.97 - 144.575 287.00 229.54 57.46 - 144.600 299.00 229.08 69.92 - 144.625 268.00 228.67 39.33 - 144.650 292.00 228.33 63.67 - 144.675 267.00 228.08 38.92 - 144.700 236.00 227.94 8.06 - 144.725 248.00 227.92 20.08 - 144.750 272.00 228.04 43.96 - 144.775 274.00 228.30 45.70 - 144.800 237.00 228.72 8.28 - 144.825 251.00 229.35 21.65 - 144.850 245.00 230.11 14.89 - 144.875 285.00 231.04 53.96 - 144.900 252.00 232.15 19.85 - 144.925 272.00 233.43 38.57 - 144.950 258.00 234.87 23.13 - 144.975 269.00 236.47 32.53 - 145.000 268.00 238.20 29.80 - 145.025 299.00 240.04 58.96 - 145.050 240.00 241.97 -1.97 - 145.075 263.00 243.96 19.04 - 145.100 260.00 245.98 14.02 - 145.125 315.00 247.98 67.02 - 145.150 315.00 249.89 65.11 - 145.175 295.00 251.72 43.28 - 145.200 279.00 253.39 25.61 - 145.225 295.00 254.84 40.16 - 145.250 333.00 256.04 76.96 - 145.275 322.00 256.90 65.10 - 145.300 338.00 257.45 80.55 - 145.325 383.00 257.65 125.35 - 145.350 339.00 257.48 81.52 - 145.375 311.00 256.96 54.04 - 145.400 323.00 256.11 66.89 - 145.425 295.00 254.98 40.02 - 145.450 275.00 253.62 21.38 - 145.475 295.00 252.07 42.93 - 145.500 289.00 250.38 38.62 - 145.525 294.00 248.61 45.39 - 145.550 287.00 246.80 40.20 - 145.575 275.00 244.99 30.01 - 145.600 249.00 243.22 5.78 - 145.625 232.00 241.53 -9.53 - 145.650 269.00 239.93 29.07 - 145.675 258.00 238.46 19.54 - 145.700 268.00 237.13 30.87 - 145.725 290.00 235.97 54.03 - 145.750 253.00 234.98 18.02 - 145.775 266.00 234.17 31.83 - 145.800 234.00 233.56 0.44 - 145.825 233.00 233.15 -0.15 - 145.850 223.00 232.95 -9.95 - 145.875 231.00 232.96 -1.96 - 145.900 252.00 233.21 18.79 - 145.925 275.00 233.69 41.31 - 145.950 267.00 234.43 32.57 - 145.975 251.00 235.43 15.57 - 146.000 284.00 236.70 47.30 - 146.025 281.00 238.27 42.73 - 146.050 254.00 240.15 13.85 - 146.075 265.00 242.35 22.65 - 146.100 309.00 244.89 64.11 - 146.125 269.00 247.76 21.24 - 146.150 296.00 251.01 44.99 - 146.175 290.00 254.61 35.39 - 146.200 301.00 258.56 42.44 - 146.225 297.00 262.85 34.15 - 146.250 300.00 267.46 32.54 - 146.275 345.00 272.36 72.64 - 146.300 298.00 277.50 20.50 - 146.325 347.00 282.85 64.15 - 146.350 345.00 288.40 56.60 - 146.375 374.00 293.94 80.06 - 146.400 366.00 299.46 66.54 - 146.425 387.00 304.85 82.15 - 146.450 392.00 310.03 81.97 - 146.475 438.00 314.87 123.13 - 146.500 465.00 319.26 145.74 - 146.525 470.00 323.09 146.91 - 146.550 443.00 326.26 116.74 - 146.575 511.00 328.65 182.35 - 146.600 473.00 330.28 142.72 - 146.625 474.00 331.07 142.93 - 146.650 455.00 331.05 123.95 - 146.675 473.00 330.25 142.75 - 146.700 452.00 328.73 123.27 - 146.725 460.00 326.58 133.42 - 146.750 440.00 323.89 116.11 - 146.775 386.00 320.77 65.23 - 146.800 385.00 317.33 67.67 - 146.825 402.00 313.65 88.35 - 146.850 418.00 309.83 108.17 - 146.875 382.00 305.96 76.04 - 146.900 348.00 302.12 45.88 - 146.925 344.00 298.41 45.59 - 146.950 360.00 294.87 65.13 - 146.975 366.00 291.58 74.42 - 147.000 351.00 288.57 62.43 - 147.025 322.00 285.88 36.12 - 147.050 327.00 283.54 43.46 - 147.075 318.00 281.50 36.50 - 147.100 352.00 279.85 72.15 - 147.125 341.00 278.52 62.48 - 147.150 308.00 277.49 30.51 - 147.175 357.00 276.72 80.28 - 147.200 325.00 276.16 48.84 - 147.225 367.00 275.75 91.25 - 147.250 383.00 275.44 107.56 - 147.275 381.00 275.17 105.83 - 147.300 376.00 274.87 101.13 - 147.325 381.00 274.49 106.51 - 147.350 434.00 273.98 160.02 - 147.375 410.00 273.31 136.69 - 147.400 412.00 272.43 139.57 - 147.425 411.00 271.36 139.64 - 147.450 393.00 270.08 122.92 - 147.475 427.00 268.62 158.38 - 147.500 429.00 267.00 162.00 - 147.525 441.00 265.25 175.75 - 147.550 407.00 263.42 143.58 - 147.575 412.00 261.54 150.46 - 147.600 456.00 259.64 196.36 - 147.625 389.00 257.78 131.22 - 147.650 386.00 255.98 130.02 - 147.675 382.00 254.28 127.72 - 147.700 368.00 252.72 115.28 - 147.725 352.00 251.31 100.69 - 147.750 367.00 250.09 116.91 - 147.775 366.00 249.07 116.93 - 147.800 364.00 248.29 115.71 - 147.825 366.00 247.74 118.26 - 147.850 352.00 247.44 104.56 - 147.875 312.00 247.39 64.61 - 147.900 345.00 247.59 97.41 - 147.925 336.00 248.05 87.95 - 147.950 284.00 248.86 35.14 - 147.975 310.00 249.82 60.18 - 148.000 289.00 251.00 38.00 - 148.025 318.00 252.39 65.61 - 148.050 287.00 253.97 33.03 - 148.075 303.00 255.70 47.30 - 148.100 306.00 257.57 48.43 - 148.125 320.00 259.54 60.46 - 148.150 330.00 261.58 68.42 - 148.175 334.00 263.64 70.36 - 148.200 345.00 265.68 79.32 - 148.225 367.00 267.68 99.32 - 148.250 407.00 269.57 137.43 - 148.275 379.00 271.32 107.68 - 148.300 410.00 272.89 137.11 - 148.325 396.00 274.24 121.76 - 148.350 429.00 275.34 153.66 - 148.375 425.00 276.15 148.85 - 148.400 449.00 276.67 172.33 - 148.425 416.00 276.89 139.11 - 148.450 394.00 276.81 117.19 - 148.475 390.00 276.45 113.55 - 148.500 394.00 275.85 118.15 - 148.525 404.00 275.03 128.97 - 148.550 356.00 274.03 81.97 - 148.575 350.00 272.91 77.09 - 148.600 378.00 271.69 106.31 - 148.625 369.00 270.42 98.58 - 148.650 362.00 269.15 92.85 - 148.675 311.00 267.90 43.10 - 148.700 297.00 266.69 30.31 - 148.725 307.00 265.56 41.44 - 148.750 293.00 264.52 28.48 - 148.775 291.00 263.58 27.42 - 148.800 338.00 262.74 75.26 - 148.825 300.00 262.02 37.98 - 148.850 290.00 261.39 28.61 - 148.875 317.00 260.85 56.15 - 148.900 312.00 260.39 51.61 - 148.925 270.00 259.99 10.01 - 148.950 313.00 259.62 53.38 - 148.975 278.00 259.20 18.80 - 149.000 321.00 258.83 62.17 - 149.025 327.00 258.42 68.58 - 149.050 332.00 257.95 74.05 - 149.075 337.00 257.40 79.60 - 149.100 328.00 256.80 71.20 - 149.125 301.00 256.07 44.93 - 149.150 322.00 255.25 66.75 - 149.175 334.00 254.35 79.65 - 149.200 330.00 253.37 76.63 - 149.225 315.00 252.31 62.69 - 149.250 311.00 251.21 59.79 - 149.275 302.00 250.06 51.94 - 149.300 338.00 248.89 89.11 - 149.325 321.00 247.71 73.29 - 149.350 317.00 246.54 70.46 - 149.375 331.00 245.38 85.62 - 149.400 335.00 244.26 90.74 - 149.425 345.00 243.17 101.83 - 149.450 317.00 242.14 74.86 - 149.475 306.00 241.16 64.84 - 149.500 309.00 240.25 68.75 - 149.525 336.00 239.40 96.60 - 149.550 309.00 238.63 70.37 - 149.575 299.00 237.93 61.07 - 149.600 319.00 237.31 81.69 - 149.625 310.00 236.76 73.24 - 149.650 287.00 236.29 50.71 - 149.675 281.00 235.89 45.11 - 149.700 268.00 235.56 32.44 - 149.725 260.00 235.30 24.70 - 149.750 279.00 235.10 43.90 - 149.775 279.00 234.96 44.04 - 149.800 289.00 234.89 54.11 - 149.825 265.00 234.86 30.14 - 149.850 261.00 234.89 26.11 - 149.875 264.00 234.97 29.03 - 149.900 260.00 235.10 24.90 - 149.925 271.00 235.27 35.73 - 149.950 265.00 235.48 29.52 - 149.975 270.00 235.74 34.26 - 150.000 280.00 236.03 43.97 - 150.025 304.00 236.37 67.63 - 150.050 283.00 236.75 46.25 - 150.075 289.00 237.17 51.83 - 150.100 294.00 237.64 56.36 - 150.125 325.00 238.16 86.84 - 150.150 269.00 238.72 30.28 - 150.175 282.00 239.34 42.66 - 150.200 293.00 240.02 52.98 - 150.225 275.00 240.75 34.25 - 150.250 283.00 241.55 41.45 - 150.275 281.00 242.42 38.58 - 150.300 283.00 243.36 39.64 - 150.325 277.00 244.39 32.61 - 150.350 284.00 245.50 38.50 - 150.375 275.00 246.69 28.31 - 150.400 277.00 247.98 29.02 - 150.425 278.00 249.37 28.63 - 150.450 273.00 250.73 22.27 - 150.475 284.00 252.26 31.74 - 150.500 267.00 253.92 13.08 - 150.525 270.00 255.67 14.33 - 150.550 287.00 257.49 29.51 - 150.575 316.00 259.38 56.62 - 150.600 261.00 261.32 -0.32 - 150.625 283.00 263.29 19.71 - 150.650 294.00 265.28 28.72 - 150.675 275.00 267.26 7.74 - 150.700 324.00 269.21 54.79 - 150.725 306.00 271.11 34.89 - 150.750 302.00 272.90 29.10 - 150.775 276.00 274.62 1.38 - 150.800 392.00 276.19 115.81 - 150.825 339.00 277.60 61.40 - 150.850 309.00 278.82 30.18 - 150.875 315.00 279.82 35.18 - 150.900 322.00 280.58 41.42 - 150.925 359.00 281.07 77.93 - 150.950 308.00 281.29 26.71 - 150.975 335.00 281.23 53.77 - 151.000 315.00 280.89 34.11 - 151.025 318.00 280.28 37.72 - 151.050 319.00 279.42 39.58 - 151.075 328.00 278.31 49.69 - 151.100 315.00 277.00 38.00 - 151.125 303.00 275.57 27.43 - 151.150 296.00 273.93 22.07 - 151.175 300.00 272.18 27.82 - 151.200 304.00 270.34 33.66 - 151.225 283.00 268.45 14.55 - 151.250 292.00 266.52 25.48 - 151.275 266.00 264.57 1.43 - 151.300 279.00 262.64 16.36 - 151.325 295.00 260.75 34.25 - 151.350 258.00 258.83 -0.83 - 151.375 289.00 257.04 31.96 - 151.400 272.00 255.33 16.67 - 151.425 251.00 253.70 -2.70 - 151.450 305.00 252.16 52.84 - 151.475 263.00 250.71 12.29 - 151.500 261.00 249.35 11.65 - 151.525 299.00 248.09 50.91 - 151.550 291.00 246.92 44.08 - 151.575 276.00 245.85 30.15 - 151.600 294.00 244.86 49.14 - 151.625 259.00 243.97 15.03 - 151.650 254.00 243.15 10.85 - 151.675 297.00 242.42 54.58 - 151.700 287.00 241.75 45.25 - 151.725 257.00 241.16 15.84 - 151.750 284.00 240.64 43.36 - 151.775 255.00 240.18 14.82 - 151.800 260.00 239.78 20.22 - 151.825 259.00 239.43 19.57 - 151.850 300.00 239.14 60.86 - 151.875 264.00 238.89 25.11 - 151.900 300.00 238.70 61.30 - 151.925 287.00 238.55 48.45 - 151.950 298.00 238.45 59.55 - 151.975 283.00 238.39 44.61 - 152.000 279.00 238.39 40.61 - 152.025 271.00 238.43 32.57 - 152.050 291.00 238.52 52.48 - 152.075 304.00 238.66 65.34 - 152.100 299.00 238.86 60.14 - 152.125 272.00 239.11 32.89 - 152.150 316.00 239.43 76.57 - 152.175 298.00 239.81 58.19 - 152.200 322.00 240.27 81.73 - 152.225 306.00 240.79 65.21 - 152.250 268.00 241.40 26.60 - 152.275 257.00 242.09 14.91 - 152.300 279.00 242.87 36.13 - 152.325 262.00 243.74 18.26 - 152.350 269.00 244.71 24.29 - 152.375 291.00 245.77 45.23 - 152.400 258.00 246.94 11.06 - 152.425 269.00 248.21 20.79 - 152.450 295.00 249.57 45.43 - 152.475 293.00 251.05 41.95 - 152.500 268.00 252.63 15.37 - 152.525 264.00 254.36 9.64 - 152.550 272.00 256.12 15.88 - 152.575 272.00 257.91 14.09 - 152.600 288.00 259.84 28.16 - 152.625 270.00 261.83 8.17 - 152.650 267.00 263.87 3.13 - 152.675 277.00 265.95 11.05 - 152.700 310.00 268.05 41.95 - 152.725 292.00 270.15 21.85 - 152.750 276.00 272.22 3.78 - 152.775 290.00 274.26 15.74 - 152.800 319.00 276.23 42.77 - 152.825 322.00 278.11 43.89 - 152.850 316.00 279.87 36.13 - 152.875 343.00 281.48 61.52 - 152.900 345.00 282.93 62.07 - 152.925 379.00 284.17 94.83 - 152.950 383.00 285.20 97.80 - 152.975 389.00 285.98 103.02 - 153.000 437.00 286.51 150.49 - 153.025 371.00 286.77 84.23 - 153.050 405.00 286.76 118.24 - 153.075 427.00 286.48 140.52 - 153.100 442.00 285.93 156.07 - 153.125 424.00 285.13 138.87 - 153.150 438.00 284.10 153.90 - 153.175 396.00 282.85 113.15 - 153.200 384.00 281.42 102.58 - 153.225 381.00 279.83 101.17 - 153.250 329.00 278.10 50.90 - 153.275 322.00 276.26 45.74 - 153.300 319.00 274.34 44.66 - 153.325 274.00 272.37 1.63 - 153.350 318.00 270.32 47.68 - 153.375 304.00 268.31 35.69 - 153.400 316.00 266.30 49.70 - 153.425 324.00 264.32 59.68 - 153.450 275.00 262.39 12.61 - 153.475 319.00 260.52 58.48 - 153.500 259.00 258.72 0.28 - 153.525 272.00 257.01 14.99 - 153.550 262.00 255.39 6.61 - 153.575 270.00 253.87 16.13 - 153.600 263.00 252.45 10.55 - 153.625 266.00 251.15 14.85 - 153.650 242.00 249.96 -7.96 - 153.675 265.00 248.88 16.12 - 153.700 251.00 247.92 3.08 - 153.725 276.00 247.07 28.93 - 153.750 277.00 246.33 30.67 - 153.775 260.00 245.70 14.30 - 153.800 256.00 245.17 10.83 - 153.825 240.00 244.74 -4.74 - 153.850 278.00 244.40 33.60 - 153.875 252.00 244.15 7.85 - 153.900 286.00 243.99 42.01 - 153.925 295.00 243.91 51.09 - 153.950 268.00 243.90 24.10 - 153.975 301.00 243.96 57.04 - 154.000 296.00 235.51 60.49 - 154.025 268.00 235.54 32.46 - 154.050 299.00 235.57 63.43 - 154.075 298.00 235.60 62.40 - 154.100 305.00 235.63 69.37 - 154.125 293.00 235.65 57.35 - 154.150 327.00 235.68 91.32 - 154.175 343.00 235.71 107.29 - 154.200 362.00 235.74 126.26 - 154.225 367.00 235.77 131.23 - 154.250 358.00 235.80 122.20 - 154.275 324.00 235.82 88.18 - 154.300 322.00 235.85 86.15 - 154.325 330.00 235.88 94.12 - 154.350 356.00 235.91 120.09 - 154.375 353.00 235.93 117.07 - 154.400 351.00 235.96 115.04 - 154.425 324.00 235.99 88.01 - 154.450 359.00 236.01 122.99 - 154.475 339.00 236.04 102.96 - 154.500 289.00 236.07 52.93 - 154.525 330.00 236.09 93.91 - 154.550 295.00 236.12 58.88 - 154.575 293.00 236.15 56.85 - 154.600 293.00 236.17 56.83 - 154.625 300.00 236.20 63.80 - 154.650 296.00 236.23 59.77 - 154.675 319.00 236.25 82.75 - 154.700 302.00 236.28 65.72 - 154.725 276.00 236.30 39.70 - 154.750 293.00 236.33 56.67 - 154.775 271.00 236.35 34.65 - 154.800 283.00 236.38 46.62 - 154.825 256.00 236.40 19.60 - 154.850 258.00 236.43 21.57 - 154.875 269.00 236.45 32.55 - 154.900 272.00 236.48 35.52 - 154.925 213.00 236.50 -23.50 - 154.950 257.00 236.52 20.48 - 154.975 274.00 236.55 37.45 - 155.000 242.00 236.57 5.43 - 155.025 245.00 236.60 8.40 - 155.050 252.00 236.62 15.38 - 155.075 212.00 236.64 -24.64 - 155.100 261.00 236.67 24.33 - 155.125 281.00 236.69 44.31 - 155.150 259.00 236.71 22.29 - 155.175 253.00 236.73 16.27 - 155.200 280.00 236.76 43.24 - 155.225 255.00 236.78 18.22 - 155.250 229.00 236.80 -7.80 - 155.275 241.00 236.82 4.18 - 155.300 242.00 236.85 5.15 - 155.325 248.00 236.87 11.13 - 155.350 259.00 236.89 22.11 - 155.375 257.00 236.91 20.09 - 155.400 256.00 236.93 19.07 - 155.425 253.00 236.95 16.05 - 155.450 281.00 236.98 44.02 - 155.475 292.00 237.00 55.00 - 155.500 254.00 237.02 16.98 - 155.525 273.00 237.04 35.96 - 155.550 278.00 237.06 40.94 - 155.575 277.00 237.08 39.92 - 155.600 264.00 237.10 26.90 - 155.625 219.00 237.12 -18.12 - 155.650 271.00 237.14 33.86 - 155.675 279.00 237.16 41.84 - 155.700 246.00 237.18 8.82 - 155.725 268.00 237.20 30.80 - 155.750 282.00 237.22 44.78 - 155.775 272.00 237.24 34.76 - 155.800 270.00 237.26 32.74 - 155.825 221.00 237.28 -16.28 - 155.850 262.00 237.29 24.71 - 155.875 286.00 237.31 48.69 - 155.900 267.00 237.33 29.67 - 155.925 254.00 237.35 16.65 - 155.950 267.00 237.37 29.63 - 155.975 259.00 237.39 21.61 - 156.000 267.00 237.40 29.60 - 156.025 276.00 237.42 38.58 - 156.050 269.00 237.44 31.56 - 156.075 251.00 237.46 13.54 - 156.100 256.00 237.47 18.53 - 156.125 228.00 237.49 -9.49 - 156.150 248.00 237.51 10.49 - 156.175 243.00 237.52 5.48 - 156.200 254.00 237.54 16.46 - 156.225 254.00 237.56 16.44 - 156.250 245.00 237.57 7.43 - 156.275 242.00 237.59 4.41 - 156.300 250.00 237.60 12.40 - 156.325 264.00 237.62 26.38 - 156.350 274.00 237.64 36.36 - 156.375 255.00 237.65 17.35 - 156.400 281.00 237.67 43.33 - 156.425 229.00 237.68 -8.68 - 156.450 263.00 237.70 25.30 - 156.475 250.00 237.71 12.29 - 156.500 241.00 237.73 3.27 - 156.525 259.00 237.74 21.26 - 156.550 268.00 237.75 30.25 - 156.575 285.00 237.77 47.23 - 156.600 241.00 237.78 3.22 - 156.625 255.00 237.80 17.20 - 156.650 268.00 237.81 30.19 - 156.675 257.00 237.82 19.18 - 156.700 263.00 237.84 25.16 - 156.725 266.00 237.85 28.15 - 156.750 298.00 237.86 60.14 - 156.775 281.00 237.88 43.12 - 156.800 271.00 237.89 33.11 - 156.825 261.00 237.90 23.10 - 156.850 280.00 237.91 42.09 - 156.875 296.00 237.92 58.08 - 156.900 283.00 237.94 45.06 - 156.925 341.00 237.95 103.05 - 156.950 280.00 237.96 42.04 - 156.975 304.00 237.97 66.03 - 157.000 282.00 237.98 44.02 - 157.025 258.00 237.99 20.01 - 157.050 262.00 238.00 24.00 - 157.075 279.00 238.02 40.98 - 157.100 285.00 238.03 46.97 - 157.125 319.00 238.04 80.96 - 157.150 293.00 238.05 54.95 - 157.175 322.00 238.06 83.94 - 157.200 316.00 238.07 77.93 - 157.225 348.00 238.08 109.92 - 157.250 341.00 238.09 102.91 - 157.275 339.00 238.09 100.91 - 157.300 321.00 238.10 82.90 - 157.325 373.00 238.11 134.89 - 157.350 376.00 238.12 137.88 - 157.375 366.00 238.13 127.87 - 157.400 402.00 238.14 163.86 - 157.425 391.00 238.15 152.85 - 157.450 405.00 238.16 166.84 - 157.475 407.00 238.16 168.84 - 157.500 422.00 238.17 183.83 - 157.525 395.00 238.18 156.82 - 157.550 434.00 238.19 195.81 - 157.575 419.00 238.19 180.81 - 157.600 426.00 238.20 187.80 - 157.625 385.00 238.21 146.79 - 157.650 390.00 238.21 151.79 - 157.675 375.00 238.22 136.78 - 157.700 357.00 238.23 118.77 - 157.725 343.00 238.23 104.77 - 157.750 359.00 238.24 120.76 - 157.775 344.00 238.24 105.76 - 157.800 285.00 238.25 46.75 - 157.825 324.00 238.26 85.74 - 157.850 317.00 238.26 78.74 - 157.875 345.00 238.27 106.73 - 157.900 303.00 238.27 64.73 - 157.925 315.00 238.28 76.72 - 157.950 288.00 238.28 49.72 - 157.975 301.00 238.28 62.72 - 158.000 281.00 238.29 42.71 - 158.025 327.00 238.29 88.71 - 158.050 316.00 238.30 77.70 - 158.075 260.00 238.30 21.70 - 158.100 299.00 238.30 60.70 - 158.125 302.00 238.31 63.69 - 158.150 249.00 238.31 10.69 - 158.175 293.00 238.31 54.69 - 158.200 271.00 238.31 32.69 - 158.225 296.00 238.32 57.68 - 158.250 258.00 238.32 19.68 - 158.275 283.00 238.32 44.68 - 158.300 268.00 238.32 29.68 - 158.325 271.00 238.33 32.67 - 158.350 305.00 238.33 66.67 - 158.375 268.00 238.33 29.67 - 158.400 234.00 238.33 -4.33 - 158.425 286.00 238.33 47.67 - 158.450 278.00 238.33 39.67 - 158.475 274.00 238.33 35.67 - 158.500 274.00 238.33 35.67 - 158.525 253.00 238.33 14.67 - 158.550 238.00 238.33 -0.33 - 158.575 291.00 238.33 52.67 - 158.600 274.00 238.33 35.67 - 158.625 300.00 238.33 61.67 - 158.650 282.00 238.33 43.67 - 158.675 303.00 238.33 64.67 - 158.700 285.00 238.33 46.67 - 158.725 323.00 238.33 84.67 - 158.750 340.00 238.32 101.68 - 158.775 283.00 238.32 44.68 - 158.800 355.00 238.32 116.68 - 158.825 288.00 238.32 49.68 - 158.850 335.00 238.32 96.68 - 158.875 350.00 238.31 111.69 - 158.900 313.00 238.31 74.69 - 158.925 303.00 238.31 64.69 - 158.950 338.00 238.30 99.70 - 158.975 326.00 238.30 87.70 - 159.000 359.00 238.30 120.70 - 159.025 372.00 238.29 133.71 - 159.050 325.00 238.29 86.71 - 159.075 325.00 238.29 86.71 - 159.100 352.00 238.28 113.72 - 159.125 345.00 238.28 106.72 - 159.150 348.00 238.27 109.73 - 159.175 330.00 238.27 91.73 - 159.200 336.00 238.26 97.74 - 159.225 310.00 238.26 71.74 - 159.250 343.00 238.25 104.75 - 159.275 321.00 238.24 82.76 - 159.300 329.00 238.24 90.76 - 159.325 325.00 238.23 86.77 - 159.350 329.00 238.23 90.77 - 159.375 330.00 238.22 91.78 - 159.400 311.00 238.21 72.79 - 159.425 316.00 238.21 77.79 - 159.450 327.00 238.20 88.80 - 159.475 320.00 238.19 81.81 - 159.500 306.00 238.18 67.82 - 159.525 348.00 238.18 109.82 - 159.550 345.00 238.17 106.83 - 159.575 330.00 238.16 91.84 - 159.600 325.00 238.15 86.85 - 159.625 371.00 238.14 132.86 - 159.650 381.00 238.13 142.87 - 159.675 421.00 238.12 182.88 - 159.700 388.00 238.12 149.88 - 159.725 403.00 238.11 164.89 - 159.750 413.00 238.10 174.90 - 159.775 417.00 238.09 178.91 - 159.800 391.00 238.08 152.92 - 159.825 385.00 238.07 146.93 - 159.850 376.00 238.05 137.95 - 159.875 382.00 238.04 143.96 - 159.900 420.00 238.03 181.97 - 159.925 374.00 238.02 135.98 - 159.950 352.00 238.01 113.99 - 159.975 328.00 238.00 90.00 - 160.000 368.00 237.99 130.01 -END -WAVES Phase1, tik1 -BEGIN - 16.416 -523 - 20.761 -523 - 20.886 -523 - 23.278 -523 - 24.517 -523 - 25.530 -523 - 26.666 -523 - 27.640 -523 - 29.637 -523 - 32.305 -523 - 33.118 -523 - 33.233 -523 - 34.163 -523 - 37.194 -523 - 37.273 -523 - 38.116 -523 - 39.501 -523 - 40.224 -523 - 41.060 -523 - 41.657 -523 - 42.299 -523 - 42.326 -523 - 42.564 -523 - 43.684 -523 - 43.711 -523 - 44.433 -523 - 44.493 -523 - 44.598 -523 - 45.906 -523 - 47.647 -523 - 47.672 -523 - 47.829 -523 - 48.342 -523 - 50.313 -523 - 50.831 -523 - 52.439 -523 - 52.509 -523 - 53.077 -523 - 53.281 -523 - 53.622 -523 - 53.690 -523 - 53.755 -523 - 53.778 -523 - 54.989 -523 - 55.381 -523 - 55.693 -523 - 56.534 -523 - 56.546 -523 - 56.685 -523 - 57.069 -523 - 57.134 -523 - 58.472 -523 - 58.691 -523 - 58.925 -523 - 59.870 -523 - 60.649 -523 - 61.590 -523 - 61.611 -523 - 61.955 -523 - 62.044 -523 - 62.538 -523 - 62.600 -523 - 63.292 -523 - 63.525 -523 - 64.576 -523 - 65.198 -523 - 65.563 -523 - 66.004 -523 - 66.373 -523 - 66.597 -523 - 67.189 -523 - 67.531 -523 - 67.677 -523 - 68.177 -523 - 68.273 -523 - 68.426 -523 - 68.533 -523 - 69.310 -523 - 69.566 -523 - 69.653 -523 - 69.664 -523 - 69.776 -523 - 69.835 -523 - 70.034 -523 - 70.669 -523 - 70.895 -523 - 70.914 -523 - 71.201 -523 - 72.019 -523 - 72.053 -523 - 72.302 -523 - 72.702 -523 - 73.552 -523 - 73.648 -523 - 74.205 -523 - 74.456 -523 - 74.620 -523 - 75.011 -523 - 75.455 -523 - 75.889 -523 - 76.128 -523 - 76.429 -523 - 76.954 -523 - 77.332 -523 - 77.944 -523 - 78.181 -523 - 78.520 -523 - 78.627 -523 - 78.683 -523 - 79.268 -523 - 79.330 -523 - 79.523 -523 - 79.850 -523 - 79.855 -523 - 80.346 -523 - 80.830 -523 - 81.054 -523 - 81.389 -523 - 81.615 -523 - 81.634 -523 - 82.705 -523 - 82.862 -523 - 82.894 -523 - 83.178 -523 - 83.560 -523 - 84.108 -523 - 84.130 -523 - 84.595 -523 - 84.622 -523 - 85.116 -523 - 85.209 -523 - 85.592 -523 - 86.408 -523 - 86.471 -523 - 86.524 -523 - 86.935 -523 - 86.975 -523 - 87.697 -523 - 88.090 -523 - 88.664 -523 - 88.754 -523 - 89.101 -523 - 89.156 -523 - 89.310 -523 - 89.700 -523 - 89.725 -523 - 89.931 -523 - 90.737 -523 - 91.138 -523 - 91.248 -523 - 91.390 -523 - 91.490 -523 - 91.622 -523 - 91.704 -523 - 92.215 -523 - 92.400 -523 - 92.456 -523 - 92.529 -523 - 92.537 -523 - 93.172 -523 - 93.315 -523 - 93.347 -523 - 93.402 -523 - 93.476 -523 - 93.726 -523 - 93.940 -523 - 93.958 -523 - 94.041 -523 - 94.579 -523 - 94.783 -523 - 95.042 -523 - 95.512 -523 - 96.194 -523 - 96.250 -523 - 96.324 -523 - 96.925 -523 - 97.284 -523 - 97.579 -523 - 97.781 -523 - 98.353 -523 - 98.523 -523 - 98.821 -523 - 99.288 -523 - 99.806 -523 - 100.390 -523 - 100.452 -523 - 100.719 -523 - 100.789 -523 - 100.977 -523 - 101.025 -523 - 101.033 -523 - 101.109 -523 - 101.191 -523 - 101.471 -523 - 101.527 -523 - 101.877 -523 - 102.489 -523 - 102.607 -523 - 103.763 -523 - 103.915 -523 - 103.920 -523 - 104.024 -523 - 104.050 -523 - 104.178 -523 - 104.273 -523 - 104.739 -523 - 104.892 -523 - 105.304 -523 - 105.326 -523 - 105.413 -523 - 105.631 -523 - 105.806 -523 - 106.014 -523 - 106.254 -523 - 106.347 -523 - 106.495 -523 - 107.087 -523 - 107.694 -523 - 107.816 -523 - 107.849 -523 - 107.874 -523 - 107.952 -523 - 108.290 -523 - 108.439 -523 - 108.458 -523 - 109.233 -523 - 109.546 -523 - 110.058 -523 - 110.384 -523 - 110.603 -523 - 111.127 -523 - 111.271 -523 - 111.640 -523 - 112.285 -523 - 112.302 -523 - 112.736 -523 - 112.896 -523 - 113.010 -523 - 113.261 -523 - 113.351 -523 - 113.651 -523 - 114.328 -523 - 114.860 -523 - 114.959 -523 - 115.213 -523 - 115.388 -523 - 115.719 -523 - 116.030 -523 - 116.518 -523 - 116.580 -523 - 117.035 -523 - 117.097 -523 - 117.180 -523 - 117.461 -523 - 117.637 -523 - 117.742 -523 - 117.744 -523 - 118.340 -523 - 118.386 -523 - 118.393 -523 - 118.950 -523 - 119.221 -523 - 120.135 -523 - 120.306 -523 - 120.432 -523 - 120.750 -523 - 120.793 -523 - 121.075 -523 - 121.333 -523 - 121.561 -523 - 121.838 -523 - 121.875 -523 - 122.109 -523 - 122.209 -523 - 123.334 -523 - 123.783 -523 - 123.816 -523 - 123.890 -523 - 123.922 -523 - 124.301 -523 - 124.502 -523 - 124.508 -523 - 124.569 -523 - 124.925 -523 - 125.455 -523 - 125.658 -523 - 125.690 -523 - 125.727 -523 - 126.652 -523 - 126.675 -523 - 126.802 -523 - 127.621 -523 - 127.709 -523 - 127.769 -523 - 128.658 -523 - 128.820 -523 - 129.020 -523 - 129.058 -523 - 129.234 -523 - 129.306 -523 - 129.506 -523 - 129.578 -523 - 129.674 -523 - 129.688 -523 - 129.986 -523 - 130.287 -523 - 130.513 -523 - 130.591 -523 - 130.786 -523 - 131.342 -523 - 131.919 -523 - 132.350 -523 - 132.388 -523 - 132.393 -523 - 132.543 -523 - 132.858 -523 - 132.971 -523 - 133.636 -523 - 133.660 -523 - 134.120 -523 - 134.640 -523 - 135.010 -523 - 135.141 -523 - 135.213 -523 - 135.412 -523 - 135.635 -523 - 135.649 -523 - 135.728 -523 - 136.018 -523 - 136.652 -523 - 136.732 -523 - 136.861 -523 - 136.923 -523 - 136.957 -523 - 137.034 -523 - 138.327 -523 - 138.392 -523 - 138.782 -523 - 138.958 -523 - 139.183 -523 - 140.258 -523 - 140.853 -523 - 141.146 -523 - 141.925 -523 - 142.044 -523 - 142.576 -523 - 142.799 -523 - 142.868 -523 - 143.204 -523 - 143.643 -523 - 144.359 -523 - 144.514 -523 - 145.319 -523 - 145.874 -523 - 146.171 -523 - 146.217 -523 - 146.271 -523 - 146.342 -523 - 146.596 -523 - 146.609 -523 - 146.848 -523 - 147.379 -523 - 148.310 -523 - 148.416 -523 - 148.557 -523 - 149.073 -523 - 149.077 -523 - 150.264 -523 - 150.501 -523 - 150.745 -523 - 150.968 -523 - 151.538 -523 - 153.033 -523 - 153.434 -523 - 154.547 -523 - 155.621 -523 - 155.666 -523 - 156.411 -523 - 156.623 -523 - 157.438 -523 - 157.510 -523 - 157.598 -523 - 158.129 -523 - 159.707 -523 - 161.086 -523 -END -WAVES Excrg1, excl1 -BEGIN - 10.00 -523 - 10.00 -523 -END -WAVES Excrg2, excl2 -BEGIN - 154.00 -523 - 160.00 -523 -END -X Silent 1 -X DefaultFont Times -X Display Iobs, Icalc, Diff vs TwoTheta -X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) -X SetAxis bottom 10.00, 160.00 -X Modify lsize(Iobs)=2 -X Modify offset(Diff)={0, -10422} -X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) -X Modify mirror(left)=2, mirror(bottom)=2 -X Modify gfSize=12 -X Append excl1 vs Excrg1 -X Modify mode(excl1)=7, hbFill(excl1)=4 -X Modify rgb(excl1)=(6421,62320,64794) -X Append excl2 vs Excrg2 -X Modify mode(excl2)=7, hbFill(excl2)=4 -X Modify rgb(excl2)=(6421,62320,64794) -X Append tik1 vs Phase1 -X Modify mode(tik1)=1 -X TextBox /F=2/S=3/A=RT "Files: pbsox_single\rDate of fit: \Z09 17/06/2026/ 21:41:54.5\Z12\rPbSO4\rChi2 = 74.04" -X Label left "\Z14Intensity" -X Label bottom "\Z142-Theta (in degrees)" -X TileWindows/O=1/C -X ShowInfo -X | Title of data set: PbSO4 XrayDif single wavelength -X | Date of run: 17/06/2026 / 21:41:54.5 -X Beep -X Beep diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.sum b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.sum deleted file mode 100644 index e2c3b60eb..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.sum +++ /dev/null @@ -1,147 +0,0 @@ - - - ********************************************************** - ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** - ********************************************************** - M U L T I -- P A T T E R N - Rietveld, Profile Matching & Integrated Intensity - Refinement of X-ray and/or Neutron Data - - - Date: 17/06/2026 Time: 21:41:54.342 - - => PCR file code: pbsox_single - => DAT file code: pbsox_single -> Relative contribution: 1.0000 - => Title: PbSO4 XrayDif single wavelength - - ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 - - => Global Refinement of X-ray powder diffraction data - => Global Refinement of X-ray powder diffraction data - Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) - => The 7th default profile function was selected - - => Data supplied in free format for pattern: 1 - => Analysis of refinement at the end - => Wavelengths: 1.54056 1.54056 - => Cos(Monochromator angle)= 0.0000 - => Absorption correction (AC), muR-eff = 0.0000 0.0000 - => Base of peaks: 2.0*HW* 6.00 - ==> Angular range, step and number of points: - 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 - =>-------> Pattern# 1 - => Crystal Structure Refinement for phase: 1 - => The density (volumic mass) of phase 1 is: 6.324 g/cm3 - => Scor: 8.9010 - - ==> RESULTS OF REFINEMENT: - - - => No. of fitted parameters: 0 - - ------------------------------------------------------------------------------- - => Phase No. 1 PbSO4 P n m a ------------------------------------------------------------------------------- - - => No. of reflections for pattern#: 1: 385 - - - ==> ATOM PARAMETERS: - - Name x sx y sy z sz B sB occ. socc. Mult - Pb 0.18788( 0) 0.25000( 0) 0.16749( 0) 1.785( 0) 0.500( 0) 4 - S 0.06302( 0) 0.25000( 0) 0.68446( 0) 0.854( 0) 0.500( 0) 4 - O1 0.91235( 0) 0.25000( 0) 0.59346( 0) 1.334( 0) 0.500( 0) 4 - O2 0.18443( 0) 0.25000( 0) 0.53434( 0) 1.575( 0) 0.500( 0) 4 - O3 0.07573( 0) 0.01951( 0) 0.81594( 0) 1.328( 0) 1.000( 0) 8 - - ==> PROFILE PARAMETERS FOR PATTERN# 1 - - => Cell parameters : - 8.47983 0.00000 - 5.39776 0.00000 - 6.95932 0.00000 - 90.00000 0.00000 - 90.00000 0.00000 - 90.00000 0.00000 - - => overall scale factor : 0.000469335 0.000000000 - => Eta(p-v) or m(p-vii) : 0.00000 0.00000 - => Overall tem. factor : 0.00000 0.00000 - => Halfwidth parameters : 0.04846 0.00000 - -0.08305 0.00000 - 0.03519 0.00000 - => Preferred orientation: 0.00000 0.00000 - 0.00000 0.00000 - => Asymmetry parameters : 0.00000 0.00000 - 0.00000 0.00000 - 0.00000 0.00000 - 0.00000 0.00000 - => X and y parameters : 0.00000 0.00000 - 0.04927 0.00000 - => Strain parameters : 0.00000 0.00000 - 0.00000 0.00000 - 0.00000 0.00000 - => Size parameters (G,L): 0.00000 0.00000 - 0.00000 0.00000 - - => Add. shape parameters: - 0.00000 0.00000 - 0.00000 0.00000 - - - - ==> GLOBAL PARAMETERS FOR PATTERN# 1 - - - => Zero-point: -0.0482 0.0000 - => Background Polynomial Parameters ==> - 154.32 0.0000 - 100.00 0.0000 - -92.329 0.0000 - -95.599 0.0000 - 126.68 0.0000 - -31.804 0.0000 - - => Cos( theta)-shift parameter : 0.0000 0.0000 - => Sin(2theta)-shift parameter : 0.0000 0.0000 - - ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 - - => Cycle: 1 => MaxCycle: 30 - => N-P+C: 5760 - => R-factors (not corrected for background) for Pattern: 1 - => Rp: 35.6 Rwp: 42.3 Rexp: 4.92 Chi2: 74.0 L.S. refinement - => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 58.4 Rwp: 60.1 Rexp: 6.98 Chi2: 74.0 - => Deviance: 0.777E+06 Dev* : 134.9 - => DW-Stat.: 0.0806 DW-exp: 1.9182 - => N-sigma of the GoF: 3919.832 - - ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 - - => N-P+C: 5305 - => R-factors (not corrected for background) for Pattern: 1 - => Rp: 36.0 Rwp: 42.7 Rexp: 4.77 Chi2: 80.1 L.S. refinement - => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 57.8 Rwp: 60.0 Rexp: 6.71 Chi2: 80.1 - => Deviance: 0.776E+06 Dev* : 146.1 - => DW-Stat.: 0.0810 DW-exp: 1.9148 - => N-sigma of the GoF: 4072.299 - - => Global user-weigthed Chi2 (Bragg contrib.): 80.4 - - ----------------------------------------------------- - BRAGG R-Factors and weight fractions for Pattern # 1 - ----------------------------------------------------- - - => Phase: 1 PbSO4 - => Bragg R-factor: 53.9 Vol: 318.543( 0.000) Fract(%): 100.00( 0.00) - => Rf-factor= 30.4 ATZ: 1213.030 Brindley: 1.0000 - - - CPU Time: 0.188 seconds - 0.003 minutes - - => Run finished at: Date: 17/06/2026 Time: 21:41:54.532 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.bac b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.bac deleted file mode 100644 index 00ec34438..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.bac +++ /dev/null @@ -1,602 +0,0 @@ - 10.048160 0.025000 160.048157 Background of: pbsox_single_polarized - 126 126 126 126 126 126 126 126 125 125 - 125 125 125 125 125 125 124 124 124 124 - 124 124 124 124 123 123 123 123 123 123 - 123 123 123 122 122 122 122 122 122 122 - 122 121 121 121 121 121 121 121 121 121 - 120 120 120 120 120 120 120 120 120 119 - 119 119 119 119 119 119 119 119 119 118 - 118 118 118 118 118 118 118 118 117 117 - 117 117 117 117 117 117 117 117 116 116 - 116 116 116 116 116 116 116 116 116 115 - 115 115 115 115 115 115 115 115 115 115 - 114 114 114 114 114 114 114 114 114 114 - 114 113 113 113 113 113 113 113 113 113 - 113 113 113 112 112 112 112 112 112 112 - 112 112 112 112 112 111 111 111 111 111 - 111 111 111 111 111 111 111 111 110 110 - 110 110 110 110 110 110 110 110 110 110 - 110 110 109 109 109 109 109 109 109 109 - 109 109 109 109 109 109 109 108 108 108 - 108 108 108 108 108 108 108 108 108 108 - 108 108 108 107 107 107 107 107 107 107 - 107 107 107 107 107 107 107 107 107 107 - 106 106 106 106 106 106 106 106 106 106 - 106 106 106 106 106 106 106 106 105 105 - 105 105 105 105 105 105 105 105 105 105 - 105 105 105 105 105 105 105 105 105 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 104 104 104 104 104 104 104 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 105 105 105 105 105 105 105 - 105 105 105 105 105 105 105 105 105 105 - 105 105 105 105 105 105 105 105 105 105 - 105 106 106 106 106 106 106 106 106 106 - 106 106 106 106 106 106 106 106 106 106 - 106 106 106 106 106 106 106 107 107 107 - 107 107 107 107 107 107 107 107 107 107 - 107 107 107 107 107 107 107 107 107 107 - 107 108 108 108 108 108 108 108 108 108 - 108 108 108 108 108 108 108 108 108 108 - 108 108 108 108 109 109 109 109 109 109 - 109 109 109 109 109 109 109 109 109 109 - 109 109 109 109 109 109 110 110 110 110 - 110 110 110 110 110 110 110 110 110 110 - 110 110 110 110 110 110 110 110 111 111 - 111 111 111 111 111 111 111 111 111 111 - 111 111 111 111 111 111 111 111 112 112 - 112 112 112 112 112 112 112 112 112 112 - 112 112 112 112 112 112 112 112 113 113 - 113 113 113 113 113 113 113 113 113 113 - 113 113 113 113 113 113 113 113 114 114 - 114 114 114 114 114 114 114 114 114 114 - 114 114 114 114 114 114 114 115 115 115 - 115 115 115 115 115 115 115 115 115 115 - 115 115 115 115 115 116 116 116 116 116 - 116 116 116 116 116 116 116 116 116 116 - 116 116 116 116 117 117 117 117 117 117 - 117 117 117 117 117 117 117 117 117 117 - 117 117 118 118 118 118 118 118 118 118 - 118 118 118 118 118 118 118 118 118 118 - 119 119 119 119 119 119 119 119 119 119 - 119 119 119 119 119 119 119 120 120 120 - 120 120 120 120 120 120 120 120 120 120 - 120 120 120 120 120 121 121 121 121 121 - 121 121 121 121 121 121 121 121 121 121 - 121 121 122 122 122 122 122 122 122 122 - 122 122 122 122 122 122 122 122 122 123 - 123 123 123 123 123 123 123 123 123 123 - 123 123 123 123 123 123 124 124 124 124 - 124 124 124 124 124 124 124 124 124 124 - 124 124 124 125 125 125 125 125 125 125 - 125 125 125 125 125 125 125 125 125 126 - 126 126 126 126 126 126 126 126 126 126 - 126 126 126 126 126 126 127 127 127 127 - 127 127 127 127 127 127 127 127 127 127 - 127 127 127 128 128 128 128 128 128 128 - 128 128 128 128 128 128 128 128 128 129 - 129 129 129 129 129 129 129 129 129 129 - 129 129 129 129 129 129 130 130 130 130 - 130 130 130 130 130 130 130 130 130 130 - 130 130 131 131 131 131 131 131 131 131 - 131 131 131 131 131 131 131 131 131 132 - 132 132 132 132 132 132 132 132 132 132 - 132 132 132 132 132 133 133 133 133 133 - 133 133 133 133 133 133 133 133 133 133 - 133 133 134 134 134 134 134 134 134 134 - 134 134 134 134 134 134 134 134 135 135 - 135 135 135 135 135 135 135 135 135 135 - 135 135 135 135 135 136 136 136 136 136 - 136 136 136 136 136 136 136 136 136 136 - 136 136 137 137 137 137 137 137 137 137 - 137 137 137 137 137 137 137 137 138 138 - 138 138 138 138 138 138 138 138 138 138 - 138 138 138 138 138 139 139 139 139 139 - 139 139 139 139 139 139 139 139 139 139 - 139 139 140 140 140 140 140 140 140 140 - 140 140 140 140 140 140 140 140 140 141 - 141 141 141 141 141 141 141 141 141 141 - 141 141 141 141 141 141 142 142 142 142 - 142 142 142 142 142 142 142 142 142 142 - 142 142 142 143 143 143 143 143 143 143 - 143 143 143 143 143 143 143 143 143 143 - 144 144 144 144 144 144 144 144 144 144 - 144 144 144 144 144 144 144 144 145 145 - 145 145 145 145 145 145 145 145 145 145 - 145 145 145 145 145 145 146 146 146 146 - 146 146 146 146 146 146 146 146 146 146 - 146 146 146 147 147 147 147 147 147 147 - 147 147 147 147 147 147 147 147 147 147 - 147 148 148 148 148 148 148 148 148 148 - 148 148 148 148 148 148 148 148 148 149 - 149 149 149 149 149 149 149 149 149 149 - 149 149 149 149 149 149 149 149 150 150 - 150 150 150 150 150 150 150 150 150 150 - 150 150 150 150 150 150 150 151 151 151 - 151 151 151 151 151 151 151 151 151 151 - 151 151 151 151 151 152 152 152 152 152 - 152 152 152 152 152 152 152 152 152 152 - 152 152 152 152 152 153 153 153 153 153 - 153 153 153 153 153 153 153 153 153 153 - 153 153 153 153 154 154 154 154 154 154 - 154 154 154 154 154 154 154 154 154 154 - 154 154 154 154 155 155 155 155 155 155 - 155 155 155 155 155 155 155 155 155 155 - 155 155 155 155 156 156 156 156 156 156 - 156 156 156 156 156 156 156 156 156 156 - 156 156 156 156 156 157 157 157 157 157 - 157 157 157 157 157 157 157 157 157 157 - 157 157 157 157 157 157 158 158 158 158 - 158 158 158 158 158 158 158 158 158 158 - 158 158 158 158 158 158 158 158 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 178 178 178 178 - 178 178 178 178 178 178 178 178 178 178 - 178 178 178 178 178 178 178 178 179 179 - 179 179 179 179 179 179 179 179 179 179 - 179 179 179 179 179 179 179 179 179 180 - 180 180 180 180 180 180 180 180 180 180 - 180 180 180 180 180 180 180 180 180 181 - 181 181 181 181 181 181 181 181 181 181 - 181 181 181 181 181 181 181 181 181 182 - 182 182 182 182 182 182 182 182 182 182 - 182 182 182 182 182 182 182 182 182 183 - 183 183 183 183 183 183 183 183 183 183 - 183 183 183 183 183 183 183 183 184 184 - 184 184 184 184 184 184 184 184 184 184 - 184 184 184 184 184 184 184 185 185 185 - 185 185 185 185 185 185 185 185 185 185 - 185 185 185 185 185 185 186 186 186 186 - 186 186 186 186 186 186 186 186 186 186 - 186 186 186 186 187 187 187 187 187 187 - 187 187 187 187 187 187 187 187 187 187 - 187 187 188 188 188 188 188 188 188 188 - 188 188 188 188 188 188 188 188 188 188 - 189 189 189 189 189 189 189 189 189 189 - 189 189 189 189 189 189 189 189 190 190 - 190 190 190 190 190 190 190 190 190 190 - 190 190 190 190 190 190 191 191 191 191 - 191 191 191 191 191 191 191 191 191 191 - 191 191 191 192 192 192 192 192 192 192 - 192 192 192 192 192 192 192 192 192 192 - 193 193 193 193 193 193 193 193 193 193 - 193 193 193 193 193 193 193 194 194 194 - 194 194 194 194 194 194 194 194 194 194 - 194 194 194 194 195 195 195 195 195 195 - 195 195 195 195 195 195 195 195 195 195 - 195 196 196 196 196 196 196 196 196 196 - 196 196 196 196 196 196 196 196 197 197 - 197 197 197 197 197 197 197 197 197 197 - 197 197 197 197 198 198 198 198 198 198 - 198 198 198 198 198 198 198 198 198 198 - 198 199 199 199 199 199 199 199 199 199 - 199 199 199 199 199 199 199 200 200 200 - 200 200 200 200 200 200 200 200 200 200 - 200 200 200 201 201 201 201 201 201 201 - 201 201 201 201 201 201 201 201 201 201 - 202 202 202 202 202 202 202 202 202 202 - 202 202 202 202 202 202 203 203 203 203 - 203 203 203 203 203 203 203 203 203 203 - 203 203 204 204 204 204 204 204 204 204 - 204 204 204 204 204 204 204 204 205 205 - 205 205 205 205 205 205 205 205 205 205 - 205 205 205 205 206 206 206 206 206 206 - 206 206 206 206 206 206 206 206 206 206 - 207 207 207 207 207 207 207 207 207 207 - 207 207 207 207 207 207 208 208 208 208 - 208 208 208 208 208 208 208 208 208 208 - 208 208 208 209 209 209 209 209 209 209 - 209 209 209 209 209 209 209 209 209 210 - 210 210 210 210 210 210 210 210 210 210 - 210 210 210 210 210 211 211 211 211 211 - 211 211 211 211 211 211 211 211 211 211 - 211 212 212 212 212 212 212 212 212 212 - 212 212 212 212 212 212 212 213 213 213 - 213 213 213 213 213 213 213 213 213 213 - 213 213 213 213 214 214 214 214 214 214 - 214 214 214 214 214 214 214 214 214 214 - 215 215 215 215 215 215 215 215 215 215 - 215 215 215 215 215 215 215 216 216 216 - 216 216 216 216 216 216 216 216 216 216 - 216 216 216 217 217 217 217 217 217 217 - 217 217 217 217 217 217 217 217 217 217 - 218 218 218 218 218 218 218 218 218 218 - 218 218 218 218 218 218 218 219 219 219 - 219 219 219 219 219 219 219 219 219 219 - 219 219 219 219 220 220 220 220 220 220 - 220 220 220 220 220 220 220 220 220 220 - 220 220 221 221 221 221 221 221 221 221 - 221 221 221 221 221 221 221 221 221 222 - 222 222 222 222 222 222 222 222 222 222 - 222 222 222 222 222 222 222 223 223 223 - 223 223 223 223 223 223 223 223 223 223 - 223 223 223 223 223 224 224 224 224 224 - 224 224 224 224 224 224 224 224 224 224 - 224 224 224 224 225 225 225 225 225 225 - 225 225 225 225 225 225 225 225 225 225 - 225 225 225 226 226 226 226 226 226 226 - 226 226 226 226 226 226 226 226 226 226 - 226 226 227 227 227 227 227 227 227 227 - 227 227 227 227 227 227 227 227 227 227 - 227 227 228 228 228 228 228 228 228 228 - 228 228 228 228 228 228 228 228 228 228 - 228 228 229 229 229 229 229 229 229 229 - 229 229 229 229 229 229 229 229 229 229 - 229 229 229 229 230 230 230 230 230 230 - 230 230 230 230 230 230 230 230 230 230 - 230 230 230 230 230 230 231 231 231 231 - 231 231 231 231 231 231 231 231 231 231 - 231 231 231 231 231 231 231 231 231 232 - 232 232 232 232 232 232 232 232 232 232 - 232 232 232 232 232 232 232 232 232 232 - 232 232 232 233 233 233 233 233 233 233 - 233 233 233 233 233 233 233 233 233 233 - 233 233 233 233 233 233 233 233 233 233 - 234 234 234 234 234 234 234 234 234 234 - 234 234 234 234 234 234 234 234 234 234 - 234 234 234 234 234 234 234 234 235 235 - 235 235 235 235 235 235 235 235 235 235 - 235 235 235 235 235 235 235 235 235 235 - 235 235 235 235 235 235 235 235 235 235 - 236 236 236 236 236 236 236 236 236 236 - 236 236 236 236 236 236 236 236 236 236 - 236 236 236 236 236 236 236 236 236 236 - 236 236 236 236 236 236 236 236 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.dat b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.dat deleted file mode 100644 index cc2d2b0d4..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.dat +++ /dev/null @@ -1,602 +0,0 @@ -10.000 0.025 160.000 PbSO4 XrayDif (Rietveld Round Robin, R.J. Hill, JApC 2 - 179 147 165 172 150 165 150 158 134 146 - 167 159 139 145 165 150 149 156 143 166 - 154 131 144 131 140 147 155 148 140 138 - 127 146 147 114 129 129 128 136 148 132 - 141 135 141 145 131 142 148 151 127 133 - 131 125 129 128 134 142 115 138 125 120 - 130 118 118 116 119 101 117 142 112 114 - 111 122 131 107 121 123 120 126 125 120 - 103 121 109 115 122 123 107 126 133 120 - 100 130 130 109 116 121 99 107 110 136 - 113 102 117 111 105 92 110 116 124 111 - 91 106 122 121 119 114 129 95 117 102 - 102 117 99 124 107 108 99 113 104 92 - 98 107 88 96 104 81 111 78 104 119 - 106 105 96 81 95 96 103 91 112 107 - 87 112 92 79 92 103 97 102 86 97 - 103 93 111 95 96 93 85 104 98 108 - 76 92 95 89 105 95 92 105 89 99 - 101 97 93 99 100 83 93 96 69 101 - 97 85 95 85 111 85 86 100 88 98 - 92 93 94 93 81 98 78 79 93 81 - 88 73 85 106 88 94 96 91 101 89 - 87 95 87 97 81 87 93 90 73 98 - 86 80 82 97 80 81 80 81 73 106 - 92 101 98 104 106 98 114 97 129 112 - 141 167 157 200 215 321 397 434 445 313 - 197 155 110 118 86 110 95 93 98 80 - 85 106 86 103 92 88 94 79 92 106 - 82 104 94 88 97 93 90 120 93 106 - 89 92 100 91 99 81 89 79 91 84 - 92 107 99 92 87 88 67 81 86 85 - 103 85 77 105 93 96 93 85 75 105 - 85 89 86 76 86 71 101 100 89 74 - 101 103 95 100 87 94 84 102 92 80 - 82 105 84 83 93 92 105 94 88 97 - 88 110 110 84 89 98 92 86 110 98 - 93 94 104 96 105 99 117 111 100 125 - 99 107 107 98 84 112 99 93 108 100 - 91 98 124 98 121 114 93 87 95 95 - 121 102 127 119 118 107 100 95 116 136 - 92 127 127 115 124 130 123 137 136 165 - 150 173 190 211 212 255 264 305 353 415 - 507 623 833 1076 1417 1958 2624 3927 5466 7996 - 11062 12925 12506 10327 8178 6771 5910 4886 3432 2110 - 1182 802 623 527 435 393 356 333 295 316 - 280 248 264 216 202 211 187 168 208 160 - 171 149 166 138 168 129 147 134 125 137 - 112 128 134 121 138 103 124 115 119 109 - 119 116 127 133 121 109 114 113 120 118 - 102 110 118 123 116 112 107 121 104 124 - 105 128 115 128 99 130 109 125 138 141 - 135 125 140 152 177 177 191 195 225 258 - 301 337 468 618 837 1082 1507 2283 3235 4791 - 6588 8176 8122 6687 5078 3206 1822 1101 712 566 - 470 381 302 277 259 259 212 198 189 153 - 182 178 175 164 139 176 159 147 172 167 - 159 180 168 162 166 147 149 161 173 145 - 210 201 257 262 342 451 598 796 1089 1648 - 2386 3203 3155 2711 1970 1292 729 450 289 285 - 218 211 202 168 165 177 176 197 164 141 - 160 160 157 145 165 158 158 197 179 203 - 194 216 282 282 364 456 632 854 1213 1815 - 2863 4063 4649 4165 3168 2329 1423 738 438 367 - 295 246 246 191 179 178 170 182 158 182 - 179 184 181 169 171 191 175 216 195 224 - 209 251 257 298 297 378 406 499 590 746 - 983 1402 2108 3097 4641 7229 10690 13494 13106 10401 - 7908 5365 2857 1575 947 697 595 529 450 423 - 344 319 309 252 257 252 266 275 257 285 - 285 270 280 347 282 362 426 461 637 693 - 1051 1425 2158 3198 5190 8004 10350 9724 7797 6126 - 4329 2276 1177 756 591 486 352 340 314 270 - 256 253 245 206 212 183 205 185 164 197 - 167 175 159 152 162 168 151 153 128 167 - 147 140 139 153 153 154 145 147 134 160 - 137 134 131 157 137 145 151 164 171 172 - 165 168 162 193 169 199 186 208 196 182 - 246 245 284 340 364 382 519 665 837 1080 - 1566 2321 3438 5181 8141 12608 15702 14432 12071 9687 - 7137 4123 2094 1334 1013 780 668 467 438 379 - 355 263 287 299 247 253 236 223 193 198 - 184 204 185 174 201 168 185 175 171 153 - 162 135 159 139 147 127 143 140 115 142 - 123 156 133 135 128 130 127 120 121 106 - 134 114 107 123 111 92 134 87 130 97 - 101 113 119 122 114 117 84 105 111 104 - 119 119 101 117 122 105 128 116 126 115 - 121 116 144 141 128 148 165 172 182 174 - 193 230 247 312 325 423 589 755 1130 1670 - 2522 3976 5312 5540 4806 3984 3579 2684 1672 977 - 645 451 390 317 305 278 234 264 246 263 - 239 271 260 299 300 332 411 497 630 918 - 1214 1839 2852 4745 6636 7831 7010 5926 5069 4251 - 2900 1743 1167 841 646 517 412 354 301 282 - 234 204 235 226 207 200 180 180 179 172 - 180 157 154 173 198 147 168 157 199 209 - 242 257 328 467 631 994 1449 1522 1193 977 - 947 796 548 358 251 190 164 159 137 134 - 136 126 122 128 108 100 120 106 123 117 - 113 108 121 104 104 100 105 107 108 103 - 108 123 92 122 97 101 92 114 89 81 - 113 76 89 99 89 98 98 104 120 100 - 99 89 111 98 96 95 84 115 106 100 - 86 110 86 98 97 109 112 105 86 102 - 91 98 111 89 95 95 84 114 108 96 - 94 94 102 91 106 103 82 121 101 109 - 112 104 103 105 112 119 116 119 115 106 - 122 116 120 130 107 137 132 131 140 150 - 149 161 190 210 234 297 378 583 909 1431 - 2164 2620 2390 1970 1772 1685 1327 891 543 352 - 292 230 177 182 207 158 143 129 161 133 - 119 120 128 118 121 132 135 134 132 135 - 156 182 207 266 351 368 312 269 260 249 - 219 174 157 146 135 137 136 103 107 99 - 133 129 147 130 115 123 109 106 115 136 - 119 126 131 135 116 112 123 116 121 136 - 147 130 156 138 133 144 163 171 198 191 - 196 226 243 294 352 472 630 984 1383 2157 - 2946 2947 2469 1988 2056 1767 1317 793 524 362 - 282 264 227 186 194 168 177 199 174 169 - 183 194 204 189 213 296 350 476 746 894 - 816 615 549 596 524 395 306 223 164 206 - 198 162 173 163 144 169 160 156 143 187 - 146 146 157 177 173 171 197 214 254 333 - 505 760 1047 1074 910 689 698 717 570 382 - 273 291 231 278 239 272 257 316 315 377 - 419 593 709 1116 1749 2604 3739 4133 3642 2835 - 2622 2580 2147 1381 844 578 447 351 339 309 - 260 268 240 250 233 275 281 285 381 450 - 601 801 895 881 726 644 608 589 498 386 - 283 277 254 276 249 224 213 196 234 186 - 215 191 211 189 204 193 227 221 225 199 - 187 193 214 235 241 232 239 254 252 264 - 251 260 320 375 379 442 425 492 574 693 - 816 1046 1286 1773 2593 4047 6544 9907 12440 12196 - 9815 8006 7742 7431 5975 3773 2148 1465 1080 849 - 683 579 560 480 481 470 468 450 469 498 - 468 528 615 632 765 985 1263 1833 2821 4290 - 5647 5682 5372 5802 7664 7744 5866 4103 3552 3442 - 2855 1843 1102 771 578 517 456 381 379 335 - 326 303 286 287 274 272 282 267 236 255 - 238 218 224 209 228 244 234 221 237 224 - 217 187 261 216 246 244 282 276 314 333 - 385 413 609 855 1397 2190 3180 3151 2427 1819 - 1843 2058 1720 1115 716 480 364 297 300 267 - 227 215 189 213 174 175 193 183 178 166 - 171 171 172 161 151 143 141 139 172 153 - 169 141 125 135 142 134 142 138 152 159 - 140 143 136 147 144 148 153 112 148 138 - 119 121 160 136 164 137 166 142 158 176 - 175 183 249 309 389 541 720 682 600 452 - 443 453 437 329 289 226 201 182 160 178 - 146 181 142 201 182 174 168 174 233 275 - 331 464 712 969 1093 984 752 624 651 695 - 597 460 284 261 211 196 175 167 165 143 - 153 155 137 161 131 138 125 114 154 114 - 118 120 130 117 126 132 122 133 122 113 - 128 139 126 140 120 122 122 136 116 113 - 103 120 129 112 118 140 135 101 128 115 - 126 120 119 107 122 124 123 159 132 136 - 115 142 132 144 140 131 112 147 129 129 - 106 129 127 122 155 130 121 131 173 157 - 146 153 168 199 204 212 232 255 319 410 - 629 1090 1814 2668 2463 1752 1187 1257 1542 1549 - 1066 624 387 314 267 208 211 210 181 170 - 154 155 143 171 156 134 142 142 136 139 - 139 132 152 123 137 125 132 133 137 148 - 121 150 139 127 127 146 147 155 131 144 - 148 138 149 154 142 141 181 185 169 181 - 203 236 232 335 428 600 826 1143 1282 1262 - 1070 962 964 871 886 728 557 468 370 267 - 235 203 187 181 188 189 166 167 175 191 - 184 181 226 228 258 216 233 250 287 332 - 441 506 459 447 383 372 397 408 434 419 - 346 392 441 622 912 1096 1359 1605 1949 1937 - 1843 2020 1980 1741 1467 1209 1080 998 719 548 - 393 314 277 248 204 179 180 168 160 170 - 160 184 179 164 149 156 140 161 149 134 - 126 143 138 142 163 131 161 131 147 150 - 160 128 126 128 152 134 158 135 162 157 - 173 156 162 158 164 155 194 195 196 253 - 262 350 464 665 937 1141 1055 834 657 648 - 638 752 672 543 404 370 386 469 560 465 - 360 285 276 355 364 291 228 190 194 195 - 180 163 154 156 184 181 152 176 177 160 - 178 185 175 206 214 244 255 254 373 514 - 623 827 875 884 951 1181 1887 2582 2875 2303 - 1613 1270 1312 1510 1599 1288 890 794 643 683 - 884 1207 1571 1762 1506 1186 969 975 1015 1048 - 938 733 494 392 292 276 254 229 216 203 - 194 189 192 181 191 163 175 186 149 175 - 142 180 136 151 177 156 159 174 148 147 - 141 145 156 144 149 145 127 143 159 129 - 161 138 145 165 172 184 217 266 272 313 - 288 275 321 323 439 573 743 906 960 812 - 566 541 535 554 567 599 473 359 290 254 - 189 184 196 210 190 179 148 160 147 122 - 148 141 140 142 114 150 151 132 153 140 - 118 128 140 136 122 130 135 133 165 160 - 163 166 190 264 331 334 297 215 205 212 - 268 226 256 199 165 148 159 132 154 139 - 121 144 131 136 139 120 129 130 143 127 - 150 156 154 153 162 208 247 207 192 179 - 148 154 204 186 208 175 141 111 124 132 - 127 125 124 147 143 135 136 143 145 143 - 148 151 139 142 135 161 143 139 136 158 - 164 167 165 181 147 160 195 209 190 226 - 195 241 278 302 344 427 563 789 990 1317 - 1792 2342 2479 2083 1541 1233 1186 1301 1408 1348 - 1086 761 509 405 349 309 273 269 244 252 - 286 309 289 316 317 259 228 223 259 237 - 212 212 201 184 201 170 165 182 182 183 - 199 200 208 190 185 230 275 352 448 647 - 956 1241 1280 1063 730 559 576 678 833 919 - 838 736 578 449 352 332 306 308 321 300 - 245 216 201 182 162 147 163 193 149 171 - 166 202 155 141 162 155 166 190 174 189 - 211 169 195 197 235 250 286 344 394 561 - 722 930 1317 1481 1358 1037 813 746 717 877 - 916 896 663 502 396 302 255 280 238 238 - 233 267 258 267 346 468 667 897 976 870 - 617 478 483 485 541 636 625 465 354 276 - 231 232 190 216 192 191 172 178 212 172 - 174 183 142 176 174 159 196 194 202 246 - 258 272 227 206 220 234 235 252 241 246 - 280 326 391 456 640 670 639 521 515 493 - 632 854 1153 1468 1384 1196 879 770 660 705 - 773 815 766 626 469 409 338 280 267 303 - 290 315 308 375 471 637 830 1073 1024 833 - 639 528 502 569 667 732 600 516 444 417 - 430 431 409 399 319 289 333 368 368 375 - 332 257 253 244 250 251 239 260 202 234 - 236 222 268 246 261 301 352 434 507 687 - 891 929 869 744 766 883 1213 1390 1383 1276 - 1228 1172 1129 970 905 839 745 632 628 600 - 552 393 307 265 275 215 233 208 186 180 - 200 182 178 170 180 177 190 173 203 200 - 185 218 207 244 220 243 266 280 324 394 - 567 690 853 934 815 877 894 888 744 665 - 674 693 634 583 589 572 455 501 497 637 - 833 1120 968 776 526 397 372 472 548 682 - 632 479 341 304 211 213 199 185 190 194 - 183 193 204 201 264 298 373 364 306 270 - 271 259 298 371 433 565 625 581 460 365 - 291 270 311 317 411 435 426 481 415 358 - 268 245 239 204 246 236 272 241 203 182 - 189 163 165 161 145 149 163 166 138 141 - 158 145 131 135 147 133 140 144 155 157 - 196 193 175 172 174 148 164 177 183 250 - 310 439 401 356 276 178 216 209 222 263 - 281 270 217 181 183 174 171 151 142 130 - 147 146 148 124 129 128 135 143 135 145 - 134 131 154 135 139 155 143 151 154 160 - 141 160 155 171 166 159 187 205 212 230 - 313 346 402 511 535 696 717 624 520 421 - 399 344 380 468 482 453 373 267 229 209 - 176 193 210 179 173 207 225 265 315 289 - 229 197 204 221 249 258 290 401 434 421 - 368 358 396 462 547 580 497 442 397 313 - 316 296 341 355 373 333 274 262 290 329 - 333 356 280 237 214 238 243 204 239 255 - 249 226 191 222 193 236 264 308 340 330 - 282 229 235 204 203 252 249 232 222 217 - 226 222 238 265 341 339 338 302 275 242 - 218 232 297 360 399 423 365 273 254 262 - 216 316 339 402 509 598 700 742 619 470 - 398 379 352 351 379 443 466 438 357 289 - 258 233 216 241 235 277 309 358 356 323 - 273 243 224 243 250 220 267 291 282 252 - 255 328 357 411 375 323 267 240 208 209 - 236 248 261 256 244 203 173 170 174 168 - 167 181 159 195 168 180 186 175 191 213 - 274 266 323 421 552 799 1129 1277 1123 820 - 610 504 408 478 543 708 817 736 641 568 - 413 433 373 314 321 244 262 251 232 241 - 216 240 212 196 173 187 175 173 152 163 - 143 135 122 139 128 134 140 117 150 134 - 152 127 170 158 155 173 161 136 128 177 - 165 140 154 143 168 189 130 160 151 182 - 221 238 260 315 327 311 246 211 204 196 - 211 191 234 225 255 200 186 186 162 140 - 153 147 143 153 154 133 145 148 165 155 - 155 147 176 149 165 136 163 163 198 215 - 249 304 377 414 339 322 284 301 311 380 - 550 624 660 617 461 363 284 266 268 289 - 340 375 363 327 259 216 172 180 208 177 - 157 189 192 222 222 188 184 164 173 182 - 153 158 158 183 190 178 169 145 170 138 - 169 133 134 122 126 153 112 125 127 147 - 125 125 142 143 138 145 166 165 156 154 - 169 130 173 155 178 211 247 289 310 276 - 303 376 468 665 803 829 683 570 507 383 - 335 352 412 522 575 652 681 634 466 368 - 301 214 226 205 239 226 271 279 280 247 - 223 201 199 198 206 191 154 174 144 155 - 161 172 178 192 155 171 155 160 138 156 - 178 163 191 200 208 186 167 183 157 148 - 163 174 187 182 189 190 190 199 240 247 - 334 391 512 618 663 593 456 395 343 288 - 292 310 392 389 437 361 351 262 250 233 - 197 195 171 174 171 159 158 120 128 140 - 148 156 133 156 144 163 158 158 154 165 - 196 206 256 278 255 253 223 190 196 176 - 171 212 204 252 224 192 180 172 166 159 - 155 148 167 137 178 161 180 156 169 178 - 174 181 172 238 209 240 343 384 500 673 - 704 763 656 551 406 354 352 301 357 414 - 440 502 459 425 378 418 427 467 441 400 - 327 278 259 240 213 206 241 263 287 291 - 245 243 198 195 195 164 178 161 161 183 - 177 177 177 192 219 260 310 337 312 290 - 275 243 192 200 212 205 180 219 274 271 - 200 205 195 179 171 171 147 147 167 159 - 157 145 164 142 143 164 157 153 145 168 - 159 169 137 182 196 218 216 223 269 295 - 288 280 281 187 264 216 220 242 264 272 - 326 362 407 468 432 443 383 393 367 415 - 471 595 626 583 491 456 411 322 328 289 - 271 302 377 369 373 347 296 292 257 269 - 241 218 212 239 254 295 314 356 301 277 - 252 251 186 197 162 192 231 223 207 238 - 196 196 176 171 178 146 169 161 149 173 - 156 143 154 152 139 184 185 161 159 152 - 159 176 164 168 193 195 187 237 228 265 - 291 347 409 454 552 524 552 502 483 433 - 382 363 322 328 389 469 485 438 491 415 - 377 375 322 288 280 263 275 245 243 239 - 247 216 204 210 196 220 209 212 226 201 - 225 228 210 244 298 405 445 534 579 538 - 495 466 410 389 387 429 460 573 607 740 - 853 781 733 593 499 398 368 334 370 358 - 391 376 394 414 383 300 294 275 246 259 - 235 239 243 277 363 383 434 436 378 373 - 386 438 464 491 539 539 523 499 478 472 - 383 345 354 352 383 370 410 453 416 396 - 392 319 335 407 461 587 741 875 863 754 - 619 485 429 336 321 296 316 385 474 539 - 571 493 420 345 272 242 219 229 203 220 - 211 190 171 195 176 218 208 212 230 265 - 314 278 306 262 281 209 235 222 223 246 - 268 316 307 316 273 247 229 201 198 173 - 202 173 212 185 197 193 193 194 169 169 - 157 167 175 140 174 146 171 142 152 171 - 150 142 161 150 163 154 149 157 192 185 - 184 205 231 238 263 324 365 388 380 421 - 418 408 385 374 346 329 297 319 322 328 - 298 290 304 311 312 319 292 241 239 202 - 206 202 227 236 307 309 385 341 324 290 - 208 241 201 202 181 217 264 229 326 303 - 345 304 296 241 242 210 187 206 194 221 - 216 245 242 251 258 232 215 189 192 163 - 158 162 174 182 169 151 187 179 167 169 - 146 149 146 158 142 164 142 153 147 163 - 160 163 127 150 159 140 136 159 171 178 - 159 162 193 156 176 161 155 146 179 208 - 186 194 252 230 219 182 179 174 147 189 - 166 142 144 177 178 215 182 160 196 200 - 159 163 150 175 144 132 160 169 138 171 - 129 167 172 135 170 172 169 199 221 233 - 283 291 299 257 239 226 185 195 194 175 - 192 182 189 210 252 217 230 223 192 205 - 179 185 155 193 190 214 215 230 223 212 - 233 221 242 216 261 265 370 406 501 447 - 488 473 365 279 283 285 282 239 267 263 - 309 349 345 322 338 308 238 221 215 197 - 205 208 222 206 204 230 240 284 313 331 - 344 297 275 267 216 230 194 195 234 196 - 198 240 255 287 314 318 255 232 213 186 - 193 156 168 155 154 187 181 194 183 206 - 191 179 174 158 176 183 184 188 222 211 - 242 267 330 363 390 397 332 288 273 199 - 218 198 206 228 206 216 256 259 301 265 - 240 206 224 183 160 190 158 161 161 143 - 144 177 175 142 129 140 166 156 126 156 - 144 146 136 145 160 147 142 150 168 164 - 168 195 207 229 260 263 294 291 279 245 - 211 240 218 197 226 253 249 289 329 377 - 412 419 371 310 258 236 243 235 224 241 - 236 239 302 286 295 329 390 376 405 380 - 376 363 361 296 313 279 295 248 253 273 - 273 275 305 282 295 295 304 318 331 336 - 336 371 349 315 280 286 238 265 226 238 - 222 224 254 303 311 297 319 302 295 299 - 325 347 294 264 265 239 227 226 250 203 - 229 202 234 220 206 230 228 259 221 276 - 276 271 278 298 341 366 384 388 410 433 - 388 382 298 327 266 250 252 252 262 270 - 257 249 251 336 305 284 293 236 224 207 - 200 174 177 180 163 150 181 174 141 156 - 143 166 148 174 153 160 159 160 155 141 - 148 157 157 161 171 164 169 170 167 189 - 220 252 328 298 286 290 266 220 171 193 - 194 170 235 195 207 227 261 320 343 339 - 411 416 350 350 288 343 300 286 283 249 - 258 232 229 233 215 250 258 250 251 245 - 233 220 257 219 207 208 191 187 198 176 - 184 190 192 159 176 166 196 172 180 208 - 219 202 177 175 170 167 175 153 145 178 - 168 153 159 179 196 175 174 168 180 139 - 157 143 156 157 151 155 158 155 141 152 - 145 158 153 149 153 150 144 150 143 172 - 141 166 170 162 206 182 172 183 175 178 - 179 157 163 182 184 177 163 172 185 159 - 185 176 169 161 173 190 193 150 175 151 - 176 166 171 187 180 216 212 269 301 313 - 319 328 299 252 252 228 200 209 202 225 - 199 251 236 263 299 302 338 248 259 262 - 213 211 206 210 168 191 159 183 202 211 - 205 206 205 223 200 184 189 186 185 205 - 197 210 206 202 174 175 190 165 173 179 - 192 168 168 181 170 200 198 219 211 238 - 222 205 221 204 219 196 210 196 234 212 - 191 250 230 226 277 263 296 319 338 385 - 408 381 356 290 284 268 222 245 214 211 - 204 227 254 236 290 305 290 337 276 281 - 238 243 231 205 205 193 180 171 185 191 - 191 190 179 169 175 199 179 189 210 191 - 206 212 210 235 205 182 185 177 171 153 - 154 152 170 155 156 153 171 188 181 180 - 201 183 191 184 187 163 161 165 160 185 - 198 164 176 182 172 172 186 189 181 231 - 209 211 227 226 193 216 211 211 193 175 - 192 209 196 195 230 231 239 311 285 263 - 289 262 214 212 218 186 191 199 183 190 - 168 194 191 195 207 218 222 241 242 219 - 189 202 202 190 225 204 223 262 258 317 - 312 304 299 278 265 221 205 225 211 203 - 192 201 197 227 184 205 216 256 253 288 - 249 280 219 217 249 229 198 193 178 205 - 210 185 179 213 233 225 232 264 271 285 - 273 342 326 401 358 432 331 361 330 283 - 282 263 245 232 219 251 241 241 265 237 - 251 266 291 301 300 280 332 285 276 261 - 262 264 280 291 292 284 266 240 219 232 - 218 192 181 184 219 187 174 184 204 197 - 217 215 213 212 218 210 224 183 178 205 - 184 185 180 197 154 171 181 155 145 184 - 180 173 168 190 169 161 174 158 167 182 - 165 183 168 159 161 155 189 186 150 168 - 186 194 155 171 151 165 175 156 163 164 - 166 185 163 202 186 183 183 155 199 176 - 188 177 165 198 170 186 188 193 190 207 - 234 205 212 216 213 266 257 269 300 330 - 339 357 382 326 325 282 284 305 353 293 - 354 327 397 378 367 341 307 311 274 313 - 351 347 326 307 293 260 283 272 272 302 - 307 313 332 337 327 331 343 329 371 392 - 418 493 471 481 485 486 422 425 387 379 - 330 338 327 321 327 386 375 412 398 371 - 398 377 382 419 397 373 325 333 311 301 - 293 291 268 279 289 278 266 268 284 258 - 251 258 247 251 211 209 220 218 191 186 - 214 213 216 227 196 202 213 186 198 224 - 177 197 160 191 209 217 216 215 200 207 - 202 234 218 252 249 281 270 287 318 319 - 370 397 434 494 424 485 464 454 461 371 - 326 309 280 332 297 277 293 303 342 293 - 322 350 360 343 387 437 442 460 486 451 - 433 459 369 415 340 328 323 291 265 305 - 279 298 320 299 306 340 314 329 324 367 - 378 335 338 293 299 293 263 285 277 283 - 326 291 311 315 351 367 353 387 404 365 - 354 382 318 310 342 355 334 382 359 322 - 317 322 315 322 260 275 282 290 318 296 - 276 281 309 281 305 298 276 252 303 282 - 308 302 293 288 268 300 319 297 302 304 - 346 392 454 519 565 590 593 601 563 482 - 500 403 417 386 328 293 321 300 313 294 - 318 294 329 329 364 360 385 412 426 405 - 418 417 358 384 387 312 316 304 295 296 - 294 273 325 330 345 300 370 350 381 297 - 316 300 270 271 292 249 263 269 273 252 - 250 225 241 245 268 276 264 282 294 314 - 303 269 295 283 293 286 264 255 259 252 - 270 255 304 293 311 285 332 321 350 358 - 431 433 427 380 413 422 348 388 355 370 - 353 322 348 325 320 369 351 400 379 399 - 406 396 397 415 439 438 437 478 495 511 - 450 497 498 433 477 484 430 431 454 399 - 382 384 351 334 347 336 330 306 330 311 - 298 301 344 335 334 303 326 359 397 356 - 347 310 347 332 312 335 334 316 309 294 - 334 342 332 279 267 257 292 288 273 245 - 269 248 228 250 249 230 238 217 238 212 - 246 246 239 262 265 264 240 250 246 226 - 227 235 226 256 190 215 236 223 227 203 - 206 190 232 230 201 219 203 216 213 208 - 224 210 202 212 205 236 220 194 199 201 - 216 237 212 225 203 241 232 260 253 257 - 282 291 283 325 333 335 293 315 297 310 - 285 285 276 258 251 269 228 215 259 235 - 257 241 289 229 267 270 284 265 274 275 - 279 277 269 267 263 299 262 263 268 235 - 232 261 236 224 251 249 247 217 238 231 - 251 261 251 308 300 333 311 283 279 289 - 281 273 244 299 263 257 209 284 256 270 - 280 276 282 293 282 285 309 299 295 307 - 253 258 255 297 296 248 286 288 259 276 - 256 257 268 246 273 271 306 287 286 303 - 283 335 330 366 380 334 362 408 432 479 - 440 484 478 479 513 472 445 466 437 414 - 396 374 314 326 326 323 316 354 315 351 - 329 370 366 415 444 423 414 412 463 464 - 424 427 411 394 383 394 330 360 359 303 - 294 289 271 288 264 284 262 274 278 293 - 289 309 292 313 286 291 303 279 298 301 - 278 261 314 299 316 353 319 339 335 341 - 306 303 298 290 317 318 296 336 295 284 - 241 276 245 247 263 270 261 239 247 250 - 209 238 247 257 255 273 272 319 274 307 - 253 284 254 274 278 237 257 249 261 242 - 256 255 236 234 250 233 250 231 252 244 - 256 226 267 246 257 255 278 292 308 274 - 375 361 344 361 347 352 322 337 267 268 - 286 279 276 252 242 277 271 275 272 295 - 281 338 320 350 381 404 451 441 452 417 - 450 436 437 440 474 453 457 438 387 386 - 366 341 337 308 329 283 296 289 297 240 - 268 282 297 291 281 305 336 324 307 332 - 328 309 315 330 291 290 344 314 324 327 - 259 268 305 304 300 285 292 289 294 278 - 261 297 252 280 245 266 283 238 266 262 - 249 255 240 239 221 251 212 233 238 249 - 256 216 262 249 248 263 281 234 290 269 - 284 233 286 275 263 245 259 276 229 261 - 273 272 231 212 233 256 241 228 234 238 - 216 207 221 233 238 217 238 251 268 259 - 230 276 257 260 255 244 258 279 291 290 - 295 289 273 306 307 264 289 270 234 252 - 243 244 251 235 234 246 239 257 218 234 - 230 253 248 257 248 255 261 275 288 301 - 283 308 268 300 305 254 251 256 280 290 - 267 278 302 264 263 289 231 271 289 268 - 310 278 280 262 234 278 288 265 302 278 - 273 279 303 318 317 312 303 312 311 308 - 304 284 281 287 262 273 284 261 241 238 - 276 276 274 262 279 274 238 278 273 274 - 260 245 293 307 304 266 287 292 295 295 - 305 300 281 287 299 268 292 267 236 248 - 272 274 237 251 245 285 252 272 258 269 - 268 299 240 263 260 315 315 295 279 295 - 333 322 338 383 339 311 323 295 275 295 - 289 294 287 275 249 232 269 258 268 290 - 253 266 234 233 223 231 252 275 267 251 - 284 281 254 265 309 269 296 290 301 297 - 300 345 298 347 345 374 366 387 392 438 - 465 470 443 511 473 474 455 473 452 460 - 440 386 385 402 418 382 348 344 360 366 - 351 322 327 318 352 341 308 357 325 367 - 383 381 376 381 434 410 412 411 393 427 - 429 441 407 412 456 389 386 382 368 352 - 367 366 364 366 352 312 345 336 284 310 - 289 318 287 303 306 320 330 334 345 367 - 407 379 410 396 429 425 449 416 394 390 - 394 404 356 350 378 369 362 311 297 307 - 293 291 338 300 290 317 312 270 313 278 - 321 327 332 337 328 301 322 334 330 315 - 311 302 338 321 317 331 335 345 317 306 - 309 336 309 299 319 310 287 281 268 260 - 279 279 289 265 261 264 260 271 265 270 - 280 304 283 289 294 325 269 282 293 275 - 283 281 283 277 284 275 277 278 273 284 - 267 270 287 316 261 283 294 275 324 306 - 302 276 392 339 309 315 322 359 308 335 - 315 318 319 328 315 303 296 300 304 283 - 292 266 279 295 258 289 272 251 305 263 - 261 299 291 276 294 259 254 297 287 257 - 284 255 260 259 300 264 300 287 298 283 - 279 271 291 304 299 272 316 298 322 306 - 268 257 279 262 269 291 258 269 295 293 - 268 264 272 272 288 270 267 277 310 292 - 276 290 319 322 316 343 345 379 383 389 - 437 371 405 427 442 424 438 396 384 381 - 329 322 319 274 318 304 316 324 275 319 - 259 272 262 270 263 266 242 265 251 276 - 277 260 256 240 278 252 286 295 268 301 - 296 268 299 298 305 293 327 343 362 367 - 358 324 322 330 356 353 351 324 359 339 - 289 330 295 293 293 300 296 319 302 276 - 293 271 283 256 258 269 272 213 257 274 - 242 245 252 212 261 281 259 253 280 255 - 229 241 242 248 259 257 256 253 281 292 - 254 273 278 277 264 219 271 279 246 268 - 282 272 270 221 262 286 267 254 267 259 - 267 276 269 251 256 228 248 243 254 254 - 245 242 250 264 274 255 281 229 263 250 - 241 259 268 285 241 255 268 257 263 266 - 298 281 271 261 280 296 283 341 280 304 - 282 258 262 279 285 319 293 322 316 348 - 341 339 321 373 376 366 402 391 405 407 - 422 395 434 419 426 385 390 375 357 343 - 359 344 285 324 317 345 303 315 288 301 - 281 327 316 260 299 302 249 293 271 296 - 258 283 268 271 305 268 234 286 278 274 - 274 253 238 291 274 300 282 303 285 323 - 340 283 355 288 335 350 313 303 338 326 - 359 372 325 325 352 345 348 330 336 310 - 343 321 329 325 329 330 311 316 327 320 - 306 348 345 330 325 371 381 421 388 403 - 413 417 391 385 376 382 420 374 352 328 - 368 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.new b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.new deleted file mode 100644 index 218ac218c..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.new +++ /dev/null @@ -1,63 +0,0 @@ -COMM PbSO4 XrayDif single wavelength polarized Wdt48 -! Current global Chi2 (Bragg contrib.) = 43.02 -! Files => DAT-file: pbsox_single_polarized.dat, PCR-file: pbsox_single_polarized -!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut - 0 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 -! -!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana - 0 2 1 0 2 0 4 0 0 2 0 1 1 0 4 1 1 -! -! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 - 1.540560 1.540560 0.00000 50.000 48.0000 0.8000 0.0000 160.00 0.5000 0.0000 -! -!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 - 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 -! -! Excluded regions (LowT HighT) for Pattern# 1 - 0.00 10.00 - 154.00 180.00 -! -! - 0 !Number of refined parameters -! -! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 - -0.04816 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 -! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) - 154.318 100.004 -92.329 -95.599 126.679 -31.804 - 0.00 0.00 0.00 0.00 0.00 0.00 -!------------------------------------------------------------------------------- -! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 34.6307 -!------------------------------------------------------------------------------- -PbSO4 -! -!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More - 5 0 0 0.0 0.0 1.0 0 0 0 0 0 1213.030 0 7 0 -! -! -P n m a <--Space group symbol -!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes -Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 0 #conn S O 0 2 - 0.00 0.00 0.00 0.00 0.00 -S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 -! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model - 0.4693346E-03 0.00000 0.00000 0.00000 0.00000 0.00000 0 - 0.00000 0.000 0.000 0.000 0.000 0.000 -! U V W X Y GauSiz LorSiz Size-Model - 0.048457 -0.083053 0.035188 0.000000 0.049268 0.000000 0.000000 0 - 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -! a b c alpha beta gamma #Cell Info - 8.479832 5.397758 6.959324 90.000000 90.000000 90.000000 # box -0.25 1.25 -0.15 1.15 -0.15 1.15 - 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 -! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L - 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -! 2Th1/TOF1 2Th2/TOF2 Pattern to plot - 10.000 154.000 1 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.pcr b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.pcr deleted file mode 100644 index 6e3499d5d..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.pcr +++ /dev/null @@ -1,63 +0,0 @@ -COMM PbSO4 XrayDif single wavelength polarized Wdt48 -! Current global Chi2 (Bragg contrib.) = 11.30 -! Files => DAT-file: pbsox_single_polarized.dat, PCR-file: pbsox_single_polarized -!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut - 0 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 -! -!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana - 0 2 1 0 1 0 4 0 0 2 0 1 1 0 4 1 1 -! -! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 - 1.540560 1.540560 0.00000 50.000 48.000 0.8000 0.0000 160.00 0.5000 0.0000 -! -!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 - 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 -! -! Excluded regions (LowT HighT) for Pattern# 1 - 0.00 10.00 - 154.00 180.00 -! -! - 0 !Number of refined parameters -! -! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 - -0.04816 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 -! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) - 154.318 100.004 -92.329 -95.599 126.679 -31.804 - 0.00 0.00 0.00 0.00 0.00 0.00 -!------------------------------------------------------------------------------- -! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 9.4433 -!------------------------------------------------------------------------------- -PbSO4 -! -!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More - 5 0 0 0.0 0.0 1.0 0 0 0 0 0 1213.030 0 7 0 -! -! -P n m a <--Space group symbol -!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes -Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 0 #conn S O 0 2 - 0.00 0.00 0.00 0.00 0.00 -S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 -! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model - 0.4693346E-03 0.00000 0.00000 0.00000 0.00000 0.00000 0 - 0.00000 0.000 0.000 0.000 0.000 0.000 -! U V W X Y GauSiz LorSiz Size-Model - 0.048457 -0.083053 0.035188 0.000000 0.049268 0.000000 0.000000 0 - 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -! a b c alpha beta gamma # Cell Info - 8.479832 5.397758 6.959325 90.000000 90.000000 90.000000 # box -0.25 1.25 -0.15 1.15 -0.15 1.15 - 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 -! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L - 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -! 2Th1/TOF1 2Th2/TOF2 Pattern to plot - 10.000 154.000 1 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.prf b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.prf deleted file mode 100644 index a61243f15..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.prf +++ /dev/null @@ -1,6439 +0,0 @@ -IGOR -WAVES TwoTheta, Iobs, Icalc, Diff -BEGIN - 10.000 179.00 126.49 52.51 - 10.025 147.00 126.36 20.64 - 10.050 165.00 126.23 38.77 - 10.075 172.00 126.10 45.90 - 10.100 150.00 125.97 24.03 - 10.125 165.00 125.84 39.16 - 10.150 150.00 125.72 24.28 - 10.175 158.00 125.59 32.41 - 10.200 134.00 125.46 8.54 - 10.225 146.00 125.33 20.67 - 10.250 167.00 125.21 41.79 - 10.275 159.00 125.08 33.92 - 10.300 139.00 124.96 14.04 - 10.325 145.00 124.83 20.17 - 10.350 165.00 124.71 40.29 - 10.375 150.00 124.58 25.42 - 10.400 149.00 124.46 24.54 - 10.425 156.00 124.33 31.67 - 10.450 143.00 124.21 18.79 - 10.475 166.00 124.09 41.91 - 10.500 154.00 123.97 30.03 - 10.525 131.00 123.84 7.16 - 10.550 144.00 123.72 20.28 - 10.575 131.00 123.60 7.40 - 10.600 140.00 123.48 16.52 - 10.625 147.00 123.36 23.64 - 10.650 155.00 123.24 31.76 - 10.675 148.00 123.12 24.88 - 10.700 140.00 123.00 17.00 - 10.725 138.00 122.88 15.12 - 10.750 127.00 122.76 4.24 - 10.775 146.00 122.64 23.36 - 10.800 147.00 122.52 24.48 - 10.825 114.00 122.41 -8.41 - 10.850 129.00 122.29 6.71 - 10.875 129.00 122.17 6.83 - 10.900 128.00 122.06 5.94 - 10.925 136.00 121.94 14.06 - 10.950 148.00 121.83 26.17 - 10.975 132.00 121.71 10.29 - 11.000 141.00 121.59 19.41 - 11.025 135.00 121.48 13.52 - 11.050 141.00 121.37 19.63 - 11.075 145.00 121.25 23.75 - 11.100 131.00 121.14 9.86 - 11.125 142.00 121.03 20.97 - 11.150 148.00 120.91 27.09 - 11.175 151.00 120.80 30.20 - 11.200 127.00 120.69 6.31 - 11.225 133.00 120.58 12.42 - 11.250 131.00 120.47 10.53 - 11.275 125.00 120.35 4.65 - 11.300 129.00 120.24 8.76 - 11.325 128.00 120.13 7.87 - 11.350 134.00 120.02 13.98 - 11.375 142.00 119.92 22.08 - 11.400 115.00 119.81 -4.81 - 11.425 138.00 119.70 18.30 - 11.450 125.00 119.59 5.41 - 11.475 120.00 119.48 0.52 - 11.500 130.00 119.37 10.63 - 11.525 118.00 119.27 -1.27 - 11.550 118.00 119.16 -1.16 - 11.575 116.00 119.05 -3.05 - 11.600 119.00 118.95 0.05 - 11.625 101.00 118.84 -17.84 - 11.650 117.00 118.74 -1.74 - 11.675 142.00 118.63 23.37 - 11.700 112.00 118.53 -6.53 - 11.725 114.00 118.42 -4.42 - 11.750 111.00 118.32 -7.32 - 11.775 122.00 118.21 3.79 - 11.800 131.00 118.11 12.89 - 11.825 107.00 118.01 -11.01 - 11.850 121.00 117.91 3.09 - 11.875 123.00 117.80 5.20 - 11.900 120.00 117.70 2.30 - 11.925 126.00 117.60 8.40 - 11.950 125.00 117.50 7.50 - 11.975 120.00 117.40 2.60 - 12.000 103.00 117.30 -14.30 - 12.025 121.00 117.20 3.80 - 12.050 109.00 117.10 -8.10 - 12.075 115.00 117.00 -2.00 - 12.100 122.00 116.90 5.10 - 12.125 123.00 116.80 6.20 - 12.150 107.00 116.70 -9.70 - 12.175 126.00 116.61 9.39 - 12.200 133.00 116.51 16.49 - 12.225 120.00 116.41 3.59 - 12.250 100.00 116.31 -16.31 - 12.275 130.00 116.22 13.78 - 12.300 130.00 116.12 13.88 - 12.325 109.00 116.03 -7.03 - 12.350 116.00 115.93 0.07 - 12.375 121.00 116.03 4.97 - 12.400 99.00 115.94 -16.94 - 12.425 107.00 115.84 -8.84 - 12.450 110.00 115.75 -5.75 - 12.475 136.00 115.66 20.34 - 12.500 113.00 115.57 -2.57 - 12.525 102.00 115.54 -13.54 - 12.550 117.00 115.45 1.55 - 12.575 111.00 115.36 -4.36 - 12.600 105.00 115.27 -10.27 - 12.625 92.00 115.18 -23.18 - 12.650 110.00 115.09 -5.09 - 12.675 116.00 115.00 1.00 - 12.700 124.00 114.91 9.09 - 12.725 111.00 114.82 -3.82 - 12.750 91.00 114.73 -23.73 - 12.775 106.00 114.64 -8.64 - 12.800 122.00 114.56 7.44 - 12.825 121.00 114.47 6.53 - 12.850 119.00 114.38 4.62 - 12.875 114.00 114.30 -0.30 - 12.900 129.00 114.21 14.79 - 12.925 95.00 114.12 -19.12 - 12.950 117.00 114.04 2.96 - 12.975 102.00 113.95 -11.95 - 13.000 102.00 113.87 -11.87 - 13.025 117.00 113.79 3.21 - 13.050 99.00 113.70 -14.70 - 13.075 124.00 113.62 10.38 - 13.100 107.00 113.54 -6.54 - 13.125 108.00 113.45 -5.45 - 13.150 99.00 113.37 -14.37 - 13.175 113.00 113.29 -0.29 - 13.200 104.00 113.21 -9.21 - 13.225 92.00 113.13 -21.13 - 13.250 98.00 113.05 -15.05 - 13.275 107.00 112.96 -5.96 - 13.300 88.00 112.88 -24.88 - 13.325 96.00 112.80 -16.80 - 13.350 104.00 112.73 -8.73 - 13.375 81.00 112.65 -31.65 - 13.400 111.00 112.57 -1.57 - 13.425 78.00 112.49 -34.49 - 13.450 104.00 112.41 -8.41 - 13.475 119.00 112.33 6.67 - 13.500 106.00 112.26 -6.26 - 13.525 105.00 112.18 -7.18 - 13.550 96.00 112.10 -16.10 - 13.575 81.00 112.03 -31.03 - 13.600 95.00 111.95 -16.95 - 13.625 96.00 111.88 -15.88 - 13.650 103.00 111.80 -8.80 - 13.675 91.00 111.73 -20.73 - 13.700 112.00 111.65 0.35 - 13.725 107.00 111.58 -4.58 - 13.750 87.00 111.50 -24.50 - 13.775 112.00 111.43 0.57 - 13.800 92.00 111.36 -19.36 - 13.825 79.00 111.29 -32.29 - 13.850 92.00 111.21 -19.21 - 13.875 103.00 111.14 -8.14 - 13.900 97.00 111.07 -14.07 - 13.925 102.00 111.00 -9.00 - 13.950 86.00 110.93 -24.93 - 13.975 97.00 110.86 -13.86 - 14.000 103.00 110.79 -7.79 - 14.025 93.00 110.72 -17.72 - 14.050 111.00 110.65 0.35 - 14.075 95.00 110.58 -15.58 - 14.100 96.00 110.52 -14.52 - 14.125 93.00 110.45 -17.45 - 14.150 85.00 110.38 -25.38 - 14.175 104.00 110.31 -6.31 - 14.200 98.00 110.25 -12.25 - 14.225 108.00 110.18 -2.18 - 14.250 76.00 110.12 -34.12 - 14.275 92.00 110.05 -18.05 - 14.300 95.00 109.99 -14.99 - 14.325 89.00 109.92 -20.92 - 14.350 105.00 109.86 -4.86 - 14.375 95.00 109.79 -14.79 - 14.400 92.00 109.73 -17.73 - 14.425 105.00 109.67 -4.67 - 14.450 89.00 109.60 -20.60 - 14.475 99.00 109.54 -10.54 - 14.500 101.00 109.48 -8.48 - 14.525 97.00 109.42 -12.42 - 14.550 93.00 109.36 -16.36 - 14.575 99.00 109.30 -10.30 - 14.600 100.00 109.24 -9.24 - 14.625 83.00 109.18 -26.18 - 14.650 93.00 109.12 -16.12 - 14.675 96.00 109.06 -13.06 - 14.700 69.00 109.01 -40.01 - 14.725 101.00 108.95 -7.95 - 14.750 97.00 108.89 -11.89 - 14.775 85.00 108.84 -23.84 - 14.800 95.00 108.78 -13.78 - 14.825 85.00 108.73 -23.73 - 14.850 111.00 108.67 2.33 - 14.875 85.00 108.62 -23.62 - 14.900 86.00 108.57 -22.57 - 14.925 100.00 108.51 -8.51 - 14.950 88.00 108.46 -20.46 - 14.975 98.00 108.41 -10.41 - 15.000 92.00 108.36 -16.36 - 15.025 93.00 108.31 -15.31 - 15.050 94.00 108.26 -14.26 - 15.075 93.00 108.21 -15.21 - 15.100 81.00 108.17 -27.17 - 15.125 98.00 108.25 -10.25 - 15.150 78.00 108.21 -30.21 - 15.175 79.00 108.16 -29.16 - 15.200 93.00 108.12 -15.12 - 15.225 81.00 108.08 -27.08 - 15.250 88.00 108.04 -20.04 - 15.275 73.00 108.00 -35.00 - 15.300 85.00 107.96 -22.96 - 15.325 106.00 107.92 -1.92 - 15.350 88.00 107.89 -19.89 - 15.375 94.00 107.85 -13.85 - 15.400 96.00 107.82 -11.82 - 15.425 91.00 107.79 -16.79 - 15.450 101.00 107.76 -6.76 - 15.475 89.00 107.73 -18.73 - 15.500 87.00 107.71 -20.71 - 15.525 95.00 107.69 -12.69 - 15.550 87.00 107.67 -20.67 - 15.575 97.00 107.65 -10.65 - 15.600 81.00 107.64 -26.64 - 15.625 87.00 107.63 -20.63 - 15.650 93.00 107.62 -14.62 - 15.675 90.00 107.62 -17.62 - 15.700 73.00 107.62 -34.62 - 15.725 98.00 107.63 -9.63 - 15.750 86.00 107.65 -21.65 - 15.775 80.00 107.67 -27.67 - 15.800 82.00 107.71 -25.71 - 15.825 97.00 107.75 -10.75 - 15.850 80.00 107.80 -27.80 - 15.875 81.00 107.87 -26.87 - 15.900 80.00 107.95 -27.95 - 15.925 81.00 108.06 -27.06 - 15.950 73.00 108.18 -35.18 - 15.975 106.00 108.34 -2.34 - 16.000 92.00 108.53 -16.53 - 16.025 101.00 108.76 -7.76 - 16.050 98.00 109.05 -11.05 - 16.075 104.00 109.41 -5.41 - 16.100 106.00 109.87 -3.87 - 16.125 98.00 110.52 -12.52 - 16.150 114.00 111.49 2.51 - 16.175 97.00 113.12 -16.12 - 16.200 129.00 116.06 12.94 - 16.225 112.00 121.42 -9.42 - 16.250 141.00 130.80 10.20 - 16.275 167.00 146.06 20.94 - 16.300 157.00 168.53 -11.53 - 16.325 200.00 197.99 2.01 - 16.350 215.00 231.62 -16.62 - 16.375 321.00 263.45 57.55 - 16.400 397.00 284.92 112.08 - 16.425 434.00 288.00 146.00 - 16.450 445.00 271.35 173.65 - 16.475 313.00 241.60 71.40 - 16.500 197.00 207.74 -10.74 - 16.525 155.00 176.52 -21.52 - 16.550 110.00 151.74 -41.74 - 16.575 118.00 134.34 -16.34 - 16.600 86.00 123.30 -37.30 - 16.625 110.00 116.86 -6.86 - 16.650 95.00 113.26 -18.26 - 16.675 93.00 111.26 -18.26 - 16.700 98.00 110.07 -12.07 - 16.725 80.00 109.28 -29.28 - 16.750 85.00 108.70 -23.70 - 16.775 106.00 108.25 -2.25 - 16.800 86.00 107.88 -21.88 - 16.825 103.00 107.56 -4.56 - 16.850 92.00 107.30 -15.30 - 16.875 88.00 107.07 -19.07 - 16.900 94.00 106.87 -12.87 - 16.925 79.00 106.69 -27.69 - 16.950 92.00 106.54 -14.54 - 16.975 106.00 106.40 -0.40 - 17.000 82.00 106.28 -24.28 - 17.025 104.00 106.17 -2.17 - 17.050 94.00 106.07 -12.07 - 17.075 88.00 105.98 -17.98 - 17.100 97.00 105.90 -8.90 - 17.125 93.00 105.83 -12.83 - 17.150 90.00 105.76 -15.76 - 17.175 120.00 105.70 14.30 - 17.200 93.00 105.64 -12.64 - 17.225 106.00 105.59 0.41 - 17.250 89.00 105.54 -16.54 - 17.275 92.00 105.49 -13.49 - 17.300 100.00 105.45 -5.45 - 17.325 91.00 105.41 -14.41 - 17.350 99.00 105.37 -6.37 - 17.375 81.00 105.34 -24.34 - 17.400 89.00 105.31 -16.31 - 17.425 79.00 105.28 -26.28 - 17.450 91.00 105.25 -14.25 - 17.475 84.00 105.23 -21.23 - 17.500 92.00 105.21 -13.21 - 17.525 107.00 105.19 1.81 - 17.550 99.00 105.17 -6.17 - 17.575 92.00 105.15 -13.15 - 17.600 87.00 105.21 -18.21 - 17.625 88.00 105.20 -17.20 - 17.650 67.00 105.19 -38.19 - 17.675 81.00 105.18 -24.18 - 17.700 86.00 105.17 -19.17 - 17.725 85.00 105.16 -20.16 - 17.750 103.00 105.16 -2.16 - 17.775 85.00 105.15 -20.15 - 17.800 77.00 105.15 -28.15 - 17.825 105.00 105.15 -0.15 - 17.850 93.00 105.15 -12.15 - 17.875 96.00 105.15 -9.15 - 17.900 93.00 105.16 -12.16 - 17.925 85.00 105.16 -20.16 - 17.950 75.00 105.17 -30.17 - 17.975 105.00 105.18 -0.18 - 18.000 85.00 105.19 -20.19 - 18.025 89.00 105.20 -16.20 - 18.050 86.00 105.22 -19.22 - 18.075 76.00 105.23 -29.23 - 18.100 86.00 105.25 -19.25 - 18.125 71.00 105.27 -34.27 - 18.150 101.00 105.29 -4.29 - 18.175 100.00 105.31 -5.31 - 18.200 89.00 105.34 -16.34 - 18.225 74.00 105.37 -31.37 - 18.250 101.00 105.39 -4.39 - 18.275 103.00 105.42 -2.42 - 18.300 95.00 105.46 -10.46 - 18.325 100.00 105.49 -5.49 - 18.350 87.00 105.53 -18.53 - 18.375 94.00 105.57 -11.57 - 18.400 84.00 105.61 -21.61 - 18.425 102.00 105.66 -3.66 - 18.450 92.00 105.70 -13.70 - 18.475 80.00 105.75 -25.75 - 18.500 82.00 105.81 -23.81 - 18.525 105.00 105.86 -0.86 - 18.550 84.00 105.92 -21.92 - 18.575 83.00 105.98 -22.98 - 18.600 93.00 106.04 -13.04 - 18.625 92.00 106.11 -14.11 - 18.650 105.00 106.18 -1.18 - 18.675 94.00 106.26 -12.26 - 18.700 88.00 106.34 -18.34 - 18.725 97.00 106.42 -9.42 - 18.750 88.00 106.51 -18.51 - 18.775 110.00 106.60 3.40 - 18.800 110.00 106.69 3.31 - 18.825 84.00 106.79 -22.79 - 18.850 89.00 107.14 -18.14 - 18.875 98.00 107.25 -9.25 - 18.900 92.00 107.37 -15.37 - 18.925 86.00 107.49 -21.49 - 18.950 110.00 107.62 2.38 - 18.975 98.00 107.76 -9.76 - 19.000 93.00 107.90 -14.90 - 19.025 94.00 108.05 -14.05 - 19.050 104.00 108.20 -4.20 - 19.075 96.00 108.37 -12.37 - 19.100 105.00 108.54 -3.54 - 19.125 99.00 108.72 -9.72 - 19.150 117.00 108.91 8.09 - 19.175 111.00 109.11 1.89 - 19.200 100.00 109.32 -9.32 - 19.225 125.00 109.54 15.46 - 19.250 99.00 109.77 -10.77 - 19.275 107.00 110.02 -3.02 - 19.300 107.00 110.28 -3.28 - 19.325 98.00 110.55 -12.55 - 19.350 84.00 110.84 -26.84 - 19.375 112.00 111.14 0.86 - 19.400 99.00 111.46 -12.46 - 19.425 93.00 111.80 -18.80 - 19.450 108.00 112.16 -4.16 - 19.475 100.00 112.54 -12.54 - 19.500 91.00 112.95 -21.95 - 19.525 98.00 113.37 -15.37 - 19.550 124.00 113.83 10.17 - 19.575 98.00 114.31 -16.31 - 19.600 121.00 114.83 6.17 - 19.625 114.00 115.38 -1.38 - 19.650 93.00 115.97 -22.97 - 19.675 87.00 116.59 -29.59 - 19.700 95.00 117.26 -22.26 - 19.725 95.00 117.98 -22.98 - 19.750 121.00 118.76 2.24 - 19.775 102.00 119.59 -17.59 - 19.800 127.00 120.48 6.52 - 19.825 119.00 121.45 -2.45 - 19.850 118.00 122.49 -4.49 - 19.875 107.00 123.62 -16.62 - 19.900 100.00 125.04 -25.04 - 19.925 95.00 126.37 -31.37 - 19.950 116.00 127.83 -11.83 - 19.975 136.00 129.42 6.58 - 20.000 92.00 131.17 -39.17 - 20.025 127.00 133.09 -6.09 - 20.050 127.00 135.20 -8.20 - 20.075 115.00 137.54 -22.54 - 20.100 124.00 140.13 -16.13 - 20.125 130.00 143.02 -13.02 - 20.150 123.00 146.26 -23.26 - 20.175 137.00 149.89 -12.89 - 20.200 136.00 153.99 -17.99 - 20.225 165.00 158.64 6.36 - 20.250 150.00 163.94 -13.94 - 20.275 173.00 170.02 2.98 - 20.300 190.00 177.05 12.95 - 20.325 211.00 185.21 25.79 - 20.350 212.00 194.78 17.22 - 20.375 255.00 206.10 48.90 - 20.400 264.00 219.62 44.38 - 20.425 305.00 236.02 68.98 - 20.450 353.00 256.44 96.56 - 20.475 415.00 283.10 131.90 - 20.500 507.00 320.91 186.09 - 20.525 623.00 380.84 242.16 - 20.550 833.00 485.55 347.45 - 20.575 1076.00 676.38 399.62 - 20.600 1417.00 1016.57 400.43 - 20.625 1958.00 1582.28 375.72 - 20.650 2624.00 2434.45 189.55 - 20.675 3927.00 3573.21 353.79 - 20.700 5466.00 4894.86 571.14 - 20.725 7996.00 6166.91 1829.09 - 20.750 11062.00 7052.10 4009.90 - 20.775 12925.00 7268.35 5656.65 - 20.800 12506.00 6839.81 5666.19 - 20.825 10327.00 6054.67 4272.33 - 20.850 8178.00 5183.92 2994.08 - 20.875 6771.00 4344.36 2426.64 - 20.900 5910.00 3536.15 2373.85 - 20.925 4886.00 2760.91 2125.09 - 20.950 3432.00 2062.26 1369.74 - 20.975 2110.00 1481.95 628.05 - 21.000 1182.00 1037.53 144.47 - 21.025 802.00 724.20 77.80 - 21.050 623.00 520.36 102.64 - 21.075 527.00 396.02 130.98 - 21.100 435.00 322.52 112.48 - 21.125 393.00 278.24 114.76 - 21.150 356.00 249.63 106.37 - 21.175 333.00 229.35 103.65 - 21.200 295.00 213.79 81.21 - 21.225 316.00 201.24 114.76 - 21.250 280.00 190.81 89.19 - 21.275 248.00 182.02 65.98 - 21.300 264.00 174.53 89.47 - 21.325 216.00 168.09 47.91 - 21.350 202.00 162.52 39.48 - 21.375 211.00 157.67 53.33 - 21.400 187.00 153.42 33.58 - 21.425 168.00 149.68 18.32 - 21.450 208.00 146.38 61.62 - 21.475 160.00 143.45 16.55 - 21.500 171.00 140.83 30.17 - 21.525 149.00 138.50 10.50 - 21.550 166.00 136.41 29.59 - 21.575 138.00 134.53 3.47 - 21.600 168.00 132.84 35.16 - 21.625 129.00 131.31 -2.31 - 21.650 147.00 129.93 17.07 - 21.675 134.00 128.68 5.32 - 21.700 125.00 127.55 -2.55 - 21.725 137.00 126.53 10.47 - 21.750 112.00 125.60 -13.60 - 21.775 128.00 124.76 3.24 - 21.800 134.00 124.00 10.00 - 21.825 121.00 123.31 -2.31 - 21.850 138.00 122.69 15.31 - 21.875 103.00 122.14 -19.14 - 21.900 124.00 121.64 2.36 - 21.925 115.00 121.20 -6.20 - 21.950 119.00 120.81 -1.81 - 21.975 109.00 120.47 -11.47 - 22.000 119.00 120.18 -1.18 - 22.025 116.00 119.93 -3.93 - 22.050 127.00 119.72 7.28 - 22.075 133.00 119.56 13.44 - 22.100 121.00 119.76 1.24 - 22.125 109.00 119.68 -10.68 - 22.150 114.00 119.65 -5.65 - 22.175 113.00 119.65 -6.65 - 22.200 120.00 119.70 0.30 - 22.225 118.00 119.79 -1.79 - 22.250 102.00 119.92 -17.92 - 22.275 110.00 120.10 -10.10 - 22.300 118.00 120.32 -2.32 - 22.325 123.00 120.60 2.40 - 22.350 116.00 120.92 -4.92 - 22.375 112.00 121.31 -9.31 - 22.400 107.00 121.75 -14.75 - 22.425 121.00 122.26 -1.26 - 22.450 104.00 122.85 -18.85 - 22.475 124.00 123.51 0.49 - 22.500 105.00 124.26 -19.26 - 22.525 128.00 125.10 2.90 - 22.550 115.00 126.06 -11.06 - 22.575 128.00 127.13 0.87 - 22.600 99.00 128.35 -29.35 - 22.625 130.00 129.72 0.28 - 22.650 109.00 131.28 -22.28 - 22.675 125.00 133.04 -8.04 - 22.700 138.00 135.05 2.95 - 22.725 141.00 137.35 3.65 - 22.750 135.00 139.98 -4.98 - 22.775 125.00 143.02 -18.02 - 22.800 140.00 146.53 -6.53 - 22.825 152.00 150.64 1.36 - 22.850 177.00 155.46 21.54 - 22.875 177.00 161.16 15.84 - 22.900 191.00 167.97 23.03 - 22.925 195.00 176.20 18.80 - 22.950 225.00 186.29 38.71 - 22.975 258.00 199.01 58.99 - 23.000 301.00 215.90 85.10 - 23.025 337.00 240.44 96.56 - 23.050 468.00 280.60 187.40 - 23.075 618.00 353.17 264.83 - 23.100 837.00 488.86 348.14 - 23.125 1082.00 734.14 347.86 - 23.150 1507.00 1142.65 364.35 - 23.175 2283.00 1750.50 532.50 - 23.200 3235.00 2540.68 694.32 - 23.225 4791.00 3408.41 1382.59 - 23.250 6588.00 4147.29 2440.71 - 23.275 8176.00 4487.95 3688.05 - 23.300 8122.00 4267.07 3854.93 - 23.325 6687.00 3593.83 3093.17 - 23.350 5078.00 2733.67 2344.33 - 23.375 3206.00 1913.80 1292.20 - 23.400 1822.00 1261.24 560.76 - 23.425 1101.00 810.48 290.52 - 23.450 712.00 533.57 178.43 - 23.475 566.00 378.20 187.80 - 23.500 470.00 295.03 174.97 - 23.525 381.00 249.74 131.26 - 23.550 302.00 222.90 79.10 - 23.575 277.00 204.98 72.02 - 23.600 259.00 191.78 67.22 - 23.625 259.00 181.48 77.52 - 23.650 212.00 173.20 38.80 - 23.675 198.00 166.44 31.56 - 23.700 189.00 160.86 28.14 - 23.725 153.00 156.25 -3.25 - 23.750 182.00 152.41 29.59 - 23.775 178.00 149.22 28.78 - 23.800 175.00 146.58 28.42 - 23.825 164.00 144.40 19.60 - 23.850 139.00 142.63 -3.63 - 23.875 176.00 141.21 34.79 - 23.900 159.00 140.12 18.88 - 23.925 147.00 139.34 7.66 - 23.950 172.00 138.84 33.16 - 23.975 167.00 138.63 28.37 - 24.000 159.00 138.71 20.29 - 24.025 180.00 139.08 40.92 - 24.050 168.00 139.78 28.22 - 24.075 162.00 140.83 21.17 - 24.100 166.00 142.29 23.71 - 24.125 147.00 144.22 2.78 - 24.150 149.00 146.73 2.27 - 24.175 161.00 149.95 11.05 - 24.200 173.00 154.10 18.90 - 24.225 145.00 159.56 -14.56 - 24.250 210.00 167.15 42.85 - 24.275 201.00 178.76 22.24 - 24.300 257.00 198.72 58.28 - 24.325 262.00 235.83 26.17 - 24.350 342.00 305.57 36.43 - 24.375 451.00 429.73 21.27 - 24.400 598.00 630.57 -32.57 - 24.425 796.00 917.57 -121.57 - 24.450 1089.00 1270.89 -181.89 - 24.475 1648.00 1628.53 19.47 - 24.500 2386.00 1885.64 500.36 - 24.525 3203.00 1931.62 1271.38 - 24.550 3155.00 1742.68 1412.32 - 24.575 2711.00 1408.52 1302.48 - 24.600 1970.00 1044.14 925.86 - 24.625 1292.00 728.38 563.62 - 24.650 729.00 495.61 233.39 - 24.675 450.00 345.42 104.58 - 24.700 289.00 258.46 30.54 - 24.725 285.00 211.67 73.33 - 24.750 218.00 186.95 31.05 - 24.775 211.00 173.21 37.79 - 24.800 202.00 164.73 37.27 - 24.825 168.00 158.94 9.06 - 24.850 165.00 154.72 10.28 - 24.875 177.00 151.58 25.42 - 24.900 176.00 149.27 26.73 - 24.925 197.00 147.63 49.37 - 24.950 164.00 146.56 17.44 - 24.975 141.00 146.00 -5.00 - 25.000 160.00 146.03 13.97 - 25.025 160.00 146.40 13.60 - 25.050 157.00 147.22 9.78 - 25.075 145.00 148.52 -3.52 - 25.100 165.00 150.35 14.65 - 25.125 158.00 152.77 5.23 - 25.150 158.00 155.89 2.11 - 25.175 197.00 159.86 37.14 - 25.200 179.00 164.88 14.12 - 25.225 203.00 171.32 31.68 - 25.250 194.00 179.85 14.15 - 25.275 216.00 191.95 24.05 - 25.300 282.00 211.12 70.88 - 25.325 282.00 245.16 36.84 - 25.350 364.00 309.32 54.68 - 25.375 456.00 428.58 27.42 - 25.400 632.00 634.77 -2.77 - 25.425 854.00 954.09 -100.09 - 25.450 1213.00 1385.81 -172.81 - 25.475 1815.00 1879.55 -64.55 - 25.500 2863.00 2322.30 540.70 - 25.525 4063.00 2553.51 1509.49 - 25.550 4649.00 2458.84 2190.16 - 25.575 4165.00 2088.32 2076.68 - 25.600 3168.00 1599.87 1568.13 - 25.625 2329.00 1132.34 1196.66 - 25.650 1423.00 762.40 660.60 - 25.675 738.00 510.10 227.90 - 25.700 438.00 357.89 80.11 - 25.725 367.00 274.27 92.73 - 25.750 295.00 230.47 64.53 - 25.775 246.00 207.07 38.93 - 25.800 246.00 193.47 52.53 - 25.825 191.00 184.66 6.34 - 25.850 179.00 178.47 0.53 - 25.875 178.00 174.00 4.00 - 25.900 170.00 170.94 -0.94 - 25.925 182.00 168.72 13.28 - 25.950 158.00 167.35 -9.35 - 25.975 182.00 166.70 15.30 - 26.000 179.00 166.71 12.29 - 26.025 184.00 167.35 16.65 - 26.050 181.00 168.58 12.42 - 26.075 169.00 170.41 -1.41 - 26.100 171.00 172.88 -1.88 - 26.125 191.00 176.02 14.98 - 26.150 175.00 179.91 -4.91 - 26.175 216.00 184.65 31.35 - 26.200 195.00 190.38 4.62 - 26.225 224.00 197.27 26.73 - 26.250 209.00 205.57 3.43 - 26.275 251.00 215.58 35.42 - 26.300 257.00 227.74 29.26 - 26.325 298.00 242.63 55.37 - 26.350 297.00 261.12 35.88 - 26.375 378.00 284.68 93.32 - 26.400 406.00 316.31 89.69 - 26.425 499.00 362.97 136.03 - 26.450 590.00 440.87 149.13 - 26.475 746.00 584.65 161.35 - 26.500 983.00 857.55 125.45 - 26.525 1402.00 1352.80 49.20 - 26.550 2108.00 2170.63 -62.63 - 26.575 3097.00 3360.37 -263.37 - 26.600 4641.00 4844.88 -203.88 - 26.625 7229.00 6357.21 871.79 - 26.650 10690.00 7432.06 3257.94 - 26.675 13494.00 7579.76 5914.24 - 26.700 13106.00 6720.02 6385.98 - 26.725 10401.00 5275.45 5125.55 - 26.750 7908.00 3748.85 4159.15 - 26.775 5365.00 2464.52 2900.48 - 26.800 2857.00 1546.70 1310.30 - 26.825 1575.00 973.27 601.73 - 26.850 947.00 650.82 296.18 - 26.875 697.00 480.55 216.45 - 26.900 595.00 390.39 204.61 - 26.925 529.00 338.76 190.24 - 26.950 450.00 305.49 144.51 - 26.975 423.00 281.77 141.23 - 27.000 344.00 263.90 80.10 - 27.025 319.00 250.13 68.87 - 27.050 309.00 239.55 69.45 - 27.075 252.00 231.50 20.50 - 27.100 257.00 225.60 31.40 - 27.125 252.00 221.56 30.44 - 27.150 266.00 219.23 46.77 - 27.175 275.00 218.51 56.49 - 27.200 257.00 219.39 37.61 - 27.225 285.00 221.94 63.06 - 27.250 285.00 226.31 58.69 - 27.275 270.00 232.76 37.24 - 27.300 280.00 241.69 38.31 - 27.325 347.00 253.72 93.28 - 27.350 282.00 269.94 12.06 - 27.375 362.00 292.58 69.42 - 27.400 426.00 326.86 99.14 - 27.425 461.00 385.12 75.88 - 27.450 637.00 494.16 142.84 - 27.475 693.00 703.72 -10.72 - 27.500 1051.00 1088.24 -37.24 - 27.525 1425.00 1728.76 -303.76 - 27.550 2158.00 2666.62 -508.62 - 27.575 3198.00 3839.89 -641.89 - 27.600 5190.00 5031.90 158.10 - 27.625 8004.00 5863.29 2140.71 - 27.650 10350.00 5941.85 4408.15 - 27.675 9724.00 5223.14 4500.86 - 27.700 7797.00 4063.62 3733.38 - 27.725 6126.00 2864.13 3261.87 - 27.750 4329.00 1873.00 2456.00 - 27.775 2276.00 1177.20 1098.80 - 27.800 1177.00 749.64 427.36 - 27.825 756.00 512.44 243.56 - 27.850 591.00 387.69 203.31 - 27.875 486.00 320.79 165.21 - 27.900 352.00 281.31 70.69 - 27.925 340.00 254.84 85.16 - 27.950 314.00 235.24 78.76 - 27.975 270.00 219.87 50.13 - 28.000 256.00 207.47 48.53 - 28.025 253.00 197.29 55.71 - 28.050 245.00 188.84 56.16 - 28.075 206.00 181.76 24.24 - 28.100 212.00 175.78 36.22 - 28.125 183.00 170.70 12.30 - 28.150 205.00 166.35 38.65 - 28.175 185.00 162.61 22.39 - 28.200 164.00 159.38 4.62 - 28.225 197.00 156.59 40.41 - 28.250 167.00 154.17 12.83 - 28.275 175.00 152.07 22.93 - 28.300 159.00 150.25 8.75 - 28.325 152.00 148.68 3.32 - 28.350 162.00 147.32 14.68 - 28.375 168.00 146.16 21.84 - 28.400 151.00 145.17 5.83 - 28.425 153.00 144.34 8.66 - 28.450 128.00 143.66 -15.66 - 28.475 167.00 143.11 23.89 - 28.500 147.00 142.69 4.31 - 28.525 140.00 142.40 -2.40 - 28.550 139.00 142.22 -3.22 - 28.575 153.00 142.15 10.85 - 28.600 153.00 142.20 10.80 - 28.625 154.00 142.36 11.64 - 28.650 145.00 142.63 2.37 - 28.675 147.00 143.02 3.98 - 28.700 134.00 143.53 -9.53 - 28.725 160.00 144.16 15.84 - 28.750 137.00 144.92 -7.92 - 28.775 134.00 145.82 -11.82 - 28.800 131.00 146.86 -15.86 - 28.825 157.00 148.07 8.93 - 28.850 137.00 149.46 -12.46 - 28.875 145.00 151.04 -6.04 - 28.900 151.00 152.84 -1.84 - 28.925 164.00 154.88 9.12 - 28.950 171.00 157.20 13.80 - 28.975 172.00 159.82 12.18 - 29.000 165.00 162.80 2.20 - 29.025 168.00 166.19 1.81 - 29.050 162.00 170.06 -8.06 - 29.075 193.00 174.48 18.52 - 29.100 169.00 179.56 -10.56 - 29.125 199.00 185.41 13.59 - 29.150 186.00 192.00 -6.00 - 29.175 208.00 199.92 8.08 - 29.200 196.00 209.21 -13.21 - 29.225 182.00 220.19 -38.19 - 29.250 246.00 233.30 12.70 - 29.275 245.00 249.02 -4.02 - 29.300 284.00 268.26 15.74 - 29.325 340.00 292.05 47.95 - 29.350 364.00 322.17 41.83 - 29.375 382.00 362.12 19.88 - 29.400 519.00 419.90 99.10 - 29.425 665.00 514.76 150.24 - 29.450 837.00 689.65 147.35 - 29.475 1080.00 1026.75 53.25 - 29.500 1566.00 1652.62 -86.62 - 29.525 2321.00 2708.33 -387.33 - 29.550 3438.00 4267.16 -829.16 - 29.575 5181.00 6220.88 -1039.88 - 29.600 8141.00 8183.86 -42.86 - 29.625 12608.00 9482.24 3125.76 - 29.650 15702.00 9456.07 6245.93 - 29.675 14432.00 8120.46 6311.54 - 29.700 12071.00 6147.28 5923.72 - 29.725 9687.00 4203.11 5483.89 - 29.750 7137.00 2661.92 4475.08 - 29.775 4123.00 1623.40 2499.60 - 29.800 2094.00 1010.16 1083.84 - 29.825 1334.00 680.69 653.31 - 29.850 1013.00 509.76 503.24 - 29.875 780.00 416.71 363.29 - 29.900 668.00 359.72 308.28 - 29.925 467.00 320.13 146.87 - 29.950 438.00 290.19 147.81 - 29.975 379.00 266.50 112.50 - 30.000 355.00 247.31 107.69 - 30.025 263.00 231.53 31.47 - 30.050 287.00 218.40 68.60 - 30.075 299.00 207.37 91.63 - 30.100 247.00 198.02 48.98 - 30.125 253.00 190.03 62.97 - 30.150 236.00 183.15 52.85 - 30.175 223.00 177.19 45.81 - 30.200 193.00 171.99 21.01 - 30.225 198.00 167.44 30.56 - 30.250 184.00 163.42 20.58 - 30.275 204.00 159.87 44.13 - 30.300 185.00 156.72 28.28 - 30.325 174.00 153.90 20.10 - 30.350 201.00 151.39 49.61 - 30.375 168.00 149.13 18.87 - 30.400 185.00 147.09 37.91 - 30.425 175.00 145.25 29.75 - 30.450 171.00 143.66 27.34 - 30.475 153.00 142.15 10.85 - 30.500 162.00 140.79 21.21 - 30.525 135.00 139.55 -4.55 - 30.550 159.00 138.41 20.59 - 30.575 139.00 137.38 1.62 - 30.600 147.00 136.44 10.56 - 30.625 127.00 135.59 -8.59 - 30.650 143.00 134.80 8.20 - 30.675 140.00 134.09 5.91 - 30.700 115.00 133.44 -18.44 - 30.725 142.00 132.85 9.15 - 30.750 123.00 132.31 -9.31 - 30.775 156.00 131.82 24.18 - 30.800 133.00 131.38 1.62 - 30.825 135.00 130.98 4.02 - 30.850 128.00 130.62 -2.62 - 30.875 130.00 130.30 -0.30 - 30.900 127.00 130.02 -3.02 - 30.925 120.00 129.77 -9.77 - 30.950 121.00 129.56 -8.56 - 30.975 106.00 129.38 -23.38 - 31.000 134.00 129.23 4.77 - 31.025 114.00 129.11 -15.11 - 31.050 107.00 129.02 -22.02 - 31.075 123.00 128.96 -5.96 - 31.100 111.00 128.93 -17.93 - 31.125 92.00 128.93 -36.93 - 31.150 134.00 128.96 5.04 - 31.175 87.00 129.02 -42.02 - 31.200 130.00 129.10 0.90 - 31.225 97.00 129.23 -32.23 - 31.250 101.00 129.38 -28.38 - 31.275 113.00 129.56 -16.56 - 31.300 119.00 129.78 -10.78 - 31.325 122.00 130.04 -8.04 - 31.350 114.00 130.34 -16.34 - 31.375 117.00 130.69 -13.69 - 31.400 84.00 131.07 -47.07 - 31.425 105.00 131.51 -26.51 - 31.450 111.00 131.86 -20.86 - 31.475 104.00 132.40 -28.40 - 31.500 119.00 133.01 -14.01 - 31.525 119.00 133.69 -14.69 - 31.550 101.00 134.45 -33.45 - 31.575 117.00 135.29 -18.29 - 31.600 122.00 136.23 -14.23 - 31.625 105.00 137.29 -32.29 - 31.650 128.00 138.47 -10.47 - 31.675 116.00 139.79 -23.79 - 31.700 126.00 141.29 -15.29 - 31.725 115.00 142.97 -27.97 - 31.750 121.00 144.89 -23.89 - 31.775 116.00 147.07 -31.07 - 31.800 144.00 149.57 -5.57 - 31.825 141.00 152.45 -11.45 - 31.850 128.00 155.80 -27.80 - 31.875 148.00 159.71 -11.71 - 31.900 165.00 164.31 0.69 - 31.925 172.00 169.79 2.21 - 31.950 182.00 176.37 5.63 - 31.975 174.00 184.37 -10.37 - 32.000 193.00 194.26 -1.26 - 32.025 230.00 206.75 23.25 - 32.050 247.00 223.23 23.77 - 32.075 312.00 246.88 65.12 - 32.100 325.00 285.52 39.48 - 32.125 423.00 357.04 65.96 - 32.150 589.00 496.41 92.59 - 32.175 755.00 757.84 -2.84 - 32.200 1130.00 1200.22 -70.22 - 32.225 1670.00 1849.42 -179.42 - 32.250 2522.00 2645.72 -123.72 - 32.275 3976.00 3402.45 573.55 - 32.300 5312.00 3813.09 1498.91 - 32.325 5540.00 3640.34 1899.66 - 32.350 4806.00 2991.80 1814.20 - 32.375 3984.00 2182.94 1801.06 - 32.400 3579.00 1458.72 2120.28 - 32.425 2684.00 929.19 1754.81 - 32.450 1672.00 598.90 1073.10 - 32.475 977.00 416.92 560.08 - 32.500 645.00 324.01 320.99 - 32.525 451.00 276.63 174.37 - 32.550 390.00 250.43 139.57 - 32.575 317.00 234.13 82.87 - 32.600 305.00 223.21 81.79 - 32.625 278.00 215.75 62.25 - 32.650 234.00 210.91 23.09 - 32.675 264.00 208.24 55.76 - 32.700 246.00 207.53 38.47 - 32.725 263.00 208.70 54.30 - 32.750 239.00 211.78 27.22 - 32.775 271.00 216.96 54.04 - 32.800 260.00 224.57 35.43 - 32.825 299.00 235.21 63.79 - 32.850 300.00 249.93 50.07 - 32.875 332.00 270.99 61.01 - 32.900 411.00 304.04 106.96 - 32.925 497.00 362.45 134.55 - 32.950 630.00 476.05 153.95 - 32.975 918.00 698.57 219.43 - 33.000 1214.00 1103.69 110.31 - 33.025 1839.00 1755.24 83.76 - 33.050 2852.00 2646.61 205.39 - 33.075 4745.00 3639.81 1105.19 - 33.100 6636.00 4426.20 2209.80 - 33.125 7831.00 4617.08 3213.92 - 33.150 7010.00 4104.25 2905.75 - 33.175 5926.00 3201.56 2724.44 - 33.200 5069.00 2275.68 2793.32 - 33.225 4251.00 1529.96 2721.04 - 33.250 2900.00 1012.42 1887.58 - 33.275 1743.00 686.22 1056.78 - 33.300 1167.00 492.06 674.94 - 33.325 841.00 377.51 463.49 - 33.350 646.00 308.32 337.68 - 33.375 517.00 265.14 251.86 - 33.400 412.00 237.17 174.83 - 33.425 354.00 218.14 135.86 - 33.450 301.00 204.36 96.64 - 33.475 282.00 193.76 88.24 - 33.500 234.00 185.41 48.59 - 33.525 204.00 178.62 25.38 - 33.550 235.00 173.04 61.96 - 33.575 226.00 168.42 57.58 - 33.600 207.00 164.59 42.41 - 33.625 200.00 161.41 38.59 - 33.650 180.00 158.79 21.21 - 33.675 180.00 156.65 23.35 - 33.700 179.00 154.98 24.02 - 33.725 172.00 153.69 18.31 - 33.750 180.00 152.79 27.21 - 33.775 157.00 152.29 4.71 - 33.800 154.00 152.20 1.80 - 33.825 173.00 152.56 20.44 - 33.850 198.00 153.46 44.54 - 33.875 147.00 155.02 -8.02 - 33.900 168.00 157.45 10.55 - 33.925 157.00 161.26 -4.26 - 33.950 199.00 167.67 31.33 - 33.975 209.00 179.67 29.33 - 34.000 242.00 203.80 38.20 - 34.025 257.00 251.60 5.40 - 34.050 328.00 338.24 -10.24 - 34.075 467.00 475.24 -8.24 - 34.100 631.00 657.52 -26.52 - 34.125 994.00 850.68 143.32 - 34.150 1449.00 985.01 463.99 - 34.175 1522.00 985.26 536.74 - 34.200 1193.00 851.00 342.00 - 34.225 977.00 657.28 319.72 - 34.250 947.00 473.88 473.12 - 34.275 796.00 335.65 460.35 - 34.300 548.00 247.79 300.21 - 34.325 358.00 198.87 159.13 - 34.350 251.00 173.70 77.30 - 34.375 190.00 160.67 29.33 - 34.400 164.00 153.23 10.77 - 34.425 159.00 148.33 10.67 - 34.450 137.00 144.73 -7.73 - 34.475 134.00 141.93 -7.93 - 34.500 136.00 139.68 -3.68 - 34.525 126.00 137.59 -11.59 - 34.550 122.00 136.07 -14.07 - 34.575 128.00 134.79 -6.79 - 34.600 108.00 133.70 -25.70 - 34.625 100.00 132.80 -32.80 - 34.650 120.00 132.00 -12.00 - 34.675 106.00 131.30 -25.30 - 34.700 123.00 130.69 -7.69 - 34.725 117.00 130.16 -13.16 - 34.750 113.00 129.69 -16.69 - 34.775 108.00 129.27 -21.27 - 34.800 121.00 128.90 -7.90 - 34.825 104.00 128.57 -24.57 - 34.850 104.00 128.28 -24.28 - 34.875 100.00 128.01 -28.01 - 34.900 105.00 127.77 -22.77 - 34.925 107.00 127.56 -20.56 - 34.950 108.00 127.36 -19.36 - 34.975 103.00 127.19 -24.19 - 35.000 108.00 127.03 -19.03 - 35.025 123.00 126.89 -3.89 - 35.050 92.00 126.76 -34.76 - 35.075 122.00 126.65 -4.65 - 35.100 97.00 126.54 -29.54 - 35.125 101.00 126.45 -25.45 - 35.150 92.00 126.37 -34.37 - 35.175 114.00 126.30 -12.30 - 35.200 89.00 126.23 -37.23 - 35.225 81.00 126.18 -45.18 - 35.250 113.00 126.13 -13.13 - 35.275 76.00 126.21 -50.21 - 35.300 89.00 126.17 -37.17 - 35.325 99.00 126.14 -27.14 - 35.350 89.00 126.12 -37.12 - 35.375 98.00 126.10 -28.10 - 35.400 98.00 125.90 -27.90 - 35.425 104.00 125.90 -21.90 - 35.450 120.00 125.90 -5.90 - 35.475 100.00 125.90 -25.90 - 35.500 99.00 125.91 -26.91 - 35.525 89.00 125.93 -36.93 - 35.550 111.00 125.94 -14.94 - 35.575 98.00 125.97 -27.97 - 35.600 96.00 125.99 -29.99 - 35.625 95.00 126.02 -31.02 - 35.650 84.00 126.06 -42.06 - 35.675 115.00 126.10 -11.10 - 35.700 106.00 126.14 -20.14 - 35.725 100.00 126.19 -26.19 - 35.750 86.00 126.24 -40.24 - 35.775 110.00 126.29 -16.29 - 35.800 86.00 126.35 -40.35 - 35.825 98.00 126.42 -28.42 - 35.850 97.00 126.48 -29.48 - 35.875 109.00 126.56 -17.56 - 35.900 112.00 126.63 -14.63 - 35.925 105.00 126.72 -21.72 - 35.950 86.00 126.80 -40.80 - 35.975 102.00 126.92 -24.92 - 36.000 91.00 127.02 -36.02 - 36.025 98.00 127.12 -29.12 - 36.050 111.00 127.23 -16.23 - 36.075 89.00 127.35 -38.35 - 36.100 95.00 127.47 -32.47 - 36.125 95.00 127.61 -32.61 - 36.150 84.00 127.74 -43.74 - 36.175 114.00 127.89 -13.89 - 36.200 108.00 128.05 -20.05 - 36.225 96.00 128.21 -32.21 - 36.250 94.00 128.39 -34.39 - 36.275 94.00 128.58 -34.58 - 36.300 102.00 128.78 -26.78 - 36.325 91.00 129.00 -38.00 - 36.350 106.00 129.23 -23.23 - 36.375 103.00 129.47 -26.47 - 36.400 82.00 129.74 -47.74 - 36.425 121.00 130.03 -9.03 - 36.450 101.00 130.34 -29.34 - 36.475 109.00 130.67 -21.67 - 36.500 112.00 131.04 -19.04 - 36.525 104.00 131.44 -27.44 - 36.550 103.00 131.87 -28.87 - 36.575 105.00 132.35 -27.35 - 36.600 112.00 132.88 -20.88 - 36.625 119.00 133.46 -14.46 - 36.650 116.00 134.11 -18.11 - 36.675 119.00 134.84 -15.84 - 36.700 115.00 135.65 -20.65 - 36.725 106.00 136.57 -30.57 - 36.750 122.00 137.61 -15.61 - 36.775 116.00 138.81 -22.81 - 36.800 120.00 140.18 -20.18 - 36.825 130.00 141.78 -11.78 - 36.850 107.00 143.65 -36.65 - 36.875 137.00 145.86 -8.86 - 36.900 132.00 148.50 -16.50 - 36.925 131.00 151.69 -20.69 - 36.950 140.00 155.59 -15.59 - 36.975 150.00 160.45 -10.45 - 37.000 149.00 166.65 -17.65 - 37.025 161.00 174.88 -13.88 - 37.050 190.00 186.67 3.33 - 37.075 210.00 205.65 4.35 - 37.100 234.00 240.40 -6.40 - 37.125 297.00 308.61 -11.61 - 37.150 378.00 439.06 -61.06 - 37.175 583.00 664.03 -81.03 - 37.200 909.00 996.09 -87.09 - 37.225 1431.00 1397.71 33.29 - 37.250 2164.00 1752.64 411.36 - 37.275 2620.00 1878.99 741.01 - 37.300 2390.00 1687.05 702.95 - 37.325 1970.00 1304.17 665.83 - 37.350 1772.00 907.49 864.51 - 37.375 1685.00 596.69 1088.31 - 37.400 1327.00 396.08 930.92 - 37.425 891.00 284.64 606.36 - 37.450 543.00 228.28 314.72 - 37.475 352.00 199.93 152.07 - 37.500 292.00 184.41 107.59 - 37.525 230.00 174.55 55.45 - 37.550 177.00 167.31 9.69 - 37.575 182.00 161.82 20.18 - 37.600 207.00 157.53 49.47 - 37.625 158.00 154.13 3.87 - 37.650 143.00 151.42 -8.42 - 37.675 129.00 149.25 -20.25 - 37.700 161.00 147.52 13.48 - 37.725 133.00 146.15 -13.15 - 37.750 119.00 145.09 -26.09 - 37.775 120.00 144.30 -24.30 - 37.800 128.00 143.78 -15.78 - 37.825 118.00 143.52 -25.52 - 37.850 121.00 143.55 -22.55 - 37.875 132.00 143.92 -11.92 - 37.900 135.00 144.82 -9.82 - 37.925 134.00 146.72 -12.72 - 37.950 132.00 150.77 -18.77 - 37.975 135.00 159.41 -24.41 - 38.000 156.00 176.46 -20.46 - 38.025 182.00 205.86 -23.86 - 38.050 207.00 248.36 -41.36 - 38.075 266.00 297.30 -31.30 - 38.100 351.00 335.57 15.43 - 38.125 368.00 340.73 27.27 - 38.150 312.00 308.90 3.10 - 38.175 269.00 260.39 8.61 - 38.200 260.00 214.94 45.06 - 38.225 249.00 181.70 67.30 - 38.250 219.00 161.47 57.53 - 38.275 174.00 150.72 23.28 - 38.300 157.00 145.41 11.59 - 38.325 146.00 142.70 3.30 - 38.350 135.00 141.14 -6.14 - 38.375 137.00 140.29 -3.29 - 38.400 136.00 139.57 -3.57 - 38.425 103.00 139.05 -36.05 - 38.450 107.00 138.68 -31.68 - 38.475 99.00 138.42 -39.42 - 38.500 133.00 138.41 -5.41 - 38.525 129.00 138.32 -9.32 - 38.550 147.00 138.29 8.71 - 38.575 130.00 138.31 -8.31 - 38.600 115.00 138.39 -23.39 - 38.625 123.00 138.52 -15.52 - 38.650 109.00 138.69 -29.69 - 38.675 106.00 138.90 -32.90 - 38.700 115.00 139.16 -24.16 - 38.725 136.00 139.46 -3.46 - 38.750 119.00 139.81 -20.81 - 38.775 126.00 140.22 -14.22 - 38.800 131.00 140.68 -9.68 - 38.825 135.00 141.20 -6.20 - 38.850 116.00 141.79 -25.79 - 38.875 112.00 142.45 -30.45 - 38.900 123.00 143.21 -20.21 - 38.925 116.00 144.06 -28.06 - 38.950 121.00 145.04 -24.04 - 38.975 136.00 146.15 -10.15 - 39.000 147.00 147.43 -0.43 - 39.025 130.00 148.90 -18.90 - 39.050 156.00 150.62 5.38 - 39.075 138.00 152.63 -14.63 - 39.100 133.00 155.01 -22.01 - 39.125 144.00 157.84 -13.84 - 39.150 163.00 161.26 1.74 - 39.175 171.00 165.43 5.57 - 39.200 198.00 170.60 27.40 - 39.225 191.00 177.12 13.88 - 39.250 196.00 185.56 10.44 - 39.275 226.00 197.05 28.95 - 39.300 243.00 214.35 28.65 - 39.325 294.00 244.58 49.42 - 39.350 352.00 304.33 47.67 - 39.375 472.00 424.79 47.21 - 39.400 630.00 647.94 -17.94 - 39.425 984.00 1003.25 -19.25 - 39.450 1383.00 1466.26 -83.26 - 39.475 2157.00 1916.13 240.87 - 39.500 2946.00 2130.51 815.49 - 39.525 2947.00 1955.08 991.92 - 39.550 2469.00 1518.86 950.14 - 39.575 1988.00 1049.93 938.07 - 39.600 2056.00 681.17 1374.83 - 39.625 1767.00 445.11 1321.89 - 39.650 1317.00 316.24 1000.76 - 39.675 793.00 252.28 540.72 - 39.700 524.00 220.47 303.53 - 39.725 362.00 202.86 159.14 - 39.750 282.00 191.57 90.43 - 39.775 264.00 183.59 80.41 - 39.800 227.00 177.70 49.30 - 39.825 186.00 173.30 12.70 - 39.850 194.00 170.05 23.95 - 39.875 168.00 167.75 0.25 - 39.900 177.00 166.27 10.73 - 39.925 199.00 165.54 33.46 - 39.950 174.00 165.68 8.32 - 39.975 169.00 166.57 2.43 - 40.000 183.00 168.59 14.41 - 40.025 194.00 172.50 21.50 - 40.050 204.00 180.34 23.66 - 40.075 189.00 196.99 -7.99 - 40.100 213.00 231.59 -18.59 - 40.125 296.00 296.31 -0.31 - 40.150 350.00 399.26 -49.26 - 40.175 476.00 532.01 -56.01 - 40.200 746.00 657.13 88.87 - 40.225 894.00 708.54 185.46 - 40.250 816.00 647.59 168.41 - 40.275 615.00 518.98 96.02 - 40.300 549.00 387.47 161.53 - 40.325 596.00 287.51 308.49 - 40.350 524.00 225.28 298.72 - 40.375 395.00 192.22 202.78 - 40.400 306.00 176.05 129.95 - 40.425 223.00 167.99 55.01 - 40.450 164.00 163.49 0.51 - 40.475 206.00 160.62 45.38 - 40.500 198.00 158.65 39.35 - 40.525 162.00 157.28 4.72 - 40.550 173.00 156.36 16.64 - 40.575 163.00 155.81 7.19 - 40.600 144.00 155.56 -11.56 - 40.625 169.00 155.59 13.41 - 40.650 160.00 155.89 4.11 - 40.675 156.00 156.45 -0.45 - 40.700 143.00 157.29 -14.29 - 40.725 187.00 158.45 28.55 - 40.750 146.00 160.00 -14.00 - 40.775 146.00 162.03 -16.03 - 40.800 157.00 164.68 -7.68 - 40.825 177.00 168.22 8.78 - 40.850 173.00 173.24 -0.24 - 40.875 171.00 181.26 -10.26 - 40.900 197.00 196.16 0.84 - 40.925 214.00 226.27 -12.27 - 40.950 254.00 285.20 -31.20 - 40.975 333.00 386.98 -53.98 - 41.000 505.00 533.46 -28.46 - 41.025 760.00 697.49 62.51 - 41.050 1047.00 811.24 235.76 - 41.075 1074.00 797.84 276.16 - 41.100 910.00 668.95 241.05 - 41.125 689.00 506.79 182.21 - 41.150 698.00 370.96 327.04 - 41.175 717.00 281.42 435.58 - 41.200 570.00 232.63 337.37 - 41.225 382.00 209.88 172.12 - 41.250 273.00 200.60 72.40 - 41.275 291.00 197.68 93.32 - 41.300 231.00 198.01 32.99 - 41.325 278.00 200.66 77.34 - 41.350 239.00 205.41 33.59 - 41.375 272.00 212.49 59.51 - 41.400 257.00 222.48 34.52 - 41.425 316.00 236.49 79.51 - 41.450 315.00 257.20 57.80 - 41.475 377.00 291.63 85.37 - 41.500 419.00 357.74 61.26 - 41.525 593.00 494.35 98.65 - 41.550 709.00 763.70 -54.70 - 41.575 1116.00 1228.42 -112.42 - 41.600 1749.00 1890.42 -141.42 - 41.625 2604.00 2613.92 -9.92 - 41.650 3739.00 3076.65 662.35 - 41.675 4133.00 2947.15 1185.85 - 41.700 3642.00 2329.76 1312.24 - 41.725 2835.00 1603.13 1231.87 - 41.750 2622.00 1014.63 1607.37 - 41.775 2580.00 634.54 1945.46 - 41.800 2147.00 427.72 1719.28 - 41.825 1381.00 326.15 1054.85 - 41.850 844.00 276.23 567.77 - 41.875 578.00 248.72 329.28 - 41.900 447.00 231.15 215.85 - 41.925 351.00 218.80 132.20 - 41.950 339.00 209.79 129.21 - 41.975 309.00 203.21 105.79 - 42.000 260.00 198.55 61.45 - 42.025 268.00 195.52 72.48 - 42.050 240.00 194.01 45.99 - 42.075 250.00 194.12 55.88 - 42.100 233.00 196.42 36.58 - 42.125 275.00 202.69 72.31 - 42.150 281.00 217.57 63.43 - 42.175 285.00 250.52 34.48 - 42.200 381.00 315.50 65.50 - 42.225 450.00 423.56 26.44 - 42.250 601.00 568.61 32.39 - 42.275 801.00 710.67 90.33 - 42.300 895.00 772.83 122.17 - 42.325 881.00 706.87 174.13 - 42.350 726.00 563.83 162.17 - 42.375 644.00 418.76 225.24 - 42.400 608.00 310.74 297.26 - 42.425 589.00 245.75 343.25 - 42.450 498.00 212.87 285.13 - 42.475 386.00 198.75 187.25 - 42.500 283.00 194.13 88.87 - 42.525 277.00 193.82 83.18 - 42.550 254.00 194.21 59.79 - 42.575 276.00 192.23 83.77 - 42.600 249.00 187.42 61.58 - 42.625 224.00 181.96 42.04 - 42.650 213.00 177.46 35.54 - 42.675 196.00 174.55 21.45 - 42.700 234.00 173.03 60.97 - 42.725 186.00 172.46 13.54 - 42.750 215.00 172.45 42.55 - 42.775 191.00 172.78 18.22 - 42.800 211.00 173.36 37.64 - 42.825 189.00 174.14 14.86 - 42.850 204.00 175.12 28.88 - 42.875 193.00 176.29 16.71 - 42.900 227.00 177.65 49.35 - 42.925 221.00 179.23 41.77 - 42.950 225.00 181.02 43.98 - 42.975 199.00 183.06 15.94 - 43.000 187.00 185.37 1.63 - 43.025 193.00 187.98 5.02 - 43.050 214.00 190.92 23.08 - 43.075 235.00 194.25 40.75 - 43.100 241.00 198.02 42.98 - 43.125 232.00 202.31 29.69 - 43.150 239.00 207.20 31.80 - 43.175 254.00 212.81 41.19 - 43.200 252.00 219.27 32.73 - 43.225 264.00 226.76 37.24 - 43.250 251.00 235.50 15.50 - 43.275 260.00 245.79 14.21 - 43.300 320.00 257.99 62.01 - 43.325 375.00 272.62 102.38 - 43.350 379.00 290.36 88.64 - 43.375 442.00 312.13 129.87 - 43.400 425.00 339.28 85.72 - 43.425 492.00 373.70 118.30 - 43.450 574.00 418.43 155.57 - 43.475 693.00 479.14 213.86 - 43.500 816.00 569.01 246.99 - 43.525 1046.00 722.80 323.20 - 43.550 1286.00 1024.75 261.25 - 43.575 1773.00 1640.77 132.23 - 43.600 2593.00 2805.73 -212.73 - 43.625 4047.00 4692.09 -645.09 - 43.650 6544.00 7157.48 -613.48 - 43.675 9907.00 9449.71 457.29 - 43.700 12440.00 10329.91 2110.09 - 43.725 12196.00 9185.14 3010.86 - 43.750 9815.00 6793.24 3021.76 - 43.775 8006.00 4380.14 3625.86 - 43.800 7742.00 2600.52 5141.48 - 43.825 7431.00 1532.10 5898.90 - 43.850 5975.00 978.27 4996.73 - 43.875 3773.00 709.31 3063.69 - 43.900 2148.00 571.60 1576.40 - 43.925 1465.00 490.52 974.48 - 43.950 1080.00 436.01 643.99 - 43.975 849.00 396.66 452.34 - 44.000 683.00 367.49 315.51 - 44.025 579.00 345.77 233.23 - 44.050 560.00 329.82 230.18 - 44.075 480.00 318.52 161.48 - 44.100 481.00 311.17 169.83 - 44.125 470.00 307.31 162.69 - 44.150 468.00 306.92 161.08 - 44.175 450.00 310.02 139.98 - 44.200 469.00 316.96 152.04 - 44.225 498.00 328.41 169.59 - 44.250 468.00 345.61 122.39 - 44.275 528.00 370.88 157.12 - 44.300 615.00 409.49 205.51 - 44.325 632.00 474.92 157.08 - 44.350 765.00 600.03 164.97 - 44.375 985.00 850.75 134.25 - 44.400 1263.00 1323.10 -60.10 - 44.425 1833.00 2091.31 -258.31 - 44.450 2821.00 3115.37 -294.37 - 44.475 4290.00 4142.28 147.72 - 44.500 5647.00 4727.95 919.05 - 44.525 5682.00 4778.43 903.57 - 44.550 5372.00 4742.20 629.80 - 44.575 5802.00 4808.19 993.81 - 44.600 7664.00 4614.39 3049.61 - 44.625 7744.00 3820.62 3923.38 - 44.650 5866.00 2729.97 3136.03 - 44.675 4103.00 1764.20 2338.80 - 44.700 3552.00 1097.17 2454.83 - 44.725 3442.00 713.04 2728.96 - 44.750 2855.00 516.58 2338.42 - 44.775 1843.00 417.04 1425.96 - 44.800 1102.00 360.80 741.20 - 44.825 771.00 323.82 447.18 - 44.850 578.00 296.81 281.19 - 44.875 517.00 276.04 240.96 - 44.900 456.00 259.63 196.37 - 44.925 381.00 246.43 134.57 - 44.950 379.00 235.67 143.33 - 44.975 335.00 226.78 108.22 - 45.000 326.00 219.37 106.63 - 45.025 303.00 213.14 89.86 - 45.050 286.00 207.87 78.13 - 45.075 287.00 203.38 83.62 - 45.100 274.00 199.56 74.44 - 45.125 272.00 196.28 75.72 - 45.150 282.00 193.49 88.51 - 45.175 267.00 191.10 75.90 - 45.200 236.00 189.08 46.92 - 45.225 255.00 187.39 67.61 - 45.250 238.00 186.00 52.00 - 45.275 218.00 184.89 33.11 - 45.300 224.00 184.04 39.96 - 45.325 209.00 183.46 25.54 - 45.350 228.00 183.13 44.87 - 45.375 244.00 183.19 60.81 - 45.400 234.00 183.43 50.57 - 45.425 221.00 183.97 37.03 - 45.450 237.00 184.87 52.13 - 45.475 224.00 186.16 37.84 - 45.500 217.00 187.93 29.07 - 45.525 187.00 190.28 -3.28 - 45.550 261.00 193.32 67.68 - 45.575 216.00 197.27 18.73 - 45.600 246.00 202.36 43.64 - 45.625 244.00 209.00 35.00 - 45.650 282.00 217.74 64.26 - 45.675 276.00 229.48 46.52 - 45.700 314.00 245.98 68.02 - 45.725 333.00 271.51 61.49 - 45.750 385.00 317.86 67.14 - 45.775 413.00 414.00 -1.00 - 45.800 609.00 614.57 -5.57 - 45.825 855.00 986.99 -131.99 - 45.850 1397.00 1554.07 -157.07 - 45.875 2190.00 2207.44 -17.44 - 45.900 3180.00 2629.66 550.34 - 45.925 3151.00 2477.29 673.71 - 45.950 2427.00 1888.01 538.99 - 45.975 1819.00 1251.19 567.81 - 46.000 1843.00 776.40 1066.60 - 46.025 2058.00 495.73 1562.27 - 46.050 1720.00 354.52 1365.48 - 46.075 1115.00 287.52 827.48 - 46.100 716.00 253.14 462.86 - 46.125 480.00 232.23 247.77 - 46.150 364.00 217.78 146.22 - 46.175 297.00 207.03 89.97 - 46.200 300.00 198.74 101.26 - 46.225 267.00 192.22 74.78 - 46.250 227.00 186.99 40.01 - 46.275 215.00 182.74 32.26 - 46.300 189.00 179.24 9.76 - 46.325 213.00 176.32 36.68 - 46.350 174.00 173.86 0.14 - 46.375 175.00 171.77 3.23 - 46.400 193.00 169.98 23.02 - 46.425 183.00 168.44 14.56 - 46.450 178.00 167.10 10.90 - 46.475 166.00 165.93 0.07 - 46.500 171.00 164.90 6.10 - 46.525 171.00 164.00 7.00 - 46.550 172.00 163.20 8.80 - 46.575 161.00 162.49 -1.49 - 46.600 151.00 161.86 -10.86 - 46.625 143.00 161.30 -18.30 - 46.650 141.00 160.81 -19.81 - 46.675 139.00 160.36 -21.36 - 46.700 172.00 159.97 12.03 - 46.725 153.00 159.62 -6.62 - 46.750 169.00 159.30 9.70 - 46.775 141.00 159.01 -18.01 - 46.800 125.00 158.77 -33.77 - 46.825 135.00 158.56 -23.56 - 46.850 142.00 158.38 -16.38 - 46.875 134.00 158.23 -24.23 - 46.900 142.00 158.11 -16.11 - 46.925 138.00 158.01 -20.01 - 46.950 152.00 157.94 -5.94 - 46.975 159.00 157.90 1.10 - 47.000 140.00 157.89 -17.89 - 47.025 143.00 157.91 -14.91 - 47.050 136.00 157.95 -21.95 - 47.075 147.00 158.04 -11.04 - 47.100 144.00 158.15 -14.15 - 47.125 148.00 158.31 -10.31 - 47.150 153.00 158.57 -5.57 - 47.175 112.00 158.83 -46.83 - 47.200 148.00 159.15 -11.15 - 47.225 138.00 159.56 -21.56 - 47.250 119.00 160.05 -41.05 - 47.275 121.00 160.65 -39.65 - 47.300 160.00 161.40 -1.40 - 47.325 136.00 162.33 -26.33 - 47.350 164.00 163.50 0.50 - 47.375 137.00 164.99 -27.99 - 47.400 166.00 166.93 -0.93 - 47.425 142.00 169.51 -27.51 - 47.450 158.00 173.13 -15.13 - 47.475 176.00 178.78 -2.78 - 47.500 175.00 189.19 -14.19 - 47.525 183.00 211.01 -28.01 - 47.550 249.00 256.31 -7.31 - 47.575 309.00 338.26 -29.26 - 47.600 389.00 457.12 -68.12 - 47.625 541.00 580.38 -39.38 - 47.650 720.00 631.85 88.15 - 47.675 682.00 564.81 117.19 - 47.700 600.00 439.50 160.50 - 47.725 452.00 326.50 125.50 - 47.750 443.00 252.39 190.61 - 47.775 453.00 214.03 238.97 - 47.800 437.00 197.43 239.57 - 47.825 329.00 189.95 139.05 - 47.850 289.00 184.37 104.63 - 47.875 226.00 179.14 46.86 - 47.900 201.00 174.99 26.01 - 47.925 182.00 172.28 9.72 - 47.950 160.00 170.88 -10.88 - 47.975 178.00 170.46 7.54 - 48.000 146.00 170.74 -24.74 - 48.025 181.00 171.61 9.39 - 48.050 142.00 173.09 -31.09 - 48.075 201.00 175.17 25.83 - 48.100 182.00 178.28 3.72 - 48.125 174.00 182.69 -8.69 - 48.150 168.00 189.19 -21.19 - 48.175 174.00 199.87 -25.87 - 48.200 233.00 220.56 12.44 - 48.225 275.00 265.05 9.95 - 48.250 331.00 356.60 -25.60 - 48.275 464.00 517.03 -53.03 - 48.300 712.00 737.50 -25.50 - 48.325 969.00 939.96 29.04 - 48.350 1093.00 976.75 116.25 - 48.375 984.00 811.53 172.47 - 48.400 752.00 583.76 168.24 - 48.425 624.00 400.11 223.89 - 48.450 651.00 287.63 363.37 - 48.475 695.00 230.49 464.51 - 48.500 597.00 203.84 393.16 - 48.525 460.00 190.62 269.38 - 48.550 284.00 182.80 101.20 - 48.575 261.00 177.47 83.53 - 48.600 211.00 173.58 37.42 - 48.625 196.00 170.67 25.33 - 48.650 175.00 168.35 6.65 - 48.675 167.00 166.53 0.47 - 48.700 165.00 165.07 -0.07 - 48.725 143.00 163.88 -20.88 - 48.750 153.00 162.90 -9.90 - 48.775 155.00 162.10 -7.10 - 48.800 137.00 161.42 -24.42 - 48.825 161.00 160.85 0.15 - 48.850 131.00 160.37 -29.37 - 48.875 138.00 159.96 -21.96 - 48.900 125.00 159.60 -34.60 - 48.925 114.00 159.30 -45.30 - 48.950 154.00 159.05 -5.05 - 48.975 114.00 158.83 -44.83 - 49.000 118.00 158.64 -40.64 - 49.025 120.00 158.48 -38.48 - 49.050 130.00 158.34 -28.34 - 49.075 117.00 158.22 -41.22 - 49.100 126.00 158.13 -32.13 - 49.125 132.00 158.05 -26.05 - 49.150 122.00 157.98 -35.98 - 49.175 133.00 157.93 -24.93 - 49.200 122.00 157.89 -35.89 - 49.225 113.00 157.86 -44.86 - 49.250 128.00 157.84 -29.84 - 49.275 139.00 157.84 -18.84 - 49.300 126.00 157.84 -31.84 - 49.325 140.00 157.85 -17.85 - 49.350 120.00 157.87 -37.87 - 49.375 122.00 157.89 -35.89 - 49.400 122.00 157.93 -35.93 - 49.425 136.00 157.97 -21.97 - 49.450 116.00 158.02 -42.02 - 49.475 113.00 158.07 -45.07 - 49.500 103.00 158.13 -55.13 - 49.525 120.00 158.20 -38.20 - 49.550 129.00 158.28 -29.28 - 49.575 112.00 158.37 -46.37 - 49.600 118.00 158.46 -40.46 - 49.625 140.00 158.56 -18.56 - 49.650 135.00 158.67 -23.67 - 49.675 101.00 158.78 -57.78 - 49.700 128.00 158.91 -30.91 - 49.725 115.00 159.04 -44.04 - 49.750 126.00 159.19 -33.19 - 49.775 120.00 159.34 -39.34 - 49.800 119.00 159.51 -40.51 - 49.825 107.00 159.69 -52.69 - 49.850 122.00 159.88 -37.88 - 49.875 124.00 160.09 -36.09 - 49.900 123.00 160.10 -37.10 - 49.925 159.00 160.11 -1.11 - 49.950 132.00 160.37 -28.37 - 49.975 136.00 160.66 -24.66 - 50.000 115.00 160.97 -45.97 - 50.025 142.00 161.30 -19.30 - 50.050 132.00 161.67 -29.67 - 50.075 144.00 162.07 -18.07 - 50.100 140.00 162.51 -22.51 - 50.125 131.00 162.99 -31.99 - 50.150 112.00 163.52 -51.52 - 50.175 147.00 164.11 -17.11 - 50.200 129.00 164.77 -35.77 - 50.225 129.00 165.52 -36.52 - 50.250 106.00 166.37 -60.37 - 50.275 129.00 167.34 -38.34 - 50.300 127.00 168.43 -41.43 - 50.325 122.00 169.63 -47.63 - 50.350 155.00 170.99 -15.99 - 50.375 130.00 172.62 -42.62 - 50.400 121.00 174.47 -53.47 - 50.425 131.00 176.68 -45.68 - 50.450 173.00 179.33 -6.33 - 50.475 157.00 182.54 -25.54 - 50.500 146.00 186.46 -40.46 - 50.525 153.00 191.33 -38.33 - 50.550 168.00 197.47 -29.47 - 50.575 199.00 205.38 -6.38 - 50.600 204.00 215.78 -11.78 - 50.625 212.00 229.79 -17.79 - 50.650 232.00 250.31 -18.31 - 50.675 255.00 284.15 -29.15 - 50.700 319.00 351.07 -32.07 - 50.725 410.00 496.59 -86.59 - 50.750 629.00 793.31 -164.31 - 50.775 1090.00 1292.20 -202.20 - 50.800 1814.00 1917.74 -103.74 - 50.825 2668.00 2342.33 325.67 - 50.850 2463.00 2164.78 298.22 - 50.875 1752.00 1572.14 179.86 - 50.900 1187.00 994.25 192.75 - 50.925 1257.00 608.10 648.90 - 50.950 1542.00 403.74 1138.26 - 50.975 1549.00 309.02 1239.98 - 51.000 1066.00 264.07 801.93 - 51.025 624.00 239.02 384.98 - 51.050 387.00 222.61 164.39 - 51.075 314.00 210.85 103.15 - 51.100 267.00 202.08 64.92 - 51.125 208.00 195.37 12.63 - 51.150 211.00 190.13 20.87 - 51.175 210.00 185.96 24.04 - 51.200 181.00 182.61 -1.61 - 51.225 170.00 179.89 -9.89 - 51.250 154.00 177.64 -23.64 - 51.275 155.00 175.78 -20.78 - 51.300 143.00 174.22 -31.22 - 51.325 171.00 172.91 -1.91 - 51.350 156.00 171.80 -15.80 - 51.375 134.00 170.86 -36.86 - 51.400 142.00 170.06 -28.06 - 51.425 142.00 169.39 -27.39 - 51.450 136.00 168.82 -32.82 - 51.475 139.00 168.33 -29.33 - 51.500 139.00 167.92 -28.92 - 51.525 132.00 167.59 -35.59 - 51.550 152.00 167.31 -15.31 - 51.575 123.00 167.09 -44.09 - 51.600 137.00 166.93 -29.93 - 51.625 125.00 166.81 -41.81 - 51.650 132.00 166.77 -34.77 - 51.675 133.00 166.74 -33.74 - 51.700 137.00 166.75 -29.75 - 51.725 148.00 166.81 -18.81 - 51.750 121.00 166.91 -45.91 - 51.775 150.00 167.06 -17.06 - 51.800 139.00 167.26 -28.26 - 51.825 127.00 167.64 -40.64 - 51.850 127.00 167.95 -40.95 - 51.875 146.00 168.32 -22.32 - 51.900 147.00 168.65 -21.65 - 51.925 155.00 169.17 -14.17 - 51.950 131.00 169.79 -38.79 - 51.975 144.00 170.52 -26.52 - 52.000 148.00 171.39 -23.39 - 52.025 138.00 172.42 -34.42 - 52.050 149.00 173.65 -24.65 - 52.075 154.00 175.14 -21.14 - 52.100 142.00 176.96 -34.96 - 52.125 141.00 179.20 -38.20 - 52.150 181.00 182.00 -1.00 - 52.175 185.00 185.57 -0.57 - 52.200 169.00 190.19 -21.19 - 52.225 181.00 196.36 -15.36 - 52.250 203.00 205.01 -2.01 - 52.275 236.00 217.89 18.11 - 52.300 232.00 240.60 -8.60 - 52.325 335.00 287.81 47.19 - 52.350 428.00 388.96 39.04 - 52.375 600.00 578.89 21.11 - 52.400 826.00 860.22 -34.22 - 52.425 1143.00 1138.81 4.19 - 52.450 1282.00 1210.95 71.05 - 52.475 1262.00 1052.42 209.58 - 52.500 1070.00 838.45 231.55 - 52.525 962.00 631.63 330.37 - 52.550 964.00 456.46 507.54 - 52.575 871.00 337.52 533.48 - 52.600 886.00 268.39 617.61 - 52.625 728.00 232.12 495.88 - 52.650 557.00 213.43 343.57 - 52.675 468.00 202.91 265.09 - 52.700 370.00 196.17 173.83 - 52.725 267.00 191.48 75.52 - 52.750 235.00 188.09 46.91 - 52.775 203.00 185.63 17.37 - 52.800 187.00 183.88 3.12 - 52.825 181.00 182.69 -1.69 - 52.850 188.00 181.98 6.02 - 52.875 189.00 181.71 7.29 - 52.900 166.00 181.91 -15.91 - 52.925 167.00 182.69 -15.69 - 52.950 175.00 184.55 -9.55 - 52.975 191.00 188.64 2.36 - 53.000 184.00 196.92 -12.92 - 53.025 181.00 210.88 -29.88 - 53.050 226.00 228.45 -2.45 - 53.075 228.00 240.18 -12.18 - 53.100 258.00 236.48 21.52 - 53.125 216.00 225.94 -9.94 - 53.150 233.00 221.68 11.32 - 53.175 250.00 232.85 17.15 - 53.200 287.00 269.22 17.78 - 53.225 332.00 338.59 -6.59 - 53.250 441.00 431.80 9.20 - 53.275 506.00 498.76 7.24 - 53.300 459.00 473.09 -14.09 - 53.325 447.00 386.83 60.17 - 53.350 383.00 308.45 74.55 - 53.375 372.00 261.76 110.24 - 53.400 397.00 242.60 154.40 - 53.425 408.00 239.86 168.14 - 53.450 434.00 246.45 187.55 - 53.475 419.00 261.33 157.67 - 53.500 346.00 290.12 55.88 - 53.525 392.00 348.28 43.72 - 53.550 441.00 462.46 -21.46 - 53.575 622.00 659.85 -37.85 - 53.600 912.00 939.60 -27.60 - 53.625 1096.00 1230.40 -134.40 - 53.650 1359.00 1476.21 -117.21 - 53.675 1605.00 1702.40 -97.40 - 53.700 1949.00 1779.81 169.19 - 53.725 1937.00 1706.65 230.35 - 53.750 1843.00 1678.25 164.75 - 53.775 2020.00 1615.23 404.77 - 53.800 1980.00 1319.65 660.35 - 53.825 1741.00 917.60 823.40 - 53.850 1467.00 600.70 866.30 - 53.875 1209.00 412.25 796.75 - 53.900 1080.00 317.79 762.21 - 53.925 998.00 272.00 726.00 - 53.950 719.00 246.89 472.11 - 53.975 548.00 230.64 317.36 - 54.000 393.00 219.02 173.98 - 54.025 314.00 210.30 103.70 - 54.050 277.00 203.64 73.36 - 54.075 248.00 198.31 49.69 - 54.100 204.00 194.07 9.93 - 54.125 179.00 190.63 -11.63 - 54.150 180.00 187.80 -7.80 - 54.175 168.00 185.44 -17.44 - 54.200 160.00 183.47 -23.47 - 54.225 170.00 181.80 -11.80 - 54.250 160.00 180.38 -20.38 - 54.275 184.00 179.16 4.84 - 54.300 179.00 178.13 0.87 - 54.325 164.00 177.23 -13.23 - 54.350 149.00 176.46 -27.46 - 54.375 156.00 175.79 -19.79 - 54.400 140.00 175.22 -35.22 - 54.425 161.00 174.73 -13.73 - 54.450 149.00 174.30 -25.30 - 54.475 134.00 173.95 -39.95 - 54.500 126.00 173.65 -47.65 - 54.525 143.00 173.40 -30.40 - 54.550 138.00 173.21 -35.21 - 54.575 142.00 173.06 -31.06 - 54.600 163.00 172.95 -9.95 - 54.625 131.00 172.89 -41.89 - 54.650 161.00 172.87 -11.87 - 54.675 131.00 172.89 -41.89 - 54.700 147.00 172.96 -25.96 - 54.725 150.00 173.07 -23.07 - 54.750 160.00 173.22 -13.22 - 54.775 128.00 173.43 -45.43 - 54.800 126.00 173.70 -47.70 - 54.825 128.00 174.02 -46.02 - 54.850 152.00 174.42 -22.42 - 54.875 134.00 174.90 -40.90 - 54.900 158.00 175.47 -17.47 - 54.925 135.00 176.16 -41.16 - 54.950 162.00 176.99 -14.99 - 54.975 157.00 177.98 -20.98 - 55.000 173.00 179.16 -6.16 - 55.025 156.00 180.58 -24.58 - 55.050 162.00 182.34 -20.34 - 55.075 158.00 184.53 -26.53 - 55.100 164.00 187.31 -23.31 - 55.125 155.00 190.89 -35.89 - 55.150 194.00 195.59 -1.59 - 55.175 195.00 201.96 -6.96 - 55.200 196.00 210.93 -14.93 - 55.225 253.00 224.68 28.32 - 55.250 262.00 249.47 12.53 - 55.275 350.00 302.91 47.09 - 55.300 464.00 420.76 43.24 - 55.325 665.00 642.06 22.94 - 55.350 937.00 951.35 -14.35 - 55.375 1141.00 1180.20 -39.20 - 55.400 1055.00 1081.41 -26.41 - 55.425 834.00 776.41 57.59 - 55.450 657.00 509.70 147.30 - 55.475 648.00 351.63 296.37 - 55.500 638.00 277.93 360.07 - 55.525 752.00 247.51 504.49 - 55.550 672.00 236.15 435.85 - 55.575 543.00 237.07 305.93 - 55.600 404.00 255.22 148.78 - 55.625 370.00 302.80 67.20 - 55.650 386.00 386.54 -0.54 - 55.675 469.00 480.95 -11.95 - 55.700 560.00 504.37 55.63 - 55.725 465.00 424.98 40.02 - 55.750 360.00 325.84 34.16 - 55.775 285.00 256.98 28.02 - 55.800 276.00 220.99 55.01 - 55.825 355.00 204.70 150.30 - 55.850 364.00 197.04 166.96 - 55.875 291.00 192.77 98.23 - 55.900 228.00 190.06 37.94 - 55.925 190.00 188.27 1.73 - 55.950 194.00 187.10 6.90 - 55.975 195.00 186.40 8.60 - 56.000 180.00 186.07 -6.07 - 56.025 163.00 186.04 -23.04 - 56.050 154.00 186.28 -32.28 - 56.075 156.00 186.79 -30.79 - 56.100 184.00 187.54 -3.54 - 56.125 181.00 188.57 -7.57 - 56.150 152.00 189.89 -37.89 - 56.175 176.00 191.54 -15.54 - 56.200 177.00 193.59 -16.59 - 56.225 160.00 196.13 -36.13 - 56.250 178.00 199.26 -21.26 - 56.275 185.00 203.16 -18.16 - 56.300 175.00 208.09 -33.09 - 56.325 206.00 214.32 -8.32 - 56.350 214.00 222.68 -8.68 - 56.375 244.00 234.23 9.77 - 56.400 255.00 251.98 3.02 - 56.425 254.00 284.23 -30.23 - 56.450 373.00 349.79 23.21 - 56.475 514.00 473.78 40.22 - 56.500 623.00 659.78 -36.78 - 56.525 827.00 833.14 -6.14 - 56.550 875.00 851.06 23.94 - 56.575 884.00 785.16 98.84 - 56.600 951.00 859.97 91.03 - 56.625 1181.00 1227.18 -46.18 - 56.650 1887.00 1891.22 -4.22 - 56.675 2582.00 2511.56 70.44 - 56.700 2875.00 2406.85 468.15 - 56.725 2303.00 1696.83 606.17 - 56.750 1613.00 1032.93 580.07 - 56.775 1270.00 632.76 637.24 - 56.800 1312.00 444.67 867.33 - 56.825 1510.00 364.99 1145.01 - 56.850 1599.00 329.88 1269.12 - 56.875 1288.00 314.80 973.20 - 56.900 890.00 313.17 576.83 - 56.925 794.00 326.53 467.47 - 56.950 643.00 367.62 275.38 - 56.975 683.00 474.04 208.96 - 57.000 884.00 714.03 169.97 - 57.025 1207.00 1138.27 68.73 - 57.050 1571.00 1641.31 -70.31 - 57.075 1762.00 1806.69 -44.69 - 57.100 1506.00 1445.56 60.44 - 57.125 1186.00 984.67 201.33 - 57.150 969.00 647.09 321.91 - 57.175 975.00 444.09 530.91 - 57.200 1015.00 337.22 677.78 - 57.225 1048.00 282.30 765.70 - 57.250 938.00 252.41 685.59 - 57.275 733.00 234.36 498.64 - 57.300 494.00 222.21 271.79 - 57.325 392.00 213.39 178.61 - 57.350 292.00 206.73 85.27 - 57.375 276.00 201.55 74.45 - 57.400 254.00 197.44 56.56 - 57.425 229.00 194.11 34.89 - 57.450 216.00 191.39 24.61 - 57.475 203.00 189.13 13.87 - 57.500 194.00 187.23 6.77 - 57.525 189.00 185.62 3.38 - 57.550 192.00 184.24 7.76 - 57.575 181.00 183.06 -2.06 - 57.600 191.00 182.04 8.96 - 57.625 163.00 181.16 -18.16 - 57.650 175.00 180.41 -5.41 - 57.675 186.00 179.74 6.26 - 57.700 149.00 179.16 -30.16 - 57.725 175.00 178.65 -3.65 - 57.750 142.00 178.40 -36.40 - 57.775 180.00 177.97 2.03 - 57.800 136.00 177.64 -41.64 - 57.825 151.00 177.35 -26.35 - 57.850 177.00 177.12 -0.12 - 57.875 156.00 176.94 -20.94 - 57.900 159.00 176.80 -17.80 - 57.925 174.00 176.70 -2.70 - 57.950 148.00 176.64 -28.64 - 57.975 147.00 176.62 -29.62 - 58.000 141.00 176.64 -35.64 - 58.025 145.00 176.72 -31.72 - 58.050 156.00 176.84 -20.84 - 58.075 144.00 177.02 -33.02 - 58.100 149.00 177.26 -28.26 - 58.125 145.00 177.58 -32.58 - 58.150 127.00 177.99 -50.99 - 58.175 143.00 178.50 -35.50 - 58.200 159.00 179.15 -20.15 - 58.225 129.00 179.97 -50.97 - 58.250 161.00 181.02 -20.02 - 58.275 138.00 182.38 -44.38 - 58.300 145.00 184.20 -39.20 - 58.325 165.00 186.75 -21.75 - 58.350 172.00 190.84 -18.84 - 58.375 184.00 198.68 -14.68 - 58.400 217.00 214.81 2.19 - 58.425 266.00 243.90 22.10 - 58.450 272.00 281.85 -9.85 - 58.475 313.00 301.63 11.37 - 58.500 288.00 283.52 4.48 - 58.525 275.00 258.75 16.25 - 58.550 321.00 250.33 70.67 - 58.575 323.00 266.57 56.43 - 58.600 439.00 324.01 114.99 - 58.625 573.00 459.44 113.56 - 58.650 743.00 702.71 40.29 - 58.675 906.00 984.64 -78.64 - 58.700 960.00 1037.47 -77.47 - 58.725 812.00 787.49 24.51 - 58.750 566.00 517.32 48.68 - 58.775 541.00 350.46 190.54 - 58.800 535.00 272.55 262.45 - 58.825 554.00 241.36 312.64 - 58.850 567.00 232.32 334.68 - 58.875 599.00 237.95 361.05 - 58.900 473.00 253.50 219.50 - 58.925 359.00 261.52 97.48 - 58.950 290.00 244.16 45.84 - 58.975 254.00 218.74 35.26 - 59.000 189.00 200.69 -11.69 - 59.025 184.00 190.93 -6.93 - 59.050 196.00 186.05 9.95 - 59.075 210.00 183.30 26.70 - 59.100 190.00 181.46 8.54 - 59.125 179.00 180.09 -1.09 - 59.150 148.00 179.13 -31.13 - 59.175 160.00 178.30 -18.30 - 59.200 147.00 177.63 -30.63 - 59.225 122.00 177.09 -55.09 - 59.250 148.00 176.64 -28.64 - 59.275 141.00 176.28 -35.28 - 59.300 140.00 175.99 -35.99 - 59.325 142.00 175.76 -33.76 - 59.350 114.00 175.58 -61.58 - 59.375 150.00 175.45 -25.45 - 59.400 151.00 175.39 -24.39 - 59.425 132.00 175.35 -43.35 - 59.450 153.00 175.36 -22.36 - 59.475 140.00 175.42 -35.42 - 59.500 118.00 175.53 -57.53 - 59.525 128.00 175.72 -47.72 - 59.550 140.00 175.98 -35.98 - 59.575 136.00 176.35 -40.35 - 59.600 122.00 176.85 -54.85 - 59.625 130.00 177.53 -47.53 - 59.650 135.00 178.47 -43.47 - 59.675 133.00 179.80 -46.80 - 59.700 165.00 181.74 -16.74 - 59.725 160.00 184.76 -24.76 - 59.750 163.00 190.20 -27.20 - 59.775 166.00 202.14 -36.14 - 59.800 190.00 229.52 -39.52 - 59.825 264.00 282.17 -18.17 - 59.850 331.00 351.52 -20.52 - 59.875 334.00 377.99 -43.99 - 59.900 297.00 324.16 -27.16 - 59.925 215.00 257.89 -42.89 - 59.950 205.00 216.03 -11.03 - 59.975 212.00 196.22 15.78 - 60.000 268.00 187.69 80.31 - 60.025 226.00 183.52 42.48 - 60.050 256.00 181.05 74.95 - 60.075 199.00 179.42 19.58 - 60.100 165.00 178.29 -13.29 - 60.125 148.00 177.48 -29.48 - 60.150 159.00 176.91 -17.91 - 60.175 132.00 176.50 -44.50 - 60.200 154.00 176.21 -22.21 - 60.225 139.00 176.02 -37.02 - 60.250 121.00 175.92 -54.92 - 60.275 144.00 175.88 -31.88 - 60.300 131.00 175.92 -44.92 - 60.325 136.00 176.02 -40.02 - 60.350 139.00 176.21 -37.21 - 60.375 120.00 176.49 -56.49 - 60.400 129.00 176.83 -47.83 - 60.425 130.00 177.40 -47.40 - 60.450 143.00 178.19 -35.19 - 60.475 127.00 179.35 -52.35 - 60.500 150.00 181.11 -31.11 - 60.525 156.00 184.14 -28.14 - 60.550 154.00 190.49 -36.49 - 60.575 153.00 205.41 -52.41 - 60.600 162.00 235.56 -73.56 - 60.625 208.00 279.62 -71.62 - 60.650 247.00 304.62 -57.62 - 60.675 207.00 275.52 -68.52 - 60.700 192.00 232.18 -40.18 - 60.725 179.00 203.84 -24.84 - 60.750 148.00 190.31 -42.31 - 60.775 154.00 184.57 -30.57 - 60.800 204.00 181.85 22.15 - 60.825 186.00 180.29 5.71 - 60.850 208.00 179.31 28.69 - 60.875 175.00 178.66 -3.66 - 60.900 141.00 178.24 -37.24 - 60.925 111.00 177.97 -66.97 - 60.950 124.00 177.81 -53.81 - 60.975 132.00 177.73 -45.73 - 61.000 127.00 177.72 -50.72 - 61.025 125.00 177.77 -52.77 - 61.050 124.00 177.86 -53.86 - 61.075 147.00 177.99 -30.99 - 61.100 143.00 178.16 -35.16 - 61.125 135.00 178.37 -43.37 - 61.150 136.00 178.62 -42.62 - 61.175 143.00 178.90 -35.90 - 61.200 145.00 179.22 -34.22 - 61.225 143.00 179.58 -36.58 - 61.250 148.00 180.07 -32.07 - 61.275 151.00 180.53 -29.53 - 61.300 139.00 181.04 -42.04 - 61.325 142.00 181.62 -39.62 - 61.350 135.00 182.28 -47.28 - 61.375 161.00 183.02 -22.02 - 61.400 143.00 183.87 -40.87 - 61.425 139.00 184.82 -45.82 - 61.450 136.00 185.97 -49.97 - 61.475 158.00 187.39 -29.39 - 61.500 164.00 189.29 -25.29 - 61.525 167.00 192.21 -25.21 - 61.550 165.00 196.79 -31.79 - 61.575 181.00 202.65 -21.65 - 61.600 147.00 206.85 -59.85 - 61.625 160.00 207.04 -47.04 - 61.650 195.00 206.54 -11.54 - 61.675 209.00 208.08 0.92 - 61.700 190.00 211.91 -21.91 - 61.725 226.00 217.76 8.24 - 61.750 195.00 225.71 -30.71 - 61.775 241.00 236.35 4.65 - 61.800 278.00 250.92 27.08 - 61.825 302.00 271.87 30.13 - 61.850 344.00 305.22 38.78 - 61.875 427.00 366.28 60.72 - 61.900 563.00 483.46 79.54 - 61.925 789.00 683.83 105.17 - 61.950 990.00 944.63 45.37 - 61.975 1317.00 1236.18 80.82 - 62.000 1792.00 1807.25 -15.25 - 62.025 2342.00 2700.15 -358.15 - 62.050 2479.00 3010.84 -531.84 - 62.075 2083.00 2166.99 -83.99 - 62.100 1541.00 1248.05 292.95 - 62.125 1233.00 716.06 516.94 - 62.150 1186.00 477.73 708.27 - 62.175 1301.00 373.44 927.56 - 62.200 1408.00 318.90 1089.10 - 62.225 1348.00 285.05 1062.95 - 62.250 1086.00 262.22 823.78 - 62.275 761.00 246.18 514.82 - 62.300 509.00 234.63 274.37 - 62.325 405.00 226.22 178.78 - 62.350 349.00 220.16 128.84 - 62.375 309.00 216.01 92.99 - 62.400 273.00 213.67 59.33 - 62.425 269.00 213.64 55.36 - 62.450 244.00 218.05 25.95 - 62.475 252.00 232.04 19.96 - 62.500 286.00 261.78 24.22 - 62.525 309.00 301.90 7.10 - 62.550 289.00 317.64 -28.64 - 62.575 316.00 308.81 7.19 - 62.600 317.00 296.41 20.59 - 62.625 259.00 263.38 -4.38 - 62.650 228.00 230.07 -2.07 - 62.675 223.00 210.28 12.72 - 62.700 259.00 200.82 58.18 - 62.725 237.00 196.40 40.60 - 62.750 212.00 194.03 17.97 - 62.775 212.00 192.63 19.37 - 62.800 201.00 191.96 9.04 - 62.825 184.00 191.58 -7.58 - 62.850 201.00 191.55 9.45 - 62.875 170.00 191.85 -21.85 - 62.900 165.00 192.46 -27.46 - 62.925 182.00 193.41 -11.41 - 62.950 182.00 194.75 -12.75 - 62.975 183.00 196.58 -13.58 - 63.000 199.00 199.02 -0.02 - 63.025 200.00 202.27 -2.27 - 63.050 208.00 206.64 1.36 - 63.075 190.00 212.63 -22.63 - 63.100 185.00 221.03 -36.03 - 63.125 230.00 233.23 -3.23 - 63.150 275.00 251.98 23.02 - 63.175 352.00 284.30 67.70 - 63.200 448.00 352.50 95.50 - 63.225 647.00 513.67 133.33 - 63.250 956.00 845.83 110.17 - 63.275 1241.00 1301.91 -60.91 - 63.300 1280.00 1408.48 -128.48 - 63.325 1063.00 994.87 68.13 - 63.350 730.00 606.23 123.77 - 63.375 559.00 401.17 157.83 - 63.400 576.00 317.56 258.44 - 63.425 678.00 289.36 388.64 - 63.450 833.00 294.99 538.01 - 63.475 919.00 342.40 576.60 - 63.500 838.00 433.70 404.30 - 63.525 736.00 493.51 242.49 - 63.550 578.00 418.90 159.10 - 63.575 449.00 315.41 133.59 - 63.600 352.00 252.87 99.13 - 63.625 332.00 224.05 107.95 - 63.650 306.00 210.93 95.07 - 63.675 308.00 203.74 104.26 - 63.700 321.00 199.09 121.91 - 63.725 300.00 195.85 104.15 - 63.750 245.00 193.51 51.49 - 63.775 216.00 191.78 24.22 - 63.800 201.00 190.48 10.52 - 63.825 182.00 189.50 -7.50 - 63.850 162.00 188.80 -26.80 - 63.875 147.00 188.29 -41.29 - 63.900 163.00 187.94 -24.94 - 63.925 193.00 187.75 5.25 - 63.950 149.00 187.69 -38.69 - 63.975 171.00 187.77 -16.77 - 64.000 166.00 187.98 -21.98 - 64.025 202.00 188.31 13.69 - 64.050 155.00 188.78 -33.78 - 64.075 141.00 189.40 -48.40 - 64.100 162.00 190.19 -28.19 - 64.125 155.00 191.17 -36.17 - 64.150 166.00 192.39 -26.39 - 64.175 190.00 193.89 -3.89 - 64.200 174.00 195.74 -21.74 - 64.225 189.00 198.04 -9.04 - 64.250 211.00 200.91 10.09 - 64.275 169.00 204.54 -35.54 - 64.300 195.00 209.21 -14.21 - 64.325 197.00 215.31 -18.31 - 64.350 235.00 223.47 11.53 - 64.375 250.00 234.71 15.29 - 64.400 286.00 250.74 35.26 - 64.425 344.00 274.68 69.32 - 64.450 394.00 313.36 80.64 - 64.475 561.00 386.80 174.20 - 64.500 722.00 556.05 165.95 - 64.525 930.00 945.54 -15.54 - 64.550 1317.00 1628.28 -311.28 - 64.575 1481.00 2136.66 -655.66 - 64.600 1358.00 1673.55 -315.55 - 64.625 1037.00 979.59 57.41 - 64.650 813.00 573.16 239.84 - 64.675 746.00 395.30 350.70 - 64.700 717.00 319.10 397.90 - 64.725 877.00 279.76 597.24 - 64.750 916.00 255.91 660.09 - 64.775 896.00 240.33 655.67 - 64.800 663.00 229.81 433.19 - 64.825 502.00 222.69 279.31 - 64.850 396.00 217.83 178.17 - 64.875 302.00 214.74 87.26 - 64.900 255.00 213.11 41.89 - 64.925 280.00 212.80 67.20 - 64.950 238.00 213.95 24.05 - 64.975 238.00 216.62 21.38 - 65.000 233.00 221.40 11.60 - 65.025 267.00 229.20 37.80 - 65.050 258.00 241.84 16.16 - 65.075 267.00 263.30 3.70 - 65.100 346.00 305.50 40.50 - 65.125 468.00 404.85 63.15 - 65.150 667.00 634.01 32.99 - 65.175 897.00 1025.41 -128.41 - 65.200 976.00 1261.47 -285.47 - 65.225 870.00 950.44 -80.44 - 65.250 617.00 579.85 37.15 - 65.275 478.00 378.08 99.92 - 65.300 483.00 292.10 190.90 - 65.325 485.00 254.16 230.84 - 65.350 541.00 233.65 307.35 - 65.375 636.00 220.85 415.15 - 65.400 625.00 212.27 412.73 - 65.425 465.00 206.32 258.68 - 65.450 354.00 202.10 151.90 - 65.475 276.00 199.21 76.79 - 65.500 231.00 197.64 33.36 - 65.525 232.00 197.69 34.31 - 65.550 190.00 198.89 -8.89 - 65.575 216.00 197.81 18.19 - 65.600 192.00 194.24 -2.24 - 65.625 191.00 191.56 -0.56 - 65.650 172.00 190.11 -18.11 - 65.675 178.00 189.39 -11.39 - 65.700 212.00 189.02 22.98 - 65.725 172.00 188.89 -16.89 - 65.750 174.00 188.96 -14.96 - 65.775 183.00 189.23 -6.23 - 65.800 142.00 189.74 -47.74 - 65.825 176.00 190.57 -14.57 - 65.850 174.00 191.85 -17.85 - 65.875 159.00 193.87 -34.87 - 65.900 196.00 197.40 -1.40 - 65.925 194.00 204.87 -10.87 - 65.950 202.00 222.21 -20.21 - 65.975 246.00 255.59 -9.59 - 66.000 258.00 287.90 -29.90 - 66.025 272.00 269.99 2.01 - 66.050 227.00 234.81 -7.81 - 66.075 206.00 215.09 -9.09 - 66.100 220.00 208.02 11.98 - 66.125 234.00 206.72 27.28 - 66.150 235.00 208.11 26.89 - 66.175 252.00 211.45 40.55 - 66.200 241.00 217.03 23.97 - 66.225 246.00 225.61 20.39 - 66.250 280.00 239.36 40.64 - 66.275 326.00 264.32 61.68 - 66.300 391.00 319.44 71.56 - 66.325 456.00 445.84 10.16 - 66.350 640.00 669.33 -29.33 - 66.375 670.00 810.60 -140.60 - 66.400 639.00 638.41 0.59 - 66.425 521.00 450.41 70.59 - 66.450 515.00 367.66 147.34 - 66.475 493.00 359.35 133.65 - 66.500 632.00 406.00 226.00 - 66.525 854.00 547.33 306.67 - 66.550 1153.00 898.40 254.60 - 66.575 1468.00 1531.04 -63.04 - 66.600 1384.00 1901.48 -517.48 - 66.625 1196.00 1354.51 -158.51 - 66.650 879.00 773.47 105.53 - 66.675 770.00 478.70 291.30 - 66.700 660.00 355.93 304.07 - 66.725 705.00 300.09 404.91 - 66.750 773.00 269.22 503.78 - 66.775 815.00 250.07 564.93 - 66.800 766.00 237.61 528.39 - 66.825 626.00 229.37 396.63 - 66.850 469.00 223.98 245.02 - 66.875 409.00 220.71 188.29 - 66.900 338.00 219.18 118.82 - 66.925 280.00 219.25 60.75 - 66.950 267.00 220.99 46.01 - 66.975 303.00 224.72 78.28 - 67.000 290.00 231.13 58.87 - 67.025 315.00 241.51 73.49 - 67.050 308.00 258.43 49.57 - 67.075 375.00 287.60 87.40 - 67.100 471.00 346.19 124.81 - 67.125 637.00 486.20 150.80 - 67.150 830.00 805.87 24.13 - 67.175 1073.00 1297.28 -224.28 - 67.200 1024.00 1355.56 -331.56 - 67.225 833.00 872.30 -39.30 - 67.250 639.00 519.35 119.65 - 67.275 528.00 359.51 168.49 - 67.300 502.00 293.57 208.43 - 67.325 569.00 261.96 307.04 - 67.350 667.00 244.42 422.58 - 67.375 732.00 234.56 497.44 - 67.400 600.00 230.10 369.90 - 67.425 516.00 230.96 285.04 - 67.450 444.00 240.64 203.36 - 67.475 417.00 270.65 146.35 - 67.500 430.00 338.49 91.51 - 67.525 431.00 418.46 12.54 - 67.550 409.00 384.91 24.09 - 67.575 399.00 304.34 94.66 - 67.600 319.00 266.91 52.09 - 67.625 289.00 275.10 13.90 - 67.650 333.00 325.39 7.61 - 67.675 368.00 375.54 -7.54 - 67.700 368.00 328.84 39.16 - 67.725 375.00 262.87 112.13 - 67.750 332.00 228.12 103.88 - 67.775 257.00 213.50 43.50 - 67.800 253.00 206.99 46.01 - 67.825 244.00 203.65 40.35 - 67.850 250.00 201.90 48.10 - 67.875 251.00 201.18 49.82 - 67.900 239.00 201.23 37.77 - 67.925 260.00 201.91 58.09 - 67.950 202.00 203.22 -1.22 - 67.975 234.00 205.22 28.78 - 68.000 236.00 208.06 27.94 - 68.025 222.00 212.00 10.00 - 68.050 268.00 217.50 50.50 - 68.075 246.00 225.37 20.63 - 68.100 261.00 237.49 23.51 - 68.125 301.00 257.99 43.01 - 68.150 352.00 293.50 58.50 - 68.175 434.00 344.61 89.39 - 68.200 507.00 414.78 92.22 - 68.225 687.00 590.29 96.71 - 68.250 891.00 953.03 -62.03 - 68.275 929.00 1221.19 -292.19 - 68.300 869.00 921.45 -52.45 - 68.325 744.00 616.70 127.30 - 68.350 766.00 523.75 242.25 - 68.375 883.00 623.35 259.65 - 68.400 1213.00 932.15 280.85 - 68.425 1390.00 1230.63 159.37 - 68.450 1383.00 1001.41 381.59 - 68.475 1276.00 759.39 516.61 - 68.500 1228.00 822.92 405.08 - 68.525 1172.00 1070.02 101.98 - 68.550 1129.00 943.42 185.58 - 68.575 970.00 596.60 373.40 - 68.600 905.00 396.01 508.99 - 68.625 839.00 308.63 530.37 - 68.650 745.00 268.22 476.78 - 68.675 632.00 245.54 386.46 - 68.700 628.00 231.10 396.90 - 68.725 600.00 221.25 378.75 - 68.750 552.00 214.23 337.77 - 68.775 393.00 209.06 183.94 - 68.800 307.00 205.14 101.86 - 68.825 265.00 202.13 62.87 - 68.850 275.00 199.77 75.23 - 68.875 215.00 197.92 17.08 - 68.900 233.00 196.47 36.53 - 68.925 208.00 195.33 12.67 - 68.950 186.00 194.46 -8.46 - 68.975 180.00 193.82 -13.82 - 69.000 200.00 193.39 6.61 - 69.025 182.00 193.14 -11.14 - 69.050 178.00 193.09 -15.09 - 69.075 170.00 193.22 -23.22 - 69.100 180.00 193.60 -13.60 - 69.125 177.00 194.18 -17.18 - 69.150 190.00 195.06 -5.06 - 69.175 173.00 196.26 -23.26 - 69.200 203.00 198.14 4.86 - 69.225 200.00 201.14 -1.14 - 69.250 185.00 206.76 -21.76 - 69.275 218.00 218.03 -0.03 - 69.300 207.00 234.27 -27.27 - 69.325 244.00 235.63 8.37 - 69.350 220.00 227.64 -7.64 - 69.375 243.00 227.38 15.62 - 69.400 266.00 234.71 31.29 - 69.425 280.00 249.05 30.95 - 69.450 324.00 273.57 50.43 - 69.475 394.00 318.86 75.14 - 69.500 567.00 418.63 148.37 - 69.525 690.00 654.94 35.06 - 69.550 853.00 1080.09 -227.09 - 69.575 934.00 1209.60 -275.60 - 69.600 815.00 866.98 -51.98 - 69.625 877.00 748.03 128.97 - 69.650 894.00 907.77 -13.77 - 69.675 888.00 890.32 -2.32 - 69.700 744.00 585.88 158.12 - 69.725 665.00 393.59 271.41 - 69.750 674.00 310.74 363.26 - 69.775 693.00 274.95 418.05 - 69.800 634.00 257.33 376.67 - 69.825 583.00 249.18 333.82 - 69.850 589.00 247.47 341.53 - 69.875 572.00 251.85 320.15 - 69.900 455.00 264.28 190.72 - 69.925 501.00 289.85 211.15 - 69.950 497.00 343.98 153.02 - 69.975 637.00 475.70 161.30 - 70.000 833.00 789.49 43.51 - 70.025 1120.00 1256.58 -136.58 - 70.050 968.00 1131.94 -163.94 - 70.075 776.00 667.04 108.96 - 70.100 526.00 416.74 109.26 - 70.125 397.00 313.70 83.30 - 70.150 372.00 267.46 104.54 - 70.175 472.00 242.41 229.59 - 70.200 548.00 227.08 320.92 - 70.225 682.00 217.10 464.90 - 70.250 632.00 210.28 421.72 - 70.275 479.00 205.45 273.55 - 70.300 341.00 201.98 139.02 - 70.325 304.00 199.46 104.54 - 70.350 211.00 197.66 13.34 - 70.375 213.00 196.43 16.57 - 70.400 199.00 195.57 3.43 - 70.425 185.00 195.33 -10.33 - 70.450 190.00 195.59 -5.59 - 70.475 194.00 196.51 -2.51 - 70.500 183.00 198.23 -15.23 - 70.525 193.00 201.23 -8.23 - 70.550 204.00 206.41 -2.41 - 70.575 201.00 216.06 -15.06 - 70.600 264.00 236.72 27.28 - 70.625 298.00 286.89 11.11 - 70.650 373.00 388.63 -15.63 - 70.675 364.00 439.47 -75.47 - 70.700 306.00 339.05 -33.05 - 70.725 270.00 266.80 3.20 - 70.750 271.00 239.96 31.04 - 70.775 259.00 234.76 24.24 - 70.800 298.00 242.05 55.95 - 70.825 371.00 265.04 105.96 - 70.850 433.00 323.85 109.15 - 70.875 565.00 468.34 96.66 - 70.900 625.00 709.49 -84.49 - 70.925 581.00 713.55 -132.55 - 70.950 460.00 463.73 -3.73 - 70.975 365.00 318.63 46.37 - 71.000 291.00 259.48 31.52 - 71.025 270.00 234.44 35.56 - 71.050 311.00 222.78 88.22 - 71.075 317.00 218.42 98.58 - 71.100 411.00 220.28 190.72 - 71.125 435.00 231.64 203.36 - 71.150 426.00 265.52 160.48 - 71.175 481.00 347.64 133.36 - 71.200 415.00 434.59 -19.59 - 71.225 358.00 354.90 3.10 - 71.250 268.00 264.82 3.18 - 71.275 245.00 224.23 20.77 - 71.300 239.00 207.15 31.85 - 71.325 204.00 198.64 5.36 - 71.350 246.00 193.65 52.35 - 71.375 236.00 190.44 45.56 - 71.400 272.00 188.24 83.76 - 71.425 241.00 186.67 54.33 - 71.450 203.00 185.53 17.47 - 71.475 182.00 184.63 -2.63 - 71.500 189.00 183.93 5.07 - 71.525 163.00 183.38 -20.38 - 71.550 165.00 182.93 -17.93 - 71.575 161.00 182.58 -21.58 - 71.600 145.00 182.29 -37.29 - 71.625 149.00 182.13 -33.13 - 71.650 163.00 181.96 -18.96 - 71.675 166.00 181.84 -15.84 - 71.700 138.00 181.77 -43.77 - 71.725 141.00 181.74 -40.74 - 71.750 158.00 181.76 -23.76 - 71.775 145.00 181.84 -36.84 - 71.800 131.00 181.98 -50.98 - 71.825 135.00 182.21 -47.21 - 71.850 147.00 182.56 -35.56 - 71.875 133.00 183.09 -50.09 - 71.900 140.00 183.82 -43.82 - 71.925 144.00 185.16 -41.16 - 71.950 155.00 187.70 -32.70 - 71.975 157.00 193.33 -36.33 - 72.000 196.00 205.32 -9.32 - 72.025 193.00 215.84 -22.84 - 72.050 175.00 212.74 -37.74 - 72.075 172.00 202.87 -30.87 - 72.100 174.00 196.22 -22.22 - 72.125 148.00 195.17 -47.17 - 72.150 164.00 197.49 -33.49 - 72.175 177.00 203.11 -26.11 - 72.200 183.00 213.90 -30.90 - 72.225 250.00 236.07 13.93 - 72.250 310.00 288.82 21.18 - 72.275 439.00 414.88 24.12 - 72.300 401.00 561.78 -160.78 - 72.325 356.00 438.02 -82.02 - 72.350 276.00 299.50 -23.50 - 72.375 178.00 239.81 -61.81 - 72.400 216.00 214.87 1.13 - 72.425 209.00 202.57 6.43 - 72.450 222.00 195.59 26.41 - 72.475 263.00 191.30 71.70 - 72.500 281.00 188.47 92.53 - 72.525 270.00 186.52 83.48 - 72.550 217.00 185.15 31.85 - 72.575 181.00 184.18 -3.18 - 72.600 183.00 183.51 -0.51 - 72.625 174.00 183.15 -9.15 - 72.650 171.00 183.25 -12.25 - 72.675 151.00 184.24 -33.24 - 72.700 142.00 185.62 -43.62 - 72.725 130.00 184.06 -54.06 - 72.750 147.00 182.37 -35.37 - 72.775 146.00 181.60 -35.60 - 72.800 148.00 181.24 -33.24 - 72.825 124.00 181.05 -57.05 - 72.850 129.00 180.96 -51.96 - 72.875 128.00 180.92 -52.92 - 72.900 135.00 180.96 -45.96 - 72.925 143.00 181.01 -38.01 - 72.950 135.00 181.08 -46.08 - 72.975 145.00 181.19 -36.19 - 73.000 134.00 181.34 -47.34 - 73.025 131.00 181.52 -50.52 - 73.050 154.00 181.74 -27.74 - 73.075 135.00 181.92 -46.92 - 73.100 139.00 182.24 -43.24 - 73.125 155.00 182.65 -27.65 - 73.150 143.00 183.04 -40.04 - 73.175 151.00 183.58 -32.58 - 73.200 154.00 184.24 -30.24 - 73.225 160.00 185.03 -25.03 - 73.250 141.00 186.00 -45.00 - 73.275 160.00 187.19 -27.19 - 73.300 155.00 188.70 -33.70 - 73.325 171.00 190.62 -19.62 - 73.350 166.00 193.15 -27.15 - 73.375 159.00 196.56 -37.56 - 73.400 187.00 201.35 -14.35 - 73.425 205.00 208.51 -3.51 - 73.450 212.00 219.65 -7.65 - 73.475 230.00 239.07 -9.07 - 73.500 313.00 278.90 34.10 - 73.525 346.00 368.90 -22.90 - 73.550 402.00 495.11 -93.11 - 73.575 511.00 471.20 39.80 - 73.600 535.00 508.09 26.91 - 73.625 696.00 771.00 -75.00 - 73.650 717.00 1048.06 -331.06 - 73.675 624.00 699.46 -75.46 - 73.700 520.00 422.77 97.23 - 73.725 421.00 309.06 111.94 - 73.750 399.00 259.15 139.85 - 73.775 344.00 233.44 110.56 - 73.800 380.00 218.58 161.42 - 73.825 468.00 209.32 258.68 - 73.850 482.00 203.23 278.77 - 73.875 453.00 199.12 253.88 - 73.900 373.00 196.29 176.71 - 73.925 267.00 194.37 72.63 - 73.950 229.00 193.19 35.81 - 73.975 209.00 192.57 16.43 - 74.000 176.00 192.52 -16.52 - 74.025 193.00 193.11 -0.11 - 74.050 210.00 194.52 15.48 - 74.075 179.00 197.26 -18.26 - 74.100 173.00 202.33 -29.33 - 74.125 207.00 212.31 -5.31 - 74.150 225.00 234.59 -9.59 - 74.175 265.00 289.69 -24.69 - 74.200 315.00 376.03 -61.03 - 74.225 289.00 325.05 -36.05 - 74.250 229.00 253.31 -24.31 - 74.275 197.00 224.95 -27.95 - 74.300 204.00 215.36 -11.36 - 74.325 221.00 214.24 6.76 - 74.350 249.00 219.35 29.65 - 74.375 258.00 233.10 24.90 - 74.400 290.00 265.46 24.54 - 74.425 401.00 346.18 54.82 - 74.450 434.00 482.88 -48.88 - 74.475 421.00 420.31 0.69 - 74.500 368.00 316.65 51.35 - 74.525 358.00 288.41 69.59 - 74.550 396.00 308.40 87.60 - 74.575 462.00 393.08 68.92 - 74.600 547.00 616.64 -69.64 - 74.625 580.00 776.99 -196.99 - 74.650 497.00 503.77 -6.77 - 74.675 442.00 334.38 107.62 - 74.700 397.00 266.09 130.91 - 74.725 313.00 235.20 77.80 - 74.750 316.00 219.27 96.73 - 74.775 296.00 210.40 85.60 - 74.800 341.00 205.43 135.57 - 74.825 355.00 203.02 151.98 - 74.850 373.00 202.72 170.28 - 74.875 333.00 204.72 128.28 - 74.900 274.00 210.13 63.87 - 74.925 262.00 221.94 40.06 - 74.950 290.00 248.63 41.37 - 74.975 329.00 315.42 13.58 - 75.000 333.00 454.27 -121.27 - 75.025 356.00 431.73 -75.73 - 75.050 280.00 299.29 -19.29 - 75.075 237.00 240.76 -3.76 - 75.100 214.00 216.43 -2.43 - 75.125 238.00 204.83 33.17 - 75.150 243.00 198.87 44.13 - 75.175 204.00 195.46 8.54 - 75.200 239.00 193.64 45.36 - 75.225 255.00 192.91 62.09 - 75.250 249.00 193.11 55.89 - 75.275 226.00 194.28 31.72 - 75.300 191.00 196.73 -5.73 - 75.325 222.00 201.23 20.77 - 75.350 193.00 209.45 -16.45 - 75.375 236.00 225.64 10.36 - 75.400 264.00 261.63 2.37 - 75.425 308.00 351.23 -43.23 - 75.450 340.00 495.67 -155.67 - 75.475 330.00 406.01 -76.01 - 75.500 282.00 285.14 -3.14 - 75.525 229.00 235.56 -6.56 - 75.550 235.00 214.45 20.55 - 75.575 204.00 204.23 -0.23 - 75.600 203.00 198.85 4.15 - 75.625 252.00 196.02 55.98 - 75.650 249.00 194.74 54.26 - 75.675 232.00 194.62 37.38 - 75.700 222.00 195.59 26.41 - 75.725 217.00 197.86 19.14 - 75.750 226.00 202.01 23.99 - 75.775 222.00 209.43 12.57 - 75.800 238.00 223.39 14.61 - 75.825 265.00 252.63 12.37 - 75.850 341.00 322.83 18.17 - 75.875 339.00 477.96 -138.96 - 75.900 338.00 494.67 -156.67 - 75.925 302.00 335.97 -33.97 - 75.950 275.00 261.15 13.85 - 75.975 242.00 232.05 9.95 - 76.000 218.00 220.78 -2.78 - 76.025 232.00 218.84 13.16 - 76.050 297.00 225.44 71.56 - 76.075 360.00 246.89 113.11 - 76.100 399.00 304.44 94.56 - 76.125 423.00 389.98 33.02 - 76.150 365.00 327.23 37.77 - 76.175 273.00 257.84 15.16 - 76.200 254.00 231.44 22.56 - 76.225 262.00 222.86 39.14 - 76.250 216.00 222.66 -6.66 - 76.275 316.00 228.63 87.37 - 76.300 339.00 241.89 97.11 - 76.325 402.00 267.32 134.68 - 76.350 509.00 318.01 190.99 - 76.375 598.00 431.12 166.88 - 76.400 700.00 712.18 -12.18 - 76.425 742.00 1149.87 -407.87 - 76.450 619.00 862.23 -243.23 - 76.475 470.00 494.62 -24.62 - 76.500 398.00 342.72 55.28 - 76.525 379.00 276.84 102.16 - 76.550 352.00 243.92 108.08 - 76.575 351.00 225.53 125.47 - 76.600 379.00 214.39 164.61 - 76.625 443.00 207.29 235.71 - 76.650 466.00 202.61 263.39 - 76.675 438.00 199.58 238.42 - 76.700 357.00 197.75 159.25 - 76.725 289.00 196.89 92.11 - 76.750 258.00 196.89 61.11 - 76.775 233.00 198.08 34.92 - 76.800 216.00 200.71 15.29 - 76.825 241.00 205.68 35.32 - 76.850 235.00 214.95 20.05 - 76.875 277.00 233.37 43.63 - 76.900 309.00 274.46 34.54 - 76.925 358.00 376.21 -18.21 - 76.950 356.00 533.24 -177.24 - 76.975 323.00 429.48 -106.48 - 77.000 273.00 297.50 -24.50 - 77.025 243.00 243.12 -0.12 - 77.050 224.00 219.90 4.10 - 77.075 243.00 208.79 34.21 - 77.100 250.00 203.26 46.74 - 77.125 220.00 200.84 19.16 - 77.150 267.00 200.64 66.36 - 77.175 291.00 202.57 88.43 - 77.200 282.00 207.28 74.72 - 77.225 252.00 216.67 35.33 - 77.250 255.00 235.55 19.45 - 77.275 328.00 277.49 50.51 - 77.300 357.00 381.26 -24.26 - 77.325 411.00 562.54 -151.54 - 77.350 375.00 477.18 -102.18 - 77.375 323.00 318.82 4.18 - 77.400 267.00 251.47 15.53 - 77.425 240.00 222.56 17.44 - 77.450 208.00 208.29 -0.29 - 77.475 209.00 200.36 8.64 - 77.500 236.00 195.62 40.38 - 77.525 248.00 192.62 55.38 - 77.550 261.00 190.66 70.34 - 77.575 256.00 189.38 66.62 - 77.600 244.00 188.57 55.43 - 77.625 203.00 188.04 14.96 - 77.650 173.00 187.85 -14.85 - 77.675 170.00 187.90 -17.90 - 77.700 174.00 188.16 -14.16 - 77.725 168.00 188.69 -20.69 - 77.750 167.00 189.39 -22.39 - 77.775 181.00 190.35 -9.35 - 77.800 159.00 191.61 -32.61 - 77.825 195.00 193.23 1.77 - 77.850 168.00 195.31 -27.31 - 77.875 180.00 198.02 -18.02 - 77.900 186.00 201.60 -15.60 - 77.925 175.00 206.49 -31.49 - 77.950 191.00 212.87 -21.87 - 77.975 213.00 220.84 -7.84 - 78.000 274.00 232.58 41.42 - 78.025 266.00 250.48 15.52 - 78.050 323.00 279.01 43.99 - 78.075 421.00 327.94 93.06 - 78.100 552.00 420.77 131.23 - 78.125 799.00 622.22 176.78 - 78.150 1129.00 1114.15 14.85 - 78.175 1277.00 1925.92 -648.92 - 78.200 1123.00 1485.89 -362.89 - 78.225 820.00 786.82 33.18 - 78.250 610.00 490.99 119.01 - 78.275 504.00 363.46 140.54 - 78.300 408.00 300.46 107.54 - 78.325 478.00 265.94 212.06 - 78.350 543.00 245.92 297.08 - 78.375 708.00 234.44 473.56 - 78.400 817.00 229.17 587.83 - 78.425 736.00 230.16 505.84 - 78.450 641.00 240.83 400.17 - 78.475 568.00 273.17 294.83 - 78.500 413.00 355.06 57.94 - 78.525 433.00 407.69 25.31 - 78.550 373.00 313.03 59.97 - 78.575 314.00 261.25 52.75 - 78.600 321.00 257.18 63.82 - 78.625 244.00 274.39 -30.39 - 78.650 262.00 252.13 9.87 - 78.675 251.00 237.89 13.11 - 78.700 232.00 221.32 10.68 - 78.725 241.00 203.68 37.32 - 78.750 216.00 195.01 20.99 - 78.775 240.00 190.48 49.52 - 78.800 212.00 187.73 24.27 - 78.825 196.00 185.89 10.11 - 78.850 173.00 184.57 -11.57 - 78.875 187.00 183.57 3.43 - 78.900 175.00 182.76 -7.76 - 78.925 173.00 182.14 -9.14 - 78.950 152.00 181.65 -29.65 - 78.975 163.00 181.25 -18.25 - 79.000 143.00 180.94 -37.94 - 79.025 135.00 180.70 -45.70 - 79.050 122.00 180.52 -58.52 - 79.075 139.00 180.42 -41.42 - 79.100 128.00 180.41 -52.41 - 79.125 134.00 180.49 -46.49 - 79.150 140.00 180.69 -40.69 - 79.175 117.00 181.11 -64.11 - 79.200 150.00 181.89 -31.89 - 79.225 134.00 183.32 -49.32 - 79.250 152.00 186.15 -34.15 - 79.275 127.00 192.31 -65.31 - 79.300 170.00 207.29 -37.29 - 79.325 158.00 231.27 -73.27 - 79.350 155.00 217.58 -62.58 - 79.375 173.00 196.88 -23.88 - 79.400 161.00 188.13 -27.13 - 79.425 136.00 184.42 -48.42 - 79.450 128.00 182.57 -54.57 - 79.475 177.00 181.75 -4.75 - 79.500 165.00 181.49 -16.49 - 79.525 140.00 181.52 -41.52 - 79.550 154.00 181.57 -27.57 - 79.575 143.00 181.90 -38.90 - 79.600 168.00 182.54 -14.54 - 79.625 189.00 183.54 5.46 - 79.650 130.00 185.01 -55.01 - 79.675 160.00 187.21 -27.21 - 79.700 151.00 190.58 -39.58 - 79.725 182.00 196.09 -14.09 - 79.750 221.00 205.61 15.39 - 79.775 238.00 223.80 14.20 - 79.800 260.00 263.77 -3.77 - 79.825 315.00 360.42 -45.42 - 79.850 327.00 495.78 -168.78 - 79.875 311.00 398.70 -87.70 - 79.900 246.00 280.84 -34.84 - 79.925 211.00 230.96 -19.96 - 79.950 204.00 209.03 -5.03 - 79.975 196.00 197.98 -1.98 - 80.000 211.00 191.71 19.29 - 80.025 191.00 187.94 3.06 - 80.050 234.00 185.46 48.54 - 80.075 225.00 183.78 41.22 - 80.100 255.00 182.62 72.38 - 80.125 200.00 181.80 18.20 - 80.150 186.00 181.22 4.78 - 80.175 186.00 180.85 5.15 - 80.200 162.00 180.64 -18.64 - 80.225 140.00 180.60 -40.60 - 80.250 153.00 180.79 -27.79 - 80.275 147.00 181.38 -34.38 - 80.300 143.00 182.86 -39.86 - 80.325 153.00 186.40 -33.40 - 80.350 154.00 189.14 -35.14 - 80.375 133.00 185.27 -52.27 - 80.400 145.00 182.86 -37.86 - 80.425 148.00 182.10 -34.10 - 80.450 165.00 182.03 -17.03 - 80.475 155.00 182.32 -27.32 - 80.500 155.00 182.87 -27.87 - 80.525 147.00 183.66 -36.66 - 80.550 176.00 184.72 -8.72 - 80.575 149.00 186.14 -37.14 - 80.600 165.00 188.03 -23.03 - 80.625 136.00 190.61 -54.61 - 80.650 163.00 194.24 -31.24 - 80.675 163.00 199.57 -36.57 - 80.700 198.00 207.83 -9.83 - 80.725 215.00 221.68 -6.68 - 80.750 249.00 247.43 1.57 - 80.775 304.00 302.22 1.78 - 80.800 377.00 432.72 -55.72 - 80.825 414.00 634.92 -220.92 - 80.850 339.00 520.99 -181.99 - 80.875 322.00 351.92 -29.92 - 80.900 284.00 284.41 -0.41 - 80.925 301.00 263.27 37.73 - 80.950 311.00 266.84 44.16 - 80.975 380.00 295.85 84.15 - 81.000 550.00 373.63 176.37 - 81.025 624.00 570.68 53.32 - 81.050 660.00 856.42 -196.42 - 81.075 617.00 655.19 -38.19 - 81.100 461.00 404.19 56.81 - 81.125 363.00 296.74 66.26 - 81.150 284.00 249.01 34.99 - 81.175 266.00 224.70 41.30 - 81.200 268.00 210.84 57.16 - 81.225 289.00 202.25 86.75 - 81.250 340.00 196.41 143.59 - 81.275 375.00 192.56 182.44 - 81.300 363.00 189.89 173.11 - 81.325 327.00 188.10 138.90 - 81.350 259.00 187.13 71.87 - 81.375 216.00 187.13 28.87 - 81.400 172.00 186.79 -14.79 - 81.425 180.00 185.71 -5.71 - 81.450 208.00 185.56 22.44 - 81.475 177.00 186.42 -9.42 - 81.500 157.00 188.57 -31.57 - 81.525 189.00 193.09 -4.09 - 81.550 192.00 202.87 -10.87 - 81.575 222.00 226.19 -4.19 - 81.600 222.00 277.33 -55.33 - 81.625 188.00 290.13 -102.13 - 81.650 184.00 235.30 -51.30 - 81.675 164.00 205.69 -41.69 - 81.700 173.00 193.14 -20.14 - 81.725 182.00 187.14 -5.14 - 81.750 153.00 183.87 -30.87 - 81.775 158.00 181.91 -23.91 - 81.800 158.00 180.64 -22.64 - 81.825 183.00 179.78 3.22 - 81.850 190.00 179.18 10.82 - 81.875 178.00 178.74 -0.74 - 81.900 169.00 178.41 -9.41 - 81.925 145.00 178.18 -33.18 - 81.950 170.00 178.01 -8.01 - 81.975 138.00 177.89 -39.89 - 82.000 169.00 177.81 -8.81 - 82.025 133.00 177.77 -44.77 - 82.050 134.00 177.77 -43.77 - 82.075 122.00 177.79 -55.79 - 82.100 126.00 177.85 -51.85 - 82.125 153.00 177.93 -24.93 - 82.150 112.00 178.05 -66.05 - 82.175 125.00 178.20 -53.20 - 82.200 127.00 178.38 -51.38 - 82.225 147.00 178.60 -31.60 - 82.250 125.00 178.86 -53.86 - 82.275 125.00 179.17 -54.17 - 82.300 142.00 179.54 -37.54 - 82.325 143.00 179.98 -36.98 - 82.350 138.00 180.50 -42.50 - 82.375 145.00 181.15 -36.15 - 82.400 166.00 181.89 -15.89 - 82.425 165.00 182.77 -17.77 - 82.450 156.00 183.87 -27.87 - 82.475 154.00 185.23 -31.23 - 82.500 169.00 186.95 -17.95 - 82.525 130.00 189.18 -59.18 - 82.550 173.00 192.17 -19.17 - 82.575 155.00 196.38 -41.38 - 82.600 178.00 202.68 -24.68 - 82.625 211.00 213.05 -2.05 - 82.650 247.00 232.59 14.41 - 82.675 289.00 274.53 14.47 - 82.700 310.00 338.54 -28.54 - 82.725 276.00 321.61 -45.61 - 82.750 303.00 295.62 7.38 - 82.775 376.00 314.10 61.90 - 82.800 468.00 383.48 84.52 - 82.825 665.00 555.89 109.11 - 82.850 803.00 919.07 -116.07 - 82.875 829.00 1119.20 -290.20 - 82.900 683.00 960.77 -277.77 - 82.925 570.00 596.05 -26.05 - 82.950 507.00 395.84 111.16 - 82.975 383.00 309.21 73.79 - 83.000 335.00 268.39 66.61 - 83.025 352.00 248.45 103.55 - 83.050 412.00 240.65 171.35 - 83.075 522.00 243.09 278.91 - 83.100 575.00 259.53 315.47 - 83.125 652.00 304.92 347.08 - 83.150 681.00 420.25 260.75 - 83.175 634.00 582.46 51.54 - 83.200 466.00 464.17 1.83 - 83.225 368.00 317.48 50.52 - 83.250 301.00 253.45 47.55 - 83.275 214.00 224.72 -10.72 - 83.300 226.00 209.88 16.12 - 83.325 205.00 201.43 3.57 - 83.350 239.00 196.32 42.68 - 83.375 226.00 193.22 32.78 - 83.400 271.00 191.56 79.44 - 83.425 279.00 191.19 87.81 - 83.450 280.00 192.41 87.59 - 83.475 247.00 196.30 50.70 - 83.500 223.00 205.99 17.01 - 83.525 201.00 230.25 -29.25 - 83.550 199.00 276.50 -77.50 - 83.575 198.00 267.42 -69.42 - 83.600 206.00 222.24 -16.24 - 83.625 191.00 200.66 -9.66 - 83.650 154.00 191.22 -37.22 - 83.675 174.00 186.54 -12.54 - 83.700 144.00 183.92 -39.92 - 83.725 155.00 182.35 -27.35 - 83.750 161.00 181.35 -20.35 - 83.775 172.00 180.73 -8.73 - 83.800 178.00 180.37 -2.37 - 83.825 192.00 180.21 11.79 - 83.850 155.00 180.25 -25.25 - 83.875 171.00 180.49 -9.49 - 83.900 155.00 180.97 -25.97 - 83.925 160.00 181.78 -21.78 - 83.950 138.00 183.03 -45.03 - 83.975 156.00 185.15 -29.15 - 84.000 178.00 188.77 -10.77 - 84.025 163.00 195.50 -32.50 - 84.050 191.00 209.59 -18.59 - 84.075 200.00 242.54 -42.54 - 84.100 208.00 300.54 -92.54 - 84.125 186.00 285.37 -99.37 - 84.150 167.00 232.25 -65.25 - 84.175 183.00 206.46 -23.46 - 84.200 157.00 195.62 -38.62 - 84.225 148.00 190.73 -42.73 - 84.250 163.00 188.53 -25.53 - 84.275 174.00 187.79 -13.79 - 84.300 187.00 188.03 -1.03 - 84.325 182.00 189.10 -7.10 - 84.350 189.00 190.96 -1.96 - 84.375 190.00 193.81 -3.81 - 84.400 190.00 198.01 -8.01 - 84.425 199.00 204.24 -5.24 - 84.450 240.00 213.75 26.25 - 84.475 247.00 228.98 18.02 - 84.500 334.00 255.28 78.72 - 84.525 391.00 305.41 85.59 - 84.550 512.00 413.65 98.35 - 84.575 618.00 656.20 -38.20 - 84.600 663.00 929.76 -266.76 - 84.625 593.00 882.24 -289.24 - 84.650 456.00 566.05 -110.05 - 84.675 395.00 371.28 23.72 - 84.700 343.00 286.13 56.87 - 84.725 288.00 245.10 42.90 - 84.750 292.00 222.73 69.27 - 84.775 310.00 209.35 100.65 - 84.800 392.00 200.74 191.26 - 84.825 389.00 194.89 194.11 - 84.850 437.00 190.74 246.26 - 84.875 361.00 187.71 173.29 - 84.900 351.00 185.43 165.57 - 84.925 262.00 183.68 78.32 - 84.950 250.00 182.33 67.67 - 84.975 233.00 181.27 51.73 - 85.000 197.00 180.46 16.54 - 85.025 195.00 179.87 15.13 - 85.050 171.00 179.52 -8.52 - 85.075 174.00 179.55 -5.55 - 85.100 171.00 180.23 -9.23 - 85.125 159.00 180.27 -21.27 - 85.150 158.00 179.01 -21.01 - 85.175 120.00 178.30 -58.30 - 85.200 128.00 178.02 -50.02 - 85.225 140.00 177.99 -37.99 - 85.250 148.00 178.08 -30.08 - 85.275 156.00 178.31 -22.31 - 85.300 133.00 178.69 -45.69 - 85.325 156.00 179.26 -23.26 - 85.350 144.00 180.08 -36.08 - 85.375 163.00 181.26 -18.26 - 85.400 158.00 182.96 -24.96 - 85.425 158.00 185.51 -27.51 - 85.450 154.00 189.47 -35.47 - 85.475 165.00 196.03 -31.03 - 85.500 196.00 207.83 -11.83 - 85.525 206.00 231.63 -25.63 - 85.550 256.00 285.77 -29.77 - 85.575 278.00 401.61 -123.61 - 85.600 255.00 442.38 -187.38 - 85.625 253.00 318.01 -65.01 - 85.650 223.00 245.36 -22.36 - 85.675 190.00 214.24 -24.24 - 85.700 196.00 199.52 -3.52 - 85.725 176.00 191.62 -15.62 - 85.750 171.00 186.99 -15.99 - 85.775 212.00 184.09 27.91 - 85.800 204.00 182.19 21.81 - 85.825 252.00 180.91 71.09 - 85.850 224.00 180.04 43.96 - 85.875 192.00 179.45 12.55 - 85.900 180.00 179.08 0.92 - 85.925 172.00 178.88 -6.88 - 85.950 166.00 178.81 -12.81 - 85.975 159.00 178.87 -19.87 - 86.000 155.00 179.04 -24.04 - 86.025 148.00 179.26 -31.26 - 86.050 167.00 179.66 -12.66 - 86.075 137.00 180.14 -43.14 - 86.100 178.00 180.82 -2.82 - 86.125 161.00 181.68 -20.68 - 86.150 180.00 182.76 -2.76 - 86.175 156.00 184.11 -28.11 - 86.200 169.00 185.83 -16.83 - 86.225 178.00 188.04 -10.04 - 86.250 174.00 190.89 -16.89 - 86.275 181.00 194.65 -13.65 - 86.300 172.00 199.79 -27.79 - 86.325 238.00 207.04 30.96 - 86.350 209.00 217.76 -8.76 - 86.375 240.00 234.84 5.16 - 86.400 343.00 262.58 80.42 - 86.425 384.00 304.16 79.84 - 86.450 500.00 384.64 115.36 - 86.475 673.00 559.56 113.44 - 86.500 704.00 947.46 -243.46 - 86.525 763.00 1314.80 -551.80 - 86.550 656.00 885.43 -229.43 - 86.575 551.00 520.92 30.08 - 86.600 406.00 363.23 42.77 - 86.625 354.00 290.80 63.20 - 86.650 352.00 253.39 98.61 - 86.675 301.00 232.24 68.76 - 86.700 357.00 219.64 137.36 - 86.725 414.00 212.13 201.87 - 86.750 440.00 208.08 231.92 - 86.775 502.00 206.91 295.09 - 86.800 459.00 208.77 250.23 - 86.825 425.00 214.85 210.15 - 86.850 378.00 228.41 149.59 - 86.875 418.00 258.23 159.77 - 86.900 427.00 327.52 99.48 - 86.925 467.00 455.30 11.70 - 86.950 441.00 483.05 -42.05 - 86.975 400.00 435.50 -35.50 - 87.000 327.00 330.56 -3.56 - 87.025 278.00 256.45 21.55 - 87.050 259.00 222.52 36.48 - 87.075 240.00 205.78 34.22 - 87.100 213.00 196.46 16.54 - 87.125 206.00 190.76 15.24 - 87.150 241.00 187.02 53.98 - 87.175 263.00 184.45 78.55 - 87.200 287.00 182.63 104.37 - 87.225 291.00 181.38 109.62 - 87.250 245.00 180.42 64.58 - 87.275 243.00 179.73 63.27 - 87.300 198.00 179.27 18.73 - 87.325 195.00 179.00 16.00 - 87.350 195.00 178.91 16.09 - 87.375 164.00 179.01 -15.01 - 87.400 178.00 179.31 -1.31 - 87.425 161.00 179.86 -18.86 - 87.450 161.00 180.72 -19.72 - 87.475 183.00 182.01 0.99 - 87.500 177.00 183.94 -6.94 - 87.525 177.00 186.84 -9.84 - 87.550 177.00 191.36 -14.36 - 87.575 192.00 198.78 -6.78 - 87.600 219.00 211.93 7.07 - 87.625 260.00 238.00 22.00 - 87.650 310.00 296.25 13.75 - 87.675 337.00 421.86 -84.86 - 87.700 312.00 514.28 -202.28 - 87.725 290.00 382.41 -92.41 - 87.750 275.00 276.04 -1.04 - 87.775 243.00 228.86 14.14 - 87.800 192.00 207.05 -15.05 - 87.825 200.00 195.57 4.43 - 87.850 212.00 188.90 23.10 - 87.875 205.00 184.70 20.30 - 87.900 180.00 181.90 -1.90 - 87.925 219.00 179.95 39.05 - 87.950 274.00 178.57 95.43 - 87.975 271.00 177.57 93.43 - 88.000 200.00 176.86 23.14 - 88.025 205.00 176.45 28.55 - 88.050 195.00 176.43 18.57 - 88.075 179.00 176.90 2.10 - 88.100 171.00 176.81 -5.81 - 88.125 171.00 175.76 -4.76 - 88.150 147.00 175.10 -28.10 - 88.175 147.00 174.78 -27.78 - 88.200 167.00 174.63 -7.63 - 88.225 159.00 174.57 -15.57 - 88.250 157.00 174.59 -17.59 - 88.275 145.00 174.66 -29.66 - 88.300 164.00 174.79 -10.79 - 88.325 142.00 174.97 -32.97 - 88.350 143.00 175.27 -32.27 - 88.375 164.00 175.59 -11.59 - 88.400 157.00 175.99 -18.99 - 88.425 153.00 176.50 -23.50 - 88.450 145.00 177.15 -32.15 - 88.475 168.00 177.98 -9.98 - 88.500 159.00 179.05 -20.05 - 88.525 169.00 180.46 -11.46 - 88.550 137.00 182.37 -45.37 - 88.575 182.00 185.06 -3.06 - 88.600 196.00 188.99 7.01 - 88.625 218.00 195.10 22.90 - 88.650 216.00 205.36 10.64 - 88.675 223.00 224.75 -1.75 - 88.700 269.00 266.67 2.33 - 88.725 295.00 357.27 -62.27 - 88.750 288.00 466.17 -178.17 - 88.775 280.00 399.82 -119.82 - 88.800 281.00 292.54 -11.54 - 88.825 187.00 239.97 -52.97 - 88.850 264.00 217.65 46.35 - 88.875 216.00 208.03 7.97 - 88.900 220.00 204.42 15.58 - 88.925 242.00 204.64 37.36 - 88.950 264.00 208.31 55.69 - 88.975 272.00 216.35 55.65 - 89.000 326.00 231.69 94.31 - 89.025 362.00 262.53 99.47 - 89.050 407.00 330.49 76.51 - 89.075 468.00 472.13 -4.13 - 89.100 432.00 613.42 -181.42 - 89.125 443.00 506.72 -63.72 - 89.150 383.00 377.22 5.78 - 89.175 393.00 312.97 80.03 - 89.200 367.00 290.22 76.78 - 89.225 415.00 304.18 110.82 - 89.250 471.00 367.98 103.02 - 89.275 595.00 525.98 69.02 - 89.300 626.00 766.56 -140.56 - 89.325 583.00 716.70 -133.70 - 89.350 491.00 470.01 20.99 - 89.375 456.00 328.20 127.80 - 89.400 411.00 264.00 147.00 - 89.425 322.00 233.15 88.85 - 89.450 328.00 216.22 111.78 - 89.475 289.00 206.10 82.90 - 89.500 271.00 199.79 71.21 - 89.525 302.00 195.90 106.10 - 89.550 377.00 193.86 183.14 - 89.575 369.00 193.54 175.46 - 89.600 373.00 195.45 177.55 - 89.625 347.00 201.48 145.52 - 89.650 296.00 216.60 79.40 - 89.675 292.00 247.86 44.14 - 89.700 257.00 274.60 -17.60 - 89.725 269.00 248.58 20.42 - 89.750 241.00 219.06 21.94 - 89.775 218.00 206.04 11.96 - 89.800 212.00 203.69 8.31 - 89.825 239.00 208.63 30.37 - 89.850 254.00 223.46 30.54 - 89.875 295.00 259.43 35.57 - 89.900 314.00 336.83 -22.83 - 89.925 356.00 431.58 -75.58 - 89.950 301.00 387.57 -86.57 - 89.975 277.00 288.14 -11.14 - 90.000 252.00 232.93 19.07 - 90.025 251.00 207.71 43.29 - 90.050 186.00 195.42 -9.42 - 90.075 197.00 188.53 8.47 - 90.100 162.00 184.23 -22.23 - 90.125 192.00 181.38 10.62 - 90.150 231.00 179.40 51.60 - 90.175 223.00 177.96 45.04 - 90.200 207.00 176.89 30.11 - 90.225 238.00 176.05 61.95 - 90.250 196.00 175.41 20.59 - 90.275 196.00 174.93 21.07 - 90.300 176.00 174.56 1.44 - 90.325 171.00 174.27 -3.27 - 90.350 178.00 174.05 3.95 - 90.375 146.00 173.91 -27.91 - 90.400 169.00 173.81 -4.81 - 90.425 161.00 173.75 -12.75 - 90.450 149.00 173.74 -24.74 - 90.475 173.00 173.77 -0.77 - 90.500 156.00 173.85 -17.85 - 90.525 143.00 173.97 -30.97 - 90.550 154.00 174.13 -20.13 - 90.575 152.00 174.35 -22.35 - 90.600 139.00 174.62 -35.62 - 90.625 184.00 174.95 9.05 - 90.650 185.00 175.35 9.65 - 90.675 161.00 175.84 -14.84 - 90.700 159.00 176.42 -17.42 - 90.725 152.00 177.13 -25.13 - 90.750 159.00 177.99 -18.99 - 90.775 176.00 179.04 -3.04 - 90.800 164.00 180.33 -16.33 - 90.825 168.00 181.93 -13.93 - 90.850 193.00 183.96 9.04 - 90.875 195.00 186.57 8.43 - 90.900 187.00 190.00 -3.00 - 90.925 237.00 194.62 42.38 - 90.950 228.00 201.04 26.96 - 90.975 265.00 210.32 54.68 - 91.000 291.00 224.45 66.55 - 91.025 347.00 247.78 99.22 - 91.050 409.00 291.62 117.38 - 91.075 454.00 384.63 69.37 - 91.100 552.00 576.29 -24.29 - 91.125 524.00 851.07 -327.07 - 91.150 552.00 862.34 -310.34 - 91.175 502.00 606.52 -104.52 - 91.200 483.00 445.84 37.16 - 91.225 433.00 407.38 25.62 - 91.250 382.00 401.08 -19.08 - 91.275 363.00 336.81 26.19 - 91.300 322.00 276.80 45.20 - 91.325 328.00 248.75 79.25 - 91.350 389.00 245.51 143.49 - 91.375 469.00 258.23 210.77 - 91.400 485.00 259.96 225.04 - 91.425 438.00 245.36 192.64 - 91.450 491.00 246.53 244.47 - 91.475 415.00 266.28 148.72 - 91.500 377.00 266.99 110.01 - 91.525 375.00 237.31 137.69 - 91.550 322.00 216.65 105.35 - 91.575 288.00 212.03 75.97 - 91.600 280.00 219.48 60.52 - 91.625 263.00 223.85 39.15 - 91.650 275.00 210.21 64.79 - 91.675 245.00 196.51 48.49 - 91.700 243.00 189.08 53.92 - 91.725 239.00 185.38 53.62 - 91.750 247.00 183.47 63.53 - 91.775 216.00 182.50 33.50 - 91.800 204.00 182.11 21.89 - 91.825 210.00 182.14 27.86 - 91.850 196.00 182.54 13.46 - 91.875 220.00 183.26 36.74 - 91.900 209.00 184.35 24.65 - 91.925 212.00 185.87 26.13 - 91.950 226.00 187.93 38.07 - 91.975 201.00 190.72 10.28 - 92.000 225.00 194.54 30.46 - 92.025 228.00 199.86 28.14 - 92.050 210.00 207.53 2.47 - 92.075 244.00 219.14 24.86 - 92.100 298.00 238.21 59.79 - 92.125 405.00 274.13 130.87 - 92.150 445.00 349.66 95.34 - 92.175 534.00 500.60 33.40 - 92.200 579.00 715.74 -136.74 - 92.225 538.00 754.92 -216.92 - 92.250 495.00 555.55 -60.55 - 92.275 466.00 392.25 73.75 - 92.300 410.00 313.56 96.44 - 92.325 389.00 288.77 100.23 - 92.350 387.00 298.59 88.41 - 92.375 429.00 338.38 90.62 - 92.400 460.00 385.08 74.92 - 92.425 573.00 403.99 169.01 - 92.450 607.00 437.63 169.37 - 92.475 740.00 502.94 237.06 - 92.500 853.00 649.28 203.72 - 92.525 781.00 827.36 -46.36 - 92.550 733.00 755.47 -22.47 - 92.575 593.00 525.34 67.66 - 92.600 499.00 365.60 133.40 - 92.625 398.00 284.80 113.20 - 92.650 368.00 246.02 121.98 - 92.675 334.00 225.38 108.62 - 92.700 370.00 212.83 157.17 - 92.725 358.00 204.62 153.38 - 92.750 391.00 199.02 191.98 - 92.775 376.00 195.12 180.88 - 92.800 394.00 192.41 201.59 - 92.825 414.00 190.59 223.41 - 92.850 383.00 189.47 193.53 - 92.875 300.00 188.95 111.05 - 92.900 294.00 189.02 104.98 - 92.925 275.00 189.68 85.32 - 92.950 246.00 190.99 55.01 - 92.975 259.00 193.26 65.74 - 93.000 235.00 196.80 38.20 - 93.025 239.00 202.28 36.72 - 93.050 243.00 211.26 31.74 - 93.075 277.00 227.75 49.25 - 93.100 363.00 261.40 101.60 - 93.125 383.00 327.81 55.19 - 93.150 434.00 429.63 4.37 - 93.175 436.00 485.53 -49.53 - 93.200 378.00 416.17 -38.17 - 93.225 373.00 338.70 34.30 - 93.250 386.00 311.48 74.52 - 93.275 438.00 335.13 102.87 - 93.300 464.00 400.73 63.27 - 93.325 491.00 473.16 17.84 - 93.350 539.00 533.31 5.69 - 93.375 539.00 605.86 -66.86 - 93.400 523.00 660.14 -137.14 - 93.425 499.00 557.83 -58.83 - 93.450 478.00 411.67 66.33 - 93.475 472.00 319.62 152.38 - 93.500 383.00 267.60 115.40 - 93.525 345.00 238.50 106.50 - 93.550 354.00 222.87 131.13 - 93.575 352.00 214.77 137.23 - 93.600 383.00 211.42 171.58 - 93.625 370.00 212.19 157.81 - 93.650 410.00 218.66 191.34 - 93.675 453.00 234.29 218.71 - 93.700 416.00 260.76 155.24 - 93.725 396.00 282.47 113.53 - 93.750 392.00 273.60 118.40 - 93.775 319.00 257.90 61.10 - 93.800 335.00 256.50 78.50 - 93.825 407.00 273.77 133.23 - 93.850 461.00 319.06 141.94 - 93.875 587.00 419.29 167.71 - 93.900 741.00 615.46 125.54 - 93.925 875.00 900.84 -25.84 - 93.950 863.00 1058.18 -195.18 - 93.975 754.00 878.74 -124.74 - 94.000 619.00 594.46 24.54 - 94.025 485.00 404.12 80.88 - 94.050 429.00 305.91 123.09 - 94.075 336.00 257.91 78.09 - 94.100 321.00 232.19 88.81 - 94.125 296.00 216.47 79.53 - 94.150 316.00 205.97 110.03 - 94.175 385.00 198.59 186.41 - 94.200 474.00 193.22 280.78 - 94.225 539.00 189.20 349.80 - 94.250 571.00 186.13 384.87 - 94.275 493.00 183.75 309.25 - 94.300 420.00 181.89 238.11 - 94.325 345.00 180.42 164.58 - 94.350 272.00 179.27 92.73 - 94.375 242.00 178.39 63.61 - 94.400 219.00 177.73 41.27 - 94.425 229.00 177.29 51.71 - 94.450 203.00 177.05 25.95 - 94.475 220.00 177.02 42.98 - 94.500 211.00 177.24 33.76 - 94.525 190.00 177.74 12.26 - 94.550 171.00 178.62 -7.62 - 94.575 195.00 179.98 15.02 - 94.600 176.00 181.98 -5.98 - 94.625 218.00 185.07 32.93 - 94.650 208.00 190.19 17.81 - 94.675 212.00 199.67 12.33 - 94.700 230.00 219.15 10.85 - 94.725 265.00 258.15 6.85 - 94.750 314.00 322.99 -8.99 - 94.775 278.00 386.57 -108.57 - 94.800 306.00 371.38 -65.38 - 94.825 262.00 300.99 -38.99 - 94.850 281.00 245.23 35.77 - 94.875 209.00 215.07 -6.07 - 94.900 235.00 201.90 33.10 - 94.925 222.00 198.10 23.90 - 94.950 223.00 201.58 21.42 - 94.975 246.00 215.03 30.97 - 95.000 268.00 242.29 25.71 - 95.025 316.00 277.55 38.45 - 95.050 307.00 285.55 21.45 - 95.075 316.00 252.61 63.39 - 95.100 273.00 217.94 55.06 - 95.125 247.00 196.46 50.54 - 95.150 229.00 185.42 43.58 - 95.175 201.00 179.86 21.14 - 95.200 198.00 176.71 21.29 - 95.225 173.00 174.67 -1.67 - 95.250 202.00 173.26 28.74 - 95.275 173.00 172.23 0.77 - 95.300 212.00 171.46 40.54 - 95.325 185.00 170.87 14.13 - 95.350 197.00 170.41 26.59 - 95.375 193.00 170.06 22.94 - 95.400 193.00 169.80 23.20 - 95.425 194.00 169.61 24.39 - 95.450 169.00 169.50 -0.50 - 95.475 169.00 169.46 -0.46 - 95.500 157.00 169.46 -12.46 - 95.525 167.00 169.43 -2.43 - 95.550 175.00 169.34 5.66 - 95.575 140.00 169.29 -29.29 - 95.600 174.00 169.32 4.68 - 95.625 146.00 169.40 -23.40 - 95.650 171.00 169.54 1.46 - 95.675 142.00 169.73 -27.73 - 95.700 152.00 169.97 -17.97 - 95.725 171.00 170.26 0.74 - 95.750 150.00 170.63 -20.63 - 95.775 142.00 171.08 -29.08 - 95.800 161.00 171.63 -10.63 - 95.825 150.00 172.30 -22.30 - 95.850 163.00 173.12 -10.12 - 95.875 154.00 174.14 -20.14 - 95.900 149.00 175.42 -26.42 - 95.925 157.00 177.04 -20.04 - 95.950 192.00 179.13 12.87 - 95.975 185.00 181.90 3.10 - 96.000 184.00 185.65 -1.65 - 96.025 205.00 190.93 14.07 - 96.050 231.00 198.89 32.11 - 96.075 238.00 212.41 25.59 - 96.100 263.00 238.21 24.79 - 96.125 324.00 288.19 35.81 - 96.150 365.00 373.44 -8.44 - 96.175 388.00 480.61 -92.61 - 96.200 380.00 529.14 -149.14 - 96.225 421.00 479.63 -58.63 - 96.250 418.00 423.60 -5.60 - 96.275 408.00 408.20 -0.20 - 96.300 385.00 435.36 -50.36 - 96.325 374.00 448.35 -74.35 - 96.350 346.00 388.12 -42.12 - 96.375 329.00 307.75 21.25 - 96.400 297.00 250.75 46.25 - 96.425 319.00 218.62 100.38 - 96.450 322.00 201.98 120.02 - 96.475 328.00 192.93 135.07 - 96.500 298.00 187.40 110.60 - 96.525 290.00 183.70 106.30 - 96.550 304.00 181.13 122.87 - 96.575 311.00 179.35 131.65 - 96.600 312.00 178.16 133.84 - 96.625 319.00 177.46 141.54 - 96.650 292.00 177.19 114.81 - 96.675 241.00 177.37 63.63 - 96.700 239.00 178.05 60.95 - 96.725 202.00 179.32 22.68 - 96.750 206.00 181.50 24.50 - 96.775 202.00 185.22 16.78 - 96.800 227.00 192.02 34.98 - 96.825 236.00 205.65 30.35 - 96.850 307.00 232.78 74.22 - 96.875 309.00 280.02 28.98 - 96.900 385.00 342.08 42.92 - 96.925 341.00 376.46 -35.46 - 96.950 324.00 340.26 -16.26 - 96.975 290.00 278.40 11.60 - 97.000 208.00 231.95 -23.95 - 97.025 241.00 205.54 35.46 - 97.050 201.00 192.51 8.49 - 97.075 202.00 186.32 15.68 - 97.100 181.00 183.40 -2.40 - 97.125 217.00 182.46 34.54 - 97.150 264.00 183.45 80.55 - 97.175 229.00 187.49 41.51 - 97.200 326.00 197.13 128.87 - 97.225 303.00 215.66 87.34 - 97.250 345.00 243.39 101.61 - 97.275 304.00 267.78 36.22 - 97.300 296.00 262.64 33.36 - 97.325 241.00 234.56 6.44 - 97.350 242.00 208.93 33.07 - 97.375 210.00 193.19 16.81 - 97.400 187.00 185.60 1.40 - 97.425 206.00 183.06 22.94 - 97.450 194.00 184.00 10.00 - 97.475 221.00 189.09 31.91 - 97.500 216.00 201.06 14.94 - 97.525 245.00 223.06 21.94 - 97.550 242.00 253.43 -11.43 - 97.575 251.00 274.69 -23.69 - 97.600 258.00 262.22 -4.22 - 97.625 232.00 231.26 0.74 - 97.650 215.00 205.52 9.48 - 97.675 189.00 190.44 -1.44 - 97.700 192.00 184.01 7.99 - 97.725 163.00 183.29 -20.29 - 97.750 158.00 185.88 -27.88 - 97.775 162.00 188.05 -26.05 - 97.800 174.00 185.28 -11.28 - 97.825 182.00 179.34 2.66 - 97.850 169.00 174.23 -5.23 - 97.875 151.00 170.93 -19.93 - 97.900 187.00 169.04 17.96 - 97.925 179.00 167.96 11.04 - 97.950 167.00 167.28 -0.28 - 97.975 169.00 166.80 2.20 - 98.000 146.00 166.45 -20.45 - 98.025 149.00 166.18 -17.18 - 98.050 146.00 165.97 -19.97 - 98.075 158.00 165.81 -7.81 - 98.100 142.00 165.69 -23.69 - 98.125 164.00 165.60 -1.60 - 98.150 142.00 165.55 -23.55 - 98.175 153.00 165.53 -12.53 - 98.200 147.00 165.56 -18.56 - 98.225 163.00 165.61 -2.61 - 98.250 160.00 165.71 -5.71 - 98.275 163.00 165.86 -2.86 - 98.300 127.00 166.09 -39.09 - 98.325 150.00 166.42 -16.42 - 98.350 159.00 166.90 -7.90 - 98.375 140.00 167.67 -27.67 - 98.400 136.00 169.04 -33.04 - 98.425 159.00 171.64 -12.64 - 98.450 171.00 176.45 -5.45 - 98.475 178.00 184.11 -6.11 - 98.500 159.00 193.13 -34.13 - 98.525 162.00 197.39 -35.39 - 98.550 193.00 192.33 0.67 - 98.575 156.00 184.00 -28.00 - 98.600 176.00 177.69 -1.69 - 98.625 161.00 174.41 -13.41 - 98.650 155.00 173.57 -18.57 - 98.675 146.00 174.70 -28.70 - 98.700 179.00 178.26 0.74 - 98.725 208.00 186.02 21.98 - 98.750 186.00 200.62 -14.62 - 98.775 194.00 223.33 -29.33 - 98.800 252.00 248.76 3.24 - 98.825 230.00 258.07 -28.07 - 98.850 219.00 240.42 -21.42 - 98.875 182.00 214.33 -32.33 - 98.900 179.00 194.08 -15.08 - 98.925 174.00 181.84 -7.84 - 98.950 147.00 175.38 -28.38 - 98.975 189.00 172.09 16.91 - 99.000 166.00 170.29 -4.29 - 99.025 142.00 169.21 -27.21 - 99.050 144.00 168.56 -24.56 - 99.075 177.00 168.22 8.78 - 99.100 178.00 168.14 9.86 - 99.125 215.00 168.35 46.65 - 99.150 182.00 169.03 12.97 - 99.175 160.00 170.60 -10.60 - 99.200 196.00 173.80 22.20 - 99.225 200.00 179.41 20.59 - 99.250 159.00 187.35 -28.35 - 99.275 163.00 194.69 -31.69 - 99.300 150.00 195.02 -45.02 - 99.325 175.00 188.04 -13.04 - 99.350 144.00 180.14 -36.14 - 99.375 132.00 174.51 -42.51 - 99.400 160.00 171.35 -11.35 - 99.425 169.00 169.85 -0.85 - 99.450 138.00 169.31 -31.31 - 99.475 171.00 169.27 1.73 - 99.500 129.00 169.55 -40.55 - 99.525 167.00 170.12 -3.12 - 99.550 172.00 171.00 1.00 - 99.575 135.00 172.27 -37.27 - 99.600 170.00 174.09 -4.09 - 99.625 172.00 176.76 -4.76 - 99.650 169.00 181.04 -12.04 - 99.675 199.00 188.71 10.29 - 99.700 221.00 203.40 17.60 - 99.725 233.00 230.46 2.54 - 99.750 283.00 273.94 9.06 - 99.775 291.00 329.08 -38.08 - 99.800 299.00 368.44 -69.44 - 99.825 257.00 354.18 -97.18 - 99.850 239.00 301.97 -62.97 - 99.875 226.00 250.96 -24.96 - 99.900 185.00 215.77 -30.77 - 99.925 195.00 195.55 -0.55 - 99.950 194.00 184.99 9.01 - 99.975 175.00 179.42 -4.42 - 100.000 192.00 176.18 15.82 - 100.025 182.00 174.11 7.89 - 100.050 189.00 172.73 16.27 - 100.075 210.00 171.79 38.21 - 100.100 252.00 171.20 80.80 - 100.125 217.00 170.88 46.12 - 100.150 230.00 170.80 59.20 - 100.175 223.00 170.94 52.06 - 100.200 192.00 171.32 20.68 - 100.225 205.00 171.97 33.03 - 100.250 179.00 172.98 6.02 - 100.275 185.00 174.53 10.47 - 100.300 155.00 177.06 -22.06 - 100.325 193.00 181.58 11.42 - 100.350 190.00 189.91 0.09 - 100.375 214.00 204.34 9.66 - 100.400 215.00 225.95 -10.95 - 100.425 230.00 250.98 -20.98 - 100.450 223.00 265.74 -42.74 - 100.475 212.00 257.22 -45.22 - 100.500 233.00 236.18 -3.18 - 100.525 221.00 218.10 2.90 - 100.550 242.00 208.62 33.38 - 100.575 216.00 208.74 7.26 - 100.600 261.00 219.81 41.19 - 100.625 265.00 245.87 19.13 - 100.650 370.00 292.41 77.59 - 100.675 406.00 360.76 45.24 - 100.700 501.00 436.12 64.88 - 100.725 447.00 477.18 -30.18 - 100.750 488.00 463.63 24.37 - 100.775 473.00 424.90 48.10 - 100.800 365.00 372.61 -7.61 - 100.825 279.00 312.58 -33.58 - 100.850 283.00 262.59 20.41 - 100.875 285.00 229.57 55.43 - 100.900 282.00 211.44 70.56 - 100.925 239.00 204.06 34.94 - 100.950 267.00 203.49 63.51 - 100.975 263.00 205.94 57.06 - 101.000 309.00 208.07 100.93 - 101.025 349.00 208.27 140.73 - 101.050 345.00 205.19 139.81 - 101.075 322.00 200.43 121.57 - 101.100 338.00 195.89 142.11 - 101.125 308.00 190.64 117.36 - 101.150 238.00 185.05 52.95 - 101.175 221.00 180.57 40.43 - 101.200 215.00 177.57 37.43 - 101.225 197.00 175.82 21.18 - 101.250 205.00 175.09 29.91 - 101.275 208.00 175.26 32.74 - 101.300 222.00 176.29 45.71 - 101.325 206.00 178.53 27.47 - 101.350 204.00 182.83 21.17 - 101.375 230.00 190.80 39.20 - 101.400 240.00 204.85 35.15 - 101.425 284.00 227.42 56.58 - 101.450 313.00 258.35 54.65 - 101.475 331.00 291.30 39.70 - 101.500 344.00 316.92 27.08 - 101.525 297.00 323.41 -26.41 - 101.550 275.00 300.14 -25.14 - 101.575 267.00 261.68 5.32 - 101.600 216.00 227.38 -11.38 - 101.625 230.00 203.75 26.25 - 101.650 194.00 189.87 4.13 - 101.675 195.00 182.60 12.40 - 101.700 234.00 179.19 54.81 - 101.725 196.00 178.17 17.83 - 101.750 198.00 179.39 18.61 - 101.775 240.00 183.59 56.41 - 101.800 255.00 191.80 63.20 - 101.825 287.00 204.15 82.85 - 101.850 314.00 217.92 96.08 - 101.875 318.00 225.20 92.80 - 101.900 255.00 218.99 36.01 - 101.925 232.00 204.76 27.24 - 101.950 213.00 190.99 22.01 - 101.975 186.00 181.06 4.94 - 102.000 193.00 174.99 18.01 - 102.025 156.00 171.64 -15.64 - 102.050 168.00 169.87 -1.87 - 102.075 155.00 168.88 -13.88 - 102.100 154.00 168.31 -14.31 - 102.125 187.00 167.98 19.02 - 102.150 181.00 167.84 13.16 - 102.175 194.00 167.85 26.15 - 102.200 183.00 167.99 15.01 - 102.225 206.00 168.29 37.71 - 102.250 191.00 168.74 22.26 - 102.275 179.00 169.39 9.61 - 102.300 174.00 170.28 3.72 - 102.325 158.00 171.51 -13.51 - 102.350 176.00 173.24 2.76 - 102.375 183.00 175.79 7.21 - 102.400 184.00 179.60 4.40 - 102.425 188.00 185.39 2.61 - 102.450 222.00 194.36 27.64 - 102.475 211.00 208.47 2.53 - 102.500 242.00 230.84 11.16 - 102.525 267.00 266.24 0.76 - 102.550 330.00 317.52 12.48 - 102.575 363.00 376.84 -13.84 - 102.600 390.00 416.24 -26.24 - 102.625 397.00 402.64 -5.64 - 102.650 332.00 347.54 -15.54 - 102.675 288.00 287.24 0.76 - 102.700 273.00 240.49 32.51 - 102.725 199.00 210.30 -11.30 - 102.750 218.00 193.00 25.00 - 102.775 198.00 183.57 14.43 - 102.800 206.00 178.21 27.79 - 102.825 228.00 174.83 53.17 - 102.850 206.00 172.49 33.51 - 102.875 216.00 170.76 45.24 - 102.900 256.00 169.43 86.57 - 102.925 259.00 168.39 90.61 - 102.950 301.00 167.57 133.43 - 102.975 265.00 166.91 98.09 - 103.000 240.00 166.37 73.63 - 103.025 206.00 165.93 40.07 - 103.050 224.00 165.57 58.43 - 103.075 183.00 165.28 17.72 - 103.100 160.00 165.04 -5.04 - 103.125 190.00 164.85 25.15 - 103.150 158.00 164.69 -6.69 - 103.175 161.00 164.57 -3.57 - 103.200 161.00 164.48 -3.48 - 103.225 143.00 164.42 -21.42 - 103.250 144.00 164.38 -20.38 - 103.275 177.00 164.37 12.63 - 103.300 175.00 164.38 10.62 - 103.325 142.00 164.42 -22.42 - 103.350 129.00 164.48 -35.48 - 103.375 140.00 164.57 -24.57 - 103.400 166.00 164.69 1.31 - 103.425 156.00 164.85 -8.85 - 103.450 126.00 165.04 -39.04 - 103.475 156.00 165.27 -9.27 - 103.500 144.00 165.55 -21.55 - 103.525 146.00 165.89 -19.89 - 103.550 136.00 166.30 -30.30 - 103.575 145.00 166.80 -21.80 - 103.600 160.00 167.42 -7.42 - 103.625 147.00 168.19 -21.19 - 103.650 142.00 169.16 -27.16 - 103.675 150.00 170.42 -20.42 - 103.700 168.00 172.10 -4.10 - 103.725 164.00 174.54 -10.54 - 103.750 168.00 178.44 -10.44 - 103.775 195.00 185.22 9.78 - 103.800 207.00 197.19 9.81 - 103.825 229.00 216.99 12.01 - 103.850 260.00 246.04 13.96 - 103.875 263.00 281.64 -18.64 - 103.900 294.00 312.65 -18.65 - 103.925 291.00 320.18 -29.18 - 103.950 279.00 298.85 -19.85 - 103.975 245.00 265.65 -20.65 - 104.000 211.00 236.11 -25.11 - 104.025 240.00 216.03 23.97 - 104.050 218.00 205.39 12.61 - 104.075 197.00 202.30 -5.30 - 104.100 226.00 205.60 20.40 - 104.125 253.00 215.15 37.85 - 104.150 249.00 230.97 18.03 - 104.175 289.00 251.94 37.06 - 104.200 329.00 276.68 52.32 - 104.225 377.00 305.13 71.87 - 104.250 412.00 331.63 80.37 - 104.275 419.00 339.48 79.52 - 104.300 371.00 318.19 52.81 - 104.325 310.00 281.10 28.90 - 104.350 258.00 245.37 12.63 - 104.375 236.00 218.52 17.48 - 104.400 243.00 201.37 41.63 - 104.425 235.00 191.82 43.18 - 104.450 224.00 187.16 36.84 - 104.475 241.00 185.37 55.63 - 104.500 236.00 185.40 50.60 - 104.525 239.00 186.97 52.03 - 104.550 302.00 190.57 111.43 - 104.575 286.00 197.60 88.40 - 104.600 295.00 210.87 84.13 - 104.625 329.00 234.53 94.47 - 104.650 390.00 272.75 117.25 - 104.675 376.00 326.56 49.44 - 104.700 405.00 388.96 16.04 - 104.725 380.00 438.57 -58.57 - 104.750 376.00 445.14 -69.14 - 104.775 363.00 406.44 -43.44 - 104.800 361.00 352.94 8.06 - 104.825 296.00 309.04 -13.04 - 104.850 313.00 282.12 30.88 - 104.875 279.00 267.66 11.34 - 104.900 295.00 255.05 39.95 - 104.925 248.00 238.50 9.50 - 104.950 253.00 220.92 32.08 - 104.975 273.00 206.15 66.85 - 105.000 273.00 195.57 77.43 - 105.025 275.00 189.02 85.98 - 105.050 305.00 185.60 119.40 - 105.075 282.00 184.45 97.55 - 105.100 295.00 185.14 109.86 - 105.125 295.00 188.00 107.00 - 105.150 304.00 194.27 109.73 - 105.175 318.00 206.25 111.75 - 105.200 331.00 226.84 104.16 - 105.225 336.00 258.07 77.93 - 105.250 336.00 298.63 37.37 - 105.275 371.00 340.10 30.90 - 105.300 349.00 364.18 -15.18 - 105.325 315.00 355.20 -40.20 - 105.350 280.00 321.67 -41.67 - 105.375 286.00 283.27 2.73 - 105.400 238.00 251.12 -13.12 - 105.425 265.00 227.38 37.62 - 105.450 226.00 211.16 14.84 - 105.475 238.00 201.61 36.39 - 105.500 222.00 198.03 23.97 - 105.525 224.00 200.02 23.98 - 105.550 254.00 207.30 46.70 - 105.575 303.00 218.90 84.10 - 105.600 311.00 231.96 79.04 - 105.625 297.00 240.88 56.12 - 105.650 319.00 240.84 78.16 - 105.675 302.00 235.06 66.94 - 105.700 295.00 231.39 63.61 - 105.725 299.00 234.91 64.09 - 105.750 325.00 246.25 78.75 - 105.775 347.00 261.15 85.85 - 105.800 294.00 270.01 23.99 - 105.825 264.00 263.84 0.16 - 105.850 265.00 245.27 19.73 - 105.875 239.00 223.79 15.21 - 105.900 227.00 205.57 21.43 - 105.925 226.00 192.65 33.35 - 105.950 250.00 184.67 65.33 - 105.975 203.00 180.29 22.71 - 106.000 229.00 178.09 50.91 - 106.025 202.00 177.01 24.99 - 106.050 234.00 176.56 57.44 - 106.075 220.00 176.63 43.37 - 106.100 206.00 177.33 28.67 - 106.125 230.00 178.86 51.14 - 106.150 228.00 181.58 46.42 - 106.175 259.00 186.11 72.89 - 106.200 221.00 193.38 27.62 - 106.225 276.00 204.54 71.46 - 106.250 276.00 220.49 55.51 - 106.275 271.00 241.52 29.48 - 106.300 278.00 266.84 11.16 - 106.325 298.00 292.77 5.23 - 106.350 341.00 312.81 28.19 - 106.375 366.00 326.29 39.71 - 106.400 384.00 343.74 40.26 - 106.425 388.00 374.79 13.21 - 106.450 410.00 418.00 -8.00 - 106.475 433.00 456.98 -23.98 - 106.500 388.00 464.04 -76.04 - 106.525 382.00 427.41 -45.41 - 106.550 298.00 366.85 -68.85 - 106.575 327.00 306.41 20.59 - 106.600 266.00 258.04 7.96 - 106.625 250.00 224.45 25.55 - 106.650 252.00 203.40 48.60 - 106.675 252.00 191.00 61.00 - 106.700 262.00 183.73 78.27 - 106.725 270.00 179.21 90.79 - 106.750 257.00 176.13 80.87 - 106.775 249.00 173.86 75.14 - 106.800 251.00 172.11 78.89 - 106.825 336.00 170.71 165.29 - 106.850 305.00 169.59 135.41 - 106.875 284.00 168.66 115.34 - 106.900 293.00 167.90 125.10 - 106.925 236.00 167.27 68.73 - 106.950 224.00 166.75 57.25 - 106.975 207.00 166.32 40.68 - 107.000 200.00 165.98 34.02 - 107.025 174.00 165.71 8.29 - 107.050 177.00 165.49 11.51 - 107.075 180.00 165.31 14.69 - 107.100 163.00 165.12 -2.12 - 107.125 150.00 164.93 -14.93 - 107.150 181.00 164.75 16.25 - 107.175 174.00 164.61 9.39 - 107.200 141.00 164.51 -23.51 - 107.225 156.00 164.45 -8.45 - 107.250 143.00 164.43 -21.43 - 107.275 166.00 164.45 1.55 - 107.300 148.00 164.50 -16.50 - 107.325 174.00 164.58 9.42 - 107.350 153.00 164.70 -11.70 - 107.375 160.00 164.87 -4.87 - 107.400 159.00 165.07 -6.07 - 107.425 160.00 165.33 -5.33 - 107.450 155.00 165.66 -10.66 - 107.475 141.00 166.06 -25.06 - 107.500 148.00 166.56 -18.56 - 107.525 157.00 167.20 -10.20 - 107.550 157.00 168.02 -11.02 - 107.575 161.00 169.10 -8.10 - 107.600 171.00 170.56 0.44 - 107.625 164.00 172.62 -8.62 - 107.650 169.00 175.71 -6.71 - 107.675 170.00 180.60 -10.60 - 107.700 167.00 188.57 -21.57 - 107.725 189.00 201.27 -12.27 - 107.750 220.00 220.28 -0.28 - 107.775 252.00 245.80 6.20 - 107.800 328.00 275.13 52.87 - 107.825 298.00 300.88 -2.88 - 107.850 286.00 311.47 -25.47 - 107.875 290.00 300.52 -10.52 - 107.900 266.00 275.13 -9.13 - 107.925 220.00 246.82 -26.82 - 107.950 171.00 222.58 -51.58 - 107.975 193.00 204.87 -11.87 - 108.000 194.00 193.56 0.44 - 108.025 170.00 187.36 -17.36 - 108.050 235.00 184.85 50.15 - 108.075 195.00 185.15 9.85 - 108.100 207.00 188.29 18.71 - 108.125 227.00 195.27 31.73 - 108.150 261.00 207.98 53.02 - 108.175 320.00 228.58 91.42 - 108.200 343.00 258.38 84.62 - 108.225 339.00 296.30 42.70 - 108.250 411.00 336.79 74.21 - 108.275 416.00 368.00 48.00 - 108.300 350.00 375.99 -25.99 - 108.325 350.00 359.81 -9.81 - 108.350 288.00 333.40 -45.40 - 108.375 343.00 309.78 33.22 - 108.400 300.00 293.54 6.46 - 108.425 286.00 281.70 4.30 - 108.450 283.00 267.70 15.30 - 108.475 249.00 248.99 0.01 - 108.500 258.00 228.75 29.25 - 108.525 232.00 210.63 21.37 - 108.550 229.00 196.34 32.66 - 108.575 233.00 186.10 46.90 - 108.600 215.00 179.32 35.68 - 108.625 250.00 175.01 74.99 - 108.650 258.00 172.28 85.72 - 108.675 250.00 170.48 79.52 - 108.700 251.00 169.22 81.78 - 108.725 245.00 168.28 76.72 - 108.750 233.00 167.55 65.45 - 108.775 220.00 166.99 53.01 - 108.800 257.00 166.55 90.45 - 108.825 219.00 166.22 52.78 - 108.850 207.00 165.99 41.01 - 108.875 208.00 165.86 42.14 - 108.900 191.00 165.81 25.19 - 108.925 187.00 165.87 21.13 - 108.950 198.00 166.06 31.94 - 108.975 176.00 166.41 9.59 - 109.000 184.00 167.03 16.97 - 109.025 190.00 168.10 21.90 - 109.050 192.00 170.02 21.98 - 109.075 159.00 173.35 -14.35 - 109.100 176.00 178.79 -2.79 - 109.125 166.00 186.99 -20.99 - 109.150 196.00 198.05 -2.05 - 109.175 172.00 211.09 -39.09 - 109.200 180.00 223.53 -43.53 - 109.225 208.00 230.87 -22.87 - 109.250 219.00 229.15 -10.15 - 109.275 202.00 219.38 -17.38 - 109.300 177.00 206.20 -29.20 - 109.325 175.00 193.53 -18.53 - 109.350 170.00 183.30 -13.30 - 109.375 167.00 175.99 -8.99 - 109.400 175.00 171.25 3.75 - 109.425 153.00 168.39 -15.39 - 109.450 145.00 166.72 -21.72 - 109.475 178.00 165.75 12.25 - 109.500 168.00 165.16 2.84 - 109.525 153.00 164.75 -11.75 - 109.550 159.00 164.39 -5.39 - 109.575 179.00 164.04 14.96 - 109.600 196.00 163.70 32.30 - 109.625 175.00 163.39 11.61 - 109.650 174.00 163.14 10.86 - 109.675 168.00 162.94 5.06 - 109.700 180.00 162.80 17.20 - 109.725 139.00 162.70 -23.70 - 109.750 157.00 162.65 -5.65 - 109.775 143.00 162.62 -19.62 - 109.800 156.00 162.64 -6.64 - 109.825 157.00 162.69 -5.69 - 109.850 151.00 162.82 -11.82 - 109.875 155.00 163.05 -8.05 - 109.900 158.00 163.45 -5.45 - 109.925 155.00 164.09 -9.09 - 109.950 141.00 165.03 -24.03 - 109.975 152.00 166.26 -14.26 - 110.000 145.00 167.69 -22.69 - 110.025 158.00 169.04 -11.04 - 110.050 153.00 169.87 -16.87 - 110.075 149.00 169.83 -20.83 - 110.100 153.00 169.02 -16.02 - 110.125 150.00 167.90 -17.90 - 110.150 144.00 166.91 -22.91 - 110.175 150.00 166.32 -16.32 - 110.200 143.00 166.31 -23.31 - 110.225 172.00 167.04 4.96 - 110.250 141.00 168.65 -27.65 - 110.275 166.00 171.22 -5.22 - 110.300 170.00 174.70 -4.70 - 110.325 162.00 178.78 -16.78 - 110.350 206.00 182.72 23.28 - 110.375 182.00 185.32 -3.32 - 110.400 172.00 185.61 -13.61 - 110.425 183.00 183.99 -0.99 - 110.450 175.00 181.93 -6.93 - 110.475 178.00 180.84 -2.84 - 110.500 179.00 181.47 -2.47 - 110.525 157.00 183.94 -26.94 - 110.550 163.00 187.67 -24.67 - 110.575 182.00 191.30 -9.30 - 110.600 184.00 192.93 -8.93 - 110.625 177.00 191.30 -14.30 - 110.650 163.00 187.04 -24.04 - 110.675 172.00 181.77 -9.77 - 110.700 185.00 176.83 8.17 - 110.725 159.00 172.87 -13.87 - 110.750 185.00 170.04 14.96 - 110.775 176.00 168.25 7.75 - 110.800 169.00 167.24 1.76 - 110.825 161.00 166.77 -5.77 - 110.850 173.00 166.64 6.36 - 110.875 190.00 166.75 23.25 - 110.900 193.00 167.03 25.97 - 110.925 150.00 167.49 -17.49 - 110.950 175.00 168.15 6.85 - 110.975 151.00 169.06 -18.06 - 111.000 176.00 170.35 5.65 - 111.025 166.00 172.23 -6.23 - 111.050 171.00 175.12 -4.12 - 111.075 187.00 179.70 7.30 - 111.100 180.00 186.95 -6.95 - 111.125 216.00 198.09 17.91 - 111.150 212.00 214.23 -2.23 - 111.175 269.00 235.82 33.18 - 111.200 301.00 261.76 39.24 - 111.225 313.00 288.48 24.52 - 111.250 319.00 309.21 9.79 - 111.275 328.00 315.63 12.37 - 111.300 299.00 304.55 -5.55 - 111.325 252.00 281.49 -29.49 - 111.350 252.00 254.89 -2.89 - 111.375 228.00 230.65 -2.65 - 111.400 200.00 211.69 -11.69 - 111.425 209.00 198.89 10.11 - 111.450 202.00 192.01 9.99 - 111.475 225.00 190.40 34.60 - 111.500 199.00 193.50 5.50 - 111.525 251.00 200.86 50.14 - 111.550 236.00 211.84 24.16 - 111.575 263.00 225.15 37.85 - 111.600 299.00 238.19 60.81 - 111.625 302.00 246.89 55.11 - 111.650 338.00 247.17 90.83 - 111.675 248.00 238.64 9.36 - 111.700 259.00 224.90 34.10 - 111.725 262.00 210.18 51.82 - 111.750 213.00 197.09 15.91 - 111.775 211.00 186.81 24.19 - 111.800 206.00 179.47 26.53 - 111.825 210.00 174.61 35.39 - 111.850 168.00 171.57 -3.57 - 111.875 191.00 169.72 21.28 - 111.900 159.00 168.57 -9.57 - 111.925 183.00 167.85 15.15 - 111.950 202.00 167.39 34.61 - 111.975 211.00 167.11 43.89 - 112.000 205.00 166.97 38.03 - 112.025 206.00 167.00 39.00 - 112.050 205.00 167.23 37.77 - 112.075 223.00 167.77 55.23 - 112.100 200.00 168.78 31.22 - 112.125 184.00 170.49 13.51 - 112.150 189.00 173.16 15.84 - 112.175 186.00 176.95 9.05 - 112.200 185.00 181.86 3.14 - 112.225 205.00 187.52 17.48 - 112.250 197.00 193.04 3.96 - 112.275 210.00 196.99 13.01 - 112.300 206.00 197.87 8.13 - 112.325 202.00 195.34 6.66 - 112.350 174.00 190.56 -16.56 - 112.375 175.00 185.11 -10.11 - 112.400 190.00 180.14 9.86 - 112.425 165.00 176.23 -11.23 - 112.450 173.00 173.59 -0.59 - 112.475 179.00 172.17 6.83 - 112.500 192.00 171.86 20.14 - 112.525 168.00 172.67 -4.67 - 112.550 168.00 174.76 -6.76 - 112.575 181.00 178.42 2.58 - 112.600 170.00 184.02 -14.02 - 112.625 200.00 191.77 8.23 - 112.650 198.00 201.43 -3.43 - 112.675 219.00 212.13 6.87 - 112.700 211.00 222.04 -11.04 - 112.725 238.00 228.42 9.58 - 112.750 222.00 229.00 -7.00 - 112.775 205.00 224.14 -19.14 - 112.800 221.00 216.58 4.42 - 112.825 204.00 209.16 -5.16 - 112.850 219.00 203.75 15.25 - 112.875 196.00 201.12 -5.12 - 112.900 210.00 201.26 8.74 - 112.925 196.00 203.70 -7.70 - 112.950 234.00 207.67 26.33 - 112.975 212.00 212.03 -0.03 - 113.000 191.00 215.25 -24.25 - 113.025 250.00 216.31 33.69 - 113.050 230.00 216.01 13.99 - 113.075 226.00 216.76 9.24 - 113.100 277.00 221.31 55.69 - 113.125 263.00 231.71 31.29 - 113.150 296.00 248.94 47.06 - 113.175 319.00 272.39 46.61 - 113.200 338.00 299.31 38.69 - 113.225 385.00 324.30 60.70 - 113.250 408.00 339.53 68.47 - 113.275 381.00 338.30 42.70 - 113.300 356.00 320.82 35.18 - 113.325 290.00 293.83 -3.83 - 113.350 284.00 264.74 19.26 - 113.375 268.00 238.48 29.52 - 113.400 222.00 217.49 4.51 - 113.425 245.00 202.42 42.58 - 113.450 214.00 192.86 21.14 - 113.475 211.00 187.88 23.12 - 113.500 204.00 186.55 17.45 - 113.525 227.00 188.12 38.88 - 113.550 254.00 191.91 62.09 - 113.575 236.00 197.21 38.79 - 113.600 290.00 202.94 87.06 - 113.625 305.00 207.56 97.44 - 113.650 290.00 209.21 80.79 - 113.675 337.00 206.90 130.10 - 113.700 276.00 201.39 74.61 - 113.725 281.00 194.41 86.59 - 113.750 238.00 187.45 50.55 - 113.775 243.00 181.42 61.58 - 113.800 231.00 176.69 54.31 - 113.825 205.00 173.27 31.73 - 113.850 205.00 170.96 34.04 - 113.875 193.00 169.48 23.52 - 113.900 180.00 168.57 11.43 - 113.925 171.00 168.03 2.97 - 113.950 185.00 167.71 17.29 - 113.975 191.00 167.57 23.43 - 114.000 191.00 167.57 23.43 - 114.025 190.00 167.72 22.28 - 114.050 179.00 168.07 10.93 - 114.075 169.00 168.71 0.29 - 114.100 175.00 169.83 5.17 - 114.125 199.00 171.70 27.30 - 114.150 179.00 174.66 4.34 - 114.175 189.00 179.06 9.94 - 114.200 210.00 185.18 24.82 - 114.225 191.00 192.99 -1.99 - 114.250 206.00 202.02 3.98 - 114.275 212.00 211.15 0.85 - 114.300 210.00 218.50 -8.50 - 114.325 235.00 221.75 13.25 - 114.350 205.00 219.59 -14.59 - 114.375 182.00 212.90 -30.90 - 114.400 185.00 203.93 -18.93 - 114.425 177.00 194.73 -17.73 - 114.450 171.00 186.56 -15.56 - 114.475 153.00 180.02 -27.02 - 114.500 154.00 175.22 -21.22 - 114.525 152.00 171.93 -19.93 - 114.550 170.00 169.80 0.20 - 114.575 155.00 168.48 -13.48 - 114.600 156.00 167.68 -11.68 - 114.625 153.00 167.22 -14.22 - 114.650 171.00 166.97 4.03 - 114.675 188.00 166.89 21.11 - 114.700 181.00 166.95 14.05 - 114.725 180.00 167.16 12.84 - 114.750 201.00 167.50 33.50 - 114.775 183.00 167.96 15.04 - 114.800 191.00 168.50 22.50 - 114.825 184.00 169.03 14.97 - 114.850 187.00 169.46 17.54 - 114.875 163.00 169.71 -6.71 - 114.900 161.00 169.79 -8.79 - 114.925 165.00 169.84 -4.84 - 114.950 160.00 170.00 -10.00 - 114.975 185.00 170.43 14.57 - 115.000 198.00 171.35 26.65 - 115.025 164.00 172.98 -8.98 - 115.050 176.00 175.57 0.43 - 115.075 182.00 179.31 2.69 - 115.100 172.00 184.27 -12.27 - 115.125 172.00 190.32 -18.32 - 115.150 186.00 197.06 -11.06 - 115.175 189.00 203.72 -14.72 - 115.200 181.00 209.23 -28.23 - 115.225 231.00 212.76 18.24 - 115.250 209.00 214.48 -5.48 - 115.275 211.00 215.53 -4.53 - 115.300 227.00 216.93 10.07 - 115.325 226.00 219.01 6.99 - 115.350 193.00 221.07 -28.07 - 115.375 216.00 221.69 -5.69 - 115.400 211.00 219.47 -8.47 - 115.425 211.00 214.29 -3.29 - 115.450 193.00 207.41 -14.41 - 115.475 175.00 200.44 -25.44 - 115.500 192.00 194.68 -2.68 - 115.525 209.00 191.03 17.97 - 115.550 196.00 190.02 5.98 - 115.575 195.00 191.85 3.15 - 115.600 230.00 196.37 33.63 - 115.625 231.00 203.08 27.92 - 115.650 239.00 211.02 27.98 - 115.675 311.00 218.65 92.35 - 115.700 285.00 223.96 61.04 - 115.725 263.00 225.00 38.00 - 115.750 289.00 221.23 67.77 - 115.775 262.00 213.88 48.12 - 115.800 214.00 204.97 9.03 - 115.825 212.00 196.14 15.86 - 115.850 218.00 188.40 29.60 - 115.875 186.00 182.21 3.79 - 115.900 191.00 177.64 13.36 - 115.925 199.00 174.48 24.52 - 115.950 183.00 172.44 10.56 - 115.975 190.00 171.18 18.82 - 116.000 168.00 170.44 -2.44 - 116.025 194.00 170.02 23.98 - 116.050 191.00 169.79 21.21 - 116.075 195.00 169.68 25.32 - 116.100 207.00 169.68 37.32 - 116.125 218.00 169.78 48.22 - 116.150 222.00 170.00 52.00 - 116.175 241.00 170.37 70.63 - 116.200 242.00 170.93 71.07 - 116.225 219.00 171.79 47.21 - 116.250 189.00 173.11 15.89 - 116.275 202.00 175.18 26.82 - 116.300 202.00 178.38 23.62 - 116.325 190.00 183.23 6.77 - 116.350 225.00 190.24 34.76 - 116.375 204.00 199.87 4.13 - 116.400 223.00 212.29 10.71 - 116.425 262.00 227.13 34.87 - 116.450 258.00 243.30 14.70 - 116.475 317.00 258.71 58.29 - 116.500 312.00 270.37 41.63 - 116.525 304.00 275.34 28.66 - 116.550 299.00 272.40 26.60 - 116.575 278.00 262.76 15.24 - 116.600 265.00 248.89 16.11 - 116.625 221.00 233.38 -12.38 - 116.650 205.00 218.40 -13.40 - 116.675 225.00 205.38 19.62 - 116.700 211.00 194.95 16.05 - 116.725 203.00 187.16 15.84 - 116.750 192.00 181.69 10.31 - 116.775 201.00 178.07 22.93 - 116.800 197.00 175.85 21.15 - 116.825 227.00 174.64 52.36 - 116.850 184.00 174.19 9.81 - 116.875 205.00 174.34 30.66 - 116.900 216.00 175.03 40.97 - 116.925 256.00 176.19 79.81 - 116.950 253.00 177.75 75.25 - 116.975 288.00 179.60 108.40 - 117.000 249.00 181.51 67.49 - 117.025 280.00 183.21 96.79 - 117.050 219.00 184.41 34.59 - 117.075 217.00 185.00 32.00 - 117.100 249.00 185.00 64.00 - 117.125 229.00 184.54 44.46 - 117.150 198.00 183.82 14.18 - 117.175 193.00 183.01 9.99 - 117.200 178.00 182.33 -4.33 - 117.225 205.00 182.03 22.97 - 117.250 210.00 182.40 27.60 - 117.275 185.00 183.73 1.27 - 117.300 179.00 186.28 -7.28 - 117.325 213.00 190.23 22.77 - 117.350 233.00 195.67 37.33 - 117.375 225.00 202.66 22.34 - 117.400 232.00 211.09 20.91 - 117.425 264.00 220.78 43.22 - 117.450 271.00 231.42 39.58 - 117.475 285.00 242.98 42.02 - 117.500 273.00 256.00 17.00 - 117.525 342.00 271.30 70.70 - 117.550 326.00 289.24 36.76 - 117.575 401.00 308.97 92.03 - 117.600 358.00 328.08 29.92 - 117.625 432.00 343.02 88.98 - 117.650 331.00 350.50 -19.50 - 117.675 361.00 349.54 11.46 - 117.700 330.00 341.36 -11.36 - 117.725 283.00 327.55 -44.55 - 117.750 282.00 309.23 -27.23 - 117.775 263.00 287.86 -24.86 - 117.800 245.00 265.68 -20.68 - 117.825 232.00 244.86 -12.86 - 117.850 219.00 226.86 -7.86 - 117.875 251.00 212.23 38.77 - 117.900 241.00 200.96 40.04 - 117.925 241.00 192.68 48.32 - 117.950 265.00 186.85 78.15 - 117.975 237.00 182.93 54.07 - 118.000 251.00 180.41 70.59 - 118.025 266.00 178.92 87.08 - 118.050 291.00 178.23 112.77 - 118.075 301.00 178.24 122.76 - 118.100 300.00 179.01 120.99 - 118.125 280.00 180.72 99.28 - 118.150 332.00 183.61 148.39 - 118.175 285.00 187.98 97.02 - 118.200 276.00 194.08 81.92 - 118.225 261.00 201.98 59.02 - 118.250 262.00 211.50 50.50 - 118.275 264.00 222.03 41.97 - 118.300 280.00 232.47 47.53 - 118.325 291.00 241.20 49.80 - 118.350 292.00 246.49 45.51 - 118.375 284.00 247.10 36.90 - 118.400 266.00 242.83 23.17 - 118.425 240.00 234.63 5.37 - 118.450 219.00 224.19 -5.19 - 118.475 232.00 213.21 18.79 - 118.500 218.00 202.96 15.04 - 118.525 192.00 194.17 -2.17 - 118.550 181.00 187.12 -6.12 - 118.575 184.00 181.80 2.20 - 118.600 219.00 177.97 41.03 - 118.625 187.00 175.31 11.69 - 118.650 174.00 173.53 0.47 - 118.675 184.00 172.34 11.66 - 118.700 204.00 171.56 32.44 - 118.725 197.00 171.04 25.96 - 118.750 217.00 170.71 46.29 - 118.775 215.00 170.51 44.49 - 118.800 213.00 170.43 42.57 - 118.825 212.00 170.44 41.56 - 118.850 218.00 170.53 47.47 - 118.875 210.00 170.65 39.35 - 118.900 224.00 170.78 53.22 - 118.925 183.00 170.86 12.14 - 118.950 178.00 170.84 7.16 - 118.975 205.00 170.69 34.31 - 119.000 184.00 170.43 13.57 - 119.025 185.00 170.11 14.89 - 119.050 180.00 169.78 10.22 - 119.075 197.00 169.48 27.52 - 119.100 154.00 169.22 -15.22 - 119.125 171.00 169.01 1.99 - 119.150 181.00 168.85 12.15 - 119.175 155.00 168.74 -13.74 - 119.200 145.00 168.67 -23.67 - 119.225 184.00 168.62 15.38 - 119.250 180.00 168.58 11.42 - 119.275 173.00 168.56 4.44 - 119.300 168.00 168.54 -0.54 - 119.325 190.00 168.53 21.47 - 119.350 169.00 168.53 0.47 - 119.375 161.00 168.53 -7.53 - 119.400 174.00 168.55 5.45 - 119.425 158.00 168.56 -10.56 - 119.450 167.00 168.59 -1.59 - 119.475 182.00 168.62 13.38 - 119.500 165.00 168.66 -3.66 - 119.525 183.00 168.70 14.30 - 119.550 168.00 168.74 -0.74 - 119.575 159.00 168.79 -9.79 - 119.600 161.00 168.84 -7.84 - 119.625 155.00 168.90 -13.90 - 119.650 189.00 168.96 20.04 - 119.675 186.00 169.03 16.97 - 119.700 150.00 169.10 -19.10 - 119.725 168.00 169.17 -1.17 - 119.750 186.00 169.25 16.75 - 119.775 194.00 169.33 24.67 - 119.800 155.00 169.42 -14.42 - 119.825 171.00 169.52 1.48 - 119.850 151.00 169.62 -18.62 - 119.875 165.00 169.73 -4.73 - 119.900 175.00 169.85 5.15 - 119.925 156.00 169.98 -13.98 - 119.950 163.00 170.12 -7.12 - 119.975 164.00 170.27 -6.27 - 120.000 166.00 170.44 -4.44 - 120.025 185.00 170.62 14.38 - 120.050 163.00 170.81 -7.81 - 120.075 202.00 171.02 30.98 - 120.100 186.00 171.24 14.76 - 120.125 183.00 171.46 11.54 - 120.150 183.00 171.71 11.29 - 120.175 155.00 171.97 -16.97 - 120.200 199.00 172.26 26.74 - 120.225 176.00 172.57 3.43 - 120.250 188.00 172.92 15.08 - 120.275 177.00 173.32 3.68 - 120.300 165.00 173.78 -8.78 - 120.325 198.00 174.30 23.70 - 120.350 170.00 174.91 -4.91 - 120.375 186.00 175.63 10.37 - 120.400 188.00 176.51 11.49 - 120.425 193.00 177.63 15.37 - 120.450 190.00 179.10 10.90 - 120.475 207.00 181.14 25.86 - 120.500 234.00 184.03 49.97 - 120.525 205.00 188.16 16.84 - 120.550 212.00 193.97 18.03 - 120.575 216.00 201.97 14.03 - 120.600 213.00 212.56 0.44 - 120.625 266.00 225.98 40.02 - 120.650 257.00 242.11 14.89 - 120.675 269.00 260.35 8.65 - 120.700 300.00 279.50 20.50 - 120.725 330.00 297.67 32.33 - 120.750 339.00 312.47 26.53 - 120.775 357.00 321.49 35.51 - 120.800 382.00 323.28 58.72 - 120.825 326.00 318.30 7.70 - 120.850 325.00 308.94 16.06 - 120.875 282.00 298.34 -16.34 - 120.900 284.00 289.32 -5.32 - 120.925 305.00 283.74 21.26 - 120.950 353.00 282.47 70.53 - 120.975 293.00 285.33 7.67 - 121.000 354.00 291.13 62.87 - 121.025 327.00 297.75 29.25 - 121.050 397.00 302.46 94.54 - 121.075 378.00 302.63 75.37 - 121.100 367.00 296.95 70.05 - 121.125 341.00 285.95 55.05 - 121.150 307.00 271.52 35.48 - 121.175 311.00 255.80 55.20 - 121.200 274.00 240.49 33.51 - 121.225 313.00 226.73 86.27 - 121.250 351.00 215.17 135.83 - 121.275 347.00 206.03 140.97 - 121.300 326.00 199.22 126.78 - 121.325 307.00 194.44 112.56 - 121.350 293.00 191.30 101.70 - 121.375 260.00 189.42 70.58 - 121.400 283.00 188.51 94.49 - 121.425 272.00 188.33 83.67 - 121.450 272.00 188.79 83.21 - 121.475 302.00 189.88 112.12 - 121.500 307.00 191.72 115.28 - 121.525 313.00 194.58 118.42 - 121.550 332.00 198.86 133.14 - 121.575 337.00 205.16 131.84 - 121.600 327.00 214.23 112.77 - 121.625 331.00 226.90 104.10 - 121.650 343.00 243.95 99.05 - 121.675 329.00 265.90 63.10 - 121.700 371.00 292.79 78.21 - 121.725 392.00 323.95 68.05 - 121.750 418.00 357.79 60.21 - 121.775 493.00 391.56 101.44 - 121.800 471.00 421.39 49.61 - 121.825 481.00 442.77 38.23 - 121.850 485.00 451.85 33.15 - 121.875 486.00 447.25 38.75 - 121.900 422.00 430.88 -8.88 - 121.925 425.00 406.98 18.02 - 121.950 387.00 380.41 6.59 - 121.975 379.00 355.42 23.58 - 122.000 330.00 335.00 -5.00 - 122.025 338.00 320.87 17.13 - 122.050 327.00 313.45 13.55 - 122.075 321.00 312.03 8.97 - 122.100 327.00 315.02 11.98 - 122.125 386.00 320.31 65.69 - 122.150 375.00 325.62 49.38 - 122.175 412.00 328.61 83.39 - 122.200 398.00 327.16 70.84 - 122.225 371.00 320.06 50.94 - 122.250 398.00 307.58 90.42 - 122.275 377.00 291.34 85.66 - 122.300 382.00 273.42 108.58 - 122.325 419.00 255.64 163.36 - 122.350 397.00 239.27 157.73 - 122.375 373.00 225.05 147.95 - 122.400 325.00 213.33 111.67 - 122.425 333.00 204.08 128.92 - 122.450 311.00 197.06 113.94 - 122.475 301.00 191.91 109.09 - 122.500 293.00 188.22 104.78 - 122.525 291.00 185.59 105.41 - 122.550 268.00 183.72 84.28 - 122.575 279.00 182.37 96.63 - 122.600 289.00 181.37 107.63 - 122.625 278.00 180.60 97.40 - 122.650 266.00 179.99 86.01 - 122.675 268.00 179.49 88.51 - 122.700 284.00 179.07 104.93 - 122.725 258.00 178.73 79.27 - 122.750 251.00 178.43 72.57 - 122.775 258.00 178.19 79.81 - 122.800 247.00 177.99 69.01 - 122.825 251.00 177.82 73.18 - 122.850 211.00 177.70 33.30 - 122.875 209.00 177.60 31.40 - 122.900 220.00 177.53 42.47 - 122.925 218.00 177.50 40.50 - 122.950 191.00 177.49 13.51 - 122.975 186.00 177.50 8.50 - 123.000 214.00 177.55 36.45 - 123.025 213.00 177.64 35.36 - 123.050 216.00 177.76 38.24 - 123.075 227.00 177.92 49.08 - 123.100 196.00 178.14 17.86 - 123.125 202.00 178.41 23.59 - 123.150 213.00 178.74 34.26 - 123.175 186.00 179.13 6.87 - 123.200 198.00 179.59 18.41 - 123.225 224.00 180.10 43.90 - 123.250 177.00 180.66 -3.66 - 123.275 197.00 181.24 15.76 - 123.300 160.00 181.83 -21.83 - 123.325 191.00 182.40 8.60 - 123.350 209.00 182.96 26.04 - 123.375 217.00 183.54 33.46 - 123.400 216.00 184.20 31.80 - 123.425 215.00 185.02 29.98 - 123.450 200.00 186.14 13.86 - 123.475 207.00 187.71 19.29 - 123.500 202.00 189.92 12.08 - 123.525 234.00 193.06 40.94 - 123.550 218.00 197.43 20.57 - 123.575 252.00 203.43 48.57 - 123.600 249.00 211.51 37.49 - 123.625 281.00 222.09 58.91 - 123.650 270.00 235.59 34.41 - 123.675 287.00 252.24 34.76 - 123.700 318.00 272.02 45.98 - 123.725 319.00 294.53 24.47 - 123.750 370.00 318.87 51.13 - 123.775 397.00 343.69 53.31 - 123.800 434.00 367.29 66.71 - 123.825 494.00 387.85 106.15 - 123.850 424.00 403.39 20.61 - 123.875 485.00 411.80 73.20 - 123.900 464.00 411.35 52.65 - 123.925 454.00 401.61 52.39 - 123.950 461.00 383.85 77.15 - 123.975 371.00 360.64 10.36 - 124.000 326.00 334.93 -8.93 - 124.025 309.00 309.31 -0.31 - 124.050 280.00 285.73 -5.73 - 124.075 332.00 265.44 66.56 - 124.100 297.00 249.08 47.92 - 124.125 277.00 236.82 40.18 - 124.150 293.00 228.49 64.51 - 124.175 303.00 223.69 79.31 - 124.200 342.00 221.92 120.08 - 124.225 293.00 222.64 70.36 - 124.250 322.00 225.37 96.63 - 124.275 350.00 229.66 120.34 - 124.300 360.00 235.19 124.81 - 124.325 343.00 241.78 101.22 - 124.350 387.00 249.39 137.61 - 124.375 437.00 257.99 179.01 - 124.400 442.00 267.40 174.60 - 124.425 460.00 277.08 182.92 - 124.450 486.00 286.14 199.86 - 124.475 451.00 293.37 157.63 - 124.500 433.00 297.52 135.48 - 124.525 459.00 297.70 161.30 - 124.550 369.00 293.77 75.23 - 124.575 415.00 286.36 128.64 - 124.600 340.00 276.59 63.41 - 124.625 328.00 265.78 62.22 - 124.650 323.00 255.23 67.77 - 124.675 291.00 246.00 45.00 - 124.700 265.00 238.88 26.12 - 124.725 305.00 234.33 70.67 - 124.750 279.00 232.49 46.51 - 124.775 298.00 233.23 64.77 - 124.800 320.00 236.12 83.88 - 124.825 299.00 240.52 58.48 - 124.850 306.00 245.59 60.41 - 124.875 340.00 250.28 89.72 - 124.900 314.00 253.50 60.50 - 124.925 329.00 254.35 74.65 - 124.950 324.00 252.41 71.59 - 124.975 367.00 247.93 119.07 - 125.000 378.00 241.65 136.35 - 125.025 335.00 234.47 100.53 - 125.050 338.00 227.21 110.79 - 125.075 293.00 220.57 72.43 - 125.100 299.00 215.05 83.95 - 125.125 293.00 211.06 81.94 - 125.150 263.00 208.86 54.14 - 125.175 285.00 208.68 76.32 - 125.200 277.00 210.67 66.33 - 125.225 283.00 214.92 68.08 - 125.250 326.00 221.47 104.53 - 125.275 291.00 230.25 60.75 - 125.300 311.00 241.03 69.97 - 125.325 315.00 253.45 61.55 - 125.350 351.00 266.88 84.12 - 125.375 367.00 280.45 86.55 - 125.400 353.00 293.04 59.96 - 125.425 387.00 303.36 83.64 - 125.450 404.00 310.27 93.73 - 125.475 365.00 313.26 51.74 - 125.500 354.00 312.71 41.29 - 125.525 382.00 309.71 72.29 - 125.550 318.00 305.54 12.46 - 125.575 310.00 301.22 8.78 - 125.600 342.00 297.32 44.68 - 125.625 355.00 293.91 61.09 - 125.650 334.00 290.68 43.32 - 125.675 382.00 287.04 94.96 - 125.700 359.00 282.36 76.64 - 125.725 322.00 276.21 45.79 - 125.750 317.00 268.45 48.55 - 125.775 322.00 259.37 62.63 - 125.800 315.00 249.53 65.47 - 125.825 322.00 239.57 82.43 - 125.850 260.00 230.06 29.94 - 125.875 275.00 221.39 53.61 - 125.900 282.00 213.83 68.17 - 125.925 290.00 207.50 82.50 - 125.950 318.00 202.39 115.61 - 125.975 296.00 198.43 97.57 - 126.000 276.00 195.47 80.53 - 126.025 281.00 193.35 87.65 - 126.050 309.00 191.91 117.09 - 126.075 281.00 191.00 90.00 - 126.100 305.00 190.50 114.50 - 126.125 298.00 190.32 107.68 - 126.150 276.00 190.42 85.58 - 126.175 252.00 190.77 61.23 - 126.200 303.00 191.38 111.62 - 126.225 282.00 192.32 89.68 - 126.250 308.00 193.68 114.32 - 126.275 302.00 195.64 106.36 - 126.300 293.00 198.41 94.59 - 126.325 288.00 202.31 85.69 - 126.350 268.00 207.73 60.27 - 126.375 300.00 215.13 84.87 - 126.400 319.00 224.98 94.02 - 126.425 297.00 237.74 59.26 - 126.450 302.00 253.76 48.24 - 126.475 304.00 273.17 30.83 - 126.500 346.00 295.83 50.17 - 126.525 392.00 321.20 70.80 - 126.550 454.00 348.28 105.72 - 126.575 519.00 375.52 143.48 - 126.600 565.00 400.81 164.19 - 126.625 590.00 421.70 168.30 - 126.650 593.00 435.70 157.30 - 126.675 601.00 441.09 159.91 - 126.700 563.00 437.52 125.48 - 126.725 482.00 426.06 55.94 - 126.750 500.00 408.59 91.41 - 126.775 403.00 387.07 15.93 - 126.800 417.00 363.26 53.74 - 126.825 386.00 338.64 47.36 - 126.850 328.00 314.50 13.50 - 126.875 293.00 291.90 1.10 - 126.900 321.00 271.62 49.38 - 126.925 300.00 254.09 45.91 - 126.950 313.00 239.42 73.58 - 126.975 294.00 227.49 66.51 - 127.000 318.00 218.02 99.98 - 127.025 294.00 210.67 83.33 - 127.050 329.00 205.08 123.92 - 127.075 329.00 200.91 128.09 - 127.100 364.00 197.84 166.16 - 127.125 360.00 195.63 164.37 - 127.150 385.00 194.06 190.94 - 127.175 412.00 192.99 219.01 - 127.200 426.00 192.32 233.68 - 127.225 405.00 192.00 213.00 - 127.250 418.00 192.00 226.00 - 127.275 417.00 192.35 224.65 - 127.300 358.00 193.10 164.90 - 127.325 384.00 194.34 189.66 - 127.350 387.00 196.18 190.82 - 127.375 312.00 198.75 113.25 - 127.400 316.00 202.20 113.80 - 127.425 304.00 206.65 97.35 - 127.450 295.00 212.19 82.81 - 127.475 296.00 218.85 77.15 - 127.500 294.00 226.57 67.43 - 127.525 273.00 235.16 37.84 - 127.550 325.00 244.31 80.69 - 127.575 330.00 253.51 76.49 - 127.600 345.00 262.17 82.83 - 127.625 300.00 269.60 30.40 - 127.650 370.00 275.16 94.84 - 127.675 350.00 278.30 71.70 - 127.700 381.00 278.67 102.33 - 127.725 297.00 276.15 20.85 - 127.750 316.00 270.98 45.02 - 127.775 300.00 263.71 36.29 - 127.800 270.00 255.04 14.96 - 127.825 271.00 245.73 25.27 - 127.850 292.00 236.43 55.57 - 127.875 249.00 227.63 21.37 - 127.900 263.00 219.69 43.31 - 127.925 269.00 212.80 56.20 - 127.950 273.00 207.04 65.96 - 127.975 252.00 202.38 49.62 - 128.000 250.00 198.73 51.27 - 128.025 225.00 195.96 29.04 - 128.050 241.00 193.92 47.08 - 128.075 245.00 192.47 52.53 - 128.100 268.00 191.47 76.53 - 128.125 276.00 190.83 85.17 - 128.150 264.00 190.44 73.56 - 128.175 282.00 190.26 91.74 - 128.200 294.00 190.24 103.76 - 128.225 314.00 190.36 123.64 - 128.250 303.00 190.61 112.39 - 128.275 269.00 191.00 78.00 - 128.300 295.00 191.55 103.45 - 128.325 283.00 192.31 90.69 - 128.350 293.00 193.32 99.68 - 128.375 286.00 194.67 91.33 - 128.400 264.00 196.44 67.56 - 128.425 255.00 198.76 56.24 - 128.450 259.00 201.77 57.23 - 128.475 252.00 205.62 46.38 - 128.500 270.00 210.50 59.50 - 128.525 255.00 216.55 38.45 - 128.550 304.00 223.95 80.05 - 128.575 293.00 232.77 60.23 - 128.600 311.00 242.98 68.02 - 128.625 285.00 254.52 30.48 - 128.650 332.00 267.12 64.88 - 128.675 321.00 280.47 40.53 - 128.700 350.00 294.12 55.88 - 128.725 358.00 307.43 50.57 - 128.750 431.00 319.71 111.29 - 128.775 433.00 330.02 102.98 - 128.800 427.00 337.50 89.50 - 128.825 380.00 341.48 38.52 - 128.850 413.00 341.89 71.11 - 128.875 422.00 339.26 82.74 - 128.900 348.00 334.57 13.43 - 128.925 388.00 328.85 59.15 - 128.950 355.00 323.01 31.99 - 128.975 370.00 317.71 52.29 - 129.000 353.00 313.25 39.75 - 129.025 322.00 309.72 12.28 - 129.050 348.00 307.03 40.97 - 129.075 325.00 305.09 19.91 - 129.100 320.00 303.81 16.19 - 129.125 369.00 303.15 65.85 - 129.150 351.00 303.03 47.97 - 129.175 400.00 303.27 96.73 - 129.200 379.00 303.63 75.37 - 129.225 399.00 303.88 95.12 - 129.250 406.00 303.94 102.06 - 129.275 396.00 304.01 91.99 - 129.300 397.00 304.47 92.53 - 129.325 415.00 305.83 109.17 - 129.350 439.00 308.49 130.51 - 129.375 438.00 312.65 125.35 - 129.400 437.00 318.32 118.68 - 129.425 478.00 325.20 152.80 - 129.450 495.00 332.74 162.26 - 129.475 511.00 340.17 170.83 - 129.500 450.00 346.69 103.31 - 129.525 497.00 351.63 145.37 - 129.550 498.00 354.61 143.39 - 129.575 433.00 355.48 77.52 - 129.600 477.00 354.18 122.82 - 129.625 484.00 350.70 133.30 - 129.650 430.00 344.86 85.14 - 129.675 431.00 336.60 94.40 - 129.700 454.00 326.02 127.98 - 129.725 399.00 313.59 85.41 - 129.750 382.00 299.95 82.05 - 129.775 384.00 285.91 98.09 - 129.800 351.00 272.11 78.89 - 129.825 334.00 259.13 74.87 - 129.850 347.00 247.38 99.62 - 129.875 336.00 237.04 98.96 - 129.900 330.00 228.27 101.73 - 129.925 306.00 221.05 84.95 - 129.950 330.00 215.33 114.67 - 129.975 311.00 211.02 99.98 - 130.000 298.00 207.95 90.05 - 130.025 301.00 206.00 95.00 - 130.050 344.00 204.99 139.01 - 130.075 335.00 204.79 130.21 - 130.100 334.00 205.28 128.72 - 130.125 303.00 206.33 96.67 - 130.150 326.00 207.84 118.16 - 130.175 359.00 209.70 149.30 - 130.200 397.00 211.81 185.19 - 130.225 356.00 214.06 141.94 - 130.250 347.00 216.35 130.65 - 130.275 310.00 218.61 91.39 - 130.300 347.00 220.78 126.22 - 130.325 332.00 222.91 109.09 - 130.350 312.00 225.07 86.93 - 130.375 335.00 227.33 107.67 - 130.400 334.00 229.76 104.24 - 130.425 316.00 232.35 83.65 - 130.450 309.00 235.01 73.99 - 130.475 294.00 237.57 56.43 - 130.500 334.00 239.79 94.21 - 130.525 342.00 241.40 100.60 - 130.550 332.00 242.15 89.85 - 130.575 279.00 241.84 37.16 - 130.600 267.00 240.38 26.62 - 130.625 257.00 237.80 19.20 - 130.650 292.00 234.30 57.70 - 130.675 288.00 230.14 57.86 - 130.700 273.00 225.62 47.38 - 130.725 245.00 221.01 23.99 - 130.750 269.00 216.52 52.48 - 130.775 248.00 212.29 35.71 - 130.800 228.00 208.42 19.58 - 130.825 250.00 204.99 45.01 - 130.850 249.00 202.02 46.98 - 130.875 230.00 199.50 30.50 - 130.900 238.00 197.42 40.58 - 130.925 217.00 195.73 21.27 - 130.950 238.00 194.38 43.62 - 130.975 212.00 193.32 18.68 - 131.000 246.00 192.49 53.51 - 131.025 246.00 191.85 54.15 - 131.050 239.00 191.36 47.64 - 131.075 262.00 190.98 71.02 - 131.100 265.00 190.70 74.30 - 131.125 264.00 190.48 73.52 - 131.150 240.00 190.32 49.68 - 131.175 250.00 190.20 59.80 - 131.200 246.00 190.11 55.89 - 131.225 226.00 190.05 35.95 - 131.250 227.00 190.00 37.00 - 131.275 235.00 189.98 45.02 - 131.300 226.00 189.96 36.04 - 131.325 256.00 189.96 66.04 - 131.350 190.00 189.97 0.03 - 131.375 215.00 189.99 25.01 - 131.400 236.00 190.02 45.98 - 131.425 223.00 190.05 32.95 - 131.450 227.00 190.09 36.91 - 131.475 203.00 190.15 12.85 - 131.500 206.00 190.21 15.79 - 131.525 190.00 190.28 -0.28 - 131.550 232.00 190.36 41.64 - 131.575 230.00 190.45 39.55 - 131.600 201.00 190.55 10.45 - 131.625 219.00 190.67 28.33 - 131.650 203.00 190.80 12.20 - 131.675 216.00 190.94 25.06 - 131.700 213.00 191.10 21.90 - 131.725 208.00 191.28 16.72 - 131.750 224.00 191.48 32.52 - 131.775 210.00 191.71 18.29 - 131.800 202.00 191.97 10.03 - 131.825 212.00 192.29 19.71 - 131.850 205.00 192.66 12.34 - 131.875 236.00 193.13 42.87 - 131.900 220.00 193.71 26.29 - 131.925 194.00 194.45 -0.45 - 131.950 199.00 195.39 3.61 - 131.975 201.00 196.61 4.39 - 132.000 216.00 198.18 17.82 - 132.025 237.00 200.17 36.83 - 132.050 212.00 202.69 9.31 - 132.075 225.00 205.80 19.20 - 132.100 203.00 209.57 -6.57 - 132.125 241.00 214.07 26.93 - 132.150 232.00 219.29 12.71 - 132.175 260.00 225.21 34.79 - 132.200 253.00 231.74 21.26 - 132.225 257.00 238.73 18.27 - 132.250 282.00 245.96 36.04 - 132.275 291.00 253.12 37.88 - 132.300 283.00 259.87 23.13 - 132.325 325.00 265.78 59.22 - 132.350 333.00 270.44 62.56 - 132.375 335.00 273.55 61.45 - 132.400 293.00 274.91 18.09 - 132.425 315.00 274.53 40.47 - 132.450 297.00 272.58 24.42 - 132.475 310.00 269.32 40.68 - 132.500 285.00 265.04 19.96 - 132.525 285.00 260.02 24.98 - 132.550 276.00 254.49 21.51 - 132.575 258.00 248.74 9.26 - 132.600 251.00 242.99 8.01 - 132.625 269.00 237.48 31.52 - 132.650 228.00 232.39 -4.39 - 132.675 215.00 227.85 -12.85 - 132.700 259.00 223.93 35.07 - 132.725 235.00 220.64 14.36 - 132.750 257.00 217.93 39.07 - 132.775 241.00 215.73 25.27 - 132.800 289.00 213.93 75.07 - 132.825 229.00 212.42 16.58 - 132.850 267.00 211.08 55.92 - 132.875 270.00 209.81 60.19 - 132.900 284.00 208.57 75.43 - 132.925 265.00 207.34 57.66 - 132.950 274.00 206.10 67.90 - 132.975 275.00 204.90 70.10 - 133.000 279.00 203.74 75.26 - 133.025 277.00 202.66 74.34 - 133.050 269.00 201.68 67.32 - 133.075 267.00 200.82 66.18 - 133.100 263.00 200.12 62.88 - 133.125 299.00 199.57 99.43 - 133.150 262.00 199.20 62.80 - 133.175 263.00 199.03 63.97 - 133.200 268.00 199.06 68.94 - 133.225 235.00 199.33 35.67 - 133.250 232.00 199.85 32.15 - 133.275 261.00 200.66 60.34 - 133.300 236.00 201.80 34.20 - 133.325 224.00 203.29 20.71 - 133.350 251.00 205.17 45.83 - 133.375 249.00 207.46 41.54 - 133.400 247.00 210.18 36.82 - 133.425 217.00 213.31 3.69 - 133.450 238.00 216.83 21.17 - 133.475 231.00 220.65 10.35 - 133.500 251.00 224.69 26.31 - 133.525 261.00 228.82 32.18 - 133.550 251.00 232.87 18.13 - 133.575 308.00 236.62 71.38 - 133.600 300.00 239.87 60.13 - 133.625 333.00 242.41 90.59 - 133.650 311.00 244.05 66.95 - 133.675 283.00 244.75 38.25 - 133.700 279.00 244.55 34.45 - 133.725 289.00 243.64 45.36 - 133.750 281.00 242.30 38.70 - 133.775 273.00 240.81 32.19 - 133.800 244.00 239.47 4.53 - 133.825 299.00 238.53 60.47 - 133.850 263.00 238.17 24.83 - 133.875 257.00 238.55 18.45 - 133.900 209.00 239.70 -30.70 - 133.925 284.00 241.62 42.38 - 133.950 256.00 244.23 11.77 - 133.975 270.00 247.34 22.66 - 134.000 280.00 250.75 29.25 - 134.025 276.00 254.14 21.86 - 134.050 282.00 257.20 24.80 - 134.075 293.00 259.56 33.44 - 134.100 282.00 260.89 21.11 - 134.125 285.00 260.99 24.01 - 134.150 309.00 259.76 49.24 - 134.175 299.00 257.27 41.73 - 134.200 295.00 253.75 41.25 - 134.225 307.00 249.48 57.52 - 134.250 253.00 244.75 8.25 - 134.275 258.00 239.84 18.16 - 134.300 255.00 234.97 20.03 - 134.325 297.00 230.36 66.64 - 134.350 296.00 226.15 69.85 - 134.375 248.00 222.45 25.55 - 134.400 286.00 219.32 66.68 - 134.425 288.00 216.81 71.19 - 134.450 259.00 214.92 44.08 - 134.475 276.00 213.66 62.34 - 134.500 256.00 213.02 42.98 - 134.525 257.00 213.01 43.99 - 134.550 268.00 213.63 54.37 - 134.575 246.00 214.90 31.10 - 134.600 273.00 216.88 56.12 - 134.625 271.00 219.64 51.36 - 134.650 306.00 223.27 82.73 - 134.675 287.00 227.89 59.11 - 134.700 286.00 233.59 52.41 - 134.725 303.00 240.47 62.53 - 134.750 283.00 248.64 34.36 - 134.775 335.00 258.08 76.92 - 134.800 330.00 268.83 61.17 - 134.825 366.00 280.77 85.23 - 134.850 380.00 293.70 86.30 - 134.875 334.00 307.38 26.62 - 134.900 362.00 321.38 40.62 - 134.925 408.00 335.25 72.75 - 134.950 432.00 348.40 83.60 - 134.975 479.00 360.15 118.85 - 135.000 440.00 369.97 70.03 - 135.025 484.00 377.33 106.67 - 135.050 478.00 381.98 96.02 - 135.075 479.00 383.78 95.22 - 135.100 513.00 382.77 130.23 - 135.125 472.00 379.10 92.90 - 135.150 445.00 373.05 71.95 - 135.175 466.00 364.93 101.07 - 135.200 437.00 355.21 81.79 - 135.225 414.00 344.49 69.51 - 135.250 396.00 333.27 62.73 - 135.275 374.00 322.17 51.83 - 135.300 314.00 311.65 2.35 - 135.325 326.00 302.14 23.86 - 135.350 326.00 293.97 32.03 - 135.375 323.00 287.26 35.74 - 135.400 316.00 282.15 33.85 - 135.425 354.00 278.57 75.43 - 135.450 315.00 276.42 38.58 - 135.475 351.00 275.53 75.47 - 135.500 329.00 275.60 53.40 - 135.525 370.00 276.35 93.65 - 135.550 366.00 277.40 88.60 - 135.575 415.00 278.36 136.64 - 135.600 444.00 278.85 165.15 - 135.625 423.00 278.55 144.45 - 135.650 414.00 277.24 136.76 - 135.675 412.00 274.83 137.17 - 135.700 463.00 271.39 191.61 - 135.725 464.00 267.08 196.92 - 135.750 424.00 262.12 161.88 - 135.775 427.00 256.75 170.25 - 135.800 411.00 251.21 159.79 - 135.825 394.00 245.70 148.30 - 135.850 383.00 240.40 142.60 - 135.875 394.00 235.43 158.57 - 135.900 330.00 230.90 99.10 - 135.925 360.00 226.84 133.16 - 135.950 359.00 223.30 135.70 - 135.975 303.00 220.25 82.75 - 136.000 294.00 217.68 76.32 - 136.025 289.00 215.54 73.46 - 136.050 271.00 213.79 57.21 - 136.075 288.00 212.39 75.61 - 136.100 264.00 211.29 52.71 - 136.125 284.00 210.47 73.53 - 136.150 262.00 209.91 52.09 - 136.175 274.00 209.60 64.40 - 136.200 278.00 209.53 68.47 - 136.225 293.00 209.72 83.28 - 136.250 289.00 210.17 78.83 - 136.275 309.00 210.93 98.07 - 136.300 292.00 212.01 79.99 - 136.325 313.00 213.45 99.55 - 136.350 286.00 215.28 70.72 - 136.375 291.00 217.52 73.48 - 136.400 303.00 220.21 82.79 - 136.425 279.00 223.33 55.67 - 136.450 298.00 226.89 71.11 - 136.475 301.00 230.86 70.14 - 136.500 278.00 235.18 42.82 - 136.525 261.00 239.78 21.22 - 136.550 314.00 244.55 69.45 - 136.575 299.00 249.35 49.65 - 136.600 316.00 254.04 61.96 - 136.625 353.00 258.43 94.57 - 136.650 319.00 262.34 56.66 - 136.675 339.00 265.62 73.38 - 136.700 335.00 268.12 66.88 - 136.725 341.00 269.74 71.26 - 136.750 306.00 270.48 35.52 - 136.775 303.00 270.34 32.66 - 136.800 298.00 269.39 28.61 - 136.825 290.00 267.74 22.26 - 136.850 317.00 265.47 51.53 - 136.875 318.00 262.67 55.33 - 136.900 296.00 259.41 36.59 - 136.925 336.00 255.76 80.24 - 136.950 295.00 251.82 43.18 - 136.975 284.00 247.67 36.33 - 137.000 241.00 243.44 -2.44 - 137.025 276.00 239.21 36.79 - 137.050 245.00 235.11 9.89 - 137.075 247.00 231.21 15.79 - 137.100 263.00 227.58 35.42 - 137.125 270.00 224.25 45.75 - 137.150 261.00 221.27 39.73 - 137.175 239.00 218.62 20.38 - 137.200 247.00 216.32 30.68 - 137.225 250.00 214.35 35.65 - 137.250 209.00 212.68 -3.68 - 137.275 238.00 211.30 26.70 - 137.300 247.00 210.16 36.84 - 137.325 257.00 209.25 47.75 - 137.350 255.00 208.54 46.46 - 137.375 273.00 207.98 65.02 - 137.400 272.00 207.57 64.43 - 137.425 319.00 207.27 111.73 - 137.450 274.00 207.06 66.94 - 137.475 307.00 206.94 100.06 - 137.500 253.00 206.88 46.12 - 137.525 284.00 206.87 77.13 - 137.550 254.00 206.91 47.09 - 137.575 274.00 206.99 67.01 - 137.600 278.00 207.12 70.88 - 137.625 237.00 207.29 29.71 - 137.650 257.00 207.52 49.48 - 137.675 249.00 207.80 41.20 - 137.700 261.00 208.15 52.85 - 137.725 242.00 208.60 33.40 - 137.750 256.00 209.15 46.85 - 137.775 255.00 209.84 45.16 - 137.800 236.00 210.71 25.29 - 137.825 234.00 211.78 22.22 - 137.850 250.00 213.11 36.89 - 137.875 233.00 214.76 18.24 - 137.900 250.00 216.75 33.25 - 137.925 231.00 219.16 11.84 - 137.950 252.00 222.03 29.97 - 137.975 244.00 225.40 18.60 - 138.000 256.00 229.29 26.71 - 138.025 226.00 233.72 -7.72 - 138.050 267.00 238.68 28.32 - 138.075 246.00 244.11 1.89 - 138.100 257.00 249.97 7.03 - 138.125 255.00 256.14 -1.14 - 138.150 278.00 262.47 15.53 - 138.175 292.00 268.81 23.19 - 138.200 308.00 274.95 33.05 - 138.225 274.00 280.64 -6.64 - 138.250 375.00 285.64 89.36 - 138.275 361.00 289.68 71.32 - 138.300 344.00 292.54 51.46 - 138.325 361.00 294.06 66.94 - 138.350 347.00 294.20 52.80 - 138.375 352.00 293.03 58.97 - 138.400 322.00 290.71 31.29 - 138.425 337.00 287.52 49.48 - 138.450 267.00 283.77 -16.77 - 138.475 268.00 279.77 -11.77 - 138.500 286.00 275.83 10.17 - 138.525 279.00 272.26 6.74 - 138.550 276.00 269.31 6.69 - 138.575 252.00 267.18 -15.18 - 138.600 242.00 266.07 -24.07 - 138.625 277.00 266.07 10.93 - 138.650 271.00 267.33 3.67 - 138.675 275.00 269.83 5.17 - 138.700 272.00 273.57 -1.57 - 138.725 295.00 278.50 16.50 - 138.750 281.00 284.47 -3.47 - 138.775 338.00 291.37 46.63 - 138.800 320.00 298.95 21.05 - 138.825 350.00 306.96 43.04 - 138.850 381.00 315.12 65.88 - 138.875 404.00 323.07 80.93 - 138.900 451.00 330.51 120.49 - 138.925 441.00 337.07 103.93 - 138.950 452.00 342.48 109.52 - 138.975 417.00 346.55 70.45 - 139.000 450.00 349.15 100.85 - 139.025 436.00 350.29 85.71 - 139.050 437.00 350.03 86.97 - 139.075 440.00 348.46 91.54 - 139.100 474.00 345.67 128.33 - 139.125 453.00 341.73 111.27 - 139.150 457.00 336.72 120.28 - 139.175 438.00 330.71 107.29 - 139.200 387.00 323.82 63.18 - 139.225 386.00 316.18 69.82 - 139.250 366.00 308.02 57.98 - 139.275 341.00 299.52 41.48 - 139.300 337.00 290.93 46.07 - 139.325 308.00 282.45 25.55 - 139.350 329.00 274.24 54.76 - 139.375 283.00 266.48 16.52 - 139.400 296.00 259.21 36.79 - 139.425 289.00 252.55 36.45 - 139.450 297.00 246.53 50.47 - 139.475 240.00 241.15 -1.15 - 139.500 268.00 236.43 31.57 - 139.525 282.00 232.32 49.68 - 139.550 297.00 228.81 68.19 - 139.575 291.00 225.86 65.14 - 139.600 281.00 223.41 57.59 - 139.625 305.00 221.42 83.58 - 139.650 336.00 219.83 116.17 - 139.675 324.00 218.60 105.40 - 139.700 307.00 217.70 89.30 - 139.725 332.00 217.08 114.92 - 139.750 328.00 216.71 111.29 - 139.775 309.00 216.59 92.41 - 139.800 315.00 216.67 98.33 - 139.825 330.00 216.97 113.03 - 139.850 291.00 217.46 73.54 - 139.875 290.00 218.15 71.85 - 139.900 344.00 219.03 124.97 - 139.925 314.00 220.08 93.92 - 139.950 324.00 221.31 102.69 - 139.975 327.00 222.70 104.30 - 140.000 259.00 224.23 34.77 - 140.025 268.00 225.87 42.13 - 140.050 305.00 227.59 77.41 - 140.075 304.00 229.35 74.65 - 140.100 300.00 231.10 68.90 - 140.125 285.00 232.78 52.22 - 140.150 292.00 234.33 57.67 - 140.175 289.00 235.69 53.31 - 140.200 294.00 236.79 57.21 - 140.225 278.00 237.57 40.43 - 140.250 261.00 237.98 23.02 - 140.275 297.00 238.03 58.97 - 140.300 252.00 237.71 14.29 - 140.325 280.00 237.05 42.95 - 140.350 245.00 236.13 8.87 - 140.375 266.00 235.00 31.00 - 140.400 283.00 233.75 49.25 - 140.425 238.00 232.44 5.56 - 140.450 266.00 231.15 34.85 - 140.475 262.00 229.93 32.07 - 140.500 249.00 228.83 20.17 - 140.525 255.00 227.90 27.10 - 140.550 240.00 227.16 12.84 - 140.575 239.00 226.63 12.37 - 140.600 221.00 226.33 -5.33 - 140.625 251.00 226.25 24.75 - 140.650 212.00 226.39 -14.39 - 140.675 233.00 226.72 6.28 - 140.700 238.00 227.21 10.79 - 140.725 249.00 227.85 21.15 - 140.750 256.00 228.58 27.42 - 140.775 216.00 229.38 -13.38 - 140.800 262.00 230.19 31.81 - 140.825 249.00 230.98 18.02 - 140.850 248.00 231.72 16.28 - 140.875 263.00 232.38 30.62 - 140.900 281.00 232.94 48.06 - 140.925 234.00 233.40 0.60 - 140.950 290.00 233.76 56.24 - 140.975 269.00 234.02 34.98 - 141.000 284.00 234.18 49.82 - 141.025 233.00 234.24 -1.24 - 141.050 286.00 234.19 51.81 - 141.075 275.00 234.02 40.98 - 141.100 263.00 233.72 29.28 - 141.125 245.00 233.27 11.73 - 141.150 259.00 232.68 26.32 - 141.175 276.00 231.95 44.05 - 141.200 229.00 231.10 -2.10 - 141.225 261.00 230.15 30.85 - 141.250 273.00 229.14 43.86 - 141.275 272.00 228.11 43.89 - 141.300 231.00 227.08 3.92 - 141.325 212.00 226.09 -14.09 - 141.350 233.00 225.19 7.81 - 141.375 256.00 224.39 31.61 - 141.400 241.00 223.72 17.28 - 141.425 228.00 223.22 4.78 - 141.450 234.00 222.89 11.11 - 141.475 238.00 222.77 15.23 - 141.500 216.00 222.85 -6.85 - 141.525 207.00 223.17 -16.17 - 141.550 221.00 223.73 -2.73 - 141.575 233.00 224.52 8.48 - 141.600 238.00 225.56 12.44 - 141.625 217.00 226.82 -9.82 - 141.650 238.00 228.31 9.69 - 141.675 251.00 230.01 20.99 - 141.700 268.00 231.90 36.10 - 141.725 259.00 233.93 25.07 - 141.750 230.00 236.08 -6.08 - 141.775 276.00 238.29 37.71 - 141.800 257.00 240.51 16.49 - 141.825 260.00 242.68 17.32 - 141.850 255.00 244.74 10.26 - 141.875 244.00 246.61 -2.61 - 141.900 258.00 248.24 9.76 - 141.925 279.00 249.56 29.44 - 141.950 291.00 250.52 40.48 - 141.975 290.00 251.10 38.90 - 142.000 295.00 251.28 43.72 - 142.025 289.00 251.05 37.95 - 142.050 273.00 250.45 22.55 - 142.075 306.00 249.50 56.50 - 142.100 307.00 248.26 58.74 - 142.125 264.00 246.80 17.20 - 142.150 289.00 245.18 43.82 - 142.175 270.00 243.48 26.52 - 142.200 234.00 241.76 -7.76 - 142.225 252.00 240.08 11.92 - 142.250 243.00 238.51 4.49 - 142.275 244.00 237.06 6.94 - 142.300 251.00 235.79 15.21 - 142.325 235.00 234.70 0.30 - 142.350 234.00 233.83 0.17 - 142.375 246.00 233.16 12.84 - 142.400 239.00 232.69 6.31 - 142.425 257.00 232.41 24.59 - 142.450 218.00 232.30 -14.30 - 142.475 234.00 232.34 1.66 - 142.500 230.00 232.50 -2.50 - 142.525 253.00 232.75 20.25 - 142.550 248.00 233.06 14.94 - 142.575 257.00 233.40 23.60 - 142.600 248.00 233.76 14.24 - 142.625 255.00 234.12 20.88 - 142.650 261.00 234.48 26.52 - 142.675 275.00 234.83 40.17 - 142.700 288.00 235.17 52.83 - 142.725 301.00 235.51 65.49 - 142.750 283.00 235.84 47.16 - 142.775 308.00 236.19 71.81 - 142.800 268.00 236.54 31.46 - 142.825 300.00 236.93 63.07 - 142.850 305.00 237.35 67.65 - 142.875 254.00 237.83 16.17 - 142.900 251.00 238.38 12.62 - 142.925 256.00 239.01 16.99 - 142.950 280.00 239.73 40.27 - 142.975 290.00 240.54 49.46 - 143.000 267.00 241.45 25.55 - 143.025 278.00 242.45 35.55 - 143.050 302.00 243.52 58.48 - 143.075 264.00 244.66 19.34 - 143.100 263.00 245.82 17.18 - 143.125 289.00 247.01 41.99 - 143.150 231.00 248.19 -17.19 - 143.175 271.00 249.34 21.66 - 143.200 289.00 250.45 38.55 - 143.225 268.00 251.51 16.49 - 143.250 310.00 252.54 57.46 - 143.275 278.00 253.55 24.45 - 143.300 280.00 254.55 25.45 - 143.325 262.00 255.57 6.43 - 143.350 234.00 256.63 -22.63 - 143.375 278.00 257.73 20.27 - 143.400 288.00 258.88 29.12 - 143.425 265.00 260.05 4.95 - 143.450 302.00 261.24 40.76 - 143.475 278.00 262.41 15.59 - 143.500 273.00 263.51 9.49 - 143.525 279.00 264.49 14.51 - 143.550 303.00 265.29 37.71 - 143.575 318.00 265.85 52.15 - 143.600 317.00 266.10 50.90 - 143.625 312.00 266.00 46.00 - 143.650 303.00 265.53 37.47 - 143.675 312.00 264.67 47.33 - 143.700 311.00 263.44 47.56 - 143.725 308.00 261.89 46.11 - 143.750 304.00 260.08 43.92 - 143.775 284.00 258.05 25.95 - 143.800 281.00 255.91 25.09 - 143.825 287.00 253.70 33.30 - 143.850 262.00 251.50 10.50 - 143.875 273.00 249.36 23.64 - 143.900 284.00 247.34 36.66 - 143.925 261.00 245.49 15.51 - 143.950 241.00 243.83 -2.83 - 143.975 238.00 242.39 -4.39 - 144.000 276.00 241.20 34.80 - 144.025 276.00 240.26 35.74 - 144.050 274.00 239.57 34.43 - 144.075 262.00 239.11 22.89 - 144.100 279.00 238.88 40.12 - 144.125 274.00 238.85 35.15 - 144.150 238.00 238.98 -0.98 - 144.175 278.00 239.25 38.75 - 144.200 273.00 239.62 33.38 - 144.225 274.00 240.03 33.97 - 144.250 260.00 240.46 19.54 - 144.275 245.00 240.85 4.15 - 144.300 293.00 241.16 51.84 - 144.325 307.00 241.36 65.64 - 144.350 304.00 241.43 62.57 - 144.375 266.00 241.34 24.66 - 144.400 287.00 241.09 45.91 - 144.425 292.00 240.69 51.31 - 144.450 295.00 240.15 54.85 - 144.475 295.00 239.50 55.50 - 144.500 305.00 238.77 66.23 - 144.525 300.00 237.99 62.01 - 144.550 281.00 237.19 43.81 - 144.575 287.00 236.41 50.59 - 144.600 299.00 235.68 63.32 - 144.625 268.00 235.03 32.97 - 144.650 292.00 234.48 57.52 - 144.675 267.00 234.08 32.92 - 144.700 236.00 233.84 2.16 - 144.725 248.00 233.78 14.22 - 144.750 272.00 233.94 38.06 - 144.775 274.00 234.31 39.69 - 144.800 237.00 234.94 2.06 - 144.825 251.00 235.82 15.18 - 144.850 245.00 236.96 8.04 - 144.875 285.00 238.37 46.63 - 144.900 252.00 240.05 11.95 - 144.925 272.00 242.00 30.00 - 144.950 258.00 244.19 13.81 - 144.975 269.00 246.62 22.38 - 145.000 268.00 249.26 18.74 - 145.025 299.00 252.07 46.93 - 145.050 240.00 255.02 -15.02 - 145.075 263.00 258.06 4.94 - 145.100 260.00 261.14 -1.14 - 145.125 315.00 264.19 50.81 - 145.150 315.00 267.14 47.86 - 145.175 295.00 269.93 25.07 - 145.200 279.00 272.47 6.53 - 145.225 295.00 274.68 20.32 - 145.250 333.00 276.49 56.51 - 145.275 322.00 277.83 44.17 - 145.300 338.00 278.65 59.35 - 145.325 383.00 278.92 104.08 - 145.350 339.00 278.62 60.38 - 145.375 311.00 277.79 33.21 - 145.400 323.00 276.46 46.54 - 145.425 295.00 274.69 20.31 - 145.450 275.00 272.56 2.44 - 145.475 295.00 270.14 24.86 - 145.500 289.00 267.51 21.49 - 145.525 294.00 264.75 29.25 - 145.550 287.00 261.93 25.07 - 145.575 275.00 259.11 15.89 - 145.600 249.00 256.35 -7.35 - 145.625 232.00 253.71 -21.71 - 145.650 269.00 251.22 17.78 - 145.675 258.00 248.92 9.08 - 145.700 268.00 246.86 21.14 - 145.725 290.00 245.03 44.97 - 145.750 253.00 243.48 9.52 - 145.775 266.00 242.21 23.79 - 145.800 234.00 241.24 -7.24 - 145.825 233.00 240.59 -7.59 - 145.850 223.00 240.26 -17.26 - 145.875 231.00 240.27 -9.27 - 145.900 252.00 240.64 11.36 - 145.925 275.00 241.37 33.63 - 145.950 267.00 242.49 24.51 - 145.975 251.00 244.02 6.98 - 146.000 284.00 245.98 38.02 - 146.025 281.00 248.40 32.60 - 146.050 254.00 251.30 2.70 - 146.075 265.00 254.70 10.30 - 146.100 309.00 258.62 50.38 - 146.125 269.00 263.10 5.90 - 146.150 296.00 268.12 27.88 - 146.175 290.00 273.69 16.31 - 146.200 301.00 279.82 21.18 - 146.225 297.00 286.48 10.52 - 146.250 300.00 293.63 6.37 - 146.275 345.00 301.24 43.76 - 146.300 298.00 309.22 -11.22 - 146.325 347.00 317.52 29.48 - 146.350 345.00 326.03 18.97 - 146.375 374.00 334.64 39.36 - 146.400 366.00 343.21 22.79 - 146.425 387.00 351.58 35.42 - 146.450 392.00 359.62 32.38 - 146.475 438.00 367.13 70.87 - 146.500 465.00 373.94 91.06 - 146.525 470.00 379.89 90.11 - 146.550 443.00 384.80 58.20 - 146.575 511.00 388.55 122.45 - 146.600 473.00 391.05 81.95 - 146.625 474.00 392.27 81.73 - 146.650 455.00 392.21 62.79 - 146.675 473.00 390.93 82.07 - 146.700 452.00 388.54 63.46 - 146.725 460.00 385.17 74.83 - 146.750 440.00 380.96 59.04 - 146.775 386.00 376.08 9.92 - 146.800 385.00 370.68 14.32 - 146.825 402.00 364.92 37.08 - 146.850 418.00 358.95 59.05 - 146.875 382.00 352.90 29.10 - 146.900 348.00 346.91 1.09 - 146.925 344.00 341.10 2.90 - 146.950 360.00 335.57 24.43 - 146.975 366.00 330.42 35.58 - 147.000 351.00 325.72 25.28 - 147.025 322.00 321.52 0.48 - 147.050 327.00 317.86 9.14 - 147.075 318.00 314.73 3.27 - 147.100 352.00 312.15 39.85 - 147.125 341.00 310.07 30.93 - 147.150 308.00 308.46 -0.46 - 147.175 357.00 307.24 49.76 - 147.200 325.00 306.35 18.65 - 147.225 367.00 305.70 61.30 - 147.250 383.00 305.20 77.80 - 147.275 381.00 304.76 76.24 - 147.300 376.00 304.27 71.73 - 147.325 381.00 303.66 77.34 - 147.350 434.00 302.84 131.16 - 147.375 410.00 301.76 108.24 - 147.400 412.00 300.37 111.63 - 147.425 411.00 298.66 112.34 - 147.450 393.00 296.63 96.37 - 147.475 427.00 294.32 132.68 - 147.500 429.00 291.75 137.25 - 147.525 441.00 288.99 152.01 - 147.550 407.00 286.09 120.91 - 147.575 412.00 283.11 128.89 - 147.600 456.00 280.12 175.88 - 147.625 389.00 277.17 111.83 - 147.650 386.00 274.32 111.68 - 147.675 382.00 271.64 110.36 - 147.700 368.00 269.16 98.84 - 147.725 352.00 266.93 85.07 - 147.750 367.00 265.00 102.00 - 147.775 366.00 263.39 102.61 - 147.800 364.00 262.14 101.86 - 147.825 366.00 261.26 104.74 - 147.850 352.00 260.77 91.23 - 147.875 312.00 260.69 51.31 - 147.900 345.00 261.02 83.98 - 147.925 336.00 261.74 74.26 - 147.950 284.00 262.86 21.14 - 147.975 310.00 264.36 45.64 - 148.000 289.00 266.21 22.79 - 148.025 318.00 268.38 49.62 - 148.050 287.00 270.85 16.15 - 148.075 303.00 273.57 29.43 - 148.100 306.00 276.50 29.50 - 148.125 320.00 279.59 40.41 - 148.150 330.00 282.78 47.22 - 148.175 334.00 286.01 47.99 - 148.200 345.00 289.22 55.78 - 148.225 367.00 292.35 74.65 - 148.250 407.00 295.32 111.68 - 148.275 379.00 298.06 80.94 - 148.300 410.00 300.51 109.49 - 148.325 396.00 302.62 93.38 - 148.350 429.00 304.32 124.68 - 148.375 425.00 305.59 119.41 - 148.400 449.00 306.38 142.62 - 148.425 416.00 306.70 109.30 - 148.450 394.00 306.55 87.45 - 148.475 390.00 305.96 84.04 - 148.500 394.00 304.98 89.02 - 148.525 404.00 303.66 100.34 - 148.550 356.00 302.06 53.94 - 148.575 350.00 300.26 49.74 - 148.600 378.00 298.31 79.69 - 148.625 369.00 296.29 72.71 - 148.650 362.00 294.25 67.75 - 148.675 311.00 292.25 18.75 - 148.700 297.00 290.33 6.67 - 148.725 307.00 288.52 18.48 - 148.750 293.00 286.85 6.15 - 148.775 291.00 285.35 5.65 - 148.800 338.00 284.01 53.99 - 148.825 300.00 282.84 17.16 - 148.850 290.00 281.83 8.17 - 148.875 317.00 280.96 36.04 - 148.900 312.00 280.22 31.78 - 148.925 270.00 279.55 -9.55 - 148.950 313.00 278.95 34.05 - 148.975 278.00 278.36 -0.36 - 149.000 321.00 277.75 43.25 - 149.025 327.00 277.07 49.93 - 149.050 332.00 276.30 55.70 - 149.075 337.00 275.42 61.58 - 149.100 328.00 274.39 53.61 - 149.125 301.00 273.22 27.78 - 149.150 322.00 271.89 50.11 - 149.175 334.00 270.43 63.57 - 149.200 330.00 268.84 61.16 - 149.225 315.00 267.14 47.86 - 149.250 311.00 265.35 45.65 - 149.275 302.00 263.50 38.50 - 149.300 338.00 261.62 76.38 - 149.325 321.00 259.72 61.28 - 149.350 317.00 257.83 59.17 - 149.375 331.00 255.96 75.04 - 149.400 335.00 254.14 80.86 - 149.425 345.00 252.39 92.61 - 149.450 317.00 250.72 66.28 - 149.475 306.00 249.14 56.86 - 149.500 309.00 247.66 61.34 - 149.525 336.00 246.29 89.71 - 149.550 309.00 245.03 63.97 - 149.575 299.00 243.89 55.11 - 149.600 319.00 242.88 76.12 - 149.625 310.00 241.98 68.02 - 149.650 287.00 241.20 45.80 - 149.675 281.00 240.55 40.45 - 149.700 268.00 240.00 28.00 - 149.725 260.00 239.56 20.44 - 149.750 279.00 239.22 39.78 - 149.775 279.00 238.98 40.02 - 149.800 289.00 238.83 50.17 - 149.825 265.00 238.77 26.23 - 149.850 261.00 238.79 22.21 - 149.875 264.00 238.89 25.11 - 149.900 260.00 239.07 20.93 - 149.925 271.00 239.31 31.69 - 149.950 265.00 239.63 25.37 - 149.975 270.00 240.01 29.99 - 150.000 280.00 240.46 39.54 - 150.025 304.00 240.98 63.02 - 150.050 283.00 241.57 41.43 - 150.075 289.00 242.22 46.78 - 150.100 294.00 242.95 51.05 - 150.125 325.00 243.75 81.25 - 150.150 269.00 244.64 24.36 - 150.175 282.00 245.61 36.39 - 150.200 293.00 246.66 46.34 - 150.225 275.00 247.82 27.18 - 150.250 283.00 249.08 33.92 - 150.275 281.00 250.46 30.54 - 150.300 283.00 251.95 31.05 - 150.325 277.00 253.58 23.42 - 150.350 284.00 255.34 28.66 - 150.375 275.00 257.24 17.76 - 150.400 277.00 259.29 17.71 - 150.425 278.00 261.50 16.50 - 150.450 273.00 263.85 9.15 - 150.475 284.00 266.36 17.64 - 150.500 267.00 269.01 -2.01 - 150.525 270.00 271.80 -1.80 - 150.550 287.00 274.70 12.30 - 150.575 316.00 277.72 38.28 - 150.600 261.00 280.81 -19.81 - 150.625 283.00 283.96 -0.96 - 150.650 294.00 287.14 6.86 - 150.675 275.00 290.31 -15.31 - 150.700 324.00 293.43 30.57 - 150.725 306.00 296.47 9.53 - 150.750 302.00 299.37 2.63 - 150.775 276.00 302.11 -26.11 - 150.800 392.00 304.62 87.38 - 150.825 339.00 306.87 32.13 - 150.850 309.00 308.80 0.20 - 150.875 315.00 310.38 4.62 - 150.900 322.00 311.58 10.42 - 150.925 359.00 312.35 46.65 - 150.950 308.00 312.68 -4.68 - 150.975 335.00 312.56 22.44 - 151.000 315.00 311.98 3.02 - 151.025 318.00 310.97 7.03 - 151.050 319.00 309.55 9.45 - 151.075 328.00 307.75 20.25 - 151.100 315.00 305.61 9.39 - 151.125 303.00 303.19 -0.19 - 151.150 296.00 300.52 -4.52 - 151.175 300.00 297.66 2.34 - 151.200 304.00 294.67 9.33 - 151.225 283.00 291.57 -8.57 - 151.250 292.00 288.43 3.57 - 151.275 266.00 285.27 -19.27 - 151.300 279.00 282.13 -3.13 - 151.325 295.00 279.05 15.95 - 151.350 258.00 276.04 -18.04 - 151.375 289.00 273.13 15.87 - 151.400 272.00 270.34 1.66 - 151.425 251.00 267.69 -16.69 - 151.450 305.00 265.17 39.83 - 151.475 263.00 262.81 0.19 - 151.500 261.00 260.60 0.40 - 151.525 299.00 258.53 40.47 - 151.550 291.00 256.63 34.37 - 151.575 276.00 254.87 21.13 - 151.600 294.00 253.25 40.75 - 151.625 259.00 251.78 7.22 - 151.650 254.00 250.44 3.56 - 151.675 297.00 249.23 47.77 - 151.700 287.00 248.13 38.87 - 151.725 257.00 247.16 9.84 - 151.750 284.00 246.29 37.71 - 151.775 255.00 245.52 9.48 - 151.800 260.00 244.84 15.16 - 151.825 259.00 244.26 14.74 - 151.850 300.00 243.76 56.24 - 151.875 264.00 243.34 20.66 - 151.900 300.00 243.00 57.00 - 151.925 287.00 242.74 44.26 - 151.950 298.00 242.56 55.44 - 151.975 283.00 242.44 40.56 - 152.000 279.00 242.41 36.59 - 152.025 271.00 242.46 28.54 - 152.050 291.00 242.58 48.42 - 152.075 304.00 242.79 61.21 - 152.100 299.00 243.09 55.91 - 152.125 272.00 243.48 28.52 - 152.150 316.00 243.98 72.02 - 152.175 298.00 244.58 53.42 - 152.200 322.00 245.30 76.70 - 152.225 306.00 246.14 59.86 - 152.250 268.00 247.11 20.89 - 152.275 257.00 248.21 8.79 - 152.300 279.00 249.46 29.54 - 152.325 262.00 250.86 11.14 - 152.350 269.00 252.42 16.58 - 152.375 291.00 254.14 36.86 - 152.400 258.00 256.03 1.97 - 152.425 269.00 258.08 10.92 - 152.450 295.00 260.31 34.69 - 152.475 293.00 262.70 30.30 - 152.500 268.00 265.26 2.74 - 152.525 264.00 267.98 -3.98 - 152.550 272.00 270.84 1.16 - 152.575 272.00 273.85 -1.85 - 152.600 288.00 276.98 11.02 - 152.625 270.00 280.21 -10.21 - 152.650 267.00 283.53 -16.53 - 152.675 277.00 286.90 -9.90 - 152.700 310.00 290.31 19.69 - 152.725 292.00 293.72 -1.72 - 152.750 276.00 297.09 -21.09 - 152.775 290.00 300.40 -10.40 - 152.800 319.00 303.60 15.40 - 152.825 322.00 306.64 15.36 - 152.850 316.00 309.50 6.50 - 152.875 343.00 312.11 30.89 - 152.900 345.00 314.45 30.55 - 152.925 379.00 316.47 62.53 - 152.950 383.00 318.12 64.88 - 152.975 389.00 319.39 69.61 - 153.000 437.00 320.23 116.77 - 153.025 371.00 320.63 50.37 - 153.050 405.00 320.59 84.41 - 153.075 427.00 320.10 106.90 - 153.100 442.00 319.18 122.82 - 153.125 424.00 317.85 106.15 - 153.150 438.00 316.14 121.86 - 153.175 396.00 314.08 81.92 - 153.200 384.00 311.71 72.29 - 153.225 381.00 309.08 71.92 - 153.250 329.00 306.23 22.77 - 153.275 322.00 303.20 18.80 - 153.300 319.00 300.04 18.96 - 153.325 274.00 296.79 -22.79 - 153.350 318.00 293.48 24.52 - 153.375 304.00 290.17 13.83 - 153.400 316.00 286.86 29.14 - 153.425 324.00 283.60 40.40 - 153.450 275.00 280.42 -5.42 - 153.475 319.00 277.33 41.67 - 153.500 259.00 274.37 -15.37 - 153.525 272.00 271.54 0.46 - 153.550 262.00 268.87 -6.87 - 153.575 270.00 266.37 3.63 - 153.600 263.00 264.03 -1.03 - 153.625 266.00 261.88 4.12 - 153.650 242.00 259.92 -17.92 - 153.675 265.00 258.14 6.86 - 153.700 251.00 256.54 -5.54 - 153.725 276.00 255.13 20.87 - 153.750 277.00 253.90 23.10 - 153.775 260.00 252.85 7.15 - 153.800 256.00 251.96 4.04 - 153.825 240.00 251.24 -11.24 - 153.850 278.00 250.68 27.32 - 153.875 252.00 250.26 1.74 - 153.900 286.00 249.98 36.02 - 153.925 295.00 249.83 45.17 - 153.950 268.00 249.80 18.20 - 153.975 301.00 249.88 51.12 - 154.000 296.00 235.51 60.49 - 154.025 268.00 235.54 32.46 - 154.050 299.00 235.57 63.43 - 154.075 298.00 235.60 62.40 - 154.100 305.00 235.63 69.37 - 154.125 293.00 235.65 57.35 - 154.150 327.00 235.68 91.32 - 154.175 343.00 235.71 107.29 - 154.200 362.00 235.74 126.26 - 154.225 367.00 235.77 131.23 - 154.250 358.00 235.80 122.20 - 154.275 324.00 235.82 88.18 - 154.300 322.00 235.85 86.15 - 154.325 330.00 235.88 94.12 - 154.350 356.00 235.91 120.09 - 154.375 353.00 235.93 117.07 - 154.400 351.00 235.96 115.04 - 154.425 324.00 235.99 88.01 - 154.450 359.00 236.01 122.99 - 154.475 339.00 236.04 102.96 - 154.500 289.00 236.07 52.93 - 154.525 330.00 236.09 93.91 - 154.550 295.00 236.12 58.88 - 154.575 293.00 236.15 56.85 - 154.600 293.00 236.17 56.83 - 154.625 300.00 236.20 63.80 - 154.650 296.00 236.23 59.77 - 154.675 319.00 236.25 82.75 - 154.700 302.00 236.28 65.72 - 154.725 276.00 236.30 39.70 - 154.750 293.00 236.33 56.67 - 154.775 271.00 236.35 34.65 - 154.800 283.00 236.38 46.62 - 154.825 256.00 236.40 19.60 - 154.850 258.00 236.43 21.57 - 154.875 269.00 236.45 32.55 - 154.900 272.00 236.48 35.52 - 154.925 213.00 236.50 -23.50 - 154.950 257.00 236.52 20.48 - 154.975 274.00 236.55 37.45 - 155.000 242.00 236.57 5.43 - 155.025 245.00 236.60 8.40 - 155.050 252.00 236.62 15.38 - 155.075 212.00 236.64 -24.64 - 155.100 261.00 236.67 24.33 - 155.125 281.00 236.69 44.31 - 155.150 259.00 236.71 22.29 - 155.175 253.00 236.73 16.27 - 155.200 280.00 236.76 43.24 - 155.225 255.00 236.78 18.22 - 155.250 229.00 236.80 -7.80 - 155.275 241.00 236.82 4.18 - 155.300 242.00 236.85 5.15 - 155.325 248.00 236.87 11.13 - 155.350 259.00 236.89 22.11 - 155.375 257.00 236.91 20.09 - 155.400 256.00 236.93 19.07 - 155.425 253.00 236.95 16.05 - 155.450 281.00 236.98 44.02 - 155.475 292.00 237.00 55.00 - 155.500 254.00 237.02 16.98 - 155.525 273.00 237.04 35.96 - 155.550 278.00 237.06 40.94 - 155.575 277.00 237.08 39.92 - 155.600 264.00 237.10 26.90 - 155.625 219.00 237.12 -18.12 - 155.650 271.00 237.14 33.86 - 155.675 279.00 237.16 41.84 - 155.700 246.00 237.18 8.82 - 155.725 268.00 237.20 30.80 - 155.750 282.00 237.22 44.78 - 155.775 272.00 237.24 34.76 - 155.800 270.00 237.26 32.74 - 155.825 221.00 237.28 -16.28 - 155.850 262.00 237.29 24.71 - 155.875 286.00 237.31 48.69 - 155.900 267.00 237.33 29.67 - 155.925 254.00 237.35 16.65 - 155.950 267.00 237.37 29.63 - 155.975 259.00 237.39 21.61 - 156.000 267.00 237.40 29.60 - 156.025 276.00 237.42 38.58 - 156.050 269.00 237.44 31.56 - 156.075 251.00 237.46 13.54 - 156.100 256.00 237.47 18.53 - 156.125 228.00 237.49 -9.49 - 156.150 248.00 237.51 10.49 - 156.175 243.00 237.52 5.48 - 156.200 254.00 237.54 16.46 - 156.225 254.00 237.56 16.44 - 156.250 245.00 237.57 7.43 - 156.275 242.00 237.59 4.41 - 156.300 250.00 237.60 12.40 - 156.325 264.00 237.62 26.38 - 156.350 274.00 237.64 36.36 - 156.375 255.00 237.65 17.35 - 156.400 281.00 237.67 43.33 - 156.425 229.00 237.68 -8.68 - 156.450 263.00 237.70 25.30 - 156.475 250.00 237.71 12.29 - 156.500 241.00 237.73 3.27 - 156.525 259.00 237.74 21.26 - 156.550 268.00 237.75 30.25 - 156.575 285.00 237.77 47.23 - 156.600 241.00 237.78 3.22 - 156.625 255.00 237.80 17.20 - 156.650 268.00 237.81 30.19 - 156.675 257.00 237.82 19.18 - 156.700 263.00 237.84 25.16 - 156.725 266.00 237.85 28.15 - 156.750 298.00 237.86 60.14 - 156.775 281.00 237.88 43.12 - 156.800 271.00 237.89 33.11 - 156.825 261.00 237.90 23.10 - 156.850 280.00 237.91 42.09 - 156.875 296.00 237.92 58.08 - 156.900 283.00 237.94 45.06 - 156.925 341.00 237.95 103.05 - 156.950 280.00 237.96 42.04 - 156.975 304.00 237.97 66.03 - 157.000 282.00 237.98 44.02 - 157.025 258.00 237.99 20.01 - 157.050 262.00 238.00 24.00 - 157.075 279.00 238.02 40.98 - 157.100 285.00 238.03 46.97 - 157.125 319.00 238.04 80.96 - 157.150 293.00 238.05 54.95 - 157.175 322.00 238.06 83.94 - 157.200 316.00 238.07 77.93 - 157.225 348.00 238.08 109.92 - 157.250 341.00 238.09 102.91 - 157.275 339.00 238.09 100.91 - 157.300 321.00 238.10 82.90 - 157.325 373.00 238.11 134.89 - 157.350 376.00 238.12 137.88 - 157.375 366.00 238.13 127.87 - 157.400 402.00 238.14 163.86 - 157.425 391.00 238.15 152.85 - 157.450 405.00 238.16 166.84 - 157.475 407.00 238.16 168.84 - 157.500 422.00 238.17 183.83 - 157.525 395.00 238.18 156.82 - 157.550 434.00 238.19 195.81 - 157.575 419.00 238.19 180.81 - 157.600 426.00 238.20 187.80 - 157.625 385.00 238.21 146.79 - 157.650 390.00 238.21 151.79 - 157.675 375.00 238.22 136.78 - 157.700 357.00 238.23 118.77 - 157.725 343.00 238.23 104.77 - 157.750 359.00 238.24 120.76 - 157.775 344.00 238.24 105.76 - 157.800 285.00 238.25 46.75 - 157.825 324.00 238.26 85.74 - 157.850 317.00 238.26 78.74 - 157.875 345.00 238.27 106.73 - 157.900 303.00 238.27 64.73 - 157.925 315.00 238.28 76.72 - 157.950 288.00 238.28 49.72 - 157.975 301.00 238.28 62.72 - 158.000 281.00 238.29 42.71 - 158.025 327.00 238.29 88.71 - 158.050 316.00 238.30 77.70 - 158.075 260.00 238.30 21.70 - 158.100 299.00 238.30 60.70 - 158.125 302.00 238.31 63.69 - 158.150 249.00 238.31 10.69 - 158.175 293.00 238.31 54.69 - 158.200 271.00 238.31 32.69 - 158.225 296.00 238.32 57.68 - 158.250 258.00 238.32 19.68 - 158.275 283.00 238.32 44.68 - 158.300 268.00 238.32 29.68 - 158.325 271.00 238.33 32.67 - 158.350 305.00 238.33 66.67 - 158.375 268.00 238.33 29.67 - 158.400 234.00 238.33 -4.33 - 158.425 286.00 238.33 47.67 - 158.450 278.00 238.33 39.67 - 158.475 274.00 238.33 35.67 - 158.500 274.00 238.33 35.67 - 158.525 253.00 238.33 14.67 - 158.550 238.00 238.33 -0.33 - 158.575 291.00 238.33 52.67 - 158.600 274.00 238.33 35.67 - 158.625 300.00 238.33 61.67 - 158.650 282.00 238.33 43.67 - 158.675 303.00 238.33 64.67 - 158.700 285.00 238.33 46.67 - 158.725 323.00 238.33 84.67 - 158.750 340.00 238.32 101.68 - 158.775 283.00 238.32 44.68 - 158.800 355.00 238.32 116.68 - 158.825 288.00 238.32 49.68 - 158.850 335.00 238.32 96.68 - 158.875 350.00 238.31 111.69 - 158.900 313.00 238.31 74.69 - 158.925 303.00 238.31 64.69 - 158.950 338.00 238.30 99.70 - 158.975 326.00 238.30 87.70 - 159.000 359.00 238.30 120.70 - 159.025 372.00 238.29 133.71 - 159.050 325.00 238.29 86.71 - 159.075 325.00 238.29 86.71 - 159.100 352.00 238.28 113.72 - 159.125 345.00 238.28 106.72 - 159.150 348.00 238.27 109.73 - 159.175 330.00 238.27 91.73 - 159.200 336.00 238.26 97.74 - 159.225 310.00 238.26 71.74 - 159.250 343.00 238.25 104.75 - 159.275 321.00 238.24 82.76 - 159.300 329.00 238.24 90.76 - 159.325 325.00 238.23 86.77 - 159.350 329.00 238.23 90.77 - 159.375 330.00 238.22 91.78 - 159.400 311.00 238.21 72.79 - 159.425 316.00 238.21 77.79 - 159.450 327.00 238.20 88.80 - 159.475 320.00 238.19 81.81 - 159.500 306.00 238.18 67.82 - 159.525 348.00 238.18 109.82 - 159.550 345.00 238.17 106.83 - 159.575 330.00 238.16 91.84 - 159.600 325.00 238.15 86.85 - 159.625 371.00 238.14 132.86 - 159.650 381.00 238.13 142.87 - 159.675 421.00 238.12 182.88 - 159.700 388.00 238.12 149.88 - 159.725 403.00 238.11 164.89 - 159.750 413.00 238.10 174.90 - 159.775 417.00 238.09 178.91 - 159.800 391.00 238.08 152.92 - 159.825 385.00 238.07 146.93 - 159.850 376.00 238.05 137.95 - 159.875 382.00 238.04 143.96 - 159.900 420.00 238.03 181.97 - 159.925 374.00 238.02 135.98 - 159.950 352.00 238.01 113.99 - 159.975 328.00 238.00 90.00 - 160.000 368.00 237.99 130.01 -END -WAVES Phase1, tik1 -BEGIN - 16.416 -523 - 20.761 -523 - 20.886 -523 - 23.278 -523 - 24.517 -523 - 25.530 -523 - 26.666 -523 - 27.640 -523 - 29.637 -523 - 32.305 -523 - 33.118 -523 - 33.233 -523 - 34.163 -523 - 37.194 -523 - 37.273 -523 - 38.116 -523 - 39.501 -523 - 40.224 -523 - 41.060 -523 - 41.657 -523 - 42.299 -523 - 42.326 -523 - 42.564 -523 - 43.684 -523 - 43.711 -523 - 44.433 -523 - 44.493 -523 - 44.598 -523 - 45.906 -523 - 47.647 -523 - 47.672 -523 - 47.829 -523 - 48.342 -523 - 50.313 -523 - 50.831 -523 - 52.439 -523 - 52.509 -523 - 53.077 -523 - 53.281 -523 - 53.622 -523 - 53.690 -523 - 53.755 -523 - 53.778 -523 - 54.989 -523 - 55.381 -523 - 55.693 -523 - 56.534 -523 - 56.546 -523 - 56.685 -523 - 57.069 -523 - 57.134 -523 - 58.472 -523 - 58.691 -523 - 58.925 -523 - 59.870 -523 - 60.649 -523 - 61.590 -523 - 61.611 -523 - 61.955 -523 - 62.044 -523 - 62.538 -523 - 62.600 -523 - 63.292 -523 - 63.525 -523 - 64.576 -523 - 65.198 -523 - 65.563 -523 - 66.004 -523 - 66.373 -523 - 66.597 -523 - 67.189 -523 - 67.531 -523 - 67.677 -523 - 68.177 -523 - 68.273 -523 - 68.426 -523 - 68.533 -523 - 69.310 -523 - 69.566 -523 - 69.653 -523 - 69.664 -523 - 69.776 -523 - 69.835 -523 - 70.034 -523 - 70.669 -523 - 70.895 -523 - 70.914 -523 - 71.201 -523 - 72.019 -523 - 72.053 -523 - 72.302 -523 - 72.702 -523 - 73.552 -523 - 73.648 -523 - 74.205 -523 - 74.456 -523 - 74.620 -523 - 75.011 -523 - 75.455 -523 - 75.889 -523 - 76.128 -523 - 76.429 -523 - 76.954 -523 - 77.332 -523 - 77.944 -523 - 78.181 -523 - 78.520 -523 - 78.627 -523 - 78.683 -523 - 79.268 -523 - 79.330 -523 - 79.523 -523 - 79.850 -523 - 79.855 -523 - 80.346 -523 - 80.830 -523 - 81.054 -523 - 81.389 -523 - 81.615 -523 - 81.634 -523 - 82.705 -523 - 82.862 -523 - 82.894 -523 - 83.178 -523 - 83.560 -523 - 84.108 -523 - 84.130 -523 - 84.595 -523 - 84.622 -523 - 85.116 -523 - 85.209 -523 - 85.592 -523 - 86.408 -523 - 86.471 -523 - 86.524 -523 - 86.935 -523 - 86.975 -523 - 87.697 -523 - 88.090 -523 - 88.664 -523 - 88.754 -523 - 89.101 -523 - 89.156 -523 - 89.310 -523 - 89.700 -523 - 89.725 -523 - 89.931 -523 - 90.737 -523 - 91.138 -523 - 91.248 -523 - 91.390 -523 - 91.490 -523 - 91.622 -523 - 91.704 -523 - 92.215 -523 - 92.400 -523 - 92.456 -523 - 92.529 -523 - 92.537 -523 - 93.172 -523 - 93.315 -523 - 93.347 -523 - 93.402 -523 - 93.476 -523 - 93.726 -523 - 93.940 -523 - 93.958 -523 - 94.041 -523 - 94.579 -523 - 94.783 -523 - 95.042 -523 - 95.512 -523 - 96.194 -523 - 96.250 -523 - 96.324 -523 - 96.925 -523 - 97.284 -523 - 97.579 -523 - 97.781 -523 - 98.353 -523 - 98.523 -523 - 98.821 -523 - 99.288 -523 - 99.806 -523 - 100.390 -523 - 100.452 -523 - 100.719 -523 - 100.789 -523 - 100.977 -523 - 101.025 -523 - 101.033 -523 - 101.109 -523 - 101.191 -523 - 101.471 -523 - 101.527 -523 - 101.877 -523 - 102.489 -523 - 102.607 -523 - 103.763 -523 - 103.915 -523 - 103.920 -523 - 104.024 -523 - 104.050 -523 - 104.178 -523 - 104.273 -523 - 104.739 -523 - 104.892 -523 - 105.304 -523 - 105.326 -523 - 105.413 -523 - 105.631 -523 - 105.806 -523 - 106.014 -523 - 106.254 -523 - 106.347 -523 - 106.495 -523 - 107.087 -523 - 107.694 -523 - 107.816 -523 - 107.849 -523 - 107.874 -523 - 107.952 -523 - 108.290 -523 - 108.439 -523 - 108.458 -523 - 109.233 -523 - 109.546 -523 - 110.058 -523 - 110.384 -523 - 110.603 -523 - 111.127 -523 - 111.271 -523 - 111.640 -523 - 112.285 -523 - 112.302 -523 - 112.736 -523 - 112.896 -523 - 113.010 -523 - 113.261 -523 - 113.351 -523 - 113.651 -523 - 114.328 -523 - 114.860 -523 - 114.959 -523 - 115.213 -523 - 115.388 -523 - 115.719 -523 - 116.030 -523 - 116.518 -523 - 116.580 -523 - 117.035 -523 - 117.097 -523 - 117.180 -523 - 117.461 -523 - 117.637 -523 - 117.742 -523 - 117.744 -523 - 118.340 -523 - 118.386 -523 - 118.393 -523 - 118.950 -523 - 119.221 -523 - 120.135 -523 - 120.306 -523 - 120.432 -523 - 120.750 -523 - 120.793 -523 - 121.075 -523 - 121.333 -523 - 121.561 -523 - 121.838 -523 - 121.875 -523 - 122.109 -523 - 122.209 -523 - 123.334 -523 - 123.783 -523 - 123.816 -523 - 123.890 -523 - 123.922 -523 - 124.301 -523 - 124.502 -523 - 124.508 -523 - 124.569 -523 - 124.925 -523 - 125.455 -523 - 125.658 -523 - 125.690 -523 - 125.727 -523 - 126.652 -523 - 126.675 -523 - 126.802 -523 - 127.621 -523 - 127.709 -523 - 127.769 -523 - 128.658 -523 - 128.820 -523 - 129.020 -523 - 129.058 -523 - 129.234 -523 - 129.306 -523 - 129.506 -523 - 129.578 -523 - 129.674 -523 - 129.688 -523 - 129.986 -523 - 130.287 -523 - 130.513 -523 - 130.591 -523 - 130.786 -523 - 131.342 -523 - 131.919 -523 - 132.350 -523 - 132.388 -523 - 132.393 -523 - 132.543 -523 - 132.858 -523 - 132.971 -523 - 133.636 -523 - 133.660 -523 - 134.120 -523 - 134.640 -523 - 135.010 -523 - 135.141 -523 - 135.213 -523 - 135.412 -523 - 135.635 -523 - 135.649 -523 - 135.728 -523 - 136.018 -523 - 136.652 -523 - 136.732 -523 - 136.861 -523 - 136.923 -523 - 136.957 -523 - 137.034 -523 - 138.327 -523 - 138.392 -523 - 138.782 -523 - 138.958 -523 - 139.183 -523 - 140.258 -523 - 140.853 -523 - 141.146 -523 - 141.925 -523 - 142.044 -523 - 142.576 -523 - 142.799 -523 - 142.868 -523 - 143.204 -523 - 143.643 -523 - 144.359 -523 - 144.514 -523 - 145.319 -523 - 145.874 -523 - 146.171 -523 - 146.217 -523 - 146.271 -523 - 146.342 -523 - 146.596 -523 - 146.609 -523 - 146.848 -523 - 147.379 -523 - 148.310 -523 - 148.416 -523 - 148.557 -523 - 149.073 -523 - 149.077 -523 - 150.264 -523 - 150.501 -523 - 150.745 -523 - 150.968 -523 - 151.538 -523 - 153.033 -523 - 153.434 -523 - 154.547 -523 - 155.621 -523 - 155.666 -523 - 156.411 -523 - 156.623 -523 - 157.438 -523 - 157.510 -523 - 157.598 -523 - 158.129 -523 - 159.707 -523 - 161.086 -523 - 161.620 -523 - 161.902 -523 - 161.971 -523 - 163.204 -523 - 165.031 -523 - 167.587 -523 - 168.175 -523 - 168.387 -523 - 168.666 -523 -END -WAVES Excrg1, excl1 -BEGIN - 10.00 -523 - 10.00 -523 -END -WAVES Excrg2, excl2 -BEGIN - 154.00 -523 - 160.00 -523 -END -X Silent 1 -X DefaultFont Times -X Display Iobs, Icalc, Diff vs TwoTheta -X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) -X SetAxis bottom 10.00, 160.00 -X Modify lsize(Iobs)=2 -X Modify offset(Diff)={0, -7038} -X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) -X Modify mirror(left)=2, mirror(bottom)=2 -X Modify gfSize=12 -X Append excl1 vs Excrg1 -X Modify mode(excl1)=7, hbFill(excl1)=4 -X Modify rgb(excl1)=(6421,62320,64794) -X Append excl2 vs Excrg2 -X Modify mode(excl2)=7, hbFill(excl2)=4 -X Modify rgb(excl2)=(6421,62320,64794) -X Append tik1 vs Phase1 -X Modify mode(tik1)=1 -X TextBox /F=2/S=3/A=RT "Files: pbsox_single_polarized\rDate of fit: \Z09 17/06/2026/ 22:34:36.1\Z12\rPbSO4\rChi2 = 43.02" -X Label left "\Z14Intensity" -X Label bottom "\Z142-Theta (in degrees)" -X TileWindows/O=1/C -X ShowInfo -X | Title of data set: PbSO4 XrayDif single wavelength polarized Wdt48 -X | Date of run: 17/06/2026 / 22:34:36.1 -X Beep -X Beep diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.rpa b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.rpa deleted file mode 100644 index f0afbcf62..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.rpa +++ /dev/null @@ -1,58 +0,0 @@ -TITL PbSO4 XrayDif single wavelength polarized Wdt48 -FILES => PCR-file : pbsox_single_polarized -FILES => DAT-files: pbsox_single_polarized -DATE & TIME Date: 17/06/2026 Time: 22:34:35.817 -REM NPHASE IDUM IASG NRELL ICRYG -GLB1 1 0 0 0 0 -REM JOBTYP NPROF NBCKGD NEXCRG NSCAT NORI -GLB1 0 7 0 2 0 0 -REM IWGT ILOR IRESO ISTEP IXUNIT ICORR -GLB2 0 0 0 0 0 0 -REM IOT IPL IPC MAT NXT lst1 lst2 lst3 NLIN PL_PRF -OUT1 0 2 1 0 1 0 4 0 0 2 -REM instr JCIL JSY jlkh jfou ISHOR ianaly -OUT2 0 1 1 0 4 1 1 -REM MAT NXT NLIN JCIL JSY ISHOR -OUT1 0 1 0 1 1 1 -REM IOT IPL IPC LST1 LST2 LST3 -OUT2 0 2 1 0 4 0 -REM PL_PRF INSTR JLKH JFOU IANALY -OUT3 2 0 0 4 1 -DATT 0 0 0.00 -PHAS1 PbSO4 -SPGR P n m a -NATM 5 -COND 0 0 0 0 -ATOM Pb 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 -SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 -ATOM S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 -SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 -ATOM O1 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 -SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 -ATOM O2 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 -SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 -ATOM O3 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 -SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 -CELL 8.47983 5.39776 6.95932 90.00000 90.00000 90.00000 -SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 -NNVK 0 -SCAL 0.000469335 0.000000000 -SHAP 0.00000 0.00000 -BOVE 0.0000 0.0000 -HUVW 0.0485 0.0000 -0.0831 0.0000 0.0352 0.0000 -PREF 0.0000 0.0000 0.0000 0.0000 -ASYM 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 -XYPA 0.0000 0.0000 0.0493 0.0000 -STRA 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 -SIZE 0.0000 0.0000 0.0000 0.0000 -ZERO -0.04816 0.00000 -BACK 154.3 100.0 -92.33 -95.60 126.7 -31.80 -SIGM 0.000 0.000 0.000 0.000 0.000 0.000 -RFAR 25.94 32.26 4.918 43.02 -RFAC 42.58 45.81 6.984 43.02 5760 -DEVA 0.3979E+06 69.02 0.1472 1.918 -RFBR 25.94 32.26 4.918 43.02 -RFBC 42.58 45.81 6.984 43.02 5760 -DEVB 0.3979E+06 69.02 0.1472 1.918 -BRAG1 34.570 21.385 318.543 100.000 1213.030 1.000 --------------------------------------------------------------------------------- diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.sum b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.sum deleted file mode 100644 index 14eb4da9f..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.sum +++ /dev/null @@ -1,147 +0,0 @@ - - - ********************************************************** - ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** - ********************************************************** - M U L T I -- P A T T E R N - Rietveld, Profile Matching & Integrated Intensity - Refinement of X-ray and/or Neutron Data - - - Date: 17/06/2026 Time: 22:34:35.817 - - => PCR file code: pbsox_single_polarized - => DAT file code: pbsox_single_polariz -> Relative contribution: 1.0000 - => Title: PbSO4 XrayDif single wavelength polarized Wdt48 - - ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 - - => Global Refinement of X-ray powder diffraction data - => Global Refinement of X-ray powder diffraction data - Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) - => The 7th default profile function was selected - - => Data supplied in free format for pattern: 1 - => Analysis of refinement at the end - => Wavelengths: 1.54056 1.54056 - => Cos(Monochromator angle)= 0.8000 - => Absorption correction (AC), muR-eff = 0.0000 0.0000 - => Base of peaks: 2.0*HW* 48.00 - ==> Angular range, step and number of points: - 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 - =>-------> Pattern# 1 - => Crystal Structure Refinement for phase: 1 - => The density (volumic mass) of phase 1 is: 6.324 g/cm3 - => Scor: 4.4881 - - ==> RESULTS OF REFINEMENT: - - - => No. of fitted parameters: 0 - - ------------------------------------------------------------------------------- - => Phase No. 1 PbSO4 P n m a ------------------------------------------------------------------------------- - - => No. of reflections for pattern#: 1: 394 - - - ==> ATOM PARAMETERS: - - Name x sx y sy z sz B sB occ. socc. Mult - Pb 0.18788( 0) 0.25000( 0) 0.16749( 0) 1.785( 0) 0.500( 0) 4 - S 0.06302( 0) 0.25000( 0) 0.68446( 0) 0.854( 0) 0.500( 0) 4 - O1 0.91235( 0) 0.25000( 0) 0.59346( 0) 1.334( 0) 0.500( 0) 4 - O2 0.18443( 0) 0.25000( 0) 0.53434( 0) 1.575( 0) 0.500( 0) 4 - O3 0.07573( 0) 0.01951( 0) 0.81594( 0) 1.328( 0) 1.000( 0) 8 - - ==> PROFILE PARAMETERS FOR PATTERN# 1 - - => Cell parameters : - 8.47983 0.00000 - 5.39776 0.00000 - 6.95932 0.00000 - 90.00000 0.00000 - 90.00000 0.00000 - 90.00000 0.00000 - - => overall scale factor : 0.000469335 0.000000000 - => Eta(p-v) or m(p-vii) : 0.00000 0.00000 - => Overall tem. factor : 0.00000 0.00000 - => Halfwidth parameters : 0.04846 0.00000 - -0.08305 0.00000 - 0.03519 0.00000 - => Preferred orientation: 0.00000 0.00000 - 0.00000 0.00000 - => Asymmetry parameters : 0.00000 0.00000 - 0.00000 0.00000 - 0.00000 0.00000 - 0.00000 0.00000 - => X and y parameters : 0.00000 0.00000 - 0.04927 0.00000 - => Strain parameters : 0.00000 0.00000 - 0.00000 0.00000 - 0.00000 0.00000 - => Size parameters (G,L): 0.00000 0.00000 - 0.00000 0.00000 - - => Add. shape parameters: - 0.00000 0.00000 - 0.00000 0.00000 - - - - ==> GLOBAL PARAMETERS FOR PATTERN# 1 - - - => Zero-point: -0.0482 0.0000 - => Background Polynomial Parameters ==> - 154.32 0.0000 - 100.00 0.0000 - -92.329 0.0000 - -95.599 0.0000 - 126.68 0.0000 - -31.804 0.0000 - - => Cos( theta)-shift parameter : 0.0000 0.0000 - => Sin(2theta)-shift parameter : 0.0000 0.0000 - - ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 - - => Cycle: 1 => MaxCycle: 30 - => N-P+C: 5760 - => R-factors (not corrected for background) for Pattern: 1 - => Rp: 25.9 Rwp: 32.3 Rexp: 4.92 Chi2: 43.0 L.S. refinement - => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 42.6 Rwp: 45.8 Rexp: 6.98 Chi2: 43.0 - => Deviance: 0.398E+06 Dev* : 69.02 - => DW-Stat.: 0.1472 DW-exp: 1.9182 - => N-sigma of the GoF: 2255.192 - - ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 - - => N-P+C: 5760 - => R-factors (not corrected for background) for Pattern: 1 - => Rp: 25.9 Rwp: 32.3 Rexp: 4.92 Chi2: 43.0 L.S. refinement - => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 42.6 Rwp: 45.8 Rexp: 6.98 Chi2: 43.0 - => Deviance: 0.398E+06 Dev* : 69.02 - => DW-Stat.: 0.1472 DW-exp: 1.9182 - => N-sigma of the GoF: 2255.192 - - => Global user-weigthed Chi2 (Bragg contrib.): 43.0 - - ----------------------------------------------------- - BRAGG R-Factors and weight fractions for Pattern # 1 - ----------------------------------------------------- - - => Phase: 1 PbSO4 - => Bragg R-factor: 34.6 Vol: 318.543( 0.000) Fract(%): 100.00( 0.00) - => Rf-factor= 21.4 ATZ: 1213.030 Brindley: 1.0000 - - - CPU Time: 0.328 seconds - 0.005 minutes - - => Run finished at: Date: 17/06/2026 Time: 22:34:36.148 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.bac b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.bac deleted file mode 100644 index 4fb26ab68..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.bac +++ /dev/null @@ -1,602 +0,0 @@ - 10.048160 0.025000 160.048157 Background of: pbsox_single_unpolarized - 126 126 126 126 126 126 126 126 125 125 - 125 125 125 125 125 125 124 124 124 124 - 124 124 124 124 123 123 123 123 123 123 - 123 123 123 122 122 122 122 122 122 122 - 122 121 121 121 121 121 121 121 121 121 - 120 120 120 120 120 120 120 120 120 119 - 119 119 119 119 119 119 119 119 119 118 - 118 118 118 118 118 118 118 118 117 117 - 117 117 117 117 117 117 117 117 116 116 - 116 116 116 116 116 116 116 116 116 115 - 115 115 115 115 115 115 115 115 115 115 - 114 114 114 114 114 114 114 114 114 114 - 114 113 113 113 113 113 113 113 113 113 - 113 113 113 112 112 112 112 112 112 112 - 112 112 112 112 112 111 111 111 111 111 - 111 111 111 111 111 111 111 111 110 110 - 110 110 110 110 110 110 110 110 110 110 - 110 110 109 109 109 109 109 109 109 109 - 109 109 109 109 109 109 109 108 108 108 - 108 108 108 108 108 108 108 108 108 108 - 108 108 108 107 107 107 107 107 107 107 - 107 107 107 107 107 107 107 107 107 107 - 106 106 106 106 106 106 106 106 106 106 - 106 106 106 106 106 106 106 106 105 105 - 105 105 105 105 105 105 105 105 105 105 - 105 105 105 105 105 105 105 105 105 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 104 104 104 104 104 104 104 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 105 105 105 105 105 105 105 - 105 105 105 105 105 105 105 105 105 105 - 105 105 105 105 105 105 105 105 105 105 - 105 106 106 106 106 106 106 106 106 106 - 106 106 106 106 106 106 106 106 106 106 - 106 106 106 106 106 106 106 107 107 107 - 107 107 107 107 107 107 107 107 107 107 - 107 107 107 107 107 107 107 107 107 107 - 107 108 108 108 108 108 108 108 108 108 - 108 108 108 108 108 108 108 108 108 108 - 108 108 108 108 109 109 109 109 109 109 - 109 109 109 109 109 109 109 109 109 109 - 109 109 109 109 109 109 110 110 110 110 - 110 110 110 110 110 110 110 110 110 110 - 110 110 110 110 110 110 110 110 111 111 - 111 111 111 111 111 111 111 111 111 111 - 111 111 111 111 111 111 111 111 112 112 - 112 112 112 112 112 112 112 112 112 112 - 112 112 112 112 112 112 112 112 113 113 - 113 113 113 113 113 113 113 113 113 113 - 113 113 113 113 113 113 113 113 114 114 - 114 114 114 114 114 114 114 114 114 114 - 114 114 114 114 114 114 114 115 115 115 - 115 115 115 115 115 115 115 115 115 115 - 115 115 115 115 115 116 116 116 116 116 - 116 116 116 116 116 116 116 116 116 116 - 116 116 116 116 117 117 117 117 117 117 - 117 117 117 117 117 117 117 117 117 117 - 117 117 118 118 118 118 118 118 118 118 - 118 118 118 118 118 118 118 118 118 118 - 119 119 119 119 119 119 119 119 119 119 - 119 119 119 119 119 119 119 120 120 120 - 120 120 120 120 120 120 120 120 120 120 - 120 120 120 120 120 121 121 121 121 121 - 121 121 121 121 121 121 121 121 121 121 - 121 121 122 122 122 122 122 122 122 122 - 122 122 122 122 122 122 122 122 122 123 - 123 123 123 123 123 123 123 123 123 123 - 123 123 123 123 123 123 124 124 124 124 - 124 124 124 124 124 124 124 124 124 124 - 124 124 124 125 125 125 125 125 125 125 - 125 125 125 125 125 125 125 125 125 126 - 126 126 126 126 126 126 126 126 126 126 - 126 126 126 126 126 126 127 127 127 127 - 127 127 127 127 127 127 127 127 127 127 - 127 127 127 128 128 128 128 128 128 128 - 128 128 128 128 128 128 128 128 128 129 - 129 129 129 129 129 129 129 129 129 129 - 129 129 129 129 129 129 130 130 130 130 - 130 130 130 130 130 130 130 130 130 130 - 130 130 131 131 131 131 131 131 131 131 - 131 131 131 131 131 131 131 131 131 132 - 132 132 132 132 132 132 132 132 132 132 - 132 132 132 132 132 133 133 133 133 133 - 133 133 133 133 133 133 133 133 133 133 - 133 133 134 134 134 134 134 134 134 134 - 134 134 134 134 134 134 134 134 135 135 - 135 135 135 135 135 135 135 135 135 135 - 135 135 135 135 135 136 136 136 136 136 - 136 136 136 136 136 136 136 136 136 136 - 136 136 137 137 137 137 137 137 137 137 - 137 137 137 137 137 137 137 137 138 138 - 138 138 138 138 138 138 138 138 138 138 - 138 138 138 138 138 139 139 139 139 139 - 139 139 139 139 139 139 139 139 139 139 - 139 139 140 140 140 140 140 140 140 140 - 140 140 140 140 140 140 140 140 140 141 - 141 141 141 141 141 141 141 141 141 141 - 141 141 141 141 141 141 142 142 142 142 - 142 142 142 142 142 142 142 142 142 142 - 142 142 142 143 143 143 143 143 143 143 - 143 143 143 143 143 143 143 143 143 143 - 144 144 144 144 144 144 144 144 144 144 - 144 144 144 144 144 144 144 144 145 145 - 145 145 145 145 145 145 145 145 145 145 - 145 145 145 145 145 145 146 146 146 146 - 146 146 146 146 146 146 146 146 146 146 - 146 146 146 147 147 147 147 147 147 147 - 147 147 147 147 147 147 147 147 147 147 - 147 148 148 148 148 148 148 148 148 148 - 148 148 148 148 148 148 148 148 148 149 - 149 149 149 149 149 149 149 149 149 149 - 149 149 149 149 149 149 149 149 150 150 - 150 150 150 150 150 150 150 150 150 150 - 150 150 150 150 150 150 150 151 151 151 - 151 151 151 151 151 151 151 151 151 151 - 151 151 151 151 151 152 152 152 152 152 - 152 152 152 152 152 152 152 152 152 152 - 152 152 152 152 152 153 153 153 153 153 - 153 153 153 153 153 153 153 153 153 153 - 153 153 153 153 154 154 154 154 154 154 - 154 154 154 154 154 154 154 154 154 154 - 154 154 154 154 155 155 155 155 155 155 - 155 155 155 155 155 155 155 155 155 155 - 155 155 155 155 156 156 156 156 156 156 - 156 156 156 156 156 156 156 156 156 156 - 156 156 156 156 156 157 157 157 157 157 - 157 157 157 157 157 157 157 157 157 157 - 157 157 157 157 157 157 158 158 158 158 - 158 158 158 158 158 158 158 158 158 158 - 158 158 158 158 158 158 158 158 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 178 178 178 178 - 178 178 178 178 178 178 178 178 178 178 - 178 178 178 178 178 178 178 178 179 179 - 179 179 179 179 179 179 179 179 179 179 - 179 179 179 179 179 179 179 179 179 180 - 180 180 180 180 180 180 180 180 180 180 - 180 180 180 180 180 180 180 180 180 181 - 181 181 181 181 181 181 181 181 181 181 - 181 181 181 181 181 181 181 181 181 182 - 182 182 182 182 182 182 182 182 182 182 - 182 182 182 182 182 182 182 182 182 183 - 183 183 183 183 183 183 183 183 183 183 - 183 183 183 183 183 183 183 183 184 184 - 184 184 184 184 184 184 184 184 184 184 - 184 184 184 184 184 184 184 185 185 185 - 185 185 185 185 185 185 185 185 185 185 - 185 185 185 185 185 185 186 186 186 186 - 186 186 186 186 186 186 186 186 186 186 - 186 186 186 186 187 187 187 187 187 187 - 187 187 187 187 187 187 187 187 187 187 - 187 187 188 188 188 188 188 188 188 188 - 188 188 188 188 188 188 188 188 188 188 - 189 189 189 189 189 189 189 189 189 189 - 189 189 189 189 189 189 189 189 190 190 - 190 190 190 190 190 190 190 190 190 190 - 190 190 190 190 190 190 191 191 191 191 - 191 191 191 191 191 191 191 191 191 191 - 191 191 191 192 192 192 192 192 192 192 - 192 192 192 192 192 192 192 192 192 192 - 193 193 193 193 193 193 193 193 193 193 - 193 193 193 193 193 193 193 194 194 194 - 194 194 194 194 194 194 194 194 194 194 - 194 194 194 194 195 195 195 195 195 195 - 195 195 195 195 195 195 195 195 195 195 - 195 196 196 196 196 196 196 196 196 196 - 196 196 196 196 196 196 196 196 197 197 - 197 197 197 197 197 197 197 197 197 197 - 197 197 197 197 198 198 198 198 198 198 - 198 198 198 198 198 198 198 198 198 198 - 198 199 199 199 199 199 199 199 199 199 - 199 199 199 199 199 199 199 200 200 200 - 200 200 200 200 200 200 200 200 200 200 - 200 200 200 201 201 201 201 201 201 201 - 201 201 201 201 201 201 201 201 201 201 - 202 202 202 202 202 202 202 202 202 202 - 202 202 202 202 202 202 203 203 203 203 - 203 203 203 203 203 203 203 203 203 203 - 203 203 204 204 204 204 204 204 204 204 - 204 204 204 204 204 204 204 204 205 205 - 205 205 205 205 205 205 205 205 205 205 - 205 205 205 205 206 206 206 206 206 206 - 206 206 206 206 206 206 206 206 206 206 - 207 207 207 207 207 207 207 207 207 207 - 207 207 207 207 207 207 208 208 208 208 - 208 208 208 208 208 208 208 208 208 208 - 208 208 208 209 209 209 209 209 209 209 - 209 209 209 209 209 209 209 209 209 210 - 210 210 210 210 210 210 210 210 210 210 - 210 210 210 210 210 211 211 211 211 211 - 211 211 211 211 211 211 211 211 211 211 - 211 212 212 212 212 212 212 212 212 212 - 212 212 212 212 212 212 212 213 213 213 - 213 213 213 213 213 213 213 213 213 213 - 213 213 213 213 214 214 214 214 214 214 - 214 214 214 214 214 214 214 214 214 214 - 215 215 215 215 215 215 215 215 215 215 - 215 215 215 215 215 215 215 216 216 216 - 216 216 216 216 216 216 216 216 216 216 - 216 216 216 217 217 217 217 217 217 217 - 217 217 217 217 217 217 217 217 217 217 - 218 218 218 218 218 218 218 218 218 218 - 218 218 218 218 218 218 218 219 219 219 - 219 219 219 219 219 219 219 219 219 219 - 219 219 219 219 220 220 220 220 220 220 - 220 220 220 220 220 220 220 220 220 220 - 220 220 221 221 221 221 221 221 221 221 - 221 221 221 221 221 221 221 221 221 222 - 222 222 222 222 222 222 222 222 222 222 - 222 222 222 222 222 222 222 223 223 223 - 223 223 223 223 223 223 223 223 223 223 - 223 223 223 223 223 224 224 224 224 224 - 224 224 224 224 224 224 224 224 224 224 - 224 224 224 224 225 225 225 225 225 225 - 225 225 225 225 225 225 225 225 225 225 - 225 225 225 226 226 226 226 226 226 226 - 226 226 226 226 226 226 226 226 226 226 - 226 226 227 227 227 227 227 227 227 227 - 227 227 227 227 227 227 227 227 227 227 - 227 227 228 228 228 228 228 228 228 228 - 228 228 228 228 228 228 228 228 228 228 - 228 228 229 229 229 229 229 229 229 229 - 229 229 229 229 229 229 229 229 229 229 - 229 229 229 229 230 230 230 230 230 230 - 230 230 230 230 230 230 230 230 230 230 - 230 230 230 230 230 230 231 231 231 231 - 231 231 231 231 231 231 231 231 231 231 - 231 231 231 231 231 231 231 231 231 232 - 232 232 232 232 232 232 232 232 232 232 - 232 232 232 232 232 232 232 232 232 232 - 232 232 232 233 233 233 233 233 233 233 - 233 233 233 233 233 233 233 233 233 233 - 233 233 233 233 233 233 233 233 233 233 - 234 234 234 234 234 234 234 234 234 234 - 234 234 234 234 234 234 234 234 234 234 - 234 234 234 234 234 234 234 234 235 235 - 235 235 235 235 235 235 235 235 235 235 - 235 235 235 235 235 235 235 235 235 235 - 235 235 235 235 235 235 235 235 235 235 - 236 236 236 236 236 236 236 236 236 236 - 236 236 236 236 236 236 236 236 236 236 - 236 236 236 236 236 236 236 236 236 236 - 236 236 236 236 236 236 236 236 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.dat b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.dat deleted file mode 100644 index cc2d2b0d4..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.dat +++ /dev/null @@ -1,602 +0,0 @@ -10.000 0.025 160.000 PbSO4 XrayDif (Rietveld Round Robin, R.J. Hill, JApC 2 - 179 147 165 172 150 165 150 158 134 146 - 167 159 139 145 165 150 149 156 143 166 - 154 131 144 131 140 147 155 148 140 138 - 127 146 147 114 129 129 128 136 148 132 - 141 135 141 145 131 142 148 151 127 133 - 131 125 129 128 134 142 115 138 125 120 - 130 118 118 116 119 101 117 142 112 114 - 111 122 131 107 121 123 120 126 125 120 - 103 121 109 115 122 123 107 126 133 120 - 100 130 130 109 116 121 99 107 110 136 - 113 102 117 111 105 92 110 116 124 111 - 91 106 122 121 119 114 129 95 117 102 - 102 117 99 124 107 108 99 113 104 92 - 98 107 88 96 104 81 111 78 104 119 - 106 105 96 81 95 96 103 91 112 107 - 87 112 92 79 92 103 97 102 86 97 - 103 93 111 95 96 93 85 104 98 108 - 76 92 95 89 105 95 92 105 89 99 - 101 97 93 99 100 83 93 96 69 101 - 97 85 95 85 111 85 86 100 88 98 - 92 93 94 93 81 98 78 79 93 81 - 88 73 85 106 88 94 96 91 101 89 - 87 95 87 97 81 87 93 90 73 98 - 86 80 82 97 80 81 80 81 73 106 - 92 101 98 104 106 98 114 97 129 112 - 141 167 157 200 215 321 397 434 445 313 - 197 155 110 118 86 110 95 93 98 80 - 85 106 86 103 92 88 94 79 92 106 - 82 104 94 88 97 93 90 120 93 106 - 89 92 100 91 99 81 89 79 91 84 - 92 107 99 92 87 88 67 81 86 85 - 103 85 77 105 93 96 93 85 75 105 - 85 89 86 76 86 71 101 100 89 74 - 101 103 95 100 87 94 84 102 92 80 - 82 105 84 83 93 92 105 94 88 97 - 88 110 110 84 89 98 92 86 110 98 - 93 94 104 96 105 99 117 111 100 125 - 99 107 107 98 84 112 99 93 108 100 - 91 98 124 98 121 114 93 87 95 95 - 121 102 127 119 118 107 100 95 116 136 - 92 127 127 115 124 130 123 137 136 165 - 150 173 190 211 212 255 264 305 353 415 - 507 623 833 1076 1417 1958 2624 3927 5466 7996 - 11062 12925 12506 10327 8178 6771 5910 4886 3432 2110 - 1182 802 623 527 435 393 356 333 295 316 - 280 248 264 216 202 211 187 168 208 160 - 171 149 166 138 168 129 147 134 125 137 - 112 128 134 121 138 103 124 115 119 109 - 119 116 127 133 121 109 114 113 120 118 - 102 110 118 123 116 112 107 121 104 124 - 105 128 115 128 99 130 109 125 138 141 - 135 125 140 152 177 177 191 195 225 258 - 301 337 468 618 837 1082 1507 2283 3235 4791 - 6588 8176 8122 6687 5078 3206 1822 1101 712 566 - 470 381 302 277 259 259 212 198 189 153 - 182 178 175 164 139 176 159 147 172 167 - 159 180 168 162 166 147 149 161 173 145 - 210 201 257 262 342 451 598 796 1089 1648 - 2386 3203 3155 2711 1970 1292 729 450 289 285 - 218 211 202 168 165 177 176 197 164 141 - 160 160 157 145 165 158 158 197 179 203 - 194 216 282 282 364 456 632 854 1213 1815 - 2863 4063 4649 4165 3168 2329 1423 738 438 367 - 295 246 246 191 179 178 170 182 158 182 - 179 184 181 169 171 191 175 216 195 224 - 209 251 257 298 297 378 406 499 590 746 - 983 1402 2108 3097 4641 7229 10690 13494 13106 10401 - 7908 5365 2857 1575 947 697 595 529 450 423 - 344 319 309 252 257 252 266 275 257 285 - 285 270 280 347 282 362 426 461 637 693 - 1051 1425 2158 3198 5190 8004 10350 9724 7797 6126 - 4329 2276 1177 756 591 486 352 340 314 270 - 256 253 245 206 212 183 205 185 164 197 - 167 175 159 152 162 168 151 153 128 167 - 147 140 139 153 153 154 145 147 134 160 - 137 134 131 157 137 145 151 164 171 172 - 165 168 162 193 169 199 186 208 196 182 - 246 245 284 340 364 382 519 665 837 1080 - 1566 2321 3438 5181 8141 12608 15702 14432 12071 9687 - 7137 4123 2094 1334 1013 780 668 467 438 379 - 355 263 287 299 247 253 236 223 193 198 - 184 204 185 174 201 168 185 175 171 153 - 162 135 159 139 147 127 143 140 115 142 - 123 156 133 135 128 130 127 120 121 106 - 134 114 107 123 111 92 134 87 130 97 - 101 113 119 122 114 117 84 105 111 104 - 119 119 101 117 122 105 128 116 126 115 - 121 116 144 141 128 148 165 172 182 174 - 193 230 247 312 325 423 589 755 1130 1670 - 2522 3976 5312 5540 4806 3984 3579 2684 1672 977 - 645 451 390 317 305 278 234 264 246 263 - 239 271 260 299 300 332 411 497 630 918 - 1214 1839 2852 4745 6636 7831 7010 5926 5069 4251 - 2900 1743 1167 841 646 517 412 354 301 282 - 234 204 235 226 207 200 180 180 179 172 - 180 157 154 173 198 147 168 157 199 209 - 242 257 328 467 631 994 1449 1522 1193 977 - 947 796 548 358 251 190 164 159 137 134 - 136 126 122 128 108 100 120 106 123 117 - 113 108 121 104 104 100 105 107 108 103 - 108 123 92 122 97 101 92 114 89 81 - 113 76 89 99 89 98 98 104 120 100 - 99 89 111 98 96 95 84 115 106 100 - 86 110 86 98 97 109 112 105 86 102 - 91 98 111 89 95 95 84 114 108 96 - 94 94 102 91 106 103 82 121 101 109 - 112 104 103 105 112 119 116 119 115 106 - 122 116 120 130 107 137 132 131 140 150 - 149 161 190 210 234 297 378 583 909 1431 - 2164 2620 2390 1970 1772 1685 1327 891 543 352 - 292 230 177 182 207 158 143 129 161 133 - 119 120 128 118 121 132 135 134 132 135 - 156 182 207 266 351 368 312 269 260 249 - 219 174 157 146 135 137 136 103 107 99 - 133 129 147 130 115 123 109 106 115 136 - 119 126 131 135 116 112 123 116 121 136 - 147 130 156 138 133 144 163 171 198 191 - 196 226 243 294 352 472 630 984 1383 2157 - 2946 2947 2469 1988 2056 1767 1317 793 524 362 - 282 264 227 186 194 168 177 199 174 169 - 183 194 204 189 213 296 350 476 746 894 - 816 615 549 596 524 395 306 223 164 206 - 198 162 173 163 144 169 160 156 143 187 - 146 146 157 177 173 171 197 214 254 333 - 505 760 1047 1074 910 689 698 717 570 382 - 273 291 231 278 239 272 257 316 315 377 - 419 593 709 1116 1749 2604 3739 4133 3642 2835 - 2622 2580 2147 1381 844 578 447 351 339 309 - 260 268 240 250 233 275 281 285 381 450 - 601 801 895 881 726 644 608 589 498 386 - 283 277 254 276 249 224 213 196 234 186 - 215 191 211 189 204 193 227 221 225 199 - 187 193 214 235 241 232 239 254 252 264 - 251 260 320 375 379 442 425 492 574 693 - 816 1046 1286 1773 2593 4047 6544 9907 12440 12196 - 9815 8006 7742 7431 5975 3773 2148 1465 1080 849 - 683 579 560 480 481 470 468 450 469 498 - 468 528 615 632 765 985 1263 1833 2821 4290 - 5647 5682 5372 5802 7664 7744 5866 4103 3552 3442 - 2855 1843 1102 771 578 517 456 381 379 335 - 326 303 286 287 274 272 282 267 236 255 - 238 218 224 209 228 244 234 221 237 224 - 217 187 261 216 246 244 282 276 314 333 - 385 413 609 855 1397 2190 3180 3151 2427 1819 - 1843 2058 1720 1115 716 480 364 297 300 267 - 227 215 189 213 174 175 193 183 178 166 - 171 171 172 161 151 143 141 139 172 153 - 169 141 125 135 142 134 142 138 152 159 - 140 143 136 147 144 148 153 112 148 138 - 119 121 160 136 164 137 166 142 158 176 - 175 183 249 309 389 541 720 682 600 452 - 443 453 437 329 289 226 201 182 160 178 - 146 181 142 201 182 174 168 174 233 275 - 331 464 712 969 1093 984 752 624 651 695 - 597 460 284 261 211 196 175 167 165 143 - 153 155 137 161 131 138 125 114 154 114 - 118 120 130 117 126 132 122 133 122 113 - 128 139 126 140 120 122 122 136 116 113 - 103 120 129 112 118 140 135 101 128 115 - 126 120 119 107 122 124 123 159 132 136 - 115 142 132 144 140 131 112 147 129 129 - 106 129 127 122 155 130 121 131 173 157 - 146 153 168 199 204 212 232 255 319 410 - 629 1090 1814 2668 2463 1752 1187 1257 1542 1549 - 1066 624 387 314 267 208 211 210 181 170 - 154 155 143 171 156 134 142 142 136 139 - 139 132 152 123 137 125 132 133 137 148 - 121 150 139 127 127 146 147 155 131 144 - 148 138 149 154 142 141 181 185 169 181 - 203 236 232 335 428 600 826 1143 1282 1262 - 1070 962 964 871 886 728 557 468 370 267 - 235 203 187 181 188 189 166 167 175 191 - 184 181 226 228 258 216 233 250 287 332 - 441 506 459 447 383 372 397 408 434 419 - 346 392 441 622 912 1096 1359 1605 1949 1937 - 1843 2020 1980 1741 1467 1209 1080 998 719 548 - 393 314 277 248 204 179 180 168 160 170 - 160 184 179 164 149 156 140 161 149 134 - 126 143 138 142 163 131 161 131 147 150 - 160 128 126 128 152 134 158 135 162 157 - 173 156 162 158 164 155 194 195 196 253 - 262 350 464 665 937 1141 1055 834 657 648 - 638 752 672 543 404 370 386 469 560 465 - 360 285 276 355 364 291 228 190 194 195 - 180 163 154 156 184 181 152 176 177 160 - 178 185 175 206 214 244 255 254 373 514 - 623 827 875 884 951 1181 1887 2582 2875 2303 - 1613 1270 1312 1510 1599 1288 890 794 643 683 - 884 1207 1571 1762 1506 1186 969 975 1015 1048 - 938 733 494 392 292 276 254 229 216 203 - 194 189 192 181 191 163 175 186 149 175 - 142 180 136 151 177 156 159 174 148 147 - 141 145 156 144 149 145 127 143 159 129 - 161 138 145 165 172 184 217 266 272 313 - 288 275 321 323 439 573 743 906 960 812 - 566 541 535 554 567 599 473 359 290 254 - 189 184 196 210 190 179 148 160 147 122 - 148 141 140 142 114 150 151 132 153 140 - 118 128 140 136 122 130 135 133 165 160 - 163 166 190 264 331 334 297 215 205 212 - 268 226 256 199 165 148 159 132 154 139 - 121 144 131 136 139 120 129 130 143 127 - 150 156 154 153 162 208 247 207 192 179 - 148 154 204 186 208 175 141 111 124 132 - 127 125 124 147 143 135 136 143 145 143 - 148 151 139 142 135 161 143 139 136 158 - 164 167 165 181 147 160 195 209 190 226 - 195 241 278 302 344 427 563 789 990 1317 - 1792 2342 2479 2083 1541 1233 1186 1301 1408 1348 - 1086 761 509 405 349 309 273 269 244 252 - 286 309 289 316 317 259 228 223 259 237 - 212 212 201 184 201 170 165 182 182 183 - 199 200 208 190 185 230 275 352 448 647 - 956 1241 1280 1063 730 559 576 678 833 919 - 838 736 578 449 352 332 306 308 321 300 - 245 216 201 182 162 147 163 193 149 171 - 166 202 155 141 162 155 166 190 174 189 - 211 169 195 197 235 250 286 344 394 561 - 722 930 1317 1481 1358 1037 813 746 717 877 - 916 896 663 502 396 302 255 280 238 238 - 233 267 258 267 346 468 667 897 976 870 - 617 478 483 485 541 636 625 465 354 276 - 231 232 190 216 192 191 172 178 212 172 - 174 183 142 176 174 159 196 194 202 246 - 258 272 227 206 220 234 235 252 241 246 - 280 326 391 456 640 670 639 521 515 493 - 632 854 1153 1468 1384 1196 879 770 660 705 - 773 815 766 626 469 409 338 280 267 303 - 290 315 308 375 471 637 830 1073 1024 833 - 639 528 502 569 667 732 600 516 444 417 - 430 431 409 399 319 289 333 368 368 375 - 332 257 253 244 250 251 239 260 202 234 - 236 222 268 246 261 301 352 434 507 687 - 891 929 869 744 766 883 1213 1390 1383 1276 - 1228 1172 1129 970 905 839 745 632 628 600 - 552 393 307 265 275 215 233 208 186 180 - 200 182 178 170 180 177 190 173 203 200 - 185 218 207 244 220 243 266 280 324 394 - 567 690 853 934 815 877 894 888 744 665 - 674 693 634 583 589 572 455 501 497 637 - 833 1120 968 776 526 397 372 472 548 682 - 632 479 341 304 211 213 199 185 190 194 - 183 193 204 201 264 298 373 364 306 270 - 271 259 298 371 433 565 625 581 460 365 - 291 270 311 317 411 435 426 481 415 358 - 268 245 239 204 246 236 272 241 203 182 - 189 163 165 161 145 149 163 166 138 141 - 158 145 131 135 147 133 140 144 155 157 - 196 193 175 172 174 148 164 177 183 250 - 310 439 401 356 276 178 216 209 222 263 - 281 270 217 181 183 174 171 151 142 130 - 147 146 148 124 129 128 135 143 135 145 - 134 131 154 135 139 155 143 151 154 160 - 141 160 155 171 166 159 187 205 212 230 - 313 346 402 511 535 696 717 624 520 421 - 399 344 380 468 482 453 373 267 229 209 - 176 193 210 179 173 207 225 265 315 289 - 229 197 204 221 249 258 290 401 434 421 - 368 358 396 462 547 580 497 442 397 313 - 316 296 341 355 373 333 274 262 290 329 - 333 356 280 237 214 238 243 204 239 255 - 249 226 191 222 193 236 264 308 340 330 - 282 229 235 204 203 252 249 232 222 217 - 226 222 238 265 341 339 338 302 275 242 - 218 232 297 360 399 423 365 273 254 262 - 216 316 339 402 509 598 700 742 619 470 - 398 379 352 351 379 443 466 438 357 289 - 258 233 216 241 235 277 309 358 356 323 - 273 243 224 243 250 220 267 291 282 252 - 255 328 357 411 375 323 267 240 208 209 - 236 248 261 256 244 203 173 170 174 168 - 167 181 159 195 168 180 186 175 191 213 - 274 266 323 421 552 799 1129 1277 1123 820 - 610 504 408 478 543 708 817 736 641 568 - 413 433 373 314 321 244 262 251 232 241 - 216 240 212 196 173 187 175 173 152 163 - 143 135 122 139 128 134 140 117 150 134 - 152 127 170 158 155 173 161 136 128 177 - 165 140 154 143 168 189 130 160 151 182 - 221 238 260 315 327 311 246 211 204 196 - 211 191 234 225 255 200 186 186 162 140 - 153 147 143 153 154 133 145 148 165 155 - 155 147 176 149 165 136 163 163 198 215 - 249 304 377 414 339 322 284 301 311 380 - 550 624 660 617 461 363 284 266 268 289 - 340 375 363 327 259 216 172 180 208 177 - 157 189 192 222 222 188 184 164 173 182 - 153 158 158 183 190 178 169 145 170 138 - 169 133 134 122 126 153 112 125 127 147 - 125 125 142 143 138 145 166 165 156 154 - 169 130 173 155 178 211 247 289 310 276 - 303 376 468 665 803 829 683 570 507 383 - 335 352 412 522 575 652 681 634 466 368 - 301 214 226 205 239 226 271 279 280 247 - 223 201 199 198 206 191 154 174 144 155 - 161 172 178 192 155 171 155 160 138 156 - 178 163 191 200 208 186 167 183 157 148 - 163 174 187 182 189 190 190 199 240 247 - 334 391 512 618 663 593 456 395 343 288 - 292 310 392 389 437 361 351 262 250 233 - 197 195 171 174 171 159 158 120 128 140 - 148 156 133 156 144 163 158 158 154 165 - 196 206 256 278 255 253 223 190 196 176 - 171 212 204 252 224 192 180 172 166 159 - 155 148 167 137 178 161 180 156 169 178 - 174 181 172 238 209 240 343 384 500 673 - 704 763 656 551 406 354 352 301 357 414 - 440 502 459 425 378 418 427 467 441 400 - 327 278 259 240 213 206 241 263 287 291 - 245 243 198 195 195 164 178 161 161 183 - 177 177 177 192 219 260 310 337 312 290 - 275 243 192 200 212 205 180 219 274 271 - 200 205 195 179 171 171 147 147 167 159 - 157 145 164 142 143 164 157 153 145 168 - 159 169 137 182 196 218 216 223 269 295 - 288 280 281 187 264 216 220 242 264 272 - 326 362 407 468 432 443 383 393 367 415 - 471 595 626 583 491 456 411 322 328 289 - 271 302 377 369 373 347 296 292 257 269 - 241 218 212 239 254 295 314 356 301 277 - 252 251 186 197 162 192 231 223 207 238 - 196 196 176 171 178 146 169 161 149 173 - 156 143 154 152 139 184 185 161 159 152 - 159 176 164 168 193 195 187 237 228 265 - 291 347 409 454 552 524 552 502 483 433 - 382 363 322 328 389 469 485 438 491 415 - 377 375 322 288 280 263 275 245 243 239 - 247 216 204 210 196 220 209 212 226 201 - 225 228 210 244 298 405 445 534 579 538 - 495 466 410 389 387 429 460 573 607 740 - 853 781 733 593 499 398 368 334 370 358 - 391 376 394 414 383 300 294 275 246 259 - 235 239 243 277 363 383 434 436 378 373 - 386 438 464 491 539 539 523 499 478 472 - 383 345 354 352 383 370 410 453 416 396 - 392 319 335 407 461 587 741 875 863 754 - 619 485 429 336 321 296 316 385 474 539 - 571 493 420 345 272 242 219 229 203 220 - 211 190 171 195 176 218 208 212 230 265 - 314 278 306 262 281 209 235 222 223 246 - 268 316 307 316 273 247 229 201 198 173 - 202 173 212 185 197 193 193 194 169 169 - 157 167 175 140 174 146 171 142 152 171 - 150 142 161 150 163 154 149 157 192 185 - 184 205 231 238 263 324 365 388 380 421 - 418 408 385 374 346 329 297 319 322 328 - 298 290 304 311 312 319 292 241 239 202 - 206 202 227 236 307 309 385 341 324 290 - 208 241 201 202 181 217 264 229 326 303 - 345 304 296 241 242 210 187 206 194 221 - 216 245 242 251 258 232 215 189 192 163 - 158 162 174 182 169 151 187 179 167 169 - 146 149 146 158 142 164 142 153 147 163 - 160 163 127 150 159 140 136 159 171 178 - 159 162 193 156 176 161 155 146 179 208 - 186 194 252 230 219 182 179 174 147 189 - 166 142 144 177 178 215 182 160 196 200 - 159 163 150 175 144 132 160 169 138 171 - 129 167 172 135 170 172 169 199 221 233 - 283 291 299 257 239 226 185 195 194 175 - 192 182 189 210 252 217 230 223 192 205 - 179 185 155 193 190 214 215 230 223 212 - 233 221 242 216 261 265 370 406 501 447 - 488 473 365 279 283 285 282 239 267 263 - 309 349 345 322 338 308 238 221 215 197 - 205 208 222 206 204 230 240 284 313 331 - 344 297 275 267 216 230 194 195 234 196 - 198 240 255 287 314 318 255 232 213 186 - 193 156 168 155 154 187 181 194 183 206 - 191 179 174 158 176 183 184 188 222 211 - 242 267 330 363 390 397 332 288 273 199 - 218 198 206 228 206 216 256 259 301 265 - 240 206 224 183 160 190 158 161 161 143 - 144 177 175 142 129 140 166 156 126 156 - 144 146 136 145 160 147 142 150 168 164 - 168 195 207 229 260 263 294 291 279 245 - 211 240 218 197 226 253 249 289 329 377 - 412 419 371 310 258 236 243 235 224 241 - 236 239 302 286 295 329 390 376 405 380 - 376 363 361 296 313 279 295 248 253 273 - 273 275 305 282 295 295 304 318 331 336 - 336 371 349 315 280 286 238 265 226 238 - 222 224 254 303 311 297 319 302 295 299 - 325 347 294 264 265 239 227 226 250 203 - 229 202 234 220 206 230 228 259 221 276 - 276 271 278 298 341 366 384 388 410 433 - 388 382 298 327 266 250 252 252 262 270 - 257 249 251 336 305 284 293 236 224 207 - 200 174 177 180 163 150 181 174 141 156 - 143 166 148 174 153 160 159 160 155 141 - 148 157 157 161 171 164 169 170 167 189 - 220 252 328 298 286 290 266 220 171 193 - 194 170 235 195 207 227 261 320 343 339 - 411 416 350 350 288 343 300 286 283 249 - 258 232 229 233 215 250 258 250 251 245 - 233 220 257 219 207 208 191 187 198 176 - 184 190 192 159 176 166 196 172 180 208 - 219 202 177 175 170 167 175 153 145 178 - 168 153 159 179 196 175 174 168 180 139 - 157 143 156 157 151 155 158 155 141 152 - 145 158 153 149 153 150 144 150 143 172 - 141 166 170 162 206 182 172 183 175 178 - 179 157 163 182 184 177 163 172 185 159 - 185 176 169 161 173 190 193 150 175 151 - 176 166 171 187 180 216 212 269 301 313 - 319 328 299 252 252 228 200 209 202 225 - 199 251 236 263 299 302 338 248 259 262 - 213 211 206 210 168 191 159 183 202 211 - 205 206 205 223 200 184 189 186 185 205 - 197 210 206 202 174 175 190 165 173 179 - 192 168 168 181 170 200 198 219 211 238 - 222 205 221 204 219 196 210 196 234 212 - 191 250 230 226 277 263 296 319 338 385 - 408 381 356 290 284 268 222 245 214 211 - 204 227 254 236 290 305 290 337 276 281 - 238 243 231 205 205 193 180 171 185 191 - 191 190 179 169 175 199 179 189 210 191 - 206 212 210 235 205 182 185 177 171 153 - 154 152 170 155 156 153 171 188 181 180 - 201 183 191 184 187 163 161 165 160 185 - 198 164 176 182 172 172 186 189 181 231 - 209 211 227 226 193 216 211 211 193 175 - 192 209 196 195 230 231 239 311 285 263 - 289 262 214 212 218 186 191 199 183 190 - 168 194 191 195 207 218 222 241 242 219 - 189 202 202 190 225 204 223 262 258 317 - 312 304 299 278 265 221 205 225 211 203 - 192 201 197 227 184 205 216 256 253 288 - 249 280 219 217 249 229 198 193 178 205 - 210 185 179 213 233 225 232 264 271 285 - 273 342 326 401 358 432 331 361 330 283 - 282 263 245 232 219 251 241 241 265 237 - 251 266 291 301 300 280 332 285 276 261 - 262 264 280 291 292 284 266 240 219 232 - 218 192 181 184 219 187 174 184 204 197 - 217 215 213 212 218 210 224 183 178 205 - 184 185 180 197 154 171 181 155 145 184 - 180 173 168 190 169 161 174 158 167 182 - 165 183 168 159 161 155 189 186 150 168 - 186 194 155 171 151 165 175 156 163 164 - 166 185 163 202 186 183 183 155 199 176 - 188 177 165 198 170 186 188 193 190 207 - 234 205 212 216 213 266 257 269 300 330 - 339 357 382 326 325 282 284 305 353 293 - 354 327 397 378 367 341 307 311 274 313 - 351 347 326 307 293 260 283 272 272 302 - 307 313 332 337 327 331 343 329 371 392 - 418 493 471 481 485 486 422 425 387 379 - 330 338 327 321 327 386 375 412 398 371 - 398 377 382 419 397 373 325 333 311 301 - 293 291 268 279 289 278 266 268 284 258 - 251 258 247 251 211 209 220 218 191 186 - 214 213 216 227 196 202 213 186 198 224 - 177 197 160 191 209 217 216 215 200 207 - 202 234 218 252 249 281 270 287 318 319 - 370 397 434 494 424 485 464 454 461 371 - 326 309 280 332 297 277 293 303 342 293 - 322 350 360 343 387 437 442 460 486 451 - 433 459 369 415 340 328 323 291 265 305 - 279 298 320 299 306 340 314 329 324 367 - 378 335 338 293 299 293 263 285 277 283 - 326 291 311 315 351 367 353 387 404 365 - 354 382 318 310 342 355 334 382 359 322 - 317 322 315 322 260 275 282 290 318 296 - 276 281 309 281 305 298 276 252 303 282 - 308 302 293 288 268 300 319 297 302 304 - 346 392 454 519 565 590 593 601 563 482 - 500 403 417 386 328 293 321 300 313 294 - 318 294 329 329 364 360 385 412 426 405 - 418 417 358 384 387 312 316 304 295 296 - 294 273 325 330 345 300 370 350 381 297 - 316 300 270 271 292 249 263 269 273 252 - 250 225 241 245 268 276 264 282 294 314 - 303 269 295 283 293 286 264 255 259 252 - 270 255 304 293 311 285 332 321 350 358 - 431 433 427 380 413 422 348 388 355 370 - 353 322 348 325 320 369 351 400 379 399 - 406 396 397 415 439 438 437 478 495 511 - 450 497 498 433 477 484 430 431 454 399 - 382 384 351 334 347 336 330 306 330 311 - 298 301 344 335 334 303 326 359 397 356 - 347 310 347 332 312 335 334 316 309 294 - 334 342 332 279 267 257 292 288 273 245 - 269 248 228 250 249 230 238 217 238 212 - 246 246 239 262 265 264 240 250 246 226 - 227 235 226 256 190 215 236 223 227 203 - 206 190 232 230 201 219 203 216 213 208 - 224 210 202 212 205 236 220 194 199 201 - 216 237 212 225 203 241 232 260 253 257 - 282 291 283 325 333 335 293 315 297 310 - 285 285 276 258 251 269 228 215 259 235 - 257 241 289 229 267 270 284 265 274 275 - 279 277 269 267 263 299 262 263 268 235 - 232 261 236 224 251 249 247 217 238 231 - 251 261 251 308 300 333 311 283 279 289 - 281 273 244 299 263 257 209 284 256 270 - 280 276 282 293 282 285 309 299 295 307 - 253 258 255 297 296 248 286 288 259 276 - 256 257 268 246 273 271 306 287 286 303 - 283 335 330 366 380 334 362 408 432 479 - 440 484 478 479 513 472 445 466 437 414 - 396 374 314 326 326 323 316 354 315 351 - 329 370 366 415 444 423 414 412 463 464 - 424 427 411 394 383 394 330 360 359 303 - 294 289 271 288 264 284 262 274 278 293 - 289 309 292 313 286 291 303 279 298 301 - 278 261 314 299 316 353 319 339 335 341 - 306 303 298 290 317 318 296 336 295 284 - 241 276 245 247 263 270 261 239 247 250 - 209 238 247 257 255 273 272 319 274 307 - 253 284 254 274 278 237 257 249 261 242 - 256 255 236 234 250 233 250 231 252 244 - 256 226 267 246 257 255 278 292 308 274 - 375 361 344 361 347 352 322 337 267 268 - 286 279 276 252 242 277 271 275 272 295 - 281 338 320 350 381 404 451 441 452 417 - 450 436 437 440 474 453 457 438 387 386 - 366 341 337 308 329 283 296 289 297 240 - 268 282 297 291 281 305 336 324 307 332 - 328 309 315 330 291 290 344 314 324 327 - 259 268 305 304 300 285 292 289 294 278 - 261 297 252 280 245 266 283 238 266 262 - 249 255 240 239 221 251 212 233 238 249 - 256 216 262 249 248 263 281 234 290 269 - 284 233 286 275 263 245 259 276 229 261 - 273 272 231 212 233 256 241 228 234 238 - 216 207 221 233 238 217 238 251 268 259 - 230 276 257 260 255 244 258 279 291 290 - 295 289 273 306 307 264 289 270 234 252 - 243 244 251 235 234 246 239 257 218 234 - 230 253 248 257 248 255 261 275 288 301 - 283 308 268 300 305 254 251 256 280 290 - 267 278 302 264 263 289 231 271 289 268 - 310 278 280 262 234 278 288 265 302 278 - 273 279 303 318 317 312 303 312 311 308 - 304 284 281 287 262 273 284 261 241 238 - 276 276 274 262 279 274 238 278 273 274 - 260 245 293 307 304 266 287 292 295 295 - 305 300 281 287 299 268 292 267 236 248 - 272 274 237 251 245 285 252 272 258 269 - 268 299 240 263 260 315 315 295 279 295 - 333 322 338 383 339 311 323 295 275 295 - 289 294 287 275 249 232 269 258 268 290 - 253 266 234 233 223 231 252 275 267 251 - 284 281 254 265 309 269 296 290 301 297 - 300 345 298 347 345 374 366 387 392 438 - 465 470 443 511 473 474 455 473 452 460 - 440 386 385 402 418 382 348 344 360 366 - 351 322 327 318 352 341 308 357 325 367 - 383 381 376 381 434 410 412 411 393 427 - 429 441 407 412 456 389 386 382 368 352 - 367 366 364 366 352 312 345 336 284 310 - 289 318 287 303 306 320 330 334 345 367 - 407 379 410 396 429 425 449 416 394 390 - 394 404 356 350 378 369 362 311 297 307 - 293 291 338 300 290 317 312 270 313 278 - 321 327 332 337 328 301 322 334 330 315 - 311 302 338 321 317 331 335 345 317 306 - 309 336 309 299 319 310 287 281 268 260 - 279 279 289 265 261 264 260 271 265 270 - 280 304 283 289 294 325 269 282 293 275 - 283 281 283 277 284 275 277 278 273 284 - 267 270 287 316 261 283 294 275 324 306 - 302 276 392 339 309 315 322 359 308 335 - 315 318 319 328 315 303 296 300 304 283 - 292 266 279 295 258 289 272 251 305 263 - 261 299 291 276 294 259 254 297 287 257 - 284 255 260 259 300 264 300 287 298 283 - 279 271 291 304 299 272 316 298 322 306 - 268 257 279 262 269 291 258 269 295 293 - 268 264 272 272 288 270 267 277 310 292 - 276 290 319 322 316 343 345 379 383 389 - 437 371 405 427 442 424 438 396 384 381 - 329 322 319 274 318 304 316 324 275 319 - 259 272 262 270 263 266 242 265 251 276 - 277 260 256 240 278 252 286 295 268 301 - 296 268 299 298 305 293 327 343 362 367 - 358 324 322 330 356 353 351 324 359 339 - 289 330 295 293 293 300 296 319 302 276 - 293 271 283 256 258 269 272 213 257 274 - 242 245 252 212 261 281 259 253 280 255 - 229 241 242 248 259 257 256 253 281 292 - 254 273 278 277 264 219 271 279 246 268 - 282 272 270 221 262 286 267 254 267 259 - 267 276 269 251 256 228 248 243 254 254 - 245 242 250 264 274 255 281 229 263 250 - 241 259 268 285 241 255 268 257 263 266 - 298 281 271 261 280 296 283 341 280 304 - 282 258 262 279 285 319 293 322 316 348 - 341 339 321 373 376 366 402 391 405 407 - 422 395 434 419 426 385 390 375 357 343 - 359 344 285 324 317 345 303 315 288 301 - 281 327 316 260 299 302 249 293 271 296 - 258 283 268 271 305 268 234 286 278 274 - 274 253 238 291 274 300 282 303 285 323 - 340 283 355 288 335 350 313 303 338 326 - 359 372 325 325 352 345 348 330 336 310 - 343 321 329 325 329 330 311 316 327 320 - 306 348 345 330 325 371 381 421 388 403 - 413 417 391 385 376 382 420 374 352 328 - 368 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.fou b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.fou deleted file mode 100644 index b84df98a0..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.fou +++ /dev/null @@ -1,375 +0,0 @@ - Phase No.: 1 PbSO4 - 1 0 1 25.8964 22.3628 14.1065 - 0 1 1 262.9907 166.6112 189.2185 - 2 0 0 220.2680 135.3409 189.3180 - 1 1 1 177.2014 106.9400 187.9157 - 2 0 1 158.5104 102.3717 190.4258 - 0 0 2 275.5540 173.6067 186.0119 - 2 1 0 357.6831 224.4255 186.2824 - 1 0 2 319.5630 205.0226 187.4157 - 2 1 1 304.3125 196.5197 6.2555 - 1 1 2 201.7752 132.0909 185.2444 - 0 2 0 479.9901 296.9455 186.6074 - 2 0 2 80.1820 41.3387 14.5469 - 3 0 1 143.7253 95.4610 188.8816 - 1 2 1 12.4520 10.0647 330.6660 - 2 1 2 151.5598 102.8325 6.8686 - 3 1 1 44.0065 36.2189 10.6627 - 2 2 0 253.3577 163.3004 7.3305 - 1 0 3 126.8592 88.0822 186.6488 - 3 0 2 142.2862 97.6129 5.4322 - 2 2 1 226.7608 146.9844 6.9277 - 0 2 2 139.7604 94.0220 10.3126 - 0 1 3 29.1728 18.5808 359.8677 - 4 0 0 43.0220 23.2789 179.7304 - 1 2 2 283.7908 198.8979 7.2393 - 1 1 3 319.3228 208.7830 7.6172 - 2 0 3 31.9507 24.3209 180.6502 - 3 1 2 235.1187 173.4192 7.8515 - 4 0 1 405.2254 247.0065 6.6431 - 4 1 0 301.0120 206.4200 7.9104 - 2 2 2 84.8630 64.7633 188.8050 - 2 1 3 15.8995 11.1531 184.2053 - 4 1 1 19.8545 9.2733 181.9967 - 3 2 1 118.8497 87.8863 9.0985 - 4 0 2 1.6648 1.6648 356.2448 - 3 0 3 268.4112 209.5108 7.6968 - 0 3 1 183.7675 141.2901 9.6125 - 0 0 4 169.7222 103.6324 187.9508 - 1 2 3 27.0054 23.8468 22.5865 - 4 1 2 72.0735 57.6870 193.3465 - 1 3 1 92.3343 77.3345 9.6691 - 1 0 4 195.1946 156.5853 8.9263 - 3 2 2 52.3703 37.5291 192.8141 - 3 1 3 157.7208 105.7367 187.1415 - 4 2 0 0.9526 0.9526 194.9679 - 2 3 0 190.2790 150.9262 8.2769 - 5 0 1 117.7049 85.5495 9.1008 - 1 1 4 93.9071 79.7057 8.1809 - 2 2 3 5.9017 4.9721 1.8463 - 4 2 1 223.4781 165.3009 189.2438 - 2 3 1 190.7360 136.0685 188.0135 - 2 0 4 87.1626 51.8769 10.6647 - 5 1 1 38.3744 35.6478 9.5138 - 1 3 2 124.7250 103.2924 6.0239 - 4 0 3 70.7875 40.8220 181.8728 - 2 1 4 38.8465 50.4527 10.9184 - 5 0 2 56.9608 56.9608 7.8569 - 4 2 2 9.9178 9.9178 1.1425 - 4 1 3 7.5546 7.5546 180.4048 - 2 3 2 84.3823 71.3917 188.7678 - 3 2 3 237.3367 189.8971 188.0137 - 3 3 1 44.2157 35.7889 189.6734 - 3 0 4 53.6711 44.2691 190.0322 - 5 1 2 156.3203 128.2581 189.6354 - 0 2 4 145.7141 86.6387 8.9317 - 1 2 4 197.1117 160.9068 188.2437 - 3 1 4 151.4967 120.0195 190.1929 - 0 3 3 19.7796 13.8406 179.8294 - 6 0 0 74.1964 72.6617 13.7622 - 5 2 1 104.2044 89.5224 188.2599 - 1 3 3 194.1631 152.4469 189.2081 - 3 3 2 165.3197 130.4350 189.2267 - 6 0 1 112.3339 77.4736 191.5016 - 2 2 4 64.4689 48.7667 190.6909 - 1 0 5 43.1539 33.3877 6.7972 - 4 3 0 189.5728 164.5065 188.7798 - 5 0 3 213.3543 160.7720 189.1552 - 6 1 0 220.7262 150.0160 187.9246 - 4 2 3 22.0353 21.2077 3.1084 - 0 4 0 264.3775 235.8978 7.0626 - 2 3 3 8.5500 6.7744 6.2031 - 0 1 5 176.8805 136.5709 9.2120 - 4 3 1 6.6341 3.1316 4.7249 - 4 0 4 8.8659 3.9415 358.9041 - 6 1 1 166.9135 125.5120 187.9879 - 1 1 5 63.8357 59.5354 191.6385 - 5 2 2 32.0274 27.2316 195.0515 - 5 1 3 100.0209 87.4204 187.5823 - 2 0 5 111.1071 83.5056 10.4345 - 6 0 2 25.8783 25.8783 198.3993 - 1 4 1 14.6512 14.6512 16.5301 - 4 1 4 63.3099 73.8006 189.7182 - 3 2 4 7.7301 7.7301 118.5555 - 2 4 0 80.7620 82.9226 191.8239 - 2 1 5 121.0623 110.2786 188.5681 - 4 3 2 50.6650 52.5106 12.9412 - 6 1 2 72.9443 64.7024 9.1485 - 3 3 3 108.3005 93.0268 7.3047 - 2 4 1 75.8794 66.0892 192.5472 - 0 4 2 97.7474 96.9407 188.5284 - 6 2 0 102.4652 101.8665 189.3796 - 3 0 5 96.9610 76.8176 189.6451 - 1 4 2 143.9466 121.9844 189.8072 - 1 3 4 80.2630 73.7800 187.9694 - 6 2 1 84.9617 78.3918 10.7299 - 1 2 5 3.1281 3.8687 299.8402 - 5 2 3 187.7548 169.0315 8.2853 - 3 1 5 89.5029 58.7646 6.6042 - 5 3 1 38.3419 32.2829 189.4167 - 5 0 4 35.9910 29.8058 192.5955 - 6 0 3 1.5988 1.5988 184.5227 - 2 4 2 29.7266 29.7266 15.6518 - 4 2 4 2.2665 2.2665 177.9406 - 2 3 4 31.4393 40.6016 192.0139 - 3 4 1 47.3562 61.0266 190.9260 - 7 0 1 17.6692 17.6692 193.6903 - 2 2 5 72.6590 88.0720 189.3836 - 5 1 4 120.7408 107.7649 10.3695 - 4 3 3 10.1852 6.1777 0.5443 - 6 2 2 24.3939 45.7923 9.9454 - 6 1 3 1.6045 4.0907 9.5058 - 7 1 1 41.0081 47.4333 193.0496 - 4 0 5 145.0661 149.2577 188.4556 - 5 3 2 95.2221 96.8358 11.2575 - 0 0 6 222.6933 169.0960 8.8395 - 1 4 3 36.6286 43.7328 190.2388 - 3 4 2 18.3043 48.2380 8.4338 - 1 0 6 4.5340 14.5070 184.7383 - 7 0 2 136.8821 126.6201 188.9644 - 3 3 4 102.3698 94.1741 11.4726 - 4 4 0 9.6083 9.6083 179.5066 - 4 1 5 0.1936 0.1936 86.4952 - 3 2 5 50.8509 73.3837 9.5486 - 2 4 3 14.6252 12.3546 181.2521 - 1 1 6 18.1400 16.0105 184.8480 - 4 4 1 154.5153 148.3009 8.7490 - 7 1 2 92.0612 68.9449 7.9278 - 2 0 6 98.0145 78.2143 191.6899 - 6 3 0 113.2093 117.7993 8.9629 - 5 2 4 6.8377 6.4516 63.9496 - 6 2 3 1.0911 1.1189 175.0355 - 0 3 5 94.5004 110.9368 190.0367 - 6 3 1 101.3127 94.2383 9.4213 - 6 0 4 36.6124 31.9694 193.8504 - 2 1 6 133.5748 115.3892 188.7991 - 1 3 5 62.2314 44.6228 13.6713 - 7 2 1 6.0572 4.6111 54.6419 - 5 3 3 80.7603 76.2350 7.8144 - 4 4 2 0.3663 0.3663 346.2158 - 3 4 3 131.2829 130.1874 9.7479 - 4 3 4 68.8243 59.6695 10.6432 - 5 0 5 86.4252 51.0950 13.1465 - 6 1 4 71.0938 43.3342 10.7255 - 7 0 3 66.7068 42.9306 10.3976 - 3 0 6 7.6393 4.3607 188.9619 - 4 2 5 132.5902 120.3403 9.8088 - 0 5 1 93.9858 73.0133 194.3518 - 0 4 4 84.0257 64.3973 190.0494 - 0 2 6 162.5135 128.8025 190.8241 - 2 3 5 109.5646 86.5543 9.6759 - 8 0 0 204.0867 170.8712 188.4039 - 6 3 2 61.5269 51.8013 190.1584 - 1 5 1 59.7751 51.8072 191.3138 - 1 4 4 119.0412 102.4257 10.7504 - 1 2 6 30.3221 21.3559 3.3440 - 5 1 5 71.0544 44.3586 7.6608 - 7 2 2 139.2368 109.6661 9.7238 - 7 1 3 139.1607 109.2566 10.7043 - 3 1 6 6.1920 4.0650 4.2880 - 8 0 1 4.0532 2.8353 174.3748 - 2 5 0 118.4714 109.3049 189.1057 - 5 4 1 72.9681 56.1404 10.9152 - 8 1 0 3.1557 4.0190 174.4487 - 2 5 1 98.3433 95.4576 9.0886 - 2 4 4 36.7139 34.1799 12.6746 - 2 2 6 97.8059 82.8493 10.4615 - 8 1 1 94.7046 78.0588 13.0751 - 3 3 5 73.9100 54.4702 186.4843 - 1 5 2 58.2061 56.6778 188.6503 - 4 4 3 15.2041 23.2617 182.7561 - 4 0 6 0.9519 0.9519 11.7243 - 6 2 4 6.0276 31.2597 13.3613 - 8 0 2 61.6997 76.7217 9.3421 - 5 4 2 16.8102 31.1188 11.0137 - 5 3 4 76.4709 81.7143 192.0458 - 6 3 3 2.0320 1.8449 198.8094 - 2 5 2 57.4323 55.1498 9.0912 - 4 1 6 106.1484 91.9401 12.7482 - 5 2 5 74.2082 63.5724 190.1256 - 3 5 1 33.7314 20.2336 13.4741 - 7 2 3 25.2586 13.8401 209.9250 - 3 4 4 41.9708 22.6897 194.8658 - 3 2 6 40.2617 20.7700 2.4506 - 8 1 2 10.0368 5.6057 183.0466 - 7 3 1 50.3675 39.3262 13.9233 - 7 0 4 112.7011 94.9070 10.9229 - 6 0 5 94.9158 63.6890 11.4642 - 1 0 7 31.0093 25.8584 9.4854 - 8 2 0 159.1293 134.0766 9.9930 - 0 5 3 1.4217 1.8069 355.2667 - 0 1 7 72.3626 73.7026 193.4090 - 7 1 4 53.1213 54.0751 189.5904 - 4 3 5 1.0009 0.9336 350.2754 - 8 2 1 13.4160 12.1300 182.1752 - 6 4 0 58.7115 48.2941 16.0854 - 6 1 5 95.8229 77.2554 9.9133 - 1 5 3 120.6296 101.8007 10.8072 - 1 1 7 62.4527 47.5435 191.3079 - 3 5 2 105.0224 84.2370 11.1768 - 1 3 6 20.9052 17.3028 4.3293 - 2 0 7 41.4654 33.6675 200.2390 - 6 4 1 70.3487 49.3458 194.0226 - 7 3 2 81.8870 61.4002 188.0060 - 8 0 3 16.0877 9.2763 0.8404 - 1 4 5 23.1597 15.8328 10.6120 - 4 5 0 114.3499 89.8206 12.4028 - 5 4 3 130.8613 106.6917 190.8642 - 5 0 6 7.7625 4.6517 188.2233 - 2 5 3 6.4534 7.3877 185.0530 - 4 5 1 5.6560 5.4621 182.6722 - 2 1 7 79.5270 76.9628 10.6171 - 4 4 4 2.2188 2.1631 358.4907 - 4 2 6 7.5425 7.2420 182.1514 - 2 3 6 112.3013 90.7060 9.9185 - 8 2 2 75.6288 57.0499 191.6976 - 8 1 3 1.1996 0.8731 12.3507 - 2 4 5 53.2670 54.1503 12.5546 - 5 1 6 7.3444 5.1306 183.0127 - 6 4 2 17.8099 17.8099 200.7046 - 3 0 7 36.0306 43.1738 191.5896 - 6 3 4 30.1412 35.4085 191.6301 - 9 0 1 12.2093 10.8664 196.2035 - 7 2 4 92.3940 81.9013 191.8866 - 6 2 5 84.3150 60.5609 191.3660 - 1 2 7 36.9236 28.5632 188.2405 - 4 5 2 33.1095 26.3171 199.8975 - 3 5 3 57.8165 52.7297 190.1480 - 3 1 7 19.2575 16.8848 11.3310 - 5 3 5 49.0405 40.9392 187.5363 - 7 3 3 113.1531 89.6889 191.5330 - 3 3 6 2.9149 2.2429 186.0842 - 9 1 1 79.1460 43.7928 11.8583 - 3 4 5 56.1776 52.1406 191.2161 - 7 0 5 25.6490 16.5195 190.2005 - 8 3 0 8.4682 6.5535 357.4344 - 1 5 4 44.7923 41.9840 11.0589 - 2 2 7 52.3945 47.6861 13.5607 - 9 0 2 110.9084 74.9767 12.5279 - 8 2 3 8.1405 3.8227 180.9481 - 8 3 1 92.3857 66.7127 193.5083 - 8 0 4 65.0586 47.5318 11.6753 - 5 5 1 42.2836 19.8441 12.1111 - 5 4 4 30.7890 15.9481 197.8548 - 5 2 6 23.5883 14.1438 3.2288 - 7 1 5 57.4601 40.8858 192.5341 - 4 0 7 150.6837 115.2352 9.5485 - 0 6 0 159.5952 120.7776 190.1809 - 6 4 3 2.4226 1.8296 184.4823 - 9 1 2 72.4882 43.7928 9.5087 - 6 0 6 82.6782 53.1507 13.7158 - 2 5 4 43.9653 28.4433 13.4833 - 7 4 1 25.7821 10.2964 198.0419 - 8 1 4 3.5270 2.2498 356.5645 - 4 5 3 4.5708 2.6808 180.6828 - 4 1 7 1.3587 0.8387 349.2737 - 1 6 1 4.8551 3.0207 252.2490 - 3 2 7 50.4883 38.4127 12.2370 - 4 3 6 102.2801 78.4826 193.2021 - 6 1 6 119.2249 79.1903 190.7051 - 8 3 2 5.2718 2.3561 5.6801 - 9 2 1 13.6058 6.2554 26.3631 - 4 4 5 140.6302 99.1555 190.0306 - 5 5 2 95.9168 69.3719 192.3298 - 2 6 0 83.6477 57.4942 12.5386 - 0 4 6 186.1844 113.3720 10.4092 - 1 4 6 19.2069 10.3539 185.4973 - 2 6 1 72.2369 50.6989 12.0700 - 9 0 3 31.4121 22.3568 14.2975 - 7 4 2 116.8702 84.5651 190.5598 - 3 5 4 88.1830 63.7682 193.2392 - 0 6 2 87.6214 48.8115 12.5094 - 0 3 7 109.6814 64.4669 13.5439 - 7 3 4 86.2160 50.8222 9.2193 - 0 0 8 132.1678 80.3885 188.5384 - 6 3 5 105.4308 61.6520 191.0014 - 1 6 2 122.9651 80.0038 11.1344 - 1 3 7 62.3767 39.8912 11.9580 - 7 2 5 7.1992 4.4944 147.2352 - 1 0 8 129.8838 78.2464 190.9319 - 9 2 2 133.4597 82.0105 190.9131 - 9 1 3 131.8476 81.2996 191.9372 - 2 4 6 88.6822 51.6700 193.7704 - 8 2 4 81.4714 41.9399 192.4327 - 6 5 0 150.3457 83.2948 190.0574 - 5 0 7 64.1330 35.5923 12.7830 - 1 1 8 50.4873 28.5901 192.3674 - 4 2 7 134.5289 87.0382 191.7597 - 2 6 2 34.5972 23.4513 194.5335 - 0 5 5 101.2717 68.3401 12.6530 - 2 3 7 96.6855 61.7227 191.7497 - 2 0 8 23.5691 14.7242 23.0333 - 6 5 1 120.4913 73.4650 189.6672 - 6 4 4 36.2329 21.9152 195.8213 - 6 2 6 108.1558 63.0954 191.0245 - 3 6 1 67.2677 38.8839 12.7219 - 8 3 3 0.4497 0.1882 288.8663 - 1 5 5 79.9430 33.3207 194.3215 - 10 0 0 112.9748 56.3442 12.5171 - 5 5 3 92.1748 47.0938 190.0133 - 5 1 7 26.1654 11.6948 13.8942 - 5 3 6 5.7716 1.6774 6.1979 - 8 0 5 7.7666 3.4722 356.6564 - 4 5 4 62.9236 39.4181 192.6008 - 10 0 1 48.8402 30.8223 18.2060 - 2 1 8 75.3807 47.6131 9.6847 - 5 4 5 58.9622 36.7005 14.4614 - 7 4 3 57.8618 25.3315 13.4248 - 3 4 6 13.8338 5.3512 187.0001 - 7 0 6 19.1357 10.9710 184.9619 - 10 1 0 128.1937 74.5289 10.5546 - 2 5 5 98.6198 61.7015 190.7339 - 1 6 3 20.1036 10.5249 30.2540 - 8 4 0 184.6414 116.4149 189.7614 - 8 1 5 103.8144 66.6856 192.5968 - 6 5 2 59.5519 38.1288 10.9905 - 3 6 2 25.5741 15.0847 198.8319 - 10 1 1 127.5524 62.4427 191.2701 - 3 3 7 26.0207 12.5936 193.2864 - 3 0 8 51.1433 23.2270 13.9660 - 9 2 3 32.7882 12.6009 203.5117 - 9 3 1 66.6144 34.4498 193.2879 - 9 0 4 124.9457 67.8020 192.8080 - 4 6 0 0.6452 0.3579 337.9637 - 0 2 8 101.0712 55.1033 11.4866 - 7 1 6 20.8632 11.1763 5.8994 - 8 4 1 2.5290 1.2717 170.0159 - 1 2 8 112.7462 72.8019 11.0753 - 10 0 2 27.9960 18.5042 197.8898 - 2 6 3 6.0006 3.9685 2.8152 - 4 6 1 127.6115 79.7002 192.0294 - 3 1 8 114.9528 66.5280 11.8265 - 9 1 4 89.3825 41.6648 189.6835 - 5 2 7 51.1195 29.2278 194.5618 - 3 5 5 54.8562 31.1161 8.9749 - 7 3 5 55.2729 34.3382 13.1827 - 10 1 2 58.7753 36.4471 190.8767 - 6 0 7 59.8672 34.0846 196.7437 - 2 2 8 43.2797 23.2101 193.8513 - 4 4 6 1.6875 0.9081 9.7768 - 9 3 2 64.6266 38.4378 189.7195 - 8 4 2 87.7945 53.3335 10.6661 - 10 2 0 101.1995 50.2055 193.1696 - 8 3 4 4.3664 2.1263 176.9246 - 5 5 4 98.7031 61.1393 12.6343 - 4 6 2 4.7333 3.0838 2.1624 - 4 3 7 3.2053 2.1053 176.8671 - 8 2 5 3.3979 2.2385 7.1432 - 4 0 8 4.4087 2.9142 359.6884 - 6 5 3 6.6288 4.3984 7.1946 - 3 6 3 124.0661 82.8814 191.3727 - 6 1 7 82.8254 55.3398 192.0156 - 10 2 1 66.3632 43.8993 192.2280 - 6 3 6 123.5148 65.3815 11.5140 - 7 5 1 48.2867 26.1751 196.3383 - 7 4 4 119.0074 65.5979 12.4468 - 7 2 6 14.3039 8.0565 6.1981 - 0 6 4 75.2453 38.7434 12.3276 - 6 4 5 83.4862 42.9018 13.2694 - 1 4 7 38.7514 18.4223 10.5855 - 10 0 3 13.5976 7.5412 2.0394 - 4 1 8 36.8074 23.1898 198.6800 - 1 6 4 108.0465 71.1704 191.5602 - 3 2 8 34.9889 18.1757 196.6711 - 9 2 4 127.8894 77.8439 10.6791 - 4 5 5 1.1646 0.7231 11.6037 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.inp b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.inp deleted file mode 100644 index 8cc1e354e..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.inp +++ /dev/null @@ -1,37 +0,0 @@ - ! Template file to be used with the program FOURIER - ! Title of the job -Titl PbSO4 XrayDif single wavelength unpolarized Wdt48 - - ! Cell parameters -Cell 8.4798 5.3978 6.9593 90.0000 90.0000 90.0000 - - ! Atoms in the asymmetric unit -Atom Pb 0.18788 0.25000 0.16749 1.00000 -Atom S 0.06302 0.25000 0.68446 1.00000 -Atom O1 0.91235 0.25000 0.59346 1.00000 -Atom O2 0.18443 0.25000 0.53434 1.00000 -Atom O3 0.07573 0.01951 0.81594 1.00000 - - ! Space group symbol -Spgr P n m a - - ! Type of Fourier synthesis -Fourier Fobs - - ! Name of the Fourier-reflection file -File fou pbsox_single_unpolarized.fou - - ! Format of the Fourier-reflection file -Form h k l fo fc phase - - ! List distances -List dist 0.6 2.6 - - ! Standard output binary file -File bin - - ! Peak search -Scan 5 - - ! End of file -End diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.new b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.new deleted file mode 100644 index 3d860ab41..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.new +++ /dev/null @@ -1,63 +0,0 @@ -COMM PbSO4 XrayDif single wavelength unpolarized Wdt48 -! Current global Chi2 (Bragg contrib.) = 73.17 -! Files => DAT-file: pbsox_single_unpolarized.dat, PCR-file: pbsox_single_unpolarized -!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut - 0 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 -! -!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana - 0 2 1 0 2 0 4 0 0 2 0 1 1 0 4 1 1 -! -! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 - 1.540560 1.540560 0.00000 50.000 48.0000 0.0000 0.0000 160.00 0.0000 0.0000 -! -!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 - 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 -! -! Excluded regions (LowT HighT) for Pattern# 1 - 0.00 10.00 - 154.00 180.00 -! -! - 0 !Number of refined parameters -! -! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 - -0.04816 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 -! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) - 154.318 100.004 -92.329 -95.599 126.679 -31.804 - 0.00 0.00 0.00 0.00 0.00 0.00 -!------------------------------------------------------------------------------- -! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 52.5887 -!------------------------------------------------------------------------------- -PbSO4 -! -!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More - 5 0 0 0.0 0.0 1.0 0 0 0 0 0 1213.030 0 7 0 -! -! -P n m a <--Space group symbol -!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes -Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 0 #conn S O 0 2 - 0.00 0.00 0.00 0.00 0.00 -S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 -! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model - 0.4693346E-03 0.00000 0.00000 0.00000 0.00000 0.00000 0 - 0.00000 0.000 0.000 0.000 0.000 0.000 -! U V W X Y GauSiz LorSiz Size-Model - 0.048457 -0.083053 0.035188 0.000000 0.049268 0.000000 0.000000 0 - 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -! a b c alpha beta gamma #Cell Info - 8.479832 5.397758 6.959324 90.000000 90.000000 90.000000 # box -0.25 1.25 -0.15 1.15 -0.15 1.15 - 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 -! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L - 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -! 2Th1/TOF1 2Th2/TOF2 Pattern to plot - 10.000 154.000 1 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.out b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.out deleted file mode 100644 index 58968d946..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.out +++ /dev/null @@ -1,885 +0,0 @@ - - - ********************************************************** - ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** - ********************************************************** - M U L T I -- P A T T E R N - Rietveld, Profile Matching & Integrated Intensity - Refinement of X-ray and/or Neutron Data - - - Date: 17/06/2026 Time: 22:57:13.953 - - => PCR file code: pbsox_single_unpolarized - => DAT file code: pbsox_single_unpolar -> Relative contribution: 1.0000 - - ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 - - => Global Refinement of X-ray powder diffraction data - => Global Refinement of X-ray powder diffraction data - Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) - => Title: PbSO4 XrayDif single wavelength unpolarized Wdt48 - - => Number of phases: 1 - => Number of excluded regions: 2 - => Number of scattering factors supplied: 0 - => Conventional weights: w=1.0/Variance(yobs) - => Asymmetry correction as in J.Appl.Cryst. 26,128(1993) - => Background refined by polynomial function - => The 7th default profile function was selected - => T-C-H Pseudo-Voigt function - This function is convoluted with asymmetry due to axial - divergence as formulated by: - van Laar and Yelon, J. Appl. Cryst. 17, 47(1984). - and using the method of: - Finger, Cox and Jephcoat, J. Appl. Cryst. 27, 892 (1994). - Fortran 90 module adapted from function PROFVAL (in F77) : - L.W. Finger, J. Appl. Cryst. 31, 111 (1998). - - - ==> INPUT/OUTPUT OPTIONS: - - => Generate bacground file *.bac - => Generate file *.PRF for plot - => Output Integrated Intensities - => Generate new input file *.PCR - - => Data supplied in free format for pattern: 1 - => Plot pattern at each cycle - => Wavelengths: 1.54056 1.54056 - => Alpha2/Alpha1 ratio: 0.0000 - => Cos(Monochromator angle)= 0.0000 - => Asymmetry correction for angles lower than 160.000 degrees - => Absorption correction (AC), muR-eff = 0.0000 0.0000 - => Base of peaks: 2.0*HW* 48.00 - - => Number of cycles: 30 - => Relaxation factors ==> for coordinates: 0.10 - => for anisotropic temperature factors: 0.10 - => for halfwidth/strain/size parameters: 0.10 - => for lattice constants and propagation vectors: 0.10 - => EPS-value for convergence: 0.1 - - => Excluded regions for Pattern# 1 - From to - 0.0000 10.0000 - 154.0000 180.0000 - - => Number of Least-Squares parameters varied: 0 - - =>---------------------------> - =>-------> PATTERN number: 1 - =>---------------------------> - => Global parameters and codes ==> - => Zero-point: -0.0482 0.0000 - => Background parameters and codes ==> - => Origin of polynomial at 2theta/TOF/E(KeV): 50.000 - 154.32 100.00 -92.329 -95.599 126.68 -31.804 - 0.00 0.00 0.00 0.00 0.00 0.00 - => Displacement peak-shift parameter and code: 0.00 0.00 - => Transparency peak-shift parameter and code: 0.00 0.00 - - => Reading Intensity data =>> - - ==> Angular range, step and number of points: - 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 - -------------------------------------------------------------------------------- - => Phase No. 1 - PbSO4 - -------------------------------------------------------------------------------- - =>-------> Pattern# 1 - => Crystal Structure Refinement - => Preferred orientation vector: 0.0000 0.0000 1.0000 - - =>-------> Data for PHASE: 1 - => Number of atoms: 5 - => Number of distance constraints: 0 - => Number of angle constraints: 0 - - => Symmetry information on space group: P n m a - -> The multiplicity of the general position is: 8 - -> The space group is Centric (-1 at origin) - -> Lattice type P: { 000 } - -> Reduced set of symmetry operators: - - No. IT Symmetry symbol Rotation part Associated Translation - 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} - 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.5000 0.5000 0.5000} - 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.0000 0.5000 0.0000} - 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.5000 0.0000 0.5000} - - - Information on Space Group: - --------------------------- - - => Number of Space group: 62 - => Hermann-Mauguin Symbol: P n m a - => Hall Symbol: -P 2ac 2n - => Setting Type: IT (Generated from Hermann-Mauguin symbol) - => Crystal System: Orthorhombic - => Laue Class: mmm - => Point Group: mmm - => Bravais Lattice: P - => Lattice Symbol: oP - => Reduced Number of S.O.: 4 - => General multiplicity: 8 - => Centrosymmetry: Centric (-1 at origin) - => Generators (exc. -1&L): 2 - => Asymmetric unit: 0.000 <= x <= 0.500 - 0.000 <= y <= 0.250 - 0.000 <= z <= 1.000 - => Centring vectors: 0 - - - => List of all Symmetry Operators and Symmetry Symbols - - => SYMM( 1): x,y,z Symbol: 1 - => SYMM( 2): x+1/2,-y+1/2,-z+1/2 Symbol: 2 (1/2,0,0) x,1/4,1/4 - => SYMM( 3): -x,y+1/2,-z Symbol: 2 (0,1/2,0) 0,y,0 - => SYMM( 4): -x+1/2,-y,z+1/2 Symbol: 2 (0,0,1/2) 1/4,0,z - => SYMM( 5): -x,-y,-z Symbol: -1 0,0,0 - => SYMM( 6): -x+1/2,y+1/2,z+1/2 Symbol: n (0,1/2,1/2) 1/4,y,z - => SYMM( 7): x,-y+1/2,z Symbol: m x,1/4,z - => SYMM( 8): x+1/2,y,-z+1/2 Symbol: a x,y,1/4 - - => Special Wyckoff Positions for P n m a - - Multp Site Representative Coordinates (centring translations excluded) - 4 c x,1/4,z x+1/2,1/4,-z+1/2 -x,3/4,-z - -x+1/2,3/4,z+1/2 - - 4 b 0,0,1/2 1/2,1/2,0 0,1/2,1/2 - 1/2,0,0 - - 4 a 0,0,0 1/2,1/2,1/2 0,1/2,0 - 1/2,0,1/2 - - - => Initial parameters ==> - Atom Ntyp X Y Z B occ. in fin Spc Mult - B11 B22 B33 B12 B13 B23 - Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 4 - Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 4 - Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 4 - Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 4 - Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 8 - Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - - => IT IS ASSUMED THAT THE FIRST GIVEN SITE IS FULLY OCCUPIED - OR THE FIRST AND SECOND ATOMS ARE IN THE SAME SITE WITH TOTAL FULL OCCUPATION - (if this is not the case, change the order of atoms to obtain correct values for the content of the unit cell) - The given occupation factors have been obtained mutiplying m/M by 1.0000 - -> Atom: PB , Chemical element: PB Atomic Mass: 207.2000 - -> Atom: S , Chemical element: S Atomic Mass: 32.0600 - -> Atom: O , Chemical element: O Atomic Mass: 15.9994 - -> Atom: O , Chemical element: O Atomic Mass: 15.9994 - -> Atom: O , Chemical element: O Atomic Mass: 15.9994 - => The given value of ATZ is 1213.03 the program has calculated: 1213.03 - The value of ATZ given in the input PCR file will be used for quantitative analysis - => The chemical content of the unit cell is: - 4.0000 PB + 4.0000 S + 4.0000 O + 4.0000 O + 8.0000 O - => The normalized site occupation numbers in % are: - 100.0000 Pb : 100.0000 S : 100.0000 O1 : 100.0000 O2 : 100.0000 O3 - => The density (volumic mass) of the compound is: 6.324 g/cm3 - - =>-------> PROFILE PARAMETERS FOR PATTERN: 1 - - => Overall scale factor: 0.469335E-03 - => ETA (p-Voigt) OR M (Pearson VII): 0.0000 - => Overall temperature factor: 0.00000 - => Halfwidth U,V,W: 0.04846 -0.08305 0.03519 - => X and Y parameters: 0.0000 0.0493 - => Direct cell parameters: 8.4798 5.3978 6.9593 90.0000 90.0000 90.0000 - => Preferred orientation parameters: 0.0000 0.0000 - => Asymmetry parameters : 0.00000 0.00000 0.00000 0.00000 - => Strain parameters : 0.00000 0.00000 0.00000 - => Size parameters : 0.00000 0.00000 - => Further shape parameters (S_L and D_L): 0.00000 0.00000 - S_L is source width/detector distance - D_L is detector width/detector distance - - ==> CODEWORDS FOR PROFILE PARAMETERS of PATTERN# 1 - - => Overall scale factor: 0.000 - => ETA (p-Voigt) OR M (Pearson VII): 0.000 - => Overall temperature factor: 0.000 - => Halfwidth U,V,W: 0.000 0.000 0.000 - => X and Y parameters: 0.000 0.000 - => Direct cell parameters: 0.000 0.000 0.000 0.000 0.000 0.000 - => Preferred orientation parameters: 0.000 0.000 - => Asymmetry parameters : 0.000 0.000 0.000 0.000 - => Strain parameters : 0.000 0.000 0.000 - => Size parameters : 0.000 0.000 - - => Cell constraints according to Laue symmetry: mmm - - Metric information: - ------------------- - - => Direct cell parameters: - - a = 8.4798 b = 5.3978 c = 6.9593 - alpha = 90.000 beta = 90.000 gamma = 90.000 - Direct Cell Volume = 318.5428 - - => Reciprocal cell parameters: - - a*= 0.117927 b*= 0.185262 c*= 0.143692 - alpha*= 90.000 beta*= 90.000 gamma*= 90.000 - Reciprocal Cell Volume = 0.00313930 - - => Direct and Reciprocal Metric Tensors: - - GD GR - 71.9075 0.0000 0.0000 0.013907 0.000000 0.000000 - 0.0000 29.1358 0.0000 0.000000 0.034322 0.000000 - 0.0000 0.0000 48.4322 0.000000 0.000000 0.020647 - - => Cartesian frame: x // a; z is along c*; y is within the ab-plane - - Crystal_to_Orthonormal_Matrix Orthonormal_to_Crystal Matrix - Cr_Orth_cel Orth_Cr_cel - 8.4798 0.0000 0.0000 0.117927 -0.000000 -0.000000 - 0.0000 5.3978 0.0000 0.000000 0.185262 -0.000000 - 0.0000 0.0000 6.9593 0.000000 0.000000 0.143692 - - Busing-Levy B-matrix: Hc=B.H Inverse of the Busing-Levy B-matrix - BL_M BL_Minv - 0.117927 0.000000 0.000000 8.4798 -0.0000 -0.0000 - 0.000000 0.185262 -0.000000 0.0000 5.3978 0.0000 - 0.000000 0.000000 0.143692 0.0000 0.0000 6.9593 - - => Laue symmetry mmm will be used to generate HKL for pattern# 1 - => Reflections generated between S(1/d)min: 0.1131 A-1 and S(1/d)max: 1.2925 A-1 - => dmax: 8.8380 A and dmin: 0.7737 A - => The number of reflections generated is: 394 - => The max. scatt. variable (gen.ref.) is: 169.2613 - => Scattering coefficients from internal table - - - => X-ray scattering coeff. (A1, B1, A2,...C, f(0), Z, Dfp,Dfpp) - - PB 31.0617 0.6902 13.0637 2.3576 18.4420 8.6180 5.9696 47.2579 13.4118 81.9488 82.0000 -4.8180 8.5050 - S 6.9053 1.4679 5.2034 22.2151 1.4379 0.2536 1.5863 56.1720 0.8669 15.9998 16.0000 0.3190 0.5570 - O 3.0485 13.2771 2.2868 5.7011 1.5463 0.3239 0.8670 32.9089 0.2508 7.9994 8.0000 0.0470 0.0320 - - - => No optimization for routine tasks - => Square of FWHM(G) < 0 at 2theta: 75.059 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 75.503 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 75.937 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 76.176 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 76.477 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 77.002 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 77.380 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 77.992 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 78.229 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 78.568 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 78.675 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 78.731 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 79.316 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 79.378 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 79.571 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 79.898 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 79.903 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 80.394 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 80.878 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 81.102 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 81.438 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 81.664 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 81.682 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 82.753 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 82.910 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 82.942 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 83.226 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 83.608 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 84.157 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 84.178 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 84.643 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 84.670 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 85.164 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 85.257 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 85.640 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 86.456 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 86.519 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 86.572 for phase no. 1 -> Fixing to HG=1.0e-10 - - - Standard deviations have to be multiplied by: 7.5715 - (correlated residuals) See references: - -J.F.Berar & P.Lelann, J. Appl. Cryst. 24, 1-5 (1991) - -J.F.Berar, Acc. in Pow. Diff. II,NIST Sp.Pub. 846, 63(1992) - - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 1 - => Convergence reached at this CYCLE !!!! - => Parameter shifts set to zero - --------------------------------------------------------------------------------------- - => Phase 1 Name: PbSO4 - --------------------------------------------------------------------------------------- - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Pb 0.18788 0.00000 0.00000 0.25000 0.00000 0.00000 0.16749 0.00000 0.00000 1.78522 0.00000 0.00000 0.50000 0.00000 0.00000 - S 0.06302 0.00000 0.00000 0.25000 0.00000 0.00000 0.68446 0.00000 0.00000 0.85413 0.00000 0.00000 0.50000 0.00000 0.00000 - O1 0.91235 0.00000 0.00000 0.25000 0.00000 0.00000 0.59346 0.00000 0.00000 1.33362 0.00000 0.00000 0.50000 0.00000 0.00000 - O2 0.18443 0.00000 0.00000 0.25000 0.00000 0.00000 0.53434 0.00000 0.00000 1.57511 0.00000 0.00000 0.50000 0.00000 0.00000 - O3 0.07573 0.00000 0.00000 0.01951 0.00000 0.00000 0.81594 0.00000 0.00000 1.32792 0.00000 0.00000 1.00000 0.00000 0.00000 - - ==> PROFILE PARAMETERS FOR PATTERN# 1 - - => Overall scale factor: 0.000469335 0.000000000 0.000000000 - => Eta(p-Voigt) or m(Pearson VII): 0.000000 0.000000 0.000000 - => Overall tem. factor: 0.000000 0.000000 0.000000 - => Halfwidth parameters: - 0.048457 0.000000 0.000000 - -0.083053 0.000000 0.000000 - 0.035188 0.000000 0.000000 - => Cell parameters: - 8.479832 0.000000 0.000000 - 5.397758 0.000000 0.000000 - 6.959324 0.000000 0.000000 - 90.000000 0.000000 0.000000 - 90.000000 0.000000 0.000000 - 90.000000 0.000000 0.000000 - => Preferred orientation: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - => Asymmetry parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - => X and Y parameters: - 0.000000 0.000000 0.000000 - 0.049268 0.000000 0.000000 - => Strain parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - => Size parameters (G,L): - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - => Further shape parameters (S_L and D_L): - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - ==> GLOBAL PARAMETERS FOR PATTERN# 1 - - - => Zero-point: -0.0482 0.0000 0.0000 - => Background Polynomial Parameters ==> - 154.32 0.0000 0.0000 - 100.00 0.0000 0.0000 - -92.329 0.0000 0.0000 - -95.599 0.0000 0.0000 - 126.68 0.0000 0.0000 - -31.804 0.0000 0.0000 - - => Cos( theta)-shift parameter : 0.0000 0.0000 0.0000 - => Sin(2theta)-shift parameter : 0.0000 0.0000 0.0000 - - ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 - - => R-Factors: 35.3 42.1 Chi2: 73.2 DW-Stat.: 0.0821 Patt#: 1 - => Expected : 4.92 1.9182 - => Deviance : 0.766E+06 Dev*: 132.8 - => GoF-index: 8.6 Sqrt(Residual/N) - => N-P+C: 5760 - - => SumYdif SumYobs SumYcal SumwYobsSQ Residual Condition - 0.8398E+06 0.2381E+07 0.1632E+07 0.2381E+07 0.4214E+06 0.000 - - - => Conventional Rietveld Rp,Rwp,Re and Chi2: 57.9 59.7 6.98 73.17 - => (Values obtained using Ynet, but true sigma(y)) - => SumYnet, Sum(w Ynet**2): 0.1451E+07 0.1181E+07 - - => N-sigma of the GoF: 3872.818 - - ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 - - => R-Factors: 35.3 42.1 Chi2: 73.2 DW-Stat.: 0.0821 Patt#: - => Expected : 4.92 1.9182 - => Deviance : 0.766E+06 Dev*: 132.8 - => GoF-index: 8.6 Sqrt(Residual/N) - => N-P+C: 5760 - - => SumYdif SumYobs SumYcal SumwYobsSQ Residual Condition - 0.8398E+06 0.2381E+07 0.1632E+07 0.2381E+07 0.4214E+06 0.000 - - - => Conventional Rietveld Rp,Rwp,Re and Chi2: 57.9 59.7 6.98 73.17 - => (Values obtained using Ynet, but true sigma(y)) - => SumYnet, Sum(w Ynet**2): 0.1451E+07 0.1181E+07 - - => N-sigma of the GoF: 3872.818 - - => Global user-weigthed Chi2 (Bragg contrib.): 73.2 - - => ---------> Pattern# 1 - => Phase: 1 - => Bragg R-factor: 52.6 - => RF-factor : 28.3 - - -------------------------------------------------------------------------------------------------------------- - Pattern# 1 Phase No.: 1 Phase name: PbSO4 - -------------------------------------------------------------------------------------------------------------- - - No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR - - 1 1 1 0 1 4 0.183092 16.464 23.1 30.9 1.876 0.155520 0.049781 0.338369 5.379598 98.566765 - 2 1 0 1 1 4 0.174743 20.809 810.4 2019.1 7.083 0.146874 0.050092 0.354990 4.265198 62.346424 - 3 1 2 0 0 2 0.174502 20.934 264.3 699.9 3.047 0.146622 0.050102 0.355500 4.239916 30.810951 - 4 1 1 1 1 8 0.169881 23.326 535.1 1469.3 6.231 0.141807 0.050307 0.365562 3.810354 99.943336 - 5 1 2 0 1 4 0.167477 24.565 221.9 532.0 3.730 0.139294 0.050422 0.371049 3.620850 45.228321 - 6 1 0 0 2 2 0.165507 25.579 295.3 743.9 4.355 0.137230 0.050521 0.375681 3.479662 20.926054 - 7 1 2 1 0 4 0.163295 26.714 908.2 2306.9 7.585 0.134906 0.050638 0.381034 3.334277 38.516426 - 8 1 1 0 2 4 0.161392 27.688 707.9 1719.9 6.577 0.132904 0.050742 0.385769 3.219173 35.976936 - 9 1 2 1 1 8 0.157474 29.685 1140.0 2733.6 8.481 0.128769 0.050969 0.395914 3.006972 63.060841 - 10 1 1 1 2 8 0.152205 32.353 438.2 1022.5 5.181 0.123179 0.051299 0.410455 2.764811 53.658474 - 11 1 0 2 0 2 0.150591 33.166 528.6 1381.2 5.844 0.121460 0.051406 0.415127 2.698879 12.809137 - 12 1 2 0 2 4 0.150362 33.282 20.4 76.6 0.549 0.121216 0.051422 0.415799 2.689799 25.453815 - 13 1 3 0 1 4 0.148512 34.211 103.2 233.8 2.702 0.119240 0.051548 0.421305 2.618841 24.187981 - 14 1 1 2 1 8 0.142432 37.243 2.0 3.0 0.050 0.112716 0.051990 0.440449 2.412320 41.398491 - 15 1 2 1 2 8 0.142274 37.321 204.1 443.3 3.835 0.112546 0.052002 0.440968 2.407447 41.240898 - 16 1 3 1 1 8 0.140570 38.164 24.3 35.9 1.342 0.110708 0.052133 0.446649 2.356171 39.602306 - 17 1 2 2 0 4 0.137759 39.549 231.7 557.7 4.037 0.107666 0.052355 0.456338 2.276758 18.567904 - 18 1 1 0 3 4 0.136287 40.272 65.3 135.4 2.023 0.106067 0.052475 0.461571 2.237559 17.975153 - 19 1 3 0 2 4 0.134578 41.108 77.3 164.1 2.127 0.104208 0.052618 0.467790 2.193962 17.328329 - 20 1 2 2 1 8 0.133354 41.706 341.4 812.7 4.565 0.102872 0.052721 0.472344 2.163901 33.779957 - 21 1 0 2 2 4 0.132035 42.347 68.0 150.2 1.918 0.101431 0.052835 0.477338 2.132599 16.440178 - 22 1 0 1 3 4 0.131979 42.374 2.7 6.5 0.089 0.101370 0.052840 0.477554 2.131286 16.421461 - 23 1 4 0 0 2 0.131490 42.612 2.1 7.0 0.272 0.100834 0.052882 0.479433 2.119958 8.130225 - 24 1 1 2 2 8 0.129176 43.732 575.1 1170.7 3.692 0.098295 0.053087 0.488517 2.068197 31.072241 - 25 1 1 1 3 8 0.129121 43.759 633.0 1480.6 4.598 0.098234 0.053092 0.488737 2.067000 31.039162 - 26 1 2 0 3 4 0.127622 44.482 4.2 7.2 0.050 0.096585 0.053228 0.494794 2.035087 15.082550 - 27 1 3 1 2 8 0.127498 44.542 423.4 778.2 3.426 0.096447 0.053240 0.495304 2.032485 30.094450 - 28 1 4 0 1 4 0.127280 44.646 427.7 1151.1 4.618 0.096207 0.053259 0.496198 2.027954 14.985835 - 29 1 4 1 0 4 0.124553 45.954 284.1 604.2 4.167 0.093192 0.053514 0.507639 1.973227 14.255675 - 30 1 2 2 2 8 0.120898 47.696 52.5 90.1 1.852 0.089125 0.053867 0.523745 1.905177 26.754173 - 31 1 2 1 3 8 0.120845 47.721 1.6 3.2 0.064 0.089067 0.053872 0.523983 1.904241 26.730457 - 32 1 4 1 1 8 0.120516 47.877 1.1 4.9 0.206 0.088699 0.053905 0.525481 1.898393 26.582586 - 33 1 3 2 1 8 0.119433 48.390 94.3 172.5 2.626 0.087487 0.054013 0.530463 1.879459 26.107117 - 34 1 4 0 2 4 0.115246 50.361 0.0 0.0 0.005 0.082775 0.054441 0.550535 1.810425 12.208388 - 35 1 3 0 3 4 0.114139 50.879 246.4 404.4 3.995 0.081522 0.054558 0.556070 1.793199 12.002806 - 36 1 0 3 1 4 0.110684 52.487 106.4 180.1 2.249 0.077589 0.054930 0.573989 1.741976 11.404123 - 37 1 0 0 4 2 0.110534 52.557 28.6 76.6 1.001 0.077418 0.054947 0.574791 1.739831 5.689737 - 38 1 1 2 3 8 0.109306 53.125 5.9 7.6 0.548 0.076011 0.055082 0.581423 1.722547 22.364052 - 39 1 4 1 2 8 0.108866 53.329 34.6 54.0 1.252 0.075505 0.055131 0.583835 1.716451 22.225824 - 40 1 1 3 1 8 0.108127 53.670 61.5 87.7 1.030 0.074654 0.055214 0.587923 1.706344 21.997824 - 41 1 1 0 4 4 0.107978 53.738 125.8 195.5 1.627 0.074483 0.055231 0.588752 1.704328 10.976266 - 42 1 3 2 2 8 0.107837 53.804 14.4 28.1 0.226 0.074320 0.055247 0.589541 1.702418 21.909660 - 43 1 3 1 3 8 0.107787 53.826 114.4 254.6 2.171 0.074263 0.055252 0.589818 1.701750 21.894680 - 44 1 4 2 0 4 0.105151 55.037 0.0 0.0 0.002 0.071213 0.055553 0.604896 1.667139 10.563817 - 45 1 2 3 0 4 0.104296 55.429 111.2 176.8 2.433 0.070217 0.055653 0.609934 1.656289 10.445414 - 46 1 5 0 1 4 0.103612 55.741 35.4 67.0 1.408 0.069420 0.055733 0.614015 1.647744 10.352777 - 47 1 1 1 4 8 0.101767 56.582 60.0 83.4 1.260 0.067258 0.055951 0.625269 1.625237 20.222803 - 48 1 2 2 3 8 0.101740 56.594 0.2 0.3 0.005 0.067225 0.055955 0.625440 1.624906 20.215752 - 49 1 4 2 1 8 0.101435 56.733 257.2 470.1 3.328 0.066867 0.055991 0.627334 1.621268 20.138449 - 50 1 2 3 1 8 0.100590 57.117 172.4 338.8 2.870 0.065871 0.056093 0.632639 1.611284 19.927326 - 51 1 2 0 4 4 0.100445 57.182 12.5 35.3 0.414 0.065700 0.056110 0.633557 1.609587 9.945787 - 52 1 5 1 1 8 0.097487 58.520 11.4 13.2 0.785 0.062186 0.056473 0.652804 1.575950 19.192268 - 53 1 1 3 2 8 0.097000 58.739 95.1 138.7 2.271 0.061603 0.056534 0.656071 1.570583 19.082273 - 54 1 4 0 3 4 0.096481 58.973 7.4 22.2 0.795 0.060981 0.056599 0.659583 1.564919 9.483342 - 55 1 2 1 4 8 0.094375 59.918 22.0 13.1 1.459 0.058442 0.056866 0.674172 1.542468 18.513382 - 56 1 5 0 2 4 0.092635 60.697 13.8 0.0 1.136 0.056323 0.057091 0.686662 1.524528 9.078385 - 57 1 4 2 2 8 0.090524 61.638 0.8 0.0 0.134 0.053728 0.057369 0.702353 1.503486 17.744957 - 58 1 4 1 3 8 0.090477 61.659 0.5 0.0 0.072 0.053670 0.057375 0.702710 1.503026 17.736031 - 59 1 2 3 2 8 0.089704 62.003 41.9 58.5 0.819 0.052711 0.057479 0.708617 1.495513 17.590763 - 60 1 3 2 3 8 0.089503 62.092 295.7 461.9 3.699 0.052461 0.057506 0.710166 1.493576 17.553450 - - No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR - - 61 1 3 3 1 8 0.088392 62.586 10.4 15.8 0.628 0.051072 0.057656 0.718846 1.482977 17.350342 - 62 1 3 0 4 4 0.088252 62.648 7.9 11.7 0.551 0.050897 0.057675 0.719954 1.481653 8.662552 - 63 1 5 1 2 8 0.086693 63.340 131.0 194.6 2.447 0.048929 0.057888 0.732482 1.467133 17.050127 - 64 1 0 2 4 4 0.086167 63.573 29.7 84.1 1.448 0.048259 0.057961 0.736795 1.462315 8.479819 - 65 1 1 2 4 8 0.083791 64.624 200.3 300.5 3.111 0.045202 0.058295 0.756832 1.441045 16.564720 - 66 1 3 1 4 8 0.082384 65.246 109.9 175.1 2.366 0.043360 0.058497 0.769154 1.428802 16.340799 - 67 1 0 3 3 4 0.081559 65.611 0.7 1.5 0.180 0.042267 0.058617 0.776551 1.421733 8.106318 - 68 1 6 0 0 2 0.080562 66.052 9.9 10.3 0.784 0.040933 0.058763 0.785651 1.413305 4.015241 - 69 1 5 2 1 8 0.079729 66.421 59.6 80.8 1.444 0.039807 0.058886 0.793397 1.406354 15.936765 - 70 1 1 3 3 8 0.079223 66.645 172.1 279.2 2.679 0.039116 0.058962 0.798177 1.402162 15.862263 - 71 1 3 3 2 8 0.077888 67.237 124.4 199.9 2.326 0.037270 0.059164 0.811025 1.391241 15.669597 - 72 1 6 0 1 4 0.077119 67.579 21.8 45.8 1.028 0.036190 0.059282 0.818590 1.385033 7.780503 - 73 1 2 2 4 8 0.076791 67.725 17.2 30.1 0.924 0.035726 0.059332 0.821852 1.382405 15.515242 - 74 1 1 0 5 4 0.075671 68.225 4.0 6.7 0.205 0.034116 0.059507 0.833192 1.373486 7.680404 - 75 1 4 3 0 4 0.075456 68.321 96.8 128.6 1.692 0.033803 0.059541 0.835400 1.371787 7.665771 - 76 1 5 0 3 4 0.075115 68.474 92.2 162.4 1.674 0.033304 0.059595 0.838925 1.369098 7.642673 - 77 1 6 1 0 4 0.074876 68.582 80.1 173.4 1.884 0.032951 0.059633 0.841416 1.367217 7.626548 - 78 1 4 2 3 8 0.073154 69.358 3.2 3.4 0.347 0.030355 0.059911 0.859739 1.353797 15.024903 - 79 1 0 4 0 2 0.072590 69.614 97.1 121.9 1.670 0.029478 0.060004 0.865905 1.349440 3.737875 - 80 1 2 3 3 8 0.072399 69.701 0.3 0.5 0.007 0.029178 0.060036 0.868011 1.347968 14.926792 - 81 1 0 1 5 4 0.072375 69.712 64.9 108.9 1.424 0.029139 0.060040 0.868284 1.347778 7.461800 - 82 1 4 3 1 8 0.072129 69.824 0.1 0.3 0.007 0.028750 0.060081 0.871007 1.345889 14.891951 - 83 1 4 0 4 4 0.072000 69.883 0.1 0.3 0.007 0.028545 0.060102 0.872441 1.344899 7.437695 - 84 1 6 1 1 8 0.071567 70.082 108.9 192.6 2.350 0.027848 0.060175 0.877305 1.341572 14.819856 - 85 1 1 1 5 8 0.070194 70.717 24.2 27.8 1.072 0.025565 0.060411 0.893057 1.331070 14.645908 - 86 1 5 2 2 8 0.069712 70.943 5.0 7.0 0.159 0.024732 0.060496 0.898716 1.327392 14.585467 - 87 1 5 1 3 8 0.069671 70.962 52.0 68.0 1.465 0.024660 0.060503 0.899206 1.327075 14.580276 - 88 1 2 0 5 4 0.069063 71.249 23.6 41.8 1.351 0.023578 0.060611 0.906460 1.322431 7.252178 - 89 1 6 0 2 4 0.067365 72.067 2.2 0.0 0.410 0.020344 0.060925 0.927347 1.309420 7.146916 - 90 1 1 4 1 8 0.067296 72.101 1.4 0.0 0.246 0.020204 0.060938 0.928217 1.308888 14.285290 - 91 1 4 1 4 8 0.066794 72.350 36.1 26.6 1.641 0.019161 0.061034 0.934609 1.305002 14.223080 - 92 1 3 2 4 8 0.065998 72.750 0.4 0.0 0.228 0.017407 0.061191 0.944919 1.298802 14.124444 - 93 1 2 4 0 4 0.064379 73.601 22.3 21.2 0.827 0.013234 0.061529 0.966717 1.285883 6.960661 - 94 1 2 1 5 8 0.064204 73.697 78.9 95.1 1.965 0.012705 0.061568 0.969156 1.284445 13.898921 - 95 1 4 3 2 8 0.063217 74.253 17.7 16.5 0.966 0.009216 0.061793 0.983145 1.276195 13.771208 - 96 1 6 1 2 8 0.062789 74.504 26.8 34.0 1.025 0.007215 0.061896 0.989372 1.272513 13.714649 - 97 1 3 3 3 8 0.062514 74.668 55.2 74.8 1.541 0.005577 0.061964 0.993425 1.270118 13.678013 - 98 1 2 4 1 8 0.062125 75.059 27.7 36.5 1.268 0.000000 0.062125 1.000000 1.264479 13.592214 - 99 1 0 4 2 4 0.062311 75.503 29.6 30.1 1.293 0.000000 0.062311 1.000000 1.258143 6.748302 - 100 1 6 2 0 4 0.062495 75.937 32.4 32.8 1.226 0.000000 0.062495 1.000000 1.252025 6.702549 - 101 1 3 0 5 4 0.062597 76.176 18.4 29.3 0.978 0.000000 0.062597 1.000000 1.248687 6.677753 - 102 1 1 4 2 8 0.062727 76.477 92.3 128.5 2.079 0.000000 0.062727 1.000000 1.244519 13.293919 - 103 1 1 3 4 8 0.062955 77.002 33.5 39.6 1.309 0.000000 0.062955 1.000000 1.237340 13.188718 - 104 1 6 2 1 8 0.063120 77.380 37.6 44.1 1.458 0.000000 0.063120 1.000000 1.232243 13.114728 - 105 1 1 2 5 8 0.063393 77.992 0.1 0.1 0.013 0.000000 0.063393 1.000000 1.224090 12.997589 - 106 1 5 2 3 8 0.063499 78.229 172.6 212.9 2.771 0.000000 0.063499 1.000000 1.220981 12.953315 - 107 1 3 1 5 8 0.063652 78.568 20.8 48.2 1.089 0.000000 0.063652 1.000000 1.216559 12.890738 - 108 1 5 3 1 8 0.063701 78.675 6.3 8.8 0.472 0.000000 0.063701 1.000000 1.215170 12.871163 - 109 1 5 0 4 4 0.063727 78.731 2.7 3.9 0.324 0.000000 0.063727 1.000000 1.214441 6.430460 - 110 1 6 0 3 4 0.063995 79.316 0.0 0.0 0.002 0.000000 0.063995 1.000000 1.206950 6.378160 - 111 1 2 4 2 8 0.064024 79.378 5.3 0.0 0.771 0.000000 0.064024 1.000000 1.206160 12.745361 - 112 1 4 2 4 8 0.064114 79.571 0.0 0.0 0.019 0.000000 0.064114 1.000000 1.203723 12.711674 - 113 1 2 3 4 8 0.064267 79.898 9.7 5.8 0.486 0.000000 0.064267 1.000000 1.199620 12.655264 - 114 1 3 4 1 8 0.064269 79.903 22.0 13.2 1.094 0.000000 0.064269 1.000000 1.199554 12.654356 - 115 1 7 0 1 4 0.064501 80.394 0.9 0.0 0.334 0.000000 0.064501 1.000000 1.193459 6.285663 - 116 1 2 2 5 8 0.064733 80.878 45.2 30.8 1.361 0.000000 0.064733 1.000000 1.187534 12.491508 - 117 1 5 1 4 8 0.064841 81.102 67.5 84.7 1.863 0.000000 0.064841 1.000000 1.184823 12.455280 - 118 1 4 3 3 8 0.065004 81.438 0.2 0.6 0.084 0.000000 0.065004 1.000000 1.180782 12.401629 - 119 1 6 2 2 8 0.065115 81.664 12.1 3.4 1.033 0.000000 0.065115 1.000000 1.178085 12.366057 - 120 1 6 1 3 8 0.065124 81.682 0.1 0.0 0.009 0.000000 0.065124 1.000000 1.177864 12.363149 - - No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR - - 121 1 7 1 1 8 0.065657 82.753 12.8 9.6 0.659 0.000000 0.065657 1.000000 1.165314 12.200214 - 122 1 4 0 5 4 0.065737 82.910 63.2 59.7 1.187 0.000000 0.065737 1.000000 1.163504 6.088530 - 123 1 5 3 2 8 0.065753 82.942 53.2 51.5 1.007 0.000000 0.065753 1.000000 1.163139 12.172404 - 124 1 0 0 6 2 0.065898 83.226 40.4 70.1 1.519 0.000000 0.065898 1.000000 1.159887 3.032768 - 125 1 1 4 3 8 0.066094 83.608 10.8 7.6 0.895 0.000000 0.066094 1.000000 1.155559 12.076507 - 126 1 3 4 2 8 0.066378 84.157 13.0 1.9 0.905 0.000000 0.066378 1.000000 1.149423 12.000071 - 127 1 1 0 6 4 0.066389 84.178 0.6 0.1 0.045 0.000000 0.066389 1.000000 1.149187 5.998578 - 128 1 7 0 2 4 0.066634 84.643 44.6 52.1 1.141 0.000000 0.066634 1.000000 1.144057 5.967056 - 129 1 3 3 4 8 0.066649 84.670 49.3 58.3 1.272 0.000000 0.066649 1.000000 1.143759 11.930480 - 130 1 4 4 0 4 0.066912 85.164 0.3 0.0 0.131 0.000000 0.066912 1.000000 1.138379 5.932623 - 131 1 4 1 5 8 0.066962 85.257 0.0 0.0 0.000 0.000000 0.066962 1.000000 1.137381 11.853243 - 132 1 3 2 5 8 0.067169 85.640 29.6 14.2 1.420 0.000000 0.067169 1.000000 1.133269 11.804111 - 133 1 2 4 3 8 0.067617 86.456 0.8 1.2 0.057 0.000000 0.067617 1.000000 1.124656 11.702874 - 134 1 1 1 6 8 0.067652 86.519 1.4 1.8 0.045 0.000000 0.067652 1.000000 1.123996 11.695210 - 135 1 4 4 1 8 0.067681 86.572 119.9 130.2 2.301 0.000000 0.067681 1.000000 1.123448 11.688861 - 136 1 7 1 2 8 0.068067 86.983 25.8 46.0 1.029 0.002874 0.067911 0.998294 1.119194 11.639901 - 137 1 2 0 6 4 0.068184 87.023 16.6 26.1 0.708 0.003771 0.067934 0.997260 1.118780 5.817580 - 138 1 6 3 0 4 0.070281 87.745 37.4 34.5 1.634 0.011364 0.068344 0.979347 1.111426 5.776015 - 139 1 5 2 4 8 0.071478 88.138 0.2 0.3 0.135 0.014080 0.068570 0.969440 1.107483 11.508214 - 140 1 6 2 3 8 0.073301 88.712 0.0 0.0 0.001 0.017545 0.068905 0.954776 1.101794 11.445935 - 141 1 0 3 5 4 0.073595 88.802 32.8 23.8 1.310 0.018054 0.068958 0.952460 1.100908 5.718172 - 142 1 6 3 1 8 0.074743 89.149 47.2 54.6 1.279 0.019956 0.069164 0.943530 1.097518 11.399896 - 143 1 6 0 4 4 0.074929 89.205 2.7 3.6 0.102 0.020251 0.069197 0.942107 1.096981 5.697080 - 144 1 2 1 6 8 0.075447 89.358 70.7 94.7 1.704 0.021061 0.069288 0.938159 1.095496 11.378353 - 145 1 1 3 5 8 0.076787 89.748 10.5 20.5 0.814 0.023067 0.069523 0.928131 1.091746 11.338799 - 146 1 7 2 1 8 0.076875 89.773 0.1 0.2 0.009 0.023196 0.069538 0.927475 1.091501 11.336239 - 147 1 5 3 3 8 0.077597 89.979 30.7 34.4 1.371 0.024228 0.069663 0.922195 1.089538 11.315763 - 148 1 4 4 2 8 0.080498 90.785 0.0 0.0 0.000 0.028152 0.070158 0.901679 1.081951 11.238014 - 149 1 3 4 3 8 0.081983 91.186 88.6 90.1 1.851 0.030052 0.070408 0.891620 1.078240 11.200820 - 150 1 4 3 4 8 0.082397 91.296 18.6 24.7 0.632 0.030571 0.070477 0.888864 1.077223 11.190722 - 151 1 5 0 5 4 0.082933 91.438 6.8 19.5 0.537 0.031237 0.070567 0.885332 1.075920 5.588922 - 152 1 6 1 4 8 0.083312 91.538 9.8 26.3 0.747 0.031704 0.070630 0.882856 1.075006 11.168854 - 153 1 7 0 3 4 0.083812 91.670 4.8 11.6 0.552 0.032317 0.070713 0.879610 1.073806 5.578557 - 154 1 3 0 6 4 0.084127 91.752 0.0 0.2 0.011 0.032700 0.070766 0.877585 1.073058 5.574907 - 155 1 4 2 5 8 0.086106 92.263 75.0 91.1 1.679 0.035063 0.071094 0.865133 1.068446 11.105366 - 156 1 0 5 1 4 0.086831 92.448 13.8 22.9 0.484 0.035913 0.071213 0.860684 1.066793 5.544827 - 157 1 0 4 4 4 0.087048 92.504 10.7 18.3 0.311 0.036167 0.071249 0.859359 1.066300 5.542496 - 158 1 0 2 6 4 0.087340 92.577 42.9 68.3 0.928 0.036506 0.071297 0.857595 1.065643 5.539400 - 159 1 2 3 5 8 0.087371 92.585 38.7 62.1 0.864 0.036542 0.071302 0.857408 1.065573 11.078142 - 160 1 8 0 0 2 0.089909 93.220 37.6 53.6 1.178 0.039443 0.071719 0.842446 1.059979 2.756543 - 161 1 6 3 2 8 0.090488 93.363 13.8 19.5 0.390 0.040096 0.071814 0.839126 1.058731 11.014772 - 162 1 1 5 1 8 0.090619 93.395 13.8 18.4 0.316 0.040243 0.071835 0.838379 1.058450 11.012212 - 163 1 1 4 4 8 0.090845 93.450 53.9 72.8 1.181 0.040495 0.071872 0.837099 1.057968 11.007835 - 164 1 1 2 6 8 0.091146 93.524 2.3 4.7 0.121 0.040832 0.071921 0.835399 1.057327 11.002031 - 165 1 5 1 5 8 0.092172 93.775 10.1 25.9 0.657 0.041972 0.072089 0.829670 1.055162 10.982563 - 166 1 7 2 2 8 0.093054 93.988 61.6 99.2 1.230 0.042944 0.072233 0.824832 1.053327 10.966235 - 167 1 7 1 3 8 0.093131 94.007 61.1 99.1 1.252 0.043028 0.072245 0.824416 1.053169 10.964834 - 168 1 3 1 6 8 0.093473 94.089 0.1 0.2 0.004 0.043404 0.072301 0.822559 1.052462 10.958598 - 169 1 8 0 1 4 0.095728 94.627 0.0 0.0 0.006 0.045855 0.072668 0.810611 1.047894 5.459418 - 170 1 2 5 0 4 0.096596 94.832 30.4 35.7 1.313 0.046788 0.072809 0.806139 1.046173 5.452062 - 171 1 5 4 1 8 0.097700 95.090 16.0 27.1 1.161 0.047969 0.072989 0.800542 1.044009 10.885839 - 172 1 8 1 0 4 0.099728 95.560 0.0 0.0 0.029 0.050119 0.073318 0.790535 1.040114 5.426761 - 173 1 2 5 1 8 0.102715 96.242 46.0 48.8 1.374 0.053249 0.073803 0.776398 1.034549 10.808730 - 174 1 2 4 4 8 0.102961 96.298 5.9 6.8 0.166 0.053505 0.073843 0.775264 1.034099 10.805183 - 175 1 2 2 6 8 0.103290 96.372 34.6 48.2 1.191 0.053846 0.073897 0.773756 1.033500 10.800478 - 176 1 8 1 1 8 0.105980 96.973 30.6 45.1 1.444 0.056624 0.074333 0.761721 1.028688 10.763392 - 177 1 3 3 5 8 0.107609 97.332 14.9 27.4 1.119 0.058294 0.074598 0.754683 1.025846 10.742105 - 178 1 1 5 2 8 0.108959 97.627 16.1 17.0 1.116 0.059670 0.074817 0.748989 1.023531 10.725115 - 179 1 4 4 3 8 0.109887 97.829 2.7 1.2 0.553 0.060613 0.074968 0.745141 1.021959 10.713755 - 180 1 4 0 6 4 0.112546 98.401 0.0 0.0 0.002 0.063302 0.075401 0.734422 1.017544 5.341330 - - No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR - - 181 1 6 2 4 8 0.113345 98.571 4.9 0.2 0.835 0.064105 0.075531 0.731288 1.016242 10.673728 - 182 1 8 0 2 4 0.114752 98.869 14.7 9.5 1.215 0.065517 0.075760 0.725857 1.013977 5.329216 - 183 1 5 4 2 8 0.116981 99.336 4.8 1.4 0.814 0.067745 0.076123 0.717484 1.010456 10.635317 - 184 1 5 3 4 8 0.119483 99.855 33.1 29.0 1.579 0.070232 0.076532 0.708410 1.006602 10.610961 - 185 1 6 3 3 8 0.122338 100.438 0.0 0.0 0.002 0.073056 0.076998 0.698453 1.002324 10.585129 - 186 1 2 5 2 8 0.122645 100.500 15.0 16.3 0.955 0.073358 0.077049 0.697406 1.001871 10.582469 - 187 1 4 1 6 8 0.123971 100.768 41.7 55.6 1.215 0.074665 0.077266 0.692935 0.999931 10.571248 - 188 1 5 2 5 8 0.124318 100.837 20.0 27.2 0.677 0.075005 0.077323 0.691782 0.999429 10.568387 - 189 1 3 5 1 8 0.125257 101.025 2.0 5.6 0.223 0.075928 0.077477 0.688681 0.998076 10.560772 - 190 1 7 2 3 8 0.125495 101.073 0.9 3.1 0.114 0.076161 0.077516 0.687902 0.997735 10.558876 - 191 1 3 4 4 8 0.125539 101.082 2.5 8.7 0.314 0.076205 0.077523 0.687758 0.997672 10.558526 - 192 1 3 2 6 8 0.125916 101.157 2.1 8.0 0.352 0.076574 0.077585 0.686531 0.997134 10.555552 - 193 1 8 1 2 8 0.126330 101.239 0.2 0.5 0.037 0.076980 0.077653 0.685191 0.996546 10.552329 - 194 1 7 3 1 8 0.127742 101.519 7.6 12.5 0.473 0.078362 0.077884 0.680673 0.994557 10.541612 - 195 1 7 0 4 4 0.128028 101.575 22.2 31.3 1.091 0.078641 0.077931 0.679769 0.994157 5.269748 - 196 1 6 0 5 4 0.129812 101.925 10.0 22.2 1.092 0.080382 0.078224 0.674210 0.991691 5.263356 - 197 1 1 0 7 4 0.132972 102.537 1.6 2.4 0.166 0.083455 0.078745 0.664689 0.987426 5.252879 - 198 1 8 2 0 4 0.133585 102.655 44.1 62.1 1.952 0.084050 0.078846 0.662888 0.986614 5.250968 - 199 1 0 5 3 4 0.139704 103.812 0.0 0.0 0.002 0.089962 0.079857 0.645683 0.978758 5.233942 - 200 1 0 1 7 4 0.140521 103.963 13.3 12.8 0.663 0.090748 0.079992 0.643488 0.977743 5.231943 - 201 1 7 1 4 8 0.140546 103.968 14.3 13.8 0.704 0.090772 0.079996 0.643422 0.977712 10.463765 - 202 1 4 3 5 8 0.141106 104.072 0.0 0.0 0.000 0.091311 0.080089 0.641931 0.977021 10.461098 - 203 1 8 2 1 8 0.141248 104.098 0.7 0.9 0.060 0.091448 0.080112 0.641553 0.976846 10.460428 - 204 1 6 4 0 4 0.141943 104.226 5.7 8.4 0.336 0.092115 0.080227 0.639722 0.975995 5.228610 - 205 1 6 1 5 8 0.142459 104.321 29.2 44.9 1.248 0.092611 0.080313 0.638371 0.975366 10.454889 - 206 1 1 5 3 8 0.145009 104.787 50.6 71.0 1.533 0.095056 0.080736 0.631825 0.972302 10.444085 - 207 1 1 1 7 8 0.145849 104.940 11.0 19.0 0.644 0.095861 0.080876 0.629712 0.971308 10.440772 - 208 1 3 5 2 8 0.148138 105.352 34.6 53.8 1.346 0.098049 0.081257 0.624070 0.968639 10.432371 - 209 1 1 3 6 8 0.148260 105.374 1.5 2.1 0.056 0.098166 0.081278 0.623773 0.968498 10.431946 - 210 1 2 0 7 4 0.148749 105.461 2.8 4.2 0.184 0.098632 0.081359 0.622590 0.967936 5.215137 - 211 1 6 4 1 8 0.149974 105.679 11.9 24.1 0.824 0.099801 0.081563 0.619655 0.966536 10.426259 - 212 1 7 3 2 8 0.150961 105.854 18.4 32.7 1.084 0.100742 0.081728 0.617322 0.965421 10.423203 - 213 1 8 0 3 4 0.152140 106.062 0.2 0.6 0.046 0.101865 0.081925 0.614572 0.964101 5.209879 - 214 1 1 4 5 8 0.153508 106.302 1.2 2.6 0.115 0.103166 0.082153 0.611430 0.962587 10.416037 - 215 1 4 5 0 4 0.154041 106.395 19.6 31.8 0.865 0.103673 0.082242 0.610218 0.962001 5.207334 - 216 1 5 4 3 8 0.154892 106.543 55.4 83.4 1.811 0.104482 0.082385 0.608300 0.961073 10.412566 - 217 1 5 0 6 4 0.158324 107.135 0.1 0.1 0.033 0.107738 0.082960 0.600757 0.957398 5.202608 - 218 1 2 5 3 8 0.161906 107.743 0.3 0.2 0.046 0.111128 0.083562 0.593197 0.953677 10.399377 - 219 1 4 5 1 8 0.162629 107.864 0.1 0.2 0.009 0.111811 0.083683 0.591708 0.952940 10.398419 - 220 1 2 1 7 8 0.162827 107.897 28.8 30.7 1.459 0.111998 0.083717 0.591302 0.952739 10.398170 - 221 1 4 4 4 8 0.162975 107.922 0.0 0.0 0.001 0.112138 0.083741 0.590999 0.952589 10.397985 - 222 1 4 2 6 8 0.163438 108.000 0.3 0.3 0.021 0.112575 0.083819 0.590057 0.952120 10.397432 - 223 1 2 3 6 8 0.165470 108.338 40.0 61.3 1.499 0.114494 0.084162 0.585972 0.950086 10.395348 - 224 1 8 2 2 8 0.166370 108.487 15.8 27.8 0.942 0.115342 0.084314 0.584193 0.949197 10.394601 - 225 1 8 1 3 8 0.166488 108.506 0.0 0.0 0.000 0.115453 0.084333 0.583962 0.949081 10.394511 - 226 1 2 4 5 8 0.171233 109.281 14.2 13.8 1.402 0.119920 0.085135 0.574878 0.944504 10.392390 - 227 1 5 1 6 8 0.173173 109.594 0.1 0.3 0.098 0.121743 0.085464 0.571297 0.942684 10.392340 - 228 1 6 4 2 8 0.176391 110.106 1.5 0.0 0.638 0.124762 0.086010 0.565518 0.939730 10.393263 - 229 1 3 0 7 4 0.178462 110.432 4.5 3.2 0.823 0.126703 0.086362 0.561901 0.937868 5.197251 - 230 1 6 3 4 8 0.179863 110.651 6.1 4.4 0.900 0.128015 0.086600 0.559498 0.936627 10.395618 - 231 1 9 0 1 4 0.183248 111.175 0.3 0.4 0.043 0.131180 0.087177 0.553836 0.933685 5.199611 - 232 1 7 2 4 8 0.184192 111.319 32.6 41.5 1.620 0.132062 0.087338 0.552291 0.932879 10.400451 - 233 1 6 2 5 8 0.186611 111.688 17.8 34.6 1.387 0.134321 0.087751 0.548399 0.930840 10.404033 - 234 1 1 2 7 8 0.190910 112.333 4.0 6.6 0.581 0.138330 0.088487 0.541710 0.927311 10.411894 - 235 1 4 5 2 8 0.191024 112.350 3.4 5.3 0.483 0.138436 0.088507 0.541537 0.927219 10.412128 - 236 1 3 5 3 8 0.193958 112.784 13.5 16.3 1.073 0.141167 0.089010 0.537138 0.924880 10.418586 - 237 1 3 1 7 8 0.195049 112.944 1.4 1.8 0.122 0.142182 0.089198 0.535534 0.924024 10.421201 - 238 1 5 3 5 8 0.195831 113.058 8.2 11.7 0.633 0.142909 0.089332 0.534395 0.923415 10.423143 - 239 1 7 3 3 8 0.197563 113.310 39.2 62.4 1.607 0.144520 0.089630 0.531901 0.922078 10.427654 - 240 1 3 3 6 8 0.198183 113.399 0.0 0.0 0.002 0.145096 0.089737 0.531019 0.921604 10.429336 - - No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR - - 241 1 9 1 1 8 0.200271 113.700 9.4 30.6 1.197 0.147035 0.090097 0.528084 0.920023 10.435261 - 242 1 3 4 5 8 0.205039 114.376 13.3 15.4 1.406 0.151458 0.090920 0.521597 0.916506 10.450241 - 243 1 7 0 5 4 0.208858 114.908 0.7 1.6 0.331 0.154996 0.091580 0.516604 0.913779 5.231824 - 244 1 8 3 0 4 0.209571 115.007 0.1 0.2 0.043 0.155656 0.091704 0.515690 0.913278 5.233144 - 245 1 1 5 4 8 0.211422 115.261 8.6 9.8 0.884 0.157369 0.092025 0.513348 0.911991 10.473326 - 246 1 2 2 7 8 0.212701 115.436 11.1 13.5 0.884 0.158552 0.092247 0.511752 0.911112 10.478352 - 247 1 9 0 2 4 0.215145 115.767 13.8 30.2 1.344 0.160812 0.092672 0.508751 0.909453 5.244159 - 248 1 8 2 3 8 0.217459 116.078 0.1 0.3 0.035 0.162950 0.093074 0.505971 0.907911 10.498175 - 249 1 8 3 1 8 0.221133 116.566 21.9 42.0 1.438 0.166342 0.093714 0.501670 0.905514 10.514652 - 250 1 8 0 4 4 0.221603 116.628 5.6 10.4 0.402 0.166775 0.093796 0.501130 0.905213 5.258414 - 251 1 5 5 1 8 0.225088 117.083 1.9 8.8 0.454 0.169989 0.094405 0.497191 0.903004 10.533487 - 252 1 5 4 4 8 0.225567 117.145 1.3 4.7 0.257 0.170430 0.094489 0.496659 0.902705 10.535842 - 253 1 5 2 6 8 0.226207 117.228 1.0 2.7 0.191 0.171020 0.094601 0.495951 0.902307 10.539018 - 254 1 7 1 5 8 0.228393 117.509 8.3 16.3 0.626 0.173034 0.094983 0.493563 0.900960 10.550069 - 255 1 4 0 7 4 0.229770 117.685 32.8 56.1 1.204 0.174302 0.095224 0.492081 0.900123 5.278597 - 256 1 0 6 0 2 0.230592 117.790 18.0 31.5 0.850 0.175059 0.095368 0.491204 0.899626 2.640378 - 257 1 6 4 3 8 0.230609 117.792 0.0 0.0 0.001 0.175075 0.095371 0.491186 0.899616 10.561603 - 258 1 9 1 2 8 0.235344 118.388 9.5 26.0 0.824 0.179431 0.096202 0.486253 0.896813 10.587335 - 259 1 6 0 6 4 0.235711 118.434 7.0 16.9 0.606 0.179769 0.096267 0.485879 0.896600 5.294694 - 260 1 2 5 4 8 0.235764 118.441 4.0 9.6 0.354 0.179818 0.096276 0.485824 0.896568 10.589692 - 261 1 7 4 1 8 0.240280 118.999 0.5 3.3 0.394 0.183968 0.097071 0.481310 0.893987 10.615676 - 262 1 8 1 4 8 0.242502 119.270 0.0 0.1 0.030 0.186009 0.097462 0.479149 0.892746 10.628922 - 263 1 4 5 3 8 0.250135 120.184 0.0 0.1 0.027 0.193013 0.098810 0.472008 0.888622 10.676632 - 264 1 4 1 7 8 0.251584 120.354 0.0 0.0 0.002 0.194342 0.099067 0.470700 0.887862 10.686064 - 265 1 1 6 1 8 0.252657 120.480 0.0 0.1 0.016 0.195325 0.099257 0.469741 0.887305 10.693120 - 266 1 3 2 7 8 0.255391 120.798 7.4 12.8 0.397 0.197830 0.099741 0.467334 0.885902 10.711377 - 267 1 4 3 6 8 0.255761 120.841 30.9 52.4 1.408 0.198169 0.099807 0.467012 0.885714 10.713881 - 268 1 6 1 6 8 0.258213 121.123 31.5 71.4 1.543 0.200415 0.100242 0.464900 0.884481 10.730648 - 269 1 8 3 2 8 0.260477 121.381 0.0 0.1 0.005 0.202487 0.100645 0.462986 0.883359 10.746402 - 270 1 9 2 1 8 0.262493 121.610 0.2 0.9 0.030 0.204332 0.101003 0.461308 0.882374 10.760649 - 271 1 4 4 5 8 0.264959 121.887 49.6 99.7 1.497 0.206589 0.101442 0.459289 0.881187 10.778361 - 272 1 5 5 2 8 0.265291 121.924 24.3 46.4 0.676 0.206893 0.101501 0.459020 0.881028 10.780768 - 273 1 2 6 0 4 0.267391 122.157 8.3 17.7 0.306 0.208812 0.101876 0.457335 0.880035 5.398055 - 274 1 0 4 6 4 0.268291 122.257 32.5 87.6 1.585 0.209635 0.102036 0.456620 0.879613 5.401375 - 275 1 1 4 6 8 0.278668 123.382 0.5 1.9 0.180 0.219115 0.103891 0.448709 0.874918 10.882052 - 276 1 2 6 1 8 0.282920 123.831 13.1 26.7 0.601 0.222995 0.104653 0.445632 0.873082 10.915927 - 277 1 9 0 3 4 0.283237 123.864 1.3 2.5 0.050 0.223284 0.104710 0.445407 0.872947 5.459241 - 278 1 7 4 2 8 0.283942 123.938 36.6 69.8 1.185 0.223927 0.104837 0.444907 0.872648 10.924180 - 279 1 3 5 4 8 0.284254 123.970 20.8 39.8 0.685 0.224212 0.104893 0.444686 0.872516 10.926710 - 280 1 0 6 2 4 0.287910 124.349 6.1 19.7 0.459 0.227545 0.105549 0.442137 0.870988 5.478324 - 281 1 0 3 7 4 0.289868 124.551 10.7 30.9 0.547 0.229331 0.105902 0.440798 0.870183 5.486455 - 282 1 7 3 4 8 0.289921 124.556 13.3 38.2 0.677 0.229379 0.105911 0.440762 0.870162 10.973352 - 283 1 0 0 8 2 0.290525 124.618 8.3 22.4 0.427 0.229930 0.106020 0.440353 0.869916 2.744600 - 284 1 6 3 5 8 0.294028 124.973 19.6 57.3 1.367 0.233121 0.106650 0.438012 0.868506 11.007955 - 285 1 1 6 2 8 0.299329 125.503 33.1 78.2 1.508 0.237950 0.107607 0.434572 0.866429 11.053585 - 286 1 1 3 7 8 0.301396 125.707 8.2 20.2 0.402 0.239831 0.107980 0.433264 0.865637 11.071665 - 287 1 7 2 5 8 0.301716 125.738 0.1 0.3 0.006 0.240123 0.108038 0.433063 0.865516 11.074476 - 288 1 1 0 8 4 0.302090 125.775 15.9 43.7 0.982 0.240463 0.108105 0.432829 0.865374 5.538882 - 289 1 9 2 2 8 0.311685 126.701 35.1 93.1 1.218 0.249192 0.109842 0.427008 0.861837 11.163918 - 290 1 9 1 3 8 0.311927 126.724 34.5 90.8 1.159 0.249412 0.109886 0.426866 0.861750 11.166135 - 291 1 2 4 6 8 0.313265 126.850 14.0 41.1 0.665 0.250628 0.110129 0.426084 0.861273 11.178413 - 292 1 8 2 4 8 0.322073 127.670 9.3 35.0 0.708 0.258632 0.111729 0.421097 0.858226 11.260701 - 293 1 6 5 0 4 0.323026 127.757 18.3 59.6 1.221 0.259498 0.111902 0.420574 0.857905 5.634878 - 294 1 5 0 7 4 0.323684 127.817 3.3 10.9 0.260 0.260096 0.112022 0.420214 0.857685 5.638011 - 295 1 1 1 8 8 0.333599 128.706 4.4 13.6 0.347 0.269097 0.113829 0.414969 0.854463 11.372045 - 296 1 4 2 7 8 0.335439 128.868 40.4 96.5 1.652 0.270766 0.114166 0.414030 0.853884 11.390184 - 297 1 2 6 2 8 0.337731 129.069 2.9 6.4 0.109 0.272846 0.114584 0.412875 0.853172 11.412912 - 298 1 0 5 5 4 0.338160 129.106 12.5 27.4 0.473 0.273235 0.114663 0.412660 0.853040 5.708594 - 299 1 2 3 7 8 0.340197 129.282 20.4 50.0 0.831 0.275083 0.115035 0.411649 0.852416 11.437537 - 300 1 2 0 8 4 0.341026 129.354 0.6 1.5 0.024 0.275834 0.115187 0.411242 0.852164 5.722920 - - No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR - - 301 1 6 5 1 8 0.343365 129.555 29.0 77.9 1.067 0.277955 0.115615 0.410101 0.851460 11.469402 - 302 1 6 4 4 8 0.344205 129.626 2.6 7.1 0.097 0.278717 0.115769 0.409695 0.851209 11.477898 - 303 1 6 2 6 8 0.345330 129.722 21.4 62.9 0.991 0.279737 0.115975 0.409155 0.850875 11.489308 - 304 1 3 6 1 8 0.345500 129.736 8.1 24.3 0.396 0.279891 0.116006 0.409074 0.850824 11.491038 - 305 1 8 3 3 8 0.349021 130.034 0.0 0.0 0.000 0.283083 0.116652 0.407407 0.849793 11.526982 - 306 1 1 5 5 8 0.352632 130.335 6.0 34.6 0.844 0.286355 0.117314 0.405732 0.848756 11.564178 - 307 1 10 0 0 2 0.355369 130.561 4.3 17.3 0.414 0.288835 0.117817 0.404486 0.847983 2.898148 - 308 1 5 5 3 8 0.356320 130.639 12.0 46.1 1.254 0.289696 0.117992 0.404058 0.847717 11.602505 - 309 1 5 1 7 8 0.358700 130.834 0.7 3.7 0.175 0.291852 0.118429 0.402995 0.847058 11.627423 - 310 1 5 3 6 8 0.365604 131.390 0.0 0.2 0.014 0.298103 0.119700 0.399993 0.845192 11.700466 - 311 1 8 0 5 4 0.372936 131.967 0.0 0.2 0.018 0.304739 0.121052 0.396928 0.843284 5.889633 - 312 1 4 5 4 8 0.378524 132.399 8.6 21.9 0.705 0.309794 0.122084 0.394673 0.841878 11.840121 - 313 1 10 0 1 4 0.379011 132.436 2.6 6.6 0.196 0.310234 0.122174 0.394479 0.841757 5.922728 - 314 1 2 1 8 8 0.379085 132.441 12.6 31.5 0.926 0.310301 0.122188 0.394450 0.841739 11.846272 - 315 1 5 4 5 8 0.381051 132.591 7.5 19.3 0.606 0.312079 0.122552 0.393675 0.841255 11.867864 - 316 1 7 4 3 8 0.385227 132.906 3.6 18.7 0.771 0.315856 0.123324 0.392055 0.840244 11.914010 - 317 1 3 4 6 8 0.386731 133.019 0.2 1.1 0.047 0.317215 0.123603 0.391480 0.839885 11.930711 - 318 1 7 0 6 4 0.395771 133.684 0.3 1.0 0.036 0.325386 0.125279 0.388120 0.837785 6.016042 - 319 1 10 1 0 4 0.396107 133.709 15.6 46.3 1.560 0.325689 0.125341 0.387998 0.837709 6.017938 - 320 1 2 5 5 8 0.402503 134.168 21.6 55.1 1.655 0.331468 0.126529 0.385717 0.836282 12.108599 - 321 1 1 6 3 8 0.409893 134.688 0.6 2.3 0.091 0.338142 0.127904 0.383173 0.834689 12.193568 - 322 1 8 4 0 4 0.415251 135.058 38.9 97.8 1.558 0.342979 0.128902 0.381385 0.833569 6.127888 - 323 1 8 1 5 8 0.417161 135.189 25.6 61.9 0.899 0.344703 0.129258 0.380760 0.833177 12.278078 - 324 1 6 5 2 8 0.418217 135.261 8.4 20.4 0.314 0.345656 0.129455 0.380416 0.832962 12.290431 - 325 1 3 6 2 8 0.421164 135.460 1.3 3.8 0.068 0.348316 0.130005 0.379467 0.832367 12.325006 - 326 1 10 1 1 8 0.424497 135.684 22.6 94.2 1.669 0.351323 0.130627 0.378410 0.831705 12.364283 - 327 1 3 3 7 8 0.424699 135.697 0.9 3.9 0.070 0.351506 0.130665 0.378346 0.831665 12.366676 - 328 1 3 0 8 4 0.425889 135.776 1.6 7.6 0.149 0.352579 0.130887 0.377973 0.831431 6.190371 - 329 1 9 2 3 8 0.430279 136.066 0.9 6.3 0.209 0.356540 0.131707 0.376616 0.830580 12.432858 - 330 1 9 3 1 8 0.440077 136.700 7.0 26.1 0.660 0.365376 0.133541 0.373686 0.828744 12.550239 - 331 1 9 0 4 4 0.441343 136.781 13.5 45.9 1.094 0.366518 0.133778 0.373317 0.828513 6.282760 - 332 1 4 6 0 4 0.443376 136.909 0.0 0.0 0.000 0.368351 0.134159 0.372729 0.828144 6.295049 - 333 1 0 2 8 4 0.444357 136.971 9.0 30.1 0.943 0.369235 0.134343 0.372447 0.827968 6.300988 - 334 1 7 1 6 8 0.444889 137.005 0.7 2.6 0.087 0.369716 0.134442 0.372295 0.827873 12.608431 - 335 1 8 4 1 8 0.446116 137.082 0.0 0.0 0.002 0.370821 0.134672 0.371945 0.827654 12.623312 - 336 1 1 2 8 8 0.467361 138.376 32.0 76.6 2.069 0.389965 0.138663 0.366191 0.824049 12.884459 - 337 1 10 0 2 4 0.468462 138.441 1.0 2.4 0.061 0.390957 0.138871 0.365907 0.823872 6.449077 - 338 1 2 6 3 8 0.475126 138.830 0.1 0.2 0.005 0.396959 0.140126 0.364219 0.822816 12.981395 - 339 1 4 6 1 8 0.478181 139.006 38.7 99.2 1.649 0.399709 0.140701 0.363462 0.822343 13.019732 - 340 1 3 1 8 8 0.482127 139.231 27.1 80.8 1.529 0.403262 0.141446 0.362499 0.821740 13.069420 - 341 1 9 1 4 8 0.501547 140.306 10.8 49.8 1.744 0.420741 0.145115 0.357984 0.818922 13.316637 - 342 1 5 2 7 8 0.512741 140.901 5.4 16.5 0.918 0.430811 0.147234 0.355542 0.817402 13.461009 - 343 1 3 5 5 8 0.518393 141.195 6.1 19.0 1.125 0.435894 0.148306 0.354351 0.816661 13.534404 - 344 1 7 3 5 8 0.533782 141.973 7.6 19.6 0.976 0.449731 0.151227 0.351239 0.814729 13.735810 - 345 1 10 1 2 8 0.536177 142.092 8.6 22.2 1.039 0.451883 0.151682 0.350772 0.814440 13.767363 - 346 1 6 0 7 4 0.547116 142.624 3.8 11.7 0.659 0.461715 0.153763 0.348690 0.813151 6.956061 - 347 1 2 2 8 8 0.551785 142.847 3.5 12.2 0.579 0.465911 0.154652 0.347828 0.812619 13.974229 - 348 1 4 4 6 8 0.553255 142.916 0.0 0.0 0.001 0.467232 0.154932 0.347559 0.812453 13.993817 - 349 1 9 3 2 8 0.560425 143.252 9.7 27.5 1.097 0.473673 0.156299 0.346271 0.811659 14.089628 - 350 1 8 4 2 8 0.569983 143.691 18.9 51.2 1.763 0.482259 0.158122 0.344606 0.810634 14.218028 - 351 1 10 2 0 4 0.586095 144.407 8.5 34.5 1.486 0.496729 0.161200 0.341928 0.808991 7.218032 - 352 1 8 3 4 8 0.589668 144.563 0.0 0.1 0.006 0.499937 0.161883 0.341354 0.808640 14.484688 - 353 1 5 5 4 8 0.608679 145.367 25.7 67.1 2.297 0.517002 0.165522 0.338422 0.806851 14.744875 - 354 1 4 6 2 8 0.622329 145.923 0.1 0.2 0.010 0.529251 0.168140 0.336431 0.805642 14.933185 - 355 1 4 3 7 8 0.629805 146.220 0.0 0.1 0.003 0.535959 0.169575 0.335379 0.805005 15.036838 - 356 1 8 2 5 8 0.630973 146.266 0.0 0.1 0.003 0.537007 0.169799 0.335217 0.804907 15.053049 - 357 1 4 0 8 4 0.632339 146.319 0.0 0.1 0.002 0.538232 0.170061 0.335028 0.804793 7.536018 - 358 1 6 5 3 8 0.634153 146.390 0.1 0.3 0.009 0.539860 0.170410 0.334779 0.804643 15.097275 - 359 1 3 6 3 8 0.640711 146.644 48.7 109.1 1.809 0.545743 0.171670 0.333890 0.804107 15.188640 - 360 1 6 1 7 8 0.641056 146.657 21.7 48.6 0.795 0.546052 0.171736 0.333844 0.804079 15.193461 - - No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR - - 361 1 10 2 1 8 0.647309 146.896 13.7 31.4 0.502 0.551661 0.172938 0.333014 0.803580 15.280826 - 362 1 6 3 6 8 0.661566 147.427 30.9 110.1 1.999 0.564447 0.175681 0.331185 0.802482 15.480839 - 363 1 7 5 1 8 0.687682 148.358 5.1 17.2 0.340 0.587861 0.180715 0.328040 0.800608 15.850044 - 364 1 7 4 4 8 0.690736 148.464 31.9 104.8 2.009 0.590599 0.181304 0.327688 0.800399 15.893428 - 365 1 7 2 6 8 0.694853 148.605 0.5 1.5 0.030 0.594290 0.182098 0.327220 0.800121 15.952018 - 366 1 0 6 4 4 0.710226 149.121 5.6 21.3 0.573 0.608067 0.185067 0.325519 0.799118 8.085716 - 367 1 6 4 5 8 0.710341 149.125 13.9 52.5 1.415 0.608170 0.185089 0.325507 0.799110 16.173092 - 368 1 1 4 7 8 0.747676 150.312 2.6 11.6 0.558 0.641620 0.192313 0.321683 0.796874 16.710314 - 369 1 10 0 3 4 0.755476 150.549 0.2 0.7 0.029 0.648607 0.193824 0.320934 0.796440 8.411636 - 370 1 4 1 8 8 0.763672 150.794 4.2 10.6 0.335 0.655948 0.195413 0.320164 0.795994 16.942225 - 371 1 1 6 4 8 0.771254 151.017 40.0 92.1 2.600 0.662738 0.196883 0.319468 0.795593 17.052477 - 372 1 3 2 8 8 0.791168 151.586 2.6 9.8 0.487 0.680570 0.200748 0.317704 0.794581 17.343046 - 373 1 9 2 4 8 0.847355 153.081 49.3 133.1 3.243 0.730866 0.211674 0.313197 0.792033 18.169849 - 374 1 4 5 5 8 0.863484 153.482 0.0 0.0 0.000 0.745300 0.214816 0.312016 0.791375 18.408941 - - ----------------------------------------------------- - BRAGG R-Factors and weight fractions for Pattern # 1 - ----------------------------------------------------- - - => Phase: 1 PbSO4 - => Bragg R-factor: 52.5 Vol: 318.543( 0.000) Fract(%): 100.00( 0.00) - => Rf-factor= 28.9 ATZ: 1213.030 Brindley: 1.0000 - - ----------------------------------------------------------------- - SYMBOLIC NAMES AND FINAL VALUES AND SIGMA OF REFINED PARAMETERS: - ----------------------------------------------------------------- - - - ------------------------------------------------------------------ - => Number of bytes for floating point variables: 4 - => Dimensions of dynamic allocated arrays in this run of FullProf: - ------------------------------------------------------------------ - - => Total approximate array memory (dynamic + static): 127459053 bytes - - MaxPOINT= 80000 Max.num. of points(+int. Inten.)/diffraction pattern - MaxREFLT= 25000 Max.num. of reflections/diffraction pattern - MaxPARAM= 500 Max.num. of refinable parameters - MaxOVERL= 9000 Max.num. of overlapping reflections - - ---------------------------------------------------------- - => Number of bytes for floating point arrays: 4 - => Dimensions of fixed arrays in this release of FullProf: - ---------------------------------------------------------- - - NPATT = 80 Max.num. of powder diffraction patterns - NATS = 830 Max.num. of atoms (all kind) in asymmetric unit - MPAR = 1800 Max.num. of non atomic parameters/phase - IEXCL = 30 Max.num. of excluded regions - IBACP = 377 Max.num. of background points for interpolation - NPHT = 16 Max.num. of phases - NMAGM = 8 Max.num. of rotation-matrices sets for magnetic structure - NBASIS = 12 Max.num. of basis functions associated to a single atom - NIREPS = 9 Max.num. of irreducible representations to be combined - N_EQ = 384 Max.num. of user-supplied symmetry operators/propagation vectors - NGL = 400 Max.num. of global parameters/diffraction pattern - N_LINC = 50 Max.num. of global linear restraints - NAT_P = 80 Max.num. of atomic parameters per atom - NCONST = 500 Max.num. of slack constraints per phase - N_SPE = 30 Max.num. of different chemical species - N_FORM = 60 Max.num. of scattering factor values in a table - NPR = 150 Max.num. of points defining a numerical profile - INPR = 25 Max.num. of different numerical peak shapes - NPRC = 150 Max.num. of terms in the table for correcting intensities - NSOL = 10 Max.num. of solutions to be stored in Montecarlo searchs - - - CPU Time: 0.422 seconds - 0.007 minutes - - => Run finished at: Date: 17/06/2026 Time: 22:57:14.372 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.pcr b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.pcr deleted file mode 100644 index 550b9c6f8..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.pcr +++ /dev/null @@ -1,63 +0,0 @@ -COMM PbSO4 XrayDif single wavelength unpolarized Wdt48 -! Current global Chi2 (Bragg contrib.) = 11.30 -! Files => DAT-file: pbsox_single_unpolarized.dat, PCR-file: pbsox_single_unpolarized -!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut - 0 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 -! -!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana - 0 2 1 0 1 0 4 0 0 2 0 1 1 0 4 1 1 -! -! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 - 1.540560 1.540560 0.00000 50.000 48.000 0.0000 0.0000 160.00 0.0000 0.0000 -! -!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 - 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 -! -! Excluded regions (LowT HighT) for Pattern# 1 - 0.00 10.00 - 154.00 180.00 -! -! - 0 !Number of refined parameters -! -! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 - -0.04816 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 -! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) - 154.318 100.004 -92.329 -95.599 126.679 -31.804 - 0.00 0.00 0.00 0.00 0.00 0.00 -!------------------------------------------------------------------------------- -! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 9.4433 -!------------------------------------------------------------------------------- -PbSO4 -! -!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More - 5 0 0 0.0 0.0 1.0 0 0 0 0 0 1213.030 0 7 0 -! -! -P n m a <--Space group symbol -!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes -Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 0 #conn S O 0 2 - 0.00 0.00 0.00 0.00 0.00 -S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 -! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model - 0.4693346E-03 0.00000 0.00000 0.00000 0.00000 0.00000 0 - 0.00000 0.000 0.000 0.000 0.000 0.000 -! U V W X Y GauSiz LorSiz Size-Model - 0.048457 -0.083053 0.035188 0.000000 0.049268 0.000000 0.000000 0 - 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -! a b c alpha beta gamma # Cell Info - 8.479832 5.397758 6.959325 90.000000 90.000000 90.000000 # box -0.25 1.25 -0.15 1.15 -0.15 1.15 - 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 -! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L - 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -! 2Th1/TOF1 2Th2/TOF2 Pattern to plot - 10.000 154.000 1 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.prf b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.prf deleted file mode 100644 index 9b431a6c6..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.prf +++ /dev/null @@ -1,6439 +0,0 @@ -IGOR -WAVES TwoTheta, Iobs, Icalc, Diff -BEGIN - 10.000 179.00 126.49 52.51 - 10.025 147.00 126.36 20.64 - 10.050 165.00 126.23 38.77 - 10.075 172.00 126.10 45.90 - 10.100 150.00 125.97 24.03 - 10.125 165.00 125.84 39.16 - 10.150 150.00 125.71 24.29 - 10.175 158.00 125.58 32.42 - 10.200 134.00 125.46 8.54 - 10.225 146.00 125.33 20.67 - 10.250 167.00 125.20 41.80 - 10.275 159.00 125.08 33.92 - 10.300 139.00 124.95 14.05 - 10.325 145.00 124.83 20.17 - 10.350 165.00 124.70 40.30 - 10.375 150.00 124.58 25.42 - 10.400 149.00 124.45 24.55 - 10.425 156.00 124.33 31.67 - 10.450 143.00 124.21 18.79 - 10.475 166.00 124.08 41.92 - 10.500 154.00 123.96 30.04 - 10.525 131.00 123.84 7.16 - 10.550 144.00 123.72 20.28 - 10.575 131.00 123.60 7.40 - 10.600 140.00 123.47 16.53 - 10.625 147.00 123.35 23.65 - 10.650 155.00 123.23 31.77 - 10.675 148.00 123.11 24.89 - 10.700 140.00 122.99 17.01 - 10.725 138.00 122.87 15.13 - 10.750 127.00 122.76 4.24 - 10.775 146.00 122.64 23.36 - 10.800 147.00 122.52 24.48 - 10.825 114.00 122.40 -8.40 - 10.850 129.00 122.28 6.72 - 10.875 129.00 122.17 6.83 - 10.900 128.00 122.05 5.95 - 10.925 136.00 121.94 14.06 - 10.950 148.00 121.82 26.18 - 10.975 132.00 121.70 10.30 - 11.000 141.00 121.59 19.41 - 11.025 135.00 121.47 13.53 - 11.050 141.00 121.36 19.64 - 11.075 145.00 121.25 23.75 - 11.100 131.00 121.13 9.87 - 11.125 142.00 121.02 20.98 - 11.150 148.00 120.91 27.09 - 11.175 151.00 120.79 30.21 - 11.200 127.00 120.68 6.32 - 11.225 133.00 120.57 12.43 - 11.250 131.00 120.46 10.54 - 11.275 125.00 120.35 4.65 - 11.300 129.00 120.24 8.76 - 11.325 128.00 120.13 7.87 - 11.350 134.00 120.02 13.98 - 11.375 142.00 119.91 22.09 - 11.400 115.00 119.80 -4.80 - 11.425 138.00 119.69 18.31 - 11.450 125.00 119.58 5.42 - 11.475 120.00 119.47 0.53 - 11.500 130.00 119.37 10.63 - 11.525 118.00 119.26 -1.26 - 11.550 118.00 119.15 -1.15 - 11.575 116.00 119.05 -3.05 - 11.600 119.00 118.94 0.06 - 11.625 101.00 118.83 -17.83 - 11.650 117.00 118.73 -1.73 - 11.675 142.00 118.62 23.38 - 11.700 112.00 118.52 -6.52 - 11.725 114.00 118.41 -4.41 - 11.750 111.00 118.31 -7.31 - 11.775 122.00 118.21 3.79 - 11.800 131.00 118.10 12.90 - 11.825 107.00 118.00 -11.00 - 11.850 121.00 117.90 3.10 - 11.875 123.00 117.80 5.20 - 11.900 120.00 117.69 2.31 - 11.925 126.00 117.59 8.41 - 11.950 125.00 117.49 7.51 - 11.975 120.00 117.39 2.61 - 12.000 103.00 117.29 -14.29 - 12.025 121.00 117.19 3.81 - 12.050 109.00 117.09 -8.09 - 12.075 115.00 116.99 -1.99 - 12.100 122.00 116.89 5.11 - 12.125 123.00 116.79 6.21 - 12.150 107.00 116.69 -9.69 - 12.175 126.00 116.60 9.40 - 12.200 133.00 116.50 16.50 - 12.225 120.00 116.40 3.60 - 12.250 100.00 116.30 -16.30 - 12.275 130.00 116.21 13.79 - 12.300 130.00 116.11 13.89 - 12.325 109.00 116.02 -7.02 - 12.350 116.00 115.92 0.08 - 12.375 121.00 115.94 5.06 - 12.400 99.00 115.85 -16.85 - 12.425 107.00 115.75 -8.75 - 12.450 110.00 115.66 -5.66 - 12.475 136.00 115.57 20.43 - 12.500 113.00 115.47 -2.47 - 12.525 102.00 115.42 -13.42 - 12.550 117.00 115.33 1.67 - 12.575 111.00 115.23 -4.23 - 12.600 105.00 115.14 -10.14 - 12.625 92.00 115.05 -23.05 - 12.650 110.00 114.96 -4.96 - 12.675 116.00 114.87 1.13 - 12.700 124.00 114.78 9.22 - 12.725 111.00 114.69 -3.69 - 12.750 91.00 114.60 -23.60 - 12.775 106.00 114.52 -8.52 - 12.800 122.00 114.43 7.57 - 12.825 121.00 114.34 6.66 - 12.850 119.00 114.25 4.75 - 12.875 114.00 114.16 -0.16 - 12.900 129.00 114.08 14.92 - 12.925 95.00 113.99 -18.99 - 12.950 117.00 113.90 3.10 - 12.975 102.00 113.82 -11.82 - 13.000 102.00 113.73 -11.73 - 13.025 117.00 113.65 3.35 - 13.050 99.00 113.56 -14.56 - 13.075 124.00 113.48 10.52 - 13.100 107.00 113.40 -6.40 - 13.125 108.00 113.31 -5.31 - 13.150 99.00 113.23 -14.23 - 13.175 113.00 113.14 -0.14 - 13.200 104.00 113.06 -9.06 - 13.225 92.00 112.98 -20.98 - 13.250 98.00 112.90 -14.90 - 13.275 107.00 112.82 -5.82 - 13.300 88.00 112.73 -24.73 - 13.325 96.00 112.65 -16.65 - 13.350 104.00 112.57 -8.57 - 13.375 81.00 112.49 -31.49 - 13.400 111.00 112.41 -1.41 - 13.425 78.00 112.33 -34.33 - 13.450 104.00 112.25 -8.25 - 13.475 119.00 112.18 6.82 - 13.500 106.00 112.10 -6.10 - 13.525 105.00 112.02 -7.02 - 13.550 96.00 111.94 -15.94 - 13.575 81.00 111.86 -30.86 - 13.600 95.00 111.79 -16.79 - 13.625 96.00 111.71 -15.71 - 13.650 103.00 111.63 -8.63 - 13.675 91.00 111.56 -20.56 - 13.700 112.00 111.48 0.52 - 13.725 107.00 111.41 -4.41 - 13.750 87.00 111.33 -24.33 - 13.775 112.00 111.26 0.74 - 13.800 92.00 111.18 -19.18 - 13.825 79.00 111.11 -32.11 - 13.850 92.00 111.03 -19.03 - 13.875 103.00 110.96 -7.96 - 13.900 97.00 110.89 -13.89 - 13.925 102.00 110.82 -8.82 - 13.950 86.00 110.74 -24.74 - 13.975 97.00 110.67 -13.67 - 14.000 103.00 110.60 -7.60 - 14.025 93.00 110.53 -17.53 - 14.050 111.00 110.46 0.54 - 14.075 95.00 110.39 -15.39 - 14.100 96.00 110.32 -14.32 - 14.125 93.00 110.25 -17.25 - 14.150 85.00 110.18 -25.18 - 14.175 104.00 110.11 -6.11 - 14.200 98.00 110.04 -12.04 - 14.225 108.00 109.97 -1.97 - 14.250 76.00 109.91 -33.91 - 14.275 92.00 109.84 -17.84 - 14.300 95.00 109.77 -14.77 - 14.325 89.00 109.70 -20.70 - 14.350 105.00 109.64 -4.64 - 14.375 95.00 109.57 -14.57 - 14.400 92.00 109.51 -17.51 - 14.425 105.00 109.44 -4.44 - 14.450 89.00 109.38 -20.38 - 14.475 99.00 109.31 -10.31 - 14.500 101.00 109.25 -8.25 - 14.525 97.00 109.18 -12.18 - 14.550 93.00 109.12 -16.12 - 14.575 99.00 109.06 -10.06 - 14.600 100.00 109.00 -9.00 - 14.625 83.00 108.93 -25.93 - 14.650 93.00 108.87 -15.87 - 14.675 96.00 108.81 -12.81 - 14.700 69.00 108.75 -39.75 - 14.725 101.00 108.69 -7.69 - 14.750 97.00 108.63 -11.63 - 14.775 85.00 108.57 -23.57 - 14.800 95.00 108.51 -13.51 - 14.825 85.00 108.45 -23.45 - 14.850 111.00 108.39 2.61 - 14.875 85.00 108.34 -23.34 - 14.900 86.00 108.28 -22.28 - 14.925 100.00 108.22 -8.22 - 14.950 88.00 108.17 -20.17 - 14.975 98.00 108.11 -10.11 - 15.000 92.00 108.06 -16.06 - 15.025 93.00 108.00 -15.00 - 15.050 94.00 107.95 -13.95 - 15.075 93.00 107.89 -14.89 - 15.100 81.00 107.84 -26.84 - 15.125 98.00 107.87 -9.87 - 15.150 78.00 107.82 -29.82 - 15.175 79.00 107.77 -28.77 - 15.200 93.00 107.72 -14.72 - 15.225 81.00 107.67 -26.67 - 15.250 88.00 107.62 -19.62 - 15.275 73.00 107.57 -34.57 - 15.300 85.00 107.52 -22.52 - 15.325 106.00 107.48 -1.48 - 15.350 88.00 107.43 -19.43 - 15.375 94.00 107.39 -13.39 - 15.400 96.00 107.35 -11.35 - 15.425 91.00 107.31 -16.31 - 15.450 101.00 107.26 -6.26 - 15.475 89.00 107.23 -18.23 - 15.500 87.00 107.19 -20.19 - 15.525 95.00 107.15 -12.15 - 15.550 87.00 107.12 -20.12 - 15.575 97.00 107.08 -10.08 - 15.600 81.00 107.05 -26.05 - 15.625 87.00 107.02 -20.02 - 15.650 93.00 107.00 -14.00 - 15.675 90.00 106.97 -16.97 - 15.700 73.00 106.95 -33.95 - 15.725 98.00 106.94 -8.94 - 15.750 86.00 106.92 -20.92 - 15.775 80.00 106.91 -26.91 - 15.800 82.00 106.91 -24.91 - 15.825 97.00 106.91 -9.91 - 15.850 80.00 106.92 -26.92 - 15.875 81.00 106.94 -25.94 - 15.900 80.00 106.97 -26.97 - 15.925 81.00 107.00 -26.00 - 15.950 73.00 107.06 -34.06 - 15.975 106.00 107.12 -1.12 - 16.000 92.00 107.21 -15.21 - 16.025 101.00 107.32 -6.32 - 16.050 98.00 107.47 -9.47 - 16.075 104.00 107.65 -3.65 - 16.100 106.00 107.90 -1.90 - 16.125 98.00 108.25 -10.25 - 16.150 114.00 108.79 5.21 - 16.175 97.00 109.71 -12.71 - 16.200 129.00 111.39 17.61 - 16.225 112.00 114.45 -2.45 - 16.250 141.00 119.84 21.16 - 16.275 167.00 128.61 38.39 - 16.300 157.00 141.54 15.46 - 16.325 200.00 158.49 41.51 - 16.350 215.00 177.84 37.16 - 16.375 321.00 196.16 124.84 - 16.400 397.00 208.51 188.49 - 16.425 434.00 210.27 223.73 - 16.450 445.00 200.66 244.34 - 16.475 313.00 183.50 129.50 - 16.500 197.00 163.97 33.03 - 16.525 155.00 145.96 9.04 - 16.550 110.00 131.67 -21.67 - 16.575 118.00 121.63 -3.63 - 16.600 86.00 115.25 -29.25 - 16.625 110.00 111.52 -1.52 - 16.650 95.00 109.43 -14.43 - 16.675 93.00 108.26 -15.26 - 16.700 98.00 107.55 -9.55 - 16.725 80.00 107.08 -27.08 - 16.750 85.00 106.73 -21.73 - 16.775 106.00 106.45 -0.45 - 16.800 86.00 106.22 -20.22 - 16.825 103.00 106.02 -3.02 - 16.850 92.00 105.85 -13.85 - 16.875 88.00 105.70 -17.70 - 16.900 94.00 105.57 -11.57 - 16.925 79.00 105.46 -26.46 - 16.950 92.00 105.35 -13.35 - 16.975 106.00 105.25 0.75 - 17.000 82.00 105.17 -23.17 - 17.025 104.00 105.09 -1.09 - 17.050 94.00 105.01 -11.01 - 17.075 88.00 104.95 -16.95 - 17.100 97.00 104.88 -7.88 - 17.125 93.00 104.83 -11.83 - 17.150 90.00 104.77 -14.77 - 17.175 120.00 104.72 15.28 - 17.200 93.00 104.67 -11.67 - 17.225 106.00 104.62 1.38 - 17.250 89.00 104.58 -15.58 - 17.275 92.00 104.54 -12.54 - 17.300 100.00 104.50 -4.50 - 17.325 91.00 104.46 -13.46 - 17.350 99.00 104.42 -5.42 - 17.375 81.00 104.39 -23.39 - 17.400 89.00 104.36 -15.36 - 17.425 79.00 104.33 -25.33 - 17.450 91.00 104.30 -13.30 - 17.475 84.00 104.27 -20.27 - 17.500 92.00 104.24 -12.24 - 17.525 107.00 104.22 2.78 - 17.550 99.00 104.19 -5.19 - 17.575 92.00 104.17 -12.17 - 17.600 87.00 104.19 -17.19 - 17.625 88.00 104.17 -16.17 - 17.650 67.00 104.15 -37.15 - 17.675 81.00 104.13 -23.13 - 17.700 86.00 104.11 -18.11 - 17.725 85.00 104.10 -19.10 - 17.750 103.00 104.08 -1.08 - 17.775 85.00 104.06 -19.06 - 17.800 77.00 104.05 -27.05 - 17.825 105.00 104.04 0.96 - 17.850 93.00 104.03 -11.03 - 17.875 96.00 104.01 -8.01 - 17.900 93.00 104.00 -11.00 - 17.925 85.00 104.00 -19.00 - 17.950 75.00 103.99 -28.99 - 17.975 105.00 103.98 1.02 - 18.000 85.00 103.98 -18.98 - 18.025 89.00 103.97 -14.97 - 18.050 86.00 103.97 -17.97 - 18.075 76.00 103.96 -27.96 - 18.100 86.00 103.96 -17.96 - 18.125 71.00 103.96 -32.96 - 18.150 101.00 103.96 -2.96 - 18.175 100.00 103.97 -3.97 - 18.200 89.00 103.97 -14.97 - 18.225 74.00 103.97 -29.97 - 18.250 101.00 103.98 -2.98 - 18.275 103.00 103.99 -0.99 - 18.300 95.00 103.99 -8.99 - 18.325 100.00 104.00 -4.00 - 18.350 87.00 104.02 -17.02 - 18.375 94.00 104.03 -10.03 - 18.400 84.00 104.04 -20.04 - 18.425 102.00 104.06 -2.06 - 18.450 92.00 104.08 -12.08 - 18.475 80.00 104.10 -24.10 - 18.500 82.00 104.12 -22.12 - 18.525 105.00 104.14 0.86 - 18.550 84.00 104.16 -20.16 - 18.575 83.00 104.19 -21.19 - 18.600 93.00 104.22 -11.22 - 18.625 92.00 104.25 -12.25 - 18.650 105.00 104.28 0.72 - 18.675 94.00 104.32 -10.32 - 18.700 88.00 104.35 -16.35 - 18.725 97.00 104.39 -7.39 - 18.750 88.00 104.43 -16.43 - 18.775 110.00 104.48 5.52 - 18.800 110.00 104.53 5.47 - 18.825 84.00 104.58 -20.58 - 18.850 89.00 104.78 -15.78 - 18.875 98.00 104.83 -6.83 - 18.900 92.00 104.89 -12.89 - 18.925 86.00 104.96 -18.96 - 18.950 110.00 105.03 4.97 - 18.975 98.00 105.10 -7.10 - 19.000 93.00 105.17 -12.17 - 19.025 94.00 105.25 -11.25 - 19.050 104.00 105.34 -1.34 - 19.075 96.00 105.42 -9.42 - 19.100 105.00 105.52 -0.52 - 19.125 99.00 105.62 -6.62 - 19.150 117.00 105.72 11.28 - 19.175 111.00 105.83 5.17 - 19.200 100.00 105.95 -5.95 - 19.225 125.00 106.07 18.93 - 19.250 99.00 106.20 -7.20 - 19.275 107.00 106.34 0.66 - 19.300 107.00 106.48 0.52 - 19.325 98.00 106.64 -8.64 - 19.350 84.00 106.80 -22.80 - 19.375 112.00 106.97 5.03 - 19.400 99.00 107.15 -8.15 - 19.425 93.00 107.35 -14.35 - 19.450 108.00 107.55 0.45 - 19.475 100.00 107.77 -7.77 - 19.500 91.00 108.00 -17.00 - 19.525 98.00 108.25 -10.25 - 19.550 124.00 108.51 15.49 - 19.575 98.00 108.79 -10.79 - 19.600 121.00 109.08 11.92 - 19.625 114.00 109.40 4.60 - 19.650 93.00 109.74 -16.74 - 19.675 87.00 110.11 -23.11 - 19.700 95.00 110.50 -15.50 - 19.725 95.00 110.91 -15.91 - 19.750 121.00 111.36 9.64 - 19.775 102.00 111.85 -9.85 - 19.800 127.00 112.37 14.63 - 19.825 119.00 112.93 6.07 - 19.850 118.00 113.54 4.46 - 19.875 107.00 114.20 -7.20 - 19.900 100.00 115.04 -15.04 - 19.925 95.00 115.82 -20.82 - 19.950 116.00 116.67 -0.67 - 19.975 136.00 117.60 18.40 - 20.000 92.00 118.62 -26.62 - 20.025 127.00 119.75 7.25 - 20.050 127.00 120.99 6.01 - 20.075 115.00 122.36 -7.36 - 20.100 124.00 123.89 0.11 - 20.125 130.00 125.58 4.42 - 20.150 123.00 127.48 -4.48 - 20.175 137.00 129.62 7.38 - 20.200 136.00 132.03 3.97 - 20.225 165.00 134.76 30.24 - 20.250 150.00 137.88 12.12 - 20.275 173.00 141.45 31.55 - 20.300 190.00 145.58 44.42 - 20.325 211.00 150.39 60.61 - 20.350 212.00 156.02 55.98 - 20.375 255.00 162.67 92.33 - 20.400 264.00 170.63 93.37 - 20.425 305.00 180.28 124.72 - 20.450 353.00 192.30 160.70 - 20.475 415.00 207.99 207.01 - 20.500 507.00 230.24 276.76 - 20.525 623.00 265.51 357.49 - 20.550 833.00 327.14 505.86 - 20.575 1076.00 439.46 636.54 - 20.600 1417.00 639.69 777.31 - 20.625 1958.00 972.65 985.35 - 20.650 2624.00 1474.21 1149.79 - 20.675 3927.00 2144.46 1782.54 - 20.700 5466.00 2922.37 2543.63 - 20.725 7996.00 3671.10 4324.90 - 20.750 11062.00 4192.16 6869.84 - 20.775 12925.00 4319.55 8605.45 - 20.800 12506.00 4067.47 8438.53 - 20.825 10327.00 3605.52 6721.48 - 20.850 8178.00 3093.18 5084.82 - 20.875 6771.00 2599.13 4171.87 - 20.900 5910.00 2123.44 3786.56 - 20.925 4886.00 1667.06 3218.94 - 20.950 3432.00 1255.69 2176.31 - 20.975 2110.00 913.97 1196.03 - 21.000 1182.00 652.26 529.74 - 21.025 802.00 467.74 334.26 - 21.050 623.00 347.69 275.31 - 21.075 527.00 274.47 252.53 - 21.100 435.00 231.19 203.81 - 21.125 393.00 205.11 187.89 - 21.150 356.00 188.26 167.74 - 21.175 333.00 176.33 156.67 - 21.200 295.00 167.17 127.83 - 21.225 316.00 159.77 156.23 - 21.250 280.00 153.64 126.36 - 21.275 248.00 148.46 99.54 - 21.300 264.00 144.05 119.95 - 21.325 216.00 140.26 75.74 - 21.350 202.00 136.98 65.02 - 21.375 211.00 134.12 76.88 - 21.400 187.00 131.62 55.38 - 21.425 168.00 129.42 38.58 - 21.450 208.00 127.48 80.52 - 21.475 160.00 125.76 34.24 - 21.500 171.00 124.22 46.78 - 21.525 149.00 122.85 26.15 - 21.550 166.00 121.62 44.38 - 21.575 138.00 120.51 17.49 - 21.600 168.00 119.52 48.48 - 21.625 129.00 118.62 10.38 - 21.650 147.00 117.81 29.19 - 21.675 134.00 117.08 16.92 - 21.700 125.00 116.41 8.59 - 21.725 137.00 115.81 21.19 - 21.750 112.00 115.27 -3.27 - 21.775 128.00 114.78 13.22 - 21.800 134.00 114.33 19.67 - 21.825 121.00 113.93 7.07 - 21.850 138.00 113.57 24.43 - 21.875 103.00 113.25 -10.25 - 21.900 124.00 112.96 11.04 - 21.925 115.00 112.70 2.30 - 21.950 119.00 112.47 6.53 - 21.975 109.00 112.28 -3.28 - 22.000 119.00 112.11 6.89 - 22.025 116.00 111.97 4.03 - 22.050 127.00 111.85 15.15 - 22.075 133.00 111.76 21.24 - 22.100 121.00 111.89 9.11 - 22.125 109.00 111.85 -2.85 - 22.150 114.00 111.84 2.16 - 22.175 113.00 111.85 1.15 - 22.200 120.00 111.88 8.12 - 22.225 118.00 111.94 6.06 - 22.250 102.00 112.02 -10.02 - 22.275 110.00 112.13 -2.13 - 22.300 118.00 112.27 5.73 - 22.325 123.00 112.44 10.56 - 22.350 116.00 112.64 3.36 - 22.375 112.00 112.88 -0.88 - 22.400 107.00 113.15 -6.15 - 22.425 121.00 113.46 7.54 - 22.450 104.00 113.81 -9.81 - 22.475 124.00 114.21 9.79 - 22.500 105.00 114.66 -9.66 - 22.525 128.00 115.17 12.83 - 22.550 115.00 115.75 -0.75 - 22.575 128.00 116.40 11.60 - 22.600 99.00 117.13 -18.13 - 22.625 130.00 117.96 12.04 - 22.650 109.00 118.89 -9.89 - 22.675 125.00 119.95 5.05 - 22.700 138.00 121.15 16.85 - 22.725 141.00 122.53 18.47 - 22.750 135.00 124.11 10.89 - 22.775 125.00 125.93 -0.93 - 22.800 140.00 128.03 11.97 - 22.825 152.00 130.49 21.51 - 22.850 177.00 133.37 43.63 - 22.875 177.00 136.78 40.22 - 22.900 191.00 140.86 50.14 - 22.925 195.00 145.77 49.23 - 22.950 225.00 151.81 73.19 - 22.975 258.00 159.41 98.59 - 23.000 301.00 169.50 131.50 - 23.025 337.00 184.16 152.84 - 23.050 468.00 208.15 259.85 - 23.075 618.00 251.50 366.50 - 23.100 837.00 332.53 504.47 - 23.125 1082.00 479.01 602.99 - 23.150 1507.00 722.96 784.04 - 23.175 2283.00 1085.96 1197.04 - 23.200 3235.00 1557.84 1677.16 - 23.225 4791.00 2076.02 2714.98 - 23.250 6588.00 2517.27 4070.73 - 23.275 8176.00 2720.70 5455.30 - 23.300 8122.00 2588.81 5533.19 - 23.325 6687.00 2186.78 4500.22 - 23.350 5078.00 1673.12 3404.88 - 23.375 3206.00 1183.53 2022.47 - 23.400 1822.00 793.85 1028.15 - 23.425 1101.00 524.68 576.32 - 23.450 712.00 359.33 352.67 - 23.475 566.00 266.55 299.45 - 23.500 470.00 216.89 253.11 - 23.525 381.00 189.86 191.14 - 23.550 302.00 173.83 128.17 - 23.575 277.00 163.14 113.86 - 23.600 259.00 155.27 103.73 - 23.625 259.00 149.13 109.87 - 23.650 212.00 144.19 67.81 - 23.675 198.00 140.16 57.84 - 23.700 189.00 136.84 52.16 - 23.725 153.00 134.09 18.91 - 23.750 182.00 131.81 50.19 - 23.775 178.00 129.92 48.08 - 23.800 175.00 128.35 46.65 - 23.825 164.00 127.06 36.94 - 23.850 139.00 126.01 12.99 - 23.875 176.00 125.18 50.82 - 23.900 159.00 124.54 34.46 - 23.925 147.00 124.08 22.92 - 23.950 172.00 123.80 48.20 - 23.975 167.00 123.69 43.31 - 24.000 159.00 123.75 35.25 - 24.025 180.00 123.98 56.02 - 24.050 168.00 124.42 43.58 - 24.075 162.00 125.06 36.94 - 24.100 166.00 125.95 40.05 - 24.125 147.00 127.13 19.87 - 24.150 149.00 128.65 20.35 - 24.175 161.00 130.60 30.40 - 24.200 173.00 133.11 39.89 - 24.225 145.00 136.40 8.60 - 24.250 210.00 140.98 69.02 - 24.275 201.00 147.98 53.02 - 24.300 257.00 160.00 97.00 - 24.325 262.00 182.35 79.65 - 24.350 342.00 224.32 117.68 - 24.375 451.00 299.05 151.95 - 24.400 598.00 419.93 178.07 - 24.425 796.00 592.65 203.35 - 24.450 1089.00 805.28 283.72 - 24.475 1648.00 1020.51 627.49 - 24.500 2386.00 1175.25 1210.75 - 24.525 3203.00 1202.93 2000.07 - 24.550 3155.00 1089.25 2065.75 - 24.575 2711.00 888.16 1822.84 - 24.600 1970.00 668.90 1301.10 - 24.625 1292.00 478.89 813.11 - 24.650 729.00 338.83 390.17 - 24.675 450.00 248.46 201.54 - 24.700 289.00 196.14 92.86 - 24.725 285.00 167.99 117.01 - 24.750 218.00 153.13 64.87 - 24.775 211.00 144.88 66.12 - 24.800 202.00 139.79 62.21 - 24.825 168.00 136.32 31.68 - 24.850 165.00 133.79 31.21 - 24.875 177.00 131.92 45.08 - 24.900 176.00 130.54 45.46 - 24.925 197.00 129.57 67.43 - 24.950 164.00 128.94 35.06 - 24.975 141.00 128.62 12.38 - 25.000 160.00 128.67 31.33 - 25.025 160.00 128.90 31.10 - 25.050 157.00 129.42 27.58 - 25.075 145.00 130.22 14.78 - 25.100 165.00 131.34 33.66 - 25.125 158.00 132.83 25.17 - 25.150 158.00 134.73 23.27 - 25.175 197.00 137.15 59.85 - 25.200 179.00 140.21 38.79 - 25.225 203.00 144.12 58.88 - 25.250 194.00 149.30 44.70 - 25.275 216.00 156.64 59.36 - 25.300 282.00 168.27 113.73 - 25.325 282.00 188.90 93.10 - 25.350 364.00 227.78 136.22 - 25.375 456.00 300.03 155.97 - 25.400 632.00 424.95 207.05 - 25.425 854.00 618.39 235.61 - 25.450 1213.00 879.91 333.09 - 25.475 1815.00 1179.01 635.99 - 25.500 2863.00 1447.21 1415.79 - 25.525 4063.00 1587.27 2475.73 - 25.550 4649.00 1529.95 3119.05 - 25.575 4165.00 1305.52 2859.48 - 25.600 3168.00 1009.66 2158.34 - 25.625 2329.00 726.48 1602.52 - 25.650 1423.00 502.41 920.59 - 25.675 738.00 349.59 388.41 - 25.700 438.00 257.41 180.59 - 25.725 367.00 206.78 160.22 - 25.750 295.00 180.26 114.74 - 25.775 246.00 166.11 79.89 - 25.800 246.00 157.89 88.11 - 25.825 191.00 152.56 38.44 - 25.850 179.00 148.84 30.16 - 25.875 178.00 146.15 31.85 - 25.900 170.00 144.32 25.68 - 25.925 182.00 143.00 39.00 - 25.950 158.00 142.19 15.81 - 25.975 182.00 141.82 40.18 - 26.000 179.00 141.85 37.15 - 26.025 184.00 142.26 41.74 - 26.050 181.00 143.03 37.97 - 26.075 169.00 144.17 24.83 - 26.100 171.00 145.70 25.30 - 26.125 191.00 147.63 43.37 - 26.150 175.00 150.03 24.97 - 26.175 216.00 152.94 63.06 - 26.200 195.00 156.45 38.55 - 26.225 224.00 160.67 63.33 - 26.250 209.00 165.76 43.24 - 26.275 251.00 171.89 79.11 - 26.300 257.00 179.32 77.68 - 26.325 298.00 188.43 109.57 - 26.350 297.00 199.73 97.27 - 26.375 378.00 214.12 163.88 - 26.400 406.00 233.45 172.55 - 26.425 499.00 261.94 237.06 - 26.450 590.00 309.51 280.49 - 26.475 746.00 397.28 348.72 - 26.500 983.00 563.87 419.13 - 26.525 1402.00 866.18 535.82 - 26.550 2108.00 1365.38 742.62 - 26.575 3097.00 2091.58 1005.42 - 26.600 4641.00 2997.71 1643.29 - 26.625 7229.00 3920.82 3308.18 - 26.650 10690.00 4576.90 6113.10 - 26.675 13494.00 4667.07 8826.93 - 26.700 13106.00 4142.32 8963.68 - 26.725 10401.00 3260.61 7140.39 - 26.750 7908.00 2328.82 5579.18 - 26.775 5365.00 1544.92 3820.08 - 26.800 2857.00 984.72 1872.28 - 26.825 1575.00 634.73 940.27 - 26.850 947.00 437.93 509.07 - 26.875 697.00 334.02 362.98 - 26.900 595.00 279.01 315.99 - 26.925 529.00 247.51 281.49 - 26.950 450.00 227.23 222.77 - 26.975 423.00 212.77 210.23 - 27.000 344.00 201.88 142.12 - 27.025 319.00 193.51 125.49 - 27.050 309.00 187.08 121.92 - 27.075 252.00 182.19 69.81 - 27.100 257.00 178.61 78.39 - 27.125 252.00 176.18 75.82 - 27.150 266.00 174.79 91.21 - 27.175 275.00 174.38 100.62 - 27.200 257.00 174.96 82.04 - 27.225 285.00 176.56 108.44 - 27.250 285.00 179.28 105.72 - 27.275 270.00 183.27 86.73 - 27.300 280.00 188.79 91.21 - 27.325 347.00 196.21 150.79 - 27.350 282.00 206.20 75.80 - 27.375 362.00 220.14 141.86 - 27.400 426.00 241.22 184.78 - 27.425 461.00 277.05 183.95 - 27.450 637.00 344.08 292.92 - 27.475 693.00 472.88 220.12 - 27.500 1051.00 709.19 341.81 - 27.525 1425.00 1102.83 322.17 - 27.550 2158.00 1679.19 478.81 - 27.575 3198.00 2400.21 797.79 - 27.600 5190.00 3132.75 2057.25 - 27.625 8004.00 3643.68 4360.32 - 27.650 10350.00 3691.98 6658.02 - 27.675 9724.00 3250.33 6473.67 - 27.700 7797.00 2537.80 5259.20 - 27.725 6126.00 1800.70 4325.30 - 27.750 4329.00 1191.64 3137.36 - 27.775 2276.00 764.08 1511.92 - 27.800 1177.00 501.35 675.65 - 27.825 756.00 355.60 400.40 - 27.850 591.00 278.96 312.04 - 27.875 486.00 237.87 248.13 - 27.900 352.00 213.62 138.38 - 27.925 340.00 197.38 142.62 - 27.950 314.00 185.35 128.65 - 27.975 270.00 175.92 94.08 - 28.000 256.00 168.32 87.68 - 28.025 253.00 162.08 90.92 - 28.050 245.00 156.91 88.09 - 28.075 206.00 152.58 53.42 - 28.100 212.00 148.92 63.08 - 28.125 183.00 145.81 37.19 - 28.150 205.00 143.16 61.84 - 28.175 185.00 140.88 44.12 - 28.200 164.00 138.92 25.08 - 28.225 197.00 137.22 59.78 - 28.250 167.00 135.75 31.25 - 28.275 175.00 134.48 40.52 - 28.300 159.00 133.38 25.62 - 28.325 152.00 132.44 19.56 - 28.350 162.00 131.62 30.38 - 28.375 168.00 130.93 37.07 - 28.400 151.00 130.34 20.66 - 28.425 153.00 129.85 23.15 - 28.450 128.00 129.45 -1.45 - 28.475 167.00 129.14 37.86 - 28.500 147.00 128.91 18.09 - 28.525 140.00 128.75 11.25 - 28.550 139.00 128.66 10.34 - 28.575 153.00 128.64 24.36 - 28.600 153.00 128.70 24.30 - 28.625 154.00 128.82 25.18 - 28.650 145.00 129.01 15.99 - 28.675 147.00 129.27 17.73 - 28.700 134.00 129.61 4.39 - 28.725 160.00 130.02 29.98 - 28.750 137.00 130.52 6.48 - 28.775 134.00 131.10 2.90 - 28.800 131.00 131.77 -0.77 - 28.825 157.00 132.55 24.45 - 28.850 137.00 133.43 3.57 - 28.875 145.00 134.44 10.56 - 28.900 151.00 135.58 15.42 - 28.925 164.00 136.87 27.13 - 28.950 171.00 138.34 32.66 - 28.975 172.00 139.99 32.01 - 29.000 165.00 141.87 23.13 - 29.025 168.00 144.00 24.00 - 29.050 162.00 146.43 15.57 - 29.075 193.00 149.21 43.79 - 29.100 169.00 152.39 16.61 - 29.125 199.00 156.06 42.94 - 29.150 186.00 160.20 25.80 - 29.175 208.00 165.15 42.85 - 29.200 196.00 170.96 25.04 - 29.225 182.00 177.83 4.17 - 29.250 246.00 186.02 59.98 - 29.275 245.00 195.85 49.15 - 29.300 284.00 207.86 76.14 - 29.325 340.00 222.71 117.29 - 29.350 364.00 241.51 122.49 - 29.375 382.00 266.44 115.56 - 29.400 519.00 302.49 216.51 - 29.425 665.00 361.65 303.35 - 29.450 837.00 470.72 366.28 - 29.475 1080.00 680.92 399.08 - 29.500 1566.00 1071.19 494.81 - 29.525 2321.00 1729.46 591.54 - 29.550 3438.00 2701.44 736.56 - 29.575 5181.00 3919.65 1261.35 - 29.600 8141.00 5143.63 2997.37 - 29.625 12608.00 5953.21 6654.79 - 29.650 15702.00 5936.92 9765.08 - 29.675 14432.00 5104.15 9327.85 - 29.700 12071.00 3873.85 8197.15 - 29.725 9687.00 2661.63 7025.37 - 29.750 7137.00 1700.69 5436.31 - 29.775 4123.00 1053.17 3069.83 - 29.800 2094.00 670.82 1423.18 - 29.825 1334.00 465.41 868.59 - 29.850 1013.00 358.85 654.15 - 29.875 780.00 300.85 479.15 - 29.900 668.00 265.33 402.67 - 29.925 467.00 240.66 226.34 - 29.950 438.00 222.01 215.99 - 29.975 379.00 207.26 171.74 - 30.000 355.00 195.31 159.69 - 30.025 263.00 185.49 77.51 - 30.050 287.00 177.33 109.67 - 30.075 299.00 170.47 128.53 - 30.100 247.00 164.66 82.34 - 30.125 253.00 159.69 93.31 - 30.150 236.00 155.42 80.58 - 30.175 223.00 151.72 71.28 - 30.200 193.00 148.50 44.50 - 30.225 198.00 145.68 52.32 - 30.250 184.00 143.19 40.81 - 30.275 204.00 141.00 63.00 - 30.300 185.00 139.05 45.95 - 30.325 174.00 137.32 36.68 - 30.350 201.00 135.77 65.23 - 30.375 168.00 134.38 33.62 - 30.400 185.00 133.13 51.87 - 30.425 175.00 132.00 43.00 - 30.450 171.00 131.03 39.97 - 30.475 153.00 130.11 22.89 - 30.500 162.00 129.28 32.72 - 30.525 135.00 128.52 6.48 - 30.550 159.00 127.84 31.16 - 30.575 139.00 127.21 11.79 - 30.600 147.00 126.65 20.35 - 30.625 127.00 126.13 0.87 - 30.650 143.00 125.66 17.34 - 30.675 140.00 125.24 14.76 - 30.700 115.00 124.85 -9.85 - 30.725 142.00 124.50 17.50 - 30.750 123.00 124.19 -1.19 - 30.775 156.00 123.90 32.10 - 30.800 133.00 123.65 9.35 - 30.825 135.00 123.42 11.58 - 30.850 128.00 123.22 4.78 - 30.875 130.00 123.04 6.96 - 30.900 127.00 122.88 4.12 - 30.925 120.00 122.75 -2.75 - 30.950 121.00 122.64 -1.64 - 30.975 106.00 122.55 -16.55 - 31.000 134.00 122.48 11.52 - 31.025 114.00 122.42 -8.42 - 31.050 107.00 122.39 -15.39 - 31.075 123.00 122.37 0.63 - 31.100 111.00 122.38 -11.38 - 31.125 92.00 122.40 -30.40 - 31.150 134.00 122.44 11.56 - 31.175 87.00 122.50 -35.50 - 31.200 130.00 122.58 7.42 - 31.225 97.00 122.68 -25.68 - 31.250 101.00 122.80 -21.80 - 31.275 113.00 122.94 -9.94 - 31.300 119.00 123.10 -4.10 - 31.325 122.00 123.28 -1.28 - 31.350 114.00 123.49 -9.49 - 31.375 117.00 123.74 -6.74 - 31.400 84.00 124.00 -40.00 - 31.425 105.00 124.30 -19.30 - 31.450 111.00 124.55 -13.55 - 31.475 104.00 124.92 -20.92 - 31.500 119.00 125.33 -6.33 - 31.525 119.00 125.78 -6.78 - 31.550 101.00 126.28 -25.28 - 31.575 117.00 126.84 -9.84 - 31.600 122.00 127.46 -5.46 - 31.625 105.00 128.15 -23.15 - 31.650 128.00 128.93 -0.93 - 31.675 116.00 129.79 -13.79 - 31.700 126.00 130.76 -4.76 - 31.725 115.00 131.86 -16.86 - 31.750 121.00 133.10 -12.10 - 31.775 116.00 134.51 -18.51 - 31.800 144.00 136.12 7.88 - 31.825 141.00 137.98 3.02 - 31.850 128.00 140.13 -12.13 - 31.875 148.00 142.63 5.37 - 31.900 165.00 145.59 19.41 - 31.925 172.00 149.09 22.91 - 31.950 182.00 153.30 28.70 - 31.975 174.00 158.42 15.58 - 32.000 193.00 164.73 28.27 - 32.025 230.00 172.71 57.29 - 32.050 247.00 183.22 63.78 - 32.075 312.00 198.30 113.70 - 32.100 325.00 222.92 102.08 - 32.125 423.00 268.46 154.54 - 32.150 589.00 357.21 231.79 - 32.175 755.00 523.65 231.35 - 32.200 1130.00 805.28 324.72 - 32.225 1670.00 1218.57 451.43 - 32.250 2522.00 1725.50 796.50 - 32.275 3976.00 2207.24 1768.76 - 32.300 5312.00 2468.67 2843.33 - 32.325 5540.00 2358.72 3181.28 - 32.350 4806.00 1945.90 2860.10 - 32.375 3984.00 1431.02 2552.98 - 32.400 3579.00 970.02 2608.98 - 32.425 2684.00 632.96 2051.04 - 32.450 1672.00 422.73 1249.27 - 32.475 977.00 306.91 670.09 - 32.500 645.00 247.80 397.20 - 32.525 451.00 217.67 233.33 - 32.550 390.00 201.02 188.98 - 32.575 317.00 190.67 126.33 - 32.600 305.00 183.75 121.25 - 32.625 278.00 179.03 98.97 - 32.650 234.00 175.99 58.01 - 32.675 264.00 174.33 89.67 - 32.700 246.00 173.92 72.08 - 32.725 263.00 174.70 88.30 - 32.750 239.00 176.71 62.29 - 32.775 271.00 180.07 90.93 - 32.800 260.00 184.98 75.02 - 32.825 299.00 191.83 107.17 - 32.850 300.00 201.29 98.71 - 32.875 332.00 214.81 117.19 - 32.900 411.00 236.02 174.98 - 32.925 497.00 273.48 223.52 - 32.950 630.00 346.30 283.70 - 32.975 918.00 488.91 429.09 - 33.000 1214.00 748.53 465.47 - 33.025 1839.00 1166.07 672.93 - 33.050 2852.00 1737.28 1114.72 - 33.075 4745.00 2373.74 2371.26 - 33.100 6636.00 2877.68 3758.32 - 33.125 7831.00 3000.03 4830.97 - 33.150 7010.00 2671.45 4338.55 - 33.175 5926.00 2093.06 3832.94 - 33.200 5069.00 1499.81 3569.19 - 33.225 4251.00 1021.99 3229.01 - 33.250 2900.00 690.38 2209.62 - 33.275 1743.00 481.36 1261.64 - 33.300 1167.00 356.94 810.06 - 33.325 841.00 283.54 557.46 - 33.350 646.00 239.21 406.79 - 33.375 517.00 211.55 305.45 - 33.400 412.00 193.65 218.35 - 33.425 354.00 181.47 172.53 - 33.450 301.00 172.67 128.33 - 33.475 282.00 165.90 116.10 - 33.500 234.00 160.56 73.44 - 33.525 204.00 156.24 47.76 - 33.550 235.00 152.68 82.32 - 33.575 226.00 149.75 76.25 - 33.600 207.00 147.31 59.69 - 33.625 200.00 145.30 54.70 - 33.650 180.00 143.64 36.36 - 33.675 180.00 142.30 37.70 - 33.700 179.00 141.25 37.75 - 33.725 172.00 140.45 31.55 - 33.750 180.00 139.90 40.10 - 33.775 157.00 139.61 17.39 - 33.800 154.00 139.58 14.42 - 33.825 173.00 139.84 33.16 - 33.850 198.00 140.45 57.55 - 33.875 147.00 141.48 5.52 - 33.900 168.00 143.08 24.92 - 33.925 157.00 145.57 11.43 - 33.950 199.00 149.74 49.26 - 33.975 209.00 157.52 51.48 - 34.000 242.00 173.14 68.86 - 34.025 257.00 204.06 52.94 - 34.050 328.00 260.09 67.91 - 34.075 467.00 348.66 118.34 - 34.100 631.00 466.50 164.50 - 34.125 994.00 591.38 402.62 - 34.150 1449.00 678.23 770.77 - 34.175 1522.00 678.42 843.58 - 34.200 1193.00 591.66 601.34 - 34.225 977.00 466.47 510.53 - 34.250 947.00 347.94 599.06 - 34.275 796.00 258.62 537.38 - 34.300 548.00 201.85 346.15 - 34.325 358.00 170.25 187.75 - 34.350 251.00 154.01 96.99 - 34.375 190.00 145.61 44.39 - 34.400 164.00 140.82 23.18 - 34.425 159.00 137.67 21.33 - 34.450 137.00 135.37 1.63 - 34.475 134.00 133.58 0.42 - 34.500 136.00 132.15 3.85 - 34.525 126.00 130.83 -4.83 - 34.550 122.00 129.87 -7.87 - 34.575 128.00 129.06 -1.06 - 34.600 108.00 128.38 -20.38 - 34.625 100.00 127.82 -27.82 - 34.650 120.00 127.32 -7.32 - 34.675 106.00 126.89 -20.89 - 34.700 123.00 126.52 -3.52 - 34.725 117.00 126.20 -9.20 - 34.750 113.00 125.92 -12.92 - 34.775 108.00 125.67 -17.67 - 34.800 121.00 125.45 -4.45 - 34.825 104.00 125.26 -21.26 - 34.850 104.00 125.09 -21.09 - 34.875 100.00 124.94 -24.94 - 34.900 105.00 124.80 -19.80 - 34.925 107.00 124.69 -17.69 - 34.950 108.00 124.58 -16.58 - 34.975 103.00 124.49 -21.49 - 35.000 108.00 124.41 -16.41 - 35.025 123.00 124.34 -1.34 - 35.050 92.00 124.28 -32.28 - 35.075 122.00 124.23 -2.23 - 35.100 97.00 124.18 -27.18 - 35.125 101.00 124.14 -23.14 - 35.150 92.00 124.11 -32.11 - 35.175 114.00 124.09 -10.09 - 35.200 89.00 124.07 -35.07 - 35.225 81.00 124.05 -43.05 - 35.250 113.00 124.04 -11.04 - 35.275 76.00 124.12 -48.12 - 35.300 89.00 124.12 -35.12 - 35.325 99.00 124.12 -25.12 - 35.350 89.00 124.13 -35.13 - 35.375 98.00 124.14 -26.14 - 35.400 98.00 124.04 -26.04 - 35.425 104.00 124.05 -20.05 - 35.450 120.00 124.08 -4.08 - 35.475 100.00 124.10 -24.10 - 35.500 99.00 124.13 -25.13 - 35.525 89.00 124.16 -35.16 - 35.550 111.00 124.19 -13.19 - 35.575 98.00 124.23 -26.23 - 35.600 96.00 124.27 -28.27 - 35.625 95.00 124.31 -29.31 - 35.650 84.00 124.35 -40.35 - 35.675 115.00 124.40 -9.40 - 35.700 106.00 124.45 -18.45 - 35.725 100.00 124.50 -24.50 - 35.750 86.00 124.55 -38.55 - 35.775 110.00 124.61 -14.61 - 35.800 86.00 124.67 -38.67 - 35.825 98.00 124.74 -26.74 - 35.850 97.00 124.80 -27.80 - 35.875 109.00 124.87 -15.87 - 35.900 112.00 124.94 -12.94 - 35.925 105.00 125.02 -20.02 - 35.950 86.00 125.10 -39.10 - 35.975 102.00 125.20 -23.20 - 36.000 91.00 125.28 -34.28 - 36.025 98.00 125.37 -27.37 - 36.050 111.00 125.47 -14.47 - 36.075 89.00 125.57 -36.57 - 36.100 95.00 125.67 -30.67 - 36.125 95.00 125.78 -30.78 - 36.150 84.00 125.89 -41.89 - 36.175 114.00 126.01 -12.01 - 36.200 108.00 126.13 -18.13 - 36.225 96.00 126.26 -30.26 - 36.250 94.00 126.40 -32.40 - 36.275 94.00 126.55 -32.55 - 36.300 102.00 126.70 -24.70 - 36.325 91.00 126.87 -35.87 - 36.350 106.00 127.04 -21.04 - 36.375 103.00 127.22 -24.22 - 36.400 82.00 127.42 -45.42 - 36.425 121.00 127.63 -6.63 - 36.450 101.00 127.86 -26.86 - 36.475 109.00 128.10 -19.10 - 36.500 112.00 128.37 -16.37 - 36.525 104.00 128.65 -24.65 - 36.550 103.00 128.96 -25.96 - 36.575 105.00 129.30 -24.30 - 36.600 112.00 129.67 -17.67 - 36.625 119.00 130.08 -11.08 - 36.650 116.00 130.53 -14.53 - 36.675 119.00 131.03 -12.03 - 36.700 115.00 131.59 -16.59 - 36.725 106.00 132.23 -26.23 - 36.750 122.00 132.94 -10.94 - 36.775 116.00 133.75 -17.75 - 36.800 120.00 134.69 -14.69 - 36.825 130.00 135.77 -5.77 - 36.850 107.00 137.03 -30.03 - 36.875 137.00 138.52 -1.52 - 36.900 132.00 140.29 -8.29 - 36.925 131.00 142.43 -11.43 - 36.950 140.00 145.04 -5.04 - 36.975 150.00 148.29 1.71 - 37.000 149.00 152.43 -3.43 - 37.025 161.00 157.91 3.09 - 37.050 190.00 165.76 24.24 - 37.075 210.00 178.38 31.62 - 37.100 234.00 201.48 32.52 - 37.125 297.00 246.80 50.20 - 37.150 378.00 333.43 44.57 - 37.175 583.00 482.85 100.15 - 37.200 909.00 703.38 205.62 - 37.225 1431.00 970.09 460.91 - 37.250 2164.00 1205.79 958.21 - 37.275 2620.00 1289.72 1330.28 - 37.300 2390.00 1162.29 1227.71 - 37.325 1970.00 908.07 1061.93 - 37.350 1772.00 644.68 1127.32 - 37.375 1685.00 438.31 1246.69 - 37.400 1327.00 305.12 1021.88 - 37.425 891.00 231.14 659.86 - 37.450 543.00 193.74 349.26 - 37.475 352.00 174.93 177.07 - 37.500 292.00 164.66 127.34 - 37.525 230.00 158.14 71.86 - 37.550 177.00 153.36 23.64 - 37.575 182.00 149.73 32.27 - 37.600 207.00 146.91 60.09 - 37.625 158.00 144.67 13.33 - 37.650 143.00 142.89 0.11 - 37.675 129.00 141.48 -12.48 - 37.700 161.00 140.35 20.65 - 37.725 133.00 139.46 -6.46 - 37.750 119.00 138.78 -19.78 - 37.775 120.00 138.28 -18.28 - 37.800 128.00 137.96 -9.96 - 37.825 118.00 137.81 -19.81 - 37.850 121.00 137.85 -16.85 - 37.875 132.00 138.13 -6.13 - 37.900 135.00 138.75 -3.75 - 37.925 134.00 140.04 -6.04 - 37.950 132.00 142.78 -10.78 - 37.975 135.00 148.59 -13.59 - 38.000 156.00 160.02 -4.02 - 38.025 182.00 179.71 2.29 - 38.050 207.00 208.17 -1.17 - 38.075 266.00 240.94 25.06 - 38.100 351.00 266.57 84.43 - 38.125 368.00 270.04 97.96 - 38.150 312.00 248.77 63.23 - 38.175 269.00 216.33 52.67 - 38.200 260.00 185.94 74.06 - 38.225 249.00 163.72 85.28 - 38.250 219.00 150.21 68.79 - 38.275 174.00 143.04 30.96 - 38.300 157.00 139.50 17.50 - 38.325 146.00 137.71 8.29 - 38.350 135.00 136.70 -1.70 - 38.375 137.00 136.15 0.85 - 38.400 136.00 135.70 0.30 - 38.425 103.00 135.37 -32.37 - 38.450 107.00 135.14 -28.14 - 38.475 99.00 134.99 -35.99 - 38.500 133.00 135.02 -2.02 - 38.525 129.00 134.98 -5.98 - 38.550 147.00 134.98 12.02 - 38.575 130.00 135.02 -5.02 - 38.600 115.00 135.10 -20.10 - 38.625 123.00 135.20 -12.20 - 38.650 109.00 135.34 -26.34 - 38.675 106.00 135.51 -29.51 - 38.700 115.00 135.70 -20.70 - 38.725 136.00 135.93 0.07 - 38.750 119.00 136.19 -17.19 - 38.775 126.00 136.49 -10.49 - 38.800 131.00 136.82 -5.82 - 38.825 135.00 137.19 -2.19 - 38.850 116.00 137.61 -21.61 - 38.875 112.00 138.09 -26.09 - 38.900 123.00 138.62 -15.62 - 38.925 116.00 139.22 -23.22 - 38.950 121.00 139.90 -18.90 - 38.975 136.00 140.67 -4.67 - 39.000 147.00 141.56 5.44 - 39.025 130.00 142.58 -12.58 - 39.050 156.00 143.77 12.23 - 39.075 138.00 145.15 -7.15 - 39.100 133.00 146.78 -13.78 - 39.125 144.00 148.72 -4.72 - 39.150 163.00 151.06 11.94 - 39.175 171.00 153.91 17.09 - 39.200 198.00 157.44 40.56 - 39.225 191.00 161.87 29.13 - 39.250 196.00 167.61 28.39 - 39.275 226.00 175.42 50.58 - 39.300 243.00 187.17 55.83 - 39.325 294.00 207.67 86.33 - 39.350 352.00 248.19 103.81 - 39.375 472.00 329.84 142.16 - 39.400 630.00 481.08 148.92 - 39.425 984.00 721.88 262.12 - 39.450 1383.00 1035.67 347.33 - 39.475 2157.00 1340.56 816.44 - 39.500 2946.00 1485.86 1460.14 - 39.525 2947.00 1367.00 1580.00 - 39.550 2469.00 1071.41 1397.59 - 39.575 1988.00 753.65 1234.35 - 39.600 2056.00 503.77 1552.23 - 39.625 1767.00 343.83 1423.17 - 39.650 1317.00 256.52 1060.48 - 39.675 793.00 213.20 579.80 - 39.700 524.00 191.67 332.33 - 39.725 362.00 179.75 182.25 - 39.750 282.00 172.13 109.87 - 39.775 264.00 166.74 97.26 - 39.800 227.00 162.77 64.23 - 39.825 186.00 159.81 26.19 - 39.850 194.00 157.64 36.36 - 39.875 168.00 156.11 11.89 - 39.900 177.00 155.13 21.87 - 39.925 199.00 154.66 44.34 - 39.950 174.00 154.79 19.21 - 39.975 169.00 155.43 13.57 - 40.000 183.00 156.83 26.17 - 40.025 194.00 159.52 34.48 - 40.050 204.00 164.90 39.10 - 40.075 189.00 176.29 12.71 - 40.100 213.00 199.92 13.08 - 40.125 296.00 244.10 51.90 - 40.150 350.00 314.36 35.64 - 40.175 476.00 404.96 71.04 - 40.200 746.00 490.35 255.65 - 40.225 894.00 525.45 368.55 - 40.250 816.00 483.88 332.12 - 40.275 615.00 396.16 218.84 - 40.300 549.00 306.46 242.54 - 40.325 596.00 238.28 357.72 - 40.350 524.00 195.86 328.14 - 40.375 395.00 173.33 221.67 - 40.400 306.00 162.32 143.68 - 40.425 223.00 156.84 66.16 - 40.450 164.00 153.80 10.20 - 40.475 206.00 151.86 54.14 - 40.500 198.00 150.54 47.46 - 40.525 162.00 149.63 12.37 - 40.550 173.00 149.03 23.97 - 40.575 163.00 148.68 14.32 - 40.600 144.00 148.54 -4.54 - 40.625 169.00 148.58 20.42 - 40.650 160.00 148.81 11.19 - 40.675 156.00 149.22 6.78 - 40.700 143.00 149.82 -6.82 - 40.725 187.00 150.65 36.35 - 40.750 146.00 151.74 -5.74 - 40.775 146.00 153.15 -7.15 - 40.800 157.00 155.00 2.00 - 40.825 177.00 157.46 19.54 - 40.850 173.00 160.94 12.06 - 40.875 171.00 166.47 4.53 - 40.900 197.00 176.74 20.26 - 40.925 214.00 197.48 16.52 - 40.950 254.00 238.02 15.98 - 40.975 333.00 308.04 24.96 - 41.000 505.00 408.79 96.21 - 41.025 760.00 521.62 238.38 - 41.050 1047.00 599.86 447.14 - 41.075 1074.00 590.68 483.32 - 41.100 910.00 502.07 407.93 - 41.125 689.00 390.58 298.42 - 41.150 698.00 297.20 400.80 - 41.175 717.00 235.66 481.34 - 41.200 570.00 202.14 367.86 - 41.225 382.00 186.52 195.48 - 41.250 273.00 180.18 92.82 - 41.275 291.00 178.21 112.79 - 41.300 231.00 178.48 52.52 - 41.325 278.00 180.34 97.66 - 41.350 239.00 183.65 55.35 - 41.375 272.00 188.58 83.42 - 41.400 257.00 195.51 61.49 - 41.425 316.00 205.23 110.77 - 41.450 315.00 219.58 95.42 - 41.475 377.00 243.41 133.59 - 41.500 419.00 289.16 129.84 - 41.525 593.00 383.67 209.33 - 41.550 709.00 569.98 139.02 - 41.575 1116.00 891.41 224.59 - 41.600 1749.00 1349.27 399.73 - 41.625 2604.00 1849.68 754.32 - 41.650 3739.00 2169.73 1569.27 - 41.675 4133.00 2080.19 2052.81 - 41.700 3642.00 1653.22 1988.78 - 41.725 2835.00 1150.70 1684.30 - 41.750 2622.00 743.70 1878.30 - 41.775 2580.00 480.85 2099.15 - 41.800 2147.00 337.84 1809.16 - 41.825 1381.00 267.61 1113.39 - 41.850 844.00 233.11 610.89 - 41.875 578.00 214.12 363.88 - 41.900 447.00 201.99 245.01 - 41.925 351.00 193.47 157.53 - 41.950 339.00 187.27 151.73 - 41.975 309.00 182.74 126.26 - 42.000 260.00 179.55 80.45 - 42.025 268.00 177.49 90.51 - 42.050 240.00 176.47 63.53 - 42.075 250.00 176.59 73.41 - 42.100 233.00 178.22 54.78 - 42.125 275.00 182.62 92.38 - 42.150 281.00 193.00 88.00 - 42.175 285.00 215.96 69.04 - 42.200 381.00 261.21 119.79 - 42.225 450.00 336.44 113.56 - 42.250 601.00 437.41 163.59 - 42.275 801.00 536.29 264.71 - 42.300 895.00 579.58 315.42 - 42.325 881.00 533.71 347.29 - 42.350 726.00 434.19 291.81 - 42.375 644.00 333.27 310.73 - 42.400 608.00 258.12 349.88 - 42.425 589.00 212.92 376.08 - 42.450 498.00 190.06 307.94 - 42.475 386.00 180.27 205.73 - 42.500 283.00 177.09 105.91 - 42.525 277.00 176.91 100.09 - 42.550 254.00 177.21 76.79 - 42.575 276.00 175.86 100.14 - 42.600 249.00 172.54 76.46 - 42.625 224.00 168.75 55.25 - 42.650 213.00 165.65 47.35 - 42.675 196.00 163.64 32.36 - 42.700 234.00 162.61 71.39 - 42.725 186.00 162.24 23.76 - 42.750 215.00 162.27 52.73 - 42.775 191.00 162.53 28.47 - 42.800 211.00 162.96 48.04 - 42.825 189.00 163.54 25.46 - 42.850 204.00 164.25 39.75 - 42.875 193.00 165.10 27.90 - 42.900 227.00 166.09 60.91 - 42.925 221.00 167.22 53.78 - 42.950 225.00 168.51 56.49 - 42.975 199.00 169.97 29.03 - 43.000 187.00 171.62 15.38 - 43.025 193.00 173.48 19.52 - 43.050 214.00 175.58 38.42 - 43.075 235.00 177.95 57.05 - 43.100 241.00 180.63 60.37 - 43.125 232.00 183.68 48.32 - 43.150 239.00 187.15 51.85 - 43.175 254.00 191.13 62.87 - 43.200 252.00 195.70 56.30 - 43.225 264.00 201.01 62.99 - 43.250 251.00 207.20 43.80 - 43.275 260.00 214.47 45.53 - 43.300 320.00 223.10 96.90 - 43.325 375.00 233.45 141.55 - 43.350 379.00 245.98 133.02 - 43.375 442.00 261.36 180.64 - 43.400 425.00 280.54 144.46 - 43.425 492.00 304.84 187.16 - 43.450 574.00 336.42 237.58 - 43.475 693.00 379.27 313.73 - 43.500 816.00 442.69 373.31 - 43.525 1046.00 551.20 494.80 - 43.550 1286.00 764.23 521.77 - 43.575 1773.00 1198.81 574.19 - 43.600 2593.00 2020.64 572.36 - 43.625 4047.00 3351.39 695.61 - 43.650 6544.00 5090.65 1453.35 - 43.675 9907.00 6707.81 3199.19 - 43.700 12440.00 7328.89 5111.11 - 43.725 12196.00 6521.41 5674.59 - 43.750 9815.00 4834.05 4980.95 - 43.775 8006.00 3131.69 4874.31 - 43.800 7742.00 1876.21 5865.79 - 43.825 7431.00 1122.47 6308.53 - 43.850 5975.00 731.77 5243.23 - 43.875 3773.00 542.04 3230.96 - 43.900 2148.00 444.92 1703.08 - 43.925 1465.00 387.75 1077.25 - 43.950 1080.00 349.34 730.66 - 43.975 849.00 321.61 527.39 - 44.000 683.00 301.07 381.93 - 44.025 579.00 285.79 293.21 - 44.050 560.00 274.58 285.42 - 44.075 480.00 266.66 213.34 - 44.100 481.00 261.54 219.46 - 44.125 470.00 258.88 211.12 - 44.150 468.00 258.68 209.32 - 44.175 450.00 260.95 189.05 - 44.200 469.00 265.94 203.06 - 44.225 498.00 274.14 223.86 - 44.250 468.00 286.42 181.58 - 44.275 528.00 304.43 223.57 - 44.300 615.00 331.93 283.07 - 44.325 632.00 378.51 253.49 - 44.350 765.00 467.51 297.49 - 44.375 985.00 645.82 339.18 - 44.400 1263.00 981.73 281.27 - 44.425 1833.00 1528.02 304.98 - 44.450 2821.00 2256.26 564.74 - 44.475 4290.00 2986.61 1303.39 - 44.500 5647.00 3403.36 2243.64 - 44.525 5682.00 3439.78 2242.22 - 44.550 5372.00 3414.73 1957.27 - 44.575 5802.00 3462.35 2339.65 - 44.600 7664.00 3324.85 4339.15 - 44.625 7744.00 2760.12 4983.88 - 44.650 5866.00 1983.96 3882.04 - 44.675 4103.00 1296.63 2806.37 - 44.700 3552.00 821.90 2730.10 - 44.725 3442.00 548.53 2893.47 - 44.750 2855.00 408.73 2446.27 - 44.775 1843.00 337.92 1505.08 - 44.800 1102.00 297.92 804.08 - 44.825 771.00 271.62 499.38 - 44.850 578.00 252.42 325.58 - 44.875 517.00 237.67 279.33 - 44.900 456.00 226.01 229.99 - 44.925 381.00 216.64 164.36 - 44.950 379.00 209.01 169.99 - 44.975 335.00 202.70 132.30 - 45.000 326.00 197.45 128.55 - 45.025 303.00 193.04 109.96 - 45.050 286.00 189.31 96.69 - 45.075 287.00 186.15 100.85 - 45.100 274.00 183.44 90.56 - 45.125 272.00 181.14 90.86 - 45.150 282.00 179.17 102.83 - 45.175 267.00 177.50 89.50 - 45.200 236.00 176.08 59.92 - 45.225 255.00 174.90 80.10 - 45.250 238.00 173.94 64.06 - 45.275 218.00 173.17 44.83 - 45.300 224.00 172.60 51.40 - 45.325 209.00 172.21 36.79 - 45.350 228.00 172.01 55.99 - 45.375 244.00 172.08 71.92 - 45.400 234.00 172.28 61.72 - 45.425 221.00 172.70 48.30 - 45.450 237.00 173.38 63.62 - 45.475 224.00 174.34 49.66 - 45.500 217.00 175.64 41.36 - 45.525 187.00 177.35 9.65 - 45.550 261.00 179.58 81.42 - 45.575 216.00 182.44 33.56 - 45.600 246.00 186.14 59.86 - 45.625 244.00 190.95 53.05 - 45.650 282.00 197.28 84.72 - 45.675 276.00 205.77 70.23 - 45.700 314.00 217.69 96.31 - 45.725 333.00 236.12 96.88 - 45.750 385.00 269.57 115.43 - 45.775 413.00 338.91 74.09 - 45.800 609.00 483.58 125.42 - 45.825 855.00 752.17 102.83 - 45.850 1397.00 1161.14 235.86 - 45.875 2190.00 1632.34 557.66 - 45.900 3180.00 1936.84 1243.16 - 45.925 3151.00 1826.98 1324.02 - 45.950 2427.00 1402.04 1024.96 - 45.975 1819.00 942.81 876.19 - 46.000 1843.00 600.44 1242.56 - 46.025 2058.00 398.06 1659.94 - 46.050 1720.00 296.24 1423.76 - 46.075 1115.00 247.94 867.06 - 46.100 716.00 223.17 492.83 - 46.125 480.00 208.11 271.89 - 46.150 364.00 197.71 166.29 - 46.175 297.00 189.97 107.03 - 46.200 300.00 184.01 115.99 - 46.225 267.00 179.33 87.67 - 46.250 227.00 175.58 51.42 - 46.275 215.00 172.53 42.47 - 46.300 189.00 170.02 18.98 - 46.325 213.00 167.94 45.06 - 46.350 174.00 166.18 7.82 - 46.375 175.00 164.69 10.31 - 46.400 193.00 163.42 29.58 - 46.425 183.00 162.32 20.68 - 46.450 178.00 161.38 16.62 - 46.475 166.00 160.55 5.45 - 46.500 171.00 159.83 11.17 - 46.525 171.00 159.19 11.81 - 46.550 172.00 158.64 13.36 - 46.575 161.00 158.14 2.86 - 46.600 151.00 157.71 -6.71 - 46.625 143.00 157.32 -14.32 - 46.650 141.00 156.98 -15.98 - 46.675 139.00 156.68 -17.68 - 46.700 172.00 156.41 15.59 - 46.725 153.00 156.17 -3.17 - 46.750 169.00 155.97 13.03 - 46.775 141.00 155.77 -14.77 - 46.800 125.00 155.61 -30.61 - 46.825 135.00 155.48 -20.48 - 46.850 142.00 155.37 -13.37 - 46.875 134.00 155.28 -21.28 - 46.900 142.00 155.21 -13.21 - 46.925 138.00 155.16 -17.16 - 46.950 152.00 155.13 -3.13 - 46.975 159.00 155.12 3.88 - 47.000 140.00 155.13 -15.13 - 47.025 143.00 155.16 -12.16 - 47.050 136.00 155.21 -19.21 - 47.075 147.00 155.29 -8.29 - 47.100 144.00 155.39 -11.39 - 47.125 148.00 155.53 -7.53 - 47.150 153.00 155.73 -2.73 - 47.175 112.00 155.94 -43.94 - 47.200 148.00 156.20 -8.20 - 47.225 138.00 156.51 -18.51 - 47.250 119.00 156.89 -37.89 - 47.275 121.00 157.35 -36.35 - 47.300 160.00 157.92 2.08 - 47.325 136.00 158.61 -22.61 - 47.350 164.00 159.49 4.51 - 47.375 137.00 160.60 -23.60 - 47.400 166.00 162.04 3.96 - 47.425 142.00 163.96 -21.96 - 47.450 158.00 166.63 -8.63 - 47.475 176.00 170.79 5.21 - 47.500 175.00 178.45 -3.45 - 47.525 183.00 194.48 -11.48 - 47.550 249.00 227.75 21.25 - 47.575 309.00 287.92 21.08 - 47.600 389.00 375.18 13.82 - 47.625 541.00 465.67 75.33 - 47.650 720.00 503.47 216.53 - 47.675 682.00 454.28 227.72 - 47.700 600.00 362.32 237.68 - 47.725 452.00 279.39 172.61 - 47.750 443.00 225.02 217.98 - 47.775 453.00 196.88 256.12 - 47.800 437.00 184.71 252.29 - 47.825 329.00 179.25 149.75 - 47.850 289.00 175.17 113.83 - 47.875 226.00 171.34 54.66 - 47.900 201.00 168.31 32.69 - 47.925 182.00 166.34 15.66 - 47.950 160.00 165.33 -5.33 - 47.975 178.00 165.04 12.96 - 48.000 146.00 165.27 -19.27 - 48.025 181.00 165.94 15.06 - 48.050 142.00 167.05 -25.05 - 48.075 201.00 168.61 32.39 - 48.100 182.00 170.93 11.07 - 48.125 174.00 174.20 -0.20 - 48.150 168.00 179.02 -11.02 - 48.175 174.00 186.94 -12.94 - 48.200 233.00 202.25 30.75 - 48.225 275.00 235.15 39.85 - 48.250 331.00 302.84 28.16 - 48.275 464.00 421.45 42.55 - 48.300 712.00 584.44 127.56 - 48.325 969.00 734.12 234.88 - 48.350 1093.00 761.33 331.67 - 48.375 984.00 639.22 344.78 - 48.400 752.00 470.86 281.14 - 48.425 624.00 335.11 288.89 - 48.450 651.00 251.98 399.02 - 48.475 695.00 209.76 485.24 - 48.500 597.00 190.07 406.93 - 48.525 460.00 180.32 279.68 - 48.550 284.00 174.55 109.45 - 48.575 261.00 170.63 90.37 - 48.600 211.00 167.77 43.23 - 48.625 196.00 165.64 30.36 - 48.650 175.00 163.94 11.06 - 48.675 167.00 162.60 4.40 - 48.700 165.00 161.54 3.46 - 48.725 143.00 160.68 -17.68 - 48.750 153.00 159.97 -6.97 - 48.775 155.00 159.39 -4.39 - 48.800 137.00 158.90 -21.90 - 48.825 161.00 158.50 2.50 - 48.850 131.00 158.15 -27.15 - 48.875 138.00 157.87 -19.87 - 48.900 125.00 157.62 -32.62 - 48.925 114.00 157.41 -43.41 - 48.950 154.00 157.24 -3.24 - 48.975 114.00 157.09 -43.09 - 49.000 118.00 156.97 -38.97 - 49.025 120.00 156.86 -36.86 - 49.050 130.00 156.77 -26.77 - 49.075 117.00 156.70 -39.70 - 49.100 126.00 156.65 -30.65 - 49.125 132.00 156.60 -24.60 - 49.150 122.00 156.57 -34.57 - 49.175 133.00 156.55 -23.55 - 49.200 122.00 156.53 -34.53 - 49.225 113.00 156.53 -43.53 - 49.250 128.00 156.53 -28.53 - 49.275 139.00 156.54 -17.54 - 49.300 126.00 156.55 -30.55 - 49.325 140.00 156.57 -16.57 - 49.350 120.00 156.60 -36.60 - 49.375 122.00 156.64 -34.64 - 49.400 122.00 156.68 -34.68 - 49.425 136.00 156.72 -20.72 - 49.450 116.00 156.77 -40.77 - 49.475 113.00 156.83 -43.83 - 49.500 103.00 156.89 -53.89 - 49.525 120.00 156.96 -36.96 - 49.550 129.00 157.03 -28.03 - 49.575 112.00 157.11 -45.11 - 49.600 118.00 157.19 -39.19 - 49.625 140.00 157.28 -17.28 - 49.650 135.00 157.38 -22.38 - 49.675 101.00 157.48 -56.48 - 49.700 128.00 157.59 -29.59 - 49.725 115.00 157.70 -42.70 - 49.750 126.00 157.83 -31.83 - 49.775 120.00 157.96 -37.96 - 49.800 119.00 158.10 -39.10 - 49.825 107.00 158.25 -51.25 - 49.850 122.00 158.41 -36.41 - 49.875 124.00 158.58 -34.58 - 49.900 123.00 158.61 -35.61 - 49.925 159.00 158.64 0.36 - 49.950 132.00 158.85 -26.85 - 49.975 136.00 159.08 -23.08 - 50.000 115.00 159.33 -44.33 - 50.025 142.00 159.60 -17.60 - 50.050 132.00 159.89 -27.89 - 50.075 144.00 160.21 -16.21 - 50.100 140.00 160.55 -20.55 - 50.125 131.00 160.93 -29.93 - 50.150 112.00 161.35 -49.35 - 50.175 147.00 161.81 -14.81 - 50.200 129.00 162.32 -33.32 - 50.225 129.00 162.90 -33.90 - 50.250 106.00 163.56 -57.56 - 50.275 129.00 164.30 -35.30 - 50.300 127.00 165.14 -38.14 - 50.325 122.00 166.07 -44.07 - 50.350 155.00 167.11 -12.11 - 50.375 130.00 168.36 -38.36 - 50.400 121.00 169.78 -48.78 - 50.425 131.00 171.47 -40.47 - 50.450 173.00 173.49 -0.49 - 50.475 157.00 175.94 -18.94 - 50.500 146.00 178.92 -32.92 - 50.525 153.00 182.63 -29.63 - 50.550 168.00 187.30 -19.30 - 50.575 199.00 193.31 5.69 - 50.600 204.00 201.21 2.79 - 50.625 212.00 211.85 0.15 - 50.650 232.00 227.43 4.57 - 50.675 255.00 253.11 1.89 - 50.700 319.00 303.88 15.12 - 50.725 410.00 414.27 -4.27 - 50.750 629.00 639.33 -10.33 - 50.775 1090.00 1017.72 72.28 - 50.800 1814.00 1492.17 321.83 - 50.825 2668.00 1814.20 853.80 - 50.850 2463.00 1679.56 783.44 - 50.875 1752.00 1230.09 521.91 - 50.900 1187.00 791.80 395.20 - 50.925 1257.00 498.94 758.06 - 50.950 1542.00 343.96 1198.04 - 50.975 1549.00 272.13 1276.87 - 51.000 1066.00 238.05 827.95 - 51.025 624.00 219.07 404.93 - 51.050 387.00 206.63 180.37 - 51.075 314.00 197.73 116.27 - 51.100 267.00 191.09 75.91 - 51.125 208.00 186.01 21.99 - 51.150 211.00 182.04 28.96 - 51.175 210.00 178.90 31.10 - 51.200 181.00 176.37 4.63 - 51.225 170.00 174.32 -4.32 - 51.250 154.00 172.62 -18.62 - 51.275 155.00 171.22 -16.22 - 51.300 143.00 170.05 -27.05 - 51.325 171.00 169.07 1.93 - 51.350 156.00 168.25 -12.25 - 51.375 134.00 167.55 -33.55 - 51.400 142.00 166.96 -24.96 - 51.425 142.00 166.46 -24.46 - 51.450 136.00 166.03 -30.03 - 51.475 139.00 165.68 -26.68 - 51.500 139.00 165.39 -26.39 - 51.525 132.00 165.14 -33.14 - 51.550 152.00 164.95 -12.95 - 51.575 123.00 164.80 -41.80 - 51.600 137.00 164.68 -27.68 - 51.625 125.00 164.61 -39.61 - 51.650 132.00 164.59 -32.59 - 51.675 133.00 164.59 -31.59 - 51.700 137.00 164.61 -27.61 - 51.725 148.00 164.67 -16.67 - 51.750 121.00 164.76 -43.76 - 51.775 150.00 164.89 -14.89 - 51.800 139.00 165.06 -26.06 - 51.825 127.00 165.37 -38.37 - 51.850 127.00 165.62 -38.62 - 51.875 146.00 165.92 -19.92 - 51.900 147.00 166.19 -19.19 - 51.925 155.00 166.61 -11.61 - 51.950 131.00 167.10 -36.10 - 51.975 144.00 167.67 -23.67 - 52.000 148.00 168.36 -20.36 - 52.025 138.00 169.16 -31.16 - 52.050 149.00 170.13 -21.13 - 52.075 154.00 171.29 -17.29 - 52.100 142.00 172.70 -30.70 - 52.125 141.00 174.44 -33.44 - 52.150 181.00 176.62 4.38 - 52.175 185.00 179.38 5.62 - 52.200 169.00 182.96 -13.96 - 52.225 181.00 187.73 -6.73 - 52.250 203.00 194.41 8.59 - 52.275 236.00 204.36 31.64 - 52.300 232.00 221.89 10.11 - 52.325 335.00 258.31 76.69 - 52.350 428.00 336.33 91.67 - 52.375 600.00 482.83 117.17 - 52.400 826.00 699.82 126.18 - 52.425 1143.00 914.70 228.30 - 52.450 1282.00 970.38 311.62 - 52.475 1262.00 848.17 413.83 - 52.500 1070.00 683.19 386.81 - 52.525 962.00 523.70 438.30 - 52.550 964.00 388.58 575.42 - 52.575 871.00 296.82 574.18 - 52.600 886.00 243.50 642.50 - 52.625 728.00 215.52 512.48 - 52.650 557.00 201.12 355.88 - 52.675 468.00 193.01 274.99 - 52.700 370.00 187.83 182.17 - 52.725 267.00 184.22 82.78 - 52.750 235.00 181.62 53.38 - 52.775 203.00 179.74 23.26 - 52.800 187.00 178.41 8.59 - 52.825 181.00 177.51 3.49 - 52.850 188.00 176.98 11.02 - 52.875 189.00 176.79 12.21 - 52.900 166.00 176.95 -10.95 - 52.925 167.00 177.58 -10.58 - 52.950 175.00 179.04 -4.04 - 52.975 191.00 182.23 8.77 - 53.000 184.00 188.68 -4.68 - 53.025 181.00 199.54 -18.54 - 53.050 226.00 213.19 12.81 - 53.075 228.00 222.32 5.68 - 53.100 258.00 219.47 38.53 - 53.125 216.00 211.31 4.69 - 53.150 233.00 208.04 24.96 - 53.175 250.00 216.76 33.24 - 53.200 287.00 245.07 41.93 - 53.225 332.00 299.06 32.94 - 53.250 441.00 371.60 69.40 - 53.275 506.00 423.72 82.28 - 53.300 459.00 403.77 55.23 - 53.325 447.00 336.68 110.32 - 53.350 383.00 275.73 107.27 - 53.375 372.00 239.43 132.57 - 53.400 397.00 224.56 172.44 - 53.425 408.00 222.47 185.53 - 53.450 434.00 227.65 206.35 - 53.475 419.00 239.29 179.71 - 53.500 346.00 261.80 84.20 - 53.525 392.00 307.23 84.77 - 53.550 441.00 396.42 44.58 - 53.575 622.00 550.58 71.42 - 53.600 912.00 769.09 142.91 - 53.625 1096.00 996.29 99.71 - 53.650 1359.00 1188.44 170.56 - 53.675 1605.00 1365.33 239.67 - 53.700 1949.00 1426.00 523.00 - 53.725 1937.00 1369.09 567.91 - 53.750 1843.00 1347.17 495.83 - 53.775 2020.00 1298.08 721.92 - 53.800 1980.00 1067.04 912.96 - 53.825 1741.00 752.69 988.31 - 53.850 1467.00 504.90 962.10 - 53.875 1209.00 357.54 851.46 - 53.900 1080.00 283.69 796.31 - 53.925 998.00 247.91 750.09 - 53.950 719.00 228.28 490.72 - 53.975 548.00 215.59 332.41 - 54.000 393.00 206.52 186.48 - 54.025 314.00 199.71 114.29 - 54.050 277.00 194.51 82.49 - 54.075 248.00 190.36 57.64 - 54.100 204.00 187.06 16.94 - 54.125 179.00 184.38 -5.38 - 54.150 180.00 182.17 -2.17 - 54.175 168.00 180.34 -12.34 - 54.200 160.00 178.81 -18.81 - 54.225 170.00 177.52 -7.52 - 54.250 160.00 176.42 -16.42 - 54.275 184.00 175.48 8.52 - 54.300 179.00 174.68 4.32 - 54.325 164.00 173.99 -9.99 - 54.350 149.00 173.40 -24.40 - 54.375 156.00 172.89 -16.89 - 54.400 140.00 172.45 -32.45 - 54.425 161.00 172.08 -11.08 - 54.450 149.00 171.76 -22.76 - 54.475 134.00 171.49 -37.49 - 54.500 126.00 171.27 -45.27 - 54.525 143.00 171.09 -28.09 - 54.550 138.00 170.95 -32.95 - 54.575 142.00 170.84 -28.84 - 54.600 163.00 170.77 -7.77 - 54.625 131.00 170.73 -39.73 - 54.650 161.00 170.73 -9.73 - 54.675 131.00 170.76 -39.76 - 54.700 147.00 170.83 -23.83 - 54.725 150.00 170.92 -20.92 - 54.750 160.00 171.06 -11.06 - 54.775 128.00 171.24 -43.24 - 54.800 126.00 171.46 -45.46 - 54.825 128.00 171.73 -43.73 - 54.850 152.00 172.06 -20.06 - 54.875 134.00 172.45 -38.45 - 54.900 158.00 172.92 -14.92 - 54.925 135.00 173.47 -38.47 - 54.950 162.00 174.14 -12.14 - 54.975 157.00 174.94 -17.94 - 55.000 173.00 175.89 -2.89 - 55.025 156.00 177.04 -21.04 - 55.050 162.00 178.44 -16.44 - 55.075 158.00 180.19 -22.19 - 55.100 164.00 182.41 -18.41 - 55.125 155.00 185.27 -30.27 - 55.150 194.00 189.02 4.98 - 55.175 195.00 194.10 0.90 - 55.200 196.00 201.24 -5.24 - 55.225 253.00 212.18 40.82 - 55.250 262.00 231.90 30.10 - 55.275 350.00 274.41 75.59 - 55.300 464.00 368.14 95.86 - 55.325 665.00 544.11 120.89 - 55.350 937.00 790.07 146.93 - 55.375 1141.00 972.06 168.94 - 55.400 1055.00 893.51 161.49 - 55.425 834.00 651.00 183.00 - 55.450 657.00 438.93 218.07 - 55.475 648.00 313.25 334.75 - 55.500 638.00 254.66 383.34 - 55.525 752.00 230.49 521.51 - 55.550 672.00 221.48 450.52 - 55.575 543.00 222.26 320.74 - 55.600 404.00 236.77 167.23 - 55.625 370.00 274.75 95.25 - 55.650 386.00 341.57 44.43 - 55.675 469.00 416.91 52.09 - 55.700 560.00 435.60 124.40 - 55.725 465.00 372.29 92.71 - 55.750 360.00 293.21 66.79 - 55.775 285.00 238.29 46.71 - 55.800 276.00 209.59 66.41 - 55.825 355.00 196.61 158.39 - 55.850 364.00 190.51 173.49 - 55.875 291.00 187.12 103.88 - 55.900 228.00 184.97 43.03 - 55.925 190.00 183.56 6.44 - 55.950 194.00 182.64 11.36 - 55.975 195.00 182.10 12.90 - 56.000 180.00 181.85 -1.85 - 56.025 163.00 181.84 -18.84 - 56.050 154.00 182.05 -28.05 - 56.075 156.00 182.47 -26.47 - 56.100 184.00 183.09 0.91 - 56.125 181.00 183.93 -2.93 - 56.150 152.00 185.01 -33.01 - 56.175 176.00 186.35 -10.35 - 56.200 177.00 188.01 -11.01 - 56.225 160.00 190.07 -30.07 - 56.250 178.00 192.60 -14.60 - 56.275 185.00 195.75 -10.75 - 56.300 175.00 199.73 -24.73 - 56.325 206.00 204.77 1.23 - 56.350 214.00 211.51 2.49 - 56.375 244.00 220.82 23.18 - 56.400 255.00 235.12 19.88 - 56.425 254.00 261.09 -7.09 - 56.450 373.00 313.87 59.13 - 56.475 514.00 413.68 100.32 - 56.500 623.00 563.39 59.61 - 56.525 827.00 702.95 124.05 - 56.550 875.00 717.44 157.56 - 56.575 884.00 664.55 219.45 - 56.600 951.00 725.05 225.95 - 56.625 1181.00 1021.14 159.86 - 56.650 1887.00 1556.41 330.59 - 56.675 2582.00 2056.43 525.57 - 56.700 2875.00 1972.07 902.93 - 56.725 2303.00 1399.83 903.17 - 56.750 1613.00 864.76 748.24 - 56.775 1270.00 542.25 727.75 - 56.800 1312.00 390.67 921.33 - 56.825 1510.00 326.48 1183.52 - 56.850 1599.00 298.22 1300.78 - 56.875 1288.00 286.11 1001.89 - 56.900 890.00 284.86 605.14 - 56.925 794.00 295.72 498.28 - 56.950 643.00 329.01 313.99 - 56.975 683.00 415.15 267.85 - 57.000 884.00 609.38 274.62 - 57.025 1207.00 952.69 254.31 - 57.050 1571.00 1359.77 211.23 - 57.075 1762.00 1493.62 268.38 - 57.100 1506.00 1201.44 304.56 - 57.125 1186.00 828.53 357.47 - 57.150 969.00 555.37 413.63 - 57.175 975.00 391.10 583.90 - 57.200 1015.00 304.62 710.38 - 57.225 1048.00 260.18 787.82 - 57.250 938.00 236.00 702.00 - 57.275 733.00 221.40 511.60 - 57.300 494.00 211.58 282.42 - 57.325 392.00 204.46 187.54 - 57.350 292.00 199.07 92.93 - 57.375 276.00 194.89 81.11 - 57.400 254.00 191.57 62.43 - 57.425 229.00 188.89 40.11 - 57.450 216.00 186.69 29.31 - 57.475 203.00 184.87 18.13 - 57.500 194.00 183.34 10.66 - 57.525 189.00 182.05 6.95 - 57.550 192.00 180.94 11.06 - 57.575 181.00 180.00 1.00 - 57.600 191.00 179.18 11.82 - 57.625 163.00 178.47 -15.47 - 57.650 175.00 177.88 -2.88 - 57.675 186.00 177.35 8.65 - 57.700 149.00 176.88 -27.88 - 57.725 175.00 176.48 -1.48 - 57.750 142.00 176.29 -34.29 - 57.775 180.00 175.95 4.05 - 57.800 136.00 175.70 -39.70 - 57.825 151.00 175.47 -24.47 - 57.850 177.00 175.30 1.70 - 57.875 156.00 175.16 -19.16 - 57.900 159.00 175.05 -16.05 - 57.925 174.00 174.98 -0.98 - 57.950 148.00 174.94 -26.94 - 57.975 147.00 174.93 -27.93 - 58.000 141.00 174.96 -33.96 - 58.025 145.00 175.03 -30.03 - 58.050 156.00 175.14 -19.14 - 58.075 144.00 175.30 -31.30 - 58.100 149.00 175.51 -26.51 - 58.125 145.00 175.78 -30.78 - 58.150 127.00 176.12 -49.12 - 58.175 143.00 176.55 -33.55 - 58.200 159.00 177.09 -18.09 - 58.225 129.00 177.77 -48.77 - 58.250 161.00 178.64 -17.64 - 58.275 138.00 179.77 -41.77 - 58.300 145.00 181.27 -36.27 - 58.325 165.00 183.38 -18.38 - 58.350 172.00 186.75 -14.75 - 58.375 184.00 193.19 -9.19 - 58.400 217.00 206.44 10.56 - 58.425 266.00 230.34 35.66 - 58.450 272.00 261.50 10.50 - 58.475 313.00 277.75 35.25 - 58.500 288.00 262.91 25.09 - 58.525 275.00 242.59 32.41 - 58.550 321.00 235.72 85.28 - 58.575 323.00 249.11 73.89 - 58.600 439.00 296.38 142.62 - 58.625 573.00 407.82 165.18 - 58.650 743.00 607.99 135.01 - 58.675 906.00 839.95 66.05 - 58.700 960.00 883.43 76.57 - 58.725 812.00 677.76 134.24 - 58.750 566.00 455.49 110.51 - 58.775 541.00 318.21 222.79 - 58.800 535.00 254.12 280.88 - 58.825 554.00 228.47 325.53 - 58.850 567.00 221.06 345.94 - 58.875 599.00 225.73 373.27 - 58.900 473.00 238.58 234.42 - 58.925 359.00 245.21 113.79 - 58.950 290.00 230.91 59.09 - 58.975 254.00 209.95 44.05 - 59.000 189.00 195.08 -6.08 - 59.025 184.00 187.04 -3.04 - 59.050 196.00 183.02 12.98 - 59.075 210.00 180.77 29.23 - 59.100 190.00 179.25 10.75 - 59.125 179.00 178.14 0.86 - 59.150 148.00 177.35 -29.35 - 59.175 160.00 176.67 -16.67 - 59.200 147.00 176.13 -29.13 - 59.225 122.00 175.69 -53.69 - 59.250 148.00 175.33 -27.33 - 59.275 141.00 175.04 -34.04 - 59.300 140.00 174.81 -34.81 - 59.325 142.00 174.62 -32.62 - 59.350 114.00 174.48 -60.48 - 59.375 150.00 174.38 -24.38 - 59.400 151.00 174.34 -23.34 - 59.425 132.00 174.32 -42.32 - 59.450 153.00 174.33 -21.33 - 59.475 140.00 174.39 -34.39 - 59.500 118.00 174.49 -56.49 - 59.525 128.00 174.65 -46.65 - 59.550 140.00 174.88 -34.88 - 59.575 136.00 175.19 -39.19 - 59.600 122.00 175.61 -53.61 - 59.625 130.00 176.19 -46.19 - 59.650 135.00 176.98 -41.98 - 59.675 133.00 178.09 -45.09 - 59.700 165.00 179.71 -14.71 - 59.725 160.00 182.23 -22.23 - 59.750 163.00 186.76 -23.76 - 59.775 166.00 196.71 -30.71 - 59.800 190.00 219.52 -29.52 - 59.825 264.00 263.37 0.63 - 59.850 331.00 321.11 9.89 - 59.875 334.00 343.16 -9.16 - 59.900 297.00 298.34 -1.34 - 59.925 215.00 243.17 -28.17 - 59.950 205.00 208.32 -3.32 - 59.975 212.00 191.83 20.17 - 60.000 268.00 184.74 83.26 - 60.025 226.00 181.27 44.73 - 60.050 256.00 179.22 76.78 - 60.075 199.00 177.87 21.13 - 60.100 165.00 176.93 -11.93 - 60.125 148.00 176.27 -28.27 - 60.150 159.00 175.80 -16.80 - 60.175 132.00 175.46 -43.46 - 60.200 154.00 175.23 -21.23 - 60.225 139.00 175.08 -36.08 - 60.250 121.00 174.99 -53.99 - 60.275 144.00 174.97 -30.97 - 60.300 131.00 175.01 -44.01 - 60.325 136.00 175.10 -39.10 - 60.350 139.00 175.27 -36.27 - 60.375 120.00 175.51 -55.51 - 60.400 129.00 175.80 -46.80 - 60.425 130.00 176.28 -46.28 - 60.450 143.00 176.96 -33.96 - 60.475 127.00 177.94 -50.94 - 60.500 150.00 179.42 -29.42 - 60.525 156.00 181.97 -25.97 - 60.550 154.00 187.30 -33.30 - 60.575 153.00 199.83 -46.83 - 60.600 162.00 225.14 -63.14 - 60.625 208.00 262.12 -54.12 - 60.650 247.00 283.11 -36.11 - 60.675 207.00 258.69 -51.69 - 60.700 192.00 222.33 -30.33 - 60.725 179.00 198.55 -19.55 - 60.750 148.00 187.20 -39.20 - 60.775 154.00 182.39 -28.39 - 60.800 204.00 180.11 23.89 - 60.825 186.00 178.81 7.19 - 60.850 208.00 177.99 30.01 - 60.875 175.00 177.46 -2.46 - 60.900 141.00 177.11 -36.11 - 60.925 111.00 176.89 -65.89 - 60.950 124.00 176.76 -52.76 - 60.975 132.00 176.70 -44.70 - 61.000 127.00 176.70 -49.70 - 61.025 125.00 176.75 -51.75 - 61.050 124.00 176.83 -52.83 - 61.075 147.00 176.95 -29.95 - 61.100 143.00 177.10 -34.10 - 61.125 135.00 177.28 -42.28 - 61.150 136.00 177.50 -41.50 - 61.175 143.00 177.74 -34.74 - 61.200 145.00 178.02 -33.02 - 61.225 143.00 178.33 -35.33 - 61.250 148.00 178.75 -30.75 - 61.275 151.00 179.15 -28.15 - 61.300 139.00 179.59 -40.59 - 61.325 142.00 180.09 -38.09 - 61.350 135.00 180.65 -45.65 - 61.375 161.00 181.28 -20.28 - 61.400 143.00 182.01 -39.01 - 61.425 139.00 182.82 -43.82 - 61.450 136.00 183.81 -47.81 - 61.475 158.00 185.02 -27.02 - 61.500 164.00 186.64 -22.64 - 61.525 167.00 189.12 -22.12 - 61.550 165.00 193.01 -28.01 - 61.575 181.00 197.99 -16.99 - 61.600 147.00 201.56 -54.56 - 61.625 160.00 201.74 -41.74 - 61.650 195.00 201.33 -6.33 - 61.675 209.00 202.65 6.35 - 61.700 190.00 205.93 -15.93 - 61.725 226.00 210.91 15.09 - 61.750 195.00 217.67 -22.67 - 61.775 241.00 226.73 14.27 - 61.800 278.00 239.13 38.87 - 61.825 302.00 256.96 45.04 - 61.850 344.00 285.32 58.68 - 61.875 427.00 337.26 89.74 - 61.900 563.00 436.91 126.09 - 61.925 789.00 607.31 181.69 - 61.950 990.00 829.14 160.86 - 61.975 1317.00 1077.26 239.74 - 62.000 1792.00 1563.28 228.72 - 62.025 2342.00 2323.11 18.89 - 62.050 2479.00 2587.51 -108.51 - 62.075 2083.00 1869.51 213.49 - 62.100 1541.00 1087.62 453.38 - 62.125 1233.00 634.97 598.03 - 62.150 1186.00 432.19 753.81 - 62.175 1301.00 343.46 957.54 - 62.200 1408.00 297.06 1110.94 - 62.225 1348.00 268.26 1079.74 - 62.250 1086.00 248.84 837.16 - 62.275 761.00 235.20 525.80 - 62.300 509.00 225.38 283.62 - 62.325 405.00 218.24 186.76 - 62.350 349.00 213.09 135.91 - 62.375 309.00 209.56 99.44 - 62.400 273.00 207.59 65.41 - 62.425 269.00 207.59 61.41 - 62.450 244.00 211.37 32.63 - 62.475 252.00 223.35 28.65 - 62.500 286.00 248.79 37.21 - 62.525 309.00 283.11 25.89 - 62.550 289.00 296.59 -7.59 - 62.575 316.00 289.06 26.94 - 62.600 317.00 278.48 38.52 - 62.625 259.00 250.24 8.76 - 62.650 228.00 221.75 6.25 - 62.675 223.00 204.83 18.17 - 62.700 259.00 196.76 62.24 - 62.725 237.00 192.98 44.02 - 62.750 212.00 190.96 21.04 - 62.775 212.00 189.77 22.23 - 62.800 201.00 189.21 11.79 - 62.825 184.00 188.90 -4.90 - 62.850 201.00 188.89 12.11 - 62.875 170.00 189.15 -19.15 - 62.900 165.00 189.68 -24.68 - 62.925 182.00 190.51 -8.51 - 62.950 182.00 191.68 -9.68 - 62.975 183.00 193.26 -10.26 - 63.000 199.00 195.37 3.63 - 63.025 200.00 198.17 1.83 - 63.050 208.00 201.94 6.06 - 63.075 190.00 207.11 -17.11 - 63.100 185.00 214.35 -29.35 - 63.125 230.00 224.86 5.14 - 63.150 275.00 241.02 33.98 - 63.175 352.00 268.86 83.14 - 63.200 448.00 327.61 120.39 - 63.225 647.00 466.43 180.57 - 63.250 956.00 752.51 203.49 - 63.275 1241.00 1145.33 95.67 - 63.300 1280.00 1237.12 42.88 - 63.325 1063.00 880.90 182.10 - 63.350 730.00 546.18 183.82 - 63.375 559.00 369.59 189.41 - 63.400 576.00 297.59 278.41 - 63.425 678.00 273.33 404.67 - 63.450 833.00 278.23 554.77 - 63.475 919.00 319.19 599.81 - 63.500 838.00 398.03 439.97 - 63.525 736.00 449.67 286.33 - 63.550 578.00 385.28 192.72 - 63.575 449.00 295.96 153.04 - 63.600 352.00 241.98 110.02 - 63.625 332.00 217.12 114.88 - 63.650 306.00 205.81 100.19 - 63.675 308.00 199.60 108.40 - 63.700 321.00 195.59 125.41 - 63.725 300.00 192.81 107.19 - 63.750 245.00 190.79 54.21 - 63.775 216.00 189.30 26.70 - 63.800 201.00 188.19 12.81 - 63.825 182.00 187.36 -5.36 - 63.850 162.00 186.76 -24.76 - 63.875 147.00 186.32 -39.32 - 63.900 163.00 186.03 -23.03 - 63.925 193.00 185.87 7.13 - 63.950 149.00 185.83 -36.83 - 63.975 171.00 185.90 -14.90 - 64.000 166.00 186.10 -20.10 - 64.025 202.00 186.39 15.61 - 64.050 155.00 186.80 -31.80 - 64.075 141.00 187.35 -46.35 - 64.100 162.00 188.04 -26.04 - 64.125 155.00 188.91 -33.91 - 64.150 166.00 189.98 -23.98 - 64.175 190.00 191.29 -1.29 - 64.200 174.00 192.91 -18.91 - 64.225 189.00 194.92 -5.92 - 64.250 211.00 197.43 13.57 - 64.275 169.00 200.60 -31.60 - 64.300 195.00 204.67 -9.67 - 64.325 197.00 209.99 -12.99 - 64.350 235.00 217.11 17.89 - 64.375 250.00 226.92 23.08 - 64.400 286.00 240.89 45.11 - 64.425 344.00 261.78 82.22 - 64.450 394.00 295.50 98.50 - 64.475 561.00 359.54 201.46 - 64.500 722.00 507.11 214.89 - 64.525 930.00 846.71 83.29 - 64.550 1317.00 1441.99 -124.99 - 64.575 1481.00 1885.25 -404.25 - 64.600 1358.00 1481.48 -123.48 - 64.625 1037.00 876.42 160.58 - 64.650 813.00 522.06 290.94 - 64.675 746.00 366.99 379.01 - 64.700 717.00 300.56 416.44 - 64.725 877.00 266.27 610.73 - 64.750 916.00 245.48 670.52 - 64.775 896.00 231.90 664.10 - 64.800 663.00 222.73 440.27 - 64.825 502.00 216.54 285.46 - 64.850 396.00 212.32 183.68 - 64.875 302.00 209.63 92.37 - 64.900 255.00 208.22 46.78 - 64.925 280.00 207.97 72.03 - 64.950 238.00 208.99 29.01 - 64.975 238.00 211.35 26.65 - 65.000 233.00 215.55 17.45 - 65.025 267.00 222.41 44.59 - 65.050 258.00 233.50 24.50 - 65.075 267.00 252.32 14.68 - 65.100 346.00 289.34 56.66 - 65.125 468.00 376.48 91.52 - 65.150 667.00 577.46 89.54 - 65.175 897.00 920.71 -23.71 - 65.200 976.00 1127.74 -151.74 - 65.225 870.00 854.98 15.02 - 65.250 617.00 529.98 87.02 - 65.275 478.00 353.04 124.96 - 65.300 483.00 277.63 205.37 - 65.325 485.00 244.37 240.63 - 65.350 541.00 226.39 314.61 - 65.375 636.00 215.16 420.84 - 65.400 625.00 207.65 417.35 - 65.425 465.00 202.43 262.57 - 65.450 354.00 198.74 155.26 - 65.475 276.00 196.21 79.79 - 65.500 231.00 194.84 36.16 - 65.525 232.00 194.90 37.10 - 65.550 190.00 195.96 -5.96 - 65.575 216.00 195.02 20.98 - 65.600 192.00 191.89 0.11 - 65.625 191.00 189.53 1.47 - 65.650 172.00 188.27 -16.27 - 65.675 178.00 187.64 -9.64 - 65.700 212.00 187.32 24.68 - 65.725 172.00 187.21 -15.21 - 65.750 174.00 187.28 -13.28 - 65.775 183.00 187.53 -4.53 - 65.800 142.00 187.99 -45.99 - 65.825 176.00 188.72 -12.72 - 65.850 174.00 189.86 -15.86 - 65.875 159.00 191.65 -32.65 - 65.900 196.00 194.78 1.22 - 65.925 194.00 201.39 -7.39 - 65.950 202.00 216.71 -14.71 - 65.975 246.00 246.22 -0.22 - 66.000 258.00 274.77 -16.77 - 66.025 272.00 258.95 13.05 - 66.050 227.00 227.88 -0.88 - 66.075 206.00 210.46 -4.46 - 66.100 220.00 204.23 15.77 - 66.125 234.00 203.09 30.91 - 66.150 235.00 204.34 30.66 - 66.175 252.00 207.31 44.69 - 66.200 241.00 212.26 28.74 - 66.225 246.00 219.88 26.12 - 66.250 280.00 232.08 47.92 - 66.275 326.00 254.22 71.78 - 66.300 391.00 303.09 87.91 - 66.325 456.00 415.16 40.84 - 66.350 640.00 613.31 26.69 - 66.375 670.00 738.56 -68.56 - 66.400 639.00 585.93 53.07 - 66.425 521.00 419.30 101.70 - 66.450 515.00 345.99 169.01 - 66.475 493.00 338.68 154.32 - 66.500 632.00 380.16 251.84 - 66.525 854.00 505.73 348.27 - 66.550 1153.00 817.61 335.39 - 66.575 1468.00 1379.61 88.39 - 66.600 1384.00 1708.69 -324.69 - 66.625 1196.00 1222.81 -26.81 - 66.650 879.00 706.68 172.32 - 66.675 770.00 444.83 325.17 - 66.700 660.00 335.78 324.22 - 66.725 705.00 286.19 418.81 - 66.750 773.00 258.77 514.23 - 66.775 815.00 241.77 573.23 - 66.800 766.00 230.71 535.29 - 66.825 626.00 223.39 402.61 - 66.850 469.00 218.62 250.38 - 66.875 409.00 215.73 193.27 - 66.900 338.00 214.39 123.61 - 66.925 280.00 214.47 65.53 - 66.950 267.00 216.03 50.97 - 66.975 303.00 219.38 83.62 - 67.000 290.00 225.11 64.89 - 67.025 315.00 234.40 80.60 - 67.050 308.00 249.51 58.49 - 67.075 375.00 275.57 99.43 - 67.100 471.00 327.90 143.10 - 67.125 637.00 452.94 184.06 - 67.150 830.00 738.43 91.57 - 67.175 1073.00 1177.29 -104.29 - 67.200 1024.00 1229.34 -205.34 - 67.225 833.00 797.78 35.22 - 67.250 639.00 482.58 156.42 - 67.275 528.00 339.84 188.16 - 67.300 502.00 280.96 221.04 - 67.325 569.00 252.74 316.26 - 67.350 667.00 237.08 429.92 - 67.375 732.00 228.29 503.71 - 67.400 600.00 224.32 375.68 - 67.425 516.00 225.11 290.89 - 67.450 444.00 233.80 210.20 - 67.475 417.00 260.70 156.30 - 67.500 430.00 321.48 108.52 - 67.525 431.00 393.13 37.87 - 67.550 409.00 363.09 45.91 - 67.575 399.00 290.93 108.07 - 67.600 319.00 257.43 61.57 - 67.625 289.00 264.80 24.20 - 67.650 333.00 309.93 23.07 - 67.675 368.00 354.92 13.08 - 67.700 368.00 313.05 54.95 - 67.725 375.00 253.88 121.12 - 67.750 332.00 222.72 109.28 - 67.775 257.00 209.63 47.37 - 67.800 253.00 203.80 49.20 - 67.825 244.00 200.80 43.20 - 67.850 250.00 199.25 50.75 - 67.875 251.00 198.61 52.39 - 67.900 239.00 198.67 40.33 - 67.925 260.00 199.29 60.71 - 67.950 202.00 200.47 1.53 - 67.975 234.00 202.28 31.72 - 68.000 236.00 204.85 31.15 - 68.025 222.00 208.41 13.59 - 68.050 268.00 213.37 54.63 - 68.075 246.00 220.48 25.52 - 68.100 261.00 231.41 29.59 - 68.125 301.00 249.89 51.11 - 68.150 352.00 281.90 70.10 - 68.175 434.00 327.98 106.02 - 68.200 507.00 391.27 115.73 - 68.225 687.00 549.52 137.48 - 68.250 891.00 876.58 14.42 - 68.275 929.00 1118.37 -189.37 - 68.300 869.00 848.16 20.84 - 68.325 744.00 573.45 170.55 - 68.350 766.00 489.74 276.26 - 68.375 883.00 579.75 303.25 - 68.400 1213.00 858.57 354.43 - 68.425 1390.00 1128.07 261.93 - 68.450 1383.00 921.20 461.80 - 68.475 1276.00 702.81 573.19 - 68.500 1228.00 760.37 467.63 - 68.525 1172.00 983.72 188.28 - 68.550 1129.00 869.35 259.65 - 68.575 970.00 555.99 414.01 - 68.600 905.00 374.76 530.24 - 68.625 839.00 295.81 543.19 - 68.650 745.00 259.31 485.69 - 68.675 632.00 238.82 393.18 - 68.700 628.00 225.78 402.22 - 68.725 600.00 216.88 383.12 - 68.750 552.00 210.55 341.45 - 68.775 393.00 205.88 187.12 - 68.800 307.00 202.35 104.65 - 68.825 265.00 199.63 65.37 - 68.850 275.00 197.50 77.50 - 68.875 215.00 195.83 19.17 - 68.900 233.00 194.52 38.48 - 68.925 208.00 193.50 14.50 - 68.950 186.00 192.72 -6.72 - 68.975 180.00 192.15 -12.15 - 69.000 200.00 191.76 8.24 - 69.025 182.00 191.55 -9.55 - 69.050 178.00 191.50 -13.50 - 69.075 170.00 191.63 -21.63 - 69.100 180.00 191.99 -11.99 - 69.125 177.00 192.52 -15.52 - 69.150 190.00 193.33 -3.33 - 69.175 173.00 194.43 -21.43 - 69.200 203.00 196.14 6.86 - 69.225 200.00 198.88 1.12 - 69.250 185.00 204.00 -19.00 - 69.275 218.00 214.26 3.74 - 69.300 207.00 229.04 -22.04 - 69.325 244.00 230.29 13.71 - 69.350 220.00 223.03 -3.03 - 69.375 243.00 222.81 20.19 - 69.400 266.00 229.50 36.50 - 69.425 280.00 242.59 37.41 - 69.450 324.00 264.94 59.06 - 69.475 394.00 306.23 87.77 - 69.500 567.00 397.18 169.82 - 69.525 690.00 612.60 77.40 - 69.550 853.00 1000.14 -147.14 - 69.575 934.00 1118.22 -184.22 - 69.600 815.00 805.97 9.03 - 69.625 877.00 697.67 179.33 - 69.650 894.00 843.49 50.51 - 69.675 888.00 827.61 60.39 - 69.700 744.00 549.91 194.09 - 69.725 665.00 374.50 290.50 - 69.750 674.00 298.94 375.06 - 69.775 693.00 266.31 426.69 - 69.800 634.00 250.25 383.75 - 69.825 583.00 242.83 340.17 - 69.850 589.00 241.30 347.70 - 69.875 572.00 245.33 326.67 - 69.900 455.00 256.72 198.28 - 69.925 501.00 280.12 220.88 - 69.950 497.00 329.67 167.33 - 69.975 637.00 450.20 186.80 - 70.000 833.00 737.34 95.66 - 70.025 1120.00 1164.76 -44.76 - 70.050 968.00 1050.71 -82.71 - 70.075 776.00 625.31 150.69 - 70.100 526.00 396.28 129.72 - 70.125 397.00 302.00 95.00 - 70.150 372.00 259.69 112.31 - 70.175 472.00 236.77 235.23 - 70.200 548.00 222.75 325.25 - 70.225 682.00 213.62 468.38 - 70.250 632.00 207.38 424.62 - 70.275 479.00 202.97 276.03 - 70.300 341.00 199.80 141.20 - 70.325 304.00 197.50 106.50 - 70.350 211.00 195.85 15.15 - 70.375 213.00 194.74 18.26 - 70.400 199.00 193.96 5.04 - 70.425 185.00 193.74 -8.74 - 70.450 190.00 193.99 -3.99 - 70.475 194.00 194.84 -0.84 - 70.500 183.00 196.43 -13.43 - 70.525 193.00 199.19 -6.19 - 70.550 204.00 203.96 0.04 - 70.575 201.00 212.84 -11.84 - 70.600 264.00 231.85 32.15 - 70.625 298.00 278.00 20.00 - 70.650 373.00 371.58 1.42 - 70.675 364.00 418.35 -54.35 - 70.700 306.00 325.99 -19.99 - 70.725 270.00 259.55 10.45 - 70.750 271.00 234.88 36.12 - 70.775 259.00 230.12 28.88 - 70.800 298.00 236.85 61.15 - 70.825 371.00 258.04 112.96 - 70.850 433.00 312.25 120.75 - 70.875 565.00 445.40 119.60 - 70.900 625.00 667.64 -42.64 - 70.925 581.00 671.39 -90.39 - 70.950 460.00 441.18 18.82 - 70.975 365.00 307.46 57.54 - 71.000 291.00 252.96 38.04 - 71.025 270.00 229.88 40.12 - 71.050 311.00 219.15 91.85 - 71.075 317.00 215.14 101.86 - 71.100 411.00 216.87 194.13 - 71.125 435.00 227.38 207.62 - 71.150 426.00 258.67 167.33 - 71.175 481.00 334.53 146.47 - 71.200 415.00 414.85 0.15 - 71.225 358.00 341.24 16.76 - 71.250 268.00 258.04 9.96 - 71.275 245.00 220.55 24.45 - 71.300 239.00 204.78 34.22 - 71.325 204.00 196.92 7.08 - 71.350 246.00 192.32 53.68 - 71.375 236.00 189.35 46.65 - 71.400 272.00 187.33 84.67 - 71.425 241.00 185.88 55.12 - 71.450 203.00 184.83 18.17 - 71.475 182.00 184.00 -2.00 - 71.500 189.00 183.36 5.64 - 71.525 163.00 182.84 -19.84 - 71.550 165.00 182.44 -17.44 - 71.575 161.00 182.11 -21.11 - 71.600 145.00 181.85 -36.85 - 71.625 149.00 181.70 -32.70 - 71.650 163.00 181.55 -18.55 - 71.675 166.00 181.44 -15.44 - 71.700 138.00 181.37 -43.37 - 71.725 141.00 181.34 -40.34 - 71.750 158.00 181.37 -23.37 - 71.775 145.00 181.44 -36.44 - 71.800 131.00 181.58 -50.58 - 71.825 135.00 181.79 -46.79 - 71.850 147.00 182.12 -35.12 - 71.875 133.00 182.60 -49.60 - 71.900 140.00 183.29 -43.29 - 71.925 144.00 184.54 -40.54 - 71.950 155.00 186.90 -31.90 - 71.975 157.00 192.13 -35.13 - 72.000 196.00 203.28 -7.28 - 72.025 193.00 213.07 -20.07 - 72.050 175.00 210.19 -35.19 - 72.075 172.00 201.02 -29.02 - 72.100 174.00 194.84 -20.84 - 72.125 148.00 193.87 -45.87 - 72.150 164.00 196.04 -32.04 - 72.175 177.00 201.28 -24.28 - 72.200 183.00 211.33 -28.33 - 72.225 250.00 231.98 18.02 - 72.250 310.00 281.12 28.88 - 72.275 439.00 398.54 40.46 - 72.300 401.00 535.38 -134.38 - 72.325 356.00 420.10 -64.10 - 72.350 276.00 291.07 -15.07 - 72.375 178.00 235.47 -57.47 - 72.400 216.00 212.24 3.76 - 72.425 209.00 200.79 8.21 - 72.450 222.00 194.29 27.71 - 72.475 263.00 190.29 72.71 - 72.500 281.00 187.65 93.35 - 72.525 270.00 185.84 84.16 - 72.550 217.00 184.56 32.44 - 72.575 181.00 183.66 -2.66 - 72.600 183.00 183.04 -0.04 - 72.625 174.00 182.70 -8.70 - 72.650 171.00 182.79 -11.79 - 72.675 151.00 183.72 -32.72 - 72.700 142.00 185.01 -43.01 - 72.725 130.00 183.56 -53.56 - 72.750 147.00 181.99 -34.99 - 72.775 146.00 181.26 -35.26 - 72.800 148.00 180.93 -32.93 - 72.825 124.00 180.76 -56.76 - 72.850 129.00 180.67 -51.67 - 72.875 128.00 180.63 -52.63 - 72.900 135.00 180.68 -45.68 - 72.925 143.00 180.72 -37.72 - 72.950 135.00 180.79 -45.79 - 72.975 145.00 180.90 -35.90 - 73.000 134.00 181.03 -47.03 - 73.025 131.00 181.21 -50.21 - 73.050 154.00 181.42 -27.42 - 73.075 135.00 181.59 -46.59 - 73.100 139.00 181.89 -42.89 - 73.125 155.00 182.27 -27.27 - 73.150 143.00 182.64 -39.64 - 73.175 151.00 183.16 -32.16 - 73.200 154.00 183.77 -29.77 - 73.225 160.00 184.52 -24.52 - 73.250 141.00 185.42 -44.42 - 73.275 160.00 186.55 -26.55 - 73.300 155.00 187.97 -32.97 - 73.325 171.00 189.78 -18.78 - 73.350 166.00 192.16 -26.16 - 73.375 159.00 195.36 -36.36 - 73.400 187.00 199.87 -12.87 - 73.425 205.00 206.60 -1.60 - 73.450 212.00 217.08 -5.08 - 73.475 230.00 235.34 -5.34 - 73.500 313.00 272.79 40.21 - 73.525 346.00 357.40 -11.40 - 73.550 402.00 476.06 -74.06 - 73.575 511.00 453.62 57.38 - 73.600 535.00 488.38 46.62 - 73.625 696.00 735.72 -39.72 - 73.650 717.00 996.36 -279.36 - 73.675 624.00 668.45 -44.45 - 73.700 520.00 408.16 111.84 - 73.725 421.00 301.20 119.80 - 73.750 399.00 254.25 144.75 - 73.775 344.00 230.07 113.93 - 73.800 380.00 216.09 163.91 - 73.825 468.00 207.38 260.62 - 73.850 482.00 201.66 280.34 - 73.875 453.00 197.79 255.21 - 73.900 373.00 195.13 177.87 - 73.925 267.00 193.33 73.67 - 73.950 229.00 192.23 36.77 - 73.975 209.00 191.64 17.36 - 74.000 176.00 191.60 -15.60 - 74.025 193.00 192.16 0.84 - 74.050 210.00 193.50 16.50 - 74.075 179.00 196.09 -17.09 - 74.100 173.00 200.88 -27.88 - 74.125 207.00 210.31 -3.31 - 74.150 225.00 231.35 -6.35 - 74.175 265.00 283.39 -18.39 - 74.200 315.00 364.93 -49.93 - 74.225 289.00 316.79 -27.79 - 74.250 229.00 249.05 -20.05 - 74.275 197.00 222.27 -25.27 - 74.300 204.00 213.23 -9.23 - 74.325 221.00 212.18 8.82 - 74.350 249.00 217.02 31.98 - 74.375 258.00 230.03 27.97 - 74.400 290.00 260.65 29.35 - 74.425 401.00 337.01 63.99 - 74.450 434.00 466.34 -32.34 - 74.475 421.00 407.15 13.85 - 74.500 368.00 309.11 58.89 - 74.525 358.00 282.42 75.58 - 74.550 396.00 301.37 94.63 - 74.575 462.00 381.58 80.42 - 74.600 547.00 593.30 -46.30 - 74.625 580.00 745.17 -165.17 - 74.650 497.00 486.42 10.58 - 74.675 442.00 326.01 115.99 - 74.700 397.00 261.34 135.66 - 74.725 313.00 232.08 80.92 - 74.750 316.00 217.00 99.00 - 74.775 296.00 208.61 87.39 - 74.800 341.00 203.91 137.09 - 74.825 355.00 201.63 153.37 - 74.850 373.00 201.35 171.65 - 74.875 333.00 203.26 129.74 - 74.900 274.00 208.39 65.61 - 74.925 262.00 219.62 42.38 - 74.950 290.00 244.96 45.04 - 74.975 329.00 308.38 20.62 - 75.000 333.00 440.22 -107.22 - 75.025 356.00 418.82 -62.82 - 75.050 280.00 293.07 -13.07 - 75.075 237.00 237.50 -0.50 - 75.100 214.00 214.40 -0.40 - 75.125 238.00 203.39 34.61 - 75.150 243.00 197.74 45.26 - 75.175 204.00 194.50 9.50 - 75.200 239.00 192.78 46.22 - 75.225 255.00 192.09 62.91 - 75.250 249.00 192.28 56.72 - 75.275 226.00 193.40 32.60 - 75.300 191.00 195.74 -4.74 - 75.325 222.00 200.02 21.98 - 75.350 193.00 207.86 -14.86 - 75.375 236.00 223.28 12.72 - 75.400 264.00 257.54 6.46 - 75.425 308.00 342.87 -34.87 - 75.450 340.00 480.42 -140.42 - 75.475 330.00 395.04 -65.04 - 75.500 282.00 279.94 2.06 - 75.525 229.00 232.73 -3.73 - 75.550 235.00 212.64 22.36 - 75.575 204.00 202.90 1.10 - 75.600 203.00 197.79 5.21 - 75.625 252.00 195.09 56.91 - 75.650 249.00 193.87 55.13 - 75.675 232.00 193.77 38.23 - 75.700 222.00 194.70 27.30 - 75.725 217.00 196.87 20.13 - 75.750 226.00 200.84 25.16 - 75.775 222.00 207.92 14.08 - 75.800 238.00 221.25 16.75 - 75.825 265.00 249.18 15.82 - 75.850 341.00 316.21 24.79 - 75.875 339.00 464.35 -125.35 - 75.900 338.00 480.31 -142.31 - 75.925 302.00 328.77 -26.77 - 75.950 275.00 257.33 17.67 - 75.975 242.00 229.54 12.46 - 76.000 218.00 218.79 -0.79 - 76.025 232.00 216.95 15.05 - 76.050 297.00 223.27 73.73 - 76.075 360.00 243.79 116.21 - 76.100 399.00 298.83 100.17 - 76.125 423.00 380.64 42.36 - 76.150 365.00 320.64 44.36 - 76.175 273.00 254.28 18.72 - 76.200 254.00 229.04 24.96 - 76.225 262.00 220.85 41.15 - 76.250 216.00 220.67 -4.67 - 76.275 316.00 226.39 89.61 - 76.300 339.00 239.11 99.89 - 76.325 402.00 263.47 138.53 - 76.350 509.00 312.04 196.96 - 76.375 598.00 420.41 177.59 - 76.400 700.00 689.70 10.30 - 76.425 742.00 1109.05 -367.05 - 76.450 619.00 833.46 -214.46 - 76.475 470.00 481.26 -11.26 - 76.500 398.00 335.72 62.28 - 76.525 379.00 272.61 106.39 - 76.550 352.00 241.07 110.93 - 76.575 351.00 223.45 127.55 - 76.600 379.00 212.78 166.22 - 76.625 443.00 205.98 237.02 - 76.650 466.00 201.50 264.50 - 76.675 438.00 198.60 239.40 - 76.700 357.00 196.85 160.15 - 76.725 289.00 196.03 92.97 - 76.750 258.00 196.04 61.96 - 76.775 233.00 197.19 35.81 - 76.800 216.00 199.72 16.28 - 76.825 241.00 204.50 36.50 - 76.850 235.00 213.41 21.59 - 76.875 277.00 231.12 45.88 - 76.900 309.00 270.61 38.39 - 76.925 358.00 368.41 -10.41 - 76.950 356.00 519.33 -163.33 - 76.975 323.00 419.61 -96.61 - 77.000 273.00 292.76 -19.76 - 77.025 243.00 240.50 2.50 - 77.050 224.00 218.19 5.81 - 77.075 243.00 207.51 35.49 - 77.100 250.00 202.20 47.80 - 77.125 220.00 199.88 20.12 - 77.150 267.00 199.69 67.31 - 77.175 291.00 201.55 89.45 - 77.200 282.00 206.10 75.90 - 77.225 252.00 215.14 36.86 - 77.250 255.00 233.33 21.67 - 77.275 328.00 273.73 54.27 - 77.300 357.00 373.69 -16.69 - 77.325 411.00 548.30 -137.30 - 77.350 375.00 466.08 -91.08 - 77.375 323.00 313.55 9.45 - 77.400 267.00 248.68 18.32 - 77.425 240.00 220.83 19.17 - 77.450 208.00 207.08 0.92 - 77.475 209.00 199.45 9.55 - 77.500 236.00 194.89 41.11 - 77.525 248.00 192.00 56.00 - 77.550 261.00 190.11 70.89 - 77.575 256.00 188.88 67.12 - 77.600 244.00 188.10 55.90 - 77.625 203.00 187.60 15.40 - 77.650 173.00 187.42 -14.42 - 77.675 170.00 187.47 -17.47 - 77.700 174.00 187.72 -13.72 - 77.725 168.00 188.24 -20.24 - 77.750 167.00 188.92 -21.92 - 77.775 181.00 189.85 -8.85 - 77.800 159.00 191.07 -32.07 - 77.825 195.00 192.64 2.36 - 77.850 168.00 194.66 -26.66 - 77.875 180.00 197.28 -17.28 - 77.900 186.00 200.74 -14.74 - 77.925 175.00 205.48 -30.48 - 77.950 191.00 211.65 -20.65 - 77.975 213.00 219.36 -6.36 - 78.000 274.00 230.73 43.27 - 78.025 266.00 248.05 17.95 - 78.050 323.00 275.66 47.34 - 78.075 421.00 323.01 97.99 - 78.100 552.00 412.86 139.14 - 78.125 799.00 607.82 191.18 - 78.150 1129.00 1083.89 45.11 - 78.175 1277.00 1869.50 -592.50 - 78.200 1123.00 1443.66 -320.66 - 78.225 820.00 767.11 52.89 - 78.250 610.00 480.82 129.18 - 78.275 504.00 357.40 146.60 - 78.300 408.00 296.42 111.58 - 78.325 478.00 263.02 214.98 - 78.350 543.00 243.65 299.35 - 78.375 708.00 232.55 475.45 - 78.400 817.00 227.45 589.55 - 78.425 736.00 228.42 507.58 - 78.450 641.00 238.78 402.22 - 78.475 568.00 270.14 297.86 - 78.500 413.00 349.54 63.46 - 78.525 433.00 400.58 32.42 - 78.550 373.00 308.80 64.20 - 78.575 314.00 258.61 55.39 - 78.600 321.00 254.68 66.32 - 78.625 244.00 271.39 -27.39 - 78.650 262.00 249.80 12.20 - 78.675 251.00 236.00 15.00 - 78.700 232.00 219.91 12.09 - 78.725 241.00 202.80 38.20 - 78.750 216.00 194.40 21.60 - 78.775 240.00 190.00 50.00 - 78.800 212.00 187.34 24.66 - 78.825 196.00 185.56 10.44 - 78.850 173.00 184.27 -11.27 - 78.875 187.00 183.31 3.69 - 78.900 175.00 182.52 -7.52 - 78.925 173.00 181.92 -8.92 - 78.950 152.00 181.44 -29.44 - 78.975 163.00 181.06 -18.06 - 79.000 143.00 180.75 -37.75 - 79.025 135.00 180.52 -45.52 - 79.050 122.00 180.35 -58.35 - 79.075 139.00 180.26 -41.26 - 79.100 128.00 180.24 -52.24 - 79.125 134.00 180.32 -46.32 - 79.150 140.00 180.52 -40.52 - 79.175 117.00 180.93 -63.93 - 79.200 150.00 181.69 -31.69 - 79.225 134.00 183.09 -49.09 - 79.250 152.00 185.83 -33.83 - 79.275 127.00 191.84 -64.84 - 79.300 170.00 206.42 -36.42 - 79.325 158.00 229.76 -71.76 - 79.350 155.00 216.43 -61.43 - 79.375 173.00 196.28 -23.28 - 79.400 161.00 187.77 -26.77 - 79.425 136.00 184.16 -48.16 - 79.450 128.00 182.36 -54.36 - 79.475 177.00 181.57 -4.57 - 79.500 165.00 181.31 -16.31 - 79.525 140.00 181.34 -41.34 - 79.550 154.00 181.39 -27.39 - 79.575 143.00 181.72 -38.72 - 79.600 168.00 182.34 -14.34 - 79.625 189.00 183.31 5.69 - 79.650 130.00 184.75 -54.75 - 79.675 160.00 186.90 -26.90 - 79.700 151.00 190.19 -39.19 - 79.725 182.00 195.57 -13.57 - 79.750 221.00 204.85 16.15 - 79.775 238.00 222.61 15.39 - 79.800 260.00 261.62 -1.62 - 79.825 315.00 355.95 -40.95 - 79.850 327.00 488.07 -161.07 - 79.875 311.00 393.31 -82.31 - 79.900 246.00 278.28 -32.28 - 79.925 211.00 229.61 -18.61 - 79.950 204.00 208.20 -4.20 - 79.975 196.00 197.41 -1.41 - 80.000 211.00 191.29 19.71 - 80.025 191.00 187.61 3.39 - 80.050 234.00 185.20 48.80 - 80.075 225.00 183.56 41.44 - 80.100 255.00 182.42 72.58 - 80.125 200.00 181.62 18.38 - 80.150 186.00 181.07 4.93 - 80.175 186.00 180.70 5.30 - 80.200 162.00 180.49 -18.49 - 80.225 140.00 180.46 -40.46 - 80.250 153.00 180.65 -27.65 - 80.275 147.00 181.22 -34.22 - 80.300 143.00 182.67 -39.67 - 80.325 153.00 186.13 -33.13 - 80.350 154.00 188.81 -34.81 - 80.375 133.00 185.03 -52.03 - 80.400 145.00 182.68 -37.68 - 80.425 148.00 181.93 -33.93 - 80.450 165.00 181.87 -16.87 - 80.475 155.00 182.15 -27.15 - 80.500 155.00 182.69 -27.69 - 80.525 147.00 183.47 -36.47 - 80.550 176.00 184.51 -8.51 - 80.575 149.00 185.90 -36.90 - 80.600 165.00 187.76 -22.76 - 80.625 136.00 190.29 -54.29 - 80.650 163.00 193.84 -30.84 - 80.675 163.00 199.06 -36.06 - 80.700 198.00 207.17 -9.17 - 80.725 215.00 220.74 -5.74 - 80.750 249.00 245.98 3.02 - 80.775 304.00 299.70 4.30 - 80.800 377.00 427.63 -50.63 - 80.825 414.00 625.85 -211.85 - 80.850 339.00 514.16 -175.16 - 80.875 322.00 348.43 -26.43 - 80.900 284.00 282.25 1.75 - 80.925 301.00 261.54 39.46 - 80.950 311.00 265.07 45.93 - 80.975 380.00 293.53 86.47 - 81.000 550.00 369.86 180.14 - 81.025 624.00 563.21 60.79 - 81.050 660.00 843.59 -183.59 - 81.075 617.00 646.14 -29.14 - 81.100 461.00 399.86 61.14 - 81.125 363.00 294.43 68.57 - 81.150 284.00 247.60 36.40 - 81.175 266.00 223.74 42.26 - 81.200 268.00 210.14 57.86 - 81.225 289.00 201.71 87.29 - 81.250 340.00 195.99 144.01 - 81.275 375.00 192.21 182.79 - 81.300 363.00 189.59 173.41 - 81.325 327.00 187.83 139.17 - 81.350 259.00 186.89 72.11 - 81.375 216.00 186.89 29.11 - 81.400 172.00 186.55 -14.55 - 81.425 180.00 185.50 -5.50 - 81.450 208.00 185.35 22.65 - 81.475 177.00 186.20 -9.20 - 81.500 157.00 188.32 -31.32 - 81.525 189.00 192.76 -3.76 - 81.550 192.00 202.38 -10.38 - 81.575 222.00 225.31 -3.31 - 81.600 222.00 275.61 -53.61 - 81.625 188.00 288.20 -100.20 - 81.650 184.00 234.27 -50.27 - 81.675 164.00 205.16 -41.16 - 81.700 173.00 192.82 -19.82 - 81.725 182.00 186.92 -4.92 - 81.750 153.00 183.70 -30.70 - 81.775 158.00 181.77 -23.77 - 81.800 158.00 180.53 -22.53 - 81.825 183.00 179.68 3.32 - 81.850 190.00 179.08 10.92 - 81.875 178.00 178.65 -0.65 - 81.900 169.00 178.34 -9.34 - 81.925 145.00 178.10 -33.10 - 81.950 170.00 177.94 -7.94 - 81.975 138.00 177.82 -39.82 - 82.000 169.00 177.74 -8.74 - 82.025 133.00 177.71 -44.71 - 82.050 134.00 177.70 -43.70 - 82.075 122.00 177.73 -55.73 - 82.100 126.00 177.78 -51.78 - 82.125 153.00 177.87 -24.87 - 82.150 112.00 177.98 -65.98 - 82.175 125.00 178.13 -53.13 - 82.200 127.00 178.31 -51.31 - 82.225 147.00 178.53 -31.53 - 82.250 125.00 178.79 -53.79 - 82.275 125.00 179.10 -54.10 - 82.300 142.00 179.46 -37.46 - 82.325 143.00 179.89 -36.89 - 82.350 138.00 180.40 -42.40 - 82.375 145.00 181.04 -36.04 - 82.400 166.00 181.78 -15.78 - 82.425 165.00 182.65 -17.65 - 82.450 156.00 183.73 -27.73 - 82.475 154.00 185.08 -31.08 - 82.500 169.00 186.77 -17.77 - 82.525 130.00 188.98 -58.98 - 82.550 173.00 191.94 -18.94 - 82.575 155.00 196.09 -41.09 - 82.600 178.00 202.31 -24.31 - 82.625 211.00 212.56 -1.56 - 82.650 247.00 231.86 15.14 - 82.675 289.00 273.27 15.73 - 82.700 310.00 336.48 -26.48 - 82.725 276.00 319.78 -43.78 - 82.750 303.00 294.12 8.88 - 82.775 376.00 312.40 63.60 - 82.800 468.00 380.95 87.05 - 82.825 665.00 551.28 113.72 - 82.850 803.00 910.10 -107.10 - 82.875 829.00 1107.85 -278.85 - 82.900 683.00 951.34 -268.34 - 82.925 570.00 590.98 -20.98 - 82.950 507.00 393.18 113.82 - 82.975 383.00 307.58 75.42 - 83.000 335.00 267.26 67.74 - 83.025 352.00 247.56 104.44 - 83.050 412.00 239.86 172.14 - 83.075 522.00 242.28 279.72 - 83.100 575.00 258.55 316.45 - 83.125 652.00 303.44 348.56 - 83.150 681.00 417.51 263.49 - 83.175 634.00 577.94 56.06 - 83.200 466.00 460.95 5.05 - 83.225 368.00 315.88 52.12 - 83.250 301.00 252.55 48.45 - 83.275 214.00 224.14 -10.14 - 83.300 226.00 209.47 16.53 - 83.325 205.00 201.11 3.89 - 83.350 239.00 196.06 42.94 - 83.375 226.00 193.00 33.00 - 83.400 271.00 191.35 79.65 - 83.425 279.00 190.99 88.01 - 83.450 280.00 192.20 87.80 - 83.475 247.00 196.05 50.95 - 83.500 223.00 205.65 17.35 - 83.525 201.00 229.67 -28.67 - 83.550 199.00 275.47 -76.47 - 83.575 198.00 266.48 -68.48 - 83.600 206.00 221.75 -15.75 - 83.625 191.00 200.37 -9.37 - 83.650 154.00 191.03 -37.03 - 83.675 174.00 186.40 -12.40 - 83.700 144.00 183.80 -39.80 - 83.725 155.00 182.25 -27.25 - 83.750 161.00 181.26 -20.26 - 83.775 172.00 180.64 -8.64 - 83.800 178.00 180.29 -2.29 - 83.825 192.00 180.14 11.86 - 83.850 155.00 180.18 -25.18 - 83.875 171.00 180.42 -9.42 - 83.900 155.00 180.90 -25.90 - 83.925 160.00 181.70 -21.70 - 83.950 138.00 182.94 -44.94 - 83.975 156.00 185.04 -29.04 - 84.000 178.00 188.63 -10.63 - 84.025 163.00 195.30 -32.30 - 84.050 191.00 209.28 -18.28 - 84.075 200.00 241.96 -41.96 - 84.100 208.00 299.49 -91.49 - 84.125 186.00 284.44 -98.44 - 84.150 167.00 231.75 -64.75 - 84.175 183.00 206.18 -23.18 - 84.200 157.00 195.43 -38.43 - 84.225 148.00 190.58 -42.58 - 84.250 163.00 188.40 -25.40 - 84.275 174.00 187.67 -13.67 - 84.300 187.00 187.91 -0.91 - 84.325 182.00 188.97 -6.97 - 84.350 189.00 190.82 -1.82 - 84.375 190.00 193.65 -3.65 - 84.400 190.00 197.83 -7.83 - 84.425 199.00 204.01 -5.01 - 84.450 240.00 213.45 26.55 - 84.475 247.00 228.59 18.41 - 84.500 334.00 254.70 79.30 - 84.525 391.00 304.49 86.51 - 84.550 512.00 411.98 100.02 - 84.575 618.00 652.85 -34.85 - 84.600 663.00 924.53 -261.53 - 84.625 593.00 877.35 -284.35 - 84.650 456.00 563.33 -107.33 - 84.675 395.00 369.91 25.09 - 84.700 343.00 285.34 57.66 - 84.725 288.00 244.60 43.40 - 84.750 292.00 222.38 69.62 - 84.775 310.00 209.09 100.91 - 84.800 392.00 200.54 191.46 - 84.825 389.00 194.73 194.27 - 84.850 437.00 190.61 246.39 - 84.875 361.00 187.60 173.40 - 84.900 351.00 185.33 165.67 - 84.925 262.00 183.60 78.40 - 84.950 250.00 182.25 67.75 - 84.975 233.00 181.21 51.79 - 85.000 197.00 180.40 16.60 - 85.025 195.00 179.81 15.19 - 85.050 171.00 179.46 -8.46 - 85.075 174.00 179.50 -5.50 - 85.100 171.00 180.17 -9.17 - 85.125 159.00 180.22 -21.22 - 85.150 158.00 178.97 -20.97 - 85.175 120.00 178.26 -58.26 - 85.200 128.00 177.98 -49.98 - 85.225 140.00 177.95 -37.95 - 85.250 148.00 178.04 -30.04 - 85.275 156.00 178.27 -22.27 - 85.300 133.00 178.65 -45.65 - 85.325 156.00 179.22 -23.22 - 85.350 144.00 180.03 -36.03 - 85.375 163.00 181.21 -18.21 - 85.400 158.00 182.90 -24.90 - 85.425 158.00 185.44 -27.44 - 85.450 154.00 189.38 -35.38 - 85.475 165.00 195.91 -30.91 - 85.500 196.00 207.66 -11.66 - 85.525 206.00 231.35 -25.35 - 85.550 256.00 285.24 -29.24 - 85.575 278.00 400.55 -122.55 - 85.600 255.00 441.13 -186.13 - 85.625 253.00 317.33 -64.33 - 85.650 223.00 245.02 -22.02 - 85.675 190.00 214.04 -24.04 - 85.700 196.00 199.39 -3.39 - 85.725 176.00 191.53 -15.53 - 85.750 171.00 186.92 -15.92 - 85.775 212.00 184.03 27.97 - 85.800 204.00 182.14 21.86 - 85.825 252.00 180.87 71.13 - 85.850 224.00 180.00 44.00 - 85.875 192.00 179.41 12.59 - 85.900 180.00 179.05 0.95 - 85.925 172.00 178.85 -6.85 - 85.950 166.00 178.78 -12.78 - 85.975 159.00 178.84 -19.84 - 86.000 155.00 179.00 -24.00 - 86.025 148.00 179.23 -31.23 - 86.050 167.00 179.63 -12.63 - 86.075 137.00 180.10 -43.10 - 86.100 178.00 180.78 -2.78 - 86.125 161.00 181.64 -20.64 - 86.150 180.00 182.72 -2.72 - 86.175 156.00 184.07 -28.07 - 86.200 169.00 185.78 -16.78 - 86.225 178.00 187.99 -9.99 - 86.250 174.00 190.82 -16.82 - 86.275 181.00 194.58 -13.58 - 86.300 172.00 199.70 -27.70 - 86.325 238.00 206.93 31.07 - 86.350 209.00 217.62 -8.62 - 86.375 240.00 234.65 5.35 - 86.400 343.00 262.31 80.69 - 86.425 384.00 303.78 80.22 - 86.450 500.00 384.02 115.98 - 86.475 673.00 558.45 114.55 - 86.500 704.00 945.24 -241.24 - 86.525 763.00 1311.54 -548.54 - 86.550 656.00 883.39 -227.39 - 86.575 551.00 519.92 31.08 - 86.600 406.00 362.68 43.32 - 86.625 354.00 290.45 63.55 - 86.650 352.00 253.15 98.85 - 86.675 301.00 232.06 68.94 - 86.700 357.00 219.50 137.50 - 86.725 414.00 212.02 201.98 - 86.750 440.00 207.98 232.02 - 86.775 502.00 206.82 295.18 - 86.800 459.00 208.68 250.32 - 86.825 425.00 214.74 210.26 - 86.850 378.00 228.28 149.72 - 86.875 418.00 258.03 159.97 - 86.900 427.00 327.16 99.84 - 86.925 467.00 454.66 12.34 - 86.950 441.00 482.36 -41.36 - 86.975 400.00 434.92 -34.92 - 87.000 327.00 330.20 -3.20 - 87.025 278.00 256.26 21.74 - 87.050 259.00 222.41 36.59 - 87.075 240.00 205.70 34.30 - 87.100 213.00 196.40 16.60 - 87.125 206.00 190.71 15.29 - 87.150 241.00 186.98 54.02 - 87.175 263.00 184.42 78.58 - 87.200 287.00 182.60 104.40 - 87.225 291.00 181.35 109.65 - 87.250 245.00 180.39 64.61 - 87.275 243.00 179.71 63.29 - 87.300 198.00 179.25 18.75 - 87.325 195.00 178.98 16.02 - 87.350 195.00 178.89 16.11 - 87.375 164.00 178.99 -14.99 - 87.400 178.00 179.29 -1.29 - 87.425 161.00 179.84 -18.84 - 87.450 161.00 180.70 -19.70 - 87.475 183.00 181.99 1.01 - 87.500 177.00 183.92 -6.92 - 87.525 177.00 186.81 -9.81 - 87.550 177.00 191.33 -14.33 - 87.575 192.00 198.74 -6.74 - 87.600 219.00 211.87 7.13 - 87.625 260.00 237.92 22.08 - 87.650 310.00 296.09 13.91 - 87.675 337.00 421.54 -84.54 - 87.700 312.00 513.85 -201.85 - 87.725 290.00 382.14 -92.14 - 87.750 275.00 275.91 -0.91 - 87.775 243.00 228.78 14.22 - 87.800 192.00 207.00 -15.00 - 87.825 200.00 195.54 4.46 - 87.850 212.00 188.88 23.12 - 87.875 205.00 184.68 20.32 - 87.900 180.00 181.88 -1.88 - 87.925 219.00 179.94 39.06 - 87.950 274.00 178.55 95.45 - 87.975 271.00 177.55 93.45 - 88.000 200.00 176.85 23.15 - 88.025 205.00 176.44 28.56 - 88.050 195.00 176.42 18.58 - 88.075 179.00 176.89 2.11 - 88.100 171.00 176.80 -5.80 - 88.125 171.00 175.75 -4.75 - 88.150 147.00 175.09 -28.09 - 88.175 147.00 174.78 -27.78 - 88.200 167.00 174.62 -7.62 - 88.225 159.00 174.57 -15.57 - 88.250 157.00 174.59 -17.59 - 88.275 145.00 174.65 -29.65 - 88.300 164.00 174.78 -10.78 - 88.325 142.00 174.97 -32.97 - 88.350 143.00 175.26 -32.26 - 88.375 164.00 175.58 -11.58 - 88.400 157.00 175.99 -18.99 - 88.425 153.00 176.50 -23.50 - 88.450 145.00 177.14 -32.14 - 88.475 168.00 177.97 -9.97 - 88.500 159.00 179.04 -20.04 - 88.525 169.00 180.45 -11.45 - 88.550 137.00 182.37 -45.37 - 88.575 182.00 185.05 -3.05 - 88.600 196.00 188.98 7.02 - 88.625 218.00 195.09 22.91 - 88.650 216.00 205.34 10.66 - 88.675 223.00 224.73 -1.73 - 88.700 269.00 266.64 2.36 - 88.725 295.00 357.20 -62.20 - 88.750 288.00 466.06 -178.06 - 88.775 280.00 399.74 -119.74 - 88.800 281.00 292.50 -11.50 - 88.825 187.00 239.95 -52.95 - 88.850 264.00 217.63 46.37 - 88.875 216.00 208.02 7.98 - 88.900 220.00 204.41 15.59 - 88.925 242.00 204.63 37.37 - 88.950 264.00 208.30 55.70 - 88.975 272.00 216.34 55.66 - 89.000 326.00 231.68 94.32 - 89.025 362.00 262.51 99.49 - 89.050 407.00 330.46 76.54 - 89.075 468.00 472.08 -4.08 - 89.100 432.00 613.34 -181.34 - 89.125 443.00 506.66 -63.66 - 89.150 383.00 377.18 5.82 - 89.175 393.00 312.95 80.05 - 89.200 367.00 290.20 76.80 - 89.225 415.00 304.16 110.84 - 89.250 471.00 367.95 103.05 - 89.275 595.00 525.94 69.06 - 89.300 626.00 766.50 -140.50 - 89.325 583.00 716.64 -133.64 - 89.350 491.00 469.98 21.02 - 89.375 456.00 328.18 127.82 - 89.400 411.00 263.99 147.01 - 89.425 322.00 233.14 88.86 - 89.450 328.00 216.21 111.79 - 89.475 289.00 206.09 82.91 - 89.500 271.00 199.78 71.22 - 89.525 302.00 195.90 106.10 - 89.550 377.00 193.85 183.15 - 89.575 369.00 193.54 175.46 - 89.600 373.00 195.45 177.55 - 89.625 347.00 201.47 145.53 - 89.650 296.00 216.59 79.41 - 89.675 292.00 247.85 44.15 - 89.700 257.00 274.59 -17.59 - 89.725 269.00 248.58 20.42 - 89.750 241.00 219.05 21.95 - 89.775 218.00 206.04 11.96 - 89.800 212.00 203.69 8.31 - 89.825 239.00 208.63 30.37 - 89.850 254.00 223.46 30.54 - 89.875 295.00 259.42 35.58 - 89.900 314.00 336.83 -22.83 - 89.925 356.00 431.58 -75.58 - 89.950 301.00 387.57 -86.57 - 89.975 277.00 288.14 -11.14 - 90.000 252.00 232.92 19.08 - 90.025 251.00 207.71 43.29 - 90.050 186.00 195.42 -9.42 - 90.075 197.00 188.53 8.47 - 90.100 162.00 184.23 -22.23 - 90.125 192.00 181.37 10.63 - 90.150 231.00 179.40 51.60 - 90.175 223.00 177.96 45.04 - 90.200 207.00 176.89 30.11 - 90.225 238.00 176.05 61.95 - 90.250 196.00 175.41 20.59 - 90.275 196.00 174.93 21.07 - 90.300 176.00 174.55 1.45 - 90.325 171.00 174.26 -3.26 - 90.350 178.00 174.05 3.95 - 90.375 146.00 173.90 -27.90 - 90.400 169.00 173.80 -4.80 - 90.425 161.00 173.75 -12.75 - 90.450 149.00 173.74 -24.74 - 90.475 173.00 173.77 -0.77 - 90.500 156.00 173.85 -17.85 - 90.525 143.00 173.96 -30.96 - 90.550 154.00 174.13 -20.13 - 90.575 152.00 174.34 -22.34 - 90.600 139.00 174.61 -35.61 - 90.625 184.00 174.94 9.06 - 90.650 185.00 175.34 9.66 - 90.675 161.00 175.83 -14.83 - 90.700 159.00 176.42 -17.42 - 90.725 152.00 177.13 -25.13 - 90.750 159.00 177.99 -18.99 - 90.775 176.00 179.03 -3.03 - 90.800 164.00 180.32 -16.32 - 90.825 168.00 181.92 -13.92 - 90.850 193.00 183.95 9.05 - 90.875 195.00 186.56 8.44 - 90.900 187.00 189.99 -2.99 - 90.925 237.00 194.61 42.39 - 90.950 228.00 201.02 26.98 - 90.975 265.00 210.30 54.70 - 91.000 291.00 224.43 66.57 - 91.025 347.00 247.75 99.25 - 91.050 409.00 291.58 117.42 - 91.075 454.00 384.55 69.45 - 91.100 552.00 576.14 -24.14 - 91.125 524.00 850.83 -326.83 - 91.150 552.00 862.10 -310.10 - 91.175 502.00 606.36 -104.36 - 91.200 483.00 445.74 37.26 - 91.225 433.00 407.28 25.72 - 91.250 382.00 400.99 -18.99 - 91.275 363.00 336.73 26.27 - 91.300 322.00 276.75 45.25 - 91.325 328.00 248.71 79.29 - 91.350 389.00 245.48 143.52 - 91.375 469.00 258.18 210.82 - 91.400 485.00 259.91 225.09 - 91.425 438.00 245.31 192.69 - 91.450 491.00 246.48 244.52 - 91.475 415.00 266.23 148.77 - 91.500 377.00 266.93 110.07 - 91.525 375.00 237.27 137.73 - 91.550 322.00 216.61 105.39 - 91.575 288.00 212.00 76.00 - 91.600 280.00 219.45 60.55 - 91.625 263.00 223.81 39.19 - 91.650 275.00 210.17 64.83 - 91.675 245.00 196.49 48.51 - 91.700 243.00 189.06 53.94 - 91.725 239.00 185.36 53.64 - 91.750 247.00 183.45 63.55 - 91.775 216.00 182.48 33.52 - 91.800 204.00 182.09 21.91 - 91.825 210.00 182.12 27.88 - 91.850 196.00 182.52 13.48 - 91.875 220.00 183.24 36.76 - 91.900 209.00 184.32 24.68 - 91.925 212.00 185.84 26.16 - 91.950 226.00 187.90 38.10 - 91.975 201.00 190.69 10.31 - 92.000 225.00 194.50 30.50 - 92.025 228.00 199.81 28.19 - 92.050 210.00 207.48 2.52 - 92.075 244.00 219.07 24.93 - 92.100 298.00 238.12 59.88 - 92.125 405.00 273.99 131.01 - 92.150 445.00 349.42 95.58 - 92.175 534.00 500.18 33.82 - 92.200 579.00 715.05 -136.05 - 92.225 538.00 754.18 -216.18 - 92.250 495.00 555.06 -60.06 - 92.275 466.00 391.95 74.05 - 92.300 410.00 313.36 96.64 - 92.325 389.00 288.60 100.40 - 92.350 387.00 298.39 88.61 - 92.375 429.00 338.12 90.88 - 92.400 460.00 384.76 75.24 - 92.425 573.00 403.63 169.37 - 92.450 607.00 437.21 169.79 - 92.475 740.00 502.41 237.59 - 92.500 853.00 648.50 204.50 - 92.525 781.00 826.29 -45.29 - 92.550 733.00 754.51 -21.51 - 92.575 593.00 524.76 68.24 - 92.600 499.00 365.27 133.73 - 92.625 398.00 284.60 113.40 - 92.650 368.00 245.88 122.12 - 92.675 334.00 225.28 108.72 - 92.700 370.00 212.74 157.26 - 92.725 358.00 204.55 153.45 - 92.750 391.00 198.95 192.05 - 92.775 376.00 195.06 180.94 - 92.800 394.00 192.36 201.64 - 92.825 414.00 190.54 223.46 - 92.850 383.00 189.42 193.58 - 92.875 300.00 188.90 111.10 - 92.900 294.00 188.96 105.04 - 92.925 275.00 189.63 85.37 - 92.950 246.00 190.93 55.07 - 92.975 259.00 193.19 65.81 - 93.000 235.00 196.72 38.28 - 93.025 239.00 202.19 36.81 - 93.050 243.00 211.14 31.86 - 93.075 277.00 227.59 49.41 - 93.100 363.00 261.16 101.84 - 93.125 383.00 327.40 55.60 - 93.150 434.00 428.96 5.04 - 93.175 436.00 484.71 -48.71 - 93.200 378.00 415.52 -37.52 - 93.225 373.00 338.25 34.75 - 93.250 386.00 311.09 74.91 - 93.275 438.00 334.66 103.34 - 93.300 464.00 400.07 63.93 - 93.325 491.00 472.30 18.70 - 93.350 539.00 532.27 6.73 - 93.375 539.00 604.60 -65.60 - 93.400 523.00 658.71 -135.71 - 93.425 499.00 556.70 -57.70 - 93.450 478.00 410.95 67.05 - 93.475 472.00 319.16 152.84 - 93.500 383.00 267.29 115.71 - 93.525 345.00 238.28 106.72 - 93.550 354.00 222.70 131.30 - 93.575 352.00 214.62 137.38 - 93.600 383.00 211.27 171.73 - 93.625 370.00 212.04 157.96 - 93.650 410.00 218.48 191.52 - 93.675 453.00 234.05 218.95 - 93.700 416.00 260.43 155.57 - 93.725 396.00 282.06 113.94 - 93.750 392.00 273.22 118.78 - 93.775 319.00 257.56 61.44 - 93.800 335.00 256.16 78.84 - 93.825 407.00 273.36 133.64 - 93.850 461.00 318.47 142.53 - 93.875 587.00 418.31 168.69 - 93.900 741.00 613.72 127.28 - 93.925 875.00 898.00 -23.00 - 93.950 863.00 1054.72 -191.72 - 93.975 754.00 875.97 -121.97 - 94.000 619.00 592.80 26.20 - 94.025 485.00 403.19 81.81 - 94.050 429.00 305.37 123.63 - 94.075 336.00 257.55 78.45 - 94.100 321.00 231.92 89.08 - 94.125 296.00 216.26 79.74 - 94.150 316.00 205.81 110.19 - 94.175 385.00 198.46 186.54 - 94.200 474.00 193.11 280.89 - 94.225 539.00 189.11 349.89 - 94.250 571.00 186.05 384.95 - 94.275 493.00 183.67 309.33 - 94.300 420.00 181.81 238.19 - 94.325 345.00 180.35 164.65 - 94.350 272.00 179.21 92.79 - 94.375 242.00 178.33 63.67 - 94.400 219.00 177.68 41.32 - 94.425 229.00 177.23 51.77 - 94.450 203.00 176.99 26.01 - 94.475 220.00 176.96 43.04 - 94.500 211.00 177.17 33.83 - 94.525 190.00 177.68 12.32 - 94.550 171.00 178.55 -7.55 - 94.575 195.00 179.90 15.10 - 94.600 176.00 181.89 -5.89 - 94.625 218.00 184.96 33.04 - 94.650 208.00 190.05 17.95 - 94.675 212.00 199.48 12.52 - 94.700 230.00 218.85 11.15 - 94.725 265.00 257.63 7.37 - 94.750 314.00 322.09 -8.09 - 94.775 278.00 385.32 -107.32 - 94.800 306.00 370.21 -64.21 - 94.825 262.00 300.21 -38.21 - 94.850 281.00 244.77 36.23 - 94.875 209.00 214.78 -5.78 - 94.900 235.00 201.68 33.32 - 94.925 222.00 197.90 24.10 - 94.950 223.00 201.36 21.64 - 94.975 246.00 214.72 31.28 - 95.000 268.00 241.81 26.19 - 95.025 316.00 276.85 39.15 - 95.050 307.00 284.79 22.21 - 95.075 316.00 252.06 63.94 - 95.100 273.00 217.60 55.40 - 95.125 247.00 196.26 50.74 - 95.150 229.00 185.29 43.71 - 95.175 201.00 179.76 21.24 - 95.200 198.00 176.63 21.37 - 95.225 173.00 174.60 -1.60 - 95.250 202.00 173.20 28.80 - 95.275 173.00 172.17 0.83 - 95.300 212.00 171.41 40.59 - 95.325 185.00 170.82 14.18 - 95.350 197.00 170.37 26.63 - 95.375 193.00 170.02 22.98 - 95.400 193.00 169.76 23.24 - 95.425 194.00 169.57 24.43 - 95.450 169.00 169.45 -0.45 - 95.475 169.00 169.42 -0.42 - 95.500 157.00 169.42 -12.42 - 95.525 167.00 169.38 -2.38 - 95.550 175.00 169.30 5.70 - 95.575 140.00 169.25 -29.25 - 95.600 174.00 169.27 4.73 - 95.625 146.00 169.36 -23.36 - 95.650 171.00 169.49 1.51 - 95.675 142.00 169.67 -27.67 - 95.700 152.00 169.91 -17.91 - 95.725 171.00 170.21 0.79 - 95.750 150.00 170.57 -20.57 - 95.775 142.00 171.01 -29.01 - 95.800 161.00 171.56 -10.56 - 95.825 150.00 172.22 -22.22 - 95.850 163.00 173.03 -10.03 - 95.875 154.00 174.04 -20.04 - 95.900 149.00 175.31 -26.31 - 95.925 157.00 176.91 -19.91 - 95.950 192.00 178.99 13.01 - 95.975 185.00 181.72 3.28 - 96.000 184.00 185.44 -1.44 - 96.025 205.00 190.67 14.33 - 96.050 231.00 198.56 32.44 - 96.075 238.00 211.95 26.05 - 96.100 263.00 237.51 25.49 - 96.125 324.00 287.01 36.99 - 96.150 365.00 371.46 -6.46 - 96.175 388.00 477.63 -89.63 - 96.200 380.00 525.70 -145.70 - 96.225 421.00 476.64 -55.64 - 96.250 418.00 421.12 -3.12 - 96.275 408.00 405.85 2.15 - 96.300 385.00 432.72 -47.72 - 96.325 374.00 445.58 -71.58 - 96.350 346.00 385.94 -39.94 - 96.375 329.00 306.35 22.65 - 96.400 297.00 249.90 47.10 - 96.425 319.00 218.08 100.92 - 96.450 322.00 201.60 120.40 - 96.475 328.00 192.64 135.36 - 96.500 298.00 187.16 110.84 - 96.525 290.00 183.49 106.51 - 96.550 304.00 180.95 123.05 - 96.575 311.00 179.18 131.82 - 96.600 312.00 178.01 133.99 - 96.625 319.00 177.31 141.69 - 96.650 292.00 177.04 114.96 - 96.675 241.00 177.22 63.78 - 96.700 239.00 177.88 61.12 - 96.725 202.00 179.14 22.86 - 96.750 206.00 181.29 24.71 - 96.775 202.00 184.97 17.03 - 96.800 227.00 191.69 35.31 - 96.825 236.00 205.15 30.85 - 96.850 307.00 231.97 75.03 - 96.875 309.00 278.66 30.34 - 96.900 385.00 339.99 45.01 - 96.925 341.00 373.97 -32.97 - 96.950 324.00 338.19 -14.19 - 96.975 290.00 277.06 12.94 - 97.000 208.00 231.14 -23.14 - 97.025 241.00 205.04 35.96 - 97.050 201.00 192.16 8.84 - 97.075 202.00 186.04 15.96 - 97.100 181.00 183.15 -2.15 - 97.125 217.00 182.22 34.78 - 97.150 264.00 183.19 80.81 - 97.175 229.00 187.18 41.82 - 97.200 326.00 196.69 129.31 - 97.225 303.00 214.99 88.01 - 97.250 345.00 242.36 102.64 - 97.275 304.00 266.43 37.57 - 97.300 296.00 261.35 34.65 - 97.325 241.00 233.64 7.36 - 97.350 242.00 208.33 33.67 - 97.375 210.00 192.80 17.20 - 97.400 187.00 185.30 1.70 - 97.425 206.00 182.79 23.21 - 97.450 194.00 183.71 10.29 - 97.475 221.00 188.73 32.27 - 97.500 216.00 200.53 15.47 - 97.525 245.00 222.22 22.78 - 97.550 242.00 252.17 -10.17 - 97.575 251.00 273.13 -22.13 - 97.600 258.00 260.84 -2.84 - 97.625 232.00 230.31 1.69 - 97.650 215.00 204.92 10.08 - 97.675 189.00 190.05 -1.05 - 97.700 192.00 183.70 8.30 - 97.725 163.00 183.00 -20.00 - 97.750 158.00 185.54 -27.54 - 97.775 162.00 187.68 -25.68 - 97.800 174.00 184.95 -10.95 - 97.825 182.00 179.10 2.90 - 97.850 169.00 174.06 -5.06 - 97.875 151.00 170.80 -19.80 - 97.900 187.00 168.94 18.06 - 97.925 179.00 167.87 11.13 - 97.950 167.00 167.20 -0.20 - 97.975 169.00 166.74 2.26 - 98.000 146.00 166.39 -20.39 - 98.025 149.00 166.12 -17.12 - 98.050 146.00 165.91 -19.91 - 98.075 158.00 165.75 -7.75 - 98.100 142.00 165.63 -23.63 - 98.125 164.00 165.55 -1.55 - 98.150 142.00 165.50 -23.50 - 98.175 153.00 165.47 -12.47 - 98.200 147.00 165.50 -18.50 - 98.225 163.00 165.55 -2.55 - 98.250 160.00 165.65 -5.65 - 98.275 163.00 165.80 -2.80 - 98.300 127.00 166.02 -39.02 - 98.325 150.00 166.34 -16.34 - 98.350 159.00 166.82 -7.82 - 98.375 140.00 167.57 -27.57 - 98.400 136.00 168.92 -32.92 - 98.425 159.00 171.47 -12.47 - 98.450 171.00 176.19 -5.19 - 98.475 178.00 183.72 -5.72 - 98.500 159.00 192.58 -33.58 - 98.525 162.00 196.77 -34.77 - 98.550 193.00 191.80 1.20 - 98.575 156.00 183.60 -27.60 - 98.600 176.00 177.41 -1.41 - 98.625 161.00 174.18 -13.18 - 98.650 155.00 173.35 -18.35 - 98.675 146.00 174.46 -28.46 - 98.700 179.00 177.95 1.05 - 98.725 208.00 185.56 22.44 - 98.750 186.00 199.89 -13.89 - 98.775 194.00 222.18 -28.18 - 98.800 252.00 247.13 4.87 - 98.825 230.00 256.27 -26.27 - 98.850 219.00 238.95 -19.95 - 98.875 182.00 213.34 -31.34 - 98.900 179.00 193.47 -14.47 - 98.925 174.00 181.45 -7.45 - 98.950 147.00 175.11 -28.11 - 98.975 189.00 171.89 17.11 - 99.000 166.00 170.12 -4.12 - 99.025 142.00 169.06 -27.06 - 99.050 144.00 168.42 -24.42 - 99.075 177.00 168.09 8.91 - 99.100 178.00 168.00 10.00 - 99.125 215.00 168.21 46.79 - 99.150 182.00 168.88 13.12 - 99.175 160.00 170.41 -10.41 - 99.200 196.00 173.54 22.46 - 99.225 200.00 179.03 20.97 - 99.250 159.00 186.82 -27.82 - 99.275 163.00 194.00 -31.00 - 99.300 150.00 194.32 -44.32 - 99.325 175.00 187.48 -12.48 - 99.350 144.00 179.75 -35.75 - 99.375 132.00 174.23 -42.23 - 99.400 160.00 171.13 -11.13 - 99.425 169.00 169.66 -0.66 - 99.450 138.00 169.13 -31.13 - 99.475 171.00 169.09 1.91 - 99.500 129.00 169.36 -40.36 - 99.525 167.00 169.92 -2.92 - 99.550 172.00 170.78 1.22 - 99.575 135.00 172.02 -37.02 - 99.600 170.00 173.79 -3.79 - 99.625 172.00 176.41 -4.41 - 99.650 169.00 180.59 -11.59 - 99.675 199.00 188.08 10.92 - 99.700 221.00 202.43 18.57 - 99.725 233.00 228.87 4.13 - 99.750 283.00 271.35 11.65 - 99.775 291.00 325.23 -34.23 - 99.800 299.00 363.69 -64.69 - 99.825 257.00 349.76 -92.76 - 99.850 239.00 298.74 -59.74 - 99.875 226.00 248.90 -22.90 - 99.900 185.00 214.51 -29.51 - 99.925 195.00 194.76 0.24 - 99.950 194.00 184.43 9.57 - 99.975 175.00 178.99 -3.99 - 100.000 192.00 175.82 16.18 - 100.025 182.00 173.80 8.20 - 100.050 189.00 172.45 16.55 - 100.075 210.00 171.53 38.47 - 100.100 252.00 170.95 81.05 - 100.125 217.00 170.63 46.37 - 100.150 230.00 170.55 59.45 - 100.175 223.00 170.69 52.31 - 100.200 192.00 171.05 20.95 - 100.225 205.00 171.69 33.31 - 100.250 179.00 172.67 6.33 - 100.275 185.00 174.18 10.82 - 100.300 155.00 176.64 -21.64 - 100.325 193.00 181.04 11.96 - 100.350 190.00 189.16 0.84 - 100.375 214.00 203.21 10.79 - 100.400 215.00 224.25 -9.25 - 100.425 230.00 248.64 -18.64 - 100.450 223.00 263.01 -40.01 - 100.475 212.00 254.70 -42.70 - 100.500 233.00 234.21 -1.21 - 100.525 221.00 216.59 4.41 - 100.550 242.00 207.34 34.66 - 100.575 216.00 207.46 8.54 - 100.600 261.00 218.22 42.78 - 100.625 265.00 243.56 21.44 - 100.650 370.00 288.83 81.17 - 100.675 406.00 355.32 50.68 - 100.700 501.00 428.62 72.38 - 100.725 447.00 468.56 -21.56 - 100.750 488.00 455.37 32.63 - 100.775 473.00 417.68 55.32 - 100.800 365.00 366.81 -1.81 - 100.825 279.00 308.41 -29.41 - 100.850 283.00 259.80 23.20 - 100.875 285.00 227.67 57.33 - 100.900 282.00 210.04 71.96 - 100.925 239.00 202.85 36.15 - 100.950 267.00 202.29 64.71 - 100.975 263.00 204.66 58.34 - 101.000 309.00 206.73 102.27 - 101.025 349.00 206.91 142.09 - 101.050 345.00 203.91 141.09 - 101.075 322.00 199.29 122.71 - 101.100 338.00 194.87 143.13 - 101.125 308.00 189.77 118.23 - 101.150 238.00 184.34 53.66 - 101.175 221.00 179.99 41.01 - 101.200 215.00 177.07 37.93 - 101.225 197.00 175.36 21.64 - 101.250 205.00 174.66 30.34 - 101.275 208.00 174.81 33.19 - 101.300 222.00 175.81 46.19 - 101.325 206.00 177.98 28.02 - 101.350 204.00 182.14 21.86 - 101.375 230.00 189.86 40.14 - 101.400 240.00 203.48 36.52 - 101.425 284.00 225.34 58.66 - 101.450 313.00 255.32 57.68 - 101.475 331.00 287.24 43.76 - 101.500 344.00 312.05 31.95 - 101.525 297.00 318.33 -21.33 - 101.550 275.00 295.79 -20.79 - 101.575 267.00 258.52 8.48 - 101.600 216.00 225.29 -9.29 - 101.625 230.00 202.40 27.60 - 101.650 194.00 188.94 5.06 - 101.675 195.00 181.90 13.10 - 101.700 234.00 178.59 55.41 - 101.725 196.00 177.60 18.40 - 101.750 198.00 178.78 19.22 - 101.775 240.00 182.84 57.16 - 101.800 255.00 190.77 64.23 - 101.825 287.00 202.71 84.29 - 101.850 314.00 216.02 97.98 - 101.875 318.00 223.06 94.94 - 101.900 255.00 217.06 37.94 - 101.925 232.00 203.29 28.71 - 101.950 213.00 189.98 23.02 - 101.975 186.00 180.37 5.63 - 102.000 193.00 174.50 18.50 - 102.025 156.00 171.26 -15.26 - 102.050 168.00 169.54 -1.54 - 102.075 155.00 168.59 -13.59 - 102.100 154.00 168.03 -14.03 - 102.125 187.00 167.72 19.28 - 102.150 181.00 167.57 13.43 - 102.175 194.00 167.58 26.42 - 102.200 183.00 167.72 15.28 - 102.225 206.00 168.00 38.00 - 102.250 191.00 168.44 22.56 - 102.275 179.00 169.06 9.94 - 102.300 174.00 169.91 4.09 - 102.325 158.00 171.09 -13.09 - 102.350 176.00 172.77 3.23 - 102.375 183.00 175.22 7.78 - 102.400 184.00 178.88 5.12 - 102.425 188.00 184.46 3.54 - 102.450 222.00 193.10 28.90 - 102.475 211.00 206.69 4.31 - 102.500 242.00 228.23 13.77 - 102.525 267.00 262.32 4.68 - 102.550 330.00 311.70 18.30 - 102.575 363.00 368.83 -5.83 - 102.600 390.00 406.77 -16.77 - 102.625 397.00 393.67 3.33 - 102.650 332.00 340.61 -8.61 - 102.675 288.00 282.53 5.47 - 102.700 273.00 237.51 35.49 - 102.725 199.00 208.43 -9.43 - 102.750 218.00 191.78 26.22 - 102.775 198.00 182.69 15.31 - 102.800 206.00 177.53 28.47 - 102.825 228.00 174.28 53.72 - 102.850 206.00 172.02 33.98 - 102.875 216.00 170.35 45.65 - 102.900 256.00 169.07 86.93 - 102.925 259.00 168.07 90.93 - 102.950 301.00 167.28 133.72 - 102.975 265.00 166.64 98.36 - 103.000 240.00 166.12 73.88 - 103.025 206.00 165.70 40.30 - 103.050 224.00 165.35 58.65 - 103.075 183.00 165.07 17.93 - 103.100 160.00 164.84 -4.84 - 103.125 190.00 164.65 25.35 - 103.150 158.00 164.50 -6.50 - 103.175 161.00 164.38 -3.38 - 103.200 161.00 164.29 -3.29 - 103.225 143.00 164.23 -21.23 - 103.250 144.00 164.19 -20.19 - 103.275 177.00 164.18 12.82 - 103.300 175.00 164.19 10.81 - 103.325 142.00 164.23 -22.23 - 103.350 129.00 164.29 -35.29 - 103.375 140.00 164.37 -24.37 - 103.400 166.00 164.48 1.52 - 103.425 156.00 164.63 -8.63 - 103.450 126.00 164.81 -38.81 - 103.475 156.00 165.03 -9.03 - 103.500 144.00 165.30 -21.30 - 103.525 146.00 165.62 -19.62 - 103.550 136.00 166.01 -30.01 - 103.575 145.00 166.49 -21.49 - 103.600 160.00 167.08 -7.08 - 103.625 147.00 167.82 -20.82 - 103.650 142.00 168.74 -26.74 - 103.675 150.00 169.94 -19.94 - 103.700 168.00 171.55 -3.55 - 103.725 164.00 173.88 -9.88 - 103.750 168.00 177.61 -9.61 - 103.775 195.00 184.08 10.92 - 103.800 207.00 195.51 11.49 - 103.825 229.00 214.43 14.57 - 103.850 260.00 242.19 17.81 - 103.875 263.00 276.20 -13.20 - 103.900 294.00 305.83 -11.83 - 103.925 291.00 313.02 -22.02 - 103.950 279.00 292.64 -13.64 - 103.975 245.00 260.91 -15.91 - 104.000 211.00 232.68 -21.68 - 104.025 240.00 213.48 26.52 - 104.050 218.00 203.31 14.69 - 104.075 197.00 200.35 -3.35 - 104.100 226.00 203.48 22.52 - 104.125 253.00 212.59 40.41 - 104.150 249.00 227.66 21.34 - 104.175 289.00 247.66 41.34 - 104.200 329.00 271.23 57.77 - 104.225 377.00 298.35 78.65 - 104.250 412.00 323.61 88.39 - 104.275 419.00 331.09 87.91 - 104.300 371.00 310.78 60.22 - 104.325 310.00 275.42 34.58 - 104.350 258.00 241.35 16.65 - 104.375 236.00 215.75 20.25 - 104.400 243.00 199.40 43.60 - 104.425 235.00 190.29 44.71 - 104.450 224.00 185.84 38.16 - 104.475 241.00 184.13 56.87 - 104.500 236.00 184.15 51.85 - 104.525 239.00 185.64 53.36 - 104.550 302.00 189.05 112.95 - 104.575 286.00 195.73 90.27 - 104.600 295.00 208.34 86.66 - 104.625 329.00 230.82 98.18 - 104.650 390.00 267.14 122.86 - 104.675 376.00 318.28 57.72 - 104.700 405.00 377.59 27.41 - 104.725 380.00 424.74 -44.74 - 104.750 376.00 430.98 -54.98 - 104.775 363.00 394.19 -31.19 - 104.800 361.00 343.33 17.67 - 104.825 296.00 301.60 -5.60 - 104.850 313.00 275.99 37.01 - 104.875 279.00 262.23 16.77 - 104.900 295.00 250.25 44.75 - 104.925 248.00 234.52 13.48 - 104.950 253.00 217.83 35.17 - 104.975 273.00 203.79 69.21 - 105.000 273.00 193.74 79.26 - 105.025 275.00 187.52 87.48 - 105.050 305.00 184.26 120.74 - 105.075 282.00 183.16 98.84 - 105.100 295.00 183.81 111.19 - 105.125 295.00 186.51 108.49 - 105.150 304.00 192.44 111.56 - 105.175 318.00 203.78 114.22 - 105.200 331.00 223.27 107.73 - 105.225 336.00 252.84 83.16 - 105.250 336.00 291.25 44.75 - 105.275 371.00 330.51 40.49 - 105.300 349.00 353.31 -4.31 - 105.325 315.00 344.81 -29.81 - 105.350 280.00 313.04 -33.04 - 105.375 286.00 276.69 9.31 - 105.400 238.00 246.23 -8.23 - 105.425 265.00 223.75 41.25 - 105.450 226.00 208.38 17.62 - 105.475 238.00 199.34 38.66 - 105.500 222.00 195.94 26.06 - 105.525 224.00 197.81 26.19 - 105.550 254.00 204.68 49.32 - 105.575 303.00 215.63 87.37 - 105.600 311.00 227.97 83.03 - 105.625 297.00 236.39 60.61 - 105.650 319.00 236.34 82.66 - 105.675 302.00 230.87 71.13 - 105.700 295.00 227.39 67.61 - 105.725 299.00 230.70 68.30 - 105.750 325.00 241.38 83.62 - 105.775 347.00 255.44 91.56 - 105.800 294.00 263.79 30.21 - 105.825 264.00 257.96 6.04 - 105.850 265.00 240.43 24.57 - 105.875 239.00 220.16 18.84 - 105.900 227.00 202.96 24.04 - 105.925 226.00 190.77 35.23 - 105.950 250.00 183.24 66.76 - 105.975 203.00 179.10 23.90 - 106.000 229.00 177.02 51.98 - 106.025 202.00 176.00 26.00 - 106.050 234.00 175.56 58.44 - 106.075 220.00 175.63 44.37 - 106.100 206.00 176.28 29.72 - 106.125 230.00 177.71 52.29 - 106.150 228.00 180.27 47.73 - 106.175 259.00 184.52 74.48 - 106.200 221.00 191.36 29.64 - 106.225 276.00 201.84 74.16 - 106.250 276.00 216.83 59.17 - 106.275 271.00 236.60 34.40 - 106.300 278.00 260.39 17.61 - 106.325 298.00 284.76 13.24 - 106.350 341.00 303.58 37.42 - 106.375 366.00 316.23 49.77 - 106.400 384.00 332.59 51.41 - 106.425 388.00 361.73 26.27 - 106.450 410.00 402.29 7.71 - 106.475 433.00 438.89 -5.89 - 106.500 388.00 445.50 -57.50 - 106.525 382.00 411.10 -29.10 - 106.550 298.00 354.23 -56.23 - 106.575 327.00 297.46 29.54 - 106.600 266.00 252.04 13.96 - 106.625 250.00 220.49 29.51 - 106.650 252.00 200.73 51.27 - 106.675 252.00 189.08 62.92 - 106.700 262.00 182.25 79.75 - 106.725 270.00 178.00 92.00 - 106.750 257.00 175.11 81.89 - 106.775 249.00 172.98 76.02 - 106.800 251.00 171.33 79.67 - 106.825 336.00 170.02 165.98 - 106.850 305.00 168.96 136.04 - 106.875 284.00 168.09 115.91 - 106.900 293.00 167.37 125.63 - 106.925 236.00 166.78 69.22 - 106.950 224.00 166.29 57.71 - 106.975 207.00 165.89 41.11 - 107.000 200.00 165.56 34.44 - 107.025 174.00 165.31 8.69 - 107.050 177.00 165.11 11.89 - 107.075 180.00 164.93 15.07 - 107.100 163.00 164.75 -1.75 - 107.125 150.00 164.57 -14.57 - 107.150 181.00 164.41 16.59 - 107.175 174.00 164.27 9.73 - 107.200 141.00 164.18 -23.18 - 107.225 156.00 164.12 -8.12 - 107.250 143.00 164.10 -21.10 - 107.275 166.00 164.11 1.89 - 107.300 148.00 164.16 -16.16 - 107.325 174.00 164.24 9.76 - 107.350 153.00 164.35 -11.35 - 107.375 160.00 164.50 -4.50 - 107.400 159.00 164.69 -5.69 - 107.425 160.00 164.93 -4.93 - 107.450 155.00 165.23 -10.23 - 107.475 141.00 165.60 -24.60 - 107.500 148.00 166.07 -18.07 - 107.525 157.00 166.66 -9.66 - 107.550 157.00 167.42 -10.42 - 107.575 161.00 168.43 -7.43 - 107.600 171.00 169.78 1.22 - 107.625 164.00 171.69 -7.69 - 107.650 169.00 174.57 -5.57 - 107.675 170.00 179.12 -9.12 - 107.700 167.00 186.52 -19.52 - 107.725 189.00 198.33 -9.33 - 107.750 220.00 216.00 4.00 - 107.775 252.00 239.73 12.27 - 107.800 328.00 267.00 61.00 - 107.825 298.00 290.94 7.06 - 107.850 286.00 300.78 -14.78 - 107.875 290.00 290.59 -0.59 - 107.900 266.00 266.99 -0.99 - 107.925 220.00 240.66 -20.66 - 107.950 171.00 218.13 -47.13 - 107.975 193.00 201.65 -8.65 - 108.000 194.00 191.14 2.86 - 108.025 170.00 185.37 -15.37 - 108.050 235.00 183.02 51.98 - 108.075 195.00 183.29 11.71 - 108.100 207.00 186.19 20.81 - 108.125 227.00 192.66 34.34 - 108.150 261.00 204.43 56.57 - 108.175 320.00 223.51 96.49 - 108.200 343.00 251.13 91.87 - 108.225 339.00 286.26 52.74 - 108.250 411.00 323.78 87.22 - 108.275 416.00 352.69 63.31 - 108.300 350.00 360.09 -10.09 - 108.325 350.00 345.09 4.91 - 108.350 288.00 320.60 -32.60 - 108.375 343.00 298.70 44.30 - 108.400 300.00 283.64 16.36 - 108.425 286.00 272.65 13.35 - 108.450 283.00 259.68 23.32 - 108.475 249.00 242.35 6.65 - 108.500 258.00 223.61 34.39 - 108.525 232.00 206.83 25.17 - 108.550 229.00 193.60 35.40 - 108.575 233.00 184.13 48.87 - 108.600 215.00 177.85 37.15 - 108.625 250.00 173.86 76.14 - 108.650 258.00 171.33 86.67 - 108.675 250.00 169.67 80.33 - 108.700 251.00 168.50 82.50 - 108.725 245.00 167.62 77.38 - 108.750 233.00 166.95 66.05 - 108.775 220.00 166.42 53.58 - 108.800 257.00 166.02 90.98 - 108.825 219.00 165.71 53.29 - 108.850 207.00 165.50 41.50 - 108.875 208.00 165.37 42.63 - 108.900 191.00 165.33 25.67 - 108.925 187.00 165.38 21.62 - 108.950 198.00 165.55 32.45 - 108.975 176.00 165.87 10.13 - 109.000 184.00 166.44 17.56 - 109.025 190.00 167.42 22.58 - 109.050 192.00 169.19 22.81 - 109.075 159.00 172.25 -13.25 - 109.100 176.00 177.25 -1.25 - 109.125 166.00 184.79 -18.79 - 109.150 196.00 194.97 1.03 - 109.175 172.00 206.96 -34.96 - 109.200 180.00 218.40 -38.40 - 109.225 208.00 225.15 -17.15 - 109.250 219.00 223.57 -4.57 - 109.275 202.00 214.58 -12.58 - 109.300 177.00 202.46 -25.46 - 109.325 175.00 190.80 -15.80 - 109.350 170.00 181.40 -11.40 - 109.375 167.00 174.67 -7.67 - 109.400 175.00 170.31 4.69 - 109.425 153.00 167.68 -14.68 - 109.450 145.00 166.15 -21.15 - 109.475 178.00 165.25 12.75 - 109.500 168.00 164.71 3.29 - 109.525 153.00 164.33 -11.33 - 109.550 159.00 164.00 -5.00 - 109.575 179.00 163.67 15.33 - 109.600 196.00 163.36 32.64 - 109.625 175.00 163.08 11.92 - 109.650 174.00 162.84 11.16 - 109.675 168.00 162.67 5.33 - 109.700 180.00 162.53 17.47 - 109.725 139.00 162.45 -23.45 - 109.750 157.00 162.39 -5.39 - 109.775 143.00 162.37 -19.37 - 109.800 156.00 162.38 -6.38 - 109.825 157.00 162.43 -5.43 - 109.850 151.00 162.55 -11.55 - 109.875 155.00 162.76 -7.76 - 109.900 158.00 163.13 -5.13 - 109.925 155.00 163.71 -8.71 - 109.950 141.00 164.56 -23.56 - 109.975 152.00 165.69 -13.69 - 110.000 145.00 166.99 -21.99 - 110.025 158.00 168.23 -10.23 - 110.050 153.00 168.99 -15.99 - 110.075 149.00 168.95 -19.95 - 110.100 153.00 168.20 -15.20 - 110.125 150.00 167.18 -17.18 - 110.150 144.00 166.28 -22.28 - 110.175 150.00 165.74 -15.74 - 110.200 143.00 165.73 -22.73 - 110.225 172.00 166.39 5.61 - 110.250 141.00 167.85 -26.85 - 110.275 166.00 170.19 -4.19 - 110.300 170.00 173.37 -3.37 - 110.325 162.00 177.08 -15.08 - 110.350 206.00 180.67 25.33 - 110.375 182.00 183.04 -1.04 - 110.400 172.00 183.31 -11.31 - 110.425 183.00 181.82 1.18 - 110.450 175.00 179.95 -4.95 - 110.475 178.00 178.94 -0.94 - 110.500 179.00 179.52 -0.52 - 110.525 157.00 181.76 -24.76 - 110.550 163.00 185.14 -22.14 - 110.575 182.00 188.44 -6.44 - 110.600 184.00 189.93 -5.93 - 110.625 177.00 188.45 -11.45 - 110.650 163.00 184.57 -21.57 - 110.675 172.00 179.78 -7.78 - 110.700 185.00 175.28 9.72 - 110.725 159.00 171.67 -12.67 - 110.750 185.00 169.10 15.90 - 110.775 176.00 167.47 8.53 - 110.800 169.00 166.55 2.45 - 110.825 161.00 166.12 -5.12 - 110.850 173.00 166.00 7.00 - 110.875 190.00 166.10 23.90 - 110.900 193.00 166.36 26.64 - 110.925 150.00 166.77 -16.77 - 110.950 175.00 167.37 7.63 - 110.975 151.00 168.19 -17.19 - 111.000 176.00 169.35 6.65 - 111.025 166.00 171.06 -5.06 - 111.050 171.00 173.67 -2.67 - 111.075 187.00 177.81 9.19 - 111.100 180.00 184.37 -4.37 - 111.125 216.00 194.44 21.56 - 111.150 212.00 209.04 2.96 - 111.175 269.00 228.56 40.44 - 111.200 301.00 252.02 48.98 - 111.225 313.00 276.19 36.81 - 111.250 319.00 294.93 24.07 - 111.275 328.00 300.74 27.26 - 111.300 299.00 290.72 8.28 - 111.325 252.00 269.86 -17.86 - 111.350 252.00 245.80 6.20 - 111.375 228.00 223.87 4.13 - 111.400 200.00 206.73 -6.73 - 111.425 209.00 195.15 13.85 - 111.450 202.00 188.92 13.08 - 111.475 225.00 187.45 37.55 - 111.500 199.00 190.24 8.76 - 111.525 251.00 196.86 54.14 - 111.550 236.00 206.76 29.24 - 111.575 263.00 218.75 44.25 - 111.600 299.00 230.51 68.49 - 111.625 302.00 238.35 63.65 - 111.650 338.00 238.60 99.40 - 111.675 248.00 230.91 17.09 - 111.700 259.00 218.52 40.48 - 111.725 262.00 205.25 56.75 - 111.750 213.00 193.45 19.55 - 111.775 211.00 184.18 26.82 - 111.800 206.00 177.56 28.44 - 111.825 210.00 173.18 36.82 - 111.850 168.00 170.44 -2.44 - 111.875 191.00 168.77 22.23 - 111.900 159.00 167.74 -8.74 - 111.925 183.00 167.09 15.91 - 111.950 202.00 166.67 35.33 - 111.975 211.00 166.41 44.59 - 112.000 205.00 166.29 38.71 - 112.025 206.00 166.31 39.69 - 112.050 205.00 166.52 38.48 - 112.075 223.00 167.00 56.00 - 112.100 200.00 167.91 32.09 - 112.125 184.00 169.44 14.56 - 112.150 189.00 171.83 17.17 - 112.175 186.00 175.23 10.77 - 112.200 185.00 179.63 5.37 - 112.225 205.00 184.70 20.30 - 112.250 197.00 189.65 7.35 - 112.275 210.00 193.19 16.81 - 112.300 206.00 193.98 12.02 - 112.325 202.00 191.71 10.29 - 112.350 174.00 187.42 -13.42 - 112.375 175.00 182.54 -7.54 - 112.400 190.00 178.08 11.92 - 112.425 165.00 174.58 -9.58 - 112.450 173.00 172.21 0.79 - 112.475 179.00 170.93 8.07 - 112.500 192.00 170.65 21.35 - 112.525 168.00 171.37 -3.37 - 112.550 168.00 173.23 -5.23 - 112.575 181.00 176.50 4.50 - 112.600 170.00 181.50 -11.50 - 112.625 200.00 188.41 11.59 - 112.650 198.00 197.04 0.96 - 112.675 219.00 206.60 12.40 - 112.700 211.00 215.45 -4.45 - 112.725 238.00 221.14 16.86 - 112.750 222.00 221.66 0.34 - 112.775 205.00 217.31 -12.31 - 112.800 221.00 210.55 10.45 - 112.825 204.00 203.93 0.07 - 112.850 219.00 199.08 19.92 - 112.875 196.00 196.73 -0.73 - 112.900 210.00 196.84 13.16 - 112.925 196.00 199.01 -3.01 - 112.950 234.00 202.54 31.46 - 112.975 212.00 206.41 5.59 - 113.000 191.00 209.27 -18.27 - 113.025 250.00 210.21 39.79 - 113.050 230.00 209.93 20.07 - 113.075 226.00 210.59 15.41 - 113.100 277.00 214.61 62.39 - 113.125 263.00 223.84 39.16 - 113.150 296.00 239.15 56.85 - 113.175 319.00 259.98 59.02 - 113.200 338.00 283.90 54.10 - 113.225 385.00 306.11 78.89 - 113.250 408.00 319.64 88.36 - 113.275 381.00 318.55 62.45 - 113.300 356.00 303.01 52.99 - 113.325 290.00 279.02 10.98 - 113.350 284.00 253.17 30.83 - 113.375 268.00 229.84 38.16 - 113.400 222.00 211.18 10.82 - 113.425 245.00 197.79 47.21 - 113.450 214.00 189.28 24.72 - 113.475 211.00 184.85 26.15 - 113.500 204.00 183.66 20.34 - 113.525 227.00 185.04 41.96 - 113.550 254.00 188.40 65.60 - 113.575 236.00 193.08 42.92 - 113.600 290.00 198.16 91.84 - 113.625 305.00 202.24 102.76 - 113.650 290.00 203.70 86.30 - 113.675 337.00 201.66 135.34 - 113.700 276.00 196.78 79.22 - 113.725 281.00 190.60 90.40 - 113.750 238.00 184.44 53.56 - 113.775 243.00 179.10 63.90 - 113.800 231.00 174.91 56.09 - 113.825 205.00 171.87 33.13 - 113.850 205.00 169.83 35.17 - 113.875 193.00 168.52 24.48 - 113.900 180.00 167.71 12.29 - 113.925 171.00 167.23 3.77 - 113.950 185.00 166.95 18.05 - 113.975 191.00 166.83 24.17 - 114.000 191.00 166.83 24.17 - 114.025 190.00 166.96 23.04 - 114.050 179.00 167.27 11.73 - 114.075 169.00 167.83 1.17 - 114.100 175.00 168.82 6.18 - 114.125 199.00 170.46 28.54 - 114.150 179.00 173.06 5.94 - 114.175 189.00 176.94 12.06 - 114.200 210.00 182.33 27.67 - 114.225 191.00 189.20 1.80 - 114.250 206.00 197.14 8.86 - 114.275 212.00 205.18 6.82 - 114.300 210.00 211.65 -1.65 - 114.325 235.00 214.51 20.49 - 114.350 205.00 212.61 -7.61 - 114.375 182.00 206.72 -24.72 - 114.400 185.00 198.83 -13.83 - 114.425 177.00 190.74 -13.74 - 114.450 171.00 183.55 -12.55 - 114.475 153.00 177.80 -24.80 - 114.500 154.00 173.57 -19.57 - 114.525 152.00 170.67 -18.67 - 114.550 170.00 168.80 1.20 - 114.575 155.00 167.64 -12.64 - 114.600 156.00 166.94 -10.94 - 114.625 153.00 166.53 -13.53 - 114.650 171.00 166.31 4.69 - 114.675 188.00 166.24 21.76 - 114.700 181.00 166.30 14.70 - 114.725 180.00 166.48 13.52 - 114.750 201.00 166.78 34.22 - 114.775 183.00 167.18 15.82 - 114.800 191.00 167.66 23.34 - 114.825 184.00 168.12 15.88 - 114.850 187.00 168.50 18.50 - 114.875 163.00 168.71 -5.71 - 114.900 161.00 168.79 -7.79 - 114.925 165.00 168.83 -3.83 - 114.950 160.00 168.96 -8.96 - 114.975 185.00 169.34 15.66 - 115.000 198.00 170.14 27.86 - 115.025 164.00 171.57 -7.57 - 115.050 176.00 173.83 2.17 - 115.075 182.00 177.09 4.91 - 115.100 172.00 181.42 -9.42 - 115.125 172.00 186.71 -14.71 - 115.150 186.00 192.59 -6.59 - 115.175 189.00 198.40 -9.40 - 115.200 181.00 203.21 -22.21 - 115.225 231.00 206.28 24.72 - 115.250 209.00 207.78 1.22 - 115.275 211.00 208.68 2.32 - 115.300 227.00 209.90 17.10 - 115.325 226.00 211.70 14.30 - 115.350 193.00 213.50 -20.50 - 115.375 216.00 214.03 1.97 - 115.400 211.00 212.09 -1.09 - 115.425 211.00 207.58 3.42 - 115.450 193.00 201.58 -8.58 - 115.475 175.00 195.50 -20.50 - 115.500 192.00 190.48 1.52 - 115.525 209.00 187.29 21.71 - 115.550 196.00 186.41 9.59 - 115.575 195.00 187.98 7.02 - 115.600 230.00 191.91 38.09 - 115.625 231.00 197.73 33.27 - 115.650 239.00 204.62 34.38 - 115.675 311.00 211.25 99.75 - 115.700 285.00 215.87 69.13 - 115.725 263.00 216.77 46.23 - 115.750 289.00 213.49 75.51 - 115.775 262.00 207.12 54.88 - 115.800 214.00 199.38 14.62 - 115.825 212.00 191.71 20.29 - 115.850 218.00 184.99 33.01 - 115.875 186.00 179.61 6.39 - 115.900 191.00 175.63 15.37 - 115.925 199.00 172.89 26.11 - 115.950 183.00 171.12 11.88 - 115.975 190.00 170.03 19.97 - 116.000 168.00 169.39 -1.39 - 116.025 194.00 169.02 24.98 - 116.050 191.00 168.82 22.18 - 116.075 195.00 168.73 26.27 - 116.100 207.00 168.72 38.28 - 116.125 218.00 168.81 49.19 - 116.150 222.00 169.00 53.00 - 116.175 241.00 169.32 71.68 - 116.200 242.00 169.80 72.20 - 116.225 219.00 170.55 48.45 - 116.250 189.00 171.68 17.32 - 116.275 202.00 173.47 28.53 - 116.300 202.00 176.23 25.77 - 116.325 190.00 180.41 9.59 - 116.350 225.00 186.46 38.54 - 116.375 204.00 194.76 9.24 - 116.400 223.00 205.47 17.53 - 116.425 262.00 218.26 43.74 - 116.450 258.00 232.20 25.80 - 116.475 317.00 245.48 71.52 - 116.500 312.00 255.54 56.46 - 116.525 304.00 259.82 44.18 - 116.550 299.00 257.29 41.71 - 116.575 278.00 248.98 29.02 - 116.600 265.00 237.02 27.98 - 116.625 221.00 223.65 -2.65 - 116.650 205.00 210.75 -5.75 - 116.675 225.00 199.52 25.48 - 116.700 211.00 190.54 20.46 - 116.725 203.00 183.83 19.17 - 116.750 192.00 179.11 12.89 - 116.775 201.00 176.00 25.00 - 116.800 197.00 174.08 22.92 - 116.825 227.00 173.03 53.97 - 116.850 184.00 172.64 11.36 - 116.875 205.00 172.78 32.22 - 116.900 216.00 173.36 42.64 - 116.925 256.00 174.36 81.64 - 116.950 253.00 175.70 77.30 - 116.975 288.00 177.28 110.72 - 117.000 249.00 178.92 70.08 - 117.025 280.00 180.38 99.62 - 117.050 219.00 181.41 37.59 - 117.075 217.00 181.92 35.08 - 117.100 249.00 181.92 67.08 - 117.125 229.00 181.52 47.48 - 117.150 198.00 180.90 17.10 - 117.175 193.00 180.21 12.79 - 117.200 178.00 179.62 -1.62 - 117.225 205.00 179.36 25.64 - 117.250 210.00 179.67 30.33 - 117.275 185.00 180.81 4.19 - 117.300 179.00 182.98 -3.98 - 117.325 213.00 186.35 26.65 - 117.350 233.00 191.00 42.00 - 117.375 225.00 196.96 28.04 - 117.400 232.00 204.17 27.83 - 117.425 264.00 212.43 51.57 - 117.450 271.00 221.51 49.49 - 117.475 285.00 231.37 53.63 - 117.500 273.00 242.47 30.53 - 117.525 342.00 255.51 86.49 - 117.550 326.00 270.80 55.20 - 117.575 401.00 287.61 113.39 - 117.600 358.00 303.90 54.10 - 117.625 432.00 316.63 115.37 - 117.650 331.00 323.00 8.00 - 117.675 361.00 322.17 38.83 - 117.700 330.00 315.19 14.81 - 117.725 283.00 303.41 -20.41 - 117.750 282.00 287.78 -5.78 - 117.775 263.00 269.57 -6.57 - 117.800 245.00 250.66 -5.66 - 117.825 232.00 232.92 -0.92 - 117.850 219.00 217.58 1.42 - 117.875 251.00 205.12 45.88 - 117.900 241.00 195.51 45.49 - 117.925 241.00 188.46 52.54 - 117.950 265.00 183.50 81.50 - 117.975 237.00 180.16 56.84 - 118.000 251.00 178.01 72.99 - 118.025 266.00 176.74 89.26 - 118.050 291.00 176.15 114.85 - 118.075 301.00 176.16 124.84 - 118.100 300.00 176.81 123.19 - 118.125 280.00 178.25 101.75 - 118.150 332.00 180.70 151.30 - 118.175 285.00 184.40 100.60 - 118.200 276.00 189.57 86.43 - 118.225 261.00 196.26 64.74 - 118.250 262.00 204.32 57.68 - 118.275 264.00 213.24 50.76 - 118.300 280.00 222.08 57.92 - 118.325 291.00 229.47 61.53 - 118.350 292.00 233.95 58.05 - 118.375 284.00 234.47 49.53 - 118.400 266.00 230.86 35.14 - 118.425 240.00 223.91 16.09 - 118.450 219.00 215.08 3.92 - 118.475 232.00 205.79 26.21 - 118.500 218.00 197.11 20.89 - 118.525 192.00 189.67 2.33 - 118.550 181.00 183.71 -2.71 - 118.575 184.00 179.21 4.79 - 118.600 219.00 175.96 43.04 - 118.625 187.00 173.72 13.28 - 118.650 174.00 172.21 1.79 - 118.675 184.00 171.21 12.79 - 118.700 204.00 170.55 33.45 - 118.725 197.00 170.11 26.89 - 118.750 217.00 169.83 47.17 - 118.775 215.00 169.67 45.33 - 118.800 213.00 169.61 43.39 - 118.825 212.00 169.62 42.38 - 118.850 218.00 169.69 48.31 - 118.875 210.00 169.80 40.20 - 118.900 224.00 169.91 54.09 - 118.925 183.00 169.98 13.02 - 118.950 178.00 169.96 8.04 - 118.975 205.00 169.84 35.16 - 119.000 184.00 169.63 14.37 - 119.025 185.00 169.36 15.64 - 119.050 180.00 169.09 10.91 - 119.075 197.00 168.84 28.16 - 119.100 154.00 168.62 -14.62 - 119.125 171.00 168.45 2.55 - 119.150 181.00 168.32 12.68 - 119.175 155.00 168.23 -13.23 - 119.200 145.00 168.17 -23.17 - 119.225 184.00 168.13 15.87 - 119.250 180.00 168.10 11.90 - 119.275 173.00 168.08 4.92 - 119.300 168.00 168.07 -0.07 - 119.325 190.00 168.07 21.93 - 119.350 169.00 168.07 0.93 - 119.375 161.00 168.08 -7.08 - 119.400 174.00 168.09 5.91 - 119.425 158.00 168.11 -10.11 - 119.450 167.00 168.14 -1.14 - 119.475 182.00 168.17 13.83 - 119.500 165.00 168.20 -3.20 - 119.525 183.00 168.24 14.76 - 119.550 168.00 168.28 -0.28 - 119.575 159.00 168.32 -9.32 - 119.600 161.00 168.37 -7.37 - 119.625 155.00 168.42 -13.42 - 119.650 189.00 168.48 20.52 - 119.675 186.00 168.53 17.47 - 119.700 150.00 168.60 -18.60 - 119.725 168.00 168.66 -0.66 - 119.750 186.00 168.73 17.27 - 119.775 194.00 168.80 25.20 - 119.800 155.00 168.88 -13.88 - 119.825 171.00 168.97 2.03 - 119.850 151.00 169.06 -18.06 - 119.875 165.00 169.15 -4.15 - 119.900 175.00 169.26 5.74 - 119.925 156.00 169.37 -13.37 - 119.950 163.00 169.49 -6.49 - 119.975 164.00 169.62 -5.62 - 120.000 166.00 169.76 -3.76 - 120.025 185.00 169.91 15.09 - 120.050 163.00 170.08 -7.08 - 120.075 202.00 170.25 31.75 - 120.100 186.00 170.44 15.56 - 120.125 183.00 170.63 12.37 - 120.150 183.00 170.83 12.17 - 120.175 155.00 171.06 -16.06 - 120.200 199.00 171.29 27.71 - 120.225 176.00 171.56 4.44 - 120.250 188.00 171.86 16.14 - 120.275 177.00 172.19 4.81 - 120.300 165.00 172.57 -7.57 - 120.325 198.00 173.01 24.99 - 120.350 170.00 173.52 -3.52 - 120.375 186.00 174.12 11.88 - 120.400 188.00 174.85 13.15 - 120.425 193.00 175.77 17.23 - 120.450 190.00 177.00 13.00 - 120.475 207.00 178.69 28.31 - 120.500 234.00 181.08 52.92 - 120.525 205.00 184.49 20.51 - 120.550 212.00 189.30 22.70 - 120.575 216.00 195.92 20.08 - 120.600 213.00 204.67 8.33 - 120.625 266.00 215.76 50.24 - 120.650 257.00 229.09 27.91 - 120.675 269.00 244.17 24.83 - 120.700 300.00 260.00 40.00 - 120.725 330.00 275.02 54.98 - 120.750 339.00 287.24 51.76 - 120.775 357.00 294.69 62.31 - 120.800 382.00 296.17 85.83 - 120.825 326.00 292.05 33.95 - 120.850 325.00 284.31 40.69 - 120.875 282.00 275.54 6.46 - 120.900 284.00 268.06 15.94 - 120.925 305.00 263.43 41.57 - 120.950 353.00 262.35 90.65 - 120.975 293.00 264.68 28.32 - 121.000 354.00 269.44 84.56 - 121.025 327.00 274.88 52.12 - 121.050 397.00 278.75 118.25 - 121.075 378.00 278.89 99.11 - 121.100 367.00 274.20 92.80 - 121.125 341.00 265.14 75.86 - 121.150 307.00 253.26 53.74 - 121.175 311.00 240.31 70.69 - 121.200 274.00 227.69 46.31 - 121.225 313.00 216.36 96.64 - 121.250 351.00 206.84 144.16 - 121.275 347.00 199.31 147.69 - 121.300 326.00 193.70 132.30 - 121.325 307.00 189.76 117.24 - 121.350 293.00 187.17 105.83 - 121.375 260.00 185.62 74.38 - 121.400 283.00 184.87 98.13 - 121.425 272.00 184.72 87.28 - 121.450 272.00 185.09 86.91 - 121.475 302.00 185.98 116.02 - 121.500 307.00 187.49 119.51 - 121.525 313.00 189.83 123.17 - 121.550 332.00 193.33 138.67 - 121.575 337.00 198.48 138.52 - 121.600 327.00 205.90 121.10 - 121.625 331.00 216.26 114.74 - 121.650 343.00 230.20 112.80 - 121.675 329.00 248.14 80.86 - 121.700 371.00 270.13 100.87 - 121.725 392.00 295.60 96.40 - 121.750 418.00 323.27 94.73 - 121.775 493.00 350.87 142.13 - 121.800 471.00 375.26 95.74 - 121.825 481.00 392.73 88.27 - 121.850 485.00 400.15 84.85 - 121.875 486.00 396.39 89.61 - 121.900 422.00 383.00 39.00 - 121.925 425.00 363.46 61.54 - 121.950 387.00 341.73 45.27 - 121.975 379.00 321.29 57.71 - 122.000 330.00 304.57 25.43 - 122.025 338.00 292.99 45.01 - 122.050 327.00 286.89 40.11 - 122.075 321.00 285.69 35.31 - 122.100 327.00 288.09 38.91 - 122.125 386.00 292.38 93.62 - 122.150 375.00 296.69 78.31 - 122.175 412.00 299.11 112.89 - 122.200 398.00 297.93 100.07 - 122.225 371.00 292.14 78.86 - 122.250 398.00 281.98 116.02 - 122.275 377.00 268.75 108.25 - 122.300 382.00 254.16 127.84 - 122.325 419.00 239.68 179.32 - 122.350 397.00 226.34 170.66 - 122.375 373.00 214.77 158.23 - 122.400 325.00 205.22 119.78 - 122.425 333.00 197.69 135.31 - 122.450 311.00 191.98 119.02 - 122.475 301.00 187.79 113.21 - 122.500 293.00 184.79 108.21 - 122.525 291.00 182.65 108.35 - 122.550 268.00 181.14 86.86 - 122.575 279.00 180.04 98.96 - 122.600 289.00 179.23 109.77 - 122.625 278.00 178.61 99.39 - 122.650 266.00 178.11 87.89 - 122.675 268.00 177.71 90.29 - 122.700 284.00 177.38 106.62 - 122.725 258.00 177.10 80.90 - 122.750 251.00 176.86 74.14 - 122.775 258.00 176.67 81.33 - 122.800 247.00 176.51 70.49 - 122.825 251.00 176.38 74.62 - 122.850 211.00 176.28 34.72 - 122.875 209.00 176.21 32.79 - 122.900 220.00 176.16 43.84 - 122.925 218.00 176.13 41.87 - 122.950 191.00 176.13 14.87 - 122.975 186.00 176.15 9.85 - 123.000 214.00 176.19 37.81 - 123.025 213.00 176.27 36.73 - 123.050 216.00 176.37 39.63 - 123.075 227.00 176.51 50.49 - 123.100 196.00 176.68 19.32 - 123.125 202.00 176.90 25.10 - 123.150 213.00 177.18 35.82 - 123.175 186.00 177.50 8.50 - 123.200 198.00 177.87 20.13 - 123.225 224.00 178.29 45.71 - 123.250 177.00 178.74 -1.74 - 123.275 197.00 179.21 17.79 - 123.300 160.00 179.69 -19.69 - 123.325 191.00 180.15 10.85 - 123.350 209.00 180.61 28.39 - 123.375 217.00 181.08 35.92 - 123.400 216.00 181.61 34.39 - 123.425 215.00 182.27 32.73 - 123.450 200.00 183.18 16.82 - 123.475 207.00 184.43 22.57 - 123.500 202.00 186.21 15.79 - 123.525 234.00 188.73 45.27 - 123.550 218.00 192.24 25.76 - 123.575 252.00 197.05 54.95 - 123.600 249.00 203.52 45.48 - 123.625 281.00 212.00 69.00 - 123.650 270.00 222.82 47.18 - 123.675 287.00 236.15 50.85 - 123.700 318.00 252.00 66.00 - 123.725 319.00 270.02 48.98 - 123.750 370.00 289.51 80.49 - 123.775 397.00 309.38 87.62 - 123.800 434.00 328.28 105.72 - 123.825 494.00 344.74 149.26 - 123.850 424.00 357.17 66.83 - 123.875 485.00 363.90 121.10 - 123.900 464.00 363.55 100.45 - 123.925 454.00 355.75 98.25 - 123.950 461.00 341.53 119.47 - 123.975 371.00 322.96 48.04 - 124.000 326.00 302.38 23.62 - 124.025 309.00 281.88 27.12 - 124.050 280.00 263.00 17.00 - 124.075 332.00 246.76 85.24 - 124.100 297.00 233.67 63.33 - 124.125 277.00 223.86 53.14 - 124.150 293.00 217.18 75.82 - 124.175 303.00 213.33 89.67 - 124.200 342.00 211.90 130.10 - 124.225 293.00 212.47 80.53 - 124.250 322.00 214.63 107.37 - 124.275 350.00 218.04 131.96 - 124.300 360.00 222.44 137.56 - 124.325 343.00 227.68 115.32 - 124.350 387.00 233.73 153.27 - 124.375 437.00 240.57 196.43 - 124.400 442.00 248.04 193.96 - 124.425 460.00 255.74 204.26 - 124.450 486.00 262.95 223.05 - 124.475 451.00 268.70 182.30 - 124.500 433.00 271.99 161.01 - 124.525 459.00 272.14 186.86 - 124.550 369.00 269.02 99.98 - 124.575 415.00 263.12 151.88 - 124.600 340.00 255.35 84.65 - 124.625 328.00 246.76 81.24 - 124.650 323.00 238.37 84.63 - 124.675 291.00 231.02 59.98 - 124.700 265.00 225.36 39.64 - 124.725 305.00 221.73 83.27 - 124.750 279.00 220.25 58.75 - 124.775 298.00 220.82 77.18 - 124.800 320.00 223.10 96.90 - 124.825 299.00 226.58 72.42 - 124.850 306.00 230.59 75.41 - 124.875 340.00 234.30 105.70 - 124.900 314.00 236.86 77.14 - 124.925 329.00 237.53 91.47 - 124.950 324.00 236.00 88.00 - 124.975 367.00 232.46 134.54 - 125.000 378.00 227.49 150.51 - 125.025 335.00 221.80 113.20 - 125.050 338.00 216.06 121.94 - 125.075 293.00 210.80 82.20 - 125.100 299.00 206.44 92.56 - 125.125 293.00 203.27 89.73 - 125.150 263.00 201.52 61.48 - 125.175 285.00 201.37 83.63 - 125.200 277.00 202.93 74.07 - 125.225 283.00 206.28 76.72 - 125.250 326.00 211.44 114.56 - 125.275 291.00 218.35 72.65 - 125.300 311.00 226.84 84.16 - 125.325 315.00 236.63 78.37 - 125.350 351.00 247.20 103.80 - 125.375 367.00 257.90 109.10 - 125.400 353.00 267.81 85.19 - 125.425 387.00 275.93 111.07 - 125.450 404.00 281.38 122.62 - 125.475 365.00 283.73 81.27 - 125.500 354.00 283.29 70.71 - 125.525 382.00 280.92 101.08 - 125.550 318.00 277.64 40.36 - 125.575 310.00 274.22 35.78 - 125.600 342.00 271.14 70.86 - 125.625 355.00 268.45 86.55 - 125.650 334.00 265.89 68.11 - 125.675 382.00 263.02 118.98 - 125.700 359.00 259.34 99.66 - 125.725 322.00 254.50 67.50 - 125.750 317.00 248.41 68.59 - 125.775 322.00 241.27 80.73 - 125.800 315.00 233.54 81.46 - 125.825 322.00 225.73 96.27 - 125.850 260.00 218.26 41.74 - 125.875 275.00 211.46 63.54 - 125.900 282.00 205.53 76.47 - 125.925 290.00 200.56 89.44 - 125.950 318.00 196.55 121.45 - 125.975 296.00 193.44 102.56 - 126.000 276.00 191.13 84.87 - 126.025 281.00 189.47 91.53 - 126.050 309.00 188.34 120.66 - 126.075 281.00 187.63 93.37 - 126.100 305.00 187.24 117.76 - 126.125 298.00 187.11 110.89 - 126.150 276.00 187.19 88.81 - 126.175 252.00 187.46 64.54 - 126.200 303.00 187.95 115.05 - 126.225 282.00 188.68 93.32 - 126.250 308.00 189.75 118.25 - 126.275 302.00 191.27 110.73 - 126.300 293.00 193.44 99.56 - 126.325 288.00 196.48 91.52 - 126.350 268.00 200.70 67.30 - 126.375 300.00 206.46 93.54 - 126.400 319.00 214.13 104.87 - 126.425 297.00 224.06 72.94 - 126.450 302.00 236.52 65.48 - 126.475 304.00 251.63 52.37 - 126.500 346.00 269.26 76.74 - 126.525 392.00 288.99 103.01 - 126.550 454.00 310.06 143.94 - 126.575 519.00 331.24 187.76 - 126.600 565.00 350.92 214.08 - 126.625 590.00 367.17 222.83 - 126.650 593.00 378.06 214.94 - 126.675 601.00 382.25 218.75 - 126.700 563.00 379.48 183.52 - 126.725 482.00 370.57 111.43 - 126.750 500.00 356.99 143.01 - 126.775 403.00 340.26 62.74 - 126.800 417.00 321.75 95.25 - 126.825 386.00 302.61 83.39 - 126.850 328.00 283.85 44.15 - 126.875 293.00 266.29 26.71 - 126.900 321.00 250.53 70.47 - 126.925 300.00 236.91 63.09 - 126.950 313.00 225.52 87.48 - 126.975 294.00 216.25 77.75 - 127.000 318.00 208.90 109.10 - 127.025 294.00 203.20 90.80 - 127.050 329.00 198.86 130.14 - 127.075 329.00 195.63 133.37 - 127.100 364.00 193.25 170.75 - 127.125 360.00 191.54 168.46 - 127.150 385.00 190.32 194.68 - 127.175 412.00 189.50 222.50 - 127.200 426.00 188.99 237.01 - 127.225 405.00 188.74 216.26 - 127.250 418.00 188.75 229.25 - 127.275 417.00 189.02 227.98 - 127.300 358.00 189.60 168.40 - 127.325 384.00 190.57 193.43 - 127.350 387.00 191.99 195.01 - 127.375 312.00 193.98 118.02 - 127.400 316.00 196.64 119.36 - 127.425 304.00 200.07 103.93 - 127.450 295.00 204.34 90.66 - 127.475 296.00 209.48 86.52 - 127.500 294.00 215.42 78.58 - 127.525 273.00 222.04 50.96 - 127.550 325.00 229.09 95.91 - 127.575 330.00 236.18 93.82 - 127.600 345.00 242.85 102.15 - 127.625 300.00 248.57 51.43 - 127.650 370.00 252.86 117.14 - 127.675 350.00 255.28 94.72 - 127.700 381.00 255.57 125.43 - 127.725 297.00 253.64 43.36 - 127.750 316.00 249.67 66.33 - 127.775 300.00 244.08 55.92 - 127.800 270.00 237.42 32.58 - 127.825 271.00 230.27 40.73 - 127.850 292.00 223.12 68.88 - 127.875 249.00 216.36 32.64 - 127.900 263.00 210.26 52.74 - 127.925 269.00 204.97 64.03 - 127.950 273.00 200.54 72.46 - 127.975 252.00 196.97 55.03 - 128.000 250.00 194.17 55.83 - 128.025 225.00 192.04 32.96 - 128.050 241.00 190.48 50.52 - 128.075 245.00 189.38 55.62 - 128.100 268.00 188.62 79.38 - 128.125 276.00 188.13 87.87 - 128.150 264.00 187.84 76.16 - 128.175 282.00 187.71 94.29 - 128.200 294.00 187.70 106.30 - 128.225 314.00 187.80 126.20 - 128.250 303.00 188.00 115.00 - 128.275 269.00 188.30 80.70 - 128.300 295.00 188.73 106.27 - 128.325 283.00 189.32 93.68 - 128.350 293.00 190.10 102.90 - 128.375 286.00 191.13 94.87 - 128.400 264.00 192.49 71.51 - 128.425 255.00 194.26 60.74 - 128.450 259.00 196.56 62.44 - 128.475 252.00 199.50 52.50 - 128.500 270.00 203.22 66.78 - 128.525 255.00 207.84 47.16 - 128.550 304.00 213.47 90.53 - 128.575 293.00 220.19 72.81 - 128.600 311.00 227.97 83.03 - 128.625 285.00 236.75 48.25 - 128.650 332.00 246.34 85.66 - 128.675 321.00 256.50 64.50 - 128.700 350.00 266.89 83.11 - 128.725 358.00 277.01 80.99 - 128.750 431.00 286.36 144.64 - 128.775 433.00 294.20 138.80 - 128.800 427.00 299.89 127.11 - 128.825 380.00 302.92 77.08 - 128.850 413.00 303.23 109.77 - 128.875 422.00 301.23 120.77 - 128.900 348.00 297.65 50.35 - 128.925 388.00 293.30 94.70 - 128.950 355.00 288.85 66.15 - 128.975 370.00 284.81 85.19 - 129.000 353.00 281.40 71.60 - 129.025 322.00 278.71 43.29 - 129.050 348.00 276.65 71.35 - 129.075 325.00 275.16 49.84 - 129.100 320.00 274.18 45.82 - 129.125 369.00 273.67 95.33 - 129.150 351.00 273.56 77.44 - 129.175 400.00 273.73 126.27 - 129.200 379.00 273.99 105.01 - 129.225 399.00 274.17 124.83 - 129.250 406.00 274.20 131.80 - 129.275 396.00 274.24 121.76 - 129.300 397.00 274.58 122.42 - 129.325 415.00 275.59 139.41 - 129.350 439.00 277.58 161.42 - 129.375 438.00 280.71 157.29 - 129.400 437.00 284.97 152.03 - 129.425 478.00 290.15 187.85 - 129.450 495.00 295.84 199.16 - 129.475 511.00 301.43 209.57 - 129.500 450.00 306.35 143.65 - 129.525 497.00 310.07 186.93 - 129.550 498.00 312.31 185.69 - 129.575 433.00 312.96 120.04 - 129.600 477.00 311.98 165.02 - 129.625 484.00 309.35 174.65 - 129.650 430.00 304.94 125.06 - 129.675 431.00 298.71 132.29 - 129.700 454.00 290.74 163.26 - 129.725 399.00 281.37 117.63 - 129.750 382.00 271.09 110.91 - 129.775 384.00 260.51 123.49 - 129.800 351.00 250.11 100.89 - 129.825 334.00 240.33 93.67 - 129.850 347.00 231.48 115.52 - 129.875 336.00 223.70 112.30 - 129.900 330.00 217.10 112.90 - 129.925 306.00 211.66 94.34 - 129.950 330.00 207.36 122.64 - 129.975 311.00 204.11 106.89 - 130.000 298.00 201.81 96.19 - 130.025 301.00 200.34 100.66 - 130.050 344.00 199.59 144.41 - 130.075 335.00 199.44 135.56 - 130.100 334.00 199.81 134.19 - 130.125 303.00 200.61 102.39 - 130.150 326.00 201.74 124.26 - 130.175 359.00 203.14 155.86 - 130.200 397.00 204.73 192.27 - 130.225 356.00 206.42 149.58 - 130.250 347.00 208.15 138.85 - 130.275 310.00 209.84 100.16 - 130.300 347.00 211.48 135.52 - 130.325 332.00 213.08 118.92 - 130.350 312.00 214.69 97.31 - 130.375 335.00 216.39 118.61 - 130.400 334.00 218.22 115.78 - 130.425 316.00 220.16 95.84 - 130.450 309.00 222.15 86.85 - 130.475 294.00 224.07 69.93 - 130.500 334.00 225.73 108.27 - 130.525 342.00 226.94 115.06 - 130.550 332.00 227.51 104.49 - 130.575 279.00 227.29 51.71 - 130.600 267.00 226.21 40.79 - 130.625 257.00 224.29 32.71 - 130.650 292.00 221.69 70.31 - 130.675 288.00 218.60 69.40 - 130.700 273.00 215.23 57.77 - 130.725 245.00 211.80 33.20 - 130.750 269.00 208.45 60.55 - 130.775 248.00 205.31 42.69 - 130.800 228.00 202.43 25.57 - 130.825 250.00 199.88 50.12 - 130.850 249.00 197.68 51.32 - 130.875 230.00 195.81 34.19 - 130.900 238.00 194.27 43.73 - 130.925 217.00 193.02 23.98 - 130.950 238.00 192.02 45.98 - 130.975 212.00 191.24 20.76 - 131.000 246.00 190.64 55.36 - 131.025 246.00 190.17 55.83 - 131.050 239.00 189.82 49.18 - 131.075 262.00 189.55 72.45 - 131.100 265.00 189.35 75.65 - 131.125 264.00 189.20 74.80 - 131.150 240.00 189.09 50.91 - 131.175 250.00 189.01 60.99 - 131.200 246.00 188.96 57.04 - 131.225 226.00 188.93 37.07 - 131.250 227.00 188.91 38.09 - 131.275 235.00 188.90 46.10 - 131.300 226.00 188.90 37.10 - 131.325 256.00 188.92 67.08 - 131.350 190.00 188.94 1.06 - 131.375 215.00 188.96 26.04 - 131.400 236.00 188.99 47.01 - 131.425 223.00 189.03 33.97 - 131.450 227.00 189.08 37.92 - 131.475 203.00 189.13 13.87 - 131.500 206.00 189.19 16.81 - 131.525 190.00 189.25 0.75 - 131.550 232.00 189.32 42.68 - 131.575 230.00 189.40 40.60 - 131.600 201.00 189.49 11.51 - 131.625 219.00 189.59 29.41 - 131.650 203.00 189.70 13.30 - 131.675 216.00 189.81 26.19 - 131.700 213.00 189.94 23.06 - 131.725 208.00 190.09 17.91 - 131.750 224.00 190.25 33.75 - 131.775 210.00 190.43 19.57 - 131.800 202.00 190.64 11.36 - 131.825 212.00 190.89 21.11 - 131.850 205.00 191.18 13.82 - 131.875 236.00 191.53 44.47 - 131.900 220.00 191.97 28.03 - 131.925 194.00 192.52 1.48 - 131.950 199.00 193.23 5.77 - 131.975 201.00 194.14 6.86 - 132.000 216.00 195.30 20.70 - 132.025 237.00 196.78 40.22 - 132.050 212.00 198.63 13.37 - 132.075 225.00 200.93 24.07 - 132.100 203.00 203.71 -0.71 - 132.125 241.00 207.02 33.98 - 132.150 232.00 210.86 21.14 - 132.175 260.00 215.21 44.79 - 132.200 253.00 220.02 32.98 - 132.225 257.00 225.15 31.85 - 132.250 282.00 230.46 51.54 - 132.275 291.00 235.73 55.27 - 132.300 283.00 240.68 42.32 - 132.325 325.00 245.03 79.97 - 132.350 333.00 248.46 84.54 - 132.375 335.00 250.75 84.25 - 132.400 293.00 251.76 41.24 - 132.425 315.00 251.49 63.51 - 132.450 297.00 250.07 46.93 - 132.475 310.00 247.69 62.31 - 132.500 285.00 244.57 40.43 - 132.525 285.00 240.90 44.10 - 132.550 276.00 236.86 39.14 - 132.575 258.00 232.65 25.35 - 132.600 251.00 228.45 22.55 - 132.625 269.00 224.42 44.58 - 132.650 228.00 220.71 7.29 - 132.675 215.00 217.39 -2.39 - 132.700 259.00 214.53 44.47 - 132.725 235.00 212.13 22.87 - 132.750 257.00 210.16 46.84 - 132.775 241.00 208.56 32.44 - 132.800 289.00 207.26 81.74 - 132.825 229.00 206.16 22.84 - 132.850 267.00 205.19 61.81 - 132.875 270.00 204.28 65.72 - 132.900 284.00 203.39 80.61 - 132.925 265.00 202.49 62.51 - 132.950 274.00 201.61 72.39 - 132.975 275.00 200.74 74.26 - 133.000 279.00 199.91 79.09 - 133.025 277.00 199.13 77.87 - 133.050 269.00 198.43 70.57 - 133.075 267.00 197.82 69.18 - 133.100 263.00 197.32 65.68 - 133.125 299.00 196.93 102.07 - 133.150 262.00 196.67 65.33 - 133.175 263.00 196.56 66.44 - 133.200 268.00 196.59 71.41 - 133.225 235.00 196.80 38.20 - 133.250 232.00 197.19 34.81 - 133.275 261.00 197.79 63.21 - 133.300 236.00 198.63 37.37 - 133.325 224.00 199.72 24.28 - 133.350 251.00 201.09 49.91 - 133.375 249.00 202.77 46.23 - 133.400 247.00 204.75 42.25 - 133.425 217.00 207.03 9.97 - 133.450 238.00 209.59 28.41 - 133.475 231.00 212.37 18.63 - 133.500 251.00 215.31 35.69 - 133.525 261.00 218.31 42.69 - 133.550 251.00 221.25 29.75 - 133.575 308.00 223.98 84.02 - 133.600 300.00 226.35 73.65 - 133.625 333.00 228.19 104.81 - 133.650 311.00 229.40 81.60 - 133.675 283.00 229.91 53.09 - 133.700 279.00 229.78 49.22 - 133.725 289.00 229.14 59.86 - 133.750 281.00 228.17 52.83 - 133.775 273.00 227.10 45.90 - 133.800 244.00 226.14 17.86 - 133.825 299.00 225.46 73.54 - 133.850 263.00 225.21 37.79 - 133.875 257.00 225.48 31.52 - 133.900 209.00 226.32 -17.32 - 133.925 284.00 227.71 56.29 - 133.950 256.00 229.59 26.41 - 133.975 270.00 231.84 38.16 - 134.000 280.00 234.30 45.70 - 134.025 276.00 236.76 39.24 - 134.050 282.00 238.97 43.03 - 134.075 293.00 240.68 52.32 - 134.100 282.00 241.65 40.35 - 134.125 285.00 241.73 43.27 - 134.150 309.00 240.86 68.14 - 134.175 299.00 239.09 59.91 - 134.200 295.00 236.56 58.44 - 134.225 307.00 233.50 73.50 - 134.250 253.00 230.10 22.90 - 134.275 258.00 226.58 31.42 - 134.300 255.00 223.09 31.91 - 134.325 297.00 219.78 77.22 - 134.350 296.00 216.77 79.23 - 134.375 248.00 214.11 33.89 - 134.400 286.00 211.87 74.13 - 134.425 288.00 210.07 77.93 - 134.450 259.00 208.72 50.28 - 134.475 276.00 207.83 68.17 - 134.500 256.00 207.38 48.62 - 134.525 257.00 207.37 49.63 - 134.550 268.00 207.82 60.18 - 134.575 246.00 208.74 37.26 - 134.600 273.00 210.16 62.84 - 134.625 271.00 212.15 58.85 - 134.650 306.00 214.75 91.25 - 134.675 287.00 218.06 68.94 - 134.700 286.00 222.15 63.85 - 134.725 303.00 227.07 75.93 - 134.750 283.00 232.91 50.09 - 134.775 335.00 239.67 95.33 - 134.800 330.00 247.35 82.65 - 134.825 366.00 255.89 110.11 - 134.850 380.00 265.12 114.88 - 134.875 334.00 274.90 59.10 - 134.900 362.00 284.90 77.10 - 134.925 408.00 294.82 113.18 - 134.950 432.00 304.21 127.79 - 134.975 479.00 312.61 166.39 - 135.000 440.00 319.62 120.38 - 135.025 484.00 324.89 159.11 - 135.050 478.00 328.21 149.79 - 135.075 479.00 329.50 149.50 - 135.100 513.00 328.79 184.21 - 135.125 472.00 326.18 145.82 - 135.150 445.00 321.87 123.13 - 135.175 466.00 316.09 149.91 - 135.200 437.00 309.17 127.83 - 135.225 414.00 301.52 112.48 - 135.250 396.00 293.52 102.48 - 135.275 374.00 285.62 88.38 - 135.300 314.00 278.12 35.88 - 135.325 326.00 271.34 54.66 - 135.350 326.00 265.51 60.49 - 135.375 323.00 260.73 62.27 - 135.400 316.00 257.09 58.91 - 135.425 354.00 254.53 99.47 - 135.450 315.00 253.00 62.00 - 135.475 351.00 252.35 98.65 - 135.500 329.00 252.41 76.59 - 135.525 370.00 252.94 117.06 - 135.550 366.00 253.69 112.31 - 135.575 415.00 254.37 160.63 - 135.600 444.00 254.73 189.27 - 135.625 423.00 254.52 168.48 - 135.650 414.00 253.60 160.40 - 135.675 412.00 251.91 160.09 - 135.700 463.00 249.48 213.52 - 135.725 464.00 246.43 217.57 - 135.750 424.00 242.93 181.07 - 135.775 427.00 239.14 187.86 - 135.800 411.00 235.22 175.78 - 135.825 394.00 231.33 162.67 - 135.850 383.00 227.58 155.42 - 135.875 394.00 224.07 169.93 - 135.900 330.00 220.87 109.13 - 135.925 360.00 218.01 141.99 - 135.950 359.00 215.51 143.49 - 135.975 303.00 213.36 89.64 - 136.000 294.00 211.56 82.44 - 136.025 289.00 210.05 78.95 - 136.050 271.00 208.82 62.18 - 136.075 288.00 207.84 80.16 - 136.100 264.00 207.08 56.92 - 136.125 284.00 206.52 77.48 - 136.150 262.00 206.13 55.87 - 136.175 274.00 205.92 68.08 - 136.200 278.00 205.89 72.11 - 136.225 293.00 206.03 86.97 - 136.250 289.00 206.37 82.63 - 136.275 309.00 206.91 102.09 - 136.300 292.00 207.69 84.31 - 136.325 313.00 208.71 104.29 - 136.350 286.00 210.01 75.99 - 136.375 291.00 211.60 79.40 - 136.400 303.00 213.50 89.50 - 136.425 279.00 215.71 63.29 - 136.450 298.00 218.23 79.77 - 136.475 301.00 221.03 79.97 - 136.500 278.00 224.08 53.92 - 136.525 261.00 227.32 33.68 - 136.550 314.00 230.68 83.32 - 136.575 299.00 234.07 64.93 - 136.600 316.00 237.38 78.62 - 136.625 353.00 240.47 112.53 - 136.650 319.00 243.23 75.77 - 136.675 339.00 245.55 93.45 - 136.700 335.00 247.32 87.68 - 136.725 341.00 248.47 92.53 - 136.750 306.00 249.00 57.00 - 136.775 303.00 248.92 54.08 - 136.800 298.00 248.27 49.73 - 136.825 290.00 247.12 42.88 - 136.850 317.00 245.54 71.46 - 136.875 318.00 243.59 74.41 - 136.900 296.00 241.32 54.68 - 136.925 336.00 238.77 97.23 - 136.950 295.00 236.02 58.98 - 136.975 284.00 233.13 50.87 - 137.000 241.00 230.18 10.82 - 137.025 276.00 227.23 48.77 - 137.050 245.00 224.37 20.63 - 137.075 247.00 221.65 25.35 - 137.100 263.00 219.12 43.88 - 137.125 270.00 216.81 53.19 - 137.150 261.00 214.73 46.27 - 137.175 239.00 212.90 26.10 - 137.200 247.00 211.30 35.70 - 137.225 250.00 209.93 40.07 - 137.250 209.00 208.78 0.22 - 137.275 238.00 207.83 30.17 - 137.300 247.00 207.05 39.95 - 137.325 257.00 206.43 50.57 - 137.350 255.00 205.95 49.05 - 137.375 273.00 205.58 67.42 - 137.400 272.00 205.30 66.70 - 137.425 319.00 205.11 113.89 - 137.450 274.00 204.98 69.02 - 137.475 307.00 204.91 102.09 - 137.500 253.00 204.88 48.12 - 137.525 284.00 204.89 79.11 - 137.550 254.00 204.94 49.06 - 137.575 274.00 205.01 68.99 - 137.600 278.00 205.12 72.88 - 137.625 237.00 205.25 31.75 - 137.650 257.00 205.43 51.57 - 137.675 249.00 205.64 43.36 - 137.700 261.00 205.90 55.10 - 137.725 242.00 206.22 35.78 - 137.750 256.00 206.63 49.37 - 137.775 255.00 207.12 47.88 - 137.800 236.00 207.74 28.26 - 137.825 234.00 208.50 25.50 - 137.850 250.00 209.44 40.56 - 137.875 233.00 210.59 22.41 - 137.900 250.00 211.99 38.01 - 137.925 231.00 213.67 17.33 - 137.950 252.00 215.67 36.33 - 137.975 244.00 218.01 25.99 - 138.000 256.00 220.72 35.28 - 138.025 226.00 223.80 2.20 - 138.050 267.00 227.24 39.76 - 138.075 246.00 231.02 14.98 - 138.100 257.00 235.08 21.92 - 138.125 255.00 239.36 15.64 - 138.150 278.00 243.76 34.24 - 138.175 292.00 248.16 43.84 - 138.200 308.00 252.42 55.58 - 138.225 274.00 256.37 17.63 - 138.250 375.00 259.84 115.16 - 138.275 361.00 262.65 98.35 - 138.300 344.00 264.64 79.36 - 138.325 361.00 265.71 95.29 - 138.350 347.00 265.82 81.18 - 138.375 352.00 265.02 86.98 - 138.400 322.00 263.44 58.56 - 138.425 337.00 261.25 75.75 - 138.450 267.00 258.67 8.33 - 138.475 268.00 255.92 12.08 - 138.500 286.00 253.21 32.79 - 138.525 279.00 250.75 28.25 - 138.550 276.00 248.71 27.29 - 138.575 252.00 247.24 4.76 - 138.600 242.00 246.47 -4.47 - 138.625 277.00 246.48 30.52 - 138.650 271.00 247.34 23.66 - 138.675 275.00 249.06 25.94 - 138.700 272.00 251.63 20.37 - 138.725 295.00 255.02 39.98 - 138.750 281.00 259.13 21.87 - 138.775 338.00 263.88 74.12 - 138.800 320.00 269.09 50.91 - 138.825 350.00 274.60 75.40 - 138.850 381.00 280.22 100.78 - 138.875 404.00 285.69 118.31 - 138.900 451.00 290.81 160.19 - 138.925 441.00 295.33 145.67 - 138.950 452.00 299.06 152.94 - 138.975 417.00 301.86 115.14 - 139.000 450.00 303.66 146.34 - 139.025 436.00 304.45 131.55 - 139.050 437.00 304.29 132.71 - 139.075 440.00 303.22 136.78 - 139.100 474.00 301.31 172.69 - 139.125 453.00 298.63 154.37 - 139.150 457.00 295.20 161.80 - 139.175 438.00 291.09 146.91 - 139.200 387.00 286.37 100.63 - 139.225 386.00 281.14 104.86 - 139.250 366.00 275.56 90.44 - 139.275 341.00 269.74 71.26 - 139.300 337.00 263.87 73.13 - 139.325 308.00 258.07 49.93 - 139.350 329.00 252.46 76.54 - 139.375 283.00 247.15 35.85 - 139.400 296.00 242.18 53.82 - 139.425 289.00 237.63 51.37 - 139.450 297.00 233.52 63.48 - 139.475 240.00 229.85 10.15 - 139.500 268.00 226.63 41.37 - 139.525 282.00 223.83 58.17 - 139.550 297.00 221.44 75.56 - 139.575 291.00 219.44 71.56 - 139.600 281.00 217.77 63.23 - 139.625 305.00 216.43 88.57 - 139.650 336.00 215.35 120.65 - 139.675 324.00 214.53 109.47 - 139.700 307.00 213.93 93.07 - 139.725 332.00 213.52 118.48 - 139.750 328.00 213.29 114.71 - 139.775 309.00 213.21 95.79 - 139.800 315.00 213.29 101.71 - 139.825 330.00 213.50 116.50 - 139.850 291.00 213.86 77.14 - 139.875 290.00 214.34 75.66 - 139.900 344.00 214.95 129.05 - 139.925 314.00 215.69 98.31 - 139.950 324.00 216.54 107.46 - 139.975 327.00 217.50 109.50 - 140.000 259.00 218.55 40.45 - 140.025 268.00 219.69 48.31 - 140.050 305.00 220.87 84.13 - 140.075 304.00 222.08 81.92 - 140.100 300.00 223.29 76.71 - 140.125 285.00 224.45 60.55 - 140.150 292.00 225.52 66.48 - 140.175 289.00 226.46 62.54 - 140.200 294.00 227.22 66.78 - 140.225 278.00 227.77 50.23 - 140.250 261.00 228.07 32.93 - 140.275 297.00 228.12 68.88 - 140.300 252.00 227.92 24.08 - 140.325 280.00 227.49 52.51 - 140.350 245.00 226.89 18.11 - 140.375 266.00 226.14 39.86 - 140.400 283.00 225.31 57.69 - 140.425 238.00 224.44 13.56 - 140.450 266.00 223.58 42.42 - 140.475 262.00 222.76 39.24 - 140.500 249.00 222.04 26.96 - 140.525 255.00 221.42 33.58 - 140.550 240.00 220.94 19.06 - 140.575 239.00 220.60 18.40 - 140.600 221.00 220.41 0.59 - 140.625 251.00 220.37 30.63 - 140.650 212.00 220.47 -8.47 - 140.675 233.00 220.71 12.29 - 140.700 238.00 221.06 16.94 - 140.725 249.00 221.51 27.49 - 140.750 256.00 222.02 33.98 - 140.775 216.00 222.57 -6.57 - 140.800 262.00 223.14 38.86 - 140.825 249.00 223.69 25.31 - 140.850 248.00 224.20 23.80 - 140.875 263.00 224.66 38.34 - 140.900 281.00 225.06 55.94 - 140.925 234.00 225.39 8.61 - 140.950 290.00 225.65 64.35 - 140.975 269.00 225.84 43.16 - 141.000 284.00 225.97 58.03 - 141.025 233.00 226.03 6.97 - 141.050 286.00 226.01 59.99 - 141.075 275.00 225.91 49.09 - 141.100 263.00 225.73 37.27 - 141.125 245.00 225.44 19.56 - 141.150 259.00 225.06 33.94 - 141.175 276.00 224.59 51.41 - 141.200 229.00 224.04 4.96 - 141.225 261.00 223.42 37.58 - 141.250 273.00 222.76 50.24 - 141.275 272.00 222.07 49.93 - 141.300 231.00 221.40 9.60 - 141.325 212.00 220.76 -8.76 - 141.350 233.00 220.16 12.84 - 141.375 256.00 219.64 36.36 - 141.400 241.00 219.21 21.79 - 141.425 228.00 218.89 9.11 - 141.450 234.00 218.69 15.31 - 141.475 238.00 218.62 19.38 - 141.500 216.00 218.69 -2.69 - 141.525 207.00 218.92 -11.92 - 141.550 221.00 219.31 1.69 - 141.575 233.00 219.86 13.14 - 141.600 238.00 220.57 17.43 - 141.625 217.00 221.43 -4.43 - 141.650 238.00 222.44 15.56 - 141.675 251.00 223.60 27.40 - 141.700 268.00 224.87 43.13 - 141.725 259.00 226.25 32.75 - 141.750 230.00 227.70 2.30 - 141.775 276.00 229.20 46.80 - 141.800 257.00 230.70 26.30 - 141.825 260.00 232.17 27.83 - 141.850 255.00 233.57 21.43 - 141.875 244.00 234.84 9.16 - 141.900 258.00 235.94 22.06 - 141.925 279.00 236.84 42.16 - 141.950 291.00 237.50 53.50 - 141.975 290.00 237.91 52.09 - 142.000 295.00 238.05 56.95 - 142.025 289.00 237.91 51.09 - 142.050 273.00 237.53 35.47 - 142.075 306.00 236.91 69.09 - 142.100 307.00 236.11 70.89 - 142.125 264.00 235.15 28.85 - 142.150 289.00 234.09 54.91 - 142.175 270.00 232.97 37.03 - 142.200 234.00 231.84 2.16 - 142.225 252.00 230.74 21.26 - 142.250 243.00 229.70 13.30 - 142.275 244.00 228.75 15.25 - 142.300 251.00 227.92 23.08 - 142.325 235.00 227.21 7.79 - 142.350 234.00 226.64 7.36 - 142.375 246.00 226.21 19.79 - 142.400 239.00 225.91 13.09 - 142.425 257.00 225.75 31.25 - 142.450 218.00 225.69 -7.69 - 142.475 234.00 225.73 8.27 - 142.500 230.00 225.85 4.15 - 142.525 253.00 226.03 26.97 - 142.550 248.00 226.25 21.75 - 142.575 257.00 226.50 30.50 - 142.600 248.00 226.76 21.24 - 142.625 255.00 227.01 27.99 - 142.650 261.00 227.27 33.73 - 142.675 275.00 227.52 47.48 - 142.700 288.00 227.76 60.24 - 142.725 301.00 228.00 73.00 - 142.750 283.00 228.24 54.76 - 142.775 308.00 228.49 79.51 - 142.800 268.00 228.74 39.26 - 142.825 300.00 229.01 70.99 - 142.850 305.00 229.31 75.69 - 142.875 254.00 229.64 24.36 - 142.900 251.00 230.02 20.98 - 142.925 256.00 230.45 25.55 - 142.950 280.00 230.95 49.05 - 142.975 290.00 231.50 58.50 - 143.000 267.00 232.12 34.88 - 143.025 278.00 232.79 45.21 - 143.050 302.00 233.52 68.48 - 143.075 264.00 234.28 29.72 - 143.100 263.00 235.07 27.93 - 143.125 289.00 235.87 53.13 - 143.150 231.00 236.67 -5.67 - 143.175 271.00 237.44 33.56 - 143.200 289.00 238.19 50.81 - 143.225 268.00 238.91 29.09 - 143.250 310.00 239.60 70.40 - 143.275 278.00 240.28 37.72 - 143.300 280.00 240.96 39.04 - 143.325 262.00 241.65 20.35 - 143.350 234.00 242.36 -8.36 - 143.375 278.00 243.10 34.90 - 143.400 288.00 243.87 44.13 - 143.425 265.00 244.66 20.34 - 143.450 302.00 245.46 56.54 - 143.475 278.00 246.25 31.75 - 143.500 273.00 246.99 26.01 - 143.525 279.00 247.65 31.35 - 143.550 303.00 248.19 54.81 - 143.575 318.00 248.58 69.42 - 143.600 317.00 248.76 68.24 - 143.625 312.00 248.71 63.29 - 143.650 303.00 248.42 54.58 - 143.675 312.00 247.87 64.13 - 143.700 311.00 247.08 63.92 - 143.725 308.00 246.08 61.92 - 143.750 304.00 244.90 59.10 - 143.775 284.00 243.59 40.41 - 143.800 281.00 242.20 38.80 - 143.825 287.00 240.76 46.24 - 143.850 262.00 239.33 22.67 - 143.875 273.00 237.94 35.06 - 143.900 284.00 236.63 47.37 - 143.925 261.00 235.42 25.58 - 143.950 241.00 234.35 6.65 - 143.975 238.00 233.42 4.58 - 144.000 276.00 232.65 43.35 - 144.025 276.00 232.05 43.95 - 144.050 274.00 231.61 42.39 - 144.075 262.00 231.32 30.68 - 144.100 279.00 231.19 47.81 - 144.125 274.00 231.18 42.82 - 144.150 238.00 231.29 6.71 - 144.175 278.00 231.48 46.52 - 144.200 273.00 231.73 41.27 - 144.225 274.00 232.02 41.98 - 144.250 260.00 232.32 27.68 - 144.275 245.00 232.59 12.41 - 144.300 293.00 232.81 60.19 - 144.325 307.00 232.96 74.04 - 144.350 304.00 233.03 70.97 - 144.375 266.00 232.99 33.01 - 144.400 287.00 232.84 54.16 - 144.425 292.00 232.60 59.40 - 144.450 295.00 232.26 62.74 - 144.475 295.00 231.86 63.14 - 144.500 305.00 231.40 73.60 - 144.525 300.00 230.91 69.09 - 144.550 281.00 230.40 50.60 - 144.575 287.00 229.91 57.09 - 144.600 299.00 229.45 69.55 - 144.625 268.00 229.04 38.96 - 144.650 292.00 228.70 63.30 - 144.675 267.00 228.45 38.55 - 144.700 236.00 228.31 7.69 - 144.725 248.00 228.29 19.71 - 144.750 272.00 228.41 43.59 - 144.775 274.00 228.67 45.33 - 144.800 237.00 229.09 7.91 - 144.825 251.00 229.68 21.32 - 144.850 245.00 230.43 14.57 - 144.875 285.00 231.37 53.63 - 144.900 252.00 232.48 19.52 - 144.925 272.00 233.75 38.25 - 144.950 258.00 235.19 22.81 - 144.975 269.00 236.79 32.21 - 145.000 268.00 238.52 29.48 - 145.025 299.00 240.36 58.64 - 145.050 240.00 242.30 -2.30 - 145.075 263.00 244.28 18.72 - 145.100 260.00 246.30 13.70 - 145.125 315.00 248.30 66.70 - 145.150 315.00 250.23 64.77 - 145.175 295.00 252.06 42.94 - 145.200 279.00 253.73 25.27 - 145.225 295.00 255.18 39.82 - 145.250 333.00 256.38 76.62 - 145.275 322.00 257.27 64.73 - 145.300 338.00 257.82 80.18 - 145.325 383.00 258.01 124.99 - 145.350 339.00 257.84 81.16 - 145.375 311.00 257.31 53.69 - 145.400 323.00 256.47 66.53 - 145.425 295.00 255.34 39.66 - 145.450 275.00 253.98 21.02 - 145.475 295.00 252.43 42.57 - 145.500 289.00 250.74 38.26 - 145.525 294.00 248.97 45.03 - 145.550 287.00 247.16 39.84 - 145.575 275.00 245.35 29.65 - 145.600 249.00 243.58 5.42 - 145.625 232.00 241.88 -9.88 - 145.650 269.00 240.28 28.72 - 145.675 258.00 238.81 19.19 - 145.700 268.00 237.49 30.51 - 145.725 290.00 236.32 53.68 - 145.750 253.00 235.33 17.67 - 145.775 266.00 234.52 31.48 - 145.800 234.00 233.91 0.09 - 145.825 233.00 233.50 -0.50 - 145.850 223.00 233.30 -10.30 - 145.875 231.00 233.32 -2.32 - 145.900 252.00 233.57 18.43 - 145.925 275.00 234.05 40.95 - 145.950 267.00 234.79 32.21 - 145.975 251.00 235.78 15.22 - 146.000 284.00 237.06 46.94 - 146.025 281.00 238.63 42.37 - 146.050 254.00 240.50 13.50 - 146.075 265.00 242.70 22.30 - 146.100 309.00 245.24 63.76 - 146.125 269.00 248.13 20.87 - 146.150 296.00 251.37 44.63 - 146.175 290.00 254.97 35.03 - 146.200 301.00 258.92 42.08 - 146.225 297.00 263.21 33.79 - 146.250 300.00 267.82 32.18 - 146.275 345.00 272.72 72.28 - 146.300 298.00 277.86 20.14 - 146.325 347.00 283.20 63.80 - 146.350 345.00 288.68 56.32 - 146.375 374.00 294.22 79.78 - 146.400 366.00 299.74 66.26 - 146.425 387.00 305.13 81.87 - 146.450 392.00 310.31 81.69 - 146.475 438.00 315.14 122.86 - 146.500 465.00 319.54 145.46 - 146.525 470.00 323.37 146.63 - 146.550 443.00 326.53 116.47 - 146.575 511.00 328.96 182.04 - 146.600 473.00 330.58 142.42 - 146.625 474.00 331.38 142.62 - 146.650 455.00 331.35 123.65 - 146.675 473.00 330.55 142.45 - 146.700 452.00 329.03 122.97 - 146.725 460.00 326.88 133.12 - 146.750 440.00 324.19 115.81 - 146.775 386.00 321.07 64.93 - 146.800 385.00 317.63 67.37 - 146.825 402.00 313.94 88.06 - 146.850 418.00 310.12 107.88 - 146.875 382.00 306.25 75.75 - 146.900 348.00 302.42 45.58 - 146.925 344.00 298.70 45.30 - 146.950 360.00 295.16 64.84 - 146.975 366.00 291.87 74.13 - 147.000 351.00 288.86 62.14 - 147.025 322.00 286.17 35.83 - 147.050 327.00 283.83 43.17 - 147.075 318.00 281.84 36.16 - 147.100 352.00 280.19 71.81 - 147.125 341.00 278.86 62.14 - 147.150 308.00 277.83 30.17 - 147.175 357.00 277.06 79.94 - 147.200 325.00 276.50 48.50 - 147.225 367.00 276.09 90.91 - 147.250 383.00 275.78 107.22 - 147.275 381.00 275.50 105.50 - 147.300 376.00 275.20 100.80 - 147.325 381.00 274.82 106.18 - 147.350 434.00 274.31 159.69 - 147.375 410.00 273.64 136.36 - 147.400 412.00 272.77 139.23 - 147.425 411.00 271.69 139.31 - 147.450 393.00 270.41 122.59 - 147.475 427.00 268.95 158.05 - 147.500 429.00 267.33 161.67 - 147.525 441.00 265.58 175.42 - 147.550 407.00 263.75 143.25 - 147.575 412.00 261.87 150.13 - 147.600 456.00 259.97 196.03 - 147.625 389.00 258.11 130.89 - 147.650 386.00 256.31 129.69 - 147.675 382.00 254.61 127.39 - 147.700 368.00 253.04 114.96 - 147.725 352.00 251.64 100.36 - 147.750 367.00 250.41 116.59 - 147.775 366.00 249.40 116.60 - 147.800 364.00 248.61 115.39 - 147.825 366.00 248.06 117.94 - 147.850 352.00 247.76 104.24 - 147.875 312.00 247.72 64.28 - 147.900 345.00 247.93 97.07 - 147.925 336.00 248.40 87.60 - 147.950 284.00 249.12 34.88 - 147.975 310.00 250.08 59.92 - 148.000 289.00 251.26 37.74 - 148.025 318.00 252.65 65.35 - 148.050 287.00 254.23 32.77 - 148.075 303.00 255.96 47.04 - 148.100 306.00 257.83 48.17 - 148.125 320.00 259.80 60.20 - 148.150 330.00 261.83 68.17 - 148.175 334.00 263.89 70.11 - 148.200 345.00 265.94 79.06 - 148.225 367.00 267.93 99.07 - 148.250 407.00 269.83 137.17 - 148.275 379.00 271.58 107.42 - 148.300 410.00 273.15 136.85 - 148.325 396.00 274.50 121.50 - 148.350 429.00 275.59 153.41 - 148.375 425.00 276.40 148.60 - 148.400 449.00 276.92 172.08 - 148.425 416.00 277.14 138.86 - 148.450 394.00 277.06 116.94 - 148.475 390.00 276.70 113.30 - 148.500 394.00 276.10 117.90 - 148.525 404.00 275.28 128.72 - 148.550 356.00 274.28 81.72 - 148.575 350.00 273.16 76.84 - 148.600 378.00 271.94 106.06 - 148.625 369.00 270.67 98.33 - 148.650 362.00 269.40 92.60 - 148.675 311.00 268.14 42.86 - 148.700 297.00 266.94 30.06 - 148.725 307.00 265.81 41.19 - 148.750 293.00 264.77 28.23 - 148.775 291.00 263.83 27.17 - 148.800 338.00 262.99 75.01 - 148.825 300.00 262.26 37.74 - 148.850 290.00 261.64 28.36 - 148.875 317.00 261.10 55.90 - 148.900 312.00 260.64 51.36 - 148.925 270.00 260.24 9.76 - 148.950 313.00 259.87 53.13 - 148.975 278.00 259.51 18.49 - 149.000 321.00 259.13 61.87 - 149.025 327.00 258.72 68.28 - 149.050 332.00 258.25 73.75 - 149.075 337.00 257.71 79.29 - 149.100 328.00 257.08 70.92 - 149.125 301.00 256.35 44.65 - 149.150 322.00 255.54 66.46 - 149.175 334.00 254.63 79.37 - 149.200 330.00 253.64 76.36 - 149.225 315.00 252.59 62.41 - 149.250 311.00 251.48 59.52 - 149.275 302.00 250.34 51.66 - 149.300 338.00 249.17 88.83 - 149.325 321.00 247.99 73.01 - 149.350 317.00 246.81 70.19 - 149.375 331.00 245.66 85.34 - 149.400 335.00 244.53 90.47 - 149.425 345.00 243.45 101.55 - 149.450 317.00 242.41 74.59 - 149.475 306.00 241.43 64.57 - 149.500 309.00 240.52 68.48 - 149.525 336.00 239.67 96.33 - 149.550 309.00 238.90 70.10 - 149.575 299.00 238.20 60.80 - 149.600 319.00 237.57 81.43 - 149.625 310.00 237.03 72.97 - 149.650 287.00 236.55 50.45 - 149.675 281.00 236.15 44.85 - 149.700 268.00 235.82 32.18 - 149.725 260.00 235.56 24.44 - 149.750 279.00 235.37 43.63 - 149.775 279.00 235.23 43.77 - 149.800 289.00 235.15 53.85 - 149.825 265.00 235.13 29.87 - 149.850 261.00 235.16 25.84 - 149.875 264.00 235.23 28.77 - 149.900 260.00 235.36 24.64 - 149.925 271.00 235.53 35.47 - 149.950 265.00 235.74 29.26 - 149.975 270.00 235.99 34.01 - 150.000 280.00 236.29 43.71 - 150.025 304.00 236.63 67.37 - 150.050 283.00 237.01 45.99 - 150.075 289.00 237.43 51.57 - 150.100 294.00 237.90 56.10 - 150.125 325.00 238.42 86.58 - 150.150 269.00 238.98 30.02 - 150.175 282.00 239.60 42.40 - 150.200 293.00 240.27 52.73 - 150.225 275.00 241.01 33.99 - 150.250 283.00 241.81 41.19 - 150.275 281.00 242.68 38.32 - 150.300 283.00 243.62 39.38 - 150.325 277.00 244.64 32.36 - 150.350 284.00 245.75 38.25 - 150.375 275.00 246.95 28.05 - 150.400 277.00 248.24 28.76 - 150.425 278.00 249.62 28.38 - 150.450 273.00 251.10 21.90 - 150.475 284.00 252.67 31.33 - 150.500 267.00 254.33 12.67 - 150.525 270.00 256.08 13.92 - 150.550 287.00 257.89 29.11 - 150.575 316.00 259.78 56.22 - 150.600 261.00 261.71 -0.71 - 150.625 283.00 263.68 19.32 - 150.650 294.00 265.67 28.33 - 150.675 275.00 267.65 7.35 - 150.700 324.00 269.60 54.40 - 150.725 306.00 271.50 34.50 - 150.750 302.00 273.32 28.68 - 150.775 276.00 275.03 0.97 - 150.800 392.00 276.60 115.40 - 150.825 339.00 278.01 60.99 - 150.850 309.00 279.23 29.77 - 150.875 315.00 280.23 34.77 - 150.900 322.00 280.98 41.02 - 150.925 359.00 281.48 77.52 - 150.950 308.00 281.70 26.30 - 150.975 335.00 281.63 53.37 - 151.000 315.00 281.29 33.71 - 151.025 318.00 280.68 37.32 - 151.050 319.00 279.81 39.19 - 151.075 328.00 278.71 49.29 - 151.100 315.00 277.40 37.60 - 151.125 303.00 275.91 27.09 - 151.150 296.00 274.27 21.73 - 151.175 300.00 272.51 27.49 - 151.200 304.00 270.67 33.33 - 151.225 283.00 268.76 14.24 - 151.250 292.00 266.83 25.17 - 151.275 266.00 264.88 1.12 - 151.300 279.00 262.95 16.05 - 151.325 295.00 261.05 33.95 - 151.350 258.00 259.20 -1.20 - 151.375 289.00 257.41 31.59 - 151.400 272.00 255.70 16.30 - 151.425 251.00 254.07 -3.07 - 151.450 305.00 252.52 52.48 - 151.475 263.00 251.07 11.93 - 151.500 261.00 249.71 11.29 - 151.525 299.00 248.45 50.55 - 151.550 291.00 247.28 43.72 - 151.575 276.00 246.20 29.80 - 151.600 294.00 245.21 48.79 - 151.625 259.00 244.32 14.68 - 151.650 254.00 243.50 10.50 - 151.675 297.00 242.76 54.24 - 151.700 287.00 242.10 44.90 - 151.725 257.00 241.51 15.49 - 151.750 284.00 240.98 43.02 - 151.775 255.00 240.52 14.48 - 151.800 260.00 240.11 19.89 - 151.825 259.00 239.77 19.23 - 151.850 300.00 239.47 60.53 - 151.875 264.00 239.23 24.77 - 151.900 300.00 239.03 60.97 - 151.925 287.00 238.88 48.12 - 151.950 298.00 238.78 59.22 - 151.975 283.00 238.72 44.28 - 152.000 279.00 238.71 40.29 - 152.025 271.00 238.75 32.25 - 152.050 291.00 238.84 52.16 - 152.075 304.00 238.98 65.02 - 152.100 299.00 239.18 59.82 - 152.125 272.00 239.43 32.57 - 152.150 316.00 239.75 76.25 - 152.175 298.00 240.13 57.87 - 152.200 322.00 240.58 81.42 - 152.225 306.00 241.11 64.89 - 152.250 268.00 241.71 26.29 - 152.275 257.00 242.40 14.60 - 152.300 279.00 243.18 35.82 - 152.325 262.00 244.05 17.95 - 152.350 269.00 245.01 23.99 - 152.375 291.00 246.08 44.92 - 152.400 258.00 247.24 10.76 - 152.425 269.00 248.51 20.49 - 152.450 295.00 249.89 45.11 - 152.475 293.00 251.37 41.63 - 152.500 268.00 252.94 15.06 - 152.525 264.00 254.62 9.38 - 152.550 272.00 256.38 15.62 - 152.575 272.00 258.23 13.77 - 152.600 288.00 260.16 27.84 - 152.625 270.00 262.15 7.85 - 152.650 267.00 264.19 2.81 - 152.675 277.00 266.26 10.74 - 152.700 310.00 268.36 41.64 - 152.725 292.00 270.46 21.54 - 152.750 276.00 272.53 3.47 - 152.775 290.00 274.57 15.43 - 152.800 319.00 276.53 42.47 - 152.825 322.00 278.41 43.59 - 152.850 316.00 280.17 35.83 - 152.875 343.00 281.78 61.22 - 152.900 345.00 283.22 61.78 - 152.925 379.00 284.47 94.53 - 152.950 383.00 285.49 97.51 - 152.975 389.00 286.28 102.72 - 153.000 437.00 286.80 150.20 - 153.025 371.00 287.06 83.94 - 153.050 405.00 287.05 117.95 - 153.075 427.00 286.77 140.23 - 153.100 442.00 286.22 155.78 - 153.125 424.00 285.42 138.58 - 153.150 438.00 284.38 153.62 - 153.175 396.00 283.13 112.87 - 153.200 384.00 281.70 102.30 - 153.225 381.00 280.10 100.90 - 153.250 329.00 278.38 50.62 - 153.275 322.00 276.54 45.46 - 153.300 319.00 274.62 44.38 - 153.325 274.00 272.64 1.36 - 153.350 318.00 270.63 47.37 - 153.375 304.00 268.62 35.38 - 153.400 316.00 266.61 49.39 - 153.425 324.00 264.63 59.37 - 153.450 275.00 262.69 12.31 - 153.475 319.00 260.82 58.18 - 153.500 259.00 259.02 -0.02 - 153.525 272.00 257.30 14.70 - 153.550 262.00 255.68 6.32 - 153.575 270.00 254.16 15.84 - 153.600 263.00 252.75 10.25 - 153.625 266.00 251.44 14.56 - 153.650 242.00 250.25 -8.25 - 153.675 265.00 249.17 15.83 - 153.700 251.00 248.21 2.79 - 153.725 276.00 247.36 28.64 - 153.750 277.00 246.62 30.38 - 153.775 260.00 245.98 14.02 - 153.800 256.00 245.45 10.55 - 153.825 240.00 245.02 -5.02 - 153.850 278.00 244.68 33.32 - 153.875 252.00 244.43 7.57 - 153.900 286.00 244.27 41.73 - 153.925 295.00 244.19 50.81 - 153.950 268.00 244.18 23.82 - 153.975 301.00 244.24 56.76 - 154.000 296.00 235.51 60.49 - 154.025 268.00 235.54 32.46 - 154.050 299.00 235.57 63.43 - 154.075 298.00 235.60 62.40 - 154.100 305.00 235.63 69.37 - 154.125 293.00 235.65 57.35 - 154.150 327.00 235.68 91.32 - 154.175 343.00 235.71 107.29 - 154.200 362.00 235.74 126.26 - 154.225 367.00 235.77 131.23 - 154.250 358.00 235.80 122.20 - 154.275 324.00 235.82 88.18 - 154.300 322.00 235.85 86.15 - 154.325 330.00 235.88 94.12 - 154.350 356.00 235.91 120.09 - 154.375 353.00 235.93 117.07 - 154.400 351.00 235.96 115.04 - 154.425 324.00 235.99 88.01 - 154.450 359.00 236.01 122.99 - 154.475 339.00 236.04 102.96 - 154.500 289.00 236.07 52.93 - 154.525 330.00 236.09 93.91 - 154.550 295.00 236.12 58.88 - 154.575 293.00 236.15 56.85 - 154.600 293.00 236.17 56.83 - 154.625 300.00 236.20 63.80 - 154.650 296.00 236.23 59.77 - 154.675 319.00 236.25 82.75 - 154.700 302.00 236.28 65.72 - 154.725 276.00 236.30 39.70 - 154.750 293.00 236.33 56.67 - 154.775 271.00 236.35 34.65 - 154.800 283.00 236.38 46.62 - 154.825 256.00 236.40 19.60 - 154.850 258.00 236.43 21.57 - 154.875 269.00 236.45 32.55 - 154.900 272.00 236.48 35.52 - 154.925 213.00 236.50 -23.50 - 154.950 257.00 236.52 20.48 - 154.975 274.00 236.55 37.45 - 155.000 242.00 236.57 5.43 - 155.025 245.00 236.60 8.40 - 155.050 252.00 236.62 15.38 - 155.075 212.00 236.64 -24.64 - 155.100 261.00 236.67 24.33 - 155.125 281.00 236.69 44.31 - 155.150 259.00 236.71 22.29 - 155.175 253.00 236.73 16.27 - 155.200 280.00 236.76 43.24 - 155.225 255.00 236.78 18.22 - 155.250 229.00 236.80 -7.80 - 155.275 241.00 236.82 4.18 - 155.300 242.00 236.85 5.15 - 155.325 248.00 236.87 11.13 - 155.350 259.00 236.89 22.11 - 155.375 257.00 236.91 20.09 - 155.400 256.00 236.93 19.07 - 155.425 253.00 236.95 16.05 - 155.450 281.00 236.98 44.02 - 155.475 292.00 237.00 55.00 - 155.500 254.00 237.02 16.98 - 155.525 273.00 237.04 35.96 - 155.550 278.00 237.06 40.94 - 155.575 277.00 237.08 39.92 - 155.600 264.00 237.10 26.90 - 155.625 219.00 237.12 -18.12 - 155.650 271.00 237.14 33.86 - 155.675 279.00 237.16 41.84 - 155.700 246.00 237.18 8.82 - 155.725 268.00 237.20 30.80 - 155.750 282.00 237.22 44.78 - 155.775 272.00 237.24 34.76 - 155.800 270.00 237.26 32.74 - 155.825 221.00 237.28 -16.28 - 155.850 262.00 237.29 24.71 - 155.875 286.00 237.31 48.69 - 155.900 267.00 237.33 29.67 - 155.925 254.00 237.35 16.65 - 155.950 267.00 237.37 29.63 - 155.975 259.00 237.39 21.61 - 156.000 267.00 237.40 29.60 - 156.025 276.00 237.42 38.58 - 156.050 269.00 237.44 31.56 - 156.075 251.00 237.46 13.54 - 156.100 256.00 237.47 18.53 - 156.125 228.00 237.49 -9.49 - 156.150 248.00 237.51 10.49 - 156.175 243.00 237.52 5.48 - 156.200 254.00 237.54 16.46 - 156.225 254.00 237.56 16.44 - 156.250 245.00 237.57 7.43 - 156.275 242.00 237.59 4.41 - 156.300 250.00 237.60 12.40 - 156.325 264.00 237.62 26.38 - 156.350 274.00 237.64 36.36 - 156.375 255.00 237.65 17.35 - 156.400 281.00 237.67 43.33 - 156.425 229.00 237.68 -8.68 - 156.450 263.00 237.70 25.30 - 156.475 250.00 237.71 12.29 - 156.500 241.00 237.73 3.27 - 156.525 259.00 237.74 21.26 - 156.550 268.00 237.75 30.25 - 156.575 285.00 237.77 47.23 - 156.600 241.00 237.78 3.22 - 156.625 255.00 237.80 17.20 - 156.650 268.00 237.81 30.19 - 156.675 257.00 237.82 19.18 - 156.700 263.00 237.84 25.16 - 156.725 266.00 237.85 28.15 - 156.750 298.00 237.86 60.14 - 156.775 281.00 237.88 43.12 - 156.800 271.00 237.89 33.11 - 156.825 261.00 237.90 23.10 - 156.850 280.00 237.91 42.09 - 156.875 296.00 237.92 58.08 - 156.900 283.00 237.94 45.06 - 156.925 341.00 237.95 103.05 - 156.950 280.00 237.96 42.04 - 156.975 304.00 237.97 66.03 - 157.000 282.00 237.98 44.02 - 157.025 258.00 237.99 20.01 - 157.050 262.00 238.00 24.00 - 157.075 279.00 238.02 40.98 - 157.100 285.00 238.03 46.97 - 157.125 319.00 238.04 80.96 - 157.150 293.00 238.05 54.95 - 157.175 322.00 238.06 83.94 - 157.200 316.00 238.07 77.93 - 157.225 348.00 238.08 109.92 - 157.250 341.00 238.09 102.91 - 157.275 339.00 238.09 100.91 - 157.300 321.00 238.10 82.90 - 157.325 373.00 238.11 134.89 - 157.350 376.00 238.12 137.88 - 157.375 366.00 238.13 127.87 - 157.400 402.00 238.14 163.86 - 157.425 391.00 238.15 152.85 - 157.450 405.00 238.16 166.84 - 157.475 407.00 238.16 168.84 - 157.500 422.00 238.17 183.83 - 157.525 395.00 238.18 156.82 - 157.550 434.00 238.19 195.81 - 157.575 419.00 238.19 180.81 - 157.600 426.00 238.20 187.80 - 157.625 385.00 238.21 146.79 - 157.650 390.00 238.21 151.79 - 157.675 375.00 238.22 136.78 - 157.700 357.00 238.23 118.77 - 157.725 343.00 238.23 104.77 - 157.750 359.00 238.24 120.76 - 157.775 344.00 238.24 105.76 - 157.800 285.00 238.25 46.75 - 157.825 324.00 238.26 85.74 - 157.850 317.00 238.26 78.74 - 157.875 345.00 238.27 106.73 - 157.900 303.00 238.27 64.73 - 157.925 315.00 238.28 76.72 - 157.950 288.00 238.28 49.72 - 157.975 301.00 238.28 62.72 - 158.000 281.00 238.29 42.71 - 158.025 327.00 238.29 88.71 - 158.050 316.00 238.30 77.70 - 158.075 260.00 238.30 21.70 - 158.100 299.00 238.30 60.70 - 158.125 302.00 238.31 63.69 - 158.150 249.00 238.31 10.69 - 158.175 293.00 238.31 54.69 - 158.200 271.00 238.31 32.69 - 158.225 296.00 238.32 57.68 - 158.250 258.00 238.32 19.68 - 158.275 283.00 238.32 44.68 - 158.300 268.00 238.32 29.68 - 158.325 271.00 238.33 32.67 - 158.350 305.00 238.33 66.67 - 158.375 268.00 238.33 29.67 - 158.400 234.00 238.33 -4.33 - 158.425 286.00 238.33 47.67 - 158.450 278.00 238.33 39.67 - 158.475 274.00 238.33 35.67 - 158.500 274.00 238.33 35.67 - 158.525 253.00 238.33 14.67 - 158.550 238.00 238.33 -0.33 - 158.575 291.00 238.33 52.67 - 158.600 274.00 238.33 35.67 - 158.625 300.00 238.33 61.67 - 158.650 282.00 238.33 43.67 - 158.675 303.00 238.33 64.67 - 158.700 285.00 238.33 46.67 - 158.725 323.00 238.33 84.67 - 158.750 340.00 238.32 101.68 - 158.775 283.00 238.32 44.68 - 158.800 355.00 238.32 116.68 - 158.825 288.00 238.32 49.68 - 158.850 335.00 238.32 96.68 - 158.875 350.00 238.31 111.69 - 158.900 313.00 238.31 74.69 - 158.925 303.00 238.31 64.69 - 158.950 338.00 238.30 99.70 - 158.975 326.00 238.30 87.70 - 159.000 359.00 238.30 120.70 - 159.025 372.00 238.29 133.71 - 159.050 325.00 238.29 86.71 - 159.075 325.00 238.29 86.71 - 159.100 352.00 238.28 113.72 - 159.125 345.00 238.28 106.72 - 159.150 348.00 238.27 109.73 - 159.175 330.00 238.27 91.73 - 159.200 336.00 238.26 97.74 - 159.225 310.00 238.26 71.74 - 159.250 343.00 238.25 104.75 - 159.275 321.00 238.24 82.76 - 159.300 329.00 238.24 90.76 - 159.325 325.00 238.23 86.77 - 159.350 329.00 238.23 90.77 - 159.375 330.00 238.22 91.78 - 159.400 311.00 238.21 72.79 - 159.425 316.00 238.21 77.79 - 159.450 327.00 238.20 88.80 - 159.475 320.00 238.19 81.81 - 159.500 306.00 238.18 67.82 - 159.525 348.00 238.18 109.82 - 159.550 345.00 238.17 106.83 - 159.575 330.00 238.16 91.84 - 159.600 325.00 238.15 86.85 - 159.625 371.00 238.14 132.86 - 159.650 381.00 238.13 142.87 - 159.675 421.00 238.12 182.88 - 159.700 388.00 238.12 149.88 - 159.725 403.00 238.11 164.89 - 159.750 413.00 238.10 174.90 - 159.775 417.00 238.09 178.91 - 159.800 391.00 238.08 152.92 - 159.825 385.00 238.07 146.93 - 159.850 376.00 238.05 137.95 - 159.875 382.00 238.04 143.96 - 159.900 420.00 238.03 181.97 - 159.925 374.00 238.02 135.98 - 159.950 352.00 238.01 113.99 - 159.975 328.00 238.00 90.00 - 160.000 368.00 237.99 130.01 -END -WAVES Phase1, tik1 -BEGIN - 16.416 -523 - 20.761 -523 - 20.886 -523 - 23.278 -523 - 24.517 -523 - 25.530 -523 - 26.666 -523 - 27.640 -523 - 29.637 -523 - 32.305 -523 - 33.118 -523 - 33.233 -523 - 34.163 -523 - 37.194 -523 - 37.273 -523 - 38.116 -523 - 39.501 -523 - 40.224 -523 - 41.060 -523 - 41.657 -523 - 42.299 -523 - 42.326 -523 - 42.564 -523 - 43.684 -523 - 43.711 -523 - 44.433 -523 - 44.493 -523 - 44.598 -523 - 45.906 -523 - 47.647 -523 - 47.672 -523 - 47.829 -523 - 48.342 -523 - 50.313 -523 - 50.831 -523 - 52.439 -523 - 52.509 -523 - 53.077 -523 - 53.281 -523 - 53.622 -523 - 53.690 -523 - 53.755 -523 - 53.778 -523 - 54.989 -523 - 55.381 -523 - 55.693 -523 - 56.534 -523 - 56.546 -523 - 56.685 -523 - 57.069 -523 - 57.134 -523 - 58.472 -523 - 58.691 -523 - 58.925 -523 - 59.870 -523 - 60.649 -523 - 61.590 -523 - 61.611 -523 - 61.955 -523 - 62.044 -523 - 62.538 -523 - 62.600 -523 - 63.292 -523 - 63.525 -523 - 64.576 -523 - 65.198 -523 - 65.563 -523 - 66.004 -523 - 66.373 -523 - 66.597 -523 - 67.189 -523 - 67.531 -523 - 67.677 -523 - 68.177 -523 - 68.273 -523 - 68.426 -523 - 68.533 -523 - 69.310 -523 - 69.566 -523 - 69.653 -523 - 69.664 -523 - 69.776 -523 - 69.835 -523 - 70.034 -523 - 70.669 -523 - 70.895 -523 - 70.914 -523 - 71.201 -523 - 72.019 -523 - 72.053 -523 - 72.302 -523 - 72.702 -523 - 73.552 -523 - 73.648 -523 - 74.205 -523 - 74.456 -523 - 74.620 -523 - 75.011 -523 - 75.455 -523 - 75.889 -523 - 76.128 -523 - 76.429 -523 - 76.954 -523 - 77.332 -523 - 77.944 -523 - 78.181 -523 - 78.520 -523 - 78.627 -523 - 78.683 -523 - 79.268 -523 - 79.330 -523 - 79.523 -523 - 79.850 -523 - 79.855 -523 - 80.346 -523 - 80.830 -523 - 81.054 -523 - 81.389 -523 - 81.615 -523 - 81.634 -523 - 82.705 -523 - 82.862 -523 - 82.894 -523 - 83.178 -523 - 83.560 -523 - 84.108 -523 - 84.130 -523 - 84.595 -523 - 84.622 -523 - 85.116 -523 - 85.209 -523 - 85.592 -523 - 86.408 -523 - 86.471 -523 - 86.524 -523 - 86.935 -523 - 86.975 -523 - 87.697 -523 - 88.090 -523 - 88.664 -523 - 88.754 -523 - 89.101 -523 - 89.156 -523 - 89.310 -523 - 89.700 -523 - 89.725 -523 - 89.931 -523 - 90.737 -523 - 91.138 -523 - 91.248 -523 - 91.390 -523 - 91.490 -523 - 91.622 -523 - 91.704 -523 - 92.215 -523 - 92.400 -523 - 92.456 -523 - 92.529 -523 - 92.537 -523 - 93.172 -523 - 93.315 -523 - 93.347 -523 - 93.402 -523 - 93.476 -523 - 93.726 -523 - 93.940 -523 - 93.958 -523 - 94.041 -523 - 94.579 -523 - 94.783 -523 - 95.042 -523 - 95.512 -523 - 96.194 -523 - 96.250 -523 - 96.324 -523 - 96.925 -523 - 97.284 -523 - 97.579 -523 - 97.781 -523 - 98.353 -523 - 98.523 -523 - 98.821 -523 - 99.288 -523 - 99.806 -523 - 100.390 -523 - 100.452 -523 - 100.719 -523 - 100.789 -523 - 100.977 -523 - 101.025 -523 - 101.033 -523 - 101.109 -523 - 101.191 -523 - 101.471 -523 - 101.527 -523 - 101.877 -523 - 102.489 -523 - 102.607 -523 - 103.763 -523 - 103.915 -523 - 103.920 -523 - 104.024 -523 - 104.050 -523 - 104.178 -523 - 104.273 -523 - 104.739 -523 - 104.892 -523 - 105.304 -523 - 105.326 -523 - 105.413 -523 - 105.631 -523 - 105.806 -523 - 106.014 -523 - 106.254 -523 - 106.347 -523 - 106.495 -523 - 107.087 -523 - 107.694 -523 - 107.816 -523 - 107.849 -523 - 107.874 -523 - 107.952 -523 - 108.290 -523 - 108.439 -523 - 108.458 -523 - 109.233 -523 - 109.546 -523 - 110.058 -523 - 110.384 -523 - 110.603 -523 - 111.127 -523 - 111.271 -523 - 111.640 -523 - 112.285 -523 - 112.302 -523 - 112.736 -523 - 112.896 -523 - 113.010 -523 - 113.261 -523 - 113.351 -523 - 113.651 -523 - 114.328 -523 - 114.860 -523 - 114.959 -523 - 115.213 -523 - 115.388 -523 - 115.719 -523 - 116.030 -523 - 116.518 -523 - 116.580 -523 - 117.035 -523 - 117.097 -523 - 117.180 -523 - 117.461 -523 - 117.637 -523 - 117.742 -523 - 117.744 -523 - 118.340 -523 - 118.386 -523 - 118.393 -523 - 118.950 -523 - 119.221 -523 - 120.135 -523 - 120.306 -523 - 120.432 -523 - 120.750 -523 - 120.793 -523 - 121.075 -523 - 121.333 -523 - 121.561 -523 - 121.838 -523 - 121.875 -523 - 122.109 -523 - 122.209 -523 - 123.334 -523 - 123.783 -523 - 123.816 -523 - 123.890 -523 - 123.922 -523 - 124.301 -523 - 124.502 -523 - 124.508 -523 - 124.569 -523 - 124.925 -523 - 125.455 -523 - 125.658 -523 - 125.690 -523 - 125.727 -523 - 126.652 -523 - 126.675 -523 - 126.802 -523 - 127.621 -523 - 127.709 -523 - 127.769 -523 - 128.658 -523 - 128.820 -523 - 129.020 -523 - 129.058 -523 - 129.234 -523 - 129.306 -523 - 129.506 -523 - 129.578 -523 - 129.674 -523 - 129.688 -523 - 129.986 -523 - 130.287 -523 - 130.513 -523 - 130.591 -523 - 130.786 -523 - 131.342 -523 - 131.919 -523 - 132.350 -523 - 132.388 -523 - 132.393 -523 - 132.543 -523 - 132.858 -523 - 132.971 -523 - 133.636 -523 - 133.660 -523 - 134.120 -523 - 134.640 -523 - 135.010 -523 - 135.141 -523 - 135.213 -523 - 135.412 -523 - 135.635 -523 - 135.649 -523 - 135.728 -523 - 136.018 -523 - 136.652 -523 - 136.732 -523 - 136.861 -523 - 136.923 -523 - 136.957 -523 - 137.034 -523 - 138.327 -523 - 138.392 -523 - 138.782 -523 - 138.958 -523 - 139.183 -523 - 140.258 -523 - 140.853 -523 - 141.146 -523 - 141.925 -523 - 142.044 -523 - 142.576 -523 - 142.799 -523 - 142.868 -523 - 143.204 -523 - 143.643 -523 - 144.359 -523 - 144.514 -523 - 145.319 -523 - 145.874 -523 - 146.171 -523 - 146.217 -523 - 146.271 -523 - 146.342 -523 - 146.596 -523 - 146.609 -523 - 146.848 -523 - 147.379 -523 - 148.310 -523 - 148.416 -523 - 148.557 -523 - 149.073 -523 - 149.077 -523 - 150.264 -523 - 150.501 -523 - 150.745 -523 - 150.968 -523 - 151.538 -523 - 153.033 -523 - 153.434 -523 - 154.547 -523 - 155.621 -523 - 155.666 -523 - 156.411 -523 - 156.623 -523 - 157.438 -523 - 157.510 -523 - 157.598 -523 - 158.129 -523 - 159.707 -523 - 161.086 -523 - 161.620 -523 - 161.902 -523 - 161.971 -523 - 163.204 -523 - 165.031 -523 - 167.587 -523 - 168.175 -523 - 168.387 -523 - 168.666 -523 -END -WAVES Excrg1, excl1 -BEGIN - 10.00 -523 - 10.00 -523 -END -WAVES Excrg2, excl2 -BEGIN - 154.00 -523 - 160.00 -523 -END -X Silent 1 -X DefaultFont Times -X Display Iobs, Icalc, Diff vs TwoTheta -X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) -X SetAxis bottom 10.00, 160.00 -X Modify lsize(Iobs)=2 -X Modify offset(Diff)={0, -10418} -X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) -X Modify mirror(left)=2, mirror(bottom)=2 -X Modify gfSize=12 -X Append excl1 vs Excrg1 -X Modify mode(excl1)=7, hbFill(excl1)=4 -X Modify rgb(excl1)=(6421,62320,64794) -X Append excl2 vs Excrg2 -X Modify mode(excl2)=7, hbFill(excl2)=4 -X Modify rgb(excl2)=(6421,62320,64794) -X Append tik1 vs Phase1 -X Modify mode(tik1)=1 -X TextBox /F=2/S=3/A=RT "Files: pbsox_single_unpolarized\rDate of fit: \Z09 17/06/2026/ 22:57:14.3\Z12\rPbSO4\rChi2 = 73.17" -X Label left "\Z14Intensity" -X Label bottom "\Z142-Theta (in degrees)" -X TileWindows/O=1/C -X ShowInfo -X | Title of data set: PbSO4 XrayDif single wavelength unpolarized Wdt48 -X | Date of run: 17/06/2026 / 22:57:14.3 -X Beep -X Beep diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.rpa b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.rpa deleted file mode 100644 index 966f2f061..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.rpa +++ /dev/null @@ -1,58 +0,0 @@ -TITL PbSO4 XrayDif single wavelength unpolarized Wdt48 -FILES => PCR-file : pbsox_single_unpolarized -FILES => DAT-files: pbsox_single_unpolarized -DATE & TIME Date: 17/06/2026 Time: 22:57:13.953 -REM NPHASE IDUM IASG NRELL ICRYG -GLB1 1 0 0 0 0 -REM JOBTYP NPROF NBCKGD NEXCRG NSCAT NORI -GLB1 0 7 0 2 0 0 -REM IWGT ILOR IRESO ISTEP IXUNIT ICORR -GLB2 0 0 0 0 0 0 -REM IOT IPL IPC MAT NXT lst1 lst2 lst3 NLIN PL_PRF -OUT1 0 2 1 0 1 0 4 0 0 2 -REM instr JCIL JSY jlkh jfou ISHOR ianaly -OUT2 0 1 1 0 4 1 1 -REM MAT NXT NLIN JCIL JSY ISHOR -OUT1 0 1 0 1 1 1 -REM IOT IPL IPC LST1 LST2 LST3 -OUT2 0 2 1 0 4 0 -REM PL_PRF INSTR JLKH JFOU IANALY -OUT3 2 0 0 4 1 -DATT 0 0 0.00 -PHAS1 PbSO4 -SPGR P n m a -NATM 5 -COND 0 0 0 0 -ATOM Pb 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 -SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 -ATOM S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 -SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 -ATOM O1 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 -SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 -ATOM O2 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 -SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 -ATOM O3 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 -SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 -CELL 8.47983 5.39776 6.95932 90.00000 90.00000 90.00000 -SIGM 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 -NNVK 0 -SCAL 0.000469335 0.000000000 -SHAP 0.00000 0.00000 -BOVE 0.0000 0.0000 -HUVW 0.0485 0.0000 -0.0831 0.0000 0.0352 0.0000 -PREF 0.0000 0.0000 0.0000 0.0000 -ASYM 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 -XYPA 0.0000 0.0000 0.0493 0.0000 -STRA 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 -SIZE 0.0000 0.0000 0.0000 0.0000 -ZERO -0.04816 0.00000 -BACK 154.3 100.0 -92.33 -95.60 126.7 -31.80 -SIGM 0.000 0.000 0.000 0.000 0.000 0.000 -RFAR 35.27 42.07 4.918 73.17 -RFAC 57.89 59.74 6.984 73.17 5760 -DEVA 0.7658E+06 132.8 0.8215E-01 1.918 -RFBR 35.27 42.07 4.918 73.17 -RFBC 57.89 59.74 6.984 73.17 5760 -DEVB 0.7658E+06 132.8 0.8215E-01 1.918 -BRAG1 52.520 28.852 318.543 100.000 1213.030 1.000 --------------------------------------------------------------------------------- diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.sum b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.sum deleted file mode 100644 index 7c5200795..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.sum +++ /dev/null @@ -1,147 +0,0 @@ - - - ********************************************************** - ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** - ********************************************************** - M U L T I -- P A T T E R N - Rietveld, Profile Matching & Integrated Intensity - Refinement of X-ray and/or Neutron Data - - - Date: 17/06/2026 Time: 22:57:13.953 - - => PCR file code: pbsox_single_unpolarized - => DAT file code: pbsox_single_unpolar -> Relative contribution: 1.0000 - => Title: PbSO4 XrayDif single wavelength unpolarized Wdt48 - - ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 - - => Global Refinement of X-ray powder diffraction data - => Global Refinement of X-ray powder diffraction data - Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) - => The 7th default profile function was selected - - => Data supplied in free format for pattern: 1 - => Analysis of refinement at the end - => Wavelengths: 1.54056 1.54056 - => Cos(Monochromator angle)= 0.0000 - => Absorption correction (AC), muR-eff = 0.0000 0.0000 - => Base of peaks: 2.0*HW* 48.00 - ==> Angular range, step and number of points: - 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 - =>-------> Pattern# 1 - => Crystal Structure Refinement for phase: 1 - => The density (volumic mass) of phase 1 is: 6.324 g/cm3 - => Scor: 7.5715 - - ==> RESULTS OF REFINEMENT: - - - => No. of fitted parameters: 0 - - ------------------------------------------------------------------------------- - => Phase No. 1 PbSO4 P n m a ------------------------------------------------------------------------------- - - => No. of reflections for pattern#: 1: 394 - - - ==> ATOM PARAMETERS: - - Name x sx y sy z sz B sB occ. socc. Mult - Pb 0.18788( 0) 0.25000( 0) 0.16749( 0) 1.785( 0) 0.500( 0) 4 - S 0.06302( 0) 0.25000( 0) 0.68446( 0) 0.854( 0) 0.500( 0) 4 - O1 0.91235( 0) 0.25000( 0) 0.59346( 0) 1.334( 0) 0.500( 0) 4 - O2 0.18443( 0) 0.25000( 0) 0.53434( 0) 1.575( 0) 0.500( 0) 4 - O3 0.07573( 0) 0.01951( 0) 0.81594( 0) 1.328( 0) 1.000( 0) 8 - - ==> PROFILE PARAMETERS FOR PATTERN# 1 - - => Cell parameters : - 8.47983 0.00000 - 5.39776 0.00000 - 6.95932 0.00000 - 90.00000 0.00000 - 90.00000 0.00000 - 90.00000 0.00000 - - => overall scale factor : 0.000469335 0.000000000 - => Eta(p-v) or m(p-vii) : 0.00000 0.00000 - => Overall tem. factor : 0.00000 0.00000 - => Halfwidth parameters : 0.04846 0.00000 - -0.08305 0.00000 - 0.03519 0.00000 - => Preferred orientation: 0.00000 0.00000 - 0.00000 0.00000 - => Asymmetry parameters : 0.00000 0.00000 - 0.00000 0.00000 - 0.00000 0.00000 - 0.00000 0.00000 - => X and y parameters : 0.00000 0.00000 - 0.04927 0.00000 - => Strain parameters : 0.00000 0.00000 - 0.00000 0.00000 - 0.00000 0.00000 - => Size parameters (G,L): 0.00000 0.00000 - 0.00000 0.00000 - - => Add. shape parameters: - 0.00000 0.00000 - 0.00000 0.00000 - - - - ==> GLOBAL PARAMETERS FOR PATTERN# 1 - - - => Zero-point: -0.0482 0.0000 - => Background Polynomial Parameters ==> - 154.32 0.0000 - 100.00 0.0000 - -92.329 0.0000 - -95.599 0.0000 - 126.68 0.0000 - -31.804 0.0000 - - => Cos( theta)-shift parameter : 0.0000 0.0000 - => Sin(2theta)-shift parameter : 0.0000 0.0000 - - ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 - - => Cycle: 1 => MaxCycle: 30 - => N-P+C: 5760 - => R-factors (not corrected for background) for Pattern: 1 - => Rp: 35.3 Rwp: 42.1 Rexp: 4.92 Chi2: 73.2 L.S. refinement - => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 57.9 Rwp: 59.7 Rexp: 6.98 Chi2: 73.2 - => Deviance: 0.766E+06 Dev* : 132.8 - => DW-Stat.: 0.0821 DW-exp: 1.9182 - => N-sigma of the GoF: 3872.818 - - ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 - - => N-P+C: 5760 - => R-factors (not corrected for background) for Pattern: 1 - => Rp: 35.3 Rwp: 42.1 Rexp: 4.92 Chi2: 73.2 L.S. refinement - => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 57.9 Rwp: 59.7 Rexp: 6.98 Chi2: 73.2 - => Deviance: 0.766E+06 Dev* : 132.8 - => DW-Stat.: 0.0821 DW-exp: 1.9182 - => N-sigma of the GoF: 3872.818 - - => Global user-weigthed Chi2 (Bragg contrib.): 73.2 - - ----------------------------------------------------- - BRAGG R-Factors and weight fractions for Pattern # 1 - ----------------------------------------------------- - - => Phase: 1 PbSO4 - => Bragg R-factor: 52.5 Vol: 318.543( 0.000) Fract(%): 100.00( 0.00) - => Rf-factor= 28.9 ATZ: 1213.030 Brindley: 1.0000 - - - CPU Time: 0.422 seconds - 0.007 minutes - - => Run finished at: Date: 17/06/2026 Time: 22:57:14.372 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.sym b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.sym deleted file mode 100644 index 9a2ca30ad..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized.sym +++ /dev/null @@ -1,136 +0,0 @@ - PbSO4 XrayDif single wavelength unpolarized Wdt48 - - -------------------------------- - SYMMETRY INFORMATION ON PHASE: 1 - -------------------------------- - - - => Symmetry information on space group: P n m a - -> The multiplicity of the general position is: 8 - -> The space group is Centric (-1 at origin) - -> Lattice type P: { 000 } - -> Reduced set of symmetry operators: - - No. IT Symmetry symbol Rotation part Associated Translation - 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} - 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.5000 0.5000 0.5000} - 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.0000 0.5000 0.0000} - 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.5000 0.0000 0.5000} - - - Information on Space Group: - --------------------------- - - => Number of Space group: 62 - => Hermann-Mauguin Symbol: P n m a - => Hall Symbol: -P 2ac 2n - => Setting Type: IT (Generated from Hermann-Mauguin symbol) - => Crystal System: Orthorhombic - => Laue Class: mmm - => Point Group: mmm - => Bravais Lattice: P - => Lattice Symbol: oP - => Reduced Number of S.O.: 4 - => General multiplicity: 8 - => Centrosymmetry: Centric (-1 at origin) - => Generators (exc. -1&L): 2 - => Asymmetric unit: 0.000 <= x <= 0.500 - 0.000 <= y <= 0.250 - 0.000 <= z <= 1.000 - => Centring vectors: 0 - - - => List of all Symmetry Operators and Symmetry Symbols - - => SYMM( 1): x,y,z Symbol: 1 - => SYMM( 2): x+1/2,-y+1/2,-z+1/2 Symbol: 2 (1/2,0,0) x,1/4,1/4 - => SYMM( 3): -x,y+1/2,-z Symbol: 2 (0,1/2,0) 0,y,0 - => SYMM( 4): -x+1/2,-y,z+1/2 Symbol: 2 (0,0,1/2) 1/4,0,z - => SYMM( 5): -x,-y,-z Symbol: -1 0,0,0 - => SYMM( 6): -x+1/2,y+1/2,z+1/2 Symbol: n (0,1/2,1/2) 1/4,y,z - => SYMM( 7): x,-y+1/2,z Symbol: m x,1/4,z - => SYMM( 8): x+1/2,y,-z+1/2 Symbol: a x,y,1/4 - - => Special Wyckoff Positions for P n m a - - Multp Site Representative Coordinates (centring translations excluded) - 4 c x,1/4,z x+1/2,1/4,-z+1/2 -x,3/4,-z - -x+1/2,3/4,z+1/2 - - 4 b 0,0,1/2 1/2,1/2,0 0,1/2,1/2 - 1/2,0,0 - - 4 a 0,0,0 1/2,1/2,1/2 0,1/2,0 - 1/2,0,1/2 - - - ------------------------------------------------- - INFORMATION ON SITE SYMMETRY OF ATOMS IN PHASE: 1 - ------------------------------------------------- - - - -> Information on Atom: Pb at position: 0.18788 0.25000 0.16749 Multiplicity: 4 - List of symmetry operators and symmetry elements of the site point group: - Operator 2: x,-y+1/2,z m x,1/4,z - Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 - Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 - - --> Complete orbit of the atom: Pb - - Pb( 1) 0.18788 0.25000 0.16749 x,y,z - Pb( 2) 0.68788 0.25000 0.33251 x+1/2,-y+1/2,-z+1/2 - Pb( 3) 0.81212 0.75000 0.83251 -x,y+1/2,-z - Pb( 4) 0.31212 0.75000 0.66749 -x+1/2,-y,z+1/2 - - -> Information on Atom: S at position: 0.06302 0.25000 0.68446 Multiplicity: 4 - List of symmetry operators and symmetry elements of the site point group: - Operator 2: x,-y+1/2,z m x,1/4,z - Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 - Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 - - --> Complete orbit of the atom: S - - S( 1) 0.06302 0.25000 0.68446 x,y,z - S( 2) 0.56302 0.25000 0.81554 x+1/2,-y+1/2,-z+1/2 - S( 3) 0.93698 0.75000 0.31554 -x,y+1/2,-z - S( 4) 0.43698 0.75000 0.18446 -x+1/2,-y,z+1/2 - - -> Information on Atom: O1 at position: 0.91235 0.25000 0.59346 Multiplicity: 4 - List of symmetry operators and symmetry elements of the site point group: - Operator 2: x,-y+1/2,z m x,1/4,z - Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 - Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 - - --> Complete orbit of the atom: O1 - - O1( 1) 0.91235 0.25000 0.59346 x,y,z - O1( 2) 0.41235 0.25000 0.90654 x+1/2,-y+1/2,-z+1/2 - O1( 3) 0.08765 0.75000 0.40654 -x,y+1/2,-z - O1( 4) 0.58765 0.75000 0.09346 -x+1/2,-y,z+1/2 - - -> Information on Atom: O2 at position: 0.18443 0.25000 0.53434 Multiplicity: 4 - List of symmetry operators and symmetry elements of the site point group: - Operator 2: x,-y+1/2,z m x,1/4,z - Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 - Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 - - --> Complete orbit of the atom: O2 - - O2( 1) 0.18443 0.25000 0.53434 x,y,z - O2( 2) 0.68443 0.25000 0.96566 x+1/2,-y+1/2,-z+1/2 - O2( 3) 0.81557 0.75000 0.46566 -x,y+1/2,-z - O2( 4) 0.31557 0.75000 0.03434 -x+1/2,-y,z+1/2 - - -> Information on Atom: O3 at position: 0.07573 0.01951 0.81594 Multiplicity: 8 - The above atom is in a general position (no constraints in atom positions) - - --> Complete orbit of the atom: O3 - - O3( 1) 0.07573 0.01951 0.81594 x,y,z - O3( 2) 0.57573 0.48049 0.68406 x+1/2,-y+1/2,-z+1/2 - O3( 3) 0.92427 0.51951 0.18406 -x,y+1/2,-z - O3( 4) 0.42427 0.98049 0.31594 -x+1/2,-y,z+1/2 - O3( 5) 0.92427 0.98049 0.18406 -x,-y,-z - O3( 6) 0.42427 0.51951 0.31594 -x+1/2,y+1/2,z+1/2 - O3( 7) 0.07573 0.48049 0.81594 x,-y+1/2,z - O3( 8) 0.57573 0.01951 0.68406 x+1/2,y,-z+1/2 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized1.fst b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized1.fst deleted file mode 100644 index 99a3dbba8..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_unpolarized1.fst +++ /dev/null @@ -1,11 +0,0 @@ -! FILE for FullProf Studio: generated automatically by FullProf -!Title: PbSO4 -SPACEG P n m a -CELL 8.479832 5.397758 6.959324 90.0000 90.0000 90.0000 -box -0.25 1.25 -0.15 1.15 -0.15 1.15 -ATOM Pb Pb 0.18788 0.25000 0.16749 -ATOM S S 0.06302 0.25000 0.68446 -ATOM O1 O 0.91235 0.25000 0.59346 -ATOM O2 O 0.18443 0.25000 0.53434 -ATOM O3 O 0.07573 0.01951 0.81594 -conn S O 0 2 diff --git a/docs/docs/verification/pd-xray-pbso4-single-polarized.ipynb b/docs/docs/verification/pd-xray-pbso4-single-polarized.ipynb deleted file mode 100644 index 9c84a28d8..000000000 --- a/docs/docs/verification/pd-xray-pbso4-single-polarized.ipynb +++ /dev/null @@ -1,424 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "7fd80774", - "metadata": {}, - "source": [ - "# PbSO₄ — X-ray powder, single wavelength, polarized, Wdt 48\n", - "\n", - "**Note — diagnostic single-wavelength reference.**\n", - "\n", - "This is the X-ray Rietveld Round Robin anglesite (PbSO₄) measured with\n", - "a laboratory Cu source, but with a single-wavelength FullProf reference\n", - "generated from `pbsox_single_polarized.pcr`. The PCR keeps\n", - "`Lambda1 = Lambda2`, sets `Ratio = 0`, uses `Wdt = 48`, and enables\n", - "the FullProf X-ray polarization correction with `Rpolarz = 0.5` and\n", - "`Cthm = 0.8`. The page isolates whether EasyDiffraction backends can\n", - "reproduce a FullProf X-ray Lorentz-polarization correction when peak\n", - "tail truncation is widened." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "ff952c69", - "metadata": {}, - "outputs": [], - "source": [ - "import easydiffraction as edi\n", - "from easydiffraction import ExperimentFactory\n", - "from easydiffraction import StructureFactory\n", - "from easydiffraction.analysis import verification as verify" - ] - }, - { - "cell_type": "markdown", - "id": "7304df97", - "metadata": {}, - "source": [ - "## Build the project" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "c3c7fee9", - "metadata": {}, - "outputs": [], - "source": [ - "project = edi.Project()" - ] - }, - { - "cell_type": "markdown", - "id": "264cc156", - "metadata": {}, - "source": [ - "## Define the structure" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "57aadc4c", - "metadata": {}, - "outputs": [], - "source": [ - "structure = StructureFactory.from_scratch(name='pbso4')\n", - "\n", - "structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol\n", - "\n", - "structure.cell.length_a = 8.479832 # FullProf a\n", - "structure.cell.length_b = 5.397758 # FullProf b\n", - "structure.cell.length_c = 6.959325 # FullProf c\n", - "\n", - "structure.atom_sites.create(\n", - " id='Pb', # FullProf Atom\n", - " type_symbol='Pb', # FullProf Typ\n", - " fract_x=0.18788, # FullProf X\n", - " fract_y=0.25, # FullProf Y\n", - " fract_z=0.16749, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.78522, # FullProf Biso\n", - ")\n", - "structure.atom_sites.create(\n", - " id='S', # FullProf Atom\n", - " type_symbol='S', # FullProf Typ\n", - " fract_x=0.06302, # FullProf X\n", - " fract_y=0.25, # FullProf Y\n", - " fract_z=0.68446, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=0.85413, # FullProf Biso\n", - ")\n", - "structure.atom_sites.create(\n", - " id='O1', # FullProf Atom\n", - " type_symbol='O', # FullProf Typ\n", - " fract_x=0.91235, # FullProf X\n", - " fract_y=0.25, # FullProf Y\n", - " fract_z=0.59346, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.33362, # FullProf Biso\n", - ")\n", - "structure.atom_sites.create(\n", - " id='O2', # FullProf Atom\n", - " type_symbol='O', # FullProf Typ\n", - " fract_x=0.18443, # FullProf X\n", - " fract_y=0.25, # FullProf Y\n", - " fract_z=0.53434, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.57511, # FullProf Biso\n", - ")\n", - "structure.atom_sites.create(\n", - " id='O3', # FullProf Atom\n", - " type_symbol='O', # FullProf Typ\n", - " fract_x=0.07573, # FullProf X\n", - " fract_y=0.01951, # FullProf Y\n", - " fract_z=0.81594, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.32792, # FullProf Biso\n", - ")\n", - "\n", - "project.structures.add(structure)" - ] - }, - { - "cell_type": "markdown", - "id": "ed5e4c0d", - "metadata": {}, - "source": [ - "## Load the FullProf reference" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "fd13acdc", - "metadata": {}, - "outputs": [], - "source": [ - "FULLPROF_PROJECT_DIR = 'pd-xray-pbso4'\n", - "FULLPROF_PRF_FILE = 'pbsox_single_polarized.prf'\n", - "FULLPROF_SUM_FILE = 'pbsox_single_polarized.sum'\n", - "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", - "FULLPROF_BAC_FILE = 'pbsox_single_polarized.bac'\n", - "FULLPROF_ZERO = -0.04816 # FullProf Zero\n", - "FULLPROF_SCALE = 0.0004693346 # FullProf Scale\n", - "FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1\n", - "FULLPROF_U = 0.048457 # FullProf U\n", - "FULLPROF_V = -0.083053 # FullProf V\n", - "FULLPROF_W = 0.035188 # FullProf W\n", - "FULLPROF_X = 0.0 # FullProf X\n", - "FULLPROF_Y = 0.049268 # FullProf Y\n", - "FULLPROF_POLARIZATION_COEFFICIENT = 0.5 # FullProf Rpolarz\n", - "FULLPROF_CTHM = 0.8 # FullProf Cthm\n", - "\n", - "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", - " FULLPROF_PROJECT_DIR,\n", - " FULLPROF_PRF_FILE,\n", - " FULLPROF_BAC_FILE,\n", - " FULLPROF_ZERO,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "2c6ed7df", - "metadata": {}, - "source": [ - "## Create the experiment" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "3dbdb57e", - "metadata": {}, - "outputs": [], - "source": [ - "experiment = ExperimentFactory.from_scratch(\n", - " name='pbso4',\n", - " sample_form='powder',\n", - " beam_mode='constant wavelength',\n", - " radiation_probe='xray',\n", - " scattering_type='bragg',\n", - ")\n", - "verify.set_reference_as_measured(experiment, x, calc_fullprof)\n", - "\n", - "experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE)\n", - "\n", - "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", - "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", - "\n", - "experiment.peak.type = 'pseudo-voigt'\n", - "experiment.peak.broad_gauss_u = FULLPROF_U\n", - "experiment.peak.broad_gauss_v = FULLPROF_V\n", - "experiment.peak.broad_gauss_w = FULLPROF_W\n", - "experiment.peak.broad_lorentz_x = FULLPROF_X\n", - "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", - "\n", - "project.experiments.add(experiment)" - ] - }, - { - "cell_type": "markdown", - "id": "ba0d8a7c", - "metadata": {}, - "source": [ - "## edi-cryspy VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "81e961e2", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'cryspy'\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_cryspy = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'pbso4',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_cryspy,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSPY,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "ff4e4311", - "metadata": {}, - "source": [ - "## Fit edi-cryspy to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "d8790292", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['pbso4'].scale.free = True\n", - "experiment.peak.broad_gauss_u.free = True\n", - "experiment.peak.broad_gauss_v.free = True\n", - "experiment.peak.broad_gauss_w.free = True\n", - "experiment.peak.broad_lorentz_y.free = True\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_cryspy_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'pbso4',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_cryspy_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSPY_REFINED,\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "78f28708", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['pbso4'].scale" - ] - }, - { - "cell_type": "markdown", - "id": "5a589323", - "metadata": {}, - "source": [ - "## edi-crysfml VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "2e89c07c", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'crysfml'\n", - "\n", - "experiment.linked_structures['pbso4'].scale = FULLPROF_SCALE\n", - "experiment.peak.broad_gauss_u = FULLPROF_U\n", - "experiment.peak.broad_gauss_v = FULLPROF_V\n", - "experiment.peak.broad_gauss_w = FULLPROF_W\n", - "experiment.peak.broad_lorentz_x = FULLPROF_X\n", - "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'pbso4',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "3fd482e5", - "metadata": {}, - "source": [ - "## Fit edi-crysfml to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "a942e65c", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['pbso4'].scale.free = True\n", - "experiment.peak.broad_gauss_u.free = True\n", - "experiment.peak.broad_gauss_v.free = True\n", - "experiment.peak.broad_gauss_w.free = True\n", - "experiment.peak.broad_lorentz_y.free = True\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'pbso4',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "35cce392", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['pbso4'].scale" - ] - }, - { - "cell_type": "markdown", - "id": "e6d329a8", - "metadata": {}, - "source": [ - "## Agreement check" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "229f89d6", - "metadata": {}, - "outputs": [], - "source": [ - "verify.assert_patterns_agree(\n", - " [\n", - " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", - " (\n", - " f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}',\n", - " calc_fullprof,\n", - " calc_ed_cryspy_refined,\n", - " ),\n", - " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", - " (\n", - " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", - " calc_fullprof,\n", - " calc_ed_crysfml_refined,\n", - " ),\n", - " ],\n", - " known_discrepancy=True,\n", - " reason=(\n", - " 'Laboratory X-ray PbSO4 single-wavelength diagnostic with '\n", - " 'Wdt=48, Rpolarz=0.5, and Cthm=0.8: EasyDiffraction does not '\n", - " 'yet expose these X-ray optics fields or bind them to cryspy/'\n", - " 'crysfml, and the remaining strict-tolerance difference is '\n", - " 'also affected by FullProf/Cryspy Cu Kalpha anomalous-'\n", - " 'dispersion table differences, especially Pb f-prime.'\n", - " ),\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "370b2207", - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "jupytext": { - "cell_metadata_filter": "-all", - "main_language": "python", - "notebook_metadata_filter": "-all" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/docs/docs/verification/pd-xray-pbso4-single-polarized.py b/docs/docs/verification/pd-xray-pbso4-single-polarized.py deleted file mode 100644 index a21152511..000000000 --- a/docs/docs/verification/pd-xray-pbso4-single-polarized.py +++ /dev/null @@ -1,270 +0,0 @@ -# %% [markdown] -# # PbSO₄ — X-ray powder, single wavelength, polarized, Wdt 48 -# -# **Note — diagnostic single-wavelength reference.** -# -# This is the X-ray Rietveld Round Robin anglesite (PbSO₄) measured with -# a laboratory Cu source, but with a single-wavelength FullProf reference -# generated from `pbsox_single_polarized.pcr`. The PCR keeps -# `Lambda1 = Lambda2`, sets `Ratio = 0`, uses `Wdt = 48`, and enables -# the FullProf X-ray polarization correction with `Rpolarz = 0.5` and -# `Cthm = 0.8`. The page isolates whether EasyDiffraction backends can -# reproduce a FullProf X-ray Lorentz-polarization correction when peak -# tail truncation is widened. - -# %% -import easydiffraction as edi -from easydiffraction import ExperimentFactory -from easydiffraction import StructureFactory -from easydiffraction.analysis import verification as verify - -# %% [markdown] -# ## Build the project - -# %% -project = edi.Project() - -# %% [markdown] -# ## Define the structure - -# %% -structure = StructureFactory.from_scratch(name='pbso4') - -structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol - -structure.cell.length_a = 8.479832 # FullProf a -structure.cell.length_b = 5.397758 # FullProf b -structure.cell.length_c = 6.959325 # FullProf c - -structure.atom_sites.create( - id='Pb', # FullProf Atom - type_symbol='Pb', # FullProf Typ - fract_x=0.18788, # FullProf X - fract_y=0.25, # FullProf Y - fract_z=0.16749, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=1.78522, # FullProf Biso -) -structure.atom_sites.create( - id='S', # FullProf Atom - type_symbol='S', # FullProf Typ - fract_x=0.06302, # FullProf X - fract_y=0.25, # FullProf Y - fract_z=0.68446, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=0.85413, # FullProf Biso -) -structure.atom_sites.create( - id='O1', # FullProf Atom - type_symbol='O', # FullProf Typ - fract_x=0.91235, # FullProf X - fract_y=0.25, # FullProf Y - fract_z=0.59346, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=1.33362, # FullProf Biso -) -structure.atom_sites.create( - id='O2', # FullProf Atom - type_symbol='O', # FullProf Typ - fract_x=0.18443, # FullProf X - fract_y=0.25, # FullProf Y - fract_z=0.53434, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=1.57511, # FullProf Biso -) -structure.atom_sites.create( - id='O3', # FullProf Atom - type_symbol='O', # FullProf Typ - fract_x=0.07573, # FullProf X - fract_y=0.01951, # FullProf Y - fract_z=0.81594, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=1.32792, # FullProf Biso -) - -project.structures.add(structure) - -# %% [markdown] -# ## Load the FullProf reference - -# %% -FULLPROF_PROJECT_DIR = 'pd-xray-pbso4' -FULLPROF_PRF_FILE = 'pbsox_single_polarized.prf' -FULLPROF_SUM_FILE = 'pbsox_single_polarized.sum' -FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) -FULLPROF_BAC_FILE = 'pbsox_single_polarized.bac' -FULLPROF_ZERO = -0.04816 # FullProf Zero -FULLPROF_SCALE = 0.0004693346 # FullProf Scale -FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1 -FULLPROF_U = 0.048457 # FullProf U -FULLPROF_V = -0.083053 # FullProf V -FULLPROF_W = 0.035188 # FullProf W -FULLPROF_X = 0.0 # FullProf X -FULLPROF_Y = 0.049268 # FullProf Y -FULLPROF_POLARIZATION_COEFFICIENT = 0.5 # FullProf Rpolarz -FULLPROF_CTHM = 0.8 # FullProf Cthm - -x, calc_fullprof = verify.load_fullprof_calc_profile( - FULLPROF_PROJECT_DIR, - FULLPROF_PRF_FILE, - FULLPROF_BAC_FILE, - FULLPROF_ZERO, -) - -# %% [markdown] -# ## Create the experiment - -# %% -experiment = ExperimentFactory.from_scratch( - name='pbso4', - sample_form='powder', - beam_mode='constant wavelength', - radiation_probe='xray', - scattering_type='bragg', -) -verify.set_reference_as_measured(experiment, x, calc_fullprof) - -experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE) - -experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH -experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO - -experiment.peak.type = 'pseudo-voigt' -experiment.peak.broad_gauss_u = FULLPROF_U -experiment.peak.broad_gauss_v = FULLPROF_V -experiment.peak.broad_gauss_w = FULLPROF_W -experiment.peak.broad_lorentz_x = FULLPROF_X -experiment.peak.broad_lorentz_y = FULLPROF_Y - -project.experiments.add(experiment) - -# %% [markdown] -# ## edi-cryspy VS FullProf - -# %% -experiment.calculator.type = 'cryspy' - -project.analysis.calculate() -calc_ed_cryspy = experiment.data.intensity_calc -LABEL_ED_CRYSPY = verify.engine_label('cryspy') - -project.display.pattern_comparison( - 'pbso4', - reference=calc_fullprof, - candidate=calc_ed_cryspy, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSPY, -) - -# %% [markdown] -# ## Fit edi-cryspy to FullProf - -# %% -experiment.linked_structures['pbso4'].scale.free = True -experiment.peak.broad_gauss_u.free = True -experiment.peak.broad_gauss_v.free = True -experiment.peak.broad_gauss_w.free = True -experiment.peak.broad_lorentz_y.free = True - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_cryspy_refined = experiment.data.intensity_calc -LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined') - -project.display.pattern_comparison( - 'pbso4', - reference=calc_fullprof, - candidate=calc_ed_cryspy_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSPY_REFINED, -) - -# %% -experiment.linked_structures['pbso4'].scale - -# %% [markdown] -# ## edi-crysfml VS FullProf - -# %% -experiment.calculator.type = 'crysfml' - -experiment.linked_structures['pbso4'].scale = FULLPROF_SCALE -experiment.peak.broad_gauss_u = FULLPROF_U -experiment.peak.broad_gauss_v = FULLPROF_V -experiment.peak.broad_gauss_w = FULLPROF_W -experiment.peak.broad_lorentz_x = FULLPROF_X -experiment.peak.broad_lorentz_y = FULLPROF_Y - -project.analysis.calculate() -calc_ed_crysfml = experiment.data.intensity_calc -LABEL_ED_CRYSFML = verify.engine_label('crysfml') - -project.display.pattern_comparison( - 'pbso4', - reference=calc_fullprof, - candidate=calc_ed_crysfml, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML, -) - -# %% [markdown] -# ## Fit edi-crysfml to FullProf - -# %% -experiment.linked_structures['pbso4'].scale.free = True -experiment.peak.broad_gauss_u.free = True -experiment.peak.broad_gauss_v.free = True -experiment.peak.broad_gauss_w.free = True -experiment.peak.broad_lorentz_y.free = True - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_crysfml_refined = experiment.data.intensity_calc -LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') - -project.display.pattern_comparison( - 'pbso4', - reference=calc_fullprof, - candidate=calc_ed_crysfml_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML_REFINED, -) - -# %% -experiment.linked_structures['pbso4'].scale - -# %% [markdown] -# ## Agreement check - -# %% -verify.assert_patterns_agree( - [ - (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), - ( - f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', - calc_fullprof, - calc_ed_cryspy_refined, - ), - (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), - ( - f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', - calc_fullprof, - calc_ed_crysfml_refined, - ), - ], - known_discrepancy=True, - reason=( - 'Laboratory X-ray PbSO4 single-wavelength diagnostic with ' - 'Wdt=48, Rpolarz=0.5, and Cthm=0.8: EasyDiffraction does not ' - 'yet expose these X-ray optics fields or bind them to cryspy/' - 'crysfml, and the remaining strict-tolerance difference is ' - 'also affected by FullProf/Cryspy Cu Kalpha anomalous-' - 'dispersion table differences, especially Pb f-prime.' - ), -) - -# %% diff --git a/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.ipynb b/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.ipynb deleted file mode 100644 index 6482b65bc..000000000 --- a/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.ipynb +++ /dev/null @@ -1,349 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "b86cb147", - "metadata": {}, - "source": [ - "# PbSO₄ — X-ray powder, single wavelength, Wdt 48, aligned f'\n", - "\n", - "**Note — diagnostic single-wavelength reference.**\n", - "\n", - "This is the X-ray Rietveld Round Robin anglesite (PbSO₄) measured with\n", - "a laboratory Cu source, but with a single-wavelength FullProf reference\n", - "generated from `pbsox_single_unpolarized.pcr`. The PCR keeps\n", - "`Lambda1 = Lambda2`, sets `Ratio = 0`, uses `Wdt = 48`, and sets\n", - "`Rpolarz = Cthm = 0`. The Cryspy anomalous-dispersion table is patched\n", - "locally to FullProf's Cu Kα values so the page removes the known\n", - "FullProf/Cryspy Pb f-prime difference." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "7b22a710", - "metadata": {}, - "outputs": [], - "source": [ - "import numpy as np\n", - "\n", - "import easydiffraction as edi\n", - "from easydiffraction import ExperimentFactory\n", - "from easydiffraction import StructureFactory\n", - "from easydiffraction.analysis import verification as verify\n", - "from cryspy.A_functions_base.database import DATABASE as CRYSPY_DATABASE" - ] - }, - { - "cell_type": "markdown", - "id": "9f0f5299", - "metadata": {}, - "source": [ - "## Build the project" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "48332aff", - "metadata": {}, - "outputs": [], - "source": [ - "project = edi.Project()" - ] - }, - { - "cell_type": "markdown", - "id": "d07e9bc4", - "metadata": {}, - "source": [ - "## Define the structure" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "55691491", - "metadata": {}, - "outputs": [], - "source": [ - "structure = StructureFactory.from_scratch(name='pbso4')\n", - "\n", - "structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol\n", - "\n", - "structure.cell.length_a = 8.479832 # FullProf a\n", - "structure.cell.length_b = 5.397758 # FullProf b\n", - "structure.cell.length_c = 6.959325 # FullProf c\n", - "\n", - "structure.atom_sites.create(\n", - " id='Pb', # FullProf Atom\n", - " type_symbol='Pb', # FullProf Typ\n", - " fract_x=0.18788, # FullProf X\n", - " fract_y=0.25, # FullProf Y\n", - " fract_z=0.16749, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.78522, # FullProf Biso\n", - ")\n", - "structure.atom_sites.create(\n", - " id='S', # FullProf Atom\n", - " type_symbol='S', # FullProf Typ\n", - " fract_x=0.06302, # FullProf X\n", - " fract_y=0.25, # FullProf Y\n", - " fract_z=0.68446, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=0.85413, # FullProf Biso\n", - ")\n", - "structure.atom_sites.create(\n", - " id='O1', # FullProf Atom\n", - " type_symbol='O', # FullProf Typ\n", - " fract_x=0.91235, # FullProf X\n", - " fract_y=0.25, # FullProf Y\n", - " fract_z=0.59346, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.33362, # FullProf Biso\n", - ")\n", - "structure.atom_sites.create(\n", - " id='O2', # FullProf Atom\n", - " type_symbol='O', # FullProf Typ\n", - " fract_x=0.18443, # FullProf X\n", - " fract_y=0.25, # FullProf Y\n", - " fract_z=0.53434, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.57511, # FullProf Biso\n", - ")\n", - "structure.atom_sites.create(\n", - " id='O3', # FullProf Atom\n", - " type_symbol='O', # FullProf Typ\n", - " fract_x=0.07573, # FullProf X\n", - " fract_y=0.01951, # FullProf Y\n", - " fract_z=0.81594, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.32792, # FullProf Biso\n", - ")\n", - "\n", - "project.structures.add(structure)" - ] - }, - { - "cell_type": "markdown", - "id": "e5b14b64", - "metadata": {}, - "source": [ - "## Load the FullProf reference" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "9636d444", - "metadata": {}, - "outputs": [], - "source": [ - "FULLPROF_PROJECT_DIR = 'pd-xray-pbso4'\n", - "FULLPROF_PRF_FILE = 'pbsox_single_unpolarized.prf'\n", - "FULLPROF_SUM_FILE = 'pbsox_single_unpolarized.sum'\n", - "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", - "FULLPROF_BAC_FILE = 'pbsox_single_unpolarized.bac'\n", - "FULLPROF_ZERO = -0.04816 # FullProf Zero\n", - "FULLPROF_SCALE = 0.0004693346 # FullProf Scale\n", - "FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1\n", - "FULLPROF_U = 0.048457 # FullProf U\n", - "FULLPROF_V = -0.083053 # FullProf V\n", - "FULLPROF_W = 0.035188 # FullProf W\n", - "FULLPROF_X = 0.0 # FullProf X\n", - "FULLPROF_Y = 0.049268 # FullProf Y\n", - "FULLPROF_CU_ANOMALOUS_DISPERSION = {\n", - " 'O': complex(0.047, 0.032),\n", - " 'S': complex(0.319, 0.557),\n", - " 'Pb': complex(-4.818, 8.505),\n", - "}\n", - "\n", - "\n", - "def align_cryspy_cu_anomalous_dispersion_to_fullprof() -> None:\n", - " \"\"\"Patch Cryspy's Cu Kα anomalous table to FullProf values.\"\"\"\n", - " dispersion = CRYSPY_DATABASE['Dispersion']\n", - " wavelengths = dispersion['table_wavelength']\n", - " index = int(np.searchsorted(wavelengths, FULLPROF_WAVELENGTH))\n", - " if np.isclose(wavelengths[index], FULLPROF_WAVELENGTH):\n", - " fraction = 0.0\n", - " lower_index = index\n", - " upper_index = index\n", - " else:\n", - " lower_index = index - 1\n", - " upper_index = index\n", - " fraction = (\n", - " (FULLPROF_WAVELENGTH - wavelengths[lower_index])\n", - " / (wavelengths[upper_index] - wavelengths[lower_index])\n", - " )\n", - " for symbol, target in FULLPROF_CU_ANOMALOUS_DISPERSION.items():\n", - " row = np.array(dispersion[symbol], dtype=complex, copy=True)\n", - " if fraction:\n", - " row[lower_index] = (target - fraction * row[upper_index]) / (1.0 - fraction)\n", - " else:\n", - " row[lower_index] = target\n", - " dispersion[symbol] = row\n", - "\n", - "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", - " FULLPROF_PROJECT_DIR,\n", - " FULLPROF_PRF_FILE,\n", - " FULLPROF_BAC_FILE,\n", - " FULLPROF_ZERO,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "1449201c", - "metadata": {}, - "source": [ - "## Create the experiment" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "fc2d3253", - "metadata": {}, - "outputs": [], - "source": [ - "experiment = ExperimentFactory.from_scratch(\n", - " name='pbso4',\n", - " sample_form='powder',\n", - " beam_mode='constant wavelength',\n", - " radiation_probe='xray',\n", - " scattering_type='bragg',\n", - ")\n", - "verify.set_reference_as_measured(experiment, x, calc_fullprof)\n", - "\n", - "experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE)\n", - "\n", - "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", - "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", - "\n", - "experiment.peak.type = 'pseudo-voigt'\n", - "experiment.peak.broad_gauss_u = FULLPROF_U\n", - "experiment.peak.broad_gauss_v = FULLPROF_V\n", - "experiment.peak.broad_gauss_w = FULLPROF_W\n", - "experiment.peak.broad_lorentz_x = FULLPROF_X\n", - "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", - "\n", - "project.experiments.add(experiment)" - ] - }, - { - "cell_type": "markdown", - "id": "fbd8112a", - "metadata": {}, - "source": [ - "## edi-cryspy VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "7e461af1", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'cryspy'\n", - "\n", - "align_cryspy_cu_anomalous_dispersion_to_fullprof()\n", - "project.analysis.calculate()\n", - "calc_ed_cryspy = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSPY = verify.engine_label('cryspy', note='FullProf f-prime')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'pbso4',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_cryspy,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSPY,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "911129a0", - "metadata": {}, - "source": [ - "## Align edi-cryspy scale to FullProf area" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "4a655de9", - "metadata": {}, - "outputs": [], - "source": [ - "cryspy_area_ratio = verify.pattern_closeness(calc_fullprof, calc_ed_cryspy).intensity_ratio\n", - "experiment.linked_structures['pbso4'].scale = FULLPROF_SCALE / cryspy_area_ratio\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_cryspy_aligned = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSPY_ALIGNED = verify.engine_label('cryspy', note='f-prime and scale aligned')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'pbso4',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_cryspy_aligned,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSPY_ALIGNED,\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "88ed7f78", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['pbso4'].scale" - ] - }, - { - "cell_type": "markdown", - "id": "726cac47", - "metadata": {}, - "source": [ - "## Agreement check" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "a4b0a044", - "metadata": {}, - "outputs": [], - "source": [ - "verify.assert_patterns_agree(\n", - " [\n", - " (\n", - " f'{LABEL_ED_CRYSPY_ALIGNED} vs {FULLPROF_LABEL}',\n", - " calc_fullprof,\n", - " calc_ed_cryspy_aligned,\n", - " ),\n", - " ],\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "7f6e1e25", - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "jupytext": { - "cell_metadata_filter": "-all", - "main_language": "python", - "notebook_metadata_filter": "-all" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.py b/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.py deleted file mode 100644 index 338130abe..000000000 --- a/docs/docs/verification/pd-xray-pbso4-single-unpolarized-aligned.py +++ /dev/null @@ -1,226 +0,0 @@ -# %% [markdown] -# # PbSO₄ — X-ray powder, single wavelength, Wdt 48, aligned f' -# -# **Note — diagnostic single-wavelength reference.** -# -# This is the X-ray Rietveld Round Robin anglesite (PbSO₄) measured with -# a laboratory Cu source, but with a single-wavelength FullProf reference -# generated from `pbsox_single_unpolarized.pcr`. The PCR keeps -# `Lambda1 = Lambda2`, sets `Ratio = 0`, uses `Wdt = 48`, and sets -# `Rpolarz = Cthm = 0`. The Cryspy anomalous-dispersion table is patched -# locally to FullProf's Cu Kα values so the page removes the known -# FullProf/Cryspy Pb f-prime difference. - -# %% -import numpy as np - -import easydiffraction as edi -from easydiffraction import ExperimentFactory -from easydiffraction import StructureFactory -from easydiffraction.analysis import verification as verify -from cryspy.A_functions_base.database import DATABASE as CRYSPY_DATABASE - -# %% [markdown] -# ## Build the project - -# %% -project = edi.Project() - -# %% [markdown] -# ## Define the structure - -# %% -structure = StructureFactory.from_scratch(name='pbso4') - -structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol - -structure.cell.length_a = 8.479832 # FullProf a -structure.cell.length_b = 5.397758 # FullProf b -structure.cell.length_c = 6.959325 # FullProf c - -structure.atom_sites.create( - id='Pb', # FullProf Atom - type_symbol='Pb', # FullProf Typ - fract_x=0.18788, # FullProf X - fract_y=0.25, # FullProf Y - fract_z=0.16749, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=1.78522, # FullProf Biso -) -structure.atom_sites.create( - id='S', # FullProf Atom - type_symbol='S', # FullProf Typ - fract_x=0.06302, # FullProf X - fract_y=0.25, # FullProf Y - fract_z=0.68446, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=0.85413, # FullProf Biso -) -structure.atom_sites.create( - id='O1', # FullProf Atom - type_symbol='O', # FullProf Typ - fract_x=0.91235, # FullProf X - fract_y=0.25, # FullProf Y - fract_z=0.59346, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=1.33362, # FullProf Biso -) -structure.atom_sites.create( - id='O2', # FullProf Atom - type_symbol='O', # FullProf Typ - fract_x=0.18443, # FullProf X - fract_y=0.25, # FullProf Y - fract_z=0.53434, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=1.57511, # FullProf Biso -) -structure.atom_sites.create( - id='O3', # FullProf Atom - type_symbol='O', # FullProf Typ - fract_x=0.07573, # FullProf X - fract_y=0.01951, # FullProf Y - fract_z=0.81594, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=1.32792, # FullProf Biso -) - -project.structures.add(structure) - -# %% [markdown] -# ## Load the FullProf reference - -# %% -FULLPROF_PROJECT_DIR = 'pd-xray-pbso4' -FULLPROF_PRF_FILE = 'pbsox_single_unpolarized.prf' -FULLPROF_SUM_FILE = 'pbsox_single_unpolarized.sum' -FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) -FULLPROF_BAC_FILE = 'pbsox_single_unpolarized.bac' -FULLPROF_ZERO = -0.04816 # FullProf Zero -FULLPROF_SCALE = 0.0004693346 # FullProf Scale -FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1 -FULLPROF_U = 0.048457 # FullProf U -FULLPROF_V = -0.083053 # FullProf V -FULLPROF_W = 0.035188 # FullProf W -FULLPROF_X = 0.0 # FullProf X -FULLPROF_Y = 0.049268 # FullProf Y -FULLPROF_CU_ANOMALOUS_DISPERSION = { - 'O': complex(0.047, 0.032), - 'S': complex(0.319, 0.557), - 'Pb': complex(-4.818, 8.505), -} - - -def align_cryspy_cu_anomalous_dispersion_to_fullprof() -> None: - """Patch Cryspy's Cu Kα anomalous table to FullProf values.""" - dispersion = CRYSPY_DATABASE['Dispersion'] - wavelengths = dispersion['table_wavelength'] - index = int(np.searchsorted(wavelengths, FULLPROF_WAVELENGTH)) - if np.isclose(wavelengths[index], FULLPROF_WAVELENGTH): - fraction = 0.0 - lower_index = index - upper_index = index - else: - lower_index = index - 1 - upper_index = index - fraction = ( - (FULLPROF_WAVELENGTH - wavelengths[lower_index]) - / (wavelengths[upper_index] - wavelengths[lower_index]) - ) - for symbol, target in FULLPROF_CU_ANOMALOUS_DISPERSION.items(): - row = np.array(dispersion[symbol], dtype=complex, copy=True) - if fraction: - row[lower_index] = (target - fraction * row[upper_index]) / (1.0 - fraction) - else: - row[lower_index] = target - dispersion[symbol] = row - -x, calc_fullprof = verify.load_fullprof_calc_profile( - FULLPROF_PROJECT_DIR, - FULLPROF_PRF_FILE, - FULLPROF_BAC_FILE, - FULLPROF_ZERO, -) - -# %% [markdown] -# ## Create the experiment - -# %% -experiment = ExperimentFactory.from_scratch( - name='pbso4', - sample_form='powder', - beam_mode='constant wavelength', - radiation_probe='xray', - scattering_type='bragg', -) -verify.set_reference_as_measured(experiment, x, calc_fullprof) - -experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE) - -experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH -experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO - -experiment.peak.type = 'pseudo-voigt' -experiment.peak.broad_gauss_u = FULLPROF_U -experiment.peak.broad_gauss_v = FULLPROF_V -experiment.peak.broad_gauss_w = FULLPROF_W -experiment.peak.broad_lorentz_x = FULLPROF_X -experiment.peak.broad_lorentz_y = FULLPROF_Y - -project.experiments.add(experiment) - -# %% [markdown] -# ## edi-cryspy VS FullProf - -# %% -experiment.calculator.type = 'cryspy' - -align_cryspy_cu_anomalous_dispersion_to_fullprof() -project.analysis.calculate() -calc_ed_cryspy = experiment.data.intensity_calc -LABEL_ED_CRYSPY = verify.engine_label('cryspy', note='FullProf f-prime') - -project.display.pattern_comparison( - 'pbso4', - reference=calc_fullprof, - candidate=calc_ed_cryspy, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSPY, -) - -# %% [markdown] -# ## Align edi-cryspy scale to FullProf area - -# %% -cryspy_area_ratio = verify.pattern_closeness(calc_fullprof, calc_ed_cryspy).intensity_ratio -experiment.linked_structures['pbso4'].scale = FULLPROF_SCALE / cryspy_area_ratio - -project.analysis.calculate() -calc_ed_cryspy_aligned = experiment.data.intensity_calc -LABEL_ED_CRYSPY_ALIGNED = verify.engine_label('cryspy', note='f-prime and scale aligned') - -project.display.pattern_comparison( - 'pbso4', - reference=calc_fullprof, - candidate=calc_ed_cryspy_aligned, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSPY_ALIGNED, -) - -# %% -experiment.linked_structures['pbso4'].scale - -# %% [markdown] -# ## Agreement check - -# %% -verify.assert_patterns_agree( - [ - ( - f'{LABEL_ED_CRYSPY_ALIGNED} vs {FULLPROF_LABEL}', - calc_fullprof, - calc_ed_cryspy_aligned, - ), - ], -) - -# %% diff --git a/docs/docs/verification/pd-xray-pbso4-single.ipynb b/docs/docs/verification/pd-xray-pbso4-single.ipynb deleted file mode 100644 index f359abe8f..000000000 --- a/docs/docs/verification/pd-xray-pbso4-single.ipynb +++ /dev/null @@ -1,438 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "id": "0", - "metadata": { - "tags": [ - "hide-in-docs" - ] - }, - "outputs": [], - "source": [ - "# Check whether easydiffraction is installed; install it if needed.\n", - "# Required for remote environments such as Google Colab.\n", - "import importlib.util\n", - "\n", - "if importlib.util.find_spec('easydiffraction') is None:\n", - " %pip install easydiffraction" - ] - }, - { - "cell_type": "markdown", - "id": "1", - "metadata": {}, - "source": [ - "# PbSO₄ — X-ray powder, single wavelength, pseudo-Voigt\n", - "\n", - "**Note — diagnostic single-wavelength reference.**\n", - "\n", - "This is the X-ray Rietveld Round Robin anglesite (PbSO₄) measured with\n", - "a laboratory Cu source, but with a single-wavelength FullProf reference\n", - "generated from `pbsox_single.pcr`. The PCR keeps `Lambda1 = Lambda2`,\n", - "sets `Ratio = 0`, and sets `Cthm = 0`, so the comparison isolates\n", - "single-wavelength X-ray handling without the Cu Kα₁/Kα₂ doublet or\n", - "monochromator-polarization correction." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "2", - "metadata": {}, - "outputs": [], - "source": [ - "import easydiffraction as edi\n", - "from easydiffraction import ExperimentFactory\n", - "from easydiffraction import StructureFactory\n", - "from easydiffraction.analysis import verification as verify" - ] - }, - { - "cell_type": "markdown", - "id": "3", - "metadata": {}, - "source": [ - "## Build the project" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "4", - "metadata": {}, - "outputs": [], - "source": [ - "project = edi.Project()" - ] - }, - { - "cell_type": "markdown", - "id": "5", - "metadata": {}, - "source": [ - "## Define the structure" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "6", - "metadata": {}, - "outputs": [], - "source": [ - "structure = StructureFactory.from_scratch(name='pbso4')\n", - "\n", - "structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol\n", - "\n", - "structure.cell.length_a = 8.479832 # FullProf a\n", - "structure.cell.length_b = 5.397758 # FullProf b\n", - "structure.cell.length_c = 6.959325 # FullProf c\n", - "\n", - "structure.atom_sites.create(\n", - " id='Pb', # FullProf Atom\n", - " type_symbol='Pb', # FullProf Typ\n", - " fract_x=0.18788, # FullProf X\n", - " fract_y=0.25, # FullProf Y\n", - " fract_z=0.16749, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.78522, # FullProf Biso\n", - ")\n", - "structure.atom_sites.create(\n", - " id='S', # FullProf Atom\n", - " type_symbol='S', # FullProf Typ\n", - " fract_x=0.06302, # FullProf X\n", - " fract_y=0.25, # FullProf Y\n", - " fract_z=0.68446, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=0.85413, # FullProf Biso\n", - ")\n", - "structure.atom_sites.create(\n", - " id='O1', # FullProf Atom\n", - " type_symbol='O', # FullProf Typ\n", - " fract_x=0.91235, # FullProf X\n", - " fract_y=0.25, # FullProf Y\n", - " fract_z=0.59346, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.33362, # FullProf Biso\n", - ")\n", - "structure.atom_sites.create(\n", - " id='O2', # FullProf Atom\n", - " type_symbol='O', # FullProf Typ\n", - " fract_x=0.18443, # FullProf X\n", - " fract_y=0.25, # FullProf Y\n", - " fract_z=0.53434, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.57511, # FullProf Biso\n", - ")\n", - "structure.atom_sites.create(\n", - " id='O3', # FullProf Atom\n", - " type_symbol='O', # FullProf Typ\n", - " fract_x=0.07573, # FullProf X\n", - " fract_y=0.01951, # FullProf Y\n", - " fract_z=0.81594, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.32792, # FullProf Biso\n", - ")\n", - "\n", - "project.structures.add(structure)" - ] - }, - { - "cell_type": "markdown", - "id": "7", - "metadata": {}, - "source": [ - "## Load the FullProf reference" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "8", - "metadata": {}, - "outputs": [], - "source": [ - "FULLPROF_PROJECT_DIR = 'pd-xray-pbso4'\n", - "FULLPROF_PRF_FILE = 'pbsox_single.prf'\n", - "FULLPROF_SUM_FILE = 'pbsox_single.sum'\n", - "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", - "FULLPROF_BAC_FILE = 'pbsox_single.bac'\n", - "FULLPROF_ZERO = -0.04816 # FullProf Zero\n", - "FULLPROF_SCALE = 0.0004693346 # FullProf Scale\n", - "FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1\n", - "FULLPROF_U = 0.048457 # FullProf U\n", - "FULLPROF_V = -0.083053 # FullProf V\n", - "FULLPROF_W = 0.035188 # FullProf W\n", - "FULLPROF_X = 0.0 # FullProf X\n", - "FULLPROF_Y = 0.049268 # FullProf Y\n", - "\n", - "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", - " FULLPROF_PROJECT_DIR,\n", - " FULLPROF_PRF_FILE,\n", - " FULLPROF_BAC_FILE,\n", - " FULLPROF_ZERO,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "9", - "metadata": {}, - "source": [ - "## Create the experiment" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "10", - "metadata": {}, - "outputs": [], - "source": [ - "experiment = ExperimentFactory.from_scratch(\n", - " name='pbso4',\n", - " sample_form='powder',\n", - " beam_mode='constant wavelength',\n", - " radiation_probe='xray',\n", - " scattering_type='bragg',\n", - ")\n", - "verify.set_reference_as_measured(experiment, x, calc_fullprof)\n", - "\n", - "experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE)\n", - "\n", - "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", - "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", - "\n", - "experiment.peak.type = 'pseudo-voigt'\n", - "experiment.peak.broad_gauss_u = FULLPROF_U\n", - "experiment.peak.broad_gauss_v = FULLPROF_V\n", - "experiment.peak.broad_gauss_w = FULLPROF_W\n", - "experiment.peak.broad_lorentz_x = FULLPROF_X\n", - "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", - "\n", - "project.experiments.add(experiment)" - ] - }, - { - "cell_type": "markdown", - "id": "11", - "metadata": {}, - "source": [ - "## edi-cryspy VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "12", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'cryspy'\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_cryspy = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'pbso4',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_cryspy,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSPY,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "13", - "metadata": {}, - "source": [ - "## Fit edi-cryspy to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "14", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['pbso4'].scale.free = True\n", - "experiment.peak.broad_gauss_u.free = True\n", - "experiment.peak.broad_gauss_v.free = True\n", - "experiment.peak.broad_gauss_w.free = True\n", - "experiment.peak.broad_lorentz_y.free = True\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_cryspy_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'pbso4',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_cryspy_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSPY_REFINED,\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "15", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['pbso4'].scale" - ] - }, - { - "cell_type": "markdown", - "id": "16", - "metadata": {}, - "source": [ - "## edi-crysfml VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "17", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'crysfml'\n", - "\n", - "experiment.linked_structures['pbso4'].scale = FULLPROF_SCALE\n", - "experiment.peak.broad_gauss_u = FULLPROF_U\n", - "experiment.peak.broad_gauss_v = FULLPROF_V\n", - "experiment.peak.broad_gauss_w = FULLPROF_W\n", - "experiment.peak.broad_lorentz_x = FULLPROF_X\n", - "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'pbso4',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "18", - "metadata": {}, - "source": [ - "## Fit edi-crysfml to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "19", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['pbso4'].scale.free = True\n", - "experiment.peak.broad_gauss_u.free = True\n", - "experiment.peak.broad_gauss_v.free = True\n", - "experiment.peak.broad_gauss_w.free = True\n", - "experiment.peak.broad_lorentz_y.free = True\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'pbso4',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "20", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['pbso4'].scale" - ] - }, - { - "cell_type": "markdown", - "id": "21", - "metadata": {}, - "source": [ - "## Agreement check" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "22", - "metadata": {}, - "outputs": [], - "source": [ - "verify.assert_patterns_agree(\n", - " [\n", - " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", - " (\n", - " f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}',\n", - " calc_fullprof,\n", - " calc_ed_cryspy_refined,\n", - " ),\n", - " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", - " (\n", - " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", - " calc_fullprof,\n", - " calc_ed_crysfml_refined,\n", - " ),\n", - " ],\n", - " known_discrepancy=True,\n", - " reason=(\n", - " 'Laboratory X-ray PbSO4 single-wavelength diagnostic with '\n", - " 'Cthm=0: the remaining strict-tolerance difference is traced '\n", - " 'primarily to FullProf/Cryspy Cu Kalpha anomalous-dispersion '\n", - " 'tables, especially Pb f-prime, with an additional contribution '\n", - " 'from FullProf Wdt peak-tail truncation.'\n", - " ),\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "23", - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "jupytext": { - "cell_metadata_filter": "-all", - "main_language": "python", - "notebook_metadata_filter": "-all" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/docs/docs/verification/pd-xray-pbso4-single.py b/docs/docs/verification/pd-xray-pbso4-single.py deleted file mode 100644 index 33848e618..000000000 --- a/docs/docs/verification/pd-xray-pbso4-single.py +++ /dev/null @@ -1,265 +0,0 @@ -# %% [markdown] -# # PbSO₄ — X-ray powder, single wavelength, pseudo-Voigt -# -# **Note — diagnostic single-wavelength reference.** -# -# This is the X-ray Rietveld Round Robin anglesite (PbSO₄) measured with -# a laboratory Cu source, but with a single-wavelength FullProf reference -# generated from `pbsox_single.pcr`. The PCR keeps `Lambda1 = Lambda2`, -# sets `Ratio = 0`, and sets `Cthm = 0`, so the comparison isolates -# single-wavelength X-ray handling without the Cu Kα₁/Kα₂ doublet or -# monochromator-polarization correction. - -# %% -import easydiffraction as edi -from easydiffraction import ExperimentFactory -from easydiffraction import StructureFactory -from easydiffraction.analysis import verification as verify - -# %% [markdown] -# ## Build the project - -# %% -project = edi.Project() - -# %% [markdown] -# ## Define the structure - -# %% -structure = StructureFactory.from_scratch(name='pbso4') - -structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol - -structure.cell.length_a = 8.479832 # FullProf a -structure.cell.length_b = 5.397758 # FullProf b -structure.cell.length_c = 6.959325 # FullProf c - -structure.atom_sites.create( - id='Pb', # FullProf Atom - type_symbol='Pb', # FullProf Typ - fract_x=0.18788, # FullProf X - fract_y=0.25, # FullProf Y - fract_z=0.16749, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=1.78522, # FullProf Biso -) -structure.atom_sites.create( - id='S', # FullProf Atom - type_symbol='S', # FullProf Typ - fract_x=0.06302, # FullProf X - fract_y=0.25, # FullProf Y - fract_z=0.68446, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=0.85413, # FullProf Biso -) -structure.atom_sites.create( - id='O1', # FullProf Atom - type_symbol='O', # FullProf Typ - fract_x=0.91235, # FullProf X - fract_y=0.25, # FullProf Y - fract_z=0.59346, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=1.33362, # FullProf Biso -) -structure.atom_sites.create( - id='O2', # FullProf Atom - type_symbol='O', # FullProf Typ - fract_x=0.18443, # FullProf X - fract_y=0.25, # FullProf Y - fract_z=0.53434, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=1.57511, # FullProf Biso -) -structure.atom_sites.create( - id='O3', # FullProf Atom - type_symbol='O', # FullProf Typ - fract_x=0.07573, # FullProf X - fract_y=0.01951, # FullProf Y - fract_z=0.81594, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=1.32792, # FullProf Biso -) - -project.structures.add(structure) - -# %% [markdown] -# ## Load the FullProf reference - -# %% -FULLPROF_PROJECT_DIR = 'pd-xray-pbso4' -FULLPROF_PRF_FILE = 'pbsox_single.prf' -FULLPROF_SUM_FILE = 'pbsox_single.sum' -FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) -FULLPROF_BAC_FILE = 'pbsox_single.bac' -FULLPROF_ZERO = -0.04816 # FullProf Zero -FULLPROF_SCALE = 0.0004693346 # FullProf Scale -FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1 -FULLPROF_U = 0.048457 # FullProf U -FULLPROF_V = -0.083053 # FullProf V -FULLPROF_W = 0.035188 # FullProf W -FULLPROF_X = 0.0 # FullProf X -FULLPROF_Y = 0.049268 # FullProf Y - -x, calc_fullprof = verify.load_fullprof_calc_profile( - FULLPROF_PROJECT_DIR, - FULLPROF_PRF_FILE, - FULLPROF_BAC_FILE, - FULLPROF_ZERO, -) - -# %% [markdown] -# ## Create the experiment - -# %% -experiment = ExperimentFactory.from_scratch( - name='pbso4', - sample_form='powder', - beam_mode='constant wavelength', - radiation_probe='xray', - scattering_type='bragg', -) -verify.set_reference_as_measured(experiment, x, calc_fullprof) - -experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE) - -experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH -experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO - -experiment.peak.type = 'pseudo-voigt' -experiment.peak.broad_gauss_u = FULLPROF_U -experiment.peak.broad_gauss_v = FULLPROF_V -experiment.peak.broad_gauss_w = FULLPROF_W -experiment.peak.broad_lorentz_x = FULLPROF_X -experiment.peak.broad_lorentz_y = FULLPROF_Y - -project.experiments.add(experiment) - -# %% [markdown] -# ## edi-cryspy VS FullProf - -# %% -experiment.calculator.type = 'cryspy' - -project.analysis.calculate() -calc_ed_cryspy = experiment.data.intensity_calc -LABEL_ED_CRYSPY = verify.engine_label('cryspy') - -project.display.pattern_comparison( - 'pbso4', - reference=calc_fullprof, - candidate=calc_ed_cryspy, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSPY, -) - -# %% [markdown] -# ## Fit edi-cryspy to FullProf - -# %% -experiment.linked_structures['pbso4'].scale.free = True -experiment.peak.broad_gauss_u.free = True -experiment.peak.broad_gauss_v.free = True -experiment.peak.broad_gauss_w.free = True -experiment.peak.broad_lorentz_y.free = True - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_cryspy_refined = experiment.data.intensity_calc -LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined') - -project.display.pattern_comparison( - 'pbso4', - reference=calc_fullprof, - candidate=calc_ed_cryspy_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSPY_REFINED, -) - -# %% -experiment.linked_structures['pbso4'].scale - -# %% [markdown] -# ## edi-crysfml VS FullProf - -# %% -experiment.calculator.type = 'crysfml' - -experiment.linked_structures['pbso4'].scale = FULLPROF_SCALE -experiment.peak.broad_gauss_u = FULLPROF_U -experiment.peak.broad_gauss_v = FULLPROF_V -experiment.peak.broad_gauss_w = FULLPROF_W -experiment.peak.broad_lorentz_x = FULLPROF_X -experiment.peak.broad_lorentz_y = FULLPROF_Y - -project.analysis.calculate() -calc_ed_crysfml = experiment.data.intensity_calc -LABEL_ED_CRYSFML = verify.engine_label('crysfml') - -project.display.pattern_comparison( - 'pbso4', - reference=calc_fullprof, - candidate=calc_ed_crysfml, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML, -) - -# %% [markdown] -# ## Fit edi-crysfml to FullProf - -# %% -experiment.linked_structures['pbso4'].scale.free = True -experiment.peak.broad_gauss_u.free = True -experiment.peak.broad_gauss_v.free = True -experiment.peak.broad_gauss_w.free = True -experiment.peak.broad_lorentz_y.free = True - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_crysfml_refined = experiment.data.intensity_calc -LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') - -project.display.pattern_comparison( - 'pbso4', - reference=calc_fullprof, - candidate=calc_ed_crysfml_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML_REFINED, -) - -# %% -experiment.linked_structures['pbso4'].scale - -# %% [markdown] -# ## Agreement check - -# %% -verify.assert_patterns_agree( - [ - (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), - ( - f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', - calc_fullprof, - calc_ed_cryspy_refined, - ), - (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), - ( - f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', - calc_fullprof, - calc_ed_crysfml_refined, - ), - ], - known_discrepancy=True, - reason=( - 'Laboratory X-ray PbSO4 single-wavelength diagnostic with ' - 'Cthm=0: the remaining strict-tolerance difference is traced ' - 'primarily to FullProf/Cryspy Cu Kalpha anomalous-dispersion ' - 'tables, especially Pb f-prime, with an additional contribution ' - 'from FullProf Wdt peak-tail truncation.' - ), -) - -# %% From 0148042bea6267637fa3006e676cbfd5687a69ec Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 14:57:29 +0200 Subject: [PATCH 09/64] Standardize verification examples and use CrysFML 0.7.0 --- .../adrs/accepted/model-sample-absorption.md | 6 +- .../preferred-orientation-category.md | 10 +- .../verification-software-version-labels.md | 2 +- .../accepted/xray-cw-polarization-optics.md | 5 +- docs/dev/adrs/index.md | 1 + .../verification-example-lifecycle.md | 333 + docs/dev/issues/index.md | 1 + ...nd-add-the-physical-fcj-asymmetry-model.md | 8 +- ...-on-tof-jorgensen-von-dreele-lorentzian.md | 2 +- ...-polarization-is-easydiffraction-custom.md | 47 + ...ysfml-tof-jorgensen-profile-discrepancy.md | 2 +- ...odel-sample-absorption-debye-scherrer-r.md | 4 +- ...in-systematic-peak-position-corrections.md | 2 +- ...empirical-asymmetry-convention-mismatch.md | 34 +- docs/docs/tutorials/index.json | 8 + docs/docs/tutorials/index.md | 3 + docs/docs/tutorials/refine-pbso4-joint.py | 167 +- docs/docs/tutorials/refine-pbso4-xray.py | 282 + .../ECH0030684_LaB6_1p622A.bac | 0 .../ECH0030684_LaB6_1p622A.dat | 0 .../ECH0030684_LaB6_1p622A.pcr | 0 .../ECH0030684_LaB6_1p622A.prf | 0 .../ECH0030684_LaB6_1p622A.sum | 0 .../ECH0030684_LaB6_1p622A1.sub | 0 .../ECH0030684_LaB6_1p622A_noAbs.bac | 0 .../ECH0030684_LaB6_1p622A_noAbs.dat | 0 .../ECH0030684_LaB6_1p622A_noAbs.pcr | 0 .../ECH0030684_LaB6_1p622A_noAbs.prf | 0 .../ECH0030684_LaB6_1p622A_noAbs.sum | 0 .../ECH0030684_LaB6_1p622A_noAbs_noSLDL.bac | 0 .../ECH0030684_LaB6_1p622A_noAbs_noSLDL.dat | 0 .../ECH0030684_LaB6_1p622A_noAbs_noSLDL.pcr | 0 .../ECH0030684_LaB6_1p622A_noAbs_noSLDL.prf | 0 .../ECH0030684_LaB6_1p622A_noAbs_noSLDL.sum | 0 .../ECH0030684_LaB6_1p622A_noSLDL.bac | 0 .../ECH0030684_LaB6_1p622A_noSLDL.dat | 0 .../ECH0030684_LaB6_1p622A_noSLDL.pcr | 0 .../ECH0030684_LaB6_1p622A_noSLDL.prf | 0 .../ECH0030684_LaB6_1p622A_noSLDL.sum | 0 .../lbco.bac | 0 .../lbco.dat | 0 .../lbco.pcr | 0 .../lbco.prf | 0 .../lbco.sum | 0 .../lbco.bac | 0 .../lbco.dat | 0 .../lbco.pcr | 0 .../lbco.prf | 0 .../lbco.sum | 0 .../pbso4.bac | 0 .../pbso4.dat | 0 .../pbso4.pcr | 0 .../pbso4.prf | 0 .../pbso4.sum | 0 .../pbso4.bac | 0 .../pbso4.dat | 0 .../pbso4.pcr | 0 .../pbso4.prf | 0 .../pbso4.sum | 0 .../pd-neut-cwl_pv-beta_y2o3/y2o3.prf | 3333 -------- .../pbsox_neut_single.bac | 602 -- .../pbsox_neut_single.dat | 602 -- .../pbsox_neut_single.pcr | 63 - .../pbsox_neut_single.prf | 6430 ---------------- .../pbsox_neut_single.sum | 145 - .../y2o3.bac | 0 .../y2o3.dat | 0 .../y2o3.pcr | 4 +- .../pd-neut-cwl_y2o3_beta-adp/y2o3.prf | 3333 ++++++++ .../y2o3.sum | 95 +- .../55025-5_6raw.gss | 0 .../TOF_irf_file.irf | 0 .../tmpl_one_bank.bac | 0 .../tmpl_one_bank.pcr | 0 .../tmpl_one_bank.prf | 0 .../tmpl_one_bank.sum | 0 .../TOF_irf_file.irf | 0 .../arg_si.bac | 0 .../arg_si.dat | 0 .../arg_si.pcr | 0 .../arg_si.prf | 0 .../arg_si.sum | 0 .../TOF_irf_file.irf | 0 .../arg_si.bac | 0 .../arg_si.dat | 0 .../arg_si.fou | 0 .../arg_si.hkl | 0 .../arg_si.ins | 0 .../arg_si.new | 0 .../arg_si.out | 0 .../arg_si.pcr | 0 .../arg_si.prf | 0 .../arg_si.rpa | 0 .../arg_si.sum | 0 .../arg_si.sym | 0 .../arg_si1.fst | 0 .../arg_si1.sub | 0 .../lif_doublet_unpolarized.bac | 0 .../lif_doublet_unpolarized.dat | 0 .../lif_doublet_unpolarized.fou | 0 .../lif_doublet_unpolarized.inp | 0 .../lif_doublet_unpolarized.out | 0 .../lif_doublet_unpolarized.pcr | 0 .../lif_doublet_unpolarized.prf | 0 .../lif_doublet_unpolarized.rpa | 0 .../lif_doublet_unpolarized.sum | 0 .../lif_doublet_unpolarized.sym | 0 .../lif_doublet_unpolarized1.fst | 0 .../lif_single_absorption.bac | 0 .../lif_single_absorption.dat | 0 .../lif_single_absorption.fou | 0 .../lif_single_absorption.inp | 0 .../lif_single_absorption.out | 0 .../lif_single_absorption.pcr | 0 .../lif_single_absorption.prf | 0 .../lif_single_absorption.rpa | 0 .../lif_single_absorption.sum | 0 .../lif_single_absorption.sym | 0 .../lif_single_absorption1.fst | 0 .../lif_single_polarized.bac | 0 .../lif_single_polarized.dat | 0 .../lif_single_polarized.fou | 0 .../lif_single_polarized.inp | 0 .../lif_single_polarized.out | 0 .../lif_single_polarized.pcr | 0 .../lif_single_polarized.prf | 0 .../lif_single_polarized.rpa | 0 .../lif_single_polarized.sum | 0 .../lif_single_polarized.sym | 0 .../lif_single_polarized1.fst | 0 .../lif_single_unpolarized.bac | 0 .../lif_single_unpolarized.dat | 0 .../lif_single_unpolarized.fou | 0 .../lif_single_unpolarized.inp | 0 .../lif_single_unpolarized.out | 0 .../lif_single_unpolarized.pcr | 0 .../lif_single_unpolarized.prf | 0 .../lif_single_unpolarized.rpa | 0 .../lif_single_unpolarized.sum | 0 .../lif_single_unpolarized.sym | 0 .../lif_single_unpolarized1.fst | 0 .../pd-xray-cwl_pbso4_round-robin/pbsox.bac | 602 ++ .../pbsox.dat | 0 .../pbsox.pcr | 32 +- .../pd-xray-cwl_pbso4_round-robin/pbsox.prf | 6834 +++++++++++++++++ .../pbsox.sum | 90 +- .../fullprof/pd-xray-pbso4/pbsox.bac | 602 -- .../fullprof/pd-xray-pbso4/pbsox.prf | 6813 ---------------- .../fullprof/pd-xray-pbso4/pbsox_single.pcr | 63 - .../pd-xray-pbso4/pbsox_single_polarized.fou | 375 - .../pd-xray-pbso4/pbsox_single_polarized.inp | 37 - .../pd-xray-pbso4/pbsox_single_polarized.out | 885 --- .../pd-xray-pbso4/pbsox_single_polarized.sym | 136 - .../pd-xray-pbso4/pbsox_single_polarized1.fst | 11 - .../prnio.cif | 0 .../prnio.int | 0 .../prnio.out | 0 .../prnio.pcr | 0 .../prnio.prf | 0 .../prnio.sum | 0 .../tbti.int | 0 .../tbti.out | 0 .../tbti.pcr | 0 .../tbti.prf | 0 .../tbti.sum | 0 .../tbti.int | 0 .../tbti.out | 0 .../tbti.pcr | 0 .../tbti.prf | 0 .../tbti.sum | 0 docs/docs/verification/index.md | 189 +- ...pynb => pd-neut-cwl_lab6_absorption.ipynb} | 62 +- ...lab6.py => pd-neut-cwl_lab6_absorption.py} | 27 +- ...t-cwl_lab6_absorption_fcj-asymmetry.ipynb} | 10 +- ...neut-cwl_lab6_absorption_fcj-asymmetry.py} | 10 +- ...b => pd-neut-cwl_lab6_fcj-asymmetry.ipynb} | 10 +- ...6.py => pd-neut-cwl_lab6_fcj-asymmetry.py} | 10 +- ...ynb => pd-neut-cwl_lab6_sycos-sysin.ipynb} | 10 +- ...ab6.py => pd-neut-cwl_lab6_sycos-sysin.py} | 10 +- ...bco.ipynb => pd-neut-cwl_lbco_basic.ipynb} | 8 +- ...l_pv_lbco.py => pd-neut-cwl_lbco_basic.py} | 8 +- ...neut-cwl_lbco_preferred-orientation.ipynb} | 18 +- ...pd-neut-cwl_lbco_preferred-orientation.py} | 19 +- ...o4.ipynb => pd-neut-cwl_pbso4_basic.ipynb} | 10 +- ...pv_pbso4.py => pd-neut-cwl_pbso4_basic.py} | 10 +- ...=> pd-neut-cwl_pbso4_beba-asymmetry.ipynb} | 16 +- ...py => pd-neut-cwl_pbso4_beba-asymmetry.py} | 16 +- .../pd-neut-cwl_pv-xray-geometry_pbso4.py | 203 - ....ipynb => pd-neut-cwl_y2o3_beta-adp.ipynb} | 70 +- ...a_y2o3.py => pd-neut-cwl_y2o3_beta-adp.py} | 56 +- ...-neut-tof_ncaf_jorgensen-von-dreele.ipynb} | 10 +- ... pd-neut-tof_ncaf_jorgensen-von-dreele.py} | 10 +- ...pd-neut-tof_si_jorgensen-von-dreele.ipynb} | 10 +- ...=> pd-neut-tof_si_jorgensen-von-dreele.py} | 10 +- ...i.ipynb => pd-neut-tof_si_jorgensen.ipynb} | 10 +- ...of_j_si.py => pd-neut-tof_si_jorgensen.py} | 10 +- ...ed.ipynb => pd-xray-cwl_lif_doublet.ipynb} | 70 +- ...olarized.py => pd-xray-cwl_lif_doublet.py} | 17 +- ...zed.ipynb => pd-xray-cwl_lif_single.ipynb} | 113 +- ...polarized.py => pd-xray-cwl_lif_single.py} | 46 +- ...> pd-xray-cwl_lif_single_absorption.ipynb} | 113 +- ...y => pd-xray-cwl_lif_single_absorption.py} | 46 +- ...pd-xray-cwl_lif_single_polarization.ipynb} | 155 +- ...=> pd-xray-cwl_lif_single_polarization.py} | 78 +- ...nb => pd-xray-cwl_pbso4_round-robin.ipynb} | 132 +- ...o4.py => pd-xray-cwl_pbso4_round-robin.py} | 166 +- docs/docs/verification/pd-xray-pbso4.ipynb | 436 -- ....ipynb => sc-neut-cwl_pr2nio4_basic.ipynb} | 7 +- ...r2nio4.py => sc-neut-cwl_pr2nio4_basic.py} | 7 +- ...bti.ipynb => sc-neut-cwl_tbti_basic.ipynb} | 7 +- ...oext_tbti.py => sc-neut-cwl_tbti_basic.py} | 7 +- ...-neut-cwl_tbti_isotropic-extinction.ipynb} | 7 +- ... sc-neut-cwl_tbti_isotropic-extinction.py} | 7 +- docs/mkdocs.yml | 40 +- pixi.lock | 862 ++- pixi.toml | 19 +- pyproject.toml | 2 +- src/easydiffraction/_data_index_ref.txt | 2 +- .../experiment/categories/instrument/cwl.py | 4 +- 219 files changed, 13296 insertions(+), 21883 deletions(-) create mode 100644 docs/dev/adrs/suggestions/verification-example-lifecycle.md create mode 100644 docs/dev/issues/open/highest_document-crysfml-x-ray-polarization-is-easydiffraction-custom.md create mode 100644 docs/docs/tutorials/refine-pbso4-xray.py rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A.bac (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A.dat (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A.pcr (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A.prf (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A.sum (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A1.sub (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A_noAbs.bac (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A_noAbs.dat (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A_noAbs.pcr (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A_noAbs.prf (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A_noAbs.sum (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A_noAbs_noSLDL.bac (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A_noAbs_noSLDL.dat (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A_noAbs_noSLDL.pcr (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A_noAbs_noSLDL.prf (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A_noAbs_noSLDL.sum (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A_noSLDL.bac (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A_noSLDL.dat (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A_noSLDL.pcr (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A_noSLDL.prf (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_tch-fcj_lab6 => pd-neut-cwl_lab6}/ECH0030684_LaB6_1p622A_noSLDL.sum (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv-march_lbco => pd-neut-cwl_lbco_basic}/lbco.bac (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv-march_lbco => pd-neut-cwl_lbco_basic}/lbco.dat (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv_lbco => pd-neut-cwl_lbco_basic}/lbco.pcr (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv_lbco => pd-neut-cwl_lbco_basic}/lbco.prf (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv_lbco => pd-neut-cwl_lbco_basic}/lbco.sum (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv_lbco => pd-neut-cwl_lbco_preferred-orientation}/lbco.bac (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv_lbco => pd-neut-cwl_lbco_preferred-orientation}/lbco.dat (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv-march_lbco => pd-neut-cwl_lbco_preferred-orientation}/lbco.pcr (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv-march_lbco => pd-neut-cwl_lbco_preferred-orientation}/lbco.prf (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv-march_lbco => pd-neut-cwl_lbco_preferred-orientation}/lbco.sum (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv_pbso4 => pd-neut-cwl_pbso4_basic}/pbso4.bac (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv-beba_pbso4 => pd-neut-cwl_pbso4_basic}/pbso4.dat (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv_pbso4 => pd-neut-cwl_pbso4_basic}/pbso4.pcr (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv_pbso4 => pd-neut-cwl_pbso4_basic}/pbso4.prf (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv_pbso4 => pd-neut-cwl_pbso4_basic}/pbso4.sum (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv-beba_pbso4 => pd-neut-cwl_pbso4_beba-asymmetry}/pbso4.bac (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv_pbso4 => pd-neut-cwl_pbso4_beba-asymmetry}/pbso4.dat (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv-beba_pbso4 => pd-neut-cwl_pbso4_beba-asymmetry}/pbso4.pcr (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv-beba_pbso4 => pd-neut-cwl_pbso4_beba-asymmetry}/pbso4.prf (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv-beba_pbso4 => pd-neut-cwl_pbso4_beba-asymmetry}/pbso4.sum (100%) delete mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_pv-beta_y2o3/y2o3.prf delete mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.bac delete mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.dat delete mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.pcr delete mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.prf delete mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.sum rename docs/docs/verification/fullprof/{pd-neut-cwl_pv-beta_y2o3 => pd-neut-cwl_y2o3_beta-adp}/y2o3.bac (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv-beta_y2o3 => pd-neut-cwl_y2o3_beta-adp}/y2o3.dat (100%) rename docs/docs/verification/fullprof/{pd-neut-cwl_pv-beta_y2o3 => pd-neut-cwl_y2o3_beta-adp}/y2o3.pcr (97%) create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/y2o3.prf rename docs/docs/verification/fullprof/{pd-neut-cwl_pv-beta_y2o3 => pd-neut-cwl_y2o3_beta-adp}/y2o3.sum (74%) rename docs/docs/verification/fullprof/{pd-neut-tof_jvd_ncaf => pd-neut-tof_ncaf_jorgensen-von-dreele}/55025-5_6raw.gss (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_jvd_ncaf => pd-neut-tof_ncaf_jorgensen-von-dreele}/TOF_irf_file.irf (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_jvd_ncaf => pd-neut-tof_ncaf_jorgensen-von-dreele}/tmpl_one_bank.bac (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_jvd_ncaf => pd-neut-tof_ncaf_jorgensen-von-dreele}/tmpl_one_bank.pcr (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_jvd_ncaf => pd-neut-tof_ncaf_jorgensen-von-dreele}/tmpl_one_bank.prf (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_jvd_ncaf => pd-neut-tof_ncaf_jorgensen-von-dreele}/tmpl_one_bank.sum (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_jvd_si => pd-neut-tof_si_jorgensen-von-dreele}/TOF_irf_file.irf (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_jvd_si => pd-neut-tof_si_jorgensen-von-dreele}/arg_si.bac (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_j_si => pd-neut-tof_si_jorgensen-von-dreele}/arg_si.dat (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_jvd_si => pd-neut-tof_si_jorgensen-von-dreele}/arg_si.pcr (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_jvd_si => pd-neut-tof_si_jorgensen-von-dreele}/arg_si.prf (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_jvd_si => pd-neut-tof_si_jorgensen-von-dreele}/arg_si.sum (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_j_si => pd-neut-tof_si_jorgensen}/TOF_irf_file.irf (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_j_si => pd-neut-tof_si_jorgensen}/arg_si.bac (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_jvd_si => pd-neut-tof_si_jorgensen}/arg_si.dat (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_j_si => pd-neut-tof_si_jorgensen}/arg_si.fou (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_j_si => pd-neut-tof_si_jorgensen}/arg_si.hkl (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_j_si => pd-neut-tof_si_jorgensen}/arg_si.ins (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_j_si => pd-neut-tof_si_jorgensen}/arg_si.new (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_j_si => pd-neut-tof_si_jorgensen}/arg_si.out (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_j_si => pd-neut-tof_si_jorgensen}/arg_si.pcr (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_j_si => pd-neut-tof_si_jorgensen}/arg_si.prf (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_j_si => pd-neut-tof_si_jorgensen}/arg_si.rpa (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_j_si => pd-neut-tof_si_jorgensen}/arg_si.sum (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_j_si => pd-neut-tof_si_jorgensen}/arg_si.sym (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_j_si => pd-neut-tof_si_jorgensen}/arg_si1.fst (100%) rename docs/docs/verification/fullprof/{pd-neut-tof_j_si => pd-neut-tof_si_jorgensen}/arg_si1.sub (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_doublet_unpolarized.bac (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_doublet_unpolarized.dat (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_doublet_unpolarized.fou (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_doublet_unpolarized.inp (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_doublet_unpolarized.out (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_doublet_unpolarized.pcr (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_doublet_unpolarized.prf (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_doublet_unpolarized.rpa (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_doublet_unpolarized.sum (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_doublet_unpolarized.sym (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_doublet_unpolarized1.fst (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_absorption.bac (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_absorption.dat (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_absorption.fou (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_absorption.inp (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_absorption.out (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_absorption.pcr (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_absorption.prf (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_absorption.rpa (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_absorption.sum (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_absorption.sym (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_absorption1.fst (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_polarized.bac (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_polarized.dat (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_polarized.fou (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_polarized.inp (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_polarized.out (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_polarized.pcr (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_polarized.prf (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_polarized.rpa (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_polarized.sum (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_polarized.sym (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_polarized1.fst (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_unpolarized.bac (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_unpolarized.dat (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_unpolarized.fou (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_unpolarized.inp (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_unpolarized.out (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_unpolarized.pcr (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_unpolarized.prf (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_unpolarized.rpa (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_unpolarized.sum (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_unpolarized.sym (100%) rename docs/docs/verification/fullprof/{pd-xray-lif => pd-xray-cwl_lif}/lif_single_unpolarized1.fst (100%) create mode 100644 docs/docs/verification/fullprof/pd-xray-cwl_pbso4_round-robin/pbsox.bac rename docs/docs/verification/fullprof/{pd-xray-pbso4 => pd-xray-cwl_pbso4_round-robin}/pbsox.dat (100%) rename docs/docs/verification/fullprof/{pd-xray-pbso4 => pd-xray-cwl_pbso4_round-robin}/pbsox.pcr (74%) create mode 100644 docs/docs/verification/fullprof/pd-xray-cwl_pbso4_round-robin/pbsox.prf rename docs/docs/verification/fullprof/{pd-xray-pbso4 => pd-xray-cwl_pbso4_round-robin}/pbsox.sum (62%) delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox.bac delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox.prf delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.pcr delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.fou delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.inp delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.out delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.sym delete mode 100644 docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized1.fst rename docs/docs/verification/fullprof/{sc-neut-cwl_pr2nio4 => sc-neut-cwl_pr2nio4_basic}/prnio.cif (100%) rename docs/docs/verification/fullprof/{sc-neut-cwl_pr2nio4 => sc-neut-cwl_pr2nio4_basic}/prnio.int (100%) rename docs/docs/verification/fullprof/{sc-neut-cwl_pr2nio4 => sc-neut-cwl_pr2nio4_basic}/prnio.out (100%) rename docs/docs/verification/fullprof/{sc-neut-cwl_pr2nio4 => sc-neut-cwl_pr2nio4_basic}/prnio.pcr (100%) rename docs/docs/verification/fullprof/{sc-neut-cwl_pr2nio4 => sc-neut-cwl_pr2nio4_basic}/prnio.prf (100%) rename docs/docs/verification/fullprof/{sc-neut-cwl_pr2nio4 => sc-neut-cwl_pr2nio4_basic}/prnio.sum (100%) rename docs/docs/verification/fullprof/{sc-neut-cwl_ext-iso_tbti => sc-neut-cwl_tbti_basic}/tbti.int (100%) rename docs/docs/verification/fullprof/{sc-neut-cwl_noext_tbti => sc-neut-cwl_tbti_basic}/tbti.out (100%) rename docs/docs/verification/fullprof/{sc-neut-cwl_noext_tbti => sc-neut-cwl_tbti_basic}/tbti.pcr (100%) rename docs/docs/verification/fullprof/{sc-neut-cwl_noext_tbti => sc-neut-cwl_tbti_basic}/tbti.prf (100%) rename docs/docs/verification/fullprof/{sc-neut-cwl_noext_tbti => sc-neut-cwl_tbti_basic}/tbti.sum (100%) rename docs/docs/verification/fullprof/{sc-neut-cwl_noext_tbti => sc-neut-cwl_tbti_isotropic-extinction}/tbti.int (100%) rename docs/docs/verification/fullprof/{sc-neut-cwl_ext-iso_tbti => sc-neut-cwl_tbti_isotropic-extinction}/tbti.out (100%) rename docs/docs/verification/fullprof/{sc-neut-cwl_ext-iso_tbti => sc-neut-cwl_tbti_isotropic-extinction}/tbti.pcr (100%) rename docs/docs/verification/fullprof/{sc-neut-cwl_ext-iso_tbti => sc-neut-cwl_tbti_isotropic-extinction}/tbti.prf (100%) rename docs/docs/verification/fullprof/{sc-neut-cwl_ext-iso_tbti => sc-neut-cwl_tbti_isotropic-extinction}/tbti.sum (100%) rename docs/docs/verification/{pd-neut-cwl_tch-fcj-nosldl_lab6.ipynb => pd-neut-cwl_lab6_absorption.ipynb} (85%) rename docs/docs/verification/{pd-neut-cwl_tch-fcj-nosldl_lab6.py => pd-neut-cwl_lab6_absorption.py} (80%) rename docs/docs/verification/{pd-neut-cwl_tch-fcj_lab6.ipynb => pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb} (97%) rename docs/docs/verification/{pd-neut-cwl_tch-fcj_lab6.py => pd-neut-cwl_lab6_absorption_fcj-asymmetry.py} (96%) rename docs/docs/verification/{pd-neut-cwl_tch-fcj-noabs_lab6.ipynb => pd-neut-cwl_lab6_fcj-asymmetry.ipynb} (97%) rename docs/docs/verification/{pd-neut-cwl_tch-fcj-noabs_lab6.py => pd-neut-cwl_lab6_fcj-asymmetry.py} (97%) rename docs/docs/verification/{pd-neut-cwl_tch-fcj-noabs-nosldl_lab6.ipynb => pd-neut-cwl_lab6_sycos-sysin.ipynb} (97%) rename docs/docs/verification/{pd-neut-cwl_tch-fcj-noabs-nosldl_lab6.py => pd-neut-cwl_lab6_sycos-sysin.py} (95%) rename docs/docs/verification/{pd-neut-cwl_pv_lbco.ipynb => pd-neut-cwl_lbco_basic.ipynb} (96%) rename docs/docs/verification/{pd-neut-cwl_pv_lbco.py => pd-neut-cwl_lbco_basic.py} (94%) rename docs/docs/verification/{pd-neut-cwl_pv-march_lbco.ipynb => pd-neut-cwl_lbco_preferred-orientation.ipynb} (89%) rename docs/docs/verification/{pd-neut-cwl_pv-march_lbco.py => pd-neut-cwl_lbco_preferred-orientation.py} (84%) rename docs/docs/verification/{pd-neut-cwl_pv_pbso4.ipynb => pd-neut-cwl_pbso4_basic.ipynb} (96%) rename docs/docs/verification/{pd-neut-cwl_pv_pbso4.py => pd-neut-cwl_pbso4_basic.py} (94%) rename docs/docs/verification/{pd-neut-cwl_pv-beba_pbso4.ipynb => pd-neut-cwl_pbso4_beba-asymmetry.ipynb} (93%) rename docs/docs/verification/{pd-neut-cwl_pv-beba_pbso4.py => pd-neut-cwl_pbso4_beba-asymmetry.py} (90%) delete mode 100644 docs/docs/verification/pd-neut-cwl_pv-xray-geometry_pbso4.py rename docs/docs/verification/{pd-neut-cwl_pv-beta_y2o3.ipynb => pd-neut-cwl_y2o3_beta-adp.ipynb} (76%) rename docs/docs/verification/{pd-neut-cwl_pv-beta_y2o3.py => pd-neut-cwl_y2o3_beta-adp.py} (71%) rename docs/docs/verification/{pd-neut-tof_jvd_ncaf.ipynb => pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb} (97%) rename docs/docs/verification/{pd-neut-tof_jvd_ncaf.py => pd-neut-tof_ncaf_jorgensen-von-dreele.py} (96%) rename docs/docs/verification/{pd-neut-tof_jvd_si.ipynb => pd-neut-tof_si_jorgensen-von-dreele.ipynb} (97%) rename docs/docs/verification/{pd-neut-tof_jvd_si.py => pd-neut-tof_si_jorgensen-von-dreele.py} (96%) rename docs/docs/verification/{pd-neut-tof_j_si.ipynb => pd-neut-tof_si_jorgensen.ipynb} (97%) rename docs/docs/verification/{pd-neut-tof_j_si.py => pd-neut-tof_si_jorgensen.py} (96%) rename docs/docs/verification/{pd-xray-lif-doublet-unpolarized.ipynb => pd-xray-cwl_lif_doublet.ipynb} (87%) rename docs/docs/verification/{pd-xray-lif-doublet-unpolarized.py => pd-xray-cwl_lif_doublet.py} (88%) rename docs/docs/verification/{pd-xray-lif-single-unpolarized.ipynb => pd-xray-cwl_lif_single.ipynb} (76%) rename docs/docs/verification/{pd-xray-lif-single-unpolarized.py => pd-xray-cwl_lif_single.py} (80%) rename docs/docs/verification/{pd-xray-lif-single-absorption.ipynb => pd-xray-cwl_lif_single_absorption.ipynb} (77%) rename docs/docs/verification/{pd-xray-lif-single-absorption.py => pd-xray-cwl_lif_single_absorption.py} (81%) rename docs/docs/verification/{pd-xray-lif-single-polarized.ipynb => pd-xray-cwl_lif_single_polarization.ipynb} (67%) rename docs/docs/verification/{pd-xray-lif-single-polarized.py => pd-xray-cwl_lif_single_polarization.py} (68%) rename docs/docs/verification/{pd-neut-cwl_pv-xray-geometry_pbso4.ipynb => pd-xray-cwl_pbso4_round-robin.ipynb} (62%) rename docs/docs/verification/{pd-xray-pbso4.py => pd-xray-cwl_pbso4_round-robin.py} (54%) delete mode 100644 docs/docs/verification/pd-xray-pbso4.ipynb rename docs/docs/verification/{sc-neut-cwl_pr2nio4.ipynb => sc-neut-cwl_pr2nio4_basic.ipynb} (97%) rename docs/docs/verification/{sc-neut-cwl_pr2nio4.py => sc-neut-cwl_pr2nio4_basic.py} (96%) rename docs/docs/verification/{sc-neut-cwl_noext_tbti.ipynb => sc-neut-cwl_tbti_basic.ipynb} (96%) rename docs/docs/verification/{sc-neut-cwl_noext_tbti.py => sc-neut-cwl_tbti_basic.py} (95%) rename docs/docs/verification/{sc-neut-cwl_ext-iso_tbti.ipynb => sc-neut-cwl_tbti_isotropic-extinction.ipynb} (96%) rename docs/docs/verification/{sc-neut-cwl_ext-iso_tbti.py => sc-neut-cwl_tbti_isotropic-extinction.py} (95%) diff --git a/docs/dev/adrs/accepted/model-sample-absorption.md b/docs/dev/adrs/accepted/model-sample-absorption.md index 24232a3df..5738f1b32 100644 --- a/docs/dev/adrs/accepted/model-sample-absorption.md +++ b/docs/dev/adrs/accepted/model-sample-absorption.md @@ -25,9 +25,9 @@ omitting it leaves an angle-dependent intensity residual that scales with the sample's μR (linear absorption coefficient × radius). This is not hypothetical. The verification reference -`pd-neut-cwl_tch-fcj_lab6` was refined in FullProf with **μR = 0.7**; +`pd-neut-cwl_lab6` was refined in FullProf with **μR = 0.7**; the unmodelled correction is the _entire_ intensity residual on the -companion `pd-neut-cwl_tch-fcj_abs_lab6` page (≈5 % profile difference), +companion `pd-neut-cwl_lab6_absorption` page (≈5 % profile difference), while the μR = 0 page passes to corr 0.9999. See [issue #119](../../issues/open/highest_model-sample-absorption-debye-scherrer-r.md). @@ -369,7 +369,7 @@ backend round-trip. ## Consequences - **Closes the LaB₆ absorption residual.** The - `pd-neut-cwl_tch-fcj_abs_lab6` verification page becomes the + `pd-neut-cwl_lab6_absorption` verification page becomes the acceptance test: with `cylinder-hewat`, `mu_r = 0.7` it should reach the same corr as the μR = 0 page. - **Calculator-consistent by construction.** Both backends call the same diff --git a/docs/dev/adrs/accepted/preferred-orientation-category.md b/docs/dev/adrs/accepted/preferred-orientation-category.md index 26992f0cc..925d6b35e 100644 --- a/docs/dev/adrs/accepted/preferred-orientation-category.md +++ b/docs/dev/adrs/accepted/preferred-orientation-category.md @@ -116,7 +116,7 @@ Three independent sources confirm the same simple, widely used model — direction); it is **not** the verification reference. Both shipped FullProf PO examples are simulated-annealing demos on _calculated_ data, so the verification case is constructed separately (see the - §Verification section, which builds on `pd-neut-cwl_pv_lbco`). + §Verification section, which builds on `pd-neut-cwl_lbco_basic`). The three models agree on the **category shape** — a single scalar March coefficient plus an integer direction (and an optional random fraction) @@ -487,7 +487,7 @@ preferred orientation, so PO stays CrysPy-only for now.) small, discoverable API and standards-aligned CIF. - One new category package plus experiment wiring and a CrysPy serialization branch; no changes to the structure model. -- A new cross-engine verification case (on the `pd-neut-cwl_pv_lbco` +- A new cross-engine verification case (on the `pd-neut-cwl_lbco_basic` base, two-parameter March–Dollase) extends the existing FullProf suite (consistent with the cross-engine work in commits #195–#199): refining `march_r`, `march_random_fract`, and scale recovers FullProf's @@ -552,16 +552,16 @@ against measured data — unsuitable as a verification reference. The verification notebook is a **positive cross-engine agreement check** that also exercises both March–Dollase parameters. It is built on the -existing **`pd-neut-cwl_pv_lbco`** case (La₀.₅Ba₀.₅CoO₃, neutron CW, +existing **`pd-neut-cwl_lbco_basic`** case (La₀.₅Ba₀.₅CoO₃, neutron CW, pseudo-Voigt — chosen as the base on request): -1. Copy `docs/docs/verification/fullprof/pd-neut-cwl_pv_lbco/lbco.pcr`, +1. Copy `docs/docs/verification/fullprof/pd-neut-cwl_lbco_basic/lbco.pcr`, enable the March–Dollase model (`Nor=1`) along the phase `Pr1 Pr2 Pr3` direction with a non-zero `Pref1` **and** `Pref2`, and re-run FullProf locally (`~/Applications/fullprof`) to regenerate `.prf`/`.bac`/`.sum` (the reference uses `Pref1=1.2`, `Pref2=0.3`, axis `[0 0 1]`). -2. Add `pd-neut-cwl_pv-march_lbco` (paired `.py`/`.ipynb`) that builds +2. Add `pd-neut-cwl_lbco_preferred-orientation` (paired `.py`/`.ipynb`) that builds the same LBCO model, sets `expt.preferred_orientation` with `r=Pref1` and `fraction=Pref2`, then **refines `march_r`, `march_random_fract`, and scale**. ed-cryspy recovers `r≈Pref1` and `fraction≈Pref2`, and diff --git a/docs/dev/adrs/accepted/verification-software-version-labels.md b/docs/dev/adrs/accepted/verification-software-version-labels.md index f9718df66..02c8679ca 100644 --- a/docs/dev/adrs/accepted/verification-software-version-labels.md +++ b/docs/dev/adrs/accepted/verification-software-version-labels.md @@ -125,7 +125,7 @@ The engine is passed **explicitly as a tag** (`'cryspy'`, `'crysfml'`), deliberate contract choice: a verification page computes one engine's curve, stores it, **switches the calculator**, computes the next, then compares the **stored** arrays together (e.g. -`docs/docs/verification/pd-neut-cwl_pv_lbco.py` calculates with +`docs/docs/verification/pd-neut-cwl_lbco_basic.py` calculates with `cryspy`, switches to `crysfml`, then renders both stored results). A helper that read the _active_ engine at render time would label a stored `cryspy` result with whichever engine happened to be active later — diff --git a/docs/dev/adrs/accepted/xray-cw-polarization-optics.md b/docs/dev/adrs/accepted/xray-cw-polarization-optics.md index d406b69d8..8e0ff719f 100644 --- a/docs/dev/adrs/accepted/xray-cw-polarization-optics.md +++ b/docs/dev/adrs/accepted/xray-cw-polarization-optics.md @@ -74,9 +74,8 @@ the model this ADR follows for declaration style. ### Diagnostic evidence -`docs/docs/verification/pd-xray-pbso4-single-polarized-wdt48.py` adds a -focused diagnostic reference generated from -`pbsox_single_polarized_wdt48.pcr`: +A focused PbSO₄ diagnostic reference was generated from +`pbsox_single_polarized_wdt48.pcr` during the polarization design work: - `Lambda1 = Lambda2 = 1.540560` - `Ratio = 0` diff --git a/docs/dev/adrs/index.md b/docs/dev/adrs/index.md index 4d3804812..b4d1a843d 100644 --- a/docs/dev/adrs/index.md +++ b/docs/dev/adrs/index.md @@ -58,6 +58,7 @@ folders. | Quality | Accepted | Test Suite and Validation Strategy | Strict test layers, cost tiers, coverage/codecov policy, cross-engine verification docs, and a nightly validation harness. | [`test-suite-and-validation.md`](accepted/test-suite-and-validation.md) | | Quality | Accepted | Notebook-Owned Verification Regression Gating | Replaces the external `ci_skip.txt` list with a single in-notebook `known_discrepancy` flag (plus a cell tag for pre-flag crashes). | [`verification-regression-flag.md`](accepted/verification-regression-flag.md) | | Quality | Accepted | Software Version Labels on Verification Pages | Shows FullProf, EasyDiffraction, and engine versions on every verification page (e.g. `edi X.Y.Z (cryspy X.Y.Z)`) via a `verify` helper. | [`verification-software-version-labels.md`](accepted/verification-software-version-labels.md) | +| Quality | Suggestion | Verification Example Lifecycle | Defines naming, scope, reference-file, documentation, fit-section, and diagnostic-page conventions for future Verification examples. | [`verification-example-lifecycle.md`](suggestions/verification-example-lifecycle.md) | | Structure model | Accepted | Type-Neutral ADP Parameters | Keeps ADP parameter object identities stable across B/U and iso/ani switches. | [`type-neutral-adp-parameters.md`](accepted/type-neutral-adp-parameters.md) | | Structure model | Accepted | Automatic Wyckoff Position Detection | Detects Wyckoff letter, multiplicity, and site symmetry from space group and coordinates; calculators consume them. | [`wyckoff-letter-detection.md`](accepted/wyckoff-letter-detection.md) | | Structure model | Accepted | Complete Space-Group Reference Database | One-time build of a complete space_groups.json.gz (all 230 groups) from cctbx, verified against multiple sources. | [`space-group-database.md`](accepted/space-group-database.md) | diff --git a/docs/dev/adrs/suggestions/verification-example-lifecycle.md b/docs/dev/adrs/suggestions/verification-example-lifecycle.md new file mode 100644 index 000000000..8e70586f0 --- /dev/null +++ b/docs/dev/adrs/suggestions/verification-example-lifecycle.md @@ -0,0 +1,333 @@ +# ADR: Verification Example Lifecycle + +## Status + +Proposed. + +## Date + +2026-06-18 + +## Group + +Quality. + +## Context + +Verification pages are both public documentation and regression tests. +They compare EasyDiffraction calculations against frozen FullProf +references, and they also explain to scientists what part of the model +has been verified. + +Several accepted ADRs already define pieces of this workflow: + +- [Test Suite and Validation Strategy](../accepted/test-suite-and-validation.md) + establishes the Verification docs section and its regression role. +- [Notebook Generation Source of Truth](../accepted/notebook-generation.md) + makes `.py` notebook sources the editable artifacts. +- [Notebook-Owned Verification Regression Gating](../accepted/verification-regression-flag.md) + defines `known_discrepancy=True` and its two-sided gating behavior. +- [Software Version Labels on Verification Pages](../accepted/verification-software-version-labels.md) + requires visible FullProf, EasyDiffraction, and calculator versions. + +What is still missing is the authoring convention for future examples. +Recent X-ray and neutron verification work exposed recurring problems: + +- filenames mixed abbreviations (`pv`, `tch-fcj`) with negative feature + names (`noabs`, `nosldl`), making the docs hard to scan; +- diagnostic notebooks could become public pages even when they were + only temporary investigation tools; +- top-of-notebook prose sometimes explained implementation history + instead of the specific model term being verified; +- FullProf reference directories, notebook filenames, and documentation + navigation drifted apart; +- fit sections were sometimes added before deciding whether the raw + calculation already verified the feature. + +This ADR defines how new verification examples are introduced, named, +documented, and retired. + +## Decision + +### 1. One page verifies one focused model scope + +A verification page should verify exactly one baseline or one additional +model term relative to a baseline. + +Good examples: + +- `pd-neut-cwl_lbco_basic` — baseline pseudo-Voigt powder neutron CW. +- `pd-neut-cwl_lbco_preferred-orientation` — the same class of example + with March-Dollase preferred orientation activated. +- `pd-xray-cwl_lif_single` — baseline single-wavelength X-ray CW. +- `pd-xray-cwl_lif_single_polarization` — the same X-ray case with + polarization activated. + +Combined-feature pages are allowed only when the interaction is itself +the thing being verified. Their feature block names every activated +feature, for example `absorption_fcj-asymmetry`. + +Avoid negative feature names such as `noabs`, `nosldl`, or +`unpolarized`. The page name should say what the page verifies. A +baseline page uses `basic` or the relevant positive baseline descriptor +(`single`, `doublet`, `jorgensen`, etc.). + +### 2. Diagnostic pages are not public verification pages by default + +Exploratory notebooks used to isolate a discrepancy are diagnostics, not +Verification pages. They should stay outside the published Verification +navigation unless they have a stable user-facing purpose. + +A diagnostic can be promoted only when all of the following are true: + +- it has a clear scientific verification question; +- it uses a stable filename following this ADR; +- it has a rendered explanation of the known discrepancy or expected + agreement; +- it is linked to an open issue when the discrepancy remains. + +Otherwise the diagnostic is removed once the investigation is complete, +or kept as local scratch material outside `docs/docs/verification/`. + +### 3. Filename convention is experiment, sample, feature + +Use this file stem: + +```text +__ +``` + +`` uses the compact supported experiment tags: + +- `pd-neut-cwl` +- `pd-neut-tof` +- `pd-xray-cwl` +- `sc-neut-cwl` + +Add new prefixes only when the corresponding experiment type is +supported and the first example lands. + +`` is a lowercase ASCII sample or compound slug such as `lbco`, +`pbso4`, `lif`, `si`, `ncaf`, `tbti`, or `pr2nio4`. + +`` is lowercase ASCII. Use underscores between filename blocks +and hyphens inside multi-word feature names: + +```text +pd-neut-cwl_pbso4_beba-asymmetry.py +pd-neut-cwl_lab6_absorption_fcj-asymmetry.py +pd-neut-tof_si_jorgensen-von-dreele.py +pd-xray-cwl_lif_single_polarization.py +``` + +The `.py` source, generated `.ipynb`, and public docs links use the same +stem. + +### 4. FullProf reference directories follow the same naming + +By default the FullProf reference directory under +`docs/docs/verification/fullprof/` uses the same stem as the page. + +Several closely related pages may share one reference directory when the +directory intentionally contains a family of PCR/profile files for the +same sample and experiment type. In that case the directory still uses a +clear non-cryptic stem, for example: + +```text +docs/docs/verification/fullprof/pd-xray-cwl_lif/ +``` + +Do not keep old implementation names such as `pv`, `tch-fcj`, `noabs`, +or temporary diagnostic labels in `FULLPROF_PROJECT_DIR`. + +### 5. Store only reference inputs and consumed outputs + +Committed FullProf reference folders should contain only files needed to +understand or load the reference: + +- the frozen `.pcr`; +- the measured or synthetic input file when needed; +- the calculated profile/background/summary files consumed by the page + (`.prf`, `.bac`, `.sum`); +- additional FullProf outputs only when the page or an ADR explicitly + uses them as evidence. + +Do not commit ordinary FullProf byproducts such as `.new`, `.sym`, +`.fst`, `.rpa`, `.fou`, `.inp`, or `.out` unless they are consumed or +documented as evidence. + +When a `.pcr` changes, regenerate the consumed outputs with FullProf and +commit the `.pcr` plus the regenerated consumed outputs together. + +### 6. Notebook titles and index entries are intentionally short + +The first markdown cell uses this title shape: + +```text +# +``` + +The first paragraph is one or two sentences that state what is verified. +It should not explain implementation history, open design debates, or +long discrepancy background. + +Detailed caveats belong next to the relevant calculation, fit, or +agreement section. The Verification index mirrors the same discipline: +one short line per page describing the verified feature. + +### 7. Keep source and generated notebooks in lockstep + +Verification pages follow the same source-of-truth rule as tutorials: +edit the `.py` source, regenerate the `.ipynb`, and strip outputs. + +Manual `.ipynb` edits are allowed only for emergency repair of generated +metadata, and the `.py` source must still be the canonical content. + +### 8. Reference-loading blocks use one order + +Powder pages that load a FullProf profile use this order: + +```python +FULLPROF_PROJECT_DIR = '...' +FULLPROF_PRF_FILE = '...' +FULLPROF_SUM_FILE = '...' +FULLPROF_BAC_FILE = '...' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + +FULLPROF_ZERO = ... +``` + +The blank line after `FULLPROF_LABEL` separates reference provenance +from the experiment parameters. + +### 9. Calculate first, fit only to isolate a known difference + +Every page first calculates from the frozen FullProf parameters. + +Add a fit section only when one of these is true: + +- the raw calculation does not agree and the fit isolates a known + convention or scale difference; +- a `known_discrepancy=True` page needs to show that the engine can + match when its own equivalent parameters are freed; +- the page is explicitly about refinement behavior. + +Fit sections free the smallest parameter set that explains the +difference. Scale-only differences free only scale. Broad "fit +everything" sections are diagnostics and should not be normal published +verification examples. + +### 10. Known discrepancies stay explicit and issue-linked + +Expected-good comparisons use the default `verify.assert_patterns_agree` +behavior. Known-bad comparisons use `known_discrepancy=True` with a +reason that names the missing feature or convention mismatch and links +to an issue where practical. + +Expected-good and known-bad comparisons stay in separate +`assert_patterns_agree` calls, as required by +[Notebook-Owned Verification Regression Gating](../accepted/verification-regression-flag.md). + +### 11. Documentation navigation is grouped by experiment type + +`docs/docs/verification/index.md` and `docs/mkdocs.yml` use the same +experiment-type groups. Current groups are: + +- Powder, neutron, constant wavelength +- Powder, neutron, time-of-flight +- Powder, X-ray, constant wavelength +- Single crystal, neutron, constant wavelength + +Add a new group only when the first stable page for that experiment type +is added. + +### 12. New-page checklist + +Adding or promoting a verification page requires: + +- `.py` source and generated `.ipynb` with matching stems; +- a stable FullProf reference directory and `FULLPROF_PROJECT_DIR`; +- a short first markdown cell and one-line index entry; +- versioned labels via `verify.fullprof_label` and + `verify.engine_label`; +- an agreement check, or a `known_discrepancy=True` check with a reason; +- `docs/docs/verification/index.md` and `docs/mkdocs.yml` entries; +- regenerated consumed FullProf outputs when the `.pcr` changed; +- no temporary diagnostic files or unused FullProf byproducts. + +At minimum, run: + +```shell +pixi run python -m py_compile docs/docs/verification/*.py +``` + +Run the new page as a script when it is expected to agree. If the page is +known-discrepant, run enough of the page locally to confirm the expected +known-bad behavior and issue-linked reason. + +## Consequences + +### Positive + +- Verification pages become easier for scientists to scan. +- Future filenames describe experiment type, sample, and verified + feature instead of FullProf implementation details. +- Diagnostics no longer linger as public documentation by accident. +- FullProf references and notebook pages stay aligned. +- Fit sections carry a clear purpose and do not hide raw calculator + disagreement. + +### Trade-offs + +- Adding a page requires more up-front naming and documentation + discipline. +- Some existing reference directories may remain shared where that is + clearer than duplicating files. +- Regenerating `.ipynb` files remains noisy, but the source `.py` files + stay reviewable. + +## Compatibility + +This ADR is a convention for future work. Existing pages should be +migrated opportunistically when touched, except for stale public +diagnostics or broken navigation links, which should be cleaned up +immediately. + +It extends the notebook source-of-truth convention to Verification pages +explicitly. It does not change the accepted `known_discrepancy` or +version-label behavior. + +## Alternatives Considered + +### Keep verification notebooks free-form + +Rejected. Free-form examples are quick to add but make the public +Verification page inconsistent and hard to maintain. + +### Separate documentation examples from regression scripts + +Rejected. The project deliberately uses Verification pages as both +published explanation and executable cross-engine checks. Splitting them +would duplicate setup and let documentation drift away from tested +behavior. + +### Publish every diagnostic notebook + +Rejected. Diagnostics are useful during investigation, but public docs +should present stable verification questions. A diagnostic that remains +valuable can be promoted after it meets the same naming, scope, and +gating rules. + +### One exhaustive notebook per sample + +Rejected. Exhaustive pages become hard to read and hard to debug. Small +feature-focused pages make it clear which model term agrees or fails. + +## Deferred Work + +- Add a lightweight checker for filename conventions, nav/index target + existence, `FULLPROF_LABEL` block ordering, and orphaned FullProf + directories. +- Decide whether large or rarely used FullProf references should move to + the pinned diffraction data repository instead of staying under + `docs/docs/verification/fullprof/`. diff --git a/docs/dev/issues/index.md b/docs/dev/issues/index.md index ee02cb945..51157f447 100644 --- a/docs/dev/issues/index.md +++ b/docs/dev/issues/index.md @@ -22,6 +22,7 @@ individual issue files** — not here. | 140 | [Unify Uncertainty-Floor Handling Across Bragg PD, Single-Crystal, and PDF Data](open/highest_unify-uncertainty-floor-handling-across-bragg-pd-single-crystal-and-pdf-data.md) | `[priority] highest` | Correctness / Robustness | | 167 | [Add CrysFML `WDT` Parameter to Peak Shapes](open/highest_add-crysfml-wdt-parameter-to-peak-shapes.md) | `[priority] highest` | Performance / Engine feature | | 168 | [Decide X-ray Anomalous Scattering Table Source](open/highest_decide-x-ray-anomalous-scattering-table-source.md) | `[priority] highest` | Correctness / External backend / Verification | +| 170 | [Document CrysFML X-ray Polarization as EasyDiffraction-Custom](open/highest_document-crysfml-x-ray-polarization-is-easydiffraction-custom.md) | `[priority] highest` | Correctness / External backend / Verification | | 8 | [Add Explicit `create()` Signatures on Collections](open/high_add-explicit-create-signatures-on-collections.md) | `[priority] high` | API safety | | 61 | [Clarify Logger Default Reaction Mode](open/high_clarify-logger-default-reaction-mode.md) | `[priority] high` | Design | | 66 | [Decide Error-Handling Strategy: `log.error` vs `raise`](open/high_decide-error-handling-strategy-log-error-vs-raise.md) | `[priority] high` | Design | diff --git a/docs/dev/issues/open/high_rename-asym-empir-and-add-the-physical-fcj-asymmetry-model.md b/docs/dev/issues/open/high_rename-asym-empir-and-add-the-physical-fcj-asymmetry-model.md index 375b4a818..001abf24f 100644 --- a/docs/dev/issues/open/high_rename-asym-empir-and-add-the-physical-fcj-asymmetry-model.md +++ b/docs/dev/issues/open/high_rename-asym-empir-and-add-the-physical-fcj-asymmetry-model.md @@ -8,12 +8,12 @@ are now `asym_beba_a0`, `asym_beba_b0`, `asym_beba_a1`, `asym_beba_b1` (class `CwlPseudoVoigtBerarBaldinozziAsymmetry`, type string `pseudo-voigt + berar-baldinozzi asymmetry`, page renamed to -`pd-neut-cwl_pv-beba_pbso4`). This issue stays open for **item 2** (add +`pd-neut-cwl_pbso4_beba-asymmetry`). This issue stays open for **item 2** (add the physical FCJ model). The cryspy/FullProf implementation difference is characterised in issue 166. The four empirical peak-asymmetry parameters (`asym_beba_*`, formerly -`asym_empir_1`…`4`, on the `pd-neut-cwl_pv-beba_pbso4` Verification +`asym_empir_1`…`4`, on the `pd-neut-cwl_pbso4_beba-asymmetry` Verification page) are the **Bérar–Baldinozzi** correction — FullProf's `P1`–`P4` — a phenomenological sum of functions in `1/tan θ` and `1/tan 2θ`. It can fit an asymmetric peak, but the parameters carry **no physical @@ -42,9 +42,9 @@ instrument-meaningful. known and fall back to the empirical correction otherwise. **Relates to:** the asymmetry discrepancy tracked in issue 166 and on -the `pd-neut-cwl_pv-beba_pbso4` Verification page (currently marked +the `pd-neut-cwl_pbso4_beba-asymmetry` Verification page (currently marked `known_discrepancy=True`), and the TCH/FCJ work noted on the -`pd-neut-cwl_tch-fcj_lab6` page. +`pd-neut-cwl_lab6_fcj-asymmetry` page. **Depends on:** calculator-backend support for the FCJ asymmetry parameters (cryspy/crysfml) before the second item can be wired through. diff --git a/docs/dev/issues/open/highest_cryspy-diverges-on-tof-jorgensen-von-dreele-lorentzian.md b/docs/dev/issues/open/highest_cryspy-diverges-on-tof-jorgensen-von-dreele-lorentzian.md index f194d1cd8..41cd122c8 100644 --- a/docs/dev/issues/open/highest_cryspy-diverges-on-tof-jorgensen-von-dreele-lorentzian.md +++ b/docs/dev/issues/open/highest_cryspy-diverges-on-tof-jorgensen-von-dreele-lorentzian.md @@ -17,7 +17,7 @@ the pseudo-Voigt (Gaussian ⊗ Lorentzian) mixing for TOF. `jorgensen-von-dreele` profile and reconcile the convention with crysfml/FullProf. -**Visible on:** the Si TOF Verification page (`pd-neut-tof_jvd_si`), +**Visible on:** the Si TOF Verification page (`pd-neut-tof_si_jorgensen-von-dreele`), whose closeness table flags the `cryspy` rows in red — reported via a `known_discrepancy=True` agreement check, so CI fails once the page starts agreeing and must be re-gated manually. diff --git a/docs/dev/issues/open/highest_document-crysfml-x-ray-polarization-is-easydiffraction-custom.md b/docs/dev/issues/open/highest_document-crysfml-x-ray-polarization-is-easydiffraction-custom.md new file mode 100644 index 000000000..eb4289e02 --- /dev/null +++ b/docs/dev/issues/open/highest_document-crysfml-x-ray-polarization-is-easydiffraction-custom.md @@ -0,0 +1,47 @@ +# 170. Document CrysFML X-ray Polarization as EasyDiffraction-Custom + +**Priority:** `[priority] highest` + +**Type:** Correctness / External backend / Verification + +EasyDiffraction currently applies X-ray Lorentz-polarization handling to +the CrysFML calculator as a calculator-independent pointwise correction +after the CrysFML Python CFL calculation returns the convolved profile. +That is **not** a native CrysFML CFL binding. + +**Source finding:** CrysFML's CW CFL pattern-condition parser accepts +`WDT`, `ASYM`, `LAMBDA`, `PROFILE_FUNCTION`, `THETA_RANGE`, `UVWXY`, +`ZERO_SY`, `ZERO`, `SYCOS`, and `SYSIN`, but no direct `CTHM`, `RKK`, +`Rpolarz`, or polarization keyword. CrysFML does read `CTHM` and `RKK` +through its separate IRF reader, but the Python-facing +`patterns_simulation(strings)` path used by EasyDiffraction calls +`read_cfl_pattern` and does not call `Read_Patt_IRF`, so those IRF +fields are not consumed by the current CFL API route. + +**Implication:** verification pages and user-facing documentation must +not imply that `crysfml` receives polarization through native CFL input. +For now, `crysfml` polarization in EasyDiffraction is our own +post-processing convention. It should be described as such until either +CrysFML exposes a native Python/CFL polarization field or +EasyDiffraction switches to an API path that reads and applies CrysFML +IRF `CTHM`/`RKK` values. + +**TODOs / decision points:** + +- Document the current CrysFML behavior in X-ray verification pages and + calculator support notes. +- Decide whether the public polarization API is a backend-independent + EasyDiffraction correction, a backend-native binding where available, + or an explicitly selectable compatibility mode. +- If native CrysFML support is required, raise an upstream request or + add a CrysFML API binding that parses/applies `CTHM` and `RKK` through + the same path as `patterns_simulation`. +- Add regression coverage that verifies the generated CrysFML CFL does + not pretend to pass unsupported polarization keywords. + +**Depends on:** issue 168 (X-ray anomalous table source) for PbSO4 +verification interpretation, but this issue is independently actionable. + +**Recommended-priority note:** Marked **highest** because X-ray +verification discrepancies can otherwise be misattributed to CrysFML +native behavior when the active correction is EasyDiffraction-owned. diff --git a/docs/dev/issues/open/highest_investigate-ed-crysfml-tof-jorgensen-profile-discrepancy.md b/docs/dev/issues/open/highest_investigate-ed-crysfml-tof-jorgensen-profile-discrepancy.md index 5d18ce57a..d90125abf 100644 --- a/docs/dev/issues/open/highest_investigate-ed-crysfml-tof-jorgensen-profile-discrepancy.md +++ b/docs/dev/issues/open/highest_investigate-ed-crysfml-tof-jorgensen-profile-discrepancy.md @@ -14,7 +14,7 @@ complementary to the `cryspy` Jorgensen–Von Dreele Lorentzian divergence tracked in issue 130. **Visible on:** the Si TOF Jorgensen Verification page -(`pd-neut-tof_j_si`), currently marked with `known_discrepancy=True`. +(`pd-neut-tof_si_jorgensen`), currently marked with `known_discrepancy=True`. Re-gate the page (or tighten its agreement check) once the crysfml profile is reconciled. diff --git a/docs/dev/issues/open/highest_model-sample-absorption-debye-scherrer-r.md b/docs/dev/issues/open/highest_model-sample-absorption-debye-scherrer-r.md index da53f87c6..9d17e3609 100644 --- a/docs/dev/issues/open/highest_model-sample-absorption-debye-scherrer-r.md +++ b/docs/dev/issues/open/highest_model-sample-absorption-debye-scherrer-r.md @@ -7,9 +7,9 @@ The calculators (`cryspy`, `crysfml`) apply no sample-absorption correction. For a cylindrical sample in Debye–Scherrer geometry this is an angle-dependent intensity factor that boosts high-angle peaks. The -LaB₆ verification reference (`pd-neut-cwl_tch-fcj_lab6`) was refined in +LaB₆ verification reference (`pd-neut-cwl_lab6`) was refined in FullProf with `μR = 0.7`; the unmodelled correction is the _entire_ -intensity residual on the companion `pd-neut-cwl_tch-fcj_abs_lab6` page +intensity residual on the companion `pd-neut-cwl_lab6_absorption` page (≈5% profile difference), while the `μR = 0` page passes to corr 0.9999. **Correction (Hewat, Debye–Scherrer), validated to 4 decimals against diff --git a/docs/dev/issues/open/medium_add-sycos-sysin-systematic-peak-position-corrections.md b/docs/dev/issues/open/medium_add-sycos-sysin-systematic-peak-position-corrections.md index 8b9a855e2..8a586dc84 100644 --- a/docs/dev/issues/open/medium_add-sycos-sysin-systematic-peak-position-corrections.md +++ b/docs/dev/issues/open/medium_add-sycos-sysin-systematic-peak-position-corrections.md @@ -15,7 +15,7 @@ EasyDiffraction side — an instrument-category parameter pair plus the calculator wiring — is still to do. A prepared verification page, -`docs/docs/verification/pd-neut-cwl_tch-fcj_lab6.py`, uses the issue #38 +`docs/docs/verification/pd-neut-cwl_lab6_sycos-sysin.py`, uses the issue #38 LaB6 dataset and is marked `known_discrepancy=True`. Finishing it also needs a custom ¹¹B scattering length, the Thompson–Cox–Hastings profile, and a FullProf-style polynomial background, which that dataset relies diff --git a/docs/dev/issues/open/medium_cryspy-fullprof-berar-baldinozzi-empirical-asymmetry-convention-mismatch.md b/docs/dev/issues/open/medium_cryspy-fullprof-berar-baldinozzi-empirical-asymmetry-convention-mismatch.md index a6752377d..2d56ba5fd 100644 --- a/docs/dev/issues/open/medium_cryspy-fullprof-berar-baldinozzi-empirical-asymmetry-convention-mismatch.md +++ b/docs/dev/issues/open/medium_cryspy-fullprof-berar-baldinozzi-empirical-asymmetry-convention-mismatch.md @@ -16,9 +16,8 @@ exactly **two** independent causes, and — checked against the original paper — shows that **cryspy is faithful to the published Bérar–Baldinozzi functions while FullProf's executable departs from them**. This is the root cause behind the long-standing "asymmetry -parameters don't agree" observation (the CI-skipped -`pd-neut-cwl_pv-beba_pbso4` Verification page) and the "refines to -opposite sign" note on the new `pd-neut-cwl_pv-beta_y2o3` page. +parameters don't agree" observation on the +`pd-neut-cwl_pbso4_beba-asymmetry` Verification page. This issue documents the finding and the evidence. It is primarily a **document-and-report-upstream** item: no cryspy code lives in this @@ -58,15 +57,14 @@ is FullProf's `(P1, P2, P3, P4)` and our ## How it was established FullProf 8.40 (`/home/andrewsazonov/Applications/fullprof/fp2k`) was run -on the Y₂O₃ structure used by the `pd-neut-cwl_pv-beta_y2o3` -Verification page, profile NPROF = 7 (TCH), with the empirical asymmetry -parameters set in five configurations: each of `Asy1…Asy4` isolated (= -0.2, others 0) and one combined set. Each FullProf **calculated** -profile (`.prf`, background-subtracted) was then reproduced in cryspy, -comparing calculate-vs-calculate (no experimental data, no fitting -noise). cryspy's profile machinery was reproduced inline and verified -**byte-identical** to the installed cryspy (max abs diff 0.0), so the -inline knobs faithfully represent real cryspy edits. +on a Y₂O₃ diagnostic structure, profile NPROF = 7 (TCH), with the +empirical asymmetry parameters set in five configurations: each of +`Asy1…Asy4` isolated (= 0.2, others 0) and one combined set. Each +FullProf **calculated** profile (`.prf`, background-subtracted) was then +reproduced in cryspy, comparing calculate-vs-calculate (no experimental +data, no fitting noise). cryspy's profile machinery was reproduced +inline and verified **byte-identical** to the installed cryspy (max abs +diff 0.0), so the inline knobs faithfully represent real cryspy edits. Metric below is `profdiff% = 100·Σ|ref−calc| / Σ|ref|`; `0.27%` is the numerical floor (`.prf` precision + background interpolation). @@ -155,9 +153,9 @@ exactly `−6z` vs, say, `−6.1z`. appears to deviate from both eq. (13) and FullProf's own manual in the `Fb` linear term. If confirmed, this affects every FullProf user, not just cross-engine comparisons. -3. **Keep our docs honest**: the `pd-neut-cwl_pv-beta_y2o3` page's - asymmetry note and the CI-skip on `pd-neut-cwl_pv-beba_pbso4` remain - correct and cite this issue. +3. **Keep our docs honest**: the note and CI-skip on + `pd-neut-cwl_pbso4_beba-asymmetry` remain correct and cite this + issue. 4. **Done:** the rename tracked by issue 133 landed — the parameters are now `asym_beba_{a0,b0,a1,b1}` (the `beba` model tag mirrors `asym_fcj_*`). @@ -166,8 +164,8 @@ exactly `−6z` vs, say, `−6.1z`. - **Relates to** issue 133 (rename `asym_empir_*`; add physical FCJ model) — this issue supplies the confirmed physics/naming basis. -- **Relates to** the Verification pages `pd-neut-cwl_pv-beba_pbso4` - (CI-skipped) and `pd-neut-cwl_pv-beta_y2o3` (documents the convention - difference). +- **Relates to** the Verification page + `pd-neut-cwl_pbso4_beba-asymmetry` (CI-skipped; documents the + convention difference). - **Upstream:** cryspy issue [#50](https://github.com/ikibalin/cryspy/issues/50). diff --git a/docs/docs/tutorials/index.json b/docs/docs/tutorials/index.json index 15e262e99..fd99b59ca 100644 --- a/docs/docs/tutorials/index.json +++ b/docs/docs/tutorials/index.json @@ -183,6 +183,14 @@ "description": "Advanced Rietveld refinement of PbSO4 using a joint fit of constant wavelength neutron and X-ray powder diffraction data", "level": "advanced" }, + "refine-pbso4-xray": { + "order": 27, + "url": "https://easyscience.github.io/diffraction-lib/{version}/tutorials/refine-pbso4-xray/refine-pbso4-xray.ipynb", + "original_name": "", + "title": "Crystal Structure: PbSO4, XRD", + "description": "Rietveld refinement of PbSO4 using laboratory X-ray powder diffraction data with a Cu Kalpha doublet", + "level": "intermediate" + }, "refine-si-sepd": { "order": 8, "url": "https://easyscience.github.io/diffraction-lib/{version}/tutorials/refine-si-sepd/refine-si-sepd.ipynb", diff --git a/docs/docs/tutorials/index.md b/docs/docs/tutorials/index.md index 2472ab2ec..94754e18f 100644 --- a/docs/docs/tutorials/index.md +++ b/docs/docs/tutorials/index.md @@ -66,6 +66,9 @@ and - [Si `pd-neut-tof`](refine-si-sepd.ipynb) – Demonstrates a Rietveld refinement of the Si crystal structure using time-of-flight neutron powder diffraction data from SEPD at Argonne. +- [PbSO4 `pd-xray-cwl`](refine-pbso4-xray.ipynb) – Demonstrates a + Rietveld refinement of PbSO4 using laboratory X-ray powder diffraction + data with a Cu Kalpha doublet. ## Without Measured Data diff --git a/docs/docs/tutorials/refine-pbso4-joint.py b/docs/docs/tutorials/refine-pbso4-joint.py index 75da5f862..a66fccf96 100644 --- a/docs/docs/tutorials/refine-pbso4-joint.py +++ b/docs/docs/tutorials/refine-pbso4-joint.py @@ -29,68 +29,72 @@ # ### Create Structure # %% -structure = StructureFactory.from_scratch(name='pbso4') +struct = StructureFactory.from_scratch(name='pbso4') # %% [markdown] # ### Set Space Group # %% -structure.space_group.name_h_m = 'P n m a' +struct.space_group.name_h_m = 'P n m a' # %% [markdown] # ### Set Unit Cell # %% -structure.cell.length_a = 8.47 -structure.cell.length_b = 5.39 -structure.cell.length_c = 6.95 +struct.cell.length_a = 8.47 +struct.cell.length_b = 5.39 +struct.cell.length_c = 6.95 # %% [markdown] # ### Set Atom Sites # %% -structure.atom_sites.create( +struct.atom_sites.create( id='Pb', type_symbol='Pb', fract_x=0.1876, fract_y=0.25, fract_z=0.167, + adp_type='Biso', adp_iso=1.37, ) -structure.atom_sites.create( +struct.atom_sites.create( id='S', type_symbol='S', fract_x=0.0654, fract_y=0.25, fract_z=0.684, - adp_iso=0.3777, + adp_type='Biso', + adp_iso=0.3796, ) -structure.atom_sites.create( +struct.atom_sites.create( id='O1', type_symbol='O', fract_x=0.9082, fract_y=0.25, fract_z=0.5954, - adp_iso=1.9764, + adp_type='Biso', + adp_iso=1.9840, ) -structure.atom_sites.create( +struct.atom_sites.create( id='O2', type_symbol='O', fract_x=0.1935, fract_y=0.25, fract_z=0.5432, - adp_iso=1.4456, + adp_type='Biso', + adp_iso=1.4383, ) -structure.atom_sites.create( +struct.atom_sites.create( id='O3', type_symbol='O', fract_x=0.0811, fract_y=0.0272, fract_z=0.8086, - adp_iso=1.2822, + adp_type='Biso', + adp_iso=1.2808, ) - # %% [markdown] # ## 🔬 Define Experiments # @@ -119,17 +123,25 @@ # %% expt1.instrument.setup_wavelength = 1.91 -expt1.instrument.calib_twotheta_offset = -0.1406 +expt1.instrument.calib_twotheta_offset = -0.1018 # %% [markdown] # #### Set Peak Profile # %% -expt1.peak.broad_gauss_u = 0.139 -expt1.peak.broad_gauss_v = -0.412 -expt1.peak.broad_gauss_w = 0.386 +expt1.peak.type = 'pseudo-voigt + berar-baldinozzi asymmetry' + +# %% +expt1.peak.broad_gauss_u = 0.1678 +expt1.peak.broad_gauss_v = -0.4636 +expt1.peak.broad_gauss_w = 0.4168 expt1.peak.broad_lorentz_x = 0 -expt1.peak.broad_lorentz_y = 0.088 +expt1.peak.broad_lorentz_y = 0.0879 + +expt1.peak.asym_beba_a0 = -0.4327 +expt1.peak.asym_beba_b0 = -0.0182 +expt1.peak.asym_beba_a1 = 0.1976 +expt1.peak.asym_beba_b1 = -0.0575 # %% [markdown] # #### Set Background @@ -145,14 +157,14 @@ # %% for id, x, y in [ - ('1', 11.0, 206.1624), - ('2', 15.0, 194.75), - ('3', 20.0, 194.505), - ('4', 30.0, 188.4375), - ('5', 50.0, 207.7633), - ('6', 70.0, 201.7002), - ('7', 120.0, 244.4525), - ('8', 153.0, 226.0595), + ('1', 11.0, 206.4940), + ('2', 15.0, 194.7316), + ('3', 20.0, 194.5190), + ('4', 30.0, 188.3431), + ('5', 50.0, 207.7130), + ('6', 70.0, 201.6635), + ('7', 120.0, 244.1902), + ('8', 153.0, 226.3376), ]: expt1.background.create(id=id, position=x, intensity=y) @@ -184,18 +196,37 @@ # #### Set Instrument # %% -expt2.instrument.setup_wavelength = 1.540567 -expt2.instrument.calib_twotheta_offset = -0.05181 +expt2.instrument.setup_wavelength = 1.540560 +expt2.instrument.setup_wavelength_2 = 1.544400 +expt2.instrument.setup_wavelength_2_to_1_ratio = 0.5 + +expt2.instrument.setup_polarization_coefficient = 0.58 +expt2.instrument.setup_monochromator_twotheta = 28 + +expt2.instrument.calib_twotheta_offset = -0.0292 # %% [markdown] # #### Set Peak Profile # %% -expt2.peak.broad_gauss_u = 0.304138 -expt2.peak.broad_gauss_v = -0.112622 -expt2.peak.broad_gauss_w = 0.021272 +expt2.peak.type = 'pseudo-voigt + berar-baldinozzi asymmetry' + +# %% +expt2.peak.broad_gauss_u = 0.0187 +expt2.peak.broad_gauss_v = -0.0175 +expt2.peak.broad_gauss_w = 0.0075 expt2.peak.broad_lorentz_x = 0 -expt2.peak.broad_lorentz_y = 0.057691 +expt2.peak.broad_lorentz_y = 0.0655 + +expt2.peak.asym_beba_a0 = -0.2176 +expt2.peak.asym_beba_b0 = -0.0301 + +# %% [markdown] +# #### Set Excluded Regions + +# %% +expt2.excluded_regions.create(id='1', start=0, end=15) +expt2.excluded_regions.create(id='2', start=160, end=180) # %% [markdown] # #### Set Background @@ -207,16 +238,16 @@ expt2.background.type = 'chebyshev' # %% [markdown] -# Add background points. +# Add Chebyshev background terms. # %% for id, x, y in [ - ('1', 0, 119.195), - ('2', 1, 6.221), - ('3', 2, -45.725), - ('4', 3, 8.119), - ('5', 4, 54.552), - ('6', 5, -20.661), + ('1', 0, 143.9591), + ('2', 1, 67.1718), + ('3', 2, 13.7879), + ('4', 3, -1.2264), + ('5', 4, 4.4514), + ('6', 5, -17.7450), ]: expt2.background.create(id=id, order=x, coef=y) @@ -241,7 +272,7 @@ # ### Add Structure # %% -project.structures.add(structure) +project.structures.add(struct) # %% [markdown] # ### Add Experiments @@ -261,65 +292,61 @@ # %% project.analysis.fitting_mode.type = 'joint' -# %% [markdown] -# ### Set Minimizer - -# %% -project.analysis.minimizer.type = 'lmfit' - # %% [markdown] # ### Set Free Parameters # # Set structure parameters to be optimized. # %% -structure.cell.length_a.free = True -structure.cell.length_b.free = True -structure.cell.length_c.free = True +struct.cell.length_a.free = True +struct.cell.length_b.free = True +struct.cell.length_c.free = True + +for atom_id in ('Pb', 'S', 'O1', 'O2', 'O3'): + atom = struct.atom_sites[atom_id] + atom.adp_iso.free = True # %% [markdown] # Set experiment parameters to be optimized. # %% expt1.linked_structures['pbso4'].scale.free = True - expt1.instrument.calib_twotheta_offset.free = True - -expt1.peak.broad_gauss_u.free = True -expt1.peak.broad_gauss_v.free = True -expt1.peak.broad_gauss_w.free = True -expt1.peak.broad_lorentz_y.free = True +expt1.instrument.setup_wavelength.free = True # %% expt2.linked_structures['pbso4'].scale.free = True - expt2.instrument.calib_twotheta_offset.free = True -expt2.peak.broad_gauss_u.free = True -expt2.peak.broad_gauss_v.free = True -expt2.peak.broad_gauss_w.free = True -expt2.peak.broad_lorentz_y.free = True - -for term in expt2.background: - term.coef.free = True - # %% [markdown] # ### Run Fitting +# %% +project.analysis.fit() + +# %% +project.display.fit.results() + # %% [markdown] -# ### Display Structure +# #### Display Correlations # %% -project.display.structure(struct_name='pbso4') +project.display.fit.correlations() # %% [markdown] # ### Display Pattern # %% -project.display.pattern(expt_name='npd', x_min=35.5, x_max=38.3) +project.display.pattern(expt_name='npd') # %% -project.display.pattern(expt_name='xrd', x_min=29.0, x_max=30.4) +project.display.pattern(expt_name='xrd') + +# %% [markdown] +# ### Display Structure + +# %% +project.display.structure(struct_name='pbso4') # %% [markdown] # ## 💾 Save Project diff --git a/docs/docs/tutorials/refine-pbso4-xray.py b/docs/docs/tutorials/refine-pbso4-xray.py new file mode 100644 index 000000000..e5174ec74 --- /dev/null +++ b/docs/docs/tutorials/refine-pbso4-xray.py @@ -0,0 +1,282 @@ +# %% [markdown] +# # Structure Refinement: PbSO4, XRD +# +# This example demonstrates a more advanced use of the EasyDiffraction +# library by explicitly creating and configuring structures and +# experiments before adding them to a project. It could be more suitable +# for users who are interested in creating custom workflows. This +# tutorial provides minimal explanation and is intended for users +# already familiar with EasyDiffraction. +# +# The tutorial covers a Rietveld refinement of PbSO4 crystal structure +# based on laboratory X-ray powder diffraction data. + +# %% [markdown] +# ## 🛠️ Import Library + +# %% +from easydiffraction import ExperimentFactory +from easydiffraction import Project +from easydiffraction import StructureFactory +from easydiffraction import download_data + +# %% [markdown] +# ## 🧩 Define Structure +# +# This section shows how to add structures and modify their +# parameters. +# +# ### Create Structure + +# %% +struct = StructureFactory.from_scratch(name='pbso4') + +# %% [markdown] +# ### Set Space Group + +# %% +struct.space_group.name_h_m = 'P n m a' + +# %% [markdown] +# ### Set Unit Cell + +# %% +struct.cell.length_a = 8.47 +struct.cell.length_b = 5.39 +struct.cell.length_c = 6.95 + +# %% [markdown] +# ### Set Atom Sites + +# %% +struct.atom_sites.create( + id='Pb', + type_symbol='Pb', + fract_x=0.1876, + fract_y=0.25, + fract_z=0.167, + adp_type='Biso', + adp_iso=1.37, +) +struct.atom_sites.create( + id='S', + type_symbol='S', + fract_x=0.0654, + fract_y=0.25, + fract_z=0.684, + adp_type='Biso', + adp_iso=0.3796, +) +struct.atom_sites.create( + id='O1', + type_symbol='O', + fract_x=0.9082, + fract_y=0.25, + fract_z=0.5954, + adp_type='Biso', + adp_iso=1.9840, +) +struct.atom_sites.create( + id='O2', + type_symbol='O', + fract_x=0.1935, + fract_y=0.25, + fract_z=0.5432, + adp_type='Biso', + adp_iso=1.4383, +) +struct.atom_sites.create( + id='O3', + type_symbol='O', + fract_x=0.0811, + fract_y=0.0272, + fract_z=0.8086, + adp_type='Biso', + adp_iso=1.2808, +) + + +# %% [markdown] +# ## 🔬 Define Experiments +# +# This section shows how to add experiments, configure their parameters, +# and link the structures defined in the previous step. +# +# ### Experiment: xrd +# +# #### Download Data + +# %% +data_path = download_data('meas-pbso4-xray', destination='data') + +# %% [markdown] +# #### Create Experiment + +# %% +expt = ExperimentFactory.from_data_path( + name='xrd', + data_path=data_path, + radiation_probe='xray', +) + +# %% [markdown] +# #### Set Instrument + +# %% +expt.instrument.setup_wavelength = 1.540560 +expt.instrument.setup_wavelength_2 = 1.544400 +expt.instrument.setup_wavelength_2_to_1_ratio = 0.5 + +expt.instrument.setup_polarization_coefficient = 0.58 +expt.instrument.setup_monochromator_twotheta = 28 + +expt.instrument.calib_twotheta_offset = -0.0292 + +# %% [markdown] +# #### Set Peak Profile + +# %% +expt.peak.type = 'pseudo-voigt + berar-baldinozzi asymmetry' + +# %% +expt.peak.broad_gauss_u = 0.0187 +expt.peak.broad_gauss_v = -0.0175 +expt.peak.broad_gauss_w = 0.0075 +expt.peak.broad_lorentz_x = 0 +expt.peak.broad_lorentz_y = 0.0655 + +expt.peak.asym_beba_a0 = -0.2176 +expt.peak.asym_beba_b0 = -0.0301 + +# %% [markdown] +# #### Set Excluded Regions + +# %% +expt.excluded_regions.create(id='1', start=0, end=15) +expt.excluded_regions.create(id='2', start=160, end=180) + +# %% [markdown] +# #### Set Background + +# %% [markdown] +# Select background type. + +# %% +expt.background.type = 'chebyshev' + +# %% [markdown] +# Add Chebyshev background terms. + +# %% +for id, x, y in [ + ('1', 0, 143.9591), + ('2', 1, 67.1718), + ('3', 2, 13.7879), + ('4', 3, -1.2264), + ('5', 4, 4.4514), + ('6', 5, -17.7450), +]: + expt.background.create(id=id, order=x, coef=y) + +# %% [markdown] +# #### Set Linked Structures + +# %% +expt.linked_structures.create(structure_id='pbso4', scale=0.001) + +# %% [markdown] +# ## 📦 Define Project +# +# The project object is used to manage structures, experiments, and +# analysis. +# +# ### Create Project + +# %% +project = Project(name='pbso4_xray') + +# %% [markdown] +# ### Add Structure + +# %% +project.structures.add(struct) + +# %% [markdown] +# ### Add Experiment + +# %% +project.experiments.add(expt) + +# %% [markdown] +# ## 🚀 Perform Analysis +# +# This section outlines the analysis process, including how to configure +# calculation and fitting engines. +# +# ### Set Minimizer + +# %% +project.analysis.minimizer.type = 'bumps (lm)' + +# %% [markdown] +# ### Set Free Parameters +# +# Set structure parameters to be optimized. + +# %% +struct.cell.length_a.free = True +struct.cell.length_b.free = True +struct.cell.length_c.free = True + +# for atom_id in ('Pb', 'S', 'O1', 'O2', 'O3'): +# atom = struct.atom_sites[atom_id] +# atom.adp_iso.free = True + +# %% [markdown] +# Set experiment parameters to be optimized. + +# %% +expt.linked_structures['pbso4'].scale.free = True + +expt.instrument.calib_twotheta_offset.free = True + +expt.peak.broad_gauss_u.free = True +expt.peak.broad_gauss_v.free = True +expt.peak.broad_gauss_w.free = True +expt.peak.broad_lorentz_y.free = True + +expt.peak.asym_beba_a0.free = True +expt.peak.asym_beba_b0.free = True + +for term in expt.background: + term.coef.free = True + +# %% [markdown] +# ### Run Fitting + +# %% +project.analysis.fit() + +# %% +project.display.fit.results() + +# %% [markdown] +# #### Display Correlations + +# %% +project.display.fit.correlations() + +# %% [markdown] +# ### Display Pattern + +# %% +project.display.pattern(expt_name='xrd') + +# %% +project.display.pattern(expt_name='xrd', x_min=77.6, x_max=82.2) + +# %% [markdown] +# ## 💾 Save Project + +# %% +project.save_as(dir_path='projects/refine-pbso4-xray') diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A.bac b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.bac similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A.bac rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.bac diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A.dat b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.dat similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A.dat rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.dat diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.pcr similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A.pcr rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.pcr diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A.prf b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.prf similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A.prf rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.prf diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A.sum b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.sum similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A.sum rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.sum diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A1.sub b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A1.sub similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A1.sub rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A1.sub diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs.bac b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs.bac similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs.bac rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs.bac diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs.dat b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs.dat similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs.dat rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs.dat diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs.pcr similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs.pcr rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs.pcr diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs.prf b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs.prf similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs.prf rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs.prf diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs.sum b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs.sum similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs.sum rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs.sum diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.bac b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.bac similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.bac rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.bac diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.dat b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.dat similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.dat rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.dat diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.pcr similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.pcr rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.pcr diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.prf b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.prf similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.prf rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.prf diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.sum b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.sum similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.sum rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noAbs_noSLDL.sum diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noSLDL.bac b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.bac similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noSLDL.bac rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.bac diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noSLDL.dat b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.dat similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noSLDL.dat rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.dat diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noSLDL.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.pcr similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noSLDL.pcr rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.pcr diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noSLDL.prf b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.prf similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noSLDL.prf rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.prf diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noSLDL.sum b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.sum similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_tch-fcj_lab6/ECH0030684_LaB6_1p622A_noSLDL.sum rename to docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.sum diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-march_lbco/lbco.bac b/docs/docs/verification/fullprof/pd-neut-cwl_lbco_basic/lbco.bac similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv-march_lbco/lbco.bac rename to docs/docs/verification/fullprof/pd-neut-cwl_lbco_basic/lbco.bac diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-march_lbco/lbco.dat b/docs/docs/verification/fullprof/pd-neut-cwl_lbco_basic/lbco.dat similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv-march_lbco/lbco.dat rename to docs/docs/verification/fullprof/pd-neut-cwl_lbco_basic/lbco.dat diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv_lbco/lbco.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_lbco_basic/lbco.pcr similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv_lbco/lbco.pcr rename to docs/docs/verification/fullprof/pd-neut-cwl_lbco_basic/lbco.pcr diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv_lbco/lbco.prf b/docs/docs/verification/fullprof/pd-neut-cwl_lbco_basic/lbco.prf similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv_lbco/lbco.prf rename to docs/docs/verification/fullprof/pd-neut-cwl_lbco_basic/lbco.prf diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv_lbco/lbco.sum b/docs/docs/verification/fullprof/pd-neut-cwl_lbco_basic/lbco.sum similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv_lbco/lbco.sum rename to docs/docs/verification/fullprof/pd-neut-cwl_lbco_basic/lbco.sum diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv_lbco/lbco.bac b/docs/docs/verification/fullprof/pd-neut-cwl_lbco_preferred-orientation/lbco.bac similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv_lbco/lbco.bac rename to docs/docs/verification/fullprof/pd-neut-cwl_lbco_preferred-orientation/lbco.bac diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv_lbco/lbco.dat b/docs/docs/verification/fullprof/pd-neut-cwl_lbco_preferred-orientation/lbco.dat similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv_lbco/lbco.dat rename to docs/docs/verification/fullprof/pd-neut-cwl_lbco_preferred-orientation/lbco.dat diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-march_lbco/lbco.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_lbco_preferred-orientation/lbco.pcr similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv-march_lbco/lbco.pcr rename to docs/docs/verification/fullprof/pd-neut-cwl_lbco_preferred-orientation/lbco.pcr diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-march_lbco/lbco.prf b/docs/docs/verification/fullprof/pd-neut-cwl_lbco_preferred-orientation/lbco.prf similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv-march_lbco/lbco.prf rename to docs/docs/verification/fullprof/pd-neut-cwl_lbco_preferred-orientation/lbco.prf diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-march_lbco/lbco.sum b/docs/docs/verification/fullprof/pd-neut-cwl_lbco_preferred-orientation/lbco.sum similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv-march_lbco/lbco.sum rename to docs/docs/verification/fullprof/pd-neut-cwl_lbco_preferred-orientation/lbco.sum diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv_pbso4/pbso4.bac b/docs/docs/verification/fullprof/pd-neut-cwl_pbso4_basic/pbso4.bac similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv_pbso4/pbso4.bac rename to docs/docs/verification/fullprof/pd-neut-cwl_pbso4_basic/pbso4.bac diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-beba_pbso4/pbso4.dat b/docs/docs/verification/fullprof/pd-neut-cwl_pbso4_basic/pbso4.dat similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv-beba_pbso4/pbso4.dat rename to docs/docs/verification/fullprof/pd-neut-cwl_pbso4_basic/pbso4.dat diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv_pbso4/pbso4.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_pbso4_basic/pbso4.pcr similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv_pbso4/pbso4.pcr rename to docs/docs/verification/fullprof/pd-neut-cwl_pbso4_basic/pbso4.pcr diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv_pbso4/pbso4.prf b/docs/docs/verification/fullprof/pd-neut-cwl_pbso4_basic/pbso4.prf similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv_pbso4/pbso4.prf rename to docs/docs/verification/fullprof/pd-neut-cwl_pbso4_basic/pbso4.prf diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv_pbso4/pbso4.sum b/docs/docs/verification/fullprof/pd-neut-cwl_pbso4_basic/pbso4.sum similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv_pbso4/pbso4.sum rename to docs/docs/verification/fullprof/pd-neut-cwl_pbso4_basic/pbso4.sum diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-beba_pbso4/pbso4.bac b/docs/docs/verification/fullprof/pd-neut-cwl_pbso4_beba-asymmetry/pbso4.bac similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv-beba_pbso4/pbso4.bac rename to docs/docs/verification/fullprof/pd-neut-cwl_pbso4_beba-asymmetry/pbso4.bac diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv_pbso4/pbso4.dat b/docs/docs/verification/fullprof/pd-neut-cwl_pbso4_beba-asymmetry/pbso4.dat similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv_pbso4/pbso4.dat rename to docs/docs/verification/fullprof/pd-neut-cwl_pbso4_beba-asymmetry/pbso4.dat diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-beba_pbso4/pbso4.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_pbso4_beba-asymmetry/pbso4.pcr similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv-beba_pbso4/pbso4.pcr rename to docs/docs/verification/fullprof/pd-neut-cwl_pbso4_beba-asymmetry/pbso4.pcr diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-beba_pbso4/pbso4.prf b/docs/docs/verification/fullprof/pd-neut-cwl_pbso4_beba-asymmetry/pbso4.prf similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv-beba_pbso4/pbso4.prf rename to docs/docs/verification/fullprof/pd-neut-cwl_pbso4_beba-asymmetry/pbso4.prf diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-beba_pbso4/pbso4.sum b/docs/docs/verification/fullprof/pd-neut-cwl_pbso4_beba-asymmetry/pbso4.sum similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv-beba_pbso4/pbso4.sum rename to docs/docs/verification/fullprof/pd-neut-cwl_pbso4_beba-asymmetry/pbso4.sum diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-beta_y2o3/y2o3.prf b/docs/docs/verification/fullprof/pd-neut-cwl_pv-beta_y2o3/y2o3.prf deleted file mode 100644 index e2343ae1e..000000000 --- a/docs/docs/verification/fullprof/pd-neut-cwl_pv-beta_y2o3/y2o3.prf +++ /dev/null @@ -1,3333 +0,0 @@ -IGOR -WAVES TwoTheta, Iobs, Icalc, Diff -BEGIN - 0.950 1229.00 9864.10 -8635.10 - 1.000 1229.00 9864.10 -8635.10 - 1.050 1190.00 9864.10 -8674.10 - 1.100 1096.00 9864.10 -8768.10 - 1.150 1142.00 9864.10 -8722.10 - 1.200 961.00 9864.10 -8903.10 - 1.250 975.00 9864.10 -8889.10 - 1.300 993.00 9864.10 -8871.10 - 1.350 974.00 9864.10 -8890.10 - 1.400 1099.00 9864.10 -8765.10 - 1.450 1036.00 9864.10 -8828.10 - 1.500 974.00 9864.10 -8890.10 - 1.550 968.00 9864.10 -8896.10 - 1.600 1012.00 9864.10 -8852.10 - 1.650 1050.00 9864.10 -8814.10 - 1.700 928.00 9864.10 -8936.10 - 1.750 988.00 9864.10 -8876.10 - 1.800 882.00 9864.10 -8982.10 - 1.850 962.00 9864.10 -8902.10 - 1.900 1055.00 9864.10 -8809.10 - 1.950 909.00 9864.10 -8955.10 - 2.000 1026.00 9864.10 -8838.10 - 2.050 1319.00 9864.10 -8545.10 - 2.100 1446.00 9864.10 -8418.10 - 2.150 1360.00 9864.10 -8504.10 - 2.200 1264.00 9864.10 -8600.10 - 2.250 1265.00 9864.10 -8599.10 - 2.300 1319.00 9864.10 -8545.10 - 2.350 1259.00 9864.10 -8605.10 - 2.400 1074.00 9864.10 -8790.10 - 2.450 1056.00 9864.10 -8808.10 - 2.500 1040.00 9864.10 -8824.10 - 2.550 1241.00 9864.10 -8623.10 - 2.600 1279.00 9864.10 -8585.10 - 2.650 1261.00 9864.10 -8603.10 - 2.700 1334.00 9864.10 -8530.10 - 2.750 1356.00 9864.10 -8508.10 - 2.800 1392.00 9864.10 -8472.10 - 2.850 1799.00 9864.10 -8065.10 - 2.900 1984.00 9864.10 -7880.10 - 2.950 2125.00 9864.10 -7739.10 - 3.000 2576.00 9864.10 -7288.10 - 3.050 2837.00 9864.10 -7027.10 - 3.100 2784.00 9864.10 -7080.10 - 3.150 3023.00 9864.10 -6841.10 - 3.200 3458.00 9864.10 -6406.10 - 3.250 3913.00 9864.10 -5951.10 - 3.300 3808.00 9864.10 -6056.10 - 3.350 4084.00 9864.10 -5780.10 - 3.400 4701.00 9864.10 -5163.10 - 3.450 4491.00 9864.10 -5373.10 - 3.500 5117.00 9864.10 -4747.10 - 3.550 5752.00 9864.10 -4112.10 - 3.600 5792.00 9864.10 -4072.10 - 3.650 6356.00 9864.10 -3508.10 - 3.700 6042.00 9864.10 -3822.10 - 3.750 6433.00 9864.10 -3431.10 - 3.800 6674.00 9864.10 -3190.10 - 3.850 7080.00 9864.10 -2784.10 - 3.900 7902.00 9864.10 -1962.10 - 3.950 7803.00 9864.10 -2061.10 - 4.000 7870.00 9864.10 -1994.10 - 4.050 8478.00 9864.10 -1386.10 - 4.100 9152.00 9864.10 -712.10 - 4.150 8855.00 9864.10 -1009.10 - 4.200 9042.00 9864.10 -822.10 - 4.250 9770.00 9864.10 -94.10 - 4.300 9596.00 9864.10 -268.10 - 4.350 9972.00 9864.10 107.90 - 4.400 10452.00 9864.10 587.90 - 4.450 10258.00 9864.10 393.90 - 4.500 10462.00 9864.10 597.90 - 4.550 10813.00 9864.10 948.90 - 4.600 9978.00 9864.10 113.90 - 4.650 10598.00 9864.10 733.90 - 4.700 10353.00 9864.10 488.90 - 4.750 10303.00 9864.10 438.90 - 4.800 11228.00 9864.10 1363.90 - 4.850 10653.00 9864.10 788.90 - 4.900 10745.00 9864.10 880.90 - 4.950 10961.00 9864.10 1096.90 - 5.000 10615.00 9864.10 750.90 - 5.050 10150.00 9864.10 285.90 - 5.100 10021.00 9864.10 156.90 - 5.150 9824.00 9864.10 -40.10 - 5.200 9982.00 9864.10 117.90 - 5.250 10218.00 9864.10 353.90 - 5.300 11076.00 9864.10 1211.90 - 5.350 10348.00 9864.10 483.90 - 5.400 10792.00 9864.10 927.90 - 5.450 10333.00 9864.10 468.90 - 5.500 10383.00 9864.10 518.90 - 5.550 10320.00 9864.10 455.90 - 5.600 10057.00 9864.10 192.90 - 5.650 9721.00 9864.10 -143.10 - 5.700 10249.00 9864.10 384.90 - 5.750 10635.00 9864.10 770.90 - 5.800 10679.00 9864.10 814.90 - 5.850 10430.00 9864.10 565.90 - 5.900 10189.00 9864.10 324.90 - 5.950 10001.00 9864.10 136.90 - 6.000 10006.00 9864.10 141.90 - 6.050 10298.00 9864.10 433.90 - 6.100 10220.00 9864.10 355.90 - 6.150 10085.00 9864.10 220.90 - 6.200 10659.00 9864.10 794.90 - 6.250 10707.00 9864.10 842.90 - 6.300 10540.00 9864.10 675.90 - 6.350 10414.00 9864.10 549.90 - 6.400 10386.00 9864.10 521.90 - 6.450 10500.00 9864.10 635.90 - 6.500 10434.00 9864.10 569.90 - 6.550 10515.00 9864.10 650.90 - 6.600 10102.00 9864.10 237.90 - 6.650 10314.00 9864.10 449.90 - 6.700 10281.00 9864.10 416.90 - 6.750 10241.00 9864.10 376.90 - 6.800 10259.00 9864.10 394.90 - 6.850 10600.00 9864.10 735.90 - 6.900 10066.00 9864.10 201.90 - 6.950 10253.00 9864.10 388.90 - 7.000 10119.00 9864.10 254.90 - 7.050 10369.00 9864.10 504.90 - 7.100 10388.00 9864.10 523.90 - 7.150 10445.00 9864.10 580.90 - 7.200 10204.00 9864.10 339.90 - 7.250 10061.00 9864.10 196.90 - 7.300 10116.00 9864.10 251.90 - 7.350 10219.00 9864.10 354.90 - 7.400 10382.00 9864.10 517.90 - 7.450 10096.00 9864.10 231.90 - 7.500 9899.00 9864.10 34.90 - 7.550 9677.00 9864.10 -187.10 - 7.600 10218.00 9864.10 353.90 - 7.650 10074.00 9864.10 209.90 - 7.700 10529.00 9864.10 664.90 - 7.750 10445.00 9864.10 580.90 - 7.800 10111.00 9864.10 246.90 - 7.850 10248.00 9864.10 383.90 - 7.900 9773.00 9864.10 -91.10 - 7.950 9820.00 9864.10 -44.10 - 8.000 9797.00 9864.10 -67.10 - 8.050 10509.00 9864.10 644.90 - 8.100 10336.00 9864.10 471.90 - 8.150 10300.00 9864.10 435.90 - 8.200 10333.00 9864.10 468.90 - 8.250 10015.00 9864.10 150.90 - 8.300 10325.00 9864.10 460.90 - 8.350 10061.00 9864.10 196.90 - 8.400 9856.00 9864.10 -8.10 - 8.450 9999.00 9864.10 134.90 - 8.500 10258.00 9864.10 393.90 - 8.550 10605.00 9864.10 740.90 - 8.600 10331.00 9864.10 466.90 - 8.650 9978.00 9864.10 113.90 - 8.700 9951.00 9864.10 86.90 - 8.750 9932.00 9864.10 67.90 - 8.800 10030.00 9864.10 165.90 - 8.850 10280.00 9864.10 415.90 - 8.900 10115.00 9864.10 250.90 - 8.950 10250.00 9864.10 385.90 - 9.000 10364.00 9864.10 499.90 - 9.050 10298.00 9864.10 433.90 - 9.100 10390.00 9864.10 525.90 - 9.150 10050.00 9864.10 185.90 - 9.200 10061.00 9864.10 196.90 - 9.250 9915.00 9864.10 50.90 - 9.300 10171.00 9864.10 306.90 - 9.350 10289.00 9864.10 424.90 - 9.400 10254.00 9864.10 389.90 - 9.450 10520.00 9864.10 655.90 - 9.500 10399.00 9864.10 534.90 - 9.550 10184.00 9864.10 319.90 - 9.600 10436.00 9864.10 571.90 - 9.650 10196.00 9864.10 331.90 - 9.700 10250.00 9864.10 385.90 - 9.750 10071.00 9864.10 206.90 - 9.800 9992.00 9864.10 127.90 - 9.850 10319.00 9864.10 454.90 - 9.900 10249.00 9864.10 384.90 - 9.950 10285.00 9864.10 420.90 - 10.000 10231.00 9864.10 366.90 - 10.050 10143.00 9864.10 278.90 - 10.100 9833.00 9864.10 -31.10 - 10.150 10072.00 9864.10 207.90 - 10.200 9836.00 9864.10 -28.10 - 10.250 9778.00 9864.10 -86.10 - 10.300 10201.00 9864.10 336.90 - 10.350 10258.00 9864.10 393.90 - 10.400 10360.00 9864.10 495.90 - 10.450 10125.00 9864.10 260.90 - 10.500 9965.00 9864.10 100.90 - 10.550 10054.00 9864.10 189.90 - 10.600 9885.00 9864.10 20.90 - 10.650 10068.00 9864.10 203.90 - 10.700 9884.00 9864.10 19.90 - 10.750 10219.00 9864.10 354.90 - 10.800 10259.00 9864.10 394.90 - 10.850 10321.00 9864.10 456.90 - 10.900 10531.00 9864.10 666.90 - 10.950 10285.00 9864.10 420.90 - 11.000 10044.00 9864.10 179.90 - 11.050 9930.00 9864.10 65.90 - 11.100 9983.00 9864.10 118.90 - 11.150 9903.00 9864.10 38.90 - 11.200 9850.00 9864.10 -14.10 - 11.250 9850.00 9864.10 -14.10 - 11.300 10008.00 9864.10 143.90 - 11.350 9805.00 9864.10 -59.10 - 11.400 9678.00 9864.10 -186.10 - 11.450 10087.00 9864.10 222.90 - 11.500 10239.00 9864.10 374.90 - 11.550 9994.00 9864.10 129.90 - 11.600 9730.00 9864.10 -134.10 - 11.650 9901.00 9864.10 36.90 - 11.700 10288.00 9864.10 423.90 - 11.750 10052.00 9864.10 187.90 - 11.800 10039.00 9864.10 174.90 - 11.850 9792.00 9864.10 -72.10 - 11.900 10201.00 9864.10 336.90 - 11.950 10036.00 9864.10 171.90 - 12.000 9774.00 9864.10 -90.10 - 12.050 9520.00 9864.10 -344.10 - 12.100 10155.00 9864.10 290.90 - 12.150 10130.00 9864.10 265.90 - 12.200 10084.00 9864.10 219.90 - 12.250 9960.00 9864.10 95.90 - 12.300 9903.00 9864.10 38.90 - 12.350 10042.00 9864.10 177.90 - 12.400 10016.00 9864.10 151.90 - 12.450 9918.00 9864.10 53.90 - 12.500 9860.00 9864.10 -4.10 - 12.550 10053.00 9866.35 186.65 - 12.600 10040.00 9863.18 176.82 - 12.650 10097.00 9860.02 236.98 - 12.700 9810.00 9856.85 -46.85 - 12.750 9511.00 9853.68 -342.68 - 12.800 10075.00 9850.51 224.49 - 12.850 10051.00 9847.34 203.66 - 12.900 9975.00 9844.18 130.82 - 12.950 9649.00 9841.01 -192.01 - 13.000 9709.00 9837.84 -128.84 - 13.050 9911.00 9834.67 76.33 - 13.100 9846.00 9831.50 14.50 - 13.150 10034.00 9828.34 205.66 - 13.200 9822.00 9825.17 -3.17 - 13.250 9572.00 9822.00 -250.00 - 13.300 9877.00 9818.83 58.17 - 13.350 9682.00 9815.66 -133.66 - 13.400 9704.00 9812.50 -108.50 - 13.450 9887.00 9809.33 77.67 - 13.500 10049.00 9806.16 242.84 - 13.550 9986.00 9802.99 183.01 - 13.600 9619.00 9799.82 -180.82 - 13.650 9927.00 9796.66 130.34 - 13.700 9606.00 9793.49 -187.49 - 13.750 9317.00 9790.32 -473.32 - 13.800 9544.00 9787.15 -243.15 - 13.850 9889.00 9783.98 105.02 - 13.900 10002.00 9780.82 221.18 - 13.950 9571.00 9777.65 -206.65 - 14.000 9671.00 9774.48 -103.48 - 14.050 9728.00 9771.31 -43.31 - 14.100 9810.00 9768.14 41.86 - 14.150 9866.00 9764.98 101.02 - 14.200 9791.00 9761.81 29.19 - 14.250 9768.00 9758.64 9.36 - 14.300 9871.00 9755.47 115.53 - 14.350 9908.00 9752.30 155.70 - 14.400 9789.00 9749.14 39.86 - 14.450 9621.00 9745.97 -124.97 - 14.500 9844.00 9742.80 101.20 - 14.550 9419.00 9739.63 -320.63 - 14.600 9411.00 9736.46 -325.46 - 14.650 9679.00 9733.30 -54.30 - 14.700 9784.00 9730.13 53.87 - 14.750 9757.00 9726.96 30.04 - 14.800 9671.00 9723.79 -52.79 - 14.850 9809.00 9720.62 88.38 - 14.900 9838.00 9717.46 120.54 - 14.950 9782.00 9714.29 67.71 - 15.000 9539.00 9711.12 -172.12 - 15.050 9540.00 9707.95 -167.95 - 15.100 9637.00 9704.78 -67.78 - 15.150 9870.00 9701.62 168.38 - 15.200 9862.00 9698.45 163.55 - 15.250 9673.00 9695.28 -22.28 - 15.300 9862.00 9692.11 169.89 - 15.350 9520.00 9688.94 -168.94 - 15.400 9821.00 9685.78 135.22 - 15.450 9764.00 9682.61 81.39 - 15.500 9716.00 9679.44 36.56 - 15.550 9573.00 9676.27 -103.27 - 15.600 9828.00 9673.10 154.90 - 15.650 9900.00 9669.93 230.07 - 15.700 9683.00 9666.77 16.23 - 15.750 9660.00 9663.60 -3.60 - 15.800 9733.00 9660.43 72.57 - 15.850 9831.00 9657.26 173.74 - 15.900 9485.00 9654.09 -169.09 - 15.950 9541.00 9650.93 -109.93 - 16.000 9571.00 9647.76 -76.76 - 16.050 9564.00 9644.59 -80.59 - 16.100 9972.00 9641.43 330.57 - 16.150 9819.00 9638.27 180.73 - 16.200 9410.00 9635.14 -225.14 - 16.250 9186.00 9632.11 -446.11 - 16.300 9585.00 9629.38 -44.38 - 16.350 9606.00 9627.40 -21.40 - 16.400 9600.00 9626.94 -26.94 - 16.450 9541.00 9628.96 -87.96 - 16.500 9421.00 9634.08 -213.08 - 16.550 9701.00 9641.78 59.22 - 16.600 9823.00 9650.15 172.85 - 16.650 9671.00 9656.41 14.59 - 16.700 9786.00 9657.98 128.02 - 16.750 9762.00 9653.37 108.63 - 16.800 9512.00 9642.60 -130.60 - 16.850 9556.00 9627.52 -71.52 - 16.900 9692.00 9611.45 80.55 - 16.950 9462.00 9597.71 -135.71 - 17.000 9386.00 9588.00 -202.00 - 17.050 9310.00 9581.91 -271.91 - 17.100 9291.00 9578.06 -287.06 - 17.150 9020.00 9574.89 -554.89 - 17.200 9469.00 9571.73 -102.73 - 17.250 9694.00 9568.58 125.42 - 17.300 9639.00 9565.41 73.59 - 17.350 9434.00 9562.23 -128.23 - 17.400 9635.00 9559.06 75.94 - 17.450 9672.00 9555.89 116.11 - 17.500 9821.00 9552.72 268.28 - 17.550 9476.00 9549.55 -73.55 - 17.600 9433.00 9546.38 -113.38 - 17.650 9564.00 9543.21 20.79 - 17.700 9713.00 9540.05 172.95 - 17.750 9700.00 9536.88 163.12 - 17.800 9233.00 9533.71 -300.71 - 17.850 9630.00 9530.54 99.46 - 17.900 9713.00 9527.37 185.63 - 17.950 9343.00 9524.21 -181.21 - 18.000 9390.00 9521.04 -131.04 - 18.050 9275.00 9517.87 -242.87 - 18.100 9639.00 9514.70 124.30 - 18.150 9601.00 9511.53 89.47 - 18.200 9558.00 9508.37 49.63 - 18.250 9588.00 9505.20 82.80 - 18.300 9806.00 9502.03 303.97 - 18.350 9674.00 9498.86 175.14 - 18.400 9674.00 9495.69 178.31 - 18.450 9493.00 9492.53 0.47 - 18.500 9393.00 9489.36 -96.36 - 18.550 9428.00 9486.19 -58.19 - 18.600 9571.00 9483.02 87.98 - 18.650 9431.00 9479.85 -48.85 - 18.700 9288.00 9476.69 -188.69 - 18.750 9435.00 9473.52 -38.52 - 18.800 9431.00 9470.35 -39.35 - 18.850 9297.00 9467.18 -170.18 - 18.900 9504.00 9464.01 39.99 - 18.950 9245.00 9460.85 -215.85 - 19.000 9725.00 9457.68 267.32 - 19.050 9385.00 9454.51 -69.51 - 19.100 9308.00 9451.34 -143.34 - 19.150 9476.00 9448.17 27.83 - 19.200 9563.00 9445.01 117.99 - 19.250 9558.00 9441.84 116.16 - 19.300 9436.00 9438.67 -2.67 - 19.350 9289.00 9435.50 -146.50 - 19.400 9280.00 9432.33 -152.33 - 19.450 9641.00 9427.73 213.27 - 19.500 9393.00 9422.32 -29.32 - 19.550 9519.00 9416.90 102.10 - 19.600 9392.00 9411.49 -19.49 - 19.650 9364.00 9406.07 -42.07 - 19.700 9270.00 9400.66 -130.66 - 19.750 9286.00 9395.24 -109.24 - 19.800 9204.00 9389.83 -185.83 - 19.850 9563.00 9384.42 178.58 - 19.900 9531.00 9379.05 151.95 - 19.950 9488.00 9373.84 114.16 - 20.000 9710.00 9369.29 340.71 - 20.050 9593.00 9367.16 225.84 - 20.100 9276.00 9372.52 -96.52 - 20.150 9415.00 9397.54 17.46 - 20.200 9242.00 9465.29 -223.29 - 20.250 9730.00 9608.24 121.76 - 20.300 9966.00 9854.55 111.45 - 20.350 10338.00 10203.43 134.57 - 20.400 10703.00 10606.54 96.46 - 20.450 11004.00 10975.47 28.53 - 20.500 11327.00 11213.10 113.90 - 20.550 11203.00 11247.49 -44.49 - 20.600 11000.00 11055.85 -55.85 - 20.650 10805.00 10680.93 124.07 - 20.700 10163.00 10226.95 -63.95 - 20.750 9960.00 9816.55 143.45 - 20.800 9712.00 9528.80 183.20 - 20.850 9502.00 9370.93 131.07 - 20.900 9461.00 9302.18 158.82 - 20.950 9169.00 9276.29 -107.29 - 21.000 9148.00 9264.91 -116.91 - 21.050 9114.00 9257.10 -143.10 - 21.100 9339.00 9250.30 88.70 - 21.150 9286.00 9244.13 41.87 - 21.200 9166.00 9238.38 -72.38 - 21.250 9101.00 9232.85 -131.85 - 21.300 9070.00 9227.40 -157.40 - 21.350 9117.00 9221.97 -104.97 - 21.400 9177.00 9216.56 -39.56 - 21.450 9244.00 9211.14 32.86 - 21.500 9166.00 9205.73 -39.73 - 21.550 9513.00 9200.31 312.69 - 21.600 9258.00 9194.90 63.10 - 21.650 9403.00 9189.48 213.52 - 21.700 9538.00 9184.07 353.93 - 21.750 9239.00 9178.65 60.35 - 21.800 9089.00 9173.24 -84.24 - 21.850 9033.00 9167.82 -134.82 - 21.900 9467.00 9163.65 303.35 - 21.950 9301.00 9160.73 140.27 - 22.000 9177.00 9157.82 19.18 - 22.050 9169.00 9154.90 14.10 - 22.100 9180.00 9151.98 28.02 - 22.150 9236.00 9149.06 86.94 - 22.200 9147.00 9146.14 0.86 - 22.250 8999.00 9143.22 -144.22 - 22.300 9318.00 9140.30 177.70 - 22.350 8939.00 9137.38 -198.38 - 22.400 9264.00 9134.46 129.54 - 22.450 9107.00 9131.55 -24.55 - 22.500 8994.00 9128.63 -134.63 - 22.550 9356.00 9125.71 230.29 - 22.600 9094.00 9122.79 -28.79 - 22.650 9284.00 9119.87 164.13 - 22.700 9053.00 9116.95 -63.95 - 22.750 9004.00 9114.03 -110.03 - 22.800 8809.00 9111.11 -302.11 - 22.850 8851.00 9108.20 -257.20 - 22.900 9055.00 9105.28 -50.28 - 22.950 8983.00 9102.36 -119.36 - 23.000 9028.00 9099.44 -71.44 - 23.050 9222.00 9096.52 125.48 - 23.100 9021.00 9093.60 -72.60 - 23.150 8838.00 9090.68 -252.68 - 23.200 8755.00 9087.77 -332.77 - 23.250 9056.00 9084.86 -28.86 - 23.300 8853.00 9081.99 -228.99 - 23.350 9189.00 9079.23 109.77 - 23.400 8996.00 9076.72 -80.72 - 23.450 8988.00 9074.75 -86.75 - 23.500 9016.00 9073.64 -57.64 - 23.550 8859.00 9073.63 -214.63 - 23.600 8972.00 9074.59 -102.59 - 23.650 9178.00 9075.89 102.11 - 23.700 9288.00 9076.56 211.44 - 23.750 9099.00 9075.65 23.35 - 23.800 8830.00 9072.50 -242.50 - 23.850 9143.00 9067.05 75.95 - 23.900 9010.00 9059.99 -49.99 - 23.950 9028.00 9052.51 -24.51 - 24.000 9144.00 9045.79 98.21 - 24.050 9442.00 9040.37 401.63 - 24.100 9152.00 9036.15 115.85 - 24.150 8839.00 9032.67 -193.67 - 24.200 9002.00 9029.53 -27.53 - 24.250 9120.00 9026.53 93.47 - 24.300 9087.00 9023.58 63.42 - 24.350 9147.00 9020.64 126.36 - 24.400 9025.00 9017.72 7.28 - 24.450 8864.00 9014.79 -150.79 - 24.500 8667.00 9011.87 -344.87 - 24.550 9097.00 9008.96 88.04 - 24.600 8938.00 9006.04 -68.04 - 24.650 9095.00 9003.12 91.88 - 24.700 8966.00 9000.20 -34.20 - 24.750 8976.00 8997.28 -21.28 - 24.800 8897.00 8994.36 -97.36 - 24.850 9077.00 8991.44 85.56 - 24.900 9059.00 8988.52 70.48 - 24.950 9135.00 8985.60 149.40 - 25.000 9214.00 8982.69 231.31 - 25.050 9015.00 8979.77 35.23 - 25.100 9143.00 8976.85 166.15 - 25.150 9053.00 8973.93 79.07 - 25.200 9129.00 8971.01 157.99 - 25.250 9121.00 8968.09 152.91 - 25.300 8803.00 8965.17 -162.17 - 25.350 9041.00 8962.25 78.75 - 25.400 8952.00 8959.33 -7.33 - 25.450 9103.00 8956.42 146.58 - 25.500 8966.00 8953.50 12.50 - 25.550 9064.00 8950.58 113.42 - 25.600 8813.00 8947.66 -134.66 - 25.650 8930.00 8944.74 -14.74 - 25.700 9095.00 8941.82 153.18 - 25.750 8718.00 8938.90 -220.90 - 25.800 8901.00 8935.98 -34.98 - 25.850 8817.00 8933.07 -116.07 - 25.900 8776.00 8930.15 -154.15 - 25.950 8877.00 8927.23 -50.23 - 26.000 8949.00 8924.31 24.69 - 26.050 8895.00 8921.39 -26.39 - 26.100 8951.00 8918.47 32.53 - 26.150 8747.00 8915.55 -168.55 - 26.200 8973.00 8912.63 60.37 - 26.250 9134.00 8909.71 224.29 - 26.300 9002.00 8906.80 95.20 - 26.350 8658.00 8903.88 -245.88 - 26.400 8693.00 8900.96 -207.96 - 26.450 8594.00 8898.04 -304.04 - 26.500 8727.00 8895.12 -168.12 - 26.550 9237.00 8892.20 344.80 - 26.600 8927.00 8889.28 37.72 - 26.650 9099.00 8886.36 212.64 - 26.700 8715.00 8883.45 -168.45 - 26.750 9056.00 8880.53 175.47 - 26.800 8928.00 8877.61 50.39 - 26.850 8854.00 8874.69 -20.69 - 26.900 8880.00 8871.77 8.23 - 26.950 8636.00 8868.85 -232.85 - 27.000 9010.00 8865.93 144.07 - 27.050 8742.00 8863.01 -121.01 - 27.100 9031.00 8860.09 170.91 - 27.150 9091.00 8857.18 233.82 - 27.200 8735.00 8854.26 -119.26 - 27.250 8866.00 8851.34 14.66 - 27.300 8940.00 8848.42 91.58 - 27.350 8922.00 8845.50 76.50 - 27.400 8779.00 8842.58 -63.58 - 27.450 8944.00 8839.66 104.34 - 27.500 8946.00 8836.74 109.26 - 27.550 8889.00 8833.83 55.17 - 27.600 8809.00 8830.91 -21.91 - 27.650 8956.00 8827.99 128.01 - 27.700 9148.00 8825.07 322.93 - 27.750 8802.00 8822.15 -20.15 - 27.800 8726.00 8819.23 -93.23 - 27.850 8861.00 8816.31 44.69 - 27.900 8797.00 8813.40 -16.40 - 27.950 8696.00 8811.59 -115.59 - 28.000 8928.00 8809.79 118.21 - 28.050 8904.00 8807.98 96.02 - 28.100 8928.00 8806.18 121.82 - 28.150 8854.00 8804.37 49.63 - 28.200 8827.00 8802.57 24.43 - 28.250 8925.00 8800.76 124.24 - 28.300 8696.00 8798.96 -102.96 - 28.350 8891.00 8797.15 93.85 - 28.400 8760.00 8795.35 -35.35 - 28.450 8905.00 8793.54 111.46 - 28.500 8717.00 8791.75 -74.75 - 28.550 8673.00 8789.97 -116.97 - 28.600 8810.00 8788.34 21.66 - 28.650 8692.00 8787.38 -95.38 - 28.700 8797.00 8789.27 7.73 - 28.750 8802.00 8801.61 0.39 - 28.800 8951.00 8846.92 104.08 - 28.850 9192.00 8980.26 211.74 - 28.900 9431.00 9308.90 122.10 - 28.950 10213.00 9990.21 222.79 - 29.000 11294.00 11173.46 120.54 - 29.050 12854.00 12885.44 -31.44 - 29.100 14764.00 14929.44 -165.44 - 29.150 16826.00 16891.86 -65.86 - 29.200 18020.00 18270.50 -250.50 - 29.250 18385.00 18648.59 -263.59 - 29.300 17673.00 17858.86 -185.86 - 29.350 16007.00 16098.16 -91.16 - 29.400 13695.00 13894.12 -199.12 - 29.450 11861.00 11858.17 2.83 - 29.500 10298.00 10379.53 -81.53 - 29.550 9578.00 9507.90 70.10 - 29.600 9210.00 9075.63 134.37 - 29.650 8856.00 8884.57 -28.57 - 29.700 8642.00 8803.20 -161.20 - 29.750 8679.00 8767.93 -88.93 - 29.800 8755.00 8752.37 2.63 - 29.850 8831.00 8745.37 85.63 - 29.900 8635.00 8741.84 -106.84 - 29.950 8926.00 8739.55 186.45 - 30.000 8880.00 8737.62 142.38 - 30.050 8481.00 8735.79 -254.79 - 30.100 8648.00 8733.98 -85.98 - 30.150 8662.00 8732.18 -70.18 - 30.200 8641.00 8730.37 -89.37 - 30.250 8733.00 8728.57 4.43 - 30.300 8780.00 8726.76 53.24 - 30.350 8952.00 8724.96 227.04 - 30.400 8924.00 8723.15 200.85 - 30.450 8665.00 8721.35 -56.35 - 30.500 8724.00 8719.54 4.46 - 30.550 8712.00 8717.74 -5.74 - 30.600 8737.00 8715.93 21.07 - 30.650 8627.00 8714.13 -87.13 - 30.700 8830.00 8712.32 117.68 - 30.750 8841.00 8710.52 130.48 - 30.800 8773.00 8708.71 64.29 - 30.850 8894.00 8706.91 187.09 - 30.900 8583.00 8705.11 -122.11 - 30.950 8854.00 8703.30 150.70 - 31.000 8726.00 8701.52 24.48 - 31.050 8535.00 8699.84 -164.84 - 31.100 8526.00 8698.57 -172.57 - 31.150 8610.00 8698.87 -88.87 - 31.200 8561.00 8704.27 -143.27 - 31.250 8708.00 8723.73 -15.73 - 31.300 8591.00 8775.56 -184.56 - 31.350 8911.00 8888.24 22.76 - 31.400 9002.00 9091.82 -89.82 - 31.450 9313.00 9397.72 -84.72 - 31.500 10043.00 9777.51 265.49 - 31.550 10289.00 10159.24 129.76 - 31.600 10283.00 10447.55 -164.55 - 31.650 10315.00 10556.57 -241.57 - 31.700 10351.00 10443.48 -92.48 - 31.750 10008.00 10133.99 -125.99 - 31.800 9587.00 9721.20 -134.20 - 31.850 9293.00 9322.87 -29.87 - 31.900 9014.00 9021.61 -7.61 - 31.950 9039.00 8836.17 202.83 - 32.000 8884.00 8739.64 144.36 - 32.050 8556.00 8694.63 -138.63 - 32.100 8612.00 8674.31 -62.31 - 32.150 8596.00 8664.76 -68.76 - 32.200 8566.00 8659.84 -93.84 - 32.250 8657.00 8656.89 0.11 - 32.300 8693.00 8654.71 38.29 - 32.350 8707.00 8652.80 54.20 - 32.400 8458.00 8650.96 -192.96 - 32.450 8463.00 8649.15 -186.15 - 32.500 8565.00 8647.35 -82.35 - 32.550 8609.00 8645.54 -36.54 - 32.600 8670.00 8643.74 26.26 - 32.650 8579.00 8641.93 -62.93 - 32.700 8550.00 8640.13 -90.13 - 32.750 8641.00 8638.32 2.68 - 32.800 8622.00 8636.52 -14.52 - 32.850 8762.00 8634.71 127.29 - 32.900 8598.00 8632.91 -34.91 - 32.950 8574.00 8630.13 -56.13 - 33.000 8742.00 8626.94 115.06 - 33.050 8712.00 8623.75 88.25 - 33.100 8666.00 8620.56 45.44 - 33.150 8679.00 8617.38 61.62 - 33.200 8625.00 8614.19 10.81 - 33.250 8659.00 8611.00 48.00 - 33.300 8715.00 8607.81 107.19 - 33.350 8883.00 8604.64 278.36 - 33.400 8741.00 8601.49 139.51 - 33.450 8477.00 8598.46 -121.46 - 33.500 8518.00 8595.75 -77.75 - 33.550 8542.00 8593.78 -51.78 - 33.600 8645.00 8593.24 51.76 - 33.650 8511.00 8594.90 -83.90 - 33.700 8435.00 8599.12 -164.12 - 33.750 8573.00 8605.32 -32.32 - 33.800 8732.00 8611.82 120.18 - 33.850 8472.00 8616.23 -144.23 - 33.900 8642.00 8616.33 25.67 - 33.950 8755.00 8610.89 144.11 - 34.000 8538.00 8600.40 -62.40 - 34.050 8576.00 8587.09 -11.09 - 34.100 8639.00 8573.92 65.08 - 34.150 8695.00 8563.03 131.97 - 34.200 8662.00 8555.02 106.98 - 34.250 8710.00 8549.28 160.72 - 34.300 8703.00 8544.90 158.10 - 34.350 8559.00 8541.20 17.80 - 34.400 8404.00 8537.80 -133.80 - 34.450 8712.00 8534.52 177.48 - 34.500 8576.00 8531.31 44.69 - 34.550 8592.00 8528.11 63.89 - 34.600 8628.00 8524.92 103.08 - 34.650 8441.00 8521.73 -80.73 - 34.700 8499.00 8518.54 -19.54 - 34.750 8531.00 8515.35 15.65 - 34.800 8493.00 8512.16 -19.16 - 34.850 8564.00 8508.98 55.02 - 34.900 8604.00 8505.79 98.21 - 34.950 8536.00 8502.60 33.40 - 35.000 8282.00 8499.41 -217.41 - 35.050 8324.00 8496.22 -172.22 - 35.100 8353.00 8493.03 -140.03 - 35.150 8543.00 8489.85 53.15 - 35.200 8594.00 8486.66 107.34 - 35.250 8589.00 8483.47 105.53 - 35.300 8358.00 8480.28 -122.28 - 35.350 8344.00 8477.09 -133.09 - 35.400 8411.00 8473.91 -62.91 - 35.450 8529.00 8470.74 58.26 - 35.500 8588.00 8467.65 120.35 - 35.550 8533.00 8464.81 68.19 - 35.600 8322.00 8462.79 -140.79 - 35.650 8262.00 8462.89 -200.89 - 35.700 8579.00 8467.63 111.37 - 35.750 8617.00 8480.60 136.40 - 35.800 8365.00 8505.00 -140.00 - 35.850 8571.00 8541.11 29.89 - 35.900 8618.00 8584.09 33.91 - 35.950 8608.00 8624.25 -16.25 - 36.000 8692.00 8650.03 41.97 - 36.050 8555.00 8652.18 -97.18 - 36.100 8692.00 8627.88 64.12 - 36.150 8699.00 8583.16 115.84 - 36.200 8515.00 8530.90 -15.90 - 36.250 8512.00 8484.25 27.75 - 36.300 8449.00 8450.38 -1.38 - 36.350 8511.00 8429.26 81.74 - 36.400 8442.00 8417.06 24.94 - 36.450 8418.00 8409.78 8.22 - 36.500 8467.00 8404.85 62.15 - 36.550 8641.00 8400.96 240.04 - 36.600 8426.00 8397.51 28.49 - 36.650 8370.00 8394.23 -24.23 - 36.700 8306.00 8391.02 -85.02 - 36.750 8439.00 8387.82 51.18 - 36.800 8552.00 8384.63 167.37 - 36.850 8351.00 8381.45 -30.45 - 36.900 8258.00 8378.26 -120.26 - 36.950 8396.00 8375.07 20.93 - 37.000 8543.00 8371.88 171.12 - 37.050 8500.00 8368.69 131.31 - 37.100 8486.00 8365.50 120.50 - 37.150 8342.00 8362.32 -20.32 - 37.200 8352.00 8359.13 -7.13 - 37.250 8409.00 8355.94 53.06 - 37.300 8412.00 8352.75 59.25 - 37.350 8216.00 8349.56 -133.56 - 37.400 8340.00 8346.38 -6.38 - 37.450 8417.00 8343.20 73.80 - 37.500 8570.00 8340.04 229.96 - 37.550 8381.00 8336.98 44.02 - 37.600 8418.00 8334.27 83.73 - 37.650 8461.00 8332.53 128.47 - 37.700 8353.00 8333.17 19.83 - 37.750 8213.00 8338.54 -125.54 - 37.800 8268.00 8351.45 -83.45 - 37.850 8329.00 8373.58 -44.58 - 37.900 8333.00 8403.47 -70.47 - 37.950 8304.00 8435.55 -131.55 - 38.000 8541.00 8461.36 79.64 - 38.050 8519.00 8472.41 46.59 - 38.100 8404.00 8463.56 -59.56 - 38.150 8447.00 8435.86 11.14 - 38.200 8611.00 8396.96 214.04 - 38.250 8230.00 8357.50 -127.50 - 38.300 8356.00 8325.66 30.34 - 38.350 8129.00 8304.05 -175.05 - 38.400 8264.00 8290.86 -26.86 - 38.450 8208.00 8282.89 -74.89 - 38.500 8240.00 8277.60 -37.60 - 38.550 8160.00 8273.54 -113.54 - 38.600 8040.00 8270.02 -230.02 - 38.650 8109.00 8266.72 -157.72 - 38.700 8335.00 8263.49 71.51 - 38.750 8213.00 8260.30 -47.30 - 38.800 8130.00 8257.11 -127.11 - 38.850 8269.00 8253.92 15.08 - 38.900 8243.00 8250.73 -7.73 - 38.950 8371.00 8247.54 123.46 - 39.000 8285.00 8244.35 40.65 - 39.050 8225.00 8241.16 -16.16 - 39.100 8441.00 8237.98 203.02 - 39.150 8146.00 8235.21 -89.21 - 39.200 8177.00 8232.63 -55.63 - 39.250 8453.00 8230.06 222.94 - 39.300 8254.00 8227.49 26.51 - 39.350 8176.00 8224.97 -48.97 - 39.400 8118.00 8222.69 -104.69 - 39.450 8164.00 8221.45 -57.45 - 39.500 8123.00 8224.20 -101.20 - 39.550 8157.00 8240.12 -83.12 - 39.600 8456.00 8292.76 163.24 - 39.650 8643.00 8430.94 212.06 - 39.700 8710.00 8731.89 -21.89 - 39.750 9392.00 9279.47 112.53 - 39.800 10187.00 10109.99 77.01 - 39.850 11058.00 11152.23 -94.23 - 39.900 12033.00 12210.99 -177.99 - 39.950 12788.00 13016.56 -228.56 - 40.000 13099.00 13320.40 -221.40 - 40.050 12683.00 13001.46 -318.46 - 40.100 12144.00 12143.34 0.66 - 40.150 10940.00 11017.16 -77.16 - 40.200 9812.00 9946.00 -134.00 - 40.250 9120.00 9141.72 -21.72 - 40.300 8622.00 8644.41 -22.41 - 40.350 8453.00 8381.13 71.87 - 40.400 8458.00 8256.36 201.64 - 40.450 8161.00 8201.02 -40.02 - 40.500 8132.00 8177.16 -45.16 - 40.550 8329.00 8166.69 162.31 - 40.600 8305.00 8161.48 143.52 - 40.650 8141.00 8158.14 -17.14 - 40.700 8114.00 8155.37 -41.37 - 40.750 8260.00 8152.75 107.25 - 40.800 8225.00 8150.16 74.84 - 40.850 8204.00 8147.58 56.42 - 40.900 8295.00 8145.00 150.00 - 40.950 8278.00 8142.43 135.57 - 41.000 8204.00 8139.85 64.15 - 41.050 8140.00 8137.27 2.73 - 41.100 8069.00 8134.69 -65.69 - 41.150 8286.00 8132.12 153.88 - 41.200 8102.00 8129.54 -27.54 - 41.250 8139.00 8126.97 12.03 - 41.300 8104.00 8124.43 -20.43 - 41.350 8281.00 8121.99 159.01 - 41.400 8235.00 8119.90 115.10 - 41.450 8315.00 8118.87 196.13 - 41.500 8199.00 8120.41 78.59 - 41.550 8097.00 8127.17 -30.17 - 41.600 8026.00 8142.39 -116.39 - 41.650 8205.00 8168.21 36.79 - 41.700 8314.00 8203.27 110.73 - 41.750 8207.00 8241.43 -34.43 - 41.800 8106.00 8272.95 -166.95 - 41.850 8260.00 8287.77 -27.77 - 41.900 8442.00 8279.60 162.40 - 41.950 8271.00 8249.45 21.55 - 42.000 8169.00 8206.09 -37.09 - 42.050 8041.00 8161.82 -120.82 - 42.100 7892.00 8126.13 -234.13 - 42.150 8119.00 8102.09 16.91 - 42.200 8200.00 8087.75 112.25 - 42.250 8253.00 8079.49 173.51 - 42.300 8286.00 8074.42 211.58 - 42.350 8101.00 8070.82 30.18 - 42.400 7930.00 8067.86 -137.86 - 42.450 7916.00 8065.16 -149.16 - 42.500 8012.00 8062.54 -50.54 - 42.550 7975.00 8059.95 -84.95 - 42.600 8126.00 8057.37 68.63 - 42.650 8154.00 8054.80 99.20 - 42.700 8124.00 8052.22 71.78 - 42.750 7923.00 8049.64 -126.64 - 42.800 7957.00 8047.06 -90.06 - 42.850 7910.00 8044.49 -134.49 - 42.900 7982.00 8041.91 -59.91 - 42.950 7849.00 8039.33 -190.33 - 43.000 7932.00 8036.77 -104.77 - 43.050 8027.00 8034.26 -7.26 - 43.100 8094.00 8032.02 61.98 - 43.150 7974.00 8030.81 -56.81 - 43.200 8129.00 8033.17 95.83 - 43.250 8198.00 8046.02 151.98 - 43.300 8034.00 8084.55 -50.55 - 43.350 8173.00 8174.83 -1.83 - 43.400 8397.00 8348.76 48.24 - 43.450 8491.00 8626.80 -135.80 - 43.500 8904.00 8994.66 -90.66 - 43.550 9408.00 9390.89 17.11 - 43.600 9684.00 9718.92 -34.92 - 43.650 9762.00 9879.76 -117.76 - 43.700 9523.00 9813.47 -290.47 - 43.750 9289.00 9533.48 -244.48 - 43.800 9015.00 9128.96 -113.96 - 43.850 8748.00 8720.93 27.07 - 43.900 8415.00 8399.43 15.57 - 43.950 8209.00 8191.74 17.26 - 44.000 8107.00 8077.21 29.79 - 44.050 8066.00 8020.80 45.20 - 44.100 7911.00 7994.67 -83.67 - 44.150 7750.00 7982.59 -232.59 - 44.200 8032.00 7976.50 55.50 - 44.250 7912.00 7972.76 -60.76 - 44.300 7943.00 7969.85 -26.85 - 44.350 7890.00 7967.19 -77.19 - 44.400 7932.00 7964.59 -32.59 - 44.450 8011.00 7962.01 48.99 - 44.500 8034.00 7959.43 74.57 - 44.550 8108.00 7956.86 151.14 - 44.600 8104.00 7954.28 149.72 - 44.650 8021.00 7951.70 69.30 - 44.700 7977.00 7949.12 27.88 - 44.750 8073.00 7946.55 126.45 - 44.800 8126.00 7943.97 182.03 - 44.850 7883.00 7941.39 -58.39 - 44.900 7974.00 7938.81 35.19 - 44.950 7947.00 7936.24 10.76 - 45.000 7991.00 7933.66 57.34 - 45.050 7953.00 7931.08 21.92 - 45.100 7820.00 7928.51 -108.51 - 45.150 8118.00 7925.93 192.07 - 45.200 8208.00 7923.35 284.65 - 45.250 7887.00 7920.77 -33.77 - 45.300 8016.00 7918.20 97.80 - 45.350 7859.00 7915.62 -56.62 - 45.400 7927.00 7913.04 13.96 - 45.450 8020.00 7910.46 109.54 - 45.500 8022.00 7907.89 114.11 - 45.550 7861.00 7905.31 -44.31 - 45.600 7759.00 7902.73 -143.73 - 45.650 7826.00 7900.15 -74.15 - 45.700 7903.00 7897.58 5.42 - 45.750 7758.00 7896.15 -138.15 - 45.800 7951.00 7895.08 55.92 - 45.850 7893.00 7894.02 -1.02 - 45.900 7963.00 7892.96 70.04 - 45.950 7948.00 7891.89 56.11 - 46.000 7865.00 7890.83 -25.83 - 46.050 7927.00 7889.76 37.24 - 46.100 7920.00 7888.70 31.30 - 46.150 7942.00 7887.63 54.37 - 46.200 7862.00 7886.57 -24.57 - 46.250 7931.00 7885.50 45.50 - 46.300 8008.00 7884.44 123.56 - 46.350 7846.00 7883.38 -37.38 - 46.400 7866.00 7882.31 -16.31 - 46.450 7900.00 7881.26 18.74 - 46.500 7912.00 7880.28 31.72 - 46.550 7778.00 7879.56 -101.56 - 46.600 7679.00 7879.87 -200.87 - 46.650 7981.00 7883.57 97.43 - 46.700 7857.00 7896.63 -39.63 - 46.750 8082.00 7931.21 150.79 - 46.800 8179.00 8006.16 172.84 - 46.850 8262.00 8141.14 120.86 - 46.900 8322.00 8343.23 -21.23 - 46.950 8482.00 8592.70 -110.70 - 47.000 8685.00 8839.90 -154.90 - 47.050 8971.00 9018.40 -47.40 - 47.100 9054.00 9069.83 -15.83 - 47.150 9044.00 8971.46 72.54 - 47.200 8941.00 8752.77 188.23 - 47.250 8540.00 8484.44 55.56 - 47.300 8036.00 8240.82 -204.82 - 47.350 7980.00 8064.23 -84.23 - 47.400 8025.00 7957.59 67.41 - 47.450 8137.00 7901.84 235.16 - 47.500 8076.00 7875.55 200.45 - 47.550 7932.00 7863.88 68.12 - 47.600 8057.00 7858.75 198.25 - 47.650 7883.00 7856.28 26.72 - 47.700 7912.00 7854.78 57.22 - 47.750 7932.00 7853.60 78.40 - 47.800 8034.00 7852.51 181.49 - 47.850 8008.00 7851.44 156.56 - 47.900 7941.00 7850.38 90.62 - 47.950 7920.00 7849.31 70.69 - 48.000 7908.00 7848.25 59.75 - 48.050 7894.00 7847.24 46.76 - 48.100 7884.00 7846.45 37.55 - 48.150 7982.00 7846.83 135.17 - 48.200 7696.00 7852.26 -156.26 - 48.250 7879.00 7876.82 2.18 - 48.300 8216.00 7963.29 252.71 - 48.350 8436.00 8218.76 217.24 - 48.400 9053.00 8857.25 195.75 - 48.450 10442.00 10201.71 240.29 - 48.500 12610.00 12575.01 34.99 - 48.550 15833.00 16066.22 -233.22 - 48.600 19815.00 20299.91 -484.91 - 48.650 23750.00 24403.29 -653.29 - 48.700 26358.00 27247.79 -889.79 - 48.750 26911.00 27886.25 -975.25 - 48.800 25283.00 26016.75 -733.75 - 48.850 21610.00 22226.00 -616.00 - 48.900 17504.00 17742.61 -238.61 - 48.950 13616.00 13779.88 -163.88 - 49.000 10967.00 10971.62 -4.62 - 49.050 9225.00 9310.51 -85.51 - 49.100 8494.00 8460.92 33.08 - 49.150 8128.00 8073.02 54.98 - 49.200 7868.00 7911.64 -43.64 - 49.250 7746.00 7850.15 -104.15 - 49.300 7824.00 7828.66 -4.66 - 49.350 7894.00 7821.51 72.49 - 49.400 7864.00 7818.87 45.13 - 49.450 8066.00 7817.46 248.54 - 49.500 7869.00 7816.32 52.68 - 49.550 7952.00 7815.25 136.75 - 49.600 7849.00 7814.18 34.82 - 49.650 7890.00 7813.12 76.88 - 49.700 7834.00 7812.05 21.95 - 49.750 7801.00 7811.01 -10.01 - 49.800 7912.00 7810.02 101.98 - 49.850 7985.00 7809.27 175.73 - 49.900 7874.00 7809.28 64.72 - 49.950 7837.00 7811.44 25.56 - 50.000 7786.00 7818.57 -32.57 - 50.050 7855.00 7835.08 19.92 - 50.100 8028.00 7865.66 162.34 - 50.150 7941.00 7912.10 28.90 - 50.200 7962.00 7969.90 -7.90 - 50.250 7965.00 8027.37 -62.37 - 50.300 8047.00 8068.69 -21.69 - 50.350 8135.00 8079.90 55.10 - 50.400 8038.00 8055.67 -17.67 - 50.450 8021.00 8003.21 17.79 - 50.500 7970.00 7939.38 30.62 - 50.550 8077.00 7881.62 195.38 - 50.600 7900.00 7839.68 60.32 - 50.650 7835.00 7814.09 20.91 - 50.700 7815.00 7800.35 14.65 - 50.750 7731.00 7793.46 -62.46 - 50.800 7746.00 7789.98 -43.98 - 50.850 7681.00 7788.00 -107.00 - 50.900 7696.00 7786.62 -90.62 - 50.950 7825.00 7785.47 39.53 - 51.000 7826.00 7784.38 41.62 - 51.050 7609.00 7783.31 -174.31 - 51.100 7723.00 7782.24 -59.24 - 51.150 7874.00 7781.18 92.82 - 51.200 7718.00 7780.11 -62.11 - 51.250 7687.00 7779.05 -92.05 - 51.300 7753.00 7777.99 -24.99 - 51.350 7799.00 7776.94 22.06 - 51.400 7724.00 7775.93 -51.93 - 51.450 7775.00 7775.08 -0.08 - 51.500 7963.00 7774.71 188.29 - 51.550 7847.00 7775.51 71.49 - 51.600 7729.00 7778.71 -49.71 - 51.650 7766.00 7785.88 -19.88 - 51.700 7890.00 7798.06 91.94 - 51.750 7684.00 7814.69 -130.69 - 51.800 7648.00 7832.84 -184.84 - 51.850 7791.00 7847.77 -56.77 - 51.900 7799.00 7854.52 -55.52 - 51.950 7793.00 7850.02 -57.02 - 52.000 8040.00 7834.79 205.21 - 52.050 7875.00 7813.81 61.19 - 52.100 7863.00 7792.95 70.05 - 52.150 7703.00 7776.38 -73.38 - 52.200 7642.00 7765.21 -123.21 - 52.250 7764.00 7758.39 5.61 - 52.300 7715.00 7754.29 -39.29 - 52.350 7670.00 7751.60 -81.60 - 52.400 7741.00 7749.56 -8.56 - 52.450 7571.00 7747.79 -176.79 - 52.500 7675.00 7746.11 -71.11 - 52.550 7640.00 7744.47 -104.47 - 52.600 7765.00 7742.84 22.16 - 52.650 7859.00 7741.21 117.79 - 52.700 7840.00 7739.58 100.42 - 52.750 7721.00 7737.95 -16.95 - 52.800 7709.00 7736.34 -27.34 - 52.850 7796.00 7734.80 61.20 - 52.900 7863.00 7733.59 129.41 - 52.950 7699.00 7733.68 -34.68 - 53.000 7726.00 7738.16 -12.16 - 53.050 7575.00 7755.09 -180.09 - 53.100 7928.00 7801.52 126.48 - 53.150 8052.00 7905.01 146.99 - 53.200 8318.00 8096.26 221.74 - 53.250 8250.00 8389.79 -139.79 - 53.300 8585.00 8761.17 -176.17 - 53.350 9041.00 9138.72 -97.72 - 53.400 9461.00 9420.82 40.18 - 53.450 9483.00 9514.23 -31.23 - 53.500 9282.00 9379.34 -97.34 - 53.550 8970.00 9057.67 -87.67 - 53.600 8645.00 8655.68 -10.68 - 53.650 8241.00 8287.03 -46.03 - 53.700 8006.00 8017.64 -11.64 - 53.750 7903.00 7853.77 49.23 - 53.800 7772.00 7767.65 4.35 - 53.850 7584.00 7727.10 -143.10 - 53.900 7734.00 7709.32 24.68 - 53.950 7633.00 7701.65 -68.65 - 54.000 7638.00 7698.00 -60.00 - 54.050 7643.00 7695.78 -52.78 - 54.100 7713.00 7694.00 19.00 - 54.150 7736.00 7692.34 43.66 - 54.200 7630.00 7690.70 -60.70 - 54.250 7861.00 7689.07 171.93 - 54.300 7896.00 7687.44 208.56 - 54.350 7797.00 7685.83 111.17 - 54.400 7826.00 7684.25 141.75 - 54.450 7626.00 7682.85 -56.85 - 54.500 7809.00 7682.06 126.94 - 54.550 7762.00 7683.04 78.96 - 54.600 7733.00 7688.29 44.71 - 54.650 7759.00 7702.06 56.94 - 54.700 7784.00 7729.32 54.68 - 54.750 7838.00 7772.92 65.08 - 54.800 7961.00 7829.84 131.16 - 54.850 8012.00 7889.44 122.56 - 54.900 7765.00 7935.67 -170.67 - 54.950 7848.00 7953.05 -105.05 - 55.000 7880.00 7933.97 -53.97 - 55.050 7995.00 7883.72 111.28 - 55.100 7783.00 7818.64 -35.64 - 55.150 7827.00 7757.27 69.73 - 55.200 7696.00 7711.14 -15.14 - 55.250 7540.00 7682.07 -142.07 - 55.300 7640.00 7665.96 -25.96 - 55.350 7714.00 7657.59 56.41 - 55.400 7552.00 7653.15 -101.15 - 55.450 7637.00 7650.46 -13.46 - 55.500 7593.00 7648.48 -55.48 - 55.550 7588.00 7646.74 -58.74 - 55.600 7710.00 7645.09 64.91 - 55.650 7546.00 7643.45 -97.45 - 55.700 7590.00 7641.82 -51.82 - 55.750 7718.00 7640.20 77.80 - 55.800 7680.00 7638.59 41.41 - 55.850 7733.00 7637.11 95.89 - 55.900 7825.00 7636.11 188.89 - 55.950 7807.00 7636.99 170.01 - 56.000 7821.00 7643.90 177.10 - 56.050 7804.00 7667.09 136.91 - 56.100 7771.00 7726.73 44.27 - 56.150 7969.00 7852.48 116.52 - 56.200 8249.00 8072.53 176.47 - 56.250 8418.00 8391.73 26.27 - 56.300 8941.00 8771.08 169.92 - 56.350 9207.00 9126.59 80.41 - 56.400 9365.00 9354.23 10.77 - 56.450 9359.00 9373.31 -14.31 - 56.500 9173.00 9169.81 3.19 - 56.550 8796.00 8811.48 -15.48 - 56.600 8341.00 8414.24 -73.24 - 56.650 8111.00 8079.13 31.87 - 56.700 7889.00 7850.11 38.89 - 56.750 7620.00 7718.14 -98.14 - 56.800 7748.00 7651.72 96.28 - 56.850 7814.00 7621.47 192.53 - 56.900 7678.00 7608.48 69.52 - 56.950 7737.00 7602.81 134.19 - 57.000 7668.00 7599.91 68.09 - 57.050 7699.00 7597.93 101.07 - 57.100 7742.00 7596.22 145.78 - 57.150 7781.00 7594.58 186.42 - 57.200 7746.00 7592.96 153.04 - 57.250 7575.00 7591.41 -16.41 - 57.300 7662.00 7590.21 71.79 - 57.350 7697.00 7590.54 106.46 - 57.400 7624.00 7596.73 27.27 - 57.450 7750.00 7622.06 127.94 - 57.500 7706.00 7699.96 6.04 - 57.550 7784.00 7897.42 -113.42 - 57.600 8419.00 8315.78 103.22 - 57.650 8996.00 9056.04 -60.04 - 57.700 10073.00 10144.33 -71.33 - 57.750 11439.00 11457.92 -18.92 - 57.800 12666.00 12713.67 -47.67 - 57.850 13675.00 13549.10 125.90 - 57.900 13505.00 13671.92 -166.92 - 57.950 12708.00 13015.09 -307.09 - 58.000 11481.00 11798.72 -317.72 - 58.050 10507.00 10422.01 84.99 - 58.100 9337.00 9244.80 92.20 - 58.150 8414.00 8432.28 -18.28 - 58.200 7930.00 7961.64 -31.64 - 58.250 7629.00 7725.27 -96.27 - 58.300 7685.00 7619.51 65.49 - 58.350 7610.00 7576.47 33.53 - 58.400 7641.00 7560.11 80.89 - 58.450 7558.00 7553.86 4.14 - 58.500 7625.00 7550.96 74.04 - 58.550 7630.00 7549.02 80.98 - 58.600 7607.00 7547.34 59.66 - 58.650 7552.00 7545.71 6.29 - 58.700 7558.00 7544.15 13.85 - 58.750 7535.00 7542.91 -7.91 - 58.800 7428.00 7542.94 -114.94 - 58.850 7468.00 7547.63 -79.63 - 58.900 7579.00 7566.57 12.43 - 58.950 7558.00 7622.11 -64.11 - 59.000 7759.00 7754.88 4.12 - 59.050 7998.00 8018.78 -20.78 - 59.100 8317.00 8455.27 -138.27 - 59.150 9051.00 9052.63 -1.63 - 59.200 9587.00 9716.90 -129.90 - 59.250 10370.00 10283.68 86.32 - 59.300 10441.00 10574.67 -133.67 - 59.350 10387.00 10479.28 -92.28 - 59.400 9863.00 10020.98 -157.98 - 59.450 9167.00 9356.60 -189.60 - 59.500 8724.00 8691.35 32.65 - 59.550 8321.00 8171.47 149.53 - 59.600 7953.00 7837.84 115.16 - 59.650 7590.00 7655.55 -65.55 - 59.700 7617.00 7568.05 48.95 - 59.750 7631.00 7530.08 100.92 - 59.800 7550.00 7514.68 35.32 - 59.850 7495.00 7508.41 -13.41 - 59.900 7532.00 7505.41 26.59 - 59.950 7591.00 7503.43 87.57 - 60.000 7659.00 7501.72 157.28 - 60.050 7552.00 7500.07 51.93 - 60.100 7427.00 7498.44 -71.44 - 60.150 7377.00 7496.81 -119.81 - 60.200 7396.00 7495.18 -99.18 - 60.250 7447.00 7493.56 -46.56 - 60.300 7637.00 7491.95 145.05 - 60.350 7583.00 7490.37 92.63 - 60.400 7442.00 7488.87 -46.87 - 60.450 7564.00 7487.50 76.50 - 60.500 7684.00 7486.32 197.68 - 60.550 7526.00 7485.32 40.68 - 60.600 7575.00 7484.58 90.42 - 60.650 7608.00 7483.79 124.21 - 60.700 7507.00 7482.73 24.27 - 60.750 7518.00 7481.26 36.74 - 60.800 7538.00 7479.36 58.64 - 60.850 7679.00 7477.19 201.81 - 60.900 7593.00 7474.98 118.02 - 60.950 7372.00 7472.91 -100.91 - 61.000 7539.00 7471.04 67.96 - 61.050 7549.00 7469.36 79.64 - 61.100 7414.00 7467.79 -53.79 - 61.150 7421.00 7466.28 -45.28 - 61.200 7442.00 7464.81 -22.81 - 61.250 7472.00 7463.34 8.66 - 61.300 7552.00 7461.89 90.11 - 61.350 7413.00 7460.43 -47.43 - 61.400 7387.00 7458.97 -71.97 - 61.450 7469.00 7457.51 11.49 - 61.500 7547.00 7456.06 90.94 - 61.550 7324.00 7454.65 -130.65 - 61.600 7430.00 7453.38 -23.38 - 61.650 7447.00 7452.63 -5.63 - 61.700 7634.00 7453.49 180.51 - 61.750 7729.00 7458.54 270.46 - 61.800 7434.00 7472.46 -38.46 - 61.850 7567.00 7501.56 65.44 - 61.900 7783.00 7550.81 232.19 - 61.950 7626.00 7619.03 6.97 - 62.000 7684.00 7695.37 -11.37 - 62.050 7837.00 7760.55 76.45 - 62.100 7877.00 7793.51 83.49 - 62.150 7771.00 7781.16 -10.16 - 62.200 7622.00 7726.33 -104.33 - 62.250 7559.00 7647.50 -88.50 - 62.300 7552.00 7568.73 -16.73 - 62.350 7353.00 7507.03 -154.03 - 62.400 7370.00 7467.05 -97.05 - 62.450 7357.00 7444.69 -87.69 - 62.500 7358.00 7433.34 -75.34 - 62.550 7460.00 7427.72 32.28 - 62.600 7352.00 7424.70 -72.70 - 62.650 7316.00 7422.73 -106.73 - 62.700 7324.00 7421.12 -97.12 - 62.750 7387.00 7419.62 -32.62 - 62.800 7400.00 7418.16 -18.16 - 62.850 7538.00 7416.70 121.30 - 62.900 7417.00 7415.27 1.73 - 62.950 7304.00 7413.92 -109.92 - 63.000 7433.00 7412.93 20.07 - 63.050 7364.00 7413.10 -49.10 - 63.100 7299.00 7416.58 -117.58 - 63.150 7209.00 7427.76 -218.76 - 63.200 7404.00 7453.61 -49.61 - 63.250 7411.00 7501.50 -90.50 - 63.300 7542.00 7574.23 -32.23 - 63.350 7581.00 7664.38 -83.38 - 63.400 7670.00 7752.74 -82.74 - 63.450 7570.00 7813.42 -243.42 - 63.500 7697.00 7824.69 -127.69 - 63.550 7727.00 7780.45 -53.45 - 63.600 7573.00 7695.35 -122.35 - 63.650 7573.00 7597.42 -24.42 - 63.700 7527.00 7512.55 14.45 - 63.750 7318.00 7453.06 -135.06 - 63.800 7282.00 7417.82 -135.82 - 63.850 7282.00 7399.43 -117.43 - 63.900 7351.00 7390.48 -39.48 - 63.950 7405.00 7386.08 18.92 - 64.000 7351.00 7383.60 -32.60 - 64.050 7407.00 7381.82 25.18 - 64.100 7311.00 7380.28 -69.28 - 64.150 7357.00 7378.81 -21.81 - 64.200 7341.00 7377.39 -36.39 - 64.250 7281.00 7376.17 -95.17 - 64.300 7319.00 7375.85 -56.85 - 64.350 7486.00 7379.13 106.87 - 64.400 7533.00 7394.82 138.18 - 64.450 7564.00 7446.42 117.58 - 64.500 7775.00 7584.41 190.59 - 64.550 7919.00 7891.97 27.03 - 64.600 8354.00 8463.98 -109.98 - 64.650 9022.00 9348.50 -326.50 - 64.700 10195.00 10473.35 -278.35 - 64.750 11593.00 11616.51 -23.51 - 64.800 12440.00 12457.69 -17.69 - 64.850 12475.00 12707.48 -232.48 - 64.900 11957.00 12257.33 -300.33 - 64.950 11222.00 11259.02 -37.02 - 65.000 10173.00 10052.14 120.86 - 65.050 9042.00 8974.76 67.24 - 65.100 8143.00 8205.88 -62.88 - 65.150 7635.00 7748.43 -113.43 - 65.200 7484.00 7514.45 -30.45 - 65.250 7394.00 7408.87 -14.87 - 65.300 7288.00 7366.01 -78.01 - 65.350 7349.00 7349.94 -0.94 - 65.400 7311.00 7343.94 -32.94 - 65.450 7262.00 7341.26 -79.26 - 65.500 7322.00 7339.51 -17.51 - 65.550 7371.00 7338.00 33.00 - 65.600 7410.00 7336.55 73.45 - 65.650 7196.00 7335.19 -139.19 - 65.700 7125.00 7334.12 -209.12 - 65.750 7374.00 7334.03 39.97 - 65.800 7346.00 7336.70 9.30 - 65.850 7287.00 7345.82 -58.82 - 65.900 7410.00 7367.20 42.80 - 65.950 7292.00 7406.97 -114.97 - 66.000 7278.00 7467.39 -189.39 - 66.050 7499.00 7542.09 -43.09 - 66.100 7645.00 7614.84 30.16 - 66.150 7701.00 7663.99 37.01 - 66.200 7754.00 7671.58 82.42 - 66.250 7717.00 7633.13 83.87 - 66.300 7617.00 7561.49 55.51 - 66.350 7359.00 7480.20 -121.20 - 66.400 7435.00 7410.41 24.59 - 66.450 7433.00 7361.83 71.17 - 66.500 7422.00 7333.17 88.83 - 66.550 7482.00 7318.17 163.83 - 66.600 7285.00 7310.79 -25.79 - 66.650 7165.00 7307.03 -142.03 - 66.700 7378.00 7304.78 73.22 - 66.750 7244.00 7303.08 -59.08 - 66.800 7183.00 7301.56 -118.56 - 66.850 7308.00 7300.09 7.91 - 66.900 7436.00 7298.63 137.37 - 66.950 7318.00 7297.17 20.83 - 67.000 7328.00 7295.71 32.29 - 67.050 7398.00 7294.26 103.74 - 67.100 7437.00 7292.80 144.20 - 67.150 7273.00 7291.34 -18.34 - 67.200 7407.00 7289.88 117.12 - 67.250 7345.00 7288.42 56.58 - 67.300 7261.00 7286.97 -25.97 - 67.350 7418.00 7285.51 132.49 - 67.400 7328.00 7284.05 43.95 - 67.450 7295.00 7282.59 12.41 - 67.500 7325.00 7281.14 43.86 - 67.550 7453.00 7279.68 173.32 - 67.600 7223.00 7278.22 -55.22 - 67.650 7387.00 7276.76 110.24 - 67.700 7263.00 7275.31 -12.31 - 67.750 7256.00 7273.85 -17.85 - 67.800 7191.00 7272.39 -81.39 - 67.850 7404.00 7270.93 133.07 - 67.900 7318.00 7269.48 48.52 - 67.950 7316.00 7268.02 47.98 - 68.000 7304.00 7266.56 37.44 - 68.050 7311.00 7265.10 45.90 - 68.100 7269.00 7263.65 5.35 - 68.150 7289.00 7262.19 26.81 - 68.200 7189.00 7260.76 -71.76 - 68.250 7476.00 7260.20 215.80 - 68.300 7505.00 7259.63 245.37 - 68.350 7478.00 7259.07 218.93 - 68.400 7147.00 7258.50 -111.50 - 68.450 7328.00 7257.94 70.06 - 68.500 7116.00 7257.38 -141.38 - 68.550 7221.00 7256.81 -35.81 - 68.600 7275.00 7256.25 18.75 - 68.650 7212.00 7255.68 -43.68 - 68.700 7220.00 7255.12 -35.12 - 68.750 7265.00 7254.55 10.45 - 68.800 7315.00 7253.99 61.01 - 68.850 7131.00 7253.43 -122.43 - 68.900 7224.00 7252.86 -28.86 - 68.950 7269.00 7252.30 16.70 - 69.000 7242.00 7251.73 -9.73 - 69.050 7200.00 7251.17 -51.17 - 69.100 7314.00 7250.60 63.40 - 69.150 7412.00 7250.04 161.96 - 69.200 7465.00 7249.47 215.53 - 69.250 7340.00 7248.91 91.09 - 69.300 7411.00 7248.35 162.65 - 69.350 7363.00 7247.78 115.22 - 69.400 7364.00 7247.22 116.78 - 69.450 7412.00 7246.66 165.34 - 69.500 7365.00 7246.12 118.88 - 69.550 7215.00 7245.71 -30.71 - 69.600 7128.00 7245.88 -117.88 - 69.650 7277.00 7248.34 28.66 - 69.700 7287.00 7258.43 28.57 - 69.750 7392.00 7290.00 102.00 - 69.800 7453.00 7371.58 81.42 - 69.850 7604.00 7547.66 56.34 - 69.900 7833.00 7864.81 -31.81 - 69.950 8298.00 8338.54 -40.54 - 70.000 8808.00 8917.88 -109.88 - 70.050 9410.00 9475.89 -65.89 - 70.100 9785.00 9845.88 -60.88 - 70.150 9822.00 9894.05 -72.05 - 70.200 9620.00 9593.99 26.01 - 70.250 9192.00 9051.47 140.53 - 70.300 8570.00 8448.02 121.98 - 70.350 7831.00 7940.07 -109.07 - 70.400 7687.00 7594.38 92.62 - 70.450 7470.00 7397.03 72.97 - 70.500 7367.00 7299.77 67.23 - 70.550 7370.00 7257.53 112.47 - 70.600 7181.00 7241.08 -60.08 - 70.650 7298.00 7235.18 62.82 - 70.700 7271.00 7233.05 37.95 - 70.750 7306.00 7232.10 73.90 - 70.800 7282.00 7231.50 50.50 - 70.850 7326.00 7231.19 94.81 - 70.900 7288.00 7231.89 56.11 - 70.950 7426.00 7236.45 189.55 - 71.000 7466.00 7253.65 212.35 - 71.050 7470.00 7305.60 164.40 - 71.100 7439.00 7436.43 2.57 - 71.150 7789.00 7712.30 76.70 - 71.200 8144.00 8197.45 -53.45 - 71.250 8780.00 8904.60 -124.60 - 71.300 9592.00 9745.41 -153.41 - 71.350 10486.00 10525.05 -39.05 - 71.400 11021.00 11003.09 17.91 - 71.450 10865.00 11002.01 -137.01 - 71.500 10326.00 10510.44 -184.44 - 71.550 9907.00 9703.36 203.64 - 71.600 8808.00 8845.58 -37.58 - 71.650 8257.00 8146.70 110.30 - 71.700 7650.00 7683.85 -33.85 - 71.750 7378.00 7425.58 -47.58 - 71.800 7288.00 7300.97 -12.97 - 71.850 7321.00 7247.98 73.02 - 71.900 7214.00 7227.85 -13.85 - 71.950 7254.00 7220.85 33.15 - 72.000 7234.00 7218.45 15.55 - 72.050 7112.00 7217.43 -105.43 - 72.100 7288.00 7216.80 71.20 - 72.150 7249.00 7216.38 32.62 - 72.200 7305.00 7216.53 88.47 - 72.250 7308.00 7218.74 89.26 - 72.300 7319.00 7227.31 91.69 - 72.350 7403.00 7252.35 150.65 - 72.400 7234.00 7312.46 -78.46 - 72.450 7322.00 7432.43 -110.43 - 72.500 7493.00 7631.50 -138.50 - 72.550 7825.00 7903.95 -78.95 - 72.600 8267.00 8204.96 62.04 - 72.650 8547.00 8456.22 90.78 - 72.700 8490.00 8574.40 -84.40 - 72.750 8409.00 8512.65 -103.65 - 72.800 8185.00 8290.36 -105.36 - 72.850 7778.00 7986.24 -208.24 - 72.900 7514.00 7693.29 -179.29 - 72.950 7634.00 7471.63 162.37 - 73.000 7248.00 7333.34 -85.34 - 73.050 7157.00 7259.92 -102.92 - 73.100 7255.00 7225.87 29.13 - 73.150 7208.00 7211.76 -3.76 - 73.200 7276.00 7206.37 69.63 - 73.250 7214.00 7204.29 9.71 - 73.300 7041.00 7203.32 -162.32 - 73.350 7175.00 7202.66 -27.66 - 73.400 7261.00 7202.10 58.90 - 73.450 7343.00 7201.65 141.35 - 73.500 7177.00 7201.56 -24.56 - 73.550 7210.00 7202.71 7.29 - 73.600 7154.00 7207.35 -53.35 - 73.650 7055.00 7220.23 -165.23 - 73.700 7146.00 7248.84 -102.84 - 73.750 7435.00 7301.25 133.75 - 73.800 7283.00 7380.52 -97.52 - 73.850 7422.00 7478.44 -56.44 - 73.900 7420.00 7573.66 -153.66 - 73.950 7466.00 7637.55 -171.55 - 74.000 7701.00 7646.74 54.26 - 74.050 7638.00 7596.23 41.77 - 74.100 7407.00 7503.88 -96.88 - 74.150 7226.00 7400.65 -174.65 - 74.200 7275.00 7313.41 -38.41 - 74.250 7216.00 7253.77 -37.77 - 74.300 7280.00 7219.48 60.52 - 74.350 7177.00 7202.37 -25.37 - 74.400 7184.00 7194.70 -10.70 - 74.450 7091.00 7191.45 -100.45 - 74.500 7233.00 7189.99 43.01 - 74.550 7259.00 7189.17 69.83 - 74.600 7075.00 7188.54 -113.54 - 74.650 7067.00 7187.98 -120.98 - 74.700 7165.00 7187.50 -22.50 - 74.750 7163.00 7187.30 -24.30 - 74.800 7122.00 7188.13 -66.13 - 74.850 7315.00 7192.04 122.96 - 74.900 7138.00 7203.69 -65.69 - 74.950 7155.00 7231.25 -76.25 - 75.000 7329.00 7284.97 44.03 - 75.050 7289.00 7371.61 -82.61 - 75.100 7274.00 7486.37 -212.37 - 75.150 7445.00 7608.12 -163.12 - 75.200 7554.00 7703.20 -149.20 - 75.250 7897.00 7738.78 158.22 - 75.300 7777.00 7699.91 77.09 - 75.350 7604.00 7599.82 4.18 - 75.400 7470.00 7473.46 -3.46 - 75.450 7246.00 7357.65 -111.65 - 75.500 7086.00 7273.26 -187.26 - 75.550 7140.00 7222.17 -82.17 - 75.600 7059.00 7195.64 -136.64 - 75.650 7134.00 7183.45 -49.45 - 75.700 7082.00 7178.32 -96.32 - 75.750 7020.00 7176.18 -156.18 - 75.800 6938.00 7175.14 -237.14 - 75.850 7129.00 7174.45 -45.45 - 75.900 7248.00 7173.87 74.13 - 75.950 7113.00 7173.35 -60.35 - 76.000 7265.00 7173.04 91.96 - 76.050 7232.00 7173.45 58.55 - 76.100 7317.00 7176.12 140.88 - 76.150 7359.00 7184.67 174.33 - 76.200 7147.00 7205.80 -58.80 - 76.250 7194.00 7248.57 -54.57 - 76.300 7437.00 7320.12 116.88 - 76.350 7434.00 7418.63 15.37 - 76.400 7530.00 7527.99 2.01 - 76.450 7762.00 7619.50 142.50 - 76.500 7710.00 7662.56 47.44 - 76.550 7629.00 7639.86 -10.86 - 76.600 7528.00 7558.59 -30.59 - 76.650 7404.00 7447.55 -43.55 - 76.700 7418.00 7340.72 77.28 - 76.750 7210.00 7259.86 -49.86 - 76.800 7309.00 7209.37 99.63 - 76.850 7225.00 7182.45 42.55 - 76.900 7123.00 7169.82 -46.82 - 76.950 7143.00 7164.42 -21.42 - 77.000 7031.00 7162.14 -131.14 - 77.050 7151.00 7161.05 -10.05 - 77.100 7181.00 7160.35 20.65 - 77.150 7282.00 7159.77 122.23 - 77.200 7137.00 7159.30 -22.30 - 77.250 7022.00 7159.20 -137.20 - 77.300 7103.00 7160.43 -57.43 - 77.350 7272.00 7165.88 106.12 - 77.400 7165.00 7182.43 -17.43 - 77.450 7319.00 7223.02 95.98 - 77.500 7426.00 7305.48 120.52 - 77.550 7558.00 7444.60 113.40 - 77.600 7709.00 7638.09 70.91 - 77.650 7816.00 7855.62 -39.62 - 77.700 8077.00 8041.11 35.89 - 77.750 8150.00 8133.18 16.82 - 77.800 8120.00 8095.45 24.55 - 77.850 7780.00 7939.61 -159.61 - 77.900 7767.00 7721.34 45.66 - 77.950 7674.00 7508.47 165.53 - 78.000 7328.00 7345.82 -17.82 - 78.050 7215.00 7243.57 -28.57 - 78.100 7165.00 7188.96 -23.96 - 78.150 7180.00 7163.52 16.48 - 78.200 7150.00 7152.92 -2.92 - 78.250 7160.00 7148.81 11.19 - 78.300 7188.00 7147.14 40.86 - 78.350 7176.00 7146.29 29.71 - 78.400 7325.00 7145.73 179.27 - 78.450 7147.00 7145.50 1.50 - 78.500 7029.00 7146.49 -117.49 - 78.550 7113.00 7151.94 -38.94 - 78.600 7243.00 7171.32 71.68 - 78.650 7286.00 7226.95 59.05 - 78.700 7328.00 7360.06 -32.06 - 78.750 7541.00 7626.27 -85.27 - 78.800 8051.00 8069.37 -18.37 - 78.850 8730.00 8677.65 52.35 - 78.900 9218.00 9351.25 -133.25 - 78.950 9902.00 9912.83 -10.83 - 79.000 10075.00 10174.23 -99.23 - 79.050 9957.00 10031.12 -74.12 - 79.100 9475.00 9530.68 -55.68 - 79.150 8917.00 8851.69 65.31 - 79.200 8129.00 8202.13 -73.13 - 79.250 7618.00 7713.30 -95.30 - 79.300 7370.00 7410.18 -40.18 - 79.350 7223.00 7250.55 -27.55 - 79.400 7310.00 7177.53 132.47 - 79.450 7167.00 7148.05 18.95 - 79.500 7179.00 7137.36 41.64 - 79.550 7121.00 7133.70 -12.70 - 79.600 7124.00 7132.32 -8.32 - 79.650 7180.00 7131.59 48.41 - 79.700 7170.00 7131.09 38.91 - 79.750 7085.00 7130.96 -45.96 - 79.800 7101.00 7132.05 -31.05 - 79.850 7147.00 7136.82 10.18 - 79.900 7092.00 7150.87 -58.87 - 79.950 7129.00 7184.10 -55.10 - 80.000 7187.00 7248.97 -61.97 - 80.050 7274.00 7353.88 -79.88 - 80.100 7331.00 7493.24 -162.24 - 80.150 7667.00 7641.42 25.58 - 80.200 7880.00 7757.16 122.84 - 80.250 7884.00 7800.22 83.78 - 80.300 7750.00 7752.54 -2.54 - 80.350 7623.00 7630.66 -7.66 - 80.400 7494.00 7477.41 16.59 - 80.450 7387.00 7337.42 49.58 - 80.500 7347.00 7235.68 111.32 - 80.550 7265.00 7174.30 90.70 - 80.600 7043.00 7142.60 -99.60 - 80.650 7113.00 7128.19 -15.19 - 80.700 7237.00 7122.24 114.76 - 80.750 7162.00 7119.83 42.17 - 80.800 7104.00 7118.72 -14.72 - 80.850 7085.00 7118.01 -33.01 - 80.900 7190.00 7117.42 72.58 - 80.950 7213.00 7116.85 96.15 - 81.000 7083.00 7116.30 -33.30 - 81.050 7118.00 7115.77 2.23 - 81.100 7228.00 7115.32 112.68 - 81.150 7134.00 7115.06 18.94 - 81.200 7160.00 7115.17 44.83 - 81.250 7001.00 7115.86 -114.86 - 81.300 7204.00 7117.21 86.79 - 81.350 7046.00 7118.51 -72.51 - 81.400 7056.00 7119.13 -63.13 - 81.450 7220.00 7119.02 100.98 - 81.500 7094.00 7117.57 -23.57 - 81.550 7140.00 7114.64 25.36 - 81.600 6994.00 7110.65 -116.65 - 81.650 6949.00 7106.34 -157.34 - 81.700 7127.00 7102.41 24.59 - 81.750 7001.00 7099.14 -98.14 - 81.800 7149.00 7096.51 52.49 - 81.850 7174.00 7094.32 79.68 - 81.900 6971.00 7092.36 -121.36 - 81.950 7105.00 7090.52 14.48 - 82.000 7150.00 7088.72 61.28 - 82.050 7130.00 7086.94 43.06 - 82.100 7238.00 7085.17 152.83 - 82.150 7160.00 7083.44 76.56 - 82.200 7055.00 7081.83 -26.83 - 82.250 7150.00 7080.71 69.29 - 82.300 7052.00 7081.21 -29.21 - 82.350 6964.00 7086.07 -122.07 - 82.400 7048.00 7100.74 -52.74 - 82.450 7137.00 7133.13 3.87 - 82.500 7105.00 7190.68 -85.68 - 82.550 7307.00 7274.16 32.84 - 82.600 7322.00 7371.87 -49.87 - 82.650 7273.00 7459.55 -186.55 - 82.700 7511.00 7508.36 2.64 - 82.750 7590.00 7498.94 91.06 - 82.800 7466.00 7433.09 32.91 - 82.850 7447.00 7334.12 112.88 - 82.900 7277.00 7233.33 43.67 - 82.950 7094.00 7153.46 -59.46 - 83.000 7060.00 7101.33 -41.33 - 83.050 7042.00 7072.18 -30.18 - 83.100 7099.00 7057.58 41.42 - 83.150 7080.00 7050.56 29.44 - 83.200 6994.00 7046.91 -52.91 - 83.250 7089.00 7044.55 44.45 - 83.300 7072.00 7042.62 29.38 - 83.350 7100.00 7040.82 59.18 - 83.400 7202.00 7039.13 162.87 - 83.450 7116.00 7037.73 78.27 - 83.500 7281.00 7037.40 243.60 - 83.550 7079.00 7040.26 38.74 - 83.600 7109.00 7051.13 57.87 - 83.650 7089.00 7078.54 10.46 - 83.700 7016.00 7133.15 -117.15 - 83.750 7193.00 7222.11 -29.11 - 83.800 7348.00 7340.50 7.50 - 83.850 7528.00 7466.04 61.96 - 83.900 7477.00 7563.19 -86.19 - 83.950 7514.00 7597.47 -83.47 - 84.000 7526.00 7553.91 -27.91 - 84.050 7571.00 7447.33 123.67 - 84.100 7310.00 7314.80 -4.80 - 84.150 7138.00 7194.21 -56.21 - 84.200 7070.00 7106.57 -36.57 - 84.250 7081.00 7053.33 27.67 - 84.300 7085.00 7025.29 59.71 - 84.350 7089.00 7011.90 77.10 - 84.400 7194.00 7005.63 188.37 - 84.450 7201.00 7002.34 198.66 - 84.500 7115.00 7000.12 114.88 - 84.550 7023.00 6998.26 24.74 - 84.600 6919.00 6996.60 -77.60 - 84.650 6822.00 6995.49 -173.49 - 84.700 7145.00 6996.46 148.54 - 84.750 7079.00 7004.25 74.75 - 84.800 7146.00 7031.03 114.97 - 84.850 7139.00 7101.35 37.65 - 84.900 7211.00 7252.78 -41.78 - 84.950 7525.00 7523.10 1.90 - 85.000 7891.00 7922.06 -31.06 - 85.050 8310.00 8401.31 -91.31 - 85.100 8963.00 8848.63 114.37 - 85.150 9077.00 9123.04 -46.04 - 85.200 8925.00 9120.60 -195.60 - 85.250 8774.00 8836.25 -62.25 - 85.300 8275.00 8373.16 -98.16 - 85.350 7977.00 7883.71 93.29 - 85.400 7446.00 7486.29 -40.29 - 85.450 7135.00 7223.51 -88.51 - 85.500 7077.00 7076.95 0.05 - 85.550 7095.00 7006.19 88.81 - 85.600 7070.00 6975.79 94.21 - 85.650 6983.00 6963.62 19.38 - 85.700 7117.00 6958.55 158.45 - 85.750 6930.00 6955.87 -25.87 - 85.800 6926.00 6953.89 -27.89 - 85.850 6860.00 6952.14 -92.14 - 85.900 6920.00 6950.66 -30.66 - 85.950 7020.00 6950.00 70.00 - 86.000 7005.00 6951.85 53.15 - 86.050 7050.00 6959.99 90.01 - 86.100 6953.00 6981.16 -28.16 - 86.150 7042.00 7023.90 18.10 - 86.200 7270.00 7094.05 175.95 - 86.250 7138.00 7188.05 -50.05 - 86.300 7269.00 7288.37 -19.37 - 86.350 7359.00 7366.65 -7.65 - 86.400 7295.00 7395.09 -100.09 - 86.450 7475.00 7361.24 113.76 - 86.500 7345.00 7276.48 68.52 - 86.550 7168.00 7170.21 -2.21 - 86.600 6999.00 7072.93 -73.93 - 86.650 6934.00 7001.75 -67.75 - 86.700 7009.00 6958.19 50.81 - 86.750 7035.00 6935.00 100.00 - 86.800 6934.00 6923.73 10.27 - 86.850 6848.00 6918.28 -70.28 - 86.900 6859.00 6915.26 -56.26 - 86.950 6842.00 6913.12 -71.12 - 87.000 6863.00 6911.27 -48.27 - 87.050 6789.00 6909.55 -120.55 - 87.100 6939.00 6908.13 30.87 - 87.150 7022.00 6907.81 114.19 - 87.200 7038.00 6911.06 126.94 - 87.250 7117.00 6924.10 192.90 - 87.300 7054.00 6959.37 94.63 - 87.350 7158.00 7035.47 122.53 - 87.400 7232.00 7170.61 61.39 - 87.450 7318.00 7368.33 -50.33 - 87.500 7690.00 7603.25 86.75 - 87.550 7963.00 7818.96 144.04 - 87.600 7878.00 7946.23 -68.23 - 87.650 7979.00 7936.16 42.84 - 87.700 7678.00 7789.46 -111.46 - 87.750 7492.00 7559.01 -67.01 - 87.800 7409.00 7319.44 89.56 - 87.850 7206.00 7127.02 78.98 - 87.900 6994.00 7000.57 -6.57 - 87.950 6939.00 6930.19 8.81 - 88.000 6868.00 6895.95 -27.95 - 88.050 6748.00 6880.80 -132.80 - 88.100 6825.00 6874.22 -49.22 - 88.150 6880.00 6870.93 9.07 - 88.200 6814.00 6868.75 -54.75 - 88.250 6880.00 6866.87 13.13 - 88.300 6809.00 6865.08 -56.08 - 88.350 6912.00 6863.30 48.70 - 88.400 6979.00 6861.53 117.47 - 88.450 6865.00 6859.75 5.25 - 88.500 6881.00 6857.98 23.02 - 88.550 6905.00 6856.20 48.80 - 88.600 6896.00 6854.43 41.57 - 88.650 6849.00 6852.65 -3.65 - 88.700 6677.00 6850.88 -173.88 - 88.750 6797.00 6849.10 -52.10 - 88.800 6852.00 6847.34 4.66 - 88.850 6887.00 6846.65 40.35 - 88.900 6884.00 6845.97 38.03 - 88.950 6896.00 6845.29 50.71 - 89.000 6819.00 6844.61 -25.61 - 89.050 6815.00 6843.92 -28.92 - 89.100 6888.00 6843.24 44.76 - 89.150 6867.00 6842.56 24.44 - 89.200 6835.00 6841.87 -6.87 - 89.250 6680.00 6841.19 -161.19 - 89.300 6640.00 6840.51 -200.51 - 89.350 6851.00 6839.83 11.17 - 89.400 6899.00 6839.16 59.84 - 89.450 6883.00 6838.55 44.45 - 89.500 6905.00 6838.28 66.72 - 89.550 6890.00 6839.46 50.54 - 89.600 6849.00 6846.06 2.94 - 89.650 6925.00 6869.97 55.03 - 89.700 6940.00 6939.94 0.06 - 89.750 7142.00 7111.20 30.80 - 89.800 7359.00 7462.51 -103.51 - 89.850 8003.00 8064.05 -61.05 - 89.900 8767.00 8916.74 -149.74 - 89.950 9790.00 9896.40 -106.40 - 90.000 10504.00 10757.18 -253.18 - 90.050 10876.00 11216.73 -340.73 - 90.100 11034.00 11097.01 -63.01 - 90.150 10370.00 10434.34 -64.34 - 90.200 9450.00 9468.98 -18.98 - 90.250 8637.00 8505.51 131.49 - 90.300 7784.00 7755.47 28.53 - 90.350 7339.00 7276.47 62.53 - 90.400 7051.00 7017.84 33.16 - 90.450 6913.00 6897.39 15.61 - 90.500 6811.00 6848.28 -37.28 - 90.550 6971.00 6830.51 140.49 - 90.600 6872.00 6824.57 47.43 - 90.650 6807.00 6822.55 -15.55 - 90.700 6756.00 6821.87 -65.87 - 90.750 6950.00 6822.68 127.32 - 90.800 6963.00 6828.51 134.49 - 90.850 6939.00 6851.24 87.76 - 90.900 7008.00 6922.48 85.52 - 90.950 7272.00 7109.37 162.63 - 91.000 7706.00 7521.69 184.31 - 91.050 8285.00 8283.51 1.49 - 91.100 9643.00 9454.27 188.73 - 91.150 11098.00 10930.44 167.56 - 91.200 12329.00 12401.21 -72.21 - 91.250 13244.00 13428.80 -184.80 - 91.300 13320.00 13640.58 -320.58 - 91.350 12644.00 12940.59 -296.59 - 91.400 11355.00 11583.69 -228.69 - 91.450 9760.00 10033.63 -273.63 - 91.500 8662.00 8702.36 -40.36 - 91.550 7805.00 7780.44 24.56 - 91.600 7146.00 7246.93 -100.93 - 91.650 7013.00 6982.70 30.30 - 91.700 6895.00 6868.99 26.01 - 91.750 6893.00 6826.00 67.00 - 91.800 6833.00 6811.51 21.49 - 91.850 6918.00 6806.91 111.09 - 91.900 6818.00 6805.32 12.68 - 91.950 6915.00 6804.68 110.32 - 92.000 6825.00 6805.08 19.92 - 92.050 6797.00 6808.67 -11.67 - 92.100 6747.00 6822.01 -75.01 - 92.150 6958.00 6860.54 97.46 - 92.200 6960.00 6952.69 7.31 - 92.250 7109.00 7136.96 -27.96 - 92.300 7522.00 7444.20 77.80 - 92.350 7721.00 7867.46 -146.46 - 92.400 8359.00 8338.21 20.79 - 92.450 8762.00 8732.42 29.58 - 92.500 8870.00 8917.57 -47.57 - 92.550 8632.00 8820.29 -188.29 - 92.600 8294.00 8473.59 -179.59 - 92.650 7916.00 8001.46 -85.46 - 92.700 7554.00 7547.62 6.38 - 92.750 7191.00 7203.67 -12.67 - 92.800 6983.00 6988.60 -5.60 - 92.850 6870.00 6874.47 -4.47 - 92.900 6802.00 6821.98 -19.98 - 92.950 6731.00 6800.71 -69.71 - 93.000 6848.00 6792.88 55.12 - 93.050 6883.00 6790.04 92.96 - 93.100 6870.00 6788.80 81.20 - 93.150 6704.00 6788.04 -84.04 - 93.200 6652.00 6787.57 -135.57 - 93.250 6698.00 6787.85 -89.85 - 93.300 6632.00 6790.57 -158.57 - 93.350 6782.00 6800.12 -18.12 - 93.400 6948.00 6825.52 122.48 - 93.450 6819.00 6881.00 -62.00 - 93.500 6861.00 6981.81 -120.81 - 93.550 7020.00 7133.73 -113.73 - 93.600 7248.00 7320.94 -72.94 - 93.650 7550.00 7502.10 47.90 - 93.700 7466.00 7621.73 -155.73 - 93.750 7697.00 7635.73 61.27 - 93.800 7565.00 7536.65 28.35 - 93.850 7398.00 7360.41 37.59 - 93.900 7035.00 7165.78 -130.78 - 93.950 7101.00 7002.24 98.76 - 94.000 6913.00 6890.66 22.34 - 94.050 6850.00 6826.69 23.31 - 94.100 6906.00 6795.08 110.92 - 94.150 6893.00 6781.28 111.72 - 94.200 6791.00 6775.75 15.25 - 94.250 6741.00 6773.50 -32.50 - 94.300 6716.00 6772.39 -56.39 - 94.350 6713.00 6770.84 -57.84 - 94.400 6821.00 6769.17 51.83 - 94.450 6821.00 6768.35 52.65 - 94.500 6814.00 6770.57 43.43 - 94.550 6790.00 6782.00 8.00 - 94.600 6851.00 6816.87 34.13 - 94.650 6741.00 6900.90 -159.90 - 94.700 7023.00 7068.04 -45.04 - 94.750 7310.00 7344.35 -34.35 - 94.800 7733.00 7721.22 11.78 - 94.850 8114.00 8135.19 -21.19 - 94.900 8351.00 8475.65 -124.65 - 94.950 8533.00 8626.89 -93.89 - 95.000 8488.00 8528.39 -40.39 - 95.050 8200.00 8213.61 -13.61 - 95.100 7778.00 7793.94 -15.94 - 95.150 7502.00 7394.52 107.48 - 95.200 7295.00 7093.53 201.47 - 95.250 6986.00 6905.59 80.41 - 95.300 6949.00 6805.53 143.47 - 95.350 6702.00 6758.94 -56.94 - 95.400 6757.00 6739.31 17.69 - 95.450 6782.00 6731.27 50.73 - 95.500 6919.00 6727.52 191.48 - 95.550 6825.00 6725.15 99.85 - 95.600 6769.00 6723.26 45.74 - 95.650 6672.00 6721.92 -49.92 - 95.700 6775.00 6722.40 52.60 - 95.750 6771.00 6728.83 42.17 - 95.800 6841.00 6751.91 89.09 - 95.850 6904.00 6813.63 90.37 - 95.900 7108.00 6948.78 159.22 - 95.950 7235.00 7194.85 40.15 - 96.000 7567.00 7567.02 -0.02 - 96.050 7955.00 8028.06 -73.06 - 96.100 8399.00 8477.58 -78.58 - 96.150 8847.00 8779.60 67.40 - 96.200 8783.00 8823.63 -40.63 - 96.250 8593.00 8587.94 5.06 - 96.300 8216.00 8157.45 58.55 - 96.350 7640.00 7675.89 -35.89 - 96.400 7259.00 7266.65 -7.65 - 96.450 7013.00 6984.53 28.47 - 96.500 6879.00 6821.05 57.95 - 96.550 6821.00 6739.41 81.59 - 96.600 6698.00 6703.38 -5.38 - 96.650 6732.00 6688.72 43.28 - 96.700 6624.00 6682.67 -58.67 - 96.750 6774.00 6679.59 94.41 - 96.800 6916.00 6677.42 238.58 - 96.850 6840.00 6675.58 164.42 - 96.900 6717.00 6674.24 42.76 - 96.950 6778.00 6674.52 103.48 - 97.000 6776.00 6679.75 96.25 - 97.050 6689.00 6697.82 -8.82 - 97.100 6801.00 6743.30 57.70 - 97.150 6886.00 6836.31 49.69 - 97.200 6978.00 6993.77 -15.77 - 97.250 7216.00 7214.03 1.97 - 97.300 7584.00 7463.44 120.56 - 97.350 7780.00 7678.16 101.84 - 97.400 7739.00 7787.22 -48.22 - 97.450 7696.00 7747.97 -51.97 - 97.500 7558.00 7572.51 -14.51 - 97.550 7346.00 7322.93 23.07 - 97.600 7193.00 7075.71 117.29 - 97.650 6801.00 6883.01 -82.01 - 97.700 6645.00 6758.96 -113.96 - 97.750 6677.00 6690.85 -13.85 - 97.800 6563.00 6658.03 -95.03 - 97.850 6642.00 6643.57 -1.57 - 97.900 6680.00 6637.21 42.79 - 97.950 6610.00 6633.93 -23.93 - 98.000 6682.00 6631.67 50.33 - 98.050 6475.00 6629.78 -154.78 - 98.100 6701.00 6628.30 72.70 - 98.150 6662.00 6628.26 33.74 - 98.200 6588.00 6634.19 -46.19 - 98.250 6556.00 6654.26 -98.26 - 98.300 6780.00 6708.30 71.70 - 98.350 7010.00 6829.88 180.12 - 98.400 7027.00 7059.51 -32.51 - 98.450 7386.00 7421.82 -35.82 - 98.500 7876.00 7893.89 -17.89 - 98.550 8248.00 8386.15 -138.15 - 98.600 8740.00 8760.17 -20.17 - 98.650 8739.00 8886.13 -147.13 - 98.700 8704.00 8712.46 -8.46 - 98.750 8156.00 8300.91 -144.91 - 98.800 7733.00 7793.44 -60.44 - 98.850 7373.00 7332.49 40.51 - 98.900 6919.00 6996.79 -77.79 - 98.950 6713.00 6793.12 -80.12 - 99.000 6742.00 6687.56 54.44 - 99.050 6663.00 6640.01 22.99 - 99.100 6686.00 6621.06 64.94 - 99.150 6642.00 6614.16 27.84 - 99.200 6584.00 6611.63 -27.63 - 99.250 6574.00 6610.52 -36.52 - 99.300 6524.00 6610.03 -86.03 - 99.350 6450.00 6610.78 -160.78 - 99.400 6581.00 6615.91 -34.91 - 99.450 6648.00 6635.28 12.72 - 99.500 6802.00 6693.80 108.20 - 99.550 6962.00 6842.04 119.96 - 99.600 7227.00 7158.75 68.25 - 99.650 7636.00 7728.03 -92.03 - 99.700 8325.00 8582.28 -257.28 - 99.750 9406.00 9636.50 -230.50 - 99.800 10464.00 10663.68 -199.68 - 99.850 11219.00 11356.73 -137.73 - 99.900 11306.00 11466.65 -160.65 - 99.950 10811.00 10942.74 -131.74 - 100.000 10033.00 9973.22 59.78 - 100.050 8829.00 8880.05 -51.05 - 100.100 7830.00 7943.90 -113.90 - 100.150 7237.00 7292.98 -55.98 - 100.200 6907.00 6913.29 -6.29 - 100.250 6644.00 6723.33 -79.33 - 100.300 6628.00 6640.66 -12.66 - 100.350 6684.00 6608.99 75.01 - 100.400 6727.00 6598.07 128.93 - 100.450 6688.00 6594.43 93.57 - 100.500 6622.00 6593.00 29.00 - 100.550 6592.00 6592.14 -0.14 - 100.600 6539.00 6591.41 -52.41 - 100.650 6623.00 6590.71 32.29 - 100.700 6646.00 6590.01 55.99 - 100.750 6756.00 6589.31 166.69 - 100.800 6709.00 6588.60 120.40 - 100.850 6551.00 6587.90 -36.90 - 100.900 6831.00 6587.20 243.80 - 100.950 6555.00 6586.50 -31.50 - 101.000 6723.00 6585.60 137.40 - 101.050 6614.00 6584.35 29.65 - 101.100 6564.00 6583.09 -19.09 - 101.150 6673.00 6581.84 91.16 - 101.200 6604.00 6580.59 23.41 - 101.250 6635.00 6579.34 55.66 - 101.300 6720.00 6578.09 141.91 - 101.350 6447.00 6576.83 -129.83 - 101.400 6644.00 6575.58 68.42 - 101.450 6532.00 6574.33 -42.33 - 101.500 6458.00 6573.08 -115.08 - 101.550 6442.00 6571.83 -129.83 - 101.600 6546.00 6570.58 -24.58 - 101.650 6440.00 6569.33 -129.33 - 101.700 6538.00 6568.08 -30.08 - 101.750 6553.00 6566.87 -13.87 - 101.800 6591.00 6565.82 25.18 - 101.850 6716.00 6565.44 150.56 - 101.900 6561.00 6567.52 -6.52 - 101.950 6535.00 6577.18 -42.18 - 102.000 6586.00 6606.64 -20.64 - 102.050 6680.00 6679.09 0.91 - 102.100 6831.00 6827.84 3.16 - 102.150 7148.00 7083.99 64.01 - 102.200 7401.00 7451.50 -50.50 - 102.250 7942.00 7883.17 58.83 - 102.300 8278.00 8277.54 0.46 - 102.350 8399.00 8511.62 -112.62 - 102.400 8541.00 8499.18 41.82 - 102.450 8195.00 8240.98 -45.98 - 102.500 7783.00 7828.30 -45.30 - 102.550 7375.00 7391.67 -16.67 - 102.600 7078.00 7033.05 44.95 - 102.650 6930.00 6791.24 138.76 - 102.700 6795.00 6653.35 141.65 - 102.750 6683.00 6585.34 97.66 - 102.800 6557.00 6555.73 1.27 - 102.850 6482.00 6543.95 -61.95 - 102.900 6459.00 6539.29 -80.29 - 102.950 6499.00 6537.08 -38.08 - 103.000 6618.00 6535.63 82.37 - 103.050 6585.00 6534.49 50.51 - 103.100 6486.00 6533.96 -47.96 - 103.150 6525.00 6535.48 -10.48 - 103.200 6763.00 6543.32 219.68 - 103.250 6708.00 6567.70 140.30 - 103.300 6716.00 6628.21 87.79 - 103.350 6762.00 6753.31 8.69 - 103.400 7061.00 6970.37 90.63 - 103.450 7385.00 7284.62 100.38 - 103.500 7725.00 7658.10 66.90 - 103.550 7856.00 8005.47 -149.47 - 103.600 8141.00 8220.34 -79.34 - 103.650 8012.00 8224.69 -212.69 - 103.700 7856.00 8013.54 -157.54 - 103.750 7674.00 7661.17 12.83 - 103.800 7151.00 7279.81 -128.81 - 103.850 6853.00 6960.84 -107.84 - 103.900 6628.00 6742.18 -114.18 - 103.950 6581.00 6615.49 -34.49 - 104.000 6479.00 6552.02 -73.02 - 104.050 6520.00 6523.94 -3.94 - 104.100 6546.00 6512.58 33.42 - 104.150 6619.00 6508.00 111.00 - 104.200 6681.00 6505.80 175.20 - 104.250 6529.00 6504.35 24.65 - 104.300 6402.00 6503.25 -101.25 - 104.350 6436.00 6503.02 -67.02 - 104.400 6401.00 6505.49 -104.49 - 104.450 6474.00 6516.36 -42.36 - 104.500 6614.00 6549.77 64.23 - 104.550 6826.00 6633.82 192.18 - 104.600 6901.00 6811.60 89.40 - 104.650 7014.00 7128.64 -114.64 - 104.700 7646.00 7602.48 43.52 - 104.750 8185.00 8187.65 -2.65 - 104.800 8563.00 8761.89 -198.89 - 104.850 8974.00 9158.21 -184.21 - 104.900 9196.00 9238.03 -42.03 - 104.950 8913.00 8967.05 -54.05 - 105.000 8399.00 8440.36 -41.36 - 105.050 7815.00 7830.46 -15.46 - 105.100 7257.00 7294.88 -37.88 - 105.150 6831.00 6912.43 -81.43 - 105.200 6531.00 6682.86 -151.86 - 105.250 6582.00 6564.37 17.63 - 105.300 6560.00 6510.91 49.09 - 105.350 6534.00 6489.40 44.60 - 105.400 6594.00 6481.33 112.67 - 105.450 6480.00 6478.15 1.85 - 105.500 6506.00 6476.52 29.48 - 105.550 6508.00 6475.36 32.64 - 105.600 6503.00 6474.54 28.46 - 105.650 6489.00 6474.66 14.34 - 105.700 6438.00 6477.87 -39.87 - 105.750 6571.00 6489.74 81.26 - 105.800 6521.00 6522.14 -1.14 - 105.850 6598.00 6594.94 3.06 - 105.900 6765.00 6732.33 32.67 - 105.950 7008.00 6950.09 57.91 - 106.000 7324.00 7237.34 86.66 - 106.050 7656.00 7544.12 111.88 - 106.100 7755.00 7789.30 -34.30 - 106.150 7873.00 7892.05 -19.05 - 106.200 7747.00 7812.93 -65.93 - 106.250 7552.00 7578.48 -26.48 - 106.300 7238.00 7268.04 -30.04 - 106.350 6994.00 6970.15 23.85 - 106.400 6918.00 6741.43 176.57 - 106.450 6681.00 6595.00 86.00 - 106.500 6646.00 6514.75 131.25 - 106.550 6520.00 6476.33 43.67 - 106.600 6430.00 6459.88 -29.88 - 106.650 6572.00 6453.24 118.76 - 106.700 6467.00 6450.39 16.61 - 106.750 6621.00 6448.81 172.19 - 106.800 6384.00 6447.62 -63.62 - 106.850 6371.00 6446.65 -75.65 - 106.900 6524.00 6446.23 77.77 - 106.950 6538.00 6447.66 90.34 - 107.000 6396.00 6454.69 -58.69 - 107.050 6366.00 6476.09 -110.09 - 107.100 6534.00 6528.32 5.68 - 107.150 6596.00 6635.09 -39.09 - 107.200 6621.00 6818.97 -197.97 - 107.250 6858.00 7084.64 -226.64 - 107.300 7430.00 7401.21 28.79 - 107.350 7753.00 7698.74 54.26 - 107.400 7919.00 7888.89 30.11 - 107.450 8024.00 7904.59 119.41 - 107.500 7608.00 7737.44 -129.44 - 107.550 7331.00 7445.11 -114.11 - 107.600 7144.00 7119.86 24.14 - 107.650 7006.00 6840.65 165.35 - 107.700 6822.00 6644.15 177.85 - 107.750 6670.00 6527.10 142.90 - 107.800 6463.00 6466.80 -3.80 - 107.850 6459.00 6439.39 19.61 - 107.900 6505.00 6428.05 76.95 - 107.950 6563.00 6423.46 139.54 - 108.000 6436.00 6421.31 14.69 - 108.050 6381.00 6419.93 -38.93 - 108.100 6363.00 6418.76 -55.76 - 108.150 6569.00 6417.64 151.36 - 108.200 6568.00 6416.53 151.47 - 108.250 6327.00 6415.42 -88.42 - 108.300 6301.00 6414.31 -113.31 - 108.350 6517.00 6413.21 103.79 - 108.400 6330.00 6412.10 -82.10 - 108.450 6365.00 6410.99 -45.99 - 108.500 6327.00 6409.88 -82.88 - 108.550 6305.00 6408.78 -103.78 - 108.600 6327.00 6407.67 -80.67 - 108.650 6322.00 6406.56 -84.56 - 108.700 6388.00 6405.45 -17.45 - 108.750 6401.00 6405.29 -4.29 - 108.800 6453.00 6405.91 47.09 - 108.850 6554.00 6406.53 147.47 - 108.900 6475.00 6407.15 67.85 - 108.950 6506.00 6407.77 98.23 - 109.000 6486.00 6408.38 77.62 - 109.050 6332.00 6409.00 -77.00 - 109.100 6378.00 6409.62 -31.62 - 109.150 6332.00 6410.24 -78.24 - 109.200 6306.00 6410.86 -104.86 - 109.250 6262.00 6411.48 -149.48 - 109.300 6440.00 6412.10 27.90 - 109.350 6347.00 6412.77 -65.77 - 109.400 6380.00 6413.63 -33.63 - 109.450 6499.00 6415.33 83.67 - 109.500 6360.00 6420.16 -60.16 - 109.550 6444.00 6435.03 8.97 - 109.600 6516.00 6477.46 38.54 - 109.650 6723.00 6584.01 138.99 - 109.700 6920.00 6815.01 104.99 - 109.750 7152.00 7243.57 -91.57 - 109.800 7828.00 7918.45 -90.45 - 109.850 8625.00 8809.67 -184.67 - 109.900 9542.00 9771.65 -229.65 - 109.950 10351.00 10561.90 -210.90 - 110.000 10767.00 10931.29 -164.29 - 110.050 10631.00 10745.61 -114.61 - 110.100 9950.00 10065.53 -115.53 - 110.150 9014.00 9118.19 -104.19 - 110.200 8288.00 8175.67 112.33 - 110.250 7573.00 7427.30 145.70 - 110.300 7122.00 6932.33 189.67 - 110.350 6870.00 6653.03 216.97 - 110.400 6716.00 6516.55 199.45 - 110.450 6558.00 6458.46 99.54 - 110.500 6486.00 6437.00 49.00 - 110.550 6584.00 6430.33 153.67 - 110.600 6496.00 6428.84 67.16 - 110.650 6575.00 6428.95 146.05 - 110.700 6558.00 6429.54 128.46 - 110.750 6591.00 6430.53 160.47 - 110.800 6541.00 6432.67 108.33 - 110.850 6494.00 6438.44 55.56 - 110.900 6538.00 6454.19 83.81 - 110.950 6469.00 6493.23 -24.23 - 111.000 6628.00 6577.79 50.21 - 111.050 6881.00 6735.40 145.60 - 111.100 6980.00 6985.72 -5.72 - 111.150 7298.00 7320.58 -22.58 - 111.200 7620.00 7688.66 -68.66 - 111.250 7818.00 8000.93 -182.93 - 111.300 8201.00 8161.60 39.40 - 111.350 8211.00 8113.95 97.05 - 111.400 7773.00 7872.76 -99.76 - 111.450 7438.00 7518.58 -80.58 - 111.500 6973.00 7154.52 -181.52 - 111.550 6767.00 6857.64 -90.64 - 111.600 6706.00 6656.40 49.60 - 111.650 6676.00 6540.15 135.85 - 111.700 6417.00 6482.14 -65.14 - 111.750 6589.00 6457.01 131.99 - 111.800 6534.00 6447.70 86.30 - 111.850 6366.00 6444.95 -78.95 - 111.900 6409.00 6444.57 -35.57 - 111.950 6493.00 6444.92 48.08 - 112.000 6383.00 6445.48 -62.48 - 112.050 6398.00 6446.09 -48.09 - 112.100 6423.00 6446.71 -23.71 - 112.150 6313.00 6447.32 -134.32 - 112.200 6508.00 6447.94 60.06 - 112.250 6360.00 6448.56 -88.56 - 112.300 6348.00 6449.18 -101.18 - 112.350 6465.00 6449.79 15.21 - 112.400 6354.00 6450.41 -96.41 - 112.450 6465.00 6451.03 13.97 - 112.500 6541.00 6451.65 89.35 - 112.550 6435.00 6452.27 -17.27 - 112.600 6380.00 6452.89 -72.89 - 112.650 6420.00 6453.50 -33.50 - 112.700 6314.00 6454.12 -140.12 - 112.750 6393.00 6454.74 -61.74 - 112.800 6228.00 6455.36 -227.36 - 112.850 6475.00 6455.98 19.02 - 112.900 6354.00 6456.59 -102.59 - 112.950 6410.00 6457.21 -47.21 - 113.000 6216.00 6457.83 -241.83 - 113.050 6351.00 6458.45 -107.45 - 113.100 6487.00 6459.07 27.93 - 113.150 6470.00 6459.68 10.32 - 113.200 6362.00 6460.30 -98.30 - 113.250 6453.00 6460.92 -7.92 - 113.300 6249.00 6461.55 -212.55 - 113.350 6381.00 6462.22 -81.22 - 113.400 6454.00 6463.03 -9.03 - 113.450 6316.00 6464.36 -148.36 - 113.500 6428.00 6467.28 -39.28 - 113.550 6425.00 6474.38 -49.38 - 113.600 6316.00 6490.79 -174.79 - 113.650 6465.00 6524.69 -59.69 - 113.700 6581.00 6585.54 -4.54 - 113.750 6775.00 6679.22 95.78 - 113.800 6851.00 6801.16 49.84 - 113.850 6849.00 6931.83 -82.83 - 113.900 7129.00 7039.55 89.45 - 113.950 7218.00 7091.74 126.26 - 114.000 7014.00 7070.44 -56.44 - 114.050 7128.00 6982.45 145.55 - 114.100 6929.00 6856.42 72.58 - 114.150 6792.00 6727.89 64.11 - 114.200 6736.00 6623.14 112.86 - 114.250 6845.00 6551.83 293.17 - 114.300 6529.00 6510.40 18.60 - 114.350 6618.00 6489.64 128.36 - 114.400 6556.00 6480.72 75.28 - 114.450 6692.00 6477.59 214.41 - 114.500 6600.00 6476.91 123.09 - 114.550 6302.00 6477.13 -175.13 - 114.600 6423.00 6477.67 -54.67 - 114.650 6538.00 6478.36 59.64 - 114.700 6375.00 6479.46 -104.46 - 114.750 6242.00 6482.00 -240.00 - 114.800 6619.00 6489.45 129.55 - 114.850 6638.00 6511.23 126.77 - 114.900 6752.00 6569.21 182.79 - 114.950 6898.00 6704.85 193.15 - 115.000 7189.00 6980.52 208.48 - 115.050 7549.00 7463.30 85.70 - 115.100 8336.00 8186.13 149.87 - 115.150 9170.00 9099.76 70.24 - 115.200 9980.00 10046.16 -66.16 - 115.250 10682.00 10788.84 -106.84 - 115.300 10939.00 11100.35 -161.35 - 115.350 10662.00 10872.20 -210.20 - 115.400 9998.00 10176.74 -178.74 - 115.450 9114.00 9233.61 -119.61 - 115.500 8145.00 8297.12 -152.12 - 115.550 7421.00 7545.81 -124.81 - 115.600 7012.00 7038.99 -26.99 - 115.650 6906.00 6745.01 160.99 - 115.700 6784.00 6596.52 187.48 - 115.750 6702.00 6530.75 171.25 - 115.800 6598.00 6505.26 92.74 - 115.850 6589.00 6496.82 92.18 - 115.900 6470.00 6494.65 -24.65 - 115.950 6348.00 6494.52 -146.52 - 116.000 6670.00 6494.97 175.03 - 116.050 6563.00 6495.60 67.40 - 116.100 6477.00 6494.67 -17.67 - 116.150 6474.00 6493.30 -19.30 - 116.200 6444.00 6493.26 -49.26 - 116.250 6411.00 6496.61 -85.61 - 116.300 6280.00 6507.31 -227.31 - 116.350 6442.00 6531.41 -89.41 - 116.400 6684.00 6575.78 108.22 - 116.450 6566.00 6644.42 -78.42 - 116.500 6643.00 6733.72 -90.72 - 116.550 6879.00 6829.32 49.68 - 116.600 7000.00 6908.14 91.86 - 116.650 6925.00 6946.47 -21.47 - 116.700 6944.00 6930.75 13.25 - 116.750 6702.00 6865.03 -163.03 - 116.800 6787.00 6769.34 17.66 - 116.850 6663.00 6669.61 -6.61 - 116.900 6478.00 6585.85 -107.85 - 116.950 6586.00 6526.52 59.48 - 117.000 6575.00 6489.98 85.02 - 117.050 6462.00 6469.84 -7.84 - 117.100 6608.00 6459.45 148.55 - 117.150 6552.00 6454.02 97.98 - 117.200 6446.00 6450.77 -4.77 - 117.250 6508.00 6448.37 59.63 - 117.300 6514.00 6446.25 67.75 - 117.350 6348.00 6444.22 -96.22 - 117.400 6377.00 6442.25 -65.25 - 117.450 6415.00 6440.45 -25.45 - 117.500 6416.00 6439.18 -23.18 - 117.550 6380.00 6439.56 -59.56 - 117.600 6625.00 6444.33 180.67 - 117.650 6572.00 6459.20 112.80 - 117.700 6472.00 6493.76 -21.76 - 117.750 6528.00 6560.61 -32.61 - 117.800 6629.00 6670.49 -41.49 - 117.850 6791.00 6824.11 -33.11 - 117.900 7075.00 7004.42 70.58 - 117.950 7098.00 7175.20 -77.20 - 118.000 7292.00 7290.92 1.08 - 118.050 7379.00 7314.99 64.01 - 118.100 7207.00 7237.95 -30.95 - 118.150 6995.00 7083.31 -88.31 - 118.200 6863.00 6896.08 -33.08 - 118.250 6732.00 6721.07 10.93 - 118.300 6684.00 6585.74 98.26 - 118.350 6595.00 6496.23 98.77 - 118.400 6397.00 6444.38 -47.38 - 118.450 6364.00 6417.45 -53.45 - 118.500 6489.00 6404.43 84.57 - 118.550 6383.00 6398.10 -15.10 - 118.600 6327.00 6394.59 -67.59 - 118.650 6471.00 6392.12 78.88 - 118.700 6317.00 6389.99 -72.99 - 118.750 6380.00 6387.98 -7.98 - 118.800 6229.00 6386.09 -157.09 - 118.850 6297.00 6384.55 -87.55 - 118.900 6428.00 6384.21 43.79 - 118.950 6557.00 6387.36 169.64 - 119.000 6568.00 6399.36 168.64 - 119.050 6612.00 6430.77 181.23 - 119.100 6583.00 6498.42 84.58 - 119.150 6754.00 6622.74 131.26 - 119.200 6815.00 6818.85 -3.85 - 119.250 7006.00 7083.19 -77.19 - 119.300 7322.00 7382.29 -60.29 - 119.350 7629.00 7653.73 -24.73 - 119.400 7796.00 7824.53 -28.53 - 119.450 7859.00 7841.05 17.95 - 119.500 7600.00 7695.82 -95.82 - 119.550 7320.00 7432.84 -112.84 - 119.600 6956.00 7126.31 -170.31 - 119.650 6751.00 6845.97 -94.97 - 119.700 6706.00 6632.34 73.66 - 119.750 6509.00 6492.50 16.50 - 119.800 6551.00 6412.31 138.69 - 119.850 6651.00 6371.24 279.76 - 119.900 6365.00 6351.93 13.07 - 119.950 6401.00 6343.11 57.89 - 120.000 6380.00 6338.71 41.29 - 120.050 6389.00 6335.96 53.04 - 120.100 6315.00 6333.75 -18.75 - 120.150 6277.00 6331.69 -54.69 - 120.200 6226.00 6329.68 -103.68 - 120.250 6168.00 6327.72 -159.72 - 120.300 6275.00 6325.87 -50.87 - 120.350 6413.00 6324.35 88.65 - 120.400 6341.00 6323.68 17.32 - 120.450 6266.00 6324.88 -58.88 - 120.500 6283.00 6329.66 -46.66 - 120.550 6166.00 6340.15 -174.15 - 120.600 6403.00 6358.15 44.85 - 120.650 6407.00 6383.76 23.24 - 120.700 6496.00 6414.09 81.91 - 120.750 6494.00 6443.07 50.93 - 120.800 6500.00 6462.96 37.04 - 120.850 6372.00 6467.28 -95.28 - 120.900 6468.00 6453.92 14.08 - 120.950 6482.00 6426.28 55.72 - 121.000 6204.00 6391.71 -187.71 - 121.050 6291.00 6358.08 -67.08 - 121.100 6317.00 6330.73 -13.73 - 121.150 6333.00 6311.37 21.63 - 121.200 6280.00 6299.03 -19.03 - 121.250 6400.00 6291.60 108.40 - 121.300 6399.00 6287.07 111.93 - 121.350 6471.00 6284.01 186.99 - 121.400 6320.00 6281.62 38.38 - 121.450 6256.00 6279.48 -23.48 - 121.500 6296.00 6278.04 17.96 - 121.550 6384.00 6278.22 105.78 - 121.600 6508.00 6278.41 229.59 - 121.650 6248.00 6278.61 -30.61 - 121.700 6269.00 6278.84 -9.84 - 121.750 6325.00 6279.17 45.83 - 121.800 6193.00 6279.77 -86.77 - 121.850 6322.00 6281.01 40.99 - 121.900 6072.00 6283.56 -211.56 - 121.950 6217.00 6288.40 -71.40 - 122.000 6128.00 6296.62 -168.62 - 122.050 6320.00 6308.89 11.11 - 122.100 6351.00 6324.69 26.31 - 122.150 6269.00 6341.92 -72.92 - 122.200 6358.00 6357.03 0.97 - 122.250 6474.00 6366.12 107.88 - 122.300 6381.00 6366.51 14.49 - 122.350 6309.00 6358.08 -49.08 - 122.400 6418.00 6343.33 74.67 - 122.450 6440.00 6326.31 113.69 - 122.500 6223.00 6310.74 -87.74 - 122.550 6133.00 6298.82 -165.82 - 122.600 6355.00 6290.98 64.02 - 122.650 6437.00 6286.51 150.49 - 122.700 6286.00 6284.31 1.69 - 122.750 6296.00 6283.40 12.60 - 122.800 6343.00 6283.14 59.86 - 122.850 6209.00 6283.16 -74.16 - 122.900 6332.00 6283.30 48.70 - 122.950 6371.00 6283.47 87.53 - 123.000 6306.00 6283.68 22.32 - 123.050 6291.00 6283.97 7.03 - 123.100 6343.00 6284.57 58.43 - 123.150 6362.00 6286.23 75.77 - 123.200 6231.00 6291.06 -60.06 - 123.250 6305.00 6304.35 0.65 - 123.300 6585.00 6337.42 247.58 - 123.350 6371.00 6410.63 -39.63 - 123.400 6635.00 6553.90 81.10 - 123.450 6747.00 6800.31 -53.31 - 123.500 7009.00 7170.80 -161.80 - 123.550 7486.00 7652.94 -166.94 - 123.600 8011.00 8185.80 -174.80 - 123.650 8779.00 8664.40 114.60 - 123.700 8945.00 8968.95 -23.95 - 123.750 8816.00 9011.88 -195.88 - 123.800 8594.00 8778.09 -184.09 - 123.850 8194.00 8334.57 -140.57 - 123.900 7685.00 7799.86 -114.86 - 123.950 7303.00 7292.64 10.36 - 124.000 6922.00 6889.36 32.64 - 124.050 6624.00 6612.91 11.09 - 124.100 6592.00 6446.78 145.22 - 124.150 6489.00 6358.30 130.70 - 124.200 6459.00 6316.31 142.69 - 124.250 6413.00 6298.53 114.47 - 124.300 6376.00 6291.85 84.15 - 124.350 6346.00 6289.69 56.31 - 124.400 6187.00 6289.16 -102.16 - 124.450 6185.00 6289.15 -104.15 - 124.500 6204.00 6289.31 -85.31 - 124.550 6216.00 6289.59 -73.59 - 124.600 6196.00 6290.15 -94.15 - 124.650 6164.00 6291.56 -127.56 - 124.700 6265.00 6295.31 -30.31 - 124.750 6343.00 6304.82 38.18 - 124.800 6155.00 6326.67 -171.67 - 124.850 6278.00 6371.55 -93.55 - 124.900 6365.00 6453.29 -88.29 - 124.950 6481.00 6584.38 -103.38 - 125.000 6588.00 6768.36 -180.36 - 125.050 6881.00 6991.43 -110.43 - 125.100 7188.00 7219.19 -31.19 - 125.150 7355.00 7402.87 -47.87 - 125.200 7588.00 7494.93 93.07 - 125.250 7432.00 7468.64 -36.64 - 125.300 7340.00 7330.74 9.26 - 125.350 6945.00 7119.20 -174.20 - 125.400 6794.00 6886.32 -92.32 - 125.450 6590.00 6677.76 -87.76 - 125.500 6597.00 6518.70 78.30 - 125.550 6458.00 6413.08 44.92 - 125.600 6406.00 6351.16 54.84 - 125.650 6311.00 6318.85 -7.85 - 125.700 6292.00 6303.80 -11.80 - 125.750 6293.00 6297.56 -4.56 - 125.800 6356.00 6295.32 60.68 - 125.850 6217.00 6294.67 -77.67 - 125.900 6321.00 6294.61 26.39 - 125.950 6348.00 6294.75 53.25 - 126.000 6219.00 6295.00 -76.00 - 126.050 6533.00 6295.52 237.48 - 126.100 6387.00 6296.88 90.12 - 126.150 6520.00 6300.79 219.21 - 126.200 6544.00 6311.67 232.33 - 126.250 6486.00 6339.31 146.69 - 126.300 6655.00 6402.54 252.46 - 126.350 6710.00 6531.75 178.25 - 126.400 6806.00 6766.46 39.54 - 126.450 7056.00 7143.56 -87.56 - 126.500 7559.00 7676.35 -117.35 - 126.550 8184.00 8330.90 -146.90 - 126.600 8836.00 9014.68 -178.68 - 126.650 9551.00 9590.60 -39.60 - 126.700 9949.00 9917.50 31.50 - 126.750 9719.00 9905.11 -186.11 - 126.800 9393.00 9554.21 -161.21 - 126.850 8862.00 8959.04 -97.04 - 126.900 8069.00 8266.46 -197.46 - 126.950 7456.00 7617.17 -161.17 - 127.000 7300.00 7099.98 200.02 - 127.050 6987.00 6741.22 245.78 - 127.100 6486.00 6521.25 -35.25 - 127.150 6521.00 6400.85 120.15 - 127.200 6553.00 6341.73 211.27 - 127.250 6448.00 6315.62 132.38 - 127.300 6341.00 6305.28 35.72 - 127.350 6424.00 6301.67 122.33 - 127.400 6378.00 6300.62 77.38 - 127.450 6336.00 6300.45 35.55 - 127.500 6243.00 6300.56 -57.56 - 127.550 6271.00 6300.80 -29.80 - 127.600 6239.00 6301.25 -62.25 - 127.650 6362.00 6302.31 59.69 - 127.700 6262.00 6305.12 -43.12 - 127.750 6339.00 6312.32 26.68 - 127.800 6473.00 6329.44 143.56 - 127.850 6483.00 6366.27 116.73 - 127.900 6439.00 6437.37 1.63 - 127.950 6407.00 6559.78 -152.78 - 128.000 6718.00 6746.89 -28.89 - 128.050 6908.00 6998.92 -90.92 - 128.100 7315.00 7294.28 20.72 - 128.150 7639.00 7587.45 51.55 - 128.200 7794.00 7818.19 -24.19 - 128.250 7883.00 7930.03 -47.03 - 128.300 7731.00 7892.50 -161.50 - 128.350 7654.00 7714.74 -60.74 - 128.400 7409.00 7442.50 -33.50 - 128.450 7125.00 7138.90 -13.90 - 128.500 6884.00 6860.84 23.16 - 128.550 6669.00 6642.30 26.70 - 128.600 6359.00 6491.65 -132.65 - 128.650 6411.00 6399.36 11.64 - 128.700 6510.00 6348.66 161.34 - 128.750 6452.00 6323.61 128.39 - 128.800 6476.00 6312.47 163.53 - 128.850 6422.00 6308.06 113.94 - 128.900 6384.00 6306.55 77.45 - 128.950 6188.00 6306.17 -118.17 - 129.000 6263.00 6306.19 -43.19 - 129.050 6411.00 6306.34 104.66 - 129.100 6459.00 6306.56 152.44 - 129.150 6353.00 6306.89 46.11 - 129.200 6353.00 6307.55 45.45 - 129.250 6356.00 6309.14 46.86 - 129.300 6268.00 6313.09 -45.09 - 129.350 6373.00 6322.41 50.59 - 129.400 6248.00 6342.57 -94.57 - 129.450 6272.00 6382.05 -110.05 - 129.500 6521.00 6451.50 69.50 - 129.550 6570.00 6560.71 9.29 - 129.600 6495.00 6713.26 -218.26 - 129.650 6970.00 6900.68 69.32 - 129.700 7047.00 7099.59 -52.59 - 129.750 7132.00 7274.14 -142.14 - 129.800 7421.00 7385.77 35.23 - 129.850 7372.00 7406.50 -34.50 - 129.900 7392.00 7330.40 61.60 - 129.950 7100.00 7176.43 -76.43 - 130.000 6871.00 6981.15 -110.15 - 130.050 6583.00 6784.49 -201.49 - 130.100 6600.00 6616.51 -16.51 - 130.150 6721.00 6491.28 229.72 - 130.200 6312.00 6408.41 -96.41 - 130.250 6450.00 6359.28 90.72 - 130.300 6418.00 6333.03 84.97 - 130.350 6493.00 6320.37 172.63 - 130.400 6354.00 6314.88 39.12 - 130.450 6263.00 6312.78 -49.78 - 130.500 6366.00 6312.14 53.86 - 130.550 6183.00 6312.05 -129.05 - 130.600 6322.00 6312.15 9.85 - 130.650 6305.00 6312.32 -7.32 - 130.700 6349.00 6312.50 36.50 - 130.750 6319.00 6312.68 6.32 - 130.800 6474.00 6312.87 161.13 - 130.850 6187.00 6313.06 -126.06 - 130.900 6219.00 6313.24 -94.24 - 130.950 6313.00 6313.43 -0.43 - 131.000 6243.00 6313.62 -70.62 - 131.050 6336.00 6313.81 22.19 - 131.100 6304.00 6313.99 -9.99 - 131.150 6301.00 6314.18 -13.18 - 131.200 6247.00 6314.37 -67.37 - 131.250 6246.00 6314.56 -68.56 - 131.300 6311.00 6315.49 -4.49 - 131.350 6451.00 6317.59 133.41 - 131.400 6379.00 6319.69 59.31 - 131.450 6180.00 6321.78 -141.78 - 131.500 6263.00 6323.88 -60.88 - 131.550 6263.00 6325.98 -62.98 - 131.600 6229.00 6328.08 -99.08 - 131.650 6354.00 6330.18 23.82 - 131.700 6395.00 6332.28 62.72 - 131.750 6371.00 6334.38 36.62 - 131.800 6319.00 6336.47 -17.47 - 131.850 6349.00 6338.57 10.43 - 131.900 6335.00 6340.67 -5.67 - 131.950 6275.00 6342.77 -67.77 - 132.000 6390.00 6344.87 45.13 - 132.050 6378.00 6346.97 31.03 - 132.100 6427.00 6349.07 77.93 - 132.150 6354.00 6351.17 2.83 - 132.200 6400.00 6353.27 46.73 - 132.250 6289.00 6355.39 -66.39 - 132.300 6322.00 6357.56 -35.56 - 132.350 6343.00 6359.92 -16.92 - 132.400 6451.00 6362.85 88.15 - 132.450 6535.00 6367.40 167.60 - 132.500 6480.00 6376.13 103.87 - 132.550 6467.00 6394.60 72.40 - 132.600 6580.00 6433.57 146.43 - 132.650 6544.00 6511.18 32.82 - 132.700 6754.00 6653.79 100.21 - 132.750 7085.00 6892.48 192.52 - 132.800 7217.00 7253.93 -36.93 - 132.850 7701.00 7745.93 -44.93 - 132.900 8170.00 8342.05 -172.05 - 132.950 8754.00 8974.92 -220.92 - 133.000 9614.00 9542.28 71.72 - 133.050 9976.00 9932.08 43.92 - 133.100 10155.00 10057.14 97.86 - 133.150 9828.00 9886.98 -58.98 - 133.200 9250.00 9460.32 -210.32 - 133.250 8535.00 8871.88 -336.88 - 133.300 7982.00 8238.15 -256.15 - 133.350 7578.00 7659.72 -81.72 - 133.400 7154.00 7197.35 -43.35 - 133.450 7028.00 6867.71 160.29 - 133.500 6810.00 6656.20 153.80 - 133.550 6582.00 6533.33 48.67 - 133.600 6416.00 6468.70 -52.70 - 133.650 6470.00 6438.18 31.82 - 133.700 6424.00 6425.64 -1.64 - 133.750 6367.00 6421.72 -54.72 - 133.800 6469.00 6421.55 47.45 - 133.850 6450.00 6422.86 27.14 - 133.900 6432.00 6424.72 7.28 - 133.950 6400.00 6426.77 -26.77 - 134.000 6373.00 6428.94 -55.94 - 134.050 6517.00 6431.34 85.66 - 134.100 6577.00 6434.32 142.68 - 134.150 6362.00 6438.87 -76.87 - 134.200 6487.00 6447.14 39.86 - 134.250 6584.00 6463.57 120.43 - 134.300 6681.00 6496.12 184.88 - 134.350 6602.00 6557.37 44.63 - 134.400 6444.00 6664.23 -220.23 - 134.450 6826.00 6835.20 -9.20 - 134.500 6942.00 7083.96 -141.96 - 134.550 7325.00 7410.89 -85.89 - 134.600 7718.00 7795.11 -77.11 - 134.650 8028.00 8191.66 -163.66 - 134.700 8417.00 8537.88 -120.88 - 134.750 8686.00 8767.77 -81.77 - 134.800 8725.00 8832.39 -107.39 - 134.850 8653.00 8716.82 -63.82 - 134.900 8453.00 8446.35 6.65 - 134.950 8104.00 8077.65 26.35 - 135.000 7474.00 7679.97 -205.97 - 135.050 7265.00 7313.62 -48.62 - 135.100 7077.00 7016.24 60.76 - 135.150 7031.00 6800.09 230.91 - 135.200 6914.00 6657.96 256.04 - 135.250 6648.00 6573.12 74.88 - 135.300 6571.00 6527.18 43.82 - 135.350 6498.00 6504.86 -6.86 - 135.400 6505.00 6495.53 9.47 - 135.450 6583.00 6492.70 90.30 - 135.500 6699.00 6492.83 206.17 - 135.550 6490.00 6494.21 -4.21 - 135.600 6515.00 6496.07 18.93 - 135.650 6460.00 6498.10 -38.10 - 135.700 6302.00 6500.19 -198.19 - 135.750 6581.00 6502.33 78.67 - 135.800 6550.00 6504.25 45.75 - 135.850 6440.00 6504.62 -64.62 - 135.900 6491.00 6505.57 -14.57 - 135.950 6517.00 6507.80 9.20 - 136.000 6643.00 6512.66 130.34 - 136.050 6559.00 6522.41 36.59 - 136.100 6508.00 6540.38 -32.38 - 136.150 6614.00 6570.74 43.26 - 136.200 6665.00 6617.66 47.34 - 136.250 6545.00 6683.69 -138.69 - 136.300 6411.00 6767.89 -356.89 - 136.350 6574.00 6864.23 -290.23 - 136.400 6951.00 6961.33 -10.33 - 136.450 7127.00 7044.22 82.78 - 136.500 7091.00 7097.72 -6.72 - 136.550 7273.00 7110.95 162.05 - 136.600 7113.00 7080.92 32.08 - 136.650 7046.00 7013.71 32.29 - 136.700 6852.00 6922.44 -70.44 - 136.750 6829.00 6823.23 5.77 - 136.800 6907.00 6730.42 176.58 - 136.850 6695.00 6653.41 41.59 - 136.900 6619.00 6595.82 23.18 - 136.950 6447.00 6556.59 -109.59 - 137.000 6527.00 6532.09 -5.09 - 137.050 6737.00 6518.01 218.99 - 137.100 6590.00 6510.53 79.47 - 137.150 6502.00 6506.86 -4.86 - 137.200 6411.00 6505.18 -94.18 - 137.250 6576.00 6504.48 71.52 - 137.300 6492.00 6504.20 -12.20 - 137.350 6502.00 6504.11 -2.11 - 137.400 6534.00 6504.08 29.92 - 137.450 6517.00 6504.06 12.94 - 137.500 6394.00 6504.06 -110.06 - 137.550 6448.00 6504.06 -56.06 - 137.600 6428.00 6504.06 -76.06 - 137.650 6468.00 6504.06 -36.06 - 137.700 6534.00 6504.06 29.94 - 137.750 6437.00 6504.06 -67.06 - 137.800 6612.00 6504.06 107.94 - 137.850 6651.00 6504.06 146.94 - 137.900 6763.00 6504.06 258.94 - 137.950 6939.00 6504.06 434.94 - 138.000 6760.00 6504.06 255.94 - 138.050 6941.00 6504.06 436.94 - 138.100 7126.00 6504.06 621.94 - 138.150 7620.00 6504.06 1115.94 - 138.200 7948.00 6504.06 1443.94 - 138.250 8294.00 6504.06 1789.94 - 138.300 8389.00 6504.06 1884.94 - 138.350 8337.00 6504.06 1832.94 - 138.400 8080.00 6504.06 1575.94 - 138.450 7754.00 6504.06 1249.94 - 138.500 7603.00 6504.06 1098.94 - 138.550 7338.00 6504.06 833.94 - 138.600 7185.00 6504.06 680.94 - 138.650 7035.00 6504.06 530.94 - 138.700 6965.00 6504.06 460.94 - 138.750 6758.00 6504.06 253.94 - 138.800 6551.00 6504.06 46.94 - 138.850 6685.00 6504.06 180.94 - 138.900 6550.00 6504.06 45.94 - 138.950 6613.00 6504.06 108.94 - 139.000 6636.00 6504.06 131.94 - 139.050 6523.00 6504.06 18.94 - 139.100 6567.00 6504.06 62.94 - 139.150 6474.00 6504.06 -30.06 - 139.200 6476.00 6504.06 -28.06 - 139.250 6652.00 6504.06 147.94 - 139.300 6503.00 6504.06 -1.06 - 139.350 6367.00 6504.06 -137.06 - 139.400 6445.00 6504.06 -59.06 - 139.450 6442.00 6504.06 -62.06 - 139.500 6534.00 6504.06 29.94 - 139.550 6618.00 6504.06 113.94 - 139.600 6529.00 6504.06 24.94 - 139.650 6539.00 6504.06 34.94 - 139.700 6537.00 6504.06 32.94 - 139.750 6521.00 6504.06 16.94 - 139.800 6689.00 6504.06 184.94 - 139.850 6539.00 6504.06 34.94 - 139.900 6792.00 6504.06 287.94 - 139.950 6749.00 6504.06 244.94 - 140.000 6886.00 6504.06 381.94 - 140.050 7209.00 6504.06 704.94 - 140.100 7357.00 6504.06 852.94 - 140.150 7393.00 6504.06 888.94 - 140.200 7689.00 6504.06 1184.94 - 140.250 7460.00 6504.06 955.94 - 140.300 7349.00 6504.06 844.94 - 140.350 7210.00 6504.06 705.94 - 140.400 7046.00 6504.06 541.94 - 140.450 6680.00 6504.06 175.94 - 140.500 6664.00 6504.06 159.94 - 140.550 6535.00 6504.06 30.94 - 140.600 6666.00 6504.06 161.94 - 140.650 6603.00 6504.06 98.94 - 140.700 6588.00 6504.06 83.94 - 140.750 6416.00 6504.06 -88.06 - 140.800 6555.00 6504.06 50.94 - 140.850 6546.00 6504.06 41.94 - 140.900 6510.00 6504.06 5.94 - 140.950 6699.00 6504.06 194.94 - 141.000 6477.00 6504.06 -27.06 - 141.050 6512.00 6504.06 7.94 - 141.100 6791.00 6504.06 286.94 - 141.150 6519.00 6504.06 14.94 - 141.200 6429.00 6504.06 -75.06 - 141.250 6380.00 6504.06 -124.06 - 141.300 6456.00 6504.06 -48.06 - 141.350 6484.00 6504.06 -20.06 - 141.400 6452.00 6504.06 -52.06 - 141.450 6517.00 6504.06 12.94 - 141.500 6579.00 6504.06 74.94 - 141.550 6565.00 6504.06 60.94 - 141.600 6724.00 6504.06 219.94 - 141.650 6780.00 6504.06 275.94 - 141.700 6622.00 6504.06 117.94 - 141.750 6699.00 6504.06 194.94 - 141.800 6784.00 6504.06 279.94 - 141.850 6603.00 6504.06 98.94 - 141.900 6768.00 6504.06 263.94 - 141.950 7209.00 6504.06 704.94 - 142.000 7441.00 6504.06 936.94 - 142.050 7739.00 6504.06 1234.94 - 142.100 7706.00 6504.06 1201.94 - 142.150 7905.00 6504.06 1400.94 - 142.200 7814.00 6504.06 1309.94 - 142.250 7631.00 6504.06 1126.94 - 142.300 7485.00 6504.06 980.94 - 142.350 7238.00 6504.06 733.94 - 142.400 6982.00 6504.06 477.94 - 142.450 6814.00 6504.06 309.94 - 142.500 6730.00 6504.06 225.94 - 142.550 6697.00 6504.06 192.94 - 142.600 6570.00 6504.06 65.94 - 142.650 6593.00 6504.06 88.94 - 142.700 6499.00 6504.06 -5.06 - 142.750 6430.00 6504.06 -74.06 - 142.800 6475.00 6504.06 -29.06 - 142.850 6471.00 6504.06 -33.06 - 142.900 6477.00 6504.06 -27.06 - 142.950 6251.00 6504.06 -253.06 - 143.000 6333.00 6504.06 -171.06 - 143.050 6441.00 6504.06 -63.06 - 143.100 6236.00 6504.06 -268.06 - 143.150 6382.00 6504.06 -122.06 - 143.200 6296.00 6504.06 -208.06 - 143.250 6279.00 6504.06 -225.06 - 143.300 6372.00 6504.06 -132.06 - 143.350 6543.00 6504.06 38.94 - 143.400 6355.00 6504.06 -149.06 - 143.450 6362.00 6504.06 -142.06 - 143.500 6326.00 6504.06 -178.06 - 143.550 6404.00 6504.06 -100.06 - 143.600 6561.00 6504.06 56.94 - 143.650 6317.00 6504.06 -187.06 - 143.700 6604.00 6504.06 99.94 - 143.750 6606.00 6504.06 101.94 - 143.800 6568.00 6504.06 63.94 - 143.850 6555.00 6504.06 50.94 - 143.900 6607.00 6504.06 102.94 - 143.950 6770.00 6504.06 265.94 - 144.000 7197.00 6504.06 692.94 - 144.050 7449.00 6504.06 944.94 - 144.100 7713.00 6504.06 1208.94 - 144.150 7774.00 6504.06 1269.94 - 144.200 7823.00 6504.06 1318.94 - 144.250 7875.00 6504.06 1370.94 - 144.300 7642.00 6504.06 1137.94 - 144.350 7217.00 6504.06 712.94 - 144.400 7051.00 6504.06 546.94 - 144.450 6838.00 6504.06 333.94 - 144.500 6752.00 6504.06 247.94 - 144.550 6773.00 6504.06 268.94 - 144.600 6588.00 6504.06 83.94 - 144.650 6589.00 6504.06 84.94 - 144.700 6731.00 6504.06 226.94 - 144.750 6551.00 6504.06 46.94 - 144.800 6543.00 6504.06 38.94 - 144.850 6505.00 6504.06 0.94 - 144.900 6427.00 6504.06 -77.06 - 144.950 6393.00 6504.06 -111.06 - 145.000 6274.00 6504.06 -230.06 - 145.050 6491.00 6504.06 -13.06 - 145.100 6351.00 6504.06 -153.06 - 145.150 6319.00 6504.06 -185.06 - 145.200 6449.00 6504.06 -55.06 - 145.250 6504.00 6504.06 -0.06 - 145.300 6509.00 6504.06 4.94 - 145.350 6336.00 6504.06 -168.06 - 145.400 6337.00 6504.06 -167.06 - 145.450 6299.00 6504.06 -205.06 - 145.500 6386.00 6504.06 -118.06 - 145.550 6443.00 6504.06 -61.06 - 145.600 6386.00 6504.06 -118.06 - 145.650 6313.00 6504.06 -191.06 - 145.700 6355.00 6504.06 -149.06 - 145.750 6496.00 6504.06 -8.06 - 145.800 6514.00 6504.06 9.94 - 145.850 6493.00 6504.06 -11.06 - 145.900 6675.00 6504.06 170.94 - 145.950 6528.00 6504.06 23.94 - 146.000 6698.00 6504.06 193.94 - 146.050 6855.00 6504.06 350.94 - 146.100 7096.00 6504.06 591.94 - 146.150 7087.00 6504.06 582.94 - 146.200 7224.00 6504.06 719.94 - 146.250 7208.00 6504.06 703.94 - 146.300 7485.00 6504.06 980.94 - 146.350 7495.00 6504.06 990.94 - 146.400 7232.00 6504.06 727.94 - 146.450 7222.00 6504.06 717.94 - 146.500 6971.00 6504.06 466.94 - 146.550 7041.00 6504.06 536.94 - 146.600 7037.00 6504.06 532.94 - 146.650 6863.00 6504.06 358.94 - 146.700 6623.00 6504.06 118.94 - 146.750 6508.00 6504.06 3.94 - 146.800 6501.00 6504.06 -3.06 - 146.850 6656.00 6504.06 151.94 - 146.900 6588.00 6504.06 83.94 - 146.950 6453.00 6504.06 -51.06 - 147.000 6718.00 6504.06 213.94 - 147.050 6455.00 6504.06 -49.06 - 147.100 6609.00 6504.06 104.94 - 147.150 6406.00 6504.06 -98.06 - 147.200 6352.00 6504.06 -152.06 - 147.250 6531.00 6504.06 26.94 - 147.300 6519.00 6504.06 14.94 - 147.350 6472.00 6504.06 -32.06 - 147.400 6564.00 6504.06 59.94 - 147.450 6490.00 6504.06 -14.06 - 147.500 6487.00 6504.06 -17.06 - 147.550 6638.00 6504.06 133.94 - 147.600 6512.00 6504.06 7.94 - 147.650 6457.00 6504.06 -47.06 - 147.700 6715.00 6504.06 210.94 - 147.750 6515.00 6504.06 10.94 - 147.800 6571.00 6504.06 66.94 - 147.850 6513.00 6504.06 8.94 - 147.900 6480.00 6504.06 -24.06 - 147.950 6705.00 6504.06 200.94 - 148.000 6869.00 6504.06 364.94 - 148.050 6529.00 6504.06 24.94 - 148.100 6458.00 6504.06 -46.06 - 148.150 6753.00 6504.06 248.94 - 148.200 6695.00 6504.06 190.94 - 148.250 6819.00 6504.06 314.94 - 148.300 7304.00 6504.06 799.94 - 148.350 7381.00 6504.06 876.94 - 148.400 7626.00 6504.06 1121.94 - 148.450 7868.00 6504.06 1363.94 - 148.500 8659.00 6504.06 2154.94 - 148.550 8605.00 6504.06 2100.94 - 148.600 8547.00 6504.06 2042.94 - 148.650 8336.00 6504.06 1831.94 - 148.700 8030.00 6504.06 1525.94 - 148.750 7981.00 6504.06 1476.94 - 148.800 7759.00 6504.06 1254.94 - 148.850 7409.00 6504.06 904.94 - 148.900 7227.00 6504.06 722.94 - 148.950 7015.00 6504.06 510.94 - 149.000 6965.00 6504.06 460.94 - 149.050 6635.00 6504.06 130.94 - 149.100 6689.00 6504.06 184.94 - 149.150 6890.00 6504.06 385.94 - 149.200 6691.00 6504.06 186.94 - 149.250 6548.00 6504.06 43.94 - 149.300 6539.00 6504.06 34.94 - 149.350 6554.00 6504.06 49.94 - 149.400 6463.00 6504.06 -41.06 - 149.450 6488.00 6504.06 -16.06 - 149.500 6756.00 6504.06 251.94 - 149.550 6576.00 6504.06 71.94 - 149.600 6391.00 6504.06 -113.06 - 149.650 6505.00 6504.06 0.94 - 149.700 6566.00 6504.06 61.94 - 149.750 6260.00 6504.06 -244.06 - 149.800 6381.00 6504.06 -123.06 - 149.850 6520.00 6504.06 15.94 - 149.900 6558.00 6504.06 53.94 - 149.950 6697.00 6504.06 192.94 - 150.000 6788.00 6504.06 283.94 - 150.050 6412.00 6504.06 -92.06 - 150.100 6473.00 6504.06 -31.06 - 150.150 6363.00 6504.06 -141.06 - 150.200 6632.00 6504.06 127.94 - 150.250 6764.00 6504.06 259.94 - 150.300 6713.00 6504.06 208.94 - 150.350 6691.00 6504.06 186.94 - 150.400 6661.00 6504.06 156.94 - 150.450 6554.00 6504.06 49.94 - 150.500 6497.00 6504.06 -7.06 - 150.550 6647.00 6504.06 142.94 - 150.600 6671.00 6504.06 166.94 - 150.650 6595.00 6504.06 90.94 - 150.700 6593.00 6504.06 88.94 - 150.750 6638.00 6504.06 133.94 - 150.800 6650.00 6504.06 145.94 - 150.850 6836.00 6504.06 331.94 - 150.900 6633.00 6504.06 128.94 - 150.950 6726.00 6504.06 221.94 - 151.000 6689.00 6504.06 184.94 - 151.050 6790.00 6504.06 285.94 - 151.100 6761.00 6504.06 256.94 - 151.150 6789.00 6504.06 284.94 - 151.200 6827.00 6504.06 322.94 - 151.250 6667.00 6504.06 162.94 - 151.300 6881.00 6504.06 376.94 - 151.350 6659.00 6504.06 154.94 - 151.400 6646.00 6504.06 141.94 - 151.450 6577.00 6504.06 72.94 - 151.500 6651.00 6504.06 146.94 - 151.550 6551.00 6504.06 46.94 - 151.600 6525.00 6504.06 20.94 - 151.650 6628.00 6504.06 123.94 - 151.700 6678.00 6504.06 173.94 - 151.750 6655.00 6504.06 150.94 - 151.800 6469.00 6504.06 -35.06 - 151.850 6666.00 6504.06 161.94 - 151.900 6713.00 6504.06 208.94 - 151.950 6819.00 6504.06 314.94 - 152.000 6740.00 6504.06 235.94 - 152.050 6659.00 6504.06 154.94 - 152.100 6779.00 6504.06 274.94 - 152.150 6743.00 6504.06 238.94 - 152.200 6780.00 6504.06 275.94 - 152.250 6602.00 6504.06 97.94 - 152.300 6468.00 6504.06 -36.06 - 152.350 6696.00 6504.06 191.94 - 152.400 6626.00 6504.06 121.94 - 152.450 6430.00 6504.06 -74.06 - 152.500 6386.00 6504.06 -118.06 - 152.550 6744.00 6504.06 239.94 - 152.600 6804.00 6504.06 299.94 - 152.650 6396.00 6504.06 -108.06 - 152.700 6407.00 6504.06 -97.06 - 152.750 6616.00 6504.06 111.94 - 152.800 6652.00 6504.06 147.94 - 152.850 6924.00 6504.06 419.94 - 152.900 6779.00 6504.06 274.94 - 152.950 6637.00 6504.06 132.94 - 153.000 6719.00 6504.06 214.94 - 153.050 6591.00 6504.06 86.94 - 153.100 6766.00 6504.06 261.94 - 153.150 6780.00 6504.06 275.94 - 153.200 6676.00 6504.06 171.94 - 153.250 6783.00 6504.06 278.94 - 153.300 6933.00 6504.06 428.94 - 153.350 6641.00 6504.06 136.94 - 153.400 6672.00 6504.06 167.94 - 153.450 6734.00 6504.06 229.94 - 153.500 6688.00 6504.06 183.94 - 153.550 6937.00 6504.06 432.94 - 153.600 7236.00 6504.06 731.94 - 153.650 7054.00 6504.06 549.94 - 153.700 7095.00 6504.06 590.94 - 153.750 7100.00 6504.06 595.94 - 153.800 6870.00 6504.06 365.94 - 153.850 6638.00 6504.06 133.94 - 153.900 6702.00 6504.06 197.94 -END -WAVES Phase1, tik1 -BEGIN - 16.772 -929 - 20.582 -929 - 23.812 -929 - 29.275 -929 - 31.682 -929 - 31.682 -929 - 33.934 -929 - 36.062 -929 - 38.087 -929 - 38.087 -929 - 40.024 -929 - 41.886 -929 - 43.683 -929 - 43.683 -929 - 47.113 -929 - 47.113 -929 - 48.757 -929 - 50.361 -929 - 51.929 -929 - 51.929 -929 - 53.463 -929 - 53.463 -929 - 53.463 -929 - 54.968 -929 - 54.968 -929 - 56.446 -929 - 56.446 -929 - 57.898 -929 - 59.329 -929 - 59.329 -929 - 60.738 -929 - 62.128 -929 - 62.128 -929 - 63.500 -929 - 63.500 -929 - 64.856 -929 - 64.856 -929 - 64.856 -929 - 64.856 -929 - 66.198 -929 - 66.198 -929 - 70.144 -929 - 70.144 -929 - 70.144 -929 - 70.144 -929 - 71.437 -929 - 72.720 -929 - 72.720 -929 - 72.720 -929 - 72.720 -929 - 73.994 -929 - 73.994 -929 - 73.994 -929 - 75.260 -929 - 75.260 -929 - 76.519 -929 - 76.519 -929 - 77.772 -929 - 77.772 -929 - 77.772 -929 - 77.772 -929 - 79.018 -929 - 80.259 -929 - 80.259 -929 - 81.496 -929 - 81.496 -929 - 82.728 -929 - 83.958 -929 - 83.958 -929 - 85.184 -929 - 85.184 -929 - 85.184 -929 - 85.184 -929 - 85.184 -929 - 86.408 -929 - 87.631 -929 - 87.631 -929 - 87.631 -929 - 87.631 -929 - 90.074 -929 - 90.074 -929 - 90.074 -929 - 90.074 -929 - 91.295 -929 - 92.516 -929 - 92.516 -929 - 92.516 -929 - 92.516 -929 - 93.739 -929 - 93.739 -929 - 93.739 -929 - 94.964 -929 - 94.964 -929 - 96.191 -929 - 96.191 -929 - 96.191 -929 - 96.191 -929 - 97.420 -929 - 97.420 -929 - 98.653 -929 - 98.653 -929 - 99.891 -929 - 99.891 -929 - 99.891 -929 - 99.891 -929 - 99.891 -929 - 99.891 -929 - 102.380 -929 - 102.380 -929 - 102.380 -929 - 102.380 -929 - 103.633 -929 - 103.633 -929 - 103.633 -929 - 103.633 -929 - 104.893 -929 - 104.893 -929 - 104.893 -929 - 106.160 -929 - 106.160 -929 - 107.436 -929 - 107.436 -929 - 107.436 -929 - 107.436 -929 - 110.015 -929 - 110.015 -929 - 110.015 -929 - 110.015 -929 - 110.015 -929 - 110.015 -929 - 111.320 -929 - 113.966 -929 - 113.966 -929 - 115.310 -929 - 115.310 -929 - 115.310 -929 - 115.310 -929 - 115.310 -929 - 115.310 -929 - 115.310 -929 - 116.668 -929 - 116.668 -929 - 116.668 -929 - 118.043 -929 - 118.043 -929 - 118.043 -929 - 118.043 -929 - 119.436 -929 - 119.436 -929 - 120.848 -929 - 120.848 -929 - 122.281 -929 - 122.281 -929 - 123.738 -929 - 123.738 -929 - 123.738 -929 - 123.738 -929 - 123.738 -929 - 123.738 -929 - 123.738 -929 - 125.219 -929 - 125.219 -929 - 126.728 -929 - 126.728 -929 - 126.728 -929 - 126.728 -929 - 126.728 -929 - 128.268 -929 - 128.268 -929 - 128.268 -929 - 129.840 -929 - 129.840 -929 - 129.840 -929 - 129.840 -929 - 133.101 -929 - 133.101 -929 - 133.101 -929 - 133.101 -929 - 134.797 -929 - 134.797 -929 - 136.545 -929 - 136.545 -929 - 136.545 -929 - 136.545 -929 - 138.351 -929 - 138.351 -929 - 138.351 -929 - 138.351 -929 - 138.351 -929 - 140.224 -929 - 140.224 -929 - 140.224 -929 - 140.224 -929 - 140.224 -929 - 142.173 -929 - 142.173 -929 - 144.212 -929 - 144.212 -929 - 144.212 -929 - 144.212 -929 - 146.357 -929 - 148.630 -929 - 148.630 -929 - 148.630 -929 - 148.630 -929 - 148.630 -929 - 148.630 -929 - 151.062 -929 - 153.697 -929 - 153.697 -929 - 153.697 -929 - 156.604 -929 - 156.604 -929 - 156.604 -929 - 156.604 -929 - 159.903 -929 - 159.903 -929 - 159.903 -929 - 159.903 -929 - 159.903 -929 - 159.903 -929 - 163.830 -929 - 163.830 -929 - 169.044 -929 - 169.044 -929 - 169.044 -929 - 169.044 -929 - 169.044 -929 - 169.044 -929 -END -WAVES Excrg1, excl1 -BEGIN - 0.95 -929 - 12.00 -929 -END -WAVES Excrg2, excl2 -BEGIN - 137.50 -929 - 153.90 -929 -END -X Silent 1 -X DefaultFont Times -X Display Iobs, Icalc, Diff vs TwoTheta -X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) -X SetAxis bottom 0.95, 153.90 -X Modify lsize(Iobs)=2 -X Modify offset(Diff)={0, -3315} -X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) -X Modify mirror(left)=2, mirror(bottom)=2 -X Modify gfSize=12 -X Append excl1 vs Excrg1 -X Modify mode(excl1)=7, hbFill(excl1)=4 -X Modify rgb(excl1)=(6421,62320,64794) -X Append excl2 vs Excrg2 -X Modify mode(excl2)=7, hbFill(excl2)=4 -X Modify rgb(excl2)=(6421,62320,64794) -X Append tik1 vs Phase1 -X Modify mode(tik1)=1 -X TextBox /F=2/S=3/A=RT "Files: y2o3\rDate of fit: \Z09 16/06/2026/ 17:50:46.1\Z12\rY2O3\rChi2 = 1.26" -X Label left "\Z14Intensity" -X Label bottom "\Z142-Theta (in degrees)" -X TileWindows/O=1/C -X ShowInfo -X | Title of data set: Y2O3 Ge(551) 300mm_varH 15/10/13 -X | Date of run: 16/06/2026 / 17:50:46.1 -X Beep -X Beep diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.bac b/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.bac deleted file mode 100644 index 2e2834d72..000000000 --- a/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.bac +++ /dev/null @@ -1,602 +0,0 @@ - 10.048160 0.025000 160.048157 Background of: pbsox_neut_single - 126 126 126 126 126 126 126 126 125 125 - 125 125 125 125 125 125 124 124 124 124 - 124 124 124 124 123 123 123 123 123 123 - 123 123 123 122 122 122 122 122 122 122 - 122 121 121 121 121 121 121 121 121 121 - 120 120 120 120 120 120 120 120 120 119 - 119 119 119 119 119 119 119 119 119 118 - 118 118 118 118 118 118 118 118 117 117 - 117 117 117 117 117 117 117 117 116 116 - 116 116 116 116 116 116 116 116 116 115 - 115 115 115 115 115 115 115 115 115 115 - 114 114 114 114 114 114 114 114 114 114 - 114 113 113 113 113 113 113 113 113 113 - 113 113 113 112 112 112 112 112 112 112 - 112 112 112 112 112 111 111 111 111 111 - 111 111 111 111 111 111 111 111 110 110 - 110 110 110 110 110 110 110 110 110 110 - 110 110 109 109 109 109 109 109 109 109 - 109 109 109 109 109 109 109 108 108 108 - 108 108 108 108 108 108 108 108 108 108 - 108 108 108 107 107 107 107 107 107 107 - 107 107 107 107 107 107 107 107 107 107 - 106 106 106 106 106 106 106 106 106 106 - 106 106 106 106 106 106 106 106 105 105 - 105 105 105 105 105 105 105 105 105 105 - 105 105 105 105 105 105 105 105 105 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 104 104 104 104 104 104 104 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 105 105 105 105 105 105 105 - 105 105 105 105 105 105 105 105 105 105 - 105 105 105 105 105 105 105 105 105 105 - 105 106 106 106 106 106 106 106 106 106 - 106 106 106 106 106 106 106 106 106 106 - 106 106 106 106 106 106 106 107 107 107 - 107 107 107 107 107 107 107 107 107 107 - 107 107 107 107 107 107 107 107 107 107 - 107 108 108 108 108 108 108 108 108 108 - 108 108 108 108 108 108 108 108 108 108 - 108 108 108 108 109 109 109 109 109 109 - 109 109 109 109 109 109 109 109 109 109 - 109 109 109 109 109 109 110 110 110 110 - 110 110 110 110 110 110 110 110 110 110 - 110 110 110 110 110 110 110 110 111 111 - 111 111 111 111 111 111 111 111 111 111 - 111 111 111 111 111 111 111 111 112 112 - 112 112 112 112 112 112 112 112 112 112 - 112 112 112 112 112 112 112 112 113 113 - 113 113 113 113 113 113 113 113 113 113 - 113 113 113 113 113 113 113 113 114 114 - 114 114 114 114 114 114 114 114 114 114 - 114 114 114 114 114 114 114 115 115 115 - 115 115 115 115 115 115 115 115 115 115 - 115 115 115 115 115 116 116 116 116 116 - 116 116 116 116 116 116 116 116 116 116 - 116 116 116 116 117 117 117 117 117 117 - 117 117 117 117 117 117 117 117 117 117 - 117 117 118 118 118 118 118 118 118 118 - 118 118 118 118 118 118 118 118 118 118 - 119 119 119 119 119 119 119 119 119 119 - 119 119 119 119 119 119 119 120 120 120 - 120 120 120 120 120 120 120 120 120 120 - 120 120 120 120 120 121 121 121 121 121 - 121 121 121 121 121 121 121 121 121 121 - 121 121 122 122 122 122 122 122 122 122 - 122 122 122 122 122 122 122 122 122 123 - 123 123 123 123 123 123 123 123 123 123 - 123 123 123 123 123 123 124 124 124 124 - 124 124 124 124 124 124 124 124 124 124 - 124 124 124 125 125 125 125 125 125 125 - 125 125 125 125 125 125 125 125 125 126 - 126 126 126 126 126 126 126 126 126 126 - 126 126 126 126 126 126 127 127 127 127 - 127 127 127 127 127 127 127 127 127 127 - 127 127 127 128 128 128 128 128 128 128 - 128 128 128 128 128 128 128 128 128 129 - 129 129 129 129 129 129 129 129 129 129 - 129 129 129 129 129 129 130 130 130 130 - 130 130 130 130 130 130 130 130 130 130 - 130 130 131 131 131 131 131 131 131 131 - 131 131 131 131 131 131 131 131 131 132 - 132 132 132 132 132 132 132 132 132 132 - 132 132 132 132 132 133 133 133 133 133 - 133 133 133 133 133 133 133 133 133 133 - 133 133 134 134 134 134 134 134 134 134 - 134 134 134 134 134 134 134 134 135 135 - 135 135 135 135 135 135 135 135 135 135 - 135 135 135 135 135 136 136 136 136 136 - 136 136 136 136 136 136 136 136 136 136 - 136 136 137 137 137 137 137 137 137 137 - 137 137 137 137 137 137 137 137 138 138 - 138 138 138 138 138 138 138 138 138 138 - 138 138 138 138 138 139 139 139 139 139 - 139 139 139 139 139 139 139 139 139 139 - 139 139 140 140 140 140 140 140 140 140 - 140 140 140 140 140 140 140 140 140 141 - 141 141 141 141 141 141 141 141 141 141 - 141 141 141 141 141 141 142 142 142 142 - 142 142 142 142 142 142 142 142 142 142 - 142 142 142 143 143 143 143 143 143 143 - 143 143 143 143 143 143 143 143 143 143 - 144 144 144 144 144 144 144 144 144 144 - 144 144 144 144 144 144 144 144 145 145 - 145 145 145 145 145 145 145 145 145 145 - 145 145 145 145 145 145 146 146 146 146 - 146 146 146 146 146 146 146 146 146 146 - 146 146 146 147 147 147 147 147 147 147 - 147 147 147 147 147 147 147 147 147 147 - 147 148 148 148 148 148 148 148 148 148 - 148 148 148 148 148 148 148 148 148 149 - 149 149 149 149 149 149 149 149 149 149 - 149 149 149 149 149 149 149 149 150 150 - 150 150 150 150 150 150 150 150 150 150 - 150 150 150 150 150 150 150 151 151 151 - 151 151 151 151 151 151 151 151 151 151 - 151 151 151 151 151 152 152 152 152 152 - 152 152 152 152 152 152 152 152 152 152 - 152 152 152 152 152 153 153 153 153 153 - 153 153 153 153 153 153 153 153 153 153 - 153 153 153 153 154 154 154 154 154 154 - 154 154 154 154 154 154 154 154 154 154 - 154 154 154 154 155 155 155 155 155 155 - 155 155 155 155 155 155 155 155 155 155 - 155 155 155 155 156 156 156 156 156 156 - 156 156 156 156 156 156 156 156 156 156 - 156 156 156 156 156 157 157 157 157 157 - 157 157 157 157 157 157 157 157 157 157 - 157 157 157 157 157 157 158 158 158 158 - 158 158 158 158 158 158 158 158 158 158 - 158 158 158 158 158 158 158 158 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 178 178 178 178 - 178 178 178 178 178 178 178 178 178 178 - 178 178 178 178 178 178 178 178 179 179 - 179 179 179 179 179 179 179 179 179 179 - 179 179 179 179 179 179 179 179 179 180 - 180 180 180 180 180 180 180 180 180 180 - 180 180 180 180 180 180 180 180 180 181 - 181 181 181 181 181 181 181 181 181 181 - 181 181 181 181 181 181 181 181 181 182 - 182 182 182 182 182 182 182 182 182 182 - 182 182 182 182 182 182 182 182 182 183 - 183 183 183 183 183 183 183 183 183 183 - 183 183 183 183 183 183 183 183 184 184 - 184 184 184 184 184 184 184 184 184 184 - 184 184 184 184 184 184 184 185 185 185 - 185 185 185 185 185 185 185 185 185 185 - 185 185 185 185 185 185 186 186 186 186 - 186 186 186 186 186 186 186 186 186 186 - 186 186 186 186 187 187 187 187 187 187 - 187 187 187 187 187 187 187 187 187 187 - 187 187 188 188 188 188 188 188 188 188 - 188 188 188 188 188 188 188 188 188 188 - 189 189 189 189 189 189 189 189 189 189 - 189 189 189 189 189 189 189 189 190 190 - 190 190 190 190 190 190 190 190 190 190 - 190 190 190 190 190 190 191 191 191 191 - 191 191 191 191 191 191 191 191 191 191 - 191 191 191 192 192 192 192 192 192 192 - 192 192 192 192 192 192 192 192 192 192 - 193 193 193 193 193 193 193 193 193 193 - 193 193 193 193 193 193 193 194 194 194 - 194 194 194 194 194 194 194 194 194 194 - 194 194 194 194 195 195 195 195 195 195 - 195 195 195 195 195 195 195 195 195 195 - 195 196 196 196 196 196 196 196 196 196 - 196 196 196 196 196 196 196 196 197 197 - 197 197 197 197 197 197 197 197 197 197 - 197 197 197 197 198 198 198 198 198 198 - 198 198 198 198 198 198 198 198 198 198 - 198 199 199 199 199 199 199 199 199 199 - 199 199 199 199 199 199 199 200 200 200 - 200 200 200 200 200 200 200 200 200 200 - 200 200 200 201 201 201 201 201 201 201 - 201 201 201 201 201 201 201 201 201 201 - 202 202 202 202 202 202 202 202 202 202 - 202 202 202 202 202 202 203 203 203 203 - 203 203 203 203 203 203 203 203 203 203 - 203 203 204 204 204 204 204 204 204 204 - 204 204 204 204 204 204 204 204 205 205 - 205 205 205 205 205 205 205 205 205 205 - 205 205 205 205 206 206 206 206 206 206 - 206 206 206 206 206 206 206 206 206 206 - 207 207 207 207 207 207 207 207 207 207 - 207 207 207 207 207 207 208 208 208 208 - 208 208 208 208 208 208 208 208 208 208 - 208 208 208 209 209 209 209 209 209 209 - 209 209 209 209 209 209 209 209 209 210 - 210 210 210 210 210 210 210 210 210 210 - 210 210 210 210 210 211 211 211 211 211 - 211 211 211 211 211 211 211 211 211 211 - 211 212 212 212 212 212 212 212 212 212 - 212 212 212 212 212 212 212 213 213 213 - 213 213 213 213 213 213 213 213 213 213 - 213 213 213 213 214 214 214 214 214 214 - 214 214 214 214 214 214 214 214 214 214 - 215 215 215 215 215 215 215 215 215 215 - 215 215 215 215 215 215 215 216 216 216 - 216 216 216 216 216 216 216 216 216 216 - 216 216 216 217 217 217 217 217 217 217 - 217 217 217 217 217 217 217 217 217 217 - 218 218 218 218 218 218 218 218 218 218 - 218 218 218 218 218 218 218 219 219 219 - 219 219 219 219 219 219 219 219 219 219 - 219 219 219 219 220 220 220 220 220 220 - 220 220 220 220 220 220 220 220 220 220 - 220 220 221 221 221 221 221 221 221 221 - 221 221 221 221 221 221 221 221 221 222 - 222 222 222 222 222 222 222 222 222 222 - 222 222 222 222 222 222 222 223 223 223 - 223 223 223 223 223 223 223 223 223 223 - 223 223 223 223 223 224 224 224 224 224 - 224 224 224 224 224 224 224 224 224 224 - 224 224 224 224 225 225 225 225 225 225 - 225 225 225 225 225 225 225 225 225 225 - 225 225 225 226 226 226 226 226 226 226 - 226 226 226 226 226 226 226 226 226 226 - 226 226 227 227 227 227 227 227 227 227 - 227 227 227 227 227 227 227 227 227 227 - 227 227 228 228 228 228 228 228 228 228 - 228 228 228 228 228 228 228 228 228 228 - 228 228 229 229 229 229 229 229 229 229 - 229 229 229 229 229 229 229 229 229 229 - 229 229 229 229 230 230 230 230 230 230 - 230 230 230 230 230 230 230 230 230 230 - 230 230 230 230 230 230 231 231 231 231 - 231 231 231 231 231 231 231 231 231 231 - 231 231 231 231 231 231 231 231 231 232 - 232 232 232 232 232 232 232 232 232 232 - 232 232 232 232 232 232 232 232 232 232 - 232 232 232 233 233 233 233 233 233 233 - 233 233 233 233 233 233 233 233 233 233 - 233 233 233 233 233 233 233 233 233 233 - 234 234 234 234 234 234 234 234 234 234 - 234 234 234 234 234 234 234 234 234 234 - 234 234 234 234 234 234 234 234 235 235 - 235 235 235 235 235 235 235 235 235 235 - 235 235 235 235 235 235 235 235 235 235 - 235 235 235 235 235 235 235 235 235 235 - 236 236 236 236 236 236 236 236 236 236 - 236 236 236 236 236 236 236 236 236 236 - 236 236 236 236 236 236 236 236 236 236 - 236 236 236 236 236 236 236 236 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.dat b/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.dat deleted file mode 100644 index 6890afe24..000000000 --- a/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.dat +++ /dev/null @@ -1,602 +0,0 @@ -10.000 0.025 160.000 PbSO4 neutron from XrayDif diagnostic - 179 147 165 172 150 165 150 158 134 146 - 167 159 139 145 165 150 149 156 143 166 - 154 131 144 131 140 147 155 148 140 138 - 127 146 147 114 129 129 128 136 148 132 - 141 135 141 145 131 142 148 151 127 133 - 131 125 129 128 134 142 115 138 125 120 - 130 118 118 116 119 101 117 142 112 114 - 111 122 131 107 121 123 120 126 125 120 - 103 121 109 115 122 123 107 126 133 120 - 100 130 130 109 116 121 99 107 110 136 - 113 102 117 111 105 92 110 116 124 111 - 91 106 122 121 119 114 129 95 117 102 - 102 117 99 124 107 108 99 113 104 92 - 98 107 88 96 104 81 111 78 104 119 - 106 105 96 81 95 96 103 91 112 107 - 87 112 92 79 92 103 97 102 86 97 - 103 93 111 95 96 93 85 104 98 108 - 76 92 95 89 105 95 92 105 89 99 - 101 97 93 99 100 83 93 96 69 101 - 97 85 95 85 111 85 86 100 88 98 - 92 93 94 93 81 98 78 79 93 81 - 88 73 85 106 88 94 96 91 101 89 - 87 95 87 97 81 87 93 90 73 98 - 86 80 82 97 80 81 80 81 73 106 - 92 101 98 104 106 98 114 97 129 112 - 141 167 157 200 215 321 397 434 445 313 - 197 155 110 118 86 110 95 93 98 80 - 85 106 86 103 92 88 94 79 92 106 - 82 104 94 88 97 93 90 120 93 106 - 89 92 100 91 99 81 89 79 91 84 - 92 107 99 92 87 88 67 81 86 85 - 103 85 77 105 93 96 93 85 75 105 - 85 89 86 76 86 71 101 100 89 74 - 101 103 95 100 87 94 84 102 92 80 - 82 105 84 83 93 92 105 94 88 97 - 88 110 110 84 89 98 92 86 110 98 - 93 94 104 96 105 99 117 111 100 125 - 99 107 107 98 84 112 99 93 108 100 - 91 98 124 98 121 114 93 87 95 95 - 121 102 127 119 118 107 100 95 116 136 - 92 127 127 115 124 130 123 137 136 165 - 150 173 190 211 212 255 264 305 353 415 - 507 623 833 1076 1417 1958 2624 3927 5466 7996 - 11062 12925 12506 10327 8178 6771 5910 4886 3432 2110 - 1182 802 623 527 435 393 356 333 295 316 - 280 248 264 216 202 211 187 168 208 160 - 171 149 166 138 168 129 147 134 125 137 - 112 128 134 121 138 103 124 115 119 109 - 119 116 127 133 121 109 114 113 120 118 - 102 110 118 123 116 112 107 121 104 124 - 105 128 115 128 99 130 109 125 138 141 - 135 125 140 152 177 177 191 195 225 258 - 301 337 468 618 837 1082 1507 2283 3235 4791 - 6588 8176 8122 6687 5078 3206 1822 1101 712 566 - 470 381 302 277 259 259 212 198 189 153 - 182 178 175 164 139 176 159 147 172 167 - 159 180 168 162 166 147 149 161 173 145 - 210 201 257 262 342 451 598 796 1089 1648 - 2386 3203 3155 2711 1970 1292 729 450 289 285 - 218 211 202 168 165 177 176 197 164 141 - 160 160 157 145 165 158 158 197 179 203 - 194 216 282 282 364 456 632 854 1213 1815 - 2863 4063 4649 4165 3168 2329 1423 738 438 367 - 295 246 246 191 179 178 170 182 158 182 - 179 184 181 169 171 191 175 216 195 224 - 209 251 257 298 297 378 406 499 590 746 - 983 1402 2108 3097 4641 7229 10690 13494 13106 10401 - 7908 5365 2857 1575 947 697 595 529 450 423 - 344 319 309 252 257 252 266 275 257 285 - 285 270 280 347 282 362 426 461 637 693 - 1051 1425 2158 3198 5190 8004 10350 9724 7797 6126 - 4329 2276 1177 756 591 486 352 340 314 270 - 256 253 245 206 212 183 205 185 164 197 - 167 175 159 152 162 168 151 153 128 167 - 147 140 139 153 153 154 145 147 134 160 - 137 134 131 157 137 145 151 164 171 172 - 165 168 162 193 169 199 186 208 196 182 - 246 245 284 340 364 382 519 665 837 1080 - 1566 2321 3438 5181 8141 12608 15702 14432 12071 9687 - 7137 4123 2094 1334 1013 780 668 467 438 379 - 355 263 287 299 247 253 236 223 193 198 - 184 204 185 174 201 168 185 175 171 153 - 162 135 159 139 147 127 143 140 115 142 - 123 156 133 135 128 130 127 120 121 106 - 134 114 107 123 111 92 134 87 130 97 - 101 113 119 122 114 117 84 105 111 104 - 119 119 101 117 122 105 128 116 126 115 - 121 116 144 141 128 148 165 172 182 174 - 193 230 247 312 325 423 589 755 1130 1670 - 2522 3976 5312 5540 4806 3984 3579 2684 1672 977 - 645 451 390 317 305 278 234 264 246 263 - 239 271 260 299 300 332 411 497 630 918 - 1214 1839 2852 4745 6636 7831 7010 5926 5069 4251 - 2900 1743 1167 841 646 517 412 354 301 282 - 234 204 235 226 207 200 180 180 179 172 - 180 157 154 173 198 147 168 157 199 209 - 242 257 328 467 631 994 1449 1522 1193 977 - 947 796 548 358 251 190 164 159 137 134 - 136 126 122 128 108 100 120 106 123 117 - 113 108 121 104 104 100 105 107 108 103 - 108 123 92 122 97 101 92 114 89 81 - 113 76 89 99 89 98 98 104 120 100 - 99 89 111 98 96 95 84 115 106 100 - 86 110 86 98 97 109 112 105 86 102 - 91 98 111 89 95 95 84 114 108 96 - 94 94 102 91 106 103 82 121 101 109 - 112 104 103 105 112 119 116 119 115 106 - 122 116 120 130 107 137 132 131 140 150 - 149 161 190 210 234 297 378 583 909 1431 - 2164 2620 2390 1970 1772 1685 1327 891 543 352 - 292 230 177 182 207 158 143 129 161 133 - 119 120 128 118 121 132 135 134 132 135 - 156 182 207 266 351 368 312 269 260 249 - 219 174 157 146 135 137 136 103 107 99 - 133 129 147 130 115 123 109 106 115 136 - 119 126 131 135 116 112 123 116 121 136 - 147 130 156 138 133 144 163 171 198 191 - 196 226 243 294 352 472 630 984 1383 2157 - 2946 2947 2469 1988 2056 1767 1317 793 524 362 - 282 264 227 186 194 168 177 199 174 169 - 183 194 204 189 213 296 350 476 746 894 - 816 615 549 596 524 395 306 223 164 206 - 198 162 173 163 144 169 160 156 143 187 - 146 146 157 177 173 171 197 214 254 333 - 505 760 1047 1074 910 689 698 717 570 382 - 273 291 231 278 239 272 257 316 315 377 - 419 593 709 1116 1749 2604 3739 4133 3642 2835 - 2622 2580 2147 1381 844 578 447 351 339 309 - 260 268 240 250 233 275 281 285 381 450 - 601 801 895 881 726 644 608 589 498 386 - 283 277 254 276 249 224 213 196 234 186 - 215 191 211 189 204 193 227 221 225 199 - 187 193 214 235 241 232 239 254 252 264 - 251 260 320 375 379 442 425 492 574 693 - 816 1046 1286 1773 2593 4047 6544 9907 12440 12196 - 9815 8006 7742 7431 5975 3773 2148 1465 1080 849 - 683 579 560 480 481 470 468 450 469 498 - 468 528 615 632 765 985 1263 1833 2821 4290 - 5647 5682 5372 5802 7664 7744 5866 4103 3552 3442 - 2855 1843 1102 771 578 517 456 381 379 335 - 326 303 286 287 274 272 282 267 236 255 - 238 218 224 209 228 244 234 221 237 224 - 217 187 261 216 246 244 282 276 314 333 - 385 413 609 855 1397 2190 3180 3151 2427 1819 - 1843 2058 1720 1115 716 480 364 297 300 267 - 227 215 189 213 174 175 193 183 178 166 - 171 171 172 161 151 143 141 139 172 153 - 169 141 125 135 142 134 142 138 152 159 - 140 143 136 147 144 148 153 112 148 138 - 119 121 160 136 164 137 166 142 158 176 - 175 183 249 309 389 541 720 682 600 452 - 443 453 437 329 289 226 201 182 160 178 - 146 181 142 201 182 174 168 174 233 275 - 331 464 712 969 1093 984 752 624 651 695 - 597 460 284 261 211 196 175 167 165 143 - 153 155 137 161 131 138 125 114 154 114 - 118 120 130 117 126 132 122 133 122 113 - 128 139 126 140 120 122 122 136 116 113 - 103 120 129 112 118 140 135 101 128 115 - 126 120 119 107 122 124 123 159 132 136 - 115 142 132 144 140 131 112 147 129 129 - 106 129 127 122 155 130 121 131 173 157 - 146 153 168 199 204 212 232 255 319 410 - 629 1090 1814 2668 2463 1752 1187 1257 1542 1549 - 1066 624 387 314 267 208 211 210 181 170 - 154 155 143 171 156 134 142 142 136 139 - 139 132 152 123 137 125 132 133 137 148 - 121 150 139 127 127 146 147 155 131 144 - 148 138 149 154 142 141 181 185 169 181 - 203 236 232 335 428 600 826 1143 1282 1262 - 1070 962 964 871 886 728 557 468 370 267 - 235 203 187 181 188 189 166 167 175 191 - 184 181 226 228 258 216 233 250 287 332 - 441 506 459 447 383 372 397 408 434 419 - 346 392 441 622 912 1096 1359 1605 1949 1937 - 1843 2020 1980 1741 1467 1209 1080 998 719 548 - 393 314 277 248 204 179 180 168 160 170 - 160 184 179 164 149 156 140 161 149 134 - 126 143 138 142 163 131 161 131 147 150 - 160 128 126 128 152 134 158 135 162 157 - 173 156 162 158 164 155 194 195 196 253 - 262 350 464 665 937 1141 1055 834 657 648 - 638 752 672 543 404 370 386 469 560 465 - 360 285 276 355 364 291 228 190 194 195 - 180 163 154 156 184 181 152 176 177 160 - 178 185 175 206 214 244 255 254 373 514 - 623 827 875 884 951 1181 1887 2582 2875 2303 - 1613 1270 1312 1510 1599 1288 890 794 643 683 - 884 1207 1571 1762 1506 1186 969 975 1015 1048 - 938 733 494 392 292 276 254 229 216 203 - 194 189 192 181 191 163 175 186 149 175 - 142 180 136 151 177 156 159 174 148 147 - 141 145 156 144 149 145 127 143 159 129 - 161 138 145 165 172 184 217 266 272 313 - 288 275 321 323 439 573 743 906 960 812 - 566 541 535 554 567 599 473 359 290 254 - 189 184 196 210 190 179 148 160 147 122 - 148 141 140 142 114 150 151 132 153 140 - 118 128 140 136 122 130 135 133 165 160 - 163 166 190 264 331 334 297 215 205 212 - 268 226 256 199 165 148 159 132 154 139 - 121 144 131 136 139 120 129 130 143 127 - 150 156 154 153 162 208 247 207 192 179 - 148 154 204 186 208 175 141 111 124 132 - 127 125 124 147 143 135 136 143 145 143 - 148 151 139 142 135 161 143 139 136 158 - 164 167 165 181 147 160 195 209 190 226 - 195 241 278 302 344 427 563 789 990 1317 - 1792 2342 2479 2083 1541 1233 1186 1301 1408 1348 - 1086 761 509 405 349 309 273 269 244 252 - 286 309 289 316 317 259 228 223 259 237 - 212 212 201 184 201 170 165 182 182 183 - 199 200 208 190 185 230 275 352 448 647 - 956 1241 1280 1063 730 559 576 678 833 919 - 838 736 578 449 352 332 306 308 321 300 - 245 216 201 182 162 147 163 193 149 171 - 166 202 155 141 162 155 166 190 174 189 - 211 169 195 197 235 250 286 344 394 561 - 722 930 1317 1481 1358 1037 813 746 717 877 - 916 896 663 502 396 302 255 280 238 238 - 233 267 258 267 346 468 667 897 976 870 - 617 478 483 485 541 636 625 465 354 276 - 231 232 190 216 192 191 172 178 212 172 - 174 183 142 176 174 159 196 194 202 246 - 258 272 227 206 220 234 235 252 241 246 - 280 326 391 456 640 670 639 521 515 493 - 632 854 1153 1468 1384 1196 879 770 660 705 - 773 815 766 626 469 409 338 280 267 303 - 290 315 308 375 471 637 830 1073 1024 833 - 639 528 502 569 667 732 600 516 444 417 - 430 431 409 399 319 289 333 368 368 375 - 332 257 253 244 250 251 239 260 202 234 - 236 222 268 246 261 301 352 434 507 687 - 891 929 869 744 766 883 1213 1390 1383 1276 - 1228 1172 1129 970 905 839 745 632 628 600 - 552 393 307 265 275 215 233 208 186 180 - 200 182 178 170 180 177 190 173 203 200 - 185 218 207 244 220 243 266 280 324 394 - 567 690 853 934 815 877 894 888 744 665 - 674 693 634 583 589 572 455 501 497 637 - 833 1120 968 776 526 397 372 472 548 682 - 632 479 341 304 211 213 199 185 190 194 - 183 193 204 201 264 298 373 364 306 270 - 271 259 298 371 433 565 625 581 460 365 - 291 270 311 317 411 435 426 481 415 358 - 268 245 239 204 246 236 272 241 203 182 - 189 163 165 161 145 149 163 166 138 141 - 158 145 131 135 147 133 140 144 155 157 - 196 193 175 172 174 148 164 177 183 250 - 310 439 401 356 276 178 216 209 222 263 - 281 270 217 181 183 174 171 151 142 130 - 147 146 148 124 129 128 135 143 135 145 - 134 131 154 135 139 155 143 151 154 160 - 141 160 155 171 166 159 187 205 212 230 - 313 346 402 511 535 696 717 624 520 421 - 399 344 380 468 482 453 373 267 229 209 - 176 193 210 179 173 207 225 265 315 289 - 229 197 204 221 249 258 290 401 434 421 - 368 358 396 462 547 580 497 442 397 313 - 316 296 341 355 373 333 274 262 290 329 - 333 356 280 237 214 238 243 204 239 255 - 249 226 191 222 193 236 264 308 340 330 - 282 229 235 204 203 252 249 232 222 217 - 226 222 238 265 341 339 338 302 275 242 - 218 232 297 360 399 423 365 273 254 262 - 216 316 339 402 509 598 700 742 619 470 - 398 379 352 351 379 443 466 438 357 289 - 258 233 216 241 235 277 309 358 356 323 - 273 243 224 243 250 220 267 291 282 252 - 255 328 357 411 375 323 267 240 208 209 - 236 248 261 256 244 203 173 170 174 168 - 167 181 159 195 168 180 186 175 191 213 - 274 266 323 421 552 799 1129 1277 1123 820 - 610 504 408 478 543 708 817 736 641 568 - 413 433 373 314 321 244 262 251 232 241 - 216 240 212 196 173 187 175 173 152 163 - 143 135 122 139 128 134 140 117 150 134 - 152 127 170 158 155 173 161 136 128 177 - 165 140 154 143 168 189 130 160 151 182 - 221 238 260 315 327 311 246 211 204 196 - 211 191 234 225 255 200 186 186 162 140 - 153 147 143 153 154 133 145 148 165 155 - 155 147 176 149 165 136 163 163 198 215 - 249 304 377 414 339 322 284 301 311 380 - 550 624 660 617 461 363 284 266 268 289 - 340 375 363 327 259 216 172 180 208 177 - 157 189 192 222 222 188 184 164 173 182 - 153 158 158 183 190 178 169 145 170 138 - 169 133 134 122 126 153 112 125 127 147 - 125 125 142 143 138 145 166 165 156 154 - 169 130 173 155 178 211 247 289 310 276 - 303 376 468 665 803 829 683 570 507 383 - 335 352 412 522 575 652 681 634 466 368 - 301 214 226 205 239 226 271 279 280 247 - 223 201 199 198 206 191 154 174 144 155 - 161 172 178 192 155 171 155 160 138 156 - 178 163 191 200 208 186 167 183 157 148 - 163 174 187 182 189 190 190 199 240 247 - 334 391 512 618 663 593 456 395 343 288 - 292 310 392 389 437 361 351 262 250 233 - 197 195 171 174 171 159 158 120 128 140 - 148 156 133 156 144 163 158 158 154 165 - 196 206 256 278 255 253 223 190 196 176 - 171 212 204 252 224 192 180 172 166 159 - 155 148 167 137 178 161 180 156 169 178 - 174 181 172 238 209 240 343 384 500 673 - 704 763 656 551 406 354 352 301 357 414 - 440 502 459 425 378 418 427 467 441 400 - 327 278 259 240 213 206 241 263 287 291 - 245 243 198 195 195 164 178 161 161 183 - 177 177 177 192 219 260 310 337 312 290 - 275 243 192 200 212 205 180 219 274 271 - 200 205 195 179 171 171 147 147 167 159 - 157 145 164 142 143 164 157 153 145 168 - 159 169 137 182 196 218 216 223 269 295 - 288 280 281 187 264 216 220 242 264 272 - 326 362 407 468 432 443 383 393 367 415 - 471 595 626 583 491 456 411 322 328 289 - 271 302 377 369 373 347 296 292 257 269 - 241 218 212 239 254 295 314 356 301 277 - 252 251 186 197 162 192 231 223 207 238 - 196 196 176 171 178 146 169 161 149 173 - 156 143 154 152 139 184 185 161 159 152 - 159 176 164 168 193 195 187 237 228 265 - 291 347 409 454 552 524 552 502 483 433 - 382 363 322 328 389 469 485 438 491 415 - 377 375 322 288 280 263 275 245 243 239 - 247 216 204 210 196 220 209 212 226 201 - 225 228 210 244 298 405 445 534 579 538 - 495 466 410 389 387 429 460 573 607 740 - 853 781 733 593 499 398 368 334 370 358 - 391 376 394 414 383 300 294 275 246 259 - 235 239 243 277 363 383 434 436 378 373 - 386 438 464 491 539 539 523 499 478 472 - 383 345 354 352 383 370 410 453 416 396 - 392 319 335 407 461 587 741 875 863 754 - 619 485 429 336 321 296 316 385 474 539 - 571 493 420 345 272 242 219 229 203 220 - 211 190 171 195 176 218 208 212 230 265 - 314 278 306 262 281 209 235 222 223 246 - 268 316 307 316 273 247 229 201 198 173 - 202 173 212 185 197 193 193 194 169 169 - 157 167 175 140 174 146 171 142 152 171 - 150 142 161 150 163 154 149 157 192 185 - 184 205 231 238 263 324 365 388 380 421 - 418 408 385 374 346 329 297 319 322 328 - 298 290 304 311 312 319 292 241 239 202 - 206 202 227 236 307 309 385 341 324 290 - 208 241 201 202 181 217 264 229 326 303 - 345 304 296 241 242 210 187 206 194 221 - 216 245 242 251 258 232 215 189 192 163 - 158 162 174 182 169 151 187 179 167 169 - 146 149 146 158 142 164 142 153 147 163 - 160 163 127 150 159 140 136 159 171 178 - 159 162 193 156 176 161 155 146 179 208 - 186 194 252 230 219 182 179 174 147 189 - 166 142 144 177 178 215 182 160 196 200 - 159 163 150 175 144 132 160 169 138 171 - 129 167 172 135 170 172 169 199 221 233 - 283 291 299 257 239 226 185 195 194 175 - 192 182 189 210 252 217 230 223 192 205 - 179 185 155 193 190 214 215 230 223 212 - 233 221 242 216 261 265 370 406 501 447 - 488 473 365 279 283 285 282 239 267 263 - 309 349 345 322 338 308 238 221 215 197 - 205 208 222 206 204 230 240 284 313 331 - 344 297 275 267 216 230 194 195 234 196 - 198 240 255 287 314 318 255 232 213 186 - 193 156 168 155 154 187 181 194 183 206 - 191 179 174 158 176 183 184 188 222 211 - 242 267 330 363 390 397 332 288 273 199 - 218 198 206 228 206 216 256 259 301 265 - 240 206 224 183 160 190 158 161 161 143 - 144 177 175 142 129 140 166 156 126 156 - 144 146 136 145 160 147 142 150 168 164 - 168 195 207 229 260 263 294 291 279 245 - 211 240 218 197 226 253 249 289 329 377 - 412 419 371 310 258 236 243 235 224 241 - 236 239 302 286 295 329 390 376 405 380 - 376 363 361 296 313 279 295 248 253 273 - 273 275 305 282 295 295 304 318 331 336 - 336 371 349 315 280 286 238 265 226 238 - 222 224 254 303 311 297 319 302 295 299 - 325 347 294 264 265 239 227 226 250 203 - 229 202 234 220 206 230 228 259 221 276 - 276 271 278 298 341 366 384 388 410 433 - 388 382 298 327 266 250 252 252 262 270 - 257 249 251 336 305 284 293 236 224 207 - 200 174 177 180 163 150 181 174 141 156 - 143 166 148 174 153 160 159 160 155 141 - 148 157 157 161 171 164 169 170 167 189 - 220 252 328 298 286 290 266 220 171 193 - 194 170 235 195 207 227 261 320 343 339 - 411 416 350 350 288 343 300 286 283 249 - 258 232 229 233 215 250 258 250 251 245 - 233 220 257 219 207 208 191 187 198 176 - 184 190 192 159 176 166 196 172 180 208 - 219 202 177 175 170 167 175 153 145 178 - 168 153 159 179 196 175 174 168 180 139 - 157 143 156 157 151 155 158 155 141 152 - 145 158 153 149 153 150 144 150 143 172 - 141 166 170 162 206 182 172 183 175 178 - 179 157 163 182 184 177 163 172 185 159 - 185 176 169 161 173 190 193 150 175 151 - 176 166 171 187 180 216 212 269 301 313 - 319 328 299 252 252 228 200 209 202 225 - 199 251 236 263 299 302 338 248 259 262 - 213 211 206 210 168 191 159 183 202 211 - 205 206 205 223 200 184 189 186 185 205 - 197 210 206 202 174 175 190 165 173 179 - 192 168 168 181 170 200 198 219 211 238 - 222 205 221 204 219 196 210 196 234 212 - 191 250 230 226 277 263 296 319 338 385 - 408 381 356 290 284 268 222 245 214 211 - 204 227 254 236 290 305 290 337 276 281 - 238 243 231 205 205 193 180 171 185 191 - 191 190 179 169 175 199 179 189 210 191 - 206 212 210 235 205 182 185 177 171 153 - 154 152 170 155 156 153 171 188 181 180 - 201 183 191 184 187 163 161 165 160 185 - 198 164 176 182 172 172 186 189 181 231 - 209 211 227 226 193 216 211 211 193 175 - 192 209 196 195 230 231 239 311 285 263 - 289 262 214 212 218 186 191 199 183 190 - 168 194 191 195 207 218 222 241 242 219 - 189 202 202 190 225 204 223 262 258 317 - 312 304 299 278 265 221 205 225 211 203 - 192 201 197 227 184 205 216 256 253 288 - 249 280 219 217 249 229 198 193 178 205 - 210 185 179 213 233 225 232 264 271 285 - 273 342 326 401 358 432 331 361 330 283 - 282 263 245 232 219 251 241 241 265 237 - 251 266 291 301 300 280 332 285 276 261 - 262 264 280 291 292 284 266 240 219 232 - 218 192 181 184 219 187 174 184 204 197 - 217 215 213 212 218 210 224 183 178 205 - 184 185 180 197 154 171 181 155 145 184 - 180 173 168 190 169 161 174 158 167 182 - 165 183 168 159 161 155 189 186 150 168 - 186 194 155 171 151 165 175 156 163 164 - 166 185 163 202 186 183 183 155 199 176 - 188 177 165 198 170 186 188 193 190 207 - 234 205 212 216 213 266 257 269 300 330 - 339 357 382 326 325 282 284 305 353 293 - 354 327 397 378 367 341 307 311 274 313 - 351 347 326 307 293 260 283 272 272 302 - 307 313 332 337 327 331 343 329 371 392 - 418 493 471 481 485 486 422 425 387 379 - 330 338 327 321 327 386 375 412 398 371 - 398 377 382 419 397 373 325 333 311 301 - 293 291 268 279 289 278 266 268 284 258 - 251 258 247 251 211 209 220 218 191 186 - 214 213 216 227 196 202 213 186 198 224 - 177 197 160 191 209 217 216 215 200 207 - 202 234 218 252 249 281 270 287 318 319 - 370 397 434 494 424 485 464 454 461 371 - 326 309 280 332 297 277 293 303 342 293 - 322 350 360 343 387 437 442 460 486 451 - 433 459 369 415 340 328 323 291 265 305 - 279 298 320 299 306 340 314 329 324 367 - 378 335 338 293 299 293 263 285 277 283 - 326 291 311 315 351 367 353 387 404 365 - 354 382 318 310 342 355 334 382 359 322 - 317 322 315 322 260 275 282 290 318 296 - 276 281 309 281 305 298 276 252 303 282 - 308 302 293 288 268 300 319 297 302 304 - 346 392 454 519 565 590 593 601 563 482 - 500 403 417 386 328 293 321 300 313 294 - 318 294 329 329 364 360 385 412 426 405 - 418 417 358 384 387 312 316 304 295 296 - 294 273 325 330 345 300 370 350 381 297 - 316 300 270 271 292 249 263 269 273 252 - 250 225 241 245 268 276 264 282 294 314 - 303 269 295 283 293 286 264 255 259 252 - 270 255 304 293 311 285 332 321 350 358 - 431 433 427 380 413 422 348 388 355 370 - 353 322 348 325 320 369 351 400 379 399 - 406 396 397 415 439 438 437 478 495 511 - 450 497 498 433 477 484 430 431 454 399 - 382 384 351 334 347 336 330 306 330 311 - 298 301 344 335 334 303 326 359 397 356 - 347 310 347 332 312 335 334 316 309 294 - 334 342 332 279 267 257 292 288 273 245 - 269 248 228 250 249 230 238 217 238 212 - 246 246 239 262 265 264 240 250 246 226 - 227 235 226 256 190 215 236 223 227 203 - 206 190 232 230 201 219 203 216 213 208 - 224 210 202 212 205 236 220 194 199 201 - 216 237 212 225 203 241 232 260 253 257 - 282 291 283 325 333 335 293 315 297 310 - 285 285 276 258 251 269 228 215 259 235 - 257 241 289 229 267 270 284 265 274 275 - 279 277 269 267 263 299 262 263 268 235 - 232 261 236 224 251 249 247 217 238 231 - 251 261 251 308 300 333 311 283 279 289 - 281 273 244 299 263 257 209 284 256 270 - 280 276 282 293 282 285 309 299 295 307 - 253 258 255 297 296 248 286 288 259 276 - 256 257 268 246 273 271 306 287 286 303 - 283 335 330 366 380 334 362 408 432 479 - 440 484 478 479 513 472 445 466 437 414 - 396 374 314 326 326 323 316 354 315 351 - 329 370 366 415 444 423 414 412 463 464 - 424 427 411 394 383 394 330 360 359 303 - 294 289 271 288 264 284 262 274 278 293 - 289 309 292 313 286 291 303 279 298 301 - 278 261 314 299 316 353 319 339 335 341 - 306 303 298 290 317 318 296 336 295 284 - 241 276 245 247 263 270 261 239 247 250 - 209 238 247 257 255 273 272 319 274 307 - 253 284 254 274 278 237 257 249 261 242 - 256 255 236 234 250 233 250 231 252 244 - 256 226 267 246 257 255 278 292 308 274 - 375 361 344 361 347 352 322 337 267 268 - 286 279 276 252 242 277 271 275 272 295 - 281 338 320 350 381 404 451 441 452 417 - 450 436 437 440 474 453 457 438 387 386 - 366 341 337 308 329 283 296 289 297 240 - 268 282 297 291 281 305 336 324 307 332 - 328 309 315 330 291 290 344 314 324 327 - 259 268 305 304 300 285 292 289 294 278 - 261 297 252 280 245 266 283 238 266 262 - 249 255 240 239 221 251 212 233 238 249 - 256 216 262 249 248 263 281 234 290 269 - 284 233 286 275 263 245 259 276 229 261 - 273 272 231 212 233 256 241 228 234 238 - 216 207 221 233 238 217 238 251 268 259 - 230 276 257 260 255 244 258 279 291 290 - 295 289 273 306 307 264 289 270 234 252 - 243 244 251 235 234 246 239 257 218 234 - 230 253 248 257 248 255 261 275 288 301 - 283 308 268 300 305 254 251 256 280 290 - 267 278 302 264 263 289 231 271 289 268 - 310 278 280 262 234 278 288 265 302 278 - 273 279 303 318 317 312 303 312 311 308 - 304 284 281 287 262 273 284 261 241 238 - 276 276 274 262 279 274 238 278 273 274 - 260 245 293 307 304 266 287 292 295 295 - 305 300 281 287 299 268 292 267 236 248 - 272 274 237 251 245 285 252 272 258 269 - 268 299 240 263 260 315 315 295 279 295 - 333 322 338 383 339 311 323 295 275 295 - 289 294 287 275 249 232 269 258 268 290 - 253 266 234 233 223 231 252 275 267 251 - 284 281 254 265 309 269 296 290 301 297 - 300 345 298 347 345 374 366 387 392 438 - 465 470 443 511 473 474 455 473 452 460 - 440 386 385 402 418 382 348 344 360 366 - 351 322 327 318 352 341 308 357 325 367 - 383 381 376 381 434 410 412 411 393 427 - 429 441 407 412 456 389 386 382 368 352 - 367 366 364 366 352 312 345 336 284 310 - 289 318 287 303 306 320 330 334 345 367 - 407 379 410 396 429 425 449 416 394 390 - 394 404 356 350 378 369 362 311 297 307 - 293 291 338 300 290 317 312 270 313 278 - 321 327 332 337 328 301 322 334 330 315 - 311 302 338 321 317 331 335 345 317 306 - 309 336 309 299 319 310 287 281 268 260 - 279 279 289 265 261 264 260 271 265 270 - 280 304 283 289 294 325 269 282 293 275 - 283 281 283 277 284 275 277 278 273 284 - 267 270 287 316 261 283 294 275 324 306 - 302 276 392 339 309 315 322 359 308 335 - 315 318 319 328 315 303 296 300 304 283 - 292 266 279 295 258 289 272 251 305 263 - 261 299 291 276 294 259 254 297 287 257 - 284 255 260 259 300 264 300 287 298 283 - 279 271 291 304 299 272 316 298 322 306 - 268 257 279 262 269 291 258 269 295 293 - 268 264 272 272 288 270 267 277 310 292 - 276 290 319 322 316 343 345 379 383 389 - 437 371 405 427 442 424 438 396 384 381 - 329 322 319 274 318 304 316 324 275 319 - 259 272 262 270 263 266 242 265 251 276 - 277 260 256 240 278 252 286 295 268 301 - 296 268 299 298 305 293 327 343 362 367 - 358 324 322 330 356 353 351 324 359 339 - 289 330 295 293 293 300 296 319 302 276 - 293 271 283 256 258 269 272 213 257 274 - 242 245 252 212 261 281 259 253 280 255 - 229 241 242 248 259 257 256 253 281 292 - 254 273 278 277 264 219 271 279 246 268 - 282 272 270 221 262 286 267 254 267 259 - 267 276 269 251 256 228 248 243 254 254 - 245 242 250 264 274 255 281 229 263 250 - 241 259 268 285 241 255 268 257 263 266 - 298 281 271 261 280 296 283 341 280 304 - 282 258 262 279 285 319 293 322 316 348 - 341 339 321 373 376 366 402 391 405 407 - 422 395 434 419 426 385 390 375 357 343 - 359 344 285 324 317 345 303 315 288 301 - 281 327 316 260 299 302 249 293 271 296 - 258 283 268 271 305 268 234 286 278 274 - 274 253 238 291 274 300 282 303 285 323 - 340 283 355 288 335 350 313 303 338 326 - 359 372 325 325 352 345 348 330 336 310 - 343 321 329 325 329 330 311 316 327 320 - 306 348 345 330 325 371 381 421 388 403 - 413 417 391 385 376 382 420 374 352 328 - 368 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.pcr deleted file mode 100644 index 63b70dbc6..000000000 --- a/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.pcr +++ /dev/null @@ -1,63 +0,0 @@ -COMM PbSO4 neutron from XrayDif single wavelength -! Current global Chi2 (Bragg contrib.) = 11.30 -! Files => DAT-file: pbsox_neut_single.dat, PCR-file: pbsox_neut_single -!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut - 1 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 -! -!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana - 0 2 1 0 1 0 4 0 0 2 0 1 1 0 4 1 1 -! -! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 - 1.540560 1.540560 0.00000 50.000 6.000 0.0000 0.0000 160.00 0.0000 0.0000 -! -!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 - 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 -! -! Excluded regions (LowT HighT) for Pattern# 1 - 0.00 10.00 - 154.00 180.00 -! -! - 0 !Number of refined parameters -! -! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 - -0.04816 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 -! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) - 154.318 100.004 -92.329 -95.599 126.679 -31.804 - 0.00 0.00 0.00 0.00 0.00 0.00 -!------------------------------------------------------------------------------- -! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 9.4433 -!------------------------------------------------------------------------------- -PbSO4 -! -!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More - 5 0 0 0.0 0.0 1.0 0 0 0 0 0 1213.030 0 7 0 -! -! -P n m a <--Space group symbol -!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes -Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 0 #conn S O 0 2 - 0.00 0.00 0.00 0.00 0.00 -S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 -! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model - 0.4693346E-03 0.00000 0.00000 0.00000 0.00000 0.00000 0 - 0.00000 0.000 0.000 0.000 0.000 0.000 -! U V W X Y GauSiz LorSiz Size-Model - 0.048457 -0.083053 0.035188 0.000000 0.049268 0.000000 0.000000 0 - 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -! a b c alpha beta gamma # Cell Info - 8.479832 5.397758 6.959325 90.000000 90.000000 90.000000 # box -0.25 1.25 -0.15 1.15 -0.15 1.15 - 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 -! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L - 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -! 2Th1/TOF1 2Th2/TOF2 Pattern to plot - 10.000 154.000 1 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.prf b/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.prf deleted file mode 100644 index e301552f0..000000000 --- a/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.prf +++ /dev/null @@ -1,6430 +0,0 @@ -IGOR -WAVES TwoTheta, Iobs, Icalc, Diff -BEGIN - 10.000 179.00 126.48 52.52 - 10.025 147.00 126.35 20.65 - 10.050 165.00 126.22 38.78 - 10.075 172.00 126.09 45.91 - 10.100 150.00 125.96 24.04 - 10.125 165.00 125.83 39.17 - 10.150 150.00 125.71 24.29 - 10.175 158.00 125.58 32.42 - 10.200 134.00 125.45 8.55 - 10.225 146.00 125.32 20.68 - 10.250 167.00 125.20 41.80 - 10.275 159.00 125.07 33.93 - 10.300 139.00 124.95 14.05 - 10.325 145.00 124.82 20.18 - 10.350 165.00 124.70 40.30 - 10.375 150.00 124.57 25.43 - 10.400 149.00 124.45 24.55 - 10.425 156.00 124.32 31.68 - 10.450 143.00 124.20 18.80 - 10.475 166.00 124.08 41.92 - 10.500 154.00 123.95 30.05 - 10.525 131.00 123.83 7.17 - 10.550 144.00 123.71 20.29 - 10.575 131.00 123.59 7.41 - 10.600 140.00 123.47 16.53 - 10.625 147.00 123.35 23.65 - 10.650 155.00 123.23 31.77 - 10.675 148.00 123.11 24.89 - 10.700 140.00 122.99 17.01 - 10.725 138.00 122.87 15.13 - 10.750 127.00 122.75 4.25 - 10.775 146.00 122.63 23.37 - 10.800 147.00 122.51 24.49 - 10.825 114.00 122.39 -8.39 - 10.850 129.00 122.28 6.72 - 10.875 129.00 122.16 6.84 - 10.900 128.00 122.04 5.96 - 10.925 136.00 121.93 14.07 - 10.950 148.00 121.81 26.19 - 10.975 132.00 121.70 10.30 - 11.000 141.00 121.58 19.42 - 11.025 135.00 121.47 13.53 - 11.050 141.00 121.35 19.65 - 11.075 145.00 121.24 23.76 - 11.100 131.00 121.12 9.88 - 11.125 142.00 121.01 20.99 - 11.150 148.00 120.90 27.10 - 11.175 151.00 120.79 30.21 - 11.200 127.00 120.67 6.33 - 11.225 133.00 120.56 12.44 - 11.250 131.00 120.45 10.55 - 11.275 125.00 120.34 4.66 - 11.300 129.00 120.23 8.77 - 11.325 128.00 120.12 7.88 - 11.350 134.00 120.01 13.99 - 11.375 142.00 119.90 22.10 - 11.400 115.00 119.79 -4.79 - 11.425 138.00 119.68 18.32 - 11.450 125.00 119.57 5.43 - 11.475 120.00 119.47 0.53 - 11.500 130.00 119.36 10.64 - 11.525 118.00 119.25 -1.25 - 11.550 118.00 119.14 -1.14 - 11.575 116.00 119.04 -3.04 - 11.600 119.00 118.93 0.07 - 11.625 101.00 118.82 -17.82 - 11.650 117.00 118.72 -1.72 - 11.675 142.00 118.61 23.39 - 11.700 112.00 118.51 -6.51 - 11.725 114.00 118.40 -4.40 - 11.750 111.00 118.30 -7.30 - 11.775 122.00 118.20 3.80 - 11.800 131.00 118.09 12.91 - 11.825 107.00 117.99 -10.99 - 11.850 121.00 117.89 3.11 - 11.875 123.00 117.78 5.22 - 11.900 120.00 117.68 2.32 - 11.925 126.00 117.58 8.42 - 11.950 125.00 117.48 7.52 - 11.975 120.00 117.38 2.62 - 12.000 103.00 117.28 -14.28 - 12.025 121.00 117.18 3.82 - 12.050 109.00 117.08 -8.08 - 12.075 115.00 116.98 -1.98 - 12.100 122.00 116.88 5.12 - 12.125 123.00 116.78 6.22 - 12.150 107.00 116.68 -9.68 - 12.175 126.00 116.58 9.42 - 12.200 133.00 116.49 16.51 - 12.225 120.00 116.39 3.61 - 12.250 100.00 116.29 -16.29 - 12.275 130.00 116.20 13.80 - 12.300 130.00 116.10 13.90 - 12.325 109.00 116.00 -7.00 - 12.350 116.00 115.91 0.09 - 12.375 121.00 115.81 5.19 - 12.400 99.00 115.72 -16.72 - 12.425 107.00 115.62 -8.62 - 12.450 110.00 115.53 -5.53 - 12.475 136.00 115.43 20.57 - 12.500 113.00 115.34 -2.34 - 12.525 102.00 115.25 -13.25 - 12.550 117.00 115.15 1.85 - 12.575 111.00 115.06 -4.06 - 12.600 105.00 114.97 -9.97 - 12.625 92.00 114.88 -22.88 - 12.650 110.00 114.79 -4.79 - 12.675 116.00 114.69 1.31 - 12.700 124.00 114.60 9.40 - 12.725 111.00 114.51 -3.51 - 12.750 91.00 114.42 -23.42 - 12.775 106.00 114.33 -8.33 - 12.800 122.00 114.24 7.76 - 12.825 121.00 114.15 6.85 - 12.850 119.00 114.06 4.94 - 12.875 114.00 113.98 0.02 - 12.900 129.00 113.89 15.11 - 12.925 95.00 113.80 -18.80 - 12.950 117.00 113.71 3.29 - 12.975 102.00 113.63 -11.63 - 13.000 102.00 113.54 -11.54 - 13.025 117.00 113.45 3.55 - 13.050 99.00 113.37 -14.37 - 13.075 124.00 113.28 10.72 - 13.100 107.00 113.19 -6.19 - 13.125 108.00 113.11 -5.11 - 13.150 99.00 113.02 -14.02 - 13.175 113.00 112.94 0.06 - 13.200 104.00 112.86 -8.86 - 13.225 92.00 112.77 -20.77 - 13.250 98.00 112.69 -14.69 - 13.275 107.00 112.60 -5.60 - 13.300 88.00 112.52 -24.52 - 13.325 96.00 112.44 -16.44 - 13.350 104.00 112.36 -8.36 - 13.375 81.00 112.28 -31.28 - 13.400 111.00 112.19 -1.19 - 13.425 78.00 112.11 -34.11 - 13.450 104.00 112.03 -8.03 - 13.475 119.00 111.95 7.05 - 13.500 106.00 111.87 -5.87 - 13.525 105.00 111.79 -6.79 - 13.550 96.00 111.71 -15.71 - 13.575 81.00 111.63 -30.63 - 13.600 95.00 111.55 -16.55 - 13.625 96.00 111.47 -15.47 - 13.650 103.00 111.40 -8.40 - 13.675 91.00 111.32 -20.32 - 13.700 112.00 111.24 0.76 - 13.725 107.00 111.16 -4.16 - 13.750 87.00 111.08 -24.08 - 13.775 112.00 111.01 0.99 - 13.800 92.00 110.93 -18.93 - 13.825 79.00 110.86 -31.86 - 13.850 92.00 110.78 -18.78 - 13.875 103.00 110.70 -7.70 - 13.900 97.00 110.63 -13.63 - 13.925 102.00 110.55 -8.55 - 13.950 86.00 110.48 -24.48 - 13.975 97.00 110.41 -13.41 - 14.000 103.00 110.33 -7.33 - 14.025 93.00 110.26 -17.26 - 14.050 111.00 110.18 0.82 - 14.075 95.00 110.11 -15.11 - 14.100 96.00 110.04 -14.04 - 14.125 93.00 109.97 -16.97 - 14.150 85.00 109.89 -24.89 - 14.175 104.00 109.82 -5.82 - 14.200 98.00 109.75 -11.75 - 14.225 108.00 109.68 -1.68 - 14.250 76.00 109.61 -33.61 - 14.275 92.00 109.54 -17.54 - 14.300 95.00 109.47 -14.47 - 14.325 89.00 109.40 -20.40 - 14.350 105.00 109.33 -4.33 - 14.375 95.00 109.26 -14.26 - 14.400 92.00 109.19 -17.19 - 14.425 105.00 109.12 -4.12 - 14.450 89.00 109.05 -20.05 - 14.475 99.00 108.99 -9.99 - 14.500 101.00 108.92 -7.92 - 14.525 97.00 108.85 -11.85 - 14.550 93.00 108.78 -15.78 - 14.575 99.00 108.72 -9.72 - 14.600 100.00 108.65 -8.65 - 14.625 83.00 108.58 -25.58 - 14.650 93.00 108.52 -15.52 - 14.675 96.00 108.45 -12.45 - 14.700 69.00 108.39 -39.39 - 14.725 101.00 108.32 -7.32 - 14.750 97.00 108.26 -11.26 - 14.775 85.00 108.19 -23.19 - 14.800 95.00 108.13 -13.13 - 14.825 85.00 108.06 -23.06 - 14.850 111.00 108.00 3.00 - 14.875 85.00 107.94 -22.94 - 14.900 86.00 107.87 -21.87 - 14.925 100.00 107.81 -7.81 - 14.950 88.00 107.75 -19.75 - 14.975 98.00 107.69 -9.69 - 15.000 92.00 107.63 -15.63 - 15.025 93.00 107.56 -14.56 - 15.050 94.00 107.50 -13.50 - 15.075 93.00 107.44 -14.44 - 15.100 81.00 107.38 -26.38 - 15.125 98.00 107.32 -9.32 - 15.150 78.00 107.26 -29.26 - 15.175 79.00 107.20 -28.20 - 15.200 93.00 107.14 -14.14 - 15.225 81.00 107.08 -26.08 - 15.250 88.00 107.02 -19.02 - 15.275 73.00 106.97 -33.97 - 15.300 85.00 106.91 -21.91 - 15.325 106.00 106.85 -0.85 - 15.350 88.00 106.79 -18.79 - 15.375 94.00 106.73 -12.73 - 15.400 96.00 106.68 -10.68 - 15.425 91.00 106.62 -15.62 - 15.450 101.00 106.56 -5.56 - 15.475 89.00 106.51 -17.51 - 15.500 87.00 106.45 -19.45 - 15.525 95.00 106.40 -11.40 - 15.550 87.00 106.34 -19.34 - 15.575 97.00 106.29 -9.29 - 15.600 81.00 106.23 -25.23 - 15.625 87.00 106.18 -19.18 - 15.650 93.00 106.12 -13.12 - 15.675 90.00 106.07 -16.07 - 15.700 73.00 106.01 -33.01 - 15.725 98.00 105.96 -7.96 - 15.750 86.00 105.91 -19.91 - 15.775 80.00 105.85 -25.85 - 15.800 82.00 105.80 -23.80 - 15.825 97.00 105.75 -8.75 - 15.850 80.00 105.70 -25.70 - 15.875 81.00 105.65 -24.65 - 15.900 80.00 105.60 -25.60 - 15.925 81.00 105.54 -24.54 - 15.950 73.00 105.49 -32.49 - 15.975 106.00 105.44 0.56 - 16.000 92.00 105.39 -13.39 - 16.025 101.00 105.34 -4.34 - 16.050 98.00 105.29 -7.29 - 16.075 104.00 105.24 -1.24 - 16.100 106.00 105.19 0.81 - 16.125 98.00 105.15 -7.15 - 16.150 114.00 105.10 8.90 - 16.175 97.00 105.05 -8.05 - 16.200 129.00 105.00 24.00 - 16.225 112.00 104.96 7.04 - 16.250 141.00 104.91 36.09 - 16.275 167.00 104.87 62.13 - 16.300 157.00 104.84 52.16 - 16.325 200.00 104.80 95.20 - 16.350 215.00 104.77 110.23 - 16.375 321.00 104.74 216.26 - 16.400 397.00 104.70 292.30 - 16.425 434.00 104.65 329.35 - 16.450 445.00 104.60 340.40 - 16.475 313.00 104.54 208.46 - 16.500 197.00 104.49 92.51 - 16.525 155.00 104.43 50.57 - 16.550 110.00 104.37 5.63 - 16.575 118.00 104.32 13.68 - 16.600 86.00 104.27 -18.27 - 16.625 110.00 104.23 5.77 - 16.650 95.00 104.18 -9.18 - 16.675 93.00 104.14 -11.14 - 16.700 98.00 104.10 -6.10 - 16.725 80.00 104.05 -24.05 - 16.750 85.00 104.01 -19.01 - 16.775 106.00 103.97 2.03 - 16.800 86.00 103.93 -17.93 - 16.825 103.00 103.88 -0.88 - 16.850 92.00 103.84 -11.84 - 16.875 88.00 103.80 -15.80 - 16.900 94.00 103.76 -9.76 - 16.925 79.00 103.72 -24.72 - 16.950 92.00 103.68 -11.68 - 16.975 106.00 103.64 2.36 - 17.000 82.00 103.60 -21.60 - 17.025 104.00 103.56 0.44 - 17.050 94.00 103.52 -9.52 - 17.075 88.00 103.48 -15.48 - 17.100 97.00 103.45 -6.45 - 17.125 93.00 103.41 -10.41 - 17.150 90.00 103.37 -13.37 - 17.175 120.00 103.33 16.67 - 17.200 93.00 103.29 -10.29 - 17.225 106.00 103.26 2.74 - 17.250 89.00 103.22 -14.22 - 17.275 92.00 103.18 -11.18 - 17.300 100.00 103.15 -3.15 - 17.325 91.00 103.11 -12.11 - 17.350 99.00 103.07 -4.07 - 17.375 81.00 103.04 -22.04 - 17.400 89.00 103.00 -14.00 - 17.425 79.00 102.97 -23.97 - 17.450 91.00 102.93 -11.93 - 17.475 84.00 102.90 -18.90 - 17.500 92.00 102.86 -10.86 - 17.525 107.00 102.83 4.17 - 17.550 99.00 102.80 -3.80 - 17.575 92.00 102.76 -10.76 - 17.600 87.00 102.73 -15.73 - 17.625 88.00 102.69 -14.69 - 17.650 67.00 102.66 -35.66 - 17.675 81.00 102.63 -21.63 - 17.700 86.00 102.60 -16.60 - 17.725 85.00 102.56 -17.56 - 17.750 103.00 102.53 0.47 - 17.775 85.00 102.50 -17.50 - 17.800 77.00 102.47 -25.47 - 17.825 105.00 102.44 2.56 - 17.850 93.00 102.41 -9.41 - 17.875 96.00 102.38 -6.38 - 17.900 93.00 102.35 -9.35 - 17.925 85.00 102.32 -17.32 - 17.950 75.00 102.29 -27.29 - 17.975 105.00 102.26 2.74 - 18.000 85.00 102.23 -17.23 - 18.025 89.00 102.20 -13.20 - 18.050 86.00 102.17 -16.17 - 18.075 76.00 102.14 -26.14 - 18.100 86.00 102.11 -16.11 - 18.125 71.00 102.08 -31.08 - 18.150 101.00 102.05 -1.05 - 18.175 100.00 102.03 -2.03 - 18.200 89.00 102.00 -13.00 - 18.225 74.00 101.97 -27.97 - 18.250 101.00 101.94 -0.94 - 18.275 103.00 101.92 1.08 - 18.300 95.00 101.89 -6.89 - 18.325 100.00 101.86 -1.86 - 18.350 87.00 101.84 -14.84 - 18.375 94.00 101.81 -7.81 - 18.400 84.00 101.79 -17.79 - 18.425 102.00 101.76 0.24 - 18.450 92.00 101.74 -9.74 - 18.475 80.00 101.71 -21.71 - 18.500 82.00 101.69 -19.69 - 18.525 105.00 101.66 3.34 - 18.550 84.00 101.64 -17.64 - 18.575 83.00 101.61 -18.61 - 18.600 93.00 101.59 -8.59 - 18.625 92.00 101.57 -9.57 - 18.650 105.00 101.54 3.46 - 18.675 94.00 101.52 -7.52 - 18.700 88.00 101.50 -13.50 - 18.725 97.00 101.47 -4.47 - 18.750 88.00 101.45 -13.45 - 18.775 110.00 101.43 8.57 - 18.800 110.00 101.41 8.59 - 18.825 84.00 101.39 -17.39 - 18.850 89.00 101.36 -12.36 - 18.875 98.00 101.34 -3.34 - 18.900 92.00 101.32 -9.32 - 18.925 86.00 101.30 -15.30 - 18.950 110.00 101.28 8.72 - 18.975 98.00 101.26 -3.26 - 19.000 93.00 101.24 -8.24 - 19.025 94.00 101.22 -7.22 - 19.050 104.00 101.20 2.80 - 19.075 96.00 101.18 -5.18 - 19.100 105.00 101.16 3.84 - 19.125 99.00 101.14 -2.14 - 19.150 117.00 101.12 15.88 - 19.175 111.00 101.11 9.89 - 19.200 100.00 101.09 -1.09 - 19.225 125.00 101.07 23.93 - 19.250 99.00 101.05 -2.05 - 19.275 107.00 101.03 5.97 - 19.300 107.00 101.02 5.98 - 19.325 98.00 101.00 -3.00 - 19.350 84.00 100.98 -16.98 - 19.375 112.00 100.97 11.03 - 19.400 99.00 100.95 -1.95 - 19.425 93.00 100.93 -7.93 - 19.450 108.00 100.92 7.08 - 19.475 100.00 100.90 -0.90 - 19.500 91.00 100.89 -9.89 - 19.525 98.00 100.87 -2.87 - 19.550 124.00 100.85 23.15 - 19.575 98.00 100.84 -2.84 - 19.600 121.00 100.82 20.18 - 19.625 114.00 100.81 13.19 - 19.650 93.00 100.80 -7.80 - 19.675 87.00 100.78 -13.78 - 19.700 95.00 100.77 -5.77 - 19.725 95.00 100.75 -5.75 - 19.750 121.00 100.74 20.26 - 19.775 102.00 100.73 1.27 - 19.800 127.00 100.71 26.29 - 19.825 119.00 100.70 18.30 - 19.850 118.00 100.69 17.31 - 19.875 107.00 100.68 6.32 - 19.900 100.00 100.66 -0.66 - 19.925 95.00 100.65 -5.65 - 19.950 116.00 100.64 15.36 - 19.975 136.00 100.63 35.37 - 20.000 92.00 100.62 -8.62 - 20.025 127.00 100.61 26.39 - 20.050 127.00 100.60 26.40 - 20.075 115.00 100.58 14.42 - 20.100 124.00 100.57 23.43 - 20.125 130.00 100.56 29.44 - 20.150 123.00 100.55 22.45 - 20.175 137.00 100.54 36.46 - 20.200 136.00 100.53 35.47 - 20.225 165.00 100.52 64.48 - 20.250 150.00 100.52 49.48 - 20.275 173.00 100.51 72.49 - 20.300 190.00 100.50 89.50 - 20.325 211.00 100.49 110.51 - 20.350 212.00 100.48 111.52 - 20.375 255.00 100.47 154.53 - 20.400 264.00 100.46 163.54 - 20.425 305.00 100.46 204.54 - 20.450 353.00 100.45 252.55 - 20.475 415.00 100.44 314.56 - 20.500 507.00 100.43 406.57 - 20.525 623.00 100.43 522.57 - 20.550 833.00 100.42 732.58 - 20.575 1076.00 100.41 975.59 - 20.600 1417.00 100.41 1316.59 - 20.625 1958.00 100.40 1857.60 - 20.650 2624.00 100.40 2523.60 - 20.675 3927.00 100.39 3826.61 - 20.700 5466.00 100.39 5365.62 - 20.725 7996.00 100.38 7895.62 - 20.750 11062.00 100.38 10961.62 - 20.775 12925.00 100.37 12824.63 - 20.800 12506.00 100.37 12405.63 - 20.825 10327.00 100.36 10226.64 - 20.850 8178.00 100.36 8077.64 - 20.875 6771.00 100.36 6670.64 - 20.900 5910.00 100.35 5809.65 - 20.925 4886.00 100.35 4785.65 - 20.950 3432.00 100.34 3331.66 - 20.975 2110.00 100.34 2009.66 - 21.000 1182.00 100.33 1081.67 - 21.025 802.00 100.33 701.67 - 21.050 623.00 100.33 522.67 - 21.075 527.00 100.32 426.68 - 21.100 435.00 100.32 334.68 - 21.125 393.00 100.32 292.68 - 21.150 356.00 100.32 255.68 - 21.175 333.00 100.31 232.69 - 21.200 295.00 100.31 194.69 - 21.225 316.00 100.31 215.69 - 21.250 280.00 100.31 179.69 - 21.275 248.00 100.31 147.69 - 21.300 264.00 100.31 163.69 - 21.325 216.00 100.31 115.69 - 21.350 202.00 100.31 101.69 - 21.375 211.00 100.31 110.69 - 21.400 187.00 100.31 86.69 - 21.425 168.00 100.31 67.69 - 21.450 208.00 100.31 107.69 - 21.475 160.00 100.31 59.69 - 21.500 171.00 100.31 70.69 - 21.525 149.00 100.31 48.69 - 21.550 166.00 100.31 65.69 - 21.575 138.00 100.31 37.69 - 21.600 168.00 100.31 67.69 - 21.625 129.00 100.31 28.69 - 21.650 147.00 100.32 46.68 - 21.675 134.00 100.32 33.68 - 21.700 125.00 100.32 24.68 - 21.725 137.00 100.32 36.68 - 21.750 112.00 100.32 11.68 - 21.775 128.00 100.33 27.67 - 21.800 134.00 100.33 33.67 - 21.825 121.00 100.33 20.67 - 21.850 138.00 100.34 37.66 - 21.875 103.00 100.34 2.66 - 21.900 124.00 100.34 23.66 - 21.925 115.00 100.35 14.65 - 21.950 119.00 100.35 18.65 - 21.975 109.00 100.36 8.64 - 22.000 119.00 100.36 18.64 - 22.025 116.00 100.36 15.64 - 22.050 127.00 100.37 26.63 - 22.075 133.00 100.37 32.63 - 22.100 121.00 100.38 20.62 - 22.125 109.00 100.38 8.62 - 22.150 114.00 100.39 13.61 - 22.175 113.00 100.40 12.60 - 22.200 120.00 100.40 19.60 - 22.225 118.00 100.41 17.59 - 22.250 102.00 100.41 1.59 - 22.275 110.00 100.42 9.58 - 22.300 118.00 100.43 17.57 - 22.325 123.00 100.43 22.57 - 22.350 116.00 100.44 15.56 - 22.375 112.00 100.45 11.55 - 22.400 107.00 100.45 6.55 - 22.425 121.00 100.46 20.54 - 22.450 104.00 100.47 3.53 - 22.475 124.00 100.48 23.52 - 22.500 105.00 100.48 4.52 - 22.525 128.00 100.49 27.51 - 22.550 115.00 100.50 14.50 - 22.575 128.00 100.51 27.49 - 22.600 99.00 100.52 -1.52 - 22.625 130.00 100.53 29.47 - 22.650 109.00 100.54 8.46 - 22.675 125.00 100.54 24.46 - 22.700 138.00 100.55 37.45 - 22.725 141.00 100.56 40.44 - 22.750 135.00 100.57 34.43 - 22.775 125.00 100.58 24.42 - 22.800 140.00 100.59 39.41 - 22.825 152.00 100.60 51.40 - 22.850 177.00 100.61 76.39 - 22.875 177.00 100.62 76.38 - 22.900 191.00 100.63 90.37 - 22.925 195.00 100.65 94.35 - 22.950 225.00 100.66 124.34 - 22.975 258.00 100.67 157.33 - 23.000 301.00 100.68 200.32 - 23.025 337.00 100.69 236.31 - 23.050 468.00 100.70 367.30 - 23.075 618.00 100.72 517.28 - 23.100 837.00 100.73 736.27 - 23.125 1082.00 100.75 981.25 - 23.150 1507.00 100.77 1406.23 - 23.175 2283.00 100.79 2182.21 - 23.200 3235.00 100.82 3134.18 - 23.225 4791.00 100.84 4690.16 - 23.250 6588.00 100.87 6487.13 - 23.275 8176.00 100.89 8075.11 - 23.300 8122.00 100.90 8021.10 - 23.325 6687.00 100.90 6586.10 - 23.350 5078.00 100.90 4977.10 - 23.375 3206.00 100.90 3105.10 - 23.400 1822.00 100.90 1721.10 - 23.425 1101.00 100.91 1000.09 - 23.450 712.00 100.92 611.08 - 23.475 566.00 100.93 465.07 - 23.500 470.00 100.94 369.06 - 23.525 381.00 100.96 280.04 - 23.550 302.00 100.97 201.03 - 23.575 277.00 100.99 176.01 - 23.600 259.00 101.00 158.00 - 23.625 259.00 101.02 157.98 - 23.650 212.00 101.03 110.97 - 23.675 198.00 101.05 96.95 - 23.700 189.00 101.06 87.94 - 23.725 153.00 101.08 51.92 - 23.750 182.00 101.09 80.91 - 23.775 178.00 101.11 76.89 - 23.800 175.00 101.13 73.87 - 23.825 164.00 101.14 62.86 - 23.850 139.00 101.16 37.84 - 23.875 176.00 101.18 74.82 - 23.900 159.00 101.19 57.81 - 23.925 147.00 101.21 45.79 - 23.950 172.00 101.23 70.77 - 23.975 167.00 101.25 65.75 - 24.000 159.00 101.26 57.74 - 24.025 180.00 101.28 78.72 - 24.050 168.00 101.30 66.70 - 24.075 162.00 101.32 60.68 - 24.100 166.00 101.34 64.66 - 24.125 147.00 101.36 45.64 - 24.150 149.00 101.38 47.62 - 24.175 161.00 101.39 59.61 - 24.200 173.00 101.41 71.59 - 24.225 145.00 101.43 43.57 - 24.250 210.00 101.45 108.55 - 24.275 201.00 101.47 99.53 - 24.300 257.00 101.49 155.51 - 24.325 262.00 101.52 160.48 - 24.350 342.00 101.54 240.46 - 24.375 451.00 101.57 349.43 - 24.400 598.00 101.60 496.40 - 24.425 796.00 101.65 694.35 - 24.450 1089.00 101.69 987.31 - 24.475 1648.00 101.74 1546.26 - 24.500 2386.00 101.78 2284.22 - 24.525 3203.00 101.80 3101.20 - 24.550 3155.00 101.81 3053.19 - 24.575 2711.00 101.81 2609.19 - 24.600 1970.00 101.80 1868.20 - 24.625 1292.00 101.80 1190.20 - 24.650 729.00 101.81 627.19 - 24.675 450.00 101.82 348.18 - 24.700 289.00 101.83 187.17 - 24.725 285.00 101.85 183.15 - 24.750 218.00 101.87 116.13 - 24.775 211.00 101.89 109.11 - 24.800 202.00 101.91 100.09 - 24.825 168.00 101.94 66.06 - 24.850 165.00 101.96 63.04 - 24.875 177.00 101.98 75.02 - 24.900 176.00 102.00 74.00 - 24.925 197.00 102.03 94.97 - 24.950 164.00 102.05 61.95 - 24.975 141.00 102.07 38.93 - 25.000 160.00 102.10 57.90 - 25.025 160.00 102.12 57.88 - 25.050 157.00 102.15 54.85 - 25.075 145.00 102.17 42.83 - 25.100 165.00 102.20 62.80 - 25.125 158.00 102.22 55.78 - 25.150 158.00 102.24 55.76 - 25.175 197.00 102.27 94.73 - 25.200 179.00 102.30 76.70 - 25.225 203.00 102.32 100.68 - 25.250 194.00 102.35 91.65 - 25.275 216.00 102.37 113.63 - 25.300 282.00 102.40 179.60 - 25.325 282.00 102.43 179.57 - 25.350 364.00 102.47 261.53 - 25.375 456.00 102.51 353.49 - 25.400 632.00 102.57 529.43 - 25.425 854.00 102.64 751.36 - 25.450 1213.00 102.74 1110.26 - 25.475 1815.00 102.84 1712.16 - 25.500 2863.00 102.93 2760.07 - 25.525 4063.00 102.99 3960.01 - 25.550 4649.00 103.00 4546.00 - 25.575 4165.00 102.97 4062.03 - 25.600 3168.00 102.93 3065.07 - 25.625 2329.00 102.88 2226.12 - 25.650 1423.00 102.85 1320.15 - 25.675 738.00 102.84 635.16 - 25.700 438.00 102.85 335.15 - 25.725 367.00 102.86 264.14 - 25.750 295.00 102.88 192.12 - 25.775 246.00 102.91 143.09 - 25.800 246.00 102.93 143.07 - 25.825 191.00 102.96 88.04 - 25.850 179.00 102.99 76.01 - 25.875 178.00 103.02 74.98 - 25.900 170.00 103.04 66.96 - 25.925 182.00 103.07 78.93 - 25.950 158.00 103.10 54.90 - 25.975 182.00 103.13 78.87 - 26.000 179.00 103.16 75.84 - 26.025 184.00 103.19 80.81 - 26.050 181.00 103.22 77.78 - 26.075 169.00 103.25 65.75 - 26.100 171.00 103.28 67.72 - 26.125 191.00 103.31 87.69 - 26.150 175.00 103.34 71.66 - 26.175 216.00 103.37 112.63 - 26.200 195.00 103.40 91.60 - 26.225 224.00 103.43 120.57 - 26.250 209.00 103.46 105.54 - 26.275 251.00 103.49 147.51 - 26.300 257.00 103.52 153.48 - 26.325 298.00 103.56 194.44 - 26.350 297.00 103.59 193.41 - 26.375 378.00 103.62 274.38 - 26.400 406.00 103.66 302.34 - 26.425 499.00 103.70 395.30 - 26.450 590.00 103.74 486.26 - 26.475 746.00 103.79 642.21 - 26.500 983.00 103.86 879.14 - 26.525 1402.00 103.96 1298.04 - 26.550 2108.00 104.11 2003.89 - 26.575 3097.00 104.31 2992.69 - 26.600 4641.00 104.55 4536.45 - 26.625 7229.00 104.80 7124.20 - 26.650 10690.00 104.99 10585.01 - 26.675 13494.00 105.04 13388.96 - 26.700 13106.00 104.95 13001.05 - 26.725 10401.00 104.78 10296.22 - 26.750 7908.00 104.59 7803.41 - 26.775 5365.00 104.44 5260.56 - 26.800 2857.00 104.35 2752.65 - 26.825 1575.00 104.30 1470.70 - 26.850 947.00 104.28 842.72 - 26.875 697.00 104.29 592.71 - 26.900 595.00 104.31 490.69 - 26.925 529.00 104.34 424.66 - 26.950 450.00 104.37 345.63 - 26.975 423.00 104.40 318.60 - 27.000 344.00 104.43 239.57 - 27.025 319.00 104.46 214.54 - 27.050 309.00 104.49 204.51 - 27.075 252.00 104.53 147.47 - 27.100 257.00 104.56 152.44 - 27.125 252.00 104.59 147.41 - 27.150 266.00 104.63 161.37 - 27.175 275.00 104.66 170.34 - 27.200 257.00 104.70 152.30 - 27.225 285.00 104.73 180.27 - 27.250 285.00 104.76 180.24 - 27.275 270.00 104.80 165.20 - 27.300 280.00 104.83 175.17 - 27.325 347.00 104.87 242.13 - 27.350 282.00 104.91 177.09 - 27.375 362.00 104.94 257.06 - 27.400 426.00 104.98 321.02 - 27.425 461.00 105.02 355.98 - 27.450 637.00 105.05 531.95 - 27.475 693.00 105.10 587.90 - 27.500 1051.00 105.14 945.86 - 27.525 1425.00 105.20 1319.80 - 27.550 2158.00 105.26 2052.74 - 27.575 3198.00 105.34 3092.66 - 27.600 5190.00 105.41 5084.59 - 27.625 8004.00 105.47 7898.53 - 27.650 10350.00 105.51 10244.49 - 27.675 9724.00 105.52 9618.48 - 27.700 7797.00 105.52 7691.48 - 27.725 6126.00 105.53 6020.47 - 27.750 4329.00 105.53 4223.47 - 27.775 2276.00 105.55 2170.45 - 27.800 1177.00 105.57 1071.43 - 27.825 756.00 105.60 650.40 - 27.850 591.00 105.64 485.36 - 27.875 486.00 105.67 380.33 - 27.900 352.00 105.71 246.29 - 27.925 340.00 105.75 234.25 - 27.950 314.00 105.78 208.22 - 27.975 270.00 105.82 164.18 - 28.000 256.00 105.86 150.14 - 28.025 253.00 105.90 147.10 - 28.050 245.00 105.94 139.06 - 28.075 206.00 105.97 100.03 - 28.100 212.00 106.01 105.99 - 28.125 183.00 106.05 76.95 - 28.150 205.00 106.09 98.91 - 28.175 185.00 106.13 78.87 - 28.200 164.00 106.17 57.83 - 28.225 197.00 106.21 90.79 - 28.250 167.00 106.25 60.75 - 28.275 175.00 106.29 68.71 - 28.300 159.00 106.33 52.67 - 28.325 152.00 106.36 45.64 - 28.350 162.00 106.40 55.60 - 28.375 168.00 106.44 61.56 - 28.400 151.00 106.48 44.52 - 28.425 153.00 106.52 46.48 - 28.450 128.00 106.56 21.44 - 28.475 167.00 106.60 60.40 - 28.500 147.00 106.64 40.36 - 28.525 140.00 106.68 33.32 - 28.550 139.00 106.73 32.27 - 28.575 153.00 106.77 46.23 - 28.600 153.00 106.81 46.19 - 28.625 154.00 106.85 47.15 - 28.650 145.00 106.89 38.11 - 28.675 147.00 106.93 40.07 - 28.700 134.00 106.97 27.03 - 28.725 160.00 107.01 52.99 - 28.750 137.00 107.06 29.94 - 28.775 134.00 107.10 26.90 - 28.800 131.00 107.14 23.86 - 28.825 157.00 107.18 49.82 - 28.850 137.00 107.22 29.78 - 28.875 145.00 107.27 37.73 - 28.900 151.00 107.31 43.69 - 28.925 164.00 107.35 56.65 - 28.950 171.00 107.39 63.61 - 28.975 172.00 107.44 64.56 - 29.000 165.00 107.48 57.52 - 29.025 168.00 107.52 60.48 - 29.050 162.00 107.56 54.44 - 29.075 193.00 107.61 85.39 - 29.100 169.00 107.65 61.35 - 29.125 199.00 107.70 91.30 - 29.150 186.00 107.74 78.26 - 29.175 208.00 107.78 100.22 - 29.200 196.00 107.83 88.17 - 29.225 182.00 107.87 74.13 - 29.250 246.00 107.92 138.08 - 29.275 245.00 107.97 137.03 - 29.300 284.00 108.01 175.99 - 29.325 340.00 108.06 231.94 - 29.350 364.00 108.11 255.89 - 29.375 382.00 108.16 273.84 - 29.400 519.00 108.22 410.78 - 29.425 665.00 108.28 556.72 - 29.450 837.00 108.36 728.64 - 29.475 1080.00 108.46 971.54 - 29.500 1566.00 108.63 1457.37 - 29.525 2321.00 108.88 2212.12 - 29.550 3438.00 109.22 3328.78 - 29.575 5181.00 109.64 5071.36 - 29.600 8141.00 110.06 8030.94 - 29.625 12608.00 110.36 12497.64 - 29.650 15702.00 110.40 15591.60 - 29.675 14432.00 110.18 14321.82 - 29.700 12071.00 109.85 11961.15 - 29.725 9687.00 109.52 9577.48 - 29.750 7137.00 109.27 7027.73 - 29.775 4123.00 109.11 4013.89 - 29.800 2094.00 109.04 1984.96 - 29.825 1334.00 109.02 1224.98 - 29.850 1013.00 109.03 903.97 - 29.875 780.00 109.06 670.94 - 29.900 668.00 109.10 558.90 - 29.925 467.00 109.13 357.87 - 29.950 438.00 109.17 328.83 - 29.975 379.00 109.21 269.79 - 30.000 355.00 109.26 245.74 - 30.025 263.00 109.30 153.70 - 30.050 287.00 109.34 177.66 - 30.075 299.00 109.39 189.61 - 30.100 247.00 109.43 137.57 - 30.125 253.00 109.47 143.53 - 30.150 236.00 109.52 126.48 - 30.175 223.00 109.56 113.44 - 30.200 193.00 109.61 83.39 - 30.225 198.00 109.66 88.34 - 30.250 184.00 109.70 74.30 - 30.275 204.00 109.75 94.25 - 30.300 185.00 109.79 75.21 - 30.325 174.00 109.84 64.16 - 30.350 201.00 109.89 91.11 - 30.375 168.00 109.93 58.07 - 30.400 185.00 109.98 75.02 - 30.425 175.00 110.03 64.97 - 30.450 171.00 110.07 60.93 - 30.475 153.00 110.12 42.88 - 30.500 162.00 110.17 51.83 - 30.525 135.00 110.21 24.79 - 30.550 159.00 110.26 48.74 - 30.575 139.00 110.31 28.69 - 30.600 147.00 110.35 36.65 - 30.625 127.00 110.40 16.60 - 30.650 143.00 110.45 32.55 - 30.675 140.00 110.49 29.51 - 30.700 115.00 110.54 4.46 - 30.725 142.00 110.59 31.41 - 30.750 123.00 110.64 12.36 - 30.775 156.00 110.69 45.31 - 30.800 133.00 110.74 22.26 - 30.825 135.00 110.78 24.22 - 30.850 128.00 110.83 17.17 - 30.875 130.00 110.88 19.12 - 30.900 127.00 110.93 16.07 - 30.925 120.00 110.98 9.02 - 30.950 121.00 111.03 9.97 - 30.975 106.00 111.07 -5.07 - 31.000 134.00 111.12 22.88 - 31.025 114.00 111.17 2.83 - 31.050 107.00 111.22 -4.22 - 31.075 123.00 111.27 11.73 - 31.100 111.00 111.32 -0.32 - 31.125 92.00 111.37 -19.37 - 31.150 134.00 111.42 22.58 - 31.175 87.00 111.47 -24.47 - 31.200 130.00 111.52 18.48 - 31.225 97.00 111.57 -14.57 - 31.250 101.00 111.62 -10.62 - 31.275 113.00 111.66 1.34 - 31.300 119.00 111.71 7.29 - 31.325 122.00 111.76 10.24 - 31.350 114.00 111.81 2.19 - 31.375 117.00 111.86 5.14 - 31.400 84.00 111.92 -27.92 - 31.425 105.00 111.97 -6.97 - 31.450 111.00 112.02 -1.02 - 31.475 104.00 112.07 -8.07 - 31.500 119.00 112.12 6.88 - 31.525 119.00 112.17 6.83 - 31.550 101.00 112.22 -11.22 - 31.575 117.00 112.27 4.73 - 31.600 122.00 112.32 9.68 - 31.625 105.00 112.37 -7.37 - 31.650 128.00 112.42 15.58 - 31.675 116.00 112.48 3.52 - 31.700 126.00 112.53 13.47 - 31.725 115.00 112.58 2.42 - 31.750 121.00 112.63 8.37 - 31.775 116.00 112.68 3.32 - 31.800 144.00 112.73 31.27 - 31.825 141.00 112.79 28.21 - 31.850 128.00 112.84 15.16 - 31.875 148.00 112.89 35.11 - 31.900 165.00 112.95 52.05 - 31.925 172.00 113.00 59.00 - 31.950 182.00 113.05 68.95 - 31.975 174.00 113.11 60.89 - 32.000 193.00 113.17 79.83 - 32.025 230.00 113.22 116.78 - 32.050 247.00 113.28 133.72 - 32.075 312.00 113.35 198.65 - 32.100 325.00 113.42 211.58 - 32.125 423.00 113.50 309.50 - 32.150 589.00 113.62 475.38 - 32.175 755.00 113.80 641.20 - 32.200 1130.00 114.07 1015.93 - 32.225 1670.00 114.45 1555.55 - 32.250 2522.00 114.89 2407.11 - 32.275 3976.00 115.31 3860.69 - 32.300 5312.00 115.57 5196.43 - 32.325 5540.00 115.53 5424.47 - 32.350 4806.00 115.27 4690.73 - 32.375 3984.00 114.92 3869.08 - 32.400 3579.00 114.62 3464.38 - 32.425 2684.00 114.41 2569.59 - 32.450 1672.00 114.30 1557.70 - 32.475 977.00 114.26 862.74 - 32.500 645.00 114.27 530.73 - 32.525 451.00 114.30 336.70 - 32.550 390.00 114.34 275.66 - 32.575 317.00 114.38 202.62 - 32.600 305.00 114.43 190.57 - 32.625 278.00 114.48 163.52 - 32.650 234.00 114.52 119.48 - 32.675 264.00 114.58 149.42 - 32.700 246.00 114.63 131.37 - 32.725 263.00 114.68 148.32 - 32.750 239.00 114.73 124.27 - 32.775 271.00 114.78 156.22 - 32.800 260.00 114.84 145.16 - 32.825 299.00 114.89 184.11 - 32.850 300.00 114.95 185.05 - 32.875 332.00 115.00 217.00 - 32.900 411.00 115.06 295.94 - 32.925 497.00 115.13 381.87 - 32.950 630.00 115.20 514.80 - 32.975 918.00 115.29 802.71 - 33.000 1214.00 115.41 1098.59 - 33.025 1839.00 115.57 1723.43 - 33.050 2852.00 115.78 2736.22 - 33.075 4745.00 116.00 4629.00 - 33.100 6636.00 116.20 6519.80 - 33.125 7831.00 116.31 7714.69 - 33.150 7010.00 116.32 6893.68 - 33.175 5926.00 116.27 5809.73 - 33.200 5069.00 116.22 4952.78 - 33.225 4251.00 116.17 4134.83 - 33.250 2900.00 116.14 2783.86 - 33.275 1743.00 116.10 1626.90 - 33.300 1167.00 116.07 1050.93 - 33.325 841.00 116.06 724.94 - 33.350 646.00 116.08 529.92 - 33.375 517.00 116.10 400.90 - 33.400 412.00 116.14 295.86 - 33.425 354.00 116.19 237.81 - 33.450 301.00 116.24 184.76 - 33.475 282.00 116.29 165.71 - 33.500 234.00 116.34 117.66 - 33.525 204.00 116.39 87.61 - 33.550 235.00 116.45 118.55 - 33.575 226.00 116.50 109.50 - 33.600 207.00 116.55 90.45 - 33.625 200.00 116.61 83.39 - 33.650 180.00 116.66 63.34 - 33.675 180.00 116.72 63.28 - 33.700 179.00 116.77 62.23 - 33.725 172.00 116.83 55.17 - 33.750 180.00 116.88 63.12 - 33.775 157.00 116.94 40.06 - 33.800 154.00 116.99 37.01 - 33.825 173.00 117.05 55.95 - 33.850 198.00 117.10 80.90 - 33.875 147.00 117.16 29.84 - 33.900 168.00 117.21 50.79 - 33.925 157.00 117.27 39.73 - 33.950 199.00 117.32 81.68 - 33.975 209.00 117.38 91.62 - 34.000 242.00 117.43 124.57 - 34.025 257.00 117.49 139.51 - 34.050 328.00 117.55 210.45 - 34.075 467.00 117.61 349.39 - 34.100 631.00 117.67 513.33 - 34.125 994.00 117.73 876.27 - 34.150 1449.00 117.79 1331.21 - 34.175 1522.00 117.85 1404.15 - 34.200 1193.00 117.90 1075.10 - 34.225 977.00 117.95 859.05 - 34.250 947.00 118.00 829.00 - 34.275 796.00 118.05 677.95 - 34.300 548.00 118.11 429.89 - 34.325 358.00 118.16 239.84 - 34.350 251.00 118.22 132.78 - 34.375 190.00 118.27 71.73 - 34.400 164.00 118.33 45.67 - 34.425 159.00 118.38 40.62 - 34.450 137.00 118.44 18.56 - 34.475 134.00 118.50 15.50 - 34.500 136.00 118.55 17.45 - 34.525 126.00 118.61 7.39 - 34.550 122.00 118.67 3.33 - 34.575 128.00 118.72 9.28 - 34.600 108.00 118.78 -10.78 - 34.625 100.00 118.84 -18.84 - 34.650 120.00 118.89 1.11 - 34.675 106.00 118.95 -12.95 - 34.700 123.00 119.01 3.99 - 34.725 117.00 119.06 -2.06 - 34.750 113.00 119.12 -6.12 - 34.775 108.00 119.18 -11.18 - 34.800 121.00 119.23 1.77 - 34.825 104.00 119.29 -15.29 - 34.850 104.00 119.35 -15.35 - 34.875 100.00 119.41 -19.41 - 34.900 105.00 119.46 -14.46 - 34.925 107.00 119.52 -12.52 - 34.950 108.00 119.58 -11.58 - 34.975 103.00 119.63 -16.63 - 35.000 108.00 119.69 -11.69 - 35.025 123.00 119.75 3.25 - 35.050 92.00 119.81 -27.81 - 35.075 122.00 119.86 2.14 - 35.100 97.00 119.92 -22.92 - 35.125 101.00 119.98 -18.98 - 35.150 92.00 120.04 -28.04 - 35.175 114.00 120.09 -6.09 - 35.200 89.00 120.15 -31.15 - 35.225 81.00 120.21 -39.21 - 35.250 113.00 120.27 -7.27 - 35.275 76.00 120.32 -44.32 - 35.300 89.00 120.38 -31.38 - 35.325 99.00 120.44 -21.44 - 35.350 89.00 120.50 -31.50 - 35.375 98.00 120.56 -22.56 - 35.400 98.00 120.61 -22.61 - 35.425 104.00 120.67 -16.67 - 35.450 120.00 120.73 -0.73 - 35.475 100.00 120.79 -20.79 - 35.500 99.00 120.84 -21.84 - 35.525 89.00 120.90 -31.90 - 35.550 111.00 120.96 -9.96 - 35.575 98.00 121.02 -23.02 - 35.600 96.00 121.08 -25.08 - 35.625 95.00 121.14 -26.14 - 35.650 84.00 121.19 -37.19 - 35.675 115.00 121.25 -6.25 - 35.700 106.00 121.31 -15.31 - 35.725 100.00 121.37 -21.37 - 35.750 86.00 121.43 -35.43 - 35.775 110.00 121.48 -11.48 - 35.800 86.00 121.54 -35.54 - 35.825 98.00 121.60 -23.60 - 35.850 97.00 121.66 -24.66 - 35.875 109.00 121.72 -12.72 - 35.900 112.00 121.78 -9.78 - 35.925 105.00 121.83 -16.83 - 35.950 86.00 121.89 -35.89 - 35.975 102.00 121.95 -19.95 - 36.000 91.00 122.01 -31.01 - 36.025 98.00 122.07 -24.07 - 36.050 111.00 122.13 -11.13 - 36.075 89.00 122.19 -33.19 - 36.100 95.00 122.24 -27.24 - 36.125 95.00 122.30 -27.30 - 36.150 84.00 122.36 -38.36 - 36.175 114.00 122.42 -8.42 - 36.200 108.00 122.48 -14.48 - 36.225 96.00 122.54 -26.54 - 36.250 94.00 122.60 -28.60 - 36.275 94.00 122.66 -28.66 - 36.300 102.00 122.71 -20.71 - 36.325 91.00 122.77 -31.77 - 36.350 106.00 122.84 -16.84 - 36.375 103.00 122.90 -19.90 - 36.400 82.00 122.95 -40.95 - 36.425 121.00 123.01 -2.01 - 36.450 101.00 123.07 -22.07 - 36.475 109.00 123.13 -14.13 - 36.500 112.00 123.19 -11.19 - 36.525 104.00 123.25 -19.25 - 36.550 103.00 123.31 -20.31 - 36.575 105.00 123.37 -18.37 - 36.600 112.00 123.43 -11.43 - 36.625 119.00 123.49 -4.49 - 36.650 116.00 123.55 -7.55 - 36.675 119.00 123.61 -4.61 - 36.700 115.00 123.67 -8.67 - 36.725 106.00 123.73 -17.73 - 36.750 122.00 123.79 -1.79 - 36.775 116.00 123.85 -7.85 - 36.800 120.00 123.92 -3.92 - 36.825 130.00 123.98 6.02 - 36.850 107.00 124.04 -17.04 - 36.875 137.00 124.10 12.90 - 36.900 132.00 124.17 7.83 - 36.925 131.00 124.23 6.77 - 36.950 140.00 124.30 15.70 - 36.975 150.00 124.37 25.63 - 37.000 149.00 124.44 24.56 - 37.025 161.00 124.53 36.47 - 37.050 190.00 124.66 65.34 - 37.075 210.00 124.83 85.17 - 37.100 234.00 125.10 108.90 - 37.125 297.00 125.46 171.54 - 37.150 378.00 125.88 252.12 - 37.175 583.00 126.25 456.75 - 37.200 909.00 126.43 782.57 - 37.225 1431.00 126.35 1304.65 - 37.250 2164.00 126.12 2037.88 - 37.275 2620.00 125.86 2494.14 - 37.300 2390.00 125.65 2264.35 - 37.325 1970.00 125.50 1844.50 - 37.350 1772.00 125.43 1646.57 - 37.375 1685.00 125.40 1559.60 - 37.400 1327.00 125.42 1201.58 - 37.425 891.00 125.45 765.55 - 37.450 543.00 125.50 417.50 - 37.475 352.00 125.55 226.45 - 37.500 292.00 125.60 166.40 - 37.525 230.00 125.66 104.34 - 37.550 177.00 125.71 51.29 - 37.575 182.00 125.77 56.23 - 37.600 207.00 125.83 81.17 - 37.625 158.00 125.88 32.12 - 37.650 143.00 125.94 17.06 - 37.675 129.00 126.00 3.00 - 37.700 161.00 126.06 34.94 - 37.725 133.00 126.12 6.88 - 37.750 119.00 126.18 -7.18 - 37.775 120.00 126.24 -6.24 - 37.800 128.00 126.30 1.70 - 37.825 118.00 126.36 -8.36 - 37.850 121.00 126.42 -5.42 - 37.875 132.00 126.48 5.52 - 37.900 135.00 126.54 8.46 - 37.925 134.00 126.60 7.40 - 37.950 132.00 126.67 5.33 - 37.975 135.00 126.74 8.26 - 38.000 156.00 126.83 29.17 - 38.025 182.00 126.93 55.07 - 38.050 207.00 127.04 79.96 - 38.075 266.00 127.17 138.83 - 38.100 351.00 127.28 223.72 - 38.125 368.00 127.35 240.65 - 38.150 312.00 127.37 184.63 - 38.175 269.00 127.36 141.64 - 38.200 260.00 127.36 132.64 - 38.225 249.00 127.37 121.63 - 38.250 219.00 127.40 91.60 - 38.275 174.00 127.45 46.55 - 38.300 157.00 127.50 29.50 - 38.325 146.00 127.56 18.44 - 38.350 135.00 127.62 7.38 - 38.375 137.00 127.68 9.32 - 38.400 136.00 127.74 8.26 - 38.425 103.00 127.79 -24.79 - 38.450 107.00 127.85 -20.85 - 38.475 99.00 127.91 -28.91 - 38.500 133.00 127.97 5.03 - 38.525 129.00 128.03 0.97 - 38.550 147.00 128.09 18.91 - 38.575 130.00 128.15 1.85 - 38.600 115.00 128.21 -13.21 - 38.625 123.00 128.27 -5.27 - 38.650 109.00 128.33 -19.33 - 38.675 106.00 128.40 -22.40 - 38.700 115.00 128.46 -13.46 - 38.725 136.00 128.52 7.48 - 38.750 119.00 128.58 -9.58 - 38.775 126.00 128.64 -2.64 - 38.800 131.00 128.70 2.30 - 38.825 135.00 128.76 6.24 - 38.850 116.00 128.82 -12.82 - 38.875 112.00 128.88 -16.88 - 38.900 123.00 128.94 -5.94 - 38.925 116.00 129.00 -13.00 - 38.950 121.00 129.07 -8.07 - 38.975 136.00 129.13 6.87 - 39.000 147.00 129.19 17.81 - 39.025 130.00 129.25 0.75 - 39.050 156.00 129.31 26.69 - 39.075 138.00 129.37 8.63 - 39.100 133.00 129.43 3.57 - 39.125 144.00 129.49 14.51 - 39.150 163.00 129.56 33.44 - 39.175 171.00 129.62 41.38 - 39.200 198.00 129.68 68.32 - 39.225 191.00 129.75 61.25 - 39.250 196.00 129.81 66.19 - 39.275 226.00 129.88 96.12 - 39.300 243.00 129.95 113.05 - 39.325 294.00 130.03 163.97 - 39.350 352.00 130.12 221.88 - 39.375 472.00 130.24 341.76 - 39.400 630.00 130.42 499.58 - 39.425 984.00 130.68 853.32 - 39.450 1383.00 130.99 1252.01 - 39.475 2157.00 131.29 2025.71 - 39.500 2946.00 131.47 2814.53 - 39.525 2947.00 131.44 2815.56 - 39.550 2469.00 131.26 2337.74 - 39.575 1988.00 131.07 1856.93 - 39.600 2056.00 130.93 1925.07 - 39.625 1767.00 130.86 1636.14 - 39.650 1317.00 130.85 1186.15 - 39.675 793.00 130.88 662.12 - 39.700 524.00 130.92 393.08 - 39.725 362.00 130.98 231.02 - 39.750 282.00 131.03 150.97 - 39.775 264.00 131.09 132.91 - 39.800 227.00 131.15 95.85 - 39.825 186.00 131.20 54.80 - 39.850 194.00 131.26 62.74 - 39.875 168.00 131.32 36.68 - 39.900 177.00 131.39 45.61 - 39.925 199.00 131.45 67.55 - 39.950 174.00 131.51 42.49 - 39.975 169.00 131.57 37.43 - 40.000 183.00 131.64 51.36 - 40.025 194.00 131.71 62.29 - 40.050 204.00 131.78 72.22 - 40.075 189.00 131.87 57.13 - 40.100 213.00 131.99 81.01 - 40.125 296.00 132.16 163.84 - 40.150 350.00 132.39 217.61 - 40.175 476.00 132.67 343.33 - 40.200 746.00 132.94 613.06 - 40.225 894.00 133.09 760.91 - 40.250 816.00 133.05 682.95 - 40.275 615.00 132.90 482.10 - 40.300 549.00 132.74 416.26 - 40.325 596.00 132.63 463.37 - 40.350 524.00 132.59 391.41 - 40.375 395.00 132.59 262.41 - 40.400 306.00 132.63 173.37 - 40.425 223.00 132.67 90.33 - 40.450 164.00 132.73 31.27 - 40.475 206.00 132.78 73.22 - 40.500 198.00 132.84 65.16 - 40.525 162.00 132.90 29.10 - 40.550 173.00 132.96 40.04 - 40.575 163.00 133.02 29.98 - 40.600 144.00 133.08 10.92 - 40.625 169.00 133.14 35.86 - 40.650 160.00 133.20 26.80 - 40.675 156.00 133.26 22.74 - 40.700 143.00 133.32 9.68 - 40.725 187.00 133.39 53.61 - 40.750 146.00 133.45 12.55 - 40.775 146.00 133.52 12.48 - 40.800 157.00 133.58 23.42 - 40.825 177.00 133.65 43.35 - 40.850 173.00 133.72 39.28 - 40.875 171.00 133.81 37.19 - 40.900 197.00 133.90 63.10 - 40.925 214.00 134.04 79.96 - 40.950 254.00 134.24 119.76 - 40.975 333.00 134.55 198.45 - 41.000 505.00 134.98 370.02 - 41.025 760.00 135.44 624.56 - 41.050 1047.00 135.78 911.22 - 41.075 1074.00 135.80 938.20 - 41.100 910.00 135.54 774.46 - 41.125 689.00 135.20 553.80 - 41.150 698.00 134.92 563.08 - 41.175 717.00 134.76 582.24 - 41.200 570.00 134.69 435.31 - 41.225 382.00 134.69 247.31 - 41.250 273.00 134.72 138.28 - 41.275 291.00 134.77 156.23 - 41.300 231.00 134.82 96.18 - 41.325 278.00 134.88 143.12 - 41.350 239.00 134.94 104.06 - 41.375 272.00 135.01 136.99 - 41.400 257.00 135.07 121.93 - 41.425 316.00 135.14 180.86 - 41.450 315.00 135.22 179.78 - 41.475 377.00 135.31 241.69 - 41.500 419.00 135.43 283.57 - 41.525 593.00 135.61 457.39 - 41.550 709.00 135.90 573.10 - 41.575 1116.00 136.37 979.63 - 41.600 1749.00 137.01 1611.99 - 41.625 2604.00 137.71 2466.29 - 41.650 3739.00 138.18 3600.82 - 41.675 4133.00 138.12 3994.88 - 41.700 3642.00 137.64 3504.36 - 41.725 2835.00 137.06 2697.94 - 41.750 2622.00 136.60 2485.40 - 41.775 2580.00 136.33 2443.67 - 41.800 2147.00 136.21 2010.79 - 41.825 1381.00 136.18 1244.82 - 41.850 844.00 136.19 707.81 - 41.875 578.00 136.22 441.78 - 41.900 447.00 136.27 310.73 - 41.925 351.00 136.32 214.68 - 41.950 339.00 136.37 202.63 - 41.975 309.00 136.43 172.57 - 42.000 260.00 136.48 123.52 - 42.025 268.00 136.54 131.46 - 42.050 240.00 136.60 103.40 - 42.075 250.00 136.66 113.34 - 42.100 233.00 136.72 96.28 - 42.125 275.00 136.79 138.21 - 42.150 281.00 136.87 144.13 - 42.175 285.00 136.96 148.04 - 42.200 381.00 137.09 243.91 - 42.225 450.00 137.28 312.72 - 42.250 601.00 137.51 463.49 - 42.275 801.00 137.77 663.23 - 42.300 895.00 137.97 757.03 - 42.325 881.00 138.02 742.98 - 42.350 726.00 137.94 588.06 - 42.375 644.00 137.80 506.20 - 42.400 608.00 137.69 470.31 - 42.425 589.00 137.63 451.37 - 42.450 498.00 137.64 360.36 - 42.475 386.00 137.68 248.32 - 42.500 283.00 137.76 145.24 - 42.525 277.00 137.86 139.14 - 42.550 254.00 137.95 116.05 - 42.575 276.00 138.01 137.99 - 42.600 249.00 138.03 110.97 - 42.625 224.00 138.04 85.96 - 42.650 213.00 138.06 74.94 - 42.675 196.00 138.09 57.91 - 42.700 234.00 138.13 95.87 - 42.725 186.00 138.19 47.81 - 42.750 215.00 138.24 76.76 - 42.775 191.00 138.30 52.70 - 42.800 211.00 138.36 72.64 - 42.825 189.00 138.41 50.59 - 42.850 204.00 138.47 65.53 - 42.875 193.00 138.53 54.47 - 42.900 227.00 138.59 88.41 - 42.925 221.00 138.65 82.35 - 42.950 225.00 138.72 86.28 - 42.975 199.00 138.78 60.22 - 43.000 187.00 138.84 48.16 - 43.025 193.00 138.90 54.10 - 43.050 214.00 138.96 75.04 - 43.075 235.00 139.02 95.98 - 43.100 241.00 139.08 101.92 - 43.125 232.00 139.14 92.86 - 43.150 239.00 139.20 99.80 - 43.175 254.00 139.26 114.74 - 43.200 252.00 139.32 112.68 - 43.225 264.00 139.38 124.62 - 43.250 251.00 139.44 111.56 - 43.275 260.00 139.51 120.49 - 43.300 320.00 139.57 180.43 - 43.325 375.00 139.63 235.37 - 43.350 379.00 139.70 239.30 - 43.375 442.00 139.76 302.24 - 43.400 425.00 139.83 285.17 - 43.425 492.00 139.90 352.10 - 43.450 574.00 139.98 434.02 - 43.475 693.00 140.05 552.95 - 43.500 816.00 140.14 675.86 - 43.525 1046.00 140.25 905.75 - 43.550 1286.00 140.41 1145.59 - 43.575 1773.00 140.67 1632.33 - 43.600 2593.00 141.12 2451.88 - 43.625 4047.00 141.80 3905.20 - 43.650 6544.00 142.69 6401.31 - 43.675 9907.00 143.54 9763.46 - 43.700 12440.00 143.92 12296.08 - 43.725 12196.00 143.62 12052.38 - 43.750 9815.00 142.87 9672.12 - 43.775 8006.00 142.11 7863.89 - 43.800 7742.00 141.56 7600.44 - 43.825 7431.00 141.25 7289.75 - 43.850 5975.00 141.12 5833.88 - 43.875 3773.00 141.08 3631.92 - 43.900 2148.00 141.09 2006.91 - 43.925 1465.00 141.12 1323.88 - 43.950 1080.00 141.16 938.84 - 43.975 849.00 141.21 707.79 - 44.000 683.00 141.26 541.74 - 44.025 579.00 141.31 437.69 - 44.050 560.00 141.36 418.64 - 44.075 480.00 141.42 338.58 - 44.100 481.00 141.47 339.53 - 44.125 470.00 141.53 328.47 - 44.150 468.00 141.59 326.41 - 44.175 450.00 141.65 308.35 - 44.200 469.00 141.71 327.29 - 44.225 498.00 141.78 356.22 - 44.250 468.00 141.84 326.16 - 44.275 528.00 141.91 386.09 - 44.300 615.00 141.99 473.01 - 44.325 632.00 142.09 489.91 - 44.350 765.00 142.21 622.79 - 44.375 985.00 142.39 842.61 - 44.400 1263.00 142.65 1120.35 - 44.425 1833.00 142.96 1690.04 - 44.450 2821.00 143.31 2677.69 - 44.475 4290.00 143.64 4146.36 - 44.500 5647.00 143.87 5503.13 - 44.525 5682.00 144.01 5537.99 - 44.550 5372.00 144.19 5227.81 - 44.575 5802.00 144.41 5657.59 - 44.600 7664.00 144.48 7519.52 - 44.625 7744.00 144.23 7599.77 - 44.650 5866.00 143.82 5722.18 - 44.675 4103.00 143.45 3959.55 - 44.700 3552.00 143.21 3408.79 - 44.725 3442.00 143.10 3298.90 - 44.750 2855.00 143.07 2711.93 - 44.775 1843.00 143.09 1699.91 - 44.800 1102.00 143.12 958.88 - 44.825 771.00 143.17 627.83 - 44.850 578.00 143.21 434.79 - 44.875 517.00 143.26 373.74 - 44.900 456.00 143.31 312.69 - 44.925 381.00 143.37 237.63 - 44.950 379.00 143.42 235.58 - 44.975 335.00 143.47 191.53 - 45.000 326.00 143.53 182.47 - 45.025 303.00 143.58 159.42 - 45.050 286.00 143.64 142.36 - 45.075 287.00 143.69 143.31 - 45.100 274.00 143.75 130.25 - 45.125 272.00 143.80 128.20 - 45.150 282.00 143.86 138.14 - 45.175 267.00 143.92 123.08 - 45.200 236.00 143.98 92.02 - 45.225 255.00 144.03 110.97 - 45.250 238.00 144.09 93.91 - 45.275 218.00 144.15 73.85 - 45.300 224.00 144.20 79.80 - 45.325 209.00 144.26 64.74 - 45.350 228.00 144.32 83.68 - 45.375 244.00 144.37 99.63 - 45.400 234.00 144.43 89.57 - 45.425 221.00 144.49 76.51 - 45.450 237.00 144.54 92.46 - 45.475 224.00 144.60 79.40 - 45.500 217.00 144.66 72.34 - 45.525 187.00 144.72 42.28 - 45.550 261.00 144.78 116.22 - 45.575 216.00 144.84 71.16 - 45.600 246.00 144.90 101.10 - 45.625 244.00 144.96 99.04 - 45.650 282.00 145.02 136.98 - 45.675 276.00 145.08 130.92 - 45.700 314.00 145.15 168.85 - 45.725 333.00 145.22 187.78 - 45.750 385.00 145.30 239.70 - 45.775 413.00 145.41 267.59 - 45.800 609.00 145.57 463.43 - 45.825 855.00 145.83 709.17 - 45.850 1397.00 146.18 1250.82 - 45.875 2190.00 146.59 2043.42 - 45.900 3180.00 146.87 3033.13 - 45.925 3151.00 146.84 3004.16 - 45.950 2427.00 146.59 2280.41 - 45.975 1819.00 146.30 1672.70 - 46.000 1843.00 146.11 1696.89 - 46.025 2058.00 146.02 1911.98 - 46.050 1720.00 146.00 1574.00 - 46.075 1115.00 146.02 968.98 - 46.100 716.00 146.06 569.94 - 46.125 480.00 146.10 333.90 - 46.150 364.00 146.15 217.85 - 46.175 297.00 146.20 150.80 - 46.200 300.00 146.25 153.75 - 46.225 267.00 146.31 120.69 - 46.250 227.00 146.36 80.64 - 46.275 215.00 146.41 68.59 - 46.300 189.00 146.47 42.53 - 46.325 213.00 146.52 66.48 - 46.350 174.00 146.58 27.42 - 46.375 175.00 146.63 28.37 - 46.400 193.00 146.69 46.31 - 46.425 183.00 146.74 36.26 - 46.450 178.00 146.80 31.20 - 46.475 166.00 146.85 19.15 - 46.500 171.00 146.91 24.09 - 46.525 171.00 146.96 24.04 - 46.550 172.00 147.02 24.98 - 46.575 161.00 147.07 13.93 - 46.600 151.00 147.13 3.87 - 46.625 143.00 147.18 -4.18 - 46.650 141.00 147.24 -6.24 - 46.675 139.00 147.29 -8.29 - 46.700 172.00 147.35 24.65 - 46.725 153.00 147.40 5.60 - 46.750 169.00 147.46 21.54 - 46.775 141.00 147.51 -6.51 - 46.800 125.00 147.57 -22.57 - 46.825 135.00 147.62 -12.62 - 46.850 142.00 147.68 -5.68 - 46.875 134.00 147.73 -13.73 - 46.900 142.00 147.79 -5.79 - 46.925 138.00 147.84 -9.84 - 46.950 152.00 147.90 4.10 - 46.975 159.00 147.95 11.05 - 47.000 140.00 148.01 -8.01 - 47.025 143.00 148.06 -5.06 - 47.050 136.00 148.12 -12.12 - 47.075 147.00 148.17 -1.17 - 47.100 144.00 148.23 -4.23 - 47.125 148.00 148.28 -0.28 - 47.150 153.00 148.34 4.66 - 47.175 112.00 148.39 -36.39 - 47.200 148.00 148.45 -0.45 - 47.225 138.00 148.50 -10.50 - 47.250 119.00 148.56 -29.56 - 47.275 121.00 148.61 -27.61 - 47.300 160.00 148.67 11.33 - 47.325 136.00 148.72 -12.72 - 47.350 164.00 148.78 15.22 - 47.375 137.00 148.83 -11.83 - 47.400 166.00 148.89 17.11 - 47.425 142.00 148.94 -6.94 - 47.450 158.00 149.00 9.00 - 47.475 176.00 149.05 26.95 - 47.500 175.00 149.11 25.89 - 47.525 183.00 149.17 33.83 - 47.550 249.00 149.24 99.76 - 47.575 309.00 149.33 159.67 - 47.600 389.00 149.42 239.58 - 47.625 541.00 149.52 391.48 - 47.650 720.00 149.59 570.41 - 47.675 682.00 149.62 532.38 - 47.700 600.00 149.64 450.36 - 47.725 452.00 149.66 302.34 - 47.750 443.00 149.69 293.31 - 47.775 453.00 149.75 303.25 - 47.800 437.00 149.82 287.18 - 47.825 329.00 149.88 179.12 - 47.850 289.00 149.92 139.08 - 47.875 226.00 149.96 76.04 - 47.900 201.00 149.99 51.01 - 47.925 182.00 150.03 31.97 - 47.950 160.00 150.08 9.92 - 47.975 178.00 150.13 27.87 - 48.000 146.00 150.18 -4.18 - 48.025 181.00 150.23 30.77 - 48.050 142.00 150.29 -8.29 - 48.075 201.00 150.34 50.66 - 48.100 182.00 150.39 31.61 - 48.125 174.00 150.45 23.55 - 48.150 168.00 150.50 17.50 - 48.175 174.00 150.55 23.45 - 48.200 233.00 150.60 82.40 - 48.225 275.00 150.66 124.34 - 48.250 331.00 150.71 180.29 - 48.275 464.00 150.76 313.24 - 48.300 712.00 150.82 561.18 - 48.325 969.00 150.87 818.13 - 48.350 1093.00 150.92 942.08 - 48.375 984.00 150.98 833.02 - 48.400 752.00 151.03 600.97 - 48.425 624.00 151.08 472.92 - 48.450 651.00 151.13 499.87 - 48.475 695.00 151.19 543.81 - 48.500 597.00 151.24 445.76 - 48.525 460.00 151.29 308.71 - 48.550 284.00 151.34 132.66 - 48.575 261.00 151.40 109.60 - 48.600 211.00 151.45 59.55 - 48.625 196.00 151.50 44.50 - 48.650 175.00 151.55 23.45 - 48.675 167.00 151.60 15.40 - 48.700 165.00 151.66 13.34 - 48.725 143.00 151.71 -8.71 - 48.750 153.00 151.76 1.24 - 48.775 155.00 151.81 3.19 - 48.800 137.00 151.87 -14.87 - 48.825 161.00 151.92 9.08 - 48.850 131.00 151.97 -20.97 - 48.875 138.00 152.02 -14.02 - 48.900 125.00 152.07 -27.07 - 48.925 114.00 152.13 -38.13 - 48.950 154.00 152.18 1.82 - 48.975 114.00 152.23 -38.23 - 49.000 118.00 152.28 -34.28 - 49.025 120.00 152.33 -32.33 - 49.050 130.00 152.39 -22.39 - 49.075 117.00 152.44 -35.44 - 49.100 126.00 152.49 -26.49 - 49.125 132.00 152.54 -20.54 - 49.150 122.00 152.59 -30.59 - 49.175 133.00 152.64 -19.64 - 49.200 122.00 152.69 -30.69 - 49.225 113.00 152.75 -39.75 - 49.250 128.00 152.80 -24.80 - 49.275 139.00 152.85 -13.85 - 49.300 126.00 152.90 -26.90 - 49.325 140.00 152.95 -12.95 - 49.350 120.00 153.00 -33.00 - 49.375 122.00 153.05 -31.05 - 49.400 122.00 153.10 -31.10 - 49.425 136.00 153.16 -17.16 - 49.450 116.00 153.21 -37.21 - 49.475 113.00 153.26 -40.26 - 49.500 103.00 153.31 -50.31 - 49.525 120.00 153.36 -33.36 - 49.550 129.00 153.41 -24.41 - 49.575 112.00 153.46 -41.46 - 49.600 118.00 153.51 -35.51 - 49.625 140.00 153.56 -13.56 - 49.650 135.00 153.61 -18.61 - 49.675 101.00 153.66 -52.66 - 49.700 128.00 153.71 -25.71 - 49.725 115.00 153.77 -38.77 - 49.750 126.00 153.82 -27.82 - 49.775 120.00 153.87 -33.87 - 49.800 119.00 153.92 -34.92 - 49.825 107.00 153.97 -46.97 - 49.850 122.00 154.02 -32.02 - 49.875 124.00 154.07 -30.07 - 49.900 123.00 154.12 -31.12 - 49.925 159.00 154.17 4.83 - 49.950 132.00 154.22 -22.22 - 49.975 136.00 154.27 -18.27 - 50.000 115.00 154.32 -39.32 - 50.025 142.00 154.37 -12.37 - 50.050 132.00 154.42 -22.42 - 50.075 144.00 154.47 -10.47 - 50.100 140.00 154.52 -14.52 - 50.125 131.00 154.57 -23.57 - 50.150 112.00 154.62 -42.62 - 50.175 147.00 154.67 -7.67 - 50.200 129.00 154.72 -25.72 - 50.225 129.00 154.77 -25.77 - 50.250 106.00 154.82 -48.82 - 50.275 129.00 154.87 -25.87 - 50.300 127.00 154.92 -27.92 - 50.325 122.00 154.97 -32.97 - 50.350 155.00 155.02 -0.02 - 50.375 130.00 155.07 -25.07 - 50.400 121.00 155.12 -34.12 - 50.425 131.00 155.17 -24.17 - 50.450 173.00 155.22 17.78 - 50.475 157.00 155.27 1.73 - 50.500 146.00 155.32 -9.32 - 50.525 153.00 155.37 -2.37 - 50.550 168.00 155.42 12.58 - 50.575 199.00 155.47 43.53 - 50.600 204.00 155.52 48.48 - 50.625 212.00 155.58 56.42 - 50.650 232.00 155.63 76.37 - 50.675 255.00 155.69 99.31 - 50.700 319.00 155.76 163.24 - 50.725 410.00 155.86 254.14 - 50.750 629.00 156.00 473.00 - 50.775 1090.00 156.21 933.79 - 50.800 1814.00 156.47 1657.53 - 50.825 2668.00 156.65 2511.35 - 50.850 2463.00 156.64 2306.36 - 50.875 1752.00 156.50 1595.50 - 50.900 1187.00 156.36 1030.64 - 50.925 1257.00 156.28 1100.72 - 50.950 1542.00 156.26 1385.74 - 50.975 1549.00 156.28 1392.72 - 51.000 1066.00 156.31 909.69 - 51.025 624.00 156.35 467.65 - 51.050 387.00 156.40 230.60 - 51.075 314.00 156.44 157.56 - 51.100 267.00 156.49 110.51 - 51.125 208.00 156.53 51.47 - 51.150 211.00 156.58 54.42 - 51.175 210.00 156.62 53.38 - 51.200 181.00 156.67 24.33 - 51.225 170.00 156.72 13.28 - 51.250 154.00 156.76 -2.76 - 51.275 155.00 156.81 -1.81 - 51.300 143.00 156.86 -13.86 - 51.325 171.00 156.91 14.09 - 51.350 156.00 156.95 -0.95 - 51.375 134.00 157.00 -23.00 - 51.400 142.00 157.05 -15.05 - 51.425 142.00 157.09 -15.09 - 51.450 136.00 157.14 -21.14 - 51.475 139.00 157.19 -18.19 - 51.500 139.00 157.23 -18.23 - 51.525 132.00 157.28 -25.28 - 51.550 152.00 157.33 -5.33 - 51.575 123.00 157.37 -34.37 - 51.600 137.00 157.42 -20.42 - 51.625 125.00 157.47 -32.47 - 51.650 132.00 157.51 -25.51 - 51.675 133.00 157.56 -24.56 - 51.700 137.00 157.61 -20.61 - 51.725 148.00 157.65 -9.65 - 51.750 121.00 157.70 -36.70 - 51.775 150.00 157.75 -7.75 - 51.800 139.00 157.79 -18.79 - 51.825 127.00 157.84 -30.84 - 51.850 127.00 157.89 -30.89 - 51.875 146.00 157.93 -11.93 - 51.900 147.00 157.98 -10.98 - 51.925 155.00 158.03 -3.03 - 51.950 131.00 158.07 -27.07 - 51.975 144.00 158.12 -14.12 - 52.000 148.00 158.17 -10.17 - 52.025 138.00 158.21 -20.21 - 52.050 149.00 158.26 -9.26 - 52.075 154.00 158.30 -4.30 - 52.100 142.00 158.35 -16.35 - 52.125 141.00 158.40 -17.40 - 52.150 181.00 158.44 22.56 - 52.175 185.00 158.49 26.51 - 52.200 169.00 158.54 10.46 - 52.225 181.00 158.58 22.42 - 52.250 203.00 158.63 44.37 - 52.275 236.00 158.68 77.32 - 52.300 232.00 158.72 73.28 - 52.325 335.00 158.77 176.23 - 52.350 428.00 158.83 269.17 - 52.375 600.00 158.90 441.10 - 52.400 826.00 158.97 667.03 - 52.425 1143.00 159.06 983.94 - 52.450 1282.00 159.12 1122.88 - 52.475 1262.00 159.17 1102.83 - 52.500 1070.00 159.20 910.80 - 52.525 962.00 159.23 802.77 - 52.550 964.00 159.24 804.76 - 52.575 871.00 159.25 711.75 - 52.600 886.00 159.28 726.72 - 52.625 728.00 159.32 568.68 - 52.650 557.00 159.36 397.64 - 52.675 468.00 159.40 308.60 - 52.700 370.00 159.45 210.55 - 52.725 267.00 159.49 107.51 - 52.750 235.00 159.54 75.46 - 52.775 203.00 159.58 43.42 - 52.800 187.00 159.63 27.37 - 52.825 181.00 159.67 21.33 - 52.850 188.00 159.72 28.28 - 52.875 189.00 159.77 29.23 - 52.900 166.00 159.82 6.18 - 52.925 167.00 159.87 7.13 - 52.950 175.00 159.93 15.07 - 52.975 191.00 160.01 30.99 - 53.000 184.00 160.14 23.86 - 53.025 181.00 160.31 20.69 - 53.050 226.00 160.52 65.48 - 53.075 228.00 160.67 67.33 - 53.100 258.00 160.64 97.36 - 53.125 216.00 160.52 55.48 - 53.150 233.00 160.43 72.57 - 53.175 250.00 160.41 89.59 - 53.200 287.00 160.44 126.56 - 53.225 332.00 160.52 171.48 - 53.250 441.00 160.63 280.37 - 53.275 506.00 160.73 345.27 - 53.300 459.00 160.74 298.26 - 53.325 447.00 160.71 286.29 - 53.350 383.00 160.68 222.32 - 53.375 372.00 160.68 211.32 - 53.400 397.00 160.70 236.30 - 53.425 408.00 160.73 247.27 - 53.450 434.00 160.77 273.23 - 53.475 419.00 160.81 258.19 - 53.500 346.00 160.85 185.15 - 53.525 392.00 160.90 231.10 - 53.550 441.00 160.94 280.06 - 53.575 622.00 160.98 461.02 - 53.600 912.00 161.03 750.97 - 53.625 1096.00 161.08 934.92 - 53.650 1359.00 161.13 1197.87 - 53.675 1605.00 161.19 1443.81 - 53.700 1949.00 161.26 1787.74 - 53.725 1937.00 161.36 1775.64 - 53.750 1843.00 161.48 1681.52 - 53.775 2020.00 161.57 1858.43 - 53.800 1980.00 161.57 1818.43 - 53.825 1741.00 161.54 1579.46 - 53.850 1467.00 161.52 1305.48 - 53.875 1209.00 161.52 1047.48 - 53.900 1080.00 161.54 918.46 - 53.925 998.00 161.57 836.43 - 53.950 719.00 161.61 557.39 - 53.975 548.00 161.65 386.35 - 54.000 393.00 161.69 231.31 - 54.025 314.00 161.73 152.27 - 54.050 277.00 161.77 115.23 - 54.075 248.00 161.81 86.19 - 54.100 204.00 161.85 42.15 - 54.125 179.00 161.90 17.10 - 54.150 180.00 161.94 18.06 - 54.175 168.00 161.98 6.02 - 54.200 160.00 162.02 -2.02 - 54.225 170.00 162.06 7.94 - 54.250 160.00 162.10 -2.10 - 54.275 184.00 162.14 21.86 - 54.300 179.00 162.18 16.82 - 54.325 164.00 162.22 1.78 - 54.350 149.00 162.26 -13.26 - 54.375 156.00 162.31 -6.31 - 54.400 140.00 162.35 -22.35 - 54.425 161.00 162.39 -1.39 - 54.450 149.00 162.43 -13.43 - 54.475 134.00 162.47 -28.47 - 54.500 126.00 162.51 -36.51 - 54.525 143.00 162.55 -19.55 - 54.550 138.00 162.59 -24.59 - 54.575 142.00 162.63 -20.63 - 54.600 163.00 162.67 0.33 - 54.625 131.00 162.71 -31.71 - 54.650 161.00 162.75 -1.75 - 54.675 131.00 162.79 -31.79 - 54.700 147.00 162.83 -15.83 - 54.725 150.00 162.87 -12.87 - 54.750 160.00 162.91 -2.91 - 54.775 128.00 162.95 -34.95 - 54.800 126.00 162.99 -36.99 - 54.825 128.00 163.03 -35.03 - 54.850 152.00 163.07 -11.07 - 54.875 134.00 163.11 -29.11 - 54.900 158.00 163.15 -5.15 - 54.925 135.00 163.19 -28.19 - 54.950 162.00 163.23 -1.23 - 54.975 157.00 163.27 -6.27 - 55.000 173.00 163.31 9.69 - 55.025 156.00 163.35 -7.35 - 55.050 162.00 163.39 -1.39 - 55.075 158.00 163.43 -5.43 - 55.100 164.00 163.47 0.53 - 55.125 155.00 163.51 -8.51 - 55.150 194.00 163.55 30.45 - 55.175 195.00 163.59 31.41 - 55.200 196.00 163.63 32.37 - 55.225 253.00 163.67 89.33 - 55.250 262.00 163.71 98.29 - 55.275 350.00 163.75 186.25 - 55.300 464.00 163.80 300.20 - 55.325 665.00 163.86 501.14 - 55.350 937.00 163.92 773.08 - 55.375 1141.00 163.97 977.03 - 55.400 1055.00 164.00 891.00 - 55.425 834.00 164.02 669.98 - 55.450 657.00 164.04 492.96 - 55.475 648.00 164.07 483.93 - 55.500 638.00 164.10 473.90 - 55.525 752.00 164.14 587.86 - 55.550 672.00 164.17 507.83 - 55.575 543.00 164.21 378.79 - 55.600 404.00 164.25 239.75 - 55.625 370.00 164.29 205.71 - 55.650 386.00 164.32 221.68 - 55.675 469.00 164.36 304.64 - 55.700 560.00 164.40 395.60 - 55.725 465.00 164.44 300.56 - 55.750 360.00 164.48 195.52 - 55.775 285.00 164.51 120.49 - 55.800 276.00 164.55 111.45 - 55.825 355.00 164.59 190.41 - 55.850 364.00 164.63 199.37 - 55.875 291.00 164.66 126.34 - 55.900 228.00 164.70 63.30 - 55.925 190.00 164.74 25.26 - 55.950 194.00 164.77 29.23 - 55.975 195.00 164.81 30.19 - 56.000 180.00 164.85 15.15 - 56.025 163.00 164.89 -1.89 - 56.050 154.00 164.92 -10.92 - 56.075 156.00 164.96 -8.96 - 56.100 184.00 165.00 19.00 - 56.125 181.00 165.04 15.96 - 56.150 152.00 165.07 -13.07 - 56.175 176.00 165.11 10.89 - 56.200 177.00 165.15 11.85 - 56.225 160.00 165.18 -5.18 - 56.250 178.00 165.22 12.78 - 56.275 185.00 165.26 19.74 - 56.300 175.00 165.29 9.71 - 56.325 206.00 165.33 40.67 - 56.350 214.00 165.37 48.63 - 56.375 244.00 165.40 78.60 - 56.400 255.00 165.44 89.56 - 56.425 254.00 165.48 88.52 - 56.450 373.00 165.51 207.49 - 56.475 514.00 165.55 348.45 - 56.500 623.00 165.59 457.41 - 56.525 827.00 165.63 661.37 - 56.550 875.00 165.67 709.33 - 56.575 884.00 165.71 718.29 - 56.600 951.00 165.75 785.25 - 56.625 1181.00 165.80 1015.20 - 56.650 1887.00 165.86 1721.14 - 56.675 2582.00 165.91 2416.09 - 56.700 2875.00 165.95 2709.05 - 56.725 2303.00 165.96 2137.04 - 56.750 1613.00 165.97 1447.03 - 56.775 1270.00 166.00 1104.00 - 56.800 1312.00 166.03 1145.97 - 56.825 1510.00 166.06 1343.94 - 56.850 1599.00 166.09 1432.91 - 56.875 1288.00 166.13 1121.87 - 56.900 890.00 166.17 723.83 - 56.925 794.00 166.21 627.79 - 56.950 643.00 166.25 476.75 - 56.975 683.00 166.31 516.69 - 57.000 884.00 166.39 717.61 - 57.025 1207.00 166.51 1040.49 - 57.050 1571.00 166.63 1404.37 - 57.075 1762.00 166.70 1595.30 - 57.100 1506.00 166.67 1339.33 - 57.125 1186.00 166.61 1019.39 - 57.150 969.00 166.59 802.41 - 57.175 975.00 166.58 808.42 - 57.200 1015.00 166.60 848.40 - 57.225 1048.00 166.62 881.38 - 57.250 938.00 166.65 771.35 - 57.275 733.00 166.68 566.32 - 57.300 494.00 166.72 327.28 - 57.325 392.00 166.75 225.25 - 57.350 292.00 166.78 125.22 - 57.375 276.00 166.82 109.18 - 57.400 254.00 166.85 87.15 - 57.425 229.00 166.88 62.12 - 57.450 216.00 166.92 49.08 - 57.475 203.00 166.95 36.05 - 57.500 194.00 166.98 27.02 - 57.525 189.00 167.02 21.98 - 57.550 192.00 167.05 24.95 - 57.575 181.00 167.08 13.92 - 57.600 191.00 167.12 23.88 - 57.625 163.00 167.15 -4.15 - 57.650 175.00 167.18 7.82 - 57.675 186.00 167.22 18.78 - 57.700 149.00 167.25 -18.25 - 57.725 175.00 167.28 7.72 - 57.750 142.00 167.31 -25.31 - 57.775 180.00 167.35 12.65 - 57.800 136.00 167.38 -31.38 - 57.825 151.00 167.41 -16.41 - 57.850 177.00 167.45 9.55 - 57.875 156.00 167.48 -11.48 - 57.900 159.00 167.51 -8.51 - 57.925 174.00 167.55 6.45 - 57.950 148.00 167.58 -19.58 - 57.975 147.00 167.61 -20.61 - 58.000 141.00 167.64 -26.64 - 58.025 145.00 167.68 -22.68 - 58.050 156.00 167.71 -11.71 - 58.075 144.00 167.74 -23.74 - 58.100 149.00 167.77 -18.77 - 58.125 145.00 167.81 -22.81 - 58.150 127.00 167.84 -40.84 - 58.175 143.00 167.88 -24.88 - 58.200 159.00 167.91 -8.91 - 58.225 129.00 167.94 -38.94 - 58.250 161.00 167.98 -6.98 - 58.275 138.00 168.01 -30.01 - 58.300 145.00 168.04 -23.04 - 58.325 165.00 168.08 -3.08 - 58.350 172.00 168.11 3.89 - 58.375 184.00 168.15 15.85 - 58.400 217.00 168.19 48.81 - 58.425 266.00 168.24 97.76 - 58.450 272.00 168.29 103.71 - 58.475 313.00 168.33 144.67 - 58.500 288.00 168.36 119.64 - 58.525 275.00 168.40 106.60 - 58.550 321.00 168.45 152.55 - 58.575 323.00 168.52 154.48 - 58.600 439.00 168.65 270.35 - 58.625 573.00 168.91 404.09 - 58.650 743.00 169.35 573.65 - 58.675 906.00 169.84 736.16 - 58.700 960.00 169.96 790.04 - 58.725 812.00 169.59 642.41 - 58.750 566.00 169.18 396.82 - 58.775 541.00 168.95 372.05 - 58.800 535.00 168.86 366.14 - 58.825 554.00 168.87 385.13 - 58.850 567.00 168.95 398.05 - 58.875 599.00 169.12 429.88 - 58.900 473.00 169.36 303.64 - 58.925 359.00 169.51 189.49 - 58.950 290.00 169.40 120.60 - 58.975 254.00 169.21 84.79 - 59.000 189.00 169.08 19.92 - 59.025 184.00 169.03 14.97 - 59.050 196.00 169.02 26.98 - 59.075 210.00 169.04 40.96 - 59.100 190.00 169.05 20.95 - 59.125 179.00 169.08 9.92 - 59.150 148.00 169.10 -21.10 - 59.175 160.00 169.13 -9.13 - 59.200 147.00 169.15 -22.15 - 59.225 122.00 169.18 -47.18 - 59.250 148.00 169.21 -21.21 - 59.275 141.00 169.23 -28.23 - 59.300 140.00 169.26 -29.26 - 59.325 142.00 169.29 -27.29 - 59.350 114.00 169.32 -55.32 - 59.375 150.00 169.35 -19.35 - 59.400 151.00 169.38 -18.38 - 59.425 132.00 169.40 -37.40 - 59.450 153.00 169.43 -16.43 - 59.475 140.00 169.46 -29.46 - 59.500 118.00 169.49 -51.49 - 59.525 128.00 169.52 -41.52 - 59.550 140.00 169.55 -29.55 - 59.575 136.00 169.57 -33.57 - 59.600 122.00 169.60 -47.60 - 59.625 130.00 169.63 -39.63 - 59.650 135.00 169.66 -34.66 - 59.675 133.00 169.69 -36.69 - 59.700 165.00 169.72 -4.72 - 59.725 160.00 169.75 -9.75 - 59.750 163.00 169.78 -6.78 - 59.775 166.00 169.81 -3.81 - 59.800 190.00 169.85 20.15 - 59.825 264.00 169.90 94.10 - 59.850 331.00 169.95 161.05 - 59.875 334.00 169.99 164.01 - 59.900 297.00 170.00 127.00 - 59.925 215.00 170.00 45.00 - 59.950 205.00 170.01 34.99 - 59.975 212.00 170.03 41.97 - 60.000 268.00 170.06 97.94 - 60.025 226.00 170.08 55.92 - 60.050 256.00 170.11 85.89 - 60.075 199.00 170.14 28.86 - 60.100 165.00 170.17 -5.17 - 60.125 148.00 170.19 -22.19 - 60.150 159.00 170.22 -11.22 - 60.175 132.00 170.25 -38.25 - 60.200 154.00 170.28 -16.28 - 60.225 139.00 170.30 -31.30 - 60.250 121.00 170.33 -49.33 - 60.275 144.00 170.36 -26.36 - 60.300 131.00 170.39 -39.39 - 60.325 136.00 170.41 -34.41 - 60.350 139.00 170.44 -31.44 - 60.375 120.00 170.47 -50.47 - 60.400 129.00 170.50 -41.50 - 60.425 130.00 170.53 -40.53 - 60.450 143.00 170.55 -27.55 - 60.475 127.00 170.58 -43.58 - 60.500 150.00 170.62 -20.62 - 60.525 156.00 170.65 -14.65 - 60.550 154.00 170.70 -16.70 - 60.575 153.00 170.77 -17.77 - 60.600 162.00 170.89 -8.89 - 60.625 208.00 171.05 36.95 - 60.650 247.00 171.15 75.85 - 60.675 207.00 171.09 35.91 - 60.700 192.00 170.98 21.02 - 60.725 179.00 170.92 8.08 - 60.750 148.00 170.90 -22.90 - 60.775 154.00 170.91 -16.91 - 60.800 204.00 170.93 33.07 - 60.825 186.00 170.95 15.05 - 60.850 208.00 170.97 37.03 - 60.875 175.00 171.00 4.00 - 60.900 141.00 171.02 -30.02 - 60.925 111.00 171.04 -60.04 - 60.950 124.00 171.07 -47.07 - 60.975 132.00 171.09 -39.09 - 61.000 127.00 171.12 -44.12 - 61.025 125.00 171.14 -46.14 - 61.050 124.00 171.17 -47.17 - 61.075 147.00 171.19 -24.19 - 61.100 143.00 171.22 -28.22 - 61.125 135.00 171.24 -36.24 - 61.150 136.00 171.27 -35.27 - 61.175 143.00 171.29 -28.29 - 61.200 145.00 171.32 -26.32 - 61.225 143.00 171.34 -28.34 - 61.250 148.00 171.36 -23.36 - 61.275 151.00 171.39 -20.39 - 61.300 139.00 171.41 -32.41 - 61.325 142.00 171.44 -29.44 - 61.350 135.00 171.46 -36.46 - 61.375 161.00 171.49 -10.49 - 61.400 143.00 171.52 -28.52 - 61.425 139.00 171.54 -32.54 - 61.450 136.00 171.57 -35.57 - 61.475 158.00 171.60 -13.60 - 61.500 164.00 171.64 -7.64 - 61.525 167.00 171.70 -4.70 - 61.550 165.00 171.77 -6.77 - 61.575 181.00 171.88 9.12 - 61.600 147.00 171.94 -24.94 - 61.625 160.00 171.92 -11.92 - 61.650 195.00 171.87 23.13 - 61.675 209.00 171.84 37.16 - 61.700 190.00 171.84 18.16 - 61.725 226.00 171.86 54.14 - 61.750 195.00 171.88 23.12 - 61.775 241.00 171.91 69.09 - 61.800 278.00 171.93 106.07 - 61.825 302.00 171.96 130.04 - 61.850 344.00 172.00 172.00 - 61.875 427.00 172.04 254.96 - 61.900 563.00 172.08 390.92 - 61.925 789.00 172.15 616.85 - 61.950 990.00 172.27 817.73 - 61.975 1317.00 172.51 1144.49 - 62.000 1792.00 172.98 1619.02 - 62.025 2342.00 173.62 2168.38 - 62.050 2479.00 173.87 2305.13 - 62.075 2083.00 173.38 1909.62 - 62.100 1541.00 172.83 1368.17 - 62.125 1233.00 172.52 1060.48 - 62.150 1186.00 172.39 1013.61 - 62.175 1301.00 172.35 1128.65 - 62.200 1408.00 172.34 1235.66 - 62.225 1348.00 172.34 1175.66 - 62.250 1086.00 172.35 913.65 - 62.275 761.00 172.36 588.64 - 62.300 509.00 172.38 336.62 - 62.325 405.00 172.40 232.60 - 62.350 349.00 172.42 176.58 - 62.375 309.00 172.43 136.57 - 62.400 273.00 172.46 100.54 - 62.425 269.00 172.48 96.52 - 62.450 244.00 172.50 71.50 - 62.475 252.00 172.53 79.47 - 62.500 286.00 172.57 113.43 - 62.525 309.00 172.61 136.39 - 62.550 289.00 172.67 116.33 - 62.575 316.00 172.73 143.27 - 62.600 317.00 172.77 144.23 - 62.625 259.00 172.75 86.25 - 62.650 228.00 172.71 55.29 - 62.675 223.00 172.70 50.30 - 62.700 259.00 172.71 86.29 - 62.725 237.00 172.72 64.28 - 62.750 212.00 172.74 39.26 - 62.775 212.00 172.76 39.24 - 62.800 201.00 172.78 28.22 - 62.825 184.00 172.80 11.20 - 62.850 201.00 172.82 28.18 - 62.875 170.00 172.84 -2.84 - 62.900 165.00 172.86 -7.86 - 62.925 182.00 172.88 9.12 - 62.950 182.00 172.90 9.10 - 62.975 183.00 172.92 10.08 - 63.000 199.00 172.94 26.06 - 63.025 200.00 172.96 27.04 - 63.050 208.00 172.98 35.02 - 63.075 190.00 173.00 17.00 - 63.100 185.00 173.02 11.98 - 63.125 230.00 173.05 56.95 - 63.150 275.00 173.07 101.93 - 63.175 352.00 173.09 178.91 - 63.200 448.00 173.12 274.88 - 63.225 647.00 173.16 473.84 - 63.250 956.00 173.21 782.79 - 63.275 1241.00 173.28 1067.72 - 63.300 1280.00 173.31 1106.69 - 63.325 1063.00 173.29 889.71 - 63.350 730.00 173.26 556.74 - 63.375 559.00 173.26 385.74 - 63.400 576.00 173.27 402.73 - 63.425 678.00 173.29 504.71 - 63.450 833.00 173.31 659.69 - 63.475 919.00 173.35 745.65 - 63.500 838.00 173.38 664.62 - 63.525 736.00 173.42 562.58 - 63.550 578.00 173.42 404.58 - 63.575 449.00 173.42 275.58 - 63.600 352.00 173.42 178.58 - 63.625 332.00 173.44 158.56 - 63.650 306.00 173.45 132.55 - 63.675 308.00 173.47 134.53 - 63.700 321.00 173.49 147.51 - 63.725 300.00 173.51 126.49 - 63.750 245.00 173.53 71.47 - 63.775 216.00 173.54 42.46 - 63.800 201.00 173.56 27.44 - 63.825 182.00 173.58 8.42 - 63.850 162.00 173.60 -11.60 - 63.875 147.00 173.62 -26.62 - 63.900 163.00 173.63 -10.63 - 63.925 193.00 173.65 19.35 - 63.950 149.00 173.67 -24.67 - 63.975 171.00 173.69 -2.69 - 64.000 166.00 173.71 -7.71 - 64.025 202.00 173.72 28.28 - 64.050 155.00 173.74 -18.74 - 64.075 141.00 173.76 -32.76 - 64.100 162.00 173.78 -11.78 - 64.125 155.00 173.80 -18.80 - 64.150 166.00 173.82 -7.82 - 64.175 190.00 173.84 16.16 - 64.200 174.00 173.86 0.14 - 64.225 189.00 173.88 15.12 - 64.250 211.00 173.89 37.11 - 64.275 169.00 173.91 -4.91 - 64.300 195.00 173.93 21.07 - 64.325 197.00 173.95 23.05 - 64.350 235.00 173.98 61.02 - 64.375 250.00 174.00 76.00 - 64.400 286.00 174.02 111.98 - 64.425 344.00 174.05 169.95 - 64.450 394.00 174.09 219.91 - 64.475 561.00 174.15 386.85 - 64.500 722.00 174.26 547.74 - 64.525 930.00 174.48 755.52 - 64.550 1317.00 174.87 1142.13 - 64.575 1481.00 175.16 1305.84 - 64.600 1358.00 174.93 1183.07 - 64.625 1037.00 174.57 862.43 - 64.650 813.00 174.36 638.64 - 64.675 746.00 174.28 571.72 - 64.700 717.00 174.26 542.74 - 64.725 877.00 174.25 702.75 - 64.750 916.00 174.26 741.74 - 64.775 896.00 174.27 721.73 - 64.800 663.00 174.27 488.73 - 64.825 502.00 174.29 327.71 - 64.850 396.00 174.30 221.70 - 64.875 302.00 174.31 127.69 - 64.900 255.00 174.33 80.67 - 64.925 280.00 174.34 105.66 - 64.950 238.00 174.36 63.64 - 64.975 238.00 174.37 63.63 - 65.000 233.00 174.38 58.62 - 65.025 267.00 174.40 92.60 - 65.050 258.00 174.42 83.58 - 65.075 267.00 174.43 92.57 - 65.100 346.00 174.44 171.56 - 65.125 468.00 174.46 293.54 - 65.150 667.00 174.48 492.52 - 65.175 897.00 174.51 722.49 - 65.200 976.00 174.53 801.47 - 65.225 870.00 174.54 695.46 - 65.250 617.00 174.54 442.46 - 65.275 478.00 174.55 303.45 - 65.300 483.00 174.57 308.43 - 65.325 485.00 174.58 310.42 - 65.350 541.00 174.60 366.40 - 65.375 636.00 174.62 461.38 - 65.400 625.00 174.63 450.37 - 65.425 465.00 174.65 290.35 - 65.450 354.00 174.68 179.32 - 65.475 276.00 174.71 101.29 - 65.500 231.00 174.77 56.23 - 65.525 232.00 174.88 57.12 - 65.550 190.00 175.02 14.98 - 65.575 216.00 175.04 40.96 - 65.600 192.00 174.93 17.07 - 65.625 191.00 174.84 16.16 - 65.650 172.00 174.81 -2.81 - 65.675 178.00 174.81 3.19 - 65.700 212.00 174.81 37.19 - 65.725 172.00 174.82 -2.82 - 65.750 174.00 174.83 -0.83 - 65.775 183.00 174.84 8.16 - 65.800 142.00 174.86 -32.86 - 65.825 176.00 174.87 1.13 - 65.850 174.00 174.88 -0.88 - 65.875 159.00 174.90 -15.90 - 65.900 196.00 174.92 21.08 - 65.925 194.00 174.94 19.06 - 65.950 202.00 174.98 27.02 - 65.975 246.00 175.04 70.96 - 66.000 258.00 175.09 82.91 - 66.025 272.00 175.08 96.92 - 66.050 227.00 175.04 51.96 - 66.075 206.00 175.03 30.97 - 66.100 220.00 175.03 44.97 - 66.125 234.00 175.04 58.96 - 66.150 235.00 175.05 59.95 - 66.175 252.00 175.07 76.93 - 66.200 241.00 175.08 65.92 - 66.225 246.00 175.10 70.90 - 66.250 280.00 175.12 104.88 - 66.275 326.00 175.15 150.85 - 66.300 391.00 175.20 215.80 - 66.325 456.00 175.30 280.70 - 66.350 640.00 175.47 464.53 - 66.375 670.00 175.58 494.42 - 66.400 639.00 175.47 463.53 - 66.425 521.00 175.34 345.66 - 66.450 515.00 175.29 339.71 - 66.475 493.00 175.29 317.71 - 66.500 632.00 175.31 456.69 - 66.525 854.00 175.39 678.61 - 66.550 1153.00 175.55 977.45 - 66.575 1468.00 175.83 1292.17 - 66.600 1384.00 176.01 1207.99 - 66.625 1196.00 175.78 1020.22 - 66.650 879.00 175.54 703.46 - 66.675 770.00 175.42 594.58 - 66.700 660.00 175.38 484.62 - 66.725 705.00 175.37 529.63 - 66.750 773.00 175.37 597.63 - 66.775 815.00 175.37 639.63 - 66.800 766.00 175.37 590.63 - 66.825 626.00 175.38 450.62 - 66.850 469.00 175.39 293.61 - 66.875 409.00 175.40 233.60 - 66.900 338.00 175.41 162.59 - 66.925 280.00 175.42 104.58 - 66.950 267.00 175.43 91.57 - 66.975 303.00 175.44 127.56 - 67.000 290.00 175.46 114.54 - 67.025 315.00 175.47 139.53 - 67.050 308.00 175.49 132.51 - 67.075 375.00 175.51 199.49 - 67.100 471.00 175.55 295.45 - 67.125 637.00 175.62 461.38 - 67.150 830.00 175.76 654.24 - 67.175 1073.00 175.98 897.02 - 67.200 1024.00 176.02 847.98 - 67.225 833.00 175.82 657.18 - 67.250 639.00 175.68 463.32 - 67.275 528.00 175.63 352.37 - 67.300 502.00 175.61 326.39 - 67.325 569.00 175.60 393.40 - 67.350 667.00 175.61 491.39 - 67.375 732.00 175.61 556.39 - 67.400 600.00 175.62 424.38 - 67.425 516.00 175.63 340.37 - 67.450 444.00 175.63 268.37 - 67.475 417.00 175.64 241.36 - 67.500 430.00 175.65 254.35 - 67.525 431.00 175.66 255.34 - 67.550 409.00 175.67 233.33 - 67.575 399.00 175.68 223.32 - 67.600 319.00 175.69 143.31 - 67.625 289.00 175.70 113.30 - 67.650 333.00 175.71 157.29 - 67.675 368.00 175.72 192.28 - 67.700 368.00 175.73 192.27 - 67.725 375.00 175.74 199.26 - 67.750 332.00 175.74 156.26 - 67.775 257.00 175.75 81.25 - 67.800 253.00 175.76 77.24 - 67.825 244.00 175.78 68.22 - 67.850 250.00 175.79 74.21 - 67.875 251.00 175.80 75.20 - 67.900 239.00 175.81 63.19 - 67.925 260.00 175.83 84.17 - 67.950 202.00 175.84 26.16 - 67.975 234.00 175.85 58.15 - 68.000 236.00 175.87 60.13 - 68.025 222.00 175.89 46.11 - 68.050 268.00 175.91 92.09 - 68.075 246.00 175.95 70.05 - 68.100 261.00 176.01 84.99 - 68.125 301.00 176.12 124.88 - 68.150 352.00 176.35 175.65 - 68.175 434.00 176.59 257.41 - 68.200 507.00 176.57 330.43 - 68.225 687.00 176.66 510.34 - 68.250 891.00 177.11 713.89 - 68.275 929.00 177.47 751.53 - 68.300 869.00 176.98 692.02 - 68.325 744.00 176.48 567.52 - 68.350 766.00 176.25 589.75 - 68.375 883.00 176.18 706.82 - 68.400 1213.00 176.20 1036.80 - 68.425 1390.00 176.25 1213.75 - 68.450 1383.00 176.23 1206.77 - 68.475 1276.00 176.26 1099.74 - 68.500 1228.00 176.42 1051.58 - 68.525 1172.00 176.66 995.34 - 68.550 1129.00 176.59 952.41 - 68.575 970.00 176.33 793.67 - 68.600 905.00 176.18 728.82 - 68.625 839.00 176.12 662.88 - 68.650 745.00 176.10 568.90 - 68.675 632.00 176.09 455.91 - 68.700 628.00 176.08 451.92 - 68.725 600.00 176.08 423.92 - 68.750 552.00 176.08 375.92 - 68.775 393.00 176.08 216.92 - 68.800 307.00 176.09 130.91 - 68.825 265.00 176.09 88.91 - 68.850 275.00 176.10 98.90 - 68.875 215.00 176.11 38.89 - 68.900 233.00 176.11 56.89 - 68.925 208.00 176.12 31.88 - 68.950 186.00 176.12 9.88 - 68.975 180.00 176.13 3.87 - 69.000 200.00 176.13 23.87 - 69.025 182.00 176.14 5.86 - 69.050 178.00 176.15 1.85 - 69.075 170.00 176.15 -6.15 - 69.100 180.00 176.16 3.84 - 69.125 177.00 176.17 0.83 - 69.150 190.00 176.19 13.81 - 69.175 173.00 176.20 -3.20 - 69.200 203.00 176.22 26.78 - 69.225 200.00 176.24 23.76 - 69.250 185.00 176.28 8.72 - 69.275 218.00 176.35 41.65 - 69.300 207.00 176.46 30.54 - 69.325 244.00 176.45 67.55 - 69.350 220.00 176.37 43.63 - 69.375 243.00 176.34 66.66 - 69.400 266.00 176.34 89.66 - 69.425 280.00 176.36 103.64 - 69.450 324.00 176.41 147.59 - 69.475 394.00 176.50 217.50 - 69.500 567.00 176.70 390.30 - 69.525 690.00 177.17 512.83 - 69.550 853.00 178.03 674.97 - 69.575 934.00 178.26 755.74 - 69.600 815.00 177.47 637.53 - 69.625 877.00 177.02 699.98 - 69.650 894.00 176.98 717.02 - 69.675 888.00 176.91 711.09 - 69.700 744.00 176.66 567.34 - 69.725 665.00 176.51 488.49 - 69.750 674.00 176.44 497.56 - 69.775 693.00 176.42 516.58 - 69.800 634.00 176.41 457.59 - 69.825 583.00 176.41 406.59 - 69.850 589.00 176.41 412.59 - 69.875 572.00 176.40 395.60 - 69.900 455.00 176.41 278.59 - 69.925 501.00 176.43 324.57 - 69.950 497.00 176.47 320.53 - 69.975 637.00 176.57 460.43 - 70.000 833.00 176.81 656.19 - 70.025 1120.00 177.16 942.84 - 70.050 968.00 177.07 790.93 - 70.075 776.00 176.72 599.28 - 70.100 526.00 176.54 349.46 - 70.125 397.00 176.46 220.54 - 70.150 372.00 176.43 195.57 - 70.175 472.00 176.42 295.58 - 70.200 548.00 176.41 371.59 - 70.225 682.00 176.41 505.59 - 70.250 632.00 176.41 455.59 - 70.275 479.00 176.41 302.59 - 70.300 341.00 176.41 164.59 - 70.325 304.00 176.41 127.59 - 70.350 211.00 176.41 34.59 - 70.375 213.00 176.41 36.59 - 70.400 199.00 176.42 22.58 - 70.425 185.00 176.42 8.58 - 70.450 190.00 176.42 13.58 - 70.475 194.00 176.42 17.58 - 70.500 183.00 176.42 6.58 - 70.525 193.00 176.43 16.57 - 70.550 204.00 176.43 27.57 - 70.575 201.00 176.44 24.56 - 70.600 264.00 176.44 87.56 - 70.625 298.00 176.45 121.55 - 70.650 373.00 176.46 196.54 - 70.675 364.00 176.47 187.53 - 70.700 306.00 176.46 129.54 - 70.725 270.00 176.46 93.54 - 70.750 271.00 176.47 94.53 - 70.775 259.00 176.47 82.53 - 70.800 298.00 176.48 121.52 - 70.825 371.00 176.50 194.50 - 70.850 433.00 176.54 256.46 - 70.875 565.00 176.62 388.38 - 70.900 625.00 176.77 448.23 - 70.925 581.00 176.78 404.22 - 70.950 460.00 176.63 283.37 - 70.975 365.00 176.55 188.45 - 71.000 291.00 176.52 114.48 - 71.025 270.00 176.51 93.49 - 71.050 311.00 176.50 134.50 - 71.075 317.00 176.50 140.50 - 71.100 411.00 176.50 234.50 - 71.125 435.00 176.50 258.50 - 71.150 426.00 176.50 249.50 - 71.175 481.00 176.51 304.49 - 71.200 415.00 176.52 238.48 - 71.225 358.00 176.51 181.49 - 71.250 268.00 176.51 91.49 - 71.275 245.00 176.50 68.50 - 71.300 239.00 176.50 62.50 - 71.325 204.00 176.50 27.50 - 71.350 246.00 176.50 69.50 - 71.375 236.00 176.50 59.50 - 71.400 272.00 176.51 95.49 - 71.425 241.00 176.51 64.49 - 71.450 203.00 176.51 26.49 - 71.475 182.00 176.51 5.49 - 71.500 189.00 176.51 12.49 - 71.525 163.00 176.51 -13.51 - 71.550 165.00 176.51 -11.51 - 71.575 161.00 176.51 -15.51 - 71.600 145.00 176.52 -31.52 - 71.625 149.00 176.52 -27.52 - 71.650 163.00 176.52 -13.52 - 71.675 166.00 176.52 -10.52 - 71.700 138.00 176.52 -38.52 - 71.725 141.00 176.52 -35.52 - 71.750 158.00 176.52 -18.52 - 71.775 145.00 176.52 -31.52 - 71.800 131.00 176.53 -45.53 - 71.825 135.00 176.53 -41.53 - 71.850 147.00 176.53 -29.53 - 71.875 133.00 176.53 -43.53 - 71.900 140.00 176.54 -36.54 - 71.925 144.00 176.55 -32.55 - 71.950 155.00 176.57 -21.57 - 71.975 157.00 176.61 -19.61 - 72.000 196.00 176.69 19.31 - 72.025 193.00 176.75 16.25 - 72.050 175.00 176.67 -1.67 - 72.075 172.00 176.60 -4.60 - 72.100 174.00 176.57 -2.57 - 72.125 148.00 176.55 -28.55 - 72.150 164.00 176.54 -12.54 - 72.175 177.00 176.54 0.46 - 72.200 183.00 176.54 6.46 - 72.225 250.00 176.54 73.46 - 72.250 310.00 176.55 133.45 - 72.275 439.00 176.58 262.42 - 72.300 401.00 176.62 224.38 - 72.325 356.00 176.60 179.40 - 72.350 276.00 176.57 99.43 - 72.375 178.00 176.56 1.44 - 72.400 216.00 176.55 39.45 - 72.425 209.00 176.55 32.45 - 72.450 222.00 176.55 45.45 - 72.475 263.00 176.56 86.44 - 72.500 281.00 176.57 104.43 - 72.525 270.00 176.58 93.42 - 72.550 217.00 176.60 40.40 - 72.575 181.00 176.63 4.37 - 72.600 183.00 176.68 6.32 - 72.625 174.00 176.79 -2.79 - 72.650 171.00 177.05 -6.05 - 72.675 151.00 177.66 -26.66 - 72.700 142.00 178.42 -36.42 - 72.725 130.00 177.81 -47.81 - 72.750 147.00 177.11 -30.11 - 72.775 146.00 176.81 -30.81 - 72.800 148.00 176.69 -28.69 - 72.825 124.00 176.62 -52.62 - 72.850 129.00 176.59 -47.59 - 72.875 128.00 176.56 -48.56 - 72.900 135.00 176.55 -41.55 - 72.925 143.00 176.54 -33.54 - 72.950 135.00 176.53 -41.53 - 72.975 145.00 176.52 -31.52 - 73.000 134.00 176.52 -42.52 - 73.025 131.00 176.51 -45.51 - 73.050 154.00 176.51 -22.51 - 73.075 135.00 176.50 -41.50 - 73.100 139.00 176.49 -37.49 - 73.125 155.00 176.49 -21.49 - 73.150 143.00 176.48 -33.48 - 73.175 151.00 176.48 -25.48 - 73.200 154.00 176.48 -22.48 - 73.225 160.00 176.48 -16.48 - 73.250 141.00 176.48 -35.48 - 73.275 160.00 176.48 -16.48 - 73.300 155.00 176.48 -21.48 - 73.325 171.00 176.47 -5.47 - 73.350 166.00 176.47 -10.47 - 73.375 159.00 176.47 -17.47 - 73.400 187.00 176.47 10.53 - 73.425 205.00 176.47 28.53 - 73.450 212.00 176.47 35.53 - 73.475 230.00 176.47 53.53 - 73.500 313.00 176.48 136.52 - 73.525 346.00 176.49 169.51 - 73.550 402.00 176.51 225.49 - 73.575 511.00 176.54 334.46 - 73.600 535.00 176.63 358.37 - 73.625 696.00 176.85 519.15 - 73.650 717.00 177.07 539.93 - 73.675 624.00 176.81 447.19 - 73.700 520.00 176.60 343.40 - 73.725 421.00 176.52 244.48 - 73.750 399.00 176.48 222.52 - 73.775 344.00 176.46 167.54 - 73.800 380.00 176.44 203.56 - 73.825 468.00 176.43 291.57 - 73.850 482.00 176.42 305.58 - 73.875 453.00 176.42 276.58 - 73.900 373.00 176.41 196.59 - 73.925 267.00 176.41 90.59 - 73.950 229.00 176.40 52.60 - 73.975 209.00 176.40 32.60 - 74.000 176.00 176.39 -0.39 - 74.025 193.00 176.39 16.61 - 74.050 210.00 176.38 33.62 - 74.075 179.00 176.38 2.62 - 74.100 173.00 176.38 -3.38 - 74.125 207.00 176.37 30.63 - 74.150 225.00 176.37 48.63 - 74.175 265.00 176.38 88.62 - 74.200 315.00 176.38 138.62 - 74.225 289.00 176.37 112.63 - 74.250 229.00 176.36 52.64 - 74.275 197.00 176.36 20.64 - 74.300 204.00 176.35 27.65 - 74.325 221.00 176.35 44.65 - 74.350 249.00 176.35 72.65 - 74.375 258.00 176.35 81.65 - 74.400 290.00 176.34 113.66 - 74.425 401.00 176.35 224.65 - 74.450 434.00 176.36 257.64 - 74.475 421.00 176.36 244.64 - 74.500 368.00 176.36 191.64 - 74.525 358.00 176.38 181.62 - 74.550 396.00 176.42 219.58 - 74.575 462.00 176.54 285.46 - 74.600 547.00 176.82 370.18 - 74.625 580.00 177.02 402.98 - 74.650 497.00 176.67 320.33 - 74.675 442.00 176.46 265.54 - 74.700 397.00 176.37 220.63 - 74.725 313.00 176.33 136.67 - 74.750 316.00 176.30 139.70 - 74.775 296.00 176.29 119.71 - 74.800 341.00 176.28 164.72 - 74.825 355.00 176.27 178.73 - 74.850 373.00 176.26 196.74 - 74.875 333.00 176.25 156.75 - 74.900 274.00 176.24 97.76 - 74.925 262.00 176.24 85.76 - 74.950 290.00 176.24 113.76 - 74.975 329.00 176.24 152.76 - 75.000 333.00 176.24 156.76 - 75.025 356.00 176.24 179.76 - 75.050 280.00 176.21 103.79 - 75.075 237.00 176.20 60.80 - 75.100 214.00 176.19 37.81 - 75.125 238.00 176.19 61.81 - 75.150 243.00 176.18 66.82 - 75.175 204.00 176.18 27.82 - 75.200 239.00 176.17 62.83 - 75.225 255.00 176.16 78.84 - 75.250 249.00 176.16 72.84 - 75.275 226.00 176.15 49.85 - 75.300 191.00 176.15 14.85 - 75.325 222.00 176.15 45.85 - 75.350 193.00 176.14 16.86 - 75.375 236.00 176.14 59.86 - 75.400 264.00 176.15 87.85 - 75.425 308.00 176.18 131.82 - 75.450 340.00 176.24 163.76 - 75.475 330.00 176.19 153.81 - 75.500 282.00 176.14 105.86 - 75.525 229.00 176.12 52.88 - 75.550 235.00 176.10 58.90 - 75.575 204.00 176.09 27.91 - 75.600 203.00 176.08 26.92 - 75.625 252.00 176.08 75.92 - 75.650 249.00 176.07 72.93 - 75.675 232.00 176.07 55.93 - 75.700 222.00 176.06 45.94 - 75.725 217.00 176.06 40.94 - 75.750 226.00 176.06 49.94 - 75.775 222.00 176.07 45.93 - 75.800 238.00 176.09 61.91 - 75.825 265.00 176.13 88.87 - 75.850 341.00 176.24 164.76 - 75.875 339.00 176.50 162.50 - 75.900 338.00 176.52 161.48 - 75.925 302.00 176.24 125.76 - 75.950 275.00 176.10 98.90 - 75.975 242.00 176.04 65.96 - 76.000 218.00 176.01 41.99 - 76.025 232.00 175.99 56.01 - 76.050 297.00 175.97 121.03 - 76.075 360.00 175.96 184.04 - 76.100 399.00 175.96 223.04 - 76.125 423.00 175.95 247.05 - 76.150 365.00 175.94 189.06 - 76.175 273.00 175.93 97.07 - 76.200 254.00 175.92 78.08 - 76.225 262.00 175.91 86.09 - 76.250 216.00 175.90 40.10 - 76.275 316.00 175.89 140.11 - 76.300 339.00 175.88 163.12 - 76.325 402.00 175.88 226.12 - 76.350 509.00 175.88 333.12 - 76.375 598.00 175.88 422.12 - 76.400 700.00 175.90 524.10 - 76.425 742.00 175.93 566.07 - 76.450 619.00 175.90 443.10 - 76.475 470.00 175.85 294.15 - 76.500 398.00 175.83 222.17 - 76.525 379.00 175.82 203.18 - 76.550 352.00 175.81 176.19 - 76.575 351.00 175.80 175.20 - 76.600 379.00 175.79 203.21 - 76.625 443.00 175.78 267.22 - 76.650 466.00 175.77 290.23 - 76.675 438.00 175.77 262.23 - 76.700 357.00 175.76 181.24 - 76.725 289.00 175.75 113.25 - 76.750 258.00 175.74 82.26 - 76.775 233.00 175.73 57.27 - 76.800 216.00 175.73 40.27 - 76.825 241.00 175.72 65.28 - 76.850 235.00 175.72 59.28 - 76.875 277.00 175.71 101.29 - 76.900 309.00 175.72 133.28 - 76.925 358.00 175.74 182.26 - 76.950 356.00 175.79 180.21 - 76.975 323.00 175.74 147.26 - 77.000 273.00 175.69 97.31 - 77.025 243.00 175.67 67.33 - 77.050 224.00 175.65 48.35 - 77.075 243.00 175.64 67.36 - 77.100 250.00 175.63 74.37 - 77.125 220.00 175.62 44.38 - 77.150 267.00 175.61 91.39 - 77.175 291.00 175.60 115.40 - 77.200 282.00 175.60 106.40 - 77.225 252.00 175.59 76.41 - 77.250 255.00 175.59 79.41 - 77.275 328.00 175.60 152.40 - 77.300 357.00 175.64 181.36 - 77.325 411.00 175.70 235.30 - 77.350 375.00 175.66 199.34 - 77.375 323.00 175.58 147.42 - 77.400 267.00 175.54 91.46 - 77.425 240.00 175.52 64.48 - 77.450 208.00 175.51 32.49 - 77.475 209.00 175.49 33.51 - 77.500 236.00 175.48 60.52 - 77.525 248.00 175.47 72.53 - 77.550 261.00 175.46 85.54 - 77.575 256.00 175.45 80.55 - 77.600 244.00 175.44 68.56 - 77.625 203.00 175.43 27.57 - 77.650 173.00 175.42 -2.42 - 77.675 170.00 175.42 -5.42 - 77.700 174.00 175.41 -1.41 - 77.725 168.00 175.40 -7.40 - 77.750 167.00 175.39 -8.39 - 77.775 181.00 175.38 5.62 - 77.800 159.00 175.39 -16.39 - 77.825 195.00 175.39 19.61 - 77.850 168.00 175.39 -7.39 - 77.875 180.00 175.40 4.60 - 77.900 186.00 175.43 10.57 - 77.925 175.00 175.51 -0.51 - 77.950 191.00 175.56 15.44 - 77.975 213.00 175.47 37.53 - 78.000 274.00 175.42 98.58 - 78.025 266.00 175.42 90.58 - 78.050 323.00 175.45 147.55 - 78.075 421.00 175.51 245.49 - 78.100 552.00 175.65 376.35 - 78.125 799.00 175.98 623.02 - 78.150 1129.00 176.79 952.21 - 78.175 1277.00 178.13 1098.87 - 78.200 1123.00 177.38 945.62 - 78.225 820.00 176.21 643.79 - 78.250 610.00 175.71 434.29 - 78.275 504.00 175.48 328.52 - 78.300 408.00 175.37 232.63 - 78.325 478.00 175.30 302.70 - 78.350 543.00 175.26 367.74 - 78.375 708.00 175.23 532.77 - 78.400 817.00 175.21 641.79 - 78.425 736.00 175.20 560.80 - 78.450 641.00 175.21 465.79 - 78.475 568.00 175.25 392.75 - 78.500 413.00 175.39 237.61 - 78.525 433.00 175.46 257.54 - 78.550 373.00 175.28 197.72 - 78.575 314.00 175.14 138.86 - 78.600 321.00 175.09 145.91 - 78.625 244.00 175.07 68.93 - 78.650 262.00 175.06 86.94 - 78.675 251.00 175.07 75.93 - 78.700 232.00 175.05 56.95 - 78.725 241.00 175.01 65.99 - 78.750 216.00 174.99 41.01 - 78.775 240.00 174.97 65.03 - 78.800 212.00 174.96 37.04 - 78.825 196.00 174.94 21.06 - 78.850 173.00 174.93 -1.93 - 78.875 187.00 174.92 12.08 - 78.900 175.00 174.91 0.09 - 78.925 173.00 174.89 -1.89 - 78.950 152.00 174.88 -22.88 - 78.975 163.00 174.87 -11.87 - 79.000 143.00 174.86 -31.86 - 79.025 135.00 174.85 -39.85 - 79.050 122.00 174.84 -52.84 - 79.075 139.00 174.82 -35.82 - 79.100 128.00 174.81 -46.81 - 79.125 134.00 174.80 -40.80 - 79.150 140.00 174.79 -34.79 - 79.175 117.00 174.78 -57.78 - 79.200 150.00 174.77 -24.77 - 79.225 134.00 174.77 -40.77 - 79.250 152.00 174.76 -22.76 - 79.275 127.00 174.77 -47.77 - 79.300 170.00 174.79 -4.79 - 79.325 158.00 174.84 -16.84 - 79.350 155.00 174.79 -19.79 - 79.375 173.00 174.73 -1.73 - 79.400 161.00 174.70 -13.70 - 79.425 136.00 174.67 -38.67 - 79.450 128.00 174.66 -46.66 - 79.475 177.00 174.65 2.35 - 79.500 165.00 174.64 -9.64 - 79.525 140.00 174.63 -34.63 - 79.550 154.00 174.61 -20.61 - 79.575 143.00 174.60 -31.60 - 79.600 168.00 174.58 -6.58 - 79.625 189.00 174.57 14.43 - 79.650 130.00 174.56 -44.56 - 79.675 160.00 174.54 -14.54 - 79.700 151.00 174.53 -23.53 - 79.725 182.00 174.52 7.48 - 79.750 221.00 174.51 46.49 - 79.775 238.00 174.50 63.50 - 79.800 260.00 174.50 85.50 - 79.825 315.00 174.52 140.48 - 79.850 327.00 174.54 152.46 - 79.875 311.00 174.50 136.50 - 79.900 246.00 174.45 71.55 - 79.925 211.00 174.43 36.57 - 79.950 204.00 174.41 29.59 - 79.975 196.00 174.40 21.60 - 80.000 211.00 174.38 36.62 - 80.025 191.00 174.37 16.63 - 80.050 234.00 174.35 59.65 - 80.075 225.00 174.34 50.66 - 80.100 255.00 174.33 80.67 - 80.125 200.00 174.31 25.69 - 80.150 186.00 174.30 11.70 - 80.175 186.00 174.29 11.71 - 80.200 162.00 174.28 -12.28 - 80.225 140.00 174.26 -34.26 - 80.250 153.00 174.25 -21.25 - 80.275 147.00 174.24 -27.24 - 80.300 143.00 174.22 -31.22 - 80.325 153.00 174.21 -21.21 - 80.350 154.00 174.20 -20.20 - 80.375 133.00 174.18 -41.18 - 80.400 145.00 174.17 -29.17 - 80.425 148.00 174.16 -26.16 - 80.450 165.00 174.15 -9.15 - 80.475 155.00 174.14 -19.14 - 80.500 155.00 174.13 -19.13 - 80.525 147.00 174.11 -27.11 - 80.550 176.00 174.10 1.90 - 80.575 149.00 174.09 -25.09 - 80.600 165.00 174.08 -9.08 - 80.625 136.00 174.07 -38.07 - 80.650 163.00 174.06 -11.06 - 80.675 163.00 174.06 -11.06 - 80.700 198.00 174.06 23.94 - 80.725 215.00 174.06 40.94 - 80.750 249.00 174.09 74.91 - 80.775 304.00 174.16 129.84 - 80.800 377.00 174.35 202.65 - 80.825 414.00 174.65 239.35 - 80.850 339.00 174.45 164.55 - 80.875 322.00 174.17 147.83 - 80.900 284.00 174.04 109.96 - 80.925 301.00 173.98 127.02 - 80.950 311.00 173.95 137.05 - 80.975 380.00 173.94 206.06 - 81.000 550.00 173.95 376.05 - 81.025 624.00 174.01 449.99 - 81.050 660.00 174.11 485.89 - 81.075 617.00 174.01 442.99 - 81.100 461.00 173.90 287.10 - 81.125 363.00 173.84 189.16 - 81.150 284.00 173.80 110.20 - 81.175 266.00 173.78 92.22 - 81.200 268.00 173.76 94.24 - 81.225 289.00 173.74 115.26 - 81.250 340.00 173.73 166.27 - 81.275 375.00 173.71 201.29 - 81.300 363.00 173.70 189.30 - 81.325 327.00 173.70 153.30 - 81.350 259.00 173.70 85.30 - 81.375 216.00 173.73 42.27 - 81.400 172.00 173.72 -1.72 - 81.425 180.00 173.67 6.33 - 81.450 208.00 173.63 34.37 - 81.475 177.00 173.61 3.39 - 81.500 157.00 173.60 -16.60 - 81.525 189.00 173.60 15.40 - 81.550 192.00 173.60 18.40 - 81.575 222.00 173.65 48.35 - 81.600 222.00 173.76 48.24 - 81.625 188.00 173.78 14.22 - 81.650 184.00 173.63 10.37 - 81.675 164.00 173.54 -9.54 - 81.700 173.00 173.50 -0.50 - 81.725 182.00 173.47 8.53 - 81.750 153.00 173.44 -20.44 - 81.775 158.00 173.42 -15.42 - 81.800 158.00 173.41 -15.41 - 81.825 183.00 173.39 9.61 - 81.850 190.00 173.37 16.63 - 81.875 178.00 173.36 4.64 - 81.900 169.00 173.34 -4.34 - 81.925 145.00 173.33 -28.33 - 81.950 170.00 173.31 -3.31 - 81.975 138.00 173.30 -35.30 - 82.000 169.00 173.28 -4.28 - 82.025 133.00 173.27 -40.27 - 82.050 134.00 173.25 -39.25 - 82.075 122.00 173.24 -51.24 - 82.100 126.00 173.22 -47.22 - 82.125 153.00 173.21 -20.21 - 82.150 112.00 173.19 -61.19 - 82.175 125.00 173.18 -48.18 - 82.200 127.00 173.16 -46.16 - 82.225 147.00 173.15 -26.15 - 82.250 125.00 173.13 -48.13 - 82.275 125.00 173.12 -48.12 - 82.300 142.00 173.10 -31.10 - 82.325 143.00 173.09 -30.09 - 82.350 138.00 173.07 -35.07 - 82.375 145.00 173.06 -28.06 - 82.400 166.00 173.04 -7.04 - 82.425 165.00 173.03 -8.03 - 82.450 156.00 173.01 -17.01 - 82.475 154.00 173.01 -19.01 - 82.500 169.00 172.99 -3.99 - 82.525 130.00 172.98 -42.98 - 82.550 173.00 172.97 0.03 - 82.575 155.00 172.96 -17.96 - 82.600 178.00 172.95 5.05 - 82.625 211.00 172.94 38.06 - 82.650 247.00 172.95 74.05 - 82.675 289.00 172.98 116.02 - 82.700 310.00 173.03 136.97 - 82.725 276.00 173.00 103.00 - 82.750 303.00 172.96 130.04 - 82.775 376.00 172.97 203.03 - 82.800 468.00 173.05 294.95 - 82.825 665.00 173.26 491.74 - 82.850 803.00 173.72 629.28 - 82.875 829.00 173.70 655.30 - 82.900 683.00 173.21 509.79 - 82.925 570.00 172.96 397.04 - 82.950 507.00 172.85 334.15 - 82.975 383.00 172.78 210.22 - 83.000 335.00 172.74 162.26 - 83.025 352.00 172.72 179.28 - 83.050 412.00 172.70 239.30 - 83.075 522.00 172.68 349.32 - 83.100 575.00 172.68 402.32 - 83.125 652.00 172.71 479.29 - 83.150 681.00 172.80 508.20 - 83.175 634.00 172.94 461.06 - 83.200 466.00 172.81 293.19 - 83.225 368.00 172.66 195.34 - 83.250 301.00 172.59 128.41 - 83.275 214.00 172.54 41.46 - 83.300 226.00 172.52 53.48 - 83.325 205.00 172.49 32.51 - 83.350 239.00 172.48 66.52 - 83.375 226.00 172.46 53.54 - 83.400 271.00 172.45 98.55 - 83.425 279.00 172.44 106.56 - 83.450 280.00 172.44 107.56 - 83.475 247.00 172.45 74.55 - 83.500 223.00 172.48 50.52 - 83.525 201.00 172.59 28.41 - 83.550 199.00 172.81 26.19 - 83.575 198.00 172.75 25.25 - 83.600 206.00 172.51 33.49 - 83.625 191.00 172.38 18.62 - 83.650 154.00 172.32 -18.32 - 83.675 174.00 172.28 1.72 - 83.700 144.00 172.25 -28.25 - 83.725 155.00 172.24 -17.24 - 83.750 161.00 172.22 -11.22 - 83.775 172.00 172.20 -0.20 - 83.800 178.00 172.18 5.82 - 83.825 192.00 172.17 19.83 - 83.850 155.00 172.15 -17.15 - 83.875 171.00 172.14 -1.14 - 83.900 155.00 172.13 -17.13 - 83.925 160.00 172.12 -12.12 - 83.950 138.00 172.11 -34.11 - 83.975 156.00 172.11 -16.11 - 84.000 178.00 172.12 5.88 - 84.025 163.00 172.16 -9.16 - 84.050 191.00 172.27 18.73 - 84.075 200.00 172.52 27.48 - 84.100 208.00 172.99 35.01 - 84.125 186.00 172.84 13.16 - 84.150 167.00 172.37 -5.37 - 84.175 183.00 172.14 10.86 - 84.200 157.00 172.03 -15.03 - 84.225 148.00 171.97 -23.97 - 84.250 163.00 171.93 -8.93 - 84.275 174.00 171.90 2.10 - 84.300 187.00 171.87 15.13 - 84.325 182.00 171.85 10.15 - 84.350 189.00 171.83 17.17 - 84.375 190.00 171.81 18.19 - 84.400 190.00 171.80 18.20 - 84.425 199.00 171.78 27.22 - 84.450 240.00 171.77 68.23 - 84.475 247.00 171.77 75.23 - 84.500 334.00 171.77 162.23 - 84.525 391.00 171.79 219.21 - 84.550 512.00 171.87 340.13 - 84.575 618.00 172.08 445.92 - 84.600 663.00 172.20 490.80 - 84.625 593.00 171.93 421.07 - 84.650 456.00 171.75 284.25 - 84.675 395.00 171.67 223.33 - 84.700 343.00 171.62 171.38 - 84.725 288.00 171.58 116.42 - 84.750 292.00 171.56 120.44 - 84.775 310.00 171.53 138.47 - 84.800 392.00 171.51 220.49 - 84.825 389.00 171.49 217.51 - 84.850 437.00 171.47 265.53 - 84.875 361.00 171.46 189.54 - 84.900 351.00 171.44 179.56 - 84.925 262.00 171.42 90.58 - 84.950 250.00 171.40 78.60 - 84.975 233.00 171.39 61.61 - 85.000 197.00 171.37 25.63 - 85.025 195.00 171.36 23.64 - 85.050 171.00 171.35 -0.35 - 85.075 174.00 171.36 2.64 - 85.100 171.00 171.40 -0.40 - 85.125 159.00 171.40 -12.40 - 85.150 158.00 171.32 -13.32 - 85.175 120.00 171.27 -51.27 - 85.200 128.00 171.24 -43.24 - 85.225 140.00 171.22 -31.22 - 85.250 148.00 171.20 -23.20 - 85.275 156.00 171.18 -15.18 - 85.300 133.00 171.16 -38.16 - 85.325 156.00 171.14 -15.14 - 85.350 144.00 171.12 -27.12 - 85.375 163.00 171.11 -8.11 - 85.400 158.00 171.09 -13.09 - 85.425 158.00 171.07 -13.07 - 85.450 154.00 171.06 -17.06 - 85.475 165.00 171.04 -6.04 - 85.500 196.00 171.03 24.97 - 85.525 206.00 171.02 34.98 - 85.550 256.00 171.02 84.98 - 85.575 278.00 171.05 106.95 - 85.600 255.00 171.04 83.96 - 85.625 253.00 170.98 82.02 - 85.650 223.00 170.94 52.06 - 85.675 190.00 170.91 19.09 - 85.700 196.00 170.88 25.12 - 85.725 176.00 170.86 5.14 - 85.750 171.00 170.85 0.15 - 85.775 212.00 170.83 41.17 - 85.800 204.00 170.81 33.19 - 85.825 252.00 170.79 81.21 - 85.850 224.00 170.77 53.23 - 85.875 192.00 170.75 21.25 - 85.900 180.00 170.74 9.26 - 85.925 172.00 170.72 1.28 - 85.950 166.00 170.70 -4.70 - 85.975 159.00 170.68 -11.68 - 86.000 155.00 170.67 -15.67 - 86.025 148.00 170.65 -22.65 - 86.050 167.00 170.63 -3.63 - 86.075 137.00 170.61 -33.61 - 86.100 178.00 170.60 7.40 - 86.125 161.00 170.59 -9.59 - 86.150 180.00 170.57 9.43 - 86.175 156.00 170.56 -14.56 - 86.200 169.00 170.54 -1.54 - 86.225 178.00 170.53 7.47 - 86.250 174.00 170.51 3.49 - 86.275 181.00 170.50 10.50 - 86.300 172.00 170.49 1.51 - 86.325 238.00 170.49 67.51 - 86.350 209.00 170.50 38.50 - 86.375 240.00 170.55 69.45 - 86.400 343.00 170.63 172.37 - 86.425 384.00 170.63 213.37 - 86.450 500.00 170.62 329.38 - 86.475 673.00 170.75 502.25 - 86.500 704.00 171.12 532.88 - 86.525 763.00 171.47 591.53 - 86.550 656.00 171.01 484.99 - 86.575 551.00 170.62 380.38 - 86.600 406.00 170.44 235.56 - 86.625 354.00 170.35 183.65 - 86.650 352.00 170.29 181.71 - 86.675 301.00 170.25 130.75 - 86.700 357.00 170.22 186.78 - 86.725 414.00 170.19 243.81 - 86.750 440.00 170.17 269.83 - 86.775 502.00 170.15 331.85 - 86.800 459.00 170.14 288.86 - 86.825 425.00 170.13 254.87 - 86.850 378.00 170.12 207.88 - 86.875 418.00 170.14 247.86 - 86.900 427.00 170.21 256.79 - 86.925 467.00 170.36 296.64 - 86.950 441.00 170.30 270.70 - 86.975 400.00 170.14 229.86 - 87.000 327.00 170.04 156.96 - 87.025 278.00 169.98 108.02 - 87.050 259.00 169.95 89.05 - 87.075 240.00 169.92 70.08 - 87.100 213.00 169.90 43.10 - 87.125 206.00 169.87 36.13 - 87.150 241.00 169.85 71.15 - 87.175 263.00 169.83 93.17 - 87.200 287.00 169.81 117.19 - 87.225 291.00 169.79 121.21 - 87.250 245.00 169.78 75.22 - 87.275 243.00 169.76 73.24 - 87.300 198.00 169.74 28.26 - 87.325 195.00 169.72 25.28 - 87.350 195.00 169.70 25.30 - 87.375 164.00 169.68 -5.68 - 87.400 178.00 169.67 8.33 - 87.425 161.00 169.65 -8.65 - 87.450 161.00 169.63 -8.63 - 87.475 183.00 169.62 13.38 - 87.500 177.00 169.60 7.40 - 87.525 177.00 169.58 7.42 - 87.550 177.00 169.57 7.43 - 87.575 192.00 169.56 22.44 - 87.600 219.00 169.55 49.45 - 87.625 260.00 169.56 90.44 - 87.650 310.00 169.59 140.41 - 87.675 337.00 169.69 167.31 - 87.700 312.00 169.75 142.25 - 87.725 290.00 169.62 120.38 - 87.750 275.00 169.51 105.49 - 87.775 243.00 169.45 73.55 - 87.800 192.00 169.41 22.59 - 87.825 200.00 169.38 30.62 - 87.850 212.00 169.36 42.64 - 87.875 205.00 169.34 35.66 - 87.900 180.00 169.33 10.67 - 87.925 219.00 169.31 49.69 - 87.950 274.00 169.30 104.70 - 87.975 271.00 169.30 101.70 - 88.000 200.00 169.31 30.69 - 88.025 205.00 169.34 35.66 - 88.050 195.00 169.45 25.55 - 88.075 179.00 169.68 9.32 - 88.100 171.00 169.70 1.30 - 88.125 171.00 169.43 1.57 - 88.150 147.00 169.26 -22.26 - 88.175 147.00 169.18 -22.18 - 88.200 167.00 169.13 -2.13 - 88.225 159.00 169.10 -10.10 - 88.250 157.00 169.07 -12.07 - 88.275 145.00 169.04 -24.04 - 88.300 164.00 169.02 -5.02 - 88.325 142.00 169.00 -27.00 - 88.350 143.00 168.98 -25.98 - 88.375 164.00 168.96 -4.96 - 88.400 157.00 168.94 -11.94 - 88.425 153.00 168.93 -15.93 - 88.450 145.00 168.91 -23.91 - 88.475 168.00 168.89 -0.89 - 88.500 159.00 168.87 -9.87 - 88.525 169.00 168.85 0.15 - 88.550 137.00 168.84 -31.84 - 88.575 182.00 168.83 13.17 - 88.600 196.00 168.82 27.18 - 88.625 218.00 168.82 49.18 - 88.650 216.00 168.84 47.16 - 88.675 223.00 168.85 54.15 - 88.700 269.00 168.87 100.13 - 88.725 295.00 168.97 126.03 - 88.750 288.00 169.10 118.90 - 88.775 280.00 168.98 111.02 - 88.800 281.00 168.81 112.19 - 88.825 187.00 168.71 18.29 - 88.850 264.00 168.66 95.34 - 88.875 216.00 168.63 47.37 - 88.900 220.00 168.60 51.40 - 88.925 242.00 168.58 73.42 - 88.950 264.00 168.56 95.44 - 88.975 272.00 168.54 103.46 - 89.000 326.00 168.53 157.47 - 89.025 362.00 168.52 193.48 - 89.050 407.00 168.53 238.47 - 89.075 468.00 168.57 299.43 - 89.100 432.00 168.61 263.39 - 89.125 443.00 168.57 274.43 - 89.150 383.00 168.53 214.47 - 89.175 393.00 168.50 224.50 - 89.200 367.00 168.47 198.53 - 89.225 415.00 168.49 246.51 - 89.250 471.00 168.57 302.43 - 89.275 595.00 168.79 426.21 - 89.300 626.00 169.13 456.87 - 89.325 583.00 169.04 413.96 - 89.350 491.00 168.66 322.34 - 89.375 456.00 168.44 287.56 - 89.400 411.00 168.33 242.67 - 89.425 322.00 168.26 153.74 - 89.450 328.00 168.22 159.78 - 89.475 289.00 168.19 120.81 - 89.500 271.00 168.17 102.83 - 89.525 302.00 168.14 133.86 - 89.550 377.00 168.12 208.88 - 89.575 369.00 168.11 200.89 - 89.600 373.00 168.10 204.90 - 89.625 347.00 168.10 178.90 - 89.650 296.00 168.12 127.88 - 89.675 292.00 168.18 123.82 - 89.700 257.00 168.29 88.71 - 89.725 269.00 168.36 100.64 - 89.750 241.00 168.22 72.78 - 89.775 218.00 168.07 49.93 - 89.800 212.00 168.00 44.00 - 89.825 239.00 167.97 71.03 - 89.850 254.00 167.97 86.03 - 89.875 295.00 168.00 127.00 - 89.900 314.00 168.11 145.89 - 89.925 356.00 168.24 187.76 - 89.950 301.00 168.15 132.85 - 89.975 277.00 167.97 109.03 - 90.000 252.00 167.86 84.14 - 90.025 251.00 167.79 83.21 - 90.050 186.00 167.76 18.24 - 90.075 197.00 167.73 29.27 - 90.100 162.00 167.70 -5.70 - 90.125 192.00 167.68 24.32 - 90.150 231.00 167.65 63.35 - 90.175 223.00 167.63 55.37 - 90.200 207.00 167.61 39.39 - 90.225 238.00 167.59 70.41 - 90.250 196.00 167.57 28.43 - 90.275 196.00 167.55 28.45 - 90.300 176.00 167.53 8.47 - 90.325 171.00 167.51 3.49 - 90.350 178.00 167.49 10.51 - 90.375 146.00 167.48 -21.48 - 90.400 169.00 167.45 1.55 - 90.425 161.00 167.44 -6.44 - 90.450 149.00 167.42 -18.42 - 90.475 173.00 167.40 5.60 - 90.500 156.00 167.38 -11.38 - 90.525 143.00 167.36 -24.36 - 90.550 154.00 167.34 -13.34 - 90.575 152.00 167.33 -15.33 - 90.600 139.00 167.31 -28.31 - 90.625 184.00 167.29 16.71 - 90.650 185.00 167.27 17.73 - 90.675 161.00 167.26 -6.26 - 90.700 159.00 167.24 -8.24 - 90.725 152.00 167.22 -15.22 - 90.750 159.00 167.20 -8.20 - 90.775 176.00 167.18 8.82 - 90.800 164.00 167.17 -3.17 - 90.825 168.00 167.15 0.85 - 90.850 193.00 167.13 25.87 - 90.875 195.00 167.12 27.88 - 90.900 187.00 167.10 19.90 - 90.925 237.00 167.09 69.91 - 90.950 228.00 167.07 60.93 - 90.975 265.00 167.06 97.94 - 91.000 291.00 167.05 123.95 - 91.025 347.00 167.05 179.95 - 91.050 409.00 167.06 241.94 - 91.075 454.00 167.11 286.89 - 91.100 552.00 167.23 384.77 - 91.125 524.00 167.41 356.59 - 91.150 552.00 167.40 384.60 - 91.175 502.00 167.19 334.81 - 91.200 483.00 167.05 315.95 - 91.225 433.00 166.99 266.01 - 91.250 382.00 166.96 215.04 - 91.275 363.00 166.91 196.09 - 91.300 322.00 166.87 155.13 - 91.325 328.00 166.86 161.14 - 91.350 389.00 166.88 222.12 - 91.375 469.00 166.92 302.08 - 91.400 485.00 166.91 318.09 - 91.425 438.00 166.83 271.17 - 91.450 491.00 166.77 324.23 - 91.475 415.00 166.73 248.27 - 91.500 377.00 166.71 210.29 - 91.525 375.00 166.69 208.31 - 91.550 322.00 166.69 155.31 - 91.575 288.00 166.72 121.28 - 91.600 280.00 166.79 113.21 - 91.625 263.00 166.83 96.17 - 91.650 275.00 166.74 108.26 - 91.675 245.00 166.65 78.35 - 91.700 243.00 166.60 76.40 - 91.725 239.00 166.55 72.45 - 91.750 247.00 166.51 80.49 - 91.775 216.00 166.47 49.53 - 91.800 204.00 166.45 37.55 - 91.825 210.00 166.43 43.57 - 91.850 196.00 166.40 29.60 - 91.875 220.00 166.39 53.61 - 91.900 209.00 166.37 42.63 - 91.925 212.00 166.35 45.65 - 91.950 226.00 166.33 59.67 - 91.975 201.00 166.31 34.69 - 92.000 225.00 166.30 58.70 - 92.025 228.00 166.28 61.72 - 92.050 210.00 166.27 43.73 - 92.075 244.00 166.25 77.75 - 92.100 298.00 166.25 131.75 - 92.125 405.00 166.25 238.75 - 92.150 445.00 166.27 278.73 - 92.175 534.00 166.33 367.67 - 92.200 579.00 166.43 412.57 - 92.225 538.00 166.44 371.56 - 92.250 495.00 166.31 328.69 - 92.275 466.00 166.20 299.80 - 92.300 410.00 166.14 243.86 - 92.325 389.00 166.11 222.89 - 92.350 387.00 166.10 220.90 - 92.375 429.00 166.10 262.90 - 92.400 460.00 166.11 293.89 - 92.425 573.00 166.10 406.90 - 92.450 607.00 166.09 440.91 - 92.475 740.00 166.08 573.92 - 92.500 853.00 166.10 686.90 - 92.525 781.00 166.14 614.86 - 92.550 733.00 166.11 566.89 - 92.575 593.00 166.01 426.99 - 92.600 499.00 165.93 333.07 - 92.625 398.00 165.88 232.12 - 92.650 368.00 165.85 202.15 - 92.675 334.00 165.82 168.18 - 92.700 370.00 165.80 204.20 - 92.725 358.00 165.78 192.22 - 92.750 391.00 165.76 225.24 - 92.775 376.00 165.74 210.26 - 92.800 394.00 165.72 228.28 - 92.825 414.00 165.70 248.30 - 92.850 383.00 165.68 217.32 - 92.875 300.00 165.67 134.33 - 92.900 294.00 165.65 128.35 - 92.925 275.00 165.64 109.36 - 92.950 246.00 165.62 80.38 - 92.975 259.00 165.61 93.39 - 93.000 235.00 165.60 69.40 - 93.025 239.00 165.59 73.41 - 93.050 243.00 165.60 77.40 - 93.075 277.00 165.61 111.39 - 93.100 363.00 165.67 197.33 - 93.125 383.00 165.81 217.19 - 93.150 434.00 166.02 267.98 - 93.175 436.00 166.12 269.88 - 93.200 378.00 165.92 212.08 - 93.225 373.00 165.69 207.31 - 93.250 386.00 165.55 220.45 - 93.275 438.00 165.47 272.53 - 93.300 464.00 165.44 298.56 - 93.325 491.00 165.41 325.59 - 93.350 539.00 165.40 373.60 - 93.375 539.00 165.39 373.61 - 93.400 523.00 165.40 357.60 - 93.425 499.00 165.45 333.55 - 93.450 478.00 165.54 312.46 - 93.475 472.00 165.60 306.40 - 93.500 383.00 165.51 217.49 - 93.525 345.00 165.37 179.63 - 93.550 354.00 165.28 188.72 - 93.575 352.00 165.23 186.77 - 93.600 383.00 165.19 217.81 - 93.625 370.00 165.17 204.83 - 93.650 410.00 165.16 244.84 - 93.675 453.00 165.15 287.85 - 93.700 416.00 165.15 250.85 - 93.725 396.00 165.15 230.85 - 93.750 392.00 165.12 226.88 - 93.775 319.00 165.09 153.91 - 93.800 335.00 165.08 169.92 - 93.825 407.00 165.08 241.92 - 93.850 461.00 165.10 295.90 - 93.875 587.00 165.17 421.83 - 93.900 741.00 165.33 575.67 - 93.925 875.00 165.57 709.43 - 93.950 863.00 165.67 697.33 - 93.975 754.00 165.49 588.51 - 94.000 619.00 165.25 453.75 - 94.025 485.00 165.10 319.90 - 94.050 429.00 165.00 264.00 - 94.075 336.00 164.92 171.08 - 94.100 321.00 164.87 156.13 - 94.125 296.00 164.83 131.17 - 94.150 316.00 164.79 151.21 - 94.175 385.00 164.77 220.23 - 94.200 474.00 164.75 309.25 - 94.225 539.00 164.72 374.28 - 94.250 571.00 164.70 406.30 - 94.275 493.00 164.69 328.31 - 94.300 420.00 164.67 255.33 - 94.325 345.00 164.65 180.35 - 94.350 272.00 164.63 107.37 - 94.375 242.00 164.61 77.39 - 94.400 219.00 164.59 54.41 - 94.425 229.00 164.58 64.42 - 94.450 203.00 164.56 38.44 - 94.475 220.00 164.54 55.46 - 94.500 211.00 164.53 46.47 - 94.525 190.00 164.51 25.49 - 94.550 171.00 164.50 6.50 - 94.575 195.00 164.49 30.51 - 94.600 176.00 164.47 11.53 - 94.625 218.00 164.45 53.55 - 94.650 208.00 164.44 43.56 - 94.675 212.00 164.43 47.57 - 94.700 230.00 164.44 65.56 - 94.725 265.00 164.46 100.54 - 94.750 314.00 164.52 149.48 - 94.775 278.00 164.57 113.43 - 94.800 306.00 164.54 141.46 - 94.825 262.00 164.44 97.56 - 94.850 281.00 164.36 116.64 - 94.875 209.00 164.31 44.69 - 94.900 235.00 164.27 70.73 - 94.925 222.00 164.25 57.75 - 94.950 223.00 164.23 58.77 - 94.975 246.00 164.21 81.79 - 95.000 268.00 164.19 103.81 - 95.025 316.00 164.17 151.83 - 95.050 307.00 164.15 142.85 - 95.075 316.00 164.14 151.86 - 95.100 273.00 164.12 108.88 - 95.125 247.00 164.10 82.90 - 95.150 229.00 164.08 64.92 - 95.175 201.00 164.06 36.94 - 95.200 198.00 164.05 33.95 - 95.225 173.00 164.03 8.97 - 95.250 202.00 164.01 37.99 - 95.275 173.00 164.00 9.00 - 95.300 212.00 163.98 48.02 - 95.325 185.00 163.97 21.03 - 95.350 197.00 163.95 33.05 - 95.375 193.00 163.93 29.07 - 95.400 193.00 163.92 29.08 - 95.425 194.00 163.90 30.10 - 95.450 169.00 163.90 5.10 - 95.475 169.00 163.89 5.11 - 95.500 157.00 163.89 -6.89 - 95.525 167.00 163.87 3.13 - 95.550 175.00 163.84 11.16 - 95.575 140.00 163.81 -23.81 - 95.600 174.00 163.79 10.21 - 95.625 146.00 163.77 -17.77 - 95.650 171.00 163.75 7.25 - 95.675 142.00 163.74 -21.74 - 95.700 152.00 163.72 -11.72 - 95.725 171.00 163.71 7.29 - 95.750 150.00 163.69 -13.69 - 95.775 142.00 163.68 -21.68 - 95.800 161.00 163.66 -2.66 - 95.825 150.00 163.65 -13.65 - 95.850 163.00 163.63 -0.63 - 95.875 154.00 163.62 -9.62 - 95.900 149.00 163.60 -14.60 - 95.925 157.00 163.59 -6.59 - 95.950 192.00 163.57 28.43 - 95.975 185.00 163.56 21.44 - 96.000 184.00 163.55 20.45 - 96.025 205.00 163.54 41.46 - 96.050 231.00 163.54 67.46 - 96.075 238.00 163.54 74.46 - 96.100 263.00 163.55 99.45 - 96.125 324.00 163.60 160.40 - 96.150 365.00 163.69 201.31 - 96.175 388.00 163.80 224.20 - 96.200 380.00 163.84 216.16 - 96.225 421.00 163.77 257.23 - 96.250 418.00 163.70 254.30 - 96.275 408.00 163.72 244.28 - 96.300 385.00 163.81 221.19 - 96.325 374.00 163.85 210.15 - 96.350 346.00 163.73 182.27 - 96.375 329.00 163.56 165.44 - 96.400 297.00 163.43 133.57 - 96.425 319.00 163.35 155.65 - 96.450 322.00 163.30 158.70 - 96.475 328.00 163.27 164.73 - 96.500 298.00 163.24 134.76 - 96.525 290.00 163.22 126.78 - 96.550 304.00 163.20 140.80 - 96.575 311.00 163.18 147.82 - 96.600 312.00 163.16 148.84 - 96.625 319.00 163.14 155.86 - 96.650 292.00 163.13 128.87 - 96.675 241.00 163.11 77.89 - 96.700 239.00 163.10 75.90 - 96.725 202.00 163.08 38.92 - 96.750 206.00 163.06 42.94 - 96.775 202.00 163.05 38.95 - 96.800 227.00 163.03 63.97 - 96.825 236.00 163.02 72.98 - 96.850 307.00 163.00 144.00 - 96.875 309.00 162.99 146.01 - 96.900 385.00 162.97 222.03 - 96.925 341.00 162.96 178.04 - 96.950 324.00 162.94 161.06 - 96.975 290.00 162.93 127.07 - 97.000 208.00 162.91 45.09 - 97.025 241.00 162.90 78.10 - 97.050 201.00 162.89 38.11 - 97.075 202.00 162.88 39.12 - 97.100 181.00 162.87 18.13 - 97.125 217.00 162.86 54.14 - 97.150 264.00 162.86 101.14 - 97.175 229.00 162.87 66.13 - 97.200 326.00 162.90 163.10 - 97.225 303.00 162.98 140.02 - 97.250 345.00 163.09 181.91 - 97.275 304.00 163.19 140.81 - 97.300 296.00 163.15 132.85 - 97.325 241.00 163.01 77.99 - 97.350 242.00 162.88 79.12 - 97.375 210.00 162.79 47.21 - 97.400 187.00 162.73 24.27 - 97.425 206.00 162.70 43.30 - 97.450 194.00 162.68 31.32 - 97.475 221.00 162.67 58.33 - 97.500 216.00 162.66 53.34 - 97.525 245.00 162.67 82.33 - 97.550 242.00 162.68 79.32 - 97.575 251.00 162.69 88.31 - 97.600 258.00 162.66 95.34 - 97.625 232.00 162.63 69.37 - 97.650 215.00 162.60 52.40 - 97.675 189.00 162.59 26.41 - 97.700 192.00 162.62 29.38 - 97.725 163.00 162.69 0.31 - 97.750 158.00 162.79 -4.79 - 97.775 162.00 162.86 -0.86 - 97.800 174.00 162.80 11.20 - 97.825 182.00 162.67 19.33 - 97.850 169.00 162.56 6.44 - 97.875 151.00 162.48 -11.48 - 97.900 187.00 162.43 24.57 - 97.925 179.00 162.40 16.60 - 97.950 167.00 162.37 4.63 - 97.975 169.00 162.35 6.65 - 98.000 146.00 162.33 -16.33 - 98.025 149.00 162.31 -13.31 - 98.050 146.00 162.30 -16.30 - 98.075 158.00 162.28 -4.28 - 98.100 142.00 162.27 -20.27 - 98.125 164.00 162.25 1.75 - 98.150 142.00 162.24 -20.24 - 98.175 153.00 162.22 -9.22 - 98.200 147.00 162.21 -15.21 - 98.225 163.00 162.19 0.81 - 98.250 160.00 162.18 -2.18 - 98.275 163.00 162.16 0.84 - 98.300 127.00 162.15 -35.15 - 98.325 150.00 162.14 -12.14 - 98.350 159.00 162.12 -3.12 - 98.375 140.00 162.11 -22.11 - 98.400 136.00 162.10 -26.10 - 98.425 159.00 162.09 -3.09 - 98.450 171.00 162.07 8.93 - 98.475 178.00 162.07 15.93 - 98.500 159.00 162.06 -3.06 - 98.525 162.00 162.05 -0.05 - 98.550 193.00 162.03 30.97 - 98.575 156.00 162.01 -6.01 - 98.600 176.00 161.99 14.01 - 98.625 161.00 161.98 -0.98 - 98.650 155.00 161.96 -6.96 - 98.675 146.00 161.95 -15.95 - 98.700 179.00 161.94 17.06 - 98.725 208.00 161.93 46.07 - 98.750 186.00 161.93 24.07 - 98.775 194.00 161.93 32.07 - 98.800 252.00 161.94 90.06 - 98.825 230.00 161.93 68.07 - 98.850 219.00 161.90 57.10 - 98.875 182.00 161.87 20.13 - 98.900 179.00 161.84 17.16 - 98.925 174.00 161.82 12.18 - 98.950 147.00 161.81 -14.81 - 98.975 189.00 161.79 27.21 - 99.000 166.00 161.78 4.22 - 99.025 142.00 161.76 -19.76 - 99.050 144.00 161.75 -17.75 - 99.075 177.00 161.74 15.26 - 99.100 178.00 161.73 16.27 - 99.125 215.00 161.72 53.28 - 99.150 182.00 161.71 20.29 - 99.175 160.00 161.71 -1.71 - 99.200 196.00 161.72 34.28 - 99.225 200.00 161.74 38.26 - 99.250 159.00 161.78 -2.78 - 99.275 163.00 161.82 1.18 - 99.300 150.00 161.81 -11.81 - 99.325 175.00 161.75 13.25 - 99.350 144.00 161.68 -17.68 - 99.375 132.00 161.63 -29.63 - 99.400 160.00 161.60 -1.60 - 99.425 169.00 161.57 7.43 - 99.450 138.00 161.55 -23.55 - 99.475 171.00 161.54 9.46 - 99.500 129.00 161.52 -32.52 - 99.525 167.00 161.51 5.49 - 99.550 172.00 161.49 10.51 - 99.575 135.00 161.48 -26.48 - 99.600 170.00 161.47 8.53 - 99.625 172.00 161.46 10.54 - 99.650 169.00 161.44 7.56 - 99.675 199.00 161.43 37.57 - 99.700 221.00 161.42 59.58 - 99.725 233.00 161.41 71.59 - 99.750 283.00 161.40 121.60 - 99.775 291.00 161.39 129.61 - 99.800 299.00 161.39 137.61 - 99.825 257.00 161.37 95.63 - 99.850 239.00 161.36 77.64 - 99.875 226.00 161.34 64.66 - 99.900 185.00 161.32 23.68 - 99.925 195.00 161.31 33.69 - 99.950 194.00 161.30 32.70 - 99.975 175.00 161.28 13.72 - 100.000 192.00 161.27 30.73 - 100.025 182.00 161.26 20.74 - 100.050 189.00 161.25 27.75 - 100.075 210.00 161.24 48.76 - 100.100 252.00 161.23 90.77 - 100.125 217.00 161.21 55.79 - 100.150 230.00 161.20 68.80 - 100.175 223.00 161.19 61.81 - 100.200 192.00 161.18 30.82 - 100.225 205.00 161.17 43.83 - 100.250 179.00 161.16 17.84 - 100.275 185.00 161.15 23.85 - 100.300 155.00 161.15 -6.15 - 100.325 193.00 161.15 31.85 - 100.350 190.00 161.15 28.85 - 100.375 214.00 161.17 52.83 - 100.400 215.00 161.18 53.82 - 100.425 230.00 161.19 68.81 - 100.450 223.00 161.19 61.81 - 100.475 212.00 161.16 50.84 - 100.500 233.00 161.12 71.88 - 100.525 221.00 161.08 59.92 - 100.550 242.00 161.05 80.95 - 100.575 216.00 161.03 54.97 - 100.600 261.00 161.02 99.98 - 100.625 265.00 161.01 103.99 - 100.650 370.00 161.00 209.00 - 100.675 406.00 160.99 245.01 - 100.700 501.00 160.99 340.01 - 100.725 447.00 160.99 286.01 - 100.750 488.00 160.99 327.01 - 100.775 473.00 161.00 312.00 - 100.800 365.00 160.99 204.01 - 100.825 279.00 160.97 118.03 - 100.850 283.00 160.95 122.05 - 100.875 285.00 160.95 124.05 - 100.900 282.00 160.96 121.04 - 100.925 239.00 161.00 78.00 - 100.950 267.00 161.05 105.95 - 100.975 263.00 161.12 101.88 - 101.000 309.00 161.19 147.81 - 101.025 349.00 161.21 187.79 - 101.050 345.00 161.19 183.81 - 101.075 322.00 161.14 160.86 - 101.100 338.00 161.10 176.90 - 101.125 308.00 161.04 146.96 - 101.150 238.00 160.97 77.03 - 101.175 221.00 160.90 60.10 - 101.200 215.00 160.85 54.15 - 101.225 197.00 160.80 36.20 - 101.250 205.00 160.77 44.23 - 101.275 208.00 160.75 47.25 - 101.300 222.00 160.73 61.27 - 101.325 206.00 160.71 45.29 - 101.350 204.00 160.70 43.30 - 101.375 230.00 160.70 69.30 - 101.400 240.00 160.69 79.31 - 101.425 284.00 160.69 123.31 - 101.450 313.00 160.70 152.30 - 101.475 331.00 160.69 170.31 - 101.500 344.00 160.68 183.32 - 101.525 297.00 160.66 136.34 - 101.550 275.00 160.63 114.37 - 101.575 267.00 160.61 106.39 - 101.600 216.00 160.59 55.41 - 101.625 230.00 160.58 69.42 - 101.650 194.00 160.57 33.43 - 101.675 195.00 160.56 34.44 - 101.700 234.00 160.55 73.45 - 101.725 196.00 160.54 35.46 - 101.750 198.00 160.53 37.47 - 101.775 240.00 160.52 79.48 - 101.800 255.00 160.52 94.48 - 101.825 287.00 160.52 126.48 - 101.850 314.00 160.52 153.48 - 101.875 318.00 160.51 157.49 - 101.900 255.00 160.50 94.50 - 101.925 232.00 160.48 71.52 - 101.950 213.00 160.46 52.54 - 101.975 186.00 160.45 25.55 - 102.000 193.00 160.43 32.57 - 102.025 156.00 160.42 -4.42 - 102.050 168.00 160.41 7.59 - 102.075 155.00 160.40 -5.40 - 102.100 154.00 160.39 -6.39 - 102.125 187.00 160.38 26.62 - 102.150 181.00 160.37 20.63 - 102.175 194.00 160.37 33.63 - 102.200 183.00 160.36 22.64 - 102.225 206.00 160.35 45.65 - 102.250 191.00 160.34 30.66 - 102.275 179.00 160.33 18.67 - 102.300 174.00 160.32 13.68 - 102.325 158.00 160.31 -2.31 - 102.350 176.00 160.31 15.69 - 102.375 183.00 160.30 22.70 - 102.400 184.00 160.29 23.71 - 102.425 188.00 160.29 27.71 - 102.450 222.00 160.28 61.72 - 102.475 211.00 160.28 50.72 - 102.500 242.00 160.28 81.72 - 102.525 267.00 160.29 106.71 - 102.550 330.00 160.30 169.70 - 102.575 363.00 160.32 202.68 - 102.600 390.00 160.32 229.68 - 102.625 397.00 160.31 236.69 - 102.650 332.00 160.28 171.72 - 102.675 288.00 160.24 127.76 - 102.700 273.00 160.22 112.78 - 102.725 199.00 160.20 38.80 - 102.750 218.00 160.18 57.82 - 102.775 198.00 160.17 37.83 - 102.800 206.00 160.16 45.84 - 102.825 228.00 160.15 67.85 - 102.850 206.00 160.14 45.86 - 102.875 216.00 160.13 55.87 - 102.900 256.00 160.12 95.88 - 102.925 259.00 160.12 98.88 - 102.950 301.00 160.11 140.89 - 102.975 265.00 160.10 104.90 - 103.000 240.00 160.09 79.91 - 103.025 206.00 160.08 45.92 - 103.050 224.00 160.08 63.92 - 103.075 183.00 160.07 22.93 - 103.100 160.00 160.06 -0.06 - 103.125 190.00 160.05 29.95 - 103.150 158.00 160.05 -2.05 - 103.175 161.00 160.04 0.96 - 103.200 161.00 160.03 0.97 - 103.225 143.00 160.02 -17.02 - 103.250 144.00 160.02 -16.02 - 103.275 177.00 160.01 16.99 - 103.300 175.00 160.00 15.00 - 103.325 142.00 160.00 -18.00 - 103.350 129.00 159.99 -30.99 - 103.375 140.00 159.98 -19.98 - 103.400 166.00 159.98 6.02 - 103.425 156.00 159.97 -3.97 - 103.450 126.00 159.96 -33.96 - 103.475 156.00 159.96 -3.96 - 103.500 144.00 159.95 -15.95 - 103.525 146.00 159.94 -13.94 - 103.550 136.00 159.94 -23.94 - 103.575 145.00 159.93 -14.93 - 103.600 160.00 159.93 0.07 - 103.625 147.00 159.92 -12.92 - 103.650 142.00 159.92 -17.92 - 103.675 150.00 159.92 -9.92 - 103.700 168.00 159.92 8.08 - 103.725 164.00 159.92 4.08 - 103.750 168.00 159.92 8.08 - 103.775 195.00 159.92 35.08 - 103.800 207.00 159.91 47.09 - 103.825 229.00 159.90 69.10 - 103.850 260.00 159.89 100.11 - 103.875 263.00 159.88 103.12 - 103.900 294.00 159.88 134.12 - 103.925 291.00 159.89 131.11 - 103.950 279.00 159.91 119.09 - 103.975 245.00 159.93 85.07 - 104.000 211.00 159.97 51.03 - 104.025 240.00 160.01 79.99 - 104.050 218.00 160.03 57.97 - 104.075 197.00 160.01 36.99 - 104.100 226.00 159.98 66.02 - 104.125 253.00 159.95 93.05 - 104.150 249.00 159.93 89.07 - 104.175 289.00 159.93 129.07 - 104.200 329.00 159.94 169.06 - 104.225 377.00 159.96 217.04 - 104.250 412.00 159.97 252.03 - 104.275 419.00 159.97 259.03 - 104.300 371.00 159.93 211.07 - 104.325 310.00 159.88 150.12 - 104.350 258.00 159.84 98.16 - 104.375 236.00 159.80 76.20 - 104.400 243.00 159.78 83.22 - 104.425 235.00 159.76 75.24 - 104.450 224.00 159.75 64.25 - 104.475 241.00 159.74 81.26 - 104.500 236.00 159.74 76.26 - 104.525 239.00 159.74 79.26 - 104.550 302.00 159.74 142.26 - 104.575 286.00 159.74 126.26 - 104.600 295.00 159.75 135.25 - 104.625 329.00 159.78 169.22 - 104.650 390.00 159.83 230.17 - 104.675 376.00 159.90 216.10 - 104.700 405.00 159.98 245.02 - 104.725 380.00 160.05 219.95 - 104.750 376.00 160.05 215.95 - 104.775 363.00 159.98 203.02 - 104.800 361.00 159.89 201.11 - 104.825 296.00 159.81 136.19 - 104.850 313.00 159.75 153.25 - 104.875 279.00 159.71 119.29 - 104.900 295.00 159.68 135.32 - 104.925 248.00 159.67 88.33 - 104.950 253.00 159.66 93.34 - 104.975 273.00 159.65 113.35 - 105.000 273.00 159.64 113.36 - 105.025 275.00 159.63 115.37 - 105.050 305.00 159.63 145.37 - 105.075 282.00 159.63 122.37 - 105.100 295.00 159.62 135.38 - 105.125 295.00 159.62 135.38 - 105.150 304.00 159.63 144.37 - 105.175 318.00 159.64 158.36 - 105.200 331.00 159.65 171.35 - 105.225 336.00 159.68 176.32 - 105.250 336.00 159.73 176.27 - 105.275 371.00 159.78 211.22 - 105.300 349.00 159.82 189.18 - 105.325 315.00 159.84 155.16 - 105.350 280.00 159.84 120.16 - 105.375 286.00 159.84 126.16 - 105.400 238.00 159.83 78.17 - 105.425 265.00 159.80 105.20 - 105.450 226.00 159.75 66.25 - 105.475 238.00 159.69 78.31 - 105.500 222.00 159.65 62.35 - 105.525 224.00 159.61 64.39 - 105.550 254.00 159.59 94.41 - 105.575 303.00 159.58 143.42 - 105.600 311.00 159.57 151.43 - 105.625 297.00 159.57 137.43 - 105.650 319.00 159.57 159.43 - 105.675 302.00 159.59 142.41 - 105.700 295.00 159.62 135.38 - 105.725 299.00 159.66 139.34 - 105.750 325.00 159.72 165.28 - 105.775 347.00 159.78 187.22 - 105.800 294.00 159.82 134.18 - 105.825 264.00 159.80 104.20 - 105.850 265.00 159.75 105.25 - 105.875 239.00 159.68 79.32 - 105.900 227.00 159.63 67.37 - 105.925 226.00 159.60 66.40 - 105.950 250.00 159.58 90.42 - 105.975 203.00 159.58 43.42 - 106.000 229.00 159.58 69.42 - 106.025 202.00 159.57 42.43 - 106.050 234.00 159.56 74.44 - 106.075 220.00 159.55 60.45 - 106.100 206.00 159.54 46.46 - 106.125 230.00 159.55 70.45 - 106.150 228.00 159.56 68.44 - 106.175 259.00 159.59 99.41 - 106.200 221.00 159.64 61.36 - 106.225 276.00 159.68 116.32 - 106.250 276.00 159.71 116.29 - 106.275 271.00 159.71 111.29 - 106.300 278.00 159.69 118.31 - 106.325 298.00 159.65 138.35 - 106.350 341.00 159.62 181.38 - 106.375 366.00 159.59 206.41 - 106.400 384.00 159.56 224.44 - 106.425 388.00 159.55 228.45 - 106.450 410.00 159.55 250.45 - 106.475 433.00 159.55 273.45 - 106.500 388.00 159.55 228.45 - 106.525 382.00 159.53 222.47 - 106.550 298.00 159.51 138.49 - 106.575 327.00 159.49 167.51 - 106.600 266.00 159.47 106.53 - 106.625 250.00 159.46 90.54 - 106.650 252.00 159.45 92.55 - 106.675 252.00 159.44 92.56 - 106.700 262.00 159.44 102.56 - 106.725 270.00 159.44 110.56 - 106.750 257.00 159.43 97.57 - 106.775 249.00 159.43 89.57 - 106.800 251.00 159.43 91.57 - 106.825 336.00 159.43 176.57 - 106.850 305.00 159.43 145.57 - 106.875 284.00 159.43 124.57 - 106.900 293.00 159.43 133.57 - 106.925 236.00 159.43 76.57 - 106.950 224.00 159.43 64.57 - 106.975 207.00 159.43 47.57 - 107.000 200.00 159.43 40.57 - 107.025 174.00 159.43 14.57 - 107.050 177.00 159.44 17.56 - 107.075 180.00 159.44 20.56 - 107.100 163.00 159.44 3.56 - 107.125 150.00 159.44 -9.44 - 107.150 181.00 159.43 21.57 - 107.175 174.00 159.43 14.57 - 107.200 141.00 159.42 -18.42 - 107.225 156.00 159.42 -3.42 - 107.250 143.00 159.42 -16.42 - 107.275 166.00 159.42 6.58 - 107.300 148.00 159.42 -11.42 - 107.325 174.00 159.42 14.58 - 107.350 153.00 159.42 -6.42 - 107.375 160.00 159.42 0.58 - 107.400 159.00 159.42 -0.42 - 107.425 160.00 159.42 0.58 - 107.450 155.00 159.42 -4.42 - 107.475 141.00 159.42 -18.42 - 107.500 148.00 159.42 -11.42 - 107.525 157.00 159.42 -2.42 - 107.550 157.00 159.42 -2.42 - 107.575 161.00 159.43 1.57 - 107.600 171.00 159.43 11.57 - 107.625 164.00 159.43 4.57 - 107.650 169.00 159.43 9.57 - 107.675 170.00 159.44 10.56 - 107.700 167.00 159.44 7.56 - 107.725 189.00 159.45 29.55 - 107.750 220.00 159.46 60.54 - 107.775 252.00 159.47 92.53 - 107.800 328.00 159.48 168.52 - 107.825 298.00 159.49 138.51 - 107.850 286.00 159.50 126.50 - 107.875 290.00 159.51 130.49 - 107.900 266.00 159.51 106.49 - 107.925 220.00 159.52 60.48 - 107.950 171.00 159.52 11.48 - 107.975 193.00 159.51 33.49 - 108.000 194.00 159.50 34.50 - 108.025 170.00 159.49 10.51 - 108.050 235.00 159.48 75.52 - 108.075 195.00 159.47 35.53 - 108.100 207.00 159.47 47.53 - 108.125 227.00 159.48 67.52 - 108.150 261.00 159.49 101.51 - 108.175 320.00 159.52 160.48 - 108.200 343.00 159.55 183.45 - 108.225 339.00 159.59 179.41 - 108.250 411.00 159.63 251.37 - 108.275 416.00 159.66 256.34 - 108.300 350.00 159.67 190.33 - 108.325 350.00 159.65 190.35 - 108.350 288.00 159.63 128.37 - 108.375 343.00 159.60 183.40 - 108.400 300.00 159.59 140.41 - 108.425 286.00 159.58 126.42 - 108.450 283.00 159.57 123.43 - 108.475 249.00 159.55 89.45 - 108.500 258.00 159.54 98.46 - 108.525 232.00 159.53 72.47 - 108.550 229.00 159.51 69.49 - 108.575 233.00 159.51 73.49 - 108.600 215.00 159.50 55.50 - 108.625 250.00 159.50 90.50 - 108.650 258.00 159.50 98.50 - 108.675 250.00 159.50 90.50 - 108.700 251.00 159.50 91.50 - 108.725 245.00 159.51 85.49 - 108.750 233.00 159.51 73.49 - 108.775 220.00 159.51 60.49 - 108.800 257.00 159.51 97.49 - 108.825 219.00 159.52 59.48 - 108.850 207.00 159.52 47.48 - 108.875 208.00 159.52 48.48 - 108.900 191.00 159.52 31.48 - 108.925 187.00 159.53 27.47 - 108.950 198.00 159.53 38.47 - 108.975 176.00 159.53 16.47 - 109.000 184.00 159.54 24.46 - 109.025 190.00 159.54 30.46 - 109.050 192.00 159.55 32.45 - 109.075 159.00 159.55 -0.55 - 109.100 176.00 159.55 16.45 - 109.125 166.00 159.56 6.44 - 109.150 196.00 159.56 36.44 - 109.175 172.00 159.57 12.43 - 109.200 180.00 159.58 20.42 - 109.225 208.00 159.58 48.42 - 109.250 219.00 159.58 59.42 - 109.275 202.00 159.59 42.41 - 109.300 177.00 159.59 17.41 - 109.325 175.00 159.59 15.41 - 109.350 170.00 159.60 10.40 - 109.375 167.00 159.61 7.39 - 109.400 175.00 159.61 15.39 - 109.425 153.00 159.62 -6.62 - 109.450 145.00 159.64 -14.64 - 109.475 178.00 159.66 18.34 - 109.500 168.00 159.67 8.33 - 109.525 153.00 159.69 -6.69 - 109.550 159.00 159.70 -0.70 - 109.575 179.00 159.70 19.30 - 109.600 196.00 159.69 36.31 - 109.625 175.00 159.68 15.32 - 109.650 174.00 159.67 14.33 - 109.675 168.00 159.67 8.33 - 109.700 180.00 159.67 20.33 - 109.725 139.00 159.67 -20.67 - 109.750 157.00 159.67 -2.67 - 109.775 143.00 159.68 -16.68 - 109.800 156.00 159.68 -3.68 - 109.825 157.00 159.69 -2.69 - 109.850 151.00 159.69 -8.69 - 109.875 155.00 159.70 -4.70 - 109.900 158.00 159.71 -1.71 - 109.925 155.00 159.72 -4.72 - 109.950 141.00 159.74 -18.74 - 109.975 152.00 159.75 -7.75 - 110.000 145.00 159.77 -14.77 - 110.025 158.00 159.79 -1.79 - 110.050 153.00 159.81 -6.81 - 110.075 149.00 159.81 -10.81 - 110.100 153.00 159.81 -6.81 - 110.125 150.00 159.80 -9.80 - 110.150 144.00 159.79 -15.79 - 110.175 150.00 159.78 -9.78 - 110.200 143.00 159.78 -16.78 - 110.225 172.00 159.78 12.22 - 110.250 141.00 159.79 -18.79 - 110.275 166.00 159.79 6.21 - 110.300 170.00 159.80 10.20 - 110.325 162.00 159.81 2.19 - 110.350 206.00 159.81 46.19 - 110.375 182.00 159.82 22.18 - 110.400 172.00 159.83 12.17 - 110.425 183.00 159.83 23.17 - 110.450 175.00 159.84 15.16 - 110.475 178.00 159.84 18.16 - 110.500 179.00 159.85 19.15 - 110.525 157.00 159.85 -2.85 - 110.550 163.00 159.86 3.14 - 110.575 182.00 159.87 22.13 - 110.600 184.00 159.87 24.13 - 110.625 177.00 159.88 17.12 - 110.650 163.00 159.89 3.11 - 110.675 172.00 159.89 12.11 - 110.700 185.00 159.90 25.10 - 110.725 159.00 159.91 -0.91 - 110.750 185.00 159.91 25.09 - 110.775 176.00 159.92 16.08 - 110.800 169.00 159.93 9.07 - 110.825 161.00 159.93 1.07 - 110.850 173.00 159.94 13.06 - 110.875 190.00 159.95 30.05 - 110.900 193.00 159.96 33.04 - 110.925 150.00 159.96 -9.96 - 110.950 175.00 159.97 15.03 - 110.975 151.00 159.98 -8.98 - 111.000 176.00 159.99 16.01 - 111.025 166.00 160.00 6.00 - 111.050 171.00 160.00 11.00 - 111.075 187.00 160.01 26.99 - 111.100 180.00 160.02 19.98 - 111.125 216.00 160.03 55.97 - 111.150 212.00 160.04 51.96 - 111.175 269.00 160.05 108.95 - 111.200 301.00 160.06 140.94 - 111.225 313.00 160.06 152.94 - 111.250 319.00 160.07 158.93 - 111.275 328.00 160.08 167.92 - 111.300 299.00 160.09 138.91 - 111.325 252.00 160.10 91.90 - 111.350 252.00 160.11 91.89 - 111.375 228.00 160.12 67.88 - 111.400 200.00 160.13 39.87 - 111.425 209.00 160.14 48.86 - 111.450 202.00 160.15 41.85 - 111.475 225.00 160.17 64.83 - 111.500 199.00 160.18 38.82 - 111.525 251.00 160.21 90.79 - 111.550 236.00 160.23 75.77 - 111.575 263.00 160.26 102.74 - 111.600 299.00 160.29 138.71 - 111.625 302.00 160.31 141.69 - 111.650 338.00 160.32 177.68 - 111.675 248.00 160.32 87.68 - 111.700 259.00 160.31 98.69 - 111.725 262.00 160.30 101.70 - 111.750 213.00 160.29 52.71 - 111.775 211.00 160.29 50.71 - 111.800 206.00 160.29 45.71 - 111.825 210.00 160.29 49.71 - 111.850 168.00 160.30 7.70 - 111.875 191.00 160.31 30.69 - 111.900 159.00 160.32 -1.32 - 111.925 183.00 160.33 22.67 - 111.950 202.00 160.34 41.66 - 111.975 211.00 160.35 50.65 - 112.000 205.00 160.36 44.64 - 112.025 206.00 160.37 45.63 - 112.050 205.00 160.38 44.62 - 112.075 223.00 160.40 62.60 - 112.100 200.00 160.41 39.59 - 112.125 184.00 160.43 23.57 - 112.150 189.00 160.46 28.54 - 112.175 186.00 160.49 25.51 - 112.200 185.00 160.53 24.47 - 112.225 205.00 160.57 44.43 - 112.250 197.00 160.62 36.38 - 112.275 210.00 160.65 49.35 - 112.300 206.00 160.67 45.33 - 112.325 202.00 160.67 41.33 - 112.350 174.00 160.65 13.35 - 112.375 175.00 160.63 14.37 - 112.400 190.00 160.60 29.40 - 112.425 165.00 160.59 4.41 - 112.450 173.00 160.58 12.42 - 112.475 179.00 160.58 18.42 - 112.500 192.00 160.58 31.42 - 112.525 168.00 160.59 7.41 - 112.550 168.00 160.60 7.40 - 112.575 181.00 160.61 20.39 - 112.600 170.00 160.62 9.38 - 112.625 200.00 160.63 39.37 - 112.650 198.00 160.64 37.36 - 112.675 219.00 160.65 58.35 - 112.700 211.00 160.66 50.34 - 112.725 238.00 160.68 77.32 - 112.750 222.00 160.69 61.31 - 112.775 205.00 160.71 44.29 - 112.800 221.00 160.73 60.27 - 112.825 204.00 160.75 43.25 - 112.850 219.00 160.77 58.23 - 112.875 196.00 160.79 35.21 - 112.900 210.00 160.82 49.18 - 112.925 196.00 160.84 35.16 - 112.950 234.00 160.86 73.14 - 112.975 212.00 160.89 51.11 - 113.000 191.00 160.90 30.10 - 113.025 250.00 160.91 89.09 - 113.050 230.00 160.92 69.08 - 113.075 226.00 160.92 65.08 - 113.100 277.00 160.93 116.07 - 113.125 263.00 160.95 102.05 - 113.150 296.00 160.97 135.03 - 113.175 319.00 161.00 158.00 - 113.200 338.00 161.03 176.97 - 113.225 385.00 161.07 223.93 - 113.250 408.00 161.10 246.90 - 113.275 381.00 161.11 219.89 - 113.300 356.00 161.11 194.89 - 113.325 290.00 161.10 128.90 - 113.350 284.00 161.09 122.91 - 113.375 268.00 161.08 106.92 - 113.400 222.00 161.07 60.93 - 113.425 245.00 161.07 83.93 - 113.450 214.00 161.07 52.93 - 113.475 211.00 161.07 49.93 - 113.500 204.00 161.08 42.92 - 113.525 227.00 161.09 65.91 - 113.550 254.00 161.11 92.89 - 113.575 236.00 161.12 74.88 - 113.600 290.00 161.14 128.86 - 113.625 305.00 161.15 143.85 - 113.650 290.00 161.17 128.83 - 113.675 337.00 161.18 175.82 - 113.700 276.00 161.19 114.81 - 113.725 281.00 161.20 119.80 - 113.750 238.00 161.21 76.79 - 113.775 243.00 161.22 81.78 - 113.800 231.00 161.23 69.77 - 113.825 205.00 161.25 43.75 - 113.850 205.00 161.26 43.74 - 113.875 193.00 161.27 31.73 - 113.900 180.00 161.29 18.71 - 113.925 171.00 161.30 9.70 - 113.950 185.00 161.31 23.69 - 113.975 191.00 161.33 29.67 - 114.000 191.00 161.34 29.66 - 114.025 190.00 161.36 28.64 - 114.050 179.00 161.37 17.63 - 114.075 169.00 161.39 7.61 - 114.100 175.00 161.40 13.60 - 114.125 199.00 161.42 37.58 - 114.150 179.00 161.43 17.57 - 114.175 189.00 161.45 27.55 - 114.200 210.00 161.46 48.54 - 114.225 191.00 161.48 29.52 - 114.250 206.00 161.50 44.50 - 114.275 212.00 161.51 50.49 - 114.300 210.00 161.53 48.47 - 114.325 235.00 161.54 73.46 - 114.350 205.00 161.56 43.44 - 114.375 182.00 161.58 20.42 - 114.400 185.00 161.59 23.41 - 114.425 177.00 161.61 15.39 - 114.450 171.00 161.62 9.38 - 114.475 153.00 161.64 -8.64 - 114.500 154.00 161.65 -7.65 - 114.525 152.00 161.67 -9.67 - 114.550 170.00 161.69 8.31 - 114.575 155.00 161.70 -6.70 - 114.600 156.00 161.72 -5.72 - 114.625 153.00 161.74 -8.74 - 114.650 171.00 161.76 9.24 - 114.675 188.00 161.78 26.22 - 114.700 181.00 161.81 19.19 - 114.725 180.00 161.83 18.17 - 114.750 201.00 161.87 39.13 - 114.775 183.00 161.90 21.10 - 114.800 191.00 161.94 29.06 - 114.825 184.00 161.98 22.02 - 114.850 187.00 162.01 24.99 - 114.875 163.00 162.03 0.97 - 114.900 161.00 162.05 -1.05 - 114.925 165.00 162.05 2.95 - 114.950 160.00 162.06 -2.06 - 114.975 185.00 162.06 22.94 - 115.000 198.00 162.06 35.94 - 115.025 164.00 162.06 1.94 - 115.050 176.00 162.07 13.93 - 115.075 182.00 162.08 19.92 - 115.100 172.00 162.09 9.91 - 115.125 172.00 162.11 9.89 - 115.150 186.00 162.13 23.87 - 115.175 189.00 162.15 26.85 - 115.200 181.00 162.17 18.83 - 115.225 231.00 162.18 68.82 - 115.250 209.00 162.20 46.80 - 115.275 211.00 162.21 48.79 - 115.300 227.00 162.23 64.77 - 115.325 226.00 162.24 63.76 - 115.350 193.00 162.26 30.74 - 115.375 216.00 162.27 53.73 - 115.400 211.00 162.29 48.71 - 115.425 211.00 162.30 48.70 - 115.450 193.00 162.32 30.68 - 115.475 175.00 162.33 12.67 - 115.500 192.00 162.35 29.65 - 115.525 209.00 162.36 46.64 - 115.550 196.00 162.38 33.62 - 115.575 195.00 162.40 32.60 - 115.600 230.00 162.42 67.58 - 115.625 231.00 162.44 68.56 - 115.650 239.00 162.45 76.55 - 115.675 311.00 162.47 148.53 - 115.700 285.00 162.49 122.51 - 115.725 263.00 162.51 100.49 - 115.750 289.00 162.53 126.47 - 115.775 262.00 162.55 99.45 - 115.800 214.00 162.57 51.43 - 115.825 212.00 162.59 49.41 - 115.850 218.00 162.61 55.39 - 115.875 186.00 162.63 23.37 - 115.900 191.00 162.65 28.35 - 115.925 199.00 162.67 36.33 - 115.950 183.00 162.69 20.31 - 115.975 190.00 162.71 27.29 - 116.000 168.00 162.73 5.27 - 116.025 194.00 162.75 31.25 - 116.050 191.00 162.77 28.23 - 116.075 195.00 162.79 32.21 - 116.100 207.00 162.81 44.19 - 116.125 218.00 162.82 55.18 - 116.150 222.00 162.84 59.16 - 116.175 241.00 162.86 78.14 - 116.200 242.00 162.88 79.12 - 116.225 219.00 162.90 56.10 - 116.250 189.00 162.92 26.08 - 116.275 202.00 162.94 39.06 - 116.300 202.00 162.96 39.04 - 116.325 190.00 162.98 27.02 - 116.350 225.00 163.00 62.00 - 116.375 204.00 163.03 40.97 - 116.400 223.00 163.05 59.95 - 116.425 262.00 163.08 98.92 - 116.450 258.00 163.10 94.90 - 116.475 317.00 163.13 153.87 - 116.500 312.00 163.15 148.85 - 116.525 304.00 163.18 140.82 - 116.550 299.00 163.20 135.80 - 116.575 278.00 163.21 114.79 - 116.600 265.00 163.23 101.77 - 116.625 221.00 163.25 57.75 - 116.650 205.00 163.26 41.74 - 116.675 225.00 163.28 61.72 - 116.700 211.00 163.30 47.70 - 116.725 203.00 163.32 39.68 - 116.750 192.00 163.34 28.66 - 116.775 201.00 163.36 37.64 - 116.800 197.00 163.38 33.62 - 116.825 227.00 163.40 63.60 - 116.850 184.00 163.42 20.58 - 116.875 205.00 163.45 41.55 - 116.900 216.00 163.47 52.53 - 116.925 256.00 163.50 92.50 - 116.950 253.00 163.52 89.48 - 116.975 288.00 163.55 124.45 - 117.000 249.00 163.58 85.42 - 117.025 280.00 163.61 116.39 - 117.050 219.00 163.63 55.37 - 117.075 217.00 163.66 53.34 - 117.100 249.00 163.69 85.31 - 117.125 229.00 163.71 65.29 - 117.150 198.00 163.73 34.27 - 117.175 193.00 163.75 29.25 - 117.200 178.00 163.77 14.23 - 117.225 205.00 163.79 41.21 - 117.250 210.00 163.81 46.19 - 117.275 185.00 163.83 21.17 - 117.300 179.00 163.85 15.15 - 117.325 213.00 163.87 49.13 - 117.350 233.00 163.90 69.10 - 117.375 225.00 163.92 61.08 - 117.400 232.00 163.95 68.05 - 117.425 264.00 163.99 100.01 - 117.450 271.00 164.02 106.98 - 117.475 285.00 164.07 120.93 - 117.500 273.00 164.11 108.89 - 117.525 342.00 164.17 177.83 - 117.550 326.00 164.22 161.78 - 117.575 401.00 164.28 236.72 - 117.600 358.00 164.34 193.66 - 117.625 432.00 164.38 267.62 - 117.650 331.00 164.41 166.59 - 117.675 361.00 164.43 196.57 - 117.700 330.00 164.43 165.57 - 117.725 283.00 164.42 118.58 - 117.750 282.00 164.42 117.58 - 117.775 263.00 164.41 98.59 - 117.800 245.00 164.40 80.60 - 117.825 232.00 164.40 67.60 - 117.850 219.00 164.40 54.60 - 117.875 251.00 164.41 86.59 - 117.900 241.00 164.42 76.58 - 117.925 241.00 164.43 76.57 - 117.950 265.00 164.45 100.55 - 117.975 237.00 164.47 72.53 - 118.000 251.00 164.49 86.51 - 118.025 266.00 164.52 101.48 - 118.050 291.00 164.54 126.46 - 118.075 301.00 164.56 136.44 - 118.100 300.00 164.59 135.41 - 118.125 280.00 164.61 115.39 - 118.150 332.00 164.64 167.36 - 118.175 285.00 164.66 120.34 - 118.200 276.00 164.69 111.31 - 118.225 261.00 164.72 96.28 - 118.250 262.00 164.75 97.25 - 118.275 264.00 164.78 99.22 - 118.300 280.00 164.81 115.19 - 118.325 291.00 164.83 126.17 - 118.350 292.00 164.86 127.14 - 118.375 284.00 164.88 119.12 - 118.400 266.00 164.91 101.09 - 118.425 240.00 164.93 75.07 - 118.450 219.00 164.95 54.05 - 118.475 232.00 164.97 67.03 - 118.500 218.00 164.99 53.01 - 118.525 192.00 165.02 26.98 - 118.550 181.00 165.04 15.96 - 118.575 184.00 165.06 18.94 - 118.600 219.00 165.09 53.91 - 118.625 187.00 165.11 21.89 - 118.650 174.00 165.14 8.86 - 118.675 184.00 165.16 18.84 - 118.700 204.00 165.19 38.81 - 118.725 197.00 165.22 31.78 - 118.750 217.00 165.24 51.76 - 118.775 215.00 165.27 49.73 - 118.800 213.00 165.30 47.70 - 118.825 212.00 165.32 46.68 - 118.850 218.00 165.35 52.65 - 118.875 210.00 165.38 44.62 - 118.900 224.00 165.40 58.60 - 118.925 183.00 165.43 17.57 - 118.950 178.00 165.46 12.54 - 118.975 205.00 165.48 39.52 - 119.000 184.00 165.51 18.49 - 119.025 185.00 165.54 19.46 - 119.050 180.00 165.57 14.43 - 119.075 197.00 165.59 31.41 - 119.100 154.00 165.62 -11.62 - 119.125 171.00 165.65 5.35 - 119.150 181.00 165.68 15.32 - 119.175 155.00 165.71 -10.71 - 119.200 145.00 165.74 -20.74 - 119.225 184.00 165.76 18.24 - 119.250 180.00 165.79 14.21 - 119.275 173.00 165.82 7.18 - 119.300 168.00 165.84 2.16 - 119.325 190.00 165.87 24.13 - 119.350 169.00 165.90 3.10 - 119.375 161.00 165.92 -4.92 - 119.400 174.00 165.95 8.05 - 119.425 158.00 165.98 -7.98 - 119.450 167.00 166.01 0.99 - 119.475 182.00 166.03 15.97 - 119.500 165.00 166.06 -1.06 - 119.525 183.00 166.09 16.91 - 119.550 168.00 166.12 1.88 - 119.575 159.00 166.15 -7.15 - 119.600 161.00 166.17 -5.17 - 119.625 155.00 166.20 -11.20 - 119.650 189.00 166.23 22.77 - 119.675 186.00 166.26 19.74 - 119.700 150.00 166.29 -16.29 - 119.725 168.00 166.32 1.68 - 119.750 186.00 166.35 19.65 - 119.775 194.00 166.38 27.62 - 119.800 155.00 166.40 -11.40 - 119.825 171.00 166.43 4.57 - 119.850 151.00 166.46 -15.46 - 119.875 165.00 166.49 -1.49 - 119.900 175.00 166.52 8.48 - 119.925 156.00 166.55 -10.55 - 119.950 163.00 166.58 -3.58 - 119.975 164.00 166.61 -2.61 - 120.000 166.00 166.64 -0.64 - 120.025 185.00 166.67 18.33 - 120.050 163.00 166.71 -3.71 - 120.075 202.00 166.74 35.26 - 120.100 186.00 166.77 19.23 - 120.125 183.00 166.80 16.20 - 120.150 183.00 166.83 16.17 - 120.175 155.00 166.86 -11.86 - 120.200 199.00 166.90 32.10 - 120.225 176.00 166.93 9.07 - 120.250 188.00 166.97 21.03 - 120.275 177.00 167.01 9.99 - 120.300 165.00 167.04 -2.04 - 120.325 198.00 167.09 30.91 - 120.350 170.00 167.13 2.87 - 120.375 186.00 167.17 18.83 - 120.400 188.00 167.21 20.79 - 120.425 193.00 167.24 25.76 - 120.450 190.00 167.27 22.73 - 120.475 207.00 167.29 39.71 - 120.500 234.00 167.32 66.68 - 120.525 205.00 167.34 37.66 - 120.550 212.00 167.36 44.64 - 120.575 216.00 167.38 48.62 - 120.600 213.00 167.40 45.60 - 120.625 266.00 167.43 98.57 - 120.650 257.00 167.46 89.54 - 120.675 269.00 167.50 101.50 - 120.700 300.00 167.53 132.47 - 120.725 330.00 167.57 162.43 - 120.750 339.00 167.60 171.40 - 120.775 357.00 167.63 189.37 - 120.800 382.00 167.67 214.33 - 120.825 326.00 167.70 158.30 - 120.850 325.00 167.73 157.27 - 120.875 282.00 167.76 114.24 - 120.900 284.00 167.79 116.21 - 120.925 305.00 167.82 137.18 - 120.950 353.00 167.86 185.14 - 120.975 293.00 167.89 125.11 - 121.000 354.00 167.93 186.07 - 121.025 327.00 167.97 159.03 - 121.050 397.00 168.00 229.00 - 121.075 378.00 168.04 209.96 - 121.100 367.00 168.07 198.93 - 121.125 341.00 168.09 172.91 - 121.150 307.00 168.12 138.88 - 121.175 311.00 168.14 142.86 - 121.200 274.00 168.17 105.83 - 121.225 313.00 168.19 144.81 - 121.250 351.00 168.22 182.78 - 121.275 347.00 168.25 178.75 - 121.300 326.00 168.28 157.72 - 121.325 307.00 168.31 138.69 - 121.350 293.00 168.34 124.66 - 121.375 260.00 168.37 91.63 - 121.400 283.00 168.41 114.59 - 121.425 272.00 168.44 103.56 - 121.450 272.00 168.48 103.52 - 121.475 302.00 168.51 133.49 - 121.500 307.00 168.55 138.45 - 121.525 313.00 168.59 144.41 - 121.550 332.00 168.63 163.37 - 121.575 337.00 168.67 168.33 - 121.600 327.00 168.72 158.28 - 121.625 331.00 168.78 162.22 - 121.650 343.00 168.84 174.16 - 121.675 329.00 168.90 160.10 - 121.700 371.00 168.98 202.02 - 121.725 392.00 169.06 222.94 - 121.750 418.00 169.14 248.86 - 121.775 493.00 169.22 323.78 - 121.800 471.00 169.30 301.70 - 121.825 481.00 169.36 311.64 - 121.850 485.00 169.40 315.60 - 121.875 486.00 169.42 316.58 - 121.900 422.00 169.42 252.58 - 121.925 425.00 169.41 255.59 - 121.950 387.00 169.40 217.60 - 121.975 379.00 169.40 209.60 - 122.000 330.00 169.40 160.60 - 122.025 338.00 169.41 168.59 - 122.050 327.00 169.43 157.57 - 122.075 321.00 169.46 151.54 - 122.100 327.00 169.49 157.51 - 122.125 386.00 169.53 216.47 - 122.150 375.00 169.57 205.43 - 122.175 412.00 169.60 242.40 - 122.200 398.00 169.63 228.37 - 122.225 371.00 169.66 201.34 - 122.250 398.00 169.68 228.32 - 122.275 377.00 169.69 207.31 - 122.300 382.00 169.71 212.29 - 122.325 419.00 169.73 249.27 - 122.350 397.00 169.75 227.25 - 122.375 373.00 169.77 203.23 - 122.400 325.00 169.79 155.21 - 122.425 333.00 169.82 163.18 - 122.450 311.00 169.84 141.16 - 122.475 301.00 169.87 131.13 - 122.500 293.00 169.91 123.09 - 122.525 291.00 169.94 121.06 - 122.550 268.00 169.97 98.03 - 122.575 279.00 170.01 108.99 - 122.600 289.00 170.04 118.96 - 122.625 278.00 170.08 107.92 - 122.650 266.00 170.11 95.89 - 122.675 268.00 170.15 97.85 - 122.700 284.00 170.18 113.82 - 122.725 258.00 170.22 87.78 - 122.750 251.00 170.25 80.75 - 122.775 258.00 170.29 87.71 - 122.800 247.00 170.33 76.67 - 122.825 251.00 170.36 80.64 - 122.850 211.00 170.40 40.60 - 122.875 209.00 170.43 38.57 - 122.900 220.00 170.47 49.53 - 122.925 218.00 170.51 47.49 - 122.950 191.00 170.54 20.46 - 122.975 186.00 170.58 15.42 - 123.000 214.00 170.62 43.38 - 123.025 213.00 170.66 42.34 - 123.050 216.00 170.69 45.31 - 123.075 227.00 170.73 56.27 - 123.100 196.00 170.77 25.23 - 123.125 202.00 170.81 31.19 - 123.150 213.00 170.84 42.16 - 123.175 186.00 170.88 15.12 - 123.200 198.00 170.92 27.08 - 123.225 224.00 170.96 53.04 - 123.250 177.00 171.00 6.00 - 123.275 197.00 171.04 25.96 - 123.300 160.00 171.08 -11.08 - 123.325 191.00 171.12 19.88 - 123.350 209.00 171.16 37.84 - 123.375 217.00 171.20 45.80 - 123.400 216.00 171.23 44.77 - 123.425 215.00 171.27 43.73 - 123.450 200.00 171.31 28.69 - 123.475 207.00 171.35 35.65 - 123.500 202.00 171.39 30.61 - 123.525 234.00 171.43 62.57 - 123.550 218.00 171.48 46.52 - 123.575 252.00 171.53 80.47 - 123.600 249.00 171.58 77.42 - 123.625 281.00 171.64 109.36 - 123.650 270.00 171.70 98.30 - 123.675 287.00 171.77 115.23 - 123.700 318.00 171.84 146.16 - 123.725 319.00 171.91 147.09 - 123.750 370.00 171.99 198.01 - 123.775 397.00 172.05 224.95 - 123.800 434.00 172.12 261.88 - 123.825 494.00 172.17 321.83 - 123.850 424.00 172.22 251.78 - 123.875 485.00 172.25 312.75 - 123.900 464.00 172.27 291.73 - 123.925 454.00 172.29 281.71 - 123.950 461.00 172.29 288.71 - 123.975 371.00 172.30 198.70 - 124.000 326.00 172.30 153.70 - 124.025 309.00 172.31 136.69 - 124.050 280.00 172.32 107.68 - 124.075 332.00 172.34 159.66 - 124.100 297.00 172.36 124.64 - 124.125 277.00 172.39 104.61 - 124.150 293.00 172.42 120.58 - 124.175 303.00 172.45 130.55 - 124.200 342.00 172.49 169.51 - 124.225 293.00 172.53 120.47 - 124.250 322.00 172.57 149.43 - 124.275 350.00 172.62 177.38 - 124.300 360.00 172.66 187.34 - 124.325 343.00 172.71 170.29 - 124.350 387.00 172.76 214.24 - 124.375 437.00 172.81 264.19 - 124.400 442.00 172.86 269.14 - 124.425 460.00 172.92 287.08 - 124.450 486.00 172.97 313.03 - 124.475 451.00 173.02 277.98 - 124.500 433.00 173.07 259.93 - 124.525 459.00 173.12 285.88 - 124.550 369.00 173.16 195.84 - 124.575 415.00 173.20 241.80 - 124.600 340.00 173.23 166.77 - 124.625 328.00 173.26 154.74 - 124.650 323.00 173.28 149.72 - 124.675 291.00 173.31 117.69 - 124.700 265.00 173.33 91.67 - 124.725 305.00 173.36 131.64 - 124.750 279.00 173.39 105.61 - 124.775 298.00 173.43 124.57 - 124.800 320.00 173.46 146.54 - 124.825 299.00 173.50 125.50 - 124.850 306.00 173.55 132.45 - 124.875 340.00 173.59 166.41 - 124.900 314.00 173.63 140.37 - 124.925 329.00 173.67 155.33 - 124.950 324.00 173.71 150.29 - 124.975 367.00 173.75 193.25 - 125.000 378.00 173.78 204.22 - 125.025 335.00 173.82 161.18 - 125.050 338.00 173.86 164.14 - 125.075 293.00 173.90 119.10 - 125.100 299.00 173.93 125.07 - 125.125 293.00 173.97 119.03 - 125.150 263.00 174.01 88.99 - 125.175 285.00 174.06 110.94 - 125.200 277.00 174.10 102.90 - 125.225 283.00 174.15 108.85 - 125.250 326.00 174.19 151.81 - 125.275 291.00 174.24 116.76 - 125.300 311.00 174.29 136.71 - 125.325 315.00 174.34 140.66 - 125.350 351.00 174.40 176.60 - 125.375 367.00 174.45 192.55 - 125.400 353.00 174.50 178.50 - 125.425 387.00 174.55 212.45 - 125.450 404.00 174.60 229.40 - 125.475 365.00 174.65 190.35 - 125.500 354.00 174.70 179.30 - 125.525 382.00 174.74 207.26 - 125.550 318.00 174.79 143.21 - 125.575 310.00 174.84 135.16 - 125.600 342.00 174.89 167.11 - 125.625 355.00 174.93 180.07 - 125.650 334.00 174.98 159.02 - 125.675 382.00 175.03 206.97 - 125.700 359.00 175.07 183.93 - 125.725 322.00 175.11 146.89 - 125.750 317.00 175.15 141.85 - 125.775 322.00 175.18 146.82 - 125.800 315.00 175.21 139.79 - 125.825 322.00 175.23 146.77 - 125.850 260.00 175.26 84.74 - 125.875 275.00 175.29 99.71 - 125.900 282.00 175.32 106.68 - 125.925 290.00 175.36 114.64 - 125.950 318.00 175.39 142.61 - 125.975 296.00 175.43 120.57 - 126.000 276.00 175.47 100.53 - 126.025 281.00 175.51 105.49 - 126.050 309.00 175.55 133.45 - 126.075 281.00 175.59 105.41 - 126.100 305.00 175.63 129.37 - 126.125 298.00 175.67 122.33 - 126.150 276.00 175.72 100.28 - 126.175 252.00 175.76 76.24 - 126.200 303.00 175.81 127.19 - 126.225 282.00 175.85 106.15 - 126.250 308.00 175.90 132.10 - 126.275 302.00 175.94 126.06 - 126.300 293.00 175.99 117.01 - 126.325 288.00 176.04 111.96 - 126.350 268.00 176.09 91.91 - 126.375 300.00 176.14 123.86 - 126.400 319.00 176.20 142.80 - 126.425 297.00 176.25 120.75 - 126.450 302.00 176.31 125.69 - 126.475 304.00 176.38 127.62 - 126.500 346.00 176.45 169.55 - 126.525 392.00 176.52 215.48 - 126.550 454.00 176.59 277.41 - 126.575 519.00 176.66 342.34 - 126.600 565.00 176.73 388.27 - 126.625 590.00 176.79 413.21 - 126.650 593.00 176.85 416.15 - 126.675 601.00 176.90 424.10 - 126.700 563.00 176.93 386.07 - 126.725 482.00 176.96 305.04 - 126.750 500.00 176.98 323.02 - 126.775 403.00 177.00 226.00 - 126.800 417.00 177.02 239.98 - 126.825 386.00 177.04 208.96 - 126.850 328.00 177.06 150.94 - 126.875 293.00 177.09 115.91 - 126.900 321.00 177.12 143.88 - 126.925 300.00 177.15 122.85 - 126.950 313.00 177.18 135.82 - 126.975 294.00 177.22 116.78 - 127.000 318.00 177.26 140.74 - 127.025 294.00 177.30 116.70 - 127.050 329.00 177.34 151.66 - 127.075 329.00 177.38 151.62 - 127.100 364.00 177.43 186.57 - 127.125 360.00 177.47 182.53 - 127.150 385.00 177.52 207.48 - 127.175 412.00 177.56 234.44 - 127.200 426.00 177.61 248.39 - 127.225 405.00 177.66 227.34 - 127.250 418.00 177.70 240.30 - 127.275 417.00 177.75 239.25 - 127.300 358.00 177.80 180.20 - 127.325 384.00 177.84 206.16 - 127.350 387.00 177.89 209.11 - 127.375 312.00 177.94 134.06 - 127.400 316.00 177.99 138.01 - 127.425 304.00 178.04 125.96 - 127.450 295.00 178.09 116.91 - 127.475 296.00 178.14 117.86 - 127.500 294.00 178.19 115.81 - 127.525 273.00 178.25 94.75 - 127.550 325.00 178.30 146.70 - 127.575 330.00 178.36 151.64 - 127.600 345.00 178.41 166.59 - 127.625 300.00 178.47 121.53 - 127.650 370.00 178.53 191.47 - 127.675 350.00 178.58 171.42 - 127.700 381.00 178.63 202.37 - 127.725 297.00 178.68 118.32 - 127.750 316.00 178.72 137.28 - 127.775 300.00 178.76 121.24 - 127.800 270.00 178.80 91.20 - 127.825 271.00 178.84 92.16 - 127.850 292.00 178.88 113.12 - 127.875 249.00 178.92 70.08 - 127.900 263.00 178.96 84.04 - 127.925 269.00 179.00 90.00 - 127.950 273.00 179.04 93.96 - 127.975 252.00 179.08 72.92 - 128.000 250.00 179.12 70.88 - 128.025 225.00 179.17 45.83 - 128.050 241.00 179.22 61.78 - 128.075 245.00 179.26 65.74 - 128.100 268.00 179.31 88.69 - 128.125 276.00 179.36 96.64 - 128.150 264.00 179.40 84.60 - 128.175 282.00 179.45 102.55 - 128.200 294.00 179.50 114.50 - 128.225 314.00 179.55 134.45 - 128.250 303.00 179.60 123.40 - 128.275 269.00 179.64 89.36 - 128.300 295.00 179.69 115.31 - 128.325 283.00 179.74 103.26 - 128.350 293.00 179.79 113.21 - 128.375 286.00 179.84 106.16 - 128.400 264.00 179.89 84.11 - 128.425 255.00 179.94 75.06 - 128.450 259.00 179.99 79.01 - 128.475 252.00 180.04 71.96 - 128.500 270.00 180.08 89.92 - 128.525 255.00 180.13 74.87 - 128.550 304.00 180.18 123.82 - 128.575 293.00 180.23 112.77 - 128.600 311.00 180.28 130.72 - 128.625 285.00 180.33 104.67 - 128.650 332.00 180.38 151.62 - 128.675 321.00 180.43 140.57 - 128.700 350.00 180.48 169.52 - 128.725 358.00 180.53 177.47 - 128.750 431.00 180.58 250.42 - 128.775 433.00 180.63 252.37 - 128.800 427.00 180.69 246.31 - 128.825 380.00 180.74 199.26 - 128.850 413.00 180.79 232.21 - 128.875 422.00 180.84 241.16 - 128.900 348.00 180.90 167.10 - 128.925 388.00 180.95 207.05 - 128.950 355.00 181.00 174.00 - 128.975 370.00 181.06 188.94 - 129.000 353.00 181.11 171.89 - 129.025 322.00 181.16 140.84 - 129.050 348.00 181.22 166.78 - 129.075 325.00 181.27 143.73 - 129.100 320.00 181.32 138.68 - 129.125 369.00 181.37 187.63 - 129.150 351.00 181.43 169.57 - 129.175 400.00 181.48 218.52 - 129.200 379.00 181.54 197.46 - 129.225 399.00 181.60 217.40 - 129.250 406.00 181.66 224.34 - 129.275 396.00 181.72 214.28 - 129.300 397.00 181.79 215.21 - 129.325 415.00 181.86 233.14 - 129.350 439.00 181.94 257.06 - 129.375 438.00 182.02 255.98 - 129.400 437.00 182.10 254.90 - 129.425 478.00 182.18 295.82 - 129.450 495.00 182.27 312.73 - 129.475 511.00 182.35 328.65 - 129.500 450.00 182.43 267.57 - 129.525 497.00 182.51 314.49 - 129.550 498.00 182.58 315.42 - 129.575 433.00 182.65 250.35 - 129.600 477.00 182.70 294.30 - 129.625 484.00 182.76 301.24 - 129.650 430.00 182.80 247.20 - 129.675 431.00 182.84 248.16 - 129.700 454.00 182.86 271.14 - 129.725 399.00 182.89 216.11 - 129.750 382.00 182.90 199.10 - 129.775 384.00 182.92 201.08 - 129.800 351.00 182.93 168.07 - 129.825 334.00 182.95 151.05 - 129.850 347.00 182.97 164.03 - 129.875 336.00 182.99 153.01 - 129.900 330.00 183.02 146.98 - 129.925 306.00 183.05 122.95 - 129.950 330.00 183.09 146.91 - 129.975 311.00 183.13 127.87 - 130.000 298.00 183.17 114.83 - 130.025 301.00 183.21 117.79 - 130.050 344.00 183.26 160.74 - 130.075 335.00 183.30 151.70 - 130.100 334.00 183.35 150.65 - 130.125 303.00 183.40 119.60 - 130.150 326.00 183.45 142.55 - 130.175 359.00 183.49 175.51 - 130.200 397.00 183.54 213.46 - 130.225 356.00 183.60 172.40 - 130.250 347.00 183.65 163.35 - 130.275 310.00 183.70 126.30 - 130.300 347.00 183.75 163.25 - 130.325 332.00 183.81 148.19 - 130.350 312.00 183.86 128.14 - 130.375 335.00 183.92 151.08 - 130.400 334.00 183.97 150.03 - 130.425 316.00 184.02 131.98 - 130.450 309.00 184.08 124.92 - 130.475 294.00 184.13 109.87 - 130.500 334.00 184.19 149.81 - 130.525 342.00 184.24 157.76 - 130.550 332.00 184.29 147.71 - 130.575 279.00 184.35 94.65 - 130.600 267.00 184.40 82.60 - 130.625 257.00 184.45 72.55 - 130.650 292.00 184.50 107.50 - 130.675 288.00 184.55 103.45 - 130.700 273.00 184.60 88.40 - 130.725 245.00 184.65 60.35 - 130.750 269.00 184.70 84.30 - 130.775 248.00 184.75 63.25 - 130.800 228.00 184.80 43.20 - 130.825 250.00 184.85 65.15 - 130.850 249.00 184.90 64.10 - 130.875 230.00 184.96 45.04 - 130.900 238.00 185.01 52.99 - 130.925 217.00 185.06 31.94 - 130.950 238.00 185.11 52.89 - 130.975 212.00 185.17 26.83 - 131.000 246.00 185.22 60.78 - 131.025 246.00 185.27 60.73 - 131.050 239.00 185.33 53.67 - 131.075 262.00 185.38 76.62 - 131.100 265.00 185.44 79.56 - 131.125 264.00 185.49 78.51 - 131.150 240.00 185.55 54.45 - 131.175 250.00 185.60 64.40 - 131.200 246.00 185.66 60.34 - 131.225 226.00 185.71 40.29 - 131.250 227.00 185.77 41.23 - 131.275 235.00 185.82 49.18 - 131.300 226.00 185.88 40.12 - 131.325 256.00 185.93 70.07 - 131.350 190.00 185.99 4.01 - 131.375 215.00 186.04 28.96 - 131.400 236.00 186.09 49.91 - 131.425 223.00 186.15 36.85 - 131.450 227.00 186.20 40.80 - 131.475 203.00 186.25 16.75 - 131.500 206.00 186.31 19.69 - 131.525 190.00 186.36 3.64 - 131.550 232.00 186.41 45.59 - 131.575 230.00 186.47 43.53 - 131.600 201.00 186.52 14.48 - 131.625 219.00 186.58 32.42 - 131.650 203.00 186.63 16.37 - 131.675 216.00 186.69 29.31 - 131.700 213.00 186.74 26.26 - 131.725 208.00 186.80 21.20 - 131.750 224.00 186.85 37.15 - 131.775 210.00 186.91 23.09 - 131.800 202.00 186.96 15.04 - 131.825 212.00 187.02 24.98 - 131.850 205.00 187.08 17.92 - 131.875 236.00 187.13 48.87 - 131.900 220.00 187.19 32.81 - 131.925 194.00 187.24 6.76 - 131.950 199.00 187.30 11.70 - 131.975 201.00 187.35 13.65 - 132.000 216.00 187.41 28.59 - 132.025 237.00 187.47 49.53 - 132.050 212.00 187.52 24.48 - 132.075 225.00 187.58 37.42 - 132.100 203.00 187.64 15.36 - 132.125 241.00 187.70 53.30 - 132.150 232.00 187.76 44.24 - 132.175 260.00 187.82 72.18 - 132.200 253.00 187.88 65.12 - 132.225 257.00 187.94 69.06 - 132.250 282.00 188.01 93.99 - 132.275 291.00 188.07 102.93 - 132.300 283.00 188.13 94.87 - 132.325 325.00 188.20 136.80 - 132.350 333.00 188.26 144.74 - 132.375 335.00 188.33 146.67 - 132.400 293.00 188.39 104.61 - 132.425 315.00 188.45 126.55 - 132.450 297.00 188.51 108.49 - 132.475 310.00 188.56 121.44 - 132.500 285.00 188.62 96.38 - 132.525 285.00 188.68 96.32 - 132.550 276.00 188.73 87.27 - 132.575 258.00 188.78 69.22 - 132.600 251.00 188.84 62.16 - 132.625 269.00 188.89 80.11 - 132.650 228.00 188.94 39.06 - 132.675 215.00 189.00 26.00 - 132.700 259.00 189.05 69.95 - 132.725 235.00 189.11 45.89 - 132.750 257.00 189.17 67.83 - 132.775 241.00 189.22 51.78 - 132.800 289.00 189.28 99.72 - 132.825 229.00 189.34 39.66 - 132.850 267.00 189.39 77.61 - 132.875 270.00 189.45 80.55 - 132.900 284.00 189.50 94.50 - 132.925 265.00 189.55 75.45 - 132.950 274.00 189.60 84.40 - 132.975 275.00 189.65 85.35 - 133.000 279.00 189.70 89.30 - 133.025 277.00 189.75 87.25 - 133.050 269.00 189.80 79.20 - 133.075 267.00 189.85 77.15 - 133.100 263.00 189.90 73.10 - 133.125 299.00 189.95 109.05 - 133.150 262.00 190.01 71.99 - 133.175 263.00 190.06 72.94 - 133.200 268.00 190.11 77.89 - 133.225 235.00 190.17 44.83 - 133.250 232.00 190.22 41.78 - 133.275 261.00 190.28 70.72 - 133.300 236.00 190.34 45.66 - 133.325 224.00 190.39 33.61 - 133.350 251.00 190.45 60.55 - 133.375 249.00 190.51 58.49 - 133.400 247.00 190.57 56.43 - 133.425 217.00 190.63 26.37 - 133.450 238.00 190.69 47.31 - 133.475 231.00 190.75 40.25 - 133.500 251.00 190.81 60.19 - 133.525 261.00 190.88 70.12 - 133.550 251.00 190.94 60.06 - 133.575 308.00 191.00 117.00 - 133.600 300.00 191.06 108.94 - 133.625 333.00 191.12 141.88 - 133.650 311.00 191.18 119.82 - 133.675 283.00 191.24 91.76 - 133.700 279.00 191.29 87.71 - 133.725 289.00 191.35 97.65 - 133.750 281.00 191.41 89.59 - 133.775 273.00 191.46 81.54 - 133.800 244.00 191.52 52.48 - 133.825 299.00 191.58 107.42 - 133.850 263.00 191.64 71.36 - 133.875 257.00 191.70 65.30 - 133.900 209.00 191.76 17.24 - 133.925 284.00 191.82 92.18 - 133.950 256.00 191.88 64.12 - 133.975 270.00 191.94 78.06 - 134.000 280.00 192.01 87.99 - 134.025 276.00 192.07 83.93 - 134.050 282.00 192.13 89.87 - 134.075 293.00 192.19 100.81 - 134.100 282.00 192.25 89.75 - 134.125 285.00 192.31 92.69 - 134.150 309.00 192.37 116.63 - 134.175 299.00 192.42 106.58 - 134.200 295.00 192.48 102.52 - 134.225 307.00 192.53 114.47 - 134.250 253.00 192.58 60.42 - 134.275 258.00 192.64 65.36 - 134.300 255.00 192.69 62.31 - 134.325 297.00 192.74 104.26 - 134.350 296.00 192.80 103.20 - 134.375 248.00 192.85 55.15 - 134.400 286.00 192.91 93.09 - 134.425 288.00 192.97 95.03 - 134.450 259.00 193.03 65.97 - 134.475 276.00 193.09 82.91 - 134.500 256.00 193.15 62.85 - 134.525 257.00 193.21 63.79 - 134.550 268.00 193.27 74.73 - 134.575 246.00 193.33 52.67 - 134.600 273.00 193.40 79.60 - 134.625 271.00 193.46 77.54 - 134.650 306.00 193.53 112.47 - 134.675 287.00 193.60 93.40 - 134.700 286.00 193.67 92.33 - 134.725 303.00 193.74 109.26 - 134.750 283.00 193.81 89.19 - 134.775 335.00 193.89 141.11 - 134.800 330.00 193.96 136.04 - 134.825 366.00 194.04 171.96 - 134.850 380.00 194.12 185.88 - 134.875 334.00 194.20 139.80 - 134.900 362.00 194.28 167.72 - 134.925 408.00 194.36 213.64 - 134.950 432.00 194.44 237.56 - 134.975 479.00 194.51 284.49 - 135.000 440.00 194.58 245.42 - 135.025 484.00 194.64 289.36 - 135.050 478.00 194.70 283.30 - 135.075 479.00 194.75 284.25 - 135.100 513.00 194.80 318.20 - 135.125 472.00 194.84 277.16 - 135.150 445.00 194.89 250.11 - 135.175 466.00 194.92 271.08 - 135.200 437.00 194.96 242.04 - 135.225 414.00 195.00 219.00 - 135.250 396.00 195.04 200.96 - 135.275 374.00 195.07 178.93 - 135.300 314.00 195.11 118.89 - 135.325 326.00 195.16 130.84 - 135.350 326.00 195.20 130.80 - 135.375 323.00 195.25 127.75 - 135.400 316.00 195.30 120.70 - 135.425 354.00 195.35 158.65 - 135.450 315.00 195.40 119.60 - 135.475 351.00 195.46 155.54 - 135.500 329.00 195.51 133.49 - 135.525 370.00 195.57 174.43 - 135.550 366.00 195.63 170.37 - 135.575 415.00 195.69 219.31 - 135.600 444.00 195.74 248.26 - 135.625 423.00 195.80 227.20 - 135.650 414.00 195.86 218.14 - 135.675 412.00 195.92 216.08 - 135.700 463.00 195.98 267.02 - 135.725 464.00 196.04 267.96 - 135.750 424.00 196.09 227.91 - 135.775 427.00 196.15 230.85 - 135.800 411.00 196.21 214.79 - 135.825 394.00 196.27 197.73 - 135.850 383.00 196.33 186.67 - 135.875 394.00 196.39 197.61 - 135.900 330.00 196.45 133.55 - 135.925 360.00 196.51 163.49 - 135.950 359.00 196.56 162.44 - 135.975 303.00 196.62 106.38 - 136.000 294.00 196.68 97.32 - 136.025 289.00 196.74 92.26 - 136.050 271.00 196.80 74.20 - 136.075 288.00 196.86 91.14 - 136.100 264.00 196.92 67.08 - 136.125 284.00 196.98 87.02 - 136.150 262.00 197.04 64.96 - 136.175 274.00 197.10 76.90 - 136.200 278.00 197.16 80.84 - 136.225 293.00 197.22 95.78 - 136.250 289.00 197.28 91.72 - 136.275 309.00 197.34 111.66 - 136.300 292.00 197.40 94.60 - 136.325 313.00 197.46 115.54 - 136.350 286.00 197.52 88.48 - 136.375 291.00 197.58 93.42 - 136.400 303.00 197.65 105.35 - 136.425 279.00 197.71 81.29 - 136.450 298.00 197.77 100.23 - 136.475 301.00 197.83 103.17 - 136.500 278.00 197.89 80.11 - 136.525 261.00 197.95 63.05 - 136.550 314.00 198.01 115.99 - 136.575 299.00 198.07 100.93 - 136.600 316.00 198.13 117.87 - 136.625 353.00 198.19 154.81 - 136.650 319.00 198.26 120.74 - 136.675 339.00 198.32 140.68 - 136.700 335.00 198.38 136.62 - 136.725 341.00 198.44 142.56 - 136.750 306.00 198.50 107.50 - 136.775 303.00 198.56 104.44 - 136.800 298.00 198.62 99.38 - 136.825 290.00 198.68 91.32 - 136.850 317.00 198.74 118.26 - 136.875 318.00 198.81 119.19 - 136.900 296.00 198.87 97.13 - 136.925 336.00 198.93 137.07 - 136.950 295.00 198.99 96.01 - 136.975 284.00 199.05 84.95 - 137.000 241.00 199.11 41.89 - 137.025 276.00 199.17 76.83 - 137.050 245.00 199.23 45.77 - 137.075 247.00 199.29 47.71 - 137.100 263.00 199.35 63.65 - 137.125 270.00 199.41 70.59 - 137.150 261.00 199.48 61.52 - 137.175 239.00 199.54 39.46 - 137.200 247.00 199.60 47.40 - 137.225 250.00 199.66 50.34 - 137.250 209.00 199.72 9.28 - 137.275 238.00 199.78 38.22 - 137.300 247.00 199.84 47.16 - 137.325 257.00 199.90 57.10 - 137.350 255.00 199.96 55.04 - 137.375 273.00 200.02 72.98 - 137.400 272.00 200.08 71.92 - 137.425 319.00 200.15 118.85 - 137.450 274.00 200.21 73.79 - 137.475 307.00 200.27 106.73 - 137.500 253.00 200.33 52.67 - 137.525 284.00 200.39 83.61 - 137.550 254.00 200.45 53.55 - 137.575 274.00 200.51 73.49 - 137.600 278.00 200.58 77.42 - 137.625 237.00 200.64 36.36 - 137.650 257.00 200.70 56.30 - 137.675 249.00 200.76 48.24 - 137.700 261.00 200.82 60.18 - 137.725 242.00 200.89 41.11 - 137.750 256.00 200.95 55.05 - 137.775 255.00 201.01 53.99 - 137.800 236.00 201.07 34.93 - 137.825 234.00 201.14 32.86 - 137.850 250.00 201.20 48.80 - 137.875 233.00 201.27 31.73 - 137.900 250.00 201.33 48.67 - 137.925 231.00 201.40 29.60 - 137.950 252.00 201.46 50.54 - 137.975 244.00 201.53 42.47 - 138.000 256.00 201.60 54.40 - 138.025 226.00 201.67 24.33 - 138.050 267.00 201.74 65.26 - 138.075 246.00 201.81 44.19 - 138.100 257.00 201.88 55.12 - 138.125 255.00 201.95 53.05 - 138.150 278.00 202.03 75.97 - 138.175 292.00 202.10 89.90 - 138.200 308.00 202.17 105.83 - 138.225 274.00 202.24 71.76 - 138.250 375.00 202.31 172.69 - 138.275 361.00 202.38 158.62 - 138.300 344.00 202.45 141.55 - 138.325 361.00 202.51 158.49 - 138.350 347.00 202.57 144.43 - 138.375 352.00 202.63 149.37 - 138.400 322.00 202.68 119.32 - 138.425 337.00 202.74 134.26 - 138.450 267.00 202.79 64.21 - 138.475 268.00 202.84 65.16 - 138.500 286.00 202.90 83.10 - 138.525 279.00 202.95 76.05 - 138.550 276.00 203.00 73.00 - 138.575 252.00 203.05 48.95 - 138.600 242.00 203.10 38.90 - 138.625 277.00 203.16 73.84 - 138.650 271.00 203.21 67.79 - 138.675 275.00 203.27 71.73 - 138.700 272.00 203.33 68.67 - 138.725 295.00 203.38 91.62 - 138.750 281.00 203.44 77.56 - 138.775 338.00 203.50 134.50 - 138.800 320.00 203.56 116.44 - 138.825 350.00 203.63 146.37 - 138.850 381.00 203.69 177.31 - 138.875 404.00 203.75 200.25 - 138.900 451.00 203.82 247.18 - 138.925 441.00 203.88 237.12 - 138.950 452.00 203.95 248.05 - 138.975 417.00 204.02 212.98 - 139.000 450.00 204.08 245.92 - 139.025 436.00 204.15 231.85 - 139.050 437.00 204.21 232.79 - 139.075 440.00 204.28 235.72 - 139.100 474.00 204.35 269.65 - 139.125 453.00 204.41 248.59 - 139.150 457.00 204.47 252.53 - 139.175 438.00 204.54 233.46 - 139.200 387.00 204.60 182.40 - 139.225 386.00 204.66 181.34 - 139.250 366.00 204.72 161.28 - 139.275 341.00 204.78 136.22 - 139.300 337.00 204.84 132.16 - 139.325 308.00 204.89 103.11 - 139.350 329.00 204.95 124.05 - 139.375 283.00 205.01 77.99 - 139.400 296.00 205.06 90.94 - 139.425 289.00 205.12 83.88 - 139.450 297.00 205.18 91.82 - 139.475 240.00 205.24 34.76 - 139.500 268.00 205.30 62.70 - 139.525 282.00 205.35 76.65 - 139.550 297.00 205.41 91.59 - 139.575 291.00 205.47 85.53 - 139.600 281.00 205.53 75.47 - 139.625 305.00 205.59 99.41 - 139.650 336.00 205.65 130.35 - 139.675 324.00 205.71 118.29 - 139.700 307.00 205.78 101.22 - 139.725 332.00 205.84 126.16 - 139.750 328.00 205.90 122.10 - 139.775 309.00 205.96 103.04 - 139.800 315.00 206.02 108.98 - 139.825 330.00 206.08 123.92 - 139.850 291.00 206.15 84.85 - 139.875 290.00 206.21 83.79 - 139.900 344.00 206.27 137.73 - 139.925 314.00 206.33 107.67 - 139.950 324.00 206.40 117.60 - 139.975 327.00 206.46 120.54 - 140.000 259.00 206.52 52.48 - 140.025 268.00 206.58 61.42 - 140.050 305.00 206.65 98.35 - 140.075 304.00 206.71 97.29 - 140.100 300.00 206.77 93.23 - 140.125 285.00 206.83 78.17 - 140.150 292.00 206.90 85.10 - 140.175 289.00 206.96 82.04 - 140.200 294.00 207.02 86.98 - 140.225 278.00 207.08 70.92 - 140.250 261.00 207.15 53.85 - 140.275 297.00 207.21 89.79 - 140.300 252.00 207.27 44.73 - 140.325 280.00 207.33 72.67 - 140.350 245.00 207.39 37.61 - 140.375 266.00 207.45 58.55 - 140.400 283.00 207.52 75.48 - 140.425 238.00 207.58 30.42 - 140.450 266.00 207.64 58.36 - 140.475 262.00 207.70 54.30 - 140.500 249.00 207.76 41.24 - 140.525 255.00 207.82 47.18 - 140.550 240.00 207.89 32.11 - 140.575 239.00 207.95 31.05 - 140.600 221.00 208.01 12.99 - 140.625 251.00 208.07 42.93 - 140.650 212.00 208.13 3.87 - 140.675 233.00 208.20 24.80 - 140.700 238.00 208.26 29.74 - 140.725 249.00 208.32 40.68 - 140.750 256.00 208.38 47.62 - 140.775 216.00 208.44 7.56 - 140.800 262.00 208.51 53.49 - 140.825 249.00 208.57 40.43 - 140.850 248.00 208.63 39.37 - 140.875 263.00 208.69 54.31 - 140.900 281.00 208.76 72.24 - 140.925 234.00 208.82 25.18 - 140.950 290.00 208.88 81.12 - 140.975 269.00 208.94 60.06 - 141.000 284.00 209.01 74.99 - 141.025 233.00 209.07 23.93 - 141.050 286.00 209.13 76.87 - 141.075 275.00 209.19 65.81 - 141.100 263.00 209.25 53.75 - 141.125 245.00 209.32 35.68 - 141.150 259.00 209.38 49.62 - 141.175 276.00 209.44 66.56 - 141.200 229.00 209.50 19.50 - 141.225 261.00 209.56 51.44 - 141.250 273.00 209.62 63.38 - 141.275 272.00 209.69 62.31 - 141.300 231.00 209.75 21.25 - 141.325 212.00 209.81 2.19 - 141.350 233.00 209.87 23.13 - 141.375 256.00 209.93 46.07 - 141.400 241.00 209.99 31.01 - 141.425 228.00 210.05 17.95 - 141.450 234.00 210.12 23.88 - 141.475 238.00 210.18 27.82 - 141.500 216.00 210.24 5.76 - 141.525 207.00 210.30 -3.30 - 141.550 221.00 210.36 10.64 - 141.575 233.00 210.43 22.57 - 141.600 238.00 210.49 27.51 - 141.625 217.00 210.55 6.45 - 141.650 238.00 210.61 27.39 - 141.675 251.00 210.68 40.32 - 141.700 268.00 210.74 57.26 - 141.725 259.00 210.80 48.20 - 141.750 230.00 210.86 19.14 - 141.775 276.00 210.93 65.07 - 141.800 257.00 210.99 46.01 - 141.825 260.00 211.05 48.95 - 141.850 255.00 211.12 43.88 - 141.875 244.00 211.18 32.82 - 141.900 258.00 211.24 46.76 - 141.925 279.00 211.30 67.70 - 141.950 291.00 211.36 79.64 - 141.975 290.00 211.43 78.57 - 142.000 295.00 211.49 83.51 - 142.025 289.00 211.55 77.45 - 142.050 273.00 211.61 61.39 - 142.075 306.00 211.67 94.33 - 142.100 307.00 211.73 95.27 - 142.125 264.00 211.79 52.21 - 142.150 289.00 211.85 77.15 - 142.175 270.00 211.91 58.09 - 142.200 234.00 211.97 22.03 - 142.225 252.00 212.03 39.97 - 142.250 243.00 212.10 30.90 - 142.275 244.00 212.16 31.84 - 142.300 251.00 212.22 38.78 - 142.325 235.00 212.28 22.72 - 142.350 234.00 212.34 21.66 - 142.375 246.00 212.40 33.60 - 142.400 239.00 212.47 26.53 - 142.425 257.00 212.53 44.47 - 142.450 218.00 212.59 5.41 - 142.475 234.00 212.65 21.35 - 142.500 230.00 212.72 17.28 - 142.525 253.00 212.78 40.22 - 142.550 248.00 212.84 35.16 - 142.575 257.00 212.91 44.09 - 142.600 248.00 212.97 35.03 - 142.625 255.00 213.03 41.97 - 142.650 261.00 213.10 47.90 - 142.675 275.00 213.16 61.84 - 142.700 288.00 213.22 74.78 - 142.725 301.00 213.28 87.72 - 142.750 283.00 213.35 69.65 - 142.775 308.00 213.41 94.59 - 142.800 268.00 213.47 54.53 - 142.825 300.00 213.53 86.47 - 142.850 305.00 213.59 91.41 - 142.875 254.00 213.65 40.35 - 142.900 251.00 213.72 37.28 - 142.925 256.00 213.78 42.22 - 142.950 280.00 213.84 66.16 - 142.975 290.00 213.90 76.10 - 143.000 267.00 213.96 53.04 - 143.025 278.00 214.02 63.98 - 143.050 302.00 214.08 87.92 - 143.075 264.00 214.14 49.86 - 143.100 263.00 214.20 48.80 - 143.125 289.00 214.26 74.74 - 143.150 231.00 214.32 16.68 - 143.175 271.00 214.38 56.62 - 143.200 289.00 214.44 74.56 - 143.225 268.00 214.50 53.50 - 143.250 310.00 214.56 95.44 - 143.275 278.00 214.62 63.38 - 143.300 280.00 214.68 65.32 - 143.325 262.00 214.74 47.26 - 143.350 234.00 214.80 19.20 - 143.375 278.00 214.86 63.14 - 143.400 288.00 214.92 73.08 - 143.425 265.00 214.98 50.02 - 143.450 302.00 215.04 86.96 - 143.475 278.00 215.10 62.90 - 143.500 273.00 215.16 57.84 - 143.525 279.00 215.22 63.78 - 143.550 303.00 215.28 87.72 - 143.575 318.00 215.34 102.66 - 143.600 317.00 215.40 101.60 - 143.625 312.00 215.46 96.54 - 143.650 303.00 215.52 87.48 - 143.675 312.00 215.58 96.42 - 143.700 311.00 215.64 95.36 - 143.725 308.00 215.70 92.30 - 143.750 304.00 215.76 88.24 - 143.775 284.00 215.82 68.18 - 143.800 281.00 215.88 65.12 - 143.825 287.00 215.94 71.06 - 143.850 262.00 216.00 46.00 - 143.875 273.00 216.05 56.95 - 143.900 284.00 216.11 67.89 - 143.925 261.00 216.17 44.83 - 143.950 241.00 216.23 24.77 - 143.975 238.00 216.29 21.71 - 144.000 276.00 216.35 59.65 - 144.025 276.00 216.41 59.59 - 144.050 274.00 216.47 57.53 - 144.075 262.00 216.53 45.47 - 144.100 279.00 216.60 62.40 - 144.125 274.00 216.66 57.34 - 144.150 238.00 216.72 21.28 - 144.175 278.00 216.78 61.22 - 144.200 273.00 216.84 56.16 - 144.225 274.00 216.90 57.10 - 144.250 260.00 216.96 43.04 - 144.275 245.00 217.02 27.98 - 144.300 293.00 217.08 75.92 - 144.325 307.00 217.14 89.86 - 144.350 304.00 217.20 86.80 - 144.375 266.00 217.26 48.74 - 144.400 287.00 217.32 69.68 - 144.425 292.00 217.38 74.62 - 144.450 295.00 217.44 77.56 - 144.475 295.00 217.50 77.50 - 144.500 305.00 217.56 87.44 - 144.525 300.00 217.61 82.39 - 144.550 281.00 217.67 63.33 - 144.575 287.00 217.73 69.27 - 144.600 299.00 217.79 81.21 - 144.625 268.00 217.85 50.15 - 144.650 292.00 217.90 74.10 - 144.675 267.00 217.96 49.04 - 144.700 236.00 218.02 17.98 - 144.725 248.00 218.08 29.92 - 144.750 272.00 218.13 53.87 - 144.775 274.00 218.19 55.81 - 144.800 237.00 218.25 18.75 - 144.825 251.00 218.31 32.69 - 144.850 245.00 218.37 26.63 - 144.875 285.00 218.43 66.57 - 144.900 252.00 218.49 33.51 - 144.925 272.00 218.55 53.45 - 144.950 258.00 218.61 39.39 - 144.975 269.00 218.67 50.33 - 145.000 268.00 218.73 49.27 - 145.025 299.00 218.79 80.21 - 145.050 240.00 218.85 21.15 - 145.075 263.00 218.92 44.08 - 145.100 260.00 218.98 41.02 - 145.125 315.00 219.04 95.96 - 145.150 315.00 219.10 95.90 - 145.175 295.00 219.16 75.84 - 145.200 279.00 219.22 59.78 - 145.225 295.00 219.28 75.72 - 145.250 333.00 219.34 113.66 - 145.275 322.00 219.40 102.60 - 145.300 338.00 219.46 118.54 - 145.325 383.00 219.52 163.48 - 145.350 339.00 219.58 119.42 - 145.375 311.00 219.63 91.37 - 145.400 323.00 219.69 103.31 - 145.425 295.00 219.75 75.25 - 145.450 275.00 219.80 55.20 - 145.475 295.00 219.86 75.14 - 145.500 289.00 219.91 69.09 - 145.525 294.00 219.97 74.03 - 145.550 287.00 220.02 66.98 - 145.575 275.00 220.08 54.92 - 145.600 249.00 220.13 28.87 - 145.625 232.00 220.19 11.81 - 145.650 269.00 220.24 48.76 - 145.675 258.00 220.30 37.70 - 145.700 268.00 220.36 47.64 - 145.725 290.00 220.41 69.59 - 145.750 253.00 220.47 32.53 - 145.775 266.00 220.52 45.48 - 145.800 234.00 220.58 13.42 - 145.825 233.00 220.64 12.36 - 145.850 223.00 220.70 2.30 - 145.875 231.00 220.75 10.25 - 145.900 252.00 220.81 31.19 - 145.925 275.00 220.87 54.13 - 145.950 267.00 220.93 46.07 - 145.975 251.00 220.98 30.02 - 146.000 284.00 221.04 62.96 - 146.025 281.00 221.10 59.90 - 146.050 254.00 221.16 32.84 - 146.075 265.00 221.22 43.78 - 146.100 309.00 221.28 87.72 - 146.125 269.00 221.34 47.66 - 146.150 296.00 221.40 74.60 - 146.175 290.00 221.46 68.54 - 146.200 301.00 221.52 79.48 - 146.225 297.00 221.59 75.41 - 146.250 300.00 221.65 78.35 - 146.275 345.00 221.71 123.29 - 146.300 298.00 221.77 76.23 - 146.325 347.00 221.84 125.16 - 146.350 345.00 221.90 123.10 - 146.375 374.00 221.96 152.04 - 146.400 366.00 222.03 143.97 - 146.425 387.00 222.09 164.91 - 146.450 392.00 222.16 169.84 - 146.475 438.00 222.22 215.78 - 146.500 465.00 222.28 242.72 - 146.525 470.00 222.35 247.65 - 146.550 443.00 222.41 220.59 - 146.575 511.00 222.47 288.53 - 146.600 473.00 222.53 250.47 - 146.625 474.00 222.59 251.41 - 146.650 455.00 222.65 232.35 - 146.675 473.00 222.71 250.29 - 146.700 452.00 222.77 229.23 - 146.725 460.00 222.82 237.18 - 146.750 440.00 222.88 217.12 - 146.775 386.00 222.93 163.07 - 146.800 385.00 222.98 162.02 - 146.825 402.00 223.04 178.96 - 146.850 418.00 223.09 194.91 - 146.875 382.00 223.14 158.86 - 146.900 348.00 223.18 124.82 - 146.925 344.00 223.23 120.77 - 146.950 360.00 223.28 136.72 - 146.975 366.00 223.33 142.67 - 147.000 351.00 223.38 127.62 - 147.025 322.00 223.42 98.58 - 147.050 327.00 223.47 103.53 - 147.075 318.00 223.52 94.48 - 147.100 352.00 223.56 128.44 - 147.125 341.00 223.61 117.39 - 147.150 308.00 223.66 84.34 - 147.175 357.00 223.71 133.29 - 147.200 325.00 223.76 101.24 - 147.225 367.00 223.81 143.19 - 147.250 383.00 223.86 159.14 - 147.275 381.00 223.91 157.09 - 147.300 376.00 223.96 152.04 - 147.325 381.00 224.01 156.99 - 147.350 434.00 224.06 209.94 - 147.375 410.00 224.11 185.89 - 147.400 412.00 224.16 187.84 - 147.425 411.00 224.21 186.79 - 147.450 393.00 224.26 168.74 - 147.475 427.00 224.31 202.69 - 147.500 429.00 224.36 204.64 - 147.525 441.00 224.41 216.59 - 147.550 407.00 224.47 182.53 - 147.575 412.00 224.52 187.48 - 147.600 456.00 224.57 231.43 - 147.625 389.00 224.62 164.38 - 147.650 386.00 224.67 161.33 - 147.675 382.00 224.72 157.28 - 147.700 368.00 224.78 143.22 - 147.725 352.00 224.83 127.17 - 147.750 367.00 224.88 142.12 - 147.775 366.00 224.93 141.07 - 147.800 364.00 224.98 139.02 - 147.825 366.00 225.04 140.96 - 147.850 352.00 225.09 126.91 - 147.875 312.00 225.14 86.86 - 147.900 345.00 225.19 119.81 - 147.925 336.00 225.25 110.75 - 147.950 284.00 225.30 58.70 - 147.975 310.00 225.35 84.65 - 148.000 289.00 225.41 63.59 - 148.025 318.00 225.46 92.54 - 148.050 287.00 225.51 61.49 - 148.075 303.00 225.57 77.43 - 148.100 306.00 225.62 80.38 - 148.125 320.00 225.67 94.33 - 148.150 330.00 225.73 104.27 - 148.175 334.00 225.78 108.22 - 148.200 345.00 225.83 119.17 - 148.225 367.00 225.88 141.12 - 148.250 407.00 225.94 181.06 - 148.275 379.00 225.99 153.01 - 148.300 410.00 226.04 183.96 - 148.325 396.00 226.09 169.91 - 148.350 429.00 226.14 202.86 - 148.375 425.00 226.20 198.80 - 148.400 449.00 226.25 222.75 - 148.425 416.00 226.30 189.70 - 148.450 394.00 226.35 167.65 - 148.475 390.00 226.40 163.60 - 148.500 394.00 226.45 167.55 - 148.525 404.00 226.50 177.50 - 148.550 356.00 226.55 129.45 - 148.575 350.00 226.60 123.40 - 148.600 378.00 226.65 151.35 - 148.625 369.00 226.70 142.30 - 148.650 362.00 226.75 135.25 - 148.675 311.00 226.80 84.20 - 148.700 297.00 226.85 70.15 - 148.725 307.00 226.91 80.09 - 148.750 293.00 226.96 66.04 - 148.775 291.00 227.01 63.99 - 148.800 338.00 227.06 110.94 - 148.825 300.00 227.11 72.89 - 148.850 290.00 227.16 62.84 - 148.875 317.00 227.21 89.79 - 148.900 312.00 227.26 84.74 - 148.925 270.00 227.31 42.69 - 148.950 313.00 227.36 85.64 - 148.975 278.00 227.41 50.59 - 149.000 321.00 227.46 93.54 - 149.025 327.00 227.50 99.50 - 149.050 332.00 227.55 104.45 - 149.075 337.00 227.60 109.40 - 149.100 328.00 227.65 100.35 - 149.125 301.00 227.70 73.30 - 149.150 322.00 227.75 94.25 - 149.175 334.00 227.80 106.20 - 149.200 330.00 227.85 102.15 - 149.225 315.00 227.89 87.11 - 149.250 311.00 227.94 83.06 - 149.275 302.00 227.99 74.01 - 149.300 338.00 228.04 109.96 - 149.325 321.00 228.09 92.91 - 149.350 317.00 228.13 88.87 - 149.375 331.00 228.18 102.82 - 149.400 335.00 228.23 106.77 - 149.425 345.00 228.28 116.72 - 149.450 317.00 228.32 88.68 - 149.475 306.00 228.37 77.63 - 149.500 309.00 228.42 80.58 - 149.525 336.00 228.47 107.53 - 149.550 309.00 228.51 80.49 - 149.575 299.00 228.56 70.44 - 149.600 319.00 228.61 90.39 - 149.625 310.00 228.66 81.34 - 149.650 287.00 228.70 58.30 - 149.675 281.00 228.75 52.25 - 149.700 268.00 228.80 39.20 - 149.725 260.00 228.85 31.15 - 149.750 279.00 228.89 50.11 - 149.775 279.00 228.94 50.06 - 149.800 289.00 228.99 60.01 - 149.825 265.00 229.03 35.97 - 149.850 261.00 229.08 31.92 - 149.875 264.00 229.13 34.87 - 149.900 260.00 229.18 30.82 - 149.925 271.00 229.22 41.78 - 149.950 265.00 229.27 35.73 - 149.975 270.00 229.32 40.68 - 150.000 280.00 229.36 50.64 - 150.025 304.00 229.41 74.59 - 150.050 283.00 229.46 53.54 - 150.075 289.00 229.50 59.50 - 150.100 294.00 229.55 64.45 - 150.125 325.00 229.60 95.40 - 150.150 269.00 229.65 39.35 - 150.175 282.00 229.69 52.31 - 150.200 293.00 229.74 63.26 - 150.225 275.00 229.79 45.21 - 150.250 283.00 229.83 53.17 - 150.275 281.00 229.88 51.12 - 150.300 283.00 229.93 53.07 - 150.325 277.00 229.97 47.03 - 150.350 284.00 230.02 53.98 - 150.375 275.00 230.07 44.93 - 150.400 277.00 230.11 46.89 - 150.425 278.00 230.16 47.84 - 150.450 273.00 230.20 42.80 - 150.475 284.00 230.25 53.75 - 150.500 267.00 230.30 36.70 - 150.525 270.00 230.34 39.66 - 150.550 287.00 230.39 56.61 - 150.575 316.00 230.44 85.56 - 150.600 261.00 230.48 30.52 - 150.625 283.00 230.53 52.47 - 150.650 294.00 230.57 63.43 - 150.675 275.00 230.62 44.38 - 150.700 324.00 230.67 93.33 - 150.725 306.00 230.71 75.29 - 150.750 302.00 230.76 71.24 - 150.775 276.00 230.80 45.20 - 150.800 392.00 230.85 161.15 - 150.825 339.00 230.89 108.11 - 150.850 309.00 230.94 78.06 - 150.875 315.00 230.98 84.02 - 150.900 322.00 231.03 90.97 - 150.925 359.00 231.07 127.93 - 150.950 308.00 231.11 76.89 - 150.975 335.00 231.16 103.84 - 151.000 315.00 231.20 83.80 - 151.025 318.00 231.24 86.76 - 151.050 319.00 231.28 87.72 - 151.075 328.00 231.32 96.68 - 151.100 315.00 231.37 83.63 - 151.125 303.00 231.41 71.59 - 151.150 296.00 231.45 64.55 - 151.175 300.00 231.49 68.51 - 151.200 304.00 231.53 72.47 - 151.225 283.00 231.57 51.43 - 151.250 292.00 231.61 60.39 - 151.275 266.00 231.65 34.35 - 151.300 279.00 231.69 47.31 - 151.325 295.00 231.73 63.27 - 151.350 258.00 231.77 26.23 - 151.375 289.00 231.81 57.19 - 151.400 272.00 231.85 40.15 - 151.425 251.00 231.89 19.11 - 151.450 305.00 231.93 73.07 - 151.475 263.00 231.96 31.04 - 151.500 261.00 232.00 29.00 - 151.525 299.00 232.04 66.96 - 151.550 291.00 232.08 58.92 - 151.575 276.00 232.12 43.88 - 151.600 294.00 232.16 61.84 - 151.625 259.00 232.20 26.80 - 151.650 254.00 232.24 21.76 - 151.675 297.00 232.28 64.72 - 151.700 287.00 232.32 54.68 - 151.725 257.00 232.36 24.64 - 151.750 284.00 232.40 51.60 - 151.775 255.00 232.44 22.56 - 151.800 260.00 232.48 27.52 - 151.825 259.00 232.51 26.49 - 151.850 300.00 232.55 67.45 - 151.875 264.00 232.59 31.41 - 151.900 300.00 232.63 67.37 - 151.925 287.00 232.67 54.33 - 151.950 298.00 232.71 65.29 - 151.975 283.00 232.75 50.25 - 152.000 279.00 232.79 46.21 - 152.025 271.00 232.83 38.17 - 152.050 291.00 232.87 58.13 - 152.075 304.00 232.91 71.09 - 152.100 299.00 232.94 66.06 - 152.125 272.00 232.98 39.02 - 152.150 316.00 233.02 82.98 - 152.175 298.00 233.06 64.94 - 152.200 322.00 233.10 88.90 - 152.225 306.00 233.14 72.86 - 152.250 268.00 233.18 34.82 - 152.275 257.00 233.22 23.78 - 152.300 279.00 233.26 45.74 - 152.325 262.00 233.30 28.70 - 152.350 269.00 233.34 35.66 - 152.375 291.00 233.38 57.62 - 152.400 258.00 233.42 24.58 - 152.425 269.00 233.46 35.54 - 152.450 295.00 233.50 61.50 - 152.475 293.00 233.55 59.45 - 152.500 268.00 233.59 34.41 - 152.525 264.00 233.63 30.37 - 152.550 272.00 233.67 38.33 - 152.575 272.00 233.71 38.29 - 152.600 288.00 233.76 54.24 - 152.625 270.00 233.80 36.20 - 152.650 267.00 233.84 33.16 - 152.675 277.00 233.88 43.12 - 152.700 310.00 233.93 76.07 - 152.725 292.00 233.97 58.03 - 152.750 276.00 234.01 41.99 - 152.775 290.00 234.05 55.95 - 152.800 319.00 234.09 84.91 - 152.825 322.00 234.13 87.87 - 152.850 316.00 234.17 81.83 - 152.875 343.00 234.21 108.79 - 152.900 345.00 234.25 110.75 - 152.925 379.00 234.29 144.71 - 152.950 383.00 234.33 148.67 - 152.975 389.00 234.37 154.63 - 153.000 437.00 234.40 202.60 - 153.025 371.00 234.44 136.56 - 153.050 405.00 234.47 170.53 - 153.075 427.00 234.50 192.50 - 153.100 442.00 234.54 207.46 - 153.125 424.00 234.57 189.43 - 153.150 438.00 234.60 203.40 - 153.175 396.00 234.63 161.37 - 153.200 384.00 234.66 149.34 - 153.225 381.00 234.68 146.32 - 153.250 329.00 234.71 94.29 - 153.275 322.00 234.74 87.26 - 153.300 319.00 234.76 84.24 - 153.325 274.00 234.79 39.21 - 153.350 318.00 234.82 83.18 - 153.375 304.00 234.84 69.16 - 153.400 316.00 234.87 81.13 - 153.425 324.00 234.90 89.10 - 153.450 275.00 234.92 40.08 - 153.475 319.00 234.95 84.05 - 153.500 259.00 234.97 24.03 - 153.525 272.00 235.00 37.00 - 153.550 262.00 235.02 26.98 - 153.575 270.00 235.05 34.95 - 153.600 263.00 235.08 27.92 - 153.625 266.00 235.11 30.89 - 153.650 242.00 235.13 6.87 - 153.675 265.00 235.16 29.84 - 153.700 251.00 235.19 15.81 - 153.725 276.00 235.21 40.79 - 153.750 277.00 235.24 41.76 - 153.775 260.00 235.27 24.73 - 153.800 256.00 235.30 20.70 - 153.825 240.00 235.33 4.67 - 153.850 278.00 235.36 42.64 - 153.875 252.00 235.38 16.62 - 153.900 286.00 235.41 50.59 - 153.925 295.00 235.44 59.56 - 153.950 268.00 235.47 32.53 - 153.975 301.00 235.50 65.50 - 154.000 296.00 235.51 60.49 - 154.025 268.00 235.54 32.46 - 154.050 299.00 235.57 63.43 - 154.075 298.00 235.60 62.40 - 154.100 305.00 235.63 69.37 - 154.125 293.00 235.65 57.35 - 154.150 327.00 235.68 91.32 - 154.175 343.00 235.71 107.29 - 154.200 362.00 235.74 126.26 - 154.225 367.00 235.77 131.23 - 154.250 358.00 235.80 122.20 - 154.275 324.00 235.82 88.18 - 154.300 322.00 235.85 86.15 - 154.325 330.00 235.88 94.12 - 154.350 356.00 235.91 120.09 - 154.375 353.00 235.93 117.07 - 154.400 351.00 235.96 115.04 - 154.425 324.00 235.99 88.01 - 154.450 359.00 236.01 122.99 - 154.475 339.00 236.04 102.96 - 154.500 289.00 236.07 52.93 - 154.525 330.00 236.09 93.91 - 154.550 295.00 236.12 58.88 - 154.575 293.00 236.15 56.85 - 154.600 293.00 236.17 56.83 - 154.625 300.00 236.20 63.80 - 154.650 296.00 236.23 59.77 - 154.675 319.00 236.25 82.75 - 154.700 302.00 236.28 65.72 - 154.725 276.00 236.30 39.70 - 154.750 293.00 236.33 56.67 - 154.775 271.00 236.35 34.65 - 154.800 283.00 236.38 46.62 - 154.825 256.00 236.40 19.60 - 154.850 258.00 236.43 21.57 - 154.875 269.00 236.45 32.55 - 154.900 272.00 236.48 35.52 - 154.925 213.00 236.50 -23.50 - 154.950 257.00 236.52 20.48 - 154.975 274.00 236.55 37.45 - 155.000 242.00 236.57 5.43 - 155.025 245.00 236.60 8.40 - 155.050 252.00 236.62 15.38 - 155.075 212.00 236.64 -24.64 - 155.100 261.00 236.67 24.33 - 155.125 281.00 236.69 44.31 - 155.150 259.00 236.71 22.29 - 155.175 253.00 236.73 16.27 - 155.200 280.00 236.76 43.24 - 155.225 255.00 236.78 18.22 - 155.250 229.00 236.80 -7.80 - 155.275 241.00 236.82 4.18 - 155.300 242.00 236.85 5.15 - 155.325 248.00 236.87 11.13 - 155.350 259.00 236.89 22.11 - 155.375 257.00 236.91 20.09 - 155.400 256.00 236.93 19.07 - 155.425 253.00 236.95 16.05 - 155.450 281.00 236.98 44.02 - 155.475 292.00 237.00 55.00 - 155.500 254.00 237.02 16.98 - 155.525 273.00 237.04 35.96 - 155.550 278.00 237.06 40.94 - 155.575 277.00 237.08 39.92 - 155.600 264.00 237.10 26.90 - 155.625 219.00 237.12 -18.12 - 155.650 271.00 237.14 33.86 - 155.675 279.00 237.16 41.84 - 155.700 246.00 237.18 8.82 - 155.725 268.00 237.20 30.80 - 155.750 282.00 237.22 44.78 - 155.775 272.00 237.24 34.76 - 155.800 270.00 237.26 32.74 - 155.825 221.00 237.28 -16.28 - 155.850 262.00 237.29 24.71 - 155.875 286.00 237.31 48.69 - 155.900 267.00 237.33 29.67 - 155.925 254.00 237.35 16.65 - 155.950 267.00 237.37 29.63 - 155.975 259.00 237.39 21.61 - 156.000 267.00 237.40 29.60 - 156.025 276.00 237.42 38.58 - 156.050 269.00 237.44 31.56 - 156.075 251.00 237.46 13.54 - 156.100 256.00 237.47 18.53 - 156.125 228.00 237.49 -9.49 - 156.150 248.00 237.51 10.49 - 156.175 243.00 237.52 5.48 - 156.200 254.00 237.54 16.46 - 156.225 254.00 237.56 16.44 - 156.250 245.00 237.57 7.43 - 156.275 242.00 237.59 4.41 - 156.300 250.00 237.60 12.40 - 156.325 264.00 237.62 26.38 - 156.350 274.00 237.64 36.36 - 156.375 255.00 237.65 17.35 - 156.400 281.00 237.67 43.33 - 156.425 229.00 237.68 -8.68 - 156.450 263.00 237.70 25.30 - 156.475 250.00 237.71 12.29 - 156.500 241.00 237.73 3.27 - 156.525 259.00 237.74 21.26 - 156.550 268.00 237.75 30.25 - 156.575 285.00 237.77 47.23 - 156.600 241.00 237.78 3.22 - 156.625 255.00 237.80 17.20 - 156.650 268.00 237.81 30.19 - 156.675 257.00 237.82 19.18 - 156.700 263.00 237.84 25.16 - 156.725 266.00 237.85 28.15 - 156.750 298.00 237.86 60.14 - 156.775 281.00 237.88 43.12 - 156.800 271.00 237.89 33.11 - 156.825 261.00 237.90 23.10 - 156.850 280.00 237.91 42.09 - 156.875 296.00 237.92 58.08 - 156.900 283.00 237.94 45.06 - 156.925 341.00 237.95 103.05 - 156.950 280.00 237.96 42.04 - 156.975 304.00 237.97 66.03 - 157.000 282.00 237.98 44.02 - 157.025 258.00 237.99 20.01 - 157.050 262.00 238.00 24.00 - 157.075 279.00 238.02 40.98 - 157.100 285.00 238.03 46.97 - 157.125 319.00 238.04 80.96 - 157.150 293.00 238.05 54.95 - 157.175 322.00 238.06 83.94 - 157.200 316.00 238.07 77.93 - 157.225 348.00 238.08 109.92 - 157.250 341.00 238.09 102.91 - 157.275 339.00 238.09 100.91 - 157.300 321.00 238.10 82.90 - 157.325 373.00 238.11 134.89 - 157.350 376.00 238.12 137.88 - 157.375 366.00 238.13 127.87 - 157.400 402.00 238.14 163.86 - 157.425 391.00 238.15 152.85 - 157.450 405.00 238.16 166.84 - 157.475 407.00 238.16 168.84 - 157.500 422.00 238.17 183.83 - 157.525 395.00 238.18 156.82 - 157.550 434.00 238.19 195.81 - 157.575 419.00 238.19 180.81 - 157.600 426.00 238.20 187.80 - 157.625 385.00 238.21 146.79 - 157.650 390.00 238.21 151.79 - 157.675 375.00 238.22 136.78 - 157.700 357.00 238.23 118.77 - 157.725 343.00 238.23 104.77 - 157.750 359.00 238.24 120.76 - 157.775 344.00 238.24 105.76 - 157.800 285.00 238.25 46.75 - 157.825 324.00 238.26 85.74 - 157.850 317.00 238.26 78.74 - 157.875 345.00 238.27 106.73 - 157.900 303.00 238.27 64.73 - 157.925 315.00 238.28 76.72 - 157.950 288.00 238.28 49.72 - 157.975 301.00 238.28 62.72 - 158.000 281.00 238.29 42.71 - 158.025 327.00 238.29 88.71 - 158.050 316.00 238.30 77.70 - 158.075 260.00 238.30 21.70 - 158.100 299.00 238.30 60.70 - 158.125 302.00 238.31 63.69 - 158.150 249.00 238.31 10.69 - 158.175 293.00 238.31 54.69 - 158.200 271.00 238.31 32.69 - 158.225 296.00 238.32 57.68 - 158.250 258.00 238.32 19.68 - 158.275 283.00 238.32 44.68 - 158.300 268.00 238.32 29.68 - 158.325 271.00 238.33 32.67 - 158.350 305.00 238.33 66.67 - 158.375 268.00 238.33 29.67 - 158.400 234.00 238.33 -4.33 - 158.425 286.00 238.33 47.67 - 158.450 278.00 238.33 39.67 - 158.475 274.00 238.33 35.67 - 158.500 274.00 238.33 35.67 - 158.525 253.00 238.33 14.67 - 158.550 238.00 238.33 -0.33 - 158.575 291.00 238.33 52.67 - 158.600 274.00 238.33 35.67 - 158.625 300.00 238.33 61.67 - 158.650 282.00 238.33 43.67 - 158.675 303.00 238.33 64.67 - 158.700 285.00 238.33 46.67 - 158.725 323.00 238.33 84.67 - 158.750 340.00 238.32 101.68 - 158.775 283.00 238.32 44.68 - 158.800 355.00 238.32 116.68 - 158.825 288.00 238.32 49.68 - 158.850 335.00 238.32 96.68 - 158.875 350.00 238.31 111.69 - 158.900 313.00 238.31 74.69 - 158.925 303.00 238.31 64.69 - 158.950 338.00 238.30 99.70 - 158.975 326.00 238.30 87.70 - 159.000 359.00 238.30 120.70 - 159.025 372.00 238.29 133.71 - 159.050 325.00 238.29 86.71 - 159.075 325.00 238.29 86.71 - 159.100 352.00 238.28 113.72 - 159.125 345.00 238.28 106.72 - 159.150 348.00 238.27 109.73 - 159.175 330.00 238.27 91.73 - 159.200 336.00 238.26 97.74 - 159.225 310.00 238.26 71.74 - 159.250 343.00 238.25 104.75 - 159.275 321.00 238.24 82.76 - 159.300 329.00 238.24 90.76 - 159.325 325.00 238.23 86.77 - 159.350 329.00 238.23 90.77 - 159.375 330.00 238.22 91.78 - 159.400 311.00 238.21 72.79 - 159.425 316.00 238.21 77.79 - 159.450 327.00 238.20 88.80 - 159.475 320.00 238.19 81.81 - 159.500 306.00 238.18 67.82 - 159.525 348.00 238.18 109.82 - 159.550 345.00 238.17 106.83 - 159.575 330.00 238.16 91.84 - 159.600 325.00 238.15 86.85 - 159.625 371.00 238.14 132.86 - 159.650 381.00 238.13 142.87 - 159.675 421.00 238.12 182.88 - 159.700 388.00 238.12 149.88 - 159.725 403.00 238.11 164.89 - 159.750 413.00 238.10 174.90 - 159.775 417.00 238.09 178.91 - 159.800 391.00 238.08 152.92 - 159.825 385.00 238.07 146.93 - 159.850 376.00 238.05 137.95 - 159.875 382.00 238.04 143.96 - 159.900 420.00 238.03 181.97 - 159.925 374.00 238.02 135.98 - 159.950 352.00 238.01 113.99 - 159.975 328.00 238.00 90.00 - 160.000 368.00 237.99 130.01 -END -WAVES Phase1, tik1 -BEGIN - 16.416 -523 - 20.761 -523 - 20.886 -523 - 23.278 -523 - 24.517 -523 - 25.530 -523 - 26.666 -523 - 27.640 -523 - 29.637 -523 - 32.305 -523 - 33.118 -523 - 33.233 -523 - 34.163 -523 - 37.194 -523 - 37.273 -523 - 38.116 -523 - 39.501 -523 - 40.224 -523 - 41.060 -523 - 41.657 -523 - 42.299 -523 - 42.326 -523 - 42.564 -523 - 43.684 -523 - 43.711 -523 - 44.433 -523 - 44.493 -523 - 44.598 -523 - 45.906 -523 - 47.647 -523 - 47.672 -523 - 47.829 -523 - 48.342 -523 - 50.313 -523 - 50.831 -523 - 52.439 -523 - 52.509 -523 - 53.077 -523 - 53.281 -523 - 53.622 -523 - 53.690 -523 - 53.755 -523 - 53.778 -523 - 54.989 -523 - 55.381 -523 - 55.693 -523 - 56.534 -523 - 56.546 -523 - 56.685 -523 - 57.069 -523 - 57.134 -523 - 58.472 -523 - 58.691 -523 - 58.925 -523 - 59.870 -523 - 60.649 -523 - 61.590 -523 - 61.611 -523 - 61.955 -523 - 62.044 -523 - 62.538 -523 - 62.600 -523 - 63.292 -523 - 63.525 -523 - 64.576 -523 - 65.198 -523 - 65.563 -523 - 66.004 -523 - 66.373 -523 - 66.597 -523 - 67.189 -523 - 67.531 -523 - 67.677 -523 - 68.177 -523 - 68.273 -523 - 68.426 -523 - 68.533 -523 - 69.310 -523 - 69.566 -523 - 69.653 -523 - 69.664 -523 - 69.776 -523 - 69.835 -523 - 70.034 -523 - 70.669 -523 - 70.895 -523 - 70.914 -523 - 71.201 -523 - 72.019 -523 - 72.053 -523 - 72.302 -523 - 72.702 -523 - 73.552 -523 - 73.648 -523 - 74.205 -523 - 74.456 -523 - 74.620 -523 - 75.011 -523 - 75.455 -523 - 75.889 -523 - 76.128 -523 - 76.429 -523 - 76.954 -523 - 77.332 -523 - 77.944 -523 - 78.181 -523 - 78.520 -523 - 78.627 -523 - 78.683 -523 - 79.268 -523 - 79.330 -523 - 79.523 -523 - 79.850 -523 - 79.855 -523 - 80.346 -523 - 80.830 -523 - 81.054 -523 - 81.389 -523 - 81.615 -523 - 81.634 -523 - 82.705 -523 - 82.862 -523 - 82.894 -523 - 83.178 -523 - 83.560 -523 - 84.108 -523 - 84.130 -523 - 84.595 -523 - 84.622 -523 - 85.116 -523 - 85.209 -523 - 85.592 -523 - 86.408 -523 - 86.471 -523 - 86.524 -523 - 86.935 -523 - 86.975 -523 - 87.697 -523 - 88.090 -523 - 88.664 -523 - 88.754 -523 - 89.101 -523 - 89.156 -523 - 89.310 -523 - 89.700 -523 - 89.725 -523 - 89.931 -523 - 90.737 -523 - 91.138 -523 - 91.248 -523 - 91.390 -523 - 91.490 -523 - 91.622 -523 - 91.704 -523 - 92.215 -523 - 92.400 -523 - 92.456 -523 - 92.529 -523 - 92.537 -523 - 93.172 -523 - 93.315 -523 - 93.347 -523 - 93.402 -523 - 93.476 -523 - 93.726 -523 - 93.940 -523 - 93.958 -523 - 94.041 -523 - 94.579 -523 - 94.783 -523 - 95.042 -523 - 95.512 -523 - 96.194 -523 - 96.250 -523 - 96.324 -523 - 96.925 -523 - 97.284 -523 - 97.579 -523 - 97.781 -523 - 98.353 -523 - 98.523 -523 - 98.821 -523 - 99.288 -523 - 99.806 -523 - 100.390 -523 - 100.452 -523 - 100.719 -523 - 100.789 -523 - 100.977 -523 - 101.025 -523 - 101.033 -523 - 101.109 -523 - 101.191 -523 - 101.471 -523 - 101.527 -523 - 101.877 -523 - 102.489 -523 - 102.607 -523 - 103.763 -523 - 103.915 -523 - 103.920 -523 - 104.024 -523 - 104.050 -523 - 104.178 -523 - 104.273 -523 - 104.739 -523 - 104.892 -523 - 105.304 -523 - 105.326 -523 - 105.413 -523 - 105.631 -523 - 105.806 -523 - 106.014 -523 - 106.254 -523 - 106.347 -523 - 106.495 -523 - 107.087 -523 - 107.694 -523 - 107.816 -523 - 107.849 -523 - 107.874 -523 - 107.952 -523 - 108.290 -523 - 108.439 -523 - 108.458 -523 - 109.233 -523 - 109.546 -523 - 110.058 -523 - 110.384 -523 - 110.603 -523 - 111.127 -523 - 111.271 -523 - 111.640 -523 - 112.285 -523 - 112.302 -523 - 112.736 -523 - 112.896 -523 - 113.010 -523 - 113.261 -523 - 113.351 -523 - 113.651 -523 - 114.328 -523 - 114.860 -523 - 114.959 -523 - 115.213 -523 - 115.388 -523 - 115.719 -523 - 116.030 -523 - 116.518 -523 - 116.580 -523 - 117.035 -523 - 117.097 -523 - 117.180 -523 - 117.461 -523 - 117.637 -523 - 117.742 -523 - 117.744 -523 - 118.340 -523 - 118.386 -523 - 118.393 -523 - 118.950 -523 - 119.221 -523 - 120.135 -523 - 120.306 -523 - 120.432 -523 - 120.750 -523 - 120.793 -523 - 121.075 -523 - 121.333 -523 - 121.561 -523 - 121.838 -523 - 121.875 -523 - 122.109 -523 - 122.209 -523 - 123.334 -523 - 123.783 -523 - 123.816 -523 - 123.890 -523 - 123.922 -523 - 124.301 -523 - 124.502 -523 - 124.508 -523 - 124.569 -523 - 124.925 -523 - 125.455 -523 - 125.658 -523 - 125.690 -523 - 125.727 -523 - 126.652 -523 - 126.675 -523 - 126.802 -523 - 127.621 -523 - 127.709 -523 - 127.769 -523 - 128.658 -523 - 128.820 -523 - 129.020 -523 - 129.058 -523 - 129.234 -523 - 129.306 -523 - 129.506 -523 - 129.578 -523 - 129.674 -523 - 129.688 -523 - 129.986 -523 - 130.287 -523 - 130.513 -523 - 130.591 -523 - 130.786 -523 - 131.342 -523 - 131.919 -523 - 132.350 -523 - 132.388 -523 - 132.393 -523 - 132.543 -523 - 132.858 -523 - 132.971 -523 - 133.636 -523 - 133.660 -523 - 134.120 -523 - 134.640 -523 - 135.010 -523 - 135.141 -523 - 135.213 -523 - 135.412 -523 - 135.635 -523 - 135.649 -523 - 135.728 -523 - 136.018 -523 - 136.652 -523 - 136.732 -523 - 136.861 -523 - 136.923 -523 - 136.957 -523 - 137.034 -523 - 138.327 -523 - 138.392 -523 - 138.782 -523 - 138.958 -523 - 139.183 -523 - 140.258 -523 - 140.853 -523 - 141.146 -523 - 141.925 -523 - 142.044 -523 - 142.576 -523 - 142.799 -523 - 142.868 -523 - 143.204 -523 - 143.643 -523 - 144.359 -523 - 144.514 -523 - 145.319 -523 - 145.874 -523 - 146.171 -523 - 146.217 -523 - 146.271 -523 - 146.342 -523 - 146.596 -523 - 146.609 -523 - 146.848 -523 - 147.379 -523 - 148.310 -523 - 148.416 -523 - 148.557 -523 - 149.073 -523 - 149.077 -523 - 150.264 -523 - 150.501 -523 - 150.745 -523 - 150.968 -523 - 151.538 -523 - 153.033 -523 - 153.434 -523 - 154.547 -523 - 155.621 -523 - 155.666 -523 - 156.411 -523 - 156.623 -523 - 157.438 -523 - 157.510 -523 - 157.598 -523 - 158.129 -523 - 159.707 -523 - 161.086 -523 -END -WAVES Excrg1, excl1 -BEGIN - 10.00 -523 - 10.00 -523 -END -WAVES Excrg2, excl2 -BEGIN - 154.00 -523 - 160.00 -523 -END -X Silent 1 -X DefaultFont Times -X Display Iobs, Icalc, Diff vs TwoTheta -X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) -X SetAxis bottom 10.00, 160.00 -X Modify lsize(Iobs)=2 -X Modify offset(Diff)={0, -16244} -X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) -X Modify mirror(left)=2, mirror(bottom)=2 -X Modify gfSize=12 -X Append excl1 vs Excrg1 -X Modify mode(excl1)=7, hbFill(excl1)=4 -X Modify rgb(excl1)=(6421,62320,64794) -X Append excl2 vs Excrg2 -X Modify mode(excl2)=7, hbFill(excl2)=4 -X Modify rgb(excl2)=(6421,62320,64794) -X Append tik1 vs Phase1 -X Modify mode(tik1)=1 -X TextBox /F=2/S=3/A=RT "Files: pbsox_neut_single\rDate of fit: \Z09 17/06/2026/ 21:52:47.2\Z12\rPbSO4\rChi2 = 204.94" -X Label left "\Z14Intensity" -X Label bottom "\Z142-Theta (in degrees)" -X TileWindows/O=1/C -X ShowInfo -X | Title of data set: PbSO4 neutron from XrayDif single wavelength -X | Date of run: 17/06/2026 / 21:52:47.2 -X Beep -X Beep diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.sum b/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.sum deleted file mode 100644 index 5c5b57246..000000000 --- a/docs/docs/verification/fullprof/pd-neut-cwl_pv-xray-geometry_pbso4/pbsox_neut_single.sum +++ /dev/null @@ -1,145 +0,0 @@ - - - ********************************************************** - ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** - ********************************************************** - M U L T I -- P A T T E R N - Rietveld, Profile Matching & Integrated Intensity - Refinement of X-ray and/or Neutron Data - - - Date: 17/06/2026 Time: 21:52:47.094 - - => PCR file code: pbsox_neut_single - => DAT file code: pbsox_neut_single -> Relative contribution: 1.0000 - => Title: PbSO4 neutron from XrayDif single wavelength - - ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 - - => Global Refinement of neutron powder data - => The 7th default profile function was selected - - => Data supplied in free format for pattern: 1 - => Analysis of refinement at the end - => Wavelengths: 1.54056 1.54056 - => Cos(Monochromator angle)= 0.0000 - => Absorption correction (AC), muR-eff = 0.0000 0.0000 - => Base of peaks: 2.0*HW* 6.00 - ==> Angular range, step and number of points: - 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 - =>-------> Pattern# 1 - => Crystal Structure Refinement for phase: 1 - => The density (volumic mass) of phase 1 is: 6.324 g/cm3 - => Scor:10.1726 - - ==> RESULTS OF REFINEMENT: - - - => No. of fitted parameters: 0 - - ------------------------------------------------------------------------------- - => Phase No. 1 PbSO4 P n m a ------------------------------------------------------------------------------- - - => No. of reflections for pattern#: 1: 385 - - - ==> ATOM PARAMETERS: - - Name x sx y sy z sz B sB occ. socc. Mult - Pb 0.18788( 0) 0.25000( 0) 0.16749( 0) 1.785( 0) 0.500( 0) 4 - S 0.06302( 0) 0.25000( 0) 0.68446( 0) 0.854( 0) 0.500( 0) 4 - O1 0.91235( 0) 0.25000( 0) 0.59346( 0) 1.334( 0) 0.500( 0) 4 - O2 0.18443( 0) 0.25000( 0) 0.53434( 0) 1.575( 0) 0.500( 0) 4 - O3 0.07573( 0) 0.01951( 0) 0.81594( 0) 1.328( 0) 1.000( 0) 8 - - ==> PROFILE PARAMETERS FOR PATTERN# 1 - - => Cell parameters : - 8.47983 0.00000 - 5.39776 0.00000 - 6.95932 0.00000 - 90.00000 0.00000 - 90.00000 0.00000 - 90.00000 0.00000 - - => overall scale factor : 0.000469335 0.000000000 - => Eta(p-v) or m(p-vii) : 0.00000 0.00000 - => Overall tem. factor : 0.00000 0.00000 - => Halfwidth parameters : 0.04846 0.00000 - -0.08305 0.00000 - 0.03519 0.00000 - => Preferred orientation: 0.00000 0.00000 - 0.00000 0.00000 - => Asymmetry parameters : 0.00000 0.00000 - 0.00000 0.00000 - 0.00000 0.00000 - 0.00000 0.00000 - => X and y parameters : 0.00000 0.00000 - 0.04927 0.00000 - => Strain parameters : 0.00000 0.00000 - 0.00000 0.00000 - 0.00000 0.00000 - => Size parameters (G,L): 0.00000 0.00000 - 0.00000 0.00000 - - => Add. shape parameters: - 0.00000 0.00000 - 0.00000 0.00000 - - - - ==> GLOBAL PARAMETERS FOR PATTERN# 1 - - - => Zero-point: -0.0482 0.0000 - => Background Polynomial Parameters ==> - 154.32 0.0000 - 100.00 0.0000 - -92.329 0.0000 - -95.599 0.0000 - 126.68 0.0000 - -31.804 0.0000 - - => Cos(2theta)-shift parameter : 0.0000 0.0000 - => Sin(2theta)-shift parameter : 0.0000 0.0000 - - ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 - - => Cycle: 1 => MaxCycle: 30 - => N-P+C: 5760 - => R-factors (not corrected for background) for Pattern: 1 - => Rp: 62.4 Rwp: 70.4 Rexp: 4.92 Chi2: 205. L.S. refinement - => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 102. Rwp: 100.0 Rexp: 6.98 Chi2: 205. - => Deviance: 0.557E+07 Dev* : 966.0 - => DW-Stat.: 0.0323 DW-exp: 1.9182 - => N-sigma of the GoF: 10944.567 - - ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 - - => N-P+C: 5305 - => R-factors (not corrected for background) for Pattern: 1 - => Rp: 63.4 Rwp: 71.1 Rexp: 4.77 Chi2: 222. L.S. refinement - => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 102. Rwp: 100.0 Rexp: 6.71 Chi2: 222. - => Deviance: 0.557E+07 Dev* : 1049. - => DW-Stat.: 0.0323 DW-exp: 1.9148 - => N-sigma of the GoF: 11392.086 - - => Global user-weigthed Chi2 (Bragg contrib.): 223. - - ----------------------------------------------------- - BRAGG R-Factors and weight fractions for Pattern # 1 - ----------------------------------------------------- - - => Phase: 1 PbSO4 - => Bragg R-factor: 100.0 Vol: 318.543( 0.000) Fract(%): 100.00( 0.00) - => Rf-factor= 97.6 ATZ: 1213.030 Brindley: 1.0000 - - - CPU Time: 0.172 seconds - 0.003 minutes - - => Run finished at: Date: 17/06/2026 Time: 21:52:47.275 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-beta_y2o3/y2o3.bac b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/y2o3.bac similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv-beta_y2o3/y2o3.bac rename to docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/y2o3.bac diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-beta_y2o3/y2o3.dat b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/y2o3.dat similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv-beta_y2o3/y2o3.dat rename to docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/y2o3.dat diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-beta_y2o3/y2o3.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/y2o3.pcr similarity index 97% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv-beta_y2o3/y2o3.pcr rename to docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/y2o3.pcr index 2c92a2d2d..07d58c94b 100644 --- a/docs/docs/verification/fullprof/pd-neut-cwl_pv-beta_y2o3/y2o3.pcr +++ b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/y2o3.pcr @@ -8,7 +8,7 @@ COMM Y2O3 Ge(551) 300mm_varH 15/10/13 0 2 1 0 1 0 4 0 0 2 10 0 1 0 0 1 1 ! ! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 - 1.548220 1.548220 0.00000 10.000 20.000 0.0000 1.5000 160.00 0.0000 0.0000 + 1.548220 1.548220 0.00000 10.000 20.000 0.0000 0.0000 160.00 0.0000 0.0000 ! !NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 1 0.10 1.00 1.00 1.00 1.00 0.9500 0.050019 153.9000 0.000 0.000 @@ -80,7 +80,7 @@ O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L - 0.00000 0.00000 0.17694 0.03411 0.00000 0.00000 0.00000 0.00000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 ! 2Th1/TOF1 2Th2/TOF2 Pattern to plot 12.000 137.500 1 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/y2o3.prf b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/y2o3.prf new file mode 100644 index 000000000..6c4f3a4eb --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/y2o3.prf @@ -0,0 +1,3333 @@ +IGOR +WAVES TwoTheta, Iobs, Icalc, Diff +BEGIN + 0.950 1229.00 9864.10 -8635.10 + 1.000 1229.00 9864.10 -8635.10 + 1.050 1190.00 9864.10 -8674.10 + 1.100 1096.00 9864.10 -8768.10 + 1.150 1142.00 9864.10 -8722.10 + 1.200 961.00 9864.10 -8903.10 + 1.250 975.00 9864.10 -8889.10 + 1.300 993.00 9864.10 -8871.10 + 1.350 974.00 9864.10 -8890.10 + 1.400 1099.00 9864.10 -8765.10 + 1.450 1036.00 9864.10 -8828.10 + 1.500 974.00 9864.10 -8890.10 + 1.550 968.00 9864.10 -8896.10 + 1.600 1012.00 9864.10 -8852.10 + 1.650 1050.00 9864.10 -8814.10 + 1.700 928.00 9864.10 -8936.10 + 1.750 988.00 9864.10 -8876.10 + 1.800 882.00 9864.10 -8982.10 + 1.850 962.00 9864.10 -8902.10 + 1.900 1055.00 9864.10 -8809.10 + 1.950 909.00 9864.10 -8955.10 + 2.000 1026.00 9864.10 -8838.10 + 2.050 1319.00 9864.10 -8545.10 + 2.100 1446.00 9864.10 -8418.10 + 2.150 1360.00 9864.10 -8504.10 + 2.200 1264.00 9864.10 -8600.10 + 2.250 1265.00 9864.10 -8599.10 + 2.300 1319.00 9864.10 -8545.10 + 2.350 1259.00 9864.10 -8605.10 + 2.400 1074.00 9864.10 -8790.10 + 2.450 1056.00 9864.10 -8808.10 + 2.500 1040.00 9864.10 -8824.10 + 2.550 1241.00 9864.10 -8623.10 + 2.600 1279.00 9864.10 -8585.10 + 2.650 1261.00 9864.10 -8603.10 + 2.700 1334.00 9864.10 -8530.10 + 2.750 1356.00 9864.10 -8508.10 + 2.800 1392.00 9864.10 -8472.10 + 2.850 1799.00 9864.10 -8065.10 + 2.900 1984.00 9864.10 -7880.10 + 2.950 2125.00 9864.10 -7739.10 + 3.000 2576.00 9864.10 -7288.10 + 3.050 2837.00 9864.10 -7027.10 + 3.100 2784.00 9864.10 -7080.10 + 3.150 3023.00 9864.10 -6841.10 + 3.200 3458.00 9864.10 -6406.10 + 3.250 3913.00 9864.10 -5951.10 + 3.300 3808.00 9864.10 -6056.10 + 3.350 4084.00 9864.10 -5780.10 + 3.400 4701.00 9864.10 -5163.10 + 3.450 4491.00 9864.10 -5373.10 + 3.500 5117.00 9864.10 -4747.10 + 3.550 5752.00 9864.10 -4112.10 + 3.600 5792.00 9864.10 -4072.10 + 3.650 6356.00 9864.10 -3508.10 + 3.700 6042.00 9864.10 -3822.10 + 3.750 6433.00 9864.10 -3431.10 + 3.800 6674.00 9864.10 -3190.10 + 3.850 7080.00 9864.10 -2784.10 + 3.900 7902.00 9864.10 -1962.10 + 3.950 7803.00 9864.10 -2061.10 + 4.000 7870.00 9864.10 -1994.10 + 4.050 8478.00 9864.10 -1386.10 + 4.100 9152.00 9864.10 -712.10 + 4.150 8855.00 9864.10 -1009.10 + 4.200 9042.00 9864.10 -822.10 + 4.250 9770.00 9864.10 -94.10 + 4.300 9596.00 9864.10 -268.10 + 4.350 9972.00 9864.10 107.90 + 4.400 10452.00 9864.10 587.90 + 4.450 10258.00 9864.10 393.90 + 4.500 10462.00 9864.10 597.90 + 4.550 10813.00 9864.10 948.90 + 4.600 9978.00 9864.10 113.90 + 4.650 10598.00 9864.10 733.90 + 4.700 10353.00 9864.10 488.90 + 4.750 10303.00 9864.10 438.90 + 4.800 11228.00 9864.10 1363.90 + 4.850 10653.00 9864.10 788.90 + 4.900 10745.00 9864.10 880.90 + 4.950 10961.00 9864.10 1096.90 + 5.000 10615.00 9864.10 750.90 + 5.050 10150.00 9864.10 285.90 + 5.100 10021.00 9864.10 156.90 + 5.150 9824.00 9864.10 -40.10 + 5.200 9982.00 9864.10 117.90 + 5.250 10218.00 9864.10 353.90 + 5.300 11076.00 9864.10 1211.90 + 5.350 10348.00 9864.10 483.90 + 5.400 10792.00 9864.10 927.90 + 5.450 10333.00 9864.10 468.90 + 5.500 10383.00 9864.10 518.90 + 5.550 10320.00 9864.10 455.90 + 5.600 10057.00 9864.10 192.90 + 5.650 9721.00 9864.10 -143.10 + 5.700 10249.00 9864.10 384.90 + 5.750 10635.00 9864.10 770.90 + 5.800 10679.00 9864.10 814.90 + 5.850 10430.00 9864.10 565.90 + 5.900 10189.00 9864.10 324.90 + 5.950 10001.00 9864.10 136.90 + 6.000 10006.00 9864.10 141.90 + 6.050 10298.00 9864.10 433.90 + 6.100 10220.00 9864.10 355.90 + 6.150 10085.00 9864.10 220.90 + 6.200 10659.00 9864.10 794.90 + 6.250 10707.00 9864.10 842.90 + 6.300 10540.00 9864.10 675.90 + 6.350 10414.00 9864.10 549.90 + 6.400 10386.00 9864.10 521.90 + 6.450 10500.00 9864.10 635.90 + 6.500 10434.00 9864.10 569.90 + 6.550 10515.00 9864.10 650.90 + 6.600 10102.00 9864.10 237.90 + 6.650 10314.00 9864.10 449.90 + 6.700 10281.00 9864.10 416.90 + 6.750 10241.00 9864.10 376.90 + 6.800 10259.00 9864.10 394.90 + 6.850 10600.00 9864.10 735.90 + 6.900 10066.00 9864.10 201.90 + 6.950 10253.00 9864.10 388.90 + 7.000 10119.00 9864.10 254.90 + 7.050 10369.00 9864.10 504.90 + 7.100 10388.00 9864.10 523.90 + 7.150 10445.00 9864.10 580.90 + 7.200 10204.00 9864.10 339.90 + 7.250 10061.00 9864.10 196.90 + 7.300 10116.00 9864.10 251.90 + 7.350 10219.00 9864.10 354.90 + 7.400 10382.00 9864.10 517.90 + 7.450 10096.00 9864.10 231.90 + 7.500 9899.00 9864.10 34.90 + 7.550 9677.00 9864.10 -187.10 + 7.600 10218.00 9864.10 353.90 + 7.650 10074.00 9864.10 209.90 + 7.700 10529.00 9864.10 664.90 + 7.750 10445.00 9864.10 580.90 + 7.800 10111.00 9864.10 246.90 + 7.850 10248.00 9864.10 383.90 + 7.900 9773.00 9864.10 -91.10 + 7.950 9820.00 9864.10 -44.10 + 8.000 9797.00 9864.10 -67.10 + 8.050 10509.00 9864.10 644.90 + 8.100 10336.00 9864.10 471.90 + 8.150 10300.00 9864.10 435.90 + 8.200 10333.00 9864.10 468.90 + 8.250 10015.00 9864.10 150.90 + 8.300 10325.00 9864.10 460.90 + 8.350 10061.00 9864.10 196.90 + 8.400 9856.00 9864.10 -8.10 + 8.450 9999.00 9864.10 134.90 + 8.500 10258.00 9864.10 393.90 + 8.550 10605.00 9864.10 740.90 + 8.600 10331.00 9864.10 466.90 + 8.650 9978.00 9864.10 113.90 + 8.700 9951.00 9864.10 86.90 + 8.750 9932.00 9864.10 67.90 + 8.800 10030.00 9864.10 165.90 + 8.850 10280.00 9864.10 415.90 + 8.900 10115.00 9864.10 250.90 + 8.950 10250.00 9864.10 385.90 + 9.000 10364.00 9864.10 499.90 + 9.050 10298.00 9864.10 433.90 + 9.100 10390.00 9864.10 525.90 + 9.150 10050.00 9864.10 185.90 + 9.200 10061.00 9864.10 196.90 + 9.250 9915.00 9864.10 50.90 + 9.300 10171.00 9864.10 306.90 + 9.350 10289.00 9864.10 424.90 + 9.400 10254.00 9864.10 389.90 + 9.450 10520.00 9864.10 655.90 + 9.500 10399.00 9864.10 534.90 + 9.550 10184.00 9864.10 319.90 + 9.600 10436.00 9864.10 571.90 + 9.650 10196.00 9864.10 331.90 + 9.700 10250.00 9864.10 385.90 + 9.750 10071.00 9864.10 206.90 + 9.800 9992.00 9864.10 127.90 + 9.850 10319.00 9864.10 454.90 + 9.900 10249.00 9864.10 384.90 + 9.950 10285.00 9864.10 420.90 + 10.000 10231.00 9864.10 366.90 + 10.050 10143.00 9864.10 278.90 + 10.100 9833.00 9864.10 -31.10 + 10.150 10072.00 9864.10 207.90 + 10.200 9836.00 9864.10 -28.10 + 10.250 9778.00 9864.10 -86.10 + 10.300 10201.00 9864.10 336.90 + 10.350 10258.00 9864.10 393.90 + 10.400 10360.00 9864.10 495.90 + 10.450 10125.00 9864.10 260.90 + 10.500 9965.00 9864.10 100.90 + 10.550 10054.00 9864.10 189.90 + 10.600 9885.00 9864.10 20.90 + 10.650 10068.00 9864.10 203.90 + 10.700 9884.00 9864.10 19.90 + 10.750 10219.00 9864.10 354.90 + 10.800 10259.00 9864.10 394.90 + 10.850 10321.00 9864.10 456.90 + 10.900 10531.00 9864.10 666.90 + 10.950 10285.00 9864.10 420.90 + 11.000 10044.00 9864.10 179.90 + 11.050 9930.00 9864.10 65.90 + 11.100 9983.00 9864.10 118.90 + 11.150 9903.00 9864.10 38.90 + 11.200 9850.00 9864.10 -14.10 + 11.250 9850.00 9864.10 -14.10 + 11.300 10008.00 9864.10 143.90 + 11.350 9805.00 9864.10 -59.10 + 11.400 9678.00 9864.10 -186.10 + 11.450 10087.00 9864.10 222.90 + 11.500 10239.00 9864.10 374.90 + 11.550 9994.00 9864.10 129.90 + 11.600 9730.00 9864.10 -134.10 + 11.650 9901.00 9864.10 36.90 + 11.700 10288.00 9864.10 423.90 + 11.750 10052.00 9864.10 187.90 + 11.800 10039.00 9864.10 174.90 + 11.850 9792.00 9864.10 -72.10 + 11.900 10201.00 9864.10 336.90 + 11.950 10036.00 9864.10 171.90 + 12.000 9774.00 9864.10 -90.10 + 12.050 9520.00 9864.10 -344.10 + 12.100 10155.00 9864.10 290.90 + 12.150 10130.00 9864.10 265.90 + 12.200 10084.00 9864.10 219.90 + 12.250 9960.00 9864.10 95.90 + 12.300 9903.00 9864.10 38.90 + 12.350 10042.00 9864.10 177.90 + 12.400 10016.00 9864.10 151.90 + 12.450 9918.00 9864.10 53.90 + 12.500 9860.00 9864.10 -4.10 + 12.550 10053.00 9866.35 186.65 + 12.600 10040.00 9863.18 176.82 + 12.650 10097.00 9860.02 236.98 + 12.700 9810.00 9856.85 -46.85 + 12.750 9511.00 9853.68 -342.68 + 12.800 10075.00 9850.51 224.49 + 12.850 10051.00 9847.34 203.66 + 12.900 9975.00 9844.18 130.82 + 12.950 9649.00 9841.01 -192.01 + 13.000 9709.00 9837.84 -128.84 + 13.050 9911.00 9834.67 76.33 + 13.100 9846.00 9831.50 14.50 + 13.150 10034.00 9828.34 205.66 + 13.200 9822.00 9825.17 -3.17 + 13.250 9572.00 9822.00 -250.00 + 13.300 9877.00 9818.83 58.17 + 13.350 9682.00 9815.66 -133.66 + 13.400 9704.00 9812.50 -108.50 + 13.450 9887.00 9809.33 77.67 + 13.500 10049.00 9806.16 242.84 + 13.550 9986.00 9802.99 183.01 + 13.600 9619.00 9799.82 -180.82 + 13.650 9927.00 9796.66 130.34 + 13.700 9606.00 9793.49 -187.49 + 13.750 9317.00 9790.32 -473.32 + 13.800 9544.00 9787.15 -243.15 + 13.850 9889.00 9783.98 105.02 + 13.900 10002.00 9780.82 221.18 + 13.950 9571.00 9777.65 -206.65 + 14.000 9671.00 9774.48 -103.48 + 14.050 9728.00 9771.31 -43.31 + 14.100 9810.00 9768.14 41.86 + 14.150 9866.00 9764.98 101.02 + 14.200 9791.00 9761.81 29.19 + 14.250 9768.00 9758.64 9.36 + 14.300 9871.00 9755.47 115.53 + 14.350 9908.00 9752.30 155.70 + 14.400 9789.00 9749.14 39.86 + 14.450 9621.00 9745.97 -124.97 + 14.500 9844.00 9742.80 101.20 + 14.550 9419.00 9739.63 -320.63 + 14.600 9411.00 9736.46 -325.46 + 14.650 9679.00 9733.30 -54.30 + 14.700 9784.00 9730.13 53.87 + 14.750 9757.00 9726.96 30.04 + 14.800 9671.00 9723.79 -52.79 + 14.850 9809.00 9720.62 88.38 + 14.900 9838.00 9717.46 120.54 + 14.950 9782.00 9714.29 67.71 + 15.000 9539.00 9711.12 -172.12 + 15.050 9540.00 9707.95 -167.95 + 15.100 9637.00 9704.78 -67.78 + 15.150 9870.00 9701.62 168.38 + 15.200 9862.00 9698.45 163.55 + 15.250 9673.00 9695.28 -22.28 + 15.300 9862.00 9692.11 169.89 + 15.350 9520.00 9688.94 -168.94 + 15.400 9821.00 9685.78 135.22 + 15.450 9764.00 9682.61 81.39 + 15.500 9716.00 9679.44 36.56 + 15.550 9573.00 9676.27 -103.27 + 15.600 9828.00 9673.10 154.90 + 15.650 9900.00 9669.93 230.07 + 15.700 9683.00 9666.77 16.23 + 15.750 9660.00 9663.60 -3.60 + 15.800 9733.00 9660.43 72.57 + 15.850 9831.00 9657.26 173.74 + 15.900 9485.00 9654.09 -169.09 + 15.950 9541.00 9650.93 -109.93 + 16.000 9571.00 9647.76 -76.76 + 16.050 9564.00 9644.59 -80.59 + 16.100 9972.00 9641.44 330.56 + 16.150 9819.00 9638.34 180.66 + 16.200 9410.00 9635.40 -225.40 + 16.250 9186.00 9633.01 -447.01 + 16.300 9585.00 9632.11 -47.11 + 16.350 9606.00 9634.85 -28.85 + 16.400 9600.00 9645.23 -45.23 + 16.450 9541.00 9669.38 -128.38 + 16.500 9421.00 9714.39 -293.39 + 16.550 9701.00 9785.05 -84.05 + 16.600 9823.00 9878.79 -55.79 + 16.650 9671.00 9981.98 -310.98 + 16.700 9786.00 10071.01 -285.01 + 16.750 9762.00 10120.18 -358.18 + 16.800 9512.00 10113.18 -601.18 + 16.850 9556.00 10051.24 -495.24 + 16.900 9692.00 9952.50 -260.50 + 16.950 9462.00 9843.03 -381.03 + 17.000 9386.00 9745.45 -359.45 + 17.050 9310.00 9671.86 -361.86 + 17.100 9291.00 9623.59 -332.59 + 17.150 9020.00 9595.31 -575.31 + 17.200 9469.00 9579.90 -110.90 + 17.250 9694.00 9571.48 122.52 + 17.300 9639.00 9566.32 72.68 + 17.350 9434.00 9562.49 -128.49 + 17.400 9635.00 9559.12 75.88 + 17.450 9672.00 9555.90 116.10 + 17.500 9821.00 9552.72 268.28 + 17.550 9476.00 9549.55 -73.55 + 17.600 9433.00 9546.38 -113.38 + 17.650 9564.00 9543.21 20.79 + 17.700 9713.00 9540.05 172.95 + 17.750 9700.00 9536.88 163.12 + 17.800 9233.00 9533.71 -300.71 + 17.850 9630.00 9530.54 99.46 + 17.900 9713.00 9527.37 185.63 + 17.950 9343.00 9524.21 -181.21 + 18.000 9390.00 9521.04 -131.04 + 18.050 9275.00 9517.87 -242.87 + 18.100 9639.00 9514.70 124.30 + 18.150 9601.00 9511.53 89.47 + 18.200 9558.00 9508.37 49.63 + 18.250 9588.00 9505.20 82.80 + 18.300 9806.00 9502.03 303.97 + 18.350 9674.00 9498.86 175.14 + 18.400 9674.00 9495.69 178.31 + 18.450 9493.00 9492.53 0.47 + 18.500 9393.00 9489.36 -96.36 + 18.550 9428.00 9486.19 -58.19 + 18.600 9571.00 9483.02 87.98 + 18.650 9431.00 9479.85 -48.85 + 18.700 9288.00 9476.69 -188.69 + 18.750 9435.00 9473.52 -38.52 + 18.800 9431.00 9470.35 -39.35 + 18.850 9297.00 9467.18 -170.18 + 18.900 9504.00 9464.01 39.99 + 18.950 9245.00 9460.85 -215.85 + 19.000 9725.00 9457.68 267.32 + 19.050 9385.00 9454.51 -69.51 + 19.100 9308.00 9451.34 -143.34 + 19.150 9476.00 9448.17 27.83 + 19.200 9563.00 9445.01 117.99 + 19.250 9558.00 9441.84 116.16 + 19.300 9436.00 9438.67 -2.67 + 19.350 9289.00 9435.50 -146.50 + 19.400 9280.00 9432.33 -152.33 + 19.450 9641.00 9427.73 213.27 + 19.500 9393.00 9422.32 -29.32 + 19.550 9519.00 9416.90 102.10 + 19.600 9392.00 9411.49 -19.49 + 19.650 9364.00 9406.07 -42.07 + 19.700 9270.00 9400.66 -130.66 + 19.750 9286.00 9395.25 -109.25 + 19.800 9204.00 9389.84 -185.84 + 19.850 9563.00 9384.50 178.50 + 19.900 9531.00 9379.42 151.58 + 19.950 9488.00 9375.48 112.52 + 20.000 9710.00 9375.86 334.14 + 20.050 9593.00 9390.53 202.47 + 20.100 9276.00 9446.79 -170.79 + 20.150 9415.00 9608.57 -193.57 + 20.200 9242.00 10002.73 -760.73 + 20.250 9730.00 10836.05 -1106.05 + 20.300 9966.00 12370.85 -2404.85 + 20.350 10338.00 14821.02 -4483.02 + 20.400 10703.00 18176.03 -7473.03 + 20.450 11004.00 22033.97 -11029.97 + 20.500 11327.00 25588.21 -14261.21 + 20.550 11203.00 27870.88 -16667.88 + 20.600 11000.00 28169.07 -17169.07 + 20.650 10805.00 26383.87 -15578.87 + 20.700 10163.00 23080.94 -12917.94 + 20.750 9960.00 19202.90 -9242.90 + 20.800 9712.00 15635.49 -5923.49 + 20.850 9502.00 12904.28 -3402.28 + 20.900 9461.00 11116.78 -1655.78 + 20.950 9169.00 10102.25 -933.25 + 21.000 9148.00 9598.05 -450.05 + 21.050 9114.00 9376.20 -262.20 + 21.100 9339.00 9288.10 50.90 + 21.150 9286.00 9254.80 31.20 + 21.200 9166.00 9241.06 -75.06 + 21.250 9101.00 9233.45 -132.45 + 21.300 9070.00 9227.52 -157.52 + 21.350 9117.00 9222.00 -105.00 + 21.400 9177.00 9216.56 -39.56 + 21.450 9244.00 9211.14 32.86 + 21.500 9166.00 9205.73 -39.73 + 21.550 9513.00 9200.31 312.69 + 21.600 9258.00 9194.90 63.10 + 21.650 9403.00 9189.48 213.52 + 21.700 9538.00 9184.07 353.93 + 21.750 9239.00 9178.65 60.35 + 21.800 9089.00 9173.24 -84.24 + 21.850 9033.00 9167.82 -134.82 + 21.900 9467.00 9163.65 303.35 + 21.950 9301.00 9160.73 140.27 + 22.000 9177.00 9157.82 19.18 + 22.050 9169.00 9154.90 14.10 + 22.100 9180.00 9151.98 28.02 + 22.150 9236.00 9149.06 86.94 + 22.200 9147.00 9146.14 0.86 + 22.250 8999.00 9143.22 -144.22 + 22.300 9318.00 9140.30 177.70 + 22.350 8939.00 9137.38 -198.38 + 22.400 9264.00 9134.46 129.54 + 22.450 9107.00 9131.55 -24.55 + 22.500 8994.00 9128.63 -134.63 + 22.550 9356.00 9125.71 230.29 + 22.600 9094.00 9122.79 -28.79 + 22.650 9284.00 9119.87 164.13 + 22.700 9053.00 9116.95 -63.95 + 22.750 9004.00 9114.03 -110.03 + 22.800 8809.00 9111.11 -302.11 + 22.850 8851.00 9108.20 -257.20 + 22.900 9055.00 9105.28 -50.28 + 22.950 8983.00 9102.36 -119.36 + 23.000 9028.00 9099.44 -71.44 + 23.050 9222.00 9096.52 125.48 + 23.100 9021.00 9093.60 -72.60 + 23.150 8838.00 9090.69 -252.69 + 23.200 8755.00 9087.79 -332.79 + 23.250 9056.00 9084.97 -28.97 + 23.300 8853.00 9082.36 -229.36 + 23.350 9189.00 9080.35 108.65 + 23.400 8996.00 9079.82 -83.82 + 23.450 8988.00 9082.39 -94.39 + 23.500 9016.00 9090.53 -74.53 + 23.550 8859.00 9107.00 -248.00 + 23.600 8972.00 9133.44 -161.44 + 23.650 9178.00 9168.37 9.63 + 23.700 9288.00 9205.81 82.19 + 23.750 9099.00 9236.12 -137.12 + 23.800 8830.00 9249.54 -419.54 + 23.850 9143.00 9240.76 -97.76 + 23.900 9010.00 9211.73 -201.73 + 23.950 9028.00 9170.57 -142.57 + 24.000 9144.00 9127.57 16.43 + 24.050 9442.00 9090.74 351.26 + 24.100 9152.00 9063.67 88.33 + 24.150 8839.00 9046.00 -207.00 + 24.200 9002.00 9035.25 -33.25 + 24.250 9120.00 9028.70 91.30 + 24.300 9087.00 9024.31 62.69 + 24.350 9147.00 9020.86 126.14 + 24.400 9025.00 9017.77 7.23 + 24.450 8864.00 9014.81 -150.81 + 24.500 8667.00 9011.88 -344.88 + 24.550 9097.00 9008.96 88.04 + 24.600 8938.00 9006.04 -68.04 + 24.650 9095.00 9003.12 91.88 + 24.700 8966.00 9000.20 -34.20 + 24.750 8976.00 8997.28 -21.28 + 24.800 8897.00 8994.36 -97.36 + 24.850 9077.00 8991.44 85.56 + 24.900 9059.00 8988.52 70.48 + 24.950 9135.00 8985.60 149.40 + 25.000 9214.00 8982.69 231.31 + 25.050 9015.00 8979.77 35.23 + 25.100 9143.00 8976.85 166.15 + 25.150 9053.00 8973.93 79.07 + 25.200 9129.00 8971.01 157.99 + 25.250 9121.00 8968.09 152.91 + 25.300 8803.00 8965.17 -162.17 + 25.350 9041.00 8962.25 78.75 + 25.400 8952.00 8959.33 -7.33 + 25.450 9103.00 8956.42 146.58 + 25.500 8966.00 8953.50 12.50 + 25.550 9064.00 8950.58 113.42 + 25.600 8813.00 8947.66 -134.66 + 25.650 8930.00 8944.74 -14.74 + 25.700 9095.00 8941.82 153.18 + 25.750 8718.00 8938.90 -220.90 + 25.800 8901.00 8935.98 -34.98 + 25.850 8817.00 8933.07 -116.07 + 25.900 8776.00 8930.15 -154.15 + 25.950 8877.00 8927.23 -50.23 + 26.000 8949.00 8924.31 24.69 + 26.050 8895.00 8921.39 -26.39 + 26.100 8951.00 8918.47 32.53 + 26.150 8747.00 8915.55 -168.55 + 26.200 8973.00 8912.63 60.37 + 26.250 9134.00 8909.71 224.29 + 26.300 9002.00 8906.80 95.20 + 26.350 8658.00 8903.88 -245.88 + 26.400 8693.00 8900.96 -207.96 + 26.450 8594.00 8898.04 -304.04 + 26.500 8727.00 8895.12 -168.12 + 26.550 9237.00 8892.20 344.80 + 26.600 8927.00 8889.28 37.72 + 26.650 9099.00 8886.36 212.64 + 26.700 8715.00 8883.45 -168.45 + 26.750 9056.00 8880.53 175.47 + 26.800 8928.00 8877.61 50.39 + 26.850 8854.00 8874.69 -20.69 + 26.900 8880.00 8871.77 8.23 + 26.950 8636.00 8868.85 -232.85 + 27.000 9010.00 8865.93 144.07 + 27.050 8742.00 8863.01 -121.01 + 27.100 9031.00 8860.09 170.91 + 27.150 9091.00 8857.18 233.82 + 27.200 8735.00 8854.26 -119.26 + 27.250 8866.00 8851.34 14.66 + 27.300 8940.00 8848.42 91.58 + 27.350 8922.00 8845.50 76.50 + 27.400 8779.00 8842.58 -63.58 + 27.450 8944.00 8839.66 104.34 + 27.500 8946.00 8836.75 109.25 + 27.550 8889.00 8833.83 55.17 + 27.600 8809.00 8830.91 -21.91 + 27.650 8956.00 8827.99 128.01 + 27.700 9148.00 8825.07 322.93 + 27.750 8802.00 8822.15 -20.15 + 27.800 8726.00 8819.23 -93.23 + 27.850 8861.00 8816.31 44.69 + 27.900 8797.00 8813.40 -16.40 + 27.950 8696.00 8811.59 -115.59 + 28.000 8928.00 8809.79 118.21 + 28.050 8904.00 8807.98 96.02 + 28.100 8928.00 8806.18 121.82 + 28.150 8854.00 8804.38 49.62 + 28.200 8827.00 8802.57 24.43 + 28.250 8925.00 8800.77 124.23 + 28.300 8696.00 8798.96 -102.96 + 28.350 8891.00 8797.16 93.84 + 28.400 8760.00 8795.35 -35.35 + 28.450 8905.00 8793.55 111.45 + 28.500 8717.00 8791.80 -74.80 + 28.550 8673.00 8790.27 -117.27 + 28.600 8810.00 8789.92 20.08 + 28.650 8692.00 8794.76 -102.76 + 28.700 8797.00 8819.89 -22.89 + 28.750 8802.00 8914.44 -112.44 + 28.800 8951.00 9216.25 -265.25 + 28.850 9192.00 10055.94 -863.94 + 28.900 9431.00 12100.84 -2669.84 + 28.950 10213.00 16452.03 -6239.03 + 29.000 11294.00 24508.43 -13214.43 + 29.050 12854.00 37392.81 -24538.81 + 29.100 14764.00 54969.60 -40205.60 + 29.150 16826.00 74948.95 -58122.95 + 29.200 18020.00 92894.49 -74874.49 + 29.250 18385.00 103667.66 -85282.66 + 29.300 17673.00 103768.39 -86095.39 + 29.350 16007.00 93162.05 -77155.05 + 29.400 13695.00 75296.70 -61601.70 + 29.450 11861.00 55307.51 -43446.51 + 29.500 10298.00 37656.07 -27358.07 + 29.550 9578.00 24676.59 -15098.59 + 29.600 9210.00 16537.09 -7327.09 + 29.650 8856.00 12127.81 -3271.81 + 29.700 8642.00 10048.91 -1406.91 + 29.750 8679.00 9190.98 -511.98 + 29.800 8755.00 8879.56 -124.56 + 29.850 8831.00 8779.27 51.73 + 29.900 8635.00 8749.86 -114.86 + 29.950 8926.00 8741.24 184.76 + 30.000 8880.00 8737.94 142.06 + 30.050 8481.00 8735.85 -254.85 + 30.100 8648.00 8734.00 -86.00 + 30.150 8662.00 8732.18 -70.18 + 30.200 8641.00 8730.38 -89.38 + 30.250 8733.00 8728.57 4.43 + 30.300 8780.00 8726.77 53.23 + 30.350 8952.00 8724.96 227.04 + 30.400 8924.00 8723.16 200.84 + 30.450 8665.00 8721.35 -56.35 + 30.500 8724.00 8719.55 4.45 + 30.550 8712.00 8717.74 -5.74 + 30.600 8737.00 8715.94 21.06 + 30.650 8627.00 8714.13 -87.13 + 30.700 8830.00 8712.33 117.67 + 30.750 8841.00 8710.52 130.48 + 30.800 8773.00 8708.72 64.28 + 30.850 8894.00 8706.91 187.09 + 30.900 8583.00 8705.11 -122.11 + 30.950 8854.00 8703.35 150.65 + 31.000 8726.00 8701.74 24.26 + 31.050 8535.00 8700.90 -165.90 + 31.100 8526.00 8703.09 -177.09 + 31.150 8610.00 8716.01 -106.01 + 31.200 8561.00 8761.89 -200.89 + 31.250 8708.00 8895.86 -187.86 + 31.300 8591.00 9232.90 -641.90 + 31.350 8911.00 9970.42 -1059.42 + 31.400 9002.00 11371.78 -2369.78 + 31.450 9313.00 13670.65 -4357.65 + 31.500 10043.00 16889.84 -6846.84 + 31.550 10289.00 20654.91 -10365.91 + 31.600 10283.00 24165.57 -13882.57 + 31.650 10315.00 26431.27 -16116.27 + 31.700 10351.00 26717.24 -16366.24 + 31.750 10008.00 24925.28 -14917.28 + 31.800 9587.00 21648.59 -12061.59 + 31.850 9293.00 17854.60 -8561.60 + 31.900 9014.00 14430.71 -5416.71 + 31.950 9039.00 11871.38 -2832.38 + 32.000 8884.00 10244.81 -1360.81 + 32.050 8556.00 9353.77 -797.77 + 32.100 8612.00 8929.09 -317.09 + 32.150 8596.00 8751.75 -155.75 + 32.200 8566.00 8686.11 -120.11 + 32.250 8657.00 8663.91 -6.91 + 32.300 8693.00 8656.37 36.63 + 32.350 8707.00 8653.15 53.85 + 32.400 8458.00 8651.03 -193.03 + 32.450 8463.00 8649.17 -186.17 + 32.500 8565.00 8647.35 -82.35 + 32.550 8609.00 8645.54 -36.54 + 32.600 8670.00 8643.74 26.26 + 32.650 8579.00 8641.93 -62.93 + 32.700 8550.00 8640.13 -90.13 + 32.750 8641.00 8638.32 2.68 + 32.800 8622.00 8636.52 -14.52 + 32.850 8762.00 8634.71 127.29 + 32.900 8598.00 8632.91 -34.91 + 32.950 8574.00 8630.13 -56.13 + 33.000 8742.00 8626.94 115.06 + 33.050 8712.00 8623.75 88.25 + 33.100 8666.00 8620.56 45.44 + 33.150 8679.00 8617.38 61.62 + 33.200 8625.00 8614.19 10.81 + 33.250 8659.00 8611.00 48.00 + 33.300 8715.00 8607.84 107.16 + 33.350 8883.00 8604.73 278.27 + 33.400 8741.00 8601.87 139.13 + 33.450 8477.00 8599.75 -122.75 + 33.500 8518.00 8599.64 -81.64 + 33.550 8542.00 8604.27 -62.27 + 33.600 8645.00 8618.40 26.60 + 33.650 8511.00 8648.56 -137.56 + 33.700 8435.00 8700.80 -265.80 + 33.750 8573.00 8776.25 -203.25 + 33.800 8732.00 8866.35 -134.35 + 33.850 8472.00 8951.60 -479.60 + 33.900 8642.00 9007.17 -365.17 + 33.950 8755.00 9013.95 -258.95 + 34.000 8538.00 8968.55 -430.55 + 34.050 8576.00 8885.07 -309.07 + 34.100 8639.00 8787.64 -148.64 + 34.150 8695.00 8698.75 -3.75 + 34.200 8662.00 8631.24 30.76 + 34.250 8710.00 8587.08 122.92 + 34.300 8703.00 8561.44 141.56 + 34.350 8559.00 8547.58 11.42 + 34.400 8404.00 8539.97 -135.97 + 34.450 8712.00 8535.18 176.82 + 34.500 8576.00 8531.48 44.52 + 34.550 8592.00 8528.15 63.85 + 34.600 8628.00 8524.93 103.07 + 34.650 8441.00 8521.73 -80.73 + 34.700 8499.00 8518.54 -19.54 + 34.750 8531.00 8515.35 15.65 + 34.800 8493.00 8512.16 -19.16 + 34.850 8564.00 8508.98 55.02 + 34.900 8604.00 8505.79 98.21 + 34.950 8536.00 8502.60 33.40 + 35.000 8282.00 8499.41 -217.41 + 35.050 8324.00 8496.22 -172.22 + 35.100 8353.00 8493.03 -140.03 + 35.150 8543.00 8489.85 53.15 + 35.200 8594.00 8486.66 107.34 + 35.250 8589.00 8483.47 105.53 + 35.300 8358.00 8480.28 -122.28 + 35.350 8344.00 8477.10 -133.10 + 35.400 8411.00 8473.95 -62.95 + 35.450 8529.00 8470.93 58.07 + 35.500 8588.00 8468.43 119.57 + 35.550 8533.00 8467.72 65.28 + 35.600 8322.00 8472.32 -150.32 + 35.650 8262.00 8490.59 -228.59 + 35.700 8579.00 8539.13 39.87 + 35.750 8617.00 8644.51 -27.51 + 35.800 8365.00 8838.72 -473.72 + 35.850 8571.00 9143.78 -572.78 + 35.900 8618.00 9547.96 -929.96 + 35.950 8608.00 9987.55 -1379.55 + 36.000 8692.00 10354.18 -1662.18 + 36.050 8555.00 10534.90 -1979.90 + 36.100 8692.00 10467.33 -1775.33 + 36.150 8699.00 10173.72 -1474.72 + 36.200 8515.00 9748.59 -1233.59 + 36.250 8512.00 9309.30 -797.30 + 36.300 8449.00 8944.55 -495.55 + 36.350 8511.00 8690.57 -179.57 + 36.400 8442.00 8538.91 -96.91 + 36.450 8418.00 8459.86 -41.86 + 36.500 8467.00 8423.00 44.00 + 36.550 8641.00 8406.76 234.24 + 36.600 8426.00 8399.15 26.85 + 36.650 8370.00 8394.64 -24.64 + 36.700 8306.00 8391.11 -85.11 + 36.750 8439.00 8387.84 51.16 + 36.800 8552.00 8384.64 167.36 + 36.850 8351.00 8381.45 -30.45 + 36.900 8258.00 8378.26 -120.26 + 36.950 8396.00 8375.07 20.93 + 37.000 8543.00 8371.88 171.12 + 37.050 8500.00 8368.69 131.31 + 37.100 8486.00 8365.50 120.50 + 37.150 8342.00 8362.32 -20.32 + 37.200 8352.00 8359.13 -7.13 + 37.250 8409.00 8355.94 53.06 + 37.300 8412.00 8352.75 59.25 + 37.350 8216.00 8349.57 -133.57 + 37.400 8340.00 8346.39 -6.39 + 37.450 8417.00 8343.26 73.74 + 37.500 8570.00 8340.32 229.68 + 37.550 8381.00 8338.09 42.91 + 37.600 8418.00 8338.16 79.84 + 37.650 8461.00 8344.65 116.35 + 37.700 8353.00 8366.59 -13.59 + 37.750 8213.00 8420.32 -207.32 + 37.800 8268.00 8528.98 -260.98 + 37.850 8329.00 8715.27 -386.27 + 37.900 8333.00 8985.85 -652.85 + 37.950 8304.00 9313.10 -1009.10 + 38.000 8541.00 9629.31 -1088.31 + 38.050 8519.00 9844.80 -1325.80 + 38.100 8404.00 9887.86 -1483.86 + 38.150 8447.00 9742.41 -1295.41 + 38.200 8611.00 9456.97 -845.97 + 38.250 8230.00 9118.05 -888.05 + 38.300 8356.00 8807.91 -451.91 + 38.350 8129.00 8573.98 -444.98 + 38.400 8264.00 8424.03 -160.03 + 38.450 8208.00 8340.76 -132.76 + 38.500 8240.00 8299.75 -59.75 + 38.550 8160.00 8281.01 -121.01 + 38.600 8040.00 8272.24 -232.24 + 38.650 8109.00 8267.30 -158.30 + 38.700 8335.00 8263.63 71.37 + 38.750 8213.00 8260.32 -47.32 + 38.800 8130.00 8257.11 -127.11 + 38.850 8269.00 8253.92 15.08 + 38.900 8243.00 8250.73 -7.73 + 38.950 8371.00 8247.54 123.46 + 39.000 8285.00 8244.35 40.65 + 39.050 8225.00 8241.16 -16.16 + 39.100 8441.00 8237.98 203.02 + 39.150 8146.00 8235.21 -89.21 + 39.200 8177.00 8232.64 -55.64 + 39.250 8453.00 8230.08 222.92 + 39.300 8254.00 8227.58 26.42 + 39.350 8176.00 8225.49 -49.49 + 39.400 8118.00 8225.29 -107.29 + 39.450 8164.00 8232.90 -68.90 + 39.500 8123.00 8268.78 -145.78 + 39.550 8157.00 8393.40 -236.40 + 39.600 8456.00 8758.97 -302.97 + 39.650 8643.00 9686.99 -1043.99 + 39.700 8710.00 11730.74 -3020.74 + 39.750 9392.00 15625.96 -6233.96 + 39.800 10187.00 22003.21 -11816.21 + 39.850 11058.00 30859.33 -19801.33 + 39.900 12033.00 41049.93 -29016.93 + 39.950 12788.00 50249.80 -37461.80 + 40.000 13099.00 55728.71 -42629.71 + 40.050 12683.00 55633.23 -42950.23 + 40.100 12144.00 49997.19 -37853.19 + 40.150 10940.00 40717.29 -29777.29 + 40.200 9812.00 30534.62 -20722.62 + 40.250 9120.00 21739.17 -12619.17 + 40.300 8622.00 15439.63 -6817.63 + 40.350 8453.00 11609.18 -3156.18 + 40.400 8458.00 9605.61 -1147.61 + 40.450 8161.00 8697.36 -536.36 + 40.500 8132.00 8337.91 -205.91 + 40.550 8329.00 8212.58 116.42 + 40.600 8305.00 8173.04 131.96 + 40.650 8141.00 8160.71 -19.71 + 40.700 8114.00 8155.87 -41.87 + 40.750 8260.00 8152.84 107.16 + 40.800 8225.00 8150.18 74.82 + 40.850 8204.00 8147.58 56.42 + 40.900 8295.00 8145.01 149.99 + 40.950 8278.00 8142.43 135.57 + 41.000 8204.00 8139.85 64.15 + 41.050 8140.00 8137.27 2.73 + 41.100 8069.00 8134.70 -65.70 + 41.150 8286.00 8132.12 153.88 + 41.200 8102.00 8129.55 -27.55 + 41.250 8139.00 8127.03 11.97 + 41.300 8104.00 8124.71 -20.71 + 41.350 8281.00 8123.13 157.87 + 41.400 8235.00 8124.01 110.99 + 41.450 8315.00 8131.83 183.17 + 41.500 8199.00 8156.65 42.35 + 41.550 8097.00 8216.82 -119.82 + 41.600 8026.00 8338.77 -312.77 + 41.650 8205.00 8548.95 -343.95 + 41.700 8314.00 8855.61 -541.61 + 41.750 8207.00 9227.98 -1020.98 + 41.800 8106.00 9588.43 -1482.43 + 41.850 8260.00 9833.79 -1573.79 + 41.900 8442.00 9881.71 -1439.71 + 41.950 8271.00 9714.37 -1443.37 + 42.000 8169.00 9388.60 -1219.60 + 42.050 8041.00 9004.49 -963.49 + 42.100 7892.00 8655.91 -763.91 + 42.150 8119.00 8395.55 -276.55 + 42.200 8200.00 8230.83 -30.83 + 42.250 8253.00 8140.83 112.17 + 42.300 8286.00 8097.54 188.46 + 42.350 8101.00 8078.49 22.51 + 42.400 7930.00 8070.10 -140.10 + 42.450 7916.00 8065.73 -149.73 + 42.500 8012.00 8062.67 -50.67 + 42.550 7975.00 8059.98 -84.98 + 42.600 8126.00 8057.38 68.62 + 42.650 8154.00 8054.80 99.20 + 42.700 8124.00 8052.22 71.78 + 42.750 7923.00 8049.64 -126.64 + 42.800 7957.00 8047.06 -90.06 + 42.850 7910.00 8044.49 -134.49 + 42.900 7982.00 8041.91 -59.91 + 42.950 7849.00 8039.35 -190.35 + 43.000 7932.00 8036.89 -104.89 + 43.050 8027.00 8034.88 -7.88 + 43.100 8094.00 8034.85 59.15 + 43.150 7974.00 8042.30 -68.30 + 43.200 8129.00 8074.31 54.69 + 43.250 8198.00 8176.03 21.97 + 43.300 8034.00 8447.70 -413.70 + 43.350 8173.00 9071.96 -898.96 + 43.400 8397.00 10309.71 -1912.71 + 43.450 8491.00 12415.78 -3924.78 + 43.500 8904.00 15459.90 -6555.90 + 43.550 9408.00 19118.86 -9710.86 + 43.600 9684.00 22613.21 -12929.21 + 43.650 9762.00 24933.03 -15171.03 + 43.700 9523.00 25296.81 -15773.81 + 43.750 9289.00 23574.55 -14285.55 + 43.800 9015.00 20360.80 -11345.80 + 43.850 8748.00 16646.28 -7898.28 + 43.900 8415.00 13328.13 -4913.13 + 43.950 8209.00 10890.45 -2681.45 + 44.000 8107.00 9376.49 -1269.49 + 44.050 8066.00 8570.46 -504.46 + 44.100 7911.00 8199.01 -288.01 + 44.150 7750.00 8049.36 -299.36 + 44.200 8032.00 7995.71 36.29 + 44.250 7912.00 7977.63 -65.63 + 44.300 7943.00 7970.94 -27.94 + 44.350 7890.00 7967.40 -77.40 + 44.400 7932.00 7964.63 -32.63 + 44.450 8011.00 7962.02 48.98 + 44.500 8034.00 7959.44 74.56 + 44.550 8108.00 7956.86 151.14 + 44.600 8104.00 7954.28 149.72 + 44.650 8021.00 7951.70 69.30 + 44.700 7977.00 7949.12 27.88 + 44.750 8073.00 7946.55 126.45 + 44.800 8126.00 7943.97 182.03 + 44.850 7883.00 7941.39 -58.39 + 44.900 7974.00 7938.82 35.18 + 44.950 7947.00 7936.24 10.76 + 45.000 7991.00 7933.66 57.34 + 45.050 7953.00 7931.08 21.92 + 45.100 7820.00 7928.51 -108.51 + 45.150 8118.00 7925.93 192.07 + 45.200 8208.00 7923.35 284.65 + 45.250 7887.00 7920.77 -33.77 + 45.300 8016.00 7918.20 97.80 + 45.350 7859.00 7915.62 -56.62 + 45.400 7927.00 7913.04 13.96 + 45.450 8020.00 7910.46 109.54 + 45.500 8022.00 7907.89 114.11 + 45.550 7861.00 7905.31 -44.31 + 45.600 7759.00 7902.73 -143.73 + 45.650 7826.00 7900.15 -74.15 + 45.700 7903.00 7897.58 5.42 + 45.750 7758.00 7896.15 -138.15 + 45.800 7951.00 7895.09 55.91 + 45.850 7893.00 7894.02 -1.02 + 45.900 7963.00 7892.96 70.04 + 45.950 7948.00 7891.89 56.11 + 46.000 7865.00 7890.83 -25.83 + 46.050 7927.00 7889.76 37.24 + 46.100 7920.00 7888.70 31.30 + 46.150 7942.00 7887.63 54.37 + 46.200 7862.00 7886.57 -24.57 + 46.250 7931.00 7885.50 45.50 + 46.300 8008.00 7884.44 123.56 + 46.350 7846.00 7883.38 -37.38 + 46.400 7866.00 7882.34 -16.34 + 46.450 7900.00 7881.39 18.61 + 46.500 7912.00 7880.93 31.07 + 46.550 7778.00 7882.49 -104.49 + 46.600 7679.00 7891.36 -212.36 + 46.650 7981.00 7923.23 57.77 + 46.700 7857.00 8017.29 -160.29 + 46.750 8082.00 8255.28 -173.28 + 46.800 8179.00 8774.94 -595.94 + 46.850 8262.00 9751.51 -1489.51 + 46.900 8322.00 11319.16 -2997.16 + 46.950 8482.00 13437.99 -4955.99 + 47.000 8685.00 15782.95 -7097.95 + 47.050 8971.00 17768.83 -8797.83 + 47.100 9054.00 18768.90 -9714.90 + 47.150 9044.00 18431.31 -9387.31 + 47.200 8941.00 16877.10 -7936.10 + 47.250 8540.00 14630.05 -6090.05 + 47.300 8036.00 12333.72 -4297.72 + 47.350 7980.00 10461.96 -2481.96 + 47.400 8025.00 9191.75 -1166.75 + 47.450 8137.00 8459.51 -322.51 + 47.500 8076.00 8096.65 -20.65 + 47.550 7932.00 7940.80 -8.80 + 47.600 8057.00 7882.25 174.75 + 47.650 7883.00 7862.59 20.41 + 47.700 7912.00 7856.28 55.72 + 47.750 7932.00 7853.91 78.09 + 47.800 8034.00 7852.57 181.43 + 47.850 8008.00 7851.45 156.55 + 47.900 7941.00 7850.38 90.62 + 47.950 7920.00 7849.32 70.68 + 48.000 7908.00 7848.32 59.68 + 48.050 7894.00 7847.67 46.33 + 48.100 7884.00 7848.91 35.09 + 48.150 7982.00 7859.17 122.83 + 48.200 7696.00 7906.86 -210.86 + 48.250 7879.00 8089.37 -210.37 + 48.300 8216.00 8691.63 -475.63 + 48.350 8436.00 10417.90 -1981.90 + 48.400 9053.00 14713.51 -5660.51 + 48.450 10442.00 23961.39 -13519.39 + 48.500 12610.00 41098.26 -28488.26 + 48.550 15833.00 68190.72 -52357.72 + 48.600 19815.00 104155.27 -84340.27 + 48.650 23750.00 143027.94 -119277.94 + 48.700 26358.00 174718.69 -148360.69 + 48.750 26911.00 189020.27 -162109.27 + 48.800 25283.00 180845.58 -155562.58 + 48.850 21610.00 153130.52 -131520.52 + 48.900 17504.00 115149.69 -97645.69 + 48.950 13616.00 77549.12 -63933.12 + 49.000 10967.00 47664.65 -36697.65 + 49.050 9225.00 27844.01 -18619.01 + 49.100 8494.00 16671.59 -8177.59 + 49.150 8128.00 11262.33 -3134.33 + 49.200 7868.00 8998.35 -1130.35 + 49.250 7746.00 8175.17 -429.17 + 49.300 7824.00 7914.06 -90.06 + 49.350 7894.00 7841.25 52.75 + 49.400 7864.00 7822.89 41.11 + 49.450 8066.00 7818.18 247.82 + 49.500 7869.00 7816.44 52.56 + 49.550 7952.00 7815.27 136.73 + 49.600 7849.00 7814.19 34.81 + 49.650 7890.00 7813.12 76.88 + 49.700 7834.00 7812.09 21.91 + 49.750 7801.00 7811.15 -10.15 + 49.800 7912.00 7810.67 101.33 + 49.850 7985.00 7811.84 173.16 + 49.900 7874.00 7818.24 55.76 + 49.950 7837.00 7838.91 -1.91 + 50.000 7786.00 7892.83 -106.83 + 50.050 7855.00 8012.13 -157.13 + 50.100 8028.00 8237.75 -209.75 + 50.150 7941.00 8601.03 -660.03 + 50.200 7962.00 9092.06 -1130.06 + 50.250 7965.00 9633.82 -1668.82 + 50.300 8047.00 10088.41 -2041.41 + 50.350 8135.00 10310.05 -2175.05 + 50.400 8038.00 10219.56 -2181.56 + 50.450 8021.00 9849.37 -1828.37 + 50.500 7970.00 9324.59 -1354.59 + 50.550 8077.00 8795.38 -718.38 + 50.600 7900.00 8369.17 -469.17 + 50.650 7835.00 8083.27 -248.27 + 50.700 7815.00 7920.31 -105.31 + 50.750 7731.00 7840.30 -109.30 + 50.800 7746.00 7806.01 -60.01 + 50.850 7681.00 7792.81 -111.81 + 50.900 7696.00 7787.89 -91.89 + 50.950 7825.00 7785.76 39.24 + 51.000 7826.00 7784.44 41.56 + 51.050 7609.00 7783.32 -174.32 + 51.100 7723.00 7782.25 -59.25 + 51.150 7874.00 7781.18 92.82 + 51.200 7718.00 7780.12 -62.12 + 51.250 7687.00 7779.06 -92.06 + 51.300 7753.00 7778.01 -25.01 + 51.350 7799.00 7777.05 21.95 + 51.400 7724.00 7776.42 -52.42 + 51.450 7775.00 7776.87 -1.87 + 51.500 7963.00 7780.47 182.53 + 51.550 7847.00 7791.89 55.11 + 51.600 7729.00 7819.73 -90.73 + 51.650 7766.00 7876.37 -110.37 + 51.700 7890.00 7973.83 -83.83 + 51.750 7684.00 8115.00 -431.00 + 51.800 7648.00 8283.66 -635.66 + 51.850 7791.00 8441.81 -650.81 + 51.900 7799.00 8541.47 -742.47 + 51.950 7793.00 8547.46 -754.46 + 52.000 8040.00 8456.86 -416.86 + 52.050 7875.00 8301.43 -426.43 + 52.100 7863.00 8128.83 -265.83 + 52.150 7703.00 7979.52 -276.52 + 52.200 7642.00 7872.99 -230.99 + 52.250 7764.00 7808.51 -44.51 + 52.300 7715.00 7774.69 -59.69 + 52.350 7670.00 7758.87 -88.87 + 52.400 7741.00 7751.83 -10.83 + 52.450 7571.00 7748.41 -177.41 + 52.500 7675.00 7746.26 -71.26 + 52.550 7640.00 7744.50 -104.50 + 52.600 7765.00 7742.84 22.16 + 52.650 7859.00 7741.21 117.79 + 52.700 7840.00 7739.58 100.42 + 52.750 7721.00 7737.98 -16.98 + 52.800 7709.00 7736.48 -27.48 + 52.850 7796.00 7735.56 60.44 + 52.900 7863.00 7737.08 125.92 + 52.950 7699.00 7747.81 -48.81 + 53.000 7726.00 7788.33 -62.33 + 53.050 7575.00 7911.75 -336.75 + 53.100 7928.00 8231.89 -303.89 + 53.150 8052.00 8946.11 -894.11 + 53.200 8318.00 10313.25 -1995.25 + 53.250 8250.00 12543.40 -4293.40 + 53.300 8585.00 15598.94 -7013.94 + 53.350 9041.00 19017.88 -9976.88 + 53.400 9461.00 21941.02 -12480.02 + 53.450 9483.00 23431.38 -13948.38 + 53.500 9282.00 22955.05 -13673.05 + 53.550 8970.00 20685.45 -11715.45 + 53.600 8645.00 17403.39 -8758.39 + 53.650 8241.00 14064.92 -5823.92 + 53.700 8006.00 11365.77 -3359.77 + 53.750 7903.00 9553.72 -1650.72 + 53.800 7772.00 8523.30 -751.30 + 53.850 7584.00 8021.11 -437.11 + 53.900 7734.00 7809.45 -75.45 + 53.950 7633.00 7731.52 -98.52 + 54.000 7638.00 7705.82 -67.82 + 54.050 7643.00 7697.57 -54.57 + 54.100 7713.00 7694.36 18.64 + 54.150 7736.00 7692.40 43.60 + 54.200 7630.00 7690.71 -60.71 + 54.250 7861.00 7689.08 171.92 + 54.300 7896.00 7687.46 208.54 + 54.350 7797.00 7685.92 111.08 + 54.400 7826.00 7684.71 141.29 + 54.450 7626.00 7684.75 -58.75 + 54.500 7809.00 7688.92 120.08 + 54.550 7762.00 7704.83 57.17 + 54.600 7733.00 7749.20 -16.20 + 54.650 7759.00 7851.85 -92.85 + 54.700 7784.00 8053.41 -269.41 + 54.750 7838.00 8389.52 -551.52 + 54.800 7961.00 8860.09 -899.09 + 54.850 8012.00 9399.40 -1387.40 + 54.900 7765.00 9875.77 -2110.77 + 54.950 7848.00 10138.04 -2290.04 + 55.000 7880.00 10091.98 -2211.98 + 55.050 7995.00 9753.89 -1758.89 + 55.100 7783.00 9241.27 -1458.27 + 55.150 7827.00 8706.85 -879.85 + 55.200 7696.00 8266.91 -570.91 + 55.250 7540.00 7966.93 -426.93 + 55.300 7640.00 7793.72 -153.72 + 55.350 7714.00 7707.72 6.28 + 55.400 7552.00 7670.35 -118.35 + 55.450 7637.00 7655.63 -18.63 + 55.500 7593.00 7649.84 -56.84 + 55.550 7588.00 7647.06 -59.06 + 55.600 7710.00 7645.15 64.85 + 55.650 7546.00 7643.46 -97.46 + 55.700 7590.00 7641.83 -51.83 + 55.750 7718.00 7640.24 77.76 + 55.800 7680.00 7638.82 41.18 + 55.850 7733.00 7638.27 94.73 + 55.900 7825.00 7641.31 183.69 + 55.950 7807.00 7657.35 149.65 + 56.000 7821.00 7713.82 107.18 + 56.050 7804.00 7878.04 -74.04 + 56.100 7771.00 8285.98 -514.98 + 56.150 7969.00 9156.42 -1187.42 + 56.200 8249.00 10744.70 -2495.70 + 56.250 8418.00 13201.69 -4783.69 + 56.300 8941.00 16366.00 -7425.00 + 56.350 9207.00 19635.75 -10428.75 + 56.400 9365.00 22093.27 -12728.27 + 56.450 9359.00 22902.84 -13543.84 + 56.500 9173.00 21766.55 -12593.55 + 56.550 8796.00 19098.20 -10302.20 + 56.600 8341.00 15783.03 -7442.03 + 56.650 8111.00 12706.51 -4595.51 + 56.700 7889.00 10395.39 -2506.39 + 56.750 7620.00 8942.93 -1322.93 + 56.800 7748.00 8167.00 -419.00 + 56.850 7814.00 7811.01 2.99 + 56.900 7678.00 7669.44 8.56 + 56.950 7737.00 7619.98 117.02 + 57.000 7668.00 7604.15 63.85 + 57.050 7699.00 7598.85 100.15 + 57.100 7742.00 7596.40 145.60 + 57.150 7781.00 7594.62 186.38 + 57.200 7746.00 7593.08 152.92 + 57.250 7575.00 7592.09 -17.09 + 57.300 7662.00 7593.72 68.28 + 57.350 7697.00 7606.43 90.57 + 57.400 7624.00 7659.80 -35.80 + 57.450 7750.00 7841.47 -91.47 + 57.500 7706.00 8370.01 -664.01 + 57.550 7784.00 9694.78 -1910.78 + 57.600 8419.00 12551.78 -4132.78 + 57.650 8996.00 17827.91 -8831.91 + 57.700 10073.00 26087.23 -16014.23 + 57.750 11439.00 36865.94 -25426.94 + 57.800 12666.00 48180.63 -35514.63 + 57.850 13675.00 56891.78 -43216.78 + 57.900 13505.00 60053.04 -46548.04 + 57.950 12708.00 56498.94 -43790.94 + 58.000 11481.00 47533.52 -36052.52 + 58.050 10507.00 36165.77 -25658.77 + 58.100 9337.00 25496.21 -16159.21 + 58.150 8414.00 17412.15 -8998.15 + 58.200 7930.00 12301.19 -4371.19 + 58.250 7629.00 9557.57 -1928.57 + 58.300 7685.00 8295.45 -610.45 + 58.350 7610.00 7794.46 -184.46 + 58.400 7641.00 7621.60 19.40 + 58.450 7558.00 7569.05 -11.05 + 58.500 7625.00 7554.25 70.75 + 58.550 7630.00 7549.65 80.35 + 58.600 7607.00 7547.46 59.54 + 58.650 7552.00 7545.84 6.16 + 58.700 7558.00 7544.78 13.22 + 58.750 7535.00 7546.00 -11.00 + 58.800 7428.00 7556.32 -128.32 + 58.850 7468.00 7598.30 -130.30 + 58.900 7579.00 7734.81 -155.81 + 58.950 7558.00 8112.05 -554.05 + 59.000 7759.00 9007.76 -1248.76 + 59.050 7998.00 10832.84 -2834.84 + 59.100 8317.00 14003.12 -5686.12 + 59.150 9051.00 18643.23 -9592.23 + 59.200 9587.00 24237.60 -14650.60 + 59.250 10370.00 29525.49 -19155.49 + 59.300 10441.00 32886.43 -22445.43 + 59.350 10387.00 33124.43 -22737.43 + 59.400 9863.00 30150.09 -20287.09 + 59.450 9167.00 25033.87 -15866.87 + 59.500 8724.00 19387.98 -10663.98 + 59.550 8321.00 14560.04 -6239.04 + 59.600 7953.00 11174.56 -3221.56 + 59.650 7590.00 9178.18 -1588.18 + 59.700 7617.00 8174.89 -557.89 + 59.750 7631.00 7741.30 -110.30 + 59.800 7550.00 7578.91 -28.91 + 59.850 7495.00 7525.50 -30.50 + 59.900 7532.00 7509.39 22.61 + 59.950 7591.00 7504.24 86.76 + 60.000 7659.00 7501.86 157.14 + 60.050 7552.00 7500.10 51.90 + 60.100 7427.00 7498.45 -71.45 + 60.150 7377.00 7496.82 -119.82 + 60.200 7396.00 7495.20 -99.20 + 60.250 7447.00 7493.60 -46.60 + 60.300 7637.00 7492.10 144.90 + 60.350 7583.00 7490.81 92.19 + 60.400 7442.00 7490.03 -48.03 + 60.450 7564.00 7490.17 73.83 + 60.500 7684.00 7491.72 192.28 + 60.550 7526.00 7494.92 31.08 + 60.600 7575.00 7499.49 75.51 + 60.650 7608.00 7504.06 103.94 + 60.700 7507.00 7506.83 0.17 + 60.750 7518.00 7506.32 11.68 + 60.800 7538.00 7502.18 35.82 + 60.850 7679.00 7495.38 183.62 + 60.900 7593.00 7487.68 105.32 + 60.950 7372.00 7480.66 -108.66 + 61.000 7539.00 7475.18 63.82 + 61.050 7549.00 7471.29 77.71 + 61.100 7414.00 7468.58 -54.58 + 61.150 7421.00 7466.56 -45.56 + 61.200 7442.00 7464.90 -22.90 + 61.250 7472.00 7463.37 8.63 + 61.300 7552.00 7461.89 90.11 + 61.350 7413.00 7460.43 -47.43 + 61.400 7387.00 7458.97 -71.97 + 61.450 7469.00 7457.53 11.47 + 61.500 7547.00 7456.13 90.87 + 61.550 7324.00 7454.98 -130.98 + 61.600 7430.00 7454.85 -24.85 + 61.650 7447.00 7458.24 -11.24 + 61.700 7634.00 7472.27 161.73 + 61.750 7729.00 7513.60 215.40 + 61.800 7434.00 7614.05 -180.05 + 61.850 7567.00 7820.93 -253.93 + 61.900 7783.00 8182.46 -399.46 + 61.950 7626.00 8713.18 -1087.18 + 62.000 7684.00 9353.82 -1669.82 + 62.050 7837.00 9958.22 -2121.22 + 62.100 7877.00 10338.97 -2461.97 + 62.150 7771.00 10359.17 -2588.17 + 62.200 7622.00 10010.66 -2388.66 + 62.250 7559.00 9418.97 -1859.97 + 62.300 7552.00 8770.85 -1218.85 + 62.350 7353.00 8220.43 -867.43 + 62.400 7370.00 7836.86 -466.86 + 62.450 7357.00 7612.03 -255.03 + 62.500 7358.00 7499.38 -141.38 + 62.550 7460.00 7450.46 9.54 + 62.600 7352.00 7431.54 -79.54 + 62.650 7316.00 7424.52 -108.52 + 62.700 7324.00 7421.53 -97.53 + 62.750 7387.00 7419.71 -32.71 + 62.800 7400.00 7418.18 -18.18 + 62.850 7538.00 7416.74 121.26 + 62.900 7417.00 7415.46 1.54 + 62.950 7304.00 7414.82 -110.82 + 63.000 7433.00 7416.56 16.44 + 63.050 7364.00 7426.06 -62.06 + 63.100 7299.00 7457.06 -158.06 + 63.150 7209.00 7538.58 -329.58 + 63.200 7404.00 7719.55 -315.55 + 63.250 7411.00 8060.95 -649.95 + 63.300 7542.00 8605.17 -1063.17 + 63.350 7581.00 9326.50 -1745.50 + 63.400 7670.00 10095.02 -2425.02 + 63.450 7570.00 10697.12 -3127.12 + 63.500 7697.00 10926.90 -3229.90 + 63.550 7727.00 10697.99 -2970.99 + 63.600 7573.00 10095.28 -2522.28 + 63.650 7573.00 9324.28 -1751.28 + 63.700 7527.00 8599.04 -1072.04 + 63.750 7318.00 8050.22 -732.22 + 63.800 7282.00 7704.22 -422.22 + 63.850 7282.00 7519.21 -237.21 + 63.900 7351.00 7434.17 -83.17 + 63.950 7405.00 7399.98 5.02 + 64.000 7351.00 7387.46 -36.46 + 64.050 7407.00 7382.76 24.24 + 64.100 7311.00 7380.49 -69.49 + 64.150 7357.00 7378.90 -21.90 + 64.200 7341.00 7377.74 -36.74 + 64.250 7281.00 7378.03 -97.03 + 64.300 7319.00 7384.72 -65.72 + 64.350 7486.00 7416.12 69.88 + 64.400 7533.00 7529.71 3.29 + 64.450 7564.00 7876.47 -312.47 + 64.500 7775.00 8785.71 -1010.71 + 64.550 7919.00 10832.32 -2913.32 + 64.600 8354.00 14768.10 -6414.10 + 64.650 9022.00 21187.92 -12165.92 + 64.700 10195.00 29912.73 -19717.73 + 64.750 11593.00 39509.77 -27916.77 + 64.800 12440.00 47409.03 -34969.03 + 64.850 12475.00 50954.09 -38479.09 + 64.900 11957.00 48825.31 -36868.31 + 64.950 11222.00 41825.42 -30603.42 + 65.000 10173.00 32390.17 -22217.17 + 65.050 9042.00 23242.18 -14200.18 + 65.100 8143.00 16164.95 -8021.95 + 65.150 7635.00 11619.98 -3984.98 + 65.200 7484.00 9156.98 -1672.98 + 65.250 7394.00 8016.04 -622.04 + 65.300 7288.00 7561.69 -273.69 + 65.350 7349.00 7404.99 -55.99 + 65.400 7311.00 7357.46 -46.46 + 65.450 7262.00 7344.16 -82.16 + 65.500 7322.00 7340.06 -18.06 + 65.550 7371.00 7338.12 32.88 + 65.600 7410.00 7336.72 73.28 + 65.650 7196.00 7335.92 -139.92 + 65.700 7125.00 7337.11 -212.11 + 65.750 7374.00 7344.74 29.26 + 65.800 7346.00 7370.21 -24.21 + 65.850 7287.00 7437.63 -150.63 + 65.900 7410.00 7587.42 -177.42 + 65.950 7292.00 7869.69 -577.69 + 66.000 7278.00 8318.04 -1040.04 + 66.050 7499.00 8908.95 -1409.95 + 66.100 7645.00 9532.75 -1887.75 + 66.150 7701.00 10012.78 -2311.78 + 66.200 7754.00 10182.87 -2428.87 + 66.250 7717.00 9978.25 -2261.25 + 66.300 7617.00 9475.12 -1858.12 + 66.350 7359.00 8844.82 -1485.82 + 66.400 7435.00 8260.55 -825.55 + 66.450 7433.00 7823.95 -390.95 + 66.500 7422.00 7552.17 -130.17 + 66.550 7482.00 7408.60 73.40 + 66.600 7285.00 7343.31 -58.31 + 66.650 7165.00 7317.23 -152.23 + 66.700 7378.00 7307.57 70.43 + 66.750 7244.00 7303.75 -59.75 + 66.800 7183.00 7301.70 -118.70 + 66.850 7308.00 7300.11 7.89 + 66.900 7436.00 7298.63 137.37 + 66.950 7318.00 7297.17 20.83 + 67.000 7328.00 7295.71 32.29 + 67.050 7398.00 7294.26 103.74 + 67.100 7437.00 7292.80 144.20 + 67.150 7273.00 7291.34 -18.34 + 67.200 7407.00 7289.88 117.12 + 67.250 7345.00 7288.43 56.57 + 67.300 7261.00 7286.97 -25.97 + 67.350 7418.00 7285.51 132.49 + 67.400 7328.00 7284.05 43.95 + 67.450 7295.00 7282.59 12.41 + 67.500 7325.00 7281.14 43.86 + 67.550 7453.00 7279.68 173.32 + 67.600 7223.00 7278.22 -55.22 + 67.650 7387.00 7276.76 110.24 + 67.700 7263.00 7275.31 -12.31 + 67.750 7256.00 7273.85 -17.85 + 67.800 7191.00 7272.39 -81.39 + 67.850 7404.00 7270.93 133.07 + 67.900 7318.00 7269.48 48.52 + 67.950 7316.00 7268.02 47.98 + 68.000 7304.00 7266.56 37.44 + 68.050 7311.00 7265.10 45.90 + 68.100 7269.00 7263.65 5.35 + 68.150 7289.00 7262.19 26.81 + 68.200 7189.00 7260.76 -71.76 + 68.250 7476.00 7260.20 215.80 + 68.300 7505.00 7259.63 245.37 + 68.350 7478.00 7259.07 218.93 + 68.400 7147.00 7258.50 -111.50 + 68.450 7328.00 7257.94 70.06 + 68.500 7116.00 7257.38 -141.38 + 68.550 7221.00 7256.81 -35.81 + 68.600 7275.00 7256.25 18.75 + 68.650 7212.00 7255.68 -43.68 + 68.700 7220.00 7255.12 -35.12 + 68.750 7265.00 7254.55 10.45 + 68.800 7315.00 7253.99 61.01 + 68.850 7131.00 7253.43 -122.43 + 68.900 7224.00 7252.86 -28.86 + 68.950 7269.00 7252.30 16.70 + 69.000 7242.00 7251.73 -9.73 + 69.050 7200.00 7251.17 -51.17 + 69.100 7314.00 7250.60 63.40 + 69.150 7412.00 7250.04 161.96 + 69.200 7465.00 7249.48 215.52 + 69.250 7340.00 7248.91 91.09 + 69.300 7411.00 7248.35 162.65 + 69.350 7363.00 7247.78 115.22 + 69.400 7364.00 7247.22 116.78 + 69.450 7412.00 7246.69 165.31 + 69.500 7365.00 7246.34 118.66 + 69.550 7215.00 7246.90 -31.90 + 69.600 7128.00 7251.44 -123.44 + 69.650 7277.00 7271.18 5.82 + 69.700 7287.00 7340.23 -53.23 + 69.750 7392.00 7546.09 -154.09 + 69.800 7453.00 8072.54 -619.54 + 69.850 7604.00 9225.29 -1621.29 + 69.900 7833.00 11377.81 -3544.81 + 69.950 8298.00 14763.39 -6465.39 + 70.000 8808.00 19176.57 -10368.57 + 70.050 9410.00 23761.31 -14351.31 + 70.100 9785.00 27186.80 -17401.80 + 70.150 9822.00 28249.14 -18427.14 + 70.200 9620.00 26542.64 -16922.64 + 70.250 9192.00 22709.88 -13517.88 + 70.300 8570.00 18054.40 -9484.40 + 70.350 7831.00 13834.87 -6003.87 + 70.400 7687.00 10745.71 -3058.71 + 70.450 7470.00 8864.58 -1394.58 + 70.500 7367.00 7894.37 -527.37 + 70.550 7370.00 7467.16 -97.16 + 70.600 7181.00 7305.45 -124.45 + 70.650 7298.00 7252.39 45.61 + 70.700 7271.00 7237.08 33.92 + 70.750 7306.00 7232.98 73.02 + 70.800 7282.00 7232.03 49.97 + 70.850 7326.00 7233.27 92.73 + 70.900 7288.00 7241.43 46.57 + 70.950 7426.00 7274.98 151.02 + 71.000 7466.00 7389.59 76.41 + 71.050 7470.00 7724.16 -254.16 + 71.100 7439.00 8563.40 -1124.40 + 71.150 7789.00 10365.15 -2576.15 + 71.200 8144.00 13654.43 -5510.43 + 71.250 8780.00 18712.15 -9932.15 + 71.300 9592.00 25117.64 -15525.64 + 71.350 10486.00 31532.07 -21046.07 + 71.400 11021.00 36019.41 -24998.41 + 71.450 10865.00 36969.11 -26104.11 + 71.500 10326.00 34016.25 -23690.25 + 71.550 9907.00 28269.32 -18362.32 + 71.600 8808.00 21637.76 -12829.76 + 71.650 8257.00 15831.48 -7574.48 + 71.700 7650.00 11706.16 -4056.16 + 71.750 7378.00 9256.99 -1878.99 + 71.800 7288.00 8026.75 -738.75 + 71.850 7321.00 7498.11 -177.11 + 71.900 7214.00 7302.88 -88.88 + 71.950 7254.00 7240.47 13.53 + 72.000 7234.00 7222.92 11.08 + 72.050 7112.00 7218.36 -106.36 + 72.100 7288.00 7217.19 70.81 + 72.150 7249.00 7217.61 31.39 + 72.200 7305.00 7221.89 83.11 + 72.250 7308.00 7239.48 68.52 + 72.300 7319.00 7297.40 21.60 + 72.350 7403.00 7459.25 -56.25 + 72.400 7234.00 7845.95 -611.95 + 72.450 7322.00 8635.08 -1313.08 + 72.500 7493.00 9999.69 -2506.69 + 72.550 7825.00 11973.69 -4148.69 + 72.600 8267.00 14302.52 -6035.52 + 72.650 8547.00 16415.23 -7868.23 + 72.700 8490.00 17625.69 -9135.69 + 72.750 8409.00 17483.15 -9074.15 + 72.800 8185.00 16042.25 -7857.25 + 72.850 7778.00 13828.73 -6050.73 + 72.900 7514.00 11533.57 -4019.57 + 72.950 7634.00 9670.75 -2036.75 + 73.000 7248.00 8429.58 -1181.58 + 73.050 7157.00 7735.25 -578.25 + 73.100 7255.00 7405.08 -150.08 + 73.150 7208.00 7270.55 -62.55 + 73.200 7276.00 7223.15 52.85 + 73.250 7214.00 7208.46 5.54 + 73.300 7041.00 7204.23 -163.23 + 73.350 7175.00 7202.86 -27.86 + 73.400 7261.00 7202.31 58.69 + 73.450 7343.00 7202.51 140.49 + 73.500 7177.00 7205.11 -28.11 + 73.550 7210.00 7215.55 -5.55 + 73.600 7154.00 7247.91 -93.91 + 73.650 7055.00 7332.22 -277.22 + 73.700 7146.00 7518.83 -372.83 + 73.750 7435.00 7869.98 -434.98 + 73.800 7283.00 8426.23 -1143.23 + 73.850 7422.00 9154.75 -1732.75 + 73.900 7420.00 9915.40 -2495.40 + 73.950 7466.00 10485.91 -3019.91 + 74.000 7701.00 10664.67 -2963.67 + 74.050 7638.00 10382.74 -2744.74 + 74.100 7407.00 9747.14 -2340.14 + 74.150 7226.00 8974.81 -1748.81 + 74.200 7275.00 8276.25 -1001.25 + 74.250 7216.00 7766.43 -550.43 + 74.300 7280.00 7456.92 -176.92 + 74.350 7177.00 7298.00 -121.00 + 74.400 7184.00 7228.16 -44.16 + 74.450 7091.00 7201.64 -110.64 + 74.500 7233.00 7192.69 40.31 + 74.550 7259.00 7189.80 69.20 + 74.600 7075.00 7188.69 -113.69 + 74.650 7067.00 7188.13 -121.13 + 74.700 7165.00 7188.12 -23.12 + 74.750 7163.00 7190.01 -27.01 + 74.800 7122.00 7198.42 -76.42 + 74.850 7315.00 7226.08 88.92 + 74.900 7138.00 7302.09 -164.09 + 74.950 7155.00 7479.66 -324.66 + 75.000 7329.00 7832.48 -503.48 + 75.050 7289.00 8425.41 -1136.41 + 75.100 7274.00 9254.28 -1980.28 + 75.150 7445.00 10192.43 -2747.43 + 75.200 7554.00 10992.33 -3438.33 + 75.250 7897.00 11383.45 -3486.45 + 75.300 7777.00 11217.76 -3440.76 + 75.350 7604.00 10559.01 -2955.01 + 75.400 7470.00 9643.06 -2173.06 + 75.450 7246.00 8743.65 -1497.65 + 75.500 7086.00 8044.30 -958.30 + 75.550 7140.00 7595.10 -455.10 + 75.600 7059.00 7352.51 -293.51 + 75.650 7134.00 7240.79 -106.79 + 75.700 7082.00 7196.54 -114.54 + 75.750 7020.00 7181.22 -161.22 + 75.800 6938.00 7176.35 -238.35 + 75.850 7129.00 7174.72 -45.72 + 75.900 7248.00 7173.99 74.01 + 75.950 7113.00 7173.77 -60.77 + 76.000 7265.00 7174.87 90.13 + 76.050 7232.00 7180.58 51.42 + 76.100 7317.00 7200.36 116.64 + 76.150 7359.00 7256.62 102.38 + 76.200 7147.00 7392.15 -245.15 + 76.250 7194.00 7670.23 -476.23 + 76.300 7437.00 8152.31 -715.31 + 76.350 7434.00 8851.05 -1417.05 + 76.400 7530.00 9675.62 -2145.62 + 76.450 7762.00 10422.26 -2660.26 + 76.500 7710.00 10846.63 -3136.63 + 76.550 7629.00 10789.33 -3160.33 + 76.600 7528.00 10272.49 -2744.49 + 76.650 7404.00 9485.33 -2081.33 + 76.700 7418.00 8673.91 -1255.91 + 76.750 7210.00 8018.91 -808.91 + 76.800 7309.00 7585.40 -276.40 + 76.850 7225.00 7344.31 -119.31 + 76.900 7123.00 7230.35 -107.35 + 76.950 7143.00 7184.10 -41.10 + 77.000 7031.00 7167.70 -136.70 + 77.050 7151.00 7162.42 -11.42 + 77.100 7181.00 7160.67 20.33 + 77.150 7282.00 7159.97 122.03 + 77.200 7137.00 7160.04 -23.04 + 77.250 7022.00 7162.51 -140.51 + 77.300 7103.00 7173.46 -70.46 + 77.350 7272.00 7210.57 61.43 + 77.400 7165.00 7316.09 -151.09 + 77.450 7319.00 7572.07 -253.07 + 77.500 7426.00 8101.10 -675.10 + 77.550 7558.00 9026.88 -1468.88 + 77.600 7709.00 10381.20 -2672.20 + 77.650 7816.00 11996.60 -4180.60 + 77.700 8077.00 13482.47 -5405.47 + 77.750 8150.00 14355.02 -6205.02 + 77.800 8120.00 14288.27 -6168.27 + 77.850 7780.00 13307.89 -5527.89 + 77.900 7767.00 11775.82 -4008.82 + 77.950 7674.00 10175.34 -2501.34 + 78.000 7328.00 8872.57 -1544.57 + 78.050 7215.00 8003.61 -788.61 + 78.100 7165.00 7517.72 -352.72 + 78.150 7180.00 7287.09 -107.09 + 78.200 7150.00 7193.26 -43.26 + 78.250 7160.00 7160.26 -0.26 + 78.300 7188.00 7149.98 38.02 + 78.350 7176.00 7146.98 29.02 + 78.400 7325.00 7146.32 178.68 + 78.450 7147.00 7147.99 -0.99 + 78.500 7029.00 7157.58 -128.58 + 78.550 7113.00 7195.28 -82.28 + 78.600 7243.00 7318.74 -75.74 + 78.650 7286.00 7664.49 -378.49 + 78.700 7328.00 8493.17 -1165.17 + 78.750 7541.00 10186.30 -2645.30 + 78.800 8051.00 13117.02 -5066.02 + 78.850 8730.00 17347.23 -8617.23 + 78.900 9218.00 22318.08 -13100.08 + 78.950 9902.00 26787.55 -16885.55 + 79.000 10075.00 29279.48 -19204.48 + 79.050 9957.00 28857.46 -18900.46 + 79.100 9475.00 25685.48 -16210.48 + 79.150 8917.00 20925.09 -12008.09 + 79.200 8129.00 16058.93 -7929.93 + 79.250 7618.00 12163.09 -4545.09 + 79.300 7370.00 9600.09 -2230.09 + 79.350 7223.00 8187.27 -964.27 + 79.400 7310.00 7525.41 -215.41 + 79.450 7167.00 7260.28 -93.28 + 79.500 7179.00 7168.85 10.15 + 79.550 7121.00 7141.39 -20.39 + 79.600 7124.00 7133.98 -9.98 + 79.650 7180.00 7132.03 47.97 + 79.700 7170.00 7131.84 38.16 + 79.750 7085.00 7134.06 -49.06 + 79.800 7101.00 7143.89 -42.89 + 79.850 7147.00 7176.22 -29.22 + 79.900 7092.00 7265.21 -173.21 + 79.950 7129.00 7473.52 -344.52 + 80.000 7187.00 7887.97 -700.97 + 80.050 7274.00 8584.68 -1310.68 + 80.100 7331.00 9557.62 -2226.62 + 80.150 7667.00 10655.60 -2988.60 + 80.200 7880.00 11585.54 -3705.54 + 80.250 7884.00 12029.99 -4145.99 + 80.300 7750.00 11819.47 -4069.47 + 80.350 7623.00 11035.49 -3412.49 + 80.400 7494.00 9959.56 -2465.56 + 80.450 7387.00 8912.58 -1525.58 + 80.500 7347.00 8105.36 -758.36 + 80.550 7265.00 7591.39 -326.39 + 80.600 7043.00 7316.42 -273.42 + 80.650 7113.00 7191.08 -78.08 + 80.700 7237.00 7142.00 95.00 + 80.750 7162.00 7125.23 36.77 + 80.800 7104.00 7120.00 -16.00 + 80.850 7085.00 7118.28 -33.28 + 80.900 7190.00 7117.47 72.53 + 80.950 7213.00 7116.88 96.12 + 81.000 7083.00 7116.37 -33.37 + 81.050 7118.00 7116.04 1.96 + 81.100 7228.00 7116.19 111.81 + 81.150 7134.00 7117.49 16.51 + 81.200 7160.00 7121.10 38.90 + 81.250 7001.00 7128.47 -127.47 + 81.300 7204.00 7140.63 63.37 + 81.350 7046.00 7156.38 -110.38 + 81.400 7056.00 7172.41 -116.41 + 81.450 7220.00 7184.21 35.79 + 81.500 7094.00 7186.97 -92.97 + 81.550 7140.00 7178.92 -38.92 + 81.600 6994.00 7162.48 -168.48 + 81.650 6949.00 7142.74 -193.74 + 81.700 7127.00 7124.64 2.36 + 81.750 7001.00 7110.96 -109.96 + 81.800 7149.00 7101.97 47.03 + 81.850 7174.00 7096.50 77.50 + 81.900 6971.00 7093.12 -122.12 + 81.950 7105.00 7090.75 14.25 + 82.000 7150.00 7088.79 61.21 + 82.050 7130.00 7086.97 43.03 + 82.100 7238.00 7085.22 152.78 + 82.150 7160.00 7083.68 76.32 + 82.200 7055.00 7082.97 -27.97 + 82.250 7150.00 7085.34 64.66 + 82.300 7052.00 7097.48 -45.48 + 82.350 6964.00 7135.92 -171.92 + 82.400 7048.00 7233.94 -185.94 + 82.450 7137.00 7443.62 -306.62 + 82.500 7105.00 7821.56 -716.56 + 82.550 7307.00 8391.46 -1084.46 + 82.600 7322.00 9093.58 -1771.58 + 82.650 7273.00 9767.54 -2494.54 + 82.700 7511.00 10198.85 -2687.85 + 82.750 7590.00 10227.16 -2637.16 + 82.800 7466.00 9840.59 -2374.59 + 82.850 7447.00 9183.83 -1736.83 + 82.900 7277.00 8470.27 -1193.27 + 82.950 7094.00 7872.98 -778.98 + 83.000 7060.00 7465.19 -405.19 + 83.050 7042.00 7231.90 -189.90 + 83.100 7099.00 7118.48 -19.48 + 83.150 7080.00 7070.72 9.28 + 83.200 6994.00 7052.71 -58.71 + 83.250 7089.00 7046.00 43.00 + 83.300 7072.00 7042.95 29.05 + 83.350 7100.00 7041.00 59.00 + 83.400 7202.00 7039.74 162.26 + 83.450 7116.00 7040.37 75.63 + 83.500 7281.00 7047.46 233.54 + 83.550 7079.00 7073.71 5.29 + 83.600 7109.00 7148.01 -39.01 + 83.650 7089.00 7323.28 -234.28 + 83.700 7016.00 7672.36 -656.36 + 83.750 7193.00 8257.29 -1064.29 + 83.800 7348.00 9071.78 -1723.78 + 83.850 7528.00 9984.40 -2456.40 + 83.900 7477.00 10749.18 -3272.18 + 83.950 7514.00 11102.48 -3588.48 + 84.000 7526.00 10908.56 -3382.56 + 84.050 7571.00 10241.56 -2670.56 + 84.100 7310.00 9341.13 -2031.13 + 84.150 7138.00 8472.78 -1334.78 + 84.200 7070.00 7808.03 -738.03 + 84.250 7081.00 7387.76 -306.76 + 84.300 7085.00 7163.64 -78.64 + 84.350 7089.00 7061.62 27.38 + 84.400 7194.00 7021.14 172.86 + 84.450 7201.00 7006.55 194.45 + 84.500 7115.00 7001.14 113.86 + 84.550 7023.00 6998.64 24.36 + 84.600 6919.00 6997.60 -78.60 + 84.650 6822.00 7000.07 -178.07 + 84.700 7145.00 7015.24 129.76 + 84.750 7079.00 7071.46 7.54 + 84.800 7146.00 7240.50 -94.50 + 84.850 7139.00 7670.50 -531.50 + 84.900 7211.00 8600.92 -1389.92 + 84.950 7525.00 10308.10 -2783.10 + 85.000 7891.00 12934.11 -5043.11 + 85.050 8310.00 16251.98 -7941.98 + 85.100 8963.00 19543.74 -10580.74 + 85.150 9077.00 21791.23 -12714.23 + 85.200 8925.00 22171.75 -13246.75 + 85.250 8774.00 20535.50 -11761.50 + 85.300 8275.00 17501.53 -9226.53 + 85.350 7977.00 14082.61 -6105.61 + 85.400 7446.00 11148.76 -3702.76 + 85.450 7135.00 9103.81 -1968.81 + 85.500 7077.00 7915.30 -838.30 + 85.550 7095.00 7330.66 -235.66 + 85.600 7070.00 7084.81 -14.81 + 85.650 6983.00 6995.45 -12.45 + 85.700 7117.00 6966.63 150.37 + 85.750 6930.00 6957.67 -27.67 + 85.800 6926.00 6954.33 -28.33 + 85.850 6860.00 6952.66 -92.66 + 85.900 6920.00 6952.68 -32.68 + 85.950 7020.00 6957.72 62.28 + 86.000 7005.00 6977.57 27.43 + 86.050 7050.00 7034.69 15.31 + 86.100 6953.00 7170.25 -217.25 + 86.150 7042.00 7441.55 -399.55 + 86.200 7270.00 7897.58 -627.58 + 86.250 7138.00 8534.46 -1396.46 + 86.300 7269.00 9251.16 -1982.16 + 86.350 7359.00 9854.60 -2495.60 + 86.400 7295.00 10137.64 -2842.64 + 86.450 7475.00 9991.08 -2516.08 + 86.500 7345.00 9471.17 -2126.17 + 86.550 7168.00 8764.43 -1596.43 + 86.600 6999.00 8080.74 -1081.74 + 86.650 6934.00 7555.50 -621.50 + 86.700 7009.00 7222.63 -213.63 + 86.750 7035.00 7044.62 -9.62 + 86.800 6934.00 6963.18 -29.18 + 86.850 6848.00 6930.61 -82.61 + 86.900 6859.00 6918.61 -59.61 + 86.950 6842.00 6913.93 -71.93 + 87.000 6863.00 6911.52 -48.52 + 87.050 6789.00 6910.09 -121.09 + 87.100 6939.00 6910.54 28.46 + 87.150 7022.00 6917.62 104.38 + 87.200 7038.00 6945.84 92.16 + 87.250 7117.00 7031.58 85.42 + 87.300 7054.00 7248.85 -194.85 + 87.350 7158.00 7715.45 -557.45 + 87.400 7232.00 8562.69 -1330.69 + 87.450 7318.00 9851.70 -2533.70 + 87.500 7690.00 11458.91 -3768.91 + 87.550 7963.00 13025.40 -5062.40 + 87.600 7878.00 14059.48 -6181.48 + 87.650 7979.00 14179.33 -6200.33 + 87.700 7678.00 13337.61 -5659.61 + 87.750 7492.00 11850.72 -4358.72 + 87.800 7409.00 10208.81 -2799.81 + 87.850 7206.00 8819.04 -1613.04 + 87.900 6994.00 7861.95 -867.95 + 87.950 6939.00 7310.93 -371.93 + 88.000 6868.00 7042.05 -174.05 + 88.050 6748.00 6929.48 -181.48 + 88.100 6825.00 6888.31 -63.31 + 88.150 6880.00 6874.48 5.52 + 88.200 6814.00 6869.52 -55.52 + 88.250 6880.00 6867.02 12.98 + 88.300 6809.00 6865.11 -56.11 + 88.350 6912.00 6863.31 48.69 + 88.400 6979.00 6861.53 117.47 + 88.450 6865.00 6859.75 5.25 + 88.500 6881.00 6857.98 23.02 + 88.550 6905.00 6856.20 48.80 + 88.600 6896.00 6854.43 41.57 + 88.650 6849.00 6852.65 -3.65 + 88.700 6677.00 6850.88 -173.88 + 88.750 6797.00 6849.10 -52.10 + 88.800 6852.00 6847.34 4.66 + 88.850 6887.00 6846.65 40.35 + 88.900 6884.00 6845.97 38.03 + 88.950 6896.00 6845.29 50.71 + 89.000 6819.00 6844.61 -25.61 + 89.050 6815.00 6843.92 -28.92 + 89.100 6888.00 6843.24 44.76 + 89.150 6867.00 6842.56 24.44 + 89.200 6835.00 6841.88 -6.88 + 89.250 6680.00 6841.19 -161.19 + 89.300 6640.00 6840.51 -200.51 + 89.350 6851.00 6839.84 11.16 + 89.400 6899.00 6839.24 59.76 + 89.450 6883.00 6839.06 43.94 + 89.500 6905.00 6840.95 64.05 + 89.550 6890.00 6851.66 38.34 + 89.600 6849.00 6894.65 -45.65 + 89.650 6925.00 7038.48 -113.48 + 89.700 6940.00 7449.19 -509.19 + 89.750 7142.00 8453.49 -1311.49 + 89.800 7359.00 10548.23 -3189.23 + 89.850 8003.00 14247.97 -6244.97 + 89.900 8767.00 19714.26 -10947.26 + 89.950 9790.00 26305.30 -16515.30 + 90.000 10504.00 32450.04 -21946.04 + 90.050 10876.00 36159.25 -25283.25 + 90.100 11034.00 36047.74 -25013.74 + 90.150 10370.00 32158.62 -21788.62 + 90.200 9450.00 25937.69 -16487.69 + 90.250 8637.00 19372.53 -10735.53 + 90.300 7784.00 13993.40 -6209.40 + 90.350 7339.00 10389.19 -3050.19 + 90.400 7051.00 8366.84 -1315.84 + 90.450 6913.00 7405.14 -492.14 + 90.500 6811.00 7014.24 -203.24 + 90.550 6971.00 6877.65 93.35 + 90.600 6872.00 6836.28 35.72 + 90.650 6807.00 6825.43 -18.43 + 90.700 6756.00 6824.43 -68.43 + 90.750 6950.00 6832.91 117.09 + 90.800 6963.00 6871.32 91.68 + 90.850 6939.00 7008.25 -69.25 + 90.900 7008.00 7424.83 -416.83 + 90.950 7272.00 8509.82 -1237.82 + 91.000 7706.00 10928.47 -3222.47 + 91.050 8285.00 15511.53 -7226.53 + 91.100 9643.00 22818.41 -13175.41 + 91.150 11098.00 32456.90 -21358.90 + 91.200 12329.00 42565.85 -30236.85 + 91.250 13244.00 50203.32 -36959.32 + 91.300 13320.00 52645.32 -39325.32 + 91.350 12644.00 48950.09 -36306.09 + 91.400 11355.00 40526.75 -29171.75 + 91.450 9760.00 30293.71 -20533.71 + 91.500 8662.00 21044.35 -12382.35 + 91.550 7805.00 14319.01 -6514.01 + 91.600 7146.00 10257.94 -3111.94 + 91.650 7013.00 8186.33 -1173.33 + 91.700 6895.00 7287.17 -392.17 + 91.750 6893.00 6952.20 -59.20 + 91.800 6833.00 6844.63 -11.63 + 91.850 6918.00 6814.53 103.47 + 91.900 6818.00 6807.14 10.86 + 91.950 6915.00 6806.56 108.44 + 92.000 6825.00 6812.35 12.65 + 92.050 6797.00 6836.78 -39.78 + 92.100 6747.00 6917.23 -170.23 + 92.150 6958.00 7141.81 -183.81 + 92.200 6960.00 7677.39 -717.39 + 92.250 7109.00 8766.83 -1657.83 + 92.300 7522.00 10639.42 -3117.42 + 92.350 7721.00 13327.08 -5606.08 + 92.400 8359.00 16460.01 -8101.01 + 92.450 8762.00 19245.60 -10483.60 + 92.500 8870.00 20759.90 -11889.90 + 92.550 8632.00 20430.70 -11798.70 + 92.600 8294.00 18385.86 -10091.86 + 92.650 7916.00 15372.15 -7456.15 + 92.700 7554.00 12320.69 -4766.69 + 92.750 7191.00 9892.50 -2701.50 + 92.800 6983.00 8306.13 -1323.13 + 92.850 6870.00 7435.31 -565.31 + 92.900 6802.00 7029.39 -227.39 + 92.950 6731.00 6867.38 -136.38 + 93.000 6848.00 6811.50 36.50 + 93.050 6883.00 6794.57 88.43 + 93.100 6870.00 6789.82 80.18 + 93.150 6704.00 6788.53 -84.53 + 93.200 6652.00 6789.11 -137.11 + 93.250 6698.00 6794.13 -96.13 + 93.300 6632.00 6813.13 -181.13 + 93.350 6782.00 6870.90 -88.90 + 93.400 6948.00 7019.28 -71.28 + 93.450 6819.00 7343.73 -524.73 + 93.500 6861.00 7946.55 -1085.55 + 93.550 7020.00 8886.70 -1866.70 + 93.600 7248.00 10096.64 -2848.64 + 93.650 7550.00 11328.36 -3778.36 + 93.700 7466.00 12212.12 -4746.12 + 93.750 7697.00 12429.97 -4732.97 + 93.800 7565.00 11897.28 -4332.28 + 93.850 7398.00 10815.61 -3417.61 + 93.900 7035.00 9550.79 -2515.79 + 93.950 7101.00 8435.98 -1334.98 + 94.000 6913.00 7640.25 -727.25 + 94.050 6850.00 7167.59 -317.59 + 94.100 6906.00 6929.77 -23.77 + 94.150 6893.00 6827.53 65.47 + 94.200 6791.00 6789.56 1.44 + 94.250 6741.00 6777.10 -36.10 + 94.300 6716.00 6773.25 -57.25 + 94.350 6713.00 6771.32 -58.32 + 94.400 6821.00 6770.78 50.22 + 94.450 6821.00 6775.32 45.68 + 94.500 6814.00 6797.30 16.70 + 94.550 6790.00 6871.41 -81.41 + 94.600 6851.00 7077.90 -226.90 + 94.650 6741.00 7566.04 -825.04 + 94.700 7023.00 8547.22 -1524.22 + 94.750 7310.00 10216.03 -2906.03 + 94.800 7733.00 12579.79 -4846.79 + 94.850 8114.00 15297.82 -7183.82 + 94.900 8351.00 17669.66 -9318.66 + 94.950 8533.00 18902.01 -10369.01 + 95.000 8488.00 18530.29 -10042.29 + 95.050 8200.00 16697.53 -8497.53 + 95.100 7778.00 14065.25 -6287.25 + 95.150 7502.00 11433.55 -3931.55 + 95.200 7295.00 9359.01 -2064.01 + 95.250 6986.00 8010.63 -1024.63 + 95.300 6949.00 7274.45 -325.45 + 95.350 6702.00 6931.87 -229.87 + 95.400 6757.00 6794.76 -37.76 + 95.450 6782.00 6746.75 35.25 + 95.500 6919.00 6731.30 187.70 + 95.550 6825.00 6726.09 98.91 + 95.600 6769.00 6724.19 44.81 + 95.650 6672.00 6725.63 -53.63 + 95.700 6775.00 6737.56 37.44 + 95.750 6771.00 6783.24 -12.24 + 95.800 6841.00 6922.16 -81.16 + 95.850 6904.00 7278.93 -374.93 + 95.900 7108.00 8059.27 -951.27 + 95.950 7235.00 9508.41 -2273.41 + 96.000 7567.00 11774.79 -4207.79 + 96.050 7955.00 14697.71 -6742.71 + 96.100 8399.00 17690.24 -9291.24 + 96.150 8847.00 19863.22 -11016.22 + 96.200 8783.00 20439.96 -11656.96 + 96.250 8593.00 19197.96 -10604.96 + 96.300 8216.00 16606.98 -8390.98 + 96.350 7640.00 13541.77 -5901.77 + 96.400 7259.00 10815.23 -3556.23 + 96.450 7013.00 8854.23 -1841.23 + 96.500 6879.00 7677.79 -798.79 + 96.550 6821.00 7081.05 -260.05 + 96.600 6698.00 6821.83 -123.83 + 96.650 6732.00 6724.46 7.54 + 96.700 6624.00 6692.06 -68.06 + 96.750 6774.00 6681.77 92.23 + 96.800 6916.00 6678.01 237.99 + 96.850 6840.00 6676.47 163.53 + 96.900 6717.00 6677.84 39.16 + 96.950 6778.00 6688.42 89.58 + 97.000 6776.00 6726.74 49.26 + 97.050 6689.00 6836.49 -147.49 + 97.100 6801.00 7100.71 -299.71 + 97.150 6886.00 7641.63 -755.63 + 97.200 6978.00 8577.65 -1599.65 + 97.250 7216.00 9933.24 -2717.24 + 97.300 7584.00 11534.15 -3950.15 + 97.350 7780.00 12988.79 -5208.79 + 97.400 7739.00 13825.50 -6086.50 + 97.450 7696.00 13732.37 -6036.37 + 97.500 7558.00 12744.80 -5186.80 + 97.550 7346.00 11222.24 -3876.24 + 97.600 7193.00 9639.73 -2446.73 + 97.650 6801.00 8351.97 -1550.97 + 97.700 6645.00 7492.21 -847.21 + 97.750 6677.00 7009.34 -332.34 + 97.800 6563.00 6778.40 -215.40 + 97.850 6642.00 6683.18 -41.18 + 97.900 6680.00 6648.55 31.45 + 97.950 6610.00 6636.78 -26.78 + 98.000 6682.00 6632.39 49.61 + 98.050 6475.00 6630.46 -155.46 + 98.100 6701.00 6631.08 69.92 + 98.150 6662.00 6639.92 22.08 + 98.200 6588.00 6677.07 -89.07 + 98.250 6556.00 6792.08 -236.08 + 98.300 6780.00 7095.36 -315.36 + 98.350 7010.00 7779.79 -769.79 + 98.400 7027.00 9098.31 -2071.31 + 98.450 7386.00 11242.63 -3856.63 + 98.500 7876.00 14145.65 -6269.65 + 98.550 8248.00 17308.85 -9060.85 + 98.600 8740.00 19863.31 -11123.31 + 98.650 8739.00 20934.75 -12195.75 + 98.700 8704.00 20117.17 -11413.17 + 98.750 8156.00 17721.09 -9565.09 + 98.800 7733.00 14583.96 -6850.96 + 98.850 7373.00 11603.69 -4230.69 + 98.900 6919.00 9338.15 -2419.15 + 98.950 6713.00 7911.77 -1198.77 + 99.000 6742.00 7152.84 -410.84 + 99.050 6663.00 6808.49 -145.49 + 99.100 6686.00 6674.22 11.78 + 99.150 6642.00 6628.77 13.23 + 99.200 6584.00 6615.19 -31.19 + 99.250 6574.00 6611.62 -37.62 + 99.300 6524.00 6612.10 -88.10 + 99.350 6450.00 6619.76 -169.76 + 99.400 6581.00 6652.17 -71.17 + 99.450 6648.00 6763.38 -115.38 + 99.500 6802.00 7089.69 -287.69 + 99.550 6962.00 7911.07 -949.07 + 99.600 7227.00 9684.69 -2457.69 + 99.650 7636.00 12947.03 -5311.03 + 99.700 8325.00 18004.56 -9679.56 + 99.750 9406.00 24496.51 -15090.51 + 99.800 10464.00 31109.92 -20645.92 + 99.850 11219.00 35904.16 -24685.16 + 99.900 11306.00 37182.31 -25876.31 + 99.950 10811.00 34460.01 -23649.01 + 100.000 10033.00 28751.04 -18718.04 + 100.050 8829.00 21975.27 -13146.27 + 100.100 7830.00 15913.89 -8083.89 + 100.150 7237.00 11523.89 -4286.89 + 100.200 6907.00 8871.44 -1964.44 + 100.250 6644.00 7512.45 -868.45 + 100.300 6628.00 6917.90 -289.90 + 100.350 6684.00 6693.85 -9.85 + 100.400 6727.00 6620.72 106.28 + 100.450 6688.00 6599.71 88.29 + 100.500 6622.00 6594.07 27.93 + 100.550 6592.00 6592.33 -0.33 + 100.600 6539.00 6591.44 -52.44 + 100.650 6623.00 6590.71 32.29 + 100.700 6646.00 6590.01 55.99 + 100.750 6756.00 6589.31 166.69 + 100.800 6709.00 6588.61 120.39 + 100.850 6551.00 6587.91 -36.91 + 100.900 6831.00 6587.20 243.80 + 100.950 6555.00 6586.50 -31.50 + 101.000 6723.00 6585.60 137.40 + 101.050 6614.00 6584.35 29.65 + 101.100 6564.00 6583.09 -19.09 + 101.150 6673.00 6581.84 91.16 + 101.200 6604.00 6580.59 23.41 + 101.250 6635.00 6579.34 55.66 + 101.300 6720.00 6578.09 141.91 + 101.350 6447.00 6576.83 -129.83 + 101.400 6644.00 6575.58 68.42 + 101.450 6532.00 6574.33 -42.33 + 101.500 6458.00 6573.08 -115.08 + 101.550 6442.00 6571.83 -129.83 + 101.600 6546.00 6570.58 -24.58 + 101.650 6440.00 6569.33 -129.33 + 101.700 6538.00 6568.12 -30.12 + 101.750 6553.00 6567.10 -14.10 + 101.800 6591.00 6567.01 23.99 + 101.850 6716.00 6570.73 145.27 + 101.900 6561.00 6588.00 -27.00 + 101.950 6535.00 6646.54 -111.54 + 102.000 6586.00 6812.29 -226.29 + 102.050 6680.00 7213.07 -533.07 + 102.100 6831.00 8042.02 -1211.02 + 102.150 7148.00 9502.55 -2354.55 + 102.200 7401.00 11665.33 -4264.33 + 102.250 7942.00 14303.96 -6361.96 + 102.300 8278.00 16827.17 -8549.17 + 102.350 8399.00 18458.44 -10059.44 + 102.400 8541.00 18613.17 -10072.17 + 102.450 8195.00 17232.42 -9037.42 + 102.500 7783.00 14818.57 -7035.57 + 102.550 7375.00 12143.89 -4768.89 + 102.600 7078.00 9857.24 -2779.24 + 102.650 6930.00 8256.60 -1326.60 + 102.700 6795.00 7317.30 -522.30 + 102.750 6683.00 6847.76 -164.76 + 102.800 6557.00 6646.23 -89.23 + 102.850 6482.00 6571.21 -89.21 + 102.900 6459.00 6546.46 -87.46 + 102.950 6499.00 6538.77 -39.77 + 103.000 6618.00 6536.16 81.84 + 103.050 6585.00 6535.54 49.46 + 103.100 6486.00 6538.34 -52.34 + 103.150 6525.00 6552.38 -27.38 + 103.200 6763.00 6600.60 162.40 + 103.250 6708.00 6737.75 -29.75 + 103.300 6716.00 7070.96 -354.96 + 103.350 6762.00 7763.25 -1001.25 + 103.400 7061.00 8989.87 -1928.87 + 103.450 7385.00 10821.47 -3436.47 + 103.500 7725.00 13078.25 -5353.25 + 103.550 7856.00 15272.65 -7416.65 + 103.600 8141.00 16739.87 -8598.87 + 103.650 8012.00 16961.46 -8949.46 + 103.700 7856.00 15853.28 -7997.28 + 103.750 7674.00 13819.24 -6145.24 + 103.800 7151.00 11512.38 -4361.38 + 103.850 6853.00 9506.59 -2653.59 + 103.900 6628.00 8080.58 -1452.58 + 103.950 6581.00 7230.23 -649.23 + 104.000 6479.00 6798.70 -319.70 + 104.050 6520.00 6610.33 -90.33 + 104.100 6546.00 6539.03 6.97 + 104.150 6619.00 6515.08 103.92 + 104.200 6681.00 6507.49 173.51 + 104.250 6529.00 6504.92 24.08 + 104.300 6402.00 6504.53 -102.53 + 104.350 6436.00 6508.51 -72.51 + 104.400 6401.00 6527.08 -126.08 + 104.450 6474.00 6590.80 -116.80 + 104.500 6614.00 6774.88 -160.88 + 104.550 6826.00 7231.03 -405.03 + 104.600 6901.00 8201.39 -1300.39 + 104.650 7014.00 9967.51 -2953.51 + 104.700 7646.00 12684.29 -5038.29 + 104.750 8185.00 16159.37 -7974.37 + 104.800 8563.00 19711.21 -11148.21 + 104.850 8974.00 22322.45 -13348.45 + 104.900 9196.00 23095.52 -13899.52 + 104.950 8913.00 21742.68 -12829.68 + 105.000 8399.00 18758.96 -10359.96 + 105.050 7815.00 15131.94 -7316.94 + 105.100 7257.00 11820.45 -4563.45 + 105.150 6831.00 9366.49 -2535.49 + 105.200 6531.00 7847.33 -1316.33 + 105.250 6582.00 7047.33 -465.33 + 105.300 6560.00 6686.01 -126.01 + 105.350 6534.00 6544.94 -10.94 + 105.400 6594.00 6496.73 97.27 + 105.450 6480.00 6481.91 -1.91 + 105.500 6506.00 6477.39 28.61 + 105.550 6508.00 6475.90 32.10 + 105.600 6503.00 6476.37 26.63 + 105.650 6489.00 6482.04 6.96 + 105.700 6438.00 6504.22 -66.22 + 105.750 6571.00 6572.40 -1.40 + 105.800 6521.00 6749.66 -228.66 + 105.850 6598.00 7145.22 -547.22 + 105.900 6765.00 7901.19 -1136.19 + 105.950 7008.00 9129.21 -2121.21 + 106.000 7324.00 10802.65 -3478.65 + 106.050 7656.00 12656.45 -5000.45 + 106.100 7755.00 14214.47 -6459.47 + 106.150 7873.00 14968.67 -7095.67 + 106.200 7747.00 14645.64 -6898.64 + 106.250 7552.00 13363.35 -5811.35 + 106.300 7238.00 11564.37 -4326.37 + 106.350 6994.00 9767.77 -2773.77 + 106.400 6918.00 8337.96 -1419.96 + 106.450 6681.00 7393.13 -712.13 + 106.500 6646.00 6863.81 -217.81 + 106.550 6520.00 6610.02 -90.02 + 106.600 6430.00 6504.68 -74.68 + 106.650 6572.00 6466.39 105.61 + 106.700 6467.00 6453.78 13.22 + 106.750 6621.00 6449.61 171.39 + 106.800 6384.00 6447.96 -63.96 + 106.850 6371.00 6447.61 -76.61 + 106.900 6524.00 6450.26 73.74 + 106.950 6538.00 6462.86 75.14 + 107.000 6396.00 6505.08 -109.08 + 107.050 6366.00 6622.98 -256.98 + 107.100 6534.00 6904.59 -370.59 + 107.150 6596.00 7482.91 -886.91 + 107.200 6621.00 8498.39 -1877.39 + 107.250 6858.00 10006.79 -3148.79 + 107.300 7430.00 11866.87 -4436.87 + 107.350 7753.00 13685.71 -5932.71 + 107.400 7919.00 14931.81 -7012.81 + 107.450 8024.00 15174.75 -7150.75 + 107.500 7608.00 14325.59 -6717.59 + 107.550 7331.00 12686.56 -5355.56 + 107.600 7144.00 10782.04 -3638.04 + 107.650 7006.00 9086.21 -2080.21 + 107.700 6822.00 7851.89 -1029.89 + 107.750 6670.00 7096.68 -426.68 + 107.800 6463.00 6702.04 -239.04 + 107.850 6459.00 6524.58 -65.58 + 107.900 6505.00 6455.08 49.92 + 107.950 6563.00 6430.98 132.02 + 108.000 6436.00 6423.15 12.85 + 108.050 6381.00 6420.32 -39.32 + 108.100 6363.00 6418.84 -55.84 + 108.150 6569.00 6417.65 151.35 + 108.200 6568.00 6416.53 151.47 + 108.250 6327.00 6415.42 -88.42 + 108.300 6301.00 6414.31 -113.31 + 108.350 6517.00 6413.21 103.79 + 108.400 6330.00 6412.10 -82.10 + 108.450 6365.00 6410.99 -45.99 + 108.500 6327.00 6409.88 -82.88 + 108.550 6305.00 6408.78 -103.78 + 108.600 6327.00 6407.67 -80.67 + 108.650 6322.00 6406.56 -84.56 + 108.700 6388.00 6405.45 -17.45 + 108.750 6401.00 6405.29 -4.29 + 108.800 6453.00 6405.91 47.09 + 108.850 6554.00 6406.53 147.47 + 108.900 6475.00 6407.15 67.85 + 108.950 6506.00 6407.77 98.23 + 109.000 6486.00 6408.38 77.62 + 109.050 6332.00 6409.00 -77.00 + 109.100 6378.00 6409.62 -31.62 + 109.150 6332.00 6410.24 -78.24 + 109.200 6306.00 6410.86 -104.86 + 109.250 6262.00 6411.48 -149.48 + 109.300 6440.00 6412.15 27.85 + 109.350 6347.00 6413.04 -66.04 + 109.400 6380.00 6415.01 -35.01 + 109.450 6499.00 6421.54 77.46 + 109.500 6360.00 6444.71 -84.71 + 109.550 6444.00 6520.49 -76.49 + 109.600 6516.00 6739.51 -223.51 + 109.650 6723.00 7292.34 -569.34 + 109.700 6920.00 8502.80 -1582.80 + 109.750 7152.00 10789.45 -3637.45 + 109.800 7828.00 14483.03 -6655.03 + 109.850 8625.00 19511.66 -10886.66 + 109.900 9542.00 25128.08 -15586.08 + 109.950 10351.00 29947.68 -19596.68 + 110.000 10767.00 32462.32 -21695.32 + 110.050 10631.00 31789.76 -21158.76 + 110.100 9950.00 28172.43 -18222.43 + 110.150 9014.00 22835.10 -13821.10 + 110.200 8288.00 17323.71 -9035.71 + 110.250 7573.00 12795.18 -5222.18 + 110.300 7122.00 9702.02 -2580.02 + 110.350 6870.00 7909.17 -1039.17 + 110.400 6716.00 7017.07 -301.07 + 110.450 6558.00 6633.74 -75.74 + 110.500 6486.00 6490.95 -4.95 + 110.550 6584.00 6444.94 139.06 + 110.600 6496.00 6432.34 63.66 + 110.650 6575.00 6429.78 145.22 + 110.700 6558.00 6430.17 127.83 + 110.750 6591.00 6432.79 158.21 + 110.800 6541.00 6441.51 99.49 + 110.850 6494.00 6469.13 24.87 + 110.900 6538.00 6548.30 -10.30 + 110.950 6469.00 6747.72 -278.72 + 111.000 6628.00 7185.69 -557.69 + 111.050 6881.00 8017.46 -1136.46 + 111.100 6980.00 9371.61 -2391.61 + 111.150 7298.00 11238.44 -3940.44 + 111.200 7620.00 13358.01 -5738.01 + 111.250 7818.00 15230.93 -7412.93 + 111.300 8201.00 16285.80 -8084.80 + 111.350 8211.00 16159.87 -7948.87 + 111.400 7773.00 14897.52 -7124.52 + 111.450 7438.00 12927.53 -5489.53 + 111.500 6973.00 10826.33 -3853.33 + 111.550 6767.00 9054.36 -2287.36 + 111.600 6706.00 7814.21 -1108.21 + 111.650 6676.00 7077.07 -401.07 + 111.700 6417.00 6701.39 -284.39 + 111.750 6589.00 6535.79 53.21 + 111.800 6534.00 6472.62 61.38 + 111.850 6366.00 6451.90 -85.90 + 111.900 6409.00 6446.27 -37.27 + 111.950 6493.00 6445.29 47.71 + 112.000 6383.00 6445.55 -62.55 + 112.050 6398.00 6446.10 -48.10 + 112.100 6423.00 6446.71 -23.71 + 112.150 6313.00 6447.32 -134.32 + 112.200 6508.00 6447.94 60.06 + 112.250 6360.00 6448.56 -88.56 + 112.300 6348.00 6449.18 -101.18 + 112.350 6465.00 6449.80 15.20 + 112.400 6354.00 6450.41 -96.41 + 112.450 6465.00 6451.03 13.97 + 112.500 6541.00 6451.65 89.35 + 112.550 6435.00 6452.27 -17.27 + 112.600 6380.00 6452.89 -72.89 + 112.650 6420.00 6453.50 -33.50 + 112.700 6314.00 6454.12 -140.12 + 112.750 6393.00 6454.74 -61.74 + 112.800 6228.00 6455.36 -227.36 + 112.850 6475.00 6455.98 19.02 + 112.900 6354.00 6456.59 -102.59 + 112.950 6410.00 6457.21 -47.21 + 113.000 6216.00 6457.83 -241.83 + 113.050 6351.00 6458.45 -107.45 + 113.100 6487.00 6459.07 27.93 + 113.150 6470.00 6459.69 10.31 + 113.200 6362.00 6460.30 -98.30 + 113.250 6453.00 6460.93 -7.93 + 113.300 6249.00 6461.60 -212.60 + 113.350 6381.00 6462.47 -81.47 + 113.400 6454.00 6464.12 -10.12 + 113.450 6316.00 6468.47 -152.47 + 113.500 6428.00 6480.96 -52.96 + 113.550 6425.00 6514.66 -89.66 + 113.600 6316.00 6595.91 -279.91 + 113.650 6465.00 6767.72 -302.72 + 113.700 6581.00 7083.19 -502.19 + 113.750 6775.00 7582.05 -807.05 + 113.800 6851.00 8250.18 -1399.18 + 113.850 6849.00 8989.35 -2140.35 + 113.900 7129.00 9622.89 -2493.89 + 113.950 7218.00 9959.77 -2741.77 + 114.000 7014.00 9886.69 -2872.69 + 114.050 7128.00 9429.20 -2301.20 + 114.100 6929.00 8737.34 -1808.34 + 114.150 6792.00 8007.22 -1215.22 + 114.200 6736.00 7392.83 -656.83 + 114.250 6845.00 6960.98 -115.98 + 114.300 6529.00 6702.64 -173.64 + 114.350 6618.00 6569.40 48.60 + 114.400 6556.00 6509.95 46.05 + 114.450 6692.00 6487.06 204.94 + 114.500 6600.00 6479.62 120.38 + 114.550 6302.00 6477.84 -175.84 + 114.600 6423.00 6477.93 -54.93 + 114.650 6538.00 6478.97 59.03 + 114.700 6375.00 6482.11 -107.11 + 114.750 6242.00 6492.83 -250.83 + 114.800 6619.00 6528.66 90.34 + 114.850 6638.00 6637.25 0.75 + 114.900 6752.00 6928.47 -176.47 + 114.950 6898.00 7613.61 -715.61 + 115.000 7189.00 9022.33 -1833.33 + 115.050 7549.00 11532.74 -3983.74 + 115.100 8336.00 15383.74 -7047.74 + 115.150 9170.00 20387.29 -11217.29 + 115.200 9980.00 25732.12 -15752.12 + 115.250 10682.00 30105.38 -19423.38 + 115.300 10939.00 32174.09 -21235.09 + 115.350 10662.00 31248.48 -20586.48 + 115.400 9998.00 27642.30 -17644.30 + 115.450 9114.00 22508.20 -13394.20 + 115.500 8145.00 17238.82 -9093.82 + 115.550 7421.00 12884.61 -5463.61 + 115.600 7012.00 9861.50 -2849.50 + 115.650 6906.00 8065.92 -1159.92 + 115.700 6784.00 7143.77 -359.77 + 115.750 6702.00 6731.27 -29.27 + 115.800 6598.00 6570.36 27.64 + 115.850 6589.00 6515.53 73.47 + 115.900 6470.00 6499.42 -29.42 + 115.950 6348.00 6495.61 -147.61 + 116.000 6670.00 6495.24 174.76 + 116.050 6563.00 6495.88 67.12 + 116.100 6477.00 6495.68 -18.68 + 116.150 6474.00 6496.93 -22.93 + 116.200 6444.00 6504.92 -60.92 + 116.250 6411.00 6529.89 -118.89 + 116.300 6280.00 6591.82 -311.82 + 116.350 6442.00 6722.30 -280.30 + 116.400 6684.00 6959.43 -275.43 + 116.450 6566.00 7329.67 -763.67 + 116.500 6643.00 7821.58 -1178.58 + 116.550 6879.00 8363.20 -1484.20 + 116.600 7000.00 8828.38 -1828.38 + 116.650 6925.00 9081.12 -2156.12 + 116.700 6944.00 9038.11 -2094.11 + 116.750 6702.00 8713.17 -2011.17 + 116.800 6787.00 8209.42 -1422.42 + 116.850 6663.00 7666.63 -1003.63 + 116.900 6478.00 7198.69 -720.69 + 116.950 6586.00 6861.02 -275.02 + 117.000 6575.00 6651.93 -76.93 + 117.050 6462.00 6539.38 -77.38 + 117.100 6608.00 6485.95 122.05 + 117.150 6552.00 6462.97 89.03 + 117.200 6446.00 6453.46 -7.46 + 117.250 6508.00 6449.08 58.92 + 117.300 6514.00 6446.43 67.57 + 117.350 6348.00 6444.31 -96.31 + 117.400 6377.00 6442.53 -65.53 + 117.450 6415.00 6441.56 -26.56 + 117.500 6416.00 6443.34 -27.34 + 117.550 6380.00 6453.41 -73.41 + 117.600 6625.00 6485.37 139.63 + 117.650 6572.00 6567.63 4.37 + 117.700 6472.00 6749.03 -277.03 + 117.750 6528.00 7096.52 -568.52 + 117.800 6629.00 7673.29 -1044.29 + 117.850 6791.00 8495.53 -1704.53 + 117.900 7075.00 9485.70 -2410.70 + 117.950 7098.00 10452.95 -3354.95 + 118.000 7292.00 11144.63 -3852.63 + 118.050 7379.00 11347.60 -3968.60 + 118.100 7207.00 10994.86 -3787.86 + 118.150 6995.00 10199.71 -3204.71 + 118.200 6863.00 9198.55 -2335.55 + 118.250 6732.00 8235.49 -1503.49 + 118.300 6684.00 7472.19 -788.19 + 118.350 6595.00 6957.88 -362.88 + 118.400 6397.00 6658.04 -261.04 + 118.450 6364.00 6505.41 -141.41 + 118.500 6489.00 6436.62 52.38 + 118.550 6383.00 6408.58 -25.58 + 118.600 6327.00 6397.63 -70.63 + 118.650 6471.00 6392.91 78.09 + 118.700 6317.00 6390.20 -73.20 + 118.750 6380.00 6388.16 -8.16 + 118.800 6229.00 6386.75 -157.75 + 118.850 6297.00 6387.19 -90.19 + 118.900 6428.00 6393.64 34.36 + 118.950 6557.00 6417.40 139.60 + 119.000 6568.00 6484.95 83.05 + 119.050 6612.00 6648.69 -36.69 + 119.100 6583.00 6994.08 -411.08 + 119.150 6754.00 7630.83 -876.83 + 119.200 6815.00 8649.66 -1834.66 + 119.250 7006.00 10052.96 -3046.96 + 119.300 7322.00 11681.84 -4359.84 + 119.350 7629.00 13207.29 -5578.29 + 119.400 7796.00 14225.04 -6429.04 + 119.450 7859.00 14422.59 -6563.59 + 119.500 7600.00 13736.20 -6136.20 + 119.550 7320.00 12381.69 -5061.69 + 119.600 6956.00 10746.29 -3790.29 + 119.650 6751.00 9208.62 -2457.62 + 119.700 6706.00 8008.48 -1302.48 + 119.750 6509.00 7207.11 -698.11 + 119.800 6551.00 6743.08 -192.08 + 119.850 6651.00 6507.74 143.26 + 119.900 6365.00 6402.10 -37.10 + 119.950 6401.00 6359.56 41.44 + 120.000 6380.00 6343.53 36.47 + 120.050 6389.00 6337.22 51.78 + 120.100 6315.00 6334.05 -19.05 + 120.150 6277.00 6331.77 -54.77 + 120.200 6226.00 6329.76 -103.76 + 120.250 6168.00 6327.97 -159.97 + 120.300 6275.00 6326.76 -51.76 + 120.350 6413.00 6327.18 85.82 + 120.400 6341.00 6331.77 9.23 + 120.450 6266.00 6345.59 -79.59 + 120.500 6283.00 6377.12 -94.12 + 120.550 6166.00 6437.64 -271.64 + 120.600 6403.00 6537.55 -134.55 + 120.650 6407.00 6679.28 -272.28 + 120.700 6496.00 6849.88 -353.88 + 120.750 6494.00 7018.00 -524.00 + 120.800 6500.00 7141.44 -641.44 + 120.850 6372.00 7183.60 -811.60 + 120.900 6468.00 7130.68 -662.68 + 120.950 6482.00 6998.54 -516.54 + 121.000 6204.00 6824.84 -620.84 + 121.050 6291.00 6651.48 -360.48 + 121.100 6317.00 6508.52 -191.52 + 121.150 6333.00 6407.74 -74.74 + 121.200 6280.00 6345.71 -65.71 + 121.250 6400.00 6311.81 88.19 + 121.300 6399.00 6294.89 104.11 + 121.350 6471.00 6286.72 184.28 + 121.400 6320.00 6282.46 37.54 + 121.450 6256.00 6279.71 -23.71 + 121.500 6296.00 6278.10 17.90 + 121.550 6384.00 6278.24 105.76 + 121.600 6508.00 6278.43 229.57 + 121.650 6248.00 6278.67 -30.67 + 121.700 6269.00 6279.08 -10.08 + 121.750 6325.00 6279.98 45.02 + 121.800 6193.00 6282.20 -89.20 + 121.850 6322.00 6287.52 34.48 + 121.900 6072.00 6299.25 -227.25 + 121.950 6217.00 6322.38 -105.38 + 122.000 6128.00 6362.73 -234.73 + 122.050 6320.00 6424.41 -104.41 + 122.100 6351.00 6505.92 -154.92 + 122.150 6269.00 6597.11 -328.11 + 122.200 6358.00 6679.34 -321.34 + 122.250 6474.00 6731.36 -257.36 + 122.300 6381.00 6737.88 -356.88 + 122.350 6309.00 6696.97 -387.97 + 122.400 6418.00 6620.90 -202.90 + 122.450 6440.00 6530.42 -90.42 + 122.500 6223.00 6445.42 -222.42 + 122.550 6133.00 6378.54 -245.54 + 122.600 6355.00 6333.31 21.69 + 122.650 6437.00 6306.65 130.35 + 122.700 6286.00 6292.90 -6.90 + 122.750 6296.00 6286.68 9.32 + 122.800 6343.00 6284.26 58.74 + 122.850 6209.00 6283.51 -74.51 + 122.900 6332.00 6283.40 48.60 + 122.950 6371.00 6283.52 87.48 + 123.000 6306.00 6283.81 22.19 + 123.050 6291.00 6284.53 6.47 + 123.100 6343.00 6286.80 56.20 + 123.150 6362.00 6294.29 67.71 + 123.200 6231.00 6317.34 -86.34 + 123.250 6305.00 6381.45 -76.45 + 123.300 6585.00 6541.25 43.75 + 123.350 6371.00 6896.05 -525.05 + 123.400 6635.00 7596.03 -961.03 + 123.450 6747.00 8816.48 -2069.48 + 123.500 7009.00 10684.62 -3675.62 + 123.550 7486.00 13168.97 -5682.97 + 123.600 8011.00 15979.11 -7968.11 + 123.650 8779.00 18574.38 -9795.38 + 123.700 8945.00 20308.70 -11363.70 + 123.750 8816.00 20690.09 -11874.09 + 123.800 8594.00 19604.27 -11010.27 + 123.850 8194.00 17371.37 -9177.37 + 123.900 7685.00 14591.35 -6906.35 + 123.950 7303.00 11887.55 -4584.55 + 124.000 6922.00 9687.29 -2765.29 + 124.050 6624.00 8145.15 -1521.15 + 124.100 6592.00 7201.57 -609.57 + 124.150 6489.00 6692.54 -203.54 + 124.200 6459.00 6449.39 9.61 + 124.250 6413.00 6346.19 66.81 + 124.300 6376.00 6307.20 68.80 + 124.350 6346.00 6294.14 51.86 + 124.400 6187.00 6290.32 -103.32 + 124.450 6185.00 6289.45 -104.45 + 124.500 6204.00 6289.51 -85.51 + 124.550 6216.00 6290.15 -74.15 + 124.600 6196.00 6292.19 -96.19 + 124.650 6164.00 6298.36 -134.36 + 124.700 6265.00 6315.88 -50.88 + 124.750 6343.00 6361.04 -18.04 + 124.800 6155.00 6465.60 -310.60 + 124.850 6278.00 6681.95 -403.95 + 124.900 6365.00 7080.10 -715.10 + 124.950 6481.00 7728.97 -1247.97 + 125.000 6588.00 8657.06 -2069.06 + 125.050 6881.00 9806.65 -2925.65 + 125.100 7188.00 11008.45 -3820.45 + 125.150 7355.00 12007.38 -4652.38 + 125.200 7588.00 12547.03 -4959.03 + 125.250 7432.00 12474.20 -5042.20 + 125.300 7340.00 11810.09 -4470.09 + 125.350 6945.00 10740.09 -3795.09 + 125.400 6794.00 9530.59 -2736.59 + 125.450 6590.00 8421.48 -1831.48 + 125.500 6597.00 7556.79 -959.79 + 125.550 6458.00 6970.79 -512.79 + 125.600 6406.00 6621.48 -215.48 + 125.650 6311.00 6437.08 -126.08 + 125.700 6292.00 6350.44 -58.44 + 125.750 6293.00 6314.16 -21.16 + 125.800 6356.00 6300.65 55.35 + 125.850 6217.00 6296.23 -79.23 + 125.900 6321.00 6295.04 25.96 + 125.950 6348.00 6294.94 53.06 + 126.000 6219.00 6295.47 -76.47 + 126.050 6533.00 6297.28 235.72 + 126.100 6387.00 6303.24 83.76 + 126.150 6520.00 6321.60 198.40 + 126.200 6544.00 6373.32 170.68 + 126.250 6486.00 6505.12 -19.12 + 126.300 6655.00 6806.82 -151.82 + 126.350 6710.00 7426.16 -716.16 + 126.400 6806.00 8561.95 -1755.95 + 126.450 7056.00 10412.16 -3356.16 + 126.500 7559.00 13074.05 -5515.05 + 126.550 8184.00 16409.17 -8225.17 + 126.600 8836.00 19971.63 -11135.63 + 126.650 9551.00 23056.14 -13505.14 + 126.700 9949.00 24909.91 -14960.91 + 126.750 9719.00 25031.38 -15312.38 + 126.800 9393.00 23386.11 -13993.11 + 126.850 8862.00 20424.19 -11562.19 + 126.900 8069.00 16880.38 -8811.38 + 126.950 7456.00 13483.61 -6027.61 + 127.000 7300.00 10718.95 -3418.95 + 127.050 6987.00 8763.78 -1776.78 + 127.100 6486.00 7544.66 -1058.66 + 127.150 6521.00 6869.58 -348.58 + 127.200 6553.00 6536.16 16.84 + 127.250 6448.00 6388.60 59.40 + 127.300 6341.00 6330.11 10.89 + 127.350 6424.00 6309.32 114.68 + 127.400 6378.00 6302.76 75.24 + 127.450 6336.00 6301.01 34.99 + 127.500 6243.00 6300.78 -57.78 + 127.550 6271.00 6301.21 -30.21 + 127.600 6239.00 6302.69 -63.69 + 127.650 6362.00 6307.14 54.86 + 127.700 6262.00 6319.91 -57.91 + 127.750 6339.00 6353.61 -14.61 + 127.800 6473.00 6434.24 38.76 + 127.850 6483.00 6608.57 -125.57 + 127.900 6439.00 6947.41 -508.41 + 127.950 6407.00 7537.45 -1130.45 + 128.000 6718.00 8452.80 -1734.80 + 128.050 6908.00 9707.44 -2799.44 + 128.100 7315.00 11207.40 -3892.40 + 128.150 7639.00 12728.88 -5089.88 + 128.200 7794.00 13962.29 -6168.29 + 128.250 7883.00 14606.66 -6723.66 + 128.300 7731.00 14491.77 -6760.77 + 128.350 7654.00 13648.67 -5994.67 + 128.400 7409.00 12297.38 -4888.38 + 128.450 7125.00 10752.03 -3627.03 + 128.500 6884.00 9307.14 -2423.14 + 128.550 6669.00 8148.78 -1479.78 + 128.600 6359.00 7334.85 -975.85 + 128.650 6411.00 6828.40 -417.40 + 128.700 6510.00 6546.94 -36.94 + 128.750 6452.00 6406.91 45.09 + 128.800 6476.00 6344.29 131.71 + 128.850 6422.00 6319.10 102.90 + 128.900 6384.00 6310.04 73.96 + 128.950 6188.00 6307.18 -119.18 + 129.000 6263.00 6306.46 -43.46 + 129.050 6411.00 6306.46 104.54 + 129.100 6459.00 6306.79 152.21 + 129.150 6353.00 6307.67 45.33 + 129.200 6353.00 6310.14 42.86 + 129.250 6356.00 6317.04 38.96 + 129.300 6268.00 6335.09 -67.09 + 129.350 6373.00 6378.43 -5.43 + 129.400 6248.00 6472.84 -224.84 + 129.450 6272.00 6659.10 -387.10 + 129.500 6521.00 6989.82 -468.82 + 129.550 6570.00 7516.73 -946.73 + 129.600 6495.00 8265.25 -1770.25 + 129.650 6970.00 9201.36 -2231.36 + 129.700 7047.00 10214.76 -3167.76 + 129.750 7132.00 11124.53 -3992.53 + 129.800 7421.00 11731.11 -4310.11 + 129.850 7372.00 11884.45 -4512.45 + 129.900 7392.00 11544.60 -4152.60 + 129.950 7100.00 10798.53 -3698.53 + 130.000 6871.00 9825.20 -2954.20 + 130.050 6583.00 8824.20 -2241.20 + 130.100 6600.00 7951.90 -1351.90 + 130.150 6721.00 7289.62 -568.62 + 130.200 6312.00 6843.80 -531.80 + 130.250 6450.00 6576.04 -126.04 + 130.300 6418.00 6431.49 -13.49 + 130.350 6493.00 6361.15 131.85 + 130.400 6354.00 6330.30 23.70 + 130.450 6263.00 6318.10 -55.10 + 130.500 6366.00 6313.81 52.19 + 130.550 6183.00 6312.53 -129.53 + 130.600 6322.00 6312.28 9.72 + 130.650 6305.00 6312.35 -7.35 + 130.700 6349.00 6312.50 36.50 + 130.750 6319.00 6312.68 6.32 + 130.800 6474.00 6312.87 161.13 + 130.850 6187.00 6313.06 -126.06 + 130.900 6219.00 6313.25 -94.25 + 130.950 6313.00 6313.43 -0.43 + 131.000 6243.00 6313.62 -70.62 + 131.050 6336.00 6313.81 22.19 + 131.100 6304.00 6313.99 -9.99 + 131.150 6301.00 6314.18 -13.18 + 131.200 6247.00 6314.37 -67.37 + 131.250 6246.00 6314.56 -68.56 + 131.300 6311.00 6315.49 -4.49 + 131.350 6451.00 6317.59 133.41 + 131.400 6379.00 6319.69 59.31 + 131.450 6180.00 6321.78 -141.78 + 131.500 6263.00 6323.88 -60.88 + 131.550 6263.00 6325.98 -62.98 + 131.600 6229.00 6328.08 -99.08 + 131.650 6354.00 6330.18 23.82 + 131.700 6395.00 6332.28 62.72 + 131.750 6371.00 6334.38 36.62 + 131.800 6319.00 6336.47 -17.47 + 131.850 6349.00 6338.57 10.43 + 131.900 6335.00 6340.67 -5.67 + 131.950 6275.00 6342.77 -67.77 + 132.000 6390.00 6344.87 45.13 + 132.050 6378.00 6346.97 31.03 + 132.100 6427.00 6349.07 77.93 + 132.150 6354.00 6351.17 2.83 + 132.200 6400.00 6353.29 46.71 + 132.250 6289.00 6355.49 -66.49 + 132.300 6322.00 6357.94 -35.94 + 132.350 6343.00 6361.29 -18.29 + 132.400 6451.00 6367.37 83.63 + 132.450 6535.00 6381.09 153.91 + 132.500 6480.00 6414.37 65.63 + 132.550 6467.00 6492.90 -25.90 + 132.600 6580.00 6666.46 -86.46 + 132.650 6544.00 7019.86 -475.86 + 132.700 6754.00 7678.52 -924.52 + 132.750 7085.00 8795.29 -1710.29 + 132.800 7217.00 10509.15 -3292.15 + 132.850 7701.00 12877.97 -5176.97 + 132.900 8170.00 15796.65 -7626.65 + 132.950 8754.00 18950.53 -10196.53 + 133.000 9614.00 21835.05 -12221.05 + 133.050 9976.00 23880.05 -13904.05 + 133.100 10155.00 24633.06 -14478.06 + 133.150 9828.00 23917.61 -14089.61 + 133.200 9250.00 21900.90 -12650.90 + 133.250 8535.00 19033.31 -10498.31 + 133.300 7982.00 15885.51 -7903.51 + 133.350 7578.00 12961.19 -5383.19 + 133.400 7154.00 10581.86 -3427.86 + 133.450 7028.00 8856.30 -1828.30 + 133.500 6810.00 7731.61 -921.61 + 133.550 6582.00 7068.85 -486.85 + 133.600 6416.00 6714.14 -298.14 + 133.650 6470.00 6541.71 -71.71 + 133.700 6424.00 6465.83 -41.83 + 133.750 6367.00 6436.08 -69.08 + 133.800 6469.00 6426.28 42.72 + 133.850 6450.00 6424.31 25.69 + 133.900 6432.00 6425.16 6.84 + 133.950 6400.00 6427.01 -27.01 + 134.000 6373.00 6429.46 -56.46 + 134.050 6517.00 6432.95 84.05 + 134.100 6577.00 6439.25 137.75 + 134.150 6362.00 6452.79 -90.79 + 134.200 6487.00 6483.63 3.37 + 134.250 6584.00 6552.02 31.98 + 134.300 6681.00 6694.66 -13.66 + 134.350 6602.00 6970.33 -368.33 + 134.400 6444.00 7459.28 -1015.28 + 134.450 6826.00 8253.25 -1427.25 + 134.500 6942.00 9424.79 -2482.79 + 134.550 7325.00 10988.11 -3663.11 + 134.600 7718.00 12855.94 -5137.94 + 134.650 8028.00 14815.21 -6787.21 + 134.700 8417.00 16559.54 -8142.54 + 134.750 8686.00 17754.83 -9068.83 + 134.800 8725.00 18149.00 -9424.00 + 134.850 8653.00 17654.17 -9001.17 + 134.900 8453.00 16381.28 -7928.28 + 134.950 8104.00 14597.15 -6493.15 + 135.000 7474.00 12638.31 -5164.31 + 135.050 7265.00 10803.44 -3538.44 + 135.100 7077.00 9288.07 -2211.07 + 135.150 7031.00 8168.53 -1137.53 + 135.200 6914.00 7419.98 -505.98 + 135.250 6648.00 6965.69 -317.69 + 135.300 6571.00 6714.19 -143.19 + 135.350 6498.00 6587.19 -89.19 + 135.400 6505.00 6529.08 -24.08 + 135.450 6583.00 6505.33 77.67 + 135.500 6699.00 6497.24 201.76 + 135.550 6490.00 6495.64 -5.64 + 135.600 6515.00 6496.50 18.50 + 135.650 6460.00 6498.24 -38.24 + 135.700 6302.00 6500.29 -198.29 + 135.750 6581.00 6502.57 78.43 + 135.800 6550.00 6504.99 45.01 + 135.850 6440.00 6506.71 -66.71 + 135.900 6491.00 6511.08 -20.08 + 135.950 6517.00 6521.35 -4.35 + 136.000 6643.00 6543.66 99.34 + 136.050 6559.00 6588.37 -29.37 + 136.100 6508.00 6671.03 -163.03 + 136.150 6614.00 6811.45 -197.45 + 136.200 6665.00 7030.44 -365.44 + 136.250 6545.00 7342.00 -797.00 + 136.300 6411.00 7744.46 -1333.46 + 136.350 6574.00 8211.86 -1637.86 + 136.400 6951.00 8690.11 -1739.11 + 136.450 7127.00 9106.42 -1979.42 + 136.500 7091.00 9384.52 -2293.52 + 136.550 7273.00 9468.92 -2195.92 + 136.600 7113.00 9341.77 -2228.77 + 136.650 7046.00 9029.75 -1983.75 + 136.700 6852.00 8594.22 -1742.22 + 136.750 6829.00 8112.71 -1283.71 + 136.800 6907.00 7655.37 -748.37 + 136.850 6695.00 7270.09 -575.09 + 136.900 6619.00 6978.14 -359.14 + 136.950 6447.00 6776.79 -329.79 + 137.000 6527.00 6650.01 -123.01 + 137.050 6737.00 6576.69 160.31 + 137.100 6590.00 6537.65 52.35 + 137.150 6502.00 6518.51 -16.51 + 137.200 6411.00 6509.84 -98.84 + 137.250 6576.00 6506.21 69.79 + 137.300 6492.00 6504.80 -12.80 + 137.350 6502.00 6504.31 -2.31 + 137.400 6534.00 6504.17 29.83 + 137.450 6517.00 6504.06 12.94 + 137.500 6394.00 6504.06 -110.06 + 137.550 6448.00 6504.06 -56.06 + 137.600 6428.00 6504.06 -76.06 + 137.650 6468.00 6504.06 -36.06 + 137.700 6534.00 6504.06 29.94 + 137.750 6437.00 6504.06 -67.06 + 137.800 6612.00 6504.06 107.94 + 137.850 6651.00 6504.06 146.94 + 137.900 6763.00 6504.06 258.94 + 137.950 6939.00 6504.06 434.94 + 138.000 6760.00 6504.06 255.94 + 138.050 6941.00 6504.06 436.94 + 138.100 7126.00 6504.06 621.94 + 138.150 7620.00 6504.06 1115.94 + 138.200 7948.00 6504.06 1443.94 + 138.250 8294.00 6504.06 1789.94 + 138.300 8389.00 6504.06 1884.94 + 138.350 8337.00 6504.06 1832.94 + 138.400 8080.00 6504.06 1575.94 + 138.450 7754.00 6504.06 1249.94 + 138.500 7603.00 6504.06 1098.94 + 138.550 7338.00 6504.06 833.94 + 138.600 7185.00 6504.06 680.94 + 138.650 7035.00 6504.06 530.94 + 138.700 6965.00 6504.06 460.94 + 138.750 6758.00 6504.06 253.94 + 138.800 6551.00 6504.06 46.94 + 138.850 6685.00 6504.06 180.94 + 138.900 6550.00 6504.06 45.94 + 138.950 6613.00 6504.06 108.94 + 139.000 6636.00 6504.06 131.94 + 139.050 6523.00 6504.06 18.94 + 139.100 6567.00 6504.06 62.94 + 139.150 6474.00 6504.06 -30.06 + 139.200 6476.00 6504.06 -28.06 + 139.250 6652.00 6504.06 147.94 + 139.300 6503.00 6504.06 -1.06 + 139.350 6367.00 6504.06 -137.06 + 139.400 6445.00 6504.06 -59.06 + 139.450 6442.00 6504.06 -62.06 + 139.500 6534.00 6504.06 29.94 + 139.550 6618.00 6504.06 113.94 + 139.600 6529.00 6504.06 24.94 + 139.650 6539.00 6504.06 34.94 + 139.700 6537.00 6504.06 32.94 + 139.750 6521.00 6504.06 16.94 + 139.800 6689.00 6504.06 184.94 + 139.850 6539.00 6504.06 34.94 + 139.900 6792.00 6504.06 287.94 + 139.950 6749.00 6504.06 244.94 + 140.000 6886.00 6504.06 381.94 + 140.050 7209.00 6504.06 704.94 + 140.100 7357.00 6504.06 852.94 + 140.150 7393.00 6504.06 888.94 + 140.200 7689.00 6504.06 1184.94 + 140.250 7460.00 6504.06 955.94 + 140.300 7349.00 6504.06 844.94 + 140.350 7210.00 6504.06 705.94 + 140.400 7046.00 6504.06 541.94 + 140.450 6680.00 6504.06 175.94 + 140.500 6664.00 6504.06 159.94 + 140.550 6535.00 6504.06 30.94 + 140.600 6666.00 6504.06 161.94 + 140.650 6603.00 6504.06 98.94 + 140.700 6588.00 6504.06 83.94 + 140.750 6416.00 6504.06 -88.06 + 140.800 6555.00 6504.06 50.94 + 140.850 6546.00 6504.06 41.94 + 140.900 6510.00 6504.06 5.94 + 140.950 6699.00 6504.06 194.94 + 141.000 6477.00 6504.06 -27.06 + 141.050 6512.00 6504.06 7.94 + 141.100 6791.00 6504.06 286.94 + 141.150 6519.00 6504.06 14.94 + 141.200 6429.00 6504.06 -75.06 + 141.250 6380.00 6504.06 -124.06 + 141.300 6456.00 6504.06 -48.06 + 141.350 6484.00 6504.06 -20.06 + 141.400 6452.00 6504.06 -52.06 + 141.450 6517.00 6504.06 12.94 + 141.500 6579.00 6504.06 74.94 + 141.550 6565.00 6504.06 60.94 + 141.600 6724.00 6504.06 219.94 + 141.650 6780.00 6504.06 275.94 + 141.700 6622.00 6504.06 117.94 + 141.750 6699.00 6504.06 194.94 + 141.800 6784.00 6504.06 279.94 + 141.850 6603.00 6504.06 98.94 + 141.900 6768.00 6504.06 263.94 + 141.950 7209.00 6504.06 704.94 + 142.000 7441.00 6504.06 936.94 + 142.050 7739.00 6504.06 1234.94 + 142.100 7706.00 6504.06 1201.94 + 142.150 7905.00 6504.06 1400.94 + 142.200 7814.00 6504.06 1309.94 + 142.250 7631.00 6504.06 1126.94 + 142.300 7485.00 6504.06 980.94 + 142.350 7238.00 6504.06 733.94 + 142.400 6982.00 6504.06 477.94 + 142.450 6814.00 6504.06 309.94 + 142.500 6730.00 6504.06 225.94 + 142.550 6697.00 6504.06 192.94 + 142.600 6570.00 6504.06 65.94 + 142.650 6593.00 6504.06 88.94 + 142.700 6499.00 6504.06 -5.06 + 142.750 6430.00 6504.06 -74.06 + 142.800 6475.00 6504.06 -29.06 + 142.850 6471.00 6504.06 -33.06 + 142.900 6477.00 6504.06 -27.06 + 142.950 6251.00 6504.06 -253.06 + 143.000 6333.00 6504.06 -171.06 + 143.050 6441.00 6504.06 -63.06 + 143.100 6236.00 6504.06 -268.06 + 143.150 6382.00 6504.06 -122.06 + 143.200 6296.00 6504.06 -208.06 + 143.250 6279.00 6504.06 -225.06 + 143.300 6372.00 6504.06 -132.06 + 143.350 6543.00 6504.06 38.94 + 143.400 6355.00 6504.06 -149.06 + 143.450 6362.00 6504.06 -142.06 + 143.500 6326.00 6504.06 -178.06 + 143.550 6404.00 6504.06 -100.06 + 143.600 6561.00 6504.06 56.94 + 143.650 6317.00 6504.06 -187.06 + 143.700 6604.00 6504.06 99.94 + 143.750 6606.00 6504.06 101.94 + 143.800 6568.00 6504.06 63.94 + 143.850 6555.00 6504.06 50.94 + 143.900 6607.00 6504.06 102.94 + 143.950 6770.00 6504.06 265.94 + 144.000 7197.00 6504.06 692.94 + 144.050 7449.00 6504.06 944.94 + 144.100 7713.00 6504.06 1208.94 + 144.150 7774.00 6504.06 1269.94 + 144.200 7823.00 6504.06 1318.94 + 144.250 7875.00 6504.06 1370.94 + 144.300 7642.00 6504.06 1137.94 + 144.350 7217.00 6504.06 712.94 + 144.400 7051.00 6504.06 546.94 + 144.450 6838.00 6504.06 333.94 + 144.500 6752.00 6504.06 247.94 + 144.550 6773.00 6504.06 268.94 + 144.600 6588.00 6504.06 83.94 + 144.650 6589.00 6504.06 84.94 + 144.700 6731.00 6504.06 226.94 + 144.750 6551.00 6504.06 46.94 + 144.800 6543.00 6504.06 38.94 + 144.850 6505.00 6504.06 0.94 + 144.900 6427.00 6504.06 -77.06 + 144.950 6393.00 6504.06 -111.06 + 145.000 6274.00 6504.06 -230.06 + 145.050 6491.00 6504.06 -13.06 + 145.100 6351.00 6504.06 -153.06 + 145.150 6319.00 6504.06 -185.06 + 145.200 6449.00 6504.06 -55.06 + 145.250 6504.00 6504.06 -0.06 + 145.300 6509.00 6504.06 4.94 + 145.350 6336.00 6504.06 -168.06 + 145.400 6337.00 6504.06 -167.06 + 145.450 6299.00 6504.06 -205.06 + 145.500 6386.00 6504.06 -118.06 + 145.550 6443.00 6504.06 -61.06 + 145.600 6386.00 6504.06 -118.06 + 145.650 6313.00 6504.06 -191.06 + 145.700 6355.00 6504.06 -149.06 + 145.750 6496.00 6504.06 -8.06 + 145.800 6514.00 6504.06 9.94 + 145.850 6493.00 6504.06 -11.06 + 145.900 6675.00 6504.06 170.94 + 145.950 6528.00 6504.06 23.94 + 146.000 6698.00 6504.06 193.94 + 146.050 6855.00 6504.06 350.94 + 146.100 7096.00 6504.06 591.94 + 146.150 7087.00 6504.06 582.94 + 146.200 7224.00 6504.06 719.94 + 146.250 7208.00 6504.06 703.94 + 146.300 7485.00 6504.06 980.94 + 146.350 7495.00 6504.06 990.94 + 146.400 7232.00 6504.06 727.94 + 146.450 7222.00 6504.06 717.94 + 146.500 6971.00 6504.06 466.94 + 146.550 7041.00 6504.06 536.94 + 146.600 7037.00 6504.06 532.94 + 146.650 6863.00 6504.06 358.94 + 146.700 6623.00 6504.06 118.94 + 146.750 6508.00 6504.06 3.94 + 146.800 6501.00 6504.06 -3.06 + 146.850 6656.00 6504.06 151.94 + 146.900 6588.00 6504.06 83.94 + 146.950 6453.00 6504.06 -51.06 + 147.000 6718.00 6504.06 213.94 + 147.050 6455.00 6504.06 -49.06 + 147.100 6609.00 6504.06 104.94 + 147.150 6406.00 6504.06 -98.06 + 147.200 6352.00 6504.06 -152.06 + 147.250 6531.00 6504.06 26.94 + 147.300 6519.00 6504.06 14.94 + 147.350 6472.00 6504.06 -32.06 + 147.400 6564.00 6504.06 59.94 + 147.450 6490.00 6504.06 -14.06 + 147.500 6487.00 6504.06 -17.06 + 147.550 6638.00 6504.06 133.94 + 147.600 6512.00 6504.06 7.94 + 147.650 6457.00 6504.06 -47.06 + 147.700 6715.00 6504.06 210.94 + 147.750 6515.00 6504.06 10.94 + 147.800 6571.00 6504.06 66.94 + 147.850 6513.00 6504.06 8.94 + 147.900 6480.00 6504.06 -24.06 + 147.950 6705.00 6504.06 200.94 + 148.000 6869.00 6504.06 364.94 + 148.050 6529.00 6504.06 24.94 + 148.100 6458.00 6504.06 -46.06 + 148.150 6753.00 6504.06 248.94 + 148.200 6695.00 6504.06 190.94 + 148.250 6819.00 6504.06 314.94 + 148.300 7304.00 6504.06 799.94 + 148.350 7381.00 6504.06 876.94 + 148.400 7626.00 6504.06 1121.94 + 148.450 7868.00 6504.06 1363.94 + 148.500 8659.00 6504.06 2154.94 + 148.550 8605.00 6504.06 2100.94 + 148.600 8547.00 6504.06 2042.94 + 148.650 8336.00 6504.06 1831.94 + 148.700 8030.00 6504.06 1525.94 + 148.750 7981.00 6504.06 1476.94 + 148.800 7759.00 6504.06 1254.94 + 148.850 7409.00 6504.06 904.94 + 148.900 7227.00 6504.06 722.94 + 148.950 7015.00 6504.06 510.94 + 149.000 6965.00 6504.06 460.94 + 149.050 6635.00 6504.06 130.94 + 149.100 6689.00 6504.06 184.94 + 149.150 6890.00 6504.06 385.94 + 149.200 6691.00 6504.06 186.94 + 149.250 6548.00 6504.06 43.94 + 149.300 6539.00 6504.06 34.94 + 149.350 6554.00 6504.06 49.94 + 149.400 6463.00 6504.06 -41.06 + 149.450 6488.00 6504.06 -16.06 + 149.500 6756.00 6504.06 251.94 + 149.550 6576.00 6504.06 71.94 + 149.600 6391.00 6504.06 -113.06 + 149.650 6505.00 6504.06 0.94 + 149.700 6566.00 6504.06 61.94 + 149.750 6260.00 6504.06 -244.06 + 149.800 6381.00 6504.06 -123.06 + 149.850 6520.00 6504.06 15.94 + 149.900 6558.00 6504.06 53.94 + 149.950 6697.00 6504.06 192.94 + 150.000 6788.00 6504.06 283.94 + 150.050 6412.00 6504.06 -92.06 + 150.100 6473.00 6504.06 -31.06 + 150.150 6363.00 6504.06 -141.06 + 150.200 6632.00 6504.06 127.94 + 150.250 6764.00 6504.06 259.94 + 150.300 6713.00 6504.06 208.94 + 150.350 6691.00 6504.06 186.94 + 150.400 6661.00 6504.06 156.94 + 150.450 6554.00 6504.06 49.94 + 150.500 6497.00 6504.06 -7.06 + 150.550 6647.00 6504.06 142.94 + 150.600 6671.00 6504.06 166.94 + 150.650 6595.00 6504.06 90.94 + 150.700 6593.00 6504.06 88.94 + 150.750 6638.00 6504.06 133.94 + 150.800 6650.00 6504.06 145.94 + 150.850 6836.00 6504.06 331.94 + 150.900 6633.00 6504.06 128.94 + 150.950 6726.00 6504.06 221.94 + 151.000 6689.00 6504.06 184.94 + 151.050 6790.00 6504.06 285.94 + 151.100 6761.00 6504.06 256.94 + 151.150 6789.00 6504.06 284.94 + 151.200 6827.00 6504.06 322.94 + 151.250 6667.00 6504.06 162.94 + 151.300 6881.00 6504.06 376.94 + 151.350 6659.00 6504.06 154.94 + 151.400 6646.00 6504.06 141.94 + 151.450 6577.00 6504.06 72.94 + 151.500 6651.00 6504.06 146.94 + 151.550 6551.00 6504.06 46.94 + 151.600 6525.00 6504.06 20.94 + 151.650 6628.00 6504.06 123.94 + 151.700 6678.00 6504.06 173.94 + 151.750 6655.00 6504.06 150.94 + 151.800 6469.00 6504.06 -35.06 + 151.850 6666.00 6504.06 161.94 + 151.900 6713.00 6504.06 208.94 + 151.950 6819.00 6504.06 314.94 + 152.000 6740.00 6504.06 235.94 + 152.050 6659.00 6504.06 154.94 + 152.100 6779.00 6504.06 274.94 + 152.150 6743.00 6504.06 238.94 + 152.200 6780.00 6504.06 275.94 + 152.250 6602.00 6504.06 97.94 + 152.300 6468.00 6504.06 -36.06 + 152.350 6696.00 6504.06 191.94 + 152.400 6626.00 6504.06 121.94 + 152.450 6430.00 6504.06 -74.06 + 152.500 6386.00 6504.06 -118.06 + 152.550 6744.00 6504.06 239.94 + 152.600 6804.00 6504.06 299.94 + 152.650 6396.00 6504.06 -108.06 + 152.700 6407.00 6504.06 -97.06 + 152.750 6616.00 6504.06 111.94 + 152.800 6652.00 6504.06 147.94 + 152.850 6924.00 6504.06 419.94 + 152.900 6779.00 6504.06 274.94 + 152.950 6637.00 6504.06 132.94 + 153.000 6719.00 6504.06 214.94 + 153.050 6591.00 6504.06 86.94 + 153.100 6766.00 6504.06 261.94 + 153.150 6780.00 6504.06 275.94 + 153.200 6676.00 6504.06 171.94 + 153.250 6783.00 6504.06 278.94 + 153.300 6933.00 6504.06 428.94 + 153.350 6641.00 6504.06 136.94 + 153.400 6672.00 6504.06 167.94 + 153.450 6734.00 6504.06 229.94 + 153.500 6688.00 6504.06 183.94 + 153.550 6937.00 6504.06 432.94 + 153.600 7236.00 6504.06 731.94 + 153.650 7054.00 6504.06 549.94 + 153.700 7095.00 6504.06 590.94 + 153.750 7100.00 6504.06 595.94 + 153.800 6870.00 6504.06 365.94 + 153.850 6638.00 6504.06 133.94 + 153.900 6702.00 6504.06 197.94 +END +WAVES Phase1, tik1 +BEGIN + 16.772 -6300 + 20.582 -6300 + 23.812 -6300 + 29.275 -6300 + 31.682 -6300 + 31.682 -6300 + 33.934 -6300 + 36.062 -6300 + 38.087 -6300 + 38.087 -6300 + 40.024 -6300 + 41.886 -6300 + 43.683 -6300 + 43.683 -6300 + 47.113 -6300 + 47.113 -6300 + 48.757 -6300 + 50.361 -6300 + 51.929 -6300 + 51.929 -6300 + 53.463 -6300 + 53.463 -6300 + 53.463 -6300 + 54.968 -6300 + 54.968 -6300 + 56.446 -6300 + 56.446 -6300 + 57.898 -6300 + 59.329 -6300 + 59.329 -6300 + 60.738 -6300 + 62.128 -6300 + 62.128 -6300 + 63.500 -6300 + 63.500 -6300 + 64.856 -6300 + 64.856 -6300 + 64.856 -6300 + 64.856 -6300 + 66.198 -6300 + 66.198 -6300 + 70.144 -6300 + 70.144 -6300 + 70.144 -6300 + 70.144 -6300 + 71.437 -6300 + 72.720 -6300 + 72.720 -6300 + 72.720 -6300 + 72.720 -6300 + 73.994 -6300 + 73.994 -6300 + 73.994 -6300 + 75.260 -6300 + 75.260 -6300 + 76.519 -6300 + 76.519 -6300 + 77.772 -6300 + 77.772 -6300 + 77.772 -6300 + 77.772 -6300 + 79.018 -6300 + 80.259 -6300 + 80.259 -6300 + 81.496 -6300 + 81.496 -6300 + 82.728 -6300 + 83.958 -6300 + 83.958 -6300 + 85.184 -6300 + 85.184 -6300 + 85.184 -6300 + 85.184 -6300 + 85.184 -6300 + 86.408 -6300 + 87.631 -6300 + 87.631 -6300 + 87.631 -6300 + 87.631 -6300 + 90.074 -6300 + 90.074 -6300 + 90.074 -6300 + 90.074 -6300 + 91.295 -6300 + 92.516 -6300 + 92.516 -6300 + 92.516 -6300 + 92.516 -6300 + 93.739 -6300 + 93.739 -6300 + 93.739 -6300 + 94.964 -6300 + 94.964 -6300 + 96.191 -6300 + 96.191 -6300 + 96.191 -6300 + 96.191 -6300 + 97.420 -6300 + 97.420 -6300 + 98.653 -6300 + 98.653 -6300 + 99.891 -6300 + 99.891 -6300 + 99.891 -6300 + 99.891 -6300 + 99.891 -6300 + 99.891 -6300 + 102.380 -6300 + 102.380 -6300 + 102.380 -6300 + 102.380 -6300 + 103.633 -6300 + 103.633 -6300 + 103.633 -6300 + 103.633 -6300 + 104.893 -6300 + 104.893 -6300 + 104.893 -6300 + 106.160 -6300 + 106.160 -6300 + 107.436 -6300 + 107.436 -6300 + 107.436 -6300 + 107.436 -6300 + 110.015 -6300 + 110.015 -6300 + 110.015 -6300 + 110.015 -6300 + 110.015 -6300 + 110.015 -6300 + 111.320 -6300 + 113.966 -6300 + 113.966 -6300 + 115.310 -6300 + 115.310 -6300 + 115.310 -6300 + 115.310 -6300 + 115.310 -6300 + 115.310 -6300 + 115.310 -6300 + 116.668 -6300 + 116.668 -6300 + 116.668 -6300 + 118.043 -6300 + 118.043 -6300 + 118.043 -6300 + 118.043 -6300 + 119.436 -6300 + 119.436 -6300 + 120.848 -6300 + 120.848 -6300 + 122.281 -6300 + 122.281 -6300 + 123.738 -6300 + 123.738 -6300 + 123.738 -6300 + 123.738 -6300 + 123.738 -6300 + 123.738 -6300 + 123.738 -6300 + 125.219 -6300 + 125.219 -6300 + 126.728 -6300 + 126.728 -6300 + 126.728 -6300 + 126.728 -6300 + 126.728 -6300 + 128.268 -6300 + 128.268 -6300 + 128.268 -6300 + 129.840 -6300 + 129.840 -6300 + 129.840 -6300 + 129.840 -6300 + 133.101 -6300 + 133.101 -6300 + 133.101 -6300 + 133.101 -6300 + 134.797 -6300 + 134.797 -6300 + 136.545 -6300 + 136.545 -6300 + 136.545 -6300 + 136.545 -6300 + 138.351 -6300 + 138.351 -6300 + 138.351 -6300 + 138.351 -6300 + 138.351 -6300 + 140.224 -6300 + 140.224 -6300 + 140.224 -6300 + 140.224 -6300 + 140.224 -6300 + 142.173 -6300 + 142.173 -6300 + 144.212 -6300 + 144.212 -6300 + 144.212 -6300 + 144.212 -6300 + 146.356 -6300 + 148.630 -6300 + 148.630 -6300 + 148.630 -6300 + 148.630 -6300 + 148.630 -6300 + 148.630 -6300 + 151.062 -6300 + 153.697 -6300 + 153.697 -6300 + 153.697 -6300 + 156.604 -6300 + 156.604 -6300 + 156.604 -6300 + 156.604 -6300 + 159.903 -6300 + 159.903 -6300 + 159.903 -6300 + 159.903 -6300 + 159.903 -6300 + 159.903 -6300 + 163.830 -6300 + 163.830 -6300 + 169.044 -6300 + 169.044 -6300 + 169.044 -6300 + 169.044 -6300 + 169.044 -6300 + 169.044 -6300 +END +WAVES Excrg1, excl1 +BEGIN + 0.95 -6300 + 12.00 -6300 +END +WAVES Excrg2, excl2 +BEGIN + 137.50 -6300 + 153.90 -6300 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TwoTheta +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 0.95, 153.90 +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -10029} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: y2o3\rDate of fit: \Z09 18/06/2026/ 14:38:33.1\Z12\rY2O3\rChi2 = 5436.35" +X Label left "\Z14Intensity" +X Label bottom "\Z142-Theta (in degrees)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: Y2O3 Ge(551) 300mm_varH 15/10/13 +X | Date of run: 18/06/2026 / 14:38:33.1 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_pv-beta_y2o3/y2o3.sum b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/y2o3.sum similarity index 74% rename from docs/docs/verification/fullprof/pd-neut-cwl_pv-beta_y2o3/y2o3.sum rename to docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/y2o3.sum index 386993457..8fd417e2a 100644 --- a/docs/docs/verification/fullprof/pd-neut-cwl_pv-beta_y2o3/y2o3.sum +++ b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/y2o3.sum @@ -1,14 +1,14 @@ ********************************************************** - ** PROGRAM FullProf.2k (Version 8.40 - Feb2026-ILL JRC) ** + ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** ********************************************************** M U L T I -- P A T T E R N Rietveld, Profile Matching & Integrated Intensity Refinement of X-ray and/or Neutron Data - Date: 16/06/2026 Time: 17:50:46.024 + Date: 18/06/2026 Time: 14:38:33.051 => PCR file code: y2o3 => DAT file code: y2o3 -> Relative contribution: 1.0000 @@ -23,15 +23,14 @@ => Analysis of refinement at the end => Wavelengths: 1.54822 1.54822 => Cos(Monochromator angle)= 0.0000 - => Absorption correction (AC), muR-eff = 1.5000 0.0000 - => AC : Cylinder Debye-Scherrer (Hewat formula) + => Absorption correction (AC), muR-eff = 0.0000 0.0000 => Base of peaks: 2.0*HW* 20.00 ==> Angular range, step and number of points: 2Thmin: 0.950000 2Thmax: 153.899994 Step: 0.050019 No. of points: 3060 =>-------> Pattern# 1 => Crystal Structure Refinement for phase: 1 => The density (volumic mass) of phase 1 is: 5.029 g/cm3 - => Scor: 1.5035 + => Scor: 3.2517 ==> RESULTS OF REFINEMENT: @@ -68,14 +67,14 @@ ==> PROFILE PARAMETERS FOR PATTERN# 1 => Cell parameters : - 10.60574 0.00000 - 10.60574 0.00000 - 10.60574 0.00000 + 10.60575 0.00000 + 10.60575 0.00000 + 10.60575 0.00000 90.00000 0.00000 90.00000 0.00000 90.00000 0.00000 - => overall scale factor : 1.060200 0.000000 + => overall scale factor : 1.060199976 0.000000000 => Eta(p-v) or m(p-vii) : 0.00000 0.00000 => Overall tem. factor : 0.00000 0.00000 => Halfwidth parameters : 0.03663 0.00000 @@ -83,8 +82,8 @@ 0.13143 0.00000 => Preferred orientation: 0.00000 0.00000 0.00000 0.00000 - => Asymmetry parameters : 0.17694 0.00000 - 0.03411 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 => X and y parameters : 0.00000 0.00000 @@ -96,8 +95,8 @@ 0.00000 0.00000 => Add. shape parameters: - 0.00000 0.00000 - 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 @@ -113,26 +112,26 @@ => Cycle: 1 => MaxCycle: 1 => N-P+C: 2509 => R-factors (not corrected for background) for Pattern: 1 - => Rp: 1.15 Rwp: 1.39 Rexp: 1.24 Chi2: 1.26 L.S. refinement + => Rp: 35.0 Rwp: 91.4 Rexp: 1.24 Chi2: 0.544E+04 L.S. refinement => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 21.5 Rwp: 10.8 Rexp: 9.60 Chi2: 1.26 - => Deviance: 0.401E+04 Dev* : 1.599 - => DW-Stat.: 1.1897 DW-exp: 1.8759 - => N-sigma of the GoF: 9.306 + => Rp: 653. Rwp: 708. Rexp: 9.60 Chi2: 0.544E+04 + => Deviance: 0.558E+07 Dev* : 2223. + => DW-Stat.: 0.0537 DW-exp: 1.8759 + => N-sigma of the GoF: 192514.141 ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 => N-P+C: 2509 => R-factors (not corrected for background) for Pattern: 1 - => Rp: 1.15 Rwp: 1.39 Rexp: 1.24 Chi2: 1.26 L.S. refinement + => Rp: 35.0 Rwp: 91.4 Rexp: 1.24 Chi2: 0.544E+04 L.S. refinement => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 21.5 Rwp: 10.8 Rexp: 9.60 Chi2: 1.26 - => Deviance: 0.401E+04 Dev* : 1.599 - => DW-Stat.: 1.1897 DW-exp: 1.8759 - => N-sigma of the GoF: 9.306 + => Rp: 653. Rwp: 708. Rexp: 9.60 Chi2: 0.544E+04 + => Deviance: 0.558E+07 Dev* : 2223. + => DW-Stat.: 0.0537 DW-exp: 1.8759 + => N-sigma of the GoF: 192514.141 - => Global user-weigthed Chi2 (Bragg contrib.): 1.26 - => Scor: 1.5035 + => Global user-weigthed Chi2 (Bragg contrib.): 0.544E+04 + => Scor: 3.2517 ==> RESULTS OF REFINEMENT: @@ -169,14 +168,14 @@ ==> PROFILE PARAMETERS FOR PATTERN# 1 => Cell parameters : - 10.60574 0.00000 - 10.60574 0.00000 - 10.60574 0.00000 + 10.60575 0.00000 + 10.60575 0.00000 + 10.60575 0.00000 90.00000 0.00000 90.00000 0.00000 90.00000 0.00000 - => overall scale factor : 1.060200 0.000000 + => overall scale factor : 1.060199976 0.000000000 => Eta(p-v) or m(p-vii) : 0.00000 0.00000 => Overall tem. factor : 0.00000 0.00000 => Halfwidth parameters : 0.03663 0.00000 @@ -184,8 +183,8 @@ 0.13143 0.00000 => Preferred orientation: 0.00000 0.00000 0.00000 0.00000 - => Asymmetry parameters : 0.17694 0.00000 - 0.03411 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 => X and y parameters : 0.00000 0.00000 @@ -197,8 +196,8 @@ 0.00000 0.00000 => Add. shape parameters: - 0.00000 0.00000 - 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 @@ -214,36 +213,36 @@ => Cycle: 1 => MaxCycle: 1 => N-P+C: 2509 => R-factors (not corrected for background) for Pattern: 1 - => Rp: 1.15 Rwp: 1.39 Rexp: 1.24 Chi2: 1.26 L.S. refinement + => Rp: 35.0 Rwp: 91.4 Rexp: 1.24 Chi2: 0.544E+04 L.S. refinement => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 21.5 Rwp: 10.8 Rexp: 9.60 Chi2: 1.26 - => Deviance: 0.401E+04 Dev* : 1.599 - => DW-Stat.: 1.1897 DW-exp: 1.8759 - => N-sigma of the GoF: 9.306 + => Rp: 653. Rwp: 708. Rexp: 9.60 Chi2: 0.544E+04 + => Deviance: 0.558E+07 Dev* : 2223. + => DW-Stat.: 0.0537 DW-exp: 1.8759 + => N-sigma of the GoF: 192514.141 ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 => N-P+C: 2509 => R-factors (not corrected for background) for Pattern: 1 - => Rp: 1.15 Rwp: 1.39 Rexp: 1.24 Chi2: 1.26 L.S. refinement + => Rp: 35.0 Rwp: 91.4 Rexp: 1.24 Chi2: 0.544E+04 L.S. refinement => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 21.5 Rwp: 10.8 Rexp: 9.60 Chi2: 1.26 - => Deviance: 0.401E+04 Dev* : 1.599 - => DW-Stat.: 1.1897 DW-exp: 1.8759 - => N-sigma of the GoF: 9.306 + => Rp: 653. Rwp: 708. Rexp: 9.60 Chi2: 0.544E+04 + => Deviance: 0.558E+07 Dev* : 2223. + => DW-Stat.: 0.0537 DW-exp: 1.8759 + => N-sigma of the GoF: 192514.141 - => Global user-weigthed Chi2 (Bragg contrib.): 1.26 + => Global user-weigthed Chi2 (Bragg contrib.): 0.544E+04 ----------------------------------------------------- BRAGG R-Factors and weight fractions for Pattern # 1 ----------------------------------------------------- => Phase: 1 Y2O3 - => Bragg R-factor: 3.80 Vol: 1192.953( 0.000) Fract(%): 100.00( 0.00) - => Rf-factor= 3.74 ATZ: 3612.974 Brindley: 1.0000 + => Bragg R-factor: 645. Vol: 1192.954( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 161. ATZ: 3612.974 Brindley: 1.0000 - CPU Time: 0.156 seconds + CPU Time: 0.160 seconds 0.003 minutes - => Run finished at: Date: 16/06/2026 Time: 17:50:46.180 + => Run finished at: Date: 18/06/2026 Time: 14:38:33.209 diff --git a/docs/docs/verification/fullprof/pd-neut-tof_jvd_ncaf/55025-5_6raw.gss b/docs/docs/verification/fullprof/pd-neut-tof_ncaf_jorgensen-von-dreele/55025-5_6raw.gss similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_jvd_ncaf/55025-5_6raw.gss rename to docs/docs/verification/fullprof/pd-neut-tof_ncaf_jorgensen-von-dreele/55025-5_6raw.gss diff --git a/docs/docs/verification/fullprof/pd-neut-tof_jvd_ncaf/TOF_irf_file.irf b/docs/docs/verification/fullprof/pd-neut-tof_ncaf_jorgensen-von-dreele/TOF_irf_file.irf similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_jvd_ncaf/TOF_irf_file.irf rename to docs/docs/verification/fullprof/pd-neut-tof_ncaf_jorgensen-von-dreele/TOF_irf_file.irf diff --git a/docs/docs/verification/fullprof/pd-neut-tof_jvd_ncaf/tmpl_one_bank.bac b/docs/docs/verification/fullprof/pd-neut-tof_ncaf_jorgensen-von-dreele/tmpl_one_bank.bac similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_jvd_ncaf/tmpl_one_bank.bac rename to docs/docs/verification/fullprof/pd-neut-tof_ncaf_jorgensen-von-dreele/tmpl_one_bank.bac diff --git a/docs/docs/verification/fullprof/pd-neut-tof_jvd_ncaf/tmpl_one_bank.pcr b/docs/docs/verification/fullprof/pd-neut-tof_ncaf_jorgensen-von-dreele/tmpl_one_bank.pcr similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_jvd_ncaf/tmpl_one_bank.pcr rename to docs/docs/verification/fullprof/pd-neut-tof_ncaf_jorgensen-von-dreele/tmpl_one_bank.pcr diff --git a/docs/docs/verification/fullprof/pd-neut-tof_jvd_ncaf/tmpl_one_bank.prf b/docs/docs/verification/fullprof/pd-neut-tof_ncaf_jorgensen-von-dreele/tmpl_one_bank.prf similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_jvd_ncaf/tmpl_one_bank.prf rename to docs/docs/verification/fullprof/pd-neut-tof_ncaf_jorgensen-von-dreele/tmpl_one_bank.prf diff --git a/docs/docs/verification/fullprof/pd-neut-tof_jvd_ncaf/tmpl_one_bank.sum b/docs/docs/verification/fullprof/pd-neut-tof_ncaf_jorgensen-von-dreele/tmpl_one_bank.sum similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_jvd_ncaf/tmpl_one_bank.sum rename to docs/docs/verification/fullprof/pd-neut-tof_ncaf_jorgensen-von-dreele/tmpl_one_bank.sum diff --git a/docs/docs/verification/fullprof/pd-neut-tof_jvd_si/TOF_irf_file.irf b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen-von-dreele/TOF_irf_file.irf similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_jvd_si/TOF_irf_file.irf rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen-von-dreele/TOF_irf_file.irf diff --git a/docs/docs/verification/fullprof/pd-neut-tof_jvd_si/arg_si.bac b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen-von-dreele/arg_si.bac similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_jvd_si/arg_si.bac rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen-von-dreele/arg_si.bac diff --git a/docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.dat b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen-von-dreele/arg_si.dat similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.dat rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen-von-dreele/arg_si.dat diff --git a/docs/docs/verification/fullprof/pd-neut-tof_jvd_si/arg_si.pcr b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen-von-dreele/arg_si.pcr similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_jvd_si/arg_si.pcr rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen-von-dreele/arg_si.pcr diff --git a/docs/docs/verification/fullprof/pd-neut-tof_jvd_si/arg_si.prf b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen-von-dreele/arg_si.prf similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_jvd_si/arg_si.prf rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen-von-dreele/arg_si.prf diff --git a/docs/docs/verification/fullprof/pd-neut-tof_jvd_si/arg_si.sum b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen-von-dreele/arg_si.sum similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_jvd_si/arg_si.sum rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen-von-dreele/arg_si.sum diff --git a/docs/docs/verification/fullprof/pd-neut-tof_j_si/TOF_irf_file.irf b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/TOF_irf_file.irf similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_j_si/TOF_irf_file.irf rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/TOF_irf_file.irf diff --git a/docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.bac b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.bac similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.bac rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.bac diff --git a/docs/docs/verification/fullprof/pd-neut-tof_jvd_si/arg_si.dat b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.dat similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_jvd_si/arg_si.dat rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.dat diff --git a/docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.fou b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.fou similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.fou rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.fou diff --git a/docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.hkl b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.hkl similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.hkl rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.hkl diff --git a/docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.ins b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.ins similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.ins rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.ins diff --git a/docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.new b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.new similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.new rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.new diff --git a/docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.out b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.out similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.out rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.out diff --git a/docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.pcr b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.pcr similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.pcr rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.pcr diff --git a/docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.prf b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.prf similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.prf rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.prf diff --git a/docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.rpa b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.rpa similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.rpa rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.rpa diff --git a/docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.sum b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.sum similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.sum rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.sum diff --git a/docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.sym b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.sym similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si.sym rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si.sym diff --git a/docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si1.fst b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si1.fst similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si1.fst rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si1.fst diff --git a/docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si1.sub b/docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si1.sub similarity index 100% rename from docs/docs/verification/fullprof/pd-neut-tof_j_si/arg_si1.sub rename to docs/docs/verification/fullprof/pd-neut-tof_si_jorgensen/arg_si1.sub diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.bac b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.bac similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.bac rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.bac diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.dat b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.dat similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.dat rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.dat diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.fou b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.fou similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.fou rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.fou diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.inp b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.inp similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.inp rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.inp diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.out b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.out similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.out rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.out diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.pcr b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.pcr similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.pcr rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.pcr diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.prf b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.prf similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.prf rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.prf diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.rpa b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.rpa similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.rpa rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.rpa diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.sum b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.sum similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.sum rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.sum diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.sym b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.sym similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized.sym rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized.sym diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized1.fst b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized1.fst similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_doublet_unpolarized1.fst rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_doublet_unpolarized1.fst diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.bac b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.bac similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.bac rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.bac diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.dat b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.dat similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.dat rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.dat diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.fou b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.fou similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.fou rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.fou diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.inp b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.inp similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.inp rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.inp diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.out b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.out similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.out rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.out diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.pcr b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.pcr similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.pcr rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.pcr diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.prf b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.prf similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.prf rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.prf diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.rpa b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.rpa similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.rpa rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.rpa diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.sum b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.sum similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.sum rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.sum diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.sym b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.sym similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption.sym rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption.sym diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption1.fst b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption1.fst similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_absorption1.fst rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_absorption1.fst diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.bac b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.bac similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.bac rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.bac diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.dat b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.dat similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.dat rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.dat diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.fou b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.fou similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.fou rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.fou diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.inp b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.inp similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.inp rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.inp diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.out b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.out similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.out rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.out diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.pcr b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.pcr similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.pcr rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.pcr diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.prf b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.prf similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.prf rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.prf diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.rpa b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.rpa similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.rpa rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.rpa diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.sum b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.sum similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.sum rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.sum diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.sym b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.sym similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized.sym rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized.sym diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized1.fst b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized1.fst similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_polarized1.fst rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_polarized1.fst diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.bac b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.bac similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.bac rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.bac diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.dat b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.dat similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.dat rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.dat diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.fou b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.fou similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.fou rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.fou diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.inp b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.inp similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.inp rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.inp diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.out b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.out similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.out rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.out diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.pcr b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.pcr similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.pcr rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.pcr diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.prf b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.prf similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.prf rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.prf diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.rpa b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.rpa similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.rpa rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.rpa diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.sum b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.sum similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.sum rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.sum diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.sym b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.sym similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized.sym rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized.sym diff --git a/docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized1.fst b/docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized1.fst similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-lif/lif_single_unpolarized1.fst rename to docs/docs/verification/fullprof/pd-xray-cwl_lif/lif_single_unpolarized1.fst diff --git a/docs/docs/verification/fullprof/pd-xray-cwl_pbso4_round-robin/pbsox.bac b/docs/docs/verification/fullprof/pd-xray-cwl_pbso4_round-robin/pbsox.bac new file mode 100644 index 000000000..e2a5d70a2 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-cwl_pbso4_round-robin/pbsox.bac @@ -0,0 +1,602 @@ + 9.996370 0.025000 159.996368 Background of: pbsox + 131 131 130 130 130 130 129 129 129 129 + 129 128 128 128 128 127 127 127 127 127 + 126 126 126 126 125 125 125 125 125 124 + 124 124 124 124 123 123 123 123 123 122 + 122 122 122 122 121 121 121 121 121 120 + 120 120 120 120 119 119 119 119 119 118 + 118 118 118 118 117 117 117 117 117 116 + 116 116 116 116 115 115 115 115 115 115 + 114 114 114 114 114 113 113 113 113 113 + 113 112 112 112 112 112 111 111 111 111 + 111 111 110 110 110 110 110 110 109 109 + 109 109 109 109 108 108 108 108 108 108 + 107 107 107 107 107 107 106 106 106 106 + 106 106 106 105 105 105 105 105 105 104 + 104 104 104 104 104 104 103 103 103 103 + 103 103 102 102 102 102 102 102 102 101 + 101 101 101 101 101 101 100 100 100 100 + 100 100 100 99 99 99 99 99 99 99 + 99 98 98 98 98 98 98 98 97 97 + 97 97 97 97 97 97 96 96 96 96 + 96 96 96 96 95 95 95 95 95 95 + 95 95 94 94 94 94 94 94 94 94 + 93 93 93 93 93 93 93 93 93 92 + 92 92 92 92 92 92 92 92 91 91 + 91 91 91 91 91 91 91 90 90 90 + 90 90 90 90 90 90 90 89 89 89 + 89 89 89 89 89 89 89 88 88 88 + 88 88 88 88 88 88 88 87 87 87 + 87 87 87 87 87 87 87 87 86 86 + 86 86 86 86 86 86 86 86 86 85 + 85 85 85 85 85 85 85 85 85 85 + 85 84 84 84 84 84 84 84 84 84 + 84 84 84 84 83 83 83 83 83 83 + 83 83 83 83 83 83 83 82 82 82 + 82 82 82 82 82 82 82 82 82 82 + 82 82 81 81 81 81 81 81 81 81 + 81 81 81 81 81 81 81 80 80 80 + 80 80 80 80 80 80 80 80 80 80 + 80 80 80 80 79 79 79 79 79 79 + 79 79 79 79 79 79 79 79 79 79 + 79 79 79 78 78 78 78 78 78 78 + 78 78 78 78 78 78 78 78 78 78 + 78 78 78 78 78 77 77 77 77 77 + 77 77 77 77 77 77 77 77 77 77 + 77 77 77 77 77 77 77 77 77 77 + 76 76 76 76 76 76 76 76 76 76 + 76 76 76 76 76 76 76 76 76 76 + 76 76 76 76 76 76 76 76 76 76 + 76 75 75 75 75 75 75 75 75 75 + 75 75 75 75 75 75 75 75 75 75 + 75 75 75 75 75 75 75 75 75 75 + 75 75 75 75 75 75 75 75 75 75 + 75 75 75 75 75 75 75 75 74 74 + 74 74 74 74 74 74 74 74 74 74 + 74 74 74 74 74 74 74 74 74 74 + 74 74 74 74 74 74 74 74 74 74 + 74 74 74 74 74 74 74 74 74 74 + 74 74 74 74 74 74 74 74 74 74 + 74 74 74 74 74 74 74 74 74 74 + 74 74 74 74 74 74 74 74 74 74 + 74 74 74 74 74 74 74 74 74 74 + 74 74 74 74 74 74 74 74 74 74 + 74 74 74 74 74 74 74 74 74 74 + 74 74 74 74 74 74 74 74 74 74 + 74 74 74 74 74 74 74 74 74 74 + 74 74 74 74 74 74 74 74 74 74 + 74 74 74 74 74 75 75 75 75 75 + 75 75 75 75 75 75 75 75 75 75 + 75 75 75 75 75 75 75 75 75 75 + 75 75 75 75 75 75 75 75 75 75 + 75 75 75 75 75 75 75 75 75 75 + 75 75 75 75 75 75 75 75 75 76 + 76 76 76 76 76 76 76 76 76 76 + 76 76 76 76 76 76 76 76 76 76 + 76 76 76 76 76 76 76 76 76 76 + 76 76 76 76 76 76 76 76 77 77 + 77 77 77 77 77 77 77 77 77 77 + 77 77 77 77 77 77 77 77 77 77 + 77 77 77 77 77 77 77 77 77 77 + 78 78 78 78 78 78 78 78 78 78 + 78 78 78 78 78 78 78 78 78 78 + 78 78 78 78 78 78 78 78 79 79 + 79 79 79 79 79 79 79 79 79 79 + 79 79 79 79 79 79 79 79 79 79 + 79 79 79 79 80 80 80 80 80 80 + 80 80 80 80 80 80 80 80 80 80 + 80 80 80 80 80 80 80 80 80 81 + 81 81 81 81 81 81 81 81 81 81 + 81 81 81 81 81 81 81 81 81 81 + 81 81 82 82 82 82 82 82 82 82 + 82 82 82 82 82 82 82 82 82 82 + 82 82 82 82 83 83 83 83 83 83 + 83 83 83 83 83 83 83 83 83 83 + 83 83 83 83 83 84 84 84 84 84 + 84 84 84 84 84 84 84 84 84 84 + 84 84 84 84 84 85 85 85 85 85 + 85 85 85 85 85 85 85 85 85 85 + 85 85 85 85 85 86 86 86 86 86 + 86 86 86 86 86 86 86 86 86 86 + 86 86 86 86 87 87 87 87 87 87 + 87 87 87 87 87 87 87 87 87 87 + 87 87 87 88 88 88 88 88 88 88 + 88 88 88 88 88 88 88 88 88 88 + 88 89 89 89 89 89 89 89 89 89 + 89 89 89 89 89 89 89 89 89 90 + 90 90 90 90 90 90 90 90 90 90 + 90 90 90 90 90 90 90 91 91 91 + 91 91 91 91 91 91 91 91 91 91 + 91 91 91 91 91 92 92 92 92 92 + 92 92 92 92 92 92 92 92 92 92 + 92 92 93 93 93 93 93 93 93 93 + 93 93 93 93 93 93 93 93 93 94 + 94 94 94 94 94 94 94 94 94 94 + 94 94 94 94 94 94 95 95 95 95 + 95 95 95 95 95 95 95 95 95 95 + 95 95 95 96 96 96 96 96 96 96 + 96 96 96 96 96 96 96 96 96 96 + 97 97 97 97 97 97 97 97 97 97 + 97 97 97 97 97 97 97 98 98 98 + 98 98 98 98 98 98 98 98 98 98 + 98 98 98 99 99 99 99 99 99 99 + 99 99 99 99 99 99 99 99 99 99 + 100 100 100 100 100 100 100 100 100 100 + 100 100 100 100 100 100 100 101 101 101 + 101 101 101 101 101 101 101 101 101 101 + 101 101 101 102 102 102 102 102 102 102 + 102 102 102 102 102 102 102 102 102 102 + 103 103 103 103 103 103 103 103 103 103 + 103 103 103 103 103 103 104 104 104 104 + 104 104 104 104 104 104 104 104 104 104 + 104 104 104 105 105 105 105 105 105 105 + 105 105 105 105 105 105 105 105 105 105 + 106 106 106 106 106 106 106 106 106 106 + 106 106 106 106 106 106 107 107 107 107 + 107 107 107 107 107 107 107 107 107 107 + 107 107 107 108 108 108 108 108 108 108 + 108 108 108 108 108 108 108 108 108 108 + 109 109 109 109 109 109 109 109 109 109 + 109 109 109 109 109 109 109 110 110 110 + 110 110 110 110 110 110 110 110 110 110 + 110 110 110 110 111 111 111 111 111 111 + 111 111 111 111 111 111 111 111 111 111 + 111 111 112 112 112 112 112 112 112 112 + 112 112 112 112 112 112 112 112 112 113 + 113 113 113 113 113 113 113 113 113 113 + 113 113 113 113 113 113 114 114 114 114 + 114 114 114 114 114 114 114 114 114 114 + 114 114 114 114 115 115 115 115 115 115 + 115 115 115 115 115 115 115 115 115 115 + 115 115 116 116 116 116 116 116 116 116 + 116 116 116 116 116 116 116 116 116 116 + 117 117 117 117 117 117 117 117 117 117 + 117 117 117 117 117 117 117 117 117 118 + 118 118 118 118 118 118 118 118 118 118 + 118 118 118 118 118 118 118 119 119 119 + 119 119 119 119 119 119 119 119 119 119 + 119 119 119 119 119 119 120 120 120 120 + 120 120 120 120 120 120 120 120 120 120 + 120 120 120 120 120 121 121 121 121 121 + 121 121 121 121 121 121 121 121 121 121 + 121 121 121 121 121 122 122 122 122 122 + 122 122 122 122 122 122 122 122 122 122 + 122 122 122 122 122 123 123 123 123 123 + 123 123 123 123 123 123 123 123 123 123 + 123 123 123 123 123 124 124 124 124 124 + 124 124 124 124 124 124 124 124 124 124 + 124 124 124 124 124 124 125 125 125 125 + 125 125 125 125 125 125 125 125 125 125 + 125 125 125 125 125 125 125 126 126 126 + 126 126 126 126 126 126 126 126 126 126 + 126 126 126 126 126 126 126 126 126 127 + 127 127 127 127 127 127 127 127 127 127 + 127 127 127 127 127 127 127 127 127 127 + 127 128 128 128 128 128 128 128 128 128 + 128 128 128 128 128 128 128 128 128 128 + 128 128 128 128 129 129 129 129 129 129 + 129 129 129 129 129 129 129 129 129 129 + 129 129 129 129 129 129 129 129 130 130 + 130 130 130 130 130 130 130 130 130 130 + 130 130 130 130 130 130 130 130 130 130 + 130 130 130 131 131 131 131 131 131 131 + 131 131 131 131 131 131 131 131 131 131 + 131 131 131 131 131 131 131 131 132 132 + 132 132 132 132 132 132 132 132 132 132 + 132 132 132 132 132 132 132 132 132 132 + 132 132 132 132 132 133 133 133 133 133 + 133 133 133 133 133 133 133 133 133 133 + 133 133 133 133 133 133 133 133 133 133 + 133 133 133 134 134 134 134 134 134 134 + 134 134 134 134 134 134 134 134 134 134 + 134 134 134 134 134 134 134 134 134 134 + 134 134 135 135 135 135 135 135 135 135 + 135 135 135 135 135 135 135 135 135 135 + 135 135 135 135 135 135 135 135 135 135 + 135 135 135 136 136 136 136 136 136 136 + 136 136 136 136 136 136 136 136 136 136 + 136 136 136 136 136 136 136 136 136 136 + 136 136 136 136 136 136 137 137 137 137 + 137 137 137 137 137 137 137 137 137 137 + 137 137 137 137 137 137 137 137 137 137 + 137 137 137 137 137 137 137 137 137 137 + 137 137 138 138 138 138 138 138 138 138 + 138 138 138 138 138 138 138 138 138 138 + 138 138 138 138 138 138 138 138 138 138 + 138 138 138 138 138 138 138 138 138 138 + 139 139 139 139 139 139 139 139 139 139 + 139 139 139 139 139 139 139 139 139 139 + 139 139 139 139 139 139 139 139 139 139 + 139 139 139 139 139 139 139 139 139 139 + 139 139 139 140 140 140 140 140 140 140 + 140 140 140 140 140 140 140 140 140 140 + 140 140 140 140 140 140 140 140 140 140 + 140 140 140 140 140 140 140 140 140 140 + 140 140 140 140 140 140 140 140 140 140 + 140 140 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 141 141 + 141 141 141 141 141 141 141 141 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 142 142 142 142 142 142 142 142 142 + 142 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 143 143 143 143 143 143 143 143 + 143 143 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 144 144 144 144 144 144 144 + 144 144 144 145 145 145 145 145 145 145 + 145 145 145 145 145 145 145 145 145 145 + 145 145 145 145 145 145 145 145 145 145 + 145 145 145 145 145 145 145 145 145 145 + 145 145 145 145 145 145 145 145 145 145 + 145 145 145 146 146 146 146 146 146 146 + 146 146 146 146 146 146 146 146 146 146 + 146 146 146 146 146 146 146 146 146 146 + 146 146 146 146 146 146 146 146 146 146 + 146 146 146 146 146 146 147 147 147 147 + 147 147 147 147 147 147 147 147 147 147 + 147 147 147 147 147 147 147 147 147 147 + 147 147 147 147 147 147 147 147 147 147 + 147 147 147 147 147 148 148 148 148 148 + 148 148 148 148 148 148 148 148 148 148 + 148 148 148 148 148 148 148 148 148 148 + 148 148 148 148 148 148 148 148 148 148 + 149 149 149 149 149 149 149 149 149 149 + 149 149 149 149 149 149 149 149 149 149 + 149 149 149 149 149 149 149 149 149 149 + 149 149 149 150 150 150 150 150 150 150 + 150 150 150 150 150 150 150 150 150 150 + 150 150 150 150 150 150 150 150 150 150 + 150 150 150 151 151 151 151 151 151 151 + 151 151 151 151 151 151 151 151 151 151 + 151 151 151 151 151 151 151 151 151 151 + 151 151 152 152 152 152 152 152 152 152 + 152 152 152 152 152 152 152 152 152 152 + 152 152 152 152 152 152 152 152 152 153 + 153 153 153 153 153 153 153 153 153 153 + 153 153 153 153 153 153 153 153 153 153 + 153 153 153 153 154 154 154 154 154 154 + 154 154 154 154 154 154 154 154 154 154 + 154 154 154 154 154 154 154 154 154 155 + 155 155 155 155 155 155 155 155 155 155 + 155 155 155 155 155 155 155 155 155 155 + 155 155 156 156 156 156 156 156 156 156 + 156 156 156 156 156 156 156 156 156 156 + 156 156 156 156 156 157 157 157 157 157 + 157 157 157 157 157 157 157 157 157 157 + 157 157 157 157 157 157 157 158 158 158 + 158 158 158 158 158 158 158 158 158 158 + 158 158 158 158 158 158 158 158 159 159 + 159 159 159 159 159 159 159 159 159 159 + 159 159 159 159 159 159 159 159 160 160 + 160 160 160 160 160 160 160 160 160 160 + 160 160 160 160 160 160 160 160 161 161 + 161 161 161 161 161 161 161 161 161 161 + 161 161 161 161 161 161 161 161 162 162 + 162 162 162 162 162 162 162 162 162 162 + 162 162 162 162 162 162 162 163 163 163 + 163 163 163 163 163 163 163 163 163 163 + 163 163 163 163 163 164 164 164 164 164 + 164 164 164 164 164 164 164 164 164 164 + 164 164 164 165 165 165 165 165 165 165 + 165 165 165 165 165 165 165 165 165 165 + 165 166 166 166 166 166 166 166 166 166 + 166 166 166 166 166 166 166 166 167 167 + 167 167 167 167 167 167 167 167 167 167 + 167 167 167 167 167 168 168 168 168 168 + 168 168 168 168 168 168 168 168 168 168 + 168 169 169 169 169 169 169 169 169 169 + 169 169 169 169 169 169 169 169 170 170 + 170 170 170 170 170 170 170 170 170 170 + 170 170 170 170 171 171 171 171 171 171 + 171 171 171 171 171 171 171 171 171 172 + 172 172 172 172 172 172 172 172 172 172 + 172 172 172 172 172 173 173 173 173 173 + 173 173 173 173 173 173 173 173 173 173 + 174 174 174 174 174 174 174 174 174 174 + 174 174 174 174 174 175 175 175 175 175 + 175 175 175 175 175 175 175 175 175 175 + 176 176 176 176 176 176 176 176 176 176 + 176 176 176 176 176 177 177 177 177 177 + 177 177 177 177 177 177 177 177 177 177 + 178 178 178 178 178 178 178 178 178 178 + 178 178 178 178 179 179 179 179 179 179 + 179 179 179 179 179 179 179 179 180 180 + 180 180 180 180 180 180 180 180 180 180 + 180 180 180 181 181 181 181 181 181 181 + 181 181 181 181 181 181 181 182 182 182 + 182 182 182 182 182 182 182 182 182 182 + 183 183 183 183 183 183 183 183 183 183 + 183 183 183 183 184 184 184 184 184 184 + 184 184 184 184 184 184 184 184 185 185 + 185 185 185 185 185 185 185 185 185 185 + 185 186 186 186 186 186 186 186 186 186 + 186 186 186 186 186 187 187 187 187 187 + 187 187 187 187 187 187 187 187 188 188 + 188 188 188 188 188 188 188 188 188 188 + 188 189 189 189 189 189 189 189 189 189 + 189 189 189 189 189 190 190 190 190 190 + 190 190 190 190 190 190 190 190 191 191 + 191 191 191 191 191 191 191 191 191 191 + 191 192 192 192 192 192 192 192 192 192 + 192 192 192 192 193 193 193 193 193 193 + 193 193 193 193 193 193 193 194 194 194 + 194 194 194 194 194 194 194 194 194 195 + 195 195 195 195 195 195 195 195 195 195 + 195 195 196 196 196 196 196 196 196 196 + 196 196 196 196 196 197 197 197 197 197 + 197 197 197 197 197 197 197 197 198 198 + 198 198 198 198 198 198 198 198 198 198 + 198 199 199 199 199 199 199 199 199 199 + 199 199 199 200 200 200 200 200 200 200 + 200 200 200 200 200 200 201 201 201 201 + 201 201 201 201 201 201 201 201 201 202 + 202 202 202 202 202 202 202 202 202 202 + 202 203 203 203 203 203 203 203 203 203 + 203 203 203 203 204 204 204 204 204 204 + 204 204 204 204 204 204 205 205 205 205 + 205 205 205 205 205 205 205 205 205 206 + 206 206 206 206 206 206 206 206 206 206 + 206 206 207 207 207 207 207 207 207 207 + 207 207 207 207 207 208 208 208 208 208 + 208 208 208 208 208 208 208 209 209 209 + 209 209 209 209 209 209 209 209 209 209 + 210 210 210 210 210 210 210 210 210 210 + 210 210 210 211 211 211 211 211 211 211 + 211 211 211 211 211 211 212 212 212 212 + 212 212 212 212 212 212 212 212 213 213 + 213 213 213 213 213 213 213 213 213 213 + 213 214 214 214 214 214 214 214 214 214 + 214 214 214 214 215 215 215 215 215 215 + 215 215 215 215 215 215 215 216 216 216 + 216 216 216 216 216 216 216 216 216 216 + 216 217 217 217 217 217 217 217 217 217 + 217 217 217 217 218 218 218 218 218 218 + 218 218 218 218 218 218 218 219 219 219 + 219 219 219 219 219 219 219 219 219 219 + 219 220 220 220 220 220 220 220 220 220 + 220 220 220 220 221 221 221 221 221 221 + 221 221 221 221 221 221 221 221 222 222 + 222 222 222 222 222 222 222 222 222 222 + 222 222 223 223 223 223 223 223 223 223 + 223 223 223 223 223 223 224 224 224 224 + 224 224 224 224 224 224 224 224 224 224 + 224 225 225 225 225 225 225 225 225 225 + 225 225 225 225 225 226 226 226 226 226 + 226 226 226 226 226 226 226 226 226 226 + 227 227 227 227 227 227 227 227 227 227 + 227 227 227 227 227 228 228 228 228 228 + 228 228 228 228 228 228 228 228 228 228 + 229 229 229 229 229 229 229 229 229 229 + 229 229 229 229 229 229 230 230 230 230 + 230 230 230 230 230 230 230 230 230 230 + 230 230 231 231 231 231 231 231 231 231 + 231 231 231 231 231 231 231 231 231 232 + 232 232 232 232 232 232 232 232 232 232 + 232 232 232 232 232 232 233 233 233 233 + 233 233 233 233 233 233 233 233 233 233 + 233 233 233 233 234 234 234 234 234 234 + 234 234 234 234 234 234 234 234 234 234 + 234 234 235 235 235 235 235 235 235 235 + 235 235 235 235 235 235 235 235 235 235 + 235 235 236 236 236 236 236 236 236 236 + 236 236 236 236 236 236 236 236 236 236 + 236 236 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 237 237 237 237 + 237 237 237 237 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 239 239 + 239 239 239 239 239 239 239 239 239 239 + 239 239 239 239 239 239 239 239 239 239 + 239 239 239 239 239 240 240 240 240 240 + 240 240 240 240 240 240 240 240 240 240 + 240 240 240 240 240 240 240 240 240 240 + 240 240 240 240 240 240 241 241 241 241 + 241 241 241 241 241 241 241 241 241 241 + 241 241 241 241 241 241 241 241 241 241 + 241 241 241 241 241 241 241 241 241 241 + 241 241 241 241 241 242 242 242 242 242 + 242 242 242 242 242 242 242 242 242 242 + 242 242 242 242 242 242 242 242 242 242 + 242 242 242 242 242 242 242 242 242 242 + 242 242 242 242 242 242 242 242 242 242 + 242 242 242 242 242 242 242 242 242 242 + 242 242 242 242 242 242 242 242 242 242 + 242 242 242 242 242 242 242 242 242 242 + 242 242 243 243 243 243 243 243 243 243 + 243 243 243 243 243 243 243 243 243 243 + 243 243 243 243 243 243 243 243 243 243 + 243 243 242 242 242 242 242 242 242 242 + 242 242 242 242 242 242 242 242 242 242 + 242 242 242 242 242 242 242 242 242 242 + 242 242 242 242 242 242 242 242 242 242 + 242 242 242 242 242 242 242 242 242 242 + 242 242 242 242 242 242 242 242 242 242 + 242 242 242 242 242 242 242 242 242 242 + 242 242 242 242 241 241 241 241 241 241 + 241 241 241 241 241 241 241 241 241 241 + 241 241 241 241 241 241 241 241 241 241 + 241 241 241 241 241 241 241 240 240 240 + 240 240 240 240 240 240 240 240 240 240 + 240 240 240 240 240 240 240 240 240 240 + 240 240 240 239 239 239 239 239 239 239 + 239 239 239 239 239 239 239 239 239 239 + 239 239 239 239 238 238 238 238 238 238 + 238 238 238 238 238 238 238 238 238 238 + 238 238 237 237 237 237 237 237 237 237 + 237 237 237 237 237 237 237 237 237 236 + 236 236 236 236 236 236 236 236 236 236 + 236 236 236 236 235 235 235 235 235 235 + 235 235 235 235 235 235 235 235 234 234 + 234 234 234 234 234 234 234 234 234 234 + 234 233 233 233 233 233 233 233 233 233 + 233 233 233 232 232 232 232 232 232 232 + 232 232 232 232 231 231 231 231 231 231 + 231 231 231 231 231 230 230 230 230 230 + 230 230 230 230 230 230 229 229 229 229 + 229 229 229 229 229 229 228 228 228 228 + 228 228 228 228 228 227 227 227 227 227 + 227 227 227 227 226 226 226 226 226 226 + 226 226 226 225 225 225 225 225 225 225 + 225 225 224 224 224 224 224 224 224 224 + 223 223 223 223 223 223 223 223 222 222 + 222 222 222 222 222 222 221 221 221 221 + 221 221 221 220 220 220 220 220 220 220 + 220 219 219 219 219 219 219 219 218 218 + 218 218 218 218 218 217 217 217 217 217 + 217 217 216 216 216 216 216 216 215 215 + 215 215 215 215 215 214 214 214 214 214 + 214 213 213 213 213 213 213 213 212 212 + 212 212 212 212 211 211 211 211 211 211 + 210 210 210 210 210 210 209 209 209 209 + 209 208 208 208 208 208 208 207 207 207 + 207 207 207 206 206 206 206 206 205 205 + 205 205 205 205 204 204 204 204 204 203 + 203 203 203 203 202 202 202 202 202 201 + 201 201 201 201 200 200 200 200 200 199 + 199 199 199 199 198 198 198 198 198 197 + 197 197 197 197 196 196 196 196 196 195 + 195 195 195 194 194 194 194 194 193 193 + 193 193 192 192 192 192 192 191 191 191 + 191 190 190 190 190 190 189 189 189 189 + 188 188 188 188 187 187 187 187 187 186 + 186 186 186 185 185 185 185 184 184 184 + 184 183 183 183 183 182 182 182 182 181 + 181 181 181 180 180 180 180 179 179 179 + 179 178 178 178 178 177 177 177 177 176 + 176 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox.dat b/docs/docs/verification/fullprof/pd-xray-cwl_pbso4_round-robin/pbsox.dat similarity index 100% rename from docs/docs/verification/fullprof/pd-xray-pbso4/pbsox.dat rename to docs/docs/verification/fullprof/pd-xray-cwl_pbso4_round-robin/pbsox.dat diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox.pcr b/docs/docs/verification/fullprof/pd-xray-cwl_pbso4_round-robin/pbsox.pcr similarity index 74% rename from docs/docs/verification/fullprof/pd-xray-pbso4/pbsox.pcr rename to docs/docs/verification/fullprof/pd-xray-cwl_pbso4_round-robin/pbsox.pcr index 68d8a47f9..2f143bb9a 100644 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox.pcr +++ b/docs/docs/verification/fullprof/pd-xray-cwl_pbso4_round-robin/pbsox.pcr @@ -1,5 +1,5 @@ COMM PbSO4 XrayDif (Rietveld Refinement Round Robin, R.J. Hill, JApC 2 -! Current global Chi2 (Bragg contrib.) = 11.30 +! Current global Chi2 (Bragg contrib.) = 6.269 ! Files => DAT-file: pbsox.dat, PCR-file: pbsox !Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut 0 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 @@ -8,10 +8,10 @@ COMM PbSO4 XrayDif (Rietveld Refinement Round Robin, R.J. Hill, JApC 2 0 2 1 0 1 0 4 0 0 2 0 1 1 0 4 1 1 ! ! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 - 1.540560 1.544400 0.50000 50.000 6.000 0.8000 0.0000 160.00 0.0000 0.0000 + 1.540560 1.544400 0.50000 50.000 48.0000 0.8000 0.0000 160.00 0.0000 0.0000 ! !NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 - 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 + 50 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 ! ! Excluded regions (LowT HighT) for Pattern# 1 0.00 10.00 @@ -21,12 +21,12 @@ COMM PbSO4 XrayDif (Rietveld Refinement Round Robin, R.J. Hill, JApC 2 0 !Number of refined parameters ! ! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 - -0.04816 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 + 0.00363 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 ! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) - 154.318 100.004 -92.329 -95.599 126.679 -31.804 + 121.279 101.781 -95.426 -113.340 185.296 -55.129 0.00 0.00 0.00 0.00 0.00 0.00 !------------------------------------------------------------------------------- -! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 9.4433 +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 8.0550 !------------------------------------------------------------------------------- PbSO4 ! @@ -36,28 +36,28 @@ PbSO4 ! P n m a <--Space group symbol !Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes -Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 0 #conn S O 0 2 +Pb PB 0.18822 0.25000 0.16711 1.86290 0.50000 0 0 0 0 #conn S O 0 2 0.00 0.00 0.00 0.00 0.00 -S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 0 +S S 0.06306 0.25000 0.68485 1.34971 0.50000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 -O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 0 +O1 O 0.90281 0.25000 0.59724 1.19713 0.50000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 -O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 0 +O2 O 0.18443 0.25000 0.54586 2.56174 0.50000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 -O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 0 +O3 O 0.08094 0.02239 0.81289 1.37463 1.00000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 !-------> Profile Parameters for Pattern # 1 ----> Phase # 1 ! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model - 0.4693346E-03 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.4703142E-03 0.00000 0.00000 0.00000 0.00000 0.00000 0 0.00000 0.000 0.000 0.000 0.000 0.000 ! U V W X Y GauSiz LorSiz Size-Model - 0.048457 -0.083053 0.035188 0.000000 0.049268 0.000000 0.000000 0 + 0.048457 -0.083053 0.035188 0.000000 0.058360 0.000000 0.000000 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -! a b c alpha beta gamma # Cell Info - 8.479832 5.397758 6.959325 90.000000 90.000000 90.000000 # box -0.25 1.25 -0.15 1.15 -0.15 1.15 +! a b c alpha beta gamma #Cell Info + 8.485900 5.402259 6.964587 90.000000 90.000000 90.000000 # box -0.25 1.25 -0.15 1.15 -0.15 1.15 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L - 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00000 0.00000 -0.41356 0.00000 1.26777 0.00000 0.00000 0.00000 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 ! 2Th1/TOF1 2Th2/TOF2 Pattern to plot 10.000 154.000 1 diff --git a/docs/docs/verification/fullprof/pd-xray-cwl_pbso4_round-robin/pbsox.prf b/docs/docs/verification/fullprof/pd-xray-cwl_pbso4_round-robin/pbsox.prf new file mode 100644 index 000000000..e5a0793e6 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-xray-cwl_pbso4_round-robin/pbsox.prf @@ -0,0 +1,6834 @@ +IGOR +WAVES TwoTheta, Iobs, Icalc, Diff +BEGIN + 10.000 179.00 130.79 48.21 + 10.025 147.00 130.56 16.44 + 10.050 165.00 130.34 34.66 + 10.075 172.00 130.11 41.89 + 10.100 150.00 129.88 20.12 + 10.125 165.00 129.66 35.34 + 10.150 150.00 129.44 20.56 + 10.175 158.00 129.21 28.79 + 10.200 134.00 128.99 5.01 + 10.225 146.00 128.77 17.23 + 10.250 167.00 128.54 38.46 + 10.275 159.00 128.32 30.68 + 10.300 139.00 128.10 10.90 + 10.325 145.00 127.88 17.12 + 10.350 165.00 127.66 37.34 + 10.375 150.00 127.44 22.56 + 10.400 149.00 127.22 21.78 + 10.425 156.00 127.00 29.00 + 10.450 143.00 126.79 16.21 + 10.475 166.00 126.57 39.43 + 10.500 154.00 126.35 27.65 + 10.525 131.00 126.14 4.86 + 10.550 144.00 125.92 18.08 + 10.575 131.00 125.71 5.29 + 10.600 140.00 125.49 14.51 + 10.625 147.00 125.28 21.72 + 10.650 155.00 125.07 29.93 + 10.675 148.00 124.86 23.14 + 10.700 140.00 124.64 15.36 + 10.725 138.00 124.43 13.57 + 10.750 127.00 124.22 2.78 + 10.775 146.00 124.01 21.99 + 10.800 147.00 123.80 23.20 + 10.825 114.00 123.59 -9.59 + 10.850 129.00 123.38 5.62 + 10.875 129.00 123.18 5.82 + 10.900 128.00 122.97 5.03 + 10.925 136.00 122.76 13.24 + 10.950 148.00 122.56 25.44 + 10.975 132.00 122.35 9.65 + 11.000 141.00 122.15 18.85 + 11.025 135.00 121.94 13.06 + 11.050 141.00 121.74 19.26 + 11.075 145.00 121.53 23.47 + 11.100 131.00 121.33 9.67 + 11.125 142.00 121.13 20.87 + 11.150 148.00 120.93 27.07 + 11.175 151.00 120.73 30.27 + 11.200 127.00 120.53 6.47 + 11.225 133.00 120.33 12.67 + 11.250 131.00 120.13 10.87 + 11.275 125.00 119.93 5.07 + 11.300 129.00 119.73 9.27 + 11.325 128.00 119.53 8.47 + 11.350 134.00 119.33 14.67 + 11.375 142.00 119.14 22.86 + 11.400 115.00 118.94 -3.94 + 11.425 138.00 118.74 19.26 + 11.450 125.00 118.55 6.45 + 11.475 120.00 118.36 1.64 + 11.500 130.00 118.16 11.84 + 11.525 118.00 117.97 0.03 + 11.550 118.00 117.77 0.23 + 11.575 116.00 117.58 -1.58 + 11.600 119.00 117.39 1.61 + 11.625 101.00 117.20 -16.20 + 11.650 117.00 117.01 -0.01 + 11.675 142.00 116.82 25.18 + 11.700 112.00 116.63 -4.63 + 11.725 114.00 116.44 -2.44 + 11.750 111.00 116.25 -5.25 + 11.775 122.00 116.06 5.94 + 11.800 131.00 115.87 15.13 + 11.825 107.00 115.69 -8.69 + 11.850 121.00 115.50 5.50 + 11.875 123.00 115.32 7.68 + 11.900 120.00 115.13 4.87 + 11.925 126.00 114.94 11.06 + 11.950 125.00 114.76 10.24 + 11.975 120.00 114.58 5.42 + 12.000 103.00 114.39 -11.39 + 12.025 121.00 114.21 6.79 + 12.050 109.00 114.03 -5.03 + 12.075 115.00 113.85 1.15 + 12.100 122.00 113.67 8.33 + 12.125 123.00 113.48 9.52 + 12.150 107.00 113.51 -6.51 + 12.175 126.00 113.33 12.67 + 12.200 133.00 113.25 19.75 + 12.225 120.00 113.08 6.92 + 12.250 100.00 112.90 -12.90 + 12.275 130.00 112.73 17.27 + 12.300 130.00 112.63 17.37 + 12.325 109.00 112.45 -3.45 + 12.350 116.00 112.32 3.68 + 12.375 121.00 112.15 8.85 + 12.400 99.00 111.97 -12.97 + 12.425 107.00 111.80 -4.80 + 12.450 110.00 111.63 -1.63 + 12.475 136.00 111.46 24.54 + 12.500 113.00 111.29 1.71 + 12.525 102.00 111.12 -9.12 + 12.550 117.00 110.95 6.05 + 12.575 111.00 110.78 0.22 + 12.600 105.00 110.61 -5.61 + 12.625 92.00 110.45 -18.45 + 12.650 110.00 110.28 -0.28 + 12.675 116.00 110.11 5.89 + 12.700 124.00 109.95 14.05 + 12.725 111.00 109.78 1.22 + 12.750 91.00 109.62 -18.62 + 12.775 106.00 109.45 -3.45 + 12.800 122.00 109.29 12.71 + 12.825 121.00 109.13 11.87 + 12.850 119.00 108.96 10.04 + 12.875 114.00 108.80 5.20 + 12.900 129.00 108.64 20.36 + 12.925 95.00 108.48 -13.48 + 12.950 117.00 108.32 8.68 + 12.975 102.00 108.16 -6.16 + 13.000 102.00 108.00 -6.00 + 13.025 117.00 107.84 9.16 + 13.050 99.00 107.68 -8.68 + 13.075 124.00 107.53 16.47 + 13.100 107.00 107.37 -0.37 + 13.125 108.00 107.21 0.79 + 13.150 99.00 107.06 -8.06 + 13.175 113.00 106.90 6.10 + 13.200 104.00 106.75 -2.75 + 13.225 92.00 106.59 -14.59 + 13.250 98.00 106.44 -8.44 + 13.275 107.00 106.29 0.71 + 13.300 88.00 106.13 -18.13 + 13.325 96.00 105.98 -9.98 + 13.350 104.00 105.83 -1.83 + 13.375 81.00 105.68 -24.68 + 13.400 111.00 105.53 5.47 + 13.425 78.00 105.38 -27.38 + 13.450 104.00 105.23 -1.23 + 13.475 119.00 105.08 13.92 + 13.500 106.00 104.93 1.07 + 13.525 105.00 104.78 0.22 + 13.550 96.00 104.64 -8.64 + 13.575 81.00 104.49 -23.49 + 13.600 95.00 104.34 -9.34 + 13.625 96.00 104.20 -8.20 + 13.650 103.00 104.05 -1.05 + 13.675 91.00 103.91 -12.91 + 13.700 112.00 103.76 8.24 + 13.725 107.00 103.62 3.38 + 13.750 87.00 103.48 -16.48 + 13.775 112.00 103.34 8.66 + 13.800 92.00 103.19 -11.19 + 13.825 79.00 103.05 -24.05 + 13.850 92.00 102.91 -10.91 + 13.875 103.00 102.77 0.23 + 13.900 97.00 102.63 -5.63 + 13.925 102.00 102.50 -0.50 + 13.950 86.00 102.36 -16.36 + 13.975 97.00 102.22 -5.22 + 14.000 103.00 102.08 0.92 + 14.025 93.00 101.95 -8.95 + 14.050 111.00 101.81 9.19 + 14.075 95.00 101.68 -6.68 + 14.100 96.00 101.54 -5.54 + 14.125 93.00 101.41 -8.41 + 14.150 85.00 101.27 -16.27 + 14.175 104.00 101.14 2.86 + 14.200 98.00 101.01 -3.01 + 14.225 108.00 100.88 7.12 + 14.250 76.00 100.75 -24.75 + 14.275 92.00 100.62 -8.62 + 14.300 95.00 100.49 -5.49 + 14.325 89.00 100.36 -11.36 + 14.350 105.00 100.23 4.77 + 14.375 95.00 100.10 -5.10 + 14.400 92.00 99.97 -7.97 + 14.425 105.00 99.85 5.15 + 14.450 89.00 99.72 -10.72 + 14.475 99.00 99.60 -0.60 + 14.500 101.00 99.47 1.53 + 14.525 97.00 99.35 -2.35 + 14.550 93.00 99.23 -6.23 + 14.575 99.00 99.10 -0.10 + 14.600 100.00 98.98 1.02 + 14.625 83.00 98.86 -15.86 + 14.650 93.00 98.74 -5.74 + 14.675 96.00 98.62 -2.62 + 14.700 69.00 98.51 -29.51 + 14.725 101.00 98.39 2.61 + 14.750 97.00 98.27 -1.27 + 14.775 85.00 98.15 -13.15 + 14.800 95.00 98.04 -3.04 + 14.825 85.00 97.93 -12.93 + 14.850 111.00 97.81 13.19 + 14.875 85.00 97.70 -12.70 + 14.900 86.00 97.74 -11.74 + 14.925 100.00 97.63 2.37 + 14.950 88.00 97.60 -9.60 + 14.975 98.00 97.49 0.51 + 15.000 92.00 97.39 -5.39 + 15.025 93.00 97.28 -4.28 + 15.050 94.00 97.18 -3.18 + 15.075 93.00 97.08 -4.08 + 15.100 81.00 96.98 -15.98 + 15.125 98.00 96.88 1.12 + 15.150 78.00 96.78 -18.78 + 15.175 79.00 96.68 -17.68 + 15.200 93.00 96.58 -3.58 + 15.225 81.00 96.49 -15.49 + 15.250 88.00 96.40 -8.40 + 15.275 73.00 96.31 -23.31 + 15.300 85.00 96.22 -11.22 + 15.325 106.00 96.13 9.87 + 15.350 88.00 96.05 -8.05 + 15.375 94.00 95.96 -1.96 + 15.400 96.00 95.88 0.12 + 15.425 91.00 95.81 -4.81 + 15.450 101.00 95.73 5.27 + 15.475 89.00 95.66 -6.66 + 15.500 87.00 95.59 -8.59 + 15.525 95.00 95.53 -0.53 + 15.550 87.00 95.47 -8.47 + 15.575 97.00 95.41 1.59 + 15.600 81.00 95.36 -14.36 + 15.625 87.00 95.31 -8.31 + 15.650 93.00 95.27 -2.27 + 15.675 90.00 95.23 -5.23 + 15.700 73.00 95.20 -22.20 + 15.725 98.00 95.18 2.82 + 15.750 86.00 95.17 -9.17 + 15.775 80.00 95.17 -15.17 + 15.800 82.00 95.18 -13.18 + 15.825 97.00 95.20 1.80 + 15.850 80.00 95.24 -15.24 + 15.875 81.00 95.30 -14.30 + 15.900 80.00 95.38 -15.38 + 15.925 81.00 95.48 -14.48 + 15.950 73.00 95.62 -22.62 + 15.975 106.00 95.79 10.21 + 16.000 92.00 96.02 -4.02 + 16.025 101.00 96.33 4.67 + 16.050 98.00 96.73 1.27 + 16.075 104.00 97.29 6.71 + 16.100 106.00 98.06 7.94 + 16.125 98.00 99.16 -1.16 + 16.150 114.00 100.77 13.23 + 16.175 97.00 103.22 -6.22 + 16.200 129.00 107.14 21.86 + 16.225 112.00 113.83 -1.83 + 16.250 141.00 125.72 15.28 + 16.275 167.00 146.53 20.47 + 16.300 157.00 181.13 -24.13 + 16.325 200.00 233.13 -33.13 + 16.350 215.00 300.74 -85.74 + 16.375 321.00 373.04 -52.04 + 16.400 397.00 429.55 -32.55 + 16.425 434.00 446.61 -12.61 + 16.450 445.00 410.29 34.71 + 16.475 313.00 329.18 -16.18 + 16.500 197.00 232.23 -35.23 + 16.525 155.00 150.10 4.90 + 16.550 110.00 109.42 0.58 + 16.575 118.00 91.28 26.72 + 16.600 86.00 90.93 -4.93 + 16.625 110.00 90.85 19.15 + 16.650 95.00 90.77 4.23 + 16.675 93.00 92.25 0.75 + 16.700 98.00 93.37 4.63 + 16.725 80.00 94.47 -14.47 + 16.750 85.00 94.94 -9.94 + 16.775 106.00 95.05 10.95 + 16.800 86.00 94.95 -8.95 + 16.825 103.00 94.70 8.30 + 16.850 92.00 94.37 -2.37 + 16.875 88.00 93.99 -5.99 + 16.900 94.00 93.61 0.39 + 16.925 79.00 93.24 -14.24 + 16.950 92.00 92.89 -0.89 + 16.975 106.00 92.57 13.43 + 17.000 82.00 92.27 -10.27 + 17.025 104.00 92.01 11.99 + 17.050 94.00 91.76 2.24 + 17.075 88.00 91.54 -3.54 + 17.100 97.00 91.34 5.66 + 17.125 93.00 91.15 1.85 + 17.150 90.00 90.98 -0.98 + 17.175 120.00 90.82 29.18 + 17.200 93.00 90.68 2.32 + 17.225 106.00 90.54 15.46 + 17.250 89.00 90.41 -1.41 + 17.275 92.00 90.29 1.71 + 17.300 100.00 90.18 9.82 + 17.325 91.00 90.07 0.93 + 17.350 99.00 90.06 8.94 + 17.375 81.00 89.97 -8.97 + 17.400 89.00 89.88 -0.88 + 17.425 79.00 89.84 -10.84 + 17.450 91.00 89.76 1.24 + 17.475 84.00 89.68 -5.68 + 17.500 92.00 89.61 2.39 + 17.525 107.00 89.54 17.46 + 17.550 99.00 89.48 9.52 + 17.575 92.00 89.42 2.58 + 17.600 87.00 89.36 -2.36 + 17.625 88.00 89.31 -1.31 + 17.650 67.00 89.26 -22.26 + 17.675 81.00 89.21 -8.21 + 17.700 86.00 89.16 -3.16 + 17.725 85.00 89.12 -4.12 + 17.750 103.00 89.08 13.92 + 17.775 85.00 89.04 -4.04 + 17.800 77.00 89.01 -12.01 + 17.825 105.00 88.97 16.03 + 17.850 93.00 88.94 4.06 + 17.875 96.00 88.92 7.08 + 17.900 93.00 88.89 4.11 + 17.925 85.00 88.87 -3.87 + 17.950 75.00 88.85 -13.85 + 17.975 105.00 88.84 16.16 + 18.000 85.00 88.82 -3.82 + 18.025 89.00 88.81 0.19 + 18.050 86.00 88.80 -2.80 + 18.075 76.00 88.80 -12.80 + 18.100 86.00 88.80 -2.80 + 18.125 71.00 88.80 -17.80 + 18.150 101.00 88.80 12.20 + 18.175 100.00 88.81 11.19 + 18.200 89.00 88.82 0.18 + 18.225 74.00 88.83 -14.83 + 18.250 101.00 88.85 12.15 + 18.275 103.00 88.87 14.13 + 18.300 95.00 88.89 6.11 + 18.325 100.00 88.91 11.09 + 18.350 87.00 88.94 -1.94 + 18.375 94.00 88.98 5.02 + 18.400 84.00 89.02 -5.02 + 18.425 102.00 89.06 12.94 + 18.450 92.00 89.10 2.90 + 18.475 80.00 89.15 -9.15 + 18.500 82.00 89.21 -7.21 + 18.525 105.00 89.27 15.73 + 18.550 84.00 89.33 -5.33 + 18.575 83.00 89.40 -6.40 + 18.600 93.00 89.73 3.27 + 18.625 92.00 89.81 2.19 + 18.650 105.00 89.90 15.10 + 18.675 94.00 90.12 3.88 + 18.700 88.00 90.22 -2.22 + 18.725 97.00 90.32 6.68 + 18.750 88.00 90.43 -2.43 + 18.775 110.00 90.55 19.45 + 18.800 110.00 90.67 19.33 + 18.825 84.00 90.80 -6.80 + 18.850 89.00 90.94 -1.94 + 18.875 98.00 91.09 6.91 + 18.900 92.00 91.25 0.75 + 18.925 86.00 91.41 -5.41 + 18.950 110.00 91.59 18.41 + 18.975 98.00 91.77 6.23 + 19.000 93.00 91.97 1.03 + 19.025 94.00 92.17 1.83 + 19.050 104.00 92.39 11.61 + 19.075 96.00 92.62 3.38 + 19.100 105.00 92.86 12.14 + 19.125 99.00 93.11 5.89 + 19.150 117.00 93.38 23.62 + 19.175 111.00 93.66 17.34 + 19.200 100.00 93.96 6.04 + 19.225 125.00 94.28 30.72 + 19.250 99.00 94.61 4.39 + 19.275 107.00 94.97 12.03 + 19.300 107.00 95.34 11.66 + 19.325 98.00 95.73 2.27 + 19.350 84.00 96.15 -12.15 + 19.375 112.00 96.59 15.41 + 19.400 99.00 97.06 1.94 + 19.425 93.00 97.55 -4.55 + 19.450 108.00 98.08 9.92 + 19.475 100.00 98.63 1.37 + 19.500 91.00 99.22 -8.22 + 19.525 98.00 99.85 -1.85 + 19.550 124.00 100.52 23.48 + 19.575 98.00 101.23 -3.23 + 19.600 121.00 101.98 19.02 + 19.625 114.00 102.78 11.22 + 19.650 93.00 103.85 -10.85 + 19.675 87.00 104.77 -17.77 + 19.700 95.00 105.75 -10.75 + 19.725 95.00 106.91 -11.91 + 19.750 121.00 108.04 12.96 + 19.775 102.00 109.25 -7.25 + 19.800 127.00 110.55 16.45 + 19.825 119.00 111.95 7.05 + 19.850 118.00 113.46 4.54 + 19.875 107.00 115.09 -8.09 + 19.900 100.00 116.85 -16.85 + 19.925 95.00 118.76 -23.76 + 19.950 116.00 120.84 -4.84 + 19.975 136.00 123.10 12.90 + 20.000 92.00 125.57 -33.57 + 20.025 127.00 128.27 -1.27 + 20.050 127.00 131.23 -4.23 + 20.075 115.00 134.49 -19.49 + 20.100 124.00 138.08 -14.08 + 20.125 130.00 142.05 -12.05 + 20.150 123.00 146.46 -23.46 + 20.175 137.00 151.38 -14.38 + 20.200 136.00 156.89 -20.89 + 20.225 165.00 163.07 1.93 + 20.250 150.00 170.07 -20.07 + 20.275 173.00 178.04 -5.04 + 20.300 190.00 187.17 2.83 + 20.325 211.00 197.78 13.22 + 20.350 212.00 210.25 1.75 + 20.375 255.00 225.18 29.82 + 20.400 264.00 243.48 20.52 + 20.425 305.00 266.48 38.52 + 20.450 353.00 296.27 56.73 + 20.475 415.00 336.11 78.89 + 20.500 507.00 391.40 115.60 + 20.525 623.00 472.05 150.95 + 20.550 833.00 597.51 235.49 + 20.575 1076.00 807.11 268.89 + 20.600 1417.00 1174.86 242.14 + 20.625 1958.00 1820.46 137.54 + 20.650 2624.00 2893.43 -269.43 + 20.675 3927.00 4501.69 -574.69 + 20.700 5466.00 6590.85 -1124.85 + 20.725 7996.00 8837.73 -841.73 + 20.750 11062.00 10670.81 391.19 + 20.775 12925.00 11482.43 1442.57 + 20.800 12506.00 11010.85 1495.15 + 20.825 10327.00 9605.09 721.91 + 20.850 8178.00 7923.34 254.66 + 20.875 6771.00 6434.92 336.08 + 20.900 5910.00 5242.40 667.60 + 20.925 4886.00 4185.71 700.29 + 20.950 3432.00 3141.05 290.95 + 20.975 2110.00 2154.35 -44.35 + 21.000 1182.00 1344.38 -162.38 + 21.025 802.00 797.57 4.43 + 21.050 623.00 504.15 118.85 + 21.075 527.00 382.23 144.77 + 21.100 435.00 343.98 91.02 + 21.125 393.00 332.30 60.70 + 21.150 356.00 322.72 33.28 + 21.175 333.00 309.84 23.16 + 21.200 295.00 294.73 0.27 + 21.225 316.00 278.97 37.03 + 21.250 280.00 263.33 16.67 + 21.275 248.00 248.18 -0.18 + 21.300 264.00 233.80 30.20 + 21.325 216.00 220.42 -4.42 + 21.350 202.00 208.22 -6.22 + 21.375 211.00 197.25 13.75 + 21.400 187.00 187.48 -0.48 + 21.425 168.00 178.82 -10.82 + 21.450 208.00 171.16 36.84 + 21.475 160.00 164.39 -4.39 + 21.500 171.00 158.39 12.61 + 21.525 149.00 153.06 -4.06 + 21.550 166.00 148.31 17.69 + 21.575 138.00 144.07 -6.07 + 21.600 168.00 140.27 27.73 + 21.625 129.00 136.86 -7.86 + 21.650 147.00 133.78 13.22 + 21.675 134.00 131.01 2.99 + 21.700 125.00 128.50 -3.50 + 21.725 137.00 126.24 10.76 + 21.750 112.00 124.18 -12.18 + 21.775 128.00 122.32 5.68 + 21.800 134.00 120.64 13.36 + 21.825 121.00 119.45 1.55 + 21.850 138.00 118.06 19.94 + 21.875 103.00 116.81 -13.81 + 21.900 124.00 115.69 8.31 + 21.925 115.00 114.84 0.16 + 21.950 119.00 113.93 5.07 + 21.975 109.00 113.13 -4.13 + 22.000 119.00 112.41 6.59 + 22.025 116.00 111.78 4.22 + 22.050 127.00 111.24 15.76 + 22.075 133.00 110.78 22.22 + 22.100 121.00 110.40 10.60 + 22.125 109.00 110.09 -1.09 + 22.150 114.00 109.86 4.14 + 22.175 113.00 109.70 3.30 + 22.200 120.00 109.62 10.38 + 22.225 118.00 109.61 8.39 + 22.250 102.00 109.67 -7.67 + 22.275 110.00 109.81 0.19 + 22.300 118.00 110.03 7.97 + 22.325 123.00 110.34 12.66 + 22.350 116.00 110.73 5.27 + 22.375 112.00 111.20 0.80 + 22.400 107.00 111.78 -4.78 + 22.425 121.00 112.46 8.54 + 22.450 104.00 113.24 -9.24 + 22.475 124.00 114.15 9.85 + 22.500 105.00 115.19 -10.19 + 22.525 128.00 116.37 11.63 + 22.550 115.00 117.71 -2.71 + 22.575 128.00 119.23 8.77 + 22.600 99.00 120.94 -21.94 + 22.625 130.00 122.88 7.12 + 22.650 109.00 125.08 -16.08 + 22.675 125.00 127.56 -2.56 + 22.700 138.00 130.37 7.63 + 22.725 141.00 133.57 7.43 + 22.750 135.00 137.22 -2.22 + 22.775 125.00 141.40 -16.40 + 22.800 140.00 146.21 -6.21 + 22.825 152.00 151.80 0.20 + 22.850 177.00 158.36 18.64 + 22.875 177.00 166.16 10.84 + 22.900 191.00 175.60 15.40 + 22.925 195.00 187.29 7.71 + 22.950 225.00 202.16 22.84 + 22.975 258.00 221.64 36.36 + 23.000 301.00 248.03 52.97 + 23.025 337.00 285.22 51.78 + 23.050 468.00 340.49 127.51 + 23.075 618.00 428.63 189.37 + 23.100 837.00 579.78 257.22 + 23.125 1082.00 850.36 231.64 + 23.150 1507.00 1328.70 178.30 + 23.175 2283.00 2116.24 166.76 + 23.200 3235.00 3267.36 -32.36 + 23.225 4791.00 4696.38 94.62 + 23.250 6588.00 6116.79 471.21 + 23.275 8176.00 7083.98 1092.02 + 23.300 8122.00 7184.66 937.34 + 23.325 6687.00 6338.12 348.88 + 23.350 5078.00 4897.83 180.17 + 23.375 3206.00 3342.05 -136.05 + 23.400 1822.00 2031.32 -209.32 + 23.425 1101.00 1144.23 -43.23 + 23.450 712.00 654.30 57.70 + 23.475 566.00 427.77 138.23 + 23.500 470.00 334.88 135.12 + 23.525 381.00 295.34 85.66 + 23.550 302.00 273.54 28.46 + 23.575 277.00 257.91 19.09 + 23.600 259.00 245.22 13.78 + 23.625 259.00 233.91 25.09 + 23.650 212.00 223.03 -11.03 + 23.675 198.00 212.25 -14.25 + 23.700 189.00 201.75 -12.75 + 23.725 153.00 191.84 -38.84 + 23.750 182.00 182.80 -0.80 + 23.775 178.00 174.78 3.22 + 23.800 175.00 167.81 7.19 + 23.825 164.00 161.83 2.17 + 23.850 139.00 156.76 -17.76 + 23.875 176.00 152.51 23.49 + 23.900 159.00 148.99 10.01 + 23.925 147.00 146.13 0.87 + 23.950 172.00 143.86 28.14 + 23.975 167.00 142.15 24.85 + 24.000 159.00 140.95 18.05 + 24.025 180.00 140.26 39.74 + 24.050 168.00 140.09 27.91 + 24.075 162.00 140.45 21.55 + 24.100 166.00 141.39 24.61 + 24.125 147.00 143.01 3.99 + 24.150 149.00 145.45 3.55 + 24.175 161.00 148.94 12.06 + 24.200 173.00 153.85 19.15 + 24.225 145.00 160.75 -15.75 + 24.250 210.00 170.62 39.38 + 24.275 201.00 185.11 15.89 + 24.300 257.00 207.48 49.52 + 24.325 262.00 244.44 17.56 + 24.350 342.00 309.52 32.48 + 24.375 451.00 427.17 23.83 + 24.400 598.00 632.91 -34.91 + 24.425 796.00 961.83 -165.83 + 24.450 1089.00 1421.01 -332.01 + 24.475 1648.00 1955.82 -307.82 + 24.500 2386.00 2438.48 -52.48 + 24.525 3203.00 2700.86 502.14 + 24.550 3155.00 2623.92 531.08 + 24.575 2711.00 2241.33 469.67 + 24.600 1970.00 1709.88 260.12 + 24.625 1292.00 1178.73 113.27 + 24.650 729.00 750.45 -21.45 + 24.675 450.00 468.54 -18.54 + 24.700 289.00 313.36 -24.36 + 24.725 285.00 238.88 46.12 + 24.750 218.00 205.25 12.75 + 24.775 211.00 188.71 22.29 + 24.800 202.00 179.07 22.93 + 24.825 168.00 172.64 -4.64 + 24.850 165.00 167.99 -2.99 + 24.875 177.00 164.16 12.84 + 24.900 176.00 160.79 15.21 + 24.925 197.00 157.79 39.21 + 24.950 164.00 155.22 8.78 + 24.975 141.00 153.19 -12.19 + 25.000 160.00 151.80 8.20 + 25.025 160.00 151.10 8.90 + 25.050 157.00 151.13 5.87 + 25.075 145.00 151.92 -6.92 + 25.100 165.00 153.53 11.47 + 25.125 158.00 156.04 1.96 + 25.150 158.00 159.61 -1.61 + 25.175 197.00 164.49 32.51 + 25.200 179.00 171.08 7.92 + 25.225 203.00 180.02 22.98 + 25.250 194.00 192.33 1.67 + 25.275 216.00 209.76 6.24 + 25.300 282.00 235.46 46.54 + 25.325 282.00 275.87 6.13 + 25.350 364.00 344.33 19.67 + 25.375 456.00 466.91 -10.91 + 25.400 632.00 687.07 -55.07 + 25.425 854.00 1059.58 -205.58 + 25.450 1213.00 1623.04 -410.04 + 25.475 1815.00 2351.08 -536.08 + 25.500 2863.00 3113.77 -250.77 + 25.525 4063.00 3689.05 373.95 + 25.550 4649.00 3849.77 799.23 + 25.575 4165.00 3523.15 641.85 + 25.600 3168.00 2868.09 299.91 + 25.625 2329.00 2110.26 218.74 + 25.650 1423.00 1414.49 8.51 + 25.675 738.00 890.12 -152.12 + 25.700 438.00 562.45 -124.45 + 25.725 367.00 386.78 -19.78 + 25.750 295.00 301.16 -6.16 + 25.775 246.00 259.52 -13.52 + 25.800 246.00 237.12 8.88 + 25.825 191.00 223.45 -32.45 + 25.850 179.00 214.31 -35.31 + 25.875 178.00 207.59 -29.59 + 25.900 170.00 202.14 -32.14 + 25.925 182.00 197.46 -15.46 + 25.950 158.00 193.48 -35.48 + 25.975 182.00 190.30 -8.30 + 26.000 179.00 188.04 -9.04 + 26.025 184.00 186.77 -2.77 + 26.050 181.00 186.50 -5.50 + 26.075 169.00 187.26 -18.26 + 26.100 171.00 189.06 -18.06 + 26.125 191.00 191.91 -0.91 + 26.150 175.00 195.88 -20.88 + 26.175 216.00 201.04 14.96 + 26.200 195.00 207.54 -12.54 + 26.225 224.00 215.56 8.44 + 26.250 209.00 225.41 -16.41 + 26.275 251.00 237.50 13.50 + 26.300 257.00 252.48 4.52 + 26.325 298.00 271.33 26.67 + 26.350 297.00 295.54 1.46 + 26.375 378.00 327.49 50.51 + 26.400 406.00 371.01 34.99 + 26.425 499.00 432.78 66.22 + 26.450 590.00 525.80 64.20 + 26.475 746.00 677.04 68.96 + 26.500 983.00 941.83 41.17 + 26.525 1402.00 1421.45 -19.45 + 26.550 2108.00 2264.78 -156.78 + 26.575 3097.00 3619.30 -522.30 + 26.600 4641.00 5511.40 -870.40 + 26.625 7229.00 7707.60 -478.60 + 26.650 10690.00 9672.13 1017.87 + 26.675 13494.00 10717.94 2776.06 + 26.700 13106.00 10398.17 2707.83 + 26.725 10401.00 8922.93 1478.07 + 26.750 7908.00 6917.00 991.00 + 26.775 5365.00 4871.03 493.97 + 26.800 2857.00 3134.61 -277.61 + 26.825 1575.00 1915.46 -340.46 + 26.850 947.00 1190.59 -243.59 + 26.875 697.00 807.56 -110.56 + 26.900 595.00 613.99 -18.99 + 26.925 529.00 511.13 17.87 + 26.950 450.00 450.35 -0.35 + 26.975 423.00 410.75 12.25 + 27.000 344.00 382.45 -38.45 + 27.025 319.00 360.02 -41.02 + 27.050 309.00 340.78 -31.78 + 27.075 252.00 323.83 -71.83 + 27.100 257.00 309.16 -52.16 + 27.125 252.00 296.99 -44.99 + 27.150 266.00 287.48 -21.48 + 27.175 275.00 280.71 -5.71 + 27.200 257.00 276.68 -19.68 + 27.225 285.00 275.47 9.53 + 27.250 285.00 277.20 7.80 + 27.275 270.00 282.21 -12.21 + 27.300 280.00 291.12 -11.12 + 27.325 347.00 304.95 42.05 + 27.350 282.00 325.45 -43.45 + 27.375 362.00 355.49 6.51 + 27.400 426.00 400.22 25.78 + 27.425 461.00 469.66 -8.66 + 27.450 637.00 584.84 52.16 + 27.475 693.00 789.24 -96.24 + 27.500 1051.00 1162.99 -111.99 + 27.525 1425.00 1824.81 -399.81 + 27.550 2158.00 2892.78 -734.78 + 27.575 3198.00 4387.45 -1189.45 + 27.600 5190.00 6120.49 -930.49 + 27.625 8004.00 7663.42 340.58 + 27.650 10350.00 8474.45 1875.55 + 27.675 9724.00 8216.53 1507.47 + 27.700 7797.00 7082.93 714.07 + 27.725 6126.00 5559.62 566.38 + 27.750 4329.00 3989.35 339.65 + 27.775 2276.00 2622.14 -346.14 + 27.800 1177.00 1634.38 -457.38 + 27.825 756.00 1029.86 -273.86 + 27.850 591.00 700.22 -109.22 + 27.875 486.00 528.00 -42.00 + 27.900 352.00 433.87 -81.87 + 27.925 340.00 377.24 -37.24 + 27.950 314.00 339.80 -25.80 + 27.975 270.00 312.53 -42.53 + 28.000 256.00 290.48 -34.48 + 28.025 253.00 271.17 -18.17 + 28.050 245.00 253.71 -8.71 + 28.075 206.00 237.95 -31.95 + 28.100 212.00 223.91 -11.91 + 28.125 183.00 211.57 -28.57 + 28.150 205.00 200.84 4.16 + 28.175 185.00 191.55 -6.55 + 28.200 164.00 183.53 -19.53 + 28.225 197.00 176.60 20.40 + 28.250 167.00 170.61 -3.61 + 28.275 175.00 165.41 9.59 + 28.300 159.00 160.91 -1.91 + 28.325 152.00 156.99 -4.99 + 28.350 162.00 153.59 8.41 + 28.375 168.00 150.63 17.37 + 28.400 151.00 148.08 2.92 + 28.425 153.00 145.88 7.12 + 28.450 128.00 143.99 -15.99 + 28.475 167.00 142.40 24.60 + 28.500 147.00 141.06 5.94 + 28.525 140.00 139.98 0.02 + 28.550 139.00 139.12 -0.12 + 28.575 153.00 138.48 14.52 + 28.600 153.00 138.05 14.95 + 28.625 154.00 137.82 16.18 + 28.650 145.00 137.79 7.21 + 28.675 147.00 137.95 9.05 + 28.700 134.00 138.31 -4.31 + 28.725 160.00 138.87 21.13 + 28.750 137.00 139.64 -2.64 + 28.775 134.00 140.62 -6.62 + 28.800 131.00 141.83 -10.83 + 28.825 157.00 143.28 13.72 + 28.850 137.00 144.98 -7.98 + 28.875 145.00 146.96 -1.96 + 28.900 151.00 149.25 1.75 + 28.925 164.00 151.87 12.13 + 28.950 171.00 154.86 16.14 + 28.975 172.00 158.27 13.73 + 29.000 165.00 162.15 2.85 + 29.025 168.00 166.56 1.44 + 29.050 162.00 171.57 -9.57 + 29.075 193.00 177.29 15.71 + 29.100 169.00 183.83 -14.83 + 29.125 199.00 191.32 7.68 + 29.150 186.00 199.94 -13.94 + 29.175 208.00 209.91 -1.91 + 29.200 196.00 221.53 -25.53 + 29.225 182.00 235.18 -53.18 + 29.250 246.00 251.40 -5.40 + 29.275 245.00 271.00 -26.00 + 29.300 284.00 295.12 -11.12 + 29.325 340.00 325.57 14.43 + 29.350 364.00 365.12 -1.12 + 29.375 382.00 418.31 -36.31 + 29.400 519.00 493.00 26.00 + 29.425 665.00 604.56 60.44 + 29.450 837.00 785.31 51.69 + 29.475 1080.00 1102.72 -22.72 + 29.500 1566.00 1683.02 -117.02 + 29.525 2321.00 2711.89 -390.89 + 29.550 3438.00 4369.58 -931.58 + 29.575 5181.00 6671.94 -1490.94 + 29.600 8141.00 9300.26 -1159.26 + 29.625 12608.00 11571.98 1036.02 + 29.650 15702.00 12667.18 3034.82 + 29.675 14432.00 12170.12 2261.88 + 29.700 12071.00 10511.36 1559.64 + 29.725 9687.00 8391.85 1295.15 + 29.750 7137.00 6169.01 967.99 + 29.775 4123.00 4142.46 -19.46 + 29.800 2094.00 2613.09 -519.09 + 29.825 1334.00 1640.74 -306.74 + 29.850 1013.00 1090.38 -77.38 + 29.875 780.00 792.20 -12.20 + 29.900 668.00 625.35 42.65 + 29.925 467.00 524.99 -57.99 + 29.950 438.00 459.72 -21.72 + 29.975 379.00 413.10 -34.10 + 30.000 355.00 376.10 -21.10 + 30.025 263.00 344.39 -81.39 + 30.050 287.00 316.32 -29.32 + 30.075 299.00 291.45 7.55 + 30.100 247.00 269.60 -22.60 + 30.125 253.00 250.58 2.42 + 30.150 236.00 234.11 1.89 + 30.175 223.00 219.95 3.05 + 30.200 193.00 207.64 -14.64 + 30.225 198.00 196.96 1.04 + 30.250 184.00 187.64 -3.64 + 30.275 204.00 179.52 24.48 + 30.300 185.00 172.34 12.66 + 30.325 174.00 165.99 8.01 + 30.350 201.00 160.36 40.64 + 30.375 168.00 155.35 12.65 + 30.400 185.00 150.86 34.14 + 30.425 175.00 146.83 28.17 + 30.450 171.00 143.20 27.80 + 30.475 153.00 139.93 13.07 + 30.500 162.00 136.97 25.03 + 30.525 135.00 134.28 0.72 + 30.550 159.00 131.84 27.16 + 30.575 139.00 129.62 9.38 + 30.600 147.00 127.60 19.40 + 30.625 127.00 125.75 1.25 + 30.650 143.00 124.06 18.94 + 30.675 140.00 122.52 17.48 + 30.700 115.00 121.11 -6.11 + 30.725 142.00 119.82 22.18 + 30.750 123.00 118.64 4.36 + 30.775 156.00 117.56 38.44 + 30.800 133.00 116.57 16.43 + 30.825 135.00 115.68 19.32 + 30.850 128.00 114.86 13.14 + 30.875 130.00 114.12 15.88 + 30.900 127.00 113.46 13.54 + 30.925 120.00 112.86 7.14 + 30.950 121.00 112.32 8.68 + 30.975 106.00 111.85 -5.85 + 31.000 134.00 111.43 22.57 + 31.025 114.00 111.07 2.93 + 31.050 107.00 110.77 -3.77 + 31.075 123.00 110.51 12.49 + 31.100 111.00 110.32 0.68 + 31.125 92.00 110.17 -18.17 + 31.150 134.00 110.08 23.92 + 31.175 87.00 110.03 -23.03 + 31.200 130.00 110.04 19.96 + 31.225 97.00 110.10 -13.10 + 31.250 101.00 110.21 -9.21 + 31.275 113.00 110.37 2.63 + 31.300 119.00 110.59 8.41 + 31.325 122.00 110.87 11.13 + 31.350 114.00 111.20 2.80 + 31.375 117.00 111.61 5.39 + 31.400 84.00 112.08 -28.08 + 31.425 105.00 112.62 -7.62 + 31.450 111.00 113.24 -2.24 + 31.475 104.00 113.95 -9.95 + 31.500 119.00 114.75 4.25 + 31.525 119.00 115.64 3.36 + 31.550 101.00 116.65 -15.65 + 31.575 117.00 117.78 -0.78 + 31.600 122.00 119.05 2.95 + 31.625 105.00 120.47 -15.47 + 31.650 128.00 122.06 5.94 + 31.675 116.00 123.84 -7.84 + 31.700 126.00 125.84 0.16 + 31.725 115.00 128.10 -13.10 + 31.750 121.00 130.50 -9.50 + 31.775 116.00 133.39 -17.39 + 31.800 144.00 136.60 7.40 + 31.825 141.00 140.37 0.63 + 31.850 128.00 144.69 -16.69 + 31.875 148.00 149.70 -1.70 + 31.900 165.00 155.56 9.44 + 31.925 172.00 162.48 9.52 + 31.950 182.00 170.78 11.22 + 31.975 174.00 180.93 -6.93 + 32.000 193.00 193.64 -0.64 + 32.025 230.00 210.03 19.97 + 32.050 247.00 231.92 15.08 + 32.075 312.00 262.52 49.48 + 32.100 325.00 308.22 16.78 + 32.125 423.00 382.72 40.28 + 32.150 589.00 515.05 73.95 + 32.175 755.00 758.30 -3.30 + 32.200 1130.00 1188.19 -58.19 + 32.225 1670.00 1868.76 -198.76 + 32.250 2522.00 2782.88 -260.88 + 32.275 3976.00 3771.52 204.48 + 32.300 5312.00 4541.97 770.03 + 32.325 5540.00 4798.10 741.90 + 32.350 4806.00 4488.08 317.92 + 32.375 3984.00 3872.96 111.04 + 32.400 3579.00 3161.30 417.70 + 32.425 2684.00 2394.31 289.69 + 32.450 1672.00 1662.85 9.15 + 32.475 977.00 1097.68 -120.68 + 32.500 645.00 733.21 -88.21 + 32.525 451.00 523.45 -72.45 + 32.550 390.00 407.61 -17.61 + 32.575 317.00 342.60 -25.60 + 32.600 305.00 304.91 0.09 + 32.625 278.00 282.34 -4.34 + 32.650 234.00 267.94 -33.94 + 32.675 264.00 258.29 5.71 + 32.700 246.00 251.89 -5.89 + 32.725 263.00 248.37 14.63 + 32.750 239.00 247.73 -8.73 + 32.775 271.00 250.33 20.67 + 32.800 260.00 256.72 3.28 + 32.825 299.00 267.82 31.18 + 32.850 300.00 285.20 14.80 + 32.875 332.00 311.54 20.46 + 32.900 411.00 352.31 58.69 + 32.925 497.00 418.63 78.37 + 32.950 630.00 535.21 94.79 + 32.975 918.00 751.35 166.65 + 33.000 1214.00 1147.94 66.06 + 33.025 1839.00 1818.03 20.97 + 33.050 2852.00 2797.54 54.46 + 33.075 4745.00 3978.04 766.96 + 33.100 6636.00 5069.96 1566.04 + 33.125 7831.00 5690.36 2140.64 + 33.150 7010.00 5618.01 1391.99 + 33.175 5926.00 5050.13 875.87 + 33.200 5069.00 4318.37 750.63 + 33.225 4251.00 3499.28 751.72 + 33.250 2900.00 2611.62 288.38 + 33.275 1743.00 1811.25 -68.25 + 33.300 1167.00 1226.47 -59.47 + 33.325 841.00 854.41 -13.41 + 33.350 646.00 625.89 20.11 + 33.375 517.00 480.11 36.89 + 33.400 412.00 385.43 26.57 + 33.425 354.00 324.75 29.25 + 33.450 301.00 285.26 15.74 + 33.475 282.00 257.77 24.23 + 33.500 234.00 236.93 -2.93 + 33.525 204.00 220.14 -16.14 + 33.550 235.00 206.23 28.77 + 33.575 226.00 194.55 31.45 + 33.600 207.00 184.72 22.28 + 33.625 200.00 176.43 23.57 + 33.650 180.00 169.46 10.54 + 33.675 180.00 163.63 16.37 + 33.700 179.00 158.79 20.21 + 33.725 172.00 154.84 17.16 + 33.750 180.00 151.68 28.32 + 33.775 157.00 149.26 7.74 + 33.800 154.00 147.48 6.52 + 33.825 173.00 146.54 26.46 + 33.850 198.00 146.38 51.62 + 33.875 147.00 147.25 -0.25 + 33.900 168.00 149.41 18.59 + 33.925 157.00 153.37 3.63 + 33.950 199.00 160.15 38.85 + 33.975 209.00 171.94 37.06 + 34.000 242.00 193.54 48.46 + 34.025 257.00 234.64 22.36 + 34.050 328.00 311.18 16.82 + 34.075 467.00 441.10 25.90 + 34.100 631.00 630.78 0.22 + 34.125 994.00 856.94 137.06 + 34.150 1449.00 1060.74 388.26 + 34.175 1522.00 1166.70 355.30 + 34.200 1193.00 1136.72 56.28 + 34.225 977.00 1018.24 -41.24 + 34.250 947.00 875.54 71.46 + 34.275 796.00 717.89 78.11 + 34.300 548.00 547.00 1.00 + 34.325 358.00 394.96 -36.96 + 34.350 251.00 286.32 -35.32 + 34.375 190.00 219.41 -29.41 + 34.400 164.00 180.90 -16.90 + 34.425 159.00 158.73 0.27 + 34.450 137.00 145.50 -8.50 + 34.475 134.00 137.13 -3.13 + 34.500 136.00 131.37 4.63 + 34.525 126.00 126.97 -0.97 + 34.550 122.00 123.34 -1.34 + 34.575 128.00 120.21 7.79 + 34.600 108.00 117.51 -9.51 + 34.625 100.00 115.16 -15.16 + 34.650 120.00 113.13 6.87 + 34.675 106.00 111.38 -5.38 + 34.700 123.00 109.86 13.14 + 34.725 117.00 108.53 8.47 + 34.750 113.00 107.37 5.63 + 34.775 108.00 106.35 1.65 + 34.800 121.00 105.44 15.56 + 34.825 104.00 104.38 -0.38 + 34.850 104.00 103.66 0.34 + 34.875 100.00 103.01 -3.01 + 34.900 105.00 102.30 2.70 + 34.925 107.00 101.78 5.22 + 34.950 108.00 101.30 6.70 + 34.975 103.00 101.00 2.00 + 35.000 108.00 100.61 7.39 + 35.025 123.00 100.25 22.75 + 35.050 92.00 99.93 -7.93 + 35.075 122.00 99.63 22.37 + 35.100 97.00 99.42 -2.42 + 35.125 101.00 99.17 1.83 + 35.150 92.00 98.94 -6.94 + 35.175 114.00 98.73 15.27 + 35.200 89.00 98.54 -9.54 + 35.225 81.00 98.37 -17.37 + 35.250 113.00 98.21 14.79 + 35.275 76.00 98.06 -22.06 + 35.300 89.00 97.93 -8.93 + 35.325 99.00 97.81 1.19 + 35.350 89.00 97.70 -8.70 + 35.375 98.00 97.60 0.40 + 35.400 98.00 97.52 0.48 + 35.425 104.00 97.44 6.56 + 35.450 120.00 97.37 22.63 + 35.475 100.00 97.31 2.69 + 35.500 99.00 97.27 1.73 + 35.525 89.00 97.22 -8.22 + 35.550 111.00 97.19 13.81 + 35.575 98.00 97.17 0.83 + 35.600 96.00 97.15 -1.15 + 35.625 95.00 97.14 -2.14 + 35.650 84.00 97.14 -13.14 + 35.675 115.00 97.17 17.83 + 35.700 106.00 96.97 9.03 + 35.725 100.00 96.99 3.01 + 35.750 86.00 97.02 -11.02 + 35.775 110.00 96.95 13.05 + 35.800 86.00 97.00 -11.00 + 35.825 98.00 97.05 0.95 + 35.850 97.00 97.11 -0.11 + 35.875 109.00 97.18 11.82 + 35.900 112.00 97.25 14.75 + 35.925 105.00 97.33 7.67 + 35.950 86.00 97.42 -11.42 + 35.975 102.00 97.52 4.48 + 36.000 91.00 97.62 -6.62 + 36.025 98.00 97.74 0.26 + 36.050 111.00 97.86 13.14 + 36.075 89.00 98.00 -9.00 + 36.100 95.00 98.15 -3.15 + 36.125 95.00 98.30 -3.30 + 36.150 84.00 98.47 -14.47 + 36.175 114.00 98.65 15.35 + 36.200 108.00 98.85 9.15 + 36.225 96.00 99.06 -3.06 + 36.250 94.00 99.29 -5.29 + 36.275 94.00 99.53 -5.53 + 36.300 102.00 99.79 2.21 + 36.325 91.00 100.08 -9.08 + 36.350 106.00 100.38 5.62 + 36.375 103.00 100.71 2.29 + 36.400 82.00 101.07 -19.07 + 36.425 121.00 101.45 19.55 + 36.450 101.00 101.87 -0.87 + 36.475 109.00 102.32 6.68 + 36.500 112.00 102.82 9.18 + 36.525 104.00 103.36 0.64 + 36.550 103.00 103.95 -0.95 + 36.575 105.00 104.61 0.39 + 36.600 112.00 105.32 6.68 + 36.625 119.00 106.11 12.89 + 36.650 116.00 106.99 9.01 + 36.675 119.00 107.97 11.03 + 36.700 115.00 109.06 5.94 + 36.725 106.00 110.29 -4.29 + 36.750 122.00 111.68 10.32 + 36.775 116.00 113.25 2.75 + 36.800 120.00 115.05 4.95 + 36.825 130.00 117.11 12.89 + 36.850 107.00 119.51 -12.51 + 36.875 137.00 122.31 14.69 + 36.900 132.00 125.62 6.38 + 36.925 131.00 129.59 1.41 + 36.950 140.00 134.44 5.56 + 36.975 150.00 140.50 9.50 + 37.000 149.00 148.29 0.71 + 37.025 161.00 158.69 2.31 + 37.050 190.00 173.23 16.77 + 37.075 210.00 194.98 15.02 + 37.100 234.00 230.54 3.46 + 37.125 297.00 294.06 2.94 + 37.150 378.00 411.79 -33.79 + 37.175 583.00 620.65 -37.65 + 37.200 909.00 948.86 -39.86 + 37.225 1431.00 1377.42 53.58 + 37.250 2164.00 1812.50 351.50 + 37.275 2620.00 2100.10 519.90 + 37.300 2390.00 2117.60 272.40 + 37.325 1970.00 1924.99 45.01 + 37.350 1772.00 1688.68 83.32 + 37.375 1685.00 1451.11 233.89 + 37.400 1327.00 1163.96 163.04 + 37.425 891.00 848.83 42.17 + 37.450 543.00 585.88 -42.88 + 37.475 352.00 408.26 -56.26 + 37.500 292.00 301.12 -9.12 + 37.525 230.00 238.70 -8.70 + 37.550 177.00 202.71 -25.71 + 37.575 182.00 181.33 0.67 + 37.600 207.00 167.63 39.37 + 37.625 158.00 158.11 -0.11 + 37.650 143.00 150.75 -7.75 + 37.675 129.00 144.75 -15.75 + 37.700 161.00 139.79 21.21 + 37.725 133.00 135.70 -2.70 + 37.750 119.00 132.38 -13.38 + 37.775 120.00 129.73 -9.73 + 37.800 128.00 127.69 0.31 + 37.825 118.00 126.21 -8.21 + 37.850 121.00 125.30 -4.30 + 37.875 132.00 125.00 7.00 + 37.900 135.00 125.49 9.51 + 37.925 134.00 127.14 6.86 + 37.950 132.00 130.87 1.13 + 37.975 135.00 138.71 -3.71 + 38.000 156.00 154.36 1.64 + 38.025 182.00 182.70 -0.70 + 38.050 207.00 226.58 -19.58 + 38.075 266.00 281.83 -15.83 + 38.100 351.00 333.77 17.23 + 38.125 368.00 361.95 6.05 + 38.150 312.00 354.98 -42.98 + 38.175 269.00 327.52 -58.52 + 38.200 260.00 299.45 -39.45 + 38.225 249.00 270.75 -21.75 + 38.250 219.00 234.48 -15.48 + 38.275 174.00 195.70 -21.70 + 38.300 157.00 164.53 -7.53 + 38.325 146.00 144.02 1.98 + 38.350 135.00 131.69 3.31 + 38.375 137.00 124.55 12.45 + 38.400 136.00 120.44 15.56 + 38.425 103.00 118.02 -15.02 + 38.450 107.00 116.51 -9.51 + 38.475 99.00 115.47 -16.47 + 38.500 133.00 114.71 18.29 + 38.525 129.00 114.13 14.87 + 38.550 147.00 113.71 33.29 + 38.575 130.00 113.43 16.57 + 38.600 115.00 113.26 1.74 + 38.625 123.00 113.21 9.79 + 38.650 109.00 113.25 -4.25 + 38.675 106.00 113.38 -7.38 + 38.700 115.00 113.60 1.40 + 38.725 136.00 113.90 22.10 + 38.750 119.00 114.28 4.72 + 38.775 126.00 114.75 11.25 + 38.800 131.00 115.31 15.69 + 38.825 135.00 115.96 19.04 + 38.850 116.00 116.71 -0.71 + 38.875 112.00 117.57 -5.57 + 38.900 123.00 118.55 4.45 + 38.925 116.00 119.68 -3.68 + 38.950 121.00 120.96 0.04 + 38.975 136.00 122.43 13.57 + 39.000 147.00 124.11 22.89 + 39.025 130.00 126.05 3.95 + 39.050 156.00 128.29 27.71 + 39.075 138.00 130.89 7.11 + 39.100 133.00 133.94 -0.94 + 39.125 144.00 137.54 6.46 + 39.150 163.00 141.86 21.14 + 39.175 171.00 147.11 23.89 + 39.200 198.00 153.62 44.38 + 39.225 191.00 161.90 29.10 + 39.250 196.00 172.76 23.24 + 39.275 226.00 187.63 38.37 + 39.300 243.00 209.22 33.78 + 39.325 294.00 243.58 50.42 + 39.350 352.00 304.31 47.69 + 39.375 472.00 418.72 53.28 + 39.400 630.00 629.15 0.85 + 39.425 984.00 973.83 10.17 + 39.450 1383.00 1443.59 -60.59 + 39.475 2157.00 1939.73 217.27 + 39.500 2946.00 2281.78 664.22 + 39.525 2947.00 2312.24 634.76 + 39.550 2469.00 2096.40 372.60 + 39.575 1988.00 1850.00 138.00 + 39.600 2056.00 1634.50 421.50 + 39.625 1767.00 1368.64 398.36 + 39.650 1317.00 1033.79 283.21 + 39.675 793.00 724.27 68.73 + 39.700 524.00 502.46 21.54 + 39.725 362.00 364.13 -2.13 + 39.750 282.00 283.00 -1.00 + 39.775 264.00 236.44 27.56 + 39.800 227.00 209.58 17.42 + 39.825 186.00 193.28 -7.28 + 39.850 194.00 182.42 11.58 + 39.875 168.00 174.51 -6.51 + 39.900 177.00 168.52 8.48 + 39.925 199.00 164.11 34.89 + 39.950 174.00 161.04 12.96 + 39.975 169.00 159.61 9.39 + 40.000 183.00 159.90 23.10 + 40.025 194.00 162.42 31.58 + 40.050 204.00 168.74 35.26 + 40.075 189.00 182.18 6.82 + 40.100 213.00 209.76 3.24 + 40.125 296.00 262.44 33.56 + 40.150 350.00 350.36 -0.36 + 40.175 476.00 471.05 4.95 + 40.200 746.00 598.44 147.56 + 40.225 894.00 684.56 209.44 + 40.250 816.00 688.20 127.80 + 40.275 615.00 629.46 -14.46 + 40.300 549.00 566.41 -17.41 + 40.325 596.00 514.07 81.93 + 40.350 524.00 449.03 74.97 + 40.375 395.00 364.17 30.83 + 40.400 306.00 283.91 22.09 + 40.425 223.00 225.79 -2.79 + 40.450 164.00 189.33 -25.33 + 40.475 206.00 167.98 38.02 + 40.500 198.00 155.88 42.12 + 40.525 162.00 149.09 12.91 + 40.550 173.00 145.18 27.82 + 40.575 163.00 142.78 20.22 + 40.600 144.00 141.24 2.76 + 40.625 169.00 140.31 28.69 + 40.650 160.00 139.87 20.13 + 40.675 156.00 139.75 16.25 + 40.700 143.00 140.28 2.72 + 40.725 187.00 141.31 45.69 + 40.750 146.00 142.82 3.18 + 40.775 146.00 145.08 0.92 + 40.800 157.00 148.22 8.78 + 40.825 177.00 152.58 24.42 + 40.850 173.00 158.77 14.23 + 40.875 171.00 168.12 2.88 + 40.900 197.00 183.63 13.37 + 40.925 214.00 211.99 2.01 + 40.950 254.00 265.44 -11.44 + 40.975 333.00 359.72 -26.72 + 41.000 505.00 502.66 2.34 + 41.025 760.00 676.19 83.81 + 41.050 1047.00 828.23 218.77 + 41.075 1074.00 889.32 184.68 + 41.100 910.00 840.55 69.45 + 41.125 689.00 753.68 -64.68 + 41.150 698.00 686.06 11.94 + 41.175 717.00 622.07 94.93 + 41.200 570.00 529.01 40.99 + 41.225 382.00 420.09 -38.09 + 41.250 273.00 330.63 -57.63 + 41.275 291.00 272.41 18.59 + 41.300 231.00 239.90 -8.90 + 41.325 278.00 224.78 53.22 + 41.350 239.00 220.90 18.10 + 41.375 272.00 224.58 47.42 + 41.400 257.00 234.26 22.74 + 41.425 316.00 250.29 65.71 + 41.450 315.00 275.13 39.87 + 41.475 377.00 315.09 61.91 + 41.500 419.00 385.18 33.82 + 41.525 593.00 518.06 74.94 + 41.550 709.00 771.58 -62.58 + 41.575 1116.00 1212.61 -96.61 + 41.600 1749.00 1859.69 -110.69 + 41.625 2604.00 2606.33 -2.33 + 41.650 3739.00 3195.82 543.18 + 41.675 4133.00 3336.79 796.21 + 41.700 3642.00 3039.44 602.56 + 41.725 2835.00 2662.90 172.10 + 41.750 2622.00 2390.56 231.44 + 41.775 2580.00 2107.24 472.76 + 41.800 2147.00 1682.59 464.41 + 41.825 1381.00 1207.31 173.69 + 41.850 844.00 826.55 17.45 + 41.875 578.00 574.70 3.30 + 41.900 447.00 423.07 23.93 + 41.925 351.00 335.99 15.01 + 41.950 339.00 286.85 52.15 + 41.975 309.00 258.28 50.72 + 42.000 260.00 240.26 19.74 + 42.025 268.00 227.92 40.08 + 42.050 240.00 219.38 20.62 + 42.075 250.00 214.15 35.85 + 42.100 233.00 212.58 20.42 + 42.125 275.00 216.07 58.93 + 42.150 281.00 228.35 52.65 + 42.175 285.00 257.47 27.53 + 42.200 381.00 316.49 64.51 + 42.225 450.00 417.71 32.29 + 42.250 601.00 558.16 42.84 + 42.275 801.00 705.57 95.43 + 42.300 895.00 799.29 95.71 + 42.325 881.00 790.72 90.28 + 42.350 726.00 714.62 11.38 + 42.375 644.00 644.25 -0.25 + 42.400 608.00 594.45 13.55 + 42.425 589.00 532.59 56.41 + 42.450 498.00 442.76 55.24 + 42.475 386.00 352.62 33.38 + 42.500 283.00 287.04 -4.04 + 42.525 277.00 248.09 28.91 + 42.550 254.00 227.40 26.60 + 42.575 276.00 215.14 60.86 + 42.600 249.00 204.84 44.16 + 42.625 224.00 196.09 27.91 + 42.650 213.00 190.11 22.89 + 42.675 196.00 185.88 10.12 + 42.700 234.00 181.33 52.67 + 42.725 186.00 176.10 9.90 + 42.750 215.00 171.64 43.36 + 42.775 191.00 168.75 22.25 + 42.800 211.00 167.33 43.67 + 42.825 189.00 167.01 21.99 + 42.850 204.00 167.49 36.51 + 42.875 193.00 168.54 24.46 + 42.900 227.00 170.04 56.96 + 42.925 221.00 171.92 49.08 + 42.950 225.00 174.18 50.82 + 42.975 199.00 176.82 22.18 + 43.000 187.00 179.87 7.13 + 43.025 193.00 183.35 9.65 + 43.050 214.00 187.32 26.68 + 43.075 235.00 191.83 43.17 + 43.100 241.00 196.95 44.05 + 43.125 232.00 202.76 29.24 + 43.150 239.00 209.37 29.63 + 43.175 254.00 216.91 37.09 + 43.200 252.00 225.55 26.45 + 43.225 264.00 235.50 28.50 + 43.250 251.00 247.01 3.99 + 43.275 260.00 260.41 -0.41 + 43.300 320.00 276.15 43.85 + 43.325 375.00 294.80 80.20 + 43.350 379.00 317.15 61.85 + 43.375 442.00 344.33 97.67 + 43.400 425.00 378.01 46.99 + 43.425 492.00 420.73 71.27 + 43.450 574.00 476.61 97.39 + 43.475 693.00 552.70 140.30 + 43.500 816.00 662.86 153.14 + 43.525 1046.00 838.01 207.99 + 43.550 1286.00 1148.41 137.59 + 43.575 1773.00 1735.00 38.00 + 43.600 2593.00 2810.47 -217.47 + 43.625 4047.00 4556.15 -509.15 + 43.650 6544.00 6893.61 -349.61 + 43.675 9907.00 9259.22 647.78 + 43.700 12440.00 10678.37 1761.63 + 43.725 12196.00 10534.11 1661.89 + 43.750 9815.00 9362.72 452.28 + 43.775 8006.00 8222.06 -216.06 + 43.800 7742.00 7419.14 322.86 + 43.825 7431.00 6494.68 936.32 + 43.850 5975.00 5145.85 829.15 + 43.875 3773.00 3653.96 119.04 + 43.900 2148.00 2438.35 -290.35 + 43.925 1465.00 1622.02 -157.02 + 43.950 1080.00 1128.38 -48.38 + 43.975 849.00 846.34 2.66 + 44.000 683.00 687.60 -4.60 + 44.025 579.00 594.12 -15.12 + 44.050 560.00 533.49 26.51 + 44.075 480.00 490.51 -10.51 + 44.100 481.00 458.90 22.10 + 44.125 470.00 436.13 33.87 + 44.150 468.00 421.00 47.00 + 44.175 450.00 412.91 37.09 + 44.200 469.00 411.77 57.23 + 44.225 498.00 418.01 79.99 + 44.250 468.00 432.89 35.11 + 44.275 528.00 459.03 68.97 + 44.300 615.00 501.83 113.17 + 44.325 632.00 573.39 58.61 + 44.350 765.00 701.11 63.89 + 44.375 985.00 941.52 43.48 + 44.400 1263.00 1384.46 -121.46 + 44.425 1833.00 2114.71 -281.71 + 44.450 2821.00 3120.30 -299.30 + 44.475 4290.00 4208.04 81.96 + 44.500 5647.00 5030.88 616.12 + 44.525 5682.00 5389.17 292.83 + 44.550 5372.00 5648.02 -276.02 + 44.575 5802.00 6135.77 -333.77 + 44.600 7664.00 6520.94 1143.06 + 44.625 7744.00 6182.50 1561.50 + 44.650 5866.00 5155.58 710.42 + 44.675 4103.00 4139.15 -36.15 + 44.700 3552.00 3462.10 89.90 + 44.725 3442.00 2940.38 501.62 + 44.750 2855.00 2325.18 529.82 + 44.775 1843.00 1678.05 164.95 + 44.800 1102.00 1166.30 -64.30 + 44.825 771.00 824.78 -53.78 + 44.850 578.00 614.91 -36.91 + 44.875 517.00 490.46 26.54 + 44.900 456.00 415.81 40.19 + 44.925 381.00 367.67 13.33 + 44.950 379.00 333.20 45.80 + 44.975 335.00 306.38 28.62 + 45.000 326.00 284.63 41.37 + 45.025 303.00 266.67 36.33 + 45.050 286.00 251.84 34.16 + 45.075 287.00 239.34 47.66 + 45.100 274.00 228.83 45.17 + 45.125 272.00 219.94 52.06 + 45.150 282.00 212.39 69.61 + 45.175 267.00 206.02 60.98 + 45.200 236.00 200.53 35.47 + 45.225 255.00 195.87 59.13 + 45.250 238.00 191.91 46.09 + 45.275 218.00 188.58 29.42 + 45.300 224.00 185.82 38.18 + 45.325 209.00 183.58 25.42 + 45.350 228.00 181.84 46.16 + 45.375 244.00 180.58 63.42 + 45.400 234.00 179.80 54.20 + 45.425 221.00 179.50 41.50 + 45.450 237.00 179.72 57.28 + 45.475 224.00 180.50 43.50 + 45.500 217.00 181.91 35.09 + 45.525 187.00 184.04 2.96 + 45.550 261.00 187.04 73.96 + 45.575 216.00 191.09 24.91 + 45.600 246.00 196.49 49.51 + 45.625 244.00 203.67 40.33 + 45.650 282.00 213.32 68.68 + 45.675 276.00 226.52 49.48 + 45.700 314.00 245.25 68.75 + 45.725 333.00 273.40 59.60 + 45.750 385.00 320.15 64.85 + 45.775 413.00 406.97 6.03 + 45.800 609.00 576.45 32.55 + 45.825 855.00 888.08 -33.08 + 45.850 1397.00 1375.18 21.82 + 45.875 2190.00 1972.69 217.31 + 45.900 3180.00 2466.68 713.32 + 45.925 3151.00 2567.18 583.82 + 45.950 2427.00 2266.71 160.29 + 45.975 1819.00 1926.71 -107.71 + 46.000 1843.00 1752.23 90.77 + 46.025 2058.00 1658.98 399.02 + 46.050 1720.00 1457.39 262.61 + 46.075 1115.00 1117.71 -2.71 + 46.100 716.00 786.03 -70.03 + 46.125 480.00 545.23 -65.23 + 46.150 364.00 394.35 -30.35 + 46.175 297.00 307.46 -10.46 + 46.200 300.00 259.10 40.90 + 46.225 267.00 231.13 35.87 + 46.250 227.00 212.96 14.04 + 46.275 215.00 199.64 15.36 + 46.300 189.00 189.14 -0.14 + 46.325 213.00 180.62 32.38 + 46.350 174.00 173.61 0.39 + 46.375 175.00 167.81 7.19 + 46.400 193.00 162.97 30.03 + 46.425 183.00 158.89 24.11 + 46.450 178.00 155.34 22.66 + 46.475 166.00 152.38 13.62 + 46.500 171.00 149.82 21.18 + 46.525 171.00 147.60 23.40 + 46.550 172.00 145.62 26.38 + 46.575 161.00 143.92 17.08 + 46.600 151.00 142.41 8.59 + 46.625 143.00 141.08 1.92 + 46.650 141.00 139.90 1.10 + 46.675 139.00 138.85 0.15 + 46.700 172.00 137.91 34.09 + 46.725 153.00 137.07 15.93 + 46.750 169.00 136.32 32.68 + 46.775 141.00 135.65 5.35 + 46.800 125.00 135.11 -10.11 + 46.825 135.00 134.58 0.42 + 46.850 142.00 134.11 7.89 + 46.875 134.00 133.72 0.28 + 46.900 142.00 133.36 8.64 + 46.925 138.00 133.05 4.95 + 46.950 152.00 132.82 19.18 + 46.975 159.00 132.62 26.38 + 47.000 140.00 132.46 7.54 + 47.025 143.00 132.36 10.64 + 47.050 136.00 132.30 3.70 + 47.075 147.00 132.29 14.71 + 47.100 144.00 132.32 11.68 + 47.125 148.00 132.43 15.57 + 47.150 153.00 132.60 20.40 + 47.175 112.00 132.85 -20.85 + 47.200 148.00 133.18 14.82 + 47.225 138.00 133.61 4.39 + 47.250 119.00 134.17 -15.17 + 47.275 121.00 134.87 -13.87 + 47.300 160.00 135.74 24.26 + 47.325 136.00 136.84 -0.84 + 47.350 164.00 138.23 25.77 + 47.375 137.00 140.01 -3.01 + 47.400 166.00 142.35 23.65 + 47.425 142.00 145.50 -3.50 + 47.450 158.00 149.94 8.06 + 47.475 176.00 156.68 19.32 + 47.500 175.00 168.16 6.84 + 47.525 183.00 189.94 -6.94 + 47.550 249.00 232.20 16.80 + 47.575 309.00 306.60 2.40 + 47.600 389.00 414.47 -25.47 + 47.625 541.00 531.30 9.70 + 47.650 720.00 600.97 119.03 + 47.675 682.00 576.59 105.41 + 47.700 600.00 501.04 98.96 + 47.725 452.00 447.04 4.96 + 47.750 443.00 431.18 11.82 + 47.775 453.00 423.35 29.65 + 47.800 437.00 385.77 51.23 + 47.825 329.00 323.41 5.59 + 47.850 289.00 263.76 25.24 + 47.875 226.00 219.29 6.71 + 47.900 201.00 191.65 9.35 + 47.925 182.00 177.13 4.87 + 47.950 160.00 170.05 -10.05 + 47.975 178.00 165.44 12.56 + 48.000 146.00 161.20 -15.20 + 48.025 181.00 158.00 23.00 + 48.050 142.00 156.52 -14.52 + 48.075 201.00 156.84 44.16 + 48.100 182.00 158.97 23.03 + 48.125 174.00 163.06 10.94 + 48.150 168.00 169.82 -1.82 + 48.175 174.00 181.13 -7.13 + 48.200 233.00 201.60 31.40 + 48.225 275.00 241.95 33.05 + 48.250 331.00 320.63 10.37 + 48.275 464.00 455.81 8.19 + 48.300 712.00 642.38 69.62 + 48.325 969.00 826.77 142.23 + 48.350 1093.00 904.27 188.73 + 48.375 984.00 822.21 161.79 + 48.400 752.00 689.54 62.46 + 48.425 624.00 613.49 10.51 + 48.450 651.00 596.92 54.08 + 48.475 695.00 577.44 117.56 + 48.500 597.00 498.29 98.71 + 48.525 460.00 386.81 73.19 + 48.550 284.00 292.73 -8.73 + 48.575 261.00 229.82 31.18 + 48.600 211.00 192.84 18.16 + 48.625 196.00 172.53 23.47 + 48.650 175.00 161.28 13.72 + 48.675 167.00 154.39 12.61 + 48.700 165.00 149.55 15.45 + 48.725 143.00 145.85 -2.85 + 48.750 153.00 142.91 10.09 + 48.775 155.00 140.53 14.47 + 48.800 137.00 138.60 -1.60 + 48.825 161.00 137.00 24.00 + 48.850 131.00 135.68 -4.68 + 48.875 138.00 134.57 3.43 + 48.900 125.00 133.63 -8.63 + 48.925 114.00 132.84 -18.84 + 48.950 154.00 132.16 21.84 + 48.975 114.00 131.56 -17.56 + 49.000 118.00 131.06 -13.06 + 49.025 120.00 130.62 -10.62 + 49.050 130.00 130.25 -0.25 + 49.075 117.00 129.92 -12.92 + 49.100 126.00 129.64 -3.64 + 49.125 132.00 129.39 2.61 + 49.150 122.00 129.19 -7.19 + 49.175 133.00 129.01 3.99 + 49.200 122.00 128.86 -6.86 + 49.225 113.00 128.73 -15.73 + 49.250 128.00 128.63 -0.63 + 49.275 139.00 128.54 10.46 + 49.300 126.00 128.47 -2.47 + 49.325 140.00 128.42 11.58 + 49.350 120.00 128.39 -8.39 + 49.375 122.00 128.37 -6.37 + 49.400 122.00 128.37 -6.37 + 49.425 136.00 128.38 7.62 + 49.450 116.00 128.40 -12.40 + 49.475 113.00 128.43 -15.43 + 49.500 103.00 128.48 -25.48 + 49.525 120.00 128.54 -8.54 + 49.550 129.00 128.61 0.39 + 49.575 112.00 128.70 -16.70 + 49.600 118.00 128.79 -10.79 + 49.625 140.00 128.90 11.10 + 49.650 135.00 129.02 5.98 + 49.675 101.00 129.16 -28.16 + 49.700 128.00 129.31 -1.31 + 49.725 115.00 129.47 -14.47 + 49.750 126.00 129.65 -3.65 + 49.775 120.00 129.85 -9.85 + 49.800 119.00 130.06 -11.06 + 49.825 107.00 130.29 -23.29 + 49.850 122.00 130.54 -8.54 + 49.875 124.00 130.81 -6.81 + 49.900 123.00 131.11 -8.11 + 49.925 159.00 131.43 27.57 + 49.950 132.00 131.77 0.23 + 49.975 136.00 132.15 3.85 + 50.000 115.00 132.57 -17.57 + 50.025 142.00 133.07 8.93 + 50.050 132.00 133.56 -1.56 + 50.075 144.00 134.10 9.90 + 50.100 140.00 134.69 5.31 + 50.125 131.00 135.34 -4.34 + 50.150 112.00 136.07 -24.07 + 50.175 147.00 136.87 10.13 + 50.200 129.00 137.81 -8.81 + 50.225 129.00 138.62 -9.62 + 50.250 106.00 139.57 -33.57 + 50.275 129.00 140.95 -11.95 + 50.300 127.00 142.48 -15.48 + 50.325 122.00 144.01 -22.01 + 50.350 155.00 145.62 9.38 + 50.375 130.00 147.62 -17.62 + 50.400 121.00 149.99 -28.99 + 50.425 131.00 152.82 -21.82 + 50.450 173.00 156.16 16.84 + 50.475 157.00 160.09 -3.09 + 50.500 146.00 164.82 -18.82 + 50.525 153.00 170.62 -17.62 + 50.550 168.00 177.91 -9.91 + 50.575 199.00 187.21 11.79 + 50.600 204.00 199.41 4.59 + 50.625 212.00 215.99 -3.99 + 50.650 232.00 239.77 -7.77 + 50.675 255.00 277.24 -22.24 + 50.700 319.00 344.43 -25.43 + 50.725 410.00 476.94 -66.94 + 50.750 629.00 731.81 -102.81 + 50.775 1090.00 1153.71 -63.71 + 50.800 1814.00 1697.72 116.28 + 50.825 2668.00 2147.08 520.92 + 50.850 2463.00 2168.76 294.24 + 50.875 1752.00 1792.93 -40.93 + 50.900 1187.00 1433.09 -246.09 + 50.925 1257.00 1295.52 -38.52 + 50.950 1542.00 1323.59 218.41 + 50.975 1549.00 1308.10 240.90 + 51.000 1066.00 1091.61 -25.61 + 51.025 624.00 788.36 -164.36 + 51.050 387.00 541.84 -154.84 + 51.075 314.00 383.21 -69.21 + 51.100 267.00 293.80 -26.80 + 51.125 208.00 246.21 -38.21 + 51.150 211.00 219.57 -8.57 + 51.175 210.00 202.68 7.32 + 51.200 181.00 190.51 -9.51 + 51.225 170.00 181.17 -11.17 + 51.250 154.00 173.79 -19.79 + 51.275 155.00 167.88 -12.88 + 51.300 143.00 163.13 -20.13 + 51.325 171.00 159.23 11.77 + 51.350 156.00 156.01 -0.01 + 51.375 134.00 153.33 -19.33 + 51.400 142.00 151.10 -9.10 + 51.425 142.00 149.22 -7.22 + 51.450 136.00 147.63 -11.63 + 51.475 139.00 146.44 -7.44 + 51.500 139.00 145.31 -6.31 + 51.525 132.00 144.35 -12.35 + 51.550 152.00 143.55 8.45 + 51.575 123.00 142.88 -19.88 + 51.600 137.00 142.33 -5.33 + 51.625 125.00 141.88 -16.88 + 51.650 132.00 141.61 -9.61 + 51.675 133.00 141.35 -8.35 + 51.700 137.00 141.19 -4.19 + 51.725 148.00 141.10 6.90 + 51.750 121.00 141.10 -20.10 + 51.775 150.00 141.17 8.83 + 51.800 139.00 141.33 -2.33 + 51.825 127.00 141.57 -14.57 + 51.850 127.00 141.91 -14.91 + 51.875 146.00 142.34 3.66 + 51.900 147.00 142.96 4.04 + 51.925 155.00 143.62 11.38 + 51.950 131.00 144.42 -13.42 + 51.975 144.00 145.38 -1.38 + 52.000 148.00 146.52 1.48 + 52.025 138.00 147.88 -9.88 + 52.050 149.00 149.56 -0.56 + 52.075 154.00 151.53 2.47 + 52.100 142.00 153.91 -11.91 + 52.125 141.00 156.84 -15.84 + 52.150 181.00 160.48 20.52 + 52.175 185.00 165.08 19.92 + 52.200 169.00 171.03 -2.03 + 52.225 181.00 178.85 2.15 + 52.250 203.00 189.93 13.07 + 52.275 236.00 206.62 29.38 + 52.300 232.00 235.00 -3.00 + 52.325 335.00 289.35 45.65 + 52.350 428.00 395.30 32.70 + 52.375 600.00 579.45 20.55 + 52.400 826.00 836.93 -10.93 + 52.425 1143.00 1087.31 55.69 + 52.450 1282.00 1172.82 109.18 + 52.475 1262.00 1071.75 190.25 + 52.500 1070.00 951.68 118.32 + 52.525 962.00 879.54 82.46 + 52.550 964.00 845.90 118.10 + 52.575 871.00 821.51 49.49 + 52.600 886.00 736.19 149.81 + 52.625 728.00 608.74 119.26 + 52.650 557.00 495.23 61.77 + 52.675 468.00 395.16 72.84 + 52.700 370.00 311.18 58.82 + 52.725 267.00 253.32 13.68 + 52.750 235.00 218.11 16.89 + 52.775 203.00 197.82 5.18 + 52.800 187.00 186.08 0.92 + 52.825 181.00 178.91 2.09 + 52.850 188.00 174.24 13.76 + 52.875 189.00 171.17 17.83 + 52.900 166.00 169.33 -3.33 + 52.925 167.00 168.69 -1.69 + 52.950 175.00 169.56 5.44 + 52.975 191.00 172.85 18.15 + 53.000 184.00 180.06 3.94 + 53.025 181.00 192.21 -11.21 + 53.050 226.00 207.63 18.37 + 53.075 228.00 219.51 8.49 + 53.100 258.00 219.98 38.02 + 53.125 216.00 215.05 0.95 + 53.150 233.00 217.48 15.52 + 53.175 250.00 235.93 14.07 + 53.200 287.00 277.53 9.47 + 53.225 332.00 345.15 -13.15 + 53.250 441.00 429.53 11.47 + 53.275 506.00 498.36 7.64 + 53.300 459.00 495.06 -36.06 + 53.325 447.00 428.10 18.90 + 53.350 383.00 369.14 13.86 + 53.375 372.00 351.86 20.14 + 53.400 397.00 370.11 26.89 + 53.425 408.00 392.39 15.61 + 53.450 434.00 384.16 49.84 + 53.475 419.00 359.36 59.64 + 53.500 346.00 354.92 -8.92 + 53.525 392.00 395.17 -3.17 + 53.550 441.00 500.59 -59.59 + 53.575 622.00 685.39 -63.39 + 53.600 912.00 938.15 -26.15 + 53.625 1096.00 1195.86 -99.86 + 53.650 1359.00 1411.50 -52.50 + 53.675 1605.00 1633.02 -28.02 + 53.700 1949.00 1801.03 147.97 + 53.725 1937.00 1863.13 73.87 + 53.750 1843.00 1950.45 -107.45 + 53.775 2020.00 2013.35 6.65 + 53.800 1980.00 1878.73 101.27 + 53.825 1741.00 1617.71 123.29 + 53.850 1467.00 1355.37 111.63 + 53.875 1209.00 1138.21 70.79 + 53.900 1080.00 1016.20 63.80 + 53.925 998.00 922.35 75.65 + 53.950 719.00 758.74 -39.74 + 53.975 548.00 564.94 -16.94 + 54.000 393.00 414.02 -21.02 + 54.025 314.00 318.52 -4.52 + 54.050 277.00 264.10 12.90 + 54.075 248.00 233.47 14.53 + 54.100 204.00 214.70 -10.70 + 54.125 179.00 201.69 -22.69 + 54.150 180.00 191.88 -11.88 + 54.175 168.00 184.18 -16.18 + 54.200 160.00 178.01 -18.01 + 54.225 170.00 172.99 -2.99 + 54.250 160.00 168.86 -8.86 + 54.275 184.00 165.42 18.58 + 54.300 179.00 162.54 16.46 + 54.325 164.00 160.10 3.90 + 54.350 149.00 158.03 -9.03 + 54.375 156.00 156.25 -0.25 + 54.400 140.00 154.73 -14.73 + 54.425 161.00 153.38 7.62 + 54.450 149.00 152.25 -3.25 + 54.475 134.00 151.28 -17.28 + 54.500 126.00 150.44 -24.44 + 54.525 143.00 149.73 -6.73 + 54.550 138.00 149.11 -11.11 + 54.575 142.00 148.61 -6.61 + 54.600 163.00 148.20 14.80 + 54.625 131.00 147.87 -16.87 + 54.650 161.00 147.63 13.37 + 54.675 131.00 147.46 -16.46 + 54.700 147.00 147.37 -0.37 + 54.725 150.00 147.36 2.64 + 54.750 160.00 147.42 12.58 + 54.775 128.00 147.56 -19.56 + 54.800 126.00 147.79 -21.79 + 54.825 128.00 148.11 -20.11 + 54.850 152.00 148.54 3.46 + 54.875 134.00 149.08 -15.08 + 54.900 158.00 149.77 8.23 + 54.925 135.00 150.65 -15.65 + 54.950 162.00 151.73 10.27 + 54.975 157.00 153.03 3.97 + 55.000 173.00 154.49 18.51 + 55.025 156.00 156.14 -0.14 + 55.050 162.00 158.17 3.83 + 55.075 158.00 160.76 -2.76 + 55.100 164.00 164.08 -0.08 + 55.125 155.00 168.36 -13.36 + 55.150 194.00 173.91 20.09 + 55.175 195.00 181.36 13.64 + 55.200 196.00 191.91 4.09 + 55.225 253.00 208.20 44.80 + 55.250 262.00 236.88 25.12 + 55.275 350.00 293.79 56.21 + 55.300 464.00 406.47 57.53 + 55.325 665.00 598.96 66.04 + 55.350 937.00 849.65 87.35 + 55.375 1141.00 1030.91 110.09 + 55.400 1055.00 967.44 87.56 + 55.425 834.00 752.25 81.75 + 55.450 657.00 589.13 67.87 + 55.475 648.00 545.98 102.02 + 55.500 638.00 598.03 39.97 + 55.525 752.00 653.43 98.57 + 55.550 672.00 603.02 68.98 + 55.575 543.00 482.46 60.54 + 55.600 404.00 389.97 14.03 + 55.625 370.00 362.16 7.84 + 55.650 386.00 397.39 -11.39 + 55.675 469.00 465.84 3.16 + 55.700 560.00 499.41 60.59 + 55.725 465.00 445.97 19.03 + 55.750 360.00 363.04 -3.04 + 55.775 285.00 311.23 -26.23 + 55.800 276.00 303.20 -27.20 + 55.825 355.00 323.74 31.26 + 55.850 364.00 334.73 29.27 + 55.875 291.00 303.97 -12.97 + 55.900 228.00 255.34 -27.34 + 55.925 190.00 216.97 -26.97 + 55.950 194.00 193.82 0.18 + 55.975 195.00 181.80 13.20 + 56.000 180.00 175.89 4.11 + 56.025 163.00 172.86 -9.86 + 56.050 154.00 171.27 -17.27 + 56.075 156.00 170.57 -14.57 + 56.100 184.00 170.55 13.45 + 56.125 181.00 171.12 9.88 + 56.150 152.00 172.24 -20.24 + 56.175 176.00 173.91 2.09 + 56.200 177.00 176.18 0.82 + 56.225 160.00 179.12 -19.12 + 56.250 178.00 182.84 -4.84 + 56.275 185.00 187.54 -2.54 + 56.300 175.00 193.50 -18.50 + 56.325 206.00 201.13 4.87 + 56.350 214.00 211.15 2.85 + 56.375 244.00 224.90 19.10 + 56.400 255.00 245.45 9.55 + 56.425 254.00 280.22 -26.22 + 56.450 373.00 343.92 29.08 + 56.475 514.00 454.30 59.70 + 56.500 623.00 613.14 9.86 + 56.525 827.00 771.04 55.96 + 56.550 875.00 826.78 48.22 + 56.575 884.00 818.68 65.32 + 56.600 951.00 932.26 18.74 + 56.625 1181.00 1298.21 -117.21 + 56.650 1887.00 1919.69 -32.69 + 56.675 2582.00 2530.06 51.94 + 56.700 2875.00 2552.55 322.45 + 56.725 2303.00 1970.74 332.26 + 56.750 1613.00 1404.78 208.22 + 56.775 1270.00 1147.58 122.42 + 56.800 1312.00 1196.59 115.41 + 56.825 1510.00 1383.29 126.71 + 56.850 1599.00 1394.65 204.35 + 56.875 1288.00 1119.71 168.29 + 56.900 890.00 809.92 80.08 + 56.925 794.00 611.92 182.08 + 56.950 643.00 542.37 100.63 + 56.975 683.00 599.33 83.67 + 57.000 884.00 801.49 82.51 + 57.025 1207.00 1155.86 51.14 + 57.050 1571.00 1555.33 15.67 + 57.075 1762.00 1681.43 80.57 + 57.100 1506.00 1410.35 95.65 + 57.125 1186.00 1083.54 102.46 + 57.150 969.00 894.28 74.72 + 57.175 975.00 868.09 106.91 + 57.200 1015.00 960.38 54.62 + 57.225 1048.00 1003.40 44.60 + 57.250 938.00 856.43 81.57 + 57.275 733.00 645.27 87.73 + 57.300 494.00 477.70 16.30 + 57.325 392.00 361.28 30.72 + 57.350 292.00 289.14 2.86 + 57.375 276.00 247.51 28.49 + 57.400 254.00 222.72 31.28 + 57.425 229.00 206.97 22.03 + 57.450 216.00 196.06 19.94 + 57.475 203.00 187.93 15.07 + 57.500 194.00 181.59 12.41 + 57.525 189.00 176.52 12.48 + 57.550 192.00 172.48 19.52 + 57.575 181.00 169.07 11.93 + 57.600 191.00 166.22 24.78 + 57.625 163.00 163.81 -0.81 + 57.650 175.00 161.75 13.25 + 57.675 186.00 159.99 26.01 + 57.700 149.00 158.47 -9.47 + 57.725 175.00 157.16 17.84 + 57.750 142.00 156.02 -14.02 + 57.775 180.00 155.03 24.97 + 57.800 136.00 154.18 -18.18 + 57.825 151.00 153.44 -2.44 + 57.850 177.00 152.81 24.19 + 57.875 156.00 152.27 3.73 + 57.900 159.00 151.83 7.17 + 57.925 174.00 151.47 22.53 + 57.950 148.00 151.19 -3.19 + 57.975 147.00 150.99 -3.99 + 58.000 141.00 150.86 -9.86 + 58.025 145.00 150.82 -5.82 + 58.050 156.00 150.86 5.14 + 58.075 144.00 150.99 -6.99 + 58.100 149.00 151.22 -2.22 + 58.125 145.00 151.51 -6.51 + 58.150 127.00 151.98 -24.98 + 58.175 143.00 152.59 -9.59 + 58.200 159.00 153.40 5.60 + 58.225 129.00 154.45 -25.45 + 58.250 161.00 155.78 5.22 + 58.275 138.00 157.55 -19.55 + 58.300 145.00 159.91 -14.91 + 58.325 165.00 163.24 1.76 + 58.350 172.00 168.43 3.57 + 58.375 184.00 177.64 6.36 + 58.400 217.00 194.82 22.18 + 58.425 266.00 223.74 42.26 + 58.450 272.00 261.53 10.47 + 58.475 313.00 287.15 25.85 + 58.500 288.00 278.38 9.62 + 58.525 275.00 259.18 15.82 + 58.550 321.00 257.57 63.43 + 58.575 323.00 288.01 34.99 + 58.600 439.00 367.90 71.10 + 58.625 573.00 517.47 55.53 + 58.650 743.00 733.33 9.67 + 58.675 906.00 945.09 -39.09 + 58.700 960.00 958.65 1.35 + 58.725 812.00 750.11 61.89 + 58.750 566.00 544.99 21.01 + 58.775 541.00 447.66 93.34 + 58.800 535.00 462.22 72.78 + 58.825 554.00 547.39 6.61 + 58.850 567.00 602.80 -35.80 + 58.875 599.00 536.10 62.90 + 58.900 473.00 424.99 48.01 + 58.925 359.00 340.09 18.91 + 58.950 290.00 277.22 12.78 + 58.975 254.00 232.68 21.32 + 59.000 189.00 206.49 -17.49 + 59.025 184.00 194.43 -10.43 + 59.050 196.00 192.15 3.85 + 59.075 210.00 193.90 16.10 + 59.100 190.00 190.28 -0.28 + 59.125 179.00 179.30 -0.30 + 59.150 148.00 168.61 -20.61 + 59.175 160.00 161.31 -1.31 + 59.200 147.00 156.96 -9.96 + 59.225 122.00 154.33 -32.33 + 59.250 148.00 152.52 -4.52 + 59.275 141.00 151.23 -10.23 + 59.300 140.00 150.20 -10.20 + 59.325 142.00 149.34 -7.34 + 59.350 114.00 148.71 -34.71 + 59.375 150.00 148.18 1.82 + 59.400 151.00 147.80 3.20 + 59.425 132.00 147.52 -15.52 + 59.450 153.00 147.31 5.69 + 59.475 140.00 147.22 -7.22 + 59.500 118.00 147.23 -29.23 + 59.525 128.00 147.35 -19.35 + 59.550 140.00 147.59 -7.59 + 59.575 136.00 147.97 -11.97 + 59.600 122.00 148.54 -26.54 + 59.625 130.00 149.35 -19.35 + 59.650 135.00 150.50 -15.50 + 59.675 133.00 152.14 -19.14 + 59.700 165.00 154.53 10.47 + 59.725 160.00 158.29 1.71 + 59.750 163.00 164.98 -1.98 + 59.775 166.00 178.61 -12.61 + 59.800 190.00 206.45 -16.45 + 59.825 264.00 255.11 8.89 + 59.850 331.00 316.43 14.57 + 59.875 334.00 343.35 -9.35 + 59.900 297.00 302.47 -5.47 + 59.925 215.00 247.01 -32.01 + 59.950 205.00 214.44 -9.44 + 59.975 212.00 209.88 2.12 + 60.000 268.00 227.14 40.86 + 60.025 226.00 248.93 -22.93 + 60.050 256.00 243.44 12.56 + 60.075 199.00 212.65 -13.65 + 60.100 165.00 184.47 -19.47 + 60.125 148.00 167.19 -19.19 + 60.150 159.00 158.45 0.55 + 60.175 132.00 154.04 -22.04 + 60.200 154.00 151.58 2.42 + 60.225 139.00 150.02 -11.02 + 60.250 121.00 148.97 -27.97 + 60.275 144.00 148.25 -4.25 + 60.300 131.00 147.77 -16.77 + 60.325 136.00 147.49 -11.49 + 60.350 139.00 147.43 -8.43 + 60.375 120.00 147.47 -27.47 + 60.400 129.00 147.66 -18.66 + 60.425 130.00 148.05 -18.05 + 60.450 143.00 148.68 -5.68 + 60.475 127.00 149.65 -22.65 + 60.500 150.00 151.19 -1.19 + 60.525 156.00 153.84 2.16 + 60.550 154.00 159.08 -5.08 + 60.575 153.00 170.04 -17.04 + 60.600 162.00 190.46 -28.46 + 60.625 208.00 219.50 -11.50 + 60.650 247.00 239.19 7.81 + 60.675 207.00 225.41 -18.41 + 60.700 192.00 198.02 -6.02 + 60.725 179.00 179.58 -0.58 + 60.750 148.00 174.28 -26.28 + 60.775 154.00 180.30 -26.30 + 60.800 204.00 192.00 12.00 + 60.825 186.00 195.42 -9.42 + 60.850 208.00 183.13 24.87 + 60.875 175.00 168.66 6.34 + 60.900 141.00 159.11 -18.11 + 60.925 111.00 154.18 -43.18 + 60.950 124.00 151.84 -27.84 + 60.975 132.00 150.69 -18.69 + 61.000 127.00 150.07 -23.07 + 61.025 125.00 149.77 -24.77 + 61.050 124.00 149.60 -25.60 + 61.075 147.00 149.59 -2.59 + 61.100 143.00 149.68 -6.68 + 61.125 135.00 149.87 -14.87 + 61.150 136.00 150.12 -14.12 + 61.175 143.00 150.44 -7.44 + 61.200 145.00 150.84 -5.84 + 61.225 143.00 151.30 -8.30 + 61.250 148.00 151.84 -3.84 + 61.275 151.00 152.45 -1.45 + 61.300 139.00 153.15 -14.15 + 61.325 142.00 153.94 -11.94 + 61.350 135.00 154.84 -19.84 + 61.375 161.00 155.88 5.12 + 61.400 143.00 157.07 -14.07 + 61.425 139.00 158.45 -19.45 + 61.450 136.00 160.12 -24.12 + 61.475 158.00 162.21 -4.21 + 61.500 164.00 165.13 -1.13 + 61.525 167.00 169.58 -2.58 + 61.550 165.00 176.31 -11.31 + 61.575 181.00 184.69 -3.69 + 61.600 147.00 190.34 -43.34 + 61.625 160.00 190.54 -30.54 + 61.650 195.00 189.57 5.43 + 61.675 209.00 191.39 17.61 + 61.700 190.00 196.94 -6.94 + 61.725 226.00 206.20 19.80 + 61.750 195.00 218.52 -23.52 + 61.775 241.00 232.00 9.00 + 61.800 278.00 247.27 30.73 + 61.825 302.00 269.69 32.31 + 61.850 344.00 307.61 36.39 + 61.875 427.00 375.52 51.48 + 61.900 563.00 494.97 68.03 + 61.925 789.00 683.21 105.79 + 61.950 990.00 918.47 71.53 + 61.975 1317.00 1196.14 120.86 + 62.000 1792.00 1691.66 100.34 + 62.025 2342.00 2384.34 -42.34 + 62.050 2479.00 2608.41 -129.41 + 62.075 2083.00 2032.83 50.17 + 62.100 1541.00 1412.16 128.84 + 62.125 1233.00 1073.13 159.87 + 62.150 1186.00 984.62 201.38 + 62.175 1301.00 1133.74 167.26 + 62.200 1408.00 1408.56 -0.56 + 62.225 1348.00 1410.32 -62.32 + 62.250 1086.00 1041.47 44.53 + 62.275 761.00 680.83 80.17 + 62.300 509.00 460.38 48.62 + 62.325 405.00 348.59 56.41 + 62.350 349.00 292.91 56.09 + 62.375 309.00 262.17 46.83 + 62.400 273.00 243.49 29.51 + 62.425 269.00 233.04 35.96 + 62.450 244.00 231.24 12.76 + 62.475 252.00 241.35 10.65 + 62.500 286.00 266.50 19.50 + 62.525 309.00 297.97 11.03 + 62.550 289.00 306.77 -17.77 + 62.575 316.00 299.79 16.21 + 62.600 317.00 290.28 26.72 + 62.625 259.00 263.99 -4.99 + 62.650 228.00 240.10 -12.10 + 62.675 223.00 234.15 -11.15 + 62.700 259.00 239.97 19.03 + 62.725 237.00 238.82 -1.82 + 62.750 212.00 232.72 -20.72 + 62.775 212.00 225.76 -13.76 + 62.800 201.00 209.72 -8.72 + 62.825 184.00 193.49 -9.49 + 62.850 201.00 183.36 17.64 + 62.875 170.00 178.38 -8.38 + 62.900 165.00 176.44 -11.44 + 62.925 182.00 176.13 5.87 + 62.950 182.00 176.88 5.12 + 62.975 183.00 178.55 4.45 + 63.000 199.00 181.19 17.81 + 63.025 200.00 185.07 14.93 + 63.050 208.00 190.34 17.66 + 63.075 190.00 197.64 -7.64 + 63.100 185.00 207.84 -22.84 + 63.125 230.00 222.49 7.51 + 63.150 275.00 244.75 30.25 + 63.175 352.00 282.77 69.23 + 63.200 448.00 358.67 89.33 + 63.225 647.00 517.79 129.21 + 63.250 956.00 811.75 144.25 + 63.275 1241.00 1194.35 46.65 + 63.300 1280.00 1305.04 -25.04 + 63.325 1063.00 996.21 66.79 + 63.350 730.00 674.64 55.36 + 63.375 559.00 507.12 51.88 + 63.400 576.00 488.64 87.36 + 63.425 678.00 597.83 80.17 + 63.450 833.00 796.83 36.17 + 63.475 919.00 912.80 6.20 + 63.500 838.00 846.47 -8.47 + 63.525 736.00 716.37 19.63 + 63.550 578.00 535.14 42.86 + 63.575 449.00 388.17 60.83 + 63.600 352.00 307.26 44.74 + 63.625 332.00 277.60 54.40 + 63.650 306.00 285.67 20.33 + 63.675 308.00 320.08 -12.08 + 63.700 321.00 339.49 -18.49 + 63.725 300.00 300.02 -0.02 + 63.750 245.00 247.02 -2.02 + 63.775 216.00 211.70 4.30 + 63.800 201.00 192.85 8.15 + 63.825 182.00 183.11 -1.11 + 63.850 162.00 177.47 -15.47 + 63.875 147.00 173.77 -26.77 + 63.900 163.00 171.24 -8.24 + 63.925 193.00 169.46 23.54 + 63.950 149.00 168.23 -19.23 + 63.975 171.00 167.44 3.56 + 64.000 166.00 167.00 -1.00 + 64.025 202.00 166.87 35.13 + 64.050 155.00 167.04 -12.04 + 64.075 141.00 167.49 -26.49 + 64.100 162.00 168.23 -6.23 + 64.125 155.00 169.28 -14.28 + 64.150 166.00 170.69 -4.69 + 64.175 190.00 172.50 17.50 + 64.200 174.00 174.88 -0.88 + 64.225 189.00 177.79 11.21 + 64.250 211.00 181.46 29.54 + 64.275 169.00 186.13 -17.13 + 64.300 195.00 192.13 2.87 + 64.325 197.00 199.97 -2.97 + 64.350 235.00 210.40 24.60 + 64.375 250.00 224.68 25.32 + 64.400 286.00 244.64 41.36 + 64.425 344.00 274.11 69.89 + 64.450 394.00 321.84 72.16 + 64.475 561.00 412.72 148.28 + 64.500 722.00 605.27 116.73 + 64.525 930.00 987.41 -57.41 + 64.550 1317.00 1565.65 -248.65 + 64.575 1481.00 1881.86 -400.86 + 64.600 1358.00 1481.21 -123.21 + 64.625 1037.00 959.07 77.93 + 64.650 813.00 655.88 157.12 + 64.675 746.00 566.91 179.09 + 64.700 717.00 650.71 66.29 + 64.725 877.00 880.40 -3.40 + 64.750 916.00 1074.98 -158.98 + 64.775 896.00 917.33 -21.33 + 64.800 663.00 624.07 38.93 + 64.825 502.00 423.20 78.80 + 64.850 396.00 319.64 76.36 + 64.875 302.00 270.29 31.71 + 64.900 255.00 244.94 10.06 + 64.925 280.00 230.76 49.24 + 64.950 238.00 223.09 14.91 + 64.975 238.00 220.14 17.86 + 65.000 233.00 221.40 11.60 + 65.025 267.00 227.25 39.75 + 65.050 258.00 239.25 18.75 + 65.075 267.00 261.88 5.12 + 65.100 346.00 308.34 37.66 + 65.125 468.00 410.41 57.59 + 65.150 667.00 617.03 49.97 + 65.175 897.00 929.56 -32.56 + 65.200 976.00 1078.91 -102.91 + 65.225 870.00 843.80 26.20 + 65.250 617.00 567.95 49.05 + 65.275 478.00 413.57 64.43 + 65.300 483.00 369.08 113.92 + 65.325 485.00 412.26 72.74 + 65.350 541.00 534.32 6.68 + 65.375 636.00 644.40 -8.40 + 65.400 625.00 562.95 62.05 + 65.425 465.00 404.53 60.47 + 65.450 354.00 296.34 57.66 + 65.475 276.00 240.83 35.17 + 65.500 231.00 214.67 16.33 + 65.525 232.00 201.97 30.03 + 65.550 190.00 194.94 -4.94 + 65.575 216.00 187.94 28.06 + 65.600 192.00 181.11 10.89 + 65.625 191.00 176.29 14.71 + 65.650 172.00 173.22 -1.22 + 65.675 178.00 171.51 6.49 + 65.700 212.00 170.96 41.04 + 65.725 172.00 171.32 0.68 + 65.750 174.00 171.03 2.97 + 65.775 183.00 169.72 13.28 + 65.800 142.00 168.89 -26.89 + 65.825 176.00 169.00 7.00 + 65.850 174.00 169.95 4.05 + 65.875 159.00 171.92 -12.92 + 65.900 196.00 175.61 20.39 + 65.925 194.00 183.21 10.79 + 65.950 202.00 198.98 3.02 + 65.975 246.00 226.53 19.47 + 66.000 258.00 251.71 6.29 + 66.025 272.00 240.60 31.40 + 66.050 227.00 215.01 11.99 + 66.075 206.00 199.57 6.43 + 66.100 220.00 195.41 24.59 + 66.125 234.00 200.09 33.91 + 66.150 235.00 213.18 21.82 + 66.175 252.00 232.62 19.38 + 66.200 241.00 242.27 -1.27 + 66.225 246.00 240.25 5.75 + 66.250 280.00 246.37 33.63 + 66.275 326.00 272.24 53.76 + 66.300 391.00 335.54 55.46 + 66.325 456.00 466.68 -10.68 + 66.350 640.00 670.07 -30.07 + 66.375 670.00 765.41 -95.41 + 66.400 639.00 623.05 15.95 + 66.425 521.00 475.17 45.83 + 66.450 515.00 413.67 101.33 + 66.475 493.00 432.67 60.33 + 66.500 632.00 542.53 89.47 + 66.525 854.00 802.37 51.63 + 66.550 1153.00 1259.76 -106.76 + 66.575 1468.00 1752.52 -284.52 + 66.600 1384.00 1747.79 -363.79 + 66.625 1196.00 1211.53 -15.53 + 66.650 879.00 770.93 108.07 + 66.675 770.00 554.20 215.80 + 66.700 660.00 499.16 160.84 + 66.725 705.00 573.12 131.88 + 66.750 773.00 777.58 -4.58 + 66.775 815.00 962.27 -147.27 + 66.800 766.00 813.99 -47.99 + 66.825 626.00 555.87 70.13 + 66.850 469.00 389.71 79.29 + 66.875 409.00 307.68 101.32 + 66.900 338.00 269.15 68.85 + 66.925 280.00 250.26 29.74 + 66.950 267.00 241.48 25.52 + 66.975 303.00 239.54 63.46 + 67.000 290.00 243.62 46.38 + 67.025 315.00 254.48 60.52 + 67.050 308.00 274.95 33.05 + 67.075 375.00 313.36 61.64 + 67.100 471.00 394.28 76.72 + 67.125 637.00 572.36 64.64 + 67.150 830.00 916.55 -86.55 + 67.175 1073.00 1303.80 -230.80 + 67.200 1024.00 1199.23 -175.23 + 67.225 833.00 805.97 27.03 + 67.250 639.00 538.44 100.56 + 67.275 528.00 422.80 105.20 + 67.300 502.00 412.07 89.93 + 67.325 569.00 496.87 72.13 + 67.350 667.00 679.72 -12.72 + 67.375 732.00 789.46 -57.46 + 67.400 600.00 632.13 -32.13 + 67.425 516.00 448.32 67.68 + 67.450 444.00 352.37 91.63 + 67.475 417.00 333.36 83.64 + 67.500 430.00 373.53 56.47 + 67.525 431.00 426.81 4.19 + 67.550 409.00 390.77 18.23 + 67.575 399.00 320.93 78.07 + 67.600 319.00 288.14 30.86 + 67.625 289.00 302.46 -13.46 + 67.650 333.00 360.62 -27.62 + 67.675 368.00 408.68 -40.68 + 67.700 368.00 393.54 -25.54 + 67.725 375.00 356.44 18.56 + 67.750 332.00 295.78 36.22 + 67.775 257.00 251.60 5.40 + 67.800 253.00 235.78 17.22 + 67.825 244.00 245.06 -1.06 + 67.850 250.00 269.87 -19.87 + 67.875 251.00 268.00 -17.00 + 67.900 239.00 236.99 2.01 + 67.925 260.00 213.51 46.49 + 67.950 202.00 202.43 -0.43 + 67.975 234.00 198.92 35.08 + 68.000 236.00 199.47 36.53 + 68.025 222.00 202.79 19.21 + 68.050 268.00 208.92 59.08 + 68.075 246.00 218.64 27.36 + 68.100 261.00 234.18 26.82 + 68.125 301.00 259.83 41.17 + 68.150 352.00 301.69 50.31 + 68.175 434.00 359.72 74.28 + 68.200 507.00 450.69 56.31 + 68.225 687.00 649.48 37.52 + 68.250 891.00 970.33 -79.33 + 68.275 929.00 1063.52 -134.52 + 68.300 869.00 810.44 58.56 + 68.325 744.00 616.16 127.84 + 68.350 766.00 584.87 181.13 + 68.375 883.00 716.18 166.82 + 68.400 1213.00 1028.81 184.19 + 68.425 1390.00 1332.55 57.45 + 68.450 1383.00 1317.54 65.46 + 68.475 1276.00 1152.67 123.33 + 68.500 1228.00 1088.05 139.95 + 68.525 1172.00 1176.27 -4.27 + 68.550 1129.00 1029.50 99.50 + 68.575 970.00 818.00 152.00 + 68.600 905.00 777.07 127.93 + 68.625 839.00 739.19 99.81 + 68.650 745.00 590.10 154.90 + 68.675 632.00 511.11 120.89 + 68.700 628.00 555.45 72.55 + 68.725 600.00 614.50 -14.50 + 68.750 552.00 504.61 47.39 + 68.775 393.00 365.81 27.19 + 68.800 307.00 282.85 24.15 + 68.825 265.00 240.77 24.23 + 68.850 275.00 218.36 56.64 + 68.875 215.00 204.88 10.12 + 68.900 233.00 195.98 37.02 + 68.925 208.00 189.74 18.26 + 68.950 186.00 185.21 0.79 + 68.975 180.00 181.84 -1.84 + 69.000 200.00 179.34 20.66 + 69.025 182.00 177.38 4.62 + 69.050 178.00 176.11 1.89 + 69.075 170.00 175.31 -5.31 + 69.100 180.00 174.96 5.04 + 69.125 177.00 175.05 1.95 + 69.150 190.00 175.61 14.39 + 69.175 173.00 176.65 -3.65 + 69.200 203.00 178.50 24.50 + 69.225 200.00 181.58 18.42 + 69.250 185.00 187.06 -2.06 + 69.275 218.00 196.58 21.42 + 69.300 207.00 207.24 -0.24 + 69.325 244.00 208.95 35.05 + 69.350 220.00 209.31 10.69 + 69.375 243.00 215.40 27.60 + 69.400 266.00 228.19 37.81 + 69.425 280.00 249.43 30.57 + 69.450 324.00 285.36 38.64 + 69.475 394.00 354.50 39.50 + 69.500 567.00 498.52 68.48 + 69.525 690.00 777.49 -87.49 + 69.550 853.00 1072.05 -219.05 + 69.575 934.00 956.65 -22.65 + 69.600 815.00 749.69 65.31 + 69.625 877.00 753.56 123.44 + 69.650 894.00 900.41 -6.41 + 69.675 888.00 832.32 55.68 + 69.700 744.00 671.69 72.31 + 69.725 665.00 666.56 -1.56 + 69.750 674.00 734.02 -60.02 + 69.775 693.00 628.52 64.48 + 69.800 634.00 508.62 125.38 + 69.825 583.00 504.49 78.51 + 69.850 589.00 569.04 19.96 + 69.875 572.00 517.77 54.23 + 69.900 455.00 416.55 38.45 + 69.925 501.00 372.67 128.33 + 69.950 497.00 396.65 100.35 + 69.975 637.00 515.20 121.80 + 70.000 833.00 792.61 40.39 + 70.025 1120.00 1109.87 10.13 + 70.050 968.00 954.31 13.69 + 70.075 776.00 625.60 150.40 + 70.100 526.00 431.03 94.97 + 70.125 397.00 347.72 49.28 + 70.150 372.00 329.26 42.74 + 70.175 472.00 369.84 102.16 + 70.200 548.00 495.85 52.15 + 70.225 682.00 648.28 33.72 + 70.250 632.00 565.88 66.12 + 70.275 479.00 395.06 83.94 + 70.300 341.00 290.79 50.21 + 70.325 304.00 239.79 64.21 + 70.350 211.00 214.38 -3.38 + 70.375 213.00 200.43 12.57 + 70.400 199.00 192.17 6.83 + 70.425 185.00 187.21 -2.21 + 70.450 190.00 184.45 5.55 + 70.475 194.00 183.46 10.54 + 70.500 183.00 184.21 -1.21 + 70.525 193.00 187.02 5.98 + 70.550 204.00 192.88 11.12 + 70.575 201.00 204.81 -3.81 + 70.600 264.00 231.53 32.47 + 70.625 298.00 291.36 6.64 + 70.650 373.00 383.90 -10.90 + 70.675 364.00 384.56 -20.56 + 70.700 306.00 303.84 2.16 + 70.725 270.00 251.20 18.80 + 70.750 271.00 231.61 39.39 + 70.775 259.00 232.91 26.09 + 70.800 298.00 253.29 44.71 + 70.825 371.00 305.94 65.06 + 70.850 433.00 414.68 18.32 + 70.875 565.00 557.97 7.03 + 70.900 625.00 682.38 -57.38 + 70.925 581.00 597.24 -16.24 + 70.950 460.00 415.92 44.08 + 70.975 365.00 308.18 56.82 + 71.000 291.00 261.60 29.40 + 71.025 270.00 249.82 20.18 + 71.050 311.00 267.09 43.91 + 71.075 317.00 326.14 -9.14 + 71.100 411.00 417.58 -6.58 + 71.125 435.00 425.13 9.87 + 71.150 426.00 383.13 42.87 + 71.175 481.00 411.51 69.49 + 71.200 415.00 421.63 -6.63 + 71.225 358.00 330.15 27.85 + 71.250 268.00 255.38 12.62 + 71.275 245.00 217.82 27.18 + 71.300 239.00 202.06 36.94 + 71.325 204.00 199.65 4.35 + 71.350 246.00 212.51 33.49 + 71.375 236.00 248.43 -12.43 + 71.400 272.00 276.33 -4.33 + 71.425 241.00 240.95 0.05 + 71.450 203.00 202.03 0.97 + 71.475 182.00 180.81 1.19 + 71.500 189.00 170.27 18.73 + 71.525 163.00 164.64 -1.64 + 71.550 165.00 161.23 3.77 + 71.575 161.00 159.04 1.96 + 71.600 145.00 157.52 -12.52 + 71.625 149.00 156.41 -7.41 + 71.650 163.00 155.59 7.41 + 71.675 166.00 154.97 11.03 + 71.700 138.00 154.52 -16.52 + 71.725 141.00 154.21 -13.21 + 71.750 158.00 154.03 3.97 + 71.775 145.00 153.96 -8.96 + 71.800 131.00 154.01 -23.01 + 71.825 135.00 154.23 -19.23 + 71.850 147.00 154.61 -7.61 + 71.875 133.00 155.25 -22.25 + 71.900 140.00 156.28 -16.28 + 71.925 144.00 157.91 -13.91 + 71.950 155.00 160.95 -5.95 + 71.975 157.00 167.36 -10.36 + 72.000 196.00 179.14 16.86 + 72.025 193.00 186.99 6.01 + 72.050 175.00 182.32 -7.32 + 72.075 172.00 174.40 -2.40 + 72.100 174.00 171.47 2.53 + 72.125 148.00 173.12 -25.12 + 72.150 164.00 178.64 -14.64 + 72.175 177.00 189.20 -12.20 + 72.200 183.00 208.82 -25.82 + 72.225 250.00 244.20 5.80 + 72.250 310.00 313.83 -3.83 + 72.275 439.00 451.06 -12.06 + 72.300 401.00 514.80 -113.80 + 72.325 356.00 387.11 -31.11 + 72.350 276.00 280.82 -4.82 + 72.375 178.00 229.55 -51.55 + 72.400 216.00 209.17 6.83 + 72.425 209.00 206.98 2.02 + 72.450 222.00 225.00 -3.00 + 72.475 263.00 278.63 -15.63 + 72.500 281.00 339.95 -58.95 + 72.525 270.00 296.22 -26.22 + 72.550 217.00 231.04 -14.04 + 72.575 181.00 194.93 -13.93 + 72.600 183.00 177.31 5.69 + 72.625 174.00 168.50 5.50 + 72.650 171.00 163.99 7.01 + 72.675 151.00 161.99 -10.99 + 72.700 142.00 160.33 -18.33 + 72.725 130.00 157.78 -27.78 + 72.750 147.00 155.89 -8.89 + 72.775 146.00 154.69 -8.69 + 72.800 148.00 153.96 -5.96 + 72.825 124.00 153.52 -29.52 + 72.850 129.00 153.45 -24.45 + 72.875 128.00 153.68 -25.68 + 72.900 135.00 154.07 -19.07 + 72.925 143.00 153.66 -10.66 + 72.950 135.00 153.15 -18.15 + 72.975 145.00 152.95 -7.95 + 73.000 134.00 152.96 -18.96 + 73.025 131.00 153.10 -22.10 + 73.050 154.00 153.35 0.65 + 73.075 135.00 153.73 -18.73 + 73.100 139.00 154.16 -15.16 + 73.125 155.00 154.70 0.30 + 73.150 143.00 155.36 -12.36 + 73.175 151.00 156.15 -5.15 + 73.200 154.00 157.12 -3.12 + 73.225 160.00 158.30 1.70 + 73.250 141.00 159.76 -18.76 + 73.275 160.00 161.58 -1.58 + 73.300 155.00 163.87 -8.87 + 73.325 171.00 166.84 4.16 + 73.350 166.00 170.76 -4.76 + 73.375 159.00 176.11 -17.11 + 73.400 187.00 183.52 3.48 + 73.425 205.00 194.26 10.74 + 73.450 212.00 211.11 0.89 + 73.475 230.00 241.90 -11.90 + 73.500 313.00 307.02 5.98 + 73.525 346.00 419.92 -73.92 + 73.550 402.00 454.01 -52.01 + 73.575 511.00 440.03 70.97 + 73.600 535.00 551.49 -16.49 + 73.625 696.00 835.00 -139.00 + 73.650 717.00 859.49 -142.49 + 73.675 624.00 586.02 37.98 + 73.700 520.00 419.48 100.52 + 73.725 421.00 371.75 49.25 + 73.750 399.00 375.09 23.91 + 73.775 344.00 342.38 1.62 + 73.800 380.00 340.53 39.47 + 73.825 468.00 428.07 39.93 + 73.850 482.00 546.62 -64.62 + 73.875 453.00 450.26 2.74 + 73.900 373.00 319.66 53.34 + 73.925 267.00 249.37 17.63 + 73.950 229.00 214.99 14.01 + 73.975 209.00 197.81 11.19 + 74.000 176.00 189.02 -13.02 + 74.025 193.00 184.87 8.13 + 74.050 210.00 183.91 26.09 + 74.075 179.00 185.90 -6.90 + 74.100 173.00 191.83 -18.83 + 74.125 207.00 205.79 1.21 + 74.150 225.00 241.10 -16.10 + 74.175 265.00 316.61 -51.61 + 74.200 315.00 344.34 -29.34 + 74.225 289.00 277.19 11.81 + 74.250 229.00 229.58 -0.58 + 74.275 197.00 209.16 -12.16 + 74.300 204.00 203.95 0.05 + 74.325 221.00 208.80 12.20 + 74.350 249.00 225.35 23.65 + 74.375 258.00 265.73 -7.73 + 74.400 290.00 343.73 -53.73 + 74.425 401.00 423.92 -22.92 + 74.450 434.00 463.97 -29.97 + 74.475 421.00 376.37 44.63 + 74.500 368.00 308.59 59.41 + 74.525 358.00 293.80 64.20 + 74.550 396.00 331.09 64.91 + 74.575 462.00 461.33 0.67 + 74.600 547.00 671.96 -124.96 + 74.625 580.00 621.00 -41.00 + 74.650 497.00 490.39 6.61 + 74.675 442.00 401.16 40.84 + 74.700 397.00 311.05 85.95 + 74.725 313.00 264.28 48.72 + 74.750 316.00 251.75 64.25 + 74.775 296.00 272.46 23.54 + 74.800 341.00 349.69 -8.69 + 74.825 355.00 427.27 -72.27 + 74.850 373.00 353.21 19.79 + 74.875 333.00 277.33 55.67 + 74.900 274.00 244.71 29.29 + 74.925 262.00 242.75 19.25 + 74.950 290.00 277.68 12.32 + 74.975 329.00 375.14 -46.14 + 75.000 333.00 421.70 -88.70 + 75.025 356.00 324.14 31.86 + 75.050 280.00 250.61 29.39 + 75.075 237.00 215.21 21.79 + 75.100 214.00 199.94 14.06 + 75.125 238.00 196.00 42.00 + 75.150 243.00 202.24 40.76 + 75.175 204.00 227.56 -23.56 + 75.200 239.00 281.78 -42.78 + 75.225 255.00 285.15 -30.15 + 75.250 249.00 236.40 12.60 + 75.275 226.00 207.35 18.65 + 75.300 191.00 196.13 -5.13 + 75.325 222.00 195.45 26.55 + 75.350 193.00 203.53 -10.53 + 75.375 236.00 226.19 9.81 + 75.400 264.00 286.67 -22.67 + 75.425 308.00 403.63 -95.63 + 75.450 340.00 402.25 -62.25 + 75.475 330.00 299.20 30.80 + 75.500 282.00 236.82 45.18 + 75.525 229.00 208.00 21.00 + 75.550 235.00 196.56 38.44 + 75.575 204.00 195.53 8.47 + 75.600 203.00 205.71 -2.71 + 75.625 252.00 239.15 12.85 + 75.650 249.00 296.37 -47.37 + 75.675 232.00 281.42 -49.42 + 75.700 222.00 233.41 -11.41 + 75.725 217.00 208.53 8.47 + 75.750 226.00 200.51 25.49 + 75.775 222.00 203.14 18.86 + 75.800 238.00 216.60 21.40 + 75.825 265.00 252.23 12.77 + 75.850 341.00 344.00 -3.00 + 75.875 339.00 458.58 -119.58 + 75.900 338.00 389.95 -51.95 + 75.925 302.00 290.51 11.49 + 75.950 275.00 240.20 34.80 + 75.975 242.00 219.97 22.03 + 76.000 218.00 216.55 1.45 + 76.025 232.00 226.39 5.61 + 76.050 297.00 257.81 39.19 + 76.075 360.00 341.26 18.74 + 76.100 399.00 470.28 -71.28 + 76.125 423.00 454.30 -31.30 + 76.150 365.00 338.17 26.83 + 76.175 273.00 267.22 5.78 + 76.200 254.00 236.15 17.85 + 76.225 262.00 226.78 35.22 + 76.250 216.00 231.02 -15.02 + 76.275 316.00 248.18 67.82 + 76.300 339.00 286.49 52.51 + 76.325 402.00 361.92 40.08 + 76.350 509.00 448.59 60.41 + 76.375 598.00 611.21 -13.21 + 76.400 700.00 946.48 -246.48 + 76.425 742.00 901.40 -159.40 + 76.450 619.00 585.95 33.05 + 76.475 470.00 398.55 71.45 + 76.500 398.00 310.56 87.44 + 76.525 379.00 274.02 104.98 + 76.550 352.00 267.63 84.37 + 76.575 351.00 292.26 58.74 + 76.600 379.00 381.46 -2.46 + 76.625 443.00 553.66 -110.66 + 76.650 466.00 532.68 -66.68 + 76.675 438.00 375.16 62.84 + 76.700 357.00 279.79 77.21 + 76.725 289.00 232.99 56.01 + 76.750 258.00 210.67 47.33 + 76.775 233.00 200.80 32.20 + 76.800 216.00 198.10 17.90 + 76.825 241.00 200.89 40.11 + 76.850 235.00 210.40 24.60 + 76.875 277.00 234.15 42.85 + 76.900 309.00 297.64 11.36 + 76.925 358.00 423.00 -65.00 + 76.950 356.00 427.92 -71.92 + 76.975 323.00 317.88 5.12 + 77.000 273.00 248.62 24.38 + 77.025 243.00 215.93 27.07 + 77.050 224.00 202.48 21.52 + 77.075 243.00 200.15 42.85 + 77.100 250.00 208.28 41.72 + 77.125 220.00 236.90 -16.90 + 77.150 267.00 299.53 -32.53 + 77.175 291.00 314.49 -23.49 + 77.200 282.00 265.99 16.01 + 77.225 252.00 239.65 12.35 + 77.250 255.00 242.51 12.49 + 77.275 328.00 286.14 41.86 + 77.300 357.00 402.94 -45.94 + 77.325 411.00 465.26 -54.26 + 77.350 375.00 355.17 19.83 + 77.375 323.00 266.82 56.18 + 77.400 267.00 223.00 44.00 + 77.425 240.00 203.36 36.64 + 77.450 208.00 196.67 11.33 + 77.475 209.00 199.78 9.22 + 77.500 236.00 218.69 17.31 + 77.525 248.00 271.49 -23.49 + 77.550 261.00 315.45 -54.45 + 77.575 256.00 266.15 -10.15 + 77.600 244.00 217.68 26.32 + 77.625 203.00 192.37 10.63 + 77.650 173.00 179.98 -6.98 + 77.675 170.00 173.95 -3.95 + 77.700 174.00 171.04 2.96 + 77.725 168.00 169.81 -1.81 + 77.750 167.00 169.60 -2.60 + 77.775 181.00 170.14 10.86 + 77.800 159.00 171.39 -12.39 + 77.825 195.00 173.34 21.66 + 77.850 168.00 176.09 -8.09 + 77.875 180.00 179.84 0.16 + 77.900 186.00 184.98 1.02 + 77.925 175.00 191.88 -16.88 + 77.950 191.00 200.87 -9.87 + 77.975 213.00 213.41 -0.41 + 78.000 274.00 231.50 42.50 + 78.025 266.00 257.81 8.19 + 78.050 323.00 296.72 26.28 + 78.075 421.00 358.58 62.42 + 78.100 552.00 478.39 73.61 + 78.125 799.00 772.36 26.64 + 78.150 1129.00 1408.74 -279.74 + 78.175 1277.00 1619.79 -342.79 + 78.200 1123.00 1064.87 58.13 + 78.225 820.00 661.48 158.52 + 78.250 610.00 463.83 146.17 + 78.275 504.00 376.74 127.26 + 78.300 408.00 349.56 58.44 + 78.325 478.00 368.06 109.94 + 78.350 543.00 462.19 80.81 + 78.375 708.00 722.56 -14.56 + 78.400 817.00 957.51 -140.51 + 78.425 736.00 732.83 3.17 + 78.450 641.00 508.51 132.49 + 78.475 568.00 430.35 137.65 + 78.500 413.00 438.56 -25.56 + 78.525 433.00 375.38 57.62 + 78.550 373.00 299.64 73.36 + 78.575 314.00 267.98 46.02 + 78.600 321.00 270.90 50.10 + 78.625 244.00 260.03 -16.03 + 78.650 262.00 241.50 20.50 + 78.675 251.00 234.62 16.38 + 78.700 232.00 234.64 -2.64 + 78.725 241.00 259.67 -18.67 + 78.750 216.00 257.70 -41.70 + 78.775 240.00 222.03 17.97 + 78.800 212.00 201.81 10.19 + 78.825 196.00 200.33 -4.33 + 78.850 173.00 200.59 -27.59 + 78.875 187.00 189.37 -2.37 + 78.900 175.00 182.54 -7.54 + 78.925 173.00 173.89 -0.89 + 78.950 152.00 166.17 -14.17 + 78.975 163.00 161.61 1.39 + 79.000 143.00 158.96 -15.96 + 79.025 135.00 157.33 -22.33 + 79.050 122.00 156.28 -34.28 + 79.075 139.00 155.61 -16.61 + 79.100 128.00 155.23 -27.23 + 79.125 134.00 155.18 -21.18 + 79.150 140.00 155.45 -15.45 + 79.175 117.00 156.06 -39.06 + 79.200 150.00 157.25 -7.25 + 79.225 134.00 159.48 -25.48 + 79.250 152.00 164.54 -12.54 + 79.275 127.00 177.61 -50.61 + 79.300 170.00 199.77 -29.77 + 79.325 158.00 195.68 -37.68 + 79.350 155.00 176.96 -21.96 + 79.375 173.00 165.77 7.23 + 79.400 161.00 160.51 0.49 + 79.425 136.00 158.40 -22.40 + 79.450 128.00 158.08 -30.08 + 79.475 177.00 159.50 17.50 + 79.500 165.00 163.90 1.10 + 79.525 140.00 173.76 -33.76 + 79.550 154.00 180.32 -26.32 + 79.575 143.00 172.46 -29.46 + 79.600 168.00 165.96 2.04 + 79.625 189.00 163.69 25.31 + 79.650 130.00 164.28 -34.28 + 79.675 160.00 167.05 -7.05 + 79.700 151.00 172.09 -21.09 + 79.725 182.00 180.17 1.83 + 79.750 221.00 193.90 27.10 + 79.775 238.00 223.58 14.42 + 79.800 260.00 300.17 -40.17 + 79.825 315.00 420.30 -105.30 + 79.850 327.00 388.05 -61.05 + 79.875 311.00 286.87 24.13 + 79.900 246.00 227.24 18.76 + 79.925 211.00 198.52 12.48 + 79.950 204.00 186.08 17.92 + 79.975 196.00 182.65 13.35 + 80.000 211.00 187.08 23.92 + 80.025 191.00 206.32 -15.32 + 80.050 234.00 257.31 -23.31 + 80.075 225.00 293.35 -68.35 + 80.100 255.00 247.45 7.55 + 80.125 200.00 204.05 -4.05 + 80.150 186.00 180.87 5.13 + 80.175 186.00 169.21 16.79 + 80.200 162.00 163.31 -1.31 + 80.225 140.00 160.25 -20.25 + 80.250 153.00 158.84 -5.84 + 80.275 147.00 158.83 -11.83 + 80.300 143.00 161.17 -18.17 + 80.325 153.00 165.77 -12.77 + 80.350 154.00 164.43 -10.43 + 80.375 133.00 160.23 -27.23 + 80.400 145.00 157.90 -12.90 + 80.425 148.00 157.03 -9.03 + 80.450 165.00 157.04 7.96 + 80.475 155.00 157.64 -2.64 + 80.500 155.00 158.80 -3.80 + 80.525 147.00 160.78 -13.78 + 80.550 176.00 164.47 11.53 + 80.575 149.00 168.59 -19.59 + 80.600 165.00 169.97 -4.97 + 80.625 136.00 172.28 -36.28 + 80.650 163.00 177.09 -14.09 + 80.675 163.00 184.77 -21.77 + 80.700 198.00 196.26 1.74 + 80.725 215.00 214.73 0.27 + 80.750 249.00 252.18 -3.18 + 80.775 304.00 346.47 -42.47 + 80.800 377.00 520.80 -143.80 + 80.825 414.00 523.77 -109.77 + 80.850 339.00 386.09 -47.09 + 80.875 322.00 300.94 21.06 + 80.900 284.00 265.92 18.08 + 80.925 301.00 260.90 40.10 + 80.950 311.00 278.90 32.10 + 80.975 380.00 332.94 47.06 + 81.000 550.00 482.73 67.27 + 81.025 624.00 792.68 -168.68 + 81.050 660.00 887.21 -227.21 + 81.075 617.00 638.10 -21.10 + 81.100 461.00 426.06 34.94 + 81.125 363.00 314.32 48.68 + 81.150 284.00 261.08 22.92 + 81.175 266.00 238.71 27.29 + 81.200 268.00 235.64 32.36 + 81.225 289.00 256.19 32.81 + 81.250 340.00 329.75 10.25 + 81.275 375.00 448.14 -73.14 + 81.300 363.00 408.71 -45.71 + 81.325 327.00 302.68 24.32 + 81.350 259.00 239.55 19.45 + 81.375 216.00 207.12 8.88 + 81.400 172.00 189.09 -17.09 + 81.425 180.00 179.49 0.51 + 81.450 208.00 174.77 33.23 + 81.475 177.00 173.05 3.95 + 81.500 157.00 173.84 -16.84 + 81.525 189.00 178.41 10.59 + 81.550 192.00 192.86 -0.86 + 81.575 222.00 231.22 -9.22 + 81.600 222.00 265.32 -43.32 + 81.625 188.00 233.86 -45.86 + 81.650 184.00 198.26 -14.26 + 81.675 164.00 178.68 -14.68 + 81.700 173.00 169.10 3.90 + 81.725 182.00 164.82 17.18 + 81.750 153.00 163.64 -10.64 + 81.775 158.00 165.15 -7.15 + 81.800 158.00 172.79 -14.79 + 81.825 183.00 192.95 -9.95 + 81.850 190.00 205.43 -15.43 + 81.875 178.00 187.39 -9.39 + 81.900 169.00 170.78 -1.78 + 81.925 145.00 161.73 -16.73 + 81.950 170.00 157.06 12.94 + 81.975 138.00 154.61 -16.61 + 82.000 169.00 153.25 15.75 + 82.025 133.00 152.39 -19.39 + 82.050 134.00 151.89 -17.89 + 82.075 122.00 151.59 -29.59 + 82.100 126.00 151.43 -25.43 + 82.125 153.00 151.35 1.65 + 82.150 112.00 151.38 -39.38 + 82.175 125.00 151.49 -26.49 + 82.200 127.00 151.67 -24.67 + 82.225 147.00 151.92 -4.92 + 82.250 125.00 152.25 -27.25 + 82.275 125.00 152.66 -27.66 + 82.300 142.00 153.17 -11.17 + 82.325 143.00 153.78 -10.78 + 82.350 138.00 154.52 -16.52 + 82.375 145.00 155.40 -10.40 + 82.400 166.00 156.48 9.52 + 82.425 165.00 157.79 7.21 + 82.450 156.00 159.41 -3.41 + 82.475 154.00 161.43 -7.43 + 82.500 169.00 164.00 5.00 + 82.525 130.00 167.33 -37.33 + 82.550 173.00 171.69 1.31 + 82.575 155.00 177.50 -22.50 + 82.600 178.00 185.75 -7.75 + 82.625 211.00 199.62 11.38 + 82.650 247.00 229.04 17.96 + 82.675 289.00 283.93 5.07 + 82.700 310.00 306.14 3.86 + 82.725 276.00 288.62 -12.62 + 82.750 303.00 290.74 12.26 + 82.775 376.00 327.64 48.36 + 82.800 468.00 437.83 30.17 + 82.825 665.00 705.91 -40.91 + 82.850 803.00 974.26 -171.26 + 82.875 829.00 945.35 -116.35 + 82.900 683.00 684.82 -1.82 + 82.925 570.00 494.36 75.64 + 82.950 507.00 391.50 115.50 + 82.975 383.00 324.77 58.23 + 83.000 335.00 296.38 38.62 + 83.025 352.00 299.93 52.07 + 83.050 412.00 346.22 65.78 + 83.075 522.00 477.10 44.90 + 83.100 575.00 643.23 -68.23 + 83.125 652.00 719.59 -67.59 + 83.150 681.00 719.91 -38.91 + 83.175 634.00 579.31 54.69 + 83.200 466.00 404.01 61.99 + 83.225 368.00 300.86 67.14 + 83.250 301.00 248.00 53.00 + 83.275 214.00 221.73 -7.73 + 83.300 226.00 209.56 16.44 + 83.325 205.00 206.33 -1.33 + 83.350 239.00 213.82 25.18 + 83.375 226.00 245.80 -19.80 + 83.400 271.00 311.55 -40.55 + 83.425 279.00 314.19 -35.19 + 83.450 280.00 259.75 20.25 + 83.475 247.00 227.79 19.21 + 83.500 223.00 228.36 -5.36 + 83.525 201.00 254.38 -53.38 + 83.550 199.00 242.86 -43.86 + 83.575 198.00 208.27 -10.27 + 83.600 206.00 186.11 19.89 + 83.625 191.00 174.41 16.59 + 83.650 154.00 168.52 -14.52 + 83.675 174.00 165.80 8.20 + 83.700 144.00 165.16 -21.16 + 83.725 155.00 167.12 -12.12 + 83.750 161.00 175.15 -14.15 + 83.775 172.00 193.02 -21.02 + 83.800 178.00 196.35 -18.35 + 83.825 192.00 181.00 11.00 + 83.850 155.00 169.93 -14.93 + 83.875 171.00 164.47 6.53 + 83.900 155.00 162.38 -7.38 + 83.925 160.00 162.31 -2.31 + 83.950 138.00 163.71 -25.71 + 83.975 156.00 166.51 -10.51 + 84.000 178.00 171.73 6.27 + 84.025 163.00 183.92 -20.92 + 84.050 191.00 216.40 -25.40 + 84.075 200.00 266.92 -66.92 + 84.100 208.00 256.44 -48.44 + 84.125 186.00 215.85 -29.85 + 84.150 167.00 190.04 -23.04 + 84.175 183.00 177.31 5.69 + 84.200 157.00 171.94 -14.94 + 84.225 148.00 170.67 -22.67 + 84.250 163.00 172.14 -9.14 + 84.275 174.00 177.16 -3.16 + 84.300 187.00 190.56 -3.56 + 84.325 182.00 217.98 -35.98 + 84.350 189.00 228.22 -39.22 + 84.375 190.00 213.31 -23.31 + 84.400 190.00 204.74 -14.74 + 84.425 199.00 206.50 -7.50 + 84.450 240.00 216.66 23.34 + 84.475 247.00 235.16 11.84 + 84.500 334.00 268.01 65.99 + 84.525 391.00 342.13 48.87 + 84.550 512.00 532.79 -20.79 + 84.575 618.00 826.62 -208.62 + 84.600 663.00 857.24 -194.24 + 84.625 593.00 613.51 -20.51 + 84.650 456.00 415.82 40.18 + 84.675 395.00 310.55 84.45 + 84.700 343.00 260.11 82.89 + 84.725 288.00 239.02 48.98 + 84.750 292.00 235.68 56.32 + 84.775 310.00 251.38 58.62 + 84.800 392.00 310.13 81.87 + 84.825 389.00 444.34 -55.34 + 84.850 437.00 529.28 -92.28 + 84.875 361.00 439.30 -78.30 + 84.900 351.00 318.52 32.48 + 84.925 262.00 246.15 15.85 + 84.950 250.00 207.96 42.04 + 84.975 233.00 187.83 45.17 + 85.000 197.00 176.79 20.21 + 85.025 195.00 170.35 24.65 + 85.050 171.00 166.63 4.37 + 85.075 174.00 164.92 9.08 + 85.100 171.00 163.04 7.96 + 85.125 159.00 160.34 -1.34 + 85.150 158.00 158.37 -0.37 + 85.175 120.00 157.16 -37.16 + 85.200 128.00 156.39 -28.39 + 85.225 140.00 155.94 -15.94 + 85.250 148.00 155.81 -7.81 + 85.275 156.00 156.01 -0.01 + 85.300 133.00 156.63 -23.63 + 85.325 156.00 157.94 -1.94 + 85.350 144.00 159.82 -15.82 + 85.375 163.00 161.43 1.57 + 85.400 158.00 163.78 -5.78 + 85.425 158.00 167.55 -9.55 + 85.450 154.00 173.08 -19.08 + 85.475 165.00 181.58 -16.58 + 85.500 196.00 198.58 -2.58 + 85.525 206.00 243.30 -37.30 + 85.550 256.00 344.61 -88.61 + 85.575 278.00 392.35 -114.35 + 85.600 255.00 312.07 -57.07 + 85.625 253.00 242.11 10.89 + 85.650 223.00 204.26 18.74 + 85.675 190.00 185.76 4.24 + 85.700 196.00 177.62 18.38 + 85.725 176.00 175.20 0.80 + 85.750 171.00 177.27 -6.27 + 85.775 212.00 187.47 24.53 + 85.800 204.00 219.25 -15.25 + 85.825 252.00 270.89 -18.89 + 85.850 224.00 260.24 -36.24 + 85.875 192.00 216.73 -24.73 + 85.900 180.00 188.48 -8.48 + 85.925 172.00 173.56 -1.56 + 85.950 166.00 165.98 0.02 + 85.975 159.00 162.18 -3.18 + 86.000 155.00 160.29 -5.29 + 86.025 148.00 159.42 -11.42 + 86.050 167.00 159.18 7.82 + 86.075 137.00 159.41 -22.41 + 86.100 178.00 160.05 17.95 + 86.125 161.00 161.09 -0.09 + 86.150 180.00 162.56 17.44 + 86.175 156.00 164.56 -8.56 + 86.200 169.00 167.21 1.79 + 86.225 178.00 170.72 7.28 + 86.250 174.00 175.42 -1.42 + 86.275 181.00 181.79 -0.79 + 86.300 172.00 190.63 -18.63 + 86.325 238.00 203.27 34.73 + 86.350 209.00 221.84 -12.84 + 86.375 240.00 246.87 -6.87 + 86.400 343.00 277.83 65.17 + 86.425 384.00 338.03 45.97 + 86.450 500.00 495.59 4.41 + 86.475 673.00 862.88 -189.88 + 86.500 704.00 1085.40 -381.40 + 86.525 763.00 800.65 -37.65 + 86.550 656.00 525.71 130.29 + 86.575 551.00 373.49 177.51 + 86.600 406.00 298.80 107.20 + 86.625 354.00 266.72 87.28 + 86.650 352.00 257.07 94.93 + 86.675 301.00 261.47 39.53 + 86.700 357.00 291.19 65.81 + 86.725 414.00 386.45 27.55 + 86.750 440.00 584.52 -144.52 + 86.775 502.00 624.57 -122.57 + 86.800 459.00 468.28 -9.28 + 86.825 425.00 353.46 71.54 + 86.850 378.00 304.33 73.67 + 86.875 418.00 318.06 99.94 + 86.900 427.00 401.50 25.50 + 86.925 467.00 450.54 16.46 + 86.950 441.00 423.65 17.35 + 86.975 400.00 338.34 61.66 + 87.000 327.00 264.94 62.06 + 87.025 278.00 223.85 54.15 + 87.050 259.00 203.19 55.81 + 87.075 240.00 193.85 46.15 + 87.100 213.00 191.72 21.28 + 87.125 206.00 198.13 7.87 + 87.150 241.00 223.68 17.32 + 87.175 263.00 273.46 -10.46 + 87.200 287.00 293.55 -6.55 + 87.225 291.00 276.72 14.28 + 87.250 245.00 233.87 11.13 + 87.275 243.00 200.29 42.71 + 87.300 198.00 181.54 16.46 + 87.325 195.00 171.73 23.27 + 87.350 195.00 166.66 28.34 + 87.375 164.00 164.09 -0.09 + 87.400 178.00 162.98 15.02 + 87.425 161.00 162.88 -1.88 + 87.450 161.00 163.71 -2.71 + 87.475 183.00 165.55 17.45 + 87.500 177.00 168.58 8.42 + 87.525 177.00 173.11 3.89 + 87.550 177.00 179.42 -2.42 + 87.575 192.00 189.10 2.90 + 87.600 219.00 208.65 10.35 + 87.625 260.00 260.41 -0.41 + 87.650 310.00 380.65 -70.65 + 87.675 337.00 459.40 -122.40 + 87.700 312.00 371.89 -59.89 + 87.725 290.00 278.55 11.45 + 87.750 275.00 224.87 50.13 + 87.775 243.00 197.79 45.21 + 87.800 192.00 185.08 6.92 + 87.825 200.00 180.09 19.91 + 87.850 212.00 180.15 31.85 + 87.875 205.00 187.03 17.97 + 87.900 180.00 211.24 -31.24 + 87.925 219.00 269.65 -50.65 + 87.950 274.00 305.70 -31.70 + 87.975 271.00 261.33 9.67 + 88.000 200.00 214.52 -14.52 + 88.025 205.00 187.61 17.39 + 88.050 195.00 174.38 20.62 + 88.075 179.00 166.91 12.09 + 88.100 171.00 161.46 9.54 + 88.125 171.00 157.96 13.04 + 88.150 147.00 155.82 -8.82 + 88.175 147.00 154.48 -7.48 + 88.200 167.00 153.62 13.38 + 88.225 159.00 153.09 5.91 + 88.250 157.00 152.80 4.20 + 88.275 145.00 152.77 -7.77 + 88.300 164.00 153.13 10.87 + 88.325 142.00 153.97 -11.97 + 88.350 143.00 154.45 -11.45 + 88.375 164.00 154.27 9.73 + 88.400 157.00 154.32 2.68 + 88.425 153.00 154.83 -1.83 + 88.450 145.00 155.74 -10.74 + 88.475 168.00 157.05 10.95 + 88.500 159.00 158.89 0.11 + 88.525 169.00 161.35 7.65 + 88.550 137.00 164.66 -27.66 + 88.575 182.00 169.01 12.99 + 88.600 196.00 174.75 21.25 + 88.625 218.00 183.17 34.83 + 88.650 216.00 199.12 16.88 + 88.675 223.00 239.15 -16.15 + 88.700 269.00 332.12 -63.12 + 88.725 295.00 411.72 -116.72 + 88.750 288.00 356.23 -68.23 + 88.775 280.00 277.19 2.81 + 88.800 281.00 229.22 51.78 + 88.825 187.00 205.72 -18.72 + 88.850 264.00 196.23 67.77 + 88.875 216.00 194.71 21.29 + 88.900 220.00 198.70 21.30 + 88.925 242.00 208.88 33.12 + 88.950 264.00 231.66 32.34 + 88.975 272.00 282.67 -10.67 + 89.000 326.00 351.44 -25.44 + 89.025 362.00 389.35 -27.35 + 89.050 407.00 472.48 -65.48 + 89.075 468.00 548.80 -80.80 + 89.100 432.00 471.98 -39.98 + 89.125 443.00 377.37 65.63 + 89.150 383.00 315.97 67.03 + 89.175 393.00 284.74 108.26 + 89.200 367.00 284.91 82.09 + 89.225 415.00 331.63 83.37 + 89.250 471.00 473.26 -2.26 + 89.275 595.00 677.08 -82.08 + 89.300 626.00 664.67 -38.67 + 89.325 583.00 548.75 34.25 + 89.350 491.00 490.02 0.98 + 89.375 456.00 408.51 47.49 + 89.400 411.00 326.63 84.37 + 89.425 322.00 274.48 47.52 + 89.450 328.00 244.54 83.46 + 89.475 289.00 233.45 55.55 + 89.500 271.00 243.77 27.23 + 89.525 302.00 293.79 8.21 + 89.550 377.00 392.51 -15.51 + 89.575 369.00 419.37 -50.37 + 89.600 373.00 347.66 25.34 + 89.625 347.00 292.86 54.14 + 89.650 296.00 284.01 11.99 + 89.675 292.00 279.36 12.64 + 89.700 257.00 247.34 9.66 + 89.725 269.00 217.85 51.15 + 89.750 241.00 200.97 40.03 + 89.775 218.00 193.85 24.15 + 89.800 212.00 193.71 18.29 + 89.825 239.00 202.40 36.60 + 89.850 254.00 231.23 22.77 + 89.875 295.00 301.48 -6.48 + 89.900 314.00 374.08 -60.08 + 89.925 356.00 353.01 2.99 + 89.950 301.00 301.19 -0.19 + 89.975 277.00 251.27 25.73 + 90.000 252.00 213.99 38.01 + 90.025 251.00 192.25 58.75 + 90.050 186.00 181.10 4.90 + 90.075 197.00 176.21 20.79 + 90.100 162.00 176.14 -14.14 + 90.125 192.00 183.51 8.49 + 90.150 231.00 207.13 23.87 + 90.175 223.00 246.71 -23.71 + 90.200 207.00 250.83 -43.83 + 90.225 238.00 218.60 19.40 + 90.250 196.00 190.52 5.48 + 90.275 196.00 173.97 22.03 + 90.300 176.00 165.08 10.92 + 90.325 171.00 160.26 10.74 + 90.350 178.00 157.42 20.58 + 90.375 146.00 155.77 -9.77 + 90.400 169.00 154.73 14.27 + 90.425 161.00 154.05 6.95 + 90.450 149.00 153.61 -4.61 + 90.475 173.00 153.35 19.65 + 90.500 156.00 153.24 2.76 + 90.525 143.00 153.25 -10.25 + 90.550 154.00 153.37 0.63 + 90.575 152.00 153.61 -1.61 + 90.600 139.00 153.96 -14.96 + 90.625 184.00 154.38 29.62 + 90.650 185.00 154.98 30.02 + 90.675 161.00 155.74 5.26 + 90.700 159.00 156.67 2.33 + 90.725 152.00 157.83 -5.83 + 90.750 159.00 159.24 -0.24 + 90.775 176.00 160.97 15.03 + 90.800 164.00 163.17 0.83 + 90.825 168.00 165.96 2.04 + 90.850 193.00 169.54 23.46 + 90.875 195.00 174.19 20.81 + 90.900 187.00 180.24 6.76 + 90.925 237.00 188.01 48.99 + 90.950 228.00 197.83 30.17 + 90.975 265.00 210.59 54.41 + 91.000 291.00 230.06 60.94 + 91.025 347.00 269.23 77.77 + 91.050 409.00 364.02 44.98 + 91.075 454.00 571.70 -117.70 + 91.100 552.00 783.89 -231.89 + 91.125 524.00 716.38 -192.38 + 91.150 552.00 536.83 15.17 + 91.175 502.00 428.61 73.39 + 91.200 483.00 408.67 74.33 + 91.225 433.00 391.99 41.01 + 91.250 382.00 336.02 45.98 + 91.275 363.00 289.59 73.41 + 91.300 322.00 272.03 49.97 + 91.325 328.00 290.99 37.01 + 91.350 389.00 362.34 26.66 + 91.375 469.00 480.03 -11.03 + 91.400 485.00 536.74 -51.74 + 91.425 438.00 475.84 -37.84 + 91.450 491.00 417.33 73.67 + 91.475 415.00 378.73 36.27 + 91.500 377.00 346.63 30.37 + 91.525 375.00 305.99 69.01 + 91.550 322.00 266.65 55.35 + 91.575 288.00 249.19 38.81 + 91.600 280.00 241.44 38.56 + 91.625 263.00 229.56 33.44 + 91.650 275.00 220.64 54.36 + 91.675 245.00 209.88 35.12 + 91.700 243.00 202.22 40.78 + 91.725 239.00 206.08 32.92 + 91.750 247.00 216.01 30.99 + 91.775 216.00 211.04 4.96 + 91.800 204.00 197.45 6.55 + 91.825 210.00 188.34 21.66 + 91.850 196.00 187.01 8.99 + 91.875 220.00 191.93 28.07 + 91.900 209.00 193.80 15.20 + 91.925 212.00 190.22 21.78 + 91.950 226.00 187.78 38.22 + 91.975 201.00 188.65 12.35 + 92.000 225.00 192.52 32.48 + 92.025 228.00 198.87 29.13 + 92.050 210.00 207.91 2.09 + 92.075 244.00 222.22 21.78 + 92.100 298.00 250.83 47.17 + 92.125 405.00 318.64 86.36 + 92.150 445.00 470.64 -25.64 + 92.175 534.00 667.98 -133.98 + 92.200 579.00 674.43 -95.43 + 92.225 538.00 526.72 11.28 + 92.250 495.00 396.30 98.70 + 92.275 466.00 324.06 141.94 + 92.300 410.00 300.10 109.90 + 92.325 389.00 315.77 73.23 + 92.350 387.00 357.87 29.13 + 92.375 429.00 387.37 41.63 + 92.400 460.00 418.73 41.27 + 92.425 573.00 481.98 91.02 + 92.450 607.00 624.53 -17.53 + 92.475 740.00 874.41 -134.41 + 92.500 853.00 992.33 -139.33 + 92.525 781.00 821.71 -40.71 + 92.550 733.00 584.66 148.34 + 92.575 593.00 420.18 172.82 + 92.600 499.00 333.38 165.62 + 92.625 398.00 300.10 97.90 + 92.650 368.00 295.98 72.02 + 92.675 334.00 292.86 41.14 + 92.700 370.00 292.91 77.09 + 92.725 358.00 300.86 57.14 + 92.750 391.00 330.38 60.62 + 92.775 376.00 407.94 -31.94 + 92.800 394.00 464.76 -70.76 + 92.825 414.00 413.53 0.47 + 92.850 383.00 327.80 55.20 + 92.875 300.00 264.71 35.29 + 92.900 294.00 228.87 65.13 + 92.925 275.00 210.60 64.40 + 92.950 246.00 201.93 44.07 + 92.975 259.00 198.66 60.34 + 93.000 235.00 198.89 36.11 + 93.025 239.00 202.45 36.55 + 93.050 243.00 211.64 31.36 + 93.075 277.00 233.91 43.09 + 93.100 363.00 285.55 77.45 + 93.125 383.00 373.31 9.69 + 93.150 434.00 422.69 11.31 + 93.175 436.00 384.01 51.99 + 93.200 378.00 330.49 47.51 + 93.225 373.00 309.07 63.93 + 93.250 386.00 335.67 50.33 + 93.275 438.00 404.10 33.90 + 93.300 464.00 470.11 -6.11 + 93.325 491.00 527.34 -36.34 + 93.350 539.00 608.55 -69.55 + 93.375 539.00 614.36 -75.36 + 93.400 523.00 528.22 -5.22 + 93.425 499.00 461.54 37.46 + 93.450 478.00 416.81 61.19 + 93.475 472.00 356.10 115.90 + 93.500 383.00 302.84 80.16 + 93.525 345.00 275.14 69.86 + 93.550 354.00 277.21 76.79 + 93.575 352.00 305.31 46.69 + 93.600 383.00 338.38 44.62 + 93.625 370.00 369.81 0.19 + 93.650 410.00 420.54 -10.54 + 93.675 453.00 450.44 2.56 + 93.700 416.00 416.20 -0.20 + 93.725 396.00 355.66 40.34 + 93.750 392.00 308.19 83.81 + 93.775 319.00 282.55 36.45 + 93.800 335.00 278.43 56.57 + 93.825 407.00 301.71 105.29 + 93.850 461.00 377.31 83.69 + 93.875 587.00 554.46 32.54 + 93.900 741.00 819.01 -78.01 + 93.925 875.00 945.18 -70.18 + 93.950 863.00 813.03 49.97 + 93.975 754.00 604.06 149.94 + 94.000 619.00 446.20 172.80 + 94.025 485.00 346.27 138.73 + 94.050 429.00 287.48 141.52 + 94.075 336.00 255.48 80.52 + 94.100 321.00 241.18 79.82 + 94.125 296.00 242.48 53.52 + 94.150 316.00 267.23 48.77 + 94.175 385.00 336.70 48.30 + 94.200 474.00 459.19 14.81 + 94.225 539.00 547.18 -8.18 + 94.250 571.00 505.98 65.02 + 94.275 493.00 397.51 95.49 + 94.300 420.00 303.96 116.04 + 94.325 345.00 245.16 99.84 + 94.350 272.00 212.44 59.56 + 94.375 242.00 194.32 47.68 + 94.400 219.00 183.87 35.13 + 94.425 229.00 177.58 51.42 + 94.450 203.00 173.73 29.27 + 94.475 220.00 171.42 48.58 + 94.500 211.00 170.23 40.77 + 94.525 190.00 169.91 20.09 + 94.550 171.00 170.31 0.69 + 94.575 195.00 171.33 23.67 + 94.600 176.00 173.25 2.75 + 94.625 218.00 177.19 40.81 + 94.650 208.00 186.24 21.76 + 94.675 212.00 208.00 4.00 + 94.700 230.00 255.53 -25.53 + 94.725 265.00 323.75 -58.75 + 94.750 314.00 348.00 -34.00 + 94.775 278.00 307.74 -29.74 + 94.800 306.00 255.25 50.75 + 94.825 262.00 217.83 44.17 + 94.850 281.00 197.15 83.85 + 94.875 209.00 187.60 21.40 + 94.900 235.00 185.46 49.54 + 94.925 222.00 191.31 30.69 + 94.950 223.00 211.03 11.97 + 94.975 246.00 252.41 -6.41 + 95.000 268.00 301.39 -33.39 + 95.025 316.00 325.47 -9.47 + 95.050 307.00 320.14 -13.14 + 95.075 316.00 283.24 32.76 + 95.100 273.00 238.78 34.22 + 95.125 247.00 205.69 41.31 + 95.150 229.00 185.80 43.20 + 95.175 201.00 175.03 25.97 + 95.200 198.00 169.76 28.24 + 95.225 173.00 168.54 4.46 + 95.250 202.00 172.37 29.63 + 95.275 173.00 184.21 -11.21 + 95.300 212.00 202.18 9.82 + 95.325 185.00 208.45 -23.45 + 95.350 197.00 196.68 0.32 + 95.375 193.00 180.83 12.17 + 95.400 193.00 168.93 24.07 + 95.425 194.00 161.80 32.20 + 95.450 169.00 157.86 11.14 + 95.475 169.00 155.63 13.37 + 95.500 157.00 154.31 2.69 + 95.525 167.00 153.49 13.51 + 95.550 175.00 152.99 22.01 + 95.575 140.00 152.64 -12.64 + 95.600 174.00 152.52 21.48 + 95.625 146.00 152.52 -6.52 + 95.650 171.00 152.63 18.37 + 95.675 142.00 152.87 -10.87 + 95.700 152.00 153.20 -1.20 + 95.725 171.00 153.64 17.36 + 95.750 150.00 154.24 -4.24 + 95.775 142.00 154.99 -12.99 + 95.800 161.00 155.94 5.06 + 95.825 150.00 157.11 -7.11 + 95.850 163.00 158.56 4.44 + 95.875 154.00 160.39 -6.39 + 95.900 149.00 162.66 -13.66 + 95.925 157.00 165.42 -8.42 + 95.950 192.00 168.78 23.22 + 95.975 185.00 172.80 12.20 + 96.000 184.00 177.91 6.09 + 96.025 205.00 185.57 19.43 + 96.050 231.00 199.48 31.52 + 96.075 238.00 228.57 9.43 + 96.100 263.00 289.61 -26.61 + 96.125 324.00 389.58 -65.58 + 96.150 365.00 467.15 -102.15 + 96.175 388.00 457.96 -69.96 + 96.200 380.00 409.97 -29.97 + 96.225 421.00 373.67 47.33 + 96.250 418.00 378.15 39.85 + 96.275 408.00 411.67 -3.67 + 96.300 385.00 404.91 -19.91 + 96.325 374.00 349.07 24.93 + 96.350 346.00 290.12 55.88 + 96.375 329.00 252.65 76.35 + 96.400 297.00 242.88 54.12 + 96.425 319.00 263.01 55.99 + 96.450 322.00 304.69 17.31 + 96.475 328.00 326.89 1.11 + 96.500 298.00 310.91 -12.91 + 96.525 290.00 284.53 5.47 + 96.550 304.00 268.47 35.53 + 96.575 311.00 274.24 36.76 + 96.600 312.00 287.89 24.11 + 96.625 319.00 276.91 42.09 + 96.650 292.00 246.60 45.40 + 96.675 241.00 217.76 23.24 + 96.700 239.00 198.45 40.55 + 96.725 202.00 188.08 13.92 + 96.750 206.00 183.96 22.04 + 96.775 202.00 185.12 16.88 + 96.800 227.00 193.85 33.15 + 96.825 236.00 217.53 18.47 + 96.850 307.00 267.70 39.30 + 96.875 309.00 337.15 -28.15 + 96.900 385.00 367.45 17.55 + 96.925 341.00 332.84 8.16 + 96.950 324.00 276.97 47.03 + 96.975 290.00 231.52 58.48 + 97.000 208.00 203.43 4.57 + 97.025 241.00 188.39 52.61 + 97.050 201.00 180.95 20.05 + 97.075 202.00 177.99 24.01 + 97.100 181.00 178.81 2.19 + 97.125 217.00 185.10 31.90 + 97.150 264.00 202.16 61.84 + 97.175 229.00 238.71 -9.71 + 97.200 326.00 293.95 32.05 + 97.225 303.00 336.24 -33.24 + 97.250 345.00 332.92 12.08 + 97.275 304.00 292.14 11.86 + 97.300 296.00 245.85 50.15 + 97.325 241.00 211.63 29.37 + 97.350 242.00 191.17 50.83 + 97.375 210.00 180.33 29.67 + 97.400 187.00 175.44 11.56 + 97.425 206.00 175.16 30.84 + 97.450 194.00 180.83 13.17 + 97.475 221.00 197.03 23.97 + 97.500 216.00 228.62 -12.62 + 97.525 245.00 265.56 -20.56 + 97.550 242.00 281.13 -39.13 + 97.575 251.00 267.47 -16.47 + 97.600 258.00 237.22 20.78 + 97.625 232.00 207.95 24.05 + 97.650 215.00 187.86 27.14 + 97.675 189.00 177.21 11.79 + 97.700 192.00 173.90 18.10 + 97.725 163.00 174.66 -11.66 + 97.750 158.00 174.75 -16.75 + 97.775 162.00 173.88 -11.88 + 97.800 174.00 176.52 -2.52 + 97.825 182.00 185.98 -3.98 + 97.850 169.00 197.06 -28.06 + 97.875 151.00 197.05 -46.05 + 97.900 187.00 186.40 0.60 + 97.925 179.00 174.04 4.96 + 97.950 167.00 164.75 2.25 + 97.975 169.00 159.24 9.76 + 98.000 146.00 156.76 -10.76 + 98.025 149.00 156.52 -7.52 + 98.050 146.00 157.47 -11.47 + 98.075 158.00 157.53 0.47 + 98.100 142.00 155.94 -13.94 + 98.125 164.00 153.85 10.15 + 98.150 142.00 152.15 -10.15 + 98.175 153.00 151.07 1.93 + 98.200 147.00 150.49 -3.49 + 98.225 163.00 150.24 12.76 + 98.250 160.00 150.16 9.84 + 98.275 163.00 150.25 12.75 + 98.300 127.00 150.47 -23.47 + 98.325 150.00 150.81 -0.81 + 98.350 159.00 151.38 7.62 + 98.375 140.00 152.53 -12.53 + 98.400 136.00 155.00 -19.00 + 98.425 159.00 160.16 -1.16 + 98.450 171.00 169.20 1.80 + 98.475 178.00 178.79 -0.79 + 98.500 159.00 180.89 -21.89 + 98.525 162.00 175.35 -13.35 + 98.550 193.00 168.00 25.00 + 98.575 156.00 162.38 -6.38 + 98.600 176.00 159.21 16.79 + 98.625 161.00 158.04 2.96 + 98.650 155.00 158.48 -3.48 + 98.675 146.00 160.97 -14.97 + 98.700 179.00 167.32 11.68 + 98.725 208.00 181.40 26.60 + 98.750 186.00 206.97 -20.97 + 98.775 194.00 236.38 -42.38 + 98.800 252.00 247.26 4.74 + 98.825 230.00 233.92 -3.92 + 98.850 219.00 210.24 8.76 + 98.875 182.00 188.80 -6.80 + 98.900 179.00 174.15 4.85 + 98.925 174.00 165.60 8.40 + 98.950 147.00 161.04 -14.04 + 98.975 189.00 158.84 30.16 + 99.000 166.00 158.36 7.64 + 99.025 142.00 159.82 -17.82 + 99.050 144.00 164.47 -20.47 + 99.075 177.00 174.17 2.83 + 99.100 178.00 187.50 -9.50 + 99.125 215.00 195.22 19.78 + 99.150 182.00 191.95 -9.95 + 99.175 160.00 184.56 -24.56 + 99.200 196.00 180.49 15.51 + 99.225 200.00 181.20 18.80 + 99.250 159.00 181.11 -22.11 + 99.275 163.00 176.25 -13.25 + 99.300 150.00 169.29 -19.29 + 99.325 175.00 163.27 11.73 + 99.350 144.00 159.29 -15.29 + 99.375 132.00 157.14 -25.14 + 99.400 160.00 156.19 3.81 + 99.425 169.00 156.02 12.98 + 99.450 138.00 156.43 -18.43 + 99.475 171.00 157.44 13.56 + 99.500 129.00 159.32 -30.32 + 99.525 167.00 162.55 4.45 + 99.550 172.00 167.30 4.70 + 99.575 135.00 171.93 -36.93 + 99.600 170.00 174.12 -4.12 + 99.625 172.00 175.14 -3.14 + 99.650 169.00 178.78 -9.78 + 99.675 199.00 190.26 8.74 + 99.700 221.00 217.50 3.50 + 99.725 233.00 267.22 -34.22 + 99.750 283.00 324.57 -41.57 + 99.775 291.00 345.18 -54.18 + 99.800 299.00 317.13 -18.13 + 99.825 257.00 270.25 -13.25 + 99.850 239.00 228.76 10.24 + 99.875 226.00 200.73 25.27 + 99.900 185.00 184.49 0.51 + 99.925 195.00 175.81 19.19 + 99.950 194.00 171.57 22.43 + 99.975 175.00 170.50 4.50 + 100.000 192.00 172.95 19.05 + 100.025 182.00 181.17 0.83 + 100.050 189.00 199.07 -10.07 + 100.075 210.00 227.00 -17.00 + 100.100 252.00 250.23 1.77 + 100.125 217.00 249.76 -32.76 + 100.150 230.00 230.70 -0.70 + 100.175 223.00 208.13 14.87 + 100.200 192.00 190.57 1.43 + 100.225 205.00 179.85 25.15 + 100.250 179.00 174.64 4.36 + 100.275 185.00 173.49 11.51 + 100.300 155.00 176.40 -21.40 + 100.325 193.00 185.37 7.63 + 100.350 190.00 203.83 -13.83 + 100.375 214.00 230.85 -16.85 + 100.400 215.00 251.42 -36.42 + 100.425 230.00 250.11 -20.11 + 100.450 223.00 233.48 -10.48 + 100.475 212.00 214.84 -2.84 + 100.500 233.00 201.47 31.53 + 100.525 221.00 195.30 25.70 + 100.550 242.00 196.37 45.63 + 100.575 216.00 206.49 9.51 + 100.600 261.00 232.13 28.87 + 100.625 265.00 284.09 -19.09 + 100.650 370.00 364.42 5.58 + 100.675 406.00 441.13 -35.13 + 100.700 501.00 476.11 24.89 + 100.725 447.00 476.78 -29.78 + 100.750 488.00 448.50 39.50 + 100.775 473.00 391.15 81.85 + 100.800 365.00 326.29 38.71 + 100.825 279.00 272.98 6.02 + 100.850 283.00 237.70 45.30 + 100.875 285.00 219.41 65.59 + 100.900 282.00 214.76 67.24 + 100.925 239.00 221.06 17.94 + 100.950 267.00 238.79 28.21 + 100.975 263.00 270.00 -7.00 + 101.000 309.00 308.63 0.37 + 101.025 349.00 335.86 13.14 + 101.050 345.00 339.12 5.88 + 101.075 322.00 325.34 -3.34 + 101.100 338.00 299.40 38.60 + 101.125 308.00 266.06 41.94 + 101.150 238.00 234.66 3.34 + 101.175 221.00 210.79 10.21 + 101.200 215.00 195.49 19.51 + 101.225 197.00 187.52 9.48 + 101.250 205.00 184.97 20.03 + 101.275 208.00 185.88 22.12 + 101.300 222.00 189.04 32.96 + 101.325 206.00 193.77 12.23 + 101.350 204.00 200.11 3.89 + 101.375 230.00 211.65 18.35 + 101.400 240.00 232.12 7.88 + 101.425 284.00 259.49 24.51 + 101.450 313.00 289.10 23.90 + 101.475 331.00 312.44 18.56 + 101.500 344.00 311.34 32.66 + 101.525 297.00 284.56 12.44 + 101.550 275.00 249.20 25.80 + 101.575 267.00 218.55 48.45 + 101.600 216.00 197.39 18.61 + 101.625 230.00 184.84 45.16 + 101.650 194.00 178.33 15.67 + 101.675 195.00 176.10 18.90 + 101.700 234.00 177.99 56.01 + 101.725 196.00 185.44 10.56 + 101.750 198.00 200.76 -2.76 + 101.775 240.00 225.16 14.84 + 101.800 255.00 257.18 -2.18 + 101.825 287.00 286.02 0.98 + 101.850 314.00 291.00 23.00 + 101.875 318.00 269.83 48.17 + 101.900 255.00 238.51 16.49 + 101.925 232.00 210.20 21.80 + 101.950 213.00 190.04 22.96 + 101.975 186.00 177.62 8.38 + 102.000 193.00 170.51 22.49 + 102.025 156.00 166.56 -10.56 + 102.050 168.00 164.58 3.42 + 102.075 155.00 164.20 -9.20 + 102.100 154.00 165.74 -11.74 + 102.125 187.00 170.12 16.88 + 102.150 181.00 177.82 3.18 + 102.175 194.00 186.16 7.84 + 102.200 183.00 189.42 -6.42 + 102.225 206.00 186.18 19.82 + 102.250 191.00 179.98 11.02 + 102.275 179.00 174.20 4.80 + 102.300 174.00 170.36 3.64 + 102.325 158.00 168.61 -10.61 + 102.350 176.00 168.63 7.37 + 102.375 183.00 170.35 12.65 + 102.400 184.00 174.19 9.81 + 102.425 188.00 180.59 7.41 + 102.450 222.00 190.33 31.67 + 102.475 211.00 207.41 3.59 + 102.500 242.00 240.58 1.42 + 102.525 267.00 295.64 -28.64 + 102.550 330.00 356.58 -26.58 + 102.575 363.00 383.08 -20.08 + 102.600 390.00 360.31 29.69 + 102.625 397.00 311.59 85.41 + 102.650 332.00 262.10 69.90 + 102.675 288.00 224.43 63.57 + 102.700 273.00 200.49 72.51 + 102.725 199.00 187.01 11.99 + 102.750 218.00 180.32 37.68 + 102.775 198.00 178.05 19.95 + 102.800 206.00 179.05 26.95 + 102.825 228.00 184.00 44.00 + 102.850 206.00 196.28 9.72 + 102.875 216.00 219.45 -3.45 + 102.900 256.00 249.35 6.65 + 102.925 259.00 268.15 -9.15 + 102.950 301.00 262.77 38.23 + 102.975 265.00 240.62 24.38 + 103.000 240.00 214.86 25.14 + 103.025 206.00 193.57 12.43 + 103.050 224.00 179.05 44.95 + 103.075 183.00 170.17 12.83 + 103.100 160.00 164.93 -4.93 + 103.125 190.00 161.75 28.25 + 103.150 158.00 159.74 -1.74 + 103.175 161.00 158.41 2.59 + 103.200 161.00 157.51 3.49 + 103.225 143.00 156.91 -13.91 + 103.250 144.00 156.48 -12.48 + 103.275 177.00 156.21 20.79 + 103.300 175.00 156.04 18.96 + 103.325 142.00 155.97 -13.97 + 103.350 129.00 155.97 -26.97 + 103.375 140.00 156.05 -16.05 + 103.400 166.00 156.20 9.80 + 103.425 156.00 156.43 -0.43 + 103.450 126.00 156.74 -30.74 + 103.475 156.00 157.14 -1.14 + 103.500 144.00 157.63 -13.63 + 103.525 146.00 158.22 -12.22 + 103.550 136.00 158.92 -22.92 + 103.575 145.00 159.72 -14.72 + 103.600 160.00 160.62 -0.62 + 103.625 147.00 161.61 -14.61 + 103.650 142.00 162.74 -20.74 + 103.675 150.00 164.14 -14.14 + 103.700 168.00 166.15 1.85 + 103.725 164.00 169.40 -5.40 + 103.750 168.00 175.31 -7.31 + 103.775 195.00 186.84 8.16 + 103.800 207.00 208.87 -1.87 + 103.825 229.00 245.12 -16.12 + 103.850 260.00 288.60 -28.60 + 103.875 263.00 316.41 -53.41 + 103.900 294.00 312.70 -18.70 + 103.925 291.00 286.53 4.47 + 103.950 279.00 254.99 24.01 + 103.975 245.00 229.23 15.77 + 104.000 211.00 212.48 -1.48 + 104.025 240.00 203.41 36.59 + 104.050 218.00 200.74 17.26 + 104.075 197.00 204.64 -7.64 + 104.100 226.00 215.25 10.75 + 104.125 253.00 231.57 21.43 + 104.150 249.00 255.43 -6.43 + 104.175 289.00 294.12 -5.12 + 104.200 329.00 347.77 -18.77 + 104.225 377.00 392.82 -15.82 + 104.250 412.00 399.01 12.99 + 104.275 419.00 366.66 52.34 + 104.300 371.00 317.98 53.02 + 104.325 310.00 272.34 37.66 + 104.350 258.00 238.83 19.17 + 104.375 236.00 217.92 18.08 + 104.400 243.00 206.44 36.56 + 104.425 235.00 201.62 33.38 + 104.450 224.00 202.03 21.97 + 104.475 241.00 206.56 34.44 + 104.500 236.00 214.27 21.73 + 104.525 239.00 226.60 12.40 + 104.550 302.00 247.52 54.48 + 104.575 286.00 278.56 7.44 + 104.600 295.00 317.03 -22.03 + 104.625 329.00 364.22 -35.22 + 104.650 390.00 421.11 -31.11 + 104.675 376.00 465.45 -89.45 + 104.700 405.00 465.80 -60.80 + 104.725 380.00 424.27 -44.27 + 104.750 376.00 367.67 8.33 + 104.775 363.00 319.77 43.23 + 104.800 361.00 291.99 69.01 + 104.825 296.00 281.08 14.92 + 104.850 313.00 273.62 39.38 + 104.875 279.00 260.78 18.22 + 104.900 295.00 244.49 50.51 + 104.925 248.00 230.59 17.41 + 104.950 253.00 224.59 28.41 + 104.975 273.00 231.12 41.88 + 105.000 273.00 252.85 20.15 + 105.025 275.00 285.10 -10.10 + 105.050 305.00 310.89 -5.89 + 105.075 282.00 314.40 -32.40 + 105.100 295.00 299.27 -4.27 + 105.125 295.00 280.69 14.31 + 105.150 304.00 273.77 30.23 + 105.175 318.00 289.15 28.85 + 105.200 331.00 327.98 3.02 + 105.225 336.00 374.34 -38.34 + 105.250 336.00 399.01 -63.01 + 105.275 371.00 386.65 -15.65 + 105.300 349.00 349.03 -0.03 + 105.325 315.00 305.67 9.33 + 105.350 280.00 268.79 11.21 + 105.375 286.00 241.42 44.58 + 105.400 238.00 222.25 15.75 + 105.425 265.00 209.63 55.37 + 105.450 226.00 202.74 23.26 + 105.475 238.00 202.06 35.94 + 105.500 222.00 209.61 12.39 + 105.525 224.00 228.25 -4.25 + 105.550 254.00 258.45 -4.45 + 105.575 303.00 293.41 9.59 + 105.600 311.00 320.41 -9.41 + 105.625 297.00 328.58 -31.58 + 105.650 319.00 317.61 1.39 + 105.675 302.00 299.57 2.43 + 105.700 295.00 288.03 6.97 + 105.725 299.00 287.69 11.31 + 105.750 325.00 290.27 34.73 + 105.775 347.00 283.51 63.49 + 105.800 294.00 265.67 28.33 + 105.825 264.00 243.43 20.57 + 105.850 265.00 223.84 41.16 + 105.875 239.00 211.29 27.71 + 105.900 227.00 207.17 19.83 + 105.925 226.00 209.68 16.32 + 105.950 250.00 213.62 36.38 + 105.975 203.00 213.78 -10.78 + 106.000 229.00 209.70 19.30 + 106.025 202.00 204.65 -2.65 + 106.050 234.00 202.35 31.65 + 106.075 220.00 205.55 14.45 + 106.100 206.00 214.44 -8.44 + 106.125 230.00 225.09 4.91 + 106.150 228.00 232.14 -4.14 + 106.175 259.00 235.11 23.89 + 106.200 221.00 238.43 -17.43 + 106.225 276.00 247.71 28.29 + 106.250 276.00 265.50 10.50 + 106.275 271.00 285.82 -14.82 + 106.300 278.00 297.74 -19.74 + 106.325 298.00 300.47 -2.47 + 106.350 341.00 306.29 34.71 + 106.375 366.00 330.32 35.68 + 106.400 384.00 377.83 6.17 + 106.425 388.00 430.59 -42.59 + 106.450 410.00 453.70 -43.70 + 106.475 433.00 432.83 0.17 + 106.500 388.00 383.46 4.54 + 106.525 382.00 327.77 54.23 + 106.550 298.00 281.09 16.91 + 106.575 327.00 249.89 77.11 + 106.600 266.00 234.29 31.71 + 106.625 250.00 231.29 18.71 + 106.650 252.00 235.22 16.78 + 106.675 252.00 238.54 13.46 + 106.700 262.00 237.91 24.09 + 106.725 270.00 237.42 32.58 + 106.750 257.00 244.33 12.67 + 106.775 249.00 263.16 -14.16 + 106.800 251.00 288.86 -37.86 + 106.825 336.00 305.47 30.53 + 106.850 305.00 301.14 3.86 + 106.875 284.00 279.38 4.62 + 106.900 293.00 250.64 42.36 + 106.925 236.00 223.61 12.39 + 106.950 224.00 202.68 21.32 + 106.975 207.00 188.44 18.56 + 107.000 200.00 179.44 20.56 + 107.025 174.00 173.86 0.14 + 107.050 177.00 170.30 6.70 + 107.075 180.00 167.89 12.11 + 107.100 163.00 166.20 -3.20 + 107.125 150.00 164.96 -14.96 + 107.150 181.00 164.07 16.93 + 107.175 174.00 163.42 10.58 + 107.200 141.00 162.94 -21.94 + 107.225 156.00 162.62 -6.62 + 107.250 143.00 162.40 -19.40 + 107.275 166.00 162.28 3.72 + 107.300 148.00 162.26 -14.26 + 107.325 174.00 162.31 11.69 + 107.350 153.00 162.45 -9.45 + 107.375 160.00 162.68 -2.68 + 107.400 159.00 163.00 -4.00 + 107.425 160.00 163.38 -3.38 + 107.450 155.00 163.81 -8.81 + 107.475 141.00 164.30 -23.30 + 107.500 148.00 164.85 -16.85 + 107.525 157.00 165.49 -8.49 + 107.550 157.00 166.29 -9.29 + 107.575 161.00 167.40 -6.40 + 107.600 171.00 168.96 2.04 + 107.625 164.00 171.23 -7.23 + 107.650 169.00 174.86 -5.86 + 107.675 170.00 181.47 -11.47 + 107.700 167.00 194.08 -27.08 + 107.725 189.00 216.18 -27.18 + 107.750 220.00 248.50 -28.50 + 107.775 252.00 283.36 -31.36 + 107.800 328.00 305.19 22.81 + 107.825 298.00 304.42 -6.42 + 107.850 286.00 285.71 0.29 + 107.875 290.00 259.44 30.56 + 107.900 266.00 234.08 31.92 + 107.925 220.00 214.04 5.96 + 107.950 171.00 200.32 -29.32 + 107.975 193.00 191.99 1.01 + 108.000 194.00 187.63 6.37 + 108.025 170.00 186.26 -16.26 + 108.050 235.00 187.79 47.21 + 108.075 195.00 193.40 1.60 + 108.100 207.00 205.90 1.10 + 108.125 227.00 229.55 -2.55 + 108.150 261.00 267.92 -6.92 + 108.175 320.00 318.98 1.02 + 108.200 343.00 371.34 -28.34 + 108.225 339.00 406.49 -67.49 + 108.250 411.00 410.36 0.64 + 108.275 416.00 386.54 29.46 + 108.300 350.00 351.42 -1.42 + 108.325 350.00 321.00 29.00 + 108.350 288.00 303.16 -15.16 + 108.375 343.00 294.55 48.45 + 108.400 300.00 285.42 14.58 + 108.425 286.00 270.30 15.70 + 108.450 283.00 250.99 32.01 + 108.475 249.00 231.99 17.01 + 108.500 258.00 217.51 40.49 + 108.525 232.00 210.66 21.34 + 108.550 229.00 213.44 15.56 + 108.575 233.00 226.05 6.95 + 108.600 215.00 244.45 -29.45 + 108.625 250.00 259.41 -9.41 + 108.650 258.00 262.85 -4.85 + 108.675 250.00 255.21 -5.21 + 108.700 251.00 242.93 8.07 + 108.725 245.00 232.53 12.47 + 108.750 233.00 227.00 6.00 + 108.775 220.00 224.40 -4.40 + 108.800 257.00 220.39 36.61 + 108.825 219.00 212.99 6.01 + 108.850 207.00 203.35 3.65 + 108.875 208.00 193.51 14.49 + 108.900 191.00 185.08 5.92 + 108.925 187.00 178.79 8.21 + 108.950 198.00 174.62 23.38 + 108.975 176.00 172.20 3.80 + 109.000 184.00 171.19 12.81 + 109.025 190.00 171.63 18.37 + 109.050 192.00 174.16 17.84 + 109.075 159.00 180.11 -21.11 + 109.100 176.00 191.02 -15.02 + 109.125 166.00 206.97 -40.97 + 109.150 196.00 224.16 -28.16 + 109.175 172.00 235.21 -63.21 + 109.200 180.00 235.38 -55.38 + 109.225 208.00 226.26 -18.26 + 109.250 219.00 212.59 6.41 + 109.275 202.00 198.69 3.31 + 109.300 177.00 187.19 -10.19 + 109.325 175.00 178.90 -3.90 + 109.350 170.00 173.52 -3.52 + 109.375 167.00 170.28 -3.28 + 109.400 175.00 168.55 6.45 + 109.425 153.00 168.01 -15.01 + 109.450 145.00 168.77 -23.77 + 109.475 178.00 171.30 6.70 + 109.500 168.00 176.27 -8.27 + 109.525 153.00 183.74 -30.74 + 109.550 159.00 192.07 -33.07 + 109.575 179.00 197.82 -18.82 + 109.600 196.00 198.43 -2.43 + 109.625 175.00 194.32 -19.32 + 109.650 174.00 187.71 -13.71 + 109.675 168.00 180.72 -12.72 + 109.700 180.00 174.76 5.24 + 109.725 139.00 170.36 -31.36 + 109.750 157.00 167.43 -10.43 + 109.775 143.00 165.61 -22.61 + 109.800 156.00 164.53 -8.53 + 109.825 157.00 163.95 -6.95 + 109.850 151.00 163.74 -12.74 + 109.875 155.00 163.90 -8.90 + 109.900 158.00 164.49 -6.49 + 109.925 155.00 165.62 -10.62 + 109.950 141.00 167.30 -26.30 + 109.975 152.00 169.12 -17.12 + 110.000 145.00 170.36 -25.36 + 110.025 158.00 170.52 -12.52 + 110.050 153.00 169.73 -16.73 + 110.075 149.00 168.46 -19.46 + 110.100 153.00 167.17 -14.17 + 110.125 150.00 166.19 -16.19 + 110.150 144.00 165.67 -21.67 + 110.175 150.00 165.73 -15.73 + 110.200 143.00 166.58 -23.58 + 110.225 172.00 168.61 3.39 + 110.250 141.00 172.29 -31.29 + 110.275 166.00 177.75 -11.75 + 110.300 170.00 184.09 -14.09 + 110.325 162.00 189.22 -27.22 + 110.350 206.00 191.41 14.59 + 110.375 182.00 190.71 -8.71 + 110.400 172.00 188.35 -16.35 + 110.425 183.00 185.94 -2.94 + 110.450 175.00 185.17 -10.17 + 110.475 178.00 187.28 -9.28 + 110.500 179.00 192.33 -13.33 + 110.525 157.00 198.34 -41.34 + 110.550 163.00 202.03 -39.03 + 110.575 182.00 201.46 -19.46 + 110.600 184.00 197.34 -13.34 + 110.625 177.00 191.75 -14.75 + 110.650 163.00 186.71 -23.71 + 110.675 172.00 183.56 -11.56 + 110.700 185.00 182.51 2.49 + 110.725 159.00 182.65 -23.65 + 110.750 185.00 182.57 2.43 + 110.775 176.00 181.56 -5.56 + 110.800 169.00 179.84 -10.84 + 110.825 161.00 178.14 -17.14 + 110.850 173.00 177.28 -4.28 + 110.875 190.00 177.90 12.10 + 110.900 193.00 180.23 12.77 + 110.925 150.00 183.75 -33.75 + 110.950 175.00 187.04 -12.04 + 110.975 151.00 188.74 -37.74 + 111.000 176.00 188.64 -12.64 + 111.025 166.00 187.66 -21.66 + 111.050 171.00 187.17 -16.17 + 111.075 187.00 188.89 -1.89 + 111.100 180.00 195.12 -15.12 + 111.125 216.00 208.62 7.38 + 111.150 212.00 231.16 -19.16 + 111.175 269.00 260.55 8.45 + 111.200 301.00 288.20 12.80 + 111.225 313.00 302.96 10.04 + 111.250 319.00 300.10 18.90 + 111.275 328.00 283.39 44.61 + 111.300 299.00 260.10 38.90 + 111.325 252.00 236.68 15.32 + 111.350 252.00 217.16 34.84 + 111.375 228.00 203.08 24.92 + 111.400 200.00 194.29 5.71 + 111.425 209.00 190.13 18.87 + 111.450 202.00 190.43 11.57 + 111.475 225.00 195.99 29.01 + 111.500 199.00 208.43 -9.43 + 111.525 251.00 228.94 22.06 + 111.550 236.00 255.94 -19.94 + 111.575 263.00 283.51 -20.51 + 111.600 299.00 303.76 -4.76 + 111.625 302.00 310.95 -8.95 + 111.650 338.00 303.55 34.45 + 111.675 248.00 284.92 -36.92 + 111.700 259.00 261.11 -2.11 + 111.725 262.00 237.57 24.43 + 111.750 213.00 217.70 -4.70 + 111.775 211.00 202.75 8.25 + 111.800 206.00 192.49 13.51 + 111.825 210.00 186.02 23.98 + 111.850 168.00 182.51 -14.51 + 111.875 191.00 181.56 9.44 + 111.900 159.00 183.30 -24.30 + 111.925 183.00 188.11 -5.11 + 111.950 202.00 195.79 6.21 + 111.975 211.00 204.61 6.39 + 112.000 205.00 211.33 -6.33 + 112.025 206.00 213.32 -7.32 + 112.050 205.00 210.57 -5.57 + 112.075 223.00 205.05 17.95 + 112.100 200.00 199.34 0.66 + 112.125 184.00 195.73 -11.73 + 112.150 189.00 195.77 -6.77 + 112.175 186.00 199.61 -13.61 + 112.200 185.00 205.52 -20.52 + 112.225 205.00 210.27 -5.27 + 112.250 197.00 211.20 -14.20 + 112.275 210.00 207.95 2.05 + 112.300 206.00 201.93 4.07 + 112.325 202.00 194.96 7.04 + 112.350 174.00 188.50 -14.50 + 112.375 175.00 183.34 -8.34 + 112.400 190.00 179.71 10.29 + 112.425 165.00 177.46 -12.46 + 112.450 173.00 176.31 -3.31 + 112.475 179.00 176.10 2.90 + 112.500 192.00 176.96 15.04 + 112.525 168.00 179.48 -11.48 + 112.550 168.00 184.70 -16.70 + 112.575 181.00 193.85 -12.85 + 112.600 170.00 207.40 -37.40 + 112.625 200.00 223.68 -23.68 + 112.650 198.00 238.16 -40.16 + 112.675 219.00 245.80 -26.80 + 112.700 211.00 244.81 -33.81 + 112.725 238.00 237.22 0.78 + 112.750 222.00 226.65 -4.65 + 112.775 205.00 216.35 -11.35 + 112.800 221.00 208.46 12.54 + 112.825 204.00 203.77 0.23 + 112.850 219.00 202.28 16.72 + 112.875 196.00 203.74 -7.74 + 112.900 210.00 207.53 2.47 + 112.925 196.00 212.13 -16.13 + 112.950 234.00 215.59 18.41 + 112.975 212.00 217.00 -5.00 + 113.000 191.00 217.34 -26.34 + 113.025 250.00 218.72 31.28 + 113.050 230.00 223.41 6.59 + 113.075 226.00 233.31 -7.31 + 113.100 277.00 249.97 27.03 + 113.125 263.00 274.69 -11.69 + 113.150 296.00 306.50 -10.50 + 113.175 319.00 338.88 -19.88 + 113.200 338.00 360.60 -22.60 + 113.225 385.00 363.70 21.30 + 113.250 408.00 348.95 59.05 + 113.275 381.00 323.08 57.92 + 113.300 356.00 293.88 62.12 + 113.325 290.00 267.31 22.69 + 113.350 284.00 246.39 37.61 + 113.375 268.00 231.08 36.92 + 113.400 222.00 220.01 1.99 + 113.425 245.00 211.98 33.02 + 113.450 214.00 206.77 7.23 + 113.475 211.00 205.14 5.86 + 113.500 204.00 208.68 -4.68 + 113.525 227.00 219.14 7.86 + 113.550 254.00 237.13 16.87 + 113.575 236.00 260.46 -24.46 + 113.600 290.00 283.44 6.56 + 113.625 305.00 298.79 6.21 + 113.650 290.00 301.50 -11.50 + 113.675 337.00 291.72 45.28 + 113.700 276.00 273.61 2.39 + 113.725 281.00 252.30 28.70 + 113.750 238.00 231.96 6.04 + 113.775 243.00 215.05 27.95 + 113.800 231.00 202.39 28.61 + 113.825 205.00 193.63 11.37 + 113.850 205.00 187.96 17.04 + 113.875 193.00 184.58 8.42 + 113.900 180.00 183.03 -3.03 + 113.925 171.00 183.18 -12.18 + 113.950 185.00 185.02 -0.02 + 113.975 191.00 188.40 2.60 + 114.000 191.00 192.56 -1.56 + 114.025 190.00 196.11 -6.11 + 114.050 179.00 197.79 -18.79 + 114.075 169.00 197.47 -28.47 + 114.100 175.00 196.12 -21.12 + 114.125 199.00 195.37 3.63 + 114.150 179.00 197.05 -18.05 + 114.175 189.00 202.60 -13.60 + 114.200 210.00 212.24 -2.24 + 114.225 191.00 223.99 -32.99 + 114.250 206.00 233.86 -27.86 + 114.275 212.00 238.05 -26.05 + 114.300 210.00 235.49 -25.49 + 114.325 235.00 227.73 7.27 + 114.350 205.00 217.31 -12.31 + 114.375 182.00 206.63 -24.63 + 114.400 185.00 197.28 -12.28 + 114.425 177.00 189.99 -12.99 + 114.450 171.00 184.81 -13.81 + 114.475 153.00 181.39 -28.39 + 114.500 154.00 179.29 -25.29 + 114.525 152.00 178.24 -26.24 + 114.550 170.00 178.17 -8.17 + 114.575 155.00 179.33 -24.33 + 114.600 156.00 182.08 -26.08 + 114.625 153.00 186.73 -33.73 + 114.650 171.00 193.00 -22.00 + 114.675 188.00 199.65 -11.65 + 114.700 181.00 204.77 -23.77 + 114.725 180.00 206.90 -26.90 + 114.750 201.00 205.91 -4.91 + 114.775 183.00 202.64 -19.64 + 114.800 191.00 198.14 -7.14 + 114.825 184.00 193.36 -9.36 + 114.850 187.00 189.01 -2.01 + 114.875 163.00 185.47 -22.47 + 114.900 161.00 182.82 -21.82 + 114.925 165.00 181.00 -16.00 + 114.950 160.00 179.95 -19.95 + 114.975 185.00 179.71 5.29 + 115.000 198.00 180.54 17.46 + 115.025 164.00 182.83 -18.83 + 115.050 176.00 186.97 -10.97 + 115.075 182.00 192.98 -10.98 + 115.100 172.00 200.06 -28.06 + 115.125 172.00 206.56 -34.56 + 115.150 186.00 210.89 -24.89 + 115.175 189.00 212.83 -23.83 + 115.200 181.00 213.63 -32.63 + 115.225 231.00 215.15 15.85 + 115.250 209.00 218.82 -9.82 + 115.275 211.00 224.66 -13.66 + 115.300 227.00 230.82 -3.82 + 115.325 226.00 234.44 -8.44 + 115.350 193.00 233.68 -40.68 + 115.375 216.00 228.70 -12.70 + 115.400 211.00 221.06 -10.06 + 115.425 211.00 212.67 -1.67 + 115.450 193.00 205.26 -12.26 + 115.475 175.00 200.20 -25.20 + 115.500 192.00 198.44 -6.44 + 115.525 209.00 200.60 8.40 + 115.550 196.00 206.88 -10.88 + 115.575 195.00 216.82 -21.82 + 115.600 230.00 229.21 0.79 + 115.625 231.00 241.94 -10.94 + 115.650 239.00 252.13 -13.13 + 115.675 311.00 257.51 53.49 + 115.700 285.00 257.79 27.21 + 115.725 263.00 254.22 8.78 + 115.750 289.00 248.13 40.87 + 115.775 262.00 240.26 21.74 + 115.800 214.00 231.19 -17.19 + 115.825 212.00 221.71 -9.71 + 115.850 218.00 212.68 5.32 + 115.875 186.00 204.72 -18.72 + 115.900 191.00 198.22 -7.22 + 115.925 199.00 193.37 5.63 + 115.950 183.00 190.25 -7.25 + 115.975 190.00 188.94 1.06 + 116.000 168.00 189.58 -21.58 + 116.025 194.00 192.31 1.69 + 116.050 191.00 196.93 -5.93 + 116.075 195.00 202.65 -7.65 + 116.100 207.00 207.87 -0.87 + 116.125 218.00 210.96 7.04 + 116.150 222.00 211.15 10.85 + 116.175 241.00 208.78 32.22 + 116.200 242.00 204.82 37.18 + 116.225 219.00 200.42 18.58 + 116.250 189.00 196.64 -7.64 + 116.275 202.00 194.49 7.51 + 116.300 202.00 195.08 6.92 + 116.325 190.00 199.77 -9.77 + 116.350 225.00 209.93 15.07 + 116.375 204.00 226.33 -22.33 + 116.400 223.00 247.98 -24.98 + 116.425 262.00 271.13 -9.13 + 116.450 258.00 290.15 -32.15 + 116.475 317.00 300.42 16.58 + 116.500 312.00 300.38 11.62 + 116.525 304.00 291.30 12.70 + 116.550 299.00 276.10 22.90 + 116.575 278.00 258.20 19.80 + 116.600 265.00 240.60 24.40 + 116.625 221.00 225.28 -4.28 + 116.650 205.00 213.12 -8.12 + 116.675 225.00 204.15 20.85 + 116.700 211.00 197.99 13.01 + 116.725 203.00 194.21 8.79 + 116.750 192.00 192.57 -0.57 + 116.775 201.00 193.25 7.75 + 116.800 197.00 196.73 0.27 + 116.825 227.00 203.57 23.43 + 116.850 184.00 213.86 -29.86 + 116.875 205.00 226.57 -21.57 + 116.900 216.00 239.36 -23.36 + 116.925 256.00 249.37 6.63 + 116.950 253.00 254.66 -1.66 + 116.975 288.00 254.71 33.29 + 117.000 249.00 250.23 -1.23 + 117.025 280.00 242.64 37.36 + 117.050 219.00 233.62 -14.62 + 117.075 217.00 224.59 -7.59 + 117.100 249.00 216.47 32.53 + 117.125 229.00 209.65 19.35 + 117.150 198.00 204.22 -6.22 + 117.175 193.00 200.10 -7.10 + 117.200 178.00 197.25 -19.25 + 117.225 205.00 195.73 9.27 + 117.250 210.00 195.79 14.21 + 117.275 185.00 197.88 -12.88 + 117.300 179.00 202.41 -23.41 + 117.325 213.00 209.49 3.51 + 117.350 233.00 218.53 14.47 + 117.375 225.00 228.24 -3.24 + 117.400 232.00 237.36 -5.36 + 117.425 264.00 245.90 18.10 + 117.450 271.00 255.62 15.38 + 117.475 285.00 269.10 15.90 + 117.500 273.00 288.23 -15.23 + 117.525 342.00 312.35 29.65 + 117.550 326.00 337.68 -11.68 + 117.575 401.00 358.87 42.13 + 117.600 358.00 371.97 -13.97 + 117.625 432.00 375.32 56.68 + 117.650 331.00 368.61 -37.61 + 117.675 361.00 352.92 8.08 + 117.700 330.00 331.06 -1.06 + 117.725 283.00 306.78 -23.78 + 117.750 282.00 283.59 -1.59 + 117.775 263.00 263.99 -0.99 + 117.800 245.00 249.19 -4.19 + 117.825 232.00 239.12 -7.12 + 117.850 219.00 232.79 -13.79 + 117.875 251.00 229.09 21.91 + 117.900 241.00 227.51 13.49 + 117.925 241.00 228.41 12.59 + 117.950 265.00 232.57 32.43 + 117.975 237.00 240.44 -3.44 + 118.000 251.00 251.28 -0.28 + 118.025 266.00 262.98 3.02 + 118.050 291.00 272.89 18.11 + 118.075 301.00 279.20 21.80 + 118.100 300.00 281.31 18.69 + 118.125 280.00 279.48 0.52 + 118.150 332.00 274.87 57.13 + 118.175 285.00 269.56 15.44 + 118.200 276.00 265.89 10.11 + 118.225 261.00 265.37 -4.37 + 118.250 262.00 267.87 -5.87 + 118.275 264.00 271.53 -7.53 + 118.300 280.00 273.62 6.38 + 118.325 291.00 271.92 19.08 + 118.350 292.00 265.74 26.26 + 118.375 284.00 255.91 28.09 + 118.400 266.00 244.02 21.98 + 118.425 240.00 231.79 8.21 + 118.450 219.00 220.55 -1.55 + 118.475 232.00 211.10 20.90 + 118.500 218.00 203.72 14.28 + 118.525 192.00 198.29 -6.29 + 118.550 181.00 194.52 -13.52 + 118.575 184.00 192.13 -8.13 + 118.600 219.00 190.97 28.03 + 118.625 187.00 191.12 -4.12 + 118.650 174.00 192.78 -18.78 + 118.675 184.00 196.17 -12.17 + 118.700 204.00 201.29 2.71 + 118.725 197.00 207.61 -10.61 + 118.750 217.00 214.06 2.94 + 118.775 215.00 219.26 -4.26 + 118.800 213.00 222.10 -9.10 + 118.825 212.00 222.14 -10.14 + 118.850 218.00 219.69 -1.69 + 118.875 210.00 215.44 -5.44 + 118.900 224.00 210.24 13.76 + 118.925 183.00 204.86 -21.86 + 118.950 178.00 199.91 -21.91 + 118.975 205.00 195.72 9.28 + 119.000 184.00 192.39 -8.39 + 119.025 185.00 189.89 -4.89 + 119.050 180.00 188.08 -8.08 + 119.075 197.00 186.81 10.19 + 119.100 154.00 185.93 -31.93 + 119.125 171.00 185.33 -14.33 + 119.150 181.00 184.92 -3.92 + 119.175 155.00 184.64 -29.64 + 119.200 145.00 184.48 -39.48 + 119.225 184.00 184.42 -0.42 + 119.250 180.00 184.47 -4.47 + 119.275 173.00 184.64 -11.64 + 119.300 168.00 184.90 -16.90 + 119.325 190.00 185.21 4.79 + 119.350 169.00 185.48 -16.48 + 119.375 161.00 185.65 -24.65 + 119.400 174.00 185.69 -11.69 + 119.425 158.00 185.61 -27.61 + 119.450 167.00 185.44 -18.44 + 119.475 182.00 185.25 -3.25 + 119.500 165.00 185.06 -20.06 + 119.525 183.00 184.91 -1.91 + 119.550 168.00 184.82 -16.82 + 119.575 159.00 184.78 -25.78 + 119.600 161.00 184.79 -23.79 + 119.625 155.00 184.83 -29.83 + 119.650 189.00 184.91 4.09 + 119.675 186.00 185.00 1.00 + 119.700 150.00 185.10 -35.10 + 119.725 168.00 185.22 -17.22 + 119.750 186.00 185.34 0.66 + 119.775 194.00 185.48 8.52 + 119.800 155.00 185.64 -30.64 + 119.825 171.00 185.80 -14.80 + 119.850 151.00 185.99 -34.99 + 119.875 165.00 186.19 -21.19 + 119.900 175.00 186.41 -11.41 + 119.925 156.00 186.65 -30.65 + 119.950 163.00 186.92 -23.92 + 119.975 164.00 187.21 -23.21 + 120.000 166.00 187.53 -21.53 + 120.025 185.00 187.86 -2.86 + 120.050 163.00 188.21 -25.21 + 120.075 202.00 188.56 13.44 + 120.100 186.00 188.91 -2.91 + 120.125 183.00 189.27 -6.27 + 120.150 183.00 189.64 -6.64 + 120.175 155.00 190.02 -35.02 + 120.200 199.00 190.41 8.59 + 120.225 176.00 190.82 -14.82 + 120.250 188.00 191.25 -3.25 + 120.275 177.00 191.67 -14.67 + 120.300 165.00 192.10 -27.10 + 120.325 198.00 192.52 5.48 + 120.350 170.00 192.91 -22.91 + 120.375 186.00 193.29 -7.29 + 120.400 188.00 193.65 -5.65 + 120.425 193.00 194.03 -1.03 + 120.450 190.00 194.55 -4.55 + 120.475 207.00 195.51 11.49 + 120.500 234.00 197.52 36.48 + 120.525 205.00 201.60 3.40 + 120.550 212.00 209.17 2.83 + 120.575 216.00 221.79 -5.79 + 120.600 213.00 240.59 -27.59 + 120.625 266.00 265.49 0.51 + 120.650 257.00 294.33 -37.33 + 120.675 269.00 322.71 -53.71 + 120.700 300.00 345.11 -45.11 + 120.725 330.00 357.08 -27.08 + 120.750 339.00 357.11 -18.11 + 120.775 357.00 346.86 10.14 + 120.800 382.00 330.03 51.97 + 120.825 326.00 311.07 14.93 + 120.850 325.00 294.39 30.61 + 120.875 282.00 283.53 -1.53 + 120.900 284.00 280.65 3.35 + 120.925 305.00 285.95 19.05 + 120.950 353.00 297.37 55.63 + 120.975 293.00 310.86 -17.86 + 121.000 354.00 321.82 32.18 + 121.025 327.00 327.17 -0.17 + 121.050 397.00 326.56 70.44 + 121.075 378.00 321.87 56.13 + 121.100 367.00 315.92 51.08 + 121.125 341.00 311.23 29.77 + 121.150 307.00 309.02 -2.02 + 121.175 311.00 308.78 2.22 + 121.200 274.00 308.65 -34.65 + 121.225 313.00 306.46 6.54 + 121.250 351.00 300.92 50.08 + 121.275 347.00 292.11 54.89 + 121.300 326.00 281.12 44.88 + 121.325 307.00 269.69 37.31 + 121.350 293.00 259.64 33.36 + 121.375 260.00 252.61 7.39 + 121.400 283.00 249.66 33.34 + 121.425 272.00 251.01 20.99 + 121.450 272.00 255.81 16.19 + 121.475 302.00 262.16 39.84 + 121.500 307.00 267.75 39.25 + 121.525 313.00 270.97 42.03 + 121.550 332.00 271.86 60.14 + 121.575 337.00 272.26 64.74 + 121.600 327.00 275.39 51.61 + 121.625 331.00 285.11 45.89 + 121.650 343.00 304.80 38.20 + 121.675 329.00 335.96 -6.96 + 121.700 371.00 376.74 -5.74 + 121.725 392.00 421.17 -29.17 + 121.750 418.00 460.45 -42.45 + 121.775 493.00 486.18 6.82 + 121.800 471.00 493.67 -22.67 + 121.825 481.00 483.05 -2.05 + 121.850 485.00 458.42 26.58 + 121.875 486.00 425.70 60.30 + 121.900 422.00 391.20 30.80 + 121.925 425.00 360.22 64.78 + 121.950 387.00 336.48 50.52 + 121.975 379.00 321.85 57.15 + 122.000 330.00 316.48 13.52 + 122.025 338.00 319.34 18.66 + 122.050 327.00 328.62 -1.62 + 122.075 321.00 341.77 -20.77 + 122.100 327.00 355.72 -28.72 + 122.125 386.00 367.85 18.15 + 122.150 375.00 377.13 -2.13 + 122.175 412.00 384.28 27.72 + 122.200 398.00 390.62 7.38 + 122.225 371.00 396.53 -25.53 + 122.250 398.00 400.78 -2.78 + 122.275 377.00 401.04 -24.04 + 122.300 382.00 395.31 -13.31 + 122.325 419.00 382.99 36.01 + 122.350 397.00 365.13 31.87 + 122.375 373.00 343.83 29.17 + 122.400 325.00 321.65 3.35 + 122.425 333.00 301.01 31.99 + 122.450 311.00 283.83 27.17 + 122.475 301.00 271.32 29.68 + 122.500 293.00 263.89 29.11 + 122.525 291.00 261.26 29.74 + 122.550 268.00 262.64 5.36 + 122.575 279.00 266.80 12.20 + 122.600 289.00 272.02 16.98 + 122.625 278.00 276.32 1.68 + 122.650 266.00 277.93 -11.93 + 122.675 268.00 276.01 -8.01 + 122.700 284.00 270.69 13.31 + 122.725 258.00 262.84 -4.84 + 122.750 251.00 253.58 -2.58 + 122.775 258.00 244.00 14.00 + 122.800 247.00 234.98 12.02 + 122.825 251.00 227.13 23.87 + 122.850 211.00 220.71 -9.71 + 122.875 209.00 215.72 -6.72 + 122.900 220.00 212.00 8.00 + 122.925 218.00 209.33 8.67 + 122.950 191.00 207.44 -16.44 + 122.975 186.00 206.14 -20.14 + 123.000 214.00 205.26 8.74 + 123.025 213.00 204.68 8.32 + 123.050 216.00 204.32 11.68 + 123.075 227.00 204.14 22.86 + 123.100 196.00 204.11 -8.11 + 123.125 202.00 204.21 -2.21 + 123.150 213.00 204.43 8.57 + 123.175 186.00 204.73 -18.73 + 123.200 198.00 205.09 -7.09 + 123.225 224.00 205.45 18.55 + 123.250 177.00 205.77 -28.77 + 123.275 197.00 206.01 -9.01 + 123.300 160.00 206.17 -46.17 + 123.325 191.00 206.24 -15.24 + 123.350 209.00 206.22 2.78 + 123.375 217.00 206.13 10.87 + 123.400 216.00 206.01 9.99 + 123.425 215.00 205.91 9.09 + 123.450 200.00 205.95 -5.95 + 123.475 207.00 206.34 0.66 + 123.500 202.00 207.44 -5.44 + 123.525 234.00 209.76 24.24 + 123.550 218.00 214.01 3.99 + 123.575 252.00 221.02 30.98 + 123.600 249.00 231.72 17.28 + 123.625 281.00 246.91 34.09 + 123.650 270.00 267.12 2.88 + 123.675 287.00 292.56 -5.56 + 123.700 318.00 323.06 -5.06 + 123.725 319.00 357.70 -38.70 + 123.750 370.00 394.10 -24.10 + 123.775 397.00 428.00 -31.00 + 123.800 434.00 454.05 -20.05 + 123.825 494.00 467.74 26.26 + 123.850 424.00 467.15 -43.15 + 123.875 485.00 453.32 31.68 + 123.900 464.00 429.30 34.70 + 123.925 454.00 399.06 54.94 + 123.950 461.00 366.61 94.39 + 123.975 371.00 335.34 35.66 + 124.000 326.00 307.70 18.30 + 124.025 309.00 285.20 23.80 + 124.050 280.00 268.54 11.46 + 124.075 332.00 257.83 74.17 + 124.100 297.00 252.81 44.19 + 124.125 277.00 252.99 24.01 + 124.150 293.00 257.77 35.23 + 124.175 303.00 266.43 36.57 + 124.200 342.00 278.45 63.55 + 124.225 293.00 293.65 -0.65 + 124.250 322.00 312.25 9.75 + 124.275 350.00 334.41 15.59 + 124.300 360.00 359.52 0.48 + 124.325 343.00 385.84 -42.84 + 124.350 387.00 410.64 -23.64 + 124.375 437.00 430.87 6.13 + 124.400 442.00 443.79 -1.79 + 124.425 460.00 447.58 12.42 + 124.450 486.00 441.80 44.20 + 124.475 451.00 427.35 23.65 + 124.500 433.00 406.20 26.80 + 124.525 459.00 380.90 78.10 + 124.550 369.00 354.14 14.86 + 124.575 415.00 328.33 86.67 + 124.600 340.00 305.39 34.61 + 124.625 328.00 286.65 41.35 + 124.650 323.00 272.92 50.08 + 124.675 291.00 264.57 26.43 + 124.700 265.00 261.60 3.40 + 124.725 305.00 263.62 41.38 + 124.750 279.00 269.95 9.05 + 124.775 298.00 279.46 18.54 + 124.800 320.00 290.66 29.34 + 124.825 299.00 301.87 -2.87 + 124.850 306.00 311.69 -5.69 + 124.875 340.00 319.30 20.70 + 124.900 314.00 324.41 -10.41 + 124.925 329.00 326.88 2.12 + 124.950 324.00 326.49 -2.49 + 124.975 367.00 323.10 43.90 + 125.000 378.00 316.77 61.23 + 125.025 335.00 307.86 27.14 + 125.050 338.00 297.05 40.95 + 125.075 293.00 285.24 7.76 + 125.100 299.00 273.45 25.55 + 125.125 293.00 262.89 30.11 + 125.150 263.00 254.83 8.17 + 125.175 285.00 250.65 34.35 + 125.200 277.00 251.62 25.38 + 125.225 283.00 258.73 24.27 + 125.250 326.00 272.30 53.70 + 125.275 291.00 291.58 -0.58 + 125.300 311.00 314.42 -3.42 + 125.325 315.00 337.42 -22.42 + 125.350 351.00 356.83 -5.83 + 125.375 367.00 369.72 -2.72 + 125.400 353.00 374.95 -21.95 + 125.425 387.00 373.25 13.75 + 125.450 404.00 366.70 37.30 + 125.475 365.00 357.93 7.07 + 125.500 354.00 349.38 4.62 + 125.525 382.00 342.71 39.29 + 125.550 318.00 338.49 -20.49 + 125.575 310.00 336.22 -26.22 + 125.600 342.00 334.64 7.36 + 125.625 355.00 332.25 22.75 + 125.650 334.00 327.87 6.13 + 125.675 382.00 321.07 60.93 + 125.700 359.00 312.30 46.70 + 125.725 322.00 302.65 19.35 + 125.750 317.00 293.52 23.48 + 125.775 322.00 286.24 35.76 + 125.800 315.00 281.78 33.22 + 125.825 322.00 280.43 41.57 + 125.850 260.00 281.69 -21.69 + 125.875 275.00 284.34 -9.34 + 125.900 282.00 286.86 -4.86 + 125.925 290.00 287.98 2.02 + 125.950 318.00 287.13 30.87 + 125.975 296.00 284.46 11.54 + 126.000 276.00 280.68 -4.68 + 126.025 281.00 276.70 4.30 + 126.050 309.00 273.40 35.60 + 126.075 281.00 271.33 9.67 + 126.100 305.00 270.63 34.37 + 126.125 298.00 270.97 27.03 + 126.150 276.00 271.65 4.35 + 126.175 252.00 271.85 -19.85 + 126.200 303.00 270.80 32.20 + 126.225 282.00 268.05 13.95 + 126.250 308.00 263.53 44.47 + 126.275 302.00 257.61 44.39 + 126.300 293.00 251.03 41.97 + 126.325 288.00 244.86 43.14 + 126.350 268.00 240.55 27.45 + 126.375 300.00 239.87 60.13 + 126.400 319.00 244.80 74.20 + 126.425 297.00 257.29 39.71 + 126.450 302.00 278.79 23.21 + 126.475 304.00 309.68 -5.68 + 126.500 346.00 348.64 -2.64 + 126.525 392.00 392.22 -0.22 + 126.550 454.00 435.26 18.74 + 126.575 519.00 472.11 46.89 + 126.600 565.00 498.28 66.72 + 126.625 590.00 511.51 78.49 + 126.650 593.00 511.69 81.31 + 126.675 601.00 500.28 100.72 + 126.700 563.00 479.55 83.45 + 126.725 482.00 452.26 29.74 + 126.750 500.00 421.32 78.68 + 126.775 403.00 389.42 13.58 + 126.800 417.00 358.75 58.25 + 126.825 386.00 330.78 55.22 + 126.850 328.00 306.40 21.60 + 126.875 293.00 286.05 6.95 + 126.900 321.00 269.94 51.06 + 126.925 300.00 258.25 41.75 + 126.950 313.00 251.22 61.78 + 126.975 294.00 249.19 44.81 + 127.000 318.00 252.52 65.48 + 127.025 294.00 261.38 32.62 + 127.050 329.00 275.45 53.55 + 127.075 329.00 293.65 35.35 + 127.100 364.00 313.96 50.04 + 127.125 360.00 333.71 26.29 + 127.150 385.00 350.20 34.80 + 127.175 412.00 361.37 50.63 + 127.200 426.00 366.27 59.73 + 127.225 405.00 364.95 40.05 + 127.250 418.00 358.18 59.82 + 127.275 417.00 347.11 69.89 + 127.300 358.00 333.12 24.88 + 127.325 384.00 318.15 65.85 + 127.350 387.00 303.65 83.35 + 127.375 312.00 290.96 21.04 + 127.400 316.00 281.74 34.26 + 127.425 304.00 276.63 27.37 + 127.450 295.00 276.08 18.92 + 127.475 296.00 280.03 15.97 + 127.500 294.00 287.77 6.23 + 127.525 273.00 298.03 -25.03 + 127.550 325.00 309.19 15.81 + 127.575 330.00 319.46 10.54 + 127.600 345.00 327.18 17.82 + 127.625 300.00 331.16 -31.16 + 127.650 370.00 330.83 39.17 + 127.675 350.00 326.33 23.67 + 127.700 381.00 318.32 62.68 + 127.725 297.00 307.78 -10.78 + 127.750 316.00 295.80 20.20 + 127.775 300.00 283.43 16.57 + 127.800 270.00 271.52 -1.52 + 127.825 271.00 260.76 10.24 + 127.850 292.00 251.44 40.56 + 127.875 249.00 243.66 5.34 + 127.900 263.00 237.76 25.24 + 127.925 269.00 233.57 35.43 + 127.950 273.00 230.94 42.06 + 127.975 252.00 230.14 21.86 + 128.000 250.00 231.23 18.77 + 128.025 225.00 234.07 -9.07 + 128.050 241.00 238.63 2.37 + 128.075 245.00 244.61 0.39 + 128.100 268.00 251.49 16.51 + 128.125 276.00 258.59 17.41 + 128.150 264.00 265.16 -1.16 + 128.175 282.00 270.43 11.57 + 128.200 294.00 273.80 20.20 + 128.225 314.00 274.94 39.06 + 128.250 303.00 273.88 29.12 + 128.275 269.00 270.87 -1.87 + 128.300 295.00 266.28 28.72 + 128.325 283.00 260.62 22.38 + 128.350 293.00 254.61 38.39 + 128.375 286.00 248.77 37.23 + 128.400 264.00 243.71 20.29 + 128.425 255.00 240.27 14.73 + 128.450 259.00 237.98 21.02 + 128.475 252.00 236.79 15.21 + 128.500 270.00 237.09 32.91 + 128.525 255.00 241.17 13.83 + 128.550 304.00 248.45 55.55 + 128.575 293.00 259.31 33.69 + 128.600 311.00 273.96 37.04 + 128.625 285.00 292.10 -7.10 + 128.650 332.00 312.64 19.36 + 128.675 321.00 333.44 -12.44 + 128.700 350.00 352.18 -2.18 + 128.725 358.00 366.52 -8.52 + 128.750 431.00 375.83 55.17 + 128.775 433.00 379.47 53.53 + 128.800 427.00 378.31 48.69 + 128.825 380.00 373.85 6.15 + 128.850 413.00 367.21 45.79 + 128.875 422.00 359.44 62.56 + 128.900 348.00 351.15 -3.15 + 128.925 388.00 343.78 44.22 + 128.950 355.00 337.64 17.36 + 128.975 370.00 332.78 37.22 + 129.000 353.00 329.88 23.12 + 129.025 322.00 328.75 -6.75 + 129.050 348.00 329.20 18.80 + 129.075 325.00 331.17 -6.17 + 129.100 320.00 333.50 -13.50 + 129.125 369.00 336.64 32.36 + 129.150 351.00 339.26 11.74 + 129.175 400.00 341.20 58.80 + 129.200 379.00 345.13 33.87 + 129.225 399.00 350.79 48.21 + 129.250 406.00 359.15 46.85 + 129.275 396.00 369.92 26.08 + 129.300 397.00 382.40 14.60 + 129.325 415.00 395.24 19.76 + 129.350 439.00 407.46 31.54 + 129.375 438.00 419.85 18.15 + 129.400 437.00 430.70 6.30 + 129.425 478.00 439.54 38.46 + 129.450 495.00 446.38 48.62 + 129.475 511.00 451.40 59.60 + 129.500 450.00 454.55 -4.55 + 129.525 497.00 455.79 41.21 + 129.550 498.00 454.82 43.18 + 129.575 433.00 450.75 -17.75 + 129.600 477.00 443.32 33.68 + 129.625 484.00 432.79 51.21 + 129.650 430.00 419.74 10.26 + 129.675 431.00 405.12 25.88 + 129.700 454.00 389.33 64.67 + 129.725 399.00 372.84 26.16 + 129.750 382.00 356.15 25.85 + 129.775 384.00 339.57 44.43 + 129.800 351.00 324.38 26.62 + 129.825 334.00 311.56 22.44 + 129.850 347.00 301.39 45.61 + 129.875 336.00 294.06 41.94 + 129.900 330.00 289.62 40.38 + 129.925 306.00 287.80 18.20 + 129.950 330.00 287.96 42.04 + 129.975 311.00 290.53 20.47 + 130.000 298.00 295.20 2.80 + 130.025 301.00 300.86 0.14 + 130.050 344.00 307.12 36.88 + 130.075 335.00 313.74 21.26 + 130.100 334.00 320.18 13.82 + 130.125 303.00 326.04 -23.04 + 130.150 326.00 330.45 -4.45 + 130.175 359.00 332.59 26.41 + 130.200 397.00 331.91 65.09 + 130.225 356.00 328.93 27.07 + 130.250 347.00 323.66 23.34 + 130.275 310.00 317.49 -7.49 + 130.300 347.00 311.41 35.59 + 130.325 332.00 305.99 26.01 + 130.350 312.00 301.82 10.18 + 130.375 335.00 299.12 35.88 + 130.400 334.00 297.73 36.27 + 130.425 316.00 297.17 18.83 + 130.450 309.00 296.76 12.24 + 130.475 294.00 295.80 -1.80 + 130.500 334.00 293.82 40.18 + 130.525 342.00 290.55 51.45 + 130.550 332.00 286.01 45.99 + 130.575 279.00 280.49 -1.49 + 130.600 267.00 274.68 -7.68 + 130.625 257.00 268.84 -11.84 + 130.650 292.00 263.34 28.66 + 130.675 288.00 258.52 29.48 + 130.700 273.00 254.49 18.51 + 130.725 245.00 251.29 -6.29 + 130.750 269.00 248.82 20.18 + 130.775 248.00 246.81 1.19 + 130.800 228.00 245.04 -17.04 + 130.825 250.00 243.33 6.67 + 130.850 249.00 241.92 7.08 + 130.875 230.00 240.61 -10.61 + 130.900 238.00 239.89 -1.89 + 130.925 217.00 239.91 -22.91 + 130.950 238.00 240.64 -2.64 + 130.975 212.00 242.08 -30.08 + 131.000 246.00 244.11 1.89 + 131.025 246.00 246.48 -0.48 + 131.050 239.00 248.86 -9.86 + 131.075 262.00 250.88 11.12 + 131.100 265.00 252.21 12.79 + 131.125 264.00 252.70 11.30 + 131.150 240.00 252.26 -12.26 + 131.175 250.00 250.96 -0.96 + 131.200 246.00 248.97 -2.97 + 131.225 226.00 246.50 -20.50 + 131.250 227.00 243.76 -16.76 + 131.275 235.00 240.96 -5.96 + 131.300 226.00 238.25 -12.25 + 131.325 256.00 235.75 20.25 + 131.350 190.00 233.52 -43.52 + 131.375 215.00 231.60 -16.60 + 131.400 236.00 229.98 6.02 + 131.425 223.00 228.65 -5.65 + 131.450 227.00 227.58 -0.58 + 131.475 203.00 226.72 -23.72 + 131.500 206.00 226.04 -20.04 + 131.525 190.00 225.51 -35.51 + 131.550 232.00 225.09 6.91 + 131.575 230.00 224.77 5.23 + 131.600 201.00 224.51 -23.51 + 131.625 219.00 224.31 -5.31 + 131.650 203.00 224.15 -21.15 + 131.675 216.00 224.02 -8.02 + 131.700 213.00 223.89 -10.89 + 131.725 208.00 223.77 -15.77 + 131.750 224.00 223.62 0.38 + 131.775 210.00 223.44 -13.44 + 131.800 202.00 223.21 -21.21 + 131.825 212.00 222.98 -10.98 + 131.850 205.00 222.80 -17.80 + 131.875 236.00 222.66 13.34 + 131.900 220.00 222.69 -2.69 + 131.925 194.00 222.71 -28.71 + 131.950 199.00 222.72 -23.72 + 131.975 201.00 222.71 -21.71 + 132.000 216.00 222.68 -6.68 + 132.025 237.00 223.29 13.71 + 132.050 212.00 225.17 -13.17 + 132.075 225.00 228.39 -3.39 + 132.100 203.00 234.47 -31.47 + 132.125 241.00 242.53 -1.53 + 132.150 232.00 252.43 -20.43 + 132.175 260.00 263.70 -3.70 + 132.200 253.00 275.58 -22.58 + 132.225 257.00 287.53 -30.53 + 132.250 282.00 298.81 -16.81 + 132.275 291.00 308.25 -17.25 + 132.300 283.00 315.24 -32.24 + 132.325 325.00 319.50 5.50 + 132.350 333.00 321.06 11.94 + 132.375 335.00 320.03 14.97 + 132.400 293.00 316.73 -23.73 + 132.425 315.00 311.52 3.48 + 132.450 297.00 304.83 -7.83 + 132.475 310.00 297.21 12.79 + 132.500 285.00 289.05 -4.05 + 132.525 285.00 280.92 4.08 + 132.550 276.00 273.59 2.41 + 132.575 258.00 267.16 -9.16 + 132.600 251.00 261.79 -10.79 + 132.625 269.00 257.54 11.46 + 132.650 228.00 254.42 -26.42 + 132.675 215.00 252.60 -37.60 + 132.700 259.00 252.18 6.82 + 132.725 235.00 252.87 -17.87 + 132.750 257.00 255.22 1.78 + 132.775 241.00 258.51 -17.51 + 132.800 289.00 262.49 26.51 + 132.825 229.00 266.86 -37.86 + 132.850 267.00 271.24 -4.24 + 132.875 270.00 275.40 -5.40 + 132.900 284.00 279.14 4.86 + 132.925 265.00 281.95 -16.95 + 132.950 274.00 283.62 -9.62 + 132.975 275.00 284.10 -9.10 + 133.000 279.00 283.40 -4.40 + 133.025 277.00 281.63 -4.63 + 133.050 269.00 278.91 -9.91 + 133.075 267.00 275.42 -8.42 + 133.100 263.00 271.33 -8.33 + 133.125 299.00 267.05 31.95 + 133.150 262.00 262.67 -0.67 + 133.175 263.00 258.32 4.68 + 133.200 268.00 254.32 13.68 + 133.225 235.00 250.88 -15.88 + 133.250 232.00 247.98 -15.98 + 133.275 261.00 245.65 15.35 + 133.300 236.00 243.89 -7.89 + 133.325 224.00 242.66 -18.66 + 133.350 251.00 242.60 8.40 + 133.375 249.00 244.92 4.08 + 133.400 247.00 248.55 -1.55 + 133.425 217.00 253.40 -36.40 + 133.450 238.00 259.22 -21.22 + 133.475 231.00 265.63 -34.63 + 133.500 251.00 272.08 -21.08 + 133.525 261.00 277.92 -16.92 + 133.550 251.00 282.85 -31.85 + 133.575 308.00 286.24 21.76 + 133.600 300.00 287.75 12.25 + 133.625 333.00 287.37 45.63 + 133.650 311.00 285.26 25.74 + 133.675 283.00 281.72 1.28 + 133.700 279.00 277.14 1.86 + 133.725 289.00 271.89 17.11 + 133.750 281.00 266.38 14.62 + 133.775 273.00 260.99 12.01 + 133.800 244.00 259.17 -15.17 + 133.825 299.00 259.64 39.36 + 133.850 263.00 262.35 0.65 + 133.875 257.00 267.24 -10.24 + 133.900 209.00 273.91 -64.91 + 133.925 284.00 281.74 2.26 + 133.950 256.00 289.83 -33.83 + 133.975 270.00 297.23 -27.23 + 134.000 280.00 303.11 -23.11 + 134.025 276.00 307.48 -31.48 + 134.050 282.00 310.42 -28.42 + 134.075 293.00 311.54 -18.54 + 134.100 282.00 311.10 -29.10 + 134.125 285.00 309.39 -24.39 + 134.150 309.00 306.73 2.27 + 134.175 299.00 303.35 -4.35 + 134.200 295.00 299.49 -4.49 + 134.225 307.00 295.33 11.67 + 134.250 253.00 290.81 -37.81 + 134.275 258.00 286.04 -28.04 + 134.300 255.00 281.12 -26.12 + 134.325 297.00 276.22 20.78 + 134.350 296.00 271.35 24.65 + 134.375 248.00 266.59 -18.59 + 134.400 286.00 262.00 24.00 + 134.425 288.00 258.08 29.92 + 134.450 259.00 254.59 4.41 + 134.475 276.00 252.88 23.12 + 134.500 256.00 252.51 3.49 + 134.525 257.00 253.21 3.79 + 134.550 268.00 255.06 12.94 + 134.575 246.00 257.94 -11.94 + 134.600 273.00 261.37 11.63 + 134.625 271.00 265.00 6.00 + 134.650 306.00 268.32 37.68 + 134.675 287.00 270.93 16.07 + 134.700 286.00 278.50 7.50 + 134.725 303.00 287.37 15.63 + 134.750 283.00 297.58 -14.58 + 134.775 335.00 309.02 25.98 + 134.800 330.00 321.30 8.70 + 134.825 366.00 335.73 30.27 + 134.850 380.00 352.83 27.17 + 134.875 334.00 370.22 -36.22 + 134.900 362.00 387.89 -25.89 + 134.925 408.00 404.25 3.75 + 134.950 432.00 418.49 13.51 + 134.975 479.00 429.79 49.21 + 135.000 440.00 437.55 2.45 + 135.025 484.00 441.22 42.78 + 135.050 478.00 440.76 37.24 + 135.075 479.00 436.15 42.85 + 135.100 513.00 427.99 85.01 + 135.125 472.00 416.68 55.32 + 135.150 445.00 402.94 42.06 + 135.175 466.00 387.59 78.41 + 135.200 437.00 371.43 65.57 + 135.225 414.00 355.25 58.75 + 135.250 396.00 339.67 56.33 + 135.275 374.00 325.02 48.98 + 135.300 314.00 311.65 2.35 + 135.325 326.00 301.99 24.01 + 135.350 326.00 296.43 29.57 + 135.375 323.00 294.65 28.35 + 135.400 316.00 298.43 17.57 + 135.425 354.00 306.07 47.93 + 135.450 315.00 316.72 -1.72 + 135.475 351.00 329.36 21.64 + 135.500 329.00 342.72 -13.72 + 135.525 370.00 356.97 13.03 + 135.550 366.00 370.78 -4.78 + 135.575 415.00 382.78 32.22 + 135.600 444.00 392.57 51.43 + 135.625 423.00 399.42 23.58 + 135.650 414.00 403.18 10.82 + 135.675 412.00 403.80 8.20 + 135.700 463.00 401.55 61.45 + 135.725 464.00 396.84 67.16 + 135.750 424.00 389.82 34.18 + 135.775 427.00 381.01 45.99 + 135.800 411.00 370.85 40.15 + 135.825 394.00 359.80 34.20 + 135.850 383.00 348.31 34.69 + 135.875 394.00 336.78 57.22 + 135.900 330.00 325.51 4.49 + 135.925 360.00 314.75 45.25 + 135.950 359.00 304.68 54.32 + 135.975 303.00 295.39 7.61 + 136.000 294.00 286.95 7.05 + 136.025 289.00 280.34 8.66 + 136.050 271.00 276.13 -5.13 + 136.075 288.00 273.48 14.52 + 136.100 264.00 272.44 -8.44 + 136.125 284.00 272.87 11.13 + 136.150 262.00 274.32 -12.32 + 136.175 274.00 276.40 -2.40 + 136.200 278.00 278.65 -0.65 + 136.225 293.00 280.65 12.35 + 136.250 289.00 282.02 6.98 + 136.275 309.00 282.62 26.38 + 136.300 292.00 282.29 9.71 + 136.325 313.00 281.47 31.53 + 136.350 286.00 280.87 5.13 + 136.375 291.00 280.04 10.96 + 136.400 303.00 279.17 23.83 + 136.425 279.00 280.84 -1.84 + 136.450 298.00 283.54 14.46 + 136.475 301.00 287.19 13.81 + 136.500 278.00 291.59 -13.59 + 136.525 261.00 296.41 -35.41 + 136.550 314.00 301.18 12.82 + 136.575 299.00 305.41 -6.41 + 136.600 316.00 309.87 6.13 + 136.625 353.00 313.70 39.30 + 136.650 319.00 316.56 2.44 + 136.675 339.00 318.30 20.70 + 136.700 335.00 318.87 16.13 + 136.725 341.00 318.38 22.62 + 136.750 306.00 316.82 -10.82 + 136.775 303.00 314.25 -11.25 + 136.800 298.00 310.82 -12.82 + 136.825 290.00 306.63 -16.63 + 136.850 317.00 301.82 15.18 + 136.875 318.00 296.55 21.45 + 136.900 296.00 291.02 4.98 + 136.925 336.00 285.41 50.59 + 136.950 295.00 279.85 15.15 + 136.975 284.00 274.53 9.47 + 137.000 241.00 269.56 -28.56 + 137.025 276.00 265.00 11.00 + 137.050 245.00 261.23 -16.23 + 137.075 247.00 258.44 -11.44 + 137.100 263.00 256.38 6.62 + 137.125 270.00 255.04 14.96 + 137.150 261.00 255.52 5.48 + 137.175 239.00 256.90 -17.90 + 137.200 247.00 259.00 -12.00 + 137.225 250.00 261.62 -11.62 + 137.250 209.00 264.50 -55.50 + 137.275 238.00 267.36 -29.36 + 137.300 247.00 269.92 -22.92 + 137.325 257.00 272.52 -15.52 + 137.350 255.00 274.82 -19.82 + 137.375 273.00 276.62 -3.62 + 137.400 272.00 277.83 -5.83 + 137.425 319.00 278.46 40.54 + 137.450 274.00 278.51 -4.51 + 137.475 307.00 278.01 28.99 + 137.500 253.00 276.99 -23.99 + 137.525 284.00 275.48 8.52 + 137.550 254.00 273.54 -19.54 + 137.575 274.00 271.21 2.79 + 137.600 278.00 268.58 9.42 + 137.625 237.00 265.91 -28.91 + 137.650 257.00 263.33 -6.33 + 137.675 249.00 260.76 -11.76 + 137.700 261.00 258.26 2.74 + 137.725 242.00 255.90 -13.90 + 137.750 256.00 253.72 2.28 + 137.775 255.00 251.73 3.27 + 137.800 236.00 249.97 -13.97 + 137.825 234.00 248.43 -14.43 + 137.850 250.00 247.11 2.89 + 137.875 233.00 245.99 -12.99 + 137.900 250.00 245.06 4.94 + 137.925 231.00 244.30 -13.30 + 137.950 252.00 243.67 8.33 + 137.975 244.00 243.15 0.85 + 138.000 256.00 248.44 7.56 + 138.025 226.00 255.93 -29.93 + 138.050 267.00 265.25 1.75 + 138.075 246.00 276.37 -30.37 + 138.100 257.00 288.69 -31.69 + 138.125 255.00 301.46 -46.46 + 138.150 278.00 313.88 -35.88 + 138.175 292.00 325.07 -33.07 + 138.200 308.00 334.25 -26.25 + 138.225 274.00 341.24 -67.24 + 138.250 375.00 345.47 29.53 + 138.275 361.00 346.78 14.22 + 138.300 344.00 345.31 -1.31 + 138.325 361.00 341.35 19.65 + 138.350 347.00 335.38 11.62 + 138.375 352.00 328.01 23.99 + 138.400 322.00 319.58 2.42 + 138.425 337.00 310.62 26.38 + 138.450 267.00 301.69 -34.69 + 138.475 268.00 293.18 -25.18 + 138.500 286.00 285.26 0.74 + 138.525 279.00 278.07 0.93 + 138.550 276.00 271.73 4.27 + 138.575 252.00 266.27 -14.27 + 138.600 242.00 265.17 -23.17 + 138.625 277.00 269.92 7.08 + 138.650 271.00 277.51 -6.51 + 138.675 275.00 287.61 -12.61 + 138.700 272.00 299.68 -27.68 + 138.725 295.00 312.93 -17.93 + 138.750 281.00 328.82 -47.82 + 138.775 338.00 345.39 -7.39 + 138.800 320.00 361.12 -41.12 + 138.825 350.00 375.22 -25.22 + 138.850 381.00 391.03 -10.03 + 138.875 404.00 406.19 -2.19 + 138.900 451.00 419.54 31.46 + 138.925 441.00 430.71 10.29 + 138.950 452.00 439.43 12.57 + 138.975 417.00 445.61 -28.61 + 139.000 450.00 448.85 1.15 + 139.025 436.00 449.05 -13.05 + 139.050 437.00 446.16 -9.16 + 139.075 440.00 440.33 -0.33 + 139.100 474.00 431.83 42.17 + 139.125 453.00 421.03 31.97 + 139.150 457.00 408.45 48.55 + 139.175 438.00 394.59 43.41 + 139.200 387.00 380.07 6.93 + 139.225 386.00 365.38 20.62 + 139.250 366.00 350.90 15.10 + 139.275 341.00 337.02 3.98 + 139.300 337.00 324.01 12.99 + 139.325 308.00 312.10 -4.10 + 139.350 329.00 301.39 27.61 + 139.375 283.00 295.17 -12.17 + 139.400 296.00 291.72 4.28 + 139.425 289.00 290.44 -1.44 + 139.450 297.00 291.10 5.90 + 139.475 240.00 293.30 -53.30 + 139.500 268.00 296.63 -28.63 + 139.525 282.00 300.53 -18.53 + 139.550 297.00 304.40 -7.40 + 139.575 291.00 307.74 -16.74 + 139.600 281.00 310.16 -29.16 + 139.625 305.00 313.93 -8.93 + 139.650 336.00 317.18 18.82 + 139.675 324.00 319.80 4.20 + 139.700 307.00 321.77 -14.77 + 139.725 332.00 323.09 8.91 + 139.750 328.00 323.74 4.26 + 139.775 309.00 323.66 -14.66 + 139.800 315.00 322.83 -7.83 + 139.825 330.00 321.21 8.79 + 139.850 291.00 318.78 -27.78 + 139.875 290.00 315.62 -25.62 + 139.900 344.00 311.77 32.23 + 139.925 314.00 308.79 5.21 + 139.950 324.00 306.38 17.62 + 139.975 327.00 304.18 22.82 + 140.000 259.00 302.27 -43.27 + 140.025 268.00 300.66 -32.66 + 140.050 305.00 299.30 5.70 + 140.075 304.00 298.16 5.84 + 140.100 300.00 297.04 2.96 + 140.125 285.00 295.80 -10.80 + 140.150 292.00 294.34 -2.34 + 140.175 289.00 292.56 -3.56 + 140.200 294.00 290.42 3.58 + 140.225 278.00 287.91 -9.91 + 140.250 261.00 285.05 -24.05 + 140.275 297.00 281.97 15.03 + 140.300 252.00 278.68 -26.68 + 140.325 280.00 275.31 4.69 + 140.350 245.00 271.94 -26.94 + 140.375 266.00 268.64 -2.64 + 140.400 283.00 265.48 17.52 + 140.425 238.00 262.53 -24.53 + 140.450 266.00 259.82 6.18 + 140.475 262.00 257.39 4.61 + 140.500 249.00 255.73 -6.73 + 140.525 255.00 255.27 -0.27 + 140.550 240.00 255.38 -15.38 + 140.575 239.00 256.01 -17.01 + 140.600 221.00 257.06 -36.06 + 140.625 251.00 258.42 -7.42 + 140.650 212.00 259.94 -47.94 + 140.675 233.00 261.47 -28.47 + 140.700 238.00 262.85 -24.85 + 140.725 249.00 264.97 -15.97 + 140.750 256.00 267.02 -11.02 + 140.775 216.00 269.21 -53.21 + 140.800 262.00 272.02 -10.02 + 140.825 249.00 274.82 -25.82 + 140.850 248.00 277.55 -29.55 + 140.875 263.00 280.09 -17.09 + 140.900 281.00 282.34 -1.34 + 140.925 234.00 284.17 -50.17 + 140.950 290.00 285.50 4.50 + 140.975 269.00 286.23 -17.23 + 141.000 284.00 286.33 -2.33 + 141.025 233.00 285.77 -52.77 + 141.050 286.00 284.59 1.41 + 141.075 275.00 282.84 -7.84 + 141.100 263.00 280.68 -17.68 + 141.125 245.00 278.18 -33.18 + 141.150 259.00 275.40 -16.40 + 141.175 276.00 272.47 3.53 + 141.200 229.00 269.47 -40.47 + 141.225 261.00 266.56 -5.56 + 141.250 273.00 263.77 9.23 + 141.275 272.00 261.15 10.85 + 141.300 231.00 258.81 -27.81 + 141.325 212.00 257.31 -45.31 + 141.350 233.00 256.20 -23.20 + 141.375 256.00 255.48 0.52 + 141.400 241.00 255.10 -14.10 + 141.425 228.00 255.01 -27.01 + 141.450 234.00 255.13 -21.13 + 141.475 238.00 255.37 -17.37 + 141.500 216.00 255.67 -39.67 + 141.525 207.00 255.93 -48.93 + 141.550 221.00 256.11 -35.11 + 141.575 233.00 257.66 -24.66 + 141.600 238.00 260.27 -22.27 + 141.625 217.00 263.36 -46.36 + 141.650 238.00 266.75 -28.75 + 141.675 251.00 270.33 -19.33 + 141.700 268.00 274.94 -6.94 + 141.725 259.00 280.30 -21.30 + 141.750 230.00 285.67 -55.67 + 141.775 276.00 290.84 -14.84 + 141.800 257.00 295.56 -38.56 + 141.825 260.00 299.63 -39.63 + 141.850 255.00 302.87 -47.87 + 141.875 244.00 305.15 -61.15 + 141.900 258.00 306.40 -48.40 + 141.925 279.00 306.62 -27.62 + 141.950 291.00 305.81 -14.81 + 141.975 290.00 304.05 -14.05 + 142.000 295.00 301.46 -6.46 + 142.025 289.00 298.22 -9.22 + 142.050 273.00 294.48 -21.48 + 142.075 306.00 290.39 15.61 + 142.100 307.00 286.11 20.89 + 142.125 264.00 281.81 -17.81 + 142.150 289.00 277.59 11.41 + 142.175 270.00 273.56 -3.56 + 142.200 234.00 269.80 -35.80 + 142.225 252.00 267.21 -15.21 + 142.250 243.00 265.40 -22.40 + 142.275 244.00 264.16 -20.16 + 142.300 251.00 263.45 -12.45 + 142.325 235.00 263.24 -28.24 + 142.350 234.00 263.38 -29.38 + 142.375 246.00 263.75 -17.75 + 142.400 239.00 264.71 -25.71 + 142.425 257.00 266.46 -9.46 + 142.450 218.00 269.02 -51.02 + 142.475 234.00 271.75 -37.75 + 142.500 230.00 274.53 -44.53 + 142.525 253.00 277.43 -24.43 + 142.550 248.00 280.81 -32.81 + 142.575 257.00 284.03 -27.03 + 142.600 248.00 286.95 -38.95 + 142.625 255.00 289.46 -34.46 + 142.650 261.00 291.43 -30.43 + 142.675 275.00 292.78 -17.78 + 142.700 288.00 293.46 -5.46 + 142.725 301.00 293.49 7.51 + 142.750 283.00 292.94 -9.94 + 142.775 308.00 291.77 16.23 + 142.800 268.00 290.03 -22.03 + 142.825 300.00 287.81 12.19 + 142.850 305.00 286.40 18.60 + 142.875 254.00 285.21 -31.21 + 142.900 251.00 284.11 -33.11 + 142.925 256.00 283.15 -27.15 + 142.950 280.00 282.33 -2.33 + 142.975 290.00 281.66 8.34 + 143.000 267.00 281.07 -14.07 + 143.025 278.00 280.51 -2.51 + 143.050 302.00 279.91 22.09 + 143.075 264.00 279.69 -15.69 + 143.100 263.00 279.49 -16.49 + 143.125 289.00 279.19 9.81 + 143.150 231.00 278.79 -47.79 + 143.175 271.00 278.24 -7.24 + 143.200 289.00 277.53 11.47 + 143.225 268.00 276.65 -8.65 + 143.250 310.00 275.57 34.43 + 143.275 278.00 276.91 1.09 + 143.300 280.00 280.27 -0.27 + 143.325 262.00 284.27 -22.27 + 143.350 234.00 288.82 -54.82 + 143.375 278.00 293.73 -15.73 + 143.400 288.00 298.80 -10.80 + 143.425 265.00 303.79 -38.79 + 143.450 302.00 308.42 -6.42 + 143.475 278.00 312.42 -34.42 + 143.500 273.00 315.54 -42.54 + 143.525 279.00 317.65 -38.65 + 143.550 303.00 318.64 -15.64 + 143.575 318.00 318.54 -0.54 + 143.600 317.00 317.37 -0.37 + 143.625 312.00 315.20 -3.20 + 143.650 303.00 312.16 -9.16 + 143.675 312.00 308.42 3.58 + 143.700 311.00 304.35 6.65 + 143.725 308.00 300.49 7.51 + 143.750 304.00 296.56 7.44 + 143.775 284.00 292.72 -8.72 + 143.800 281.00 289.06 -8.06 + 143.825 287.00 285.65 1.35 + 143.850 262.00 282.53 -20.53 + 143.875 273.00 279.71 -6.71 + 143.900 284.00 277.17 6.83 + 143.925 261.00 274.88 -13.88 + 143.950 241.00 272.81 -31.81 + 143.975 238.00 270.91 -32.91 + 144.000 276.00 270.53 5.47 + 144.025 276.00 270.99 5.01 + 144.050 274.00 271.85 2.15 + 144.075 262.00 273.02 -11.02 + 144.100 279.00 274.42 4.58 + 144.125 274.00 275.91 -1.91 + 144.150 238.00 278.75 -40.75 + 144.175 278.00 282.29 -4.29 + 144.200 273.00 285.92 -12.92 + 144.225 274.00 289.48 -15.48 + 144.250 260.00 292.82 -32.82 + 144.275 245.00 295.79 -50.79 + 144.300 293.00 298.27 -5.27 + 144.325 307.00 300.33 6.67 + 144.350 304.00 301.71 2.29 + 144.375 266.00 302.37 -36.37 + 144.400 287.00 302.29 -15.29 + 144.425 292.00 301.49 -9.49 + 144.450 295.00 300.02 -5.02 + 144.475 295.00 297.96 -2.96 + 144.500 305.00 295.41 9.59 + 144.525 300.00 292.46 7.54 + 144.550 281.00 289.24 -8.24 + 144.575 287.00 285.84 1.16 + 144.600 299.00 282.37 16.63 + 144.625 268.00 278.92 -10.92 + 144.650 292.00 275.57 16.43 + 144.675 267.00 272.37 -5.37 + 144.700 236.00 269.38 -33.38 + 144.725 248.00 266.63 -18.63 + 144.750 272.00 264.14 7.86 + 144.775 274.00 261.91 12.09 + 144.800 237.00 259.95 -22.95 + 144.825 251.00 258.23 -7.23 + 144.850 245.00 256.76 -11.76 + 144.875 285.00 255.51 29.49 + 144.900 252.00 255.38 -3.38 + 144.925 272.00 259.13 12.87 + 144.950 258.00 266.10 -8.10 + 144.975 269.00 274.24 -5.24 + 145.000 268.00 283.31 -15.31 + 145.025 299.00 293.01 5.99 + 145.050 240.00 302.96 -62.96 + 145.075 263.00 312.75 -49.75 + 145.100 260.00 321.97 -61.97 + 145.125 315.00 330.22 -15.22 + 145.150 315.00 337.20 -22.20 + 145.175 295.00 342.63 -47.63 + 145.200 279.00 346.45 -67.45 + 145.225 295.00 348.55 -53.55 + 145.250 333.00 348.93 -15.93 + 145.275 322.00 347.69 -25.69 + 145.300 338.00 345.00 -7.00 + 145.325 383.00 341.04 41.96 + 145.350 339.00 336.04 2.96 + 145.375 311.00 330.24 -19.24 + 145.400 323.00 323.87 -0.87 + 145.425 295.00 317.17 -22.17 + 145.450 275.00 310.32 -35.32 + 145.475 295.00 303.52 -8.52 + 145.500 289.00 296.91 -7.91 + 145.525 294.00 290.86 3.14 + 145.550 287.00 285.30 1.70 + 145.575 275.00 280.27 -5.27 + 145.600 249.00 275.75 -26.75 + 145.625 232.00 271.75 -39.75 + 145.650 269.00 268.24 0.76 + 145.675 258.00 265.20 -7.20 + 145.700 268.00 262.57 5.43 + 145.725 290.00 260.33 29.67 + 145.750 253.00 258.42 -5.42 + 145.775 266.00 256.81 9.19 + 145.800 234.00 255.51 -21.51 + 145.825 233.00 254.44 -21.44 + 145.850 223.00 256.03 -33.03 + 145.875 231.00 258.66 -27.66 + 145.900 252.00 261.85 -9.85 + 145.925 275.00 265.47 9.53 + 145.950 267.00 269.40 -2.40 + 145.975 251.00 273.48 -22.48 + 146.000 284.00 277.51 6.49 + 146.025 281.00 281.33 -0.33 + 146.050 254.00 284.78 -30.78 + 146.075 265.00 287.72 -22.72 + 146.100 309.00 290.03 18.97 + 146.125 269.00 291.66 -22.66 + 146.150 296.00 292.57 3.43 + 146.175 290.00 296.12 -6.12 + 146.200 301.00 305.38 -4.38 + 146.225 297.00 318.62 -21.62 + 146.250 300.00 333.85 -33.85 + 146.275 345.00 350.09 -5.09 + 146.300 298.00 366.87 -68.87 + 146.325 347.00 383.63 -36.63 + 146.350 345.00 399.79 -54.79 + 146.375 374.00 414.74 -40.74 + 146.400 366.00 427.94 -61.94 + 146.425 387.00 438.95 -51.95 + 146.450 392.00 447.60 -55.60 + 146.475 438.00 456.03 -18.03 + 146.500 465.00 461.96 3.04 + 146.525 470.00 465.34 4.66 + 146.550 443.00 466.23 -23.23 + 146.575 511.00 464.78 46.22 + 146.600 473.00 461.15 11.85 + 146.625 474.00 455.59 18.41 + 146.650 455.00 448.29 6.71 + 146.675 473.00 439.57 33.43 + 146.700 452.00 429.71 22.29 + 146.725 460.00 418.99 41.01 + 146.750 440.00 407.70 32.30 + 146.775 386.00 396.05 -10.05 + 146.800 385.00 384.32 0.68 + 146.825 402.00 372.70 29.30 + 146.850 418.00 361.35 56.65 + 146.875 382.00 350.46 31.54 + 146.900 348.00 340.09 7.91 + 146.925 344.00 330.34 13.66 + 146.950 360.00 321.28 38.72 + 146.975 366.00 315.68 50.32 + 147.000 351.00 314.22 36.78 + 147.025 322.00 314.22 7.78 + 147.050 327.00 315.54 11.46 + 147.075 318.00 317.94 0.06 + 147.100 352.00 321.15 30.85 + 147.125 341.00 325.29 15.71 + 147.150 308.00 333.91 -25.91 + 147.175 357.00 343.97 13.03 + 147.200 325.00 355.49 -30.49 + 147.225 367.00 367.11 -0.11 + 147.250 383.00 378.43 4.57 + 147.275 381.00 389.06 -8.06 + 147.300 376.00 398.55 -22.55 + 147.325 381.00 406.60 -25.60 + 147.350 434.00 412.95 21.05 + 147.375 410.00 417.40 -7.40 + 147.400 412.00 419.85 -7.85 + 147.425 411.00 420.84 -9.84 + 147.450 393.00 420.74 -27.74 + 147.475 427.00 418.97 8.03 + 147.500 429.00 415.66 13.34 + 147.525 441.00 411.00 30.00 + 147.550 407.00 405.18 1.82 + 147.575 412.00 398.41 13.59 + 147.600 456.00 390.86 65.14 + 147.625 389.00 382.74 6.26 + 147.650 386.00 374.25 11.75 + 147.675 382.00 365.53 16.47 + 147.700 368.00 356.75 11.25 + 147.725 352.00 348.02 3.98 + 147.750 367.00 339.47 27.53 + 147.775 366.00 331.20 34.80 + 147.800 364.00 323.27 40.73 + 147.825 366.00 315.75 50.25 + 147.850 352.00 308.68 43.32 + 147.875 312.00 302.16 9.84 + 147.900 345.00 297.12 47.88 + 147.925 336.00 292.72 43.28 + 147.950 284.00 289.48 -5.48 + 147.975 310.00 289.22 20.78 + 148.000 289.00 293.27 -4.27 + 148.025 318.00 301.45 16.55 + 148.050 287.00 310.99 -23.99 + 148.075 303.00 321.58 -18.58 + 148.100 306.00 332.82 -26.82 + 148.125 320.00 344.29 -24.29 + 148.150 330.00 355.55 -25.55 + 148.175 334.00 366.15 -32.15 + 148.200 345.00 375.70 -30.70 + 148.225 367.00 383.94 -16.94 + 148.250 407.00 390.52 16.48 + 148.275 379.00 395.29 -16.29 + 148.300 410.00 398.13 11.87 + 148.325 396.00 399.03 -3.03 + 148.350 429.00 398.07 30.93 + 148.375 425.00 395.34 29.66 + 148.400 449.00 391.04 57.96 + 148.425 416.00 385.37 30.63 + 148.450 394.00 378.56 15.44 + 148.475 390.00 370.85 19.15 + 148.500 394.00 362.48 31.52 + 148.525 404.00 353.70 50.30 + 148.550 356.00 344.73 11.27 + 148.575 350.00 335.76 14.24 + 148.600 378.00 326.97 51.03 + 148.625 369.00 318.98 50.02 + 148.650 362.00 313.70 48.30 + 148.675 311.00 310.95 0.05 + 148.700 297.00 309.27 -12.27 + 148.725 307.00 308.58 -1.58 + 148.750 293.00 308.73 -15.73 + 148.775 291.00 309.59 -18.59 + 148.800 338.00 310.93 27.07 + 148.825 300.00 312.57 -12.57 + 148.850 290.00 314.32 -24.32 + 148.875 317.00 315.96 1.04 + 148.900 312.00 317.55 -5.55 + 148.925 270.00 319.03 -49.03 + 148.950 313.00 320.04 -7.04 + 148.975 278.00 320.52 -42.52 + 149.000 321.00 320.41 0.59 + 149.025 327.00 322.54 4.46 + 149.050 332.00 324.78 7.22 + 149.075 337.00 326.80 10.20 + 149.100 328.00 328.56 -0.56 + 149.125 301.00 330.02 -29.02 + 149.150 322.00 331.15 -9.15 + 149.175 334.00 331.90 2.10 + 149.200 330.00 332.23 -2.23 + 149.225 315.00 332.10 -17.10 + 149.250 311.00 331.47 -20.47 + 149.275 302.00 330.35 -28.35 + 149.300 338.00 328.71 9.29 + 149.325 321.00 326.59 -5.59 + 149.350 317.00 324.00 -7.00 + 149.375 331.00 320.97 10.03 + 149.400 335.00 317.57 17.43 + 149.425 345.00 313.85 31.15 + 149.450 317.00 309.87 7.13 + 149.475 306.00 305.70 0.30 + 149.500 309.00 301.38 7.62 + 149.525 336.00 297.00 39.00 + 149.550 309.00 292.60 16.40 + 149.575 299.00 288.24 10.76 + 149.600 319.00 284.00 35.00 + 149.625 310.00 280.01 29.99 + 149.650 287.00 276.22 10.78 + 149.675 281.00 273.18 7.82 + 149.700 268.00 271.90 -3.90 + 149.725 260.00 271.30 -11.30 + 149.750 279.00 271.16 7.84 + 149.775 279.00 271.42 7.58 + 149.800 289.00 272.02 16.98 + 149.825 265.00 273.21 -8.21 + 149.850 261.00 274.73 -13.73 + 149.875 264.00 276.36 -12.36 + 149.900 260.00 278.00 -18.00 + 149.925 271.00 279.56 -8.56 + 149.950 265.00 280.95 -15.95 + 149.975 270.00 282.10 -12.10 + 150.000 280.00 282.95 -2.95 + 150.025 304.00 283.47 20.53 + 150.050 283.00 283.62 -0.62 + 150.075 289.00 283.41 5.59 + 150.100 294.00 282.85 11.15 + 150.125 325.00 281.94 43.06 + 150.150 269.00 280.71 -11.71 + 150.175 282.00 279.21 2.79 + 150.200 293.00 277.47 15.53 + 150.225 275.00 275.53 -0.53 + 150.250 283.00 273.44 9.56 + 150.275 281.00 271.24 9.76 + 150.300 283.00 269.16 13.84 + 150.325 277.00 267.86 9.14 + 150.350 284.00 266.67 17.33 + 150.375 275.00 265.63 9.37 + 150.400 277.00 264.71 12.29 + 150.425 278.00 263.92 14.08 + 150.450 273.00 263.25 9.75 + 150.475 284.00 262.67 21.33 + 150.500 267.00 265.92 1.08 + 150.525 270.00 273.41 -3.41 + 150.550 287.00 281.66 5.34 + 150.575 316.00 290.50 25.50 + 150.600 261.00 299.70 -38.70 + 150.625 283.00 309.04 -26.04 + 150.650 294.00 318.29 -24.29 + 150.675 275.00 327.20 -52.20 + 150.700 324.00 335.50 -11.50 + 150.725 306.00 342.96 -36.96 + 150.750 302.00 349.40 -47.40 + 150.775 276.00 354.68 -78.68 + 150.800 392.00 358.68 33.32 + 150.825 339.00 361.35 -22.35 + 150.850 309.00 362.69 -53.69 + 150.875 315.00 362.72 -47.72 + 150.900 322.00 361.59 -39.59 + 150.925 359.00 359.48 -0.48 + 150.950 308.00 356.35 -48.35 + 150.975 335.00 352.34 -17.34 + 151.000 315.00 347.58 -32.58 + 151.025 318.00 342.23 -24.23 + 151.050 319.00 336.42 -17.42 + 151.075 328.00 330.29 -2.29 + 151.100 315.00 324.58 -9.58 + 151.125 303.00 318.86 -15.86 + 151.150 296.00 313.23 -17.23 + 151.175 300.00 307.77 -7.77 + 151.200 304.00 302.53 1.47 + 151.225 283.00 297.57 -14.57 + 151.250 292.00 292.89 -0.89 + 151.275 266.00 288.53 -22.53 + 151.300 279.00 284.48 -5.48 + 151.325 295.00 280.72 14.28 + 151.350 258.00 277.25 -19.25 + 151.375 289.00 274.04 14.96 + 151.400 272.00 271.10 0.90 + 151.425 251.00 268.84 -17.84 + 151.450 305.00 266.81 38.19 + 151.475 263.00 264.98 -1.98 + 151.500 261.00 263.33 -2.33 + 151.525 299.00 261.83 37.17 + 151.550 291.00 260.54 30.46 + 151.575 276.00 259.40 16.60 + 151.600 294.00 258.59 35.41 + 151.625 259.00 261.40 -2.40 + 151.650 254.00 264.62 -10.62 + 151.675 297.00 268.17 28.83 + 151.700 287.00 271.95 15.05 + 151.725 257.00 275.86 -18.86 + 151.750 284.00 279.80 4.20 + 151.775 255.00 283.64 -28.64 + 151.800 260.00 287.28 -27.28 + 151.825 259.00 290.63 -31.63 + 151.850 300.00 293.58 6.42 + 151.875 264.00 296.06 -32.06 + 151.900 300.00 298.01 1.99 + 151.925 287.00 299.40 -12.40 + 151.950 298.00 300.20 -2.20 + 151.975 283.00 300.41 -17.41 + 152.000 279.00 300.04 -21.04 + 152.025 271.00 299.13 -28.13 + 152.050 291.00 297.70 -6.70 + 152.075 304.00 295.82 8.18 + 152.100 299.00 293.53 5.47 + 152.125 272.00 290.90 -18.90 + 152.150 316.00 287.99 28.01 + 152.175 298.00 284.88 13.12 + 152.200 322.00 281.61 40.39 + 152.225 306.00 278.43 27.57 + 152.250 268.00 275.37 -7.37 + 152.275 257.00 272.35 -15.35 + 152.300 279.00 269.41 9.59 + 152.325 262.00 266.58 -4.58 + 152.350 269.00 263.89 5.11 + 152.375 291.00 261.35 29.65 + 152.400 258.00 258.98 -0.98 + 152.425 269.00 256.76 12.24 + 152.450 295.00 254.71 40.29 + 152.475 293.00 252.81 40.19 + 152.500 268.00 251.06 16.94 + 152.525 264.00 249.44 14.56 + 152.550 272.00 247.95 24.05 + 152.575 272.00 251.35 20.65 + 152.600 288.00 259.70 28.30 + 152.625 270.00 268.88 1.12 + 152.650 267.00 278.74 -11.74 + 152.675 277.00 289.12 -12.12 + 152.700 310.00 299.74 10.26 + 152.725 292.00 310.36 -18.36 + 152.750 276.00 320.73 -44.73 + 152.775 290.00 330.62 -40.62 + 152.800 319.00 339.79 -20.79 + 152.825 322.00 348.06 -26.06 + 152.850 316.00 355.26 -39.26 + 152.875 343.00 361.24 -18.24 + 152.900 345.00 365.98 -20.98 + 152.925 379.00 369.37 9.63 + 152.950 383.00 371.42 11.58 + 152.975 389.00 372.14 16.86 + 153.000 437.00 371.56 65.44 + 153.025 371.00 369.79 1.21 + 153.050 405.00 366.92 38.08 + 153.075 427.00 363.06 63.94 + 153.100 442.00 358.33 83.67 + 153.125 424.00 352.87 71.13 + 153.150 438.00 346.83 91.17 + 153.175 396.00 340.34 55.66 + 153.200 384.00 333.54 50.46 + 153.225 381.00 326.54 54.46 + 153.250 329.00 319.46 9.54 + 153.275 322.00 312.42 9.58 + 153.300 319.00 305.50 13.50 + 153.325 274.00 298.78 -24.78 + 153.350 318.00 292.34 25.66 + 153.375 304.00 286.20 17.80 + 153.400 316.00 280.42 35.58 + 153.425 324.00 275.03 48.97 + 153.450 275.00 270.03 4.97 + 153.475 319.00 265.43 53.57 + 153.500 259.00 261.22 -2.22 + 153.525 272.00 257.40 14.60 + 153.550 262.00 253.95 8.05 + 153.575 270.00 250.85 19.15 + 153.600 263.00 248.07 14.93 + 153.625 266.00 245.58 20.42 + 153.650 242.00 243.38 -1.38 + 153.675 265.00 241.41 23.59 + 153.700 251.00 239.67 11.33 + 153.725 276.00 238.13 37.87 + 153.750 277.00 236.75 40.25 + 153.775 260.00 237.38 22.62 + 153.800 256.00 241.07 14.93 + 153.825 240.00 245.21 -5.21 + 153.850 278.00 249.73 28.27 + 153.875 252.00 254.53 -2.53 + 153.900 286.00 259.49 26.51 + 153.925 295.00 264.51 30.49 + 153.950 268.00 269.47 -1.47 + 153.975 301.00 274.27 26.73 + 154.000 296.00 222.19 73.81 + 154.025 268.00 222.06 45.94 + 154.050 299.00 221.93 77.07 + 154.075 298.00 221.80 76.20 + 154.100 305.00 221.67 83.33 + 154.125 293.00 221.54 71.46 + 154.150 327.00 221.41 105.59 + 154.175 343.00 221.28 121.72 + 154.200 362.00 221.15 140.85 + 154.225 367.00 221.02 145.98 + 154.250 358.00 220.88 137.12 + 154.275 324.00 220.75 103.25 + 154.300 322.00 220.62 101.38 + 154.325 330.00 220.48 109.52 + 154.350 356.00 220.35 135.65 + 154.375 353.00 220.21 132.79 + 154.400 351.00 220.08 130.92 + 154.425 324.00 219.94 104.06 + 154.450 359.00 219.81 139.19 + 154.475 339.00 219.67 119.33 + 154.500 289.00 219.53 69.47 + 154.525 330.00 219.39 110.61 + 154.550 295.00 219.25 75.75 + 154.575 293.00 219.12 73.88 + 154.600 293.00 218.98 74.02 + 154.625 300.00 218.84 81.16 + 154.650 296.00 218.70 77.30 + 154.675 319.00 218.56 100.44 + 154.700 302.00 218.41 83.59 + 154.725 276.00 218.27 57.73 + 154.750 293.00 218.13 74.87 + 154.775 271.00 217.99 53.01 + 154.800 283.00 217.84 65.16 + 154.825 256.00 217.70 38.30 + 154.850 258.00 217.56 40.44 + 154.875 269.00 217.41 51.59 + 154.900 272.00 217.27 54.73 + 154.925 213.00 217.12 -4.12 + 154.950 257.00 216.97 40.03 + 154.975 274.00 216.83 57.17 + 155.000 242.00 216.68 25.32 + 155.025 245.00 216.53 28.47 + 155.050 252.00 216.38 35.62 + 155.075 212.00 216.23 -4.23 + 155.100 261.00 216.09 44.91 + 155.125 281.00 215.94 65.06 + 155.150 259.00 215.79 43.21 + 155.175 253.00 215.63 37.37 + 155.200 280.00 215.48 64.52 + 155.225 255.00 215.33 39.67 + 155.250 229.00 215.18 13.82 + 155.275 241.00 215.03 25.97 + 155.300 242.00 214.87 27.13 + 155.325 248.00 214.72 33.28 + 155.350 259.00 214.56 44.44 + 155.375 257.00 214.41 42.59 + 155.400 256.00 214.25 41.75 + 155.425 253.00 214.10 38.90 + 155.450 281.00 213.94 67.06 + 155.475 292.00 213.78 78.22 + 155.500 254.00 213.63 40.37 + 155.525 273.00 213.47 59.53 + 155.550 278.00 213.31 64.69 + 155.575 277.00 213.15 63.85 + 155.600 264.00 212.99 51.01 + 155.625 219.00 212.83 6.17 + 155.650 271.00 212.67 58.33 + 155.675 279.00 212.51 66.49 + 155.700 246.00 212.35 33.65 + 155.725 268.00 212.18 55.82 + 155.750 282.00 212.02 69.98 + 155.775 272.00 211.86 60.14 + 155.800 270.00 211.69 58.31 + 155.825 221.00 211.53 9.47 + 155.850 262.00 211.36 50.64 + 155.875 286.00 211.20 74.80 + 155.900 267.00 211.03 55.97 + 155.925 254.00 210.87 43.13 + 155.950 267.00 210.70 56.30 + 155.975 259.00 210.53 48.47 + 156.000 267.00 210.36 56.64 + 156.025 276.00 210.20 65.80 + 156.050 269.00 210.03 58.97 + 156.075 251.00 209.86 41.14 + 156.100 256.00 209.69 46.31 + 156.125 228.00 209.51 18.49 + 156.150 248.00 209.34 38.66 + 156.175 243.00 209.17 33.83 + 156.200 254.00 209.00 45.00 + 156.225 254.00 208.83 45.17 + 156.250 245.00 208.65 36.35 + 156.275 242.00 208.48 33.52 + 156.300 250.00 208.30 41.70 + 156.325 264.00 208.13 55.87 + 156.350 274.00 207.95 66.05 + 156.375 255.00 207.78 47.22 + 156.400 281.00 207.60 73.40 + 156.425 229.00 207.42 21.58 + 156.450 263.00 207.24 55.76 + 156.475 250.00 207.07 42.93 + 156.500 241.00 206.89 34.11 + 156.525 259.00 206.71 52.29 + 156.550 268.00 206.53 61.47 + 156.575 285.00 206.35 78.65 + 156.600 241.00 206.17 34.83 + 156.625 255.00 205.98 49.02 + 156.650 268.00 205.80 62.20 + 156.675 257.00 205.62 51.38 + 156.700 263.00 205.44 57.56 + 156.725 266.00 205.25 60.75 + 156.750 298.00 205.07 92.93 + 156.775 281.00 204.88 76.12 + 156.800 271.00 204.70 66.30 + 156.825 261.00 204.51 56.49 + 156.850 280.00 204.32 75.68 + 156.875 296.00 204.14 91.86 + 156.900 283.00 203.95 79.05 + 156.925 341.00 203.76 137.24 + 156.950 280.00 203.57 76.43 + 156.975 304.00 203.38 100.62 + 157.000 282.00 203.19 78.81 + 157.025 258.00 203.00 55.00 + 157.050 262.00 202.81 59.19 + 157.075 279.00 202.62 76.38 + 157.100 285.00 202.42 82.58 + 157.125 319.00 202.23 116.77 + 157.150 293.00 202.04 90.96 + 157.175 322.00 201.84 120.16 + 157.200 316.00 201.65 114.35 + 157.225 348.00 201.45 146.55 + 157.250 341.00 201.26 139.74 + 157.275 339.00 201.06 137.94 + 157.300 321.00 200.86 120.14 + 157.325 373.00 200.67 172.33 + 157.350 376.00 200.47 175.53 + 157.375 366.00 200.27 165.73 + 157.400 402.00 200.07 201.93 + 157.425 391.00 199.87 191.13 + 157.450 405.00 199.67 205.33 + 157.475 407.00 199.47 207.53 + 157.500 422.00 199.27 222.73 + 157.525 395.00 199.06 195.94 + 157.550 434.00 198.86 235.14 + 157.575 419.00 198.66 220.34 + 157.600 426.00 198.45 227.55 + 157.625 385.00 198.25 186.75 + 157.650 390.00 198.04 191.96 + 157.675 375.00 197.84 177.16 + 157.700 357.00 197.63 159.37 + 157.725 343.00 197.42 145.58 + 157.750 359.00 197.22 161.78 + 157.775 344.00 197.01 146.99 + 157.800 285.00 196.80 88.20 + 157.825 324.00 196.59 127.41 + 157.850 317.00 196.38 120.62 + 157.875 345.00 196.17 148.83 + 157.900 303.00 195.96 107.04 + 157.925 315.00 195.75 119.25 + 157.950 288.00 195.53 92.47 + 157.975 301.00 195.32 105.68 + 158.000 281.00 195.11 85.89 + 158.025 327.00 194.89 132.11 + 158.050 316.00 194.68 121.32 + 158.075 260.00 194.46 65.54 + 158.100 299.00 194.25 104.75 + 158.125 302.00 194.03 107.97 + 158.150 249.00 193.81 55.19 + 158.175 293.00 193.60 99.40 + 158.200 271.00 193.38 77.62 + 158.225 296.00 193.16 102.84 + 158.250 258.00 192.94 65.06 + 158.275 283.00 192.72 90.28 + 158.300 268.00 192.50 75.50 + 158.325 271.00 192.28 78.72 + 158.350 305.00 192.06 112.94 + 158.375 268.00 191.83 76.17 + 158.400 234.00 191.61 42.39 + 158.425 286.00 191.39 94.61 + 158.450 278.00 191.16 86.84 + 158.475 274.00 190.94 83.06 + 158.500 274.00 190.71 83.29 + 158.525 253.00 190.48 62.52 + 158.550 238.00 190.26 47.74 + 158.575 291.00 190.03 100.97 + 158.600 274.00 189.80 84.20 + 158.625 300.00 189.57 110.43 + 158.650 282.00 189.34 92.66 + 158.675 303.00 189.11 113.89 + 158.700 285.00 188.88 96.12 + 158.725 323.00 188.65 134.35 + 158.750 340.00 188.42 151.58 + 158.775 283.00 188.19 94.81 + 158.800 355.00 187.96 167.04 + 158.825 288.00 187.72 100.28 + 158.850 335.00 187.49 147.51 + 158.875 350.00 187.25 162.75 + 158.900 313.00 187.02 125.98 + 158.925 303.00 186.78 116.22 + 158.950 338.00 186.54 151.46 + 158.975 326.00 186.31 139.69 + 159.000 359.00 186.07 172.93 + 159.025 372.00 185.83 186.17 + 159.050 325.00 185.59 139.41 + 159.075 325.00 185.35 139.65 + 159.100 352.00 185.11 166.89 + 159.125 345.00 184.87 160.13 + 159.150 348.00 184.63 163.37 + 159.175 330.00 184.38 145.62 + 159.200 336.00 184.14 151.86 + 159.225 310.00 183.90 126.10 + 159.250 343.00 183.65 159.35 + 159.275 321.00 183.41 137.59 + 159.300 329.00 183.16 145.84 + 159.325 325.00 182.91 142.09 + 159.350 329.00 182.67 146.33 + 159.375 330.00 182.42 147.58 + 159.400 311.00 182.17 128.83 + 159.425 316.00 181.92 134.08 + 159.450 327.00 181.67 145.33 + 159.475 320.00 181.42 138.58 + 159.500 306.00 181.17 124.83 + 159.525 348.00 180.92 167.08 + 159.550 345.00 180.67 164.33 + 159.575 330.00 180.42 149.58 + 159.600 325.00 180.16 144.84 + 159.625 371.00 179.91 191.09 + 159.650 381.00 179.65 201.35 + 159.675 421.00 179.40 241.60 + 159.700 388.00 179.14 208.86 + 159.725 403.00 178.88 224.12 + 159.750 413.00 178.63 234.37 + 159.775 417.00 178.37 238.63 + 159.800 391.00 178.11 212.89 + 159.825 385.00 177.85 207.15 + 159.850 376.00 177.59 198.41 + 159.875 382.00 177.33 204.67 + 159.900 420.00 177.07 242.93 + 159.925 374.00 176.81 197.19 + 159.950 352.00 176.54 175.46 + 159.975 328.00 176.28 151.72 + 160.000 368.00 176.02 191.98 +END +WAVES Phase1, tik1 +BEGIN + 16.456 -523 + 16.497 -523 + 20.796 -523 + 20.848 -523 + 20.923 -523 + 20.976 -523 + 23.311 -523 + 23.370 -523 + 24.551 -523 + 24.613 -523 + 25.563 -523 + 25.627 -523 + 26.697 -523 + 26.765 -523 + 27.670 -523 + 27.741 -523 + 29.666 -523 + 29.741 -523 + 32.331 -523 + 32.414 -523 + 33.142 -523 + 33.227 -523 + 33.260 -523 + 33.345 -523 + 34.189 -523 + 34.277 -523 + 37.215 -523 + 37.295 -523 + 37.311 -523 + 37.391 -523 + 38.138 -523 + 38.237 -523 + 39.520 -523 + 39.623 -523 + 40.244 -523 + 40.349 -523 + 41.080 -523 + 41.187 -523 + 41.675 -523 + 41.783 -523 + 42.315 -523 + 42.344 -523 + 42.425 -523 + 42.454 -523 + 42.583 -523 + 42.695 -523 + 43.699 -523 + 43.727 -523 + 43.814 -523 + 43.842 -523 + 44.450 -523 + 44.510 -523 + 44.567 -523 + 44.616 -523 + 44.627 -523 + 44.733 -523 + 45.923 -523 + 46.044 -523 + 47.659 -523 + 47.686 -523 + 47.786 -523 + 47.812 -523 + 47.843 -523 + 47.970 -523 + 48.353 -523 + 48.482 -523 + 50.325 -523 + 50.459 -523 + 50.842 -523 + 50.978 -523 + 52.444 -523 + 52.518 -523 + 52.585 -523 + 52.659 -523 + 53.084 -523 + 53.227 -523 + 53.290 -523 + 53.433 -523 + 53.626 -523 + 53.698 -523 + 53.762 -523 + 53.770 -523 + 53.786 -523 + 53.843 -523 + 53.907 -523 + 53.931 -523 + 54.996 -523 + 55.144 -523 + 55.383 -523 + 55.533 -523 + 55.701 -523 + 55.852 -523 + 56.539 -523 + 56.550 -523 + 56.690 -523 + 56.692 -523 + 56.704 -523 + 56.844 -523 + 57.070 -523 + 57.139 -523 + 57.225 -523 + 57.295 -523 + 58.477 -523 + 58.637 -523 + 58.690 -523 + 58.851 -523 + 58.929 -523 + 59.090 -523 + 59.872 -523 + 60.036 -523 + 60.652 -523 + 60.819 -523 + 61.590 -523 + 61.612 -523 + 61.760 -523 + 61.782 -523 + 61.951 -523 + 62.043 -523 + 62.123 -523 + 62.215 -523 + 62.534 -523 + 62.600 -523 + 62.708 -523 + 62.774 -523 + 63.292 -523 + 63.468 -523 + 63.521 -523 + 63.698 -523 + 64.571 -523 + 64.752 -523 + 65.195 -523 + 65.377 -523 + 65.555 -523 + 65.739 -523 + 66.002 -523 + 66.188 -523 + 66.368 -523 + 66.555 -523 + 66.588 -523 + 66.776 -523 + 67.181 -523 + 67.371 -523 + 67.528 -523 + 67.669 -523 + 67.719 -523 + 67.861 -523 + 68.170 -523 + 68.264 -523 + 68.364 -523 + 68.421 -523 + 68.458 -523 + 68.529 -523 + 68.615 -523 + 68.723 -523 + 69.301 -523 + 69.499 -523 + 69.551 -523 + 69.641 -523 + 69.655 -523 + 69.750 -523 + 69.765 -523 + 69.828 -523 + 69.840 -523 + 69.854 -523 + 69.965 -523 + 70.027 -523 + 70.027 -523 + 70.228 -523 + 70.659 -523 + 70.862 -523 + 70.885 -523 + 70.906 -523 + 71.089 -523 + 71.109 -523 + 71.191 -523 + 71.396 -523 + 72.011 -523 + 72.036 -523 + 72.219 -523 + 72.244 -523 + 72.291 -523 + 72.500 -523 + 72.689 -523 + 72.900 -523 + 73.534 -523 + 73.635 -523 + 73.747 -523 + 73.849 -523 + 74.189 -523 + 74.405 -523 + 74.444 -523 + 74.603 -523 + 74.661 -523 + 74.821 -523 + 74.990 -523 + 75.209 -523 + 75.433 -523 + 75.654 -523 + 75.874 -523 + 76.097 -523 + 76.113 -523 + 76.336 -523 + 76.407 -523 + 76.632 -523 + 76.934 -523 + 77.161 -523 + 77.315 -523 + 77.544 -523 + 77.924 -523 + 78.156 -523 + 78.162 -523 + 78.395 -523 + 78.501 -523 + 78.606 -523 + 78.666 -523 + 78.734 -523 + 78.840 -523 + 78.900 -523 + 79.251 -523 + 79.304 -523 + 79.487 -523 + 79.502 -523 + 79.541 -523 + 79.740 -523 + 79.826 -523 + 79.829 -523 + 80.065 -523 + 80.068 -523 + 80.328 -523 + 80.570 -523 + 80.807 -523 + 81.033 -523 + 81.050 -523 + 81.277 -523 + 81.365 -523 + 81.594 -523 + 81.610 -523 + 81.613 -523 + 81.840 -523 + 81.860 -523 + 82.684 -523 + 82.839 -523 + 82.868 -523 + 82.936 -523 + 83.091 -523 + 83.120 -523 + 83.153 -523 + 83.407 -523 + 83.529 -523 + 83.784 -523 + 84.077 -523 + 84.103 -523 + 84.335 -523 + 84.361 -523 + 84.571 -523 + 84.592 -523 + 84.831 -523 + 84.852 -523 + 85.084 -523 + 85.182 -523 + 85.346 -523 + 85.444 -523 + 85.563 -523 + 85.827 -523 + 86.373 -523 + 86.441 -523 + 86.489 -523 + 86.641 -523 + 86.710 -523 + 86.758 -523 + 86.908 -523 + 86.945 -523 + 87.179 -523 + 87.216 -523 + 87.665 -523 + 87.939 -523 + 88.058 -523 + 88.335 -523 + 88.632 -523 + 88.718 -523 + 88.912 -523 + 88.997 -523 + 89.067 -523 + 89.126 -523 + 89.276 -523 + 89.349 -523 + 89.407 -523 + 89.558 -523 + 89.662 -523 + 89.693 -523 + 89.895 -523 + 89.946 -523 + 89.978 -523 + 90.180 -523 + 90.697 -523 + 90.986 -523 + 91.096 -523 + 91.209 -523 + 91.355 -523 + 91.388 -523 + 91.456 -523 + 91.502 -523 + 91.588 -523 + 91.648 -523 + 91.667 -523 + 91.749 -523 + 91.882 -523 + 91.962 -523 + 92.177 -523 + 92.353 -523 + 92.411 -523 + 92.474 -523 + 92.489 -523 + 92.495 -523 + 92.651 -523 + 92.709 -523 + 92.788 -523 + 92.794 -523 + 93.137 -523 + 93.274 -523 + 93.298 -523 + 93.356 -523 + 93.435 -523 + 93.439 -523 + 93.577 -523 + 93.601 -523 + 93.660 -523 + 93.687 -523 + 93.738 -523 + 93.901 -523 + 93.921 -523 + 93.992 -523 + 94.000 -523 + 94.207 -523 + 94.227 -523 + 94.307 -523 + 94.542 -523 + 94.732 -523 + 94.851 -523 + 94.995 -523 + 95.043 -523 + 95.308 -523 + 95.473 -523 + 95.788 -523 + 96.140 -523 + 96.199 -523 + 96.278 -523 + 96.459 -523 + 96.518 -523 + 96.597 -523 + 96.883 -523 + 97.206 -523 + 97.235 -523 + 97.523 -523 + 97.559 -523 + 97.729 -523 + 97.849 -523 + 98.056 -523 + 98.305 -523 + 98.475 -523 + 98.636 -523 + 98.776 -523 + 98.807 -523 + 99.110 -523 + 99.234 -523 + 99.571 -523 + 99.754 -523 + 100.093 -523 + 100.337 -523 + 100.391 -523 + 100.668 -523 + 100.680 -523 + 100.734 -523 + 100.737 -523 + 100.915 -523 + 100.974 -523 + 100.975 -523 + 101.013 -523 + 101.054 -523 + 101.082 -523 + 101.142 -523 + 101.262 -523 + 101.321 -523 + 101.322 -523 + 101.402 -523 + 101.417 -523 + 101.477 -523 + 101.490 -523 + 101.767 -523 + 101.825 -523 + 101.827 -523 + 102.177 -523 + 102.433 -523 + 102.554 -523 + 102.789 -523 + 102.911 -523 + 103.696 -523 + 103.856 -523 + 103.865 -523 + 103.962 -523 + 103.994 -523 + 104.060 -523 + 104.116 -523 + 104.216 -523 + 104.221 -523 + 104.230 -523 + 104.329 -523 + 104.361 -523 + 104.483 -523 + 104.584 -523 + 104.669 -523 + 104.831 -523 + 105.040 -523 + 105.202 -523 + 105.233 -523 + 105.261 -523 + 105.351 -523 + 105.566 -523 + 105.608 -523 + 105.635 -523 + 105.727 -523 + 105.744 -523 + 105.943 -523 + 105.956 -523 + 106.122 -523 + 106.184 -523 + 106.275 -523 + 106.336 -523 + 106.427 -523 + 106.565 -523 + 106.657 -523 + 106.810 -523 + 107.023 -523 + 107.410 -523 + 107.619 -523 + 107.741 -523 + 107.782 -523 + 107.802 -523 + 107.884 -523 + 108.010 -523 + 108.133 -523 + 108.175 -523 + 108.195 -523 + 108.219 -523 + 108.277 -523 + 108.374 -523 + 108.395 -523 + 108.614 -523 + 108.771 -523 + 108.791 -523 + 109.157 -523 + 109.476 -523 + 109.560 -523 + 109.881 -523 + 109.983 -523 + 110.312 -523 + 110.391 -523 + 110.529 -523 + 110.723 -523 + 110.942 -523 + 111.059 -523 + 111.199 -523 + 111.476 -523 + 111.565 -523 + 111.617 -523 + 111.986 -523 + 112.206 -523 + 112.216 -523 + 112.633 -523 + 112.643 -523 + 112.648 -523 + 112.817 -523 + 112.929 -523 + 113.078 -523 + 113.182 -523 + 113.248 -523 + 113.268 -523 + 113.361 -523 + 113.577 -523 + 113.617 -523 + 113.703 -523 + 114.015 -523 + 114.240 -523 + 114.683 -523 + 114.780 -523 + 114.876 -523 + 115.118 -523 + 115.228 -523 + 115.301 -523 + 115.325 -523 + 115.569 -523 + 115.640 -523 + 115.754 -523 + 115.947 -523 + 116.095 -523 + 116.405 -523 + 116.431 -523 + 116.497 -523 + 116.894 -523 + 116.937 -523 + 116.960 -523 + 117.003 -523 + 117.091 -523 + 117.374 -523 + 117.404 -523 + 117.471 -523 + 117.547 -523 + 117.559 -523 + 117.636 -523 + 117.649 -523 + 117.845 -523 + 118.020 -523 + 118.109 -523 + 118.123 -523 + 118.254 -523 + 118.289 -523 + 118.296 -523 + 118.733 -523 + 118.769 -523 + 118.776 -523 + 118.853 -523 + 119.131 -523 + 119.338 -523 + 119.619 -523 + 120.028 -523 + 120.208 -523 + 120.317 -523 + 120.525 -523 + 120.649 -523 + 120.690 -523 + 120.707 -523 + 120.817 -523 + 120.976 -523 + 121.152 -523 + 121.193 -523 + 121.233 -523 + 121.464 -523 + 121.483 -523 + 121.729 -523 + 121.742 -523 + 121.763 -523 + 121.976 -523 + 121.989 -523 + 122.097 -523 + 122.244 -523 + 122.278 -523 + 122.507 -523 + 122.615 -523 + 123.218 -523 + 123.657 -523 + 123.713 -523 + 123.749 -523 + 123.777 -523 + 123.801 -523 + 124.174 -523 + 124.193 -523 + 124.249 -523 + 124.314 -523 + 124.339 -523 + 124.386 -523 + 124.396 -523 + 124.457 -523 + 124.715 -523 + 124.810 -523 + 124.930 -523 + 124.940 -523 + 125.001 -523 + 125.323 -523 + 125.359 -523 + 125.538 -523 + 125.576 -523 + 125.610 -523 + 125.878 -523 + 126.095 -523 + 126.134 -523 + 126.168 -523 + 126.538 -523 + 126.562 -523 + 126.674 -523 + 127.108 -523 + 127.132 -523 + 127.246 -523 + 127.502 -523 + 127.576 -523 + 127.646 -523 + 128.084 -523 + 128.159 -523 + 128.230 -523 + 128.530 -523 + 128.691 -523 + 128.874 -523 + 128.916 -523 + 129.100 -523 + 129.125 -523 + 129.175 -523 + 129.289 -523 + 129.367 -523 + 129.442 -523 + 129.475 -523 + 129.517 -523 + 129.540 -523 + 129.543 -523 + 129.703 -523 + 129.780 -523 + 129.854 -523 + 129.974 -523 + 130.050 -523 + 130.140 -523 + 130.149 -523 + 130.153 -523 + 130.387 -523 + 130.446 -523 + 130.468 -523 + 130.651 -523 + 130.758 -523 + 131.009 -523 + 131.068 -523 + 131.200 -523 + 131.276 -523 + 131.783 -523 + 131.834 -523 + 132.196 -523 + 132.249 -523 + 132.254 -523 + 132.393 -523 + 132.426 -523 + 132.709 -523 + 132.817 -523 + 132.844 -523 + 132.898 -523 + 132.903 -523 + 133.044 -523 + 133.365 -523 + 133.475 -523 + 133.491 -523 + 133.520 -523 + 133.955 -523 + 134.160 -523 + 134.190 -523 + 134.467 -523 + 134.632 -523 + 134.852 -523 + 134.989 -523 + 135.046 -523 + 135.152 -523 + 135.235 -523 + 135.485 -523 + 135.485 -523 + 135.544 -523 + 135.568 -523 + 135.684 -523 + 135.741 -523 + 135.862 -523 + 135.934 -523 + 136.188 -523 + 136.189 -523 + 136.273 -523 + 136.490 -523 + 136.572 -523 + 136.575 -523 + 136.677 -523 + 136.754 -523 + 136.794 -523 + 136.865 -523 + 137.212 -523 + 137.298 -523 + 137.402 -523 + 137.480 -523 + 137.521 -523 + 137.593 -523 + 138.150 -523 + 138.228 -523 + 138.584 -523 + 138.761 -523 + 138.903 -523 + 138.983 -523 + 139.003 -523 + 139.346 -523 + 139.526 -523 + 139.774 -523 + 140.079 -523 + 140.662 -523 + 140.873 -523 + 140.940 -523 + 141.469 -523 + 141.727 -523 + 141.753 -523 + 141.856 -523 + 142.377 -523 + 142.559 -523 + 142.592 -523 + 142.655 -523 + 142.691 -523 + 143.001 -523 + 143.225 -523 + 143.430 -523 + 143.445 -523 + 143.510 -523 + 143.864 -523 + 144.153 -523 + 144.299 -523 + 144.304 -523 + 145.047 -523 + 145.081 -523 + 145.197 -523 + 145.624 -523 + 145.936 -523 + 145.991 -523 + 146.001 -523 + 146.040 -523 + 146.097 -523 + 146.338 -523 + 146.377 -523 + 146.560 -523 + 146.620 -523 + 146.881 -523 + 146.938 -523 + 146.988 -523 + 147.047 -523 + 147.135 -523 + 147.295 -523 + 147.336 -523 + 147.587 -523 + 148.048 -523 + 148.117 -523 + 148.159 -523 + 148.307 -523 + 148.788 -523 + 148.811 -523 + 149.061 -523 + 149.176 -523 + 149.329 -523 + 149.827 -523 + 149.851 -523 + 149.979 -523 + 150.240 -523 + 150.469 -523 + 150.661 -523 + 151.064 -523 + 151.248 -523 + 151.335 -523 + 151.572 -523 + 151.772 -523 + 152.385 -523 + 152.736 -523 + 153.104 -523 + 153.940 -523 + 154.192 -523 + 154.325 -523 + 155.289 -523 + 155.336 -523 + 155.470 -523 + 156.029 -523 + 156.245 -523 + 156.629 -523 + 156.678 -523 + 157.066 -523 + 157.097 -523 + 157.202 -523 + 157.413 -523 + 157.643 -523 + 157.734 -523 + 158.519 -523 + 158.552 -523 + 158.665 -523 + 159.235 -523 + 159.293 -523 + 160.612 -523 + 160.920 -523 + 161.162 -523 + 161.380 -523 + 161.473 -523 + 162.362 -523 + 162.682 -523 + 162.969 -523 + 163.211 -523 + 163.315 -523 + 164.403 -523 + 164.671 -523 + 166.649 -523 + 166.815 -523 + 167.436 -523 + 167.607 -523 + 167.882 -523 + 169.573 -523 + 170.372 -523 + 170.596 -523 + 170.781 -523 + 170.962 -523 +END +WAVES Excrg1, excl1 +BEGIN + 10.00 -523 + 10.00 -523 +END +WAVES Excrg2, excl2 +BEGIN + 154.00 -523 + 160.00 -523 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TwoTheta +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 10.00, 160.00 +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -3687} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: pbsox\rDate of fit: \Z09 18/06/2026/ 10:40:11.4\Z12\rPbSO4\rChi2 = 6.27" +X Label left "\Z14Intensity" +X Label bottom "\Z142-Theta (in degrees)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: PbSO4 XrayDif (Rietveld Refinement Round Robin, R.J. Hill, JApC 2 +X | Date of run: 18/06/2026 / 10:40:11.4 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox.sum b/docs/docs/verification/fullprof/pd-xray-cwl_pbso4_round-robin/pbsox.sum similarity index 62% rename from docs/docs/verification/fullprof/pd-xray-pbso4/pbsox.sum rename to docs/docs/verification/fullprof/pd-xray-cwl_pbso4_round-robin/pbsox.sum index ffa751224..f09f6eab2 100644 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox.sum +++ b/docs/docs/verification/fullprof/pd-xray-cwl_pbso4_round-robin/pbsox.sum @@ -1,14 +1,14 @@ ********************************************************** - ** PROGRAM FullProf.2k (Version 8.40 - Feb2026-ILL JRC) ** + ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** ********************************************************** M U L T I -- P A T T E R N Rietveld, Profile Matching & Integrated Intensity Refinement of X-ray and/or Neutron Data - Date: 17/06/2026 Time: 16:20:22.899 + Date: 18/06/2026 Time: 10:40:10.829 => PCR file code: pbsox => DAT file code: pbsox -> Relative contribution: 1.0000 @@ -26,13 +26,13 @@ => Wavelengths: 1.54056 1.54440 => Cos(Monochromator angle)= 0.8000 => Absorption correction (AC), muR-eff = 0.0000 0.0000 - => Base of peaks: 2.0*HW* 6.00 + => Base of peaks: 2.0*HW* 48.00 ==> Angular range, step and number of points: 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 =>-------> Pattern# 1 => Crystal Structure Refinement for phase: 1 - => The density (volumic mass) of phase 1 is: 6.324 g/cm3 - => Scor: 2.9604 + => The density (volumic mass) of phase 1 is: 6.309 g/cm3 + => Scor: 2.1563 ==> RESULTS OF REFINEMENT: @@ -44,29 +44,29 @@ => Phase No. 1 PbSO4 P n m a ------------------------------------------------------------------------------ - => No. of reflections for pattern#: 1: 768/2 + => No. of reflections for pattern#: 1: 789/2 ==> ATOM PARAMETERS: Name x sx y sy z sz B sB occ. socc. Mult - Pb 0.18788( 0) 0.25000( 0) 0.16749( 0) 1.785( 0) 0.500( 0) 4 - S 0.06302( 0) 0.25000( 0) 0.68446( 0) 0.854( 0) 0.500( 0) 4 - O1 0.91235( 0) 0.25000( 0) 0.59346( 0) 1.334( 0) 0.500( 0) 4 - O2 0.18443( 0) 0.25000( 0) 0.53434( 0) 1.575( 0) 0.500( 0) 4 - O3 0.07573( 0) 0.01951( 0) 0.81594( 0) 1.328( 0) 1.000( 0) 8 + Pb 0.18822( 0) 0.25000( 0) 0.16711( 0) 1.863( 0) 0.500( 0) 4 + S 0.06306( 0) 0.25000( 0) 0.68485( 0) 1.350( 0) 0.500( 0) 4 + O1 0.90281( 0) 0.25000( 0) 0.59724( 0) 1.197( 0) 0.500( 0) 4 + O2 0.18443( 0) 0.25000( 0) 0.54586( 0) 2.562( 0) 0.500( 0) 4 + O3 0.08094( 0) 0.02239( 0) 0.81289( 0) 1.375( 0) 1.000( 0) 8 ==> PROFILE PARAMETERS FOR PATTERN# 1 => Cell parameters : - 8.47983 0.00000 - 5.39776 0.00000 - 6.95932 0.00000 + 8.48590 0.00000 + 5.40226 0.00000 + 6.96459 0.00000 90.00000 0.00000 90.00000 0.00000 90.00000 0.00000 - => overall scale factor : 0.4693346E-03 0.000000 + => overall scale factor : 0.000470314 0.000000000 => Eta(p-v) or m(p-vii) : 0.00000 0.00000 => Overall tem. factor : 0.00000 0.00000 => Halfwidth parameters : 0.04846 0.00000 @@ -74,12 +74,12 @@ 0.03519 0.00000 => Preferred orientation: 0.00000 0.00000 0.00000 0.00000 - => Asymmetry parameters : 0.00000 0.00000 - 0.00000 0.00000 + => Asymmetry parameters : -0.41356 0.00000 0.00000 0.00000 + 1.26777 0.00000 0.00000 0.00000 => X and y parameters : 0.00000 0.00000 - 0.04927 0.00000 + 0.05836 0.00000 => Strain parameters : 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 @@ -87,61 +87,61 @@ 0.00000 0.00000 => Add. shape parameters: - 0.00000 0.00000 - 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 ==> GLOBAL PARAMETERS FOR PATTERN# 1 - => Zero-point: -0.0482 0.0000 + => Zero-point: 0.0036 0.0000 => Background Polynomial Parameters ==> - 154.32 0.0000 - 100.00 0.0000 - -92.329 0.0000 - -95.599 0.0000 - 126.68 0.0000 - -31.804 0.0000 + 121.28 0.0000 + 101.78 0.0000 + -95.426 0.0000 + -113.34 0.0000 + 185.30 0.0000 + -55.129 0.0000 => Cos( theta)-shift parameter : 0.0000 0.0000 => Sin(2theta)-shift parameter : 0.0000 0.0000 ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 - => Cycle: 1 => MaxCycle: 30 + => Cycle: 1 => MaxCycle: 50 => N-P+C: 5760 => R-factors (not corrected for background) for Pattern: 1 - => Rp: 12.5 Rwp: 15.9 Rexp: 4.92 Chi2: 10.5 L.S. refinement + => Rp: 10.1 Rwp: 12.3 Rexp: 4.92 Chi2: 6.27 L.S. refinement => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 20.5 Rwp: 22.6 Rexp: 6.98 Chi2: 10.5 - => Deviance: 0.580E+05 Dev* : 10.06 - => DW-Stat.: 0.5516 DW-exp: 1.9182 - => N-sigma of the GoF: 509.374 + => Rp: 15.8 Rwp: 17.0 Rexp: 6.81 Chi2: 6.27 + => Deviance: 0.377E+05 Dev* : 6.546 + => DW-Stat.: 0.6651 DW-exp: 1.9182 + => N-sigma of the GoF: 282.758 ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 - => N-P+C: 5350 + => N-P+C: 5760 => R-factors (not corrected for background) for Pattern: 1 - => Rp: 12.4 Rwp: 15.9 Rexp: 4.79 Chi2: 11.0 L.S. refinement + => Rp: 10.1 Rwp: 12.3 Rexp: 4.92 Chi2: 6.27 L.S. refinement => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 20.0 Rwp: 22.4 Rexp: 6.73 Chi2: 11.0 - => Deviance: 0.567E+05 Dev* : 10.60 - => DW-Stat.: 0.5644 DW-exp: 1.9151 - => N-sigma of the GoF: 519.150 + => Rp: 15.8 Rwp: 17.0 Rexp: 6.81 Chi2: 6.27 + => Deviance: 0.377E+05 Dev* : 6.546 + => DW-Stat.: 0.6651 DW-exp: 1.9182 + => N-sigma of the GoF: 282.758 - => Global user-weigthed Chi2 (Bragg contrib.): 11.3 + => Global user-weigthed Chi2 (Bragg contrib.): 6.27 ----------------------------------------------------- BRAGG R-Factors and weight fractions for Pattern # 1 ----------------------------------------------------- => Phase: 1 PbSO4 - => Bragg R-factor: 9.45 Vol: 318.543( 0.000) Fract(%): 100.00( 0.00) - => Rf-factor= 10.4 ATZ: 1213.030 Brindley: 1.0000 + => Bragg R-factor: 8.05 Vol: 319.278( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 6.29 ATZ: 1213.030 Brindley: 1.0000 - CPU Time: 1.203 seconds - 0.020 minutes + CPU Time: 0.676 seconds + 0.011 minutes - => Run finished at: Date: 17/06/2026 Time: 16:20:24.111 + => Run finished at: Date: 18/06/2026 Time: 10:40:11.503 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox.bac b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox.bac deleted file mode 100644 index c71c3c563..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox.bac +++ /dev/null @@ -1,602 +0,0 @@ - 10.048160 0.025000 160.048157 Background of: pbsox - 126 126 126 126 126 126 126 126 125 125 - 125 125 125 125 125 125 124 124 124 124 - 124 124 124 124 123 123 123 123 123 123 - 123 123 123 122 122 122 122 122 122 122 - 122 121 121 121 121 121 121 121 121 121 - 120 120 120 120 120 120 120 120 120 119 - 119 119 119 119 119 119 119 119 119 118 - 118 118 118 118 118 118 118 118 117 117 - 117 117 117 117 117 117 117 117 116 116 - 116 116 116 116 116 116 116 116 116 115 - 115 115 115 115 115 115 115 115 115 115 - 114 114 114 114 114 114 114 114 114 114 - 114 113 113 113 113 113 113 113 113 113 - 113 113 113 112 112 112 112 112 112 112 - 112 112 112 112 112 111 111 111 111 111 - 111 111 111 111 111 111 111 111 110 110 - 110 110 110 110 110 110 110 110 110 110 - 110 110 109 109 109 109 109 109 109 109 - 109 109 109 109 109 109 109 108 108 108 - 108 108 108 108 108 108 108 108 108 108 - 108 108 108 107 107 107 107 107 107 107 - 107 107 107 107 107 107 107 107 107 107 - 106 106 106 106 106 106 106 106 106 106 - 106 106 106 106 106 106 106 106 105 105 - 105 105 105 105 105 105 105 105 105 105 - 105 105 105 105 105 105 105 105 105 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 100 100 100 100 100 100 100 100 - 100 100 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 101 101 101 101 101 101 101 - 101 101 101 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 102 102 102 - 102 102 102 102 102 102 102 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 103 103 103 103 103 103 103 103 - 103 103 104 104 104 104 104 104 104 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 104 104 104 104 104 104 104 - 104 104 104 105 105 105 105 105 105 105 - 105 105 105 105 105 105 105 105 105 105 - 105 105 105 105 105 105 105 105 105 105 - 105 106 106 106 106 106 106 106 106 106 - 106 106 106 106 106 106 106 106 106 106 - 106 106 106 106 106 106 106 107 107 107 - 107 107 107 107 107 107 107 107 107 107 - 107 107 107 107 107 107 107 107 107 107 - 107 108 108 108 108 108 108 108 108 108 - 108 108 108 108 108 108 108 108 108 108 - 108 108 108 108 109 109 109 109 109 109 - 109 109 109 109 109 109 109 109 109 109 - 109 109 109 109 109 109 110 110 110 110 - 110 110 110 110 110 110 110 110 110 110 - 110 110 110 110 110 110 110 110 111 111 - 111 111 111 111 111 111 111 111 111 111 - 111 111 111 111 111 111 111 111 112 112 - 112 112 112 112 112 112 112 112 112 112 - 112 112 112 112 112 112 112 112 113 113 - 113 113 113 113 113 113 113 113 113 113 - 113 113 113 113 113 113 113 113 114 114 - 114 114 114 114 114 114 114 114 114 114 - 114 114 114 114 114 114 114 115 115 115 - 115 115 115 115 115 115 115 115 115 115 - 115 115 115 115 115 116 116 116 116 116 - 116 116 116 116 116 116 116 116 116 116 - 116 116 116 116 117 117 117 117 117 117 - 117 117 117 117 117 117 117 117 117 117 - 117 117 118 118 118 118 118 118 118 118 - 118 118 118 118 118 118 118 118 118 118 - 119 119 119 119 119 119 119 119 119 119 - 119 119 119 119 119 119 119 120 120 120 - 120 120 120 120 120 120 120 120 120 120 - 120 120 120 120 120 121 121 121 121 121 - 121 121 121 121 121 121 121 121 121 121 - 121 121 122 122 122 122 122 122 122 122 - 122 122 122 122 122 122 122 122 122 123 - 123 123 123 123 123 123 123 123 123 123 - 123 123 123 123 123 123 124 124 124 124 - 124 124 124 124 124 124 124 124 124 124 - 124 124 124 125 125 125 125 125 125 125 - 125 125 125 125 125 125 125 125 125 126 - 126 126 126 126 126 126 126 126 126 126 - 126 126 126 126 126 126 127 127 127 127 - 127 127 127 127 127 127 127 127 127 127 - 127 127 127 128 128 128 128 128 128 128 - 128 128 128 128 128 128 128 128 128 129 - 129 129 129 129 129 129 129 129 129 129 - 129 129 129 129 129 129 130 130 130 130 - 130 130 130 130 130 130 130 130 130 130 - 130 130 131 131 131 131 131 131 131 131 - 131 131 131 131 131 131 131 131 131 132 - 132 132 132 132 132 132 132 132 132 132 - 132 132 132 132 132 133 133 133 133 133 - 133 133 133 133 133 133 133 133 133 133 - 133 133 134 134 134 134 134 134 134 134 - 134 134 134 134 134 134 134 134 135 135 - 135 135 135 135 135 135 135 135 135 135 - 135 135 135 135 135 136 136 136 136 136 - 136 136 136 136 136 136 136 136 136 136 - 136 136 137 137 137 137 137 137 137 137 - 137 137 137 137 137 137 137 137 138 138 - 138 138 138 138 138 138 138 138 138 138 - 138 138 138 138 138 139 139 139 139 139 - 139 139 139 139 139 139 139 139 139 139 - 139 139 140 140 140 140 140 140 140 140 - 140 140 140 140 140 140 140 140 140 141 - 141 141 141 141 141 141 141 141 141 141 - 141 141 141 141 141 141 142 142 142 142 - 142 142 142 142 142 142 142 142 142 142 - 142 142 142 143 143 143 143 143 143 143 - 143 143 143 143 143 143 143 143 143 143 - 144 144 144 144 144 144 144 144 144 144 - 144 144 144 144 144 144 144 144 145 145 - 145 145 145 145 145 145 145 145 145 145 - 145 145 145 145 145 145 146 146 146 146 - 146 146 146 146 146 146 146 146 146 146 - 146 146 146 147 147 147 147 147 147 147 - 147 147 147 147 147 147 147 147 147 147 - 147 148 148 148 148 148 148 148 148 148 - 148 148 148 148 148 148 148 148 148 149 - 149 149 149 149 149 149 149 149 149 149 - 149 149 149 149 149 149 149 149 150 150 - 150 150 150 150 150 150 150 150 150 150 - 150 150 150 150 150 150 150 151 151 151 - 151 151 151 151 151 151 151 151 151 151 - 151 151 151 151 151 152 152 152 152 152 - 152 152 152 152 152 152 152 152 152 152 - 152 152 152 152 152 153 153 153 153 153 - 153 153 153 153 153 153 153 153 153 153 - 153 153 153 153 154 154 154 154 154 154 - 154 154 154 154 154 154 154 154 154 154 - 154 154 154 154 155 155 155 155 155 155 - 155 155 155 155 155 155 155 155 155 155 - 155 155 155 155 156 156 156 156 156 156 - 156 156 156 156 156 156 156 156 156 156 - 156 156 156 156 156 157 157 157 157 157 - 157 157 157 157 157 157 157 157 157 157 - 157 157 157 157 157 157 158 158 158 158 - 158 158 158 158 158 158 158 158 158 158 - 158 158 158 158 158 158 158 158 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 177 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 159 159 159 159 159 159 159 159 159 159 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 160 160 160 160 160 - 160 160 160 160 160 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 161 161 161 161 161 161 161 161 161 - 161 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 162 - 162 162 162 162 162 162 162 162 162 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 163 163 - 163 163 163 163 163 163 163 163 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 164 164 164 164 164 164 164 164 164 - 164 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 165 165 165 165 165 165 165 165 165 165 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 166 166 166 166 - 166 166 166 166 166 166 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 167 - 167 167 167 167 167 167 167 167 167 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 168 168 168 168 168 168 168 168 168 168 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 169 169 169 169 169 169 169 169 169 169 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 170 170 - 170 170 170 170 170 170 170 170 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 171 171 171 171 171 171 - 171 171 171 171 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 172 172 172 172 172 172 172 172 172 172 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 173 173 173 173 173 - 173 173 173 173 173 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 174 - 174 174 174 174 174 174 174 174 174 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 175 175 175 175 175 175 175 175 - 175 175 176 176 176 176 176 176 176 176 - 176 176 176 176 176 176 176 176 176 176 - 176 176 176 176 177 177 177 177 177 177 - 177 177 177 177 177 177 177 177 177 177 - 177 177 177 177 177 177 178 178 178 178 - 178 178 178 178 178 178 178 178 178 178 - 178 178 178 178 178 178 178 178 179 179 - 179 179 179 179 179 179 179 179 179 179 - 179 179 179 179 179 179 179 179 179 180 - 180 180 180 180 180 180 180 180 180 180 - 180 180 180 180 180 180 180 180 180 181 - 181 181 181 181 181 181 181 181 181 181 - 181 181 181 181 181 181 181 181 181 182 - 182 182 182 182 182 182 182 182 182 182 - 182 182 182 182 182 182 182 182 182 183 - 183 183 183 183 183 183 183 183 183 183 - 183 183 183 183 183 183 183 183 184 184 - 184 184 184 184 184 184 184 184 184 184 - 184 184 184 184 184 184 184 185 185 185 - 185 185 185 185 185 185 185 185 185 185 - 185 185 185 185 185 185 186 186 186 186 - 186 186 186 186 186 186 186 186 186 186 - 186 186 186 186 187 187 187 187 187 187 - 187 187 187 187 187 187 187 187 187 187 - 187 187 188 188 188 188 188 188 188 188 - 188 188 188 188 188 188 188 188 188 188 - 189 189 189 189 189 189 189 189 189 189 - 189 189 189 189 189 189 189 189 190 190 - 190 190 190 190 190 190 190 190 190 190 - 190 190 190 190 190 190 191 191 191 191 - 191 191 191 191 191 191 191 191 191 191 - 191 191 191 192 192 192 192 192 192 192 - 192 192 192 192 192 192 192 192 192 192 - 193 193 193 193 193 193 193 193 193 193 - 193 193 193 193 193 193 193 194 194 194 - 194 194 194 194 194 194 194 194 194 194 - 194 194 194 194 195 195 195 195 195 195 - 195 195 195 195 195 195 195 195 195 195 - 195 196 196 196 196 196 196 196 196 196 - 196 196 196 196 196 196 196 196 197 197 - 197 197 197 197 197 197 197 197 197 197 - 197 197 197 197 198 198 198 198 198 198 - 198 198 198 198 198 198 198 198 198 198 - 198 199 199 199 199 199 199 199 199 199 - 199 199 199 199 199 199 199 200 200 200 - 200 200 200 200 200 200 200 200 200 200 - 200 200 200 201 201 201 201 201 201 201 - 201 201 201 201 201 201 201 201 201 201 - 202 202 202 202 202 202 202 202 202 202 - 202 202 202 202 202 202 203 203 203 203 - 203 203 203 203 203 203 203 203 203 203 - 203 203 204 204 204 204 204 204 204 204 - 204 204 204 204 204 204 204 204 205 205 - 205 205 205 205 205 205 205 205 205 205 - 205 205 205 205 206 206 206 206 206 206 - 206 206 206 206 206 206 206 206 206 206 - 207 207 207 207 207 207 207 207 207 207 - 207 207 207 207 207 207 208 208 208 208 - 208 208 208 208 208 208 208 208 208 208 - 208 208 208 209 209 209 209 209 209 209 - 209 209 209 209 209 209 209 209 209 210 - 210 210 210 210 210 210 210 210 210 210 - 210 210 210 210 210 211 211 211 211 211 - 211 211 211 211 211 211 211 211 211 211 - 211 212 212 212 212 212 212 212 212 212 - 212 212 212 212 212 212 212 213 213 213 - 213 213 213 213 213 213 213 213 213 213 - 213 213 213 213 214 214 214 214 214 214 - 214 214 214 214 214 214 214 214 214 214 - 215 215 215 215 215 215 215 215 215 215 - 215 215 215 215 215 215 215 216 216 216 - 216 216 216 216 216 216 216 216 216 216 - 216 216 216 217 217 217 217 217 217 217 - 217 217 217 217 217 217 217 217 217 217 - 218 218 218 218 218 218 218 218 218 218 - 218 218 218 218 218 218 218 219 219 219 - 219 219 219 219 219 219 219 219 219 219 - 219 219 219 219 220 220 220 220 220 220 - 220 220 220 220 220 220 220 220 220 220 - 220 220 221 221 221 221 221 221 221 221 - 221 221 221 221 221 221 221 221 221 222 - 222 222 222 222 222 222 222 222 222 222 - 222 222 222 222 222 222 222 223 223 223 - 223 223 223 223 223 223 223 223 223 223 - 223 223 223 223 223 224 224 224 224 224 - 224 224 224 224 224 224 224 224 224 224 - 224 224 224 224 225 225 225 225 225 225 - 225 225 225 225 225 225 225 225 225 225 - 225 225 225 226 226 226 226 226 226 226 - 226 226 226 226 226 226 226 226 226 226 - 226 226 227 227 227 227 227 227 227 227 - 227 227 227 227 227 227 227 227 227 227 - 227 227 228 228 228 228 228 228 228 228 - 228 228 228 228 228 228 228 228 228 228 - 228 228 229 229 229 229 229 229 229 229 - 229 229 229 229 229 229 229 229 229 229 - 229 229 229 229 230 230 230 230 230 230 - 230 230 230 230 230 230 230 230 230 230 - 230 230 230 230 230 230 231 231 231 231 - 231 231 231 231 231 231 231 231 231 231 - 231 231 231 231 231 231 231 231 231 232 - 232 232 232 232 232 232 232 232 232 232 - 232 232 232 232 232 232 232 232 232 232 - 232 232 232 233 233 233 233 233 233 233 - 233 233 233 233 233 233 233 233 233 233 - 233 233 233 233 233 233 233 233 233 233 - 234 234 234 234 234 234 234 234 234 234 - 234 234 234 234 234 234 234 234 234 234 - 234 234 234 234 234 234 234 234 235 235 - 235 235 235 235 235 235 235 235 235 235 - 235 235 235 235 235 235 235 235 235 235 - 235 235 235 235 235 235 235 235 235 235 - 236 236 236 236 236 236 236 236 236 236 - 236 236 236 236 236 236 236 236 236 236 - 236 236 236 236 236 236 236 236 236 236 - 236 236 236 236 236 236 236 236 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 237 237 237 237 - 237 237 237 237 237 237 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 238 238 238 238 238 238 238 238 238 - 238 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox.prf b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox.prf deleted file mode 100644 index 38e65b1fd..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox.prf +++ /dev/null @@ -1,6813 +0,0 @@ -IGOR -WAVES TwoTheta, Iobs, Icalc, Diff -BEGIN - 10.000 179.00 126.48 52.52 - 10.025 147.00 126.35 20.65 - 10.050 165.00 126.22 38.78 - 10.075 172.00 126.09 45.91 - 10.100 150.00 125.96 24.04 - 10.125 165.00 125.83 39.17 - 10.150 150.00 125.71 24.29 - 10.175 158.00 125.58 32.42 - 10.200 134.00 125.45 8.55 - 10.225 146.00 125.32 20.68 - 10.250 167.00 125.20 41.80 - 10.275 159.00 125.07 33.93 - 10.300 139.00 124.95 14.05 - 10.325 145.00 124.82 20.18 - 10.350 165.00 124.70 40.30 - 10.375 150.00 124.57 25.43 - 10.400 149.00 124.45 24.55 - 10.425 156.00 124.32 31.68 - 10.450 143.00 124.20 18.80 - 10.475 166.00 124.08 41.92 - 10.500 154.00 123.95 30.05 - 10.525 131.00 123.83 7.17 - 10.550 144.00 123.71 20.29 - 10.575 131.00 123.59 7.41 - 10.600 140.00 123.47 16.53 - 10.625 147.00 123.35 23.65 - 10.650 155.00 123.23 31.77 - 10.675 148.00 123.11 24.89 - 10.700 140.00 122.99 17.01 - 10.725 138.00 122.87 15.13 - 10.750 127.00 122.75 4.25 - 10.775 146.00 122.63 23.37 - 10.800 147.00 122.51 24.49 - 10.825 114.00 122.39 -8.39 - 10.850 129.00 122.28 6.72 - 10.875 129.00 122.16 6.84 - 10.900 128.00 122.04 5.96 - 10.925 136.00 121.93 14.07 - 10.950 148.00 121.81 26.19 - 10.975 132.00 121.70 10.30 - 11.000 141.00 121.58 19.42 - 11.025 135.00 121.47 13.53 - 11.050 141.00 121.35 19.65 - 11.075 145.00 121.24 23.76 - 11.100 131.00 121.12 9.88 - 11.125 142.00 121.01 20.99 - 11.150 148.00 120.90 27.10 - 11.175 151.00 120.79 30.21 - 11.200 127.00 120.67 6.33 - 11.225 133.00 120.56 12.44 - 11.250 131.00 120.45 10.55 - 11.275 125.00 120.34 4.66 - 11.300 129.00 120.23 8.77 - 11.325 128.00 120.12 7.88 - 11.350 134.00 120.01 13.99 - 11.375 142.00 119.90 22.10 - 11.400 115.00 119.79 -4.79 - 11.425 138.00 119.68 18.32 - 11.450 125.00 119.57 5.43 - 11.475 120.00 119.47 0.53 - 11.500 130.00 119.36 10.64 - 11.525 118.00 119.25 -1.25 - 11.550 118.00 119.14 -1.14 - 11.575 116.00 119.04 -3.04 - 11.600 119.00 118.93 0.07 - 11.625 101.00 118.82 -17.82 - 11.650 117.00 118.72 -1.72 - 11.675 142.00 118.61 23.39 - 11.700 112.00 118.51 -6.51 - 11.725 114.00 118.40 -4.40 - 11.750 111.00 118.30 -7.30 - 11.775 122.00 118.20 3.80 - 11.800 131.00 118.09 12.91 - 11.825 107.00 117.99 -10.99 - 11.850 121.00 117.89 3.11 - 11.875 123.00 117.78 5.22 - 11.900 120.00 117.68 2.32 - 11.925 126.00 117.58 8.42 - 11.950 125.00 117.48 7.52 - 11.975 120.00 117.38 2.62 - 12.000 103.00 117.28 -14.28 - 12.025 121.00 117.18 3.82 - 12.050 109.00 117.08 -8.08 - 12.075 115.00 116.98 -1.98 - 12.100 122.00 116.88 5.12 - 12.125 123.00 116.78 6.22 - 12.150 107.00 116.68 -9.68 - 12.175 126.00 116.58 9.42 - 12.200 133.00 116.49 16.51 - 12.225 120.00 116.39 3.61 - 12.250 100.00 116.29 -16.29 - 12.275 130.00 116.20 13.80 - 12.300 130.00 116.10 13.90 - 12.325 109.00 116.00 -7.00 - 12.350 116.00 115.91 0.09 - 12.375 121.00 115.81 5.19 - 12.400 99.00 115.72 -16.72 - 12.425 107.00 115.62 -8.62 - 12.450 110.00 115.53 -5.53 - 12.475 136.00 115.43 20.57 - 12.500 113.00 115.34 -2.34 - 12.525 102.00 115.25 -13.25 - 12.550 117.00 115.15 1.85 - 12.575 111.00 115.06 -4.06 - 12.600 105.00 114.97 -9.97 - 12.625 92.00 114.88 -22.88 - 12.650 110.00 114.79 -4.79 - 12.675 116.00 114.69 1.31 - 12.700 124.00 114.60 9.40 - 12.725 111.00 114.51 -3.51 - 12.750 91.00 114.42 -23.42 - 12.775 106.00 114.33 -8.33 - 12.800 122.00 114.24 7.76 - 12.825 121.00 114.15 6.85 - 12.850 119.00 114.06 4.94 - 12.875 114.00 113.98 0.02 - 12.900 129.00 113.89 15.11 - 12.925 95.00 113.80 -18.80 - 12.950 117.00 113.71 3.29 - 12.975 102.00 113.63 -11.63 - 13.000 102.00 113.54 -11.54 - 13.025 117.00 113.45 3.55 - 13.050 99.00 113.37 -14.37 - 13.075 124.00 113.28 10.72 - 13.100 107.00 113.19 -6.19 - 13.125 108.00 113.11 -5.11 - 13.150 99.00 113.02 -14.02 - 13.175 113.00 112.94 0.06 - 13.200 104.00 112.86 -8.86 - 13.225 92.00 112.77 -20.77 - 13.250 98.00 112.69 -14.69 - 13.275 107.00 112.60 -5.60 - 13.300 88.00 112.52 -24.52 - 13.325 96.00 112.44 -16.44 - 13.350 104.00 112.36 -8.36 - 13.375 81.00 112.28 -31.28 - 13.400 111.00 112.19 -1.19 - 13.425 78.00 112.11 -34.11 - 13.450 104.00 112.03 -8.03 - 13.475 119.00 111.95 7.05 - 13.500 106.00 111.87 -5.87 - 13.525 105.00 111.79 -6.79 - 13.550 96.00 111.71 -15.71 - 13.575 81.00 111.63 -30.63 - 13.600 95.00 111.55 -16.55 - 13.625 96.00 111.47 -15.47 - 13.650 103.00 111.40 -8.40 - 13.675 91.00 111.32 -20.32 - 13.700 112.00 111.24 0.76 - 13.725 107.00 111.16 -4.16 - 13.750 87.00 111.08 -24.08 - 13.775 112.00 111.01 0.99 - 13.800 92.00 110.93 -18.93 - 13.825 79.00 110.86 -31.86 - 13.850 92.00 110.78 -18.78 - 13.875 103.00 110.70 -7.70 - 13.900 97.00 110.63 -13.63 - 13.925 102.00 110.55 -8.55 - 13.950 86.00 110.48 -24.48 - 13.975 97.00 110.41 -13.41 - 14.000 103.00 110.33 -7.33 - 14.025 93.00 110.26 -17.26 - 14.050 111.00 110.18 0.82 - 14.075 95.00 110.11 -15.11 - 14.100 96.00 110.04 -14.04 - 14.125 93.00 109.97 -16.97 - 14.150 85.00 109.89 -24.89 - 14.175 104.00 109.82 -5.82 - 14.200 98.00 109.75 -11.75 - 14.225 108.00 109.68 -1.68 - 14.250 76.00 109.61 -33.61 - 14.275 92.00 109.54 -17.54 - 14.300 95.00 109.47 -14.47 - 14.325 89.00 109.40 -20.40 - 14.350 105.00 109.33 -4.33 - 14.375 95.00 109.26 -14.26 - 14.400 92.00 109.19 -17.19 - 14.425 105.00 109.12 -4.12 - 14.450 89.00 109.05 -20.05 - 14.475 99.00 108.99 -9.99 - 14.500 101.00 108.92 -7.92 - 14.525 97.00 108.85 -11.85 - 14.550 93.00 108.78 -15.78 - 14.575 99.00 108.72 -9.72 - 14.600 100.00 108.65 -8.65 - 14.625 83.00 108.58 -25.58 - 14.650 93.00 108.52 -15.52 - 14.675 96.00 108.45 -12.45 - 14.700 69.00 108.39 -39.39 - 14.725 101.00 108.32 -7.32 - 14.750 97.00 108.26 -11.26 - 14.775 85.00 108.19 -23.19 - 14.800 95.00 108.13 -13.13 - 14.825 85.00 108.06 -23.06 - 14.850 111.00 108.00 3.00 - 14.875 85.00 107.94 -22.94 - 14.900 86.00 107.87 -21.87 - 14.925 100.00 107.81 -7.81 - 14.950 88.00 107.75 -19.75 - 14.975 98.00 107.69 -9.69 - 15.000 92.00 107.63 -15.63 - 15.025 93.00 107.56 -14.56 - 15.050 94.00 107.50 -13.50 - 15.075 93.00 107.44 -14.44 - 15.100 81.00 107.38 -26.38 - 15.125 98.00 107.32 -9.32 - 15.150 78.00 107.26 -29.26 - 15.175 79.00 107.20 -28.20 - 15.200 93.00 107.14 -14.14 - 15.225 81.00 107.08 -26.08 - 15.250 88.00 107.02 -19.02 - 15.275 73.00 106.97 -33.97 - 15.300 85.00 106.91 -21.91 - 15.325 106.00 107.18 -1.18 - 15.350 88.00 107.14 -19.14 - 15.375 94.00 107.26 -13.26 - 15.400 96.00 107.23 -11.23 - 15.425 91.00 107.20 -16.20 - 15.450 101.00 107.18 -6.18 - 15.475 89.00 107.15 -18.15 - 15.500 87.00 107.13 -20.13 - 15.525 95.00 107.11 -12.11 - 15.550 87.00 107.10 -20.10 - 15.575 97.00 107.09 -10.09 - 15.600 81.00 107.08 -26.08 - 15.625 87.00 107.08 -20.08 - 15.650 93.00 107.08 -14.08 - 15.675 90.00 107.09 -17.09 - 15.700 73.00 107.11 -34.11 - 15.725 98.00 107.14 -9.14 - 15.750 86.00 107.17 -21.17 - 15.775 80.00 107.21 -27.21 - 15.800 82.00 107.27 -25.27 - 15.825 97.00 107.34 -10.34 - 15.850 80.00 107.42 -27.42 - 15.875 81.00 107.53 -26.53 - 15.900 80.00 107.65 -27.65 - 15.925 81.00 107.80 -26.80 - 15.950 73.00 107.99 -34.99 - 15.975 106.00 108.21 -2.21 - 16.000 92.00 108.48 -16.48 - 16.025 101.00 108.80 -7.80 - 16.050 98.00 109.20 -11.20 - 16.075 104.00 109.70 -5.70 - 16.100 106.00 110.33 -4.33 - 16.125 98.00 111.18 -13.18 - 16.150 114.00 112.42 1.58 - 16.175 97.00 114.42 -17.42 - 16.200 129.00 117.94 11.06 - 16.225 112.00 124.29 -12.29 - 16.250 141.00 135.49 5.51 - 16.275 167.00 154.01 12.99 - 16.300 157.00 182.06 -25.06 - 16.325 200.00 220.32 -20.32 - 16.350 215.00 266.41 -51.41 - 16.375 321.00 313.87 7.13 - 16.400 397.00 352.18 44.82 - 16.425 434.00 369.85 64.15 - 16.450 445.00 361.07 83.93 - 16.475 313.00 329.29 -16.29 - 16.500 197.00 284.32 -87.32 - 16.525 155.00 237.09 -82.09 - 16.550 110.00 195.59 -85.59 - 16.575 118.00 163.63 -45.63 - 16.600 86.00 141.55 -55.55 - 16.625 110.00 127.63 -17.63 - 16.650 95.00 119.45 -24.45 - 16.675 93.00 114.83 -21.83 - 16.700 98.00 112.18 -14.18 - 16.725 80.00 110.57 -30.57 - 16.750 85.00 109.48 -24.48 - 16.775 106.00 108.68 -2.68 - 16.800 86.00 108.04 -22.04 - 16.825 103.00 107.52 -4.52 - 16.850 92.00 107.07 -15.07 - 16.875 88.00 106.69 -18.69 - 16.900 94.00 106.36 -12.36 - 16.925 79.00 106.07 -27.07 - 16.950 92.00 105.82 -13.82 - 16.975 106.00 105.59 0.41 - 17.000 82.00 105.39 -23.39 - 17.025 104.00 105.20 -1.20 - 17.050 94.00 105.04 -11.04 - 17.075 88.00 104.88 -16.88 - 17.100 97.00 104.75 -7.75 - 17.125 93.00 104.62 -11.62 - 17.150 90.00 104.50 -14.50 - 17.175 120.00 104.39 15.61 - 17.200 93.00 104.28 -11.28 - 17.225 106.00 104.18 1.82 - 17.250 89.00 104.09 -15.09 - 17.275 92.00 104.00 -12.00 - 17.300 100.00 103.92 -3.92 - 17.325 91.00 103.84 -12.84 - 17.350 99.00 103.77 -4.77 - 17.375 81.00 103.70 -22.70 - 17.400 89.00 103.63 -14.63 - 17.425 79.00 103.56 -24.56 - 17.450 91.00 103.50 -12.50 - 17.475 84.00 103.44 -19.44 - 17.500 92.00 103.38 -11.38 - 17.525 107.00 103.00 4.00 - 17.550 99.00 102.96 -3.96 - 17.575 92.00 102.76 -10.76 - 17.600 87.00 102.73 -15.73 - 17.625 88.00 102.69 -14.69 - 17.650 67.00 102.66 -35.66 - 17.675 81.00 102.63 -21.63 - 17.700 86.00 102.60 -16.60 - 17.725 85.00 102.56 -17.56 - 17.750 103.00 102.53 0.47 - 17.775 85.00 102.50 -17.50 - 17.800 77.00 102.47 -25.47 - 17.825 105.00 102.44 2.56 - 17.850 93.00 102.41 -9.41 - 17.875 96.00 102.38 -6.38 - 17.900 93.00 102.35 -9.35 - 17.925 85.00 102.32 -17.32 - 17.950 75.00 102.29 -27.29 - 17.975 105.00 102.26 2.74 - 18.000 85.00 102.23 -17.23 - 18.025 89.00 102.20 -13.20 - 18.050 86.00 102.17 -16.17 - 18.075 76.00 102.14 -26.14 - 18.100 86.00 102.11 -16.11 - 18.125 71.00 102.08 -31.08 - 18.150 101.00 102.05 -1.05 - 18.175 100.00 102.03 -2.03 - 18.200 89.00 102.00 -13.00 - 18.225 74.00 101.97 -27.97 - 18.250 101.00 101.94 -0.94 - 18.275 103.00 101.92 1.08 - 18.300 95.00 101.89 -6.89 - 18.325 100.00 101.86 -1.86 - 18.350 87.00 101.84 -14.84 - 18.375 94.00 101.81 -7.81 - 18.400 84.00 101.79 -17.79 - 18.425 102.00 101.76 0.24 - 18.450 92.00 101.74 -9.74 - 18.475 80.00 101.71 -21.71 - 18.500 82.00 101.69 -19.69 - 18.525 105.00 101.66 3.34 - 18.550 84.00 101.64 -17.64 - 18.575 83.00 101.61 -18.61 - 18.600 93.00 101.59 -8.59 - 18.625 92.00 101.57 -9.57 - 18.650 105.00 101.54 3.46 - 18.675 94.00 101.52 -7.52 - 18.700 88.00 101.50 -13.50 - 18.725 97.00 101.47 -4.47 - 18.750 88.00 101.45 -13.45 - 18.775 110.00 101.43 8.57 - 18.800 110.00 101.41 8.59 - 18.825 84.00 101.39 -17.39 - 18.850 89.00 101.36 -12.36 - 18.875 98.00 101.34 -3.34 - 18.900 92.00 101.32 -9.32 - 18.925 86.00 101.30 -15.30 - 18.950 110.00 101.28 8.72 - 18.975 98.00 101.26 -3.26 - 19.000 93.00 101.24 -8.24 - 19.025 94.00 101.22 -7.22 - 19.050 104.00 101.20 2.80 - 19.075 96.00 101.18 -5.18 - 19.100 105.00 101.16 3.84 - 19.125 99.00 101.14 -2.14 - 19.150 117.00 101.12 15.88 - 19.175 111.00 101.11 9.89 - 19.200 100.00 101.09 -1.09 - 19.225 125.00 101.07 23.93 - 19.250 99.00 101.05 -2.05 - 19.275 107.00 101.03 5.97 - 19.300 107.00 101.02 5.98 - 19.325 98.00 101.00 -3.00 - 19.350 84.00 100.98 -16.98 - 19.375 112.00 100.97 11.03 - 19.400 99.00 100.95 -1.95 - 19.425 93.00 100.93 -7.93 - 19.450 108.00 100.92 7.08 - 19.475 100.00 100.90 -0.90 - 19.500 91.00 100.89 -9.89 - 19.525 98.00 100.87 -2.87 - 19.550 124.00 100.85 23.15 - 19.575 98.00 100.84 -2.84 - 19.600 121.00 100.82 20.18 - 19.625 114.00 100.81 13.19 - 19.650 93.00 100.80 -7.80 - 19.675 87.00 100.78 -13.78 - 19.700 95.00 100.77 -5.77 - 19.725 95.00 113.36 -18.36 - 19.750 121.00 113.98 7.02 - 19.775 102.00 120.88 -18.88 - 19.800 127.00 121.90 5.10 - 19.825 119.00 123.01 -4.01 - 19.850 118.00 128.31 -10.31 - 19.875 107.00 129.81 -22.81 - 19.900 100.00 133.47 -33.47 - 19.925 95.00 135.35 -40.35 - 19.950 116.00 137.39 -21.39 - 19.975 136.00 139.62 -3.62 - 20.000 92.00 142.06 -50.06 - 20.025 127.00 144.74 -17.74 - 20.050 127.00 147.69 -20.69 - 20.075 115.00 150.95 -35.95 - 20.100 124.00 154.56 -30.56 - 20.125 130.00 158.57 -28.57 - 20.150 123.00 163.06 -40.06 - 20.175 137.00 168.09 -31.09 - 20.200 136.00 173.75 -37.75 - 20.225 165.00 180.15 -15.15 - 20.250 150.00 187.44 -37.44 - 20.275 173.00 195.78 -22.78 - 20.300 190.00 205.37 -15.37 - 20.325 211.00 216.49 -5.49 - 20.350 212.00 229.47 -17.47 - 20.375 255.00 244.75 10.25 - 20.400 264.00 262.92 1.08 - 20.425 305.00 284.82 20.18 - 20.450 353.00 311.80 41.20 - 20.475 415.00 346.42 68.58 - 20.500 507.00 394.12 112.88 - 20.525 623.00 466.88 156.12 - 20.550 833.00 589.61 243.39 - 20.575 1076.00 808.71 267.29 - 20.600 1417.00 1197.90 219.10 - 20.625 1958.00 1852.95 105.05 - 20.650 2624.00 2865.16 -241.16 - 20.675 3927.00 4272.45 -345.45 - 20.700 5466.00 6003.21 -537.21 - 20.725 7996.00 7829.07 166.93 - 20.750 11062.00 9367.11 1694.89 - 20.775 12925.00 10225.68 2699.32 - 20.800 12506.00 10263.90 2242.10 - 20.825 10327.00 9620.80 706.20 - 20.850 8178.00 8561.99 -383.99 - 20.875 6771.00 7341.40 -570.40 - 20.900 5910.00 6100.43 -190.43 - 20.925 4886.00 4906.71 -20.71 - 20.950 3432.00 3806.54 -374.54 - 20.975 2110.00 2839.48 -729.48 - 21.000 1182.00 2043.13 -861.13 - 21.025 802.00 1434.55 -632.55 - 21.050 623.00 1002.41 -379.41 - 21.075 527.00 715.55 -188.55 - 21.100 435.00 535.40 -100.40 - 21.125 393.00 425.67 -32.67 - 21.150 356.00 358.29 -2.29 - 21.175 333.00 314.74 18.26 - 21.200 295.00 284.25 10.75 - 21.225 316.00 261.18 54.82 - 21.250 280.00 242.72 37.28 - 21.275 248.00 227.45 20.55 - 21.300 264.00 214.57 49.43 - 21.325 216.00 203.58 12.42 - 21.350 202.00 194.11 7.89 - 21.375 211.00 185.89 25.11 - 21.400 187.00 178.71 8.29 - 21.425 168.00 172.40 -4.40 - 21.450 208.00 166.82 41.18 - 21.475 160.00 161.87 -1.87 - 21.500 171.00 157.46 13.54 - 21.525 149.00 153.50 -4.50 - 21.550 166.00 149.95 16.05 - 21.575 138.00 146.74 -8.74 - 21.600 168.00 143.83 24.17 - 21.625 129.00 141.19 -12.19 - 21.650 147.00 138.78 8.22 - 21.675 134.00 136.58 -2.58 - 21.700 125.00 134.57 -9.57 - 21.725 137.00 132.72 4.28 - 21.750 112.00 131.01 -19.01 - 21.775 128.00 129.44 -1.44 - 21.800 134.00 127.99 6.01 - 21.825 121.00 114.69 6.31 - 21.850 138.00 113.98 24.02 - 21.875 103.00 107.35 -4.35 - 21.900 124.00 107.01 16.99 - 21.925 115.00 106.69 8.31 - 21.950 119.00 102.50 16.50 - 21.975 109.00 102.40 6.60 - 22.000 119.00 100.36 18.64 - 22.025 116.00 100.36 15.64 - 22.050 127.00 100.37 26.63 - 22.075 133.00 100.37 32.63 - 22.100 121.00 100.38 20.62 - 22.125 109.00 100.38 8.62 - 22.150 114.00 100.39 13.61 - 22.175 113.00 100.40 12.60 - 22.200 120.00 100.40 19.60 - 22.225 118.00 100.41 17.59 - 22.250 102.00 100.41 1.59 - 22.275 110.00 109.19 0.81 - 22.300 118.00 109.64 8.36 - 22.325 123.00 114.42 8.58 - 22.350 116.00 115.17 0.83 - 22.375 112.00 115.98 -3.98 - 22.400 107.00 116.86 -9.86 - 22.425 121.00 117.82 3.18 - 22.450 104.00 118.86 -14.86 - 22.475 124.00 119.99 4.01 - 22.500 105.00 121.23 -16.23 - 22.525 128.00 122.59 5.41 - 22.550 115.00 124.09 -9.09 - 22.575 128.00 125.74 2.26 - 22.600 99.00 127.58 -28.58 - 22.625 130.00 129.61 0.39 - 22.650 109.00 131.88 -22.88 - 22.675 125.00 134.43 -9.43 - 22.700 138.00 137.29 0.71 - 22.725 141.00 140.53 0.47 - 22.750 135.00 144.21 -9.21 - 22.775 125.00 148.41 -23.41 - 22.800 140.00 153.25 -13.25 - 22.825 152.00 158.85 -6.85 - 22.850 177.00 165.38 11.62 - 22.875 177.00 173.06 3.94 - 22.900 191.00 182.17 8.83 - 22.925 195.00 193.08 1.92 - 22.950 225.00 206.37 18.63 - 22.975 258.00 222.91 35.09 - 23.000 301.00 244.45 56.55 - 23.025 337.00 274.79 62.21 - 23.050 468.00 322.46 145.54 - 23.075 618.00 405.54 212.46 - 23.100 837.00 557.69 279.31 - 23.125 1082.00 831.83 250.17 - 23.150 1507.00 1294.17 212.83 - 23.175 2283.00 2001.33 281.67 - 23.200 3235.00 2962.54 272.46 - 23.225 4791.00 4096.12 694.88 - 23.250 6588.00 5198.96 1389.04 - 23.275 8176.00 5966.82 2209.18 - 23.300 8122.00 6151.44 1970.56 - 23.325 6687.00 5733.57 953.43 - 23.350 5078.00 4864.67 213.33 - 23.375 3206.00 3776.25 -570.25 - 23.400 1822.00 2713.15 -891.15 - 23.425 1101.00 1836.86 -735.86 - 23.450 712.00 1201.07 -489.07 - 23.475 566.00 785.70 -219.70 - 23.500 470.00 536.42 -66.42 - 23.525 381.00 398.85 -17.85 - 23.550 302.00 320.15 -18.15 - 23.575 277.00 274.34 2.66 - 23.600 259.00 247.01 11.99 - 23.625 259.00 226.50 32.50 - 23.650 212.00 210.90 1.10 - 23.675 198.00 198.50 -0.50 - 23.700 189.00 188.42 0.58 - 23.725 153.00 180.11 -27.11 - 23.750 182.00 173.23 8.77 - 23.775 178.00 167.50 10.50 - 23.800 175.00 162.73 12.27 - 23.825 164.00 158.76 5.24 - 23.850 139.00 155.47 -16.47 - 23.875 176.00 152.78 23.22 - 23.900 159.00 150.63 8.37 - 23.925 147.00 148.95 -1.95 - 23.950 172.00 147.73 24.27 - 23.975 167.00 146.93 20.07 - 24.000 159.00 146.56 12.44 - 24.025 180.00 146.62 33.38 - 24.050 168.00 147.13 20.87 - 24.075 162.00 148.14 13.86 - 24.100 166.00 149.70 16.30 - 24.125 147.00 151.89 -4.89 - 24.150 149.00 154.83 -5.83 - 24.175 161.00 158.69 2.31 - 24.200 173.00 163.73 9.27 - 24.225 145.00 170.38 -25.38 - 24.250 210.00 179.56 30.44 - 24.275 201.00 193.29 7.71 - 24.300 257.00 207.72 49.28 - 24.325 262.00 249.57 12.43 - 24.350 342.00 326.89 15.11 - 24.375 451.00 460.55 -9.55 - 24.400 598.00 687.12 -89.12 - 24.425 796.00 1021.22 -225.22 - 24.450 1089.00 1454.69 -365.69 - 24.475 1648.00 1934.37 -286.37 - 24.500 2386.00 2353.68 32.32 - 24.525 3203.00 2581.93 621.07 - 24.550 3155.00 2557.94 597.06 - 24.575 2711.00 2303.40 407.60 - 24.600 1970.00 1899.20 70.80 - 24.625 1292.00 1447.20 -155.20 - 24.650 729.00 1034.08 -305.08 - 24.675 450.00 711.56 -261.56 - 24.700 289.00 487.84 -198.84 - 24.725 285.00 347.25 -62.25 - 24.750 218.00 265.53 -47.53 - 24.775 211.00 220.18 -9.18 - 24.800 202.00 195.00 7.00 - 24.825 168.00 180.21 -12.21 - 24.850 165.00 170.70 -5.70 - 24.875 177.00 164.08 12.92 - 24.900 176.00 159.26 16.74 - 24.925 197.00 155.72 41.28 - 24.950 164.00 153.20 10.80 - 24.975 141.00 151.54 -10.54 - 25.000 160.00 150.64 9.36 - 25.025 160.00 150.44 9.56 - 25.050 157.00 150.92 6.08 - 25.075 145.00 152.09 -7.09 - 25.100 165.00 153.99 11.01 - 25.125 158.00 156.69 1.31 - 25.150 158.00 160.31 -2.31 - 25.175 197.00 165.03 31.97 - 25.200 179.00 171.11 7.89 - 25.225 203.00 178.94 24.06 - 25.250 194.00 189.30 4.70 - 25.275 216.00 203.80 12.20 - 25.300 282.00 226.15 55.85 - 25.325 282.00 264.60 17.40 - 25.350 364.00 335.46 28.54 - 25.375 456.00 466.13 -10.13 - 25.400 632.00 693.62 -61.62 - 25.425 854.00 1053.61 -199.61 - 25.450 1213.00 1559.61 -346.61 - 25.475 1815.00 2176.96 -361.96 - 25.500 2863.00 2801.86 61.14 - 25.525 4063.00 3260.89 802.11 - 25.550 4649.00 3409.71 1239.29 - 25.575 4165.00 3226.27 938.73 - 25.600 3168.00 2787.53 380.47 - 25.625 2329.00 2208.44 120.56 - 25.650 1423.00 1619.26 -196.26 - 25.675 738.00 1120.39 -382.39 - 25.700 438.00 767.09 -329.09 - 25.725 367.00 523.14 -156.14 - 25.750 295.00 375.54 -80.54 - 25.775 246.00 299.93 -53.93 - 25.800 246.00 254.37 -8.37 - 25.825 191.00 228.83 -37.83 - 25.850 179.00 213.44 -34.44 - 25.875 178.00 203.34 -25.34 - 25.900 170.00 196.31 -26.31 - 25.925 182.00 191.35 -9.35 - 25.950 158.00 187.95 -29.95 - 25.975 182.00 185.83 -3.83 - 26.000 179.00 184.81 -5.81 - 26.025 184.00 184.79 -0.79 - 26.050 181.00 185.70 -4.70 - 26.075 169.00 187.51 -18.51 - 26.100 171.00 190.24 -19.24 - 26.125 191.00 193.92 -2.92 - 26.150 175.00 198.64 -23.64 - 26.175 216.00 204.50 11.50 - 26.200 195.00 211.69 -16.69 - 26.225 224.00 220.40 3.60 - 26.250 209.00 230.93 -21.93 - 26.275 251.00 243.68 7.32 - 26.300 257.00 259.16 -2.16 - 26.325 298.00 278.09 19.91 - 26.350 297.00 301.50 -4.50 - 26.375 378.00 331.09 46.91 - 26.400 406.00 370.20 35.80 - 26.425 499.00 426.26 72.74 - 26.450 590.00 516.37 73.63 - 26.475 746.00 677.03 68.97 - 26.500 983.00 975.87 7.13 - 26.525 1402.00 1511.47 -109.47 - 26.550 2108.00 2414.73 -306.73 - 26.575 3097.00 3766.04 -669.04 - 26.600 4641.00 5534.97 -893.97 - 26.625 7229.00 7506.00 -277.00 - 26.650 10690.00 9222.23 1467.77 - 26.675 13494.00 10142.98 3351.02 - 26.700 13106.00 10001.29 3104.71 - 26.725 10401.00 8980.42 1420.58 - 26.750 7908.00 7380.02 527.98 - 26.775 5365.00 5556.01 -191.01 - 26.800 2857.00 3884.32 -1027.32 - 26.825 1575.00 2573.69 -998.69 - 26.850 947.00 1662.21 -715.21 - 26.875 697.00 1088.34 -391.34 - 26.900 595.00 754.55 -159.55 - 26.925 529.00 569.24 -40.24 - 26.950 450.00 465.92 -15.92 - 26.975 423.00 404.56 18.44 - 27.000 344.00 364.41 -20.41 - 27.025 319.00 335.82 -16.82 - 27.050 309.00 314.41 -5.41 - 27.075 252.00 298.15 -46.15 - 27.100 257.00 285.90 -28.90 - 27.125 252.00 276.99 -24.99 - 27.150 266.00 270.97 -4.97 - 27.175 275.00 267.57 7.43 - 27.200 257.00 266.66 -9.66 - 27.225 285.00 268.24 16.76 - 27.250 285.00 272.43 12.57 - 27.275 270.00 279.48 -9.48 - 27.300 280.00 289.84 -9.84 - 27.325 347.00 304.21 42.79 - 27.350 282.00 323.83 -41.83 - 27.375 362.00 351.14 10.86 - 27.400 426.00 391.70 34.30 - 27.425 461.00 458.47 2.53 - 27.450 637.00 579.51 57.49 - 27.475 693.00 807.61 -114.61 - 27.500 1051.00 1224.39 -173.39 - 27.525 1425.00 1925.99 -500.99 - 27.550 2158.00 2980.79 -822.79 - 27.575 3198.00 4365.56 -1167.56 - 27.600 5190.00 5902.65 -712.65 - 27.625 8004.00 7226.46 777.54 - 27.650 10350.00 7886.14 2463.86 - 27.675 9724.00 7744.84 1979.16 - 27.700 7797.00 6943.31 853.69 - 27.725 6126.00 5696.93 429.07 - 27.750 4329.00 4291.28 37.72 - 27.775 2276.00 3001.65 -725.65 - 27.800 1177.00 1989.97 -812.97 - 27.825 756.00 1286.19 -530.19 - 27.850 591.00 842.87 -251.87 - 27.875 486.00 584.74 -98.74 - 27.900 352.00 440.89 -88.89 - 27.925 340.00 359.84 -19.84 - 27.950 314.00 310.71 3.29 - 27.975 270.00 277.57 -7.57 - 28.000 256.00 253.02 2.98 - 28.025 253.00 233.73 19.27 - 28.050 245.00 218.09 26.91 - 28.075 206.00 205.17 0.83 - 28.100 212.00 194.36 17.64 - 28.125 183.00 185.23 -2.23 - 28.150 205.00 177.45 27.55 - 28.175 185.00 170.77 14.23 - 28.200 164.00 164.99 -0.99 - 28.225 197.00 159.96 37.04 - 28.250 167.00 155.56 11.44 - 28.275 175.00 151.69 23.31 - 28.300 159.00 148.26 10.74 - 28.325 152.00 145.21 6.79 - 28.350 162.00 142.49 19.51 - 28.375 168.00 140.06 27.94 - 28.400 151.00 137.87 13.13 - 28.425 153.00 135.89 17.11 - 28.450 128.00 134.10 -6.10 - 28.475 167.00 132.48 34.52 - 28.500 147.00 131.01 15.99 - 28.525 140.00 129.66 10.34 - 28.550 139.00 128.43 10.57 - 28.575 153.00 127.30 25.70 - 28.600 153.00 126.26 26.74 - 28.625 154.00 113.60 40.40 - 28.650 145.00 113.29 31.71 - 28.675 147.00 113.00 34.00 - 28.700 134.00 127.54 6.46 - 28.725 160.00 128.72 31.28 - 28.750 137.00 129.99 7.01 - 28.775 134.00 141.58 -7.58 - 28.800 131.00 143.65 -12.65 - 28.825 157.00 145.89 11.11 - 28.850 137.00 148.35 -11.35 - 28.875 145.00 151.03 -6.03 - 28.900 151.00 153.98 -2.98 - 28.925 164.00 157.22 6.78 - 28.950 171.00 160.81 10.19 - 28.975 172.00 164.78 7.22 - 29.000 165.00 169.21 -4.21 - 29.025 168.00 174.16 -6.16 - 29.050 162.00 179.71 -17.71 - 29.075 193.00 185.98 7.02 - 29.100 169.00 193.08 -24.08 - 29.125 199.00 201.18 -2.18 - 29.150 186.00 210.47 -24.47 - 29.175 208.00 221.19 -13.19 - 29.200 196.00 233.66 -37.66 - 29.225 182.00 248.28 -66.28 - 29.250 246.00 265.55 -19.55 - 29.275 245.00 286.18 -41.18 - 29.300 284.00 311.08 -27.08 - 29.325 340.00 341.56 -1.56 - 29.350 364.00 379.70 -15.70 - 29.375 382.00 429.35 -47.35 - 29.400 519.00 499.07 19.93 - 29.425 665.00 608.98 56.02 - 29.450 837.00 803.70 33.30 - 29.475 1080.00 1169.33 -89.33 - 29.500 1566.00 1841.74 -275.74 - 29.525 2321.00 2982.68 -661.68 - 29.550 3438.00 4705.89 -1267.89 - 29.575 5181.00 6965.37 -1784.37 - 29.600 8141.00 9446.57 -1305.57 - 29.625 12608.00 11513.79 1094.21 - 29.650 15702.00 12456.81 3245.19 - 29.675 14432.00 12103.46 2328.54 - 29.700 12071.00 10792.38 1278.62 - 29.725 9687.00 8855.54 831.46 - 29.750 7137.00 6662.88 474.12 - 29.775 4123.00 4645.16 -522.16 - 29.800 2094.00 3060.09 -966.09 - 29.825 1334.00 1957.05 -623.05 - 29.850 1013.00 1263.29 -250.29 - 29.875 780.00 860.83 -80.83 - 29.900 668.00 637.43 30.57 - 29.925 467.00 511.55 -44.55 - 29.950 438.00 434.75 3.25 - 29.975 379.00 382.44 -3.44 - 30.000 355.00 343.43 11.57 - 30.025 263.00 312.67 -49.67 - 30.050 287.00 287.70 -0.70 - 30.075 299.00 267.08 31.92 - 30.100 247.00 249.84 -2.84 - 30.125 253.00 235.28 17.72 - 30.150 236.00 222.89 13.11 - 30.175 223.00 212.24 10.76 - 30.200 193.00 203.03 -10.03 - 30.225 198.00 195.02 2.98 - 30.250 184.00 188.01 -4.01 - 30.275 204.00 181.83 22.17 - 30.300 185.00 176.37 8.63 - 30.325 174.00 171.51 2.49 - 30.350 201.00 167.18 33.82 - 30.375 168.00 163.29 4.71 - 30.400 185.00 159.80 25.20 - 30.425 175.00 156.65 18.35 - 30.450 171.00 153.79 17.21 - 30.475 153.00 151.20 1.80 - 30.500 162.00 148.84 13.16 - 30.525 135.00 146.68 -11.68 - 30.550 159.00 144.71 14.29 - 30.575 139.00 142.90 -3.90 - 30.600 147.00 121.75 25.25 - 30.625 127.00 121.19 5.81 - 30.650 143.00 120.67 22.33 - 30.675 140.00 110.49 29.51 - 30.700 115.00 110.54 4.46 - 30.725 142.00 110.59 31.41 - 30.750 123.00 110.64 12.36 - 30.775 156.00 110.69 45.31 - 30.800 133.00 110.74 22.26 - 30.825 135.00 110.78 24.22 - 30.850 128.00 110.83 17.17 - 30.875 130.00 110.88 19.12 - 30.900 127.00 110.93 16.07 - 30.925 120.00 110.98 9.02 - 30.950 121.00 111.03 9.97 - 30.975 106.00 111.07 -5.07 - 31.000 134.00 111.12 22.88 - 31.025 114.00 111.17 2.83 - 31.050 107.00 111.22 -4.22 - 31.075 123.00 111.27 11.73 - 31.100 111.00 111.32 -0.32 - 31.125 92.00 111.37 -19.37 - 31.150 134.00 111.42 22.58 - 31.175 87.00 111.47 -24.47 - 31.200 130.00 111.52 18.48 - 31.225 97.00 111.57 -14.57 - 31.250 101.00 111.62 -10.62 - 31.275 113.00 111.66 1.34 - 31.300 119.00 111.71 7.29 - 31.325 122.00 111.76 10.24 - 31.350 114.00 111.81 2.19 - 31.375 117.00 111.86 5.14 - 31.400 84.00 120.23 -36.23 - 31.425 105.00 120.75 -15.75 - 31.450 111.00 121.32 -10.32 - 31.475 104.00 121.94 -17.94 - 31.500 119.00 126.90 -7.90 - 31.525 119.00 127.87 -8.87 - 31.550 101.00 128.94 -27.94 - 31.575 117.00 130.11 -13.11 - 31.600 122.00 131.40 -9.40 - 31.625 105.00 132.81 -27.81 - 31.650 128.00 134.38 -6.38 - 31.675 116.00 136.13 -20.13 - 31.700 126.00 138.08 -12.08 - 31.725 115.00 140.26 -25.26 - 31.750 121.00 142.73 -21.73 - 31.775 116.00 145.52 -29.52 - 31.800 144.00 148.71 -4.71 - 31.825 141.00 152.36 -11.36 - 31.850 128.00 156.58 -28.58 - 31.875 148.00 161.49 -13.49 - 31.900 165.00 167.26 -2.26 - 31.925 172.00 174.09 -2.09 - 31.950 182.00 182.26 -0.26 - 31.975 174.00 192.15 -18.15 - 32.000 193.00 204.30 -11.30 - 32.025 230.00 219.52 10.48 - 32.050 247.00 239.36 7.64 - 32.075 312.00 267.19 44.81 - 32.100 325.00 311.12 13.88 - 32.125 423.00 389.60 33.40 - 32.150 589.00 538.80 50.20 - 32.175 755.00 815.84 -60.84 - 32.200 1130.00 1286.60 -156.60 - 32.225 1670.00 2001.30 -331.30 - 32.250 2522.00 2904.78 -382.78 - 32.275 3976.00 3850.18 125.82 - 32.300 5312.00 4551.80 760.20 - 32.325 5540.00 4764.04 775.96 - 32.350 4806.00 4513.49 292.51 - 32.375 3984.00 3981.50 2.50 - 32.400 3579.00 3266.13 312.87 - 32.425 2684.00 2472.32 211.68 - 32.450 1672.00 1747.79 -75.79 - 32.475 977.00 1183.10 -206.10 - 32.500 645.00 794.07 -149.07 - 32.525 451.00 553.37 -102.37 - 32.550 390.00 417.04 -27.04 - 32.575 317.00 343.67 -26.67 - 32.600 305.00 303.88 1.12 - 32.625 278.00 280.95 -2.95 - 32.650 234.00 266.82 -32.82 - 32.675 264.00 258.02 5.98 - 32.700 246.00 253.10 -7.10 - 32.725 263.00 251.45 11.55 - 32.750 239.00 252.85 -13.85 - 32.775 271.00 257.33 13.67 - 32.800 260.00 265.18 -5.18 - 32.825 299.00 276.97 22.03 - 32.850 300.00 293.83 6.17 - 32.875 332.00 318.16 13.84 - 32.900 411.00 355.75 55.25 - 32.925 497.00 420.57 76.43 - 32.950 630.00 543.13 86.87 - 32.975 918.00 779.03 138.97 - 33.000 1214.00 1206.91 7.09 - 33.025 1839.00 1901.04 -62.04 - 33.050 2852.00 2877.23 -25.23 - 33.075 4745.00 4030.26 714.74 - 33.100 6636.00 5088.62 1547.38 - 33.125 7831.00 5678.97 2152.03 - 33.150 7010.00 5654.16 1355.84 - 33.175 5926.00 5208.17 717.83 - 33.200 5069.00 4516.34 552.66 - 33.225 4251.00 3638.25 612.75 - 33.250 2900.00 2723.92 176.08 - 33.275 1743.00 1926.05 -183.05 - 33.300 1167.00 1318.49 -151.49 - 33.325 841.00 898.30 -57.30 - 33.350 646.00 632.87 13.13 - 33.375 517.00 471.96 45.04 - 33.400 412.00 374.22 37.78 - 33.425 354.00 313.61 40.39 - 33.450 301.00 274.34 26.66 - 33.475 282.00 247.67 34.33 - 33.500 234.00 228.65 5.35 - 33.525 204.00 214.42 -10.42 - 33.550 235.00 203.33 31.67 - 33.575 226.00 194.44 31.56 - 33.600 207.00 187.19 19.81 - 33.625 200.00 181.25 18.75 - 33.650 180.00 176.38 3.62 - 33.675 180.00 172.40 7.60 - 33.700 179.00 169.19 9.81 - 33.725 172.00 166.68 5.32 - 33.750 180.00 164.80 15.20 - 33.775 157.00 163.53 -6.53 - 33.800 154.00 162.87 -8.87 - 33.825 173.00 162.85 10.15 - 33.850 198.00 163.55 34.45 - 33.875 147.00 165.09 -18.09 - 33.900 168.00 167.73 0.27 - 33.925 157.00 171.97 -14.97 - 33.950 199.00 179.08 19.92 - 33.975 209.00 192.17 16.83 - 34.000 242.00 217.90 24.10 - 34.025 257.00 258.25 -1.25 - 34.050 328.00 349.76 -21.76 - 34.075 467.00 495.61 -28.61 - 34.100 631.00 695.21 -64.21 - 34.125 994.00 916.17 77.83 - 34.150 1449.00 1105.62 343.38 - 34.175 1522.00 1186.72 335.28 - 34.200 1193.00 1149.79 43.21 - 34.225 977.00 1043.81 -66.81 - 34.250 947.00 898.96 48.04 - 34.275 796.00 725.73 70.27 - 34.300 548.00 551.79 -3.79 - 34.325 358.00 406.02 -48.02 - 34.350 251.00 299.75 -48.75 - 34.375 190.00 230.88 -40.88 - 34.400 164.00 190.49 -26.49 - 34.425 159.00 168.25 -9.25 - 34.450 137.00 155.98 -18.98 - 34.475 134.00 148.65 -14.65 - 34.500 136.00 143.72 -7.72 - 34.525 126.00 140.08 -14.08 - 34.550 122.00 137.24 -15.24 - 34.575 128.00 134.95 -6.95 - 34.600 108.00 133.09 -25.09 - 34.625 100.00 131.54 -31.54 - 34.650 120.00 130.25 -10.25 - 34.675 106.00 129.16 -23.16 - 34.700 123.00 128.24 -5.24 - 34.725 117.00 127.45 -10.45 - 34.750 113.00 126.78 -13.78 - 34.775 108.00 126.19 -18.19 - 34.800 121.00 125.68 -4.68 - 34.825 104.00 125.24 -21.24 - 34.850 104.00 124.85 -20.85 - 34.875 100.00 124.52 -24.52 - 34.900 105.00 124.22 -19.22 - 34.925 107.00 123.96 -16.96 - 34.950 108.00 123.73 -15.73 - 34.975 103.00 123.52 -20.52 - 35.000 108.00 123.34 -15.34 - 35.025 123.00 123.19 -0.19 - 35.050 92.00 123.05 -31.05 - 35.075 122.00 121.02 0.98 - 35.100 97.00 121.01 -24.01 - 35.125 101.00 121.01 -20.01 - 35.150 92.00 120.04 -28.04 - 35.175 114.00 120.09 -6.09 - 35.200 89.00 120.15 -31.15 - 35.225 81.00 120.21 -39.21 - 35.250 113.00 120.27 -7.27 - 35.275 76.00 120.32 -44.32 - 35.300 89.00 120.38 -31.38 - 35.325 99.00 120.44 -21.44 - 35.350 89.00 120.50 -31.50 - 35.375 98.00 120.56 -22.56 - 35.400 98.00 120.61 -22.61 - 35.425 104.00 120.67 -16.67 - 35.450 120.00 120.73 -0.73 - 35.475 100.00 120.79 -20.79 - 35.500 99.00 120.84 -21.84 - 35.525 89.00 120.90 -31.90 - 35.550 111.00 120.96 -9.96 - 35.575 98.00 121.02 -23.02 - 35.600 96.00 121.08 -25.08 - 35.625 95.00 121.14 -26.14 - 35.650 84.00 121.19 -37.19 - 35.675 115.00 121.25 -6.25 - 35.700 106.00 121.31 -15.31 - 35.725 100.00 121.37 -21.37 - 35.750 86.00 121.43 -35.43 - 35.775 110.00 121.48 -11.48 - 35.800 86.00 121.54 -35.54 - 35.825 98.00 121.60 -23.60 - 35.850 97.00 121.66 -24.66 - 35.875 109.00 121.72 -12.72 - 35.900 112.00 121.78 -9.78 - 35.925 105.00 121.83 -16.83 - 35.950 86.00 121.89 -35.89 - 35.975 102.00 121.95 -19.95 - 36.000 91.00 122.01 -31.01 - 36.025 98.00 122.07 -24.07 - 36.050 111.00 122.13 -11.13 - 36.075 89.00 122.19 -33.19 - 36.100 95.00 122.24 -27.24 - 36.125 95.00 122.30 -27.30 - 36.150 84.00 122.36 -38.36 - 36.175 114.00 122.42 -8.42 - 36.200 108.00 122.48 -14.48 - 36.225 96.00 122.54 -26.54 - 36.250 94.00 122.60 -28.60 - 36.275 94.00 122.66 -28.66 - 36.300 102.00 122.71 -20.71 - 36.325 91.00 122.77 -31.77 - 36.350 106.00 122.87 -16.87 - 36.375 103.00 122.94 -19.94 - 36.400 82.00 123.00 -41.00 - 36.425 121.00 127.31 -6.31 - 36.450 101.00 127.66 -26.66 - 36.475 109.00 128.01 -19.01 - 36.500 112.00 128.38 -16.38 - 36.525 104.00 130.93 -26.93 - 36.550 103.00 131.51 -28.51 - 36.575 105.00 132.14 -27.14 - 36.600 112.00 132.83 -20.83 - 36.625 119.00 133.60 -14.60 - 36.650 116.00 134.45 -18.45 - 36.675 119.00 135.39 -16.39 - 36.700 115.00 136.45 -21.45 - 36.725 106.00 137.64 -31.64 - 36.750 122.00 138.98 -16.98 - 36.775 116.00 140.52 -24.52 - 36.800 120.00 142.28 -22.28 - 36.825 130.00 144.31 -14.31 - 36.850 107.00 146.67 -39.67 - 36.875 137.00 149.45 -12.45 - 36.900 132.00 152.75 -20.75 - 36.925 131.00 156.71 -25.71 - 36.950 140.00 161.53 -21.53 - 36.975 150.00 167.47 -17.47 - 37.000 149.00 174.97 -25.97 - 37.025 161.00 184.79 -23.79 - 37.050 190.00 198.53 -8.53 - 37.075 210.00 219.95 -9.95 - 37.100 234.00 257.86 -23.86 - 37.125 297.00 330.30 -33.30 - 37.150 378.00 466.91 -88.91 - 37.175 583.00 702.02 -119.02 - 37.200 909.00 1053.20 -144.20 - 37.225 1431.00 1491.99 -60.99 - 37.250 2164.00 1917.28 246.72 - 37.275 2620.00 2163.38 456.62 - 37.300 2390.00 2143.57 246.43 - 37.325 1970.00 1962.08 7.92 - 37.350 1772.00 1731.94 40.06 - 37.375 1685.00 1462.16 222.84 - 37.400 1327.00 1146.60 180.40 - 37.425 891.00 838.53 52.47 - 37.450 543.00 588.56 -45.56 - 37.475 352.00 413.29 -61.29 - 37.500 292.00 305.07 -13.07 - 37.525 230.00 244.51 -14.51 - 37.550 177.00 211.93 -34.93 - 37.575 182.00 193.55 -11.55 - 37.600 207.00 181.92 25.08 - 37.625 158.00 173.69 -15.69 - 37.650 143.00 167.46 -24.46 - 37.675 129.00 162.58 -33.58 - 37.700 161.00 158.70 2.30 - 37.725 133.00 155.62 -22.62 - 37.750 119.00 153.17 -34.17 - 37.775 120.00 151.25 -31.25 - 37.800 128.00 149.81 -21.81 - 37.825 118.00 148.80 -30.80 - 37.850 121.00 148.22 -27.22 - 37.875 132.00 148.13 -16.13 - 37.900 135.00 148.68 -13.68 - 37.925 134.00 150.36 -16.36 - 37.950 132.00 154.34 -22.34 - 37.975 135.00 163.07 -28.07 - 38.000 156.00 180.47 -24.47 - 38.025 182.00 210.72 -28.72 - 38.050 207.00 255.15 -48.15 - 38.075 266.00 308.41 -42.41 - 38.100 351.00 355.26 -4.26 - 38.125 368.00 375.21 -7.21 - 38.150 312.00 360.68 -48.68 - 38.175 269.00 336.62 -67.62 - 38.200 260.00 309.76 -49.76 - 38.225 249.00 276.10 -27.10 - 38.250 219.00 239.43 -20.43 - 38.275 174.00 204.48 -30.48 - 38.300 157.00 176.81 -19.81 - 38.325 146.00 157.94 -11.94 - 38.350 135.00 146.61 -11.61 - 38.375 137.00 140.42 -3.42 - 38.400 136.00 137.12 -1.12 - 38.425 103.00 135.22 -32.22 - 38.450 107.00 134.00 -27.00 - 38.475 99.00 133.12 -34.12 - 38.500 133.00 132.45 0.55 - 38.525 129.00 131.93 -2.93 - 38.550 147.00 131.52 15.48 - 38.575 130.00 131.18 -1.18 - 38.600 115.00 130.91 -15.91 - 38.625 123.00 130.70 -7.70 - 38.650 109.00 130.52 -21.52 - 38.675 106.00 135.36 -29.36 - 38.700 115.00 135.56 -20.56 - 38.725 136.00 135.81 0.19 - 38.750 119.00 136.12 -17.12 - 38.775 126.00 136.48 -10.48 - 38.800 131.00 139.52 -8.52 - 38.825 135.00 140.17 -5.17 - 38.850 116.00 140.90 -24.90 - 38.875 112.00 141.74 -29.74 - 38.900 123.00 142.68 -19.68 - 38.925 116.00 143.75 -27.75 - 38.950 121.00 144.97 -23.97 - 38.975 136.00 145.87 -9.87 - 39.000 147.00 147.49 -0.49 - 39.025 130.00 149.34 -19.34 - 39.050 156.00 151.49 4.51 - 39.075 138.00 153.75 -15.75 - 39.100 133.00 156.71 -23.71 - 39.125 144.00 160.21 -16.21 - 39.150 163.00 164.40 -1.40 - 39.175 171.00 169.48 1.52 - 39.200 198.00 175.73 22.27 - 39.225 191.00 183.54 7.46 - 39.250 196.00 193.55 2.45 - 39.275 226.00 206.96 19.04 - 39.300 243.00 226.65 16.35 - 39.325 294.00 259.90 34.10 - 39.350 352.00 323.59 28.41 - 39.375 472.00 449.40 22.60 - 39.400 630.00 680.53 -50.53 - 39.425 984.00 1051.16 -67.16 - 39.450 1383.00 1541.40 -158.40 - 39.475 2157.00 2046.73 110.27 - 39.500 2946.00 2365.29 580.71 - 39.525 2947.00 2360.00 587.00 - 39.550 2469.00 2150.42 318.58 - 39.575 1988.00 1911.27 76.73 - 39.600 2056.00 1667.76 388.24 - 39.625 1767.00 1364.50 402.50 - 39.650 1317.00 1026.04 290.96 - 39.675 793.00 725.82 67.18 - 39.700 524.00 503.48 20.52 - 39.725 362.00 361.71 0.29 - 39.750 282.00 281.67 0.33 - 39.775 264.00 239.32 24.68 - 39.800 227.00 216.36 10.64 - 39.825 186.00 202.58 -16.58 - 39.850 194.00 193.34 0.66 - 39.875 168.00 186.78 -18.78 - 39.900 177.00 182.11 -5.11 - 39.925 199.00 178.95 20.05 - 39.950 174.00 177.13 -3.13 - 39.975 169.00 176.64 -7.64 - 40.000 183.00 177.68 5.32 - 40.025 194.00 180.97 13.03 - 40.050 204.00 188.57 15.43 - 40.075 189.00 205.37 -16.37 - 40.100 213.00 240.62 -27.62 - 40.125 296.00 306.83 -10.83 - 40.150 350.00 412.92 -62.92 - 40.175 476.00 552.54 -76.54 - 40.200 746.00 692.40 53.60 - 40.225 894.00 772.33 121.67 - 40.250 816.00 758.61 57.39 - 40.275 615.00 695.70 -80.70 - 40.300 549.00 629.33 -80.33 - 40.325 596.00 564.33 31.67 - 40.350 524.00 476.88 47.12 - 40.375 395.00 384.14 10.86 - 40.400 306.00 300.87 5.13 - 40.425 223.00 239.47 -16.47 - 40.450 164.00 198.34 -34.34 - 40.475 206.00 176.88 29.12 - 40.500 198.00 165.72 32.28 - 40.525 162.00 159.79 2.21 - 40.550 173.00 156.33 16.67 - 40.575 163.00 154.13 8.87 - 40.600 144.00 152.68 -8.68 - 40.625 169.00 151.79 17.21 - 40.650 160.00 151.37 8.63 - 40.675 156.00 151.35 4.65 - 40.700 143.00 151.74 -8.74 - 40.725 187.00 152.55 34.45 - 40.750 146.00 153.82 -7.82 - 40.775 146.00 155.66 -9.66 - 40.800 157.00 158.20 -1.20 - 40.825 177.00 161.74 15.26 - 40.850 173.00 166.88 6.12 - 40.875 171.00 183.22 -12.22 - 40.900 197.00 199.14 -2.14 - 40.925 214.00 230.65 -16.65 - 40.950 254.00 291.56 -37.56 - 40.975 333.00 400.43 -67.43 - 41.000 505.00 552.97 -47.97 - 41.025 760.00 729.11 30.89 - 41.050 1047.00 865.73 181.27 - 41.075 1074.00 896.29 177.71 - 41.100 910.00 834.51 75.49 - 41.125 689.00 754.11 -65.11 - 41.150 698.00 685.95 12.05 - 41.175 717.00 609.89 107.11 - 41.200 570.00 509.37 60.63 - 41.225 382.00 406.45 -24.45 - 41.250 273.00 323.95 -50.95 - 41.275 291.00 269.77 21.23 - 41.300 231.00 240.75 -9.75 - 41.325 278.00 229.07 48.93 - 41.350 239.00 227.67 11.33 - 41.375 272.00 232.47 39.53 - 41.400 257.00 242.07 14.93 - 41.425 316.00 256.89 59.11 - 41.450 315.00 279.42 35.58 - 41.475 377.00 316.74 60.26 - 41.500 419.00 387.07 31.93 - 41.525 593.00 531.19 61.81 - 41.550 709.00 809.41 -100.41 - 41.575 1116.00 1287.95 -171.95 - 41.600 1749.00 1975.30 -226.30 - 41.625 2604.00 2751.93 -147.93 - 41.650 3739.00 3320.76 418.24 - 41.675 4133.00 3385.23 747.77 - 41.700 3642.00 3065.92 576.08 - 41.725 2835.00 2702.57 132.43 - 41.750 2622.00 2413.83 208.17 - 41.775 2580.00 2081.71 498.29 - 41.800 2147.00 1631.66 515.34 - 41.825 1381.00 1167.49 213.51 - 41.850 844.00 792.10 51.90 - 41.875 578.00 537.34 40.66 - 41.900 447.00 390.43 56.57 - 41.925 351.00 312.87 38.13 - 41.950 339.00 272.16 66.84 - 41.975 309.00 247.98 61.02 - 42.000 260.00 233.07 26.93 - 42.025 268.00 222.93 45.07 - 42.050 240.00 216.19 23.81 - 42.075 250.00 212.39 37.61 - 42.100 233.00 211.78 21.22 - 42.125 275.00 215.96 59.04 - 42.150 281.00 229.49 51.51 - 42.175 285.00 261.83 23.17 - 42.200 381.00 327.07 53.93 - 42.225 450.00 436.90 13.10 - 42.250 601.00 586.66 14.34 - 42.275 801.00 740.04 60.96 - 42.300 895.00 826.29 68.71 - 42.325 881.00 804.10 76.90 - 42.350 726.00 726.14 -0.14 - 42.375 644.00 655.82 -11.82 - 42.400 608.00 600.39 7.61 - 42.425 589.00 528.74 60.26 - 42.450 498.00 435.06 62.94 - 42.475 386.00 337.39 48.61 - 42.500 283.00 269.69 13.31 - 42.525 277.00 227.93 49.07 - 42.550 254.00 205.59 48.41 - 42.575 276.00 189.02 86.98 - 42.600 249.00 179.87 69.13 - 42.625 224.00 172.98 51.02 - 42.650 213.00 168.11 44.89 - 42.675 196.00 164.13 31.87 - 42.700 234.00 159.90 74.10 - 42.725 186.00 155.60 30.40 - 42.750 215.00 151.92 63.08 - 42.775 191.00 149.18 41.82 - 42.800 211.00 147.30 63.70 - 42.825 189.00 146.04 42.96 - 42.850 204.00 145.17 58.83 - 42.875 193.00 144.52 48.48 - 42.900 227.00 143.99 83.01 - 42.925 221.00 157.71 63.29 - 42.950 225.00 173.82 51.18 - 42.975 199.00 175.65 23.35 - 43.000 187.00 177.75 9.25 - 43.025 193.00 180.16 12.84 - 43.050 214.00 190.14 23.86 - 43.075 235.00 201.70 33.30 - 43.100 241.00 204.86 36.14 - 43.125 232.00 210.20 21.80 - 43.150 239.00 216.34 22.66 - 43.175 254.00 223.34 30.66 - 43.200 252.00 231.37 20.63 - 43.225 264.00 239.89 24.11 - 43.250 251.00 250.66 0.34 - 43.275 260.00 263.28 -3.28 - 43.300 320.00 278.17 41.83 - 43.325 375.00 295.90 79.10 - 43.350 379.00 317.26 61.74 - 43.375 442.00 343.25 98.75 - 43.400 425.00 375.45 49.55 - 43.425 492.00 415.93 76.07 - 43.450 574.00 468.02 105.98 - 43.475 693.00 537.71 155.29 - 43.500 816.00 638.81 177.19 - 43.525 1046.00 806.76 239.24 - 43.550 1286.00 1126.95 159.05 - 43.575 1773.00 1767.36 5.64 - 43.600 2593.00 2966.22 -373.22 - 43.625 4047.00 4906.53 -859.53 - 43.650 6544.00 7469.92 -925.92 - 43.675 9907.00 9962.45 -55.45 - 43.700 12440.00 11244.43 1195.57 - 43.725 12196.00 10820.24 1375.76 - 43.750 9815.00 9517.86 297.14 - 43.775 8006.00 8363.25 -357.25 - 43.800 7742.00 7509.51 232.49 - 43.825 7431.00 6459.16 971.84 - 43.850 5975.00 5014.84 960.16 - 43.875 3773.00 3486.43 286.57 - 43.900 2148.00 2257.55 -109.55 - 43.925 1465.00 1444.03 20.97 - 43.950 1080.00 979.34 100.66 - 43.975 849.00 741.08 107.92 - 44.000 683.00 612.13 70.87 - 44.025 579.00 536.50 42.50 - 44.050 560.00 486.74 73.26 - 44.075 480.00 451.84 28.16 - 44.100 481.00 427.17 53.83 - 44.125 470.00 410.47 59.53 - 44.150 468.00 400.47 67.53 - 44.175 450.00 396.57 53.43 - 44.200 469.00 398.64 70.36 - 44.225 498.00 407.09 90.91 - 44.250 468.00 422.97 45.03 - 44.275 528.00 448.60 79.40 - 44.300 615.00 489.33 125.67 - 44.325 632.00 558.88 73.12 - 44.350 765.00 690.49 74.51 - 44.375 985.00 950.90 34.10 - 44.400 1263.00 1437.37 -174.37 - 44.425 1833.00 2228.01 -395.01 - 44.450 2821.00 3291.46 -470.46 - 44.475 4290.00 4382.53 -92.53 - 44.500 5647.00 5108.31 538.69 - 44.525 5682.00 5439.54 242.46 - 44.550 5372.00 5833.49 -461.49 - 44.575 5802.00 6424.41 -622.41 - 44.600 7664.00 6689.05 974.95 - 44.625 7744.00 6087.90 1656.10 - 44.650 5866.00 4981.13 884.87 - 44.675 4103.00 4018.63 84.37 - 44.700 3552.00 3377.39 174.61 - 44.725 3442.00 2812.41 629.59 - 44.750 2855.00 2150.37 704.63 - 44.775 1843.00 1511.06 331.94 - 44.800 1102.00 1017.35 84.65 - 44.825 771.00 696.89 74.11 - 44.850 578.00 514.46 63.54 - 44.875 517.00 415.86 101.14 - 44.900 456.00 359.35 96.65 - 44.925 381.00 322.51 58.49 - 44.950 379.00 295.65 83.35 - 44.975 335.00 274.81 60.19 - 45.000 326.00 258.13 67.87 - 45.025 303.00 244.53 58.47 - 45.050 286.00 233.28 52.72 - 45.075 287.00 223.86 63.14 - 45.100 274.00 215.89 58.11 - 45.125 272.00 209.09 62.91 - 45.150 282.00 203.23 78.77 - 45.175 267.00 205.54 61.46 - 45.200 236.00 201.54 34.46 - 45.225 255.00 198.24 56.76 - 45.250 238.00 195.47 42.53 - 45.275 218.00 183.39 34.61 - 45.300 224.00 185.81 38.19 - 45.325 209.00 185.08 23.92 - 45.350 228.00 184.75 43.25 - 45.375 244.00 169.73 74.27 - 45.400 234.00 171.06 62.94 - 45.425 221.00 172.70 48.30 - 45.450 237.00 174.70 62.30 - 45.475 224.00 177.12 46.88 - 45.500 217.00 175.20 41.80 - 45.525 187.00 179.07 7.93 - 45.550 261.00 183.69 77.31 - 45.575 216.00 189.30 26.70 - 45.600 246.00 196.19 49.81 - 45.625 244.00 204.77 39.23 - 45.650 282.00 215.69 66.31 - 45.675 276.00 229.90 46.10 - 45.700 314.00 249.27 64.73 - 45.725 333.00 278.24 54.76 - 45.750 385.00 328.77 56.23 - 45.775 413.00 430.13 -17.13 - 45.800 609.00 637.52 -28.52 - 45.825 855.00 1019.14 -164.14 - 45.850 1397.00 1600.71 -203.71 - 45.875 2190.00 2280.03 -90.03 - 45.900 3180.00 2756.25 423.75 - 45.925 3151.00 2714.83 436.17 - 45.950 2427.00 2326.52 100.48 - 45.975 1819.00 1984.96 -165.96 - 46.000 1843.00 1831.95 11.05 - 46.025 2058.00 1725.99 332.01 - 46.050 1720.00 1463.56 256.44 - 46.075 1115.00 1087.62 27.38 - 46.100 716.00 744.55 -28.55 - 46.125 480.00 503.54 -23.54 - 46.150 364.00 363.13 0.87 - 46.175 297.00 290.34 6.66 - 46.200 300.00 252.68 47.32 - 46.225 267.00 230.81 36.19 - 46.250 227.00 216.10 10.90 - 46.275 215.00 205.23 9.77 - 46.300 189.00 196.81 -7.81 - 46.325 213.00 190.12 22.88 - 46.350 174.00 184.72 -10.72 - 46.375 175.00 180.29 -5.29 - 46.400 193.00 176.61 16.39 - 46.425 183.00 173.53 9.47 - 46.450 178.00 170.92 7.08 - 46.475 166.00 168.69 -2.69 - 46.500 171.00 166.77 4.23 - 46.525 171.00 165.11 5.89 - 46.550 172.00 163.67 8.33 - 46.575 161.00 162.40 -1.40 - 46.600 151.00 161.29 -10.29 - 46.625 143.00 160.30 -17.30 - 46.650 141.00 159.43 -18.43 - 46.675 139.00 151.96 -12.96 - 46.700 172.00 151.68 20.32 - 46.725 153.00 151.43 1.57 - 46.750 169.00 151.22 17.78 - 46.775 141.00 147.51 -6.51 - 46.800 125.00 147.57 -22.57 - 46.825 135.00 147.62 -12.62 - 46.850 142.00 147.68 -5.68 - 46.875 134.00 147.73 -13.73 - 46.900 142.00 147.79 -5.79 - 46.925 138.00 149.22 -11.22 - 46.950 152.00 149.41 2.59 - 46.975 159.00 149.58 9.42 - 47.000 140.00 149.76 -9.76 - 47.025 143.00 149.96 -6.96 - 47.050 136.00 150.86 -14.86 - 47.075 147.00 151.14 -4.14 - 47.100 144.00 151.48 -7.48 - 47.125 148.00 151.87 -3.87 - 47.150 153.00 152.27 0.73 - 47.175 112.00 152.72 -40.72 - 47.200 148.00 153.23 -5.23 - 47.225 138.00 153.83 -15.83 - 47.250 119.00 154.53 -35.53 - 47.275 121.00 155.35 -34.35 - 47.300 160.00 156.32 3.68 - 47.325 136.00 157.48 -21.48 - 47.350 164.00 158.92 5.08 - 47.375 137.00 160.70 -23.70 - 47.400 166.00 162.98 3.02 - 47.425 142.00 165.95 -23.95 - 47.450 158.00 170.04 -12.04 - 47.475 176.00 176.26 -0.26 - 47.500 175.00 187.38 -12.38 - 47.525 183.00 210.13 -27.13 - 47.550 249.00 256.65 -7.65 - 47.575 309.00 340.27 -31.27 - 47.600 389.00 461.79 -72.79 - 47.625 541.00 592.37 -51.37 - 47.650 720.00 654.24 65.76 - 47.675 682.00 608.87 73.13 - 47.700 600.00 523.27 76.73 - 47.725 452.00 468.72 -16.72 - 47.750 443.00 456.82 -13.82 - 47.775 453.00 448.36 4.64 - 47.800 437.00 400.94 36.06 - 47.825 329.00 331.44 -2.44 - 47.850 289.00 268.79 20.21 - 47.875 226.00 225.74 0.26 - 47.900 201.00 201.86 -0.86 - 47.925 182.00 190.62 -8.62 - 47.950 160.00 185.47 -25.47 - 47.975 178.00 182.33 -4.33 - 48.000 146.00 180.03 -34.03 - 48.025 181.00 178.82 2.18 - 48.050 142.00 178.94 -36.94 - 48.075 201.00 180.42 20.58 - 48.100 182.00 183.32 -1.32 - 48.125 174.00 187.86 -13.86 - 48.150 168.00 194.79 -26.79 - 48.175 174.00 206.18 -32.18 - 48.200 233.00 227.94 5.06 - 48.225 275.00 273.92 1.08 - 48.250 331.00 367.59 -36.59 - 48.275 464.00 531.09 -67.09 - 48.300 712.00 756.43 -44.43 - 48.325 969.00 968.25 0.75 - 48.350 1093.00 1024.87 68.13 - 48.375 984.00 899.77 84.23 - 48.400 752.00 746.92 5.08 - 48.425 624.00 670.50 -46.50 - 48.450 651.00 664.36 -13.36 - 48.475 695.00 640.55 54.45 - 48.500 597.00 541.02 55.98 - 48.525 460.00 414.22 45.78 - 48.550 284.00 310.61 -26.61 - 48.575 261.00 244.89 16.11 - 48.600 211.00 209.82 1.18 - 48.625 196.00 192.31 3.69 - 48.650 175.00 182.91 -7.91 - 48.675 167.00 177.01 -10.01 - 48.700 165.00 172.81 -7.81 - 48.725 143.00 169.64 -26.64 - 48.750 153.00 167.17 -14.17 - 48.775 155.00 165.20 -10.20 - 48.800 137.00 163.61 -26.61 - 48.825 161.00 162.31 -1.31 - 48.850 131.00 161.23 -30.23 - 48.875 138.00 160.33 -22.33 - 48.900 125.00 159.57 -34.57 - 48.925 114.00 158.93 -44.93 - 48.950 154.00 158.37 -4.37 - 48.975 114.00 157.90 -43.90 - 49.000 118.00 157.49 -39.49 - 49.025 120.00 157.14 -37.14 - 49.050 130.00 156.83 -26.83 - 49.075 117.00 154.17 -37.17 - 49.100 126.00 154.09 -28.09 - 49.125 132.00 154.02 -22.02 - 49.150 122.00 153.97 -31.97 - 49.175 133.00 153.93 -20.93 - 49.200 122.00 152.69 -30.69 - 49.225 113.00 152.75 -39.75 - 49.250 128.00 152.80 -24.80 - 49.275 139.00 152.85 -13.85 - 49.300 126.00 152.90 -26.90 - 49.325 140.00 152.95 -12.95 - 49.350 120.00 153.00 -33.00 - 49.375 122.00 153.05 -31.05 - 49.400 122.00 153.10 -31.10 - 49.425 136.00 153.16 -17.16 - 49.450 116.00 153.21 -37.21 - 49.475 113.00 153.26 -40.26 - 49.500 103.00 153.31 -50.31 - 49.525 120.00 153.36 -33.36 - 49.550 129.00 153.41 -24.41 - 49.575 112.00 153.46 -41.46 - 49.600 118.00 153.51 -35.51 - 49.625 140.00 153.56 -13.56 - 49.650 135.00 153.61 -18.61 - 49.675 101.00 153.66 -52.66 - 49.700 128.00 153.72 -25.72 - 49.725 115.00 153.77 -38.77 - 49.750 126.00 153.82 -27.82 - 49.775 120.00 153.87 -33.87 - 49.800 119.00 153.92 -34.92 - 49.825 107.00 153.97 -46.97 - 49.850 122.00 154.02 -32.02 - 49.875 124.00 154.07 -30.07 - 49.900 123.00 154.12 -31.12 - 49.925 159.00 154.17 4.83 - 49.950 132.00 154.22 -22.22 - 49.975 136.00 154.27 -18.27 - 50.000 115.00 154.32 -39.32 - 50.025 142.00 154.37 -12.37 - 50.050 132.00 154.42 -22.42 - 50.075 144.00 154.47 -10.47 - 50.100 140.00 154.52 -14.52 - 50.125 131.00 154.57 -23.57 - 50.150 112.00 161.69 -49.69 - 50.175 147.00 162.28 -15.28 - 50.200 129.00 162.95 -33.95 - 50.225 129.00 163.70 -34.70 - 50.250 106.00 164.56 -58.56 - 50.275 129.00 165.53 -36.53 - 50.300 127.00 170.28 -43.28 - 50.325 122.00 171.77 -49.77 - 50.350 155.00 173.46 -18.46 - 50.375 130.00 175.41 -45.41 - 50.400 121.00 177.69 -56.69 - 50.425 131.00 180.39 -49.39 - 50.450 173.00 183.59 -10.59 - 50.475 157.00 187.40 -30.40 - 50.500 146.00 192.02 -46.02 - 50.525 153.00 197.71 -44.71 - 50.550 168.00 204.84 -36.84 - 50.575 199.00 213.93 -14.93 - 50.600 204.00 225.77 -21.77 - 50.625 212.00 241.67 -29.67 - 50.650 232.00 264.35 -32.35 - 50.675 255.00 300.92 -45.92 - 50.700 319.00 371.31 -52.31 - 50.725 410.00 521.60 -111.60 - 50.750 629.00 824.46 -195.46 - 50.775 1090.00 1331.96 -241.96 - 50.800 1814.00 1970.77 -156.77 - 50.825 2668.00 2419.07 248.93 - 50.850 2463.00 2292.39 170.61 - 50.875 1752.00 1809.42 -57.42 - 50.900 1187.00 1435.15 -248.15 - 50.925 1257.00 1344.73 -87.73 - 50.950 1542.00 1425.75 116.25 - 50.975 1549.00 1384.11 164.89 - 51.000 1066.00 1103.34 -37.34 - 51.025 624.00 767.78 -143.78 - 51.050 387.00 514.34 -127.34 - 51.075 314.00 365.65 -51.65 - 51.100 267.00 290.79 -23.79 - 51.125 208.00 253.66 -45.66 - 51.150 211.00 232.68 -21.68 - 51.175 210.00 218.76 -8.76 - 51.200 181.00 208.60 -27.60 - 51.225 170.00 200.83 -30.83 - 51.250 154.00 194.73 -40.73 - 51.275 155.00 189.86 -34.86 - 51.300 143.00 185.89 -42.89 - 51.325 171.00 182.63 -11.63 - 51.350 156.00 179.91 -23.91 - 51.375 134.00 177.62 -43.62 - 51.400 142.00 175.67 -33.67 - 51.425 142.00 174.00 -32.00 - 51.450 136.00 172.56 -36.56 - 51.475 139.00 171.31 -32.31 - 51.500 139.00 170.22 -31.22 - 51.525 132.00 162.48 -30.48 - 51.550 152.00 162.09 -10.09 - 51.575 123.00 161.76 -38.76 - 51.600 137.00 161.47 -24.47 - 51.625 125.00 161.22 -36.22 - 51.650 132.00 157.51 -25.51 - 51.675 133.00 157.56 -24.56 - 51.700 137.00 157.61 -20.61 - 51.725 148.00 157.65 -9.65 - 51.750 121.00 157.70 -36.70 - 51.775 150.00 160.90 -10.90 - 51.800 139.00 161.20 -22.20 - 51.825 127.00 161.53 -34.53 - 51.850 127.00 162.75 -35.75 - 51.875 146.00 163.23 -17.23 - 51.900 147.00 163.76 -16.76 - 51.925 155.00 165.98 -10.98 - 51.950 131.00 166.79 -35.79 - 51.975 144.00 167.73 -23.73 - 52.000 148.00 169.25 -21.25 - 52.025 138.00 170.55 -32.55 - 52.050 149.00 172.07 -23.07 - 52.075 154.00 173.87 -19.87 - 52.100 142.00 176.04 -34.04 - 52.125 141.00 178.67 -37.67 - 52.150 181.00 181.93 -0.93 - 52.175 185.00 186.03 -1.03 - 52.200 169.00 191.29 -22.29 - 52.225 181.00 198.21 -17.21 - 52.250 203.00 207.68 -4.68 - 52.275 236.00 221.70 14.30 - 52.300 232.00 245.85 -13.85 - 52.325 335.00 294.93 40.07 - 52.350 428.00 398.50 29.50 - 52.375 600.00 591.78 8.22 - 52.400 826.00 877.85 -51.85 - 52.425 1143.00 1164.11 -21.11 - 52.450 1282.00 1250.54 31.46 - 52.475 1262.00 1122.89 139.11 - 52.500 1070.00 973.21 96.79 - 52.525 962.00 878.88 83.12 - 52.550 964.00 852.46 111.54 - 52.575 871.00 846.51 24.49 - 52.600 886.00 762.62 123.38 - 52.625 728.00 628.27 99.73 - 52.650 557.00 504.64 52.36 - 52.675 468.00 394.93 73.07 - 52.700 370.00 310.57 59.43 - 52.725 267.00 256.30 10.70 - 52.750 235.00 225.18 9.82 - 52.775 203.00 208.78 -5.78 - 52.800 187.00 199.26 -12.26 - 52.825 181.00 193.30 -12.30 - 52.850 188.00 189.25 -1.25 - 52.875 189.00 186.45 2.55 - 52.900 166.00 184.64 -18.64 - 52.925 167.00 183.80 -16.80 - 52.950 175.00 184.29 -9.29 - 52.975 191.00 189.12 1.88 - 53.000 184.00 196.54 -12.54 - 53.025 181.00 209.81 -28.81 - 53.050 226.00 230.81 -4.81 - 53.075 228.00 242.60 -14.60 - 53.100 258.00 239.55 18.45 - 53.125 216.00 229.43 -13.43 - 53.150 233.00 233.50 -0.50 - 53.175 250.00 251.47 -1.47 - 53.200 287.00 298.38 -11.38 - 53.225 332.00 371.64 -39.64 - 53.250 441.00 459.70 -18.70 - 53.275 506.00 522.03 -16.03 - 53.300 459.00 497.82 -38.82 - 53.325 447.00 419.70 27.30 - 53.350 383.00 363.64 19.36 - 53.375 372.00 355.84 16.16 - 53.400 397.00 383.46 13.54 - 53.425 408.00 404.36 3.64 - 53.450 434.00 386.55 47.45 - 53.475 419.00 357.04 61.96 - 53.500 346.00 350.66 -4.66 - 53.525 392.00 389.79 2.21 - 53.550 441.00 497.17 -56.17 - 53.575 622.00 694.67 -72.67 - 53.600 912.00 978.65 -66.65 - 53.625 1096.00 1278.06 -182.06 - 53.650 1359.00 1540.33 -181.33 - 53.675 1605.00 1800.19 -195.19 - 53.700 1949.00 1942.31 6.69 - 53.725 1937.00 1976.95 -39.95 - 53.750 1843.00 2092.80 -249.80 - 53.775 2020.00 2168.92 -148.92 - 53.800 1980.00 1993.01 -13.01 - 53.825 1741.00 1695.76 45.24 - 53.850 1467.00 1394.42 72.58 - 53.875 1209.00 1167.57 41.43 - 53.900 1080.00 1065.17 14.83 - 53.925 998.00 970.93 27.07 - 53.950 719.00 777.45 -58.45 - 53.975 548.00 564.33 -16.33 - 54.000 393.00 408.10 -15.10 - 54.025 314.00 317.13 -3.13 - 54.050 277.00 270.10 6.90 - 54.075 248.00 244.98 3.02 - 54.100 204.00 228.96 -24.96 - 54.125 179.00 218.03 -39.03 - 54.150 180.00 209.76 -29.76 - 54.175 168.00 203.30 -35.30 - 54.200 160.00 198.12 -38.12 - 54.225 170.00 193.91 -23.91 - 54.250 160.00 190.44 -30.44 - 54.275 184.00 185.67 -1.67 - 54.300 179.00 183.34 -4.34 - 54.325 164.00 181.36 -17.36 - 54.350 149.00 175.93 -26.93 - 54.375 156.00 174.73 -18.73 - 54.400 140.00 173.70 -33.70 - 54.425 161.00 167.94 -6.94 - 54.450 149.00 167.50 -18.50 - 54.475 134.00 167.12 -33.12 - 54.500 126.00 164.97 -38.97 - 54.525 143.00 164.81 -21.81 - 54.550 138.00 164.46 -26.46 - 54.575 142.00 162.63 -20.63 - 54.600 163.00 162.67 0.33 - 54.625 131.00 162.71 -31.71 - 54.650 161.00 162.75 -1.75 - 54.675 131.00 162.79 -31.79 - 54.700 147.00 162.83 -15.83 - 54.725 150.00 162.87 -12.87 - 54.750 160.00 162.91 -2.91 - 54.775 128.00 166.80 -38.80 - 54.800 126.00 167.18 -41.18 - 54.825 128.00 167.60 -39.60 - 54.850 152.00 168.08 -16.08 - 54.875 134.00 168.62 -34.62 - 54.900 158.00 169.25 -11.25 - 54.925 135.00 171.88 -36.88 - 54.950 162.00 172.90 -10.90 - 54.975 157.00 174.09 -17.09 - 55.000 173.00 175.48 -2.48 - 55.025 156.00 177.13 -21.13 - 55.050 162.00 179.13 -17.13 - 55.075 158.00 182.78 -24.78 - 55.100 164.00 185.98 -21.98 - 55.125 155.00 190.05 -35.05 - 55.150 194.00 195.33 -1.33 - 55.175 195.00 202.37 -7.37 - 55.200 196.00 212.17 -16.17 - 55.225 253.00 227.51 25.49 - 55.250 262.00 253.66 8.34 - 55.275 350.00 308.84 41.16 - 55.300 464.00 428.96 35.04 - 55.325 665.00 653.44 11.56 - 55.350 937.00 967.00 -30.00 - 55.375 1141.00 1202.59 -61.59 - 55.400 1055.00 1115.87 -60.87 - 55.425 834.00 837.11 -3.11 - 55.450 657.00 628.40 28.60 - 55.475 648.00 580.11 67.89 - 55.500 638.00 660.49 -22.49 - 55.525 752.00 745.02 6.98 - 55.550 672.00 684.61 -12.61 - 55.575 543.00 532.89 10.11 - 55.600 404.00 417.72 -13.72 - 55.625 370.00 386.45 -16.45 - 55.650 386.00 433.33 -47.33 - 55.675 469.00 512.35 -43.35 - 55.700 560.00 529.71 30.29 - 55.725 465.00 450.18 14.82 - 55.750 360.00 359.18 0.82 - 55.775 285.00 312.77 -27.77 - 55.800 276.00 317.34 -41.34 - 55.825 355.00 348.25 6.75 - 55.850 364.00 354.23 9.77 - 55.875 291.00 311.10 -20.10 - 55.900 228.00 257.91 -29.91 - 55.925 190.00 222.40 -32.40 - 55.950 194.00 202.20 -8.20 - 55.975 195.00 192.46 2.54 - 56.000 180.00 187.46 -7.46 - 56.025 163.00 181.01 -18.01 - 56.050 154.00 179.18 -25.18 - 56.075 156.00 177.94 -21.94 - 56.100 184.00 187.63 -3.63 - 56.125 181.00 188.10 -7.10 - 56.150 152.00 188.99 -36.99 - 56.175 176.00 188.62 -12.62 - 56.200 177.00 190.53 -13.53 - 56.225 160.00 192.97 -32.97 - 56.250 178.00 200.67 -22.67 - 56.275 185.00 204.97 -19.97 - 56.300 175.00 210.40 -35.40 - 56.325 206.00 216.24 -10.24 - 56.350 214.00 225.44 -11.44 - 56.375 244.00 238.00 6.00 - 56.400 255.00 256.98 -1.98 - 56.425 254.00 290.78 -36.78 - 56.450 373.00 358.28 14.72 - 56.475 514.00 490.40 23.60 - 56.500 623.00 680.35 -57.35 - 56.525 827.00 859.08 -32.08 - 56.550 875.00 885.49 -10.49 - 56.575 884.00 833.98 50.02 - 56.600 951.00 937.77 13.23 - 56.625 1181.00 1364.45 -183.45 - 56.650 1887.00 2117.38 -230.38 - 56.675 2582.00 2830.21 -248.21 - 56.700 2875.00 2747.91 127.09 - 56.725 2303.00 2002.64 300.36 - 56.750 1613.00 1356.92 256.08 - 56.775 1270.00 1112.05 157.95 - 56.800 1312.00 1235.62 76.38 - 56.825 1510.00 1494.10 15.90 - 56.850 1599.00 1483.19 115.81 - 56.875 1288.00 1137.94 150.06 - 56.900 890.00 787.48 102.52 - 56.925 794.00 579.69 214.31 - 56.950 643.00 513.64 129.36 - 56.975 683.00 574.50 108.50 - 57.000 884.00 794.68 89.32 - 57.025 1207.00 1210.00 -3.00 - 57.050 1571.00 1711.03 -140.03 - 57.075 1762.00 1880.96 -118.96 - 57.100 1506.00 1536.01 -30.01 - 57.125 1186.00 1118.11 67.89 - 57.150 969.00 879.89 89.11 - 57.175 975.00 868.18 106.82 - 57.200 1015.00 1016.47 -1.47 - 57.225 1048.00 1103.26 -55.26 - 57.250 938.00 936.08 1.92 - 57.275 733.00 682.70 50.30 - 57.300 494.00 477.95 16.05 - 57.325 392.00 355.70 36.30 - 57.350 292.00 288.36 3.64 - 57.375 276.00 252.32 23.68 - 57.400 254.00 231.90 22.10 - 57.425 229.00 219.13 9.87 - 57.450 216.00 206.00 10.00 - 57.475 203.00 199.77 3.23 - 57.500 194.00 194.99 -0.99 - 57.525 189.00 191.23 -2.23 - 57.550 192.00 188.21 3.79 - 57.575 181.00 185.75 -4.75 - 57.600 191.00 183.72 7.28 - 57.625 163.00 182.02 -19.02 - 57.650 175.00 180.58 -5.58 - 57.675 186.00 173.50 12.50 - 57.700 149.00 172.90 -23.90 - 57.725 175.00 172.39 2.61 - 57.750 142.00 171.54 -29.54 - 57.775 180.00 171.20 8.80 - 57.800 136.00 170.90 -34.90 - 57.825 151.00 170.65 -19.65 - 57.850 177.00 167.69 9.31 - 57.875 156.00 167.71 -11.71 - 57.900 159.00 167.94 -8.94 - 57.925 174.00 168.01 5.99 - 57.950 148.00 168.09 -20.09 - 57.975 147.00 168.18 -21.18 - 58.000 141.00 168.27 -27.27 - 58.025 145.00 168.38 -23.38 - 58.050 156.00 168.70 -12.70 - 58.075 144.00 168.85 -24.85 - 58.100 149.00 169.02 -20.02 - 58.125 145.00 172.87 -27.87 - 58.150 127.00 173.46 -46.46 - 58.175 143.00 174.14 -31.14 - 58.200 159.00 174.96 -15.96 - 58.225 129.00 175.94 -46.94 - 58.250 161.00 177.16 -16.16 - 58.275 138.00 180.43 -42.43 - 58.300 145.00 182.58 -37.58 - 58.325 165.00 185.51 -20.51 - 58.350 172.00 190.29 -18.29 - 58.375 184.00 198.63 -14.63 - 58.400 217.00 215.36 1.64 - 58.425 266.00 245.17 20.83 - 58.450 272.00 284.03 -12.03 - 58.475 313.00 305.00 8.00 - 58.500 288.00 288.62 -0.62 - 58.525 275.00 267.00 8.00 - 58.550 321.00 264.67 56.33 - 58.575 323.00 292.69 30.31 - 58.600 439.00 368.18 70.82 - 58.625 573.00 519.63 53.37 - 58.650 743.00 760.59 -17.59 - 58.675 906.00 1029.36 -123.36 - 58.700 960.00 1074.04 -114.04 - 58.725 812.00 826.51 -14.51 - 58.750 566.00 574.34 -8.34 - 58.775 541.00 455.28 85.72 - 58.800 535.00 474.96 60.04 - 58.825 554.00 586.74 -32.74 - 58.850 567.00 673.39 -106.39 - 58.875 599.00 605.17 -6.17 - 58.900 473.00 475.60 -2.60 - 58.925 359.00 376.95 -17.95 - 58.950 290.00 304.57 -14.57 - 58.975 254.00 255.97 -1.97 - 59.000 189.00 229.44 -40.44 - 59.025 184.00 219.40 -35.40 - 59.050 196.00 220.59 -24.59 - 59.075 210.00 224.91 -14.91 - 59.100 190.00 220.25 -30.25 - 59.125 179.00 206.54 -27.54 - 59.150 148.00 194.45 -46.45 - 59.175 160.00 187.03 -27.03 - 59.200 147.00 183.03 -36.03 - 59.225 122.00 180.52 -58.52 - 59.250 148.00 178.97 -30.97 - 59.275 141.00 174.37 -33.37 - 59.300 140.00 173.71 -33.71 - 59.325 142.00 174.09 -32.09 - 59.350 114.00 173.76 -59.76 - 59.375 150.00 173.52 -23.52 - 59.400 151.00 173.36 -22.36 - 59.425 132.00 173.26 -41.26 - 59.450 153.00 171.60 -18.60 - 59.475 140.00 172.18 -32.18 - 59.500 118.00 172.42 -54.42 - 59.525 128.00 172.48 -44.48 - 59.550 140.00 172.89 -32.89 - 59.575 136.00 173.40 -37.40 - 59.600 122.00 174.05 -52.05 - 59.625 130.00 174.89 -44.89 - 59.650 135.00 176.01 -41.01 - 59.675 133.00 177.39 -44.39 - 59.700 165.00 179.54 -14.54 - 59.725 160.00 182.80 -22.80 - 59.750 163.00 188.53 -25.53 - 59.775 166.00 200.83 -34.83 - 59.800 190.00 228.67 -38.67 - 59.825 264.00 281.92 -17.92 - 59.850 331.00 352.08 -21.08 - 59.875 334.00 379.69 -45.69 - 59.900 297.00 327.75 -30.75 - 59.925 215.00 265.13 -50.13 - 59.950 205.00 231.66 -26.66 - 59.975 212.00 230.21 -18.21 - 60.000 268.00 252.98 15.02 - 60.025 226.00 279.84 -53.84 - 60.050 256.00 272.22 -16.22 - 60.075 199.00 236.70 -37.70 - 60.100 165.00 207.43 -42.43 - 60.125 148.00 190.99 -42.99 - 60.150 159.00 183.50 -24.50 - 60.175 132.00 180.00 -48.00 - 60.200 154.00 178.05 -24.05 - 60.225 139.00 176.79 -37.79 - 60.250 121.00 175.95 -54.95 - 60.275 144.00 175.66 -31.66 - 60.300 131.00 175.32 -44.32 - 60.325 136.00 175.14 -39.14 - 60.350 139.00 175.11 -36.11 - 60.375 120.00 175.22 -55.22 - 60.400 129.00 175.50 -46.50 - 60.425 130.00 175.97 -45.97 - 60.450 143.00 175.92 -32.92 - 60.475 127.00 177.11 -50.11 - 60.500 150.00 178.93 -28.93 - 60.525 156.00 182.04 -26.04 - 60.550 154.00 188.52 -34.52 - 60.575 153.00 203.47 -50.47 - 60.600 162.00 233.48 -71.48 - 60.625 208.00 277.94 -69.94 - 60.650 247.00 303.56 -56.56 - 60.675 207.00 275.43 -68.43 - 60.700 192.00 233.88 -41.88 - 60.725 179.00 209.51 -30.51 - 60.750 148.00 205.23 -57.23 - 60.775 154.00 217.07 -63.07 - 60.800 204.00 236.13 -32.13 - 60.825 186.00 238.76 -52.76 - 60.850 208.00 217.99 -9.99 - 60.875 175.00 197.30 -22.30 - 60.900 141.00 185.23 -44.23 - 60.925 111.00 179.64 -68.64 - 60.950 124.00 177.07 -53.07 - 60.975 132.00 175.66 -43.66 - 61.000 127.00 174.75 -47.75 - 61.025 125.00 174.11 -49.11 - 61.050 124.00 173.68 -49.68 - 61.075 147.00 173.35 -26.35 - 61.100 143.00 173.09 -30.09 - 61.125 135.00 172.89 -37.89 - 61.150 136.00 172.73 -36.73 - 61.175 143.00 172.60 -29.60 - 61.200 145.00 172.51 -27.51 - 61.225 143.00 171.95 -28.95 - 61.250 148.00 171.95 -23.95 - 61.275 151.00 171.95 -20.95 - 61.300 139.00 171.97 -32.97 - 61.325 142.00 172.00 -30.00 - 61.350 135.00 172.04 -37.04 - 61.375 161.00 171.83 -10.83 - 61.400 143.00 171.94 -28.94 - 61.425 139.00 173.86 -34.86 - 61.450 136.00 174.24 -38.24 - 61.475 158.00 174.78 -16.78 - 61.500 164.00 175.68 -11.68 - 61.525 167.00 190.46 -23.46 - 61.550 165.00 195.06 -30.06 - 61.575 181.00 201.08 -20.08 - 61.600 147.00 206.21 -59.21 - 61.625 160.00 206.57 -46.57 - 61.650 195.00 206.31 -11.31 - 61.675 209.00 208.30 0.70 - 61.700 190.00 219.61 -29.61 - 61.725 226.00 227.85 -1.85 - 61.750 195.00 238.72 -43.72 - 61.775 241.00 251.01 -10.01 - 61.800 278.00 265.37 12.63 - 61.825 302.00 286.10 15.90 - 61.850 344.00 320.33 23.67 - 61.875 427.00 383.38 43.62 - 61.900 563.00 503.66 59.34 - 61.925 789.00 708.02 80.98 - 61.950 990.00 974.18 15.82 - 61.975 1317.00 1273.14 43.86 - 62.000 1792.00 1854.98 -62.98 - 62.025 2342.00 2766.20 -424.20 - 62.050 2479.00 3109.41 -630.41 - 62.075 2083.00 2328.69 -245.69 - 62.100 1541.00 1514.73 26.27 - 62.125 1233.00 1112.47 120.53 - 62.150 1186.00 1024.45 161.55 - 62.175 1301.00 1228.52 72.48 - 62.200 1408.00 1622.00 -214.00 - 62.225 1348.00 1668.64 -320.64 - 62.250 1086.00 1188.44 -102.44 - 62.275 761.00 733.97 27.03 - 62.300 509.00 480.42 28.58 - 62.325 405.00 365.53 39.47 - 62.350 349.00 312.09 36.91 - 62.375 309.00 282.38 26.62 - 62.400 273.00 263.85 9.15 - 62.425 269.00 252.76 16.24 - 62.450 244.00 249.30 -5.30 - 62.475 252.00 257.55 -5.55 - 62.500 286.00 281.35 4.65 - 62.525 309.00 318.46 -9.46 - 62.550 289.00 332.01 -43.01 - 62.575 316.00 321.90 -5.90 - 62.600 317.00 297.98 19.02 - 62.625 259.00 267.98 -8.98 - 62.650 228.00 242.45 -14.45 - 62.675 223.00 237.44 -14.44 - 62.700 259.00 248.23 10.77 - 62.725 237.00 250.68 -13.68 - 62.750 212.00 243.73 -31.73 - 62.775 212.00 236.00 -24.00 - 62.800 201.00 219.19 -18.19 - 62.825 184.00 203.11 -19.11 - 62.850 201.00 194.08 6.92 - 62.875 170.00 190.27 -20.27 - 62.900 165.00 189.07 -24.07 - 62.925 182.00 189.09 -7.09 - 62.950 182.00 189.87 -7.87 - 62.975 183.00 194.45 -11.45 - 63.000 199.00 196.95 2.05 - 63.025 200.00 201.77 -1.77 - 63.050 208.00 206.57 1.43 - 63.075 190.00 212.68 -22.68 - 63.100 185.00 221.80 -36.80 - 63.125 230.00 234.88 -4.88 - 63.150 275.00 254.39 20.61 - 63.175 352.00 288.09 63.91 - 63.200 448.00 358.69 89.31 - 63.225 647.00 522.23 124.77 - 63.250 956.00 857.22 98.78 - 63.275 1241.00 1317.56 -76.56 - 63.300 1280.00 1430.17 -150.17 - 63.325 1063.00 1025.73 37.27 - 63.350 730.00 652.65 77.35 - 63.375 559.00 479.98 79.02 - 63.400 576.00 472.80 103.20 - 63.425 678.00 604.87 73.13 - 63.450 833.00 839.30 -6.30 - 63.475 919.00 956.50 -37.50 - 63.500 838.00 846.57 -8.57 - 63.525 736.00 708.06 27.94 - 63.550 578.00 527.50 50.50 - 63.575 449.00 380.54 68.46 - 63.600 352.00 302.88 49.12 - 63.625 332.00 275.46 56.54 - 63.650 306.00 283.81 22.19 - 63.675 308.00 320.88 -12.88 - 63.700 321.00 350.43 -29.43 - 63.725 300.00 314.11 -14.11 - 63.750 245.00 258.83 -13.83 - 63.775 216.00 224.04 -8.04 - 63.800 201.00 207.22 -6.22 - 63.825 182.00 193.66 -11.66 - 63.850 162.00 189.34 -27.34 - 63.875 147.00 186.45 -39.45 - 63.900 163.00 184.37 -21.37 - 63.925 193.00 182.81 10.19 - 63.950 149.00 181.60 -32.60 - 63.975 171.00 180.63 -9.63 - 64.000 166.00 177.15 -11.15 - 64.025 202.00 176.74 25.26 - 64.050 155.00 175.15 -20.15 - 64.075 141.00 184.22 -43.22 - 64.100 162.00 185.08 -23.08 - 64.125 155.00 186.13 -31.13 - 64.150 166.00 187.40 -21.40 - 64.175 190.00 188.95 1.05 - 64.200 174.00 190.84 -16.84 - 64.225 189.00 192.54 -3.54 - 64.250 211.00 195.49 15.51 - 64.275 169.00 204.13 -35.13 - 64.300 195.00 209.39 -14.39 - 64.325 197.00 216.15 -19.15 - 64.350 235.00 225.09 9.91 - 64.375 250.00 237.24 12.76 - 64.400 286.00 254.37 31.63 - 64.425 344.00 279.66 64.34 - 64.450 394.00 320.00 74.00 - 64.475 561.00 395.56 165.44 - 64.500 722.00 567.58 154.42 - 64.525 930.00 960.97 -30.97 - 64.550 1317.00 1648.60 -331.60 - 64.575 1481.00 2163.86 -682.86 - 64.600 1358.00 1711.06 -353.06 - 64.625 1037.00 1033.88 3.12 - 64.650 813.00 657.88 155.12 - 64.675 746.00 547.96 198.04 - 64.700 717.00 632.95 84.05 - 64.725 877.00 910.10 -33.10 - 64.750 916.00 1208.39 -292.39 - 64.775 896.00 1064.18 -168.18 - 64.800 663.00 691.36 -28.36 - 64.825 502.00 447.46 54.54 - 64.850 396.00 334.83 61.17 - 64.875 302.00 286.32 15.68 - 64.900 255.00 264.81 -9.81 - 64.925 280.00 251.30 28.70 - 64.950 238.00 243.83 -5.83 - 64.975 238.00 240.76 -2.76 - 65.000 233.00 241.59 -8.59 - 65.025 267.00 246.70 20.30 - 65.050 258.00 257.54 0.46 - 65.075 267.00 278.00 -11.00 - 65.100 346.00 311.43 34.57 - 65.125 468.00 411.82 56.18 - 65.150 667.00 642.60 24.40 - 65.175 897.00 1036.39 -139.39 - 65.200 976.00 1276.37 -300.37 - 65.225 870.00 970.95 -100.95 - 65.250 617.00 609.63 7.37 - 65.275 478.00 420.47 57.53 - 65.300 483.00 372.13 110.87 - 65.325 485.00 423.44 61.56 - 65.350 541.00 576.98 -35.98 - 65.375 636.00 742.79 -106.79 - 65.400 625.00 652.58 -27.58 - 65.425 465.00 445.06 19.94 - 65.450 354.00 314.77 39.23 - 65.475 276.00 255.80 20.20 - 65.500 231.00 230.46 0.54 - 65.525 232.00 218.91 13.09 - 65.550 190.00 212.83 -22.83 - 65.575 216.00 206.93 9.07 - 65.600 192.00 200.01 -8.01 - 65.625 191.00 194.92 -3.92 - 65.650 172.00 191.72 -19.72 - 65.675 178.00 189.82 -11.82 - 65.700 212.00 183.99 28.01 - 65.725 172.00 184.84 -12.84 - 65.750 174.00 185.18 -11.18 - 65.775 183.00 183.92 -0.92 - 65.800 142.00 182.80 -40.80 - 65.825 176.00 182.56 -6.56 - 65.850 174.00 183.13 -9.13 - 65.875 159.00 182.00 -23.00 - 65.900 196.00 188.23 7.77 - 65.925 194.00 195.67 -1.67 - 65.950 202.00 212.97 -10.97 - 65.975 246.00 246.32 -0.32 - 66.000 258.00 278.62 -20.62 - 66.025 272.00 260.77 11.23 - 66.050 227.00 225.84 1.16 - 66.075 206.00 206.71 -0.71 - 66.100 220.00 202.87 17.13 - 66.125 234.00 215.42 18.58 - 66.150 235.00 229.77 5.23 - 66.175 252.00 252.22 -0.22 - 66.200 241.00 260.67 -19.67 - 66.225 246.00 251.33 -5.33 - 66.250 280.00 251.34 28.66 - 66.275 326.00 270.23 55.77 - 66.300 391.00 323.34 67.66 - 66.325 456.00 453.99 2.01 - 66.350 640.00 678.83 -38.83 - 66.375 670.00 822.20 -152.20 - 66.400 639.00 653.42 -14.42 - 66.425 521.00 470.61 50.39 - 66.450 515.00 396.78 118.22 - 66.475 493.00 406.49 86.51 - 66.500 632.00 494.88 137.12 - 66.525 854.00 725.19 128.81 - 66.550 1153.00 1190.28 -37.28 - 66.575 1468.00 1805.83 -337.83 - 66.600 1384.00 2066.39 -682.39 - 66.625 1196.00 1452.60 -256.60 - 66.650 879.00 851.74 27.26 - 66.675 770.00 565.43 204.57 - 66.700 660.00 483.06 176.94 - 66.725 705.00 544.42 160.58 - 66.750 773.00 759.93 13.07 - 66.775 815.00 1063.24 -248.24 - 66.800 766.00 992.23 -226.23 - 66.825 626.00 649.18 -23.18 - 66.850 469.00 426.40 42.60 - 66.875 409.00 324.26 84.74 - 66.900 338.00 282.14 55.86 - 66.925 280.00 264.94 15.06 - 66.950 267.00 254.65 12.35 - 66.975 303.00 250.69 52.31 - 67.000 290.00 251.99 38.01 - 67.025 315.00 258.95 56.05 - 67.050 308.00 272.20 35.80 - 67.075 375.00 292.79 82.21 - 67.100 471.00 351.89 119.11 - 67.125 637.00 493.04 143.96 - 67.150 830.00 814.49 15.51 - 67.175 1073.00 1308.58 -235.58 - 67.200 1024.00 1371.35 -347.35 - 67.225 833.00 895.33 -62.33 - 67.250 639.00 553.07 85.93 - 67.275 528.00 408.78 119.22 - 67.300 502.00 383.92 118.08 - 67.325 569.00 451.31 117.69 - 67.350 667.00 638.37 28.63 - 67.375 732.00 843.04 -111.04 - 67.400 600.00 714.72 -114.72 - 67.425 516.00 479.62 36.38 - 67.450 444.00 358.11 85.89 - 67.475 417.00 333.21 83.79 - 67.500 430.00 377.32 52.68 - 67.525 431.00 444.94 -13.94 - 67.550 409.00 404.34 4.66 - 67.575 399.00 319.81 79.19 - 67.600 319.00 280.88 38.12 - 67.625 289.00 290.48 -1.48 - 67.650 333.00 347.90 -14.90 - 67.675 368.00 412.42 -44.42 - 67.700 368.00 406.19 -38.19 - 67.725 375.00 366.90 8.10 - 67.750 332.00 297.28 34.72 - 67.775 257.00 248.15 8.85 - 67.800 253.00 230.65 22.35 - 67.825 244.00 243.31 0.69 - 67.850 250.00 268.33 -18.33 - 67.875 251.00 279.33 -28.33 - 67.900 239.00 245.81 -6.81 - 67.925 260.00 218.36 41.64 - 67.950 202.00 206.09 -4.09 - 67.975 234.00 201.92 32.08 - 68.000 236.00 205.78 30.22 - 68.025 222.00 210.74 11.26 - 68.050 268.00 215.34 52.66 - 68.075 246.00 222.66 23.34 - 68.100 261.00 239.15 21.85 - 68.125 301.00 260.05 40.95 - 68.150 352.00 295.31 56.69 - 68.175 434.00 349.96 84.04 - 68.200 507.00 421.23 85.77 - 68.225 687.00 599.08 87.92 - 68.250 891.00 964.89 -73.89 - 68.275 929.00 1237.23 -308.23 - 68.300 869.00 946.74 -77.74 - 68.325 744.00 653.80 90.20 - 68.350 766.00 580.37 185.63 - 68.375 883.00 706.47 176.53 - 68.400 1213.00 1057.31 155.69 - 68.425 1390.00 1463.78 -73.78 - 68.450 1383.00 1431.88 -48.88 - 68.475 1276.00 1257.31 18.69 - 68.500 1228.00 1140.18 87.82 - 68.525 1172.00 1260.64 -88.64 - 68.550 1129.00 1110.67 18.33 - 68.575 970.00 835.83 134.17 - 68.600 905.00 809.10 95.90 - 68.625 839.00 823.55 15.45 - 68.650 745.00 633.42 111.58 - 68.675 632.00 519.23 112.77 - 68.700 628.00 567.96 60.04 - 68.725 600.00 670.24 -70.24 - 68.750 552.00 546.23 5.77 - 68.775 393.00 378.62 14.38 - 68.800 307.00 290.38 16.62 - 68.825 265.00 250.98 14.02 - 68.850 275.00 231.13 43.87 - 68.875 215.00 219.25 -4.25 - 68.900 233.00 206.57 26.43 - 68.925 208.00 198.64 9.36 - 68.950 186.00 194.94 -8.94 - 68.975 180.00 192.15 -12.15 - 69.000 200.00 185.92 14.08 - 69.025 182.00 184.63 -2.63 - 69.050 178.00 183.64 -5.64 - 69.075 170.00 180.51 -10.51 - 69.100 180.00 180.21 -0.21 - 69.125 177.00 180.06 -3.06 - 69.150 190.00 186.23 3.77 - 69.175 173.00 185.07 -12.07 - 69.200 203.00 186.91 16.09 - 69.225 200.00 189.79 10.21 - 69.250 185.00 199.31 -14.31 - 69.275 218.00 210.78 7.22 - 69.300 207.00 227.19 -20.19 - 69.325 244.00 228.72 15.28 - 69.350 220.00 223.99 -3.99 - 69.375 243.00 224.38 18.62 - 69.400 266.00 232.57 33.43 - 69.425 280.00 248.31 31.69 - 69.450 324.00 277.57 46.43 - 69.475 394.00 328.65 65.35 - 69.500 567.00 436.20 130.80 - 69.525 690.00 671.79 18.21 - 69.550 853.00 1092.83 -239.83 - 69.575 934.00 1222.07 -288.07 - 69.600 815.00 882.71 -67.71 - 69.625 877.00 777.46 99.54 - 69.650 894.00 949.70 -55.70 - 69.675 888.00 955.57 -67.57 - 69.700 744.00 702.70 41.30 - 69.725 665.00 632.46 32.54 - 69.750 674.00 764.33 -90.33 - 69.775 693.00 774.87 -81.87 - 69.800 634.00 583.64 50.36 - 69.825 583.00 527.32 55.68 - 69.850 589.00 609.88 -20.88 - 69.875 572.00 597.50 -25.50 - 69.900 455.00 457.36 -2.36 - 69.925 501.00 390.27 110.73 - 69.950 497.00 404.71 92.29 - 69.975 637.00 519.18 117.82 - 70.000 833.00 824.39 8.61 - 70.025 1120.00 1282.34 -162.34 - 70.050 968.00 1157.44 -189.44 - 70.075 776.00 695.10 80.90 - 70.100 526.00 447.47 78.53 - 70.125 397.00 357.63 39.37 - 70.150 372.00 338.38 33.62 - 70.175 472.00 377.77 94.23 - 70.200 548.00 513.80 34.20 - 70.225 682.00 739.75 -57.75 - 70.250 632.00 678.88 -46.88 - 70.275 479.00 440.68 38.32 - 70.300 341.00 309.92 31.08 - 70.325 304.00 256.10 47.90 - 70.350 211.00 231.39 -20.39 - 70.375 213.00 217.80 -4.80 - 70.400 199.00 209.53 -10.53 - 70.425 185.00 204.31 -19.31 - 70.450 190.00 201.08 -11.08 - 70.475 194.00 194.08 -0.08 - 70.500 183.00 198.13 -15.13 - 70.525 193.00 200.57 -7.57 - 70.550 204.00 205.43 -1.43 - 70.575 201.00 214.85 -13.85 - 70.600 264.00 235.52 28.48 - 70.625 298.00 285.84 12.16 - 70.650 373.00 387.94 -14.94 - 70.675 364.00 436.28 -72.28 - 70.700 306.00 337.19 -31.19 - 70.725 270.00 268.48 1.52 - 70.750 271.00 244.43 26.57 - 70.775 259.00 243.94 15.06 - 70.800 298.00 262.33 35.67 - 70.825 371.00 308.16 62.84 - 70.850 433.00 415.44 17.56 - 70.875 565.00 594.75 -29.75 - 70.900 625.00 789.19 -164.19 - 70.925 581.00 754.27 -173.27 - 70.950 460.00 489.60 -29.60 - 70.975 365.00 341.25 23.75 - 71.000 291.00 285.80 5.20 - 71.025 270.00 270.88 -0.88 - 71.050 311.00 284.68 26.32 - 71.075 317.00 343.81 -26.81 - 71.100 411.00 462.56 -51.56 - 71.125 435.00 508.18 -73.18 - 71.150 426.00 418.79 7.21 - 71.175 481.00 420.03 60.97 - 71.200 415.00 473.60 -58.60 - 71.225 358.00 379.95 -21.95 - 71.250 268.00 283.56 -15.56 - 71.275 245.00 240.47 4.53 - 71.300 239.00 223.15 15.85 - 71.325 204.00 219.00 -15.00 - 71.350 246.00 225.01 20.99 - 71.375 236.00 257.64 -21.64 - 71.400 272.00 306.66 -34.66 - 71.425 241.00 279.70 -38.70 - 71.450 203.00 229.01 -26.01 - 71.475 182.00 204.56 -22.56 - 71.500 189.00 194.19 -5.19 - 71.525 163.00 188.90 -25.90 - 71.550 165.00 184.40 -19.40 - 71.575 161.00 182.61 -21.61 - 71.600 145.00 181.39 -36.39 - 71.625 149.00 179.26 -30.26 - 71.650 163.00 178.88 -15.88 - 71.675 166.00 178.56 -12.56 - 71.700 138.00 178.33 -40.33 - 71.725 141.00 178.17 -37.17 - 71.750 158.00 178.08 -20.08 - 71.775 145.00 178.04 -33.04 - 71.800 131.00 178.06 -47.06 - 71.825 135.00 177.43 -42.43 - 71.850 147.00 177.78 -30.78 - 71.875 133.00 178.24 -45.24 - 71.900 140.00 178.89 -38.89 - 71.925 144.00 182.73 -38.73 - 71.950 155.00 185.37 -30.37 - 71.975 157.00 191.11 -34.11 - 72.000 196.00 203.22 -7.22 - 72.025 193.00 213.88 -20.88 - 72.050 175.00 210.99 -35.99 - 72.075 172.00 201.32 -29.32 - 72.100 174.00 194.97 -20.97 - 72.125 148.00 195.69 -47.69 - 72.150 164.00 199.15 -35.15 - 72.175 177.00 206.98 -29.98 - 72.200 183.00 222.65 -39.65 - 72.225 250.00 251.59 -1.59 - 72.250 310.00 304.47 5.53 - 72.275 439.00 426.50 12.50 - 72.300 401.00 569.10 -168.10 - 72.325 356.00 444.05 -88.05 - 72.350 276.00 306.30 -30.30 - 72.375 178.00 248.79 -70.79 - 72.400 216.00 228.10 -12.10 - 72.425 209.00 224.02 -15.02 - 72.450 222.00 235.89 -13.89 - 72.475 263.00 278.17 -15.17 - 72.500 281.00 360.63 -79.63 - 72.525 270.00 346.34 -76.34 - 72.550 217.00 261.98 -44.98 - 72.575 181.00 220.03 -39.03 - 72.600 183.00 202.67 -19.67 - 72.625 174.00 194.54 -20.54 - 72.650 171.00 190.32 -19.32 - 72.675 151.00 188.68 -37.68 - 72.700 142.00 188.38 -46.38 - 72.725 130.00 183.51 -53.51 - 72.750 147.00 181.21 -34.21 - 72.775 146.00 180.00 -34.00 - 72.800 148.00 179.33 -31.33 - 72.825 124.00 178.93 -54.93 - 72.850 129.00 178.78 -49.78 - 72.875 128.00 178.98 -50.98 - 72.900 135.00 179.70 -44.70 - 72.925 143.00 178.42 -35.42 - 72.950 135.00 177.47 -42.47 - 72.975 145.00 176.99 -31.99 - 73.000 134.00 176.78 -42.78 - 73.025 131.00 176.69 -45.69 - 73.050 154.00 176.63 -22.63 - 73.075 135.00 176.60 -41.60 - 73.100 139.00 176.55 -37.55 - 73.125 155.00 176.53 -21.53 - 73.150 143.00 176.52 -33.52 - 73.175 151.00 178.16 -27.16 - 73.200 154.00 178.39 -24.39 - 73.225 160.00 178.68 -18.68 - 73.250 141.00 179.05 -38.05 - 73.275 160.00 185.47 -25.47 - 73.300 155.00 186.96 -31.96 - 73.325 171.00 188.86 -17.86 - 73.350 166.00 191.36 -25.36 - 73.375 159.00 194.75 -35.75 - 73.400 187.00 200.38 -13.38 - 73.425 205.00 207.54 -2.54 - 73.450 212.00 218.80 -6.80 - 73.475 230.00 238.49 -8.49 - 73.500 313.00 281.68 31.32 - 73.525 346.00 372.45 -26.45 - 73.550 402.00 499.64 -97.64 - 73.575 511.00 477.10 33.90 - 73.600 535.00 515.78 19.22 - 73.625 696.00 781.40 -85.40 - 73.650 717.00 1062.58 -345.58 - 73.675 624.00 720.63 -96.63 - 73.700 520.00 456.95 63.05 - 73.725 421.00 371.56 49.44 - 73.750 399.00 381.62 17.38 - 73.775 344.00 389.61 -45.61 - 73.800 380.00 356.85 23.15 - 73.825 468.00 408.63 59.37 - 73.850 482.00 581.66 -99.66 - 73.875 453.00 574.59 -121.59 - 73.900 373.00 377.87 -4.87 - 73.925 267.00 281.54 -14.54 - 73.950 229.00 239.84 -10.84 - 73.975 209.00 220.72 -11.72 - 74.000 176.00 210.46 -34.46 - 74.025 193.00 204.75 -11.75 - 74.050 210.00 197.49 12.51 - 74.075 179.00 197.87 -18.87 - 74.100 173.00 203.40 -30.40 - 74.125 207.00 212.32 -5.32 - 74.150 225.00 233.84 -8.84 - 74.175 265.00 287.70 -22.70 - 74.200 315.00 373.69 -58.69 - 74.225 289.00 322.54 -33.54 - 74.250 229.00 252.27 -23.27 - 74.275 197.00 225.20 -28.20 - 74.300 204.00 218.52 -14.52 - 74.325 221.00 220.77 0.23 - 74.350 249.00 232.49 16.51 - 74.375 258.00 261.37 -3.37 - 74.400 290.00 329.99 -39.99 - 74.425 401.00 439.00 -38.00 - 74.450 434.00 533.74 -99.74 - 74.475 421.00 446.44 -25.44 - 74.500 368.00 332.94 35.06 - 74.525 358.00 301.65 56.35 - 74.550 396.00 322.02 73.98 - 74.575 462.00 410.21 51.79 - 74.600 547.00 641.26 -94.26 - 74.625 580.00 822.74 -242.74 - 74.650 497.00 603.44 -106.44 - 74.675 442.00 487.48 -45.48 - 74.700 397.00 361.99 35.01 - 74.725 313.00 292.53 20.47 - 74.750 316.00 270.43 45.57 - 74.775 296.00 278.54 17.46 - 74.800 341.00 329.45 11.55 - 74.825 355.00 458.82 -103.82 - 74.850 373.00 464.12 -91.12 - 74.875 333.00 329.34 3.66 - 74.900 274.00 269.96 4.04 - 74.925 262.00 255.12 6.88 - 74.950 290.00 269.22 20.78 - 74.975 329.00 329.31 -0.31 - 75.000 333.00 460.39 -127.39 - 75.025 356.00 435.99 -79.99 - 75.050 280.00 301.93 -21.93 - 75.075 237.00 243.72 -6.72 - 75.100 214.00 223.23 -9.23 - 75.125 238.00 215.15 22.85 - 75.150 243.00 216.22 26.78 - 75.175 204.00 229.07 -25.07 - 75.200 239.00 268.07 -29.07 - 75.225 255.00 333.57 -78.57 - 75.250 249.00 294.44 -45.44 - 75.275 226.00 238.06 -12.06 - 75.300 191.00 216.75 -25.75 - 75.325 222.00 212.26 9.74 - 75.350 193.00 215.56 -22.56 - 75.375 236.00 229.08 6.92 - 75.400 264.00 261.62 2.38 - 75.425 308.00 350.61 -42.61 - 75.450 340.00 494.82 -154.82 - 75.475 330.00 405.12 -75.12 - 75.500 282.00 284.85 -2.85 - 75.525 229.00 238.98 -9.98 - 75.550 235.00 220.33 14.67 - 75.575 204.00 214.58 -10.58 - 75.600 203.00 218.12 -15.12 - 75.625 252.00 234.62 17.38 - 75.650 249.00 283.96 -34.96 - 75.675 232.00 348.13 -116.13 - 75.700 222.00 289.56 -67.56 - 75.725 217.00 238.02 -21.02 - 75.750 226.00 221.51 4.49 - 75.775 222.00 220.78 1.22 - 75.800 238.00 229.97 8.03 - 75.825 265.00 256.57 8.43 - 75.850 341.00 323.25 17.75 - 75.875 339.00 477.80 -138.80 - 75.900 338.00 494.31 -156.31 - 75.925 302.00 335.94 -33.94 - 75.950 275.00 261.97 13.03 - 75.975 242.00 234.56 7.44 - 76.000 218.00 227.32 -9.32 - 76.025 232.00 232.05 -0.05 - 76.050 297.00 253.34 43.66 - 76.075 360.00 317.99 42.01 - 76.100 399.00 454.73 -55.73 - 76.125 423.00 535.83 -112.83 - 76.150 365.00 396.23 -31.23 - 76.175 273.00 292.11 -19.11 - 76.200 254.00 252.02 1.98 - 76.225 262.00 238.00 24.00 - 76.250 216.00 236.77 -20.77 - 76.275 316.00 243.59 72.41 - 76.300 339.00 271.56 67.44 - 76.325 402.00 326.84 75.16 - 76.350 509.00 418.89 90.11 - 76.375 598.00 498.77 99.23 - 76.400 700.00 746.53 -46.53 - 76.425 742.00 1171.38 -429.38 - 76.450 619.00 879.23 -260.23 - 76.475 470.00 511.67 -41.67 - 76.500 398.00 361.56 36.44 - 76.525 379.00 301.07 77.93 - 76.550 352.00 280.79 71.21 - 76.575 351.00 287.38 63.62 - 76.600 379.00 334.68 44.32 - 76.625 443.00 466.21 -23.21 - 76.650 466.00 679.72 -213.72 - 76.675 438.00 537.42 -99.42 - 76.700 357.00 351.62 5.38 - 76.725 289.00 274.47 14.53 - 76.750 258.00 240.80 17.20 - 76.775 233.00 225.38 7.62 - 76.800 216.00 218.63 -2.63 - 76.825 241.00 213.02 27.98 - 76.850 235.00 219.33 15.67 - 76.875 277.00 235.85 41.15 - 76.900 309.00 275.73 33.27 - 76.925 358.00 376.79 -18.79 - 76.950 356.00 533.34 -177.34 - 76.975 323.00 432.49 -109.49 - 77.000 273.00 301.32 -28.32 - 77.025 243.00 248.35 -5.35 - 77.050 224.00 224.54 -0.54 - 77.075 243.00 218.22 24.78 - 77.100 250.00 221.59 28.41 - 77.125 220.00 238.26 -18.26 - 77.150 267.00 284.71 -17.71 - 77.175 291.00 367.40 -76.40 - 77.200 282.00 334.84 -52.84 - 77.225 252.00 274.39 -22.39 - 77.250 255.00 263.87 -8.87 - 77.275 328.00 293.41 34.59 - 77.300 357.00 391.29 -34.29 - 77.325 411.00 569.57 -158.57 - 77.350 375.00 480.72 -105.72 - 77.375 323.00 322.27 0.73 - 77.400 267.00 255.83 11.17 - 77.425 240.00 229.09 10.91 - 77.450 208.00 219.03 -11.03 - 77.475 209.00 219.46 -10.46 - 77.500 236.00 232.88 3.12 - 77.525 248.00 274.40 -26.40 - 77.550 261.00 362.28 -101.28 - 77.575 256.00 344.33 -88.33 - 77.600 244.00 257.54 -13.54 - 77.625 203.00 218.02 -15.02 - 77.650 173.00 201.08 -28.08 - 77.675 170.00 192.66 -22.66 - 77.700 174.00 187.90 -13.90 - 77.725 168.00 182.41 -14.41 - 77.750 167.00 180.73 -13.73 - 77.775 181.00 179.59 1.41 - 77.800 159.00 191.22 -32.22 - 77.825 195.00 192.43 2.57 - 77.850 168.00 194.22 -26.22 - 77.875 180.00 196.70 -16.70 - 77.900 186.00 200.10 -14.10 - 77.925 175.00 204.85 -29.85 - 77.950 191.00 209.73 -18.73 - 77.975 213.00 217.74 -4.74 - 78.000 274.00 229.53 44.47 - 78.025 266.00 247.42 18.58 - 78.050 323.00 282.73 40.27 - 78.075 421.00 332.61 88.39 - 78.100 552.00 426.65 125.35 - 78.125 799.00 629.71 169.29 - 78.150 1129.00 1125.54 3.46 - 78.175 1277.00 1940.08 -663.08 - 78.200 1123.00 1503.96 -380.96 - 78.225 820.00 809.95 10.05 - 78.250 610.00 522.27 87.73 - 78.275 504.00 407.02 96.98 - 78.300 408.00 364.59 43.41 - 78.325 478.00 368.02 109.98 - 78.350 543.00 426.43 116.57 - 78.375 708.00 602.85 105.15 - 78.400 817.00 995.88 -178.88 - 78.425 736.00 1011.57 -275.57 - 78.450 641.00 619.93 21.07 - 78.475 568.00 459.33 108.67 - 78.500 413.00 461.02 -48.02 - 78.525 433.00 475.44 -42.44 - 78.550 373.00 360.45 12.55 - 78.575 314.00 285.43 28.57 - 78.600 321.00 275.89 45.11 - 78.625 244.00 290.67 -46.67 - 78.650 262.00 268.75 -6.75 - 78.675 251.00 258.61 -7.61 - 78.700 232.00 253.88 -21.88 - 78.725 241.00 267.30 -26.30 - 78.750 216.00 304.90 -88.90 - 78.775 240.00 268.84 -28.84 - 78.800 212.00 223.69 -11.69 - 78.825 196.00 213.52 -17.52 - 78.850 173.00 220.94 -47.94 - 78.875 187.00 217.30 -30.30 - 78.900 175.00 206.14 -31.14 - 78.925 173.00 199.12 -26.12 - 78.950 152.00 189.46 -37.46 - 78.975 163.00 183.93 -20.93 - 79.000 143.00 181.27 -38.27 - 79.025 135.00 179.42 -44.42 - 79.050 122.00 178.61 -56.61 - 79.075 139.00 177.95 -38.95 - 79.100 128.00 177.71 -49.71 - 79.125 134.00 177.65 -43.65 - 79.150 140.00 177.09 -37.09 - 79.175 117.00 177.53 -60.53 - 79.200 150.00 178.52 -28.52 - 79.225 134.00 179.99 -45.99 - 79.250 152.00 182.64 -30.64 - 79.275 127.00 188.87 -61.87 - 79.300 170.00 203.90 -33.90 - 79.325 158.00 227.85 -69.85 - 79.350 155.00 214.22 -59.22 - 79.375 173.00 193.62 -20.62 - 79.400 161.00 185.01 -24.01 - 79.425 136.00 181.51 -45.51 - 79.450 128.00 180.17 -52.17 - 79.475 177.00 182.48 -5.48 - 79.500 165.00 184.34 -19.34 - 79.525 140.00 189.23 -49.23 - 79.550 154.00 200.28 -46.28 - 79.575 143.00 205.23 -62.23 - 79.600 168.00 193.68 -25.68 - 79.625 189.00 187.87 1.13 - 79.650 130.00 186.54 -56.54 - 79.675 160.00 187.43 -27.43 - 79.700 151.00 190.12 -39.12 - 79.725 182.00 196.06 -14.06 - 79.750 221.00 205.54 15.46 - 79.775 238.00 223.81 14.19 - 79.800 260.00 263.91 -3.91 - 79.825 315.00 360.83 -45.83 - 79.850 327.00 496.56 -169.56 - 79.875 311.00 400.00 -89.00 - 79.900 246.00 283.03 -37.03 - 79.925 211.00 234.48 -23.48 - 79.950 204.00 214.57 -10.57 - 79.975 196.00 206.78 -10.78 - 80.000 211.00 206.65 4.35 - 80.025 191.00 215.22 -24.22 - 80.050 234.00 241.53 -7.53 - 80.075 225.00 304.90 -79.90 - 80.100 255.00 332.17 -77.17 - 80.125 200.00 259.21 -59.21 - 80.150 186.00 216.93 -30.93 - 80.175 186.00 199.16 -13.16 - 80.200 162.00 190.78 -28.78 - 80.225 140.00 186.31 -46.31 - 80.250 153.00 181.70 -28.70 - 80.275 147.00 180.74 -33.74 - 80.300 143.00 181.14 -38.14 - 80.325 153.00 183.85 -30.85 - 80.350 154.00 185.91 -31.91 - 80.375 133.00 181.48 -48.48 - 80.400 145.00 178.49 -33.49 - 80.425 148.00 177.16 -29.16 - 80.450 165.00 179.79 -14.79 - 80.475 155.00 179.93 -24.93 - 80.500 155.00 179.41 -24.41 - 80.525 147.00 180.46 -33.46 - 80.550 176.00 182.31 -6.31 - 80.575 149.00 185.52 -36.52 - 80.600 165.00 187.10 -22.10 - 80.625 136.00 187.25 -51.25 - 80.650 163.00 189.43 -26.43 - 80.675 163.00 198.71 -35.71 - 80.700 198.00 208.49 -10.49 - 80.725 215.00 222.49 -7.49 - 80.750 249.00 248.45 0.55 - 80.775 304.00 303.64 0.36 - 80.800 377.00 434.64 -57.64 - 80.825 414.00 637.42 -223.42 - 80.850 339.00 524.35 -185.35 - 80.875 322.00 356.46 -34.46 - 80.900 284.00 290.70 -6.70 - 80.925 301.00 274.76 26.24 - 80.950 311.00 283.01 27.99 - 80.975 380.00 320.02 59.98 - 81.000 550.00 413.12 136.88 - 81.025 624.00 643.96 -19.96 - 81.050 660.00 1009.31 -349.31 - 81.075 617.00 886.72 -269.72 - 81.100 461.00 547.31 -86.31 - 81.125 363.00 370.95 -7.95 - 81.150 284.00 297.35 -13.35 - 81.175 266.00 265.90 0.10 - 81.200 268.00 256.30 11.70 - 81.225 289.00 263.65 25.35 - 81.250 340.00 305.87 34.13 - 81.275 375.00 419.04 -44.04 - 81.300 363.00 527.83 -164.83 - 81.325 327.00 389.24 -62.24 - 81.350 259.00 282.54 -23.54 - 81.375 216.00 238.26 -22.26 - 81.400 172.00 217.63 -45.63 - 81.425 180.00 205.92 -25.92 - 81.450 208.00 195.10 12.90 - 81.475 177.00 191.55 -14.55 - 81.500 157.00 191.78 -34.78 - 81.525 189.00 195.07 -6.07 - 81.550 192.00 204.08 -12.08 - 81.575 222.00 227.01 -5.01 - 81.600 222.00 278.10 -56.10 - 81.625 188.00 291.22 -103.22 - 81.650 184.00 236.33 -52.33 - 81.675 164.00 206.41 -42.41 - 81.700 173.00 191.85 -18.85 - 81.725 182.00 186.74 -4.74 - 81.750 153.00 184.98 -31.98 - 81.775 158.00 185.75 -27.75 - 81.800 158.00 190.07 -32.07 - 81.825 183.00 202.33 -19.33 - 81.850 190.00 228.40 -38.40 - 81.875 178.00 228.15 -50.15 - 81.900 169.00 201.18 -32.18 - 81.925 145.00 187.71 -42.71 - 81.950 170.00 181.89 -11.89 - 81.975 138.00 179.01 -41.01 - 82.000 169.00 177.39 -8.39 - 82.025 133.00 175.63 -42.63 - 82.050 134.00 175.03 -41.03 - 82.075 122.00 174.63 -52.63 - 82.100 126.00 174.34 -48.34 - 82.125 153.00 174.13 -21.13 - 82.150 112.00 173.96 -61.96 - 82.175 125.00 173.83 -48.83 - 82.200 127.00 173.72 -46.72 - 82.225 147.00 173.63 -26.63 - 82.250 125.00 173.56 -48.56 - 82.275 125.00 173.12 -48.12 - 82.300 142.00 173.10 -31.10 - 82.325 143.00 174.02 -31.02 - 82.350 138.00 174.14 -36.14 - 82.375 145.00 174.29 -29.29 - 82.400 166.00 174.49 -8.49 - 82.425 165.00 174.74 -9.74 - 82.450 156.00 175.07 -19.07 - 82.475 154.00 179.98 -25.98 - 82.500 169.00 184.86 -15.86 - 82.525 130.00 187.03 -57.03 - 82.550 173.00 189.96 -16.96 - 82.575 155.00 194.54 -39.54 - 82.600 178.00 200.81 -22.81 - 82.625 211.00 211.16 -0.16 - 82.650 247.00 230.67 16.33 - 82.675 289.00 272.56 16.44 - 82.700 310.00 336.58 -26.58 - 82.725 276.00 321.86 -45.86 - 82.750 303.00 296.24 6.76 - 82.775 376.00 317.27 58.73 - 82.800 468.00 390.69 77.31 - 82.825 665.00 565.15 99.85 - 82.850 803.00 931.33 -128.33 - 82.875 829.00 1136.18 -307.18 - 82.900 683.00 986.92 -303.92 - 82.925 570.00 641.91 -71.91 - 82.950 507.00 473.81 33.19 - 82.975 383.00 381.90 1.10 - 83.000 335.00 326.39 8.61 - 83.025 352.00 313.58 38.42 - 83.050 412.00 338.44 73.56 - 83.075 522.00 419.19 102.81 - 83.100 575.00 606.61 -31.61 - 83.125 652.00 772.20 -120.20 - 83.150 681.00 825.82 -144.82 - 83.175 634.00 807.33 -173.33 - 83.200 466.00 580.13 -114.13 - 83.225 368.00 386.45 -18.45 - 83.250 301.00 300.46 0.54 - 83.275 214.00 256.87 -42.87 - 83.300 226.00 234.51 -8.51 - 83.325 205.00 227.25 -22.25 - 83.350 239.00 229.62 9.38 - 83.375 226.00 246.07 -20.07 - 83.400 271.00 294.85 -23.85 - 83.425 279.00 381.29 -102.29 - 83.450 280.00 346.62 -66.62 - 83.475 247.00 270.54 -23.54 - 83.500 223.00 243.93 -20.93 - 83.525 201.00 250.24 -49.24 - 83.550 199.00 286.99 -87.99 - 83.575 198.00 271.04 -73.04 - 83.600 206.00 223.84 -17.84 - 83.625 191.00 201.18 -10.18 - 83.650 154.00 191.27 -37.27 - 83.675 174.00 186.64 -12.64 - 83.700 144.00 184.72 -40.72 - 83.725 155.00 185.86 -30.86 - 83.750 161.00 189.11 -28.11 - 83.775 172.00 198.53 -26.53 - 83.800 178.00 219.89 -41.89 - 83.825 192.00 225.61 -33.61 - 83.850 155.00 201.00 -46.00 - 83.875 171.00 188.37 -17.37 - 83.900 155.00 183.36 -28.36 - 83.925 160.00 181.52 -21.52 - 83.950 138.00 181.35 -43.35 - 83.975 156.00 182.32 -26.32 - 84.000 178.00 185.43 -7.43 - 84.025 163.00 191.78 -28.78 - 84.050 191.00 205.57 -14.57 - 84.075 200.00 238.27 -38.27 - 84.100 208.00 296.04 -88.04 - 84.125 186.00 280.64 -94.64 - 84.150 167.00 227.32 -60.32 - 84.175 183.00 201.44 -18.44 - 84.200 157.00 193.58 -36.58 - 84.225 148.00 192.23 -44.23 - 84.250 163.00 191.58 -28.58 - 84.275 174.00 193.56 -19.56 - 84.300 187.00 199.22 -12.22 - 84.325 182.00 212.60 -30.60 - 84.350 189.00 241.02 -52.02 - 84.375 190.00 253.72 -63.72 - 84.400 190.00 230.11 -40.11 - 84.425 199.00 219.23 -20.23 - 84.450 240.00 221.36 18.64 - 84.475 247.00 234.77 12.23 - 84.500 334.00 261.24 72.76 - 84.525 391.00 310.05 80.95 - 84.550 512.00 418.40 93.60 - 84.575 618.00 661.39 -43.39 - 84.600 663.00 935.84 -272.84 - 84.625 593.00 889.58 -296.58 - 84.650 456.00 575.13 -119.13 - 84.675 395.00 383.05 11.95 - 84.700 343.00 301.95 41.05 - 84.725 288.00 267.18 20.82 - 84.750 292.00 255.19 36.81 - 84.775 310.00 260.26 49.74 - 84.800 392.00 290.28 101.72 - 84.825 389.00 372.27 16.73 - 84.850 437.00 521.85 -84.85 - 84.875 361.00 570.28 -209.28 - 84.900 351.00 444.42 -93.42 - 84.925 262.00 311.16 -49.16 - 84.950 250.00 250.08 -0.08 - 84.975 233.00 221.66 11.34 - 85.000 197.00 203.71 -6.71 - 85.025 195.00 191.93 3.07 - 85.050 171.00 187.00 -16.00 - 85.075 174.00 184.05 -10.05 - 85.100 171.00 182.67 -11.67 - 85.125 159.00 181.23 -22.23 - 85.150 158.00 178.85 -20.85 - 85.175 120.00 177.23 -57.23 - 85.200 128.00 178.26 -50.26 - 85.225 140.00 177.80 -37.80 - 85.250 148.00 177.59 -29.59 - 85.275 156.00 176.25 -20.25 - 85.300 133.00 175.13 -42.13 - 85.325 156.00 175.97 -19.97 - 85.350 144.00 177.25 -33.25 - 85.375 163.00 179.01 -16.01 - 85.400 158.00 180.45 -22.45 - 85.425 158.00 182.59 -24.59 - 85.450 154.00 186.39 -32.39 - 85.475 165.00 193.97 -28.97 - 85.500 196.00 205.91 -9.91 - 85.525 206.00 229.83 -23.83 - 85.550 256.00 284.19 -28.19 - 85.575 278.00 400.28 -122.28 - 85.600 255.00 441.42 -186.42 - 85.625 253.00 317.49 -64.49 - 85.650 223.00 245.52 -22.52 - 85.675 190.00 215.38 -25.38 - 85.700 196.00 202.07 -6.07 - 85.725 176.00 196.50 -20.50 - 85.750 171.00 195.87 -24.87 - 85.775 212.00 200.54 11.46 - 85.800 204.00 214.76 -10.76 - 85.825 252.00 251.29 0.71 - 85.850 224.00 311.27 -87.27 - 85.875 192.00 283.87 -91.87 - 85.900 180.00 227.36 -47.36 - 85.925 172.00 201.21 -29.21 - 85.950 166.00 189.46 -23.46 - 85.975 159.00 183.44 -24.44 - 86.000 155.00 178.06 -23.06 - 86.025 148.00 176.14 -28.14 - 86.050 167.00 174.86 -7.86 - 86.075 137.00 174.07 -37.07 - 86.100 178.00 173.45 4.55 - 86.125 161.00 181.15 -20.15 - 86.150 180.00 181.94 -1.94 - 86.175 156.00 183.06 -27.06 - 86.200 169.00 184.59 -15.59 - 86.225 178.00 186.61 -8.61 - 86.250 174.00 189.31 -15.31 - 86.275 181.00 192.07 -11.07 - 86.300 172.00 197.17 -25.17 - 86.325 238.00 204.38 33.62 - 86.350 209.00 215.14 -6.14 - 86.375 240.00 232.15 7.85 - 86.400 343.00 263.99 79.01 - 86.425 384.00 306.08 77.92 - 86.450 500.00 387.15 112.85 - 86.475 673.00 562.86 110.14 - 86.500 704.00 951.63 -247.63 - 86.525 763.00 1320.20 -557.20 - 86.550 656.00 894.13 -238.13 - 86.575 551.00 533.62 17.38 - 86.600 406.00 379.90 26.10 - 86.625 354.00 313.41 40.59 - 86.650 352.00 285.52 66.48 - 86.675 301.00 279.49 21.51 - 86.700 357.00 290.24 66.76 - 86.725 414.00 330.46 83.54 - 86.750 440.00 430.82 9.18 - 86.775 502.00 651.17 -149.17 - 86.800 459.00 752.81 -293.81 - 86.825 425.00 514.62 -89.62 - 86.850 378.00 377.25 0.75 - 86.875 418.00 341.82 76.18 - 86.900 427.00 380.17 46.83 - 86.925 467.00 491.64 -24.64 - 86.950 441.00 502.83 -61.83 - 86.975 400.00 450.40 -50.40 - 87.000 327.00 342.73 -15.73 - 87.025 278.00 267.41 10.59 - 87.050 259.00 233.58 25.42 - 87.075 240.00 218.39 21.61 - 87.100 213.00 212.79 0.21 - 87.125 206.00 214.91 -8.91 - 87.150 241.00 228.18 12.82 - 87.175 263.00 264.79 -1.79 - 87.200 287.00 321.85 -34.85 - 87.225 291.00 323.95 -32.95 - 87.250 245.00 296.85 -51.85 - 87.275 243.00 243.60 -0.60 - 87.300 198.00 212.63 -14.63 - 87.325 195.00 197.45 -2.45 - 87.350 195.00 188.39 6.61 - 87.375 164.00 184.58 -20.58 - 87.400 178.00 181.56 -3.56 - 87.425 161.00 180.74 -19.74 - 87.450 161.00 180.71 -19.71 - 87.475 183.00 181.40 1.60 - 87.500 177.00 182.90 -5.90 - 87.525 177.00 185.51 -8.51 - 87.550 177.00 190.97 -13.97 - 87.575 192.00 198.37 -6.37 - 87.600 219.00 211.58 7.42 - 87.625 260.00 236.97 23.03 - 87.650 310.00 295.52 14.48 - 87.675 337.00 421.04 -84.04 - 87.700 312.00 513.92 -201.92 - 87.725 290.00 382.68 -92.68 - 87.750 275.00 277.15 -2.15 - 87.775 243.00 231.06 11.94 - 87.800 192.00 210.86 -18.86 - 87.825 200.00 201.81 -1.81 - 87.850 212.00 198.93 13.07 - 87.875 205.00 201.38 3.62 - 87.900 180.00 211.72 -31.72 - 87.925 219.00 239.12 -20.12 - 87.950 274.00 300.02 -26.02 - 87.975 271.00 343.55 -72.55 - 88.000 200.00 278.48 -78.48 - 88.025 205.00 225.28 -20.28 - 88.050 195.00 201.58 -6.58 - 88.075 179.00 191.13 -12.13 - 88.100 171.00 185.23 -14.23 - 88.125 171.00 178.53 -7.53 - 88.150 147.00 175.91 -28.91 - 88.175 147.00 174.27 -27.27 - 88.200 167.00 173.18 -6.18 - 88.225 159.00 172.40 -13.40 - 88.250 157.00 171.84 -14.84 - 88.275 145.00 171.44 -26.44 - 88.300 164.00 171.18 -7.18 - 88.325 142.00 173.09 -31.09 - 88.350 143.00 173.51 -30.51 - 88.375 164.00 173.74 -9.74 - 88.400 157.00 172.41 -15.41 - 88.425 153.00 172.57 -19.57 - 88.450 145.00 173.00 -28.00 - 88.475 168.00 173.64 -5.64 - 88.500 159.00 174.53 -15.53 - 88.525 169.00 175.74 -6.74 - 88.550 137.00 177.44 -40.44 - 88.575 182.00 179.87 2.13 - 88.600 196.00 184.49 11.51 - 88.625 218.00 190.38 27.62 - 88.650 216.00 200.40 15.60 - 88.675 223.00 222.43 0.57 - 88.700 269.00 264.39 4.61 - 88.725 295.00 355.23 -60.23 - 88.750 288.00 464.25 -176.25 - 88.775 280.00 398.12 -118.12 - 88.800 281.00 291.13 -10.13 - 88.825 187.00 239.08 -52.08 - 88.850 264.00 217.52 46.48 - 88.875 216.00 213.32 2.68 - 88.900 220.00 212.31 7.69 - 88.925 242.00 216.91 25.09 - 88.950 264.00 230.22 33.78 - 88.975 272.00 256.06 15.94 - 89.000 326.00 310.58 15.42 - 89.025 362.00 399.35 -37.35 - 89.050 407.00 453.67 -46.67 - 89.075 468.00 538.35 -70.35 - 89.100 432.00 648.38 -216.38 - 89.125 443.00 528.14 -85.14 - 89.150 383.00 394.60 -11.60 - 89.175 393.00 327.95 65.05 - 89.200 367.00 303.01 63.99 - 89.225 415.00 318.48 96.52 - 89.250 471.00 386.29 84.71 - 89.275 595.00 550.81 44.19 - 89.300 626.00 804.16 -178.16 - 89.325 583.00 781.46 -198.46 - 89.350 491.00 594.01 -103.01 - 89.375 456.00 534.57 -78.57 - 89.400 411.00 449.65 -38.65 - 89.425 322.00 346.50 -24.50 - 89.450 328.00 290.25 37.75 - 89.475 289.00 264.81 24.19 - 89.500 271.00 259.19 11.81 - 89.525 302.00 278.49 23.51 - 89.550 377.00 335.42 41.58 - 89.575 369.00 450.59 -81.59 - 89.600 373.00 492.16 -119.16 - 89.625 347.00 380.85 -33.85 - 89.650 296.00 307.96 -11.96 - 89.675 292.00 298.03 -6.03 - 89.700 257.00 305.69 -48.69 - 89.725 269.00 269.67 -0.67 - 89.750 241.00 235.09 5.91 - 89.775 218.00 214.97 3.03 - 89.800 212.00 210.79 1.21 - 89.825 239.00 214.81 24.19 - 89.850 254.00 228.29 25.71 - 89.875 295.00 265.14 29.86 - 89.900 314.00 344.88 -30.88 - 89.925 356.00 445.36 -89.36 - 89.950 301.00 413.83 -112.83 - 89.975 277.00 331.99 -54.99 - 90.000 252.00 273.80 -21.80 - 90.025 251.00 231.96 19.04 - 90.050 186.00 210.38 -24.38 - 90.075 197.00 198.93 -1.93 - 90.100 162.00 195.87 -33.87 - 90.125 192.00 198.17 -6.17 - 90.150 231.00 208.80 22.20 - 90.175 223.00 235.47 -12.47 - 90.200 207.00 283.62 -76.62 - 90.225 238.00 297.27 -59.27 - 90.250 196.00 248.20 -52.20 - 90.275 196.00 210.48 -14.48 - 90.300 176.00 192.26 -16.26 - 90.325 171.00 183.68 -12.68 - 90.350 178.00 179.09 -1.09 - 90.375 146.00 176.28 -30.28 - 90.400 169.00 172.83 -3.83 - 90.425 161.00 171.68 -10.68 - 90.450 149.00 170.85 -21.85 - 90.475 173.00 169.99 3.01 - 90.500 156.00 169.54 -13.54 - 90.525 143.00 169.19 -26.19 - 90.550 154.00 168.91 -14.91 - 90.575 152.00 168.68 -16.68 - 90.600 139.00 168.50 -29.50 - 90.625 184.00 168.34 15.66 - 90.650 185.00 172.53 12.47 - 90.675 161.00 172.89 -11.89 - 90.700 159.00 172.60 -13.60 - 90.725 152.00 173.25 -21.25 - 90.750 159.00 174.02 -15.02 - 90.775 176.00 175.93 0.07 - 90.800 164.00 177.20 -13.20 - 90.825 168.00 178.77 -10.77 - 90.850 193.00 180.76 12.24 - 90.875 195.00 183.32 11.68 - 90.900 187.00 187.01 -0.01 - 90.925 237.00 191.58 45.42 - 90.950 228.00 200.19 27.81 - 90.975 265.00 209.67 55.33 - 91.000 291.00 224.51 66.49 - 91.025 347.00 248.15 98.85 - 91.050 409.00 292.81 116.19 - 91.075 454.00 386.40 67.60 - 91.100 552.00 578.73 -26.73 - 91.125 524.00 854.59 -330.59 - 91.150 552.00 866.71 -314.71 - 91.175 502.00 612.30 -110.30 - 91.200 483.00 453.53 29.47 - 91.225 433.00 417.56 15.44 - 91.250 382.00 414.79 -32.79 - 91.275 363.00 355.66 7.34 - 91.300 322.00 304.02 17.98 - 91.325 328.00 289.97 38.03 - 91.350 389.00 314.51 74.49 - 91.375 469.00 386.84 82.16 - 91.400 485.00 502.41 -17.41 - 91.425 438.00 605.11 -167.11 - 91.450 491.00 547.84 -56.84 - 91.475 415.00 447.18 -32.18 - 91.500 377.00 389.17 -12.17 - 91.525 375.00 351.08 23.92 - 91.550 322.00 319.27 2.73 - 91.575 288.00 279.64 8.36 - 91.600 280.00 261.83 18.17 - 91.625 263.00 255.82 7.18 - 91.650 275.00 239.01 35.99 - 91.675 245.00 231.70 13.30 - 91.700 243.00 224.89 18.11 - 91.725 239.00 215.15 23.85 - 91.750 247.00 215.83 31.17 - 91.775 216.00 224.59 -8.59 - 91.800 204.00 219.36 -15.36 - 91.825 210.00 204.67 5.33 - 91.850 196.00 196.66 -0.66 - 91.875 220.00 196.50 23.50 - 91.900 209.00 201.94 7.06 - 91.925 212.00 203.32 8.68 - 91.950 226.00 196.20 29.80 - 91.975 201.00 192.74 8.26 - 92.000 225.00 194.35 30.65 - 92.025 228.00 201.68 26.32 - 92.050 210.00 208.24 1.76 - 92.075 244.00 219.57 24.43 - 92.100 298.00 238.59 59.41 - 92.125 405.00 274.41 130.59 - 92.150 445.00 350.25 94.75 - 92.175 534.00 501.87 32.13 - 92.200 579.00 717.37 -138.37 - 92.225 538.00 757.54 -219.54 - 92.250 495.00 559.13 -64.13 - 92.275 466.00 397.18 68.82 - 92.300 410.00 321.13 88.87 - 92.325 389.00 299.97 89.03 - 92.350 387.00 313.79 73.21 - 92.375 429.00 359.64 69.36 - 92.400 460.00 416.44 43.56 - 92.425 573.00 454.75 118.25 - 92.450 607.00 529.20 77.80 - 92.475 740.00 673.81 66.19 - 92.500 853.00 923.85 -70.85 - 92.525 781.00 1105.30 -324.30 - 92.550 733.00 933.23 -200.23 - 92.575 593.00 626.21 -33.21 - 92.600 499.00 429.98 69.02 - 92.625 398.00 338.14 59.86 - 92.650 368.00 306.75 61.25 - 92.675 334.00 306.33 27.67 - 92.700 370.00 315.85 54.15 - 92.725 358.00 316.68 41.32 - 92.750 391.00 325.17 65.83 - 92.775 376.00 355.66 20.34 - 92.800 394.00 426.99 -32.99 - 92.825 414.00 510.09 -96.09 - 92.850 383.00 469.29 -86.29 - 92.875 300.00 358.52 -58.52 - 92.900 294.00 280.51 13.49 - 92.925 275.00 240.75 34.25 - 92.950 246.00 223.87 22.13 - 92.975 259.00 215.97 43.03 - 93.000 235.00 212.86 22.14 - 93.025 239.00 214.27 24.73 - 93.050 243.00 218.86 24.14 - 93.075 277.00 230.41 46.59 - 93.100 363.00 263.27 99.73 - 93.125 383.00 328.96 54.04 - 93.150 434.00 430.37 3.63 - 93.175 436.00 487.62 -51.62 - 93.200 378.00 418.42 -40.42 - 93.225 373.00 341.36 31.64 - 93.250 386.00 314.61 71.39 - 93.275 438.00 339.33 98.67 - 93.300 464.00 406.37 57.63 - 93.325 491.00 481.37 9.63 - 93.350 539.00 545.64 -6.64 - 93.375 539.00 624.05 -85.05 - 93.400 523.00 698.86 -175.86 - 93.425 499.00 627.83 -128.83 - 93.450 478.00 530.78 -52.78 - 93.475 472.00 471.73 0.27 - 93.500 383.00 390.80 -7.80 - 93.525 345.00 321.93 23.07 - 93.550 354.00 289.85 64.15 - 93.575 352.00 290.48 61.52 - 93.600 383.00 317.35 65.65 - 93.625 370.00 354.61 15.39 - 93.650 410.00 391.36 18.64 - 93.675 453.00 441.00 12.00 - 93.700 416.00 501.92 -85.92 - 93.725 396.00 483.73 -87.73 - 93.750 392.00 401.41 -9.41 - 93.775 319.00 335.86 -16.86 - 93.800 335.00 306.23 28.77 - 93.825 407.00 307.63 99.37 - 93.850 461.00 344.38 116.62 - 93.875 587.00 439.68 147.32 - 93.900 741.00 633.36 107.64 - 93.925 875.00 918.79 -43.79 - 93.950 863.00 1076.74 -213.74 - 93.975 754.00 904.28 -150.28 - 94.000 619.00 632.25 -13.25 - 94.025 485.00 453.83 31.17 - 94.050 429.00 354.80 74.20 - 94.075 336.00 298.69 37.31 - 94.100 321.00 270.53 50.47 - 94.125 296.00 261.09 34.91 - 94.150 316.00 269.03 46.97 - 94.175 385.00 302.83 82.17 - 94.200 474.00 381.01 92.99 - 94.225 539.00 511.23 27.77 - 94.250 571.00 617.64 -46.64 - 94.275 493.00 568.03 -75.03 - 94.300 420.00 425.79 -5.79 - 94.325 345.00 315.25 29.75 - 94.350 272.00 254.44 17.56 - 94.375 242.00 224.34 17.66 - 94.400 219.00 208.67 10.33 - 94.425 229.00 199.42 29.58 - 94.450 203.00 193.44 9.56 - 94.475 220.00 190.05 29.95 - 94.500 211.00 185.02 25.98 - 94.525 190.00 181.88 8.12 - 94.550 171.00 181.59 -10.59 - 94.575 195.00 182.09 12.91 - 94.600 176.00 183.28 -7.28 - 94.625 218.00 185.93 32.07 - 94.650 208.00 190.75 17.25 - 94.675 212.00 200.05 11.95 - 94.700 230.00 219.43 10.57 - 94.725 265.00 258.43 6.57 - 94.750 314.00 323.32 -9.32 - 94.775 278.00 387.27 -109.27 - 94.800 306.00 372.24 -66.24 - 94.825 262.00 301.04 -39.04 - 94.850 281.00 244.81 36.19 - 94.875 209.00 215.57 -6.57 - 94.900 235.00 203.52 31.48 - 94.925 222.00 201.24 20.76 - 94.950 223.00 206.99 16.01 - 94.975 246.00 224.22 21.78 - 95.000 268.00 258.77 9.23 - 95.025 316.00 308.77 7.23 - 95.050 307.00 343.43 -36.43 - 95.075 316.00 345.75 -29.75 - 95.100 273.00 324.44 -51.44 - 95.125 247.00 275.52 -28.52 - 95.150 229.00 231.86 -2.86 - 95.175 201.00 205.88 -4.88 - 95.200 198.00 192.86 5.14 - 95.225 173.00 187.07 -14.07 - 95.250 202.00 185.66 16.34 - 95.275 173.00 188.71 -15.71 - 95.300 212.00 197.96 14.04 - 95.325 185.00 213.78 -28.78 - 95.350 197.00 226.67 -29.67 - 95.375 193.00 217.61 -24.61 - 95.400 193.00 198.91 -5.91 - 95.425 194.00 184.68 9.32 - 95.450 169.00 176.69 -7.69 - 95.475 169.00 172.68 -3.68 - 95.500 157.00 170.57 -13.57 - 95.525 167.00 169.21 -2.21 - 95.550 175.00 168.19 6.81 - 95.575 140.00 167.42 -27.42 - 95.600 174.00 168.52 5.48 - 95.625 146.00 168.23 -22.23 - 95.650 171.00 167.72 3.28 - 95.675 142.00 167.70 -25.70 - 95.700 152.00 167.23 -15.23 - 95.725 171.00 168.63 2.37 - 95.750 150.00 168.98 -18.98 - 95.775 142.00 169.44 -27.44 - 95.800 161.00 170.01 -9.01 - 95.825 150.00 170.70 -20.70 - 95.850 163.00 171.49 -8.49 - 95.875 154.00 172.45 -18.45 - 95.900 149.00 174.47 -25.47 - 95.925 157.00 176.13 -19.13 - 95.950 192.00 178.10 13.90 - 95.975 185.00 180.97 4.03 - 96.000 184.00 184.83 -0.83 - 96.025 205.00 190.82 14.18 - 96.050 231.00 198.98 32.02 - 96.075 238.00 212.72 25.28 - 96.100 263.00 238.77 24.23 - 96.125 324.00 289.02 34.98 - 96.150 365.00 374.64 -9.64 - 96.175 388.00 482.27 -94.27 - 96.200 380.00 531.28 -151.28 - 96.225 421.00 482.43 -61.43 - 96.250 418.00 427.26 -9.26 - 96.275 408.00 412.90 -4.90 - 96.300 385.00 442.47 -57.47 - 96.325 374.00 457.51 -83.51 - 96.350 346.00 400.22 -54.22 - 96.375 329.00 324.33 4.67 - 96.400 297.00 275.28 21.72 - 96.425 319.00 258.50 60.50 - 96.450 322.00 270.72 51.28 - 96.475 328.00 307.83 20.17 - 96.500 298.00 352.42 -54.42 - 96.525 290.00 359.48 -69.48 - 96.550 304.00 328.24 -24.24 - 96.575 311.00 302.70 8.30 - 96.600 312.00 298.96 13.04 - 96.625 319.00 313.62 5.38 - 96.650 292.00 313.01 -21.01 - 96.675 241.00 278.82 -37.82 - 96.700 239.00 241.58 -2.58 - 96.725 202.00 217.32 -15.32 - 96.750 206.00 205.34 0.66 - 96.775 202.00 201.67 0.33 - 96.800 227.00 204.37 22.63 - 96.825 236.00 213.96 22.04 - 96.850 307.00 239.47 67.53 - 96.875 309.00 285.38 23.62 - 96.900 385.00 346.66 38.34 - 96.925 341.00 380.56 -39.56 - 96.950 324.00 343.46 -19.46 - 96.975 290.00 281.90 8.10 - 97.000 208.00 235.72 -27.72 - 97.025 241.00 209.82 31.18 - 97.050 201.00 197.59 3.41 - 97.075 202.00 192.65 9.35 - 97.100 181.00 191.78 -10.78 - 97.125 217.00 194.64 22.36 - 97.150 264.00 202.28 61.72 - 97.175 229.00 220.73 8.27 - 97.200 326.00 254.54 71.46 - 97.225 303.00 303.44 -0.44 - 97.250 345.00 345.92 -0.92 - 97.275 304.00 350.42 -46.42 - 97.300 296.00 315.31 -19.31 - 97.325 241.00 265.04 -24.04 - 97.350 242.00 226.81 15.19 - 97.375 210.00 204.87 5.13 - 97.400 187.00 194.37 -7.37 - 97.425 206.00 190.50 15.50 - 97.450 194.00 191.12 2.88 - 97.475 221.00 196.81 24.19 - 97.500 216.00 210.94 5.06 - 97.525 245.00 237.85 7.15 - 97.550 242.00 277.47 -35.47 - 97.575 251.00 311.43 -60.43 - 97.600 258.00 310.93 -52.93 - 97.625 232.00 277.76 -45.76 - 97.650 215.00 238.54 -23.54 - 97.675 189.00 210.86 -21.86 - 97.700 192.00 196.57 -4.57 - 97.725 163.00 192.02 -29.02 - 97.750 158.00 193.31 -35.31 - 97.775 162.00 195.95 -33.95 - 97.800 174.00 195.63 -21.63 - 97.825 182.00 195.48 -13.48 - 97.850 169.00 201.08 -32.08 - 97.875 151.00 212.53 -61.53 - 97.900 187.00 221.35 -34.35 - 97.925 179.00 215.61 -36.61 - 97.950 167.00 199.64 -32.64 - 97.975 169.00 186.15 -17.15 - 98.000 146.00 177.89 -31.89 - 98.025 149.00 174.10 -25.10 - 98.050 146.00 173.31 -27.31 - 98.075 158.00 174.32 -16.32 - 98.100 142.00 175.44 -33.44 - 98.125 164.00 174.36 -10.36 - 98.150 142.00 171.93 -29.93 - 98.175 153.00 169.39 -16.39 - 98.200 147.00 167.68 -20.68 - 98.225 163.00 166.74 -3.74 - 98.250 160.00 165.82 -5.82 - 98.275 163.00 165.45 -2.45 - 98.300 127.00 165.49 -38.49 - 98.325 150.00 165.70 -15.70 - 98.350 159.00 166.09 -7.09 - 98.375 140.00 166.79 -26.79 - 98.400 136.00 168.12 -32.12 - 98.425 159.00 170.72 -11.72 - 98.450 171.00 175.46 -4.46 - 98.475 178.00 183.32 -5.32 - 98.500 159.00 192.36 -33.36 - 98.525 162.00 196.65 -34.65 - 98.550 193.00 191.64 1.36 - 98.575 156.00 183.11 -27.11 - 98.600 176.00 177.05 -1.05 - 98.625 161.00 173.89 -12.89 - 98.650 155.00 173.23 -18.23 - 98.675 146.00 174.60 -28.60 - 98.700 179.00 178.50 0.50 - 98.725 208.00 186.85 21.15 - 98.750 186.00 202.56 -16.56 - 98.775 194.00 227.33 -33.33 - 98.800 252.00 256.12 -4.12 - 98.825 230.00 269.83 -39.83 - 98.850 219.00 255.33 -36.33 - 98.875 182.00 228.02 -46.02 - 98.900 179.00 203.77 -24.77 - 98.925 174.00 188.03 -14.03 - 98.950 147.00 179.46 -32.46 - 98.975 189.00 175.35 13.65 - 99.000 166.00 173.75 -7.75 - 99.025 142.00 173.94 -31.94 - 99.050 144.00 176.26 -32.26 - 99.075 177.00 181.78 -4.78 - 99.100 178.00 192.38 -14.38 - 99.125 215.00 205.23 9.77 - 99.150 182.00 214.58 -32.58 - 99.175 160.00 211.90 -51.90 - 99.200 196.00 202.69 -6.69 - 99.225 200.00 196.75 3.25 - 99.250 159.00 197.15 -38.15 - 99.275 163.00 200.27 -37.27 - 99.300 150.00 198.42 -48.42 - 99.325 175.00 190.29 -15.29 - 99.350 144.00 181.70 -37.70 - 99.375 132.00 175.64 -43.64 - 99.400 160.00 172.20 -12.20 - 99.425 169.00 171.01 -2.01 - 99.450 138.00 170.48 -32.48 - 99.475 171.00 170.63 0.37 - 99.500 129.00 171.44 -42.44 - 99.525 167.00 172.75 -5.75 - 99.550 172.00 175.75 -3.75 - 99.575 135.00 180.45 -45.45 - 99.600 170.00 186.28 -16.28 - 99.625 172.00 191.06 -19.06 - 99.650 169.00 193.30 -24.30 - 99.675 199.00 196.96 2.04 - 99.700 221.00 208.22 12.78 - 99.725 233.00 233.47 -0.47 - 99.750 283.00 275.81 7.19 - 99.775 291.00 330.41 -39.41 - 99.800 299.00 369.60 -70.60 - 99.825 257.00 355.31 -98.31 - 99.850 239.00 303.23 -64.23 - 99.875 226.00 252.32 -26.32 - 99.900 185.00 217.59 -32.59 - 99.925 195.00 198.03 -3.03 - 99.950 194.00 188.43 5.57 - 99.975 175.00 184.36 -9.36 - 100.000 192.00 184.72 7.28 - 100.025 182.00 187.66 -5.66 - 100.050 189.00 196.51 -7.51 - 100.075 210.00 212.24 -2.24 - 100.100 252.00 236.06 15.94 - 100.125 217.00 261.89 -44.89 - 100.150 230.00 271.84 -41.84 - 100.175 223.00 255.33 -32.33 - 100.200 192.00 228.75 -36.75 - 100.225 205.00 206.95 -1.95 - 100.250 179.00 193.53 -14.53 - 100.275 185.00 187.05 -2.05 - 100.300 155.00 185.43 -30.43 - 100.325 193.00 188.17 4.83 - 100.350 190.00 195.05 -5.05 - 100.375 214.00 208.62 5.38 - 100.400 215.00 229.85 -14.85 - 100.425 230.00 254.48 -24.48 - 100.450 223.00 268.98 -45.98 - 100.475 212.00 260.31 -48.31 - 100.500 233.00 239.25 -6.25 - 100.525 221.00 220.38 0.62 - 100.550 242.00 211.15 30.85 - 100.575 216.00 211.69 4.31 - 100.600 261.00 223.34 37.66 - 100.625 265.00 250.32 14.68 - 100.650 370.00 298.34 71.66 - 100.675 406.00 369.38 36.62 - 100.700 501.00 449.58 51.42 - 100.725 447.00 498.85 -51.85 - 100.750 488.00 496.65 -8.65 - 100.775 473.00 470.22 2.78 - 100.800 365.00 422.59 -57.59 - 100.825 279.00 356.21 -77.21 - 100.850 283.00 295.84 -12.84 - 100.875 285.00 254.34 30.66 - 100.900 282.00 232.55 49.45 - 100.925 239.00 226.30 12.70 - 100.950 267.00 232.59 34.41 - 100.975 263.00 249.81 13.19 - 101.000 309.00 277.11 31.89 - 101.025 349.00 312.42 36.58 - 101.050 345.00 344.93 0.07 - 101.075 322.00 355.47 -33.47 - 101.100 338.00 341.79 -3.79 - 101.125 308.00 316.49 -8.49 - 101.150 238.00 284.13 -46.13 - 101.175 221.00 250.37 -29.37 - 101.200 215.00 223.48 -8.48 - 101.225 197.00 206.52 -9.52 - 101.250 205.00 197.61 7.39 - 101.275 208.00 194.61 13.39 - 101.300 222.00 195.63 26.37 - 101.325 206.00 199.12 6.88 - 101.350 204.00 204.39 -0.39 - 101.375 230.00 212.31 17.69 - 101.400 240.00 224.72 15.28 - 101.425 284.00 244.94 39.06 - 101.450 313.00 273.74 39.26 - 101.475 331.00 303.04 27.96 - 101.500 344.00 325.99 18.01 - 101.525 297.00 330.34 -33.34 - 101.550 275.00 305.00 -30.00 - 101.575 267.00 265.75 1.25 - 101.600 216.00 231.17 -15.17 - 101.625 230.00 207.68 22.32 - 101.650 194.00 194.37 -0.37 - 101.675 195.00 188.27 6.73 - 101.700 234.00 187.08 46.92 - 101.725 196.00 190.08 5.92 - 101.750 198.00 198.26 -0.26 - 101.775 240.00 213.62 26.38 - 101.800 255.00 236.94 18.06 - 101.825 287.00 266.01 20.99 - 101.850 314.00 292.47 21.53 - 101.875 318.00 303.17 14.83 - 101.900 255.00 285.85 -30.85 - 101.925 232.00 252.96 -20.96 - 101.950 213.00 222.19 -9.19 - 101.975 186.00 200.34 -14.34 - 102.000 193.00 187.17 5.83 - 102.025 156.00 180.09 -24.09 - 102.050 168.00 176.56 -8.56 - 102.075 155.00 175.02 -20.02 - 102.100 154.00 174.96 -20.96 - 102.125 187.00 176.60 10.40 - 102.150 181.00 180.30 0.70 - 102.175 194.00 186.73 7.27 - 102.200 183.00 193.69 -10.69 - 102.225 206.00 198.10 7.90 - 102.250 191.00 196.15 -5.15 - 102.275 179.00 190.12 -11.12 - 102.300 174.00 183.59 -9.59 - 102.325 158.00 179.69 -21.69 - 102.350 176.00 178.22 -2.22 - 102.375 183.00 178.99 4.01 - 102.400 184.00 181.87 2.13 - 102.425 188.00 187.16 0.84 - 102.450 222.00 195.86 26.14 - 102.475 211.00 209.83 1.17 - 102.500 242.00 232.14 9.86 - 102.525 267.00 267.55 -0.55 - 102.550 330.00 318.90 11.10 - 102.575 363.00 378.39 -15.39 - 102.600 390.00 417.91 -27.91 - 102.625 397.00 404.58 -7.58 - 102.650 332.00 349.92 -17.92 - 102.675 288.00 289.72 -1.72 - 102.700 273.00 243.78 29.22 - 102.725 199.00 214.77 -15.77 - 102.750 218.00 199.20 18.80 - 102.775 198.00 192.37 5.63 - 102.800 206.00 191.00 15.00 - 102.825 228.00 193.87 34.13 - 102.850 206.00 201.37 4.63 - 102.875 216.00 215.18 0.82 - 102.900 256.00 236.97 19.03 - 102.925 259.00 264.69 -5.69 - 102.950 301.00 287.84 13.16 - 102.975 265.00 288.98 -23.98 - 103.000 240.00 265.94 -25.94 - 103.025 206.00 235.20 -29.20 - 103.050 224.00 209.23 14.77 - 103.075 183.00 191.62 -8.62 - 103.100 160.00 181.19 -21.19 - 103.125 190.00 175.17 14.83 - 103.150 158.00 171.77 -13.77 - 103.175 161.00 169.67 -8.67 - 103.200 161.00 168.24 -7.24 - 103.225 143.00 167.21 -24.21 - 103.250 144.00 166.42 -22.42 - 103.275 177.00 165.80 11.20 - 103.300 175.00 165.28 9.72 - 103.325 142.00 164.91 -22.91 - 103.350 129.00 164.75 -35.75 - 103.375 140.00 164.55 -24.55 - 103.400 166.00 164.41 1.59 - 103.425 156.00 163.99 -7.99 - 103.450 126.00 164.36 -38.36 - 103.475 156.00 164.51 -8.51 - 103.500 144.00 164.72 -20.72 - 103.525 146.00 165.00 -19.00 - 103.550 136.00 165.36 -29.36 - 103.575 145.00 165.83 -20.83 - 103.600 160.00 166.42 -6.42 - 103.625 147.00 167.16 -20.16 - 103.650 142.00 168.10 -26.10 - 103.675 150.00 169.32 -19.32 - 103.700 168.00 171.05 -3.05 - 103.725 164.00 173.49 -9.49 - 103.750 168.00 177.39 -9.39 - 103.775 195.00 184.48 10.52 - 103.800 207.00 196.01 10.99 - 103.825 229.00 215.89 13.11 - 103.850 260.00 245.03 14.97 - 103.875 263.00 281.76 -18.76 - 103.900 294.00 312.95 -18.95 - 103.925 291.00 320.70 -29.70 - 103.950 279.00 299.63 -20.63 - 103.975 245.00 266.75 -21.75 - 104.000 211.00 237.63 -26.63 - 104.025 240.00 218.28 21.72 - 104.050 218.00 208.31 9.69 - 104.075 197.00 206.17 -9.17 - 104.100 226.00 210.90 15.10 - 104.125 253.00 222.85 30.15 - 104.150 249.00 242.88 6.12 - 104.175 289.00 271.14 17.86 - 104.200 329.00 307.37 21.63 - 104.225 377.00 351.57 25.43 - 104.250 412.00 396.01 15.99 - 104.275 419.00 415.78 3.22 - 104.300 371.00 392.74 -21.74 - 104.325 310.00 342.10 -32.10 - 104.350 258.00 290.14 -32.14 - 104.375 236.00 250.13 -14.13 - 104.400 243.00 224.71 18.29 - 104.425 235.00 211.80 23.20 - 104.450 224.00 206.63 17.37 - 104.475 241.00 207.40 33.60 - 104.500 236.00 213.08 22.92 - 104.525 239.00 223.35 15.65 - 104.550 302.00 237.85 64.15 - 104.575 286.00 257.60 28.40 - 104.600 295.00 285.02 9.98 - 104.625 329.00 320.00 9.00 - 104.650 390.00 358.24 31.76 - 104.675 376.00 398.74 -22.74 - 104.700 405.00 442.56 -37.56 - 104.725 380.00 475.44 -95.44 - 104.750 376.00 470.06 -94.06 - 104.775 363.00 423.20 -60.20 - 104.800 361.00 365.94 -4.94 - 104.825 296.00 320.06 -24.06 - 104.850 313.00 292.45 20.55 - 104.875 279.00 278.14 0.86 - 104.900 295.00 266.49 28.51 - 104.925 248.00 252.34 -4.34 - 104.950 253.00 238.73 14.27 - 104.975 273.00 231.34 41.66 - 105.000 273.00 233.64 39.36 - 105.025 275.00 247.26 27.74 - 105.050 305.00 271.17 33.83 - 105.075 282.00 300.41 -18.41 - 105.100 295.00 323.14 -28.14 - 105.125 295.00 325.78 -30.78 - 105.150 304.00 310.60 -6.60 - 105.175 318.00 296.66 21.34 - 105.200 331.00 296.60 34.40 - 105.225 336.00 315.30 20.70 - 105.250 336.00 348.87 -12.87 - 105.275 371.00 384.02 -13.02 - 105.300 349.00 399.79 -50.79 - 105.325 315.00 382.22 -67.22 - 105.350 280.00 341.55 -61.55 - 105.375 286.00 298.08 -12.08 - 105.400 238.00 262.76 -24.76 - 105.425 265.00 237.66 27.34 - 105.450 226.00 220.89 5.11 - 105.475 238.00 211.71 26.29 - 105.500 222.00 209.59 12.41 - 105.525 224.00 214.48 9.52 - 105.550 254.00 227.81 26.19 - 105.575 303.00 250.73 52.27 - 105.600 311.00 279.27 31.73 - 105.625 297.00 307.11 -10.11 - 105.650 319.00 327.36 -8.36 - 105.675 302.00 333.48 -31.48 - 105.700 295.00 325.84 -30.84 - 105.725 299.00 313.31 -14.31 - 105.750 325.00 305.88 19.12 - 105.775 347.00 304.60 42.40 - 105.800 294.00 301.73 -7.73 - 105.825 264.00 287.35 -23.35 - 105.850 265.00 263.90 1.10 - 105.875 239.00 240.48 -1.48 - 105.900 227.00 223.08 3.92 - 105.925 226.00 213.57 12.43 - 105.950 250.00 211.65 38.35 - 105.975 203.00 213.71 -10.71 - 106.000 229.00 215.74 13.26 - 106.025 202.00 215.23 -13.23 - 106.050 234.00 212.22 21.78 - 106.075 220.00 210.34 9.66 - 106.100 206.00 212.33 -6.33 - 106.125 230.00 218.98 11.02 - 106.150 228.00 228.93 -0.93 - 106.175 259.00 238.43 20.57 - 106.200 221.00 243.26 -22.26 - 106.225 276.00 246.10 29.90 - 106.250 276.00 251.59 24.41 - 106.275 271.00 263.33 7.67 - 106.300 278.00 281.82 -3.82 - 106.325 298.00 303.35 -5.35 - 106.350 341.00 320.95 20.05 - 106.375 366.00 333.20 32.80 - 106.400 384.00 350.04 33.96 - 106.425 388.00 380.84 7.16 - 106.450 410.00 424.08 -14.08 - 106.475 433.00 463.36 -30.36 - 106.500 388.00 471.06 -83.06 - 106.525 382.00 435.64 -53.64 - 106.550 298.00 376.88 -78.88 - 106.575 327.00 319.66 7.34 - 106.600 266.00 275.98 -9.98 - 106.625 250.00 249.62 0.38 - 106.650 252.00 238.31 13.69 - 106.675 252.00 237.90 14.10 - 106.700 262.00 243.56 18.44 - 106.725 270.00 249.76 20.24 - 106.750 257.00 254.17 2.83 - 106.775 249.00 259.46 -10.46 - 106.800 251.00 270.71 -19.71 - 106.825 336.00 289.00 47.00 - 106.850 305.00 308.81 -3.81 - 106.875 284.00 318.38 -34.38 - 106.900 293.00 306.72 -13.72 - 106.925 236.00 279.10 -43.10 - 106.950 224.00 248.01 -24.01 - 106.975 207.00 221.27 -14.27 - 107.000 200.00 201.59 -1.59 - 107.025 174.00 188.67 -14.67 - 107.050 177.00 180.81 -3.81 - 107.075 180.00 176.14 3.86 - 107.100 163.00 173.24 -10.24 - 107.125 150.00 171.11 -21.11 - 107.150 181.00 169.66 11.34 - 107.175 174.00 168.53 5.47 - 107.200 141.00 167.66 -26.66 - 107.225 156.00 166.98 -10.98 - 107.250 143.00 166.43 -23.43 - 107.275 166.00 165.90 0.10 - 107.300 148.00 166.29 -18.29 - 107.325 174.00 166.11 7.89 - 107.350 153.00 166.03 -13.03 - 107.375 160.00 166.02 -6.02 - 107.400 159.00 166.09 -7.09 - 107.425 160.00 165.22 -5.22 - 107.450 155.00 165.78 -10.78 - 107.475 141.00 166.16 -25.16 - 107.500 148.00 166.63 -18.63 - 107.525 157.00 167.23 -10.23 - 107.550 157.00 168.02 -11.02 - 107.575 161.00 169.07 -8.07 - 107.600 171.00 170.53 0.47 - 107.625 164.00 172.61 -8.61 - 107.650 169.00 175.73 -6.73 - 107.675 170.00 180.49 -10.49 - 107.700 167.00 188.87 -21.87 - 107.725 189.00 201.67 -12.67 - 107.750 220.00 220.79 -0.79 - 107.775 252.00 246.43 5.57 - 107.800 328.00 275.90 52.10 - 107.825 298.00 301.46 -3.46 - 107.850 286.00 312.27 -26.27 - 107.875 290.00 301.57 -11.57 - 107.900 266.00 276.50 -10.50 - 107.925 220.00 248.60 -28.60 - 107.950 171.00 224.84 -53.84 - 107.975 193.00 207.76 -14.76 - 108.000 194.00 197.30 -3.30 - 108.025 170.00 192.31 -22.31 - 108.050 235.00 191.61 43.39 - 108.075 195.00 194.81 0.19 - 108.100 207.00 202.59 4.41 - 108.125 227.00 216.81 10.19 - 108.150 261.00 239.92 21.08 - 108.175 320.00 273.83 46.17 - 108.200 343.00 317.96 25.04 - 108.225 339.00 367.19 -28.19 - 108.250 411.00 410.08 0.92 - 108.275 416.00 433.60 -17.60 - 108.300 350.00 428.41 -78.41 - 108.325 350.00 398.65 -48.65 - 108.350 288.00 361.03 -73.03 - 108.375 343.00 329.42 13.58 - 108.400 300.00 308.21 -8.21 - 108.425 286.00 293.75 -7.75 - 108.450 283.00 278.80 4.20 - 108.475 249.00 260.52 -11.52 - 108.500 258.00 242.20 15.80 - 108.525 232.00 228.05 3.95 - 108.550 229.00 220.74 8.26 - 108.575 233.00 221.50 11.50 - 108.600 215.00 230.29 -15.29 - 108.625 250.00 245.05 4.95 - 108.650 258.00 261.86 -3.86 - 108.675 250.00 273.96 -23.96 - 108.700 251.00 274.83 -23.83 - 108.725 245.00 265.02 -20.02 - 108.750 233.00 251.38 -18.38 - 108.775 220.00 239.62 -19.62 - 108.800 257.00 231.47 25.53 - 108.825 219.00 225.21 -6.21 - 108.850 207.00 217.30 -10.30 - 108.875 208.00 207.83 0.17 - 108.900 191.00 197.91 -6.91 - 108.925 187.00 189.19 -2.19 - 108.950 198.00 182.46 15.54 - 108.975 176.00 177.87 -1.87 - 109.000 184.00 175.23 8.77 - 109.025 190.00 174.22 15.78 - 109.050 192.00 174.82 17.18 - 109.075 159.00 177.27 -18.27 - 109.100 176.00 182.10 -6.10 - 109.125 166.00 189.83 -23.83 - 109.150 196.00 200.54 -4.54 - 109.175 172.00 213.31 -41.31 - 109.200 180.00 225.53 -45.53 - 109.225 208.00 232.71 -24.71 - 109.250 219.00 230.65 -11.65 - 109.275 202.00 220.81 -18.81 - 109.300 177.00 206.96 -29.96 - 109.325 175.00 194.43 -19.43 - 109.350 170.00 184.32 -14.32 - 109.375 167.00 177.21 -10.21 - 109.400 175.00 172.81 2.19 - 109.425 153.00 170.50 -17.50 - 109.450 145.00 169.53 -24.53 - 109.475 178.00 170.18 7.82 - 109.500 168.00 172.21 -4.21 - 109.525 153.00 175.82 -22.82 - 109.550 159.00 180.80 -21.80 - 109.575 179.00 186.78 -7.78 - 109.600 196.00 192.66 3.34 - 109.625 175.00 196.41 -21.41 - 109.650 174.00 196.00 -22.00 - 109.675 168.00 191.52 -23.52 - 109.700 180.00 184.75 -4.75 - 109.725 139.00 178.38 -39.38 - 109.750 157.00 173.07 -16.07 - 109.775 143.00 169.19 -26.19 - 109.800 156.00 166.64 -10.64 - 109.825 157.00 165.13 -8.13 - 109.850 151.00 164.21 -13.21 - 109.875 155.00 163.91 -8.91 - 109.900 158.00 164.00 -6.00 - 109.925 155.00 164.47 -9.47 - 109.950 141.00 165.24 -24.24 - 109.975 152.00 166.30 -14.30 - 110.000 145.00 167.56 -22.56 - 110.025 158.00 168.76 -10.76 - 110.050 153.00 169.46 -16.46 - 110.075 149.00 169.31 -20.31 - 110.100 153.00 168.41 -15.41 - 110.125 150.00 167.23 -17.23 - 110.150 144.00 166.19 -22.19 - 110.175 150.00 166.05 -16.05 - 110.200 143.00 166.05 -23.05 - 110.225 172.00 166.80 5.20 - 110.250 141.00 168.46 -27.46 - 110.275 166.00 170.89 -4.89 - 110.300 170.00 174.55 -4.55 - 110.325 162.00 178.91 -16.91 - 110.350 206.00 183.26 22.74 - 110.375 182.00 186.42 -4.42 - 110.400 172.00 187.38 -15.38 - 110.425 183.00 186.45 -3.45 - 110.450 175.00 184.92 -9.92 - 110.475 178.00 183.97 -5.97 - 110.500 179.00 184.33 -5.33 - 110.525 157.00 186.53 -29.53 - 110.550 163.00 189.72 -26.72 - 110.575 182.00 193.20 -11.20 - 110.600 184.00 194.70 -10.70 - 110.625 177.00 193.27 -16.27 - 110.650 163.00 189.60 -26.60 - 110.675 172.00 185.40 -13.40 - 110.700 185.00 181.87 3.13 - 110.725 159.00 179.80 -20.80 - 110.750 185.00 179.00 6.00 - 110.775 176.00 178.86 -2.86 - 110.800 169.00 178.57 -9.57 - 110.825 161.00 177.71 -16.71 - 110.850 173.00 176.61 -3.61 - 110.875 190.00 175.89 14.11 - 110.900 193.00 176.03 16.97 - 110.925 150.00 177.23 -27.23 - 110.950 175.00 179.55 -4.55 - 110.975 151.00 182.34 -31.34 - 111.000 176.00 185.05 -9.05 - 111.025 166.00 187.04 -21.04 - 111.050 171.00 188.49 -17.49 - 111.075 187.00 190.67 -3.67 - 111.100 180.00 195.35 -15.35 - 111.125 216.00 204.21 11.79 - 111.150 212.00 218.68 -6.68 - 111.175 269.00 239.11 29.89 - 111.200 301.00 264.31 36.69 - 111.225 313.00 290.62 22.38 - 111.250 319.00 311.17 7.83 - 111.275 328.00 317.56 10.44 - 111.300 299.00 306.55 -7.55 - 111.325 252.00 283.66 -31.66 - 111.350 252.00 257.30 -5.30 - 111.375 228.00 233.39 -5.39 - 111.400 200.00 214.92 -14.92 - 111.425 209.00 202.84 6.16 - 111.450 202.00 197.01 4.99 - 111.475 225.00 196.97 28.03 - 111.500 199.00 202.68 -3.68 - 111.525 251.00 214.14 36.86 - 111.550 236.00 231.31 4.69 - 111.575 263.00 253.52 9.48 - 111.600 299.00 277.82 21.18 - 111.625 302.00 299.52 2.48 - 111.650 338.00 312.46 25.54 - 111.675 248.00 312.63 -64.63 - 111.700 259.00 299.91 -40.91 - 111.725 262.00 278.15 -16.15 - 111.750 213.00 253.14 -40.14 - 111.775 211.00 229.89 -18.89 - 111.800 206.00 211.06 -5.06 - 111.825 210.00 197.40 12.60 - 111.850 168.00 188.68 -20.68 - 111.875 191.00 183.86 7.14 - 111.900 159.00 182.27 -23.27 - 111.925 183.00 183.41 -0.41 - 111.950 202.00 186.84 15.16 - 111.975 211.00 192.14 18.86 - 112.000 205.00 198.64 6.36 - 112.025 206.00 204.84 1.16 - 112.050 205.00 208.84 -3.84 - 112.075 223.00 208.95 14.05 - 112.100 200.00 205.96 -5.96 - 112.125 184.00 200.80 -16.80 - 112.150 189.00 196.29 -7.29 - 112.175 186.00 193.75 -7.75 - 112.200 185.00 193.67 -8.67 - 112.225 205.00 195.76 9.24 - 112.250 197.00 198.91 -1.91 - 112.275 210.00 201.41 8.59 - 112.300 206.00 201.36 4.64 - 112.325 202.00 198.25 3.75 - 112.350 174.00 193.09 -19.09 - 112.375 175.00 187.40 -12.40 - 112.400 190.00 181.82 8.18 - 112.425 165.00 177.86 -12.86 - 112.450 173.00 175.35 -2.35 - 112.475 179.00 174.04 4.96 - 112.500 192.00 174.27 17.73 - 112.525 168.00 175.59 -7.59 - 112.550 168.00 178.52 -10.52 - 112.575 181.00 183.49 -2.49 - 112.600 170.00 190.95 -20.95 - 112.625 200.00 201.08 -1.08 - 112.650 198.00 213.50 -15.50 - 112.675 219.00 226.92 -7.92 - 112.700 211.00 238.84 -27.84 - 112.725 238.00 245.80 -7.80 - 112.750 222.00 245.29 -23.29 - 112.775 205.00 237.93 -32.93 - 112.800 221.00 227.71 -6.71 - 112.825 204.00 217.59 -13.59 - 112.850 219.00 210.19 8.81 - 112.875 196.00 206.24 -10.24 - 112.900 210.00 205.60 4.40 - 112.925 196.00 207.81 -11.81 - 112.950 234.00 212.10 21.90 - 112.975 212.00 217.39 -5.39 - 113.000 191.00 222.28 -31.28 - 113.025 250.00 225.93 24.07 - 113.050 230.00 229.24 0.76 - 113.075 226.00 234.59 -8.59 - 113.100 277.00 244.48 32.52 - 113.125 263.00 259.91 3.09 - 113.150 296.00 280.76 15.24 - 113.175 319.00 305.21 13.79 - 113.200 338.00 330.23 7.77 - 113.225 385.00 351.75 33.25 - 113.250 408.00 363.25 44.75 - 113.275 381.00 359.06 21.94 - 113.300 356.00 339.90 16.10 - 113.325 290.00 312.58 -22.58 - 113.350 284.00 284.37 -0.37 - 113.375 268.00 259.85 8.15 - 113.400 222.00 240.98 -18.98 - 113.425 245.00 227.74 17.26 - 113.450 214.00 218.96 -4.96 - 113.475 211.00 214.00 -3.00 - 113.500 204.00 212.79 -8.79 - 113.525 227.00 215.96 11.04 - 113.550 254.00 223.82 30.18 - 113.575 236.00 236.38 -0.38 - 113.600 290.00 252.56 37.44 - 113.625 305.00 269.91 35.09 - 113.650 290.00 284.50 5.50 - 113.675 337.00 291.96 45.04 - 113.700 276.00 289.33 -13.33 - 113.725 281.00 276.89 4.11 - 113.750 238.00 258.30 -20.30 - 113.775 243.00 238.13 4.87 - 113.800 231.00 219.69 11.31 - 113.825 205.00 204.67 0.33 - 113.850 205.00 193.56 11.44 - 113.875 193.00 186.08 6.92 - 113.900 180.00 181.41 -1.41 - 113.925 171.00 179.35 -8.35 - 113.950 185.00 179.24 5.76 - 113.975 191.00 180.44 10.56 - 114.000 191.00 182.70 8.30 - 114.025 190.00 185.61 4.39 - 114.050 179.00 188.58 -9.58 - 114.075 169.00 190.87 -21.87 - 114.100 175.00 191.91 -16.91 - 114.125 199.00 191.99 7.01 - 114.150 179.00 191.84 -12.84 - 114.175 189.00 192.76 -3.76 - 114.200 210.00 195.50 14.50 - 114.225 191.00 200.59 -9.59 - 114.250 206.00 207.54 -1.54 - 114.275 212.00 215.19 -3.19 - 114.300 210.00 221.55 -11.55 - 114.325 235.00 224.17 10.83 - 114.350 205.00 221.53 -16.53 - 114.375 182.00 214.61 -32.61 - 114.400 185.00 205.56 -20.56 - 114.425 177.00 196.30 -19.30 - 114.450 171.00 187.80 -16.80 - 114.475 153.00 181.38 -28.38 - 114.500 154.00 176.81 -22.81 - 114.525 152.00 173.90 -21.90 - 114.550 170.00 172.51 -2.51 - 114.575 155.00 172.28 -17.28 - 114.600 156.00 173.16 -17.16 - 114.625 153.00 175.12 -22.12 - 114.650 171.00 178.07 -7.07 - 114.675 188.00 182.02 5.98 - 114.700 181.00 186.59 -5.59 - 114.725 180.00 191.13 -11.13 - 114.750 201.00 194.66 6.34 - 114.775 183.00 196.12 -13.12 - 114.800 191.00 195.04 -4.04 - 114.825 184.00 191.99 -7.99 - 114.850 187.00 187.94 -0.94 - 114.875 163.00 183.70 -20.70 - 114.900 161.00 179.91 -18.91 - 114.925 165.00 176.63 -11.63 - 114.950 160.00 174.54 -14.54 - 114.975 185.00 173.45 11.55 - 115.000 198.00 173.38 24.62 - 115.025 164.00 174.39 -10.39 - 115.050 176.00 176.61 -0.61 - 115.075 182.00 180.13 1.87 - 115.100 172.00 184.97 -12.97 - 115.125 172.00 190.98 -18.98 - 115.150 186.00 197.75 -11.75 - 115.175 189.00 204.51 -15.51 - 115.200 181.00 210.43 -29.43 - 115.225 231.00 214.18 16.82 - 115.250 209.00 216.22 -7.22 - 115.275 211.00 217.52 -6.52 - 115.300 227.00 219.13 7.87 - 115.325 226.00 221.25 4.75 - 115.350 193.00 223.36 -30.36 - 115.375 216.00 224.00 -8.00 - 115.400 211.00 221.85 -10.85 - 115.425 211.00 216.90 -5.90 - 115.450 193.00 210.46 -17.46 - 115.475 175.00 204.30 -29.30 - 115.500 192.00 199.81 -7.81 - 115.525 209.00 197.98 11.02 - 115.550 196.00 199.38 -3.38 - 115.575 195.00 203.97 -8.97 - 115.600 230.00 211.78 18.22 - 115.625 231.00 221.76 9.24 - 115.650 239.00 232.57 6.43 - 115.675 311.00 242.03 68.97 - 115.700 285.00 248.32 36.68 - 115.725 263.00 249.91 13.09 - 115.750 289.00 246.80 42.20 - 115.775 262.00 240.42 21.58 - 115.800 214.00 232.52 -18.52 - 115.825 212.00 224.09 -12.09 - 115.850 218.00 215.44 2.56 - 115.875 186.00 206.89 -20.89 - 115.900 191.00 199.02 -8.02 - 115.925 199.00 192.41 6.59 - 115.950 183.00 187.40 -4.40 - 115.975 190.00 184.13 5.87 - 116.000 168.00 182.61 -14.61 - 116.025 194.00 182.70 11.30 - 116.050 191.00 184.39 6.61 - 116.075 195.00 187.34 7.66 - 116.100 207.00 191.19 15.81 - 116.125 218.00 195.09 22.91 - 116.150 222.00 198.25 23.75 - 116.175 241.00 199.68 41.32 - 116.200 242.00 198.97 43.03 - 116.225 219.00 196.62 22.38 - 116.250 189.00 193.70 -4.70 - 116.275 202.00 191.72 10.28 - 116.300 202.00 190.91 11.09 - 116.325 190.00 192.43 -2.43 - 116.350 225.00 196.91 28.09 - 116.375 204.00 204.94 -0.94 - 116.400 223.00 216.16 6.84 - 116.425 262.00 230.23 31.77 - 116.450 258.00 245.93 12.07 - 116.475 317.00 261.06 55.94 - 116.500 312.00 272.46 39.54 - 116.525 304.00 277.33 26.67 - 116.550 299.00 274.41 24.59 - 116.575 278.00 264.79 13.21 - 116.600 265.00 250.98 14.02 - 116.625 221.00 235.59 -14.59 - 116.650 205.00 220.83 -15.83 - 116.675 225.00 208.01 16.99 - 116.700 211.00 198.12 12.88 - 116.725 203.00 191.35 11.65 - 116.750 192.00 187.19 4.81 - 116.775 201.00 185.56 15.44 - 116.800 197.00 186.27 10.73 - 116.825 227.00 189.27 37.73 - 116.850 184.00 194.26 -10.26 - 116.875 205.00 201.15 3.85 - 116.900 216.00 209.51 6.49 - 116.925 256.00 218.53 37.47 - 116.950 253.00 227.03 25.97 - 116.975 288.00 233.20 54.80 - 117.000 249.00 235.83 13.17 - 117.025 280.00 234.37 45.63 - 117.050 219.00 229.84 -10.84 - 117.075 217.00 223.17 -6.17 - 117.100 249.00 215.57 33.43 - 117.125 229.00 208.08 20.92 - 117.150 198.00 201.36 -3.36 - 117.175 193.00 195.90 -2.90 - 117.200 178.00 191.81 -13.81 - 117.225 205.00 189.14 15.86 - 117.250 210.00 187.97 22.03 - 117.275 185.00 188.38 -3.38 - 117.300 179.00 190.46 -11.46 - 117.325 213.00 194.27 18.73 - 117.350 233.00 199.88 33.12 - 117.375 225.00 207.27 17.73 - 117.400 232.00 216.38 15.62 - 117.425 264.00 226.87 37.13 - 117.450 271.00 238.49 32.51 - 117.475 285.00 250.97 34.03 - 117.500 273.00 264.68 8.32 - 117.525 342.00 280.51 61.49 - 117.550 326.00 298.65 27.35 - 117.575 401.00 318.30 82.70 - 117.600 358.00 337.15 20.85 - 117.625 432.00 351.71 80.29 - 117.650 331.00 358.79 -27.79 - 117.675 361.00 357.52 3.48 - 117.700 330.00 349.24 -19.24 - 117.725 283.00 335.69 -52.69 - 117.750 282.00 318.12 -36.12 - 117.775 263.00 298.12 -35.12 - 117.800 245.00 277.99 -32.99 - 117.825 232.00 259.98 -27.98 - 117.850 219.00 245.26 -26.26 - 117.875 251.00 234.88 16.12 - 117.900 241.00 228.45 12.55 - 117.925 241.00 225.43 15.57 - 117.950 265.00 225.40 39.60 - 117.975 237.00 228.03 8.97 - 118.000 251.00 233.18 17.82 - 118.025 266.00 240.59 25.41 - 118.050 291.00 249.56 41.44 - 118.075 301.00 258.82 42.18 - 118.100 300.00 266.71 33.29 - 118.125 280.00 271.90 8.10 - 118.150 332.00 274.21 57.79 - 118.175 285.00 274.52 10.48 - 118.200 276.00 273.82 2.18 - 118.225 261.00 272.73 -11.73 - 118.250 262.00 271.77 -9.77 - 118.275 264.00 271.40 -7.40 - 118.300 280.00 271.57 8.43 - 118.325 291.00 271.36 19.64 - 118.350 292.00 269.21 22.79 - 118.375 284.00 264.13 19.87 - 118.400 266.00 255.58 10.42 - 118.425 240.00 244.39 -4.39 - 118.450 219.00 231.90 -12.90 - 118.475 232.00 219.58 12.42 - 118.500 218.00 208.53 9.47 - 118.525 192.00 199.33 -7.33 - 118.550 181.00 192.23 -11.23 - 118.575 184.00 187.23 -3.23 - 118.600 219.00 184.17 34.83 - 118.625 187.00 182.85 4.15 - 118.650 174.00 183.09 -9.09 - 118.675 184.00 184.76 -0.76 - 118.700 204.00 187.70 16.30 - 118.725 197.00 191.70 5.30 - 118.750 217.00 196.44 20.56 - 118.775 215.00 201.39 13.61 - 118.800 213.00 205.79 7.21 - 118.825 212.00 208.79 3.21 - 118.850 218.00 209.62 8.38 - 118.875 210.00 208.20 1.80 - 118.900 224.00 204.72 19.28 - 118.925 183.00 199.89 -16.89 - 118.950 178.00 194.47 -16.47 - 118.975 205.00 189.13 15.87 - 119.000 184.00 184.29 -0.29 - 119.025 185.00 179.84 5.16 - 119.050 180.00 176.59 3.41 - 119.075 197.00 174.14 22.86 - 119.100 154.00 172.35 -18.35 - 119.125 171.00 171.10 -0.10 - 119.150 181.00 170.04 10.96 - 119.175 155.00 169.45 -14.45 - 119.200 145.00 169.06 -24.06 - 119.225 184.00 168.86 15.14 - 119.250 180.00 168.68 11.32 - 119.275 173.00 168.87 4.13 - 119.300 168.00 168.83 -0.83 - 119.325 190.00 168.83 21.17 - 119.350 169.00 168.82 0.18 - 119.375 161.00 168.87 -7.87 - 119.400 174.00 168.91 5.09 - 119.425 158.00 168.92 -10.92 - 119.450 167.00 168.87 -1.87 - 119.475 182.00 168.77 13.23 - 119.500 165.00 168.64 -3.64 - 119.525 183.00 168.31 14.69 - 119.550 168.00 168.49 -0.49 - 119.575 159.00 168.38 -9.38 - 119.600 161.00 168.30 -7.30 - 119.625 155.00 168.14 -13.14 - 119.650 189.00 168.12 20.88 - 119.675 186.00 168.12 17.88 - 119.700 150.00 168.17 -18.17 - 119.725 168.00 168.20 -0.20 - 119.750 186.00 168.39 17.61 - 119.775 194.00 168.35 25.65 - 119.800 155.00 168.41 -13.41 - 119.825 171.00 168.37 2.63 - 119.850 151.00 168.46 -17.46 - 119.875 165.00 168.55 -3.55 - 119.900 175.00 168.66 6.34 - 119.925 156.00 168.77 -12.77 - 119.950 163.00 168.90 -5.90 - 119.975 164.00 169.04 -5.04 - 120.000 166.00 169.20 -3.20 - 120.025 185.00 169.52 15.48 - 120.050 163.00 169.71 -6.71 - 120.075 202.00 169.91 32.09 - 120.100 186.00 170.13 15.87 - 120.125 183.00 170.36 12.64 - 120.150 183.00 170.60 12.40 - 120.175 155.00 170.86 -15.86 - 120.200 199.00 171.14 27.86 - 120.225 176.00 171.46 4.54 - 120.250 188.00 172.27 15.73 - 120.275 177.00 172.64 4.36 - 120.300 165.00 173.34 -8.34 - 120.325 198.00 173.83 24.17 - 120.350 170.00 174.47 -4.47 - 120.375 186.00 175.23 10.77 - 120.400 188.00 176.14 11.86 - 120.425 193.00 177.29 15.71 - 120.450 190.00 178.81 11.19 - 120.475 207.00 180.90 26.10 - 120.500 234.00 183.85 50.15 - 120.525 205.00 188.11 16.89 - 120.550 212.00 193.99 18.01 - 120.575 216.00 202.07 13.93 - 120.600 213.00 213.04 -0.04 - 120.625 266.00 226.55 39.45 - 120.650 257.00 242.78 14.22 - 120.675 269.00 261.13 7.87 - 120.700 300.00 280.38 19.62 - 120.725 330.00 298.68 31.32 - 120.750 339.00 313.86 25.14 - 120.775 357.00 323.16 33.84 - 120.800 382.00 325.16 56.84 - 120.825 326.00 320.43 5.57 - 120.850 325.00 311.35 13.65 - 120.875 282.00 301.08 -19.08 - 120.900 284.00 292.46 -8.46 - 120.925 305.00 287.42 17.58 - 120.950 353.00 286.86 66.14 - 120.975 293.00 290.70 2.30 - 121.000 354.00 297.91 56.09 - 121.025 327.00 306.51 20.49 - 121.050 397.00 314.00 83.00 - 121.075 378.00 317.99 60.01 - 121.100 367.00 317.51 49.49 - 121.125 341.00 312.93 28.07 - 121.150 307.00 306.24 0.76 - 121.175 311.00 299.31 11.69 - 121.200 274.00 293.31 -19.31 - 121.225 313.00 288.56 24.44 - 121.250 351.00 284.58 66.42 - 121.275 347.00 280.44 66.56 - 121.300 326.00 275.23 50.77 - 121.325 307.00 268.70 38.30 - 121.350 293.00 261.40 31.60 - 121.375 260.00 254.42 5.58 - 121.400 283.00 248.84 34.16 - 121.425 272.00 245.46 26.54 - 121.450 272.00 244.70 27.30 - 121.475 302.00 246.60 55.40 - 121.500 307.00 250.85 56.15 - 121.525 313.00 256.82 56.18 - 121.550 332.00 263.72 68.28 - 121.575 337.00 270.82 66.18 - 121.600 327.00 278.00 49.00 - 121.625 331.00 286.06 44.94 - 121.650 343.00 296.52 46.48 - 121.675 329.00 310.90 18.10 - 121.700 371.00 330.13 40.87 - 121.725 392.00 354.18 37.82 - 121.750 418.00 381.85 36.15 - 121.775 493.00 410.59 82.41 - 121.800 471.00 436.55 34.45 - 121.825 481.00 455.10 25.90 - 121.850 485.00 462.22 22.78 - 121.875 486.00 456.38 29.62 - 121.900 422.00 439.31 -17.31 - 121.925 425.00 415.10 9.90 - 121.950 387.00 388.57 -1.57 - 121.975 379.00 363.93 15.07 - 122.000 330.00 344.21 -14.21 - 122.025 338.00 331.20 6.80 - 122.050 327.00 325.50 1.50 - 122.075 321.00 326.63 -5.63 - 122.100 327.00 333.44 -6.44 - 122.125 386.00 344.00 42.00 - 122.150 375.00 356.49 18.51 - 122.175 412.00 368.91 43.09 - 122.200 398.00 379.61 18.39 - 122.225 371.00 386.80 -15.80 - 122.250 398.00 390.20 7.80 - 122.275 377.00 390.62 -13.62 - 122.300 382.00 388.57 -6.57 - 122.325 419.00 383.99 35.01 - 122.350 397.00 375.69 21.31 - 122.375 373.00 363.56 9.44 - 122.400 325.00 347.51 -22.51 - 122.425 333.00 328.89 4.11 - 122.450 311.00 309.62 1.38 - 122.475 301.00 291.59 9.41 - 122.500 293.00 276.23 16.77 - 122.525 291.00 264.42 26.58 - 122.550 268.00 256.47 11.53 - 122.575 279.00 252.25 26.75 - 122.600 289.00 251.11 37.89 - 122.625 278.00 251.72 26.28 - 122.650 266.00 253.66 12.34 - 122.675 268.00 255.47 12.53 - 122.700 284.00 256.19 27.81 - 122.725 258.00 254.62 3.38 - 122.750 251.00 250.28 0.72 - 122.775 258.00 243.74 14.26 - 122.800 247.00 235.39 11.61 - 122.825 251.00 226.38 24.62 - 122.850 211.00 217.67 -6.67 - 122.875 209.00 209.50 -0.50 - 122.900 220.00 202.57 17.43 - 122.925 218.00 196.87 21.13 - 122.950 191.00 192.38 -1.38 - 122.975 186.00 188.99 -2.99 - 123.000 214.00 186.52 27.48 - 123.025 213.00 184.77 28.23 - 123.050 216.00 183.58 32.42 - 123.075 227.00 182.81 44.19 - 123.100 196.00 182.35 13.65 - 123.125 202.00 182.10 19.90 - 123.150 213.00 182.02 30.98 - 123.175 186.00 182.11 3.89 - 123.200 198.00 182.30 15.70 - 123.225 224.00 182.58 41.42 - 123.250 177.00 182.95 -5.95 - 123.275 197.00 183.36 13.64 - 123.300 160.00 183.91 -23.91 - 123.325 191.00 184.36 6.64 - 123.350 209.00 184.85 24.15 - 123.375 217.00 185.34 31.66 - 123.400 216.00 185.93 30.07 - 123.425 215.00 186.70 28.30 - 123.450 200.00 187.32 12.68 - 123.475 207.00 188.64 18.36 - 123.500 202.00 190.86 11.14 - 123.525 234.00 194.00 40.00 - 123.550 218.00 198.40 19.60 - 123.575 252.00 204.45 47.55 - 123.600 249.00 212.59 36.41 - 123.625 281.00 223.26 57.74 - 123.650 270.00 236.87 33.13 - 123.675 287.00 253.93 33.07 - 123.700 318.00 273.97 44.03 - 123.725 319.00 296.61 22.39 - 123.750 370.00 321.19 48.81 - 123.775 397.00 346.25 50.75 - 123.800 434.00 370.13 63.87 - 123.825 494.00 390.67 103.33 - 123.850 424.00 406.48 17.52 - 123.875 485.00 415.22 69.78 - 123.900 464.00 415.05 48.95 - 123.925 454.00 405.73 48.27 - 123.950 461.00 388.34 72.66 - 123.975 371.00 365.39 5.61 - 124.000 326.00 340.37 -14.37 - 124.025 309.00 315.62 -6.62 - 124.050 280.00 293.41 -13.41 - 124.075 332.00 275.03 56.97 - 124.100 297.00 261.31 35.69 - 124.125 277.00 252.62 24.38 - 124.150 293.00 248.99 44.01 - 124.175 303.00 250.22 52.78 - 124.200 342.00 256.10 85.90 - 124.225 293.00 265.88 27.12 - 124.250 322.00 279.08 42.92 - 124.275 350.00 294.90 55.10 - 124.300 360.00 312.55 47.45 - 124.325 343.00 331.06 11.94 - 124.350 387.00 349.56 37.44 - 124.375 437.00 366.97 70.03 - 124.400 442.00 382.45 59.55 - 124.425 460.00 394.31 65.69 - 124.450 486.00 401.17 84.83 - 124.475 451.00 401.86 49.14 - 124.500 433.00 396.06 36.94 - 124.525 459.00 384.25 74.75 - 124.550 369.00 367.65 1.35 - 124.575 415.00 347.98 67.02 - 124.600 340.00 327.18 12.82 - 124.625 328.00 307.05 20.95 - 124.650 323.00 289.10 33.90 - 124.675 291.00 274.46 16.54 - 124.700 265.00 263.76 1.24 - 124.725 305.00 257.28 47.72 - 124.750 279.00 254.91 24.09 - 124.775 298.00 256.26 41.74 - 124.800 320.00 260.96 59.04 - 124.825 299.00 267.90 31.10 - 124.850 306.00 275.81 30.19 - 124.875 340.00 283.86 56.14 - 124.900 314.00 290.93 23.07 - 124.925 329.00 296.19 32.81 - 124.950 324.00 298.88 25.12 - 124.975 367.00 299.07 67.93 - 125.000 378.00 297.05 80.95 - 125.025 335.00 293.11 41.89 - 125.050 338.00 287.54 50.46 - 125.075 293.00 280.63 12.37 - 125.100 299.00 272.92 26.08 - 125.125 293.00 265.12 27.88 - 125.150 263.00 258.07 4.93 - 125.175 285.00 252.60 32.40 - 125.200 277.00 249.48 27.52 - 125.225 283.00 249.28 33.72 - 125.250 326.00 252.42 73.58 - 125.275 291.00 259.01 31.99 - 125.300 311.00 268.92 42.08 - 125.325 315.00 281.82 33.18 - 125.350 351.00 296.76 54.24 - 125.375 367.00 312.42 54.58 - 125.400 353.00 327.42 25.58 - 125.425 387.00 339.96 47.04 - 125.450 404.00 348.40 55.60 - 125.475 365.00 351.86 13.14 - 125.500 354.00 350.28 3.72 - 125.525 382.00 345.13 36.87 - 125.550 318.00 337.93 -19.93 - 125.575 310.00 330.12 -20.12 - 125.600 342.00 322.35 19.65 - 125.625 355.00 315.65 39.35 - 125.650 334.00 309.46 24.54 - 125.675 382.00 303.75 78.25 - 125.700 359.00 297.94 61.06 - 125.725 322.00 291.55 30.45 - 125.750 317.00 284.60 32.40 - 125.775 322.00 277.55 44.45 - 125.800 315.00 270.71 44.29 - 125.825 322.00 264.85 57.15 - 125.850 260.00 260.45 -0.45 - 125.875 275.00 257.69 17.31 - 125.900 282.00 256.60 25.40 - 125.925 290.00 256.90 33.10 - 125.950 318.00 258.09 59.91 - 125.975 296.00 259.50 36.50 - 126.000 276.00 260.41 15.59 - 126.025 281.00 260.32 20.68 - 126.050 309.00 259.01 49.99 - 126.075 281.00 256.98 24.02 - 126.100 305.00 254.60 50.40 - 126.125 298.00 252.31 45.69 - 126.150 276.00 250.39 25.61 - 126.175 252.00 248.80 3.20 - 126.200 303.00 247.69 55.31 - 126.225 282.00 246.89 35.11 - 126.250 308.00 245.96 62.04 - 126.275 302.00 245.16 56.84 - 126.300 293.00 244.42 48.58 - 126.325 288.00 244.11 43.89 - 126.350 268.00 244.83 23.17 - 126.375 300.00 247.34 52.66 - 126.400 319.00 252.39 66.61 - 126.425 297.00 260.67 36.33 - 126.450 302.00 272.68 29.32 - 126.475 304.00 288.64 15.36 - 126.500 346.00 308.46 37.54 - 126.525 392.00 331.56 60.44 - 126.550 454.00 356.88 97.12 - 126.575 519.00 382.81 136.19 - 126.600 565.00 407.18 157.82 - 126.625 590.00 427.42 162.58 - 126.650 593.00 441.03 151.97 - 126.675 601.00 446.24 154.76 - 126.700 563.00 442.45 120.55 - 126.725 482.00 431.07 50.93 - 126.750 500.00 413.78 86.22 - 126.775 403.00 392.60 10.40 - 126.800 417.00 369.31 47.69 - 126.825 386.00 345.68 40.32 - 126.850 328.00 322.56 5.44 - 126.875 293.00 301.49 -8.49 - 126.900 321.00 283.31 37.69 - 126.925 300.00 268.72 31.28 - 126.950 313.00 258.02 54.98 - 126.975 294.00 251.31 42.69 - 127.000 318.00 248.53 69.47 - 127.025 294.00 249.45 44.55 - 127.050 329.00 253.83 75.17 - 127.075 329.00 261.05 67.95 - 127.100 364.00 270.57 93.43 - 127.125 360.00 281.62 78.38 - 127.150 385.00 293.22 91.78 - 127.175 412.00 304.19 107.81 - 127.200 426.00 313.38 112.62 - 127.225 405.00 319.35 85.65 - 127.250 418.00 321.46 96.54 - 127.275 417.00 319.32 97.68 - 127.300 358.00 314.21 43.79 - 127.325 384.00 306.76 77.24 - 127.350 387.00 298.02 88.98 - 127.375 312.00 289.07 22.93 - 127.400 316.00 280.47 35.53 - 127.425 304.00 273.09 30.91 - 127.450 295.00 267.73 27.27 - 127.475 296.00 264.34 31.66 - 127.500 294.00 263.39 30.61 - 127.525 273.00 264.70 8.30 - 127.550 325.00 267.74 57.26 - 127.575 330.00 272.19 57.81 - 127.600 345.00 277.16 67.84 - 127.625 300.00 281.94 18.06 - 127.650 370.00 285.35 84.65 - 127.675 350.00 286.90 63.10 - 127.700 381.00 286.10 94.90 - 127.725 297.00 282.74 14.26 - 127.750 316.00 277.00 39.00 - 127.775 300.00 269.42 30.58 - 127.800 270.00 260.55 9.45 - 127.825 271.00 251.21 19.79 - 127.850 292.00 241.90 50.10 - 127.875 249.00 233.43 15.57 - 127.900 263.00 226.04 36.96 - 127.925 269.00 219.98 49.02 - 127.950 273.00 215.40 57.60 - 127.975 252.00 212.32 39.68 - 128.000 250.00 210.72 39.28 - 128.025 225.00 210.62 14.38 - 128.050 241.00 211.69 29.31 - 128.075 245.00 213.83 31.17 - 128.100 268.00 216.92 51.08 - 128.125 276.00 220.66 55.34 - 128.150 264.00 224.71 39.29 - 128.175 282.00 228.97 53.03 - 128.200 294.00 232.83 61.17 - 128.225 314.00 236.02 77.98 - 128.250 303.00 238.26 64.74 - 128.275 269.00 239.37 29.63 - 128.300 295.00 239.27 55.73 - 128.325 283.00 238.03 44.97 - 128.350 293.00 235.91 57.09 - 128.375 286.00 233.29 52.71 - 128.400 264.00 230.65 33.35 - 128.425 255.00 228.38 26.62 - 128.450 259.00 226.92 32.08 - 128.475 252.00 226.72 25.28 - 128.500 270.00 227.92 42.08 - 128.525 255.00 230.55 24.45 - 128.550 304.00 235.07 68.93 - 128.575 293.00 241.80 51.20 - 128.600 311.00 250.40 60.60 - 128.625 285.00 260.70 24.30 - 128.650 332.00 272.42 59.58 - 128.675 321.00 285.13 35.87 - 128.700 350.00 298.22 51.78 - 128.725 358.00 311.27 46.73 - 128.750 431.00 323.39 107.61 - 128.775 433.00 333.64 99.36 - 128.800 427.00 341.11 85.89 - 128.825 380.00 345.17 34.83 - 128.850 413.00 345.71 67.29 - 128.875 422.00 343.29 78.71 - 128.900 348.00 338.88 9.12 - 128.925 388.00 333.56 54.44 - 128.950 355.00 328.26 26.74 - 128.975 370.00 323.67 46.33 - 129.000 353.00 320.14 32.86 - 129.025 322.00 317.81 4.19 - 129.050 348.00 316.73 31.27 - 129.075 325.00 316.77 8.23 - 129.100 320.00 317.99 2.01 - 129.125 369.00 320.42 48.58 - 129.150 351.00 323.89 27.11 - 129.175 400.00 328.42 71.58 - 129.200 379.00 333.88 45.12 - 129.225 399.00 339.84 59.16 - 129.250 406.00 346.11 59.89 - 129.275 396.00 352.71 43.29 - 129.300 397.00 359.78 37.22 - 129.325 415.00 367.60 47.40 - 129.350 439.00 376.19 62.81 - 129.375 438.00 385.35 52.65 - 129.400 437.00 394.65 42.35 - 129.425 478.00 403.49 74.51 - 129.450 495.00 411.29 83.71 - 129.475 511.00 417.53 93.47 - 129.500 450.00 421.83 28.17 - 129.525 497.00 424.04 72.96 - 129.550 498.00 424.18 73.82 - 129.575 433.00 422.35 10.65 - 129.600 477.00 418.83 58.17 - 129.625 484.00 413.53 70.47 - 129.650 430.00 406.16 23.84 - 129.675 431.00 396.86 34.14 - 129.700 454.00 385.58 68.42 - 129.725 399.00 372.71 26.29 - 129.750 382.00 358.94 23.06 - 129.775 384.00 344.95 39.05 - 129.800 351.00 331.31 19.69 - 129.825 334.00 318.46 15.54 - 129.850 347.00 306.75 40.25 - 129.875 336.00 296.45 39.55 - 129.900 330.00 287.84 42.16 - 129.925 306.00 281.16 24.84 - 129.950 330.00 276.55 53.45 - 129.975 311.00 274.03 36.97 - 130.000 298.00 273.50 24.50 - 130.025 301.00 274.69 26.31 - 130.050 344.00 277.25 66.75 - 130.075 335.00 280.70 54.30 - 130.100 334.00 284.58 49.42 - 130.125 303.00 288.43 14.57 - 130.150 326.00 291.75 34.25 - 130.175 359.00 294.42 64.58 - 130.200 397.00 296.29 100.71 - 130.225 356.00 297.28 58.72 - 130.250 347.00 297.22 49.78 - 130.275 310.00 295.95 14.05 - 130.300 347.00 293.47 53.53 - 130.325 332.00 289.92 42.08 - 130.350 312.00 285.64 26.36 - 130.375 335.00 281.09 53.91 - 130.400 334.00 276.66 57.34 - 130.425 316.00 272.63 43.37 - 130.450 309.00 269.15 39.85 - 130.475 294.00 266.19 27.81 - 130.500 334.00 263.61 70.39 - 130.525 342.00 261.18 80.82 - 130.550 332.00 258.65 73.35 - 130.575 279.00 255.74 23.26 - 130.600 267.00 252.33 14.67 - 130.625 257.00 248.39 8.61 - 130.650 292.00 244.04 47.96 - 130.675 288.00 239.45 48.55 - 130.700 273.00 234.93 38.07 - 130.725 245.00 230.65 14.35 - 130.750 269.00 226.70 42.30 - 130.775 248.00 223.23 24.77 - 130.800 228.00 220.28 7.72 - 130.825 250.00 217.87 32.13 - 130.850 249.00 215.70 33.30 - 130.875 230.00 214.32 15.68 - 130.900 238.00 213.33 24.67 - 130.925 217.00 212.69 4.31 - 130.950 238.00 212.37 25.63 - 130.975 212.00 212.36 -0.36 - 131.000 246.00 212.64 33.36 - 131.025 246.00 213.18 32.82 - 131.050 239.00 213.92 25.08 - 131.075 262.00 214.81 47.19 - 131.100 265.00 215.64 49.36 - 131.125 264.00 216.46 47.54 - 131.150 240.00 217.04 22.96 - 131.175 250.00 217.25 32.75 - 131.200 246.00 216.98 29.02 - 131.225 226.00 216.18 9.82 - 131.250 227.00 214.87 12.13 - 131.275 235.00 213.14 21.86 - 131.300 226.00 211.03 14.97 - 131.325 256.00 208.82 47.18 - 131.350 190.00 206.56 -16.56 - 131.375 215.00 204.35 10.65 - 131.400 236.00 202.27 33.73 - 131.425 223.00 200.37 22.63 - 131.450 227.00 198.67 28.33 - 131.475 203.00 197.06 5.94 - 131.500 206.00 195.82 10.18 - 131.525 190.00 194.81 -4.81 - 131.550 232.00 193.99 38.01 - 131.575 230.00 193.16 36.84 - 131.600 201.00 192.68 8.32 - 131.625 219.00 192.34 26.66 - 131.650 203.00 192.09 10.91 - 131.675 216.00 191.95 24.05 - 131.700 213.00 191.88 21.12 - 131.725 208.00 192.01 15.99 - 131.750 224.00 191.89 32.11 - 131.775 210.00 191.96 18.04 - 131.800 202.00 192.14 9.86 - 131.825 212.00 192.39 19.61 - 131.850 205.00 192.72 12.28 - 131.875 236.00 193.14 42.86 - 131.900 220.00 193.69 26.31 - 131.925 194.00 194.37 -0.37 - 131.950 199.00 195.30 3.70 - 131.975 201.00 196.51 4.49 - 132.000 216.00 198.06 17.94 - 132.025 237.00 200.05 36.95 - 132.050 212.00 202.56 9.44 - 132.075 225.00 205.67 19.33 - 132.100 203.00 209.45 -6.45 - 132.125 241.00 213.95 27.05 - 132.150 232.00 219.18 12.82 - 132.175 260.00 225.12 34.88 - 132.200 253.00 231.67 21.33 - 132.225 257.00 238.59 18.41 - 132.250 282.00 245.84 36.16 - 132.275 291.00 253.05 37.95 - 132.300 283.00 259.82 23.18 - 132.325 325.00 265.78 59.22 - 132.350 333.00 270.57 62.43 - 132.375 335.00 273.74 61.26 - 132.400 293.00 275.18 17.82 - 132.425 315.00 274.75 40.25 - 132.450 297.00 272.92 24.08 - 132.475 310.00 269.80 40.20 - 132.500 285.00 265.69 19.31 - 132.525 285.00 261.10 23.90 - 132.550 276.00 255.87 20.13 - 132.575 258.00 250.47 7.53 - 132.600 251.00 245.20 5.80 - 132.625 269.00 240.30 28.70 - 132.650 228.00 236.12 -8.12 - 132.675 215.00 232.58 -17.58 - 132.700 259.00 229.92 29.08 - 132.725 235.00 228.23 6.77 - 132.750 257.00 227.32 29.68 - 132.775 241.00 227.34 13.66 - 132.800 289.00 228.11 60.89 - 132.825 229.00 229.49 -0.49 - 132.850 267.00 231.33 35.67 - 132.875 270.00 233.45 36.55 - 132.900 284.00 235.72 48.28 - 132.925 265.00 237.94 27.06 - 132.950 274.00 239.96 34.04 - 132.975 275.00 241.62 33.38 - 133.000 279.00 242.75 36.25 - 133.025 277.00 243.21 33.79 - 133.050 269.00 242.95 26.05 - 133.075 267.00 241.97 25.03 - 133.100 263.00 240.51 22.49 - 133.125 299.00 238.46 60.54 - 133.150 262.00 236.06 25.94 - 133.175 263.00 233.59 29.41 - 133.200 268.00 230.96 37.04 - 133.225 235.00 228.41 6.59 - 133.250 232.00 226.10 5.90 - 133.275 261.00 224.24 36.76 - 133.300 236.00 222.80 13.20 - 133.325 224.00 221.95 2.05 - 133.350 251.00 221.82 29.18 - 133.375 249.00 222.38 26.62 - 133.400 247.00 223.64 23.36 - 133.425 217.00 225.55 -8.55 - 133.450 238.00 228.08 9.92 - 133.475 231.00 231.08 -0.08 - 133.500 251.00 234.41 16.59 - 133.525 261.00 237.87 23.13 - 133.550 251.00 241.28 9.72 - 133.575 308.00 244.40 63.60 - 133.600 300.00 247.01 52.99 - 133.625 333.00 248.92 84.08 - 133.650 311.00 249.96 61.04 - 133.675 283.00 250.08 32.92 - 133.700 279.00 249.36 29.64 - 133.725 289.00 247.98 41.02 - 133.750 281.00 246.28 34.72 - 133.775 273.00 244.46 28.54 - 133.800 244.00 242.86 1.14 - 133.825 299.00 241.76 57.24 - 133.850 263.00 241.34 21.66 - 133.875 257.00 241.75 15.25 - 133.900 209.00 243.06 -34.06 - 133.925 284.00 245.26 38.74 - 133.950 256.00 248.29 7.71 - 133.975 270.00 252.00 18.00 - 134.000 280.00 256.17 23.83 - 134.025 276.00 260.57 15.43 - 134.050 282.00 264.78 17.22 - 134.075 293.00 268.50 24.50 - 134.100 282.00 271.46 10.54 - 134.125 285.00 273.28 11.72 - 134.150 309.00 273.91 35.09 - 134.175 299.00 273.39 25.61 - 134.200 295.00 271.85 23.15 - 134.225 307.00 269.49 37.51 - 134.250 253.00 266.52 -13.52 - 134.275 258.00 263.16 -5.16 - 134.300 255.00 259.45 -4.45 - 134.325 297.00 255.58 41.42 - 134.350 296.00 251.65 44.35 - 134.375 248.00 247.82 0.18 - 134.400 286.00 244.23 41.77 - 134.425 288.00 241.06 46.94 - 134.450 259.00 238.45 20.55 - 134.475 276.00 236.54 39.46 - 134.500 256.00 235.44 20.56 - 134.525 257.00 235.23 21.77 - 134.550 268.00 235.99 32.01 - 134.575 246.00 237.78 8.22 - 134.600 273.00 240.64 32.36 - 134.625 271.00 244.55 26.45 - 134.650 306.00 249.63 56.37 - 134.675 287.00 255.76 31.24 - 134.700 286.00 263.07 22.93 - 134.725 303.00 271.42 31.58 - 134.750 283.00 280.78 2.22 - 134.775 335.00 290.94 44.06 - 134.800 330.00 301.82 28.18 - 134.825 366.00 313.27 52.73 - 134.850 380.00 325.08 54.92 - 134.875 334.00 337.14 -3.14 - 134.900 362.00 349.14 12.86 - 134.925 408.00 360.77 47.23 - 134.950 432.00 371.51 60.49 - 134.975 479.00 380.87 98.13 - 135.000 440.00 388.36 51.64 - 135.025 484.00 393.57 90.43 - 135.050 478.00 396.28 81.72 - 135.075 479.00 396.40 82.60 - 135.100 513.00 394.01 118.99 - 135.125 472.00 389.26 82.74 - 135.150 445.00 382.41 62.59 - 135.175 466.00 373.79 92.21 - 135.200 437.00 363.90 73.10 - 135.225 414.00 353.28 60.72 - 135.250 396.00 342.51 53.49 - 135.275 374.00 332.18 41.82 - 135.300 314.00 322.79 -8.79 - 135.325 326.00 314.82 11.18 - 135.350 326.00 308.58 17.42 - 135.375 323.00 304.30 18.70 - 135.400 316.00 302.19 13.81 - 135.425 354.00 302.21 51.79 - 135.450 315.00 304.27 10.73 - 135.475 351.00 308.20 42.80 - 135.500 329.00 313.70 15.30 - 135.525 370.00 320.56 49.44 - 135.550 366.00 327.99 38.01 - 135.575 415.00 335.64 79.36 - 135.600 444.00 342.92 101.08 - 135.625 423.00 349.26 73.74 - 135.650 414.00 354.16 59.84 - 135.675 412.00 357.26 54.74 - 135.700 463.00 358.34 104.66 - 135.725 464.00 357.35 106.65 - 135.750 424.00 354.41 69.59 - 135.775 427.00 349.71 77.29 - 135.800 411.00 343.51 67.49 - 135.825 394.00 336.08 57.92 - 135.850 383.00 327.73 55.27 - 135.875 394.00 318.77 75.23 - 135.900 330.00 309.47 20.53 - 135.925 360.00 300.18 59.82 - 135.950 359.00 291.17 67.83 - 135.975 303.00 282.71 20.29 - 136.000 294.00 275.00 19.00 - 136.025 289.00 268.19 20.81 - 136.050 271.00 262.28 8.72 - 136.075 288.00 257.51 30.49 - 136.100 264.00 253.98 10.02 - 136.125 284.00 251.28 32.72 - 136.150 262.00 249.52 12.48 - 136.175 274.00 248.61 25.39 - 136.200 278.00 248.43 29.57 - 136.225 293.00 248.93 44.07 - 136.250 289.00 249.80 39.20 - 136.275 309.00 250.97 58.03 - 136.300 292.00 252.42 39.58 - 136.325 313.00 253.76 59.24 - 136.350 286.00 255.03 30.97 - 136.375 291.00 256.22 34.78 - 136.400 303.00 257.35 45.65 - 136.425 279.00 258.48 20.52 - 136.450 298.00 259.70 38.30 - 136.475 301.00 261.10 39.90 - 136.500 278.00 262.72 15.28 - 136.525 261.00 264.60 -3.60 - 136.550 314.00 266.59 47.41 - 136.575 299.00 268.87 30.13 - 136.600 316.00 271.22 44.78 - 136.625 353.00 273.49 79.51 - 136.650 319.00 275.51 43.49 - 136.675 339.00 277.14 61.86 - 136.700 335.00 278.23 56.77 - 136.725 341.00 278.66 62.34 - 136.750 306.00 278.39 27.61 - 136.775 303.00 277.39 25.61 - 136.800 298.00 275.88 22.12 - 136.825 290.00 273.71 16.29 - 136.850 317.00 271.05 45.95 - 136.875 318.00 267.99 50.01 - 136.900 296.00 264.59 31.41 - 136.925 336.00 260.93 75.07 - 136.950 295.00 257.09 37.91 - 136.975 284.00 253.19 30.81 - 137.000 241.00 249.41 -8.41 - 137.025 276.00 245.74 30.26 - 137.050 245.00 242.36 2.64 - 137.075 247.00 239.38 7.62 - 137.100 263.00 236.87 26.13 - 137.125 270.00 234.87 35.13 - 137.150 261.00 233.43 27.57 - 137.175 239.00 232.53 6.47 - 137.200 247.00 232.16 14.84 - 137.225 250.00 232.28 17.72 - 137.250 209.00 232.88 -23.88 - 137.275 238.00 233.72 4.28 - 137.300 247.00 234.89 12.11 - 137.325 257.00 236.23 20.77 - 137.350 255.00 237.61 17.39 - 137.375 273.00 238.92 34.08 - 137.400 272.00 240.08 31.92 - 137.425 319.00 240.98 78.02 - 137.450 274.00 241.56 32.44 - 137.475 307.00 241.80 65.20 - 137.500 253.00 241.69 11.31 - 137.525 284.00 241.03 42.97 - 137.550 254.00 240.29 13.71 - 137.575 274.00 239.30 34.70 - 137.600 278.00 238.08 39.92 - 137.625 237.00 236.69 0.31 - 137.650 257.00 235.01 21.99 - 137.675 249.00 233.38 15.62 - 137.700 261.00 231.71 29.29 - 137.725 242.00 230.03 11.97 - 137.750 256.00 228.49 27.51 - 137.775 255.00 227.14 27.86 - 137.800 236.00 226.07 9.93 - 137.825 234.00 225.30 8.70 - 137.850 250.00 224.93 25.07 - 137.875 233.00 225.02 7.98 - 137.900 250.00 225.63 24.37 - 137.925 231.00 226.82 4.18 - 137.950 252.00 228.61 23.39 - 137.975 244.00 231.09 12.91 - 138.000 256.00 234.21 21.79 - 138.025 226.00 238.00 -12.00 - 138.050 267.00 242.45 24.55 - 138.075 246.00 247.46 -1.46 - 138.100 257.00 252.97 4.03 - 138.125 255.00 258.86 -3.86 - 138.150 278.00 265.00 13.00 - 138.175 292.00 271.18 20.82 - 138.200 308.00 277.07 30.93 - 138.225 274.00 282.69 -8.69 - 138.250 375.00 287.64 87.36 - 138.275 361.00 291.55 69.45 - 138.300 344.00 294.41 49.59 - 138.325 361.00 295.96 65.04 - 138.350 347.00 296.15 50.85 - 138.375 352.00 295.04 56.96 - 138.400 322.00 292.82 29.18 - 138.425 337.00 289.68 47.32 - 138.450 267.00 286.09 -19.09 - 138.475 268.00 282.30 -14.30 - 138.500 286.00 278.62 7.38 - 138.525 279.00 275.38 3.62 - 138.550 276.00 272.84 3.16 - 138.575 252.00 271.24 -19.24 - 138.600 242.00 270.77 -28.77 - 138.625 277.00 271.59 5.41 - 138.650 271.00 273.81 -2.81 - 138.675 275.00 277.48 -2.48 - 138.700 272.00 282.61 -10.61 - 138.725 295.00 289.19 5.81 - 138.750 281.00 297.05 -16.05 - 138.775 338.00 306.08 31.92 - 138.800 320.00 316.03 3.97 - 138.825 350.00 326.64 23.36 - 138.850 381.00 337.63 43.37 - 138.875 404.00 348.54 55.46 - 138.900 451.00 359.01 91.99 - 138.925 441.00 368.62 72.38 - 138.950 452.00 377.00 75.00 - 138.975 417.00 383.77 33.23 - 139.000 450.00 388.85 61.15 - 139.025 436.00 392.04 43.96 - 139.050 437.00 393.31 43.69 - 139.075 440.00 392.64 47.36 - 139.100 474.00 390.12 83.88 - 139.125 453.00 385.82 67.18 - 139.150 457.00 379.87 77.13 - 139.175 438.00 372.47 65.53 - 139.200 387.00 363.85 23.15 - 139.225 386.00 354.32 31.68 - 139.250 366.00 344.23 21.77 - 139.275 341.00 333.92 7.08 - 139.300 337.00 323.72 13.28 - 139.325 308.00 314.00 -6.00 - 139.350 329.00 304.99 24.01 - 139.375 283.00 296.91 -13.91 - 139.400 296.00 289.84 6.16 - 139.425 289.00 284.02 4.98 - 139.450 297.00 279.43 17.57 - 139.475 240.00 276.08 -36.08 - 139.500 268.00 273.92 -5.92 - 139.525 282.00 272.84 9.16 - 139.550 297.00 272.75 24.25 - 139.575 291.00 273.51 17.49 - 139.600 281.00 274.89 6.11 - 139.625 305.00 276.79 28.21 - 139.650 336.00 278.97 57.03 - 139.675 324.00 281.22 42.78 - 139.700 307.00 283.35 23.65 - 139.725 332.00 285.21 46.79 - 139.750 328.00 286.68 41.32 - 139.775 309.00 287.69 21.31 - 139.800 315.00 288.23 26.77 - 139.825 330.00 288.32 41.68 - 139.850 291.00 288.03 2.97 - 139.875 290.00 287.31 2.69 - 139.900 344.00 286.24 57.76 - 139.925 314.00 284.83 29.17 - 139.950 324.00 283.13 40.87 - 139.975 327.00 281.16 45.84 - 140.000 259.00 278.97 -19.97 - 140.025 268.00 276.64 -8.64 - 140.050 305.00 274.23 30.77 - 140.075 304.00 271.79 32.21 - 140.100 300.00 269.36 30.64 - 140.125 285.00 267.00 18.00 - 140.150 292.00 264.70 27.30 - 140.175 289.00 262.44 26.56 - 140.200 294.00 260.16 33.84 - 140.225 278.00 257.96 20.04 - 140.250 261.00 255.65 5.35 - 140.275 297.00 253.26 43.74 - 140.300 252.00 250.80 1.20 - 140.325 280.00 248.30 31.70 - 140.350 245.00 245.80 -0.80 - 140.375 266.00 243.35 22.65 - 140.400 283.00 240.97 42.03 - 140.425 238.00 238.77 -0.77 - 140.450 266.00 236.76 29.24 - 140.475 262.00 234.99 27.01 - 140.500 249.00 233.49 15.51 - 140.525 255.00 232.29 22.71 - 140.550 240.00 231.40 8.60 - 140.575 239.00 230.83 8.17 - 140.600 221.00 230.60 -9.60 - 140.625 251.00 230.68 20.32 - 140.650 212.00 231.07 -19.07 - 140.675 233.00 231.74 1.26 - 140.700 238.00 232.66 5.34 - 140.725 249.00 233.81 15.19 - 140.750 256.00 235.14 20.86 - 140.775 216.00 236.60 -20.60 - 140.800 262.00 238.14 23.86 - 140.825 249.00 239.71 9.29 - 140.850 248.00 241.28 6.72 - 140.875 263.00 242.76 20.24 - 140.900 281.00 244.13 36.87 - 140.925 234.00 245.36 -11.36 - 140.950 290.00 246.42 43.58 - 140.975 269.00 247.29 21.71 - 141.000 284.00 247.97 36.03 - 141.025 233.00 248.36 -15.36 - 141.050 286.00 248.47 37.53 - 141.075 275.00 248.29 26.71 - 141.100 263.00 247.80 15.20 - 141.125 245.00 247.02 -2.02 - 141.150 259.00 245.80 13.20 - 141.175 276.00 244.51 31.49 - 141.200 229.00 243.04 -14.04 - 141.225 261.00 241.44 19.56 - 141.250 273.00 239.78 33.22 - 141.275 272.00 238.12 33.88 - 141.300 231.00 236.53 -5.53 - 141.325 212.00 235.05 -23.05 - 141.350 233.00 233.74 -0.74 - 141.375 256.00 232.63 23.37 - 141.400 241.00 231.76 9.24 - 141.425 228.00 231.15 -3.15 - 141.450 234.00 230.83 3.17 - 141.475 238.00 230.79 7.21 - 141.500 216.00 231.06 -15.06 - 141.525 207.00 231.63 -24.63 - 141.550 221.00 232.49 -11.49 - 141.575 233.00 233.62 -0.62 - 141.600 238.00 235.01 2.99 - 141.625 217.00 236.65 -19.65 - 141.650 238.00 238.48 -0.48 - 141.675 251.00 240.59 10.41 - 141.700 268.00 242.73 25.27 - 141.725 259.00 244.99 14.01 - 141.750 230.00 247.30 -17.30 - 141.775 276.00 249.64 26.36 - 141.800 257.00 251.94 5.06 - 141.825 260.00 254.14 5.86 - 141.850 255.00 255.99 -0.99 - 141.875 244.00 257.79 -13.79 - 141.900 258.00 259.28 -1.28 - 141.925 279.00 260.40 18.60 - 141.950 291.00 261.11 29.89 - 141.975 290.00 261.27 28.73 - 142.000 295.00 261.06 33.94 - 142.025 289.00 260.38 28.62 - 142.050 273.00 259.28 13.72 - 142.075 306.00 257.82 48.18 - 142.100 307.00 255.92 51.08 - 142.125 264.00 253.94 10.06 - 142.150 289.00 251.83 37.17 - 142.175 270.00 249.67 20.33 - 142.200 234.00 247.54 -13.54 - 142.225 252.00 245.52 6.48 - 142.250 243.00 243.67 -0.67 - 142.275 244.00 242.04 1.96 - 142.300 251.00 240.67 10.33 - 142.325 235.00 239.60 -4.60 - 142.350 234.00 238.84 -4.84 - 142.375 246.00 238.39 7.61 - 142.400 239.00 238.27 0.73 - 142.425 257.00 238.44 18.56 - 142.450 218.00 238.90 -20.90 - 142.475 234.00 239.66 -5.66 - 142.500 230.00 240.59 -10.59 - 142.525 253.00 241.69 11.31 - 142.550 248.00 242.93 5.07 - 142.575 257.00 244.26 12.74 - 142.600 248.00 245.65 2.35 - 142.625 255.00 247.05 7.95 - 142.650 261.00 248.43 12.57 - 142.675 275.00 249.77 25.23 - 142.700 288.00 250.93 37.07 - 142.725 301.00 252.07 48.93 - 142.750 283.00 253.09 29.91 - 142.775 308.00 254.20 53.80 - 142.800 268.00 254.91 13.09 - 142.825 300.00 255.46 44.54 - 142.850 305.00 255.86 49.14 - 142.875 254.00 256.14 -2.14 - 142.900 251.00 256.31 -5.31 - 142.925 256.00 256.40 -0.40 - 142.950 280.00 256.41 23.59 - 142.975 290.00 256.52 33.48 - 143.000 267.00 256.62 10.38 - 143.025 278.00 256.77 21.23 - 143.050 302.00 256.99 45.01 - 143.075 264.00 257.30 6.70 - 143.100 263.00 257.69 5.31 - 143.125 289.00 258.16 30.84 - 143.150 231.00 258.71 -27.71 - 143.175 271.00 259.32 11.68 - 143.200 289.00 259.98 29.02 - 143.225 268.00 260.69 7.31 - 143.250 310.00 261.47 48.53 - 143.275 278.00 262.25 15.75 - 143.300 280.00 263.17 16.83 - 143.325 262.00 264.17 -2.17 - 143.350 234.00 265.26 -31.26 - 143.375 278.00 266.44 11.56 - 143.400 288.00 267.70 20.30 - 143.425 265.00 269.12 -4.12 - 143.450 302.00 270.45 31.55 - 143.475 278.00 271.76 6.24 - 143.500 273.00 273.01 -0.01 - 143.525 279.00 274.13 4.87 - 143.550 303.00 275.07 27.93 - 143.575 318.00 275.88 42.12 - 143.600 317.00 276.28 40.72 - 143.625 312.00 276.32 35.68 - 143.650 303.00 275.99 27.01 - 143.675 312.00 275.29 36.71 - 143.700 311.00 274.24 36.76 - 143.725 308.00 272.88 35.12 - 143.750 304.00 271.29 32.71 - 143.775 284.00 269.53 14.47 - 143.800 281.00 267.70 13.30 - 143.825 287.00 265.84 21.16 - 143.850 262.00 264.02 -2.02 - 143.875 273.00 262.32 10.68 - 143.900 284.00 260.77 23.23 - 143.925 261.00 259.41 1.59 - 143.950 241.00 258.26 -17.26 - 143.975 238.00 257.36 -19.36 - 144.000 276.00 256.72 19.28 - 144.025 276.00 256.32 19.68 - 144.050 274.00 256.15 17.85 - 144.075 262.00 256.21 5.79 - 144.100 279.00 256.46 22.54 - 144.125 274.00 256.90 17.10 - 144.150 238.00 257.50 -19.50 - 144.175 278.00 258.21 19.79 - 144.200 273.00 259.06 13.94 - 144.225 274.00 259.97 14.03 - 144.250 260.00 260.95 -0.95 - 144.275 245.00 261.94 -16.94 - 144.300 293.00 262.79 30.21 - 144.325 307.00 263.54 43.46 - 144.350 304.00 264.13 39.87 - 144.375 266.00 264.54 1.46 - 144.400 287.00 264.73 22.27 - 144.425 292.00 264.69 27.31 - 144.450 295.00 264.40 30.60 - 144.475 295.00 263.87 31.13 - 144.500 305.00 263.09 41.91 - 144.525 300.00 262.09 37.91 - 144.550 281.00 260.90 20.10 - 144.575 287.00 259.55 27.45 - 144.600 299.00 258.10 40.90 - 144.625 268.00 256.59 11.41 - 144.650 292.00 255.09 36.91 - 144.675 267.00 253.65 13.35 - 144.700 236.00 252.33 -16.33 - 144.725 248.00 251.19 -3.19 - 144.750 272.00 250.27 21.73 - 144.775 274.00 249.62 24.38 - 144.800 237.00 249.29 -12.29 - 144.825 251.00 249.35 1.65 - 144.850 245.00 249.70 -4.70 - 144.875 285.00 250.43 34.57 - 144.900 252.00 251.55 0.45 - 144.925 272.00 253.05 18.95 - 144.950 258.00 254.91 3.09 - 144.975 269.00 257.11 11.89 - 145.000 268.00 259.62 8.38 - 145.025 299.00 262.40 36.60 - 145.050 240.00 265.40 -25.40 - 145.075 263.00 268.54 -5.54 - 145.100 260.00 271.76 -11.76 - 145.125 315.00 275.02 39.98 - 145.150 315.00 278.11 36.89 - 145.175 295.00 281.03 13.97 - 145.200 279.00 283.68 -4.68 - 145.225 295.00 285.95 9.05 - 145.250 333.00 287.76 45.24 - 145.275 322.00 289.00 33.00 - 145.300 338.00 289.67 48.33 - 145.325 383.00 289.73 93.27 - 145.350 339.00 289.16 49.84 - 145.375 311.00 288.00 23.00 - 145.400 323.00 286.30 36.70 - 145.425 295.00 284.13 10.87 - 145.450 275.00 281.60 -6.60 - 145.475 295.00 278.78 16.22 - 145.500 289.00 275.77 13.23 - 145.525 294.00 272.66 21.34 - 145.550 287.00 269.54 17.46 - 145.575 275.00 266.48 8.52 - 145.600 249.00 263.56 -14.56 - 145.625 232.00 260.83 -28.83 - 145.650 269.00 258.35 10.65 - 145.675 258.00 256.20 1.80 - 145.700 268.00 254.35 13.65 - 145.725 290.00 252.86 37.14 - 145.750 253.00 251.77 1.23 - 145.775 266.00 251.09 14.91 - 145.800 234.00 250.84 -16.84 - 145.825 233.00 251.02 -18.02 - 145.850 223.00 251.64 -28.64 - 145.875 231.00 252.71 -21.71 - 145.900 252.00 254.24 -2.24 - 145.925 275.00 256.24 18.76 - 145.950 267.00 258.70 8.30 - 145.975 251.00 261.63 -10.63 - 146.000 284.00 265.02 18.98 - 146.025 281.00 268.88 12.12 - 146.050 254.00 273.20 -19.20 - 146.075 265.00 277.96 -12.96 - 146.100 309.00 283.18 25.82 - 146.125 269.00 288.81 -19.81 - 146.150 296.00 294.86 1.14 - 146.175 290.00 301.29 -11.29 - 146.200 301.00 308.04 -7.04 - 146.225 297.00 315.06 -18.06 - 146.250 300.00 322.35 -22.35 - 146.275 345.00 329.83 15.17 - 146.300 298.00 337.44 -39.44 - 146.325 347.00 345.12 1.88 - 146.350 345.00 352.93 -7.93 - 146.375 374.00 360.53 13.47 - 146.400 366.00 367.96 -1.96 - 146.425 387.00 375.09 11.91 - 146.450 392.00 381.80 10.20 - 146.475 438.00 387.95 50.05 - 146.500 465.00 393.38 71.62 - 146.525 470.00 397.96 72.04 - 146.550 443.00 401.55 41.45 - 146.575 511.00 404.00 107.00 - 146.600 473.00 405.33 67.67 - 146.625 474.00 405.46 68.54 - 146.650 455.00 404.42 50.58 - 146.675 473.00 402.30 70.70 - 146.700 452.00 399.18 52.82 - 146.725 460.00 395.22 64.78 - 146.750 440.00 390.57 49.43 - 146.775 386.00 385.40 0.60 - 146.800 385.00 379.87 5.13 - 146.825 402.00 374.13 27.87 - 146.850 418.00 368.35 49.65 - 146.875 382.00 362.67 19.33 - 146.900 348.00 357.23 -9.23 - 146.925 344.00 352.17 -8.17 - 146.950 360.00 347.60 12.40 - 146.975 366.00 343.62 22.38 - 147.000 351.00 340.31 10.69 - 147.025 322.00 337.75 -15.75 - 147.050 327.00 335.97 -8.97 - 147.075 318.00 334.90 -16.90 - 147.100 352.00 334.70 17.30 - 147.125 341.00 335.26 5.74 - 147.150 308.00 336.54 -28.54 - 147.175 357.00 338.46 18.54 - 147.200 325.00 340.94 -15.94 - 147.225 367.00 343.88 23.12 - 147.250 383.00 347.20 35.80 - 147.275 381.00 350.67 30.33 - 147.300 376.00 354.21 21.79 - 147.325 381.00 357.67 23.33 - 147.350 434.00 360.94 73.06 - 147.375 410.00 363.87 46.13 - 147.400 412.00 366.38 45.62 - 147.425 411.00 368.35 42.65 - 147.450 393.00 369.73 23.27 - 147.475 427.00 370.45 56.55 - 147.500 429.00 370.50 58.50 - 147.525 441.00 369.84 71.16 - 147.550 407.00 368.50 38.50 - 147.575 412.00 366.48 45.52 - 147.600 456.00 363.87 92.13 - 147.625 389.00 360.74 28.26 - 147.650 386.00 357.15 28.85 - 147.675 382.00 353.23 28.77 - 147.700 368.00 349.07 18.93 - 147.725 352.00 344.79 7.21 - 147.750 367.00 340.50 26.50 - 147.775 366.00 336.30 29.70 - 147.800 364.00 332.28 31.72 - 147.825 366.00 328.55 37.45 - 147.850 352.00 325.16 26.84 - 147.875 312.00 322.20 -10.20 - 147.900 345.00 319.69 25.31 - 147.925 336.00 317.73 18.27 - 147.950 284.00 316.46 -32.46 - 147.975 310.00 315.64 -5.64 - 148.000 289.00 315.39 -26.39 - 148.025 318.00 315.71 2.29 - 148.050 287.00 316.56 -29.56 - 148.075 303.00 317.88 -14.88 - 148.100 306.00 319.68 -13.68 - 148.125 320.00 321.85 -1.85 - 148.150 330.00 324.32 5.68 - 148.175 334.00 326.99 7.01 - 148.200 345.00 329.78 15.22 - 148.225 367.00 332.57 34.43 - 148.250 407.00 335.25 71.75 - 148.275 379.00 337.71 41.29 - 148.300 410.00 339.85 70.15 - 148.325 396.00 341.57 54.43 - 148.350 429.00 342.79 86.21 - 148.375 425.00 343.45 81.55 - 148.400 449.00 343.49 105.51 - 148.425 416.00 342.92 73.08 - 148.450 394.00 341.74 52.26 - 148.475 390.00 340.00 50.00 - 148.500 394.00 337.75 56.25 - 148.525 404.00 335.08 68.92 - 148.550 356.00 332.08 23.92 - 148.575 350.00 328.84 21.16 - 148.600 378.00 325.45 52.55 - 148.625 369.00 322.00 47.00 - 148.650 362.00 318.59 43.41 - 148.675 311.00 315.28 -4.28 - 148.700 297.00 312.15 -15.15 - 148.725 307.00 309.24 -2.24 - 148.750 293.00 306.61 -13.61 - 148.775 291.00 304.28 -13.28 - 148.800 338.00 302.28 35.72 - 148.825 300.00 300.63 -0.63 - 148.850 290.00 299.31 -9.31 - 148.875 317.00 298.38 18.62 - 148.900 312.00 297.69 14.31 - 148.925 270.00 297.26 -27.26 - 148.950 313.00 297.09 15.91 - 148.975 278.00 297.00 -19.00 - 149.000 321.00 297.16 23.84 - 149.025 327.00 297.42 29.58 - 149.050 332.00 297.73 34.27 - 149.075 337.00 298.04 38.96 - 149.100 328.00 298.35 29.65 - 149.125 301.00 298.57 2.43 - 149.150 322.00 298.71 23.29 - 149.175 334.00 298.74 35.26 - 149.200 330.00 298.65 31.35 - 149.225 315.00 298.44 16.56 - 149.250 311.00 298.10 12.90 - 149.275 302.00 297.62 4.38 - 149.300 338.00 297.00 41.00 - 149.325 321.00 296.23 24.77 - 149.350 317.00 295.30 21.70 - 149.375 331.00 294.23 36.77 - 149.400 335.00 293.00 42.00 - 149.425 345.00 291.62 53.38 - 149.450 317.00 290.10 26.90 - 149.475 306.00 288.47 17.53 - 149.500 309.00 286.74 22.26 - 149.525 336.00 284.93 51.07 - 149.550 309.00 283.07 25.93 - 149.575 299.00 281.21 17.79 - 149.600 319.00 279.35 39.65 - 149.625 310.00 277.54 32.46 - 149.650 287.00 275.80 11.20 - 149.675 281.00 274.16 6.84 - 149.700 268.00 272.64 -4.64 - 149.725 260.00 271.24 -11.24 - 149.750 279.00 269.99 9.01 - 149.775 279.00 268.89 10.11 - 149.800 289.00 267.95 21.05 - 149.825 265.00 267.18 -2.18 - 149.850 261.00 266.55 -5.55 - 149.875 264.00 266.09 -2.09 - 149.900 260.00 265.76 -5.76 - 149.925 271.00 265.57 5.43 - 149.950 265.00 265.49 -0.49 - 149.975 270.00 265.52 4.48 - 150.000 280.00 265.64 14.36 - 150.025 304.00 265.85 38.15 - 150.050 283.00 266.05 16.95 - 150.075 289.00 266.34 22.66 - 150.100 294.00 266.66 27.34 - 150.125 325.00 267.01 57.99 - 150.150 269.00 267.37 1.63 - 150.175 282.00 267.76 14.24 - 150.200 293.00 268.17 24.83 - 150.225 275.00 268.61 6.39 - 150.250 283.00 269.10 13.90 - 150.275 281.00 269.66 11.34 - 150.300 283.00 270.29 12.71 - 150.325 277.00 271.02 5.98 - 150.350 284.00 271.87 12.13 - 150.375 275.00 272.85 2.15 - 150.400 277.00 273.97 3.03 - 150.425 278.00 275.26 2.74 - 150.450 273.00 276.54 -3.54 - 150.475 284.00 278.10 5.90 - 150.500 267.00 279.91 -12.91 - 150.525 270.00 281.89 -11.89 - 150.550 287.00 284.04 2.96 - 150.575 316.00 286.35 29.65 - 150.600 261.00 288.78 -27.78 - 150.625 283.00 291.32 -8.32 - 150.650 294.00 293.94 0.06 - 150.675 275.00 296.61 -21.61 - 150.700 324.00 299.29 24.71 - 150.725 306.00 301.93 4.07 - 150.750 302.00 304.45 -2.45 - 150.775 276.00 306.90 -30.90 - 150.800 392.00 309.18 82.82 - 150.825 339.00 311.24 27.76 - 150.850 309.00 313.03 -4.03 - 150.875 315.00 314.51 0.49 - 150.900 322.00 315.65 6.35 - 150.925 359.00 316.40 42.60 - 150.950 308.00 316.75 -8.75 - 150.975 335.00 316.68 18.32 - 151.000 315.00 316.19 -1.19 - 151.025 318.00 315.30 2.70 - 151.050 319.00 314.02 4.98 - 151.075 328.00 312.41 15.59 - 151.100 315.00 310.48 4.52 - 151.125 303.00 308.39 -5.39 - 151.150 296.00 306.00 -10.00 - 151.175 300.00 303.47 -3.47 - 151.200 304.00 300.82 3.18 - 151.225 283.00 298.15 -15.15 - 151.250 292.00 295.42 -3.42 - 151.275 266.00 292.73 -26.73 - 151.300 279.00 290.10 -11.10 - 151.325 295.00 287.57 7.43 - 151.350 258.00 285.05 -27.05 - 151.375 289.00 282.80 6.20 - 151.400 272.00 280.73 -8.73 - 151.425 251.00 278.84 -27.84 - 151.450 305.00 277.16 27.84 - 151.475 263.00 275.69 -12.69 - 151.500 261.00 274.44 -13.44 - 151.525 299.00 273.42 25.58 - 151.550 291.00 272.61 18.39 - 151.575 276.00 271.93 4.07 - 151.600 294.00 271.52 22.48 - 151.625 259.00 271.33 -12.33 - 151.650 254.00 271.34 -17.34 - 151.675 297.00 271.53 25.47 - 151.700 287.00 271.87 15.13 - 151.725 257.00 272.36 -15.36 - 151.750 284.00 272.97 11.03 - 151.775 255.00 273.68 -18.68 - 151.800 260.00 274.48 -14.48 - 151.825 259.00 275.33 -16.33 - 151.850 300.00 276.23 23.77 - 151.875 264.00 277.11 -13.11 - 151.900 300.00 278.01 21.99 - 151.925 287.00 278.88 8.12 - 151.950 298.00 279.71 18.29 - 151.975 283.00 280.46 2.54 - 152.000 279.00 281.13 -2.13 - 152.025 271.00 281.70 -10.70 - 152.050 291.00 282.16 8.84 - 152.075 304.00 282.55 21.45 - 152.100 299.00 282.79 16.21 - 152.125 272.00 282.92 -10.92 - 152.150 316.00 282.95 33.05 - 152.175 298.00 282.92 15.08 - 152.200 322.00 282.81 39.19 - 152.225 306.00 282.67 23.33 - 152.250 268.00 282.52 -14.52 - 152.275 257.00 282.39 -25.39 - 152.300 279.00 282.31 -3.31 - 152.325 262.00 282.31 -20.31 - 152.350 269.00 282.41 -13.41 - 152.375 291.00 282.64 8.36 - 152.400 258.00 283.02 -25.02 - 152.425 269.00 283.57 -14.57 - 152.450 295.00 284.29 10.71 - 152.475 293.00 285.21 7.79 - 152.500 268.00 286.34 -18.34 - 152.525 264.00 287.71 -23.71 - 152.550 272.00 289.24 -17.24 - 152.575 272.00 290.87 -18.87 - 152.600 288.00 292.79 -4.79 - 152.625 270.00 294.89 -24.89 - 152.650 267.00 297.13 -30.13 - 152.675 277.00 299.50 -22.50 - 152.700 310.00 301.98 8.02 - 152.725 292.00 304.52 -12.52 - 152.750 276.00 307.09 -31.09 - 152.775 290.00 309.66 -19.66 - 152.800 319.00 312.18 6.82 - 152.825 322.00 314.62 7.38 - 152.850 316.00 316.91 -0.91 - 152.875 343.00 319.02 23.98 - 152.900 345.00 320.90 24.10 - 152.925 379.00 322.51 56.49 - 152.950 383.00 323.80 59.20 - 152.975 389.00 324.75 64.25 - 153.000 437.00 325.31 111.69 - 153.025 371.00 325.48 45.52 - 153.050 405.00 325.23 79.77 - 153.075 427.00 324.58 102.42 - 153.100 442.00 323.53 118.47 - 153.125 424.00 322.11 101.89 - 153.150 438.00 320.34 117.66 - 153.175 396.00 318.25 77.75 - 153.200 384.00 315.90 68.10 - 153.225 381.00 313.32 67.68 - 153.250 329.00 310.57 18.43 - 153.275 322.00 307.67 14.33 - 153.300 319.00 304.69 14.31 - 153.325 274.00 301.66 -27.66 - 153.350 318.00 298.57 19.43 - 153.375 304.00 295.57 8.43 - 153.400 316.00 292.65 23.35 - 153.425 324.00 289.83 34.17 - 153.450 275.00 287.15 -12.15 - 153.475 319.00 284.63 34.37 - 153.500 259.00 282.30 -23.30 - 153.525 272.00 280.18 -8.18 - 153.550 262.00 278.28 -16.28 - 153.575 270.00 276.62 -6.62 - 153.600 263.00 275.21 -12.21 - 153.625 266.00 274.05 -8.05 - 153.650 242.00 273.15 -31.15 - 153.675 265.00 272.51 -7.51 - 153.700 251.00 272.14 -21.14 - 153.725 276.00 272.01 3.99 - 153.750 277.00 272.13 4.87 - 153.775 260.00 272.44 -12.44 - 153.800 256.00 273.02 -17.02 - 153.825 240.00 273.80 -33.80 - 153.850 278.00 274.78 3.22 - 153.875 252.00 275.93 -23.93 - 153.900 286.00 277.24 8.76 - 153.925 295.00 278.67 16.33 - 153.950 268.00 280.21 -12.21 - 153.975 301.00 281.83 19.17 - 154.000 296.00 235.51 60.49 - 154.025 268.00 235.54 32.46 - 154.050 299.00 235.57 63.43 - 154.075 298.00 235.60 62.40 - 154.100 305.00 235.63 69.37 - 154.125 293.00 235.65 57.35 - 154.150 327.00 235.68 91.32 - 154.175 343.00 235.71 107.29 - 154.200 362.00 235.74 126.26 - 154.225 367.00 235.77 131.23 - 154.250 358.00 235.80 122.20 - 154.275 324.00 235.82 88.18 - 154.300 322.00 235.85 86.15 - 154.325 330.00 235.88 94.12 - 154.350 356.00 235.91 120.09 - 154.375 353.00 235.93 117.07 - 154.400 351.00 235.96 115.04 - 154.425 324.00 235.99 88.01 - 154.450 359.00 236.01 122.99 - 154.475 339.00 236.04 102.96 - 154.500 289.00 236.07 52.93 - 154.525 330.00 236.09 93.91 - 154.550 295.00 236.12 58.88 - 154.575 293.00 236.15 56.85 - 154.600 293.00 236.17 56.83 - 154.625 300.00 236.20 63.80 - 154.650 296.00 236.22 59.78 - 154.675 319.00 236.25 82.75 - 154.700 302.00 236.28 65.72 - 154.725 276.00 236.30 39.70 - 154.750 293.00 236.33 56.67 - 154.775 271.00 236.35 34.65 - 154.800 283.00 236.38 46.62 - 154.825 256.00 236.40 19.60 - 154.850 258.00 236.43 21.57 - 154.875 269.00 236.45 32.55 - 154.900 272.00 236.48 35.52 - 154.925 213.00 236.50 -23.50 - 154.950 257.00 236.52 20.48 - 154.975 274.00 236.55 37.45 - 155.000 242.00 236.57 5.43 - 155.025 245.00 236.60 8.40 - 155.050 252.00 236.62 15.38 - 155.075 212.00 236.64 -24.64 - 155.100 261.00 236.67 24.33 - 155.125 281.00 236.69 44.31 - 155.150 259.00 236.71 22.29 - 155.175 253.00 236.73 16.27 - 155.200 280.00 236.76 43.24 - 155.225 255.00 236.78 18.22 - 155.250 229.00 236.80 -7.80 - 155.275 241.00 236.82 4.18 - 155.300 242.00 236.85 5.15 - 155.325 248.00 236.87 11.13 - 155.350 259.00 236.89 22.11 - 155.375 257.00 236.91 20.09 - 155.400 256.00 236.93 19.07 - 155.425 253.00 236.95 16.05 - 155.450 281.00 236.98 44.02 - 155.475 292.00 237.00 55.00 - 155.500 254.00 237.02 16.98 - 155.525 273.00 237.04 35.96 - 155.550 278.00 237.06 40.94 - 155.575 277.00 237.08 39.92 - 155.600 264.00 237.10 26.90 - 155.625 219.00 237.12 -18.12 - 155.650 271.00 237.14 33.86 - 155.675 279.00 237.16 41.84 - 155.700 246.00 237.18 8.82 - 155.725 268.00 237.20 30.80 - 155.750 282.00 237.22 44.78 - 155.775 272.00 237.24 34.76 - 155.800 270.00 237.26 32.74 - 155.825 221.00 237.28 -16.28 - 155.850 262.00 237.29 24.71 - 155.875 286.00 237.31 48.69 - 155.900 267.00 237.33 29.67 - 155.925 254.00 237.35 16.65 - 155.950 267.00 237.37 29.63 - 155.975 259.00 237.39 21.61 - 156.000 267.00 237.40 29.60 - 156.025 276.00 237.42 38.58 - 156.050 269.00 237.44 31.56 - 156.075 251.00 237.46 13.54 - 156.100 256.00 237.47 18.53 - 156.125 228.00 237.49 -9.49 - 156.150 248.00 237.51 10.49 - 156.175 243.00 237.52 5.48 - 156.200 254.00 237.54 16.46 - 156.225 254.00 237.56 16.44 - 156.250 245.00 237.57 7.43 - 156.275 242.00 237.59 4.41 - 156.300 250.00 237.60 12.40 - 156.325 264.00 237.62 26.38 - 156.350 274.00 237.64 36.36 - 156.375 255.00 237.65 17.35 - 156.400 281.00 237.67 43.33 - 156.425 229.00 237.68 -8.68 - 156.450 263.00 237.70 25.30 - 156.475 250.00 237.71 12.29 - 156.500 241.00 237.73 3.27 - 156.525 259.00 237.74 21.26 - 156.550 268.00 237.75 30.25 - 156.575 285.00 237.77 47.23 - 156.600 241.00 237.78 3.22 - 156.625 255.00 237.80 17.20 - 156.650 268.00 237.81 30.19 - 156.675 257.00 237.82 19.18 - 156.700 263.00 237.84 25.16 - 156.725 266.00 237.85 28.15 - 156.750 298.00 237.86 60.14 - 156.775 281.00 237.88 43.12 - 156.800 271.00 237.89 33.11 - 156.825 261.00 237.90 23.10 - 156.850 280.00 237.91 42.09 - 156.875 296.00 237.92 58.08 - 156.900 283.00 237.94 45.06 - 156.925 341.00 237.95 103.05 - 156.950 280.00 237.96 42.04 - 156.975 304.00 237.97 66.03 - 157.000 282.00 237.98 44.02 - 157.025 258.00 237.99 20.01 - 157.050 262.00 238.00 24.00 - 157.075 279.00 238.02 40.98 - 157.100 285.00 238.03 46.97 - 157.125 319.00 238.04 80.96 - 157.150 293.00 238.05 54.95 - 157.175 322.00 238.06 83.94 - 157.200 316.00 238.07 77.93 - 157.225 348.00 238.08 109.92 - 157.250 341.00 238.09 102.91 - 157.275 339.00 238.09 100.91 - 157.300 321.00 238.10 82.90 - 157.325 373.00 238.11 134.89 - 157.350 376.00 238.12 137.88 - 157.375 366.00 238.13 127.87 - 157.400 402.00 238.14 163.86 - 157.425 391.00 238.15 152.85 - 157.450 405.00 238.16 166.84 - 157.475 407.00 238.16 168.84 - 157.500 422.00 238.17 183.83 - 157.525 395.00 238.18 156.82 - 157.550 434.00 238.19 195.81 - 157.575 419.00 238.19 180.81 - 157.600 426.00 238.20 187.80 - 157.625 385.00 238.21 146.79 - 157.650 390.00 238.21 151.79 - 157.675 375.00 238.22 136.78 - 157.700 357.00 238.23 118.77 - 157.725 343.00 238.23 104.77 - 157.750 359.00 238.24 120.76 - 157.775 344.00 238.24 105.76 - 157.800 285.00 238.25 46.75 - 157.825 324.00 238.26 85.74 - 157.850 317.00 238.26 78.74 - 157.875 345.00 238.27 106.73 - 157.900 303.00 238.27 64.73 - 157.925 315.00 238.28 76.72 - 157.950 288.00 238.28 49.72 - 157.975 301.00 238.28 62.72 - 158.000 281.00 238.29 42.71 - 158.025 327.00 238.29 88.71 - 158.050 316.00 238.30 77.70 - 158.075 260.00 238.30 21.70 - 158.100 299.00 238.30 60.70 - 158.125 302.00 238.31 63.69 - 158.150 249.00 238.31 10.69 - 158.175 293.00 238.31 54.69 - 158.200 271.00 238.32 32.68 - 158.225 296.00 238.32 57.68 - 158.250 258.00 238.32 19.68 - 158.275 283.00 238.32 44.68 - 158.300 268.00 238.32 29.68 - 158.325 271.00 238.33 32.67 - 158.350 305.00 238.33 66.67 - 158.375 268.00 238.33 29.67 - 158.400 234.00 238.33 -4.33 - 158.425 286.00 238.33 47.67 - 158.450 278.00 238.33 39.67 - 158.475 274.00 238.33 35.67 - 158.500 274.00 238.33 35.67 - 158.525 253.00 238.33 14.67 - 158.550 238.00 238.33 -0.33 - 158.575 291.00 238.33 52.67 - 158.600 274.00 238.33 35.67 - 158.625 300.00 238.33 61.67 - 158.650 282.00 238.33 43.67 - 158.675 303.00 238.33 64.67 - 158.700 285.00 238.33 46.67 - 158.725 323.00 238.33 84.67 - 158.750 340.00 238.32 101.68 - 158.775 283.00 238.32 44.68 - 158.800 355.00 238.32 116.68 - 158.825 288.00 238.32 49.68 - 158.850 335.00 238.32 96.68 - 158.875 350.00 238.31 111.69 - 158.900 313.00 238.31 74.69 - 158.925 303.00 238.31 64.69 - 158.950 338.00 238.30 99.70 - 158.975 326.00 238.30 87.70 - 159.000 359.00 238.30 120.70 - 159.025 372.00 238.29 133.71 - 159.050 325.00 238.29 86.71 - 159.075 325.00 238.29 86.71 - 159.100 352.00 238.28 113.72 - 159.125 345.00 238.28 106.72 - 159.150 348.00 238.27 109.73 - 159.175 330.00 238.27 91.73 - 159.200 336.00 238.26 97.74 - 159.225 310.00 238.26 71.74 - 159.250 343.00 238.25 104.75 - 159.275 321.00 238.25 82.75 - 159.300 329.00 238.24 90.76 - 159.325 325.00 238.23 86.77 - 159.350 329.00 238.23 90.77 - 159.375 330.00 238.22 91.78 - 159.400 311.00 238.21 72.79 - 159.425 316.00 238.21 77.79 - 159.450 327.00 238.20 88.80 - 159.475 320.00 238.19 81.81 - 159.500 306.00 238.18 67.82 - 159.525 348.00 238.18 109.82 - 159.550 345.00 238.17 106.83 - 159.575 330.00 238.16 91.84 - 159.600 325.00 238.15 86.85 - 159.625 371.00 238.14 132.86 - 159.650 381.00 238.13 142.87 - 159.675 421.00 238.12 182.88 - 159.700 388.00 238.12 149.88 - 159.725 403.00 238.11 164.89 - 159.750 413.00 238.10 174.90 - 159.775 417.00 238.09 178.91 - 159.800 391.00 238.08 152.92 - 159.825 385.00 238.07 146.93 - 159.850 376.00 238.05 137.95 - 159.875 382.00 238.04 143.96 - 159.900 420.00 238.03 181.97 - 159.925 374.00 238.02 135.98 - 159.950 352.00 238.01 113.99 - 159.975 328.00 238.00 90.00 - 160.000 368.00 237.99 130.01 -END -WAVES Phase1, tik1 -BEGIN - 16.416 -523 - 16.458 -523 - 20.761 -523 - 20.813 -523 - 20.886 -523 - 20.939 -523 - 23.278 -523 - 23.337 -523 - 24.517 -523 - 24.579 -523 - 25.530 -523 - 25.595 -523 - 26.666 -523 - 26.734 -523 - 27.640 -523 - 27.710 -523 - 29.637 -523 - 29.713 -523 - 32.305 -523 - 32.388 -523 - 33.118 -523 - 33.203 -523 - 33.233 -523 - 33.319 -523 - 34.163 -523 - 34.251 -523 - 37.194 -523 - 37.273 -523 - 37.291 -523 - 37.369 -523 - 38.116 -523 - 38.215 -523 - 39.501 -523 - 39.604 -523 - 40.224 -523 - 40.329 -523 - 41.060 -523 - 41.167 -523 - 41.657 -523 - 41.766 -523 - 42.299 -523 - 42.326 -523 - 42.409 -523 - 42.437 -523 - 42.564 -523 - 42.675 -523 - 43.684 -523 - 43.711 -523 - 43.799 -523 - 43.826 -523 - 44.433 -523 - 44.493 -523 - 44.550 -523 - 44.598 -523 - 44.610 -523 - 44.716 -523 - 45.906 -523 - 46.027 -523 - 47.647 -523 - 47.672 -523 - 47.774 -523 - 47.799 -523 - 47.829 -523 - 47.955 -523 - 48.342 -523 - 48.470 -523 - 50.313 -523 - 50.447 -523 - 50.831 -523 - 50.967 -523 - 52.439 -523 - 52.509 -523 - 52.580 -523 - 52.650 -523 - 53.077 -523 - 53.220 -523 - 53.281 -523 - 53.424 -523 - 53.622 -523 - 53.690 -523 - 53.755 -523 - 53.766 -523 - 53.778 -523 - 53.835 -523 - 53.900 -523 - 53.923 -523 - 54.989 -523 - 55.138 -523 - 55.381 -523 - 55.531 -523 - 55.693 -523 - 55.844 -523 - 56.534 -523 - 56.546 -523 - 56.685 -523 - 56.688 -523 - 56.700 -523 - 56.839 -523 - 57.069 -523 - 57.134 -523 - 57.224 -523 - 57.290 -523 - 58.472 -523 - 58.632 -523 - 58.691 -523 - 58.852 -523 - 58.925 -523 - 59.086 -523 - 59.870 -523 - 60.035 -523 - 60.649 -523 - 60.816 -523 - 61.590 -523 - 61.611 -523 - 61.761 -523 - 61.782 -523 - 61.955 -523 - 62.044 -523 - 62.127 -523 - 62.216 -523 - 62.538 -523 - 62.600 -523 - 62.712 -523 - 62.774 -523 - 63.292 -523 - 63.468 -523 - 63.525 -523 - 63.702 -523 - 64.576 -523 - 64.756 -523 - 65.198 -523 - 65.381 -523 - 65.563 -523 - 65.747 -523 - 66.004 -523 - 66.190 -523 - 66.373 -523 - 66.560 -523 - 66.597 -523 - 66.785 -523 - 67.189 -523 - 67.379 -523 - 67.531 -523 - 67.677 -523 - 67.722 -523 - 67.869 -523 - 68.177 -523 - 68.273 -523 - 68.371 -523 - 68.426 -523 - 68.467 -523 - 68.533 -523 - 68.620 -523 - 68.728 -523 - 69.310 -523 - 69.507 -523 - 69.566 -523 - 69.653 -523 - 69.664 -523 - 69.765 -523 - 69.776 -523 - 69.835 -523 - 69.852 -523 - 69.863 -523 - 69.976 -523 - 70.034 -523 - 70.035 -523 - 70.234 -523 - 70.669 -523 - 70.872 -523 - 70.895 -523 - 70.914 -523 - 71.098 -523 - 71.118 -523 - 71.201 -523 - 71.406 -523 - 72.019 -523 - 72.053 -523 - 72.227 -523 - 72.261 -523 - 72.302 -523 - 72.511 -523 - 72.702 -523 - 72.913 -523 - 73.552 -523 - 73.648 -523 - 73.766 -523 - 73.863 -523 - 74.205 -523 - 74.421 -523 - 74.456 -523 - 74.620 -523 - 74.673 -523 - 74.838 -523 - 75.011 -523 - 75.230 -523 - 75.455 -523 - 75.676 -523 - 75.889 -523 - 76.112 -523 - 76.128 -523 - 76.352 -523 - 76.429 -523 - 76.654 -523 - 76.954 -523 - 77.181 -523 - 77.332 -523 - 77.560 -523 - 77.944 -523 - 78.175 -523 - 78.181 -523 - 78.413 -523 - 78.520 -523 - 78.627 -523 - 78.683 -523 - 78.753 -523 - 78.861 -523 - 78.918 -523 - 79.268 -523 - 79.330 -523 - 79.505 -523 - 79.523 -523 - 79.567 -523 - 79.761 -523 - 79.849 -523 - 79.855 -523 - 80.089 -523 - 80.094 -523 - 80.346 -523 - 80.588 -523 - 80.830 -523 - 81.054 -523 - 81.074 -523 - 81.298 -523 - 81.389 -523 - 81.615 -523 - 81.634 -523 - 81.636 -523 - 81.862 -523 - 81.881 -523 - 82.705 -523 - 82.862 -523 - 82.894 -523 - 82.957 -523 - 83.115 -523 - 83.147 -523 - 83.178 -523 - 83.432 -523 - 83.560 -523 - 83.816 -523 - 84.108 -523 - 84.130 -523 - 84.367 -523 - 84.388 -523 - 84.595 -523 - 84.622 -523 - 84.855 -523 - 84.882 -523 - 85.116 -523 - 85.209 -523 - 85.379 -523 - 85.472 -523 - 85.592 -523 - 85.857 -523 - 86.408 -523 - 86.471 -523 - 86.524 -523 - 86.677 -523 - 86.740 -523 - 86.793 -523 - 86.935 -523 - 86.975 -523 - 87.206 -523 - 87.246 -523 - 87.697 -523 - 87.972 -523 - 88.090 -523 - 88.366 -523 - 88.664 -523 - 88.754 -523 - 88.943 -523 - 89.034 -523 - 89.101 -523 - 89.156 -523 - 89.310 -523 - 89.383 -523 - 89.438 -523 - 89.593 -523 - 89.700 -523 - 89.725 -523 - 89.931 -523 - 89.984 -523 - 90.010 -523 - 90.217 -523 - 90.737 -523 - 91.027 -523 - 91.138 -523 - 91.248 -523 - 91.390 -523 - 91.430 -523 - 91.490 -523 - 91.541 -523 - 91.622 -523 - 91.684 -523 - 91.704 -523 - 91.784 -523 - 91.916 -523 - 91.999 -523 - 92.215 -523 - 92.400 -523 - 92.455 -523 - 92.513 -523 - 92.529 -523 - 92.537 -523 - 92.699 -523 - 92.754 -523 - 92.828 -523 - 92.836 -523 - 93.172 -523 - 93.315 -523 - 93.347 -523 - 93.402 -523 - 93.474 -523 - 93.476 -523 - 93.618 -523 - 93.650 -523 - 93.706 -523 - 93.726 -523 - 93.780 -523 - 93.940 -523 - 93.958 -523 - 94.032 -523 - 94.041 -523 - 94.247 -523 - 94.265 -523 - 94.348 -523 - 94.579 -523 - 94.783 -523 - 94.889 -523 - 95.042 -523 - 95.095 -523 - 95.355 -523 - 95.512 -523 - 95.828 -523 - 96.194 -523 - 96.250 -523 - 96.324 -523 - 96.513 -523 - 96.569 -523 - 96.643 -523 - 96.925 -523 - 97.248 -523 - 97.284 -523 - 97.579 -523 - 97.609 -523 - 97.781 -523 - 97.906 -523 - 98.109 -523 - 98.353 -523 - 98.523 -523 - 98.684 -523 - 98.821 -523 - 98.855 -523 - 99.155 -523 - 99.288 -523 - 99.625 -523 - 99.806 -523 - 100.147 -523 - 100.390 -523 - 100.452 -523 - 100.719 -523 - 100.733 -523 - 100.789 -523 - 100.796 -523 - 100.977 -523 - 101.025 -523 - 101.033 -523 - 101.065 -523 - 101.109 -523 - 101.135 -523 - 101.191 -523 - 101.324 -523 - 101.372 -523 - 101.381 -523 - 101.457 -523 - 101.471 -523 - 101.527 -523 - 101.539 -523 - 101.821 -523 - 101.877 -523 - 101.878 -523 - 102.230 -523 - 102.489 -523 - 102.607 -523 - 102.846 -523 - 102.965 -523 - 103.763 -523 - 103.915 -523 - 103.920 -523 - 104.024 -523 - 104.050 -523 - 104.129 -523 - 104.178 -523 - 104.273 -523 - 104.281 -523 - 104.286 -523 - 104.390 -523 - 104.417 -523 - 104.546 -523 - 104.642 -523 - 104.739 -523 - 104.892 -523 - 105.111 -523 - 105.264 -523 - 105.304 -523 - 105.326 -523 - 105.413 -523 - 105.631 -523 - 105.679 -523 - 105.701 -523 - 105.789 -523 - 105.806 -523 - 106.009 -523 - 106.014 -523 - 106.185 -523 - 106.254 -523 - 106.347 -523 - 106.394 -523 - 106.495 -523 - 106.636 -523 - 106.730 -523 - 106.879 -523 - 107.087 -523 - 107.474 -523 - 107.694 -523 - 107.816 -523 - 107.849 -523 - 107.874 -523 - 107.951 -523 - 108.087 -523 - 108.209 -523 - 108.243 -523 - 108.268 -523 - 108.290 -523 - 108.346 -523 - 108.439 -523 - 108.458 -523 - 108.686 -523 - 108.836 -523 - 108.856 -523 - 109.233 -523 - 109.546 -523 - 109.637 -523 - 109.951 -523 - 110.058 -523 - 110.384 -523 - 110.468 -523 - 110.603 -523 - 110.796 -523 - 111.017 -523 - 111.127 -523 - 111.271 -523 - 111.545 -523 - 111.640 -523 - 111.690 -523 - 112.062 -523 - 112.285 -523 - 112.302 -523 - 112.712 -523 - 112.729 -523 - 112.736 -523 - 112.896 -523 - 113.010 -523 - 113.167 -523 - 113.261 -523 - 113.328 -523 - 113.351 -523 - 113.443 -523 - 113.651 -523 - 113.697 -523 - 113.787 -523 - 114.090 -523 - 114.328 -523 - 114.772 -523 - 114.860 -523 - 114.959 -523 - 115.213 -523 - 115.309 -523 - 115.388 -523 - 115.408 -523 - 115.665 -523 - 115.719 -523 - 115.841 -523 - 116.030 -523 - 116.176 -523 - 116.489 -523 - 116.518 -523 - 116.580 -523 - 116.981 -523 - 117.035 -523 - 117.044 -523 - 117.097 -523 - 117.180 -523 - 117.461 -523 - 117.503 -523 - 117.566 -523 - 117.637 -523 - 117.650 -523 - 117.742 -523 - 117.744 -523 - 117.934 -523 - 118.111 -523 - 118.217 -523 - 118.219 -523 - 118.340 -523 - 118.386 -523 - 118.393 -523 - 118.821 -523 - 118.867 -523 - 118.874 -523 - 118.950 -523 - 119.221 -523 - 119.437 -523 - 119.711 -523 - 120.135 -523 - 120.306 -523 - 120.432 -523 - 120.634 -523 - 120.750 -523 - 120.793 -523 - 120.806 -523 - 120.933 -523 - 121.075 -523 - 121.255 -523 - 121.298 -523 - 121.333 -523 - 121.561 -523 - 121.583 -523 - 121.838 -523 - 121.844 -523 - 121.875 -523 - 122.075 -523 - 122.109 -523 - 122.209 -523 - 122.355 -523 - 122.392 -523 - 122.628 -523 - 122.729 -523 - 123.334 -523 - 123.783 -523 - 123.816 -523 - 123.866 -523 - 123.890 -523 - 123.922 -523 - 124.301 -523 - 124.320 -523 - 124.354 -523 - 124.429 -523 - 124.462 -523 - 124.502 -523 - 124.508 -523 - 124.569 -523 - 124.845 -523 - 124.925 -523 - 125.048 -523 - 125.054 -523 - 125.116 -523 - 125.455 -523 - 125.476 -523 - 125.658 -523 - 125.690 -523 - 125.727 -523 - 126.012 -523 - 126.218 -523 - 126.250 -523 - 126.287 -523 - 126.652 -523 - 126.675 -523 - 126.802 -523 - 127.224 -523 - 127.248 -523 - 127.376 -523 - 127.621 -523 - 127.709 -523 - 127.769 -523 - 128.206 -523 - 128.294 -523 - 128.355 -523 - 128.658 -523 - 128.820 -523 - 129.020 -523 - 129.058 -523 - 129.234 -523 - 129.256 -523 - 129.306 -523 - 129.420 -523 - 129.506 -523 - 129.578 -523 - 129.623 -523 - 129.661 -523 - 129.674 -523 - 129.688 -523 - 129.840 -523 - 129.913 -523 - 129.986 -523 - 130.116 -523 - 130.189 -523 - 130.286 -523 - 130.287 -523 - 130.301 -523 - 130.513 -523 - 130.591 -523 - 130.602 -523 - 130.786 -523 - 130.908 -523 - 131.137 -523 - 131.217 -523 - 131.342 -523 - 131.414 -523 - 131.919 -523 - 131.978 -523 - 132.350 -523 - 132.388 -523 - 132.393 -523 - 132.543 -523 - 132.564 -523 - 132.858 -523 - 132.971 -523 - 133.002 -523 - 133.040 -523 - 133.046 -523 - 133.198 -523 - 133.518 -523 - 133.632 -523 - 133.636 -523 - 133.660 -523 - 134.120 -523 - 134.308 -523 - 134.333 -523 - 134.640 -523 - 134.800 -523 - 135.010 -523 - 135.141 -523 - 135.213 -523 - 135.329 -523 - 135.412 -523 - 135.635 -523 - 135.649 -523 - 135.706 -523 - 135.728 -523 - 135.839 -523 - 135.912 -523 - 136.018 -523 - 136.115 -523 - 136.342 -523 - 136.356 -523 - 136.436 -523 - 136.652 -523 - 136.732 -523 - 136.732 -523 - 136.861 -523 - 136.923 -523 - 136.957 -523 - 137.034 -523 - 137.377 -523 - 137.459 -523 - 137.591 -523 - 137.654 -523 - 137.688 -523 - 137.766 -523 - 138.327 -523 - 138.392 -523 - 138.782 -523 - 138.958 -523 - 139.085 -523 - 139.152 -523 - 139.183 -523 - 139.549 -523 - 139.729 -523 - 139.959 -523 - 140.258 -523 - 140.853 -523 - 141.057 -523 - 141.146 -523 - 141.665 -523 - 141.925 -523 - 141.966 -523 - 142.044 -523 - 142.576 -523 - 142.763 -523 - 142.799 -523 - 142.868 -523 - 142.884 -523 - 143.204 -523 - 143.430 -523 - 143.643 -523 - 143.658 -523 - 143.729 -523 - 144.074 -523 - 144.359 -523 - 144.514 -523 - 144.524 -523 - 145.260 -523 - 145.319 -523 - 145.420 -523 - 145.874 -523 - 146.171 -523 - 146.217 -523 - 146.247 -523 - 146.271 -523 - 146.342 -523 - 146.596 -523 - 146.609 -523 - 146.819 -523 - 146.848 -523 - 147.125 -523 - 147.173 -523 - 147.228 -523 - 147.301 -523 - 147.379 -523 - 147.563 -523 - 147.576 -523 - 147.823 -523 - 148.310 -523 - 148.371 -523 - 148.416 -523 - 148.557 -523 - 149.073 -523 - 149.077 -523 - 149.334 -523 - 149.444 -523 - 149.590 -523 - 150.125 -523 - 150.129 -523 - 150.264 -523 - 150.501 -523 - 150.745 -523 - 150.968 -523 - 151.361 -523 - 151.538 -523 - 151.608 -523 - 151.863 -523 - 152.095 -523 - 152.689 -523 - 153.033 -523 - 153.434 -523 - 154.254 -523 - 154.547 -523 - 154.675 -523 - 155.621 -523 - 155.666 -523 - 155.847 -523 - 156.411 -523 - 156.623 -523 - 156.984 -523 - 157.031 -523 - 157.438 -523 - 157.510 -523 - 157.598 -523 - 157.823 -523 - 158.049 -523 - 158.129 -523 - 158.921 -523 - 158.999 -523 - 159.093 -523 - 159.664 -523 - 159.707 -523 - 161.086 -523 -END -WAVES Excrg1, excl1 -BEGIN - 10.00 -523 - 10.00 -523 -END -WAVES Excrg2, excl2 -BEGIN - 154.00 -523 - 160.00 -523 -END -X Silent 1 -X DefaultFont Times -X Display Iobs, Icalc, Diff vs TwoTheta -X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) -X SetAxis bottom 10.00, 160.00 -X Modify lsize(Iobs)=2 -X Modify offset(Diff)={0, -4004} -X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) -X Modify mirror(left)=2, mirror(bottom)=2 -X Modify gfSize=12 -X Append excl1 vs Excrg1 -X Modify mode(excl1)=7, hbFill(excl1)=4 -X Modify rgb(excl1)=(6421,62320,64794) -X Append excl2 vs Excrg2 -X Modify mode(excl2)=7, hbFill(excl2)=4 -X Modify rgb(excl2)=(6421,62320,64794) -X Append tik1 vs Phase1 -X Modify mode(tik1)=1 -X TextBox /F=2/S=3/A=RT "Files: pbsox\rDate of fit: \Z09 17/06/2026/ 16:20:24.0\Z12\rPbSO4\rChi2 = 10.49" -X Label left "\Z14Intensity" -X Label bottom "\Z142-Theta (in degrees)" -X TileWindows/O=1/C -X ShowInfo -X | Title of data set: PbSO4 XrayDif (Rietveld Refinement Round Robin, R.J. Hill, JApC 2 -X | Date of run: 17/06/2026 / 16:20:24.0 -X Beep -X Beep diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.pcr b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.pcr deleted file mode 100644 index 6e8f8adfc..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single.pcr +++ /dev/null @@ -1,63 +0,0 @@ -COMM PbSO4 XrayDif single wavelength -! Current global Chi2 (Bragg contrib.) = 11.30 -! Files => DAT-file: pbsox_single.dat, PCR-file: pbsox_single -!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut - 0 7 1 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 1 -! -!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana - 0 2 1 0 1 0 4 0 0 2 0 1 1 0 4 1 1 -! -! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 - 1.540560 1.540560 0.00000 50.000 6.000 0.0000 0.0000 160.00 0.0000 0.0000 -! -!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 - 30 0.10 0.10 0.10 0.10 0.10 10.0000 0.025000 160.0000 0.000 0.000 -! -! Excluded regions (LowT HighT) for Pattern# 1 - 0.00 10.00 - 154.00 180.00 -! -! - 0 !Number of refined parameters -! -! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 - -0.04816 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 -! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) - 154.318 100.004 -92.329 -95.599 126.679 -31.804 - 0.00 0.00 0.00 0.00 0.00 0.00 -!------------------------------------------------------------------------------- -! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 9.4433 -!------------------------------------------------------------------------------- -PbSO4 -! -!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More - 5 0 0 0.0 0.0 1.0 0 0 0 0 0 1213.030 0 7 0 -! -! -P n m a <--Space group symbol -!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes -Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 0 #conn S O 0 2 - 0.00 0.00 0.00 0.00 0.00 -S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 0 - 0.00 0.00 0.00 0.00 0.00 -!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 -! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model - 0.4693346E-03 0.00000 0.00000 0.00000 0.00000 0.00000 0 - 0.00000 0.000 0.000 0.000 0.000 0.000 -! U V W X Y GauSiz LorSiz Size-Model - 0.048457 -0.083053 0.035188 0.000000 0.049268 0.000000 0.000000 0 - 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -! a b c alpha beta gamma # Cell Info - 8.479832 5.397758 6.959325 90.000000 90.000000 90.000000 # box -0.25 1.25 -0.15 1.15 -0.15 1.15 - 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 -! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L - 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 -! 2Th1/TOF1 2Th2/TOF2 Pattern to plot - 10.000 154.000 1 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.fou b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.fou deleted file mode 100644 index de78271ab..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.fou +++ /dev/null @@ -1,375 +0,0 @@ - Phase No.: 1 PbSO4 - 1 0 1 20.0990 22.3628 14.1065 - 0 1 1 201.7960 166.6112 189.2185 - 2 0 0 169.0326 135.3409 189.3180 - 1 1 1 136.9491 106.9400 187.9157 - 2 0 1 122.9755 102.3717 190.4258 - 0 0 2 214.4828 173.6067 186.0119 - 2 1 0 279.4566 224.4255 186.2824 - 1 0 2 250.4980 205.0226 187.4157 - 2 1 1 240.2755 196.5197 6.2555 - 1 1 2 160.9856 132.0909 185.2444 - 0 2 0 384.1788 296.9455 186.6074 - 2 0 2 64.1812 41.3387 14.5469 - 3 0 1 115.5029 95.4610 188.8816 - 1 2 1 10.1508 10.0647 330.6660 - 2 1 2 123.5375 102.8325 6.8686 - 3 1 1 36.0068 36.2189 10.6627 - 2 2 0 208.6282 163.3004 7.3305 - 1 0 3 104.8267 88.0822 186.6488 - 3 0 2 118.0565 97.6129 5.4322 - 2 2 1 188.6241 146.9844 6.9277 - 0 2 2 116.6245 94.0220 10.3126 - 0 1 3 24.3462 18.5808 359.8677 - 4 0 0 35.9690 23.2789 179.7304 - 1 2 2 238.3721 198.8979 7.2393 - 1 1 3 268.2232 208.7830 7.6172 - 2 0 3 26.9335 24.3209 180.6502 - 3 1 2 198.2377 173.4192 7.8515 - 4 0 1 341.7690 247.0065 6.6431 - 4 1 0 255.4919 206.4200 7.9104 - 2 2 2 72.6811 64.7633 188.8050 - 2 1 3 13.6173 11.1531 184.2053 - 4 1 1 17.0023 9.2733 181.9967 - 3 2 1 102.1364 87.8863 9.0985 - 4 0 2 1.6648 1.6648 356.2448 - 3 0 3 233.8257 209.5108 7.6968 - 0 3 1 161.4576 141.2901 9.6125 - 0 0 4 149.1237 103.6324 187.9508 - 1 2 3 23.8094 23.8468 22.5865 - 4 1 2 63.5993 57.6870 193.3465 - 1 3 1 81.6081 77.3345 9.6691 - 1 0 4 172.5545 156.5853 8.9263 - 3 2 2 46.3043 37.5291 192.8141 - 3 1 3 139.4580 105.7367 187.1415 - 4 2 0 0.9526 0.9526 194.9679 - 2 3 0 169.7166 150.9262 8.2769 - 5 0 1 105.1176 85.5495 9.1008 - 1 1 4 84.2608 79.7057 8.1809 - 2 2 3 5.2957 4.9721 1.8463 - 4 2 1 200.6302 165.3009 189.2438 - 2 3 1 171.4970 136.0685 188.0135 - 2 0 4 78.3822 51.8769 10.6647 - 5 1 1 34.7751 35.6478 9.5138 - 1 3 2 113.1113 103.2924 6.0239 - 4 0 3 64.2332 40.8220 181.8728 - 2 1 4 35.4550 50.4527 10.9184 - 5 0 2 56.9608 56.9608 7.8569 - 4 2 2 9.9178 9.9178 1.1425 - 4 1 3 7.5546 7.5546 180.4048 - 2 3 2 77.8510 71.3917 188.7678 - 3 2 3 218.9882 189.8971 188.0137 - 3 3 1 40.8720 35.7889 189.6734 - 3 0 4 49.6297 44.2691 190.0322 - 5 1 2 145.1038 128.2581 189.6354 - 0 2 4 135.3603 86.6387 8.9317 - 1 2 4 184.0858 160.9068 188.2437 - 3 1 4 141.8548 120.0195 190.1929 - 0 3 3 18.5380 13.8406 179.8294 - 6 0 0 69.7594 72.6617 13.7622 - 5 2 1 98.1382 89.5224 188.2599 - 1 3 3 183.0180 152.4469 189.2081 - 3 3 2 156.2191 130.4350 189.2267 - 6 0 1 106.2888 77.4736 191.5016 - 2 2 4 61.0466 48.7667 190.6909 - 1 0 5 40.9677 33.3877 6.7972 - 4 3 0 180.0060 164.5065 188.7798 - 5 0 3 202.7066 160.7720 189.1552 - 6 1 0 209.7753 150.0160 187.9246 - 4 2 3 21.0179 21.2077 3.1084 - 0 4 0 252.4056 235.8978 7.0626 - 2 3 3 8.1652 6.7744 6.2031 - 0 1 5 168.9253 136.5709 9.2120 - 4 3 1 6.3374 3.1316 4.7249 - 4 0 4 8.4716 3.9415 358.9041 - 6 1 1 159.6084 125.5120 187.9879 - 1 1 5 61.1931 59.5354 191.6385 - 5 2 2 30.7335 27.2316 195.0515 - 5 1 3 95.9829 87.4204 187.5823 - 2 0 5 106.7191 83.5056 10.4345 - 6 0 2 25.8783 25.8783 198.3993 - 1 4 1 14.6512 14.6512 16.5301 - 4 1 4 61.0973 73.8006 189.7182 - 3 2 4 7.7301 7.7301 118.5555 - 2 4 0 78.3502 82.9226 191.8239 - 2 1 5 117.4566 110.2786 188.5681 - 4 3 2 49.2422 52.5106 12.9412 - 6 1 2 70.9614 64.7024 9.1485 - 3 3 3 105.4065 93.0268 7.3047 - 2 4 1 73.9340 66.0892 192.5472 - 0 4 2 95.3920 96.9407 188.5284 - 6 2 0 100.1374 101.8665 189.3796 - 3 0 5 94.8266 76.8176 189.6451 - 1 4 2 140.8977 121.9844 189.8072 - 1 3 4 78.6712 73.7800 187.9694 - 6 2 1 83.3721 78.3918 10.7299 - 1 2 5 3.0760 3.8687 299.8402 - 5 2 3 184.6933 169.0315 8.2853 - 3 1 5 88.0979 58.7646 6.6042 - 5 3 1 37.7464 32.2829 189.4167 - 5 0 4 35.4338 29.8058 192.5955 - 6 0 3 1.5988 1.5988 184.5227 - 2 4 2 29.7266 29.7266 15.6518 - 4 2 4 2.2665 2.2665 177.9406 - 2 3 4 31.0635 40.6016 192.0139 - 3 4 1 46.7899 61.0266 190.9260 - 7 0 1 17.6692 17.6692 193.6903 - 2 2 5 71.9487 88.0720 189.3836 - 5 1 4 119.5974 107.7649 10.3695 - 4 3 3 10.0915 6.1777 0.5443 - 6 2 2 24.1642 45.7923 9.9454 - 6 1 3 1.5880 4.0907 9.5058 - 7 1 1 40.7602 47.4333 193.0496 - 4 0 5 144.2071 149.2577 188.4556 - 5 3 2 94.6602 96.8358 11.2575 - 0 0 6 221.4529 169.0960 8.8395 - 1 4 3 36.4393 43.7328 190.2388 - 3 4 2 18.2349 48.2380 8.4338 - 1 0 6 4.5176 14.5070 184.7383 - 7 0 2 136.4105 126.6201 188.9644 - 3 3 4 102.0176 94.1741 11.4726 - 4 4 0 9.6083 9.6083 179.5066 - 4 1 5 0.1936 0.1936 86.4952 - 3 2 5 50.7351 73.3837 9.5486 - 2 4 3 14.6042 12.3546 181.2521 - 1 1 6 18.1142 16.0105 184.8480 - 4 4 1 154.2984 148.3009 8.7490 - 7 1 2 91.9538 68.9449 7.9278 - 2 0 6 97.9018 78.2143 191.6899 - 6 3 0 113.1304 117.7993 8.9629 - 5 2 4 6.8332 6.4516 63.9496 - 6 2 3 1.0909 1.1189 175.0355 - 0 3 5 94.4833 110.9368 190.0367 - 6 3 1 101.3020 94.2383 9.4213 - 6 0 4 36.6089 31.9694 193.8504 - 2 1 6 133.5644 115.3892 188.7991 - 1 3 5 62.2276 44.6228 13.6713 - 7 2 1 6.0568 4.6111 54.6419 - 5 3 3 80.7558 76.2350 7.8144 - 4 4 2 0.3663 0.3663 346.2158 - 3 4 3 131.2523 130.1874 9.7479 - 4 3 4 68.8069 59.6695 10.6432 - 5 0 5 86.4003 51.0950 13.1465 - 6 1 4 71.0705 43.3342 10.7255 - 7 0 3 66.6795 42.9306 10.3976 - 3 0 6 7.6356 4.3607 188.9619 - 4 2 5 132.4983 120.3403 9.8088 - 0 5 1 93.9119 73.0133 194.3518 - 0 4 4 83.9570 64.3973 190.0494 - 0 2 6 162.3738 128.8025 190.8241 - 2 3 5 109.4700 86.5543 9.6759 - 8 0 0 203.8210 170.8712 188.4039 - 6 3 2 61.4399 51.8013 190.1584 - 1 5 1 59.6890 51.8072 191.3138 - 1 4 4 118.8646 102.4257 10.7504 - 1 2 6 30.2759 21.3559 3.3440 - 5 1 5 70.9296 44.3586 7.6608 - 7 2 2 138.9682 109.6661 9.7238 - 7 1 3 138.8912 109.2566 10.7043 - 3 1 6 6.1799 4.0650 4.2880 - 8 0 1 4.0433 2.8353 174.3748 - 2 5 0 118.1497 109.3049 189.1057 - 5 4 1 72.7451 56.1404 10.9152 - 8 1 0 3.1452 4.0190 174.4487 - 2 5 1 97.8748 95.4576 9.0886 - 2 4 4 36.5368 34.1799 12.6746 - 2 2 6 97.3261 82.8493 10.4615 - 8 1 1 94.1612 78.0588 13.0751 - 3 3 5 73.4408 54.4702 186.4843 - 1 5 2 57.8114 56.6778 188.6503 - 4 4 3 15.1002 23.2617 182.7561 - 4 0 6 0.9519 0.9519 11.7243 - 6 2 4 5.9669 31.2597 13.3613 - 8 0 2 61.1071 76.7217 9.3421 - 5 4 2 16.6291 31.1188 11.0137 - 5 3 4 75.5605 81.7143 192.0458 - 6 3 3 2.0051 1.8449 198.8094 - 2 5 2 56.6664 55.1498 9.0912 - 4 1 6 104.6775 91.9401 12.7482 - 5 2 5 73.1713 63.5724 190.1256 - 3 5 1 33.2466 20.2336 13.4741 - 7 2 3 24.8929 13.8401 209.9250 - 3 4 4 41.3624 22.6897 194.8658 - 3 2 6 39.6717 20.7700 2.4506 - 8 1 2 9.8871 5.6057 183.0466 - 7 3 1 49.5767 39.3262 13.9233 - 7 0 4 110.9197 94.9070 10.9229 - 6 0 5 93.3291 63.6890 11.4642 - 1 0 7 30.4293 25.8584 9.4854 - 8 2 0 156.1257 134.0766 9.9930 - 0 5 3 1.3896 1.8069 355.2667 - 0 1 7 70.7146 73.7026 193.4090 - 7 1 4 51.9110 54.0751 189.5904 - 4 3 5 0.9778 0.9336 350.2754 - 8 2 1 13.1046 12.1300 182.1752 - 6 4 0 57.3254 48.2941 16.0854 - 6 1 5 93.5412 77.2554 9.9133 - 1 5 3 117.5836 101.8007 10.8072 - 1 1 7 60.8488 47.5435 191.3079 - 3 5 2 102.1922 84.2370 11.1768 - 1 3 6 20.3406 17.3028 4.3293 - 2 0 7 40.3340 33.6675 200.2390 - 6 4 1 68.3738 49.3458 194.0226 - 7 3 2 79.5428 61.4002 188.0060 - 8 0 3 15.6146 9.2763 0.8404 - 1 4 5 22.4581 15.8328 10.6120 - 4 5 0 110.8595 89.8206 12.4028 - 5 4 3 126.8194 106.6917 190.8642 - 5 0 6 7.5136 4.6517 188.2233 - 2 5 3 6.2244 7.3877 185.0530 - 4 5 1 5.4537 5.4621 182.6722 - 2 1 7 76.6771 76.9628 10.6171 - 4 4 4 2.1392 2.1631 358.4907 - 4 2 6 7.2692 7.2420 182.1514 - 2 3 6 108.0963 90.7060 9.9185 - 8 2 2 72.7694 57.0499 191.6976 - 8 1 3 1.1542 0.8731 12.3507 - 2 4 5 51.1226 54.1503 12.5546 - 5 1 6 7.0357 5.1306 183.0127 - 6 4 2 17.8099 17.8099 200.7046 - 3 0 7 34.3700 43.1738 191.5896 - 6 3 4 28.7225 35.4085 191.6301 - 9 0 1 11.6077 10.8664 196.2035 - 7 2 4 87.8267 81.9013 191.8866 - 6 2 5 80.0303 60.5609 191.3660 - 1 2 7 34.9443 28.5632 188.2405 - 4 5 2 31.3327 26.3171 199.8975 - 3 5 3 54.6044 52.7297 190.1480 - 3 1 7 18.1749 16.8848 11.3310 - 5 3 5 46.2580 40.9392 187.5363 - 7 3 3 106.6358 89.6889 191.5330 - 3 3 6 2.7462 2.2429 186.0842 - 9 1 1 74.4646 43.7928 11.8583 - 3 4 5 52.6748 52.1406 191.2161 - 7 0 5 23.9619 16.5195 190.2005 - 8 3 0 7.9076 6.5535 357.4344 - 1 5 4 41.8027 41.9840 11.0589 - 2 2 7 48.8651 47.6861 13.5607 - 9 0 2 103.2833 74.9767 12.5279 - 8 2 3 7.5582 3.8227 180.9481 - 8 3 1 85.6995 66.7127 193.5083 - 8 0 4 60.3359 47.5318 11.6753 - 5 5 1 39.1145 19.8441 12.1111 - 5 4 4 28.4761 15.9481 197.8548 - 5 2 6 21.8075 14.1438 3.2288 - 7 1 5 53.0561 40.8858 192.5341 - 4 0 7 139.0483 115.2352 9.5485 - 0 6 0 147.1961 120.7776 190.1809 - 6 4 3 2.2344 1.8296 184.4823 - 9 1 2 66.6683 43.7928 9.5087 - 6 0 6 76.0194 53.1507 13.7158 - 2 5 4 40.4226 28.4433 13.4833 - 7 4 1 23.6017 10.2964 198.0419 - 8 1 4 3.2162 2.2498 356.5645 - 4 5 3 4.1434 2.6808 180.6828 - 4 1 7 1.2321 0.8387 349.2737 - 1 6 1 4.4050 3.0207 252.2490 - 3 2 7 45.8415 38.4127 12.2370 - 4 3 6 92.8596 78.4826 193.2021 - 6 1 6 108.1219 79.1903 190.7051 - 8 3 2 4.7738 2.3561 5.6801 - 9 2 1 12.3037 6.2554 26.3631 - 4 4 5 127.0594 99.1555 190.0306 - 5 5 2 86.6474 69.3719 192.3298 - 2 6 0 75.4751 57.4942 12.5386 - 0 4 6 167.9321 113.3720 10.4092 - 1 4 6 17.1987 10.3539 185.4973 - 2 6 1 64.6185 50.6989 12.0700 - 9 0 3 28.0971 22.3568 14.2975 - 7 4 2 104.5145 84.5651 190.5598 - 3 5 4 78.8507 63.7682 193.2392 - 0 6 2 78.1882 48.8115 12.5094 - 0 3 7 97.7906 64.4669 13.5439 - 7 3 4 76.8675 50.8222 9.2193 - 0 0 8 117.8040 80.3885 188.5384 - 6 3 5 93.7845 61.6520 191.0014 - 1 6 2 109.0626 80.0038 11.1344 - 1 3 7 55.2670 39.8912 11.9580 - 7 2 5 6.3776 4.4944 147.2352 - 1 0 8 115.0390 78.2464 190.9319 - 9 2 2 117.6381 82.0105 190.9131 - 9 1 3 116.2074 81.2996 191.9372 - 2 4 6 78.1231 51.6700 193.7704 - 8 2 4 71.4870 41.9399 192.4327 - 6 5 0 131.8542 83.2948 190.0574 - 5 0 7 56.2241 35.5923 12.7830 - 1 1 8 44.0425 28.5901 192.3674 - 4 2 7 117.2920 87.0382 191.7597 - 2 6 2 30.1351 23.4513 194.5335 - 0 5 5 88.1913 68.3401 12.6530 - 2 3 7 84.1132 61.7227 191.7497 - 2 0 8 20.4967 14.7242 23.0333 - 6 5 1 104.6860 73.4650 189.6672 - 6 4 4 31.4706 21.9152 195.8213 - 6 2 6 93.9044 63.0954 191.0245 - 3 6 1 58.4008 38.8839 12.7219 - 8 3 3 0.3899 0.1882 288.8663 - 1 5 5 69.2047 33.3207 194.3215 - 10 0 0 97.6803 56.3442 12.5171 - 5 5 3 79.6656 47.0938 190.0133 - 5 1 7 22.5952 11.6948 13.8942 - 5 3 6 4.9696 1.6774 6.1979 - 8 0 5 6.6595 3.4722 356.6564 - 4 5 4 53.8763 39.4181 192.6008 - 10 0 1 41.8125 30.8223 18.2060 - 2 1 8 64.5326 47.6131 9.6847 - 5 4 5 50.4416 36.7005 14.4614 - 7 4 3 49.4006 25.3315 13.4248 - 3 4 6 11.8033 5.3512 187.0001 - 7 0 6 16.2764 10.9710 184.9619 - 10 1 0 109.0290 74.5289 10.5546 - 2 5 5 83.6839 61.7015 190.7339 - 1 6 3 17.0059 10.5249 30.2540 - 8 4 0 155.9702 116.4149 189.7614 - 8 1 5 87.6547 66.6856 192.5968 - 6 5 2 50.2667 38.1288 10.9905 - 3 6 2 21.5638 15.0847 198.8319 - 10 1 1 107.4468 62.4427 191.2701 - 3 3 7 21.9181 12.5936 193.2864 - 3 0 8 43.0686 23.2270 13.9660 - 9 2 3 27.5762 12.6009 203.5117 - 9 3 1 55.8323 34.4498 193.2879 - 9 0 4 104.6844 67.8020 192.8080 - 4 6 0 0.5403 0.3579 337.9637 - 0 2 8 84.6023 55.1033 11.4866 - 7 1 6 17.4602 11.1763 5.8994 - 8 4 1 2.1154 1.2717 170.0159 - 1 2 8 93.7438 72.8019 11.0753 - 10 0 2 23.2723 18.5042 197.8898 - 2 6 3 4.9776 3.9685 2.8152 - 4 6 1 105.7790 79.7002 192.0294 - 3 1 8 95.2152 66.5280 11.8265 - 9 1 4 73.6908 41.6648 189.6835 - 5 2 7 42.0116 29.2278 194.5618 - 3 5 5 45.0281 31.1161 8.9749 - 7 3 5 45.1896 34.3382 13.1827 - 10 1 2 48.0342 36.4471 190.8767 - 6 0 7 48.7862 34.0846 196.7437 - 2 2 8 35.2353 23.2101 193.8513 - 4 4 6 1.3735 0.9081 9.7768 - 9 3 2 52.5331 38.4378 189.7195 - 8 4 2 71.2368 53.3335 10.6661 - 10 2 0 81.8280 50.2055 193.1696 - 8 3 4 3.5284 2.1263 176.9246 - 5 5 4 79.5068 61.1393 12.6343 - 4 6 2 3.8023 3.0838 2.1624 - 4 3 7 2.5710 2.1053 176.8671 - 8 2 5 2.7251 2.2385 7.1432 - 4 0 8 3.5351 2.9142 359.6884 - 6 5 3 5.3143 4.3984 7.1946 - 3 6 3 99.4055 82.8814 191.3727 - 6 1 7 66.3602 55.3398 192.0156 - 10 2 1 53.1321 43.8993 192.2280 - 6 3 6 98.6704 65.3815 11.5140 - 7 5 1 38.4342 26.1751 196.3383 - 7 4 4 94.6919 65.5979 12.4468 - 7 2 6 11.3763 8.0565 6.1981 - 0 6 4 59.7287 38.7434 12.3276 - 6 4 5 66.2694 42.9018 13.2694 - 1 4 7 30.6170 18.4223 10.5855 - 10 0 3 10.7346 7.5412 2.0394 - 4 1 8 29.0356 23.1898 198.6800 - 1 6 4 85.1783 71.1704 191.5602 - 3 2 8 27.5194 18.1757 196.6711 - 9 2 4 100.1061 77.8439 10.6791 - 4 5 5 0.9111 0.7231 11.6037 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.inp b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.inp deleted file mode 100644 index d169be393..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.inp +++ /dev/null @@ -1,37 +0,0 @@ - ! Template file to be used with the program FOURIER - ! Title of the job -Titl PbSO4 XrayDif single wavelength polarized Wdt48 - - ! Cell parameters -Cell 8.4798 5.3978 6.9593 90.0000 90.0000 90.0000 - - ! Atoms in the asymmetric unit -Atom Pb 0.18788 0.25000 0.16749 1.00000 -Atom S 0.06302 0.25000 0.68446 1.00000 -Atom O1 0.91235 0.25000 0.59346 1.00000 -Atom O2 0.18443 0.25000 0.53434 1.00000 -Atom O3 0.07573 0.01951 0.81594 1.00000 - - ! Space group symbol -Spgr P n m a - - ! Type of Fourier synthesis -Fourier Fobs - - ! Name of the Fourier-reflection file -File fou pbsox_single_polarized.fou - - ! Format of the Fourier-reflection file -Form h k l fo fc phase - - ! List distances -List dist 0.6 2.6 - - ! Standard output binary file -File bin - - ! Peak search -Scan 5 - - ! End of file -End diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.out b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.out deleted file mode 100644 index f94db2fcf..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.out +++ /dev/null @@ -1,885 +0,0 @@ - - - ********************************************************** - ** PROGRAM FullProf.2k (Version 7.95 - Jan2023-ILL JRC) ** - ********************************************************** - M U L T I -- P A T T E R N - Rietveld, Profile Matching & Integrated Intensity - Refinement of X-ray and/or Neutron Data - - - Date: 17/06/2026 Time: 22:34:35.817 - - => PCR file code: pbsox_single_polarized - => DAT file code: pbsox_single_polariz -> Relative contribution: 1.0000 - - ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 - - => Global Refinement of X-ray powder diffraction data - => Global Refinement of X-ray powder diffraction data - Bragg-Brentano(X-rays) or Debye-Scherrer geometry(Neutrons) - => Title: PbSO4 XrayDif single wavelength polarized Wdt48 - - => Number of phases: 1 - => Number of excluded regions: 2 - => Number of scattering factors supplied: 0 - => Conventional weights: w=1.0/Variance(yobs) - => Asymmetry correction as in J.Appl.Cryst. 26,128(1993) - => Background refined by polynomial function - => The 7th default profile function was selected - => T-C-H Pseudo-Voigt function - This function is convoluted with asymmetry due to axial - divergence as formulated by: - van Laar and Yelon, J. Appl. Cryst. 17, 47(1984). - and using the method of: - Finger, Cox and Jephcoat, J. Appl. Cryst. 27, 892 (1994). - Fortran 90 module adapted from function PROFVAL (in F77) : - L.W. Finger, J. Appl. Cryst. 31, 111 (1998). - - - ==> INPUT/OUTPUT OPTIONS: - - => Generate bacground file *.bac - => Generate file *.PRF for plot - => Output Integrated Intensities - => Generate new input file *.PCR - - => Data supplied in free format for pattern: 1 - => Plot pattern at each cycle - => Wavelengths: 1.54056 1.54056 - => Alpha2/Alpha1 ratio: 0.0000 - => Cos(Monochromator angle)= 0.8000 - => Asymmetry correction for angles lower than 160.000 degrees - => Absorption correction (AC), muR-eff = 0.0000 0.0000 - => Base of peaks: 2.0*HW* 48.00 - - => Number of cycles: 30 - => Relaxation factors ==> for coordinates: 0.10 - => for anisotropic temperature factors: 0.10 - => for halfwidth/strain/size parameters: 0.10 - => for lattice constants and propagation vectors: 0.10 - => EPS-value for convergence: 0.1 - - => Excluded regions for Pattern# 1 - From to - 0.0000 10.0000 - 154.0000 180.0000 - - => Number of Least-Squares parameters varied: 0 - - =>---------------------------> - =>-------> PATTERN number: 1 - =>---------------------------> - => Global parameters and codes ==> - => Zero-point: -0.0482 0.0000 - => Background parameters and codes ==> - => Origin of polynomial at 2theta/TOF/E(KeV): 50.000 - 154.32 100.00 -92.329 -95.599 126.68 -31.804 - 0.00 0.00 0.00 0.00 0.00 0.00 - => Displacement peak-shift parameter and code: 0.00 0.00 - => Transparency peak-shift parameter and code: 0.00 0.00 - - => Reading Intensity data =>> - - ==> Angular range, step and number of points: - 2Thmin: 10.000000 2Thmax: 160.000000 Step: 0.025000 No. of points: 6001 - -------------------------------------------------------------------------------- - => Phase No. 1 - PbSO4 - -------------------------------------------------------------------------------- - =>-------> Pattern# 1 - => Crystal Structure Refinement - => Preferred orientation vector: 0.0000 0.0000 1.0000 - - =>-------> Data for PHASE: 1 - => Number of atoms: 5 - => Number of distance constraints: 0 - => Number of angle constraints: 0 - - => Symmetry information on space group: P n m a - -> The multiplicity of the general position is: 8 - -> The space group is Centric (-1 at origin) - -> Lattice type P: { 000 } - -> Reduced set of symmetry operators: - - No. IT Symmetry symbol Rotation part Associated Translation - 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} - 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.5000 0.5000 0.5000} - 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.0000 0.5000 0.0000} - 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.5000 0.0000 0.5000} - - - Information on Space Group: - --------------------------- - - => Number of Space group: 62 - => Hermann-Mauguin Symbol: P n m a - => Hall Symbol: -P 2ac 2n - => Setting Type: IT (Generated from Hermann-Mauguin symbol) - => Crystal System: Orthorhombic - => Laue Class: mmm - => Point Group: mmm - => Bravais Lattice: P - => Lattice Symbol: oP - => Reduced Number of S.O.: 4 - => General multiplicity: 8 - => Centrosymmetry: Centric (-1 at origin) - => Generators (exc. -1&L): 2 - => Asymmetric unit: 0.000 <= x <= 0.500 - 0.000 <= y <= 0.250 - 0.000 <= z <= 1.000 - => Centring vectors: 0 - - - => List of all Symmetry Operators and Symmetry Symbols - - => SYMM( 1): x,y,z Symbol: 1 - => SYMM( 2): x+1/2,-y+1/2,-z+1/2 Symbol: 2 (1/2,0,0) x,1/4,1/4 - => SYMM( 3): -x,y+1/2,-z Symbol: 2 (0,1/2,0) 0,y,0 - => SYMM( 4): -x+1/2,-y,z+1/2 Symbol: 2 (0,0,1/2) 1/4,0,z - => SYMM( 5): -x,-y,-z Symbol: -1 0,0,0 - => SYMM( 6): -x+1/2,y+1/2,z+1/2 Symbol: n (0,1/2,1/2) 1/4,y,z - => SYMM( 7): x,-y+1/2,z Symbol: m x,1/4,z - => SYMM( 8): x+1/2,y,-z+1/2 Symbol: a x,y,1/4 - - => Special Wyckoff Positions for P n m a - - Multp Site Representative Coordinates (centring translations excluded) - 4 c x,1/4,z x+1/2,1/4,-z+1/2 -x,3/4,-z - -x+1/2,3/4,z+1/2 - - 4 b 0,0,1/2 1/2,1/2,0 0,1/2,1/2 - 1/2,0,0 - - 4 a 0,0,0 1/2,1/2,1/2 0,1/2,0 - 1/2,0,1/2 - - - => Initial parameters ==> - Atom Ntyp X Y Z B occ. in fin Spc Mult - B11 B22 B33 B12 B13 B23 - Pb PB 0.18788 0.25000 0.16749 1.78522 0.50000 0 0 0 4 - Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - S S 0.06302 0.25000 0.68446 0.85413 0.50000 0 0 0 4 - Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - O1 O 0.91235 0.25000 0.59346 1.33362 0.50000 0 0 0 4 - Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - O2 O 0.18443 0.25000 0.53434 1.57511 0.50000 0 0 0 4 - Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - O3 O 0.07573 0.01951 0.81594 1.32792 1.00000 0 0 0 8 - Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - - => IT IS ASSUMED THAT THE FIRST GIVEN SITE IS FULLY OCCUPIED - OR THE FIRST AND SECOND ATOMS ARE IN THE SAME SITE WITH TOTAL FULL OCCUPATION - (if this is not the case, change the order of atoms to obtain correct values for the content of the unit cell) - The given occupation factors have been obtained mutiplying m/M by 1.0000 - -> Atom: PB , Chemical element: PB Atomic Mass: 207.2000 - -> Atom: S , Chemical element: S Atomic Mass: 32.0600 - -> Atom: O , Chemical element: O Atomic Mass: 15.9994 - -> Atom: O , Chemical element: O Atomic Mass: 15.9994 - -> Atom: O , Chemical element: O Atomic Mass: 15.9994 - => The given value of ATZ is 1213.03 the program has calculated: 1213.03 - The value of ATZ given in the input PCR file will be used for quantitative analysis - => The chemical content of the unit cell is: - 4.0000 PB + 4.0000 S + 4.0000 O + 4.0000 O + 8.0000 O - => The normalized site occupation numbers in % are: - 100.0000 Pb : 100.0000 S : 100.0000 O1 : 100.0000 O2 : 100.0000 O3 - => The density (volumic mass) of the compound is: 6.324 g/cm3 - - =>-------> PROFILE PARAMETERS FOR PATTERN: 1 - - => Overall scale factor: 0.469335E-03 - => ETA (p-Voigt) OR M (Pearson VII): 0.0000 - => Overall temperature factor: 0.00000 - => Halfwidth U,V,W: 0.04846 -0.08305 0.03519 - => X and Y parameters: 0.0000 0.0493 - => Direct cell parameters: 8.4798 5.3978 6.9593 90.0000 90.0000 90.0000 - => Preferred orientation parameters: 0.0000 0.0000 - => Asymmetry parameters : 0.00000 0.00000 0.00000 0.00000 - => Strain parameters : 0.00000 0.00000 0.00000 - => Size parameters : 0.00000 0.00000 - => Further shape parameters (S_L and D_L): 0.00000 0.00000 - S_L is source width/detector distance - D_L is detector width/detector distance - - ==> CODEWORDS FOR PROFILE PARAMETERS of PATTERN# 1 - - => Overall scale factor: 0.000 - => ETA (p-Voigt) OR M (Pearson VII): 0.000 - => Overall temperature factor: 0.000 - => Halfwidth U,V,W: 0.000 0.000 0.000 - => X and Y parameters: 0.000 0.000 - => Direct cell parameters: 0.000 0.000 0.000 0.000 0.000 0.000 - => Preferred orientation parameters: 0.000 0.000 - => Asymmetry parameters : 0.000 0.000 0.000 0.000 - => Strain parameters : 0.000 0.000 0.000 - => Size parameters : 0.000 0.000 - - => Cell constraints according to Laue symmetry: mmm - - Metric information: - ------------------- - - => Direct cell parameters: - - a = 8.4798 b = 5.3978 c = 6.9593 - alpha = 90.000 beta = 90.000 gamma = 90.000 - Direct Cell Volume = 318.5428 - - => Reciprocal cell parameters: - - a*= 0.117927 b*= 0.185262 c*= 0.143692 - alpha*= 90.000 beta*= 90.000 gamma*= 90.000 - Reciprocal Cell Volume = 0.00313930 - - => Direct and Reciprocal Metric Tensors: - - GD GR - 71.9075 0.0000 0.0000 0.013907 0.000000 0.000000 - 0.0000 29.1358 0.0000 0.000000 0.034322 0.000000 - 0.0000 0.0000 48.4322 0.000000 0.000000 0.020647 - - => Cartesian frame: x // a; z is along c*; y is within the ab-plane - - Crystal_to_Orthonormal_Matrix Orthonormal_to_Crystal Matrix - Cr_Orth_cel Orth_Cr_cel - 8.4798 0.0000 0.0000 0.117927 -0.000000 -0.000000 - 0.0000 5.3978 0.0000 0.000000 0.185262 -0.000000 - 0.0000 0.0000 6.9593 0.000000 0.000000 0.143692 - - Busing-Levy B-matrix: Hc=B.H Inverse of the Busing-Levy B-matrix - BL_M BL_Minv - 0.117927 0.000000 0.000000 8.4798 -0.0000 -0.0000 - 0.000000 0.185262 -0.000000 0.0000 5.3978 0.0000 - 0.000000 0.000000 0.143692 0.0000 0.0000 6.9593 - - => Laue symmetry mmm will be used to generate HKL for pattern# 1 - => Reflections generated between S(1/d)min: 0.1131 A-1 and S(1/d)max: 1.2925 A-1 - => dmax: 8.8380 A and dmin: 0.7737 A - => The number of reflections generated is: 394 - => The max. scatt. variable (gen.ref.) is: 169.2613 - => Scattering coefficients from internal table - - - => X-ray scattering coeff. (A1, B1, A2,...C, f(0), Z, Dfp,Dfpp) - - PB 31.0617 0.6902 13.0637 2.3576 18.4420 8.6180 5.9696 47.2579 13.4118 81.9488 82.0000 -4.8180 8.5050 - S 6.9053 1.4679 5.2034 22.2151 1.4379 0.2536 1.5863 56.1720 0.8669 15.9998 16.0000 0.3190 0.5570 - O 3.0485 13.2771 2.2868 5.7011 1.5463 0.3239 0.8670 32.9089 0.2508 7.9994 8.0000 0.0470 0.0320 - - - => No optimization for routine tasks - => Square of FWHM(G) < 0 at 2theta: 75.059 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 75.503 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 75.937 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 76.176 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 76.477 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 77.002 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 77.380 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 77.992 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 78.229 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 78.568 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 78.675 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 78.731 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 79.316 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 79.378 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 79.571 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 79.898 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 79.903 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 80.394 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 80.878 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 81.102 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 81.438 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 81.664 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 81.682 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 82.753 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 82.910 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 82.942 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 83.226 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 83.608 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 84.157 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 84.178 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 84.643 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 84.670 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 85.164 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 85.257 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 85.640 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 86.456 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 86.519 for phase no. 1 -> Fixing to HG=1.0e-10 - => Square of FWHM(G) < 0 at 2theta: 86.572 for phase no. 1 -> Fixing to HG=1.0e-10 - - - Standard deviations have to be multiplied by: 4.4881 - (correlated residuals) See references: - -J.F.Berar & P.Lelann, J. Appl. Cryst. 24, 1-5 (1991) - -J.F.Berar, Acc. in Pow. Diff. II,NIST Sp.Pub. 846, 63(1992) - - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 1 - => Convergence reached at this CYCLE !!!! - => Parameter shifts set to zero - --------------------------------------------------------------------------------------- - => Phase 1 Name: PbSO4 - --------------------------------------------------------------------------------------- - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Pb 0.18788 0.00000 0.00000 0.25000 0.00000 0.00000 0.16749 0.00000 0.00000 1.78522 0.00000 0.00000 0.50000 0.00000 0.00000 - S 0.06302 0.00000 0.00000 0.25000 0.00000 0.00000 0.68446 0.00000 0.00000 0.85413 0.00000 0.00000 0.50000 0.00000 0.00000 - O1 0.91235 0.00000 0.00000 0.25000 0.00000 0.00000 0.59346 0.00000 0.00000 1.33362 0.00000 0.00000 0.50000 0.00000 0.00000 - O2 0.18443 0.00000 0.00000 0.25000 0.00000 0.00000 0.53434 0.00000 0.00000 1.57511 0.00000 0.00000 0.50000 0.00000 0.00000 - O3 0.07573 0.00000 0.00000 0.01951 0.00000 0.00000 0.81594 0.00000 0.00000 1.32792 0.00000 0.00000 1.00000 0.00000 0.00000 - - ==> PROFILE PARAMETERS FOR PATTERN# 1 - - => Overall scale factor: 0.000469335 0.000000000 0.000000000 - => Eta(p-Voigt) or m(Pearson VII): 0.000000 0.000000 0.000000 - => Overall tem. factor: 0.000000 0.000000 0.000000 - => Halfwidth parameters: - 0.048457 0.000000 0.000000 - -0.083053 0.000000 0.000000 - 0.035188 0.000000 0.000000 - => Cell parameters: - 8.479832 0.000000 0.000000 - 5.397758 0.000000 0.000000 - 6.959324 0.000000 0.000000 - 90.000000 0.000000 0.000000 - 90.000000 0.000000 0.000000 - 90.000000 0.000000 0.000000 - => Preferred orientation: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - => Asymmetry parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - => X and Y parameters: - 0.000000 0.000000 0.000000 - 0.049268 0.000000 0.000000 - => Strain parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - => Size parameters (G,L): - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - => Further shape parameters (S_L and D_L): - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - ==> GLOBAL PARAMETERS FOR PATTERN# 1 - - - => Zero-point: -0.0482 0.0000 0.0000 - => Background Polynomial Parameters ==> - 154.32 0.0000 0.0000 - 100.00 0.0000 0.0000 - -92.329 0.0000 0.0000 - -95.599 0.0000 0.0000 - 126.68 0.0000 0.0000 - -31.804 0.0000 0.0000 - - => Cos( theta)-shift parameter : 0.0000 0.0000 0.0000 - => Sin(2theta)-shift parameter : 0.0000 0.0000 0.0000 - - ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 - - => R-Factors: 25.9 32.3 Chi2: 43.0 DW-Stat.: 0.1472 Patt#: 1 - => Expected : 4.92 1.9182 - => Deviance : 0.398E+06 Dev*: 69.02 - => GoF-index: 6.6 Sqrt(Residual/N) - => N-P+C: 5760 - - => SumYdif SumYobs SumYcal SumwYobsSQ Residual Condition - 0.6177E+06 0.2381E+07 0.1895E+07 0.2381E+07 0.2478E+06 0.000 - - - => Conventional Rietveld Rp,Rwp,Re and Chi2: 42.6 45.8 6.98 43.02 - => (Values obtained using Ynet, but true sigma(y)) - => SumYnet, Sum(w Ynet**2): 0.1451E+07 0.1181E+07 - - => N-sigma of the GoF: 2255.192 - - ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 - - => R-Factors: 25.9 32.3 Chi2: 43.0 DW-Stat.: 0.1472 Patt#: - => Expected : 4.92 1.9182 - => Deviance : 0.398E+06 Dev*: 69.02 - => GoF-index: 6.6 Sqrt(Residual/N) - => N-P+C: 5760 - - => SumYdif SumYobs SumYcal SumwYobsSQ Residual Condition - 0.6177E+06 0.2381E+07 0.1895E+07 0.2381E+07 0.2478E+06 0.000 - - - => Conventional Rietveld Rp,Rwp,Re and Chi2: 42.6 45.8 6.98 43.02 - => (Values obtained using Ynet, but true sigma(y)) - => SumYnet, Sum(w Ynet**2): 0.1451E+07 0.1181E+07 - - => N-sigma of the GoF: 2255.192 - - => Global user-weigthed Chi2 (Bragg contrib.): 43.0 - - => ---------> Pattern# 1 - => Phase: 1 - => Bragg R-factor: 34.6 - => RF-factor : 20.8 - - -------------------------------------------------------------------------------------------------------------- - Pattern# 1 Phase No.: 1 Phase name: PbSO4 - -------------------------------------------------------------------------------------------------------------- - - No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR - - 1 1 1 0 1 4 0.183092 16.464 40.0 32.4 2.538 0.155520 0.049781 0.338369 5.379598 171.086136 - 2 1 0 1 1 4 0.174743 20.809 1376.8 2019.8 7.084 0.146874 0.050092 0.354990 4.265198 105.928795 - 3 1 2 0 0 2 0.174502 20.934 448.7 699.9 3.046 0.146622 0.050102 0.355500 4.239916 52.312965 - 4 1 1 1 1 8 0.169881 23.326 896.1 1469.6 6.231 0.141807 0.050307 0.365562 3.810354 167.362274 - 5 1 2 0 1 4 0.167477 24.565 368.8 532.1 3.731 0.139294 0.050422 0.371049 3.620850 75.157478 - 6 1 0 0 2 2 0.165507 25.579 487.5 744.0 4.355 0.137230 0.050521 0.375681 3.479662 34.546288 - 7 1 2 1 0 4 0.163295 26.714 1487.9 2307.1 7.586 0.134906 0.050638 0.381034 3.334277 63.102688 - 8 1 1 0 2 4 0.161392 27.688 1152.0 1719.7 6.577 0.132904 0.050742 0.385769 3.219173 58.544403 - 9 1 2 1 1 8 0.157474 29.685 1828.4 2733.2 8.480 0.128769 0.050969 0.395914 3.006972 101.136604 - 10 1 1 1 2 8 0.152205 32.353 688.4 1022.5 5.181 0.123179 0.051299 0.410455 2.764811 84.292046 - 11 1 0 2 0 2 0.150591 33.166 825.0 1380.9 5.844 0.121460 0.051406 0.415127 2.698879 19.989548 - 12 1 2 0 2 4 0.150362 33.282 31.7 76.5 0.548 0.121216 0.051422 0.415799 2.689799 39.684910 - 13 1 3 0 1 4 0.148512 34.211 159.6 233.7 2.700 0.119240 0.051548 0.421305 2.618841 37.421467 - 14 1 1 2 1 8 0.142432 37.243 3.0 3.0 0.050 0.112716 0.051990 0.440449 2.412320 62.387367 - 15 1 2 1 2 8 0.142274 37.321 307.3 443.6 3.833 0.112546 0.052002 0.440968 2.407447 62.106487 - 16 1 3 1 1 8 0.140570 38.164 36.3 35.9 1.343 0.110708 0.052133 0.446649 2.356171 59.187485 - 17 1 2 2 0 4 0.137759 39.549 341.9 558.0 4.038 0.107666 0.052355 0.456338 2.276758 27.399635 - 18 1 1 0 3 4 0.136287 40.272 95.6 135.5 2.024 0.106067 0.052475 0.461571 2.237559 26.346457 - 19 1 3 0 2 4 0.134578 41.108 112.3 164.3 2.128 0.104208 0.052618 0.467790 2.193962 25.198408 - 20 1 2 2 1 8 0.133354 41.706 493.7 813.0 4.566 0.102872 0.052721 0.472344 2.163901 48.842346 - 21 1 0 2 2 4 0.132035 42.347 97.7 150.3 1.919 0.101431 0.052835 0.477338 2.132599 23.624378 - 22 1 0 1 3 4 0.131979 42.374 3.8 6.5 0.089 0.101370 0.052840 0.477554 2.131286 23.591238 - 23 1 4 0 0 2 0.131490 42.612 3.0 7.1 0.273 0.100834 0.052882 0.479433 2.119958 11.653112 - 24 1 1 2 2 8 0.129176 43.732 815.2 1171.0 3.693 0.098295 0.053087 0.488517 2.068197 44.050915 - 25 1 1 1 3 8 0.129121 43.759 897.1 1480.6 4.598 0.098234 0.053092 0.488737 2.067000 43.992481 - 26 1 2 0 3 4 0.127622 44.482 5.9 7.2 0.050 0.096585 0.053228 0.494794 2.035087 21.224741 - 27 1 3 1 2 8 0.127498 44.542 595.4 778.1 3.426 0.096447 0.053240 0.495304 2.032485 42.324852 - 28 1 4 0 1 4 0.127280 44.646 600.9 1150.4 4.617 0.096207 0.053259 0.496198 2.027954 21.054146 - 29 1 4 1 0 4 0.124553 45.954 394.0 603.6 4.163 0.093192 0.053514 0.507639 1.973227 19.767994 - 30 1 2 2 2 8 0.120898 47.696 71.5 90.1 1.850 0.089125 0.053867 0.523745 1.905177 36.450344 - 31 1 2 1 3 8 0.120845 47.721 2.1 3.2 0.064 0.089067 0.053872 0.523983 1.904241 36.408783 - 32 1 4 1 1 8 0.120516 47.877 1.5 4.9 0.206 0.088699 0.053905 0.525481 1.898393 36.149681 - 33 1 3 2 1 8 0.119433 48.390 127.6 172.3 2.624 0.087487 0.054013 0.530463 1.879459 35.317204 - 34 1 4 0 2 4 0.115246 50.361 0.0 0.0 0.005 0.082775 0.054441 0.550535 1.810425 16.183273 - 35 1 3 0 3 4 0.114139 50.879 324.8 404.6 3.994 0.081522 0.054558 0.556070 1.793199 15.825594 - 36 1 0 3 1 4 0.110684 52.487 138.0 180.2 2.249 0.077589 0.054930 0.573989 1.741976 14.787118 - 37 1 0 0 4 2 0.110534 52.557 37.0 76.7 1.001 0.077418 0.054947 0.574791 1.739831 7.372235 - 38 1 1 2 3 8 0.109306 53.125 7.7 7.6 0.548 0.076011 0.055082 0.581423 1.722547 28.806377 - 39 1 4 1 2 8 0.108866 53.329 44.4 54.0 1.252 0.075505 0.055131 0.583835 1.716451 28.567753 - 40 1 1 3 1 8 0.108127 53.670 78.8 87.7 1.031 0.074654 0.055214 0.587923 1.706344 28.174503 - 41 1 1 0 4 4 0.107978 53.738 161.0 195.5 1.627 0.074483 0.055231 0.588752 1.704328 14.048219 - 42 1 3 2 2 8 0.107837 53.804 18.5 28.1 0.226 0.074320 0.055247 0.589541 1.702418 28.022560 - 43 1 3 1 3 8 0.107787 53.826 146.3 254.6 2.171 0.074263 0.055252 0.589818 1.701750 27.996748 - 44 1 4 2 0 4 0.105151 55.037 0.0 0.0 0.002 0.071213 0.055553 0.604896 1.667139 13.338963 - 45 1 2 3 0 4 0.104296 55.429 139.9 176.9 2.433 0.070217 0.055653 0.609934 1.656289 13.135971 - 46 1 5 0 1 4 0.103612 55.741 44.4 67.0 1.408 0.069420 0.055733 0.614015 1.647744 12.977361 - 47 1 1 1 4 8 0.101767 56.582 74.6 83.4 1.261 0.067258 0.055951 0.625269 1.625237 25.129976 - 48 1 2 2 3 8 0.101740 56.594 0.3 0.3 0.005 0.067225 0.055955 0.625440 1.624906 25.117950 - 49 1 4 2 1 8 0.101435 56.733 319.1 470.1 3.329 0.066867 0.055991 0.627334 1.621268 24.986145 - 50 1 2 3 1 8 0.100590 57.117 213.1 338.5 2.869 0.065871 0.056093 0.632639 1.611284 24.626554 - 51 1 2 0 4 4 0.100445 57.182 15.4 35.3 0.413 0.065700 0.056110 0.633557 1.609587 12.282858 - 52 1 5 1 1 8 0.097487 58.520 13.9 13.2 0.785 0.062186 0.056473 0.652804 1.575950 23.379215 - 53 1 1 3 2 8 0.097000 58.739 115.6 138.7 2.270 0.061603 0.056534 0.656071 1.570583 23.193230 - 54 1 4 0 3 4 0.096481 58.973 9.0 22.2 0.794 0.060981 0.056599 0.659583 1.564919 11.498993 - 55 1 2 1 4 8 0.094375 59.918 26.4 13.1 1.459 0.058442 0.056866 0.674172 1.542468 22.234394 - 56 1 5 0 2 4 0.092635 60.697 16.4 0.0 1.137 0.056323 0.057091 0.686662 1.524528 10.818097 - 57 1 4 2 2 8 0.090524 61.638 1.0 0.0 0.135 0.053728 0.057369 0.702353 1.503486 20.948423 - 58 1 4 1 3 8 0.090477 61.659 0.6 0.0 0.072 0.053670 0.057375 0.702710 1.503026 20.933554 - 59 1 2 3 2 8 0.089704 62.003 49.3 58.6 0.819 0.052711 0.057479 0.708617 1.495513 20.691803 - 60 1 3 2 3 8 0.089503 62.092 347.5 462.1 3.698 0.052461 0.057506 0.710166 1.493576 20.629782 - - No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR - - 61 1 3 3 1 8 0.088392 62.586 12.1 15.8 0.627 0.051072 0.057656 0.718846 1.482977 20.292730 - 62 1 3 0 4 4 0.088252 62.648 9.3 11.6 0.550 0.050897 0.057675 0.719954 1.481653 10.125457 - 63 1 5 1 2 8 0.086693 63.340 152.1 194.7 2.447 0.048929 0.057888 0.732482 1.467133 19.796310 - 64 1 0 2 4 4 0.086167 63.573 34.4 84.1 1.448 0.048259 0.057961 0.736795 1.462315 9.823560 - 65 1 1 2 4 8 0.083791 64.624 229.7 300.7 3.111 0.045202 0.058295 0.756832 1.441045 18.998571 - 66 1 3 1 4 8 0.082384 65.246 125.3 175.1 2.366 0.043360 0.058497 0.769154 1.428802 18.632816 - 67 1 0 3 3 4 0.081559 65.611 0.8 1.5 0.180 0.042267 0.058617 0.776551 1.421733 9.212083 - 68 1 6 0 0 2 0.080562 66.052 11.2 10.3 0.784 0.040933 0.058763 0.785651 1.413305 4.544480 - 69 1 5 2 1 8 0.079729 66.421 67.3 80.8 1.444 0.039807 0.058886 0.793397 1.406354 17.976858 - 70 1 1 3 3 8 0.079223 66.645 193.7 279.2 2.679 0.039116 0.058962 0.798177 1.402162 17.856506 - 71 1 3 3 2 8 0.077888 67.237 139.3 199.9 2.326 0.037270 0.059164 0.811025 1.391241 17.546202 - 72 1 6 0 1 4 0.077119 67.579 24.3 45.8 1.028 0.036190 0.059282 0.818590 1.385033 8.685962 - 73 1 2 2 4 8 0.076791 67.725 19.2 30.1 0.924 0.035726 0.059332 0.821852 1.382405 17.298615 - 74 1 1 0 5 4 0.075671 68.225 4.4 6.7 0.205 0.034116 0.059507 0.833192 1.373486 8.525929 - 75 1 4 3 0 4 0.075456 68.321 107.4 128.6 1.692 0.033803 0.059541 0.835400 1.371787 8.502605 - 76 1 5 0 3 4 0.075115 68.474 102.1 162.4 1.674 0.033304 0.059595 0.838925 1.369098 8.465826 - 77 1 6 1 0 4 0.074876 68.582 88.6 173.3 1.884 0.032951 0.059633 0.841416 1.367217 8.440175 - 78 1 4 2 3 8 0.073154 69.358 3.5 3.4 0.347 0.030355 0.059911 0.859739 1.353797 16.518705 - 79 1 0 4 0 2 0.072590 69.614 106.5 121.9 1.670 0.029478 0.060004 0.865905 1.349440 4.100721 - 80 1 2 3 3 8 0.072399 69.701 0.4 0.5 0.007 0.029178 0.060036 0.868011 1.347968 16.363966 - 81 1 0 1 5 4 0.072375 69.712 71.2 108.9 1.424 0.029139 0.060040 0.868284 1.347778 8.179469 - 82 1 4 3 1 8 0.072129 69.824 0.1 0.3 0.007 0.028750 0.060081 0.871007 1.345889 16.309128 - 83 1 4 0 4 4 0.072000 69.883 0.1 0.3 0.007 0.028545 0.060102 0.872441 1.344899 8.141541 - 84 1 6 1 1 8 0.071567 70.082 119.0 192.5 2.349 0.027848 0.060175 0.877305 1.341572 16.195848 - 85 1 1 1 5 8 0.070194 70.717 26.3 27.8 1.071 0.025565 0.060411 0.893057 1.331070 15.923645 - 86 1 5 2 2 8 0.069712 70.943 5.5 7.0 0.159 0.024732 0.060496 0.898716 1.327392 15.829448 - 87 1 5 1 3 8 0.069671 70.962 56.4 68.0 1.465 0.024660 0.060503 0.899206 1.327075 15.821366 - 88 1 2 0 5 4 0.069063 71.249 25.6 41.7 1.350 0.023578 0.060611 0.906460 1.322431 7.851678 - 89 1 6 0 2 4 0.067365 72.067 2.4 0.0 0.410 0.020344 0.060925 0.927347 1.309420 7.688951 - 90 1 1 4 1 8 0.067296 72.101 1.5 0.0 0.246 0.020204 0.060938 0.928217 1.308888 15.364753 - 91 1 4 1 4 8 0.066794 72.350 38.8 26.6 1.640 0.019161 0.061034 0.934609 1.305002 15.269141 - 92 1 3 2 4 8 0.065998 72.750 0.4 0.0 0.228 0.017407 0.061191 0.944919 1.298802 15.118064 - 93 1 2 4 0 4 0.064379 73.601 23.8 21.2 0.827 0.013234 0.061529 0.966717 1.285883 7.404531 - 94 1 2 1 5 8 0.064204 73.697 83.8 95.1 1.965 0.012705 0.061568 0.969156 1.284445 14.775167 - 95 1 4 3 2 8 0.063217 74.253 18.8 16.5 0.966 0.009216 0.061793 0.983145 1.276195 14.582657 - 96 1 6 1 2 8 0.062789 74.504 28.3 34.0 1.026 0.007215 0.061896 0.989372 1.272513 14.497813 - 97 1 3 3 3 8 0.062514 74.668 58.3 74.8 1.541 0.005577 0.061964 0.993425 1.270118 14.442995 - 98 1 2 4 1 8 0.062125 75.059 29.1 36.5 1.268 0.000000 0.062125 1.000000 1.264479 14.315057 - 99 1 0 4 2 4 0.062311 75.503 31.1 30.1 1.293 0.000000 0.062311 1.000000 1.258143 7.086622 - 100 1 6 2 0 4 0.062495 75.937 33.9 32.8 1.226 0.000000 0.062495 1.000000 1.252025 7.019148 - 101 1 3 0 5 4 0.062597 76.176 19.2 29.3 0.978 0.000000 0.062597 1.000000 1.248687 6.982749 - 102 1 1 4 2 8 0.062727 76.477 96.3 128.5 2.079 0.000000 0.062727 1.000000 1.244519 13.875421 - 103 1 1 3 4 8 0.062955 77.002 34.8 39.6 1.309 0.000000 0.062955 1.000000 1.237340 13.722456 - 104 1 6 2 1 8 0.063120 77.380 39.0 44.1 1.458 0.000000 0.063120 1.000000 1.232243 13.615582 - 105 1 1 2 5 8 0.063393 77.992 0.1 0.1 0.013 0.000000 0.063393 1.000000 1.224090 13.447643 - 106 1 5 2 3 8 0.063499 78.229 178.3 212.9 2.771 0.000000 0.063499 1.000000 1.220981 13.384593 - 107 1 3 1 5 8 0.063652 78.568 21.4 48.1 1.088 0.000000 0.063652 1.000000 1.216559 13.295890 - 108 1 5 3 1 8 0.063701 78.675 6.5 8.8 0.471 0.000000 0.063701 1.000000 1.215170 13.268244 - 109 1 5 0 4 4 0.063727 78.731 2.7 3.9 0.324 0.000000 0.063727 1.000000 1.214441 6.626900 - 110 1 6 0 3 4 0.063995 79.316 0.0 0.0 0.002 0.000000 0.063995 1.000000 1.206950 6.553535 - 111 1 2 4 2 8 0.064024 79.378 5.4 0.0 0.771 0.000000 0.064024 1.000000 1.206160 13.091785 - 112 1 4 2 4 8 0.064114 79.571 0.0 0.0 0.019 0.000000 0.064114 1.000000 1.203723 13.044902 - 113 1 2 3 4 8 0.064267 79.898 10.0 5.8 0.486 0.000000 0.064267 1.000000 1.199620 12.966762 - 114 1 3 4 1 8 0.064269 79.903 22.5 13.2 1.094 0.000000 0.064269 1.000000 1.199554 12.965508 - 115 1 7 0 1 4 0.064501 80.394 0.9 0.0 0.334 0.000000 0.064501 1.000000 1.193459 6.425685 - 116 1 2 2 5 8 0.064733 80.878 46.1 30.8 1.361 0.000000 0.064733 1.000000 1.187534 12.742677 - 117 1 5 1 4 8 0.064841 81.102 68.8 84.7 1.863 0.000000 0.064841 1.000000 1.184823 12.693687 - 118 1 4 3 3 8 0.065004 81.438 0.2 0.6 0.084 0.000000 0.065004 1.000000 1.180782 12.621556 - 119 1 6 2 2 8 0.065115 81.664 12.3 3.4 1.033 0.000000 0.065115 1.000000 1.178085 12.574011 - 120 1 6 1 3 8 0.065124 81.682 0.1 0.0 0.009 0.000000 0.065124 1.000000 1.177864 12.570132 - - No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR - - 121 1 7 1 1 8 0.065657 82.753 13.0 9.6 0.659 0.000000 0.065657 1.000000 1.165314 12.355515 - 122 1 4 0 5 4 0.065737 82.910 64.0 59.7 1.187 0.000000 0.065737 1.000000 1.163504 6.162724 - 123 1 5 3 2 8 0.065753 82.942 53.9 51.5 1.007 0.000000 0.065753 1.000000 1.163139 12.319419 - 124 1 0 0 6 2 0.065898 83.226 40.9 70.1 1.519 0.000000 0.065898 1.000000 1.159887 3.066519 - 125 1 1 4 3 8 0.066094 83.608 10.9 7.5 0.895 0.000000 0.066094 1.000000 1.155559 12.196239 - 126 1 3 4 2 8 0.066378 84.157 13.1 1.9 0.905 0.000000 0.066378 1.000000 1.149423 12.099581 - 127 1 1 0 6 4 0.066389 84.178 0.6 0.1 0.045 0.000000 0.066389 1.000000 1.149187 6.047961 - 128 1 7 0 2 4 0.066634 84.643 44.9 52.1 1.141 0.000000 0.066634 1.000000 1.144057 6.008669 - 129 1 3 3 4 8 0.066649 84.670 49.7 58.3 1.272 0.000000 0.066649 1.000000 1.143759 12.012841 - 130 1 4 4 0 4 0.066912 85.164 0.3 0.0 0.131 0.000000 0.066912 1.000000 1.138379 5.966351 - 131 1 4 1 5 8 0.066962 85.257 0.0 0.0 0.000 0.000000 0.066962 1.000000 1.137381 11.918083 - 132 1 3 2 5 8 0.067169 85.640 29.8 14.2 1.420 0.000000 0.067169 1.000000 1.133269 11.858688 - 133 1 2 4 3 8 0.067617 86.456 0.8 1.2 0.057 0.000000 0.067617 1.000000 1.124656 11.738650 - 134 1 1 1 6 8 0.067652 86.519 1.4 1.8 0.045 0.000000 0.067652 1.000000 1.123996 11.729699 - 135 1 4 4 1 8 0.067681 86.572 120.3 130.2 2.301 0.000000 0.067681 1.000000 1.123448 11.722298 - 136 1 7 1 2 8 0.068067 86.983 25.8 46.0 1.029 0.002874 0.067911 0.998294 1.119194 11.665702 - 137 1 2 0 6 4 0.068184 87.023 16.6 26.1 0.708 0.003771 0.067934 0.997260 1.118780 5.830133 - 138 1 6 3 0 4 0.070281 87.745 37.4 34.5 1.634 0.011364 0.068344 0.979347 1.111426 5.783169 - 139 1 5 2 4 8 0.071478 88.138 0.2 0.3 0.135 0.014080 0.068570 0.969440 1.107483 11.517935 - 140 1 6 2 3 8 0.073301 88.712 0.0 0.0 0.001 0.017545 0.068905 0.954776 1.101794 11.450562 - 141 1 0 3 5 4 0.073595 88.802 32.8 23.8 1.309 0.018054 0.068958 0.952460 1.100908 5.720170 - 142 1 6 3 1 8 0.074743 89.149 47.2 54.6 1.279 0.019956 0.069164 0.943530 1.097518 11.401906 - 143 1 6 0 4 4 0.074929 89.205 2.7 3.6 0.102 0.020251 0.069197 0.942107 1.096981 5.697958 - 144 1 2 1 6 8 0.075447 89.358 70.7 94.7 1.704 0.021061 0.069288 0.938159 1.095496 11.379497 - 145 1 1 3 5 8 0.076787 89.748 10.5 20.5 0.814 0.023067 0.069523 0.928131 1.091746 11.338974 - 146 1 7 2 1 8 0.076875 89.773 0.1 0.2 0.009 0.023196 0.069538 0.927475 1.091501 11.336381 - 147 1 5 3 3 8 0.077597 89.979 30.7 34.4 1.370 0.024228 0.069663 0.922195 1.089538 11.315763 - 148 1 4 4 2 8 0.080498 90.785 0.0 0.0 0.000 0.028152 0.070158 0.901679 1.081951 11.239703 - 149 1 3 4 3 8 0.081983 91.186 88.6 90.0 1.851 0.030052 0.070408 0.891620 1.078240 11.204658 - 150 1 4 3 4 8 0.082397 91.296 18.6 24.7 0.632 0.030571 0.070477 0.888864 1.077223 11.195304 - 151 1 5 0 5 4 0.082933 91.438 6.8 19.5 0.537 0.031237 0.070567 0.885332 1.075920 5.591739 - 152 1 6 1 4 8 0.083312 91.538 9.8 26.3 0.747 0.031704 0.070630 0.882856 1.075006 11.175294 - 153 1 7 0 3 4 0.083812 91.670 4.8 11.6 0.552 0.032317 0.070713 0.879610 1.073806 5.582347 - 154 1 3 0 6 4 0.084127 91.752 0.0 0.2 0.011 0.032700 0.070766 0.877585 1.073058 5.579078 - 155 1 4 2 5 8 0.086106 92.263 75.1 91.1 1.679 0.035063 0.071094 0.865133 1.068446 11.119224 - 156 1 0 5 1 4 0.086831 92.448 13.8 22.9 0.484 0.035913 0.071213 0.860684 1.066793 5.552923 - 157 1 0 4 4 4 0.087048 92.504 10.7 18.3 0.311 0.036167 0.071249 0.859359 1.066300 5.550957 - 158 1 0 2 6 4 0.087340 92.577 43.0 68.3 0.928 0.036506 0.071297 0.857595 1.065643 5.548362 - 159 1 2 3 5 8 0.087371 92.585 38.8 62.1 0.864 0.036542 0.071302 0.857408 1.065573 11.096174 - 160 1 8 0 0 2 0.089909 93.220 37.7 53.6 1.178 0.039443 0.071719 0.842446 1.059979 2.763499 - 161 1 6 3 2 8 0.090488 93.363 13.8 19.5 0.390 0.040096 0.071814 0.839126 1.058731 11.045093 - 162 1 1 5 1 8 0.090619 93.395 13.8 18.4 0.316 0.040243 0.071835 0.838379 1.058450 11.043109 - 163 1 1 4 4 8 0.090845 93.450 54.1 72.8 1.181 0.040495 0.071872 0.837099 1.057968 11.039735 - 164 1 1 2 6 8 0.091146 93.524 2.3 4.7 0.121 0.040832 0.071921 0.835399 1.057327 11.035291 - 165 1 5 1 5 8 0.092172 93.775 10.1 25.9 0.657 0.041972 0.072089 0.829670 1.055162 11.020640 - 166 1 7 2 2 8 0.093054 93.988 61.8 99.2 1.230 0.042944 0.072233 0.824832 1.053327 11.008671 - 167 1 7 1 3 8 0.093131 94.007 61.3 99.1 1.252 0.043028 0.072245 0.824416 1.053169 11.007658 - 168 1 3 1 6 8 0.093473 94.089 0.1 0.2 0.004 0.043404 0.072301 0.822559 1.052462 11.003176 - 169 1 8 0 1 4 0.095728 94.627 0.0 0.0 0.006 0.045855 0.072668 0.810611 1.047894 5.487840 - 170 1 2 5 0 4 0.096596 94.832 30.6 35.7 1.313 0.046788 0.072809 0.806139 1.046173 5.483005 - 171 1 5 4 1 8 0.097700 95.090 16.1 27.1 1.161 0.047969 0.072989 0.800542 1.044009 10.954395 - 172 1 8 1 0 4 0.099728 95.560 0.0 0.0 0.029 0.050119 0.073318 0.790535 1.040114 5.467521 - 173 1 2 5 1 8 0.102715 96.242 46.4 48.8 1.374 0.053249 0.073803 0.776398 1.034549 10.910954 - 174 1 2 4 4 8 0.102961 96.298 6.0 6.8 0.166 0.053505 0.073843 0.775264 1.034099 10.909196 - 175 1 2 2 6 8 0.103290 96.372 35.0 48.2 1.191 0.053846 0.073897 0.773756 1.033500 10.906898 - 176 1 8 1 1 8 0.105980 96.973 31.0 45.1 1.444 0.056624 0.074333 0.761721 1.028688 10.890292 - 177 1 3 3 5 8 0.107609 97.332 15.1 27.4 1.119 0.058294 0.074598 0.754683 1.025846 10.882069 - 178 1 1 5 2 8 0.108959 97.627 16.3 17.0 1.116 0.059670 0.074817 0.748989 1.023531 10.876263 - 179 1 4 4 3 8 0.109887 97.829 2.7 1.2 0.553 0.060613 0.074968 0.745141 1.021959 10.872786 - 180 1 4 0 6 4 0.112546 98.401 0.0 0.0 0.002 0.063302 0.075401 0.734422 1.017544 5.432536 - - No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR - - 181 1 6 2 4 8 0.113345 98.571 5.0 0.2 0.835 0.064105 0.075531 0.731288 1.016242 10.863387 - 182 1 8 0 2 4 0.114752 98.869 14.9 9.5 1.215 0.065517 0.075760 0.725857 1.013977 5.430553 - 183 1 5 4 2 8 0.116981 99.336 4.9 1.4 0.814 0.067745 0.076123 0.717484 1.010456 10.859243 - 184 1 5 3 4 8 0.119483 99.855 33.9 29.0 1.578 0.070232 0.076532 0.708410 1.006602 10.859612 - 185 1 6 3 3 8 0.122338 100.438 0.0 0.0 0.002 0.073056 0.076998 0.698453 1.002324 10.863062 - 186 1 2 5 2 8 0.122645 100.500 15.4 16.3 0.954 0.073358 0.077049 0.697406 1.001871 10.863617 - 187 1 4 1 6 8 0.123971 100.768 42.9 55.6 1.215 0.074665 0.077266 0.692935 0.999931 10.866429 - 188 1 5 2 5 8 0.124318 100.837 20.5 27.2 0.677 0.075005 0.077323 0.691782 0.999429 10.867269 - 189 1 3 5 1 8 0.125257 101.025 2.1 5.6 0.223 0.075928 0.077477 0.688681 0.998076 10.869769 - 190 1 7 2 3 8 0.125495 101.073 1.0 3.1 0.114 0.076161 0.077516 0.687902 0.997735 10.870454 - 191 1 3 4 4 8 0.125539 101.082 2.6 8.7 0.314 0.076205 0.077523 0.687758 0.997672 10.870582 - 192 1 3 2 6 8 0.125916 101.157 2.2 8.0 0.352 0.076574 0.077585 0.686531 0.997134 10.871709 - 193 1 8 1 2 8 0.126330 101.239 0.2 0.5 0.037 0.076980 0.077653 0.685191 0.996546 10.873010 - 194 1 7 3 1 8 0.127742 101.519 7.9 12.5 0.473 0.078362 0.077884 0.680673 0.994557 10.877891 - 195 1 7 0 4 4 0.128028 101.575 22.9 31.3 1.091 0.078641 0.077931 0.679769 0.994157 5.439482 - 196 1 6 0 5 4 0.129812 101.925 10.3 22.2 1.092 0.080382 0.078224 0.674210 0.991691 5.443140 - 197 1 1 0 7 4 0.132972 102.537 1.7 2.4 0.166 0.083455 0.078745 0.664689 0.987426 5.450902 - 198 1 8 2 0 4 0.133585 102.655 45.8 62.1 1.951 0.084050 0.078846 0.662888 0.986614 5.452592 - 199 1 0 5 3 4 0.139704 103.812 0.0 0.0 0.002 0.089962 0.079857 0.645683 0.978758 5.472578 - 200 1 0 1 7 4 0.140521 103.963 13.9 12.8 0.663 0.090748 0.079992 0.643488 0.977743 5.475656 - 201 1 7 1 4 8 0.140546 103.968 15.0 13.8 0.703 0.090772 0.079996 0.643422 0.977712 10.951501 - 202 1 4 3 5 8 0.141106 104.072 0.0 0.0 0.000 0.091311 0.080089 0.641931 0.977021 10.955833 - 203 1 8 2 1 8 0.141248 104.098 0.8 0.9 0.060 0.091448 0.080112 0.641553 0.976846 10.956948 - 204 1 6 4 0 4 0.141943 104.226 6.0 8.4 0.336 0.092115 0.080227 0.639722 0.975995 5.481235 - 205 1 6 1 5 8 0.142459 104.321 30.6 44.8 1.248 0.092611 0.080313 0.638371 0.975366 10.966656 - 206 1 1 5 3 8 0.145009 104.787 53.2 71.0 1.533 0.095056 0.080736 0.631825 0.972302 10.988382 - 207 1 1 1 7 8 0.145849 104.940 11.6 19.0 0.644 0.095861 0.080876 0.629712 0.971308 10.995920 - 208 1 3 5 2 8 0.148138 105.352 36.5 53.8 1.346 0.098049 0.081257 0.624070 0.968639 11.017342 - 209 1 1 3 6 8 0.148260 105.374 1.5 2.1 0.056 0.098166 0.081278 0.623773 0.968498 11.018522 - 210 1 2 0 7 4 0.148749 105.461 2.9 4.2 0.184 0.098632 0.081359 0.622590 0.967936 5.511639 - 211 1 6 4 1 8 0.149974 105.679 12.6 24.1 0.824 0.099801 0.081563 0.619655 0.966536 11.035466 - 212 1 7 3 2 8 0.150961 105.854 19.5 32.7 1.084 0.100742 0.081728 0.617322 0.965421 11.045545 - 213 1 8 0 3 4 0.152140 106.062 0.2 0.6 0.046 0.101865 0.081925 0.614572 0.964101 5.528942 - 214 1 1 4 5 8 0.153508 106.302 1.3 2.6 0.115 0.103166 0.082153 0.611430 0.962587 11.072600 - 215 1 4 5 0 4 0.154041 106.395 20.9 31.8 0.865 0.103673 0.082242 0.610218 0.962001 5.539229 - 216 1 5 4 3 8 0.154892 106.543 59.0 83.4 1.811 0.104482 0.082385 0.608300 0.961073 11.087933 - 217 1 5 0 6 4 0.158324 107.135 0.1 0.1 0.033 0.107738 0.082960 0.600757 0.957398 5.563882 - 218 1 2 5 3 8 0.161906 107.743 0.3 0.2 0.046 0.111128 0.083562 0.593197 0.953677 11.171988 - 219 1 4 5 1 8 0.162629 107.864 0.2 0.2 0.009 0.111811 0.083683 0.591708 0.952940 11.181230 - 220 1 2 1 7 8 0.162827 107.897 31.0 30.7 1.459 0.111998 0.083717 0.591302 0.952739 11.183786 - 221 1 4 4 4 8 0.162975 107.922 0.0 0.0 0.001 0.112138 0.083741 0.590999 0.952589 11.185694 - 222 1 4 2 6 8 0.163438 108.000 0.3 0.3 0.021 0.112575 0.083819 0.590057 0.952120 11.191697 - 223 1 2 3 6 8 0.165470 108.338 43.2 61.3 1.498 0.114494 0.084162 0.585972 0.950086 11.218559 - 224 1 8 2 2 8 0.166370 108.487 17.1 27.8 0.942 0.115342 0.084314 0.584193 0.949197 11.230700 - 225 1 8 1 3 8 0.166488 108.506 0.0 0.0 0.000 0.115453 0.084333 0.583962 0.949081 11.232301 - 226 1 2 4 5 8 0.171233 109.281 15.5 13.8 1.401 0.119920 0.085135 0.574878 0.944504 11.298914 - 227 1 5 1 6 8 0.173173 109.594 0.1 0.3 0.098 0.121743 0.085464 0.571297 0.942684 11.327309 - 228 1 6 4 2 8 0.176391 110.106 1.7 0.0 0.637 0.124762 0.086010 0.565518 0.939730 11.375806 - 229 1 3 0 7 4 0.178462 110.432 5.0 3.2 0.822 0.126703 0.086362 0.561901 0.937868 5.703960 - 230 1 6 3 4 8 0.179863 110.651 6.7 4.4 0.899 0.128015 0.086600 0.559498 0.936627 11.430032 - 231 1 9 0 1 4 0.183248 111.175 0.3 0.4 0.042 0.131180 0.087177 0.553836 0.933685 5.742347 - 232 1 7 2 4 8 0.184192 111.319 36.1 41.5 1.619 0.132062 0.087338 0.552291 0.932879 11.500247 - 233 1 6 2 5 8 0.186611 111.688 19.8 34.6 1.386 0.134321 0.087751 0.548399 0.930840 11.540695 - 234 1 1 2 7 8 0.190910 112.333 4.4 6.6 0.581 0.138330 0.088487 0.541710 0.927311 11.614625 - 235 1 4 5 2 8 0.191024 112.350 3.8 5.3 0.482 0.138436 0.088507 0.541537 0.927219 11.616618 - 236 1 3 5 3 8 0.193958 112.784 15.2 16.3 1.072 0.141167 0.089010 0.537138 0.924880 11.668534 - 237 1 3 1 7 8 0.195049 112.944 1.6 1.8 0.122 0.142182 0.089198 0.535534 0.924024 11.688125 - 238 1 5 3 5 8 0.195831 113.058 9.2 11.7 0.633 0.142909 0.089332 0.534395 0.923415 11.702262 - 239 1 7 3 3 8 0.197563 113.310 44.1 62.4 1.607 0.144520 0.089630 0.531901 0.922078 11.733853 - 240 1 3 3 6 8 0.198183 113.399 0.0 0.0 0.002 0.145096 0.089737 0.531019 0.921604 11.745246 - - No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR - - 241 1 9 1 1 8 0.200271 113.700 10.6 30.6 1.196 0.147035 0.090097 0.528084 0.920023 11.783976 - 242 1 3 4 5 8 0.205039 114.376 15.1 15.4 1.405 0.151458 0.090920 0.521597 0.916506 11.874304 - 243 1 7 0 5 4 0.208858 114.908 0.8 1.6 0.330 0.154996 0.091580 0.516604 0.913779 5.974246 - 244 1 8 3 0 4 0.209571 115.007 0.1 0.2 0.043 0.155656 0.091704 0.515690 0.913278 5.981262 - 245 1 1 5 4 8 0.211422 115.261 9.9 9.8 0.883 0.157369 0.092025 0.513348 0.911991 11.999169 - 246 1 2 2 7 8 0.212701 115.436 12.8 13.4 0.883 0.158552 0.092247 0.511752 0.911112 12.024705 - 247 1 9 0 2 4 0.215145 115.767 15.9 30.1 1.342 0.160812 0.092672 0.508751 0.909453 6.036992 - 248 1 8 2 3 8 0.217459 116.078 0.1 0.3 0.035 0.162950 0.093074 0.505971 0.907911 12.121146 - 249 1 8 3 1 8 0.221133 116.566 25.4 41.9 1.436 0.166342 0.093714 0.501670 0.905514 12.197101 - 250 1 8 0 4 4 0.221603 116.628 6.5 10.4 0.402 0.166775 0.093796 0.501130 0.905213 6.103445 - 251 1 5 5 1 8 0.225088 117.083 2.3 8.8 0.453 0.169989 0.094405 0.497191 0.903004 12.280224 - 252 1 5 4 4 8 0.225567 117.145 1.5 4.7 0.257 0.170430 0.094489 0.496659 0.902705 12.290380 - 253 1 5 2 6 8 0.226207 117.228 1.2 2.7 0.190 0.171020 0.094601 0.495951 0.902307 12.303994 - 254 1 7 1 5 8 0.228393 117.509 9.7 16.3 0.626 0.173034 0.094983 0.493563 0.900960 12.350729 - 255 1 4 0 7 4 0.229770 117.685 38.5 56.0 1.203 0.174302 0.095224 0.492081 0.900123 6.190183 - 256 1 0 6 0 2 0.230592 117.790 21.2 31.4 0.849 0.175059 0.095368 0.491204 0.899626 3.099536 - 257 1 6 4 3 8 0.230609 117.792 0.0 0.0 0.001 0.175075 0.095371 0.491186 0.899616 12.398518 - 258 1 9 1 2 8 0.235344 118.388 11.2 26.0 0.823 0.179431 0.096202 0.486253 0.896813 12.501945 - 259 1 6 0 6 4 0.235711 118.434 8.3 16.9 0.605 0.179769 0.096267 0.485879 0.896600 6.255016 - 260 1 2 5 4 8 0.235764 118.441 4.7 9.6 0.353 0.179818 0.096276 0.485824 0.896568 12.511224 - 261 1 7 4 1 8 0.240280 118.999 0.6 3.3 0.392 0.183968 0.097071 0.481310 0.893987 12.611595 - 262 1 8 1 4 8 0.242502 119.270 0.0 0.1 0.030 0.186009 0.097462 0.479149 0.892746 12.661538 - 263 1 4 5 3 8 0.250135 120.184 0.0 0.1 0.027 0.193013 0.098810 0.472008 0.888622 12.835709 - 264 1 4 1 7 8 0.251584 120.354 0.0 0.0 0.002 0.194342 0.099067 0.470700 0.887862 12.869214 - 265 1 1 6 1 8 0.252657 120.480 0.1 0.1 0.016 0.195325 0.099257 0.469741 0.887305 12.894102 - 266 1 3 2 7 8 0.255391 120.798 8.9 12.7 0.396 0.197830 0.099741 0.467334 0.885902 12.957828 - 267 1 4 3 6 8 0.255761 120.841 37.4 52.3 1.406 0.198169 0.099807 0.467012 0.885714 12.966496 - 268 1 6 1 6 8 0.258213 121.123 38.2 71.2 1.542 0.200415 0.100242 0.464900 0.884481 13.024109 - 269 1 8 3 2 8 0.260477 121.381 0.0 0.1 0.005 0.202487 0.100645 0.462986 0.883359 13.077611 - 270 1 9 2 1 8 0.262493 121.610 0.2 0.9 0.030 0.204332 0.101003 0.461308 0.882374 13.125496 - 271 1 4 4 5 8 0.264959 121.887 60.7 99.6 1.496 0.206589 0.101442 0.459289 0.881187 13.184406 - 272 1 5 5 2 8 0.265291 121.924 29.7 46.3 0.675 0.206893 0.101501 0.459020 0.881028 13.192364 - 273 1 2 6 0 4 0.267391 122.157 10.2 17.6 0.305 0.208812 0.101876 0.457335 0.880035 6.621395 - 274 1 0 4 6 4 0.268291 122.257 39.9 87.5 1.584 0.209635 0.102036 0.456620 0.879613 6.632242 - 275 1 1 4 6 8 0.278668 123.382 0.7 1.9 0.179 0.219115 0.103891 0.448709 0.874918 13.517583 - 276 1 2 6 1 8 0.282920 123.831 16.4 26.6 0.600 0.222995 0.104653 0.445632 0.873082 13.622770 - 277 1 9 0 3 4 0.283237 123.864 1.6 2.5 0.050 0.223284 0.104710 0.445407 0.872947 6.815319 - 278 1 7 4 2 8 0.283942 123.938 45.7 69.8 1.185 0.223927 0.104837 0.444907 0.872648 13.648162 - 279 1 3 5 4 8 0.284254 123.970 26.0 39.7 0.685 0.224212 0.104893 0.444686 0.872516 13.655926 - 280 1 0 6 2 4 0.287910 124.349 7.7 19.7 0.459 0.227545 0.105549 0.442137 0.870988 6.873612 - 281 1 0 3 7 4 0.289868 124.551 13.4 30.9 0.547 0.229331 0.105902 0.440798 0.870183 6.898185 - 282 1 7 3 4 8 0.289921 124.556 16.7 38.2 0.677 0.229379 0.105911 0.440762 0.870162 13.797699 - 283 1 0 0 8 2 0.290525 124.618 10.4 22.4 0.427 0.229930 0.106020 0.440353 0.869916 3.453222 - 284 1 6 3 5 8 0.294028 124.973 24.7 57.2 1.366 0.233121 0.106650 0.438012 0.868506 13.901262 - 285 1 1 6 2 8 0.299329 125.503 42.0 78.1 1.508 0.237950 0.107607 0.434572 0.866429 14.035933 - 286 1 1 3 7 8 0.301396 125.707 10.5 20.1 0.402 0.239831 0.107980 0.433264 0.865637 14.088740 - 287 1 7 2 5 8 0.301716 125.738 0.1 0.3 0.006 0.240123 0.108038 0.433063 0.865516 14.096928 - 288 1 1 0 8 4 0.302090 125.775 20.2 43.7 0.981 0.240463 0.108105 0.432829 0.865374 7.053246 - 289 1 9 2 2 8 0.311685 126.701 45.2 93.0 1.217 0.249192 0.109842 0.427008 0.861837 14.353806 - 290 1 9 1 3 8 0.311927 126.724 44.4 90.8 1.158 0.249412 0.109886 0.426866 0.861750 14.360087 - 291 1 2 4 6 8 0.313265 126.850 18.0 41.1 0.665 0.250628 0.110129 0.426084 0.861273 14.394839 - 292 1 8 2 4 8 0.322073 127.670 12.0 35.0 0.708 0.258632 0.111729 0.421097 0.858226 14.624961 - 293 1 6 5 0 4 0.323026 127.757 23.8 59.6 1.220 0.259498 0.111902 0.420574 0.857905 7.325004 - 294 1 5 0 7 4 0.323684 127.817 4.3 10.9 0.260 0.260096 0.112022 0.420214 0.857685 7.333658 - 295 1 1 1 8 8 0.333599 128.706 5.7 13.6 0.346 0.269097 0.113829 0.414969 0.854463 14.929548 - 296 1 4 2 7 8 0.335439 128.868 53.1 96.4 1.652 0.270766 0.114166 0.414030 0.853884 14.978510 - 297 1 2 6 2 8 0.337731 129.069 3.9 6.4 0.109 0.272846 0.114584 0.412875 0.853172 15.039611 - 298 1 0 5 5 4 0.338160 129.106 16.5 27.4 0.473 0.273235 0.114663 0.412660 0.853040 7.525537 - 299 1 2 3 7 8 0.340197 129.282 26.9 50.0 0.831 0.275083 0.115035 0.411649 0.852416 15.105514 - 300 1 2 0 8 4 0.341026 129.354 0.8 1.5 0.024 0.275834 0.115187 0.411242 0.852164 7.563836 - - No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR - - 301 1 6 5 1 8 0.343365 129.555 38.4 77.9 1.067 0.277955 0.115615 0.410101 0.851460 15.190362 - 302 1 6 4 4 8 0.344205 129.626 3.4 7.1 0.097 0.278717 0.115769 0.409695 0.851209 15.212898 - 303 1 6 2 6 8 0.345330 129.722 28.4 62.9 0.991 0.279737 0.115975 0.409155 0.850875 15.243117 - 304 1 3 6 1 8 0.345500 129.736 10.8 24.3 0.396 0.279891 0.116006 0.409074 0.850824 15.247693 - 305 1 8 3 3 8 0.349021 130.034 0.0 0.0 0.000 0.283083 0.116652 0.407407 0.849793 15.342478 - 306 1 1 5 5 8 0.352632 130.335 8.0 34.6 0.844 0.286355 0.117314 0.405732 0.848756 15.439962 - 307 1 10 0 0 2 0.355369 130.561 5.8 17.3 0.414 0.288835 0.117817 0.404486 0.847983 3.878511 - 308 1 5 5 3 8 0.356320 130.639 16.1 46.2 1.254 0.289696 0.117992 0.404058 0.847717 15.539809 - 309 1 5 1 7 8 0.358700 130.834 1.0 3.7 0.176 0.291852 0.118429 0.402995 0.847058 15.604412 - 310 1 5 3 6 8 0.365604 131.390 0.0 0.2 0.014 0.298103 0.119700 0.399993 0.845192 15.792418 - 311 1 8 0 5 4 0.372936 131.967 0.0 0.2 0.018 0.304739 0.121052 0.396928 0.843284 7.996553 - 312 1 4 5 4 8 0.378524 132.399 11.7 21.9 0.705 0.309794 0.122084 0.394673 0.841878 16.146687 - 313 1 10 0 1 4 0.379011 132.436 3.6 6.6 0.196 0.310234 0.122174 0.394479 0.841757 8.080047 - 314 1 2 1 8 8 0.379085 132.441 17.2 31.5 0.926 0.310301 0.122188 0.394450 0.841739 16.162146 - 315 1 5 4 5 8 0.381051 132.591 10.2 19.3 0.606 0.312079 0.122552 0.393675 0.841255 16.216322 - 316 1 7 4 3 8 0.385227 132.906 4.9 18.7 0.770 0.315856 0.123324 0.392055 0.840244 16.331631 - 317 1 3 4 6 8 0.386731 133.019 0.2 1.1 0.046 0.317215 0.123603 0.391480 0.839885 16.373211 - 318 1 7 0 6 4 0.395771 133.684 0.5 1.0 0.036 0.325386 0.125279 0.388120 0.837785 8.311969 - 319 1 10 1 0 4 0.396107 133.709 21.6 46.3 1.559 0.325689 0.125341 0.387998 0.837709 8.316634 - 320 1 2 5 5 8 0.402503 134.168 30.0 55.1 1.654 0.331468 0.126529 0.385717 0.836282 16.811409 - 321 1 1 6 3 8 0.409893 134.688 0.9 2.3 0.091 0.338142 0.127904 0.383173 0.834689 17.017927 - 322 1 8 4 0 4 0.415251 135.058 54.5 97.8 1.558 0.342979 0.128902 0.381385 0.833569 8.584036 - 323 1 8 1 5 8 0.417161 135.189 35.9 61.9 0.899 0.344703 0.129258 0.380760 0.833177 17.221693 - 324 1 6 5 2 8 0.418217 135.261 11.7 20.4 0.314 0.345656 0.129455 0.380416 0.832962 17.251350 - 325 1 3 6 2 8 0.421164 135.460 1.8 3.8 0.068 0.348316 0.130005 0.379467 0.832367 17.334183 - 326 1 10 1 1 8 0.424497 135.684 31.8 94.2 1.669 0.351323 0.130627 0.378410 0.831705 17.427986 - 327 1 3 3 7 8 0.424699 135.697 1.3 3.9 0.070 0.351506 0.130665 0.378346 0.831665 17.433691 - 328 1 3 0 8 4 0.425889 135.776 2.2 7.6 0.149 0.352579 0.130887 0.377973 0.831431 8.733602 - 329 1 9 2 3 8 0.430279 136.066 1.3 6.3 0.209 0.356540 0.131707 0.376616 0.830580 17.591022 - 330 1 9 3 1 8 0.440077 136.700 9.9 26.1 0.660 0.365376 0.133541 0.373686 0.828744 17.868040 - 331 1 9 0 4 4 0.441343 136.781 19.3 45.9 1.094 0.366518 0.133778 0.373317 0.828513 8.951961 - 332 1 4 6 0 4 0.443376 136.909 0.0 0.0 0.000 0.368351 0.134159 0.372729 0.828144 8.980775 - 333 1 0 2 8 4 0.444357 136.971 12.8 30.1 0.942 0.369235 0.134343 0.372447 0.827968 8.994681 - 334 1 7 1 6 8 0.444889 137.005 1.1 2.6 0.087 0.369716 0.134442 0.372295 0.827873 18.004463 - 335 1 8 4 1 8 0.446116 137.082 0.0 0.0 0.002 0.370821 0.134672 0.371945 0.827654 18.039259 - 336 1 1 2 8 8 0.467361 138.376 46.2 76.7 2.069 0.389965 0.138663 0.366191 0.824049 18.644106 - 337 1 10 0 2 4 0.468462 138.441 1.5 2.4 0.061 0.390957 0.138871 0.365907 0.823872 9.337770 - 338 1 2 6 3 8 0.475126 138.830 0.1 0.2 0.005 0.396959 0.140126 0.364219 0.822816 18.866055 - 339 1 4 6 1 8 0.478181 139.006 56.3 99.2 1.649 0.399709 0.140701 0.363462 0.822343 18.953474 - 340 1 3 1 8 8 0.482127 139.231 39.5 80.9 1.529 0.403262 0.141446 0.362499 0.821740 19.066490 - 341 1 9 1 4 8 0.501547 140.306 15.9 49.9 1.745 0.420741 0.145115 0.357984 0.818922 19.624210 - 342 1 5 2 7 8 0.512741 140.901 8.0 16.5 0.918 0.430811 0.147234 0.355542 0.817402 19.946640 - 343 1 3 5 5 8 0.518393 141.195 9.1 19.1 1.125 0.435894 0.148306 0.354351 0.816661 20.109695 - 344 1 7 3 5 8 0.533782 141.973 11.3 19.6 0.976 0.449731 0.151227 0.351239 0.814729 20.554369 - 345 1 10 1 2 8 0.536177 142.092 12.8 22.3 1.039 0.451883 0.151682 0.350772 0.814440 20.623682 - 346 1 6 0 7 4 0.547116 142.624 5.7 11.7 0.658 0.461715 0.153763 0.348690 0.813151 10.470257 - 347 1 2 2 8 8 0.551785 142.847 5.3 12.2 0.578 0.465911 0.154652 0.347828 0.812619 21.075878 - 348 1 4 4 6 8 0.553255 142.916 0.0 0.0 0.001 0.467232 0.154932 0.347559 0.812453 21.118509 - 349 1 9 3 2 8 0.560425 143.252 14.7 27.5 1.096 0.473673 0.156299 0.346271 0.811659 21.326548 - 350 1 8 4 2 8 0.569983 143.691 28.7 51.2 1.763 0.482259 0.158122 0.344606 0.810634 21.604195 - 351 1 10 2 0 4 0.586095 144.407 13.0 34.5 1.485 0.496729 0.161200 0.341928 0.808991 11.036405 - 352 1 8 3 4 8 0.589668 144.563 0.0 0.1 0.006 0.499937 0.161883 0.341354 0.808640 22.176840 - 353 1 5 5 4 8 0.608679 145.367 39.7 67.1 2.295 0.517002 0.165522 0.338422 0.806851 22.730833 - 354 1 4 6 2 8 0.622329 145.923 0.1 0.2 0.010 0.529251 0.168140 0.336431 0.805642 23.129099 - 355 1 4 3 7 8 0.629805 146.220 0.0 0.1 0.003 0.535959 0.169575 0.335379 0.805005 23.347416 - 356 1 8 2 5 8 0.630973 146.266 0.1 0.1 0.003 0.537007 0.169799 0.335217 0.804907 23.381502 - 357 1 4 0 8 4 0.632339 146.319 0.0 0.1 0.002 0.538232 0.170061 0.335028 0.804793 11.710707 - 358 1 6 5 3 8 0.634153 146.390 0.2 0.3 0.009 0.539860 0.170410 0.334779 0.804643 23.474424 - 359 1 3 6 3 8 0.640711 146.644 75.9 109.1 1.809 0.545743 0.171670 0.333890 0.804107 23.666042 - 360 1 6 1 7 8 0.641056 146.657 33.8 48.7 0.794 0.546052 0.171736 0.333844 0.804079 23.676144 - - No. Code H K L Mult Hw 2theta Icalc Iobs Sigma HwG HwL ETA d-hkl CORR - - 361 1 10 2 1 8 0.647309 146.896 21.5 31.4 0.503 0.551661 0.172938 0.333014 0.803580 23.858923 - 362 1 6 3 6 8 0.661566 147.427 48.4 110.2 1.999 0.564447 0.175681 0.331185 0.802482 24.275883 - 363 1 7 5 1 8 0.687682 148.358 8.0 17.2 0.340 0.587861 0.180715 0.328040 0.800608 25.040428 - 364 1 7 4 4 8 0.690736 148.464 50.4 105.0 2.010 0.590599 0.181304 0.327688 0.800399 25.129860 - 365 1 7 2 6 8 0.694853 148.605 0.8 1.5 0.030 0.594290 0.182098 0.327220 0.800121 25.250504 - 366 1 0 6 4 4 0.710226 149.121 9.0 21.3 0.573 0.608067 0.185067 0.325519 0.799118 12.850501 - 367 1 6 4 5 8 0.710341 149.125 22.0 52.5 1.415 0.608170 0.185089 0.325507 0.799110 25.704403 - 368 1 1 4 7 8 0.747676 150.312 4.2 11.7 0.558 0.641620 0.192313 0.321683 0.796874 26.799368 - 369 1 10 0 3 4 0.755476 150.549 0.4 0.7 0.029 0.648607 0.193824 0.320934 0.796440 13.514132 - 370 1 4 1 8 8 0.763672 150.794 6.8 10.6 0.335 0.655948 0.195413 0.320164 0.795994 27.268835 - 371 1 1 6 4 8 0.771254 151.017 64.4 92.3 2.601 0.662738 0.196883 0.319468 0.795593 27.491386 - 372 1 3 2 8 8 0.791168 151.586 4.3 9.8 0.487 0.680570 0.200748 0.317704 0.794581 28.076080 - 373 1 9 2 4 8 0.847355 153.081 80.7 133.5 3.245 0.730866 0.211674 0.313197 0.792033 29.726479 - 374 1 4 5 5 8 0.863484 153.482 0.0 0.0 0.000 0.745300 0.214816 0.312016 0.791375 30.200420 - - ----------------------------------------------------- - BRAGG R-Factors and weight fractions for Pattern # 1 - ----------------------------------------------------- - - => Phase: 1 PbSO4 - => Bragg R-factor: 34.6 Vol: 318.543( 0.000) Fract(%): 100.00( 0.00) - => Rf-factor= 21.4 ATZ: 1213.030 Brindley: 1.0000 - - ----------------------------------------------------------------- - SYMBOLIC NAMES AND FINAL VALUES AND SIGMA OF REFINED PARAMETERS: - ----------------------------------------------------------------- - - - ------------------------------------------------------------------ - => Number of bytes for floating point variables: 4 - => Dimensions of dynamic allocated arrays in this run of FullProf: - ------------------------------------------------------------------ - - => Total approximate array memory (dynamic + static): 127459053 bytes - - MaxPOINT= 80000 Max.num. of points(+int. Inten.)/diffraction pattern - MaxREFLT= 25000 Max.num. of reflections/diffraction pattern - MaxPARAM= 500 Max.num. of refinable parameters - MaxOVERL= 9000 Max.num. of overlapping reflections - - ---------------------------------------------------------- - => Number of bytes for floating point arrays: 4 - => Dimensions of fixed arrays in this release of FullProf: - ---------------------------------------------------------- - - NPATT = 80 Max.num. of powder diffraction patterns - NATS = 830 Max.num. of atoms (all kind) in asymmetric unit - MPAR = 1800 Max.num. of non atomic parameters/phase - IEXCL = 30 Max.num. of excluded regions - IBACP = 377 Max.num. of background points for interpolation - NPHT = 16 Max.num. of phases - NMAGM = 8 Max.num. of rotation-matrices sets for magnetic structure - NBASIS = 12 Max.num. of basis functions associated to a single atom - NIREPS = 9 Max.num. of irreducible representations to be combined - N_EQ = 384 Max.num. of user-supplied symmetry operators/propagation vectors - NGL = 400 Max.num. of global parameters/diffraction pattern - N_LINC = 50 Max.num. of global linear restraints - NAT_P = 80 Max.num. of atomic parameters per atom - NCONST = 500 Max.num. of slack constraints per phase - N_SPE = 30 Max.num. of different chemical species - N_FORM = 60 Max.num. of scattering factor values in a table - NPR = 150 Max.num. of points defining a numerical profile - INPR = 25 Max.num. of different numerical peak shapes - NPRC = 150 Max.num. of terms in the table for correcting intensities - NSOL = 10 Max.num. of solutions to be stored in Montecarlo searchs - - - CPU Time: 0.328 seconds - 0.005 minutes - - => Run finished at: Date: 17/06/2026 Time: 22:34:36.148 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.sym b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.sym deleted file mode 100644 index 3bb3e307f..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized.sym +++ /dev/null @@ -1,136 +0,0 @@ - PbSO4 XrayDif single wavelength polarized Wdt48 - - -------------------------------- - SYMMETRY INFORMATION ON PHASE: 1 - -------------------------------- - - - => Symmetry information on space group: P n m a - -> The multiplicity of the general position is: 8 - -> The space group is Centric (-1 at origin) - -> Lattice type P: { 000 } - -> Reduced set of symmetry operators: - - No. IT Symmetry symbol Rotation part Associated Translation - 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} - 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.5000 0.5000 0.5000} - 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.0000 0.5000 0.0000} - 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.5000 0.0000 0.5000} - - - Information on Space Group: - --------------------------- - - => Number of Space group: 62 - => Hermann-Mauguin Symbol: P n m a - => Hall Symbol: -P 2ac 2n - => Setting Type: IT (Generated from Hermann-Mauguin symbol) - => Crystal System: Orthorhombic - => Laue Class: mmm - => Point Group: mmm - => Bravais Lattice: P - => Lattice Symbol: oP - => Reduced Number of S.O.: 4 - => General multiplicity: 8 - => Centrosymmetry: Centric (-1 at origin) - => Generators (exc. -1&L): 2 - => Asymmetric unit: 0.000 <= x <= 0.500 - 0.000 <= y <= 0.250 - 0.000 <= z <= 1.000 - => Centring vectors: 0 - - - => List of all Symmetry Operators and Symmetry Symbols - - => SYMM( 1): x,y,z Symbol: 1 - => SYMM( 2): x+1/2,-y+1/2,-z+1/2 Symbol: 2 (1/2,0,0) x,1/4,1/4 - => SYMM( 3): -x,y+1/2,-z Symbol: 2 (0,1/2,0) 0,y,0 - => SYMM( 4): -x+1/2,-y,z+1/2 Symbol: 2 (0,0,1/2) 1/4,0,z - => SYMM( 5): -x,-y,-z Symbol: -1 0,0,0 - => SYMM( 6): -x+1/2,y+1/2,z+1/2 Symbol: n (0,1/2,1/2) 1/4,y,z - => SYMM( 7): x,-y+1/2,z Symbol: m x,1/4,z - => SYMM( 8): x+1/2,y,-z+1/2 Symbol: a x,y,1/4 - - => Special Wyckoff Positions for P n m a - - Multp Site Representative Coordinates (centring translations excluded) - 4 c x,1/4,z x+1/2,1/4,-z+1/2 -x,3/4,-z - -x+1/2,3/4,z+1/2 - - 4 b 0,0,1/2 1/2,1/2,0 0,1/2,1/2 - 1/2,0,0 - - 4 a 0,0,0 1/2,1/2,1/2 0,1/2,0 - 1/2,0,1/2 - - - ------------------------------------------------- - INFORMATION ON SITE SYMMETRY OF ATOMS IN PHASE: 1 - ------------------------------------------------- - - - -> Information on Atom: Pb at position: 0.18788 0.25000 0.16749 Multiplicity: 4 - List of symmetry operators and symmetry elements of the site point group: - Operator 2: x,-y+1/2,z m x,1/4,z - Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 - Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 - - --> Complete orbit of the atom: Pb - - Pb( 1) 0.18788 0.25000 0.16749 x,y,z - Pb( 2) 0.68788 0.25000 0.33251 x+1/2,-y+1/2,-z+1/2 - Pb( 3) 0.81212 0.75000 0.83251 -x,y+1/2,-z - Pb( 4) 0.31212 0.75000 0.66749 -x+1/2,-y,z+1/2 - - -> Information on Atom: S at position: 0.06302 0.25000 0.68446 Multiplicity: 4 - List of symmetry operators and symmetry elements of the site point group: - Operator 2: x,-y+1/2,z m x,1/4,z - Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 - Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 - - --> Complete orbit of the atom: S - - S( 1) 0.06302 0.25000 0.68446 x,y,z - S( 2) 0.56302 0.25000 0.81554 x+1/2,-y+1/2,-z+1/2 - S( 3) 0.93698 0.75000 0.31554 -x,y+1/2,-z - S( 4) 0.43698 0.75000 0.18446 -x+1/2,-y,z+1/2 - - -> Information on Atom: O1 at position: 0.91235 0.25000 0.59346 Multiplicity: 4 - List of symmetry operators and symmetry elements of the site point group: - Operator 2: x,-y+1/2,z m x,1/4,z - Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 - Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 - - --> Complete orbit of the atom: O1 - - O1( 1) 0.91235 0.25000 0.59346 x,y,z - O1( 2) 0.41235 0.25000 0.90654 x+1/2,-y+1/2,-z+1/2 - O1( 3) 0.08765 0.75000 0.40654 -x,y+1/2,-z - O1( 4) 0.58765 0.75000 0.09346 -x+1/2,-y,z+1/2 - - -> Information on Atom: O2 at position: 0.18443 0.25000 0.53434 Multiplicity: 4 - List of symmetry operators and symmetry elements of the site point group: - Operator 2: x,-y+1/2,z m x,1/4,z - Codes for atom coordinates (Automatic Constraints): 0.00 0.00 0.00 - Codes for anisotropic betas (Automatic Constraints): 0.00 0.00 0.00 0.00 0.00 0.00 - - --> Complete orbit of the atom: O2 - - O2( 1) 0.18443 0.25000 0.53434 x,y,z - O2( 2) 0.68443 0.25000 0.96566 x+1/2,-y+1/2,-z+1/2 - O2( 3) 0.81557 0.75000 0.46566 -x,y+1/2,-z - O2( 4) 0.31557 0.75000 0.03434 -x+1/2,-y,z+1/2 - - -> Information on Atom: O3 at position: 0.07573 0.01951 0.81594 Multiplicity: 8 - The above atom is in a general position (no constraints in atom positions) - - --> Complete orbit of the atom: O3 - - O3( 1) 0.07573 0.01951 0.81594 x,y,z - O3( 2) 0.57573 0.48049 0.68406 x+1/2,-y+1/2,-z+1/2 - O3( 3) 0.92427 0.51951 0.18406 -x,y+1/2,-z - O3( 4) 0.42427 0.98049 0.31594 -x+1/2,-y,z+1/2 - O3( 5) 0.92427 0.98049 0.18406 -x,-y,-z - O3( 6) 0.42427 0.51951 0.31594 -x+1/2,y+1/2,z+1/2 - O3( 7) 0.07573 0.48049 0.81594 x,-y+1/2,z - O3( 8) 0.57573 0.01951 0.68406 x+1/2,y,-z+1/2 diff --git a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized1.fst b/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized1.fst deleted file mode 100644 index 99a3dbba8..000000000 --- a/docs/docs/verification/fullprof/pd-xray-pbso4/pbsox_single_polarized1.fst +++ /dev/null @@ -1,11 +0,0 @@ -! FILE for FullProf Studio: generated automatically by FullProf -!Title: PbSO4 -SPACEG P n m a -CELL 8.479832 5.397758 6.959324 90.0000 90.0000 90.0000 -box -0.25 1.25 -0.15 1.15 -0.15 1.15 -ATOM Pb Pb 0.18788 0.25000 0.16749 -ATOM S S 0.06302 0.25000 0.68446 -ATOM O1 O 0.91235 0.25000 0.59346 -ATOM O2 O 0.18443 0.25000 0.53434 -ATOM O3 O 0.07573 0.01951 0.81594 -conn S O 0 2 diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4/prnio.cif b/docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4_basic/prnio.cif similarity index 100% rename from docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4/prnio.cif rename to docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4_basic/prnio.cif diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4/prnio.int b/docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4_basic/prnio.int similarity index 100% rename from docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4/prnio.int rename to docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4_basic/prnio.int diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4/prnio.out b/docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4_basic/prnio.out similarity index 100% rename from docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4/prnio.out rename to docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4_basic/prnio.out diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4/prnio.pcr b/docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4_basic/prnio.pcr similarity index 100% rename from docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4/prnio.pcr rename to docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4_basic/prnio.pcr diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4/prnio.prf b/docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4_basic/prnio.prf similarity index 100% rename from docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4/prnio.prf rename to docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4_basic/prnio.prf diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4/prnio.sum b/docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4_basic/prnio.sum similarity index 100% rename from docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4/prnio.sum rename to docs/docs/verification/fullprof/sc-neut-cwl_pr2nio4_basic/prnio.sum diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_ext-iso_tbti/tbti.int b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.int similarity index 100% rename from docs/docs/verification/fullprof/sc-neut-cwl_ext-iso_tbti/tbti.int rename to docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.int diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_noext_tbti/tbti.out b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.out similarity index 100% rename from docs/docs/verification/fullprof/sc-neut-cwl_noext_tbti/tbti.out rename to docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.out diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_noext_tbti/tbti.pcr b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.pcr similarity index 100% rename from docs/docs/verification/fullprof/sc-neut-cwl_noext_tbti/tbti.pcr rename to docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.pcr diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_noext_tbti/tbti.prf b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.prf similarity index 100% rename from docs/docs/verification/fullprof/sc-neut-cwl_noext_tbti/tbti.prf rename to docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.prf diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_noext_tbti/tbti.sum b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.sum similarity index 100% rename from docs/docs/verification/fullprof/sc-neut-cwl_noext_tbti/tbti.sum rename to docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.sum diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_noext_tbti/tbti.int b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.int similarity index 100% rename from docs/docs/verification/fullprof/sc-neut-cwl_noext_tbti/tbti.int rename to docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.int diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_ext-iso_tbti/tbti.out b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.out similarity index 100% rename from docs/docs/verification/fullprof/sc-neut-cwl_ext-iso_tbti/tbti.out rename to docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.out diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_ext-iso_tbti/tbti.pcr b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.pcr similarity index 100% rename from docs/docs/verification/fullprof/sc-neut-cwl_ext-iso_tbti/tbti.pcr rename to docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.pcr diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_ext-iso_tbti/tbti.prf b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.prf similarity index 100% rename from docs/docs/verification/fullprof/sc-neut-cwl_ext-iso_tbti/tbti.prf rename to docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.prf diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_ext-iso_tbti/tbti.sum b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.sum similarity index 100% rename from docs/docs/verification/fullprof/sc-neut-cwl_ext-iso_tbti/tbti.sum rename to docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.sum diff --git a/docs/docs/verification/index.md b/docs/docs/verification/index.md index d8c267cc3..4e1c2bad7 100644 --- a/docs/docs/verification/index.md +++ b/docs/docs/verification/index.md @@ -5,136 +5,59 @@ icon: material/check-decagram # :material-check-decagram: Verification -Every page recreates the **same** diffraction pattern in EasyDiffraction -and compares it against a reference calculated by external software -(FullProf) on identical input parameters. Each supported engine — -`cryspy` and `crysfml` — is overlaid on the FullProf reference in turn, -with a residual panel and closeness metrics, and the page ends with a -single agreement table. - -The structure is defined in code, with every experimental parameter -taken verbatim from the frozen FullProf `.pcr` files. Each engine first -calculates with those parameters **without fitting**; where a difference -remains, a short refinement frees only the disputed parameters to show -it comes from how an experiment parameter is defined between the codes, -not from a disagreement about the structure. - -Single-crystal pages compare the calculated F² of each reflection on a -y=x scatter instead of a profile overlay, and use `cryspy` only — the -sole engine with single-crystal Bragg support. - -Most pages also run as a fast regression check (`pixi run script-tests` -and `pixi run notebook-tests`), so agreement is monitored over time. -Where an engine cannot yet reproduce a modelled effect, the page marks -the difference **in the notebook itself** with `known_discrepancy=True` -and a short reason: it still renders in the docs and is verified to -**stay** discrepant — failing CI if it unexpectedly starts agreeing, so -the mark must then be removed — while the fast regression run skips it. -Such pages are flagged **Known discrepancy** below. - -Pages are grouped by **experiment type** (sample form, radiation probe, -and beam mode). Coverage grows to span every supported combination — -`pd-neut-cwl`, `pd-neut-tof`, `pd-xray`, `sc-neut-cwl`, `sc-neut-tof`, -and so on. The list below notes only what is specific to each page. - -## Powder, neutron, constant wavelength - -- [LBCO `pd-neut-cwl`](pd-neut-cwl_pv_lbco.ipynb) – Lanthanum barium - cobaltate (La₀.₅Ba₀.₅CoO₃, _Pm-3m_); pseudo-Voigt, no asymmetry. -- [LBCO `pd-neut-cwl` (preferred orientation)](pd-neut-cwl_pv-march_lbco.ipynb) - – Lanthanum barium cobaltate (La₀.₅Ba₀.₅CoO₃, _Pm-3m_); two-parameter - March–Dollase preferred orientation (`march_r`, `march_random_fract`) - along [0 0 1]. cryspy only; refines the scale to absorb cryspy's - reciprocal, non-normalised texture convention. -- [PbSO₄ `pd-neut-cwl` (pseudo-Voigt)](pd-neut-cwl_pv_pbso4.ipynb) – - Anglesite (PbSO₄, _Pnma_); pseudo-Voigt, no asymmetry. -- [PbSO₄ `pd-neut-cwl` from X-ray geometry](pd-neut-cwl_pv-xray-geometry_pbso4.ipynb) - – Diagnostic neutron conversion of the X-ray single-wavelength PCR. - Known discrepancy: changing only the FullProf radiation mode to - neutron does not reproduce the expected Cryspy agreement. -- [PbSO₄ `pd-neut-cwl` (Bérar–Baldinozzi asymmetry)](pd-neut-cwl_pv-beba_pbso4.ipynb) - – Anglesite (PbSO₄, _Pnma_); pseudo-Voigt with Bérar–Baldinozzi - (FullProf-style) axial-divergence asymmetry (`asym_beba_*`). cryspy - and FullProf implement this asymmetry with different conventions - (issue 166), so the FullProf coefficients do not transfer one-to-one; - freeing cryspy's own coefficients recovers the FullProf profile, so - the page agrees. crysfml has no empirical-asymmetry model. -- [LaB₆ `pd-neut-cwl` (SyCos/SySin)](pd-neut-cwl_tch-fcj-noabs-nosldl_lab6.ipynb) - – Lanthanum hexaboride (LaB₆, _Pm-3m_); pseudo-Voigt with SyCos/SySin - sample-displacement and transparency corrections. Known discrepancy: - pending the unreleased cryspy build (PR #46) that adds these - corrections. -- [LaB₆ `pd-neut-cwl` (FCJ asymmetry)](pd-neut-cwl_tch-fcj-noabs_lab6.ipynb) - – Lanthanum hexaboride (LaB₆, _Pm-3m_); Thompson–Cox–Hastings with - Finger–Cox– Jephcoat axial-divergence asymmetry. Known discrepancy: - FCJ asymmetry is not implemented in cryspy (crysfml-only). -- [LaB₆ `pd-neut-cwl` (absorption)](pd-neut-cwl_tch-fcj_lab6.ipynb) – - Lanthanum hexaboride (LaB₆, _Pm-3m_); adds Debye–Scherrer sample - absorption (μR = 0.7), now modelled by both engines, on top of FCJ - asymmetry. Known discrepancy: FCJ asymmetry is not implemented in - cryspy (crysfml-only). -- [LaB₆ `pd-neut-cwl` (absorption, no FCJ)](pd-neut-cwl_tch-fcj-nosldl_lab6.ipynb) - – Lanthanum hexaboride (LaB₆, _Pm-3m_); Debye–Scherrer sample - absorption (μR = 0.7) with FCJ asymmetry switched off, isolating the - absorption correction. Enabling the correction removes a ≈ 2.9× - intensity mismatch. Known discrepancy: a residual peak-position - difference remains on the released cryspy (needs PR #46); it agrees on - a develop cryspy build. -- [Y₂O₃ `pd-neut-cwl` (anisotropic β-tensor ADPs)](pd-neut-cwl_pv-beta_y2o3.ipynb) - – Yttria (Y₂O₃, bixbyite, _Ia-3_); dimensionless β-tensor anisotropic - ADPs (`adp_type='beta'`) on the three sites, with cylindrical - Debye–Scherrer absorption (μR = 1.5) and the Thompson–Cox–Hastings - profile. cryspy only. Refining every parameter recovers the FullProf - values; the Bérar–Baldinozzi asymmetry (`asym_beba_*`) is implemented - with different conventions in cryspy and FullProf (issue 166), so - those coefficients do not transfer one-to-one, but all closeness - metrics stay within tolerance. - -## Powder, neutron, time-of-flight - -- [Si `pd-neut-tof` (Jorgensen)](pd-neut-tof_j_si.ipynb) – Silicon (Si, - _Fd-3m_); Jorgensen (back-to-back exponentials with a Gaussian). Known - discrepancy: the ed-crysfml profile is ~8.5% off after fitting the - scale; cryspy matches FullProf (issue 130). -- [Si `pd-neut-tof` (Jorgensen–Von Dreele)](pd-neut-tof_jvd_si.ipynb) – - Silicon (Si, _Fd-3m_); Jorgensen–Von Dreele (back-to-back exponentials - with a pseudo-Voigt). Known discrepancy: residual cryspy TOF - Lorentzian discrepancy. -- [NaCaAlF `pd-neut-tof`](pd-neut-tof_jvd_ncaf.ipynb) – Sodium calcium - aluminium fluoride (Na₂Ca₃Al₂F₁₄, _I2₁3_); Jorgensen–Von Dreele. Both - engines agree with the FullProf reference within tolerance. - -## Powder, X-ray, constant wavelength - -- [PbSO₄ `pd-xray`](pd-xray-pbso4.ipynb) – Anglesite (PbSO₄, _Pnma_); - laboratory Cu-source X-ray Rietveld Round Robin data; pseudo-Voigt. - Known discrepancy: FullProf and Cryspy use different Cu Kα anomalous - dispersion values, especially Pb f′, and FullProf truncates peak - tails with Wdt. -- [PbSO₄ `pd-xray` single wavelength](pd-xray-pbso4-single.ipynb) – - diagnostic single-wavelength FullProf reference for the same - anglesite model. Known discrepancy: removing the Cu Kα₁/Kα₂ doublet - leaves the anomalous-dispersion and Wdt tail-truncation mismatch. -- [PbSO₄ `pd-xray` single wavelength, Wdt 48, aligned f′](pd-xray-pbso4-single-unpolarized-wdt48-aligned.ipynb) – - diagnostic single-wavelength FullProf reference with `Rpolarz = 0`, - `Cthm = 0`, and `Wdt = 48`. Cryspy's Cu Kα anomalous-dispersion table - and scale are locally aligned to FullProf, and the profile agrees - within tolerance. - -## Single crystal, neutron, constant wavelength - -- [Pr₂NiO₄ `sc-neut-cwl` (no extinction)](sc-neut-cwl_pr2nio4.ipynb) – - Strontium-doped praseodymium nickelate (Pr₂NiO₄:Sr, K₂NiF₄-type, - _Fmmm_); per-reflection F² against FullProf reference with anisotropic - ADPs. -- [Tb₂Ti₂O₇ `sc-neut-cwl` (no extinction)](sc-neut-cwl_noext_tbti.ipynb) - – Terbium titanate (Tb₂Ti₂O₇, _F d -3 m_); per-reflection F² against a - FullProf-no-extinction reference with anisotropic ADPs. Scale is - initialized from the FullProf and refined. -- [Tb₂Ti₂O₇ `sc-neut-cwl` (isotropic extinction)](sc-neut-cwl_ext-iso_tbti.ipynb) - – Terbium titanate (Tb₂Ti₂O₇, _F d -3 m_); per-reflection F² against - FullProf reference with anisotropic ADPs and empirical extinction. - Cryspy extinction (`becker-coppens`, `gauss`) uses two parameters, - `radius` and `mosaicity`. Only `scale` and `radius` are refined - against FullProf. Known discrepancy: cryspy and FullProf use different - asymmetry conventions. +These pages compare EasyDiffraction calculations with FullProf reference +calculations. Each page focuses on one experiment type or one additional +model term, and pages with known calculator differences mark that status +inside the notebook. + +## Powder, Neutron, Constant Wavelength + +- [LBCO basic pseudo-Voigt](pd-neut-cwl_lbco_basic.ipynb) – verifies a + baseline pseudo-Voigt powder pattern. +- [LBCO preferred orientation](pd-neut-cwl_lbco_preferred-orientation.ipynb) + – verifies the March-Dollase preferred-orientation correction. +- [PbSO₄ basic pseudo-Voigt](pd-neut-cwl_pbso4_basic.ipynb) – verifies a + baseline pseudo-Voigt powder pattern. +- [PbSO₄ Bérar-Baldinozzi asymmetry](pd-neut-cwl_pbso4_beba-asymmetry.ipynb) + – verifies the empirical asymmetry workflow. +- [LaB₆ SyCos/SySin shifts](pd-neut-cwl_lab6_sycos-sysin.ipynb) – verifies + sample-displacement and transparency peak-position corrections. +- [LaB₆ FCJ asymmetry](pd-neut-cwl_lab6_fcj-asymmetry.ipynb) – verifies the + Finger-Cox-Jephcoat axial-divergence asymmetry reference. +- [LaB₆ absorption](pd-neut-cwl_lab6_absorption.ipynb) – verifies + Debye-Scherrer absorption with FCJ asymmetry disabled. +- [LaB₆ absorption + FCJ asymmetry](pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb) + – verifies the combined absorption and FCJ reference. +- [Y₂O₃ beta ADPs](pd-neut-cwl_y2o3_beta-adp.ipynb) – verifies + beta-tensor anisotropic ADPs with other correction models disabled. + +## Powder, Neutron, Time-Of-Flight + +- [Si Jorgensen profile](pd-neut-tof_si_jorgensen.ipynb) – verifies the + Jorgensen back-to-back exponential profile. +- [Si Jorgensen-Von Dreele profile](pd-neut-tof_si_jorgensen-von-dreele.ipynb) + – verifies the Jorgensen-Von Dreele pseudo-Voigt profile. +- [Na₂Ca₃Al₂F₁₄ Jorgensen-Von Dreele profile](pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb) + – verifies the NCAF time-of-flight pseudo-Voigt profile. + +## Powder, X-Ray, Constant Wavelength + +- [LiF single wavelength](pd-xray-cwl_lif_single.ipynb) – verifies the + baseline Cu Kα₁ pseudo-Voigt pattern. +- [LiF polarization](pd-xray-cwl_lif_single_polarization.ipynb) – verifies + the X-ray polarization correction. +- [LiF absorption](pd-xray-cwl_lif_single_absorption.ipynb) – verifies + Debye-Scherrer absorption. +- [LiF doublet](pd-xray-cwl_lif_doublet.ipynb) – verifies Cu Kα₁/Kα₂ + doublet handling. +- [PbSO₄ round robin](pd-xray-cwl_pbso4_round-robin.ipynb) – verifies the + anglesite X-ray round-robin case with empirical asymmetry. + +## Single Crystal, Neutron, Constant Wavelength + +- [Pr₂NiO₄ basic](sc-neut-cwl_pr2nio4_basic.ipynb) – verifies calculated + F² values with anisotropic ADPs. +- [Tb₂Ti₂O₇ basic](sc-neut-cwl_tbti_basic.ipynb) – verifies no-extinction + calculated F² values with anisotropic ADPs. +- [Tb₂Ti₂O₇ isotropic extinction](sc-neut-cwl_tbti_isotropic-extinction.ipynb) + – verifies the isotropic extinction model. diff --git a/docs/docs/verification/pd-neut-cwl_tch-fcj-nosldl_lab6.ipynb b/docs/docs/verification/pd-neut-cwl_lab6_absorption.ipynb similarity index 85% rename from docs/docs/verification/pd-neut-cwl_tch-fcj-nosldl_lab6.ipynb rename to docs/docs/verification/pd-neut-cwl_lab6_absorption.ipynb index 5ccbe5cc9..373f27c29 100644 --- a/docs/docs/verification/pd-neut-cwl_tch-fcj-nosldl_lab6.ipynb +++ b/docs/docs/verification/pd-neut-cwl_lab6_absorption.ipynb @@ -24,37 +24,16 @@ "id": "1", "metadata": {}, "source": [ - "# LaB₆ — neutron powder, constant wavelength, sample absorption (no FCJ)" - ] - }, - { - "cell_type": "markdown", - "id": "2", - "metadata": {}, - "source": [ - "This page isolates the new Debye–Scherrer **sample-absorption**\n", - "correction. The FullProf reference uses μR = 0.7 with the\n", - "Finger–Cox–Jephcoat axial-divergence asymmetry switched off\n", - "(S_L = D_L = 0), so the absorption correction is the only remaining\n", - "angle-dependent intensity effect.\n", + "# LaB₆ — powder neutron CW — absorption\n", "\n", - "The absorption correction is demonstrated against **ed-cryspy**, whose\n", - "base intensities match FullProf for this sample. Without the correction\n", - "the calculated pattern is ≈ 2.9× too intense (the FullProf reference is\n", - "attenuated by absorption); enabling `cylinder-hewat` with μR = 0.7\n", - "restores the intensity scale. A residual peak-position discrepancy\n", - "remains on the released cryspy because the SyCos/SySin systematic shift\n", - "needs the unreleased cryspy PR #46, so this page is marked as a **known\n", - "discrepancy** (it agrees on a develop cryspy build). ed-crysfml is shown\n", - "for completeness but not asserted: it has a separate, pre-existing\n", - "intensity-convention difference with FullProf for LaB₆ that is\n", - "independent of absorption." + "Verifies the Debye-Scherrer cylindrical absorption correction for LaB₆\n", + "with FCJ asymmetry disabled, so the absorption effect is isolated." ] }, { "cell_type": "code", "execution_count": null, - "id": "3", + "id": "2", "metadata": {}, "outputs": [], "source": [ @@ -66,7 +45,7 @@ }, { "cell_type": "markdown", - "id": "4", + "id": "3", "metadata": {}, "source": [ "## Build the project" @@ -75,7 +54,7 @@ { "cell_type": "code", "execution_count": null, - "id": "5", + "id": "4", "metadata": {}, "outputs": [], "source": [ @@ -84,7 +63,7 @@ }, { "cell_type": "markdown", - "id": "6", + "id": "5", "metadata": {}, "source": [ "## Define the structure" @@ -93,7 +72,7 @@ { "cell_type": "code", "execution_count": null, - "id": "7", + "id": "6", "metadata": {}, "outputs": [], "source": [ @@ -124,7 +103,7 @@ }, { "cell_type": "markdown", - "id": "8", + "id": "7", "metadata": {}, "source": [ "## Load the FullProf reference" @@ -133,15 +112,16 @@ { "cell_type": "code", "execution_count": null, - "id": "9", + "id": "8", "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_tch-fcj_lab6'\n", + "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6'\n", "FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_noSLDL.prf'\n", "FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_noSLDL.sum'\n", - "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", "FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_noSLDL.bac'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", "FULLPROF_ZERO = -0.21110 # FullProf Zero\n", "FULLPROF_SCALE = 141.1285 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 1.622527 # FullProf Lambda\n", @@ -164,7 +144,7 @@ }, { "cell_type": "markdown", - "id": "10", + "id": "9", "metadata": {}, "source": [ "## Create the experiment" @@ -173,7 +153,7 @@ { "cell_type": "code", "execution_count": null, - "id": "11", + "id": "10", "metadata": {}, "outputs": [], "source": [ @@ -208,7 +188,7 @@ }, { "cell_type": "markdown", - "id": "12", + "id": "11", "metadata": {}, "source": [ "## ed-cryspy VS FullProf" @@ -217,7 +197,7 @@ { "cell_type": "code", "execution_count": null, - "id": "13", + "id": "12", "metadata": {}, "outputs": [], "source": [ @@ -241,7 +221,7 @@ }, { "cell_type": "markdown", - "id": "14", + "id": "13", "metadata": {}, "source": [ "## ed-crysfml VS FullProf" @@ -250,7 +230,7 @@ { "cell_type": "code", "execution_count": null, - "id": "15", + "id": "14", "metadata": {}, "outputs": [], "source": [ @@ -279,7 +259,7 @@ }, { "cell_type": "markdown", - "id": "16", + "id": "15", "metadata": {}, "source": [ "## Agreement check\n", @@ -293,7 +273,7 @@ { "cell_type": "code", "execution_count": null, - "id": "17", + "id": "16", "metadata": {}, "outputs": [], "source": [ diff --git a/docs/docs/verification/pd-neut-cwl_tch-fcj-nosldl_lab6.py b/docs/docs/verification/pd-neut-cwl_lab6_absorption.py similarity index 80% rename from docs/docs/verification/pd-neut-cwl_tch-fcj-nosldl_lab6.py rename to docs/docs/verification/pd-neut-cwl_lab6_absorption.py index a298e0c3c..995e5865a 100644 --- a/docs/docs/verification/pd-neut-cwl_tch-fcj-nosldl_lab6.py +++ b/docs/docs/verification/pd-neut-cwl_lab6_absorption.py @@ -1,24 +1,8 @@ # %% [markdown] -# # LaB₆ — neutron powder, constant wavelength, sample absorption (no FCJ) - -# %% [markdown] -# This page isolates the new Debye–Scherrer **sample-absorption** -# correction. The FullProf reference uses μR = 0.7 with the -# Finger–Cox–Jephcoat axial-divergence asymmetry switched off -# (S_L = D_L = 0), so the absorption correction is the only remaining -# angle-dependent intensity effect. +# # LaB₆ — powder neutron CW — absorption # -# The absorption correction is demonstrated against **ed-cryspy**, whose -# base intensities match FullProf for this sample. Without the correction -# the calculated pattern is ≈ 2.9× too intense (the FullProf reference is -# attenuated by absorption); enabling `cylinder-hewat` with μR = 0.7 -# restores the intensity scale. A residual peak-position discrepancy -# remains on the released cryspy because the SyCos/SySin systematic shift -# needs the unreleased cryspy PR #46, so this page is marked as a **known -# discrepancy** (it agrees on a develop cryspy build). ed-crysfml is shown -# for completeness but not asserted: it has a separate, pre-existing -# intensity-convention difference with FullProf for LaB₆ that is -# independent of absorption. +# Verifies the Debye-Scherrer cylindrical absorption correction for LaB₆ +# with FCJ asymmetry disabled, so the absorption effect is isolated. # %% import easydiffraction as ed @@ -64,11 +48,12 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-neut-cwl_tch-fcj_lab6' +FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6' FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_noSLDL.prf' FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_noSLDL.sum' -FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_noSLDL.bac' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + FULLPROF_ZERO = -0.21110 # FullProf Zero FULLPROF_SCALE = 141.1285 # FullProf Scale FULLPROF_WAVELENGTH = 1.622527 # FullProf Lambda diff --git a/docs/docs/verification/pd-neut-cwl_tch-fcj_lab6.ipynb b/docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb similarity index 97% rename from docs/docs/verification/pd-neut-cwl_tch-fcj_lab6.ipynb rename to docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb index 6d8f76c77..a60cb43af 100644 --- a/docs/docs/verification/pd-neut-cwl_tch-fcj_lab6.ipynb +++ b/docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb @@ -24,7 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# LaB₆ — neutron powder, constant wavelength, sample absorption" + "# LaB₆ — powder neutron CW — absorption + FCJ asymmetry\n", + "\n", + "Verifies the combined Debye-Scherrer absorption and\n", + "Finger-Cox-Jephcoat asymmetry reference for LaB₆." ] }, { @@ -113,11 +116,12 @@ "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_tch-fcj_lab6'\n", + "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6'\n", "FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A.prf'\n", "FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A.sum'\n", - "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", "FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A.bac'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", "FULLPROF_ZERO = -0.21110 # FullProf Zero\n", "FULLPROF_SCALE = 141.1285 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 1.622527 # FullProf Lambda\n", diff --git a/docs/docs/verification/pd-neut-cwl_tch-fcj_lab6.py b/docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.py similarity index 96% rename from docs/docs/verification/pd-neut-cwl_tch-fcj_lab6.py rename to docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.py index ed1cf489d..697f98aec 100644 --- a/docs/docs/verification/pd-neut-cwl_tch-fcj_lab6.py +++ b/docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.py @@ -1,5 +1,8 @@ # %% [markdown] -# # LaB₆ — neutron powder, constant wavelength, sample absorption +# # LaB₆ — powder neutron CW — absorption + FCJ asymmetry +# +# Verifies the combined Debye-Scherrer absorption and +# Finger-Cox-Jephcoat asymmetry reference for LaB₆. # %% import easydiffraction as edi @@ -45,11 +48,12 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-neut-cwl_tch-fcj_lab6' +FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6' FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A.prf' FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A.sum' -FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A.bac' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + FULLPROF_ZERO = -0.21110 # FullProf Zero FULLPROF_SCALE = 141.1285 # FullProf Scale FULLPROF_WAVELENGTH = 1.622527 # FullProf Lambda diff --git a/docs/docs/verification/pd-neut-cwl_tch-fcj-noabs_lab6.ipynb b/docs/docs/verification/pd-neut-cwl_lab6_fcj-asymmetry.ipynb similarity index 97% rename from docs/docs/verification/pd-neut-cwl_tch-fcj-noabs_lab6.ipynb rename to docs/docs/verification/pd-neut-cwl_lab6_fcj-asymmetry.ipynb index dfe1f8107..3f5046a91 100644 --- a/docs/docs/verification/pd-neut-cwl_tch-fcj-noabs_lab6.ipynb +++ b/docs/docs/verification/pd-neut-cwl_lab6_fcj-asymmetry.ipynb @@ -24,7 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# LaB₆ — neutron powder, constant wavelength, FCJ asymmetry" + "# LaB₆ — powder neutron CW — FCJ asymmetry\n", + "\n", + "Verifies the Finger-Cox-Jephcoat axial-divergence asymmetry reference\n", + "for LaB₆." ] }, { @@ -113,11 +116,12 @@ "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_tch-fcj_lab6'\n", + "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6'\n", "FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_noAbs.prf'\n", "FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_noAbs.sum'\n", - "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", "FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_noAbs.bac'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", "FULLPROF_ZERO = -0.21148 # FullProf Zero\n", "FULLPROF_SCALE = 44.51785 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 1.622528 # FullProf Lambda\n", diff --git a/docs/docs/verification/pd-neut-cwl_tch-fcj-noabs_lab6.py b/docs/docs/verification/pd-neut-cwl_lab6_fcj-asymmetry.py similarity index 97% rename from docs/docs/verification/pd-neut-cwl_tch-fcj-noabs_lab6.py rename to docs/docs/verification/pd-neut-cwl_lab6_fcj-asymmetry.py index adb790607..d5b7662e5 100644 --- a/docs/docs/verification/pd-neut-cwl_tch-fcj-noabs_lab6.py +++ b/docs/docs/verification/pd-neut-cwl_lab6_fcj-asymmetry.py @@ -1,5 +1,8 @@ # %% [markdown] -# # LaB₆ — neutron powder, constant wavelength, FCJ asymmetry +# # LaB₆ — powder neutron CW — FCJ asymmetry +# +# Verifies the Finger-Cox-Jephcoat axial-divergence asymmetry reference +# for LaB₆. # %% import easydiffraction as edi @@ -45,11 +48,12 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-neut-cwl_tch-fcj_lab6' +FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6' FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_noAbs.prf' FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_noAbs.sum' -FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_noAbs.bac' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + FULLPROF_ZERO = -0.21148 # FullProf Zero FULLPROF_SCALE = 44.51785 # FullProf Scale FULLPROF_WAVELENGTH = 1.622528 # FullProf Lambda diff --git a/docs/docs/verification/pd-neut-cwl_tch-fcj-noabs-nosldl_lab6.ipynb b/docs/docs/verification/pd-neut-cwl_lab6_sycos-sysin.ipynb similarity index 97% rename from docs/docs/verification/pd-neut-cwl_tch-fcj-noabs-nosldl_lab6.ipynb rename to docs/docs/verification/pd-neut-cwl_lab6_sycos-sysin.ipynb index 3032354ce..4de15a0b6 100644 --- a/docs/docs/verification/pd-neut-cwl_tch-fcj-noabs-nosldl_lab6.ipynb +++ b/docs/docs/verification/pd-neut-cwl_lab6_sycos-sysin.ipynb @@ -24,7 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# LaB₆ — neutron powder, constant wavelength, SyCos/SySin" + "# LaB₆ — powder neutron CW — SyCos/SySin shifts\n", + "\n", + "Verifies the SyCos/SySin sample-displacement and transparency\n", + "peak-position corrections for LaB₆." ] }, { @@ -113,11 +116,12 @@ "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_tch-fcj_lab6'\n", + "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6'\n", "FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_noAbs_noSLDL.prf'\n", "FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_noAbs_noSLDL.sum'\n", - "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", "FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_noAbs_noSLDL.bac'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", "FULLPROF_ZERO = -0.45778 # FullProf Zero\n", "FULLPROF_SCALE = 42.98374 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 1.623899 # FullProf Lambda\n", diff --git a/docs/docs/verification/pd-neut-cwl_tch-fcj-noabs-nosldl_lab6.py b/docs/docs/verification/pd-neut-cwl_lab6_sycos-sysin.py similarity index 95% rename from docs/docs/verification/pd-neut-cwl_tch-fcj-noabs-nosldl_lab6.py rename to docs/docs/verification/pd-neut-cwl_lab6_sycos-sysin.py index 3053c0509..8c8a2e68d 100644 --- a/docs/docs/verification/pd-neut-cwl_tch-fcj-noabs-nosldl_lab6.py +++ b/docs/docs/verification/pd-neut-cwl_lab6_sycos-sysin.py @@ -1,5 +1,8 @@ # %% [markdown] -# # LaB₆ — neutron powder, constant wavelength, SyCos/SySin +# # LaB₆ — powder neutron CW — SyCos/SySin shifts +# +# Verifies the SyCos/SySin sample-displacement and transparency +# peak-position corrections for LaB₆. # %% import easydiffraction as edi @@ -45,11 +48,12 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-neut-cwl_tch-fcj_lab6' +FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6' FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_noAbs_noSLDL.prf' FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_noAbs_noSLDL.sum' -FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_noAbs_noSLDL.bac' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + FULLPROF_ZERO = -0.45778 # FullProf Zero FULLPROF_SCALE = 42.98374 # FullProf Scale FULLPROF_WAVELENGTH = 1.623899 # FullProf Lambda diff --git a/docs/docs/verification/pd-neut-cwl_pv_lbco.ipynb b/docs/docs/verification/pd-neut-cwl_lbco_basic.ipynb similarity index 96% rename from docs/docs/verification/pd-neut-cwl_pv_lbco.ipynb rename to docs/docs/verification/pd-neut-cwl_lbco_basic.ipynb index 82e658272..21ab4a28b 100644 --- a/docs/docs/verification/pd-neut-cwl_pv_lbco.ipynb +++ b/docs/docs/verification/pd-neut-cwl_lbco_basic.ipynb @@ -24,7 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# LBCO — neutron powder, constant wavelength, pseudo-Voigt" + "# LBCO — powder neutron CW — basic pseudo-Voigt\n", + "\n", + "Verifies the baseline constant-wavelength neutron powder pattern for\n", + "LBCO with a pseudo-Voigt peak shape and no correction models." ] }, { @@ -138,11 +141,12 @@ "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pv_lbco'\n", + "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lbco_basic'\n", "FULLPROF_PRF_FILE = 'lbco.prf'\n", "FULLPROF_SUM_FILE = 'lbco.sum'\n", "FULLPROF_BAC_FILE = 'lbco.bac'\n", "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", "FULLPROF_ZERO = 0.62040 # FullProf Zero\n", "FULLPROF_SCALE = 9.405870 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 1.494000 # FullProf Lambda\n", diff --git a/docs/docs/verification/pd-neut-cwl_pv_lbco.py b/docs/docs/verification/pd-neut-cwl_lbco_basic.py similarity index 94% rename from docs/docs/verification/pd-neut-cwl_pv_lbco.py rename to docs/docs/verification/pd-neut-cwl_lbco_basic.py index f858a965d..21f251b08 100644 --- a/docs/docs/verification/pd-neut-cwl_pv_lbco.py +++ b/docs/docs/verification/pd-neut-cwl_lbco_basic.py @@ -1,5 +1,8 @@ # %% [markdown] -# # LBCO — neutron powder, constant wavelength, pseudo-Voigt +# # LBCO — powder neutron CW — basic pseudo-Voigt +# +# Verifies the baseline constant-wavelength neutron powder pattern for +# LBCO with a pseudo-Voigt peak shape and no correction models. # %% import easydiffraction as edi @@ -70,11 +73,12 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pv_lbco' +FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lbco_basic' FULLPROF_PRF_FILE = 'lbco.prf' FULLPROF_SUM_FILE = 'lbco.sum' FULLPROF_BAC_FILE = 'lbco.bac' FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + FULLPROF_ZERO = 0.62040 # FullProf Zero FULLPROF_SCALE = 9.405870 # FullProf Scale FULLPROF_WAVELENGTH = 1.494000 # FullProf Lambda diff --git a/docs/docs/verification/pd-neut-cwl_pv-march_lbco.ipynb b/docs/docs/verification/pd-neut-cwl_lbco_preferred-orientation.ipynb similarity index 89% rename from docs/docs/verification/pd-neut-cwl_pv-march_lbco.ipynb rename to docs/docs/verification/pd-neut-cwl_lbco_preferred-orientation.ipynb index 45759eac9..e0586719d 100644 --- a/docs/docs/verification/pd-neut-cwl_pv-march_lbco.ipynb +++ b/docs/docs/verification/pd-neut-cwl_lbco_preferred-orientation.ipynb @@ -24,19 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# LBCO — preferred orientation (March–Dollase)\n", + "# LBCO — powder neutron CW — preferred orientation\n", "\n", - "Cross-engine check of the **two-parameter** March–Dollase preferred-orientation correction. FullProf applies the standard model (its\n", - "`.out` reports \"March-Dollase model for preferred orientation\") with\n", - "`Pref1 = 1.2` and `Pref2 = 0.3` along `[0 0 1]`.\n", - "\n", - "EasyDiffraction exposes the standard `march_r` (= `Pref1`) and\n", - "`march_random_fract` (= `Pref2`). CrysPy parametrises the **same**\n", - "model but with the **reciprocal** coefficient `g1 = 1/r` and an\n", - "overall factor that is not volume-normalised; the backend inverts\n", - "`march_r` automatically, and the constant non-normalisation factor is\n", - "absorbed by the scale (so the as-calculated pattern below shows an\n", - "overall offset before fitting). After refining the scale, the patterns agree." + "Verifies the March-Dollase preferred-orientation correction against a\n", + "FullProf reference with orientation along [0 0 1]." ] }, { @@ -150,11 +141,12 @@ "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pv-march_lbco'\n", + "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lbco_preferred-orientation'\n", "FULLPROF_PRF_FILE = 'lbco.prf'\n", "FULLPROF_SUM_FILE = 'lbco.sum'\n", "FULLPROF_BAC_FILE = 'lbco.bac'\n", "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", "FULLPROF_ZERO = 0.62040 # FullProf Zero\n", "FULLPROF_SCALE = 9.405870 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 1.494000 # FullProf Lambda\n", diff --git a/docs/docs/verification/pd-neut-cwl_pv-march_lbco.py b/docs/docs/verification/pd-neut-cwl_lbco_preferred-orientation.py similarity index 84% rename from docs/docs/verification/pd-neut-cwl_pv-march_lbco.py rename to docs/docs/verification/pd-neut-cwl_lbco_preferred-orientation.py index ffbe5550a..7f2fa9e2d 100644 --- a/docs/docs/verification/pd-neut-cwl_pv-march_lbco.py +++ b/docs/docs/verification/pd-neut-cwl_lbco_preferred-orientation.py @@ -1,18 +1,8 @@ # %% [markdown] -# # LBCO — preferred orientation (March–Dollase) +# # LBCO — powder neutron CW — preferred orientation # -# Cross-engine check of the **two-parameter** March-Dollase -# preferred-orientation correction. FullProf applies the standard model -# (its `.out` reports "March-Dollase model for preferred orientation") with -# `Pref1 = 1.2` and `Pref2 = 0.3` along `[0 0 1]`. -# -# EasyDiffraction exposes the standard `march_r` (= `Pref1`) and -# `march_random_fract` (= `Pref2`). CrysPy parametrises the **same** -# model but with the **reciprocal** coefficient `g1 = 1/r` and an -# overall factor that is not volume-normalised; the backend inverts -# `march_r` automatically, and the constant non-normalisation factor is -# absorbed by the scale (so the as-calculated pattern below shows an -# overall offset before fitting). After refining the scale, the patterns agree. +# Verifies the March-Dollase preferred-orientation correction against a +# FullProf reference with orientation along [0 0 1]. # %% import easydiffraction as edi @@ -83,11 +73,12 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pv-march_lbco' +FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lbco_preferred-orientation' FULLPROF_PRF_FILE = 'lbco.prf' FULLPROF_SUM_FILE = 'lbco.sum' FULLPROF_BAC_FILE = 'lbco.bac' FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + FULLPROF_ZERO = 0.62040 # FullProf Zero FULLPROF_SCALE = 9.405870 # FullProf Scale FULLPROF_WAVELENGTH = 1.494000 # FullProf Lambda diff --git a/docs/docs/verification/pd-neut-cwl_pv_pbso4.ipynb b/docs/docs/verification/pd-neut-cwl_pbso4_basic.ipynb similarity index 96% rename from docs/docs/verification/pd-neut-cwl_pv_pbso4.ipynb rename to docs/docs/verification/pd-neut-cwl_pbso4_basic.ipynb index 8e1856be9..7adf9d1ed 100644 --- a/docs/docs/verification/pd-neut-cwl_pv_pbso4.ipynb +++ b/docs/docs/verification/pd-neut-cwl_pbso4_basic.ipynb @@ -24,7 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# PbSO₄ — neutron powder, constant wavelength, pseudo-Voigt" + "# PbSO₄ — powder neutron CW — basic pseudo-Voigt\n", + "\n", + "Verifies the baseline constant-wavelength neutron powder pattern for\n", + "anglesite with a pseudo-Voigt peak shape and no asymmetry correction." ] }, { @@ -145,11 +148,12 @@ "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pv_pbso4'\n", + "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pbso4_basic'\n", "FULLPROF_PRF_FILE = 'pbso4.prf'\n", "FULLPROF_SUM_FILE = 'pbso4.sum'\n", - "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", "FULLPROF_BAC_FILE = 'pbso4.bac'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", "FULLPROF_ZERO = -0.14357 # FullProf Zero\n", "FULLPROF_SCALE = 1.467900 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 1.912000 # FullProf Lambda\n", diff --git a/docs/docs/verification/pd-neut-cwl_pv_pbso4.py b/docs/docs/verification/pd-neut-cwl_pbso4_basic.py similarity index 94% rename from docs/docs/verification/pd-neut-cwl_pv_pbso4.py rename to docs/docs/verification/pd-neut-cwl_pbso4_basic.py index 34c90ca68..a6e4b7847 100644 --- a/docs/docs/verification/pd-neut-cwl_pv_pbso4.py +++ b/docs/docs/verification/pd-neut-cwl_pbso4_basic.py @@ -1,5 +1,8 @@ # %% [markdown] -# # PbSO₄ — neutron powder, constant wavelength, pseudo-Voigt +# # PbSO₄ — powder neutron CW — basic pseudo-Voigt +# +# Verifies the baseline constant-wavelength neutron powder pattern for +# anglesite with a pseudo-Voigt peak shape and no asymmetry correction. # %% import easydiffraction as edi @@ -77,11 +80,12 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pv_pbso4' +FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pbso4_basic' FULLPROF_PRF_FILE = 'pbso4.prf' FULLPROF_SUM_FILE = 'pbso4.sum' -FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) FULLPROF_BAC_FILE = 'pbso4.bac' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + FULLPROF_ZERO = -0.14357 # FullProf Zero FULLPROF_SCALE = 1.467900 # FullProf Scale FULLPROF_WAVELENGTH = 1.912000 # FullProf Lambda diff --git a/docs/docs/verification/pd-neut-cwl_pv-beba_pbso4.ipynb b/docs/docs/verification/pd-neut-cwl_pbso4_beba-asymmetry.ipynb similarity index 93% rename from docs/docs/verification/pd-neut-cwl_pv-beba_pbso4.ipynb rename to docs/docs/verification/pd-neut-cwl_pbso4_beba-asymmetry.ipynb index a17d96a0c..81db942f1 100644 --- a/docs/docs/verification/pd-neut-cwl_pv-beba_pbso4.ipynb +++ b/docs/docs/verification/pd-neut-cwl_pbso4_beba-asymmetry.ipynb @@ -24,16 +24,11 @@ "id": "1", "metadata": {}, "source": [ - "# PbSO₄ — neutron powder, constant wavelength, Bérar–Baldinozzi asymmetry\n", + "# PbSO₄ — powder neutron CW — Bérar-Baldinozzi asymmetry\n", "\n", - "cryspy and FullProf implement the\n", - "Bérar–Baldinozzi empirical asymmetry with different conventions: an\n", - "overall sign and a coefficient inside the `F_b` term differ between the\n", - "two software. As a result the four `asym_beba_*` parameters do **not**\n", - "transfer one-to-one between cryspy and FullProf — the same numbers give\n", - "different profiles. The refinement below frees the asymmetry so it can\n", - "absorb this convention difference; the structural results are\n", - "unaffected." + "Verifies the empirical Bérar-Baldinozzi asymmetry workflow for\n", + "anglesite. The page fits cryspy asymmetry parameters because FullProf\n", + "and cryspy use different coefficient conventions." ] }, { @@ -154,11 +149,12 @@ "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pv-beba_pbso4'\n", + "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pbso4_beba-asymmetry'\n", "FULLPROF_PRF_FILE = 'pbso4.prf'\n", "FULLPROF_SUM_FILE = 'pbso4.sum'\n", "FULLPROF_BAC_FILE = 'pbso4.bac'\n", "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", "FULLPROF_ZERO = -0.08424 # FullProf Zero\n", "FULLPROF_SCALE = 1.463815 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 1.912000 # FullProf Lambda\n", diff --git a/docs/docs/verification/pd-neut-cwl_pv-beba_pbso4.py b/docs/docs/verification/pd-neut-cwl_pbso4_beba-asymmetry.py similarity index 90% rename from docs/docs/verification/pd-neut-cwl_pv-beba_pbso4.py rename to docs/docs/verification/pd-neut-cwl_pbso4_beba-asymmetry.py index 53e0dab9f..0c8fcbf37 100644 --- a/docs/docs/verification/pd-neut-cwl_pv-beba_pbso4.py +++ b/docs/docs/verification/pd-neut-cwl_pbso4_beba-asymmetry.py @@ -1,14 +1,9 @@ # %% [markdown] -# # PbSO₄ — neutron powder, constant wavelength, Bérar–Baldinozzi asymmetry +# # PbSO₄ — powder neutron CW — Bérar-Baldinozzi asymmetry # -# cryspy and FullProf implement the -# Bérar–Baldinozzi empirical asymmetry with different conventions: an -# overall sign and a coefficient inside the `F_b` term differ between the -# two software. As a result the four `asym_beba_*` parameters do **not** -# transfer one-to-one between cryspy and FullProf — the same numbers give -# different profiles. The refinement below frees the asymmetry so it can -# absorb this convention difference; the structural results are -# unaffected. +# Verifies the empirical Bérar-Baldinozzi asymmetry workflow for +# anglesite. The page fits cryspy asymmetry parameters because FullProf +# and cryspy use different coefficient conventions. # %% import easydiffraction as edi @@ -86,11 +81,12 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pv-beba_pbso4' +FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pbso4_beba-asymmetry' FULLPROF_PRF_FILE = 'pbso4.prf' FULLPROF_SUM_FILE = 'pbso4.sum' FULLPROF_BAC_FILE = 'pbso4.bac' FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + FULLPROF_ZERO = -0.08424 # FullProf Zero FULLPROF_SCALE = 1.463815 # FullProf Scale FULLPROF_WAVELENGTH = 1.912000 # FullProf Lambda diff --git a/docs/docs/verification/pd-neut-cwl_pv-xray-geometry_pbso4.py b/docs/docs/verification/pd-neut-cwl_pv-xray-geometry_pbso4.py deleted file mode 100644 index 756af81f6..000000000 --- a/docs/docs/verification/pd-neut-cwl_pv-xray-geometry_pbso4.py +++ /dev/null @@ -1,203 +0,0 @@ -# %% [markdown] -# # PbSO₄ — neutron powder, X-ray geometry, pseudo-Voigt -# -# **Note — diagnostic neutron reference.** -# -# This diagnostic starts from the X-ray single-wavelength PbSO₄ PCR and -# changes only the FullProf radiation mode to neutron. The geometry, -# structure, wavelength, zero, background, and peak-profile parameters -# stay aligned with `pbsox_single.pcr`. - -# %% -import easydiffraction as edi -from easydiffraction import ExperimentFactory -from easydiffraction import StructureFactory -from easydiffraction.analysis import verification as verify - -# %% [markdown] -# ## Build the project - -# %% -project = edi.Project() - -# %% [markdown] -# ## Define the structure - -# %% -structure = StructureFactory.from_scratch(name='pbso4') - -structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol - -structure.cell.length_a = 8.479832 # FullProf a -structure.cell.length_b = 5.397758 # FullProf b -structure.cell.length_c = 6.959325 # FullProf c - -structure.atom_sites.create( - id='Pb', # FullProf Atom - type_symbol='Pb', # FullProf Typ - fract_x=0.18788, # FullProf X - fract_y=0.25, # FullProf Y - fract_z=0.16749, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=1.78522, # FullProf Biso -) -structure.atom_sites.create( - id='S', # FullProf Atom - type_symbol='S', # FullProf Typ - fract_x=0.06302, # FullProf X - fract_y=0.25, # FullProf Y - fract_z=0.68446, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=0.85413, # FullProf Biso -) -structure.atom_sites.create( - id='O1', # FullProf Atom - type_symbol='O', # FullProf Typ - fract_x=0.91235, # FullProf X - fract_y=0.25, # FullProf Y - fract_z=0.59346, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=1.33362, # FullProf Biso -) -structure.atom_sites.create( - id='O2', # FullProf Atom - type_symbol='O', # FullProf Typ - fract_x=0.18443, # FullProf X - fract_y=0.25, # FullProf Y - fract_z=0.53434, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=1.57511, # FullProf Biso -) -structure.atom_sites.create( - id='O3', # FullProf Atom - type_symbol='O', # FullProf Typ - fract_x=0.07573, # FullProf X - fract_y=0.01951, # FullProf Y - fract_z=0.81594, # FullProf Z - adp_type='Biso', # FullProf Biso - adp_iso=1.32792, # FullProf Biso -) - -project.structures.add(structure) - -# %% [markdown] -# ## Load the FullProf reference - -# %% -FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pv-xray-geometry_pbso4' -FULLPROF_PRF_FILE = 'pbsox_neut_single.prf' -FULLPROF_SUM_FILE = 'pbsox_neut_single.sum' -FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) -FULLPROF_BAC_FILE = 'pbsox_neut_single.bac' -FULLPROF_ZERO = -0.04816 # FullProf Zero -FULLPROF_SCALE = 0.0004693346 # FullProf Scale -FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1 -FULLPROF_U = 0.048457 # FullProf U -FULLPROF_V = -0.083053 # FullProf V -FULLPROF_W = 0.035188 # FullProf W -FULLPROF_X = 0.0 # FullProf X -FULLPROF_Y = 0.049268 # FullProf Y - -x, calc_fullprof = verify.load_fullprof_calc_profile( - FULLPROF_PROJECT_DIR, - FULLPROF_PRF_FILE, - FULLPROF_BAC_FILE, - FULLPROF_ZERO, -) - -# %% [markdown] -# ## Create the experiment - -# %% -experiment = ExperimentFactory.from_scratch( - name='pbso4', - sample_form='powder', - beam_mode='constant wavelength', - radiation_probe='neutron', - scattering_type='bragg', -) -verify.set_reference_as_measured(experiment, x, calc_fullprof) - -experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE) - -experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH -experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO - -experiment.peak.type = 'pseudo-voigt' -experiment.peak.broad_gauss_u = FULLPROF_U -experiment.peak.broad_gauss_v = FULLPROF_V -experiment.peak.broad_gauss_w = FULLPROF_W -experiment.peak.broad_lorentz_x = FULLPROF_X -experiment.peak.broad_lorentz_y = FULLPROF_Y - -project.experiments.add(experiment) - -# %% [markdown] -# ## edi-cryspy VS FullProf - -# %% -experiment.calculator.type = 'cryspy' - -project.analysis.calculate() -calc_ed_cryspy = experiment.data.intensity_calc -LABEL_ED_CRYSPY = verify.engine_label('cryspy') - -project.display.pattern_comparison( - 'pbso4', - reference=calc_fullprof, - candidate=calc_ed_cryspy, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSPY, -) - -# %% [markdown] -# ## Fit edi-cryspy to FullProf - -# %% -experiment.linked_structures['pbso4'].scale.free = True -experiment.peak.broad_gauss_u.free = True -experiment.peak.broad_gauss_v.free = True -experiment.peak.broad_gauss_w.free = True -experiment.peak.broad_lorentz_y.free = True - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_cryspy_refined = experiment.data.intensity_calc -LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined') - -project.display.pattern_comparison( - 'pbso4', - reference=calc_fullprof, - candidate=calc_ed_cryspy_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSPY_REFINED, -) - -# %% -experiment.linked_structures['pbso4'].scale - -# %% [markdown] -# ## Agreement check - -# %% -verify.assert_patterns_agree( - [ - (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), - ( - f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', - calc_fullprof, - calc_ed_cryspy_refined, - ), - ], - known_discrepancy=True, - reason=( - 'Diagnostic neutron conversion of the X-ray PbSO4 PCR: changing ' - 'only the FullProf radiation mode to neutron does not reproduce ' - 'the expected Cryspy agreement, even after scale and U/V/W/Y ' - 'refinement.' - ), -) - -# %% diff --git a/docs/docs/verification/pd-neut-cwl_pv-beta_y2o3.ipynb b/docs/docs/verification/pd-neut-cwl_y2o3_beta-adp.ipynb similarity index 76% rename from docs/docs/verification/pd-neut-cwl_pv-beta_y2o3.ipynb rename to docs/docs/verification/pd-neut-cwl_y2o3_beta-adp.ipynb index 9c881086e..950f78c0d 100644 --- a/docs/docs/verification/pd-neut-cwl_pv-beta_y2o3.ipynb +++ b/docs/docs/verification/pd-neut-cwl_y2o3_beta-adp.ipynb @@ -24,19 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# Y2O3 — neutron powder, constant wavelength, anisotropic β-tensor ADPs\n", + "# Y₂O₃ — powder neutron CW — beta ADPs\n", "\n", - "Cross-engine check of the **dimensionless β-tensor** anisotropic ADP\n", - "convention (`adp_type='beta'`) and the cylindrical Debye–Scherrer\n", - "sample-absorption correction on a powder pattern.\n", - "\n", - "The **only** parameter that does not match is the Bérar–Baldinozzi\n", - "axial-divergence asymmetry: cryspy and FullProf implement it with\n", - "different conventions (an overall sign and a coefficient inside the\n", - "`F_b` term differ), so the `asym_beba_*` coefficients do not transfer\n", - "one-to-one between the two programs. Freeing them in the fit absorbs\n", - "the difference; the structural results are unaffected. See development\n", - "issue 166 for the detailed comparison." + "Verifies dimensionless beta-tensor anisotropic ADPs on a pseudo-Voigt\n", + "neutron powder pattern with other correction models disabled." ] }, { @@ -158,20 +149,18 @@ "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pv-beta_y2o3'\n", + "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_y2o3_beta-adp'\n", "FULLPROF_PRF_FILE = 'y2o3.prf'\n", - "FULLPROF_BAC_FILE = 'y2o3.bac'\n", "FULLPROF_SUM_FILE = 'y2o3.sum'\n", + "FULLPROF_BAC_FILE = 'y2o3.bac'\n", "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", "FULLPROF_ZERO = -0.01625 # FullProf Zero\n", "FULLPROF_SCALE = 1.0602 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 1.54822 # FullProf Lambda\n", "FULLPROF_U = 0.036631 # FullProf U\n", "FULLPROF_V = -0.068345 # FullProf V\n", "FULLPROF_W = 0.131426 # FullProf W\n", - "FULLPROF_ASY_1 = 0.17694 # FullProf Asy1\n", - "FULLPROF_ASY_2 = 0.03411 # FullProf Asy2\n", - "FULLPROF_MU_R = 1.5 # FullProf muR\n", "\n", "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", " FULLPROF_PROJECT_DIR,\n", @@ -210,15 +199,10 @@ "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", "\n", - "experiment.peak.type = 'pseudo-voigt + berar-baldinozzi asymmetry'\n", + "experiment.peak.type = 'pseudo-voigt'\n", "experiment.peak.broad_gauss_u = FULLPROF_U\n", "experiment.peak.broad_gauss_v = FULLPROF_V\n", "experiment.peak.broad_gauss_w = FULLPROF_W\n", - "experiment.peak.asym_beba_a0 = FULLPROF_ASY_1\n", - "experiment.peak.asym_beba_b0 = FULLPROF_ASY_2\n", - "\n", - "experiment.absorption.type = 'cylinder-hewat'\n", - "experiment.absorption.mu_r = FULLPROF_MU_R\n", "\n", "# FullProf excluded the 0–12° and 137.5–180° regions (.pcr).\n", "experiment.excluded_regions.create(id='1', start=0.0, end=12.0)\n", @@ -261,40 +245,6 @@ "cell_type": "markdown", "id": "13", "metadata": {}, - "source": [ - "## Fit edi-cryspy to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "14", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.peak.asym_beba_a0.free = True\n", - "experiment.peak.asym_beba_b0.free = True\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_cryspy_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'y2o3',\n", - " reference=verify.restrict_to_included(experiment, calc_fullprof),\n", - " candidate=calc_ed_cryspy_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSPY_REFINED,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "15", - "metadata": {}, "source": [ "## Agreement check" ] @@ -302,16 +252,16 @@ { "cell_type": "code", "execution_count": null, - "id": "16", + "id": "14", "metadata": {}, "outputs": [], "source": [ "verify.assert_patterns_agree(\n", " [\n", " (\n", - " f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}',\n", + " f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}',\n", " verify.restrict_to_included(experiment, calc_fullprof),\n", - " calc_ed_cryspy_refined,\n", + " calc_ed_cryspy,\n", " ),\n", " ],\n", ")" diff --git a/docs/docs/verification/pd-neut-cwl_pv-beta_y2o3.py b/docs/docs/verification/pd-neut-cwl_y2o3_beta-adp.py similarity index 71% rename from docs/docs/verification/pd-neut-cwl_pv-beta_y2o3.py rename to docs/docs/verification/pd-neut-cwl_y2o3_beta-adp.py index efb6f22ab..5108805ae 100644 --- a/docs/docs/verification/pd-neut-cwl_pv-beta_y2o3.py +++ b/docs/docs/verification/pd-neut-cwl_y2o3_beta-adp.py @@ -1,17 +1,8 @@ # %% [markdown] -# # Y2O3 — neutron powder, constant wavelength, anisotropic β-tensor ADPs +# # Y₂O₃ — powder neutron CW — beta ADPs # -# Cross-engine check of the **dimensionless β-tensor** anisotropic ADP -# convention (`adp_type='beta'`) and the cylindrical Debye–Scherrer -# sample-absorption correction on a powder pattern. -# -# The **only** parameter that does not match is the Bérar–Baldinozzi -# axial-divergence asymmetry: cryspy and FullProf implement it with -# different conventions (an overall sign and a coefficient inside the -# `F_b` term differ), so the `asym_beba_*` coefficients do not transfer -# one-to-one between the two programs. Freeing them in the fit absorbs -# the difference; the structural results are unaffected. See development -# issue 166 for the detailed comparison. +# Verifies dimensionless beta-tensor anisotropic ADPs on a pseudo-Voigt +# neutron powder pattern with other correction models disabled. # %% import easydiffraction as edi @@ -90,20 +81,18 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pv-beta_y2o3' +FULLPROF_PROJECT_DIR = 'pd-neut-cwl_y2o3_beta-adp' FULLPROF_PRF_FILE = 'y2o3.prf' -FULLPROF_BAC_FILE = 'y2o3.bac' FULLPROF_SUM_FILE = 'y2o3.sum' +FULLPROF_BAC_FILE = 'y2o3.bac' FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + FULLPROF_ZERO = -0.01625 # FullProf Zero FULLPROF_SCALE = 1.0602 # FullProf Scale FULLPROF_WAVELENGTH = 1.54822 # FullProf Lambda FULLPROF_U = 0.036631 # FullProf U FULLPROF_V = -0.068345 # FullProf V FULLPROF_W = 0.131426 # FullProf W -FULLPROF_ASY_1 = 0.17694 # FullProf Asy1 -FULLPROF_ASY_2 = 0.03411 # FullProf Asy2 -FULLPROF_MU_R = 1.5 # FullProf muR x, calc_fullprof = verify.load_fullprof_calc_profile( FULLPROF_PROJECT_DIR, @@ -130,15 +119,10 @@ experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO -experiment.peak.type = 'pseudo-voigt + berar-baldinozzi asymmetry' +experiment.peak.type = 'pseudo-voigt' experiment.peak.broad_gauss_u = FULLPROF_U experiment.peak.broad_gauss_v = FULLPROF_V experiment.peak.broad_gauss_w = FULLPROF_W -experiment.peak.asym_beba_a0 = FULLPROF_ASY_1 -experiment.peak.asym_beba_b0 = FULLPROF_ASY_2 - -experiment.absorption.type = 'cylinder-hewat' -experiment.absorption.mu_r = FULLPROF_MU_R # FullProf excluded the 0–12° and 137.5–180° regions (.pcr). experiment.excluded_regions.create(id='1', start=0.0, end=12.0) @@ -164,28 +148,6 @@ candidate_label=LABEL_ED_CRYSPY, ) -# %% [markdown] -# ## Fit edi-cryspy to FullProf - -# %% -experiment.peak.asym_beba_a0.free = True -experiment.peak.asym_beba_b0.free = True - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_cryspy_refined = experiment.data.intensity_calc -LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined') - -project.display.pattern_comparison( - 'y2o3', - reference=verify.restrict_to_included(experiment, calc_fullprof), - candidate=calc_ed_cryspy_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSPY_REFINED, -) - # %% [markdown] # ## Agreement check @@ -193,9 +155,9 @@ verify.assert_patterns_agree( [ ( - f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', + f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', verify.restrict_to_included(experiment, calc_fullprof), - calc_ed_cryspy_refined, + calc_ed_cryspy, ), ], ) diff --git a/docs/docs/verification/pd-neut-tof_jvd_ncaf.ipynb b/docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb similarity index 97% rename from docs/docs/verification/pd-neut-tof_jvd_ncaf.ipynb rename to docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb index fcc29b51e..032052839 100644 --- a/docs/docs/verification/pd-neut-tof_jvd_ncaf.ipynb +++ b/docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb @@ -24,7 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# Na₂Ca₃Al₂F₁₄ — neutron powder, time-of-flight, Jorgensen–Von Dreele" + "# Na₂Ca₃Al₂F₁₄ — powder neutron TOF — Jorgensen-Von Dreele profile\n", + "\n", + "Verifies the Jorgensen-Von Dreele pseudo-Voigt profile for the NCAF\n", + "time-of-flight powder reference." ] }, { @@ -149,11 +152,12 @@ "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-neut-tof_jvd_ncaf'\n", + "FULLPROF_PROJECT_DIR = 'pd-neut-tof_ncaf_jorgensen-von-dreele'\n", "FULLPROF_PRF_FILE = 'tmpl_one_bank.prf'\n", - "FULLPROF_BAC_FILE = 'tmpl_one_bank.bac'\n", "FULLPROF_SUM_FILE = 'tmpl_one_bank.sum'\n", + "FULLPROF_BAC_FILE = 'tmpl_one_bank.bac'\n", "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", "FULLPROF_ZERO = -13.88128 # FullProf Zero\n", "FULLPROF_SCALE = 4.019304 # FullProf Scale\n", "FULLPROF_TWOTHETA_BANK = 152.827 # FullProf 2ThetaBank\n", diff --git a/docs/docs/verification/pd-neut-tof_jvd_ncaf.py b/docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.py similarity index 96% rename from docs/docs/verification/pd-neut-tof_jvd_ncaf.py rename to docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.py index ce99c50e1..e81d1ed3f 100644 --- a/docs/docs/verification/pd-neut-tof_jvd_ncaf.py +++ b/docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.py @@ -1,5 +1,8 @@ # %% [markdown] -# # Na₂Ca₃Al₂F₁₄ — neutron powder, time-of-flight, Jorgensen–Von Dreele +# # Na₂Ca₃Al₂F₁₄ — powder neutron TOF — Jorgensen-Von Dreele profile +# +# Verifies the Jorgensen-Von Dreele pseudo-Voigt profile for the NCAF +# time-of-flight powder reference. # %% import easydiffraction as edi @@ -81,11 +84,12 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-neut-tof_jvd_ncaf' +FULLPROF_PROJECT_DIR = 'pd-neut-tof_ncaf_jorgensen-von-dreele' FULLPROF_PRF_FILE = 'tmpl_one_bank.prf' -FULLPROF_BAC_FILE = 'tmpl_one_bank.bac' FULLPROF_SUM_FILE = 'tmpl_one_bank.sum' +FULLPROF_BAC_FILE = 'tmpl_one_bank.bac' FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + FULLPROF_ZERO = -13.88128 # FullProf Zero FULLPROF_SCALE = 4.019304 # FullProf Scale FULLPROF_TWOTHETA_BANK = 152.827 # FullProf 2ThetaBank diff --git a/docs/docs/verification/pd-neut-tof_jvd_si.ipynb b/docs/docs/verification/pd-neut-tof_si_jorgensen-von-dreele.ipynb similarity index 97% rename from docs/docs/verification/pd-neut-tof_jvd_si.ipynb rename to docs/docs/verification/pd-neut-tof_si_jorgensen-von-dreele.ipynb index 8e9925652..2d646d693 100644 --- a/docs/docs/verification/pd-neut-tof_jvd_si.ipynb +++ b/docs/docs/verification/pd-neut-tof_si_jorgensen-von-dreele.ipynb @@ -24,7 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# Si — neutron powder, time-of-flight, Jorgensen–Von Dreele" + "# Si — powder neutron TOF — Jorgensen-Von Dreele profile\n", + "\n", + "Verifies the Jorgensen-Von Dreele pseudo-Voigt profile for a silicon\n", + "time-of-flight powder pattern." ] }, { @@ -108,11 +111,12 @@ "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-neut-tof_jvd_si'\n", + "FULLPROF_PROJECT_DIR = 'pd-neut-tof_si_jorgensen-von-dreele'\n", "FULLPROF_PRF_FILE = 'arg_si.prf'\n", - "FULLPROF_BAC_FILE = 'arg_si.bac'\n", "FULLPROF_SUM_FILE = 'arg_si.sum'\n", + "FULLPROF_BAC_FILE = 'arg_si.bac'\n", "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", "FULLPROF_ZERO = -9.18766 # FullProf Zero\n", "FULLPROF_SCALE = 0.6750847 # FullProf Scale\n", "FULLPROF_TWOTHETA_BANK = 144.845 # FullProf 2ThetaBank\n", diff --git a/docs/docs/verification/pd-neut-tof_jvd_si.py b/docs/docs/verification/pd-neut-tof_si_jorgensen-von-dreele.py similarity index 96% rename from docs/docs/verification/pd-neut-tof_jvd_si.py rename to docs/docs/verification/pd-neut-tof_si_jorgensen-von-dreele.py index 41cda5ada..da9e32000 100644 --- a/docs/docs/verification/pd-neut-tof_jvd_si.py +++ b/docs/docs/verification/pd-neut-tof_si_jorgensen-von-dreele.py @@ -1,5 +1,8 @@ # %% [markdown] -# # Si — neutron powder, time-of-flight, Jorgensen–Von Dreele +# # Si — powder neutron TOF — Jorgensen-Von Dreele profile +# +# Verifies the Jorgensen-Von Dreele pseudo-Voigt profile for a silicon +# time-of-flight powder pattern. # %% import easydiffraction as edi @@ -40,11 +43,12 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-neut-tof_jvd_si' +FULLPROF_PROJECT_DIR = 'pd-neut-tof_si_jorgensen-von-dreele' FULLPROF_PRF_FILE = 'arg_si.prf' -FULLPROF_BAC_FILE = 'arg_si.bac' FULLPROF_SUM_FILE = 'arg_si.sum' +FULLPROF_BAC_FILE = 'arg_si.bac' FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + FULLPROF_ZERO = -9.18766 # FullProf Zero FULLPROF_SCALE = 0.6750847 # FullProf Scale FULLPROF_TWOTHETA_BANK = 144.845 # FullProf 2ThetaBank diff --git a/docs/docs/verification/pd-neut-tof_j_si.ipynb b/docs/docs/verification/pd-neut-tof_si_jorgensen.ipynb similarity index 97% rename from docs/docs/verification/pd-neut-tof_j_si.ipynb rename to docs/docs/verification/pd-neut-tof_si_jorgensen.ipynb index 77c06f7c6..80fa76ae0 100644 --- a/docs/docs/verification/pd-neut-tof_j_si.ipynb +++ b/docs/docs/verification/pd-neut-tof_si_jorgensen.ipynb @@ -24,7 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# Si — neutron powder, time-of-flight, Jorgensen" + "# Si — powder neutron TOF — Jorgensen profile\n", + "\n", + "Verifies the Jorgensen back-to-back exponential profile for a silicon\n", + "time-of-flight powder pattern." ] }, { @@ -108,11 +111,12 @@ "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-neut-tof_j_si'\n", + "FULLPROF_PROJECT_DIR = 'pd-neut-tof_si_jorgensen'\n", "FULLPROF_PRF_FILE = 'arg_si.prf'\n", - "FULLPROF_BAC_FILE = 'arg_si.bac'\n", "FULLPROF_SUM_FILE = 'arg_si.sum'\n", + "FULLPROF_BAC_FILE = 'arg_si.bac'\n", "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", "FULLPROF_ZERO = -8.56733 # FullProf Zero\n", "FULLPROF_SCALE = 0.6620058 # FullProf Scale\n", "FULLPROF_TWOTHETA_BANK = 144.845 # FullProf 2ThetaBank\n", diff --git a/docs/docs/verification/pd-neut-tof_j_si.py b/docs/docs/verification/pd-neut-tof_si_jorgensen.py similarity index 96% rename from docs/docs/verification/pd-neut-tof_j_si.py rename to docs/docs/verification/pd-neut-tof_si_jorgensen.py index 527af99c7..3142d0cae 100644 --- a/docs/docs/verification/pd-neut-tof_j_si.py +++ b/docs/docs/verification/pd-neut-tof_si_jorgensen.py @@ -1,5 +1,8 @@ # %% [markdown] -# # Si — neutron powder, time-of-flight, Jorgensen +# # Si — powder neutron TOF — Jorgensen profile +# +# Verifies the Jorgensen back-to-back exponential profile for a silicon +# time-of-flight powder pattern. # %% import easydiffraction as edi @@ -40,11 +43,12 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-neut-tof_j_si' +FULLPROF_PROJECT_DIR = 'pd-neut-tof_si_jorgensen' FULLPROF_PRF_FILE = 'arg_si.prf' -FULLPROF_BAC_FILE = 'arg_si.bac' FULLPROF_SUM_FILE = 'arg_si.sum' +FULLPROF_BAC_FILE = 'arg_si.bac' FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + FULLPROF_ZERO = -8.56733 # FullProf Zero FULLPROF_SCALE = 0.6620058 # FullProf Scale FULLPROF_TWOTHETA_BANK = 144.845 # FullProf 2ThetaBank diff --git a/docs/docs/verification/pd-xray-lif-doublet-unpolarized.ipynb b/docs/docs/verification/pd-xray-cwl_lif_doublet.ipynb similarity index 87% rename from docs/docs/verification/pd-xray-lif-doublet-unpolarized.ipynb rename to docs/docs/verification/pd-xray-cwl_lif_doublet.ipynb index 7b1c3391f..6b53a33b8 100644 --- a/docs/docs/verification/pd-xray-lif-doublet-unpolarized.ipynb +++ b/docs/docs/verification/pd-xray-cwl_lif_doublet.ipynb @@ -1,26 +1,39 @@ { "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "0", + "metadata": { + "tags": [ + "hide-in-docs" + ] + }, + "outputs": [], + "source": [ + "# Check whether easydiffraction is installed; install it if needed.\n", + "# Required for remote environments such as Google Colab.\n", + "import importlib.util\n", + "\n", + "if importlib.util.find_spec('easydiffraction') is None:\n", + " %pip install easydiffraction" + ] + }, { "cell_type": "markdown", - "id": "2484e502", + "id": "1", "metadata": {}, "source": [ - "# LiF — X-ray powder, Cu Kalpha doublet, Wdt 48\n", - "\n", - "**Note — light-element anomalous dispersion.**\n", + "# LiF — powder X-ray CW — doublet\n", "\n", - "This page uses LiF (_F m -3 m_) as a light-element X-ray verification\n", - "case. Li and F have very close Cu Kalpha anomalous-dispersion values\n", - "in the FullProf/CrysFML and Cryspy tables. The FullProf PCR uses the\n", - "Cu Kalpha1/Kalpha2 doublet with a fixed intensity ratio, pseudo-Voigt\n", - "peak shape, `Wdt = 48`, no sample absorption, and no X-ray\n", - "polarization correction." + "Verifies Cu Kα₁/Kα₂ doublet handling on the LiF pseudo-Voigt\n", + "reference." ] }, { "cell_type": "code", "execution_count": null, - "id": "b34dab73", + "id": "2", "metadata": {}, "outputs": [], "source": [ @@ -32,7 +45,7 @@ }, { "cell_type": "markdown", - "id": "4b470f10", + "id": "3", "metadata": {}, "source": [ "## Build the project" @@ -41,7 +54,7 @@ { "cell_type": "code", "execution_count": null, - "id": "a4cdb782", + "id": "4", "metadata": {}, "outputs": [], "source": [ @@ -50,7 +63,7 @@ }, { "cell_type": "markdown", - "id": "28ce6d95", + "id": "5", "metadata": {}, "source": [ "## Define the structure" @@ -59,7 +72,7 @@ { "cell_type": "code", "execution_count": null, - "id": "01d4ea85", + "id": "6", "metadata": {}, "outputs": [], "source": [ @@ -92,7 +105,7 @@ }, { "cell_type": "markdown", - "id": "ba306569", + "id": "7", "metadata": {}, "source": [ "## Load the FullProf reference" @@ -101,15 +114,16 @@ { "cell_type": "code", "execution_count": null, - "id": "dc811538", + "id": "8", "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-xray-lif'\n", + "FULLPROF_PROJECT_DIR = 'pd-xray-cwl_lif'\n", "FULLPROF_PRF_FILE = 'lif_doublet_unpolarized.prf'\n", "FULLPROF_SUM_FILE = 'lif_doublet_unpolarized.sum'\n", - "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", "FULLPROF_BAC_FILE = 'lif_doublet_unpolarized.bac'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", "FULLPROF_ZERO = 0.0 # FullProf Zero\n", "FULLPROF_SCALE = 0.01 # FullProf Scale\n", "FULLPROF_WAVELENGTH_1 = 1.540560 # FullProf Lambda1\n", @@ -131,7 +145,7 @@ }, { "cell_type": "markdown", - "id": "26b13ee4", + "id": "9", "metadata": {}, "source": [ "## Create the experiment" @@ -140,7 +154,7 @@ { "cell_type": "code", "execution_count": null, - "id": "f373fbce", + "id": "10", "metadata": {}, "outputs": [], "source": [ @@ -172,7 +186,7 @@ }, { "cell_type": "markdown", - "id": "eb4046f4", + "id": "11", "metadata": {}, "source": [ "## edi-cryspy VS FullProf" @@ -181,7 +195,7 @@ { "cell_type": "code", "execution_count": null, - "id": "227ccbc3", + "id": "12", "metadata": {}, "outputs": [], "source": [ @@ -202,7 +216,7 @@ }, { "cell_type": "markdown", - "id": "fcff8d18", + "id": "13", "metadata": {}, "source": [ "## edi-crysfml VS FullProf" @@ -211,7 +225,7 @@ { "cell_type": "code", "execution_count": null, - "id": "da59781e", + "id": "14", "metadata": {}, "outputs": [], "source": [ @@ -232,7 +246,7 @@ }, { "cell_type": "markdown", - "id": "395e469c", + "id": "15", "metadata": {}, "source": [ "## Agreement check" @@ -241,7 +255,7 @@ { "cell_type": "code", "execution_count": null, - "id": "d61c9ae8", + "id": "16", "metadata": {}, "outputs": [], "source": [ @@ -256,7 +270,7 @@ { "cell_type": "code", "execution_count": null, - "id": "666a7d98", + "id": "17", "metadata": {}, "outputs": [], "source": [] diff --git a/docs/docs/verification/pd-xray-lif-doublet-unpolarized.py b/docs/docs/verification/pd-xray-cwl_lif_doublet.py similarity index 88% rename from docs/docs/verification/pd-xray-lif-doublet-unpolarized.py rename to docs/docs/verification/pd-xray-cwl_lif_doublet.py index a37c6cc27..85061928a 100644 --- a/docs/docs/verification/pd-xray-lif-doublet-unpolarized.py +++ b/docs/docs/verification/pd-xray-cwl_lif_doublet.py @@ -1,14 +1,8 @@ # %% [markdown] -# # LiF — X-ray powder, Cu Kalpha doublet, Wdt 48 +# # LiF — powder X-ray CW — doublet # -# **Note — light-element anomalous dispersion.** -# -# This page uses LiF (_F m -3 m_) as a light-element X-ray verification -# case. Li and F have very close Cu Kalpha anomalous-dispersion values -# in the FullProf/CrysFML and Cryspy tables. The FullProf PCR uses the -# Cu Kalpha1/Kalpha2 doublet with a fixed intensity ratio, pseudo-Voigt -# peak shape, `Wdt = 48`, no sample absorption, and no X-ray -# polarization correction. +# Verifies Cu Kα₁/Kα₂ doublet handling on the LiF pseudo-Voigt +# reference. # %% import easydiffraction as edi @@ -56,11 +50,12 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-xray-lif' +FULLPROF_PROJECT_DIR = 'pd-xray-cwl_lif' FULLPROF_PRF_FILE = 'lif_doublet_unpolarized.prf' FULLPROF_SUM_FILE = 'lif_doublet_unpolarized.sum' -FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) FULLPROF_BAC_FILE = 'lif_doublet_unpolarized.bac' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + FULLPROF_ZERO = 0.0 # FullProf Zero FULLPROF_SCALE = 0.01 # FullProf Scale FULLPROF_WAVELENGTH_1 = 1.540560 # FullProf Lambda1 diff --git a/docs/docs/verification/pd-xray-lif-single-unpolarized.ipynb b/docs/docs/verification/pd-xray-cwl_lif_single.ipynb similarity index 76% rename from docs/docs/verification/pd-xray-lif-single-unpolarized.ipynb rename to docs/docs/verification/pd-xray-cwl_lif_single.ipynb index 22cd15ae2..dc9bb2ada 100644 --- a/docs/docs/verification/pd-xray-lif-single-unpolarized.ipynb +++ b/docs/docs/verification/pd-xray-cwl_lif_single.ipynb @@ -1,26 +1,39 @@ { "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "0", + "metadata": { + "tags": [ + "hide-in-docs" + ] + }, + "outputs": [], + "source": [ + "# Check whether easydiffraction is installed; install it if needed.\n", + "# Required for remote environments such as Google Colab.\n", + "import importlib.util\n", + "\n", + "if importlib.util.find_spec('easydiffraction') is None:\n", + " %pip install easydiffraction" + ] + }, { "cell_type": "markdown", - "id": "71e123ef", + "id": "1", "metadata": {}, "source": [ - "# LiF — X-ray powder, single wavelength, Wdt 48\n", + "# LiF — powder X-ray CW — single wavelength\n", "\n", - "**Note — light-element anomalous dispersion.**\n", - "\n", - "This page uses LiF (_F m -3 m_) as a light-element X-ray verification\n", - "case. Li and F have very close Cu Kalpha anomalous-dispersion values\n", - "in the FullProf/CrysFML and Cryspy tables, so this reference avoids\n", - "the heavy-element f-prime discrepancy seen in PbSO4. The FullProf PCR\n", - "uses a single Cu Kalpha1 wavelength, pseudo-Voigt peak shape, `Wdt =\n", - "48`, no sample absorption, and no X-ray polarization correction." + "Verifies the baseline LiF Cu Kα₁ pattern with a pseudo-Voigt profile\n", + "and no polarization or absorption correction." ] }, { "cell_type": "code", "execution_count": null, - "id": "4fa23ca5", + "id": "2", "metadata": {}, "outputs": [], "source": [ @@ -32,7 +45,7 @@ }, { "cell_type": "markdown", - "id": "42711920", + "id": "3", "metadata": {}, "source": [ "## Build the project" @@ -41,7 +54,7 @@ { "cell_type": "code", "execution_count": null, - "id": "8b97be59", + "id": "4", "metadata": {}, "outputs": [], "source": [ @@ -50,7 +63,7 @@ }, { "cell_type": "markdown", - "id": "c2d90b50", + "id": "5", "metadata": {}, "source": [ "## Define the structure" @@ -59,7 +72,7 @@ { "cell_type": "code", "execution_count": null, - "id": "5af78f5a", + "id": "6", "metadata": {}, "outputs": [], "source": [ @@ -92,7 +105,7 @@ }, { "cell_type": "markdown", - "id": "39f39be9", + "id": "7", "metadata": {}, "source": [ "## Load the FullProf reference" @@ -101,15 +114,16 @@ { "cell_type": "code", "execution_count": null, - "id": "6df3aebd", + "id": "8", "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-xray-lif'\n", + "FULLPROF_PROJECT_DIR = 'pd-xray-cwl_lif'\n", "FULLPROF_PRF_FILE = 'lif_single_unpolarized.prf'\n", "FULLPROF_SUM_FILE = 'lif_single_unpolarized.sum'\n", - "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", "FULLPROF_BAC_FILE = 'lif_single_unpolarized.bac'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", "FULLPROF_ZERO = 0.0 # FullProf Zero\n", "FULLPROF_SCALE = 0.01 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1\n", @@ -129,7 +143,7 @@ }, { "cell_type": "markdown", - "id": "af243057", + "id": "9", "metadata": {}, "source": [ "## Create the experiment" @@ -138,7 +152,7 @@ { "cell_type": "code", "execution_count": null, - "id": "2c0e6ee7", + "id": "10", "metadata": {}, "outputs": [], "source": [ @@ -168,7 +182,7 @@ }, { "cell_type": "markdown", - "id": "b8c3c725", + "id": "11", "metadata": {}, "source": [ "## edi-cryspy VS FullProf" @@ -177,7 +191,7 @@ { "cell_type": "code", "execution_count": null, - "id": "541df2ed", + "id": "12", "metadata": {}, "outputs": [], "source": [ @@ -198,7 +212,7 @@ }, { "cell_type": "markdown", - "id": "ae90ac2d", + "id": "13", "metadata": {}, "source": [ "## edi-crysfml VS FullProf" @@ -207,7 +221,7 @@ { "cell_type": "code", "execution_count": null, - "id": "8a23b9db", + "id": "14", "metadata": {}, "outputs": [], "source": [ @@ -228,34 +242,63 @@ }, { "cell_type": "markdown", - "id": "1b78a7cc", + "id": "15", "metadata": {}, "source": [ - "## Agreement check" + "## Fit edi-crysfml to FullProf" ] }, { "cell_type": "code", "execution_count": null, - "id": "2c0ee4cb", + "id": "16", "metadata": {}, "outputs": [], "source": [ - "verify.assert_patterns_agree(\n", - " [\n", - " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", - " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", - " ],\n", + "experiment.linked_structures['lif'].scale.free = True\n", + "\n", + "project.analysis.fit()\n", + "project.display.fit.results()\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'lif',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_crysfml_refined,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", ")" ] }, + { + "cell_type": "markdown", + "id": "17", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, { "cell_type": "code", "execution_count": null, - "id": "64fccfc5", + "id": "18", "metadata": {}, "outputs": [], - "source": [] + "source": [ + "verify.assert_patterns_agree(\n", + " [\n", + " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", + " (\n", + " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", + " calc_fullprof,\n", + " calc_ed_crysfml_refined,\n", + " ),\n", + " ],\n", + ")" + ] } ], "metadata": { diff --git a/docs/docs/verification/pd-xray-lif-single-unpolarized.py b/docs/docs/verification/pd-xray-cwl_lif_single.py similarity index 80% rename from docs/docs/verification/pd-xray-lif-single-unpolarized.py rename to docs/docs/verification/pd-xray-cwl_lif_single.py index 9b724badc..5774ee0b9 100644 --- a/docs/docs/verification/pd-xray-lif-single-unpolarized.py +++ b/docs/docs/verification/pd-xray-cwl_lif_single.py @@ -1,14 +1,8 @@ # %% [markdown] -# # LiF — X-ray powder, single wavelength, Wdt 48 +# # LiF — powder X-ray CW — single wavelength # -# **Note — light-element anomalous dispersion.** -# -# This page uses LiF (_F m -3 m_) as a light-element X-ray verification -# case. Li and F have very close Cu Kalpha anomalous-dispersion values -# in the FullProf/CrysFML and Cryspy tables, so this reference avoids -# the heavy-element f-prime discrepancy seen in PbSO4. The FullProf PCR -# uses a single Cu Kalpha1 wavelength, pseudo-Voigt peak shape, `Wdt = -# 48`, no sample absorption, and no X-ray polarization correction. +# Verifies the baseline LiF Cu Kα₁ pattern with a pseudo-Voigt profile +# and no polarization or absorption correction. # %% import easydiffraction as edi @@ -56,11 +50,12 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-xray-lif' +FULLPROF_PROJECT_DIR = 'pd-xray-cwl_lif' FULLPROF_PRF_FILE = 'lif_single_unpolarized.prf' FULLPROF_SUM_FILE = 'lif_single_unpolarized.sum' -FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) FULLPROF_BAC_FILE = 'lif_single_unpolarized.bac' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + FULLPROF_ZERO = 0.0 # FullProf Zero FULLPROF_SCALE = 0.01 # FullProf Scale FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1 @@ -140,6 +135,27 @@ candidate_label=LABEL_ED_CRYSFML, ) +# %% [markdown] +# ## Fit edi-crysfml to FullProf + +# %% +experiment.linked_structures['lif'].scale.free = True + +project.analysis.fit() +project.display.fit.results() + +project.analysis.calculate() +calc_ed_crysfml_refined = experiment.data.intensity_calc +LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') + +project.display.pattern_comparison( + 'lif', + reference=calc_fullprof, + candidate=calc_ed_crysfml_refined, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSFML_REFINED, +) + # %% [markdown] # ## Agreement check @@ -147,8 +163,10 @@ verify.assert_patterns_agree( [ (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), - (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), + ( + f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', + calc_fullprof, + calc_ed_crysfml_refined, + ), ], ) - -# %% diff --git a/docs/docs/verification/pd-xray-lif-single-absorption.ipynb b/docs/docs/verification/pd-xray-cwl_lif_single_absorption.ipynb similarity index 77% rename from docs/docs/verification/pd-xray-lif-single-absorption.ipynb rename to docs/docs/verification/pd-xray-cwl_lif_single_absorption.ipynb index c599cc629..a755b3cdb 100644 --- a/docs/docs/verification/pd-xray-lif-single-absorption.ipynb +++ b/docs/docs/verification/pd-xray-cwl_lif_single_absorption.ipynb @@ -1,26 +1,39 @@ { "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "0", + "metadata": { + "tags": [ + "hide-in-docs" + ] + }, + "outputs": [], + "source": [ + "# Check whether easydiffraction is installed; install it if needed.\n", + "# Required for remote environments such as Google Colab.\n", + "import importlib.util\n", + "\n", + "if importlib.util.find_spec('easydiffraction') is None:\n", + " %pip install easydiffraction" + ] + }, { "cell_type": "markdown", - "id": "02721b1c", + "id": "1", "metadata": {}, "source": [ - "# LiF — X-ray powder, single wavelength, absorption, Wdt 48\n", + "# LiF — powder X-ray CW — absorption\n", "\n", - "**Note — light-element anomalous dispersion.**\n", - "\n", - "This page uses LiF (_F m -3 m_) as a light-element X-ray verification\n", - "case. Li and F have very close Cu Kalpha anomalous-dispersion values\n", - "in the FullProf/CrysFML and Cryspy tables. The FullProf PCR uses a\n", - "single Cu Kalpha1 wavelength, pseudo-Voigt peak shape, `Wdt = 48`,\n", - "and a Debye-Scherrer cylindrical sample-absorption correction with\n", - "`muR = 0.9`." + "Verifies the Debye-Scherrer cylindrical absorption correction on the\n", + "same single-wavelength LiF reference." ] }, { "cell_type": "code", "execution_count": null, - "id": "74f55143", + "id": "2", "metadata": {}, "outputs": [], "source": [ @@ -32,7 +45,7 @@ }, { "cell_type": "markdown", - "id": "dd5907af", + "id": "3", "metadata": {}, "source": [ "## Build the project" @@ -41,7 +54,7 @@ { "cell_type": "code", "execution_count": null, - "id": "5b8aed8f", + "id": "4", "metadata": {}, "outputs": [], "source": [ @@ -50,7 +63,7 @@ }, { "cell_type": "markdown", - "id": "86095832", + "id": "5", "metadata": {}, "source": [ "## Define the structure" @@ -59,7 +72,7 @@ { "cell_type": "code", "execution_count": null, - "id": "33b5e321", + "id": "6", "metadata": {}, "outputs": [], "source": [ @@ -92,7 +105,7 @@ }, { "cell_type": "markdown", - "id": "1dbe3462", + "id": "7", "metadata": {}, "source": [ "## Load the FullProf reference" @@ -101,15 +114,16 @@ { "cell_type": "code", "execution_count": null, - "id": "59541969", + "id": "8", "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-xray-lif'\n", + "FULLPROF_PROJECT_DIR = 'pd-xray-cwl_lif'\n", "FULLPROF_PRF_FILE = 'lif_single_absorption.prf'\n", "FULLPROF_SUM_FILE = 'lif_single_absorption.sum'\n", - "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", "FULLPROF_BAC_FILE = 'lif_single_absorption.bac'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", "FULLPROF_ZERO = 0.0 # FullProf Zero\n", "FULLPROF_SCALE = 0.01 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1\n", @@ -130,7 +144,7 @@ }, { "cell_type": "markdown", - "id": "dc51f42a", + "id": "9", "metadata": {}, "source": [ "## Create the experiment" @@ -139,7 +153,7 @@ { "cell_type": "code", "execution_count": null, - "id": "dd9ad44c", + "id": "10", "metadata": {}, "outputs": [], "source": [ @@ -172,7 +186,7 @@ }, { "cell_type": "markdown", - "id": "c7b6b1b6", + "id": "11", "metadata": {}, "source": [ "## edi-cryspy VS FullProf" @@ -181,7 +195,7 @@ { "cell_type": "code", "execution_count": null, - "id": "ad112af6", + "id": "12", "metadata": {}, "outputs": [], "source": [ @@ -202,7 +216,7 @@ }, { "cell_type": "markdown", - "id": "fac1a34f", + "id": "13", "metadata": {}, "source": [ "## edi-crysfml VS FullProf" @@ -211,7 +225,7 @@ { "cell_type": "code", "execution_count": null, - "id": "979a6813", + "id": "14", "metadata": {}, "outputs": [], "source": [ @@ -232,34 +246,63 @@ }, { "cell_type": "markdown", - "id": "6573fff5", + "id": "15", "metadata": {}, "source": [ - "## Agreement check" + "## Fit edi-crysfml to FullProf" ] }, { "cell_type": "code", "execution_count": null, - "id": "e271c829", + "id": "16", "metadata": {}, "outputs": [], "source": [ - "verify.assert_patterns_agree(\n", - " [\n", - " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", - " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", - " ],\n", + "experiment.linked_structures['lif'].scale.free = True\n", + "\n", + "project.analysis.fit()\n", + "project.display.fit.results()\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'lif',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_crysfml_refined,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", ")" ] }, + { + "cell_type": "markdown", + "id": "17", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, { "cell_type": "code", "execution_count": null, - "id": "5797c78b", + "id": "18", "metadata": {}, "outputs": [], - "source": [] + "source": [ + "verify.assert_patterns_agree(\n", + " [\n", + " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", + " (\n", + " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", + " calc_fullprof,\n", + " calc_ed_crysfml_refined,\n", + " ),\n", + " ],\n", + ")" + ] } ], "metadata": { diff --git a/docs/docs/verification/pd-xray-lif-single-absorption.py b/docs/docs/verification/pd-xray-cwl_lif_single_absorption.py similarity index 81% rename from docs/docs/verification/pd-xray-lif-single-absorption.py rename to docs/docs/verification/pd-xray-cwl_lif_single_absorption.py index f89f9bed5..b137edb47 100644 --- a/docs/docs/verification/pd-xray-lif-single-absorption.py +++ b/docs/docs/verification/pd-xray-cwl_lif_single_absorption.py @@ -1,14 +1,8 @@ # %% [markdown] -# # LiF — X-ray powder, single wavelength, absorption, Wdt 48 +# # LiF — powder X-ray CW — absorption # -# **Note — light-element anomalous dispersion.** -# -# This page uses LiF (_F m -3 m_) as a light-element X-ray verification -# case. Li and F have very close Cu Kalpha anomalous-dispersion values -# in the FullProf/CrysFML and Cryspy tables. The FullProf PCR uses a -# single Cu Kalpha1 wavelength, pseudo-Voigt peak shape, `Wdt = 48`, -# and a Debye-Scherrer cylindrical sample-absorption correction with -# `muR = 0.9`. +# Verifies the Debye-Scherrer cylindrical absorption correction on the +# same single-wavelength LiF reference. # %% import easydiffraction as edi @@ -56,11 +50,12 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-xray-lif' +FULLPROF_PROJECT_DIR = 'pd-xray-cwl_lif' FULLPROF_PRF_FILE = 'lif_single_absorption.prf' FULLPROF_SUM_FILE = 'lif_single_absorption.sum' -FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) FULLPROF_BAC_FILE = 'lif_single_absorption.bac' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + FULLPROF_ZERO = 0.0 # FullProf Zero FULLPROF_SCALE = 0.01 # FullProf Scale FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1 @@ -144,6 +139,27 @@ candidate_label=LABEL_ED_CRYSFML, ) +# %% [markdown] +# ## Fit edi-crysfml to FullProf + +# %% +experiment.linked_structures['lif'].scale.free = True + +project.analysis.fit() +project.display.fit.results() + +project.analysis.calculate() +calc_ed_crysfml_refined = experiment.data.intensity_calc +LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') + +project.display.pattern_comparison( + 'lif', + reference=calc_fullprof, + candidate=calc_ed_crysfml_refined, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSFML_REFINED, +) + # %% [markdown] # ## Agreement check @@ -151,8 +167,10 @@ verify.assert_patterns_agree( [ (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), - (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), + ( + f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', + calc_fullprof, + calc_ed_crysfml_refined, + ), ], ) - -# %% diff --git a/docs/docs/verification/pd-xray-lif-single-polarized.ipynb b/docs/docs/verification/pd-xray-cwl_lif_single_polarization.ipynb similarity index 67% rename from docs/docs/verification/pd-xray-lif-single-polarized.ipynb rename to docs/docs/verification/pd-xray-cwl_lif_single_polarization.ipynb index f676eef80..04cb6306c 100644 --- a/docs/docs/verification/pd-xray-lif-single-polarized.ipynb +++ b/docs/docs/verification/pd-xray-cwl_lif_single_polarization.ipynb @@ -1,25 +1,39 @@ { "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "0", + "metadata": { + "tags": [ + "hide-in-docs" + ] + }, + "outputs": [], + "source": [ + "# Check whether easydiffraction is installed; install it if needed.\n", + "# Required for remote environments such as Google Colab.\n", + "import importlib.util\n", + "\n", + "if importlib.util.find_spec('easydiffraction') is None:\n", + " %pip install easydiffraction" + ] + }, { "cell_type": "markdown", - "id": "86c252f0", + "id": "1", "metadata": {}, "source": [ - "# LiF — X-ray powder, single wavelength, polarized, Wdt 48\n", + "# LiF — powder X-ray CW — polarization\n", "\n", - "**Note — light-element anomalous dispersion.**\n", - "\n", - "This page uses LiF (_F m -3 m_) as a light-element X-ray verification\n", - "case. Li and F have very close Cu Kalpha anomalous-dispersion values\n", - "in the FullProf/CrysFML and Cryspy tables. The FullProf PCR uses a\n", - "single Cu Kalpha1 wavelength, pseudo-Voigt peak shape, `Wdt = 48`,\n", - "`Rpolarz = 0.5`, and `Cthm = 0.8`." + "Verifies the X-ray polarization correction on the same single-wavelength\n", + "LiF reference." ] }, { "cell_type": "code", "execution_count": null, - "id": "ee907c03", + "id": "2", "metadata": {}, "outputs": [], "source": [ @@ -31,7 +45,7 @@ }, { "cell_type": "markdown", - "id": "db8e8b20", + "id": "3", "metadata": {}, "source": [ "## Build the project" @@ -40,7 +54,7 @@ { "cell_type": "code", "execution_count": null, - "id": "3e55ca92", + "id": "4", "metadata": {}, "outputs": [], "source": [ @@ -49,7 +63,7 @@ }, { "cell_type": "markdown", - "id": "d63193f8", + "id": "5", "metadata": {}, "source": [ "## Define the structure" @@ -58,7 +72,7 @@ { "cell_type": "code", "execution_count": null, - "id": "5771269b", + "id": "6", "metadata": {}, "outputs": [], "source": [ @@ -91,7 +105,7 @@ }, { "cell_type": "markdown", - "id": "abc11f15", + "id": "7", "metadata": {}, "source": [ "## Load the FullProf reference" @@ -100,15 +114,16 @@ { "cell_type": "code", "execution_count": null, - "id": "20106b4d", + "id": "8", "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-xray-lif'\n", + "FULLPROF_PROJECT_DIR = 'pd-xray-cwl_lif'\n", "FULLPROF_PRF_FILE = 'lif_single_polarized.prf'\n", "FULLPROF_SUM_FILE = 'lif_single_polarized.sum'\n", - "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", "FULLPROF_BAC_FILE = 'lif_single_polarized.bac'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", "FULLPROF_ZERO = 0.0 # FullProf Zero\n", "FULLPROF_SCALE = 0.01 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1\n", @@ -118,8 +133,8 @@ "FULLPROF_X = 0.0 # FullProf X\n", "FULLPROF_Y = 0.049268 # FullProf Y\n", "FULLPROF_POLARIZATION_COEFFICIENT = 0.5 # FullProf Rpolarz\n", - "FULLPROF_CTHM = 0.8 # FullProf Cthm\n", - "FULLPROF_MONOCHROMATOR_TWOTHETA = 26.5650511771\n", + "FULLPROF_CTHM = 0.8 # FullProf Cthm\n", + "FULLPROF_MONOCHROMATOR_TWOTHETA = 26.5650511771 # acos(sqrt(Cthm)) in degrees\n", "\n", "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", " FULLPROF_PROJECT_DIR,\n", @@ -131,7 +146,7 @@ }, { "cell_type": "markdown", - "id": "eedcbcd8", + "id": "9", "metadata": {}, "source": [ "## Create the experiment" @@ -140,7 +155,7 @@ { "cell_type": "code", "execution_count": null, - "id": "bafe80f9", + "id": "10", "metadata": {}, "outputs": [], "source": [ @@ -176,7 +191,7 @@ }, { "cell_type": "markdown", - "id": "5743d32a", + "id": "11", "metadata": {}, "source": [ "## edi-cryspy VS FullProf" @@ -185,7 +200,7 @@ { "cell_type": "code", "execution_count": null, - "id": "21a665ee", + "id": "12", "metadata": {}, "outputs": [], "source": [ @@ -206,7 +221,40 @@ }, { "cell_type": "markdown", - "id": "562f7007", + "id": "13", + "metadata": {}, + "source": [ + "## Fit edi-cryspy to FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "14", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.linked_structures['lif'].scale.free = True\n", + "\n", + "project.analysis.fit()\n", + "project.display.fit.results()\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy_refined = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'lif',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy_refined,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY_REFINED,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "15", "metadata": {}, "source": [ "## edi-crysfml VS FullProf" @@ -215,12 +263,14 @@ { "cell_type": "code", "execution_count": null, - "id": "eaa5a7fb", + "id": "16", "metadata": {}, "outputs": [], "source": [ "experiment.calculator.type = 'crysfml'\n", "\n", + "experiment.linked_structures['lif'].scale = FULLPROF_SCALE\n", + "\n", "project.analysis.calculate()\n", "calc_ed_crysfml = experiment.data.intensity_calc\n", "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", @@ -236,34 +286,67 @@ }, { "cell_type": "markdown", - "id": "239f2544", + "id": "17", "metadata": {}, "source": [ - "## Agreement check" + "## Fit edi-crysfml to FullProf" ] }, { "cell_type": "code", "execution_count": null, - "id": "0b2e0d3f", + "id": "18", "metadata": {}, "outputs": [], "source": [ - "verify.assert_patterns_agree(\n", - " [\n", - " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", - " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", - " ]\n", + "experiment.linked_structures['lif'].scale.free = True\n", + "\n", + "project.analysis.fit()\n", + "project.display.fit.results()\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'lif',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_crysfml_refined,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", ")" ] }, + { + "cell_type": "markdown", + "id": "19", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, { "cell_type": "code", "execution_count": null, - "id": "365a8fd1", + "id": "20", "metadata": {}, "outputs": [], - "source": [] + "source": [ + "verify.assert_patterns_agree(\n", + " [\n", + " (\n", + " f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}',\n", + " calc_fullprof,\n", + " calc_ed_cryspy_refined,\n", + " ),\n", + " (\n", + " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", + " calc_fullprof,\n", + " calc_ed_crysfml_refined,\n", + " ),\n", + " ]\n", + ")" + ] } ], "metadata": { diff --git a/docs/docs/verification/pd-xray-lif-single-polarized.py b/docs/docs/verification/pd-xray-cwl_lif_single_polarization.py similarity index 68% rename from docs/docs/verification/pd-xray-lif-single-polarized.py rename to docs/docs/verification/pd-xray-cwl_lif_single_polarization.py index c7ab88935..e09719a0d 100644 --- a/docs/docs/verification/pd-xray-lif-single-polarized.py +++ b/docs/docs/verification/pd-xray-cwl_lif_single_polarization.py @@ -1,13 +1,8 @@ # %% [markdown] -# # LiF — X-ray powder, single wavelength, polarized, Wdt 48 +# # LiF — powder X-ray CW — polarization # -# **Note — light-element anomalous dispersion.** -# -# This page uses LiF (_F m -3 m_) as a light-element X-ray verification -# case. Li and F have very close Cu Kalpha anomalous-dispersion values -# in the FullProf/CrysFML and Cryspy tables. The FullProf PCR uses a -# single Cu Kalpha1 wavelength, pseudo-Voigt peak shape, `Wdt = 48`, -# `Rpolarz = 0.5`, and `Cthm = 0.8`. +# Verifies the X-ray polarization correction on the same single-wavelength +# LiF reference. # %% import easydiffraction as edi @@ -55,11 +50,12 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-xray-lif' +FULLPROF_PROJECT_DIR = 'pd-xray-cwl_lif' FULLPROF_PRF_FILE = 'lif_single_polarized.prf' FULLPROF_SUM_FILE = 'lif_single_polarized.sum' -FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) FULLPROF_BAC_FILE = 'lif_single_polarized.bac' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + FULLPROF_ZERO = 0.0 # FullProf Zero FULLPROF_SCALE = 0.01 # FullProf Scale FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1 @@ -69,8 +65,8 @@ FULLPROF_X = 0.0 # FullProf X FULLPROF_Y = 0.049268 # FullProf Y FULLPROF_POLARIZATION_COEFFICIENT = 0.5 # FullProf Rpolarz -FULLPROF_CTHM = 0.8 # FullProf Cthm -FULLPROF_MONOCHROMATOR_TWOTHETA = 26.5650511771 +FULLPROF_CTHM = 0.8 # FullProf Cthm +FULLPROF_MONOCHROMATOR_TWOTHETA = 26.5650511771 # acos(sqrt(Cthm)) in degrees x, calc_fullprof = verify.load_fullprof_calc_profile( FULLPROF_PROJECT_DIR, @@ -130,12 +126,35 @@ candidate_label=LABEL_ED_CRYSPY, ) +# %% [markdown] +# ## Fit edi-cryspy to FullProf + +# %% +experiment.linked_structures['lif'].scale.free = True + +project.analysis.fit() +project.display.fit.results() + +project.analysis.calculate() +calc_ed_cryspy_refined = experiment.data.intensity_calc +LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined') + +project.display.pattern_comparison( + 'lif', + reference=calc_fullprof, + candidate=calc_ed_cryspy_refined, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY_REFINED, +) + # %% [markdown] # ## edi-crysfml VS FullProf # %% experiment.calculator.type = 'crysfml' +experiment.linked_structures['lif'].scale = FULLPROF_SCALE + project.analysis.calculate() calc_ed_crysfml = experiment.data.intensity_calc LABEL_ED_CRYSFML = verify.engine_label('crysfml') @@ -148,15 +167,42 @@ candidate_label=LABEL_ED_CRYSFML, ) +# %% [markdown] +# ## Fit edi-crysfml to FullProf + +# %% +experiment.linked_structures['lif'].scale.free = True + +project.analysis.fit() +project.display.fit.results() + +project.analysis.calculate() +calc_ed_crysfml_refined = experiment.data.intensity_calc +LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') + +project.display.pattern_comparison( + 'lif', + reference=calc_fullprof, + candidate=calc_ed_crysfml_refined, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSFML_REFINED, +) + # %% [markdown] # ## Agreement check # %% verify.assert_patterns_agree( [ - (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), - (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), + ( + f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', + calc_fullprof, + calc_ed_cryspy_refined, + ), + ( + f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', + calc_fullprof, + calc_ed_crysfml_refined, + ), ] ) - -# %% diff --git a/docs/docs/verification/pd-neut-cwl_pv-xray-geometry_pbso4.ipynb b/docs/docs/verification/pd-xray-cwl_pbso4_round-robin.ipynb similarity index 62% rename from docs/docs/verification/pd-neut-cwl_pv-xray-geometry_pbso4.ipynb rename to docs/docs/verification/pd-xray-cwl_pbso4_round-robin.ipynb index 7a57abbfc..16a44b1cb 100644 --- a/docs/docs/verification/pd-neut-cwl_pv-xray-geometry_pbso4.ipynb +++ b/docs/docs/verification/pd-xray-cwl_pbso4_round-robin.ipynb @@ -24,14 +24,11 @@ "id": "1", "metadata": {}, "source": [ - "# PbSO₄ — neutron powder, X-ray geometry, pseudo-Voigt\n", + "# PbSO₄ — powder X-ray CW — round robin\n", "\n", - "**Note — diagnostic neutron reference.**\n", - "\n", - "This diagnostic starts from the X-ray single-wavelength PbSO₄ PCR and\n", - "changes only the FullProf radiation mode to neutron. The geometry,\n", - "structure, wavelength, zero, background, and peak-profile parameters\n", - "stay aligned with `pbsox_single.pcr`." + "Verifies the anglesite X-ray round-robin case with the Cu Kα doublet\n", + "and FullProf empirical asymmetry. The page compares cryspy only because\n", + "crysfml does not provide that asymmetry model." ] }, { @@ -84,54 +81,54 @@ "\n", "structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol\n", "\n", - "structure.cell.length_a = 8.479832 # FullProf a\n", - "structure.cell.length_b = 5.397758 # FullProf b\n", - "structure.cell.length_c = 6.959325 # FullProf c\n", + "structure.cell.length_a = 8.485900 # FullProf a\n", + "structure.cell.length_b = 5.402259 # FullProf b\n", + "structure.cell.length_c = 6.964587 # FullProf c\n", "\n", "structure.atom_sites.create(\n", " id='Pb', # FullProf Atom\n", " type_symbol='Pb', # FullProf Typ\n", - " fract_x=0.18788, # FullProf X\n", + " fract_x=0.18822, # FullProf X\n", " fract_y=0.25, # FullProf Y\n", - " fract_z=0.16749, # FullProf Z\n", + " fract_z=0.16711, # FullProf Z\n", " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.78522, # FullProf Biso\n", + " adp_iso=1.86290, # FullProf Biso\n", ")\n", "structure.atom_sites.create(\n", " id='S', # FullProf Atom\n", " type_symbol='S', # FullProf Typ\n", - " fract_x=0.06302, # FullProf X\n", + " fract_x=0.06306, # FullProf X\n", " fract_y=0.25, # FullProf Y\n", - " fract_z=0.68446, # FullProf Z\n", + " fract_z=0.68485, # FullProf Z\n", " adp_type='Biso', # FullProf Biso\n", - " adp_iso=0.85413, # FullProf Biso\n", + " adp_iso=1.34971, # FullProf Biso\n", ")\n", "structure.atom_sites.create(\n", " id='O1', # FullProf Atom\n", " type_symbol='O', # FullProf Typ\n", - " fract_x=0.91235, # FullProf X\n", + " fract_x=0.90281, # FullProf X\n", " fract_y=0.25, # FullProf Y\n", - " fract_z=0.59346, # FullProf Z\n", + " fract_z=0.59724, # FullProf Z\n", " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.33362, # FullProf Biso\n", + " adp_iso=1.19713, # FullProf Biso\n", ")\n", "structure.atom_sites.create(\n", " id='O2', # FullProf Atom\n", " type_symbol='O', # FullProf Typ\n", " fract_x=0.18443, # FullProf X\n", " fract_y=0.25, # FullProf Y\n", - " fract_z=0.53434, # FullProf Z\n", + " fract_z=0.54586, # FullProf Z\n", " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.57511, # FullProf Biso\n", + " adp_iso=2.56174, # FullProf Biso\n", ")\n", "structure.atom_sites.create(\n", " id='O3', # FullProf Atom\n", " type_symbol='O', # FullProf Typ\n", - " fract_x=0.07573, # FullProf X\n", - " fract_y=0.01951, # FullProf Y\n", - " fract_z=0.81594, # FullProf Z\n", + " fract_x=0.08094, # FullProf X\n", + " fract_y=0.02239, # FullProf Y\n", + " fract_z=0.81289, # FullProf Z\n", " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.32792, # FullProf Biso\n", + " adp_iso=1.37463, # FullProf Biso\n", ")\n", "\n", "project.structures.add(structure)" @@ -152,19 +149,26 @@ "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_pv-xray-geometry_pbso4'\n", - "FULLPROF_PRF_FILE = 'pbsox_neut_single.prf'\n", - "FULLPROF_SUM_FILE = 'pbsox_neut_single.sum'\n", + "FULLPROF_PROJECT_DIR = 'pd-xray-cwl_pbso4_round-robin'\n", + "FULLPROF_PRF_FILE = 'pbsox.prf'\n", + "FULLPROF_SUM_FILE = 'pbsox.sum'\n", + "FULLPROF_BAC_FILE = 'pbsox.bac'\n", "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", - "FULLPROF_BAC_FILE = 'pbsox_neut_single.bac'\n", - "FULLPROF_ZERO = -0.04816 # FullProf Zero\n", - "FULLPROF_SCALE = 0.0004693346 # FullProf Scale\n", - "FULLPROF_WAVELENGTH = 1.540560 # FullProf Lambda1\n", + "\n", + "FULLPROF_ZERO = 0.00363 # FullProf Zero\n", + "FULLPROF_SCALE = 0.0004703142 # FullProf Scale\n", + "FULLPROF_WAVELENGTH_1 = 1.540560 # FullProf Lambda1\n", + "FULLPROF_WAVELENGTH_2 = 1.544400 # FullProf Lambda2\n", + "FULLPROF_WAVELENGTH_2_TO_1_RATIO = 0.50000 # FullProf Ratio\n", "FULLPROF_U = 0.048457 # FullProf U\n", "FULLPROF_V = -0.083053 # FullProf V\n", "FULLPROF_W = 0.035188 # FullProf W\n", "FULLPROF_X = 0.0 # FullProf X\n", - "FULLPROF_Y = 0.049268 # FullProf Y\n", + "FULLPROF_Y = 0.058360 # FullProf Y\n", + "FULLPROF_ASY_1 = -0.41356 # FullProf Asy1\n", + "FULLPROF_ASY_2 = 0.0 # FullProf Asy2\n", + "FULLPROF_ASY_3 = 1.26777 # FullProf Asy3\n", + "FULLPROF_ASY_4 = 0.0 # FullProf Asy4\n", "\n", "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", " FULLPROF_PROJECT_DIR,\n", @@ -193,22 +197,32 @@ " name='pbso4',\n", " sample_form='powder',\n", " beam_mode='constant wavelength',\n", - " radiation_probe='neutron',\n", + " radiation_probe='xray',\n", " scattering_type='bragg',\n", ")\n", "verify.set_reference_as_measured(experiment, x, calc_fullprof)\n", "\n", "experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE)\n", "\n", - "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", + "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH_1\n", + "experiment.instrument.setup_wavelength_2 = FULLPROF_WAVELENGTH_2\n", + "experiment.instrument.setup_wavelength_2_to_1_ratio = FULLPROF_WAVELENGTH_2_TO_1_RATIO\n", "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", "\n", - "experiment.peak.type = 'pseudo-voigt'\n", + "experiment.peak.type = 'pseudo-voigt + berar-baldinozzi asymmetry'\n", "experiment.peak.broad_gauss_u = FULLPROF_U\n", "experiment.peak.broad_gauss_v = FULLPROF_V\n", "experiment.peak.broad_gauss_w = FULLPROF_W\n", "experiment.peak.broad_lorentz_x = FULLPROF_X\n", "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", + "experiment.peak.asym_beba_a0 = FULLPROF_ASY_1\n", + "experiment.peak.asym_beba_b0 = FULLPROF_ASY_2\n", + "experiment.peak.asym_beba_a1 = FULLPROF_ASY_3\n", + "experiment.peak.asym_beba_b1 = FULLPROF_ASY_4\n", + "\n", + "# FullProf excludes 0-10 deg and 154-180 deg in the PCR.\n", + "experiment.excluded_regions.create(id='1', start=0.0, end=10.0)\n", + "experiment.excluded_regions.create(id='2', start=154.0, end=180.0)\n", "\n", "project.experiments.add(experiment)" ] @@ -236,7 +250,7 @@ "\n", "project.display.pattern_comparison(\n", " 'pbso4',\n", - " reference=calc_fullprof,\n", + " reference=verify.restrict_to_included(experiment, calc_fullprof),\n", " candidate=calc_ed_cryspy,\n", " reference_label=FULLPROF_LABEL,\n", " candidate_label=LABEL_ED_CRYSPY,\n", @@ -258,11 +272,16 @@ "metadata": {}, "outputs": [], "source": [ + "# The anomalous-dispersion table discrepancy is partially compensated by\n", + "# scale and isotropic ADPs. The asymmetry terms are refined separately\n", + "# because cryspy and FullProf use different Berar-Baldinozzi conventions.\n", + "for atom_id in ('Pb', 'S', 'O1', 'O2', 'O3'):\n", + " atom = structure.atom_sites[atom_id]\n", + " atom.adp_iso.free = True\n", + "\n", "experiment.linked_structures['pbso4'].scale.free = True\n", - "experiment.peak.broad_gauss_u.free = True\n", - "experiment.peak.broad_gauss_v.free = True\n", - "experiment.peak.broad_gauss_w.free = True\n", - "experiment.peak.broad_lorentz_y.free = True\n", + "experiment.peak.asym_beba_a0.free = True\n", + "experiment.peak.asym_beba_a1.free = True\n", "\n", "project.analysis.fit()\n", "project.display.fit.results()\n", @@ -273,7 +292,7 @@ "\n", "project.display.pattern_comparison(\n", " 'pbso4',\n", - " reference=calc_fullprof,\n", + " reference=verify.restrict_to_included(experiment, calc_fullprof),\n", " candidate=calc_ed_cryspy_refined,\n", " reference_label=FULLPROF_LABEL,\n", " candidate_label=LABEL_ED_CRYSPY_REFINED,\n", @@ -307,30 +326,31 @@ "source": [ "verify.assert_patterns_agree(\n", " [\n", - " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", + " (\n", + " f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}',\n", + " verify.restrict_to_included(experiment, calc_fullprof),\n", + " calc_ed_cryspy,\n", + " ),\n", " (\n", " f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}',\n", - " calc_fullprof,\n", + " verify.restrict_to_included(experiment, calc_fullprof),\n", " calc_ed_cryspy_refined,\n", " ),\n", " ],\n", " known_discrepancy=True,\n", " reason=(\n", - " 'Diagnostic neutron conversion of the X-ray PbSO4 PCR: changing '\n", - " 'only the FullProf radiation mode to neutron does not reproduce '\n", - " 'the expected Cryspy agreement, even after scale and U/V/W/Y '\n", - " 'refinement.'\n", + " 'Laboratory X-ray PbSO4: the remaining strict-tolerance '\n", + " 'difference is partially compensated by refining scale and '\n", + " 'isotropic ADPs, consistent with a Cu Kalpha '\n", + " 'anomalous-dispersion table mismatch in f-prime/f-double-prime, '\n", + " 'especially for Pb. The Berar-Baldinozzi asymmetry terms are '\n", + " 'refined separately because cryspy and FullProf use different '\n", + " 'conventions. The crysfml calculator is not included because '\n", + " 'CrysFML has no Berar-Baldinozzi empirical asymmetry model in '\n", + " 'the CFL path.'\n", " ),\n", ")" ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "18", - "metadata": {}, - "outputs": [], - "source": [] } ], "metadata": { diff --git a/docs/docs/verification/pd-xray-pbso4.py b/docs/docs/verification/pd-xray-cwl_pbso4_round-robin.py similarity index 54% rename from docs/docs/verification/pd-xray-pbso4.py rename to docs/docs/verification/pd-xray-cwl_pbso4_round-robin.py index 6661af158..cbec4b8b0 100644 --- a/docs/docs/verification/pd-xray-pbso4.py +++ b/docs/docs/verification/pd-xray-cwl_pbso4_round-robin.py @@ -1,19 +1,9 @@ # %% [markdown] -# # PbSO₄ — X-ray powder, constant wavelength, pseudo-Voigt +# # PbSO₄ — powder X-ray CW — round robin # -# **Note — known discrepancy.** -# -# This is the X-ray Rietveld Round Robin anglesite (PbSO₄) measured with -# a laboratory Cu source. FullProf models the full Cu Kα₁/Kα₂ doublet -# (two wavelengths with a fixed intensity ratio) and applies its X-ray -# Lorentz–polarization and monochromator-polarization corrections. -# `cryspy` and `crysfml` calculate the Cu Kα₁/Kα₂ doublet as two -# single-wavelength simulations combined with the FullProf intensity -# ratio. Both engines still use polarization handling that does not -# reproduce the FullProf X-ray profile. The page is kept as a published -# comparison and gated as a *known discrepancy* so it is verified to stay -# discrepant; the remaining X-ray polarization handling is left for -# later. +# Verifies the anglesite X-ray round-robin case with the Cu Kα doublet +# and FullProf empirical asymmetry. The page compares cryspy only because +# crysfml does not provide that asymmetry model. # %% import easydiffraction as edi @@ -35,54 +25,54 @@ structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol -structure.cell.length_a = 8.479832 # FullProf a -structure.cell.length_b = 5.397758 # FullProf b -structure.cell.length_c = 6.959325 # FullProf c +structure.cell.length_a = 8.485900 # FullProf a +structure.cell.length_b = 5.402259 # FullProf b +structure.cell.length_c = 6.964587 # FullProf c structure.atom_sites.create( id='Pb', # FullProf Atom type_symbol='Pb', # FullProf Typ - fract_x=0.18788, # FullProf X + fract_x=0.18822, # FullProf X fract_y=0.25, # FullProf Y - fract_z=0.16749, # FullProf Z + fract_z=0.16711, # FullProf Z adp_type='Biso', # FullProf Biso - adp_iso=1.78522, # FullProf Biso + adp_iso=1.86290, # FullProf Biso ) structure.atom_sites.create( id='S', # FullProf Atom type_symbol='S', # FullProf Typ - fract_x=0.06302, # FullProf X + fract_x=0.06306, # FullProf X fract_y=0.25, # FullProf Y - fract_z=0.68446, # FullProf Z + fract_z=0.68485, # FullProf Z adp_type='Biso', # FullProf Biso - adp_iso=0.85413, # FullProf Biso + adp_iso=1.34971, # FullProf Biso ) structure.atom_sites.create( id='O1', # FullProf Atom type_symbol='O', # FullProf Typ - fract_x=0.91235, # FullProf X + fract_x=0.90281, # FullProf X fract_y=0.25, # FullProf Y - fract_z=0.59346, # FullProf Z + fract_z=0.59724, # FullProf Z adp_type='Biso', # FullProf Biso - adp_iso=1.33362, # FullProf Biso + adp_iso=1.19713, # FullProf Biso ) structure.atom_sites.create( id='O2', # FullProf Atom type_symbol='O', # FullProf Typ fract_x=0.18443, # FullProf X fract_y=0.25, # FullProf Y - fract_z=0.53434, # FullProf Z + fract_z=0.54586, # FullProf Z adp_type='Biso', # FullProf Biso - adp_iso=1.57511, # FullProf Biso + adp_iso=2.56174, # FullProf Biso ) structure.atom_sites.create( id='O3', # FullProf Atom type_symbol='O', # FullProf Typ - fract_x=0.07573, # FullProf X - fract_y=0.01951, # FullProf Y - fract_z=0.81594, # FullProf Z + fract_x=0.08094, # FullProf X + fract_y=0.02239, # FullProf Y + fract_z=0.81289, # FullProf Z adp_type='Biso', # FullProf Biso - adp_iso=1.32792, # FullProf Biso + adp_iso=1.37463, # FullProf Biso ) project.structures.add(structure) @@ -91,13 +81,14 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'pd-xray-pbso4' +FULLPROF_PROJECT_DIR = 'pd-xray-cwl_pbso4_round-robin' FULLPROF_PRF_FILE = 'pbsox.prf' FULLPROF_SUM_FILE = 'pbsox.sum' -FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) FULLPROF_BAC_FILE = 'pbsox.bac' -FULLPROF_ZERO = -0.04816 # FullProf Zero -FULLPROF_SCALE = 0.0004693346 # FullProf Scale +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + +FULLPROF_ZERO = 0.00363 # FullProf Zero +FULLPROF_SCALE = 0.0004703142 # FullProf Scale FULLPROF_WAVELENGTH_1 = 1.540560 # FullProf Lambda1 FULLPROF_WAVELENGTH_2 = 1.544400 # FullProf Lambda2 FULLPROF_WAVELENGTH_2_TO_1_RATIO = 0.50000 # FullProf Ratio @@ -105,7 +96,11 @@ FULLPROF_V = -0.083053 # FullProf V FULLPROF_W = 0.035188 # FullProf W FULLPROF_X = 0.0 # FullProf X -FULLPROF_Y = 0.049268 # FullProf Y +FULLPROF_Y = 0.058360 # FullProf Y +FULLPROF_ASY_1 = -0.41356 # FullProf Asy1 +FULLPROF_ASY_2 = 0.0 # FullProf Asy2 +FULLPROF_ASY_3 = 1.26777 # FullProf Asy3 +FULLPROF_ASY_4 = 0.0 # FullProf Asy4 x, calc_fullprof = verify.load_fullprof_calc_profile( FULLPROF_PROJECT_DIR, @@ -134,12 +129,20 @@ experiment.instrument.setup_wavelength_2_to_1_ratio = FULLPROF_WAVELENGTH_2_TO_1_RATIO experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO -experiment.peak.type = 'pseudo-voigt' +experiment.peak.type = 'pseudo-voigt + berar-baldinozzi asymmetry' experiment.peak.broad_gauss_u = FULLPROF_U experiment.peak.broad_gauss_v = FULLPROF_V experiment.peak.broad_gauss_w = FULLPROF_W experiment.peak.broad_lorentz_x = FULLPROF_X experiment.peak.broad_lorentz_y = FULLPROF_Y +experiment.peak.asym_beba_a0 = FULLPROF_ASY_1 +experiment.peak.asym_beba_b0 = FULLPROF_ASY_2 +experiment.peak.asym_beba_a1 = FULLPROF_ASY_3 +experiment.peak.asym_beba_b1 = FULLPROF_ASY_4 + +# FullProf excludes 0-10 deg and 154-180 deg in the PCR. +experiment.excluded_regions.create(id='1', start=0.0, end=10.0) +experiment.excluded_regions.create(id='2', start=154.0, end=180.0) project.experiments.add(experiment) @@ -155,7 +158,7 @@ project.display.pattern_comparison( 'pbso4', - reference=calc_fullprof, + reference=verify.restrict_to_included(experiment, calc_fullprof), candidate=calc_ed_cryspy, reference_label=FULLPROF_LABEL, candidate_label=LABEL_ED_CRYSPY, @@ -165,7 +168,16 @@ # ## Fit edi-cryspy to FullProf # %% +# The anomalous-dispersion table discrepancy is partially compensated by +# scale and isotropic ADPs. The asymmetry terms are refined separately +# because cryspy and FullProf use different Berar-Baldinozzi conventions. +for atom_id in ('Pb', 'S', 'O1', 'O2', 'O3'): + atom = structure.atom_sites[atom_id] + atom.adp_iso.free = True + experiment.linked_structures['pbso4'].scale.free = True +experiment.peak.asym_beba_a0.free = True +experiment.peak.asym_beba_a1.free = True project.analysis.fit() project.display.fit.results() @@ -176,7 +188,7 @@ project.display.pattern_comparison( 'pbso4', - reference=calc_fullprof, + reference=verify.restrict_to_included(experiment, calc_fullprof), candidate=calc_ed_cryspy_refined, reference_label=FULLPROF_LABEL, candidate_label=LABEL_ED_CRYSPY_REFINED, @@ -185,79 +197,33 @@ # %% experiment.linked_structures['pbso4'].scale -# %% [markdown] -# ## edi-crysfml VS FullProf - -# %% -experiment.calculator.type = 'crysfml' - -experiment.linked_structures['pbso4'].scale = FULLPROF_SCALE - -project.analysis.calculate() -calc_ed_crysfml = experiment.data.intensity_calc -LABEL_ED_CRYSFML = verify.engine_label('crysfml') - -project.display.pattern_comparison( - 'pbso4', - reference=calc_fullprof, - candidate=calc_ed_crysfml, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML, -) - -# %% [markdown] -# ## Fit edi-crysfml to FullProf - -# %% -experiment.linked_structures['pbso4'].scale.free = True - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_crysfml_refined = experiment.data.intensity_calc -LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') - -project.display.pattern_comparison( - 'pbso4', - reference=calc_fullprof, - candidate=calc_ed_crysfml_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML_REFINED, -) - -# %% -experiment.linked_structures['pbso4'].scale - # %% [markdown] # ## Agreement check # %% verify.assert_patterns_agree( [ - (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), ( - f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', - calc_fullprof, - calc_ed_cryspy_refined, + f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', + verify.restrict_to_included(experiment, calc_fullprof), + calc_ed_cryspy, ), - (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), ( - f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', - calc_fullprof, - calc_ed_crysfml_refined, + f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', + verify.restrict_to_included(experiment, calc_fullprof), + calc_ed_cryspy_refined, ), ], known_discrepancy=True, reason=( 'Laboratory X-ray PbSO4: the remaining strict-tolerance ' - 'difference is traced primarily to FullProf/Cryspy Cu Kalpha ' - 'anomalous-dispersion tables, especially Pb f-prime, with an ' - 'additional contribution from FullProf Wdt peak-tail ' - 'truncation. The Cu Ka1/Ka2 doublet is calculated as two ' - 'single-wavelength simulations because the available native ' - 'doublet paths are not yet reliable for this case.' + 'difference is partially compensated by refining scale and ' + 'isotropic ADPs, consistent with a Cu Kalpha ' + 'anomalous-dispersion table mismatch in f-prime/f-double-prime, ' + 'especially for Pb. The Berar-Baldinozzi asymmetry terms are ' + 'refined separately because cryspy and FullProf use different ' + 'conventions. The crysfml calculator is not included because ' + 'CrysFML has no Berar-Baldinozzi empirical asymmetry model in ' + 'the CFL path.' ), ) - -# %% diff --git a/docs/docs/verification/pd-xray-pbso4.ipynb b/docs/docs/verification/pd-xray-pbso4.ipynb deleted file mode 100644 index dd8c90aad..000000000 --- a/docs/docs/verification/pd-xray-pbso4.ipynb +++ /dev/null @@ -1,436 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": null, - "id": "0", - "metadata": { - "tags": [ - "hide-in-docs" - ] - }, - "outputs": [], - "source": [ - "# Check whether easydiffraction is installed; install it if needed.\n", - "# Required for remote environments such as Google Colab.\n", - "import importlib.util\n", - "\n", - "if importlib.util.find_spec('easydiffraction') is None:\n", - " %pip install easydiffraction" - ] - }, - { - "cell_type": "markdown", - "id": "1", - "metadata": {}, - "source": [ - "# PbSO₄ — X-ray powder, constant wavelength, pseudo-Voigt\n", - "\n", - "**Note — known discrepancy.**\n", - "\n", - "This is the X-ray Rietveld Round Robin anglesite (PbSO₄) measured with\n", - "a laboratory Cu source. FullProf models the full Cu Kα₁/Kα₂ doublet\n", - "(two wavelengths with a fixed intensity ratio) and applies its X-ray\n", - "Lorentz–polarization and monochromator-polarization corrections.\n", - "`cryspy` and `crysfml` calculate the Cu Kα₁/Kα₂ doublet as two\n", - "single-wavelength simulations combined with the FullProf intensity\n", - "ratio. Both engines still use polarization handling that does not\n", - "reproduce the FullProf X-ray profile. The page is kept as a published\n", - "comparison and gated as a *known discrepancy* so it is verified to stay\n", - "discrepant; the remaining X-ray polarization handling is left for\n", - "later." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "2", - "metadata": {}, - "outputs": [], - "source": [ - "import easydiffraction as edi\n", - "from easydiffraction import ExperimentFactory\n", - "from easydiffraction import StructureFactory\n", - "from easydiffraction.analysis import verification as verify" - ] - }, - { - "cell_type": "markdown", - "id": "3", - "metadata": {}, - "source": [ - "## Build the project" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "4", - "metadata": {}, - "outputs": [], - "source": [ - "project = edi.Project()" - ] - }, - { - "cell_type": "markdown", - "id": "5", - "metadata": {}, - "source": [ - "## Define the structure" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "6", - "metadata": {}, - "outputs": [], - "source": [ - "structure = StructureFactory.from_scratch(name='pbso4')\n", - "\n", - "structure.space_group.name_h_m = 'P n m a' # FullProf Space group symbol\n", - "\n", - "structure.cell.length_a = 8.479832 # FullProf a\n", - "structure.cell.length_b = 5.397758 # FullProf b\n", - "structure.cell.length_c = 6.959325 # FullProf c\n", - "\n", - "structure.atom_sites.create(\n", - " id='Pb', # FullProf Atom\n", - " type_symbol='Pb', # FullProf Typ\n", - " fract_x=0.18788, # FullProf X\n", - " fract_y=0.25, # FullProf Y\n", - " fract_z=0.16749, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.78522, # FullProf Biso\n", - ")\n", - "structure.atom_sites.create(\n", - " id='S', # FullProf Atom\n", - " type_symbol='S', # FullProf Typ\n", - " fract_x=0.06302, # FullProf X\n", - " fract_y=0.25, # FullProf Y\n", - " fract_z=0.68446, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=0.85413, # FullProf Biso\n", - ")\n", - "structure.atom_sites.create(\n", - " id='O1', # FullProf Atom\n", - " type_symbol='O', # FullProf Typ\n", - " fract_x=0.91235, # FullProf X\n", - " fract_y=0.25, # FullProf Y\n", - " fract_z=0.59346, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.33362, # FullProf Biso\n", - ")\n", - "structure.atom_sites.create(\n", - " id='O2', # FullProf Atom\n", - " type_symbol='O', # FullProf Typ\n", - " fract_x=0.18443, # FullProf X\n", - " fract_y=0.25, # FullProf Y\n", - " fract_z=0.53434, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.57511, # FullProf Biso\n", - ")\n", - "structure.atom_sites.create(\n", - " id='O3', # FullProf Atom\n", - " type_symbol='O', # FullProf Typ\n", - " fract_x=0.07573, # FullProf X\n", - " fract_y=0.01951, # FullProf Y\n", - " fract_z=0.81594, # FullProf Z\n", - " adp_type='Biso', # FullProf Biso\n", - " adp_iso=1.32792, # FullProf Biso\n", - ")\n", - "\n", - "project.structures.add(structure)" - ] - }, - { - "cell_type": "markdown", - "id": "7", - "metadata": {}, - "source": [ - "## Load the FullProf reference" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "8", - "metadata": {}, - "outputs": [], - "source": [ - "FULLPROF_PROJECT_DIR = 'pd-xray-pbso4'\n", - "FULLPROF_PRF_FILE = 'pbsox.prf'\n", - "FULLPROF_SUM_FILE = 'pbsox.sum'\n", - "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", - "FULLPROF_BAC_FILE = 'pbsox.bac'\n", - "FULLPROF_ZERO = -0.04816 # FullProf Zero\n", - "FULLPROF_SCALE = 0.0004693346 # FullProf Scale\n", - "FULLPROF_WAVELENGTH_1 = 1.540560 # FullProf Lambda1\n", - "FULLPROF_WAVELENGTH_2 = 1.544400 # FullProf Lambda2\n", - "FULLPROF_WAVELENGTH_2_TO_1_RATIO = 0.50000 # FullProf Ratio\n", - "FULLPROF_U = 0.048457 # FullProf U\n", - "FULLPROF_V = -0.083053 # FullProf V\n", - "FULLPROF_W = 0.035188 # FullProf W\n", - "FULLPROF_X = 0.0 # FullProf X\n", - "FULLPROF_Y = 0.049268 # FullProf Y\n", - "\n", - "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", - " FULLPROF_PROJECT_DIR,\n", - " FULLPROF_PRF_FILE,\n", - " FULLPROF_BAC_FILE,\n", - " FULLPROF_ZERO,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "9", - "metadata": {}, - "source": [ - "## Create the experiment" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "10", - "metadata": {}, - "outputs": [], - "source": [ - "experiment = ExperimentFactory.from_scratch(\n", - " name='pbso4',\n", - " sample_form='powder',\n", - " beam_mode='constant wavelength',\n", - " radiation_probe='xray',\n", - " scattering_type='bragg',\n", - ")\n", - "verify.set_reference_as_measured(experiment, x, calc_fullprof)\n", - "\n", - "experiment.linked_structures.create(structure_id='pbso4', scale=FULLPROF_SCALE)\n", - "\n", - "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH_1\n", - "experiment.instrument.setup_wavelength_2 = FULLPROF_WAVELENGTH_2\n", - "experiment.instrument.setup_wavelength_2_to_1_ratio = FULLPROF_WAVELENGTH_2_TO_1_RATIO\n", - "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", - "\n", - "experiment.peak.type = 'pseudo-voigt'\n", - "experiment.peak.broad_gauss_u = FULLPROF_U\n", - "experiment.peak.broad_gauss_v = FULLPROF_V\n", - "experiment.peak.broad_gauss_w = FULLPROF_W\n", - "experiment.peak.broad_lorentz_x = FULLPROF_X\n", - "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", - "\n", - "project.experiments.add(experiment)" - ] - }, - { - "cell_type": "markdown", - "id": "11", - "metadata": {}, - "source": [ - "## edi-cryspy VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "12", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'cryspy'\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_cryspy = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'pbso4',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_cryspy,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSPY,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "13", - "metadata": {}, - "source": [ - "## Fit edi-cryspy to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "14", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['pbso4'].scale.free = True\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_cryspy_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'pbso4',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_cryspy_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSPY_REFINED,\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "15", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['pbso4'].scale" - ] - }, - { - "cell_type": "markdown", - "id": "16", - "metadata": {}, - "source": [ - "## edi-crysfml VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "17", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'crysfml'\n", - "\n", - "experiment.linked_structures['pbso4'].scale = FULLPROF_SCALE\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'pbso4',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "18", - "metadata": {}, - "source": [ - "## Fit edi-crysfml to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "19", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['pbso4'].scale.free = True\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'pbso4',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "20", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['pbso4'].scale" - ] - }, - { - "cell_type": "markdown", - "id": "21", - "metadata": {}, - "source": [ - "## Agreement check" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "22", - "metadata": {}, - "outputs": [], - "source": [ - "verify.assert_patterns_agree(\n", - " [\n", - " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", - " (\n", - " f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}',\n", - " calc_fullprof,\n", - " calc_ed_cryspy_refined,\n", - " ),\n", - " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", - " (\n", - " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", - " calc_fullprof,\n", - " calc_ed_crysfml_refined,\n", - " ),\n", - " ],\n", - " known_discrepancy=True,\n", - " reason=(\n", - " 'Laboratory X-ray PbSO4: the remaining strict-tolerance '\n", - " 'difference is traced primarily to FullProf/Cryspy Cu Kalpha '\n", - " 'anomalous-dispersion tables, especially Pb f-prime, with an '\n", - " 'additional contribution from FullProf Wdt peak-tail '\n", - " 'truncation. The Cu Ka1/Ka2 doublet is calculated as two '\n", - " 'single-wavelength simulations because the available native '\n", - " 'doublet paths are not yet reliable for this case.'\n", - " ),\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "23", - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "jupytext": { - "cell_metadata_filter": "-all", - "main_language": "python", - "notebook_metadata_filter": "-all" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/docs/docs/verification/sc-neut-cwl_pr2nio4.ipynb b/docs/docs/verification/sc-neut-cwl_pr2nio4_basic.ipynb similarity index 97% rename from docs/docs/verification/sc-neut-cwl_pr2nio4.ipynb rename to docs/docs/verification/sc-neut-cwl_pr2nio4_basic.ipynb index daa0b7a40..12de106b0 100644 --- a/docs/docs/verification/sc-neut-cwl_pr2nio4.ipynb +++ b/docs/docs/verification/sc-neut-cwl_pr2nio4_basic.ipynb @@ -24,7 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# Pr₂NiO₄ — neutron single crystal, constant wavelength" + "# Pr₂NiO₄ — single-crystal neutron CW — basic\n", + "\n", + "Verifies calculated F² values for a constant-wavelength neutron\n", + "single-crystal reference with anisotropic ADPs." ] }, { @@ -196,7 +199,7 @@ "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'sc-neut-cwl_pr2nio4'\n", + "FULLPROF_PROJECT_DIR = 'sc-neut-cwl_pr2nio4_basic'\n", "FULLPROF_OUT_FILE = 'prnio.out'\n", "FULLPROF_SCALE = 0.06298 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 0.8302 # FullProf Lambda\n", diff --git a/docs/docs/verification/sc-neut-cwl_pr2nio4.py b/docs/docs/verification/sc-neut-cwl_pr2nio4_basic.py similarity index 96% rename from docs/docs/verification/sc-neut-cwl_pr2nio4.py rename to docs/docs/verification/sc-neut-cwl_pr2nio4_basic.py index 8029e8523..56af326e1 100644 --- a/docs/docs/verification/sc-neut-cwl_pr2nio4.py +++ b/docs/docs/verification/sc-neut-cwl_pr2nio4_basic.py @@ -1,5 +1,8 @@ # %% [markdown] -# # Pr₂NiO₄ — neutron single crystal, constant wavelength +# # Pr₂NiO₄ — single-crystal neutron CW — basic +# +# Verifies calculated F² values for a constant-wavelength neutron +# single-crystal reference with anisotropic ADPs. # %% import easydiffraction as edi @@ -121,7 +124,7 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'sc-neut-cwl_pr2nio4' +FULLPROF_PROJECT_DIR = 'sc-neut-cwl_pr2nio4_basic' FULLPROF_OUT_FILE = 'prnio.out' FULLPROF_SCALE = 0.06298 # FullProf Scale FULLPROF_WAVELENGTH = 0.8302 # FullProf Lambda diff --git a/docs/docs/verification/sc-neut-cwl_noext_tbti.ipynb b/docs/docs/verification/sc-neut-cwl_tbti_basic.ipynb similarity index 96% rename from docs/docs/verification/sc-neut-cwl_noext_tbti.ipynb rename to docs/docs/verification/sc-neut-cwl_tbti_basic.ipynb index de202717d..dd474da33 100644 --- a/docs/docs/verification/sc-neut-cwl_noext_tbti.ipynb +++ b/docs/docs/verification/sc-neut-cwl_tbti_basic.ipynb @@ -24,7 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# Tb₂Ti₂O₇ — neutron single crystal, constant wavelength, no extinction" + "# Tb₂Ti₂O₇ — single-crystal neutron CW — basic\n", + "\n", + "Verifies calculated F² values for a no-extinction neutron\n", + "single-crystal reference with anisotropic ADPs." ] }, { @@ -161,7 +164,7 @@ "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'sc-neut-cwl_noext_tbti'\n", + "FULLPROF_PROJECT_DIR = 'sc-neut-cwl_tbti_basic'\n", "FULLPROF_OUT_FILE = 'tbti.out'\n", "FULLPROF_SCALE = 0.28749475 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 0.7930 # FullProf Lambda\n", diff --git a/docs/docs/verification/sc-neut-cwl_noext_tbti.py b/docs/docs/verification/sc-neut-cwl_tbti_basic.py similarity index 95% rename from docs/docs/verification/sc-neut-cwl_noext_tbti.py rename to docs/docs/verification/sc-neut-cwl_tbti_basic.py index a5d7f1152..709911a63 100644 --- a/docs/docs/verification/sc-neut-cwl_noext_tbti.py +++ b/docs/docs/verification/sc-neut-cwl_tbti_basic.py @@ -1,5 +1,8 @@ # %% [markdown] -# # Tb₂Ti₂O₇ — neutron single crystal, constant wavelength, no extinction +# # Tb₂Ti₂O₇ — single-crystal neutron CW — basic +# +# Verifies calculated F² values for a no-extinction neutron +# single-crystal reference with anisotropic ADPs. # %% import easydiffraction as edi @@ -86,7 +89,7 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'sc-neut-cwl_noext_tbti' +FULLPROF_PROJECT_DIR = 'sc-neut-cwl_tbti_basic' FULLPROF_OUT_FILE = 'tbti.out' FULLPROF_SCALE = 0.28749475 # FullProf Scale FULLPROF_WAVELENGTH = 0.7930 # FullProf Lambda diff --git a/docs/docs/verification/sc-neut-cwl_ext-iso_tbti.ipynb b/docs/docs/verification/sc-neut-cwl_tbti_isotropic-extinction.ipynb similarity index 96% rename from docs/docs/verification/sc-neut-cwl_ext-iso_tbti.ipynb rename to docs/docs/verification/sc-neut-cwl_tbti_isotropic-extinction.ipynb index 73a3ff096..3366f5e17 100644 --- a/docs/docs/verification/sc-neut-cwl_ext-iso_tbti.ipynb +++ b/docs/docs/verification/sc-neut-cwl_tbti_isotropic-extinction.ipynb @@ -24,7 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# Tb₂Ti₂O₇ — neutron single crystal, constant wavelength, isotropic extinction" + "# Tb₂Ti₂O₇ — single-crystal neutron CW — isotropic extinction\n", + "\n", + "Verifies the cryspy isotropic extinction model against the FullProf\n", + "single-crystal reference." ] }, { @@ -161,7 +164,7 @@ "metadata": {}, "outputs": [], "source": [ - "FULLPROF_PROJECT_DIR = 'sc-neut-cwl_ext-iso_tbti'\n", + "FULLPROF_PROJECT_DIR = 'sc-neut-cwl_tbti_isotropic-extinction'\n", "FULLPROF_OUT_FILE = 'tbti.out'\n", "FULLPROF_SCALE = 0.37517014 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 0.7930 # FullProf Lambda\n", diff --git a/docs/docs/verification/sc-neut-cwl_ext-iso_tbti.py b/docs/docs/verification/sc-neut-cwl_tbti_isotropic-extinction.py similarity index 95% rename from docs/docs/verification/sc-neut-cwl_ext-iso_tbti.py rename to docs/docs/verification/sc-neut-cwl_tbti_isotropic-extinction.py index 8bf7bf284..2bf2cc20d 100644 --- a/docs/docs/verification/sc-neut-cwl_ext-iso_tbti.py +++ b/docs/docs/verification/sc-neut-cwl_tbti_isotropic-extinction.py @@ -1,5 +1,8 @@ # %% [markdown] -# # Tb₂Ti₂O₇ — neutron single crystal, constant wavelength, isotropic extinction +# # Tb₂Ti₂O₇ — single-crystal neutron CW — isotropic extinction +# +# Verifies the cryspy isotropic extinction model against the FullProf +# single-crystal reference. # %% import easydiffraction as edi @@ -86,7 +89,7 @@ # ## Load the FullProf reference # %% -FULLPROF_PROJECT_DIR = 'sc-neut-cwl_ext-iso_tbti' +FULLPROF_PROJECT_DIR = 'sc-neut-cwl_tbti_isotropic-extinction' FULLPROF_OUT_FILE = 'tbti.out' FULLPROF_SCALE = 0.37517014 # FullProf Scale FULLPROF_WAVELENGTH = 0.7930 # FullProf Lambda diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 3d63f0a10..c9b086121 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -226,6 +226,7 @@ nav: - Co2SiO4 pd-neut-cwl: tutorials/refine-cosio-d20.ipynb - HS pd-neut-cwl: tutorials/refine-hs-hrpt.ipynb - Si pd-neut-tof: tutorials/refine-si-sepd.ipynb + - PbSO4 pd-xray-cwl: tutorials/refine-pbso4-xray.ipynb - Without Measured Data: - LBCO pd-neut-cwl: tutorials/simulate-lbco-cwl.ipynb - Si pd-neut-tof: tutorials/simulate-si-tof.ipynb @@ -256,28 +257,29 @@ nav: - Verification: - Verification: verification/index.md - Powder, neutron, constant wavelength: - - LBCO: verification/pd-neut-cwl_pv_lbco.ipynb - - LBCO (preferred orientation): verification/pd-neut-cwl_pv-march_lbco.ipynb - - PbSO4 (pseudo-Voigt): verification/pd-neut-cwl_pv_pbso4.ipynb - - PbSO4 (X-ray geometry as neutron): verification/pd-neut-cwl_pv-xray-geometry_pbso4.ipynb - - PbSO4 (Bérar–Baldinozzi asymmetry): verification/pd-neut-cwl_pv-beba_pbso4.ipynb - - LaB6 (SyCos/SySin): verification/pd-neut-cwl_tch-fcj-noabs-nosldl_lab6.ipynb - - LaB6 (FCJ asymmetry): verification/pd-neut-cwl_tch-fcj-noabs_lab6.ipynb - - LaB6 (absorption): verification/pd-neut-cwl_tch-fcj_lab6.ipynb - - LaB6 (absorption, no FCJ): verification/pd-neut-cwl_tch-fcj-nosldl_lab6.ipynb - - Y2O3 (anisotropic β-tensor ADPs): verification/pd-neut-cwl_pv-beta_y2o3.ipynb + - LBCO basic pseudo-Voigt: verification/pd-neut-cwl_lbco_basic.ipynb + - LBCO preferred orientation: verification/pd-neut-cwl_lbco_preferred-orientation.ipynb + - PbSO4 basic pseudo-Voigt: verification/pd-neut-cwl_pbso4_basic.ipynb + - PbSO4 Bérar-Baldinozzi asymmetry: verification/pd-neut-cwl_pbso4_beba-asymmetry.ipynb + - LaB6 SyCos/SySin shifts: verification/pd-neut-cwl_lab6_sycos-sysin.ipynb + - LaB6 FCJ asymmetry: verification/pd-neut-cwl_lab6_fcj-asymmetry.ipynb + - LaB6 absorption: verification/pd-neut-cwl_lab6_absorption.ipynb + - LaB6 absorption + FCJ asymmetry: verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb + - Y2O3 beta ADPs: verification/pd-neut-cwl_y2o3_beta-adp.ipynb - Powder, neutron, time-of-flight: - - Si (Jorgensen): verification/pd-neut-tof_j_si.ipynb - - Si (Jorgensen–Von Dreele): verification/pd-neut-tof_jvd_si.ipynb - - NaCaAlF: verification/pd-neut-tof_jvd_ncaf.ipynb + - Si Jorgensen profile: verification/pd-neut-tof_si_jorgensen.ipynb + - Si Jorgensen-Von Dreele profile: verification/pd-neut-tof_si_jorgensen-von-dreele.ipynb + - NaCaAlF Jorgensen-Von Dreele profile: verification/pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb - Powder, X-ray, constant wavelength: - - PbSO4: verification/pd-xray-pbso4.ipynb - - PbSO4 (single wavelength): verification/pd-xray-pbso4-single.ipynb - - PbSO4 (single wavelength, aligned): verification/pd-xray-pbso4-single-unpolarized-wdt48-aligned.ipynb + - LiF single wavelength: verification/pd-xray-cwl_lif_single.ipynb + - LiF polarization: verification/pd-xray-cwl_lif_single_polarization.ipynb + - LiF absorption: verification/pd-xray-cwl_lif_single_absorption.ipynb + - LiF doublet: verification/pd-xray-cwl_lif_doublet.ipynb + - PbSO4 round robin: verification/pd-xray-cwl_pbso4_round-robin.ipynb - Single crystal, neutron, constant wavelength: - - Pr2NiO4 (no extinction): verification/sc-neut-cwl_pr2nio4.ipynb - - Tb2Ti2O7 (no extinction): verification/sc-neut-cwl_noext_tbti.ipynb - - Tb2Ti2O7: verification/sc-neut-cwl_ext-iso_tbti.ipynb + - Pr2NiO4 basic: verification/sc-neut-cwl_pr2nio4_basic.ipynb + - Tb2Ti2O7 basic: verification/sc-neut-cwl_tbti_basic.ipynb + - Tb2Ti2O7 isotropic extinction: verification/sc-neut-cwl_tbti_isotropic-extinction.ipynb - Command-Line: - Command-Line: cli/index.md - API Reference: diff --git a/pixi.lock b/pixi.lock index a752c849d..a7e52267a 100644 --- a/pixi.lock +++ b/pixi.lock @@ -203,96 +203,99 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-4.1.0-pyhcf101f3_0.conda - pypi: . - - pypi: git+https://github.com/ikibalin/cryspy.git?branch=38-add-support-for-sycos-and-sysin-for-systematic-peak-position-corrections#4b3d9b022d07f81ecac31de84f75017f971cdcdf + - pypi: https://files.pythonhosted.org/packages/02/08/9c41fb51ab5b43eb21674aff13df270e8ba6c4b29c8624e328dc7a9482af/distlib-0.4.3-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/04/5f/9ff93450ba96b09c7c2b3f81c94de31c89f92292f1380261bd7195bea4ea/contourpy-1.3.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/0a/38/8c5e72d53ff8eb27497c4f268a7f6d9121e727a50b65248288ad79a93053/python_socketio-5.16.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0b/2e/7eea398450457ecb54e18e9d10110993fa65561c4f3add5e8eccd2b9cd41/scipy-1.17.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/0b/f9/f15c95d6b200167cb22c5eca5eecfa9d28a8ee3f74095f1cd2345c71f2f9/pydoclint-0.8.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/0d/12/bbce9472f489cb5c4c23b0d13e5c59c37c1aab11b7ac637dfe6bbdccebe7/copier-9.15.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0d/fe/6bea5c9162869c5beba5d9c8abbed835ec85bf1ec1fba05a3822325c45f3/build-1.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/10/bd/c038d7cc38edc1aa5bf91ab8068b63d4308c66c4c8bb3cbba7dfbc049f9c/pyparsing-3.3.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/10/cb/f2ad4230dc2eb1a74edf38f1a38b9b52277f75bef262d8908e60d957e13c/blinker-1.9.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/11/8c/c9138d881c79aa0ea9ed83cbd58d5ca75624378b38cee225dcf5c42cc91f/griffelib-2.0.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/11/8d/d2532ad2a603ca2b93ad9f5135732124e57811d0168155852f37fbce2458/pillow-12.2.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/11/93/f10377bb04109ca0e8cbc483ff1982c54b6d418210041776f93e8cdc7fa9/ruff-0.15.17-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/12/c9/6869a1dcf4aaf309b9543ec070be3ec3adebee7c9bec9af8c230494134b9/interrogate-1.7.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/13/37/a065dc3bd6e49423a6532c642ca7378d3f467b1ef44c2800c937af7f9739/filelock-3.29.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/13/95/cf3f7fe4910cf0365fa8ea0c731f4b8a624d97cd76ea777913ac8d0868e2/mkdocs_jupyter-0.26.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1a/82/a70006589557f267f15bd384c0642ad49f0d97b690c3a05b166b9dcbad3b/python_discovery-1.4.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1b/60/fb9a08e6ccba882dfd370a5837fe3a07572938fdfe954f0f17fdf3e574b9/msgpack-1.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/1c/59/964ecb8008722d27d8a835baea81f56a91cea8e097b3be992bc6ccde6367/versioningit-3.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/1d/77/928ea2e70641ca177a11140062cc5840d421795f2e82749d408d0cce900a/narwhals-2.21.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1e/77/dc8c558f7593132cf8fefec57c4f60c83b16941c574ac5f619abb3ae7933/dill-0.4.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/1e/c0/56472c251d09858a53e51efbd485b09e1995d8731668b76d52e5dd6ee0f1/ruff-0.15.14-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/1e/d3/26bf1008eb3d2daa8ef4cacc7f3bfdc11818d111f7e2d0201bc6e3b49d45/annotated_doc-0.0.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/20/16/e777eadfa0c0305878c36fae1d5e6db474fbb15dae202b9ec378809dfb4d/nbstripout-0.9.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/20/7a/1c6e3562dfd8950adbb11ffbc65d21e7c89d01a6e4f137fa981056de25c5/gitpython-3.1.50-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/22/5b/dbc6a8cddc9cfa9c4971d59fb12bb8d42e161b7e7f8cc89e49137c5b279c/mkdocs-1.6.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/24/25/2201973529af2c954de0bb725323c3aaed6d7f0ceee8f550dec9185df013/typer-0.26.7-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/26/2b/78048cbe3b999f6cbf9cc0d90abba6a88a3e0863a8c1c6cbc762f3f8802f/coverage-7.14.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl - pypi: https://files.pythonhosted.org/packages/28/88/4789719fbbe166d12d345b3ac66b96105f10001b16e00a9765ba29261a21/nbqa-1.9.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/28/de/a3e710469772c6a89595fc52816da05c1e164b4c866a89e3cb82fb1b67c5/mkdocs_autorefs-1.4.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/29/dc/6377ecfaa5fef79430f74a1a16638b4e2aa30d4692bae2c19f9d76fe3b01/matplotlib-3.11.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/2a/2d/d4bf65e47cea8ff2c794a600c4fd1273a7902f268757c531e0ee9f18aa58/pooch-1.9.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2b/76/7f1bfd6afff4c5e38e36a3c6d68eb5f4b7311ea80baf693db78d95b603c4/propcache-0.5.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/2c/01/bc663630c510822c95c47a66af9fa7a443c295b47d5f041e5e6ae62ef659/mkdocs_material-9.7.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2c/02/3623e6169bed617ed1e2d372f7c69f92ec28d54c4dfc997055c8578ec148/virtualenv-21.5.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2c/19/04f9b178c2d8a15b076c8b5140708fa6ffc5601fb6f1e975537072df5b2a/mergedeep-1.3.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/2f/40/dc34d1a8d5f1e51fc64640b62b191684da52ca469da9cd74e84936ffa4a6/msgpack-1.1.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/31/26/ef168b184a25701f9995e8fb7e503fafd7a99c1c77cda1bc1a26ea2ed486/sqlalchemy-2.0.50-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/32/28/79f0f8de97cce916d5ae88a7bee1ad724855e83e6019c0b4d5b3fabc80f3/mkdocstrings_python-2.0.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/32/46/9cb0e58b2deb7f82b84065f37f3bffeb12413f947f9388e4cac22c4621ce/sortedcontainers-2.4.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/32/5d/f7e914f7d9325abff4057cee62c0fa70263683189f774473cbfb534cd13b/matplotlib-3.10.9-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/33/29/e756e715a48959f1c0045342088d7ca9762a2f509b945f362a316e9412b7/pytest_benchmark-5.2.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/33/6b/e0547afaf41bf2c42e52430072fa5658766e3d65bd4b03a563d1b6336f57/distlib-0.4.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/33/b2/986d1220f6ee931e338d272bc1f3ec02cfe5f9b5fad84e95afdad57f1ebc/format_docstring-0.2.7-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/33/eb/f9f1ded8e4db9638f9530c3782eb01f5ab04945f4cb9e597a51c203fa4c5/diffpy_pdffit2-1.6.0.tar.gz - pypi: https://files.pythonhosted.org/packages/33/f0/3fe8c6e69135a845f4106f2ff8b6805638d4e85c264e70114e8126689587/tokenize_rt-6.2.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/36/e1/a8933a72c45a87177fbde2696e0d0755c8c9062f8c077a961c6215fa27b1/fonttools-4.63.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl - pypi: https://files.pythonhosted.org/packages/38/7e/7b91c89a4cf0f543a83be978657afb20c86af6d725253e319589dcc4ce52/lmfit-1.3.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/8b/7ec325b4e9e78beefc2d025b01ee8a2fde771ef7c957c3bff99b9e1fbffa/xraydb-4.5.8-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/3a/eb/fea4d1d51c49832120f7f285d07306db3960f423a2612c6057caf3e8196f/pip-26.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3c/26/1062c7ec1b053db9e499b4d2d5bc231743201b74051c973dadeac80a8f43/questionary-2.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3d/66/f044d53935b142d47ce2a65b8c4f51fdb5ca85ee1035fb2b7857971b122e/pybaselines-1.2.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/17/1f31d8562e6f970d64911f1abc330d233bc0c0601411cf7e19c1292be6da/spdx_headers-1.5.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/5c/fb93d3092640a24dfb7bd7727a24016d7c01774ca013e60efd3f683c8002/backrefs-7.0-py314-none-any.whl - pypi: https://files.pythonhosted.org/packages/3f/d0/7b958df957e4827837b590944008f0b28078f552b451f7407b4b3d54f574/asciichartpy-1.5.25-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/3f/f9/2b3ff4e56e5fa7debfaf9eb135d0da96f3e9a1d5b27222223c7296336e5f/typer-0.25.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/42/a1/52fa05533e95fe45bcc09bcf8a503874b1c08f221a4e35608017e0938f55/codespell-2.4.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/46/b4/0887c88ddfaba1d7140ea335144eb904af97550786ee58bdb295ff10d255/crysfml-0.6.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/48/ca/36339329c4604adbcc99c899b7eb1ce1a555c499b6a6860757dc9bfed36d/narwhals-2.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/52/59/0782e51887ac6b07ffd1570e0364cf901ebc36345fea669969d2084baebb/simple_websocket-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/58/3b/1cdec6772bdbaf7b25dab360c59f03cadf05492dd724c6540af905389b07/pandas-3.0.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/58/e0/f1871f520c359e4e3a2eb7437c9e7e792bb6c356414e8617937561167caf/pycifrw-5.0.1.tar.gz + - pypi: https://files.pythonhosted.org/packages/59/2d/d741fbbbcba7eb6f9f1a829373c558114d59cb882b95f941aa0dc060861f/plumbum-2.0.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5b/29/74eeb4d3f3ae61ca096b018ad486b3b3c74b17bec09ab4edab721cbefec3/typeguard-4.5.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5b/54/662a4743aa81d9582ee9339d4ffa3c8fd40a4965e033d77b9da9774d3960/mkdocs_material_extensions-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5b/69/93b34728cc386efdde0c342f8c680b9187dea7beb7adaf6b58a0713be101/mpld3-0.5.12-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5d/95/6b5cb3461ea5673ba0995989746db58eb18b91b54dbf331e72f569540946/pip-26.1.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5e/e3/00ec594aef5f55522e6d373bc2ac53e53a8f5e9ae32f2d6854b0de4270f3/mkdocstrings_python-2.0.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5f/fc/a7bf5b6e4e617b45f90f2d9d2a68519c249c81dd4fc2658c7a2a61c4f4b7/aiohappyeyeballs-2.6.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/61/2b/e260d50e64690d2a9e405d52ccd18a63c286c5088937dd0107cb23eb3195/diffpy_utils-3.7.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6e/94/be70f8ee9c45f2f62b39a1f0e9303bc20e138a8f3b8e50ffd89498e177e1/mkdocstrings-1.0.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/72/7d/733c088265e01e653c70e89e58345a3dd346acc34af26987314b84b9ffaa/copier-9.15.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/72/b9/313e8f2f2e9517ae050a692ae7b3e4b3f17cc5e6dfea0db51fe14e586580/jinja2_ansible_filters-1.3.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/72/dc/0decaf5da92a7a969374474025787102d811d42aed1d32191fa338620e15/python_socketio-5.16.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/76/8e/56ccb09c7232a55403a7637caa21922f3b65901a37f5e8bdb405d0de0946/mike-2.2.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/77/96/4efd6fa5c62c85426a0c19077a586258ebc3a2a146ff2493e4312a697a22/greenlet-3.5.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/78/3c/2a612b95ddbb9a6bdcb47b7a93c4884f74c6ff22356b2f7b213b16e65c35/pycifstar-0.3.0.tar.gz - pypi: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/79/ad/45312df6b63ba64ea35b8d8f5f0c577aac16e6b416eafe8e1cb34e03f9a7/plumbum-1.10.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7b/67/b1944235474aac3f0b0e1b232ce49547f9f9461ca4b943df1b88da5d3f1d/bumps-1.0.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7c/a4/81502f486f01db95bc8320646a8a12511f5e556cb63d5e224d91816605c4/trove_classifiers-2026.6.1.19-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/85/545a951eecc270fcd688288c600017e2050a1aacb56c711d208586d3e470/pymdown_extensions-10.21.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7f/e5/5a68bcbce04a3425bb6e1ea1145189ee80184089f2798164c660df1e3b9d/crysfml-0.7.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl - pypi: https://files.pythonhosted.org/packages/80/6e/4b28b62ecb6aae56769c34a8ff1d661473ec1e9519e2d5f8b2c150086b26/pre_commit-4.6.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/81/47/dd9a212ef6e343a6857485ffe25bba537304f1913bdbed446a23f7f592e1/filelock-3.29.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/82/3b/64d4899d73f91ba49a8c18a8ff3f0ea8f1c1d75481760df8c68ef5235bf5/rich-15.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/85/d7/9b6ac05350ab7f7d3a730ff143ff3e2cada54514117c37be37e26dc91242/docstripy-0.7.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/88/29/744136411e785c4b0b744d5413e56555265939ab3a104c6a4b719dad33fd/mkdocs_get_deps-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/88/39/799be3f2f0f38cc727ee3b4f1445fe6d5e4133064ec2e4115069418a5bb6/cloudpickle-3.1.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/88/b2/d0896bdcdc8d28a7fc5717c305f1a861c26e18c05047949fb371034d98bd/nodeenv-1.10.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/89/1d/8eff589b45bb8190a9d12c49cfad0f176a5cbd1534908a6b5125e2886239/pydantic_core-2.46.4-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/8b/5a/ba30a81239b909821b3153e303e7def45178bf353da4f72380e6c5e8793b/pytest-9.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8f/5e/f1e1dd319e35e962a4e00b33150a8868b6329cc1d19fd533436ba5488f09/uncertainties-3.2.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/90/96/04b8e52da071d28f5e21a805b19cb9390aa17a47462ac87f5e2696b9566d/paginate-0.5.7-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/90/ad/cba91b3bcf04073e4d1655a5c1710ef3f457f56f7d1b79dcc3d72f4dd912/plotly-6.7.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/f7/d00d9b4a0313a6be3a3e0818e6375e15da6d7076f4ae47d1324e7ca986a1/radon-6.0.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/94/84/d9273cd09688070a6523c4aee4663a8538721b2b755c4962aafae0011e72/identify-2.6.19-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/99/31/6cf181011dc738c33bf6ba7aea2e8e1d3c1f71b7dab1942f3054f66f6202/asteval-1.0.8-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/96/5d/0c59079aa7ef34980a5925a06a90ad2b7c94e486c194b3527d557cabb042/cryspy-0.11.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/37/e8730c3587a65eb5645d4aba2d27aae48e8003614d6aaf15dda67f702f1f/bidict-0.23.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/55/db07de81b5c630da5cbf5c7df646580ca26dfaefa593667fc6f2fe016d2e/tabulate-0.10.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/99/69/d6c99db15dc0b5e892ac3cc7b942c8b21f4a9cc3bd9ea0bc3b0f339ffbd4/greenlet-3.5.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/9a/db/2df9a1fca597a273f957a559c20c2d95d629928384507b2afa43ba6909d1/pytest_randomly-4.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9d/7a/d968e294073affff457b041c2be9868a40c1c71f4a35fcc1e45e5493067b/pytest_cov-7.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9e/43/53afb8ba17218f19b77c7834128566c5bbb100a0ad9ba2e8e89d089d7079/autopep8-2.3.2-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a0/18/938441025db6769a3464596b2410af3afde0b21eb2f204c6f766f68af4bd/aiohttp-3.14.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/a0/61/5c78b91c3143ed5c14207f463aecfc8f9dbb5092fb2869baf37c273b2705/gitdb-4.0.12-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/09/77d55d46fd61b4a135c444fc97158ef34a095e5681d0a6c10b75bf356191/sympy-1.14.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a2/23/ce3a543935a01e478349e82f6c1440776f92d4cb346662c4d81574878fed/hypothesis-6.155.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a4/39/3a0ae5b0edb66e61bb0e8bc53a503495cba5892297ae21faf6ba0525e681/varname-1.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a4/ce/3b6fee91c85626eaf769d617f1be9d2e15c1cca027bbdeb2e0d751469355/verspec-0.1.0-py3-none-any.whl @@ -308,10 +311,9 @@ environments: - pypi: https://files.pythonhosted.org/packages/b4/5e/bf11645aebb9af7d8d35927c40d3855816a0855c799e8156eeca8d632c90/diffpy_structure-3.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b5/e8/dbf020b4d98251a9860752a094d09a65e1b436ad181faf929983f697048f/watchdog-6.0.0-py3-none-manylinux2014_x86_64.whl - pypi: https://files.pythonhosted.org/packages/b7/28/180bfc5c95e83d40cb2abce512684ccad44e4819ec899fc36cb404a19061/python_engineio-4.13.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b7/6f/a05a317a66fee0aad270011461f1a63a453ed12471249f172f7d2e2bc7b4/python_discovery-1.3.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b7/36/ca79e758c05bb40afb6a03178fa68618149f31293b8cee6969d0fe1bfcb7/pydoclint-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b7/ee/e9c95cda829131f71a8dff5ce0406059fd16e591c074414e31ada19ba7c3/validate_pyproject-0.25-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/bd/24/12818598c362d7f300f18e74db45963dbcb85150324092410c8b49405e42/pyproject_hooks-1.2.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/bd/c9/989f4034fb46841208de7aeeac2c6d8300745ab4f28c42f629ba77c2d916/aiohttp-3.13.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/bf/50/98b146aea0f1cd7531d25f12bea69fa9ce8d1662124f93fb30dc4511b65e/docstring_parser_fork-0.0.14-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c1/d4/59e74daffcb57a07668852eeeb6035af9f32cbfd7a1d2511f17d2fe6a738/smmap-5.0.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c2/20/193faab46a68ea550587331a698c3dca8099f8901d10937c4443135c7ed9/chardet-7.4.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl @@ -319,17 +321,15 @@ environments: - pypi: https://files.pythonhosted.org/packages/c6/3d/020a6b6248c3d4a37797db068256f0b3f15b01bc481327ba888c50309aa8/mkdocs_plugin_inline_svg-0.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c7/0d/67e5b4109ea4a837e80daa87c2c696711955e40449a97e8926672534def2/click-8.4.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c7/a0/5ff05d1919ca249508012cad89f08fdc6cfbdaa15b41651c5fe6dffaf1d3/dfo_ls-1.6.5-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c9/02/9a14d3048ffa4f45b7c60956a9b22688dd925d6de50f6baf7e55f3664942/trove_classifiers-2026.5.22.10-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ca/31/d4e37e9e550c2b92a9cbc2e4d0b7420a27224968580b5a447f420847c975/pytest_xdist-3.8.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/cb/b1/3846dd7f199d53cb17f49cba7e651e9ce294d8497c8c150530ed11865bb8/iniconfig-2.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d2/f0/834e479e47e499b6478e807fb57b31cc2db696c4db30557bb6f5aea4a90b/mando-0.7.1-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d4/24/a372aaf5c9b7208e7112038812994107bc65a84cd00e0354a88c2c77a617/pytest-9.0.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d5/08/c2409cb01d5368dcfedcbaffa7d044cc8957d57a9d0855244a5eb4709d30/funcy-2.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d7/27/a58ddaf8c588a3ef080db9d0b7e0b97215cee3a45df74f3a94dbbf5c893a/pycodestyle-2.14.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d7/51/ec641c26e6dca1b25a7d2035ba6ecb7c884ef1a100a9e42fbe4ce4405139/coverage-7.14.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl - pypi: https://files.pythonhosted.org/packages/db/3c/33bac158f8ab7f89b2e59426d5fe2e4f63f7ed25df84c036890172b412b5/cfgv-3.5.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/dc/9b/47798a6c91d8bdb567fe2698fe81e0c6b7cb7ef4d13da4114b41d239f65d/typing_inspection-0.4.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/dd/a1/e77854cb5336fd37dc3c6ae3b71de242c98caac5725120be0b526b31cbd0/sqlalchemy-2.0.51-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/de/1f/77fa3081e4f66ca3576c896ae5d31c3002ac6607f9747d2e3aa49227e464/markdown-3.10.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e0/a9/023730ba63db1e494a271cb018dcd361bd2c917ba7004c3e49d5daf795a2/py_cpuinfo-9.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl @@ -337,21 +337,21 @@ environments: - pypi: https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e7/f9/b06c934a6aa8bc91f566bd2a214fd04c30506c2d9e2b6b171953216a65b6/kiwisolver-1.5.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl - pypi: https://files.pythonhosted.org/packages/eb/be/b257e12f9710819fde40adc972578bee6b72c5992da1bc8369bef2597756/nbmake-1.5.5-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ec/6e/e735f27ac1a530a4cd0a31cd970ec495a3a11830fdc5d281cc292593b330/hypothesis-6.155.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ee/8c/83087ebc47ab0396ce092363001fa37c17153119ee282700c0713a195853/prettytable-3.17.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f1/16/d905e7f53e661ce2c24686c38048d8e2b750ffc4350009d41c4e6c6c9826/h5py-3.16.0-cp314-cp314-manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/f1/d9/7fb5aa316bc299258e68c73ba3bddbc499654a07f151cba08f6153988714/pathspec-1.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f2/f2/728f041460f1b9739b85ee23b45fa5a505962ea11fd85bdbe2a02b021373/darkdetect-0.8.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f3/eb/ebffaa97dc55502df69584a8f0dcf07f69a3e0b3e2323670a2722db9aa39/numpy-2.4.6-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl - - pypi: https://files.pythonhosted.org/packages/f4/34/a9dbe051de88a63eb7408ea66630bac38e72f7f6077d4be58737106860d9/virtualenv-21.3.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/a4/61adb19f3c74b0dc0e411de4f06ebef564b1f179928f9dffcbd4b378f2ef/jupyter_notebook_parser-0.1.4-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f6/f0/10642828a8dfb741e5f3fbaac830550a518a775c7fff6f04a007259b0548/py-1.11.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f7/ec/67fbef5d497f86283db54c22eec6f6140243aae73265799baaaa19cd17fb/ghp_import-2.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f9/14/abe5ce876ab5b66ee3c691bf537fcd43d037aea55d447aacf74630a8f31e/plotly-6.8.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f9/ef/2196b9bf88ffa1bde45853c72df021fbd07a8fa91a0f59a22d14a050dc04/emcee-3.1.6-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fa/bc/8b8ec5a4bfc5b9cf3ce27a118339e994f88410be5677c96493e0ea28e76d/dunamai-1.26.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fb/76/641ae371508676492379f16e2fa48f4e2c11741bd63c48be4b12a6b09cba/aiosignal-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fd/7b/122376b1fd3c62c1ed9dc80c931ace4844b3c55407b6fb2d199377c9736f/pydantic-2.13.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fe/3b/8ec5074bcfc450fe84273713b4b0a0dd47c0249358f5d82eb8104ffe2520/multidict-6.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/fe/d7/a71b12b625c44cfcb95d41397752edccc0a731903081609cffd6720f671d/asteval-1.0.9-py3-none-any.whl osx-arm64: - conda: https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda @@ -535,97 +535,98 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.2-h8088a28_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.7-hbf9d68e_6.conda - pypi: . - - pypi: /Users/andrewsazonov/Development/github.com/easyscience/deps-pycrysfml/dist/pyCFML/wheel/crysfml-0.6.2+devdirty4-cp314-cp314-macosx_26_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/02/08/9c41fb51ab5b43eb21674aff13df270e8ba6c4b29c8624e328dc7a9482af/distlib-0.4.3-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/04/f1/58c14b37525dc075f3bdf149251f079723049a9f1c82eb48835a0e6b8db3/diffpy_pdffit2-1.6.0-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/06/41/4e70dea1d0311016c0b0b1c53a24a266f9f8a34c6bc1af0f17cfca20aa1d/gemmi-0.7.5-cp314-cp314-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/0b/f9/f15c95d6b200167cb22c5eca5eecfa9d28a8ee3f74095f1cd2345c71f2f9/pydoclint-0.8.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/0d/12/bbce9472f489cb5c4c23b0d13e5c59c37c1aab11b7ac637dfe6bbdccebe7/copier-9.15.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/38/8c5e72d53ff8eb27497c4f268a7f6d9121e727a50b65248288ad79a93053/python_socketio-5.16.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0d/fe/6bea5c9162869c5beba5d9c8abbed835ec85bf1ec1fba05a3822325c45f3/build-1.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/10/bd/c038d7cc38edc1aa5bf91ab8068b63d4308c66c4c8bb3cbba7dfbc049f9c/pyparsing-3.3.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/10/cb/f2ad4230dc2eb1a74edf38f1a38b9b52277f75bef262d8908e60d957e13c/blinker-1.9.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/11/8c/c9138d881c79aa0ea9ed83cbd58d5ca75624378b38cee225dcf5c42cc91f/griffelib-2.0.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/12/c9/6869a1dcf4aaf309b9543ec070be3ec3adebee7c9bec9af8c230494134b9/interrogate-1.7.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/13/37/a065dc3bd6e49423a6532c642ca7378d3f467b1ef44c2800c937af7f9739/filelock-3.29.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/13/95/cf3f7fe4910cf0365fa8ea0c731f4b8a624d97cd76ea777913ac8d0868e2/mkdocs_jupyter-0.26.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/1b/9f/38ff9e57a2eade7bf9dfee5eae17f39fc0e998658050279cbb14d97d36d9/msgpack-1.1.2-cp314-cp314-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/1a/82/a70006589557f267f15bd384c0642ad49f0d97b690c3a05b166b9dcbad3b/python_discovery-1.4.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1c/59/964ecb8008722d27d8a835baea81f56a91cea8e097b3be992bc6ccde6367/versioningit-3.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/1d/77/928ea2e70641ca177a11140062cc5840d421795f2e82749d408d0cce900a/narwhals-2.21.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1e/77/dc8c558f7593132cf8fefec57c4f60c83b16941c574ac5f619abb3ae7933/dill-0.4.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1e/d3/26bf1008eb3d2daa8ef4cacc7f3bfdc11818d111f7e2d0201bc6e3b49d45/annotated_doc-0.0.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/20/16/e777eadfa0c0305878c36fae1d5e6db474fbb15dae202b9ec378809dfb4d/nbstripout-0.9.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/20/7a/1c6e3562dfd8950adbb11ffbc65d21e7c89d01a6e4f137fa981056de25c5/gitpython-3.1.50-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/22/5b/dbc6a8cddc9cfa9c4971d59fb12bb8d42e161b7e7f8cc89e49137c5b279c/mkdocs-1.6.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/24/25/2201973529af2c954de0bb725323c3aaed6d7f0ceee8f550dec9185df013/typer-0.26.7-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/27/d2/23d25e3f247b328be58d04a4c9f894178a0d1eda7d42867cfb388adaf416/fonttools-4.63.0-cp314-cp314-macosx_10_15_universal2.whl - pypi: https://files.pythonhosted.org/packages/28/88/4789719fbbe166d12d345b3ac66b96105f10001b16e00a9765ba29261a21/nbqa-1.9.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/28/de/a3e710469772c6a89595fc52816da05c1e164b4c866a89e3cb82fb1b67c5/mkdocs_autorefs-1.4.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2a/2d/d4bf65e47cea8ff2c794a600c4fd1273a7902f268757c531e0ee9f18aa58/pooch-1.9.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2c/01/bc663630c510822c95c47a66af9fa7a443c295b47d5f041e5e6ae62ef659/mkdocs_material-9.7.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2c/02/3623e6169bed617ed1e2d372f7c69f92ec28d54c4dfc997055c8578ec148/virtualenv-21.5.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2c/19/04f9b178c2d8a15b076c8b5140708fa6ffc5601fb6f1e975537072df5b2a/mergedeep-1.3.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/32/28/79f0f8de97cce916d5ae88a7bee1ad724855e83e6019c0b4d5b3fabc80f3/mkdocstrings_python-2.0.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/32/46/9cb0e58b2deb7f82b84065f37f3bffeb12413f947f9388e4cac22c4621ce/sortedcontainers-2.4.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/33/29/e756e715a48959f1c0045342088d7ca9762a2f509b945f362a316e9412b7/pytest_benchmark-5.2.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/33/6b/e0547afaf41bf2c42e52430072fa5658766e3d65bd4b03a563d1b6336f57/distlib-0.4.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/33/b2/986d1220f6ee931e338d272bc1f3ec02cfe5f9b5fad84e95afdad57f1ebc/format_docstring-0.2.7-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/33/f0/3fe8c6e69135a845f4106f2ff8b6805638d4e85c264e70114e8126689587/tokenize_rt-6.2.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/7e/7b91c89a4cf0f543a83be978657afb20c86af6d725253e319589dcc4ce52/lmfit-1.3.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/8b/7ec325b4e9e78beefc2d025b01ee8a2fde771ef7c957c3bff99b9e1fbffa/xraydb-4.5.8-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/3a/eb/fea4d1d51c49832120f7f285d07306db3960f423a2612c6057caf3e8196f/pip-26.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3c/26/1062c7ec1b053db9e499b4d2d5bc231743201b74051c973dadeac80a8f43/questionary-2.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3d/66/f044d53935b142d47ce2a65b8c4f51fdb5ca85ee1035fb2b7857971b122e/pybaselines-1.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/3d/a7/1ebae2ab5b961b5c79bb09fe7b3ac99edb190d8be4a8c510b2cf66f46468/coverage-7.14.1-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/3e/17/1f31d8562e6f970d64911f1abc330d233bc0c0601411cf7e19c1292be6da/spdx_headers-1.5.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/5c/fb93d3092640a24dfb7bd7727a24016d7c01774ca013e60efd3f683c8002/backrefs-7.0-py314-none-any.whl - pypi: https://files.pythonhosted.org/packages/3f/d0/7b958df957e4827837b590944008f0b28078f552b451f7407b4b3d54f574/asciichartpy-1.5.25-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/3f/f9/2b3ff4e56e5fa7debfaf9eb135d0da96f3e9a1d5b27222223c7296336e5f/typer-0.25.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/41/86/86231232fff41c9f8e4a1a7d7a597d349a02527109c3af7d618366122139/matplotlib-3.10.9-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/42/a1/52fa05533e95fe45bcc09bcf8a503874b1c08f221a4e35608017e0938f55/codespell-2.4.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/48/ca/36339329c4604adbcc99c899b7eb1ce1a555c499b6a6860757dc9bfed36d/narwhals-2.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/49/b2/97980f3ad4fae37dd7fe31626e2bf75fbf8bdf5d303950ec1fab39a12da8/kiwisolver-1.5.0-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/51/ac/b9d68ebddfe1b02c77af5bf81120e12b036b4432dc6af7a303d90e2bc38b/chardet-7.4.3-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/52/59/0782e51887ac6b07ffd1570e0364cf901ebc36345fea669969d2084baebb/simple_websocket-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/56/9e/d13e40f83b8d0a94430e6778ce1d94a43b38cf2efe63278bdd2b4c65abbf/ruff-0.15.14-py3-none-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/58/e0/f1871f520c359e4e3a2eb7437c9e7e792bb6c356414e8617937561167caf/pycifrw-5.0.1.tar.gz + - pypi: https://files.pythonhosted.org/packages/59/2d/d741fbbbcba7eb6f9f1a829373c558114d59cb882b95f941aa0dc060861f/plumbum-2.0.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5b/29/74eeb4d3f3ae61ca096b018ad486b3b3c74b17bec09ab4edab721cbefec3/typeguard-4.5.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5b/54/662a4743aa81d9582ee9339d4ffa3c8fd40a4965e033d77b9da9774d3960/mkdocs_material_extensions-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5b/69/93b34728cc386efdde0c342f8c680b9187dea7beb7adaf6b58a0713be101/mpld3-0.5.12-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5d/95/6b5cb3461ea5673ba0995989746db58eb18b91b54dbf331e72f569540946/pip-26.1.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5e/e3/00ec594aef5f55522e6d373bc2ac53e53a8f5e9ae32f2d6854b0de4270f3/mkdocstrings_python-2.0.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5f/fc/a7bf5b6e4e617b45f90f2d9d2a68519c249c81dd4fc2658c7a2a61c4f4b7/aiohappyeyeballs-2.6.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/60/61/23f27c172f022e04025b7dc2367f4d63c1a398120607ec896228649a6f48/numpy-2.4.6-cp314-cp314-macosx_14_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/61/2b/e260d50e64690d2a9e405d52ccd18a63c286c5088937dd0107cb23eb3195/diffpy_utils-3.7.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/63/b1/4260d67d6bd85e58a66b72d54ce15d5de789b6f3870cc6bedf8ff9667401/propcache-0.5.2-cp314-cp314-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/63/f0/92e15295f717a5e43b73cc215bc8731d1b73bb2a89168f473a74dfdc2803/crysfml-0.7.0-cp314-cp314-macosx_14_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/68/10/bf2d6738d72748b961a3751ab89522d58c54efc36a8e1a12161216cd45cf/pandas-3.0.3-cp314-cp314-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/68/58/bd41f7688b2fd5623012605130ed70e60aa7f2244baa3d5066bdd61530c8/ruff-0.15.17-py3-none-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/6a/b7/9366ed44ced9b7ef357ab48c94205280276db9d7f064aa3012a97227e966/h5py-3.16.0-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/6e/94/be70f8ee9c45f2f62b39a1f0e9303bc20e138a8f3b8e50ffd89498e177e1/mkdocstrings-1.0.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/72/7d/733c088265e01e653c70e89e58345a3dd346acc34af26987314b84b9ffaa/copier-9.15.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/72/b9/313e8f2f2e9517ae050a692ae7b3e4b3f17cc5e6dfea0db51fe14e586580/jinja2_ansible_filters-1.3.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/72/dc/0decaf5da92a7a969374474025787102d811d42aed1d32191fa338620e15/python_socketio-5.16.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/76/8e/56ccb09c7232a55403a7637caa21922f3b65901a37f5e8bdb405d0de0946/mike-2.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/78/3c/2a612b95ddbb9a6bdcb47b7a93c4884f74c6ff22356b2f7b213b16e65c35/pycifstar-0.3.0.tar.gz - pypi: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/79/ad/45312df6b63ba64ea35b8d8f5f0c577aac16e6b416eafe8e1cb34e03f9a7/plumbum-1.10.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7b/67/b1944235474aac3f0b0e1b232ce49547f9f9461ca4b943df1b88da5d3f1d/bumps-1.0.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7c/03/b8cdb625a21f710dfa11bbca1f48fb4057d2c0286975f8b415bf80942c99/matplotlib-3.11.0-cp314-cp314-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/7c/a4/81502f486f01db95bc8320646a8a12511f5e556cb63d5e224d91816605c4/trove_classifiers-2026.6.1.19-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/85/545a951eecc270fcd688288c600017e2050a1aacb56c711d208586d3e470/pymdown_extensions-10.21.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/80/6e/4b28b62ecb6aae56769c34a8ff1d661473ec1e9519e2d5f8b2c150086b26/pre_commit-4.6.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/81/47/dd9a212ef6e343a6857485ffe25bba537304f1913bdbed446a23f7f592e1/filelock-3.29.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/82/3b/64d4899d73f91ba49a8c18a8ff3f0ea8f1c1d75481760df8c68ef5235bf5/rich-15.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/85/d7/9b6ac05350ab7f7d3a730ff143ff3e2cada54514117c37be37e26dc91242/docstripy-0.7.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/88/29/744136411e785c4b0b744d5413e56555265939ab3a104c6a4b719dad33fd/mkdocs_get_deps-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/88/39/799be3f2f0f38cc727ee3b4f1445fe6d5e4133064ec2e4115069418a5bb6/cloudpickle-3.1.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/88/b2/d0896bdcdc8d28a7fc5717c305f1a861c26e18c05047949fb371034d98bd/nodeenv-1.10.0-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/8b/5a/ba30a81239b909821b3153e303e7def45178bf353da4f72380e6c5e8793b/pytest-9.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8f/5e/f1e1dd319e35e962a4e00b33150a8868b6329cc1d19fd533436ba5488f09/uncertainties-3.2.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/90/96/04b8e52da071d28f5e21a805b19cb9390aa17a47462ac87f5e2696b9566d/paginate-0.5.7-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/90/ad/cba91b3bcf04073e4d1655a5c1710ef3f457f56f7d1b79dcc3d72f4dd912/plotly-6.7.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/f7/d00d9b4a0313a6be3a3e0818e6375e15da6d7076f4ae47d1324e7ca986a1/radon-6.0.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/94/84/d9273cd09688070a6523c4aee4663a8538721b2b755c4962aafae0011e72/identify-2.6.19-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/96/5d/0c59079aa7ef34980a5925a06a90ad2b7c94e486c194b3527d557cabb042/cryspy-0.11.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/99/31/6cf181011dc738c33bf6ba7aea2e8e1d3c1f71b7dab1942f3054f66f6202/asteval-1.0.8-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/37/e8730c3587a65eb5645d4aba2d27aae48e8003614d6aaf15dda67f702f1f/bidict-0.23.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/55/db07de81b5c630da5cbf5c7df646580ca26dfaefa593667fc6f2fe016d2e/tabulate-0.10.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9a/db/2df9a1fca597a273f957a559c20c2d95d629928384507b2afa43ba6909d1/pytest_randomly-4.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/9b/91/cc8cc78a111826c54743d88651e1687008133c37e5ee615fee9b57990fac/aiohttp-3.13.5-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/9d/7a/d968e294073affff457b041c2be9868a40c1c71f4a35fcc1e45e5493067b/pytest_cov-7.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9e/43/53afb8ba17218f19b77c7834128566c5bbb100a0ad9ba2e8e89d089d7079/autopep8-2.3.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/61/5c78b91c3143ed5c14207f463aecfc8f9dbb5092fb2869baf37c273b2705/gitdb-4.0.12-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a1/93/72b1736d68f03fda5fdf0f2180fb6caaae3894f1b854d006ac61ecc727ee/frozenlist-1.8.0-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/a2/09/77d55d46fd61b4a135c444fc97158ef34a095e5681d0a6c10b75bf356191/sympy-1.14.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a2/23/ce3a543935a01e478349e82f6c1440776f92d4cb346662c4d81574878fed/hypothesis-6.155.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a4/39/3a0ae5b0edb66e61bb0e8bc53a503495cba5892297ae21faf6ba0525e681/varname-1.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a4/ce/3b6fee91c85626eaf769d617f1be9d2e15c1cca027bbdeb2e0d751469355/verspec-0.1.0-py3-none-any.whl @@ -635,12 +636,13 @@ environments: - pypi: https://files.pythonhosted.org/packages/aa/ec/d9be3bd1db141e76b2f525c265f70e66edd30a51a3307d8edf0ef1909c54/jupytext-1.19.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ab/84/02fc1827e8cdded4aa65baef11296a9bbe595c474f0d6d758af082d849fd/execnet-2.1.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ad/1f/8970b150a4b4365623ae00fc88603491f763c627311ae8031e3111356d6e/pydantic_core-2.46.4-cp314-cp314-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/b1/49/a739be2e1d02a96a658eb71ab45d921c874249252358ad24a5bffdd02525/sqlalchemy-2.0.51-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b3/52/bc858b1665d0dec3a2511f4e6f5c18ea85c0977563d624d597c95d6d0fd7/jupyterquiz-2.9.6.4-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b3/81/4da04ced5a082363ecfa159c010d200ecbd959ae410c10c0264a38cac0f5/markdown_it_py-4.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b4/5e/bf11645aebb9af7d8d35927c40d3855816a0855c799e8156eeca8d632c90/diffpy_structure-3.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b7/28/180bfc5c95e83d40cb2abce512684ccad44e4819ec899fc36cb404a19061/python_engineio-4.13.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b7/6f/a05a317a66fee0aad270011461f1a63a453ed12471249f172f7d2e2bc7b4/python_discovery-1.3.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b7/36/ca79e758c05bb40afb6a03178fa68618149f31293b8cee6969d0fe1bfcb7/pydoclint-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b7/ee/e9c95cda829131f71a8dff5ce0406059fd16e591c074414e31ada19ba7c3/validate_pyproject-0.25-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ba/8c/1a9e46228571de18f8e28f16fabdfc20212a5d019f3e3303452b3f0a580d/pillow-12.2.0-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/ba/b1/5297bb6a7df4782f7605bffc43b31f5044070935fbbcaa6c705a07e6ac65/yarl-1.24.2-cp314-cp314-macosx_11_0_arm64.whl @@ -650,12 +652,11 @@ environments: - pypi: https://files.pythonhosted.org/packages/c6/3d/020a6b6248c3d4a37797db068256f0b3f15b01bc481327ba888c50309aa8/mkdocs_plugin_inline_svg-0.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c7/0d/67e5b4109ea4a837e80daa87c2c696711955e40449a97e8926672534def2/click-8.4.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c7/a0/5ff05d1919ca249508012cad89f08fdc6cfbdaa15b41651c5fe6dffaf1d3/dfo_ls-1.6.5-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c9/02/9a14d3048ffa4f45b7c60956a9b22688dd925d6de50f6baf7e55f3664942/trove_classifiers-2026.5.22.10-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ca/31/d4e37e9e550c2b92a9cbc2e4d0b7420a27224968580b5a447f420847c975/pytest_xdist-3.8.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/ca/aa/53ddfba0e347cc4b484e95f629c5850b9e800ca8390c91ffc604407acf87/msgpack-1.2.0-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/cb/b1/3846dd7f199d53cb17f49cba7e651e9ce294d8497c8c150530ed11865bb8/iniconfig-2.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d2/f0/834e479e47e499b6478e807fb57b31cc2db696c4db30557bb6f5aea4a90b/mando-0.7.1-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d4/24/a372aaf5c9b7208e7112038812994107bc65a84cd00e0354a88c2c77a617/pytest-9.0.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d5/08/c2409cb01d5368dcfedcbaffa7d044cc8957d57a9d0855244a5eb4709d30/funcy-2.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d7/27/a58ddaf8c588a3ef080db9d0b7e0b97215cee3a45df74f3a94dbbf5c893a/pycodestyle-2.14.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/db/3c/33bac158f8ab7f89b2e59426d5fe2e4f63f7ed25df84c036890172b412b5/cfgv-3.5.0-py2.py3-none-any.whl @@ -663,26 +664,25 @@ environments: - pypi: https://files.pythonhosted.org/packages/db/7d/7f3d619e951c88ed75c6037b246ddcf2d322812ee8ea189be89511721d54/watchdog-6.0.0.tar.gz - pypi: https://files.pythonhosted.org/packages/dc/9b/47798a6c91d8bdb567fe2698fe81e0c6b7cb7ef4d13da4114b41d239f65d/typing_inspection-0.4.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/de/1f/77fa3081e4f66ca3576c896ae5d31c3002ac6607f9747d2e3aa49227e464/markdown-3.10.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/df/32/10ac51b4be7cdecd7e93d069251c86dfbf70b7adbd7c67b48ccea6c49e1c/sqlalchemy-2.0.50-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/e0/a9/023730ba63db1e494a271cb018dcd361bd2c917ba7004c3e49d5daf795a2/py_cpuinfo-9.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/e9/a7/248e1aebe0c7810b0271e021a0f2a5eb6e78a051885b3c9df49f42a5802d/aiohttp-3.14.1-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/eb/be/b257e12f9710819fde40adc972578bee6b72c5992da1bc8369bef2597756/nbmake-1.5.5-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ec/6e/e735f27ac1a530a4cd0a31cd970ec495a3a11830fdc5d281cc292593b330/hypothesis-6.155.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ee/8c/83087ebc47ab0396ce092363001fa37c17153119ee282700c0713a195853/prettytable-3.17.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f1/4f/733c48f270565d78b4544f2baddc2fb2a245e5a8640254b12c36ac7ac68e/multidict-6.7.1-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/f1/d9/7fb5aa316bc299258e68c73ba3bddbc499654a07f151cba08f6153988714/pathspec-1.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f2/f2/728f041460f1b9739b85ee23b45fa5a505962ea11fd85bdbe2a02b021373/darkdetect-0.8.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f3/9b/4165a1d56ddc302a0e2d518fd9d412a4fd0b57562618c78c5f21c57194f5/coverage-7.14.0-cp314-cp314-macosx_11_0_arm64.whl - - pypi: https://files.pythonhosted.org/packages/f4/34/a9dbe051de88a63eb7408ea66630bac38e72f7f6077d4be58737106860d9/virtualenv-21.3.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/a4/61adb19f3c74b0dc0e411de4f06ebef564b1f179928f9dffcbd4b378f2ef/jupyter_notebook_parser-0.1.4-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f6/f0/10642828a8dfb741e5f3fbaac830550a518a775c7fff6f04a007259b0548/py-1.11.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f7/ec/67fbef5d497f86283db54c22eec6f6140243aae73265799baaaa19cd17fb/ghp_import-2.1.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f9/14/abe5ce876ab5b66ee3c691bf537fcd43d037aea55d447aacf74630a8f31e/plotly-6.8.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f9/ef/2196b9bf88ffa1bde45853c72df021fbd07a8fa91a0f59a22d14a050dc04/emcee-3.1.6-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fa/bc/8b8ec5a4bfc5b9cf3ce27a118339e994f88410be5677c96493e0ea28e76d/dunamai-1.26.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fb/76/641ae371508676492379f16e2fa48f4e2c11741bd63c48be4b12a6b09cba/aiosignal-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fd/7b/122376b1fd3c62c1ed9dc80c931ace4844b3c55407b6fb2d199377c9736f/pydantic-2.13.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fd/e1/3542a9cb596cadd76fcef413f19c79216e002623158befe6daa03dbfa88c/contourpy-1.3.3-cp314-cp314-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/fe/d7/a71b12b625c44cfcb95d41397752edccc0a731903081609cffd6720f671d/asteval-1.0.9-py3-none-any.whl win-64: - conda: https://conda.anaconda.org/conda-forge/noarch/_python_abi3_support-1.0-hd8ed1ab_2.conda - conda: https://conda.anaconda.org/conda-forge/noarch/anyio-4.13.0-pyhcf101f3_0.conda @@ -860,87 +860,89 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.2-hfd05255_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.7-h534d264_6.conda - pypi: . - - pypi: git+https://github.com/ikibalin/cryspy.git?branch=38-add-support-for-sycos-and-sysin-for-systematic-peak-position-corrections#4b3d9b022d07f81ecac31de84f75017f971cdcdf + - pypi: https://files.pythonhosted.org/packages/02/08/9c41fb51ab5b43eb21674aff13df270e8ba6c4b29c8624e328dc7a9482af/distlib-0.4.3-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/0b/f9/f15c95d6b200167cb22c5eca5eecfa9d28a8ee3f74095f1cd2345c71f2f9/pydoclint-0.8.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/0c/53/b50773ecf1d1e4a5858ee13011e30317ba02639ae4a1411a34967951fc9b/crysfml-0.6.2-cp314-cp314-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/0d/12/bbce9472f489cb5c4c23b0d13e5c59c37c1aab11b7ac637dfe6bbdccebe7/copier-9.15.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/0a/38/8c5e72d53ff8eb27497c4f268a7f6d9121e727a50b65248288ad79a93053/python_socketio-5.16.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0d/fe/6bea5c9162869c5beba5d9c8abbed835ec85bf1ec1fba05a3822325c45f3/build-1.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/10/bd/c038d7cc38edc1aa5bf91ab8068b63d4308c66c4c8bb3cbba7dfbc049f9c/pyparsing-3.3.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/10/cb/f2ad4230dc2eb1a74edf38f1a38b9b52277f75bef262d8908e60d957e13c/blinker-1.9.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/11/8c/c9138d881c79aa0ea9ed83cbd58d5ca75624378b38cee225dcf5c42cc91f/griffelib-2.0.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/12/c9/6869a1dcf4aaf309b9543ec070be3ec3adebee7c9bec9af8c230494134b9/interrogate-1.7.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/13/37/a065dc3bd6e49423a6532c642ca7378d3f467b1ef44c2800c937af7f9739/filelock-3.29.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/13/95/cf3f7fe4910cf0365fa8ea0c731f4b8a624d97cd76ea777913ac8d0868e2/mkdocs_jupyter-0.26.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1a/82/a70006589557f267f15bd384c0642ad49f0d97b690c3a05b166b9dcbad3b/python_discovery-1.4.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/1a/f7/3a9e6389a7cfaeff76c56e40c2dabcb13110e21e82f837228c834ebe748c/matplotlib-3.11.0-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/1c/59/964ecb8008722d27d8a835baea81f56a91cea8e097b3be992bc6ccde6367/versioningit-3.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/1d/77/928ea2e70641ca177a11140062cc5840d421795f2e82749d408d0cce900a/narwhals-2.21.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1e/77/dc8c558f7593132cf8fefec57c4f60c83b16941c574ac5f619abb3ae7933/dill-0.4.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1e/d3/26bf1008eb3d2daa8ef4cacc7f3bfdc11818d111f7e2d0201bc6e3b49d45/annotated_doc-0.0.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/20/16/e777eadfa0c0305878c36fae1d5e6db474fbb15dae202b9ec378809dfb4d/nbstripout-0.9.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/20/7a/1c6e3562dfd8950adbb11ffbc65d21e7c89d01a6e4f137fa981056de25c5/gitpython-3.1.50-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/22/4d/eaedff67fc805aeba4ba746aec891b4b24cebb1a7d078084b6300f79d063/aiohttp-3.13.5-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/22/5b/dbc6a8cddc9cfa9c4971d59fb12bb8d42e161b7e7f8cc89e49137c5b279c/mkdocs-1.6.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/24/25/2201973529af2c954de0bb725323c3aaed6d7f0ceee8f550dec9185df013/typer-0.26.7-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/28/88/4789719fbbe166d12d345b3ac66b96105f10001b16e00a9765ba29261a21/nbqa-1.9.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/28/de/a3e710469772c6a89595fc52816da05c1e164b4c866a89e3cb82fb1b67c5/mkdocs_autorefs-1.4.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2a/2d/d4bf65e47cea8ff2c794a600c4fd1273a7902f268757c531e0ee9f18aa58/pooch-1.9.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2c/01/bc663630c510822c95c47a66af9fa7a443c295b47d5f041e5e6ae62ef659/mkdocs_material-9.7.6-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2c/02/3623e6169bed617ed1e2d372f7c69f92ec28d54c4dfc997055c8578ec148/virtualenv-21.5.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/2c/19/04f9b178c2d8a15b076c8b5140708fa6ffc5601fb6f1e975537072df5b2a/mergedeep-1.3.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/32/28/79f0f8de97cce916d5ae88a7bee1ad724855e83e6019c0b4d5b3fabc80f3/mkdocstrings_python-2.0.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/2d/44/b3a11f7aa34cb38f1b7f3df8bcd9fcd09bac9d342c2a2c9b8686c804bcd2/greenlet-3.5.2-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/32/46/9cb0e58b2deb7f82b84065f37f3bffeb12413f947f9388e4cac22c4621ce/sortedcontainers-2.4.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/33/29/e756e715a48959f1c0045342088d7ca9762a2f509b945f362a316e9412b7/pytest_benchmark-5.2.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/33/6b/e0547afaf41bf2c42e52430072fa5658766e3d65bd4b03a563d1b6336f57/distlib-0.4.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/33/b2/986d1220f6ee931e338d272bc1f3ec02cfe5f9b5fad84e95afdad57f1ebc/format_docstring-0.2.7-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/33/f0/3fe8c6e69135a845f4106f2ff8b6805638d4e85c264e70114e8126689587/tokenize_rt-6.2.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/55/792619469bab9882d8bbd5865d45a72f6478762d04a9af4bf0d08c503e95/pandas-3.0.3-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/38/7e/7b91c89a4cf0f543a83be978657afb20c86af6d725253e319589dcc4ce52/lmfit-1.3.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/38/8b/7ec325b4e9e78beefc2d025b01ee8a2fde771ef7c957c3bff99b9e1fbffa/xraydb-4.5.8-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/3a/eb/fea4d1d51c49832120f7f285d07306db3960f423a2612c6057caf3e8196f/pip-26.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3c/26/1062c7ec1b053db9e499b4d2d5bc231743201b74051c973dadeac80a8f43/questionary-2.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3d/66/f044d53935b142d47ce2a65b8c4f51fdb5ca85ee1035fb2b7857971b122e/pybaselines-1.2.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/3d/b2/8fc77f3723228836fa5d12497eb71c808f83782e10d058d2b15cfa14640b/ruff-0.15.17-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/3e/14/615a450205e1b56d16c6783f5ccd116cde05550faad70ae077c955654a75/h5py-3.16.0-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/3e/17/1f31d8562e6f970d64911f1abc330d233bc0c0601411cf7e19c1292be6da/spdx_headers-1.5.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/5c/fb93d3092640a24dfb7bd7727a24016d7c01774ca013e60efd3f683c8002/backrefs-7.0-py314-none-any.whl - pypi: https://files.pythonhosted.org/packages/3f/d0/7b958df957e4827837b590944008f0b28078f552b451f7407b4b3d54f574/asciichartpy-1.5.25-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/3f/f9/2b3ff4e56e5fa7debfaf9eb135d0da96f3e9a1d5b27222223c7296336e5f/typer-0.25.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/42/a1/52fa05533e95fe45bcc09bcf8a503874b1c08f221a4e35608017e0938f55/codespell-2.4.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/48/ca/36339329c4604adbcc99c899b7eb1ce1a555c499b6a6860757dc9bfed36d/narwhals-2.22.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/4b/39/f0e8ea762a764a9dc52aa7dabcfad51a354819de1f0d4652b6a1122424d6/scipy-1.17.1-cp314-cp314-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/4d/13/6517bf966b841c7675ded30701a068ce141f3e698a27aaa35c702d8e078b/msgpack-1.2.0-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/52/59/0782e51887ac6b07ffd1570e0364cf901ebc36345fea669969d2084baebb/simple_websocket-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/58/e0/f1871f520c359e4e3a2eb7437c9e7e792bb6c356414e8617937561167caf/pycifrw-5.0.1.tar.gz + - pypi: https://files.pythonhosted.org/packages/59/2d/d741fbbbcba7eb6f9f1a829373c558114d59cb882b95f941aa0dc060861f/plumbum-2.0.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/59/ad/9caa9b9c836d9ad6f067157a531ac48b7d36499f5036d4141ce78c230b1b/frozenlist-1.8.0-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/5b/29/74eeb4d3f3ae61ca096b018ad486b3b3c74b17bec09ab4edab721cbefec3/typeguard-4.5.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5b/54/662a4743aa81d9582ee9339d4ffa3c8fd40a4965e033d77b9da9774d3960/mkdocs_material_extensions-1.3.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5b/69/93b34728cc386efdde0c342f8c680b9187dea7beb7adaf6b58a0713be101/mpld3-0.5.12-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5d/95/6b5cb3461ea5673ba0995989746db58eb18b91b54dbf331e72f569540946/pip-26.1.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/5e/e3/00ec594aef5f55522e6d373bc2ac53e53a8f5e9ae32f2d6854b0de4270f3/mkdocstrings_python-2.0.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5f/fc/a7bf5b6e4e617b45f90f2d9d2a68519c249c81dd4fc2658c7a2a61c4f4b7/aiohappyeyeballs-2.6.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/61/2b/e260d50e64690d2a9e405d52ccd18a63c286c5088937dd0107cb23eb3195/diffpy_utils-3.7.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/61/d2/45c9defbaa1ea297035d9d4cce9e8f80daafbf19319c6007f157c6256ea9/propcache-0.5.2-cp314-cp314-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/6a/a4/8c78b83d4329be85b122b0acb9523e5639cb0bbf7a12883de0d2e3334f54/crysfml-0.7.0-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/6e/94/be70f8ee9c45f2f62b39a1f0e9303bc20e138a8f3b8e50ffd89498e177e1/mkdocstrings-1.0.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/6e/f1/abd09c2ae91228c5f3998dbd7f41353def9eac64253de3c8105efa2082f7/msgpack-1.1.2-cp314-cp314-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/72/7d/733c088265e01e653c70e89e58345a3dd346acc34af26987314b84b9ffaa/copier-9.15.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/72/b9/313e8f2f2e9517ae050a692ae7b3e4b3f17cc5e6dfea0db51fe14e586580/jinja2_ansible_filters-1.3.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/72/dc/0decaf5da92a7a969374474025787102d811d42aed1d32191fa338620e15/python_socketio-5.16.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/76/8e/56ccb09c7232a55403a7637caa21922f3b65901a37f5e8bdb405d0de0946/mike-2.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/78/3c/2a612b95ddbb9a6bdcb47b7a93c4884f74c6ff22356b2f7b213b16e65c35/pycifstar-0.3.0.tar.gz - pypi: https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/79/ad/45312df6b63ba64ea35b8d8f5f0c577aac16e6b416eafe8e1cb34e03f9a7/plumbum-1.10.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7b/67/b1944235474aac3f0b0e1b232ce49547f9f9461ca4b943df1b88da5d3f1d/bumps-1.0.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7b/78/55b12e70f45bccc40d9e483925c065027b3b98ea4cbbdf6f8c2546feaf6c/sqlalchemy-2.0.51-cp314-cp314-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/7c/a4/81502f486f01db95bc8320646a8a12511f5e556cb63d5e224d91816605c4/trove_classifiers-2026.6.1.19-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7d/c2/57f54b03d0f22d4044b8afb9ca0e184f8b1afd57b4f735c2fa70883dc601/contourpy-1.3.3-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/7e/85/545a951eecc270fcd688288c600017e2050a1aacb56c711d208586d3e470/pymdown_extensions-10.21.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/7f/a0/fe92bb9817863bc13ba093bda931979a26cc2ca69f8e8f26d07add3d7c6f/sqlalchemy-2.0.50-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/80/6e/4b28b62ecb6aae56769c34a8ff1d661473ec1e9519e2d5f8b2c150086b26/pre_commit-4.6.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/81/47/dd9a212ef6e343a6857485ffe25bba537304f1913bdbed446a23f7f592e1/filelock-3.29.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/82/3b/64d4899d73f91ba49a8c18a8ff3f0ea8f1c1d75481760df8c68ef5235bf5/rich-15.0.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/82/d0/26c81ffbe588f936d05f395da34046c66322e8067c9fd331c788c4f682f2/diffpy_pdffit2-1.6.0-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/85/d7/9b6ac05350ab7f7d3a730ff143ff3e2cada54514117c37be37e26dc91242/docstripy-0.7.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/88/29/744136411e785c4b0b744d5413e56555265939ab3a104c6a4b719dad33fd/mkdocs_get_deps-0.2.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/88/39/799be3f2f0f38cc727ee3b4f1445fe6d5e4133064ec2e4115069418a5bb6/cloudpickle-3.1.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/88/b2/d0896bdcdc8d28a7fc5717c305f1a861c26e18c05047949fb371034d98bd/nodeenv-1.10.0-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/8a/bd/e11a108317485075e68af9d23039619b86b28130c3b50d227d42edece64b/greenlet-3.5.1-cp314-cp314-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/8b/5a/ba30a81239b909821b3153e303e7def45178bf353da4f72380e6c5e8793b/pytest-9.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/8f/5e/f1e1dd319e35e962a4e00b33150a8868b6329cc1d19fd533436ba5488f09/uncertainties-3.2.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/90/96/04b8e52da071d28f5e21a805b19cb9390aa17a47462ac87f5e2696b9566d/paginate-0.5.7-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/90/ad/cba91b3bcf04073e4d1655a5c1710ef3f457f56f7d1b79dcc3d72f4dd912/plotly-6.7.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/f7/d00d9b4a0313a6be3a3e0818e6375e15da6d7076f4ae47d1324e7ca986a1/radon-6.0.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/94/84/d9273cd09688070a6523c4aee4663a8538721b2b755c4962aafae0011e72/identify-2.6.19-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/99/31/6cf181011dc738c33bf6ba7aea2e8e1d3c1f71b7dab1942f3054f66f6202/asteval-1.0.8-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/96/5d/0c59079aa7ef34980a5925a06a90ad2b7c94e486c194b3527d557cabb042/cryspy-0.11.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/37/e8730c3587a65eb5645d4aba2d27aae48e8003614d6aaf15dda67f702f1f/bidict-0.23.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/55/db07de81b5c630da5cbf5c7df646580ca26dfaefa593667fc6f2fe016d2e/tabulate-0.10.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9a/db/2df9a1fca597a273f957a559c20c2d95d629928384507b2afa43ba6909d1/pytest_randomly-4.1.0-py3-none-any.whl @@ -948,6 +950,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/9e/43/53afb8ba17218f19b77c7834128566c5bbb100a0ad9ba2e8e89d089d7079/autopep8-2.3.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/61/5c78b91c3143ed5c14207f463aecfc8f9dbb5092fb2869baf37c273b2705/gitdb-4.0.12-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a2/09/77d55d46fd61b4a135c444fc97158ef34a095e5681d0a6c10b75bf356191/sympy-1.14.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/a2/23/ce3a543935a01e478349e82f6c1440776f92d4cb346662c4d81574878fed/hypothesis-6.155.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a3/36/4e551e8aa55c9188bca9abb5096805edbf7431072b76e2298e34fd3a3008/kiwisolver-1.5.0-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a4/39/3a0ae5b0edb66e61bb0e8bc53a503495cba5892297ae21faf6ba0525e681/varname-1.0.0-py3-none-any.whl @@ -956,7 +959,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/a5/69/6da5581c6a7fede7dc261bf4e67d6adca4196f176b43288b55b3db395b6e/mdit_py_plugins-0.6.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a8/4e/c09876f08fa9faaa5e1178f3d77b7af3f343258689bd6f3b72593b2f74e3/mkdocs_markdownextradata_plugin-0.2.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/aa/ec/d9be3bd1db141e76b2f525c265f70e66edd30a51a3307d8edf0ef1909c54/jupytext-1.19.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ab/1a/5a4f747a8b271cbb024946d2dd3c913ab5032ba430626f8c3528ada96b4b/matplotlib-3.10.9-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/ab/84/02fc1827e8cdded4aa65baef11296a9bbe595c474f0d6d758af082d849fd/execnet-2.1.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b1/2c/cad8b5e3623a987f3c930b68e2bdd06cfc388cd91cd42ed05f1227701b73/chardet-7.4.3-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl @@ -964,7 +966,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/b3/81/4da04ced5a082363ecfa159c010d200ecbd959ae410c10c0264a38cac0f5/markdown_it_py-4.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b4/5e/bf11645aebb9af7d8d35927c40d3855816a0855c799e8156eeca8d632c90/diffpy_structure-3.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b7/28/180bfc5c95e83d40cb2abce512684ccad44e4819ec899fc36cb404a19061/python_engineio-4.13.2-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/b7/6f/a05a317a66fee0aad270011461f1a63a453ed12471249f172f7d2e2bc7b4/python_discovery-1.3.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/b7/36/ca79e758c05bb40afb6a03178fa68618149f31293b8cee6969d0fe1bfcb7/pydoclint-0.8.6-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/b7/ee/e9c95cda829131f71a8dff5ce0406059fd16e591c074414e31ada19ba7c3/validate_pyproject-0.25-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/bd/24/12818598c362d7f300f18e74db45963dbcb85150324092410c8b49405e42/pyproject_hooks-1.2.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/bf/50/98b146aea0f1cd7531d25f12bea69fa9ce8d1662124f93fb30dc4511b65e/docstring_parser_fork-0.0.14-py3-none-any.whl @@ -973,18 +975,16 @@ environments: - pypi: https://files.pythonhosted.org/packages/c6/3d/020a6b6248c3d4a37797db068256f0b3f15b01bc481327ba888c50309aa8/mkdocs_plugin_inline_svg-0.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c7/0d/67e5b4109ea4a837e80daa87c2c696711955e40449a97e8926672534def2/click-8.4.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/c7/a0/5ff05d1919ca249508012cad89f08fdc6cfbdaa15b41651c5fe6dffaf1d3/dfo_ls-1.6.5-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/c9/02/9a14d3048ffa4f45b7c60956a9b22688dd925d6de50f6baf7e55f3664942/trove_classifiers-2026.5.22.10-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ca/31/d4e37e9e550c2b92a9cbc2e4d0b7420a27224968580b5a447f420847c975/pytest_xdist-3.8.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/cb/b1/3846dd7f199d53cb17f49cba7e651e9ce294d8497c8c150530ed11865bb8/iniconfig-2.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/cd/8b/601e6566b957ca50e28725cb6c355c59c2c8609751efbecd980db44e0349/pillow-12.2.0-cp314-cp314-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/d1/b7/4ea2c170f10ad760fff2a5250beb18897719dc8b52b53a24cddbb9dd3f19/ruff-0.15.14-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/d2/f0/834e479e47e499b6478e807fb57b31cc2db696c4db30557bb6f5aea4a90b/mando-0.7.1-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/d4/24/a372aaf5c9b7208e7112038812994107bc65a84cd00e0354a88c2c77a617/pytest-9.0.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d5/08/c2409cb01d5368dcfedcbaffa7d044cc8957d57a9d0855244a5eb4709d30/funcy-2.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/d7/27/a58ddaf8c588a3ef080db9d0b7e0b97215cee3a45df74f3a94dbbf5c893a/pycodestyle-2.14.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/db/3c/33bac158f8ab7f89b2e59426d5fe2e4f63f7ed25df84c036890172b412b5/cfgv-3.5.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/db/d9/c495884c6e548fce18a8f40568ff120bc3a4b7b99813081c8ac0c936fa64/watchdog-6.0.0-py3-none-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/dc/9b/47798a6c91d8bdb567fe2698fe81e0c6b7cb7ef4d13da4114b41d239f65d/typing_inspection-0.4.2-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/dc/b9/be539854f93a70dfbeec69117f33ec70dc42ff0b65b5b07ab8d40d04228e/coverage-7.14.1-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/de/1f/77fa3081e4f66ca3576c896ae5d31c3002ac6607f9747d2e3aa49227e464/markdown-3.10.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/df/ac/46de6dda46478f7942f839e094970be2d4a861e005c4b3bf07c92e291a09/numpy-2.4.6-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/e0/a9/023730ba63db1e494a271cb018dcd361bd2c917ba7004c3e49d5daf795a2/py_cpuinfo-9.0.0-py3-none-any.whl @@ -992,21 +992,21 @@ environments: - pypi: https://files.pythonhosted.org/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/eb/be/b257e12f9710819fde40adc972578bee6b72c5992da1bc8369bef2597756/nbmake-1.5.5-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/ec/6e/e735f27ac1a530a4cd0a31cd970ec495a3a11830fdc5d281cc292593b330/hypothesis-6.155.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ee/8c/83087ebc47ab0396ce092363001fa37c17153119ee282700c0713a195853/prettytable-3.17.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/f0/2b/13e8d741a9ec5db7d900c060554cf8352ab85e44e2a4469ebb9d377bda17/aiohttp-3.14.1-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/f1/d9/7fb5aa316bc299258e68c73ba3bddbc499654a07f151cba08f6153988714/pathspec-1.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f2/f2/728f041460f1b9739b85ee23b45fa5a505962ea11fd85bdbe2a02b021373/darkdetect-0.8.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f4/34/a9dbe051de88a63eb7408ea66630bac38e72f7f6077d4be58737106860d9/virtualenv-21.3.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f4/a4/61adb19f3c74b0dc0e411de4f06ebef564b1f179928f9dffcbd4b378f2ef/jupyter_notebook_parser-0.1.4-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f6/f0/10642828a8dfb741e5f3fbaac830550a518a775c7fff6f04a007259b0548/py-1.11.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f7/ec/67fbef5d497f86283db54c22eec6f6140243aae73265799baaaa19cd17fb/ghp_import-2.1.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/f9/58/6e1b8f52fdc3184b47dc5037f5070d83a3d11042db1594b02d2a44d786c8/coverage-7.14.0-cp314-cp314-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/f9/14/abe5ce876ab5b66ee3c691bf537fcd43d037aea55d447aacf74630a8f31e/plotly-6.8.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/f9/ef/2196b9bf88ffa1bde45853c72df021fbd07a8fa91a0f59a22d14a050dc04/emcee-3.1.6-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fa/bc/8b8ec5a4bfc5b9cf3ce27a118339e994f88410be5677c96493e0ea28e76d/dunamai-1.26.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fa/d9/5582d57e2b2db9b85eb6663a22efdd78e08805f3f5389566e9fcad254d1b/yarl-1.24.2-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/fb/76/641ae371508676492379f16e2fa48f4e2c11741bd63c48be4b12a6b09cba/aiosignal-1.4.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/fc/b6/6b8de4c0a7d7ab3004c439c80c5c1e0a3e8d78bbae19379b01960383d9e5/pydantic_core-2.46.4-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/fd/7b/122376b1fd3c62c1ed9dc80c931ace4844b3c55407b6fb2d199377c9736f/pydantic-2.13.4-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/fe/d7/a71b12b625c44cfcb95d41397752edccc0a731903081609cffd6720f671d/asteval-1.0.9-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/ff/1c/a28b27effb13a381fe077ea3e3e78f6debd6315f2b3edff67bbb93d0ef51/gemmi-0.7.5-cp314-cp314-win_amd64.whl py-312-env: channels: @@ -1208,7 +1208,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-4.1.0-pyhcf101f3_0.conda - pypi: . - - pypi: git+https://github.com/ikibalin/cryspy.git?branch=38-add-support-for-sycos-and-sysin-for-systematic-peak-position-corrections#4b3d9b022d07f81ecac31de84f75017f971cdcdf - pypi: https://files.pythonhosted.org/packages/01/8e/1e35281b8ab6d5d72ebe9911edcdffa3f36b04ed9d51dec6dd140396e220/scipy-1.17.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0b/f9/f15c95d6b200167cb22c5eca5eecfa9d28a8ee3f74095f1cd2345c71f2f9/pydoclint-0.8.4-py3-none-any.whl @@ -1248,6 +1247,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/3c/26/1062c7ec1b053db9e499b4d2d5bc231743201b74051c973dadeac80a8f43/questionary-2.1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3d/66/f044d53935b142d47ce2a65b8c4f51fdb5ca85ee1035fb2b7857971b122e/pybaselines-1.2.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3e/17/1f31d8562e6f970d64911f1abc330d233bc0c0601411cf7e19c1292be6da/spdx_headers-1.5.1-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/3f/ab/6abcc6d0f082fc8a17cb82fea0923925b9b80e37f0e27781c1d6cd7d8051/crysfml-0.7.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl - pypi: https://files.pythonhosted.org/packages/3f/d0/7b958df957e4827837b590944008f0b28078f552b451f7407b4b3d54f574/asciichartpy-1.5.25-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/3f/f9/2b3ff4e56e5fa7debfaf9eb135d0da96f3e9a1d5b27222223c7296336e5f/typer-0.25.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/40/69/b91cda0647df839483201545913514c2827ebea5e5ccdf931842763bc127/greenlet-3.5.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl @@ -1291,7 +1291,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/90/ad/cba91b3bcf04073e4d1655a5c1710ef3f457f56f7d1b79dcc3d72f4dd912/plotly-6.7.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/f7/d00d9b4a0313a6be3a3e0818e6375e15da6d7076f4ae47d1324e7ca986a1/radon-6.0.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/94/84/d9273cd09688070a6523c4aee4663a8538721b2b755c4962aafae0011e72/identify-2.6.19-py2.py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/97/37/ce5c3ef2595dac2be35039f7b91a0691ef643aa3d954815b3b51e026e0ab/crysfml-0.6.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl + - pypi: https://files.pythonhosted.org/packages/96/5d/0c59079aa7ef34980a5925a06a90ad2b7c94e486c194b3527d557cabb042/cryspy-0.11.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/31/6cf181011dc738c33bf6ba7aea2e8e1d3c1f71b7dab1942f3054f66f6202/asteval-1.0.8-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/37/e8730c3587a65eb5645d4aba2d27aae48e8003614d6aaf15dda67f702f1f/bidict-0.23.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/55/db07de81b5c630da5cbf5c7df646580ca26dfaefa593667fc6f2fe016d2e/tabulate-0.10.0-py3-none-any.whl @@ -1539,7 +1539,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.2-h8088a28_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.7-hbf9d68e_6.conda - pypi: . - - pypi: git+https://github.com/ikibalin/cryspy.git?branch=38-add-support-for-sycos-and-sysin-for-systematic-peak-position-corrections#4b3d9b022d07f81ecac31de84f75017f971cdcdf - pypi: https://files.pythonhosted.org/packages/01/5c/87b5fefdd3c4b157c8a16833f2236723136806814584c4589610217252f0/diffpy_pdffit2-1.6.0-cp312-cp312-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/08/ef/b3c6b9b5be2f82416d73fe2ed2e96e2793cd80e7510bd6a17ca79cdd88ec/fonttools-4.63.0-cp312-cp312-macosx_10_13_universal2.whl @@ -1551,7 +1550,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/11/8c/c9138d881c79aa0ea9ed83cbd58d5ca75624378b38cee225dcf5c42cc91f/griffelib-2.0.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/12/c9/6869a1dcf4aaf309b9543ec070be3ec3adebee7c9bec9af8c230494134b9/interrogate-1.7.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/13/95/cf3f7fe4910cf0365fa8ea0c731f4b8a624d97cd76ea777913ac8d0868e2/mkdocs_jupyter-0.26.3-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/15/1d/9f9e30d76300b0150afaa8b37fab9a0194d44fd4f6b1e5038aca4a1440ed/crysfml-0.6.2-cp312-cp312-macosx_14_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/19/95/6195171e385007300f0f5574592e467c568becce2d937a0b6804f218bc49/pydantic_core-2.46.4-cp312-cp312-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/1c/59/964ecb8008722d27d8a835baea81f56a91cea8e097b3be992bc6ccde6367/versioningit-3.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1d/77/928ea2e70641ca177a11140062cc5840d421795f2e82749d408d0cce900a/narwhals-2.21.2-py3-none-any.whl @@ -1620,12 +1618,14 @@ environments: - pypi: https://files.pythonhosted.org/packages/90/ad/cba91b3bcf04073e4d1655a5c1710ef3f457f56f7d1b79dcc3d72f4dd912/plotly-6.7.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/f7/d00d9b4a0313a6be3a3e0818e6375e15da6d7076f4ae47d1324e7ca986a1/radon-6.0.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/94/84/d9273cd09688070a6523c4aee4663a8538721b2b755c4962aafae0011e72/identify-2.6.19-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/96/5d/0c59079aa7ef34980a5925a06a90ad2b7c94e486c194b3527d557cabb042/cryspy-0.11.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/31/6cf181011dc738c33bf6ba7aea2e8e1d3c1f71b7dab1942f3054f66f6202/asteval-1.0.8-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/37/e8730c3587a65eb5645d4aba2d27aae48e8003614d6aaf15dda67f702f1f/bidict-0.23.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/55/db07de81b5c630da5cbf5c7df646580ca26dfaefa593667fc6f2fe016d2e/tabulate-0.10.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/9f/795fedf35634f746151ca8839d05681ceb6287fbed6cc1c9bf235f7887c2/kiwisolver-1.5.0-cp312-cp312-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/9a/db/2df9a1fca597a273f957a559c20c2d95d629928384507b2afa43ba6909d1/pytest_randomly-4.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9c/2f/4c5af01fd1a7506a1d5375403d68925eac70289229492db5aa68b58103d8/chardet-7.4.3-cp312-cp312-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/9c/e8/996d4f29a4ea07cffa0db7ce74466547d88719622233b82e67ca96a87708/crysfml-0.7.0-cp312-cp312-macosx_14_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/9d/7a/d968e294073affff457b041c2be9868a40c1c71f4a35fcc1e45e5493067b/pytest_cov-7.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/9e/43/53afb8ba17218f19b77c7834128566c5bbb100a0ad9ba2e8e89d089d7079/autopep8-2.3.2-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/a0/61/5c78b91c3143ed5c14207f463aecfc8f9dbb5092fb2869baf37c273b2705/gitdb-4.0.12-py3-none-any.whl @@ -1863,7 +1863,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.2-hfd05255_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.7-h534d264_6.conda - pypi: . - - pypi: git+https://github.com/ikibalin/cryspy.git?branch=38-add-support-for-sycos-and-sysin-for-systematic-peak-position-corrections#4b3d9b022d07f81ecac31de84f75017f971cdcdf - pypi: https://files.pythonhosted.org/packages/03/c1/0976b235cf29ead553e22f2fb6385a8252b533715e00d0ae52ed7b900582/h5py-3.16.0-cp312-cp312-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/04/a1/4571fc46e7702de8d0c2dc54ad1b2f8e29328dea3ee90831181f7353d93c/matplotlib-3.10.9-cp312-cp312-win_amd64.whl @@ -1876,7 +1875,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/12/c9/6869a1dcf4aaf309b9543ec070be3ec3adebee7c9bec9af8c230494134b9/interrogate-1.7.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/13/95/cf3f7fe4910cf0365fa8ea0c731f4b8a624d97cd76ea777913ac8d0868e2/mkdocs_jupyter-0.26.3-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/19/e8/6026ed58a64563186a9ee3f29f41261fd1828f527dd93d33b60feca63352/contourpy-1.3.3-cp312-cp312-win_amd64.whl - - pypi: https://files.pythonhosted.org/packages/1a/c7/78200c18404ded028758b28b588aa1f4f3acd851271a74156a2a3db9eadf/crysfml-0.6.2-cp312-cp312-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/1c/59/964ecb8008722d27d8a835baea81f56a91cea8e097b3be992bc6ccde6367/versioningit-3.3.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1d/77/928ea2e70641ca177a11140062cc5840d421795f2e82749d408d0cce900a/narwhals-2.21.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1e/77/dc8c558f7593132cf8fefec57c4f60c83b16941c574ac5f619abb3ae7933/dill-0.4.1-py3-none-any.whl @@ -1910,6 +1908,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/40/8c/985c1d41ea1107c2534abd9870e4ed5c8e7669b5c308297835c001e7a1c4/pydantic_core-2.46.4-cp312-cp312-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/42/a1/52fa05533e95fe45bcc09bcf8a503874b1c08f221a4e35608017e0938f55/codespell-2.4.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/50/aa/cfa74df43e47061acd24a4b174bd496be920af8514cb7d5ea1dc1b135c3e/crysfml-0.7.0-cp312-cp312-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/52/59/0782e51887ac6b07ffd1570e0364cf901ebc36345fea669969d2084baebb/simple_websocket-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/5b/29/74eeb4d3f3ae61ca096b018ad486b3b3c74b17bec09ab4edab721cbefec3/typeguard-4.5.2-py3-none-any.whl @@ -1945,6 +1944,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/90/ad/cba91b3bcf04073e4d1655a5c1710ef3f457f56f7d1b79dcc3d72f4dd912/plotly-6.7.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/f7/d00d9b4a0313a6be3a3e0818e6375e15da6d7076f4ae47d1324e7ca986a1/radon-6.0.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/94/84/d9273cd09688070a6523c4aee4663a8538721b2b755c4962aafae0011e72/identify-2.6.19-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/96/5d/0c59079aa7ef34980a5925a06a90ad2b7c94e486c194b3527d557cabb042/cryspy-0.11.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/31/6cf181011dc738c33bf6ba7aea2e8e1d3c1f71b7dab1942f3054f66f6202/asteval-1.0.8-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/37/e8730c3587a65eb5645d4aba2d27aae48e8003614d6aaf15dda67f702f1f/bidict-0.23.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/55/db07de81b5c630da5cbf5c7df646580ca26dfaefa593667fc6f2fe016d2e/tabulate-0.10.0-py3-none-any.whl @@ -2210,7 +2210,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/noarch/websocket-client-1.9.0-pyhd8ed1ab_0.conda - conda: https://conda.anaconda.org/conda-forge/noarch/zipp-4.1.0-pyhcf101f3_0.conda - pypi: . - - pypi: git+https://github.com/ikibalin/cryspy.git?branch=38-add-support-for-sycos-and-sysin-for-systematic-peak-position-corrections#4b3d9b022d07f81ecac31de84f75017f971cdcdf - pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/04/5f/9ff93450ba96b09c7c2b3f81c94de31c89f92292f1380261bd7195bea4ea/contourpy-1.3.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl - pypi: https://files.pythonhosted.org/packages/0b/2e/7eea398450457ecb54e18e9d10110993fa65561c4f3add5e8eccd2b9cd41/scipy-1.17.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl @@ -2259,7 +2258,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/3f/f9/2b3ff4e56e5fa7debfaf9eb135d0da96f3e9a1d5b27222223c7296336e5f/typer-0.25.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/42/a1/52fa05533e95fe45bcc09bcf8a503874b1c08f221a4e35608017e0938f55/codespell-2.4.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/46/b4/0887c88ddfaba1d7140ea335144eb904af97550786ee58bdb295ff10d255/crysfml-0.6.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl - pypi: https://files.pythonhosted.org/packages/52/59/0782e51887ac6b07ffd1570e0364cf901ebc36345fea669969d2084baebb/simple_websocket-1.1.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/58/3b/1cdec6772bdbaf7b25dab360c59f03cadf05492dd724c6540af905389b07/pandas-3.0.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl @@ -2279,6 +2277,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/79/ad/45312df6b63ba64ea35b8d8f5f0c577aac16e6b416eafe8e1cb34e03f9a7/plumbum-1.10.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7b/67/b1944235474aac3f0b0e1b232ce49547f9f9461ca4b943df1b88da5d3f1d/bumps-1.0.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/7e/85/545a951eecc270fcd688288c600017e2050a1aacb56c711d208586d3e470/pymdown_extensions-10.21.3-py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/7f/e5/5a68bcbce04a3425bb6e1ea1145189ee80184089f2798164c660df1e3b9d/crysfml-0.7.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl - pypi: https://files.pythonhosted.org/packages/80/6e/4b28b62ecb6aae56769c34a8ff1d661473ec1e9519e2d5f8b2c150086b26/pre_commit-4.6.0-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/81/47/dd9a212ef6e343a6857485ffe25bba537304f1913bdbed446a23f7f592e1/filelock-3.29.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/82/3b/64d4899d73f91ba49a8c18a8ff3f0ea8f1c1d75481760df8c68ef5235bf5/rich-15.0.0-py3-none-any.whl @@ -2292,6 +2291,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/90/ad/cba91b3bcf04073e4d1655a5c1710ef3f457f56f7d1b79dcc3d72f4dd912/plotly-6.7.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/f7/d00d9b4a0313a6be3a3e0818e6375e15da6d7076f4ae47d1324e7ca986a1/radon-6.0.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/94/84/d9273cd09688070a6523c4aee4663a8538721b2b755c4962aafae0011e72/identify-2.6.19-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/96/5d/0c59079aa7ef34980a5925a06a90ad2b7c94e486c194b3527d557cabb042/cryspy-0.11.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/31/6cf181011dc738c33bf6ba7aea2e8e1d3c1f71b7dab1942f3054f66f6202/asteval-1.0.8-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/37/e8730c3587a65eb5645d4aba2d27aae48e8003614d6aaf15dda67f702f1f/bidict-0.23.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/55/db07de81b5c630da5cbf5c7df646580ca26dfaefa593667fc6f2fe016d2e/tabulate-0.10.0-py3-none-any.whl @@ -2542,7 +2542,6 @@ environments: - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zlib-1.3.2-h8088a28_2.conda - conda: https://conda.anaconda.org/conda-forge/osx-arm64/zstd-1.5.7-hbf9d68e_6.conda - pypi: . - - pypi: git+https://github.com/ikibalin/cryspy.git?branch=38-add-support-for-sycos-and-sysin-for-systematic-peak-position-corrections#4b3d9b022d07f81ecac31de84f75017f971cdcdf - pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/04/f1/58c14b37525dc075f3bdf149251f079723049a9f1c82eb48835a0e6b8db3/diffpy_pdffit2-1.6.0-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/06/41/4e70dea1d0311016c0b0b1c53a24a266f9f8a34c6bc1af0f17cfca20aa1d/gemmi-0.7.5-cp314-cp314-macosx_11_0_arm64.whl @@ -2559,7 +2558,6 @@ environments: - pypi: https://files.pythonhosted.org/packages/1d/77/928ea2e70641ca177a11140062cc5840d421795f2e82749d408d0cce900a/narwhals-2.21.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1e/77/dc8c558f7593132cf8fefec57c4f60c83b16941c574ac5f619abb3ae7933/dill-0.4.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/1e/d3/26bf1008eb3d2daa8ef4cacc7f3bfdc11818d111f7e2d0201bc6e3b49d45/annotated_doc-0.0.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/1f/7e/c2cfe0bdbec1f5ce2bd92e03311038e1c491dfd54824606f38a61167a3f0/crysfml-0.6.2-cp314-cp314-macosx_14_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/20/16/e777eadfa0c0305878c36fae1d5e6db474fbb15dae202b9ec378809dfb4d/nbstripout-0.9.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/20/7a/1c6e3562dfd8950adbb11ffbc65d21e7c89d01a6e4f137fa981056de25c5/gitpython-3.1.50-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/22/5b/dbc6a8cddc9cfa9c4971d59fb12bb8d42e161b7e7f8cc89e49137c5b279c/mkdocs-1.6.1-py3-none-any.whl @@ -2600,6 +2598,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/60/61/23f27c172f022e04025b7dc2367f4d63c1a398120607ec896228649a6f48/numpy-2.4.6-cp314-cp314-macosx_14_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/61/2b/e260d50e64690d2a9e405d52ccd18a63c286c5088937dd0107cb23eb3195/diffpy_utils-3.7.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/63/b1/4260d67d6bd85e58a66b72d54ce15d5de789b6f3870cc6bedf8ff9667401/propcache-0.5.2-cp314-cp314-macosx_11_0_arm64.whl + - pypi: https://files.pythonhosted.org/packages/63/f0/92e15295f717a5e43b73cc215bc8731d1b73bb2a89168f473a74dfdc2803/crysfml-0.7.0-cp314-cp314-macosx_14_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/68/10/bf2d6738d72748b961a3751ab89522d58c54efc36a8e1a12161216cd45cf/pandas-3.0.3-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/6a/b7/9366ed44ced9b7ef357ab48c94205280276db9d7f064aa3012a97227e966/h5py-3.16.0-cp314-cp314-macosx_11_0_arm64.whl - pypi: https://files.pythonhosted.org/packages/6e/94/be70f8ee9c45f2f62b39a1f0e9303bc20e138a8f3b8e50ffd89498e177e1/mkdocstrings-1.0.4-py3-none-any.whl @@ -2623,6 +2622,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/90/ad/cba91b3bcf04073e4d1655a5c1710ef3f457f56f7d1b79dcc3d72f4dd912/plotly-6.7.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/f7/d00d9b4a0313a6be3a3e0818e6375e15da6d7076f4ae47d1324e7ca986a1/radon-6.0.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/94/84/d9273cd09688070a6523c4aee4663a8538721b2b755c4962aafae0011e72/identify-2.6.19-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/96/5d/0c59079aa7ef34980a5925a06a90ad2b7c94e486c194b3527d557cabb042/cryspy-0.11.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/31/6cf181011dc738c33bf6ba7aea2e8e1d3c1f71b7dab1942f3054f66f6202/asteval-1.0.8-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/37/e8730c3587a65eb5645d4aba2d27aae48e8003614d6aaf15dda67f702f1f/bidict-0.23.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/55/db07de81b5c630da5cbf5c7df646580ca26dfaefa593667fc6f2fe016d2e/tabulate-0.10.0-py3-none-any.whl @@ -2867,10 +2867,8 @@ environments: - conda: https://conda.anaconda.org/conda-forge/win-64/zlib-1.3.2-hfd05255_2.conda - conda: https://conda.anaconda.org/conda-forge/win-64/zstd-1.5.7-h534d264_6.conda - pypi: . - - pypi: git+https://github.com/ikibalin/cryspy.git?branch=38-add-support-for-sycos-and-sysin-for-systematic-peak-position-corrections#4b3d9b022d07f81ecac31de84f75017f971cdcdf - pypi: https://files.pythonhosted.org/packages/04/11/432f32f8097b03e3cd5fe57e88efb685d964e2e5178a48ed61e841f7fdce/pyyaml_env_tag-1.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0b/f9/f15c95d6b200167cb22c5eca5eecfa9d28a8ee3f74095f1cd2345c71f2f9/pydoclint-0.8.4-py3-none-any.whl - - pypi: https://files.pythonhosted.org/packages/0c/53/b50773ecf1d1e4a5858ee13011e30317ba02639ae4a1411a34967951fc9b/crysfml-0.6.2-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/0d/12/bbce9472f489cb5c4c23b0d13e5c59c37c1aab11b7ac637dfe6bbdccebe7/copier-9.15.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/0d/fe/6bea5c9162869c5beba5d9c8abbed835ec85bf1ec1fba05a3822325c45f3/build-1.5.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/10/bd/c038d7cc38edc1aa5bf91ab8068b63d4308c66c4c8bb3cbba7dfbc049f9c/pyparsing-3.3.2-py3-none-any.whl @@ -2921,6 +2919,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/5f/fc/a7bf5b6e4e617b45f90f2d9d2a68519c249c81dd4fc2658c7a2a61c4f4b7/aiohappyeyeballs-2.6.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/61/2b/e260d50e64690d2a9e405d52ccd18a63c286c5088937dd0107cb23eb3195/diffpy_utils-3.7.2-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/61/d2/45c9defbaa1ea297035d9d4cce9e8f80daafbf19319c6007f157c6256ea9/propcache-0.5.2-cp314-cp314-win_amd64.whl + - pypi: https://files.pythonhosted.org/packages/6a/a4/8c78b83d4329be85b122b0acb9523e5639cb0bbf7a12883de0d2e3334f54/crysfml-0.7.0-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/6e/94/be70f8ee9c45f2f62b39a1f0e9303bc20e138a8f3b8e50ffd89498e177e1/mkdocstrings-1.0.4-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/6e/f1/abd09c2ae91228c5f3998dbd7f41353def9eac64253de3c8105efa2082f7/msgpack-1.1.2-cp314-cp314-win_amd64.whl - pypi: https://files.pythonhosted.org/packages/72/b9/313e8f2f2e9517ae050a692ae7b3e4b3f17cc5e6dfea0db51fe14e586580/jinja2_ansible_filters-1.3.2-py3-none-any.whl @@ -2947,6 +2946,7 @@ environments: - pypi: https://files.pythonhosted.org/packages/90/ad/cba91b3bcf04073e4d1655a5c1710ef3f457f56f7d1b79dcc3d72f4dd912/plotly-6.7.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/93/f7/d00d9b4a0313a6be3a3e0818e6375e15da6d7076f4ae47d1324e7ca986a1/radon-6.0.1-py2.py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/94/84/d9273cd09688070a6523c4aee4663a8538721b2b755c4962aafae0011e72/identify-2.6.19-py2.py3-none-any.whl + - pypi: https://files.pythonhosted.org/packages/96/5d/0c59079aa7ef34980a5925a06a90ad2b7c94e486c194b3527d557cabb042/cryspy-0.11.0-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/31/6cf181011dc738c33bf6ba7aea2e8e1d3c1f71b7dab1942f3054f66f6202/asteval-1.0.8-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/37/e8730c3587a65eb5645d4aba2d27aae48e8003614d6aaf15dda67f702f1f/bidict-0.23.1-py3-none-any.whl - pypi: https://files.pythonhosted.org/packages/99/55/db07de81b5c630da5cbf5c7df646580ca26dfaefa593667fc6f2fe016d2e/tabulate-0.10.0-py3-none-any.whl @@ -8848,7 +8848,7 @@ packages: - asciichartpy - asteval - bumps - - crysfml + - crysfml>=0.7.0 - cryspy - darkdetect - dfo-ls @@ -8907,20 +8907,6 @@ packages: - validate-pyproject[all] ; extra == 'dev' - versioningit ; extra == 'dev' requires_python: '>=3.12' -- pypi: /Users/andrewsazonov/Development/github.com/easyscience/deps-pycrysfml/dist/pyCFML/wheel/crysfml-0.6.2+devdirty4-cp314-cp314-macosx_26_0_arm64.whl - name: crysfml - version: 0.6.2+devdirty4 - requires_dist: - - numpy - requires_python: '>=3.11,<3.15' -- pypi: git+https://github.com/ikibalin/cryspy.git?branch=38-add-support-for-sycos-and-sysin-for-systematic-peak-position-corrections#4b3d9b022d07f81ecac31de84f75017f971cdcdf - name: cryspy - version: 0.11.0 - requires_dist: - - numpy - - scipy - - pycifstar - - matplotlib - pypi: https://files.pythonhosted.org/packages/01/5c/87b5fefdd3c4b157c8a16833f2236723136806814584c4589610217252f0/diffpy_pdffit2-1.6.0-cp312-cp312-macosx_11_0_arm64.whl name: diffpy-pdffit2 version: 1.6.0 @@ -8972,6 +8958,10 @@ packages: - ruff>=0.12.0 ; extra == 'dev' - cython-lint>=0.12.2 ; extra == 'dev' requires_python: '>=3.11' +- pypi: https://files.pythonhosted.org/packages/02/08/9c41fb51ab5b43eb21674aff13df270e8ba6c4b29c8624e328dc7a9482af/distlib-0.4.3-py2.py3-none-any.whl + name: distlib + version: 0.4.3 + sha256: 4b0ce306c966eb73bc3a7b6abad017c556dadd92c44701562cd528ac7fde4d5b - pypi: https://files.pythonhosted.org/packages/03/c1/0976b235cf29ead553e22f2fb6385a8252b533715e00d0ae52ed7b900582/h5py-3.16.0-cp312-cp312-win_amd64.whl name: h5py version: 3.16.0 @@ -9076,6 +9066,20 @@ packages: - skia-pathops>=0.5.0 ; extra == 'all' - uharfbuzz>=0.45.0 ; extra == 'all' requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/0a/38/8c5e72d53ff8eb27497c4f268a7f6d9121e727a50b65248288ad79a93053/python_socketio-5.16.3-py3-none-any.whl + name: python-socketio + version: 5.16.3 + sha256: e7ad14202a5e6448824c7c2f86161d04e13dec05992257df5c709e6a2798c041 + requires_dist: + - bidict>=0.21.0 + - python-engineio>=4.13.2 + - requests>=2.21.0 ; extra == 'client' + - websocket-client>=0.54.0 ; extra == 'client' + - aiohttp>=3.4 ; extra == 'asyncio-client' + - tox ; extra == 'dev' + - sphinx ; extra == 'docs' + - furo ; extra == 'docs' + requires_python: '>=3.8' - pypi: https://files.pythonhosted.org/packages/0b/2e/7eea398450457ecb54e18e9d10110993fa65561c4f3add5e8eccd2b9cd41/scipy-1.17.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl name: scipy version: 1.17.1 @@ -9254,6 +9258,11 @@ packages: - trove-classifiers>=2024.10.12 ; extra == 'tests' - defusedxml ; extra == 'xmp' requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/11/93/f10377bb04109ca0e8cbc483ff1982c54b6d418210041776f93e8cdc7fa9/ruff-0.15.17-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl + name: ruff + version: 0.15.17 + sha256: ecfc3c7878fff94633ab0348524e093f9ce3243080416dd7d14f8ba400174719 + requires_python: '>=3.7' - pypi: https://files.pythonhosted.org/packages/12/c9/6869a1dcf4aaf309b9543ec070be3ec3adebee7c9bec9af8c230494134b9/interrogate-1.7.0-py3-none-any.whl name: interrogate version: 1.7.0 @@ -9282,6 +9291,11 @@ packages: - pytest-mock ; extra == 'tests' - coverage[toml] ; extra == 'tests' requires_python: '>=3.8' +- pypi: https://files.pythonhosted.org/packages/13/37/a065dc3bd6e49423a6532c642ca7378d3f467b1ef44c2800c937af7f9739/filelock-3.29.4-py3-none-any.whl + name: filelock + version: 3.29.4 + sha256: dac1648087d5115554850d113e7dd8c83ab2d38e3435dde2d4f163847e57b767 + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/13/95/cf3f7fe4910cf0365fa8ea0c731f4b8a624d97cd76ea777913ac8d0868e2/mkdocs_jupyter-0.26.3-py3-none-any.whl name: mkdocs-jupyter version: 0.26.3 @@ -9299,13 +9313,6 @@ packages: version: 0.5.2 sha256: 6f328175a2cde1f0ff2c4ed8ce968b9dcfb55f3a7153f39e2957ed994da13476 requires_python: '>=3.10' -- pypi: https://files.pythonhosted.org/packages/15/1d/9f9e30d76300b0150afaa8b37fab9a0194d44fd4f6b1e5038aca4a1440ed/crysfml-0.6.2-cp312-cp312-macosx_14_0_arm64.whl - name: crysfml - version: 0.6.2 - sha256: 75bba671d2237f6fbbb1284c473543eb143b5bd3ab69f40a2d2cf343dbe0977f - requires_dist: - - numpy - requires_python: '>=3.11,<3.15' - pypi: https://files.pythonhosted.org/packages/19/95/6195171e385007300f0f5574592e467c568becce2d937a0b6804f218bc49/pydantic_core-2.46.4-cp312-cp312-macosx_11_0_arm64.whl name: pydantic-core version: 2.46.4 @@ -9366,13 +9373,45 @@ packages: - pytest-xdist ; extra == 'test-no-images' - wurlitzer ; extra == 'test-no-images' requires_python: '>=3.11' -- pypi: https://files.pythonhosted.org/packages/1a/c7/78200c18404ded028758b28b588aa1f4f3acd851271a74156a2a3db9eadf/crysfml-0.6.2-cp312-cp312-win_amd64.whl - name: crysfml - version: 0.6.2 - sha256: cd2027d98252a138bd7260b57f77c8d3c69e0da95454a44a9b80551198e8a327 +- pypi: https://files.pythonhosted.org/packages/1a/82/a70006589557f267f15bd384c0642ad49f0d97b690c3a05b166b9dcbad3b/python_discovery-1.4.2-py3-none-any.whl + name: python-discovery + version: 1.4.2 + sha256: 475803f53b7b2ed6e490e27373f9d8340f7d2eebf9acdaf645d7d714c97bb500 requires_dist: - - numpy - requires_python: '>=3.11,<3.15' + - filelock>=3.15.4 + - platformdirs>=4.3.6,<5 + - furo>=2025.12.19 ; extra == 'docs' + - sphinx-autodoc-typehints>=3.6.3 ; extra == 'docs' + - sphinx>=9.1 ; extra == 'docs' + - sphinxcontrib-mermaid>=2 ; extra == 'docs' + - sphinxcontrib-towncrier>=0.4 ; extra == 'docs' + - towncrier>=25.8 ; extra == 'docs' + - covdefaults>=2.3 ; extra == 'testing' + - coverage>=7.5.4 ; extra == 'testing' + - pytest-mock>=3.14 ; extra == 'testing' + - pytest>=8.3.5 ; extra == 'testing' + - setuptools>=75.1 ; extra == 'testing' + requires_python: '>=3.8' +- pypi: https://files.pythonhosted.org/packages/1a/f7/3a9e6389a7cfaeff76c56e40c2dabcb13110e21e82f837228c834ebe748c/matplotlib-3.11.0-cp314-cp314-win_amd64.whl + name: matplotlib + version: 3.11.0 + sha256: 1c02da0a629dfa9debf52725ea06866b74c1fb70a895bae05e4493d34074f9f2 + requires_dist: + - contourpy>=1.0.1 + - cycler>=0.10 + - fonttools>=4.22.0 + - kiwisolver>=1.3.1 + - numpy>=1.25 + - packaging>=20.0 + - pillow>=9 + - pyparsing>=3 + - python-dateutil>=2.7 + requires_python: '>=3.11' +- pypi: https://files.pythonhosted.org/packages/1b/60/fb9a08e6ccba882dfd370a5837fe3a07572938fdfe954f0f17fdf3e574b9/msgpack-1.2.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl + name: msgpack + version: 1.2.0 + sha256: 544d972459c92aa32e63b800d07c2d9cf2734a3be29cee3a0b478a622850e9f5 + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/1b/9f/38ff9e57a2eade7bf9dfee5eae17f39fc0e998658050279cbb14d97d36d9/msgpack-1.1.2-cp314-cp314-macosx_11_0_arm64.whl name: msgpack version: 1.1.2 @@ -9517,6 +9556,23 @@ packages: - pyyaml==5.1 ; extra == 'min-versions' - watchdog==2.0 ; extra == 'min-versions' requires_python: '>=3.8' +- pypi: https://files.pythonhosted.org/packages/24/25/2201973529af2c954de0bb725323c3aaed6d7f0ceee8f550dec9185df013/typer-0.26.7-py3-none-any.whl + name: typer + version: 0.26.7 + sha256: 5c87cfbc5d34491c5346ebf49c23e18d56ccb863268d3a8d592b26087c2f5e58 + requires_dist: + - shellingham>=1.3.0 + - rich>=13.8.0 + - annotated-doc>=0.0.2 + - colorama ; sys_platform == 'win32' + requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/26/2b/78048cbe3b999f6cbf9cc0d90abba6a88a3e0863a8c1c6cbc762f3f8802f/coverage-7.14.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl + name: coverage + version: 7.14.1 + sha256: 06144cd511cf2624873a035c5069cf297144f6e77a73ee3d7a55b605ec5efb42 + requires_dist: + - tomli ; python_full_version <= '3.11' and extra == 'toml' + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/27/d2/23d25e3f247b328be58d04a4c9f894178a0d1eda7d42867cfb388adaf416/fonttools-4.63.0-cp314-cp314-macosx_10_15_universal2.whl name: fonttools version: 4.63.0 @@ -9614,6 +9670,21 @@ packages: - multidict>=4.0 - propcache>=0.2.1 requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/29/dc/6377ecfaa5fef79430f74a1a16638b4e2aa30d4692bae2c19f9d76fe3b01/matplotlib-3.11.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl + name: matplotlib + version: 3.11.0 + sha256: 19c16c61dea63b3582918503e6b294193961261d9daa806d4ae2151f1ad05430 + requires_dist: + - contourpy>=1.0.1 + - cycler>=0.10 + - fonttools>=4.22.0 + - kiwisolver>=1.3.1 + - numpy>=1.25 + - packaging>=20.0 + - pillow>=9 + - pyparsing>=3 + - python-dateutil>=2.7 + requires_python: '>=3.11' - pypi: https://files.pythonhosted.org/packages/2a/2d/d4bf65e47cea8ff2c794a600c4fd1273a7902f268757c531e0ee9f18aa58/pooch-1.9.0-py3-none-any.whl name: pooch version: 1.9.0 @@ -9662,6 +9733,18 @@ packages: - mkdocs-redirects>=1.2 ; extra == 'recommended' - mkdocs-rss-plugin>=1.6 ; extra == 'recommended' requires_python: '>=3.8' +- pypi: https://files.pythonhosted.org/packages/2c/02/3623e6169bed617ed1e2d372f7c69f92ec28d54c4dfc997055c8578ec148/virtualenv-21.5.1-py3-none-any.whl + name: virtualenv + version: 21.5.1 + sha256: 55aa670b67bbfb991b03fda39bd3276d92c419d702376e98c5df1c9989a26783 + requires_dist: + - distlib>=0.3.7,<1 + - filelock>=3.24.2,<4 ; python_full_version >= '3.10' + - filelock>=3.16.1,<=3.19.1 ; python_full_version < '3.10' + - platformdirs>=3.9.1,<5 + - python-discovery>=1.4.2 + - typing-extensions>=4.13.2 ; python_full_version < '3.11' + requires_python: '>=3.9' - pypi: https://files.pythonhosted.org/packages/2c/19/04f9b178c2d8a15b076c8b5140708fa6ffc5601fb6f1e975537072df5b2a/mergedeep-1.3.4-py3-none-any.whl name: mergedeep version: 1.3.4 @@ -9672,6 +9755,17 @@ packages: version: 0.5.2 sha256: e5cbfac9f61484f7e9f3597775500cd3ebe8274e9b050c38f9525c77c97520bf requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/2d/44/b3a11f7aa34cb38f1b7f3df8bcd9fcd09bac9d342c2a2c9b8686c804bcd2/greenlet-3.5.2-cp314-cp314-win_amd64.whl + name: greenlet + version: 3.5.2 + sha256: c674a1dd4fe41f6a93febe7ab366ceabf15080ea31a9307811c56dac5f435f73 + requires_dist: + - sphinx ; extra == 'docs' + - furo ; extra == 'docs' + - objgraph ; extra == 'test' + - psutil ; extra == 'test' + - setuptools ; extra == 'test' + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/2f/40/dc34d1a8d5f1e51fc64640b62b191684da52ca469da9cd74e84936ffa4a6/msgpack-1.1.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl name: msgpack version: 1.1.2 @@ -10097,6 +10191,18 @@ packages: - pytest>=6.0 ; extra == 'test' - ruff ; extra == 'test' requires_python: '>=3.9' +- pypi: https://files.pythonhosted.org/packages/3d/a7/1ebae2ab5b961b5c79bb09fe7b3ac99edb190d8be4a8c510b2cf66f46468/coverage-7.14.1-cp314-cp314-macosx_11_0_arm64.whl + name: coverage + version: 7.14.1 + sha256: 8011224a62280e50dab346960c03cf47aca1a1e09e608c0fb33fd6e0cc8e9500 + requires_dist: + - tomli ; python_full_version <= '3.11' and extra == 'toml' + requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/3d/b2/8fc77f3723228836fa5d12497eb71c808f83782e10d058d2b15cfa14640b/ruff-0.15.17-py3-none-win_amd64.whl + name: ruff + version: 0.15.17 + sha256: 6769e5fa1710b179b92e0bfa5a51735b35baea9013dadb06d5f44cbcf9547084 + requires_python: '>=3.7' - pypi: https://files.pythonhosted.org/packages/3e/14/615a450205e1b56d16c6783f5ccd116cde05550faad70ae077c955654a75/h5py-3.16.0-cp314-cp314-win_amd64.whl name: h5py version: 3.16.0 @@ -10133,6 +10239,13 @@ packages: requires_dist: - regex ; extra == 'extras' requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/3f/ab/6abcc6d0f082fc8a17cb82fea0923925b9b80e37f0e27781c1d6cd7d8051/crysfml-0.7.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl + name: crysfml + version: 0.7.0 + sha256: c6c9f31d96af22897b10a327c70fcd0f0db42e63c3851f44c01c2d591b173085 + requires_dist: + - numpy + requires_python: '>=3.11,<3.15' - pypi: https://files.pythonhosted.org/packages/3f/d0/7b958df957e4827837b590944008f0b28078f552b451f7407b4b3d54f574/asciichartpy-1.5.25-py2.py3-none-any.whl name: asciichartpy version: 1.5.25 @@ -10262,6 +10375,28 @@ packages: requires_dist: - numpy requires_python: '>=3.11,<3.15' +- pypi: https://files.pythonhosted.org/packages/48/ca/36339329c4604adbcc99c899b7eb1ce1a555c499b6a6860757dc9bfed36d/narwhals-2.22.1-py3-none-any.whl + name: narwhals + version: 2.22.1 + sha256: 60567d774edf77db53906f89d9fbd164e66e56d66d388e1e6990f17ac33cfb53 + requires_dist: + - cudf-cu12>=24.10.0 ; sys_platform == 'linux' and extra == 'cudf' + - dask[dataframe]>=2024.8 ; extra == 'dask' + - duckdb>=1.1 ; extra == 'duckdb' + - ibis-framework>=6.0.0 ; extra == 'ibis' + - rich>=12.4.4 ; extra == 'ibis' + - packaging>=21.3 ; extra == 'ibis' + - pyarrow-hotfix>=0.7 ; extra == 'ibis' + - modin>=0.22.0 ; extra == 'modin' + - pandas>=1.3.4 ; extra == 'pandas' + - polars>=0.20.4 ; extra == 'polars' + - pyarrow>=13.0.0 ; extra == 'pyarrow' + - pyspark>=3.5.0 ; extra == 'pyspark' + - pyspark[connect]>=3.5.0 ; extra == 'pyspark-connect' + - narwhals[duckdb] ; extra == 'sql' + - sqlparse>=0.5.5 ; extra == 'sql' + - sqlframe>=3.22.0,!=3.39.3 ; extra == 'sqlframe' + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/49/b2/97980f3ad4fae37dd7fe31626e2bf75fbf8bdf5d303950ec1fab39a12da8/kiwisolver-1.5.0-cp314-cp314-macosx_11_0_arm64.whl name: kiwisolver version: 1.5.0 @@ -10311,6 +10446,18 @@ packages: - ruff>=0.12.0 ; extra == 'dev' - cython-lint>=0.12.2 ; extra == 'dev' requires_python: '>=3.11' +- pypi: https://files.pythonhosted.org/packages/4d/13/6517bf966b841c7675ded30701a068ce141f3e698a27aaa35c702d8e078b/msgpack-1.2.0-cp314-cp314-win_amd64.whl + name: msgpack + version: 1.2.0 + sha256: 1a3effc392a57744e4681e55d05f97d5ee7b598747d718340a9b4b8a970c40e1 + requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/50/aa/cfa74df43e47061acd24a4b174bd496be920af8514cb7d5ea1dc1b135c3e/crysfml-0.7.0-cp312-cp312-win_amd64.whl + name: crysfml + version: 0.7.0 + sha256: 7551f8f3a232c1e2e2a36b134c9a4f7bb313135e3c03b00d348e578397508cbb + requires_dist: + - numpy + requires_python: '>=3.11,<3.15' - pypi: https://files.pythonhosted.org/packages/51/ac/b9d68ebddfe1b02c77af5bf81120e12b036b4432dc6af7a303d90e2bc38b/chardet-7.4.3-cp314-cp314-macosx_11_0_arm64.whl name: chardet version: 7.4.3 @@ -10485,6 +10632,14 @@ packages: - prettytable - ply - numpy +- pypi: https://files.pythonhosted.org/packages/59/2d/d741fbbbcba7eb6f9f1a829373c558114d59cb882b95f941aa0dc060861f/plumbum-2.0.1-py3-none-any.whl + name: plumbum + version: 2.0.1 + sha256: 27a454980f91689aae8f18242a36daaf2636219171cf0e6a849744aa1d6fff85 + requires_dist: + - typing-extensions ; python_full_version < '3.13' + - paramiko ; extra == 'ssh' + requires_python: '>=3.9' - pypi: https://files.pythonhosted.org/packages/59/ad/9caa9b9c836d9ad6f067157a531ac48b7d36499f5036d4141ce78c230b1b/frozenlist-1.8.0-cp314-cp314-win_amd64.whl name: frozenlist version: 1.8.0 @@ -10549,6 +10704,21 @@ packages: - trove-classifiers>=2024.10.12 ; extra == 'tests' - defusedxml ; extra == 'xmp' requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/5d/95/6b5cb3461ea5673ba0995989746db58eb18b91b54dbf331e72f569540946/pip-26.1.2-py3-none-any.whl + name: pip + version: 26.1.2 + sha256: 382ff9f685ee3bc25864f820aa50505825f10f5458ffff07e30a6d96e5715cab + requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/5e/e3/00ec594aef5f55522e6d373bc2ac53e53a8f5e9ae32f2d6854b0de4270f3/mkdocstrings_python-2.0.4-py3-none-any.whl + name: mkdocstrings-python + version: 2.0.4 + sha256: fd87c173e1e719a85997b6d4f852cdc55f36710e0ed08da3a7bd9abe79c9db00 + requires_dist: + - mkdocstrings>=0.30 + - mkdocs-autorefs>=1.4 + - griffelib>=2.0 + - typing-extensions>=4.0 ; python_full_version < '3.11' + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/5f/97/2aab507d3d00ca626e8e57c1eac6a79e4e5fbcc63eb99733ff55d1717f65/pydantic_core-2.46.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl name: pydantic-core version: 2.46.4 @@ -10590,6 +10760,13 @@ packages: version: 0.5.2 sha256: 97797ebb098e670a2f92dd66f32897e30d7615b14e7f59711de23e30a9072539 requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/63/f0/92e15295f717a5e43b73cc215bc8731d1b73bb2a89168f473a74dfdc2803/crysfml-0.7.0-cp314-cp314-macosx_14_0_arm64.whl + name: crysfml + version: 0.7.0 + sha256: 04e4d59c43461785e858540b1223e97584bc6839d6b16fc0145364d9a8165059 + requires_dist: + - numpy + requires_python: '>=3.11,<3.15' - pypi: https://files.pythonhosted.org/packages/64/a8/c09fbe44b12fa919c5bfe0afb71e60d1231a7dc93405e54c30496c57c9d3/arviz-1.1.0-py3-none-any.whl name: arviz version: 1.1.0 @@ -10807,6 +10984,11 @@ packages: - xlsxwriter>=3.2.0 ; extra == 'all' - zstandard>=0.23.0 ; extra == 'all' requires_python: '>=3.11' +- pypi: https://files.pythonhosted.org/packages/68/58/bd41f7688b2fd5623012605130ed70e60aa7f2244baa3d5066bdd61530c8/ruff-0.15.17-py3-none-macosx_11_0_arm64.whl + name: ruff + version: 0.15.17 + sha256: f6ad73b14c2d18a3bf8ad7cb6974294d7f613a7898604826058e6ac64918ef4d + requires_python: '>=3.7' - pypi: https://files.pythonhosted.org/packages/69/d1/705e6c19b437a4105bf3b9ae7945fcfc3ad2abb73d14bae0a3f2d58b305b/arviz_base-1.1.0-py3-none-any.whl name: arviz-base version: 1.1.0 @@ -10846,6 +11028,13 @@ packages: requires_dist: - tomli ; python_full_version <= '3.11' and extra == 'toml' requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/6a/a4/8c78b83d4329be85b122b0acb9523e5639cb0bbf7a12883de0d2e3334f54/crysfml-0.7.0-cp314-cp314-win_amd64.whl + name: crysfml + version: 0.7.0 + sha256: 39704bebfafd3f7b086777eff46ff66dc7436a0e5d6bd838a0504078587ee188 + requires_dist: + - numpy + requires_python: '>=3.11,<3.15' - pypi: https://files.pythonhosted.org/packages/6a/b7/9366ed44ced9b7ef357ab48c94205280276db9d7f064aa3012a97227e966/h5py-3.16.0-cp314-cp314-macosx_11_0_arm64.whl name: h5py version: 3.16.0 @@ -10885,19 +11074,39 @@ packages: requires_dist: - diffpy-structure requires_python: '>=3.12,<3.15' -- pypi: https://files.pythonhosted.org/packages/72/b9/313e8f2f2e9517ae050a692ae7b3e4b3f17cc5e6dfea0db51fe14e586580/jinja2_ansible_filters-1.3.2-py3-none-any.whl - name: jinja2-ansible-filters - version: 1.3.2 - sha256: e1082f5564917649c76fed239117820610516ec10f87735d0338688800a55b34 +- pypi: https://files.pythonhosted.org/packages/72/7d/733c088265e01e653c70e89e58345a3dd346acc34af26987314b84b9ffaa/copier-9.15.2-py3-none-any.whl + name: copier + version: 9.15.2 + sha256: 50a39142d6493f2261762309374a7a7462dbab654c5d22fd9aa17b6a69b84a95 requires_dist: - - jinja2 - - pyyaml - - pytest ; extra == 'test' - - pytest-cov ; extra == 'test' -- pypi: https://files.pythonhosted.org/packages/72/dc/0decaf5da92a7a969374474025787102d811d42aed1d32191fa338620e15/python_socketio-5.16.2-py3-none-any.whl - name: python-socketio - version: 5.16.2 - sha256: bef2da3374fd533aed4297f57b4f6512b52aa51604cb0da2165f401291c5ca20 + - colorama>=0.4.6 + - dunamai>=1.7.0 + - funcy>=1.17 + - jinja2-ansible-filters>=1.3.1 + - jinja2>=3.1.5 + - packaging>=23.0 + - pathspec>=0.9.0 + - platformdirs>=4.3.6 + - plumbum>=1.6.9 + - pydantic>=2.4.2 + - pygments>=2.7.1 + - pyyaml>=5.3.1 + - questionary>=1.8.1 + - typing-extensions>=4.0.0,<5.0.0 ; python_full_version < '3.11' + requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/72/b9/313e8f2f2e9517ae050a692ae7b3e4b3f17cc5e6dfea0db51fe14e586580/jinja2_ansible_filters-1.3.2-py3-none-any.whl + name: jinja2-ansible-filters + version: 1.3.2 + sha256: e1082f5564917649c76fed239117820610516ec10f87735d0338688800a55b34 + requires_dist: + - jinja2 + - pyyaml + - pytest ; extra == 'test' + - pytest-cov ; extra == 'test' +- pypi: https://files.pythonhosted.org/packages/72/dc/0decaf5da92a7a969374474025787102d811d42aed1d32191fa338620e15/python_socketio-5.16.2-py3-none-any.whl + name: python-socketio + version: 5.16.2 + sha256: bef2da3374fd533aed4297f57b4f6512b52aa51604cb0da2165f401291c5ca20 requires_dist: - bidict>=0.21.0 - python-engineio>=4.13.2 @@ -11030,6 +11239,63 @@ packages: - sphinx ; extra == 'dev' - versioningit ; extra == 'dev' requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/7b/78/55b12e70f45bccc40d9e483925c065027b3b98ea4cbbdf6f8c2546feaf6c/sqlalchemy-2.0.51-cp314-cp314-win_amd64.whl + name: sqlalchemy + version: 2.0.51 + sha256: 96747bfbadb055466e5b46d572618170046b45ce5a4879167f50d70a5319a499 + requires_dist: + - importlib-metadata ; python_full_version < '3.8' + - greenlet>=1 ; platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64' + - typing-extensions>=4.6.0 + - greenlet>=1 ; extra == 'asyncio' + - mypy>=0.910 ; extra == 'mypy' + - pyodbc ; extra == 'mssql' + - pymssql ; extra == 'mssql-pymssql' + - pyodbc ; extra == 'mssql-pyodbc' + - mysqlclient>=1.4.0 ; extra == 'mysql' + - mysql-connector-python ; extra == 'mysql-connector' + - mariadb>=1.0.1,!=1.1.2,!=1.1.5,!=1.1.10 ; extra == 'mariadb-connector' + - cx-oracle>=8 ; extra == 'oracle' + - oracledb>=1.0.1 ; extra == 'oracle-oracledb' + - psycopg2>=2.7 ; extra == 'postgresql' + - pg8000>=1.29.1 ; extra == 'postgresql-pg8000' + - greenlet>=1 ; extra == 'postgresql-asyncpg' + - asyncpg ; extra == 'postgresql-asyncpg' + - psycopg2-binary ; extra == 'postgresql-psycopg2binary' + - psycopg2cffi ; extra == 'postgresql-psycopg2cffi' + - psycopg>=3.0.7 ; extra == 'postgresql-psycopg' + - psycopg[binary]>=3.0.7 ; extra == 'postgresql-psycopgbinary' + - pymysql ; extra == 'pymysql' + - greenlet>=1 ; extra == 'aiomysql' + - aiomysql>=0.2.0 ; extra == 'aiomysql' + - greenlet>=1 ; extra == 'aioodbc' + - aioodbc ; extra == 'aioodbc' + - greenlet>=1 ; extra == 'asyncmy' + - asyncmy>=0.2.3,!=0.2.4,!=0.2.6 ; extra == 'asyncmy' + - greenlet>=1 ; extra == 'aiosqlite' + - aiosqlite ; extra == 'aiosqlite' + - typing-extensions!=3.10.0.1 ; extra == 'aiosqlite' + - sqlcipher3-binary ; extra == 'sqlcipher' + requires_python: '>=3.7' +- pypi: https://files.pythonhosted.org/packages/7c/03/b8cdb625a21f710dfa11bbca1f48fb4057d2c0286975f8b415bf80942c99/matplotlib-3.11.0-cp314-cp314-macosx_11_0_arm64.whl + name: matplotlib + version: 3.11.0 + sha256: 25c2e5455efd8d99f41fb79871a31feb7d301569642e332ec58d72cfe9282bc3 + requires_dist: + - contourpy>=1.0.1 + - cycler>=0.10 + - fonttools>=4.22.0 + - kiwisolver>=1.3.1 + - numpy>=1.25 + - packaging>=20.0 + - pillow>=9 + - pyparsing>=3 + - python-dateutil>=2.7 + requires_python: '>=3.11' +- pypi: https://files.pythonhosted.org/packages/7c/a4/81502f486f01db95bc8320646a8a12511f5e556cb63d5e224d91816605c4/trove_classifiers-2026.6.1.19-py3-none-any.whl + name: trove-classifiers + version: 2026.6.1.19 + sha256: ab4c4ec93cc4a4e7815fa759906e05e6bb3f2fbd92ea0f897288c6a43efd15b3 - pypi: https://files.pythonhosted.org/packages/7d/c2/57f54b03d0f22d4044b8afb9ca0e184f8b1afd57b4f735c2fa70883dc601/contourpy-1.3.3-cp314-cp314-win_amd64.whl name: contourpy version: 1.3.3 @@ -11102,6 +11368,13 @@ packages: - typing-extensions!=3.10.0.1 ; extra == 'aiosqlite' - sqlcipher3-binary ; extra == 'sqlcipher' requires_python: '>=3.7' +- pypi: https://files.pythonhosted.org/packages/7f/e5/5a68bcbce04a3425bb6e1ea1145189ee80184089f2798164c660df1e3b9d/crysfml-0.7.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl + name: crysfml + version: 0.7.0 + sha256: f71f3c8a0cb842456f4d3dae330d1244667ca28d348e123439f4616856ed44cc + requires_dist: + - numpy + requires_python: '>=3.11,<3.15' - pypi: https://files.pythonhosted.org/packages/80/31/0b2517913687895f5904325c2069d6a3b78f66cc641a86a2baf75a05dcbb/multidict-6.7.1-cp312-cp312-win_amd64.whl name: multidict version: 6.7.1 @@ -11278,6 +11551,26 @@ packages: - psutil ; extra == 'test' - setuptools ; extra == 'test' requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/8b/5a/ba30a81239b909821b3153e303e7def45178bf353da4f72380e6c5e8793b/pytest-9.1.0-py3-none-any.whl + name: pytest + version: 9.1.0 + sha256: 8ebb0e7888bdf2bdfc602ec51f8f62d50200af37356c74e503c79a94f5c81f32 + requires_dist: + - colorama>=0.4 ; sys_platform == 'win32' + - exceptiongroup>=1 ; python_full_version < '3.11' + - iniconfig>=1.0.1 + - packaging>=22 + - pluggy>=1.5,<2 + - pygments>=2.7.2 + - tomli>=1 ; python_full_version < '3.11' + - argcomplete ; extra == 'dev' + - attrs>=19.2 ; extra == 'dev' + - hypothesis>=3.56 ; extra == 'dev' + - mock ; extra == 'dev' + - requests ; extra == 'dev' + - setuptools ; extra == 'dev' + - xmlschema ; extra == 'dev' + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/8c/ec/d431eb7941fb55a31dd6ca3404d41fbb52d99172df2e7707754488390910/msgpack-1.1.2-cp312-cp312-win_amd64.whl name: msgpack version: 1.1.2 @@ -11472,13 +11765,6 @@ packages: - scipy - pycifstar - matplotlib -- pypi: https://files.pythonhosted.org/packages/97/37/ce5c3ef2595dac2be35039f7b91a0691ef643aa3d954815b3b51e026e0ab/crysfml-0.6.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl - name: crysfml - version: 0.6.2 - sha256: e18ff9ea04b0b823dbc1558afb974bd5b66f3ce13f9e18b25adedfcfde1a59a4 - requires_dist: - - numpy - requires_python: '>=3.11,<3.15' - pypi: https://files.pythonhosted.org/packages/99/31/6cf181011dc738c33bf6ba7aea2e8e1d3c1f71b7dab1942f3054f66f6202/asteval-1.0.8-py3-none-any.whl name: asteval version: 1.0.8 @@ -11509,6 +11795,17 @@ packages: version: 2.4.6 sha256: 90f9849678c75fe7afa2d348ac842c168b0a4d3d61919687216dfc547976d853 requires_python: '>=3.11' +- pypi: https://files.pythonhosted.org/packages/99/69/d6c99db15dc0b5e892ac3cc7b942c8b21f4a9cc3bd9ea0bc3b0f339ffbd4/greenlet-3.5.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl + name: greenlet + version: 3.5.2 + sha256: 26aed8d9503ca78889141a9739d71b383efea5f472a7c522b5410f7eb2a1b163 + requires_dist: + - sphinx ; extra == 'docs' + - furo ; extra == 'docs' + - objgraph ; extra == 'test' + - psutil ; extra == 'test' + - setuptools ; extra == 'test' + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/99/9f/795fedf35634f746151ca8839d05681ceb6287fbed6cc1c9bf235f7887c2/kiwisolver-1.5.0-cp312-cp312-macosx_11_0_arm64.whl name: kiwisolver version: 1.5.0 @@ -11544,6 +11841,13 @@ packages: version: 7.4.3 sha256: 29af5999f654e8729d251f1724a62b538b1262d9292cccaefddf8a02aae1ef6a requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/9c/e8/996d4f29a4ea07cffa0db7ce74466547d88719622233b82e67ca96a87708/crysfml-0.7.0-cp312-cp312-macosx_14_0_arm64.whl + name: crysfml + version: 0.7.0 + sha256: cc57bc9771372db95a6ac1fef1879baa6ea0515d5432aad9640514bcf99025b3 + requires_dist: + - numpy + requires_python: '>=3.11,<3.15' - pypi: https://files.pythonhosted.org/packages/9d/7a/d968e294073affff457b041c2be9868a40c1c71f4a35fcc1e45e5493067b/pytest_cov-7.1.0-py3-none-any.whl name: pytest-cov version: 7.1.0 @@ -11571,6 +11875,25 @@ packages: requires_dist: - numpy>=1.21.2 requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/a0/18/938441025db6769a3464596b2410af3afde0b21eb2f204c6f766f68af4bd/aiohttp-3.14.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl + name: aiohttp + version: 3.14.1 + sha256: 634e385930fb6d2d479cf3aa66515955863b77a5e3c2b5894ca259a25b308602 + requires_dist: + - aiohappyeyeballs>=2.5.0 + - aiosignal>=1.4.0 + - async-timeout>=4.0,<6.0 ; python_full_version < '3.11' + - attrs>=17.3.0 + - frozenlist>=1.1.1 + - multidict>=4.5,<7.0 + - propcache>=0.2.0 + - typing-extensions>=4.4 ; python_full_version < '3.13' + - yarl>=1.17.0,<2.0 + - aiodns>=3.3.0 ; sys_platform != 'android' and sys_platform != 'ios' and extra == 'speedups' + - brotli>=1.2 ; platform_python_implementation == 'CPython' and sys_platform != 'android' and sys_platform != 'ios' and extra == 'speedups' + - brotlicffi>=1.2 ; platform_python_implementation != 'CPython' and extra == 'speedups' + - backports-zstd ; python_full_version < '3.14' and platform_python_implementation == 'CPython' and sys_platform != 'android' and sys_platform != 'ios' and extra == 'speedups' + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/a0/61/5c78b91c3143ed5c14207f463aecfc8f9dbb5092fb2869baf37c273b2705/gitdb-4.0.12-py3-none-any.whl name: gitdb version: 4.0.12 @@ -11592,6 +11915,49 @@ packages: - pytest>=7.1.0 ; extra == 'dev' - hypothesis>=6.70.0 ; extra == 'dev' requires_python: '>=3.9' +- pypi: https://files.pythonhosted.org/packages/a2/23/ce3a543935a01e478349e82f6c1440776f92d4cb346662c4d81574878fed/hypothesis-6.155.3-py3-none-any.whl + name: hypothesis + version: 6.155.3 + sha256: ede5a3d142d9c5c9f70cb3075541905b228d6c3a682bcec3d4fe0722e9eda127 + requires_dist: + - exceptiongroup>=1.0.0 ; python_full_version < '3.11' + - sortedcontainers>=2.1.0,<3.0.0 + - click>=7.0 ; extra == 'cli' + - black>=20.8b0 ; extra == 'cli' + - rich>=9.0.0 ; extra == 'cli' + - libcst>=0.3.16 ; extra == 'codemods' + - black>=20.8b0 ; extra == 'ghostwriter' + - pytz>=2014.1 ; extra == 'pytz' + - python-dateutil>=1.4 ; extra == 'dateutil' + - lark>=0.10.1 ; extra == 'lark' + - numpy>=1.21.6 ; extra == 'numpy' + - pandas>=1.1 ; extra == 'pandas' + - pytest>=4.6 ; extra == 'pytest' + - dpcontracts>=0.4 ; extra == 'dpcontracts' + - redis>=3.0.0 ; extra == 'redis' + - hypothesis-crosshair>=0.0.28 ; extra == 'crosshair' + - crosshair-tool>=0.0.106 ; extra == 'crosshair' + - tzdata>=2026.2 ; (sys_platform == 'emscripten' and extra == 'zoneinfo') or (sys_platform == 'win32' and extra == 'zoneinfo') + - django>=5.2 ; extra == 'django' + - watchdog>=4.0.0 ; extra == 'watchdog' + - black>=20.8b0 ; extra == 'all' + - click>=7.0 ; extra == 'all' + - crosshair-tool>=0.0.106 ; extra == 'all' + - django>=5.2 ; extra == 'all' + - dpcontracts>=0.4 ; extra == 'all' + - hypothesis-crosshair>=0.0.28 ; extra == 'all' + - lark>=0.10.1 ; extra == 'all' + - libcst>=0.3.16 ; extra == 'all' + - numpy>=1.21.6 ; extra == 'all' + - pandas>=1.1 ; extra == 'all' + - pytest>=4.6 ; extra == 'all' + - python-dateutil>=1.4 ; extra == 'all' + - pytz>=2014.1 ; extra == 'all' + - redis>=3.0.0 ; extra == 'all' + - rich>=9.0.0 ; extra == 'all' + - tzdata>=2026.2 ; (sys_platform == 'emscripten' and extra == 'all') or (sys_platform == 'win32' and extra == 'all') + - watchdog>=4.0.0 ; extra == 'all' + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/a2/84/dc08d77fbf3d87d3ee27f6a0c6dcce1de5829a64f2eae85a0ecc1f0daa73/scipy-1.17.1-cp312-cp312-win_amd64.whl name: scipy version: 1.17.1 @@ -11888,6 +12254,44 @@ packages: version: 7.4.3 sha256: b95c934b9ad59e2ba8abb9be49df70d3ad1b0d95d864b9fdb7588d4fa8bd921c requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/b1/49/a739be2e1d02a96a658eb71ab45d921c874249252358ad24a5bffdd02525/sqlalchemy-2.0.51-cp314-cp314-macosx_11_0_arm64.whl + name: sqlalchemy + version: 2.0.51 + sha256: 6ea306caaae6bd5afd0a46050003c88f6bf33227377a49298c498c3cb88ff491 + requires_dist: + - importlib-metadata ; python_full_version < '3.8' + - greenlet>=1 ; platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64' + - typing-extensions>=4.6.0 + - greenlet>=1 ; extra == 'asyncio' + - mypy>=0.910 ; extra == 'mypy' + - pyodbc ; extra == 'mssql' + - pymssql ; extra == 'mssql-pymssql' + - pyodbc ; extra == 'mssql-pyodbc' + - mysqlclient>=1.4.0 ; extra == 'mysql' + - mysql-connector-python ; extra == 'mysql-connector' + - mariadb>=1.0.1,!=1.1.2,!=1.1.5,!=1.1.10 ; extra == 'mariadb-connector' + - cx-oracle>=8 ; extra == 'oracle' + - oracledb>=1.0.1 ; extra == 'oracle-oracledb' + - psycopg2>=2.7 ; extra == 'postgresql' + - pg8000>=1.29.1 ; extra == 'postgresql-pg8000' + - greenlet>=1 ; extra == 'postgresql-asyncpg' + - asyncpg ; extra == 'postgresql-asyncpg' + - psycopg2-binary ; extra == 'postgresql-psycopg2binary' + - psycopg2cffi ; extra == 'postgresql-psycopg2cffi' + - psycopg>=3.0.7 ; extra == 'postgresql-psycopg' + - psycopg[binary]>=3.0.7 ; extra == 'postgresql-psycopgbinary' + - pymysql ; extra == 'pymysql' + - greenlet>=1 ; extra == 'aiomysql' + - aiomysql>=0.2.0 ; extra == 'aiomysql' + - greenlet>=1 ; extra == 'aioodbc' + - aioodbc ; extra == 'aioodbc' + - greenlet>=1 ; extra == 'asyncmy' + - asyncmy>=0.2.3,!=0.2.4,!=0.2.6 ; extra == 'asyncmy' + - greenlet>=1 ; extra == 'aiosqlite' + - aiosqlite ; extra == 'aiosqlite' + - typing-extensions!=3.10.0.1 ; extra == 'aiosqlite' + - sqlcipher3-binary ; extra == 'sqlcipher' + requires_python: '>=3.7' - pypi: https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl name: mdurl version: 0.1.2 @@ -12017,6 +12421,16 @@ packages: - sphinx ; extra == 'docs' - furo ; extra == 'docs' requires_python: '>=3.8' +- pypi: https://files.pythonhosted.org/packages/b7/36/ca79e758c05bb40afb6a03178fa68618149f31293b8cee6969d0fe1bfcb7/pydoclint-0.8.6-py3-none-any.whl + name: pydoclint + version: 0.8.6 + sha256: 8f2a8b995d69cb41631d56e653e38e522cd227916a04587db842c07b7977906e + requires_dist: + - click>=8.1.0 + - docstring-parser-fork>=0.0.12 + - tomli>=2.0.1 ; python_full_version < '3.11' + - flake8>=4 ; extra == 'flake8' + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/b7/6f/a05a317a66fee0aad270011461f1a63a453ed12471249f172f7d2e2bc7b4/python_discovery-1.3.1-py3-none-any.whl name: python-discovery version: 1.3.1 @@ -12356,6 +12770,11 @@ packages: - psutil>=3.0 ; extra == 'psutil' - setproctitle ; extra == 'setproctitle' requires_python: '>=3.9' +- pypi: https://files.pythonhosted.org/packages/ca/aa/53ddfba0e347cc4b484e95f629c5850b9e800ca8390c91ffc604407acf87/msgpack-1.2.0-cp314-cp314-macosx_11_0_arm64.whl + name: msgpack + version: 1.2.0 + sha256: e90df581f80f53b372d5d9d9349078d729851a3a0d0bd74f53ccb598d01e45b8 + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/cb/b1/3846dd7f199d53cb17f49cba7e651e9ce294d8497c8c150530ed11865bb8/iniconfig-2.3.0-py3-none-any.whl name: iniconfig version: 2.3.0 @@ -12757,6 +13176,51 @@ packages: requires_dist: - typing-extensions>=4.12.0 requires_python: '>=3.9' +- pypi: https://files.pythonhosted.org/packages/dc/b9/be539854f93a70dfbeec69117f33ec70dc42ff0b65b5b07ab8d40d04228e/coverage-7.14.1-cp314-cp314-win_amd64.whl + name: coverage + version: 7.14.1 + sha256: 114c95ef29302423b87d159075805f4ab973254a2638a5d7d046c94887cc87d7 + requires_dist: + - tomli ; python_full_version <= '3.11' and extra == 'toml' + requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/dd/a1/e77854cb5336fd37dc3c6ae3b71de242c98caac5725120be0b526b31cbd0/sqlalchemy-2.0.51-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl + name: sqlalchemy + version: 2.0.51 + sha256: 4004ada0aafe8ae1991b2cd1d99c6d9146126e123bd6f883c260d974aa012e54 + requires_dist: + - importlib-metadata ; python_full_version < '3.8' + - greenlet>=1 ; platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64' + - typing-extensions>=4.6.0 + - greenlet>=1 ; extra == 'asyncio' + - mypy>=0.910 ; extra == 'mypy' + - pyodbc ; extra == 'mssql' + - pymssql ; extra == 'mssql-pymssql' + - pyodbc ; extra == 'mssql-pyodbc' + - mysqlclient>=1.4.0 ; extra == 'mysql' + - mysql-connector-python ; extra == 'mysql-connector' + - mariadb>=1.0.1,!=1.1.2,!=1.1.5,!=1.1.10 ; extra == 'mariadb-connector' + - cx-oracle>=8 ; extra == 'oracle' + - oracledb>=1.0.1 ; extra == 'oracle-oracledb' + - psycopg2>=2.7 ; extra == 'postgresql' + - pg8000>=1.29.1 ; extra == 'postgresql-pg8000' + - greenlet>=1 ; extra == 'postgresql-asyncpg' + - asyncpg ; extra == 'postgresql-asyncpg' + - psycopg2-binary ; extra == 'postgresql-psycopg2binary' + - psycopg2cffi ; extra == 'postgresql-psycopg2cffi' + - psycopg>=3.0.7 ; extra == 'postgresql-psycopg' + - psycopg[binary]>=3.0.7 ; extra == 'postgresql-psycopgbinary' + - pymysql ; extra == 'pymysql' + - greenlet>=1 ; extra == 'aiomysql' + - aiomysql>=0.2.0 ; extra == 'aiomysql' + - greenlet>=1 ; extra == 'aioodbc' + - aioodbc ; extra == 'aioodbc' + - greenlet>=1 ; extra == 'asyncmy' + - asyncmy>=0.2.3,!=0.2.4,!=0.2.6 ; extra == 'asyncmy' + - greenlet>=1 ; extra == 'aiosqlite' + - aiosqlite ; extra == 'aiosqlite' + - typing-extensions!=3.10.0.1 ; extra == 'aiosqlite' + - sqlcipher3-binary ; extra == 'sqlcipher' + requires_python: '>=3.7' - pypi: https://files.pythonhosted.org/packages/de/1f/77fa3081e4f66ca3576c896ae5d31c3002ac6607f9747d2e3aa49227e464/markdown-3.10.2-py3-none-any.whl name: markdown version: 3.10.2 @@ -12864,6 +13328,25 @@ packages: version: 0.7.5 sha256: 217bb9ac9da7c90704026dacfc0a0652a38f4df1e318225d8f35c75f1f8c7ebf requires_python: '>=3.9' +- pypi: https://files.pythonhosted.org/packages/e9/a7/248e1aebe0c7810b0271e021a0f2a5eb6e78a051885b3c9df49f42a5802d/aiohttp-3.14.1-cp314-cp314-macosx_11_0_arm64.whl + name: aiohttp + version: 3.14.1 + sha256: 07eabb979d236335fed927e137a928c9adfb7df3b9ec7aa31726f133a62be983 + requires_dist: + - aiohappyeyeballs>=2.5.0 + - aiosignal>=1.4.0 + - async-timeout>=4.0,<6.0 ; python_full_version < '3.11' + - attrs>=17.3.0 + - frozenlist>=1.1.1 + - multidict>=4.5,<7.0 + - propcache>=0.2.0 + - typing-extensions>=4.4 ; python_full_version < '3.13' + - yarl>=1.17.0,<2.0 + - aiodns>=3.3.0 ; sys_platform != 'android' and sys_platform != 'ios' and extra == 'speedups' + - brotli>=1.2 ; platform_python_implementation == 'CPython' and sys_platform != 'android' and sys_platform != 'ios' and extra == 'speedups' + - brotlicffi>=1.2 ; platform_python_implementation != 'CPython' and extra == 'speedups' + - backports-zstd ; python_full_version < '3.14' and platform_python_implementation == 'CPython' and sys_platform != 'android' and sys_platform != 'ios' and extra == 'speedups' + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/eb/be/b257e12f9710819fde40adc972578bee6b72c5992da1bc8369bef2597756/nbmake-1.5.5-py3-none-any.whl name: nbmake version: 1.5.5 @@ -12933,6 +13416,25 @@ packages: - pytest-cov ; extra == 'tests' - pytest-lazy-fixtures ; extra == 'tests' requires_python: '>=3.10' +- pypi: https://files.pythonhosted.org/packages/f0/2b/13e8d741a9ec5db7d900c060554cf8352ab85e44e2a4469ebb9d377bda17/aiohttp-3.14.1-cp314-cp314-win_amd64.whl + name: aiohttp + version: 3.14.1 + sha256: af8b4b81a960eeaf1234971ac3cd0ba5901f3cd42eae42a46b4d089a8b492719 + requires_dist: + - aiohappyeyeballs>=2.5.0 + - aiosignal>=1.4.0 + - async-timeout>=4.0,<6.0 ; python_full_version < '3.11' + - attrs>=17.3.0 + - frozenlist>=1.1.1 + - multidict>=4.5,<7.0 + - propcache>=0.2.0 + - typing-extensions>=4.4 ; python_full_version < '3.13' + - yarl>=1.17.0,<2.0 + - aiodns>=3.3.0 ; sys_platform != 'android' and sys_platform != 'ios' and extra == 'speedups' + - brotli>=1.2 ; platform_python_implementation == 'CPython' and sys_platform != 'android' and sys_platform != 'ios' and extra == 'speedups' + - brotlicffi>=1.2 ; platform_python_implementation != 'CPython' and extra == 'speedups' + - backports-zstd ; python_full_version < '3.14' and platform_python_implementation == 'CPython' and sys_platform != 'android' and sys_platform != 'ios' and extra == 'speedups' + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/f1/16/d905e7f53e661ce2c24686c38048d8e2b750ffc4350009d41c4e6c6c9826/h5py-3.16.0-cp314-cp314-manylinux_2_28_x86_64.whl name: h5py version: 3.16.0 @@ -13015,6 +13517,83 @@ packages: - markdown ; extra == 'dev' - flake8 ; extra == 'dev' - wheel ; extra == 'dev' +- pypi: https://files.pythonhosted.org/packages/f9/14/abe5ce876ab5b66ee3c691bf537fcd43d037aea55d447aacf74630a8f31e/plotly-6.8.0-py3-none-any.whl + name: plotly + version: 6.8.0 + sha256: 13c5c4a0f70b74cab1913eda0de49b826df5931708eb6f9c3010040614700ec8 + requires_dist: + - narwhals>=1.15.1 + - packaging + - anywidget ; extra == 'dev' + - build ; extra == 'dev' + - colorcet ; extra == 'dev' + - fiona<=1.9.6 ; python_full_version < '3.9' and extra == 'dev' + - geopandas ; extra == 'dev' + - inflect ; extra == 'dev' + - jupyterlab ; extra == 'dev' + - kaleido>=1.3.0 ; extra == 'dev' + - numpy>=1.22 ; extra == 'dev' + - orjson ; extra == 'dev' + - pandas ; extra == 'dev' + - pdfrw ; extra == 'dev' + - pillow ; extra == 'dev' + - plotly-geo ; extra == 'dev' + - polars[timezone] ; extra == 'dev' + - pyarrow ; extra == 'dev' + - pyshp ; extra == 'dev' + - pytest ; extra == 'dev' + - pytz ; extra == 'dev' + - requests ; extra == 'dev' + - ruff==0.11.12 ; extra == 'dev' + - scikit-image ; extra == 'dev' + - scipy ; extra == 'dev' + - shapely ; extra == 'dev' + - statsmodels ; extra == 'dev' + - vaex ; python_full_version < '3.10' and extra == 'dev' + - xarray ; extra == 'dev' + - build ; extra == 'dev-build' + - jupyterlab ; extra == 'dev-build' + - pytest ; extra == 'dev-build' + - requests ; extra == 'dev-build' + - ruff==0.11.12 ; extra == 'dev-build' + - pytest ; extra == 'dev-core' + - requests ; extra == 'dev-core' + - ruff==0.11.12 ; extra == 'dev-core' + - anywidget ; extra == 'dev-optional' + - build ; extra == 'dev-optional' + - colorcet ; extra == 'dev-optional' + - fiona<=1.9.6 ; python_full_version < '3.9' and extra == 'dev-optional' + - geopandas ; extra == 'dev-optional' + - inflect ; extra == 'dev-optional' + - jupyterlab ; extra == 'dev-optional' + - kaleido>=1.3.0 ; extra == 'dev-optional' + - numpy>=1.22 ; extra == 'dev-optional' + - orjson ; extra == 'dev-optional' + - pandas ; extra == 'dev-optional' + - pdfrw ; extra == 'dev-optional' + - pillow ; extra == 'dev-optional' + - plotly-geo ; extra == 'dev-optional' + - polars[timezone] ; extra == 'dev-optional' + - pyarrow ; extra == 'dev-optional' + - pyshp ; extra == 'dev-optional' + - pytest ; extra == 'dev-optional' + - pytz ; extra == 'dev-optional' + - requests ; extra == 'dev-optional' + - ruff==0.11.12 ; extra == 'dev-optional' + - scikit-image ; extra == 'dev-optional' + - scipy ; extra == 'dev-optional' + - shapely ; extra == 'dev-optional' + - statsmodels ; extra == 'dev-optional' + - vaex ; python_full_version < '3.10' and extra == 'dev-optional' + - xarray ; extra == 'dev-optional' + - numpy>=1,<2 ; extra == 'dev-pandas1' + - pandas>=1,<2 ; extra == 'dev-pandas1' + - setuptools<82 ; extra == 'dev-pandas1' + - pandas>=2,<3 ; extra == 'dev-pandas2' + - pandas>=3 ; python_full_version >= '3.11' and extra == 'dev-pandas3' + - numpy>=1.22 ; extra == 'express' + - kaleido>=1.3.0 ; extra == 'kaleido' + requires_python: '>=3.8' - pypi: https://files.pythonhosted.org/packages/f9/58/6e1b8f52fdc3184b47dc5037f5070d83a3d11042db1594b02d2a44d786c8/coverage-7.14.0-cp314-cp314-win_amd64.whl name: coverage version: 7.14.0 @@ -13109,6 +13688,19 @@ packages: requires_dist: - typing-extensions>=4.1.0 ; python_full_version < '3.11' requires_python: '>=3.9' +- pypi: https://files.pythonhosted.org/packages/fe/d7/a71b12b625c44cfcb95d41397752edccc0a731903081609cffd6720f671d/asteval-1.0.9-py3-none-any.whl + name: asteval + version: 1.0.9 + sha256: 60513ea5d608d27bdb0cf3785dc993a6c3adeaee45f1bded0953a09e904e461f + requires_dist: + - build ; extra == 'dev' + - twine ; extra == 'dev' + - sphinx ; extra == 'doc' + - pytest ; extra == 'test' + - pytest-cov ; extra == 'test' + - coverage ; extra == 'test' + - asteval[dev,doc,test] ; extra == 'all' + requires_python: '>=3.10' - pypi: https://files.pythonhosted.org/packages/ff/1c/a28b27effb13a381fe077ea3e3e78f6debd6315f2b3edff67bbb93d0ef51/gemmi-0.7.5-cp314-cp314-win_amd64.whl name: gemmi version: 0.7.5 diff --git a/pixi.toml b/pixi.toml index b9b5f1289..fbdbe0fa2 100644 --- a/pixi.toml +++ b/pixi.toml @@ -72,20 +72,6 @@ pixi-kernel = '*' # Pixi Jupyter kernel pip = '*' easydiffraction = '*' -# Local CrysFML build exposing the new CFL-based `patterns_simulation` -# API. Overrides the released `crysfml` wheel (pulled in transitively via -# `easydiffraction`) with a locally built one. Scoped to osx-arm64 -# because the wheel is platform/Python specific (cp314 / macOS 26 arm64); -# the macOS system requirement is raised to match the wheel tag. Other -# platforms and the CI Python environments keep the released wheel. -# NOTE: the absolute path and macOS 26 tag are machine specific — this -# override is for local testing and is not meant for the shared lock. -[feature.crysfml-local.system-requirements] -macos = '26.0' - -[feature.crysfml-local.target.osx-arm64.pypi-dependencies] -crysfml = { path = '/Users/andrewsazonov/Development/github.com/easyscience/deps-pycrysfml/dist/pyCFML/wheel/crysfml-0.6.2+devdirty4-cp314-cp314-macosx_26_0_arm64.whl' } - ############## # ENVIRONMENTS ############## @@ -100,9 +86,8 @@ py-312-env = { features = ['py-min', 'dev'] } py-314-env = { features = ['py-max', 'dev'] } # The `default` environment is developer-oriented for local development -# and testing with editable installation of the current package. It also -# pulls in the locally built CrysFML wheel (CFL `patterns_simulation`). -default = { features = ['py-max', 'dev', 'crysfml-local'] } +# and testing with editable installation of the current package. +default = { features = ['py-max', 'dev'] } # The `user` environment allows testing with pip-installed dependencies # instead of editable installation of the current package. diff --git a/pyproject.toml b/pyproject.toml index 613831bf8..5ec142eda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ 'dfo-ls', # Non-linear optimization and curve fitting 'gemmi', # Crystallography library 'cryspy', # Calculations of diffraction patterns - 'crysfml', # Calculations of diffraction patterns + 'crysfml>=0.7.0', # Calculations of diffraction patterns 'diffpy.pdffit2', # Calculations of Pair Distribution Function (PDF) 'diffpy.utils', # Utilities for PDF calculations 'uncertainties', # Propagation of uncertainties diff --git a/src/easydiffraction/_data_index_ref.txt b/src/easydiffraction/_data_index_ref.txt index 2e54c16e5..1081a434b 100644 --- a/src/easydiffraction/_data_index_ref.txt +++ b/src/easydiffraction/_data_index_ref.txt @@ -1 +1 @@ -844944070519179249ea2913bd5d4e2e6a475621 +6fbd6a6aabefebc6e515359d3267726b14ecb17d diff --git a/src/easydiffraction/datablocks/experiment/categories/instrument/cwl.py b/src/easydiffraction/datablocks/experiment/categories/instrument/cwl.py index 7d32bb8e8..27e9300fc 100644 --- a/src/easydiffraction/datablocks/experiment/categories/instrument/cwl.py +++ b/src/easydiffraction/datablocks/experiment/categories/instrument/cwl.py @@ -331,7 +331,7 @@ def __init__(self) -> None: """Initialize the CW X-ray powder diffractometer.""" super().__init__() - self._setup_polarization_coefficient: NumericDescriptor = NumericDescriptor( + self._setup_polarization_coefficient: Parameter = Parameter( name='polarization_coefficient', description='CW Lorentz-polarization coefficient', units='', @@ -351,7 +351,7 @@ def __init__(self) -> None: ), ) - self._setup_monochromator_twotheta: NumericDescriptor = NumericDescriptor( + self._setup_monochromator_twotheta: Parameter = Parameter( name='monochromator_twotheta', description='Pre-specimen monochromator 2theta angle', units='degrees', From 51c192c9070906ff58941150db4c272895515c72 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 15:03:36 +0200 Subject: [PATCH 10/64] Apply formatting --- .../pd-xray-cwl_lif_single_polarization.py | 38 ++++++++----------- src/easydiffraction/analysis/analysis.py | 1 - .../analysis/calculators/crysfml.py | 13 ++----- .../analysis/calculators/cryspy.py | 3 +- 4 files changed, 21 insertions(+), 34 deletions(-) diff --git a/docs/docs/verification/pd-xray-cwl_lif_single_polarization.py b/docs/docs/verification/pd-xray-cwl_lif_single_polarization.py index e09719a0d..947650b6f 100644 --- a/docs/docs/verification/pd-xray-cwl_lif_single_polarization.py +++ b/docs/docs/verification/pd-xray-cwl_lif_single_polarization.py @@ -65,8 +65,8 @@ FULLPROF_X = 0.0 # FullProf X FULLPROF_Y = 0.049268 # FullProf Y FULLPROF_POLARIZATION_COEFFICIENT = 0.5 # FullProf Rpolarz -FULLPROF_CTHM = 0.8 # FullProf Cthm -FULLPROF_MONOCHROMATOR_TWOTHETA = 26.5650511771 # acos(sqrt(Cthm)) in degrees +FULLPROF_CTHM = 0.8 # FullProf Cthm +FULLPROF_MONOCHROMATOR_TWOTHETA = 26.5650511771 # acos(sqrt(Cthm)) in degrees x, calc_fullprof = verify.load_fullprof_calc_profile( FULLPROF_PROJECT_DIR, @@ -92,12 +92,8 @@ experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO -experiment.instrument.setup_polarization_coefficient = ( - FULLPROF_POLARIZATION_COEFFICIENT -) -experiment.instrument.setup_monochromator_twotheta = ( - FULLPROF_MONOCHROMATOR_TWOTHETA -) +experiment.instrument.setup_polarization_coefficient = FULLPROF_POLARIZATION_COEFFICIENT +experiment.instrument.setup_monochromator_twotheta = FULLPROF_MONOCHROMATOR_TWOTHETA experiment.peak.type = 'pseudo-voigt' experiment.peak.broad_gauss_u = FULLPROF_U @@ -192,17 +188,15 @@ # ## Agreement check # %% -verify.assert_patterns_agree( - [ - ( - f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', - calc_fullprof, - calc_ed_cryspy_refined, - ), - ( - f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', - calc_fullprof, - calc_ed_crysfml_refined, - ), - ] -) +verify.assert_patterns_agree([ + ( + f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', + calc_fullprof, + calc_ed_cryspy_refined, + ), + ( + f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', + calc_fullprof, + calc_ed_crysfml_refined, + ), +]) diff --git a/src/easydiffraction/analysis/analysis.py b/src/easydiffraction/analysis/analysis.py index f27405bdf..ce47dd329 100644 --- a/src/easydiffraction/analysis/analysis.py +++ b/src/easydiffraction/analysis/analysis.py @@ -78,7 +78,6 @@ from collections.abc import Callable from easydiffraction.analysis.categories.fit_result import FitResultBase - from easydiffraction.analysis.categories.minimizer.base import MinimizerCategoryBase from easydiffraction.core.posterior import PosteriorParameterSummary from easydiffraction.core.variable import GenericDescriptorBase diff --git a/src/easydiffraction/analysis/calculators/crysfml.py b/src/easydiffraction/analysis/calculators/crysfml.py index 2d54e2404..8890fcacb 100644 --- a/src/easydiffraction/analysis/calculators/crysfml.py +++ b/src/easydiffraction/analysis/calculators/crysfml.py @@ -285,12 +285,10 @@ def _cfl_with_lambda( ) -> list[str]: """Return CFL lines with a replacement ``LAMBDA`` directive.""" lambda_line = ( - f' LAMBDA {_fmt(wavelength_1)} {_fmt(wavelength_2)} ' - f'{_fmt(wavelength_ratio)}' + f' LAMBDA {_fmt(wavelength_1)} {_fmt(wavelength_2)} {_fmt(wavelength_ratio)}' ) return [ - lambda_line if line.lstrip().upper().startswith('LAMBDA') else line - for line in cfl + lambda_line if line.lstrip().upper().startswith('LAMBDA') else line for line in cfl ] @staticmethod @@ -411,10 +409,7 @@ def _cw_condition_lines(self, experiment: ExperimentBase) -> list[str]: f' WDT {_fmt(_CW_BRAGG_WINDOW_FWHM)}', ' Profile_function TCH_pVoigt', f' ASYM {_fmt(asym1)} {_fmt(asym2)}', - ( - f' LAMBDA {_fmt(wavelength_1)} {_fmt(wavelength_2)} ' - f'{_fmt(wavelength_ratio)}' - ), + (f' LAMBDA {_fmt(wavelength_1)} {_fmt(wavelength_2)} {_fmt(wavelength_ratio)}'), f' UVWXY {_fmt(u)} {_fmt(v)} {_fmt(w)} {_fmt(x)} {_fmt(y)}', ] @@ -523,7 +518,7 @@ def _normalized_occupancy(self, atom: object, structure: Structure) -> float: factor = self._occupancy_multiplicity_factor(atom, structure) if factor is None: log.warning( - f"[CrysfmlCalculator] Could not resolve site multiplicity for " + f'[CrysfmlCalculator] Could not resolve site multiplicity for ' f"atom '{atom.id.value}' in space group " f"'{structure.space_group.name_h_m.value}'; using unnormalized " f'occupancy, which may scale this phase incorrectly.' diff --git a/src/easydiffraction/analysis/calculators/cryspy.py b/src/easydiffraction/analysis/calculators/cryspy.py index 53e1e585f..280b5de1f 100644 --- a/src/easydiffraction/analysis/calculators/cryspy.py +++ b/src/easydiffraction/analysis/calculators/cryspy.py @@ -362,8 +362,7 @@ def _powder_block_name(experiment: ExperimentBase) -> str | None: if beam_mode in prefixes: return f'{prefixes[beam_mode]}_{experiment.name}' log.warning( - f'[CryspyCalculator] Unknown beam mode ' - f'{experiment.experiment_type.beam_mode.value}' + f'[CryspyCalculator] Unknown beam mode {experiment.experiment_type.beam_mode.value}' ) return None From d578d13ce41677f3615ec1f532cb203f90ff0b8e Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 15:40:10 +0200 Subject: [PATCH 11/64] Fix CFL API review findings --- .../datablocks/experiment/categories/instrument/cwl.py | 4 ++-- .../easydiffraction/analysis/calculators/test_crysfml.py | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/easydiffraction/datablocks/experiment/categories/instrument/cwl.py b/src/easydiffraction/datablocks/experiment/categories/instrument/cwl.py index 27e9300fc..7d32bb8e8 100644 --- a/src/easydiffraction/datablocks/experiment/categories/instrument/cwl.py +++ b/src/easydiffraction/datablocks/experiment/categories/instrument/cwl.py @@ -331,7 +331,7 @@ def __init__(self) -> None: """Initialize the CW X-ray powder diffractometer.""" super().__init__() - self._setup_polarization_coefficient: Parameter = Parameter( + self._setup_polarization_coefficient: NumericDescriptor = NumericDescriptor( name='polarization_coefficient', description='CW Lorentz-polarization coefficient', units='', @@ -351,7 +351,7 @@ def __init__(self) -> None: ), ) - self._setup_monochromator_twotheta: Parameter = Parameter( + self._setup_monochromator_twotheta: NumericDescriptor = NumericDescriptor( name='monochromator_twotheta', description='Pre-specimen monochromator 2theta angle', units='degrees', diff --git a/tests/unit/easydiffraction/analysis/calculators/test_crysfml.py b/tests/unit/easydiffraction/analysis/calculators/test_crysfml.py index 3e21865b2..e0f2f4723 100644 --- a/tests/unit/easydiffraction/analysis/calculators/test_crysfml.py +++ b/tests/unit/easydiffraction/analysis/calculators/test_crysfml.py @@ -78,7 +78,7 @@ def test_module_import(): def test_crysfml_calculate_pattern_applies_absorption(monkeypatch): - from easydiffraction.analysis.calculators import absorption + from easydiffraction.analysis.corrections import absorption from easydiffraction.analysis.calculators.crysfml import CrysfmlCalculator calc = CrysfmlCalculator() @@ -97,7 +97,7 @@ def test_crysfml_calculate_pattern_applies_absorption(monkeypatch): def test_crysfml_calculate_pattern_applies_polarization(monkeypatch): - from easydiffraction.analysis.calculators import polarization + from easydiffraction.analysis.corrections import polarization from easydiffraction.analysis.calculators.crysfml import CrysfmlCalculator from easydiffraction.datablocks.experiment.categories.instrument.cwl import CwlPdXrayInstrument @@ -112,7 +112,7 @@ def test_crysfml_calculate_pattern_applies_polarization(monkeypatch): data=SimpleNamespace(x=x), ) raw = [100.0, 100.0, 100.0] - monkeypatch.setattr(calc, '_crysfml_dict', lambda s, e: {}) + monkeypatch.setattr(calc, '_crysfml_cfl', lambda s, e: []) monkeypatch.setattr(calc, '_calculate_adjusted_pattern', lambda d, e: list(raw)) out = calc.calculate_pattern(None, experiment) From c747a91e3a748c3068e0d2036ed4f506ca2114ee Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 15:47:14 +0200 Subject: [PATCH 12/64] Move pattern corrections to analysis/corrections package Relocate the calculator-independent absorption and polarization corrections out of the calculators (engines) package into a sibling analysis/corrections/ package, completing the import rename begun in the review-fix commit. Add an accepted ADR recording the placement and the shared apply(y, experiment) contract. No public API or behaviour change. --- .../adrs/accepted/model-sample-absorption.md | 2 +- .../post-calculation-corrections-package.md | 95 +++++++++++++++++++ docs/dev/adrs/index.md | 1 + .../in-house-calculation-engine.md | 43 ++++++--- .../analysis/calculators/crysfml.py | 4 +- .../analysis/calculators/cryspy.py | 4 +- .../analysis/corrections/__init__.py | 13 +++ .../absorption.py | 0 .../polarization.py | 0 .../analysis/calculators/test_cryspy.py | 6 +- .../test_absorption.py | 22 ++--- .../test_polarization.py | 2 +- 12 files changed, 159 insertions(+), 33 deletions(-) create mode 100644 docs/dev/adrs/accepted/post-calculation-corrections-package.md create mode 100644 src/easydiffraction/analysis/corrections/__init__.py rename src/easydiffraction/analysis/{calculators => corrections}/absorption.py (100%) rename src/easydiffraction/analysis/{calculators => corrections}/polarization.py (100%) rename tests/unit/easydiffraction/analysis/{calculators => corrections}/test_absorption.py (81%) rename tests/unit/easydiffraction/analysis/{calculators => corrections}/test_polarization.py (96%) diff --git a/docs/dev/adrs/accepted/model-sample-absorption.md b/docs/dev/adrs/accepted/model-sample-absorption.md index 5738f1b32..5871eadd5 100644 --- a/docs/dev/adrs/accepted/model-sample-absorption.md +++ b/docs/dev/adrs/accepted/model-sample-absorption.md @@ -170,7 +170,7 @@ y_corrected(2θ_i) = A(θ_i) · y_calc(2θ_i) ``` This is a single shared helper -(`analysis/calculators/absorption.py::factor(two_theta, params)`) called +(`analysis/corrections/absorption.py::factor(two_theta, params)`) called from the post-calculation step of both `cryspy.py` and `crysfml.py`. The two backends thus stay bit-for-bit consistent on the absorption term, and the helper is unit-testable in isolation against FullProf output diff --git a/docs/dev/adrs/accepted/post-calculation-corrections-package.md b/docs/dev/adrs/accepted/post-calculation-corrections-package.md new file mode 100644 index 000000000..96f436363 --- /dev/null +++ b/docs/dev/adrs/accepted/post-calculation-corrections-package.md @@ -0,0 +1,95 @@ +# ADR: Post-Calculation Corrections Package + +## Status + +Accepted. + +## Date + +2026-06-18. + +## Group + +Analysis and fitting. + +> This ADR follows [`AGENTS.md`](../../../../AGENTS.md). It defines where +> calculator-independent corrections live, separate from the calculation +> backends. It does not change any public API or any correction's +> behaviour; it is a placement and naming decision. + +## Context + +`analysis/calculators/` holds the diffraction calculation backends — +`crysfml`, `cryspy`, `pdffit` — each a `CalculatorBase` subclass that +computes a pattern from a structure and experiment. Its own package +docstring describes it as the home of the calculation *backends*. + +Two modules accumulated in that same package that are **not** backends: + +- `absorption.py` — Debye–Scherrer `μR` intensity factor (issue 119). +- `polarization.py` — X-ray CW Lorentz–polarization factor. + +Both *adjust an already-calculated pattern* rather than computing one. +Each exposes a module-level `apply(y, experiment) -> y` (plus internal +`factor(...)` helpers) and is called by `crysfml.py` and `cryspy.py` +**after** the backend returns its convolved profile, so the two backends +stay bit-for-bit consistent on the correction term. Neither is exported +from any `__init__.py`; they are imported by full module path. + +Mixing post-calculation corrections into the backends package conflates +two roles (compute vs. adjust) and gives no obvious home for the further +point-wise corrections the +[in-house calculation engine ADR](../suggestions/in-house-calculation-engine.md) +anticipates (per-reflection `SyCos`/`SySin`, preferred orientation). + +## Decision + +1. **Move corrections to a sibling package `analysis/corrections/`.** + `absorption.py` and `polarization.py` move out of + `analysis/calculators/` into `analysis/corrections/`. `calculators/` + stays purely about engines; `corrections/` holds adjustments applied + on top of an engine's output. The unit tests mirror the move to + `tests/unit/easydiffraction/analysis/corrections/`. + +2. **Keep the informal `apply(y, experiment)` contract; no base class + yet.** Each correction module exposes `apply(y, experiment) -> y`, + returning `y` unchanged when the correction does not apply. Two plain + functions sharing a signature do not justify a `CorrectionBase` + abstraction; one is introduced only when a third correction shows a + concrete shared need (per [`AGENTS.md`](../../../../AGENTS.md) + §Architecture). + +3. **No public-API or behaviour change.** The modules were never + re-exported, so the move is import-path-only for the two backend + consumers and the tests. Each correction's math is unchanged. + +4. **Corrections stay backend-agnostic; they are not relocated into a + future native engine.** External backends still need the point-wise + forms, so `analysis/corrections/` is their permanent home. The native + engine reimplements the *exact per-reflection* forms on its own code + path rather than moving these modules (see the in-house engine ADR). + +## Consequences + +### Positive + +- `calculators/` is unambiguously the engines package; `corrections/` + names the post-calculation layer and gives future point-wise + corrections an obvious, scalable home. +- The shared `apply(y, experiment)` contract is discoverable in one + place. +- Contained change: no public API, no behaviour, no framework churn. + +### Negative / cost + +- A one-time import-path update for the two backends and the moved + tests, plus refreshed path references in two existing ADRs. + +## Alternatives Considered + +| # | Alternative | Verdict | +| --- | -------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | +| A | **`analysis/corrections/` sibling package** (this ADR). | **Chosen.** Clean split between compute and adjust; scalable home for the growing correction family. | +| B | **Nested `analysis/calculators/corrections/`.** | Rejected. Keeps corrections under the `calculators` name they do not belong to; the conceptual conflation remains. | +| C | **Keep them in `analysis/calculators/`.** | Rejected. Mixes non-engine modules into the backends package; no home for further corrections. | +| D | **Introduce a `CorrectionBase` class now.** | Deferred. Premature abstraction for two plain `apply()` functions; revisit when a third correction lands. | diff --git a/docs/dev/adrs/index.md b/docs/dev/adrs/index.md index b4d1a843d..e62c5df07 100644 --- a/docs/dev/adrs/index.md +++ b/docs/dev/adrs/index.md @@ -26,6 +26,7 @@ folders. | Analysis and fitting | Superseded | Parameter-Level Posterior Projection | Superseded by minimizer-category consolidation; kept as historical context for `parameter.posterior`. | [`parameter-posterior-summary.md`](suggestions/parameter-posterior-summary.md) | | Analysis and fitting | Accepted | Undo Fit | Builds rollback semantics and CLI behavior on already-persisted pre-fit scalar snapshots. | [`undo-fit.md`](accepted/undo-fit.md) | | Analysis and fitting | Accepted | Bayesian Resume and MCMC Sidecar Naming | Extends bumps-DREAM with resume/extend like emcee and renames the MCMC sidecar to `mcmc.h5` with per-engine state groups. | [`bayesian-resume-and-mcmc-sidecar.md`](accepted/bayesian-resume-and-mcmc-sidecar.md) | +| Analysis and fitting | Accepted | Post-Calculation Corrections Package | Moves calculator-independent corrections (absorption, polarization) into `analysis/corrections/`, separate from the calculation backends. | [`post-calculation-corrections-package.md`](accepted/post-calculation-corrections-package.md) | | Core model | Accepted | Category Owners and Real Datablocks | Introduces `CategoryOwner` so singleton sections do not pretend to be real CIF datablocks. | [`category-owner-sections.md`](accepted/category-owner-sections.md) | | Core model | Accepted | Enum-Backed Closed Value Sets | Requires finite option sets to use `(str, Enum)` classes for validation and dispatch. | [`enum-backed-closed-values.md`](accepted/enum-backed-closed-values.md) | | Core model | Accepted | Guarded Public Properties | Uses property setters as the public writability contract for guarded objects. | [`guarded-public-properties.md`](accepted/guarded-public-properties.md) | diff --git a/docs/dev/adrs/suggestions/in-house-calculation-engine.md b/docs/dev/adrs/suggestions/in-house-calculation-engine.md index 831cba228..65d8663a9 100644 --- a/docs/dev/adrs/suggestions/in-house-calculation-engine.md +++ b/docs/dev/adrs/suggestions/in-house-calculation-engine.md @@ -49,7 +49,15 @@ keeps paying: never receives per-reflection integrated intensities, so it can only ever apply an _approximate_ point-wise correction; the exact per-reflection form requires owning the convolution, i.e. owning an - engine. + engine. This point-wise pattern has since materialised as a small but + growing backend-agnostic correction layer in + `analysis/corrections/`: `absorption.py` (issue 119) and now + `polarization.py` (the X-ray CW Lorentz–polarization factor), each an + `apply(y, experiment)` multiplier applied _after_ the backend returns + its convolved profile and shared by both `cryspy` and `crysfml`. Two + such corrections now accrete next to the backends, both necessarily + approximate for the reason above — concrete, shipped evidence of the + symptom this ADR addresses. 3. **Divergence and opacity.** Cross-engine verification already records places where `cryspy` and `crysfml` disagree with FullProf and each other (open issues 130, 134). Debugging a black-box backend is harder @@ -127,13 +135,17 @@ deliberately bounded initial scope. 6. **The engine is the right home for owned corrections.** Corrections currently blocked on or awkward in the backends — sample absorption - (`μR`, issue 119), the exact per-reflection `SyCos`/`SySin` (issue - 131), and basic preferred orientation — are implemented **inside** - the native engine with the physically exact per-reflection math, - since the engine owns the integrated intensities before convolution. - (A backend-agnostic _point-wise_ absorption approximation in the data - layer remains available for the external backends and is orthogonal - to this ADR.) + (`μR`, issue 119), the X-ray CW Lorentz–polarization factor + (currently the point-wise `polarization.apply` multiplier), the exact + per-reflection `SyCos`/`SySin` (issue 131), and basic preferred + orientation — are implemented **inside** the native engine with the + physically exact per-reflection math, since the engine owns the + integrated intensities before convolution. (The backend-agnostic + _point-wise_ approximations now living in `analysis/corrections/` — + `absorption.py` and `polarization.py` — remain available for the + external backends and are orthogonal to this ADR; the native engine + supersedes them with exact per-reflection math only on its own code + path, and does not relocate or remove them.) ## Consequences @@ -174,7 +186,7 @@ deliberately bounded initial scope. | B | **Fork or vendor an existing engine** (e.g. a `cryspy`/`crysfml` subset). | Rejected. Inherits the backend's complexity, build system, and licensing while still not being code we understand end to end. | | C | **In-house engine targeting full parity** with the external backends. | Rejected. Multi-year effort; the long tail (magnetic, polarized, extinction, total scattering) has poor cost/benefit and is well served by the backends. | | D | **In-house core + keep backends for the frontier** (this ADR). | **Chosen.** Owns the common 80% (neutron powder Rietveld), keeps backends for the rest, reuses all existing framework. | -| E | **Only point-wise corrections in the data layer**, no real engine. | Insufficient as a strategy. Solves the immediate absorption case approximately but does not generalize to structure factors or profiles, and does not remove upstream blocking. Complementary, not a substitute. | +| E | **Only point-wise corrections in the data layer**, no real engine. | Partially realised, complementary, not a substitute. `analysis/corrections/absorption.py` and `polarization.py` already ship this layer for the external backends, but each case is solved only approximately, it does not generalize to structure factors or profiles, and it does not remove upstream blocking. The native engine is still required for the exact per-reflection forms. | ## Deferred Work / Open Questions @@ -198,7 +210,12 @@ deliberately bounded initial scope. 6. **Explicitly out of initial scope.** Magnetic and polarized neutron scattering, single-crystal extinction/twinning, and total scattering (PDF) remain backend-only until separately revisited. -7. **Relationship to the point-wise absorption correction.** Whether to - ship the backend-agnostic point-wise `A(2θ)` correction (issue 119) - first as an independent change, and let the native engine later - supersede it with the exact per-reflection form. +7. **Relationship to the point-wise correction layer.** The + backend-agnostic point-wise corrections have now shipped — + `absorption.py` (`A(2θ)`, issue 119) and `polarization.py` (X-ray CW + Lorentz–polarization). Open: which of these the native engine + supersedes with the exact per-reflection form, and in what order. The + point-wise modules are expected to **stay** as the permanent + correction path for the external backends (`cryspy`/`crysfml` still + need them), so the native engine reimplements the exact forms on its + own path rather than relocating the modules. diff --git a/src/easydiffraction/analysis/calculators/crysfml.py b/src/easydiffraction/analysis/calculators/crysfml.py index 8890fcacb..1ce2d800c 100644 --- a/src/easydiffraction/analysis/calculators/crysfml.py +++ b/src/easydiffraction/analysis/calculators/crysfml.py @@ -27,10 +27,10 @@ import numpy as np -from easydiffraction.analysis.calculators import absorption as absorption_correction -from easydiffraction.analysis.calculators import polarization as polarization_correction from easydiffraction.analysis.calculators.base import CalculatorBase from easydiffraction.analysis.calculators.factory import CalculatorFactory +from easydiffraction.analysis.corrections import absorption as absorption_correction +from easydiffraction.analysis.corrections import polarization as polarization_correction from easydiffraction.core.metadata import TypeInfo from easydiffraction.crystallography import crystallography as ecr from easydiffraction.datablocks.experiment.item.enums import BeamModeEnum diff --git a/src/easydiffraction/analysis/calculators/cryspy.py b/src/easydiffraction/analysis/calculators/cryspy.py index 280b5de1f..865627a44 100644 --- a/src/easydiffraction/analysis/calculators/cryspy.py +++ b/src/easydiffraction/analysis/calculators/cryspy.py @@ -12,11 +12,11 @@ import numpy as np -from easydiffraction.analysis.calculators import absorption as absorption_correction -from easydiffraction.analysis.calculators import polarization as polarization_correction from easydiffraction.analysis.calculators.base import CalculatorBase from easydiffraction.analysis.calculators.base import PowderReflnRecord from easydiffraction.analysis.calculators.factory import CalculatorFactory +from easydiffraction.analysis.corrections import absorption as absorption_correction +from easydiffraction.analysis.corrections import polarization as polarization_correction from easydiffraction.core.metadata import TypeInfo from easydiffraction.datablocks.experiment.item.enums import BeamModeEnum from easydiffraction.datablocks.experiment.item.enums import PeakProfileTypeEnum diff --git a/src/easydiffraction/analysis/corrections/__init__.py b/src/easydiffraction/analysis/corrections/__init__.py new file mode 100644 index 000000000..8413b4259 --- /dev/null +++ b/src/easydiffraction/analysis/corrections/__init__.py @@ -0,0 +1,13 @@ +# SPDX-FileCopyrightText: 2026 EasyScience contributors +# SPDX-License-Identifier: BSD-3-Clause +""" +Calculator-independent corrections applied on top of a backend pattern. + +Each module here adjusts an already-calculated diffraction pattern +rather than computing one. The shared informal contract is a module +level ``apply(y, experiment) -> y`` function that returns the corrected +intensities, leaving ``y`` unchanged when the correction does not apply. +Engines live in the sibling ``analysis.calculators`` package; these +corrections are consumed by those engines after they return a convolved +profile. +""" diff --git a/src/easydiffraction/analysis/calculators/absorption.py b/src/easydiffraction/analysis/corrections/absorption.py similarity index 100% rename from src/easydiffraction/analysis/calculators/absorption.py rename to src/easydiffraction/analysis/corrections/absorption.py diff --git a/src/easydiffraction/analysis/calculators/polarization.py b/src/easydiffraction/analysis/corrections/polarization.py similarity index 100% rename from src/easydiffraction/analysis/calculators/polarization.py rename to src/easydiffraction/analysis/corrections/polarization.py diff --git a/tests/unit/easydiffraction/analysis/calculators/test_cryspy.py b/tests/unit/easydiffraction/analysis/calculators/test_cryspy.py index 96b66f17f..438613809 100644 --- a/tests/unit/easydiffraction/analysis/calculators/test_cryspy.py +++ b/tests/unit/easydiffraction/analysis/calculators/test_cryspy.py @@ -116,7 +116,7 @@ def test_cwl_cif_instrument_section_emits_sycos_sysin(): def test_cwl_cif_instrument_section_emits_xray_polarization_setup(): import easydiffraction.analysis.calculators.cryspy as MUT - from easydiffraction.analysis.calculators import polarization + from easydiffraction.analysis.corrections import polarization from easydiffraction.datablocks.experiment.categories.instrument.cwl import CwlPdXrayInstrument from easydiffraction.datablocks.experiment.item.enums import BeamModeEnum from easydiffraction.datablocks.experiment.item.enums import SampleFormEnum @@ -178,7 +178,7 @@ def test_update_experiment_in_cryspy_dict_tolerates_missing_sycos_keys(): def test_update_experiment_in_cryspy_dict_sets_polarization_keys(): - from easydiffraction.analysis.calculators import polarization + from easydiffraction.analysis.corrections import polarization from easydiffraction.analysis.calculators.cryspy import CryspyCalculator from easydiffraction.datablocks.experiment.categories.instrument.cwl import CwlPdXrayInstrument from easydiffraction.datablocks.experiment.item.enums import BeamModeEnum @@ -634,7 +634,7 @@ def _fake_rhochi(cryspy_dict, *, dict_in_out, **kwargs): def test_cryspy_calculate_pattern_applies_absorption(monkeypatch): - from easydiffraction.analysis.calculators import absorption + from easydiffraction.analysis.corrections import absorption from easydiffraction.analysis.calculators.cryspy import CryspyCalculator calc = CryspyCalculator() diff --git a/tests/unit/easydiffraction/analysis/calculators/test_absorption.py b/tests/unit/easydiffraction/analysis/corrections/test_absorption.py similarity index 81% rename from tests/unit/easydiffraction/analysis/calculators/test_absorption.py rename to tests/unit/easydiffraction/analysis/corrections/test_absorption.py index 3a6165b18..be6fc7359 100644 --- a/tests/unit/easydiffraction/analysis/calculators/test_absorption.py +++ b/tests/unit/easydiffraction/analysis/corrections/test_absorption.py @@ -35,13 +35,13 @@ def _hewat(mu_r): def test_module_import(): - import easydiffraction.analysis.calculators.absorption as MUT + import easydiffraction.analysis.corrections.absorption as MUT - assert MUT.__name__.endswith('calculators.absorption') + assert MUT.__name__.endswith('corrections.absorption') def test_factor_none_is_unity(): - from easydiffraction.analysis.calculators import absorption + from easydiffraction.analysis.corrections import absorption two_theta = np.array([10.0, 50.0, 120.0]) result = absorption.factor(two_theta, _none()) @@ -51,14 +51,14 @@ def test_factor_none_is_unity(): def test_factor_hewat_matches_fullprof_to_four_decimals(): # A(2theta=90, muR=0.7): theta=45deg, sin^2=0.5 # exp(-(1.7133-0.0368*0.5)*0.7 + (0.0927+0.375*0.5)*0.49) ~ 0.35024 - from easydiffraction.analysis.calculators import absorption + from easydiffraction.analysis.corrections import absorption result = absorption.factor(np.array([90.0]), _hewat(0.7)) assert result[0] == pytest.approx(0.35024, abs=1e-4) def test_factor_hewat_is_unity_at_zero_mu_r(): - from easydiffraction.analysis.calculators import absorption + from easydiffraction.analysis.corrections import absorption result = absorption.factor(np.array([10.0, 90.0, 150.0]), _hewat(0.0)) assert np.allclose(result, 1.0) @@ -66,14 +66,14 @@ def test_factor_hewat_is_unity_at_zero_mu_r(): def test_factor_hewat_attenuates_low_angle_more(): # The cylindrical correction is monotonically increasing in 2theta. - from easydiffraction.analysis.calculators import absorption + from easydiffraction.analysis.corrections import absorption result = absorption.factor(np.array([10.0, 90.0, 160.0]), _hewat(0.7)) assert result[0] < result[1] < result[2] def test_factor_warns_once_for_large_mu_r(monkeypatch): - from easydiffraction.analysis.calculators import absorption + from easydiffraction.analysis.corrections import absorption monkeypatch.setattr(absorption, '_WARNED_MU_R', set()) calls = [] @@ -86,7 +86,7 @@ def test_factor_warns_once_for_large_mu_r(monkeypatch): def test_apply_multiplies_pattern(): - from easydiffraction.analysis.calculators import absorption + from easydiffraction.analysis.corrections import absorption x = np.array([10.0, 90.0, 150.0]) y = np.array([100.0, 100.0, 100.0]) @@ -96,7 +96,7 @@ def test_apply_multiplies_pattern(): def test_apply_returns_unchanged_without_absorption(): - from easydiffraction.analysis.calculators import absorption + from easydiffraction.analysis.corrections import absorption class _NoAttr: data = _FakeData(np.array([10.0, 20.0])) @@ -106,7 +106,7 @@ class _NoAttr: def test_apply_returns_unchanged_for_empty_pattern(): - from easydiffraction.analysis.calculators import absorption + from easydiffraction.analysis.corrections import absorption experiment = _FakeExperiment(_hewat(0.7), np.array([10.0, 20.0])) y = [] @@ -114,7 +114,7 @@ def test_apply_returns_unchanged_for_empty_pattern(): def test_apply_returns_unchanged_on_length_mismatch(): - from easydiffraction.analysis.calculators import absorption + from easydiffraction.analysis.corrections import absorption experiment = _FakeExperiment(_hewat(0.7), np.array([10.0, 20.0, 30.0])) y = np.array([1.0, 2.0]) # shorter than the 2-theta grid diff --git a/tests/unit/easydiffraction/analysis/calculators/test_polarization.py b/tests/unit/easydiffraction/analysis/corrections/test_polarization.py similarity index 96% rename from tests/unit/easydiffraction/analysis/calculators/test_polarization.py rename to tests/unit/easydiffraction/analysis/corrections/test_polarization.py index 29d525f04..df7d0408e 100644 --- a/tests/unit/easydiffraction/analysis/calculators/test_polarization.py +++ b/tests/unit/easydiffraction/analysis/corrections/test_polarization.py @@ -9,7 +9,7 @@ import numpy as np import pytest -from easydiffraction.analysis.calculators import polarization +from easydiffraction.analysis.corrections import polarization from easydiffraction.datablocks.experiment.categories.instrument.cwl import CwlPdNeutronInstrument from easydiffraction.datablocks.experiment.categories.instrument.cwl import CwlPdXrayInstrument From d513898dd4be590281cc3b3452ec4b7183e7a124 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 16:44:38 +0200 Subject: [PATCH 13/64] Add CrysFML Python API request evidence scripts --- .../crysfml-python-api-feature-requests.md | 229 ++++++++++++++++++ .../crysfml-python-api-requests/cfl_common.py | 152 ++++++++++++ .../request_01_preferred_orientation.py | 145 +++++++++++ .../request_02_absorption_polarization.py | 175 +++++++++++++ .../request_03_sycos_sysin.py | 139 +++++++++++ .../request_04_single_crystal_extinction.py | 149 ++++++++++++ .../request_05_in_memory_structure_factors.py | 100 ++++++++ .../request_06_beta_adps.py | 148 +++++++++++ .../request_07_tof_patterns_simulation.py | 126 ++++++++++ .../request_08_tof_profile_selection.py | 186 ++++++++++++++ .../request_09_cw_doublet_dict_api.py | 142 +++++++++++ 11 files changed, 1691 insertions(+) create mode 100644 docs/dev/crysfml-python-api-feature-requests.md create mode 100644 docs/dev/crysfml-python-api-requests/cfl_common.py create mode 100644 docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py create mode 100644 docs/dev/crysfml-python-api-requests/request_02_absorption_polarization.py create mode 100644 docs/dev/crysfml-python-api-requests/request_03_sycos_sysin.py create mode 100644 docs/dev/crysfml-python-api-requests/request_04_single_crystal_extinction.py create mode 100644 docs/dev/crysfml-python-api-requests/request_05_in_memory_structure_factors.py create mode 100644 docs/dev/crysfml-python-api-requests/request_06_beta_adps.py create mode 100644 docs/dev/crysfml-python-api-requests/request_07_tof_patterns_simulation.py create mode 100644 docs/dev/crysfml-python-api-requests/request_08_tof_profile_selection.py create mode 100644 docs/dev/crysfml-python-api-requests/request_09_cw_doublet_dict_api.py diff --git a/docs/dev/crysfml-python-api-feature-requests.md b/docs/dev/crysfml-python-api-feature-requests.md new file mode 100644 index 000000000..b0b3edb4e --- /dev/null +++ b/docs/dev/crysfml-python-api-feature-requests.md @@ -0,0 +1,229 @@ +# CrysFML Python API feature requests + +This document lists CrysFML capabilities that are present in the +Fortran code on `jrc_branch` but are missing, incomplete, or not wired +through the Python API surface needed by EasyDiffraction tutorials and +verification notebooks. + +Reference checkout: + +- Repository: `https://code.ill.fr/scientific-software/CrysFML2008.git` +- Branch: `jrc_branch` +- Commit inspected locally: `c8dd82b` + +Installed Python package inspected locally: + +- Package: `crysfml` +- Version: `0.7.0` + +Evidence scripts: + +- Directory: `docs/dev/crysfml-python-api-requests/` +- Run one example with + `pixi run python docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py`. +- Add `--plot` to show the hardcoded FullProf reference window and the + CrysFML CFL result on the same axes. + +All scripts use the pycrysfml CFL entry point, +`cfml_py_utilities.patterns_simulation`. Some requests are not fully +representable through a CFL powder-profile call. In particular, +single-crystal extinction and in-memory structure factors need APIs +outside `patterns_simulation`; beta ADPs and CW doublets can be carried +by CFL syntax, so their scripts separate CFL behavior from the remaining +request for equivalent non-CFL Python input paths. + +## Request 1: expose preferred orientation in powder patterns + +EasyDiffraction uses preferred orientation corrections in powder +verification notebooks, including March-Dollase-style corrections. +CrysFML Fortran contains `Preferred_orientation` in +`Src/CFML_Diffraction.f90` and +`Src/CFML_Diffraction/Pow_Preferred_Orientation.f90`. The CFL phase +data structures also carry preferred-orientation fields. + +The Python API does not expose a usable way to set preferred-orientation +parameters for powder pattern simulation. In the latest Fortran pattern +path, the preferred-orientation calls in +`Src/CFML_Utilities/Utilities_Reflections.f90` are still commented out, +so parsed preferred-orientation data is not applied to calculated +reflection corrections. + +Requested Python support: + +- Accept preferred-orientation model, axes, values, fractions, and + integration steps in `patterns_simulation` and/or + `cw_powder_pattern_from_dict`. +- Apply the correction when building reflection correction factors. +- Return clear errors for unsupported preferred-orientation models. + +## Request 2: expose absorption and polarization parameters + +EasyDiffraction uses sample absorption and X-ray polarization / +monochromator corrections in constant-wavelength powder tutorials and +verification notebooks. + +CrysFML Fortran provides the relevant machinery through +`Powder_Lorentz_IntegInt_CW` and `Lorentz_abs_CW` in +`Src/CFML_Diffraction.f90` and +`Src/CFML_Diffraction/Pow_Lorentz_Absorption.f90`. The latest +`patterns_simulation` reflection setup calls `Lorentz_abs_CW`, but with +fixed arguments rather than user-controlled absorption and polarization +inputs. + +The registered Python API does not expose direct callables for these +Fortran routines, and the high-level pattern APIs do not let Python +users set the absorption model, `muR`/sample absorption parameter, +monochromator coefficient, monochromator angle, or Lorentz convention. + +Requested Python support: + +- Expose absorption and polarization controls in the powder pattern API. +- Allow users to choose supported absorption and Lorentz/polarization + conventions. +- Make the parameters available through both CFL-style and dict-style + high-level pattern calls where practical. + +## Request 3: apply SyCos and SySin in CW pattern simulation + +EasyDiffraction verification notebooks cover sample displacement and +transparency terms represented by SyCos and SySin. + +CrysFML Fortran parses `ZERO_SY`, `SYCOS`, and `SYSIN` in +`Src/CFML_IOForm/Format_CFL.f90`, and the condition type stores these +values. However, the latest inspected pattern calculation path does not +use `sycos` or `sysin` when placing CW reflections. + +Requested Python support: + +- Apply parsed `ZERO_SY`, `SYCOS`, and `SYSIN` values in CW reflection + positions. +- Expose equivalent fields through the dict-style Python API. +- Document the convention and units used for these terms. + +## Request 4: expose single-crystal extinction corrections + +EasyDiffraction single-crystal tutorials use extinction parameters such +as mosaicity and radius. + +CrysFML Fortran contains extinction correction modules under +`Src/CFML_ExtinCorr`, including Becker-Coppens and SHELX-style +corrections. In the Python wrapper source, `Wraps_ExtinCorr.f90` is +empty, and no extinction methods are registered in +`PythonAPI/Fortran/crysfml08lib.f90`. + +Requested Python support: + +- Provide Python-callable extinction correction routines. +- Support the extinction models already implemented in Fortran. +- Accept reflection data, wavelength/radiation information, and model + parameters such as mosaicity and radius. +- Return corrected intensities or correction factors with documented + units and conventions. + +## Request 5: expose in-memory structure-factor calculation + +EasyDiffraction has in-memory structure and experiment objects and needs +single-crystal and powder structure factors without first writing a CIF +file. + +CrysFML Fortran exposes structure-factor machinery through routines such +as `init_structure_factors` and `structure_factors`. The Python API +currently exposes `structure_factors_from_cif`, which requires a CIF or +MCIF file path, but does not expose an equivalent high-level API for an +already constructed Python dictionary, wrapped crystal object, cell, +space group, atom list, and reflection list. + +Requested Python support: + +- Add a high-level `structure_factors_from_dict` or equivalent + in-memory API. +- Accept radiation type, wavelength, reflection range, uniqueness, and + Friedel options. +- Return reflection indices, multiplicity, structure factors, and + intensities in a stable Python data shape. + +## Request 6: carry anisotropic and beta ADPs through Python APIs + +EasyDiffraction verification includes anisotropic displacement +parameters, including beta-style ADPs. + +CrysFML Fortran atom types support anisotropic displacement parameters +through `UType` values such as `U_ij`, `B_ij`, and `beta`; CIF and CFL +readers parse anisotropic displacement data. The dict-style Python +powder path in `Src/CFML_Py_Utilities/Py_Utilities_Patterns.f90` +currently reads only `_B_iso_or_equiv` for atoms. + +Requested Python support: + +- Accept anisotropic ADP tensors in dict-style structure input. +- Preserve the ADP convention (`U_ij`, `B_ij`, or `beta`) explicitly. +- Use anisotropic ADPs in structure-factor and powder-pattern + calculations where the Fortran code already supports them. + +## Request 7: complete TOF support in `patterns_simulation` + +EasyDiffraction tutorials and verification notebooks use TOF powder +patterns with calibration terms and Jorgensen/Jorgensen-von-Dreele peak +parameters. + +CrysFML Fortran parses TOF CFL fields such as `D2TOF`, `ALPHA`, `BETA`, +`SIGMA`, `GAMMA`, and `TOF_RANGE`. The dict API exposes +`tof_powder_pattern_from_dict`, and the Fortran utility code implements a +TOF powder profile calculation. However, the CFL +`patterns_simulation` path still lacks the TOF profile contribution in +`compute_patterns`, so Python callers using CFL-style pattern simulation +cannot obtain TOF intensities through that path. + +Requested Python support: + +- Make `patterns_simulation` calculate TOF powder intensities from CFL + pattern blocks. +- Use the parsed TOF profile/calibration parameters. +- Keep behavior consistent with `tof_powder_pattern_from_dict`. + +## Request 8: expose TOF profile selection + +EasyDiffraction distinguishes Jorgensen and Jorgensen-von-Dreele TOF +profile models in tutorials and verification notebooks. + +CrysFML Fortran profile code includes multiple TOF profile functions, +including Jorgensen, Jorgensen-von-Dreele, and Carpenter-style profiles. +The dict-style Python TOF utility path is currently fixed to +`tof_Jorgensen_VonDreele`. + +Requested Python support: + +- Allow Python callers to select the TOF profile function. +- Validate that the required parameters for the selected profile are + present. +- Document how the profile names map to Fortran routines and CFL + `PROFILE_FUNCTION` values. + +## Request 9: expose native CW doublet support in dict APIs + +EasyDiffraction X-ray tutorials and verification notebooks use +two-wavelength constant-wavelength patterns. + +The latest inspected Fortran CFL pattern path supports two wavelengths: +reflection contributions are duplicated when `twowaves` is set, and the +second wavelength ratio is applied. The dict-style Python CW pattern path +currently reads only `_diffrn_radiation_wavelength` and does not expose +second-wavelength and ratio inputs. + +Requested Python support: + +- Add second wavelength and wavelength-ratio fields to + `cw_powder_pattern_from_dict`. +- Align dict-style behavior with the CFL `LAMBDA lambda1 lambda2 ratio` + behavior. +- Document whether the ratio is interpreted as `I2/I1`. + +## Out of scope for this request list + +The following EasyDiffraction needs were inspected but are not included +above because they were not found as existing Fortran capabilities in +the inspected CrysFML source: + +- Berar-Baldinozzi empirical asymmetry (`asym_beba_*`). +- PDF / total-scattering calculations equivalent to PDFfit-style + `broad_q`, `damp_q`, and `sharp_delta_*` parameters. diff --git a/docs/dev/crysfml-python-api-requests/cfl_common.py b/docs/dev/crysfml-python-api-requests/cfl_common.py new file mode 100644 index 000000000..e04c92fc9 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/cfl_common.py @@ -0,0 +1,152 @@ +from __future__ import annotations + +import importlib +from dataclasses import dataclass +from typing import TYPE_CHECKING + +import numpy as np + +if TYPE_CHECKING: + from collections.abc import Iterable + +try: + from pycrysfml import cfml_py_utilities +except ImportError: + from crysfml import cfml_py_utilities + + +@dataclass(frozen=True) +class Comparison: + label: str + reference: np.ndarray + calculated: np.ndarray + scaled: np.ndarray + scale: float + rms: float + relative_rms: float + max_abs_delta: float + error: str | None + + +def fullprof_array(values: list[list[float]]) -> np.ndarray: + return np.asarray(values, dtype=float) + + +def simulate_cfl(cfl: str) -> tuple[np.ndarray, np.ndarray]: + lines = [line.rstrip() for line in cfl.strip().splitlines()] + patterns = cfml_py_utilities.patterns_simulation(lines) + if not patterns: + msg = 'patterns_simulation returned no patterns.' + raise RuntimeError(msg) + pattern = patterns[0] + return np.asarray(pattern['x'], dtype=float), np.asarray(pattern['y'], dtype=float) + + +def compare_to_fullprof( + label: str, + cfl: str, + reference: np.ndarray, + *, + x_shift: float = 0.0, + scale_override: float | None = None, +) -> Comparison: + x_ref = reference[:, 0] + y_ref = reference[:, 1] + error = None + try: + y_interp, error = _interpolate_cfl(cfl, x_ref, x_shift) + except Exception as exc: # noqa: BLE001 - diagnostic scripts must keep running. + error = f'{type(exc).__name__}: {exc}' + y_interp = np.zeros_like(y_ref) + scale = least_squares_scale(y_ref, y_interp) if scale_override is None else scale_override + y_scaled = y_interp * scale + delta = y_ref - y_scaled + rms = float(np.sqrt(np.mean(delta * delta))) + relative_rms = rms / max(float(np.max(np.abs(y_ref))), 1.0) + return Comparison( + label=label, + reference=y_ref, + calculated=y_interp, + scaled=y_scaled, + scale=scale, + rms=rms, + relative_rms=relative_rms, + max_abs_delta=float(np.max(np.abs(delta))), + error=error, + ) + + +def compare_unavailable(label: str, reference: np.ndarray, reason: str) -> Comparison: + y_ref = reference[:, 1] + zeros = np.zeros_like(y_ref) + rms = float(np.sqrt(np.mean(y_ref * y_ref))) + reference_norm = max(float(np.max(np.abs(y_ref))), 1.0) + return Comparison( + label=label, + reference=y_ref, + calculated=zeros, + scaled=zeros, + scale=0.0, + rms=rms, + relative_rms=rms / reference_norm, + max_abs_delta=float(np.max(np.abs(y_ref))), + error=reason, + ) + + +def least_squares_scale(reference: np.ndarray, calculated: np.ndarray) -> float: + denominator = float(np.dot(calculated, calculated)) + if denominator <= np.finfo(float).tiny: + return 0.0 + return float(np.dot(reference, calculated) / denominator) + + +def print_summary(title: str, comparisons: Iterable[Comparison]) -> None: + print(f'\n{title}') + print('-' * len(title)) + for comparison in comparisons: + print(f'{comparison.label}') + print(f' scale applied to CrysFML: {comparison.scale:.8g}') + print(f' RMS delta: {comparison.rms:.8g}') + print(f' relative RMS: {comparison.relative_rms:.6f}') + print(f' max abs delta: {comparison.max_abs_delta:.8g}') + if comparison.error is not None: + print(f' CrysFML status: {comparison.error}') + + +def print_reference_window(name: str, reference: np.ndarray) -> None: + print(f'\n{name}') + print('-' * len(name)) + for x_value, y_value in reference: + print(f'{x_value:12.6g} {y_value:14.8g}') + + +def plot_comparisons(title: str, x_values: np.ndarray, comparisons: Iterable[Comparison]) -> None: + plt = importlib.import_module('matplotlib.pyplot') + for comparison in comparisons: + plt.plot(x_values, comparison.reference, 'o', label=f'{comparison.label} FullProf') + plt.plot(x_values, comparison.scaled, '-', label=f'{comparison.label} CrysFML') + plt.title(title) + plt.xlabel('2theta, TOF, or reflection index') + plt.ylabel('calculated intensity') + plt.legend() + plt.tight_layout() + plt.show() + + +def should_plot(argv: list[str]) -> bool: + return '--plot' in argv + + +def _interpolate_cfl( + cfl: str, + x_ref: np.ndarray, + x_shift: float, +) -> tuple[np.ndarray, str | None]: + x_calc, y_calc = simulate_cfl(cfl) + x_calc += x_shift + y_interp = np.interp(x_ref, x_calc, y_calc, left=0.0, right=0.0) + if np.all(np.isfinite(y_interp)): + return y_interp, None + error = 'patterns_simulation returned non-finite intensities.' + return np.nan_to_num(y_interp, nan=0.0, posinf=0.0, neginf=0.0), error diff --git a/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py b/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py new file mode 100644 index 000000000..9e0514e83 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py @@ -0,0 +1,145 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import fullprof_array +from cfl_common import plot_comparisons +from cfl_common import print_summary +from cfl_common import should_plot + +FULLPROF_WITHOUT_PREFERRED_ORIENTATION = fullprof_array([ + [38.5, 26.5957], + [38.846, 61.605517], + [39.192, 723.4369], + [39.538, 3032.2799], + [39.883, 180.41803], + [40.229, 42.009483], + [40.575, 20.8942], + [40.921, 12.738917], + [41.267, 8.8470333], + [41.612, 6.76595], + [41.958, 5.6115], + [42.304, 4.9978833], + [42.65, 4.7827], + [42.996, 4.8999167], + [43.342, 5.4171333], + [43.688, 6.464375], + [44.033, 8.4216667], + [44.379, 12.17305], + [44.725, 20.2661], + [45.071, 42.314208], + [45.417, 246.60397], + [45.762, 2948.9928], + [46.108, 358.2634], + [46.454, 46.542375], + [46.8, 21.2596], +]) + +FULLPROF_WITH_PREFERRED_ORIENTATION = fullprof_array([ + [38.5, 25.6857], + [38.846, 59.44135], + [39.192, 697.62523], + [39.538, 2923.9574], + [39.883, 174.02803], + [40.229, 40.570317], + [40.575, 20.2192], + [40.921, 12.361417], + [41.267, 8.6237], + [41.612, 6.63095], + [41.958, 5.5331667], + [42.304, 4.9778833], + [42.65, 4.8027], + [42.996, 4.9690833], + [43.342, 5.5354667], + [43.688, 6.661875], + [44.033, 8.725], + [44.379, 12.67055], + [44.725, 21.1761], + [45.071, 44.296708], + [45.417, 258.4973], + [45.762, 3091.9028], + [46.108, 375.57673], + [46.454, 48.758208], + [46.8, 22.2496], +]) + +LBCO_CFL = """ +PATTERN_LBCO 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 30.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.494 1.494 0.0 + UVWXY 0.081547 -0.115345 0.121125 0.0 0.083038 + GEN_PATT 38.5 0.05 46.8 +END_PATTERN_LBCO + +PHASE_LBCO 1 + Cell 3.89079 3.89079 3.89079 90.0 90.0 90.0 + SPGR P m -3 m + Atom La La 0.0 0.0 0.0 0.57511 0.01042 + Atom Ba Ba 0.0 0.0 0.0 0.57511 0.01042 + Atom Co Co 0.5 0.5 0.5 0.26023 0.02083 + Atom O O 0.0 0.5 0.5 1.36662 0.06116 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_LBCO +""" + +LBCO_CFL_WITH_REQUESTED_FEATURE = """ +PATTERN_LBCO 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 30.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.494 1.494 0.0 + UVWXY 0.081547 -0.115345 0.121125 0.0 0.083038 + GEN_PATT 38.5 0.05 46.8 +END_PATTERN_LBCO + +PHASE_LBCO 1 + Cell 3.89079 3.89079 3.89079 90.0 90.0 90.0 + SPGR P m -3 m + Atom La La 0.0 0.0 0.0 0.57511 0.01042 + Atom Ba Ba 0.0 0.0 0.0 0.57511 0.01042 + Atom Co Co 0.5 0.5 0.5 0.26023 0.02083 + Atom O O 0.0 0.5 0.5 1.36662 0.06116 + ! FullProf feature: March-Dollase r=1.2, fraction=0.3, axis=(0,0,1). + ! pycrysfml currently has no parsed/applied CFL knob for this feature. + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_LBCO +""" + + +def main() -> None: + control = compare_to_fullprof( + 'control without preferred orientation', + LBCO_CFL, + FULLPROF_WITHOUT_PREFERRED_ORIENTATION, + x_shift=0.6204, + ) + requested = compare_to_fullprof( + 'requested feature enabled in FullProf', + LBCO_CFL_WITH_REQUESTED_FEATURE, + FULLPROF_WITH_PREFERRED_ORIENTATION, + x_shift=0.6204, + scale_override=control.scale, + ) + print_summary('Request 1: preferred orientation', [control, requested]) + if should_plot(sys.argv): + plot_comparisons( + 'Request 1: preferred orientation', + FULLPROF_WITHOUT_PREFERRED_ORIENTATION[:, 0], + [control, requested], + ) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/request_02_absorption_polarization.py b/docs/dev/crysfml-python-api-requests/request_02_absorption_polarization.py new file mode 100644 index 000000000..02d6cbbe5 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_02_absorption_polarization.py @@ -0,0 +1,175 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import fullprof_array +from cfl_common import plot_comparisons +from cfl_common import print_summary +from cfl_common import should_plot + +FULLPROF_UNPOLARIZED_NO_ABSORPTION = fullprof_array([ + [37.5, 0.95], + [37.9, 2.15], + [38.275, 7.38], + [38.65, 522.37], + [39.05, 10.59], + [39.45, 2.45], + [39.825, 1.14], + [40.2, 0.69], + [40.6, 0.47], + [41.0, 0.38], + [41.375, 0.33], + [41.75, 0.33], + [42.15, 0.35], + [42.55, 0.41], + [42.925, 0.52], + [43.3, 0.72], + [43.7, 1.18], + [44.1, 2.41], + [44.475, 7.02], + [44.85, 135.99], + [45.25, 25.41], + [45.65, 4.25], + [46.025, 1.76], + [46.4, 0.94], + [46.8, 0.57], +]) + +FULLPROF_POLARIZED = fullprof_array([ + [37.5, 1.41], + [37.9, 3.2], + [38.275, 10.97], + [38.65, 776.9], + [39.05, 15.75], + [39.45, 3.65], + [39.825, 1.69], + [40.2, 1.01], + [40.6, 0.7], + [41.0, 0.55], + [41.375, 0.48], + [41.75, 0.47], + [42.15, 0.5], + [42.55, 0.58], + [42.925, 0.73], + [43.3, 1.01], + [43.7, 1.66], + [44.1, 3.37], + [44.475, 9.83], + [44.85, 190.41], + [45.25, 35.58], + [45.65, 5.95], + [46.025, 2.46], + [46.4, 1.31], + [46.8, 0.8], +]) + +FULLPROF_CYLINDER_ABSORPTION = fullprof_array([ + [37.5, 0.23], + [37.9, 0.52], + [38.275, 1.77], + [38.65, 125.02], + [39.05, 2.53], + [39.45, 0.59], + [39.825, 0.27], + [40.2, 0.16], + [40.6, 0.11], + [41.0, 0.09], + [41.375, 0.08], + [41.75, 0.08], + [42.15, 0.08], + [42.55, 0.1], + [42.925, 0.12], + [43.3, 0.17], + [43.7, 0.29], + [44.1, 0.58], + [44.475, 1.7], + [44.85, 32.95], + [45.25, 6.16], + [45.65, 1.03], + [46.025, 0.43], + [46.4, 0.23], + [46.8, 0.14], +]) + +LIF_CFL = """ +PATTERN_LiF 1 + Patt_Type X-rays Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 48.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54056 1.54056 0.0 + UVWXY 0.048457 -0.083053 0.04 0.0 0.049268 + GEN_PATT 37.5 0.025 46.8 +END_PATTERN_LiF + +PHASE_LiF 1 + Cell 4.0267 4.0267 4.0267 90.0 90.0 90.0 + SPGR F m -3 m + Atom Li1 Li 0.0 0.0 0.0 1.2 0.02083 + Atom F1 F 0.5 0.5 0.5 0.8 0.02083 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_LiF +""" + +LIF_CFL_WITH_REQUESTED_FEATURES = """ +PATTERN_LiF 1 + Patt_Type X-rays Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 48.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54056 1.54056 0.0 + UVWXY 0.048457 -0.083053 0.04 0.0 0.049268 + ! FullProf polarization example: Rpolarz=0.5, Cthm=0.8. + ! FullProf absorption example: Debye-Scherrer cylinder muR=0.9. + ! pycrysfml CFL API currently exposes neither user-controlled knob. + GEN_PATT 37.5 0.025 46.8 +END_PATTERN_LiF + +PHASE_LiF 1 + Cell 4.0267 4.0267 4.0267 90.0 90.0 90.0 + SPGR F m -3 m + Atom Li1 Li 0.0 0.0 0.0 1.2 0.02083 + Atom F1 F 0.5 0.5 0.5 0.8 0.02083 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_LiF +""" + + +def main() -> None: + control = compare_to_fullprof( + 'control without absorption or polarization', + LIF_CFL, + FULLPROF_UNPOLARIZED_NO_ABSORPTION, + ) + polarized = compare_to_fullprof( + 'requested polarization enabled in FullProf', + LIF_CFL_WITH_REQUESTED_FEATURES, + FULLPROF_POLARIZED, + scale_override=control.scale, + ) + absorption = compare_to_fullprof( + 'requested absorption enabled in FullProf', + LIF_CFL_WITH_REQUESTED_FEATURES, + FULLPROF_CYLINDER_ABSORPTION, + scale_override=control.scale, + ) + comparisons = [control, polarized, absorption] + print_summary('Request 2: absorption and polarization', comparisons) + if should_plot(sys.argv): + plot_comparisons( + 'Request 2: absorption and polarization', + FULLPROF_UNPOLARIZED_NO_ABSORPTION[:, 0], + comparisons, + ) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/request_03_sycos_sysin.py b/docs/dev/crysfml-python-api-requests/request_03_sycos_sysin.py new file mode 100644 index 000000000..c64530296 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_03_sycos_sysin.py @@ -0,0 +1,139 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import fullprof_array +from cfl_common import plot_comparisons +from cfl_common import print_summary +from cfl_common import should_plot + +FULLPROF_WITHOUT_SYCOS_SYSIN = fullprof_array([ + [69.5, 108.79246], + [69.846, 163.19774], + [70.192, 273.32776], + [70.537, 834.84973], + [70.883, 9949.96], + [71.229, 36588.462], + [71.575, 18752.194], + [71.921, 1853.9249], + [72.267, 352.70293], + [72.612, 203.4048], + [72.958, 141.03844], + [73.304, 111.1351], + [73.65, 98.946122], + [73.996, 100.56844], + [74.342, 118.10075], + [74.688, 164.8138], + [75.033, 342.38155], + [75.379, 3533.8202], + [75.725, 18661.708], + [76.071, 12663.937], + [76.417, 1357.9797], + [76.763, 221.79947], + [77.108, 121.89745], + [77.454, 79.756893], + [77.8, 57.029187], +]) + +FULLPROF_WITH_SYCOS_SYSIN = fullprof_array([ + [69.5, 86.11846], + [69.846, 122.79391], + [70.192, 189.64049], + [70.537, 340.61313], + [70.883, 1799.0112], + [71.229, 18400.809], + [71.575, 36862.574], + [71.921, 10189.028], + [72.267, 865.20486], + [72.612, 285.2998], + [72.958, 178.02244], + [73.304, 128.83944], + [73.65, 105.48412], + [73.996, 97.767104], + [74.342, 103.80035], + [74.688, 128.1421], + [75.033, 191.02889], + [75.379, 601.96087], + [75.725, 7114.2437], + [76.071, 20953.762], + [76.417, 7444.5937], + [76.763, 622.87097], + [77.108, 177.57412], + [77.454, 105.70489], + [77.8, 71.298787], +]) + +LAB6_CFL = """ +PATTERN_LaB6 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 12.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.623899 1.623899 0.0 + UVWXY 0.143431 -0.52314 0.590412 0.0 0.054515 + GEN_PATT 69.5 0.05 77.8 +END_PATTERN_LaB6 + +PHASE_LaB6 1 + Cell 4.156885 4.156885 4.156885 90.0 90.0 90.0 + SPGR P m -3 m + Atom La La 0.0 0.0 0.0 0.25812 0.02083 + Atom B B 0.19972 0.5 0.5 0.11925 0.125 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_LaB6 +""" + +LAB6_CFL_WITH_REQUESTED_FEATURE = """ +PATTERN_LaB6 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.01153 0.24334 + WDT 12.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.623899 1.623899 0.0 + UVWXY 0.143431 -0.52314 0.590412 0.0 0.054515 + GEN_PATT 69.5 0.05 77.8 +END_PATTERN_LaB6 + +PHASE_LaB6 1 + Cell 4.156885 4.156885 4.156885 90.0 90.0 90.0 + SPGR P m -3 m + Atom La La 0.0 0.0 0.0 0.25812 0.02083 + Atom B B 0.19972 0.5 0.5 0.11925 0.125 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_LaB6 +""" + + +def main() -> None: + control = compare_to_fullprof( + 'control with SyCos=0 and SySin=0', + LAB6_CFL, + FULLPROF_WITHOUT_SYCOS_SYSIN, + x_shift=-0.45778, + ) + requested = compare_to_fullprof( + 'requested SyCos/SySin enabled in FullProf', + LAB6_CFL_WITH_REQUESTED_FEATURE, + FULLPROF_WITH_SYCOS_SYSIN, + x_shift=-0.45778, + scale_override=control.scale, + ) + print_summary('Request 3: SyCos and SySin', [control, requested]) + if should_plot(sys.argv): + plot_comparisons( + 'Request 3: SyCos and SySin', + FULLPROF_WITHOUT_SYCOS_SYSIN[:, 0], + [control, requested], + ) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/request_04_single_crystal_extinction.py b/docs/dev/crysfml-python-api-requests/request_04_single_crystal_extinction.py new file mode 100644 index 000000000..9b12b9bca --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_04_single_crystal_extinction.py @@ -0,0 +1,149 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import compare_unavailable +from cfl_common import fullprof_array +from cfl_common import plot_comparisons +from cfl_common import print_reference_window +from cfl_common import print_summary +from cfl_common import should_plot + +FULLPROF_POWDER_CFL_CONTROL = fullprof_array([ + [38.5, 26.5957], + [39.538, 3032.2799], + [40.575, 20.8942], + [41.612, 6.76595], + [42.65, 4.7827], + [43.688, 6.464375], + [44.725, 20.2661], + [45.762, 2948.9928], + [46.8, 21.2596], +]) + +FULLPROF_WITHOUT_EXTINCTION = fullprof_array([ + [1, 176.27], + [2, 10.29], + [3, 78.38], + [4, 175.52], + [5, 1877.14], + [6, 1811.06], + [7, 229.17], + [8, 1055.16], + [9, 453.39], + [10, 3243.18], + [11, 323.26], + [12, 0.05], + [13, 289.28], + [14, 14.8], + [15, 173.89], + [16, 344.39], + [17, 800.91], + [18, 39.26], + [19, 20.28], + [20, 717.31], + [21, 58.12], + [22, 2211.62], + [23, 3118.11], + [24, 0.58], +]) + +FULLPROF_WITH_ISOTROPIC_EXTINCTION = fullprof_array([ + [1, 193.18], + [2, 13.32], + [3, 96.24], + [4, 206.77], + [5, 1424.56], + [6, 1424.86], + [7, 270.11], + [8, 1004.65], + [9, 499.04], + [10, 2271.13], + [11, 371.57], + [12, 0.06], + [13, 339.33], + [14, 17.72], + [15, 206.95], + [16, 404.55], + [17, 841.03], + [18, 49.67], + [19, 26.13], + [20, 769.03], + [21, 73.84], + [22, 1892.35], + [23, 2451.86], + [24, 0.61], +]) + +NO_CFL_SINGLE_CRYSTAL_EXTINCTION = ( + 'patterns_simulation is a powder-pattern CFL API. It cannot request ' + 'single-crystal extinction factors or return corrected integrated ' + 'intensities.' +) + +LBCO_CFL_CONTROL = """ +PATTERN_LBCO 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 30.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.494 1.494 0.0 + UVWXY 0.081547 -0.115345 0.121125 0.0 0.083038 + GEN_PATT 38.5 0.05 46.8 +END_PATTERN_LBCO + +PHASE_LBCO 1 + Cell 3.89079 3.89079 3.89079 90.0 90.0 90.0 + SPGR P m -3 m + Atom La La 0.0 0.0 0.0 0.57511 0.01042 + Atom Ba Ba 0.0 0.0 0.0 0.57511 0.01042 + Atom Co Co 0.5 0.5 0.5 0.26023 0.02083 + Atom O O 0.0 0.5 0.5 1.36662 0.06116 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_LBCO +""" + + +def main() -> None: + powder_control = compare_to_fullprof( + 'control powder pattern through CFL', + LBCO_CFL_CONTROL, + FULLPROF_POWDER_CFL_CONTROL, + x_shift=0.6204, + ) + print_summary('Request 4 powder-CFL control', [powder_control]) + print_reference_window( + 'FullProf single-crystal integrated intensities without extinction', + FULLPROF_WITHOUT_EXTINCTION, + ) + print_reference_window( + 'FullProf single-crystal integrated intensities with extinction', + FULLPROF_WITH_ISOTROPIC_EXTINCTION, + ) + control = compare_unavailable( + 'control without extinction', + FULLPROF_WITHOUT_EXTINCTION, + NO_CFL_SINGLE_CRYSTAL_EXTINCTION, + ) + requested = compare_unavailable( + 'requested isotropic extinction enabled in FullProf', + FULLPROF_WITH_ISOTROPIC_EXTINCTION, + NO_CFL_SINGLE_CRYSTAL_EXTINCTION, + ) + print_summary('Request 4: single-crystal extinction', [control, requested]) + if should_plot(sys.argv): + plot_comparisons( + 'Request 4: single-crystal extinction', + FULLPROF_WITHOUT_EXTINCTION[:, 0], + [control, requested], + ) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/request_05_in_memory_structure_factors.py b/docs/dev/crysfml-python-api-requests/request_05_in_memory_structure_factors.py new file mode 100644 index 000000000..3fca0da66 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_05_in_memory_structure_factors.py @@ -0,0 +1,100 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import compare_unavailable +from cfl_common import fullprof_array +from cfl_common import plot_comparisons +from cfl_common import print_reference_window +from cfl_common import print_summary +from cfl_common import should_plot + +FULLPROF_POWDER_CFL_CONTROL = fullprof_array([ + [38.5, 26.5957], + [39.538, 3032.2799], + [40.575, 20.8942], + [41.612, 6.76595], + [42.65, 4.7827], + [43.688, 6.464375], + [44.725, 20.2661], + [45.762, 2948.9928], + [46.8, 21.2596], +]) + +FULLPROF_STRUCTURE_FACTOR_REFERENCE = fullprof_array([ + [1, 176.27], + [2, 10.29], + [3, 78.38], + [4, 175.52], + [5, 1877.14], + [6, 1811.06], + [7, 229.17], + [8, 1055.16], + [9, 453.39], + [10, 3243.18], + [11, 323.26], + [12, 0.05], +]) + +LBCO_CFL_CONTROL = """ +PATTERN_LBCO 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 30.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.494 1.494 0.0 + UVWXY 0.081547 -0.115345 0.121125 0.0 0.083038 + GEN_PATT 38.5 0.05 46.8 +END_PATTERN_LBCO + +PHASE_LBCO 1 + Cell 3.89079 3.89079 3.89079 90.0 90.0 90.0 + SPGR P m -3 m + Atom La La 0.0 0.0 0.0 0.57511 0.01042 + Atom Ba Ba 0.0 0.0 0.0 0.57511 0.01042 + Atom Co Co 0.5 0.5 0.5 0.26023 0.02083 + Atom O O 0.0 0.5 0.5 1.36662 0.06116 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_LBCO +""" + +NO_IN_MEMORY_CFL_API = ( + 'The CFL API requires text blocks and returns powder profiles. It has no ' + 'call that accepts in-memory cell, space group, atoms, and an hkl list and ' + 'returns structure factors.' +) + + +def main() -> None: + control = compare_to_fullprof( + 'control through CFL powder-pattern simulation', + LBCO_CFL_CONTROL, + FULLPROF_POWDER_CFL_CONTROL, + x_shift=0.6204, + ) + requested = compare_unavailable( + 'requested in-memory structure-factor calculation', + FULLPROF_STRUCTURE_FACTOR_REFERENCE, + NO_IN_MEMORY_CFL_API, + ) + print_reference_window( + 'FullProf integrated intensities used as structure-factor evidence', + FULLPROF_STRUCTURE_FACTOR_REFERENCE, + ) + print_summary('Request 5: in-memory structure factors', [control, requested]) + if should_plot(sys.argv): + plot_comparisons( + 'Request 5: in-memory structure factors', + FULLPROF_POWDER_CFL_CONTROL[:, 0], + [control], + ) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/request_06_beta_adps.py b/docs/dev/crysfml-python-api-requests/request_06_beta_adps.py new file mode 100644 index 000000000..cd6ba4ff5 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_06_beta_adps.py @@ -0,0 +1,148 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import fullprof_array +from cfl_common import plot_comparisons +from cfl_common import print_summary +from cfl_common import should_plot + +FULLPROF_ISOTROPIC_CONTROL = fullprof_array([ + [28.0, 9.5300002e-05], + [28.15, 0.0041953], + [28.3, 0.0028010978], + [28.45, 0.0142943], + [28.6, 1.9182989], + [28.75, 141.5334], + [28.85, 1372.0027], + [29.0, 16906.888], + [29.15, 71109.952], + [29.3, 102082.95], + [29.45, 50017.792], + [29.6, 8364.756], + [29.75, 477.461], + [29.9, 9.3050953], + [30.05, 0.063701098], + [30.2, 0.0051953], + [30.35, -0.00080109781], + [30.5, 0.0042953], + [30.65, -0.0007057], + [30.75, -0.0013047], + [30.9, 0.0036943], + [31.05, 1.3214011], + [31.2, 73.752795], + [31.35, 1397.8269], + [31.5, 8951.0519], +]) + +FULLPROF_BETA_ADP = fullprof_array([ + [28.0, 9.5300002e-05], + [28.15, 0.0041953], + [28.3, 0.0028010978], + [28.45, 0.0042943], + [28.6, 1.7882989], + [28.75, 131.7234], + [28.85, 1276.8327], + [29.0, 15734.738], + [29.15, 66180.672], + [29.3, 95005.531], + [29.45, 46550.062], + [29.6, 7785.056], + [29.75, 444.361], + [29.9, 8.6550953], + [30.05, 0.063701098], + [30.2, 0.0051953], + [30.35, -0.00080109781], + [30.5, 0.0042953], + [30.65, -0.0007057], + [30.75, -0.0013047], + [30.9, 0.0036943], + [31.05, 1.2114011], + [31.2, 67.612795], + [31.35, 1281.5569], + [31.5, 8206.3919], +]) + +Y2O3_CFL_ISOTROPIC = """ +PATTERN_Y2O3 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54822 1.54822 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 28.0 0.05 31.5 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +Y2O3_CFL_BETA = """ +PATTERN_Y2O3 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54822 1.54822 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 28.0 0.05 31.5 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + BETA 0.00303 0.00272 0.00295 0.0 0.0 -0.00025 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + BETA 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + BETA 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + + +def main() -> None: + control = compare_to_fullprof( + 'control with isotropic Biso records', + Y2O3_CFL_ISOTROPIC, + FULLPROF_ISOTROPIC_CONTROL, + x_shift=-0.01625, + ) + requested = compare_to_fullprof( + 'beta ADPs enabled through CFL', + Y2O3_CFL_BETA, + FULLPROF_BETA_ADP, + x_shift=-0.01625, + scale_override=control.scale, + ) + print_summary('Request 6: beta ADPs', [control, requested]) + print( + 'Note: CFL can carry BETA records; the requested gap is the ' + 'non-CFL Python input path.' + ) + if should_plot(sys.argv): + plot_comparisons( + 'Request 6: beta ADPs', + FULLPROF_ISOTROPIC_CONTROL[:, 0], + [control, requested], + ) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/request_07_tof_patterns_simulation.py b/docs/dev/crysfml-python-api-requests/request_07_tof_patterns_simulation.py new file mode 100644 index 000000000..cd1f1d7e1 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_07_tof_patterns_simulation.py @@ -0,0 +1,126 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import fullprof_array +from cfl_common import plot_comparisons +from cfl_common import print_summary +from cfl_common import should_plot + +FULLPROF_CW_CONTROL = fullprof_array([ + [38.5, 26.5957], + [39.538, 3032.2799], + [40.575, 20.8942], + [41.612, 6.76595], + [42.65, 4.7827], + [43.688, 6.464375], + [44.725, 20.2661], + [45.762, 2948.9928], + [46.8, 21.2596], +]) + +FULLPROF_TOF_JORGENSEN_VON_DREELE = fullprof_array([ + [12000, 4.63], + [12100, 12.73], + [12200, 190.66], + [12300, 730.86], + [12400, 22.36], + [12500, 0.11], + [12600, 0.08], + [12700, 0.04], + [12800, 0.0], + [12900, -0.04], + [13000, -0.08], + [13100, -0.11], + [13200, -0.14], + [13300, -0.17], + [13400, -0.19], + [13500, -0.21], + [13600, -0.22], + [13700, -0.22], + [13800, -0.21], + [13900, -0.19], + [14000, -0.16], + [14100, 9.03], + [14200, 24.33], + [14300, 212.71], + [14400, 2375.95], + [14500, 67.44], + [14600, 12.26], +]) + +LBCO_CW_CONTROL_CFL = """ +PATTERN_LBCO 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 30.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.494 1.494 0.0 + UVWXY 0.081547 -0.115345 0.121125 0.0 0.083038 + GEN_PATT 38.5 0.05 46.8 +END_PATTERN_LBCO + +PHASE_LBCO 1 + Cell 3.89079 3.89079 3.89079 90.0 90.0 90.0 + SPGR P m -3 m + Atom La La 0.0 0.0 0.0 0.57511 0.01042 + Atom Ba Ba 0.0 0.0 0.0 0.57511 0.01042 + Atom Co Co 0.5 0.5 0.5 0.26023 0.02083 + Atom O O 0.0 0.5 0.5 1.36662 0.06116 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_LBCO +""" + +SI_TOF_CFL = """ +PATTERN_Si_TOF 1 + Patt_Type Neutrons Powder TOF + Profile_function tof_Jorgensen_VonDreele + WDT 8.2 + D2TOF -9.18766 7476.91016 -1.54 0.0 + ALPHA 0.0 0.5971 0.0 + BETA 0.04221 0.00946 0.0 + SIGMA 0.0 33.0419 3.5544 0.0 + GAMMA 0.0 2.543 0.0 + TOF_RANGE 12000.0 14600.0 5.0 + GEN_PATT 12000.0 5.0 14600.0 +END_PATTERN_Si_TOF + +PHASE_Si 1 + Cell 5.431342 5.431342 5.431342 90.0 90.0 90.0 + SPGR F d -3 m + Atom Si Si 0.125 0.125 0.125 0.52448 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Si +""" + + +def main() -> None: + control = compare_to_fullprof( + 'control CW powder pattern through patterns_simulation', + LBCO_CW_CONTROL_CFL, + FULLPROF_CW_CONTROL, + x_shift=0.6204, + ) + requested = compare_to_fullprof( + 'requested TOF pattern through patterns_simulation', + SI_TOF_CFL, + FULLPROF_TOF_JORGENSEN_VON_DREELE, + ) + print_summary('Request 7: TOF patterns_simulation', [control, requested]) + if should_plot(sys.argv): + plot_comparisons( + 'Request 7: TOF patterns_simulation', + FULLPROF_TOF_JORGENSEN_VON_DREELE[:, 0], + [requested], + ) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/request_08_tof_profile_selection.py b/docs/dev/crysfml-python-api-requests/request_08_tof_profile_selection.py new file mode 100644 index 000000000..b526ee716 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_08_tof_profile_selection.py @@ -0,0 +1,186 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import fullprof_array +from cfl_common import plot_comparisons +from cfl_common import print_summary +from cfl_common import should_plot + +FULLPROF_CW_CONTROL = fullprof_array([ + [38.5, 26.5957], + [39.538, 3032.2799], + [40.575, 20.8942], + [41.612, 6.76595], + [42.65, 4.7827], + [43.688, 6.464375], + [44.725, 20.2661], + [45.762, 2948.9928], + [46.8, 21.2596], +]) + +FULLPROF_JORGENSEN_VON_DREELE = fullprof_array([ + [12000, 4.63], + [12100, 12.73], + [12200, 190.66], + [12300, 730.86], + [12400, 22.36], + [12500, 0.11], + [12600, 0.08], + [12700, 0.04], + [12800, 0.0], + [12900, -0.04], + [13000, -0.08], + [13100, -0.11], + [13200, -0.14], + [13300, -0.17], + [13400, -0.19], + [13500, -0.21], + [13600, -0.22], + [13700, -0.22], + [13800, -0.21], + [13900, -0.19], + [14000, -0.16], + [14100, 9.03], + [14200, 24.33], + [14300, 212.71], + [14400, 2375.95], + [14500, 67.44], + [14600, 12.26], +]) + +FULLPROF_JORGENSEN = fullprof_array([ + [12000, 0.18], + [12100, 0.23], + [12200, 177.13], + [12300, 760.12], + [12400, 14.93], + [12500, 0.66], + [12600, 0.4], + [12700, 0.41], + [12800, 0.42], + [12900, 0.43], + [13000, 0.43], + [13100, 0.44], + [13200, 0.44], + [13300, 0.44], + [13400, 0.44], + [13500, 0.44], + [13600, 0.45], + [13700, 0.46], + [13800, 0.47], + [13900, 0.49], + [14000, -0.49], + [14100, -0.46], + [14200, -0.42], + [14300, 146.87], + [14400, 2417.28], + [14500, 49.56], + [14600, 0.84], +]) + +LBCO_CW_CONTROL_CFL = """ +PATTERN_LBCO 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 30.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.494 1.494 0.0 + UVWXY 0.081547 -0.115345 0.121125 0.0 0.083038 + GEN_PATT 38.5 0.05 46.8 +END_PATTERN_LBCO + +PHASE_LBCO 1 + Cell 3.89079 3.89079 3.89079 90.0 90.0 90.0 + SPGR P m -3 m + Atom La La 0.0 0.0 0.0 0.57511 0.01042 + Atom Ba Ba 0.0 0.0 0.0 0.57511 0.01042 + Atom Co Co 0.5 0.5 0.5 0.26023 0.02083 + Atom O O 0.0 0.5 0.5 1.36662 0.06116 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_LBCO +""" + +SI_TOF_JVD_CFL = """ +PATTERN_Si_TOF 1 + Patt_Type Neutrons Powder TOF + Profile_function tof_Jorgensen_VonDreele + WDT 8.2 + D2TOF -9.18766 7476.91016 -1.54 0.0 + ALPHA 0.0 0.5971 0.0 + BETA 0.04221 0.00946 0.0 + SIGMA 0.0 33.0419 3.5544 0.0 + GAMMA 0.0 2.543 0.0 + TOF_RANGE 12000.0 14600.0 5.0 + GEN_PATT 12000.0 5.0 14600.0 +END_PATTERN_Si_TOF + +PHASE_Si 1 + Cell 5.431342 5.431342 5.431342 90.0 90.0 90.0 + SPGR F d -3 m + Atom Si Si 0.125 0.125 0.125 0.52448 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Si +""" + +SI_TOF_JORGENSEN_CFL = """ +PATTERN_Si_TOF 1 + Patt_Type Neutrons Powder TOF + Profile_function tof_Jorgensen + WDT 30.0 + D2TOF -8.56733 7476.91016 -1.54 0.0 + ALPHA 0.0 0.235422 0.0 + BETA 0.03802 0.010902 0.0 + SIGMA 0.0 29.6492 5.079 0.0 + GAMMA 0.0 0.0 0.0 + TOF_RANGE 12000.0 14600.0 5.0 + GEN_PATT 12000.0 5.0 14600.0 +END_PATTERN_Si_TOF + +PHASE_Si 1 + Cell 5.432382 5.432382 5.432382 90.0 90.0 90.0 + SPGR F d -3 m + Atom Si Si 0.125 0.125 0.125 0.54095 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Si +""" + + +def main() -> None: + control = compare_to_fullprof( + 'control CW powder pattern through patterns_simulation', + LBCO_CW_CONTROL_CFL, + FULLPROF_CW_CONTROL, + x_shift=0.6204, + ) + jvd = compare_to_fullprof( + 'current Jorgensen-von-Dreele profile name', + SI_TOF_JVD_CFL, + FULLPROF_JORGENSEN_VON_DREELE, + ) + jorgensen = compare_to_fullprof( + 'requested selectable Jorgensen profile', + SI_TOF_JORGENSEN_CFL, + FULLPROF_JORGENSEN, + ) + print_summary('Request 8 powder-CFL control', [control]) + print_summary('Request 8: TOF profile selection', [jvd, jorgensen]) + print('Note: this request is masked until request 7 makes TOF CFL intensities nonzero.') + if should_plot(sys.argv): + plot_comparisons( + 'Request 8: TOF profile selection', + FULLPROF_JORGENSEN[:, 0], + [jvd, jorgensen], + ) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/request_09_cw_doublet_dict_api.py b/docs/dev/crysfml-python-api-requests/request_09_cw_doublet_dict_api.py new file mode 100644 index 000000000..8b6010e7b --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_09_cw_doublet_dict_api.py @@ -0,0 +1,142 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import fullprof_array +from cfl_common import plot_comparisons +from cfl_common import print_summary +from cfl_common import should_plot + +FULLPROF_SINGLE_WAVELENGTH = fullprof_array([ + [64.5, 1.1], + [64.579, 1.3016667], + [64.658, 1.55], + [64.737, 1.88], + [64.817, 2.3266667], + [64.896, 2.9616667], + [64.975, 3.89], + [65.054, 5.33], + [65.133, 7.7533333], + [65.213, 12.255], + [65.292, 22.06], + [65.371, 56.21], + [65.45, 322.35], + [65.529, 630.49667], + [65.608, 146.95667], + [65.688, 34.19], + [65.767, 16.606667], + [65.846, 9.845], + [65.925, 6.49], + [66.004, 4.5983333], + [66.083, 3.43], + [66.163, 2.65], + [66.242, 2.11], + [66.321, 1.7183333], + [66.4, 1.43], +]) + +FULLPROF_CW_DOUBLET = fullprof_array([ + [64.5, 1.5], + [64.579, 1.7466667], + [64.658, 2.07], + [64.737, 2.495], + [64.817, 3.0533333], + [64.896, 3.8416667], + [64.975, 4.97], + [65.054, 6.69], + [65.133, 9.5166667], + [65.213, 14.64], + [65.292, 25.456667], + [65.371, 61.41], + [65.45, 331.22], + [65.529, 649.61667], + [65.608, 239.53667], + [65.688, 360.065], + [65.767, 148.91], + [65.846, 33.756667], + [65.925, 16.53], + [66.004, 10.32], + [66.083, 7.1033333], + [66.163, 5.2], + [66.242, 3.9766667], + [66.321, 3.1483333], + [66.4, 2.55], +]) + +LIF_SINGLE_WAVELENGTH_CFL = """ +PATTERN_LiF 1 + Patt_Type X-rays Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 48.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54056 1.54056 0.0 + UVWXY 0.048457 -0.083053 0.04 0.0 0.049268 + GEN_PATT 64.5 0.025 66.4 +END_PATTERN_LiF + +PHASE_LiF 1 + Cell 4.0267 4.0267 4.0267 90.0 90.0 90.0 + SPGR F m -3 m + Atom Li1 Li 0.0 0.0 0.0 1.2 0.02083 + Atom F1 F 0.5 0.5 0.5 0.8 0.02083 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_LiF +""" + +LIF_CW_DOUBLET_CFL = """ +PATTERN_LiF 1 + Patt_Type X-rays Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 48.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54056 1.5444 0.5 + UVWXY 0.048457 -0.083053 0.04 0.0 0.049268 + GEN_PATT 64.5 0.025 66.4 +END_PATTERN_LiF + +PHASE_LiF 1 + Cell 4.0267 4.0267 4.0267 90.0 90.0 90.0 + SPGR F m -3 m + Atom Li1 Li 0.0 0.0 0.0 1.2 0.02083 + Atom F1 F 0.5 0.5 0.5 0.8 0.02083 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_LiF +""" + + +def main() -> None: + control = compare_to_fullprof( + 'control single wavelength through CFL', + LIF_SINGLE_WAVELENGTH_CFL, + FULLPROF_SINGLE_WAVELENGTH, + ) + requested = compare_to_fullprof( + 'native CFL doublet, requested for dict API', + LIF_CW_DOUBLET_CFL, + FULLPROF_CW_DOUBLET, + scale_override=control.scale, + ) + print_summary('Request 9: CW doublet dict API', [control, requested]) + print( + 'Note: CFL has LAMBDA lambda1 lambda2 ratio syntax, but this ' + 'installed pycrysfml result is not FullProf-equivalent here; ' + 'the dict API still has no equivalent input path.' + ) + if should_plot(sys.argv): + plot_comparisons( + 'Request 9: CW doublet dict API', + FULLPROF_SINGLE_WAVELENGTH[:, 0], + [control, requested], + ) + + +if __name__ == '__main__': + main() From 32a2f2cd90f065f45cc5d5fe8ee1cc5f3d03e679 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 17:09:46 +0200 Subject: [PATCH 14/64] Document upstream request evidence workflow --- docs/dev/adrs/index.md | 1 + .../upstream-capability-request-evidence.md | 251 +++++++++ .../crysfml-python-api-feature-requests.md | 532 ++++++++++++------ 3 files changed, 603 insertions(+), 181 deletions(-) create mode 100644 docs/dev/adrs/suggestions/upstream-capability-request-evidence.md diff --git a/docs/dev/adrs/index.md b/docs/dev/adrs/index.md index e62c5df07..dd8f0852e 100644 --- a/docs/dev/adrs/index.md +++ b/docs/dev/adrs/index.md @@ -60,6 +60,7 @@ folders. | Quality | Accepted | Notebook-Owned Verification Regression Gating | Replaces the external `ci_skip.txt` list with a single in-notebook `known_discrepancy` flag (plus a cell tag for pre-flag crashes). | [`verification-regression-flag.md`](accepted/verification-regression-flag.md) | | Quality | Accepted | Software Version Labels on Verification Pages | Shows FullProf, EasyDiffraction, and engine versions on every verification page (e.g. `edi X.Y.Z (cryspy X.Y.Z)`) via a `verify` helper. | [`verification-software-version-labels.md`](accepted/verification-software-version-labels.md) | | Quality | Suggestion | Verification Example Lifecycle | Defines naming, scope, reference-file, documentation, fit-section, and diagnostic-page conventions for future Verification examples. | [`verification-example-lifecycle.md`](suggestions/verification-example-lifecycle.md) | +| Quality | Suggestion | Upstream Capability Request Evidence | Defines reproducible request packets with source audits, parameter snippets, scripts, and screenshots for upstream Python API gaps. | [`upstream-capability-request-evidence.md`](suggestions/upstream-capability-request-evidence.md) | | Structure model | Accepted | Type-Neutral ADP Parameters | Keeps ADP parameter object identities stable across B/U and iso/ani switches. | [`type-neutral-adp-parameters.md`](accepted/type-neutral-adp-parameters.md) | | Structure model | Accepted | Automatic Wyckoff Position Detection | Detects Wyckoff letter, multiplicity, and site symmetry from space group and coordinates; calculators consume them. | [`wyckoff-letter-detection.md`](accepted/wyckoff-letter-detection.md) | | Structure model | Accepted | Complete Space-Group Reference Database | One-time build of a complete space_groups.json.gz (all 230 groups) from cctbx, verified against multiple sources. | [`space-group-database.md`](accepted/space-group-database.md) | diff --git a/docs/dev/adrs/suggestions/upstream-capability-request-evidence.md b/docs/dev/adrs/suggestions/upstream-capability-request-evidence.md new file mode 100644 index 000000000..97491b1c8 --- /dev/null +++ b/docs/dev/adrs/suggestions/upstream-capability-request-evidence.md @@ -0,0 +1,251 @@ +# ADR: Upstream Capability Request Evidence + +## Status + +Proposed. + +## Date + +2026-06-18 + +## Group + +Quality. + +## Context + +EasyDiffraction depends on external calculation engines for much of its +scientific functionality. When a required feature exists in an upstream +Fortran or reference-code implementation but is missing, incomplete, or +not wired through the Python API, maintainers need to request upstream +work with enough evidence that the request is actionable. + +The first CrysFML Python API request package exposed a repeatable +pattern: + +- audit the upstream Fortran source, installed Python API, tutorials, + and verification notebooks; +- identify the exact feature missing from the Python surface; +- construct a small reproducible comparison against FullProf; +- show that the current Python/CFL path agrees before the feature is + enabled; +- show that it disagrees after the feature is enabled in FullProf and + represented, or attempted, through the Python/CFL path; +- attach a minimal script and screenshot so upstream developers can + reproduce the issue without running the full EasyDiffraction stack. + +Without a convention, future requests risk becoming too narrative, +too broad, or too hard for upstream developers to reproduce. They may +also accumulate untracked scratch files, generated FullProf byproducts, +or unclear "known discrepancy" examples that are difficult to maintain. + +This ADR complements +[Verification Example Lifecycle](verification-example-lifecycle.md). That +ADR governs public Verification pages. This ADR governs development-only +request packets prepared for upstream projects such as CrysFML, CrySPY, +FullProf-related tooling, or other calculation backends. + +## Decision + +### 1. Prepare one request packet per upstream project/API surface + +Create development-only request packets under `docs/dev/` using this +shape: + +```text +docs/dev/--feature-requests.md +docs/dev/--requests/ +|-- common helper(s) +|-- request_01_.py +|-- request_02_.py +`-- ... +``` + +Use lowercase ASCII slugs. The document is the human-facing request +summary. The scripts are the executable evidence. + +### 2. Start from a source/API capability audit + +Before writing requests, inspect all relevant sources: + +- current EasyDiffraction tutorials and verification notebooks that need + the feature; +- installed Python package public API; +- upstream source branch or release that supposedly contains the lower + level functionality; +- local reference fixtures, usually FullProf `.pcr`, `.prf`, `.bac`, + `.sum`, or single-crystal integrated-intensity files. + +Record the upstream repository, branch, commit, Python package name, and +Python package version in the request document. + +If the feature is not present in the upstream lower-level implementation, +do not include it in this request packet. Put it in "Out of scope" or a +separate issue instead. + +### 3. Phrase every item as a concrete upstream API request + +Each request section begins with this shape: + +```text +Please add support to . +``` + +Then include: + +- a short description of why EasyDiffraction needs the feature; +- what exists in the lower-level upstream code, if known; +- what is missing from the Python API; +- the exact Python/CFL/API surface requested. + +Avoid long implementation history. The section should be ready to paste +into an upstream issue. + +### 4. Include the parameter evidence beside the request + +Every request section includes the smallest relevant parameter snippets: + +- **FullProf `.pcr` setting** or other reference-code setting that + enables the feature; +- **CFL string**, Python dictionary fields, or desired API call shape + that should represent the same feature through the upstream Python API. + +When no CFL string can represent the feature, say that explicitly and +show the desired Python API shape instead. + +Example: + +```text +FullProf `.pcr`: + Ext1 = 0.1834, Ext-Model = 1 + +Desired Python API: + extinction model parameters + hkl/intensity input + -> corrected intensities or correction factors +``` + +### 5. Scripts demonstrate agreement before and disagreement after + +Each request script contains two evidence blocks: + +1. **Control:** current Python/CFL path versus hardcoded FullProf data + with the requested feature disabled. This should agree, or the script + must explain why a direct control is impossible. +2. **Feature enabled:** the same small pattern/hkl window after the + feature is enabled in FullProf and represented, or attempted, through + the Python/CFL path. This should show the current discrepancy. + +The control and feature-enabled comparisons must use the same scale when +that is necessary to expose an intensity correction. A fresh scale fit +must not hide the requested effect. + +### 6. Hardcode only small reference windows + +Do not embed full profiles in request scripts. Hardcode only the +smallest FullProf output window that makes the feature visible: + +- a few peaks for powder profiles; +- a small hkl/integrated-intensity table for single-crystal requests; +- enough points around a shifted or split peak to make the discrepancy + obvious. + +The script should be understandable by upstream maintainers without the +full EasyDiffraction project data tree. + +### 7. Use the narrowest upstream Python entry point + +Use the upstream Python API being requested wherever possible. For CFL +requests, call the CFL API directly rather than going through +EasyDiffraction objects. For dictionary requests, use the dictionary API +or describe why a direct call cannot be made yet. + +When a requested feature is outside the available entry point, the +script must: + +- run a nearby control that proves the current entry point works; +- print a clear diagnostic explaining the missing API surface; +- avoid pretending that an unrelated powder profile tests a + single-crystal or in-memory structure-factor feature. + +### 8. Screenshots are part of the request packet + +Each script supports a simple plot mode or produces output suitable for +a screenshot. The screenshot attached upstream should have a caption +with this information: + +- sample/experiment name; +- feature-off agreement statement; +- feature-on parameter values in FullProf; +- corresponding CFL/API parameter values, if representable; +- one sentence naming the missing Python API behavior. + +Screenshots are not committed unless they are intentionally used as +durable documentation. For ordinary upstream issues, attach them to the +issue outside the repository. + +### 9. Generated reference byproducts stay out of commits + +Running FullProf may create `.new`, `.out`, `.fst`, `.sub`, `.cif`, +`fort.77`, and other byproducts. Do not commit these unless the request +document or script consumes them as evidence. + +If a FullProf reference must be regenerated for a durable verification +page, follow [Verification Example Lifecycle](verification-example-lifecycle.md) +instead. Upstream request packets should prefer hardcoded minimal +windows and temporary `/tmp` generation during investigation. + +### 10. Verification before publishing the packet + +Before sending or committing a request packet, run at least: + +```shell +pixi run python -m py_compile docs/dev/--requests/*.py +pixi run ruff check docs/dev/--requests +``` + +Also run every request script once in non-plot mode. Note any +intentional current failures in the request document and in the script +output. + +## Consequences + +### Positive + +- Upstream developers receive reproducible, focused requests rather than + broad feature descriptions. +- The request document stays useful even after screenshots are detached + into upstream issue trackers. +- Future investigations produce less scratch-file churn and fewer + ambiguous "known discrepancy" examples. +- The same process works for CFL, dictionary, single-crystal, TOF, and + in-memory API gaps because it explicitly allows "not representable" + cases. + +### Negative / cost + +- Preparing a request takes longer than writing a prose issue because it + requires reference data and a runnable script. +- Some features need a nearby control rather than a perfect + feature-specific control, especially when the current API cannot + represent the feature at all. +- Hardcoded windows must be refreshed manually if the reference + `.pcr`/FullProf setup intentionally changes. + +## Alternatives Considered + +| # | Alternative | Verdict | +| --- | ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | +| A | Write upstream issues directly from prose notes. | Rejected. Too hard to reproduce and too easy to omit the exact parameter mapping. | +| B | Promote every request into public Verification pages. | Rejected. Request packets are development evidence; public Verification pages need stronger lifecycle rules. | +| C | Commit full FullProf output profiles for every request. | Rejected. Full profiles are large and noisy; small hardcoded windows are enough for issue evidence. | +| D | Use one notebook for all requests. | Rejected. One script per request keeps attachments small and lets upstream developers run only their feature. | + +## Open Questions + +1. Should request packets eventually live under a dedicated + `docs/dev/upstream-requests/` directory if more upstream projects + accumulate? +2. Should screenshots ever be committed as durable evidence, or should + they always remain issue attachments? +3. Should a helper generate the hardcoded FullProf windows from `.prf` + files to reduce manual transcription errors? diff --git a/docs/dev/crysfml-python-api-feature-requests.md b/docs/dev/crysfml-python-api-feature-requests.md index b0b3edb4e..dd709d1d1 100644 --- a/docs/dev/crysfml-python-api-feature-requests.md +++ b/docs/dev/crysfml-python-api-feature-requests.md @@ -1,9 +1,10 @@ # CrysFML Python API feature requests -This document lists CrysFML capabilities that are present in the -Fortran code on `jrc_branch` but are missing, incomplete, or not wired -through the Python API surface needed by EasyDiffraction tutorials and -verification notebooks. +This is a request to add the following functionality into the CrysFML +Python API (`pycrysfml`). The goal is to expose through Python the +CrysFML/Fortran functionality that EasyDiffraction already needs in its +tutorials and verification notebooks, and to make the Python results +match FullProf for the same physical model. Reference checkout: @@ -21,202 +22,371 @@ Evidence scripts: - Directory: `docs/dev/crysfml-python-api-requests/` - Run one example with `pixi run python docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py`. -- Add `--plot` to show the hardcoded FullProf reference window and the - CrysFML CFL result on the same axes. - -All scripts use the pycrysfml CFL entry point, -`cfml_py_utilities.patterns_simulation`. Some requests are not fully -representable through a CFL powder-profile call. In particular, -single-crystal extinction and in-memory structure factors need APIs -outside `patterns_simulation`; beta ADPs and CW doublets can be carried -by CFL syntax, so their scripts separate CFL behavior from the remaining -request for equivalent non-CFL Python input paths. - -## Request 1: expose preferred orientation in powder patterns - -EasyDiffraction uses preferred orientation corrections in powder -verification notebooks, including March-Dollase-style corrections. -CrysFML Fortran contains `Preferred_orientation` in -`Src/CFML_Diffraction.f90` and -`Src/CFML_Diffraction/Pow_Preferred_Orientation.f90`. The CFL phase -data structures also carry preferred-orientation fields. - -The Python API does not expose a usable way to set preferred-orientation -parameters for powder pattern simulation. In the latest Fortran pattern -path, the preferred-orientation calls in -`Src/CFML_Utilities/Utilities_Reflections.f90` are still commented out, -so parsed preferred-orientation data is not applied to calculated -reflection corrections. - -Requested Python support: - -- Accept preferred-orientation model, axes, values, fractions, and - integration steps in `patterns_simulation` and/or - `cw_powder_pattern_from_dict`. -- Apply the correction when building reflection correction factors. -- Return clear errors for unsupported preferred-orientation models. - -## Request 2: expose absorption and polarization parameters - -EasyDiffraction uses sample absorption and X-ray polarization / -monochromator corrections in constant-wavelength powder tutorials and -verification notebooks. - -CrysFML Fortran provides the relevant machinery through -`Powder_Lorentz_IntegInt_CW` and `Lorentz_abs_CW` in -`Src/CFML_Diffraction.f90` and -`Src/CFML_Diffraction/Pow_Lorentz_Absorption.f90`. The latest -`patterns_simulation` reflection setup calls `Lorentz_abs_CW`, but with -fixed arguments rather than user-controlled absorption and polarization -inputs. - -The registered Python API does not expose direct callables for these -Fortran routines, and the high-level pattern APIs do not let Python -users set the absorption model, `muR`/sample absorption parameter, -monochromator coefficient, monochromator angle, or Lorentz convention. - -Requested Python support: - -- Expose absorption and polarization controls in the powder pattern API. -- Allow users to choose supported absorption and Lorentz/polarization - conventions. -- Make the parameters available through both CFL-style and dict-style - high-level pattern calls where practical. - -## Request 3: apply SyCos and SySin in CW pattern simulation - -EasyDiffraction verification notebooks cover sample displacement and -transparency terms represented by SyCos and SySin. - -CrysFML Fortran parses `ZERO_SY`, `SYCOS`, and `SYSIN` in -`Src/CFML_IOForm/Format_CFL.f90`, and the condition type stores these -values. However, the latest inspected pattern calculation path does not -use `sycos` or `sysin` when placing CW reflections. - -Requested Python support: - -- Apply parsed `ZERO_SY`, `SYCOS`, and `SYSIN` values in CW reflection - positions. -- Expose equivalent fields through the dict-style Python API. -- Document the convention and units used for these terms. - -## Request 4: expose single-crystal extinction corrections - -EasyDiffraction single-crystal tutorials use extinction parameters such -as mosaicity and radius. - -CrysFML Fortran contains extinction correction modules under -`Src/CFML_ExtinCorr`, including Becker-Coppens and SHELX-style -corrections. In the Python wrapper source, `Wraps_ExtinCorr.f90` is -empty, and no extinction methods are registered in -`PythonAPI/Fortran/crysfml08lib.f90`. - -Requested Python support: - -- Provide Python-callable extinction correction routines. -- Support the extinction models already implemented in Fortran. -- Accept reflection data, wavelength/radiation information, and model - parameters such as mosaicity and radius. -- Return corrected intensities or correction factors with documented - units and conventions. - -## Request 5: expose in-memory structure-factor calculation - -EasyDiffraction has in-memory structure and experiment objects and needs -single-crystal and powder structure factors without first writing a CIF -file. - -CrysFML Fortran exposes structure-factor machinery through routines such -as `init_structure_factors` and `structure_factors`. The Python API -currently exposes `structure_factors_from_cif`, which requires a CIF or -MCIF file path, but does not expose an equivalent high-level API for an -already constructed Python dictionary, wrapped crystal object, cell, -space group, atom list, and reflection list. - -Requested Python support: - -- Add a high-level `structure_factors_from_dict` or equivalent - in-memory API. -- Accept radiation type, wavelength, reflection range, uniqueness, and - Friedel options. -- Return reflection indices, multiplicity, structure factors, and - intensities in a stable Python data shape. - -## Request 6: carry anisotropic and beta ADPs through Python APIs +- Add `--plot` to display the hardcoded FullProf reference window and + the CrysFML CFL result on the same axes. -EasyDiffraction verification includes anisotropic displacement -parameters, including beta-style ADPs. +Each script is intended to be attached to the upstream request together +with a screenshot. The screenshot should show two cases: -CrysFML Fortran atom types support anisotropic displacement parameters -through `UType` values such as `U_ij`, `B_ij`, and `beta`; CIF and CFL -readers parse anisotropic displacement data. The dict-style Python -powder path in `Src/CFML_Py_Utilities/Py_Utilities_Patterns.f90` -currently reads only `_B_iso_or_equiv` for atoms. +- Agreement before the requested feature is enabled. +- Disagreement after the feature is enabled in the FullProf `.pcr` and + represented, or attempted, through the CrysFML Python/CFL path. -Requested Python support: +Some requests are not fully representable by the current powder CFL +`patterns_simulation` entry point. For those cases, the related script +shows a working powder-CFL control first and then documents the missing +Python API surface explicitly. -- Accept anisotropic ADP tensors in dict-style structure input. -- Preserve the ADP convention (`U_ij`, `B_ij`, or `beta`) explicitly. -- Use anisotropic ADPs in structure-factor and powder-pattern - calculations where the Fortran code already supports them. +## Request 1: preferred orientation in powder patterns -## Request 7: complete TOF support in `patterns_simulation` +Please add preferred-orientation support to the CrysFML Python powder +pattern API. Python callers should be able to set the preferred +orientation model, direction, correction value, random fraction, and any +model-specific integration parameters. -EasyDiffraction tutorials and verification notebooks use TOF powder -patterns with calibration terms and Jorgensen/Jorgensen-von-Dreele peak -parameters. +Short description: -CrysFML Fortran parses TOF CFL fields such as `D2TOF`, `ALPHA`, `BETA`, -`SIGMA`, `GAMMA`, and `TOF_RANGE`. The dict API exposes -`tof_powder_pattern_from_dict`, and the Fortran utility code implements a -TOF powder profile calculation. However, the CFL -`patterns_simulation` path still lacks the TOF profile contribution in -`compute_patterns`, so Python callers using CFL-style pattern simulation -cannot obtain TOF intensities through that path. +EasyDiffraction uses March-Dollase-style preferred orientation in powder +verification notebooks. The CrysFML Fortran source contains preferred +orientation routines, but the inspected Python CFL pattern path does not +apply preferred-orientation correction factors during reflection setup. -Requested Python support: +FullProf `.pcr` setting used in the feature-on reference: -- Make `patterns_simulation` calculate TOF powder intensities from CFL - pattern blocks. -- Use the parsed TOF profile/calibration parameters. -- Keep behavior consistent with `tof_powder_pattern_from_dict`. +```text +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 1.20000 0.30000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +``` -## Request 8: expose TOF profile selection +CFL-side functionality requested: -EasyDiffraction distinguishes Jorgensen and Jorgensen-von-Dreele TOF -profile models in tutorials and verification notebooks. +```text +! Desired pycrysfml/CFL support: +! preferred-orientation model = March-Dollase +! preferred-orientation axis = 0 0 1 +! preferred-orientation value = 1.2 +! random fraction = 0.3 +``` -CrysFML Fortran profile code includes multiple TOF profile functions, -including Jorgensen, Jorgensen-von-Dreele, and Carpenter-style profiles. -The dict-style Python TOF utility path is currently fixed to -`tof_Jorgensen_VonDreele`. +Related script and screenshot: -Requested Python support: +- Script: + `docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py` +- Screenshot caption: + "LBCO powder CW control agrees when preferred orientation is off; the + same CFL calculation disagrees with the FullProf `.pcr` when + `Pref1=1.2`, `Pref2=0.3`, axis `[0 0 1]` is enabled." -- Allow Python callers to select the TOF profile function. -- Validate that the required parameters for the selected profile are - present. -- Document how the profile names map to Fortran routines and CFL - `PROFILE_FUNCTION` values. +## Request 2: absorption and polarization parameters -## Request 9: expose native CW doublet support in dict APIs +Please add user-controlled absorption and X-ray polarization parameters +to the CrysFML Python powder pattern API. -EasyDiffraction X-ray tutorials and verification notebooks use -two-wavelength constant-wavelength patterns. +Short description: -The latest inspected Fortran CFL pattern path supports two wavelengths: -reflection contributions are duplicated when `twowaves` is set, and the -second wavelength ratio is applied. The dict-style Python CW pattern path -currently reads only `_diffrn_radiation_wavelength` and does not expose -second-wavelength and ratio inputs. +EasyDiffraction uses cylindrical sample absorption and X-ray +polarization/monochromator corrections. CrysFML Fortran provides the +Lorentz/absorption machinery, but the inspected Python high-level +pattern APIs do not expose `muR`, polarization coefficient, +monochromator angle, or convention selection. -Requested Python support: +FullProf `.pcr` settings used in the feature-on references: -- Add second wavelength and wavelength-ratio fields to - `cw_powder_pattern_from_dict`. -- Align dict-style behavior with the CFL `LAMBDA lambda1 lambda2 ratio` - behavior. -- Document whether the ratio is interpreted as `I2/I1`. +```text +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz + 1.540560 1.540560 0.00000 50.000 48.0000 0.8000 0.0000 160.00 0.5000 + +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz + 1.540560 1.540560 0.00000 50.000 48.0000 0.0000 0.9000 160.00 0.0000 +``` + +CFL-side functionality requested: + +```text +! Desired pycrysfml/CFL support: +! polarization coefficient = 0.5 +! monochromator Cthm = 0.8 +! absorption model = Debye-Scherrer cylinder / Hewat +! muR = 0.9 +``` + +Related script and screenshot: + +- Script: + `docs/dev/crysfml-python-api-requests/request_02_absorption_polarization.py` +- Screenshot caption: + "LiF X-ray CW control agrees without absorption/polarization; the same + CFL calculation disagrees when FullProf enables `Rpolarz=0.5`, + `Cthm=0.8`, or `muR=0.9` because those parameters are not exposed in + pycrysfml." + +## Request 3: SyCos and SySin CW peak-position shifts + +Please make the CrysFML Python CW pattern API apply `Zero_Sy`, `SyCos`, +and `SySin` when calculating reflection positions. + +Short description: + +CrysFML parses `ZERO_SY`, `SYCOS`, and `SYSIN` from CFL text, but the +inspected `patterns_simulation` path does not use the `SyCos`/`SySin` +values when placing CW reflections. + +FullProf `.pcr` setting used in the feature-on reference: + +```text +! Zero Code SyCos Code SySin Code Lambda Code MORE + -0.45778 0.0 0.01153 0.0 0.24334 0.0 1.623899 0.00 0 +``` + +CFL string with the requested functionality set: + +```text +Zero_Sy 0.0 0.01153 0.24334 +``` + +Related script and screenshot: + +- Script: + `docs/dev/crysfml-python-api-requests/request_03_sycos_sysin.py` +- Screenshot caption: + "LaB6 powder CW control agrees for `SyCos=0`, `SySin=0`; after FullProf + enables `SyCos=0.01153`, `SySin=0.24334`, pycrysfml still follows the + unshifted CFL positions." + +## Request 4: single-crystal extinction corrections + +Please expose single-crystal extinction corrections through the CrysFML +Python API. + +Short description: + +EasyDiffraction single-crystal verification uses extinction parameters +such as radius/mosaicity or an equivalent model parameter. CrysFML +Fortran contains extinction correction modules under `Src/CFML_ExtinCorr`, +but the inspected Python wrapper does not register Python-callable +extinction routines. + +FullProf `.pcr` setting used in the feature-on reference: + +```text +! Extinction Parameters +! Ext1 Ext2 Ext3 Ext4 Ext5 Ext6 Ext7 Ext-Model + 0.1834 0.000 0.000 0.000 0.000 0.000 0.000 1 +``` + +CFL/Python functionality requested: + +```text +! No powder CFL setting can represent this request today. +! Desired pycrysfml support: +! extinction model parameters + hkl/intensity input -> corrected +! intensities or correction factors +``` + +Related script and screenshot: + +- Script: + `docs/dev/crysfml-python-api-requests/request_04_single_crystal_extinction.py` +- Screenshot caption: + "The script first shows a powder-CFL control agreement. It then shows + FullProf single-crystal integrated intensities before and after + extinction is enabled; pycrysfml has no callable extinction API to + reproduce the feature-on table." + +## Request 5: in-memory structure-factor calculation + +Please add a Python API that calculates structure factors from in-memory +Python data, without requiring an intermediate CIF or MCIF file. + +Short description: + +EasyDiffraction already has in-memory cells, space groups, atom lists, +experiments, and reflection lists. The Python API exposes +`structure_factors_from_cif`, but not an equivalent +`structure_factors_from_dict` or object-based function. + +FullProf reference used by the evidence script: + +```text +! FullProf integrated intensities are used as the reference hkl window. +! This is not a FullProf feature toggle; it is an API transport gap. +``` + +CFL/Python functionality requested: + +```text +! No CFL string should be required. +! Desired pycrysfml support: +! cell + space group + atom list + hkl list + radiation settings +! -> h, k, l, multiplicity, F, F^2, intensity +``` + +Related script and screenshot: + +- Script: + `docs/dev/crysfml-python-api-requests/request_05_in_memory_structure_factors.py` +- Screenshot caption: + "The script first shows a powder-CFL control agreement. It then shows + the FullProf hkl/intensity window that should be calculable from + in-memory Python objects; pycrysfml currently has no equivalent API." + +## Request 6: anisotropic and beta ADPs in Python inputs + +Please make anisotropic ADP tensors, including beta-style ADPs, +available through CrysFML Python high-level inputs. + +Short description: + +CrysFML CFL atom records can carry `BETA`, `U_IJ`, and `B_IJ` tensor +records, but the inspected dict-style Python powder path reads only +`_B_iso_or_equiv`. EasyDiffraction needs the non-CFL Python API to carry +the ADP convention and tensor components explicitly. + +FullProf `.pcr` setting used in the feature-on reference: + +```text +!Atom Typ X Y Z Biso Occ In Fin N_t Spc +Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 2 0 +! beta11 beta22 beta33 beta12 beta13 beta23 + 0.00303 0.00272 0.00295 0.00000 0.00000 -0.00025 +``` + +CFL string with the requested functionality set: + +```text +Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 +BETA 0.00303 0.00272 0.00295 0.0 0.0 -0.00025 +``` + +Related script and screenshot: + +- Script: `docs/dev/crysfml-python-api-requests/request_06_beta_adps.py` +- Screenshot caption: + "Y2O3 powder CW control uses isotropic atom records; the feature-on + reference sets FullProf `N_t=2` beta tensors and the CFL `BETA` lines. + The remaining request is to expose equivalent tensor input through the + non-CFL Python API." + +## Request 7: TOF support in `patterns_simulation` + +Please complete TOF powder-pattern support in the CrysFML Python CFL +entry point `cfml_py_utilities.patterns_simulation`. + +Short description: + +CrysFML parses TOF CFL fields such as `D2TOF`, `ALPHA`, `BETA`, `SIGMA`, +`GAMMA`, and `TOF_RANGE`, and the Fortran code contains TOF profile +machinery. The inspected Python CFL `patterns_simulation` path does not +produce TOF intensities from a TOF CFL block. + +FullProf `.pcr` settings used in the feature-on reference: + +```text +! Zero Code Dtt1 Code Dtt2 Code Dtt_1overd + -9.18766 0.00 7476.91016 0.00 -1.54000 0.00 0.00000 + +! Sigma-2 Sigma-1 Sigma-0 Sigma-Q + 0.0000 33.0419 3.5544 0.0000 +! Gamma-2 Gamma-1 Gamma-0 + 0.0000 2.5430 0.0000 +! Pref1 Pref2 alph0 beta0 alph1 beta1 + 0.000000 0.000000 0.000000 0.042210 0.597100 0.009460 +``` + +CFL string with the requested functionality set: + +```text +Patt_Type Neutrons Powder TOF +Profile_function tof_Jorgensen_VonDreele +D2TOF -9.18766 7476.91016 -1.54 0.0 +ALPHA 0.0 0.5971 0.0 +BETA 0.04221 0.00946 0.0 +SIGMA 0.0 33.0419 3.5544 0.0 +GAMMA 0.0 2.543 0.0 +TOF_RANGE 12000.0 14600.0 5.0 +``` + +Related script and screenshot: + +- Script: + `docs/dev/crysfml-python-api-requests/request_07_tof_patterns_simulation.py` +- Screenshot caption: + "The script first shows a CW powder control agreement. The TOF FullProf + `.pcr` enables D2TOF/profile parameters, while the pycrysfml CFL TOF + block raises/returns no matching TOF intensities." + +## Request 8: TOF profile selection + +Please expose TOF profile-function selection through the CrysFML Python +API. + +Short description: + +EasyDiffraction verification distinguishes Jorgensen and +Jorgensen-von-Dreele TOF profiles. The inspected dict-style Python TOF +path is fixed to one profile, and CFL TOF profile selection cannot yet be +validated until request 7 makes TOF CFL intensities work. + +FullProf `.pcr` setting used in the feature-on reference: + +```text +! Jorgensen FullProf reference uses the Jorgensen profile parameter set: +! Sigma-2 Sigma-1 Sigma-0 and alph0 beta0 alph1 beta1. +``` + +CFL string with the requested functionality set: + +```text +Profile_function tof_Jorgensen +D2TOF -8.56733 7476.91016 -1.54 0.0 +ALPHA 0.0 0.235422 0.0 +BETA 0.03802 0.010902 0.0 +SIGMA 0.0 29.6492 5.079 0.0 +``` + +Related script and screenshot: + +- Script: + `docs/dev/crysfml-python-api-requests/request_08_tof_profile_selection.py` +- Screenshot caption: + "The script first shows a CW powder control agreement. It then compares + FullProf Jorgensen-von-Dreele and Jorgensen TOF references with CFL + `Profile_function` settings; pycrysfml cannot yet demonstrate profile + selection because TOF CFL intensities are missing." + +## Request 9: CW doublet support in dict APIs + +Please expose native CW two-wavelength/doublet input through +`cw_powder_pattern_from_dict` and any equivalent high-level Python API. + +Short description: + +The CFL path has `LAMBDA lambda1 lambda2 ratio` syntax, while the +dict-style Python CW path reads only one wavelength. EasyDiffraction +needs the Python dict API to accept the second wavelength and the +relative intensity ratio. + +FullProf `.pcr` setting used in the feature-on reference: + +```text +! Lambda1 Lambda2 Ratio + 1.540560 1.544400 0.50000 +``` + +CFL string with the requested functionality set: + +```text +LAMBDA 1.54056 1.5444 0.5 +``` + +Related script and screenshot: + +- Script: `docs/dev/crysfml-python-api-requests/request_09_cw_doublet_dict_api.py` +- Screenshot caption: + "LiF X-ray CW control agrees for a single wavelength. The FullProf + `.pcr` enables the doublet with `Lambda2=1.5444`, `Ratio=0.5`; the CFL + string can express `LAMBDA lambda1 lambda2 ratio`, but the dict API has + no equivalent input fields." ## Out of scope for this request list From d2b0fbdf291e6d19c2c9954f7ca5fff9affc2bde Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 17:09:46 +0200 Subject: [PATCH 15/64] Prefix verification links with experiment types --- docs/docs/verification/index.md | 40 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/docs/verification/index.md b/docs/docs/verification/index.md index 4e1c2bad7..074284ebc 100644 --- a/docs/docs/verification/index.md +++ b/docs/docs/verification/index.md @@ -12,52 +12,52 @@ inside the notebook. ## Powder, Neutron, Constant Wavelength -- [LBCO basic pseudo-Voigt](pd-neut-cwl_lbco_basic.ipynb) – verifies a +- [pd-neut-cwl LBCO basic pseudo-Voigt](pd-neut-cwl_lbco_basic.ipynb) – verifies a baseline pseudo-Voigt powder pattern. -- [LBCO preferred orientation](pd-neut-cwl_lbco_preferred-orientation.ipynb) +- [pd-neut-cwl LBCO preferred orientation](pd-neut-cwl_lbco_preferred-orientation.ipynb) – verifies the March-Dollase preferred-orientation correction. -- [PbSO₄ basic pseudo-Voigt](pd-neut-cwl_pbso4_basic.ipynb) – verifies a +- [pd-neut-cwl PbSO₄ basic pseudo-Voigt](pd-neut-cwl_pbso4_basic.ipynb) – verifies a baseline pseudo-Voigt powder pattern. -- [PbSO₄ Bérar-Baldinozzi asymmetry](pd-neut-cwl_pbso4_beba-asymmetry.ipynb) +- [pd-neut-cwl PbSO₄ Bérar-Baldinozzi asymmetry](pd-neut-cwl_pbso4_beba-asymmetry.ipynb) – verifies the empirical asymmetry workflow. -- [LaB₆ SyCos/SySin shifts](pd-neut-cwl_lab6_sycos-sysin.ipynb) – verifies +- [pd-neut-cwl LaB₆ SyCos/SySin shifts](pd-neut-cwl_lab6_sycos-sysin.ipynb) – verifies sample-displacement and transparency peak-position corrections. -- [LaB₆ FCJ asymmetry](pd-neut-cwl_lab6_fcj-asymmetry.ipynb) – verifies the +- [pd-neut-cwl LaB₆ FCJ asymmetry](pd-neut-cwl_lab6_fcj-asymmetry.ipynb) – verifies the Finger-Cox-Jephcoat axial-divergence asymmetry reference. -- [LaB₆ absorption](pd-neut-cwl_lab6_absorption.ipynb) – verifies +- [pd-neut-cwl LaB₆ absorption](pd-neut-cwl_lab6_absorption.ipynb) – verifies Debye-Scherrer absorption with FCJ asymmetry disabled. -- [LaB₆ absorption + FCJ asymmetry](pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb) +- [pd-neut-cwl LaB₆ absorption + FCJ asymmetry](pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb) – verifies the combined absorption and FCJ reference. -- [Y₂O₃ beta ADPs](pd-neut-cwl_y2o3_beta-adp.ipynb) – verifies +- [pd-neut-cwl Y₂O₃ beta ADPs](pd-neut-cwl_y2o3_beta-adp.ipynb) – verifies beta-tensor anisotropic ADPs with other correction models disabled. ## Powder, Neutron, Time-Of-Flight -- [Si Jorgensen profile](pd-neut-tof_si_jorgensen.ipynb) – verifies the +- [pd-neut-tof Si Jorgensen profile](pd-neut-tof_si_jorgensen.ipynb) – verifies the Jorgensen back-to-back exponential profile. -- [Si Jorgensen-Von Dreele profile](pd-neut-tof_si_jorgensen-von-dreele.ipynb) +- [pd-neut-tof Si Jorgensen-Von Dreele profile](pd-neut-tof_si_jorgensen-von-dreele.ipynb) – verifies the Jorgensen-Von Dreele pseudo-Voigt profile. -- [Na₂Ca₃Al₂F₁₄ Jorgensen-Von Dreele profile](pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb) +- [pd-neut-tof Na₂Ca₃Al₂F₁₄ Jorgensen-Von Dreele profile](pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb) – verifies the NCAF time-of-flight pseudo-Voigt profile. ## Powder, X-Ray, Constant Wavelength -- [LiF single wavelength](pd-xray-cwl_lif_single.ipynb) – verifies the +- [pd-xray-cwl LiF single wavelength](pd-xray-cwl_lif_single.ipynb) – verifies the baseline Cu Kα₁ pseudo-Voigt pattern. -- [LiF polarization](pd-xray-cwl_lif_single_polarization.ipynb) – verifies +- [pd-xray-cwl LiF polarization](pd-xray-cwl_lif_single_polarization.ipynb) – verifies the X-ray polarization correction. -- [LiF absorption](pd-xray-cwl_lif_single_absorption.ipynb) – verifies +- [pd-xray-cwl LiF absorption](pd-xray-cwl_lif_single_absorption.ipynb) – verifies Debye-Scherrer absorption. -- [LiF doublet](pd-xray-cwl_lif_doublet.ipynb) – verifies Cu Kα₁/Kα₂ +- [pd-xray-cwl LiF doublet](pd-xray-cwl_lif_doublet.ipynb) – verifies Cu Kα₁/Kα₂ doublet handling. -- [PbSO₄ round robin](pd-xray-cwl_pbso4_round-robin.ipynb) – verifies the +- [pd-xray-cwl PbSO₄ round robin](pd-xray-cwl_pbso4_round-robin.ipynb) – verifies the anglesite X-ray round-robin case with empirical asymmetry. ## Single Crystal, Neutron, Constant Wavelength -- [Pr₂NiO₄ basic](sc-neut-cwl_pr2nio4_basic.ipynb) – verifies calculated +- [sc-neut-cwl Pr₂NiO₄ basic](sc-neut-cwl_pr2nio4_basic.ipynb) – verifies calculated F² values with anisotropic ADPs. -- [Tb₂Ti₂O₇ basic](sc-neut-cwl_tbti_basic.ipynb) – verifies no-extinction +- [sc-neut-cwl Tb₂Ti₂O₇ basic](sc-neut-cwl_tbti_basic.ipynb) – verifies no-extinction calculated F² values with anisotropic ADPs. -- [Tb₂Ti₂O₇ isotropic extinction](sc-neut-cwl_tbti_isotropic-extinction.ipynb) +- [sc-neut-cwl Tb₂Ti₂O₇ isotropic extinction](sc-neut-cwl_tbti_isotropic-extinction.ipynb) – verifies the isotropic extinction model. From 75ea182603521d4876fcde535dce57ccf585aefc Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 17:20:00 +0200 Subject: [PATCH 16/64] Focus LaB6 verification examples on one feature --- .../ECH0030684_LaB6_1p622A.pcr | 8 +- .../ECH0030684_LaB6_1p622A.prf | 6008 ++++++++--------- .../ECH0030684_LaB6_1p622A.sum | 45 +- .../ECH0030684_LaB6_1p622A_noSLDL.pcr | 6 +- .../ECH0030684_LaB6_1p622A_noSLDL.prf | 5920 ++++++++-------- .../ECH0030684_LaB6_1p622A_noSLDL.sum | 42 +- docs/docs/verification/index.md | 4 +- .../pd-neut-cwl_lab6_absorption.ipynb | 26 +- .../pd-neut-cwl_lab6_absorption.py | 26 +- ...ut-cwl_lab6_absorption_fcj-asymmetry.ipynb | 31 +- ...-neut-cwl_lab6_absorption_fcj-asymmetry.py | 31 +- docs/mkdocs.yml | 2 +- 12 files changed, 6039 insertions(+), 6110 deletions(-) diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.pcr index 5403470f9..2e182aaeb 100644 --- a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.pcr +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.pcr @@ -1,5 +1,5 @@ COMM LaB6 Ge(331) -! Current global Chi2 (Bragg contrib.) = 9.094 +! Current global Chi2 (Bragg contrib.) = 2060. ! Files => DAT-file: ECH0030684_LaB6_1p622A.dat, PCR-file: ECH0030684_LaB6_1p622A !Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut 1 7 1 0 2 1 0 1 0 0 1 0 0 0 0 0 0 0 1 @@ -8,7 +8,7 @@ COMM LaB6 Ge(331) 2 2 1 0 1 0 4 0 0 2 10 -1 0 0 0 0 1 ! ! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 - 1.622527 1.622527 0.00000 80.000 12.000 0.0000 0.7000 180.00 0.0000 0.0000 + 1.622527 1.622527 0.00000 80.000 12.000 0.0000 0.0000 180.00 0.0000 0.0000 ! !NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 200 0.10 0.04 0.04 0.04 0.04 4.1642 0.049998 163.7564 0.000 0.000 @@ -23,12 +23,12 @@ B11 0.66500 0.00000 0 0 !Number of refined parameters ! ! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 - -0.21110 0.0 0.05281 0.0 0.09068 0.0 1.622527 0.00 0 + -0.21110 0.0 0.00000 0.0 0.00000 0.0 1.622527 0.00 0 ! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) 782.022 75.285 291.744 -3.149 -329.244 0.000 0.00 0.00 0.00 0.00 0.00 0.00 !------------------------------------------------------------------------------- -! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 3.5101 +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 183.1331 !------------------------------------------------------------------------------- nuclear ! diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.prf b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.prf index 98f24ef40..3671368b8 100644 --- a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.prf +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.prf @@ -204,1000 +204,1000 @@ BEGIN 14.168 754.73 768.41 -13.68 14.218 765.19 768.61 -3.42 14.268 801.27 768.81 32.46 - 14.318 804.70 769.01 35.69 - 14.368 756.36 769.21 -12.85 - 14.418 766.09 770.81 -4.72 - 14.468 780.76 771.03 9.73 - 14.518 741.08 771.24 -30.16 - 14.568 729.70 771.46 -41.76 - 14.618 750.00 771.67 -21.67 - 14.668 759.58 771.89 -12.31 - 14.718 758.71 772.10 -13.39 - 14.768 777.14 772.31 4.83 - 14.818 741.13 772.53 -31.40 - 14.868 738.30 772.74 -34.44 - 14.918 764.53 772.95 -8.42 - 14.968 764.54 773.16 -8.62 - 15.018 796.72 773.37 23.35 - 15.068 744.09 773.59 -29.50 - 15.124 723.92 773.82 -49.90 - 15.174 750.85 774.04 -23.19 - 15.224 795.62 774.25 21.37 - 15.274 747.70 774.46 -26.76 - 15.324 745.56 774.67 -29.11 - 15.374 743.07 774.88 -31.81 - 15.424 773.46 775.09 -1.63 - 15.474 765.86 775.30 -9.44 - 15.524 699.87 775.51 -75.64 - 15.574 732.41 775.72 -43.31 - 15.624 768.54 775.93 -7.39 - 15.674 699.30 776.14 -76.84 - 15.724 769.53 776.35 -6.82 - 15.774 743.34 776.56 -33.22 - 15.824 719.45 776.77 -57.32 - 15.874 707.66 776.98 -69.32 - 15.924 720.09 777.19 -57.10 - 15.974 775.08 777.40 -2.32 - 16.024 732.56 777.61 -45.05 - 16.074 723.68 777.82 -54.14 - 16.124 763.27 778.03 -14.76 - 16.174 755.35 778.24 -22.89 - 16.224 746.64 778.45 -31.81 - 16.274 736.37 778.66 -42.29 - 16.324 751.89 778.87 -26.98 - 16.358 796.15 779.02 17.13 - 16.408 749.58 779.23 -29.65 - 16.458 783.55 779.45 4.10 - 16.508 785.38 779.66 5.72 - 16.558 786.92 779.87 7.05 - 16.608 741.59 780.09 -38.50 - 16.658 749.53 780.31 -30.78 - 16.708 728.18 780.52 -52.34 - 16.758 760.77 780.74 -19.97 - 16.808 732.60 780.96 -48.36 - 16.858 712.64 781.18 -68.54 - 16.908 761.29 781.40 -20.11 - 16.958 703.67 781.62 -77.95 - 17.008 726.79 781.84 -55.05 - 17.058 769.55 782.06 -12.51 - 17.108 761.75 782.29 -20.54 - 17.158 783.25 782.52 0.73 - 17.208 803.04 782.74 20.30 - 17.258 688.34 782.97 -94.63 - 17.308 773.21 783.20 -9.99 - 17.358 786.29 783.44 2.85 - 17.408 791.91 783.67 8.24 - 17.458 804.54 783.91 20.63 - 17.508 739.52 784.15 -44.63 - 17.558 787.44 784.39 3.05 - 17.595 771.27 784.57 -13.30 - 17.645 774.40 784.82 -10.42 - 17.695 763.19 785.07 -21.88 - 17.745 780.10 785.32 -5.22 - 17.795 820.85 785.58 35.27 - 17.845 789.93 785.83 4.10 - 17.895 792.37 786.10 6.27 - 17.945 764.67 786.36 -21.69 - 17.995 778.85 786.63 -7.78 - 18.045 769.15 786.90 -17.75 - 18.095 734.53 787.18 -52.65 - 18.145 784.94 787.46 -2.52 - 18.195 716.35 787.75 -71.40 - 18.245 733.69 788.04 -54.35 - 18.295 785.49 788.34 -2.85 - 18.345 723.63 788.65 -65.02 - 18.395 752.80 788.96 -36.16 - 18.445 756.58 789.28 -32.70 - 18.495 734.30 789.60 -55.30 - 18.545 770.37 789.94 -19.57 - 18.595 750.65 790.28 -39.63 - 18.645 807.97 790.63 17.34 - 18.695 773.34 790.99 -17.65 - 18.745 796.94 791.36 5.58 - 18.795 763.12 791.74 -28.62 - 18.840 752.30 792.09 -39.79 - 18.890 695.47 792.50 -97.03 - 18.940 759.74 792.92 -33.18 - 18.990 828.57 793.35 35.22 - 19.040 786.28 793.80 -7.52 - 19.090 797.57 794.26 3.31 - 19.140 737.60 794.75 -57.15 - 19.190 794.48 795.25 -0.77 - 19.240 755.77 795.78 -40.01 - 19.290 723.12 796.33 -73.21 - 19.340 744.43 796.90 -52.47 - 19.390 782.77 797.50 -14.73 - 19.440 776.36 798.14 -21.78 - 19.490 775.07 798.81 -23.74 - 19.540 774.15 799.52 -25.37 - 19.590 724.69 800.27 -75.58 - 19.640 792.48 801.09 -8.61 - 19.690 830.35 801.97 28.38 - 19.740 802.84 802.96 -0.12 - 19.790 756.72 804.07 -47.35 - 19.840 803.48 805.36 -1.88 - 19.889 834.42 806.90 27.52 - 19.940 828.34 808.81 19.53 - 19.990 789.51 811.23 -21.72 - 20.039 775.19 814.32 -39.13 - 20.106 857.45 819.93 37.52 - 20.156 852.93 825.73 27.20 - 20.206 894.39 833.30 61.09 - 20.256 886.63 843.09 43.54 - 20.306 917.87 855.58 62.29 - 20.356 914.86 871.31 43.55 - 20.406 930.06 890.87 39.19 - 20.456 1064.38 914.72 149.66 - 20.506 1104.89 943.33 161.56 - 20.556 1063.11 976.97 86.14 - 20.606 1065.09 1016.16 48.93 - 20.656 1081.92 1061.08 20.84 - 20.706 1178.68 1111.59 67.09 - 20.756 1179.87 1168.09 11.78 - 20.806 1254.80 1230.42 24.38 - 20.856 1263.04 1298.62 -35.58 - 20.906 1319.03 1372.78 -53.75 - 20.956 1470.85 1453.07 17.78 - 21.006 1491.27 1539.85 -48.58 - 21.056 1629.27 1633.18 -3.91 - 21.106 1747.77 1733.61 14.16 - 21.155 1803.66 1841.50 -37.84 - 21.205 1937.27 1958.81 -21.54 - 21.255 2071.21 2086.04 -14.83 - 21.305 2025.93 2224.26 -198.33 - 21.366 2449.60 2410.16 39.44 - 21.416 2599.33 2581.68 17.65 - 21.466 2835.68 2772.40 63.28 - 21.516 3003.89 2985.95 17.94 - 21.566 3210.67 3225.36 -14.69 - 21.616 3368.51 3495.33 -126.82 - 21.666 3810.41 3800.03 10.38 - 21.716 4183.12 4141.64 41.48 - 21.766 4466.32 4521.16 -54.84 - 21.816 4630.93 4935.00 -304.07 - 21.866 5279.75 5380.20 -100.45 - 21.916 5829.30 5845.14 -15.84 - 21.966 6574.37 6311.13 263.24 - 22.016 7110.45 6759.74 350.71 - 22.066 7852.27 7163.18 689.09 - 22.116 8051.85 7493.43 558.42 - 22.166 7989.20 7722.27 266.93 - 22.216 7959.58 7824.62 134.96 - 22.266 7849.35 7781.60 67.75 - 22.316 7410.70 7584.92 -174.22 - 22.366 7183.28 7239.04 -55.76 - 22.416 6768.70 6763.26 5.44 - 22.466 6175.79 6181.41 -5.62 - 22.516 5645.10 5533.10 112.00 - 22.566 4898.09 4858.87 39.22 - 22.612 4225.79 4239.98 -14.19 - 22.662 3632.12 3605.62 26.50 - 22.712 3039.32 3031.36 7.96 - 22.762 2751.86 2531.06 220.80 - 22.812 2331.28 2112.59 218.69 - 22.862 2048.97 1773.80 275.17 - 22.912 1742.11 1508.24 233.87 - 22.962 1451.93 1307.32 144.61 - 23.012 1216.34 1159.87 56.47 - 23.062 1052.24 1055.07 -2.83 - 23.112 966.86 982.00 -15.14 - 23.162 968.34 932.26 36.08 - 23.212 949.41 899.12 50.29 - 23.262 920.38 877.04 43.34 - 23.312 884.56 862.33 22.23 - 23.362 889.47 852.35 37.12 - 23.412 894.47 845.35 49.12 - 23.462 863.76 840.20 23.56 - 23.512 848.44 836.21 12.23 - 23.562 856.24 832.99 23.25 - 23.612 856.95 830.27 26.68 - 23.662 799.55 827.92 -28.37 - 23.712 808.75 825.83 -17.08 - 23.762 868.66 823.95 44.71 - 23.812 866.02 822.26 43.76 - 23.861 931.41 820.74 110.67 - 23.911 888.13 819.33 68.80 - 23.962 886.21 818.04 68.17 - 24.012 915.72 816.86 98.86 - 24.062 953.10 815.78 137.32 - 24.112 901.68 814.79 86.89 - 24.162 832.29 813.87 18.42 - 24.212 880.63 813.02 67.61 - 24.262 909.05 813.55 95.50 - 24.312 890.85 812.84 78.01 - 24.362 823.90 812.19 11.71 - 24.412 872.84 811.58 61.26 - 24.462 868.69 811.01 57.68 - 24.512 844.11 810.49 33.62 - 24.562 869.95 810.00 59.95 - 24.611 842.28 809.55 32.73 - 24.661 870.84 809.13 61.71 - 24.711 807.88 808.74 -0.86 - 24.761 787.48 808.37 -20.89 - 24.811 799.05 808.03 -8.98 - 24.861 788.06 807.72 -19.66 - 24.911 789.39 807.42 -18.03 - 24.961 833.76 807.15 26.61 - 25.011 800.07 806.89 -6.82 - 25.061 823.40 806.65 16.75 - 25.115 801.39 806.41 -5.02 - 25.166 785.92 806.20 -20.28 - 25.216 793.42 806.01 -12.59 - 25.266 819.35 805.83 13.52 - 25.316 796.68 805.66 -8.98 - 25.366 780.48 805.51 -25.03 - 25.416 821.14 805.36 15.78 - 25.466 781.52 805.23 -23.71 - 25.516 812.20 805.11 7.09 - 25.566 822.25 804.99 17.26 - 25.616 848.33 804.89 43.44 - 25.666 844.17 804.79 39.38 - 25.716 802.73 804.70 -1.97 - 25.766 744.98 804.62 -59.64 - 25.816 776.41 804.55 -28.14 - 25.866 811.29 804.48 6.81 - 25.915 815.06 804.42 10.64 - 25.965 747.86 804.37 -56.51 - 26.015 768.84 804.32 -35.48 - 26.065 737.53 804.28 -66.75 - 26.115 815.88 804.24 11.64 - 26.165 744.25 804.21 -59.96 - 26.215 723.78 804.18 -80.40 - 26.265 794.45 804.16 -9.71 - 26.315 829.77 804.15 25.62 - 26.378 804.26 804.13 0.13 - 26.428 766.01 804.13 -38.12 - 26.478 815.55 804.12 11.43 - 26.528 822.52 804.13 18.39 - 26.578 823.32 804.14 19.18 - 26.628 826.59 804.15 22.44 - 26.678 815.38 804.16 11.22 - 26.728 810.41 804.18 6.23 - 26.778 763.55 804.21 -40.66 - 26.828 820.02 804.23 15.79 - 26.878 884.62 804.26 80.36 - 26.928 830.77 804.30 26.47 - 26.978 785.68 804.34 -18.66 - 27.028 793.66 804.38 -10.72 - 27.078 870.84 804.43 66.41 - 27.128 754.98 804.48 -49.50 - 27.178 813.84 804.54 9.30 - 27.228 789.20 804.60 -15.40 - 27.278 802.59 804.66 -2.07 - 27.328 781.87 804.73 -22.86 - 27.377 832.83 804.80 28.03 - 27.427 800.85 804.87 -4.02 - 27.477 806.72 804.95 1.77 - 27.527 810.28 805.04 5.24 - 27.577 762.63 805.13 -42.50 - 27.633 854.06 805.23 48.83 - 27.683 882.05 805.33 76.72 - 27.734 821.65 805.44 16.21 - 27.784 841.46 805.55 35.91 - 27.834 850.63 805.66 44.97 - 27.884 850.49 805.78 44.71 - 27.934 813.44 805.91 7.53 - 27.984 778.79 806.04 -27.25 - 28.034 815.21 806.18 9.03 - 28.084 824.68 806.33 18.35 - 28.134 855.37 806.48 48.89 - 28.184 861.03 806.64 54.39 - 28.234 806.55 806.81 -0.26 - 28.284 831.35 806.98 24.37 - 28.334 873.83 807.17 66.66 - 28.383 885.53 807.36 78.17 - 28.433 842.76 807.56 35.20 - 28.483 865.40 807.77 57.63 - 28.533 826.46 808.00 18.46 - 28.583 880.00 808.23 71.77 - 28.633 876.56 808.48 68.08 - 28.683 838.86 808.74 30.12 - 28.733 834.81 809.01 25.80 - 28.783 851.69 809.30 42.39 - 28.833 850.41 809.60 40.81 - 28.866 893.22 809.81 83.41 - 28.916 852.43 810.14 42.29 - 28.966 862.51 810.49 52.02 - 29.016 800.10 810.86 -10.76 - 29.066 920.70 811.26 109.44 - 29.116 865.00 811.67 53.33 - 29.166 894.11 812.11 82.00 - 29.216 878.50 812.58 65.92 - 29.266 869.20 813.08 56.12 - 29.316 860.04 813.61 46.43 - 29.366 828.47 814.18 14.29 - 29.416 851.02 814.79 36.23 - 29.466 869.29 815.43 53.86 - 29.516 787.01 816.13 -29.12 - 29.566 776.69 816.87 -40.18 - 29.616 859.75 817.67 42.08 - 29.666 803.70 818.54 -14.84 - 29.716 820.00 819.47 0.53 - 29.766 858.68 820.49 38.19 - 29.816 854.16 821.62 32.54 - 29.866 829.50 822.86 6.64 - 29.915 817.03 824.26 -7.23 - 29.965 790.15 825.88 -35.73 - 30.016 843.92 827.80 16.12 - 30.065 828.83 830.14 -1.31 - 30.099 831.58 832.01 -0.43 - 30.149 836.90 835.51 1.39 - 30.199 866.32 840.11 26.21 - 30.249 818.03 846.29 -28.26 - 30.299 935.37 854.62 80.75 - 30.349 943.59 865.89 77.70 - 30.399 920.54 879.90 40.64 - 30.449 920.45 900.13 20.32 - 30.499 961.49 926.72 34.77 - 30.549 976.38 960.98 15.40 - 30.599 1099.49 1004.69 94.80 - 30.649 1240.47 1059.50 180.97 - 30.699 1248.83 1126.68 122.15 - 30.749 1384.53 1208.37 176.16 - 30.799 1469.53 1305.93 163.60 - 30.849 1591.46 1421.11 170.35 - 30.899 1582.98 1555.81 27.17 - 30.948 1817.56 1712.32 105.24 - 30.999 2031.05 1893.54 137.51 - 31.048 2144.29 2102.01 42.28 - 31.098 2381.76 2341.75 40.01 - 31.148 2656.19 2616.05 40.14 - 31.198 2855.64 2932.31 -76.67 - 31.248 3193.66 3293.00 -99.34 - 31.298 3468.05 3699.88 -231.83 - 31.351 3965.13 4186.19 -221.06 - 31.402 4512.56 4690.20 -177.64 - 31.452 5196.13 5229.30 -33.17 - 31.502 5805.09 5788.65 16.44 - 31.552 6753.99 6343.44 410.55 - 31.602 7397.81 6866.69 531.12 - 31.652 7938.59 7325.55 613.04 - 31.702 8235.84 7682.93 552.91 - 31.752 8199.73 7905.67 294.06 - 31.802 8072.87 7966.68 106.19 - 31.852 7971.10 7850.57 120.53 - 31.902 7586.59 7555.46 31.13 - 31.952 7167.87 7101.16 66.71 - 32.002 6622.43 6513.29 109.14 - 32.052 6111.23 5837.54 273.69 - 32.101 5203.64 5119.26 84.38 - 32.151 4630.45 4401.94 228.51 - 32.201 3909.73 3721.68 188.05 - 32.251 3211.38 3105.86 105.52 - 32.301 2914.61 2573.31 341.30 - 32.351 2532.69 2130.64 402.05 - 32.401 2106.10 1777.40 328.70 - 32.451 1721.90 1503.10 218.80 - 32.501 1428.02 1298.88 129.14 - 32.551 1153.99 1152.16 1.83 - 32.596 1076.42 1057.58 18.84 - 32.646 961.07 984.67 -23.60 - 32.696 994.01 936.05 57.96 - 32.747 916.21 904.05 12.16 - 32.797 894.36 883.14 11.22 - 32.847 881.26 869.29 11.97 - 32.897 894.30 859.86 34.44 - 32.947 898.73 853.18 45.55 - 32.997 883.85 848.19 35.66 - 33.047 852.51 844.28 8.23 - 33.097 865.73 841.03 24.70 - 33.147 876.08 838.25 37.83 - 33.196 877.08 835.83 41.25 - 33.246 794.10 833.67 -39.57 - 33.296 780.10 831.72 -51.62 - 33.346 840.15 829.97 10.18 - 33.396 905.27 828.37 76.90 - 33.446 862.05 826.92 35.13 - 33.496 820.71 825.58 -4.87 - 33.546 854.19 824.36 29.83 - 33.596 826.64 823.24 3.40 - 33.646 857.99 822.22 35.77 - 33.696 850.63 821.26 29.37 - 33.746 855.37 820.39 34.98 - 33.796 911.62 819.58 92.04 - 33.837 747.38 818.95 -71.57 - 33.888 822.55 818.25 4.30 - 33.938 852.22 817.60 34.62 - 33.988 840.02 816.99 23.03 - 34.038 826.28 816.43 9.85 - 34.088 881.55 815.91 65.64 - 34.138 865.87 815.42 50.45 - 34.188 882.16 814.97 67.19 - 34.238 837.56 814.55 23.01 - 34.288 920.12 814.16 105.96 - 34.338 872.50 813.79 58.71 - 34.388 869.41 813.46 55.95 - 34.438 865.79 813.14 52.65 - 34.488 898.99 812.85 86.14 - 34.538 876.77 812.58 64.19 - 34.587 905.50 812.33 93.17 - 34.637 868.80 812.09 56.71 - 34.687 863.85 811.88 51.97 - 34.737 879.81 811.68 68.13 - 34.787 843.08 811.50 31.58 - 34.837 883.56 811.33 72.23 - 34.887 805.19 811.18 -5.99 - 34.937 864.76 811.04 53.72 - 34.987 874.90 810.91 63.99 - 35.037 897.34 810.80 86.54 - 35.106 824.08 810.67 13.41 - 35.156 901.39 810.58 90.81 - 35.206 834.95 810.51 24.44 - 35.256 862.03 810.46 51.57 - 35.306 839.90 810.41 29.49 - 35.356 871.74 810.37 61.37 - 35.406 832.28 810.35 21.93 - 35.456 835.16 810.34 24.82 - 35.506 868.73 810.33 58.40 - 35.556 878.90 810.34 68.56 - 35.606 865.17 810.37 54.80 - 35.656 824.19 810.40 13.79 - 35.706 846.02 810.44 35.58 - 35.756 796.98 810.50 -13.52 - 35.806 837.07 810.57 26.50 - 35.856 847.75 810.65 37.10 - 35.906 821.63 810.74 10.89 - 35.956 882.78 810.85 71.93 - 36.006 873.81 810.97 62.84 - 36.056 767.55 811.11 -43.56 - 36.106 811.97 811.26 0.71 - 36.156 787.11 811.42 -24.31 - 36.206 800.50 811.60 -11.10 - 36.256 840.36 811.80 28.56 - 36.306 839.98 812.01 27.97 - 36.380 791.13 812.37 -21.24 - 36.430 813.81 812.63 1.18 - 36.480 804.32 812.92 -8.60 - 36.530 788.24 813.22 -24.98 - 36.580 769.64 813.56 -43.92 - 36.630 792.00 813.91 -21.91 - 36.680 788.50 814.30 -25.80 - 36.730 814.64 814.72 -0.08 - 36.780 793.39 815.17 -21.78 - 36.830 791.91 815.65 -23.74 - 36.880 786.19 816.17 -29.98 - 36.930 785.47 816.73 -31.26 - 36.980 788.48 817.33 -28.85 - 37.030 815.03 817.99 -2.96 - 37.080 809.03 818.69 -9.66 - 37.130 788.46 819.45 -30.99 - 37.180 781.51 820.28 -38.77 - 37.230 743.38 821.17 -77.79 - 37.280 759.65 822.14 -62.49 - 37.330 787.78 823.20 -35.42 - 37.380 766.58 824.35 -57.77 - 37.429 761.38 825.60 -64.22 - 37.479 806.38 826.97 -20.59 - 37.529 792.38 828.49 -36.11 - 37.579 784.63 830.16 -45.53 - 37.620 836.80 831.68 5.12 - 37.670 812.46 833.77 -21.31 - 37.720 827.10 836.19 -9.09 - 37.770 812.79 839.08 -26.29 - 37.820 801.33 842.61 -41.28 - 37.870 856.54 847.09 9.45 - 37.920 855.53 852.99 2.54 - 37.970 893.57 860.96 32.61 - 38.020 849.37 871.91 -22.54 - 38.070 896.07 887.04 9.03 - 38.120 959.79 908.11 51.68 - 38.170 922.03 937.24 -15.21 - 38.220 1028.27 976.87 51.40 - 38.270 1048.48 1030.44 18.04 - 38.320 1110.23 1101.49 8.74 - 38.370 1302.04 1194.29 107.75 - 38.420 1382.69 1313.70 68.99 - 38.470 1524.59 1465.22 59.37 - 38.520 1656.36 1655.13 1.23 - 38.570 1802.55 1890.53 -87.98 - 38.620 2165.26 2176.02 -10.76 - 38.670 2524.36 2518.60 5.76 - 38.720 2820.94 2928.53 -107.59 - 38.770 3181.41 3409.04 -227.63 - 38.820 3658.34 3960.99 -302.65 - 38.871 4321.95 4598.83 -276.88 - 38.921 5222.28 5288.05 -65.77 - 38.971 5963.87 6021.99 -58.12 - 39.021 7300.81 6774.40 526.41 - 39.071 8251.76 7505.53 746.23 - 39.121 9018.56 8173.35 845.21 - 39.171 9364.04 8729.65 634.39 - 39.221 9519.86 9123.92 395.94 - 39.271 9400.29 9314.86 85.43 - 39.321 9325.90 9274.89 51.01 - 39.371 8781.71 8995.79 -214.08 - 39.421 8341.71 8492.35 -150.64 - 39.471 7732.26 7806.61 -74.35 - 39.521 6934.04 6989.36 -55.32 - 39.571 5966.28 6105.63 -139.35 - 39.621 5193.82 5214.40 -20.58 - 39.671 4326.42 4365.18 -38.76 - 39.721 3574.29 3597.45 -23.16 - 39.771 3004.24 2933.67 70.57 - 39.821 2518.22 2385.52 132.70 - 39.871 2194.51 1950.65 243.86 - 39.920 1717.01 1619.56 97.45 - 39.971 1434.17 1374.32 59.85 - 40.021 1217.46 1200.12 17.34 - 40.070 1069.68 1080.55 -10.87 - 40.122 949.62 997.74 -48.12 - 40.172 986.30 945.71 40.59 - 40.223 924.17 912.00 12.17 - 40.273 849.43 890.07 -40.64 - 40.323 888.04 875.58 12.46 - 40.373 863.03 865.61 -2.58 - 40.423 805.28 858.38 -53.10 - 40.473 847.26 852.84 -5.58 - 40.523 863.48 848.37 15.11 - 40.573 837.40 844.62 -7.22 - 40.623 835.30 841.36 -6.06 - 40.673 802.48 838.48 -36.00 - 40.723 885.68 835.91 49.77 - 40.773 838.05 833.59 4.46 - 40.823 842.80 831.49 11.31 - 40.872 841.48 829.59 11.89 - 40.922 830.46 827.85 2.61 - 40.972 876.30 826.26 50.04 - 41.022 834.95 824.80 10.15 - 41.072 822.86 823.47 -0.61 - 41.122 831.99 822.24 9.75 - 41.172 852.59 821.12 31.47 - 41.222 845.37 820.07 25.30 - 41.272 829.98 819.11 10.87 - 41.322 823.94 818.22 5.72 - 41.364 784.96 817.52 -32.56 - 41.414 805.88 816.74 -10.86 - 41.464 741.75 816.03 -74.28 - 41.515 801.24 815.36 -14.12 - 41.565 793.87 814.75 -20.88 - 41.615 758.94 814.18 -55.24 - 41.665 817.35 813.65 3.70 - 41.715 813.99 813.16 0.83 - 41.765 776.12 812.70 -36.58 - 41.815 754.79 812.28 -57.49 - 41.865 767.77 811.89 -44.12 - 41.915 812.24 811.53 0.71 - 41.964 796.99 811.20 -14.21 - 42.014 807.86 810.90 -3.04 - 42.064 800.20 810.62 -10.42 - 42.114 768.37 810.36 -41.99 - 42.164 807.19 810.13 -2.94 - 42.214 818.78 809.92 8.86 - 42.264 840.37 809.74 30.63 - 42.314 840.37 809.57 30.80 - 42.364 837.18 809.43 27.75 - 42.414 814.53 809.30 5.23 - 42.464 867.15 809.20 57.95 - 42.514 828.37 809.11 19.26 - 42.564 820.37 809.04 11.33 - 42.614 857.66 809.00 48.66 - 42.664 839.06 808.97 30.09 - 42.714 845.49 808.96 36.53 - 42.764 821.91 808.98 12.93 - 42.814 833.05 809.01 24.04 - 42.864 893.38 809.07 84.31 - 42.914 834.06 809.14 24.92 - 42.964 828.96 809.24 19.72 - 43.014 795.30 809.36 -14.06 - 43.064 772.15 809.51 -37.36 - 43.114 772.04 809.68 -37.64 - 43.164 760.94 809.88 -48.94 - 43.214 766.19 810.10 -43.91 - 43.264 792.85 810.35 -17.50 - 43.314 760.18 810.64 -50.46 - 43.364 741.39 810.95 -69.56 - 43.414 830.06 811.31 18.75 - 43.464 741.61 811.70 -70.09 - 43.514 750.00 812.13 -62.13 - 43.564 773.80 812.61 -38.81 - 43.614 827.71 813.13 14.58 - 43.664 820.78 813.70 7.08 - 43.714 809.97 814.34 -4.37 - 43.764 780.23 815.03 -34.80 - 43.814 795.34 815.80 -20.46 - 43.865 780.87 816.66 -35.79 - 43.915 827.44 817.58 9.86 - 43.965 803.47 818.60 -15.13 - 44.015 822.15 819.73 2.42 - 44.065 865.78 820.97 44.81 - 44.115 840.77 822.34 18.43 - 44.165 771.46 823.88 -52.42 - 44.215 871.83 825.60 46.23 - 44.265 828.07 827.55 0.52 - 44.315 880.75 829.80 50.95 - 44.365 878.04 832.47 45.57 - 44.415 880.84 835.73 45.11 - 44.465 810.56 839.84 -29.28 - 44.515 808.49 845.26 -36.77 - 44.565 880.58 853.35 27.23 - 44.615 841.65 863.65 -22.00 - 44.665 907.00 878.26 28.74 - 44.715 950.12 899.14 50.98 - 44.765 919.75 928.96 -9.21 - 44.815 986.84 971.09 15.75 - 44.865 1113.67 1029.93 83.74 - 44.915 1132.01 1110.61 21.40 - 44.965 1237.26 1220.50 16.76 - 45.015 1339.99 1366.76 -26.77 - 45.065 1587.68 1557.24 30.44 - 45.109 1811.46 1772.50 38.96 - 45.159 1979.79 2073.21 -93.42 - 45.209 2355.45 2443.41 -87.96 - 45.260 2781.64 2888.93 -107.29 - 45.309 3279.83 3408.94 -129.11 - 45.359 3884.98 3999.37 -114.39 - 45.410 4479.67 4647.99 -168.32 - 45.460 5330.87 5330.15 0.72 - 45.510 6337.10 6012.84 324.26 - 45.559 6988.94 6652.14 336.80 - 45.609 7320.04 7205.03 115.01 - 45.660 7422.39 7622.01 -199.62 - 45.709 7447.94 7858.83 -410.89 - 45.759 7148.43 7887.28 -738.85 - 45.809 6889.78 7695.38 -805.60 - 45.859 6529.15 7295.40 -766.25 - 45.909 5983.71 6721.91 -738.20 - 45.959 5578.86 6025.30 -446.44 - 46.009 4638.55 5262.46 -623.91 - 46.059 3945.67 4491.87 -546.20 - 46.109 3173.10 3760.17 -587.07 - 46.159 2703.07 3103.76 -400.69 - 46.209 2308.14 2537.79 -229.65 - 46.259 1960.57 2074.90 -114.33 - 46.309 1737.74 1713.19 24.55 - 46.360 1385.99 1436.70 -50.71 - 46.410 1236.76 1239.90 -3.14 - 46.460 966.71 1102.62 -135.91 - 46.510 914.85 1009.76 -94.91 - 46.560 874.10 948.79 -74.69 - 46.610 813.05 909.33 -96.28 - 46.660 865.24 883.92 -18.68 - 46.710 890.69 867.46 23.23 - 46.760 856.12 856.49 -0.37 - 46.810 844.88 848.85 -3.97 - 46.860 789.08 843.17 -54.09 - 46.910 794.14 837.34 -43.20 - 46.960 801.61 833.70 -32.09 - 47.010 773.50 830.58 -57.08 - 47.060 808.56 827.86 -19.30 - 47.110 775.45 825.44 -49.99 - 47.160 732.94 823.27 -90.33 - 47.210 790.62 821.32 -30.70 - 47.260 756.81 819.55 -62.74 - 47.310 779.67 817.94 -38.27 - 47.360 775.06 816.47 -41.41 - 47.409 759.57 815.13 -55.56 - 47.459 761.03 813.90 -52.87 - 47.510 771.35 812.77 -41.42 - 47.559 749.75 811.74 -61.99 - 47.627 748.91 810.46 -61.55 - 47.677 761.81 809.60 -47.79 - 47.727 721.85 808.81 -86.96 - 47.778 770.74 808.08 -37.34 - 47.827 747.65 807.41 -59.76 - 47.877 770.34 806.78 -36.44 - 47.927 747.01 806.20 -59.19 - 47.978 692.62 805.66 -113.04 - 48.028 753.30 805.16 -51.86 - 48.077 700.61 804.70 -104.09 - 48.127 772.84 804.27 -31.43 - 48.178 793.77 803.87 -10.10 - 48.227 732.49 803.50 -71.01 - 48.277 742.86 803.17 -60.31 - 48.327 815.36 802.85 12.51 - 48.377 746.33 802.57 -56.24 - 48.427 775.31 802.30 -26.99 - 48.477 786.72 802.06 -15.34 - 48.527 755.54 801.84 -46.30 - 48.577 767.04 801.65 -34.61 - 48.627 781.99 801.47 -19.48 - 48.677 747.65 801.32 -53.67 - 48.727 699.86 801.18 -101.32 - 48.777 775.59 801.07 -25.48 - 48.827 763.70 800.97 -37.27 - 48.871 795.73 800.90 -5.17 - 48.921 785.32 800.85 -15.53 - 48.971 752.33 800.81 -48.48 - 49.021 768.46 800.79 -32.33 - 49.071 775.57 800.79 -25.22 - 49.121 766.03 800.82 -34.79 - 49.171 723.46 800.86 -77.40 - 49.221 787.23 800.93 -13.70 - 49.271 758.56 801.03 -42.47 - 49.321 788.80 801.15 -12.35 - 49.371 823.34 801.29 22.05 - 49.421 859.12 801.47 57.65 - 49.471 774.26 801.67 -27.41 - 49.521 791.38 801.91 -10.53 - 49.571 817.91 802.18 15.73 - 49.621 856.06 802.49 53.57 - 49.671 806.48 802.85 3.63 - 49.720 808.28 803.24 5.04 - 49.771 792.14 803.69 -11.55 - 49.820 800.49 804.20 -3.71 - 49.870 832.55 804.76 27.79 - 49.920 814.22 805.39 8.83 - 49.970 767.77 806.10 -38.33 - 50.020 792.59 806.90 -14.31 - 50.070 819.67 808.60 11.07 - 50.101 812.84 809.21 3.63 - 50.151 793.47 810.33 -16.86 - 50.201 763.66 811.60 -47.94 - 50.251 763.39 813.09 -49.70 - 50.301 809.00 814.87 -5.87 - 50.351 799.64 817.08 -17.44 - 50.401 824.57 819.94 4.63 - 50.451 832.36 823.79 8.57 - 50.501 792.17 829.17 -37.00 - 50.551 830.32 836.89 -6.57 - 50.601 885.21 848.23 36.98 - 50.651 853.53 864.98 -11.45 - 50.701 903.71 889.46 14.25 - 50.751 886.82 925.12 -38.30 - 50.801 992.45 976.07 16.38 - 50.851 1108.20 1047.52 60.68 - 50.901 1173.66 1145.57 28.09 - 50.951 1332.56 1277.05 55.51 - 51.001 1431.78 1448.95 -17.17 - 51.051 1682.19 1666.77 15.42 - 51.101 1961.84 1934.31 27.53 - 51.150 2234.81 2250.83 -16.02 - 51.200 2696.52 2614.81 81.71 - 51.250 3249.35 3013.23 236.12 - 51.300 3732.23 3426.53 305.70 - 51.366 4412.86 3956.38 456.48 - 51.417 4662.94 4306.68 356.26 - 51.467 4565.86 4577.15 -11.29 - 51.517 4769.53 4739.77 29.76 - 51.567 4540.72 4774.04 -233.32 - 51.617 4487.99 4672.77 -184.78 - 51.667 4192.79 4443.01 -250.22 - 51.717 3766.40 4107.53 -341.13 - 51.767 3434.04 3699.12 -265.08 - 51.817 3031.91 3256.22 -224.31 - 51.867 2652.44 2810.15 -157.71 - 51.917 2224.45 2390.33 -165.88 - 51.967 1877.49 2018.91 -141.42 - 52.017 1634.73 1704.60 -69.87 - 52.067 1399.83 1452.09 -52.26 - 52.116 1284.02 1257.85 26.17 - 52.166 1150.78 1114.61 36.17 - 52.216 943.35 1012.98 -69.63 - 52.266 942.02 943.35 -1.33 - 52.316 875.47 897.29 -21.82 - 52.366 881.41 867.49 13.92 - 52.416 817.30 848.53 -31.23 - 52.466 841.41 836.35 5.06 - 52.516 769.93 828.42 -58.49 - 52.566 774.60 823.07 -48.47 - 52.637 787.23 817.92 -30.69 - 52.687 838.93 815.25 23.68 - 52.737 797.96 813.06 -15.10 - 52.787 753.78 811.19 -57.41 - 52.837 818.87 809.57 9.30 - 52.887 783.48 808.13 -24.65 - 52.937 803.32 806.84 -3.52 - 52.987 747.48 805.69 -58.21 - 53.037 770.27 804.65 -34.38 - 53.087 744.51 803.71 -59.20 - 53.137 781.41 801.68 -20.27 - 53.187 786.01 800.92 -14.91 - 53.237 816.06 800.23 15.83 - 53.287 778.59 799.60 -21.01 - 53.337 787.07 799.03 -11.96 - 53.387 760.06 798.51 -38.45 - 53.437 810.48 798.03 12.45 - 53.487 805.09 797.60 7.49 - 53.537 771.59 797.20 -25.61 - 53.587 803.35 796.85 6.50 - 53.637 757.63 796.52 -38.89 - 53.687 775.96 796.23 -20.27 - 53.737 747.76 795.96 -48.20 - 53.787 778.96 795.73 -16.77 - 53.837 745.62 795.52 -49.90 - 53.870 738.16 795.39 -57.23 - 53.920 792.69 795.22 -2.53 - 53.970 723.05 795.07 -72.02 - 54.020 776.19 794.94 -18.75 - 54.070 816.69 794.83 21.86 - 54.120 769.75 794.75 -25.00 - 54.170 720.62 794.69 -74.07 - 54.220 741.07 794.64 -53.57 - 54.270 780.60 794.62 -14.02 - 54.320 768.63 794.62 -25.99 - 54.370 763.70 794.64 -30.94 - 54.420 800.42 794.68 5.74 - 54.470 749.00 794.74 -45.74 - 54.520 736.92 794.82 -57.90 - 54.570 795.87 794.93 0.94 - 54.620 791.79 795.06 -3.27 - 54.670 736.85 795.22 -58.37 - 54.720 760.71 795.40 -34.69 - 54.770 807.81 795.62 12.19 - 54.820 788.52 795.86 -7.34 - 54.870 797.29 796.13 1.16 - 54.920 726.98 796.44 -69.46 - 54.970 816.80 796.79 20.01 - 55.020 795.35 797.18 -1.83 - 55.070 784.99 797.61 -12.62 - 55.102 739.58 797.92 -58.34 - 55.152 806.62 798.44 8.18 - 55.202 819.24 799.02 20.22 - 55.252 804.75 799.66 5.09 - 55.302 802.08 800.38 1.70 - 55.352 802.58 801.17 1.41 - 55.402 827.59 802.05 25.54 - 55.452 875.83 803.04 72.79 - 55.503 832.90 804.14 28.76 - 55.552 843.84 805.38 38.46 - 55.602 914.83 806.77 108.06 - 55.652 885.46 808.37 77.09 - 55.702 911.14 810.22 100.92 - 55.752 887.44 812.41 75.03 - 55.802 928.19 815.10 113.09 - 55.852 892.87 818.55 74.32 - 55.902 913.07 823.17 89.90 - 55.952 920.38 829.70 90.68 - 56.002 912.45 839.26 73.19 - 56.052 956.88 853.58 103.30 - 56.102 978.58 875.24 103.34 - 56.152 1001.44 907.80 93.64 - 56.202 1042.51 956.68 85.83 - 56.252 1154.21 1028.26 125.95 - 56.302 1201.70 1130.24 71.46 - 56.358 1344.41 1294.10 50.31 - 56.408 1445.84 1492.93 -47.09 - 56.459 1758.95 1750.56 8.39 - 56.509 2118.13 2072.31 45.82 - 56.559 2532.54 2456.49 76.05 - 56.609 3056.48 2895.91 160.57 - 56.659 3708.96 3374.40 334.56 - 56.709 4176.55 3864.18 312.37 - 56.759 4824.02 4330.62 493.40 - 56.809 5019.69 4732.44 287.25 - 56.859 5128.87 5032.40 96.47 - 56.909 4974.40 5194.91 -220.51 - 56.959 4834.54 5197.53 -362.99 - 57.009 4702.00 5036.62 -334.62 - 57.059 4410.76 4728.87 -318.11 - 57.108 4138.62 4308.26 -169.64 - 57.158 3625.59 3818.34 -192.75 - 57.208 3150.03 3303.37 -153.34 - 57.258 2559.87 2802.13 -242.26 - 57.308 2164.51 2346.31 -181.80 - 57.358 1947.96 1954.35 -6.39 - 57.408 1599.89 1635.16 -35.27 - 57.458 1355.84 1385.18 -29.34 - 57.508 1243.81 1199.52 44.29 - 57.558 1109.59 1067.68 41.91 - 57.620 960.41 960.91 -0.50 - 57.670 848.29 906.59 -58.30 - 57.720 804.74 871.83 -67.09 - 57.770 829.36 849.85 -20.49 - 57.820 778.30 835.97 -57.67 - 57.870 800.47 826.96 -26.49 - 57.920 811.95 820.84 -8.89 - 57.970 766.12 816.43 -50.31 - 58.020 790.27 813.04 -22.77 - 58.070 780.77 810.30 -29.53 - 58.120 803.80 807.97 -4.17 - 58.170 776.21 805.94 -29.73 - 58.220 789.67 804.15 -14.48 - 58.270 796.25 802.55 -6.30 - 58.320 825.38 801.11 24.27 - 58.370 826.00 799.81 26.19 - 58.420 796.58 798.63 -2.05 - 58.470 834.90 797.55 37.35 - 58.520 792.80 796.57 -3.77 - 58.570 853.05 795.67 57.38 - 58.620 825.43 794.84 30.59 - 58.669 817.44 794.07 23.37 - 58.719 796.94 793.37 3.57 - 58.769 826.60 792.04 34.56 - 58.819 819.99 791.44 28.55 - 58.868 783.30 790.90 -7.60 - 58.918 778.00 790.38 -12.38 - 58.968 800.03 789.89 10.14 - 59.019 843.62 789.44 54.18 - 59.068 807.42 789.01 18.41 - 59.118 826.64 788.61 38.03 - 59.168 780.54 788.24 -7.70 - 59.219 816.58 787.88 28.70 - 59.269 816.53 787.55 28.98 - 59.318 785.69 787.24 -1.55 - 59.368 745.53 786.94 -41.41 - 59.419 839.16 786.66 52.50 - 59.468 799.25 786.39 12.86 - 59.518 766.50 786.13 -19.63 - 59.568 810.54 785.89 24.65 - 59.618 825.29 785.66 39.63 - 59.668 788.88 785.44 3.44 - 59.718 764.95 785.23 -20.28 - 59.768 796.12 785.03 11.09 - 59.818 759.69 784.84 -25.15 - 59.868 797.75 784.66 13.09 - 59.918 788.29 784.48 3.81 - 59.968 771.60 784.31 -12.71 - 60.018 786.11 784.15 1.96 - 60.068 808.26 784.00 24.26 - 60.108 764.39 783.88 -19.49 - 60.158 793.86 783.73 10.13 - 60.208 763.63 783.59 -19.96 - 60.258 786.43 783.45 2.98 - 60.308 793.48 783.32 10.16 - 60.358 825.06 783.20 41.86 - 60.408 754.90 783.08 -28.17 - 60.458 762.07 782.96 -20.89 - 60.508 835.44 782.84 52.60 - 60.558 757.59 782.73 -25.14 - 60.608 784.95 782.62 2.33 - 60.658 763.73 782.52 -18.79 - 60.708 774.94 782.42 -7.48 - 60.758 725.34 782.32 -56.98 - 60.808 801.51 782.23 19.28 - 60.858 806.37 782.13 24.24 - 60.908 787.34 782.04 5.30 - 60.958 792.63 781.96 10.67 - 61.008 789.53 781.87 7.66 - 61.058 810.65 781.79 28.86 - 61.108 746.45 781.71 -35.26 - 61.158 818.62 781.63 36.99 - 61.208 771.24 781.55 -10.31 - 61.258 709.34 781.47 -72.13 - 61.308 797.43 781.40 16.03 - 61.348 806.75 781.34 25.41 - 61.398 817.22 781.27 35.95 - 61.448 783.84 781.20 2.64 - 61.498 784.70 781.13 3.57 - 61.548 794.21 781.07 13.14 - 61.598 842.77 781.00 61.77 - 61.648 815.92 780.94 34.98 - 61.698 764.97 780.88 -15.91 - 61.748 822.97 780.81 42.16 - 61.798 825.30 780.75 44.55 - 61.848 792.09 780.70 11.39 - 61.898 790.55 780.64 9.91 - 61.948 792.20 780.58 11.62 - 61.998 828.43 780.53 47.90 - 62.048 858.71 780.47 78.24 - 62.098 784.25 780.42 3.83 - 62.148 792.06 780.37 11.69 - 62.198 817.62 780.31 37.31 - 62.248 837.03 780.26 56.77 - 62.298 793.74 780.21 13.53 - 62.348 805.34 780.16 25.18 - 62.397 772.78 780.12 -7.34 - 62.447 815.95 780.07 35.88 - 62.497 841.81 780.02 61.79 - 62.547 740.94 779.98 -39.04 - 62.590 746.96 779.94 -32.98 - 62.640 775.62 779.89 -4.27 - 62.690 804.49 779.85 24.64 - 62.740 791.61 779.80 11.81 - 62.790 830.47 779.76 50.71 - 62.840 810.84 779.72 31.12 - 62.890 856.73 779.68 77.05 - 62.940 835.18 779.64 55.54 - 62.990 941.39 779.60 161.79 - 63.040 831.05 779.56 51.49 - 63.090 848.88 779.52 69.36 - 63.140 865.09 779.48 85.61 - 63.190 854.96 779.44 75.52 - 63.240 922.42 779.41 143.01 - 63.290 945.29 779.37 165.92 - 63.340 906.78 779.33 127.45 - 63.390 952.51 779.30 173.21 - 63.439 890.84 779.26 111.58 - 63.490 916.44 779.23 137.21 - 63.540 898.15 779.19 118.96 - 63.589 947.28 779.16 168.12 - 63.639 969.83 779.12 190.71 - 63.689 844.87 779.09 65.78 - 63.739 857.34 779.06 78.28 - 63.789 854.62 779.03 75.59 - 63.829 880.21 779.00 101.21 - 63.879 869.22 778.97 90.25 - 63.929 834.08 778.94 55.14 + 14.318 804.70 773.41 31.29 + 14.368 756.36 773.67 -17.31 + 14.418 766.09 773.93 -7.84 + 14.468 780.76 774.18 6.58 + 14.518 741.08 774.44 -33.36 + 14.568 729.70 774.70 -45.00 + 14.618 750.00 774.96 -24.96 + 14.668 759.58 775.22 -15.64 + 14.718 758.71 775.48 -16.77 + 14.768 777.14 775.74 1.40 + 14.818 741.13 776.00 -34.87 + 14.868 738.30 776.27 -37.97 + 14.918 764.53 776.53 -12.00 + 14.968 764.54 776.79 -12.25 + 15.018 796.72 777.06 19.66 + 15.068 744.09 777.32 -33.23 + 15.124 723.92 777.62 -53.70 + 15.174 750.85 777.89 -27.04 + 15.224 795.62 778.16 17.46 + 15.274 747.70 778.43 -30.73 + 15.324 745.56 778.70 -33.14 + 15.374 743.07 778.97 -35.90 + 15.424 773.46 779.25 -5.79 + 15.474 765.86 779.52 -13.66 + 15.524 699.87 779.80 -79.93 + 15.574 732.41 780.08 -47.67 + 15.624 768.54 780.36 -11.82 + 15.674 699.30 780.64 -81.34 + 15.724 769.53 780.92 -11.39 + 15.774 743.34 781.21 -37.87 + 15.824 719.45 781.49 -62.04 + 15.874 707.66 781.78 -74.12 + 15.924 720.09 782.07 -61.98 + 15.974 775.08 782.37 -7.29 + 16.024 732.56 782.66 -50.10 + 16.074 723.68 782.96 -59.28 + 16.124 763.27 783.26 -19.99 + 16.174 755.35 783.56 -28.21 + 16.224 746.64 783.87 -37.23 + 16.274 736.37 784.18 -47.81 + 16.324 751.89 784.49 -32.60 + 16.358 796.15 784.71 11.44 + 16.408 749.58 785.02 -35.44 + 16.458 783.55 785.35 -1.80 + 16.508 785.38 785.67 -0.29 + 16.558 786.92 786.00 0.92 + 16.608 741.59 786.33 -44.74 + 16.658 749.53 786.67 -37.14 + 16.708 728.18 787.01 -58.83 + 16.758 760.77 787.35 -26.58 + 16.808 732.60 787.70 -55.10 + 16.858 712.64 788.06 -75.42 + 16.908 761.29 788.42 -27.13 + 16.958 703.67 788.78 -85.11 + 17.008 726.79 789.15 -62.36 + 17.058 769.55 789.53 -19.98 + 17.108 761.75 789.91 -28.16 + 17.158 783.25 790.30 -7.05 + 17.208 803.04 790.70 12.34 + 17.258 688.34 791.10 -102.76 + 17.308 773.21 791.51 -18.30 + 17.358 786.29 791.93 -5.64 + 17.408 791.91 792.36 -0.45 + 17.458 804.54 792.79 11.75 + 17.508 739.52 793.24 -53.72 + 17.558 787.44 793.69 -6.25 + 17.595 771.27 794.04 -22.77 + 17.645 774.40 794.51 -20.11 + 17.695 763.19 795.00 -31.81 + 17.745 780.10 795.49 -15.39 + 17.795 820.85 796.00 24.85 + 17.845 789.93 796.52 -6.59 + 17.895 792.37 797.06 -4.69 + 17.945 764.67 797.60 -32.93 + 17.995 778.85 798.17 -19.32 + 18.045 769.15 798.75 -29.60 + 18.095 734.53 799.35 -64.82 + 18.145 784.94 799.96 -15.02 + 18.195 716.35 800.59 -84.24 + 18.245 733.69 801.25 -67.56 + 18.295 785.49 801.93 -16.44 + 18.345 723.63 802.62 -78.99 + 18.395 752.80 803.34 -50.54 + 18.445 756.58 804.09 -47.51 + 18.495 734.30 804.87 -70.57 + 18.545 770.37 805.67 -35.30 + 18.595 750.65 806.51 -55.86 + 18.645 807.97 807.37 0.60 + 18.695 773.34 808.28 -34.94 + 18.745 796.94 809.22 -12.28 + 18.795 763.12 810.20 -47.08 + 18.840 752.30 811.13 -58.83 + 18.890 695.47 812.20 -116.73 + 18.940 759.74 813.32 -53.58 + 18.990 828.57 814.49 14.08 + 19.040 786.28 815.72 -29.44 + 19.090 797.57 817.01 -19.44 + 19.140 737.60 818.38 -80.78 + 19.190 794.48 819.81 -25.33 + 19.240 755.77 821.33 -65.56 + 19.290 723.12 822.92 -99.80 + 19.340 744.43 824.62 -80.19 + 19.390 782.77 826.44 -43.67 + 19.440 776.36 828.37 -52.01 + 19.490 775.07 830.44 -55.37 + 19.540 774.15 832.70 -58.55 + 19.590 724.69 835.17 -110.48 + 19.640 792.48 837.92 -45.44 + 19.690 830.35 841.06 -10.71 + 19.740 802.84 844.75 -41.91 + 19.790 756.72 849.17 -92.45 + 19.840 803.48 854.66 -51.18 + 19.889 834.42 861.60 -27.18 + 19.940 828.34 870.64 -42.30 + 19.990 789.51 882.48 -92.97 + 20.039 775.19 898.02 -122.83 + 20.106 857.45 926.33 -68.88 + 20.156 852.93 955.34 -102.41 + 20.206 894.39 992.57 -98.18 + 20.256 886.63 1039.71 -153.08 + 20.306 917.87 1098.21 -180.34 + 20.356 914.86 1169.81 -254.95 + 20.406 930.06 1256.17 -326.11 + 20.456 1064.38 1358.35 -293.97 + 20.506 1104.89 1477.39 -372.50 + 20.556 1063.11 1613.45 -550.34 + 20.606 1065.09 1767.89 -702.80 + 20.656 1081.92 1940.73 -858.81 + 20.706 1178.68 2131.11 -952.43 + 20.756 1179.87 2340.32 -1160.45 + 20.806 1254.80 2567.81 -1313.01 + 20.856 1263.04 2813.96 -1550.92 + 20.906 1319.03 3079.44 -1760.41 + 20.956 1470.85 3365.44 -1894.59 + 21.006 1491.27 3673.79 -2182.52 + 21.056 1629.27 4005.47 -2376.20 + 21.106 1747.77 4363.31 -2615.54 + 21.155 1803.66 4749.50 -2945.84 + 21.205 1937.27 5172.26 -3234.99 + 21.255 2071.21 5634.67 -3563.46 + 21.305 2025.93 6142.06 -4116.13 + 21.366 2449.60 6832.72 -4383.12 + 21.416 2599.33 7477.68 -4878.35 + 21.466 2835.68 8201.70 -5366.02 + 21.516 3003.89 9017.96 -6014.07 + 21.566 3210.67 9935.40 -6724.73 + 21.616 3368.51 10966.62 -7598.11 + 21.666 3810.41 12118.43 -8308.02 + 21.716 4183.12 13385.90 -9202.78 + 21.766 4466.32 14755.08 -10288.76 + 21.816 4630.93 16191.77 -11560.84 + 21.866 5279.75 17660.96 -12381.21 + 21.916 5829.30 19097.01 -13267.71 + 21.966 6574.37 20415.40 -13841.03 + 22.016 7110.45 21537.50 -14427.05 + 22.066 7852.27 22367.89 -14515.62 + 22.116 8051.85 22824.56 -14772.71 + 22.166 7989.20 22842.03 -14852.83 + 22.216 7959.58 22382.24 -14422.66 + 22.266 7849.35 21442.71 -13593.37 + 22.316 7410.70 20068.25 -12657.55 + 22.366 7183.28 18338.95 -11155.67 + 22.416 6768.70 16369.52 -9600.82 + 22.466 6175.79 14259.98 -8084.19 + 22.516 5645.10 12141.25 -6496.15 + 22.566 4898.09 10120.62 -5222.53 + 22.612 4225.79 8397.09 -4171.30 + 22.662 3632.12 6744.85 -3112.73 + 22.712 3039.32 5343.35 -2304.03 + 22.762 2751.86 4195.29 -1443.43 + 22.812 2331.28 3289.81 -958.53 + 22.862 2048.97 2596.78 -547.81 + 22.912 1742.11 2081.91 -339.80 + 22.962 1451.93 1711.56 -259.63 + 23.012 1216.34 1452.13 -235.79 + 23.062 1052.24 1275.12 -222.88 + 23.112 966.86 1155.68 -188.82 + 23.162 968.34 1076.10 -107.76 + 23.212 949.41 1023.35 -73.94 + 23.262 920.38 987.64 -67.26 + 23.312 884.56 962.87 -78.31 + 23.362 889.47 944.92 -55.45 + 23.412 894.47 931.25 -36.78 + 23.462 863.76 920.29 -56.53 + 23.512 848.44 911.12 -62.68 + 23.562 856.24 903.22 -46.98 + 23.612 856.95 896.25 -39.30 + 23.662 799.55 890.02 -90.47 + 23.712 808.75 884.36 -75.61 + 23.762 868.66 879.22 -10.56 + 23.812 866.02 874.53 -8.51 + 23.861 931.41 870.25 61.16 + 23.911 888.13 866.29 21.84 + 23.962 886.21 862.64 23.57 + 24.012 915.72 859.27 56.45 + 24.062 953.10 856.16 96.94 + 24.112 901.68 853.28 48.40 + 24.162 832.29 854.69 -22.40 + 24.212 880.63 852.26 28.37 + 24.262 909.05 849.99 59.06 + 24.312 890.85 847.90 42.95 + 24.362 823.90 845.94 -22.04 + 24.412 872.84 844.11 28.73 + 24.462 868.69 842.40 26.29 + 24.512 844.11 840.81 3.30 + 24.562 869.95 839.32 30.63 + 24.611 842.28 837.92 4.36 + 24.661 870.84 836.61 34.23 + 24.711 807.88 835.38 -27.50 + 24.761 787.48 834.23 -46.75 + 24.811 799.05 833.15 -34.10 + 24.861 788.06 832.13 -44.07 + 24.911 789.39 831.18 -41.79 + 24.961 833.76 830.28 3.48 + 25.011 800.07 829.43 -29.36 + 25.061 823.40 828.64 -5.24 + 25.115 801.39 827.82 -26.43 + 25.166 785.92 827.12 -41.20 + 25.216 793.42 826.46 -33.04 + 25.266 819.35 825.84 -6.49 + 25.316 796.68 825.25 -28.57 + 25.366 780.48 824.70 -44.22 + 25.416 821.14 824.18 -3.04 + 25.466 781.52 823.69 -42.17 + 25.516 812.20 823.24 -11.04 + 25.566 822.25 822.81 -0.56 + 25.616 848.33 822.40 25.93 + 25.666 844.17 822.03 22.14 + 25.716 802.73 821.67 -18.94 + 25.766 744.98 821.34 -76.36 + 25.816 776.41 821.03 -44.62 + 25.866 811.29 820.75 -9.46 + 25.915 815.06 820.48 -5.42 + 25.965 747.86 820.23 -72.37 + 26.015 768.84 820.00 -51.16 + 26.065 737.53 819.79 -82.26 + 26.115 815.88 819.60 -3.72 + 26.165 744.25 819.42 -75.17 + 26.215 723.78 819.26 -95.48 + 26.265 794.45 819.12 -24.67 + 26.315 829.77 818.99 10.78 + 26.378 804.26 818.85 -14.59 + 26.428 766.01 818.76 -52.75 + 26.478 815.55 818.68 -3.13 + 26.528 822.52 818.61 3.91 + 26.578 823.32 818.56 4.76 + 26.628 826.59 818.52 8.07 + 26.678 815.38 818.49 -3.11 + 26.728 810.41 818.48 -8.07 + 26.778 763.55 818.48 -54.93 + 26.828 820.02 818.50 1.52 + 26.878 884.62 818.53 66.09 + 26.928 830.77 818.57 12.20 + 26.978 785.68 818.63 -32.95 + 27.028 793.66 818.69 -25.03 + 27.078 870.84 818.78 52.06 + 27.128 754.98 818.87 -63.89 + 27.178 813.84 818.98 -5.14 + 27.228 789.20 819.10 -29.90 + 27.278 802.59 819.24 -16.65 + 27.328 781.87 819.39 -37.52 + 27.377 832.83 819.56 13.27 + 27.427 800.85 819.74 -18.89 + 27.477 806.72 819.93 -13.21 + 27.527 810.28 820.14 -9.86 + 27.577 762.63 820.37 -57.74 + 27.633 854.06 820.65 33.41 + 27.683 882.05 820.91 61.14 + 27.734 821.65 821.19 0.46 + 27.784 841.46 821.49 19.97 + 27.834 850.63 821.81 28.82 + 27.884 850.49 822.15 28.34 + 27.934 813.44 822.51 -9.07 + 27.984 778.79 822.89 -44.10 + 28.034 815.21 823.29 -8.08 + 28.084 824.68 823.72 0.96 + 28.134 855.37 824.17 31.20 + 28.184 861.03 824.65 36.38 + 28.234 806.55 825.15 -18.60 + 28.284 831.35 825.69 5.66 + 28.334 873.83 826.25 47.58 + 28.383 885.53 826.85 58.68 + 28.433 842.76 827.48 15.28 + 28.483 865.40 828.14 37.26 + 28.533 826.46 828.85 -2.39 + 28.583 880.00 829.59 50.41 + 28.633 876.56 830.38 46.18 + 28.683 838.86 831.21 7.65 + 28.733 834.81 832.09 2.72 + 28.783 851.69 833.03 18.66 + 28.833 850.41 834.02 16.39 + 28.866 893.22 834.70 58.52 + 28.916 852.43 835.79 16.64 + 28.966 862.51 836.96 25.55 + 29.016 800.10 838.19 -38.09 + 29.066 920.70 839.51 81.19 + 29.116 865.00 840.91 24.09 + 29.166 894.11 842.40 51.71 + 29.216 878.50 844.00 34.50 + 29.266 869.20 845.71 23.49 + 29.316 860.04 847.53 12.51 + 29.366 828.47 849.48 -21.01 + 29.416 851.02 851.58 -0.56 + 29.466 869.29 853.84 15.45 + 29.516 787.01 856.27 -69.26 + 29.566 776.69 858.90 -82.21 + 29.616 859.75 861.75 -2.00 + 29.666 803.70 864.86 -61.16 + 29.716 820.00 868.28 -48.28 + 29.766 858.68 872.08 -13.40 + 29.816 854.16 876.37 -22.21 + 29.866 829.50 881.30 -51.80 + 29.915 817.03 887.12 -70.09 + 29.965 790.15 894.26 -104.11 + 30.016 843.92 903.24 -59.32 + 30.065 828.83 914.84 -86.01 + 30.099 831.58 924.51 -92.93 + 30.149 836.90 943.26 -106.36 + 30.199 866.32 968.58 -102.26 + 30.249 818.03 1002.88 -184.85 + 30.299 935.37 1045.19 -109.82 + 30.349 943.59 1106.57 -162.98 + 30.399 920.54 1187.42 -266.88 + 30.449 920.45 1292.07 -371.62 + 30.499 961.49 1425.35 -463.86 + 30.549 976.38 1591.62 -615.24 + 30.599 1099.49 1797.05 -697.56 + 30.649 1240.47 2046.70 -806.23 + 30.699 1248.83 2344.00 -1095.17 + 30.749 1384.53 2696.33 -1311.80 + 30.799 1469.53 3108.04 -1638.51 + 30.849 1591.46 3585.80 -1994.34 + 30.899 1582.98 4137.56 -2554.58 + 30.948 1817.56 4773.40 -2955.84 + 30.999 2031.05 5505.99 -3474.94 + 31.048 2144.29 6346.09 -4201.80 + 31.098 2381.76 7308.89 -4927.13 + 31.148 2656.19 8403.85 -5747.66 + 31.198 2855.64 9652.50 -6796.86 + 31.248 3193.66 11051.01 -7857.35 + 31.298 3468.05 12586.67 -9118.62 + 31.351 3965.13 14351.96 -10386.83 + 31.402 4512.56 16088.92 -11576.36 + 31.452 5196.13 17828.64 -12632.51 + 31.502 5805.09 19485.63 -13680.54 + 31.552 6753.99 20950.21 -14196.22 + 31.602 7397.81 22117.73 -14719.92 + 31.652 7938.59 22882.79 -14944.20 + 31.702 8235.84 23153.73 -14917.89 + 31.752 8199.73 22875.21 -14675.48 + 31.802 8072.87 22040.62 -13967.75 + 31.852 7971.10 20691.30 -12720.21 + 31.902 7586.59 18909.05 -11322.46 + 31.952 7167.87 16836.89 -9669.02 + 32.002 6622.43 14603.89 -7981.46 + 32.052 6111.23 12357.30 -6246.07 + 32.101 5203.64 10213.67 -5010.03 + 32.151 4630.45 8262.99 -3632.54 + 32.201 3909.73 6561.68 -2651.95 + 32.251 3211.38 5136.66 -1925.28 + 32.301 2914.61 3991.39 -1076.78 + 32.351 2532.69 3103.52 -570.83 + 32.401 2106.10 2440.49 -334.39 + 32.451 1721.90 1957.00 -235.10 + 32.501 1428.02 1617.63 -189.61 + 32.551 1153.99 1386.43 -232.44 + 32.596 1076.42 1243.75 -167.33 + 32.646 961.07 1137.29 -176.22 + 32.696 994.01 1067.63 -73.62 + 32.747 916.21 1021.63 -105.42 + 32.797 894.36 990.62 -96.26 + 32.847 881.26 968.79 -87.53 + 32.897 894.30 952.59 -58.29 + 32.947 898.73 939.93 -41.20 + 32.997 883.85 929.54 -45.69 + 33.047 852.51 920.74 -68.23 + 33.097 865.73 913.02 -47.29 + 33.147 876.08 906.16 -30.08 + 33.196 877.08 900.03 -22.95 + 33.246 794.10 894.47 -100.37 + 33.296 780.10 889.43 -109.33 + 33.346 840.15 884.84 -44.69 + 33.396 905.27 880.65 24.62 + 33.446 862.05 876.80 -14.75 + 33.496 820.71 873.27 -52.56 + 33.546 854.19 870.03 -15.84 + 33.596 826.64 867.05 -40.41 + 33.646 857.99 864.31 -6.32 + 33.696 850.63 861.76 -11.13 + 33.746 855.37 859.41 -4.04 + 33.796 911.62 857.24 54.38 + 33.837 747.38 855.56 -108.18 + 33.888 822.55 853.67 -31.12 + 33.938 852.22 851.91 0.31 + 33.988 840.02 850.28 -10.26 + 34.038 826.28 848.77 -22.49 + 34.088 881.55 847.36 34.19 + 34.138 865.87 846.05 19.82 + 34.188 882.16 844.84 37.32 + 34.238 837.56 843.71 -6.15 + 34.288 920.12 842.67 77.45 + 34.338 872.50 841.70 30.80 + 34.388 869.41 840.80 28.61 + 34.438 865.79 839.96 25.83 + 34.488 898.99 839.19 59.80 + 34.538 876.77 838.48 38.29 + 34.587 905.50 837.83 67.67 + 34.637 868.80 837.22 31.58 + 34.687 863.85 836.67 27.18 + 34.737 879.81 836.17 43.64 + 34.787 843.08 835.71 7.37 + 34.837 883.56 835.30 48.26 + 34.887 805.19 834.93 -29.74 + 34.937 864.76 834.60 30.16 + 34.987 874.90 834.32 40.58 + 35.037 897.34 834.07 63.27 + 35.106 824.08 833.79 -9.71 + 35.156 901.39 833.63 67.76 + 35.206 834.95 833.51 1.44 + 35.256 862.03 833.43 28.60 + 35.306 839.90 833.38 6.52 + 35.356 871.74 833.37 38.37 + 35.406 832.28 833.39 -1.11 + 35.456 835.16 833.45 1.71 + 35.506 868.73 833.54 35.19 + 35.556 878.90 833.67 45.23 + 35.606 865.17 833.84 31.33 + 35.656 824.19 834.05 -9.86 + 35.706 846.02 834.29 11.73 + 35.756 796.98 834.58 -37.60 + 35.806 837.07 834.90 2.17 + 35.856 847.75 835.27 12.48 + 35.906 821.63 835.67 -14.04 + 35.956 882.78 836.12 46.66 + 36.006 873.81 836.62 37.19 + 36.056 767.55 837.17 -69.62 + 36.106 811.97 837.76 -25.79 + 36.156 787.11 838.41 -51.30 + 36.206 800.50 839.12 -38.62 + 36.256 840.36 839.88 0.48 + 36.306 839.98 840.70 -0.72 + 36.380 791.13 842.04 -50.91 + 36.430 813.81 843.04 -29.23 + 36.480 804.32 844.11 -39.79 + 36.530 788.24 845.26 -57.02 + 36.580 769.64 846.49 -76.85 + 36.630 792.00 847.82 -55.82 + 36.680 788.50 849.26 -60.76 + 36.730 814.64 850.80 -36.16 + 36.780 793.39 852.45 -59.06 + 36.830 791.91 854.23 -62.32 + 36.880 786.19 856.15 -69.96 + 36.930 785.47 858.22 -72.75 + 36.980 788.48 860.44 -71.96 + 37.030 815.03 862.85 -47.82 + 37.080 809.03 865.45 -56.42 + 37.130 788.46 868.26 -79.80 + 37.180 781.51 871.31 -89.80 + 37.230 743.38 874.61 -131.23 + 37.280 759.65 878.22 -118.57 + 37.330 787.78 882.15 -94.37 + 37.380 766.58 886.45 -119.87 + 37.429 761.38 891.16 -129.78 + 37.479 806.38 896.41 -90.03 + 37.529 792.38 902.30 -109.92 + 37.579 784.63 908.97 -124.34 + 37.620 836.80 915.19 -78.39 + 37.670 812.46 924.17 -111.71 + 37.720 827.10 935.20 -108.10 + 37.770 812.79 949.21 -136.42 + 37.820 801.33 967.56 -166.23 + 37.870 856.54 992.31 -135.77 + 37.920 855.53 1026.38 -170.85 + 37.970 893.57 1073.61 -180.04 + 38.020 849.37 1139.17 -289.80 + 38.070 896.07 1229.24 -333.17 + 38.120 959.79 1352.52 -392.73 + 38.170 922.03 1518.88 -596.85 + 38.220 1028.27 1738.59 -710.32 + 38.270 1048.48 2026.37 -977.89 + 38.320 1110.23 2396.04 -1285.81 + 38.370 1302.04 2864.17 -1562.13 + 38.420 1382.69 3449.02 -2066.33 + 38.470 1524.59 4174.85 -2650.26 + 38.520 1656.36 5056.55 -3400.19 + 38.570 1802.55 6116.71 -4314.16 + 38.620 2165.26 7376.88 -5211.62 + 38.670 2524.36 8848.14 -6323.78 + 38.720 2820.94 10554.04 -7733.10 + 38.770 3181.41 12479.69 -9298.28 + 38.820 3658.34 14592.57 -10934.23 + 38.871 4321.95 16899.44 -12577.49 + 38.921 5222.28 19223.07 -14000.79 + 38.971 5963.87 21490.71 -15526.84 + 39.021 7300.81 23567.00 -16266.19 + 39.071 8251.76 25292.71 -17040.95 + 39.121 9018.56 26525.10 -17506.54 + 39.171 9364.04 27134.81 -17770.77 + 39.221 9519.86 27030.47 -17510.61 + 39.271 9400.29 26185.55 -16785.26 + 39.321 9325.90 24653.43 -15327.53 + 39.371 8781.71 22541.23 -13759.52 + 39.421 8341.71 20019.30 -11677.59 + 39.471 7732.26 17293.34 -9561.08 + 39.521 6934.04 14530.89 -7596.85 + 39.571 5966.28 11897.89 -5931.61 + 39.621 5193.82 9517.41 -4323.59 + 39.671 4326.42 7459.59 -3133.17 + 39.721 3574.29 5754.30 -2180.01 + 39.771 3004.24 4397.46 -1393.22 + 39.821 2518.22 3361.87 -843.65 + 39.871 2194.51 2599.40 -404.89 + 39.920 1717.01 2058.30 -341.29 + 39.971 1434.17 1682.71 -248.54 + 40.021 1217.46 1430.94 -213.48 + 40.070 1069.68 1266.12 -196.44 + 40.122 949.62 1155.61 -205.99 + 40.172 986.30 1086.87 -100.57 + 40.223 924.17 1041.45 -117.28 + 40.273 849.43 1010.27 -160.84 + 40.323 888.04 987.84 -99.80 + 40.373 863.03 970.69 -107.66 + 40.423 805.28 956.84 -151.56 + 40.473 847.26 945.22 -97.96 + 40.523 863.48 935.17 -71.69 + 40.573 837.40 926.33 -88.93 + 40.623 835.30 918.42 -83.12 + 40.673 802.48 911.28 -108.80 + 40.723 885.68 904.86 -19.18 + 40.773 838.05 899.01 -60.96 + 40.823 842.80 893.70 -50.90 + 40.872 841.48 888.85 -47.37 + 40.922 830.46 884.42 -53.96 + 40.972 876.30 880.35 -4.05 + 41.022 834.95 876.62 -41.67 + 41.072 822.86 873.19 -50.33 + 41.122 831.99 870.04 -38.05 + 41.172 852.59 867.14 -14.55 + 41.222 845.37 864.45 -19.08 + 41.272 829.98 861.97 -31.99 + 41.322 823.94 859.69 -35.75 + 41.364 784.96 857.89 -72.93 + 41.414 805.88 855.91 -50.03 + 41.464 741.75 854.08 -112.33 + 41.515 801.24 852.39 -51.15 + 41.565 793.87 850.83 -56.96 + 41.615 758.94 849.39 -90.45 + 41.665 817.35 848.05 -30.70 + 41.715 813.99 846.83 -32.84 + 41.765 776.12 845.70 -69.58 + 41.815 754.79 844.67 -89.88 + 41.865 767.77 843.72 -75.95 + 41.915 812.24 842.85 -30.61 + 41.964 796.99 842.07 -45.08 + 42.014 807.86 841.36 -33.50 + 42.064 800.20 840.72 -40.52 + 42.114 768.37 840.16 -71.79 + 42.164 807.19 839.66 -32.47 + 42.214 818.78 839.22 -20.44 + 42.264 840.37 838.85 1.52 + 42.314 840.37 838.55 1.82 + 42.364 837.18 838.30 -1.12 + 42.414 814.53 838.12 -23.59 + 42.464 867.15 838.00 29.15 + 42.514 828.37 837.93 -9.56 + 42.564 820.37 837.93 -17.56 + 42.614 857.66 837.99 19.67 + 42.664 839.06 838.12 0.94 + 42.714 845.49 838.30 7.19 + 42.764 821.91 838.55 -16.64 + 42.814 833.05 838.87 -5.82 + 42.864 893.38 839.26 54.12 + 42.914 834.06 839.71 -5.65 + 42.964 828.96 840.25 -11.29 + 43.014 795.30 840.86 -45.56 + 43.064 772.15 841.54 -69.39 + 43.114 772.04 842.32 -70.28 + 43.164 760.94 843.19 -82.25 + 43.214 766.19 844.15 -77.96 + 43.264 792.85 845.21 -52.36 + 43.314 760.18 846.39 -86.21 + 43.364 741.39 847.67 -106.28 + 43.414 830.06 849.09 -19.03 + 43.464 741.61 850.64 -109.03 + 43.514 750.00 852.35 -102.35 + 43.564 773.80 854.21 -80.41 + 43.614 827.71 856.25 -28.54 + 43.664 820.78 858.47 -37.69 + 43.714 809.97 860.91 -50.95 + 43.764 780.23 863.60 -83.37 + 43.814 795.34 866.52 -71.18 + 43.865 780.87 869.82 -88.95 + 43.915 827.44 873.38 -45.94 + 43.965 803.47 877.31 -73.84 + 44.015 822.15 881.65 -59.50 + 44.065 865.78 886.47 -20.69 + 44.115 840.77 891.87 -51.10 + 44.165 771.46 898.01 -126.55 + 44.215 871.83 905.09 -33.26 + 44.265 828.07 913.48 -85.41 + 44.315 880.75 923.69 -42.94 + 44.365 878.04 936.66 -58.62 + 44.415 880.84 953.77 -72.93 + 44.465 810.56 979.18 -168.62 + 44.515 808.49 1011.72 -203.23 + 44.565 880.58 1057.84 -177.26 + 44.615 841.65 1123.63 -281.98 + 44.665 907.00 1217.28 -310.28 + 44.715 950.12 1349.55 -399.43 + 44.765 919.75 1534.41 -614.66 + 44.815 986.84 1788.08 -801.24 + 44.865 1113.67 2130.76 -1017.09 + 44.915 1132.01 2584.13 -1452.12 + 44.965 1237.26 3178.86 -1941.60 + 45.015 1339.99 3939.84 -2599.85 + 45.065 1587.68 4890.78 -3303.10 + 45.109 1811.46 5921.83 -4110.37 + 45.159 1979.79 7298.37 -5318.58 + 45.209 2355.45 8906.39 -6550.94 + 45.260 2781.64 10730.78 -7949.14 + 45.309 3279.83 12721.63 -9441.80 + 45.359 3884.98 14811.91 -10926.93 + 45.410 4479.67 16903.17 -12423.50 + 45.460 5330.87 18861.32 -13530.45 + 45.510 6337.10 20541.47 -14204.37 + 45.559 6988.94 21793.19 -14804.25 + 45.609 7320.04 22495.91 -15175.87 + 45.660 7422.39 22553.92 -15131.53 + 45.709 7447.94 21937.31 -14489.38 + 45.759 7148.43 20682.79 -13534.37 + 45.809 6889.78 18901.85 -12012.07 + 45.859 6529.15 16752.97 -10223.82 + 45.909 5983.71 14413.67 -8429.96 + 45.959 5578.86 12052.42 -6473.56 + 46.009 4638.55 9810.25 -5171.70 + 46.059 3945.67 7799.93 -3854.26 + 46.109 3173.10 6082.01 -2908.91 + 46.159 2703.07 4682.55 -1979.48 + 46.209 2308.14 3580.17 -1272.03 + 46.259 1960.57 2752.57 -792.00 + 46.309 1737.74 2156.06 -418.32 + 46.360 1385.99 1733.42 -347.43 + 46.410 1236.76 1452.74 -215.98 + 46.460 966.71 1268.24 -301.53 + 46.510 914.85 1148.98 -234.13 + 46.560 874.10 1072.64 -198.54 + 46.610 813.05 1023.12 -210.07 + 46.660 865.24 990.00 -124.76 + 46.710 890.69 966.87 -76.18 + 46.760 856.12 949.73 -93.61 + 46.810 844.88 932.06 -87.18 + 46.860 789.08 921.03 -131.95 + 46.910 794.14 911.60 -117.46 + 46.960 801.61 903.39 -101.78 + 47.010 773.50 896.09 -122.59 + 47.060 808.56 889.56 -81.00 + 47.110 775.45 883.69 -108.24 + 47.160 732.94 878.37 -145.43 + 47.210 790.62 873.55 -82.93 + 47.260 756.81 869.15 -112.34 + 47.310 779.67 865.14 -85.47 + 47.360 775.06 861.48 -86.42 + 47.409 759.57 858.15 -98.58 + 47.459 761.03 855.06 -94.03 + 47.510 771.35 852.24 -80.89 + 47.559 749.75 849.65 -99.90 + 47.627 748.91 846.45 -97.54 + 47.677 761.81 844.30 -82.49 + 47.727 721.85 842.33 -120.48 + 47.778 770.74 840.50 -69.76 + 47.827 747.65 838.82 -91.17 + 47.877 770.34 837.27 -66.93 + 47.927 747.01 835.84 -88.83 + 47.978 692.62 834.52 -141.90 + 48.028 753.30 833.30 -80.00 + 48.077 700.61 832.18 -131.57 + 48.127 772.84 831.15 -58.31 + 48.178 793.77 830.21 -36.44 + 48.227 732.49 829.35 -96.86 + 48.277 742.86 828.57 -85.71 + 48.327 815.36 827.86 -12.50 + 48.377 746.33 827.22 -80.89 + 48.427 775.31 826.65 -51.34 + 48.477 786.72 826.15 -39.43 + 48.527 755.54 825.70 -70.16 + 48.577 767.04 825.33 -58.29 + 48.627 781.99 825.01 -43.02 + 48.677 747.65 824.75 -77.10 + 48.727 699.86 824.56 -124.70 + 48.777 775.59 824.42 -48.83 + 48.827 763.70 824.35 -60.65 + 48.871 795.73 824.33 -28.60 + 48.921 785.32 824.38 -39.06 + 48.971 752.33 824.48 -72.15 + 49.021 768.46 824.65 -56.19 + 49.071 775.57 824.89 -49.32 + 49.121 766.03 825.20 -59.17 + 49.171 723.46 825.59 -102.13 + 49.221 787.23 826.05 -38.82 + 49.271 758.56 826.60 -68.04 + 49.321 788.80 827.23 -38.43 + 49.371 823.34 827.95 -4.61 + 49.421 859.12 828.78 30.34 + 49.471 774.26 829.72 -55.46 + 49.521 791.38 830.77 -39.39 + 49.571 817.91 831.95 -14.04 + 49.621 856.06 833.27 22.79 + 49.671 806.48 834.74 -28.26 + 49.720 808.28 836.38 -28.10 + 49.771 792.14 838.21 -46.07 + 49.820 800.49 840.26 -39.77 + 49.870 832.55 842.53 -9.98 + 49.920 814.22 845.07 -30.85 + 49.970 767.77 850.38 -82.61 + 50.020 792.59 853.64 -61.05 + 50.070 819.67 857.34 -37.67 + 50.101 812.84 859.86 -47.02 + 50.151 793.47 864.57 -71.10 + 50.201 763.66 870.21 -106.55 + 50.251 763.39 877.21 -113.82 + 50.301 809.00 886.24 -77.24 + 50.351 799.64 898.42 -98.78 + 50.401 824.57 915.51 -90.94 + 50.451 832.36 940.12 -107.76 + 50.501 792.17 976.18 -184.01 + 50.551 830.32 1029.03 -198.71 + 50.601 885.21 1106.71 -221.50 + 50.651 853.53 1219.51 -365.98 + 50.701 903.71 1379.79 -476.08 + 50.751 886.82 1604.69 -717.87 + 50.801 992.45 1912.19 -919.74 + 50.851 1108.20 2322.78 -1214.58 + 50.901 1173.66 2856.93 -1683.27 + 50.951 1332.56 3532.70 -2200.14 + 51.001 1431.78 4361.93 -2930.15 + 51.051 1682.19 5342.23 -3660.04 + 51.101 1961.84 6457.58 -4495.74 + 51.150 2234.81 7669.07 -5434.26 + 51.200 2696.52 8932.27 -6235.75 + 51.250 3249.35 10163.27 -6913.92 + 51.300 3732.23 11267.56 -7535.33 + 51.366 4412.86 12379.53 -7966.67 + 51.417 4662.94 12845.56 -8182.62 + 51.467 4565.86 12917.39 -8351.53 + 51.517 4769.53 12574.88 -7805.35 + 51.567 4540.72 11847.71 -7306.99 + 51.617 4487.99 10806.30 -6318.31 + 51.667 4192.79 9549.85 -5357.06 + 51.717 3766.40 8192.50 -4426.10 + 51.767 3434.04 6837.78 -3403.74 + 51.817 3031.91 5575.18 -2543.27 + 51.867 2652.44 4454.60 -1802.16 + 51.917 2224.45 3511.85 -1287.40 + 51.967 1877.49 2759.19 -881.70 + 52.017 1634.73 2180.51 -545.78 + 52.067 1399.83 1755.81 -355.98 + 52.116 1284.02 1455.68 -171.66 + 52.166 1150.78 1251.02 -100.24 + 52.216 943.35 1115.58 -172.23 + 52.266 942.02 1027.97 -85.95 + 52.316 875.47 972.24 -96.77 + 52.366 881.41 936.67 -55.26 + 52.416 817.30 913.54 -96.24 + 52.466 841.41 897.73 -56.32 + 52.516 769.93 886.37 -116.44 + 52.566 774.60 877.73 -103.13 + 52.637 787.23 868.18 -80.95 + 52.687 838.93 862.64 -23.71 + 52.737 797.96 857.83 -59.87 + 52.787 753.78 853.57 -99.79 + 52.837 818.87 849.78 -30.91 + 52.887 783.48 846.39 -62.91 + 52.937 803.32 843.33 -40.01 + 52.987 747.48 840.57 -93.09 + 53.037 770.27 834.48 -64.21 + 53.087 744.51 832.28 -87.77 + 53.137 781.41 830.28 -48.87 + 53.187 786.01 828.46 -42.45 + 53.237 816.06 826.83 -10.77 + 53.287 778.59 825.34 -46.75 + 53.337 787.07 823.99 -36.92 + 53.387 760.06 822.77 -62.71 + 53.437 810.48 821.67 -11.19 + 53.487 805.09 820.68 -15.59 + 53.537 771.59 819.79 -48.20 + 53.587 803.35 818.99 -15.64 + 53.637 757.63 818.28 -60.65 + 53.687 775.96 817.65 -41.69 + 53.737 747.76 817.10 -69.34 + 53.787 778.96 816.62 -37.66 + 53.837 745.62 816.22 -70.60 + 53.870 738.16 815.98 -77.82 + 53.920 792.69 815.69 -23.00 + 53.970 723.05 815.46 -92.41 + 54.020 776.19 815.29 -39.10 + 54.070 816.69 815.19 1.50 + 54.120 769.75 815.15 -45.40 + 54.170 720.62 815.17 -94.55 + 54.220 741.07 815.25 -74.18 + 54.270 780.60 815.40 -34.80 + 54.320 768.63 815.61 -46.98 + 54.370 763.70 815.89 -52.19 + 54.420 800.42 816.23 -15.81 + 54.470 749.00 816.65 -67.65 + 54.520 736.92 817.14 -80.22 + 54.570 795.87 817.70 -21.83 + 54.620 791.79 818.35 -26.56 + 54.670 736.85 819.08 -82.23 + 54.720 760.71 819.91 -59.20 + 54.770 807.81 820.84 -13.03 + 54.820 788.52 821.87 -33.35 + 54.870 797.29 823.02 -25.73 + 54.920 726.98 824.28 -97.30 + 54.970 816.80 825.70 -8.90 + 55.020 795.35 827.26 -31.91 + 55.070 784.99 828.99 -44.00 + 55.102 739.58 830.21 -90.63 + 55.152 806.62 832.25 -25.63 + 55.202 819.24 834.52 -15.28 + 55.252 804.75 837.03 -32.28 + 55.302 802.08 839.81 -37.73 + 55.352 802.58 842.90 -40.32 + 55.402 827.59 846.36 -18.77 + 55.452 875.83 850.24 25.59 + 55.503 832.90 854.61 -21.71 + 55.552 843.84 859.57 -15.73 + 55.602 914.83 865.34 49.49 + 55.652 885.46 872.21 13.25 + 55.702 911.14 880.62 30.52 + 55.752 887.44 891.47 -4.03 + 55.802 928.19 906.09 22.10 + 55.852 892.87 926.74 -33.87 + 55.902 913.07 957.01 -43.94 + 55.952 920.38 1002.42 -82.04 + 56.002 912.45 1071.25 -158.80 + 56.052 956.88 1174.85 -217.97 + 56.102 978.58 1328.98 -350.40 + 56.152 1001.44 1552.91 -551.47 + 56.202 1042.51 1873.74 -831.23 + 56.252 1154.21 2318.08 -1163.87 + 56.302 1201.70 2912.38 -1710.68 + 56.358 1344.41 3798.38 -2453.97 + 56.408 1445.84 4789.72 -3343.88 + 56.459 1758.95 5970.81 -4211.86 + 56.509 2118.13 7315.94 -5197.81 + 56.559 2532.54 8765.40 -6232.86 + 56.609 3056.48 10239.71 -7183.23 + 56.659 3708.96 11634.73 -7925.77 + 56.709 4176.55 12825.73 -8649.18 + 56.759 4824.02 13693.13 -8869.11 + 56.809 5019.69 14135.09 -9115.40 + 56.859 5128.87 14093.17 -8964.30 + 56.909 4974.40 13557.98 -8583.58 + 56.959 4834.54 12590.05 -7755.51 + 57.009 4702.00 11290.30 -6588.30 + 57.059 4410.76 9795.87 -5385.11 + 57.108 4138.62 8240.64 -4102.02 + 57.158 3625.59 6740.45 -3114.86 + 57.208 3150.03 5381.35 -2231.32 + 57.258 2559.87 4216.23 -1656.36 + 57.308 2164.51 3270.88 -1106.37 + 57.358 1947.96 2539.12 -591.16 + 57.408 1599.89 1998.99 -399.10 + 57.458 1355.84 1613.21 -257.37 + 57.508 1243.81 1350.16 -106.35 + 57.558 1109.59 1177.12 -67.53 + 57.620 960.41 1046.29 -85.88 + 57.670 848.29 982.82 -134.53 + 57.720 804.74 942.62 -137.88 + 57.770 829.36 916.48 -87.12 + 57.820 778.30 898.74 -120.44 + 57.870 800.47 885.88 -85.41 + 57.920 811.95 875.93 -63.98 + 57.970 766.12 867.83 -101.71 + 58.020 790.27 860.97 -70.70 + 58.070 780.77 855.02 -74.25 + 58.120 803.80 849.74 -45.94 + 58.170 776.21 845.02 -68.81 + 58.220 789.67 840.79 -51.12 + 58.270 796.25 836.97 -40.72 + 58.320 825.38 833.50 -8.12 + 58.370 826.00 830.35 -4.35 + 58.420 796.58 827.48 -30.90 + 58.470 834.90 824.84 10.06 + 58.520 792.80 822.42 -29.62 + 58.570 853.05 820.20 32.85 + 58.620 825.43 818.15 7.28 + 58.669 817.44 814.23 3.21 + 58.719 796.94 812.50 -15.56 + 58.769 826.60 810.89 15.71 + 58.819 819.99 809.41 10.58 + 58.868 783.30 808.05 -24.75 + 58.918 778.00 806.76 -28.76 + 58.968 800.03 805.55 -5.52 + 59.019 843.62 804.42 39.20 + 59.068 807.42 803.36 4.06 + 59.118 826.64 802.37 24.27 + 59.168 780.54 801.43 -20.89 + 59.219 816.58 800.55 16.03 + 59.269 816.53 799.73 16.80 + 59.318 785.69 798.95 -13.26 + 59.368 745.53 798.21 -52.68 + 59.419 839.16 797.51 41.65 + 59.468 799.25 796.85 2.40 + 59.518 766.50 796.22 -29.72 + 59.568 810.54 795.63 14.91 + 59.618 825.29 795.06 30.23 + 59.668 788.88 794.53 -5.65 + 59.718 764.95 794.02 -29.07 + 59.768 796.12 793.53 2.59 + 59.818 759.69 793.06 -33.37 + 59.868 797.75 792.62 5.13 + 59.918 788.29 792.20 -3.91 + 59.968 771.60 791.79 -20.19 + 60.018 786.11 791.40 -5.29 + 60.068 808.26 791.03 17.23 + 60.108 764.39 790.74 -26.35 + 60.158 793.86 790.40 3.46 + 60.208 763.63 790.06 -26.43 + 60.258 786.43 789.75 -3.32 + 60.308 793.48 789.44 4.04 + 60.358 825.06 789.15 35.91 + 60.408 754.90 788.86 -33.96 + 60.458 762.07 788.59 -26.52 + 60.508 835.44 788.33 47.11 + 60.558 757.59 788.07 -30.48 + 60.608 784.95 787.83 -2.88 + 60.658 763.73 787.59 -23.86 + 60.708 774.94 787.36 -12.42 + 60.758 725.34 787.14 -61.80 + 60.808 801.51 786.93 14.58 + 60.858 806.37 786.72 19.65 + 60.908 787.34 786.53 0.81 + 60.958 792.63 786.33 6.30 + 61.008 789.53 786.14 3.39 + 61.058 810.65 785.96 24.69 + 61.108 746.45 785.79 -39.34 + 61.158 818.62 785.61 33.01 + 61.208 771.24 785.45 -14.21 + 61.258 709.34 785.29 -75.95 + 61.308 797.43 785.13 12.30 + 61.348 806.75 785.01 21.74 + 61.398 817.22 784.86 32.36 + 61.448 783.84 784.71 -0.87 + 61.498 784.70 784.57 0.13 + 61.548 794.21 784.43 9.78 + 61.598 842.77 784.30 58.47 + 61.648 815.92 784.17 31.75 + 61.698 764.97 784.04 -19.07 + 61.748 822.97 783.92 39.05 + 61.798 825.30 783.80 41.50 + 61.848 792.09 783.68 8.41 + 61.898 790.55 783.56 6.99 + 61.948 792.20 783.45 8.75 + 61.998 828.43 783.34 45.09 + 62.048 858.71 783.23 75.48 + 62.098 784.25 783.13 1.12 + 62.148 792.06 783.03 9.03 + 62.198 817.62 782.93 34.69 + 62.248 837.03 782.83 54.20 + 62.298 793.74 782.73 11.01 + 62.348 805.34 782.64 22.70 + 62.397 772.78 782.55 -9.77 + 62.447 815.95 782.46 33.49 + 62.497 841.81 782.37 59.44 + 62.547 740.94 782.28 -41.34 + 62.590 746.96 782.21 -35.25 + 62.640 775.62 782.13 -6.51 + 62.690 804.49 782.04 22.45 + 62.740 791.61 781.96 9.65 + 62.790 830.47 781.89 48.58 + 62.840 810.84 781.81 29.03 + 62.890 856.73 781.73 75.00 + 62.940 835.18 781.66 53.52 + 62.990 941.39 781.59 159.80 + 63.040 831.05 781.52 49.53 + 63.090 848.88 781.45 67.43 + 63.140 865.09 781.38 83.71 + 63.190 854.96 781.31 73.65 + 63.240 922.42 781.25 141.17 + 63.290 945.29 781.18 164.11 + 63.340 906.78 781.12 125.66 + 63.390 952.51 781.05 171.46 + 63.439 890.84 780.99 109.85 + 63.490 916.44 780.93 135.51 + 63.540 898.15 780.87 117.28 + 63.589 947.28 780.81 166.47 + 63.639 969.83 780.76 189.07 + 63.689 844.87 780.70 64.17 + 63.739 857.34 780.64 76.70 + 63.789 854.62 780.59 74.03 + 63.829 880.21 780.55 99.66 + 63.879 869.22 778.18 91.04 + 63.929 834.08 778.16 55.92 63.980 801.10 778.14 22.96 64.030 834.29 778.12 56.17 64.079 789.85 778.10 11.75 @@ -1219,2023 +1219,2023 @@ BEGIN 64.879 765.19 777.82 -12.63 64.929 795.12 777.80 17.32 64.979 771.85 777.78 -5.93 - 65.029 790.89 777.77 13.12 - 65.075 721.02 777.75 -56.73 - 65.125 746.90 777.74 -30.84 - 65.175 721.34 786.02 -64.68 - 65.225 725.79 786.14 -60.35 - 65.275 733.24 786.26 -53.02 - 65.325 742.61 786.38 -43.77 - 65.375 721.82 786.51 -64.69 - 65.425 694.95 786.64 -91.69 - 65.475 742.72 786.77 -44.05 - 65.525 697.70 786.91 -89.21 - 65.575 741.19 787.05 -45.86 - 65.625 701.89 787.20 -85.31 - 65.675 719.07 787.35 -68.28 - 65.725 750.46 787.51 -37.05 - 65.775 727.33 787.67 -60.34 - 65.825 728.95 787.83 -58.88 - 65.875 743.66 788.00 -44.34 - 65.925 720.34 788.17 -67.83 - 65.975 732.80 788.36 -55.56 - 66.025 682.33 788.54 -106.21 - 66.075 732.62 788.73 -56.11 - 66.124 720.37 788.93 -68.56 - 66.174 758.56 789.13 -30.57 - 66.225 695.81 789.35 -93.54 - 66.274 727.00 789.56 -62.56 - 66.333 708.31 789.83 -81.52 - 66.383 732.00 790.07 -58.07 - 66.433 733.69 790.31 -56.62 - 66.483 707.17 790.57 -83.40 - 66.533 690.28 790.83 -100.55 - 66.583 734.96 791.11 -56.15 - 66.633 727.27 791.39 -64.12 - 66.683 789.15 791.68 -2.53 - 66.733 777.79 791.98 -14.19 - 66.783 725.26 792.29 -67.03 - 66.833 739.15 792.60 -53.45 - 66.883 786.65 792.92 -6.27 - 66.933 753.07 793.24 -40.17 - 66.983 803.11 793.58 9.53 - 67.033 769.09 793.92 -24.83 - 67.083 875.68 794.27 81.41 - 67.133 866.00 794.63 71.37 - 67.183 839.11 795.01 44.10 - 67.233 836.07 795.41 40.66 - 67.283 857.46 795.82 61.64 - 67.332 805.05 796.25 8.80 - 67.382 861.19 796.69 64.50 - 67.432 838.72 797.16 41.56 - 67.482 812.35 797.65 14.70 - 67.532 842.30 798.15 44.15 - 67.596 783.91 798.82 -14.91 - 67.646 798.64 799.38 -0.74 - 67.696 728.10 799.95 -71.85 - 67.746 812.57 800.55 12.02 - 67.796 775.35 801.18 -25.83 - 67.846 743.37 801.83 -58.46 - 67.896 749.81 802.50 -52.69 - 67.946 760.80 803.21 -42.41 - 67.996 762.27 803.95 -41.68 - 68.046 779.14 804.71 -25.57 - 68.096 760.17 805.51 -45.34 - 68.146 738.94 806.35 -67.41 - 68.196 760.96 807.23 -46.27 - 68.246 740.14 808.15 -68.01 - 68.296 751.86 809.10 -57.24 - 68.346 728.76 810.11 -81.35 - 68.396 751.31 811.16 -59.85 - 68.446 734.97 812.27 -77.30 - 68.496 757.54 813.43 -55.89 - 68.546 656.79 814.65 -157.86 - 68.596 745.87 815.93 -70.06 - 68.646 712.16 817.27 -105.11 - 68.696 719.31 818.70 -99.39 - 68.746 696.69 820.20 -123.51 - 68.796 716.26 821.77 -105.51 - 68.864 706.54 824.08 -117.54 - 68.914 657.12 825.88 -168.76 - 68.964 663.65 827.79 -164.14 - 69.014 700.06 829.82 -129.76 - 69.064 689.83 831.96 -142.13 - 69.114 702.32 834.24 -131.92 - 69.164 669.19 836.67 -167.48 - 69.214 736.30 839.25 -102.95 - 69.264 678.20 842.01 -163.81 - 69.314 723.64 844.93 -121.29 - 69.364 699.26 848.08 -148.82 - 69.414 688.41 851.45 -163.04 - 69.464 719.73 855.04 -135.31 - 69.514 684.76 858.92 -174.16 - 69.564 731.70 863.08 -131.38 - 69.614 686.33 867.57 -181.24 - 69.664 707.11 872.41 -165.30 - 69.714 754.37 877.66 -123.29 - 69.764 718.72 883.35 -164.63 - 69.814 679.29 889.53 -210.24 - 69.864 737.43 901.04 -163.61 - 69.914 724.59 908.44 -183.85 - 69.964 768.50 916.58 -148.08 - 70.014 749.69 925.50 -175.81 - 70.064 799.88 935.29 -135.41 - 70.098 829.93 942.54 -112.61 - 70.148 876.42 954.15 -77.73 - 70.198 923.18 967.04 -43.86 - 70.248 929.07 981.40 -52.33 - 70.298 1054.31 997.42 56.89 - 70.348 1002.28 1015.47 -13.19 - 70.398 1083.98 1036.01 47.97 - 70.448 1126.36 1059.65 66.71 - 70.498 1204.98 1087.47 117.51 - 70.548 1324.40 1121.27 203.13 - 70.598 1360.23 1164.76 195.47 - 70.648 1383.80 1224.39 159.41 - 70.698 1488.79 1311.31 177.48 - 70.748 1592.70 1446.06 146.64 - 70.798 1702.79 1660.97 41.82 - 70.848 1949.79 2007.04 -57.25 - 70.898 2243.65 2557.83 -314.18 - 70.948 2740.57 3413.35 -672.78 - 70.998 3667.86 4698.26 -1030.40 - 71.048 5263.62 6541.76 -1278.14 - 71.098 7505.31 9067.63 -1562.32 - 71.147 11055.61 12341.33 -1285.72 - 71.198 15992.14 16395.53 -403.39 - 71.248 22022.12 21085.45 936.67 - 71.298 28024.80 26132.16 1892.64 - 71.329 36872.91 29290.62 7582.29 - 71.379 39952.81 34050.36 5902.45 - 71.429 41577.52 37922.33 3655.19 - 71.479 41902.50 40391.27 1511.23 - 71.529 41165.40 41076.76 88.64 - 71.579 39283.06 39866.79 -583.73 - 71.629 36679.31 36933.88 -254.57 - 71.679 32950.61 32712.30 238.31 - 71.729 27842.39 27753.37 89.02 - 71.779 22507.98 22622.20 -114.21 - 71.829 17174.21 17736.97 -562.76 - 71.879 13095.88 13427.75 -331.87 - 71.929 10457.45 9884.29 573.16 - 71.979 8173.77 7119.89 1053.88 - 72.029 6213.11 5086.37 1126.74 - 72.079 4586.38 3663.25 923.13 - 72.129 3307.41 2711.65 595.76 - 72.179 2402.87 2099.37 303.50 - 72.229 1908.02 1716.73 191.29 - 72.279 1556.97 1482.12 74.84 - 72.328 1440.95 1337.36 103.59 - 72.378 1325.94 1245.47 80.47 - 72.428 1214.78 1183.27 31.51 - 72.478 1113.21 1138.46 -25.25 - 72.528 1069.29 1103.97 -34.68 - 72.595 990.58 1067.62 -77.04 - 72.645 1094.59 1044.91 49.68 - 72.695 1055.83 1025.20 30.63 - 72.745 1021.65 1007.88 13.77 - 72.795 1032.97 992.60 40.37 - 72.845 1007.52 979.02 28.50 - 72.895 971.05 966.90 4.15 - 72.945 993.22 956.06 37.16 - 72.995 933.15 946.35 -13.20 - 73.045 1001.77 937.67 64.10 - 73.095 1069.04 929.83 139.21 - 73.145 993.36 922.77 70.59 - 73.195 1015.31 916.44 98.87 - 73.245 1002.35 910.72 91.63 - 73.295 1113.44 905.58 207.86 - 73.345 1071.66 900.96 170.70 - 73.395 1036.56 896.81 139.75 - 73.445 1046.49 893.09 153.40 - 73.495 1101.79 889.77 212.02 - 73.545 1059.58 886.82 172.76 - 73.594 1074.55 884.23 190.32 - 73.644 1049.00 881.97 167.03 - 73.694 1074.97 880.01 194.96 - 73.744 1045.61 878.36 167.25 - 73.794 1031.06 876.99 154.07 - 73.834 955.15 876.10 79.05 - 73.884 1028.88 875.22 153.66 - 73.934 915.07 874.62 40.45 - 73.984 929.83 874.29 55.54 - 74.034 1000.62 874.23 126.39 - 74.084 906.69 874.44 32.25 - 74.134 924.87 874.94 49.93 - 74.184 921.37 875.72 45.65 - 74.235 891.16 876.81 14.35 - 74.284 932.35 878.22 54.13 - 74.334 926.95 879.96 46.99 - 74.384 897.34 882.07 15.27 - 74.434 877.97 884.57 -6.60 - 74.484 915.51 887.68 27.83 - 74.534 961.66 891.06 70.60 - 74.584 978.46 894.96 83.50 - 74.634 970.96 899.43 71.53 - 74.684 1011.54 904.53 107.01 - 74.734 989.63 910.37 79.26 - 74.784 1022.37 917.02 105.35 - 74.834 1043.94 924.59 119.35 - 74.884 1031.79 933.22 98.57 - 74.934 1085.87 943.16 142.71 - 74.984 1078.10 954.63 123.47 - 75.034 1153.48 967.96 185.52 - 75.070 1142.44 979.24 163.20 - 75.120 1240.07 997.67 242.40 - 75.171 1244.69 1021.17 223.52 - 75.221 1279.37 1053.14 226.23 - 75.271 1348.37 1099.62 248.75 - 75.321 1350.83 1171.84 178.99 - 75.371 1383.21 1288.88 94.33 - 75.421 1597.70 1480.80 116.90 - 75.471 1689.18 1792.55 -103.37 - 75.521 1906.91 2283.40 -376.49 - 75.571 2605.39 3032.55 -427.16 - 75.621 3466.96 4123.38 -656.42 - 75.671 4942.36 5623.19 -680.83 - 75.721 7346.30 7584.81 -238.51 - 75.770 10800.72 9989.40 811.32 - 75.820 14593.93 12745.59 1848.34 - 75.870 18446.94 15670.58 2776.36 - 75.920 20296.86 18498.42 1798.44 - 75.970 21707.72 20903.97 803.75 - 76.020 21474.60 22544.88 -1070.29 - 76.070 21518.89 23161.65 -1642.76 - 76.120 20834.40 22647.93 -1813.53 - 76.170 19384.49 21080.64 -1696.15 - 76.220 17720.10 18715.67 -995.57 - 76.270 15024.52 15899.30 -874.78 - 76.320 12288.03 12959.67 -671.64 - 76.370 9440.09 10161.18 -721.09 - 76.420 7506.18 7711.15 -204.97 - 76.470 5837.47 5707.95 129.52 - 76.520 4785.57 4174.10 611.47 - 76.570 3702.38 3061.26 641.12 - 76.620 2908.92 2294.65 614.27 - 76.670 2215.70 1792.20 423.50 - 76.720 1720.81 1475.24 245.57 - 76.770 1410.31 1281.24 129.07 - 76.820 1252.50 1162.70 89.80 - 76.870 1084.11 1089.39 -5.28 - 76.920 1035.90 1042.23 -6.33 - 76.970 980.35 1009.56 -29.21 - 77.020 923.18 985.29 -62.11 - 77.070 920.07 966.03 -45.96 - 77.120 876.71 949.99 -73.28 - 77.170 862.86 936.24 -73.38 - 77.220 904.93 924.22 -19.29 - 77.270 899.00 913.64 -14.64 - 77.320 886.15 904.25 -18.10 - 77.370 892.37 895.89 -3.52 - 77.420 937.38 888.34 49.04 - 77.470 947.90 881.56 66.34 - 77.520 964.23 875.45 88.78 - 77.579 910.04 868.93 41.11 - 77.629 974.80 863.97 110.83 - 77.679 936.76 859.46 77.30 - 77.729 1014.86 855.33 159.53 - 77.779 1029.06 851.55 177.51 - 77.829 1096.71 848.08 248.63 - 77.879 1081.69 844.89 236.80 - 77.929 1115.68 841.94 273.74 - 77.979 1150.68 839.22 311.46 - 78.029 1198.55 828.83 369.72 - 78.079 1194.62 826.61 368.01 - 78.129 1215.69 824.56 391.13 - 78.179 1197.47 822.67 374.80 - 78.229 1204.48 820.91 383.57 - 78.279 1190.76 819.27 371.49 - 78.329 1103.53 817.76 285.77 - 78.379 1135.75 816.35 319.40 - 78.429 1080.75 815.04 265.71 - 78.479 1029.63 813.81 215.82 - 78.529 993.35 812.68 180.67 - 78.579 1020.17 811.62 208.55 - 78.629 950.93 810.64 140.29 - 78.679 904.04 809.73 94.31 - 78.729 923.81 808.88 114.93 - 78.779 873.84 808.10 65.74 - 78.831 860.60 807.35 53.25 - 78.881 849.15 806.68 42.47 - 78.931 799.39 806.08 -6.69 - 78.981 793.66 805.53 -11.87 - 79.031 793.27 805.03 -11.76 - 79.081 761.01 805.84 -44.83 - 79.131 745.73 805.47 -59.74 - 79.181 766.66 805.16 -38.50 - 79.231 769.37 804.91 -35.54 - 79.281 766.21 804.71 -38.50 - 79.331 815.87 804.58 11.29 - 79.381 835.54 804.52 31.02 - 79.431 814.66 804.53 10.13 - 79.481 751.69 804.62 -52.93 - 79.531 797.27 804.82 -7.55 - 79.581 795.45 805.13 -9.68 - 79.631 790.85 805.61 -14.76 - 79.681 772.39 806.34 -33.95 - 79.731 823.41 807.50 15.91 - 79.781 788.90 809.39 -20.49 - 79.831 819.07 812.58 6.49 - 79.881 832.60 817.99 14.61 - 79.931 878.46 827.19 51.27 - 79.981 871.48 842.33 29.15 - 80.031 895.38 866.18 29.20 - 80.070 882.33 893.63 -11.30 - 80.120 971.15 941.78 29.37 - 80.170 987.96 1007.43 -19.47 - 80.221 1091.39 1091.49 -0.10 - 80.271 1293.58 1191.55 102.03 - 80.321 1347.99 1302.16 45.83 - 80.371 1424.85 1413.85 11.00 - 80.421 1539.50 1513.63 25.87 - 80.471 1605.05 1587.41 17.64 - 80.521 1502.07 1622.71 -120.64 - 80.571 1528.51 1613.10 -84.59 - 80.621 1505.98 1560.08 -54.10 - 80.670 1336.27 1473.63 -137.36 - 80.720 1293.65 1366.84 -73.19 - 80.770 1156.02 1253.99 -97.97 - 80.820 1063.64 1146.54 -82.90 - 80.870 989.18 1052.52 -63.34 - 80.920 964.08 975.96 -11.88 - 80.970 852.28 917.60 -65.32 - 81.020 897.35 875.86 21.49 - 81.070 840.20 847.58 -7.38 - 81.120 855.18 829.36 25.82 - 81.170 798.45 817.97 -19.52 - 81.220 799.84 811.09 -11.25 - 81.270 811.70 806.96 4.74 - 81.317 760.77 804.54 -43.77 - 81.367 761.83 802.84 -41.01 - 81.417 815.98 801.66 14.32 - 81.467 784.04 800.79 -16.75 - 81.517 783.79 800.10 -16.31 - 81.567 791.53 799.54 -8.01 - 81.617 783.17 799.07 -15.90 - 81.667 790.20 798.68 -8.48 - 81.717 850.40 798.35 52.05 - 81.767 791.46 798.08 -6.62 - 81.817 847.34 797.85 49.49 - 81.867 847.80 797.67 50.13 - 81.917 835.47 797.52 37.95 - 81.967 769.58 797.41 -27.83 - 82.017 839.76 797.34 42.42 - 82.067 824.41 797.29 27.12 - 82.117 792.55 797.27 -4.72 - 82.167 818.72 797.28 21.44 - 82.217 831.98 797.32 34.66 - 82.267 738.80 797.38 -58.58 - 82.317 816.41 797.47 18.94 - 82.366 782.09 797.58 -15.49 - 82.417 809.83 793.14 16.69 - 82.467 844.61 793.37 51.24 - 82.517 856.62 793.63 62.99 - 82.569 821.05 793.92 27.13 - 82.620 797.54 794.23 3.31 - 82.670 824.31 794.57 29.74 - 82.720 848.55 794.93 53.62 - 82.770 848.72 795.32 53.40 - 82.820 857.18 795.75 61.43 - 82.870 870.78 796.21 74.57 - 82.920 907.59 796.71 110.88 - 82.970 866.12 797.24 68.88 - 83.020 905.21 797.82 107.39 - 83.070 933.95 798.45 135.50 - 83.120 943.40 799.13 144.27 - 83.170 960.55 799.87 160.68 - 83.220 1019.19 800.67 218.52 - 83.270 927.75 801.54 126.21 - 83.320 963.18 802.49 160.69 - 83.369 914.14 803.53 110.61 - 83.419 984.27 804.67 179.60 - 83.469 919.10 805.92 113.18 - 83.519 883.22 807.30 75.92 - 83.569 910.56 808.82 101.74 - 83.619 878.46 810.69 67.77 - 83.669 855.16 812.57 42.59 - 83.719 883.24 814.68 68.56 - 83.769 849.32 817.03 32.29 - 83.830 869.11 820.33 48.78 - 83.881 830.62 823.44 7.18 - 83.931 893.43 826.99 66.44 - 83.981 852.55 831.13 21.42 - 84.031 829.10 836.02 -6.92 - 84.081 827.83 842.06 -14.23 - 84.131 832.50 849.99 -17.49 - 84.181 864.95 861.22 3.73 - 84.231 859.60 878.42 -18.82 - 84.281 801.72 906.28 -104.56 - 84.331 869.00 952.96 -83.96 - 84.381 931.10 1030.90 -99.80 - 84.431 1001.98 1156.89 -154.91 - 84.481 1097.09 1353.46 -256.37 - 84.531 1409.59 1643.42 -233.83 - 84.581 1881.72 2046.72 -165.00 - 84.630 2584.41 2572.03 12.38 - 84.680 3480.58 3209.45 271.13 - 84.730 4309.00 3923.67 385.33 - 84.780 5039.96 4648.45 391.51 - 84.830 5577.56 5297.86 279.70 - 84.880 5632.41 5772.87 -140.46 - 84.930 5499.08 5990.49 -491.41 - 84.980 5284.95 5901.99 -617.04 - 85.030 4995.22 5527.85 -532.63 - 85.072 4382.09 5041.79 -659.70 - 85.122 3750.54 4346.80 -596.26 - 85.173 3199.09 3615.86 -416.77 - 85.223 2512.76 2926.74 -413.98 - 85.273 1997.49 2334.09 -336.60 - 85.323 1730.13 1860.52 -130.39 - 85.373 1577.00 1506.94 70.06 - 85.423 1285.60 1259.75 25.85 - 85.473 1155.98 1096.46 59.52 - 85.523 989.98 994.00 -4.02 - 85.573 940.93 931.58 9.35 - 85.623 869.97 894.32 -24.35 - 85.673 808.23 872.00 -63.77 - 85.723 799.31 857.97 -58.66 - 85.772 788.10 848.57 -60.47 - 85.822 793.76 841.72 -47.96 - 85.872 839.43 836.38 3.05 - 85.922 774.49 831.98 -57.49 - 85.972 796.69 828.26 -31.57 - 86.022 757.26 825.05 -67.79 - 86.072 740.91 822.25 -81.34 - 86.122 798.90 819.80 -20.90 - 86.172 781.40 817.63 -36.23 - 86.222 790.39 815.71 -25.32 - 86.272 699.19 814.01 -114.82 - 86.304 752.01 813.02 -61.01 - 86.354 750.88 811.60 -60.72 - 86.404 714.10 810.33 -96.23 - 86.454 776.09 809.19 -33.10 - 86.504 738.08 808.17 -70.09 - 86.554 750.31 807.25 -56.94 - 86.604 747.93 806.42 -58.49 - 86.654 788.64 805.67 -17.03 - 86.704 772.43 804.81 -32.38 - 86.754 707.30 804.20 -96.90 - 86.804 769.67 803.64 -33.97 - 86.854 791.59 803.14 -11.55 - 86.904 800.45 802.69 -2.24 - 86.954 697.21 802.29 -105.08 - 87.004 779.69 801.92 -22.23 - 87.054 737.87 801.59 -63.72 - 87.104 819.75 801.30 18.45 - 87.154 762.21 801.03 -38.82 - 87.204 762.56 800.80 -38.24 - 87.254 772.88 800.59 -27.71 - 87.304 752.51 800.42 -47.91 - 87.354 786.23 800.26 -14.03 - 87.404 776.42 800.14 -23.72 - 87.454 765.34 800.03 -34.69 - 87.504 839.25 799.95 39.30 - 87.557 745.99 799.89 -53.90 - 87.607 759.71 799.85 -40.14 - 87.657 819.78 799.84 19.94 - 87.707 805.22 799.85 5.37 - 87.757 752.37 799.89 -47.52 - 87.807 729.04 799.95 -70.91 - 87.857 772.03 800.04 -28.01 - 87.907 765.84 800.15 -34.31 - 87.957 804.46 800.29 4.17 - 88.007 757.79 800.47 -42.68 - 88.057 729.27 800.68 -71.41 - 88.107 823.96 800.93 23.03 - 88.157 779.05 801.44 -22.39 - 88.207 776.16 801.79 -25.63 - 88.257 783.03 802.20 -19.17 - 88.307 777.86 802.68 -24.82 - 88.357 752.94 803.24 -50.30 - 88.407 806.39 803.90 2.49 - 88.457 811.87 804.72 7.15 - 88.507 805.36 805.75 -0.39 - 88.557 778.47 807.16 -28.69 - 88.607 813.98 809.22 4.76 - 88.657 800.19 812.53 -12.34 - 88.707 846.15 818.04 28.11 - 88.757 842.19 827.33 14.86 - 88.834 829.06 854.99 -25.93 - 88.884 892.13 886.60 5.53 - 88.934 920.63 933.27 -12.64 - 88.984 1004.55 997.94 6.61 - 89.034 1050.23 1081.07 -30.84 - 89.084 1221.78 1180.07 41.71 - 89.134 1365.31 1288.06 77.25 - 89.184 1335.08 1393.23 -58.15 - 89.234 1457.19 1480.77 -23.58 - 89.284 1527.62 1535.00 -7.38 - 89.334 1428.78 1544.84 -116.06 - 89.384 1395.11 1507.71 -112.60 - 89.434 1375.27 1432.24 -56.97 - 89.484 1247.53 1332.49 -84.96 - 89.534 1132.69 1224.33 -91.64 - 89.584 1077.66 1120.74 -43.08 - 89.634 959.97 1030.65 -70.68 - 89.684 899.30 958.46 -59.16 - 89.734 962.64 904.71 57.93 - 89.784 834.69 867.43 -32.74 - 89.834 846.36 843.06 3.30 - 89.883 810.23 827.96 -17.73 - 89.934 777.17 818.87 -41.70 - 89.984 833.37 813.53 19.84 - 90.034 741.41 810.37 -68.96 - 90.086 789.85 808.33 -18.48 - 90.136 775.46 807.03 -31.57 - 90.186 725.89 806.08 -80.19 - 90.236 752.31 805.35 -53.04 - 90.286 723.17 804.76 -81.59 - 90.336 799.09 804.26 -5.17 - 90.386 731.37 803.85 -72.48 - 90.436 768.03 803.50 -35.47 - 90.486 772.89 803.20 -30.31 - 90.536 736.63 802.95 -66.32 - 90.586 691.75 802.74 -110.99 - 90.636 723.63 802.56 -78.93 - 90.686 802.09 802.42 -0.33 - 90.736 783.55 802.29 -18.74 - 90.786 766.18 802.20 -36.02 - 90.836 789.18 802.12 -12.94 - 90.886 705.30 800.85 -95.55 - 90.936 747.67 800.82 -53.15 - 90.986 823.38 800.82 22.56 - 91.036 770.95 800.82 -29.87 - 91.085 749.90 800.84 -50.94 - 91.135 759.76 800.87 -41.11 - 91.185 785.47 800.90 -15.43 - 91.235 759.73 800.95 -41.22 - 91.285 763.98 801.01 -37.03 - 91.332 791.43 801.07 -9.64 - 91.382 800.17 801.15 -0.98 - 91.432 751.11 801.23 -50.12 - 91.482 779.20 801.33 -22.13 - 91.532 789.50 801.43 -11.93 - 91.582 717.82 801.53 -83.71 - 91.632 732.58 801.65 -69.07 - 91.682 848.45 801.78 46.67 - 91.732 751.74 801.91 -50.17 - 91.782 781.80 802.05 -20.25 - 91.832 798.00 802.21 -4.21 - 91.882 738.06 802.37 -64.31 - 91.932 802.09 802.55 -0.46 - 91.982 776.73 802.73 -26.00 - 92.032 759.80 802.93 -43.13 - 92.082 771.51 803.14 -31.63 - 92.132 731.87 803.37 -71.50 - 92.182 785.03 803.61 -18.58 - 92.232 773.16 803.88 -30.72 - 92.282 832.71 804.16 28.55 - 92.332 817.14 804.47 12.67 - 92.381 852.20 804.80 47.40 - 92.431 769.11 805.17 -36.06 - 92.482 803.61 805.57 -1.96 - 92.531 798.55 806.02 -7.47 - 92.570 839.23 806.39 32.84 - 92.620 784.52 806.93 -22.41 - 92.670 817.72 807.53 10.19 - 92.721 774.58 808.20 -33.62 - 92.770 824.08 808.98 15.10 - 92.820 809.19 809.87 -0.68 - 92.870 804.31 810.94 -6.63 - 92.921 863.25 812.29 50.96 - 92.971 772.19 814.10 -41.91 - 93.020 785.92 816.75 -30.83 - 93.070 819.65 820.99 -1.34 - 93.121 840.54 828.11 12.43 - 93.170 851.88 840.14 11.74 - 93.220 873.63 860.18 13.45 - 93.270 890.10 892.11 -2.01 - 93.320 928.91 940.16 -11.25 - 93.370 1017.01 1007.87 9.14 - 93.420 1157.47 1096.52 60.95 - 93.470 1365.58 1203.57 162.01 - 93.520 1433.89 1320.75 113.14 - 93.570 1549.80 1435.01 114.79 - 93.620 1581.37 1528.90 52.47 - 93.670 1595.13 1585.17 9.96 - 93.720 1541.86 1590.23 -48.37 - 93.770 1504.80 1543.11 -38.31 - 93.810 1457.59 1475.15 -17.56 - 93.860 1310.94 1366.31 -55.37 - 93.910 1231.30 1248.35 -17.05 - 93.960 1134.05 1136.21 -2.16 - 94.010 983.77 1040.28 -56.51 - 94.060 1009.71 964.77 44.94 - 94.110 961.74 909.68 52.06 - 94.160 843.73 872.32 -28.59 - 94.210 864.42 848.50 15.92 - 94.260 829.22 834.09 -4.87 - 94.310 856.63 825.61 31.02 - 94.360 836.98 820.67 16.31 - 94.410 765.69 817.73 -52.04 - 94.460 732.99 815.85 -82.86 - 94.510 802.39 814.56 -12.17 - 94.560 786.53 813.60 -27.07 - 94.610 755.41 812.84 -57.43 - 94.660 718.64 812.21 -93.57 - 94.710 803.61 811.69 -8.08 - 94.760 766.35 811.26 -44.91 - 94.810 841.32 810.89 30.43 - 94.859 814.84 810.58 4.26 - 94.910 787.11 810.32 -23.21 - 94.960 766.08 810.09 -44.01 - 95.010 805.01 809.91 -4.90 - 95.068 782.66 809.54 -26.88 - 95.118 822.21 809.42 12.79 - 95.169 842.67 809.32 33.35 - 95.219 799.32 809.24 -9.92 - 95.269 832.30 809.18 23.12 - 95.319 851.76 809.14 42.62 - 95.369 846.89 809.11 37.78 - 95.419 832.99 809.09 23.90 - 95.469 804.89 809.08 -4.19 - 95.519 866.04 809.08 56.96 - 95.569 892.03 809.09 82.94 - 95.619 840.48 809.10 31.38 - 95.669 839.14 809.13 30.01 - 95.719 870.14 809.16 60.98 - 95.769 817.08 809.20 7.88 - 95.818 882.76 809.24 73.52 - 95.868 821.31 809.29 12.02 - 95.918 898.81 809.34 89.47 - 95.968 880.82 809.39 71.43 - 96.018 838.23 809.45 28.78 - 96.068 842.34 809.52 32.82 - 96.118 845.46 809.58 35.88 - 96.168 869.81 809.65 60.16 - 96.218 796.15 809.72 -13.57 - 96.268 774.27 809.80 -35.53 - 96.305 818.63 809.85 8.78 - 96.355 757.63 809.93 -52.30 - 96.405 802.22 810.01 -7.79 - 96.455 856.68 810.10 46.58 - 96.505 778.52 810.18 -31.66 - 96.555 869.58 810.27 59.31 - 96.605 862.99 810.36 52.63 - 96.655 864.33 810.44 53.89 - 96.705 834.01 810.54 23.47 - 96.755 856.68 810.63 46.05 - 96.805 806.96 810.72 -3.76 - 96.855 784.59 810.82 -26.23 - 96.905 827.64 810.91 16.73 - 96.955 836.63 811.01 25.62 - 97.005 807.69 811.11 -3.42 - 97.055 787.01 811.20 -24.19 - 97.105 802.54 811.30 -8.76 - 97.155 781.42 811.40 -29.98 - 97.205 753.31 811.51 -58.20 - 97.255 747.91 811.61 -63.70 - 97.305 797.74 811.71 -13.97 - 97.355 743.90 811.81 -67.91 - 97.405 796.25 815.04 -18.79 - 97.455 788.73 815.21 -26.48 - 97.505 794.73 815.37 -20.64 - 97.565 762.01 815.58 -53.57 - 97.615 776.61 815.76 -39.15 - 97.665 809.75 815.94 -6.19 - 97.715 754.95 816.12 -61.17 - 97.765 793.46 816.30 -22.84 - 97.815 771.49 816.48 -44.99 - 97.865 793.22 816.67 -23.45 - 97.915 700.76 816.87 -116.11 - 97.965 744.69 817.06 -72.37 - 98.015 829.60 817.26 12.34 - 98.065 760.00 817.46 -57.46 - 98.115 804.52 817.67 -13.15 - 98.165 774.96 817.87 -42.91 - 98.215 796.93 818.09 -21.16 - 98.265 804.51 818.30 -13.79 - 98.315 797.91 818.52 -20.61 - 98.365 784.31 818.75 -34.44 - 98.415 876.42 818.98 57.44 - 98.465 782.59 819.21 -36.62 - 98.515 782.98 819.45 -36.47 - 98.565 797.08 819.69 -22.61 - 98.615 822.70 819.94 2.76 - 98.665 824.09 820.19 3.90 - 98.715 785.08 820.45 -35.37 - 98.765 797.86 820.72 -22.86 - 98.834 794.10 821.10 -27.00 - 98.884 744.15 821.38 -77.23 - 98.934 805.83 821.67 -15.84 - 98.984 833.99 821.97 12.02 - 99.034 859.29 822.27 37.02 - 99.084 861.07 822.58 38.49 - 99.134 821.66 822.90 -1.24 - 99.184 780.46 823.24 -42.78 - 99.234 790.35 823.58 -33.23 - 99.284 772.78 823.72 -50.94 - 99.334 833.16 824.08 9.08 - 99.384 792.01 824.46 -32.45 - 99.434 800.01 824.85 -24.84 - 99.484 836.61 825.25 11.36 - 99.534 802.68 825.67 -22.99 - 99.584 848.10 826.10 22.00 - 99.634 781.62 826.55 -44.93 - 99.684 764.05 827.02 -62.97 - 99.734 810.25 827.50 -17.25 - 99.784 828.77 828.01 0.76 - 99.834 833.69 828.53 5.16 - 99.884 777.37 829.08 -51.71 - 99.934 807.53 829.65 -22.12 - 99.984 770.04 830.25 -60.21 - 100.034 860.28 830.88 29.40 - 100.081 798.05 831.49 -33.44 - 100.131 770.84 832.19 -61.35 - 100.181 802.20 832.91 -30.71 - 100.231 812.19 833.68 -21.49 - 100.281 834.94 834.49 0.45 - 100.331 755.06 835.34 -80.28 - 100.381 810.11 836.25 -26.14 - 100.431 808.23 837.21 -28.98 - 100.481 807.87 838.23 -30.36 - 100.531 767.17 839.32 -72.15 - 100.581 829.03 840.48 -11.45 - 100.631 788.36 841.73 -53.37 - 100.681 802.10 843.06 -40.96 - 100.731 765.12 844.50 -79.38 - 100.781 813.98 846.04 -32.06 - 100.831 798.67 847.71 -49.04 - 100.881 823.00 849.52 -26.52 - 100.931 812.48 851.48 -39.00 - 100.981 811.03 853.63 -42.60 - 101.031 814.08 855.96 -41.88 - 101.080 835.13 858.53 -23.40 - 101.130 858.66 861.34 -2.68 - 101.180 802.28 864.46 -62.18 - 101.230 800.88 867.92 -67.04 - 101.280 810.88 871.76 -60.88 - 101.325 864.61 875.61 -11.00 - 101.375 849.43 880.40 -30.97 - 101.426 927.18 885.80 41.38 - 101.476 863.40 891.93 -28.53 - 101.526 889.10 898.90 -9.80 - 101.576 902.64 906.91 -4.27 - 101.626 877.86 916.21 -38.35 - 101.676 887.37 927.09 -39.72 - 101.726 955.73 940.10 15.63 - 101.776 915.23 956.08 -40.85 - 101.826 1006.90 977.01 29.89 - 101.876 945.64 1006.72 -61.08 - 101.926 949.25 1052.68 -103.43 - 101.976 984.23 1129.74 -145.51 - 102.025 1015.57 1262.80 -247.23 - 102.075 1106.93 1491.00 -384.07 - 102.125 1481.12 1871.24 -390.12 - 102.175 2039.75 2458.17 -418.42 - 102.225 3115.63 3310.23 -194.60 - 102.275 4819.78 4446.13 373.65 - 102.325 6814.76 5827.04 987.72 - 102.375 8308.87 7329.86 979.01 - 102.425 9564.54 8768.12 796.42 - 102.475 9824.53 9868.89 -44.36 - 102.525 9957.49 10377.08 -419.59 - 102.571 9452.58 10212.74 -760.16 - 102.621 8475.16 9389.88 -914.72 - 102.671 7204.12 8099.67 -895.55 - 102.721 6119.59 6605.49 -485.90 - 102.771 4776.17 5147.29 -371.12 - 102.821 3862.38 3881.00 -18.62 - 102.871 3107.83 2883.58 224.25 - 102.921 2539.37 2164.44 374.93 - 102.971 2119.15 1683.86 435.29 - 103.021 1655.92 1383.84 272.08 - 103.071 1467.25 1204.27 262.98 - 103.121 1223.45 1099.90 123.55 - 103.171 1080.88 1039.05 41.83 - 103.221 1063.27 1001.55 61.72 - 103.271 915.13 976.64 -61.51 - 103.321 985.03 958.54 26.49 - 103.371 961.96 944.43 17.53 - 103.420 954.06 932.91 21.15 - 103.471 891.79 923.23 -31.44 - 103.520 907.07 915.02 -7.95 - 103.570 854.13 907.96 -53.83 - 103.620 891.07 901.89 -10.82 - 103.670 902.56 896.59 5.97 - 103.720 871.93 891.97 -20.04 - 103.770 852.09 887.94 -35.85 - 103.817 865.70 884.62 -18.92 - 103.867 883.25 881.48 1.77 - 103.917 903.82 878.72 25.10 - 103.967 871.04 876.29 -5.25 - 104.017 928.50 874.15 54.35 - 104.067 884.48 872.27 12.21 - 104.117 918.79 870.62 48.17 - 104.167 889.69 869.17 20.52 - 104.217 875.23 867.90 7.33 - 104.267 868.21 866.81 1.40 - 104.317 925.22 865.86 59.36 - 104.367 821.80 865.05 -43.25 - 104.417 882.03 864.38 17.65 - 104.467 877.40 863.82 13.58 - 104.517 866.11 863.38 2.73 - 104.567 894.84 863.04 31.80 - 104.617 915.17 862.81 52.36 - 104.667 895.82 862.68 33.14 - 104.717 856.33 862.64 -6.31 - 104.767 872.72 862.70 10.02 - 104.817 890.12 862.85 27.27 - 104.867 914.26 863.09 51.17 - 104.917 920.17 863.43 56.74 - 104.967 916.82 863.87 52.95 - 105.017 913.08 864.40 48.68 - 105.056 882.07 864.89 17.18 - 105.106 898.29 865.62 32.67 - 105.156 884.57 866.45 18.12 - 105.206 899.29 867.41 31.88 - 105.256 908.34 868.50 39.84 - 105.306 947.90 869.72 78.18 - 105.356 866.09 871.10 -5.01 - 105.406 890.09 872.64 17.45 - 105.456 905.25 874.36 30.89 - 105.506 884.06 876.28 7.78 - 105.556 939.26 878.43 60.83 - 105.606 929.59 880.83 48.76 - 105.656 949.85 883.51 66.34 - 105.706 902.71 886.52 16.19 - 105.756 973.13 889.90 83.23 - 105.806 978.82 893.69 85.13 - 105.856 962.98 897.97 65.01 - 105.906 999.06 902.83 96.23 - 105.956 994.34 908.36 85.98 - 106.006 1026.27 914.68 111.59 - 106.056 1006.75 921.93 84.82 - 106.105 1023.63 930.28 93.35 - 106.156 1114.95 940.05 174.90 - 106.206 1038.89 951.53 87.36 - 106.255 1134.35 965.16 169.19 - 106.315 1173.09 985.40 187.69 - 106.365 1238.71 1008.04 230.67 - 106.415 1144.36 1039.76 104.60 - 106.465 1041.96 1088.69 -46.73 - 106.515 1102.49 1170.23 -67.74 - 106.565 1180.52 1312.02 -131.50 - 106.615 1274.02 1558.17 -284.15 - 106.665 1690.85 1968.22 -277.37 - 106.715 2368.56 2610.16 -241.60 - 106.765 3600.32 3536.59 63.73 - 106.815 5354.54 4769.45 585.09 - 106.865 7645.08 6250.42 1394.66 - 106.915 9275.35 7819.71 1455.64 - 106.965 10622.81 9252.55 1370.26 - 107.015 10743.61 10222.86 520.75 - 107.065 10356.37 10495.51 -139.14 - 107.115 9398.42 10006.43 -608.01 - 107.165 7960.51 8900.24 -939.73 - 107.215 6723.92 7438.00 -714.08 - 107.265 5444.76 5898.40 -453.64 - 107.315 4349.66 4493.87 -144.21 - 107.364 3521.26 3350.22 171.04 - 107.414 2980.23 2494.28 485.95 - 107.465 2424.64 1908.16 516.48 - 107.514 2042.30 1534.73 507.57 - 107.571 1599.43 1284.89 314.54 - 107.622 1416.56 1161.78 254.78 - 107.672 1234.72 1086.63 148.09 - 107.722 1150.50 1042.64 107.86 - 107.772 1090.52 1013.73 76.79 - 107.822 1045.00 992.97 52.03 - 107.872 999.65 976.94 22.71 - 107.922 1024.72 964.01 60.71 - 107.972 947.24 953.28 -6.04 - 108.022 908.16 944.27 -36.11 - 108.072 929.10 936.59 -7.49 - 108.122 901.99 930.01 -28.02 - 108.172 919.22 924.39 -5.17 - 108.222 899.26 919.54 -20.28 - 108.272 901.11 915.36 -14.25 - 108.322 939.78 911.75 28.03 - 108.371 950.45 908.64 41.81 - 108.421 873.90 905.96 -32.06 - 108.471 900.55 903.65 -3.10 - 108.521 910.40 901.68 8.72 - 108.571 856.49 900.01 -43.52 - 108.621 961.28 898.61 62.67 - 108.671 885.54 897.45 -11.91 - 108.721 899.35 896.50 2.85 - 108.771 888.65 895.76 -7.11 - 108.808 881.86 895.33 -13.47 - 108.859 855.34 894.91 -39.57 - 108.909 847.93 894.66 -46.73 - 108.959 870.87 894.57 -23.70 - 109.009 890.57 894.64 -4.07 - 109.059 871.59 894.85 -23.26 - 109.109 857.36 895.21 -37.85 - 109.159 874.97 895.71 -20.74 - 109.209 861.41 896.36 -34.95 - 109.259 867.74 897.14 -29.40 - 109.309 933.20 898.08 35.12 - 109.359 913.48 899.17 14.31 - 109.409 884.15 900.40 -16.25 - 109.459 871.95 901.80 -29.85 - 109.509 879.12 903.37 -24.25 - 109.559 864.66 905.11 -40.45 - 109.608 899.68 907.04 -7.36 - 109.658 948.99 909.17 39.82 - 109.708 926.55 911.52 15.03 - 109.758 923.31 914.10 9.21 - 109.808 919.76 916.93 2.83 - 109.858 924.23 920.02 4.21 - 109.908 938.02 923.44 14.58 - 109.958 890.17 927.19 -37.02 - 110.008 959.09 931.30 27.79 - 110.055 894.19 935.51 -41.32 - 110.105 904.12 940.47 -36.35 - 110.155 934.62 945.95 -11.33 - 110.205 952.64 952.02 0.62 - 110.255 964.60 958.72 5.88 - 110.305 1039.27 966.16 73.11 - 110.355 1010.11 974.48 35.63 - 110.405 1013.18 983.78 29.40 - 110.455 1030.00 994.21 35.79 - 110.505 1039.04 1005.92 33.12 - 110.555 1075.84 1019.22 56.61 - 110.605 1030.69 1034.37 -3.68 - 110.655 1155.80 1051.61 104.19 - 110.705 1138.39 1071.48 66.91 - 110.755 1171.59 1094.44 77.15 - 110.805 1239.07 1121.18 117.89 - 110.855 1276.79 1152.63 124.16 - 110.905 1277.63 1190.11 87.52 - 110.955 1310.06 1235.88 74.18 - 111.005 1271.49 1293.83 -22.34 - 111.055 1267.63 1372.41 -104.78 - 111.104 1264.01 1488.83 -224.82 - 111.155 1343.59 1679.95 -336.36 - 111.205 1457.00 2011.28 -554.28 - 111.254 1838.13 2589.91 -751.78 - 111.320 3048.53 3996.67 -948.14 - 111.370 5180.57 5795.91 -615.34 - 111.420 8604.40 8380.35 224.05 - 111.470 13607.64 11754.50 1853.14 - 111.520 18938.41 15682.62 3255.79 - 111.570 23543.64 19672.03 3871.61 - 111.620 25711.57 22977.72 2733.85 - 111.670 26093.35 24779.25 1314.10 - 111.721 23976.26 24606.89 -630.63 - 111.770 20585.05 22593.80 -2008.75 - 111.820 16993.17 19303.68 -2310.51 - 111.870 13883.59 15455.95 -1572.36 - 111.920 11034.31 11716.94 -682.63 - 111.970 8938.63 8489.63 449.00 - 112.020 6869.75 5990.57 879.18 - 112.070 5417.45 4211.85 1205.60 - 112.120 4288.83 3033.51 1255.32 - 112.170 3280.65 2296.67 983.98 - 112.220 2713.23 1853.44 859.79 - 112.270 2157.62 1591.20 566.42 - 112.320 1793.25 1432.68 360.57 - 112.370 1524.58 1331.61 192.97 - 112.420 1329.01 1261.34 67.67 - 112.470 1235.25 1208.98 26.27 - 112.520 1058.22 1167.71 -109.49 - 112.593 1071.88 1120.07 -48.19 - 112.643 1043.15 1093.52 -50.37 - 112.693 1036.21 1070.81 -34.60 - 112.743 1036.30 1051.20 -14.90 - 112.793 996.14 1034.22 -38.08 - 112.843 1019.99 1019.36 0.63 - 112.893 1026.17 1006.28 19.89 - 112.943 981.35 994.74 -13.39 - 112.993 1002.14 984.50 17.64 - 113.043 974.97 975.41 -0.44 - 113.093 1008.80 967.25 41.55 - 113.143 981.86 959.93 21.93 - 113.193 964.33 953.36 10.97 - 113.243 1004.62 947.42 57.20 - 113.293 967.25 942.04 25.21 - 113.343 957.47 937.17 20.30 - 113.393 947.34 932.74 14.60 - 113.443 933.68 928.69 4.99 - 113.493 964.81 924.99 39.82 - 113.543 974.71 921.61 53.10 - 113.593 985.80 918.51 67.29 - 113.642 975.31 915.68 59.63 - 113.693 954.80 913.06 41.74 - 113.743 930.47 910.66 19.81 - 113.792 970.99 908.45 62.54 - 113.826 888.04 907.07 -19.03 - 113.876 965.31 905.14 60.17 - 113.926 1003.96 903.36 100.60 - 113.976 991.52 901.73 89.79 - 114.026 1043.71 900.22 143.49 - 114.076 950.55 898.84 51.71 - 114.126 948.32 897.57 50.76 - 114.176 1010.80 896.40 114.40 - 114.226 920.64 895.33 25.31 - 114.276 974.06 894.36 79.70 - 114.326 1031.76 893.47 138.29 - 114.376 930.36 892.66 37.70 - 114.426 944.53 891.94 52.59 - 114.476 941.88 891.30 50.58 - 114.526 999.07 890.73 108.34 - 114.576 991.42 890.24 101.18 - 114.626 1025.51 889.81 135.70 - 114.676 946.04 889.47 56.57 - 114.726 969.78 889.19 80.59 - 114.776 950.25 888.99 61.26 - 114.826 945.64 888.86 56.78 - 114.876 963.42 888.82 74.60 - 114.926 898.48 888.85 9.63 - 114.976 981.89 888.97 92.92 - 115.026 935.41 889.19 46.22 - 115.063 924.83 889.41 35.42 - 115.113 911.87 889.81 22.06 - 115.163 931.37 890.32 41.05 - 115.214 960.79 890.97 69.82 - 115.264 870.55 891.76 -21.21 - 115.314 891.32 892.71 -1.39 - 115.364 917.94 893.86 24.08 - 115.414 896.91 895.24 1.67 - 115.464 970.98 896.87 74.11 - 115.514 994.41 898.81 95.60 - 115.564 934.84 901.12 33.72 - 115.614 974.43 903.88 70.55 - 115.663 967.31 907.19 60.12 - 115.714 1047.46 911.21 136.25 - 115.763 1008.01 916.17 91.84 - 115.813 990.10 922.51 67.59 - 115.863 1049.32 931.15 118.17 - 115.913 1019.67 944.03 75.64 - 115.963 967.09 965.18 1.91 - 116.013 1048.08 1002.00 46.08 - 116.063 1094.86 1066.79 28.07 - 116.113 1139.86 1176.52 -36.66 - 116.163 1421.78 1352.32 69.46 - 116.213 1761.51 1609.39 152.12 - 116.263 2223.02 1948.27 274.75 - 116.314 2537.69 2352.91 184.78 - 116.364 3021.56 2748.08 273.48 - 116.414 3380.15 3074.40 305.75 - 116.464 3232.02 3236.53 -4.51 - 116.514 3163.91 3195.06 -31.15 - 116.564 2780.30 2975.79 -195.49 - 116.614 2451.44 2641.94 -190.50 - 116.664 2195.81 2266.03 -70.22 - 116.714 1901.89 1906.90 -5.01 - 116.764 1652.38 1602.93 49.45 - 116.814 1429.65 1367.27 62.38 - 116.864 1347.50 1198.73 148.77 - 116.914 1253.14 1086.22 166.92 - 116.964 1147.59 1014.26 133.33 - 117.014 1117.99 969.94 148.05 - 117.064 1077.67 942.93 134.74 - 117.114 1004.15 929.21 74.94 - 117.164 984.30 918.44 65.86 - 117.214 993.63 911.02 82.61 - 117.264 945.43 905.55 39.88 - 117.314 916.68 901.29 15.39 - 117.363 940.23 897.86 42.37 - 117.413 911.29 895.00 16.29 - 117.463 950.37 892.60 57.77 - 117.513 868.56 890.58 -22.02 - 117.549 907.82 889.33 18.49 - 117.599 931.60 887.79 43.81 - 117.649 851.63 886.48 -34.85 - 117.699 895.91 885.35 10.56 - 117.749 847.49 884.39 -36.90 - 117.799 870.96 883.56 -12.60 - 117.849 833.37 882.85 -49.48 - 117.899 887.41 882.25 5.16 - 117.949 930.33 881.74 48.59 - 117.999 849.16 881.30 -32.14 - 118.049 872.97 880.94 -7.97 - 118.099 837.82 880.64 -42.82 - 118.149 887.21 880.40 6.81 - 118.199 892.63 880.21 12.42 - 118.249 893.65 880.06 13.59 - 118.299 861.13 879.96 -18.83 - 118.349 867.43 879.90 -12.47 - 118.399 863.05 879.88 -16.83 - 118.449 839.51 879.89 -40.38 - 118.499 823.83 879.94 -56.11 - 118.549 927.76 880.01 47.75 - 118.598 874.50 880.12 -5.62 - 118.649 871.49 880.25 -8.76 - 118.699 869.01 880.42 -11.41 - 118.749 901.20 880.61 20.59 - 118.795 814.27 880.82 -66.55 - 118.845 876.34 881.06 -4.72 - 118.895 920.80 881.34 39.46 - 118.945 832.84 881.65 -48.81 - 118.995 878.53 881.98 -3.45 - 119.045 870.61 882.35 -11.74 - 119.095 846.20 882.74 -36.54 - 119.145 869.77 883.18 -13.41 - 119.195 881.91 883.64 -1.73 - 119.245 798.17 884.14 -85.97 - 119.295 832.43 884.69 -52.26 - 119.345 866.63 885.27 -18.64 - 119.395 928.11 885.90 42.21 - 119.445 858.59 886.58 -27.99 - 119.495 931.57 887.31 44.26 - 119.545 866.37 888.10 -21.73 - 119.595 857.22 888.95 -31.73 - 119.645 959.22 889.87 69.35 - 119.695 924.54 890.87 33.67 - 119.745 905.04 891.95 13.09 - 119.795 914.85 893.13 21.72 - 119.844 914.35 894.41 19.94 - 119.894 871.07 895.81 -24.74 - 119.945 891.42 897.34 -5.92 - 119.994 912.47 899.02 13.45 - 120.047 893.90 900.97 -7.07 - 120.097 930.90 903.03 27.87 - 120.147 875.38 905.31 -29.93 - 120.197 954.46 907.86 46.60 - 120.247 930.89 910.70 20.19 - 120.297 964.02 913.89 50.13 - 120.347 902.57 917.50 -14.93 - 120.397 932.20 921.60 10.60 - 120.447 926.06 926.27 -0.21 - 120.497 930.04 931.62 -1.58 - 120.547 1011.85 937.83 74.02 - 120.597 950.77 945.07 5.70 - 120.647 948.48 953.54 -5.06 - 120.697 955.23 963.63 -8.40 - 120.747 955.77 975.78 -20.01 - 120.797 907.80 990.77 -82.97 - 120.847 981.33 1010.09 -28.76 - 120.897 980.75 1036.90 -56.15 - 120.947 967.59 1076.79 -109.20 - 120.997 975.17 1145.39 -170.22 - 121.047 1088.05 1265.50 -177.45 - 121.096 1242.07 1473.44 -231.37 - 121.146 1604.56 1819.22 -214.66 - 121.196 2139.18 2347.62 -208.44 - 121.246 3100.92 3076.88 24.04 - 121.298 4296.04 4020.00 276.04 - 121.349 5522.07 4986.40 535.67 - 121.399 6304.47 5814.91 489.56 - 121.449 6355.89 6288.27 67.62 - 121.499 5992.26 6288.82 -296.56 - 121.549 5277.48 5864.53 -587.05 - 121.599 4691.06 5159.45 -468.39 - 121.649 3836.02 4337.53 -501.51 - 121.699 3281.96 3532.93 -250.97 - 121.749 2772.13 2832.04 -59.91 - 121.799 2337.78 2266.59 71.19 - 121.849 2033.30 1840.87 192.43 - 121.899 1736.64 1538.81 197.83 - 121.949 1539.52 1332.55 206.97 - 121.999 1433.95 1197.23 236.72 - 122.049 1283.19 1110.45 172.74 - 122.098 1115.41 1055.24 60.17 - 122.148 1084.54 1019.58 64.96 - 122.198 974.31 995.61 -21.30 - 122.248 920.14 978.62 -58.48 - 122.298 965.98 965.80 0.18 - 122.348 864.89 955.67 -90.78 - 122.398 901.46 947.31 -45.85 - 122.448 904.25 951.70 -47.45 - 122.498 875.85 946.03 -70.18 - 122.554 914.47 940.69 -26.22 - 122.604 827.03 936.62 -109.59 - 122.654 855.80 933.13 -77.33 - 122.704 895.05 930.12 -35.07 - 122.754 834.92 927.53 -92.61 - 122.804 867.02 925.29 -58.27 - 122.854 860.72 923.34 -62.62 - 122.904 826.44 921.67 -95.23 - 122.954 860.98 920.22 -59.24 - 123.004 884.98 918.98 -34.00 - 123.054 895.66 917.91 -22.25 - 123.104 842.72 917.01 -74.29 - 123.154 808.84 916.25 -107.41 - 123.204 839.31 915.63 -76.32 - 123.254 878.25 915.12 -36.87 - 123.304 871.67 914.72 -43.05 - 123.354 879.42 914.43 -35.01 - 123.404 894.37 914.23 -19.86 - 123.454 891.87 914.11 -22.24 - 123.504 851.41 914.08 -62.67 - 123.554 856.75 914.14 -57.39 - 123.604 877.32 914.27 -36.95 - 123.654 851.47 914.47 -63.00 - 123.704 891.67 914.75 -23.08 - 123.754 863.35 915.09 -51.74 - 123.800 929.99 915.48 14.51 - 123.850 911.77 915.96 -4.19 - 123.900 837.04 916.52 -79.48 - 123.950 871.06 917.15 -46.09 - 124.000 933.62 917.85 15.77 - 124.050 841.04 918.62 -77.58 - 124.100 880.45 919.48 -39.03 - 124.150 874.46 920.41 -45.95 - 124.200 883.00 921.43 -38.43 - 124.250 902.14 922.53 -20.39 - 124.300 907.40 923.73 -16.33 - 124.350 868.68 925.03 -56.35 - 124.400 881.63 926.43 -44.80 - 124.450 880.77 927.94 -47.17 - 124.500 874.02 929.57 -55.55 - 124.550 853.37 931.33 -77.96 - 124.600 938.04 933.23 4.81 - 124.650 869.29 935.28 -65.99 - 124.700 894.51 937.49 -42.98 - 124.750 884.95 939.88 -54.93 - 124.800 837.84 942.47 -104.63 - 124.849 946.06 945.25 0.81 - 124.899 899.33 948.30 -48.97 - 124.950 914.32 951.60 -37.28 - 124.999 887.27 955.18 -67.91 - 125.037 950.65 958.06 -7.41 - 125.087 890.12 962.24 -72.12 - 125.137 926.92 966.82 -39.90 - 125.187 954.01 971.84 -17.83 - 125.237 947.32 977.35 -30.03 - 125.287 1019.54 983.42 36.12 - 125.337 970.60 990.15 -19.55 - 125.387 1074.69 997.61 77.08 - 125.437 1080.49 1005.93 74.56 - 125.487 1064.62 1015.18 49.44 - 125.537 1011.85 1025.60 -13.75 - 125.587 1085.20 1037.36 47.84 - 125.637 1182.26 1050.64 131.62 - 125.687 1041.57 1065.80 -24.23 - 125.737 1227.69 1083.14 144.55 - 125.787 1230.89 1099.99 130.90 - 125.837 1264.96 1123.23 141.73 - 125.887 1255.02 1150.42 104.60 - 125.937 1374.56 1182.52 192.04 - 125.987 1323.11 1220.72 102.39 - 126.037 1345.89 1266.88 79.01 - 126.086 1351.49 1323.80 27.69 - 126.136 1428.15 1397.76 30.39 - 126.186 1350.13 1500.30 -150.17 - 126.236 1413.59 1655.81 -242.22 - 126.281 1474.63 1879.72 -405.09 - 126.331 1663.46 2303.44 -639.98 - 126.381 2298.53 3033.67 -735.14 - 126.431 3720.58 4233.34 -512.76 - 126.481 6158.49 6046.31 112.18 - 126.531 9433.97 8534.31 899.66 - 126.581 13022.75 11575.25 1447.50 - 126.631 16151.75 14762.84 1388.91 - 126.681 18042.46 17416.42 626.04 - 126.731 18859.28 18820.66 38.62 - 126.781 18146.32 18688.04 -541.72 - 126.831 16165.30 17249.13 -1083.83 - 126.881 13924.14 15024.54 -1100.40 - 126.931 11462.82 12491.05 -1028.23 - 126.981 9516.23 10040.53 -524.30 - 127.031 7799.88 7896.01 -96.13 - 127.081 6361.94 6128.55 233.39 - 127.131 5299.95 4734.11 565.84 - 127.181 4400.51 3669.56 730.95 - 127.231 3540.52 2883.31 657.21 - 127.281 2980.96 2320.69 660.27 - 127.331 2502.42 1931.57 570.85 - 127.381 2070.77 1667.15 403.62 - 127.431 1760.09 1491.46 268.63 - 127.481 1433.33 1374.52 58.81 - 127.546 1280.43 1274.46 5.97 - 127.596 1163.21 1221.77 -58.56 - 127.646 1115.77 1181.30 -65.53 - 127.696 1048.73 1148.76 -100.03 - 127.746 1026.82 1121.88 -95.06 - 127.796 874.06 1099.14 -225.08 - 127.846 1001.41 1079.61 -78.20 - 127.896 895.06 1062.73 -167.67 - 127.946 929.93 1048.04 -118.11 - 127.996 906.34 1041.42 -135.08 - 128.046 945.08 1030.21 -85.13 - 128.096 911.33 1020.28 -108.95 - 128.146 860.64 1011.51 -150.87 - 128.196 900.34 1003.66 -103.32 - 128.246 949.63 996.65 -47.02 - 128.296 866.73 990.36 -123.63 - 128.346 874.68 984.69 -110.01 - 128.396 928.09 979.58 -51.49 - 128.446 893.28 974.94 -81.66 - 128.496 906.20 970.74 -64.54 - 128.546 935.39 966.93 -31.54 - 128.596 860.95 963.47 -102.52 - 128.646 888.10 960.30 -72.20 - 128.696 913.26 957.41 -44.15 - 128.746 911.95 954.78 -42.83 - 128.823 931.61 951.14 -19.53 - 128.873 913.65 949.04 -35.39 - 128.923 817.40 947.12 -129.72 - 128.973 971.74 945.37 26.37 - 129.023 939.52 943.77 -4.25 - 129.073 886.40 942.32 -55.92 - 129.123 897.29 940.99 -43.70 - 129.173 895.28 939.79 -44.51 - 129.223 928.14 938.70 -10.56 - 129.273 873.67 937.72 -64.05 - 129.323 880.09 936.84 -56.75 - 129.373 948.32 936.05 12.27 - 129.423 912.44 935.36 -22.92 - 129.473 837.01 934.76 -97.75 - 129.523 868.90 934.24 -65.34 - 129.573 932.51 933.80 -1.29 - 129.623 983.67 933.44 50.23 - 129.673 914.55 933.16 -18.61 - 129.723 931.29 932.96 -1.67 - 129.773 937.80 932.83 4.97 - 129.823 887.22 932.77 -45.55 - 129.873 992.19 932.80 59.39 - 129.923 885.81 932.89 -47.08 - 129.973 1027.88 933.07 94.81 - 130.023 906.83 933.32 -26.49 - 130.073 937.88 933.66 4.22 - 130.123 949.53 934.08 15.45 - 130.173 1005.90 934.59 71.31 - 130.223 928.78 935.19 -6.41 - 130.273 936.73 935.89 0.84 - 130.323 948.34 936.68 11.66 - 130.373 991.02 937.59 53.43 - 130.423 896.43 938.62 -42.19 - 130.473 951.99 939.77 12.22 - 130.523 913.02 941.05 -28.03 - 130.573 933.25 942.48 -9.23 - 130.623 924.35 944.08 -19.73 - 130.673 921.27 945.84 -24.57 - 130.723 917.82 947.81 -29.99 - 130.773 947.47 949.99 -2.52 - 130.823 890.41 952.40 -61.99 - 130.873 887.30 955.09 -67.79 - 130.923 904.84 958.07 -53.23 - 130.973 927.74 949.20 -21.46 - 131.023 919.58 953.20 -33.62 - 131.073 891.30 957.63 -66.33 - 131.123 983.02 962.54 20.48 - 131.173 945.77 968.05 -22.28 - 131.223 902.72 974.23 -71.51 - 131.273 989.34 981.17 8.17 - 131.305 993.77 986.14 7.63 - 131.355 976.27 994.71 -18.44 - 131.405 932.47 1004.51 -72.04 - 131.455 977.46 1015.79 -38.33 - 131.505 1050.75 1028.82 21.93 - 131.555 952.21 1044.03 -91.82 - 131.605 1072.60 1061.98 10.62 - 131.655 1021.81 1083.35 -61.54 - 131.705 1081.20 1109.21 -28.01 - 131.755 1059.53 1141.24 -81.71 - 131.805 1089.95 1183.05 -93.10 - 131.855 1064.79 1241.57 -176.78 - 131.905 1104.97 1330.22 -225.25 - 131.955 1199.07 1475.30 -276.23 - 132.005 1363.90 1718.92 -355.02 - 132.055 1909.12 2121.82 -212.70 - 132.105 2815.05 2753.57 61.48 - 132.155 4071.98 3672.60 399.38 - 132.205 5512.82 4891.58 621.24 - 132.255 7280.38 6330.72 949.66 - 132.305 8354.42 7796.46 557.96 - 132.355 9298.73 8978.57 320.16 - 132.405 9297.74 9594.00 -296.26 - 132.455 9114.89 9533.30 -418.41 - 132.505 8748.39 8912.55 -164.16 - 132.553 8082.68 7994.73 87.95 - 132.603 6827.01 6903.02 -76.01 - 132.653 5870.75 5818.05 52.70 - 132.703 4872.36 4841.23 31.13 - 132.753 4313.82 4019.19 294.63 - 132.803 3623.33 3339.27 284.06 - 132.853 3109.81 2784.09 325.72 - 132.903 2798.59 2339.57 459.02 - 132.953 2312.30 1987.66 324.64 - 133.003 2077.60 1715.54 362.06 - 133.053 1859.15 1509.97 349.18 - 133.103 1712.66 1360.15 352.51 - 133.153 1532.11 1254.47 277.64 - 133.203 1271.15 1180.70 90.45 - 133.253 1203.41 1129.51 73.90 - 133.303 1156.13 1093.31 62.82 - 133.353 1127.19 1066.81 60.38 - 133.403 922.17 1046.53 -124.36 - 133.453 1012.06 1030.29 -18.23 - 133.503 980.19 1016.91 -36.72 - 133.552 978.43 1005.59 -27.16 - 133.602 949.29 995.89 -46.60 - 133.652 905.91 987.42 -81.51 - 133.702 986.47 980.01 6.46 - 133.752 961.99 973.51 -11.52 - 133.820 921.11 965.90 -44.79 - 133.870 970.74 960.95 9.79 - 133.920 926.04 956.53 -30.49 - 133.970 911.08 952.56 -41.48 - 134.020 983.36 948.98 34.38 - 134.070 915.55 945.75 -30.20 - 134.120 988.29 942.81 45.48 - 134.170 949.61 940.13 9.48 - 134.220 964.77 937.68 27.09 - 134.270 959.52 935.45 24.07 - 134.320 910.49 933.39 -22.90 - 134.370 913.37 931.50 -18.13 - 134.420 929.64 929.76 -0.12 - 134.470 977.98 928.15 49.83 - 134.520 879.28 926.66 -47.38 - 134.570 909.88 925.28 -15.40 - 134.620 957.99 924.00 33.99 - 134.670 999.93 922.81 77.12 - 134.720 916.28 921.69 -5.41 - 134.770 978.40 920.65 57.75 - 134.819 969.82 919.68 50.14 - 134.869 930.96 918.77 12.19 - 134.919 892.26 917.91 -25.65 - 134.969 877.95 917.11 -39.16 - 135.019 894.31 916.36 -22.05 - 135.068 937.11 915.67 21.44 - 135.118 896.71 915.00 -18.29 - 135.168 970.02 914.37 55.65 - 135.218 931.15 913.77 17.38 - 135.268 916.59 913.21 3.38 - 135.318 888.87 912.68 -23.81 - 135.368 965.46 912.17 53.29 - 135.418 905.15 911.69 -6.54 - 135.468 919.02 911.24 7.78 - 135.518 939.71 910.81 28.90 - 135.568 866.23 910.40 -44.17 - 135.618 898.13 910.01 -11.88 - 135.668 947.65 909.64 38.01 - 135.718 939.11 909.28 29.83 - 135.768 924.93 908.94 15.99 - 135.818 967.15 908.62 58.53 - 135.868 1011.07 908.32 102.75 - 135.918 941.45 908.02 33.43 - 135.968 969.44 907.74 61.70 - 136.018 941.79 907.47 34.32 - 136.068 895.22 910.51 -15.29 - 136.117 896.67 910.27 -13.60 - 136.167 902.29 910.04 -7.75 - 136.217 912.28 909.82 2.46 - 136.267 978.63 909.62 69.01 - 136.303 941.16 909.47 31.69 - 136.353 981.02 909.28 71.74 - 136.403 989.35 909.09 80.26 - 136.453 925.48 908.91 16.57 - 136.503 970.06 908.74 61.32 - 136.553 928.53 908.58 19.95 - 136.603 902.06 908.42 -6.36 - 136.653 907.55 908.26 -0.71 - 136.703 902.70 908.12 -5.42 - 136.753 893.25 901.17 -7.92 - 136.803 915.90 901.19 14.71 - 136.853 927.94 901.21 26.73 - 136.903 926.10 901.23 24.87 - 136.953 954.22 901.25 52.97 - 137.003 940.48 901.26 39.22 - 137.053 950.88 901.28 49.60 - 137.103 941.46 901.30 40.16 - 137.153 899.69 901.31 -1.62 - 137.203 939.08 901.33 37.75 - 137.253 923.67 901.34 22.33 - 137.303 949.39 901.36 48.03 - 137.353 951.50 901.37 50.13 - 137.403 944.86 901.38 43.48 - 137.453 874.31 901.39 -27.08 - 137.503 890.08 901.41 -11.33 - 137.541 903.22 901.42 1.80 - 137.591 923.79 901.43 22.36 - 137.641 895.18 901.44 -6.26 - 137.691 963.69 901.45 62.24 - 137.741 931.88 901.46 30.42 - 137.791 914.87 901.47 13.40 - 137.841 911.99 901.47 10.52 - 137.891 943.10 901.48 41.62 - 137.941 947.89 901.49 46.40 - 137.991 929.94 901.50 28.44 - 138.041 935.52 901.50 34.02 - 138.091 985.08 901.51 83.57 - 138.141 914.78 901.51 13.27 - 138.191 949.58 901.52 48.06 - 138.241 898.71 901.52 -2.81 - 138.291 909.50 901.53 7.97 - 138.341 995.56 901.53 94.03 - 138.391 906.90 901.53 5.37 - 138.441 925.78 901.54 24.24 - 138.491 961.62 901.54 60.08 - 138.541 979.33 901.54 77.79 - 138.590 930.68 901.54 29.14 - 138.641 974.44 901.54 72.90 - 138.691 950.13 901.54 48.59 - 138.741 937.01 901.54 35.47 - 138.787 952.70 901.53 51.17 - 138.838 905.67 901.53 4.14 - 138.888 926.06 901.53 24.53 - 138.938 886.25 901.53 -15.28 - 138.988 906.78 901.52 5.26 - 139.038 888.39 901.52 -13.13 - 139.088 965.53 902.74 62.79 - 139.138 914.39 902.75 11.64 - 139.188 934.44 902.77 31.67 - 139.238 896.50 902.78 -6.28 - 139.288 950.10 902.79 47.31 - 139.338 975.42 902.80 72.62 - 139.388 932.71 902.81 29.90 - 139.438 953.58 902.83 50.75 - 139.488 944.33 902.84 41.49 - 139.538 944.74 902.85 41.89 - 139.587 926.65 902.86 23.79 - 139.637 970.54 902.87 67.67 - 139.687 929.60 902.88 26.72 - 139.737 1019.90 902.90 117.00 - 139.787 926.68 902.91 23.77 - 139.837 942.82 902.92 39.90 - 139.887 960.86 902.93 57.93 - 139.937 997.21 902.94 94.27 - 139.987 906.91 902.96 3.95 - 140.059 947.27 902.97 44.30 - 140.109 939.76 902.99 36.77 - 140.160 910.24 903.00 7.24 - 140.210 890.03 903.01 -12.98 - 140.260 1017.71 903.02 114.69 - 140.310 967.68 903.04 64.64 - 140.360 924.67 903.05 21.62 - 140.410 934.43 903.07 31.36 - 140.460 923.46 903.08 20.38 - 140.510 981.61 903.09 78.52 - 140.560 901.89 903.11 -1.22 - 140.610 974.82 903.12 71.70 - 140.660 954.70 903.14 51.56 - 140.710 934.56 903.16 31.40 - 140.760 906.05 903.17 2.88 - 140.809 905.47 903.19 2.28 - 140.859 888.29 903.21 -14.92 - 140.909 898.65 903.23 -4.58 - 140.959 948.91 903.25 45.66 - 141.009 952.11 903.27 48.84 - 141.059 899.64 903.29 -3.65 - 141.109 915.58 903.31 12.27 - 141.159 966.95 903.34 63.61 - 141.209 900.56 903.36 -2.80 - 141.259 861.71 903.39 -41.68 - 141.309 896.06 903.42 -7.36 - 141.359 937.94 903.44 34.50 - 141.409 903.01 903.47 -0.46 - 141.459 901.33 903.51 -2.18 - 141.509 924.06 903.54 20.52 - 141.559 918.28 903.57 14.71 - 141.609 934.78 903.61 31.17 - 141.659 913.65 903.65 10.00 - 141.709 945.69 903.69 42.00 - 141.759 883.41 903.73 -20.32 - 141.809 923.60 903.78 19.82 - 141.859 955.16 903.82 51.34 - 141.909 878.30 903.87 -25.57 - 141.959 871.05 903.93 -32.88 - 142.009 914.69 903.98 10.71 - 142.059 952.48 904.04 48.44 - 142.109 880.32 904.10 -23.78 - 142.158 976.14 904.17 71.97 - 142.209 961.04 904.24 56.80 - 142.258 973.37 904.31 69.06 - 142.308 918.73 904.39 14.34 - 142.358 975.45 904.47 70.98 - 142.408 920.54 904.55 15.99 - 142.458 969.86 904.65 65.21 - 142.508 986.77 904.74 82.03 - 142.544 908.12 904.82 3.30 - 142.594 969.57 904.92 64.65 - 142.645 955.51 905.04 50.47 - 142.695 953.13 905.16 47.97 - 142.745 976.49 905.29 71.20 - 142.795 1024.88 905.42 119.46 - 142.845 962.38 905.57 56.81 - 142.895 877.20 905.72 -28.52 - 142.945 963.41 905.88 57.53 - 142.995 947.16 906.06 41.10 - 143.045 969.68 906.24 63.44 - 143.095 901.66 906.44 -4.78 - 143.145 911.72 906.65 5.07 - 143.195 957.26 906.87 50.39 - 143.244 910.22 907.11 3.11 - 143.294 972.20 907.37 64.83 - 143.344 909.69 907.64 2.05 - 143.394 914.62 907.93 6.69 - 143.444 829.78 908.25 -78.47 - 143.494 875.67 908.58 -32.91 - 143.544 914.72 908.94 5.78 - 143.594 958.38 909.33 49.05 - 143.644 970.76 909.75 61.01 - 143.694 869.82 910.20 -40.38 - 143.744 932.02 910.68 21.34 - 143.792 840.85 914.93 -74.08 - 143.842 880.76 915.52 -34.76 - 143.893 902.50 916.17 -13.67 - 143.943 936.71 916.87 19.84 - 143.993 905.18 917.62 -12.44 - 144.043 964.18 918.44 45.74 - 144.093 869.81 919.32 -49.51 - 144.143 907.46 920.29 -12.83 - 144.193 895.61 921.35 -25.74 - 144.243 867.76 922.50 -54.74 - 144.293 905.08 923.76 -18.68 - 144.343 936.70 925.15 11.55 - 144.393 900.24 926.68 -26.44 - 144.443 861.09 928.37 -67.28 - 144.493 946.16 930.25 15.91 - 144.542 872.53 932.33 -59.80 - 144.592 934.38 934.67 -0.29 - 144.642 937.32 937.28 0.04 - 144.692 907.71 940.25 -32.54 - 144.742 933.77 943.62 -9.85 - 144.792 959.25 947.51 11.74 - 144.842 1018.05 952.07 65.98 - 144.892 913.52 957.59 -44.07 - 144.942 952.80 964.49 -11.69 - 144.992 941.54 973.40 -31.86 - 145.055 1013.23 989.26 23.97 - 145.105 920.93 1007.69 -86.76 - 145.155 1047.90 1033.97 13.93 - 145.205 1051.44 1071.53 -20.09 - 145.255 1100.66 1124.32 -23.66 - 145.305 1197.77 1196.99 0.78 - 145.355 1429.00 1294.25 134.75 - 145.405 1547.77 1419.40 128.37 - 145.455 1699.74 1574.05 125.69 - 145.505 1897.98 1755.75 142.23 - 145.555 2124.80 1960.05 164.75 - 145.605 2189.83 2175.79 14.04 - 145.655 2310.69 2385.67 -74.98 - 145.705 2478.25 2570.76 -92.51 - 145.755 2515.64 2710.10 -194.46 - 145.805 2732.26 2789.86 -57.60 - 145.855 2677.41 2805.74 -128.33 - 145.905 2798.36 2762.04 36.32 - 145.955 2812.61 2669.30 143.31 - 146.005 2501.93 2542.54 -40.61 - 146.055 2342.24 2396.26 -54.02 - 146.105 2358.05 2242.30 115.75 - 146.155 2123.70 2087.24 36.46 - 146.205 1970.18 1938.48 31.70 - 146.255 1818.15 1801.61 16.54 - 146.304 1641.38 1679.68 -38.30 - 146.354 1577.78 1571.19 6.59 - 146.404 1515.55 1475.90 39.65 - 146.455 1360.18 1391.89 -31.71 - 146.505 1369.01 1318.31 50.70 - 146.555 1285.43 1254.05 31.38 - 146.605 1200.34 1198.11 2.23 - 146.655 1148.93 1149.67 -0.74 - 146.705 1215.73 1107.95 107.78 - 146.755 1140.01 1072.52 67.49 - 146.805 1032.81 1042.65 -9.84 - 146.855 985.48 1017.93 -32.45 - 146.904 997.20 997.90 -0.70 - 146.954 970.07 981.79 -11.72 - 147.004 1017.06 969.03 48.03 - 147.054 973.90 959.01 14.89 - 147.104 1018.12 951.16 66.96 - 147.154 975.03 945.00 30.03 - 147.204 941.08 940.13 0.95 - 147.254 995.27 936.24 59.03 - 147.304 972.13 933.06 39.07 - 147.354 926.88 930.42 -3.54 - 147.404 942.40 928.17 14.23 - 147.454 932.55 926.22 6.33 - 147.504 884.75 924.51 -39.76 - 147.546 997.21 923.22 73.99 - 147.596 1007.54 921.83 85.71 - 147.646 999.21 920.57 78.64 - 147.696 981.48 919.43 62.05 - 147.746 960.70 918.40 42.30 - 147.796 979.20 917.45 61.75 - 147.846 981.47 916.58 64.89 - 147.896 982.72 915.79 66.93 - 147.946 974.18 915.06 59.12 - 147.996 941.18 914.39 26.79 - 148.046 990.52 913.77 76.75 - 148.096 993.27 913.20 80.07 - 148.146 969.51 912.68 56.83 - 148.196 980.15 912.19 67.96 - 148.246 974.59 911.75 62.84 - 148.296 985.67 911.33 74.34 - 148.346 1020.13 910.95 109.18 - 148.396 954.70 910.60 44.10 - 148.446 1032.83 910.28 122.55 - 148.496 957.73 909.98 47.75 - 148.546 1007.57 909.71 97.86 - 148.596 1006.29 909.46 96.83 - 148.646 975.71 909.22 66.49 - 148.696 1039.45 909.01 130.44 - 148.746 953.83 908.83 45.00 - 148.794 1020.75 908.66 112.09 - 148.844 970.89 908.50 62.39 - 148.894 1013.62 908.37 105.25 - 148.944 951.11 908.24 42.87 - 148.994 989.51 908.14 81.37 - 149.044 1044.78 908.05 136.73 - 149.094 1011.94 907.97 103.97 - 149.144 995.07 907.91 87.16 - 149.194 938.27 907.87 30.40 - 149.244 936.47 907.83 28.64 - 149.294 970.41 907.81 62.60 - 149.344 965.64 907.81 57.83 - 149.394 955.42 907.82 47.60 - 149.444 913.55 907.84 5.71 - 149.494 872.31 907.87 -35.56 - 149.544 933.14 907.92 25.22 - 149.594 884.56 907.98 -23.42 - 149.644 945.01 908.06 36.95 - 149.694 910.73 908.15 2.58 - 149.744 948.52 908.25 40.27 - 149.794 937.33 908.36 28.97 - 149.844 927.48 908.49 18.99 - 149.894 923.49 908.64 14.85 - 149.944 924.21 908.79 15.42 - 149.994 935.03 908.97 26.06 - 150.030 866.62 909.10 -42.48 - 150.081 889.86 909.30 -19.44 - 150.131 877.91 909.52 -31.61 - 150.181 917.89 909.75 8.14 - 150.231 910.71 910.00 0.71 - 150.281 879.55 910.27 -30.72 - 150.331 824.36 910.55 -86.19 - 150.381 826.00 910.86 -84.86 - 150.431 931.96 911.18 20.78 - 150.481 875.17 911.52 -36.35 - 150.531 890.03 911.89 -21.86 - 150.581 872.34 912.27 -39.93 - 150.631 868.33 912.68 -44.35 - 150.681 885.74 913.11 -27.37 - 150.731 902.51 913.56 -11.05 - 150.781 902.12 914.04 -11.92 - 150.830 894.70 914.55 -19.85 - 150.880 823.41 915.09 -91.68 - 150.930 866.33 915.65 -49.32 - 150.980 837.49 916.25 -78.76 - 151.030 879.53 916.87 -37.34 - 151.080 868.38 917.53 -49.15 - 151.130 845.28 918.23 -72.95 - 151.180 876.99 918.97 -41.98 - 151.230 849.14 919.74 -70.60 - 151.285 875.04 920.63 -45.59 - 151.335 887.48 921.50 -34.02 - 151.385 882.87 922.41 -39.54 - 151.435 846.07 923.38 -77.31 - 151.485 873.98 924.39 -50.41 - 151.535 875.79 925.46 -49.67 - 151.585 906.82 926.59 -19.77 - 151.635 842.86 927.78 -84.92 - 151.685 844.05 929.04 -84.99 - 151.735 874.29 930.37 -56.08 - 151.785 883.92 931.77 -47.85 - 151.835 899.11 933.26 -34.15 - 151.885 859.02 934.83 -75.81 - 151.935 884.14 936.50 -52.36 - 151.985 879.13 938.26 -59.13 - 152.035 848.79 940.13 -91.34 - 152.085 883.27 942.10 -58.83 - 152.135 876.83 944.21 -67.38 - 152.185 909.83 946.44 -36.61 - 152.235 868.19 948.82 -80.63 - 152.285 895.86 951.35 -55.49 - 152.334 874.38 954.03 -79.65 - 152.385 891.24 955.53 -64.29 - 152.435 859.45 958.62 -99.17 - 152.484 882.63 961.91 -79.28 - 152.542 929.62 965.99 -36.37 - 152.592 867.36 969.81 -102.45 - 152.642 927.09 973.90 -46.81 - 152.693 930.49 978.30 -47.81 - 152.742 941.01 983.02 -42.01 - 152.792 969.11 988.11 -19.00 - 152.842 906.28 993.63 -87.35 - 152.893 897.26 999.62 -102.36 - 152.943 920.82 1006.15 -85.33 - 152.992 918.64 1013.28 -94.64 - 153.042 894.43 1021.19 -126.76 - 153.093 878.50 1030.03 -151.53 - 153.142 920.57 1039.98 -119.41 - 153.192 903.93 1051.40 -147.47 - 153.242 932.33 1064.69 -132.36 - 153.292 909.28 1080.41 -171.13 - 153.342 989.14 1099.34 -110.20 - 153.392 929.18 1122.53 -193.35 - 153.442 927.63 1151.36 -223.73 - 153.492 1043.55 1187.45 -143.90 - 153.542 1043.77 1232.94 -189.17 - 153.592 1028.83 1290.25 -261.42 - 153.642 1095.20 1363.05 -267.85 - 153.692 1212.24 1454.59 -242.35 - 153.742 1330.57 1568.43 -237.86 - 153.790 1524.50 1702.88 -178.38 - 153.840 1744.39 1874.04 -129.65 - 153.890 1963.43 2080.52 -117.09 - 153.940 2426.97 2326.15 100.82 - 153.990 2891.28 2612.90 278.38 - 154.040 3270.53 2943.12 327.41 - 154.090 3590.64 3317.33 273.31 - 154.140 4248.34 3733.04 515.30 - 154.190 4713.04 4185.71 527.33 - 154.240 5098.39 4666.67 431.73 - 154.290 5593.74 5169.47 424.27 - 154.340 5817.80 5680.47 137.33 - 154.390 6191.93 6181.58 10.35 - 154.440 6598.96 6658.56 -59.60 - 154.490 6976.38 7090.79 -114.41 - 154.540 7353.49 7460.61 -107.12 - 154.590 7641.19 7752.98 -111.79 - 154.640 7776.45 7957.12 -180.67 - 154.690 7892.90 8067.36 -174.46 - 154.740 7917.59 8083.13 -165.54 - 154.790 7874.63 8009.30 -134.67 - 154.839 7726.31 7854.95 -128.64 - 154.890 7715.86 7629.63 86.23 - 154.940 7527.01 7347.41 179.60 - 154.990 7160.09 7022.68 137.41 - 155.042 6822.30 6647.14 175.16 - 155.092 6701.23 6269.01 432.22 - 155.142 6248.44 5881.41 367.03 - 155.192 5780.20 5492.49 287.71 - 155.242 5380.80 5111.10 269.70 - 155.292 4889.18 4742.88 146.30 - 155.342 4403.32 4391.84 11.48 - 155.392 4143.75 4062.08 81.67 - 155.442 3565.15 3754.81 -189.66 - 155.492 3304.11 3471.09 -166.98 - 155.542 3130.39 3208.62 -78.23 - 155.592 2899.81 2966.93 -67.12 - 155.642 2707.41 2746.56 -39.15 - 155.692 2511.48 2544.74 -33.26 - 155.742 2332.83 2361.50 -28.67 - 155.792 2234.37 2195.27 39.10 - 155.842 2066.28 2044.87 21.41 - 155.892 1884.79 1909.01 -24.22 - 155.942 1831.06 1786.45 44.61 - 155.992 1702.58 1676.65 25.93 - 156.042 1536.86 1578.63 -41.77 - 156.092 1392.33 1491.81 -99.48 - 156.142 1403.82 1414.63 -10.81 - 156.192 1340.29 1346.88 -6.59 - 156.242 1260.93 1287.91 -26.98 - 156.291 1177.96 1237.68 -59.72 - 156.341 1196.91 1193.18 3.73 - 156.391 1100.68 1154.97 -54.29 - 156.441 1090.03 1122.29 -32.26 - 156.491 1043.67 1094.54 -50.87 - 156.541 1071.26 1070.94 0.32 - 156.591 1022.03 1050.88 -28.85 - 156.641 1028.42 1033.86 -5.44 - 156.691 978.65 1019.40 -40.75 - 156.741 975.45 1007.10 -31.65 - 156.791 938.21 996.53 -58.32 - 156.841 909.07 987.39 -78.32 - 156.891 901.99 979.48 -77.49 - 156.941 918.38 972.51 -54.13 - 156.991 923.55 966.35 -42.80 - 157.041 980.39 960.83 19.56 - 157.091 929.91 955.86 -25.95 - 157.141 909.48 951.33 -41.85 - 157.191 897.31 947.17 -49.86 - 157.241 913.51 943.34 -29.83 - 157.291 927.18 939.78 -12.60 - 157.340 914.94 936.47 -21.53 - 157.390 875.70 933.36 -57.66 - 157.441 871.56 930.44 -58.88 - 157.490 868.81 927.69 -58.88 - 157.529 880.75 925.68 -44.93 - 157.579 870.53 923.19 -52.66 - 157.629 842.80 920.84 -78.04 - 157.679 894.07 918.61 -24.54 - 157.729 906.30 916.50 -10.20 - 157.779 892.17 914.49 -22.32 - 157.829 918.69 912.58 6.11 - 157.879 867.16 910.76 -43.60 - 157.929 910.07 909.03 1.04 - 157.979 832.95 907.39 -74.44 - 158.029 872.59 905.81 -33.22 - 158.079 881.02 904.30 -23.28 - 158.129 910.25 902.87 7.38 - 158.179 834.55 901.50 -66.95 - 158.229 887.76 900.18 -12.42 - 158.279 869.35 898.92 -29.57 - 158.329 852.43 897.72 -45.29 - 158.379 897.17 896.56 0.61 - 158.429 904.44 895.45 8.99 - 158.479 899.39 894.39 5.00 - 158.529 974.94 893.37 81.57 - 158.579 886.55 892.39 -5.84 - 158.629 888.35 891.44 -3.09 - 158.679 894.56 890.54 4.02 - 158.729 887.59 889.67 -2.08 - 158.783 933.20 888.76 44.44 - 158.833 920.73 887.96 32.77 - 158.883 858.56 887.18 -28.62 - 158.933 873.86 886.44 -12.58 - 158.983 898.25 885.73 12.52 - 159.033 865.06 885.04 -19.98 - 159.083 905.02 884.38 20.64 - 159.133 924.46 883.74 40.72 - 159.183 881.28 883.13 -1.85 - 159.233 858.94 882.54 -23.60 - 159.283 933.10 881.98 51.12 - 159.333 979.00 881.43 97.57 - 159.383 936.92 880.91 56.01 - 159.433 882.29 880.41 1.88 - 159.483 924.36 879.92 44.44 - 159.533 935.60 879.46 56.14 - 159.583 930.18 879.02 51.16 - 159.633 901.98 878.59 23.39 - 159.683 941.62 878.19 63.43 - 159.733 963.43 877.80 85.63 - 159.783 864.83 877.43 -12.60 - 159.832 941.26 877.07 64.19 - 159.883 912.89 876.73 36.16 - 159.933 964.01 876.41 87.60 - 159.982 944.89 876.10 68.79 - 160.041 963.06 875.76 87.30 - 160.091 913.88 875.49 38.39 - 160.141 960.61 875.23 85.38 - 160.192 973.14 874.99 98.15 - 160.241 943.27 874.76 68.51 - 160.291 880.56 874.55 6.01 - 160.341 928.16 874.35 53.81 - 160.392 907.78 874.17 33.61 - 160.442 901.10 874.00 27.10 - 160.491 919.39 873.85 45.54 - 160.541 937.45 873.71 63.74 - 160.592 946.58 873.58 73.00 - 160.641 959.96 873.47 86.49 - 160.691 902.51 873.38 29.13 - 160.741 895.89 873.30 22.59 - 160.791 999.19 873.23 125.96 - 160.841 911.04 873.18 37.86 - 160.891 961.51 873.14 88.37 - 160.941 936.45 873.12 63.33 - 160.991 945.28 873.11 72.17 - 161.041 933.90 873.12 60.78 - 161.091 939.15 873.14 66.01 - 161.141 983.45 873.17 110.28 - 161.191 902.91 873.23 29.68 - 161.241 945.82 873.29 72.53 - 161.297 924.10 873.39 50.71 - 161.347 960.85 873.49 87.36 - 161.397 908.65 873.61 35.04 - 161.447 938.06 873.74 64.32 - 161.497 886.22 873.89 12.33 - 161.547 934.11 874.06 60.05 - 161.597 923.08 874.24 48.84 - 161.647 947.87 874.45 73.42 - 161.697 1005.47 874.67 130.80 - 161.747 920.53 874.90 45.63 - 161.797 957.30 875.16 82.14 - 161.847 1002.40 875.43 126.97 - 161.897 937.29 875.73 61.56 - 161.947 924.22 876.04 48.18 - 161.997 925.53 876.37 49.16 - 162.047 953.83 876.73 77.10 - 162.097 878.26 877.10 1.16 - 162.147 905.23 877.50 27.73 - 162.197 925.70 877.91 47.79 - 162.247 878.28 878.35 -0.07 - 162.297 858.43 878.82 -20.39 - 162.347 913.07 879.30 33.77 - 162.397 889.83 879.81 10.02 - 162.447 926.53 880.35 46.18 - 162.497 902.39 880.91 21.48 - 162.557 966.16 881.61 84.55 - 162.607 905.06 882.23 22.83 - 162.657 944.70 882.88 61.82 - 162.707 935.82 883.56 52.26 - 162.757 957.39 884.26 73.13 - 162.807 909.22 885.00 24.22 - 162.857 988.54 885.76 102.78 - 162.907 923.08 886.56 36.52 - 162.957 907.31 887.39 19.92 - 163.007 893.08 888.26 4.82 - 163.057 911.54 889.16 22.38 - 163.107 983.70 890.10 93.60 - 163.157 1060.96 891.08 169.88 - 163.207 928.88 892.09 36.79 - 163.257 960.16 893.15 67.01 - 163.307 968.35 894.25 74.10 - 163.357 961.79 895.40 66.39 - 163.407 954.64 896.59 58.05 - 163.457 916.09 897.84 18.25 - 163.507 981.89 899.14 82.75 - 163.557 916.63 900.49 16.14 - 163.606 919.80 901.90 17.90 - 163.656 972.91 903.37 69.54 - 163.706 1058.06 904.91 153.15 + 65.029 790.89 801.92 -11.03 + 65.075 721.02 802.26 -81.24 + 65.125 746.90 802.63 -55.73 + 65.175 721.34 803.02 -81.68 + 65.225 725.79 803.41 -77.62 + 65.275 733.24 803.82 -70.58 + 65.325 742.61 804.23 -61.62 + 65.375 721.82 804.66 -82.84 + 65.425 694.95 805.10 -110.15 + 65.475 742.72 805.54 -62.82 + 65.525 697.70 806.00 -108.30 + 65.575 741.19 806.48 -65.29 + 65.625 701.89 806.96 -105.07 + 65.675 719.07 807.46 -88.39 + 65.725 750.46 807.97 -57.51 + 65.775 727.33 808.50 -81.17 + 65.825 728.95 809.04 -80.09 + 65.875 743.66 809.60 -65.94 + 65.925 720.34 810.17 -89.83 + 65.975 732.80 810.76 -77.96 + 66.025 682.33 811.37 -129.04 + 66.075 732.62 812.00 -79.38 + 66.124 720.37 812.64 -92.27 + 66.174 758.56 813.31 -54.75 + 66.225 695.81 814.00 -118.19 + 66.274 727.00 814.72 -87.72 + 66.333 708.31 815.59 -107.28 + 66.383 732.00 816.37 -84.37 + 66.433 733.69 817.17 -83.48 + 66.483 707.17 818.01 -110.84 + 66.533 690.28 818.87 -128.59 + 66.583 734.96 819.75 -84.79 + 66.633 727.27 820.66 -93.39 + 66.683 789.15 821.58 -32.43 + 66.733 777.79 822.52 -44.73 + 66.783 725.26 823.48 -98.22 + 66.833 739.15 824.45 -85.30 + 66.883 786.65 825.45 -38.80 + 66.933 753.07 826.47 -73.40 + 66.983 803.11 827.53 -24.42 + 67.033 769.09 828.62 -59.53 + 67.083 875.68 829.76 45.92 + 67.133 866.00 830.94 35.06 + 67.183 839.11 832.17 6.94 + 67.233 836.07 833.46 2.61 + 67.283 857.46 834.80 22.66 + 67.332 805.05 836.19 -31.14 + 67.382 861.19 837.63 23.56 + 67.432 838.72 839.14 -0.42 + 67.482 812.35 840.71 -28.36 + 67.532 842.30 842.34 -0.04 + 67.596 783.91 844.51 -60.60 + 67.646 798.64 846.30 -47.66 + 67.696 728.10 848.15 -120.05 + 67.746 812.57 850.09 -37.52 + 67.796 775.35 852.10 -76.75 + 67.846 743.37 854.19 -110.82 + 67.896 749.81 856.38 -106.57 + 67.946 760.80 858.67 -97.87 + 67.996 762.27 861.05 -98.78 + 68.046 779.14 863.53 -84.39 + 68.096 760.17 866.13 -105.96 + 68.146 738.94 868.86 -129.92 + 68.196 760.96 871.70 -110.74 + 68.246 740.14 874.68 -134.54 + 68.296 751.86 877.81 -125.95 + 68.346 728.76 881.08 -152.32 + 68.396 751.31 884.52 -133.21 + 68.446 734.97 888.13 -153.16 + 68.496 757.54 891.93 -134.39 + 68.546 656.79 895.93 -239.14 + 68.596 745.87 900.14 -154.27 + 68.646 712.16 904.56 -192.40 + 68.696 719.31 909.25 -189.94 + 68.746 696.69 914.20 -217.51 + 68.796 716.26 919.42 -203.16 + 68.864 706.54 927.06 -220.52 + 68.914 657.12 933.06 -275.94 + 68.964 663.65 939.42 -275.77 + 69.014 700.06 946.19 -246.13 + 69.064 689.83 953.36 -263.53 + 69.114 702.32 961.00 -258.68 + 69.164 669.19 969.16 -299.97 + 69.214 736.30 977.87 -241.57 + 69.264 678.20 987.18 -308.98 + 69.314 723.64 997.12 -273.48 + 69.364 699.26 1007.81 -308.55 + 69.414 688.41 1019.30 -330.89 + 69.464 719.73 1031.63 -311.90 + 69.514 684.76 1044.95 -360.19 + 69.564 731.70 1059.32 -327.62 + 69.614 686.33 1074.86 -388.53 + 69.664 707.11 1091.70 -384.59 + 69.714 754.37 1110.02 -355.65 + 69.764 718.72 1144.02 -425.30 + 69.814 679.29 1166.05 -486.76 + 69.864 737.43 1190.12 -452.69 + 69.914 724.59 1216.44 -491.85 + 69.964 768.50 1245.58 -477.08 + 70.014 749.69 1277.72 -528.03 + 70.064 799.88 1313.19 -513.31 + 70.098 829.93 1339.65 -509.72 + 70.148 876.42 1382.29 -505.87 + 70.198 923.18 1430.00 -506.82 + 70.248 929.07 1483.79 -554.72 + 70.298 1054.31 1544.75 -490.44 + 70.348 1002.28 1615.00 -612.72 + 70.398 1083.98 1698.03 -614.05 + 70.448 1126.36 1799.53 -673.17 + 70.498 1204.98 1930.32 -725.34 + 70.548 1324.40 2109.43 -785.03 + 70.598 1360.23 2373.38 -1013.15 + 70.648 1383.80 2783.38 -1399.58 + 70.698 1488.79 3436.28 -1947.49 + 70.748 1592.70 4490.32 -2897.62 + 70.798 1702.79 6164.68 -4461.89 + 70.848 1949.79 8757.80 -6808.01 + 70.898 2243.65 12630.88 -10387.23 + 70.948 2740.57 18181.44 -15440.87 + 70.998 3667.86 25779.28 -22111.42 + 71.048 5263.62 35618.90 -30355.28 + 71.098 7505.31 47679.24 -40173.93 + 71.147 11055.61 61522.49 -50466.88 + 71.198 15992.14 76490.91 -60498.77 + 71.248 22022.12 91271.41 -69249.30 + 71.298 28024.80 104317.49 -76292.69 + 71.329 36872.91 110882.23 -74009.31 + 71.379 39952.81 117893.75 -77940.94 + 71.429 41577.52 119606.69 -78029.17 + 71.479 41902.50 115706.54 -73804.04 + 71.529 41165.40 106812.46 -65647.06 + 71.579 39283.06 94214.35 -54931.29 + 71.629 36679.31 79509.05 -42829.75 + 71.679 32950.61 64330.90 -31380.29 + 71.729 27842.39 49995.04 -22152.64 + 71.779 22507.98 37457.81 -14949.83 + 71.829 17174.21 27108.89 -9934.68 + 71.879 13095.88 19076.46 -5980.58 + 71.929 10457.45 13202.62 -2745.17 + 71.979 8173.77 9090.63 -916.86 + 72.029 6213.11 6351.18 -138.07 + 72.079 4586.38 4594.16 -7.78 + 72.129 3307.41 3499.24 -191.83 + 72.179 2402.87 2826.18 -423.31 + 72.229 1908.02 2409.61 -501.59 + 72.279 1556.97 2144.32 -587.35 + 72.328 1440.95 1965.27 -524.32 + 72.378 1325.94 1835.92 -509.98 + 72.428 1214.78 1735.03 -520.25 + 72.478 1113.21 1652.65 -539.44 + 72.528 1069.29 1583.11 -513.82 + 72.595 990.58 1504.85 -514.27 + 72.645 1094.59 1454.05 -359.46 + 72.695 1055.83 1409.13 -353.30 + 72.745 1021.65 1369.18 -347.53 + 72.795 1032.97 1333.66 -300.69 + 72.845 1007.52 1301.89 -294.37 + 72.895 971.05 1273.35 -302.30 + 72.945 993.22 1247.74 -254.52 + 72.995 933.15 1224.70 -291.55 + 73.045 1001.77 1204.04 -202.27 + 73.095 1069.04 1185.37 -116.33 + 73.145 993.36 1168.52 -175.16 + 73.195 1015.31 1153.41 -138.10 + 73.245 1002.35 1139.77 -137.42 + 73.295 1113.44 1127.54 -14.10 + 73.345 1071.66 1116.59 -44.93 + 73.395 1036.56 1106.81 -70.25 + 73.445 1046.49 1098.12 -51.63 + 73.495 1101.79 1090.44 11.35 + 73.545 1059.58 1083.74 -24.16 + 73.594 1074.55 1077.95 -3.40 + 73.644 1049.00 1073.06 -24.06 + 73.694 1074.97 1068.97 6.00 + 73.744 1045.61 1065.71 -20.10 + 73.794 1031.06 1063.26 -32.20 + 73.834 955.15 1061.87 -106.72 + 73.884 1028.88 1060.84 -31.96 + 73.934 915.07 1060.60 -145.53 + 73.984 929.83 1061.17 -131.34 + 74.034 1000.62 1062.56 -61.94 + 74.084 906.69 1064.81 -158.12 + 74.134 924.87 1067.94 -143.07 + 74.184 921.37 1072.02 -150.65 + 74.235 891.16 1077.08 -185.92 + 74.284 932.35 1083.19 -150.84 + 74.334 926.95 1090.46 -163.51 + 74.384 897.34 1099.53 -202.19 + 74.434 877.97 1109.39 -231.42 + 74.484 915.51 1120.79 -205.28 + 74.534 961.66 1133.85 -172.19 + 74.584 978.46 1148.77 -170.31 + 74.634 970.96 1165.80 -194.84 + 74.684 1011.54 1185.24 -173.70 + 74.734 989.63 1207.45 -217.82 + 74.784 1022.37 1232.81 -210.44 + 74.834 1043.94 1261.88 -217.94 + 74.884 1031.79 1295.29 -263.50 + 74.934 1085.87 1334.51 -248.64 + 74.984 1078.10 1381.21 -303.11 + 75.034 1153.48 1438.52 -285.04 + 75.070 1142.44 1490.59 -348.15 + 75.120 1240.07 1584.64 -344.57 + 75.171 1244.69 1722.08 -477.39 + 75.221 1279.37 1936.19 -656.82 + 75.271 1348.37 2281.67 -933.30 + 75.321 1350.83 2847.99 -1497.16 + 75.371 1383.21 3768.90 -2385.69 + 75.421 1597.70 5224.00 -3626.30 + 75.471 1689.18 7437.16 -5747.98 + 75.521 1906.91 10637.80 -8730.89 + 75.571 2605.39 15063.95 -12458.56 + 75.621 3466.96 20840.75 -17373.79 + 75.671 4942.36 27891.53 -22949.17 + 75.721 7346.30 35985.41 -28639.11 + 75.770 10800.72 44553.43 -33752.71 + 75.820 14593.93 52808.62 -38214.70 + 75.870 18446.94 59794.53 -41347.59 + 75.920 20296.86 64544.42 -44247.56 + 75.970 21707.72 66289.77 -44582.05 + 76.020 21474.60 64708.84 -43234.24 + 76.070 21518.89 60073.82 -38554.93 + 76.120 20834.40 53158.97 -32324.57 + 76.170 19384.49 44874.78 -25490.29 + 76.220 17720.10 36245.33 -18525.23 + 76.270 15024.52 28103.29 -13078.77 + 76.320 12288.03 20979.31 -8691.28 + 76.370 9440.09 15134.71 -5694.62 + 76.420 7506.18 10653.81 -3147.63 + 76.470 5837.47 7408.65 -1571.17 + 76.520 4785.57 5185.58 -400.01 + 76.570 3702.38 3726.85 -24.47 + 76.620 2908.92 2805.31 103.61 + 76.670 2215.70 2240.09 -24.39 + 76.720 1720.81 1896.16 -175.35 + 76.770 1410.31 1684.18 -273.87 + 76.820 1252.50 1546.59 -294.09 + 76.870 1084.11 1451.37 -367.26 + 76.920 1035.90 1380.69 -344.79 + 76.970 980.35 1324.33 -343.98 + 77.020 923.18 1277.45 -354.27 + 77.070 920.07 1237.26 -317.19 + 77.120 876.71 1202.18 -325.47 + 77.170 862.86 1171.20 -308.34 + 77.220 904.93 1143.64 -238.71 + 77.270 899.00 1119.06 -220.06 + 77.320 886.15 1097.03 -210.88 + 77.370 892.37 1077.25 -184.88 + 77.420 937.38 1059.27 -121.89 + 77.470 947.90 1042.97 -95.07 + 77.520 964.23 1028.21 -63.98 + 77.579 910.04 1012.34 -102.30 + 77.629 974.80 1000.18 -25.38 + 77.679 936.76 989.05 -52.29 + 77.729 1014.86 978.82 36.04 + 77.779 1029.06 969.42 59.64 + 77.829 1096.71 960.74 135.97 + 77.879 1081.69 952.71 128.98 + 77.929 1115.68 922.02 193.66 + 77.979 1150.68 915.47 235.21 + 78.029 1198.55 909.43 289.12 + 78.079 1194.62 903.80 290.82 + 78.129 1215.69 898.57 317.12 + 78.179 1197.47 893.73 303.74 + 78.229 1204.48 889.21 315.27 + 78.279 1190.76 885.00 305.76 + 78.329 1103.53 881.09 222.44 + 78.379 1135.75 877.44 258.31 + 78.429 1080.75 874.04 206.71 + 78.479 1029.63 870.87 158.76 + 78.529 993.35 867.92 125.43 + 78.579 1020.17 865.17 155.00 + 78.629 950.93 862.63 88.30 + 78.679 904.04 860.25 43.79 + 78.729 923.81 858.05 65.76 + 78.779 873.84 856.03 17.81 + 78.831 860.60 854.08 6.52 + 78.881 849.15 852.38 -3.23 + 78.931 799.39 850.84 -51.45 + 78.981 793.66 853.05 -59.39 + 79.031 793.27 851.89 -58.62 + 79.081 761.01 850.89 -89.88 + 79.131 745.73 850.05 -104.32 + 79.181 766.66 849.39 -82.73 + 79.231 769.37 848.91 -79.54 + 79.281 766.21 848.62 -82.41 + 79.331 815.87 848.55 -32.68 + 79.381 835.54 848.73 -13.19 + 79.431 814.66 849.18 -34.52 + 79.481 751.69 849.99 -98.30 + 79.531 797.27 851.27 -54.00 + 79.581 795.45 853.28 -57.83 + 79.631 790.85 856.49 -65.64 + 79.681 772.39 861.80 -89.41 + 79.731 823.41 870.83 -47.42 + 79.781 788.90 886.27 -97.37 + 79.831 819.07 912.43 -93.36 + 79.881 832.60 955.34 -122.74 + 79.931 878.46 1023.75 -145.29 + 79.981 871.48 1127.15 -255.67 + 80.031 895.38 1274.61 -379.23 + 80.070 882.33 1428.43 -546.10 + 80.120 971.15 1670.44 -699.29 + 80.170 987.96 1960.13 -972.17 + 80.221 1091.39 2281.34 -1189.95 + 80.271 1293.58 2605.28 -1311.70 + 80.321 1347.99 2896.38 -1548.39 + 80.371 1424.85 3113.90 -1689.05 + 80.421 1539.50 3220.87 -1681.37 + 80.471 1605.05 3197.08 -1592.03 + 80.521 1502.07 3047.65 -1545.58 + 80.571 1528.51 2798.65 -1270.14 + 80.621 1505.98 2489.42 -983.44 + 80.670 1336.27 2162.12 -825.85 + 80.720 1293.65 1848.58 -554.93 + 80.770 1156.02 1573.82 -417.80 + 80.820 1063.64 1349.83 -286.19 + 80.870 989.18 1178.93 -189.75 + 80.920 964.08 1056.11 -92.03 + 80.970 852.28 972.55 -120.27 + 81.020 897.35 918.57 -21.22 + 81.070 840.20 885.00 -44.80 + 81.120 855.18 864.67 -9.49 + 81.170 798.45 852.30 -53.85 + 81.220 799.84 844.65 -44.81 + 81.270 811.70 839.68 -27.98 + 81.317 760.77 836.39 -75.62 + 81.367 761.83 833.71 -71.88 + 81.417 815.98 831.59 -15.61 + 81.467 784.04 829.83 -45.79 + 81.517 783.79 828.36 -44.57 + 81.567 791.53 827.11 -35.58 + 81.617 783.17 826.03 -42.86 + 81.667 790.20 825.12 -34.92 + 81.717 850.40 824.35 26.05 + 81.767 791.46 823.70 -32.24 + 81.817 847.34 823.17 24.17 + 81.867 847.80 822.73 25.07 + 81.917 835.47 822.39 13.08 + 81.967 769.58 822.14 -52.56 + 82.017 839.76 821.98 17.78 + 82.067 824.41 821.89 2.52 + 82.117 792.55 821.87 -29.32 + 82.167 818.72 821.93 -3.21 + 82.217 831.98 822.06 9.92 + 82.267 738.80 822.26 -83.46 + 82.317 816.41 809.13 7.28 + 82.366 782.09 809.68 -27.59 + 82.417 809.83 810.31 -0.48 + 82.467 844.61 811.00 33.61 + 82.517 856.62 811.76 44.86 + 82.569 821.05 812.65 8.40 + 82.620 797.54 813.58 -16.04 + 82.670 824.31 814.59 9.72 + 82.720 848.55 815.70 32.85 + 82.770 848.72 816.90 31.82 + 82.820 857.18 818.20 38.98 + 82.870 870.78 819.62 51.16 + 82.920 907.59 821.17 86.42 + 82.970 866.12 822.85 43.27 + 83.020 905.21 824.67 80.54 + 83.070 933.95 826.67 107.28 + 83.120 943.40 828.84 114.56 + 83.170 960.55 831.21 129.34 + 83.220 1019.19 833.81 185.38 + 83.270 927.75 836.66 91.09 + 83.320 963.18 839.79 123.39 + 83.369 914.14 843.24 70.90 + 83.419 984.27 847.05 137.22 + 83.469 919.10 851.28 67.82 + 83.519 883.22 856.52 26.70 + 83.569 910.56 861.76 48.80 + 83.619 878.46 867.60 10.86 + 83.669 855.16 874.20 -19.04 + 83.719 883.24 881.65 1.59 + 83.769 849.32 890.08 -40.76 + 83.830 869.11 902.11 -33.00 + 83.881 830.62 913.71 -83.09 + 83.931 893.43 927.46 -34.03 + 83.981 852.55 944.41 -91.86 + 84.031 829.10 966.43 -137.33 + 84.081 827.83 997.43 -169.60 + 84.131 832.50 1044.72 -212.22 + 84.181 864.95 1121.37 -256.42 + 84.231 859.60 1249.48 -389.88 + 84.281 801.72 1462.39 -660.67 + 84.331 869.00 1810.19 -941.19 + 84.381 931.10 2354.98 -1423.88 + 84.431 1001.98 3160.75 -2158.77 + 84.481 1097.09 4291.65 -3194.56 + 84.531 1409.59 5773.02 -4363.43 + 84.581 1881.72 7581.33 -5699.61 + 84.630 2584.41 9619.60 -7035.19 + 84.680 3480.58 11714.01 -8233.43 + 84.730 4309.00 13620.89 -9311.89 + 84.780 5039.96 15051.83 -10011.87 + 84.830 5577.56 15753.50 -10175.94 + 84.880 5632.41 15585.06 -9952.65 + 84.930 5499.08 14576.60 -9077.52 + 84.980 5284.95 12926.78 -7641.83 + 85.030 4995.22 10919.15 -5923.93 + 85.072 4382.09 9142.88 -4760.79 + 85.122 3750.54 7136.99 -3386.45 + 85.173 3199.09 5394.30 -2195.21 + 85.223 2512.76 3991.83 -1479.07 + 85.273 1997.49 2942.99 -945.50 + 85.323 1730.13 2204.56 -474.43 + 85.373 1577.00 1713.08 -136.08 + 85.423 1285.60 1402.54 -116.94 + 85.473 1155.98 1213.53 -57.55 + 85.523 989.98 1101.07 -111.09 + 85.573 940.93 1033.27 -92.34 + 85.623 869.97 990.92 -120.95 + 85.673 808.23 962.77 -154.54 + 85.723 799.31 942.33 -143.02 + 85.772 788.10 926.46 -138.36 + 85.822 793.76 913.45 -119.69 + 85.872 839.43 902.44 -63.01 + 85.922 774.49 892.93 -118.44 + 85.972 796.69 884.61 -87.92 + 86.022 757.26 877.31 -120.05 + 86.072 740.91 870.86 -129.95 + 86.122 798.90 865.15 -66.25 + 86.172 781.40 860.03 -78.63 + 86.222 790.39 855.45 -65.06 + 86.272 699.19 851.36 -152.17 + 86.304 752.01 848.96 -96.95 + 86.354 750.88 845.49 -94.61 + 86.404 714.10 842.37 -128.27 + 86.454 776.09 839.54 -63.45 + 86.504 738.08 836.98 -98.90 + 86.554 750.31 834.65 -84.34 + 86.604 747.93 832.00 -84.07 + 86.654 788.64 830.08 -41.44 + 86.704 772.43 828.32 -55.89 + 86.754 707.30 826.72 -119.42 + 86.804 769.67 825.26 -55.59 + 86.854 791.59 823.92 -32.33 + 86.904 800.45 822.71 -22.26 + 86.954 697.21 821.60 -124.39 + 87.004 779.69 820.59 -40.90 + 87.054 737.87 819.67 -81.80 + 87.104 819.75 818.84 0.91 + 87.154 762.21 818.09 -55.88 + 87.204 762.56 817.42 -54.86 + 87.254 772.88 816.82 -43.94 + 87.304 752.51 816.29 -63.78 + 87.354 786.23 815.83 -29.60 + 87.404 776.42 815.44 -39.02 + 87.454 765.34 815.10 -49.76 + 87.504 839.25 814.84 24.41 + 87.557 745.99 814.63 -68.64 + 87.607 759.71 814.49 -54.78 + 87.657 819.78 814.43 5.35 + 87.707 805.22 814.44 -9.22 + 87.757 752.37 814.51 -62.14 + 87.807 729.04 814.67 -85.63 + 87.857 772.03 814.91 -42.88 + 87.907 765.84 815.24 -49.40 + 87.957 804.46 815.67 -11.21 + 88.007 757.79 816.21 -58.42 + 88.057 729.27 817.48 -88.21 + 88.107 823.96 818.30 5.66 + 88.157 779.05 819.28 -40.23 + 88.207 776.16 820.46 -44.30 + 88.257 783.03 821.86 -38.83 + 88.307 777.86 823.55 -45.69 + 88.357 752.94 825.63 -72.69 + 88.407 806.39 828.30 -21.91 + 88.457 811.87 831.95 -20.08 + 88.507 805.36 837.33 -31.97 + 88.557 778.47 845.87 -67.40 + 88.607 813.98 860.08 -46.10 + 88.657 800.19 884.37 -84.18 + 88.707 846.15 925.12 -78.97 + 88.757 842.19 990.83 -148.64 + 88.834 829.06 1166.10 -337.04 + 88.884 892.13 1341.82 -449.69 + 88.934 920.63 1571.11 -650.48 + 88.984 1004.55 1848.26 -843.71 + 89.034 1050.23 2153.91 -1103.68 + 89.084 1221.78 2457.88 -1236.10 + 89.134 1365.31 2719.56 -1354.25 + 89.184 1335.08 2893.30 -1558.22 + 89.234 1457.19 2943.25 -1486.06 + 89.284 1527.62 2858.50 -1330.88 + 89.334 1428.78 2657.70 -1228.92 + 89.384 1395.11 2380.22 -985.11 + 89.434 1375.27 2072.61 -697.34 + 89.484 1247.53 1771.67 -524.14 + 89.534 1132.69 1506.37 -373.68 + 89.584 1077.66 1291.26 -213.60 + 89.634 959.97 1129.46 -169.49 + 89.684 899.30 1015.70 -116.40 + 89.734 962.64 940.42 22.22 + 89.784 834.69 893.33 -58.64 + 89.834 846.36 864.96 -18.60 + 89.883 810.23 848.24 -38.01 + 89.934 777.17 838.20 -61.03 + 89.984 833.37 831.96 1.41 + 90.034 741.41 827.79 -86.38 + 90.086 789.85 824.65 -34.80 + 90.136 775.46 822.30 -46.84 + 90.186 725.89 820.37 -94.48 + 90.236 752.31 818.74 -66.43 + 90.286 723.17 817.35 -94.18 + 90.336 799.09 816.15 -17.06 + 90.386 731.37 815.10 -83.73 + 90.436 768.03 814.19 -46.16 + 90.486 772.89 813.39 -40.50 + 90.536 736.63 812.70 -76.07 + 90.586 691.75 812.09 -120.34 + 90.636 723.63 811.55 -87.92 + 90.686 802.09 811.08 -8.99 + 90.736 783.55 810.68 -27.13 + 90.786 766.18 806.82 -40.64 + 90.836 789.18 806.57 -17.39 + 90.886 705.30 806.36 -101.06 + 90.936 747.67 806.19 -58.52 + 90.986 823.38 806.06 17.32 + 91.036 770.95 805.96 -35.01 + 91.085 749.90 805.89 -55.99 + 91.135 759.76 805.84 -46.08 + 91.185 785.47 805.82 -20.35 + 91.235 759.73 805.83 -46.10 + 91.285 763.98 805.86 -41.88 + 91.332 791.43 805.91 -14.48 + 91.382 800.17 805.99 -5.82 + 91.432 751.11 806.09 -54.98 + 91.482 779.20 806.21 -27.01 + 91.532 789.50 806.36 -16.86 + 91.582 717.82 806.53 -88.71 + 91.632 732.58 806.72 -74.14 + 91.682 848.45 806.94 41.51 + 91.732 751.74 807.19 -55.45 + 91.782 781.80 807.46 -25.66 + 91.832 798.00 807.77 -9.77 + 91.882 738.06 808.11 -70.05 + 91.932 802.09 808.48 -6.39 + 91.982 776.73 808.89 -32.16 + 92.032 759.80 809.34 -49.54 + 92.082 771.51 809.83 -38.32 + 92.132 731.87 810.38 -78.51 + 92.182 785.03 810.99 -25.96 + 92.232 773.16 811.66 -38.50 + 92.282 832.71 812.41 20.30 + 92.332 817.14 813.24 3.90 + 92.381 852.20 814.16 38.04 + 92.431 769.11 815.20 -46.09 + 92.482 803.61 816.38 -12.77 + 92.531 798.55 817.70 -19.15 + 92.570 839.23 818.85 20.38 + 92.620 784.52 820.52 -36.00 + 92.670 817.72 822.45 -4.73 + 92.721 774.58 824.71 -50.13 + 92.770 824.08 827.41 -3.33 + 92.820 809.19 830.79 -21.60 + 92.870 804.31 835.32 -31.01 + 92.921 863.25 841.91 21.34 + 92.971 772.19 852.34 -80.15 + 93.020 785.92 869.73 -83.81 + 93.070 819.65 899.44 -79.79 + 93.121 840.54 949.45 -108.91 + 93.170 851.88 1029.94 -178.06 + 93.220 873.63 1153.50 -279.87 + 93.270 890.10 1330.70 -440.60 + 93.320 928.91 1567.05 -638.14 + 93.370 1017.01 1858.11 -841.10 + 93.420 1157.47 2185.67 -1028.20 + 93.470 1365.58 2516.46 -1150.88 + 93.520 1433.89 2802.71 -1368.82 + 93.570 1549.80 2993.11 -1443.31 + 93.620 1581.37 3045.73 -1464.36 + 93.670 1595.13 2947.59 -1352.46 + 93.720 1541.86 2721.84 -1179.98 + 93.770 1504.80 2416.93 -912.13 + 93.810 1457.59 2150.52 -692.93 + 93.860 1310.94 1824.74 -513.80 + 93.910 1231.30 1538.47 -307.17 + 93.960 1134.05 1308.26 -174.21 + 94.010 983.77 1137.96 -154.19 + 94.060 1009.71 1020.27 -10.56 + 94.110 961.74 943.84 17.90 + 94.160 843.73 896.92 -53.19 + 94.210 864.42 869.16 -4.74 + 94.260 829.22 852.98 -23.76 + 94.310 856.63 843.30 13.33 + 94.360 836.98 837.17 -0.19 + 94.410 765.69 832.99 -67.30 + 94.460 732.99 829.86 -96.87 + 94.510 802.39 827.37 -24.98 + 94.560 786.53 825.32 -38.79 + 94.610 755.41 823.58 -68.17 + 94.660 718.64 822.09 -103.45 + 94.710 803.61 820.80 -17.19 + 94.760 766.35 819.68 -53.33 + 94.810 841.32 818.70 22.62 + 94.859 814.84 817.85 -3.01 + 94.910 787.11 817.10 -29.99 + 94.960 766.08 816.43 -50.35 + 95.010 805.01 815.32 -10.31 + 95.068 782.66 814.73 -32.07 + 95.118 822.21 814.29 7.92 + 95.169 842.67 813.90 28.77 + 95.219 799.32 813.55 -14.23 + 95.269 832.30 813.25 19.05 + 95.319 851.76 812.98 38.78 + 95.369 846.89 812.74 34.15 + 95.419 832.99 812.53 20.46 + 95.469 804.89 812.35 -7.46 + 95.519 866.04 812.19 53.85 + 95.569 892.03 812.05 79.98 + 95.619 840.48 811.93 28.55 + 95.669 839.14 811.82 27.32 + 95.719 870.14 811.73 58.41 + 95.769 817.08 811.65 5.43 + 95.818 882.76 811.59 71.17 + 95.868 821.31 811.54 9.77 + 95.918 898.81 811.50 87.31 + 95.968 880.82 811.46 69.36 + 96.018 838.23 811.44 26.79 + 96.068 842.34 811.43 30.91 + 96.118 845.46 811.42 34.04 + 96.168 869.81 811.42 58.39 + 96.218 796.15 811.43 -15.28 + 96.268 774.27 811.44 -37.17 + 96.305 818.63 811.45 7.18 + 96.355 757.63 811.47 -53.84 + 96.405 802.22 811.50 -9.28 + 96.455 856.68 811.53 45.15 + 96.505 778.52 811.57 -33.05 + 96.555 869.58 811.61 57.97 + 96.605 862.99 811.66 51.33 + 96.655 864.33 811.70 52.63 + 96.705 834.01 811.75 22.26 + 96.755 856.68 811.81 44.87 + 96.805 806.96 811.87 -4.91 + 96.855 784.59 811.93 -27.34 + 96.905 827.64 811.99 15.65 + 96.955 836.63 812.05 24.58 + 97.005 807.69 812.12 -4.43 + 97.055 787.01 812.19 -25.18 + 97.105 802.54 812.26 -9.72 + 97.155 781.42 812.34 -30.92 + 97.205 753.31 812.41 -59.10 + 97.255 747.91 812.49 -64.58 + 97.305 797.74 821.20 -23.46 + 97.355 743.90 821.45 -77.55 + 97.405 796.25 821.71 -25.46 + 97.455 788.73 821.98 -33.25 + 97.505 794.73 822.25 -27.52 + 97.565 762.01 822.58 -60.57 + 97.615 776.61 822.87 -46.26 + 97.665 809.75 823.16 -13.41 + 97.715 754.95 823.47 -68.52 + 97.765 793.46 823.78 -30.32 + 97.815 771.49 824.09 -52.60 + 97.865 793.22 824.42 -31.20 + 97.915 700.76 824.76 -124.00 + 97.965 744.69 825.10 -80.41 + 98.015 829.60 825.45 4.15 + 98.065 760.00 825.82 -65.82 + 98.115 804.52 826.19 -21.67 + 98.165 774.96 826.57 -51.61 + 98.215 796.93 826.97 -30.04 + 98.265 804.51 827.37 -22.86 + 98.315 797.91 827.79 -29.88 + 98.365 784.31 828.22 -43.91 + 98.415 876.42 828.66 47.76 + 98.465 782.59 829.12 -46.53 + 98.515 782.98 829.59 -46.61 + 98.565 797.08 830.07 -32.99 + 98.615 822.70 830.57 -7.87 + 98.665 824.09 831.09 -7.00 + 98.715 785.08 831.62 -46.54 + 98.765 797.86 832.17 -34.31 + 98.834 794.10 832.97 -38.87 + 98.884 744.15 833.57 -89.42 + 98.934 805.83 834.19 -28.36 + 98.984 833.99 834.83 -0.84 + 99.034 859.29 835.49 23.80 + 99.084 861.07 836.18 24.89 + 99.134 821.66 836.90 -15.24 + 99.184 780.46 837.05 -56.59 + 99.234 790.35 837.84 -47.49 + 99.284 772.78 838.65 -65.87 + 99.334 833.16 839.50 -6.34 + 99.384 792.01 840.39 -48.38 + 99.434 800.01 841.31 -41.30 + 99.484 836.61 842.28 -5.67 + 99.534 802.68 843.29 -40.61 + 99.584 848.10 844.34 3.76 + 99.634 781.62 845.45 -63.83 + 99.684 764.05 846.61 -82.56 + 99.734 810.25 847.82 -37.57 + 99.784 828.77 849.10 -20.33 + 99.834 833.69 850.44 -16.75 + 99.884 777.37 851.85 -74.48 + 99.934 807.53 853.34 -45.81 + 99.984 770.04 854.92 -84.88 + 100.034 860.28 856.58 3.70 + 100.081 798.05 858.23 -60.18 + 100.131 770.84 860.09 -89.25 + 100.181 802.20 862.07 -59.87 + 100.231 812.19 864.17 -51.98 + 100.281 834.94 866.41 -31.47 + 100.331 755.06 868.79 -113.73 + 100.381 810.11 871.34 -61.23 + 100.431 808.23 874.07 -65.84 + 100.481 807.87 876.99 -69.12 + 100.531 767.17 880.12 -112.95 + 100.581 829.03 883.51 -54.48 + 100.631 788.36 887.16 -98.80 + 100.681 802.10 891.09 -88.99 + 100.731 765.12 895.36 -130.24 + 100.781 813.98 900.00 -86.02 + 100.831 798.67 905.04 -106.37 + 100.881 823.00 910.55 -87.55 + 100.931 812.48 916.59 -104.11 + 100.981 811.03 923.23 -112.20 + 101.031 814.08 930.53 -116.45 + 101.080 835.13 938.61 -103.48 + 101.130 858.66 947.53 -88.87 + 101.180 802.28 957.53 -155.25 + 101.230 800.88 968.72 -167.84 + 101.280 810.88 981.24 -170.36 + 101.325 864.61 993.91 -129.30 + 101.375 849.43 1009.81 -160.38 + 101.426 927.18 1027.92 -100.74 + 101.476 863.40 1048.71 -185.31 + 101.526 889.10 1072.66 -183.56 + 101.576 902.64 1100.58 -197.94 + 101.626 877.86 1133.71 -255.85 + 101.676 887.37 1173.91 -286.54 + 101.726 955.73 1224.96 -269.23 + 101.776 915.23 1294.28 -379.05 + 101.826 1006.90 1397.96 -391.06 + 101.876 945.64 1566.74 -621.10 + 101.926 949.25 1854.73 -905.48 + 101.976 984.23 2354.44 -1370.21 + 102.025 1015.57 3205.73 -2190.16 + 102.075 1106.93 4554.37 -3447.44 + 102.125 1481.12 6576.35 -5095.23 + 102.175 2039.75 9382.60 -7342.85 + 102.225 3115.63 12956.02 -9840.39 + 102.275 4819.78 17061.98 -12242.20 + 102.325 6814.76 21242.04 -14427.28 + 102.375 8308.87 24820.04 -16511.17 + 102.425 9564.54 27075.50 -17510.96 + 102.475 9824.53 27414.33 -17589.80 + 102.525 9957.49 25766.56 -15809.07 + 102.571 9452.58 22901.28 -13448.70 + 102.621 8475.16 18898.81 -10423.65 + 102.671 7204.12 14707.35 -7503.23 + 102.721 6119.59 10876.72 -4757.13 + 102.771 4776.17 7741.04 -2964.87 + 102.821 3862.38 5389.55 -1527.17 + 102.871 3107.83 3761.38 -653.55 + 102.921 2539.37 2713.25 -173.88 + 102.971 2119.15 2075.97 43.18 + 103.021 1655.92 1703.98 -48.06 + 103.071 1467.25 1487.11 -19.86 + 103.121 1223.45 1357.26 -133.81 + 103.171 1080.88 1274.42 -193.54 + 103.221 1063.27 1216.27 -153.00 + 103.271 915.13 1172.24 -257.11 + 103.321 985.03 1136.90 -151.87 + 103.371 961.96 1107.53 -145.57 + 103.420 954.06 1082.64 -128.58 + 103.471 891.79 1061.27 -169.48 + 103.520 907.07 1042.86 -135.79 + 103.570 854.13 1026.89 -172.76 + 103.620 891.07 1013.00 -121.93 + 103.670 902.56 1000.77 -98.21 + 103.720 871.93 990.03 -118.10 + 103.770 852.09 980.61 -128.52 + 103.817 865.70 972.77 -107.07 + 103.867 883.25 965.33 -82.08 + 103.917 903.82 958.75 -54.93 + 103.967 871.04 952.92 -81.88 + 104.017 928.50 947.78 -19.28 + 104.067 884.48 943.23 -58.75 + 104.117 918.79 939.22 -20.43 + 104.167 889.69 935.69 -46.00 + 104.217 875.23 932.60 -57.37 + 104.267 868.21 929.92 -61.71 + 104.317 925.22 927.61 -2.39 + 104.367 821.80 925.65 -103.85 + 104.417 882.03 924.01 -41.98 + 104.467 877.40 922.68 -45.28 + 104.517 866.11 921.64 -55.53 + 104.567 894.84 920.88 -26.04 + 104.617 915.17 920.38 -5.21 + 104.667 895.82 920.15 -24.33 + 104.717 856.33 920.18 -63.85 + 104.767 872.72 920.47 -47.75 + 104.817 890.12 921.02 -30.90 + 104.867 914.26 921.83 -7.57 + 104.917 920.17 922.92 -2.75 + 104.967 916.82 924.28 -7.46 + 105.017 913.08 925.93 -12.85 + 105.056 882.07 927.43 -45.36 + 105.106 898.29 929.65 -31.36 + 105.156 884.57 932.21 -47.64 + 105.206 899.29 935.14 -35.85 + 105.256 908.34 938.45 -30.11 + 105.306 947.90 942.20 5.70 + 105.356 866.09 946.44 -80.35 + 105.406 890.09 951.20 -61.11 + 105.456 905.25 956.54 -51.29 + 105.506 884.06 962.51 -78.45 + 105.556 939.26 969.24 -29.98 + 105.606 929.59 976.81 -47.22 + 105.656 949.85 985.29 -35.44 + 105.706 902.71 994.88 -92.17 + 105.756 973.13 1005.70 -32.57 + 105.806 978.82 1017.96 -39.14 + 105.856 962.98 1031.91 -68.93 + 105.906 999.06 1047.84 -48.78 + 105.956 994.34 1066.15 -71.81 + 106.006 1026.27 1087.25 -60.98 + 106.056 1006.75 1111.72 -104.97 + 106.105 1023.63 1140.23 -116.60 + 106.156 1114.95 1174.14 -59.19 + 106.206 1038.89 1215.00 -176.11 + 106.255 1134.35 1265.68 -131.33 + 106.315 1173.09 1347.65 -174.56 + 106.365 1238.71 1451.67 -212.96 + 106.415 1144.36 1618.24 -473.88 + 106.465 1041.96 1903.48 -861.52 + 106.515 1102.49 2400.24 -1297.75 + 106.565 1180.52 3249.59 -2069.07 + 106.615 1274.02 4633.96 -3359.94 + 106.665 1690.85 6734.76 -5043.91 + 106.715 2368.56 9671.34 -7302.78 + 106.765 3600.32 13395.94 -9795.62 + 106.815 5354.54 17670.80 -12316.26 + 106.865 7645.08 21979.30 -14334.22 + 106.915 9275.35 25480.51 -16205.16 + 106.965 10622.81 27410.11 -16787.30 + 107.015 10743.61 27250.07 -16506.46 + 107.065 10356.37 25089.96 -14733.59 + 107.115 9398.42 21511.50 -12113.08 + 107.165 7960.51 17287.49 -9326.98 + 107.215 6723.92 13117.12 -6393.20 + 107.265 5444.76 9503.21 -4058.46 + 107.315 4349.66 6674.33 -2324.67 + 107.364 3521.26 4651.18 -1129.92 + 107.414 2980.23 3298.46 -318.23 + 107.465 2424.64 2456.53 -31.89 + 107.514 2042.30 1957.45 84.85 + 107.571 1599.43 1636.12 -36.69 + 107.622 1416.56 1466.66 -50.10 + 107.672 1234.72 1365.58 -130.86 + 107.722 1150.50 1296.35 -145.85 + 107.772 1090.52 1245.07 -154.55 + 107.822 1045.00 1204.57 -159.57 + 107.872 999.65 1171.31 -171.66 + 107.922 1024.72 1143.48 -118.76 + 107.972 947.24 1119.89 -172.65 + 108.022 908.16 1099.81 -191.65 + 108.072 929.10 1082.52 -153.42 + 108.122 901.99 1067.61 -165.62 + 108.172 919.22 1054.77 -135.55 + 108.222 899.26 1043.63 -144.37 + 108.272 901.11 1033.98 -132.87 + 108.322 939.78 1025.63 -85.85 + 108.371 950.45 1018.41 -67.96 + 108.421 873.90 1012.17 -138.27 + 108.471 900.55 1006.79 -106.24 + 108.521 910.40 1002.22 -91.82 + 108.571 856.49 998.35 -141.86 + 108.621 961.28 995.13 -33.85 + 108.671 885.54 992.48 -106.94 + 108.721 899.35 990.37 -91.02 + 108.771 888.65 988.77 -100.12 + 108.808 881.86 987.89 -106.03 + 108.859 855.34 987.10 -131.76 + 108.909 847.93 986.74 -138.81 + 108.959 870.87 986.80 -115.93 + 109.009 890.57 987.27 -96.70 + 109.059 871.59 988.13 -116.54 + 109.109 857.36 989.38 -132.02 + 109.159 874.97 991.03 -116.06 + 109.209 861.41 993.08 -131.67 + 109.259 867.74 995.52 -127.78 + 109.309 933.20 998.38 -65.18 + 109.359 913.48 1001.67 -88.19 + 109.409 884.15 1005.40 -121.25 + 109.459 871.95 1009.60 -137.65 + 109.509 879.12 1014.29 -135.17 + 109.559 864.66 1019.50 -154.84 + 109.608 899.68 1025.28 -125.60 + 109.658 948.99 1031.66 -82.67 + 109.708 926.55 1038.70 -112.15 + 109.758 923.31 1046.45 -123.14 + 109.808 919.76 1054.98 -135.22 + 109.858 924.23 1064.33 -140.10 + 109.908 938.02 1074.68 -136.66 + 109.958 890.17 1086.08 -195.91 + 110.008 959.09 1098.61 -139.52 + 110.055 894.19 1111.47 -217.28 + 110.105 904.12 1126.73 -222.61 + 110.155 934.62 1143.63 -209.01 + 110.205 952.64 1162.42 -209.78 + 110.255 964.60 1183.28 -218.68 + 110.305 1039.27 1206.59 -167.32 + 110.355 1010.11 1232.76 -222.65 + 110.405 1013.18 1262.19 -249.01 + 110.455 1030.00 1295.42 -265.42 + 110.505 1039.04 1332.96 -293.92 + 110.555 1075.84 1375.90 -300.06 + 110.605 1030.69 1425.15 -394.46 + 110.655 1155.80 1481.69 -325.89 + 110.705 1138.39 1547.45 -409.06 + 110.755 1171.59 1624.21 -452.62 + 110.805 1239.07 1714.78 -475.71 + 110.855 1276.79 1823.34 -546.55 + 110.905 1277.63 1956.94 -679.31 + 110.955 1310.06 2129.66 -819.60 + 111.005 1271.49 2369.68 -1098.19 + 111.055 1267.63 2737.20 -1469.57 + 111.104 1264.01 3348.10 -2084.09 + 111.155 1343.59 4421.68 -3078.09 + 111.205 1457.00 6293.51 -4836.51 + 111.254 1838.13 9413.66 -7575.53 + 111.320 3048.53 16274.54 -13226.01 + 111.370 5180.57 24033.73 -18853.16 + 111.420 8604.40 33848.07 -25243.67 + 111.470 13607.64 44896.06 -31288.42 + 111.520 18938.41 55537.41 -36599.00 + 111.570 23543.64 63602.73 -40059.09 + 111.620 25711.57 67029.29 -41317.72 + 111.670 26093.35 64954.70 -38861.35 + 111.721 23976.26 58167.05 -34190.79 + 111.770 20585.05 48493.71 -27908.66 + 111.820 16993.17 37848.84 -20855.67 + 111.870 13883.59 27863.45 -13979.86 + 111.920 11034.31 19577.96 -8543.65 + 111.970 8938.63 13311.40 -4372.77 + 112.020 6869.75 8957.10 -2087.35 + 112.070 5417.45 6129.86 -712.41 + 112.120 4288.83 4387.85 -99.02 + 112.170 3280.65 3348.49 -67.84 + 112.220 2713.23 2730.36 -17.13 + 112.270 2157.62 2352.12 -194.50 + 112.320 1793.25 2105.00 -311.75 + 112.370 1524.58 1930.52 -405.94 + 112.420 1329.01 1796.83 -467.82 + 112.470 1235.25 1689.67 -454.42 + 112.520 1058.22 1601.18 -542.96 + 112.593 1071.88 1495.71 -423.83 + 112.643 1043.15 1435.76 -392.61 + 112.693 1036.21 1383.92 -347.71 + 112.743 1036.30 1338.73 -302.43 + 112.793 996.14 1299.25 -303.11 + 112.843 1019.99 1264.47 -244.48 + 112.893 1026.17 1233.62 -207.45 + 112.943 981.35 1206.22 -224.87 + 112.993 1002.14 1181.75 -179.61 + 113.043 974.97 1159.90 -184.93 + 113.093 1008.80 1140.18 -131.38 + 113.143 981.86 1122.38 -140.52 + 113.193 964.33 1106.34 -142.01 + 113.243 1004.62 1091.74 -87.12 + 113.293 967.25 1078.47 -111.22 + 113.343 957.47 1066.38 -108.91 + 113.393 947.34 1055.34 -108.00 + 113.443 933.68 1045.21 -111.53 + 113.493 964.81 1035.91 -71.10 + 113.543 974.71 1027.37 -52.66 + 113.593 985.80 1019.52 -33.72 + 113.642 975.31 1012.31 -37.00 + 113.693 954.80 1005.62 -50.82 + 113.743 930.47 999.44 -68.97 + 113.792 970.99 993.75 -22.76 + 113.826 888.04 990.17 -102.13 + 113.876 965.31 985.16 -19.85 + 113.926 1003.96 980.52 23.44 + 113.976 991.52 976.23 15.29 + 114.026 1043.71 972.28 71.43 + 114.076 950.55 968.63 -18.08 + 114.126 948.32 965.25 -16.93 + 114.176 1010.80 962.14 48.66 + 114.226 920.64 959.29 -38.65 + 114.276 974.06 956.67 17.39 + 114.326 1031.76 954.28 77.48 + 114.376 930.36 952.11 -21.75 + 114.426 944.53 950.15 -5.62 + 114.476 941.88 948.39 -6.51 + 114.526 999.07 946.84 52.23 + 114.576 991.42 945.49 45.93 + 114.626 1025.51 944.33 81.18 + 114.676 946.04 943.37 2.67 + 114.726 969.78 942.62 27.16 + 114.776 950.25 942.07 8.18 + 114.826 945.64 941.74 3.90 + 114.876 963.42 941.63 21.79 + 114.926 898.48 941.76 -43.28 + 114.976 981.89 942.15 39.74 + 115.026 935.41 942.81 -7.40 + 115.063 924.83 943.50 -18.67 + 115.113 911.87 944.71 -32.84 + 115.163 931.37 946.29 -14.92 + 115.214 960.79 948.28 12.51 + 115.264 870.55 950.72 -80.17 + 115.314 891.32 953.70 -62.38 + 115.364 917.94 957.30 -39.36 + 115.414 896.91 961.64 -64.73 + 115.464 970.98 966.84 4.14 + 115.514 994.41 973.05 21.36 + 115.564 934.84 980.55 -45.71 + 115.614 974.43 989.62 -15.19 + 115.663 967.31 1000.65 -33.34 + 115.714 1047.46 1014.42 33.04 + 115.763 1008.01 1032.22 -24.21 + 115.813 990.10 1056.85 -66.75 + 115.863 1049.32 1094.22 -44.90 + 115.913 1019.67 1156.38 -136.71 + 115.963 967.09 1265.64 -298.55 + 116.013 1048.08 1457.57 -409.49 + 116.063 1094.86 1781.21 -686.35 + 116.113 1139.86 2288.57 -1148.71 + 116.163 1421.78 3024.18 -1602.40 + 116.213 1761.51 3981.17 -2219.66 + 116.263 2223.02 5081.53 -2858.51 + 116.314 2537.69 6154.26 -3616.57 + 116.364 3021.56 6990.41 -3968.85 + 116.414 3380.15 7351.21 -3971.06 + 116.464 3232.02 7155.76 -3923.74 + 116.514 3163.91 6497.46 -3333.55 + 116.564 2780.30 5559.07 -2778.77 + 116.614 2451.44 4530.73 -2079.29 + 116.664 2195.81 3568.65 -1372.84 + 116.714 1901.89 2764.72 -862.83 + 116.764 1652.38 2153.63 -501.25 + 116.814 1429.65 1720.29 -290.64 + 116.864 1347.50 1432.23 -84.73 + 116.914 1253.14 1250.46 2.68 + 116.964 1147.59 1138.36 9.23 + 117.014 1117.99 1077.98 40.01 + 117.064 1077.67 1035.58 42.09 + 117.114 1004.15 1007.87 -3.72 + 117.164 984.30 988.47 -4.17 + 117.214 993.63 973.94 19.69 + 117.264 945.43 962.50 -17.07 + 117.314 916.68 953.17 -36.49 + 117.363 940.23 945.41 -5.18 + 117.413 911.29 938.81 -27.52 + 117.463 950.37 933.20 17.17 + 117.513 868.56 928.41 -59.85 + 117.549 907.82 925.42 -17.60 + 117.599 931.60 921.69 9.91 + 117.649 851.63 918.46 -66.83 + 117.699 895.91 915.66 -19.75 + 117.749 847.49 913.23 -65.74 + 117.799 870.96 911.12 -40.16 + 117.849 833.37 909.28 -75.91 + 117.899 887.41 907.69 -20.28 + 117.949 930.33 906.31 24.02 + 117.999 849.16 905.12 -55.96 + 118.049 872.97 904.10 -31.13 + 118.099 837.82 903.23 -65.41 + 118.149 887.21 902.50 -15.29 + 118.199 892.63 901.89 -9.26 + 118.249 893.65 901.41 -7.76 + 118.299 861.13 901.03 -39.90 + 118.349 867.43 900.75 -33.32 + 118.399 863.05 900.56 -37.51 + 118.449 839.51 900.46 -60.95 + 118.499 823.83 900.45 -76.62 + 118.549 927.76 900.52 27.24 + 118.598 874.50 900.67 -26.17 + 118.649 871.49 900.90 -29.41 + 118.699 869.01 901.20 -32.19 + 118.749 901.20 901.58 -0.38 + 118.795 814.27 902.00 -87.73 + 118.845 876.34 902.53 -26.19 + 118.895 920.80 903.14 17.66 + 118.945 832.84 903.83 -70.99 + 118.995 878.53 904.60 -26.07 + 119.045 870.61 905.45 -34.84 + 119.095 846.20 906.40 -60.20 + 119.145 869.77 907.45 -37.67 + 119.195 881.91 908.59 -26.68 + 119.245 798.17 909.83 -111.66 + 119.295 832.43 911.20 -78.77 + 119.345 866.63 912.69 -46.06 + 119.395 928.11 914.30 13.81 + 119.445 858.59 916.06 -57.47 + 119.495 931.57 917.98 13.59 + 119.545 866.37 920.06 -53.69 + 119.595 857.22 922.34 -65.12 + 119.645 959.22 924.82 34.40 + 119.695 924.54 927.53 -2.99 + 119.745 905.04 930.50 -25.46 + 119.795 914.85 933.75 -18.90 + 119.844 914.35 937.30 -22.95 + 119.894 871.07 941.24 -70.17 + 119.945 891.42 945.58 -54.16 + 119.994 912.47 950.36 -37.89 + 120.047 893.90 955.94 -62.04 + 120.097 930.90 961.90 -31.00 + 120.147 875.38 968.57 -93.19 + 120.197 954.46 976.05 -21.59 + 120.247 930.89 984.46 -53.57 + 120.297 964.02 993.98 -29.96 + 120.347 902.57 1004.83 -102.26 + 120.397 932.20 1017.25 -85.05 + 120.447 926.06 1031.54 -105.48 + 120.497 930.04 1048.03 -117.99 + 120.547 1011.85 1067.35 -55.50 + 120.597 950.77 1090.12 -139.35 + 120.647 948.48 1117.09 -168.61 + 120.697 955.23 1149.72 -194.49 + 120.747 955.77 1189.99 -234.22 + 120.797 907.80 1241.95 -334.15 + 120.847 981.33 1314.03 -332.70 + 120.897 980.75 1421.13 -440.38 + 120.947 967.59 1605.96 -638.37 + 120.997 975.17 1929.58 -954.41 + 121.047 1088.05 2492.35 -1404.30 + 121.096 1242.07 3419.05 -2176.98 + 121.146 1604.56 4843.65 -3239.09 + 121.196 2139.18 6818.62 -4679.44 + 121.246 3100.92 9250.57 -6149.65 + 121.298 4296.04 11969.63 -7673.59 + 121.349 5522.07 14217.45 -8695.38 + 121.399 6304.47 15505.88 -9201.41 + 121.449 6355.89 15515.54 -9159.65 + 121.499 5992.26 14372.86 -8380.60 + 121.549 5277.48 12471.25 -7193.77 + 121.599 4691.06 10247.25 -5556.19 + 121.649 3836.02 8068.97 -4232.95 + 121.699 3281.96 6164.05 -2882.09 + 121.749 2772.13 4638.26 -1866.13 + 121.799 2337.78 3486.50 -1148.72 + 121.849 2033.30 2665.66 -632.36 + 121.899 1736.64 2109.28 -372.64 + 121.949 1539.52 1742.80 -203.28 + 121.999 1433.95 1508.16 -74.21 + 122.049 1283.19 1358.85 -75.66 + 122.098 1115.41 1262.45 -147.04 + 122.148 1084.54 1197.64 -113.10 + 122.198 974.31 1151.46 -177.15 + 122.248 920.14 1116.62 -196.48 + 122.298 965.98 1088.95 -122.97 + 122.348 864.89 1066.29 -201.40 + 122.398 901.46 1077.57 -176.11 + 122.448 904.25 1061.97 -157.72 + 122.498 875.85 1048.72 -172.87 + 122.554 914.47 1036.16 -121.69 + 122.604 827.03 1026.50 -199.47 + 122.654 855.80 1018.16 -162.36 + 122.704 895.05 1010.92 -115.87 + 122.754 834.92 1004.65 -169.73 + 122.804 867.02 999.20 -132.18 + 122.854 860.72 994.45 -133.73 + 122.904 826.44 990.32 -163.88 + 122.954 860.98 986.75 -125.77 + 123.004 884.98 983.67 -98.69 + 123.054 895.66 981.02 -85.36 + 123.104 842.72 978.75 -136.03 + 123.154 808.84 976.85 -168.01 + 123.204 839.31 975.27 -135.96 + 123.254 878.25 973.99 -95.74 + 123.304 871.67 972.97 -101.30 + 123.354 879.42 972.22 -92.80 + 123.404 894.37 971.70 -77.33 + 123.454 891.87 971.41 -79.54 + 123.504 851.41 971.33 -119.92 + 123.554 856.75 971.46 -114.71 + 123.604 877.32 971.79 -94.47 + 123.654 851.47 972.32 -120.85 + 123.704 891.67 973.04 -81.37 + 123.754 863.35 973.95 -110.60 + 123.800 929.99 974.95 -44.96 + 123.850 911.77 976.23 -64.46 + 123.900 837.04 977.70 -140.66 + 123.950 871.06 979.37 -108.31 + 124.000 933.62 981.23 -47.61 + 124.050 841.04 983.30 -142.26 + 124.100 880.45 985.59 -105.14 + 124.150 874.46 988.10 -113.64 + 124.200 883.00 990.84 -107.84 + 124.250 902.14 993.82 -91.68 + 124.300 907.40 997.07 -89.67 + 124.350 868.68 1000.61 -131.93 + 124.400 881.63 1004.42 -122.79 + 124.450 880.77 1008.56 -127.79 + 124.500 874.02 1013.03 -139.01 + 124.550 853.37 1017.87 -164.50 + 124.600 938.04 1023.11 -85.07 + 124.650 869.29 1028.78 -159.49 + 124.700 894.51 1034.94 -140.43 + 124.750 884.95 1041.59 -156.64 + 124.800 837.84 1048.81 -210.97 + 124.849 946.06 1056.63 -110.57 + 124.899 899.33 1065.18 -165.85 + 124.950 914.32 1074.50 -160.18 + 124.999 887.27 1084.63 -197.36 + 125.037 950.65 1092.79 -142.14 + 125.087 890.12 1104.69 -214.57 + 125.137 926.92 1117.75 -190.83 + 125.187 954.01 1132.13 -178.12 + 125.237 947.32 1147.95 -200.63 + 125.287 1019.54 1165.46 -145.92 + 125.337 970.60 1184.93 -214.33 + 125.387 1074.69 1206.61 -131.92 + 125.437 1080.49 1230.85 -150.36 + 125.487 1064.62 1257.95 -193.33 + 125.537 1011.85 1288.60 -276.75 + 125.587 1085.20 1323.36 -238.16 + 125.637 1182.26 1362.77 -180.51 + 125.687 1041.57 1408.02 -366.45 + 125.737 1227.69 1451.62 -223.93 + 125.787 1230.89 1512.13 -281.24 + 125.837 1264.96 1582.76 -317.80 + 125.887 1255.02 1665.96 -410.94 + 125.937 1374.56 1765.09 -390.53 + 125.987 1323.11 1884.43 -561.32 + 126.037 1345.89 2031.39 -685.50 + 126.086 1351.49 2218.66 -867.17 + 126.136 1428.15 2475.95 -1047.80 + 126.186 1350.13 2860.88 -1510.75 + 126.236 1413.59 3489.01 -2075.42 + 126.281 1474.63 4429.83 -2955.20 + 126.331 1663.46 6208.48 -4545.02 + 126.381 2298.53 9160.55 -6862.02 + 126.431 3720.58 13713.35 -9992.77 + 126.481 6158.49 20066.13 -13907.64 + 126.531 9433.97 27997.58 -18563.61 + 126.581 13022.75 36595.85 -23573.10 + 126.631 16151.75 44130.66 -27978.91 + 126.681 18042.46 48617.08 -30574.62 + 126.731 18859.28 48992.30 -30133.02 + 126.781 18146.32 45678.67 -27532.35 + 126.831 16165.30 39964.75 -23799.45 + 126.881 13924.14 33243.01 -19318.87 + 126.931 11462.82 26562.16 -15099.34 + 126.981 9516.23 20632.18 -11115.95 + 127.031 7799.88 15703.76 -7903.88 + 127.081 6361.94 11791.55 -5429.61 + 127.131 5299.95 8792.60 -3492.65 + 127.181 4400.51 6559.36 -2158.85 + 127.231 3540.52 4954.35 -1413.83 + 127.281 2980.96 3836.96 -856.00 + 127.331 2502.42 3081.68 -579.26 + 127.381 2070.77 2575.32 -504.55 + 127.431 1760.09 2238.38 -478.29 + 127.481 1433.33 2009.47 -576.14 + 127.546 1280.43 1804.93 -524.50 + 127.596 1163.21 1691.47 -528.26 + 127.646 1115.77 1600.95 -485.18 + 127.696 1048.73 1526.18 -477.45 + 127.746 1026.82 1463.31 -436.49 + 127.796 874.06 1409.50 -535.44 + 127.846 1001.41 1362.92 -361.51 + 127.896 895.06 1322.40 -427.34 + 127.946 929.93 1303.35 -373.42 + 127.996 906.34 1272.55 -366.21 + 128.046 945.08 1245.23 -300.15 + 128.096 911.33 1220.96 -309.63 + 128.146 860.64 1199.40 -338.76 + 128.196 900.34 1180.06 -279.72 + 128.246 949.63 1162.71 -213.08 + 128.296 866.73 1147.09 -280.36 + 128.346 874.68 1132.99 -258.31 + 128.396 928.09 1120.21 -192.12 + 128.446 893.28 1108.59 -215.31 + 128.496 906.20 1098.05 -191.85 + 128.546 935.39 1088.44 -153.05 + 128.596 860.95 1079.71 -218.76 + 128.646 888.10 1071.68 -183.58 + 128.696 913.26 1064.34 -151.08 + 128.746 911.95 1057.64 -145.69 + 128.823 931.61 1048.37 -116.76 + 128.873 913.65 1042.99 -129.34 + 128.923 817.40 1038.06 -220.66 + 128.973 971.74 1033.55 -61.81 + 129.023 939.52 1029.44 -89.92 + 129.073 886.40 1025.68 -139.28 + 129.123 897.29 1022.25 -124.96 + 129.173 895.28 1019.13 -123.85 + 129.223 928.14 1016.30 -88.16 + 129.273 873.67 1013.75 -140.08 + 129.323 880.09 1011.46 -131.37 + 129.373 948.32 1009.41 -61.09 + 129.423 912.44 1007.60 -95.16 + 129.473 837.01 1006.02 -169.01 + 129.523 868.90 1004.66 -135.76 + 129.573 932.51 1003.51 -71.00 + 129.623 983.67 1002.57 -18.90 + 129.673 914.55 1001.83 -87.28 + 129.723 931.29 1001.29 -70.00 + 129.773 937.80 1000.96 -63.16 + 129.823 887.22 1000.82 -113.60 + 129.873 992.19 1000.89 -8.70 + 129.923 885.81 1001.16 -115.35 + 129.973 1027.88 1001.65 26.23 + 130.023 906.83 1002.34 -95.51 + 130.073 937.88 1003.26 -65.38 + 130.123 949.53 1004.40 -54.87 + 130.173 1005.90 1005.79 0.11 + 130.223 928.78 1007.44 -78.66 + 130.273 936.73 1009.34 -72.61 + 130.323 948.34 1011.53 -63.19 + 130.373 991.02 1014.02 -23.00 + 130.423 896.43 1016.84 -120.41 + 130.473 951.99 1020.01 -68.02 + 130.523 913.02 1023.54 -110.52 + 130.573 933.25 1027.50 -94.25 + 130.623 924.35 1031.93 -107.58 + 130.673 921.27 1036.83 -115.56 + 130.723 917.82 1042.30 -124.48 + 130.773 947.47 1048.37 -100.90 + 130.823 890.41 1055.13 -164.72 + 130.873 887.30 1062.65 -175.35 + 130.923 904.84 1038.18 -133.34 + 130.973 927.74 1048.34 -120.60 + 131.023 919.58 1059.57 -139.99 + 131.073 891.30 1072.05 -180.75 + 131.123 983.02 1085.92 -102.90 + 131.173 945.77 1101.55 -155.78 + 131.223 902.72 1119.15 -216.43 + 131.273 989.34 1138.98 -149.64 + 131.305 993.77 1153.23 -159.46 + 131.355 976.27 1177.91 -201.64 + 131.405 932.47 1206.24 -273.77 + 131.455 977.46 1239.01 -261.55 + 131.505 1050.75 1277.04 -226.29 + 131.555 952.21 1321.70 -369.49 + 131.605 1072.60 1374.77 -302.17 + 131.655 1021.81 1438.53 -416.72 + 131.705 1081.20 1516.90 -435.70 + 131.755 1059.53 1616.56 -557.03 + 131.805 1089.95 1752.17 -662.22 + 131.855 1064.79 1952.32 -887.53 + 131.905 1104.97 2270.44 -1165.47 + 131.955 1199.07 2803.86 -1604.79 + 132.005 1363.90 3694.94 -2331.04 + 132.055 1909.12 5126.07 -3216.95 + 132.105 2815.05 7270.27 -4455.22 + 132.155 4071.98 10218.13 -6146.15 + 132.205 5512.82 13873.33 -8360.51 + 132.255 7280.38 17830.71 -10550.33 + 132.305 8354.42 21370.59 -13016.17 + 132.355 9298.73 23634.18 -14335.45 + 132.405 9297.74 24142.92 -14845.18 + 132.455 9114.89 22986.37 -13871.48 + 132.505 8748.39 20702.09 -11953.70 + 132.553 8082.68 17992.37 -9909.69 + 132.603 6827.01 15057.20 -8230.19 + 132.653 5870.75 12326.01 -6455.26 + 132.703 4872.36 9975.96 -5103.60 + 132.753 4313.82 8030.53 -3716.71 + 132.803 3623.33 6434.23 -2810.90 + 132.853 3109.81 5145.64 -2035.83 + 132.903 2798.59 4122.13 -1323.54 + 132.953 2312.30 3320.85 -1008.55 + 133.003 2077.60 2712.93 -635.33 + 133.053 1859.15 2263.41 -404.26 + 133.103 1712.66 1941.91 -229.25 + 133.153 1532.11 1717.97 -185.86 + 133.203 1271.15 1562.13 -290.98 + 133.253 1203.41 1453.04 -249.63 + 133.303 1156.13 1374.27 -218.14 + 133.353 1127.19 1314.98 -187.79 + 133.403 922.17 1268.29 -346.12 + 133.453 1012.06 1230.06 -218.00 + 133.503 980.19 1198.01 -217.82 + 133.552 978.43 1170.60 -192.17 + 133.602 949.29 1146.96 -197.67 + 133.652 905.91 1126.18 -220.27 + 133.702 986.47 1107.93 -121.46 + 133.752 961.99 1091.85 -129.86 + 133.820 921.11 1072.95 -151.84 + 133.870 970.74 1060.63 -89.89 + 133.920 926.04 1049.57 -123.53 + 133.970 911.08 1039.60 -128.52 + 134.020 983.36 1030.61 -47.25 + 134.070 915.55 1022.46 -106.91 + 134.120 988.29 1015.02 -26.73 + 134.170 949.61 1008.23 -58.62 + 134.220 964.77 1002.02 -37.25 + 134.270 959.52 996.33 -36.81 + 134.320 910.49 991.09 -80.60 + 134.370 913.37 986.25 -72.88 + 134.420 929.64 981.80 -52.16 + 134.470 977.98 977.66 0.32 + 134.520 879.28 973.83 -94.55 + 134.570 909.88 970.27 -60.39 + 134.620 957.99 966.96 -8.97 + 134.670 999.93 963.87 36.06 + 134.720 916.28 960.98 -44.70 + 134.770 978.40 958.28 20.12 + 134.819 969.82 955.75 14.07 + 134.869 930.96 953.38 -22.42 + 134.919 892.26 951.15 -58.89 + 134.969 877.95 949.05 -71.10 + 135.019 894.31 947.08 -52.77 + 135.068 937.11 945.28 -8.17 + 135.118 896.71 943.51 -46.80 + 135.168 970.02 941.85 28.17 + 135.218 931.15 940.27 -9.12 + 135.268 916.59 938.78 -22.19 + 135.318 888.87 937.37 -48.50 + 135.368 965.46 936.03 29.43 + 135.418 905.15 934.76 -29.61 + 135.468 919.02 933.55 -14.53 + 135.518 939.71 932.41 7.30 + 135.568 866.23 931.32 -65.09 + 135.618 898.13 930.28 -32.15 + 135.668 947.65 929.29 18.36 + 135.718 939.11 928.34 10.77 + 135.768 924.93 927.44 -2.51 + 135.818 967.15 926.57 40.58 + 135.868 1011.07 925.75 85.32 + 135.918 941.45 924.96 16.49 + 135.968 969.44 924.20 45.24 + 136.018 941.79 923.48 18.31 + 136.068 895.22 931.25 -36.03 + 136.117 896.67 930.61 -33.94 + 136.167 902.29 929.99 -27.70 + 136.217 912.28 929.41 -17.13 + 136.267 978.63 928.84 49.79 + 136.303 941.16 928.45 12.71 + 136.353 981.02 927.93 53.09 + 136.403 989.35 927.42 61.93 + 136.453 925.48 926.94 -1.46 + 136.503 970.06 926.47 43.59 + 136.553 928.53 926.02 2.51 + 136.603 902.06 925.59 -23.53 + 136.653 907.55 925.18 -17.63 + 136.703 902.70 924.78 -22.08 + 136.753 893.25 906.56 -13.31 + 136.803 915.90 906.60 9.30 + 136.853 927.94 906.63 21.31 + 136.903 926.10 906.67 19.43 + 136.953 954.22 906.70 47.52 + 137.003 940.48 906.74 33.74 + 137.053 950.88 906.77 44.11 + 137.103 941.46 906.80 34.66 + 137.153 899.69 906.84 -7.15 + 137.203 939.08 906.87 32.21 + 137.253 923.67 906.90 16.77 + 137.303 949.39 906.93 42.46 + 137.353 951.50 906.96 44.54 + 137.403 944.86 906.99 37.87 + 137.453 874.31 907.02 -32.71 + 137.503 890.08 907.05 -16.97 + 137.541 903.22 907.08 -3.86 + 137.591 923.79 907.10 16.69 + 137.641 895.18 907.13 -11.95 + 137.691 963.69 907.16 56.53 + 137.741 931.88 907.19 24.69 + 137.791 914.87 907.22 7.65 + 137.841 911.99 907.24 4.75 + 137.891 943.10 907.27 35.83 + 137.941 947.89 907.30 40.59 + 137.991 929.94 907.32 22.62 + 138.041 935.52 907.35 28.17 + 138.091 985.08 907.37 77.71 + 138.141 914.78 907.39 7.39 + 138.191 949.58 907.42 42.16 + 138.241 898.71 907.44 -8.73 + 138.291 909.50 907.46 2.04 + 138.341 995.56 907.49 88.07 + 138.391 906.90 907.51 -0.61 + 138.441 925.78 907.53 18.25 + 138.491 961.62 907.55 54.07 + 138.541 979.33 907.57 71.76 + 138.590 930.68 907.59 23.09 + 138.641 974.44 907.61 66.83 + 138.691 950.13 907.63 42.50 + 138.741 937.01 907.65 29.36 + 138.787 952.70 907.67 45.03 + 138.838 905.67 907.68 -2.01 + 138.888 926.06 907.70 18.36 + 138.938 886.25 907.72 -21.47 + 138.988 906.78 907.73 -0.95 + 139.038 888.39 907.75 -19.36 + 139.088 965.53 910.99 54.54 + 139.138 914.39 911.05 3.34 + 139.188 934.44 911.11 23.33 + 139.238 896.50 911.18 -14.68 + 139.288 950.10 911.24 38.86 + 139.338 975.42 911.31 64.11 + 139.388 932.71 911.37 21.34 + 139.438 953.58 911.44 42.14 + 139.488 944.33 911.51 32.82 + 139.538 944.74 911.58 33.16 + 139.587 926.65 911.65 15.00 + 139.637 970.54 911.72 58.82 + 139.687 929.60 911.79 17.81 + 139.737 1019.90 911.86 108.04 + 139.787 926.68 911.94 14.74 + 139.837 942.82 912.01 30.81 + 139.887 960.86 912.09 48.77 + 139.937 997.21 912.17 85.04 + 139.987 906.91 912.24 -5.33 + 140.059 947.27 912.36 34.91 + 140.109 939.76 912.44 27.32 + 140.160 910.24 912.53 -2.29 + 140.210 890.03 912.61 -22.58 + 140.260 1017.71 912.70 105.01 + 140.310 967.68 912.79 54.89 + 140.360 924.67 912.88 11.79 + 140.410 934.43 912.97 21.46 + 140.460 923.46 913.07 10.39 + 140.510 981.61 913.16 68.45 + 140.560 901.89 913.26 -11.37 + 140.610 974.82 913.36 61.46 + 140.660 954.70 913.47 41.23 + 140.710 934.56 913.57 20.99 + 140.760 906.05 913.68 -7.63 + 140.809 905.47 913.79 -8.32 + 140.859 888.29 913.91 -25.62 + 140.909 898.65 914.02 -15.37 + 140.959 948.91 914.14 34.77 + 141.009 952.11 914.27 37.84 + 141.059 899.64 914.40 -14.76 + 141.109 915.58 914.53 1.05 + 141.159 966.95 914.66 52.29 + 141.209 900.56 914.80 -14.24 + 141.259 861.71 914.94 -53.23 + 141.309 896.06 915.09 -19.03 + 141.359 937.94 915.24 22.70 + 141.409 903.01 915.40 -12.39 + 141.459 901.33 915.56 -14.23 + 141.509 924.06 915.72 8.34 + 141.559 918.28 915.90 2.38 + 141.609 934.78 916.07 18.71 + 141.659 913.65 916.26 -2.61 + 141.709 945.69 916.45 29.24 + 141.759 883.41 916.65 -33.24 + 141.809 923.60 916.85 6.75 + 141.859 955.16 917.07 38.09 + 141.909 878.30 917.28 -38.98 + 141.959 871.05 917.51 -46.46 + 142.009 914.69 917.75 -3.06 + 142.059 952.48 918.00 34.48 + 142.109 880.32 918.25 -37.93 + 142.158 976.14 918.52 57.62 + 142.209 961.04 918.80 42.24 + 142.258 973.37 919.09 54.28 + 142.308 918.73 919.39 -0.66 + 142.358 975.45 919.70 55.75 + 142.408 920.54 920.03 0.51 + 142.458 969.86 920.37 49.49 + 142.508 986.77 920.73 66.04 + 142.544 908.12 921.00 -12.88 + 142.594 969.57 921.39 48.18 + 142.645 955.51 921.80 33.71 + 142.695 953.13 922.22 30.91 + 142.745 976.49 922.67 53.82 + 142.795 1024.88 923.14 101.74 + 142.845 962.38 923.63 38.75 + 142.895 877.20 924.15 -46.95 + 142.945 963.41 924.69 38.72 + 142.995 947.16 925.26 21.90 + 143.045 969.68 925.87 43.81 + 143.095 901.66 926.51 -24.85 + 143.145 911.72 927.18 -15.46 + 143.195 957.26 927.89 29.37 + 143.244 910.22 928.64 -18.42 + 143.294 972.20 929.44 42.76 + 143.344 909.69 930.28 -20.59 + 143.394 914.62 931.18 -16.56 + 143.444 829.78 932.13 -102.35 + 143.494 875.67 933.15 -57.48 + 143.544 914.72 934.23 -19.51 + 143.594 958.38 935.37 23.01 + 143.644 970.76 936.61 34.15 + 143.694 869.82 937.93 -68.11 + 143.744 932.02 939.34 -7.32 + 143.792 840.85 950.50 -109.65 + 143.842 880.76 952.22 -71.46 + 143.893 902.50 954.06 -51.56 + 143.943 936.71 956.04 -19.33 + 143.993 905.18 958.17 -52.99 + 144.043 964.18 960.47 3.71 + 144.093 869.81 962.97 -93.16 + 144.143 907.46 965.67 -58.21 + 144.193 895.61 968.61 -73.00 + 144.243 867.76 971.80 -104.04 + 144.293 905.08 975.30 -70.22 + 144.343 936.70 979.14 -42.44 + 144.393 900.24 983.34 -83.10 + 144.443 861.09 987.98 -126.89 + 144.493 946.16 993.12 -46.96 + 144.542 872.53 998.81 -126.28 + 144.592 934.38 1005.17 -70.79 + 144.642 937.32 1012.29 -74.97 + 144.692 907.71 1020.35 -112.64 + 144.742 933.77 1029.51 -95.74 + 144.792 959.25 1040.08 -80.83 + 144.842 1018.05 1052.46 -34.41 + 144.892 913.52 1067.51 -153.99 + 144.942 952.80 1086.35 -133.55 + 144.992 941.54 1110.80 -169.26 + 145.055 1013.23 1154.48 -141.25 + 145.105 920.93 1205.35 -284.42 + 145.155 1047.90 1277.89 -229.99 + 145.205 1051.44 1381.39 -329.95 + 145.255 1100.66 1526.37 -425.71 + 145.305 1197.77 1725.16 -527.39 + 145.355 1429.00 1989.85 -560.85 + 145.405 1547.77 2328.48 -780.71 + 145.455 1699.74 2744.30 -1044.56 + 145.505 1897.98 3229.50 -1331.52 + 145.555 2124.80 3770.72 -1645.92 + 145.605 2189.83 4336.76 -2146.93 + 145.655 2310.69 4880.40 -2569.71 + 145.705 2478.25 5351.30 -2873.05 + 145.755 2515.64 5695.89 -3180.25 + 145.805 2732.26 5881.31 -3149.05 + 145.855 2677.41 5899.84 -3222.43 + 145.905 2798.36 5765.49 -2967.13 + 145.955 2812.61 5507.73 -2695.12 + 146.005 2501.93 5166.60 -2664.67 + 146.055 2342.24 4779.19 -2436.95 + 146.105 2358.05 4375.09 -2017.04 + 146.155 2123.70 3970.62 -1846.92 + 146.205 1970.18 3584.81 -1614.63 + 146.255 1818.15 3231.67 -1413.52 + 146.304 1641.38 2918.10 -1276.72 + 146.354 1577.78 2639.39 -1061.61 + 146.404 1515.55 2394.53 -878.98 + 146.455 1360.18 2178.67 -818.49 + 146.505 1369.01 1989.80 -620.79 + 146.555 1285.43 1825.07 -539.64 + 146.605 1200.34 1681.74 -481.40 + 146.655 1148.93 1557.73 -408.80 + 146.705 1215.73 1451.09 -235.36 + 146.755 1140.01 1360.72 -220.71 + 146.805 1032.81 1284.76 -251.95 + 146.855 985.48 1222.10 -236.62 + 146.904 997.20 1171.47 -174.27 + 146.954 970.07 1130.86 -160.79 + 147.004 1017.06 1098.82 -81.76 + 147.054 973.90 1073.71 -99.81 + 147.104 1018.12 1054.10 -35.98 + 147.154 975.03 1038.75 -63.72 + 147.204 941.08 1026.62 -85.54 + 147.254 995.27 1016.95 -21.68 + 147.304 972.13 1009.08 -36.95 + 147.354 926.88 1002.57 -75.69 + 147.404 942.40 997.02 -54.62 + 147.454 932.55 992.24 -59.69 + 147.504 884.75 988.07 -103.32 + 147.546 997.21 984.94 12.27 + 147.596 1007.54 981.58 25.96 + 147.646 999.21 978.57 20.64 + 147.696 981.48 975.85 5.63 + 147.746 960.70 973.41 -12.71 + 147.796 979.20 971.20 8.00 + 147.846 981.47 969.20 12.27 + 147.896 982.72 967.38 15.34 + 147.946 974.18 965.73 8.45 + 147.996 941.18 964.24 -23.06 + 148.046 990.52 962.88 27.64 + 148.096 993.27 961.64 31.63 + 148.146 969.51 960.53 8.98 + 148.196 980.15 959.52 20.63 + 148.246 974.59 958.61 15.98 + 148.296 985.67 957.78 27.89 + 148.346 1020.13 957.05 63.08 + 148.396 954.70 956.39 -1.69 + 148.446 1032.83 955.80 77.03 + 148.496 957.73 955.28 2.45 + 148.546 1007.57 954.82 52.75 + 148.596 1006.29 954.43 51.86 + 148.646 975.71 954.09 21.62 + 148.696 1039.45 953.80 85.65 + 148.746 953.83 953.57 0.26 + 148.794 1020.75 953.39 67.36 + 148.844 970.89 953.25 17.64 + 148.894 1013.62 953.16 60.46 + 148.944 951.11 953.11 -2.00 + 148.994 989.51 953.10 36.41 + 149.044 1044.78 953.14 91.64 + 149.094 1011.94 953.21 58.73 + 149.144 995.07 953.33 41.74 + 149.194 938.27 953.48 -15.21 + 149.244 936.47 953.67 -17.20 + 149.294 970.41 953.89 16.52 + 149.344 965.64 954.16 11.48 + 149.394 955.42 954.46 0.96 + 149.444 913.55 954.79 -41.24 + 149.494 872.31 955.16 -82.85 + 149.544 933.14 955.57 -22.43 + 149.594 884.56 956.01 -71.45 + 149.644 945.01 956.49 -11.48 + 149.694 910.73 957.00 -46.27 + 149.744 948.52 957.55 -9.03 + 149.794 937.33 958.14 -20.81 + 149.844 927.48 958.77 -31.29 + 149.894 923.49 959.43 -35.94 + 149.944 924.21 960.14 -35.93 + 149.994 935.03 960.88 -25.85 + 150.030 866.62 961.45 -94.83 + 150.081 889.86 962.27 -72.41 + 150.131 877.91 963.13 -85.22 + 150.181 917.89 964.03 -46.14 + 150.231 910.71 964.98 -54.27 + 150.281 879.55 965.97 -86.42 + 150.331 824.36 967.01 -142.65 + 150.381 826.00 968.11 -142.11 + 150.431 931.96 969.25 -37.29 + 150.481 875.17 970.44 -95.27 + 150.531 890.03 971.69 -81.66 + 150.581 872.34 973.00 -100.66 + 150.631 868.33 974.37 -106.04 + 150.681 885.74 975.80 -90.06 + 150.731 902.51 977.29 -74.78 + 150.781 902.12 978.85 -76.73 + 150.830 894.70 980.48 -85.78 + 150.880 823.41 982.18 -158.77 + 150.930 866.33 983.96 -117.63 + 150.980 837.49 985.82 -148.33 + 151.030 879.53 987.77 -108.24 + 151.080 868.38 989.80 -121.42 + 151.130 845.28 991.93 -146.65 + 151.180 876.99 994.16 -117.17 + 151.230 849.14 996.49 -147.35 + 151.285 875.04 999.16 -124.12 + 151.335 887.48 1001.73 -114.25 + 151.385 882.87 1004.42 -121.55 + 151.435 846.07 1007.25 -161.18 + 151.485 873.98 1010.20 -136.22 + 151.535 875.79 1013.30 -137.51 + 151.585 906.82 1016.55 -109.73 + 151.635 842.86 1019.97 -177.11 + 151.685 844.05 1023.57 -179.52 + 151.735 874.29 1027.33 -153.04 + 151.785 883.92 1031.30 -147.38 + 151.835 899.11 1035.48 -136.37 + 151.885 859.02 1039.87 -180.85 + 151.935 884.14 1044.51 -160.37 + 151.985 879.13 1049.40 -170.27 + 152.035 848.79 1054.56 -205.77 + 152.085 883.27 1060.01 -176.74 + 152.135 876.83 1065.78 -188.95 + 152.185 909.83 1071.90 -162.07 + 152.235 868.19 1078.36 -210.17 + 152.285 895.86 1085.22 -189.36 + 152.334 874.38 1092.48 -218.10 + 152.385 891.24 1096.65 -205.41 + 152.435 859.45 1104.95 -245.50 + 152.484 882.63 1113.77 -231.14 + 152.542 929.62 1124.70 -195.08 + 152.592 867.36 1134.87 -267.51 + 152.642 927.09 1145.74 -218.65 + 152.693 930.49 1157.41 -226.92 + 152.742 941.01 1169.89 -228.88 + 152.792 969.11 1183.31 -214.20 + 152.842 906.28 1197.83 -291.55 + 152.893 897.26 1213.53 -316.27 + 152.943 920.82 1230.61 -309.79 + 152.992 918.64 1249.21 -330.57 + 153.042 894.43 1269.77 -375.34 + 153.093 878.50 1292.66 -414.16 + 153.142 920.57 1318.30 -397.73 + 153.192 903.93 1347.61 -443.68 + 153.242 932.33 1381.53 -449.20 + 153.292 909.28 1421.47 -512.19 + 153.342 989.14 1469.35 -480.21 + 153.392 929.18 1527.73 -598.55 + 153.442 927.63 1600.08 -672.45 + 153.492 1043.55 1690.40 -646.85 + 153.542 1043.77 1804.02 -760.25 + 153.592 1028.83 1947.04 -918.21 + 153.642 1095.20 2128.71 -1033.51 + 153.692 1212.24 2357.27 -1145.03 + 153.742 1330.57 2641.86 -1311.29 + 153.790 1524.50 2978.47 -1453.97 + 153.840 1744.39 3407.89 -1663.50 + 153.890 1963.43 3927.08 -1963.65 + 153.940 2426.97 4546.33 -2119.36 + 153.990 2891.28 5271.27 -2379.99 + 154.040 3270.53 6108.62 -2838.09 + 154.090 3590.64 7060.52 -3469.88 + 154.140 4248.34 8121.55 -3873.21 + 154.190 4713.04 9281.14 -4568.10 + 154.240 5098.39 10518.04 -5419.65 + 154.290 5593.74 11816.82 -6223.08 + 154.340 5817.80 13143.42 -7325.62 + 154.390 6191.93 14452.08 -8260.15 + 154.440 6598.96 15706.75 -9107.79 + 154.490 6976.38 16854.01 -9877.63 + 154.540 7353.49 17847.38 -10493.88 + 154.590 7641.19 18646.11 -11004.92 + 154.640 7776.45 19219.91 -11443.46 + 154.690 7892.90 19551.53 -11658.63 + 154.740 7917.59 19636.95 -11719.36 + 154.790 7874.63 19486.67 -11612.04 + 154.839 7726.31 19122.61 -11396.30 + 154.890 7715.86 18568.68 -10852.82 + 154.940 7527.01 17860.65 -10333.64 + 154.990 7160.09 17036.01 -9875.92 + 155.042 6822.30 16074.42 -9252.12 + 155.092 6701.23 15100.39 -8399.16 + 155.142 6248.44 14097.42 -7848.98 + 155.192 5780.20 13087.08 -7306.88 + 155.242 5380.80 12092.88 -6712.08 + 155.292 4889.18 11130.08 -6240.90 + 155.342 4403.32 10209.90 -5806.58 + 155.392 4143.75 9343.87 -5200.12 + 155.442 3565.15 8535.82 -4970.67 + 155.492 3304.11 7789.08 -4484.97 + 155.542 3130.39 7097.81 -3967.42 + 155.592 2899.81 6460.89 -3561.08 + 155.642 2707.41 5879.79 -3172.38 + 155.692 2511.48 5347.29 -2835.81 + 155.742 2332.83 4863.56 -2530.73 + 155.792 2234.37 4424.54 -2190.17 + 155.842 2066.28 4027.18 -1960.90 + 155.892 1884.79 3668.12 -1783.33 + 155.942 1831.06 3344.07 -1513.01 + 155.992 1702.58 3053.53 -1350.95 + 156.042 1536.86 2794.00 -1257.14 + 156.092 1392.33 2563.93 -1171.60 + 156.142 1403.82 2359.21 -955.39 + 156.192 1340.29 2179.35 -839.06 + 156.242 1260.93 2022.72 -761.79 + 156.291 1177.96 1889.19 -711.23 + 156.341 1196.91 1770.83 -573.92 + 156.391 1100.68 1669.19 -568.51 + 156.441 1090.03 1582.26 -492.23 + 156.491 1043.67 1508.47 -464.80 + 156.541 1071.26 1445.79 -374.53 + 156.591 1022.03 1392.56 -370.53 + 156.641 1028.42 1347.49 -319.07 + 156.691 978.65 1309.29 -330.64 + 156.741 975.45 1276.91 -301.46 + 156.791 938.21 1249.17 -310.96 + 156.841 909.07 1225.32 -316.25 + 156.891 901.99 1204.75 -302.76 + 156.941 918.38 1186.76 -268.38 + 156.991 923.55 1170.93 -247.38 + 157.041 980.39 1156.85 -176.46 + 157.091 929.91 1144.24 -214.33 + 157.141 909.48 1132.81 -223.33 + 157.191 897.31 1122.38 -225.07 + 157.241 913.51 1112.82 -199.31 + 157.291 927.18 1104.00 -176.82 + 157.340 914.94 1095.85 -180.91 + 157.390 875.70 1088.21 -212.51 + 157.441 871.56 1081.09 -209.53 + 157.490 868.81 1074.44 -205.63 + 157.529 880.75 1069.58 -188.83 + 157.579 870.53 1063.61 -193.08 + 157.629 842.80 1058.00 -215.20 + 157.679 894.07 1052.71 -158.64 + 157.729 906.30 1047.74 -141.44 + 157.779 892.17 1043.04 -150.87 + 157.829 918.69 1038.60 -119.91 + 157.879 867.16 1034.41 -167.25 + 157.929 910.07 1030.44 -120.37 + 157.979 832.95 1026.70 -193.75 + 158.029 872.59 1023.15 -150.56 + 158.079 881.02 1019.78 -138.76 + 158.129 910.25 1016.60 -106.35 + 158.179 834.55 1013.58 -179.03 + 158.229 887.76 1010.72 -122.96 + 158.279 869.35 1008.01 -138.66 + 158.329 852.43 1005.44 -153.01 + 158.379 897.17 1003.00 -105.83 + 158.429 904.44 1000.68 -96.24 + 158.479 899.39 998.48 -99.09 + 158.529 974.94 996.40 -21.46 + 158.579 886.55 994.44 -107.89 + 158.629 888.35 992.56 -104.21 + 158.679 894.56 990.79 -96.23 + 158.729 887.59 989.11 -101.52 + 158.783 933.20 987.40 -54.20 + 158.833 920.73 985.90 -65.17 + 158.883 858.56 984.48 -125.92 + 158.933 873.86 983.14 -109.28 + 158.983 898.25 981.88 -83.63 + 159.033 865.06 980.70 -115.64 + 159.083 905.02 979.58 -74.56 + 159.133 924.46 978.53 -54.07 + 159.183 881.28 977.54 -96.26 + 159.233 858.94 976.62 -117.68 + 159.283 933.10 975.76 -42.66 + 159.333 979.00 974.96 4.04 + 159.383 936.92 974.22 -37.30 + 159.433 882.29 973.53 -91.24 + 159.483 924.36 972.89 -48.53 + 159.533 935.60 972.31 -36.71 + 159.583 930.18 971.78 -41.60 + 159.633 901.98 971.30 -69.32 + 159.683 941.62 970.87 -29.25 + 159.733 963.43 970.48 -7.05 + 159.783 864.83 970.15 -105.32 + 159.832 941.26 969.85 -28.59 + 159.883 912.89 969.61 -56.72 + 159.933 964.01 969.40 -5.39 + 159.982 944.89 969.24 -24.35 + 160.041 963.06 969.11 -6.05 + 160.091 913.88 969.04 -55.16 + 160.141 960.61 969.02 -8.41 + 160.192 973.14 969.03 4.11 + 160.241 943.27 969.09 -25.82 + 160.291 880.56 969.19 -88.63 + 160.341 928.16 969.33 -41.17 + 160.392 907.78 969.50 -61.72 + 160.442 901.10 969.72 -68.62 + 160.491 919.39 969.97 -50.58 + 160.541 937.45 970.27 -32.82 + 160.592 946.58 970.61 -24.03 + 160.641 959.96 970.98 -11.02 + 160.691 902.51 971.39 -68.88 + 160.741 895.89 971.84 -75.95 + 160.791 999.19 972.33 26.86 + 160.841 911.04 972.87 -61.83 + 160.891 961.51 973.43 -11.92 + 160.941 936.45 974.05 -37.60 + 160.991 945.28 974.70 -29.42 + 161.041 933.90 975.38 -41.48 + 161.091 939.15 976.11 -36.96 + 161.141 983.45 976.89 6.56 + 161.191 902.91 977.70 -74.79 + 161.241 945.82 978.55 -32.73 + 161.297 924.10 979.56 -55.46 + 161.347 960.85 980.51 -19.66 + 161.397 908.65 981.50 -72.85 + 161.447 938.06 982.53 -44.47 + 161.497 886.22 983.60 -97.38 + 161.547 934.11 984.72 -50.61 + 161.597 923.08 985.89 -62.81 + 161.647 947.87 987.11 -39.24 + 161.697 1005.47 988.37 17.10 + 161.747 920.53 989.67 -69.14 + 161.797 957.30 991.03 -33.73 + 161.847 1002.40 992.44 9.96 + 161.897 937.29 993.89 -56.60 + 161.947 924.22 995.41 -71.19 + 161.997 925.53 996.97 -71.44 + 162.047 953.83 998.58 -44.75 + 162.097 878.26 1000.25 -121.99 + 162.147 905.23 1001.97 -96.74 + 162.197 925.70 1003.76 -78.06 + 162.247 878.28 1005.60 -127.32 + 162.297 858.43 1007.50 -149.07 + 162.347 913.07 1009.46 -96.39 + 162.397 889.83 1011.49 -121.66 + 162.447 926.53 1013.59 -87.06 + 162.497 902.39 1015.74 -113.35 + 162.557 966.16 1018.42 -52.26 + 162.607 905.06 1020.74 -115.68 + 162.657 944.70 1023.12 -78.42 + 162.707 935.82 1025.59 -89.77 + 162.757 957.39 1028.12 -70.73 + 162.807 909.22 1030.73 -121.51 + 162.857 988.54 1033.42 -44.88 + 162.907 923.08 1036.20 -113.12 + 162.957 907.31 1039.07 -131.76 + 163.007 893.08 1042.01 -148.93 + 163.057 911.54 1045.06 -133.52 + 163.107 983.70 1048.20 -64.50 + 163.157 1060.96 1051.44 9.52 + 163.207 928.88 1054.78 -125.90 + 163.257 960.16 1058.22 -98.06 + 163.307 968.35 1061.78 -93.43 + 163.357 961.79 1065.45 -103.66 + 163.407 954.64 1069.24 -114.60 + 163.457 916.09 1073.16 -157.07 + 163.507 981.89 1077.21 -95.32 + 163.557 916.63 1081.40 -164.77 + 163.606 919.80 1085.72 -165.92 + 163.656 972.91 1090.23 -117.32 + 163.706 1058.06 1094.89 -36.83 163.756 1061.08 781.44 279.64 END WAVES Phase1, tik1 BEGIN - 22.297 -1396 - 31.832 -1396 - 39.303 -1396 - 45.738 -1396 - 51.537 -1396 - 56.905 -1396 - 66.798 -1396 - 71.463 -1396 - 71.463 -1396 - 76.006 -1396 - 80.462 -1396 - 84.862 -1396 - 89.232 -1396 - 93.600 -1396 - 102.428 -1396 - 106.946 -1396 - 106.946 -1396 - 111.576 -1396 - 111.576 -1396 - 116.362 -1396 - 121.357 -1396 - 126.637 -1396 - 132.311 -1396 - 145.705 -1396 - 154.531 -1396 - 154.531 -1396 - 168.477 -1396 - 168.477 -1396 + 22.297 -3986 + 31.832 -3986 + 39.303 -3986 + 45.738 -3986 + 51.537 -3986 + 56.905 -3986 + 66.798 -3986 + 71.463 -3986 + 71.463 -3986 + 76.006 -3986 + 80.462 -3986 + 84.862 -3986 + 89.232 -3986 + 93.600 -3986 + 102.428 -3986 + 106.946 -3986 + 106.946 -3986 + 111.576 -3986 + 111.576 -3986 + 116.362 -3986 + 121.357 -3986 + 126.637 -3986 + 132.311 -3986 + 145.705 -3986 + 154.531 -3986 + 154.531 -3986 + 168.477 -3986 + 168.477 -3986 END WAVES Excrg1, excl1 BEGIN - 4.16 -1396 - 10.00 -1396 + 4.16 -3986 + 10.00 -3986 END WAVES Excrg2, excl2 BEGIN - 164.00 -1396 - 163.76 -1396 + 164.00 -3986 + 163.76 -3986 END X Silent 1 X DefaultFont Times @@ -3243,7 +3243,7 @@ X Display Iobs, Icalc, Diff vs TwoTheta X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) X SetAxis bottom 4.16, 163.76 X Modify lsize(Iobs)=2 -X Modify offset(Diff)={0, -9327} +X Modify offset(Diff)={0, -5904} X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) X Modify mirror(left)=2, mirror(bottom)=2 X Modify gfSize=12 @@ -3255,12 +3255,12 @@ X Modify mode(excl2)=7, hbFill(excl2)=4 X Modify rgb(excl2)=(6421,62320,64794) X Append tik1 vs Phase1 X Modify mode(tik1)=1 -X TextBox /F=2/S=3/A=RT "Files: ECH0030684_LaB6_1p622A\rDate of fit: \Z09 09/06/2026/ 12:42:02.1\Z12\rnuclear\rChi2 = 8.84" +X TextBox /F=2/S=3/A=RT "Files: ECH0030684_LaB6_1p622A\rDate of fit: \Z09 18/06/2026/ 16:59:00.3\Z12\rnuclear\rChi2 = 2003.06" X Label left "\Z14Intensity" X Label bottom "\Z142-Theta (in degrees)" X TileWindows/O=1/C X ShowInfo X | Title of data set: LaB6 Ge(331) -X | Date of run: 09/06/2026 / 12:42:02.1 +X | Date of run: 18/06/2026 / 16:59:00.3 X Beep X Beep diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.sum b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.sum index 99c91a227..49fc8744e 100644 --- a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.sum +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A.sum @@ -8,7 +8,7 @@ Refinement of X-ray and/or Neutron Data - Date: 09/06/2026 Time: 12:42:01.720 + Date: 18/06/2026 Time: 16:58:59.884 => PCR file code: ECH0030684_LaB6_1p622A => DAT file code: ECH0030684_LaB6_1p62 -> Relative contribution: 1.0000 @@ -23,15 +23,14 @@ => Analysis of refinement at the end => Wavelengths: 1.62253 1.62253 => Cos(Monochromator angle)= 0.0000 - => Absorption correction (AC), muR-eff = 0.7000 0.0000 - => AC : Cylinder Debye-Scherrer (Hewat formula) + => Absorption correction (AC), muR-eff = 0.0000 0.0000 => Base of peaks: 2.0*HW* 12.00 ==> Angular range, step and number of points: 2Thmin: 4.164220 2Thmax: 163.756378 Step: 0.049998 No. of points: 3194 =>-------> Pattern# 1 => Crystal Structure Refinement for phase: 1 => The density (volumic mass) of phase 1 is: 4.711 g/cm3 - => Scor: 2.9554 + => Scor: 5.3741 ==> RESULTS OF REFINEMENT: @@ -100,44 +99,44 @@ -329.24 0.0000 0.0000 0.0000 - => Cos(2theta)-shift parameter : 0.0528 0.0000 - => Sin(2theta)-shift parameter : 0.0907 0.0000 + => Cos(2theta)-shift parameter : 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 => Cycle: 1 => MaxCycle:200 => N-P+C: 3076 => R-factors (not corrected for background) for Pattern: 1 - => Rp: 6.13 Rwp: 8.20 Rexp: 2.76 Chi2: 8.84 L.S. refinement + => Rp: 92.8 Rwp: 123. Rexp: 2.76 Chi2: 0.200E+04 L.S. refinement => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 12.2 Rwp: 13.9 Rexp: 4.69 Chi2: 8.84 - => Deviance: 0.356E+05 Dev* : 11.58 - => DW-Stat.: 0.3573 DW-exp: 1.8880 - => N-sigma of the GoF: 307.350 + => Rp: 184. Rwp: 210. Rexp: 4.69 Chi2: 0.200E+04 + => Deviance: 0.388E+07 Dev* : 1260. + => DW-Stat.: 0.0174 DW-exp: 1.8880 + => N-sigma of the GoF: 78515.461 ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 - => N-P+C: 2989 + => N-P+C: 2991 => R-factors (not corrected for background) for Pattern: 1 - => Rp: 6.17 Rwp: 8.24 Rexp: 2.74 Chi2: 9.06 L.S. refinement + => Rp: 93.9 Rwp: 124. Rexp: 2.74 Chi2: 0.206E+04 L.S. refinement => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 12.1 Rwp: 13.9 Rexp: 4.62 Chi2: 9.06 - => Deviance: 0.355E+05 Dev* : 11.88 - => DW-Stat.: 0.3585 DW-exp: 1.8863 - => N-sigma of the GoF: 311.690 + => Rp: 184. Rwp: 210. Rexp: 4.62 Chi2: 0.206E+04 + => Deviance: 0.388E+07 Dev* : 1296. + => DW-Stat.: 0.0174 DW-exp: 1.8864 + => N-sigma of the GoF: 79623.203 - => Global user-weigthed Chi2 (Bragg contrib.): 9.09 + => Global user-weigthed Chi2 (Bragg contrib.): 0.206E+04 ----------------------------------------------------- BRAGG R-Factors and weight fractions for Pattern # 1 ----------------------------------------------------- => Phase: 1 nuclear - => Bragg R-factor: 3.51 Vol: 71.830( 0.000) Fract(%): 100.00( 0.00) - => Rf-factor= 2.14 ATZ: 203.711 Brindley: 1.0000 + => Bragg R-factor: 183. Vol: 71.830( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 68.3 ATZ: 203.711 Brindley: 1.0000 - CPU Time: 0.602 seconds - 0.010 minutes + CPU Time: 0.646 seconds + 0.011 minutes - => Run finished at: Date: 09/06/2026 Time: 12:42:02.322 + => Run finished at: Date: 18/06/2026 Time: 16:59:00.529 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.pcr index f7d43ee7d..1b0a2f0c2 100644 --- a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.pcr +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.pcr @@ -1,5 +1,5 @@ COMM LaB6 Ge(331) -! Current global Chi2 (Bragg contrib.) = 75.11 +! Current global Chi2 (Bragg contrib.) = 102.4 ! Files => DAT-file: ECH0030684_LaB6_1p622A_noSLDL.dat, PCR-file: ECH0030684_LaB6_1p622A_noSLDL !Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut 1 7 1 0 2 1 0 1 0 0 1 0 0 0 0 0 0 0 1 @@ -23,12 +23,12 @@ B11 0.66500 0.00000 0 0 !Number of refined parameters ! ! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 - -0.21110 0.0 0.05281 0.0 0.09068 0.0 1.622527 0.00 0 + -0.21110 0.0 0.00000 0.0 0.00000 0.0 1.622527 0.00 0 ! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) 782.022 75.285 291.744 -3.149 -329.244 0.000 0.00 0.00 0.00 0.00 0.00 0.00 !------------------------------------------------------------------------------- -! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 3.5651 +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 3.5620 !------------------------------------------------------------------------------- nuclear ! diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.prf b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.prf index b34c8ad37..0cf464fab 100644 --- a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.prf +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.prf @@ -204,1000 +204,1000 @@ BEGIN 14.168 754.73 768.41 -13.68 14.218 765.19 768.61 -3.42 14.268 801.27 768.81 32.46 - 14.318 804.70 769.01 35.69 - 14.368 756.36 769.21 -12.85 - 14.418 766.09 770.69 -4.60 - 14.468 780.76 770.91 9.85 - 14.518 741.08 771.12 -30.04 - 14.568 729.70 771.33 -41.63 - 14.618 750.00 771.54 -21.54 - 14.668 759.58 771.75 -12.17 - 14.718 758.71 771.96 -13.25 - 14.768 777.14 772.18 4.96 - 14.818 741.13 772.39 -31.26 - 14.868 738.30 772.60 -34.30 - 14.918 764.53 772.80 -8.27 - 14.968 764.54 773.01 -8.47 - 15.018 796.72 773.22 23.50 - 15.068 744.09 773.43 -29.34 - 15.124 723.92 773.66 -49.74 - 15.174 750.85 773.87 -23.02 - 15.224 795.62 774.08 21.54 - 15.274 747.70 774.29 -26.59 - 15.324 745.56 774.49 -28.93 - 15.374 743.07 774.70 -31.63 - 15.424 773.46 774.91 -1.45 - 15.474 765.86 775.11 -9.25 - 15.524 699.87 775.32 -75.45 - 15.574 732.41 775.52 -43.11 - 15.624 768.54 775.73 -7.19 - 15.674 699.30 775.93 -76.63 - 15.724 769.53 776.14 -6.61 - 15.774 743.34 776.34 -33.00 - 15.824 719.45 776.55 -57.10 - 15.874 707.66 776.75 -69.09 - 15.924 720.09 776.95 -56.86 - 15.974 775.08 777.16 -2.08 - 16.024 732.56 777.36 -44.80 - 16.074 723.68 777.57 -53.89 - 16.124 763.27 777.77 -14.50 - 16.174 755.35 777.97 -22.62 - 16.224 746.64 778.18 -31.54 - 16.274 736.37 778.38 -42.01 - 16.324 751.89 778.59 -26.70 - 16.358 796.15 778.73 17.42 - 16.408 749.58 778.93 -29.35 - 16.458 783.55 779.14 4.41 - 16.508 785.38 779.34 6.04 - 16.558 786.92 779.55 7.37 - 16.608 741.59 779.76 -38.17 - 16.658 749.53 779.96 -30.43 - 16.708 728.18 780.17 -51.99 - 16.758 760.77 780.38 -19.61 - 16.808 732.60 780.58 -47.98 - 16.858 712.64 780.79 -68.15 - 16.908 761.29 781.00 -19.71 - 16.958 703.67 781.21 -77.54 - 17.008 726.79 781.42 -54.63 - 17.058 769.55 781.63 -12.08 - 17.108 761.75 781.84 -20.09 - 17.158 783.25 782.05 1.20 - 17.208 803.04 782.27 20.77 - 17.258 688.34 782.48 -94.14 - 17.308 773.21 782.70 -9.49 - 17.358 786.29 782.91 3.38 - 17.408 791.91 783.13 8.78 - 17.458 804.54 783.35 21.19 - 17.508 739.52 783.57 -44.05 - 17.558 787.44 783.79 3.65 - 17.595 771.27 783.95 -12.68 - 17.645 774.40 784.18 -9.78 - 17.695 763.19 784.41 -21.22 - 17.745 780.10 784.63 -4.53 - 17.795 820.85 784.86 35.99 - 17.845 789.93 785.09 4.84 - 17.895 792.37 785.33 7.04 - 17.945 764.67 785.57 -20.90 - 17.995 778.85 785.80 -6.95 - 18.045 769.15 786.04 -16.89 - 18.095 734.53 786.29 -51.76 - 18.145 784.94 786.54 -1.60 - 18.195 716.35 786.78 -70.43 - 18.245 733.69 787.04 -53.35 - 18.295 785.49 787.29 -1.80 - 18.345 723.63 787.55 -63.92 - 18.395 752.80 787.82 -35.02 - 18.445 756.58 788.08 -31.50 - 18.495 734.30 788.36 -54.06 - 18.545 770.37 788.63 -18.26 - 18.595 750.65 788.91 -38.26 - 18.645 807.97 789.20 18.77 - 18.695 773.34 789.49 -16.15 - 18.745 796.94 789.79 7.15 - 18.795 763.12 790.09 -26.97 - 18.840 752.30 790.37 -38.07 - 18.890 695.47 790.69 -95.22 - 18.940 759.74 791.02 -31.28 - 18.990 828.57 791.35 37.22 - 19.040 786.28 791.69 -5.41 - 19.090 797.57 792.04 5.53 - 19.140 737.60 792.40 -54.80 - 19.190 794.48 792.77 1.71 - 19.240 755.77 793.15 -37.38 - 19.290 723.12 793.54 -70.42 - 19.340 744.43 793.94 -49.51 - 19.390 782.77 794.36 -11.59 - 19.440 776.36 794.79 -18.43 - 19.490 775.07 795.23 -20.16 - 19.540 774.15 795.69 -21.54 - 19.590 724.69 796.17 -71.48 - 19.640 792.48 796.67 -4.19 - 19.690 830.35 797.18 33.17 - 19.740 802.84 797.72 5.12 - 19.790 756.72 798.29 -41.57 - 19.840 803.48 798.87 4.61 - 19.889 834.42 799.48 34.94 - 19.940 828.34 800.13 28.21 - 19.990 789.51 800.81 -11.30 - 20.039 775.19 801.51 -26.32 - 20.106 857.45 802.51 54.94 - 20.156 852.93 803.32 49.61 - 20.206 894.39 804.17 90.22 - 20.256 886.63 805.07 81.56 - 20.306 917.87 806.02 111.85 - 20.356 914.86 807.03 107.83 - 20.406 930.06 808.11 121.95 - 20.456 1064.38 809.27 255.11 - 20.506 1104.89 810.50 294.39 - 20.556 1063.11 811.82 251.29 - 20.606 1065.09 813.24 251.85 - 20.656 1081.92 814.77 267.15 - 20.706 1178.68 816.42 362.26 - 20.756 1179.87 818.21 361.66 - 20.806 1254.80 820.15 434.65 - 20.856 1263.04 822.26 440.78 - 20.906 1319.03 824.57 494.46 - 20.956 1470.85 827.11 643.74 - 21.006 1491.27 829.92 661.35 - 21.056 1629.27 833.06 796.21 - 21.106 1747.77 836.63 911.14 - 21.155 1803.66 840.77 962.89 - 21.205 1937.27 845.79 1091.48 - 21.255 2071.21 852.16 1219.05 - 21.305 2025.93 860.64 1165.29 - 21.366 2449.60 875.80 1573.80 - 21.416 2599.33 895.12 1704.21 - 21.466 2835.68 924.53 1911.15 - 21.516 3003.89 969.71 2034.18 - 21.566 3210.67 1038.48 2172.19 - 21.616 3368.51 1141.86 2226.65 - 21.666 3810.41 1294.11 2516.30 - 21.716 4183.12 1511.95 2671.17 - 21.766 4466.32 1814.31 2652.01 - 21.816 4630.93 2218.52 2412.41 - 21.866 5279.75 2743.95 2535.80 - 21.916 5829.30 3400.76 2428.54 - 21.966 6574.37 4185.65 2388.72 - 22.016 7110.45 5090.80 2019.65 - 22.066 7852.27 6083.98 1768.29 - 22.116 8051.85 7120.46 931.39 - 22.166 7989.20 8140.28 -151.08 - 22.216 7959.58 9073.29 -1113.71 - 22.266 7849.35 9844.59 -1995.24 - 22.316 7410.70 10381.34 -2970.64 - 22.366 7183.28 10630.91 -3447.63 - 22.416 6768.70 10567.59 -3798.89 - 22.466 6175.79 10196.32 -4020.53 - 22.516 5645.10 9556.12 -3911.02 - 22.566 4898.09 8712.20 -3814.11 - 22.612 4225.79 7809.78 -3583.99 - 22.662 3632.12 6773.31 -3141.19 - 22.712 3039.32 5742.77 -2703.45 - 22.762 2751.86 4772.83 -2020.97 - 22.812 2331.28 3906.56 -1575.28 - 22.862 2048.97 3164.37 -1115.40 - 22.912 1742.11 2553.04 -810.93 - 22.962 1451.93 2069.97 -618.04 - 23.012 1216.34 1701.85 -485.51 - 23.062 1052.24 1431.75 -379.51 - 23.112 966.86 1238.57 -271.71 - 23.162 968.34 1104.73 -136.39 - 23.212 949.41 1014.87 -65.46 - 23.262 920.38 955.31 -34.93 - 23.312 884.56 916.51 -31.95 - 23.362 889.47 891.27 -1.80 - 23.412 894.47 874.63 19.84 - 23.462 863.76 863.34 0.42 - 23.512 848.44 855.32 -6.88 - 23.562 856.24 849.35 6.89 - 23.612 856.95 844.63 12.32 - 23.662 799.55 840.75 -41.20 - 23.712 808.75 837.41 -28.66 - 23.762 868.66 834.49 34.17 - 23.812 866.02 831.89 34.13 - 23.861 931.41 829.58 101.83 - 23.911 888.13 827.46 60.67 - 23.962 886.21 825.54 60.67 - 24.012 915.72 823.80 91.92 - 24.062 953.10 822.21 130.89 - 24.112 901.68 820.75 80.93 - 24.162 832.29 819.41 12.88 - 24.212 880.63 818.18 62.45 - 24.262 909.05 818.29 90.76 - 24.312 890.85 817.27 73.58 - 24.362 823.90 816.32 7.58 - 24.412 872.84 815.45 57.39 - 24.462 868.69 814.64 54.05 - 24.512 844.11 813.89 30.22 - 24.562 869.95 813.20 56.75 - 24.611 842.28 812.55 29.73 - 24.661 870.84 811.96 58.88 - 24.711 807.88 811.40 -3.52 - 24.761 787.48 810.88 -23.40 - 24.811 799.05 810.40 -11.35 - 24.861 788.06 809.95 -21.89 - 24.911 789.39 809.54 -20.15 - 24.961 833.76 809.15 24.61 - 25.011 800.07 808.78 -8.71 - 25.061 823.40 808.44 14.96 - 25.115 801.39 808.10 -6.71 - 25.166 785.92 807.80 -21.88 - 25.216 793.42 807.53 -14.11 - 25.266 819.35 807.27 12.08 - 25.316 796.68 807.03 -10.35 - 25.366 780.48 806.81 -26.33 - 25.416 821.14 806.60 14.54 - 25.466 781.52 806.40 -24.88 - 25.516 812.20 806.22 5.98 - 25.566 822.25 806.05 16.20 - 25.616 848.33 805.89 42.44 - 25.666 844.17 805.74 38.43 - 25.716 802.73 805.61 -2.88 - 25.766 744.98 805.48 -60.50 - 25.816 776.41 805.36 -28.95 - 25.866 811.29 805.26 6.03 - 25.915 815.06 805.16 9.90 - 25.965 747.86 805.06 -57.20 - 26.015 768.84 804.98 -36.14 - 26.065 737.53 804.90 -67.37 - 26.115 815.88 804.83 11.05 - 26.165 744.25 804.77 -60.52 - 26.215 723.78 804.71 -80.93 - 26.265 794.45 804.66 -10.21 - 26.315 829.77 804.61 25.16 - 26.378 804.26 804.56 -0.30 - 26.428 766.01 804.53 -38.52 - 26.478 815.55 804.50 11.05 - 26.528 822.52 804.48 18.04 - 26.578 823.32 804.46 18.86 - 26.628 826.59 804.45 22.14 - 26.678 815.38 804.44 10.94 - 26.728 810.41 804.44 5.97 - 26.778 763.55 804.44 -40.89 - 26.828 820.02 804.44 15.58 - 26.878 884.62 804.45 80.17 - 26.928 830.77 804.46 26.31 - 26.978 785.68 804.48 -18.80 - 27.028 793.66 804.50 -10.84 - 27.078 870.84 804.53 66.31 - 27.128 754.98 804.55 -49.57 - 27.178 813.84 804.59 9.25 - 27.228 789.20 804.62 -15.42 - 27.278 802.59 804.66 -2.07 - 27.328 781.87 804.71 -22.84 - 27.377 832.83 804.76 28.07 - 27.427 800.85 804.81 -3.96 - 27.477 806.72 804.87 1.85 - 27.527 810.28 804.93 5.35 - 27.577 762.63 804.99 -42.36 - 27.633 854.06 805.07 48.99 - 27.683 882.05 805.15 76.90 - 27.734 821.65 805.23 16.42 - 27.784 841.46 805.31 36.15 - 27.834 850.63 805.40 45.23 - 27.884 850.49 805.49 45.00 - 27.934 813.44 805.59 7.85 - 27.984 778.79 805.69 -26.90 - 28.034 815.21 805.80 9.41 - 28.084 824.68 805.91 18.77 - 28.134 855.37 806.03 49.34 - 28.184 861.03 806.15 54.88 - 28.234 806.55 806.29 0.26 - 28.284 831.35 806.42 24.93 - 28.334 873.83 806.57 67.26 - 28.383 885.53 806.72 78.81 - 28.433 842.76 806.88 35.88 - 28.483 865.40 807.04 58.36 - 28.533 826.46 807.21 19.25 - 28.583 880.00 807.40 72.60 - 28.633 876.56 807.59 68.97 - 28.683 838.86 807.79 31.07 - 28.733 834.81 808.00 26.81 - 28.783 851.69 808.22 43.47 - 28.833 850.41 808.45 41.96 - 28.866 893.22 808.61 84.61 - 28.916 852.43 808.86 43.57 - 28.966 862.51 809.13 53.38 - 29.016 800.10 809.41 -9.31 - 29.066 920.70 809.70 111.00 - 29.116 865.00 810.01 54.99 - 29.166 894.11 810.34 83.77 - 29.216 878.50 810.69 67.81 - 29.266 869.20 811.05 58.15 - 29.316 860.04 811.44 48.60 - 29.366 828.47 811.85 16.62 - 29.416 851.02 812.28 38.74 - 29.466 869.29 812.74 56.55 - 29.516 787.01 813.23 -26.22 - 29.566 776.69 813.75 -37.06 - 29.616 859.75 814.30 45.45 - 29.666 803.70 814.89 -11.19 - 29.716 820.00 815.51 4.49 - 29.766 858.68 816.18 42.50 - 29.816 854.16 816.90 37.26 - 29.866 829.50 817.67 11.83 - 29.915 817.03 818.49 -1.46 - 29.965 790.15 819.38 -29.23 - 30.016 843.92 820.33 23.59 - 30.065 828.83 821.36 7.47 - 30.099 831.58 822.09 9.49 - 30.149 836.90 823.26 13.64 - 30.199 866.32 824.53 41.79 - 30.249 818.03 825.92 -7.89 - 30.299 935.37 827.42 107.95 - 30.349 943.59 829.06 114.53 - 30.399 920.54 829.60 90.94 - 30.449 920.45 831.59 88.86 - 30.499 961.49 833.78 127.71 - 30.549 976.38 836.20 140.18 - 30.599 1099.49 838.90 260.59 - 30.649 1240.47 841.95 398.52 - 30.699 1248.83 845.43 403.40 - 30.749 1384.53 849.53 535.00 - 30.799 1469.53 854.54 614.99 - 30.849 1591.46 860.98 730.48 - 30.899 1582.98 869.74 713.24 - 30.948 1817.56 882.37 935.19 - 30.999 2031.05 901.39 1129.66 - 31.048 2144.29 930.65 1213.64 - 31.098 2381.76 976.07 1405.69 - 31.148 2656.19 1045.79 1610.40 - 31.198 2855.64 1152.10 1703.54 - 31.248 3193.66 1309.36 1884.30 - 31.298 3468.05 1534.39 1933.66 - 31.351 3965.13 1870.81 2094.32 - 31.402 4512.56 2298.38 2214.18 - 31.452 5196.13 2847.87 2348.26 - 31.502 5805.09 3526.54 2278.55 - 31.552 6753.99 4325.44 2428.55 - 31.602 7397.81 5225.51 2172.30 - 31.652 7938.59 6190.22 1748.37 - 31.702 8235.84 7161.52 1074.32 - 31.752 8199.73 8071.80 127.93 - 31.802 8072.87 8842.71 -769.84 - 31.852 7971.10 9406.21 -1435.11 - 31.902 7586.59 9699.83 -2113.24 - 31.952 7167.87 9691.06 -2523.19 - 32.002 6622.43 9378.70 -2756.27 - 32.052 6111.23 8800.47 -2689.24 - 32.101 5203.64 8017.43 -2813.79 - 32.151 4630.45 7103.26 -2472.81 - 32.201 3909.73 6131.88 -2222.15 - 32.251 3211.38 5170.36 -1958.98 - 32.301 2914.61 4275.40 -1360.79 - 32.351 2532.69 3483.63 -950.94 - 32.401 2106.10 2816.86 -710.76 - 32.451 1721.90 2274.12 -552.22 - 32.501 1428.02 1853.04 -425.02 - 32.551 1153.99 1539.60 -385.61 - 32.596 1076.42 1331.73 -255.31 - 32.646 961.07 1167.93 -206.86 - 32.696 994.01 1057.03 -63.02 - 32.747 916.21 983.74 -67.53 - 32.797 894.36 936.34 -41.98 - 32.847 881.26 905.80 -24.54 - 32.897 894.30 886.00 8.30 - 32.947 898.73 872.89 25.84 - 32.997 883.85 863.85 20.00 - 33.047 852.51 857.29 -4.78 - 33.097 865.73 852.21 13.52 - 33.147 876.08 848.07 28.01 - 33.196 877.08 844.59 32.49 - 33.246 794.10 841.55 -47.45 - 33.296 780.10 838.87 -58.77 - 33.346 840.15 836.47 3.68 - 33.396 905.27 834.30 70.97 - 33.446 862.05 832.34 29.71 - 33.496 820.71 830.56 -9.85 - 33.546 854.19 828.94 25.25 - 33.596 826.64 827.45 -0.81 - 33.646 857.99 826.10 31.89 - 33.696 850.63 824.85 25.78 - 33.746 855.37 823.70 31.67 - 33.796 911.62 822.65 88.97 - 33.837 747.38 821.84 -74.46 - 33.888 822.55 820.93 1.62 - 33.938 852.22 820.09 32.13 - 33.988 840.02 819.30 20.72 - 34.038 826.28 818.58 7.70 - 34.088 881.55 817.91 63.64 - 34.138 865.87 817.29 48.58 - 34.188 882.16 816.71 65.45 - 34.238 837.56 816.17 21.39 - 34.288 920.12 815.67 104.45 - 34.338 872.50 815.21 57.29 - 34.388 869.41 814.77 54.64 - 34.438 865.79 814.37 51.42 - 34.488 898.99 813.99 85.00 - 34.538 876.77 813.64 63.13 - 34.587 905.50 813.31 92.19 - 34.637 868.80 813.01 55.79 - 34.687 863.85 812.73 51.12 - 34.737 879.81 812.47 67.34 - 34.787 843.08 812.22 30.86 - 34.837 883.56 812.00 71.56 - 34.887 805.19 811.79 -6.60 - 34.937 864.76 811.60 53.16 - 34.987 874.90 811.42 63.48 - 35.037 897.34 811.26 86.08 - 35.106 824.08 811.06 13.02 - 35.156 901.39 810.93 90.46 - 35.206 834.95 810.82 24.13 - 35.256 862.03 810.72 51.31 - 35.306 839.90 810.63 29.27 - 35.356 871.74 810.55 61.19 - 35.406 832.28 810.48 21.80 - 35.456 835.16 810.43 24.73 - 35.506 868.73 810.39 58.34 - 35.556 878.90 810.35 68.55 - 35.606 865.17 810.33 54.84 - 35.656 824.19 810.33 13.86 - 35.706 846.02 810.33 35.69 - 35.756 796.98 810.34 -13.36 - 35.806 837.07 810.37 26.70 - 35.856 847.75 810.40 37.35 - 35.906 821.63 810.45 11.18 - 35.956 882.78 810.51 72.27 - 36.006 873.81 810.59 63.22 - 36.056 767.55 810.67 -43.12 - 36.106 811.97 810.77 1.20 - 36.156 787.11 810.88 -23.77 - 36.206 800.50 811.01 -10.51 - 36.256 840.36 811.15 29.21 - 36.306 839.98 811.30 28.68 - 36.380 791.13 811.56 -20.43 - 36.430 813.81 811.75 2.06 - 36.480 804.32 811.96 -7.64 - 36.530 788.24 812.20 -23.96 - 36.580 769.64 812.44 -42.80 - 36.630 792.00 812.71 -20.71 - 36.680 788.50 813.01 -24.51 - 36.730 814.64 813.32 1.32 - 36.780 793.39 813.66 -20.27 - 36.830 791.91 814.03 -22.12 - 36.880 786.19 814.42 -28.23 - 36.930 785.47 814.84 -29.37 - 36.980 788.48 815.30 -26.82 - 37.030 815.03 815.79 -0.76 - 37.080 809.03 816.32 -7.29 - 37.130 788.46 816.89 -28.43 - 37.180 781.51 817.50 -35.99 - 37.230 743.38 818.16 -74.78 - 37.280 759.65 818.88 -59.23 - 37.330 787.78 819.65 -31.87 - 37.380 766.58 820.48 -53.90 - 37.429 761.38 821.38 -60.00 - 37.479 806.38 822.36 -15.98 - 37.529 792.38 823.42 -31.04 - 37.579 784.63 824.57 -39.94 - 37.620 836.80 825.58 11.22 - 37.670 812.46 826.92 -14.46 - 37.720 827.10 828.39 -1.29 - 37.770 812.79 829.99 -17.20 - 37.820 801.33 831.75 -30.42 - 37.870 856.54 833.68 22.86 - 37.920 855.53 835.80 19.73 - 37.970 893.57 838.15 55.42 - 38.020 849.37 840.75 8.62 - 38.070 896.07 843.63 52.44 - 38.120 959.79 846.88 112.91 - 38.170 922.03 850.58 71.45 - 38.220 1028.27 854.83 173.44 - 38.270 1048.48 859.91 188.57 - 38.320 1110.23 866.21 244.02 - 38.370 1302.04 874.47 427.57 - 38.420 1382.69 885.99 496.70 - 38.470 1524.59 902.94 621.65 - 38.520 1656.36 928.95 727.41 - 38.570 1802.55 970.77 831.78 - 38.620 2165.26 1034.34 1130.92 - 38.670 2524.36 1132.28 1392.08 - 38.720 2820.94 1281.50 1539.44 - 38.770 3181.41 1501.23 1680.18 - 38.820 3658.34 1813.06 1845.28 - 38.871 4321.95 2252.10 2069.85 - 38.921 5222.28 2822.00 2400.28 - 38.971 5963.87 3541.97 2421.90 - 39.021 7300.81 4412.55 2888.26 - 39.071 8251.76 5411.34 2840.42 - 39.121 9018.56 6501.69 2516.87 - 39.171 9364.04 7624.91 1739.13 - 39.221 9519.86 8698.36 821.50 - 39.271 9400.29 9632.22 -231.93 - 39.321 9325.90 10332.46 -1006.56 - 39.371 8781.71 10726.33 -1944.62 - 39.421 8341.71 10763.24 -2421.53 - 39.471 7732.26 10439.86 -2707.60 - 39.521 6934.04 9794.32 -2860.28 - 39.571 5966.28 8901.52 -2935.24 - 39.621 5193.82 7850.96 -2657.14 - 39.671 4326.42 6732.85 -2406.43 - 39.721 3574.29 5630.45 -2056.16 - 39.771 3004.24 4607.15 -1602.91 - 39.821 2518.22 3709.64 -1191.42 - 39.871 2194.51 2959.57 -765.06 - 39.920 1717.01 2362.06 -645.05 - 39.971 1434.17 1901.65 -467.48 - 40.021 1217.46 1563.33 -345.87 - 40.070 1069.68 1324.58 -254.90 - 40.122 949.62 1155.75 -206.13 - 40.172 986.30 1048.45 -62.15 - 40.223 924.17 979.00 -54.83 - 40.273 849.43 934.59 -85.16 - 40.323 888.04 906.30 -18.26 - 40.373 863.03 887.90 -24.87 - 40.423 805.28 875.48 -70.20 - 40.473 847.26 866.66 -19.40 - 40.523 863.48 860.00 3.48 - 40.573 837.40 854.70 -17.30 - 40.623 835.30 850.26 -14.96 - 40.673 802.48 846.43 -43.95 - 40.723 885.68 843.07 42.61 - 40.773 838.05 840.06 -2.01 - 40.823 842.80 837.37 5.43 - 40.872 841.48 834.94 6.54 - 40.922 830.46 832.74 -2.28 - 40.972 876.30 830.73 45.57 - 41.022 834.95 828.90 6.05 - 41.072 822.86 827.23 -4.37 - 41.122 831.99 825.70 6.29 - 41.172 852.59 824.30 28.29 - 41.222 845.37 823.01 22.36 - 41.272 829.98 821.82 8.16 - 41.322 823.94 820.73 3.21 - 41.364 784.96 819.86 -34.90 - 41.414 805.88 818.92 -13.04 - 41.464 741.75 818.04 -76.29 - 41.515 801.24 817.22 -15.98 - 41.565 793.87 816.47 -22.60 - 41.615 758.94 815.78 -56.84 - 41.665 817.35 815.13 2.22 - 41.715 813.99 814.53 -0.54 - 41.765 776.12 813.97 -37.85 - 41.815 754.79 813.45 -58.66 - 41.865 767.77 812.97 -45.20 - 41.915 812.24 812.53 -0.29 - 41.964 796.99 812.11 -15.12 - 42.014 807.86 811.73 -3.87 - 42.064 800.20 811.38 -11.18 - 42.114 768.37 811.06 -42.69 - 42.164 807.19 810.76 -3.57 - 42.214 818.78 810.49 8.29 - 42.264 840.37 810.24 30.13 - 42.314 840.37 810.01 30.36 - 42.364 837.18 809.81 27.37 - 42.414 814.53 809.62 4.91 - 42.464 867.15 809.46 57.69 - 42.514 828.37 809.32 19.05 - 42.564 820.37 809.20 11.17 - 42.614 857.66 809.10 48.56 - 42.664 839.06 809.02 30.04 - 42.714 845.49 808.95 36.54 - 42.764 821.91 808.91 13.00 - 42.814 833.05 808.89 24.16 - 42.864 893.38 808.89 84.49 - 42.914 834.06 808.90 25.16 - 42.964 828.96 808.94 20.02 - 43.014 795.30 809.00 -13.70 - 43.064 772.15 809.08 -36.93 - 43.114 772.04 809.18 -37.14 - 43.164 760.94 809.31 -48.37 - 43.214 766.19 809.46 -43.27 - 43.264 792.85 809.63 -16.78 - 43.314 760.18 809.83 -49.65 - 43.364 741.39 810.06 -68.67 - 43.414 830.06 810.31 19.75 - 43.464 741.61 810.60 -68.99 - 43.514 750.00 810.92 -60.92 - 43.564 773.80 811.28 -37.48 - 43.614 827.71 811.68 16.03 - 43.664 820.78 812.11 8.67 - 43.714 809.97 812.59 -2.62 - 43.764 780.23 813.12 -32.89 - 43.814 795.34 813.69 -18.35 - 43.865 780.87 814.34 -33.47 - 43.915 827.44 815.05 12.39 - 43.965 803.47 815.81 -12.34 - 44.015 822.15 816.66 5.49 - 44.065 865.78 817.58 48.20 - 44.115 840.77 818.59 22.18 - 44.165 771.46 819.71 -48.25 - 44.215 871.83 820.94 50.89 - 44.265 828.07 822.30 5.77 - 44.315 880.75 823.79 56.96 - 44.365 878.04 825.45 52.59 - 44.415 880.84 827.29 53.55 - 44.465 810.56 829.33 -18.77 - 44.515 808.49 831.62 -23.13 - 44.565 880.58 834.88 45.70 - 44.615 841.65 837.79 3.86 - 44.665 907.00 841.14 65.86 - 44.715 950.12 845.07 105.05 - 44.765 919.75 849.88 69.87 - 44.815 986.84 856.05 130.79 - 44.865 1113.67 864.44 249.23 - 44.915 1132.01 876.54 255.47 - 44.965 1237.26 895.04 342.22 - 45.015 1339.99 924.04 415.95 - 45.065 1587.68 969.74 617.94 - 45.109 1811.46 1032.21 779.25 - 45.159 1979.79 1138.18 841.61 - 45.209 2355.45 1297.36 1058.09 - 45.260 2781.64 1528.91 1252.73 - 45.309 3279.83 1852.03 1427.80 - 45.359 3884.98 2286.02 1598.96 - 45.410 4479.67 2845.30 1634.37 - 45.460 5330.87 3531.74 1799.13 - 45.510 6337.10 4333.37 2003.73 - 45.559 6988.94 5216.60 1772.34 - 45.609 7320.04 6137.66 1182.38 - 45.660 7422.39 7028.84 393.55 - 45.709 7447.94 7807.71 -359.77 - 45.759 7148.43 8400.08 -1251.65 - 45.809 6889.78 8734.54 -1844.76 - 45.859 6529.15 8769.15 -2240.00 - 45.909 5983.71 8499.67 -2515.96 - 45.959 5578.86 7960.62 -2381.76 - 46.009 4638.55 7214.76 -2576.21 - 46.059 3945.67 6342.96 -2397.29 - 46.109 3173.10 5423.82 -2250.72 - 46.159 2703.07 4529.11 -1826.04 - 46.209 2308.14 3703.96 -1395.82 - 46.259 1960.57 2989.25 -1028.68 - 46.309 1737.74 2402.38 -664.64 - 46.360 1385.99 1933.85 -547.86 - 46.410 1236.76 1587.51 -350.75 - 46.460 966.71 1338.14 -371.43 - 46.510 914.85 1165.12 -250.27 - 46.560 874.10 1049.53 -175.43 - 46.610 813.05 974.17 -161.12 - 46.660 865.24 925.94 -60.70 - 46.710 890.69 895.44 -4.75 - 46.760 856.12 875.97 -19.85 - 46.810 844.88 863.22 -18.34 - 46.860 789.08 854.40 -65.32 - 46.910 794.14 846.49 -52.35 - 46.960 801.61 841.49 -39.88 - 47.010 773.50 837.37 -63.87 - 47.060 808.56 833.87 -25.31 - 47.110 775.45 830.82 -55.37 - 47.160 732.94 828.12 -95.18 - 47.210 790.62 825.70 -35.08 - 47.260 756.81 823.52 -66.71 - 47.310 779.67 821.55 -41.88 - 47.360 775.06 819.76 -44.70 - 47.409 759.57 818.14 -58.57 - 47.459 761.03 816.65 -55.62 - 47.510 771.35 815.29 -43.94 - 47.559 749.75 814.05 -64.30 - 47.627 748.91 812.53 -63.62 - 47.677 761.81 811.51 -49.70 - 47.727 721.85 810.57 -88.72 - 47.778 770.74 809.70 -38.96 - 47.827 747.65 808.90 -61.25 - 47.877 770.34 808.16 -37.82 - 47.927 747.01 807.47 -60.46 - 47.978 692.62 806.84 -114.22 - 48.028 753.30 806.25 -52.95 - 48.077 700.61 805.70 -105.09 - 48.127 772.84 805.19 -32.35 - 48.178 793.77 804.72 -10.95 - 48.227 732.49 804.29 -71.80 - 48.277 742.86 803.88 -61.02 - 48.327 815.36 803.51 11.85 - 48.377 746.33 803.17 -56.84 - 48.427 775.31 802.85 -27.54 - 48.477 786.72 802.55 -15.83 - 48.527 755.54 802.28 -46.74 - 48.577 767.04 802.04 -35.00 - 48.627 781.99 801.82 -19.83 - 48.677 747.65 801.61 -53.96 - 48.727 699.86 801.43 -101.57 - 48.777 775.59 801.27 -25.68 - 48.827 763.70 801.13 -37.43 - 48.871 795.73 801.03 -5.30 - 48.921 785.32 800.92 -15.60 - 48.971 752.33 800.84 -48.51 - 49.021 768.46 800.78 -32.32 - 49.071 775.57 800.73 -25.16 - 49.121 766.03 800.71 -34.68 - 49.171 723.46 800.70 -77.24 - 49.221 787.23 800.72 -13.49 - 49.271 758.56 800.76 -42.20 - 49.321 788.80 800.83 -12.03 - 49.371 823.34 800.91 22.43 - 49.421 859.12 801.02 58.10 - 49.471 774.26 801.16 -26.90 - 49.521 791.38 801.32 -9.94 - 49.571 817.91 801.52 16.39 - 49.621 856.06 801.75 54.31 - 49.671 806.48 802.01 4.47 - 49.720 808.28 802.30 5.98 - 49.771 792.14 802.64 -10.50 - 49.820 800.49 803.02 -2.53 - 49.870 832.55 803.45 29.10 - 49.920 814.22 803.93 10.29 - 49.970 767.77 804.47 -36.70 - 50.020 792.59 805.07 -12.48 - 50.070 819.67 806.54 13.13 - 50.101 812.84 807.00 5.84 - 50.151 793.47 807.82 -14.35 - 50.201 763.66 808.74 -45.08 - 50.251 763.39 809.77 -46.38 - 50.301 809.00 810.92 -1.92 - 50.351 799.64 812.22 -12.58 - 50.401 824.57 813.70 10.87 - 50.451 832.36 815.38 16.98 - 50.501 792.17 817.33 -25.16 - 50.551 830.32 819.64 10.68 - 50.601 885.21 822.49 62.72 - 50.651 853.53 826.22 27.31 - 50.701 903.71 831.37 72.34 - 50.751 886.82 838.97 47.85 - 50.801 992.45 850.70 141.75 - 50.851 1108.20 869.28 238.92 - 50.901 1173.66 898.88 274.78 - 50.951 1332.56 945.54 387.02 - 51.001 1431.78 1017.49 414.29 - 51.051 1682.19 1124.72 557.47 - 51.101 1961.84 1278.76 683.08 - 51.150 2234.81 1490.46 744.35 - 51.200 2696.52 1771.66 924.86 - 51.250 3249.35 2125.89 1123.46 - 51.300 3732.23 2548.38 1183.85 - 51.366 4412.86 3190.10 1222.76 - 51.417 4662.94 3705.22 957.72 - 51.467 4565.86 4201.92 363.94 - 51.517 4769.53 4634.90 134.63 - 51.567 4540.72 4956.01 -415.29 - 51.617 4487.99 5126.97 -638.98 - 51.667 4192.79 5124.18 -931.39 - 51.717 3766.40 4947.70 -1181.30 - 51.767 3434.04 4621.54 -1187.50 - 51.817 3031.91 4187.86 -1155.95 - 51.867 2652.44 3690.46 -1038.02 - 51.917 2224.45 3175.64 -951.19 - 51.967 1877.49 2684.66 -807.17 - 52.017 1634.73 2242.44 -607.71 - 52.067 1399.83 1867.69 -467.86 - 52.116 1284.02 1565.75 -281.73 - 52.166 1150.78 1333.92 -183.14 - 52.216 943.35 1163.59 -220.24 - 52.266 942.02 1043.49 -101.47 - 52.316 875.47 962.25 -86.78 - 52.366 881.41 908.99 -27.58 - 52.416 817.30 875.05 -57.75 - 52.466 841.41 853.52 -12.11 - 52.516 769.93 839.97 -70.04 - 52.566 774.60 831.27 -56.67 - 52.637 787.23 823.52 -36.29 - 52.687 838.93 819.81 19.12 - 52.737 797.96 816.92 -18.96 - 52.787 753.78 814.54 -60.76 - 52.837 818.87 812.52 6.35 - 52.887 783.48 810.76 -27.28 - 52.937 803.32 809.20 -5.88 - 52.987 747.48 807.80 -60.33 - 53.037 770.27 806.55 -36.28 - 53.087 744.51 805.43 -60.92 - 53.137 781.41 803.20 -21.79 - 53.187 786.01 802.30 -16.29 - 53.237 816.06 801.48 14.58 - 53.287 778.59 800.73 -22.14 - 53.337 787.07 800.06 -12.99 - 53.387 760.06 799.44 -39.38 - 53.437 810.48 798.88 11.60 - 53.487 805.09 798.37 6.72 - 53.537 771.59 797.90 -26.31 - 53.587 803.35 797.47 5.88 - 53.637 757.63 797.09 -39.46 - 53.687 775.96 796.74 -20.78 - 53.737 747.76 796.42 -48.66 - 53.787 778.96 796.13 -17.17 - 53.837 745.62 795.87 -50.25 - 53.870 738.16 795.71 -57.55 - 53.920 792.69 795.49 -2.80 - 53.970 723.05 795.30 -72.25 - 54.020 776.19 795.13 -18.94 - 54.070 816.69 794.99 21.70 - 54.120 769.75 794.86 -25.11 - 54.170 720.62 794.76 -74.14 - 54.220 741.07 794.68 -53.61 - 54.270 780.60 794.62 -14.02 - 54.320 768.63 794.58 -25.95 - 54.370 763.70 794.56 -30.86 - 54.420 800.42 794.56 5.86 - 54.470 749.00 794.58 -45.58 - 54.520 736.92 794.63 -57.71 - 54.570 795.87 794.69 1.18 - 54.620 791.79 794.78 -2.99 - 54.670 736.85 794.89 -58.04 - 54.720 760.71 795.02 -34.31 - 54.770 807.81 795.18 12.63 - 54.820 788.52 795.37 -6.85 - 54.870 797.29 795.59 1.70 - 54.920 726.98 795.83 -68.85 - 54.970 816.80 796.11 20.69 - 55.020 795.35 796.43 -1.08 - 55.070 784.99 796.78 -11.79 - 55.102 739.58 797.03 -57.45 - 55.152 806.62 797.45 9.17 - 55.202 819.24 797.92 21.32 - 55.252 804.75 798.45 6.30 - 55.302 802.08 799.03 3.05 - 55.352 802.58 799.68 2.90 - 55.402 827.59 800.40 27.19 - 55.452 875.83 801.19 74.64 - 55.503 832.90 802.08 30.82 - 55.552 843.84 803.07 40.77 - 55.602 914.83 804.17 110.66 - 55.652 885.46 805.41 80.05 - 55.702 911.14 806.79 104.35 - 55.752 887.44 808.34 79.10 - 55.802 928.19 810.10 118.09 - 55.852 892.87 812.11 80.76 - 55.902 913.07 814.44 98.63 - 55.952 920.38 817.22 103.16 - 56.002 912.45 820.68 91.77 - 56.052 956.88 825.21 131.67 - 56.102 978.58 831.55 147.03 - 56.152 1001.44 840.98 160.46 - 56.202 1042.51 855.79 186.72 - 56.252 1154.21 879.51 274.70 - 56.302 1201.70 917.40 284.30 - 56.358 1344.41 987.26 357.15 - 56.408 1445.84 1084.80 361.04 - 56.459 1758.95 1229.04 529.91 - 56.509 2118.13 1434.02 684.11 - 56.559 2532.54 1711.56 820.98 - 56.609 3056.48 2070.54 985.94 - 56.659 3708.96 2512.51 1196.45 - 56.709 4176.55 3025.94 1150.61 - 56.759 4824.02 3586.96 1237.06 - 56.809 5019.69 4155.76 863.93 - 56.859 5128.87 4687.42 441.45 - 56.909 4974.40 5125.82 -151.42 - 56.959 4834.54 5415.96 -581.42 - 57.009 4702.00 5520.33 -818.33 - 57.059 4410.76 5422.78 -1012.02 - 57.108 4138.62 5138.07 -999.45 - 57.158 3625.59 4705.38 -1079.79 - 57.208 3150.03 4176.78 -1026.75 - 57.258 2559.87 3606.29 -1046.42 - 57.308 2164.51 3044.88 -880.37 - 57.358 1947.96 2530.02 -582.06 - 57.408 1599.89 2087.26 -487.37 - 57.458 1355.84 1723.73 -367.89 - 57.508 1243.81 1442.33 -198.52 - 57.558 1109.59 1235.23 -125.64 - 57.620 960.41 1061.97 -101.56 - 57.670 848.29 971.54 -123.25 - 57.720 804.74 912.90 -108.16 - 57.770 829.36 875.78 -46.42 - 57.820 778.30 852.67 -74.37 - 57.870 800.47 838.16 -37.69 - 57.920 811.95 828.79 -16.84 - 57.970 766.12 822.45 -56.33 - 58.020 790.27 817.87 -27.60 - 58.070 780.77 814.35 -33.58 - 58.120 803.80 811.47 -7.67 - 58.170 776.21 809.02 -32.81 - 58.220 789.67 806.89 -17.22 - 58.270 796.25 805.01 -8.76 - 58.320 825.38 803.33 22.05 - 58.370 826.00 801.82 24.18 - 58.420 796.58 800.45 -3.87 - 58.470 834.90 799.21 35.69 - 58.520 792.80 798.08 -5.28 - 58.570 853.05 797.05 56.00 - 58.620 825.43 796.11 29.32 - 58.669 817.44 795.25 22.19 - 58.719 796.94 794.45 2.49 - 58.769 826.60 793.02 33.58 - 58.819 819.99 792.35 27.64 - 58.868 783.30 791.74 -8.44 - 58.918 778.00 791.16 -13.16 - 58.968 800.03 790.62 9.41 - 59.019 843.62 790.11 53.51 - 59.068 807.42 789.64 17.78 - 59.118 826.64 789.20 37.44 - 59.168 780.54 788.79 -8.25 - 59.219 816.58 788.40 28.18 - 59.269 816.53 788.04 28.49 - 59.318 785.69 787.69 -2.00 - 59.368 745.53 787.37 -41.84 - 59.419 839.16 787.06 52.10 - 59.468 799.25 786.77 12.48 - 59.518 766.50 786.50 -20.00 - 59.568 810.54 786.23 24.31 - 59.618 825.29 785.99 39.30 - 59.668 788.88 785.75 3.13 - 59.718 764.95 785.52 -20.57 - 59.768 796.12 785.31 10.81 - 59.818 759.69 785.10 -25.41 - 59.868 797.75 784.91 12.84 - 59.918 788.29 784.72 3.57 - 59.968 771.60 784.54 -12.94 - 60.018 786.11 784.37 1.74 - 60.068 808.26 784.20 24.06 - 60.108 764.39 784.07 -19.68 - 60.158 793.86 783.92 9.94 - 60.208 763.63 783.77 -20.14 - 60.258 786.43 783.63 2.80 - 60.308 793.48 783.49 9.99 - 60.358 825.06 783.35 41.71 - 60.408 754.90 783.23 -28.33 - 60.458 762.07 783.10 -21.03 - 60.508 835.44 782.98 52.46 - 60.558 757.59 782.86 -25.27 - 60.608 784.95 782.75 2.20 - 60.658 763.73 782.64 -18.91 - 60.708 774.94 782.54 -7.60 - 60.758 725.34 782.43 -57.09 - 60.808 801.51 782.34 19.17 - 60.858 806.37 782.24 24.13 - 60.908 787.34 782.14 5.20 - 60.958 792.63 782.05 10.58 - 61.008 789.53 781.96 7.57 - 61.058 810.65 781.88 28.77 - 61.108 746.45 781.79 -35.34 - 61.158 818.62 781.71 36.91 - 61.208 771.24 781.63 -10.39 - 61.258 709.34 781.55 -72.21 - 61.308 797.43 781.48 15.95 - 61.348 806.75 781.42 25.33 - 61.398 817.22 781.34 35.88 - 61.448 783.84 781.27 2.57 - 61.498 784.70 781.20 3.50 - 61.548 794.21 781.13 13.08 - 61.598 842.77 781.06 61.71 - 61.648 815.92 781.00 34.92 - 61.698 764.97 780.93 -15.96 - 61.748 822.97 780.87 42.10 - 61.798 825.30 780.81 44.49 - 61.848 792.09 780.75 11.34 - 61.898 790.55 780.69 9.86 - 61.948 792.20 780.63 11.57 - 61.998 828.43 780.57 47.86 - 62.048 858.71 780.52 78.19 - 62.098 784.25 780.46 3.79 - 62.148 792.06 780.41 11.65 - 62.198 817.62 780.36 37.26 - 62.248 837.03 780.31 56.72 - 62.298 793.74 780.25 13.49 - 62.348 805.34 780.20 25.14 - 62.397 772.78 780.15 -7.37 - 62.447 815.95 780.11 35.84 - 62.497 841.81 780.06 61.75 - 62.547 740.94 780.01 -39.07 - 62.590 746.96 779.97 -33.01 - 62.640 775.62 779.93 -4.31 - 62.690 804.49 779.88 24.61 - 62.740 791.61 779.84 11.77 - 62.790 830.47 779.79 50.68 - 62.840 810.84 779.75 31.09 - 62.890 856.73 779.71 77.02 - 62.940 835.18 779.67 55.51 - 62.990 941.39 779.63 161.76 - 63.040 831.05 779.59 51.46 - 63.090 848.88 779.55 69.33 - 63.140 865.09 779.51 85.58 - 63.190 854.96 779.47 75.49 - 63.240 922.42 779.43 142.99 - 63.290 945.29 779.39 165.90 - 63.340 906.78 779.36 127.42 - 63.390 952.51 779.32 173.19 - 63.439 890.84 779.28 111.56 - 63.490 916.44 779.25 137.19 - 63.540 898.15 779.21 118.94 - 63.589 947.28 779.18 168.10 - 63.639 969.83 779.15 190.68 - 63.689 844.87 779.11 65.76 - 63.739 857.34 779.08 78.26 - 63.789 854.62 779.05 75.57 - 63.829 880.21 779.02 101.19 - 63.879 869.22 778.99 90.23 - 63.929 834.08 778.96 55.12 + 14.318 804.70 770.29 34.41 + 14.368 756.36 770.51 -14.15 + 14.418 766.09 770.72 -4.63 + 14.468 780.76 770.93 9.83 + 14.518 741.08 771.15 -30.07 + 14.568 729.70 771.36 -41.66 + 14.618 750.00 771.57 -21.57 + 14.668 759.58 771.78 -12.20 + 14.718 758.71 772.00 -13.29 + 14.768 777.14 772.21 4.93 + 14.818 741.13 772.42 -31.29 + 14.868 738.30 772.63 -34.33 + 14.918 764.53 772.84 -8.31 + 14.968 764.54 773.05 -8.51 + 15.018 796.72 773.26 23.46 + 15.068 744.09 773.47 -29.38 + 15.124 723.92 773.70 -49.78 + 15.174 750.85 773.91 -23.06 + 15.224 795.62 774.12 21.50 + 15.274 747.70 774.33 -26.63 + 15.324 745.56 774.53 -28.97 + 15.374 743.07 774.74 -31.67 + 15.424 773.46 774.95 -1.49 + 15.474 765.86 775.15 -9.29 + 15.524 699.87 775.36 -75.49 + 15.574 732.41 775.57 -43.16 + 15.624 768.54 775.77 -7.23 + 15.674 699.30 775.98 -76.68 + 15.724 769.53 776.18 -6.65 + 15.774 743.34 776.39 -33.05 + 15.824 719.45 776.59 -57.14 + 15.874 707.66 776.80 -69.14 + 15.924 720.09 777.01 -56.92 + 15.974 775.08 777.21 -2.13 + 16.024 732.56 777.42 -44.86 + 16.074 723.68 777.62 -53.94 + 16.124 763.27 777.83 -14.56 + 16.174 755.35 778.03 -22.68 + 16.224 746.64 778.24 -31.60 + 16.274 736.37 778.44 -42.07 + 16.324 751.89 778.65 -26.76 + 16.358 796.15 778.79 17.36 + 16.408 749.58 779.00 -29.42 + 16.458 783.55 779.21 4.34 + 16.508 785.38 779.41 5.97 + 16.558 786.92 779.62 7.30 + 16.608 741.59 779.83 -38.24 + 16.658 749.53 780.04 -30.51 + 16.708 728.18 780.24 -52.06 + 16.758 760.77 780.45 -19.68 + 16.808 732.60 780.66 -48.06 + 16.858 712.64 780.87 -68.23 + 16.908 761.29 781.08 -19.79 + 16.958 703.67 781.30 -77.63 + 17.008 726.79 781.51 -54.72 + 17.058 769.55 781.72 -12.17 + 17.108 761.75 781.94 -20.19 + 17.158 783.25 782.15 1.10 + 17.208 803.04 782.37 20.67 + 17.258 688.34 782.58 -94.24 + 17.308 773.21 782.80 -9.59 + 17.358 786.29 783.02 3.27 + 17.408 791.91 783.24 8.67 + 17.458 804.54 783.46 21.08 + 17.508 739.52 783.69 -44.17 + 17.558 787.44 783.91 3.53 + 17.595 771.27 784.08 -12.81 + 17.645 774.40 784.31 -9.91 + 17.695 763.19 784.54 -21.35 + 17.745 780.10 784.77 -4.67 + 17.795 820.85 785.01 35.84 + 17.845 789.93 785.24 4.69 + 17.895 792.37 785.48 6.89 + 17.945 764.67 785.72 -21.05 + 17.995 778.85 785.97 -7.12 + 18.045 769.15 786.21 -17.06 + 18.095 734.53 786.46 -51.93 + 18.145 784.94 786.72 -1.78 + 18.195 716.35 786.97 -70.62 + 18.245 733.69 787.23 -53.54 + 18.295 785.49 787.50 -2.01 + 18.345 723.63 787.76 -64.13 + 18.395 752.80 788.04 -35.24 + 18.445 756.58 788.31 -31.73 + 18.495 734.30 788.59 -54.29 + 18.545 770.37 788.88 -18.51 + 18.595 750.65 789.17 -38.52 + 18.645 807.97 789.47 18.50 + 18.695 773.34 789.77 -16.43 + 18.745 796.94 790.08 6.86 + 18.795 763.12 790.40 -27.28 + 18.840 752.30 790.69 -38.39 + 18.890 695.47 791.02 -95.55 + 18.940 759.74 791.36 -31.62 + 18.990 828.57 791.71 36.86 + 19.040 786.28 792.06 -5.78 + 19.090 797.57 792.43 5.14 + 19.140 737.60 792.81 -55.21 + 19.190 794.48 793.19 1.29 + 19.240 755.77 793.59 -37.82 + 19.290 723.12 794.01 -70.89 + 19.340 744.43 794.43 -50.00 + 19.390 782.77 794.87 -12.10 + 19.440 776.36 795.33 -18.97 + 19.490 775.07 795.81 -20.74 + 19.540 774.15 796.30 -22.15 + 19.590 724.69 796.81 -72.12 + 19.640 792.48 797.34 -4.86 + 19.690 830.35 797.90 32.45 + 19.740 802.84 798.48 4.36 + 19.790 756.72 799.08 -42.36 + 19.840 803.48 799.72 3.76 + 19.889 834.42 800.38 34.04 + 19.940 828.34 801.08 27.26 + 19.990 789.51 801.82 -12.31 + 20.039 775.19 802.59 -27.40 + 20.106 857.45 803.68 53.77 + 20.156 852.93 804.57 48.36 + 20.206 894.39 805.51 88.88 + 20.256 886.63 806.50 80.13 + 20.306 917.87 807.56 110.31 + 20.356 914.86 808.69 106.17 + 20.406 930.06 809.90 120.16 + 20.456 1064.38 811.19 253.19 + 20.506 1104.89 812.58 292.31 + 20.556 1063.11 814.07 249.04 + 20.606 1065.09 815.68 249.41 + 20.656 1081.92 817.43 264.49 + 20.706 1178.68 819.31 359.37 + 20.756 1179.87 821.37 358.50 + 20.806 1254.80 823.61 431.19 + 20.856 1263.04 826.07 436.97 + 20.906 1319.03 828.79 490.24 + 20.956 1470.85 831.81 639.04 + 21.006 1491.27 835.23 656.04 + 21.056 1629.27 839.17 790.10 + 21.106 1747.77 843.86 903.91 + 21.155 1803.66 849.68 953.98 + 21.205 1937.27 857.36 1079.91 + 21.255 2071.21 868.03 1203.18 + 21.305 2025.93 883.49 1142.44 + 21.366 2449.60 913.14 1536.46 + 21.416 2599.33 952.31 1647.02 + 21.466 2835.68 1012.30 1823.38 + 21.516 3003.89 1103.11 1900.78 + 21.566 3210.67 1237.30 1973.37 + 21.616 3368.51 1431.11 1937.40 + 21.666 3810.41 1703.40 2107.01 + 21.716 4183.12 2073.03 2110.09 + 21.766 4466.32 2557.80 1908.52 + 21.816 4630.93 3168.11 1462.82 + 21.866 5279.75 3912.55 1367.20 + 21.916 5829.30 4782.28 1047.02 + 21.966 6574.37 5748.97 825.40 + 22.016 7110.45 6778.87 331.58 + 22.066 7852.27 7812.14 40.13 + 22.116 8051.85 8781.51 -729.66 + 22.166 7989.20 9612.73 -1623.53 + 22.216 7959.58 10233.49 -2273.91 + 22.266 7849.35 10582.75 -2733.40 + 22.316 7410.70 10622.55 -3211.85 + 22.366 7183.28 10349.54 -3166.26 + 22.416 6768.70 9795.25 -3026.55 + 22.466 6175.79 9008.74 -2832.95 + 22.516 5645.10 8064.74 -2419.64 + 22.566 4898.09 7041.86 -2143.77 + 22.612 4225.79 6081.60 -1855.81 + 22.662 3632.12 5085.80 -1453.68 + 22.712 3039.32 4180.64 -1141.32 + 22.762 2751.86 3393.71 -641.85 + 22.812 2331.28 2740.05 -408.77 + 22.862 2048.97 2216.57 -167.60 + 22.912 1742.11 1811.99 -69.88 + 22.962 1451.93 1510.98 -59.05 + 23.012 1216.34 1294.26 -77.92 + 23.062 1052.24 1143.38 -91.14 + 23.112 966.86 1040.47 -73.61 + 23.162 968.34 971.99 -3.65 + 23.212 949.41 927.38 22.03 + 23.262 920.38 898.27 22.11 + 23.312 884.56 879.23 5.33 + 23.362 889.47 866.46 23.01 + 23.412 894.47 857.56 36.91 + 23.462 863.76 851.02 12.74 + 23.512 848.44 845.95 2.49 + 23.562 856.24 841.82 14.42 + 23.612 856.95 838.32 18.63 + 23.662 799.55 835.29 -35.74 + 23.712 808.75 832.59 -23.84 + 23.762 868.66 830.18 38.48 + 23.812 866.02 828.00 38.02 + 23.861 931.41 826.04 105.37 + 23.911 888.13 824.24 63.89 + 23.962 886.21 822.60 63.61 + 24.012 915.72 821.10 94.62 + 24.062 953.10 819.72 133.38 + 24.112 901.68 818.46 83.22 + 24.162 832.29 818.54 13.75 + 24.212 880.63 817.49 63.14 + 24.262 909.05 816.51 92.54 + 24.312 890.85 815.62 75.23 + 24.362 823.90 814.79 9.11 + 24.412 872.84 814.02 58.82 + 24.462 868.69 813.31 55.38 + 24.512 844.11 812.65 31.46 + 24.562 869.95 812.04 57.91 + 24.611 842.28 811.47 30.81 + 24.661 870.84 810.95 59.89 + 24.711 807.88 810.45 -2.57 + 24.761 787.48 810.00 -22.52 + 24.811 799.05 809.57 -10.52 + 24.861 788.06 809.17 -21.11 + 24.911 789.39 808.80 -19.41 + 24.961 833.76 808.45 25.31 + 25.011 800.07 808.13 -8.06 + 25.061 823.40 807.83 15.57 + 25.115 801.39 807.52 -6.13 + 25.166 785.92 807.26 -21.34 + 25.216 793.42 807.01 -13.59 + 25.266 819.35 806.79 12.56 + 25.316 796.68 806.57 -9.89 + 25.366 780.48 806.37 -25.89 + 25.416 821.14 806.19 14.95 + 25.466 781.52 806.02 -24.50 + 25.516 812.20 805.85 6.35 + 25.566 822.25 805.71 16.54 + 25.616 848.33 805.57 42.76 + 25.666 844.17 805.44 38.73 + 25.716 802.73 805.32 -2.59 + 25.766 744.98 805.21 -60.23 + 25.816 776.41 805.11 -28.70 + 25.866 811.29 805.01 6.28 + 25.915 815.06 804.93 10.13 + 25.965 747.86 804.85 -56.99 + 26.015 768.84 804.78 -35.94 + 26.065 737.53 804.71 -67.18 + 26.115 815.88 804.65 11.23 + 26.165 744.25 804.60 -60.35 + 26.215 723.78 804.55 -80.77 + 26.265 794.45 804.51 -10.06 + 26.315 829.77 804.48 25.29 + 26.378 804.26 804.44 -0.18 + 26.428 766.01 804.42 -38.41 + 26.478 815.55 804.40 11.15 + 26.528 822.52 804.38 18.14 + 26.578 823.32 804.38 18.94 + 26.628 826.59 804.37 22.22 + 26.678 815.38 804.37 11.01 + 26.728 810.41 804.37 6.04 + 26.778 763.55 804.38 -40.83 + 26.828 820.02 804.40 15.62 + 26.878 884.62 804.41 80.21 + 26.928 830.77 804.43 26.34 + 26.978 785.68 804.46 -18.78 + 27.028 793.66 804.49 -10.83 + 27.078 870.84 804.52 66.32 + 27.128 754.98 804.56 -49.58 + 27.178 813.84 804.60 9.24 + 27.228 789.20 804.64 -15.44 + 27.278 802.59 804.69 -2.10 + 27.328 781.87 804.74 -22.87 + 27.377 832.83 804.80 28.03 + 27.427 800.85 804.86 -4.01 + 27.477 806.72 804.93 1.79 + 27.527 810.28 805.00 5.28 + 27.577 762.63 805.07 -42.44 + 27.633 854.06 805.16 48.90 + 27.683 882.05 805.24 76.81 + 27.734 821.65 805.33 16.32 + 27.784 841.46 805.42 36.04 + 27.834 850.63 805.52 45.11 + 27.884 850.49 805.62 44.87 + 27.934 813.44 805.73 7.71 + 27.984 778.79 805.84 -27.05 + 28.034 815.21 805.96 9.25 + 28.084 824.68 806.08 18.60 + 28.134 855.37 806.21 49.16 + 28.184 861.03 806.35 54.68 + 28.234 806.55 806.49 0.05 + 28.284 831.35 806.65 24.70 + 28.334 873.83 806.80 67.03 + 28.383 885.53 806.97 78.56 + 28.433 842.76 807.14 35.62 + 28.483 865.40 807.32 58.08 + 28.533 826.46 807.51 18.95 + 28.583 880.00 807.71 72.29 + 28.633 876.56 807.92 68.64 + 28.683 838.86 808.14 30.72 + 28.733 834.81 808.37 26.44 + 28.783 851.69 808.62 43.07 + 28.833 850.41 808.87 41.54 + 28.866 893.22 809.05 84.17 + 28.916 852.43 809.33 43.10 + 28.966 862.51 809.62 52.89 + 29.016 800.10 809.93 -9.83 + 29.066 920.70 810.25 110.45 + 29.116 865.00 810.60 54.40 + 29.166 894.11 810.96 83.15 + 29.216 878.50 811.34 67.16 + 29.266 869.20 811.75 57.45 + 29.316 860.04 812.18 47.86 + 29.366 828.47 812.64 15.83 + 29.416 851.02 813.12 37.90 + 29.466 869.29 813.64 55.65 + 29.516 787.01 814.18 -27.17 + 29.566 776.69 814.77 -38.08 + 29.616 859.75 815.39 44.36 + 29.666 803.70 816.05 -12.35 + 29.716 820.00 816.76 3.24 + 29.766 858.68 817.52 41.16 + 29.816 854.16 818.34 35.82 + 29.866 829.50 819.22 10.28 + 29.915 817.03 820.16 -3.13 + 29.965 790.15 821.18 -31.03 + 30.016 843.92 822.28 21.64 + 30.065 828.83 823.47 5.36 + 30.099 831.58 824.31 7.27 + 30.149 836.90 825.68 11.22 + 30.199 866.32 827.17 39.15 + 30.249 818.03 828.80 -10.77 + 30.299 935.37 829.30 106.07 + 30.349 943.59 831.26 112.33 + 30.399 920.54 833.43 87.11 + 30.449 920.45 835.82 84.63 + 30.499 961.49 838.48 123.01 + 30.549 976.38 841.46 134.92 + 30.599 1099.49 844.88 254.61 + 30.649 1240.47 848.88 391.59 + 30.699 1248.83 853.73 395.10 + 30.749 1384.53 859.93 524.60 + 30.799 1469.53 868.31 601.22 + 30.849 1591.46 880.27 711.19 + 30.899 1582.98 898.14 684.84 + 30.948 1817.56 925.63 891.93 + 30.999 2031.05 968.38 1062.67 + 31.048 2144.29 1034.34 1109.95 + 31.098 2381.76 1134.57 1247.19 + 31.148 2656.19 1282.70 1373.49 + 31.198 2855.64 1497.55 1358.09 + 31.248 3193.66 1797.39 1396.27 + 31.298 3468.05 2199.77 1268.28 + 31.351 3965.13 2759.80 1205.32 + 31.402 4512.56 3419.60 1092.96 + 31.452 5196.13 4203.58 992.55 + 31.502 5805.09 5093.84 711.25 + 31.552 6753.99 6050.38 703.62 + 31.602 7397.81 7023.26 374.55 + 31.652 7938.59 7947.48 -8.89 + 31.702 8235.84 8745.08 -509.24 + 31.752 8199.73 9342.39 -1142.66 + 31.802 8072.87 9675.81 -1602.94 + 31.852 7971.10 9711.27 -1740.17 + 31.902 7586.59 9439.83 -1853.24 + 31.952 7167.87 8896.74 -1728.87 + 32.002 6622.43 8136.99 -1514.56 + 32.052 6111.23 7236.08 -1124.85 + 32.101 5203.64 6268.88 -1065.24 + 32.151 4630.45 5304.26 -673.81 + 32.201 3909.73 4397.42 -487.69 + 32.251 3211.38 3588.05 -376.68 + 32.301 2914.61 2900.93 13.68 + 32.351 2532.69 2342.18 190.51 + 32.401 2106.10 1907.18 198.92 + 32.451 1721.90 1578.35 143.55 + 32.501 1428.02 1340.45 87.57 + 32.551 1153.99 1174.51 -20.52 + 32.596 1076.42 1070.55 5.87 + 32.646 961.07 992.57 -31.50 + 32.696 994.01 941.94 52.07 + 32.747 916.21 909.34 6.87 + 32.797 894.36 888.35 6.01 + 32.847 881.26 874.49 6.77 + 32.897 894.30 864.98 29.32 + 32.947 898.73 858.11 40.62 + 32.997 883.85 852.86 30.99 + 33.047 852.51 848.63 3.88 + 33.097 865.73 845.06 20.67 + 33.147 876.08 841.96 34.12 + 33.196 877.08 839.24 37.84 + 33.246 794.10 836.80 -42.70 + 33.296 780.10 834.60 -54.50 + 33.346 840.15 832.62 7.53 + 33.396 905.27 830.82 74.45 + 33.446 862.05 829.17 32.88 + 33.496 820.71 827.67 -6.96 + 33.546 854.19 826.30 27.89 + 33.596 826.64 825.04 1.60 + 33.646 857.99 823.88 34.11 + 33.696 850.63 822.81 27.82 + 33.746 855.37 821.83 33.54 + 33.796 911.62 820.92 90.70 + 33.837 747.38 820.22 -72.84 + 33.888 822.55 819.43 3.12 + 33.938 852.22 818.70 33.52 + 33.988 840.02 818.03 21.99 + 34.038 826.28 817.40 8.88 + 34.088 881.55 816.81 64.74 + 34.138 865.87 816.27 49.60 + 34.188 882.16 815.77 66.39 + 34.238 837.56 815.29 22.27 + 34.288 920.12 814.86 105.26 + 34.338 872.50 814.45 58.05 + 34.388 869.41 814.07 55.34 + 34.438 865.79 813.72 52.07 + 34.488 898.99 813.39 85.60 + 34.538 876.77 813.08 63.69 + 34.587 905.50 812.80 92.70 + 34.637 868.80 812.53 56.27 + 34.687 863.85 812.29 51.56 + 34.737 879.81 812.06 67.75 + 34.787 843.08 811.85 31.23 + 34.837 883.56 811.66 71.90 + 34.887 805.19 811.48 -6.29 + 34.937 864.76 811.32 53.44 + 34.987 874.90 811.17 63.73 + 35.037 897.34 811.04 86.30 + 35.106 824.08 810.87 13.21 + 35.156 901.39 810.77 90.62 + 35.206 834.95 810.68 24.27 + 35.256 862.03 810.60 51.43 + 35.306 839.90 810.53 29.37 + 35.356 871.74 810.48 61.26 + 35.406 832.28 810.44 21.84 + 35.456 835.16 810.40 24.76 + 35.506 868.73 810.38 58.35 + 35.556 878.90 810.37 68.53 + 35.606 865.17 810.38 54.79 + 35.656 824.19 810.39 13.80 + 35.706 846.02 810.41 35.61 + 35.756 796.98 810.45 -13.47 + 35.806 837.07 810.50 26.57 + 35.856 847.75 810.56 37.19 + 35.906 821.63 810.63 11.00 + 35.956 882.78 810.72 72.06 + 36.006 873.81 810.82 62.99 + 36.056 767.55 810.93 -43.38 + 36.106 811.97 811.05 0.92 + 36.156 787.11 811.19 -24.08 + 36.206 800.50 811.34 -10.84 + 36.256 840.36 811.51 28.85 + 36.306 839.98 811.70 28.28 + 36.380 791.13 812.01 -20.88 + 36.430 813.81 812.24 1.57 + 36.480 804.32 812.48 -8.16 + 36.530 788.24 812.75 -24.51 + 36.580 769.64 813.05 -43.41 + 36.630 792.00 813.36 -21.36 + 36.680 788.50 813.70 -25.20 + 36.730 814.64 814.06 0.58 + 36.780 793.39 814.46 -21.07 + 36.830 791.91 814.88 -22.97 + 36.880 786.19 815.34 -29.15 + 36.930 785.47 815.83 -30.36 + 36.980 788.48 816.35 -27.87 + 37.030 815.03 816.92 -1.89 + 37.080 809.03 817.54 -8.51 + 37.130 788.46 818.20 -29.74 + 37.180 781.51 818.91 -37.40 + 37.230 743.38 819.68 -76.30 + 37.280 759.65 820.51 -60.86 + 37.330 787.78 821.41 -33.63 + 37.380 766.58 822.38 -55.80 + 37.429 761.38 823.43 -62.05 + 37.479 806.38 824.58 -18.20 + 37.529 792.38 825.83 -33.45 + 37.579 784.63 827.19 -42.56 + 37.620 836.80 828.39 8.41 + 37.670 812.46 829.99 -17.53 + 37.720 827.10 831.74 -4.64 + 37.770 812.79 833.67 -20.88 + 37.820 801.33 835.79 -34.46 + 37.870 856.54 838.12 18.42 + 37.920 855.53 840.72 14.81 + 37.970 893.57 843.60 49.97 + 38.020 849.37 846.84 2.53 + 38.070 896.07 850.50 45.57 + 38.120 959.79 854.75 105.04 + 38.170 922.03 859.80 62.23 + 38.220 1028.27 866.05 162.22 + 38.270 1048.48 874.25 174.23 + 38.320 1110.23 885.66 224.57 + 38.370 1302.04 902.41 399.63 + 38.420 1382.69 928.02 454.67 + 38.470 1524.59 969.26 555.33 + 38.520 1656.36 1032.10 624.26 + 38.570 1802.55 1129.27 673.28 + 38.620 2165.26 1276.49 888.77 + 38.670 2524.36 1492.42 1031.94 + 38.720 2820.94 1802.01 1018.93 + 38.770 3181.41 2227.46 953.95 + 38.820 3658.34 2787.56 870.78 + 38.871 4321.95 3514.58 807.37 + 38.921 5222.28 4379.95 842.33 + 38.971 5963.87 5377.28 586.59 + 39.021 7300.81 6468.83 831.98 + 39.071 8251.76 7589.58 662.18 + 39.121 9018.56 8664.55 354.01 + 39.171 9364.04 9604.99 -240.95 + 39.221 9519.86 10316.05 -796.19 + 39.271 9400.29 10719.91 -1319.62 + 39.321 9325.90 10768.00 -1442.10 + 39.371 8781.71 10454.83 -1673.12 + 39.421 8341.71 9817.18 -1475.47 + 39.471 7732.26 8931.76 -1199.50 + 39.521 6934.04 7882.73 -948.69 + 39.571 5966.28 6764.64 -798.36 + 39.621 5193.82 5661.48 -467.66 + 39.671 4326.42 4637.27 -310.85 + 39.721 3574.29 3735.58 -161.29 + 39.771 3004.24 2979.58 24.66 + 39.821 2518.22 2375.62 142.60 + 39.871 2194.51 1912.92 281.59 + 39.920 1717.01 1573.21 143.80 + 39.971 1434.17 1330.71 103.46 + 40.021 1217.46 1164.71 52.75 + 40.070 1069.68 1054.73 14.95 + 40.122 949.62 981.00 -31.38 + 40.172 986.30 935.89 50.41 + 40.223 924.17 907.11 17.06 + 40.273 849.43 888.42 -38.99 + 40.323 888.04 875.88 12.16 + 40.373 863.03 866.98 -3.95 + 40.423 805.28 860.27 -54.99 + 40.473 847.26 854.91 -7.65 + 40.523 863.48 850.45 13.03 + 40.573 837.40 846.62 -9.22 + 40.623 835.30 843.24 -7.94 + 40.673 802.48 840.22 -37.74 + 40.723 885.68 837.52 48.16 + 40.773 838.05 835.08 2.97 + 40.823 842.80 832.87 9.93 + 40.872 841.48 830.86 10.62 + 40.922 830.46 829.03 1.43 + 40.972 876.30 827.36 48.94 + 41.022 834.95 825.82 9.13 + 41.072 822.86 824.42 -1.56 + 41.122 831.99 823.12 8.87 + 41.172 852.59 821.94 30.65 + 41.222 845.37 820.84 24.53 + 41.272 829.98 819.82 10.16 + 41.322 823.94 818.88 5.06 + 41.364 784.96 818.15 -33.19 + 41.414 805.88 817.33 -11.45 + 41.464 741.75 816.58 -74.83 + 41.515 801.24 815.88 -14.64 + 41.565 793.87 815.23 -21.36 + 41.615 758.94 814.63 -55.69 + 41.665 817.35 814.07 3.28 + 41.715 813.99 813.55 0.44 + 41.765 776.12 813.07 -36.95 + 41.815 754.79 812.62 -57.83 + 41.865 767.77 812.21 -44.44 + 41.915 812.24 811.83 0.41 + 41.964 796.99 811.48 -14.49 + 42.014 807.86 811.15 -3.29 + 42.064 800.20 810.85 -10.65 + 42.114 768.37 810.58 -42.21 + 42.164 807.19 810.33 -3.14 + 42.214 818.78 810.11 8.67 + 42.264 840.37 809.90 30.47 + 42.314 840.37 809.72 30.65 + 42.364 837.18 809.56 27.62 + 42.414 814.53 809.42 5.11 + 42.464 867.15 809.30 57.85 + 42.514 828.37 809.19 19.18 + 42.564 820.37 809.11 11.26 + 42.614 857.66 809.05 48.61 + 42.664 839.06 809.01 30.05 + 42.714 845.49 808.99 36.50 + 42.764 821.91 808.98 12.93 + 42.814 833.05 809.00 24.05 + 42.864 893.38 809.04 84.34 + 42.914 834.06 809.10 24.96 + 42.964 828.96 809.18 19.78 + 43.014 795.30 809.28 -13.98 + 43.064 772.15 809.41 -37.26 + 43.114 772.04 809.56 -37.52 + 43.164 760.94 809.73 -48.79 + 43.214 766.19 809.93 -43.74 + 43.264 792.85 810.16 -17.31 + 43.314 760.18 810.42 -50.24 + 43.364 741.39 810.71 -69.32 + 43.414 830.06 811.03 19.03 + 43.464 741.61 811.39 -69.78 + 43.514 750.00 811.79 -61.79 + 43.564 773.80 812.22 -38.42 + 43.614 827.71 812.70 15.01 + 43.664 820.78 813.23 7.55 + 43.714 809.97 813.81 -3.84 + 43.764 780.23 814.45 -34.22 + 43.814 795.34 815.15 -19.81 + 43.865 780.87 815.93 -35.06 + 43.915 827.44 816.78 10.66 + 43.965 803.47 817.71 -14.24 + 44.015 822.15 818.73 3.42 + 44.065 865.78 819.85 45.93 + 44.115 840.77 821.08 19.69 + 44.165 771.46 822.44 -50.98 + 44.215 871.83 823.95 47.88 + 44.265 828.07 825.61 2.46 + 44.315 880.75 827.45 53.30 + 44.365 878.04 829.51 48.53 + 44.415 880.84 831.81 49.03 + 44.465 810.56 835.08 -24.52 + 44.515 808.49 838.01 -29.52 + 44.565 880.58 841.38 39.20 + 44.615 841.65 845.34 -3.69 + 44.665 907.00 850.18 56.82 + 44.715 950.12 856.41 93.71 + 44.765 919.75 864.93 54.82 + 44.815 986.84 877.28 109.56 + 44.865 1113.67 896.08 217.59 + 44.915 1132.01 925.41 206.60 + 44.965 1237.26 972.05 265.21 + 45.015 1339.99 1045.26 294.73 + 45.065 1587.68 1157.47 430.21 + 45.109 1811.46 1304.09 507.37 + 45.159 1979.79 1538.49 441.30 + 45.209 2355.45 1865.97 489.48 + 45.260 2781.64 2305.73 475.91 + 45.309 3279.83 2868.77 411.06 + 45.359 3884.98 3558.63 326.35 + 45.410 4479.67 4364.32 115.35 + 45.460 5330.87 5253.08 77.79 + 45.510 6337.10 6174.76 162.34 + 45.559 6988.94 7059.29 -70.35 + 45.609 7320.04 7834.57 -514.53 + 45.660 7422.39 8418.89 -996.50 + 45.709 7447.94 8741.66 -1293.72 + 45.759 7148.43 8764.18 -1615.75 + 45.809 6889.78 8482.67 -1592.89 + 45.859 6529.15 7934.07 -1404.92 + 45.909 5983.71 7183.52 -1199.81 + 45.959 5578.86 6308.84 -729.98 + 46.009 4638.55 5387.44 -748.89 + 46.059 3945.67 4491.36 -545.69 + 46.109 3173.10 3672.60 -499.50 + 46.159 2703.07 2966.59 -263.52 + 46.209 2308.14 2382.34 -74.20 + 46.259 1960.57 1924.38 36.19 + 46.309 1737.74 1581.75 155.99 + 46.360 1385.99 1331.14 54.85 + 46.410 1236.76 1160.43 76.33 + 46.460 966.71 1046.24 -79.53 + 46.510 914.85 971.91 -57.06 + 46.560 874.10 924.64 -50.54 + 46.610 813.05 894.69 -81.64 + 46.660 865.24 875.51 -10.27 + 46.710 890.69 862.90 27.79 + 46.760 856.12 854.20 1.92 + 46.810 844.88 846.39 -1.51 + 46.860 789.08 841.41 -52.33 + 46.910 794.14 837.32 -43.18 + 46.960 801.61 833.84 -32.23 + 47.010 773.50 830.80 -57.30 + 47.060 808.56 828.11 -19.55 + 47.110 775.45 825.70 -50.25 + 47.160 732.94 823.53 -90.59 + 47.210 790.62 821.57 -30.95 + 47.260 756.81 819.79 -62.98 + 47.310 779.67 818.17 -38.50 + 47.360 775.06 816.69 -41.63 + 47.409 759.57 815.35 -55.78 + 47.459 761.03 814.11 -53.08 + 47.510 771.35 812.97 -41.62 + 47.559 749.75 811.92 -62.17 + 47.627 748.91 810.64 -61.73 + 47.677 761.81 809.77 -47.96 + 47.727 721.85 808.97 -87.12 + 47.778 770.74 808.23 -37.49 + 47.827 747.65 807.55 -59.90 + 47.877 770.34 806.91 -36.57 + 47.927 747.01 806.33 -59.32 + 47.978 692.62 805.78 -113.16 + 48.028 753.30 805.27 -51.97 + 48.077 700.61 804.81 -104.20 + 48.127 772.84 804.37 -31.53 + 48.178 793.77 803.97 -10.20 + 48.227 732.49 803.60 -71.11 + 48.277 742.86 803.25 -60.39 + 48.327 815.36 802.94 12.42 + 48.377 746.33 802.64 -56.31 + 48.427 775.31 802.38 -27.07 + 48.477 786.72 802.13 -15.41 + 48.527 755.54 801.91 -46.37 + 48.577 767.04 801.71 -34.67 + 48.627 781.99 801.53 -19.54 + 48.677 747.65 801.37 -53.72 + 48.727 699.86 801.23 -101.37 + 48.777 775.59 801.11 -25.52 + 48.827 763.70 801.01 -37.31 + 48.871 795.73 800.94 -5.21 + 48.921 785.32 800.88 -15.56 + 48.971 752.33 800.83 -48.50 + 49.021 768.46 800.81 -32.35 + 49.071 775.57 800.81 -25.24 + 49.121 766.03 800.83 -34.80 + 49.171 723.46 800.87 -77.41 + 49.221 787.23 800.94 -13.71 + 49.271 758.56 801.02 -42.46 + 49.321 788.80 801.14 -12.34 + 49.371 823.34 801.28 22.06 + 49.421 859.12 801.44 57.68 + 49.471 774.26 801.64 -27.38 + 49.521 791.38 801.87 -10.49 + 49.571 817.91 802.13 15.78 + 49.621 856.06 802.43 53.63 + 49.671 806.48 802.77 3.71 + 49.720 808.28 803.16 5.12 + 49.771 792.14 803.59 -11.45 + 49.820 800.49 804.07 -3.58 + 49.870 832.55 804.62 27.93 + 49.920 814.22 805.22 9.00 + 49.970 767.77 806.70 -38.93 + 50.020 792.59 807.47 -14.88 + 50.070 819.67 808.34 11.33 + 50.101 812.84 808.91 3.93 + 50.151 793.47 809.95 -16.48 + 50.201 763.66 811.12 -47.46 + 50.251 763.39 812.43 -49.04 + 50.301 809.00 813.92 -4.92 + 50.351 799.64 815.62 -15.98 + 50.401 824.57 817.59 6.98 + 50.451 832.36 819.94 12.42 + 50.501 792.17 822.86 -30.69 + 50.551 830.32 826.65 3.67 + 50.601 885.21 831.96 53.25 + 50.651 853.53 839.83 13.70 + 50.701 903.71 851.97 51.74 + 50.751 886.82 871.29 15.53 + 50.801 992.45 902.04 90.41 + 50.851 1108.20 950.37 157.83 + 50.901 1173.66 1024.57 149.09 + 50.951 1332.56 1135.01 197.55 + 51.001 1431.78 1293.56 138.22 + 51.051 1682.19 1511.39 170.80 + 51.101 1961.84 1797.71 164.13 + 51.150 2234.81 2155.47 79.34 + 51.200 2696.52 2584.53 111.99 + 51.250 3249.35 3068.46 180.89 + 51.300 3732.23 3579.46 152.77 + 51.366 4412.86 4236.99 175.87 + 51.417 4662.94 4663.38 -0.44 + 51.467 4565.86 4975.08 -409.22 + 51.517 4769.53 5133.38 -363.85 + 51.567 4540.72 5116.65 -575.92 + 51.617 4487.99 4927.81 -439.82 + 51.667 4192.79 4591.63 -398.84 + 51.717 3766.40 4149.72 -383.32 + 51.767 3434.04 3649.11 -215.07 + 51.817 3031.91 3137.07 -105.16 + 51.867 2652.44 2647.77 4.67 + 51.917 2224.45 2209.91 14.54 + 51.967 1877.49 1841.36 36.13 + 52.017 1634.73 1544.68 90.05 + 52.067 1399.83 1318.05 81.78 + 52.116 1284.02 1152.28 131.74 + 52.166 1150.78 1035.97 114.81 + 52.216 943.35 957.31 -13.96 + 52.266 942.02 905.76 36.26 + 52.316 875.47 872.94 2.53 + 52.366 881.41 852.27 29.14 + 52.416 817.30 839.27 -21.97 + 52.466 841.41 830.82 10.59 + 52.516 769.93 825.12 -55.19 + 52.566 774.60 821.05 -46.45 + 52.637 787.23 816.82 -29.59 + 52.687 838.93 814.47 24.46 + 52.737 797.96 812.47 -14.51 + 52.787 753.78 810.72 -56.94 + 52.837 818.87 809.18 9.69 + 52.887 783.48 807.80 -24.32 + 52.937 803.32 806.56 -3.24 + 52.987 747.48 805.44 -57.96 + 53.037 770.27 803.22 -32.95 + 53.087 744.51 802.33 -57.82 + 53.137 781.41 801.51 -20.10 + 53.187 786.01 800.77 -14.76 + 53.237 816.06 800.10 15.96 + 53.287 778.59 799.49 -20.90 + 53.337 787.07 798.93 -11.86 + 53.387 760.06 798.42 -38.36 + 53.437 810.48 797.96 12.52 + 53.487 805.09 797.54 7.55 + 53.537 771.59 797.15 -25.56 + 53.587 803.35 796.80 6.55 + 53.637 757.63 796.49 -38.86 + 53.687 775.96 796.20 -20.24 + 53.737 747.76 795.94 -48.18 + 53.787 778.96 795.71 -16.75 + 53.837 745.62 795.50 -49.88 + 53.870 738.16 795.38 -57.22 + 53.920 792.69 795.21 -2.52 + 53.970 723.05 795.07 -72.02 + 54.020 776.19 794.95 -18.76 + 54.070 816.69 794.85 21.84 + 54.120 769.75 794.77 -25.02 + 54.170 720.62 794.71 -74.09 + 54.220 741.07 794.67 -53.60 + 54.270 780.60 794.65 -14.05 + 54.320 768.63 794.66 -26.03 + 54.370 763.70 794.68 -30.98 + 54.420 800.42 794.72 5.70 + 54.470 749.00 794.79 -45.79 + 54.520 736.92 794.88 -57.96 + 54.570 795.87 794.99 0.88 + 54.620 791.79 795.13 -3.34 + 54.670 736.85 795.29 -58.44 + 54.720 760.71 795.48 -34.77 + 54.770 807.81 795.70 12.11 + 54.820 788.52 795.95 -7.43 + 54.870 797.29 796.23 1.06 + 54.920 726.98 796.55 -69.57 + 54.970 816.80 796.90 19.90 + 55.020 795.35 797.30 -1.95 + 55.070 784.99 797.75 -12.76 + 55.102 739.58 798.06 -58.48 + 55.152 806.62 798.59 8.03 + 55.202 819.24 799.18 20.06 + 55.252 804.75 799.83 4.92 + 55.302 802.08 800.56 1.52 + 55.352 802.58 801.36 1.22 + 55.402 827.59 802.26 25.33 + 55.452 875.83 803.26 72.57 + 55.503 832.90 804.38 28.52 + 55.552 843.84 805.62 38.22 + 55.602 914.83 807.02 107.81 + 55.652 885.46 808.59 76.87 + 55.702 911.14 810.37 100.77 + 55.752 887.44 812.41 75.03 + 55.802 928.19 814.78 113.41 + 55.852 892.87 817.61 75.26 + 55.902 913.07 821.14 91.93 + 55.952 920.38 825.81 94.57 + 56.002 912.45 832.40 80.05 + 56.052 956.88 842.28 114.60 + 56.102 978.58 857.76 120.82 + 56.152 1001.44 882.44 119.00 + 56.202 1042.51 922.20 120.31 + 56.252 1154.21 984.89 169.32 + 56.302 1201.70 1080.72 120.98 + 56.358 1344.41 1245.38 99.03 + 56.408 1445.84 1456.69 -10.85 + 56.459 1758.95 1742.26 16.69 + 56.509 2118.13 2110.30 7.83 + 56.559 2532.54 2559.00 -26.46 + 56.609 3056.48 3077.43 -20.95 + 56.659 3708.96 3641.41 67.55 + 56.709 4176.55 4210.75 -34.20 + 56.759 4824.02 4735.95 88.07 + 56.809 5019.69 5160.36 -140.67 + 56.859 5128.87 5434.80 -305.93 + 56.909 4974.40 5519.75 -545.35 + 56.959 4834.54 5402.93 -568.39 + 57.009 4702.00 5101.20 -399.20 + 57.059 4410.76 4656.23 -245.47 + 57.108 4138.62 4121.36 17.26 + 57.158 3625.59 3551.05 74.54 + 57.208 3150.03 2992.86 157.17 + 57.258 2559.87 2483.02 76.85 + 57.308 2164.51 2046.42 118.09 + 57.358 1947.96 1692.29 255.67 + 57.408 1599.89 1420.04 179.85 + 57.458 1355.84 1218.61 137.23 + 57.508 1243.81 1077.12 166.69 + 57.558 1109.59 981.88 127.71 + 57.620 960.41 908.76 51.65 + 57.670 848.29 873.22 -24.93 + 57.720 804.74 851.06 -46.32 + 57.770 829.36 837.14 -7.78 + 57.820 778.30 828.16 -49.86 + 57.870 800.47 822.04 -21.57 + 57.920 811.95 817.58 -5.63 + 57.970 766.12 814.12 -48.00 + 58.020 790.27 811.29 -21.02 + 58.070 780.77 808.88 -28.11 + 58.120 803.80 806.78 -2.98 + 58.170 776.21 804.91 -28.70 + 58.220 789.67 803.25 -13.58 + 58.270 796.25 801.75 -5.50 + 58.320 825.38 800.40 24.98 + 58.370 826.00 799.17 26.83 + 58.420 796.58 798.05 -1.47 + 58.470 834.90 797.03 37.87 + 58.520 792.80 796.09 -3.29 + 58.570 853.05 795.24 57.81 + 58.620 825.43 794.44 30.99 + 58.669 817.44 793.03 24.41 + 58.719 796.94 792.36 4.58 + 58.769 826.60 791.74 34.86 + 58.819 819.99 791.16 28.83 + 58.868 783.30 790.64 -7.34 + 58.918 778.00 790.14 -12.14 + 58.968 800.03 789.67 10.36 + 59.019 843.62 789.23 54.39 + 59.068 807.42 788.82 18.60 + 59.118 826.64 788.44 38.20 + 59.168 780.54 788.07 -7.53 + 59.219 816.58 787.73 28.85 + 59.269 816.53 787.41 29.12 + 59.318 785.69 787.10 -1.41 + 59.368 745.53 786.81 -41.28 + 59.419 839.16 786.54 52.62 + 59.468 799.25 786.28 12.97 + 59.518 766.50 786.03 -19.53 + 59.568 810.54 785.79 24.75 + 59.618 825.29 785.57 39.72 + 59.668 788.88 785.36 3.52 + 59.718 764.95 785.15 -20.20 + 59.768 796.12 784.96 11.16 + 59.818 759.69 784.77 -25.08 + 59.868 797.75 784.59 13.16 + 59.918 788.29 784.42 3.87 + 59.968 771.60 784.25 -12.65 + 60.018 786.11 784.09 2.02 + 60.068 808.26 783.94 24.32 + 60.108 764.39 783.82 -19.43 + 60.158 793.86 783.68 10.18 + 60.208 763.63 783.54 -19.91 + 60.258 786.43 783.41 3.02 + 60.308 793.48 783.28 10.20 + 60.358 825.06 783.15 41.91 + 60.408 754.90 783.03 -28.13 + 60.458 762.07 782.92 -20.85 + 60.508 835.44 782.80 52.64 + 60.558 757.59 782.70 -25.11 + 60.608 784.95 782.59 2.36 + 60.658 763.73 782.49 -18.76 + 60.708 774.94 782.39 -7.45 + 60.758 725.34 782.29 -56.95 + 60.808 801.51 782.20 19.31 + 60.858 806.37 782.10 24.27 + 60.908 787.34 782.02 5.32 + 60.958 792.63 781.93 10.70 + 61.008 789.53 781.84 7.69 + 61.058 810.65 781.76 28.89 + 61.108 746.45 781.68 -35.23 + 61.158 818.62 781.60 37.02 + 61.208 771.24 781.53 -10.29 + 61.258 709.34 781.45 -72.11 + 61.308 797.43 781.38 16.05 + 61.348 806.75 781.32 25.43 + 61.398 817.22 781.25 35.97 + 61.448 783.84 781.18 2.66 + 61.498 784.70 781.12 3.58 + 61.548 794.21 781.05 13.16 + 61.598 842.77 780.98 61.79 + 61.648 815.92 780.92 35.00 + 61.698 764.97 780.86 -15.89 + 61.748 822.97 780.80 42.17 + 61.798 825.30 780.74 44.56 + 61.848 792.09 780.68 11.41 + 61.898 790.55 780.62 9.93 + 61.948 792.20 780.57 11.63 + 61.998 828.43 780.51 47.92 + 62.048 858.71 780.46 78.25 + 62.098 784.25 780.41 3.84 + 62.148 792.06 780.35 11.71 + 62.198 817.62 780.30 37.32 + 62.248 837.03 780.25 56.78 + 62.298 793.74 780.20 13.54 + 62.348 805.34 780.15 25.19 + 62.397 772.78 780.11 -7.33 + 62.447 815.95 780.06 35.89 + 62.497 841.81 780.01 61.80 + 62.547 740.94 779.97 -39.03 + 62.590 746.96 779.93 -32.97 + 62.640 775.62 779.88 -4.26 + 62.690 804.49 779.84 24.65 + 62.740 791.61 779.80 11.81 + 62.790 830.47 779.75 50.72 + 62.840 810.84 779.71 31.13 + 62.890 856.73 779.67 77.06 + 62.940 835.18 779.63 55.55 + 62.990 941.39 779.59 161.80 + 63.040 831.05 779.55 51.50 + 63.090 848.88 779.51 69.37 + 63.140 865.09 779.47 85.62 + 63.190 854.96 779.44 75.52 + 63.240 922.42 779.40 143.02 + 63.290 945.29 779.36 165.93 + 63.340 906.78 779.33 127.45 + 63.390 952.51 779.29 173.22 + 63.439 890.84 779.26 111.58 + 63.490 916.44 779.22 137.22 + 63.540 898.15 779.19 118.96 + 63.589 947.28 779.15 168.13 + 63.639 969.83 779.12 190.71 + 63.689 844.87 779.09 65.78 + 63.739 857.34 779.05 78.29 + 63.789 854.62 779.02 75.60 + 63.829 880.21 779.00 101.21 + 63.879 869.22 778.18 91.04 + 63.929 834.08 778.16 55.92 63.980 801.10 778.14 22.96 64.030 834.29 778.12 56.17 64.079 789.85 778.10 11.75 @@ -1219,1535 +1219,1535 @@ BEGIN 64.879 765.19 777.82 -12.63 64.929 795.12 777.80 17.32 64.979 771.85 777.78 -5.93 - 65.029 790.89 777.77 13.12 - 65.075 721.02 777.75 -56.73 - 65.125 746.90 777.74 -30.84 - 65.175 721.34 785.90 -64.56 - 65.225 725.79 786.01 -60.22 - 65.275 733.24 786.13 -52.89 - 65.325 742.61 786.25 -43.64 - 65.375 721.82 786.37 -64.55 - 65.425 694.95 786.50 -91.55 - 65.475 742.72 786.63 -43.91 - 65.525 697.70 786.77 -89.07 - 65.575 741.19 786.91 -45.72 - 65.625 701.89 787.05 -85.16 - 65.675 719.07 787.20 -68.13 - 65.725 750.46 787.35 -36.89 - 65.775 727.33 787.50 -60.17 - 65.825 728.95 787.66 -58.71 - 65.875 743.66 787.83 -44.17 - 65.925 720.34 788.00 -67.66 - 65.975 732.80 788.18 -55.38 - 66.025 682.33 788.36 -106.03 - 66.075 732.62 788.54 -55.92 - 66.124 720.37 788.73 -68.36 - 66.174 758.56 788.93 -30.37 - 66.225 695.81 789.14 -93.33 - 66.274 727.00 789.35 -62.35 - 66.333 708.31 789.60 -81.29 - 66.383 732.00 789.83 -57.83 - 66.433 733.69 790.07 -56.38 - 66.483 707.17 790.32 -83.15 - 66.533 690.28 790.57 -100.29 - 66.583 734.96 790.84 -55.88 - 66.633 727.27 791.11 -63.84 - 66.683 789.15 791.40 -2.25 - 66.733 777.79 791.69 -13.90 - 66.783 725.26 792.00 -66.74 - 66.833 739.15 792.30 -53.15 - 66.883 786.65 792.62 -5.97 - 66.933 753.07 792.94 -39.87 - 66.983 803.11 793.26 9.85 - 67.033 769.09 793.59 -24.50 - 67.083 875.68 793.93 81.75 - 67.133 866.00 794.29 71.71 - 67.183 839.11 794.65 44.46 - 67.233 836.07 795.03 41.04 - 67.283 857.46 795.43 62.03 - 67.332 805.05 795.84 9.21 - 67.382 861.19 796.27 64.92 - 67.432 838.72 796.72 42.00 - 67.482 812.35 797.19 15.16 - 67.532 842.30 797.67 44.63 - 67.596 783.91 798.32 -14.41 - 67.646 798.64 798.85 -0.21 - 67.696 728.10 799.41 -71.31 - 67.746 812.57 799.99 12.58 - 67.796 775.35 800.59 -25.24 - 67.846 743.37 801.21 -57.84 - 67.896 749.81 801.86 -52.05 - 67.946 760.80 802.54 -41.74 - 67.996 762.27 803.25 -40.98 - 68.046 779.14 803.99 -24.85 - 68.096 760.17 804.76 -44.59 - 68.146 738.94 805.56 -66.62 - 68.196 760.96 806.40 -45.44 - 68.246 740.14 807.28 -67.14 - 68.296 751.86 808.20 -56.34 - 68.346 728.76 809.16 -80.40 - 68.396 751.31 810.17 -58.86 - 68.446 734.97 811.22 -76.25 - 68.496 757.54 812.33 -54.79 - 68.546 656.79 813.49 -156.70 - 68.596 745.87 814.72 -68.85 - 68.646 712.16 816.00 -103.84 - 68.696 719.31 817.35 -98.04 - 68.746 696.69 818.78 -122.09 - 68.796 716.26 820.28 -104.02 - 68.864 706.54 822.46 -115.92 - 68.914 657.12 824.18 -167.06 - 68.964 663.65 825.99 -162.34 - 69.014 700.06 827.90 -127.84 - 69.064 689.83 829.93 -140.10 - 69.114 702.32 832.08 -129.76 - 69.164 669.19 834.37 -165.18 - 69.214 736.30 836.80 -100.50 - 69.264 678.20 839.39 -161.19 - 69.314 723.64 842.14 -118.50 - 69.364 699.26 845.09 -145.83 - 69.414 688.41 848.24 -159.83 - 69.464 719.73 851.60 -131.87 - 69.514 684.76 855.22 -170.46 - 69.564 731.70 859.10 -127.40 - 69.614 686.33 863.27 -176.94 - 69.664 707.11 867.77 -160.66 - 69.714 754.37 872.63 -118.26 - 69.764 718.72 877.89 -159.17 - 69.814 679.29 883.60 -204.31 - 69.864 737.43 894.52 -157.09 - 69.914 724.59 901.31 -176.72 - 69.964 768.50 908.77 -140.27 - 70.014 749.69 916.92 -167.23 - 70.064 799.88 925.83 -125.95 - 70.098 829.93 932.42 -102.49 - 70.148 876.42 942.94 -66.52 - 70.198 923.18 954.56 -31.38 - 70.248 929.07 967.47 -38.40 - 70.298 1054.31 981.80 72.51 - 70.348 1002.28 997.82 4.46 - 70.398 1083.98 1015.86 68.12 - 70.448 1126.36 1036.28 90.08 - 70.498 1204.98 1059.64 145.34 - 70.548 1324.40 1086.72 237.68 - 70.598 1360.23 1119.27 240.96 - 70.648 1383.80 1160.19 223.61 - 70.698 1488.79 1214.68 274.11 - 70.748 1592.70 1293.31 299.39 - 70.798 1702.79 1414.12 288.67 - 70.848 1949.79 1608.41 341.38 - 70.898 2243.65 1926.22 317.43 - 70.948 2740.57 2443.27 297.30 - 70.998 3667.86 3265.64 402.22 - 71.048 5263.62 4522.45 741.17 - 71.098 7505.31 6361.96 1143.35 - 71.147 11055.61 8912.41 2143.20 - 71.198 15992.14 12296.38 3695.76 - 71.248 22022.12 16501.23 5520.89 - 71.298 28024.80 21384.89 6639.91 - 71.329 36872.91 24657.95 12214.96 - 71.379 39952.81 30010.46 9942.35 - 71.429 41577.52 34989.88 6587.64 - 71.479 41902.50 38998.99 2903.51 - 71.529 41165.40 41448.93 -283.54 - 71.579 39283.06 41950.84 -2667.78 - 71.629 36679.31 40410.61 -3731.30 - 71.679 32950.61 37092.71 -4142.10 - 71.729 27842.39 32511.69 -4669.30 - 71.779 22507.98 27292.84 -4784.86 - 71.829 17174.21 21968.89 -4794.68 - 71.879 13095.88 17006.35 -3910.47 - 71.929 10457.45 12731.20 -2273.75 - 71.979 8173.77 9258.07 -1084.30 - 72.029 6213.11 6610.30 -397.19 - 72.079 4586.38 4698.57 -112.19 - 72.129 3307.41 3385.98 -78.57 - 72.179 2402.87 2523.78 -120.91 - 72.229 1908.02 1977.90 -69.88 - 72.279 1556.97 1642.42 -85.45 - 72.328 1440.95 1437.83 3.12 - 72.378 1325.94 1311.58 14.36 - 72.428 1214.78 1229.67 -14.89 - 72.478 1113.21 1173.45 -60.24 - 72.528 1069.29 1132.01 -62.72 - 72.595 990.58 1089.89 -99.31 - 72.645 1094.59 1064.16 30.43 - 72.695 1055.83 1042.06 13.77 - 72.745 1021.65 1022.77 -1.12 - 72.795 1032.97 1005.84 27.13 - 72.845 1007.52 990.83 16.69 - 72.895 971.05 977.46 -6.41 - 72.945 993.22 965.54 27.68 - 72.995 933.15 954.87 -21.72 - 73.045 1001.77 945.35 56.42 - 73.095 1069.04 936.77 132.28 - 73.145 993.36 929.04 64.32 - 73.195 1015.31 922.11 93.20 - 73.245 1002.35 915.85 86.50 - 73.295 1113.44 910.23 203.21 - 73.345 1071.66 905.16 166.50 - 73.395 1036.56 900.61 135.95 - 73.445 1046.49 896.53 149.96 - 73.495 1101.79 892.86 208.93 - 73.545 1059.58 889.61 169.97 - 73.594 1074.55 886.72 187.83 - 73.644 1049.00 884.19 164.81 - 73.694 1074.97 881.96 193.01 - 73.744 1045.61 880.06 165.55 - 73.794 1031.06 878.45 152.61 - 73.834 955.15 877.38 77.77 - 73.884 1028.88 876.28 152.60 - 73.934 915.07 875.45 39.62 - 73.984 929.83 874.90 54.93 - 74.034 1000.62 874.62 126.00 - 74.084 906.69 874.62 32.07 - 74.134 924.87 874.89 49.98 - 74.184 921.37 875.45 45.92 - 74.235 891.16 876.30 14.86 - 74.284 932.35 877.46 54.89 - 74.334 926.95 878.94 48.01 - 74.384 897.34 880.77 16.57 - 74.434 877.97 882.96 -4.99 - 74.484 915.51 885.74 29.77 - 74.534 961.66 888.78 72.88 - 74.584 978.46 892.28 86.18 - 74.634 970.96 896.31 74.65 - 74.684 1011.54 900.93 110.61 - 74.734 989.63 906.22 83.41 - 74.784 1022.37 912.25 110.12 - 74.834 1043.94 919.11 124.83 - 74.884 1031.79 926.91 104.88 - 74.934 1085.87 935.88 149.99 - 74.984 1078.10 946.16 131.94 - 75.034 1153.48 957.98 195.50 - 75.070 1142.44 967.82 174.62 - 75.120 1240.07 983.48 256.59 - 75.171 1244.69 1002.56 242.13 - 75.221 1279.37 1026.96 252.41 - 75.271 1348.37 1060.16 288.21 - 75.321 1350.83 1108.99 241.84 - 75.371 1383.21 1185.79 197.42 - 75.421 1597.70 1311.35 286.35 - 75.471 1689.18 1519.14 170.04 - 75.521 1906.91 1857.29 49.62 - 75.571 2605.39 2395.36 210.03 - 75.621 3466.96 3216.26 250.70 - 75.671 4942.36 4402.15 540.21 - 75.721 7346.30 6034.92 1311.38 - 75.770 10800.72 8146.21 2654.51 - 75.820 14593.93 10706.89 3887.04 - 75.870 18446.94 13599.34 4847.60 - 75.920 20296.86 16611.79 3685.07 - 75.970 21707.72 19446.34 2261.38 - 76.020 21474.60 21738.44 -263.84 - 76.070 21518.89 23145.75 -1626.86 - 76.120 20834.40 23425.01 -2590.61 - 76.170 19384.49 22521.78 -3137.29 - 76.220 17720.10 20597.20 -2877.10 - 76.270 15024.52 17974.17 -2949.65 - 76.320 12288.03 15008.30 -2720.27 - 76.370 9440.09 12016.83 -2576.74 - 76.420 7506.18 9273.06 -1766.88 - 76.470 5837.47 6938.84 -1101.37 - 76.520 4785.57 5088.19 -302.62 - 76.570 3702.38 3703.52 -1.14 - 76.620 2908.92 2723.57 185.35 - 76.670 2215.70 2066.62 149.08 - 76.720 1720.81 1645.11 75.70 - 76.770 1410.31 1384.76 25.55 - 76.820 1252.50 1225.97 26.53 - 76.870 1084.11 1129.31 -45.20 - 76.920 1035.90 1069.01 -33.11 - 76.970 980.35 1028.88 -48.53 - 77.020 923.18 1000.27 -77.09 - 77.070 920.07 978.29 -58.22 - 77.120 876.71 960.41 -83.70 - 77.170 862.86 945.27 -82.41 - 77.220 904.93 932.16 -27.23 - 77.270 899.00 920.68 -21.68 - 77.320 886.15 910.53 -24.38 - 77.370 892.37 901.52 -9.15 - 77.420 937.38 893.41 43.97 - 77.470 947.90 886.13 61.77 - 77.520 964.23 879.59 84.64 - 77.579 910.04 872.63 37.41 - 77.629 974.80 867.34 107.46 - 77.679 936.76 862.54 74.22 - 77.729 1014.86 858.15 156.71 - 77.779 1029.06 854.15 174.91 - 77.829 1096.71 850.48 246.23 - 77.879 1081.69 847.10 234.59 - 77.929 1115.68 843.99 271.69 - 77.979 1150.68 841.11 309.57 - 78.029 1198.55 830.47 368.08 - 78.079 1194.62 828.14 366.48 - 78.129 1215.69 825.98 389.71 - 78.179 1197.47 823.99 373.48 - 78.229 1204.48 822.13 382.35 - 78.279 1190.76 820.42 370.34 - 78.329 1103.53 818.82 284.71 - 78.379 1135.75 817.34 318.41 - 78.429 1080.75 815.97 264.78 - 78.479 1029.63 814.68 214.95 - 78.529 993.35 813.49 179.86 - 78.579 1020.17 812.38 207.79 - 78.629 950.93 811.35 139.58 - 78.679 904.04 810.39 93.65 - 78.729 923.81 809.50 114.31 - 78.779 873.84 808.68 65.16 - 78.831 860.60 807.89 52.71 - 78.881 849.15 807.19 41.96 - 78.931 799.39 806.54 -7.15 - 78.981 793.66 805.96 -12.30 - 79.031 793.27 805.43 -12.16 - 79.081 761.01 806.19 -45.18 - 79.131 745.73 805.79 -60.06 - 79.181 766.66 805.45 -38.79 - 79.231 769.37 805.16 -35.79 - 79.281 766.21 804.93 -38.72 - 79.331 815.87 804.76 11.11 - 79.381 835.54 804.66 30.88 - 79.431 814.66 804.63 10.03 - 79.481 751.69 804.67 -52.98 - 79.531 797.27 804.81 -7.54 - 79.581 795.45 805.05 -9.60 - 79.631 790.85 805.42 -14.57 - 79.681 772.39 806.00 -33.61 - 79.731 823.41 806.88 16.53 - 79.781 788.90 808.29 -19.39 - 79.831 819.07 810.64 8.43 - 79.881 832.60 814.61 17.99 - 79.931 878.46 821.45 57.01 - 79.981 871.48 832.94 38.54 - 80.031 895.38 851.57 43.81 - 80.070 882.33 873.61 8.72 - 80.120 971.15 913.49 57.66 - 80.170 987.96 969.85 18.11 - 80.221 1091.39 1044.80 46.59 - 80.271 1293.58 1137.65 155.93 - 80.321 1347.99 1244.92 103.07 - 80.371 1424.85 1359.02 65.83 - 80.421 1539.50 1468.24 71.26 - 80.471 1605.05 1558.55 46.50 - 80.521 1502.07 1615.58 -113.51 - 80.571 1528.51 1629.21 -100.70 - 80.621 1505.98 1596.38 -90.40 - 80.670 1336.27 1523.81 -187.54 - 80.720 1293.65 1423.69 -130.04 - 80.770 1156.02 1310.85 -154.83 - 80.820 1063.64 1198.35 -134.71 - 80.870 989.18 1096.16 -106.98 - 80.920 964.08 1010.26 -46.18 - 80.970 852.28 942.87 -90.59 - 81.020 897.35 893.45 3.90 - 81.070 840.20 859.20 -19.00 - 81.120 855.18 836.73 18.45 - 81.170 798.45 822.50 -24.05 - 81.220 799.84 813.84 -14.00 - 81.270 811.70 808.65 3.05 - 81.317 760.77 805.66 -44.89 - 81.367 761.83 803.61 -41.78 - 81.417 815.98 802.24 13.74 - 81.467 784.04 801.24 -17.20 - 81.517 783.79 800.48 -16.69 - 81.567 791.53 799.87 -8.34 - 81.617 783.17 799.36 -16.19 - 81.667 790.20 798.93 -8.73 - 81.717 850.40 798.57 51.83 - 81.767 791.46 798.27 -6.81 - 81.817 847.34 798.03 49.31 - 81.867 847.80 797.82 49.98 - 81.917 835.47 797.66 37.81 - 81.967 769.58 797.54 -27.96 - 82.017 839.76 797.45 42.31 - 82.067 824.41 797.39 27.02 - 82.117 792.55 797.36 -4.81 - 82.167 818.72 797.36 21.36 - 82.217 831.98 797.38 34.60 - 82.267 738.80 797.43 -58.63 - 82.317 816.41 797.51 18.90 - 82.366 782.09 797.61 -15.52 - 82.417 809.83 793.10 16.73 - 82.467 844.61 793.33 51.28 - 82.517 856.62 793.58 63.04 - 82.569 821.05 793.86 27.19 - 82.620 797.54 794.16 3.38 - 82.670 824.31 794.49 29.82 - 82.720 848.55 794.84 53.71 - 82.770 848.72 795.23 53.49 - 82.820 857.18 795.64 61.54 - 82.870 870.78 796.09 74.69 - 82.920 907.59 796.57 111.02 - 82.970 866.12 797.10 69.02 - 83.020 905.21 797.66 107.55 - 83.070 933.95 798.27 135.68 - 83.120 943.40 798.94 144.46 - 83.170 960.55 799.65 160.90 - 83.220 1019.19 800.43 218.76 - 83.270 927.75 801.28 126.47 - 83.320 963.18 802.20 160.98 - 83.369 914.14 803.21 110.93 - 83.419 984.27 804.32 179.95 - 83.469 919.10 805.53 113.57 - 83.519 883.22 806.87 76.35 - 83.569 910.56 808.34 102.22 - 83.619 878.46 810.15 68.31 - 83.669 855.16 811.97 43.19 - 83.719 883.24 814.00 69.24 - 83.769 849.32 816.27 33.05 - 83.830 869.11 819.44 49.67 - 83.881 830.62 822.42 8.20 - 83.931 893.43 825.82 67.61 - 83.981 852.55 829.75 22.80 - 84.031 829.10 834.36 -5.26 - 84.081 827.83 839.96 -12.13 - 84.131 832.50 847.15 -14.65 - 84.181 864.95 857.05 7.90 - 84.231 859.60 871.83 -12.23 - 84.281 801.72 895.37 -93.65 - 84.331 869.00 934.65 -65.65 - 84.381 931.10 1000.56 -69.46 - 84.431 1001.98 1108.38 -106.40 - 84.481 1097.09 1279.41 -182.32 - 84.531 1409.59 1536.59 -127.00 - 84.581 1881.72 1901.96 -20.24 - 84.630 2584.41 2388.87 195.54 - 84.680 3480.58 2994.58 486.00 - 84.730 4309.00 3692.45 616.55 - 84.780 5039.96 4424.79 615.17 - 84.830 5577.56 5111.69 465.87 - 84.880 5632.41 5654.82 -22.41 - 84.930 5499.08 5964.29 -465.21 - 84.980 5284.95 5973.25 -688.30 - 85.030 4995.22 5681.41 -686.19 - 85.072 4382.09 5243.23 -861.14 - 85.122 3750.54 4575.94 -825.40 - 85.173 3199.09 3844.11 -645.02 - 85.223 2512.76 3132.69 -619.93 - 85.273 1997.49 2505.26 -507.77 - 85.323 1730.13 1992.72 -262.59 - 85.373 1577.00 1602.40 -25.40 - 85.423 1285.60 1324.62 -39.02 - 85.473 1155.98 1138.23 17.75 - 85.523 989.98 1019.81 -29.83 - 85.573 940.93 947.05 -6.12 - 85.623 869.97 903.54 -33.57 - 85.673 808.23 877.65 -69.42 - 85.723 799.31 861.63 -62.32 - 85.772 788.10 851.13 -63.03 - 85.822 793.76 843.66 -49.90 - 85.872 839.43 837.94 1.49 - 85.922 774.49 833.29 -58.80 - 85.972 796.69 829.38 -32.69 - 86.022 757.26 826.03 -68.77 - 86.072 740.91 823.11 -82.20 - 86.122 798.90 820.57 -21.67 - 86.172 781.40 818.31 -36.91 - 86.222 790.39 816.31 -25.92 - 86.272 699.19 814.55 -115.36 - 86.304 752.01 813.52 -61.51 - 86.354 750.88 812.05 -61.17 - 86.404 714.10 810.74 -96.64 - 86.454 776.09 809.56 -33.47 - 86.504 738.08 808.51 -70.43 - 86.554 750.31 807.56 -57.25 - 86.604 747.93 806.70 -58.77 - 86.654 788.64 805.92 -17.28 - 86.704 772.43 805.04 -32.61 - 86.754 707.30 804.41 -97.11 - 86.804 769.67 803.84 -34.17 - 86.854 791.59 803.33 -11.74 - 86.904 800.45 802.86 -2.41 - 86.954 697.21 802.44 -105.23 - 87.004 779.69 802.07 -22.38 - 87.054 737.87 801.73 -63.86 - 87.104 819.75 801.42 18.33 - 87.154 762.21 801.15 -38.94 - 87.204 762.56 800.91 -38.35 - 87.254 772.88 800.70 -27.82 - 87.304 752.51 800.51 -48.00 - 87.354 786.23 800.35 -14.12 - 87.404 776.42 800.22 -23.80 - 87.454 765.34 800.11 -34.77 - 87.504 839.25 800.02 39.23 - 87.557 745.99 799.95 -53.96 - 87.607 759.71 799.92 -40.21 - 87.657 819.78 799.90 19.88 - 87.707 805.22 799.91 5.31 - 87.757 752.37 799.94 -47.57 - 87.807 729.04 799.99 -70.95 - 87.857 772.03 800.07 -28.04 - 87.907 765.84 800.18 -34.34 - 87.957 804.46 800.32 4.14 - 88.007 757.79 800.49 -42.70 - 88.057 729.27 800.70 -71.43 - 88.107 823.96 800.95 23.01 - 88.157 779.05 801.45 -22.40 - 88.207 776.16 801.80 -25.64 - 88.257 783.03 802.20 -19.17 - 88.307 777.86 802.67 -24.81 - 88.357 752.94 803.22 -50.28 - 88.407 806.39 803.87 2.52 - 88.457 811.87 804.67 7.20 - 88.507 805.36 805.68 -0.32 - 88.557 778.47 807.04 -28.57 - 88.607 813.98 809.03 4.95 - 88.657 800.19 812.20 -12.01 - 88.707 846.15 817.47 28.68 - 88.757 842.19 826.35 15.84 - 88.834 829.06 852.88 -23.82 - 88.884 892.13 883.36 8.77 - 88.934 920.63 928.59 -7.96 - 88.984 1004.55 991.66 12.89 - 89.034 1050.23 1073.24 -23.01 - 89.084 1221.78 1171.09 50.69 - 89.134 1365.31 1278.74 86.57 - 89.184 1335.08 1384.72 -49.64 - 89.234 1457.19 1474.41 -17.22 - 89.284 1527.62 1532.04 -4.42 - 89.334 1428.78 1545.96 -117.18 - 89.384 1395.11 1512.66 -117.55 - 89.434 1375.27 1439.96 -64.69 - 89.484 1247.53 1341.63 -94.10 - 89.534 1132.69 1233.62 -100.93 - 89.584 1077.66 1129.21 -51.55 - 89.634 959.97 1037.72 -77.75 - 89.684 899.30 963.92 -64.62 - 89.734 962.64 908.63 54.01 - 89.784 834.69 870.08 -35.39 - 89.834 846.36 844.75 1.61 - 89.883 810.23 829.00 -18.77 - 89.934 777.17 819.48 -42.31 - 89.984 833.37 813.90 19.47 - 90.034 741.41 810.60 -69.19 - 90.086 789.85 808.49 -18.64 - 90.136 775.46 807.14 -31.68 - 90.186 725.89 806.18 -80.29 - 90.236 752.31 805.43 -53.12 - 90.286 723.17 804.82 -81.65 - 90.336 799.09 804.32 -5.23 - 90.386 731.37 803.90 -72.53 - 90.436 768.03 803.55 -35.52 - 90.486 772.89 803.25 -30.36 - 90.536 736.63 802.99 -66.36 - 90.586 691.75 802.78 -111.03 - 90.636 723.63 802.60 -78.97 - 90.686 802.09 802.45 -0.36 - 90.736 783.55 802.33 -18.78 - 90.786 766.18 802.23 -36.05 - 90.836 789.18 802.15 -12.97 - 90.886 705.30 800.87 -95.57 - 90.936 747.67 800.84 -53.17 - 90.986 823.38 800.83 22.55 - 91.036 770.95 800.84 -29.89 - 91.085 749.90 800.86 -50.96 - 91.135 759.76 800.88 -41.12 - 91.185 785.47 800.92 -15.45 - 91.235 759.73 800.97 -41.24 - 91.285 763.98 801.03 -37.05 - 91.332 791.43 801.09 -9.66 - 91.382 800.17 801.17 -1.00 + 65.029 790.89 785.84 5.05 + 65.075 721.02 785.94 -64.92 + 65.125 746.90 786.05 -39.15 + 65.175 721.34 786.17 -64.83 + 65.225 725.79 786.29 -60.50 + 65.275 733.24 786.41 -53.17 + 65.325 742.61 786.54 -43.93 + 65.375 721.82 786.67 -64.85 + 65.425 694.95 786.81 -91.86 + 65.475 742.72 786.94 -44.22 + 65.525 697.70 787.09 -89.39 + 65.575 741.19 787.23 -46.04 + 65.625 701.89 787.39 -85.50 + 65.675 719.07 787.54 -68.47 + 65.725 750.46 787.70 -37.24 + 65.775 727.33 787.87 -60.54 + 65.825 728.95 788.04 -59.09 + 65.875 743.66 788.21 -44.55 + 65.925 720.34 788.39 -68.05 + 65.975 732.80 788.58 -55.78 + 66.025 682.33 788.77 -106.44 + 66.075 732.62 788.97 -56.35 + 66.124 720.37 789.17 -68.80 + 66.174 758.56 789.38 -30.82 + 66.225 695.81 789.60 -93.79 + 66.274 727.00 789.83 -62.83 + 66.333 708.31 790.10 -81.79 + 66.383 732.00 790.35 -58.35 + 66.433 733.69 790.61 -56.92 + 66.483 707.17 790.87 -83.70 + 66.533 690.28 791.15 -100.87 + 66.583 734.96 791.44 -56.48 + 66.633 727.27 791.73 -64.46 + 66.683 789.15 792.03 -2.88 + 66.733 777.79 792.34 -14.55 + 66.783 725.26 792.65 -67.39 + 66.833 739.15 792.97 -53.82 + 66.883 786.65 793.30 -6.65 + 66.933 753.07 793.63 -40.56 + 66.983 803.11 793.97 9.14 + 67.033 769.09 794.32 -25.23 + 67.083 875.68 794.69 80.99 + 67.133 866.00 795.07 70.93 + 67.183 839.11 795.46 43.65 + 67.233 836.07 795.88 40.19 + 67.283 857.46 796.31 61.15 + 67.332 805.05 796.76 8.29 + 67.382 861.19 797.22 63.97 + 67.432 838.72 797.71 41.01 + 67.482 812.35 798.22 14.13 + 67.532 842.30 798.75 43.55 + 67.596 783.91 799.45 -15.54 + 67.646 798.64 800.03 -1.39 + 67.696 728.10 800.63 -72.53 + 67.746 812.57 801.26 11.31 + 67.796 775.35 801.91 -26.56 + 67.846 743.37 802.59 -59.22 + 67.896 749.81 803.30 -53.49 + 67.946 760.80 804.04 -43.24 + 67.996 762.27 804.81 -42.54 + 68.046 779.14 805.61 -26.47 + 68.096 760.17 806.46 -46.29 + 68.146 738.94 807.34 -68.40 + 68.196 760.96 808.26 -47.30 + 68.246 740.14 809.22 -69.08 + 68.296 751.86 810.23 -58.37 + 68.346 728.76 811.29 -82.53 + 68.396 751.31 812.40 -61.09 + 68.446 734.97 813.56 -78.59 + 68.496 757.54 814.79 -57.25 + 68.546 656.79 816.08 -159.29 + 68.596 745.87 817.43 -71.57 + 68.646 712.16 818.86 -106.70 + 68.696 719.31 820.37 -101.06 + 68.746 696.69 821.96 -125.27 + 68.796 716.26 823.63 -107.37 + 68.864 706.54 826.08 -119.54 + 68.914 657.12 828.01 -170.89 + 68.964 663.65 830.04 -166.39 + 69.014 700.06 832.20 -132.14 + 69.064 689.83 834.49 -144.66 + 69.114 702.32 836.93 -134.61 + 69.164 669.19 839.53 -170.34 + 69.214 736.30 842.30 -106.00 + 69.264 678.20 845.26 -167.06 + 69.314 723.64 848.41 -124.77 + 69.364 699.26 851.79 -152.53 + 69.414 688.41 855.43 -167.02 + 69.464 719.73 859.32 -139.59 + 69.514 684.76 863.52 -178.76 + 69.564 731.70 868.03 -136.33 + 69.614 686.33 872.91 -186.58 + 69.664 707.11 878.19 -171.08 + 69.714 754.37 883.91 -129.54 + 69.764 718.72 894.87 -176.15 + 69.814 679.29 901.73 -222.44 + 69.864 737.43 909.20 -171.77 + 69.914 724.59 917.34 -192.75 + 69.964 768.50 926.33 -157.83 + 70.014 749.69 936.22 -186.53 + 70.064 799.88 947.08 -147.20 + 70.098 829.93 955.17 -125.24 + 70.148 876.42 968.14 -91.72 + 70.198 923.18 982.58 -59.40 + 70.248 929.07 998.75 -69.68 + 70.298 1054.31 1016.87 37.44 + 70.348 1002.28 1037.39 -35.11 + 70.398 1083.98 1060.93 23.05 + 70.448 1126.36 1088.36 38.00 + 70.498 1204.98 1121.30 83.68 + 70.548 1324.40 1162.60 161.80 + 70.598 1360.23 1218.21 142.02 + 70.648 1383.80 1298.70 85.10 + 70.698 1488.79 1422.42 66.37 + 70.748 1592.70 1622.33 -29.63 + 70.798 1702.79 1949.28 -246.49 + 70.848 1949.79 2480.30 -530.51 + 70.898 2243.65 3320.98 -1077.33 + 70.948 2740.57 4605.17 -1864.60 + 70.998 3667.86 6484.25 -2816.39 + 71.048 5263.62 9089.49 -3825.87 + 71.098 7505.31 12512.72 -5007.41 + 71.147 11055.61 16734.88 -5679.27 + 71.198 15992.14 21666.45 -5674.31 + 71.248 22022.12 26984.76 -4962.64 + 71.298 28024.80 32228.13 -4203.33 + 71.329 36872.91 35219.68 1653.23 + 71.379 39952.81 39162.79 790.02 + 71.429 41577.52 41526.07 51.45 + 71.479 41902.50 41918.02 -15.52 + 71.529 41165.40 40275.06 890.34 + 71.579 39283.06 36882.41 2400.65 + 71.629 36679.31 32250.26 4429.04 + 71.679 32950.61 26993.91 5956.70 + 71.729 27842.39 21677.33 6165.06 + 71.779 22507.98 16766.38 5741.60 + 71.829 17174.21 12520.44 4653.77 + 71.879 13095.88 9088.82 4007.06 + 71.929 10457.45 6488.48 3968.97 + 71.979 8173.77 4610.68 3563.09 + 72.029 6213.11 3326.39 2886.72 + 72.079 4586.38 2485.73 2100.65 + 72.129 3307.41 1955.27 1352.14 + 72.179 2402.87 1628.66 774.21 + 72.229 1908.02 1429.09 478.93 + 72.279 1556.97 1305.67 251.30 + 72.328 1440.95 1225.90 215.05 + 72.378 1325.94 1171.00 154.94 + 72.428 1214.78 1129.99 84.79 + 72.478 1113.21 1097.56 15.65 + 72.528 1069.29 1070.75 -1.46 + 72.595 990.58 1040.99 -50.41 + 72.645 1094.59 1021.82 72.77 + 72.695 1055.83 1004.95 50.88 + 72.745 1021.65 990.00 31.65 + 72.795 1032.97 976.74 56.23 + 72.845 1007.52 964.90 42.62 + 72.895 971.05 954.29 16.76 + 72.945 993.22 944.79 48.43 + 72.995 933.15 936.25 -3.10 + 73.045 1001.77 928.60 73.17 + 73.095 1069.04 921.69 147.35 + 73.145 993.36 915.46 77.90 + 73.195 1015.31 909.87 105.44 + 73.245 1002.35 904.83 97.52 + 73.295 1113.44 900.30 213.14 + 73.345 1071.66 896.24 175.42 + 73.395 1036.56 892.60 143.96 + 73.445 1046.49 889.36 157.13 + 73.495 1101.79 886.48 215.31 + 73.545 1059.58 883.96 175.62 + 73.594 1074.55 881.76 192.79 + 73.644 1049.00 879.87 169.13 + 73.694 1074.97 878.27 196.70 + 73.744 1045.61 876.96 168.65 + 73.794 1031.06 875.93 155.13 + 73.834 955.15 875.31 79.84 + 73.884 1028.88 874.76 154.12 + 73.934 915.07 874.49 40.58 + 73.984 929.83 874.50 55.33 + 74.034 1000.62 874.78 125.84 + 74.084 906.69 875.34 31.35 + 74.134 924.87 876.20 48.67 + 74.184 921.37 877.37 44.00 + 74.235 891.16 878.86 12.30 + 74.284 932.35 880.69 51.66 + 74.334 926.95 882.89 44.06 + 74.384 897.34 885.69 11.65 + 74.434 877.97 888.72 -10.75 + 74.484 915.51 892.25 23.26 + 74.534 961.66 896.29 65.37 + 74.584 978.46 900.92 77.54 + 74.634 970.96 906.21 64.75 + 74.684 1011.54 912.24 99.30 + 74.734 989.63 919.13 70.50 + 74.784 1022.37 926.98 95.39 + 74.834 1043.94 935.95 107.99 + 74.884 1031.79 946.19 85.60 + 74.934 1085.87 958.07 127.80 + 74.984 1078.10 971.93 106.17 + 75.034 1153.48 988.37 165.11 + 75.070 1142.44 1002.68 139.76 + 75.120 1240.07 1027.14 212.93 + 75.171 1244.69 1060.55 184.14 + 75.221 1279.37 1109.80 169.57 + 75.271 1348.37 1186.93 161.44 + 75.321 1350.83 1313.03 37.80 + 75.371 1383.21 1522.05 -138.84 + 75.421 1597.70 1863.61 -265.91 + 75.471 1689.18 2405.55 -716.37 + 75.521 1906.91 3227.09 -1320.18 + 75.571 2605.39 4421.34 -1815.95 + 75.621 3466.96 6063.17 -2596.21 + 75.671 4942.36 8178.10 -3235.74 + 75.721 7346.30 10748.52 -3402.22 + 75.770 10800.72 13646.88 -2846.16 + 75.820 14593.93 16658.07 -2064.14 + 75.870 18446.94 19480.65 -1033.71 + 75.920 20296.86 21762.70 -1465.84 + 75.970 21707.72 23158.44 -1450.72 + 76.020 21474.60 23418.79 -1944.19 + 76.070 21518.89 22498.48 -979.59 + 76.120 20834.40 20573.21 261.19 + 76.170 19384.49 17934.79 1449.71 + 76.220 17720.10 14956.46 2763.64 + 76.270 15024.52 11978.75 3045.77 + 76.320 12288.03 9249.24 3038.79 + 76.370 9440.09 6918.97 2521.12 + 76.420 7506.18 5068.72 2437.46 + 76.470 5837.47 3686.54 2150.93 + 76.520 4785.57 2713.72 2071.85 + 76.570 3702.38 2060.79 1641.59 + 76.620 2908.92 1641.28 1267.64 + 76.670 2215.70 1381.65 834.05 + 76.720 1720.81 1224.00 496.81 + 76.770 1410.31 1128.41 281.90 + 76.820 1252.50 1068.27 184.23 + 76.870 1084.11 1028.32 55.79 + 76.920 1035.90 999.86 36.04 + 76.970 980.35 977.91 2.44 + 77.020 923.18 960.07 -36.89 + 77.070 920.07 944.98 -24.91 + 77.120 876.71 931.93 -55.22 + 77.170 862.86 920.46 -57.60 + 77.220 904.93 910.31 -5.38 + 77.270 899.00 901.28 -2.28 + 77.320 886.15 893.21 -7.06 + 77.370 892.37 885.98 6.39 + 77.420 937.38 879.43 57.95 + 77.470 947.90 873.51 74.39 + 77.520 964.23 868.16 96.07 + 77.579 910.04 862.41 47.63 + 77.629 974.80 858.03 116.77 + 77.679 936.76 854.02 82.74 + 77.729 1014.86 850.34 164.52 + 77.779 1029.06 846.97 182.09 + 77.829 1096.71 843.87 252.84 + 77.879 1081.69 841.00 240.69 + 77.929 1115.68 830.36 285.32 + 77.979 1150.68 828.03 322.65 + 78.029 1198.55 825.88 372.67 + 78.079 1194.62 823.88 370.74 + 78.129 1215.69 822.03 393.66 + 78.179 1197.47 820.31 377.16 + 78.229 1204.48 818.72 385.76 + 78.279 1190.76 817.24 373.52 + 78.329 1103.53 815.86 287.67 + 78.379 1135.75 814.58 321.17 + 78.429 1080.75 813.39 267.36 + 78.479 1029.63 812.28 217.35 + 78.529 993.35 811.25 182.10 + 78.579 1020.17 810.29 209.88 + 78.629 950.93 809.41 141.52 + 78.679 904.04 808.58 95.46 + 78.729 923.81 807.82 115.99 + 78.779 873.84 807.12 66.72 + 78.831 860.60 806.45 54.15 + 78.881 849.15 805.86 43.29 + 78.931 799.39 805.33 -5.94 + 78.981 793.66 806.09 -12.43 + 79.031 793.27 805.69 -12.42 + 79.081 761.01 805.34 -44.33 + 79.131 745.73 805.05 -59.32 + 79.181 766.66 804.82 -38.16 + 79.231 769.37 804.65 -35.28 + 79.281 766.21 804.55 -38.34 + 79.331 815.87 804.51 11.36 + 79.381 835.54 804.55 30.99 + 79.431 814.66 804.69 9.97 + 79.481 751.69 804.92 -53.23 + 79.531 797.27 805.30 -8.03 + 79.581 795.45 805.86 -10.41 + 79.631 790.85 806.73 -15.88 + 79.681 772.39 808.11 -35.72 + 79.731 823.41 810.41 13.00 + 79.781 788.90 814.33 -25.43 + 79.831 819.07 821.02 -1.95 + 79.881 832.60 832.22 0.38 + 79.931 878.46 850.57 27.89 + 79.981 871.48 879.20 -7.72 + 80.031 895.38 921.45 -26.07 + 80.070 882.33 966.97 -84.64 + 80.120 971.15 1041.09 -69.94 + 80.170 987.96 1133.48 -145.52 + 80.221 1091.39 1240.58 -149.19 + 80.271 1293.58 1354.37 -60.79 + 80.321 1347.99 1463.91 -115.92 + 80.371 1424.85 1555.31 -130.46 + 80.421 1539.50 1614.08 -74.58 + 80.471 1605.05 1629.43 -24.38 + 80.521 1502.07 1598.48 -96.41 + 80.571 1528.51 1527.09 1.42 + 80.621 1505.98 1427.62 78.36 + 80.670 1336.27 1315.17 21.10 + 80.720 1293.65 1202.26 91.39 + 80.770 1156.02 1099.51 56.51 + 80.820 1063.64 1012.98 50.66 + 80.870 989.18 945.05 44.13 + 80.920 964.08 894.97 69.11 + 80.970 852.28 860.14 -7.85 + 81.020 897.35 837.22 60.13 + 81.070 840.20 822.79 17.41 + 81.120 855.18 814.00 41.18 + 81.170 798.45 808.69 -10.24 + 81.220 799.84 805.48 -5.64 + 81.270 811.70 803.46 8.24 + 81.317 760.77 802.17 -41.40 + 81.367 761.83 801.16 -39.33 + 81.417 815.98 800.39 15.59 + 81.467 784.04 799.77 -15.73 + 81.517 783.79 799.26 -15.47 + 81.567 791.53 798.83 -7.30 + 81.617 783.17 798.47 -15.30 + 81.667 790.20 798.16 -7.96 + 81.717 850.40 797.91 52.49 + 81.767 791.46 797.71 -6.25 + 81.817 847.34 797.54 49.80 + 81.867 847.80 797.42 50.38 + 81.917 835.47 797.32 38.15 + 81.967 769.58 797.26 -27.68 + 82.017 839.76 797.23 42.53 + 82.067 824.41 797.23 27.18 + 82.117 792.55 797.25 -4.70 + 82.167 818.72 797.30 21.42 + 82.217 831.98 797.37 34.61 + 82.267 738.80 797.47 -58.67 + 82.317 816.41 792.97 23.44 + 82.366 782.09 793.19 -11.10 + 82.417 809.83 793.43 16.40 + 82.467 844.61 793.70 50.91 + 82.517 856.62 794.00 62.62 + 82.569 821.05 794.34 26.71 + 82.620 797.54 794.69 2.85 + 82.670 824.31 795.07 29.24 + 82.720 848.55 795.48 53.07 + 82.770 848.72 795.92 52.80 + 82.820 857.18 796.40 60.78 + 82.870 870.78 796.92 73.86 + 82.920 907.59 797.48 110.11 + 82.970 866.12 798.09 68.03 + 83.020 905.21 798.75 106.46 + 83.070 933.95 799.46 134.49 + 83.120 943.40 800.23 143.17 + 83.170 960.55 801.07 159.48 + 83.220 1019.19 801.99 217.20 + 83.270 927.75 802.99 124.76 + 83.320 963.18 804.08 159.10 + 83.369 914.14 805.28 108.86 + 83.419 984.27 806.60 177.67 + 83.469 919.10 808.06 111.04 + 83.519 883.22 809.87 73.35 + 83.569 910.56 811.66 98.90 + 83.619 878.46 813.66 64.80 + 83.669 855.16 815.90 39.26 + 83.719 883.24 818.43 64.81 + 83.769 849.32 821.28 28.04 + 83.830 869.11 825.32 43.79 + 83.881 830.62 829.18 1.44 + 83.931 893.43 833.72 59.71 + 83.981 852.55 839.22 13.33 + 84.031 829.10 846.19 -17.09 + 84.081 827.83 855.71 -27.88 + 84.131 832.50 869.84 -37.34 + 84.181 864.95 892.32 -27.37 + 84.231 859.60 929.63 -70.03 + 84.281 801.72 991.91 -190.19 + 84.331 869.00 1094.81 -225.81 + 84.381 931.10 1258.64 -327.54 + 84.431 1001.98 1505.67 -503.69 + 84.481 1097.09 1859.90 -762.81 + 84.531 1409.59 2334.77 -925.18 + 84.581 1881.72 2929.19 -1047.47 + 84.630 2584.41 3618.24 -1033.83 + 84.680 3480.58 4350.27 -869.69 + 84.730 4309.00 5047.37 -738.37 + 84.780 5039.96 5610.97 -571.01 + 84.830 5577.56 5946.25 -368.69 + 84.880 5632.41 5986.92 -354.51 + 84.930 5499.08 5723.33 -224.25 + 84.980 5284.95 5209.12 75.83 + 85.030 4995.22 4538.56 456.66 + 85.072 4382.09 3921.70 460.39 + 85.122 3750.54 3204.59 545.95 + 85.173 3199.09 2565.10 633.99 + 85.223 2512.76 2038.63 474.13 + 85.273 1997.49 1636.83 360.66 + 85.323 1730.13 1348.74 381.39 + 85.373 1577.00 1153.90 423.10 + 85.423 1285.60 1029.18 256.42 + 85.473 1155.98 952.61 203.37 + 85.523 989.98 906.95 83.03 + 85.573 940.93 879.59 61.34 + 85.623 869.97 862.79 7.18 + 85.673 808.23 851.89 -43.66 + 85.723 799.31 844.17 -44.86 + 85.772 788.10 838.31 -50.21 + 85.822 793.76 833.58 -39.82 + 85.872 839.43 829.61 9.82 + 85.922 774.49 826.21 -51.72 + 85.972 796.69 823.24 -26.55 + 86.022 757.26 820.66 -63.40 + 86.072 740.91 818.38 -77.47 + 86.122 798.90 816.37 -17.47 + 86.172 781.40 814.58 -33.18 + 86.222 790.39 812.98 -22.59 + 86.272 699.19 811.56 -112.37 + 86.304 752.01 810.73 -58.72 + 86.354 750.88 809.54 -58.66 + 86.404 714.10 808.47 -94.37 + 86.454 776.09 807.50 -31.41 + 86.504 738.08 806.64 -68.56 + 86.554 750.31 805.85 -55.54 + 86.604 747.93 804.96 -57.03 + 86.654 788.64 804.33 -15.69 + 86.704 772.43 803.75 -31.32 + 86.754 707.30 803.23 -95.93 + 86.804 769.67 802.76 -33.09 + 86.854 791.59 802.33 -10.74 + 86.904 800.45 801.95 -1.50 + 86.954 697.21 801.61 -104.40 + 87.004 779.69 801.30 -21.61 + 87.054 737.87 801.02 -63.15 + 87.104 819.75 800.78 18.97 + 87.154 762.21 800.56 -38.35 + 87.204 762.56 800.37 -37.81 + 87.254 772.88 800.21 -27.33 + 87.304 752.51 800.07 -47.56 + 87.354 786.23 799.96 -13.73 + 87.404 776.42 799.87 -23.45 + 87.454 765.34 799.80 -34.46 + 87.504 839.25 799.76 39.49 + 87.557 745.99 799.74 -53.75 + 87.607 759.71 799.74 -40.03 + 87.657 819.78 799.77 20.01 + 87.707 805.22 799.82 5.40 + 87.757 752.37 799.90 -47.53 + 87.807 729.04 800.00 -70.96 + 87.857 772.03 800.13 -28.10 + 87.907 765.84 800.30 -34.46 + 87.957 804.46 800.50 3.96 + 88.007 757.79 800.74 -42.95 + 88.057 729.27 801.23 -71.96 + 88.107 823.96 801.57 22.39 + 88.157 779.05 801.96 -22.91 + 88.207 776.16 802.42 -26.26 + 88.257 783.03 802.95 -19.92 + 88.307 777.86 803.59 -25.73 + 88.357 752.94 804.36 -51.42 + 88.407 806.39 805.32 1.07 + 88.457 811.87 806.61 5.26 + 88.507 805.36 808.47 -3.11 + 88.557 778.47 811.37 -32.90 + 88.607 813.98 816.15 -2.17 + 88.657 800.19 824.27 -24.08 + 88.707 846.15 837.90 8.25 + 88.757 842.19 859.93 -17.74 + 88.834 829.06 919.06 -90.00 + 88.884 892.13 978.79 -86.66 + 88.934 920.63 1057.28 -136.65 + 88.984 1004.55 1152.90 -148.35 + 89.034 1050.23 1259.32 -209.09 + 89.084 1221.78 1366.40 -144.62 + 89.134 1365.31 1460.20 -94.89 + 89.184 1335.08 1524.71 -189.63 + 89.234 1457.19 1546.82 -89.63 + 89.284 1527.62 1521.67 5.95 + 89.334 1428.78 1454.86 -26.08 + 89.384 1395.11 1359.71 35.40 + 89.434 1375.27 1252.54 122.73 + 89.484 1247.53 1146.53 101.00 + 89.534 1132.69 1052.25 80.44 + 89.584 1077.66 975.22 102.44 + 89.634 959.97 916.90 43.07 + 89.684 899.30 875.65 23.65 + 89.734 962.64 848.22 114.42 + 89.784 834.69 831.00 3.69 + 89.834 846.36 820.62 25.74 + 89.883 810.23 814.53 -4.30 + 89.934 777.17 810.90 -33.73 + 89.984 833.37 808.68 24.69 + 90.034 741.41 807.23 -65.82 + 90.086 789.85 806.16 -16.31 + 90.136 775.46 805.38 -29.92 + 90.186 725.89 804.75 -78.86 + 90.236 752.31 804.23 -51.92 + 90.286 723.17 803.80 -80.63 + 90.336 799.09 803.43 -4.34 + 90.386 731.37 803.12 -71.75 + 90.436 768.03 802.86 -34.83 + 90.486 772.89 802.64 -29.75 + 90.536 736.63 802.45 -65.82 + 90.586 691.75 802.30 -110.55 + 90.636 723.63 802.17 -78.54 + 90.686 802.09 802.07 0.02 + 90.736 783.55 801.98 -18.43 + 90.786 766.18 800.70 -34.52 + 90.836 789.18 800.67 -11.49 + 90.886 705.30 800.66 -95.36 + 90.936 747.67 800.66 -52.99 + 90.986 823.38 800.68 22.70 + 91.036 770.95 800.70 -29.75 + 91.085 749.90 800.74 -50.84 + 91.135 759.76 800.78 -41.02 + 91.185 785.47 800.84 -15.37 + 91.235 759.73 800.91 -41.18 + 91.285 763.98 800.98 -37.00 + 91.332 791.43 801.06 -9.63 + 91.382 800.17 801.15 -0.98 91.432 751.11 801.25 -50.14 91.482 779.20 801.35 -22.15 - 91.532 789.50 801.45 -11.95 - 91.582 717.82 801.56 -83.74 - 91.632 732.58 801.67 -69.09 - 91.682 848.45 801.80 46.65 - 91.732 751.74 801.94 -50.20 - 91.782 781.80 802.08 -20.28 - 91.832 798.00 802.24 -4.24 - 91.882 738.06 802.40 -64.34 - 91.932 802.09 802.58 -0.49 - 91.982 776.73 802.77 -26.04 - 92.032 759.80 802.97 -43.17 - 92.082 771.51 803.18 -31.67 - 92.132 731.87 803.41 -71.54 - 92.182 785.03 803.66 -18.63 - 92.232 773.16 803.93 -30.77 - 92.282 832.71 804.22 28.49 - 92.332 817.14 804.53 12.61 - 92.381 852.20 804.88 47.32 - 92.431 769.11 805.25 -36.14 - 92.482 803.61 805.66 -2.05 - 92.531 798.55 806.12 -7.57 - 92.570 839.23 806.50 32.73 - 92.620 784.52 807.05 -22.53 - 92.670 817.72 807.67 10.05 - 92.721 774.58 808.37 -33.79 - 92.770 824.08 809.17 14.91 - 92.820 809.19 810.10 -0.91 - 92.870 804.31 811.23 -6.92 - 92.921 863.25 812.67 50.58 - 92.971 772.19 814.64 -42.45 - 93.020 785.92 817.60 -31.68 - 93.070 819.65 822.40 -2.75 - 93.121 840.54 830.53 10.01 - 93.170 851.88 844.22 7.66 - 93.220 873.63 866.87 6.76 - 93.270 890.10 902.49 -12.39 - 93.320 928.91 955.29 -26.38 - 93.370 1017.01 1028.40 -11.39 - 93.420 1157.47 1122.27 35.20 - 93.470 1365.58 1233.12 132.46 - 93.520 1433.89 1351.26 82.63 - 93.570 1549.80 1462.41 87.39 - 93.620 1581.37 1548.45 32.92 - 93.670 1595.13 1592.59 2.54 - 93.720 1541.86 1583.68 -41.82 - 93.770 1504.80 1524.26 -19.46 - 93.810 1457.59 1449.37 8.22 - 93.860 1310.94 1336.17 -25.23 - 93.910 1231.30 1218.23 13.07 - 93.960 1134.05 1109.30 24.75 - 94.010 983.77 1018.34 -34.57 - 94.060 1009.71 948.29 61.42 - 94.110 961.74 898.17 63.57 - 94.160 843.73 864.80 -21.07 - 94.210 864.42 843.85 20.57 - 94.260 829.22 831.32 -2.10 - 94.310 856.63 823.99 32.64 - 94.360 836.98 819.71 17.27 - 94.410 765.69 817.13 -51.44 - 94.460 732.99 815.44 -82.45 - 94.510 802.39 814.26 -11.87 - 94.560 786.53 813.36 -26.83 - 94.610 755.41 812.63 -57.22 - 94.660 718.64 812.04 -93.40 - 94.710 803.61 811.55 -7.94 - 94.760 766.35 811.13 -44.78 - 94.810 841.32 810.78 30.54 - 94.859 814.84 810.48 4.36 - 94.910 787.11 810.23 -23.12 - 94.960 766.08 810.02 -43.94 - 95.010 805.01 809.84 -4.83 - 95.068 782.66 809.48 -26.82 - 95.118 822.21 809.36 12.85 - 95.169 842.67 809.27 33.40 - 95.219 799.32 809.20 -9.88 - 95.269 832.30 809.14 23.16 - 95.319 851.76 809.10 42.66 - 95.369 846.89 809.07 37.82 - 95.419 832.99 809.05 23.94 - 95.469 804.89 809.05 -4.16 - 95.519 866.04 809.05 56.99 - 95.569 892.03 809.06 82.97 - 95.619 840.48 809.08 31.40 - 95.669 839.14 809.11 30.03 - 95.719 870.14 809.14 61.00 - 95.769 817.08 809.18 7.90 - 95.818 882.76 809.22 73.54 - 95.868 821.31 809.27 12.04 - 95.918 898.81 809.32 89.49 - 95.968 880.82 809.38 71.44 - 96.018 838.23 809.44 28.79 - 96.068 842.34 809.50 32.84 - 96.118 845.46 809.57 35.89 - 96.168 869.81 809.64 60.17 - 96.218 796.15 809.71 -13.56 - 96.268 774.27 809.79 -35.52 - 96.305 818.63 809.85 8.78 - 96.355 757.63 809.92 -52.29 - 96.405 802.22 810.01 -7.79 - 96.455 856.68 810.09 46.59 - 96.505 778.52 810.17 -31.65 - 96.555 869.58 810.26 59.32 - 96.605 862.99 810.35 52.64 - 96.655 864.33 810.44 53.89 - 96.705 834.01 810.53 23.48 - 96.755 856.68 810.62 46.06 - 96.805 806.96 810.72 -3.76 - 96.855 784.59 810.81 -26.22 - 96.905 827.64 810.91 16.73 - 96.955 836.63 811.00 25.63 - 97.005 807.69 811.10 -3.41 - 97.055 787.01 811.20 -24.19 - 97.105 802.54 811.30 -8.76 - 97.155 781.42 811.40 -29.98 - 97.205 753.31 811.50 -58.19 - 97.255 747.91 811.60 -63.69 - 97.305 797.74 811.71 -13.97 - 97.355 743.90 811.81 -67.91 - 97.405 796.25 815.07 -18.82 - 97.455 788.73 815.24 -26.51 - 97.505 794.73 815.41 -20.68 - 97.565 762.01 815.62 -53.61 - 97.615 776.61 815.80 -39.19 - 97.665 809.75 815.98 -6.23 - 97.715 754.95 816.16 -61.21 - 97.765 793.46 816.34 -22.88 - 97.815 771.49 816.53 -45.04 - 97.865 793.22 816.72 -23.50 - 97.915 700.76 816.92 -116.16 - 97.965 744.69 817.11 -72.42 - 98.015 829.60 817.31 12.29 - 98.065 760.00 817.52 -57.52 - 98.115 804.52 817.72 -13.20 - 98.165 774.96 817.93 -42.97 - 98.215 796.93 818.15 -21.22 - 98.265 804.51 818.37 -13.86 - 98.315 797.91 818.59 -20.68 - 98.365 784.31 818.82 -34.51 - 98.415 876.42 819.05 57.37 - 98.465 782.59 819.28 -36.69 - 98.515 782.98 819.53 -36.55 - 98.565 797.08 819.77 -22.69 - 98.615 822.70 820.02 2.68 - 98.665 824.09 820.28 3.81 - 98.715 785.08 820.54 -35.46 - 98.765 797.86 820.81 -22.95 - 98.834 794.10 821.20 -27.10 - 98.884 744.15 821.48 -77.33 - 98.934 805.83 821.78 -15.95 - 98.984 833.99 822.08 11.91 - 99.034 859.29 822.39 36.90 - 99.084 861.07 822.71 38.36 - 99.134 821.66 823.03 -1.37 - 99.184 780.46 823.37 -42.91 - 99.234 790.35 823.72 -33.37 - 99.284 772.78 823.86 -51.08 - 99.334 833.16 824.24 8.92 - 99.384 792.01 824.62 -32.61 - 99.434 800.01 825.02 -25.01 - 99.484 836.61 825.43 11.18 - 99.534 802.68 825.86 -23.18 - 99.584 848.10 826.30 21.80 - 99.634 781.62 826.76 -45.14 - 99.684 764.05 827.23 -63.18 - 99.734 810.25 827.73 -17.48 - 99.784 828.77 828.25 0.52 - 99.834 833.69 828.79 4.90 - 99.884 777.37 829.35 -51.98 - 99.934 807.53 829.94 -22.41 - 99.984 770.04 830.55 -60.51 - 100.034 860.28 831.20 29.08 - 100.081 798.05 831.83 -33.78 - 100.131 770.84 832.55 -61.71 - 100.181 802.20 833.30 -31.10 - 100.231 812.19 834.09 -21.90 - 100.281 834.94 834.93 0.01 - 100.331 755.06 835.81 -80.75 - 100.381 810.11 836.75 -26.64 - 100.431 808.23 837.75 -29.52 - 100.481 807.87 838.81 -30.94 - 100.531 767.17 839.94 -72.77 - 100.581 829.03 841.15 -12.12 - 100.631 788.36 842.45 -54.09 - 100.681 802.10 843.84 -41.74 - 100.731 765.12 845.34 -80.22 - 100.781 813.98 846.96 -32.98 - 100.831 798.67 848.71 -50.04 - 100.881 823.00 850.61 -27.61 - 100.931 812.48 852.68 -40.20 - 100.981 811.03 854.94 -43.91 - 101.031 814.08 857.41 -43.33 - 101.080 835.13 860.12 -24.99 - 101.130 858.66 863.10 -4.44 - 101.180 802.28 866.42 -64.14 - 101.230 800.88 870.10 -69.22 - 101.280 810.88 874.20 -63.32 - 101.325 864.61 878.33 -13.72 - 101.375 849.43 883.46 -34.03 - 101.426 927.18 889.27 37.91 - 101.476 863.40 895.89 -32.49 - 101.526 889.10 903.45 -14.35 - 101.576 902.64 912.17 -9.53 - 101.626 877.86 922.33 -44.47 - 101.676 887.37 934.34 -46.97 - 101.726 955.73 948.86 6.87 - 101.776 915.23 967.13 -51.90 - 101.826 1006.90 991.93 14.97 - 101.876 945.64 1028.75 -83.11 - 101.926 949.25 1088.19 -138.94 - 101.976 984.23 1190.47 -206.24 - 102.025 1015.57 1368.23 -352.66 - 102.075 1106.93 1669.94 -563.01 - 102.125 1481.12 2160.61 -679.49 - 102.175 2039.75 2896.38 -856.63 - 102.225 3115.63 3924.74 -809.11 - 102.275 4819.78 5235.47 -415.69 - 102.325 6814.76 6745.22 69.54 - 102.375 8308.87 8277.92 30.95 - 102.425 9564.54 9597.90 -33.36 - 102.475 9824.53 10407.48 -582.95 - 102.525 9957.49 10488.20 -530.71 - 102.571 9452.58 9905.22 -452.64 - 102.621 8475.16 8707.04 -231.88 - 102.671 7204.12 7202.13 1.99 - 102.721 6119.59 5658.45 461.14 - 102.771 4776.17 4278.69 497.48 - 102.821 3862.38 3166.28 696.10 - 102.871 3107.83 2347.89 759.94 - 102.921 2539.37 1794.66 744.71 - 102.971 2119.15 1446.35 672.80 - 103.021 1655.92 1239.71 416.21 - 103.071 1467.25 1120.25 347.00 - 103.121 1223.45 1051.38 172.07 - 103.171 1080.88 1010.08 70.80 - 103.221 1063.27 983.02 80.25 - 103.271 915.13 963.65 -48.52 - 103.321 985.03 948.68 36.35 - 103.371 961.96 936.50 25.46 - 103.420 954.06 926.32 27.74 - 103.471 891.79 917.65 -25.86 - 103.520 907.07 910.24 -3.17 - 103.570 854.13 903.84 -49.71 - 103.620 891.07 898.32 -7.25 - 103.670 902.56 893.48 9.08 - 103.720 871.93 889.25 -17.32 - 103.770 852.09 885.56 -33.47 - 103.817 865.70 882.51 -16.81 - 103.867 883.25 879.62 3.63 - 103.917 903.82 877.09 26.73 - 103.967 871.04 874.85 -3.81 - 104.017 928.50 872.89 55.61 - 104.067 884.48 871.16 13.32 - 104.117 918.79 869.65 49.14 - 104.167 889.69 868.32 21.37 - 104.217 875.23 867.17 8.06 - 104.267 868.21 866.18 2.03 - 104.317 925.22 865.33 59.89 - 104.367 821.80 864.61 -42.81 - 104.417 882.03 864.02 18.01 - 104.467 877.40 863.54 13.86 - 104.517 866.11 863.17 2.94 - 104.567 894.84 862.91 31.93 - 104.617 915.17 862.75 52.42 - 104.667 895.82 862.68 33.14 - 104.717 856.33 862.71 -6.38 - 104.767 872.72 862.84 9.88 - 104.817 890.12 863.06 27.06 - 104.867 914.26 863.37 50.89 - 104.917 920.17 863.79 56.38 - 104.967 916.82 864.30 52.52 - 105.017 913.08 864.91 48.17 - 105.056 882.07 865.47 16.60 - 105.106 898.29 866.28 32.01 - 105.156 884.57 867.21 17.36 - 105.206 899.29 868.27 31.02 - 105.256 908.34 869.46 38.88 - 105.306 947.90 870.81 77.09 - 105.356 866.09 872.31 -6.22 - 105.406 890.09 874.00 16.09 - 105.456 905.25 875.88 29.37 - 105.506 884.06 877.98 6.08 - 105.556 939.26 880.32 58.94 - 105.606 929.59 882.95 46.64 - 105.656 949.85 885.89 63.96 - 105.706 902.71 889.19 13.52 - 105.756 973.13 892.90 80.23 - 105.806 978.82 897.08 81.74 - 105.856 962.98 901.81 61.17 - 105.906 999.06 907.19 91.87 - 105.956 994.34 913.34 81.00 - 106.006 1026.27 920.39 105.88 - 106.056 1006.75 928.51 78.24 - 106.105 1023.63 937.90 85.73 - 106.156 1114.95 948.97 165.98 - 106.206 1038.89 962.07 76.82 - 106.255 1134.35 977.84 156.51 - 106.315 1173.09 1001.91 171.18 - 106.365 1238.71 1030.07 208.64 - 106.415 1144.36 1071.86 72.50 - 106.465 1041.96 1140.08 -98.12 - 106.515 1102.49 1258.12 -155.63 - 106.565 1180.52 1465.77 -285.25 - 106.615 1274.02 1822.17 -548.15 - 106.665 1690.85 2399.29 -708.44 - 106.715 2368.56 3266.71 -898.15 - 106.765 3600.32 4456.12 -855.80 - 106.815 5354.54 5943.38 -588.84 - 106.865 7645.08 7595.59 49.49 - 106.915 9275.35 9166.50 108.85 - 106.965 10622.81 10356.98 265.83 - 107.015 10743.61 10823.08 -79.47 - 107.065 10356.37 10427.70 -71.33 - 107.115 9398.42 9298.92 99.50 - 107.165 7960.51 7746.30 214.21 - 107.215 6723.92 6091.62 632.30 - 107.265 5444.76 4585.91 858.85 - 107.315 4349.66 3367.12 982.54 - 107.364 3521.26 2477.00 1044.26 - 107.414 2980.23 1876.49 1103.74 - 107.465 2424.64 1503.91 920.73 - 107.514 2042.30 1286.35 755.95 - 107.571 1599.43 1150.00 449.43 - 107.622 1416.56 1083.99 332.57 - 107.672 1234.72 1040.48 194.24 - 107.722 1150.50 1013.31 137.19 - 107.772 1090.52 993.34 97.18 - 107.822 1045.00 977.61 67.39 - 107.872 999.65 964.71 34.94 - 107.922 1024.72 953.93 70.79 - 107.972 947.24 944.83 2.41 - 108.022 908.16 937.11 -28.95 - 108.072 929.10 930.48 -1.38 - 108.122 901.99 924.79 -22.80 - 108.172 919.22 919.90 -0.68 - 108.222 899.26 915.68 -16.42 - 108.272 901.11 912.04 -10.93 - 108.322 939.78 908.89 30.89 - 108.371 950.45 906.19 44.26 - 108.421 873.90 903.86 -29.96 - 108.471 900.55 901.86 -1.31 - 108.521 910.40 900.17 10.23 - 108.571 856.49 898.75 -42.26 - 108.621 961.28 897.58 63.70 - 108.671 885.54 896.62 -11.08 - 108.721 899.35 895.87 3.48 - 108.771 888.65 895.31 -6.66 - 108.808 881.86 895.01 -13.15 - 108.859 855.34 894.75 -39.41 - 108.909 847.93 894.65 -46.72 - 108.959 870.87 894.71 -23.84 - 109.009 890.57 894.92 -4.35 - 109.059 871.59 895.28 -23.68 - 109.109 857.36 895.78 -38.42 - 109.159 874.97 896.42 -21.45 - 109.209 861.41 897.21 -35.80 - 109.259 867.74 898.14 -30.40 - 109.309 933.20 899.23 33.97 - 109.359 913.48 900.47 13.01 - 109.409 884.15 901.87 -17.72 - 109.459 871.95 903.45 -31.50 - 109.509 879.12 905.19 -26.07 - 109.559 864.66 907.13 -42.47 - 109.608 899.68 909.26 -9.58 - 109.658 948.99 911.62 37.37 - 109.708 926.55 914.21 12.34 - 109.758 923.31 917.05 6.26 - 109.808 919.76 920.17 -0.41 - 109.858 924.23 923.58 0.65 - 109.908 938.02 927.34 10.68 - 109.958 890.17 931.48 -41.31 - 110.008 959.09 936.02 23.07 - 110.055 894.19 940.66 -46.47 - 110.105 904.12 946.16 -42.04 - 110.155 934.62 952.24 -17.62 - 110.205 952.64 958.98 -6.34 - 110.255 964.60 966.45 -1.85 - 110.305 1039.27 974.78 64.49 - 110.355 1010.11 984.10 26.01 - 110.405 1013.18 994.56 18.62 - 110.455 1030.00 1006.35 23.65 - 110.505 1039.04 1019.63 19.41 - 110.555 1075.84 1034.78 41.06 - 110.605 1030.69 1052.11 -21.42 - 110.655 1155.80 1071.94 83.86 - 110.705 1138.39 1094.93 43.46 - 110.755 1171.59 1121.65 49.94 - 110.805 1239.07 1153.01 86.06 - 110.855 1276.79 1190.25 86.54 - 110.905 1277.63 1235.28 42.35 - 110.955 1310.06 1291.63 18.43 - 111.005 1271.49 1366.09 -94.60 - 111.055 1267.63 1473.64 -206.01 - 111.104 1264.01 1644.83 -380.82 - 111.155 1343.59 1942.30 -598.71 - 111.205 1457.00 2471.66 -1014.66 - 111.254 1838.13 3391.65 -1553.52 - 111.320 3048.53 5547.62 -2499.09 - 111.370 5180.57 8153.95 -2973.38 - 111.420 8604.40 11658.39 -3053.99 - 111.470 13607.64 15868.97 -2261.33 - 111.520 18938.41 20259.09 -1320.68 - 111.570 23543.64 24015.14 -471.50 - 111.620 25711.57 26151.10 -439.53 - 111.670 26093.35 25935.00 158.35 - 111.721 23976.26 23447.72 528.54 - 111.770 20585.05 19518.65 1066.40 - 111.820 16993.17 15107.22 1885.95 - 111.870 13883.59 10991.46 2892.13 - 111.920 11034.31 7649.42 3384.89 - 111.970 8938.63 5196.28 3742.35 - 112.020 6869.75 3571.63 3298.12 - 112.070 5417.45 2576.84 2840.61 - 112.120 4288.83 2002.36 2286.47 - 112.170 3280.65 1679.08 1601.57 - 112.220 2713.23 1493.22 1220.01 - 112.270 2157.62 1378.80 778.82 - 112.320 1793.25 1300.89 492.36 - 112.370 1524.58 1242.88 281.70 - 112.420 1329.01 1196.48 132.53 - 112.470 1235.25 1158.29 76.96 - 112.520 1058.22 1126.33 -68.11 - 112.593 1071.88 1087.98 -16.10 - 112.643 1043.15 1066.14 -22.99 - 112.693 1036.21 1047.23 -11.02 - 112.743 1036.30 1030.76 5.54 - 112.793 996.14 1016.37 -20.23 - 112.843 1019.99 1003.69 16.30 - 112.893 1026.17 992.46 33.71 - 112.943 981.35 982.49 -1.14 - 112.993 1002.14 973.59 28.55 - 113.043 974.97 965.66 9.31 - 113.093 1008.80 958.51 50.29 - 113.143 981.86 952.06 29.80 - 113.193 964.33 946.25 18.08 - 113.243 1004.62 940.98 63.64 - 113.293 967.25 936.19 31.06 - 113.343 957.47 931.84 25.63 - 113.393 947.34 927.87 19.47 - 113.443 933.68 924.24 9.44 - 113.493 964.81 920.91 43.90 - 113.543 974.71 917.87 56.84 - 113.593 985.80 915.07 70.73 - 113.642 975.31 912.51 62.80 - 113.693 954.80 910.14 44.66 - 113.743 930.47 907.96 22.51 - 113.792 970.99 905.96 65.03 - 113.826 888.04 904.71 -16.67 - 113.876 965.31 902.96 62.35 - 113.926 1003.96 901.35 102.61 - 113.976 991.52 899.86 91.66 - 114.026 1043.71 898.50 145.21 - 114.076 950.55 897.25 53.30 - 114.126 948.32 896.10 52.22 - 114.176 1010.80 895.05 115.75 - 114.226 920.64 894.09 26.55 - 114.276 974.06 893.22 80.84 - 114.326 1031.76 892.43 139.33 - 114.376 930.36 891.73 38.63 - 114.426 944.53 891.10 53.43 - 114.476 941.88 890.54 51.34 - 114.526 999.07 890.07 109.00 - 114.576 991.42 889.66 101.76 - 114.626 1025.51 889.33 136.18 - 114.676 946.04 889.07 56.97 - 114.726 969.78 888.88 80.90 - 114.776 950.25 888.78 61.47 - 114.826 945.64 888.75 56.89 - 114.876 963.42 888.80 74.62 - 114.926 898.48 888.95 9.53 - 114.976 981.89 889.18 92.71 - 115.026 935.41 889.52 45.89 - 115.063 924.83 889.85 34.98 - 115.113 911.87 890.39 21.48 - 115.163 931.37 891.07 40.30 - 115.214 960.79 891.90 68.89 - 115.264 870.55 892.90 -22.35 - 115.314 891.32 894.10 -2.78 - 115.364 917.94 895.53 22.41 - 115.414 896.91 897.23 -0.32 - 115.464 970.98 899.25 71.73 - 115.514 994.41 901.64 92.77 - 115.564 934.84 904.51 30.33 - 115.614 974.43 907.95 66.48 - 115.663 967.31 912.10 55.21 - 115.714 1047.46 917.21 130.25 - 115.763 1008.01 923.67 84.34 - 115.813 990.10 932.31 57.79 - 115.863 1049.32 944.91 104.41 - 115.913 1019.67 965.31 54.36 - 115.963 967.09 1001.09 -34.00 - 116.013 1048.08 1065.32 -17.24 - 116.063 1094.86 1177.64 -82.78 - 116.113 1139.86 1361.40 -221.54 - 116.163 1421.78 1639.59 -217.81 - 116.213 1761.51 2016.65 -255.14 - 116.263 2223.02 2467.27 -244.25 - 116.314 2537.69 2936.80 -399.11 - 116.364 3021.56 3301.27 -279.71 - 116.414 3380.15 3468.60 -88.45 - 116.464 3232.02 3362.94 -130.92 - 116.514 3163.91 3028.20 135.71 - 116.564 2780.30 2576.01 204.29 - 116.614 2451.44 2113.41 338.03 - 116.664 2195.81 1714.43 481.38 - 116.714 1901.89 1411.62 490.27 - 116.764 1652.38 1206.12 446.26 - 116.814 1429.65 1078.12 351.53 - 116.864 1347.50 1004.04 343.46 - 116.914 1253.14 962.89 290.25 - 116.964 1147.59 939.57 208.02 - 117.014 1117.99 925.48 192.51 - 117.064 1077.67 916.06 161.61 - 117.114 1004.15 912.24 91.91 - 117.164 984.30 906.86 77.44 - 117.214 993.63 902.50 91.13 - 117.264 945.43 898.90 46.53 - 117.314 916.68 895.89 20.79 - 117.363 940.23 893.36 46.87 - 117.413 911.29 891.21 20.08 - 117.463 950.37 889.38 60.99 - 117.513 868.56 887.83 -19.27 - 117.549 907.82 886.86 20.96 - 117.599 931.60 885.66 45.94 - 117.649 851.63 884.63 -33.00 - 117.699 895.91 883.75 12.16 - 117.749 847.49 882.99 -35.50 - 117.799 870.96 882.35 -11.39 - 117.849 833.37 881.79 -48.42 - 117.899 887.41 881.33 6.08 - 117.949 930.33 880.93 49.40 - 117.999 849.16 880.61 -31.45 - 118.049 872.97 880.34 -7.37 - 118.099 837.82 880.13 -42.31 - 118.149 887.21 879.96 7.25 - 118.199 892.63 879.84 12.79 - 118.249 893.65 879.76 13.89 - 118.299 861.13 879.72 -18.59 - 118.349 867.43 879.72 -12.29 - 118.399 863.05 879.75 -16.70 - 118.449 839.51 879.81 -40.30 - 118.499 823.83 879.91 -56.08 - 118.549 927.76 880.03 47.73 - 118.598 874.50 880.18 -5.68 - 118.649 871.49 880.36 -8.87 - 118.699 869.01 880.57 -11.56 - 118.749 901.20 880.81 20.39 - 118.795 814.27 881.05 -66.78 - 118.845 876.34 881.35 -5.01 - 118.895 920.80 881.67 39.13 - 118.945 832.84 882.02 -49.18 - 118.995 878.53 882.41 -3.88 - 119.045 870.61 882.82 -12.21 - 119.095 846.20 883.27 -37.07 - 119.145 869.77 883.76 -13.99 - 119.195 881.91 884.29 -2.38 - 119.245 798.17 884.85 -86.68 - 119.295 832.43 885.46 -53.03 - 119.345 866.63 886.12 -19.49 - 119.395 928.11 886.83 41.28 - 119.445 858.59 887.59 -29.00 - 119.495 931.57 888.42 43.15 - 119.545 866.37 889.31 -22.94 - 119.595 857.22 890.27 -33.05 - 119.645 959.22 891.31 67.91 - 119.695 924.54 892.45 32.09 - 119.745 905.04 893.68 11.36 - 119.795 914.85 895.03 19.82 - 119.844 914.35 896.49 17.86 - 119.894 871.07 898.11 -27.04 - 119.945 891.42 899.88 -8.46 - 119.994 912.47 901.83 10.64 - 120.047 893.90 904.10 -10.20 - 120.097 930.90 906.51 24.39 - 120.147 875.38 909.21 -33.83 - 120.197 954.46 912.23 42.23 - 120.247 930.89 915.61 15.28 - 120.297 964.02 919.44 44.58 - 120.347 902.57 923.81 -21.24 - 120.397 932.20 928.79 3.41 - 120.447 926.06 934.53 -8.47 - 120.497 930.04 941.16 -11.12 - 120.547 1011.85 948.92 62.93 - 120.597 950.77 958.06 -7.29 - 120.647 948.48 968.90 -20.42 - 120.697 955.23 981.99 -26.76 - 120.747 955.77 998.09 -42.32 - 120.797 907.80 1018.68 -110.88 - 120.847 981.33 1046.88 -65.55 - 120.897 980.75 1089.56 -108.81 - 120.947 967.59 1160.05 -192.46 - 120.997 975.17 1287.61 -312.44 - 121.047 1088.05 1515.51 -427.46 - 121.096 1242.07 1902.26 -660.19 - 121.146 1604.56 2513.50 -908.94 - 121.196 2139.18 3379.28 -1240.10 - 121.246 3100.92 4459.06 -1358.14 - 121.298 4296.04 5668.67 -1372.63 - 121.349 5522.07 6646.15 -1124.08 - 121.399 6304.47 7115.37 -810.90 - 121.449 6355.89 6875.18 -519.29 - 121.499 5992.26 6036.05 -43.79 - 121.549 5277.48 4905.35 372.13 - 121.599 4691.06 3769.63 921.43 - 121.649 3836.02 2812.76 1023.26 - 121.699 3281.96 2106.61 1175.35 - 121.749 2772.13 1641.94 1130.19 - 121.799 2337.78 1360.74 977.04 - 121.849 2033.30 1201.46 831.84 - 121.899 1736.64 1113.29 623.35 - 121.949 1539.52 1062.15 477.37 - 121.999 1433.95 1029.80 404.15 - 122.049 1283.19 1007.05 276.14 - 122.098 1115.41 989.71 125.70 - 122.148 1084.54 975.82 108.72 - 122.198 974.31 964.40 9.91 - 122.248 920.14 954.88 -34.74 - 122.298 965.98 946.85 19.13 - 122.348 864.89 940.05 -75.16 - 122.398 901.46 934.19 -32.73 - 122.448 904.25 941.08 -36.83 - 122.498 875.85 937.00 -61.15 - 122.554 914.47 933.10 -18.63 - 122.604 827.03 930.10 -103.07 - 122.654 855.80 927.51 -71.71 - 122.704 895.05 925.26 -30.21 - 122.754 834.92 923.32 -88.40 - 122.804 867.02 921.64 -54.62 - 122.854 860.72 920.18 -59.46 - 122.904 826.44 918.93 -92.49 - 122.954 860.98 917.86 -56.88 - 123.004 884.98 916.95 -31.97 - 123.054 895.66 916.19 -20.53 - 123.104 842.72 915.55 -72.83 - 123.154 808.84 915.04 -106.20 - 123.204 839.31 914.63 -75.32 - 123.254 878.25 914.33 -36.08 - 123.304 871.67 914.12 -42.45 - 123.354 879.42 914.00 -34.58 - 123.404 894.37 913.97 -19.60 - 123.454 891.87 914.02 -22.15 - 123.504 851.41 914.14 -62.73 - 123.554 856.75 914.34 -57.59 - 123.604 877.32 914.61 -37.29 - 123.654 851.47 914.95 -63.48 - 123.704 891.67 915.36 -23.69 - 123.754 863.35 915.84 -52.49 - 123.800 929.99 916.35 13.64 - 123.850 911.77 916.98 -5.21 - 123.900 837.04 917.67 -80.63 - 123.950 871.06 918.45 -47.39 - 124.000 933.62 919.29 14.33 - 124.050 841.04 920.22 -79.18 - 124.100 880.45 921.23 -40.78 - 124.150 874.46 922.33 -47.87 - 124.200 883.00 923.52 -40.52 - 124.250 902.14 924.81 -22.67 - 124.300 907.40 926.20 -18.80 - 124.350 868.68 927.71 -59.03 - 124.400 881.63 929.32 -47.69 - 124.450 880.77 931.07 -50.30 - 124.500 874.02 932.96 -58.94 - 124.550 853.37 934.99 -81.62 - 124.600 938.04 937.18 0.86 - 124.650 869.29 939.55 -70.26 - 124.700 894.51 942.12 -47.61 - 124.750 884.95 944.89 -59.94 - 124.800 837.84 947.90 -110.06 - 124.849 946.06 951.15 -5.09 - 124.899 899.33 954.71 -55.38 - 124.950 914.32 958.58 -44.26 - 124.999 887.27 962.79 -75.52 - 125.037 950.65 966.18 -15.53 - 125.087 890.12 971.13 -81.01 - 125.137 926.92 976.57 -49.65 - 125.187 954.01 982.56 -28.55 - 125.237 947.32 989.16 -41.84 - 125.287 1019.54 996.47 23.07 - 125.337 970.60 1004.62 -34.02 - 125.387 1074.69 1013.70 60.99 - 125.437 1080.49 1023.89 56.60 - 125.487 1064.62 1035.30 29.32 - 125.537 1011.85 1048.23 -36.38 - 125.587 1085.20 1062.95 22.25 - 125.637 1182.26 1079.69 102.57 - 125.687 1041.57 1098.97 -57.40 - 125.737 1227.69 1121.23 106.46 - 125.787 1230.89 1144.13 86.76 - 125.837 1264.96 1174.58 90.38 - 125.887 1255.02 1210.62 44.40 - 125.937 1374.56 1253.76 120.80 - 125.987 1323.11 1305.98 17.13 - 126.037 1345.89 1370.64 -24.75 - 126.086 1351.49 1453.58 -102.09 - 126.136 1428.15 1568.68 -140.53 - 126.186 1350.13 1743.86 -393.73 - 126.236 1413.59 2036.74 -623.15 - 126.281 1474.63 2486.68 -1012.05 - 126.331 1663.46 3357.39 -1693.93 - 126.381 2298.53 4828.47 -2529.94 - 126.431 3720.58 7116.05 -3395.47 - 126.481 6158.49 10295.95 -4137.46 - 126.531 9433.97 14190.18 -4756.21 - 126.581 13022.75 18232.12 -5209.37 - 126.631 16151.75 21405.52 -5253.77 - 126.681 18042.46 22523.13 -4480.67 - 126.731 18859.28 21065.75 -2206.47 - 126.781 18146.32 17702.62 443.70 - 126.831 16165.30 13627.31 2537.99 - 126.881 13924.14 9813.30 4110.84 - 126.931 11462.82 6749.85 4712.97 - 126.981 9516.23 4588.54 4927.69 - 127.031 7799.88 3214.88 4585.00 - 127.081 6361.94 2408.43 3953.51 - 127.131 5299.95 1954.68 3345.28 - 127.181 4400.51 1696.57 2703.94 - 127.231 3540.52 1539.85 2000.67 - 127.281 2980.96 1434.40 1546.56 - 127.331 2502.42 1356.75 1145.67 - 127.381 2070.77 1295.43 775.34 - 127.431 1760.09 1245.69 514.40 - 127.481 1433.33 1204.66 228.67 - 127.546 1280.43 1160.68 119.75 - 127.596 1163.21 1132.88 30.33 - 127.646 1115.77 1109.12 6.65 - 127.696 1048.73 1088.64 -39.91 - 127.746 1026.82 1070.93 -44.11 - 127.796 874.06 1055.47 -181.41 - 127.846 1001.41 1041.87 -40.46 - 127.896 895.06 1029.89 -134.83 - 127.946 929.93 1019.27 -89.34 - 127.996 906.34 1016.43 -110.09 - 128.046 945.08 1008.13 -63.05 - 128.096 911.33 1000.70 -89.37 - 128.146 860.64 994.06 -133.42 - 128.196 900.34 988.06 -87.72 - 128.246 949.63 982.65 -33.02 - 128.296 866.73 977.76 -111.03 - 128.346 874.68 973.32 -98.64 - 128.396 928.09 969.29 -41.20 - 128.446 893.28 965.62 -72.34 - 128.496 906.20 962.27 -56.07 - 128.546 935.39 959.22 -23.83 - 128.596 860.95 956.45 -95.50 - 128.646 888.10 953.89 -65.79 - 128.696 913.26 951.56 -38.30 - 128.746 911.95 949.43 -37.48 - 128.823 931.61 946.49 -14.88 - 128.873 913.65 944.79 -31.14 - 128.923 817.40 943.24 -125.84 - 128.973 971.74 941.83 29.91 - 129.023 939.52 940.54 -1.02 - 129.073 886.40 939.38 -52.98 - 129.123 897.29 938.32 -41.03 - 129.173 895.28 937.38 -42.10 - 129.223 928.14 936.53 -8.39 - 129.273 873.67 935.78 -62.11 - 129.323 880.09 935.11 -55.02 - 129.373 948.32 934.53 13.79 - 129.423 912.44 934.04 -21.60 - 129.473 837.01 933.63 -96.62 - 129.523 868.90 933.30 -64.40 - 129.573 932.51 933.04 -0.53 - 129.623 983.67 932.86 50.81 - 129.673 914.55 932.75 -18.20 - 129.723 931.29 932.72 -1.43 - 129.773 937.80 932.77 5.03 - 129.823 887.22 932.89 -45.67 + 91.532 789.50 801.47 -11.97 + 91.582 717.82 801.59 -83.77 + 91.632 732.58 801.73 -69.15 + 91.682 848.45 801.87 46.58 + 91.732 751.74 802.02 -50.28 + 91.782 781.80 802.18 -20.38 + 91.832 798.00 802.36 -4.36 + 91.882 738.06 802.54 -64.48 + 91.932 802.09 802.74 -0.65 + 91.982 776.73 802.95 -26.22 + 92.032 759.80 803.18 -43.38 + 92.082 771.51 803.42 -31.91 + 92.132 731.87 803.68 -71.81 + 92.182 785.03 803.97 -18.94 + 92.232 773.16 804.28 -31.12 + 92.282 832.71 804.61 28.10 + 92.332 817.14 804.97 12.17 + 92.381 852.20 805.37 46.83 + 92.431 769.11 805.82 -36.71 + 92.482 803.61 806.31 -2.70 + 92.531 798.55 806.85 -8.30 + 92.570 839.23 807.32 31.91 + 92.620 784.52 808.00 -23.48 + 92.670 817.72 808.77 8.95 + 92.721 774.58 809.67 -35.09 + 92.770 824.08 810.73 13.35 + 92.820 809.19 812.07 -2.88 + 92.870 804.31 813.87 -9.56 + 92.921 863.25 816.52 46.73 + 92.971 772.19 820.74 -48.55 + 93.020 785.92 827.78 -41.86 + 93.070 819.65 839.77 -20.12 + 93.121 840.54 859.76 -19.22 + 93.170 851.88 891.54 -39.66 + 93.220 873.63 939.58 -65.95 + 93.270 890.10 1007.32 -117.22 + 93.320 928.91 1095.99 -167.08 + 93.370 1017.01 1202.89 -185.88 + 93.420 1157.47 1320.27 -162.80 + 93.470 1365.58 1435.07 -69.49 + 93.520 1433.89 1529.59 -95.70 + 93.570 1549.80 1585.89 -36.09 + 93.620 1581.37 1591.10 -9.73 + 93.670 1595.13 1543.79 51.34 + 93.720 1541.86 1455.07 86.79 + 93.770 1504.80 1343.12 161.68 + 93.810 1457.59 1248.75 208.84 + 93.860 1310.94 1136.37 174.57 + 93.910 1231.30 1040.03 191.27 + 93.960 1134.05 964.23 169.82 + 94.010 983.77 909.28 74.49 + 94.060 1009.71 872.00 137.71 + 94.110 961.74 848.19 113.55 + 94.160 843.73 833.78 9.95 + 94.210 864.42 825.34 39.08 + 94.260 829.22 820.44 8.78 + 94.310 856.63 817.50 39.13 + 94.360 836.98 815.63 21.35 + 94.410 765.69 814.34 -48.65 + 94.460 732.99 813.38 -80.39 + 94.510 802.39 812.62 -10.23 + 94.560 786.53 812.00 -25.47 + 94.610 755.41 811.48 -56.07 + 94.660 718.64 811.04 -92.40 + 94.710 803.61 810.67 -7.06 + 94.760 766.35 810.36 -44.01 + 94.810 841.32 810.10 31.22 + 94.859 814.84 809.88 4.96 + 94.910 787.11 809.69 -22.58 + 94.960 766.08 809.54 -43.46 + 95.010 805.01 809.22 -4.21 + 95.068 782.66 809.10 -26.44 + 95.118 822.21 809.02 13.19 + 95.169 842.67 808.96 33.71 + 95.219 799.32 808.92 -9.60 + 95.269 832.30 808.88 23.42 + 95.319 851.76 808.86 42.90 + 95.369 846.89 808.85 38.04 + 95.419 832.99 808.86 24.13 + 95.469 804.89 808.86 -3.97 + 95.519 866.04 808.88 57.16 + 95.569 892.03 808.91 83.12 + 95.619 840.48 808.94 31.54 + 95.669 839.14 808.97 30.17 + 95.719 870.14 809.02 61.12 + 95.769 817.08 809.06 8.02 + 95.818 882.76 809.11 73.65 + 95.868 821.31 809.17 12.14 + 95.918 898.81 809.23 89.58 + 95.968 880.82 809.29 71.53 + 96.018 838.23 809.36 28.87 + 96.068 842.34 809.42 32.92 + 96.118 845.46 809.50 35.96 + 96.168 869.81 809.57 60.24 + 96.218 796.15 809.65 -13.50 + 96.268 774.27 809.73 -35.46 + 96.305 818.63 809.79 8.84 + 96.355 757.63 809.87 -52.24 + 96.405 802.22 809.95 -7.73 + 96.455 856.68 810.04 46.64 + 96.505 778.52 810.13 -31.61 + 96.555 869.58 810.21 59.37 + 96.605 862.99 810.31 52.68 + 96.655 864.33 810.40 53.93 + 96.705 834.01 810.49 23.52 + 96.755 856.68 810.58 46.10 + 96.805 806.96 810.68 -3.72 + 96.855 784.59 810.78 -26.19 + 96.905 827.64 810.87 16.77 + 96.955 836.63 810.97 25.66 + 97.005 807.69 811.07 -3.38 + 97.055 787.01 811.17 -24.16 + 97.105 802.54 811.27 -8.73 + 97.155 781.42 811.37 -29.95 + 97.205 753.31 811.48 -58.17 + 97.255 747.91 811.58 -63.67 + 97.305 797.74 814.81 -17.07 + 97.355 743.90 814.98 -71.08 + 97.405 796.25 815.15 -18.90 + 97.455 788.73 815.32 -26.59 + 97.505 794.73 815.50 -20.77 + 97.565 762.01 815.71 -53.70 + 97.615 776.61 815.89 -39.28 + 97.665 809.75 816.07 -6.32 + 97.715 754.95 816.26 -61.31 + 97.765 793.46 816.45 -22.99 + 97.815 771.49 816.64 -45.15 + 97.865 793.22 816.84 -23.62 + 97.915 700.76 817.03 -116.27 + 97.965 744.69 817.24 -72.55 + 98.015 829.60 817.44 12.16 + 98.065 760.00 817.65 -57.65 + 98.115 804.52 817.86 -13.34 + 98.165 774.96 818.08 -43.12 + 98.215 796.93 818.30 -21.37 + 98.265 804.51 818.53 -14.02 + 98.315 797.91 818.75 -20.84 + 98.365 784.31 818.99 -34.68 + 98.415 876.42 819.23 57.19 + 98.465 782.59 819.47 -36.88 + 98.515 782.98 819.72 -36.74 + 98.565 797.08 819.97 -22.89 + 98.615 822.70 820.23 2.47 + 98.665 824.09 820.50 3.59 + 98.715 785.08 820.77 -35.69 + 98.765 797.86 821.05 -23.19 + 98.834 794.10 821.45 -27.35 + 98.884 744.15 821.75 -77.60 + 98.934 805.83 822.05 -16.22 + 98.984 833.99 822.37 11.62 + 99.034 859.29 822.69 36.60 + 99.084 861.07 823.02 38.05 + 99.134 821.66 823.37 -1.71 + 99.184 780.46 823.51 -43.05 + 99.234 790.35 823.87 -33.52 + 99.284 772.78 824.25 -51.47 + 99.334 833.16 824.64 8.52 + 99.384 792.01 825.05 -33.04 + 99.434 800.01 825.47 -25.46 + 99.484 836.61 825.90 10.71 + 99.534 802.68 826.35 -23.67 + 99.584 848.10 826.82 21.28 + 99.634 781.62 827.31 -45.69 + 99.684 764.05 827.82 -63.77 + 99.734 810.25 828.34 -18.09 + 99.784 828.77 828.90 -0.13 + 99.834 833.69 829.47 4.22 + 99.884 777.37 830.07 -52.70 + 99.934 807.53 830.70 -23.17 + 99.984 770.04 831.37 -61.33 + 100.034 860.28 832.06 28.22 + 100.081 798.05 832.75 -34.70 + 100.131 770.84 833.53 -62.69 + 100.181 802.20 834.34 -32.14 + 100.231 812.19 835.20 -23.01 + 100.281 834.94 836.12 -1.18 + 100.331 755.06 837.09 -82.03 + 100.381 810.11 838.12 -28.01 + 100.431 808.23 839.22 -30.99 + 100.481 807.87 840.39 -32.52 + 100.531 767.17 841.65 -74.48 + 100.581 829.03 842.99 -13.96 + 100.631 788.36 844.45 -56.09 + 100.681 802.10 846.01 -43.91 + 100.731 765.12 847.70 -82.58 + 100.781 813.98 849.52 -35.54 + 100.831 798.67 851.51 -52.84 + 100.881 823.00 853.67 -30.67 + 100.931 812.48 856.04 -43.56 + 100.981 811.03 858.64 -47.61 + 101.031 814.08 861.50 -47.42 + 101.080 835.13 864.66 -29.53 + 101.130 858.66 868.15 -9.49 + 101.180 802.28 872.06 -69.78 + 101.230 800.88 876.43 -75.55 + 101.280 810.88 881.33 -70.45 + 101.325 864.61 886.29 -21.68 + 101.375 849.43 892.51 -43.08 + 101.426 927.18 899.62 27.56 + 101.476 863.40 907.80 -44.40 + 101.526 889.10 917.25 -28.15 + 101.576 902.64 928.32 -25.68 + 101.626 877.86 941.57 -63.71 + 101.676 887.37 957.92 -70.55 + 101.726 955.73 979.28 -23.55 + 101.776 915.23 1009.49 -94.26 + 101.826 1006.90 1056.72 -49.82 + 101.876 945.64 1136.23 -190.59 + 101.926 949.25 1273.92 -324.67 + 101.976 984.23 1511.96 -527.73 + 102.025 1015.57 1909.48 -893.91 + 102.075 1106.93 2523.78 -1416.85 + 102.125 1481.12 3413.39 -1932.27 + 102.175 2039.75 4598.01 -2558.26 + 102.225 3115.63 6034.16 -2918.53 + 102.275 4819.78 7586.91 -2767.13 + 102.325 6814.76 9039.63 -2224.87 + 102.375 8308.87 10112.51 -1803.64 + 102.425 9564.54 10547.94 -983.40 + 102.475 9824.53 10210.84 -386.31 + 102.525 9957.49 9205.20 752.29 + 102.571 9452.58 7920.67 1531.91 + 102.621 8475.16 6364.45 2110.71 + 102.671 7204.12 4888.25 2315.87 + 102.721 6119.59 3641.24 2478.35 + 102.771 4776.17 2689.55 2086.62 + 102.821 3862.38 2021.16 1841.22 + 102.871 3107.83 1586.04 1521.79 + 102.921 2539.37 1320.99 1218.38 + 102.971 2119.15 1166.64 952.51 + 103.021 1655.92 1078.49 577.43 + 103.071 1467.25 1026.56 440.69 + 103.121 1223.45 993.98 229.47 + 103.171 1080.88 971.68 109.20 + 103.221 1063.27 954.92 108.35 + 103.271 915.13 941.58 -26.45 + 103.321 985.03 930.56 54.47 + 103.371 961.96 921.25 40.71 + 103.420 954.06 913.29 40.77 + 103.471 891.79 906.44 -14.65 + 103.520 907.07 900.52 6.55 + 103.570 854.13 895.38 -41.25 + 103.620 891.07 890.91 0.16 + 103.670 902.56 886.97 15.59 + 103.720 871.93 883.52 -11.59 + 103.770 852.09 880.50 -28.41 + 103.817 865.70 877.99 -12.29 + 103.867 883.25 875.61 7.64 + 103.917 903.82 873.53 30.29 + 103.967 871.04 871.69 -0.65 + 104.017 928.50 870.08 58.42 + 104.067 884.48 868.67 15.81 + 104.117 918.79 867.43 51.36 + 104.167 889.69 866.36 23.33 + 104.217 875.23 865.44 9.79 + 104.267 868.21 864.67 3.54 + 104.317 925.22 864.01 61.21 + 104.367 821.80 863.48 -41.68 + 104.417 882.03 863.06 18.97 + 104.467 877.40 862.75 14.65 + 104.517 866.11 862.53 3.58 + 104.567 894.84 862.42 32.42 + 104.617 915.17 862.40 52.77 + 104.667 895.82 862.48 33.34 + 104.717 856.33 862.65 -6.32 + 104.767 872.72 862.92 9.80 + 104.817 890.12 863.28 26.84 + 104.867 914.26 863.73 50.53 + 104.917 920.17 864.29 55.88 + 104.967 916.82 864.96 51.86 + 105.017 913.08 865.73 47.35 + 105.056 882.07 866.41 15.66 + 105.106 898.29 867.40 30.89 + 105.156 884.57 868.51 16.06 + 105.206 899.29 869.77 29.52 + 105.256 908.34 871.18 37.16 + 105.306 947.90 872.76 75.14 + 105.356 866.09 874.53 -8.44 + 105.406 890.09 876.51 13.58 + 105.456 905.25 878.71 26.54 + 105.506 884.06 881.17 2.89 + 105.556 939.26 883.92 55.34 + 105.606 929.59 887.02 42.57 + 105.656 949.85 890.48 59.37 + 105.706 902.71 894.38 8.33 + 105.756 973.13 898.79 74.34 + 105.806 978.82 903.78 75.04 + 105.856 962.98 909.47 53.51 + 105.906 999.06 915.97 83.09 + 105.956 994.34 923.46 70.88 + 106.006 1026.27 932.11 94.16 + 106.056 1006.75 942.18 64.57 + 106.105 1023.63 953.96 69.67 + 106.156 1114.95 968.11 146.84 + 106.206 1038.89 985.42 53.47 + 106.255 1134.35 1007.52 126.83 + 106.315 1173.09 1045.15 127.94 + 106.365 1238.71 1095.96 142.75 + 106.415 1144.36 1181.47 -37.11 + 106.465 1041.96 1331.76 -289.80 + 106.515 1102.49 1593.70 -491.21 + 106.565 1180.52 2032.95 -852.43 + 106.615 1274.02 2724.98 -1450.96 + 106.665 1690.85 3728.70 -2037.85 + 106.715 2368.56 5055.90 -2687.34 + 106.765 3600.32 6628.87 -3028.55 + 106.815 5354.54 8282.62 -2928.08 + 106.865 7645.08 9744.71 -2099.63 + 106.915 9275.35 10654.44 -1379.09 + 106.965 10622.81 10759.51 -136.70 + 107.015 10743.61 10023.21 720.40 + 107.065 10356.37 8673.56 1682.81 + 107.115 9398.42 7043.24 2355.18 + 107.165 7960.51 5429.09 2531.42 + 107.215 6723.92 4031.40 2692.52 + 107.265 5444.76 2950.10 2494.66 + 107.315 4349.66 2188.77 2160.89 + 107.364 3521.26 1696.70 1824.56 + 107.414 2980.23 1397.23 1583.00 + 107.465 2424.64 1224.96 1199.68 + 107.514 2042.30 1127.60 914.70 + 107.571 1599.43 1064.61 534.82 + 107.622 1416.56 1027.70 388.86 + 107.672 1234.72 1004.03 230.68 + 107.722 1150.50 986.03 164.47 + 107.772 1090.52 971.62 118.90 + 107.822 1045.00 959.70 85.30 + 107.872 999.65 949.67 49.98 + 107.922 1024.72 941.17 83.55 + 107.972 947.24 933.92 13.32 + 108.022 908.16 927.72 -19.56 + 108.072 929.10 922.38 6.72 + 108.122 901.99 917.77 -15.78 + 108.172 919.22 913.81 5.41 + 108.222 899.26 910.38 -11.12 + 108.272 901.11 907.42 -6.31 + 108.322 939.78 904.88 34.90 + 108.371 950.45 902.69 47.76 + 108.421 873.90 900.83 -26.93 + 108.471 900.55 899.25 1.30 + 108.521 910.40 897.93 12.47 + 108.571 856.49 896.84 -40.35 + 108.621 961.28 895.97 65.31 + 108.671 885.54 895.30 -9.76 + 108.721 899.35 894.81 4.54 + 108.771 888.65 894.49 -5.84 + 108.808 881.86 894.36 -12.50 + 108.859 855.34 894.32 -38.98 + 108.909 847.93 894.43 -46.50 + 108.959 870.87 894.70 -23.83 + 109.009 890.57 895.10 -4.53 + 109.059 871.59 895.65 -24.06 + 109.109 857.36 896.35 -38.99 + 109.159 874.97 897.19 -22.22 + 109.209 861.41 898.17 -36.77 + 109.259 867.74 899.31 -31.57 + 109.309 933.20 900.60 32.60 + 109.359 913.48 902.06 11.42 + 109.409 884.15 903.68 -19.53 + 109.459 871.95 905.49 -33.54 + 109.509 879.12 907.49 -28.37 + 109.559 864.66 909.69 -45.03 + 109.608 899.68 912.11 -12.43 + 109.658 948.99 914.77 34.22 + 109.708 926.55 917.70 8.85 + 109.758 923.31 920.91 2.40 + 109.808 919.76 924.43 -4.67 + 109.858 924.23 928.28 -4.05 + 109.908 938.02 932.53 5.49 + 109.958 890.17 937.22 -47.05 + 110.008 959.09 942.36 16.73 + 110.055 894.19 947.64 -53.45 + 110.105 904.12 953.91 -49.79 + 110.155 934.62 960.86 -26.24 + 110.205 952.64 968.59 -15.95 + 110.255 964.60 977.19 -12.59 + 110.305 1039.27 986.81 52.46 + 110.355 1010.11 997.64 12.47 + 110.405 1013.18 1009.85 3.33 + 110.455 1030.00 1023.69 6.31 + 110.505 1039.04 1039.38 -0.34 + 110.555 1075.84 1057.39 18.45 + 110.605 1030.69 1078.15 -47.46 + 110.655 1155.80 1102.11 53.69 + 110.705 1138.39 1130.13 8.26 + 110.755 1171.59 1163.08 8.51 + 110.805 1239.07 1202.36 36.71 + 110.855 1276.79 1250.20 26.59 + 110.905 1277.63 1310.80 -33.17 + 110.955 1310.06 1393.02 -82.96 + 111.005 1271.49 1515.23 -243.74 + 111.055 1267.63 1715.82 -448.19 + 111.104 1264.01 2065.72 -801.71 + 111.155 1343.59 2690.70 -1347.11 + 111.205 1457.00 3766.54 -2309.54 + 111.254 1838.13 5499.02 -3660.89 + 111.320 3048.53 9079.45 -6030.92 + 111.370 5180.57 12823.65 -7643.08 + 111.420 8604.40 17155.28 -8550.88 + 111.470 13607.64 21468.67 -7861.03 + 111.520 18938.41 24851.43 -5913.02 + 111.570 23543.64 26344.87 -2801.23 + 111.620 25711.57 25418.19 293.38 + 111.670 26093.35 22404.58 3688.77 + 111.721 23976.26 18226.73 5749.53 + 111.770 20585.05 13849.26 6735.79 + 111.820 16993.17 9929.21 7063.96 + 111.870 13883.59 6834.35 7049.24 + 111.920 11034.31 4643.87 6390.44 + 111.970 8938.63 3224.08 5714.55 + 112.020 6869.75 2372.72 4497.03 + 112.070 5417.45 1887.21 3530.24 + 112.120 4288.83 1613.90 2674.93 + 112.170 3280.65 1454.33 1826.32 + 112.220 2713.23 1353.01 1360.22 + 112.270 2157.62 1282.04 875.58 + 112.320 1793.25 1227.92 565.33 + 112.370 1524.58 1184.48 340.10 + 112.420 1329.01 1148.23 180.78 + 112.470 1235.25 1117.69 117.56 + 112.520 1058.22 1091.74 -33.52 + 112.593 1071.88 1060.20 11.68 + 112.643 1043.15 1042.04 1.11 + 112.693 1036.21 1026.20 10.01 + 112.743 1036.30 1012.30 24.00 + 112.793 996.14 1000.08 -3.94 + 112.843 1019.99 989.25 30.74 + 112.893 1026.17 979.60 46.57 + 112.943 981.35 971.00 10.35 + 112.993 1002.14 963.28 38.86 + 113.043 974.97 956.37 18.60 + 113.093 1008.80 950.12 58.68 + 113.143 981.86 944.46 37.40 + 113.193 964.33 939.34 24.99 + 113.243 1004.62 934.68 69.94 + 113.293 967.25 930.45 36.80 + 113.343 957.47 926.58 30.89 + 113.393 947.34 923.05 24.29 + 113.443 933.68 919.81 13.87 + 113.493 964.81 916.83 47.98 + 113.543 974.71 914.10 60.61 + 113.593 985.80 911.60 74.20 + 113.642 975.31 909.30 66.01 + 113.693 954.80 907.17 47.63 + 113.743 930.47 905.21 25.26 + 113.792 970.99 903.41 67.58 + 113.826 888.04 902.28 -14.24 + 113.876 965.31 900.70 64.61 + 113.926 1003.96 899.25 104.71 + 113.976 991.52 897.92 93.60 + 114.026 1043.71 896.70 147.01 + 114.076 950.55 895.58 54.97 + 114.126 948.32 894.55 53.77 + 114.176 1010.80 893.62 117.18 + 114.226 920.64 892.77 27.87 + 114.276 974.06 892.01 82.05 + 114.326 1031.76 891.32 140.44 + 114.376 930.36 890.71 39.65 + 114.426 944.53 890.17 54.36 + 114.476 941.88 889.71 52.17 + 114.526 999.07 889.33 109.74 + 114.576 991.42 889.01 102.41 + 114.626 1025.51 888.77 136.74 + 114.676 946.04 888.60 57.44 + 114.726 969.78 888.51 81.27 + 114.776 950.25 888.50 61.75 + 114.826 945.64 888.57 57.07 + 114.876 963.42 888.73 74.69 + 114.926 898.48 888.99 9.49 + 114.976 981.89 889.35 92.54 + 115.026 935.41 889.82 45.59 + 115.063 924.83 890.25 34.58 + 115.113 911.87 890.96 20.91 + 115.163 931.37 891.81 39.56 + 115.214 960.79 892.85 67.94 + 115.264 870.55 894.08 -23.53 + 115.314 891.32 895.55 -4.23 + 115.364 917.94 897.29 20.65 + 115.414 896.91 899.37 -2.46 + 115.464 970.98 901.84 69.14 + 115.514 994.41 904.77 89.64 + 115.564 934.84 908.31 26.53 + 115.614 974.43 912.60 61.83 + 115.663 967.31 917.87 49.44 + 115.714 1047.46 924.60 122.86 + 115.763 1008.01 933.70 74.31 + 115.813 990.10 947.17 42.93 + 115.863 1049.32 969.27 80.05 + 115.913 1019.67 1008.25 11.42 + 115.963 967.09 1078.38 -111.29 + 116.013 1048.08 1200.10 -152.02 + 116.063 1094.86 1397.53 -302.67 + 116.113 1139.86 1689.10 -549.24 + 116.163 1421.78 2079.83 -658.05 + 116.213 1761.51 2538.66 -777.15 + 116.263 2223.02 2995.72 -772.70 + 116.314 2537.69 3341.34 -803.65 + 116.364 3021.56 3470.28 -448.72 + 116.414 3380.15 3325.47 54.68 + 116.464 3232.02 2964.45 267.57 + 116.514 3163.91 2504.72 659.19 + 116.564 2780.30 2048.97 731.33 + 116.614 2451.44 1662.80 788.64 + 116.664 2195.81 1374.98 820.83 + 116.714 1901.89 1182.03 719.86 + 116.764 1652.38 1064.08 588.30 + 116.814 1429.65 996.15 433.50 + 116.864 1347.50 958.31 389.19 + 116.914 1253.14 936.87 316.27 + 116.964 1147.59 923.68 223.91 + 117.014 1117.99 917.78 200.21 + 117.064 1077.67 911.18 166.49 + 117.114 1004.15 905.99 98.16 + 117.164 984.30 901.75 82.55 + 117.214 993.63 898.24 95.39 + 117.264 945.43 895.31 50.12 + 117.314 916.68 892.84 23.84 + 117.363 940.23 890.76 49.47 + 117.413 911.29 888.97 22.32 + 117.463 950.37 887.44 62.93 + 117.513 868.56 886.14 -17.58 + 117.549 907.82 885.33 22.49 + 117.599 931.60 884.32 47.28 + 117.649 851.63 883.46 -31.83 + 117.699 895.91 882.72 13.19 + 117.749 847.49 882.09 -34.60 + 117.799 870.96 881.55 -10.59 + 117.849 833.37 881.09 -47.72 + 117.899 887.41 880.71 6.70 + 117.949 930.33 880.39 49.94 + 117.999 849.16 880.13 -30.97 + 118.049 872.97 879.92 -6.95 + 118.099 837.82 879.77 -41.95 + 118.149 887.21 879.65 7.56 + 118.199 892.63 879.58 13.05 + 118.249 893.65 879.54 14.11 + 118.299 861.13 879.54 -18.41 + 118.349 867.43 879.58 -12.15 + 118.399 863.05 879.64 -16.59 + 118.449 839.51 879.74 -40.23 + 118.499 823.83 879.86 -56.03 + 118.549 927.76 880.02 47.74 + 118.598 874.50 880.20 -5.70 + 118.649 871.49 880.41 -8.92 + 118.699 869.01 880.65 -11.64 + 118.749 901.20 880.92 20.28 + 118.795 814.27 881.19 -66.92 + 118.845 876.34 881.52 -5.18 + 118.895 920.80 881.87 38.93 + 118.945 832.84 882.26 -49.42 + 118.995 878.53 882.67 -4.14 + 119.045 870.61 883.12 -12.51 + 119.095 846.20 883.61 -37.41 + 119.145 869.77 884.14 -14.37 + 119.195 881.91 884.71 -2.80 + 119.245 798.17 885.32 -87.15 + 119.295 832.43 885.97 -53.54 + 119.345 866.63 886.68 -20.05 + 119.395 928.11 887.45 40.66 + 119.445 858.59 888.27 -29.68 + 119.495 931.57 889.16 42.41 + 119.545 866.37 890.13 -23.76 + 119.595 857.22 891.17 -33.95 + 119.645 959.22 892.30 66.92 + 119.695 924.54 893.54 31.00 + 119.745 905.04 894.88 10.16 + 119.795 914.85 896.35 18.50 + 119.844 914.35 897.96 16.39 + 119.894 871.07 899.73 -28.66 + 119.945 891.42 901.69 -10.27 + 119.994 912.47 903.84 8.63 + 120.047 893.90 906.36 -12.46 + 120.097 930.90 909.05 21.85 + 120.147 875.38 912.06 -36.68 + 120.197 954.46 915.46 39.00 + 120.247 930.89 919.29 11.60 + 120.297 964.02 923.64 40.38 + 120.347 902.57 928.62 -26.05 + 120.397 932.20 934.35 -2.15 + 120.447 926.06 940.99 -14.93 + 120.497 930.04 948.72 -18.68 + 120.547 1011.85 957.84 54.01 + 120.597 950.77 968.71 -17.94 + 120.647 948.48 981.75 -33.27 + 120.697 955.23 997.84 -42.61 + 120.747 955.77 1018.40 -62.63 + 120.797 907.80 1046.55 -138.75 + 120.847 981.33 1089.06 -107.73 + 120.897 980.75 1159.13 -178.38 + 120.947 967.59 1286.28 -318.69 + 120.997 975.17 1513.40 -538.23 + 121.047 1088.05 1900.49 -812.44 + 121.096 1242.07 2506.42 -1264.35 + 121.146 1604.56 3370.13 -1765.57 + 121.196 2139.18 4452.25 -2313.07 + 121.246 3100.92 5611.62 -2510.70 + 121.298 4296.04 6638.21 -2342.17 + 121.349 5522.07 7114.07 -1592.00 + 121.399 6304.47 6880.82 -576.35 + 121.449 6355.89 6043.08 312.81 + 121.499 5992.26 4913.82 1078.44 + 121.549 5277.48 3779.12 1498.36 + 121.599 4691.06 2819.91 1871.15 + 121.649 3836.02 2111.54 1724.48 + 121.699 3281.96 1643.59 1638.37 + 121.749 2772.13 1362.36 1409.77 + 121.799 2337.78 1202.45 1135.33 + 121.849 2033.30 1113.54 919.76 + 121.899 1736.64 1062.36 674.28 + 121.949 1539.52 1029.86 509.66 + 121.999 1433.95 1007.07 426.88 + 122.049 1283.19 989.69 293.50 + 122.098 1115.41 975.79 139.62 + 122.148 1084.54 964.37 120.17 + 122.198 974.31 954.82 19.49 + 122.248 920.14 946.79 -26.65 + 122.298 965.98 939.95 26.03 + 122.348 864.89 934.12 -69.23 + 122.398 901.46 940.96 -39.50 + 122.448 904.25 936.85 -32.60 + 122.498 875.85 933.33 -57.48 + 122.554 914.47 929.96 -15.49 + 122.604 827.03 927.36 -100.33 + 122.654 855.80 925.11 -69.31 + 122.704 895.05 923.16 -28.11 + 122.754 834.92 921.47 -86.55 + 122.804 867.02 920.02 -53.00 + 122.854 860.72 918.76 -58.04 + 122.904 826.44 917.68 -91.24 + 122.954 860.98 916.77 -55.79 + 123.004 884.98 916.00 -31.02 + 123.054 895.66 915.36 -19.70 + 123.104 842.72 914.84 -72.12 + 123.154 808.84 914.44 -105.60 + 123.204 839.31 914.13 -74.82 + 123.254 878.25 913.92 -35.67 + 123.304 871.67 913.79 -42.12 + 123.354 879.42 913.75 -34.33 + 123.404 894.37 913.79 -19.42 + 123.454 891.87 913.91 -22.04 + 123.504 851.41 914.10 -62.69 + 123.554 856.75 914.37 -57.62 + 123.604 877.32 914.70 -37.38 + 123.654 851.47 915.11 -63.64 + 123.704 891.67 915.58 -23.91 + 123.754 863.35 916.13 -52.78 + 123.800 929.99 916.70 13.29 + 123.850 911.77 917.39 -5.62 + 123.900 837.04 918.15 -81.11 + 123.950 871.06 918.99 -47.93 + 124.000 933.62 919.90 13.72 + 124.050 841.04 920.90 -79.86 + 124.100 880.45 921.99 -41.54 + 124.150 874.46 923.16 -48.70 + 124.200 883.00 924.44 -41.44 + 124.250 902.14 925.81 -23.67 + 124.300 907.40 927.29 -19.89 + 124.350 868.68 928.90 -60.22 + 124.400 881.63 930.62 -48.99 + 124.450 880.77 932.48 -51.71 + 124.500 874.02 934.49 -60.47 + 124.550 853.37 936.66 -83.29 + 124.600 938.04 938.99 -0.95 + 124.650 869.29 941.52 -72.23 + 124.700 894.51 944.26 -49.75 + 124.750 884.95 947.23 -62.28 + 124.800 837.84 950.44 -112.60 + 124.849 946.06 953.92 -7.86 + 124.899 899.33 957.74 -58.41 + 124.950 914.32 961.90 -47.58 + 124.999 887.27 966.43 -79.16 + 125.037 950.65 970.08 -19.43 + 125.087 890.12 975.43 -85.31 + 125.137 926.92 981.31 -54.39 + 125.187 954.01 987.81 -33.80 + 125.237 947.32 994.98 -47.66 + 125.287 1019.54 1002.96 16.58 + 125.337 970.60 1011.87 -41.27 + 125.387 1074.69 1021.84 52.85 + 125.437 1080.49 1033.05 47.44 + 125.487 1064.62 1045.65 18.97 + 125.537 1011.85 1060.01 -48.16 + 125.587 1085.20 1076.40 8.80 + 125.637 1182.26 1095.14 87.12 + 125.687 1041.57 1116.85 -75.28 + 125.737 1227.69 1139.04 88.65 + 125.787 1230.89 1168.61 62.28 + 125.837 1264.96 1203.52 61.44 + 125.887 1255.02 1245.19 9.83 + 125.937 1374.56 1295.62 78.94 + 125.987 1323.11 1357.69 -34.58 + 126.037 1345.89 1436.92 -91.03 + 126.086 1351.49 1544.12 -192.64 + 126.136 1428.15 1705.08 -276.93 + 126.186 1350.13 1971.03 -620.90 + 126.236 1413.59 2438.59 -1025.00 + 126.281 1474.63 3159.12 -1684.49 + 126.331 1663.46 4503.44 -2839.98 + 126.381 2298.53 6627.56 -4329.03 + 126.431 3720.58 9655.95 -5935.37 + 126.481 6158.49 13450.05 -7291.56 + 126.531 9433.97 17521.94 -8087.97 + 126.581 13022.75 20946.36 -7923.61 + 126.631 16151.75 22512.80 -6361.05 + 126.681 18042.46 21499.85 -3457.39 + 126.731 18859.28 18402.79 456.49 + 126.781 18146.32 14379.11 3767.21 + 126.831 16165.30 10453.86 5711.44 + 126.881 13924.14 7241.02 6683.12 + 126.931 11462.82 4916.89 6545.93 + 126.981 9516.23 3414.51 6101.73 + 127.031 7799.88 2522.40 5277.48 + 127.081 6361.94 2018.61 4343.33 + 127.131 5299.95 1734.04 3565.91 + 127.181 4400.51 1563.44 2837.07 + 127.231 3540.52 1450.92 2089.60 + 127.281 2980.96 1369.10 1611.86 + 127.331 2502.42 1305.63 1196.79 + 127.381 2070.77 1254.01 816.76 + 127.431 1760.09 1211.45 548.64 + 127.481 1433.33 1175.97 257.36 + 127.546 1280.43 1137.59 142.84 + 127.596 1163.21 1113.14 50.07 + 127.646 1115.77 1092.11 23.66 + 127.696 1048.73 1073.89 -25.16 + 127.746 1026.82 1058.05 -31.23 + 127.796 874.06 1044.17 -170.11 + 127.846 1001.41 1031.90 -30.49 + 127.896 895.06 1021.05 -125.99 + 127.946 929.93 1017.92 -87.99 + 127.996 906.34 1009.48 -103.14 + 128.046 945.08 1001.90 -56.82 + 128.096 911.33 995.10 -83.77 + 128.146 860.64 989.00 -128.36 + 128.196 900.34 983.48 -83.14 + 128.246 949.63 978.50 -28.87 + 128.296 866.73 973.99 -107.26 + 128.346 874.68 969.89 -95.21 + 128.396 928.09 966.15 -38.06 + 128.446 893.28 962.75 -69.47 + 128.496 906.20 959.64 -53.44 + 128.546 935.39 956.81 -21.42 + 128.596 860.95 954.23 -93.28 + 128.646 888.10 951.86 -63.76 + 128.696 913.26 949.68 -36.42 + 128.746 911.95 947.70 -35.75 + 128.823 931.61 944.97 -13.36 + 128.873 913.65 943.39 -29.74 + 128.923 817.40 941.95 -124.55 + 128.973 971.74 940.64 31.10 + 129.023 939.52 939.45 0.07 + 129.073 886.40 938.37 -51.97 + 129.123 897.29 937.40 -40.11 + 129.173 895.28 936.53 -41.25 + 129.223 928.14 935.76 -7.62 + 129.273 873.67 935.08 -61.41 + 129.323 880.09 934.48 -54.39 + 129.373 948.32 933.97 14.35 + 129.423 912.44 933.54 -21.10 + 129.473 837.01 933.18 -96.17 + 129.523 868.90 932.91 -64.01 + 129.573 932.51 932.71 -0.20 + 129.623 983.67 932.58 51.09 + 129.673 914.55 932.53 -17.98 + 129.723 931.29 932.55 -1.26 + 129.773 937.80 932.65 5.15 + 129.823 887.22 932.83 -45.61 129.873 992.19 933.09 59.10 - 129.923 885.81 933.37 -47.56 - 129.973 1027.88 933.73 94.15 - 130.023 906.83 934.18 -27.35 - 130.073 937.88 934.71 3.17 - 130.123 949.53 935.34 14.19 - 130.173 1005.90 936.06 69.84 - 130.223 928.78 936.89 -8.11 - 130.273 936.73 937.83 -1.10 - 130.323 948.34 938.89 9.45 - 130.373 991.02 940.07 50.95 - 130.423 896.43 941.40 -44.97 - 130.473 951.99 942.87 9.12 - 130.523 913.02 944.50 -31.48 - 130.573 933.25 946.32 -13.07 - 130.623 924.35 948.33 -23.98 - 130.673 921.27 950.56 -29.29 - 130.723 917.82 953.04 -35.22 - 130.773 947.47 955.79 -8.32 - 130.823 890.41 958.84 -68.43 - 130.873 887.30 962.23 -74.93 - 130.923 904.84 966.02 -61.18 - 130.973 927.74 958.67 -30.93 - 131.023 919.58 963.68 -44.10 - 131.073 891.30 969.27 -77.97 - 131.123 983.02 975.50 7.52 - 131.173 945.77 982.57 -36.80 - 131.223 902.72 990.55 -87.83 - 131.273 989.34 999.60 -10.26 - 131.305 993.77 1006.14 -12.37 - 131.355 976.27 1017.50 -41.23 - 131.405 932.47 1030.64 -98.17 - 131.455 977.46 1045.94 -68.48 - 131.505 1050.75 1063.83 -13.08 - 131.555 952.21 1085.02 -132.81 - 131.605 1072.60 1110.43 -37.83 - 131.655 1021.81 1141.30 -119.49 - 131.705 1081.20 1179.84 -98.64 - 131.755 1059.53 1230.02 -170.49 - 131.805 1089.95 1300.79 -210.84 - 131.855 1064.79 1410.12 -345.33 - 131.905 1104.97 1591.88 -486.91 - 131.955 1199.07 1906.87 -707.80 - 132.005 1363.90 2441.52 -1077.62 - 132.055 1909.12 3299.18 -1390.06 - 132.105 2815.05 4561.80 -1746.75 - 132.155 4071.98 6237.96 -2165.98 - 132.205 5512.82 8199.75 -2686.93 - 132.255 7280.38 10123.63 -2843.25 - 132.305 8354.42 11504.47 -3150.05 - 132.355 9298.73 11810.93 -2512.20 - 132.405 9297.74 10898.38 -1600.64 - 132.455 9114.89 9161.33 -46.44 - 132.505 8748.39 7170.01 1578.38 - 132.553 8082.68 5394.76 2687.92 - 132.603 6827.01 3904.35 2922.66 - 132.653 5870.75 2840.24 3030.51 - 132.703 4872.36 2149.14 2723.22 - 132.753 4313.82 1733.72 2580.10 - 132.803 3623.33 1492.61 2130.72 - 132.853 3109.81 1351.52 1758.29 - 132.903 2798.59 1264.19 1534.40 - 132.953 2312.30 1204.95 1107.35 - 133.003 2077.60 1161.34 916.26 - 133.053 1859.15 1127.00 732.15 - 133.103 1712.66 1099.08 613.58 - 133.153 1532.11 1076.02 456.09 - 133.203 1271.15 1056.60 214.55 - 133.253 1203.41 1040.16 163.25 - 133.303 1156.13 1026.11 130.02 - 133.353 1127.19 1014.00 113.19 - 133.403 922.17 1003.51 -81.34 - 133.453 1012.06 994.33 17.73 - 133.503 980.19 986.29 -6.10 - 133.552 978.43 979.20 -0.77 - 133.602 949.29 972.94 -23.65 - 133.652 905.91 967.34 -61.43 - 133.702 986.47 962.33 24.14 - 133.752 961.99 957.85 4.14 - 133.820 921.11 952.50 -31.39 - 133.870 970.74 948.97 21.77 - 133.920 926.04 945.77 -19.73 - 133.970 911.08 942.85 -31.77 - 134.020 983.36 940.20 43.16 - 134.070 915.55 937.77 -22.22 - 134.120 988.29 935.54 52.75 - 134.170 949.61 933.49 16.12 - 134.220 964.77 931.60 33.17 - 134.270 959.52 929.87 29.65 - 134.320 910.49 928.26 -17.77 - 134.370 913.37 926.76 -13.39 - 134.420 929.64 925.38 4.26 - 134.470 977.98 924.09 53.89 - 134.520 879.28 922.90 -43.62 - 134.570 909.88 921.78 -11.90 - 134.620 957.99 920.74 37.25 - 134.670 999.93 919.76 80.17 - 134.720 916.28 918.85 -2.57 - 134.770 978.40 917.99 60.41 - 134.819 969.82 917.18 52.64 - 134.869 930.96 916.43 14.53 - 134.919 892.26 915.71 -23.45 - 134.969 877.95 915.04 -37.09 - 135.019 894.31 914.41 -20.10 - 135.068 937.11 913.83 23.28 - 135.118 896.71 913.26 -16.55 - 135.168 970.02 912.72 57.30 - 135.218 931.15 912.22 18.93 - 135.268 916.59 911.73 4.86 - 135.318 888.87 911.28 -22.41 - 135.368 965.46 910.84 54.62 - 135.418 905.15 910.43 -5.28 - 135.468 919.02 910.04 8.98 - 135.518 939.71 909.67 30.04 - 135.568 866.23 909.31 -43.08 - 135.618 898.13 908.97 -10.84 - 135.668 947.65 908.65 39.00 - 135.718 939.11 908.34 30.77 - 135.768 924.93 908.05 16.88 - 135.818 967.15 907.76 59.39 - 135.868 1011.07 907.49 103.58 - 135.918 941.45 907.24 34.21 - 135.968 969.44 906.99 62.45 - 136.018 941.79 906.75 35.04 - 136.068 895.22 909.98 -14.76 - 136.117 896.67 909.77 -13.10 - 136.167 902.29 909.57 -7.28 - 136.217 912.28 909.38 2.90 - 136.267 978.63 909.19 69.44 - 136.303 941.16 909.07 32.09 - 136.353 981.02 908.89 72.13 - 136.403 989.35 908.73 80.62 - 136.453 925.48 908.57 16.91 - 136.503 970.06 908.42 61.64 - 136.553 928.53 908.27 20.26 - 136.603 902.06 908.13 -6.07 - 136.653 907.55 907.99 -0.44 - 136.703 902.70 907.86 -5.16 + 129.923 885.81 933.42 -47.61 + 129.973 1027.88 933.84 94.04 + 130.023 906.83 934.35 -27.52 + 130.073 937.88 934.94 2.94 + 130.123 949.53 935.64 13.89 + 130.173 1005.90 936.43 69.47 + 130.223 928.78 937.33 -8.55 + 130.273 936.73 938.35 -1.62 + 130.323 948.34 939.48 8.86 + 130.373 991.02 940.76 50.26 + 130.423 896.43 942.18 -45.75 + 130.473 951.99 943.75 8.24 + 130.523 913.02 945.50 -32.48 + 130.573 933.25 947.44 -14.19 + 130.623 924.35 949.59 -25.24 + 130.673 921.27 951.97 -30.70 + 130.723 917.82 954.61 -36.79 + 130.773 947.47 957.55 -10.08 + 130.823 890.41 960.81 -70.40 + 130.873 887.30 964.45 -77.15 + 130.923 904.84 956.87 -52.03 + 130.973 927.74 961.69 -33.95 + 131.023 919.58 967.05 -47.47 + 131.073 891.30 973.05 -81.75 + 131.123 983.02 979.76 3.26 + 131.173 945.77 987.38 -41.61 + 131.223 902.72 996.02 -93.30 + 131.273 989.34 1005.86 -16.52 + 131.305 993.77 1012.98 -19.21 + 131.355 976.27 1025.41 -49.14 + 131.405 932.47 1039.83 -107.36 + 131.455 977.46 1056.72 -79.26 + 131.505 1050.75 1076.57 -25.82 + 131.555 952.21 1100.23 -148.02 + 131.605 1072.60 1128.85 -56.25 + 131.655 1021.81 1164.15 -142.34 + 131.705 1081.20 1209.36 -128.16 + 131.755 1059.53 1270.78 -211.25 + 131.805 1089.95 1362.47 -272.52 + 131.855 1064.79 1511.88 -447.09 + 131.905 1104.97 1767.35 -662.38 + 131.955 1199.07 2207.92 -1008.85 + 132.005 1363.90 2932.12 -1568.22 + 132.055 1909.12 4036.62 -2127.50 + 132.105 2815.05 5562.91 -2747.86 + 132.155 4071.98 7441.11 -3369.13 + 132.205 5512.82 9431.77 -3918.95 + 132.255 7280.38 11085.79 -3805.42 + 132.305 8354.42 11843.46 -3489.04 + 132.355 9298.73 11370.73 -2072.00 + 132.405 9297.74 9877.35 -579.61 + 132.455 9114.89 7918.12 1196.77 + 132.505 8748.39 5987.10 2761.29 + 132.553 8082.68 4418.50 3664.18 + 132.603 6827.01 3194.02 3632.99 + 132.653 5870.75 2372.61 3498.14 + 132.703 4872.36 1864.68 3007.68 + 132.753 4313.82 1568.29 2745.53 + 132.803 3623.33 1396.52 2226.81 + 132.853 3109.81 1292.81 1817.00 + 132.903 2798.59 1224.99 1573.60 + 132.953 2312.30 1176.35 1135.95 + 133.003 2077.60 1139.05 938.55 + 133.053 1859.15 1108.97 750.18 + 133.103 1712.66 1084.17 628.49 + 133.153 1532.11 1063.52 468.59 + 133.203 1271.15 1046.02 225.13 + 133.253 1203.41 1031.12 172.29 + 133.303 1156.13 1018.33 137.80 + 133.353 1127.19 1007.26 119.93 + 133.403 922.17 997.62 -75.45 + 133.453 1012.06 989.17 22.89 + 133.503 980.19 981.74 -1.55 + 133.552 978.43 975.18 3.25 + 133.602 949.29 969.36 -20.07 + 133.652 905.91 964.13 -58.22 + 133.702 986.47 959.45 27.02 + 133.752 961.99 955.26 6.73 + 133.820 921.11 950.24 -29.13 + 133.870 970.74 946.92 23.82 + 133.920 926.04 943.90 -17.86 + 133.970 911.08 941.14 -30.06 + 134.020 983.36 938.63 44.73 + 134.070 915.55 936.34 -20.79 + 134.120 988.29 934.22 54.07 + 134.170 949.61 932.27 17.34 + 134.220 964.77 930.48 34.29 + 134.270 959.52 928.83 30.69 + 134.320 910.49 927.29 -16.80 + 134.370 913.37 925.87 -12.50 + 134.420 929.64 924.55 5.09 + 134.470 977.98 923.32 54.66 + 134.520 879.28 922.17 -42.89 + 134.570 909.88 921.10 -11.22 + 134.620 957.99 920.10 37.89 + 134.670 999.93 919.16 80.77 + 134.720 916.28 918.29 -2.01 + 134.770 978.40 917.46 60.94 + 134.819 969.82 916.69 53.13 + 134.869 930.96 915.96 15.00 + 134.919 892.26 915.27 -23.01 + 134.969 877.95 914.63 -36.68 + 135.019 894.31 914.02 -19.71 + 135.068 937.11 913.46 23.65 + 135.118 896.71 912.91 -16.20 + 135.168 970.02 912.39 57.63 + 135.218 931.15 911.90 19.25 + 135.268 916.59 911.43 5.16 + 135.318 888.87 910.99 -22.12 + 135.368 965.46 910.57 54.89 + 135.418 905.15 910.17 -5.02 + 135.468 919.02 909.79 9.23 + 135.518 939.71 909.43 30.28 + 135.568 866.23 909.09 -42.86 + 135.618 898.13 908.76 -10.63 + 135.668 947.65 908.44 39.21 + 135.718 939.11 908.14 30.97 + 135.768 924.93 907.86 17.07 + 135.818 967.15 907.58 59.57 + 135.868 1011.07 907.32 103.75 + 135.918 941.45 907.07 34.38 + 135.968 969.44 906.83 62.61 + 136.018 941.79 906.60 35.19 + 136.068 895.22 909.82 -14.60 + 136.117 896.67 909.62 -12.95 + 136.167 902.29 909.42 -7.13 + 136.217 912.28 909.24 3.04 + 136.267 978.63 909.06 69.57 + 136.303 941.16 908.94 32.22 + 136.353 981.02 908.77 72.25 + 136.403 989.35 908.61 80.74 + 136.453 925.48 908.45 17.03 + 136.503 970.06 908.30 61.76 + 136.553 928.53 908.16 20.37 + 136.603 902.06 908.02 -5.96 + 136.653 907.55 907.89 -0.34 + 136.703 902.70 907.76 -5.06 136.753 893.25 901.34 -8.09 136.803 915.90 901.36 14.54 136.853 927.94 901.38 26.56 - 136.903 926.10 901.40 24.70 - 136.953 954.22 901.42 52.80 - 137.003 940.48 901.44 39.04 - 137.053 950.88 901.46 49.42 + 136.903 926.10 901.39 24.71 + 136.953 954.22 901.41 52.81 + 137.003 940.48 901.43 39.05 + 137.053 950.88 901.45 49.43 137.103 941.46 901.47 39.99 - 137.153 899.69 901.49 -1.80 - 137.203 939.08 901.51 37.57 - 137.253 923.67 901.52 22.15 - 137.303 949.39 901.54 47.85 - 137.353 951.50 901.55 49.95 - 137.403 944.86 901.57 43.29 - 137.453 874.31 901.58 -27.27 - 137.503 890.08 901.59 -11.51 - 137.541 903.22 901.60 1.62 - 137.591 923.79 901.61 22.18 + 137.153 899.69 901.48 -1.79 + 137.203 939.08 901.50 37.58 + 137.253 923.67 901.51 22.16 + 137.303 949.39 901.53 47.86 + 137.353 951.50 901.54 49.96 + 137.403 944.86 901.56 43.30 + 137.453 874.31 901.57 -27.26 + 137.503 890.08 901.58 -11.50 + 137.541 903.22 901.59 1.63 + 137.591 923.79 901.60 22.19 137.641 895.18 901.62 -6.44 - 137.691 963.69 901.64 62.05 - 137.741 931.88 901.65 30.23 - 137.791 914.87 901.66 13.21 - 137.841 911.99 901.67 10.32 + 137.691 963.69 901.63 62.06 + 137.741 931.88 901.64 30.24 + 137.791 914.87 901.65 13.22 + 137.841 911.99 901.66 10.33 137.891 943.10 901.67 41.43 - 137.941 947.89 901.68 46.21 - 137.991 929.94 901.69 28.25 - 138.041 935.52 901.70 33.82 + 137.941 947.89 901.67 46.22 + 137.991 929.94 901.68 28.26 + 138.041 935.52 901.69 33.83 138.091 985.08 901.70 83.38 - 138.141 914.78 901.71 13.07 - 138.191 949.58 901.72 47.86 - 138.241 898.71 901.72 -3.01 - 138.291 909.50 901.73 7.77 - 138.341 995.56 901.73 93.83 - 138.391 906.90 901.73 5.17 - 138.441 925.78 901.74 24.04 - 138.491 961.62 901.74 59.88 - 138.541 979.33 901.74 77.59 - 138.590 930.68 901.74 28.94 - 138.641 974.44 901.74 72.70 - 138.691 950.13 901.74 48.39 - 138.741 937.01 901.74 35.27 - 138.787 952.70 901.74 50.96 - 138.838 905.67 901.74 3.93 - 138.888 926.06 901.74 24.32 - 138.938 886.25 901.74 -15.49 - 138.988 906.78 901.74 5.04 - 139.038 888.39 901.73 -13.34 - 139.088 965.53 903.03 62.50 - 139.138 914.39 903.05 11.34 - 139.188 934.44 903.06 31.38 - 139.238 896.50 903.08 -6.58 - 139.288 950.10 903.09 47.01 - 139.338 975.42 903.11 72.31 - 139.388 932.71 903.12 29.59 - 139.438 953.58 903.14 50.44 - 139.488 944.33 903.15 41.18 - 139.538 944.74 903.17 41.57 - 139.587 926.65 903.18 23.47 - 139.637 970.54 903.20 67.34 - 139.687 929.60 903.21 26.39 - 139.737 1019.90 903.23 116.67 + 138.141 914.78 901.70 13.08 + 138.191 949.58 901.71 47.87 + 138.241 898.71 901.71 -3.00 + 138.291 909.50 901.72 7.78 + 138.341 995.56 901.72 93.84 + 138.391 906.90 901.72 5.18 + 138.441 925.78 901.73 24.05 + 138.491 961.62 901.73 59.89 + 138.541 979.33 901.73 77.60 + 138.590 930.68 901.73 28.95 + 138.641 974.44 901.73 72.71 + 138.691 950.13 901.73 48.40 + 138.741 937.01 901.73 35.28 + 138.787 952.70 901.73 50.97 + 138.838 905.67 901.73 3.94 + 138.888 926.06 901.73 24.33 + 138.938 886.25 901.73 -15.48 + 138.988 906.78 901.73 5.05 + 139.038 888.39 901.72 -13.33 + 139.088 965.53 903.02 62.51 + 139.138 914.39 903.04 11.35 + 139.188 934.44 903.05 31.39 + 139.238 896.50 903.07 -6.57 + 139.288 950.10 903.08 47.02 + 139.338 975.42 903.10 72.32 + 139.388 932.71 903.11 29.60 + 139.438 953.58 903.13 50.45 + 139.488 944.33 903.14 41.19 + 139.538 944.74 903.16 41.58 + 139.587 926.65 903.17 23.48 + 139.637 970.54 903.19 67.35 + 139.687 929.60 903.20 26.40 + 139.737 1019.90 903.22 116.68 139.787 926.68 903.24 23.44 - 139.837 942.82 903.26 39.56 + 139.837 942.82 903.25 39.57 139.887 960.86 903.27 57.59 - 139.937 997.21 903.29 93.92 - 139.987 906.91 903.31 3.60 - 140.059 947.27 903.33 43.94 - 140.109 939.76 903.35 36.41 + 139.937 997.21 903.28 93.93 + 139.987 906.91 903.30 3.61 + 140.059 947.27 903.32 43.95 + 140.109 939.76 903.34 36.42 140.160 910.24 903.36 6.88 - 140.210 890.03 903.38 -13.35 - 140.260 1017.71 903.40 114.31 - 140.310 967.68 903.42 64.26 + 140.210 890.03 903.37 -13.34 + 140.260 1017.71 903.39 114.32 + 140.310 967.68 903.41 64.27 140.360 924.67 903.43 21.24 140.410 934.43 903.45 30.98 140.460 923.46 903.47 19.99 140.510 981.61 903.49 78.12 140.560 901.89 903.51 -1.62 140.610 974.82 903.53 71.29 - 140.660 954.70 903.56 51.14 - 140.710 934.56 903.58 30.98 + 140.660 954.70 903.55 51.15 + 140.710 934.56 903.57 30.99 140.760 906.05 903.60 2.45 - 140.809 905.47 903.63 1.84 + 140.809 905.47 903.62 1.85 140.859 888.29 903.65 -15.36 - 140.909 898.65 903.68 -5.03 - 140.959 948.91 903.71 45.20 + 140.909 898.65 903.67 -5.02 + 140.959 948.91 903.70 45.21 141.009 952.11 903.73 48.38 141.059 899.64 903.76 -4.12 141.109 915.58 903.79 11.79 - 141.159 966.95 903.83 63.12 - 141.209 900.56 903.86 -3.30 + 141.159 966.95 903.82 63.13 + 141.209 900.56 903.85 -3.29 141.259 861.71 903.89 -42.18 141.309 896.06 903.93 -7.87 - 141.359 937.94 903.97 33.97 - 141.409 903.01 904.01 -1.00 + 141.359 937.94 903.96 33.98 + 141.409 903.01 904.00 -0.99 141.459 901.33 904.05 -2.72 141.509 924.06 904.09 19.97 141.559 918.28 904.14 14.14 @@ -2764,478 +2764,478 @@ BEGIN 142.109 880.32 904.83 -24.51 142.158 976.14 904.91 71.23 142.209 961.04 905.00 56.04 - 142.258 973.37 905.09 68.28 - 142.308 918.73 905.19 13.54 + 142.258 973.37 905.10 68.27 + 142.308 918.73 905.20 13.53 142.358 975.45 905.30 70.15 - 142.408 920.54 905.41 15.13 - 142.458 969.86 905.52 64.34 - 142.508 986.77 905.65 81.12 - 142.544 908.12 905.74 2.38 - 142.594 969.57 905.88 63.69 - 142.645 955.51 906.03 49.48 - 142.695 953.13 906.18 46.95 - 142.745 976.49 906.34 70.15 - 142.795 1024.88 906.52 118.36 - 142.845 962.38 906.70 55.68 - 142.895 877.20 906.90 -29.70 - 142.945 963.41 907.11 56.30 - 142.995 947.16 907.33 39.83 - 143.045 969.68 907.57 62.11 - 143.095 901.66 907.82 -6.16 - 143.145 911.72 908.09 3.63 - 143.195 957.26 908.38 48.88 - 143.244 910.22 908.69 1.53 - 143.294 972.20 909.02 63.18 - 143.344 909.69 909.37 0.32 - 143.394 914.62 909.75 4.87 - 143.444 829.78 910.16 -80.38 - 143.494 875.67 910.59 -34.92 - 143.544 914.72 911.06 3.66 - 143.594 958.38 911.57 46.81 - 143.644 970.76 912.11 58.65 - 143.694 869.82 912.70 -42.88 - 143.744 932.02 913.34 18.68 - 143.792 840.85 917.95 -77.10 - 143.842 880.76 918.74 -37.98 - 143.893 902.50 919.59 -17.09 - 143.943 936.71 920.51 16.20 - 143.993 905.18 921.51 -16.33 - 144.043 964.18 922.61 41.57 - 144.093 869.81 923.80 -53.99 - 144.143 907.46 925.11 -17.65 - 144.193 895.61 926.55 -30.94 - 144.243 867.76 928.12 -60.36 - 144.293 905.08 929.87 -24.79 - 144.343 936.70 931.80 4.90 - 144.393 900.24 933.94 -33.70 - 144.443 861.09 936.33 -75.24 - 144.493 946.16 939.00 7.16 - 144.542 872.53 942.00 -69.47 - 144.592 934.38 945.39 -11.01 - 144.642 937.32 949.25 -11.93 - 144.692 907.71 953.70 -45.99 - 144.742 933.77 958.88 -25.11 - 144.792 959.25 965.06 -5.81 - 144.842 1018.05 972.64 45.41 - 144.892 913.52 982.40 -68.88 - 144.942 952.80 995.48 -42.68 - 144.992 941.54 1013.64 -72.10 - 145.055 1013.23 1048.27 -35.04 - 145.105 920.93 1090.30 -169.37 - 145.155 1047.90 1151.14 -103.24 - 145.205 1051.44 1237.60 -186.16 - 145.255 1100.66 1356.24 -255.58 - 145.305 1197.77 1513.42 -315.65 - 145.355 1429.00 1713.16 -284.16 - 145.405 1547.77 1954.16 -406.39 - 145.455 1699.74 2229.57 -529.83 - 145.505 1897.98 2523.45 -625.47 - 145.555 2124.80 2814.92 -690.12 - 145.605 2189.83 3071.82 -881.99 - 145.655 2310.69 3256.06 -945.37 - 145.705 2478.25 3335.13 -856.88 - 145.755 2515.64 3291.73 -776.09 - 145.805 2732.26 3135.52 -403.26 - 145.855 2677.41 2896.74 -219.33 - 145.905 2798.36 2612.45 185.92 - 145.955 2812.61 2315.58 497.03 - 146.005 2501.93 2032.92 469.01 - 146.055 2342.24 1781.03 561.21 - 146.105 2358.05 1569.61 788.44 - 146.155 2123.70 1399.37 724.33 - 146.205 1970.18 1269.32 700.86 - 146.255 1818.15 1174.11 644.04 - 146.304 1641.38 1106.67 534.71 - 146.354 1577.78 1059.36 518.42 - 146.404 1515.55 1026.91 488.64 - 146.455 1360.18 1004.53 355.65 - 146.505 1369.01 988.82 380.19 - 146.555 1285.43 977.36 308.07 - 146.605 1200.34 968.60 231.74 - 146.655 1148.93 961.65 187.28 - 146.705 1215.73 955.91 259.82 - 146.755 1140.01 951.07 188.94 - 146.805 1032.81 946.87 85.94 - 146.855 985.48 943.19 42.29 - 146.904 997.20 939.97 57.23 - 146.954 970.07 937.09 32.98 - 147.004 1017.06 934.54 82.52 - 147.054 973.90 932.25 41.65 - 147.104 1018.12 930.19 87.93 - 147.154 975.03 928.33 46.70 - 147.204 941.08 926.65 14.43 - 147.254 995.27 925.13 70.14 - 147.304 972.13 923.75 48.38 - 147.354 926.88 922.50 4.38 - 147.404 942.40 921.34 21.06 - 147.454 932.55 920.29 12.26 - 147.504 884.75 919.33 -34.58 - 147.546 997.21 918.58 78.63 - 147.596 1007.54 917.75 89.79 - 147.646 999.21 916.99 82.22 - 147.696 981.48 916.29 65.19 - 147.746 960.70 915.65 45.05 - 147.796 979.20 915.05 64.15 - 147.846 981.47 914.50 66.97 - 147.896 982.72 914.00 68.72 - 147.946 974.18 913.53 60.65 - 147.996 941.18 913.10 28.08 - 148.046 990.52 912.70 77.82 - 148.096 993.27 912.33 80.94 - 148.146 969.51 911.99 57.52 - 148.196 980.15 911.68 68.47 - 148.246 974.59 911.39 63.20 - 148.296 985.67 911.13 74.54 - 148.346 1020.13 910.89 109.24 - 148.396 954.70 910.67 44.03 - 148.446 1032.83 910.47 122.36 - 148.496 957.73 910.29 47.44 - 148.546 1007.57 910.12 97.45 - 148.596 1006.29 909.98 96.31 - 148.646 975.71 909.85 65.86 - 148.696 1039.45 909.74 129.71 - 148.746 953.83 909.65 44.18 - 148.794 1020.75 909.57 111.18 - 148.844 970.89 909.50 61.39 - 148.894 1013.62 909.45 104.17 - 148.944 951.11 909.41 41.70 - 148.994 989.51 909.39 80.12 - 149.044 1044.78 909.38 135.40 - 149.094 1011.94 909.39 102.55 - 149.144 995.07 909.41 85.66 - 149.194 938.27 909.44 28.83 - 149.244 936.47 909.48 26.99 - 149.294 970.41 909.54 60.87 - 149.344 965.64 909.61 56.03 - 149.394 955.42 909.70 45.72 - 149.444 913.55 909.80 3.75 - 149.494 872.31 909.91 -37.60 - 149.544 933.14 910.04 23.10 - 149.594 884.56 910.18 -25.62 - 149.644 945.01 910.34 34.67 - 149.694 910.73 910.51 0.22 - 149.744 948.52 910.69 37.83 - 149.794 937.33 910.89 26.44 - 149.844 927.48 911.11 16.37 - 149.894 923.49 911.34 12.15 - 149.944 924.21 911.59 12.62 - 149.994 935.03 911.86 23.17 - 150.030 866.62 912.07 -45.45 - 150.081 889.86 912.36 -22.50 - 150.131 877.91 912.68 -34.77 - 150.181 917.89 913.02 4.87 - 150.231 910.71 913.37 -2.66 - 150.281 879.55 913.75 -34.20 - 150.331 824.36 914.15 -89.79 - 150.381 826.00 914.57 -88.57 - 150.431 931.96 915.02 16.94 - 150.481 875.17 915.49 -40.32 - 150.531 890.03 915.98 -25.95 - 150.581 872.34 916.51 -44.17 - 150.631 868.33 917.06 -48.73 - 150.681 885.74 917.64 -31.90 - 150.731 902.51 918.25 -15.74 - 150.781 902.12 918.89 -16.77 - 150.830 894.70 919.57 -24.87 - 150.880 823.41 920.28 -96.87 - 150.930 866.33 921.03 -54.70 - 150.980 837.49 921.82 -84.33 - 151.030 879.53 922.66 -43.13 - 151.080 868.38 923.53 -55.15 - 151.130 845.28 924.45 -79.17 - 151.180 876.99 925.43 -48.44 - 151.230 849.14 926.45 -77.31 - 151.285 875.04 927.63 -52.59 - 151.335 887.48 928.78 -41.30 - 151.385 882.87 929.99 -47.12 - 151.435 846.07 931.26 -85.19 - 151.485 873.98 932.60 -58.62 - 151.535 875.79 934.02 -58.23 - 151.585 906.82 935.52 -28.70 - 151.635 842.86 937.11 -94.25 - 151.685 844.05 938.78 -94.73 - 151.735 874.29 940.55 -66.26 - 151.785 883.92 942.43 -58.51 - 151.835 899.11 944.42 -45.31 - 151.885 859.02 946.52 -87.50 - 151.935 884.14 948.76 -64.62 - 151.985 879.13 951.13 -72.00 - 152.035 848.79 953.65 -104.86 - 152.085 883.27 956.33 -73.06 - 152.135 876.83 959.19 -82.36 - 152.185 909.83 962.23 -52.40 - 152.235 868.19 965.48 -97.29 - 152.285 895.86 968.94 -73.08 - 152.334 874.38 972.63 -98.25 - 152.385 891.24 975.32 -84.08 - 152.435 859.45 979.59 -120.14 - 152.484 882.63 984.16 -101.53 - 152.542 929.62 989.87 -60.25 - 152.592 867.36 995.24 -127.88 - 152.642 927.09 1001.02 -73.93 - 152.693 930.49 1007.28 -76.79 - 152.742 941.01 1014.05 -73.04 - 152.792 969.11 1021.41 -52.30 - 152.842 906.28 1029.49 -123.21 - 152.893 897.26 1038.37 -141.11 - 152.943 920.82 1048.23 -127.41 - 152.992 918.64 1059.25 -140.61 - 153.042 894.43 1071.81 -177.38 - 153.093 878.50 1086.33 -207.83 - 153.142 920.57 1103.32 -182.75 - 153.192 903.93 1123.71 -219.78 - 153.242 932.33 1148.55 -216.22 - 153.292 909.28 1179.33 -270.05 - 153.342 989.14 1218.03 -228.89 - 153.392 929.18 1267.20 -338.02 - 153.442 927.63 1330.16 -402.53 - 153.492 1043.55 1410.61 -367.06 - 153.542 1043.77 1513.16 -469.39 - 153.592 1028.83 1642.78 -613.95 - 153.642 1095.20 1806.72 -711.52 - 153.692 1212.24 2010.50 -798.26 - 153.742 1330.57 2259.60 -929.03 - 153.790 1524.50 2547.34 -1022.84 - 153.840 1744.39 2903.97 -1159.58 - 153.890 1963.43 3320.68 -1357.25 - 153.940 2426.97 3798.76 -1371.79 - 153.990 2891.28 4334.63 -1443.35 - 154.040 3270.53 4924.35 -1653.82 - 154.090 3590.64 5559.41 -1968.77 - 154.140 4248.34 6225.31 -1976.97 - 154.190 4713.04 6903.79 -2190.75 - 154.240 5098.39 7570.25 -2471.86 - 154.290 5593.74 8203.02 -2609.28 - 154.340 5817.80 8770.76 -2952.96 - 154.390 6191.93 9239.58 -3047.65 - 154.440 6598.96 9582.72 -2983.76 - 154.490 6976.38 9773.79 -2797.41 - 154.540 7353.49 9798.34 -2444.85 - 154.590 7641.19 9654.53 -2013.34 - 154.640 7776.45 9353.54 -1577.09 - 154.690 7892.90 8917.01 -1024.11 - 154.740 7917.59 8375.07 -457.48 - 154.790 7874.63 7759.13 115.50 - 154.839 7726.31 7101.03 625.28 - 154.890 7715.86 6421.73 1294.13 - 154.940 7527.01 5749.51 1777.50 - 154.990 7160.09 5105.41 2054.68 - 155.042 6822.30 4470.87 2351.43 - 155.092 6701.23 3919.35 2781.88 - 155.142 6248.44 3426.67 2821.77 - 155.192 5780.20 2994.76 2785.44 - 155.242 5380.80 2624.39 2756.41 - 155.292 4889.18 2311.68 2577.50 - 155.342 4403.32 2051.43 2351.89 - 155.392 4143.75 1838.75 2305.00 - 155.442 3565.15 1667.21 1897.94 - 155.492 3304.11 1530.86 1773.25 - 155.542 3130.39 1422.82 1707.57 - 155.592 2899.81 1337.90 1561.91 - 155.642 2707.41 1271.76 1435.65 - 155.692 2511.48 1219.77 1291.71 - 155.742 2332.83 1178.93 1153.90 - 155.792 2234.37 1146.46 1087.91 - 155.842 2066.28 1120.31 945.97 - 155.892 1884.79 1098.87 785.92 - 155.942 1831.06 1080.95 750.11 - 155.992 1702.58 1065.73 636.85 - 156.042 1536.86 1052.56 484.30 - 156.092 1392.33 1041.00 351.33 - 156.142 1403.82 1030.63 373.19 - 156.192 1340.29 1021.27 319.02 - 156.242 1260.93 1012.80 248.13 - 156.291 1177.96 1005.18 172.78 - 156.341 1196.91 997.99 198.92 - 156.391 1100.68 991.34 109.34 - 156.441 1090.03 985.18 104.85 - 156.491 1043.67 979.46 64.21 - 156.541 1071.26 974.14 97.12 - 156.591 1022.03 969.16 52.87 - 156.641 1028.42 964.50 63.92 - 156.691 978.65 960.14 18.51 - 156.741 975.45 956.06 19.39 - 156.791 938.21 952.22 -14.01 - 156.841 909.07 948.61 -39.54 - 156.891 901.99 945.21 -43.22 - 156.941 918.38 942.01 -23.63 - 156.991 923.55 938.98 -15.43 - 157.041 980.39 936.13 44.26 - 157.091 929.91 933.43 -3.52 - 157.141 909.48 930.87 -21.39 - 157.191 897.31 928.44 -31.13 - 157.241 913.51 926.14 -12.63 - 157.291 927.18 923.96 3.22 - 157.340 914.94 921.89 -6.95 - 157.390 875.70 919.91 -44.21 - 157.441 871.56 918.03 -46.47 - 157.490 868.81 916.24 -47.43 - 157.529 880.75 914.91 -34.16 - 157.579 870.53 913.26 -42.73 - 157.629 842.80 911.69 -68.89 - 157.679 894.07 910.19 -16.12 - 157.729 906.30 908.76 -2.46 - 157.779 892.17 907.39 -15.22 - 157.829 918.69 906.08 12.61 - 157.879 867.16 904.82 -37.66 + 142.408 920.54 905.42 15.12 + 142.458 969.86 905.53 64.33 + 142.508 986.77 905.66 81.11 + 142.544 908.12 905.75 2.37 + 142.594 969.57 905.89 63.68 + 142.645 955.51 906.04 49.47 + 142.695 953.13 906.20 46.93 + 142.745 976.49 906.36 70.13 + 142.795 1024.88 906.54 118.34 + 142.845 962.38 906.72 55.66 + 142.895 877.20 906.92 -29.72 + 142.945 963.41 907.13 56.28 + 142.995 947.16 907.36 39.80 + 143.045 969.68 907.60 62.08 + 143.095 901.66 907.85 -6.19 + 143.145 911.72 908.12 3.60 + 143.195 957.26 908.42 48.84 + 143.244 910.22 908.73 1.49 + 143.294 972.20 909.06 63.14 + 143.344 909.69 909.41 0.28 + 143.394 914.62 909.80 4.82 + 143.444 829.78 910.21 -80.43 + 143.494 875.67 910.65 -34.98 + 143.544 914.72 911.12 3.60 + 143.594 958.38 911.63 46.75 + 143.644 970.76 912.19 58.57 + 143.694 869.82 912.78 -42.96 + 143.744 932.02 913.43 18.59 + 143.792 840.85 918.04 -77.19 + 143.842 880.76 918.83 -38.07 + 143.893 902.50 919.69 -17.19 + 143.943 936.71 920.63 16.08 + 143.993 905.18 921.64 -16.46 + 144.043 964.18 922.75 41.43 + 144.093 869.81 923.96 -54.15 + 144.143 907.46 925.28 -17.82 + 144.193 895.61 926.74 -31.13 + 144.243 867.76 928.34 -60.58 + 144.293 905.08 930.10 -25.02 + 144.343 936.70 932.07 4.63 + 144.393 900.24 934.24 -34.00 + 144.443 861.09 936.67 -75.58 + 144.493 946.16 939.38 6.78 + 144.542 872.53 942.43 -69.90 + 144.592 934.38 945.89 -11.51 + 144.642 937.32 949.82 -12.50 + 144.692 907.71 954.36 -46.65 + 144.742 933.77 959.66 -25.89 + 144.792 959.25 966.02 -6.77 + 144.842 1018.05 973.84 44.21 + 144.892 913.52 983.99 -70.47 + 144.942 952.80 997.66 -44.86 + 144.992 941.54 1016.76 -75.22 + 145.055 1013.23 1053.26 -40.03 + 145.105 920.93 1097.59 -176.66 + 145.155 1047.90 1161.62 -113.72 + 145.205 1051.44 1252.25 -200.81 + 145.255 1100.66 1376.03 -275.37 + 145.305 1197.77 1539.03 -341.26 + 145.355 1429.00 1744.81 -315.81 + 145.405 1547.77 1991.26 -443.49 + 145.455 1699.74 2270.52 -570.78 + 145.505 1897.98 2565.52 -667.54 + 145.555 2124.80 2854.15 -729.35 + 145.605 2189.83 3103.17 -913.34 + 145.655 2310.69 3274.29 -963.60 + 145.705 2478.25 3336.46 -858.21 + 145.755 2515.64 3275.87 -760.23 + 145.805 2732.26 3105.80 -373.54 + 145.855 2677.41 2858.32 -180.91 + 145.905 2798.36 2570.46 227.90 + 145.955 2812.61 2274.17 538.44 + 146.005 2501.93 1995.02 506.91 + 146.055 2342.24 1748.38 593.86 + 146.105 2358.05 1542.93 815.12 + 146.155 2123.70 1378.61 745.09 + 146.205 1970.18 1253.84 716.34 + 146.255 1818.15 1162.95 655.20 + 146.304 1641.38 1098.84 542.54 + 146.354 1577.78 1053.95 523.83 + 146.404 1515.55 1023.19 492.36 + 146.455 1360.18 1001.93 358.25 + 146.505 1369.01 986.94 382.07 + 146.555 1285.43 975.94 309.49 + 146.605 1200.34 967.49 232.85 + 146.655 1148.93 960.73 188.20 + 146.705 1215.73 955.13 260.60 + 146.755 1140.01 950.39 189.62 + 146.805 1032.81 946.28 86.53 + 146.855 985.48 942.67 42.81 + 146.904 997.20 939.50 57.70 + 146.954 970.07 936.67 33.40 + 147.004 1017.06 934.15 82.91 + 147.054 973.90 931.90 42.00 + 147.104 1018.12 929.87 88.25 + 147.154 975.03 928.04 46.99 + 147.204 941.08 926.38 14.70 + 147.254 995.27 924.88 70.39 + 147.304 972.13 923.51 48.62 + 147.354 926.88 922.27 4.61 + 147.404 942.40 921.14 21.26 + 147.454 932.55 920.09 12.46 + 147.504 884.75 919.14 -34.39 + 147.546 997.21 918.40 78.81 + 147.596 1007.54 917.58 89.96 + 147.646 999.21 916.83 82.38 + 147.696 981.48 916.14 65.34 + 147.746 960.70 915.50 45.20 + 147.796 979.20 914.91 64.29 + 147.846 981.47 914.37 67.10 + 147.896 982.72 913.86 68.86 + 147.946 974.18 913.40 60.78 + 147.996 941.18 912.97 28.21 + 148.046 990.52 912.58 77.94 + 148.096 993.27 912.21 81.06 + 148.146 969.51 911.87 57.64 + 148.196 980.15 911.56 68.59 + 148.246 974.59 911.28 63.31 + 148.296 985.67 911.02 74.65 + 148.346 1020.13 910.78 109.35 + 148.396 954.70 910.56 44.14 + 148.446 1032.83 910.36 122.47 + 148.496 957.73 910.18 47.55 + 148.546 1007.57 910.02 97.55 + 148.596 1006.29 909.88 96.41 + 148.646 975.71 909.75 65.96 + 148.696 1039.45 909.64 129.81 + 148.746 953.83 909.54 44.29 + 148.794 1020.75 909.47 111.28 + 148.844 970.89 909.40 61.49 + 148.894 1013.62 909.35 104.27 + 148.944 951.11 909.31 41.80 + 148.994 989.51 909.29 80.22 + 149.044 1044.78 909.28 135.50 + 149.094 1011.94 909.28 102.66 + 149.144 995.07 909.30 85.77 + 149.194 938.27 909.33 28.94 + 149.244 936.47 909.37 27.10 + 149.294 970.41 909.43 60.98 + 149.344 965.64 909.50 56.14 + 149.394 955.42 909.59 45.83 + 149.444 913.55 909.69 3.86 + 149.494 872.31 909.80 -37.49 + 149.544 933.14 909.92 23.22 + 149.594 884.56 910.06 -25.50 + 149.644 945.01 910.22 34.79 + 149.694 910.73 910.39 0.34 + 149.744 948.52 910.57 37.95 + 149.794 937.33 910.77 26.56 + 149.844 927.48 910.98 16.50 + 149.894 923.49 911.21 12.28 + 149.944 924.21 911.46 12.75 + 149.994 935.03 911.72 23.31 + 150.030 866.62 911.93 -45.31 + 150.081 889.86 912.22 -22.36 + 150.131 877.91 912.54 -34.63 + 150.181 917.89 912.87 5.02 + 150.231 910.71 913.22 -2.51 + 150.281 879.55 913.60 -34.05 + 150.331 824.36 913.99 -89.63 + 150.381 826.00 914.41 -88.41 + 150.431 931.96 914.85 17.11 + 150.481 875.17 915.32 -40.15 + 150.531 890.03 915.81 -25.78 + 150.581 872.34 916.33 -43.99 + 150.631 868.33 916.87 -48.54 + 150.681 885.74 917.45 -31.71 + 150.731 902.51 918.05 -15.54 + 150.781 902.12 918.69 -16.57 + 150.830 894.70 919.36 -24.66 + 150.880 823.41 920.07 -96.66 + 150.930 866.33 920.81 -54.48 + 150.980 837.49 921.59 -84.10 + 151.030 879.53 922.42 -42.89 + 151.080 868.38 923.28 -54.90 + 151.130 845.28 924.20 -78.92 + 151.180 876.99 925.16 -48.17 + 151.230 849.14 926.18 -77.04 + 151.285 875.04 927.35 -52.31 + 151.335 887.48 928.48 -41.00 + 151.385 882.87 929.68 -46.81 + 151.435 846.07 930.94 -84.87 + 151.485 873.98 932.27 -58.29 + 151.535 875.79 933.67 -57.88 + 151.585 906.82 935.16 -28.34 + 151.635 842.86 936.73 -93.87 + 151.685 844.05 938.39 -94.34 + 151.735 874.29 940.14 -65.85 + 151.785 883.92 941.99 -58.07 + 151.835 899.11 943.96 -44.85 + 151.885 859.02 946.04 -87.02 + 151.935 884.14 948.26 -64.12 + 151.985 879.13 950.60 -71.47 + 152.035 848.79 953.09 -104.30 + 152.085 883.27 955.74 -72.47 + 152.135 876.83 958.57 -81.74 + 152.185 909.83 961.58 -51.75 + 152.235 868.19 964.78 -96.59 + 152.285 895.86 968.20 -72.34 + 152.334 874.38 971.85 -97.47 + 152.385 891.24 974.49 -83.25 + 152.435 859.45 978.71 -119.26 + 152.484 882.63 983.22 -100.59 + 152.542 929.62 988.86 -59.24 + 152.592 867.36 994.15 -126.79 + 152.642 927.09 999.85 -72.76 + 152.693 930.49 1006.02 -75.53 + 152.742 941.01 1012.69 -71.68 + 152.792 969.11 1019.94 -50.83 + 152.842 906.28 1027.88 -121.60 + 152.893 897.26 1036.60 -139.34 + 152.943 920.82 1046.27 -125.45 + 152.992 918.64 1057.05 -138.41 + 153.042 894.43 1069.31 -174.88 + 153.093 878.50 1083.44 -204.94 + 153.142 920.57 1099.92 -179.35 + 153.192 903.93 1119.62 -215.69 + 153.242 932.33 1143.55 -211.22 + 153.292 909.28 1173.12 -263.84 + 153.342 989.14 1210.21 -221.07 + 153.392 929.18 1257.27 -328.09 + 153.442 927.63 1317.48 -389.85 + 153.492 1043.55 1394.41 -350.86 + 153.542 1043.77 1492.56 -448.79 + 153.592 1028.83 1616.78 -587.95 + 153.642 1095.20 1774.17 -678.97 + 153.692 1212.24 1970.26 -758.02 + 153.742 1330.57 2210.56 -879.99 + 153.790 1524.50 2488.91 -964.41 + 153.840 1744.39 2834.95 -1090.56 + 153.890 1963.43 3240.61 -1277.18 + 153.940 2426.97 3707.65 -1280.68 + 153.990 2891.28 4233.11 -1341.83 + 154.040 3270.53 4813.66 -1543.13 + 154.090 3590.64 5441.55 -1850.91 + 154.140 4248.34 6103.07 -1854.73 + 154.190 4713.04 6780.78 -2067.74 + 154.240 5098.39 7450.81 -2352.42 + 154.290 5593.74 8092.21 -2498.47 + 154.340 5817.80 8674.18 -2856.38 + 154.390 6191.93 9162.84 -2970.91 + 154.440 6598.96 9531.08 -2932.12 + 154.490 6976.38 9751.10 -2774.72 + 154.540 7353.49 9806.40 -2452.91 + 154.590 7641.19 9692.67 -2051.48 + 154.640 7776.45 9418.81 -1642.36 + 154.690 7892.90 9004.74 -1111.84 + 154.740 7917.59 8479.70 -562.11 + 154.790 7874.63 7874.97 -0.34 + 154.839 7726.31 7222.75 503.56 + 154.890 7715.86 6544.66 1171.20 + 154.940 7527.01 5869.66 1657.35 + 154.990 7160.09 5219.64 1940.45 + 155.042 6822.30 4576.31 2245.99 + 155.092 6701.23 4014.78 2686.45 + 155.142 6248.44 3511.25 2737.19 + 155.192 5780.20 3068.23 2711.97 + 155.242 5380.80 2687.05 2693.75 + 155.292 4889.18 2364.19 2524.99 + 155.342 4403.32 2094.71 2308.61 + 155.392 4143.75 1873.91 2269.84 + 155.442 3565.15 1695.39 1869.76 + 155.492 3304.11 1553.21 1750.90 + 155.542 3130.39 1440.39 1690.00 + 155.592 2899.81 1351.63 1548.18 + 155.642 2707.41 1282.47 1424.94 + 155.692 2511.48 1228.14 1283.34 + 155.742 2332.83 1185.51 1147.32 + 155.792 2234.37 1151.69 1082.68 + 155.842 2066.28 1124.52 941.76 + 155.892 1884.79 1102.32 782.47 + 155.942 1831.06 1083.83 747.23 + 155.992 1702.58 1068.18 634.40 + 156.042 1536.86 1054.67 482.19 + 156.092 1392.33 1042.85 349.48 + 156.142 1403.82 1032.27 371.55 + 156.192 1340.29 1022.75 317.54 + 156.242 1260.93 1014.12 246.81 + 156.291 1177.96 1006.39 171.57 + 156.341 1196.91 999.09 197.82 + 156.391 1100.68 992.35 108.33 + 156.441 1090.03 986.10 103.93 + 156.491 1043.67 980.31 63.36 + 156.541 1071.26 974.91 96.35 + 156.591 1022.03 969.87 52.16 + 156.641 1028.42 965.15 63.27 + 156.691 978.65 960.74 17.91 + 156.741 975.45 956.61 18.84 + 156.791 938.21 952.73 -14.52 + 156.841 909.07 949.07 -40.00 + 156.891 901.99 945.64 -43.65 + 156.941 918.38 942.40 -24.02 + 156.991 923.55 939.34 -15.79 + 157.041 980.39 936.46 43.93 + 157.091 929.91 933.73 -3.82 + 157.141 909.48 931.14 -21.66 + 157.191 897.31 928.69 -31.38 + 157.241 913.51 926.36 -12.85 + 157.291 927.18 924.16 3.02 + 157.340 914.94 922.07 -7.13 + 157.390 875.70 920.07 -44.37 + 157.441 871.56 918.16 -46.60 + 157.490 868.81 916.36 -47.55 + 157.529 880.75 915.02 -34.27 + 157.579 870.53 913.36 -42.83 + 157.629 842.80 911.77 -68.97 + 157.679 894.07 910.25 -16.18 + 157.729 906.30 908.80 -2.50 + 157.779 892.17 907.42 -15.25 + 157.829 918.69 906.10 12.59 + 157.879 867.16 904.83 -37.67 157.929 910.07 903.62 6.45 - 157.979 832.95 902.48 -69.53 - 158.029 872.59 901.37 -28.78 - 158.079 881.02 900.32 -19.30 - 158.129 910.25 899.31 10.94 - 158.179 834.55 898.34 -63.79 - 158.229 887.76 897.41 -9.65 - 158.279 869.35 896.52 -27.17 - 158.329 852.43 895.66 -43.23 - 158.379 897.17 894.84 2.33 - 158.429 904.44 894.06 10.38 - 158.479 899.39 893.30 6.09 - 158.529 974.94 892.58 82.36 - 158.579 886.55 891.88 -5.33 - 158.629 888.35 891.21 -2.86 - 158.679 894.56 890.57 3.99 - 158.729 887.59 889.96 -2.37 - 158.783 933.20 889.32 43.88 - 158.833 920.73 888.76 31.97 - 158.883 858.56 888.22 -29.66 - 158.933 873.86 887.70 -13.84 - 158.983 898.25 887.21 11.04 - 159.033 865.06 886.74 -21.68 - 159.083 905.02 886.29 18.73 - 159.133 924.46 885.86 38.60 - 159.183 881.28 885.45 -4.17 - 159.233 858.94 885.06 -26.12 - 159.283 933.10 884.69 48.41 - 159.333 979.00 884.34 94.66 - 159.383 936.92 884.01 52.91 - 159.433 882.29 883.69 -1.40 - 159.483 924.36 883.40 40.96 - 159.533 935.60 883.12 52.48 - 159.583 930.18 882.85 47.33 - 159.633 901.98 882.61 19.37 - 159.683 941.62 882.38 59.24 - 159.733 963.43 882.17 81.26 - 159.783 864.83 881.97 -17.14 - 159.832 941.26 881.79 59.47 - 159.883 912.89 881.63 31.26 - 159.933 964.01 881.48 82.53 - 159.982 944.89 881.35 63.54 - 160.041 963.06 881.22 81.84 - 160.091 913.88 881.12 32.76 - 160.141 960.61 881.04 79.57 - 160.192 973.14 880.97 92.17 - 160.241 943.27 880.92 62.35 - 160.291 880.56 880.89 -0.33 - 160.341 928.16 880.87 47.29 - 160.392 907.78 880.87 26.91 - 160.442 901.10 880.89 20.21 - 160.491 919.39 880.92 38.47 - 160.541 937.45 880.97 56.48 - 160.592 946.58 881.03 65.55 - 160.641 959.96 881.11 78.85 - 160.691 902.51 881.21 21.30 - 160.741 895.89 881.32 14.57 - 160.791 999.19 881.45 117.74 - 160.841 911.04 881.60 29.44 - 160.891 961.51 881.77 79.74 - 160.941 936.45 881.95 54.50 - 160.991 945.28 882.15 63.13 - 161.041 933.90 882.37 51.53 - 161.091 939.15 882.61 56.54 - 161.141 983.45 882.87 100.58 - 161.191 902.91 883.14 19.77 - 161.241 945.82 883.44 62.38 - 161.297 924.10 883.80 40.30 - 161.347 960.85 884.14 76.71 - 161.397 908.65 884.50 24.15 - 161.447 938.06 884.88 53.18 - 161.497 886.22 885.28 0.94 - 161.547 934.11 885.70 48.41 - 161.597 923.08 886.15 36.93 - 161.647 947.87 886.62 61.25 - 161.697 1005.47 887.12 118.35 - 161.747 920.53 887.63 32.90 - 161.797 957.30 888.18 69.12 - 161.847 1002.40 888.75 113.65 - 161.897 937.29 889.34 47.95 - 161.947 924.22 889.96 34.26 - 161.997 925.53 890.61 34.92 - 162.047 953.83 891.29 62.54 - 162.097 878.26 891.99 -13.73 - 162.147 905.23 892.72 12.51 - 162.197 925.70 893.49 32.21 - 162.247 878.28 894.29 -16.01 - 162.297 858.43 895.12 -36.69 - 162.347 913.07 895.97 17.10 - 162.397 889.83 896.87 -7.04 - 162.447 926.53 897.81 28.72 - 162.497 902.39 898.77 3.62 - 162.557 966.16 899.98 66.18 - 162.607 905.06 901.04 4.02 - 162.657 944.70 902.13 42.57 - 162.707 935.82 903.27 32.55 - 162.757 957.39 904.45 52.94 - 162.807 909.22 905.67 3.55 - 162.857 988.54 906.95 81.59 - 162.907 923.08 908.27 14.81 - 162.957 907.31 909.64 -2.33 - 163.007 893.08 911.06 -17.98 - 163.057 911.54 912.54 -1.00 - 163.107 983.70 914.08 69.62 - 163.157 1060.96 915.67 145.29 - 163.207 928.88 917.34 11.54 - 163.257 960.16 919.07 41.09 - 163.307 968.35 920.87 47.48 - 163.357 961.79 922.75 39.04 - 163.407 954.64 924.70 29.94 - 163.457 916.09 926.75 -10.66 - 163.507 981.89 928.89 53.00 - 163.557 916.63 931.13 -14.50 - 163.606 919.80 933.46 -13.66 - 163.656 972.91 935.93 36.98 - 163.706 1058.06 938.51 119.55 + 157.979 832.95 902.46 -69.51 + 158.029 872.59 901.35 -28.76 + 158.079 881.02 900.28 -19.26 + 158.129 910.25 899.26 10.99 + 158.179 834.55 898.28 -63.73 + 158.229 887.76 897.35 -9.59 + 158.279 869.35 896.45 -27.10 + 158.329 852.43 895.58 -43.15 + 158.379 897.17 894.75 2.42 + 158.429 904.44 893.96 10.48 + 158.479 899.39 893.19 6.20 + 158.529 974.94 892.46 82.48 + 158.579 886.55 891.76 -5.21 + 158.629 888.35 891.08 -2.73 + 158.679 894.56 890.43 4.13 + 158.729 887.59 889.81 -2.22 + 158.783 933.20 889.17 44.03 + 158.833 920.73 888.60 32.13 + 158.883 858.56 888.05 -29.49 + 158.933 873.86 887.53 -13.67 + 158.983 898.25 887.03 11.22 + 159.033 865.06 886.55 -21.49 + 159.083 905.02 886.09 18.93 + 159.133 924.46 885.65 38.81 + 159.183 881.28 885.24 -3.96 + 159.233 858.94 884.84 -25.90 + 159.283 933.10 884.46 48.64 + 159.333 979.00 884.10 94.90 + 159.383 936.92 883.76 53.16 + 159.433 882.29 883.44 -1.15 + 159.483 924.36 883.14 41.22 + 159.533 935.60 882.85 52.75 + 159.583 930.18 882.58 47.60 + 159.633 901.98 882.33 19.65 + 159.683 941.62 882.09 59.53 + 159.733 963.43 881.87 81.56 + 159.783 864.83 881.67 -16.84 + 159.832 941.26 881.48 59.78 + 159.883 912.89 881.31 31.58 + 159.933 964.01 881.15 82.86 + 159.982 944.89 881.02 63.87 + 160.041 963.06 880.87 82.19 + 160.091 913.88 880.77 33.11 + 160.141 960.61 880.68 79.93 + 160.192 973.14 880.60 92.54 + 160.241 943.27 880.55 62.72 + 160.291 880.56 880.51 0.05 + 160.341 928.16 880.48 47.68 + 160.392 907.78 880.47 27.31 + 160.442 901.10 880.48 20.62 + 160.491 919.39 880.50 38.89 + 160.541 937.45 880.54 56.91 + 160.592 946.58 880.59 65.99 + 160.641 959.96 880.66 79.30 + 160.691 902.51 880.75 21.76 + 160.741 895.89 880.85 15.04 + 160.791 999.19 880.97 118.22 + 160.841 911.04 881.11 29.93 + 160.891 961.51 881.26 80.25 + 160.941 936.45 881.44 55.01 + 160.991 945.28 881.63 63.65 + 161.041 933.90 881.84 52.06 + 161.091 939.15 882.06 57.09 + 161.141 983.45 882.31 101.14 + 161.191 902.91 882.57 20.34 + 161.241 945.82 882.86 62.96 + 161.297 924.10 883.20 40.90 + 161.347 960.85 883.52 77.33 + 161.397 908.65 883.87 24.78 + 161.447 938.06 884.24 53.82 + 161.497 886.22 884.63 1.59 + 161.547 934.11 885.04 49.07 + 161.597 923.08 885.47 37.61 + 161.647 947.87 885.92 61.95 + 161.697 1005.47 886.40 119.07 + 161.747 920.53 886.90 33.63 + 161.797 957.30 887.43 69.87 + 161.847 1002.40 887.98 114.42 + 161.897 937.29 888.56 48.73 + 161.947 924.22 889.16 35.06 + 161.997 925.53 889.79 35.74 + 162.047 953.83 890.45 63.38 + 162.097 878.26 891.13 -12.87 + 162.147 905.23 891.85 13.38 + 162.197 925.70 892.59 33.11 + 162.247 878.28 893.37 -15.09 + 162.297 858.43 894.17 -35.74 + 162.347 913.07 895.01 18.06 + 162.397 889.83 895.88 -6.05 + 162.447 926.53 896.79 29.74 + 162.497 902.39 897.73 4.66 + 162.557 966.16 898.92 67.24 + 162.607 905.06 899.94 5.12 + 162.657 944.70 901.01 43.69 + 162.707 935.82 902.12 33.70 + 162.757 957.39 903.27 54.12 + 162.807 909.22 904.46 4.76 + 162.857 988.54 905.70 82.84 + 162.907 923.08 906.99 16.09 + 162.957 907.31 908.32 -1.01 + 163.007 893.08 909.71 -16.63 + 163.057 911.54 911.15 0.39 + 163.107 983.70 912.65 71.05 + 163.157 1060.96 914.20 146.76 + 163.207 928.88 915.82 13.06 + 163.257 960.16 917.51 42.65 + 163.307 968.35 919.26 49.09 + 163.357 961.79 921.08 40.71 + 163.407 954.64 922.98 31.66 + 163.457 916.09 924.97 -8.88 + 163.507 981.89 927.04 54.85 + 163.557 916.63 929.21 -12.58 + 163.606 919.80 931.47 -11.67 + 163.656 972.91 933.86 39.05 + 163.706 1058.06 936.36 121.70 163.756 1061.08 781.44 279.64 END WAVES Phase1, tik1 BEGIN - 22.297 -1398 - 31.832 -1398 - 39.303 -1398 - 45.738 -1398 - 51.537 -1398 - 56.905 -1398 - 66.798 -1398 - 71.463 -1398 - 71.463 -1398 - 76.006 -1398 - 80.462 -1398 - 84.862 -1398 - 89.232 -1398 - 93.600 -1398 - 102.428 -1398 - 106.946 -1398 - 106.946 -1398 - 111.576 -1398 - 111.576 -1398 - 116.362 -1398 - 121.357 -1398 - 126.637 -1398 - 132.311 -1398 - 145.705 -1398 - 154.531 -1398 - 154.531 -1398 - 168.477 -1398 - 168.477 -1398 + 22.297 -1397 + 31.832 -1397 + 39.303 -1397 + 45.738 -1397 + 51.537 -1397 + 56.905 -1397 + 66.798 -1397 + 71.463 -1397 + 71.463 -1397 + 76.006 -1397 + 80.462 -1397 + 84.862 -1397 + 89.232 -1397 + 93.600 -1397 + 102.428 -1397 + 106.946 -1397 + 106.946 -1397 + 111.576 -1397 + 111.576 -1397 + 116.362 -1397 + 121.357 -1397 + 126.637 -1397 + 132.311 -1397 + 145.705 -1397 + 154.531 -1397 + 154.531 -1397 + 168.477 -1397 + 168.477 -1397 END WAVES Excrg1, excl1 BEGIN - 4.16 -1398 - 10.00 -1398 + 4.16 -1397 + 10.00 -1397 END WAVES Excrg2, excl2 BEGIN - 164.00 -1398 - 163.76 -1398 + 164.00 -1397 + 163.76 -1397 END X Silent 1 X DefaultFont Times @@ -3243,7 +3243,7 @@ X Display Iobs, Icalc, Diff vs TwoTheta X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) X SetAxis bottom 4.16, 163.76 X Modify lsize(Iobs)=2 -X Modify offset(Diff)={0, -13961} +X Modify offset(Diff)={0, -8809} X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) X Modify mirror(left)=2, mirror(bottom)=2 X Modify gfSize=12 @@ -3255,12 +3255,12 @@ X Modify mode(excl2)=7, hbFill(excl2)=4 X Modify rgb(excl2)=(6421,62320,64794) X Append tik1 vs Phase1 X Modify mode(tik1)=1 -X TextBox /F=2/S=3/A=RT "Files: ECH0030684_LaB6_1p622A_noSLDL\rDate of fit: \Z09 12/06/2026/ 14:15:21.5\Z12\rnuclear\rChi2 = 72.98" +X TextBox /F=2/S=3/A=RT "Files: ECH0030684_LaB6_1p622A_noSLDL\rDate of fit: \Z09 18/06/2026/ 16:40:54.1\Z12\rnuclear\rChi2 = 99.59" X Label left "\Z14Intensity" X Label bottom "\Z142-Theta (in degrees)" X TileWindows/O=1/C X ShowInfo X | Title of data set: LaB6 Ge(331) -X | Date of run: 12/06/2026 / 14:15:21.5 +X | Date of run: 18/06/2026 / 16:40:54.1 X Beep X Beep diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.sum b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.sum index 05a973bae..478c051f0 100644 --- a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.sum +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_noSLDL.sum @@ -8,7 +8,7 @@ Refinement of X-ray and/or Neutron Data - Date: 12/06/2026 Time: 14:15:20.812 + Date: 18/06/2026 Time: 16:40:54.005 => PCR file code: ECH0030684_LaB6_1p622A_noSLDL => DAT file code: ECH0030684_LaB6_1p62 -> Relative contribution: 1.0000 @@ -31,7 +31,7 @@ =>-------> Pattern# 1 => Crystal Structure Refinement for phase: 1 => The density (volumic mass) of phase 1 is: 4.711 g/cm3 - => Scor: 4.0979 + => Scor: 3.6218 ==> RESULTS OF REFINEMENT: @@ -100,44 +100,44 @@ -329.24 0.0000 0.0000 0.0000 - => Cos(2theta)-shift parameter : 0.0528 0.0000 - => Sin(2theta)-shift parameter : 0.0907 0.0000 + => Cos(2theta)-shift parameter : 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 => Cycle: 1 => MaxCycle:200 => N-P+C: 3076 => R-factors (not corrected for background) for Pattern: 1 - => Rp: 16.7 Rwp: 23.6 Rexp: 2.76 Chi2: 73.0 L.S. refinement + => Rp: 17.5 Rwp: 27.5 Rexp: 2.76 Chi2: 99.6 L.S. refinement => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 33.1 Rwp: 40.1 Rexp: 4.69 Chi2: 73.0 - => Deviance: 0.335E+06 Dev* : 108.8 - => DW-Stat.: 0.0683 DW-exp: 1.8880 - => N-sigma of the GoF: 2823.015 + => Rp: 34.8 Rwp: 46.8 Rexp: 4.69 Chi2: 99.6 + => Deviance: 0.407E+06 Dev* : 132.3 + => DW-Stat.: 0.0754 DW-exp: 1.8880 + => N-sigma of the GoF: 3866.437 ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 - => N-P+C: 2989 + => N-P+C: 2991 => R-factors (not corrected for background) for Pattern: 1 - => Rp: 16.8 Rwp: 23.7 Rexp: 2.74 Chi2: 75.1 L.S. refinement + => Rp: 17.7 Rwp: 27.7 Rexp: 2.74 Chi2: 102. L.S. refinement => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 33.0 Rwp: 40.1 Rexp: 4.62 Chi2: 75.1 - => Deviance: 0.335E+06 Dev* : 111.9 - => DW-Stat.: 0.0683 DW-exp: 1.8863 - => N-sigma of the GoF: 2863.702 + => Rp: 34.7 Rwp: 46.8 Rexp: 4.62 Chi2: 102. + => Deviance: 0.407E+06 Dev* : 136.1 + => DW-Stat.: 0.0754 DW-exp: 1.8864 + => N-sigma of the GoF: 3920.902 - => Global user-weigthed Chi2 (Bragg contrib.): 75.1 + => Global user-weigthed Chi2 (Bragg contrib.): 102. ----------------------------------------------------- BRAGG R-Factors and weight fractions for Pattern # 1 ----------------------------------------------------- => Phase: 1 nuclear - => Bragg R-factor: 3.57 Vol: 71.830( 0.000) Fract(%): 100.00( 0.00) - => Rf-factor= 2.15 ATZ: 203.711 Brindley: 1.0000 + => Bragg R-factor: 3.56 Vol: 71.830( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 2.16 ATZ: 203.711 Brindley: 1.0000 - CPU Time: 0.859 seconds - 0.014 minutes + CPU Time: 0.170 seconds + 0.003 minutes - => Run finished at: Date: 12/06/2026 Time: 14:15:21.675 + => Run finished at: Date: 18/06/2026 Time: 16:40:54.175 diff --git a/docs/docs/verification/index.md b/docs/docs/verification/index.md index 074284ebc..cf1511463 100644 --- a/docs/docs/verification/index.md +++ b/docs/docs/verification/index.md @@ -26,8 +26,8 @@ inside the notebook. Finger-Cox-Jephcoat axial-divergence asymmetry reference. - [pd-neut-cwl LaB₆ absorption](pd-neut-cwl_lab6_absorption.ipynb) – verifies Debye-Scherrer absorption with FCJ asymmetry disabled. -- [pd-neut-cwl LaB₆ absorption + FCJ asymmetry](pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb) - – verifies the combined absorption and FCJ reference. +- [pd-neut-cwl LaB₆ FCJ asymmetry isolated](pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb) + – verifies the isolated FCJ reference with absorption disabled. - [pd-neut-cwl Y₂O₃ beta ADPs](pd-neut-cwl_y2o3_beta-adp.ipynb) – verifies beta-tensor anisotropic ADPs with other correction models disabled. diff --git a/docs/docs/verification/pd-neut-cwl_lab6_absorption.ipynb b/docs/docs/verification/pd-neut-cwl_lab6_absorption.ipynb index 373f27c29..d0d1a3a77 100644 --- a/docs/docs/verification/pd-neut-cwl_lab6_absorption.ipynb +++ b/docs/docs/verification/pd-neut-cwl_lab6_absorption.ipynb @@ -130,8 +130,6 @@ "FULLPROF_W = 0.476524 # FullProf W\n", "FULLPROF_X = 0.0 # FullProf X\n", "FULLPROF_Y = 0.052425 # FullProf Y\n", - "FULLPROF_SYCOS = 0.05281 # FullProf SyCos\n", - "FULLPROF_SYSIN = 0.09068 # FullProf SySin\n", "FULLPROF_MU_R = 0.7 # FullProf muR (cylindrical absorption)\n", "\n", "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", @@ -178,8 +176,7 @@ "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", "\n", "# Sample absorption (Debye-Scherrer cylinder, muR = 0.7) is modelled by\n", - "# both engines via the calculator-independent A(theta) envelope. No FCJ\n", - "# asymmetry is applied (the reference has S_L = D_L = 0).\n", + "# both engines via the calculator-independent A(theta) envelope.\n", "experiment.absorption.type = 'cylinder-hewat'\n", "experiment.absorption.mu_r = FULLPROF_MU_R\n", "\n", @@ -203,9 +200,6 @@ "source": [ "experiment.calculator.type = 'cryspy'\n", "\n", - "experiment.instrument.calib_sample_displacement = FULLPROF_SYCOS\n", - "experiment.instrument.calib_sample_transparency = FULLPROF_SYSIN\n", - "\n", "project.analysis.calculate()\n", "calc_ed_cryspy = experiment.data.intensity_calc\n", "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", @@ -264,10 +258,8 @@ "source": [ "## Agreement check\n", "\n", - "Only ed-cryspy is asserted (see the note at the top): enabling the\n", - "`cylinder-hewat` absorption restores the intensity scale, but a residual\n", - "peak-position discrepancy persists on the released cryspy (needs PR #46),\n", - "so the page is marked `known_discrepancy=True`." + "Only ed-cryspy is asserted here; this page isolates cylindrical\n", + "absorption without sample-shift or FCJ asymmetry corrections." ] }, { @@ -277,15 +269,9 @@ "metadata": {}, "outputs": [], "source": [ - "verify.assert_patterns_agree(\n", - " [\n", - " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", - " ],\n", - " known_discrepancy=True,\n", - " reason=(\n", - " 'absorption demo passes on develop cryspy; released cryspy needs PR #46 (SyCos/SySin)'\n", - " ),\n", - ")" + "verify.assert_patterns_agree([\n", + " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", + "])" ] } ], diff --git a/docs/docs/verification/pd-neut-cwl_lab6_absorption.py b/docs/docs/verification/pd-neut-cwl_lab6_absorption.py index 995e5865a..f3fdd39db 100644 --- a/docs/docs/verification/pd-neut-cwl_lab6_absorption.py +++ b/docs/docs/verification/pd-neut-cwl_lab6_absorption.py @@ -62,8 +62,6 @@ FULLPROF_W = 0.476524 # FullProf W FULLPROF_X = 0.0 # FullProf X FULLPROF_Y = 0.052425 # FullProf Y -FULLPROF_SYCOS = 0.05281 # FullProf SyCos -FULLPROF_SYSIN = 0.09068 # FullProf SySin FULLPROF_MU_R = 0.7 # FullProf muR (cylindrical absorption) x, calc_fullprof = verify.load_fullprof_calc_profile( @@ -98,8 +96,7 @@ experiment.peak.broad_lorentz_y = FULLPROF_Y # Sample absorption (Debye-Scherrer cylinder, muR = 0.7) is modelled by -# both engines via the calculator-independent A(theta) envelope. No FCJ -# asymmetry is applied (the reference has S_L = D_L = 0). +# both engines via the calculator-independent A(theta) envelope. experiment.absorption.type = 'cylinder-hewat' experiment.absorption.mu_r = FULLPROF_MU_R @@ -111,9 +108,6 @@ # %% experiment.calculator.type = 'cryspy' -experiment.instrument.calib_sample_displacement = FULLPROF_SYCOS -experiment.instrument.calib_sample_transparency = FULLPROF_SYSIN - project.analysis.calculate() calc_ed_cryspy = experiment.data.intensity_calc LABEL_ED_CRYSPY = verify.engine_label('cryspy') @@ -155,18 +149,10 @@ # %% [markdown] # ## Agreement check # -# Only ed-cryspy is asserted (see the note at the top): enabling the -# `cylinder-hewat` absorption restores the intensity scale, but a residual -# peak-position discrepancy persists on the released cryspy (needs PR #46), -# so the page is marked `known_discrepancy=True`. +# Only ed-cryspy is asserted here; this page isolates cylindrical +# absorption without sample-shift or FCJ asymmetry corrections. # %% -verify.assert_patterns_agree( - [ - (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), - ], - known_discrepancy=True, - reason=( - 'absorption demo passes on develop cryspy; released cryspy needs PR #46 (SyCos/SySin)' - ), -) +verify.assert_patterns_agree([ + (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), +]) diff --git a/docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb b/docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb index a60cb43af..a2e4c9124 100644 --- a/docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb +++ b/docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb @@ -24,10 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# LaB₆ — powder neutron CW — absorption + FCJ asymmetry\n", + "# LaB₆ — powder neutron CW — FCJ asymmetry\n", "\n", - "Verifies the combined Debye-Scherrer absorption and\n", - "Finger-Cox-Jephcoat asymmetry reference for LaB₆." + "Verifies the Finger-Cox-Jephcoat axial-divergence asymmetry reference\n", + "for LaB₆ with absorption and sample-shift corrections disabled." ] }, { @@ -130,11 +130,8 @@ "FULLPROF_W = 0.476524 # FullProf W\n", "FULLPROF_X = 0.0 # FullProf X\n", "FULLPROF_Y = 0.052425 # FullProf Y\n", - "FULLPROF_SYCOS = 0.05281 # FullProf SyCos\n", - "FULLPROF_SYSIN = 0.09068 # FullProf SySin\n", "FULLPROF_S_L = 0.08000 # FullProf S_L\n", "FULLPROF_D_L = 0.08000 # FullProf D_L\n", - "FULLPROF_MU_R = 0.7 # FullProf muR (cylindrical absorption)\n", "\n", "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", " FULLPROF_PROJECT_DIR,\n", @@ -178,14 +175,7 @@ "experiment.peak.broad_gauss_w = FULLPROF_W\n", "experiment.peak.broad_lorentz_x = FULLPROF_X\n", "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", - "# Engine-specific corrections are applied in each engine's section below:\n", - "# SyCos/SySin (cryspy only) and the FCJ S_L/D_L asymmetry (crysfml only).\n", - "\n", - "# Sample absorption (Debye-Scherrer cylinder, muR = 0.7) is modelled by\n", - "# both engines via the calculator-independent A(theta) envelope, so it is\n", - "# set once here and applies to every calculation below.\n", - "experiment.absorption.type = 'cylinder-hewat'\n", - "experiment.absorption.mu_r = FULLPROF_MU_R\n", + "# The FCJ S_L/D_L asymmetry is applied in the crysfml section below.\n", "\n", "project.experiments.add(experiment)" ] @@ -207,9 +197,6 @@ "source": [ "experiment.calculator.type = 'cryspy'\n", "\n", - "experiment.instrument.calib_sample_displacement = FULLPROF_SYCOS\n", - "experiment.instrument.calib_sample_transparency = FULLPROF_SYSIN\n", - "\n", "project.analysis.calculate()\n", "calc_ed_cryspy = experiment.data.intensity_calc\n", "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", @@ -240,8 +227,6 @@ "source": [ "experiment.linked_structures['lab6'].scale.free = True\n", "experiment.instrument.calib_twotheta_offset.free = True\n", - "experiment.instrument.calib_sample_displacement.free = True\n", - "experiment.instrument.calib_sample_transparency.free = True\n", "\n", "project.analysis.fit()\n", "project.display.fit.results()\n", @@ -319,9 +304,6 @@ "experiment.linked_structures['lab6'].scale.free = True\n", "experiment.instrument.calib_twotheta_offset.free = True\n", "\n", - "experiment.instrument.calib_sample_displacement.free = False\n", - "experiment.instrument.calib_sample_transparency.free = False\n", - "\n", "project.analysis.fit()\n", "project.display.fit.results()\n", "\n", @@ -359,10 +341,7 @@ " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", " ],\n", " known_discrepancy=True,\n", - " reason=(\n", - " 'FCJ asymmetry (S_L/D_L) is not implemented in cryspy; '\n", - " 'absorption is modelled by both engines.'\n", - " ),\n", + " reason='FCJ asymmetry (S_L/D_L) does not yet match FullProf for these backends.',\n", ")" ] } diff --git a/docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.py b/docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.py index 697f98aec..907f64821 100644 --- a/docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.py +++ b/docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.py @@ -1,8 +1,8 @@ # %% [markdown] -# # LaB₆ — powder neutron CW — absorption + FCJ asymmetry +# # LaB₆ — powder neutron CW — FCJ asymmetry # -# Verifies the combined Debye-Scherrer absorption and -# Finger-Cox-Jephcoat asymmetry reference for LaB₆. +# Verifies the Finger-Cox-Jephcoat axial-divergence asymmetry reference +# for LaB₆ with absorption and sample-shift corrections disabled. # %% import easydiffraction as edi @@ -62,11 +62,8 @@ FULLPROF_W = 0.476524 # FullProf W FULLPROF_X = 0.0 # FullProf X FULLPROF_Y = 0.052425 # FullProf Y -FULLPROF_SYCOS = 0.05281 # FullProf SyCos -FULLPROF_SYSIN = 0.09068 # FullProf SySin FULLPROF_S_L = 0.08000 # FullProf S_L FULLPROF_D_L = 0.08000 # FullProf D_L -FULLPROF_MU_R = 0.7 # FullProf muR (cylindrical absorption) x, calc_fullprof = verify.load_fullprof_calc_profile( FULLPROF_PROJECT_DIR, @@ -98,14 +95,7 @@ experiment.peak.broad_gauss_w = FULLPROF_W experiment.peak.broad_lorentz_x = FULLPROF_X experiment.peak.broad_lorentz_y = FULLPROF_Y -# Engine-specific corrections are applied in each engine's section below: -# SyCos/SySin (cryspy only) and the FCJ S_L/D_L asymmetry (crysfml only). - -# Sample absorption (Debye-Scherrer cylinder, muR = 0.7) is modelled by -# both engines via the calculator-independent A(theta) envelope, so it is -# set once here and applies to every calculation below. -experiment.absorption.type = 'cylinder-hewat' -experiment.absorption.mu_r = FULLPROF_MU_R +# The FCJ S_L/D_L asymmetry is applied in the crysfml section below. project.experiments.add(experiment) @@ -115,9 +105,6 @@ # %% experiment.calculator.type = 'cryspy' -experiment.instrument.calib_sample_displacement = FULLPROF_SYCOS -experiment.instrument.calib_sample_transparency = FULLPROF_SYSIN - project.analysis.calculate() calc_ed_cryspy = experiment.data.intensity_calc LABEL_ED_CRYSPY = verify.engine_label('cryspy') @@ -136,8 +123,6 @@ # %% experiment.linked_structures['lab6'].scale.free = True experiment.instrument.calib_twotheta_offset.free = True -experiment.instrument.calib_sample_displacement.free = True -experiment.instrument.calib_sample_transparency.free = True project.analysis.fit() project.display.fit.results() @@ -191,9 +176,6 @@ experiment.linked_structures['lab6'].scale.free = True experiment.instrument.calib_twotheta_offset.free = True -experiment.instrument.calib_sample_displacement.free = False -experiment.instrument.calib_sample_transparency.free = False - project.analysis.fit() project.display.fit.results() @@ -219,8 +201,5 @@ (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), ], known_discrepancy=True, - reason=( - 'FCJ asymmetry (S_L/D_L) is not implemented in cryspy; ' - 'absorption is modelled by both engines.' - ), + reason='FCJ asymmetry (S_L/D_L) does not yet match FullProf for these backends.', ) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index c9b086121..6df9b4f24 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -264,7 +264,7 @@ nav: - LaB6 SyCos/SySin shifts: verification/pd-neut-cwl_lab6_sycos-sysin.ipynb - LaB6 FCJ asymmetry: verification/pd-neut-cwl_lab6_fcj-asymmetry.ipynb - LaB6 absorption: verification/pd-neut-cwl_lab6_absorption.ipynb - - LaB6 absorption + FCJ asymmetry: verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb + - LaB6 FCJ asymmetry isolated: verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb - Y2O3 beta ADPs: verification/pd-neut-cwl_y2o3_beta-adp.ipynb - Powder, neutron, time-of-flight: - Si Jorgensen profile: verification/pd-neut-tof_si_jorgensen.ipynb From caf4c4073851f82d2e9e3fcd1f7228de3545566e Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 17:24:32 +0200 Subject: [PATCH 17/64] Add request evidence comparison plots --- .../crysfml-python-api-feature-requests.md | 6 +- .../crysfml-python-api-requests/cfl_common.py | 57 ++++++++++++++++--- .../request_01_preferred_orientation.py | 1 - .../request_02_absorption_polarization.py | 1 - .../request_03_sycos_sysin.py | 1 - .../request_04_single_crystal_extinction.py | 1 - .../request_05_in_memory_structure_factors.py | 3 +- .../request_06_beta_adps.py | 1 - .../request_07_tof_patterns_simulation.py | 3 +- .../request_08_tof_profile_selection.py | 3 +- .../request_09_cw_doublet_dict_api.py | 1 - 11 files changed, 55 insertions(+), 23 deletions(-) diff --git a/docs/dev/crysfml-python-api-feature-requests.md b/docs/dev/crysfml-python-api-feature-requests.md index dd709d1d1..c6649baf9 100644 --- a/docs/dev/crysfml-python-api-feature-requests.md +++ b/docs/dev/crysfml-python-api-feature-requests.md @@ -22,8 +22,10 @@ Evidence scripts: - Directory: `docs/dev/crysfml-python-api-requests/` - Run one example with `pixi run python docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py`. -- Add `--plot` to display the hardcoded FullProf reference window and - the CrysFML CFL result on the same axes. +- Add `--plot` to display a vertical grid of comparison panels. Each + panel overlays the hardcoded FullProf reference, the CrysFML result, + and the residual for either the feature-off control or a feature-on + request case. Each script is intended to be attached to the upstream request together with a screenshot. The screenshot should show two cases: diff --git a/docs/dev/crysfml-python-api-requests/cfl_common.py b/docs/dev/crysfml-python-api-requests/cfl_common.py index e04c92fc9..b31bfa687 100644 --- a/docs/dev/crysfml-python-api-requests/cfl_common.py +++ b/docs/dev/crysfml-python-api-requests/cfl_common.py @@ -18,6 +18,7 @@ @dataclass(frozen=True) class Comparison: label: str + x_values: np.ndarray reference: np.ndarray calculated: np.ndarray scaled: np.ndarray @@ -65,6 +66,7 @@ def compare_to_fullprof( relative_rms = rms / max(float(np.max(np.abs(y_ref))), 1.0) return Comparison( label=label, + x_values=x_ref, reference=y_ref, calculated=y_interp, scaled=y_scaled, @@ -77,12 +79,14 @@ def compare_to_fullprof( def compare_unavailable(label: str, reference: np.ndarray, reason: str) -> Comparison: + x_ref = reference[:, 0] y_ref = reference[:, 1] zeros = np.zeros_like(y_ref) rms = float(np.sqrt(np.mean(y_ref * y_ref))) reference_norm = max(float(np.max(np.abs(y_ref))), 1.0) return Comparison( label=label, + x_values=x_ref, reference=y_ref, calculated=zeros, scaled=zeros, @@ -121,16 +125,51 @@ def print_reference_window(name: str, reference: np.ndarray) -> None: print(f'{x_value:12.6g} {y_value:14.8g}') -def plot_comparisons(title: str, x_values: np.ndarray, comparisons: Iterable[Comparison]) -> None: +def plot_comparisons(title: str, comparisons: Iterable[Comparison]) -> None: plt = importlib.import_module('matplotlib.pyplot') - for comparison in comparisons: - plt.plot(x_values, comparison.reference, 'o', label=f'{comparison.label} FullProf') - plt.plot(x_values, comparison.scaled, '-', label=f'{comparison.label} CrysFML') - plt.title(title) - plt.xlabel('2theta, TOF, or reflection index') - plt.ylabel('calculated intensity') - plt.legend() - plt.tight_layout() + comparisons = list(comparisons) + figure_height = max(3.5, 3.0 * len(comparisons)) + _, axes = plt.subplots(len(comparisons), 1, figsize=(9.5, figure_height)) + if len(comparisons) == 1: + axes = [axes] + + for axis, comparison in zip(axes, comparisons, strict=True): + residual = comparison.reference - comparison.scaled + axis.plot( + comparison.x_values, + comparison.reference, + color='tab:blue', + linestyle='-', + linewidth=2.2, + label='FullProf', + zorder=2, + ) + axis.plot( + comparison.x_values, + comparison.scaled, + color='tab:red', + linestyle='--', + linewidth=2.0, + label='CrysFML', + zorder=3, + ) + axis.plot( + comparison.x_values, + residual, + color='tab:green', + linestyle='-', + linewidth=1.5, + label='residual', + zorder=1, + ) + axis.axhline(0.0, color='0.65', linewidth=0.8) + axis.set_title(comparison.label) + axis.set_xlabel('2theta, TOF, or reflection index') + axis.set_ylabel('intensity / residual') + axis.legend() + + plt.suptitle(title) + plt.tight_layout(rect=(0.0, 0.0, 1.0, 0.97)) plt.show() diff --git a/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py b/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py index 9e0514e83..fb25ff858 100644 --- a/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py +++ b/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py @@ -136,7 +136,6 @@ def main() -> None: if should_plot(sys.argv): plot_comparisons( 'Request 1: preferred orientation', - FULLPROF_WITHOUT_PREFERRED_ORIENTATION[:, 0], [control, requested], ) diff --git a/docs/dev/crysfml-python-api-requests/request_02_absorption_polarization.py b/docs/dev/crysfml-python-api-requests/request_02_absorption_polarization.py index 02d6cbbe5..22b5fd994 100644 --- a/docs/dev/crysfml-python-api-requests/request_02_absorption_polarization.py +++ b/docs/dev/crysfml-python-api-requests/request_02_absorption_polarization.py @@ -166,7 +166,6 @@ def main() -> None: if should_plot(sys.argv): plot_comparisons( 'Request 2: absorption and polarization', - FULLPROF_UNPOLARIZED_NO_ABSORPTION[:, 0], comparisons, ) diff --git a/docs/dev/crysfml-python-api-requests/request_03_sycos_sysin.py b/docs/dev/crysfml-python-api-requests/request_03_sycos_sysin.py index c64530296..e1bab926a 100644 --- a/docs/dev/crysfml-python-api-requests/request_03_sycos_sysin.py +++ b/docs/dev/crysfml-python-api-requests/request_03_sycos_sysin.py @@ -130,7 +130,6 @@ def main() -> None: if should_plot(sys.argv): plot_comparisons( 'Request 3: SyCos and SySin', - FULLPROF_WITHOUT_SYCOS_SYSIN[:, 0], [control, requested], ) diff --git a/docs/dev/crysfml-python-api-requests/request_04_single_crystal_extinction.py b/docs/dev/crysfml-python-api-requests/request_04_single_crystal_extinction.py index 9b12b9bca..1c6af00f4 100644 --- a/docs/dev/crysfml-python-api-requests/request_04_single_crystal_extinction.py +++ b/docs/dev/crysfml-python-api-requests/request_04_single_crystal_extinction.py @@ -140,7 +140,6 @@ def main() -> None: if should_plot(sys.argv): plot_comparisons( 'Request 4: single-crystal extinction', - FULLPROF_WITHOUT_EXTINCTION[:, 0], [control, requested], ) diff --git a/docs/dev/crysfml-python-api-requests/request_05_in_memory_structure_factors.py b/docs/dev/crysfml-python-api-requests/request_05_in_memory_structure_factors.py index 3fca0da66..a51ce544c 100644 --- a/docs/dev/crysfml-python-api-requests/request_05_in_memory_structure_factors.py +++ b/docs/dev/crysfml-python-api-requests/request_05_in_memory_structure_factors.py @@ -91,8 +91,7 @@ def main() -> None: if should_plot(sys.argv): plot_comparisons( 'Request 5: in-memory structure factors', - FULLPROF_POWDER_CFL_CONTROL[:, 0], - [control], + [control, requested], ) diff --git a/docs/dev/crysfml-python-api-requests/request_06_beta_adps.py b/docs/dev/crysfml-python-api-requests/request_06_beta_adps.py index cd6ba4ff5..cf0308c4f 100644 --- a/docs/dev/crysfml-python-api-requests/request_06_beta_adps.py +++ b/docs/dev/crysfml-python-api-requests/request_06_beta_adps.py @@ -139,7 +139,6 @@ def main() -> None: if should_plot(sys.argv): plot_comparisons( 'Request 6: beta ADPs', - FULLPROF_ISOTROPIC_CONTROL[:, 0], [control, requested], ) diff --git a/docs/dev/crysfml-python-api-requests/request_07_tof_patterns_simulation.py b/docs/dev/crysfml-python-api-requests/request_07_tof_patterns_simulation.py index cd1f1d7e1..b31670378 100644 --- a/docs/dev/crysfml-python-api-requests/request_07_tof_patterns_simulation.py +++ b/docs/dev/crysfml-python-api-requests/request_07_tof_patterns_simulation.py @@ -117,8 +117,7 @@ def main() -> None: if should_plot(sys.argv): plot_comparisons( 'Request 7: TOF patterns_simulation', - FULLPROF_TOF_JORGENSEN_VON_DREELE[:, 0], - [requested], + [control, requested], ) diff --git a/docs/dev/crysfml-python-api-requests/request_08_tof_profile_selection.py b/docs/dev/crysfml-python-api-requests/request_08_tof_profile_selection.py index b526ee716..b2bf05426 100644 --- a/docs/dev/crysfml-python-api-requests/request_08_tof_profile_selection.py +++ b/docs/dev/crysfml-python-api-requests/request_08_tof_profile_selection.py @@ -177,8 +177,7 @@ def main() -> None: if should_plot(sys.argv): plot_comparisons( 'Request 8: TOF profile selection', - FULLPROF_JORGENSEN[:, 0], - [jvd, jorgensen], + [control, jvd, jorgensen], ) diff --git a/docs/dev/crysfml-python-api-requests/request_09_cw_doublet_dict_api.py b/docs/dev/crysfml-python-api-requests/request_09_cw_doublet_dict_api.py index 8b6010e7b..c4fbfc335 100644 --- a/docs/dev/crysfml-python-api-requests/request_09_cw_doublet_dict_api.py +++ b/docs/dev/crysfml-python-api-requests/request_09_cw_doublet_dict_api.py @@ -133,7 +133,6 @@ def main() -> None: if should_plot(sys.argv): plot_comparisons( 'Request 9: CW doublet dict API', - FULLPROF_SINGLE_WAVELENGTH[:, 0], [control, requested], ) From 8091633282965b7db4b17dcc0bc409bf0926c406 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 20:28:29 +0200 Subject: [PATCH 18/64] Stabilize CFL backend verification checks --- .../adrs/accepted/model-sample-absorption.md | 16 +- .../post-calculation-corrections-package.md | 26 +- .../preferred-orientation-category.md | 21 +- docs/dev/adrs/index.md | 120 ++-- .../in-house-calculation-engine.md | 28 +- .../upstream-capability-request-evidence.md | 37 +- .../verification-example-lifecycle.md | 6 +- .../crysfml-python-api-feature-requests.md | 91 ++- ...timate-neutron-absorption-with-ncrystal.md | 7 +- ...nd-add-the-physical-fcj-asymmetry-model.md | 20 +- ...-on-tof-jorgensen-von-dreele-lorentzian.md | 9 +- ...x-ray-anomalous-scattering-table-source.md | 86 +-- ...ysfml-tof-jorgensen-profile-discrepancy.md | 6 +- ...odel-sample-absorption-debye-scherrer-r.md | 8 +- ...in-systematic-peak-position-corrections.md | 10 +- docs/dev/package-structure/full.md | 6 +- docs/dev/package-structure/short.md | 6 +- docs/docs/tutorials/refine-pbso4-joint.ipynb | 320 +++++---- docs/docs/tutorials/refine-pbso4-xray.ipynb | 623 ++++++++++++++++++ docs/docs/verification/index.md | 60 +- ...d-neut-tof_ncaf_jorgensen-von-dreele.ipynb | 23 +- .../pd-neut-tof_ncaf_jorgensen-von-dreele.py | 21 +- .../pd-xray-cwl_lif_doublet.ipynb | 13 + .../verification/pd-xray-cwl_lif_doublet.py | 13 + .../pd-xray-cwl_lif_single_polarization.ipynb | 38 +- src/easydiffraction/analysis/analysis.py | 2 +- .../analysis/calculators/cryspy.py | 36 +- .../analysis/corrections/polarization.py | 15 +- src/easydiffraction/utils/enums.py | 6 +- .../test_calculate-without-measured-data.py | 35 +- .../test_powder-diffraction_joint-fit.py | 6 +- .../test_background_auto_estimate_corpus.py | 13 +- tests/unit/conftest.py | 33 +- .../analysis/calculators/test_crysfml.py | 4 +- .../analysis/calculators/test_cryspy.py | 4 +- .../core/test_validation_properties.py | 11 +- .../structure/renderers/test_raster.py | 4 +- 37 files changed, 1290 insertions(+), 493 deletions(-) create mode 100644 docs/docs/tutorials/refine-pbso4-xray.ipynb diff --git a/docs/dev/adrs/accepted/model-sample-absorption.md b/docs/dev/adrs/accepted/model-sample-absorption.md index 5871eadd5..b56ffe30c 100644 --- a/docs/dev/adrs/accepted/model-sample-absorption.md +++ b/docs/dev/adrs/accepted/model-sample-absorption.md @@ -24,11 +24,11 @@ factor that attenuates low-angle peaks more than high-angle peaks; omitting it leaves an angle-dependent intensity residual that scales with the sample's μR (linear absorption coefficient × radius). -This is not hypothetical. The verification reference -`pd-neut-cwl_lab6` was refined in FullProf with **μR = 0.7**; -the unmodelled correction is the _entire_ intensity residual on the -companion `pd-neut-cwl_lab6_absorption` page (≈5 % profile difference), -while the μR = 0 page passes to corr 0.9999. See +This is not hypothetical. The verification reference `pd-neut-cwl_lab6` +was refined in FullProf with **μR = 0.7**; the unmodelled correction is +the _entire_ intensity residual on the companion +`pd-neut-cwl_lab6_absorption` page (≈5 % profile difference), while the +μR = 0 page passes to corr 0.9999. See [issue #119](../../issues/open/highest_model-sample-absorption-debye-scherrer-r.md). ### What the three reference sources provide @@ -369,9 +369,9 @@ backend round-trip. ## Consequences - **Closes the LaB₆ absorption residual.** The - `pd-neut-cwl_lab6_absorption` verification page becomes the - acceptance test: with `cylinder-hewat`, `mu_r = 0.7` it should reach - the same corr as the μR = 0 page. + `pd-neut-cwl_lab6_absorption` verification page becomes the acceptance + test: with `cylinder-hewat`, `mu_r = 0.7` it should reach the same + corr as the μR = 0 page. - **Calculator-consistent by construction.** Both backends call the same helper, so the absorption term can never drift between `cryspy` and `crysfml`. New backends inherit it for free. diff --git a/docs/dev/adrs/accepted/post-calculation-corrections-package.md b/docs/dev/adrs/accepted/post-calculation-corrections-package.md index 96f436363..9287269af 100644 --- a/docs/dev/adrs/accepted/post-calculation-corrections-package.md +++ b/docs/dev/adrs/accepted/post-calculation-corrections-package.md @@ -12,24 +12,24 @@ Accepted. Analysis and fitting. -> This ADR follows [`AGENTS.md`](../../../../AGENTS.md). It defines where -> calculator-independent corrections live, separate from the calculation -> backends. It does not change any public API or any correction's -> behaviour; it is a placement and naming decision. +> This ADR follows [`AGENTS.md`](../../../../AGENTS.md). It defines +> where calculator-independent corrections live, separate from the +> calculation backends. It does not change any public API or any +> correction's behaviour; it is a placement and naming decision. ## Context `analysis/calculators/` holds the diffraction calculation backends — `crysfml`, `cryspy`, `pdffit` — each a `CalculatorBase` subclass that computes a pattern from a structure and experiment. Its own package -docstring describes it as the home of the calculation *backends*. +docstring describes it as the home of the calculation _backends_. Two modules accumulated in that same package that are **not** backends: - `absorption.py` — Debye–Scherrer `μR` intensity factor (issue 119). - `polarization.py` — X-ray CW Lorentz–polarization factor. -Both *adjust an already-calculated pattern* rather than computing one. +Both _adjust an already-calculated pattern_ rather than computing one. Each exposes a module-level `apply(y, experiment) -> y` (plus internal `factor(...)` helpers) and is called by `crysfml.py` and `cryspy.py` **after** the backend returns its convolved profile, so the two backends @@ -66,7 +66,7 @@ anticipates (per-reflection `SyCos`/`SySin`, preferred orientation). 4. **Corrections stay backend-agnostic; they are not relocated into a future native engine.** External backends still need the point-wise forms, so `analysis/corrections/` is their permanent home. The native - engine reimplements the *exact per-reflection* forms on its own code + engine reimplements the _exact per-reflection_ forms on its own code path rather than moving these modules (see the in-house engine ADR). ## Consequences @@ -87,9 +87,9 @@ anticipates (per-reflection `SyCos`/`SySin`, preferred orientation). ## Alternatives Considered -| # | Alternative | Verdict | -| --- | -------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | -| A | **`analysis/corrections/` sibling package** (this ADR). | **Chosen.** Clean split between compute and adjust; scalable home for the growing correction family. | -| B | **Nested `analysis/calculators/corrections/`.** | Rejected. Keeps corrections under the `calculators` name they do not belong to; the conceptual conflation remains. | -| C | **Keep them in `analysis/calculators/`.** | Rejected. Mixes non-engine modules into the backends package; no home for further corrections. | -| D | **Introduce a `CorrectionBase` class now.** | Deferred. Premature abstraction for two plain `apply()` functions; revisit when a third correction lands. | +| # | Alternative | Verdict | +| --- | ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | +| A | **`analysis/corrections/` sibling package** (this ADR). | **Chosen.** Clean split between compute and adjust; scalable home for the growing correction family. | +| B | **Nested `analysis/calculators/corrections/`.** | Rejected. Keeps corrections under the `calculators` name they do not belong to; the conceptual conflation remains. | +| C | **Keep them in `analysis/calculators/`.** | Rejected. Mixes non-engine modules into the backends package; no home for further corrections. | +| D | **Introduce a `CorrectionBase` class now.** | Deferred. Premature abstraction for two plain `apply()` functions; revisit when a third correction lands. | diff --git a/docs/dev/adrs/accepted/preferred-orientation-category.md b/docs/dev/adrs/accepted/preferred-orientation-category.md index 925d6b35e..a6263c8e4 100644 --- a/docs/dev/adrs/accepted/preferred-orientation-category.md +++ b/docs/dev/adrs/accepted/preferred-orientation-category.md @@ -555,21 +555,22 @@ that also exercises both March–Dollase parameters. It is built on the existing **`pd-neut-cwl_lbco_basic`** case (La₀.₅Ba₀.₅CoO₃, neutron CW, pseudo-Voigt — chosen as the base on request): -1. Copy `docs/docs/verification/fullprof/pd-neut-cwl_lbco_basic/lbco.pcr`, +1. Copy + `docs/docs/verification/fullprof/pd-neut-cwl_lbco_basic/lbco.pcr`, enable the March–Dollase model (`Nor=1`) along the phase `Pr1 Pr2 Pr3` direction with a non-zero `Pref1` **and** `Pref2`, and re-run FullProf locally (`~/Applications/fullprof`) to regenerate `.prf`/`.bac`/`.sum` (the reference uses `Pref1=1.2`, `Pref2=0.3`, axis `[0 0 1]`). -2. Add `pd-neut-cwl_lbco_preferred-orientation` (paired `.py`/`.ipynb`) that builds - the same LBCO model, sets `expt.preferred_orientation` with `r=Pref1` - and `fraction=Pref2`, then **refines `march_r`, `march_random_fract`, - and scale**. ed-cryspy recovers `r≈Pref1` and `fraction≈Pref2`, and - `verify.assert_patterns_agree` passes (Profile diff ≈ 0.7%, area and - shape within tolerance). The as-calculated step shows the constant - scale offset from CrysPy's non-normalisation (Decision 6), reconciled - by the fit. PO is CrysPy-only, so the case compares CrysPy vs - FullProf only (no CrysFML column). +2. Add `pd-neut-cwl_lbco_preferred-orientation` (paired `.py`/`.ipynb`) + that builds the same LBCO model, sets `expt.preferred_orientation` + with `r=Pref1` and `fraction=Pref2`, then **refines `march_r`, + `march_random_fract`, and scale**. ed-cryspy recovers `r≈Pref1` and + `fraction≈Pref2`, and `verify.assert_patterns_agree` passes (Profile + diff ≈ 0.7%, area and shape within tolerance). The as-calculated step + shows the constant scale offset from CrysPy's non-normalisation + (Decision 6), reconciled by the fit. PO is CrysPy-only, so the case + compares CrysPy vs FullProf only (no CrysFML column). This verification notebook is built **before any user tutorial**, so the tutorial can cite a validated, well-understood workflow. Producing the diff --git a/docs/dev/adrs/index.md b/docs/dev/adrs/index.md index dd8f0852e..e30d8cdb2 100644 --- a/docs/dev/adrs/index.md +++ b/docs/dev/adrs/index.md @@ -13,64 +13,64 @@ folders. ## ADR Index -| Group | Status | Title | Short description | Link | -| -------------------- | ---------- | --------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | -| Analysis and fitting | Accepted | Fit Mode Categories and Fit Execution API | Splits fitting configuration from execution and defines active sibling fit-mode categories. | [`fit-mode-categories.md`](accepted/fit-mode-categories.md) | -| Analysis and fitting | Accepted | Runtime Fit Results | Keeps full fit outputs runtime-only in the current design unless a narrower persistence ADR is accepted. | [`runtime-fit-results.md`](accepted/runtime-fit-results.md) | -| Analysis and fitting | Accepted | Analysis CIF Fit State | Defines the persisted fit-state projection in `analysis/analysis.cif` and `analysis/mcmc.h5`. | [`analysis-cif-fit-state.md`](accepted/analysis-cif-fit-state.md) | -| Analysis and fitting | Accepted | Parameter Correlation Persistence | Persists deterministic and posterior correlation summaries in `_fit_parameter_correlation` | [`parameter-correlation-persistence.md`](accepted/parameter-correlation-persistence.md) | -| Analysis and fitting | Suggestion | Fit Output Files and Data Exports | Narrows remaining archive/export questions after adopting `results.csv` and `mcmc.h5`. | [`fit-output-files-and-data-exports.md`](suggestions/fit-output-files-and-data-exports.md) | -| Analysis and fitting | Accepted | Dataset-Driven Fit Mode Availability | Offers fit modes by per-mode preconditions, restricts `single` to one dataset (closing issue 85), and keeps `sequential` as the folder sweep. | [`dataset-driven-fit-modes.md`](accepted/dataset-driven-fit-modes.md) | -| Analysis and fitting | Accepted | Minimizer Category Consolidation | Collapses the seven Bayesian categories into one owner-level switchable `minimizer` category with HDF5 sidecar. | [`minimizer-category-consolidation.md`](accepted/minimizer-category-consolidation.md) | -| Analysis and fitting | Accepted | Minimizer Input/Output Split | Keeps `analysis.minimizer` input-only and moves scalar fit outputs to paired `analysis.fit_result` classes. | [`minimizer-input-output-split.md`](accepted/minimizer-input-output-split.md) | -| Analysis and fitting | Superseded | Parameter-Level Posterior Projection | Superseded by minimizer-category consolidation; kept as historical context for `parameter.posterior`. | [`parameter-posterior-summary.md`](suggestions/parameter-posterior-summary.md) | -| Analysis and fitting | Accepted | Undo Fit | Builds rollback semantics and CLI behavior on already-persisted pre-fit scalar snapshots. | [`undo-fit.md`](accepted/undo-fit.md) | -| Analysis and fitting | Accepted | Bayesian Resume and MCMC Sidecar Naming | Extends bumps-DREAM with resume/extend like emcee and renames the MCMC sidecar to `mcmc.h5` with per-engine state groups. | [`bayesian-resume-and-mcmc-sidecar.md`](accepted/bayesian-resume-and-mcmc-sidecar.md) | -| Analysis and fitting | Accepted | Post-Calculation Corrections Package | Moves calculator-independent corrections (absorption, polarization) into `analysis/corrections/`, separate from the calculation backends. | [`post-calculation-corrections-package.md`](accepted/post-calculation-corrections-package.md) | -| Core model | Accepted | Category Owners and Real Datablocks | Introduces `CategoryOwner` so singleton sections do not pretend to be real CIF datablocks. | [`category-owner-sections.md`](accepted/category-owner-sections.md) | -| Core model | Accepted | Enum-Backed Closed Value Sets | Requires finite option sets to use `(str, Enum)` classes for validation and dispatch. | [`enum-backed-closed-values.md`](accepted/enum-backed-closed-values.md) | -| Core model | Accepted | Guarded Public Properties | Uses property setters as the public writability contract for guarded objects. | [`guarded-public-properties.md`](accepted/guarded-public-properties.md) | -| Core model | Accepted | Two-Level Category Parameter Access | Keeps parameter access to `datablock.category.parameter` or `datablock.collection[id].parameter`. | [`category-parameter-access.md`](accepted/category-parameter-access.md) | -| Documentation | Accepted | Descriptor Property Docstring Template | Makes descriptor metadata the source of truth for public property docstrings and annotations. | [`property-docstring-template.md`](accepted/property-docstring-template.md) | -| Documentation | Accepted | Development Documentation Structure | Defines the `docs/dev` layout for ADRs, issues, plans, package structure, and roadmap. | [`development-docs-structure.md`](accepted/development-docs-structure.md) | -| Documentation | Accepted | Help Method Discoverability | Requires primary public objects and facades to expose consistent `help()` output. | [`help-discoverability.md`](accepted/help-discoverability.md) | -| Documentation | Accepted | Notebook Generation Source of Truth | Treats tutorial `.py` files as editable sources and notebooks as generated artifacts. | [`notebook-generation.md`](accepted/notebook-generation.md) | -| Documentation | Accepted | Plotting & Docs Performance for Interactive Figures | Self-hosts a lazy, shared figure runtime so docs pages load fast and progressively while staying interactive. | [`plotting-docs-performance.md`](accepted/plotting-docs-performance.md) | -| Documentation | Accepted | Documentation CI and Build Verification | Strict MkDocs builds, API-derived docs, snippet smoke tests, link checks, and prose/spelling checks. | [`documentation-ci-build.md`](accepted/documentation-ci-build.md) | -| Documentation | Accepted | Data Download Source Pinning | Pins downloadable data to one git commit kept in a packaged file, drops the redundant index checksum, cache-busting by commit-named index. | [`data-source-pinning.md`](accepted/data-source-pinning.md) | -| Experiment model | Accepted | Immutable Experiment Type | Makes experiment type axes creation-time state rather than mutable runtime state. | [`immutable-experiment-type.md`](accepted/immutable-experiment-type.md) | -| Experiment model | Accepted | Automatic Line-Segment Background Estimation | Detects line-segment background control points from the measured pattern, peak-insensitive and editable. | [`background-auto-estimate.md`](accepted/background-auto-estimate.md) | -| Experiment model | Accepted | Calculation Without Measured Data | Adds a writable `data_range` category so a structure-only experiment is calculable and plottable without loaded data. | [`calculation-without-measured-data.md`](accepted/calculation-without-measured-data.md) | -| Experiment model | Accepted | Preferred-Orientation Category | Adds a per-phase March–Dollase preferred-orientation category for textured powder refinement on the CrysPy backend. | [`preferred-orientation-category.md`](accepted/preferred-orientation-category.md) | -| Experiment model | Accepted | Model Sample Absorption (Debye–Scherrer, μR) | Switchable `absorption` category applying a calculator-independent cylindrical Hewat A(θ) envelope for powder samples. | [`model-sample-absorption.md`](accepted/model-sample-absorption.md) | -| Experiment model | Accepted | X-ray CW Polarization Optics | Adds discoverable X-ray CW powder instrument fields for FullProf/Cryspy Lorentz-polarization and monochromator optics. | [`xray-cw-polarization-optics.md`](accepted/xray-cw-polarization-optics.md) | -| Factories | Accepted | Factory Contracts and Metadata | Standardizes factory construction, metadata, compatibility, and registration behavior. | [`factory-contracts.md`](accepted/factory-contracts.md) | -| Naming | Accepted | Factory Tag Naming | Defines canonical factory tag style and standard abbreviations. | [`factory-tag-naming.md`](accepted/factory-tag-naming.md) | -| Naming | Accepted | Downloadable Resource Naming | Replaces integer dataset/tutorial ids with stable descriptive slugs and moves presentation order into separate metadata. | [`resource-naming.md`](accepted/resource-naming.md) | -| Persistence | Accepted | Free-Flag CIF Encoding | Encodes fit free/fixed state through CIF uncertainty syntax instead of a separate free list. | [`free-flag-cif-encoding.md`](accepted/free-flag-cif-encoding.md) | -| Persistence | Accepted | Loop Category Keys and Identity Naming | Documents loop collection keys and naming rules aligned with CIF category keys. | [`loop-category-key-identity.md`](accepted/loop-category-key-identity.md) | -| Persistence | Accepted | Project Facade and Persistence Layout | Documents the current `Project` facade and saved directory layout. | [`project-facade-and-persistence.md`](accepted/project-facade-and-persistence.md) | -| Persistence | Accepted | IUCr CIF Tag Alignment | Aligns default CIF tags with IUCr dictionaries and adds a clean IUCr-aligned report export. | [`iucr-cif-tag-alignment.md`](accepted/iucr-cif-tag-alignment.md) | -| Persistence | Accepted | Python and CIF Category Correspondence | Compares current Python paths and CIF tags, then records scoped one-to-one mapping for project-level categories. | [`python-cif-category-correspondence.md`](accepted/python-cif-category-correspondence.md) | -| Persistence | Accepted | Edi Project Persistence | Defines STAR-based EasyDiffraction project files with UX-oriented names and strict CIF reserved for report export. | [`edstar-project-persistence.md`](accepted/edstar-project-persistence.md) | -| Quality | Accepted | Lint Complexity Thresholds | Treats ruff PLR complexity limits as design guardrails that should not be bypassed. | [`lint-complexity-thresholds.md`](accepted/lint-complexity-thresholds.md) | -| Quality | Accepted | Lint Rule Scope and Test-File Exceptions | Records the standing tests/\*\* PLR/N812 ignores and CIF-aligned `id`/`type` builtin exception from the lint audit. | [`lint-rule-exceptions.md`](accepted/lint-rule-exceptions.md) | -| Quality | Accepted | Test Strategy | Defines layered unit, functional, integration, script, and notebook testing. | [`test-strategy.md`](accepted/test-strategy.md) | -| Quality | Accepted | Test Suite and Validation Strategy | Strict test layers, cost tiers, coverage/codecov policy, cross-engine verification docs, and a nightly validation harness. | [`test-suite-and-validation.md`](accepted/test-suite-and-validation.md) | -| Quality | Accepted | Notebook-Owned Verification Regression Gating | Replaces the external `ci_skip.txt` list with a single in-notebook `known_discrepancy` flag (plus a cell tag for pre-flag crashes). | [`verification-regression-flag.md`](accepted/verification-regression-flag.md) | -| Quality | Accepted | Software Version Labels on Verification Pages | Shows FullProf, EasyDiffraction, and engine versions on every verification page (e.g. `edi X.Y.Z (cryspy X.Y.Z)`) via a `verify` helper. | [`verification-software-version-labels.md`](accepted/verification-software-version-labels.md) | -| Quality | Suggestion | Verification Example Lifecycle | Defines naming, scope, reference-file, documentation, fit-section, and diagnostic-page conventions for future Verification examples. | [`verification-example-lifecycle.md`](suggestions/verification-example-lifecycle.md) | +| Group | Status | Title | Short description | Link | +| -------------------- | ---------- | --------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | +| Analysis and fitting | Accepted | Fit Mode Categories and Fit Execution API | Splits fitting configuration from execution and defines active sibling fit-mode categories. | [`fit-mode-categories.md`](accepted/fit-mode-categories.md) | +| Analysis and fitting | Accepted | Runtime Fit Results | Keeps full fit outputs runtime-only in the current design unless a narrower persistence ADR is accepted. | [`runtime-fit-results.md`](accepted/runtime-fit-results.md) | +| Analysis and fitting | Accepted | Analysis CIF Fit State | Defines the persisted fit-state projection in `analysis/analysis.cif` and `analysis/mcmc.h5`. | [`analysis-cif-fit-state.md`](accepted/analysis-cif-fit-state.md) | +| Analysis and fitting | Accepted | Parameter Correlation Persistence | Persists deterministic and posterior correlation summaries in `_fit_parameter_correlation` | [`parameter-correlation-persistence.md`](accepted/parameter-correlation-persistence.md) | +| Analysis and fitting | Suggestion | Fit Output Files and Data Exports | Narrows remaining archive/export questions after adopting `results.csv` and `mcmc.h5`. | [`fit-output-files-and-data-exports.md`](suggestions/fit-output-files-and-data-exports.md) | +| Analysis and fitting | Accepted | Dataset-Driven Fit Mode Availability | Offers fit modes by per-mode preconditions, restricts `single` to one dataset (closing issue 85), and keeps `sequential` as the folder sweep. | [`dataset-driven-fit-modes.md`](accepted/dataset-driven-fit-modes.md) | +| Analysis and fitting | Accepted | Minimizer Category Consolidation | Collapses the seven Bayesian categories into one owner-level switchable `minimizer` category with HDF5 sidecar. | [`minimizer-category-consolidation.md`](accepted/minimizer-category-consolidation.md) | +| Analysis and fitting | Accepted | Minimizer Input/Output Split | Keeps `analysis.minimizer` input-only and moves scalar fit outputs to paired `analysis.fit_result` classes. | [`minimizer-input-output-split.md`](accepted/minimizer-input-output-split.md) | +| Analysis and fitting | Superseded | Parameter-Level Posterior Projection | Superseded by minimizer-category consolidation; kept as historical context for `parameter.posterior`. | [`parameter-posterior-summary.md`](suggestions/parameter-posterior-summary.md) | +| Analysis and fitting | Accepted | Undo Fit | Builds rollback semantics and CLI behavior on already-persisted pre-fit scalar snapshots. | [`undo-fit.md`](accepted/undo-fit.md) | +| Analysis and fitting | Accepted | Bayesian Resume and MCMC Sidecar Naming | Extends bumps-DREAM with resume/extend like emcee and renames the MCMC sidecar to `mcmc.h5` with per-engine state groups. | [`bayesian-resume-and-mcmc-sidecar.md`](accepted/bayesian-resume-and-mcmc-sidecar.md) | +| Analysis and fitting | Accepted | Post-Calculation Corrections Package | Moves calculator-independent corrections (absorption, polarization) into `analysis/corrections/`, separate from the calculation backends. | [`post-calculation-corrections-package.md`](accepted/post-calculation-corrections-package.md) | +| Core model | Accepted | Category Owners and Real Datablocks | Introduces `CategoryOwner` so singleton sections do not pretend to be real CIF datablocks. | [`category-owner-sections.md`](accepted/category-owner-sections.md) | +| Core model | Accepted | Enum-Backed Closed Value Sets | Requires finite option sets to use `(str, Enum)` classes for validation and dispatch. | [`enum-backed-closed-values.md`](accepted/enum-backed-closed-values.md) | +| Core model | Accepted | Guarded Public Properties | Uses property setters as the public writability contract for guarded objects. | [`guarded-public-properties.md`](accepted/guarded-public-properties.md) | +| Core model | Accepted | Two-Level Category Parameter Access | Keeps parameter access to `datablock.category.parameter` or `datablock.collection[id].parameter`. | [`category-parameter-access.md`](accepted/category-parameter-access.md) | +| Documentation | Accepted | Descriptor Property Docstring Template | Makes descriptor metadata the source of truth for public property docstrings and annotations. | [`property-docstring-template.md`](accepted/property-docstring-template.md) | +| Documentation | Accepted | Development Documentation Structure | Defines the `docs/dev` layout for ADRs, issues, plans, package structure, and roadmap. | [`development-docs-structure.md`](accepted/development-docs-structure.md) | +| Documentation | Accepted | Help Method Discoverability | Requires primary public objects and facades to expose consistent `help()` output. | [`help-discoverability.md`](accepted/help-discoverability.md) | +| Documentation | Accepted | Notebook Generation Source of Truth | Treats tutorial `.py` files as editable sources and notebooks as generated artifacts. | [`notebook-generation.md`](accepted/notebook-generation.md) | +| Documentation | Accepted | Plotting & Docs Performance for Interactive Figures | Self-hosts a lazy, shared figure runtime so docs pages load fast and progressively while staying interactive. | [`plotting-docs-performance.md`](accepted/plotting-docs-performance.md) | +| Documentation | Accepted | Documentation CI and Build Verification | Strict MkDocs builds, API-derived docs, snippet smoke tests, link checks, and prose/spelling checks. | [`documentation-ci-build.md`](accepted/documentation-ci-build.md) | +| Documentation | Accepted | Data Download Source Pinning | Pins downloadable data to one git commit kept in a packaged file, drops the redundant index checksum, cache-busting by commit-named index. | [`data-source-pinning.md`](accepted/data-source-pinning.md) | +| Experiment model | Accepted | Immutable Experiment Type | Makes experiment type axes creation-time state rather than mutable runtime state. | [`immutable-experiment-type.md`](accepted/immutable-experiment-type.md) | +| Experiment model | Accepted | Automatic Line-Segment Background Estimation | Detects line-segment background control points from the measured pattern, peak-insensitive and editable. | [`background-auto-estimate.md`](accepted/background-auto-estimate.md) | +| Experiment model | Accepted | Calculation Without Measured Data | Adds a writable `data_range` category so a structure-only experiment is calculable and plottable without loaded data. | [`calculation-without-measured-data.md`](accepted/calculation-without-measured-data.md) | +| Experiment model | Accepted | Preferred-Orientation Category | Adds a per-phase March–Dollase preferred-orientation category for textured powder refinement on the CrysPy backend. | [`preferred-orientation-category.md`](accepted/preferred-orientation-category.md) | +| Experiment model | Accepted | Model Sample Absorption (Debye–Scherrer, μR) | Switchable `absorption` category applying a calculator-independent cylindrical Hewat A(θ) envelope for powder samples. | [`model-sample-absorption.md`](accepted/model-sample-absorption.md) | +| Experiment model | Accepted | X-ray CW Polarization Optics | Adds discoverable X-ray CW powder instrument fields for FullProf/Cryspy Lorentz-polarization and monochromator optics. | [`xray-cw-polarization-optics.md`](accepted/xray-cw-polarization-optics.md) | +| Factories | Accepted | Factory Contracts and Metadata | Standardizes factory construction, metadata, compatibility, and registration behavior. | [`factory-contracts.md`](accepted/factory-contracts.md) | +| Naming | Accepted | Factory Tag Naming | Defines canonical factory tag style and standard abbreviations. | [`factory-tag-naming.md`](accepted/factory-tag-naming.md) | +| Naming | Accepted | Downloadable Resource Naming | Replaces integer dataset/tutorial ids with stable descriptive slugs and moves presentation order into separate metadata. | [`resource-naming.md`](accepted/resource-naming.md) | +| Persistence | Accepted | Free-Flag CIF Encoding | Encodes fit free/fixed state through CIF uncertainty syntax instead of a separate free list. | [`free-flag-cif-encoding.md`](accepted/free-flag-cif-encoding.md) | +| Persistence | Accepted | Loop Category Keys and Identity Naming | Documents loop collection keys and naming rules aligned with CIF category keys. | [`loop-category-key-identity.md`](accepted/loop-category-key-identity.md) | +| Persistence | Accepted | Project Facade and Persistence Layout | Documents the current `Project` facade and saved directory layout. | [`project-facade-and-persistence.md`](accepted/project-facade-and-persistence.md) | +| Persistence | Accepted | IUCr CIF Tag Alignment | Aligns default CIF tags with IUCr dictionaries and adds a clean IUCr-aligned report export. | [`iucr-cif-tag-alignment.md`](accepted/iucr-cif-tag-alignment.md) | +| Persistence | Accepted | Python and CIF Category Correspondence | Compares current Python paths and CIF tags, then records scoped one-to-one mapping for project-level categories. | [`python-cif-category-correspondence.md`](accepted/python-cif-category-correspondence.md) | +| Persistence | Accepted | Edi Project Persistence | Defines STAR-based EasyDiffraction project files with UX-oriented names and strict CIF reserved for report export. | [`edstar-project-persistence.md`](accepted/edstar-project-persistence.md) | +| Quality | Accepted | Lint Complexity Thresholds | Treats ruff PLR complexity limits as design guardrails that should not be bypassed. | [`lint-complexity-thresholds.md`](accepted/lint-complexity-thresholds.md) | +| Quality | Accepted | Lint Rule Scope and Test-File Exceptions | Records the standing tests/\*\* PLR/N812 ignores and CIF-aligned `id`/`type` builtin exception from the lint audit. | [`lint-rule-exceptions.md`](accepted/lint-rule-exceptions.md) | +| Quality | Accepted | Test Strategy | Defines layered unit, functional, integration, script, and notebook testing. | [`test-strategy.md`](accepted/test-strategy.md) | +| Quality | Accepted | Test Suite and Validation Strategy | Strict test layers, cost tiers, coverage/codecov policy, cross-engine verification docs, and a nightly validation harness. | [`test-suite-and-validation.md`](accepted/test-suite-and-validation.md) | +| Quality | Accepted | Notebook-Owned Verification Regression Gating | Replaces the external `ci_skip.txt` list with a single in-notebook `known_discrepancy` flag (plus a cell tag for pre-flag crashes). | [`verification-regression-flag.md`](accepted/verification-regression-flag.md) | +| Quality | Accepted | Software Version Labels on Verification Pages | Shows FullProf, EasyDiffraction, and engine versions on every verification page (e.g. `edi X.Y.Z (cryspy X.Y.Z)`) via a `verify` helper. | [`verification-software-version-labels.md`](accepted/verification-software-version-labels.md) | +| Quality | Suggestion | Verification Example Lifecycle | Defines naming, scope, reference-file, documentation, fit-section, and diagnostic-page conventions for future Verification examples. | [`verification-example-lifecycle.md`](suggestions/verification-example-lifecycle.md) | | Quality | Suggestion | Upstream Capability Request Evidence | Defines reproducible request packets with source audits, parameter snippets, scripts, and screenshots for upstream Python API gaps. | [`upstream-capability-request-evidence.md`](suggestions/upstream-capability-request-evidence.md) | -| Structure model | Accepted | Type-Neutral ADP Parameters | Keeps ADP parameter object identities stable across B/U and iso/ani switches. | [`type-neutral-adp-parameters.md`](accepted/type-neutral-adp-parameters.md) | -| Structure model | Accepted | Automatic Wyckoff Position Detection | Detects Wyckoff letter, multiplicity, and site symmetry from space group and coordinates; calculators consume them. | [`wyckoff-letter-detection.md`](accepted/wyckoff-letter-detection.md) | -| Structure model | Accepted | Complete Space-Group Reference Database | One-time build of a complete space_groups.json.gz (all 230 groups) from cctbx, verified against multiple sources. | [`space-group-database.md`](accepted/space-group-database.md) | -| User-facing API | Accepted | Crystal Structure 3D Visualization | Adds a renderer-neutral scene model drawn by ASCII and interactive Three.js engines for viewing crystal structures. | [`crysview-structure-visualization.md`](accepted/crysview-structure-visualization.md) | -| User-facing API | Accepted | Display UX Facade | Defines `project.display` and `project.rendering` responsibilities and display method names. | [`display-ux.md`](accepted/display-ux.md) | -| User-facing API | Accepted | Fit Results Display Naming | Short, IUCr/GUM-aligned column headers (`s.u.`, `value`, `95% CI`) with a footnote glossary on every fit table. | [`fit-results-display-naming.md`](accepted/fit-results-display-naming.md) | -| User-facing API | Accepted | Project Summary Rendering | Defines project report configuration plus terminal, HTML, TeX, PDF, and clean report-CIF metadata policy. | [`project-summary-rendering.md`](accepted/project-summary-rendering.md) | -| User-facing API | Accepted | Selector Families | Distinguishes backend selectors, switchable-category selectors, and active-sibling selectors. | [`selector-families.md`](accepted/selector-families.md) | -| User-facing API | Accepted | String Paths and Live Descriptors | Separates persisted field selectors from references to live model parameters. | [`string-paths-and-live-descriptors.md`](accepted/string-paths-and-live-descriptors.md) | -| User-facing API | Accepted | Switchable Category API | Places multi-type category selectors on the owner and omits public selectors for fixed or single-type categories. | [`switchable-category-api.md`](accepted/switchable-category-api.md) | -| User-facing API | Accepted | Switchable Category Owned Selectors | Moves the writable `type` selector and `show_supported()` onto the category itself; collapses the CIF duplication. | [`switchable-category-owned-selectors.md`](accepted/switchable-category-owned-selectors.md) | -| User-facing API | Accepted | Unified Pattern View | `pattern()` always renders available data, drops `include`, and unifies single- and three-panel figure sizing. | [`pattern-display-unification.md`](accepted/pattern-display-unification.md) | -| User-facing API | Accepted | Value-Selector Discovery | Gives enumerated value fields a per-descriptor `show_supported()`, beside the three category-level selector families. | [`value-selector-discovery.md`](accepted/value-selector-discovery.md) | +| Structure model | Accepted | Type-Neutral ADP Parameters | Keeps ADP parameter object identities stable across B/U and iso/ani switches. | [`type-neutral-adp-parameters.md`](accepted/type-neutral-adp-parameters.md) | +| Structure model | Accepted | Automatic Wyckoff Position Detection | Detects Wyckoff letter, multiplicity, and site symmetry from space group and coordinates; calculators consume them. | [`wyckoff-letter-detection.md`](accepted/wyckoff-letter-detection.md) | +| Structure model | Accepted | Complete Space-Group Reference Database | One-time build of a complete space_groups.json.gz (all 230 groups) from cctbx, verified against multiple sources. | [`space-group-database.md`](accepted/space-group-database.md) | +| User-facing API | Accepted | Crystal Structure 3D Visualization | Adds a renderer-neutral scene model drawn by ASCII and interactive Three.js engines for viewing crystal structures. | [`crysview-structure-visualization.md`](accepted/crysview-structure-visualization.md) | +| User-facing API | Accepted | Display UX Facade | Defines `project.display` and `project.rendering` responsibilities and display method names. | [`display-ux.md`](accepted/display-ux.md) | +| User-facing API | Accepted | Fit Results Display Naming | Short, IUCr/GUM-aligned column headers (`s.u.`, `value`, `95% CI`) with a footnote glossary on every fit table. | [`fit-results-display-naming.md`](accepted/fit-results-display-naming.md) | +| User-facing API | Accepted | Project Summary Rendering | Defines project report configuration plus terminal, HTML, TeX, PDF, and clean report-CIF metadata policy. | [`project-summary-rendering.md`](accepted/project-summary-rendering.md) | +| User-facing API | Accepted | Selector Families | Distinguishes backend selectors, switchable-category selectors, and active-sibling selectors. | [`selector-families.md`](accepted/selector-families.md) | +| User-facing API | Accepted | String Paths and Live Descriptors | Separates persisted field selectors from references to live model parameters. | [`string-paths-and-live-descriptors.md`](accepted/string-paths-and-live-descriptors.md) | +| User-facing API | Accepted | Switchable Category API | Places multi-type category selectors on the owner and omits public selectors for fixed or single-type categories. | [`switchable-category-api.md`](accepted/switchable-category-api.md) | +| User-facing API | Accepted | Switchable Category Owned Selectors | Moves the writable `type` selector and `show_supported()` onto the category itself; collapses the CIF duplication. | [`switchable-category-owned-selectors.md`](accepted/switchable-category-owned-selectors.md) | +| User-facing API | Accepted | Unified Pattern View | `pattern()` always renders available data, drops `include`, and unifies single- and three-panel figure sizing. | [`pattern-display-unification.md`](accepted/pattern-display-unification.md) | +| User-facing API | Accepted | Value-Selector Discovery | Gives enumerated value fields a per-descriptor `show_supported()`, beside the three category-level selector families. | [`value-selector-discovery.md`](accepted/value-selector-discovery.md) | diff --git a/docs/dev/adrs/suggestions/in-house-calculation-engine.md b/docs/dev/adrs/suggestions/in-house-calculation-engine.md index 65d8663a9..7bfba1d44 100644 --- a/docs/dev/adrs/suggestions/in-house-calculation-engine.md +++ b/docs/dev/adrs/suggestions/in-house-calculation-engine.md @@ -50,14 +50,14 @@ keeps paying: ever apply an _approximate_ point-wise correction; the exact per-reflection form requires owning the convolution, i.e. owning an engine. This point-wise pattern has since materialised as a small but - growing backend-agnostic correction layer in - `analysis/corrections/`: `absorption.py` (issue 119) and now - `polarization.py` (the X-ray CW Lorentz–polarization factor), each an - `apply(y, experiment)` multiplier applied _after_ the backend returns - its convolved profile and shared by both `cryspy` and `crysfml`. Two - such corrections now accrete next to the backends, both necessarily - approximate for the reason above — concrete, shipped evidence of the - symptom this ADR addresses. + growing backend-agnostic correction layer in `analysis/corrections/`: + `absorption.py` (issue 119) and now `polarization.py` (the X-ray CW + Lorentz–polarization factor), each an `apply(y, experiment)` + multiplier applied _after_ the backend returns its convolved profile + and shared by both `cryspy` and `crysfml`. Two such corrections now + accrete next to the backends, both necessarily approximate for the + reason above — concrete, shipped evidence of the symptom this ADR + addresses. 3. **Divergence and opacity.** Cross-engine verification already records places where `cryspy` and `crysfml` disagree with FullProf and each other (open issues 130, 134). Debugging a black-box backend is harder @@ -180,12 +180,12 @@ deliberately bounded initial scope. ## Alternatives Considered -| # | Alternative | Verdict | -| --- | ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| A | **Status quo** — depend entirely on `cryspy`/`crysfml`/`pdffit2`. | Rejected. Perpetuates upstream blocking (issue 131) and leaves corrections like absorption (issue 119) without an exact home. | -| B | **Fork or vendor an existing engine** (e.g. a `cryspy`/`crysfml` subset). | Rejected. Inherits the backend's complexity, build system, and licensing while still not being code we understand end to end. | -| C | **In-house engine targeting full parity** with the external backends. | Rejected. Multi-year effort; the long tail (magnetic, polarized, extinction, total scattering) has poor cost/benefit and is well served by the backends. | -| D | **In-house core + keep backends for the frontier** (this ADR). | **Chosen.** Owns the common 80% (neutron powder Rietveld), keeps backends for the rest, reuses all existing framework. | +| # | Alternative | Verdict | +| --- | ------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| A | **Status quo** — depend entirely on `cryspy`/`crysfml`/`pdffit2`. | Rejected. Perpetuates upstream blocking (issue 131) and leaves corrections like absorption (issue 119) without an exact home. | +| B | **Fork or vendor an existing engine** (e.g. a `cryspy`/`crysfml` subset). | Rejected. Inherits the backend's complexity, build system, and licensing while still not being code we understand end to end. | +| C | **In-house engine targeting full parity** with the external backends. | Rejected. Multi-year effort; the long tail (magnetic, polarized, extinction, total scattering) has poor cost/benefit and is well served by the backends. | +| D | **In-house core + keep backends for the frontier** (this ADR). | **Chosen.** Owns the common 80% (neutron powder Rietveld), keeps backends for the rest, reuses all existing framework. | | E | **Only point-wise corrections in the data layer**, no real engine. | Partially realised, complementary, not a substitute. `analysis/corrections/absorption.py` and `polarization.py` already ship this layer for the external backends, but each case is solved only approximately, it does not generalize to structure factors or profiles, and it does not remove upstream blocking. The native engine is still required for the exact per-reflection forms. | ## Deferred Work / Open Questions diff --git a/docs/dev/adrs/suggestions/upstream-capability-request-evidence.md b/docs/dev/adrs/suggestions/upstream-capability-request-evidence.md index 97491b1c8..89f7e91ce 100644 --- a/docs/dev/adrs/suggestions/upstream-capability-request-evidence.md +++ b/docs/dev/adrs/suggestions/upstream-capability-request-evidence.md @@ -34,16 +34,17 @@ pattern: - attach a minimal script and screenshot so upstream developers can reproduce the issue without running the full EasyDiffraction stack. -Without a convention, future requests risk becoming too narrative, -too broad, or too hard for upstream developers to reproduce. They may -also accumulate untracked scratch files, generated FullProf byproducts, -or unclear "known discrepancy" examples that are difficult to maintain. +Without a convention, future requests risk becoming too narrative, too +broad, or too hard for upstream developers to reproduce. They may also +accumulate untracked scratch files, generated FullProf byproducts, or +unclear "known discrepancy" examples that are difficult to maintain. This ADR complements -[Verification Example Lifecycle](verification-example-lifecycle.md). That -ADR governs public Verification pages. This ADR governs development-only -request packets prepared for upstream projects such as CrysFML, CrySPY, -FullProf-related tooling, or other calculation backends. +[Verification Example Lifecycle](verification-example-lifecycle.md). +That ADR governs public Verification pages. This ADR governs +development-only request packets prepared for upstream projects such as +CrysFML, CrySPY, FullProf-related tooling, or other calculation +backends. ## Decision @@ -79,9 +80,9 @@ Before writing requests, inspect all relevant sources: Record the upstream repository, branch, commit, Python package name, and Python package version in the request document. -If the feature is not present in the upstream lower-level implementation, -do not include it in this request packet. Put it in "Out of scope" or a -separate issue instead. +If the feature is not present in the upstream lower-level +implementation, do not include it in this request packet. Put it in "Out +of scope" or a separate issue instead. ### 3. Phrase every item as a concrete upstream API request @@ -108,7 +109,8 @@ Every request section includes the smallest relevant parameter snippets: - **FullProf `.pcr` setting** or other reference-code setting that enables the feature; - **CFL string**, Python dictionary fields, or desired API call shape - that should represent the same feature through the upstream Python API. + that should represent the same feature through the upstream Python + API. When no CFL string can represent the feature, say that explicitly and show the desired Python API shape instead. @@ -190,7 +192,8 @@ Running FullProf may create `.new`, `.out`, `.fst`, `.sub`, `.cif`, document or script consumes them as evidence. If a FullProf reference must be regenerated for a durable verification -page, follow [Verification Example Lifecycle](verification-example-lifecycle.md) +page, follow +[Verification Example Lifecycle](verification-example-lifecycle.md) instead. Upstream request packets should prefer hardcoded minimal windows and temporary `/tmp` generation during investigation. @@ -233,11 +236,11 @@ output. ## Alternatives Considered -| # | Alternative | Verdict | -| --- | ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | +| # | Alternative | Verdict | +| --- | ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------- | | A | Write upstream issues directly from prose notes. | Rejected. Too hard to reproduce and too easy to omit the exact parameter mapping. | -| B | Promote every request into public Verification pages. | Rejected. Request packets are development evidence; public Verification pages need stronger lifecycle rules. | -| C | Commit full FullProf output profiles for every request. | Rejected. Full profiles are large and noisy; small hardcoded windows are enough for issue evidence. | +| B | Promote every request into public Verification pages. | Rejected. Request packets are development evidence; public Verification pages need stronger lifecycle rules. | +| C | Commit full FullProf output profiles for every request. | Rejected. Full profiles are large and noisy; small hardcoded windows are enough for issue evidence. | | D | Use one notebook for all requests. | Rejected. One script per request keeps attachments small and lets upstream developers run only their feature. | ## Open Questions diff --git a/docs/dev/adrs/suggestions/verification-example-lifecycle.md b/docs/dev/adrs/suggestions/verification-example-lifecycle.md index 8e70586f0..8a3dd7820 100644 --- a/docs/dev/adrs/suggestions/verification-example-lifecycle.md +++ b/docs/dev/adrs/suggestions/verification-example-lifecycle.md @@ -261,9 +261,9 @@ At minimum, run: pixi run python -m py_compile docs/docs/verification/*.py ``` -Run the new page as a script when it is expected to agree. If the page is -known-discrepant, run enough of the page locally to confirm the expected -known-bad behavior and issue-linked reason. +Run the new page as a script when it is expected to agree. If the page +is known-discrepant, run enough of the page locally to confirm the +expected known-bad behavior and issue-linked reason. ## Consequences diff --git a/docs/dev/crysfml-python-api-feature-requests.md b/docs/dev/crysfml-python-api-feature-requests.md index c6649baf9..e224eea0e 100644 --- a/docs/dev/crysfml-python-api-feature-requests.md +++ b/docs/dev/crysfml-python-api-feature-requests.md @@ -74,10 +74,10 @@ Related script and screenshot: - Script: `docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py` -- Screenshot caption: - "LBCO powder CW control agrees when preferred orientation is off; the - same CFL calculation disagrees with the FullProf `.pcr` when - `Pref1=1.2`, `Pref2=0.3`, axis `[0 0 1]` is enabled." +- Screenshot caption: "LBCO powder CW control agrees when preferred + orientation is off; the same CFL calculation disagrees with the + FullProf `.pcr` when `Pref1=1.2`, `Pref2=0.3`, axis `[0 0 1]` is + enabled." ## Request 2: absorption and polarization parameters @@ -116,11 +116,10 @@ Related script and screenshot: - Script: `docs/dev/crysfml-python-api-requests/request_02_absorption_polarization.py` -- Screenshot caption: - "LiF X-ray CW control agrees without absorption/polarization; the same - CFL calculation disagrees when FullProf enables `Rpolarz=0.5`, - `Cthm=0.8`, or `muR=0.9` because those parameters are not exposed in - pycrysfml." +- Screenshot caption: "LiF X-ray CW control agrees without + absorption/polarization; the same CFL calculation disagrees when + FullProf enables `Rpolarz=0.5`, `Cthm=0.8`, or `muR=0.9` because those + parameters are not exposed in pycrysfml." ## Request 3: SyCos and SySin CW peak-position shifts @@ -150,10 +149,9 @@ Related script and screenshot: - Script: `docs/dev/crysfml-python-api-requests/request_03_sycos_sysin.py` -- Screenshot caption: - "LaB6 powder CW control agrees for `SyCos=0`, `SySin=0`; after FullProf - enables `SyCos=0.01153`, `SySin=0.24334`, pycrysfml still follows the - unshifted CFL positions." +- Screenshot caption: "LaB6 powder CW control agrees for `SyCos=0`, + `SySin=0`; after FullProf enables `SyCos=0.01153`, `SySin=0.24334`, + pycrysfml still follows the unshifted CFL positions." ## Request 4: single-crystal extinction corrections @@ -164,9 +162,9 @@ Short description: EasyDiffraction single-crystal verification uses extinction parameters such as radius/mosaicity or an equivalent model parameter. CrysFML -Fortran contains extinction correction modules under `Src/CFML_ExtinCorr`, -but the inspected Python wrapper does not register Python-callable -extinction routines. +Fortran contains extinction correction modules under +`Src/CFML_ExtinCorr`, but the inspected Python wrapper does not register +Python-callable extinction routines. FullProf `.pcr` setting used in the feature-on reference: @@ -189,11 +187,10 @@ Related script and screenshot: - Script: `docs/dev/crysfml-python-api-requests/request_04_single_crystal_extinction.py` -- Screenshot caption: - "The script first shows a powder-CFL control agreement. It then shows - FullProf single-crystal integrated intensities before and after - extinction is enabled; pycrysfml has no callable extinction API to - reproduce the feature-on table." +- Screenshot caption: "The script first shows a powder-CFL control + agreement. It then shows FullProf single-crystal integrated + intensities before and after extinction is enabled; pycrysfml has no + callable extinction API to reproduce the feature-on table." ## Request 5: in-memory structure-factor calculation @@ -227,10 +224,10 @@ Related script and screenshot: - Script: `docs/dev/crysfml-python-api-requests/request_05_in_memory_structure_factors.py` -- Screenshot caption: - "The script first shows a powder-CFL control agreement. It then shows - the FullProf hkl/intensity window that should be calculable from - in-memory Python objects; pycrysfml currently has no equivalent API." +- Screenshot caption: "The script first shows a powder-CFL control + agreement. It then shows the FullProf hkl/intensity window that should + be calculable from in-memory Python objects; pycrysfml currently has + no equivalent API." ## Request 6: anisotropic and beta ADPs in Python inputs @@ -263,11 +260,10 @@ BETA 0.00303 0.00272 0.00295 0.0 0.0 -0.00025 Related script and screenshot: - Script: `docs/dev/crysfml-python-api-requests/request_06_beta_adps.py` -- Screenshot caption: - "Y2O3 powder CW control uses isotropic atom records; the feature-on - reference sets FullProf `N_t=2` beta tensors and the CFL `BETA` lines. - The remaining request is to expose equivalent tensor input through the - non-CFL Python API." +- Screenshot caption: "Y2O3 powder CW control uses isotropic atom + records; the feature-on reference sets FullProf `N_t=2` beta tensors + and the CFL `BETA` lines. The remaining request is to expose + equivalent tensor input through the non-CFL Python API." ## Request 7: TOF support in `patterns_simulation` @@ -312,10 +308,10 @@ Related script and screenshot: - Script: `docs/dev/crysfml-python-api-requests/request_07_tof_patterns_simulation.py` -- Screenshot caption: - "The script first shows a CW powder control agreement. The TOF FullProf - `.pcr` enables D2TOF/profile parameters, while the pycrysfml CFL TOF - block raises/returns no matching TOF intensities." +- Screenshot caption: "The script first shows a CW powder control + agreement. The TOF FullProf `.pcr` enables D2TOF/profile parameters, + while the pycrysfml CFL TOF block raises/returns no matching TOF + intensities." ## Request 8: TOF profile selection @@ -326,8 +322,8 @@ Short description: EasyDiffraction verification distinguishes Jorgensen and Jorgensen-von-Dreele TOF profiles. The inspected dict-style Python TOF -path is fixed to one profile, and CFL TOF profile selection cannot yet be -validated until request 7 makes TOF CFL intensities work. +path is fixed to one profile, and CFL TOF profile selection cannot yet +be validated until request 7 makes TOF CFL intensities work. FullProf `.pcr` setting used in the feature-on reference: @@ -350,11 +346,11 @@ Related script and screenshot: - Script: `docs/dev/crysfml-python-api-requests/request_08_tof_profile_selection.py` -- Screenshot caption: - "The script first shows a CW powder control agreement. It then compares - FullProf Jorgensen-von-Dreele and Jorgensen TOF references with CFL - `Profile_function` settings; pycrysfml cannot yet demonstrate profile - selection because TOF CFL intensities are missing." +- Screenshot caption: "The script first shows a CW powder control + agreement. It then compares FullProf Jorgensen-von-Dreele and + Jorgensen TOF references with CFL `Profile_function` settings; + pycrysfml cannot yet demonstrate profile selection because TOF CFL + intensities are missing." ## Request 9: CW doublet support in dict APIs @@ -383,12 +379,13 @@ LAMBDA 1.54056 1.5444 0.5 Related script and screenshot: -- Script: `docs/dev/crysfml-python-api-requests/request_09_cw_doublet_dict_api.py` -- Screenshot caption: - "LiF X-ray CW control agrees for a single wavelength. The FullProf - `.pcr` enables the doublet with `Lambda2=1.5444`, `Ratio=0.5`; the CFL - string can express `LAMBDA lambda1 lambda2 ratio`, but the dict API has - no equivalent input fields." +- Script: + `docs/dev/crysfml-python-api-requests/request_09_cw_doublet_dict_api.py` +- Screenshot caption: "LiF X-ray CW control agrees for a single + wavelength. The FullProf `.pcr` enables the doublet with + `Lambda2=1.5444`, `Ratio=0.5`; the CFL string can express + `LAMBDA lambda1 lambda2 ratio`, but the dict API has no equivalent + input fields." ## Out of scope for this request list diff --git a/docs/dev/issues/open/high_estimate-neutron-absorption-with-ncrystal.md b/docs/dev/issues/open/high_estimate-neutron-absorption-with-ncrystal.md index adfdd242b..caee451d3 100644 --- a/docs/dev/issues/open/high_estimate-neutron-absorption-with-ncrystal.md +++ b/docs/dev/issues/open/high_estimate-neutron-absorption-with-ncrystal.md @@ -27,14 +27,15 @@ absorption and transport cross sections. - Absorption-sensitive isotope mixes (`H/D`, `B`, `Li`, `Cd`, `Gd`, rare-earths) can be difficult to estimate safely by hand. - A diagnostic helper could explain when a dataset is absorption - sensitive and suggest a starting value for `experiment.absorption.mu_r`. + sensitive and suggest a starting value for + `experiment.absorption.mu_r`. **Proposed scope:** - Keep NCrystal optional; do not make it a required dependency of the core calculator path. -- Provide an explicit helper or future category mode that estimates - `μR` from: +- Provide an explicit helper or future category mode that estimates `μR` + from: - wavelength, - composition / isotope composition, - density, diff --git a/docs/dev/issues/open/high_rename-asym-empir-and-add-the-physical-fcj-asymmetry-model.md b/docs/dev/issues/open/high_rename-asym-empir-and-add-the-physical-fcj-asymmetry-model.md index 001abf24f..8d86d6869 100644 --- a/docs/dev/issues/open/high_rename-asym-empir-and-add-the-physical-fcj-asymmetry-model.md +++ b/docs/dev/issues/open/high_rename-asym-empir-and-add-the-physical-fcj-asymmetry-model.md @@ -8,16 +8,16 @@ are now `asym_beba_a0`, `asym_beba_b0`, `asym_beba_a1`, `asym_beba_b1` (class `CwlPseudoVoigtBerarBaldinozziAsymmetry`, type string `pseudo-voigt + berar-baldinozzi asymmetry`, page renamed to -`pd-neut-cwl_pbso4_beba-asymmetry`). This issue stays open for **item 2** (add -the physical FCJ model). The cryspy/FullProf implementation difference -is characterised in issue 166. +`pd-neut-cwl_pbso4_beba-asymmetry`). This issue stays open for **item +2** (add the physical FCJ model). The cryspy/FullProf implementation +difference is characterised in issue 166. The four empirical peak-asymmetry parameters (`asym_beba_*`, formerly -`asym_empir_1`…`4`, on the `pd-neut-cwl_pbso4_beba-asymmetry` Verification -page) are the **Bérar–Baldinozzi** correction — FullProf's `P1`–`P4` — a -phenomenological sum of functions in `1/tan θ` and `1/tan 2θ`. It can -fit an asymmetric peak, but the parameters carry **no physical -meaning**, are strongly correlated, do **not** transfer between +`asym_empir_1`…`4`, on the `pd-neut-cwl_pbso4_beba-asymmetry` +Verification page) are the **Bérar–Baldinozzi** correction — FullProf's +`P1`–`P4` — a phenomenological sum of functions in `1/tan θ` and +`1/tan 2θ`. It can fit an asymmetric peak, but the parameters carry **no +physical meaning**, are strongly correlated, do **not** transfer between datasets, and can misbehave (over-correction, unphysical profile shapes). @@ -42,8 +42,8 @@ instrument-meaningful. known and fall back to the empirical correction otherwise. **Relates to:** the asymmetry discrepancy tracked in issue 166 and on -the `pd-neut-cwl_pbso4_beba-asymmetry` Verification page (currently marked -`known_discrepancy=True`), and the TCH/FCJ work noted on the +the `pd-neut-cwl_pbso4_beba-asymmetry` Verification page (currently +marked `known_discrepancy=True`), and the TCH/FCJ work noted on the `pd-neut-cwl_lab6_fcj-asymmetry` page. **Depends on:** calculator-backend support for the FCJ asymmetry diff --git a/docs/dev/issues/open/highest_cryspy-diverges-on-tof-jorgensen-von-dreele-lorentzian.md b/docs/dev/issues/open/highest_cryspy-diverges-on-tof-jorgensen-von-dreele-lorentzian.md index 41cd122c8..cc1053ef8 100644 --- a/docs/dev/issues/open/highest_cryspy-diverges-on-tof-jorgensen-von-dreele-lorentzian.md +++ b/docs/dev/issues/open/highest_cryspy-diverges-on-tof-jorgensen-von-dreele-lorentzian.md @@ -17,10 +17,11 @@ the pseudo-Voigt (Gaussian ⊗ Lorentzian) mixing for TOF. `jorgensen-von-dreele` profile and reconcile the convention with crysfml/FullProf. -**Visible on:** the Si TOF Verification page (`pd-neut-tof_si_jorgensen-von-dreele`), -whose closeness table flags the `cryspy` rows in red — reported via a -`known_discrepancy=True` agreement check, so CI fails once the page -starts agreeing and must be re-gated manually. +**Visible on:** the Si TOF Verification page +(`pd-neut-tof_si_jorgensen-von-dreele`), whose closeness table flags the +`cryspy` rows in red — reported via a `known_discrepancy=True` agreement +check, so CI fails once the page starts agreeing and must be re-gated +manually. **Depends on:** nothing. diff --git a/docs/dev/issues/open/highest_decide-x-ray-anomalous-scattering-table-source.md b/docs/dev/issues/open/highest_decide-x-ray-anomalous-scattering-table-source.md index 43c019de1..07a1cbd31 100644 --- a/docs/dev/issues/open/highest_decide-x-ray-anomalous-scattering-table-source.md +++ b/docs/dev/issues/open/highest_decide-x-ray-anomalous-scattering-table-source.md @@ -15,36 +15,36 @@ physical table. Convention used here: online `f1` values are converted to crystallographic `f'` as `f1 - Z`; `f''` corresponds to `f2`. -| Element | Source | `f'` | `f''` | -| --- | --- | ---: | ---: | -| O | FullProf / CrysFML | 0.0470 | 0.0320 | -| O | cctbx Sasaki | 0.0464 | 0.0322 | -| O | cryspy | 0.0492 | 0.0322 | -| O | CXRO / Henke | 0.0523 | 0.0337 | -| O | cctbx Henke | 0.0523 | 0.0337 | -| O | NIST FFAST / Chantler | 0.0520 | 0.0320 | -| S | FullProf / CrysFML | 0.3190 | 0.5570 | -| S | cctbx Sasaki | 0.3191 | 0.5567 | -| S | cryspy | 0.3331 | 0.5567 | -| S | CXRO / Henke | 0.3351 | 0.5505 | -| S | cctbx Henke | 0.3351 | 0.5505 | -| S | NIST FFAST / Chantler | 0.3474 | 0.5545 | -| Pb | FullProf / CrysFML | -4.8180 | 8.5050 | -| Pb | cctbx Sasaki | -4.8180 | 8.5018 | -| Pb | cryspy | -4.0753 | 8.5060 | -| Pb | CXRO / Henke | -3.7276 | 8.9350 | -| Pb | cctbx Henke | -3.7276 | 8.9350 | -| Pb | NIST FFAST / Chantler | -3.1764 | 8.4175 | +| Element | Source | `f'` | `f''` | +| ------- | --------------------- | ------: | -----: | +| O | FullProf / CrysFML | 0.0470 | 0.0320 | +| O | cctbx Sasaki | 0.0464 | 0.0322 | +| O | cryspy | 0.0492 | 0.0322 | +| O | CXRO / Henke | 0.0523 | 0.0337 | +| O | cctbx Henke | 0.0523 | 0.0337 | +| O | NIST FFAST / Chantler | 0.0520 | 0.0320 | +| S | FullProf / CrysFML | 0.3190 | 0.5570 | +| S | cctbx Sasaki | 0.3191 | 0.5567 | +| S | cryspy | 0.3331 | 0.5567 | +| S | CXRO / Henke | 0.3351 | 0.5505 | +| S | cctbx Henke | 0.3351 | 0.5505 | +| S | NIST FFAST / Chantler | 0.3474 | 0.5545 | +| Pb | FullProf / CrysFML | -4.8180 | 8.5050 | +| Pb | cctbx Sasaki | -4.8180 | 8.5018 | +| Pb | cryspy | -4.0753 | 8.5060 | +| Pb | CXRO / Henke | -3.7276 | 8.9350 | +| Pb | cctbx Henke | -3.7276 | 8.9350 | +| Pb | NIST FFAST / Chantler | -3.1764 | 8.4175 | **Local source findings:** - CrysFML hard-codes line-specific anomalous factors for `Cr, Fe, Cu, Mo, Ag` in - `tmp/crysfml/CFML/Src/CFML_Tables/Tab_Set_ScatterT.f90`. Its Cu - values match FullProf for the PbSO4 verification case. + `tmp/crysfml/CFML/Src/CFML_Tables/Tab_Set_ScatterT.f90`. Its Cu values + match FullProf for the PbSO4 verification case. - cryspy interpolates its `DATABASE["Dispersion"]` table by wavelength - in `tmp/cryspy/github/cryspy/A_functions_base/structure_factor.py` - and `tmp/cryspy/github/cryspy/E_data_classes/cl_1_crystal.py`. + in `tmp/cryspy/github/cryspy/A_functions_base/structure_factor.py` and + `tmp/cryspy/github/cryspy/E_data_classes/cl_1_crystal.py`. - The normal X-ray form-factor coefficients are not the source of the PbSO4 mismatch; the important difference is anomalous dispersion. @@ -63,38 +63,38 @@ crystallographic `f'` as `f1 - Z`; `f''` corresponds to `f2`. scattering functions and related material-photon data: . - cctbx has two relevant `eltbx` table families: - - `cctbx/eltbx/sasaki.h`: Sasaki 1989, Cromer-Liberman method, - 4-124 keV, with fine steps near K/L edges: + - `cctbx/eltbx/sasaki.h`: Sasaki 1989, Cromer-Liberman method, 4-124 + keV, with fine steps near K/L edges: . - - `cctbx/eltbx/henke.h`: Henke / Gullikson / Davis, 10-30000 eV, - based on photoabsorption measurements and Kramers-Kronig real-part + - `cctbx/eltbx/henke.h`: Henke / Gullikson / Davis, 10-30000 eV, based + on photoabsorption measurements and Kramers-Kronig real-part reconstruction: . - `cctbx/eltbx/fp_fdp.h` exposes `fp()` / `fdp()` values: . - Numeric comparison above was computed from cctbx reference data under - `cctbx/reference/henke/tables` and `cctbx/reference/sasaki`, using - the interpolation rules in the source generators. + Numeric comparison above was computed from cctbx reference data + under `cctbx/reference/henke/tables` and `cctbx/reference/sasaki`, + using the interpolation rules in the source generators. **Sasaki vs Henke:** - Sasaki is a Cromer-Liberman-style calculated anomalous-dispersion table. cctbx stores it directly as `f'`/`f''`, with broad coverage - from 4 to 124 keV and extra resolution near K/L absorption edges. - For the Cu Kα PbSO4 case it is effectively the FullProf / CrysFML + from 4 to 124 keV and extra resolution near K/L absorption edges. For + the Cu Kα PbSO4 case it is effectively the FullProf / CrysFML compatibility family. - Henke is an optical-constants table based on photoabsorption data: `f''` is tied to absorption measurements and the real component is reconstructed via Kramers-Kronig relations. The source tabulates - `f1`/`f2`; crystallographic `f'` is `f1 - Z`. cctbx Henke matches - the CXRO / Henke values used in the comparison table. + `f1`/`f2`; crystallographic `f'` is `f1 - Z`. cctbx Henke matches the + CXRO / Henke values used in the comparison table. **Backend wavelength behaviour:** - cryspy supports arbitrary X-ray wavelengths for anomalous dispersion: - it stores `DATABASE["Dispersion"]["table_wavelength"]` and interpolates - each atom's complex dispersion value with `numpy.interp` at the - requested wavelength. + it stores `DATABASE["Dispersion"]["table_wavelength"]` and + interpolates each atom's complex dispersion value with `numpy.interp` + at the requested wavelength. - CrysFML accepts a wavelength, but it does not interpolate anomalous dispersion continuously. In `tmp/crysfml/CFML/Src/CFML_Structure_Factors/SF_Scattering_Species.f90` @@ -109,12 +109,12 @@ crystallographic `f'` as `f1 - Z`; `f''` corresponds to `f2`. - FullProf / CrysFML is the correct table for FullProf-compatibility verification. -- cctbx Sasaki is effectively the same compatibility family as - FullProf / CrysFML for this Cu Kα case. +- cctbx Sasaki is effectively the same compatibility family as FullProf + / CrysFML for this Cu Kα case. - cctbx Henke matches the CXRO / Henke values. -- cryspy is closer than FullProf / CrysFML to the public evaluated - CXRO and NIST values for Pb `f'`, although it does not match either - table exactly. +- cryspy is closer than FullProf / CrysFML to the public evaluated CXRO + and NIST values for Pb `f'`, although it does not match either table + exactly. - NIST and CXRO disagree noticeably for Pb near Cu Kα, so "the correct table" is not unique. The chosen source must be explicit. - Do not silently replace cryspy values with FullProf / CrysFML values diff --git a/docs/dev/issues/open/highest_investigate-ed-crysfml-tof-jorgensen-profile-discrepancy.md b/docs/dev/issues/open/highest_investigate-ed-crysfml-tof-jorgensen-profile-discrepancy.md index d90125abf..fe1b2afe7 100644 --- a/docs/dev/issues/open/highest_investigate-ed-crysfml-tof-jorgensen-profile-discrepancy.md +++ b/docs/dev/issues/open/highest_investigate-ed-crysfml-tof-jorgensen-profile-discrepancy.md @@ -14,9 +14,9 @@ complementary to the `cryspy` Jorgensen–Von Dreele Lorentzian divergence tracked in issue 130. **Visible on:** the Si TOF Jorgensen Verification page -(`pd-neut-tof_si_jorgensen`), currently marked with `known_discrepancy=True`. -Re-gate the page (or tighten its agreement check) once the crysfml -profile is reconciled. +(`pd-neut-tof_si_jorgensen`), currently marked with +`known_discrepancy=True`. Re-gate the page (or tighten its agreement +check) once the crysfml profile is reconciled. **Depends on:** nothing. diff --git a/docs/dev/issues/open/highest_model-sample-absorption-debye-scherrer-r.md b/docs/dev/issues/open/highest_model-sample-absorption-debye-scherrer-r.md index 9d17e3609..85dc09c5b 100644 --- a/docs/dev/issues/open/highest_model-sample-absorption-debye-scherrer-r.md +++ b/docs/dev/issues/open/highest_model-sample-absorption-debye-scherrer-r.md @@ -7,10 +7,10 @@ The calculators (`cryspy`, `crysfml`) apply no sample-absorption correction. For a cylindrical sample in Debye–Scherrer geometry this is an angle-dependent intensity factor that boosts high-angle peaks. The -LaB₆ verification reference (`pd-neut-cwl_lab6`) was refined in -FullProf with `μR = 0.7`; the unmodelled correction is the _entire_ -intensity residual on the companion `pd-neut-cwl_lab6_absorption` page -(≈5% profile difference), while the `μR = 0` page passes to corr 0.9999. +LaB₆ verification reference (`pd-neut-cwl_lab6`) was refined in FullProf +with `μR = 0.7`; the unmodelled correction is the _entire_ intensity +residual on the companion `pd-neut-cwl_lab6_absorption` page (≈5% +profile difference), while the `μR = 0` page passes to corr 0.9999. **Correction (Hewat, Debye–Scherrer), validated to 4 decimals against FullProf output:** diff --git a/docs/dev/issues/open/medium_add-sycos-sysin-systematic-peak-position-corrections.md b/docs/dev/issues/open/medium_add-sycos-sysin-systematic-peak-position-corrections.md index 8a586dc84..cde13e5d2 100644 --- a/docs/dev/issues/open/medium_add-sycos-sysin-systematic-peak-position-corrections.md +++ b/docs/dev/issues/open/medium_add-sycos-sysin-systematic-peak-position-corrections.md @@ -15,11 +15,11 @@ EasyDiffraction side — an instrument-category parameter pair plus the calculator wiring — is still to do. A prepared verification page, -`docs/docs/verification/pd-neut-cwl_lab6_sycos-sysin.py`, uses the issue #38 -LaB6 dataset and is marked `known_discrepancy=True`. Finishing it also -needs a custom ¹¹B scattering length, the Thompson–Cox–Hastings profile, -and a FullProf-style polynomial background, which that dataset relies -on. +`docs/docs/verification/pd-neut-cwl_lab6_sycos-sysin.py`, uses the issue +#38 LaB6 dataset and is marked `known_discrepancy=True`. Finishing it +also needs a custom ¹¹B scattering length, the Thompson–Cox–Hastings +profile, and a FullProf-style polynomial background, which that dataset +relies on. **Fix:** add `SyCos`/`SySin` to the CWL instrument category, pass them to the calculators, then re-gate the LaB6 page. diff --git a/docs/dev/package-structure/full.md b/docs/dev/package-structure/full.md index baa1c2846..492ef61a5 100644 --- a/docs/dev/package-structure/full.md +++ b/docs/dev/package-structure/full.md @@ -5,7 +5,6 @@ ├── 📁 analysis │ ├── 📁 calculators │ │ ├── 📄 __init__.py -│ │ ├── 📄 absorption.py │ │ ├── 📄 base.py │ │ │ ├── 🏷️ class PowderReflnRecord │ │ │ └── 🏷️ class CalculatorBase @@ -17,7 +16,6 @@ │ │ │ └── 🏷️ class CalculatorFactory │ │ ├── 📄 pdffit.py │ │ │ └── 🏷️ class PdffitCalculator -│ │ ├── 📄 polarization.py │ │ └── 📄 support.py │ │ └── 🏷️ class SupportEntry │ ├── 📁 categories @@ -128,6 +126,10 @@ │ │ │ └── 📄 factory.py │ │ │ └── 🏷️ class SoftwareFactory │ │ └── 📄 __init__.py +│ ├── 📁 corrections +│ │ ├── 📄 __init__.py +│ │ ├── 📄 absorption.py +│ │ └── 📄 polarization.py │ ├── 📁 fit_helpers │ │ ├── 📄 __init__.py │ │ ├── 📄 _diagnostics.py diff --git a/docs/dev/package-structure/short.md b/docs/dev/package-structure/short.md index 5cf80f3a4..13525dcc8 100644 --- a/docs/dev/package-structure/short.md +++ b/docs/dev/package-structure/short.md @@ -5,13 +5,11 @@ ├── 📁 analysis │ ├── 📁 calculators │ │ ├── 📄 __init__.py -│ │ ├── 📄 absorption.py │ │ ├── 📄 base.py │ │ ├── 📄 crysfml.py │ │ ├── 📄 cryspy.py │ │ ├── 📄 factory.py │ │ ├── 📄 pdffit.py -│ │ ├── 📄 polarization.py │ │ └── 📄 support.py │ ├── 📁 categories │ │ ├── 📁 aliases @@ -75,6 +73,10 @@ │ │ │ ├── 📄 default.py │ │ │ └── 📄 factory.py │ │ └── 📄 __init__.py +│ ├── 📁 corrections +│ │ ├── 📄 __init__.py +│ │ ├── 📄 absorption.py +│ │ └── 📄 polarization.py │ ├── 📁 fit_helpers │ │ ├── 📄 __init__.py │ │ ├── 📄 _diagnostics.py diff --git a/docs/docs/tutorials/refine-pbso4-joint.ipynb b/docs/docs/tutorials/refine-pbso4-joint.ipynb index bea6450d3..870873f18 100644 --- a/docs/docs/tutorials/refine-pbso4-joint.ipynb +++ b/docs/docs/tutorials/refine-pbso4-joint.ipynb @@ -78,7 +78,7 @@ "metadata": {}, "outputs": [], "source": [ - "structure = StructureFactory.from_scratch(name='pbso4')" + "struct = StructureFactory.from_scratch(name='pbso4')" ] }, { @@ -96,7 +96,7 @@ "metadata": {}, "outputs": [], "source": [ - "structure.space_group.name_h_m = 'P n m a'" + "struct.space_group.name_h_m = 'P n m a'" ] }, { @@ -114,9 +114,9 @@ "metadata": {}, "outputs": [], "source": [ - "structure.cell.length_a = 8.47\n", - "structure.cell.length_b = 5.39\n", - "structure.cell.length_c = 6.95" + "struct.cell.length_a = 8.47\n", + "struct.cell.length_b = 5.39\n", + "struct.cell.length_c = 6.95" ] }, { @@ -131,50 +131,53 @@ "cell_type": "code", "execution_count": null, "id": "11", - "metadata": { - "lines_to_next_cell": 2 - }, + "metadata": {}, "outputs": [], "source": [ - "structure.atom_sites.create(\n", + "struct.atom_sites.create(\n", " id='Pb',\n", " type_symbol='Pb',\n", " fract_x=0.1876,\n", " fract_y=0.25,\n", " fract_z=0.167,\n", + " adp_type='Biso',\n", " adp_iso=1.37,\n", ")\n", - "structure.atom_sites.create(\n", + "struct.atom_sites.create(\n", " id='S',\n", " type_symbol='S',\n", " fract_x=0.0654,\n", " fract_y=0.25,\n", " fract_z=0.684,\n", - " adp_iso=0.3777,\n", + " adp_type='Biso',\n", + " adp_iso=0.3796,\n", ")\n", - "structure.atom_sites.create(\n", + "struct.atom_sites.create(\n", " id='O1',\n", " type_symbol='O',\n", " fract_x=0.9082,\n", " fract_y=0.25,\n", " fract_z=0.5954,\n", - " adp_iso=1.9764,\n", + " adp_type='Biso',\n", + " adp_iso=1.9840,\n", ")\n", - "structure.atom_sites.create(\n", + "struct.atom_sites.create(\n", " id='O2',\n", " type_symbol='O',\n", " fract_x=0.1935,\n", " fract_y=0.25,\n", " fract_z=0.5432,\n", - " adp_iso=1.4456,\n", + " adp_type='Biso',\n", + " adp_iso=1.4383,\n", ")\n", - "structure.atom_sites.create(\n", + "struct.atom_sites.create(\n", " id='O3',\n", " type_symbol='O',\n", " fract_x=0.0811,\n", " fract_y=0.0272,\n", " fract_z=0.8086,\n", - " adp_iso=1.2822,\n", + " adp_type='Biso',\n", + " adp_iso=1.2808,\n", ")" ] }, @@ -241,7 +244,7 @@ "outputs": [], "source": [ "expt1.instrument.setup_wavelength = 1.91\n", - "expt1.instrument.calib_twotheta_offset = -0.1406" + "expt1.instrument.calib_twotheta_offset = -0.1018" ] }, { @@ -259,16 +262,31 @@ "metadata": {}, "outputs": [], "source": [ - "expt1.peak.broad_gauss_u = 0.139\n", - "expt1.peak.broad_gauss_v = -0.412\n", - "expt1.peak.broad_gauss_w = 0.386\n", + "expt1.peak.type = 'pseudo-voigt + berar-baldinozzi asymmetry'" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "20", + "metadata": {}, + "outputs": [], + "source": [ + "expt1.peak.broad_gauss_u = 0.1678\n", + "expt1.peak.broad_gauss_v = -0.4636\n", + "expt1.peak.broad_gauss_w = 0.4168\n", "expt1.peak.broad_lorentz_x = 0\n", - "expt1.peak.broad_lorentz_y = 0.088" + "expt1.peak.broad_lorentz_y = 0.0879\n", + "\n", + "expt1.peak.asym_beba_a0 = -0.4327\n", + "expt1.peak.asym_beba_b0 = -0.0182\n", + "expt1.peak.asym_beba_a1 = 0.1976\n", + "expt1.peak.asym_beba_b1 = -0.0575" ] }, { "cell_type": "markdown", - "id": "20", + "id": "21", "metadata": {}, "source": [ "#### Set Background" @@ -276,7 +294,7 @@ }, { "cell_type": "markdown", - "id": "21", + "id": "22", "metadata": {}, "source": [ "Select the background type." @@ -285,7 +303,7 @@ { "cell_type": "code", "execution_count": null, - "id": "22", + "id": "23", "metadata": {}, "outputs": [], "source": [ @@ -294,7 +312,7 @@ }, { "cell_type": "markdown", - "id": "23", + "id": "24", "metadata": {}, "source": [ "Add background points." @@ -303,26 +321,26 @@ { "cell_type": "code", "execution_count": null, - "id": "24", + "id": "25", "metadata": {}, "outputs": [], "source": [ "for id, x, y in [\n", - " ('1', 11.0, 206.1624),\n", - " ('2', 15.0, 194.75),\n", - " ('3', 20.0, 194.505),\n", - " ('4', 30.0, 188.4375),\n", - " ('5', 50.0, 207.7633),\n", - " ('6', 70.0, 201.7002),\n", - " ('7', 120.0, 244.4525),\n", - " ('8', 153.0, 226.0595),\n", + " ('1', 11.0, 206.4940),\n", + " ('2', 15.0, 194.7316),\n", + " ('3', 20.0, 194.5190),\n", + " ('4', 30.0, 188.3431),\n", + " ('5', 50.0, 207.7130),\n", + " ('6', 70.0, 201.6635),\n", + " ('7', 120.0, 244.1902),\n", + " ('8', 153.0, 226.3376),\n", "]:\n", " expt1.background.create(id=id, position=x, intensity=y)" ] }, { "cell_type": "markdown", - "id": "25", + "id": "26", "metadata": {}, "source": [ "#### Set Linked Structures" @@ -331,7 +349,7 @@ { "cell_type": "code", "execution_count": null, - "id": "26", + "id": "27", "metadata": {}, "outputs": [], "source": [ @@ -340,7 +358,7 @@ }, { "cell_type": "markdown", - "id": "27", + "id": "28", "metadata": {}, "source": [ "### Experiment 2: xrd\n", @@ -351,7 +369,7 @@ { "cell_type": "code", "execution_count": null, - "id": "28", + "id": "29", "metadata": {}, "outputs": [], "source": [ @@ -360,7 +378,7 @@ }, { "cell_type": "markdown", - "id": "29", + "id": "30", "metadata": {}, "source": [ "#### Create Experiment" @@ -369,7 +387,7 @@ { "cell_type": "code", "execution_count": null, - "id": "30", + "id": "31", "metadata": {}, "outputs": [], "source": [ @@ -382,7 +400,7 @@ }, { "cell_type": "markdown", - "id": "31", + "id": "32", "metadata": {}, "source": [ "#### Set Instrument" @@ -391,17 +409,23 @@ { "cell_type": "code", "execution_count": null, - "id": "32", + "id": "33", "metadata": {}, "outputs": [], "source": [ - "expt2.instrument.setup_wavelength = 1.540567\n", - "expt2.instrument.calib_twotheta_offset = -0.05181" + "expt2.instrument.setup_wavelength = 1.540560\n", + "expt2.instrument.setup_wavelength_2 = 1.544400\n", + "expt2.instrument.setup_wavelength_2_to_1_ratio = 0.5\n", + "\n", + "expt2.instrument.setup_polarization_coefficient = 0.58\n", + "expt2.instrument.setup_monochromator_twotheta = 28\n", + "\n", + "expt2.instrument.calib_twotheta_offset = -0.0292" ] }, { "cell_type": "markdown", - "id": "33", + "id": "34", "metadata": {}, "source": [ "#### Set Peak Profile" @@ -410,20 +434,52 @@ { "cell_type": "code", "execution_count": null, - "id": "34", + "id": "35", "metadata": {}, "outputs": [], "source": [ - "expt2.peak.broad_gauss_u = 0.304138\n", - "expt2.peak.broad_gauss_v = -0.112622\n", - "expt2.peak.broad_gauss_w = 0.021272\n", + "expt2.peak.type = 'pseudo-voigt + berar-baldinozzi asymmetry'" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "36", + "metadata": {}, + "outputs": [], + "source": [ + "expt2.peak.broad_gauss_u = 0.0187\n", + "expt2.peak.broad_gauss_v = -0.0175\n", + "expt2.peak.broad_gauss_w = 0.0075\n", "expt2.peak.broad_lorentz_x = 0\n", - "expt2.peak.broad_lorentz_y = 0.057691" + "expt2.peak.broad_lorentz_y = 0.0655\n", + "\n", + "expt2.peak.asym_beba_a0 = -0.2176\n", + "expt2.peak.asym_beba_b0 = -0.0301" ] }, { "cell_type": "markdown", - "id": "35", + "id": "37", + "metadata": {}, + "source": [ + "#### Set Excluded Regions" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "38", + "metadata": {}, + "outputs": [], + "source": [ + "expt2.excluded_regions.create(id='1', start=0, end=15)\n", + "expt2.excluded_regions.create(id='2', start=160, end=180)" + ] + }, + { + "cell_type": "markdown", + "id": "39", "metadata": {}, "source": [ "#### Set Background" @@ -431,7 +487,7 @@ }, { "cell_type": "markdown", - "id": "36", + "id": "40", "metadata": {}, "source": [ "Select background type." @@ -440,7 +496,7 @@ { "cell_type": "code", "execution_count": null, - "id": "37", + "id": "41", "metadata": {}, "outputs": [], "source": [ @@ -449,33 +505,33 @@ }, { "cell_type": "markdown", - "id": "38", + "id": "42", "metadata": {}, "source": [ - "Add background points." + "Add Chebyshev background terms." ] }, { "cell_type": "code", "execution_count": null, - "id": "39", + "id": "43", "metadata": {}, "outputs": [], "source": [ "for id, x, y in [\n", - " ('1', 0, 119.195),\n", - " ('2', 1, 6.221),\n", - " ('3', 2, -45.725),\n", - " ('4', 3, 8.119),\n", - " ('5', 4, 54.552),\n", - " ('6', 5, -20.661),\n", + " ('1', 0, 143.9591),\n", + " ('2', 1, 67.1718),\n", + " ('3', 2, 13.7879),\n", + " ('4', 3, -1.2264),\n", + " ('5', 4, 4.4514),\n", + " ('6', 5, -17.7450),\n", "]:\n", " expt2.background.create(id=id, order=x, coef=y)" ] }, { "cell_type": "markdown", - "id": "40", + "id": "44", "metadata": {}, "source": [ "#### Set Linked Structures" @@ -484,7 +540,7 @@ { "cell_type": "code", "execution_count": null, - "id": "41", + "id": "45", "metadata": {}, "outputs": [], "source": [ @@ -493,7 +549,7 @@ }, { "cell_type": "markdown", - "id": "42", + "id": "46", "metadata": {}, "source": [ "## 📦 Define Project\n", @@ -507,7 +563,7 @@ { "cell_type": "code", "execution_count": null, - "id": "43", + "id": "47", "metadata": {}, "outputs": [], "source": [ @@ -516,7 +572,7 @@ }, { "cell_type": "markdown", - "id": "44", + "id": "48", "metadata": {}, "source": [ "### Add Structure" @@ -525,16 +581,16 @@ { "cell_type": "code", "execution_count": null, - "id": "45", + "id": "49", "metadata": {}, "outputs": [], "source": [ - "project.structures.add(structure)" + "project.structures.add(struct)" ] }, { "cell_type": "markdown", - "id": "46", + "id": "50", "metadata": {}, "source": [ "### Add Experiments" @@ -543,7 +599,7 @@ { "cell_type": "code", "execution_count": null, - "id": "47", + "id": "51", "metadata": {}, "outputs": [], "source": [ @@ -553,7 +609,7 @@ }, { "cell_type": "markdown", - "id": "48", + "id": "52", "metadata": {}, "source": [ "## 🚀 Perform Analysis\n", @@ -567,7 +623,7 @@ { "cell_type": "code", "execution_count": null, - "id": "49", + "id": "53", "metadata": {}, "outputs": [], "source": [ @@ -576,118 +632,110 @@ }, { "cell_type": "markdown", - "id": "50", + "id": "54", "metadata": {}, "source": [ - "### Set Minimizer" + "### Set Free Parameters\n", + "\n", + "Set structure parameters to be optimized." ] }, { "cell_type": "code", "execution_count": null, - "id": "51", + "id": "55", "metadata": {}, "outputs": [], "source": [ - "project.analysis.minimizer.type = 'lmfit'" + "struct.cell.length_a.free = True\n", + "struct.cell.length_b.free = True\n", + "struct.cell.length_c.free = True\n", + "\n", + "for atom_id in ('Pb', 'S', 'O1', 'O2', 'O3'):\n", + " atom = struct.atom_sites[atom_id]\n", + " atom.adp_iso.free = True" ] }, { "cell_type": "markdown", - "id": "52", + "id": "56", "metadata": {}, "source": [ - "### Set Free Parameters\n", - "\n", - "Set structure parameters to be optimized." + "Set experiment parameters to be optimized." ] }, { "cell_type": "code", "execution_count": null, - "id": "53", + "id": "57", "metadata": {}, "outputs": [], "source": [ - "structure.cell.length_a.free = True\n", - "structure.cell.length_b.free = True\n", - "structure.cell.length_c.free = True" + "expt1.linked_structures['pbso4'].scale.free = True\n", + "expt1.instrument.calib_twotheta_offset.free = True\n", + "expt1.instrument.setup_wavelength.free = True" ] }, { - "cell_type": "markdown", - "id": "54", + "cell_type": "code", + "execution_count": null, + "id": "58", "metadata": {}, + "outputs": [], "source": [ - "Set experiment parameters to be optimized." + "expt2.linked_structures['pbso4'].scale.free = True\n", + "expt2.instrument.calib_twotheta_offset.free = True" ] }, { - "cell_type": "code", - "execution_count": null, - "id": "55", + "cell_type": "markdown", + "id": "59", "metadata": {}, - "outputs": [], "source": [ - "expt1.linked_structures['pbso4'].scale.free = True\n", - "\n", - "expt1.instrument.calib_twotheta_offset.free = True\n", - "\n", - "expt1.peak.broad_gauss_u.free = True\n", - "expt1.peak.broad_gauss_v.free = True\n", - "expt1.peak.broad_gauss_w.free = True\n", - "expt1.peak.broad_lorentz_y.free = True" + "### Run Fitting" ] }, { "cell_type": "code", "execution_count": null, - "id": "56", + "id": "60", "metadata": {}, "outputs": [], "source": [ - "expt2.linked_structures['pbso4'].scale.free = True\n", - "\n", - "expt2.instrument.calib_twotheta_offset.free = True\n", - "\n", - "expt2.peak.broad_gauss_u.free = True\n", - "expt2.peak.broad_gauss_v.free = True\n", - "expt2.peak.broad_gauss_w.free = True\n", - "expt2.peak.broad_lorentz_y.free = True\n", - "\n", - "for term in expt2.background:\n", - " term.coef.free = True" + "project.analysis.fit()" ] }, { - "cell_type": "markdown", - "id": "57", + "cell_type": "code", + "execution_count": null, + "id": "61", "metadata": {}, + "outputs": [], "source": [ - "### Run Fitting" + "project.display.fit.results()" ] }, { "cell_type": "markdown", - "id": "58", + "id": "62", "metadata": {}, "source": [ - "### Display Structure" + "#### Display Correlations" ] }, { "cell_type": "code", "execution_count": null, - "id": "59", + "id": "63", "metadata": {}, "outputs": [], "source": [ - "project.display.structure(struct_name='pbso4')" + "project.display.fit.correlations()" ] }, { "cell_type": "markdown", - "id": "60", + "id": "64", "metadata": {}, "source": [ "### Display Pattern" @@ -696,26 +744,44 @@ { "cell_type": "code", "execution_count": null, - "id": "61", + "id": "65", "metadata": {}, "outputs": [], "source": [ - "project.display.pattern(expt_name='npd', x_min=35.5, x_max=38.3)" + "project.display.pattern(expt_name='npd')" ] }, { "cell_type": "code", "execution_count": null, - "id": "62", + "id": "66", "metadata": {}, "outputs": [], "source": [ - "project.display.pattern(expt_name='xrd', x_min=29.0, x_max=30.4)" + "project.display.pattern(expt_name='xrd')" ] }, { "cell_type": "markdown", - "id": "63", + "id": "67", + "metadata": {}, + "source": [ + "### Display Structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "68", + "metadata": {}, + "outputs": [], + "source": [ + "project.display.structure(struct_name='pbso4')" + ] + }, + { + "cell_type": "markdown", + "id": "69", "metadata": {}, "source": [ "## 💾 Save Project" @@ -724,7 +790,7 @@ { "cell_type": "code", "execution_count": null, - "id": "64", + "id": "70", "metadata": {}, "outputs": [], "source": [ diff --git a/docs/docs/tutorials/refine-pbso4-xray.ipynb b/docs/docs/tutorials/refine-pbso4-xray.ipynb new file mode 100644 index 000000000..67f26c544 --- /dev/null +++ b/docs/docs/tutorials/refine-pbso4-xray.ipynb @@ -0,0 +1,623 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "0", + "metadata": { + "tags": [ + "hide-in-docs" + ] + }, + "outputs": [], + "source": [ + "# Check whether easydiffraction is installed; install it if needed.\n", + "# Required for remote environments such as Google Colab.\n", + "import importlib.util\n", + "\n", + "if importlib.util.find_spec('easydiffraction') is None:\n", + " %pip install easydiffraction" + ] + }, + { + "cell_type": "markdown", + "id": "1", + "metadata": {}, + "source": [ + "# Structure Refinement: PbSO4, XRD\n", + "\n", + "This example demonstrates a more advanced use of the EasyDiffraction\n", + "library by explicitly creating and configuring structures and\n", + "experiments before adding them to a project. It could be more suitable\n", + "for users who are interested in creating custom workflows. This\n", + "tutorial provides minimal explanation and is intended for users\n", + "already familiar with EasyDiffraction.\n", + "\n", + "The tutorial covers a Rietveld refinement of PbSO4 crystal structure\n", + "based on laboratory X-ray powder diffraction data." + ] + }, + { + "cell_type": "markdown", + "id": "2", + "metadata": {}, + "source": [ + "## 🛠️ Import Library" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "3", + "metadata": {}, + "outputs": [], + "source": [ + "from easydiffraction import ExperimentFactory\n", + "from easydiffraction import Project\n", + "from easydiffraction import StructureFactory\n", + "from easydiffraction import download_data" + ] + }, + { + "cell_type": "markdown", + "id": "4", + "metadata": {}, + "source": [ + "## 🧩 Define Structure\n", + "\n", + "This section shows how to add structures and modify their\n", + "parameters.\n", + "\n", + "### Create Structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "5", + "metadata": {}, + "outputs": [], + "source": [ + "struct = StructureFactory.from_scratch(name='pbso4')" + ] + }, + { + "cell_type": "markdown", + "id": "6", + "metadata": {}, + "source": [ + "### Set Space Group" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "7", + "metadata": {}, + "outputs": [], + "source": [ + "struct.space_group.name_h_m = 'P n m a'" + ] + }, + { + "cell_type": "markdown", + "id": "8", + "metadata": {}, + "source": [ + "### Set Unit Cell" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "9", + "metadata": {}, + "outputs": [], + "source": [ + "struct.cell.length_a = 8.47\n", + "struct.cell.length_b = 5.39\n", + "struct.cell.length_c = 6.95" + ] + }, + { + "cell_type": "markdown", + "id": "10", + "metadata": {}, + "source": [ + "### Set Atom Sites" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "11", + "metadata": { + "lines_to_next_cell": 2 + }, + "outputs": [], + "source": [ + "struct.atom_sites.create(\n", + " id='Pb',\n", + " type_symbol='Pb',\n", + " fract_x=0.1876,\n", + " fract_y=0.25,\n", + " fract_z=0.167,\n", + " adp_type='Biso',\n", + " adp_iso=1.37,\n", + ")\n", + "struct.atom_sites.create(\n", + " id='S',\n", + " type_symbol='S',\n", + " fract_x=0.0654,\n", + " fract_y=0.25,\n", + " fract_z=0.684,\n", + " adp_type='Biso',\n", + " adp_iso=0.3796,\n", + ")\n", + "struct.atom_sites.create(\n", + " id='O1',\n", + " type_symbol='O',\n", + " fract_x=0.9082,\n", + " fract_y=0.25,\n", + " fract_z=0.5954,\n", + " adp_type='Biso',\n", + " adp_iso=1.9840,\n", + ")\n", + "struct.atom_sites.create(\n", + " id='O2',\n", + " type_symbol='O',\n", + " fract_x=0.1935,\n", + " fract_y=0.25,\n", + " fract_z=0.5432,\n", + " adp_type='Biso',\n", + " adp_iso=1.4383,\n", + ")\n", + "struct.atom_sites.create(\n", + " id='O3',\n", + " type_symbol='O',\n", + " fract_x=0.0811,\n", + " fract_y=0.0272,\n", + " fract_z=0.8086,\n", + " adp_type='Biso',\n", + " adp_iso=1.2808,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "12", + "metadata": {}, + "source": [ + "## 🔬 Define Experiments\n", + "\n", + "This section shows how to add experiments, configure their parameters,\n", + "and link the structures defined in the previous step.\n", + "\n", + "### Experiment: xrd\n", + "\n", + "#### Download Data" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "13", + "metadata": {}, + "outputs": [], + "source": [ + "data_path = download_data('meas-pbso4-xray', destination='data')" + ] + }, + { + "cell_type": "markdown", + "id": "14", + "metadata": {}, + "source": [ + "#### Create Experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "15", + "metadata": {}, + "outputs": [], + "source": [ + "expt = ExperimentFactory.from_data_path(\n", + " name='xrd',\n", + " data_path=data_path,\n", + " radiation_probe='xray',\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "16", + "metadata": {}, + "source": [ + "#### Set Instrument" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "17", + "metadata": {}, + "outputs": [], + "source": [ + "expt.instrument.setup_wavelength = 1.540560\n", + "expt.instrument.setup_wavelength_2 = 1.544400\n", + "expt.instrument.setup_wavelength_2_to_1_ratio = 0.5\n", + "\n", + "expt.instrument.setup_polarization_coefficient = 0.58\n", + "expt.instrument.setup_monochromator_twotheta = 28\n", + "\n", + "expt.instrument.calib_twotheta_offset = -0.0292" + ] + }, + { + "cell_type": "markdown", + "id": "18", + "metadata": {}, + "source": [ + "#### Set Peak Profile" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "19", + "metadata": {}, + "outputs": [], + "source": [ + "expt.peak.type = 'pseudo-voigt + berar-baldinozzi asymmetry'" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "20", + "metadata": {}, + "outputs": [], + "source": [ + "expt.peak.broad_gauss_u = 0.0187\n", + "expt.peak.broad_gauss_v = -0.0175\n", + "expt.peak.broad_gauss_w = 0.0075\n", + "expt.peak.broad_lorentz_x = 0\n", + "expt.peak.broad_lorentz_y = 0.0655\n", + "\n", + "expt.peak.asym_beba_a0 = -0.2176\n", + "expt.peak.asym_beba_b0 = -0.0301" + ] + }, + { + "cell_type": "markdown", + "id": "21", + "metadata": {}, + "source": [ + "#### Set Excluded Regions" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "22", + "metadata": {}, + "outputs": [], + "source": [ + "expt.excluded_regions.create(id='1', start=0, end=15)\n", + "expt.excluded_regions.create(id='2', start=160, end=180)" + ] + }, + { + "cell_type": "markdown", + "id": "23", + "metadata": {}, + "source": [ + "#### Set Background" + ] + }, + { + "cell_type": "markdown", + "id": "24", + "metadata": {}, + "source": [ + "Select background type." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "25", + "metadata": {}, + "outputs": [], + "source": [ + "expt.background.type = 'chebyshev'" + ] + }, + { + "cell_type": "markdown", + "id": "26", + "metadata": {}, + "source": [ + "Add Chebyshev background terms." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "27", + "metadata": {}, + "outputs": [], + "source": [ + "for id, x, y in [\n", + " ('1', 0, 143.9591),\n", + " ('2', 1, 67.1718),\n", + " ('3', 2, 13.7879),\n", + " ('4', 3, -1.2264),\n", + " ('5', 4, 4.4514),\n", + " ('6', 5, -17.7450),\n", + "]:\n", + " expt.background.create(id=id, order=x, coef=y)" + ] + }, + { + "cell_type": "markdown", + "id": "28", + "metadata": {}, + "source": [ + "#### Set Linked Structures" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "29", + "metadata": {}, + "outputs": [], + "source": [ + "expt.linked_structures.create(structure_id='pbso4', scale=0.001)" + ] + }, + { + "cell_type": "markdown", + "id": "30", + "metadata": {}, + "source": [ + "## 📦 Define Project\n", + "\n", + "The project object is used to manage structures, experiments, and\n", + "analysis.\n", + "\n", + "### Create Project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "31", + "metadata": {}, + "outputs": [], + "source": [ + "project = Project(name='pbso4_xray')" + ] + }, + { + "cell_type": "markdown", + "id": "32", + "metadata": {}, + "source": [ + "### Add Structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "33", + "metadata": {}, + "outputs": [], + "source": [ + "project.structures.add(struct)" + ] + }, + { + "cell_type": "markdown", + "id": "34", + "metadata": {}, + "source": [ + "### Add Experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "35", + "metadata": {}, + "outputs": [], + "source": [ + "project.experiments.add(expt)" + ] + }, + { + "cell_type": "markdown", + "id": "36", + "metadata": {}, + "source": [ + "## 🚀 Perform Analysis\n", + "\n", + "This section outlines the analysis process, including how to configure\n", + "calculation and fitting engines.\n", + "\n", + "### Set Minimizer" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "37", + "metadata": {}, + "outputs": [], + "source": [ + "project.analysis.minimizer.type = 'bumps (lm)'" + ] + }, + { + "cell_type": "markdown", + "id": "38", + "metadata": {}, + "source": [ + "### Set Free Parameters\n", + "\n", + "Set structure parameters to be optimized." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "39", + "metadata": {}, + "outputs": [], + "source": [ + "struct.cell.length_a.free = True\n", + "struct.cell.length_b.free = True\n", + "struct.cell.length_c.free = True\n", + "\n", + "# for atom_id in ('Pb', 'S', 'O1', 'O2', 'O3'):\n", + "# atom = struct.atom_sites[atom_id]\n", + "# atom.adp_iso.free = True" + ] + }, + { + "cell_type": "markdown", + "id": "40", + "metadata": {}, + "source": [ + "Set experiment parameters to be optimized." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "41", + "metadata": {}, + "outputs": [], + "source": [ + "expt.linked_structures['pbso4'].scale.free = True\n", + "\n", + "expt.instrument.calib_twotheta_offset.free = True\n", + "\n", + "expt.peak.broad_gauss_u.free = True\n", + "expt.peak.broad_gauss_v.free = True\n", + "expt.peak.broad_gauss_w.free = True\n", + "expt.peak.broad_lorentz_y.free = True\n", + "\n", + "expt.peak.asym_beba_a0.free = True\n", + "expt.peak.asym_beba_b0.free = True\n", + "\n", + "for term in expt.background:\n", + " term.coef.free = True" + ] + }, + { + "cell_type": "markdown", + "id": "42", + "metadata": {}, + "source": [ + "### Run Fitting" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "43", + "metadata": {}, + "outputs": [], + "source": [ + "project.analysis.fit()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "44", + "metadata": {}, + "outputs": [], + "source": [ + "project.display.fit.results()" + ] + }, + { + "cell_type": "markdown", + "id": "45", + "metadata": {}, + "source": [ + "#### Display Correlations" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "46", + "metadata": {}, + "outputs": [], + "source": [ + "project.display.fit.correlations()" + ] + }, + { + "cell_type": "markdown", + "id": "47", + "metadata": {}, + "source": [ + "### Display Pattern" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "48", + "metadata": {}, + "outputs": [], + "source": [ + "project.display.pattern(expt_name='xrd')" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "49", + "metadata": {}, + "outputs": [], + "source": [ + "project.display.pattern(expt_name='xrd', x_min=77.6, x_max=82.2)" + ] + }, + { + "cell_type": "markdown", + "id": "50", + "metadata": {}, + "source": [ + "## 💾 Save Project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "51", + "metadata": {}, + "outputs": [], + "source": [ + "project.save_as(dir_path='projects/refine-pbso4-xray')" + ] + } + ], + "metadata": { + "jupytext": { + "cell_metadata_filter": "-all", + "main_language": "python", + "notebook_metadata_filter": "-all" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/docs/docs/verification/index.md b/docs/docs/verification/index.md index cf1511463..01c15b2ff 100644 --- a/docs/docs/verification/index.md +++ b/docs/docs/verification/index.md @@ -12,29 +12,32 @@ inside the notebook. ## Powder, Neutron, Constant Wavelength -- [pd-neut-cwl LBCO basic pseudo-Voigt](pd-neut-cwl_lbco_basic.ipynb) – verifies a - baseline pseudo-Voigt powder pattern. +- [pd-neut-cwl LBCO basic pseudo-Voigt](pd-neut-cwl_lbco_basic.ipynb) – + verifies a baseline pseudo-Voigt powder pattern. - [pd-neut-cwl LBCO preferred orientation](pd-neut-cwl_lbco_preferred-orientation.ipynb) – verifies the March-Dollase preferred-orientation correction. -- [pd-neut-cwl PbSO₄ basic pseudo-Voigt](pd-neut-cwl_pbso4_basic.ipynb) – verifies a - baseline pseudo-Voigt powder pattern. +- [pd-neut-cwl PbSO₄ basic pseudo-Voigt](pd-neut-cwl_pbso4_basic.ipynb) + – verifies a baseline pseudo-Voigt powder pattern. - [pd-neut-cwl PbSO₄ Bérar-Baldinozzi asymmetry](pd-neut-cwl_pbso4_beba-asymmetry.ipynb) – verifies the empirical asymmetry workflow. -- [pd-neut-cwl LaB₆ SyCos/SySin shifts](pd-neut-cwl_lab6_sycos-sysin.ipynb) – verifies - sample-displacement and transparency peak-position corrections. -- [pd-neut-cwl LaB₆ FCJ asymmetry](pd-neut-cwl_lab6_fcj-asymmetry.ipynb) – verifies the - Finger-Cox-Jephcoat axial-divergence asymmetry reference. -- [pd-neut-cwl LaB₆ absorption](pd-neut-cwl_lab6_absorption.ipynb) – verifies - Debye-Scherrer absorption with FCJ asymmetry disabled. +- [pd-neut-cwl LaB₆ SyCos/SySin shifts](pd-neut-cwl_lab6_sycos-sysin.ipynb) + – verifies sample-displacement and transparency peak-position + corrections. +- [pd-neut-cwl LaB₆ FCJ asymmetry](pd-neut-cwl_lab6_fcj-asymmetry.ipynb) + – verifies the Finger-Cox-Jephcoat axial-divergence asymmetry + reference. +- [pd-neut-cwl LaB₆ absorption](pd-neut-cwl_lab6_absorption.ipynb) – + verifies Debye-Scherrer absorption with FCJ asymmetry disabled. - [pd-neut-cwl LaB₆ FCJ asymmetry isolated](pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb) – verifies the isolated FCJ reference with absorption disabled. -- [pd-neut-cwl Y₂O₃ beta ADPs](pd-neut-cwl_y2o3_beta-adp.ipynb) – verifies - beta-tensor anisotropic ADPs with other correction models disabled. +- [pd-neut-cwl Y₂O₃ beta ADPs](pd-neut-cwl_y2o3_beta-adp.ipynb) – + verifies beta-tensor anisotropic ADPs with other correction models + disabled. ## Powder, Neutron, Time-Of-Flight -- [pd-neut-tof Si Jorgensen profile](pd-neut-tof_si_jorgensen.ipynb) – verifies the - Jorgensen back-to-back exponential profile. +- [pd-neut-tof Si Jorgensen profile](pd-neut-tof_si_jorgensen.ipynb) – + verifies the Jorgensen back-to-back exponential profile. - [pd-neut-tof Si Jorgensen-Von Dreele profile](pd-neut-tof_si_jorgensen-von-dreele.ipynb) – verifies the Jorgensen-Von Dreele pseudo-Voigt profile. - [pd-neut-tof Na₂Ca₃Al₂F₁₄ Jorgensen-Von Dreele profile](pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb) @@ -42,22 +45,23 @@ inside the notebook. ## Powder, X-Ray, Constant Wavelength -- [pd-xray-cwl LiF single wavelength](pd-xray-cwl_lif_single.ipynb) – verifies the - baseline Cu Kα₁ pseudo-Voigt pattern. -- [pd-xray-cwl LiF polarization](pd-xray-cwl_lif_single_polarization.ipynb) – verifies - the X-ray polarization correction. -- [pd-xray-cwl LiF absorption](pd-xray-cwl_lif_single_absorption.ipynb) – verifies - Debye-Scherrer absorption. -- [pd-xray-cwl LiF doublet](pd-xray-cwl_lif_doublet.ipynb) – verifies Cu Kα₁/Kα₂ - doublet handling. -- [pd-xray-cwl PbSO₄ round robin](pd-xray-cwl_pbso4_round-robin.ipynb) – verifies the - anglesite X-ray round-robin case with empirical asymmetry. +- [pd-xray-cwl LiF single wavelength](pd-xray-cwl_lif_single.ipynb) – + verifies the baseline Cu Kα₁ pseudo-Voigt pattern. +- [pd-xray-cwl LiF polarization](pd-xray-cwl_lif_single_polarization.ipynb) + – verifies the X-ray polarization correction. +- [pd-xray-cwl LiF absorption](pd-xray-cwl_lif_single_absorption.ipynb) + – verifies Debye-Scherrer absorption. +- [pd-xray-cwl LiF doublet](pd-xray-cwl_lif_doublet.ipynb) – verifies Cu + Kα₁/Kα₂ doublet handling. +- [pd-xray-cwl PbSO₄ round robin](pd-xray-cwl_pbso4_round-robin.ipynb) – + verifies the anglesite X-ray round-robin case with empirical + asymmetry. ## Single Crystal, Neutron, Constant Wavelength -- [sc-neut-cwl Pr₂NiO₄ basic](sc-neut-cwl_pr2nio4_basic.ipynb) – verifies calculated - F² values with anisotropic ADPs. -- [sc-neut-cwl Tb₂Ti₂O₇ basic](sc-neut-cwl_tbti_basic.ipynb) – verifies no-extinction - calculated F² values with anisotropic ADPs. +- [sc-neut-cwl Pr₂NiO₄ basic](sc-neut-cwl_pr2nio4_basic.ipynb) – + verifies calculated F² values with anisotropic ADPs. +- [sc-neut-cwl Tb₂Ti₂O₇ basic](sc-neut-cwl_tbti_basic.ipynb) – verifies + no-extinction calculated F² values with anisotropic ADPs. - [sc-neut-cwl Tb₂Ti₂O₇ isotropic extinction](sc-neut-cwl_tbti_isotropic-extinction.ipynb) – verifies the isotropic extinction model. diff --git a/docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb b/docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb index 032052839..c676cb57d 100644 --- a/docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb +++ b/docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb @@ -398,18 +398,29 @@ "metadata": {}, "outputs": [], "source": [ + "# cryspy matches FullProf after refining scale, so it is gated as a\n", + "# regression test.\n", "verify.assert_patterns_agree([\n", " (\n", " f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}',\n", " verify.restrict_to_included(experiment, calc_fullprof),\n", " calc_ed_cryspy_refined,\n", " ),\n", - " (\n", - " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", - " verify.restrict_to_included(experiment, calc_fullprof),\n", - " calc_ed_crysfml_refined,\n", - " ),\n", - "])" + "])\n", + "\n", + "# ed-crysfml is the known-bad comparison, asserted separately so it\n", + "# cannot mask a cryspy regression in the gated call above.\n", + "verify.assert_patterns_agree(\n", + " [\n", + " (\n", + " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", + " verify.restrict_to_included(experiment, calc_fullprof),\n", + " calc_ed_crysfml_refined,\n", + " ),\n", + " ],\n", + " known_discrepancy=True,\n", + " reason='ed-crysfml TOF patterns are unsupported by the CFL backend.',\n", + ")" ] } ], diff --git a/docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.py b/docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.py index e81d1ed3f..0fe6a9584 100644 --- a/docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.py +++ b/docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.py @@ -244,15 +244,26 @@ # ## Agreement check # %% +# cryspy matches FullProf after refining scale, so it is gated as a +# regression test. verify.assert_patterns_agree([ ( f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', verify.restrict_to_included(experiment, calc_fullprof), calc_ed_cryspy_refined, ), - ( - f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', - verify.restrict_to_included(experiment, calc_fullprof), - calc_ed_crysfml_refined, - ), ]) + +# ed-crysfml is the known-bad comparison, asserted separately so it +# cannot mask a cryspy regression in the gated call above. +verify.assert_patterns_agree( + [ + ( + f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', + verify.restrict_to_included(experiment, calc_fullprof), + calc_ed_crysfml_refined, + ), + ], + known_discrepancy=True, + reason='ed-crysfml TOF patterns are unsupported by the CFL backend.', +) diff --git a/docs/docs/verification/pd-xray-cwl_lif_doublet.ipynb b/docs/docs/verification/pd-xray-cwl_lif_doublet.ipynb index 6b53a33b8..35de49930 100644 --- a/docs/docs/verification/pd-xray-cwl_lif_doublet.ipynb +++ b/docs/docs/verification/pd-xray-cwl_lif_doublet.ipynb @@ -259,11 +259,24 @@ "metadata": {}, "outputs": [], "source": [ + "# cryspy matches FullProf, so it is gated as a regression test.\n", "verify.assert_patterns_agree(\n", " [\n", " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", + " ],\n", + ")\n", + "\n", + "# ed-crysfml is the known-bad comparison, asserted separately so it\n", + "# cannot mask a cryspy regression in the gated call above.\n", + "verify.assert_patterns_agree(\n", + " [\n", " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", " ],\n", + " known_discrepancy=True,\n", + " reason=(\n", + " 'ed-crysfml CW doublet uses two single-wavelength CFL '\n", + " 'simulations because native CrysFML CW doublet is disabled.'\n", + " ),\n", ")" ] }, diff --git a/docs/docs/verification/pd-xray-cwl_lif_doublet.py b/docs/docs/verification/pd-xray-cwl_lif_doublet.py index 85061928a..918741f73 100644 --- a/docs/docs/verification/pd-xray-cwl_lif_doublet.py +++ b/docs/docs/verification/pd-xray-cwl_lif_doublet.py @@ -143,11 +143,24 @@ # ## Agreement check # %% +# cryspy matches FullProf, so it is gated as a regression test. verify.assert_patterns_agree( [ (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), + ], +) + +# ed-crysfml is the known-bad comparison, asserted separately so it +# cannot mask a cryspy regression in the gated call above. +verify.assert_patterns_agree( + [ (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), ], + known_discrepancy=True, + reason=( + 'ed-crysfml CW doublet uses two single-wavelength CFL ' + 'simulations because native CrysFML CW doublet is disabled.' + ), ) # %% diff --git a/docs/docs/verification/pd-xray-cwl_lif_single_polarization.ipynb b/docs/docs/verification/pd-xray-cwl_lif_single_polarization.ipynb index 04cb6306c..fdbab0f35 100644 --- a/docs/docs/verification/pd-xray-cwl_lif_single_polarization.ipynb +++ b/docs/docs/verification/pd-xray-cwl_lif_single_polarization.ipynb @@ -133,8 +133,8 @@ "FULLPROF_X = 0.0 # FullProf X\n", "FULLPROF_Y = 0.049268 # FullProf Y\n", "FULLPROF_POLARIZATION_COEFFICIENT = 0.5 # FullProf Rpolarz\n", - "FULLPROF_CTHM = 0.8 # FullProf Cthm\n", - "FULLPROF_MONOCHROMATOR_TWOTHETA = 26.5650511771 # acos(sqrt(Cthm)) in degrees\n", + "FULLPROF_CTHM = 0.8 # FullProf Cthm\n", + "FULLPROF_MONOCHROMATOR_TWOTHETA = 26.5650511771 # acos(sqrt(Cthm)) in degrees\n", "\n", "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", " FULLPROF_PROJECT_DIR,\n", @@ -172,12 +172,8 @@ "\n", "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", - "experiment.instrument.setup_polarization_coefficient = (\n", - " FULLPROF_POLARIZATION_COEFFICIENT\n", - ")\n", - "experiment.instrument.setup_monochromator_twotheta = (\n", - " FULLPROF_MONOCHROMATOR_TWOTHETA\n", - ")\n", + "experiment.instrument.setup_polarization_coefficient = FULLPROF_POLARIZATION_COEFFICIENT\n", + "experiment.instrument.setup_monochromator_twotheta = FULLPROF_MONOCHROMATOR_TWOTHETA\n", "\n", "experiment.peak.type = 'pseudo-voigt'\n", "experiment.peak.broad_gauss_u = FULLPROF_U\n", @@ -332,20 +328,18 @@ "metadata": {}, "outputs": [], "source": [ - "verify.assert_patterns_agree(\n", - " [\n", - " (\n", - " f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}',\n", - " calc_fullprof,\n", - " calc_ed_cryspy_refined,\n", - " ),\n", - " (\n", - " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", - " calc_fullprof,\n", - " calc_ed_crysfml_refined,\n", - " ),\n", - " ]\n", - ")" + "verify.assert_patterns_agree([\n", + " (\n", + " f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}',\n", + " calc_fullprof,\n", + " calc_ed_cryspy_refined,\n", + " ),\n", + " (\n", + " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", + " calc_fullprof,\n", + " calc_ed_crysfml_refined,\n", + " ),\n", + "])" ] } ], diff --git a/src/easydiffraction/analysis/analysis.py b/src/easydiffraction/analysis/analysis.py index ce47dd329..7e08ec1f2 100644 --- a/src/easydiffraction/analysis/analysis.py +++ b/src/easydiffraction/analysis/analysis.py @@ -25,7 +25,6 @@ from easydiffraction.analysis.categories.fitting_mode import FittingModeFactory from easydiffraction.analysis.categories.joint_fit import JointFitCollection from easydiffraction.analysis.categories.minimizer import MinimizerCategoryFactory -from easydiffraction.analysis.categories.minimizer.base import MinimizerCategoryBase from easydiffraction.analysis.categories.minimizer.bayesian_base import BayesianMinimizerBase from easydiffraction.analysis.categories.sequential_fit import SequentialFit from easydiffraction.analysis.categories.sequential_fit import SequentialFitFactory @@ -78,6 +77,7 @@ from collections.abc import Callable from easydiffraction.analysis.categories.fit_result import FitResultBase + from easydiffraction.analysis.categories.minimizer.base import MinimizerCategoryBase from easydiffraction.core.posterior import PosteriorParameterSummary from easydiffraction.core.variable import GenericDescriptorBase diff --git a/src/easydiffraction/analysis/calculators/cryspy.py b/src/easydiffraction/analysis/calculators/cryspy.py index 865627a44..0671818c6 100644 --- a/src/easydiffraction/analysis/calculators/cryspy.py +++ b/src/easydiffraction/analysis/calculators/cryspy.py @@ -1306,14 +1306,33 @@ def _polarization_settings_from_instrument( instrument: object | None, ) -> tuple[float, float] | None: """Return polarization settings from an instrument, if present.""" - if not hasattr(instrument, 'setup_polarization_coefficient'): + if not _instrument_exposes_polarization(instrument): + return None + if instrument is None: + return None + coefficient = instrument.setup_polarization_coefficient + monochromator_twotheta = instrument.setup_monochromator_twotheta + if coefficient is None or monochromator_twotheta is None: return None return ( - instrument.setup_polarization_coefficient.value, - instrument.setup_monochromator_twotheta.value, + coefficient.value, + monochromator_twotheta.value, ) +def _instrument_exposes_polarization(instrument: object | None) -> bool: + """Return whether an instrument has polarization attributes.""" + if instrument is None: + return False + if hasattr(type(instrument), 'setup_polarization_coefficient'): + return True + try: + attrs = vars(instrument) + except TypeError: + return False + return 'setup_polarization_coefficient' in attrs + + def _update_polarization_in_cryspy_dict( cryspy_expt_dict: dict[str, Any], instrument: object, @@ -1420,7 +1439,8 @@ def _cif_peak_section( 'broad_lorentz_gamma_2': '_tof_profile_gamma2', } - if peak.type_info.tag == PeakProfileTypeEnum.TOF_DOUBLE_JORGENSEN_VON_DREELE: + peak_tag = peak.type_info.tag + if peak_tag == PeakProfileTypeEnum.TOF_DOUBLE_JORGENSEN_VON_DREELE: cif_lines.append('_tof_profile_peak_shape type0m') peak_mapping.update({ 'dexp_rise_alpha_1': '_tof_profile_alpha1', @@ -1432,19 +1452,19 @@ def _cif_peak_section( 'dexp_switch_r_02': '_tof_profile_r02', 'dexp_switch_r_03': '_tof_profile_r03', }) - elif hasattr(peak, 'decay_beta_0') and hasattr(peak, 'rise_alpha_0'): + elif peak_tag == PeakProfileTypeEnum.TOF_PSEUDO_VOIGT: + cif_lines.append('_tof_profile_peak_shape non-conv-pseudo-Voigt') + else: peak_mapping.update({ 'decay_beta_0': '_tof_profile_beta0', 'decay_beta_1': '_tof_profile_beta1', 'rise_alpha_0': '_tof_profile_alpha0', 'rise_alpha_1': '_tof_profile_alpha1', }) - if peak.type_info.tag == PeakProfileTypeEnum.TOF_JORGENSEN_VON_DREELE: + if peak_tag == PeakProfileTypeEnum.TOF_JORGENSEN_VON_DREELE: cif_lines.append('_tof_profile_peak_shape pseudo-Voigt') else: cif_lines.append('_tof_profile_peak_shape Gauss') - else: - cif_lines.append('_tof_profile_peak_shape non-conv-pseudo-Voigt') cif_lines.append('') for local_attr_name, engine_key_name in peak_mapping.items(): diff --git a/src/easydiffraction/analysis/corrections/polarization.py b/src/easydiffraction/analysis/corrections/polarization.py index ac3f46a34..3d56291d2 100644 --- a/src/easydiffraction/analysis/corrections/polarization.py +++ b/src/easydiffraction/analysis/corrections/polarization.py @@ -81,7 +81,7 @@ def apply(y: object, experiment: object) -> object: applies. """ instrument = getattr(experiment, 'instrument', None) - if not hasattr(instrument, 'setup_polarization_coefficient'): + if not _instrument_exposes_polarization(instrument): return y coefficient = instrument.setup_polarization_coefficient.value @@ -95,3 +95,16 @@ def apply(y: object, experiment: object) -> object: cthm = monochromator_cthm(instrument.setup_monochromator_twotheta.value) return y_values * lp_factor(two_theta, coefficient, cthm) + + +def _instrument_exposes_polarization(instrument: object | None) -> bool: + """Return whether an instrument has polarization attributes.""" + if instrument is None: + return False + if hasattr(type(instrument), 'setup_polarization_coefficient'): + return True + try: + attrs = vars(instrument) + except TypeError: + return False + return 'setup_polarization_coefficient' in attrs diff --git a/src/easydiffraction/utils/enums.py b/src/easydiffraction/utils/enums.py index 44c3ac4dc..8e4735ef8 100644 --- a/src/easydiffraction/utils/enums.py +++ b/src/easydiffraction/utils/enums.py @@ -14,10 +14,8 @@ class VerbosityEnum(StrEnum): Controls how much information is printed during operations such as data loading, fitting, and saving. - Members - ------- - FULL Multi-line output with headers, tables, and details. SHORT - Single-line status messages per action. SILENT No console output. + ``FULL`` prints headers, tables, and details. ``SHORT`` prints one + status line per action. ``SILENT`` suppresses console output. """ FULL = 'full' diff --git a/tests/integration/fitting/test_calculate-without-measured-data.py b/tests/integration/fitting/test_calculate-without-measured-data.py index 2579f8cff..32898514f 100644 --- a/tests/integration/fitting/test_calculate-without-measured-data.py +++ b/tests/integration/fitting/test_calculate-without-measured-data.py @@ -3,13 +3,12 @@ """End-to-end calculate-without-measured-data integration tests. -Covers the full engine x beam-mode matrix the calculation-without- -measured-data plan requires: both the ``cryspy`` and ``crysfml`` -calculators in both constant-wavelength and time-of-flight beam modes. -Each case builds a structure and a data-file-free experiment, sets a -``data_range``, calculates over the generated grid, and confirms the -calculated curve exists while the measured loop stays absent and the -calc-only display path auto-includes the calculated content. +Covers the calculation-without-measured-data plan across both engines +and beam modes. Constant-wavelength cases and the Cryspy time-of-flight +case confirm a positive calculated curve. CrysFML time-of-flight is a +known upstream CFL gap; that case verifies the documented zero-pattern +fallback while the measured loop stays absent and the calc-only display +path auto-includes the calculated content. """ import numpy as np @@ -141,7 +140,14 @@ def _tof_calc_only_project(): return project -def _assert_calc_only(project, *, expt_name, axis_min, axis_max): +def _assert_calc_only( + project, + *, + expt_name, + axis_min, + axis_max, + expect_positive_curve=True, +): """Calculate and assert calc-only state for one experiment.""" experiment = project.experiments[expt_name] @@ -161,7 +167,10 @@ def _assert_calc_only(project, *, expt_name, axis_min, axis_max): y_calc = np.asarray(experiment.data.intensity_calc, dtype=float) assert y_calc.size == x.size assert np.all(np.isfinite(y_calc)) - assert np.nanmax(y_calc) > 0.0 + if expect_positive_curve: + assert np.nanmax(y_calc) > 0.0 + else: + assert np.nanmax(y_calc) == 0.0 # ...while the measured loop stays absent (no phantom zero-filled # measured curve). @@ -207,7 +216,13 @@ def test_calc_only_powder_tof(engine) -> None: project.experiments['sim'].calculator.type = engine assert project.experiments['sim'].calculator.type == engine - _assert_calc_only(project, expt_name='sim', axis_min=5000.0, axis_max=15000.0) + _assert_calc_only( + project, + expt_name='sim', + axis_min=5000.0, + axis_max=15000.0, + expect_positive_curve=engine != 'crysfml', + ) if __name__ == '__main__': diff --git a/tests/integration/fitting/test_powder-diffraction_joint-fit.py b/tests/integration/fitting/test_powder-diffraction_joint-fit.py index bcc9f5121..2f10b1591 100644 --- a/tests/integration/fitting/test_powder-diffraction_joint-fit.py +++ b/tests/integration/fitting/test_powder-diffraction_joint-fit.py @@ -272,7 +272,7 @@ def test_joint_fit_neutron_xray_pd_cwl_pbso4() -> None: # Compare fit quality assert_almost_equal( project.analysis.fit_results.reduced_chi_square, - desired=21.09, + desired=18.78, decimal=1, ) @@ -286,7 +286,7 @@ def test_joint_fit_neutron_xray_pd_cwl_pbso4() -> None: # Compare fit quality assert_almost_equal( project.analysis.fit_results.reduced_chi_square, - desired=21.09, + desired=18.78, decimal=1, ) @@ -300,7 +300,7 @@ def test_joint_fit_neutron_xray_pd_cwl_pbso4() -> None: # Compare fit quality assert_almost_equal( project.analysis.fit_results.reduced_chi_square, - desired=14.39, + desired=12.67, decimal=1, ) diff --git a/tests/integration/workflows/test_background_auto_estimate_corpus.py b/tests/integration/workflows/test_background_auto_estimate_corpus.py index 323fb2e9d..9203138d0 100644 --- a/tests/integration/workflows/test_background_auto_estimate_corpus.py +++ b/tests/integration/workflows/test_background_auto_estimate_corpus.py @@ -19,6 +19,8 @@ ``tests/unit/.../categories/background/test_estimate.py``. """ +import tempfile + import numpy as np import easydiffraction as edi @@ -30,11 +32,12 @@ # or garbage estimate fails. _MEDIAN_TOL = 0.15 _MAX_TOL = 0.45 +TEMP_DIR = tempfile.gettempdir() -def _assert_tracks_reference(tmp_path, name, data_id, beam_mode, probe, excluded, ref_points): +def _assert_tracks_reference(name, data_id, beam_mode, probe, excluded, ref_points): project = edi.Project() - data_path = edi.download_data(data_id, destination=str(tmp_path)) + data_path = edi.download_data(data_id, destination=TEMP_DIR) project.experiments.add_from_data_path( name=name, data_path=data_path, @@ -77,10 +80,9 @@ def _assert_tracks_reference(tmp_path, name, data_id, beam_mode, probe, excluded assert np.max(np.abs(estimate - reference)) < _MAX_TOL * signal_scale -def test_auto_estimate_tracks_cwl_tutorial_background(tmp_path): +def test_auto_estimate_tracks_cwl_tutorial_background(): # ed-2: constant-wavelength neutron HRPT/LBCO, flat background ~170. _assert_tracks_reference( - tmp_path, 'hrpt', 'meas-lbco-hrpt', 'constant wavelength', @@ -90,10 +92,9 @@ def test_auto_estimate_tracks_cwl_tutorial_background(tmp_path): ) -def test_auto_estimate_tracks_tof_tutorial_background(tmp_path): +def test_auto_estimate_tracks_tof_tutorial_background(): # ed-13: time-of-flight neutron Si, flat background ~0.01. _assert_tracks_reference( - tmp_path, 'sim_si', 'meas-si-mcstas-dmsc2025', 'time-of-flight', diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py index f0ebdd98a..c200adcf5 100644 --- a/tests/unit/conftest.py +++ b/tests/unit/conftest.py @@ -19,22 +19,23 @@ from easydiffraction.utils.logging import Logger +_STATE_ATTR = '_easydiffraction_saved_global_state' -@pytest.fixture(autouse=True) -def _reset_global_state(): - """Restore process-global state mutated by a unit test. - - Snapshots the logger error reaction/mode and the full environment - before the test and restores them afterwards, neutralising leaks - that would otherwise cause order-dependent failures. - """ - saved_reaction = Logger._reaction - saved_mode = Logger._mode - saved_environ = dict(os.environ) - try: - yield - finally: - Logger._reaction = saved_reaction - Logger._mode = saved_mode + +@pytest.hookimpl(tryfirst=True) +def pytest_runtest_setup(item: pytest.Item) -> None: + """Snapshot process-global state before each unit test.""" + setattr(item, _STATE_ATTR, dict(os.environ)) + Logger._reaction = Logger.Reaction.RAISE + Logger._mode = Logger.Mode.COMPACT + + +@pytest.hookimpl(trylast=True) +def pytest_runtest_teardown(item: pytest.Item) -> None: + """Restore process-global state after each unit test.""" + saved_environ = getattr(item, _STATE_ATTR, None) + Logger._reaction = Logger.Reaction.RAISE + Logger._mode = Logger.Mode.COMPACT + if saved_environ is not None: os.environ.clear() os.environ.update(saved_environ) diff --git a/tests/unit/easydiffraction/analysis/calculators/test_crysfml.py b/tests/unit/easydiffraction/analysis/calculators/test_crysfml.py index e0f2f4723..b1ae891c9 100644 --- a/tests/unit/easydiffraction/analysis/calculators/test_crysfml.py +++ b/tests/unit/easydiffraction/analysis/calculators/test_crysfml.py @@ -78,8 +78,8 @@ def test_module_import(): def test_crysfml_calculate_pattern_applies_absorption(monkeypatch): - from easydiffraction.analysis.corrections import absorption from easydiffraction.analysis.calculators.crysfml import CrysfmlCalculator + from easydiffraction.analysis.corrections import absorption calc = CrysfmlCalculator() x = np.array([10.0, 90.0, 150.0]) @@ -97,8 +97,8 @@ def test_crysfml_calculate_pattern_applies_absorption(monkeypatch): def test_crysfml_calculate_pattern_applies_polarization(monkeypatch): - from easydiffraction.analysis.corrections import polarization from easydiffraction.analysis.calculators.crysfml import CrysfmlCalculator + from easydiffraction.analysis.corrections import polarization from easydiffraction.datablocks.experiment.categories.instrument.cwl import CwlPdXrayInstrument calc = CrysfmlCalculator() diff --git a/tests/unit/easydiffraction/analysis/calculators/test_cryspy.py b/tests/unit/easydiffraction/analysis/calculators/test_cryspy.py index 438613809..8915a5c06 100644 --- a/tests/unit/easydiffraction/analysis/calculators/test_cryspy.py +++ b/tests/unit/easydiffraction/analysis/calculators/test_cryspy.py @@ -178,8 +178,8 @@ def test_update_experiment_in_cryspy_dict_tolerates_missing_sycos_keys(): def test_update_experiment_in_cryspy_dict_sets_polarization_keys(): - from easydiffraction.analysis.corrections import polarization from easydiffraction.analysis.calculators.cryspy import CryspyCalculator + from easydiffraction.analysis.corrections import polarization from easydiffraction.datablocks.experiment.categories.instrument.cwl import CwlPdXrayInstrument from easydiffraction.datablocks.experiment.item.enums import BeamModeEnum from easydiffraction.datablocks.experiment.item.enums import SampleFormEnum @@ -634,8 +634,8 @@ def _fake_rhochi(cryspy_dict, *, dict_in_out, **kwargs): def test_cryspy_calculate_pattern_applies_absorption(monkeypatch): - from easydiffraction.analysis.corrections import absorption from easydiffraction.analysis.calculators.cryspy import CryspyCalculator + from easydiffraction.analysis.corrections import absorption calc = CryspyCalculator() x = np.array([10.0, 90.0, 150.0]) diff --git a/tests/unit/easydiffraction/core/test_validation_properties.py b/tests/unit/easydiffraction/core/test_validation_properties.py index 0803dde04..f923fc07e 100644 --- a/tests/unit/easydiffraction/core/test_validation_properties.py +++ b/tests/unit/easydiffraction/core/test_validation_properties.py @@ -26,15 +26,20 @@ from easydiffraction.core.validation import MembershipValidator from easydiffraction.core.validation import RangeValidator from easydiffraction.core.validation import RegexValidator +from easydiffraction.utils.logging import Logger from easydiffraction.utils.logging import log +pytestmark = pytest.mark.usefixtures('_restore_logger_reaction') -@pytest.fixture(autouse=True) + +@pytest.fixture def _restore_logger_reaction(): """Restore the global logger reaction so WARN does not leak out.""" - saved = log._reaction + saved_reaction = Logger._reaction + saved_mode = Logger._mode yield - log._reaction = saved + Logger._reaction = saved_reaction + Logger._mode = saved_mode def _warn() -> None: diff --git a/tests/unit/easydiffraction/display/structure/renderers/test_raster.py b/tests/unit/easydiffraction/display/structure/renderers/test_raster.py index 4bc41e819..f2c7d4b96 100644 --- a/tests/unit/easydiffraction/display/structure/renderers/test_raster.py +++ b/tests/unit/easydiffraction/display/structure/renderers/test_raster.py @@ -30,6 +30,8 @@ # A simple orthogonal 5x5x5 cell shared by most scenes. CUBIC_BASIS = ((5.0, 0.0, 0.0), (0.0, 5.0, 0.0), (0.0, 0.0, 5.0)) +pytestmark = pytest.mark.usefixtures('_fast_canvas') + def _open(png: bytes) -> Image.Image: """Decode rendered PNG bytes into a Pillow image.""" @@ -117,7 +119,7 @@ def _full_scene() -> StructureScene: ) -@pytest.fixture(autouse=True) +@pytest.fixture def _fast_canvas(request, monkeypatch): """Render at a small canvas to keep these renderer tests fast. From dc819a52dec55db6c7c8b8b681b2a5799b0069e4 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 20:55:07 +0200 Subject: [PATCH 19/64] Add CrysFML request evidence and PDF verification --- .../crysfml-python-api-feature-requests.md | 326 ++++++++---------- .../crysfml-python-api-requests/cfl_common.py | 2 +- .../fullprof/y2o3_absorption.pcr | 86 +++++ .../fullprof/y2o3_control_beta.pcr | 86 +++++ .../fullprof/y2o3_doublet.pcr | 86 +++++ .../fullprof/y2o3_isotropic_adp.pcr | 79 +++++ .../fullprof/y2o3_polarization.pcr | 86 +++++ .../fullprof/y2o3_preferred_orientation.pcr | 86 +++++ .../fullprof/y2o3_sycos_sysin.pcr | 86 +++++ .../fullprof/y2o3_xray_single.pcr | 86 +++++ .../request_01_preferred_orientation.py | 136 +------- .../request_02_absorption.py | 40 +++ .../request_02_absorption_polarization.py | 174 ---------- .../request_03_polarization.py | 40 +++ .../request_03_sycos_sysin.py | 138 -------- .../request_04_single_crystal_extinction.py | 148 -------- .../request_04_sycos_sysin.py | 40 +++ .../request_05_in_memory_structure_factors.py | 99 ------ .../request_05_single_crystal_extinction.py | 43 +++ .../request_06_beta_adps.py | 147 -------- .../request_06_in_memory_structure_factors.py | 43 +++ .../request_07_beta_adps.py | 44 +++ .../request_07_tof_patterns_simulation.py | 125 ------- .../request_08_tof_patterns_simulation.py | 43 +++ .../request_08_tof_profile_selection.py | 185 ---------- .../request_09_cw_doublet_dict_api.py | 141 -------- .../request_09_tof_profile_selection.py | 43 +++ .../request_10_cw_doublet_dict_api.py | 44 +++ .../y2o3_common.py | 301 ++++++++++++++++ docs/dev/issues/index.md | 1 + ...es-for-missing-tof-profile-verification.md | 33 ++ docs/docs/verification/index.md | 6 + ...-cwl-total_nacl_gaussian-damped-sinc.ipynb | 292 ++++++++++++++++ ...ray-cwl-total_nacl_gaussian-damped-sinc.py | 169 +++++++++ pyproject.toml | 6 +- .../analysis/calculators/pdffit.py | 4 +- .../analysis/calculators/test_pdffit.py | 11 +- 37 files changed, 2034 insertions(+), 1471 deletions(-) create mode 100644 docs/dev/crysfml-python-api-requests/fullprof/y2o3_absorption.pcr create mode 100644 docs/dev/crysfml-python-api-requests/fullprof/y2o3_control_beta.pcr create mode 100644 docs/dev/crysfml-python-api-requests/fullprof/y2o3_doublet.pcr create mode 100644 docs/dev/crysfml-python-api-requests/fullprof/y2o3_isotropic_adp.pcr create mode 100644 docs/dev/crysfml-python-api-requests/fullprof/y2o3_polarization.pcr create mode 100644 docs/dev/crysfml-python-api-requests/fullprof/y2o3_preferred_orientation.pcr create mode 100644 docs/dev/crysfml-python-api-requests/fullprof/y2o3_sycos_sysin.pcr create mode 100644 docs/dev/crysfml-python-api-requests/fullprof/y2o3_xray_single.pcr create mode 100644 docs/dev/crysfml-python-api-requests/request_02_absorption.py delete mode 100644 docs/dev/crysfml-python-api-requests/request_02_absorption_polarization.py create mode 100644 docs/dev/crysfml-python-api-requests/request_03_polarization.py delete mode 100644 docs/dev/crysfml-python-api-requests/request_03_sycos_sysin.py delete mode 100644 docs/dev/crysfml-python-api-requests/request_04_single_crystal_extinction.py create mode 100644 docs/dev/crysfml-python-api-requests/request_04_sycos_sysin.py delete mode 100644 docs/dev/crysfml-python-api-requests/request_05_in_memory_structure_factors.py create mode 100644 docs/dev/crysfml-python-api-requests/request_05_single_crystal_extinction.py delete mode 100644 docs/dev/crysfml-python-api-requests/request_06_beta_adps.py create mode 100644 docs/dev/crysfml-python-api-requests/request_06_in_memory_structure_factors.py create mode 100644 docs/dev/crysfml-python-api-requests/request_07_beta_adps.py delete mode 100644 docs/dev/crysfml-python-api-requests/request_07_tof_patterns_simulation.py create mode 100644 docs/dev/crysfml-python-api-requests/request_08_tof_patterns_simulation.py delete mode 100644 docs/dev/crysfml-python-api-requests/request_08_tof_profile_selection.py delete mode 100644 docs/dev/crysfml-python-api-requests/request_09_cw_doublet_dict_api.py create mode 100644 docs/dev/crysfml-python-api-requests/request_09_tof_profile_selection.py create mode 100644 docs/dev/crysfml-python-api-requests/request_10_cw_doublet_dict_api.py create mode 100644 docs/dev/crysfml-python-api-requests/y2o3_common.py create mode 100644 docs/dev/issues/open/medium_add-external-references-for-missing-tof-profile-verification.md create mode 100644 docs/docs/verification/pd-xray-cwl-total_nacl_gaussian-damped-sinc.ipynb create mode 100644 docs/docs/verification/pd-xray-cwl-total_nacl_gaussian-damped-sinc.py diff --git a/docs/dev/crysfml-python-api-feature-requests.md b/docs/dev/crysfml-python-api-feature-requests.md index e224eea0e..dd694030c 100644 --- a/docs/dev/crysfml-python-api-feature-requests.md +++ b/docs/dev/crysfml-python-api-feature-requests.md @@ -2,9 +2,9 @@ This is a request to add the following functionality into the CrysFML Python API (`pycrysfml`). The goal is to expose through Python the -CrysFML/Fortran functionality that EasyDiffraction already needs in its -tutorials and verification notebooks, and to make the Python results -match FullProf for the same physical model. +CrysFML/Fortran functionality that EasyDiffraction needs in tutorials +and verification notebooks, and to make Python results match FullProf +for the same physical model. Reference checkout: @@ -22,22 +22,31 @@ Evidence scripts: - Directory: `docs/dev/crysfml-python-api-requests/` - Run one example with `pixi run python docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py`. -- Add `--plot` to display a vertical grid of comparison panels. Each - panel overlays the hardcoded FullProf reference, the CrysFML result, - and the residual for either the feature-off control or a feature-on - request case. - -Each script is intended to be attached to the upstream request together -with a screenshot. The screenshot should show two cases: - -- Agreement before the requested feature is enabled. -- Disagreement after the feature is enabled in the FullProf `.pcr` and - represented, or attempted, through the CrysFML Python/CFL path. - -Some requests are not fully representable by the current powder CFL -`patterns_simulation` entry point. For those cases, the related script -shows a working powder-CFL control first and then documents the missing -Python API surface explicitly. +- Add `--plot` to display the request screenshot. + +All screenshots follow the same evidence contract: + +- Every request asks for one feature only. +- Every chart has exactly two vertical panels: without the requested + feature and with the requested feature. +- Every profile panel uses the Y2O3 verification sample from + `docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/`. +- Every embedded FullProf profile is the Bragg-only calculated + intensity from 56.00 to 60.00 degrees 2theta, step 0.05. +- The plotting helper uses panels 1.5x taller than the previous + evidence scripts. + +Generated FullProf PCR inputs for the requests that have a meaningful +powder-pattern toggle are stored in +`docs/dev/crysfml-python-api-requests/fullprof/`. They were generated +from the bundled Y2O3 verification PCR. To rerun one manually, copy the +verification `y2o3.dat` beside the PCR using the same basename, then run +`fp2k `. + +Some requests are Python API transport gaps rather than FullProf powder +feature toggles. Those scripts still use the common Y2O3 two-panel +chart: the first panel is the powder-CFL control, and the second panel +records the missing API surface explicitly. ## Request 1: preferred orientation in powder patterns @@ -60,68 +69,73 @@ FullProf `.pcr` setting used in the feature-on reference: 1.20000 0.30000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ``` -CFL-side functionality requested: - -```text -! Desired pycrysfml/CFL support: -! preferred-orientation model = March-Dollase -! preferred-orientation axis = 0 0 1 -! preferred-orientation value = 1.2 -! random fraction = 0.3 -``` - -Related script and screenshot: +Evidence: +- PCRs: `fullprof/y2o3_control_beta.pcr`, + `fullprof/y2o3_preferred_orientation.pcr` - Script: `docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py` -- Screenshot caption: "LBCO powder CW control agrees when preferred - orientation is off; the same CFL calculation disagrees with the - FullProf `.pcr` when `Pref1=1.2`, `Pref2=0.3`, axis `[0 0 1]` is - enabled." +- Screenshot caption: "Y2O3 powder CW control agrees without preferred + orientation; with FullProf `Pref1=1.2`, `Pref2=0.3`, pycrysfml has no + equivalent Python/CFL knob to reproduce the feature-on panel." -## Request 2: absorption and polarization parameters +## Request 2: cylindrical absorption -Please add user-controlled absorption and X-ray polarization parameters -to the CrysFML Python powder pattern API. +Please add user-controlled cylindrical sample absorption to the CrysFML +Python powder pattern API. Short description: -EasyDiffraction uses cylindrical sample absorption and X-ray -polarization/monochromator corrections. CrysFML Fortran provides the -Lorentz/absorption machinery, but the inspected Python high-level -pattern APIs do not expose `muR`, polarization coefficient, -monochromator angle, or convention selection. +EasyDiffraction needs Debye-Scherrer/Hewat-style cylindrical absorption +for powder samples. CrysFML Fortran provides absorption machinery, but +the inspected Python high-level pattern APIs do not expose `muR`. -FullProf `.pcr` settings used in the feature-on references: +FullProf `.pcr` setting used in the feature-on reference: ```text ! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz - 1.540560 1.540560 0.00000 50.000 48.0000 0.8000 0.0000 160.00 0.5000 - -! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz - 1.540560 1.540560 0.00000 50.000 48.0000 0.0000 0.9000 160.00 0.0000 + 1.548220 1.548220 0.00000 10.000 20.0000 0.0000 0.9000 160.00 0.0000 ``` -CFL-side functionality requested: +Evidence: + +- PCRs: `fullprof/y2o3_control_beta.pcr`, + `fullprof/y2o3_absorption.pcr` +- Script: `docs/dev/crysfml-python-api-requests/request_02_absorption.py` +- Screenshot caption: "Y2O3 powder CW control agrees without + cylindrical absorption; with FullProf `muR=0.9`, pycrysfml has no + exposed user-controlled absorption parameter." + +## Request 3: X-ray polarization + +Please add user-controlled X-ray polarization and monochromator +parameters to the CrysFML Python powder pattern API. + +Short description: + +EasyDiffraction uses X-ray polarization/monochromator corrections. +CrysFML Fortran provides the relevant Lorentz/polarization machinery, +but the inspected Python high-level pattern APIs do not expose the +polarization coefficient, monochromator angle, or convention selection. + +FullProf `.pcr` setting used in the feature-on reference: ```text -! Desired pycrysfml/CFL support: -! polarization coefficient = 0.5 -! monochromator Cthm = 0.8 -! absorption model = Debye-Scherrer cylinder / Hewat -! muR = 0.9 +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz + 1.540560 1.540560 0.00000 50.000 20.0000 0.8000 0.0000 160.00 0.5000 ``` -Related script and screenshot: +Evidence: +- PCRs: `fullprof/y2o3_xray_single.pcr`, + `fullprof/y2o3_polarization.pcr` - Script: - `docs/dev/crysfml-python-api-requests/request_02_absorption_polarization.py` -- Screenshot caption: "LiF X-ray CW control agrees without - absorption/polarization; the same CFL calculation disagrees when - FullProf enables `Rpolarz=0.5`, `Cthm=0.8`, or `muR=0.9` because those - parameters are not exposed in pycrysfml." + `docs/dev/crysfml-python-api-requests/request_03_polarization.py` +- Screenshot caption: "Y2O3 X-ray CW control agrees without + polarization; with FullProf `Cthm=0.8`, `Rpolarz=0.5`, pycrysfml has + no equivalent Python/CFL inputs." -## Request 3: SyCos and SySin CW peak-position shifts +## Request 4: SyCos and SySin CW peak-position shifts Please make the CrysFML Python CW pattern API apply `Zero_Sy`, `SyCos`, and `SySin` when calculating reflection positions. @@ -136,24 +150,20 @@ FullProf `.pcr` setting used in the feature-on reference: ```text ! Zero Code SyCos Code SySin Code Lambda Code MORE - -0.45778 0.0 0.01153 0.0 0.24334 0.0 1.623899 0.00 0 + -0.01625 0.0 0.01153 0.0 0.24334 0.0 0.000000 0.00 0 ``` -CFL string with the requested functionality set: - -```text -Zero_Sy 0.0 0.01153 0.24334 -``` - -Related script and screenshot: +Evidence: +- PCRs: `fullprof/y2o3_control_beta.pcr`, + `fullprof/y2o3_sycos_sysin.pcr` - Script: - `docs/dev/crysfml-python-api-requests/request_03_sycos_sysin.py` -- Screenshot caption: "LaB6 powder CW control agrees for `SyCos=0`, - `SySin=0`; after FullProf enables `SyCos=0.01153`, `SySin=0.24334`, - pycrysfml still follows the unshifted CFL positions." + `docs/dev/crysfml-python-api-requests/request_04_sycos_sysin.py` +- Screenshot caption: "Y2O3 powder CW control agrees with + `SyCos=0`, `SySin=0`; after FullProf enables `SyCos=0.01153`, + `SySin=0.24334`, pycrysfml still follows the unshifted positions." -## Request 4: single-crystal extinction corrections +## Request 5: single-crystal extinction corrections Please expose single-crystal extinction corrections through the CrysFML Python API. @@ -166,33 +176,24 @@ Fortran contains extinction correction modules under `Src/CFML_ExtinCorr`, but the inspected Python wrapper does not register Python-callable extinction routines. -FullProf `.pcr` setting used in the feature-on reference: - -```text -! Extinction Parameters -! Ext1 Ext2 Ext3 Ext4 Ext5 Ext6 Ext7 Ext-Model - 0.1834 0.000 0.000 0.000 0.000 0.000 0.000 1 -``` - -CFL/Python functionality requested: +Python functionality requested: ```text -! No powder CFL setting can represent this request today. -! Desired pycrysfml support: -! extinction model parameters + hkl/intensity input -> corrected -! intensities or correction factors +extinction model parameters + hkl/intensity input +-> corrected intensities or correction factors ``` -Related script and screenshot: +Evidence: +- Common control PCR: `fullprof/y2o3_control_beta.pcr` - Script: - `docs/dev/crysfml-python-api-requests/request_04_single_crystal_extinction.py` -- Screenshot caption: "The script first shows a powder-CFL control - agreement. It then shows FullProf single-crystal integrated - intensities before and after extinction is enabled; pycrysfml has no - callable extinction API to reproduce the feature-on table." + `docs/dev/crysfml-python-api-requests/request_05_single_crystal_extinction.py` +- Screenshot caption: "The first Y2O3 powder CW panel is the common + control. The second panel records that pycrysfml has no callable + single-crystal extinction API for corrected integrated intensities or + correction factors." -## Request 5: in-memory structure-factor calculation +## Request 6: in-memory structure-factor calculation Please add a Python API that calculates structure factors from in-memory Python data, without requiring an intermediate CIF or MCIF file. @@ -204,32 +205,23 @@ experiments, and reflection lists. The Python API exposes `structure_factors_from_cif`, but not an equivalent `structure_factors_from_dict` or object-based function. -FullProf reference used by the evidence script: - -```text -! FullProf integrated intensities are used as the reference hkl window. -! This is not a FullProf feature toggle; it is an API transport gap. -``` - -CFL/Python functionality requested: +Python functionality requested: ```text -! No CFL string should be required. -! Desired pycrysfml support: -! cell + space group + atom list + hkl list + radiation settings -! -> h, k, l, multiplicity, F, F^2, intensity +cell + space group + atom list + hkl list + radiation settings +-> h, k, l, multiplicity, F, F^2, intensity ``` -Related script and screenshot: +Evidence: +- Common control PCR: `fullprof/y2o3_control_beta.pcr` - Script: - `docs/dev/crysfml-python-api-requests/request_05_in_memory_structure_factors.py` -- Screenshot caption: "The script first shows a powder-CFL control - agreement. It then shows the FullProf hkl/intensity window that should - be calculable from in-memory Python objects; pycrysfml currently has - no equivalent API." + `docs/dev/crysfml-python-api-requests/request_06_in_memory_structure_factors.py` +- Screenshot caption: "The first Y2O3 powder CW panel is the common + control. The second panel records that pycrysfml has no in-memory + structure-factor API equivalent to the CIF/MCIF file-based path." -## Request 6: anisotropic and beta ADPs in Python inputs +## Request 7: anisotropic and beta ADPs in Python inputs Please make anisotropic ADP tensors, including beta-style ADPs, available through CrysFML Python high-level inputs. @@ -250,22 +242,17 @@ Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 2 0 0.00303 0.00272 0.00295 0.00000 0.00000 -0.00025 ``` -CFL string with the requested functionality set: +Evidence: -```text -Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 -BETA 0.00303 0.00272 0.00295 0.0 0.0 -0.00025 -``` - -Related script and screenshot: - -- Script: `docs/dev/crysfml-python-api-requests/request_06_beta_adps.py` +- PCRs: `fullprof/y2o3_isotropic_adp.pcr`, + `fullprof/y2o3_control_beta.pcr` +- Script: `docs/dev/crysfml-python-api-requests/request_07_beta_adps.py` - Screenshot caption: "Y2O3 powder CW control uses isotropic atom - records; the feature-on reference sets FullProf `N_t=2` beta tensors - and the CFL `BETA` lines. The remaining request is to expose - equivalent tensor input through the non-CFL Python API." + records; the feature-on panel enables FullProf `N_t=2` beta tensors. + The remaining request is to expose equivalent tensor input through the + non-CFL Python API." -## Request 7: TOF support in `patterns_simulation` +## Request 8: TOF support in `patterns_simulation` Please complete TOF powder-pattern support in the CrysFML Python CFL entry point `cfml_py_utilities.patterns_simulation`. @@ -277,43 +264,24 @@ CrysFML parses TOF CFL fields such as `D2TOF`, `ALPHA`, `BETA`, `SIGMA`, machinery. The inspected Python CFL `patterns_simulation` path does not produce TOF intensities from a TOF CFL block. -FullProf `.pcr` settings used in the feature-on reference: - -```text -! Zero Code Dtt1 Code Dtt2 Code Dtt_1overd - -9.18766 0.00 7476.91016 0.00 -1.54000 0.00 0.00000 - -! Sigma-2 Sigma-1 Sigma-0 Sigma-Q - 0.0000 33.0419 3.5544 0.0000 -! Gamma-2 Gamma-1 Gamma-0 - 0.0000 2.5430 0.0000 -! Pref1 Pref2 alph0 beta0 alph1 beta1 - 0.000000 0.000000 0.000000 0.042210 0.597100 0.009460 -``` - -CFL string with the requested functionality set: +CFL functionality requested: ```text Patt_Type Neutrons Powder TOF Profile_function tof_Jorgensen_VonDreele -D2TOF -9.18766 7476.91016 -1.54 0.0 -ALPHA 0.0 0.5971 0.0 -BETA 0.04221 0.00946 0.0 -SIGMA 0.0 33.0419 3.5544 0.0 -GAMMA 0.0 2.543 0.0 -TOF_RANGE 12000.0 14600.0 5.0 +D2TOF / ALPHA / BETA / SIGMA / GAMMA / TOF_RANGE parameters ``` -Related script and screenshot: +Evidence: +- Common control PCR: `fullprof/y2o3_control_beta.pcr` - Script: - `docs/dev/crysfml-python-api-requests/request_07_tof_patterns_simulation.py` -- Screenshot caption: "The script first shows a CW powder control - agreement. The TOF FullProf `.pcr` enables D2TOF/profile parameters, - while the pycrysfml CFL TOF block raises/returns no matching TOF - intensities." + `docs/dev/crysfml-python-api-requests/request_08_tof_patterns_simulation.py` +- Screenshot caption: "The first Y2O3 powder CW panel is the common + control. The second panel records that the pycrysfml CFL TOF block + raises or returns no matching TOF intensities." -## Request 8: TOF profile selection +## Request 9: TOF profile selection Please expose TOF profile-function selection through the CrysFML Python API. @@ -323,36 +291,25 @@ Short description: EasyDiffraction verification distinguishes Jorgensen and Jorgensen-von-Dreele TOF profiles. The inspected dict-style Python TOF path is fixed to one profile, and CFL TOF profile selection cannot yet -be validated until request 7 makes TOF CFL intensities work. - -FullProf `.pcr` setting used in the feature-on reference: - -```text -! Jorgensen FullProf reference uses the Jorgensen profile parameter set: -! Sigma-2 Sigma-1 Sigma-0 and alph0 beta0 alph1 beta1. -``` +be validated until request 8 makes TOF CFL intensities work. -CFL string with the requested functionality set: +CFL functionality requested: ```text Profile_function tof_Jorgensen -D2TOF -8.56733 7476.91016 -1.54 0.0 -ALPHA 0.0 0.235422 0.0 -BETA 0.03802 0.010902 0.0 -SIGMA 0.0 29.6492 5.079 0.0 +Profile_function tof_Jorgensen_VonDreele ``` -Related script and screenshot: +Evidence: +- Common control PCR: `fullprof/y2o3_control_beta.pcr` - Script: - `docs/dev/crysfml-python-api-requests/request_08_tof_profile_selection.py` -- Screenshot caption: "The script first shows a CW powder control - agreement. It then compares FullProf Jorgensen-von-Dreele and - Jorgensen TOF references with CFL `Profile_function` settings; - pycrysfml cannot yet demonstrate profile selection because TOF CFL - intensities are missing." + `docs/dev/crysfml-python-api-requests/request_09_tof_profile_selection.py` +- Screenshot caption: "The first Y2O3 powder CW panel is the common + control. The second panel records that TOF profile-function selection + is not exposed through the inspected Python API." -## Request 9: CW doublet support in dict APIs +## Request 10: CW doublet support in dict APIs Please expose native CW two-wavelength/doublet input through `cw_powder_pattern_from_dict` and any equivalent high-level Python API. @@ -371,21 +328,16 @@ FullProf `.pcr` setting used in the feature-on reference: 1.540560 1.544400 0.50000 ``` -CFL string with the requested functionality set: - -```text -LAMBDA 1.54056 1.5444 0.5 -``` - -Related script and screenshot: +Evidence: +- PCRs: `fullprof/y2o3_xray_single.pcr`, + `fullprof/y2o3_doublet.pcr` - Script: - `docs/dev/crysfml-python-api-requests/request_09_cw_doublet_dict_api.py` -- Screenshot caption: "LiF X-ray CW control agrees for a single - wavelength. The FullProf `.pcr` enables the doublet with - `Lambda2=1.5444`, `Ratio=0.5`; the CFL string can express - `LAMBDA lambda1 lambda2 ratio`, but the dict API has no equivalent - input fields." + `docs/dev/crysfml-python-api-requests/request_10_cw_doublet_dict_api.py` +- Screenshot caption: "Y2O3 X-ray CW control agrees for a single + wavelength. The feature-on panel enables `Lambda2=1.5444`, + `Ratio=0.5`; the CFL string can express this, but the dict API has no + equivalent input fields." ## Out of scope for this request list diff --git a/docs/dev/crysfml-python-api-requests/cfl_common.py b/docs/dev/crysfml-python-api-requests/cfl_common.py index b31bfa687..aa2dcfc2c 100644 --- a/docs/dev/crysfml-python-api-requests/cfl_common.py +++ b/docs/dev/crysfml-python-api-requests/cfl_common.py @@ -128,7 +128,7 @@ def print_reference_window(name: str, reference: np.ndarray) -> None: def plot_comparisons(title: str, comparisons: Iterable[Comparison]) -> None: plt = importlib.import_module('matplotlib.pyplot') comparisons = list(comparisons) - figure_height = max(3.5, 3.0 * len(comparisons)) + figure_height = max(5.25, 4.5 * len(comparisons)) _, axes = plt.subplots(len(comparisons), 1, figsize=(9.5, figure_height)) if len(comparisons) == 1: axes = [axes] diff --git a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_absorption.pcr b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_absorption.pcr new file mode 100644 index 000000000..89789792c --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_absorption.pcr @@ -0,0 +1,86 @@ +COMM Y2O3 Ge(551) 300mm_varH 15/10/13 +! Current global Chi2 (Bragg contrib.) = 1.263 +! Files => DAT-file: y2o3.dat, PCR-file: y2o3_absorption +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 1 7 1 21 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 10 0 1 0 0 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.548220 1.548220 0.00000 10.000 20.0000 0.0000 0.9000 160.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 1 0.10 1.00 1.00 1.00 1.00 0.9500 0.050019 153.9000 0.000 0.000 +! +!2Theta/TOF/E(Kev) Background for Pattern# 1 + 12.5856 9864.0967 0.00 + 19.4181 9431.1865 0.00 + 21.8751 9165.1064 0.00 + 27.8998 8813.4053 0.00 + 32.9147 8632.3789 0.00 + 39.1152 8237.0059 0.00 + 45.7120 7896.9585 0.00 + 51.9387 7764.3862 0.00 + 60.5580 7483.5161 0.00 + 68.1982 7260.7822 0.00 + 81.3276 7112.5850 0.00 + 88.7996 6847.3413 0.00 + 94.3171 6772.0112 0.00 + 98.1541 6625.6704 0.00 + 100.9813 6586.0649 0.00 + 104.3134 6502.6460 0.00 + 108.7225 6404.9531 0.00 + 116.0673 6495.7471 0.00 + 121.4862 6277.9780 0.00 + 131.2805 6314.6699 0.00 + 135.7928 6504.0566 0.00 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 12.00 + 137.50 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.01625 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 0.0000 +!------------------------------------------------------------------------------- +Y2O3 +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 3 0 0 0.0 0.0 1.0 0 0 0 0 0 3612.974 0 7 0 +! +! +I a -3 <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +! beta11 beta22 beta33 beta12 beta13 beta23 /Codes +Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00303 0.00272 0.00295 0.00000 0.00000 -0.00025 + 0.00 0.00 0.00 0.00 0.00 0.00 +Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 + 0.00 0.00 0.00 0.00 0.00 0.00 +O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 + 0.00 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 1.060200 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.036631 -0.068345 0.131426 0.000000 0.000000 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 12.000 137.500 1 diff --git a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_control_beta.pcr b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_control_beta.pcr new file mode 100644 index 000000000..850ccfb88 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_control_beta.pcr @@ -0,0 +1,86 @@ +COMM Y2O3 Ge(551) 300mm_varH 15/10/13 +! Current global Chi2 (Bragg contrib.) = 1.263 +! Files => DAT-file: y2o3.dat, PCR-file: y2o3_control_beta +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 1 7 1 21 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 10 0 1 0 0 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.548220 1.548220 0.00000 10.000 20.000 0.0000 0.0000 160.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 1 0.10 1.00 1.00 1.00 1.00 0.9500 0.050019 153.9000 0.000 0.000 +! +!2Theta/TOF/E(Kev) Background for Pattern# 1 + 12.5856 9864.0967 0.00 + 19.4181 9431.1865 0.00 + 21.8751 9165.1064 0.00 + 27.8998 8813.4053 0.00 + 32.9147 8632.3789 0.00 + 39.1152 8237.0059 0.00 + 45.7120 7896.9585 0.00 + 51.9387 7764.3862 0.00 + 60.5580 7483.5161 0.00 + 68.1982 7260.7822 0.00 + 81.3276 7112.5850 0.00 + 88.7996 6847.3413 0.00 + 94.3171 6772.0112 0.00 + 98.1541 6625.6704 0.00 + 100.9813 6586.0649 0.00 + 104.3134 6502.6460 0.00 + 108.7225 6404.9531 0.00 + 116.0673 6495.7471 0.00 + 121.4862 6277.9780 0.00 + 131.2805 6314.6699 0.00 + 135.7928 6504.0566 0.00 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 12.00 + 137.50 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.01625 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 0.0000 +!------------------------------------------------------------------------------- +Y2O3 +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 3 0 0 0.0 0.0 1.0 0 0 0 0 0 3612.974 0 7 0 +! +! +I a -3 <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +! beta11 beta22 beta33 beta12 beta13 beta23 /Codes +Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00303 0.00272 0.00295 0.00000 0.00000 -0.00025 + 0.00 0.00 0.00 0.00 0.00 0.00 +Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 + 0.00 0.00 0.00 0.00 0.00 0.00 +O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 + 0.00 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 1.060200 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.036631 -0.068345 0.131426 0.000000 0.000000 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 12.000 137.500 1 diff --git a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_doublet.pcr b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_doublet.pcr new file mode 100644 index 000000000..0737fe18c --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_doublet.pcr @@ -0,0 +1,86 @@ +COMM Y2O3 Ge(551) 300mm_varH 15/10/13 +! Current global Chi2 (Bragg contrib.) = 1.263 +! Files => DAT-file: y2o3.dat, PCR-file: y2o3_doublet +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 0 7 1 21 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 10 0 1 0 0 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.540560 1.544400 0.50000 50.000 20.0000 0.0000 0.0000 160.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 1 0.10 1.00 1.00 1.00 1.00 0.9500 0.050019 153.9000 0.000 0.000 +! +!2Theta/TOF/E(Kev) Background for Pattern# 1 + 12.5856 9864.0967 0.00 + 19.4181 9431.1865 0.00 + 21.8751 9165.1064 0.00 + 27.8998 8813.4053 0.00 + 32.9147 8632.3789 0.00 + 39.1152 8237.0059 0.00 + 45.7120 7896.9585 0.00 + 51.9387 7764.3862 0.00 + 60.5580 7483.5161 0.00 + 68.1982 7260.7822 0.00 + 81.3276 7112.5850 0.00 + 88.7996 6847.3413 0.00 + 94.3171 6772.0112 0.00 + 98.1541 6625.6704 0.00 + 100.9813 6586.0649 0.00 + 104.3134 6502.6460 0.00 + 108.7225 6404.9531 0.00 + 116.0673 6495.7471 0.00 + 121.4862 6277.9780 0.00 + 131.2805 6314.6699 0.00 + 135.7928 6504.0566 0.00 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 12.00 + 137.50 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.01625 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 0.0000 +!------------------------------------------------------------------------------- +Y2O3 +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 3 0 0 0.0 0.0 1.0 0 0 0 0 0 3612.974 0 7 0 +! +! +I a -3 <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +! beta11 beta22 beta33 beta12 beta13 beta23 /Codes +Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00303 0.00272 0.00295 0.00000 0.00000 -0.00025 + 0.00 0.00 0.00 0.00 0.00 0.00 +Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 + 0.00 0.00 0.00 0.00 0.00 0.00 +O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 + 0.00 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 0.1000000E-04 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.036631 -0.068345 0.131426 0.000000 0.000000 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 12.000 137.500 1 diff --git a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_isotropic_adp.pcr b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_isotropic_adp.pcr new file mode 100644 index 000000000..64d05522b --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_isotropic_adp.pcr @@ -0,0 +1,79 @@ +COMM Y2O3 Ge(551) 300mm_varH 15/10/13 +! Current global Chi2 (Bragg contrib.) = 1.263 +! Files => DAT-file: y2o3.dat, PCR-file: y2o3_isotropic_adp +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 1 7 1 21 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 10 0 1 0 0 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.548220 1.548220 0.00000 10.000 20.000 0.0000 0.0000 160.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 1 0.10 1.00 1.00 1.00 1.00 0.9500 0.050019 153.9000 0.000 0.000 +! +!2Theta/TOF/E(Kev) Background for Pattern# 1 + 12.5856 9864.0967 0.00 + 19.4181 9431.1865 0.00 + 21.8751 9165.1064 0.00 + 27.8998 8813.4053 0.00 + 32.9147 8632.3789 0.00 + 39.1152 8237.0059 0.00 + 45.7120 7896.9585 0.00 + 51.9387 7764.3862 0.00 + 60.5580 7483.5161 0.00 + 68.1982 7260.7822 0.00 + 81.3276 7112.5850 0.00 + 88.7996 6847.3413 0.00 + 94.3171 6772.0112 0.00 + 98.1541 6625.6704 0.00 + 100.9813 6586.0649 0.00 + 104.3134 6502.6460 0.00 + 108.7225 6404.9531 0.00 + 116.0673 6495.7471 0.00 + 121.4862 6277.9780 0.00 + 131.2805 6314.6699 0.00 + 135.7928 6504.0566 0.00 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 12.00 + 137.50 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.01625 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 0.0000 +!------------------------------------------------------------------------------- +Y2O3 +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 3 0 0 0.0 0.0 1.0 0 0 0 0 0 3612.974 0 7 0 +! +! +I a -3 <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 1.060200 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.036631 -0.068345 0.131426 0.000000 0.000000 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 12.000 137.500 1 diff --git a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_polarization.pcr b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_polarization.pcr new file mode 100644 index 000000000..982198d82 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_polarization.pcr @@ -0,0 +1,86 @@ +COMM Y2O3 Ge(551) 300mm_varH 15/10/13 +! Current global Chi2 (Bragg contrib.) = 1.263 +! Files => DAT-file: y2o3.dat, PCR-file: y2o3_polarization +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 0 7 1 21 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 10 0 1 0 0 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.540560 1.540560 0.00000 50.000 20.0000 0.8000 0.0000 160.00 0.5000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 1 0.10 1.00 1.00 1.00 1.00 0.9500 0.050019 153.9000 0.000 0.000 +! +!2Theta/TOF/E(Kev) Background for Pattern# 1 + 12.5856 9864.0967 0.00 + 19.4181 9431.1865 0.00 + 21.8751 9165.1064 0.00 + 27.8998 8813.4053 0.00 + 32.9147 8632.3789 0.00 + 39.1152 8237.0059 0.00 + 45.7120 7896.9585 0.00 + 51.9387 7764.3862 0.00 + 60.5580 7483.5161 0.00 + 68.1982 7260.7822 0.00 + 81.3276 7112.5850 0.00 + 88.7996 6847.3413 0.00 + 94.3171 6772.0112 0.00 + 98.1541 6625.6704 0.00 + 100.9813 6586.0649 0.00 + 104.3134 6502.6460 0.00 + 108.7225 6404.9531 0.00 + 116.0673 6495.7471 0.00 + 121.4862 6277.9780 0.00 + 131.2805 6314.6699 0.00 + 135.7928 6504.0566 0.00 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 12.00 + 137.50 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.01625 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 0.0000 +!------------------------------------------------------------------------------- +Y2O3 +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 3 0 0 0.0 0.0 1.0 0 0 0 0 0 3612.974 0 7 0 +! +! +I a -3 <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +! beta11 beta22 beta33 beta12 beta13 beta23 /Codes +Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00303 0.00272 0.00295 0.00000 0.00000 -0.00025 + 0.00 0.00 0.00 0.00 0.00 0.00 +Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 + 0.00 0.00 0.00 0.00 0.00 0.00 +O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 + 0.00 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 0.1000000E-04 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.036631 -0.068345 0.131426 0.000000 0.000000 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 12.000 137.500 1 diff --git a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_preferred_orientation.pcr b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_preferred_orientation.pcr new file mode 100644 index 000000000..bd8e0d2e8 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_preferred_orientation.pcr @@ -0,0 +1,86 @@ +COMM Y2O3 Ge(551) 300mm_varH 15/10/13 +! Current global Chi2 (Bragg contrib.) = 1.263 +! Files => DAT-file: y2o3.dat, PCR-file: y2o3_preferred_orientation +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 1 7 1 21 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 10 0 1 0 0 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.548220 1.548220 0.00000 10.000 20.000 0.0000 0.0000 160.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 1 0.10 1.00 1.00 1.00 1.00 0.9500 0.050019 153.9000 0.000 0.000 +! +!2Theta/TOF/E(Kev) Background for Pattern# 1 + 12.5856 9864.0967 0.00 + 19.4181 9431.1865 0.00 + 21.8751 9165.1064 0.00 + 27.8998 8813.4053 0.00 + 32.9147 8632.3789 0.00 + 39.1152 8237.0059 0.00 + 45.7120 7896.9585 0.00 + 51.9387 7764.3862 0.00 + 60.5580 7483.5161 0.00 + 68.1982 7260.7822 0.00 + 81.3276 7112.5850 0.00 + 88.7996 6847.3413 0.00 + 94.3171 6772.0112 0.00 + 98.1541 6625.6704 0.00 + 100.9813 6586.0649 0.00 + 104.3134 6502.6460 0.00 + 108.7225 6404.9531 0.00 + 116.0673 6495.7471 0.00 + 121.4862 6277.9780 0.00 + 131.2805 6314.6699 0.00 + 135.7928 6504.0566 0.00 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 12.00 + 137.50 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.01625 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 0.0000 +!------------------------------------------------------------------------------- +Y2O3 +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 3 0 0 0.0 0.0 1.0 0 0 0 0 0 3612.974 0 7 0 +! +! +I a -3 <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +! beta11 beta22 beta33 beta12 beta13 beta23 /Codes +Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00303 0.00272 0.00295 0.00000 0.00000 -0.00025 + 0.00 0.00 0.00 0.00 0.00 0.00 +Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 + 0.00 0.00 0.00 0.00 0.00 0.00 +O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 + 0.00 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 1.060200 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.036631 -0.068345 0.131426 0.000000 0.000000 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 1.20000 0.30000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 12.000 137.500 1 diff --git a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_sycos_sysin.pcr b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_sycos_sysin.pcr new file mode 100644 index 000000000..29761c800 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_sycos_sysin.pcr @@ -0,0 +1,86 @@ +COMM Y2O3 Ge(551) 300mm_varH 15/10/13 +! Current global Chi2 (Bragg contrib.) = 1.263 +! Files => DAT-file: y2o3.dat, PCR-file: y2o3_sycos_sysin +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 1 7 1 21 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 10 0 1 0 0 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.548220 1.548220 0.00000 10.000 20.000 0.0000 0.0000 160.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 1 0.10 1.00 1.00 1.00 1.00 0.9500 0.050019 153.9000 0.000 0.000 +! +!2Theta/TOF/E(Kev) Background for Pattern# 1 + 12.5856 9864.0967 0.00 + 19.4181 9431.1865 0.00 + 21.8751 9165.1064 0.00 + 27.8998 8813.4053 0.00 + 32.9147 8632.3789 0.00 + 39.1152 8237.0059 0.00 + 45.7120 7896.9585 0.00 + 51.9387 7764.3862 0.00 + 60.5580 7483.5161 0.00 + 68.1982 7260.7822 0.00 + 81.3276 7112.5850 0.00 + 88.7996 6847.3413 0.00 + 94.3171 6772.0112 0.00 + 98.1541 6625.6704 0.00 + 100.9813 6586.0649 0.00 + 104.3134 6502.6460 0.00 + 108.7225 6404.9531 0.00 + 116.0673 6495.7471 0.00 + 121.4862 6277.9780 0.00 + 131.2805 6314.6699 0.00 + 135.7928 6504.0566 0.00 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 12.00 + 137.50 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.01625 0.0 0.01153 0.0 0.24334 0.0 0.000000 0.00 0 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 0.0000 +!------------------------------------------------------------------------------- +Y2O3 +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 3 0 0 0.0 0.0 1.0 0 0 0 0 0 3612.974 0 7 0 +! +! +I a -3 <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +! beta11 beta22 beta33 beta12 beta13 beta23 /Codes +Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00303 0.00272 0.00295 0.00000 0.00000 -0.00025 + 0.00 0.00 0.00 0.00 0.00 0.00 +Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 + 0.00 0.00 0.00 0.00 0.00 0.00 +O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 + 0.00 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 1.060200 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.036631 -0.068345 0.131426 0.000000 0.000000 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 12.000 137.500 1 diff --git a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_xray_single.pcr b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_xray_single.pcr new file mode 100644 index 000000000..ac5470724 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_xray_single.pcr @@ -0,0 +1,86 @@ +COMM Y2O3 Ge(551) 300mm_varH 15/10/13 +! Current global Chi2 (Bragg contrib.) = 1.263 +! Files => DAT-file: y2o3.dat, PCR-file: y2o3_xray_single +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 0 7 1 21 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 10 0 1 0 0 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.540560 1.540560 0.00000 50.000 20.0000 0.0000 0.0000 160.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 1 0.10 1.00 1.00 1.00 1.00 0.9500 0.050019 153.9000 0.000 0.000 +! +!2Theta/TOF/E(Kev) Background for Pattern# 1 + 12.5856 9864.0967 0.00 + 19.4181 9431.1865 0.00 + 21.8751 9165.1064 0.00 + 27.8998 8813.4053 0.00 + 32.9147 8632.3789 0.00 + 39.1152 8237.0059 0.00 + 45.7120 7896.9585 0.00 + 51.9387 7764.3862 0.00 + 60.5580 7483.5161 0.00 + 68.1982 7260.7822 0.00 + 81.3276 7112.5850 0.00 + 88.7996 6847.3413 0.00 + 94.3171 6772.0112 0.00 + 98.1541 6625.6704 0.00 + 100.9813 6586.0649 0.00 + 104.3134 6502.6460 0.00 + 108.7225 6404.9531 0.00 + 116.0673 6495.7471 0.00 + 121.4862 6277.9780 0.00 + 131.2805 6314.6699 0.00 + 135.7928 6504.0566 0.00 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 12.00 + 137.50 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.01625 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 0.0000 +!------------------------------------------------------------------------------- +Y2O3 +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 3 0 0 0.0 0.0 1.0 0 0 0 0 0 3612.974 0 7 0 +! +! +I a -3 <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +! beta11 beta22 beta33 beta12 beta13 beta23 /Codes +Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00303 0.00272 0.00295 0.00000 0.00000 -0.00025 + 0.00 0.00 0.00 0.00 0.00 0.00 +Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 + 0.00 0.00 0.00 0.00 0.00 0.00 +O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 + 0.00 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 0.1000000E-04 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.036631 -0.068345 0.131426 0.000000 0.000000 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 12.000 137.500 1 diff --git a/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py b/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py index fb25ff858..c592cd127 100644 --- a/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py +++ b/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py @@ -6,138 +6,34 @@ sys.path.insert(0, str(Path(__file__).resolve().parent)) from cfl_common import compare_to_fullprof -from cfl_common import fullprof_array from cfl_common import plot_comparisons from cfl_common import print_summary from cfl_common import should_plot - -FULLPROF_WITHOUT_PREFERRED_ORIENTATION = fullprof_array([ - [38.5, 26.5957], - [38.846, 61.605517], - [39.192, 723.4369], - [39.538, 3032.2799], - [39.883, 180.41803], - [40.229, 42.009483], - [40.575, 20.8942], - [40.921, 12.738917], - [41.267, 8.8470333], - [41.612, 6.76595], - [41.958, 5.6115], - [42.304, 4.9978833], - [42.65, 4.7827], - [42.996, 4.8999167], - [43.342, 5.4171333], - [43.688, 6.464375], - [44.033, 8.4216667], - [44.379, 12.17305], - [44.725, 20.2661], - [45.071, 42.314208], - [45.417, 246.60397], - [45.762, 2948.9928], - [46.108, 358.2634], - [46.454, 46.542375], - [46.8, 21.2596], -]) - -FULLPROF_WITH_PREFERRED_ORIENTATION = fullprof_array([ - [38.5, 25.6857], - [38.846, 59.44135], - [39.192, 697.62523], - [39.538, 2923.9574], - [39.883, 174.02803], - [40.229, 40.570317], - [40.575, 20.2192], - [40.921, 12.361417], - [41.267, 8.6237], - [41.612, 6.63095], - [41.958, 5.5331667], - [42.304, 4.9778833], - [42.65, 4.8027], - [42.996, 4.9690833], - [43.342, 5.5354667], - [43.688, 6.661875], - [44.033, 8.725], - [44.379, 12.67055], - [44.725, 21.1761], - [45.071, 44.296708], - [45.417, 258.4973], - [45.762, 3091.9028], - [46.108, 375.57673], - [46.454, 48.758208], - [46.8, 22.2496], -]) - -LBCO_CFL = """ -PATTERN_LBCO 1 - Patt_Type Neutrons Powder CW - Zero_Sy 0.0 0.0 0.0 - WDT 30.0 - Profile_function TCH_pVoigt - ASYM 0.0 0.0 - LAMBDA 1.494 1.494 0.0 - UVWXY 0.081547 -0.115345 0.121125 0.0 0.083038 - GEN_PATT 38.5 0.05 46.8 -END_PATTERN_LBCO - -PHASE_LBCO 1 - Cell 3.89079 3.89079 3.89079 90.0 90.0 90.0 - SPGR P m -3 m - Atom La La 0.0 0.0 0.0 0.57511 0.01042 - Atom Ba Ba 0.0 0.0 0.0 0.57511 0.01042 - Atom Co Co 0.5 0.5 0.5 0.26023 0.02083 - Atom O O 0.0 0.5 0.5 1.36662 0.06116 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_LBCO -""" - -LBCO_CFL_WITH_REQUESTED_FEATURE = """ -PATTERN_LBCO 1 - Patt_Type Neutrons Powder CW - Zero_Sy 0.0 0.0 0.0 - WDT 30.0 - Profile_function TCH_pVoigt - ASYM 0.0 0.0 - LAMBDA 1.494 1.494 0.0 - UVWXY 0.081547 -0.115345 0.121125 0.0 0.083038 - GEN_PATT 38.5 0.05 46.8 -END_PATTERN_LBCO - -PHASE_LBCO 1 - Cell 3.89079 3.89079 3.89079 90.0 90.0 90.0 - SPGR P m -3 m - Atom La La 0.0 0.0 0.0 0.57511 0.01042 - Atom Ba Ba 0.0 0.0 0.0 0.57511 0.01042 - Atom Co Co 0.5 0.5 0.5 0.26023 0.02083 - Atom O O 0.0 0.5 0.5 1.36662 0.06116 - ! FullProf feature: March-Dollase r=1.2, fraction=0.3, axis=(0,0,1). - ! pycrysfml currently has no parsed/applied CFL knob for this feature. - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_LBCO -""" +from y2o3_common import FULLPROF_Y2O3_BETA_CONTROL +from y2o3_common import FULLPROF_Y2O3_PREFERRED_ORIENTATION +from y2o3_common import Y2O3_CFL_NEUTRON_BETA +from y2o3_common import Y2O3_CFL_NEUTRON_PREFERRED_ORIENTATION +from y2o3_common import Y2O3_X_SHIFT def main() -> None: control = compare_to_fullprof( - 'control without preferred orientation', - LBCO_CFL, - FULLPROF_WITHOUT_PREFERRED_ORIENTATION, - x_shift=0.6204, + 'without preferred orientation', + Y2O3_CFL_NEUTRON_BETA, + FULLPROF_Y2O3_BETA_CONTROL, + x_shift=Y2O3_X_SHIFT, ) requested = compare_to_fullprof( - 'requested feature enabled in FullProf', - LBCO_CFL_WITH_REQUESTED_FEATURE, - FULLPROF_WITH_PREFERRED_ORIENTATION, - x_shift=0.6204, + 'with preferred orientation in FullProf', + Y2O3_CFL_NEUTRON_PREFERRED_ORIENTATION, + FULLPROF_Y2O3_PREFERRED_ORIENTATION, + x_shift=Y2O3_X_SHIFT, scale_override=control.scale, ) - print_summary('Request 1: preferred orientation', [control, requested]) + comparisons = [control, requested] + print_summary('Request 1: preferred orientation', comparisons) if should_plot(sys.argv): - plot_comparisons( - 'Request 1: preferred orientation', - [control, requested], - ) + plot_comparisons('Request 1: preferred orientation', comparisons) if __name__ == '__main__': diff --git a/docs/dev/crysfml-python-api-requests/request_02_absorption.py b/docs/dev/crysfml-python-api-requests/request_02_absorption.py new file mode 100644 index 000000000..c8269c35b --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_02_absorption.py @@ -0,0 +1,40 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import plot_comparisons +from cfl_common import print_summary +from cfl_common import should_plot +from y2o3_common import FULLPROF_Y2O3_ABSORPTION +from y2o3_common import FULLPROF_Y2O3_BETA_CONTROL +from y2o3_common import Y2O3_CFL_NEUTRON_ABSORPTION +from y2o3_common import Y2O3_CFL_NEUTRON_BETA +from y2o3_common import Y2O3_X_SHIFT + + +def main() -> None: + control = compare_to_fullprof( + 'without cylindrical absorption', + Y2O3_CFL_NEUTRON_BETA, + FULLPROF_Y2O3_BETA_CONTROL, + x_shift=Y2O3_X_SHIFT, + ) + requested = compare_to_fullprof( + 'with cylindrical absorption in FullProf', + Y2O3_CFL_NEUTRON_ABSORPTION, + FULLPROF_Y2O3_ABSORPTION, + x_shift=Y2O3_X_SHIFT, + scale_override=control.scale, + ) + comparisons = [control, requested] + print_summary('Request 2: cylindrical absorption', comparisons) + if should_plot(sys.argv): + plot_comparisons('Request 2: cylindrical absorption', comparisons) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/request_02_absorption_polarization.py b/docs/dev/crysfml-python-api-requests/request_02_absorption_polarization.py deleted file mode 100644 index 22b5fd994..000000000 --- a/docs/dev/crysfml-python-api-requests/request_02_absorption_polarization.py +++ /dev/null @@ -1,174 +0,0 @@ -from __future__ import annotations - -import sys -from pathlib import Path - -sys.path.insert(0, str(Path(__file__).resolve().parent)) - -from cfl_common import compare_to_fullprof -from cfl_common import fullprof_array -from cfl_common import plot_comparisons -from cfl_common import print_summary -from cfl_common import should_plot - -FULLPROF_UNPOLARIZED_NO_ABSORPTION = fullprof_array([ - [37.5, 0.95], - [37.9, 2.15], - [38.275, 7.38], - [38.65, 522.37], - [39.05, 10.59], - [39.45, 2.45], - [39.825, 1.14], - [40.2, 0.69], - [40.6, 0.47], - [41.0, 0.38], - [41.375, 0.33], - [41.75, 0.33], - [42.15, 0.35], - [42.55, 0.41], - [42.925, 0.52], - [43.3, 0.72], - [43.7, 1.18], - [44.1, 2.41], - [44.475, 7.02], - [44.85, 135.99], - [45.25, 25.41], - [45.65, 4.25], - [46.025, 1.76], - [46.4, 0.94], - [46.8, 0.57], -]) - -FULLPROF_POLARIZED = fullprof_array([ - [37.5, 1.41], - [37.9, 3.2], - [38.275, 10.97], - [38.65, 776.9], - [39.05, 15.75], - [39.45, 3.65], - [39.825, 1.69], - [40.2, 1.01], - [40.6, 0.7], - [41.0, 0.55], - [41.375, 0.48], - [41.75, 0.47], - [42.15, 0.5], - [42.55, 0.58], - [42.925, 0.73], - [43.3, 1.01], - [43.7, 1.66], - [44.1, 3.37], - [44.475, 9.83], - [44.85, 190.41], - [45.25, 35.58], - [45.65, 5.95], - [46.025, 2.46], - [46.4, 1.31], - [46.8, 0.8], -]) - -FULLPROF_CYLINDER_ABSORPTION = fullprof_array([ - [37.5, 0.23], - [37.9, 0.52], - [38.275, 1.77], - [38.65, 125.02], - [39.05, 2.53], - [39.45, 0.59], - [39.825, 0.27], - [40.2, 0.16], - [40.6, 0.11], - [41.0, 0.09], - [41.375, 0.08], - [41.75, 0.08], - [42.15, 0.08], - [42.55, 0.1], - [42.925, 0.12], - [43.3, 0.17], - [43.7, 0.29], - [44.1, 0.58], - [44.475, 1.7], - [44.85, 32.95], - [45.25, 6.16], - [45.65, 1.03], - [46.025, 0.43], - [46.4, 0.23], - [46.8, 0.14], -]) - -LIF_CFL = """ -PATTERN_LiF 1 - Patt_Type X-rays Powder CW - Zero_Sy 0.0 0.0 0.0 - WDT 48.0 - Profile_function TCH_pVoigt - ASYM 0.0 0.0 - LAMBDA 1.54056 1.54056 0.0 - UVWXY 0.048457 -0.083053 0.04 0.0 0.049268 - GEN_PATT 37.5 0.025 46.8 -END_PATTERN_LiF - -PHASE_LiF 1 - Cell 4.0267 4.0267 4.0267 90.0 90.0 90.0 - SPGR F m -3 m - Atom Li1 Li 0.0 0.0 0.0 1.2 0.02083 - Atom F1 F 0.5 0.5 0.5 0.8 0.02083 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_LiF -""" - -LIF_CFL_WITH_REQUESTED_FEATURES = """ -PATTERN_LiF 1 - Patt_Type X-rays Powder CW - Zero_Sy 0.0 0.0 0.0 - WDT 48.0 - Profile_function TCH_pVoigt - ASYM 0.0 0.0 - LAMBDA 1.54056 1.54056 0.0 - UVWXY 0.048457 -0.083053 0.04 0.0 0.049268 - ! FullProf polarization example: Rpolarz=0.5, Cthm=0.8. - ! FullProf absorption example: Debye-Scherrer cylinder muR=0.9. - ! pycrysfml CFL API currently exposes neither user-controlled knob. - GEN_PATT 37.5 0.025 46.8 -END_PATTERN_LiF - -PHASE_LiF 1 - Cell 4.0267 4.0267 4.0267 90.0 90.0 90.0 - SPGR F m -3 m - Atom Li1 Li 0.0 0.0 0.0 1.2 0.02083 - Atom F1 F 0.5 0.5 0.5 0.8 0.02083 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_LiF -""" - - -def main() -> None: - control = compare_to_fullprof( - 'control without absorption or polarization', - LIF_CFL, - FULLPROF_UNPOLARIZED_NO_ABSORPTION, - ) - polarized = compare_to_fullprof( - 'requested polarization enabled in FullProf', - LIF_CFL_WITH_REQUESTED_FEATURES, - FULLPROF_POLARIZED, - scale_override=control.scale, - ) - absorption = compare_to_fullprof( - 'requested absorption enabled in FullProf', - LIF_CFL_WITH_REQUESTED_FEATURES, - FULLPROF_CYLINDER_ABSORPTION, - scale_override=control.scale, - ) - comparisons = [control, polarized, absorption] - print_summary('Request 2: absorption and polarization', comparisons) - if should_plot(sys.argv): - plot_comparisons( - 'Request 2: absorption and polarization', - comparisons, - ) - - -if __name__ == '__main__': - main() diff --git a/docs/dev/crysfml-python-api-requests/request_03_polarization.py b/docs/dev/crysfml-python-api-requests/request_03_polarization.py new file mode 100644 index 000000000..51db8af00 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_03_polarization.py @@ -0,0 +1,40 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import plot_comparisons +from cfl_common import print_summary +from cfl_common import should_plot +from y2o3_common import FULLPROF_Y2O3_POLARIZATION +from y2o3_common import FULLPROF_Y2O3_XRAY_SINGLE +from y2o3_common import Y2O3_CFL_XRAY_POLARIZATION +from y2o3_common import Y2O3_CFL_XRAY_SINGLE +from y2o3_common import Y2O3_X_SHIFT + + +def main() -> None: + control = compare_to_fullprof( + 'without X-ray polarization', + Y2O3_CFL_XRAY_SINGLE, + FULLPROF_Y2O3_XRAY_SINGLE, + x_shift=Y2O3_X_SHIFT, + ) + requested = compare_to_fullprof( + 'with X-ray polarization in FullProf', + Y2O3_CFL_XRAY_POLARIZATION, + FULLPROF_Y2O3_POLARIZATION, + x_shift=Y2O3_X_SHIFT, + scale_override=control.scale, + ) + comparisons = [control, requested] + print_summary('Request 3: X-ray polarization', comparisons) + if should_plot(sys.argv): + plot_comparisons('Request 3: X-ray polarization', comparisons) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/request_03_sycos_sysin.py b/docs/dev/crysfml-python-api-requests/request_03_sycos_sysin.py deleted file mode 100644 index e1bab926a..000000000 --- a/docs/dev/crysfml-python-api-requests/request_03_sycos_sysin.py +++ /dev/null @@ -1,138 +0,0 @@ -from __future__ import annotations - -import sys -from pathlib import Path - -sys.path.insert(0, str(Path(__file__).resolve().parent)) - -from cfl_common import compare_to_fullprof -from cfl_common import fullprof_array -from cfl_common import plot_comparisons -from cfl_common import print_summary -from cfl_common import should_plot - -FULLPROF_WITHOUT_SYCOS_SYSIN = fullprof_array([ - [69.5, 108.79246], - [69.846, 163.19774], - [70.192, 273.32776], - [70.537, 834.84973], - [70.883, 9949.96], - [71.229, 36588.462], - [71.575, 18752.194], - [71.921, 1853.9249], - [72.267, 352.70293], - [72.612, 203.4048], - [72.958, 141.03844], - [73.304, 111.1351], - [73.65, 98.946122], - [73.996, 100.56844], - [74.342, 118.10075], - [74.688, 164.8138], - [75.033, 342.38155], - [75.379, 3533.8202], - [75.725, 18661.708], - [76.071, 12663.937], - [76.417, 1357.9797], - [76.763, 221.79947], - [77.108, 121.89745], - [77.454, 79.756893], - [77.8, 57.029187], -]) - -FULLPROF_WITH_SYCOS_SYSIN = fullprof_array([ - [69.5, 86.11846], - [69.846, 122.79391], - [70.192, 189.64049], - [70.537, 340.61313], - [70.883, 1799.0112], - [71.229, 18400.809], - [71.575, 36862.574], - [71.921, 10189.028], - [72.267, 865.20486], - [72.612, 285.2998], - [72.958, 178.02244], - [73.304, 128.83944], - [73.65, 105.48412], - [73.996, 97.767104], - [74.342, 103.80035], - [74.688, 128.1421], - [75.033, 191.02889], - [75.379, 601.96087], - [75.725, 7114.2437], - [76.071, 20953.762], - [76.417, 7444.5937], - [76.763, 622.87097], - [77.108, 177.57412], - [77.454, 105.70489], - [77.8, 71.298787], -]) - -LAB6_CFL = """ -PATTERN_LaB6 1 - Patt_Type Neutrons Powder CW - Zero_Sy 0.0 0.0 0.0 - WDT 12.0 - Profile_function TCH_pVoigt - ASYM 0.0 0.0 - LAMBDA 1.623899 1.623899 0.0 - UVWXY 0.143431 -0.52314 0.590412 0.0 0.054515 - GEN_PATT 69.5 0.05 77.8 -END_PATTERN_LaB6 - -PHASE_LaB6 1 - Cell 4.156885 4.156885 4.156885 90.0 90.0 90.0 - SPGR P m -3 m - Atom La La 0.0 0.0 0.0 0.25812 0.02083 - Atom B B 0.19972 0.5 0.5 0.11925 0.125 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_LaB6 -""" - -LAB6_CFL_WITH_REQUESTED_FEATURE = """ -PATTERN_LaB6 1 - Patt_Type Neutrons Powder CW - Zero_Sy 0.0 0.01153 0.24334 - WDT 12.0 - Profile_function TCH_pVoigt - ASYM 0.0 0.0 - LAMBDA 1.623899 1.623899 0.0 - UVWXY 0.143431 -0.52314 0.590412 0.0 0.054515 - GEN_PATT 69.5 0.05 77.8 -END_PATTERN_LaB6 - -PHASE_LaB6 1 - Cell 4.156885 4.156885 4.156885 90.0 90.0 90.0 - SPGR P m -3 m - Atom La La 0.0 0.0 0.0 0.25812 0.02083 - Atom B B 0.19972 0.5 0.5 0.11925 0.125 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_LaB6 -""" - - -def main() -> None: - control = compare_to_fullprof( - 'control with SyCos=0 and SySin=0', - LAB6_CFL, - FULLPROF_WITHOUT_SYCOS_SYSIN, - x_shift=-0.45778, - ) - requested = compare_to_fullprof( - 'requested SyCos/SySin enabled in FullProf', - LAB6_CFL_WITH_REQUESTED_FEATURE, - FULLPROF_WITH_SYCOS_SYSIN, - x_shift=-0.45778, - scale_override=control.scale, - ) - print_summary('Request 3: SyCos and SySin', [control, requested]) - if should_plot(sys.argv): - plot_comparisons( - 'Request 3: SyCos and SySin', - [control, requested], - ) - - -if __name__ == '__main__': - main() diff --git a/docs/dev/crysfml-python-api-requests/request_04_single_crystal_extinction.py b/docs/dev/crysfml-python-api-requests/request_04_single_crystal_extinction.py deleted file mode 100644 index 1c6af00f4..000000000 --- a/docs/dev/crysfml-python-api-requests/request_04_single_crystal_extinction.py +++ /dev/null @@ -1,148 +0,0 @@ -from __future__ import annotations - -import sys -from pathlib import Path - -sys.path.insert(0, str(Path(__file__).resolve().parent)) - -from cfl_common import compare_to_fullprof -from cfl_common import compare_unavailable -from cfl_common import fullprof_array -from cfl_common import plot_comparisons -from cfl_common import print_reference_window -from cfl_common import print_summary -from cfl_common import should_plot - -FULLPROF_POWDER_CFL_CONTROL = fullprof_array([ - [38.5, 26.5957], - [39.538, 3032.2799], - [40.575, 20.8942], - [41.612, 6.76595], - [42.65, 4.7827], - [43.688, 6.464375], - [44.725, 20.2661], - [45.762, 2948.9928], - [46.8, 21.2596], -]) - -FULLPROF_WITHOUT_EXTINCTION = fullprof_array([ - [1, 176.27], - [2, 10.29], - [3, 78.38], - [4, 175.52], - [5, 1877.14], - [6, 1811.06], - [7, 229.17], - [8, 1055.16], - [9, 453.39], - [10, 3243.18], - [11, 323.26], - [12, 0.05], - [13, 289.28], - [14, 14.8], - [15, 173.89], - [16, 344.39], - [17, 800.91], - [18, 39.26], - [19, 20.28], - [20, 717.31], - [21, 58.12], - [22, 2211.62], - [23, 3118.11], - [24, 0.58], -]) - -FULLPROF_WITH_ISOTROPIC_EXTINCTION = fullprof_array([ - [1, 193.18], - [2, 13.32], - [3, 96.24], - [4, 206.77], - [5, 1424.56], - [6, 1424.86], - [7, 270.11], - [8, 1004.65], - [9, 499.04], - [10, 2271.13], - [11, 371.57], - [12, 0.06], - [13, 339.33], - [14, 17.72], - [15, 206.95], - [16, 404.55], - [17, 841.03], - [18, 49.67], - [19, 26.13], - [20, 769.03], - [21, 73.84], - [22, 1892.35], - [23, 2451.86], - [24, 0.61], -]) - -NO_CFL_SINGLE_CRYSTAL_EXTINCTION = ( - 'patterns_simulation is a powder-pattern CFL API. It cannot request ' - 'single-crystal extinction factors or return corrected integrated ' - 'intensities.' -) - -LBCO_CFL_CONTROL = """ -PATTERN_LBCO 1 - Patt_Type Neutrons Powder CW - Zero_Sy 0.0 0.0 0.0 - WDT 30.0 - Profile_function TCH_pVoigt - ASYM 0.0 0.0 - LAMBDA 1.494 1.494 0.0 - UVWXY 0.081547 -0.115345 0.121125 0.0 0.083038 - GEN_PATT 38.5 0.05 46.8 -END_PATTERN_LBCO - -PHASE_LBCO 1 - Cell 3.89079 3.89079 3.89079 90.0 90.0 90.0 - SPGR P m -3 m - Atom La La 0.0 0.0 0.0 0.57511 0.01042 - Atom Ba Ba 0.0 0.0 0.0 0.57511 0.01042 - Atom Co Co 0.5 0.5 0.5 0.26023 0.02083 - Atom O O 0.0 0.5 0.5 1.36662 0.06116 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_LBCO -""" - - -def main() -> None: - powder_control = compare_to_fullprof( - 'control powder pattern through CFL', - LBCO_CFL_CONTROL, - FULLPROF_POWDER_CFL_CONTROL, - x_shift=0.6204, - ) - print_summary('Request 4 powder-CFL control', [powder_control]) - print_reference_window( - 'FullProf single-crystal integrated intensities without extinction', - FULLPROF_WITHOUT_EXTINCTION, - ) - print_reference_window( - 'FullProf single-crystal integrated intensities with extinction', - FULLPROF_WITH_ISOTROPIC_EXTINCTION, - ) - control = compare_unavailable( - 'control without extinction', - FULLPROF_WITHOUT_EXTINCTION, - NO_CFL_SINGLE_CRYSTAL_EXTINCTION, - ) - requested = compare_unavailable( - 'requested isotropic extinction enabled in FullProf', - FULLPROF_WITH_ISOTROPIC_EXTINCTION, - NO_CFL_SINGLE_CRYSTAL_EXTINCTION, - ) - print_summary('Request 4: single-crystal extinction', [control, requested]) - if should_plot(sys.argv): - plot_comparisons( - 'Request 4: single-crystal extinction', - [control, requested], - ) - - -if __name__ == '__main__': - main() diff --git a/docs/dev/crysfml-python-api-requests/request_04_sycos_sysin.py b/docs/dev/crysfml-python-api-requests/request_04_sycos_sysin.py new file mode 100644 index 000000000..7f39e4c68 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_04_sycos_sysin.py @@ -0,0 +1,40 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import plot_comparisons +from cfl_common import print_summary +from cfl_common import should_plot +from y2o3_common import FULLPROF_Y2O3_BETA_CONTROL +from y2o3_common import FULLPROF_Y2O3_SYCOS_SYSIN +from y2o3_common import Y2O3_CFL_NEUTRON_BETA +from y2o3_common import Y2O3_CFL_NEUTRON_SYCOS_SYSIN +from y2o3_common import Y2O3_X_SHIFT + + +def main() -> None: + control = compare_to_fullprof( + 'without SyCos/SySin shifts', + Y2O3_CFL_NEUTRON_BETA, + FULLPROF_Y2O3_BETA_CONTROL, + x_shift=Y2O3_X_SHIFT, + ) + requested = compare_to_fullprof( + 'with SyCos/SySin shifts in FullProf', + Y2O3_CFL_NEUTRON_SYCOS_SYSIN, + FULLPROF_Y2O3_SYCOS_SYSIN, + x_shift=Y2O3_X_SHIFT, + scale_override=control.scale, + ) + comparisons = [control, requested] + print_summary('Request 4: SyCos/SySin shifts', comparisons) + if should_plot(sys.argv): + plot_comparisons('Request 4: SyCos/SySin shifts', comparisons) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/request_05_in_memory_structure_factors.py b/docs/dev/crysfml-python-api-requests/request_05_in_memory_structure_factors.py deleted file mode 100644 index a51ce544c..000000000 --- a/docs/dev/crysfml-python-api-requests/request_05_in_memory_structure_factors.py +++ /dev/null @@ -1,99 +0,0 @@ -from __future__ import annotations - -import sys -from pathlib import Path - -sys.path.insert(0, str(Path(__file__).resolve().parent)) - -from cfl_common import compare_to_fullprof -from cfl_common import compare_unavailable -from cfl_common import fullprof_array -from cfl_common import plot_comparisons -from cfl_common import print_reference_window -from cfl_common import print_summary -from cfl_common import should_plot - -FULLPROF_POWDER_CFL_CONTROL = fullprof_array([ - [38.5, 26.5957], - [39.538, 3032.2799], - [40.575, 20.8942], - [41.612, 6.76595], - [42.65, 4.7827], - [43.688, 6.464375], - [44.725, 20.2661], - [45.762, 2948.9928], - [46.8, 21.2596], -]) - -FULLPROF_STRUCTURE_FACTOR_REFERENCE = fullprof_array([ - [1, 176.27], - [2, 10.29], - [3, 78.38], - [4, 175.52], - [5, 1877.14], - [6, 1811.06], - [7, 229.17], - [8, 1055.16], - [9, 453.39], - [10, 3243.18], - [11, 323.26], - [12, 0.05], -]) - -LBCO_CFL_CONTROL = """ -PATTERN_LBCO 1 - Patt_Type Neutrons Powder CW - Zero_Sy 0.0 0.0 0.0 - WDT 30.0 - Profile_function TCH_pVoigt - ASYM 0.0 0.0 - LAMBDA 1.494 1.494 0.0 - UVWXY 0.081547 -0.115345 0.121125 0.0 0.083038 - GEN_PATT 38.5 0.05 46.8 -END_PATTERN_LBCO - -PHASE_LBCO 1 - Cell 3.89079 3.89079 3.89079 90.0 90.0 90.0 - SPGR P m -3 m - Atom La La 0.0 0.0 0.0 0.57511 0.01042 - Atom Ba Ba 0.0 0.0 0.0 0.57511 0.01042 - Atom Co Co 0.5 0.5 0.5 0.26023 0.02083 - Atom O O 0.0 0.5 0.5 1.36662 0.06116 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_LBCO -""" - -NO_IN_MEMORY_CFL_API = ( - 'The CFL API requires text blocks and returns powder profiles. It has no ' - 'call that accepts in-memory cell, space group, atoms, and an hkl list and ' - 'returns structure factors.' -) - - -def main() -> None: - control = compare_to_fullprof( - 'control through CFL powder-pattern simulation', - LBCO_CFL_CONTROL, - FULLPROF_POWDER_CFL_CONTROL, - x_shift=0.6204, - ) - requested = compare_unavailable( - 'requested in-memory structure-factor calculation', - FULLPROF_STRUCTURE_FACTOR_REFERENCE, - NO_IN_MEMORY_CFL_API, - ) - print_reference_window( - 'FullProf integrated intensities used as structure-factor evidence', - FULLPROF_STRUCTURE_FACTOR_REFERENCE, - ) - print_summary('Request 5: in-memory structure factors', [control, requested]) - if should_plot(sys.argv): - plot_comparisons( - 'Request 5: in-memory structure factors', - [control, requested], - ) - - -if __name__ == '__main__': - main() diff --git a/docs/dev/crysfml-python-api-requests/request_05_single_crystal_extinction.py b/docs/dev/crysfml-python-api-requests/request_05_single_crystal_extinction.py new file mode 100644 index 000000000..eeb82712f --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_05_single_crystal_extinction.py @@ -0,0 +1,43 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import compare_unavailable +from cfl_common import plot_comparisons +from cfl_common import print_summary +from cfl_common import should_plot +from y2o3_common import FULLPROF_Y2O3_BETA_CONTROL +from y2o3_common import Y2O3_CFL_NEUTRON_BETA +from y2o3_common import Y2O3_X_SHIFT + +NO_SINGLE_CRYSTAL_EXTINCTION_API = ( + 'patterns_simulation is a powder-pattern API. The inspected ' + 'pycrysfml package has no callable single-crystal extinction API ' + 'for corrected integrated intensities or correction factors.' +) + + +def main() -> None: + control = compare_to_fullprof( + 'without single-crystal extinction API request', + Y2O3_CFL_NEUTRON_BETA, + FULLPROF_Y2O3_BETA_CONTROL, + x_shift=Y2O3_X_SHIFT, + ) + requested = compare_unavailable( + 'with single-crystal extinction API requested', + FULLPROF_Y2O3_BETA_CONTROL, + NO_SINGLE_CRYSTAL_EXTINCTION_API, + ) + comparisons = [control, requested] + print_summary('Request 5: single-crystal extinction', comparisons) + if should_plot(sys.argv): + plot_comparisons('Request 5: single-crystal extinction', comparisons) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/request_06_beta_adps.py b/docs/dev/crysfml-python-api-requests/request_06_beta_adps.py deleted file mode 100644 index cf0308c4f..000000000 --- a/docs/dev/crysfml-python-api-requests/request_06_beta_adps.py +++ /dev/null @@ -1,147 +0,0 @@ -from __future__ import annotations - -import sys -from pathlib import Path - -sys.path.insert(0, str(Path(__file__).resolve().parent)) - -from cfl_common import compare_to_fullprof -from cfl_common import fullprof_array -from cfl_common import plot_comparisons -from cfl_common import print_summary -from cfl_common import should_plot - -FULLPROF_ISOTROPIC_CONTROL = fullprof_array([ - [28.0, 9.5300002e-05], - [28.15, 0.0041953], - [28.3, 0.0028010978], - [28.45, 0.0142943], - [28.6, 1.9182989], - [28.75, 141.5334], - [28.85, 1372.0027], - [29.0, 16906.888], - [29.15, 71109.952], - [29.3, 102082.95], - [29.45, 50017.792], - [29.6, 8364.756], - [29.75, 477.461], - [29.9, 9.3050953], - [30.05, 0.063701098], - [30.2, 0.0051953], - [30.35, -0.00080109781], - [30.5, 0.0042953], - [30.65, -0.0007057], - [30.75, -0.0013047], - [30.9, 0.0036943], - [31.05, 1.3214011], - [31.2, 73.752795], - [31.35, 1397.8269], - [31.5, 8951.0519], -]) - -FULLPROF_BETA_ADP = fullprof_array([ - [28.0, 9.5300002e-05], - [28.15, 0.0041953], - [28.3, 0.0028010978], - [28.45, 0.0042943], - [28.6, 1.7882989], - [28.75, 131.7234], - [28.85, 1276.8327], - [29.0, 15734.738], - [29.15, 66180.672], - [29.3, 95005.531], - [29.45, 46550.062], - [29.6, 7785.056], - [29.75, 444.361], - [29.9, 8.6550953], - [30.05, 0.063701098], - [30.2, 0.0051953], - [30.35, -0.00080109781], - [30.5, 0.0042953], - [30.65, -0.0007057], - [30.75, -0.0013047], - [30.9, 0.0036943], - [31.05, 1.2114011], - [31.2, 67.612795], - [31.35, 1281.5569], - [31.5, 8206.3919], -]) - -Y2O3_CFL_ISOTROPIC = """ -PATTERN_Y2O3 1 - Patt_Type Neutrons Powder CW - Zero_Sy 0.0 0.0 0.0 - WDT 20.0 - Profile_function TCH_pVoigt - ASYM 0.0 0.0 - LAMBDA 1.54822 1.54822 0.0 - UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 - GEN_PATT 28.0 0.05 31.5 -END_PATTERN_Y2O3 - -PHASE_Y2O3 1 - Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 - SPGR I a -3 - Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 - Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 - Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_Y2O3 -""" - -Y2O3_CFL_BETA = """ -PATTERN_Y2O3 1 - Patt_Type Neutrons Powder CW - Zero_Sy 0.0 0.0 0.0 - WDT 20.0 - Profile_function TCH_pVoigt - ASYM 0.0 0.0 - LAMBDA 1.54822 1.54822 0.0 - UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 - GEN_PATT 28.0 0.05 31.5 -END_PATTERN_Y2O3 - -PHASE_Y2O3 1 - Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 - SPGR I a -3 - Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 - BETA 0.00303 0.00272 0.00295 0.0 0.0 -0.00025 - Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 - BETA 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 - Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 - BETA 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_Y2O3 -""" - - -def main() -> None: - control = compare_to_fullprof( - 'control with isotropic Biso records', - Y2O3_CFL_ISOTROPIC, - FULLPROF_ISOTROPIC_CONTROL, - x_shift=-0.01625, - ) - requested = compare_to_fullprof( - 'beta ADPs enabled through CFL', - Y2O3_CFL_BETA, - FULLPROF_BETA_ADP, - x_shift=-0.01625, - scale_override=control.scale, - ) - print_summary('Request 6: beta ADPs', [control, requested]) - print( - 'Note: CFL can carry BETA records; the requested gap is the ' - 'non-CFL Python input path.' - ) - if should_plot(sys.argv): - plot_comparisons( - 'Request 6: beta ADPs', - [control, requested], - ) - - -if __name__ == '__main__': - main() diff --git a/docs/dev/crysfml-python-api-requests/request_06_in_memory_structure_factors.py b/docs/dev/crysfml-python-api-requests/request_06_in_memory_structure_factors.py new file mode 100644 index 000000000..5a3513356 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_06_in_memory_structure_factors.py @@ -0,0 +1,43 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import compare_unavailable +from cfl_common import plot_comparisons +from cfl_common import print_summary +from cfl_common import should_plot +from y2o3_common import FULLPROF_Y2O3_BETA_CONTROL +from y2o3_common import Y2O3_CFL_NEUTRON_BETA +from y2o3_common import Y2O3_X_SHIFT + +NO_IN_MEMORY_STRUCTURE_FACTOR_API = ( + 'The inspected pycrysfml APIs require CIF, MCIF, or CFL text. No ' + 'call accepts in-memory cell, space group, atom, radiation, and hkl ' + 'objects and returns structure factors.' +) + + +def main() -> None: + control = compare_to_fullprof( + 'without in-memory structure-factor API request', + Y2O3_CFL_NEUTRON_BETA, + FULLPROF_Y2O3_BETA_CONTROL, + x_shift=Y2O3_X_SHIFT, + ) + requested = compare_unavailable( + 'with in-memory structure-factor API requested', + FULLPROF_Y2O3_BETA_CONTROL, + NO_IN_MEMORY_STRUCTURE_FACTOR_API, + ) + comparisons = [control, requested] + print_summary('Request 6: in-memory structure factors', comparisons) + if should_plot(sys.argv): + plot_comparisons('Request 6: in-memory structure factors', comparisons) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/request_07_beta_adps.py b/docs/dev/crysfml-python-api-requests/request_07_beta_adps.py new file mode 100644 index 000000000..44860b2a9 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_07_beta_adps.py @@ -0,0 +1,44 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import plot_comparisons +from cfl_common import print_summary +from cfl_common import should_plot +from y2o3_common import FULLPROF_Y2O3_BETA_CONTROL +from y2o3_common import FULLPROF_Y2O3_ISOTROPIC_ADP +from y2o3_common import Y2O3_CFL_NEUTRON_BETA +from y2o3_common import Y2O3_CFL_NEUTRON_ISOTROPIC +from y2o3_common import Y2O3_X_SHIFT + + +def main() -> None: + control = compare_to_fullprof( + 'without beta ADPs', + Y2O3_CFL_NEUTRON_ISOTROPIC, + FULLPROF_Y2O3_ISOTROPIC_ADP, + x_shift=Y2O3_X_SHIFT, + ) + requested = compare_to_fullprof( + 'with beta ADPs in FullProf', + Y2O3_CFL_NEUTRON_BETA, + FULLPROF_Y2O3_BETA_CONTROL, + x_shift=Y2O3_X_SHIFT, + scale_override=control.scale, + ) + comparisons = [control, requested] + print_summary('Request 7: beta ADPs', comparisons) + print( + 'Note: CFL can carry BETA records; the requested gap is the ' + 'non-CFL Python input path.' + ) + if should_plot(sys.argv): + plot_comparisons('Request 7: beta ADPs', comparisons) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/request_07_tof_patterns_simulation.py b/docs/dev/crysfml-python-api-requests/request_07_tof_patterns_simulation.py deleted file mode 100644 index b31670378..000000000 --- a/docs/dev/crysfml-python-api-requests/request_07_tof_patterns_simulation.py +++ /dev/null @@ -1,125 +0,0 @@ -from __future__ import annotations - -import sys -from pathlib import Path - -sys.path.insert(0, str(Path(__file__).resolve().parent)) - -from cfl_common import compare_to_fullprof -from cfl_common import fullprof_array -from cfl_common import plot_comparisons -from cfl_common import print_summary -from cfl_common import should_plot - -FULLPROF_CW_CONTROL = fullprof_array([ - [38.5, 26.5957], - [39.538, 3032.2799], - [40.575, 20.8942], - [41.612, 6.76595], - [42.65, 4.7827], - [43.688, 6.464375], - [44.725, 20.2661], - [45.762, 2948.9928], - [46.8, 21.2596], -]) - -FULLPROF_TOF_JORGENSEN_VON_DREELE = fullprof_array([ - [12000, 4.63], - [12100, 12.73], - [12200, 190.66], - [12300, 730.86], - [12400, 22.36], - [12500, 0.11], - [12600, 0.08], - [12700, 0.04], - [12800, 0.0], - [12900, -0.04], - [13000, -0.08], - [13100, -0.11], - [13200, -0.14], - [13300, -0.17], - [13400, -0.19], - [13500, -0.21], - [13600, -0.22], - [13700, -0.22], - [13800, -0.21], - [13900, -0.19], - [14000, -0.16], - [14100, 9.03], - [14200, 24.33], - [14300, 212.71], - [14400, 2375.95], - [14500, 67.44], - [14600, 12.26], -]) - -LBCO_CW_CONTROL_CFL = """ -PATTERN_LBCO 1 - Patt_Type Neutrons Powder CW - Zero_Sy 0.0 0.0 0.0 - WDT 30.0 - Profile_function TCH_pVoigt - ASYM 0.0 0.0 - LAMBDA 1.494 1.494 0.0 - UVWXY 0.081547 -0.115345 0.121125 0.0 0.083038 - GEN_PATT 38.5 0.05 46.8 -END_PATTERN_LBCO - -PHASE_LBCO 1 - Cell 3.89079 3.89079 3.89079 90.0 90.0 90.0 - SPGR P m -3 m - Atom La La 0.0 0.0 0.0 0.57511 0.01042 - Atom Ba Ba 0.0 0.0 0.0 0.57511 0.01042 - Atom Co Co 0.5 0.5 0.5 0.26023 0.02083 - Atom O O 0.0 0.5 0.5 1.36662 0.06116 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_LBCO -""" - -SI_TOF_CFL = """ -PATTERN_Si_TOF 1 - Patt_Type Neutrons Powder TOF - Profile_function tof_Jorgensen_VonDreele - WDT 8.2 - D2TOF -9.18766 7476.91016 -1.54 0.0 - ALPHA 0.0 0.5971 0.0 - BETA 0.04221 0.00946 0.0 - SIGMA 0.0 33.0419 3.5544 0.0 - GAMMA 0.0 2.543 0.0 - TOF_RANGE 12000.0 14600.0 5.0 - GEN_PATT 12000.0 5.0 14600.0 -END_PATTERN_Si_TOF - -PHASE_Si 1 - Cell 5.431342 5.431342 5.431342 90.0 90.0 90.0 - SPGR F d -3 m - Atom Si Si 0.125 0.125 0.125 0.52448 1.0 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_Si -""" - - -def main() -> None: - control = compare_to_fullprof( - 'control CW powder pattern through patterns_simulation', - LBCO_CW_CONTROL_CFL, - FULLPROF_CW_CONTROL, - x_shift=0.6204, - ) - requested = compare_to_fullprof( - 'requested TOF pattern through patterns_simulation', - SI_TOF_CFL, - FULLPROF_TOF_JORGENSEN_VON_DREELE, - ) - print_summary('Request 7: TOF patterns_simulation', [control, requested]) - if should_plot(sys.argv): - plot_comparisons( - 'Request 7: TOF patterns_simulation', - [control, requested], - ) - - -if __name__ == '__main__': - main() diff --git a/docs/dev/crysfml-python-api-requests/request_08_tof_patterns_simulation.py b/docs/dev/crysfml-python-api-requests/request_08_tof_patterns_simulation.py new file mode 100644 index 000000000..9a9ec77de --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_08_tof_patterns_simulation.py @@ -0,0 +1,43 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import compare_unavailable +from cfl_common import plot_comparisons +from cfl_common import print_summary +from cfl_common import should_plot +from y2o3_common import FULLPROF_Y2O3_BETA_CONTROL +from y2o3_common import Y2O3_CFL_NEUTRON_BETA +from y2o3_common import Y2O3_X_SHIFT + +NO_TOF_PATTERN_API = ( + 'The inspected patterns_simulation CFL path does not produce a ' + 'matching TOF powder profile. This evidence keeps the common Y2O3 ' + '56-60 degree window for the chart and records the TOF API gap.' +) + + +def main() -> None: + control = compare_to_fullprof( + 'without TOF patterns_simulation request', + Y2O3_CFL_NEUTRON_BETA, + FULLPROF_Y2O3_BETA_CONTROL, + x_shift=Y2O3_X_SHIFT, + ) + requested = compare_unavailable( + 'with TOF patterns_simulation requested', + FULLPROF_Y2O3_BETA_CONTROL, + NO_TOF_PATTERN_API, + ) + comparisons = [control, requested] + print_summary('Request 8: TOF patterns_simulation', comparisons) + if should_plot(sys.argv): + plot_comparisons('Request 8: TOF patterns_simulation', comparisons) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/request_08_tof_profile_selection.py b/docs/dev/crysfml-python-api-requests/request_08_tof_profile_selection.py deleted file mode 100644 index b2bf05426..000000000 --- a/docs/dev/crysfml-python-api-requests/request_08_tof_profile_selection.py +++ /dev/null @@ -1,185 +0,0 @@ -from __future__ import annotations - -import sys -from pathlib import Path - -sys.path.insert(0, str(Path(__file__).resolve().parent)) - -from cfl_common import compare_to_fullprof -from cfl_common import fullprof_array -from cfl_common import plot_comparisons -from cfl_common import print_summary -from cfl_common import should_plot - -FULLPROF_CW_CONTROL = fullprof_array([ - [38.5, 26.5957], - [39.538, 3032.2799], - [40.575, 20.8942], - [41.612, 6.76595], - [42.65, 4.7827], - [43.688, 6.464375], - [44.725, 20.2661], - [45.762, 2948.9928], - [46.8, 21.2596], -]) - -FULLPROF_JORGENSEN_VON_DREELE = fullprof_array([ - [12000, 4.63], - [12100, 12.73], - [12200, 190.66], - [12300, 730.86], - [12400, 22.36], - [12500, 0.11], - [12600, 0.08], - [12700, 0.04], - [12800, 0.0], - [12900, -0.04], - [13000, -0.08], - [13100, -0.11], - [13200, -0.14], - [13300, -0.17], - [13400, -0.19], - [13500, -0.21], - [13600, -0.22], - [13700, -0.22], - [13800, -0.21], - [13900, -0.19], - [14000, -0.16], - [14100, 9.03], - [14200, 24.33], - [14300, 212.71], - [14400, 2375.95], - [14500, 67.44], - [14600, 12.26], -]) - -FULLPROF_JORGENSEN = fullprof_array([ - [12000, 0.18], - [12100, 0.23], - [12200, 177.13], - [12300, 760.12], - [12400, 14.93], - [12500, 0.66], - [12600, 0.4], - [12700, 0.41], - [12800, 0.42], - [12900, 0.43], - [13000, 0.43], - [13100, 0.44], - [13200, 0.44], - [13300, 0.44], - [13400, 0.44], - [13500, 0.44], - [13600, 0.45], - [13700, 0.46], - [13800, 0.47], - [13900, 0.49], - [14000, -0.49], - [14100, -0.46], - [14200, -0.42], - [14300, 146.87], - [14400, 2417.28], - [14500, 49.56], - [14600, 0.84], -]) - -LBCO_CW_CONTROL_CFL = """ -PATTERN_LBCO 1 - Patt_Type Neutrons Powder CW - Zero_Sy 0.0 0.0 0.0 - WDT 30.0 - Profile_function TCH_pVoigt - ASYM 0.0 0.0 - LAMBDA 1.494 1.494 0.0 - UVWXY 0.081547 -0.115345 0.121125 0.0 0.083038 - GEN_PATT 38.5 0.05 46.8 -END_PATTERN_LBCO - -PHASE_LBCO 1 - Cell 3.89079 3.89079 3.89079 90.0 90.0 90.0 - SPGR P m -3 m - Atom La La 0.0 0.0 0.0 0.57511 0.01042 - Atom Ba Ba 0.0 0.0 0.0 0.57511 0.01042 - Atom Co Co 0.5 0.5 0.5 0.26023 0.02083 - Atom O O 0.0 0.5 0.5 1.36662 0.06116 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_LBCO -""" - -SI_TOF_JVD_CFL = """ -PATTERN_Si_TOF 1 - Patt_Type Neutrons Powder TOF - Profile_function tof_Jorgensen_VonDreele - WDT 8.2 - D2TOF -9.18766 7476.91016 -1.54 0.0 - ALPHA 0.0 0.5971 0.0 - BETA 0.04221 0.00946 0.0 - SIGMA 0.0 33.0419 3.5544 0.0 - GAMMA 0.0 2.543 0.0 - TOF_RANGE 12000.0 14600.0 5.0 - GEN_PATT 12000.0 5.0 14600.0 -END_PATTERN_Si_TOF - -PHASE_Si 1 - Cell 5.431342 5.431342 5.431342 90.0 90.0 90.0 - SPGR F d -3 m - Atom Si Si 0.125 0.125 0.125 0.52448 1.0 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_Si -""" - -SI_TOF_JORGENSEN_CFL = """ -PATTERN_Si_TOF 1 - Patt_Type Neutrons Powder TOF - Profile_function tof_Jorgensen - WDT 30.0 - D2TOF -8.56733 7476.91016 -1.54 0.0 - ALPHA 0.0 0.235422 0.0 - BETA 0.03802 0.010902 0.0 - SIGMA 0.0 29.6492 5.079 0.0 - GAMMA 0.0 0.0 0.0 - TOF_RANGE 12000.0 14600.0 5.0 - GEN_PATT 12000.0 5.0 14600.0 -END_PATTERN_Si_TOF - -PHASE_Si 1 - Cell 5.432382 5.432382 5.432382 90.0 90.0 90.0 - SPGR F d -3 m - Atom Si Si 0.125 0.125 0.125 0.54095 1.0 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_Si -""" - - -def main() -> None: - control = compare_to_fullprof( - 'control CW powder pattern through patterns_simulation', - LBCO_CW_CONTROL_CFL, - FULLPROF_CW_CONTROL, - x_shift=0.6204, - ) - jvd = compare_to_fullprof( - 'current Jorgensen-von-Dreele profile name', - SI_TOF_JVD_CFL, - FULLPROF_JORGENSEN_VON_DREELE, - ) - jorgensen = compare_to_fullprof( - 'requested selectable Jorgensen profile', - SI_TOF_JORGENSEN_CFL, - FULLPROF_JORGENSEN, - ) - print_summary('Request 8 powder-CFL control', [control]) - print_summary('Request 8: TOF profile selection', [jvd, jorgensen]) - print('Note: this request is masked until request 7 makes TOF CFL intensities nonzero.') - if should_plot(sys.argv): - plot_comparisons( - 'Request 8: TOF profile selection', - [control, jvd, jorgensen], - ) - - -if __name__ == '__main__': - main() diff --git a/docs/dev/crysfml-python-api-requests/request_09_cw_doublet_dict_api.py b/docs/dev/crysfml-python-api-requests/request_09_cw_doublet_dict_api.py deleted file mode 100644 index c4fbfc335..000000000 --- a/docs/dev/crysfml-python-api-requests/request_09_cw_doublet_dict_api.py +++ /dev/null @@ -1,141 +0,0 @@ -from __future__ import annotations - -import sys -from pathlib import Path - -sys.path.insert(0, str(Path(__file__).resolve().parent)) - -from cfl_common import compare_to_fullprof -from cfl_common import fullprof_array -from cfl_common import plot_comparisons -from cfl_common import print_summary -from cfl_common import should_plot - -FULLPROF_SINGLE_WAVELENGTH = fullprof_array([ - [64.5, 1.1], - [64.579, 1.3016667], - [64.658, 1.55], - [64.737, 1.88], - [64.817, 2.3266667], - [64.896, 2.9616667], - [64.975, 3.89], - [65.054, 5.33], - [65.133, 7.7533333], - [65.213, 12.255], - [65.292, 22.06], - [65.371, 56.21], - [65.45, 322.35], - [65.529, 630.49667], - [65.608, 146.95667], - [65.688, 34.19], - [65.767, 16.606667], - [65.846, 9.845], - [65.925, 6.49], - [66.004, 4.5983333], - [66.083, 3.43], - [66.163, 2.65], - [66.242, 2.11], - [66.321, 1.7183333], - [66.4, 1.43], -]) - -FULLPROF_CW_DOUBLET = fullprof_array([ - [64.5, 1.5], - [64.579, 1.7466667], - [64.658, 2.07], - [64.737, 2.495], - [64.817, 3.0533333], - [64.896, 3.8416667], - [64.975, 4.97], - [65.054, 6.69], - [65.133, 9.5166667], - [65.213, 14.64], - [65.292, 25.456667], - [65.371, 61.41], - [65.45, 331.22], - [65.529, 649.61667], - [65.608, 239.53667], - [65.688, 360.065], - [65.767, 148.91], - [65.846, 33.756667], - [65.925, 16.53], - [66.004, 10.32], - [66.083, 7.1033333], - [66.163, 5.2], - [66.242, 3.9766667], - [66.321, 3.1483333], - [66.4, 2.55], -]) - -LIF_SINGLE_WAVELENGTH_CFL = """ -PATTERN_LiF 1 - Patt_Type X-rays Powder CW - Zero_Sy 0.0 0.0 0.0 - WDT 48.0 - Profile_function TCH_pVoigt - ASYM 0.0 0.0 - LAMBDA 1.54056 1.54056 0.0 - UVWXY 0.048457 -0.083053 0.04 0.0 0.049268 - GEN_PATT 64.5 0.025 66.4 -END_PATTERN_LiF - -PHASE_LiF 1 - Cell 4.0267 4.0267 4.0267 90.0 90.0 90.0 - SPGR F m -3 m - Atom Li1 Li 0.0 0.0 0.0 1.2 0.02083 - Atom F1 F 0.5 0.5 0.5 0.8 0.02083 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_LiF -""" - -LIF_CW_DOUBLET_CFL = """ -PATTERN_LiF 1 - Patt_Type X-rays Powder CW - Zero_Sy 0.0 0.0 0.0 - WDT 48.0 - Profile_function TCH_pVoigt - ASYM 0.0 0.0 - LAMBDA 1.54056 1.5444 0.5 - UVWXY 0.048457 -0.083053 0.04 0.0 0.049268 - GEN_PATT 64.5 0.025 66.4 -END_PATTERN_LiF - -PHASE_LiF 1 - Cell 4.0267 4.0267 4.0267 90.0 90.0 90.0 - SPGR F m -3 m - Atom Li1 Li 0.0 0.0 0.0 1.2 0.02083 - Atom F1 F 0.5 0.5 0.5 0.8 0.02083 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_LiF -""" - - -def main() -> None: - control = compare_to_fullprof( - 'control single wavelength through CFL', - LIF_SINGLE_WAVELENGTH_CFL, - FULLPROF_SINGLE_WAVELENGTH, - ) - requested = compare_to_fullprof( - 'native CFL doublet, requested for dict API', - LIF_CW_DOUBLET_CFL, - FULLPROF_CW_DOUBLET, - scale_override=control.scale, - ) - print_summary('Request 9: CW doublet dict API', [control, requested]) - print( - 'Note: CFL has LAMBDA lambda1 lambda2 ratio syntax, but this ' - 'installed pycrysfml result is not FullProf-equivalent here; ' - 'the dict API still has no equivalent input path.' - ) - if should_plot(sys.argv): - plot_comparisons( - 'Request 9: CW doublet dict API', - [control, requested], - ) - - -if __name__ == '__main__': - main() diff --git a/docs/dev/crysfml-python-api-requests/request_09_tof_profile_selection.py b/docs/dev/crysfml-python-api-requests/request_09_tof_profile_selection.py new file mode 100644 index 000000000..69ccc8191 --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_09_tof_profile_selection.py @@ -0,0 +1,43 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import compare_unavailable +from cfl_common import plot_comparisons +from cfl_common import print_summary +from cfl_common import should_plot +from y2o3_common import FULLPROF_Y2O3_BETA_CONTROL +from y2o3_common import Y2O3_CFL_NEUTRON_BETA +from y2o3_common import Y2O3_X_SHIFT + +NO_TOF_PROFILE_SELECTION_API = ( + 'The inspected Python TOF path does not expose selectable ' + 'Jorgensen versus Jorgensen-von-Dreele profile functions, and CFL ' + 'profile selection cannot be validated until TOF CFL intensities work.' +) + + +def main() -> None: + control = compare_to_fullprof( + 'without TOF profile-selection request', + Y2O3_CFL_NEUTRON_BETA, + FULLPROF_Y2O3_BETA_CONTROL, + x_shift=Y2O3_X_SHIFT, + ) + requested = compare_unavailable( + 'with TOF profile selection requested', + FULLPROF_Y2O3_BETA_CONTROL, + NO_TOF_PROFILE_SELECTION_API, + ) + comparisons = [control, requested] + print_summary('Request 9: TOF profile selection', comparisons) + if should_plot(sys.argv): + plot_comparisons('Request 9: TOF profile selection', comparisons) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/request_10_cw_doublet_dict_api.py b/docs/dev/crysfml-python-api-requests/request_10_cw_doublet_dict_api.py new file mode 100644 index 000000000..64027d5da --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/request_10_cw_doublet_dict_api.py @@ -0,0 +1,44 @@ +from __future__ import annotations + +import sys +from pathlib import Path + +sys.path.insert(0, str(Path(__file__).resolve().parent)) + +from cfl_common import compare_to_fullprof +from cfl_common import plot_comparisons +from cfl_common import print_summary +from cfl_common import should_plot +from y2o3_common import FULLPROF_Y2O3_DOUBLET +from y2o3_common import FULLPROF_Y2O3_XRAY_SINGLE +from y2o3_common import Y2O3_CFL_XRAY_DOUBLET +from y2o3_common import Y2O3_CFL_XRAY_SINGLE +from y2o3_common import Y2O3_X_SHIFT + + +def main() -> None: + control = compare_to_fullprof( + 'without CW doublet', + Y2O3_CFL_XRAY_SINGLE, + FULLPROF_Y2O3_XRAY_SINGLE, + x_shift=Y2O3_X_SHIFT, + ) + requested = compare_to_fullprof( + 'with CW doublet in FullProf', + Y2O3_CFL_XRAY_DOUBLET, + FULLPROF_Y2O3_DOUBLET, + x_shift=Y2O3_X_SHIFT, + scale_override=control.scale, + ) + comparisons = [control, requested] + print_summary('Request 10: CW doublet dict API', comparisons) + print( + 'Note: CFL has LAMBDA lambda1 lambda2 ratio syntax; the requested ' + 'gap is the equivalent high-level dict input path.' + ) + if should_plot(sys.argv): + plot_comparisons('Request 10: CW doublet dict API', comparisons) + + +if __name__ == '__main__': + main() diff --git a/docs/dev/crysfml-python-api-requests/y2o3_common.py b/docs/dev/crysfml-python-api-requests/y2o3_common.py new file mode 100644 index 000000000..ba64250fd --- /dev/null +++ b/docs/dev/crysfml-python-api-requests/y2o3_common.py @@ -0,0 +1,301 @@ +from __future__ import annotations + +import numpy as np + +from cfl_common import fullprof_array + +WINDOW_START = 56.0 +WINDOW_STEP = 0.05 +WINDOW_POINTS = 81 +Y2O3_X_SHIFT = -0.01625 +Y2O3_CFL_WINDOW_START = 56.01625 +Y2O3_CFL_WINDOW_END = 60.01625 + + +def _window_array(intensities: list[float]) -> np.ndarray: + return fullprof_array([ + [WINDOW_START + WINDOW_STEP * index, intensity] + for index, intensity in enumerate(intensities) + ]) + + +# Generated with FullProf 8.40 from the PCR files in fullprof/. +FULLPROF_Y2O3_BETA_CONTROL = _window_array([ + 81.764471, 247.56703, 657.10643, 1529.0826, + 3119.0215, 5577.3509, 8742.9735, 12014.663, + 14474.009, 15285.478, 14151.117, 11484.81, + 8171.0494, 5096.0656, 2786.295, 1335.4939, + 561.14653, 206.69593, 66.742074, 18.891471, + 4.6903711, 1.0230294, 0.20242615, 0.048573852, + 0.1379706, 0.7773706, 4.0395294, 18.378926, + 73.375074, 256.69447, 786.84377, 2113.0964, + 4971.8754, 10249.631, 18511.321, 29290.91, + 40606.433, 49320.012, 52482.898, 48929.917, + 39966.637, 28601.399, 17932.599, 9850.165, + 4740.5439, 1998.8433, 738.41593, 238.99533, + 67.761474, 16.840871, 3.6697711, 0.7024294, + 0.14182615, 0.14797385, 0.7173706, 3.5662711, + 15.518929, 59.128326, 197.24447, 576.13377, + 1473.5732, 3300.1854, 6471.8047, 11113.431, + 16709.83, 21999.71, 25361.922, 25601.661, + 22629.167, 17514.247, 11869.576, 7043.6788, + 3660.0277, 1665.1839, 663.41327, 231.43267, + 70.695329, 18.914726, 4.4308739, 0.9097711, + 0.1591706, +]) + +FULLPROF_Y2O3_ISOTROPIC_ADP = _window_array([ + 104.58447, 316.66703, 840.52643, 1955.9026, + 3989.6615, 7134.2109, 11183.474, 15368.413, + 18514.249, 19552.238, 18101.227, 14690.65, + 10451.899, 6518.5756, 3564.055, 1708.2739, + 717.78653, 264.39593, 85.372074, 24.161471, + 6.0003711, 1.3130294, 0.25242615, 0.068573852, + 0.1779706, 0.9973706, 5.1995294, 23.668926, + 94.505074, 330.64447, 1013.5038, 2721.8264, + 6404.1354, 13202.271, 23843.941, 37728.84, + 52304.063, 63527.782, 67601.818, 63025.317, + 51479.957, 36840.689, 23098.499, 12687.725, + 6106.1639, 2574.6633, 951.12593, 307.84533, + 87.281474, 21.690871, 4.7197711, 0.9124294, + 0.18182615, 0.18797385, 0.9573706, 4.7162711, + 20.528929, 78.198326, 260.85447, 761.92377, + 1948.7632, 4364.4054, 8558.7747, 14697.201, + 22098.28, 29093.99, 33540.422, 33857.481, + 29926.427, 23162.097, 15697.176, 9315.0688, + 4840.2877, 2202.1639, 877.34327, 306.06267, + 93.495329, 25.014726, 5.8608739, 1.1997711, + 0.2191706, +]) + +FULLPROF_Y2O3_PREFERRED_ORIENTATION = _window_array([ + 659.00447, 1995.327, 5296.1564, 12324.173, + 25138.891, 44952.691, 70467.144, 96836.463, + 116658.47, 123198.83, 114056, 92565.9, + 65857.479, 41073.596, 22457.175, 10763.874, + 4522.7765, 1665.9559, 537.90207, 152.27147, + 37.800371, 8.2330294, 1.5924261, 0.36857385, + 0.7079706, 3.9473706, 20.449529, 93.138926, + 371.92507, 1301.2045, 3988.4938, 10711.276, + 25202.375, 51955.311, 93833.761, 148475.4, + 205833.69, 250002.76, 266035.4, 248025.38, + 202590.6, 144980.26, 90900.189, 49930.395, + 24029.784, 10132.143, 3743.0059, 1211.4653, + 343.50147, 85.350871, 18.589771, 3.5824294, + 0.77182615, 1.1479739, 5.9473706, 29.426271, + 127.97893, 487.51833, 1626.3845, 4750.5638, + 12150.383, 27211.715, 53363.315, 91635.981, + 137781.21, 181398.94, 209122.13, 211098.9, + 186589.16, 144414.02, 97870.776, 58078.749, + 30178.838, 13730.314, 5470.1933, 1908.3027, + 582.93533, 155.93473, 36.520874, 7.4997711, + 1.3491706, +]) + +FULLPROF_Y2O3_ABSORPTION = _window_array([ + 20.334471, 61.567029, 163.42643, 380.28257, + 775.70147, 1387.0909, 2174.3835, 2988.0529, + 3599.6891, 3801.498, 3519.3874, 2856.28, + 2032.1394, 1267.3956, 692.95497, 332.13387, + 139.55653, 51.405926, 16.592074, 4.7014706, + 1.1603711, 0.2530294, 0.052426148, 0.0085738523, + 0.0279706, 0.1973706, 1.0095294, 4.5889261, + 18.315074, 64.064471, 196.39377, 527.41643, + 1240.9554, 2558.2515, 4620.3209, 7310.8503, + 10135.143, 12310.012, 13099.448, 12212.637, + 9975.4568, 7138.7594, 4475.8788, 2458.545, + 1183.2139, 498.90327, 184.30593, 59.655326, + 16.911474, 4.2008706, 0.9097711, 0.1724294, + 0.031826148, 0.037973852, 0.1773706, 0.8962711, + 3.8889294, 14.808326, 49.404474, 144.31377, + 369.11317, 826.67543, 1621.1347, 2783.8209, + 4185.6803, 5510.7497, 6352.9618, 6413.0112, + 5668.4274, 4387.1768, 2973.2362, 1764.3888, + 916.80773, 417.11387, 166.18327, 57.972671, + 17.715329, 4.7347261, 1.1108739, 0.2297711, + 0.0391706, +]) + +FULLPROF_Y2O3_SYCOS_SYSIN = _window_array([ + 0.1944706, 1.0070294, 4.6064261, 18.572574, + 65.741471, 203.92087, 554.55353, 1321.9929, + 2762.8791, 5061.618, 8129.0274, 11444.81, + 14125.379, 15283.146, 14495.805, 12052.944, + 8785.4765, 5613.8159, 3144.5021, 1544.1215, + 664.71037, 250.85303, 82.992426, 24.068574, + 6.1179706, 1.3673706, 0.2695294, 0.058926148, + 0.095073852, 0.5044706, 2.7237707, 12.806429, + 52.835426, 190.97147, 604.72087, 1677.7003, + 4077.9429, 8684.3118, 16203.718, 26487.277, + 37933.817, 47597.269, 52324.369, 50395.175, + 42524.514, 31438.093, 20362.886, 11555.505, + 5744.8615, 2502.4109, 954.99977, 319.31243, + 93.541826, 24.007974, 5.3973706, 1.0662711, + 0.1989294, 0.10832615, 0.43447385, 2.2237707, + 10.063171, 39.915429, 138.64473, 421.69087, + 1123.0103, 2618.7797, 5347.3218, 9560.7912, + 14968.717, 20520.077, 24631.696, 25889.879, + 23827.938, 19202.344, 13550.253, 8372.6327, + 4529.9853, 2146.1147, 890.22087, 323.35977, + 102.84917, +]) + +FULLPROF_Y2O3_XRAY_SINGLE = _window_array([ + 47.384471, 64.387029, 76.696426, 80.102574, + 73.351471, 58.890871, 41.463529, 25.582926, + 13.839074, 6.5679711, 2.7273706, 1.0000294, + 0.31942615, 0.085573852, 0.0249706, 0.0038711, + 0.0065294, 0.0059261477, 0.0020738523, 0.0114706, + 0.0603711, 0.2930294, 1.1224261, 3.7885739, + 11.187971, 28.967371, 65.719529, 130.64893, + 227.57507, 347.34447, 464.52377, 544.36643, + 558.96543, 502.91147, 396.48087, 273.89027, + 165.78293, 87.931826, 40.857974, 16.637371, + 5.9367706, 1.8594294, 0.50882615, 0.12497385, + 0.0238711, 0.0032706, 0.0059294, 0.0053261477, + 0.0014738523, 0.0308706, 0.1297711, 0.4824294, + 1.5118261, 4.1579739, 10.007371, 21.076271, + 38.888929, 62.828326, 88.894474, 110.15377, + 119.52317, 113.58543, 94.524726, 68.880874, + 43.960271, 24.569671, 12.031829, 5.1612261, + 1.9373739, 0.6367706, 0.1861706, 0.0488289, + 0.0077261477, 0.0038738523, 0.0032706, 0.0026706, + 0.0053294, 0.024726148, 0.10087385, 0.3797711, + 1.1891706, +]) + +FULLPROF_Y2O3_POLARIZATION = _window_array([ + 59.134471, 80.357029, 95.726426, 99.982574, + 91.551471, 73.510871, 51.743529, 31.932926, + 17.279074, 8.1979711, 3.4073706, 1.2400294, + 0.39942615, 0.10557385, 0.0249706, 0.0038711, + 0.0065294, 0.0059261477, 0.0020738523, 0.0114706, + 0.0803711, 0.3630294, 1.3824261, 4.6585739, + 13.757971, 35.617371, 80.819529, 160.65893, + 279.84507, 427.12447, 571.21377, 669.38643, + 687.33543, 618.41147, 487.54087, 336.79027, + 203.86293, 108.13183, 50.247974, 20.457371, + 7.2967706, 2.2794294, 0.62882615, 0.14497385, + 0.0338711, 0.0032706, 0.0059294, 0.0053261477, + 0.011473852, 0.0408706, 0.1597711, 0.5824294, + 1.8318261, 5.0379739, 12.127371, 25.546271, + 47.128929, 76.148326, 107.74447, 133.49377, + 144.86317, 137.65543, 114.55473, 83.480874, + 53.280271, 29.779671, 14.581829, 6.2512261, + 2.3473739, 0.7667706, 0.2161706, 0.0588289, + 0.017726148, 0.0038738523, 0.0032706, 0.0026706, + 0.0053294, 0.034726148, 0.12087385, 0.4497711, + 1.4191706, +]) + +FULLPROF_Y2O3_DOUBLET = _window_array([ + 51.494471, 72.727029, 91.546426, 103.27257, + 105.03147, 96.880871, 81.393529, 62.382926, + 43.569074, 27.617971, 15.807371, 8.1200294, + 3.7194261, 1.5055739, 0.5449706, 0.1738711, + 0.0465294, 0.015926148, 0.0020738523, 0.0114706, + 0.0603711, 0.2930294, 1.1324261, 3.8085739, + 11.307971, 29.427371, 67.319529, 135.45893, + 240.26507, 376.68447, 523.98377, 649.91643, + 723.14543, 726.67147, 663.68087, 553.45027, + 422.06293, 293.77183, 185.71797, 105.95737, + 54.186771, 24.699429, 9.9888261, 3.5649739, + 1.1238711, 0.3132706, 0.0759294, 0.015326148, + 0.011473852, 0.0308706, 0.1297711, 0.4824294, + 1.5318261, 4.2079739, 10.187371, 21.656271, + 40.538929, 66.928326, 97.814474, 127.11377, + 147.81317, 154.87543, 147.31473, 127.98087, + 101.90027, 74.309671, 49.411829, 29.771226, + 16.117374, 7.7967706, 3.3461706, 1.2688289, + 0.42772615, 0.12387385, 0.0332706, 0.0026706, + 0.0053294, 0.024726148, 0.10087385, 0.3797711, + 1.1991706, +]) + +Y2O3_CFL_NEUTRON_BETA = """ +PATTERN_Y2O3 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54822 1.54822 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 56.01625 0.05 60.01625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + BETA 0.00303 0.00272 0.00295 0.0 0.0 -0.00025 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + BETA 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + BETA 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +Y2O3_CFL_NEUTRON_ISOTROPIC = """ +PATTERN_Y2O3 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54822 1.54822 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 56.01625 0.05 60.01625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +Y2O3_CFL_NEUTRON_PREFERRED_ORIENTATION = Y2O3_CFL_NEUTRON_BETA.replace( + ' Contributes_to_patterns 1', + ' ! FullProf request: March-Dollase Pref1=1.2, Pref2=0.3, axis=(0,0,1).' + '\n ! pycrysfml currently has no parsed/applied CFL knob for this feature.' + '\n Contributes_to_patterns 1', +) + +Y2O3_CFL_NEUTRON_ABSORPTION = Y2O3_CFL_NEUTRON_BETA.replace( + ' GEN_PATT 56.01625 0.05 60.01625', + ' ! FullProf request: Debye-Scherrer cylinder absorption muR=0.9.' + '\n ! pycrysfml currently has no exposed CFL knob for this feature.' + '\n GEN_PATT 56.01625 0.05 60.01625', +) + +Y2O3_CFL_NEUTRON_SYCOS_SYSIN = Y2O3_CFL_NEUTRON_BETA.replace( + ' Zero_Sy 0.0 0.0 0.0', + ' Zero_Sy 0.0 0.01153 0.24334', +) + +Y2O3_CFL_XRAY_SINGLE = Y2O3_CFL_NEUTRON_BETA.replace( + 'Patt_Type Neutrons Powder CW', + 'Patt_Type X-rays Powder CW', +).replace( + 'LAMBDA 1.54822 1.54822 0.0', + 'LAMBDA 1.54056 1.54056 0.0', +) + +Y2O3_CFL_XRAY_POLARIZATION = Y2O3_CFL_XRAY_SINGLE.replace( + ' GEN_PATT 56.01625 0.05 60.01625', + ' ! FullProf request: Cthm=0.8 and Rpolarz=0.5.' + '\n ! pycrysfml currently has no exposed CFL knob for this feature.' + '\n GEN_PATT 56.01625 0.05 60.01625', +) + +Y2O3_CFL_XRAY_DOUBLET = Y2O3_CFL_XRAY_SINGLE.replace( + 'LAMBDA 1.54056 1.54056 0.0', + 'LAMBDA 1.54056 1.5444 0.5', +) diff --git a/docs/dev/issues/index.md b/docs/dev/issues/index.md index 51157f447..6c18b6d8c 100644 --- a/docs/dev/issues/index.md +++ b/docs/dev/issues/index.md @@ -66,6 +66,7 @@ individual issue files** — not here. | 151 | [Replace Dead `else` Branch in `_set_calc_status` With a Real Boolean Check](open/medium_replace-dead-else-branch-in-set-calc-status-with-a-real-boolean-check.md) | `[priority] medium` | Correctness / Dead code | | 162 | [Untrack Generated Tutorial-Benchmark CSVs](open/medium_untrack-generated-tutorial-benchmark-csvs.md) | `[priority] medium` | Hygiene | | 166 | [cryspy vs FullProf: Bérar–Baldinozzi Empirical-Asymmetry Convention Mismatch](open/medium_cryspy-fullprof-berar-baldinozzi-empirical-asymmetry-convention-mismatch.md) | `[priority] medium` | Correctness / External backend / Verification | +| 171 | [Add External References for Missing TOF Profile Verification](open/medium_add-external-references-for-missing-tof-profile-verification.md) | `[priority] medium` | Verification / External reference | | 9 | [Add Future Enum Extensions](open/low_add-future-enum-extensions.md) | `[priority] low` | Design improvement | | 10 | [Unify Project-Level Update Orchestration](open/low_unify-project-level-update-orchestration.md) | `[priority] low` | Maintainability | | 11 | [Document Category `_update` Contract](open/low_document-category-update-contract.md) | `[priority] low` | Maintainability | diff --git a/docs/dev/issues/open/medium_add-external-references-for-missing-tof-profile-verification.md b/docs/dev/issues/open/medium_add-external-references-for-missing-tof-profile-verification.md new file mode 100644 index 000000000..2757802c8 --- /dev/null +++ b/docs/dev/issues/open/medium_add-external-references-for-missing-tof-profile-verification.md @@ -0,0 +1,33 @@ +# 171. Add External References for Missing TOF Profile Verification + +**Priority:** `[priority] medium` + +## Problem + +The verification notebook audit found that every supported constant- +wavelength Bragg peak profile has at least one verification page, but +two supported time-of-flight peak profiles do not yet have meaningful +external-reference notebooks: + +- `tof-pseudo-voigt` +- `tof-double-jorgensen-von-dreele` + +The current bundled FullProf reference set covers TOF Jorgensen and TOF +Jorgensen-Von Dreele examples, but does not include references for these +two profiles. The double-Jorgensen-Von Dreele profile maps to the +CrysPy/Z-Rietveld `type0m` shape, so a FullProf reference may not be the +right source. + +## Desired Outcome + +Add one verification notebook for each missing TOF profile using the +simplest structure and experiment that isolates that profile choice. +Each notebook should compare EasyDiffraction with an external reference +calculation, or explicitly document why no suitable external reference +program exists and what substitute reference is being used. + +## Notes + +Do not add self-comparisons that only compare EasyDiffraction with +itself. The verification pages should either use a real external +reference or stay absent until a useful reference can be generated. diff --git a/docs/docs/verification/index.md b/docs/docs/verification/index.md index 01c15b2ff..528cd4d6f 100644 --- a/docs/docs/verification/index.md +++ b/docs/docs/verification/index.md @@ -57,6 +57,12 @@ inside the notebook. verifies the anglesite X-ray round-robin case with empirical asymmetry. +## Powder, X-Ray, Constant Wavelength, Total Scattering + +- [pd-xray-cwl-total NaCl gaussian-damped sinc](pd-xray-cwl-total_nacl_gaussian-damped-sinc.ipynb) + – verifies the PDF gaussian-damped sinc profile against direct + diffpy.pdffit2. + ## Single Crystal, Neutron, Constant Wavelength - [sc-neut-cwl Pr₂NiO₄ basic](sc-neut-cwl_pr2nio4_basic.ipynb) – diff --git a/docs/docs/verification/pd-xray-cwl-total_nacl_gaussian-damped-sinc.ipynb b/docs/docs/verification/pd-xray-cwl-total_nacl_gaussian-damped-sinc.ipynb new file mode 100644 index 000000000..86736d513 --- /dev/null +++ b/docs/docs/verification/pd-xray-cwl-total_nacl_gaussian-damped-sinc.ipynb @@ -0,0 +1,292 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "0", + "metadata": { + "tags": [ + "hide-in-docs" + ] + }, + "outputs": [], + "source": [ + "# Check whether easydiffraction is installed; install it if needed.\n", + "# Required for remote environments such as Google Colab.\n", + "import importlib.util\n", + "\n", + "if importlib.util.find_spec('easydiffraction') is None:\n", + " %pip install easydiffraction" + ] + }, + { + "cell_type": "markdown", + "id": "1", + "metadata": {}, + "source": [ + "# NaCl - powder X-ray CW total - gaussian-damped sinc\n", + "\n", + "Verifies the total-scattering gaussian-damped sinc profile by comparing\n", + "EasyDiffraction's pdffit calculator with a direct diffpy.pdffit2\n", + "calculation on the same synthetic r-grid." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "2", + "metadata": {}, + "outputs": [], + "source": [ + "from importlib import metadata\n", + "\n", + "import numpy as np\n", + "from diffpy.pdffit2 import PdfFit\n", + "from diffpy.structure.parsers.p_cif import P_cif as pdffit_cif_parser\n", + "\n", + "import easydiffraction as edi\n", + "from easydiffraction import ExperimentFactory\n", + "from easydiffraction.analysis import verification as verify" + ] + }, + { + "cell_type": "markdown", + "id": "3", + "metadata": {}, + "source": [ + "## Build the project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "4", + "metadata": {}, + "outputs": [], + "source": [ + "project = edi.Project()" + ] + }, + { + "cell_type": "markdown", + "id": "5", + "metadata": {}, + "source": [ + "## Define the structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "6", + "metadata": {}, + "outputs": [], + "source": [ + "project.structures.create(name='nacl')\n", + "structure = project.structures['nacl']\n", + "\n", + "structure.space_group.name_h_m = 'F m -3 m'\n", + "structure.space_group.coord_system_code = '1'\n", + "structure.cell.length_a = 5.6018\n", + "\n", + "structure.atom_sites.create(\n", + " id='Na',\n", + " type_symbol='Na',\n", + " fract_x=0.0,\n", + " fract_y=0.0,\n", + " fract_z=0.0,\n", + " adp_type='Biso',\n", + " adp_iso=1.1053,\n", + ")\n", + "structure.atom_sites.create(\n", + " id='Cl',\n", + " type_symbol='Cl',\n", + " fract_x=0.5,\n", + " fract_y=0.5,\n", + " fract_z=0.5,\n", + " adp_type='Biso',\n", + " adp_iso=0.5708,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "7", + "metadata": {}, + "source": [ + "## Create the experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "8", + "metadata": {}, + "outputs": [], + "source": [ + "experiment = ExperimentFactory.from_scratch(\n", + " name='nacl_pdf',\n", + " sample_form='powder',\n", + " beam_mode='constant wavelength',\n", + " radiation_probe='xray',\n", + " scattering_type='total',\n", + ")\n", + "\n", + "R_GRID = np.arange(1.0, 30.05, 0.05)\n", + "PDF_SCALE = 0.4254\n", + "PDF_QDAMP = 0.0606\n", + "PDF_QBROAD = 0.0\n", + "PDF_QMAX = 21.0\n", + "PDF_DELTA_1 = 0.0\n", + "PDF_DELTA_2 = 3.5041\n", + "PDF_PARTICLE_DIAMETER = 0.0\n", + "\n", + "experiment.data._create_items_set_xcoord_and_id(R_GRID)\n", + "experiment.data._set_g_r_meas(np.zeros_like(R_GRID))\n", + "experiment.data._set_g_r_meas_su(np.ones_like(R_GRID))\n", + "\n", + "experiment.peak.type = 'gaussian-damped-sinc'\n", + "experiment.peak.damp_q = PDF_QDAMP\n", + "experiment.peak.broad_q = PDF_QBROAD\n", + "experiment.peak.cutoff_q = PDF_QMAX\n", + "experiment.peak.sharp_delta_1 = PDF_DELTA_1\n", + "experiment.peak.sharp_delta_2 = PDF_DELTA_2\n", + "experiment.peak.damp_particle_diameter = PDF_PARTICLE_DIAMETER\n", + "\n", + "experiment.linked_structures.create(structure_id='nacl', scale=PDF_SCALE)\n", + "\n", + "project.experiments.add(experiment)" + ] + }, + { + "cell_type": "markdown", + "id": "9", + "metadata": {}, + "source": [ + "## Direct pdffit2 reference" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "10", + "metadata": {}, + "outputs": [], + "source": [ + "B_TO_U_FACTOR = 8.0 * np.pi**2\n", + "NACL_CIF_FOR_PDFFIT2 = f\"\"\"\n", + "data_nacl\n", + "_space_group_name_H-M_alt 'F m -3 m'\n", + "_space_group_IT_coordinate_system_code 1\n", + "_cell_length_a 5.6018\n", + "_cell_length_b 5.6018\n", + "_cell_length_c 5.6018\n", + "_cell_angle_alpha 90\n", + "_cell_angle_beta 90\n", + "_cell_angle_gamma 90\n", + "loop_\n", + "_atom_site_label\n", + "_atom_site_type_symbol\n", + "_atom_site_fract_x\n", + "_atom_site_fract_y\n", + "_atom_site_fract_z\n", + "_atom_site_U_iso_or_equiv\n", + "Na Na 0.0 0.0 0.0 {1.1053 / B_TO_U_FACTOR:.12f}\n", + "Cl Cl 0.5 0.5 0.5 {0.5708 / B_TO_U_FACTOR:.12f}\n", + "\"\"\"\n", + "\n", + "pdffit2 = PdfFit()\n", + "pdffit2.add_structure(pdffit_cif_parser().parse(NACL_CIF_FOR_PDFFIT2))\n", + "pdffit2.setvar('pscale', PDF_SCALE)\n", + "pdffit2.setvar('delta1', PDF_DELTA_1)\n", + "pdffit2.setvar('delta2', PDF_DELTA_2)\n", + "pdffit2.setvar('spdiameter', PDF_PARTICLE_DIAMETER)\n", + "pdffit2.read_data_lists(\n", + " stype='X',\n", + " qmax=PDF_QMAX,\n", + " qdamp=PDF_QDAMP,\n", + " r_data=list(R_GRID),\n", + " Gr_data=list(np.zeros_like(R_GRID)),\n", + ")\n", + "pdffit2.setvar('qbroad', PDF_QBROAD)\n", + "pdffit2.calc()\n", + "\n", + "calc_direct_pdffit2 = np.array(pdffit2.getpdf_fit())\n", + "LABEL_DIRECT_PDFFIT2 = f'diffpy.pdffit2 {metadata.version(\"diffpy.pdffit2\")}'" + ] + }, + { + "cell_type": "markdown", + "id": "11", + "metadata": {}, + "source": [ + "## edi-pdffit VS direct pdffit2" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "12", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'pdffit'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_pdffit = experiment.data.intensity_calc\n", + "LABEL_ED_PDFFIT = verify.engine_label('pdffit')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'nacl_pdf',\n", + " reference=calc_direct_pdffit2,\n", + " candidate=calc_ed_pdffit,\n", + " reference_label=LABEL_DIRECT_PDFFIT2,\n", + " candidate_label=LABEL_ED_PDFFIT,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "13", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "14", + "metadata": {}, + "outputs": [], + "source": [ + "verify.assert_patterns_agree(\n", + " [\n", + " (\n", + " f'{LABEL_ED_PDFFIT} vs {LABEL_DIRECT_PDFFIT2}',\n", + " calc_direct_pdffit2,\n", + " calc_ed_pdffit,\n", + " ),\n", + " ],\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "15", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "jupytext": { + "cell_metadata_filter": "-all", + "main_language": "python", + "notebook_metadata_filter": "-all" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/docs/docs/verification/pd-xray-cwl-total_nacl_gaussian-damped-sinc.py b/docs/docs/verification/pd-xray-cwl-total_nacl_gaussian-damped-sinc.py new file mode 100644 index 000000000..160c0da73 --- /dev/null +++ b/docs/docs/verification/pd-xray-cwl-total_nacl_gaussian-damped-sinc.py @@ -0,0 +1,169 @@ +# %% [markdown] +# # NaCl - powder X-ray CW total - gaussian-damped sinc +# +# Verifies the total-scattering gaussian-damped sinc profile by comparing +# EasyDiffraction's pdffit calculator with a direct diffpy.pdffit2 +# calculation on the same synthetic r-grid. + +# %% +from importlib import metadata + +import numpy as np +from diffpy.pdffit2 import PdfFit +from diffpy.structure.parsers.p_cif import P_cif as pdffit_cif_parser + +import easydiffraction as edi +from easydiffraction import ExperimentFactory +from easydiffraction.analysis import verification as verify + +# %% [markdown] +# ## Build the project + +# %% +project = edi.Project() + +# %% [markdown] +# ## Define the structure + +# %% +project.structures.create(name='nacl') +structure = project.structures['nacl'] + +structure.space_group.name_h_m = 'F m -3 m' +structure.space_group.coord_system_code = '1' +structure.cell.length_a = 5.6018 + +structure.atom_sites.create( + id='Na', + type_symbol='Na', + fract_x=0.0, + fract_y=0.0, + fract_z=0.0, + adp_type='Biso', + adp_iso=1.1053, +) +structure.atom_sites.create( + id='Cl', + type_symbol='Cl', + fract_x=0.5, + fract_y=0.5, + fract_z=0.5, + adp_type='Biso', + adp_iso=0.5708, +) + +# %% [markdown] +# ## Create the experiment + +# %% +experiment = ExperimentFactory.from_scratch( + name='nacl_pdf', + sample_form='powder', + beam_mode='constant wavelength', + radiation_probe='xray', + scattering_type='total', +) + +R_GRID = np.arange(1.0, 30.05, 0.05) +PDF_SCALE = 0.4254 +PDF_QDAMP = 0.0606 +PDF_QBROAD = 0.0 +PDF_QMAX = 21.0 +PDF_DELTA_1 = 0.0 +PDF_DELTA_2 = 3.5041 +PDF_PARTICLE_DIAMETER = 0.0 + +experiment.data._create_items_set_xcoord_and_id(R_GRID) +experiment.data._set_g_r_meas(np.zeros_like(R_GRID)) +experiment.data._set_g_r_meas_su(np.ones_like(R_GRID)) + +experiment.peak.type = 'gaussian-damped-sinc' +experiment.peak.damp_q = PDF_QDAMP +experiment.peak.broad_q = PDF_QBROAD +experiment.peak.cutoff_q = PDF_QMAX +experiment.peak.sharp_delta_1 = PDF_DELTA_1 +experiment.peak.sharp_delta_2 = PDF_DELTA_2 +experiment.peak.damp_particle_diameter = PDF_PARTICLE_DIAMETER + +experiment.linked_structures.create(structure_id='nacl', scale=PDF_SCALE) + +project.experiments.add(experiment) + +# %% [markdown] +# ## Direct pdffit2 reference + +# %% +B_TO_U_FACTOR = 8.0 * np.pi**2 +NACL_CIF_FOR_PDFFIT2 = f""" +data_nacl +_space_group_name_H-M_alt 'F m -3 m' +_space_group_IT_coordinate_system_code 1 +_cell_length_a 5.6018 +_cell_length_b 5.6018 +_cell_length_c 5.6018 +_cell_angle_alpha 90 +_cell_angle_beta 90 +_cell_angle_gamma 90 +loop_ +_atom_site_label +_atom_site_type_symbol +_atom_site_fract_x +_atom_site_fract_y +_atom_site_fract_z +_atom_site_U_iso_or_equiv +Na Na 0.0 0.0 0.0 {1.1053 / B_TO_U_FACTOR:.12f} +Cl Cl 0.5 0.5 0.5 {0.5708 / B_TO_U_FACTOR:.12f} +""" + +pdffit2 = PdfFit() +pdffit2.add_structure(pdffit_cif_parser().parse(NACL_CIF_FOR_PDFFIT2)) +pdffit2.setvar('pscale', PDF_SCALE) +pdffit2.setvar('delta1', PDF_DELTA_1) +pdffit2.setvar('delta2', PDF_DELTA_2) +pdffit2.setvar('spdiameter', PDF_PARTICLE_DIAMETER) +pdffit2.read_data_lists( + stype='X', + qmax=PDF_QMAX, + qdamp=PDF_QDAMP, + r_data=list(R_GRID), + Gr_data=list(np.zeros_like(R_GRID)), +) +pdffit2.setvar('qbroad', PDF_QBROAD) +pdffit2.calc() + +calc_direct_pdffit2 = np.array(pdffit2.getpdf_fit()) +LABEL_DIRECT_PDFFIT2 = f'diffpy.pdffit2 {metadata.version("diffpy.pdffit2")}' + +# %% [markdown] +# ## edi-pdffit VS direct pdffit2 + +# %% +experiment.calculator.type = 'pdffit' + +project.analysis.calculate() +calc_ed_pdffit = experiment.data.intensity_calc +LABEL_ED_PDFFIT = verify.engine_label('pdffit') + +project.display.pattern_comparison( + 'nacl_pdf', + reference=calc_direct_pdffit2, + candidate=calc_ed_pdffit, + reference_label=LABEL_DIRECT_PDFFIT2, + candidate_label=LABEL_ED_PDFFIT, +) + +# %% [markdown] +# ## Agreement check + +# %% +verify.assert_patterns_agree( + [ + ( + f'{LABEL_ED_PDFFIT} vs {LABEL_DIRECT_PDFFIT2}', + calc_direct_pdffit2, + calc_ed_pdffit, + ), + ], +) + +# %% diff --git a/pyproject.toml b/pyproject.toml index 5ec142eda..a30c46ab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -220,10 +220,10 @@ filterwarnings = [ # 'codespell' -- Spell checker for docs and source comments/docstrings. # https://github.com/codespell-project/codespell -# `verification/fullprof` holds upstream FullProf reference output -# (third-party, not project-owned), so it is excluded like vendored files. +# FullProf reference output/input folders contain upstream keywords such +# as `Dum` and `HighT`, so they are excluded like vendored files. [tool.codespell] -skip = '*.ipynb,*.lock,*.svg,*.min.js,*.json.gz,*/vendor/*,*/_vendored/*,*/verification/fullprof/*,docs/dev/package-structure/*,docs/site/*,docs/overrides/*,*/structure/assets/*,node_modules,.pixi' +skip = '*.ipynb,*.lock,*.svg,*.min.js,*.json.gz,*/vendor/*,*/_vendored/*,*/verification/fullprof/*,docs/dev/crysfml-python-api-requests/fullprof/*,docs/dev/package-structure/*,docs/site/*,docs/overrides/*,*/structure/assets/*,node_modules,.pixi' # British spelling and a crystallographic abbreviation (B/U) flagged as # typos; element symbols live in skipped vendored files. ignore-words-list = 'pre-emptively,bu' diff --git a/src/easydiffraction/analysis/calculators/pdffit.py b/src/easydiffraction/analysis/calculators/pdffit.py index 8539ea96c..b274a3fdc 100644 --- a/src/easydiffraction/analysis/calculators/pdffit.py +++ b/src/easydiffraction/analysis/calculators/pdffit.py @@ -216,7 +216,9 @@ def calculate_pattern( # noqa: PLR6301 # ------------------------- # Set some peak-related parameters - calculator.setvar('pscale', experiment.linked_structures[structure.name].scale.value) + # Linked-structure scale is applied by TotalData._update after + # this per-structure pattern is returned. + calculator.setvar('pscale', 1.0) calculator.setvar('delta1', experiment.peak.sharp_delta_1.value) calculator.setvar('delta2', experiment.peak.sharp_delta_2.value) calculator.setvar('spdiameter', experiment.peak.damp_particle_diameter.value) diff --git a/tests/unit/easydiffraction/analysis/calculators/test_pdffit.py b/tests/unit/easydiffraction/analysis/calculators/test_pdffit.py index 780b6ee10..af8cbd2f1 100644 --- a/tests/unit/easydiffraction/analysis/calculators/test_pdffit.py +++ b/tests/unit/easydiffraction/analysis/calculators/test_pdffit.py @@ -76,11 +76,17 @@ def as_cif(self): class _FakePdf: + instances = [] + + def __init__(self): + self.setvars = [] + self.__class__.instances.append(self) + def add_structure(self, s): pass - def setvar(self, *a, **k): - pass + def setvar(self, *args): + self.setvars.append(args) def read_data_lists(self, *a, **k): pass @@ -118,6 +124,7 @@ def test_pdffit_cif_v2_to_v1_regex_behavior(monkeypatch): ) assert isinstance(pattern, np.ndarray) assert pattern.shape[0] == 5 + assert ('pscale', 1.0) in _FakePdf.instances[-1].setvars def test_structure_cif_for_pdffit_uses_legacy_iucr_tags(): From b74f5ff67d0e7a6c552268c45470b247a4da78a4 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Thu, 18 Jun 2026 21:58:44 +0200 Subject: [PATCH 20/64] Update CrysFML Python API request evidence --- .../crysfml-python-api-feature-requests.md | 61 ++-- .../crysfml-python-api-requests/cfl_common.py | 14 + .../fullprof/y2o3_absorption.pcr | 21 +- .../fullprof/y2o3_doublet.pcr | 21 +- .../fullprof/y2o3_polarization.pcr | 21 +- .../fullprof/y2o3_preferred_orientation.pcr | 21 +- .../fullprof/y2o3_sycos_sysin.pcr | 21 +- .../fullprof/y2o3_xray_single.pcr | 21 +- .../request_01_preferred_orientation.py | 129 +++++++- .../request_02_absorption.py | 131 +++++++- .../request_03_polarization.py | 130 +++++++- .../request_04_sycos_sysin.py | 126 +++++++- .../request_05_single_crystal_extinction.py | 75 ++++- .../request_06_in_memory_structure_factors.py | 75 ++++- .../request_07_beta_adps.py | 129 +++++++- .../request_08_tof_patterns_simulation.py | 77 ++++- .../request_09_tof_profile_selection.py | 75 ++++- .../request_10_cw_doublet_dict_api.py | 126 +++++++- .../y2o3_common.py | 301 ------------------ 19 files changed, 1090 insertions(+), 485 deletions(-) delete mode 100644 docs/dev/crysfml-python-api-requests/y2o3_common.py diff --git a/docs/dev/crysfml-python-api-feature-requests.md b/docs/dev/crysfml-python-api-feature-requests.md index dd694030c..5210fe7b9 100644 --- a/docs/dev/crysfml-python-api-feature-requests.md +++ b/docs/dev/crysfml-python-api-feature-requests.md @@ -20,6 +20,9 @@ Installed Python package inspected locally: Evidence scripts: - Directory: `docs/dev/crysfml-python-api-requests/` +- Each request script contains its own editable CFL blocks and embedded + FullProf reference arrays. `cfl_common.py` only provides shared + simulation, comparison, and plotting helpers. - Run one example with `pixi run python docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py`. - Add `--plot` to display the request screenshot. @@ -32,7 +35,7 @@ All screenshots follow the same evidence contract: - Every profile panel uses the Y2O3 verification sample from `docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/`. - Every embedded FullProf profile is the Bragg-only calculated - intensity from 56.00 to 60.00 degrees 2theta, step 0.05. + intensity from 55.50 to 59.50 degrees 2theta, step 0.05. - The plotting helper uses panels 1.5x taller than the previous evidence scripts. @@ -43,10 +46,11 @@ from the bundled Y2O3 verification PCR. To rerun one manually, copy the verification `y2o3.dat` beside the PCR using the same basename, then run `fp2k `. -Some requests are Python API transport gaps rather than FullProf powder -feature toggles. Those scripts still use the common Y2O3 two-panel -chart: the first panel is the powder-CFL control, and the second panel -records the missing API surface explicitly. +For CFL-driven requests, feature-on scripts keep the requested values +inside the editable CFL block. When pycrysfml starts parsing and +applying one of these CrysFML Fortran-backed inputs, the corresponding +script should show the changed CrysFML curve without any Python logic +change. The beta-ADP PCR is used only by request 7. ## Request 1: preferred orientation in powder patterns @@ -69,15 +73,21 @@ FullProf `.pcr` setting used in the feature-on reference: 1.20000 0.30000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ``` +CFL input requested in the feature-on script: + +```text +Preferred_Orientation 0.0 0.0 1.0 1.0 1.2 0.3 +``` + Evidence: -- PCRs: `fullprof/y2o3_control_beta.pcr`, +- PCRs: `fullprof/y2o3_isotropic_adp.pcr`, `fullprof/y2o3_preferred_orientation.pcr` - Script: `docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py` - Screenshot caption: "Y2O3 powder CW control agrees without preferred - orientation; with FullProf `Pref1=1.2`, `Pref2=0.3`, pycrysfml has no - equivalent Python/CFL knob to reproduce the feature-on panel." + orientation; the feature-on CFL requests March-Dollase orientation + with axis `(0,0,1)`, value `1.2`, and random fraction `0.3`." ## Request 2: cylindrical absorption @@ -97,14 +107,22 @@ FullProf `.pcr` setting used in the feature-on reference: 1.548220 1.548220 0.00000 10.000 20.0000 0.0000 0.9000 160.00 0.0000 ``` +CFL input requested in the feature-on script: + +```text +GEOM DBS +CABS HEWAT +MUR 0.9 +``` + Evidence: -- PCRs: `fullprof/y2o3_control_beta.pcr`, +- PCRs: `fullprof/y2o3_isotropic_adp.pcr`, `fullprof/y2o3_absorption.pcr` - Script: `docs/dev/crysfml-python-api-requests/request_02_absorption.py` - Screenshot caption: "Y2O3 powder CW control agrees without - cylindrical absorption; with FullProf `muR=0.9`, pycrysfml has no - exposed user-controlled absorption parameter." + cylindrical absorption; the feature-on CFL requests Debye-Scherrer + Hewat cylindrical absorption with `muR=0.9`." ## Request 3: X-ray polarization @@ -125,6 +143,13 @@ FullProf `.pcr` setting used in the feature-on reference: 1.540560 1.540560 0.00000 50.000 20.0000 0.8000 0.0000 160.00 0.5000 ``` +CFL input requested in the feature-on script: + +```text +CTHM 0.8 +RKK 0.5 +``` + Evidence: - PCRs: `fullprof/y2o3_xray_single.pcr`, @@ -132,8 +157,8 @@ Evidence: - Script: `docs/dev/crysfml-python-api-requests/request_03_polarization.py` - Screenshot caption: "Y2O3 X-ray CW control agrees without - polarization; with FullProf `Cthm=0.8`, `Rpolarz=0.5`, pycrysfml has - no equivalent Python/CFL inputs." + polarization; the feature-on CFL requests CrysFML-style `CTHM=0.8` + and `RKK=0.5` polarization input." ## Request 4: SyCos and SySin CW peak-position shifts @@ -155,7 +180,7 @@ FullProf `.pcr` setting used in the feature-on reference: Evidence: -- PCRs: `fullprof/y2o3_control_beta.pcr`, +- PCRs: `fullprof/y2o3_isotropic_adp.pcr`, `fullprof/y2o3_sycos_sysin.pcr` - Script: `docs/dev/crysfml-python-api-requests/request_04_sycos_sysin.py` @@ -185,7 +210,7 @@ extinction model parameters + hkl/intensity input Evidence: -- Common control PCR: `fullprof/y2o3_control_beta.pcr` +- Common control PCR: `fullprof/y2o3_isotropic_adp.pcr` - Script: `docs/dev/crysfml-python-api-requests/request_05_single_crystal_extinction.py` - Screenshot caption: "The first Y2O3 powder CW panel is the common @@ -214,7 +239,7 @@ cell + space group + atom list + hkl list + radiation settings Evidence: -- Common control PCR: `fullprof/y2o3_control_beta.pcr` +- Common control PCR: `fullprof/y2o3_isotropic_adp.pcr` - Script: `docs/dev/crysfml-python-api-requests/request_06_in_memory_structure_factors.py` - Screenshot caption: "The first Y2O3 powder CW panel is the common @@ -274,7 +299,7 @@ D2TOF / ALPHA / BETA / SIGMA / GAMMA / TOF_RANGE parameters Evidence: -- Common control PCR: `fullprof/y2o3_control_beta.pcr` +- Common control PCR: `fullprof/y2o3_isotropic_adp.pcr` - Script: `docs/dev/crysfml-python-api-requests/request_08_tof_patterns_simulation.py` - Screenshot caption: "The first Y2O3 powder CW panel is the common @@ -302,7 +327,7 @@ Profile_function tof_Jorgensen_VonDreele Evidence: -- Common control PCR: `fullprof/y2o3_control_beta.pcr` +- Common control PCR: `fullprof/y2o3_isotropic_adp.pcr` - Script: `docs/dev/crysfml-python-api-requests/request_09_tof_profile_selection.py` - Screenshot caption: "The first Y2O3 powder CW panel is the common diff --git a/docs/dev/crysfml-python-api-requests/cfl_common.py b/docs/dev/crysfml-python-api-requests/cfl_common.py index aa2dcfc2c..4382d1ae3 100644 --- a/docs/dev/crysfml-python-api-requests/cfl_common.py +++ b/docs/dev/crysfml-python-api-requests/cfl_common.py @@ -185,7 +185,21 @@ def _interpolate_cfl( x_calc, y_calc = simulate_cfl(cfl) x_calc += x_shift y_interp = np.interp(x_ref, x_calc, y_calc, left=0.0, right=0.0) + _restore_close_endpoint_values(x_ref, x_calc, y_calc, y_interp) if np.all(np.isfinite(y_interp)): return y_interp, None error = 'patterns_simulation returned non-finite intensities.' return np.nan_to_num(y_interp, nan=0.0, posinf=0.0, neginf=0.0), error + + +def _restore_close_endpoint_values( + x_ref: np.ndarray, + x_calc: np.ndarray, + y_calc: np.ndarray, + y_interp: np.ndarray, +) -> None: + tolerance = 1e-5 + if x_ref[0] < x_calc[0] and np.isclose(x_ref[0], x_calc[0], atol=tolerance, rtol=0.0): + y_interp[0] = y_calc[0] + if x_ref[-1] > x_calc[-1] and np.isclose(x_ref[-1], x_calc[-1], atol=tolerance, rtol=0.0): + y_interp[-1] = y_calc[-1] diff --git a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_absorption.pcr b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_absorption.pcr index 89789792c..8026ecddc 100644 --- a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_absorption.pcr +++ b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_absorption.pcr @@ -1,5 +1,5 @@ COMM Y2O3 Ge(551) 300mm_varH 15/10/13 -! Current global Chi2 (Bragg contrib.) = 1.263 +! Current global Chi2 (Bragg contrib.) = 1.263 ! Files => DAT-file: y2o3.dat, PCR-file: y2o3_absorption !Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut 1 7 1 21 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 @@ -35,11 +35,11 @@ COMM Y2O3 Ge(551) 300mm_varH 15/10/13 121.4862 6277.9780 0.00 131.2805 6314.6699 0.00 135.7928 6504.0566 0.00 -! +! ! Excluded regions (LowT HighT) for Pattern# 1 0.00 12.00 137.50 180.00 -! +! ! 0 !Number of refined parameters ! @@ -56,19 +56,12 @@ Y2O3 ! I a -3 <--Space group symbol !Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes -! beta11 beta22 beta33 beta12 beta13 beta23 /Codes -Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 2 0 +Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00303 0.00272 0.00295 0.00000 0.00000 -0.00025 - 0.00 0.00 0.00 0.00 0.00 0.00 -Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 2 0 +Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 - 0.00 0.00 0.00 0.00 0.00 0.00 -O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 +O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 - 0.00 0.00 0.00 0.00 0.00 0.00 !-------> Profile Parameters for Pattern # 1 ----> Phase # 1 ! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model 1.060200 0.00000 0.00000 0.00000 0.00000 0.00000 0 @@ -77,7 +70,7 @@ O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 0.036631 -0.068345 0.131426 0.000000 0.000000 0.000000 0.000000 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 ! a b c alpha beta gamma # Cell Info - 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 + 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 diff --git a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_doublet.pcr b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_doublet.pcr index 0737fe18c..1a63bdcf6 100644 --- a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_doublet.pcr +++ b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_doublet.pcr @@ -1,5 +1,5 @@ COMM Y2O3 Ge(551) 300mm_varH 15/10/13 -! Current global Chi2 (Bragg contrib.) = 1.263 +! Current global Chi2 (Bragg contrib.) = 1.263 ! Files => DAT-file: y2o3.dat, PCR-file: y2o3_doublet !Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut 0 7 1 21 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 @@ -35,11 +35,11 @@ COMM Y2O3 Ge(551) 300mm_varH 15/10/13 121.4862 6277.9780 0.00 131.2805 6314.6699 0.00 135.7928 6504.0566 0.00 -! +! ! Excluded regions (LowT HighT) for Pattern# 1 0.00 12.00 137.50 180.00 -! +! ! 0 !Number of refined parameters ! @@ -56,19 +56,12 @@ Y2O3 ! I a -3 <--Space group symbol !Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes -! beta11 beta22 beta33 beta12 beta13 beta23 /Codes -Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 2 0 +Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00303 0.00272 0.00295 0.00000 0.00000 -0.00025 - 0.00 0.00 0.00 0.00 0.00 0.00 -Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 2 0 +Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 - 0.00 0.00 0.00 0.00 0.00 0.00 -O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 +O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 - 0.00 0.00 0.00 0.00 0.00 0.00 !-------> Profile Parameters for Pattern # 1 ----> Phase # 1 ! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model 0.1000000E-04 0.00000 0.00000 0.00000 0.00000 0.00000 0 @@ -77,7 +70,7 @@ O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 0.036631 -0.068345 0.131426 0.000000 0.000000 0.000000 0.000000 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 ! a b c alpha beta gamma # Cell Info - 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 + 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 diff --git a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_polarization.pcr b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_polarization.pcr index 982198d82..5150cb01c 100644 --- a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_polarization.pcr +++ b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_polarization.pcr @@ -1,5 +1,5 @@ COMM Y2O3 Ge(551) 300mm_varH 15/10/13 -! Current global Chi2 (Bragg contrib.) = 1.263 +! Current global Chi2 (Bragg contrib.) = 1.263 ! Files => DAT-file: y2o3.dat, PCR-file: y2o3_polarization !Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut 0 7 1 21 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 @@ -35,11 +35,11 @@ COMM Y2O3 Ge(551) 300mm_varH 15/10/13 121.4862 6277.9780 0.00 131.2805 6314.6699 0.00 135.7928 6504.0566 0.00 -! +! ! Excluded regions (LowT HighT) for Pattern# 1 0.00 12.00 137.50 180.00 -! +! ! 0 !Number of refined parameters ! @@ -56,19 +56,12 @@ Y2O3 ! I a -3 <--Space group symbol !Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes -! beta11 beta22 beta33 beta12 beta13 beta23 /Codes -Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 2 0 +Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00303 0.00272 0.00295 0.00000 0.00000 -0.00025 - 0.00 0.00 0.00 0.00 0.00 0.00 -Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 2 0 +Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 - 0.00 0.00 0.00 0.00 0.00 0.00 -O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 +O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 - 0.00 0.00 0.00 0.00 0.00 0.00 !-------> Profile Parameters for Pattern # 1 ----> Phase # 1 ! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model 0.1000000E-04 0.00000 0.00000 0.00000 0.00000 0.00000 0 @@ -77,7 +70,7 @@ O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 0.036631 -0.068345 0.131426 0.000000 0.000000 0.000000 0.000000 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 ! a b c alpha beta gamma # Cell Info - 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 + 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 diff --git a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_preferred_orientation.pcr b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_preferred_orientation.pcr index bd8e0d2e8..00e538324 100644 --- a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_preferred_orientation.pcr +++ b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_preferred_orientation.pcr @@ -1,5 +1,5 @@ COMM Y2O3 Ge(551) 300mm_varH 15/10/13 -! Current global Chi2 (Bragg contrib.) = 1.263 +! Current global Chi2 (Bragg contrib.) = 1.263 ! Files => DAT-file: y2o3.dat, PCR-file: y2o3_preferred_orientation !Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut 1 7 1 21 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 @@ -35,11 +35,11 @@ COMM Y2O3 Ge(551) 300mm_varH 15/10/13 121.4862 6277.9780 0.00 131.2805 6314.6699 0.00 135.7928 6504.0566 0.00 -! +! ! Excluded regions (LowT HighT) for Pattern# 1 0.00 12.00 137.50 180.00 -! +! ! 0 !Number of refined parameters ! @@ -56,19 +56,12 @@ Y2O3 ! I a -3 <--Space group symbol !Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes -! beta11 beta22 beta33 beta12 beta13 beta23 /Codes -Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 2 0 +Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00303 0.00272 0.00295 0.00000 0.00000 -0.00025 - 0.00 0.00 0.00 0.00 0.00 0.00 -Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 2 0 +Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 - 0.00 0.00 0.00 0.00 0.00 0.00 -O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 +O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 - 0.00 0.00 0.00 0.00 0.00 0.00 !-------> Profile Parameters for Pattern # 1 ----> Phase # 1 ! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model 1.060200 0.00000 0.00000 0.00000 0.00000 0.00000 0 @@ -77,7 +70,7 @@ O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 0.036631 -0.068345 0.131426 0.000000 0.000000 0.000000 0.000000 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 ! a b c alpha beta gamma # Cell Info - 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 + 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L 1.20000 0.30000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 diff --git a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_sycos_sysin.pcr b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_sycos_sysin.pcr index 29761c800..0e9ca88e9 100644 --- a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_sycos_sysin.pcr +++ b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_sycos_sysin.pcr @@ -1,5 +1,5 @@ COMM Y2O3 Ge(551) 300mm_varH 15/10/13 -! Current global Chi2 (Bragg contrib.) = 1.263 +! Current global Chi2 (Bragg contrib.) = 1.263 ! Files => DAT-file: y2o3.dat, PCR-file: y2o3_sycos_sysin !Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut 1 7 1 21 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 @@ -35,11 +35,11 @@ COMM Y2O3 Ge(551) 300mm_varH 15/10/13 121.4862 6277.9780 0.00 131.2805 6314.6699 0.00 135.7928 6504.0566 0.00 -! +! ! Excluded regions (LowT HighT) for Pattern# 1 0.00 12.00 137.50 180.00 -! +! ! 0 !Number of refined parameters ! @@ -56,19 +56,12 @@ Y2O3 ! I a -3 <--Space group symbol !Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes -! beta11 beta22 beta33 beta12 beta13 beta23 /Codes -Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 2 0 +Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00303 0.00272 0.00295 0.00000 0.00000 -0.00025 - 0.00 0.00 0.00 0.00 0.00 0.00 -Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 2 0 +Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 - 0.00 0.00 0.00 0.00 0.00 0.00 -O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 +O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 - 0.00 0.00 0.00 0.00 0.00 0.00 !-------> Profile Parameters for Pattern # 1 ----> Phase # 1 ! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model 1.060200 0.00000 0.00000 0.00000 0.00000 0.00000 0 @@ -77,7 +70,7 @@ O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 0.036631 -0.068345 0.131426 0.000000 0.000000 0.000000 0.000000 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 ! a b c alpha beta gamma # Cell Info - 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 + 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 diff --git a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_xray_single.pcr b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_xray_single.pcr index ac5470724..967fa27ec 100644 --- a/docs/dev/crysfml-python-api-requests/fullprof/y2o3_xray_single.pcr +++ b/docs/dev/crysfml-python-api-requests/fullprof/y2o3_xray_single.pcr @@ -1,5 +1,5 @@ COMM Y2O3 Ge(551) 300mm_varH 15/10/13 -! Current global Chi2 (Bragg contrib.) = 1.263 +! Current global Chi2 (Bragg contrib.) = 1.263 ! Files => DAT-file: y2o3.dat, PCR-file: y2o3_xray_single !Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut 0 7 1 21 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 @@ -35,11 +35,11 @@ COMM Y2O3 Ge(551) 300mm_varH 15/10/13 121.4862 6277.9780 0.00 131.2805 6314.6699 0.00 135.7928 6504.0566 0.00 -! +! ! Excluded regions (LowT HighT) for Pattern# 1 0.00 12.00 137.50 180.00 -! +! ! 0 !Number of refined parameters ! @@ -56,19 +56,12 @@ Y2O3 ! I a -3 <--Space group symbol !Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes -! beta11 beta22 beta33 beta12 beta13 beta23 /Codes -Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 2 0 +Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00303 0.00272 0.00295 0.00000 0.00000 -0.00025 - 0.00 0.00 0.00 0.00 0.00 0.00 -Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 2 0 +Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 - 0.00 0.00 0.00 0.00 0.00 0.00 -O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 +O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 - 0.00 0.00 0.00 0.00 0.00 0.00 !-------> Profile Parameters for Pattern # 1 ----> Phase # 1 ! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model 0.1000000E-04 0.00000 0.00000 0.00000 0.00000 0.00000 0 @@ -77,7 +70,7 @@ O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 2 0 0.036631 -0.068345 0.131426 0.000000 0.000000 0.000000 0.000000 0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 ! a b c alpha beta gamma # Cell Info - 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 + 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 diff --git a/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py b/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py index c592cd127..3ea2fba89 100644 --- a/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py +++ b/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py @@ -3,30 +3,139 @@ import sys from pathlib import Path +import numpy as np + sys.path.insert(0, str(Path(__file__).resolve().parent)) + from cfl_common import compare_to_fullprof +from cfl_common import fullprof_array from cfl_common import plot_comparisons from cfl_common import print_summary from cfl_common import should_plot -from y2o3_common import FULLPROF_Y2O3_BETA_CONTROL -from y2o3_common import FULLPROF_Y2O3_PREFERRED_ORIENTATION -from y2o3_common import Y2O3_CFL_NEUTRON_BETA -from y2o3_common import Y2O3_CFL_NEUTRON_PREFERRED_ORIENTATION -from y2o3_common import Y2O3_X_SHIFT + + +WINDOW_START = 55.5 +WINDOW_STEP = 0.05 +Y2O3_X_SHIFT = -0.01625 + + +def _window_array(intensities: list[float]) -> np.ndarray: + return fullprof_array([ + [WINDOW_START + WINDOW_STEP * index, intensity] + for index, intensity in enumerate(intensities) + ]) + + +# Edit these CFL blocks to experiment with CrysFML output. +CONTROL_CFL = """ +PATTERN_Y2O3 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54822 1.54822 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 55.51625 0.05 59.51625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +REQUESTED_CFL = """ +PATTERN_Y2O3 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54822 1.54822 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 55.51625 0.05 59.51625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Preferred_Orientation 0.0 0.0 1.0 1.0 1.2 0.3 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +# Generated with FullProf 8.40 from the PCR files in fullprof/. +FULLPROF_CONTROL = _window_array([ + 1.8614706, 0.4336294, 0.0930261477, 0.0191738523, + 0.0085706, 0.0579706, 0.3406289, 1.70952615, + 7.68567385, 30.2850706, 104.584471, 316.667029, + 840.526426, 1955.90257, 3989.66147, 7134.21087, + 11183.4735, 15368.4129, 18514.2491, 19552.238, + 18101.2274, 14690.65, 10451.8994, 6518.57557, + 3564.05497, 1708.27387, 717.786529, 264.395926, + 85.3720739, 24.1614706, 6.0003711, 1.3130294, + 0.252426148, 0.0685738523, 0.1779706, 0.9973706, + 5.1995294, 23.6689261, 94.5050739, 330.644471, + 1013.50377, 2721.82643, 6404.13543, 13202.2715, + 23843.9409, 37728.8403, 52304.0629, 63527.7818, + 67601.818, 63025.3174, 51479.9568, 36840.6894, + 23098.4988, 12687.725, 6106.16387, 2574.66327, + 951.125929, 307.845326, 87.2814739, 21.6908706, + 4.7197711, 0.9124294, 0.181826148, 0.187973852, + 0.9573706, 4.7162711, 20.5289294, 78.1983261, + 260.854474, 761.923771, 1948.76317, 4364.40543, + 8558.77473, 14697.2009, 22098.2803, 29093.9897, + 33540.4218, 33857.4812, 29926.4274, 23162.0968, + 15697.1762, +]) + +FULLPROF_REQUESTED = _window_array([ + 25.6914706, 5.9736294, 1.22302615, 0.229173852, + 0.1085706, 0.4679706, 2.7006289, 13.7895261, + 61.9556739, 244.065071, 842.954471, 2552.29703, + 6774.51643, 15764.3226, 32156.1115, 57500.7109, + 90137.2135, 123867.223, 149222.289, 157588.318, + 145893.367, 118404.58, 84240.8094, 52538.7956, + 28725.835, 13768.4839, 5785.24653, 2130.98593, + 688.062074, 194.781471, 48.3503711, 10.5330294, + 2.04242615, 0.478573852, 0.9179706, 5.0873706, + 26.3395294, 119.968926, 479.075074, 1676.04447, + 5137.46377, 13796.9164, 32462.5054, 66922.2415, + 120864.741, 191247.18, 265128.863, 322021.802, + 342673.088, 319474.837, 260951.507, 186745.169, + 117086.089, 64314.005, 30952.1239, 13050.9333, + 4821.26593, 1560.45533, 442.461474, 109.940871, + 23.9497711, 4.6124294, 1.00182615, 1.50797385, + 7.8673706, 38.9162711, 169.248929, 644.728326, + 2150.85447, 6282.49377, 16068.5432, 35986.7254, + 70571.4747, 121186.011, 182211.76, 239894.94, + 276558.082, 279172.341, 246758.867, 190983.457, + 129431.316, +]) def main() -> None: control = compare_to_fullprof( 'without preferred orientation', - Y2O3_CFL_NEUTRON_BETA, - FULLPROF_Y2O3_BETA_CONTROL, + CONTROL_CFL, + FULLPROF_CONTROL, x_shift=Y2O3_X_SHIFT, ) requested = compare_to_fullprof( - 'with preferred orientation in FullProf', - Y2O3_CFL_NEUTRON_PREFERRED_ORIENTATION, - FULLPROF_Y2O3_PREFERRED_ORIENTATION, + 'with preferred orientation requested in CFL', + REQUESTED_CFL, + FULLPROF_REQUESTED, x_shift=Y2O3_X_SHIFT, scale_override=control.scale, ) diff --git a/docs/dev/crysfml-python-api-requests/request_02_absorption.py b/docs/dev/crysfml-python-api-requests/request_02_absorption.py index c8269c35b..a04ab9fdd 100644 --- a/docs/dev/crysfml-python-api-requests/request_02_absorption.py +++ b/docs/dev/crysfml-python-api-requests/request_02_absorption.py @@ -3,30 +3,141 @@ import sys from pathlib import Path +import numpy as np + sys.path.insert(0, str(Path(__file__).resolve().parent)) + from cfl_common import compare_to_fullprof +from cfl_common import fullprof_array from cfl_common import plot_comparisons from cfl_common import print_summary from cfl_common import should_plot -from y2o3_common import FULLPROF_Y2O3_ABSORPTION -from y2o3_common import FULLPROF_Y2O3_BETA_CONTROL -from y2o3_common import Y2O3_CFL_NEUTRON_ABSORPTION -from y2o3_common import Y2O3_CFL_NEUTRON_BETA -from y2o3_common import Y2O3_X_SHIFT + + +WINDOW_START = 55.5 +WINDOW_STEP = 0.05 +Y2O3_X_SHIFT = -0.01625 + + +def _window_array(intensities: list[float]) -> np.ndarray: + return fullprof_array([ + [WINDOW_START + WINDOW_STEP * index, intensity] + for index, intensity in enumerate(intensities) + ]) + + +# Edit these CFL blocks to experiment with CrysFML output. +CONTROL_CFL = """ +PATTERN_Y2O3 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54822 1.54822 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 55.51625 0.05 59.51625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +REQUESTED_CFL = """ +PATTERN_Y2O3 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54822 1.54822 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEOM DBS + CABS HEWAT + MUR 0.9 + GEN_PATT 55.51625 0.05 59.51625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +# Generated with FullProf 8.40 from the PCR files in fullprof/. +FULLPROF_CONTROL = _window_array([ + 1.8614706, 0.4336294, 0.0930261477, 0.0191738523, + 0.0085706, 0.0579706, 0.3406289, 1.70952615, + 7.68567385, 30.2850706, 104.584471, 316.667029, + 840.526426, 1955.90257, 3989.66147, 7134.21087, + 11183.4735, 15368.4129, 18514.2491, 19552.238, + 18101.2274, 14690.65, 10451.8994, 6518.57557, + 3564.05497, 1708.27387, 717.786529, 264.395926, + 85.3720739, 24.1614706, 6.0003711, 1.3130294, + 0.252426148, 0.0685738523, 0.1779706, 0.9973706, + 5.1995294, 23.6689261, 94.5050739, 330.644471, + 1013.50377, 2721.82643, 6404.13543, 13202.2715, + 23843.9409, 37728.8403, 52304.0629, 63527.7818, + 67601.818, 63025.3174, 51479.9568, 36840.6894, + 23098.4988, 12687.725, 6106.16387, 2574.66327, + 951.125929, 307.845326, 87.2814739, 21.6908706, + 4.7197711, 0.9124294, 0.181826148, 0.187973852, + 0.9573706, 4.7162711, 20.5289294, 78.1983261, + 260.854474, 761.923771, 1948.76317, 4364.40543, + 8558.77473, 14697.2009, 22098.2803, 29093.9897, + 33540.4218, 33857.4812, 29926.4274, 23162.0968, + 15697.1762, +]) + +FULLPROF_REQUESTED = _window_array([ + 0.4614706, 0.1136294, 0.0230261477, -0.000826147705, + -0.0014294, 0.0179706, 0.0806289, 0.429526148, + 1.90567385, 7.5250706, 26.0044706, 78.7570294, + 209.036426, 486.432574, 992.231471, 1774.28087, + 2781.33353, 3822.13293, 4604.49907, 4862.64797, + 4501.77737, 3653.57003, 2599.38943, 1621.17557, + 886.384971, 424.843871, 178.516529, 65.7559261, + 21.2320739, 6.0114706, 1.4903711, 0.3230294, + 0.0624261477, 0.0185738523, 0.0379706, 0.2473706, + 1.2995294, 5.90892615, 23.5850739, 82.5244706, + 252.963771, 679.356429, 1598.43543, 3295.21147, + 5951.31087, 9416.91027, 13054.8129, 15856.1918, + 16873.048, 15730.7774, 12849.1168, 9195.23943, + 5765.25883, 3166.78497, 1524.06387, 642.623271, + 237.395929, 76.8353261, 21.7814739, 5.4108706, + 1.1797711, 0.2324294, 0.0418261477, 0.0479738523, + 0.2373706, 1.1762711, 5.1389294, 19.5883261, + 65.3444739, 190.853771, 488.143171, 1093.24543, + 2143.90473, 3681.53087, 5535.44027, 7287.80967, + 8401.61183, 8481.03123, 7496.33737, 5801.91677, + 3932.01617, +]) def main() -> None: control = compare_to_fullprof( 'without cylindrical absorption', - Y2O3_CFL_NEUTRON_BETA, - FULLPROF_Y2O3_BETA_CONTROL, + CONTROL_CFL, + FULLPROF_CONTROL, x_shift=Y2O3_X_SHIFT, ) requested = compare_to_fullprof( - 'with cylindrical absorption in FullProf', - Y2O3_CFL_NEUTRON_ABSORPTION, - FULLPROF_Y2O3_ABSORPTION, + 'with cylindrical absorption requested in CFL', + REQUESTED_CFL, + FULLPROF_REQUESTED, x_shift=Y2O3_X_SHIFT, scale_override=control.scale, ) diff --git a/docs/dev/crysfml-python-api-requests/request_03_polarization.py b/docs/dev/crysfml-python-api-requests/request_03_polarization.py index 51db8af00..f7519ccac 100644 --- a/docs/dev/crysfml-python-api-requests/request_03_polarization.py +++ b/docs/dev/crysfml-python-api-requests/request_03_polarization.py @@ -3,30 +3,140 @@ import sys from pathlib import Path +import numpy as np + sys.path.insert(0, str(Path(__file__).resolve().parent)) + from cfl_common import compare_to_fullprof +from cfl_common import fullprof_array from cfl_common import plot_comparisons from cfl_common import print_summary from cfl_common import should_plot -from y2o3_common import FULLPROF_Y2O3_POLARIZATION -from y2o3_common import FULLPROF_Y2O3_XRAY_SINGLE -from y2o3_common import Y2O3_CFL_XRAY_POLARIZATION -from y2o3_common import Y2O3_CFL_XRAY_SINGLE -from y2o3_common import Y2O3_X_SHIFT + + +WINDOW_START = 55.5 +WINDOW_STEP = 0.05 +Y2O3_X_SHIFT = -0.01625 + + +def _window_array(intensities: list[float]) -> np.ndarray: + return fullprof_array([ + [WINDOW_START + WINDOW_STEP * index, intensity] + for index, intensity in enumerate(intensities) + ]) + + +# Edit these CFL blocks to experiment with CrysFML output. +CONTROL_CFL = """ +PATTERN_Y2O3 1 + Patt_Type X-rays Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54056 1.54056 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 55.51625 0.05 59.51625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +REQUESTED_CFL = """ +PATTERN_Y2O3 1 + Patt_Type X-rays Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54056 1.54056 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + CTHM 0.8 + RKK 0.5 + GEN_PATT 55.51625 0.05 59.51625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +# Generated with FullProf 8.40 from the PCR files in fullprof/. +FULLPROF_CONTROL = _window_array([ + 0.0014706, 0.0136294, 0.0430261477, 0.179173852, + 0.5985706, 1.7979706, 4.7306289, 10.8795261, + 21.9256739, 38.7450706, 60.0544706, 81.6070294, + 97.2164261, 101.532574, 92.9814711, 74.6508706, + 52.5435294, 32.4329261, 17.5490739, 8.3179711, + 3.4573706, 1.2600294, 0.409426148, 0.115573852, + 0.0249706, 0.0038711, 0.0065294, 0.00592614771, + 0.0020738523, 0.0114706, 0.0803711, 0.3830294, + 1.45242615, 4.88857385, 14.4579706, 37.4473706, + 84.9495294, 168.868926, 294.155074, 448.964471, + 600.433771, 703.626429, 722.495426, 650.041474, + 512.470871, 354.020271, 214.292929, 113.661826, + 52.8179739, 21.5073706, 7.6767706, 2.3994294, + 0.658826148, 0.154973852, 0.0338711, 0.0032706, + 0.0059294, 0.00532614771, 0.0114738523, 0.0408706, + 0.1797711, 0.6424294, 2.00182615, 5.47797385, + 13.1873706, 27.7862711, 51.2689294, 82.8383261, + 117.204474, 145.223771, 157.583171, 149.745429, + 124.624726, 90.8208739, 57.9602706, 32.3896706, + 15.8618294, 6.80122615, 2.54737385, 0.8367706, + 0.2361706, +]) + +FULLPROF_REQUESTED = _window_array([ + 0.0014706, 0.0136294, 0.0630261477, 0.219173852, + 0.7485706, 2.2479706, 5.9006289, 13.5695261, + 27.3656739, 48.3650706, 74.9544706, 101.847029, + 121.336426, 126.722574, 116.051471, 93.1708706, + 65.5835294, 40.4729261, 21.8990739, 10.3879711, + 4.3173706, 1.5800294, 0.509426148, 0.135573852, + 0.0349706, 0.0038711, 0.0065294, 0.00592614771, + 0.0020738523, 0.0214706, 0.1003711, 0.4630294, + 1.78242615, 6.01857385, 17.7779706, 46.0473706, + 104.459529, 207.658926, 361.715074, 552.084471, + 738.333771, 865.226429, 888.425426, 799.341474, + 630.180871, 435.320271, 263.502929, 139.761826, + 64.9479739, 26.4473706, 9.4367706, 2.9494294, + 0.808826148, 0.194973852, 0.0438711, 0.0032706, + 0.0059294, 0.00532614771, 0.0114738523, 0.0508706, + 0.2097711, 0.7724294, 2.42182615, 6.64797385, + 15.9873706, 33.6762711, 62.1389294, 100.388326, + 142.044474, 176.003771, 190.983171, 181.485429, + 151.034726, 110.060874, 70.2402706, 39.2596706, + 19.2218294, 8.24122615, 3.08737385, 1.0167706, + 0.2861706, +]) def main() -> None: control = compare_to_fullprof( 'without X-ray polarization', - Y2O3_CFL_XRAY_SINGLE, - FULLPROF_Y2O3_XRAY_SINGLE, + CONTROL_CFL, + FULLPROF_CONTROL, x_shift=Y2O3_X_SHIFT, ) requested = compare_to_fullprof( - 'with X-ray polarization in FullProf', - Y2O3_CFL_XRAY_POLARIZATION, - FULLPROF_Y2O3_POLARIZATION, + 'with X-ray polarization requested in CFL', + REQUESTED_CFL, + FULLPROF_REQUESTED, x_shift=Y2O3_X_SHIFT, scale_override=control.scale, ) diff --git a/docs/dev/crysfml-python-api-requests/request_04_sycos_sysin.py b/docs/dev/crysfml-python-api-requests/request_04_sycos_sysin.py index 7f39e4c68..e5637e7c3 100644 --- a/docs/dev/crysfml-python-api-requests/request_04_sycos_sysin.py +++ b/docs/dev/crysfml-python-api-requests/request_04_sycos_sysin.py @@ -3,30 +3,138 @@ import sys from pathlib import Path +import numpy as np + sys.path.insert(0, str(Path(__file__).resolve().parent)) + from cfl_common import compare_to_fullprof +from cfl_common import fullprof_array from cfl_common import plot_comparisons from cfl_common import print_summary from cfl_common import should_plot -from y2o3_common import FULLPROF_Y2O3_BETA_CONTROL -from y2o3_common import FULLPROF_Y2O3_SYCOS_SYSIN -from y2o3_common import Y2O3_CFL_NEUTRON_BETA -from y2o3_common import Y2O3_CFL_NEUTRON_SYCOS_SYSIN -from y2o3_common import Y2O3_X_SHIFT + + +WINDOW_START = 55.5 +WINDOW_STEP = 0.05 +Y2O3_X_SHIFT = -0.01625 + + +def _window_array(intensities: list[float]) -> np.ndarray: + return fullprof_array([ + [WINDOW_START + WINDOW_STEP * index, intensity] + for index, intensity in enumerate(intensities) + ]) + + +# Edit these CFL blocks to experiment with CrysFML output. +CONTROL_CFL = """ +PATTERN_Y2O3 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54822 1.54822 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 55.51625 0.05 59.51625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +REQUESTED_CFL = """ +PATTERN_Y2O3 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.01153 0.24334 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54822 1.54822 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 55.51625 0.05 59.51625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +# Generated with FullProf 8.40 from the PCR files in fullprof/. +FULLPROF_CONTROL = _window_array([ + 1.8614706, 0.4336294, 0.0930261477, 0.0191738523, + 0.0085706, 0.0579706, 0.3406289, 1.70952615, + 7.68567385, 30.2850706, 104.584471, 316.667029, + 840.526426, 1955.90257, 3989.66147, 7134.21087, + 11183.4735, 15368.4129, 18514.2491, 19552.238, + 18101.2274, 14690.65, 10451.8994, 6518.57557, + 3564.05497, 1708.27387, 717.786529, 264.395926, + 85.3720739, 24.1614706, 6.0003711, 1.3130294, + 0.252426148, 0.0685738523, 0.1779706, 0.9973706, + 5.1995294, 23.6689261, 94.5050739, 330.644471, + 1013.50377, 2721.82643, 6404.13543, 13202.2715, + 23843.9409, 37728.8403, 52304.0629, 63527.7818, + 67601.818, 63025.3174, 51479.9568, 36840.6894, + 23098.4988, 12687.725, 6106.16387, 2574.66327, + 951.125929, 307.845326, 87.2814739, 21.6908706, + 4.7197711, 0.9124294, 0.181826148, 0.187973852, + 0.9573706, 4.7162711, 20.5289294, 78.1983261, + 260.854474, 761.923771, 1948.76317, 4364.40543, + 8558.77473, 14697.2009, 22098.2803, 29093.9897, + 33540.4218, 33857.4812, 29926.4274, 23162.0968, + 15697.1762, +]) + +FULLPROF_REQUESTED = _window_array([ + 190.591471, 75.9536294, 26.5530261, 8.13917385, + 2.1885706, 0.5179706, 0.1106289, 0.0195261477, + 0.0056738523, 0.0450706, 0.2444706, 1.2770294, + 5.88642615, 23.7625739, 84.0914711, 260.850871, + 709.343529, 1691.01293, 3534.10907, 6474.51797, + 10398.1474, 14639.5, 18068.3094, 19549.2556, + 18542.145, 15417.3739, 11237.8365, 7180.85593, + 4022.25207, 1975.15147, 850.260371, 320.873029, + 106.152426, 30.7785739, 7.8279706, 1.7473706, + 0.3495294, 0.0789261477, 0.115073852, 0.6544706, + 3.5037707, 16.496429, 68.055426, 245.981474, + 778.920871, 2161.00027, 5252.69293, 11186.0318, + 20871.568, 34117.5474, 48861.5268, 61308.7594, + 67397.6188, 64912.675, 54774.6839, 40494.5633, + 26228.8859, 14884.3353, 7399.80147, 3223.28087, + 1230.10977, 411.302429, 120.491826, 30.9179739, + 6.9573706, 1.3762711, 0.2589294, 0.138326148, + 0.574473852, 2.9437707, 13.3131706, 52.7854293, + 183.344726, 557.670874, 1485.15027, 3463.26967, + 7071.68183, 12643.8812, 19795.7074, 27137.2268, + 32574.7162, +]) def main() -> None: control = compare_to_fullprof( 'without SyCos/SySin shifts', - Y2O3_CFL_NEUTRON_BETA, - FULLPROF_Y2O3_BETA_CONTROL, + CONTROL_CFL, + FULLPROF_CONTROL, x_shift=Y2O3_X_SHIFT, ) requested = compare_to_fullprof( 'with SyCos/SySin shifts in FullProf', - Y2O3_CFL_NEUTRON_SYCOS_SYSIN, - FULLPROF_Y2O3_SYCOS_SYSIN, + REQUESTED_CFL, + FULLPROF_REQUESTED, x_shift=Y2O3_X_SHIFT, scale_override=control.scale, ) diff --git a/docs/dev/crysfml-python-api-requests/request_05_single_crystal_extinction.py b/docs/dev/crysfml-python-api-requests/request_05_single_crystal_extinction.py index eeb82712f..7a5b16b68 100644 --- a/docs/dev/crysfml-python-api-requests/request_05_single_crystal_extinction.py +++ b/docs/dev/crysfml-python-api-requests/request_05_single_crystal_extinction.py @@ -3,16 +3,79 @@ import sys from pathlib import Path +import numpy as np + sys.path.insert(0, str(Path(__file__).resolve().parent)) + from cfl_common import compare_to_fullprof from cfl_common import compare_unavailable +from cfl_common import fullprof_array from cfl_common import plot_comparisons from cfl_common import print_summary from cfl_common import should_plot -from y2o3_common import FULLPROF_Y2O3_BETA_CONTROL -from y2o3_common import Y2O3_CFL_NEUTRON_BETA -from y2o3_common import Y2O3_X_SHIFT + + +WINDOW_START = 55.5 +WINDOW_STEP = 0.05 +Y2O3_X_SHIFT = -0.01625 + + +def _window_array(intensities: list[float]) -> np.ndarray: + return fullprof_array([ + [WINDOW_START + WINDOW_STEP * index, intensity] + for index, intensity in enumerate(intensities) + ]) + + +# Edit this CFL block to experiment with CrysFML output. +CONTROL_CFL = """ +PATTERN_Y2O3 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54822 1.54822 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 55.51625 0.05 59.51625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +# Generated with FullProf 8.40 from fullprof/y2o3_isotropic_adp.pcr. +FULLPROF_CONTROL = _window_array([ + 1.8614706, 0.4336294, 0.0930261477, 0.0191738523, + 0.0085706, 0.0579706, 0.3406289, 1.70952615, + 7.68567385, 30.2850706, 104.584471, 316.667029, + 840.526426, 1955.90257, 3989.66147, 7134.21087, + 11183.4735, 15368.4129, 18514.2491, 19552.238, + 18101.2274, 14690.65, 10451.8994, 6518.57557, + 3564.05497, 1708.27387, 717.786529, 264.395926, + 85.3720739, 24.1614706, 6.0003711, 1.3130294, + 0.252426148, 0.0685738523, 0.1779706, 0.9973706, + 5.1995294, 23.6689261, 94.5050739, 330.644471, + 1013.50377, 2721.82643, 6404.13543, 13202.2715, + 23843.9409, 37728.8403, 52304.0629, 63527.7818, + 67601.818, 63025.3174, 51479.9568, 36840.6894, + 23098.4988, 12687.725, 6106.16387, 2574.66327, + 951.125929, 307.845326, 87.2814739, 21.6908706, + 4.7197711, 0.9124294, 0.181826148, 0.187973852, + 0.9573706, 4.7162711, 20.5289294, 78.1983261, + 260.854474, 761.923771, 1948.76317, 4364.40543, + 8558.77473, 14697.2009, 22098.2803, 29093.9897, + 33540.4218, 33857.4812, 29926.4274, 23162.0968, + 15697.1762, +]) NO_SINGLE_CRYSTAL_EXTINCTION_API = ( 'patterns_simulation is a powder-pattern API. The inspected ' @@ -24,13 +87,13 @@ def main() -> None: control = compare_to_fullprof( 'without single-crystal extinction API request', - Y2O3_CFL_NEUTRON_BETA, - FULLPROF_Y2O3_BETA_CONTROL, + CONTROL_CFL, + FULLPROF_CONTROL, x_shift=Y2O3_X_SHIFT, ) requested = compare_unavailable( 'with single-crystal extinction API requested', - FULLPROF_Y2O3_BETA_CONTROL, + FULLPROF_CONTROL, NO_SINGLE_CRYSTAL_EXTINCTION_API, ) comparisons = [control, requested] diff --git a/docs/dev/crysfml-python-api-requests/request_06_in_memory_structure_factors.py b/docs/dev/crysfml-python-api-requests/request_06_in_memory_structure_factors.py index 5a3513356..4eaa02f4a 100644 --- a/docs/dev/crysfml-python-api-requests/request_06_in_memory_structure_factors.py +++ b/docs/dev/crysfml-python-api-requests/request_06_in_memory_structure_factors.py @@ -3,16 +3,79 @@ import sys from pathlib import Path +import numpy as np + sys.path.insert(0, str(Path(__file__).resolve().parent)) + from cfl_common import compare_to_fullprof from cfl_common import compare_unavailable +from cfl_common import fullprof_array from cfl_common import plot_comparisons from cfl_common import print_summary from cfl_common import should_plot -from y2o3_common import FULLPROF_Y2O3_BETA_CONTROL -from y2o3_common import Y2O3_CFL_NEUTRON_BETA -from y2o3_common import Y2O3_X_SHIFT + + +WINDOW_START = 55.5 +WINDOW_STEP = 0.05 +Y2O3_X_SHIFT = -0.01625 + + +def _window_array(intensities: list[float]) -> np.ndarray: + return fullprof_array([ + [WINDOW_START + WINDOW_STEP * index, intensity] + for index, intensity in enumerate(intensities) + ]) + + +# Edit this CFL block to experiment with CrysFML output. +CONTROL_CFL = """ +PATTERN_Y2O3 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54822 1.54822 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 55.51625 0.05 59.51625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +# Generated with FullProf 8.40 from fullprof/y2o3_isotropic_adp.pcr. +FULLPROF_CONTROL = _window_array([ + 1.8614706, 0.4336294, 0.0930261477, 0.0191738523, + 0.0085706, 0.0579706, 0.3406289, 1.70952615, + 7.68567385, 30.2850706, 104.584471, 316.667029, + 840.526426, 1955.90257, 3989.66147, 7134.21087, + 11183.4735, 15368.4129, 18514.2491, 19552.238, + 18101.2274, 14690.65, 10451.8994, 6518.57557, + 3564.05497, 1708.27387, 717.786529, 264.395926, + 85.3720739, 24.1614706, 6.0003711, 1.3130294, + 0.252426148, 0.0685738523, 0.1779706, 0.9973706, + 5.1995294, 23.6689261, 94.5050739, 330.644471, + 1013.50377, 2721.82643, 6404.13543, 13202.2715, + 23843.9409, 37728.8403, 52304.0629, 63527.7818, + 67601.818, 63025.3174, 51479.9568, 36840.6894, + 23098.4988, 12687.725, 6106.16387, 2574.66327, + 951.125929, 307.845326, 87.2814739, 21.6908706, + 4.7197711, 0.9124294, 0.181826148, 0.187973852, + 0.9573706, 4.7162711, 20.5289294, 78.1983261, + 260.854474, 761.923771, 1948.76317, 4364.40543, + 8558.77473, 14697.2009, 22098.2803, 29093.9897, + 33540.4218, 33857.4812, 29926.4274, 23162.0968, + 15697.1762, +]) NO_IN_MEMORY_STRUCTURE_FACTOR_API = ( 'The inspected pycrysfml APIs require CIF, MCIF, or CFL text. No ' @@ -24,13 +87,13 @@ def main() -> None: control = compare_to_fullprof( 'without in-memory structure-factor API request', - Y2O3_CFL_NEUTRON_BETA, - FULLPROF_Y2O3_BETA_CONTROL, + CONTROL_CFL, + FULLPROF_CONTROL, x_shift=Y2O3_X_SHIFT, ) requested = compare_unavailable( 'with in-memory structure-factor API requested', - FULLPROF_Y2O3_BETA_CONTROL, + FULLPROF_CONTROL, NO_IN_MEMORY_STRUCTURE_FACTOR_API, ) comparisons = [control, requested] diff --git a/docs/dev/crysfml-python-api-requests/request_07_beta_adps.py b/docs/dev/crysfml-python-api-requests/request_07_beta_adps.py index 44860b2a9..c20a82e05 100644 --- a/docs/dev/crysfml-python-api-requests/request_07_beta_adps.py +++ b/docs/dev/crysfml-python-api-requests/request_07_beta_adps.py @@ -3,30 +3,141 @@ import sys from pathlib import Path +import numpy as np + sys.path.insert(0, str(Path(__file__).resolve().parent)) + from cfl_common import compare_to_fullprof +from cfl_common import fullprof_array from cfl_common import plot_comparisons from cfl_common import print_summary from cfl_common import should_plot -from y2o3_common import FULLPROF_Y2O3_BETA_CONTROL -from y2o3_common import FULLPROF_Y2O3_ISOTROPIC_ADP -from y2o3_common import Y2O3_CFL_NEUTRON_BETA -from y2o3_common import Y2O3_CFL_NEUTRON_ISOTROPIC -from y2o3_common import Y2O3_X_SHIFT + + +WINDOW_START = 55.5 +WINDOW_STEP = 0.05 +Y2O3_X_SHIFT = -0.01625 + + +def _window_array(intensities: list[float]) -> np.ndarray: + return fullprof_array([ + [WINDOW_START + WINDOW_STEP * index, intensity] + for index, intensity in enumerate(intensities) + ]) + + +# Edit these CFL blocks to experiment with CrysFML output. +CONTROL_CFL = """ +PATTERN_Y2O3 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54822 1.54822 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 55.51625 0.05 59.51625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +REQUESTED_CFL = """ +PATTERN_Y2O3 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54822 1.54822 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 55.51625 0.05 59.51625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + BETA 0.00303 0.00272 0.00295 0.0 0.0 -0.00025 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + BETA 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + BETA 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +# Generated with FullProf 8.40 from the PCR files in fullprof/. +FULLPROF_CONTROL = _window_array([ + 1.8614706, 0.4336294, 0.0930261477, 0.0191738523, + 0.0085706, 0.0579706, 0.3406289, 1.70952615, + 7.68567385, 30.2850706, 104.584471, 316.667029, + 840.526426, 1955.90257, 3989.66147, 7134.21087, + 11183.4735, 15368.4129, 18514.2491, 19552.238, + 18101.2274, 14690.65, 10451.8994, 6518.57557, + 3564.05497, 1708.27387, 717.786529, 264.395926, + 85.3720739, 24.1614706, 6.0003711, 1.3130294, + 0.252426148, 0.0685738523, 0.1779706, 0.9973706, + 5.1995294, 23.6689261, 94.5050739, 330.644471, + 1013.50377, 2721.82643, 6404.13543, 13202.2715, + 23843.9409, 37728.8403, 52304.0629, 63527.7818, + 67601.818, 63025.3174, 51479.9568, 36840.6894, + 23098.4988, 12687.725, 6106.16387, 2574.66327, + 951.125929, 307.845326, 87.2814739, 21.6908706, + 4.7197711, 0.9124294, 0.181826148, 0.187973852, + 0.9573706, 4.7162711, 20.5289294, 78.1983261, + 260.854474, 761.923771, 1948.76317, 4364.40543, + 8558.77473, 14697.2009, 22098.2803, 29093.9897, + 33540.4218, 33857.4812, 29926.4274, 23162.0968, + 15697.1762, +]) + +FULLPROF_REQUESTED = _window_array([ + 1.5014706, 0.3536294, 0.0730261477, 0.0091738523, + 0.0085706, 0.0479706, 0.2606289, 1.33952615, + 6.00567385, 23.6750706, 81.7644706, 247.567029, + 657.106426, 1529.08257, 3119.02147, 5577.35087, + 8742.97353, 12014.6629, 14474.0091, 15285.478, + 14151.1174, 11484.81, 8171.04943, 5096.06557, + 2786.29497, 1335.49387, 561.146529, 206.695926, + 66.7420739, 18.8914706, 4.6903711, 1.0230294, + 0.202426148, 0.0485738523, 0.1379706, 0.7773706, + 4.0395294, 18.3789261, 73.3750739, 256.694471, + 786.843771, 2113.09643, 4971.87543, 10249.6315, + 18511.3209, 29290.9103, 40606.4329, 49320.0118, + 52482.898, 48929.9174, 39966.6368, 28601.3994, + 17932.5988, 9850.16497, 4740.54387, 1998.84327, + 738.415929, 238.995326, 67.7614739, 16.8408706, + 3.6697711, 0.7024294, 0.141826148, 0.147973852, + 0.7173706, 3.5662711, 15.5189294, 59.1283261, + 197.244474, 576.133771, 1473.57317, 3300.18543, + 6471.80473, 11113.4309, 16709.8303, 21999.7097, + 25361.9218, 25601.6612, 22629.1674, 17514.2468, + 11869.5762, +]) def main() -> None: control = compare_to_fullprof( 'without beta ADPs', - Y2O3_CFL_NEUTRON_ISOTROPIC, - FULLPROF_Y2O3_ISOTROPIC_ADP, + CONTROL_CFL, + FULLPROF_CONTROL, x_shift=Y2O3_X_SHIFT, ) requested = compare_to_fullprof( 'with beta ADPs in FullProf', - Y2O3_CFL_NEUTRON_BETA, - FULLPROF_Y2O3_BETA_CONTROL, + REQUESTED_CFL, + FULLPROF_REQUESTED, x_shift=Y2O3_X_SHIFT, scale_override=control.scale, ) diff --git a/docs/dev/crysfml-python-api-requests/request_08_tof_patterns_simulation.py b/docs/dev/crysfml-python-api-requests/request_08_tof_patterns_simulation.py index 9a9ec77de..b38dbdb59 100644 --- a/docs/dev/crysfml-python-api-requests/request_08_tof_patterns_simulation.py +++ b/docs/dev/crysfml-python-api-requests/request_08_tof_patterns_simulation.py @@ -3,34 +3,97 @@ import sys from pathlib import Path +import numpy as np + sys.path.insert(0, str(Path(__file__).resolve().parent)) + from cfl_common import compare_to_fullprof from cfl_common import compare_unavailable +from cfl_common import fullprof_array from cfl_common import plot_comparisons from cfl_common import print_summary from cfl_common import should_plot -from y2o3_common import FULLPROF_Y2O3_BETA_CONTROL -from y2o3_common import Y2O3_CFL_NEUTRON_BETA -from y2o3_common import Y2O3_X_SHIFT + + +WINDOW_START = 55.5 +WINDOW_STEP = 0.05 +Y2O3_X_SHIFT = -0.01625 + + +def _window_array(intensities: list[float]) -> np.ndarray: + return fullprof_array([ + [WINDOW_START + WINDOW_STEP * index, intensity] + for index, intensity in enumerate(intensities) + ]) + + +# Edit this CFL block to experiment with CrysFML output. +CONTROL_CFL = """ +PATTERN_Y2O3 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54822 1.54822 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 55.51625 0.05 59.51625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +# Generated with FullProf 8.40 from fullprof/y2o3_isotropic_adp.pcr. +FULLPROF_CONTROL = _window_array([ + 1.8614706, 0.4336294, 0.0930261477, 0.0191738523, + 0.0085706, 0.0579706, 0.3406289, 1.70952615, + 7.68567385, 30.2850706, 104.584471, 316.667029, + 840.526426, 1955.90257, 3989.66147, 7134.21087, + 11183.4735, 15368.4129, 18514.2491, 19552.238, + 18101.2274, 14690.65, 10451.8994, 6518.57557, + 3564.05497, 1708.27387, 717.786529, 264.395926, + 85.3720739, 24.1614706, 6.0003711, 1.3130294, + 0.252426148, 0.0685738523, 0.1779706, 0.9973706, + 5.1995294, 23.6689261, 94.5050739, 330.644471, + 1013.50377, 2721.82643, 6404.13543, 13202.2715, + 23843.9409, 37728.8403, 52304.0629, 63527.7818, + 67601.818, 63025.3174, 51479.9568, 36840.6894, + 23098.4988, 12687.725, 6106.16387, 2574.66327, + 951.125929, 307.845326, 87.2814739, 21.6908706, + 4.7197711, 0.9124294, 0.181826148, 0.187973852, + 0.9573706, 4.7162711, 20.5289294, 78.1983261, + 260.854474, 761.923771, 1948.76317, 4364.40543, + 8558.77473, 14697.2009, 22098.2803, 29093.9897, + 33540.4218, 33857.4812, 29926.4274, 23162.0968, + 15697.1762, +]) NO_TOF_PATTERN_API = ( 'The inspected patterns_simulation CFL path does not produce a ' 'matching TOF powder profile. This evidence keeps the common Y2O3 ' - '56-60 degree window for the chart and records the TOF API gap.' + '55.5-59.5 degree window for the chart and records the TOF API gap.' ) def main() -> None: control = compare_to_fullprof( 'without TOF patterns_simulation request', - Y2O3_CFL_NEUTRON_BETA, - FULLPROF_Y2O3_BETA_CONTROL, + CONTROL_CFL, + FULLPROF_CONTROL, x_shift=Y2O3_X_SHIFT, ) requested = compare_unavailable( 'with TOF patterns_simulation requested', - FULLPROF_Y2O3_BETA_CONTROL, + FULLPROF_CONTROL, NO_TOF_PATTERN_API, ) comparisons = [control, requested] diff --git a/docs/dev/crysfml-python-api-requests/request_09_tof_profile_selection.py b/docs/dev/crysfml-python-api-requests/request_09_tof_profile_selection.py index 69ccc8191..d60993068 100644 --- a/docs/dev/crysfml-python-api-requests/request_09_tof_profile_selection.py +++ b/docs/dev/crysfml-python-api-requests/request_09_tof_profile_selection.py @@ -3,16 +3,79 @@ import sys from pathlib import Path +import numpy as np + sys.path.insert(0, str(Path(__file__).resolve().parent)) + from cfl_common import compare_to_fullprof from cfl_common import compare_unavailable +from cfl_common import fullprof_array from cfl_common import plot_comparisons from cfl_common import print_summary from cfl_common import should_plot -from y2o3_common import FULLPROF_Y2O3_BETA_CONTROL -from y2o3_common import Y2O3_CFL_NEUTRON_BETA -from y2o3_common import Y2O3_X_SHIFT + + +WINDOW_START = 55.5 +WINDOW_STEP = 0.05 +Y2O3_X_SHIFT = -0.01625 + + +def _window_array(intensities: list[float]) -> np.ndarray: + return fullprof_array([ + [WINDOW_START + WINDOW_STEP * index, intensity] + for index, intensity in enumerate(intensities) + ]) + + +# Edit this CFL block to experiment with CrysFML output. +CONTROL_CFL = """ +PATTERN_Y2O3 1 + Patt_Type Neutrons Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54822 1.54822 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 55.51625 0.05 59.51625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +# Generated with FullProf 8.40 from fullprof/y2o3_isotropic_adp.pcr. +FULLPROF_CONTROL = _window_array([ + 1.8614706, 0.4336294, 0.0930261477, 0.0191738523, + 0.0085706, 0.0579706, 0.3406289, 1.70952615, + 7.68567385, 30.2850706, 104.584471, 316.667029, + 840.526426, 1955.90257, 3989.66147, 7134.21087, + 11183.4735, 15368.4129, 18514.2491, 19552.238, + 18101.2274, 14690.65, 10451.8994, 6518.57557, + 3564.05497, 1708.27387, 717.786529, 264.395926, + 85.3720739, 24.1614706, 6.0003711, 1.3130294, + 0.252426148, 0.0685738523, 0.1779706, 0.9973706, + 5.1995294, 23.6689261, 94.5050739, 330.644471, + 1013.50377, 2721.82643, 6404.13543, 13202.2715, + 23843.9409, 37728.8403, 52304.0629, 63527.7818, + 67601.818, 63025.3174, 51479.9568, 36840.6894, + 23098.4988, 12687.725, 6106.16387, 2574.66327, + 951.125929, 307.845326, 87.2814739, 21.6908706, + 4.7197711, 0.9124294, 0.181826148, 0.187973852, + 0.9573706, 4.7162711, 20.5289294, 78.1983261, + 260.854474, 761.923771, 1948.76317, 4364.40543, + 8558.77473, 14697.2009, 22098.2803, 29093.9897, + 33540.4218, 33857.4812, 29926.4274, 23162.0968, + 15697.1762, +]) NO_TOF_PROFILE_SELECTION_API = ( 'The inspected Python TOF path does not expose selectable ' @@ -24,13 +87,13 @@ def main() -> None: control = compare_to_fullprof( 'without TOF profile-selection request', - Y2O3_CFL_NEUTRON_BETA, - FULLPROF_Y2O3_BETA_CONTROL, + CONTROL_CFL, + FULLPROF_CONTROL, x_shift=Y2O3_X_SHIFT, ) requested = compare_unavailable( 'with TOF profile selection requested', - FULLPROF_Y2O3_BETA_CONTROL, + FULLPROF_CONTROL, NO_TOF_PROFILE_SELECTION_API, ) comparisons = [control, requested] diff --git a/docs/dev/crysfml-python-api-requests/request_10_cw_doublet_dict_api.py b/docs/dev/crysfml-python-api-requests/request_10_cw_doublet_dict_api.py index 64027d5da..5350658ca 100644 --- a/docs/dev/crysfml-python-api-requests/request_10_cw_doublet_dict_api.py +++ b/docs/dev/crysfml-python-api-requests/request_10_cw_doublet_dict_api.py @@ -3,30 +3,138 @@ import sys from pathlib import Path +import numpy as np + sys.path.insert(0, str(Path(__file__).resolve().parent)) + from cfl_common import compare_to_fullprof +from cfl_common import fullprof_array from cfl_common import plot_comparisons from cfl_common import print_summary from cfl_common import should_plot -from y2o3_common import FULLPROF_Y2O3_DOUBLET -from y2o3_common import FULLPROF_Y2O3_XRAY_SINGLE -from y2o3_common import Y2O3_CFL_XRAY_DOUBLET -from y2o3_common import Y2O3_CFL_XRAY_SINGLE -from y2o3_common import Y2O3_X_SHIFT + + +WINDOW_START = 55.5 +WINDOW_STEP = 0.05 +Y2O3_X_SHIFT = -0.01625 + + +def _window_array(intensities: list[float]) -> np.ndarray: + return fullprof_array([ + [WINDOW_START + WINDOW_STEP * index, intensity] + for index, intensity in enumerate(intensities) + ]) + + +# Edit these CFL blocks to experiment with CrysFML output. +CONTROL_CFL = """ +PATTERN_Y2O3 1 + Patt_Type X-rays Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54056 1.54056 0.0 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 55.51625 0.05 59.51625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +REQUESTED_CFL = """ +PATTERN_Y2O3 1 + Patt_Type X-rays Powder CW + Zero_Sy 0.0 0.0 0.0 + WDT 20.0 + Profile_function TCH_pVoigt + ASYM 0.0 0.0 + LAMBDA 1.54056 1.5444 0.5 + UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + GEN_PATT 55.51625 0.05 59.51625 +END_PATTERN_Y2O3 + +PHASE_Y2O3 1 + Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 + SPGR I a -3 + Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 + Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 + Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 + Contributes_to_patterns 1 + Scale_Factors 1.0 +END_PHASE_Y2O3 +""" + +# Generated with FullProf 8.40 from the PCR files in fullprof/. +FULLPROF_CONTROL = _window_array([ + 0.0014706, 0.0136294, 0.0430261477, 0.179173852, + 0.5985706, 1.7979706, 4.7306289, 10.8795261, + 21.9256739, 38.7450706, 60.0544706, 81.6070294, + 97.2164261, 101.532574, 92.9814711, 74.6508706, + 52.5435294, 32.4329261, 17.5490739, 8.3179711, + 3.4573706, 1.2600294, 0.409426148, 0.115573852, + 0.0249706, 0.0038711, 0.0065294, 0.00592614771, + 0.0020738523, 0.0114706, 0.0803711, 0.3830294, + 1.45242615, 4.88857385, 14.4579706, 37.4473706, + 84.9495294, 168.868926, 294.155074, 448.964471, + 600.433771, 703.626429, 722.495426, 650.041474, + 512.470871, 354.020271, 214.292929, 113.661826, + 52.8179739, 21.5073706, 7.6767706, 2.3994294, + 0.658826148, 0.154973852, 0.0338711, 0.0032706, + 0.0059294, 0.00532614771, 0.0114738523, 0.0408706, + 0.1797711, 0.6424294, 2.00182615, 5.47797385, + 13.1873706, 27.7862711, 51.2689294, 82.8383261, + 117.204474, 145.223771, 157.583171, 149.745429, + 124.624726, 90.8208739, 57.9602706, 32.3896706, + 15.8618294, 6.80122615, 2.54737385, 0.8367706, + 0.2361706, +]) + +FULLPROF_REQUESTED = _window_array([ + 0.0014706, 0.0136294, 0.0430261477, 0.179173852, + 0.6085706, 1.8179706, 4.8106289, 11.1595261, + 22.7756739, 41.0050706, 65.2644706, 92.1770294, + 116.036426, 130.892574, 133.131471, 122.790871, + 103.163529, 79.0729261, 55.2290739, 35.0079711, + 20.0373706, 10.2900294, 4.70942615, 1.91557385, + 0.6849706, 0.2138711, 0.0665294, 0.0159261477, + 0.0020738523, 0.0114706, 0.0803711, 0.3830294, + 1.46242615, 4.92857385, 14.6179706, 38.0473706, + 87.0095294, 175.088926, 310.565074, 486.894471, + 677.283771, 840.056429, 934.715426, 939.281474, + 857.850871, 715.370271, 545.542929, 379.721826, + 240.057974, 136.957371, 70.0467706, 31.9294294, + 12.9088261, 4.60497385, 1.4438711, 0.4032706, + 0.0959294, 0.0253261477, 0.0114738523, 0.0408706, + 0.1797711, 0.6424294, 2.01182615, 5.54797385, + 13.4273706, 28.5562711, 53.4489294, 88.2383261, + 128.954474, 167.593771, 194.873171, 204.185429, + 194.214726, 168.730874, 134.340271, 97.9596706, + 65.1518294, 39.2412261, 21.2473739, 10.2767706, + 4.4161706, +]) def main() -> None: control = compare_to_fullprof( 'without CW doublet', - Y2O3_CFL_XRAY_SINGLE, - FULLPROF_Y2O3_XRAY_SINGLE, + CONTROL_CFL, + FULLPROF_CONTROL, x_shift=Y2O3_X_SHIFT, ) requested = compare_to_fullprof( 'with CW doublet in FullProf', - Y2O3_CFL_XRAY_DOUBLET, - FULLPROF_Y2O3_DOUBLET, + REQUESTED_CFL, + FULLPROF_REQUESTED, x_shift=Y2O3_X_SHIFT, scale_override=control.scale, ) diff --git a/docs/dev/crysfml-python-api-requests/y2o3_common.py b/docs/dev/crysfml-python-api-requests/y2o3_common.py deleted file mode 100644 index ba64250fd..000000000 --- a/docs/dev/crysfml-python-api-requests/y2o3_common.py +++ /dev/null @@ -1,301 +0,0 @@ -from __future__ import annotations - -import numpy as np - -from cfl_common import fullprof_array - -WINDOW_START = 56.0 -WINDOW_STEP = 0.05 -WINDOW_POINTS = 81 -Y2O3_X_SHIFT = -0.01625 -Y2O3_CFL_WINDOW_START = 56.01625 -Y2O3_CFL_WINDOW_END = 60.01625 - - -def _window_array(intensities: list[float]) -> np.ndarray: - return fullprof_array([ - [WINDOW_START + WINDOW_STEP * index, intensity] - for index, intensity in enumerate(intensities) - ]) - - -# Generated with FullProf 8.40 from the PCR files in fullprof/. -FULLPROF_Y2O3_BETA_CONTROL = _window_array([ - 81.764471, 247.56703, 657.10643, 1529.0826, - 3119.0215, 5577.3509, 8742.9735, 12014.663, - 14474.009, 15285.478, 14151.117, 11484.81, - 8171.0494, 5096.0656, 2786.295, 1335.4939, - 561.14653, 206.69593, 66.742074, 18.891471, - 4.6903711, 1.0230294, 0.20242615, 0.048573852, - 0.1379706, 0.7773706, 4.0395294, 18.378926, - 73.375074, 256.69447, 786.84377, 2113.0964, - 4971.8754, 10249.631, 18511.321, 29290.91, - 40606.433, 49320.012, 52482.898, 48929.917, - 39966.637, 28601.399, 17932.599, 9850.165, - 4740.5439, 1998.8433, 738.41593, 238.99533, - 67.761474, 16.840871, 3.6697711, 0.7024294, - 0.14182615, 0.14797385, 0.7173706, 3.5662711, - 15.518929, 59.128326, 197.24447, 576.13377, - 1473.5732, 3300.1854, 6471.8047, 11113.431, - 16709.83, 21999.71, 25361.922, 25601.661, - 22629.167, 17514.247, 11869.576, 7043.6788, - 3660.0277, 1665.1839, 663.41327, 231.43267, - 70.695329, 18.914726, 4.4308739, 0.9097711, - 0.1591706, -]) - -FULLPROF_Y2O3_ISOTROPIC_ADP = _window_array([ - 104.58447, 316.66703, 840.52643, 1955.9026, - 3989.6615, 7134.2109, 11183.474, 15368.413, - 18514.249, 19552.238, 18101.227, 14690.65, - 10451.899, 6518.5756, 3564.055, 1708.2739, - 717.78653, 264.39593, 85.372074, 24.161471, - 6.0003711, 1.3130294, 0.25242615, 0.068573852, - 0.1779706, 0.9973706, 5.1995294, 23.668926, - 94.505074, 330.64447, 1013.5038, 2721.8264, - 6404.1354, 13202.271, 23843.941, 37728.84, - 52304.063, 63527.782, 67601.818, 63025.317, - 51479.957, 36840.689, 23098.499, 12687.725, - 6106.1639, 2574.6633, 951.12593, 307.84533, - 87.281474, 21.690871, 4.7197711, 0.9124294, - 0.18182615, 0.18797385, 0.9573706, 4.7162711, - 20.528929, 78.198326, 260.85447, 761.92377, - 1948.7632, 4364.4054, 8558.7747, 14697.201, - 22098.28, 29093.99, 33540.422, 33857.481, - 29926.427, 23162.097, 15697.176, 9315.0688, - 4840.2877, 2202.1639, 877.34327, 306.06267, - 93.495329, 25.014726, 5.8608739, 1.1997711, - 0.2191706, -]) - -FULLPROF_Y2O3_PREFERRED_ORIENTATION = _window_array([ - 659.00447, 1995.327, 5296.1564, 12324.173, - 25138.891, 44952.691, 70467.144, 96836.463, - 116658.47, 123198.83, 114056, 92565.9, - 65857.479, 41073.596, 22457.175, 10763.874, - 4522.7765, 1665.9559, 537.90207, 152.27147, - 37.800371, 8.2330294, 1.5924261, 0.36857385, - 0.7079706, 3.9473706, 20.449529, 93.138926, - 371.92507, 1301.2045, 3988.4938, 10711.276, - 25202.375, 51955.311, 93833.761, 148475.4, - 205833.69, 250002.76, 266035.4, 248025.38, - 202590.6, 144980.26, 90900.189, 49930.395, - 24029.784, 10132.143, 3743.0059, 1211.4653, - 343.50147, 85.350871, 18.589771, 3.5824294, - 0.77182615, 1.1479739, 5.9473706, 29.426271, - 127.97893, 487.51833, 1626.3845, 4750.5638, - 12150.383, 27211.715, 53363.315, 91635.981, - 137781.21, 181398.94, 209122.13, 211098.9, - 186589.16, 144414.02, 97870.776, 58078.749, - 30178.838, 13730.314, 5470.1933, 1908.3027, - 582.93533, 155.93473, 36.520874, 7.4997711, - 1.3491706, -]) - -FULLPROF_Y2O3_ABSORPTION = _window_array([ - 20.334471, 61.567029, 163.42643, 380.28257, - 775.70147, 1387.0909, 2174.3835, 2988.0529, - 3599.6891, 3801.498, 3519.3874, 2856.28, - 2032.1394, 1267.3956, 692.95497, 332.13387, - 139.55653, 51.405926, 16.592074, 4.7014706, - 1.1603711, 0.2530294, 0.052426148, 0.0085738523, - 0.0279706, 0.1973706, 1.0095294, 4.5889261, - 18.315074, 64.064471, 196.39377, 527.41643, - 1240.9554, 2558.2515, 4620.3209, 7310.8503, - 10135.143, 12310.012, 13099.448, 12212.637, - 9975.4568, 7138.7594, 4475.8788, 2458.545, - 1183.2139, 498.90327, 184.30593, 59.655326, - 16.911474, 4.2008706, 0.9097711, 0.1724294, - 0.031826148, 0.037973852, 0.1773706, 0.8962711, - 3.8889294, 14.808326, 49.404474, 144.31377, - 369.11317, 826.67543, 1621.1347, 2783.8209, - 4185.6803, 5510.7497, 6352.9618, 6413.0112, - 5668.4274, 4387.1768, 2973.2362, 1764.3888, - 916.80773, 417.11387, 166.18327, 57.972671, - 17.715329, 4.7347261, 1.1108739, 0.2297711, - 0.0391706, -]) - -FULLPROF_Y2O3_SYCOS_SYSIN = _window_array([ - 0.1944706, 1.0070294, 4.6064261, 18.572574, - 65.741471, 203.92087, 554.55353, 1321.9929, - 2762.8791, 5061.618, 8129.0274, 11444.81, - 14125.379, 15283.146, 14495.805, 12052.944, - 8785.4765, 5613.8159, 3144.5021, 1544.1215, - 664.71037, 250.85303, 82.992426, 24.068574, - 6.1179706, 1.3673706, 0.2695294, 0.058926148, - 0.095073852, 0.5044706, 2.7237707, 12.806429, - 52.835426, 190.97147, 604.72087, 1677.7003, - 4077.9429, 8684.3118, 16203.718, 26487.277, - 37933.817, 47597.269, 52324.369, 50395.175, - 42524.514, 31438.093, 20362.886, 11555.505, - 5744.8615, 2502.4109, 954.99977, 319.31243, - 93.541826, 24.007974, 5.3973706, 1.0662711, - 0.1989294, 0.10832615, 0.43447385, 2.2237707, - 10.063171, 39.915429, 138.64473, 421.69087, - 1123.0103, 2618.7797, 5347.3218, 9560.7912, - 14968.717, 20520.077, 24631.696, 25889.879, - 23827.938, 19202.344, 13550.253, 8372.6327, - 4529.9853, 2146.1147, 890.22087, 323.35977, - 102.84917, -]) - -FULLPROF_Y2O3_XRAY_SINGLE = _window_array([ - 47.384471, 64.387029, 76.696426, 80.102574, - 73.351471, 58.890871, 41.463529, 25.582926, - 13.839074, 6.5679711, 2.7273706, 1.0000294, - 0.31942615, 0.085573852, 0.0249706, 0.0038711, - 0.0065294, 0.0059261477, 0.0020738523, 0.0114706, - 0.0603711, 0.2930294, 1.1224261, 3.7885739, - 11.187971, 28.967371, 65.719529, 130.64893, - 227.57507, 347.34447, 464.52377, 544.36643, - 558.96543, 502.91147, 396.48087, 273.89027, - 165.78293, 87.931826, 40.857974, 16.637371, - 5.9367706, 1.8594294, 0.50882615, 0.12497385, - 0.0238711, 0.0032706, 0.0059294, 0.0053261477, - 0.0014738523, 0.0308706, 0.1297711, 0.4824294, - 1.5118261, 4.1579739, 10.007371, 21.076271, - 38.888929, 62.828326, 88.894474, 110.15377, - 119.52317, 113.58543, 94.524726, 68.880874, - 43.960271, 24.569671, 12.031829, 5.1612261, - 1.9373739, 0.6367706, 0.1861706, 0.0488289, - 0.0077261477, 0.0038738523, 0.0032706, 0.0026706, - 0.0053294, 0.024726148, 0.10087385, 0.3797711, - 1.1891706, -]) - -FULLPROF_Y2O3_POLARIZATION = _window_array([ - 59.134471, 80.357029, 95.726426, 99.982574, - 91.551471, 73.510871, 51.743529, 31.932926, - 17.279074, 8.1979711, 3.4073706, 1.2400294, - 0.39942615, 0.10557385, 0.0249706, 0.0038711, - 0.0065294, 0.0059261477, 0.0020738523, 0.0114706, - 0.0803711, 0.3630294, 1.3824261, 4.6585739, - 13.757971, 35.617371, 80.819529, 160.65893, - 279.84507, 427.12447, 571.21377, 669.38643, - 687.33543, 618.41147, 487.54087, 336.79027, - 203.86293, 108.13183, 50.247974, 20.457371, - 7.2967706, 2.2794294, 0.62882615, 0.14497385, - 0.0338711, 0.0032706, 0.0059294, 0.0053261477, - 0.011473852, 0.0408706, 0.1597711, 0.5824294, - 1.8318261, 5.0379739, 12.127371, 25.546271, - 47.128929, 76.148326, 107.74447, 133.49377, - 144.86317, 137.65543, 114.55473, 83.480874, - 53.280271, 29.779671, 14.581829, 6.2512261, - 2.3473739, 0.7667706, 0.2161706, 0.0588289, - 0.017726148, 0.0038738523, 0.0032706, 0.0026706, - 0.0053294, 0.034726148, 0.12087385, 0.4497711, - 1.4191706, -]) - -FULLPROF_Y2O3_DOUBLET = _window_array([ - 51.494471, 72.727029, 91.546426, 103.27257, - 105.03147, 96.880871, 81.393529, 62.382926, - 43.569074, 27.617971, 15.807371, 8.1200294, - 3.7194261, 1.5055739, 0.5449706, 0.1738711, - 0.0465294, 0.015926148, 0.0020738523, 0.0114706, - 0.0603711, 0.2930294, 1.1324261, 3.8085739, - 11.307971, 29.427371, 67.319529, 135.45893, - 240.26507, 376.68447, 523.98377, 649.91643, - 723.14543, 726.67147, 663.68087, 553.45027, - 422.06293, 293.77183, 185.71797, 105.95737, - 54.186771, 24.699429, 9.9888261, 3.5649739, - 1.1238711, 0.3132706, 0.0759294, 0.015326148, - 0.011473852, 0.0308706, 0.1297711, 0.4824294, - 1.5318261, 4.2079739, 10.187371, 21.656271, - 40.538929, 66.928326, 97.814474, 127.11377, - 147.81317, 154.87543, 147.31473, 127.98087, - 101.90027, 74.309671, 49.411829, 29.771226, - 16.117374, 7.7967706, 3.3461706, 1.2688289, - 0.42772615, 0.12387385, 0.0332706, 0.0026706, - 0.0053294, 0.024726148, 0.10087385, 0.3797711, - 1.1991706, -]) - -Y2O3_CFL_NEUTRON_BETA = """ -PATTERN_Y2O3 1 - Patt_Type Neutrons Powder CW - Zero_Sy 0.0 0.0 0.0 - WDT 20.0 - Profile_function TCH_pVoigt - ASYM 0.0 0.0 - LAMBDA 1.54822 1.54822 0.0 - UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 - GEN_PATT 56.01625 0.05 60.01625 -END_PATTERN_Y2O3 - -PHASE_Y2O3 1 - Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 - SPGR I a -3 - Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 - BETA 0.00303 0.00272 0.00295 0.0 0.0 -0.00025 - Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 - BETA 0.00304 0.00304 0.00304 -0.00013 -0.00013 -0.00013 - Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 - BETA 0.00299 0.00310 0.00273 -0.00007 -0.00020 -0.00001 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_Y2O3 -""" - -Y2O3_CFL_NEUTRON_ISOTROPIC = """ -PATTERN_Y2O3 1 - Patt_Type Neutrons Powder CW - Zero_Sy 0.0 0.0 0.0 - WDT 20.0 - Profile_function TCH_pVoigt - ASYM 0.0 0.0 - LAMBDA 1.54822 1.54822 0.0 - UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 - GEN_PATT 56.01625 0.05 60.01625 -END_PATTERN_Y2O3 - -PHASE_Y2O3 1 - Cell 10.605744 10.605744 10.605744 90.0 90.0 90.0 - SPGR I a -3 - Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 - Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 - Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 - Contributes_to_patterns 1 - Scale_Factors 1.0 -END_PHASE_Y2O3 -""" - -Y2O3_CFL_NEUTRON_PREFERRED_ORIENTATION = Y2O3_CFL_NEUTRON_BETA.replace( - ' Contributes_to_patterns 1', - ' ! FullProf request: March-Dollase Pref1=1.2, Pref2=0.3, axis=(0,0,1).' - '\n ! pycrysfml currently has no parsed/applied CFL knob for this feature.' - '\n Contributes_to_patterns 1', -) - -Y2O3_CFL_NEUTRON_ABSORPTION = Y2O3_CFL_NEUTRON_BETA.replace( - ' GEN_PATT 56.01625 0.05 60.01625', - ' ! FullProf request: Debye-Scherrer cylinder absorption muR=0.9.' - '\n ! pycrysfml currently has no exposed CFL knob for this feature.' - '\n GEN_PATT 56.01625 0.05 60.01625', -) - -Y2O3_CFL_NEUTRON_SYCOS_SYSIN = Y2O3_CFL_NEUTRON_BETA.replace( - ' Zero_Sy 0.0 0.0 0.0', - ' Zero_Sy 0.0 0.01153 0.24334', -) - -Y2O3_CFL_XRAY_SINGLE = Y2O3_CFL_NEUTRON_BETA.replace( - 'Patt_Type Neutrons Powder CW', - 'Patt_Type X-rays Powder CW', -).replace( - 'LAMBDA 1.54822 1.54822 0.0', - 'LAMBDA 1.54056 1.54056 0.0', -) - -Y2O3_CFL_XRAY_POLARIZATION = Y2O3_CFL_XRAY_SINGLE.replace( - ' GEN_PATT 56.01625 0.05 60.01625', - ' ! FullProf request: Cthm=0.8 and Rpolarz=0.5.' - '\n ! pycrysfml currently has no exposed CFL knob for this feature.' - '\n GEN_PATT 56.01625 0.05 60.01625', -) - -Y2O3_CFL_XRAY_DOUBLET = Y2O3_CFL_XRAY_SINGLE.replace( - 'LAMBDA 1.54056 1.54056 0.0', - 'LAMBDA 1.54056 1.5444 0.5', -) From 593b44911b9c4289e7e14ca1cda9109aa18fc28c Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Fri, 19 Jun 2026 06:49:00 +0200 Subject: [PATCH 21/64] Update verification examples and request scripts --- .../adrs/accepted/model-sample-absorption.md | 10 +- .../preferred-orientation-category.md | 8 +- .../verification-software-version-labels.md | 2 +- .../verification-example-lifecycle.md | 21 +- .../crysfml-python-api-feature-requests.md | 71 +- .../crysfml-python-api-requests/cfl_common.py | 56 +- .../request_01_preferred_orientation.py | 9 +- .../request_02_absorption.py | 10 +- .../request_03_polarization.py | 29 +- .../request_04_sycos_sysin.py | 2 +- .../request_05_single_crystal_extinction.py | 24 +- .../request_06_in_memory_structure_factors.py | 24 +- .../request_07_beta_adps.py | 2 +- .../request_08_tof_patterns_simulation.py | 24 +- .../request_09_tof_profile_selection.py | 24 +- .../request_10_cw_doublet_dict_api.py | 2 +- ...nd-add-the-physical-fcj-asymmetry-model.md | 8 +- ...-on-tof-jorgensen-von-dreele-lorentzian.md | 2 +- ...ysfml-tof-jorgensen-profile-discrepancy.md | 2 +- ...odel-sample-absorption-debye-scherrer-r.md | 8 +- ...in-systematic-peak-position-corrections.md | 2 +- ...empirical-asymmetry-convention-mismatch.md | 6 +- .../ECH0030684_LaB6_1p622A_11B.bac | 3195 ++++++++++++++++ .../ECH0030684_LaB6_1p622A_11B.dat | 3200 ++++++++++++++++ .../ECH0030684_LaB6_1p622A_11B.pcr | 59 + .../ECH0030684_LaB6_1p622A_11B.prf | 3266 ++++++++++++++++ .../ECH0030684_LaB6_1p622A_11B.sum | 142 + .../ECH0030684_LaB6_1p622A_absorption.bac | 3195 ++++++++++++++++ .../ECH0030684_LaB6_1p622A_absorption.dat | 3200 ++++++++++++++++ .../ECH0030684_LaB6_1p622A_absorption.pcr | 58 + .../ECH0030684_LaB6_1p622A_absorption.prf | 3266 ++++++++++++++++ .../ECH0030684_LaB6_1p622A_absorption.sum | 143 + .../ECH0030684_LaB6_1p622A_baseline.bac | 3195 ++++++++++++++++ .../ECH0030684_LaB6_1p622A_baseline.dat | 3200 ++++++++++++++++ .../ECH0030684_LaB6_1p622A_baseline.pcr | 58 + .../ECH0030684_LaB6_1p622A_baseline.prf | 3266 ++++++++++++++++ .../ECH0030684_LaB6_1p622A_baseline.sum | 142 + .../ECH0030684_LaB6_1p622A_fcj.bac | 3195 ++++++++++++++++ .../ECH0030684_LaB6_1p622A_fcj.dat | 3200 ++++++++++++++++ .../ECH0030684_LaB6_1p622A_fcj.pcr | 58 + .../ECH0030684_LaB6_1p622A_fcj.prf | 3266 ++++++++++++++++ .../ECH0030684_LaB6_1p622A_fcj.sum | 142 + .../ECH0030684_LaB6_1p622A_sycos_sysin.bac | 3195 ++++++++++++++++ .../ECH0030684_LaB6_1p622A_sycos_sysin.dat | 3200 ++++++++++++++++ .../ECH0030684_LaB6_1p622A_sycos_sysin.pcr | 58 + .../ECH0030684_LaB6_1p622A_sycos_sysin.prf | 3266 ++++++++++++++++ .../ECH0030684_LaB6_1p622A_sycos_sysin.sum | 142 + .../pd-neut-cwl_y2o3_isotropic-adp/y2o3.dat | 3066 +++++++++++++++ .../y2o3_isotropic_adp.bac | 3061 +++++++++++++++ .../y2o3_isotropic_adp.pcr | 79 + .../y2o3_isotropic_adp.prf | 3333 +++++++++++++++++ .../y2o3_isotropic_adp.sum | 224 ++ docs/docs/verification/index.md | 109 +- ...ut-cwl-total_Ni_gaussian-damped-sinc.ipynb | 275 ++ ...-neut-cwl-total_Ni_gaussian-damped-sinc.py | 158 + ...sic.ipynb => pd-neut-cwl_LBCO_basic.ipynb} | 0 ...bco_basic.py => pd-neut-cwl_LBCO_basic.py} | 0 ...neut-cwl_LBCO_preferred-orientation.ipynb} | 0 ...pd-neut-cwl_LBCO_preferred-orientation.py} | 0 ...metry.ipynb => pd-neut-cwl_LaB6_11B.ipynb} | 134 +- ...j-asymmetry.py => pd-neut-cwl_LaB6_11B.py} | 104 +- ...pynb => pd-neut-cwl_LaB6_absorption.ipynb} | 62 +- ...tion.py => pd-neut-cwl_LaB6_absorption.py} | 58 +- .../verification/pd-neut-cwl_LaB6_basic.ipynb | 240 ++ .../verification/pd-neut-cwl_LaB6_basic.py | 123 + ...b => pd-neut-cwl_LaB6_fcj-asymmetry.ipynb} | 119 +- ...y.py => pd-neut-cwl_LaB6_fcj-asymmetry.py} | 89 +- ...ynb => pd-neut-cwl_LaB6_sycos-sysin.ipynb} | 68 +- ...sin.py => pd-neut-cwl_LaB6_sycos-sysin.py} | 54 +- ...ic.ipynb => pd-neut-cwl_PbSO4_basic.ipynb} | 0 ...o4_basic.py => pd-neut-cwl_PbSO4_basic.py} | 0 ...=> pd-neut-cwl_PbSO4_beba-asymmetry.ipynb} | 2 - ...py => pd-neut-cwl_PbSO4_beba-asymmetry.py} | 2 - ....ipynb => pd-neut-cwl_Y2O3_beta-adp.ipynb} | 2 +- ...ta-adp.py => pd-neut-cwl_Y2O3_beta-adp.py} | 2 +- .../pd-neut-cwl_Y2O3_isotropic-adp.ipynb | 307 ++ .../pd-neut-cwl_Y2O3_isotropic-adp.py | 178 + ...ut-tof-total_Si_gaussian-damped-sinc.ipynb | 275 ++ ...-neut-tof-total_Si_gaussian-damped-sinc.py | 158 + ...-neut-tof_NCAF_jorgensen-von-dreele.ipynb} | 94 +- ... pd-neut-tof_NCAF_jorgensen-von-dreele.py} | 59 - ...pd-neut-tof_Si_jorgensen-von-dreele.ipynb} | 113 +- ...=> pd-neut-tof_Si_jorgensen-von-dreele.py} | 62 - ...n.ipynb => pd-neut-tof_Si_jorgensen.ipynb} | 93 +- ...rgensen.py => pd-neut-tof_Si_jorgensen.py} | 60 - ...cwl-total_NaCl_gaussian-damped-sinc.ipynb} | 0 ...ay-cwl-total_NaCl_gaussian-damped-sinc.py} | 0 ...et.ipynb => pd-xray-cwl_LiF_doublet.ipynb} | 0 ..._doublet.py => pd-xray-cwl_LiF_doublet.py} | 0 ...gle.ipynb => pd-xray-cwl_LiF_single.ipynb} | 0 ...if_single.py => pd-xray-cwl_LiF_single.py} | 0 ...> pd-xray-cwl_LiF_single_absorption.ipynb} | 0 ...y => pd-xray-cwl_LiF_single_absorption.py} | 0 ...pd-xray-cwl_LiF_single_polarization.ipynb} | 0 ...=> pd-xray-cwl_LiF_single_polarization.py} | 0 ...nb => pd-xray-cwl_PbSO4_round-robin.ipynb} | 0 ...in.py => pd-xray-cwl_PbSO4_round-robin.py} | 0 ....ipynb => sc-neut-cwl_Pr2NiO4_basic.ipynb} | 0 ..._basic.py => sc-neut-cwl_Pr2NiO4_basic.py} | 0 ...ipynb => sc-neut-cwl_Tb2Ti2O7_basic.ipynb} | 0 ...basic.py => sc-neut-cwl_Tb2Ti2O7_basic.py} | 0 ...t-cwl_Tb2Ti2O7_isotropic-extinction.ipynb} | 0 ...neut-cwl_Tb2Ti2O7_isotropic-extinction.py} | 0 docs/mkdocs.yml | 48 +- 104 files changed, 61306 insertions(+), 1158 deletions(-) create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.bac create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.dat create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.pcr create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.prf create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.sum create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.bac create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.dat create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.pcr create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.prf create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.sum create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.bac create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.dat create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.pcr create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.prf create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.sum create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.bac create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.dat create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.pcr create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.prf create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.sum create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.bac create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.dat create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.pcr create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.prf create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.sum create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3.dat create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.bac create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.pcr create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.prf create mode 100644 docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.sum create mode 100644 docs/docs/verification/pd-neut-cwl-total_Ni_gaussian-damped-sinc.ipynb create mode 100644 docs/docs/verification/pd-neut-cwl-total_Ni_gaussian-damped-sinc.py rename docs/docs/verification/{pd-neut-cwl_lbco_basic.ipynb => pd-neut-cwl_LBCO_basic.ipynb} (100%) rename docs/docs/verification/{pd-neut-cwl_lbco_basic.py => pd-neut-cwl_LBCO_basic.py} (100%) rename docs/docs/verification/{pd-neut-cwl_lbco_preferred-orientation.ipynb => pd-neut-cwl_LBCO_preferred-orientation.ipynb} (100%) rename docs/docs/verification/{pd-neut-cwl_lbco_preferred-orientation.py => pd-neut-cwl_LBCO_preferred-orientation.py} (100%) rename docs/docs/verification/{pd-neut-cwl_lab6_fcj-asymmetry.ipynb => pd-neut-cwl_LaB6_11B.ipynb} (61%) rename docs/docs/verification/{pd-neut-cwl_lab6_fcj-asymmetry.py => pd-neut-cwl_LaB6_11B.py} (53%) rename docs/docs/verification/{pd-neut-cwl_lab6_absorption.ipynb => pd-neut-cwl_LaB6_absorption.ipynb} (80%) rename docs/docs/verification/{pd-neut-cwl_lab6_absorption.py => pd-neut-cwl_LaB6_absorption.py} (71%) create mode 100644 docs/docs/verification/pd-neut-cwl_LaB6_basic.ipynb create mode 100644 docs/docs/verification/pd-neut-cwl_LaB6_basic.py rename docs/docs/verification/{pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb => pd-neut-cwl_LaB6_fcj-asymmetry.ipynb} (68%) rename docs/docs/verification/{pd-neut-cwl_lab6_absorption_fcj-asymmetry.py => pd-neut-cwl_LaB6_fcj-asymmetry.py} (61%) rename docs/docs/verification/{pd-neut-cwl_lab6_sycos-sysin.ipynb => pd-neut-cwl_LaB6_sycos-sysin.ipynb} (81%) rename docs/docs/verification/{pd-neut-cwl_lab6_sycos-sysin.py => pd-neut-cwl_LaB6_sycos-sysin.py} (76%) rename docs/docs/verification/{pd-neut-cwl_pbso4_basic.ipynb => pd-neut-cwl_PbSO4_basic.ipynb} (100%) rename docs/docs/verification/{pd-neut-cwl_pbso4_basic.py => pd-neut-cwl_PbSO4_basic.py} (100%) rename docs/docs/verification/{pd-neut-cwl_pbso4_beba-asymmetry.ipynb => pd-neut-cwl_PbSO4_beba-asymmetry.ipynb} (98%) rename docs/docs/verification/{pd-neut-cwl_pbso4_beba-asymmetry.py => pd-neut-cwl_PbSO4_beba-asymmetry.py} (98%) rename docs/docs/verification/{pd-neut-cwl_y2o3_beta-adp.ipynb => pd-neut-cwl_Y2O3_beta-adp.ipynb} (99%) rename docs/docs/verification/{pd-neut-cwl_y2o3_beta-adp.py => pd-neut-cwl_Y2O3_beta-adp.py} (99%) create mode 100644 docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.ipynb create mode 100644 docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.py create mode 100644 docs/docs/verification/pd-neut-tof-total_Si_gaussian-damped-sinc.ipynb create mode 100644 docs/docs/verification/pd-neut-tof-total_Si_gaussian-damped-sinc.py rename docs/docs/verification/{pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb => pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb} (80%) rename docs/docs/verification/{pd-neut-tof_ncaf_jorgensen-von-dreele.py => pd-neut-tof_NCAF_jorgensen-von-dreele.py} (80%) rename docs/docs/verification/{pd-neut-tof_si_jorgensen-von-dreele.ipynb => pd-neut-tof_Si_jorgensen-von-dreele.ipynb} (74%) rename docs/docs/verification/{pd-neut-tof_si_jorgensen-von-dreele.py => pd-neut-tof_Si_jorgensen-von-dreele.py} (77%) rename docs/docs/verification/{pd-neut-tof_si_jorgensen.ipynb => pd-neut-tof_Si_jorgensen.ipynb} (75%) rename docs/docs/verification/{pd-neut-tof_si_jorgensen.py => pd-neut-tof_Si_jorgensen.py} (73%) rename docs/docs/verification/{pd-xray-cwl-total_nacl_gaussian-damped-sinc.ipynb => pd-xray-cwl-total_NaCl_gaussian-damped-sinc.ipynb} (100%) rename docs/docs/verification/{pd-xray-cwl-total_nacl_gaussian-damped-sinc.py => pd-xray-cwl-total_NaCl_gaussian-damped-sinc.py} (100%) rename docs/docs/verification/{pd-xray-cwl_lif_doublet.ipynb => pd-xray-cwl_LiF_doublet.ipynb} (100%) rename docs/docs/verification/{pd-xray-cwl_lif_doublet.py => pd-xray-cwl_LiF_doublet.py} (100%) rename docs/docs/verification/{pd-xray-cwl_lif_single.ipynb => pd-xray-cwl_LiF_single.ipynb} (100%) rename docs/docs/verification/{pd-xray-cwl_lif_single.py => pd-xray-cwl_LiF_single.py} (100%) rename docs/docs/verification/{pd-xray-cwl_lif_single_absorption.ipynb => pd-xray-cwl_LiF_single_absorption.ipynb} (100%) rename docs/docs/verification/{pd-xray-cwl_lif_single_absorption.py => pd-xray-cwl_LiF_single_absorption.py} (100%) rename docs/docs/verification/{pd-xray-cwl_lif_single_polarization.ipynb => pd-xray-cwl_LiF_single_polarization.ipynb} (100%) rename docs/docs/verification/{pd-xray-cwl_lif_single_polarization.py => pd-xray-cwl_LiF_single_polarization.py} (100%) rename docs/docs/verification/{pd-xray-cwl_pbso4_round-robin.ipynb => pd-xray-cwl_PbSO4_round-robin.ipynb} (100%) rename docs/docs/verification/{pd-xray-cwl_pbso4_round-robin.py => pd-xray-cwl_PbSO4_round-robin.py} (100%) rename docs/docs/verification/{sc-neut-cwl_pr2nio4_basic.ipynb => sc-neut-cwl_Pr2NiO4_basic.ipynb} (100%) rename docs/docs/verification/{sc-neut-cwl_pr2nio4_basic.py => sc-neut-cwl_Pr2NiO4_basic.py} (100%) rename docs/docs/verification/{sc-neut-cwl_tbti_basic.ipynb => sc-neut-cwl_Tb2Ti2O7_basic.ipynb} (100%) rename docs/docs/verification/{sc-neut-cwl_tbti_basic.py => sc-neut-cwl_Tb2Ti2O7_basic.py} (100%) rename docs/docs/verification/{sc-neut-cwl_tbti_isotropic-extinction.ipynb => sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb} (100%) rename docs/docs/verification/{sc-neut-cwl_tbti_isotropic-extinction.py => sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.py} (100%) diff --git a/docs/dev/adrs/accepted/model-sample-absorption.md b/docs/dev/adrs/accepted/model-sample-absorption.md index b56ffe30c..4f0f05921 100644 --- a/docs/dev/adrs/accepted/model-sample-absorption.md +++ b/docs/dev/adrs/accepted/model-sample-absorption.md @@ -24,10 +24,10 @@ factor that attenuates low-angle peaks more than high-angle peaks; omitting it leaves an angle-dependent intensity residual that scales with the sample's μR (linear absorption coefficient × radius). -This is not hypothetical. The verification reference `pd-neut-cwl_lab6` -was refined in FullProf with **μR = 0.7**; the unmodelled correction is -the _entire_ intensity residual on the companion -`pd-neut-cwl_lab6_absorption` page (≈5 % profile difference), while the +This is not hypothetical. The FullProf reference directory +`pd-neut-cwl_lab6` was refined with **μR = 0.7**; the unmodelled +correction is the _entire_ intensity residual on the companion +`pd-neut-cwl_LaB6_absorption` page (≈5 % profile difference), while the μR = 0 page passes to corr 0.9999. See [issue #119](../../issues/open/highest_model-sample-absorption-debye-scherrer-r.md). @@ -369,7 +369,7 @@ backend round-trip. ## Consequences - **Closes the LaB₆ absorption residual.** The - `pd-neut-cwl_lab6_absorption` verification page becomes the acceptance + `pd-neut-cwl_LaB6_absorption` verification page becomes the acceptance test: with `cylinder-hewat`, `mu_r = 0.7` it should reach the same corr as the μR = 0 page. - **Calculator-consistent by construction.** Both backends call the same diff --git a/docs/dev/adrs/accepted/preferred-orientation-category.md b/docs/dev/adrs/accepted/preferred-orientation-category.md index a6263c8e4..496594c17 100644 --- a/docs/dev/adrs/accepted/preferred-orientation-category.md +++ b/docs/dev/adrs/accepted/preferred-orientation-category.md @@ -116,7 +116,7 @@ Three independent sources confirm the same simple, widely used model — direction); it is **not** the verification reference. Both shipped FullProf PO examples are simulated-annealing demos on _calculated_ data, so the verification case is constructed separately (see the - §Verification section, which builds on `pd-neut-cwl_lbco_basic`). + §Verification section, which builds on `pd-neut-cwl_LBCO_basic`). The three models agree on the **category shape** — a single scalar March coefficient plus an integer direction (and an optional random fraction) @@ -487,7 +487,7 @@ preferred orientation, so PO stays CrysPy-only for now.) small, discoverable API and standards-aligned CIF. - One new category package plus experiment wiring and a CrysPy serialization branch; no changes to the structure model. -- A new cross-engine verification case (on the `pd-neut-cwl_lbco_basic` +- A new cross-engine verification case (on the `pd-neut-cwl_LBCO_basic` base, two-parameter March–Dollase) extends the existing FullProf suite (consistent with the cross-engine work in commits #195–#199): refining `march_r`, `march_random_fract`, and scale recovers FullProf's @@ -552,7 +552,7 @@ against measured data — unsuitable as a verification reference. The verification notebook is a **positive cross-engine agreement check** that also exercises both March–Dollase parameters. It is built on the -existing **`pd-neut-cwl_lbco_basic`** case (La₀.₅Ba₀.₅CoO₃, neutron CW, +existing **`pd-neut-cwl_LBCO_basic`** case (La₀.₅Ba₀.₅CoO₃, neutron CW, pseudo-Voigt — chosen as the base on request): 1. Copy @@ -562,7 +562,7 @@ pseudo-Voigt — chosen as the base on request): re-run FullProf locally (`~/Applications/fullprof`) to regenerate `.prf`/`.bac`/`.sum` (the reference uses `Pref1=1.2`, `Pref2=0.3`, axis `[0 0 1]`). -2. Add `pd-neut-cwl_lbco_preferred-orientation` (paired `.py`/`.ipynb`) +2. Add `pd-neut-cwl_LBCO_preferred-orientation` (paired `.py`/`.ipynb`) that builds the same LBCO model, sets `expt.preferred_orientation` with `r=Pref1` and `fraction=Pref2`, then **refines `march_r`, `march_random_fract`, and scale**. ed-cryspy recovers `r≈Pref1` and diff --git a/docs/dev/adrs/accepted/verification-software-version-labels.md b/docs/dev/adrs/accepted/verification-software-version-labels.md index 02c8679ca..ffba2fe9f 100644 --- a/docs/dev/adrs/accepted/verification-software-version-labels.md +++ b/docs/dev/adrs/accepted/verification-software-version-labels.md @@ -125,7 +125,7 @@ The engine is passed **explicitly as a tag** (`'cryspy'`, `'crysfml'`), deliberate contract choice: a verification page computes one engine's curve, stores it, **switches the calculator**, computes the next, then compares the **stored** arrays together (e.g. -`docs/docs/verification/pd-neut-cwl_lbco_basic.py` calculates with +`docs/docs/verification/pd-neut-cwl_LBCO_basic.py` calculates with `cryspy`, switches to `crysfml`, then renders both stored results). A helper that read the _active_ engine at render time would label a stored `cryspy` result with whichever engine happened to be active later — diff --git a/docs/dev/adrs/suggestions/verification-example-lifecycle.md b/docs/dev/adrs/suggestions/verification-example-lifecycle.md index 8a3dd7820..ae5ee33eb 100644 --- a/docs/dev/adrs/suggestions/verification-example-lifecycle.md +++ b/docs/dev/adrs/suggestions/verification-example-lifecycle.md @@ -56,11 +56,11 @@ model term relative to a baseline. Good examples: -- `pd-neut-cwl_lbco_basic` — baseline pseudo-Voigt powder neutron CW. -- `pd-neut-cwl_lbco_preferred-orientation` — the same class of example +- `pd-neut-cwl_LBCO_basic` — baseline pseudo-Voigt powder neutron CW. +- `pd-neut-cwl_LBCO_preferred-orientation` — the same class of example with March-Dollase preferred orientation activated. -- `pd-xray-cwl_lif_single` — baseline single-wavelength X-ray CW. -- `pd-xray-cwl_lif_single_polarization` — the same X-ray case with +- `pd-xray-cwl_LiF_single` — baseline single-wavelength X-ray CW. +- `pd-xray-cwl_LiF_single_polarization` — the same X-ray case with polarization activated. Combined-feature pages are allowed only when the interaction is itself @@ -107,17 +107,18 @@ Use this file stem: Add new prefixes only when the corresponding experiment type is supported and the first example lands. -`` is a lowercase ASCII sample or compound slug such as `lbco`, -`pbso4`, `lif`, `si`, `ncaf`, `tbti`, or `pr2nio4`. +`` is an ASCII sample or compound token with conventional +capitalization, such as `LBCO`, `PbSO4`, `LiF`, `Si`, `NCAF`, +`Tb2Ti2O7`, or `Pr2NiO4`. `` is lowercase ASCII. Use underscores between filename blocks and hyphens inside multi-word feature names: ```text -pd-neut-cwl_pbso4_beba-asymmetry.py -pd-neut-cwl_lab6_absorption_fcj-asymmetry.py -pd-neut-tof_si_jorgensen-von-dreele.py -pd-xray-cwl_lif_single_polarization.py +pd-neut-cwl_PbSO4_beba-asymmetry.py +pd-neut-cwl_LaB6_absorption.py +pd-neut-tof_Si_jorgensen-von-dreele.py +pd-xray-cwl_LiF_single_polarization.py ``` The `.py` source, generated `.ipynb`, and public docs links use the same diff --git a/docs/dev/crysfml-python-api-feature-requests.md b/docs/dev/crysfml-python-api-feature-requests.md index 5210fe7b9..c8773f2b2 100644 --- a/docs/dev/crysfml-python-api-feature-requests.md +++ b/docs/dev/crysfml-python-api-feature-requests.md @@ -34,10 +34,10 @@ All screenshots follow the same evidence contract: feature and with the requested feature. - Every profile panel uses the Y2O3 verification sample from `docs/docs/verification/fullprof/pd-neut-cwl_y2o3_beta-adp/`. -- Every embedded FullProf profile is the Bragg-only calculated - intensity from 55.50 to 59.50 degrees 2theta, step 0.05. -- The plotting helper uses panels 1.5x taller than the previous - evidence scripts. +- Every embedded FullProf profile is the Bragg-only calculated intensity + from 55.50 to 59.50 degrees 2theta, step 0.05. +- The plotting helper uses panels 1.5x taller than the previous evidence + scripts. Generated FullProf PCR inputs for the requests that have a meaningful powder-pattern toggle are stored in @@ -47,10 +47,25 @@ verification `y2o3.dat` beside the PCR using the same basename, then run `fp2k `. For CFL-driven requests, feature-on scripts keep the requested values -inside the editable CFL block. When pycrysfml starts parsing and -applying one of these CrysFML Fortran-backed inputs, the corresponding -script should show the changed CrysFML curve without any Python logic -change. The beta-ADP PCR is used only by request 7. +inside the editable CFL block or the sidecar IRF referenced by +`IRF_File`. When pycrysfml starts parsing and applying one of these +CrysFML Fortran-backed inputs, the corresponding script should show the +changed CrysFML curve without any Python logic change. The beta-ADP PCR +is used only by request 7. + +Confirmed CrysFML/nFP input surfaces: + +- `Testing/nFP/Examples` contains real `.cfl` examples for `Zero_Sy`, + `WDT`, `ASYM`, `LAMBDA`, `UVWXY`, `IRF_File`, `PH_Pattern`, + `Calc_Type`, `Pref_OR`, `Pref_axis_val`, `BETA`, `Aniso_STRAIN`, and + related phase/pattern structure. +- nFP's Fortran CFL reader additionally accepts `Absorption` inside a + `PH_Pattern` block. +- CrysFML's IRF reader accepts `CTHM` and `RKK`, but those are IRF-file + keys referenced through the CFL `IRF_File` key, not inline CFL pattern + keys. +- No CrysFML/nFP CFL or IRF example/key was found for `MUR`, `CABS`, or + `Preferred_Orientation`; those spellings are not used below. ## Request 1: preferred orientation in powder patterns @@ -76,7 +91,11 @@ FullProf `.pcr` setting used in the feature-on reference: CFL input requested in the feature-on script: ```text -Preferred_Orientation 0.0 0.0 1.0 1.0 1.2 0.3 +PH_Pattern 1 + Calc_Type Nuclear + Pref_OR multiaxial_MD 1 + Pref_axis_val 0 0 1 1.2 0.3 +END_PH_Pattern ``` Evidence: @@ -110,19 +129,21 @@ FullProf `.pcr` setting used in the feature-on reference: CFL input requested in the feature-on script: ```text -GEOM DBS -CABS HEWAT -MUR 0.9 +PH_Pattern 1 + Calc_Type Nuclear + Absorption 0.9 +END_PH_Pattern ``` Evidence: - PCRs: `fullprof/y2o3_isotropic_adp.pcr`, `fullprof/y2o3_absorption.pcr` -- Script: `docs/dev/crysfml-python-api-requests/request_02_absorption.py` -- Screenshot caption: "Y2O3 powder CW control agrees without - cylindrical absorption; the feature-on CFL requests Debye-Scherrer - Hewat cylindrical absorption with `muR=0.9`." +- Script: + `docs/dev/crysfml-python-api-requests/request_02_absorption.py` +- Screenshot caption: "Y2O3 powder CW control agrees without cylindrical + absorption; the feature-on CFL requests Debye-Scherrer Hewat + cylindrical absorption with `muR=0.9`." ## Request 3: X-ray polarization @@ -143,9 +164,12 @@ FullProf `.pcr` setting used in the feature-on reference: 1.540560 1.540560 0.00000 50.000 20.0000 0.8000 0.0000 160.00 0.5000 ``` -CFL input requested in the feature-on script: +CFL and IRF input requested in the feature-on script: ```text +IRF_File y2o3_xray_polarization.irf + +# in y2o3_xray_polarization.irf CTHM 0.8 RKK 0.5 ``` @@ -157,8 +181,8 @@ Evidence: - Script: `docs/dev/crysfml-python-api-requests/request_03_polarization.py` - Screenshot caption: "Y2O3 X-ray CW control agrees without - polarization; the feature-on CFL requests CrysFML-style `CTHM=0.8` - and `RKK=0.5` polarization input." + polarization; the feature-on CFL references an IRF file carrying + CrysFML-style `CTHM=0.8` and `RKK=0.5` polarization input." ## Request 4: SyCos and SySin CW peak-position shifts @@ -184,9 +208,9 @@ Evidence: `fullprof/y2o3_sycos_sysin.pcr` - Script: `docs/dev/crysfml-python-api-requests/request_04_sycos_sysin.py` -- Screenshot caption: "Y2O3 powder CW control agrees with - `SyCos=0`, `SySin=0`; after FullProf enables `SyCos=0.01153`, - `SySin=0.24334`, pycrysfml still follows the unshifted positions." +- Screenshot caption: "Y2O3 powder CW control agrees with `SyCos=0`, + `SySin=0`; after FullProf enables `SyCos=0.01153`, `SySin=0.24334`, + pycrysfml still follows the unshifted positions." ## Request 5: single-crystal extinction corrections @@ -355,8 +379,7 @@ FullProf `.pcr` setting used in the feature-on reference: Evidence: -- PCRs: `fullprof/y2o3_xray_single.pcr`, - `fullprof/y2o3_doublet.pcr` +- PCRs: `fullprof/y2o3_xray_single.pcr`, `fullprof/y2o3_doublet.pcr` - Script: `docs/dev/crysfml-python-api-requests/request_10_cw_doublet_dict_api.py` - Screenshot caption: "Y2O3 X-ray CW control agrees for a single diff --git a/docs/dev/crysfml-python-api-requests/cfl_common.py b/docs/dev/crysfml-python-api-requests/cfl_common.py index 4382d1ae3..a5d6c8818 100644 --- a/docs/dev/crysfml-python-api-requests/cfl_common.py +++ b/docs/dev/crysfml-python-api-requests/cfl_common.py @@ -1,7 +1,10 @@ from __future__ import annotations import importlib +import os +import tempfile from dataclasses import dataclass +from pathlib import Path from typing import TYPE_CHECKING import numpy as np @@ -33,9 +36,15 @@ def fullprof_array(values: list[list[float]]) -> np.ndarray: return np.asarray(values, dtype=float) -def simulate_cfl(cfl: str) -> tuple[np.ndarray, np.ndarray]: +def simulate_cfl( + cfl: str, + sidecar_files: dict[str, str] | None = None, +) -> tuple[np.ndarray, np.ndarray]: lines = [line.rstrip() for line in cfl.strip().splitlines()] - patterns = cfml_py_utilities.patterns_simulation(lines) + if sidecar_files is None: + patterns = cfml_py_utilities.patterns_simulation(lines) + else: + patterns = _simulate_cfl_with_sidecars(lines, sidecar_files) if not patterns: msg = 'patterns_simulation returned no patterns.' raise RuntimeError(msg) @@ -50,12 +59,13 @@ def compare_to_fullprof( *, x_shift: float = 0.0, scale_override: float | None = None, + sidecar_files: dict[str, str] | None = None, ) -> Comparison: x_ref = reference[:, 0] y_ref = reference[:, 1] error = None try: - y_interp, error = _interpolate_cfl(cfl, x_ref, x_shift) + y_interp, error = _interpolate_cfl(cfl, x_ref, x_shift, sidecar_files) except Exception as exc: # noqa: BLE001 - diagnostic scripts must keep running. error = f'{type(exc).__name__}: {exc}' y_interp = np.zeros_like(y_ref) @@ -78,26 +88,6 @@ def compare_to_fullprof( ) -def compare_unavailable(label: str, reference: np.ndarray, reason: str) -> Comparison: - x_ref = reference[:, 0] - y_ref = reference[:, 1] - zeros = np.zeros_like(y_ref) - rms = float(np.sqrt(np.mean(y_ref * y_ref))) - reference_norm = max(float(np.max(np.abs(y_ref))), 1.0) - return Comparison( - label=label, - x_values=x_ref, - reference=y_ref, - calculated=zeros, - scaled=zeros, - scale=0.0, - rms=rms, - relative_rms=rms / reference_norm, - max_abs_delta=float(np.max(np.abs(y_ref))), - error=reason, - ) - - def least_squares_scale(reference: np.ndarray, calculated: np.ndarray) -> float: denominator = float(np.dot(calculated, calculated)) if denominator <= np.finfo(float).tiny: @@ -181,8 +171,9 @@ def _interpolate_cfl( cfl: str, x_ref: np.ndarray, x_shift: float, + sidecar_files: dict[str, str] | None, ) -> tuple[np.ndarray, str | None]: - x_calc, y_calc = simulate_cfl(cfl) + x_calc, y_calc = simulate_cfl(cfl, sidecar_files) x_calc += x_shift y_interp = np.interp(x_ref, x_calc, y_calc, left=0.0, right=0.0) _restore_close_endpoint_values(x_ref, x_calc, y_calc, y_interp) @@ -192,6 +183,23 @@ def _interpolate_cfl( return np.nan_to_num(y_interp, nan=0.0, posinf=0.0, neginf=0.0), error +def _simulate_cfl_with_sidecars( + lines: list[str], + sidecar_files: dict[str, str], +) -> list[dict[str, object]]: + old_cwd = os.getcwd() + with tempfile.TemporaryDirectory() as tmp_dir: + for name, content in sidecar_files.items(): + path = Path(tmp_dir, name) + path.parent.mkdir(parents=True, exist_ok=True) + path.write_text(content.strip() + '\n', encoding='utf-8') + try: + os.chdir(tmp_dir) + return cfml_py_utilities.patterns_simulation(lines) + finally: + os.chdir(old_cwd) + + def _restore_close_endpoint_values( x_ref: np.ndarray, x_calc: np.ndarray, diff --git a/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py b/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py index 3ea2fba89..ae352af25 100644 --- a/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py +++ b/docs/dev/crysfml-python-api-requests/request_01_preferred_orientation.py @@ -48,6 +48,9 @@ def _window_array(intensities: list[float]) -> np.ndarray: Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 Contributes_to_patterns 1 Scale_Factors 1.0 + PH_Pattern 1 + Calc_Type Nuclear + END_PH_Pattern END_PHASE_Y2O3 """ @@ -69,9 +72,13 @@ def _window_array(intensities: list[float]) -> np.ndarray: Atom Y1 Y -0.03236 0.0 0.25 0.0 0.5 Atom Y2 Y 0.25 0.25 0.25 0.0 0.16667 Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 - Preferred_Orientation 0.0 0.0 1.0 1.0 1.2 0.3 Contributes_to_patterns 1 Scale_Factors 1.0 + PH_Pattern 1 + Calc_Type Nuclear + Pref_OR multiaxial_MD 1 + Pref_axis_val 0 0 1 1.2 0.3 + END_PH_Pattern END_PHASE_Y2O3 """ diff --git a/docs/dev/crysfml-python-api-requests/request_02_absorption.py b/docs/dev/crysfml-python-api-requests/request_02_absorption.py index a04ab9fdd..1ce141541 100644 --- a/docs/dev/crysfml-python-api-requests/request_02_absorption.py +++ b/docs/dev/crysfml-python-api-requests/request_02_absorption.py @@ -48,6 +48,9 @@ def _window_array(intensities: list[float]) -> np.ndarray: Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 Contributes_to_patterns 1 Scale_Factors 1.0 + PH_Pattern 1 + Calc_Type Nuclear + END_PH_Pattern END_PHASE_Y2O3 """ @@ -60,9 +63,6 @@ def _window_array(intensities: list[float]) -> np.ndarray: ASYM 0.0 0.0 LAMBDA 1.54822 1.54822 0.0 UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 - GEOM DBS - CABS HEWAT - MUR 0.9 GEN_PATT 55.51625 0.05 59.51625 END_PATTERN_Y2O3 @@ -74,6 +74,10 @@ def _window_array(intensities: list[float]) -> np.ndarray: Atom O1 O 0.39072 0.15204 0.38030 0.0 1.0 Contributes_to_patterns 1 Scale_Factors 1.0 + PH_Pattern 1 + Calc_Type Nuclear + Absorption 0.9 + END_PH_Pattern END_PHASE_Y2O3 """ diff --git a/docs/dev/crysfml-python-api-requests/request_03_polarization.py b/docs/dev/crysfml-python-api-requests/request_03_polarization.py index f7519ccac..236b8dcdb 100644 --- a/docs/dev/crysfml-python-api-requests/request_03_polarization.py +++ b/docs/dev/crysfml-python-api-requests/request_03_polarization.py @@ -37,6 +37,7 @@ def _window_array(intensities: list[float]) -> np.ndarray: ASYM 0.0 0.0 LAMBDA 1.54056 1.54056 0.0 UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 + IRF_File y2o3_xray_control.irf GEN_PATT 55.51625 0.05 59.51625 END_PATTERN_Y2O3 @@ -60,8 +61,7 @@ def _window_array(intensities: list[float]) -> np.ndarray: ASYM 0.0 0.0 LAMBDA 1.54056 1.54056 0.0 UVWXY 0.036631 -0.068345 0.131426 0.0 0.0 - CTHM 0.8 - RKK 0.5 + IRF_File y2o3_xray_polarization.irf GEN_PATT 55.51625 0.05 59.51625 END_PATTERN_Y2O3 @@ -76,6 +76,27 @@ def _window_array(intensities: list[float]) -> np.ndarray: END_PHASE_Y2O3 """ +CONTROL_IRF = """ +TITLE Y2O3 X-ray CW control +JOBT CW X-rays +WAVE 1.540560 1.540560 0.0 +PROF 7 0.0 0.0 0.0 +CTHM 0.0 +THRG 55.51625 0.05 59.51625 +UVWXYZ 0.036631 -0.068345 0.131426 0.0 0.0 0.0 +""" + +REQUESTED_IRF = """ +TITLE Y2O3 X-ray CW polarization request +JOBT CW X-rays +WAVE 1.540560 1.540560 0.0 +PROF 7 0.0 0.0 0.0 +CTHM 0.8 +RKK 0.5 +THRG 55.51625 0.05 59.51625 +UVWXYZ 0.036631 -0.068345 0.131426 0.0 0.0 0.0 +""" + # Generated with FullProf 8.40 from the PCR files in fullprof/. FULLPROF_CONTROL = _window_array([ 0.0014706, 0.0136294, 0.0430261477, 0.179173852, @@ -132,13 +153,15 @@ def main() -> None: CONTROL_CFL, FULLPROF_CONTROL, x_shift=Y2O3_X_SHIFT, + sidecar_files={'y2o3_xray_control.irf': CONTROL_IRF}, ) requested = compare_to_fullprof( - 'with X-ray polarization requested in CFL', + 'with X-ray polarization requested via IRF_File', REQUESTED_CFL, FULLPROF_REQUESTED, x_shift=Y2O3_X_SHIFT, scale_override=control.scale, + sidecar_files={'y2o3_xray_polarization.irf': REQUESTED_IRF}, ) comparisons = [control, requested] print_summary('Request 3: X-ray polarization', comparisons) diff --git a/docs/dev/crysfml-python-api-requests/request_04_sycos_sysin.py b/docs/dev/crysfml-python-api-requests/request_04_sycos_sysin.py index e5637e7c3..83ba14e1b 100644 --- a/docs/dev/crysfml-python-api-requests/request_04_sycos_sysin.py +++ b/docs/dev/crysfml-python-api-requests/request_04_sycos_sysin.py @@ -132,7 +132,7 @@ def main() -> None: x_shift=Y2O3_X_SHIFT, ) requested = compare_to_fullprof( - 'with SyCos/SySin shifts in FullProf', + 'with SyCos/SySin shifts requested in CFL', REQUESTED_CFL, FULLPROF_REQUESTED, x_shift=Y2O3_X_SHIFT, diff --git a/docs/dev/crysfml-python-api-requests/request_05_single_crystal_extinction.py b/docs/dev/crysfml-python-api-requests/request_05_single_crystal_extinction.py index 7a5b16b68..48ad4a198 100644 --- a/docs/dev/crysfml-python-api-requests/request_05_single_crystal_extinction.py +++ b/docs/dev/crysfml-python-api-requests/request_05_single_crystal_extinction.py @@ -9,7 +9,6 @@ from cfl_common import compare_to_fullprof -from cfl_common import compare_unavailable from cfl_common import fullprof_array from cfl_common import plot_comparisons from cfl_common import print_summary @@ -52,6 +51,15 @@ def _window_array(intensities: list[float]) -> np.ndarray: END_PHASE_Y2O3 """ +REQUESTED_CFL = CONTROL_CFL.replace( + ' Contributes_to_patterns 1', + ( + ' ! API unknown: CrysFML Fortran has single-crystal extinction ' + 'code, but no CFL/Python powder-pattern input was found.\n' + ' Contributes_to_patterns 1' + ), +) + # Generated with FullProf 8.40 from fullprof/y2o3_isotropic_adp.pcr. FULLPROF_CONTROL = _window_array([ 1.8614706, 0.4336294, 0.0930261477, 0.0191738523, @@ -77,12 +85,6 @@ def _window_array(intensities: list[float]) -> np.ndarray: 15697.1762, ]) -NO_SINGLE_CRYSTAL_EXTINCTION_API = ( - 'patterns_simulation is a powder-pattern API. The inspected ' - 'pycrysfml package has no callable single-crystal extinction API ' - 'for corrected integrated intensities or correction factors.' -) - def main() -> None: control = compare_to_fullprof( @@ -91,10 +93,12 @@ def main() -> None: FULLPROF_CONTROL, x_shift=Y2O3_X_SHIFT, ) - requested = compare_unavailable( - 'with single-crystal extinction API requested', + requested = compare_to_fullprof( + 'with single-crystal extinction API unknown', + REQUESTED_CFL, FULLPROF_CONTROL, - NO_SINGLE_CRYSTAL_EXTINCTION_API, + x_shift=Y2O3_X_SHIFT, + scale_override=control.scale, ) comparisons = [control, requested] print_summary('Request 5: single-crystal extinction', comparisons) diff --git a/docs/dev/crysfml-python-api-requests/request_06_in_memory_structure_factors.py b/docs/dev/crysfml-python-api-requests/request_06_in_memory_structure_factors.py index 4eaa02f4a..e7938536c 100644 --- a/docs/dev/crysfml-python-api-requests/request_06_in_memory_structure_factors.py +++ b/docs/dev/crysfml-python-api-requests/request_06_in_memory_structure_factors.py @@ -9,7 +9,6 @@ from cfl_common import compare_to_fullprof -from cfl_common import compare_unavailable from cfl_common import fullprof_array from cfl_common import plot_comparisons from cfl_common import print_summary @@ -52,6 +51,15 @@ def _window_array(intensities: list[float]) -> np.ndarray: END_PHASE_Y2O3 """ +REQUESTED_CFL = CONTROL_CFL.replace( + ' Contributes_to_patterns 1', + ( + ' ! API unknown: CrysFML Fortran has structure-factor code, ' + 'but no in-memory Python input equivalent was found.\n' + ' Contributes_to_patterns 1' + ), +) + # Generated with FullProf 8.40 from fullprof/y2o3_isotropic_adp.pcr. FULLPROF_CONTROL = _window_array([ 1.8614706, 0.4336294, 0.0930261477, 0.0191738523, @@ -77,12 +85,6 @@ def _window_array(intensities: list[float]) -> np.ndarray: 15697.1762, ]) -NO_IN_MEMORY_STRUCTURE_FACTOR_API = ( - 'The inspected pycrysfml APIs require CIF, MCIF, or CFL text. No ' - 'call accepts in-memory cell, space group, atom, radiation, and hkl ' - 'objects and returns structure factors.' -) - def main() -> None: control = compare_to_fullprof( @@ -91,10 +93,12 @@ def main() -> None: FULLPROF_CONTROL, x_shift=Y2O3_X_SHIFT, ) - requested = compare_unavailable( - 'with in-memory structure-factor API requested', + requested = compare_to_fullprof( + 'with in-memory structure-factor API unknown', + REQUESTED_CFL, FULLPROF_CONTROL, - NO_IN_MEMORY_STRUCTURE_FACTOR_API, + x_shift=Y2O3_X_SHIFT, + scale_override=control.scale, ) comparisons = [control, requested] print_summary('Request 6: in-memory structure factors', comparisons) diff --git a/docs/dev/crysfml-python-api-requests/request_07_beta_adps.py b/docs/dev/crysfml-python-api-requests/request_07_beta_adps.py index c20a82e05..d3d141926 100644 --- a/docs/dev/crysfml-python-api-requests/request_07_beta_adps.py +++ b/docs/dev/crysfml-python-api-requests/request_07_beta_adps.py @@ -135,7 +135,7 @@ def main() -> None: x_shift=Y2O3_X_SHIFT, ) requested = compare_to_fullprof( - 'with beta ADPs in FullProf', + 'with beta ADPs requested in CFL', REQUESTED_CFL, FULLPROF_REQUESTED, x_shift=Y2O3_X_SHIFT, diff --git a/docs/dev/crysfml-python-api-requests/request_08_tof_patterns_simulation.py b/docs/dev/crysfml-python-api-requests/request_08_tof_patterns_simulation.py index b38dbdb59..14763e3a8 100644 --- a/docs/dev/crysfml-python-api-requests/request_08_tof_patterns_simulation.py +++ b/docs/dev/crysfml-python-api-requests/request_08_tof_patterns_simulation.py @@ -9,7 +9,6 @@ from cfl_common import compare_to_fullprof -from cfl_common import compare_unavailable from cfl_common import fullprof_array from cfl_common import plot_comparisons from cfl_common import print_summary @@ -52,6 +51,15 @@ def _window_array(intensities: list[float]) -> np.ndarray: END_PHASE_Y2O3 """ +REQUESTED_CFL = CONTROL_CFL.replace( + ' GEN_PATT 55.51625 0.05 59.51625', + ( + ' ! API unknown for this Y2O3 CW oracle: CrysFML Fortran has ' + 'TOF CFL keys D2TOF, ALPHA, BETA, SIGMA, GAMMA, and TOF_RANGE.\n' + ' GEN_PATT 55.51625 0.05 59.51625' + ), +) + # Generated with FullProf 8.40 from fullprof/y2o3_isotropic_adp.pcr. FULLPROF_CONTROL = _window_array([ 1.8614706, 0.4336294, 0.0930261477, 0.0191738523, @@ -77,12 +85,6 @@ def _window_array(intensities: list[float]) -> np.ndarray: 15697.1762, ]) -NO_TOF_PATTERN_API = ( - 'The inspected patterns_simulation CFL path does not produce a ' - 'matching TOF powder profile. This evidence keeps the common Y2O3 ' - '55.5-59.5 degree window for the chart and records the TOF API gap.' -) - def main() -> None: control = compare_to_fullprof( @@ -91,10 +93,12 @@ def main() -> None: FULLPROF_CONTROL, x_shift=Y2O3_X_SHIFT, ) - requested = compare_unavailable( - 'with TOF patterns_simulation requested', + requested = compare_to_fullprof( + 'with TOF patterns_simulation API unknown', + REQUESTED_CFL, FULLPROF_CONTROL, - NO_TOF_PATTERN_API, + x_shift=Y2O3_X_SHIFT, + scale_override=control.scale, ) comparisons = [control, requested] print_summary('Request 8: TOF patterns_simulation', comparisons) diff --git a/docs/dev/crysfml-python-api-requests/request_09_tof_profile_selection.py b/docs/dev/crysfml-python-api-requests/request_09_tof_profile_selection.py index d60993068..bb3e52709 100644 --- a/docs/dev/crysfml-python-api-requests/request_09_tof_profile_selection.py +++ b/docs/dev/crysfml-python-api-requests/request_09_tof_profile_selection.py @@ -9,7 +9,6 @@ from cfl_common import compare_to_fullprof -from cfl_common import compare_unavailable from cfl_common import fullprof_array from cfl_common import plot_comparisons from cfl_common import print_summary @@ -52,6 +51,15 @@ def _window_array(intensities: list[float]) -> np.ndarray: END_PHASE_Y2O3 """ +REQUESTED_CFL = CONTROL_CFL.replace( + ' Profile_function TCH_pVoigt', + ( + ' ! API unknown for this Y2O3 CW oracle: CrysFML Fortran has ' + 'TOF Profile_function selection.\n' + ' Profile_function TCH_pVoigt' + ), +) + # Generated with FullProf 8.40 from fullprof/y2o3_isotropic_adp.pcr. FULLPROF_CONTROL = _window_array([ 1.8614706, 0.4336294, 0.0930261477, 0.0191738523, @@ -77,12 +85,6 @@ def _window_array(intensities: list[float]) -> np.ndarray: 15697.1762, ]) -NO_TOF_PROFILE_SELECTION_API = ( - 'The inspected Python TOF path does not expose selectable ' - 'Jorgensen versus Jorgensen-von-Dreele profile functions, and CFL ' - 'profile selection cannot be validated until TOF CFL intensities work.' -) - def main() -> None: control = compare_to_fullprof( @@ -91,10 +93,12 @@ def main() -> None: FULLPROF_CONTROL, x_shift=Y2O3_X_SHIFT, ) - requested = compare_unavailable( - 'with TOF profile selection requested', + requested = compare_to_fullprof( + 'with TOF profile-selection API unknown', + REQUESTED_CFL, FULLPROF_CONTROL, - NO_TOF_PROFILE_SELECTION_API, + x_shift=Y2O3_X_SHIFT, + scale_override=control.scale, ) comparisons = [control, requested] print_summary('Request 9: TOF profile selection', comparisons) diff --git a/docs/dev/crysfml-python-api-requests/request_10_cw_doublet_dict_api.py b/docs/dev/crysfml-python-api-requests/request_10_cw_doublet_dict_api.py index 5350658ca..46b7af611 100644 --- a/docs/dev/crysfml-python-api-requests/request_10_cw_doublet_dict_api.py +++ b/docs/dev/crysfml-python-api-requests/request_10_cw_doublet_dict_api.py @@ -132,7 +132,7 @@ def main() -> None: x_shift=Y2O3_X_SHIFT, ) requested = compare_to_fullprof( - 'with CW doublet in FullProf', + 'with CW doublet requested in CFL', REQUESTED_CFL, FULLPROF_REQUESTED, x_shift=Y2O3_X_SHIFT, diff --git a/docs/dev/issues/open/high_rename-asym-empir-and-add-the-physical-fcj-asymmetry-model.md b/docs/dev/issues/open/high_rename-asym-empir-and-add-the-physical-fcj-asymmetry-model.md index 8d86d6869..6b8ecdc76 100644 --- a/docs/dev/issues/open/high_rename-asym-empir-and-add-the-physical-fcj-asymmetry-model.md +++ b/docs/dev/issues/open/high_rename-asym-empir-and-add-the-physical-fcj-asymmetry-model.md @@ -8,12 +8,12 @@ are now `asym_beba_a0`, `asym_beba_b0`, `asym_beba_a1`, `asym_beba_b1` (class `CwlPseudoVoigtBerarBaldinozziAsymmetry`, type string `pseudo-voigt + berar-baldinozzi asymmetry`, page renamed to -`pd-neut-cwl_pbso4_beba-asymmetry`). This issue stays open for **item +`pd-neut-cwl_PbSO4_beba-asymmetry`). This issue stays open for **item 2** (add the physical FCJ model). The cryspy/FullProf implementation difference is characterised in issue 166. The four empirical peak-asymmetry parameters (`asym_beba_*`, formerly -`asym_empir_1`…`4`, on the `pd-neut-cwl_pbso4_beba-asymmetry` +`asym_empir_1`…`4`, on the `pd-neut-cwl_PbSO4_beba-asymmetry` Verification page) are the **Bérar–Baldinozzi** correction — FullProf's `P1`–`P4` — a phenomenological sum of functions in `1/tan θ` and `1/tan 2θ`. It can fit an asymmetric peak, but the parameters carry **no @@ -42,9 +42,9 @@ instrument-meaningful. known and fall back to the empirical correction otherwise. **Relates to:** the asymmetry discrepancy tracked in issue 166 and on -the `pd-neut-cwl_pbso4_beba-asymmetry` Verification page (currently +the `pd-neut-cwl_PbSO4_beba-asymmetry` Verification page (currently marked `known_discrepancy=True`), and the TCH/FCJ work noted on the -`pd-neut-cwl_lab6_fcj-asymmetry` page. +`pd-neut-cwl_LaB6_fcj-asymmetry` page. **Depends on:** calculator-backend support for the FCJ asymmetry parameters (cryspy/crysfml) before the second item can be wired through. diff --git a/docs/dev/issues/open/highest_cryspy-diverges-on-tof-jorgensen-von-dreele-lorentzian.md b/docs/dev/issues/open/highest_cryspy-diverges-on-tof-jorgensen-von-dreele-lorentzian.md index cc1053ef8..36a1c1964 100644 --- a/docs/dev/issues/open/highest_cryspy-diverges-on-tof-jorgensen-von-dreele-lorentzian.md +++ b/docs/dev/issues/open/highest_cryspy-diverges-on-tof-jorgensen-von-dreele-lorentzian.md @@ -18,7 +18,7 @@ the pseudo-Voigt (Gaussian ⊗ Lorentzian) mixing for TOF. crysfml/FullProf. **Visible on:** the Si TOF Verification page -(`pd-neut-tof_si_jorgensen-von-dreele`), whose closeness table flags the +(`pd-neut-tof_Si_jorgensen-von-dreele`), whose closeness table flags the `cryspy` rows in red — reported via a `known_discrepancy=True` agreement check, so CI fails once the page starts agreeing and must be re-gated manually. diff --git a/docs/dev/issues/open/highest_investigate-ed-crysfml-tof-jorgensen-profile-discrepancy.md b/docs/dev/issues/open/highest_investigate-ed-crysfml-tof-jorgensen-profile-discrepancy.md index fe1b2afe7..e9d71e6a4 100644 --- a/docs/dev/issues/open/highest_investigate-ed-crysfml-tof-jorgensen-profile-discrepancy.md +++ b/docs/dev/issues/open/highest_investigate-ed-crysfml-tof-jorgensen-profile-discrepancy.md @@ -14,7 +14,7 @@ complementary to the `cryspy` Jorgensen–Von Dreele Lorentzian divergence tracked in issue 130. **Visible on:** the Si TOF Jorgensen Verification page -(`pd-neut-tof_si_jorgensen`), currently marked with +(`pd-neut-tof_Si_jorgensen`), currently marked with `known_discrepancy=True`. Re-gate the page (or tighten its agreement check) once the crysfml profile is reconciled. diff --git a/docs/dev/issues/open/highest_model-sample-absorption-debye-scherrer-r.md b/docs/dev/issues/open/highest_model-sample-absorption-debye-scherrer-r.md index 85dc09c5b..9783879e8 100644 --- a/docs/dev/issues/open/highest_model-sample-absorption-debye-scherrer-r.md +++ b/docs/dev/issues/open/highest_model-sample-absorption-debye-scherrer-r.md @@ -7,10 +7,10 @@ The calculators (`cryspy`, `crysfml`) apply no sample-absorption correction. For a cylindrical sample in Debye–Scherrer geometry this is an angle-dependent intensity factor that boosts high-angle peaks. The -LaB₆ verification reference (`pd-neut-cwl_lab6`) was refined in FullProf -with `μR = 0.7`; the unmodelled correction is the _entire_ intensity -residual on the companion `pd-neut-cwl_lab6_absorption` page (≈5% -profile difference), while the `μR = 0` page passes to corr 0.9999. +LaB₆ FullProf reference directory (`pd-neut-cwl_lab6`) was refined with +`μR = 0.7`; the unmodelled correction is the _entire_ intensity residual +on the companion `pd-neut-cwl_LaB6_absorption` page (≈5% profile +difference), while the `μR = 0` page passes to corr 0.9999. **Correction (Hewat, Debye–Scherrer), validated to 4 decimals against FullProf output:** diff --git a/docs/dev/issues/open/medium_add-sycos-sysin-systematic-peak-position-corrections.md b/docs/dev/issues/open/medium_add-sycos-sysin-systematic-peak-position-corrections.md index cde13e5d2..cc6a8c58d 100644 --- a/docs/dev/issues/open/medium_add-sycos-sysin-systematic-peak-position-corrections.md +++ b/docs/dev/issues/open/medium_add-sycos-sysin-systematic-peak-position-corrections.md @@ -15,7 +15,7 @@ EasyDiffraction side — an instrument-category parameter pair plus the calculator wiring — is still to do. A prepared verification page, -`docs/docs/verification/pd-neut-cwl_lab6_sycos-sysin.py`, uses the issue +`docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.py`, uses the issue #38 LaB6 dataset and is marked `known_discrepancy=True`. Finishing it also needs a custom ¹¹B scattering length, the Thompson–Cox–Hastings profile, and a FullProf-style polynomial background, which that dataset diff --git a/docs/dev/issues/open/medium_cryspy-fullprof-berar-baldinozzi-empirical-asymmetry-convention-mismatch.md b/docs/dev/issues/open/medium_cryspy-fullprof-berar-baldinozzi-empirical-asymmetry-convention-mismatch.md index 2d56ba5fd..9d7d8af93 100644 --- a/docs/dev/issues/open/medium_cryspy-fullprof-berar-baldinozzi-empirical-asymmetry-convention-mismatch.md +++ b/docs/dev/issues/open/medium_cryspy-fullprof-berar-baldinozzi-empirical-asymmetry-convention-mismatch.md @@ -17,7 +17,7 @@ paper — shows that **cryspy is faithful to the published Bérar–Baldinozzi functions while FullProf's executable departs from them**. This is the root cause behind the long-standing "asymmetry parameters don't agree" observation on the -`pd-neut-cwl_pbso4_beba-asymmetry` Verification page. +`pd-neut-cwl_PbSO4_beba-asymmetry` Verification page. This issue documents the finding and the evidence. It is primarily a **document-and-report-upstream** item: no cryspy code lives in this @@ -154,7 +154,7 @@ exactly `−6z` vs, say, `−6.1z`. the `Fb` linear term. If confirmed, this affects every FullProf user, not just cross-engine comparisons. 3. **Keep our docs honest**: the note and CI-skip on - `pd-neut-cwl_pbso4_beba-asymmetry` remain correct and cite this + `pd-neut-cwl_PbSO4_beba-asymmetry` remain correct and cite this issue. 4. **Done:** the rename tracked by issue 133 landed — the parameters are now `asym_beba_{a0,b0,a1,b1}` (the `beba` model tag mirrors @@ -165,7 +165,7 @@ exactly `−6z` vs, say, `−6.1z`. - **Relates to** issue 133 (rename `asym_empir_*`; add physical FCJ model) — this issue supplies the confirmed physics/naming basis. - **Relates to** the Verification page - `pd-neut-cwl_pbso4_beba-asymmetry` (CI-skipped; documents the + `pd-neut-cwl_PbSO4_beba-asymmetry` (CI-skipped; documents the convention difference). - **Upstream:** cryspy issue [#50](https://github.com/ikibalin/cryspy/issues/50). diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.bac b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.bac new file mode 100644 index 000000000..ef6f33959 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.bac @@ -0,0 +1,3195 @@ +! Background of: ECH0030684_LaB6_1p622A_11B + 4.6220 708.1663 + 4.6720 708.6753 + 4.7221 709.1827 + 4.7719 709.6869 + 4.8219 710.1910 + 4.8720 710.6945 + 4.9219 711.1943 + 4.9719 711.6942 + 5.0219 712.1918 + 5.0718 712.6879 + 5.1217 713.1823 + 5.1717 713.6755 + 5.2217 714.1682 + 5.2717 714.6584 + 5.3216 715.1473 + 5.3714 715.6329 + 5.4215 716.1200 + 5.4715 716.6056 + 5.5215 717.0881 + 5.5743 717.5974 + 5.6244 718.0789 + 5.6745 718.5585 + 5.7246 719.0371 + 5.7745 719.5127 + 5.8245 719.9871 + 5.8745 720.4608 + 5.9246 720.9330 + 5.9746 721.4037 + 6.0245 721.8713 + 6.0745 722.3389 + 6.1246 722.8058 + 6.1745 723.2692 + 6.2245 723.7324 + 6.2744 724.1940 + 6.3244 724.6536 + 6.3743 725.1118 + 6.4242 725.5690 + 6.4743 726.0254 + 6.5242 726.4799 + 6.5742 726.9326 + 6.6240 727.3823 + 6.6740 727.8336 + 6.7241 728.2832 + 6.7740 728.7299 + 6.8194 729.1351 + 6.8695 729.5811 + 6.9196 730.0253 + 6.9697 730.4684 + 7.0196 730.9088 + 7.0696 731.3480 + 7.1196 731.7866 + 7.1697 732.2235 + 7.2197 732.6592 + 7.2696 733.0918 + 7.3196 733.5245 + 7.3697 733.9564 + 7.4195 734.3850 + 7.4696 734.8137 + 7.5195 735.2404 + 7.5694 735.6654 + 7.6194 736.0891 + 7.6693 736.5117 + 7.7194 736.9336 + 7.7693 737.3535 + 7.8193 737.7719 + 7.8690 738.1876 + 7.9191 738.6044 + 7.9692 739.0198 + 8.0191 739.4325 + 8.0754 739.8969 + 8.1255 740.3083 + 8.1756 740.7181 + 8.2257 741.1270 + 8.2757 741.5333 + 8.3256 741.9382 + 8.3757 742.3428 + 8.4257 742.7457 + 8.4758 743.1474 + 8.5256 743.5463 + 8.5756 743.9449 + 8.6257 744.3430 + 8.6756 744.7380 + 8.7256 745.1329 + 8.7756 745.5260 + 8.8255 745.9177 + 8.8754 746.3079 + 8.9254 746.6970 + 8.9754 747.0855 + 9.0254 747.4720 + 9.0753 747.8573 + 9.1251 748.2399 + 9.1752 748.6235 + 9.2252 749.0057 + 9.2751 749.3854 + 9.3280 749.7861 + 9.3781 750.1646 + 9.4281 750.5416 + 9.4782 750.9177 + 9.5282 751.2913 + 9.5782 751.6636 + 9.6282 752.0355 + 9.6783 752.4058 + 9.7283 752.7751 + 9.7782 753.1416 + 9.8282 753.5081 + 9.8783 753.8738 + 9.9281 754.2367 + 9.9781 754.5992 + 10.0281 754.9603 + 10.0780 755.3197 + 10.1280 755.6780 + 10.1779 756.0351 + 10.2280 756.3917 + 10.2779 756.7465 + 10.3279 757.0999 + 10.3776 757.4507 + 10.4277 757.8027 + 10.4778 758.1533 + 10.5277 758.5013 + 10.5828 758.8843 + 10.6329 759.2312 + 10.6829 759.5768 + 10.7330 759.9213 + 10.7830 760.2636 + 10.8330 760.6047 + 10.8830 760.9453 + 10.9331 761.2844 + 10.9831 761.6224 + 11.0329 761.9578 + 11.0830 762.2932 + 11.1330 762.6278 + 11.1829 762.9599 + 11.2330 763.2916 + 11.2829 763.6218 + 11.3328 763.9506 + 11.3827 764.2781 + 11.4327 764.6046 + 11.4827 764.9306 + 11.5327 765.2548 + 11.5827 765.5778 + 11.6324 765.8984 + 11.6825 766.2198 + 11.7326 766.5399 + 11.7825 766.8578 + 11.8322 767.1735 + 11.8823 767.4904 + 11.9324 767.8058 + 11.9825 768.1204 + 12.0324 768.4327 + 12.0824 768.7440 + 12.1325 769.0547 + 12.1825 769.3641 + 12.2325 769.6724 + 12.2824 769.9784 + 12.3324 770.2841 + 12.3825 770.5891 + 12.4324 770.8917 + 12.4824 771.1941 + 12.5323 771.4949 + 12.5823 771.7944 + 12.6322 772.0927 + 12.6821 772.3901 + 12.7322 772.6868 + 12.7822 772.9819 + 12.8321 773.2759 + 12.8819 773.5676 + 12.9319 773.8601 + 12.9820 774.1512 + 13.0319 774.4403 + 13.0712 774.6674 + 13.1214 774.9557 + 13.1714 775.2427 + 13.2215 775.5288 + 13.2715 775.8127 + 13.3214 776.0958 + 13.3715 776.3781 + 13.4215 776.6594 + 13.4716 776.9394 + 13.5214 777.2174 + 13.5715 777.4951 + 13.6215 777.7722 + 13.6714 778.0469 + 13.7214 778.3213 + 13.7714 778.5943 + 13.8213 778.8661 + 13.8712 779.1367 + 13.9212 779.4064 + 13.9712 779.6754 + 14.0212 779.9431 + 14.0711 780.2094 + 14.1209 780.4738 + 14.1710 780.7386 + 14.2211 781.0025 + 14.2710 781.2644 + 14.3257 781.5504 + 14.3758 781.8110 + 14.4259 782.0704 + 14.4760 782.3290 + 14.5259 782.5856 + 14.5759 782.8412 + 14.6259 783.0963 + 14.6760 783.3502 + 14.7260 783.6031 + 14.7759 783.8539 + 14.8259 784.1045 + 14.8760 784.3544 + 14.9259 784.6023 + 14.9759 784.8497 + 15.0258 785.0958 + 15.0758 785.3408 + 15.1257 785.5846 + 15.1756 785.8276 + 15.2257 786.0700 + 15.2756 786.3110 + 15.3256 786.5508 + 15.3753 786.7887 + 15.4254 787.0272 + 15.4755 787.2645 + 15.5254 787.4999 + 15.5817 787.7646 + 15.6318 787.9989 + 15.6819 788.2319 + 15.7320 788.4642 + 15.7820 788.6948 + 15.8319 788.9243 + 15.8820 789.1532 + 15.9320 789.3811 + 15.9821 789.6080 + 16.0319 789.8330 + 16.0819 790.0577 + 16.1320 790.2817 + 16.1819 790.5039 + 16.2319 790.7256 + 16.2819 790.9461 + 16.3318 791.1655 + 16.3817 791.3838 + 16.4317 791.6013 + 16.4817 791.8181 + 16.5317 792.0337 + 16.5816 792.2482 + 16.6314 792.4609 + 16.6815 792.6740 + 16.7315 792.8862 + 16.7814 793.0966 + 16.8158 793.2410 + 16.8659 793.4505 + 16.9160 793.6590 + 16.9661 793.8666 + 17.0161 794.0726 + 17.0660 794.2778 + 17.1161 794.4823 + 17.1661 794.6859 + 17.2162 794.8884 + 17.2660 795.0894 + 17.3160 795.2897 + 17.3661 795.4896 + 17.4160 795.6877 + 17.4660 795.8854 + 17.5160 796.0820 + 17.5659 796.2773 + 17.6158 796.4718 + 17.6658 796.6655 + 17.7158 796.8585 + 17.7658 797.0503 + 17.8157 797.2411 + 17.8655 797.4303 + 17.9156 797.6198 + 17.9656 797.8082 + 18.0155 797.9952 + 18.0527 798.1339 + 18.1028 798.3198 + 18.1529 798.5049 + 18.2030 798.6890 + 18.2530 798.8718 + 18.3029 799.0536 + 18.3530 799.2349 + 18.4030 799.4152 + 18.4531 799.5946 + 18.5029 799.7724 + 18.5529 799.9499 + 18.6030 800.1267 + 18.6529 800.3018 + 18.7029 800.4766 + 18.7529 800.6502 + 18.8028 800.8229 + 18.8527 800.9946 + 18.9027 801.1655 + 18.9527 801.3359 + 19.0027 801.5050 + 19.0526 801.6733 + 19.1024 801.8400 + 19.1525 802.0070 + 19.2025 802.1730 + 19.2524 802.3375 + 19.2976 802.4856 + 19.3477 802.6492 + 19.3977 802.8117 + 19.4478 802.9735 + 19.4978 803.1339 + 19.5478 803.2935 + 19.5978 803.4526 + 19.6479 803.6107 + 19.6979 803.7679 + 19.7478 803.9237 + 19.7978 804.0791 + 19.8479 804.2339 + 19.8977 804.3871 + 19.9478 804.5400 + 19.9977 804.6918 + 20.0476 804.8427 + 20.0976 804.9927 + 20.1475 805.1420 + 20.1976 805.2907 + 20.2475 805.4382 + 20.2975 805.5849 + 20.3472 805.7303 + 20.3973 805.8757 + 20.4474 806.0201 + 20.4973 806.1634 + 20.5635 806.3522 + 20.6136 806.4940 + 20.6636 806.6349 + 20.7137 806.7751 + 20.7637 806.9141 + 20.8137 807.0522 + 20.8637 807.1898 + 20.9138 807.3265 + 20.9638 807.4624 + 21.0137 807.5970 + 21.0637 807.7313 + 21.1138 807.8648 + 21.1636 807.9971 + 21.2136 808.1288 + 21.2636 808.2596 + 21.3135 808.3896 + 21.3635 808.5187 + 21.4134 808.6471 + 21.4634 808.7748 + 21.5134 808.9016 + 21.5634 809.0275 + 21.6131 809.1523 + 21.6632 809.2771 + 21.7133 809.4009 + 21.7632 809.5236 + 21.8238 809.6715 + 21.8739 809.7930 + 21.9239 809.9136 + 21.9740 810.0334 + 22.0240 810.1522 + 22.0740 810.2702 + 22.1240 810.3876 + 22.1741 810.5043 + 22.2241 810.6202 + 22.2739 810.7347 + 22.3240 810.8489 + 22.3740 810.9626 + 22.4239 811.0750 + 22.4739 811.1870 + 22.5239 811.2980 + 22.5738 811.4082 + 22.6237 811.5176 + 22.6737 811.6265 + 22.7237 811.7346 + 22.7737 811.8419 + 22.8236 811.9484 + 22.8734 812.0537 + 22.9235 812.1590 + 22.9736 812.2635 + 23.0235 812.3669 + 23.0697 812.4622 + 23.1199 812.5646 + 23.1699 812.6661 + 23.2200 812.7671 + 23.2700 812.8671 + 23.3199 812.9661 + 23.3700 813.0648 + 23.4200 813.1627 + 23.4701 813.2597 + 23.5199 813.3558 + 23.5700 813.4514 + 23.6200 813.5464 + 23.6699 813.6403 + 23.7199 813.7338 + 23.7699 813.8264 + 23.8198 813.9183 + 23.8697 814.0094 + 23.9197 814.0999 + 23.9697 814.1898 + 24.0197 814.2789 + 24.0696 814.3672 + 24.1194 814.4545 + 24.1695 814.5417 + 24.2196 814.6282 + 24.2695 814.7136 + 24.3191 814.7980 + 24.3692 814.8824 + 24.4193 814.9661 + 24.4694 815.0491 + 24.5194 815.1311 + 24.5693 815.2125 + 24.6194 815.2933 + 24.6694 815.3735 + 24.7195 815.4529 + 24.7693 815.5315 + 24.8194 815.6095 + 24.8694 815.6869 + 24.9193 815.7634 + 24.9693 815.8395 + 25.0193 815.9147 + 25.0692 815.9893 + 25.1191 816.0631 + 25.1691 816.1363 + 25.2191 816.2090 + 25.2691 816.2809 + 25.3190 816.3521 + 25.3688 816.4224 + 25.4189 816.4926 + 25.4689 816.5619 + 25.5188 816.6304 + 25.5732 816.7044 + 25.6233 816.7718 + 25.6734 816.8385 + 25.7235 816.9046 + 25.7735 816.9699 + 25.8234 817.0346 + 25.8735 817.0987 + 25.9235 817.1620 + 25.9736 817.2249 + 26.0234 817.2869 + 26.0734 817.3484 + 26.1235 817.4092 + 26.1734 817.4692 + 26.2234 817.5289 + 26.2734 817.5877 + 26.3233 817.6459 + 26.3732 817.7036 + 26.4232 817.7605 + 26.4732 817.8170 + 26.5232 817.8727 + 26.5731 817.9279 + 26.6229 817.9821 + 26.6730 818.0361 + 26.7230 818.0895 + 26.7729 818.1420 + 26.8354 818.2070 + 26.8855 818.2585 + 26.9356 818.3092 + 26.9857 818.3594 + 27.0356 818.4088 + 27.0856 818.4576 + 27.1356 818.5060 + 27.1857 818.5536 + 27.2357 818.6008 + 27.2856 818.6472 + 27.3356 818.6929 + 27.3857 818.7383 + 27.4355 818.7830 + 27.4856 818.8270 + 27.5355 818.8704 + 27.5855 818.9133 + 27.6354 818.9555 + 27.6853 818.9973 + 27.7354 819.0384 + 27.7853 819.0790 + 27.8353 819.1189 + 27.8850 819.1581 + 27.9351 819.1970 + 27.9852 819.2354 + 28.0351 819.2729 + 28.0912 819.3146 + 28.1413 819.3511 + 28.1913 819.3870 + 28.2415 819.4224 + 28.2914 819.4570 + 28.3414 819.4913 + 28.3914 819.5249 + 28.4415 819.5580 + 28.4915 819.5906 + 28.5414 819.6224 + 28.5914 819.6538 + 28.6415 819.6846 + 28.6913 819.7148 + 28.7414 819.7446 + 28.7913 819.7738 + 28.8412 819.8024 + 28.8912 819.8304 + 28.9411 819.8579 + 28.9911 819.8849 + 29.0411 819.9113 + 29.0911 819.9372 + 29.1408 819.9624 + 29.1909 819.9873 + 29.2410 820.0116 + 29.2909 820.0353 + 29.3235 820.0505 + 29.3736 820.0735 + 29.4237 820.0959 + 29.4738 820.1177 + 29.5237 820.1390 + 29.5737 820.1597 + 29.6238 820.1800 + 29.6738 820.1997 + 29.7239 820.2190 + 29.7737 820.2375 + 29.8237 820.2557 + 29.8738 820.2734 + 29.9237 820.2905 + 29.9737 820.3071 + 30.0237 820.3232 + 30.0736 820.3387 + 30.1235 820.3538 + 30.1735 820.3683 + 30.2235 820.3824 + 30.2735 820.3961 + 30.3234 820.4091 + 30.3732 820.4216 + 30.4233 820.4336 + 30.4733 820.4453 + 30.5232 820.4563 + 30.5563 820.4634 + 30.6064 820.4736 + 30.6565 820.4834 + 30.7066 820.4927 + 30.7565 820.5015 + 30.8065 820.5097 + 30.8566 820.5176 + 30.9066 820.5248 + 30.9566 820.5317 + 31.0065 820.5380 + 31.0565 820.5438 + 31.1066 820.5493 + 31.1565 820.5542 + 31.2065 820.5587 + 31.2565 820.5626 + 31.3064 820.5662 + 31.3563 820.5691 + 31.4062 820.5717 + 31.4563 820.5737 + 31.5063 820.5754 + 31.5562 820.5765 + 31.6060 820.5772 + 31.6561 820.5774 + 31.7061 820.5772 + 31.7560 820.5766 + 31.8092 820.5753 + 31.8593 820.5737 + 31.9094 820.5717 + 31.9595 820.5691 + 32.0094 820.5661 + 32.0594 820.5627 + 32.1095 820.5587 + 32.1595 820.5544 + 32.2095 820.5497 + 32.2594 820.5444 + 32.3094 820.5388 + 32.3595 820.5326 + 32.4094 820.5261 + 32.4594 820.5192 + 32.5093 820.5118 + 32.5593 820.5040 + 32.6092 820.4957 + 32.6591 820.4869 + 32.7092 820.4778 + 32.7591 820.4683 + 32.8091 820.4582 + 32.8589 820.4478 + 32.9089 820.4371 + 32.9590 820.4257 + 33.0089 820.4140 + 33.0541 820.4031 + 33.1042 820.3905 + 33.1543 820.3776 + 33.2044 820.3643 + 33.2543 820.3506 + 33.3043 820.3364 + 33.3543 820.3219 + 33.4044 820.3069 + 33.4544 820.2914 + 33.5043 820.2757 + 33.5543 820.2595 + 33.6044 820.2429 + 33.6543 820.2259 + 33.7043 820.2085 + 33.7542 820.1907 + 33.8042 820.1726 + 33.8541 820.1541 + 33.9040 820.1350 + 33.9541 820.1155 + 34.0040 820.0958 + 34.0540 820.0757 + 34.1038 820.0553 + 34.1538 820.0343 + 34.2039 820.0129 + 34.2538 819.9912 + 34.2952 819.9730 + 34.3453 819.9505 + 34.3954 819.9277 + 34.4455 819.9044 + 34.4954 819.8809 + 34.5454 819.8570 + 34.5954 819.8326 + 34.6455 819.8079 + 34.6955 819.7828 + 34.7454 819.7574 + 34.7954 819.7316 + 34.8455 819.7054 + 34.8953 819.6790 + 34.9454 819.6520 + 34.9953 819.6248 + 35.0453 819.5972 + 35.0952 819.5693 + 35.1451 819.5410 + 35.1952 819.5122 + 35.2451 819.4832 + 35.2951 819.4537 + 35.3448 819.4242 + 35.3949 819.3939 + 35.4450 819.3634 + 35.4949 819.3326 + 35.5637 819.2896 + 35.6138 819.2579 + 35.6639 819.2258 + 35.7140 819.1934 + 35.7640 819.1607 + 35.8139 819.1277 + 35.8640 819.0943 + 35.9140 819.0605 + 35.9641 819.0265 + 36.0139 818.9922 + 36.0639 818.9575 + 36.1140 818.9224 + 36.1639 818.8870 + 36.2139 818.8513 + 36.2639 818.8154 + 36.3138 818.7790 + 36.3637 818.7424 + 36.4137 818.7053 + 36.4637 818.6680 + 36.5137 818.6302 + 36.5636 818.5923 + 36.6134 818.5543 + 36.6635 818.5156 + 36.7135 818.4765 + 36.7634 818.4373 + 36.8374 818.3787 + 36.8875 818.3386 + 36.9376 818.2981 + 36.9877 818.2574 + 37.0376 818.2164 + 37.0876 818.1752 + 37.1377 818.1336 + 37.1877 818.0916 + 37.2378 818.0494 + 37.2876 818.0071 + 37.3376 817.9642 + 37.3877 817.9211 + 37.4376 817.8778 + 37.4876 817.8342 + 37.5376 817.7901 + 37.5875 817.7460 + 37.6374 817.7014 + 37.6874 817.6566 + 37.7374 817.6115 + 37.7874 817.5660 + 37.8373 817.5204 + 37.8871 817.4746 + 37.9372 817.4283 + 37.9872 817.3816 + 38.0371 817.3348 + 38.0778 817.2965 + 38.1279 817.2491 + 38.1780 817.2014 + 38.2281 817.1533 + 38.2780 817.1052 + 38.3280 817.0568 + 38.3781 817.0080 + 38.4281 816.9589 + 38.4781 816.9097 + 38.5280 816.8602 + 38.5780 816.8104 + 38.6281 816.7603 + 38.6780 816.7100 + 38.7280 816.6594 + 38.7780 816.6085 + 38.8279 816.5574 + 38.8778 816.5061 + 38.9278 816.4546 + 38.9778 816.4026 + 39.0278 816.3505 + 39.0777 816.2982 + 39.1275 816.2456 + 39.1776 816.1927 + 39.2276 816.1394 + 39.2775 816.0861 + 39.3286 816.0314 + 39.3787 815.9773 + 39.4287 815.9230 + 39.4788 815.8685 + 39.5288 815.8139 + 39.5788 815.7590 + 39.6288 815.7039 + 39.6788 815.6484 + 39.7289 815.5928 + 39.7787 815.5370 + 39.8288 815.4810 + 39.8788 815.4246 + 39.9287 815.3680 + 39.9787 815.3113 + 40.0287 815.2544 + 40.0786 815.1972 + 40.1285 815.1398 + 40.1785 815.0822 + 40.2285 815.0242 + 40.2785 814.9661 + 40.3284 814.9078 + 40.3782 814.8494 + 40.4283 814.7905 + 40.4784 814.7314 + 40.5283 814.6724 + 40.5802 814.6106 + 40.6303 814.5507 + 40.6803 814.4908 + 40.7304 814.4305 + 40.7804 814.3702 + 40.8303 814.3097 + 40.8804 814.2489 + 40.9305 814.1879 + 40.9805 814.1267 + 41.0303 814.0655 + 41.0804 814.0038 + 41.1304 813.9420 + 41.1803 813.8802 + 41.2303 813.8180 + 41.2803 813.7556 + 41.3302 813.6931 + 41.3801 813.6305 + 41.4301 813.5676 + 41.4801 813.5043 + 41.5301 813.4410 + 41.5800 813.3776 + 41.6298 813.3141 + 41.6799 813.2500 + 41.7300 813.1859 + 41.7799 813.1216 + 41.8221 813.0671 + 41.8722 813.0024 + 41.9223 812.9374 + 41.9724 812.8723 + 42.0223 812.8072 + 42.0723 812.7418 + 42.1223 812.6762 + 42.1724 812.6104 + 42.2224 812.5444 + 42.2723 812.4785 + 42.3223 812.4122 + 42.3724 812.3456 + 42.4223 812.2792 + 42.4723 812.2123 + 42.5222 812.1455 + 42.5722 812.0784 + 42.6221 812.0113 + 42.6720 811.9438 + 42.7221 811.8762 + 42.7720 811.8084 + 42.8220 811.7406 + 42.8718 811.6728 + 42.9218 811.6044 + 42.9719 811.5359 + 43.0218 811.4674 + 43.0719 811.3986 + 43.1220 811.3295 + 43.1721 811.2604 + 43.2222 811.1910 + 43.2721 811.1217 + 43.3221 811.0522 + 43.3722 810.9825 + 43.4222 810.9127 + 43.4722 810.8426 + 43.5221 810.7728 + 43.5721 810.7025 + 43.6222 810.6320 + 43.6721 810.5615 + 43.7221 810.4908 + 43.7720 810.4202 + 43.8220 810.3492 + 43.8719 810.2782 + 43.9218 810.2070 + 43.9719 810.1357 + 44.0218 810.0641 + 44.0718 809.9927 + 44.1215 809.9211 + 44.1716 809.8492 + 44.2217 809.7770 + 44.2716 809.7050 + 44.3227 809.6310 + 44.3728 809.5584 + 44.4229 809.4858 + 44.4730 809.4130 + 44.5230 809.3403 + 44.5729 809.2674 + 44.6230 809.1943 + 44.6730 809.1210 + 44.7231 809.0477 + 44.7729 808.9745 + 44.8229 808.9009 + 44.8730 808.8271 + 44.9229 808.7536 + 44.9729 808.6796 + 45.0229 808.6058 + 45.0728 808.5318 + 45.1227 808.4578 + 45.1727 808.3834 + 45.2227 808.3090 + 45.2727 808.2345 + 45.3226 808.1600 + 45.3724 808.0855 + 45.4225 808.0106 + 45.4725 807.9355 + 45.5224 807.8607 + 45.5670 807.7937 + 45.6171 807.7182 + 45.6672 807.6428 + 45.7173 807.5672 + 45.7673 807.4918 + 45.8172 807.4162 + 45.8673 807.3405 + 45.9173 807.2645 + 45.9674 807.1885 + 46.0172 807.1127 + 46.0672 807.0366 + 46.1173 806.9604 + 46.1672 806.8842 + 46.2172 806.8079 + 46.2672 806.7315 + 46.3171 806.6550 + 46.3670 806.5786 + 46.4170 806.5019 + 46.4670 806.4252 + 46.5170 806.3483 + 46.5669 806.2715 + 46.6167 806.1948 + 46.6668 806.1177 + 46.7168 806.0403 + 46.7667 805.9633 + 46.8175 805.8847 + 46.8676 805.8073 + 46.9177 805.7296 + 46.9678 805.6519 + 47.0177 805.5744 + 47.0677 805.4968 + 47.1178 805.4190 + 47.1678 805.3411 + 47.2178 805.2632 + 47.2677 805.1854 + 47.3177 805.1074 + 47.3678 805.0292 + 47.4177 804.9514 + 47.4677 804.8731 + 47.5177 804.7949 + 47.5676 804.7167 + 47.6175 804.6385 + 47.6675 804.5602 + 47.7175 804.4816 + 47.7675 804.4031 + 47.8174 804.3246 + 47.8672 804.2463 + 47.9173 804.1675 + 47.9673 804.0887 + 48.0172 804.0101 + 48.0850 803.9031 + 48.1351 803.8241 + 48.1852 803.7451 + 48.2353 803.6659 + 48.2852 803.5870 + 48.3352 803.5079 + 48.3853 803.4287 + 48.4353 803.3495 + 48.4853 803.2703 + 48.5352 803.1912 + 48.5852 803.1119 + 48.6353 803.0324 + 48.6852 802.9533 + 48.7352 802.8738 + 48.7851 802.7946 + 48.8351 802.7151 + 48.8850 802.6358 + 48.9350 802.5564 + 48.9850 802.4767 + 49.0350 802.3973 + 49.0849 802.3177 + 49.1347 802.2384 + 49.1848 802.1586 + 49.2348 802.0789 + 49.2847 801.9994 + 49.3283 801.9299 + 49.3784 801.8499 + 49.4285 801.7700 + 49.4786 801.6901 + 49.5285 801.6104 + 49.5785 801.5305 + 49.6286 801.4506 + 49.6786 801.3706 + 49.7286 801.2907 + 49.7785 801.2110 + 49.8285 801.1310 + 49.8786 801.0510 + 49.9285 800.9713 + 49.9785 800.8914 + 50.0285 800.8114 + 50.0784 800.7315 + 50.1283 800.6517 + 50.1782 800.5718 + 50.2283 800.4917 + 50.2783 800.4118 + 50.3282 800.3319 + 50.3780 800.2523 + 50.4280 800.1721 + 50.4781 800.0920 + 50.5280 800.0121 + 50.5584 799.9635 + 50.6085 799.8833 + 50.6586 799.8032 + 50.7087 799.7230 + 50.7587 799.6431 + 50.8086 799.5631 + 50.8587 799.4830 + 50.9087 799.4029 + 50.9588 799.3229 + 51.0086 799.2432 + 51.0587 799.1632 + 51.1087 799.0831 + 51.1586 799.0034 + 51.2086 798.9234 + 51.2586 798.8436 + 51.3085 798.7638 + 51.3584 798.6840 + 51.4084 798.6042 + 51.4584 798.5243 + 51.5084 798.4445 + 51.5583 798.3648 + 51.6081 798.2853 + 51.6582 798.2054 + 51.7083 798.1255 + 51.7581 798.0459 + 51.8242 797.9407 + 51.8743 797.8608 + 51.9244 797.7811 + 51.9745 797.7012 + 52.0244 797.6218 + 52.0744 797.5422 + 52.1245 797.4625 + 52.1745 797.3829 + 52.2245 797.3034 + 52.2744 797.2242 + 52.3244 797.1447 + 52.3745 797.0652 + 52.4244 796.9861 + 52.4744 796.9067 + 52.5243 796.8275 + 52.5743 796.7484 + 52.6242 796.6691 + 52.6741 796.5901 + 52.7242 796.5109 + 52.7741 796.4319 + 52.8241 796.3528 + 52.8739 796.2742 + 52.9239 796.1950 + 52.9740 796.1160 + 53.0239 796.0374 + 53.0947 795.9257 + 53.1448 795.8467 + 53.1949 795.7679 + 53.2450 795.6891 + 53.2949 795.6105 + 53.3449 795.5320 + 53.3949 795.4532 + 53.4450 795.3748 + 53.4950 795.2963 + 53.5449 795.2181 + 53.5949 795.1397 + 53.6450 795.0613 + 53.6949 794.9833 + 53.7449 794.9052 + 53.7948 794.8270 + 53.8448 794.7491 + 53.8947 794.6713 + 53.9446 794.5934 + 53.9947 794.5154 + 54.0446 794.4377 + 54.0946 794.3600 + 54.1443 794.2828 + 54.1944 794.2050 + 54.2445 794.1273 + 54.2944 794.0500 + 54.3278 793.9982 + 54.3779 793.9207 + 54.4279 793.8433 + 54.4781 793.7659 + 54.5280 793.6888 + 54.5780 793.6117 + 54.6280 793.5346 + 54.6781 793.4576 + 54.7281 793.3806 + 54.7780 793.3040 + 54.8280 793.2273 + 54.8781 793.1505 + 54.9279 793.0740 + 54.9780 792.9975 + 55.0279 792.9211 + 55.0779 792.8448 + 55.1278 792.7687 + 55.1777 792.6926 + 55.2278 792.6163 + 55.2777 792.5403 + 55.3277 792.4645 + 55.3774 792.3890 + 55.4275 792.3130 + 55.4776 792.2372 + 55.5275 792.1618 + 55.5600 792.1127 + 55.6101 792.0370 + 55.6601 791.9615 + 55.7102 791.8860 + 55.7602 791.8109 + 55.8102 791.7358 + 55.8602 791.6607 + 55.9103 791.5856 + 55.9603 791.5108 + 56.0102 791.4363 + 56.0602 791.3615 + 56.1103 791.2869 + 56.1601 791.2125 + 56.2102 791.1381 + 56.2601 791.0639 + 56.3100 790.9898 + 56.3600 790.9158 + 56.4099 790.8419 + 56.4600 790.7679 + 56.5099 790.6942 + 56.5599 790.6205 + 56.6096 790.5473 + 56.6597 790.4737 + 56.7098 790.4001 + 56.7597 790.3270 + 56.8162 790.2444 + 56.8663 790.1712 + 56.9163 790.0981 + 56.9664 790.0251 + 57.0164 789.9524 + 57.0664 789.8798 + 57.1164 789.8073 + 57.1665 789.7347 + 57.2165 789.6624 + 57.2664 789.5904 + 57.3164 789.5182 + 57.3665 789.4462 + 57.4163 789.3745 + 57.4664 789.3027 + 57.5163 789.2311 + 57.5662 789.1598 + 57.6162 789.0886 + 57.6661 789.0172 + 57.7161 788.9460 + 57.7661 788.8750 + 57.8161 788.8041 + 57.8658 788.7337 + 57.9159 788.6630 + 57.9660 788.5923 + 58.0159 788.5220 + 58.0775 788.4354 + 58.1276 788.3651 + 58.1776 788.2949 + 58.2277 788.2249 + 58.2777 788.1550 + 58.3277 788.0855 + 58.3777 788.0159 + 58.4278 787.9465 + 58.4778 787.8771 + 58.5276 787.8082 + 58.5777 787.7391 + 58.6278 787.6701 + 58.6776 787.6014 + 58.7276 787.5328 + 58.7776 787.4645 + 58.8275 787.3962 + 58.8774 787.3281 + 58.9274 787.2601 + 58.9774 787.1920 + 59.0274 787.1242 + 59.0774 787.0566 + 59.1271 786.9894 + 59.1772 786.9218 + 59.2273 786.8546 + 59.2772 786.7875 + 59.3260 786.7221 + 59.3761 786.6551 + 59.4262 786.5883 + 59.4763 786.5216 + 59.5262 786.4553 + 59.5762 786.3889 + 59.6263 786.3228 + 59.6763 786.2567 + 59.7263 786.1908 + 59.7762 786.1252 + 59.8262 786.0596 + 59.8763 785.9942 + 59.9262 785.9291 + 59.9762 785.8640 + 60.0261 785.7990 + 60.0761 785.7343 + 60.1260 785.6697 + 60.1759 785.6053 + 60.2260 785.5408 + 60.2759 785.4767 + 60.3259 785.4128 + 60.3757 785.3492 + 60.4258 785.2853 + 60.4758 785.2216 + 60.5257 785.1583 + 60.5659 785.1074 + 60.6161 785.0441 + 60.6661 784.9810 + 60.7162 784.9180 + 60.7662 784.8554 + 60.8161 784.7928 + 60.8662 784.7305 + 60.9162 784.6682 + 60.9663 784.6061 + 61.0161 784.5444 + 61.0662 784.4827 + 61.1162 784.4211 + 61.1661 784.3598 + 61.2161 784.2986 + 61.2661 784.2375 + 61.3160 784.1768 + 61.3659 784.1161 + 61.4159 784.0555 + 61.4659 783.9951 + 61.5159 783.9349 + 61.5658 783.8749 + 61.6156 783.8153 + 61.6657 783.7555 + 61.7157 783.6959 + 61.7656 783.6366 + 61.8054 783.5895 + 61.8555 783.5303 + 61.9056 783.4714 + 61.9557 783.4125 + 62.0057 783.3540 + 62.0556 783.2956 + 62.1057 783.2374 + 62.1557 783.1793 + 62.2058 783.1214 + 62.2556 783.0639 + 62.3056 783.0063 + 62.3557 782.9489 + 62.4056 782.8918 + 62.4556 782.8349 + 62.5056 782.7782 + 62.5555 782.7217 + 62.6054 782.6653 + 62.6554 782.6091 + 62.7054 782.5530 + 62.7554 782.4971 + 62.8053 782.4415 + 62.8551 782.3862 + 62.9052 782.3309 + 62.9552 782.2756 + 63.0051 782.2208 + 63.0473 782.1745 + 63.0974 782.1198 + 63.1475 782.0653 + 63.1976 782.0110 + 63.2476 781.9570 + 63.2975 781.9031 + 63.3476 781.8494 + 63.3976 781.7958 + 63.4477 781.7425 + 63.4975 781.6895 + 63.5475 781.6367 + 63.5976 781.5837 + 63.6475 781.5314 + 63.6975 781.4790 + 63.7475 781.4269 + 63.7974 781.3750 + 63.8473 781.3233 + 63.8973 781.2718 + 63.9473 781.2204 + 63.9973 781.1692 + 64.0472 781.1183 + 64.0970 781.0677 + 64.1471 781.0170 + 64.1971 780.9666 + 64.2470 780.9165 + 64.2871 780.8764 + 64.3372 780.8265 + 64.3873 780.7768 + 64.4374 780.7272 + 64.4873 780.6780 + 64.5373 780.6291 + 64.5873 780.5802 + 64.6374 780.5316 + 64.6874 780.4830 + 64.7373 780.4350 + 64.7873 780.3869 + 64.8374 780.3391 + 64.8872 780.2915 + 64.9373 780.2441 + 64.9872 780.1969 + 65.0371 780.1500 + 65.0871 780.1033 + 65.1370 780.0568 + 65.1871 780.0104 + 65.2370 779.9642 + 65.2870 779.9183 + 65.3367 779.8727 + 65.3868 779.8271 + 65.4369 779.7817 + 65.4868 779.7367 + 65.5325 779.6957 + 65.5826 779.6509 + 65.6326 779.6064 + 65.6827 779.5620 + 65.7327 779.5179 + 65.7827 779.4741 + 65.8327 779.4304 + 65.8828 779.3870 + 65.9328 779.3437 + 65.9827 779.3007 + 66.0327 779.2580 + 66.0828 779.2153 + 66.1326 779.1731 + 66.1827 779.1309 + 66.2326 779.0891 + 66.2825 779.0474 + 66.3325 779.0060 + 66.3824 778.9647 + 66.4325 778.9236 + 66.4824 778.8829 + 66.5324 778.8422 + 66.5821 778.8021 + 66.6322 778.7618 + 66.6823 778.7219 + 66.7322 778.6823 + 66.7904 778.6362 + 66.8405 778.5970 + 66.8905 778.5579 + 66.9406 778.5189 + 66.9906 778.4805 + 67.0406 778.4421 + 67.0906 778.4040 + 67.1407 778.3660 + 67.1907 778.3284 + 67.2405 778.2911 + 67.2906 778.2538 + 67.3407 778.2167 + 67.3905 778.1801 + 67.4406 778.1436 + 67.4905 778.1072 + 67.5404 778.0712 + 67.5904 778.0355 + 67.6403 777.9999 + 67.6903 777.9645 + 67.7403 777.9294 + 67.7903 777.8944 + 67.8400 777.8599 + 67.8901 777.8254 + 67.9402 777.7911 + 67.9901 777.7572 + 68.0538 777.7142 + 68.1039 777.6807 + 68.1540 777.6474 + 68.2041 777.6143 + 68.2540 777.5815 + 68.3040 777.5491 + 68.3541 777.5167 + 68.4041 777.4847 + 68.4541 777.4528 + 68.5040 777.4214 + 68.5540 777.3900 + 68.6041 777.3588 + 68.6540 777.3281 + 68.7040 777.2974 + 68.7540 777.2670 + 68.8039 777.2369 + 68.8538 777.2070 + 68.9037 777.1774 + 68.9538 777.1480 + 69.0038 777.1187 + 69.0537 777.0898 + 69.1035 777.0612 + 69.1535 777.0328 + 69.2036 777.0045 + 69.2535 776.9766 + 69.3218 776.9387 + 69.3719 776.9113 + 69.4220 776.8841 + 69.4721 776.8571 + 69.5220 776.8304 + 69.5720 776.8040 + 69.6221 776.7778 + 69.6721 776.7518 + 69.7221 776.7261 + 69.7720 776.7007 + 69.8220 776.6755 + 69.8721 776.6505 + 69.9220 776.6258 + 69.9720 776.6014 + 70.0219 776.5771 + 70.0719 776.5532 + 70.1218 776.5295 + 70.1717 776.5061 + 70.2218 776.4828 + 70.2718 776.4599 + 70.3217 776.4372 + 70.3715 776.4148 + 70.4215 776.3925 + 70.4716 776.3705 + 70.5215 776.3489 + 70.5556 776.3342 + 70.6057 776.3128 + 70.6558 776.2917 + 70.7059 776.2709 + 70.7558 776.2504 + 70.8058 776.2301 + 70.8559 776.2101 + 70.9059 776.1902 + 70.9559 776.1708 + 71.0058 776.1515 + 71.0558 776.1325 + 71.1059 776.1136 + 71.1558 776.0952 + 71.2058 776.0770 + 71.2557 776.0590 + 71.3057 776.0412 + 71.3556 776.0237 + 71.4055 776.0066 + 71.4556 775.9896 + 71.5055 775.9729 + 71.5555 775.9564 + 71.6053 775.9403 + 71.6553 775.9243 + 71.7054 775.9086 + 71.7553 775.8932 + 71.7864 775.8837 + 71.8365 775.8687 + 71.8866 775.8540 + 71.9367 775.8394 + 71.9866 775.8253 + 72.0366 775.8113 + 72.0866 775.7975 + 72.1367 775.7841 + 72.1867 775.7709 + 72.2366 775.7579 + 72.2866 775.7454 + 72.3367 775.7330 + 72.3866 775.7207 + 72.4366 775.7089 + 72.4865 775.6973 + 72.5365 775.6860 + 72.5864 775.6749 + 72.6363 775.6641 + 72.6864 775.6536 + 72.7363 775.6432 + 72.7863 775.6332 + 72.8361 775.6235 + 72.8861 775.6140 + 72.9362 775.6047 + 72.9861 775.5957 + 73.0524 775.5842 + 73.1025 775.5758 + 73.1525 775.5677 + 73.2027 775.5599 + 73.2526 775.5524 + 73.3026 775.5451 + 73.3526 775.5381 + 73.4027 775.5313 + 73.4527 775.5248 + 73.5026 775.5186 + 73.5526 775.5127 + 73.6027 775.5070 + 73.6525 775.5015 + 73.7026 775.4964 + 73.7525 775.4916 + 73.8025 775.4870 + 73.8524 775.4826 + 73.9023 775.4785 + 73.9524 775.4747 + 74.0023 775.4712 + 74.0523 775.4680 + 74.1020 775.4650 + 74.1521 775.4622 + 74.2022 775.4597 + 74.2521 775.4576 + 74.2920 775.4561 + 74.3421 775.4544 + 74.3922 775.4529 + 74.4422 775.4518 + 74.4922 775.4509 + 74.5422 775.4503 + 74.5922 775.4500 + 74.6423 775.4500 + 74.6923 775.4501 + 74.7422 775.4506 + 74.7922 775.4515 + 74.8423 775.4525 + 74.8921 775.4537 + 74.9422 775.4553 + 74.9921 775.4572 + 75.0420 775.4593 + 75.0920 775.4617 + 75.1419 775.4644 + 75.1920 775.4674 + 75.2419 775.4706 + 75.2919 775.4741 + 75.3416 775.4778 + 75.3917 775.4819 + 75.4418 775.4863 + 75.4917 775.4909 + 75.5281 775.4944 + 75.5782 775.4995 + 75.6283 775.5049 + 75.6784 775.5105 + 75.7283 775.5164 + 75.7783 775.5226 + 75.8284 775.5291 + 75.8784 775.5359 + 75.9285 775.5428 + 75.9783 775.5501 + 76.0283 775.5577 + 76.0784 775.5656 + 76.1283 775.5737 + 76.1783 775.5821 + 76.2283 775.5908 + 76.2782 775.5998 + 76.3281 775.6090 + 76.3781 775.6185 + 76.4281 775.6283 + 76.4781 775.6384 + 76.5280 775.6487 + 76.5778 775.6594 + 76.6279 775.6702 + 76.6779 775.6815 + 76.7278 775.6930 + 76.7777 775.7048 + 76.8278 775.7168 + 76.8779 775.7291 + 76.9280 775.7416 + 76.9779 775.7546 + 77.0279 775.7677 + 77.0780 775.7812 + 77.1280 775.7950 + 77.1780 775.8090 + 77.2279 775.8232 + 77.2779 775.8378 + 77.3280 775.8527 + 77.3779 775.8677 + 77.4279 775.8832 + 77.4779 775.8989 + 77.5278 775.9147 + 77.5777 775.9310 + 77.6277 775.9475 + 77.6777 775.9644 + 77.7277 775.9814 + 77.7776 775.9988 + 77.8274 776.0164 + 77.8775 776.0344 + 77.9275 776.0526 + 77.9774 776.0712 + 78.0368 776.0934 + 78.0869 776.1126 + 78.1369 776.1320 + 78.1870 776.1519 + 78.2370 776.1718 + 78.2869 776.1920 + 78.3370 776.2126 + 78.3870 776.2334 + 78.4371 776.2545 + 78.4869 776.2758 + 78.5370 776.2976 + 78.5870 776.3196 + 78.6369 776.3417 + 78.6869 776.3643 + 78.7369 776.3871 + 78.7868 776.4102 + 78.8367 776.4335 + 78.8867 776.4572 + 78.9367 776.4811 + 78.9867 776.5054 + 79.0367 776.5298 + 79.0864 776.5546 + 79.1365 776.5797 + 79.1866 776.6051 + 79.2365 776.6307 + 79.2887 776.6578 + 79.3388 776.6841 + 79.3889 776.7107 + 79.4390 776.7376 + 79.4889 776.7646 + 79.5389 776.7921 + 79.5890 776.8197 + 79.6390 776.8477 + 79.6890 776.8759 + 79.7389 776.9044 + 79.7889 776.9332 + 79.8390 776.9623 + 79.8889 776.9916 + 79.9389 777.0213 + 79.9888 777.0512 + 80.0388 777.0814 + 80.0887 777.1119 + 80.1386 777.1426 + 80.1887 777.1738 + 80.2386 777.2051 + 80.2886 777.2368 + 80.3384 777.2686 + 80.3884 777.3008 + 80.4385 777.3334 + 80.4884 777.3661 + 80.5281 777.3924 + 80.5782 777.4258 + 80.6283 777.4594 + 80.6784 777.4934 + 80.7283 777.5275 + 80.7783 777.5620 + 80.8283 777.5967 + 80.8784 777.6318 + 80.9284 777.6671 + 80.9783 777.7026 + 81.0283 777.7385 + 81.0784 777.7748 + 81.1283 777.8112 + 81.1783 777.8479 + 81.2282 777.8849 + 81.2782 777.9222 + 81.3281 777.9597 + 81.3780 777.9976 + 81.4281 778.0358 + 81.4780 778.0742 + 81.5280 778.1129 + 81.5778 778.1518 + 81.6278 778.1912 + 81.6779 778.2308 + 81.7278 778.2706 + 81.7746 778.3082 + 81.8247 778.3487 + 81.8748 778.3895 + 81.9249 778.4305 + 81.9748 778.4719 + 82.0248 778.5134 + 82.0748 778.5554 + 82.1249 778.5975 + 82.1749 778.6400 + 82.2248 778.6827 + 82.2748 778.7256 + 82.3249 778.7690 + 82.3747 778.8125 + 82.4248 778.8565 + 82.4747 778.9005 + 82.5247 778.9449 + 82.5746 778.9896 + 82.6245 779.0345 + 82.6746 779.0798 + 82.7245 779.1254 + 82.7745 779.1712 + 82.8242 779.2172 + 82.8743 779.2637 + 82.9244 779.3105 + 82.9743 779.3573 + 83.0272 779.4075 + 83.0773 779.4551 + 83.1274 779.5031 + 83.1775 779.5513 + 83.2275 779.5997 + 83.2774 779.6484 + 83.3275 779.6975 + 83.3775 779.7469 + 83.4276 779.7964 + 83.4774 779.8462 + 83.5274 779.8964 + 83.5775 779.9468 + 83.6274 779.9975 + 83.6774 780.0485 + 83.7274 780.0998 + 83.7773 780.1513 + 83.8272 780.2031 + 83.8772 780.2551 + 83.9272 780.3076 + 83.9772 780.3602 + 84.0271 780.4131 + 84.0769 780.4662 + 84.1270 780.5199 + 84.1770 780.5737 + 84.2269 780.6277 + 84.2882 780.6945 + 84.3383 780.7493 + 84.3884 780.8044 + 84.4385 780.8599 + 84.4884 780.9155 + 84.5384 780.9714 + 84.5885 781.0275 + 84.6385 781.0840 + 84.6886 781.1409 + 84.7384 781.1977 + 84.7884 781.2551 + 84.8385 781.3126 + 84.8884 781.3704 + 84.9384 781.4285 + 84.9884 781.4869 + 85.0383 781.5455 + 85.0882 781.6045 + 85.1382 781.6636 + 85.1882 781.7233 + 85.2382 781.7830 + 85.2881 781.8430 + 85.3379 781.9032 + 85.3880 781.9639 + 85.4380 782.0250 + 85.4879 782.0861 + 85.5301 782.1379 + 85.5802 782.1998 + 85.6303 782.2620 + 85.6804 782.3243 + 85.7303 782.3868 + 85.7803 782.4498 + 85.8304 782.5129 + 85.8804 782.5764 + 85.9305 782.6401 + 85.9803 782.7040 + 86.0303 782.7682 + 86.0804 782.8328 + 86.1303 782.8976 + 86.1803 782.9627 + 86.2302 783.0280 + 86.2802 783.0936 + 86.3301 783.1594 + 86.3801 783.2255 + 86.4301 783.2921 + 86.4801 783.3587 + 86.5300 783.4257 + 86.5798 783.4927 + 86.6299 783.5604 + 86.6799 783.6284 + 86.7298 783.6964 + 86.7618 783.7401 + 86.8119 783.8088 + 86.8619 783.8777 + 86.9120 783.9471 + 86.9620 784.0164 + 87.0119 784.0861 + 87.0620 784.1561 + 87.1120 784.2264 + 87.1621 784.2970 + 87.2120 784.3677 + 87.2620 784.4388 + 87.3120 784.5103 + 87.3619 784.5817 + 87.4119 784.6536 + 87.4619 784.7258 + 87.5118 784.7981 + 87.5618 784.8707 + 87.6117 784.9435 + 87.6617 785.0169 + 87.7117 785.0905 + 87.7617 785.1642 + 87.8114 785.2379 + 87.8615 785.3123 + 87.9116 785.3871 + 87.9615 785.4619 + 88.0146 785.5418 + 88.0648 785.6174 + 88.1148 785.6933 + 88.1649 785.7695 + 88.2149 785.8456 + 88.2648 785.9221 + 88.3149 785.9991 + 88.3650 786.0762 + 88.4150 786.1536 + 88.4648 786.2311 + 88.5149 786.3090 + 88.5649 786.3873 + 88.6148 786.4655 + 88.6648 786.5443 + 88.7148 786.6232 + 88.7647 786.7023 + 88.8146 786.7817 + 88.8646 786.8613 + 88.9146 786.9416 + 88.9646 787.0217 + 89.0145 787.1023 + 89.0643 787.1827 + 89.1144 787.2639 + 89.1645 787.3455 + 89.2144 787.4269 + 89.2916 787.5535 + 89.3417 787.6361 + 89.3918 787.7188 + 89.4419 787.8019 + 89.4918 787.8848 + 89.5418 787.9682 + 89.5919 788.0519 + 89.6419 788.1359 + 89.6919 788.2202 + 89.7418 788.3044 + 89.7918 788.3890 + 89.8419 788.4742 + 89.8918 788.5593 + 89.9418 788.6448 + 89.9917 788.7305 + 90.0417 788.8163 + 90.0916 788.9025 + 90.1415 788.9890 + 90.1916 789.0758 + 90.2415 789.1628 + 90.2915 789.2501 + 90.3413 789.3372 + 90.3913 789.4252 + 90.4414 789.5134 + 90.4913 789.6017 + 90.5433 789.6939 + 90.5934 789.7829 + 90.6435 789.8722 + 90.6936 789.9618 + 90.7436 790.0514 + 90.7935 790.1412 + 90.8436 790.2316 + 90.8936 790.3221 + 90.9437 790.4129 + 90.9935 790.5036 + 91.0435 790.5948 + 91.0936 790.6864 + 91.1435 790.7780 + 91.1935 790.8699 + 91.2435 790.9621 + 91.2934 791.0544 + 91.3433 791.1470 + 91.3933 791.2399 + 91.4433 791.3333 + 91.4933 791.4268 + 91.5432 791.5204 + 91.5930 791.6140 + 91.6431 791.7083 + 91.6931 791.8030 + 91.7430 791.8976 + 91.7895 791.9858 + 91.8396 792.0813 + 91.8897 792.1769 + 91.9398 792.2729 + 91.9897 792.3687 + 92.0397 792.4650 + 92.0897 792.5616 + 92.1398 792.6584 + 92.1898 792.7555 + 92.2397 792.8525 + 92.2897 792.9501 + 92.3398 793.0480 + 92.3896 793.1458 + 92.4397 793.2440 + 92.4896 793.3424 + 92.5396 793.4410 + 92.5895 793.5399 + 92.6394 793.6390 + 92.6895 793.7386 + 92.7394 793.8382 + 92.7894 793.9381 + 92.8391 794.0378 + 92.8892 794.1385 + 92.9393 794.2393 + 92.9892 794.3400 + 93.0280 794.4186 + 93.0781 794.5202 + 93.1282 794.6219 + 93.1783 794.7240 + 93.2283 794.8261 + 93.2782 794.9283 + 93.3283 795.0310 + 93.3783 795.1340 + 93.4284 795.2371 + 93.4782 795.3401 + 93.5282 795.4437 + 93.5783 795.5477 + 93.6282 795.6514 + 93.6782 795.7557 + 93.7282 795.8601 + 93.7781 795.9647 + 93.8280 796.0696 + 93.8780 796.1747 + 93.9280 796.2803 + 93.9780 796.3857 + 94.0279 796.4916 + 94.0777 796.5972 + 94.1278 796.7039 + 94.1778 796.8105 + 94.2277 796.9172 + 94.2676 797.0027 + 94.3177 797.1102 + 94.3678 797.2179 + 94.4179 797.3259 + 94.4678 797.4337 + 94.5178 797.5418 + 94.5679 797.6505 + 94.6179 797.7592 + 94.6679 797.8682 + 94.7178 797.9771 + 94.7678 798.0865 + 94.8179 798.1962 + 94.8678 798.3058 + 94.9178 798.4159 + 94.9678 798.5261 + 95.0177 798.6364 + 95.0676 798.7470 + 95.1176 798.8579 + 95.1676 798.9691 + 95.2176 799.0804 + 95.2675 799.1920 + 95.3173 799.3033 + 95.3674 799.4156 + 95.4174 799.5281 + 95.4673 799.6404 + 95.5262 799.7731 + 95.5763 799.8863 + 95.6263 799.9998 + 95.6764 800.1135 + 95.7264 800.2271 + 95.7764 800.3409 + 95.8264 800.4553 + 95.8765 800.5696 + 95.9265 800.6843 + 95.9763 800.7988 + 96.0264 800.9139 + 96.0764 801.0292 + 96.1263 801.1444 + 96.1763 801.2602 + 96.2263 801.3759 + 96.2762 801.4919 + 96.3262 801.6080 + 96.3761 801.7245 + 96.4261 801.8413 + 96.4761 801.9582 + 96.5260 802.0752 + 96.5758 802.1921 + 96.6259 802.3099 + 96.6760 802.4279 + 96.7259 802.5457 + 96.7628 802.6331 + 96.8130 802.7518 + 96.8630 802.8705 + 96.9131 802.9896 + 96.9631 803.1085 + 97.0130 803.2277 + 97.0631 803.3473 + 97.1132 803.4670 + 97.1632 803.5870 + 97.2131 803.7068 + 97.2631 803.8270 + 97.3131 803.9478 + 97.3630 804.0682 + 97.4130 804.1891 + 97.4630 804.3102 + 97.5129 804.4313 + 97.5629 804.5527 + 97.6128 804.6743 + 97.6628 804.7962 + 97.7128 804.9183 + 97.7627 805.0405 + 97.8125 805.1625 + 97.8626 805.2854 + 97.9127 805.4086 + 97.9626 805.5314 + 98.0229 805.6801 + 98.0730 805.8040 + 98.1230 805.9279 + 98.1731 806.0522 + 98.2231 806.1762 + 98.2730 806.3005 + 98.3231 806.4252 + 98.3731 806.5500 + 98.4232 806.6751 + 98.4730 806.8000 + 98.5231 806.9254 + 98.5731 807.0511 + 98.6230 807.1766 + 98.6730 807.3024 + 98.7230 807.4285 + 98.7729 807.5546 + 98.8228 807.6810 + 98.8728 807.8075 + 98.9228 807.9345 + 98.9728 808.0615 + 99.0227 808.1886 + 99.0725 808.3156 + 99.1226 808.4434 + 99.1726 808.5714 + 99.2225 808.6990 + 99.2917 808.8766 + 99.3419 809.0053 + 99.3919 809.1342 + 99.4420 809.2632 + 99.4920 809.3921 + 99.5419 809.5212 + 99.5920 809.6507 + 99.6420 809.7805 + 99.6921 809.9103 + 99.7419 810.0399 + 99.7919 810.1700 + 99.8420 810.3005 + 99.8919 810.4307 + 99.9419 810.5614 + 99.9919 810.6921 + 100.0418 810.8229 + 100.0917 810.9539 + 100.1417 811.0851 + 100.1917 811.2168 + 100.2417 811.3484 + 100.2916 811.4800 + 100.3414 811.6116 + 100.3915 811.7440 + 100.4416 811.8766 + 100.4914 812.0089 + 100.5384 812.1335 + 100.5885 812.2667 + 100.6386 812.4000 + 100.6887 812.5334 + 100.7386 812.6667 + 100.7886 812.8003 + 100.8386 812.9342 + 100.8887 813.0683 + 100.9387 813.2025 + 100.9886 813.3364 + 101.0386 813.4709 + 101.0887 813.6057 + 101.1385 813.7401 + 101.1886 813.8751 + 101.2385 814.0101 + 101.2885 814.1451 + 101.3384 814.2803 + 101.3883 814.4157 + 101.4384 814.5516 + 101.4883 814.6874 + 101.5383 814.8233 + 101.5881 814.9589 + 101.6381 815.0955 + 101.6882 815.2322 + 101.7381 815.3687 + 101.7831 815.4919 + 101.8332 815.6292 + 101.8833 815.7665 + 101.9334 815.9041 + 101.9834 816.0414 + 102.0333 816.1790 + 102.0834 816.3168 + 102.1334 816.4548 + 102.1835 816.5930 + 102.2333 816.7309 + 102.2833 816.8693 + 102.3334 817.0081 + 102.3833 817.1464 + 102.4333 817.2853 + 102.4833 817.4241 + 102.5332 817.5630 + 102.5831 817.7021 + 102.6331 817.8413 + 102.6831 817.9810 + 102.7331 818.1207 + 102.7830 818.2603 + 102.8328 818.3997 + 102.8829 818.5400 + 102.9329 818.6805 + 102.9828 818.8206 + 103.0283 818.9484 + 103.0784 819.0894 + 103.1285 819.2305 + 103.1786 819.3716 + 103.2285 819.5126 + 103.2785 819.6538 + 103.3286 819.7953 + 103.3786 819.9370 + 103.4287 820.0787 + 103.4785 820.2201 + 103.5285 820.3621 + 103.5786 820.5044 + 103.6285 820.6461 + 103.6785 820.7886 + 103.7285 820.9308 + 103.7784 821.0732 + 103.8283 821.2157 + 103.8783 821.3583 + 103.9283 821.5015 + 103.9783 821.6445 + 104.0282 821.7875 + 104.0780 821.9302 + 104.1281 822.0739 + 104.1781 822.2177 + 104.2280 822.3611 + 104.2749 822.4958 + 104.3250 822.6401 + 104.3750 822.7844 + 104.4251 822.9289 + 104.4751 823.0732 + 104.5251 823.2174 + 104.5751 823.3622 + 104.6252 823.5070 + 104.6752 823.6519 + 104.7251 823.7964 + 104.7751 823.9415 + 104.8252 824.0870 + 104.8750 824.2318 + 104.9250 824.3772 + 104.9750 824.5226 + 105.0249 824.6680 + 105.0749 824.8135 + 105.1248 824.9593 + 105.1749 825.1052 + 105.2248 825.2512 + 105.2748 825.3973 + 105.3245 825.5428 + 105.3746 825.6895 + 105.4247 825.8361 + 105.4746 825.9824 + 105.5136 826.0969 + 105.5637 826.2439 + 105.6137 826.3911 + 105.6638 826.5383 + 105.7138 826.6852 + 105.7637 826.8323 + 105.8138 826.9799 + 105.8638 827.1273 + 105.9139 827.2750 + 105.9637 827.4222 + 106.0138 827.5699 + 106.0639 827.7180 + 106.1137 827.8655 + 106.1637 828.0135 + 106.2137 828.1615 + 106.2636 828.3094 + 106.3135 828.4575 + 106.3635 828.6057 + 106.4135 828.7543 + 106.4635 828.9028 + 106.5135 829.0512 + 106.5632 829.1993 + 106.6133 829.3484 + 106.6634 829.4974 + 106.7133 829.6461 + 106.7725 829.8228 + 106.8226 829.9724 + 106.8727 830.1218 + 106.9228 830.2714 + 106.9727 830.4207 + 107.0227 830.5702 + 107.0728 830.7200 + 107.1228 830.8699 + 107.1728 831.0197 + 107.2227 831.1691 + 107.2727 831.3192 + 107.3228 831.4693 + 107.3727 831.6191 + 107.4227 831.7692 + 107.4726 831.9194 + 107.5226 832.0695 + 107.5725 832.2196 + 107.6225 832.3699 + 107.6725 832.5206 + 107.7225 832.6711 + 107.7724 832.8217 + 107.8222 832.9717 + 107.8722 833.1227 + 107.9223 833.2738 + 107.9722 833.4245 + 108.0292 833.5967 + 108.0793 833.7482 + 108.1294 833.8995 + 108.1795 834.0510 + 108.2295 834.2023 + 108.2794 834.3535 + 108.3295 834.5051 + 108.3795 834.6566 + 108.4296 834.8083 + 108.4794 834.9595 + 108.5294 835.1112 + 108.5795 835.2631 + 108.6294 835.4146 + 108.6794 835.5665 + 108.7294 835.7182 + 108.7793 835.8699 + 108.8292 836.0216 + 108.8792 836.1735 + 108.9292 836.3257 + 108.9792 836.4778 + 109.0291 836.6299 + 109.0789 836.7814 + 109.1290 836.9340 + 109.1790 837.0865 + 109.2290 837.2386 + 109.2662 837.3522 + 109.3163 837.5050 + 109.3664 837.6577 + 109.4165 837.8106 + 109.4665 837.9630 + 109.5164 838.1155 + 109.5665 838.2686 + 109.6165 838.4213 + 109.6666 838.5742 + 109.7164 838.7266 + 109.7664 838.8795 + 109.8165 839.0325 + 109.8664 839.1852 + 109.9164 839.3381 + 109.9664 839.4910 + 110.0163 839.6437 + 110.0662 839.7966 + 110.1162 839.9495 + 110.1662 840.1028 + 110.2162 840.2557 + 110.2661 840.4087 + 110.3159 840.5613 + 110.3660 840.7147 + 110.4160 840.8682 + 110.4659 841.0211 + 110.5125 841.1639 + 110.5626 841.3176 + 110.6127 841.4712 + 110.6628 841.6248 + 110.7128 841.7781 + 110.7627 841.9314 + 110.8128 842.0850 + 110.8628 842.2386 + 110.9129 842.3922 + 110.9627 842.5452 + 111.0127 842.6987 + 111.0628 842.8525 + 111.1127 843.0056 + 111.1627 843.1593 + 111.2127 843.3127 + 111.2626 843.4659 + 111.3125 843.6193 + 111.3625 843.7728 + 111.4125 843.9264 + 111.4625 844.0799 + 111.5124 844.2333 + 111.5622 844.3862 + 111.6123 844.5402 + 111.6623 844.6939 + 111.7122 844.8473 + 111.7780 845.0491 + 111.8281 845.2031 + 111.8782 845.3569 + 111.9282 845.5109 + 111.9782 845.6644 + 112.0282 845.8178 + 112.0782 845.9717 + 112.1283 846.1254 + 112.1783 846.2791 + 112.2282 846.4323 + 112.2782 846.5859 + 112.3283 846.7397 + 112.3782 846.8929 + 112.4282 847.0464 + 112.4781 847.1999 + 112.5280 847.3532 + 112.5780 847.5065 + 112.6279 847.6599 + 112.6780 847.8135 + 112.7279 847.9669 + 112.7779 848.1201 + 112.8276 848.2728 + 112.8777 848.4265 + 112.9278 848.5800 + 112.9777 848.7332 + 113.0506 848.9566 + 113.1007 849.1102 + 113.1507 849.2637 + 113.2009 849.4174 + 113.2508 849.5704 + 113.3008 849.7235 + 113.3508 849.8770 + 113.4009 850.0302 + 113.4509 850.1834 + 113.5008 850.3360 + 113.5508 850.4893 + 113.6009 850.6424 + 113.6507 850.7951 + 113.7008 850.9481 + 113.7507 851.1009 + 113.8006 851.2535 + 113.8506 851.4062 + 113.9005 851.5588 + 113.9505 851.7115 + 114.0005 851.8643 + 114.0505 852.0167 + 114.1002 852.1687 + 114.1503 852.3215 + 114.2004 852.4742 + 114.2503 852.6265 + 114.2838 852.7286 + 114.3339 852.8813 + 114.3839 853.0339 + 114.4340 853.1865 + 114.4840 853.3387 + 114.5340 853.4908 + 114.5840 853.6431 + 114.6341 853.7953 + 114.6841 853.9476 + 114.7339 854.0991 + 114.7840 854.2510 + 114.8340 854.4031 + 114.8839 854.5547 + 114.9340 854.7065 + 114.9839 854.8580 + 115.0338 855.0094 + 115.0838 855.1608 + 115.1337 855.3122 + 115.1837 855.4637 + 115.2337 855.6150 + 115.2836 855.7661 + 115.3334 855.9167 + 115.3835 856.0681 + 115.4336 856.2194 + 115.4835 856.3701 + 115.5211 856.4838 + 115.5712 856.6350 + 115.6213 856.7860 + 115.6714 856.9371 + 115.7213 857.0876 + 115.7713 857.2381 + 115.8214 857.3887 + 115.8714 857.5394 + 115.9214 857.6899 + 115.9713 857.8397 + 116.0213 857.9899 + 116.0714 858.1403 + 116.1213 858.2900 + 116.1713 858.4399 + 116.2213 858.5896 + 116.2712 858.7393 + 116.3211 858.8887 + 116.3710 859.0381 + 116.4211 859.1877 + 116.4711 859.3370 + 116.5210 859.4861 + 116.5708 859.6347 + 116.6208 859.7841 + 116.6709 859.9332 + 116.7208 860.0818 + 116.7714 860.2325 + 116.8215 860.3816 + 116.8716 860.5304 + 116.9217 860.6793 + 116.9717 860.8275 + 117.0216 860.9756 + 117.0717 861.1241 + 117.1217 861.2722 + 117.1718 861.4204 + 117.2216 861.5679 + 117.2717 861.7157 + 117.3217 861.8636 + 117.3716 862.0108 + 117.4216 862.1583 + 117.4716 862.3054 + 117.5215 862.4525 + 117.5714 862.5993 + 117.6214 862.7462 + 117.6714 862.8931 + 117.7214 863.0398 + 117.7713 863.1862 + 117.8211 863.3320 + 117.8712 863.4786 + 117.9213 863.6251 + 117.9711 863.7709 + 118.0066 863.8744 + 118.0567 864.0205 + 118.1068 864.1665 + 118.1569 864.3124 + 118.2068 864.4578 + 118.2568 864.6031 + 118.3068 864.7485 + 118.3569 864.8937 + 118.4069 865.0389 + 118.4568 865.1833 + 118.5068 865.3280 + 118.5569 865.4728 + 118.6068 865.6169 + 118.6568 865.7612 + 118.7067 865.9052 + 118.7567 866.0490 + 118.8066 866.1927 + 118.8565 866.3362 + 118.9066 866.4799 + 118.9565 866.6232 + 119.0065 866.7664 + 119.0563 866.9088 + 119.1063 867.0519 + 119.1564 867.1950 + 119.2063 867.3373 + 119.2525 867.4689 + 119.3026 867.6116 + 119.3527 867.7540 + 119.4028 867.8963 + 119.4527 868.0381 + 119.5027 868.1797 + 119.5527 868.3215 + 119.6028 868.4630 + 119.6528 868.6042 + 119.7027 868.7450 + 119.7527 868.8859 + 119.8028 869.0270 + 119.8527 869.1671 + 119.9027 869.3076 + 119.9526 869.4477 + 120.0026 869.5875 + 120.0525 869.7272 + 120.1024 869.8668 + 120.1525 870.0063 + 120.2024 870.1456 + 120.2524 870.2847 + 120.3021 870.4230 + 120.3522 870.5621 + 120.4023 870.7008 + 120.4522 870.8390 + 120.5044 870.9835 + 120.5545 871.1218 + 120.6046 871.2599 + 120.6547 871.3979 + 120.7047 871.5353 + 120.7546 871.6725 + 120.8047 871.8099 + 120.8547 871.9468 + 120.9048 872.0837 + 120.9546 872.2199 + 121.0046 872.3563 + 121.0547 872.4927 + 121.1046 872.6283 + 121.1546 872.7640 + 121.2046 872.8995 + 121.2545 873.0347 + 121.3044 873.1696 + 121.3544 873.3044 + 121.4044 873.4393 + 121.4544 873.5737 + 121.5043 873.7079 + 121.5541 873.8414 + 121.6042 873.9755 + 121.6542 874.1093 + 121.7041 874.2426 + 121.7563 874.3815 + 121.8064 874.5148 + 121.8564 874.6478 + 121.9065 874.7807 + 121.9565 874.9130 + 122.0065 875.0450 + 122.0565 875.1772 + 122.1066 875.3090 + 122.1566 875.4406 + 122.2065 875.5715 + 122.2565 875.7026 + 122.3066 875.8336 + 122.3564 875.9639 + 122.4065 876.0943 + 122.4564 876.2242 + 122.5063 876.3540 + 122.5563 876.4835 + 122.6062 876.6127 + 122.6563 876.7420 + 122.7062 876.8708 + 122.7562 876.9995 + 122.8059 877.1273 + 122.8560 877.2557 + 122.9061 877.3839 + 122.9560 877.5114 + 123.0116 877.6533 + 123.0617 877.7807 + 123.1118 877.9078 + 123.1619 878.0347 + 123.2118 878.1612 + 123.2618 878.2872 + 123.3119 878.4133 + 123.3619 878.5391 + 123.4119 878.6647 + 123.4618 878.7895 + 123.5118 878.9146 + 123.5619 879.0394 + 123.6118 879.1636 + 123.6618 879.2877 + 123.7118 879.4114 + 123.7617 879.5349 + 123.8116 879.6581 + 123.8616 879.7810 + 123.9116 879.9039 + 123.9616 880.0264 + 124.0115 880.1484 + 124.0613 880.2699 + 124.1114 880.3918 + 124.1614 880.5135 + 124.2113 880.6344 + 124.2575 880.7461 + 124.3076 880.8670 + 124.3577 880.9875 + 124.4078 881.1078 + 124.4577 881.2275 + 124.5077 881.3469 + 124.5578 881.4662 + 124.6078 881.5853 + 124.6578 881.7040 + 124.7077 881.8221 + 124.7577 881.9402 + 124.8078 882.0581 + 124.8577 882.1753 + 124.9077 882.2925 + 124.9576 882.4092 + 125.0076 882.5256 + 125.0575 882.6418 + 125.1075 882.7577 + 125.1575 882.8735 + 125.2075 882.9887 + 125.2574 883.1037 + 125.3072 883.2179 + 125.3573 883.3326 + 125.4073 883.4470 + 125.4572 883.5605 + 125.4944 883.6450 + 125.5445 883.7585 + 125.5946 883.8716 + 125.6447 883.9845 + 125.6946 884.0968 + 125.7446 884.2087 + 125.7947 884.3206 + 125.8447 884.4321 + 125.8947 884.5432 + 125.9446 884.6536 + 125.9946 884.7642 + 126.0447 884.8744 + 126.0946 884.9839 + 126.1446 885.0934 + 126.1945 885.2025 + 126.2445 885.3111 + 126.2944 885.4193 + 126.3444 885.5273 + 126.3944 885.6353 + 126.4444 885.7426 + 126.4943 885.8495 + 126.5441 885.9559 + 126.5941 886.0624 + 126.6442 886.1687 + 126.6941 886.2742 + 126.7388 886.3684 + 126.7889 886.4737 + 126.8390 886.5786 + 126.8891 886.6832 + 126.9390 886.7871 + 126.9890 886.8907 + 127.0390 886.9941 + 127.0891 887.0972 + 127.1391 887.2000 + 127.1890 887.3019 + 127.2390 887.4038 + 127.2891 887.5056 + 127.3390 887.6065 + 127.3890 887.7073 + 127.4389 887.8077 + 127.4889 887.9077 + 127.5388 888.0072 + 127.5887 888.1064 + 127.6388 888.2056 + 127.6888 888.3041 + 127.7387 888.4022 + 127.7885 888.4996 + 127.8385 888.5972 + 127.8886 888.6945 + 127.9385 888.7910 + 128.0039 888.9171 + 128.0540 889.0131 + 128.1041 889.1086 + 128.1542 889.2039 + 128.2042 889.2985 + 128.2541 889.3928 + 128.3042 889.4869 + 128.3542 889.5804 + 128.4043 889.6737 + 128.4541 889.7662 + 128.5042 889.8585 + 128.5542 889.9507 + 128.6041 890.0419 + 128.6541 890.1332 + 128.7041 890.2238 + 128.7540 890.3140 + 128.8039 890.4038 + 128.8539 890.4933 + 128.9039 890.5825 + 128.9539 890.6712 + 129.0038 890.7594 + 129.0536 890.8469 + 129.1037 890.9344 + 129.1537 891.0217 + 129.2036 891.1082 + 129.2809 891.2413 + 129.3310 891.3270 + 129.3811 891.4124 + 129.4312 891.4973 + 129.4811 891.5815 + 129.5311 891.6655 + 129.5811 891.7490 + 129.6312 891.8322 + 129.6812 891.9147 + 129.7311 891.9968 + 129.7811 892.0785 + 129.8312 892.1600 + 129.8810 892.2407 + 129.9311 892.3212 + 129.9810 892.4012 + 130.0310 892.4807 + 130.0809 892.5597 + 130.1308 892.6382 + 130.1809 892.7165 + 130.2308 892.7943 + 130.2808 892.8716 + 130.3306 892.9482 + 130.3806 893.0248 + 130.4307 893.1010 + 130.4806 893.1763 + 130.5306 893.2515 + 130.5807 893.3264 + 130.6308 893.4006 + 130.6809 893.4745 + 130.7309 893.5477 + 130.7808 893.6204 + 130.8309 893.6929 + 130.8809 893.7648 + 130.9310 893.8363 + 130.9808 893.9070 + 131.0308 893.9775 + 131.0809 894.0477 + 131.1308 894.1170 + 131.1808 894.1860 + 131.2308 894.2546 + 131.2807 894.3226 + 131.3306 894.3901 + 131.3806 894.4573 + 131.4306 894.5240 + 131.4806 894.5901 + 131.5305 894.6558 + 131.5803 894.7206 + 131.6304 894.7855 + 131.6804 894.8499 + 131.7303 894.9133 + 131.7626 894.9543 + 131.8127 895.0173 + 131.8628 895.0799 + 131.9129 895.1420 + 131.9628 895.2033 + 132.0128 895.2643 + 132.0629 895.3248 + 132.1129 895.3848 + 132.1629 895.4442 + 132.2128 895.5031 + 132.2628 895.5615 + 132.3129 895.6194 + 132.3628 895.6767 + 132.4128 895.7336 + 132.4628 895.7899 + 132.5127 895.8457 + 132.5626 895.9010 + 132.6126 895.9557 + 132.6626 896.0101 + 132.7126 896.0638 + 132.7625 896.1171 + 132.8123 896.1696 + 132.8624 896.2219 + 132.9124 896.2736 + 132.9623 896.3246 + 133.0104 896.3733 + 133.0605 896.4235 + 133.1105 896.4732 + 133.1606 896.5223 + 133.2106 896.5707 + 133.2606 896.6187 + 133.3106 896.6661 + 133.3607 896.7131 + 133.4107 896.7595 + 133.4606 896.8051 + 133.5106 896.8504 + 133.5607 896.8951 + 133.6105 896.9392 + 133.6606 896.9828 + 133.7105 897.0258 + 133.7604 897.0684 + 133.8104 897.1101 + 133.8603 897.1515 + 133.9104 897.1924 + 133.9603 897.2325 + 134.0103 897.2722 + 134.0600 897.3112 + 134.1101 897.3498 + 134.1602 897.3878 + 134.2101 897.4252 + 134.2774 897.4747 + 134.3275 897.5108 + 134.3775 897.5464 + 134.4276 897.5814 + 134.4776 897.6157 + 134.5275 897.6494 + 134.5776 897.6827 + 134.6277 897.7153 + 134.6777 897.7474 + 134.7276 897.7787 + 134.7776 897.8096 + 134.8277 897.8400 + 134.8775 897.8696 + 134.9275 897.8987 + 134.9775 897.9271 + 135.0274 897.9550 + 135.0773 897.9822 + 135.1273 898.0089 + 135.1773 898.0350 + 135.2273 898.0605 + 135.2773 898.0853 + 135.3270 898.1096 + 135.3771 898.1332 + 135.4272 898.1564 + 135.4771 898.1788 + 135.5254 898.2000 + 135.5755 898.2212 + 135.6256 898.2419 + 135.6757 898.2619 + 135.7256 898.2813 + 135.7756 898.3002 + 135.8257 898.3183 + 135.8757 898.3358 + 135.9257 898.3528 + 135.9756 898.3690 + 136.0256 898.3846 + 136.0757 898.3997 + 136.1256 898.4141 + 136.1756 898.4278 + 136.2255 898.4410 + 136.2755 898.4534 + 136.3254 898.4653 + 136.3754 898.4764 + 136.4254 898.4870 + 136.4753 898.4969 + 136.5253 898.5062 + 136.5751 898.5148 + 136.6252 898.5228 + 136.6752 898.5302 + 136.7251 898.5368 + 136.7608 898.5412 + 136.8109 898.5468 + 136.8610 898.5517 + 136.9111 898.5559 + 136.9610 898.5594 + 137.0110 898.5624 + 137.0611 898.5646 + 137.1111 898.5663 + 137.1611 898.5673 + 137.2110 898.5674 + 137.2610 898.5671 + 137.3111 898.5659 + 137.3610 898.5642 + 137.4110 898.5617 + 137.4609 898.5586 + 137.5109 898.5549 + 137.5608 898.5504 + 137.6107 898.5453 + 137.6608 898.5394 + 137.7107 898.5329 + 137.7607 898.5256 + 137.8105 898.5178 + 137.8605 898.5092 + 137.9106 898.4999 + 137.9605 898.4900 + 137.9986 898.4819 + 138.0487 898.4707 + 138.0988 898.4587 + 138.1489 898.4462 + 138.1988 898.4327 + 138.2488 898.4188 + 138.2988 898.4041 + 138.3489 898.3887 + 138.3989 898.3725 + 138.4488 898.3557 + 138.4988 898.3382 + 138.5489 898.3198 + 138.5988 898.3009 + 138.6488 898.2812 + 138.6987 898.2607 + 138.7487 898.2397 + 138.7986 898.2178 + 138.8485 898.1952 + 138.8986 898.1718 + 138.9485 898.1478 + 138.9985 898.1230 + 139.0482 898.0977 + 139.0983 898.0714 + 139.1484 898.0443 + 139.1983 898.0167 + 139.2452 897.9899 + 139.2953 897.9608 + 139.3454 897.9308 + 139.3955 897.9001 + 139.4455 897.8687 + 139.4954 897.8366 + 139.5455 897.8036 + 139.5955 897.7700 + 139.6456 897.7357 + 139.6954 897.7006 + 139.7454 897.6647 + 139.7955 897.6279 + 139.8454 897.5906 + 139.8954 897.5523 + 139.9454 897.5134 + 139.9953 897.4738 + 140.0452 897.4333 + 140.0952 897.3921 + 140.1452 897.3500 + 140.1952 897.3073 + 140.2451 897.2637 + 140.2949 897.2196 + 140.3450 897.1743 + 140.3950 897.1284 + 140.4449 897.0818 + 140.5172 897.0130 + 140.5673 896.9643 + 140.6174 896.9148 + 140.6674 896.8645 + 140.7174 896.8136 + 140.7674 896.7618 + 140.8174 896.7092 + 140.8675 896.6557 + 140.9175 896.6016 + 140.9674 896.5468 + 141.0174 896.4908 + 141.0675 896.4343 + 141.1173 896.3771 + 141.1674 896.3187 + 141.2173 896.2598 + 141.2672 896.2001 + 141.3172 896.1395 + 141.3671 896.0781 + 141.4172 896.0159 + 141.4671 895.9528 + 141.5171 895.8890 + 141.5668 895.8246 + 141.6169 895.7589 + 141.6670 895.6925 + 141.7169 895.6253 + 141.7663 895.5582 + 141.8164 895.4891 + 141.8665 895.4193 + 141.9166 895.3486 + 141.9666 895.2773 + 142.0165 895.2051 + 142.0666 895.1321 + 142.1166 895.0582 + 142.1667 894.9833 + 142.2165 894.9079 + 142.2665 894.8314 + 142.3166 894.7540 + 142.3665 894.6761 + 142.4165 894.5972 + 142.4665 894.5173 + 142.5164 894.4368 + 142.5663 894.3552 + 142.6163 894.2729 + 142.6663 894.1895 + 142.7163 894.1055 + 142.7662 894.0206 + 142.8160 893.9350 + 142.8661 893.8481 + 142.9161 893.7604 + 142.9660 893.6721 + 143.0021 893.6077 + 143.0522 893.5175 + 143.1023 893.4265 + 143.1524 893.3345 + 143.2023 893.2419 + 143.2523 893.1484 + 143.3024 893.0539 + 143.3524 892.9585 + 143.4024 892.8622 + 143.4523 892.7653 + 143.5023 892.6672 + 143.5524 892.5683 + 143.6023 892.4686 + 143.6523 892.3679 + 143.7023 892.2664 + 143.7522 892.1639 + 143.8021 892.0607 + 143.8521 891.9565 + 143.9021 891.8513 + 143.9521 891.7451 + 144.0020 891.6382 + 144.0518 891.5307 + 144.1019 891.4216 + 144.1519 891.3116 + 144.2018 891.2012 + 144.2502 891.0932 + 144.3003 890.9803 + 144.3503 890.8668 + 144.4004 890.7521 + 144.4504 890.6369 + 144.5004 890.5206 + 144.5504 890.4034 + 144.6004 890.2850 + 144.6505 890.1658 + 144.7003 890.0461 + 144.7504 889.9250 + 144.8004 889.8030 + 144.8503 889.6805 + 144.9003 889.5566 + 144.9503 889.4320 + 145.0002 889.3063 + 145.0502 889.1799 + 145.1001 889.0524 + 145.1501 888.9236 + 145.2001 888.7943 + 145.2500 888.6639 + 145.2998 888.5330 + 145.3499 888.4004 + 145.4000 888.2668 + 145.4499 888.1327 + 145.5128 887.9623 + 145.5629 887.8256 + 145.6129 887.6877 + 145.6630 887.5488 + 145.7130 887.4094 + 145.7629 887.2690 + 145.8130 887.1273 + 145.8630 886.9849 + 145.9131 886.8413 + 145.9629 886.6973 + 146.0130 886.5518 + 146.0630 886.4052 + 146.1129 886.2581 + 146.1629 886.1095 + 146.2129 885.9603 + 146.2628 885.8099 + 146.3127 885.6588 + 146.3627 885.5065 + 146.4127 885.3530 + 146.4627 885.1987 + 146.5126 885.0433 + 146.5624 884.8875 + 146.6125 884.7299 + 146.6626 884.5710 + 146.7124 884.4119 + 146.7621 884.2524 + 146.8122 884.0906 + 146.8623 883.9277 + 146.9124 883.7637 + 146.9623 883.5993 + 147.0123 883.4336 + 147.0623 883.2667 + 147.1124 883.0988 + 147.1624 882.9298 + 147.2123 882.7606 + 147.2623 882.5896 + 147.3124 882.4174 + 147.3623 882.2449 + 147.4123 882.0707 + 147.4622 881.8958 + 147.5122 881.7198 + 147.5621 881.5431 + 147.6120 881.3650 + 147.6621 881.1854 + 147.7120 881.0052 + 147.7620 880.8240 + 147.8118 880.6425 + 147.8618 880.4586 + 147.9119 880.2738 + 147.9618 880.0884 + 148.0037 879.9323 + 148.0538 879.7440 + 148.1039 879.5552 + 148.1540 879.3649 + 148.2039 879.1741 + 148.2539 878.9823 + 148.3039 878.7889 + 148.3540 878.5947 + 148.4040 878.3992 + 148.4539 878.2035 + 148.5039 878.0061 + 148.5540 877.8074 + 148.6039 877.6080 + 148.6539 877.4073 + 148.7038 877.2057 + 148.7538 877.0031 + 148.8037 876.7993 + 148.8536 876.5946 + 148.9037 876.3881 + 148.9536 876.1808 + 149.0036 875.9725 + 149.0533 875.7640 + 149.1034 875.5531 + 149.1535 875.3411 + 149.2034 875.1285 + 149.2519 874.9208 + 149.3020 874.7051 + 149.3521 874.4885 + 149.4022 874.2708 + 149.4522 874.0524 + 149.5021 873.8328 + 149.5522 873.6118 + 149.6022 873.3898 + 149.6523 873.1664 + 149.7021 872.9428 + 149.7521 872.7174 + 149.8022 872.4905 + 149.8521 872.2634 + 149.9021 872.0345 + 149.9521 871.8048 + 150.0020 871.5740 + 150.0519 871.3420 + 150.1019 871.1090 + 150.1519 870.8741 + 150.2019 870.6387 + 150.2518 870.4020 + 150.3016 870.1649 + 150.3517 869.9252 + 150.4017 869.6846 + 150.4516 869.4434 + 150.4882 869.2659 + 150.5383 869.0219 + 150.5884 868.7766 + 150.6385 868.5301 + 150.6884 868.2834 + 150.7384 868.0350 + 150.7885 867.7851 + 150.8385 867.5341 + 150.8886 867.2820 + 150.9384 867.0295 + 150.9884 866.7751 + 151.0385 866.5193 + 151.0884 866.2631 + 151.1384 866.0051 + 151.1884 865.7463 + 151.2383 865.4863 + 151.2882 865.2252 + 151.3382 864.9627 + 151.3882 864.6984 + 151.4382 864.4334 + 151.4881 864.1674 + 151.5379 863.9010 + 151.5880 863.6317 + 151.6380 863.3613 + 151.6879 863.0907 + 151.7426 862.7928 + 151.7927 862.5182 + 151.8427 862.2428 + 151.8928 861.9661 + 151.9428 861.6886 + 151.9928 861.4100 + 152.0428 861.1296 + 152.0929 860.8481 + 152.1429 860.5654 + 152.1928 860.2823 + 152.2428 859.9972 + 152.2928 859.7106 + 152.3427 859.4237 + 152.3927 859.1346 + 152.4427 858.8448 + 152.4926 858.5540 + 152.5426 858.2620 + 152.5925 857.9683 + 152.6425 857.6729 + 152.6925 857.3768 + 152.7425 857.0795 + 152.7922 856.7819 + 152.8423 856.4812 + 152.8924 856.1794 + 152.9423 855.8771 + 153.0000 855.5261 + 153.0501 855.2200 + 153.1002 854.9127 + 153.1503 854.6039 + 153.2002 854.2947 + 153.2502 853.9843 + 153.3003 853.6720 + 153.3503 853.3584 + 153.4003 853.0436 + 153.4502 852.7286 + 153.5002 852.4113 + 153.5503 852.0923 + 153.6002 851.7733 + 153.6502 851.4520 + 153.7001 851.1298 + 153.7501 850.8065 + 153.8000 850.4820 + 153.8499 850.1559 + 153.9000 849.8279 + 153.9500 849.4991 + 153.9999 849.1692 + 154.0497 848.8390 + 154.0997 848.5056 + 154.1498 848.1707 + 154.1997 847.8358 + 154.2476 847.5129 + 154.2977 847.1738 + 154.3478 846.8339 + 154.3979 846.4921 + 154.4478 846.1503 + 154.4978 845.8066 + 154.5479 845.4612 + 154.5979 845.1145 + 154.6479 844.7665 + 154.6978 844.4185 + 154.7478 844.0679 + 154.7979 843.7153 + 154.8478 843.3630 + 154.8978 843.0084 + 154.9477 842.6527 + 154.9977 842.2959 + 155.0476 841.9379 + 155.0975 841.5781 + 155.1476 841.2164 + 155.1976 840.8538 + 155.2475 840.4901 + 155.2973 840.1261 + 155.3474 839.7585 + 155.3974 839.3898 + 155.4473 839.0207 + 155.4999 838.6304 + 155.5500 838.2570 + 155.6001 837.8825 + 155.6502 837.5063 + 155.7001 837.1298 + 155.7501 836.7520 + 155.8002 836.3718 + 155.8502 835.9906 + 155.9002 835.6078 + 155.9501 835.2250 + 156.0001 834.8396 + 156.0502 834.4523 + 156.1001 834.0651 + 156.1501 833.6754 + 156.2000 833.2847 + 156.2500 832.8929 + 156.2999 832.4996 + 156.3498 832.1049 + 156.3999 831.7079 + 156.4498 831.3099 + 156.4998 830.9108 + 156.5496 830.5117 + 156.5996 830.1086 + 156.6497 829.7041 + 156.6996 829.2997 + 156.7485 828.9019 + 156.7986 828.4929 + 156.8487 828.0826 + 156.8988 827.6705 + 156.9487 827.2585 + 156.9987 826.8446 + 157.0487 826.4288 + 157.0988 826.0113 + 157.1488 825.5924 + 157.1987 825.1738 + 157.2487 824.7522 + 157.2988 824.3286 + 157.3487 823.9053 + 157.3987 823.4794 + 157.4486 823.0525 + 157.4986 822.6241 + 157.5485 822.1946 + 157.5984 821.7633 + 157.6485 821.3297 + 157.6984 820.8951 + 157.7484 820.4594 + 157.7981 820.0237 + 157.8482 819.5835 + 157.8983 819.1423 + 157.9482 818.7009 + 157.9868 818.3585 + 158.0369 817.9127 + 158.0870 817.4655 + 158.1371 817.0167 + 158.1870 816.5675 + 158.2370 816.1168 + 158.2870 815.6638 + 158.3371 815.2094 + 158.3871 814.7534 + 158.4370 814.2976 + 158.4870 813.8387 + 158.5371 813.3779 + 158.5869 812.9172 + 158.6370 812.4537 + 158.6869 811.9894 + 158.7368 811.5237 + 158.7868 811.0565 + 158.8367 810.5874 + 158.8868 810.1162 + 158.9367 809.6440 + 158.9867 809.1704 + 159.0364 808.6970 + 159.0865 808.2189 + 159.1366 807.7396 + 159.1865 807.2601 + 159.2406 806.7388 + 159.2907 806.2542 + 159.3407 805.7682 + 159.3909 805.2805 + 159.4408 804.7927 + 159.4908 804.3031 + 159.5408 803.8110 + 159.5909 803.3175 + 159.6409 802.8224 + 159.6908 802.3278 + 159.7408 801.8296 + 159.7909 801.3293 + 159.8407 800.8295 + 159.8908 800.3267 + 159.9407 799.8231 + 159.9906 799.3177 + 160.0406 798.8112 + 160.0905 798.3026 + 160.1406 797.7915 + 160.1905 797.2797 + 160.2405 796.7664 + 160.2902 796.2531 + 160.3403 795.7352 + 160.3904 795.2158 + 160.4403 794.6965 + 160.4990 794.0829 + 160.5491 793.5581 + 160.5992 793.0317 + 160.6493 792.5035 + 160.6992 791.9752 + 160.7492 791.4453 + 160.7993 790.9125 + 160.8493 790.3783 + 160.8994 789.8423 + 160.9492 789.3068 + 160.9992 788.7681 + 161.0493 788.2266 + 161.0992 787.6861 + 161.1492 787.1421 + 161.1992 786.5973 + 161.2491 786.0511 + 161.2990 785.5033 + 161.3490 784.9536 + 161.3990 784.4012 + 161.4490 783.8478 + 161.4989 783.2931 + 161.5487 782.7384 + 161.5988 782.1791 + 161.6488 781.6179 + 161.6987 781.0571 + 161.7548 780.4250 + 161.8049 779.8582 + 161.8549 779.2900 + 161.9050 778.7197 + 161.9550 778.1497 + 162.0050 777.5775 + 162.0550 777.0026 + 162.1051 776.4263 + 162.1551 775.8481 + 162.2050 775.2706 + 162.2550 774.6895 + 162.3051 774.1057 + 162.3549 773.5226 + 162.4050 772.9363 + 162.4549 772.3490 + 162.5048 771.7606 + 162.5547 771.1699 + 162.6047 770.5773 + 162.6548 769.9821 + 162.7047 769.3862 + 162.7547 768.7885 + 162.8044 768.1915 + 162.8545 767.5885 + 162.9046 766.9842 + 162.9545 766.3802 + 163.0145 765.6520 + 163.0646 765.0413 + 163.1146 764.4300 + 163.1647 763.8158 + 163.2147 763.2020 + 163.2646 762.5864 + 163.3147 761.9678 + 163.3647 761.3477 + 163.4148 760.7257 + 163.4646 760.1042 + 163.5147 759.4791 + 163.5647 758.8511 + 163.6146 758.2242 + 163.6646 757.5936 + 163.7146 756.9622 + 163.7645 756.3292 + 163.8145 755.6943 + 163.8644 755.0576 + 163.9144 754.4178 + 163.9644 753.7772 + 164.0143 753.1349 + 164.0641 752.4933 + 164.1142 751.8456 + 164.1643 751.1965 + 164.2142 750.5477 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.dat b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.dat new file mode 100644 index 000000000..57eb0f9a4 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.dat @@ -0,0 +1,3200 @@ + 3.86396 128.22 14.70975 + 3.91407 120.02 14.22598 + 3.96414 166.98 16.77884 + 4.01424 135.17 15.05058 + 4.06420 182.87 17.58951 + 4.11416 177.19 17.30471 + 4.16422 249.28 20.60029 + 4.21426 242.77 20.31934 + 4.26430 261.99 21.15273 + 4.31416 374.47 25.40466 + 4.36417 435.31 27.22361 + 4.41425 647.92 33.50702 + 4.46413 806.68 37.39521 + 4.51415 868.33 38.90596 + 4.56410 1082.78 43.80960 + 4.61404 1245.94 47.21271 + 4.66396 1161.56 45.48021 + 4.71391 1270.88 47.62860 + 4.76395 1353.10 49.39456 + 4.81391 1394.96 50.01572 + 4.86386 1344.30 49.09494 + 4.91363 1395.56 50.01088 + 4.96371 1418.44 50.58948 + 5.01377 1512.19 52.30489 + 5.06367 1533.20 52.68642 + 5.11651 1511.09 44.28691 + 5.16661 1557.83 45.91942 + 5.21668 1570.98 46.20371 + 5.26679 1524.03 45.02544 + 5.31674 1557.07 45.25249 + 5.36670 1518.49 44.31210 + 5.41676 1492.80 44.16746 + 5.46680 1467.48 43.86771 + 5.51684 1642.49 46.71440 + 5.56670 1467.95 44.03296 + 5.61672 1480.74 43.62110 + 5.66680 1504.68 44.46082 + 5.71668 1493.81 44.27740 + 5.76669 1526.23 44.96581 + 5.81665 1448.03 43.71241 + 5.86658 1480.69 44.77661 + 5.91650 1399.52 42.51775 + 5.96645 1416.73 43.43228 + 6.01649 1395.40 42.77295 + 6.06646 1287.19 40.93098 + 6.11640 1413.82 43.17433 + 6.16617 1294.07 41.81616 + 6.21625 1329.71 41.91021 + 6.26631 1295.20 41.37796 + 6.31621 1221.64 39.93496 + 6.36160 1239.25 39.87817 + 6.41170 1234.43 39.86223 + 6.46178 1176.34 39.05585 + 6.51188 1230.70 39.53897 + 6.56183 1157.69 38.54604 + 6.61180 1123.19 37.84542 + 6.66186 1173.25 38.91529 + 6.71190 1163.54 39.22373 + 6.76194 1160.56 38.59626 + 6.81179 1090.30 37.27342 + 6.86181 1089.23 38.28368 + 6.91189 1115.90 37.61273 + 6.96177 1035.09 36.20958 + 7.01179 1073.90 37.53758 + 7.06174 1088.65 37.38830 + 7.11167 1060.65 37.06623 + 7.16159 1001.18 35.33468 + 7.21155 1051.08 36.73854 + 7.26159 1038.77 35.93502 + 7.31155 987.64 35.00495 + 7.36149 1032.94 37.20297 + 7.41126 1014.73 36.44994 + 7.46135 967.70 34.78567 + 7.51141 1053.04 37.04921 + 7.56131 987.22 35.52097 + 7.61764 1027.23 31.22420 + 7.66775 957.69 30.08272 + 7.71782 950.30 29.93164 + 7.76792 965.57 30.17965 + 7.81788 908.56 29.29014 + 7.86784 990.94 30.58306 + 7.91790 948.75 29.99545 + 7.96794 1014.25 31.01891 + 8.01798 909.56 29.32125 + 8.06784 963.50 30.18412 + 8.11785 956.97 30.07273 + 8.16793 941.60 29.83879 + 8.21781 944.65 29.89604 + 8.26783 958.38 30.07567 + 8.31778 915.62 29.39662 + 8.36772 926.86 29.56226 + 8.41764 898.35 29.09659 + 8.46759 883.90 28.84589 + 8.51763 907.95 29.18159 + 8.56759 840.81 28.28902 + 8.61754 854.40 28.27955 + 8.66731 909.80 29.25012 + 8.71739 933.86 29.70975 + 8.76745 883.97 28.90883 + 8.81735 872.52 28.71472 + 8.87019 889.41 31.01711 + 8.92029 872.92 30.61970 + 8.97036 910.67 31.21488 + 9.02047 869.99 30.54181 + 9.07042 859.96 30.28262 + 9.12038 858.03 30.34484 + 9.17044 834.26 29.78942 + 9.22048 856.79 30.42373 + 9.27052 837.15 29.97232 + 9.32038 822.58 29.60026 + 9.37040 863.24 30.40299 + 9.42048 827.61 29.72003 + 9.47036 826.65 29.71362 + 9.52037 842.37 30.01409 + 9.57033 902.88 31.10461 + 9.62026 827.23 29.68607 + 9.67018 846.33 30.06096 + 9.72013 825.69 29.56639 + 9.77017 765.93 28.58218 + 9.82014 845.02 30.01413 + 9.87008 850.36 30.11643 + 9.91985 841.36 29.96711 + 9.96993 832.23 29.82061 + 10.01999 780.68 28.90290 + 10.06989 839.40 29.94791 + 10.12498 805.00 31.12255 + 10.17508 736.57 29.63515 + 10.22516 815.42 31.22666 + 10.27526 793.91 30.88025 + 10.32521 817.66 31.34024 + 10.37518 770.70 30.26985 + 10.42524 804.50 31.03263 + 10.47528 727.04 29.36683 + 10.52532 751.78 29.88966 + 10.57517 764.02 30.06930 + 10.62519 802.46 31.07045 + 10.67527 752.71 30.17945 + 10.72515 793.85 30.83676 + 10.77517 776.92 30.38889 + 10.82512 791.07 30.78592 + 10.87505 788.79 30.61874 + 10.92497 784.57 30.90047 + 10.97493 775.27 30.45313 + 11.02497 754.16 29.99144 + 11.07493 787.35 30.65752 + 11.12487 813.34 31.20968 + 11.17464 713.61 29.20202 + 11.22473 731.27 29.56836 + 11.27479 726.09 29.38950 + 11.32469 779.29 30.56678 + 11.37442 762.10 28.47269 + 11.42453 760.08 28.60851 + 11.47460 802.53 29.18481 + 11.52470 755.89 28.52395 + 11.57466 768.50 28.58027 + 11.62462 790.01 29.12242 + 11.67468 734.06 28.08891 + 11.72472 784.43 28.98828 + 11.77476 724.67 28.00827 + 11.82462 779.11 28.71278 + 11.87463 752.73 28.33567 + 11.92471 733.54 28.43379 + 11.97459 746.79 28.39582 + 12.02461 765.56 28.88255 + 12.07456 750.70 28.33239 + 12.12450 779.88 28.79665 + 12.17442 761.56 28.79281 + 12.22437 725.67 27.83421 + 12.27441 807.15 29.30111 + 12.32437 745.75 28.67390 + 12.37432 788.00 29.22697 + 12.42409 725.64 27.99842 + 12.47417 761.60 28.34602 + 12.52423 768.65 28.90191 + 12.57413 785.66 28.81345 + 12.61347 764.38 27.39105 + 12.66357 727.45 26.82002 + 12.71364 746.76 27.13645 + 12.76375 786.33 27.89217 + 12.81370 765.94 27.50720 + 12.86366 776.81 27.63942 + 12.91372 736.69 27.11616 + 12.96376 728.16 26.96242 + 13.01380 757.21 27.39101 + 13.06366 781.63 27.73079 + 13.11368 763.67 27.42530 + 13.16376 732.74 26.84716 + 13.21364 745.87 27.19839 + 13.26365 760.49 27.42380 + 13.31361 784.22 27.79723 + 13.36354 741.46 26.95486 + 13.41346 733.61 26.97443 + 13.46341 775.04 27.60387 + 13.51345 758.65 27.42436 + 13.56342 754.40 27.27823 + 13.61336 701.22 26.27288 + 13.66313 778.39 27.68511 + 13.71321 739.69 27.31066 + 13.76327 722.27 26.74960 + 13.81317 779.18 27.72609 + 13.86791 740.32 27.80809 + 13.91801 738.65 27.79228 + 13.96809 784.66 28.64501 + 14.01819 755.77 28.11816 + 14.06814 733.04 27.74023 + 14.11811 725.36 27.64581 + 14.16817 754.73 28.15314 + 14.21821 765.19 28.34985 + 14.26825 801.27 28.97983 + 14.31810 804.70 28.98768 + 14.36812 756.36 28.21901 + 14.41820 766.09 28.40835 + 14.46808 780.76 28.74735 + 14.51810 741.08 27.81827 + 14.56805 729.70 27.63716 + 14.61798 750.00 28.05076 + 14.66790 759.58 28.14732 + 14.71786 758.71 28.34613 + 14.76790 777.14 28.52254 + 14.81786 741.13 27.96930 + 14.86780 738.30 27.77428 + 14.91757 764.53 28.38430 + 14.96766 764.54 28.27683 + 15.01772 796.72 28.88634 + 15.06762 744.09 27.95072 + 15.12395 723.92 26.52031 + 15.17406 750.85 27.06986 + 15.22413 795.62 27.79729 + 15.27423 747.70 26.93454 + 15.32419 745.56 26.90944 + 15.37415 743.07 26.84940 + 15.42421 773.46 27.41947 + 15.47425 765.86 27.29211 + 15.52429 699.87 26.06625 + 15.57415 732.41 26.59871 + 15.62416 768.54 27.36019 + 15.67425 699.30 26.04781 + 15.72412 769.53 27.41458 + 15.77414 743.34 26.87139 + 15.82409 719.45 26.48893 + 15.87403 707.66 26.18487 + 15.92395 720.09 26.43282 + 15.97390 775.08 27.43756 + 16.02394 732.56 26.77164 + 16.07390 723.68 26.47283 + 16.12385 763.27 27.26139 + 16.17362 755.35 27.09298 + 16.22370 746.64 26.95681 + 16.27376 736.37 26.74808 + 16.32366 751.89 27.06437 + 16.35805 796.15 28.59570 + 16.40815 749.58 27.72352 + 16.45822 783.55 28.35462 + 16.50833 785.38 28.40638 + 16.55828 786.92 28.40782 + 16.60824 741.59 27.59535 + 16.65830 749.53 27.70216 + 16.70834 728.18 27.50598 + 16.75838 760.77 27.93471 + 16.80824 732.60 27.37769 + 16.85826 712.64 27.07485 + 16.90834 761.29 27.94164 + 16.95822 703.67 26.84074 + 17.00823 726.79 27.27157 + 17.05819 769.55 28.08875 + 17.10812 761.75 27.87412 + 17.15804 783.25 28.34282 + 17.20799 803.04 28.66399 + 17.25803 688.34 26.44137 + 17.30800 773.21 28.11756 + 17.35794 786.29 28.37416 + 17.40771 791.91 28.52041 + 17.45779 804.54 28.77003 + 17.50785 739.52 27.53972 + 17.55775 787.44 28.38725 + 17.59494 771.27 27.88006 + 17.64504 774.40 27.89934 + 17.69512 763.19 27.70100 + 17.74522 780.10 28.00328 + 17.79517 820.85 28.73312 + 17.84514 789.93 28.17175 + 17.89520 792.37 28.23855 + 17.94524 764.67 27.73426 + 17.99528 778.85 27.96950 + 18.04513 769.15 27.78613 + 18.09515 734.53 27.11284 + 18.14523 784.94 28.10719 + 18.19511 716.35 26.92783 + 18.24513 733.69 27.05403 + 18.29508 785.49 28.16602 + 18.34501 723.63 26.96982 + 18.39493 752.80 27.49070 + 18.44489 756.58 27.52387 + 18.49493 734.30 27.12860 + 18.54489 770.37 27.74746 + 18.59483 750.65 27.43305 + 18.64460 807.97 28.55632 + 18.69469 773.34 27.87619 + 18.74475 796.94 28.42193 + 18.79465 763.12 27.67490 + 18.83978 752.30 28.52307 + 18.88989 695.47 27.53979 + 18.93996 759.74 28.42786 + 18.99006 828.57 29.87166 + 19.04002 786.28 29.05933 + 19.08998 797.57 29.16885 + 19.14004 737.60 28.45629 + 19.19008 794.48 29.14332 + 19.24012 755.77 28.45200 + 19.28998 723.12 27.76558 + 19.33999 744.43 28.16393 + 19.39008 782.77 28.98545 + 19.43995 776.36 28.99250 + 19.48997 775.07 28.76550 + 19.53993 774.15 28.95061 + 19.58986 724.69 27.91724 + 19.63978 792.48 29.14421 + 19.68973 830.35 29.73910 + 19.73977 802.84 29.38500 + 19.78973 756.72 28.52870 + 19.83968 803.48 29.25636 + 19.88945 834.42 30.06579 + 19.93953 828.34 29.96631 + 19.98959 789.51 28.94570 + 20.03949 775.19 28.81156 + 20.10568 857.45 32.37782 + 20.15578 852.93 32.25420 + 20.20585 894.39 33.08635 + 20.25596 886.63 32.89254 + 20.30591 917.87 33.61837 + 20.35587 914.86 33.42041 + 20.40593 930.06 33.74713 + 20.45597 1064.38 36.20054 + 20.50601 1104.89 36.88692 + 20.55587 1063.11 36.13952 + 20.60589 1065.09 36.27761 + 20.65597 1081.92 36.47885 + 20.70585 1178.68 38.15128 + 20.75586 1179.87 38.18030 + 20.80582 1254.80 39.44937 + 20.85575 1263.04 39.57023 + 20.90567 1319.03 40.48040 + 20.95562 1470.85 42.94320 + 21.00566 1491.27 43.30375 + 21.05563 1629.27 45.63044 + 21.10557 1747.77 47.22968 + 21.15534 1803.66 48.10239 + 21.20542 1937.27 50.04006 + 21.25548 2071.21 51.78827 + 21.30538 2025.93 51.32559 + 21.36597 2449.60 54.86909 + 21.41607 2599.33 56.76491 + 21.46615 2835.68 59.50515 + 21.51625 3003.89 61.53181 + 21.56620 3210.67 63.71746 + 21.61617 3368.51 65.56478 + 21.66623 3810.41 70.23358 + 21.71627 4183.12 74.17434 + 21.76631 4466.32 76.99974 + 21.81616 4630.93 78.33123 + 21.86618 5279.75 84.89514 + 21.91626 5829.30 90.22534 + 21.96614 6574.37 97.32580 + 22.01616 7110.45 102.46189 + 22.06611 7852.27 109.91265 + 22.11604 8051.85 111.90174 + 22.16596 7989.20 111.55429 + 22.21592 7959.58 110.97729 + 22.26596 7849.35 109.53259 + 22.31592 7410.70 105.76982 + 22.36586 7183.28 103.99286 + 22.41563 6768.70 99.97842 + 22.46572 6175.79 94.36740 + 22.51578 5645.10 89.29483 + 22.56568 4898.09 82.08375 + 22.61196 4225.79 77.47260 + 22.66207 3632.12 71.00070 + 22.71214 3039.32 63.81459 + 22.76224 2751.86 60.45820 + 22.81220 2331.28 54.81780 + 22.86216 2048.97 51.26451 + 22.91222 1742.11 46.65073 + 22.96226 1451.93 42.15069 + 23.01230 1216.34 38.19292 + 23.06216 1052.24 35.50188 + 23.11217 966.86 33.81397 + 23.16226 968.34 33.94337 + 23.21213 949.41 33.61053 + 23.26215 920.38 33.13021 + 23.31211 884.56 32.42638 + 23.36204 889.47 32.42835 + 23.41196 894.47 32.49814 + 23.46191 863.76 31.94127 + 23.51195 848.44 31.59933 + 23.56191 856.24 31.78570 + 23.61186 856.95 31.85349 + 23.66163 799.55 30.70310 + 23.71171 808.75 30.79480 + 23.76177 868.66 32.09077 + 23.81167 866.02 32.26585 + 23.86136 931.41 36.77343 + 23.91146 888.13 35.82903 + 23.96153 886.21 35.77769 + 24.01164 915.72 36.81528 + 24.06159 953.10 37.45848 + 24.11155 901.68 36.13334 + 24.16161 832.29 34.78575 + 24.21165 880.63 35.68214 + 24.26169 909.05 36.39090 + 24.31155 890.85 36.06489 + 24.36157 823.90 34.44270 + 24.41165 872.84 35.51746 + 24.46153 868.69 35.53999 + 24.51154 844.11 34.92639 + 24.56150 869.95 35.74834 + 24.61143 842.28 35.04726 + 24.66135 870.84 35.43816 + 24.71130 807.88 34.05372 + 24.76134 787.48 33.62553 + 24.81131 799.05 33.97489 + 24.86125 788.06 33.87119 + 24.91102 789.39 33.74595 + 24.96110 833.76 34.74112 + 25.01116 800.07 34.01598 + 25.06106 823.40 34.62126 + 25.11545 801.39 33.12835 + 25.16555 785.92 32.96178 + 25.21563 793.42 32.99925 + 25.26573 819.35 34.25174 + 25.31568 796.68 33.22102 + 25.36565 780.48 33.21262 + 25.41571 821.14 33.51818 + 25.46575 781.52 32.57584 + 25.51579 812.20 33.55124 + 25.56564 822.25 33.56532 + 25.61566 848.33 34.00408 + 25.66574 844.17 34.13539 + 25.71562 802.73 33.42225 + 25.76564 744.98 31.82351 + 25.81559 776.41 32.56477 + 25.86552 811.29 33.30586 + 25.91545 815.06 33.32766 + 25.96540 747.86 32.20071 + 26.01544 768.84 32.69038 + 26.06540 737.53 31.73868 + 26.11534 815.88 33.48021 + 26.16512 744.25 31.81865 + 26.21520 723.78 31.40702 + 26.26526 794.45 32.92863 + 26.31516 829.77 33.74290 + 26.37759 804.26 28.86254 + 26.42770 766.01 28.14824 + 26.47777 815.55 29.11489 + 26.52787 822.52 29.33269 + 26.57783 823.32 29.24577 + 26.62779 826.59 29.35920 + 26.67785 815.38 29.09964 + 26.72789 810.41 28.98090 + 26.77793 763.55 28.07745 + 26.82779 820.02 29.12655 + 26.87780 884.62 30.32213 + 26.92789 830.77 29.58766 + 26.97776 785.68 28.61478 + 27.02778 793.66 28.71046 + 27.07774 870.84 30.25809 + 27.12767 754.98 27.92499 + 27.17759 813.84 29.05077 + 27.22754 789.20 28.56423 + 27.27758 802.59 28.99683 + 27.32754 781.87 28.40481 + 27.37749 832.83 29.48541 + 27.42726 800.85 28.90254 + 27.47734 806.72 28.88808 + 27.52740 810.28 28.95609 + 27.57730 762.63 28.08378 + 27.63339 854.06 33.20979 + 27.68349 882.05 33.48525 + 27.73356 821.65 32.11630 + 27.78367 841.46 32.67614 + 27.83362 850.63 32.62190 + 27.88358 850.49 32.66880 + 27.93364 813.44 32.09946 + 27.98368 778.79 31.22627 + 28.03372 815.21 31.73093 + 28.08358 824.68 32.06055 + 28.13360 855.37 32.64715 + 28.18368 861.03 33.29945 + 28.23356 806.55 31.63522 + 28.28357 831.35 32.46510 + 28.33353 873.83 32.91833 + 28.38346 885.53 33.38656 + 28.43338 842.76 32.15477 + 28.48333 865.40 32.88193 + 28.53337 826.46 31.96189 + 28.58334 880.00 32.91286 + 28.63328 876.56 32.96024 + 28.68305 838.86 32.46119 + 28.73313 834.81 32.37717 + 28.78319 851.69 32.39195 + 28.83309 850.41 32.46263 + 28.86573 893.22 35.65095 + 28.91584 852.43 34.52006 + 28.96591 862.51 34.61617 + 29.01601 800.10 33.35751 + 29.06596 920.70 35.68429 + 29.11593 865.00 34.74088 + 29.16599 894.11 35.24748 + 29.21603 878.50 35.13941 + 29.26607 869.20 34.74272 + 29.31592 860.04 34.47670 + 29.36594 828.47 34.13633 + 29.41602 851.02 34.38221 + 29.46590 869.29 34.87673 + 29.51592 787.01 33.10706 + 29.56587 776.69 32.79521 + 29.61580 859.75 34.72481 + 29.66573 803.70 33.98005 + 29.71568 820.00 33.64884 + 29.76572 858.68 34.55660 + 29.81568 854.16 34.41531 + 29.86562 829.50 33.87552 + 29.91540 817.03 34.03756 + 29.96548 790.15 33.21896 + 30.01554 843.92 34.45861 + 30.06544 828.83 34.06479 + 30.09852 831.58 32.35096 + 30.14863 836.90 32.36757 + 30.19870 866.32 33.03502 + 30.24880 818.03 32.06207 + 30.29876 935.37 34.39301 + 30.34872 943.59 34.56763 + 30.39878 920.54 34.27665 + 30.44882 920.45 34.28720 + 30.49886 961.49 34.97567 + 30.54872 976.38 35.51189 + 30.59873 1099.49 37.82756 + 30.64882 1240.47 40.39645 + 30.69869 1248.83 40.55657 + 30.74871 1384.53 42.85755 + 30.79867 1469.53 44.58345 + 30.84860 1591.46 46.82355 + 30.89852 1582.98 46.44117 + 30.94847 1817.56 50.08313 + 30.99851 2031.05 53.44382 + 31.04847 2144.29 55.01937 + 31.09842 2381.76 58.52412 + 31.14819 2656.19 61.95155 + 31.19827 2855.64 64.39118 + 31.24833 3193.66 68.68435 + 31.29823 3468.05 71.87994 + 31.35142 3965.13 81.46746 + 31.40152 4512.56 87.17758 + 31.45159 5196.13 94.41058 + 31.50170 5805.09 100.07591 + 31.55165 6753.99 109.92658 + 31.60161 7397.81 115.84530 + 31.65168 7938.59 121.38389 + 31.70171 8235.84 124.47491 + 31.75175 8199.73 123.76264 + 31.80161 8072.87 121.48134 + 31.85163 7971.10 121.03237 + 31.90171 7586.59 116.82989 + 31.95159 7167.87 112.57971 + 32.00161 6622.43 106.93343 + 32.05156 6111.23 101.66366 + 32.10149 5203.64 92.09917 + 32.15141 4630.45 85.86442 + 32.20137 3909.73 77.67196 + 32.25140 3211.38 69.46041 + 32.30137 2914.61 65.97633 + 32.35131 2532.69 61.17637 + 32.40108 2106.10 55.10845 + 32.45116 1721.90 49.41843 + 32.50123 1428.02 44.91206 + 32.55112 1153.99 40.09043 + 32.59631 1076.42 36.08565 + 32.64642 961.07 33.53083 + 32.69649 994.01 34.26920 + 32.74659 916.21 32.64173 + 32.79654 894.36 32.57103 + 32.84651 881.26 31.99601 + 32.89657 894.30 32.85973 + 32.94661 898.73 32.35329 + 32.99665 883.85 32.23956 + 33.04650 852.51 31.46396 + 33.09652 865.73 32.07425 + 33.14660 876.08 31.91546 + 33.19648 877.08 32.17196 + 33.24650 794.10 30.11954 + 33.29645 780.10 30.17460 + 33.34638 840.15 31.93699 + 33.39631 905.27 33.30267 + 33.44626 862.05 31.68349 + 33.49630 820.71 30.77295 + 33.54626 854.19 31.81185 + 33.59620 826.64 31.04407 + 33.64598 857.99 32.18905 + 33.69606 850.63 31.76884 + 33.74612 855.37 31.84745 + 33.79602 911.62 32.78434 + 33.83740 747.38 27.25998 + 33.88751 822.55 28.63441 + 33.93758 852.22 29.12920 + 33.98768 840.02 28.89698 + 34.03764 826.28 28.55937 + 34.08760 881.55 29.59335 + 34.13766 865.87 29.34929 + 34.18770 882.16 29.58002 + 34.23774 837.56 28.89379 + 34.28760 920.12 30.19525 + 34.33761 872.50 29.45685 + 34.38770 869.41 29.42107 + 34.43757 865.79 29.36651 + 34.48759 898.99 29.83634 + 34.53755 876.77 29.50530 + 34.58748 905.50 30.09927 + 34.63740 868.80 29.44876 + 34.68735 863.85 29.27535 + 34.73739 879.81 29.52036 + 34.78735 843.08 28.89007 + 34.83730 883.56 29.66524 + 34.88707 805.19 28.23699 + 34.93715 864.76 29.27297 + 34.98721 874.90 29.50230 + 35.03711 897.34 29.90084 + 35.10595 824.08 29.29888 + 35.15605 901.39 30.74436 + 35.20612 834.95 29.45255 + 35.25623 862.03 29.90168 + 35.30618 839.90 29.68285 + 35.35614 871.74 30.05866 + 35.40621 832.28 29.42481 + 35.45624 835.16 29.42618 + 35.50628 868.73 30.05185 + 35.55614 878.90 30.12896 + 35.60616 865.17 30.04234 + 35.65624 824.19 29.24934 + 35.70612 846.02 29.77593 + 35.75614 796.98 28.71047 + 35.80609 837.07 29.47217 + 35.85602 847.75 29.65330 + 35.90594 821.63 29.18755 + 35.95590 882.78 30.26422 + 36.00593 873.81 30.07880 + 36.05590 767.55 28.21613 + 36.10584 811.97 28.96138 + 36.15561 787.11 28.82275 + 36.20569 800.50 28.89269 + 36.25576 840.36 29.51417 + 36.30565 839.98 29.62679 + 36.37964 791.13 28.53380 + 36.42975 813.81 28.94834 + 36.47982 804.32 28.65821 + 36.52992 788.24 28.38825 + 36.57987 769.64 28.04082 + 36.62984 792.00 28.44167 + 36.67990 788.50 28.37681 + 36.72994 814.64 28.88773 + 36.77998 793.39 28.46157 + 36.82983 791.91 28.44952 + 36.87985 786.19 28.38978 + 36.92993 785.47 28.33371 + 36.97981 788.48 28.41854 + 37.02983 815.03 28.80375 + 37.07978 809.03 28.73453 + 37.12971 788.46 28.37999 + 37.17964 781.51 28.27571 + 37.22959 743.38 27.51379 + 37.27963 759.65 27.82615 + 37.32959 787.78 28.36288 + 37.37953 766.58 27.97941 + 37.42931 761.38 27.88313 + 37.47939 806.38 28.68822 + 37.52945 792.38 28.42617 + 37.57935 784.63 28.38934 + 37.62004 836.80 29.69508 + 37.67014 812.46 29.22054 + 37.72021 827.10 29.46033 + 37.77031 812.79 29.21390 + 37.82027 801.33 28.97131 + 37.87023 856.54 30.03132 + 37.92029 855.53 30.10237 + 37.97033 893.57 30.79096 + 38.02037 849.37 29.96736 + 38.07023 896.07 30.76883 + 38.12024 959.79 31.99521 + 38.17033 922.03 31.28554 + 38.22020 1028.27 33.08040 + 38.27022 1048.48 33.54736 + 38.32018 1110.23 34.73376 + 38.37011 1302.04 37.77776 + 38.42003 1382.69 39.00951 + 38.46998 1524.59 41.16924 + 38.52002 1656.36 43.15473 + 38.56998 1802.55 45.30412 + 38.61993 2165.26 50.35944 + 38.66970 2524.36 54.98539 + 38.71978 2820.94 58.21892 + 38.76984 3181.41 62.29589 + 38.81974 3658.34 67.28427 + 38.87078 4321.95 71.58819 + 38.92088 5222.28 79.76840 + 38.97095 5963.87 85.70099 + 39.02106 7300.81 96.44182 + 39.07101 8251.76 103.85727 + 39.12097 9018.56 110.04931 + 39.17104 9364.04 112.84945 + 39.22107 9519.86 113.98369 + 39.27111 9400.29 112.78360 + 39.32097 9325.90 112.41551 + 39.37099 8781.71 108.13323 + 39.42107 8341.71 104.73472 + 39.47095 7732.26 100.29025 + 39.52097 6934.04 93.48519 + 39.57092 5966.28 85.11311 + 39.62085 5193.82 78.58600 + 39.67077 4326.42 70.63448 + 39.72073 3574.29 63.03078 + 39.77076 3004.24 57.66906 + 39.82073 2518.22 52.22451 + 39.87067 2194.51 48.67424 + 39.92044 1717.01 42.61372 + 39.97052 1434.17 38.76949 + 40.02059 1217.46 35.15621 + 40.07048 1069.68 32.92460 + 40.12237 949.62 29.99405 + 40.17248 986.30 30.61556 + 40.22255 924.17 29.54431 + 40.27265 849.43 28.37436 + 40.32260 888.04 28.97714 + 40.37257 863.03 28.59193 + 40.42263 805.28 27.54630 + 40.47267 847.26 28.26902 + 40.52271 863.48 28.54719 + 40.57256 837.40 28.05931 + 40.62258 835.30 28.13167 + 40.67266 802.48 27.48329 + 40.72254 885.68 28.92320 + 40.77256 838.05 28.06638 + 40.82251 842.80 28.12611 + 40.87244 841.48 28.13093 + 40.92237 830.46 27.95853 + 40.97232 876.30 28.80153 + 41.02236 834.95 27.99979 + 41.07232 822.86 27.85391 + 41.12226 831.99 28.02564 + 41.17204 852.59 28.40361 + 41.22212 845.37 28.25890 + 41.27218 829.98 27.97645 + 41.32208 823.94 27.90734 + 41.36432 784.96 28.46833 + 41.41442 805.88 28.57665 + 41.46449 741.75 27.37998 + 41.51459 801.24 28.58619 + 41.56455 793.87 28.38110 + 41.61451 758.94 27.83098 + 41.66457 817.35 28.82737 + 41.71461 813.99 28.96087 + 41.76465 776.12 28.09634 + 41.81451 754.79 27.76614 + 41.86452 767.77 27.92594 + 41.91461 812.24 28.73385 + 41.96449 796.99 28.49646 + 42.01450 807.86 28.64215 + 42.06446 800.20 28.52645 + 42.11439 768.37 28.02079 + 42.16431 807.19 28.64039 + 42.21426 818.78 28.78182 + 42.26430 840.37 29.30616 + 42.31427 840.37 29.40123 + 42.36421 837.18 29.17730 + 42.41398 814.53 28.79534 + 42.46406 867.15 29.72755 + 42.51412 828.37 29.37813 + 42.56402 820.37 28.85506 + 42.61411 857.66 30.68461 + 42.66421 839.06 30.29536 + 42.71428 845.49 30.41958 + 42.76439 821.91 29.92864 + 42.81434 833.05 30.22315 + 42.86430 893.38 31.27769 + 42.91437 834.06 30.31111 + 42.96440 828.96 30.16721 + 43.01444 795.30 29.42885 + 43.06430 772.15 28.96977 + 43.11432 772.04 28.99613 + 43.16440 760.94 28.74860 + 43.21428 766.19 28.88774 + 43.26430 792.85 29.50341 + 43.31425 760.18 28.76914 + 43.36418 741.39 28.41213 + 43.41410 830.06 30.12503 + 43.46406 741.61 28.42984 + 43.51409 750.00 28.52149 + 43.56406 773.80 29.06986 + 43.61400 827.71 30.03619 + 43.66377 820.78 29.96863 + 43.71385 809.97 29.82410 + 43.76392 780.23 29.16933 + 43.81381 795.34 29.51741 + 43.86495 780.87 28.77899 + 43.91506 827.44 29.66822 + 43.96513 803.47 29.13095 + 44.01523 822.15 29.49514 + 44.06518 865.78 30.30828 + 44.11515 840.77 29.85139 + 44.16521 771.46 28.64030 + 44.21525 871.83 30.44574 + 44.26529 828.07 29.62026 + 44.31514 880.75 30.49748 + 44.36516 878.04 30.58669 + 44.41524 880.84 30.68836 + 44.46512 810.56 29.35996 + 44.51514 808.49 29.23807 + 44.56509 880.58 30.58392 + 44.61502 841.65 29.93664 + 44.66495 907.00 31.18819 + 44.71490 950.12 31.80803 + 44.76494 919.75 31.29413 + 44.81490 986.84 32.45051 + 44.86484 1113.67 34.61712 + 44.91462 1132.01 35.00833 + 44.96470 1237.26 36.77861 + 45.01476 1339.99 38.37449 + 45.06466 1587.68 42.14939 + 45.10925 1811.46 46.16744 + 45.15935 1979.79 48.36831 + 45.20942 2355.45 53.25041 + 45.25952 2781.64 58.38936 + 45.30948 3279.83 63.70478 + 45.35944 3884.98 69.95844 + 45.40950 4479.67 75.55580 + 45.45954 5330.87 83.37607 + 45.50958 6337.10 92.17614 + 45.55944 6988.94 97.70322 + 45.60945 7320.04 100.80007 + 45.65954 7422.39 101.69076 + 45.70942 7447.94 101.89400 + 45.75943 7148.43 99.18900 + 45.80939 6889.78 96.89093 + 45.85932 6529.15 93.84290 + 45.90924 5983.71 89.07530 + 45.95919 5578.86 85.35148 + 46.00923 4638.55 76.67466 + 46.05920 3945.67 69.81712 + 46.10914 3173.10 61.68585 + 46.15891 2703.07 56.49633 + 46.20899 2308.14 51.73127 + 46.25905 1960.57 47.50980 + 46.30895 1737.74 44.49628 + 46.35974 1385.99 40.26564 + 46.40984 1236.76 38.02120 + 46.45991 966.71 33.09246 + 46.51002 914.85 32.10285 + 46.55997 874.10 31.44133 + 46.60993 813.05 30.22448 + 46.66000 865.24 31.12626 + 46.71003 890.69 31.64990 + 46.76007 856.12 31.06291 + 46.80993 844.88 30.93654 + 46.85995 789.08 29.75453 + 46.91003 794.14 29.79261 + 46.95991 801.61 29.96559 + 47.00993 773.50 29.34359 + 47.05988 808.56 30.04173 + 47.10981 775.45 29.26600 + 47.15973 732.94 28.67051 + 47.20969 790.62 29.61880 + 47.25972 756.81 28.90864 + 47.30969 779.67 29.60624 + 47.35963 775.06 29.50382 + 47.40940 759.57 29.15787 + 47.45948 761.03 29.09221 + 47.50955 771.35 29.29932 + 47.55944 749.75 29.02765 + 47.62723 748.91 27.00183 + 47.67734 761.81 27.06632 + 47.72741 721.85 26.33901 + 47.77751 770.74 27.20201 + 47.82746 747.65 27.07807 + 47.87743 770.34 27.13821 + 47.92749 747.01 26.71243 + 47.97753 692.62 26.08207 + 48.02757 753.30 27.00408 + 48.07742 700.61 26.15487 + 48.12744 772.84 27.31165 + 48.17752 793.77 27.59289 + 48.22740 732.49 26.71035 + 48.27742 742.86 26.77851 + 48.32737 815.36 28.33787 + 48.37731 746.33 26.84298 + 48.42723 775.31 27.69165 + 48.47718 786.72 27.42222 + 48.52722 755.54 27.09513 + 48.57718 767.04 26.89112 + 48.62713 781.99 27.40054 + 48.67690 747.65 26.87279 + 48.72698 699.86 25.97212 + 48.77704 775.59 27.23040 + 48.82694 763.70 26.97299 + 48.87053 795.73 27.40408 + 48.92063 785.32 27.15253 + 48.97070 752.33 26.44682 + 49.02080 768.46 26.72570 + 49.07076 775.57 26.95682 + 49.12072 766.03 26.87562 + 49.17078 723.46 25.85070 + 49.22082 787.23 27.15076 + 49.27086 758.56 26.52642 + 49.32072 788.80 27.00434 + 49.37073 823.34 27.61730 + 49.42082 859.12 28.32472 + 49.47070 774.26 26.70583 + 49.52071 791.38 26.98970 + 49.57067 817.91 27.56586 + 49.62060 856.06 28.39886 + 49.67052 806.48 27.58708 + 49.72047 808.28 27.33063 + 49.77051 792.14 27.04029 + 49.82048 800.49 27.33315 + 49.87042 832.55 27.84578 + 49.92019 814.22 27.60043 + 49.97027 767.77 26.91790 + 50.02033 792.59 27.29591 + 50.07023 819.67 27.62465 + 50.10067 812.84 28.86996 + 50.15077 793.47 28.46929 + 50.20084 763.66 28.04173 + 50.25095 763.39 27.99027 + 50.30090 809.00 28.90112 + 50.35086 799.64 28.60164 + 50.40093 824.57 29.11720 + 50.45096 832.36 29.25199 + 50.50100 792.17 28.50015 + 50.55086 830.32 29.14824 + 50.60088 885.21 30.19312 + 50.65096 853.53 29.88255 + 50.70084 903.71 30.73123 + 50.75086 886.82 30.17124 + 50.80081 992.45 32.15978 + 50.85074 1108.20 34.03086 + 50.90066 1173.66 35.18007 + 50.95062 1332.56 37.64270 + 51.00065 1431.78 39.01493 + 51.05062 1682.19 42.65407 + 51.10056 1961.84 46.39330 + 51.15033 2234.81 49.84165 + 51.20041 2696.52 54.93668 + 51.25048 3249.35 60.92902 + 51.30037 3732.23 65.78422 + 51.36641 4412.86 71.62799 + 51.41652 4662.94 74.06005 + 51.46659 4565.86 73.02334 + 51.51669 4769.53 74.91230 + 51.56664 4540.72 72.63001 + 51.61661 4487.99 72.20142 + 51.66667 4192.79 69.48132 + 51.71671 3766.40 65.18888 + 51.76675 3434.04 61.88473 + 51.81660 3031.91 57.62602 + 51.86662 2652.44 53.62930 + 51.91670 2224.45 48.77467 + 51.96658 1877.49 44.44484 + 52.01660 1634.73 41.28624 + 52.06655 1399.83 38.14552 + 52.11649 1284.02 36.33260 + 52.16641 1150.78 34.35372 + 52.21636 943.35 30.89486 + 52.26640 942.02 30.83880 + 52.31636 875.47 29.71928 + 52.36631 881.41 29.87913 + 52.41608 817.30 28.66479 + 52.46616 841.41 29.13942 + 52.51622 769.93 27.92908 + 52.56612 774.60 27.88807 + 52.63691 787.23 29.51079 + 52.68701 838.93 30.47627 + 52.73708 797.96 29.59501 + 52.78718 753.78 28.76876 + 52.83714 818.87 30.06916 + 52.88710 783.48 29.35892 + 52.93716 803.32 29.77895 + 52.98720 747.48 28.62085 + 53.03724 770.27 29.16136 + 53.08710 744.51 28.59902 + 53.13711 781.41 29.33523 + 53.18720 786.01 29.43009 + 53.23708 816.06 30.05902 + 53.28709 778.59 29.19250 + 53.33705 787.07 29.46338 + 53.38698 760.06 28.97638 + 53.43690 810.48 29.88297 + 53.48685 805.09 29.77249 + 53.53689 771.59 29.16605 + 53.58686 803.35 29.73649 + 53.63680 757.63 28.85171 + 53.68657 775.96 29.23007 + 53.73665 747.76 28.65214 + 53.78671 778.96 29.27027 + 53.83661 745.62 28.71357 + 53.87000 738.16 27.90358 + 53.92010 792.69 28.87019 + 53.97017 723.05 27.50948 + 54.02028 776.19 28.49311 + 54.07023 816.69 29.39924 + 54.12020 769.75 28.63528 + 54.17026 720.62 27.39842 + 54.22030 741.07 27.98938 + 54.27033 780.60 28.69798 + 54.32019 768.63 28.51491 + 54.37021 763.70 28.32872 + 54.42029 800.42 29.19222 + 54.47017 749.00 28.19597 + 54.52019 736.92 27.71149 + 54.57014 795.87 28.87826 + 54.62007 791.79 28.79597 + 54.66999 736.85 27.85670 + 54.71995 760.71 28.29785 + 54.76999 807.81 29.19411 + 54.81995 788.52 28.82977 + 54.86989 797.29 28.97726 + 54.91966 726.98 28.01928 + 54.96975 816.80 29.39351 + 55.01981 795.35 28.92221 + 55.06971 784.99 28.68617 + 55.10219 739.58 26.10080 + 55.15230 806.62 27.26800 + 55.20237 819.24 27.42081 + 55.25247 804.75 27.20845 + 55.30242 802.08 27.18892 + 55.35239 802.58 27.18410 + 55.40245 827.59 27.65816 + 55.45249 875.83 28.43487 + 55.50253 832.90 27.72229 + 55.55238 843.84 27.87146 + 55.60240 914.83 29.12083 + 55.65248 885.46 28.59959 + 55.70236 911.14 29.10172 + 55.75238 887.44 28.62146 + 55.80233 928.19 29.29791 + 55.85227 892.87 28.75873 + 55.90219 913.07 29.05290 + 55.95214 920.38 29.12918 + 56.00218 912.45 29.00210 + 56.05214 956.88 29.82923 + 56.10209 978.58 30.13554 + 56.15186 1001.44 30.53532 + 56.20194 1042.51 31.24750 + 56.25200 1154.21 33.01513 + 56.30190 1201.70 33.75878 + 56.35839 1344.41 37.71305 + 56.40849 1445.84 39.24372 + 56.45856 1758.95 43.66195 + 56.50866 2118.13 48.26740 + 56.55862 2532.54 53.25370 + 56.60858 3056.48 58.71947 + 56.65864 3708.96 65.57127 + 56.70868 4176.55 70.17153 + 56.75872 4824.02 76.07751 + 56.80858 5019.69 77.99721 + 56.85859 5128.87 79.00987 + 56.90868 4974.40 77.41793 + 56.95856 4834.54 76.17499 + 57.00857 4702.00 74.74025 + 57.05853 4410.76 72.05598 + 57.10846 4138.62 69.41392 + 57.15838 3625.59 64.27166 + 57.20833 3150.03 59.25494 + 57.25837 2559.87 52.89518 + 57.30834 2164.51 48.21634 + 57.35828 1947.96 45.61023 + 57.40805 1599.89 41.11189 + 57.45813 1355.84 37.53913 + 57.50819 1243.81 35.87109 + 57.55809 1109.59 33.78895 + 57.61968 960.41 30.71799 + 57.66978 848.29 28.89604 + 57.71985 804.74 27.94000 + 57.76996 829.36 28.38436 + 57.81991 778.30 27.52476 + 57.86988 800.47 27.89514 + 57.91994 811.95 28.06659 + 57.96998 766.12 27.23212 + 58.02001 790.27 27.74154 + 58.06987 780.77 27.62156 + 58.11989 803.80 28.00377 + 58.16997 776.21 27.39477 + 58.21985 789.67 27.76058 + 58.26987 796.25 27.85314 + 58.31982 825.38 28.36450 + 58.36975 826.00 28.32151 + 58.41967 796.58 27.90929 + 58.46963 834.90 28.46436 + 58.51967 792.80 27.84591 + 58.56963 853.05 28.93790 + 58.61957 825.43 28.41708 + 58.66934 817.44 28.12089 + 58.71943 796.94 27.88943 + 58.76949 826.60 28.42906 + 58.81939 819.99 28.29703 + 58.86822 783.30 27.65424 + 58.91833 778.00 27.69602 + 58.96840 800.03 27.95832 + 59.01850 843.62 28.97693 + 59.06845 807.42 28.19018 + 59.11842 826.64 28.48337 + 59.16848 780.54 27.69514 + 59.21852 816.58 28.24071 + 59.26856 816.53 28.23657 + 59.31841 785.69 27.61626 + 59.36843 745.53 26.94294 + 59.41851 839.16 28.72573 + 59.46839 799.25 27.97781 + 59.51841 766.50 27.34692 + 59.56836 810.54 28.17752 + 59.61830 825.29 28.30822 + 59.66822 788.88 27.87124 + 59.71817 764.95 27.26833 + 59.76821 796.12 27.82226 + 59.81817 759.69 27.09822 + 59.86812 797.75 27.85985 + 59.91789 788.29 27.70651 + 59.96797 771.60 27.52701 + 60.01803 786.11 27.69093 + 60.06793 808.26 28.36299 + 60.10817 764.39 27.28353 + 60.15827 793.86 28.04636 + 60.20834 763.63 27.28903 + 60.25845 786.43 27.83859 + 60.30840 793.48 27.77436 + 60.35836 825.06 28.64878 + 60.40842 754.90 27.20287 + 60.45846 762.07 27.64299 + 60.50850 835.44 28.82801 + 60.55836 757.59 27.09689 + 60.60837 784.95 27.69805 + 60.65846 763.73 27.41016 + 60.70834 774.94 27.72472 + 60.75835 725.34 26.49118 + 60.80831 801.51 27.88691 + 60.85824 806.37 28.05504 + 60.90816 787.34 27.82034 + 60.95811 792.63 27.79738 + 61.00815 789.53 27.69147 + 61.05812 810.65 28.18825 + 61.10806 746.45 27.07534 + 61.15783 818.62 28.53574 + 61.20791 771.24 27.52786 + 61.25797 709.34 26.26794 + 61.30787 797.43 27.97678 + 61.34766 806.75 32.43392 + 61.39776 817.22 33.23526 + 61.44783 783.84 32.42700 + 61.49794 784.70 32.64361 + 61.54789 794.21 32.79632 + 61.59786 842.77 33.67176 + 61.64792 815.92 32.67946 + 61.69796 764.97 31.84172 + 61.74799 822.97 32.97047 + 61.79785 825.30 32.87440 + 61.84787 792.09 32.37243 + 61.89795 790.55 32.65049 + 61.94783 792.20 31.94840 + 61.99785 828.43 32.48320 + 62.04780 858.71 34.01963 + 62.09773 784.25 32.61635 + 62.14765 792.06 32.29837 + 62.19761 817.62 32.28522 + 62.24765 837.03 33.56770 + 62.29761 793.74 32.44184 + 62.34755 805.34 32.70206 + 62.39732 772.78 31.54239 + 62.44741 815.95 33.25268 + 62.49747 841.81 33.49757 + 62.54737 740.94 31.40754 + 62.58955 746.96 33.67156 + 62.63966 775.62 33.51211 + 62.68973 804.49 34.53319 + 62.73983 791.61 34.72680 + 62.78978 830.47 34.68321 + 62.83975 810.84 34.96680 + 62.88981 856.73 35.48411 + 62.93985 835.18 34.93874 + 62.98989 941.39 37.66835 + 63.03974 831.05 35.20820 + 63.08976 848.88 35.71291 + 63.13984 865.09 35.62025 + 63.18972 854.96 36.11505 + 63.23974 922.42 37.72654 + 63.28969 945.29 37.59794 + 63.33963 906.78 37.07859 + 63.38955 952.51 37.18366 + 63.43950 890.84 36.33829 + 63.48954 916.44 36.98418 + 63.53950 898.15 36.32646 + 63.58945 947.28 37.71339 + 63.63922 969.83 38.71832 + 63.68930 844.87 35.85119 + 63.73936 857.34 35.87931 + 63.78926 854.62 35.80507 + 63.82930 880.21 31.79037 + 63.87940 869.22 31.53898 + 63.92947 834.08 30.98156 + 63.97958 801.10 30.24678 + 64.02953 834.29 30.86524 + 64.07949 789.85 30.01999 + 64.12955 802.78 30.29234 + 64.17959 784.89 30.03359 + 64.22963 819.81 30.63977 + 64.27949 774.76 29.71411 + 64.32951 749.86 29.33940 + 64.37959 732.13 28.84773 + 64.42947 711.44 28.50482 + 64.47948 743.84 29.07906 + 64.52944 782.65 29.87773 + 64.57937 715.00 28.52511 + 64.62929 766.46 29.55761 + 64.67924 787.50 29.97615 + 64.72928 795.65 30.15240 + 64.77925 810.55 30.51086 + 64.82919 736.76 28.96137 + 64.87896 765.19 29.49708 + 64.92904 795.12 30.10005 + 64.97910 771.85 29.69785 + 65.02900 790.89 30.04463 + 65.07469 721.02 27.88832 + 65.12479 746.90 28.35448 + 65.17486 721.34 27.47131 + 65.22497 725.79 27.51715 + 65.27492 733.24 27.95310 + 65.32489 742.61 28.03703 + 65.37495 721.82 27.55074 + 65.42499 694.95 27.44857 + 65.47502 742.72 27.94258 + 65.52488 697.70 27.02165 + 65.57490 741.19 27.84923 + 65.62498 701.89 27.04204 + 65.67486 719.07 27.54085 + 65.72488 750.46 28.18531 + 65.77483 727.33 27.82120 + 65.82476 728.95 27.71857 + 65.87468 743.66 27.76362 + 65.92464 720.34 27.61765 + 65.97468 732.80 27.67799 + 66.02464 682.33 26.96253 + 66.07458 732.62 27.82793 + 66.12435 720.37 27.43526 + 66.17444 758.56 28.34460 + 66.22450 695.81 27.22394 + 66.27440 727.00 27.55145 + 66.33258 708.31 27.26497 + 66.38269 732.00 27.81736 + 66.43276 733.69 27.78268 + 66.48286 707.17 27.38782 + 66.53282 690.28 26.95364 + 66.58278 734.96 27.82850 + 66.63284 727.27 27.67631 + 66.68288 789.15 28.94837 + 66.73292 777.79 28.74004 + 66.78277 725.26 27.70580 + 66.83279 739.15 27.87785 + 66.88287 786.65 28.79607 + 66.93275 753.07 28.16773 + 66.98277 803.11 29.03479 + 67.03272 769.09 28.46795 + 67.08266 875.68 30.45079 + 67.13258 866.00 30.24140 + 67.18253 839.11 29.73894 + 67.23257 836.07 29.68996 + 67.28253 857.46 30.06741 + 67.33248 805.05 29.12020 + 67.38225 861.19 30.21890 + 67.43233 838.72 29.83779 + 67.48239 812.35 29.30600 + 67.53229 842.30 30.03445 + 67.59603 783.91 30.16036 + 67.64613 798.64 30.43474 + 67.69620 728.10 29.10877 + 67.74631 812.57 30.78556 + 67.79626 775.35 29.99081 + 67.84622 743.37 29.34882 + 67.89628 749.81 29.49524 + 67.94632 760.80 29.82504 + 67.99636 762.27 29.78163 + 68.04622 779.14 30.01693 + 68.09624 760.17 29.67386 + 68.14632 738.94 29.34796 + 68.19620 760.96 29.66479 + 68.24621 740.14 29.35397 + 68.29617 751.86 29.51171 + 68.34610 728.76 29.04628 + 68.39602 751.31 29.47595 + 68.44597 734.97 29.15366 + 68.49601 757.54 29.57989 + 68.54598 656.79 27.46796 + 68.59592 745.87 29.37024 + 68.64569 712.16 28.81021 + 68.69577 719.31 28.83371 + 68.74583 696.69 28.39274 + 68.79573 716.26 28.80350 + 68.86402 706.54 28.46623 + 68.91412 657.12 27.33371 + 68.96419 663.65 27.47693 + 69.01430 700.06 28.17244 + 69.06425 689.83 28.06128 + 69.11422 702.32 28.23151 + 69.16428 669.19 27.67592 + 69.21432 736.30 28.94566 + 69.26435 678.20 27.77424 + 69.31421 723.64 28.89290 + 69.36423 699.26 28.18082 + 69.41431 688.41 27.94969 + 69.46419 719.73 28.68351 + 69.51421 684.76 27.89671 + 69.56416 731.70 29.03346 + 69.61409 686.33 27.88488 + 69.66401 707.11 28.34778 + 69.71397 754.37 29.33102 + 69.76401 718.72 28.55851 + 69.81397 679.29 27.82532 + 69.86391 737.43 28.94725 + 69.91368 724.59 28.97806 + 69.96377 768.50 29.60447 + 70.01383 749.69 29.35496 + 70.06373 799.88 30.25555 + 70.09781 829.93 29.19895 + 70.14792 876.42 30.06742 + 70.19799 923.18 30.70663 + 70.24809 929.07 30.82587 + 70.29805 1054.31 32.86979 + 70.34801 1002.28 32.16796 + 70.39807 1083.98 33.35195 + 70.44811 1126.36 34.05726 + 70.49815 1204.98 35.23460 + 70.54801 1324.40 36.99687 + 70.59802 1360.23 37.63271 + 70.64810 1383.80 38.02364 + 70.69798 1488.79 39.45304 + 70.74800 1592.70 40.97707 + 70.79795 1702.79 42.74249 + 70.84789 1949.79 45.85787 + 70.89781 2243.65 49.59371 + 70.94776 2740.57 56.28788 + 70.99780 3667.86 67.21356 + 71.04776 5263.62 84.21209 + 71.09771 7505.31 105.61889 + 71.14748 11055.61 134.33313 + 71.19756 15992.14 171.43286 + 71.24762 22022.12 212.95293 + 71.29752 28024.80 254.73515 + 71.32861 36872.91 284.67861 + 71.37871 39952.81 304.86550 + 71.42878 41577.52 314.97022 + 71.47889 41902.50 316.00562 + 71.52884 41165.40 310.53592 + 71.57880 39283.06 299.12936 + 71.62886 36679.31 282.86471 + 71.67890 32950.61 259.70240 + 71.72894 27842.39 227.37564 + 71.77880 22507.98 193.82422 + 71.82882 17174.21 160.27888 + 71.87890 13095.88 133.52011 + 71.92878 10457.45 115.96589 + 71.97879 8173.77 99.91062 + 72.02875 6213.11 84.42674 + 72.07868 4586.38 70.06388 + 72.12860 3307.41 57.72533 + 72.17855 2402.87 48.16336 + 72.22859 1908.02 42.39994 + 72.27856 1556.97 37.92456 + 72.32850 1440.95 36.28033 + 72.37827 1325.94 34.69777 + 72.42835 1214.78 33.11838 + 72.47841 1113.21 31.64005 + 72.52831 1069.29 30.98935 + 72.59460 990.58 30.77471 + 72.64470 1094.59 32.42926 + 72.69477 1055.83 31.77722 + 72.74488 1021.65 31.27243 + 72.79483 1032.97 31.38297 + 72.84480 1007.52 31.05287 + 72.89486 971.05 30.54278 + 72.94490 993.22 30.79774 + 72.99494 933.15 29.85459 + 73.04479 1001.77 30.84842 + 73.09481 1069.04 32.02899 + 73.14489 993.36 30.83692 + 73.19477 1015.31 31.17309 + 73.24479 1002.35 30.89776 + 73.29474 1113.44 32.76391 + 73.34467 1071.66 32.14886 + 73.39459 1036.56 31.46967 + 73.44455 1046.49 31.57265 + 73.49459 1101.79 32.42301 + 73.54455 1059.58 31.83229 + 73.59449 1074.55 32.05749 + 73.64426 1049.00 31.69076 + 73.69435 1074.97 32.10228 + 73.74441 1045.61 31.59248 + 73.79431 1031.06 31.42528 + 73.83419 955.15 31.11583 + 73.88430 1028.88 32.30467 + 73.93437 915.07 30.35377 + 73.98447 929.83 30.60443 + 74.03443 1000.62 31.84379 + 74.08439 906.69 30.22168 + 74.13445 924.87 30.55236 + 74.18449 921.37 30.47191 + 74.23453 891.16 30.02442 + 74.28439 932.35 30.70243 + 74.33440 926.95 30.59621 + 74.38448 897.34 30.09087 + 74.43436 877.97 29.82089 + 74.48438 915.51 30.34569 + 74.53433 961.66 31.15087 + 74.58427 978.46 31.42667 + 74.63419 970.96 31.33486 + 74.68414 1011.54 31.97823 + 74.73418 989.63 31.59666 + 74.78414 1022.37 32.18556 + 74.83409 1043.94 32.56846 + 74.88386 1031.79 32.36688 + 74.93394 1085.87 33.20836 + 74.98400 1078.10 33.18303 + 75.03390 1153.48 34.27968 + 75.07034 1142.44 33.02163 + 75.12044 1240.07 34.54948 + 75.17051 1244.69 34.54060 + 75.22062 1279.37 35.00425 + 75.27057 1348.37 36.03752 + 75.32053 1350.83 36.09910 + 75.37059 1383.21 36.55749 + 75.42063 1597.70 39.47245 + 75.47067 1689.18 40.70612 + 75.52053 1906.91 43.45847 + 75.57055 2605.39 51.93078 + 75.62063 3466.96 61.46354 + 75.67051 4942.36 75.53560 + 75.72052 7346.30 95.54527 + 75.77048 10800.72 121.71705 + 75.82041 14593.93 148.21471 + 75.87033 18446.94 175.16397 + 75.92028 20296.86 188.01591 + 75.97032 21707.72 198.40710 + 76.02029 21474.60 196.33015 + 76.07023 21518.89 196.61912 + 76.12000 20834.40 191.76755 + 76.17008 19384.49 181.74138 + 76.22014 17720.10 169.96184 + 76.27004 15024.52 150.89327 + 76.31993 12288.03 133.20372 + 76.37003 9440.09 111.94054 + 76.42011 7506.18 97.06513 + 76.47021 5837.47 83.43690 + 76.52016 4785.57 74.25673 + 76.57013 3702.38 63.94246 + 76.62019 2908.92 55.96489 + 76.67023 2215.70 47.97405 + 76.72027 1720.81 41.72257 + 76.77012 1410.31 37.77807 + 76.82014 1252.50 35.35126 + 76.87022 1084.11 32.79785 + 76.92010 1035.90 31.97829 + 76.97012 980.35 30.92028 + 77.02007 923.18 30.02197 + 77.07000 920.07 29.92680 + 77.11992 876.71 29.27163 + 77.16988 862.86 28.97251 + 77.21992 904.93 29.97691 + 77.26988 899.00 29.61568 + 77.31982 886.15 29.41592 + 77.36959 892.37 29.50890 + 77.41968 937.38 30.28337 + 77.46974 947.90 30.51021 + 77.51964 964.23 30.74124 + 77.57897 910.04 29.71923 + 77.62908 974.80 30.81382 + 77.67915 936.76 30.10290 + 77.72925 1014.86 31.36943 + 77.77921 1029.06 31.69090 + 77.82917 1096.71 32.81949 + 77.87923 1081.69 32.46636 + 77.92927 1115.68 33.14672 + 77.97931 1150.68 33.52346 + 78.02917 1198.55 34.37293 + 78.07918 1194.62 34.20129 + 78.12926 1215.69 34.71930 + 78.17914 1197.47 34.39732 + 78.22916 1204.48 34.48821 + 78.27911 1190.76 34.47793 + 78.32905 1103.53 32.96746 + 78.37897 1135.75 33.42991 + 78.42892 1080.75 33.01738 + 78.47896 1029.63 31.68325 + 78.52892 993.35 31.28554 + 78.57887 1020.17 32.11014 + 78.62864 950.93 30.75025 + 78.67872 904.04 29.69666 + 78.72878 923.81 30.13171 + 78.77868 873.84 29.30985 + 78.83092 860.60 27.17818 + 78.88102 849.15 26.99247 + 78.93109 799.39 26.11383 + 78.98120 793.66 25.99650 + 79.03115 793.27 26.02544 + 79.08111 761.01 25.46127 + 79.13117 745.73 25.29960 + 79.18121 766.66 25.55195 + 79.23125 769.37 25.60188 + 79.28111 766.21 25.54745 + 79.33113 815.87 26.45467 + 79.38121 835.54 26.74976 + 79.43109 814.66 26.45927 + 79.48110 751.69 25.28153 + 79.53106 797.27 26.08147 + 79.58099 795.45 26.02685 + 79.63091 790.85 26.02130 + 79.68086 772.39 25.60829 + 79.73090 823.41 26.47650 + 79.78087 788.90 26.01749 + 79.83081 819.07 26.46935 + 79.88058 832.60 26.68185 + 79.93066 878.46 27.41808 + 79.98072 871.48 27.26251 + 80.03062 895.38 27.69647 + 80.07031 882.33 28.41471 + 80.12041 971.15 29.81351 + 80.17049 987.96 30.06106 + 80.22059 1091.39 31.67994 + 80.27054 1293.58 34.70013 + 80.32051 1347.99 35.42141 + 80.37057 1424.85 36.54217 + 80.42061 1539.50 38.11698 + 80.47065 1605.05 38.89508 + 80.52050 1502.07 37.51888 + 80.57052 1528.51 37.88965 + 80.62060 1505.98 37.62744 + 80.67048 1336.27 35.30885 + 80.72050 1293.65 34.60826 + 80.77045 1156.02 32.63303 + 80.82038 1063.64 31.21106 + 80.87030 989.18 30.05844 + 80.92026 964.08 29.67092 + 80.97030 852.28 27.83342 + 81.02026 897.35 28.61110 + 81.07020 840.20 27.60112 + 81.11997 855.18 28.02154 + 81.17006 798.45 26.88412 + 81.22012 799.84 26.89957 + 81.27002 811.70 27.27648 + 81.31680 760.77 26.33343 + 81.36691 761.83 26.27625 + 81.41698 815.98 27.25428 + 81.46708 784.04 26.66382 + 81.51704 783.79 26.66429 + 81.56700 791.53 26.77468 + 81.61706 783.17 26.71252 + 81.66710 790.20 26.75281 + 81.71714 850.40 27.83892 + 81.76700 791.46 26.73354 + 81.81701 847.34 27.73506 + 81.86709 847.80 27.76766 + 81.91697 835.47 27.56494 + 81.96699 769.58 26.43832 + 82.01694 839.76 27.75550 + 82.06688 824.41 27.42417 + 82.11680 792.55 26.91951 + 82.16675 818.72 27.22773 + 82.21679 831.98 27.46689 + 82.26675 738.80 26.01727 + 82.31670 816.41 27.26914 + 82.36647 782.09 26.79342 + 82.41655 809.83 27.11554 + 82.46661 844.61 27.71159 + 82.51651 856.62 27.99864 + 82.56945 821.05 26.05343 + 82.61955 797.54 25.66471 + 82.66962 824.31 26.04112 + 82.71973 848.55 26.45797 + 82.76968 848.72 26.57360 + 82.81964 857.18 26.59747 + 82.86970 870.78 26.83749 + 82.91974 907.59 27.42815 + 82.96978 866.12 26.79914 + 83.01964 905.21 27.39657 + 83.06966 933.95 27.82355 + 83.11974 943.40 27.98249 + 83.16962 960.55 28.22465 + 83.21963 1019.19 29.04437 + 83.26959 927.75 27.69977 + 83.31952 963.18 28.23137 + 83.36944 914.14 27.46041 + 83.41939 984.27 28.51998 + 83.46943 919.10 27.63538 + 83.51940 883.22 26.98372 + 83.56934 910.56 27.44653 + 83.61911 878.46 26.94486 + 83.66919 855.16 26.53500 + 83.71925 883.24 27.00782 + 83.76915 849.32 26.47884 + 83.83044 869.11 27.34459 + 83.88054 830.62 26.68421 + 83.93062 893.43 27.69654 + 83.98072 852.55 26.96365 + 84.03067 829.10 26.63003 + 84.08064 827.83 26.58059 + 84.13070 832.50 26.67133 + 84.18074 864.95 27.30382 + 84.23078 859.60 27.09508 + 84.28063 801.72 26.11192 + 84.33065 869.00 27.44213 + 84.38073 931.10 28.43688 + 84.43061 1001.98 29.46313 + 84.48063 1097.09 31.06247 + 84.53058 1409.59 35.48607 + 84.58051 1881.72 41.50224 + 84.63043 2584.41 49.01053 + 84.68039 3480.58 57.69524 + 84.73043 4309.00 65.12028 + 84.78039 5039.96 71.35286 + 84.83033 5577.56 75.68528 + 84.88010 5632.41 76.22415 + 84.93019 5499.08 75.00281 + 84.98025 5284.95 73.23093 + 85.03015 4995.22 70.72825 + 85.07233 4382.09 70.87357 + 85.12244 3750.54 64.74312 + 85.17251 3199.09 59.19893 + 85.22261 2512.76 51.67636 + 85.27257 1997.49 45.83052 + 85.32253 1730.13 42.16785 + 85.37259 1577.00 40.38708 + 85.42263 1285.60 36.18904 + 85.47267 1155.98 34.10110 + 85.52253 989.98 31.42034 + 85.57254 940.93 30.62230 + 85.62262 869.97 29.70636 + 85.67250 808.23 28.35964 + 85.72252 799.31 28.06610 + 85.77247 788.10 27.91874 + 85.82241 793.76 28.17052 + 85.87233 839.43 29.00592 + 85.92228 774.49 27.65850 + 85.97232 796.69 27.99102 + 86.02228 757.26 27.33196 + 86.07223 740.91 27.25746 + 86.12200 798.90 28.17476 + 86.17208 781.40 27.93589 + 86.22214 790.39 28.19662 + 86.27204 699.19 26.47103 + 86.30398 752.01 32.34514 + 86.35408 750.88 32.65907 + 86.40415 714.10 31.75049 + 86.45426 776.09 33.42789 + 86.50421 738.08 32.15240 + 86.55417 750.31 32.61202 + 86.60423 747.93 32.54195 + 86.65427 788.64 33.45886 + 86.70431 772.43 32.99356 + 86.75417 707.30 31.86091 + 86.80419 769.67 32.66768 + 86.85427 791.59 33.56842 + 86.90415 800.45 33.70727 + 86.95416 697.21 31.35866 + 87.00412 779.69 33.25437 + 87.05405 737.87 32.15470 + 87.10397 819.75 34.12440 + 87.15392 762.21 32.89590 + 87.20396 762.56 32.82199 + 87.25393 772.88 33.04574 + 87.30387 752.51 32.50423 + 87.35364 786.23 33.16945 + 87.40372 776.42 33.34192 + 87.45378 765.34 32.59114 + 87.50368 839.25 34.49271 + 87.55687 745.99 30.25384 + 87.60697 759.71 31.49333 + 87.65705 819.78 32.09749 + 87.70715 805.22 31.88307 + 87.75710 752.37 30.72819 + 87.80707 729.04 30.95537 + 87.85713 772.03 31.53911 + 87.90717 765.84 30.75192 + 87.95721 804.46 31.75018 + 88.00706 757.79 30.90189 + 88.05708 729.27 30.50568 + 88.10716 823.96 33.23386 + 88.15704 779.05 31.10029 + 88.20706 776.16 31.75842 + 88.25701 783.03 31.29171 + 88.30694 777.86 31.28941 + 88.35686 752.94 31.08804 + 88.40682 806.39 31.78082 + 88.45686 811.87 31.99274 + 88.50682 805.36 32.12277 + 88.55676 778.47 31.24970 + 88.60653 813.98 32.04792 + 88.65662 800.19 31.74557 + 88.70668 846.15 32.65563 + 88.75658 842.19 33.10375 + 88.83381 829.06 27.13723 + 88.88392 892.13 28.48253 + 88.93399 920.63 28.58214 + 88.98409 1004.55 29.98706 + 89.03405 1050.23 30.66395 + 89.08401 1221.78 33.52139 + 89.13407 1365.31 35.23340 + 89.18411 1335.08 35.01374 + 89.23415 1457.19 36.60804 + 89.28401 1527.62 37.57965 + 89.33402 1428.78 36.23683 + 89.38411 1395.11 35.64405 + 89.43398 1375.27 35.34580 + 89.48400 1247.53 33.52793 + 89.53396 1132.69 31.95995 + 89.58389 1077.66 31.04123 + 89.63381 959.97 29.21059 + 89.68376 899.30 28.32302 + 89.73380 962.64 29.24036 + 89.78376 834.69 27.10537 + 89.83371 846.36 27.39372 + 89.88348 810.23 26.75574 + 89.93356 777.17 26.29670 + 89.98362 833.37 27.32803 + 90.03352 741.41 25.79167 + 90.08556 789.85 28.85748 + 90.13566 775.46 28.66562 + 90.18573 725.89 27.67765 + 90.23584 752.31 28.14014 + 90.28579 723.17 27.63118 + 90.33575 799.09 29.11617 + 90.38581 731.37 27.90707 + 90.43585 768.03 28.59237 + 90.48589 772.89 28.61688 + 90.53575 736.63 27.89983 + 90.58577 691.75 26.99309 + 90.63585 723.63 27.60876 + 90.68573 802.09 29.13658 + 90.73574 783.55 28.74858 + 90.78570 766.18 28.38880 + 90.83563 789.18 28.90983 + 90.88555 705.30 27.23599 + 90.93550 747.67 28.04730 + 90.98554 823.38 29.47111 + 91.03551 770.95 28.52533 + 91.08545 749.90 28.15947 + 91.13522 759.76 28.42059 + 91.18530 785.47 28.92949 + 91.23536 759.73 28.38159 + 91.28526 763.98 28.39994 + 91.33170 791.43 29.00169 + 91.38180 800.17 29.11489 + 91.43188 751.11 28.27237 + 91.48198 779.20 28.93640 + 91.53193 789.50 28.93776 + 91.58190 717.82 27.58326 + 91.63196 732.58 27.85778 + 91.68200 848.45 30.07218 + 91.73204 751.74 28.35585 + 91.78189 781.80 28.82429 + 91.83191 798.00 29.13831 + 91.88199 738.06 28.03239 + 91.93187 802.09 29.23931 + 91.98189 776.73 28.68381 + 92.03184 759.80 28.42874 + 92.08177 771.51 28.60788 + 92.13169 731.87 27.91213 + 92.18165 785.03 28.85408 + 92.23169 773.16 28.61642 + 92.28165 832.71 29.75106 + 92.33159 817.14 29.50434 + 92.38136 852.20 30.24811 + 92.43145 769.11 28.58969 + 92.48151 803.61 29.28401 + 92.53141 798.55 29.17545 + 92.57024 839.23 28.57445 + 92.62035 784.52 27.58189 + 92.67042 817.72 28.17961 + 92.72052 774.58 27.36678 + 92.77048 824.08 28.21923 + 92.82044 809.19 28.03961 + 92.87050 804.31 27.88140 + 92.92054 863.25 29.00321 + 92.97058 772.19 27.28746 + 93.02044 785.92 27.55598 + 93.07045 819.65 28.20873 + 93.12054 840.54 28.56944 + 93.17041 851.88 28.73038 + 93.22043 873.63 29.12199 + 93.27039 890.10 29.43274 + 93.32032 928.91 30.10187 + 93.37024 1017.01 31.49457 + 93.42019 1157.47 33.86315 + 93.47023 1365.58 36.84776 + 93.52019 1433.89 37.67888 + 93.57014 1549.80 39.30466 + 93.61991 1581.37 39.76871 + 93.66999 1595.13 39.91409 + 93.72005 1541.86 39.28069 + 93.76995 1504.80 38.70183 + 93.80984 1457.59 38.31836 + 93.85994 1310.94 36.23803 + 93.91001 1231.30 34.94255 + 93.96012 1134.05 33.60093 + 94.01007 983.77 31.10190 + 94.06003 1009.71 31.49850 + 94.11009 961.74 30.79771 + 94.16013 843.73 28.70656 + 94.21017 864.42 29.16735 + 94.26003 829.22 28.51172 + 94.31005 856.63 28.97442 + 94.36013 836.98 28.58855 + 94.41001 765.69 27.49021 + 94.46002 732.99 26.77609 + 94.50998 802.39 28.03265 + 94.55991 786.53 27.80933 + 94.60983 755.41 27.11843 + 94.65978 718.64 26.44389 + 94.70982 803.61 27.99021 + 94.75979 766.35 27.29743 + 94.80973 841.32 28.71757 + 94.85950 814.84 28.22112 + 94.90958 787.11 27.69621 + 94.95964 766.08 27.32761 + 95.00954 805.01 28.02713 + 95.06838 782.66 28.62710 + 95.11848 822.21 29.34781 + 95.16856 842.67 29.69004 + 95.21866 799.32 28.90252 + 95.26861 832.30 29.56600 + 95.31858 851.76 29.92902 + 95.36864 846.89 29.84229 + 95.41868 832.99 29.55052 + 95.46872 804.89 29.01476 + 95.51857 866.04 30.26445 + 95.56859 892.03 30.57101 + 95.61867 840.48 29.68293 + 95.66855 839.14 29.71099 + 95.71857 870.14 30.19981 + 95.76852 817.08 29.26225 + 95.81845 882.76 30.46130 + 95.86838 821.31 29.30290 + 95.91833 898.81 30.71856 + 95.96837 880.82 30.42212 + 96.01833 838.23 29.62234 + 96.06827 842.34 29.72330 + 96.11805 845.46 29.77044 + 96.16813 869.81 30.22407 + 96.21819 796.15 28.82874 + 96.26809 774.27 28.49286 + 96.30507 818.63 28.10903 + 96.35518 757.63 26.95688 + 96.40525 802.22 27.72069 + 96.45535 856.68 28.62354 + 96.50531 778.52 27.47063 + 96.55527 869.58 28.89440 + 96.60533 862.99 28.77006 + 96.65537 864.33 28.81836 + 96.70541 834.01 28.43620 + 96.75527 856.68 28.71241 + 96.80528 806.96 27.73824 + 96.85537 784.59 27.35048 + 96.90524 827.64 28.22574 + 96.95526 836.63 28.21989 + 97.00522 807.69 27.88077 + 97.05515 787.01 27.38893 + 97.10507 802.54 27.63319 + 97.15502 781.42 27.28859 + 97.20506 753.31 26.85322 + 97.25502 747.91 26.75842 + 97.30497 797.74 27.79755 + 97.35474 743.90 26.95281 + 97.40482 796.25 27.75935 + 97.45488 788.73 27.46501 + 97.50478 794.73 27.77519 + 97.56507 762.01 25.50864 + 97.61517 776.61 25.80482 + 97.66524 809.75 26.29142 + 97.71535 754.95 25.37110 + 97.76530 793.46 26.05729 + 97.81526 771.49 25.69022 + 97.86532 793.22 26.07823 + 97.91536 700.76 24.45939 + 97.96540 744.69 25.30619 + 98.01526 829.60 26.61356 + 98.06528 760.00 25.53449 + 98.11536 804.52 26.27466 + 98.16524 774.96 25.77840 + 98.21525 796.93 26.07134 + 98.26521 804.51 26.29331 + 98.31514 797.91 26.15546 + 98.36506 784.31 25.89500 + 98.41501 876.42 27.38477 + 98.46505 782.59 25.84604 + 98.51502 782.98 25.86366 + 98.56496 797.08 26.17010 + 98.61473 822.70 26.58005 + 98.66481 824.09 26.54771 + 98.71487 785.08 25.93662 + 98.76477 797.86 26.14219 + 98.83396 794.10 27.76660 + 98.88407 744.15 27.04416 + 98.93414 805.83 27.93439 + 98.98424 833.99 28.26593 + 99.03419 859.29 28.72667 + 99.08416 861.07 28.86163 + 99.13422 821.66 28.14204 + 99.18426 780.46 27.40354 + 99.23430 790.35 27.55309 + 99.28415 772.78 27.23110 + 99.33417 833.16 28.58316 + 99.38425 792.01 27.58778 + 99.43413 800.01 27.77696 + 99.48415 836.61 28.44103 + 99.53410 802.68 27.72159 + 99.58403 848.10 28.63501 + 99.63396 781.62 27.42046 + 99.68391 764.05 27.10396 + 99.73395 810.25 27.84718 + 99.78391 828.77 28.37371 + 99.83385 833.69 28.41561 + 99.88363 777.37 27.33670 + 99.93371 807.53 28.00145 + 99.98377 770.04 27.22800 + 100.03367 860.28 28.76867 + 100.08060 798.05 30.64481 + 100.13071 770.84 30.20938 + 100.18078 802.20 31.14140 + 100.23088 812.19 31.14268 + 100.28084 834.94 31.39019 + 100.33080 755.06 29.82577 + 100.38086 810.11 31.08794 + 100.43090 808.23 30.99116 + 100.48094 807.87 31.05310 + 100.53080 767.17 30.02559 + 100.58081 829.03 31.28093 + 100.63090 788.36 30.49835 + 100.68077 802.10 30.75401 + 100.73079 765.12 29.95031 + 100.78075 813.98 31.04939 + 100.83068 798.67 30.73163 + 100.88060 823.00 31.25174 + 100.93055 812.48 30.86928 + 100.98059 811.03 30.86207 + 101.03055 814.08 31.00662 + 101.08050 835.13 31.37264 + 101.13027 858.66 31.91782 + 101.18035 802.28 30.95680 + 101.23041 800.88 30.75958 + 101.28031 810.88 30.98200 + 101.32535 864.61 30.16256 + 101.37545 849.43 29.87980 + 101.42552 927.18 31.01529 + 101.47563 863.40 30.26030 + 101.52558 889.10 30.32422 + 101.57554 902.64 30.63978 + 101.62560 877.86 30.43841 + 101.67564 887.37 30.79775 + 101.72568 955.73 31.93745 + 101.77554 915.23 30.59443 + 101.82556 1006.90 32.66635 + 101.87564 945.64 31.59358 + 101.92552 949.25 31.58971 + 101.97554 984.23 32.36125 + 102.02549 1015.57 32.73733 + 102.07542 1106.93 34.39522 + 102.12534 1481.12 39.87511 + 102.17529 2039.75 48.30387 + 102.22533 3115.63 59.56896 + 102.27530 4819.78 77.43677 + 102.32524 6814.76 94.53165 + 102.37501 8308.87 107.37173 + 102.42509 9564.54 117.78893 + 102.47515 9824.53 119.67980 + 102.52505 9957.49 120.55769 + 102.57054 9452.58 111.70762 + 102.62065 8475.16 103.90021 + 102.67072 7204.12 93.89140 + 102.72082 6119.59 85.07412 + 102.77077 4776.17 73.76836 + 102.82074 3862.38 65.85921 + 102.87080 3107.83 57.65043 + 102.92084 2539.37 51.93288 + 102.97088 2119.15 46.47948 + 103.02073 1655.92 41.27632 + 103.07075 1467.25 38.56921 + 103.12083 1223.45 34.78081 + 103.17071 1080.88 32.56295 + 103.22073 1063.27 32.25772 + 103.27068 915.13 29.79995 + 103.32061 985.03 31.02184 + 103.37054 961.96 30.73800 + 103.42049 954.06 30.69648 + 103.47053 891.79 29.64256 + 103.52049 907.07 29.89582 + 103.57043 854.13 28.67034 + 103.62021 891.07 29.64043 + 103.67029 902.56 29.56322 + 103.72035 871.93 29.30482 + 103.77025 852.09 28.80556 + 103.81708 865.70 32.51248 + 103.86719 883.25 32.70835 + 103.91726 903.82 32.95495 + 103.96736 871.04 32.43166 + 104.01732 928.50 33.47777 + 104.06728 884.48 32.64458 + 104.11734 918.79 33.28841 + 104.16738 889.69 32.77089 + 104.21742 875.23 32.49129 + 104.26728 868.21 32.27154 + 104.31729 925.22 33.40633 + 104.36738 821.80 31.47740 + 104.41725 882.03 32.57577 + 104.46727 877.40 32.45257 + 104.51723 866.11 32.22606 + 104.56716 894.84 32.80631 + 104.61708 915.17 33.16594 + 104.66703 895.82 32.83859 + 104.71707 856.33 32.04217 + 104.76703 872.72 32.36069 + 104.81698 890.12 32.77200 + 104.86675 914.26 33.18494 + 104.91683 920.17 33.28506 + 104.96689 916.82 33.17862 + 105.01679 913.08 33.16192 + 105.05578 882.07 32.66616 + 105.10588 898.29 32.97131 + 105.15595 884.57 32.64744 + 105.20606 899.29 32.84147 + 105.25601 908.34 33.10186 + 105.30597 947.90 33.82397 + 105.35604 866.09 32.29359 + 105.40607 890.09 32.77372 + 105.45611 905.25 33.09345 + 105.50597 884.06 32.58339 + 105.55599 939.26 33.72547 + 105.60607 929.59 33.60977 + 105.65595 949.85 33.90079 + 105.70597 902.71 33.06766 + 105.75592 973.13 34.39836 + 105.80585 978.82 34.49484 + 105.85577 962.98 34.12643 + 105.90573 999.06 34.81259 + 105.95576 994.34 34.70603 + 106.00573 1026.27 35.27678 + 106.05567 1006.75 34.92400 + 106.10544 1023.63 35.31270 + 106.15552 1114.95 37.00446 + 106.20559 1038.89 35.53692 + 106.25548 1134.35 37.22648 + 106.31472 1173.09 35.16514 + 106.36483 1238.71 35.98811 + 106.41490 1144.36 34.55932 + 106.46500 1041.96 33.04593 + 106.51495 1102.49 33.85735 + 106.56492 1180.52 35.08188 + 106.61498 1274.02 36.50023 + 106.66502 1690.85 42.42046 + 106.71506 2368.56 50.99829 + 106.76491 3600.32 64.33199 + 106.81493 5354.54 81.30045 + 106.86501 7645.08 100.77096 + 106.91489 9275.35 114.22433 + 106.96491 10622.81 125.50908 + 107.01486 10743.61 126.88474 + 107.06479 10356.37 123.82495 + 107.11472 9398.42 116.77215 + 107.16467 7960.51 104.77051 + 107.21471 6723.92 94.58506 + 107.26467 5444.76 83.38474 + 107.31461 4349.66 73.54847 + 107.36439 3521.26 65.21106 + 107.41447 2980.23 58.79315 + 107.46453 2424.64 52.79383 + 107.51443 2042.30 47.72153 + 107.57146 1599.43 39.56473 + 107.62157 1416.56 37.24626 + 107.67164 1234.72 34.34718 + 107.72174 1150.50 33.17512 + 107.77170 1090.52 32.13130 + 107.82166 1045.00 31.52031 + 107.87172 999.65 30.76399 + 107.92176 1024.72 31.20223 + 107.97180 947.24 29.91188 + 108.02166 908.16 29.31691 + 108.07167 929.10 29.63702 + 108.12176 901.99 29.18904 + 108.17163 919.22 29.46275 + 108.22165 899.26 29.09182 + 108.27161 901.11 29.12341 + 108.32154 939.78 29.77693 + 108.37146 950.45 29.96303 + 108.42141 873.90 28.60302 + 108.47145 900.55 29.11781 + 108.52141 910.40 29.24925 + 108.57136 856.49 28.34816 + 108.62113 961.28 30.15156 + 108.67121 885.54 28.84062 + 108.72127 899.35 29.07743 + 108.77117 888.65 28.96369 + 108.80846 881.86 29.24375 + 108.85856 855.34 28.83540 + 108.90863 847.93 28.65597 + 108.95874 870.87 28.97404 + 109.00869 890.57 29.35755 + 109.05865 871.59 29.05443 + 109.10872 857.36 28.82123 + 109.15875 874.97 29.08049 + 109.20879 861.41 28.86844 + 109.25865 867.74 28.92046 + 109.30867 933.20 30.05440 + 109.35875 913.48 29.76624 + 109.40863 884.15 29.23406 + 109.45865 871.95 28.96262 + 109.50860 879.12 29.10729 + 109.55853 864.66 29.03432 + 109.60845 899.68 29.50551 + 109.65841 948.99 30.31668 + 109.70844 926.55 29.91293 + 109.75841 923.31 29.90772 + 109.80835 919.76 29.81550 + 109.85812 924.23 29.95717 + 109.90820 938.02 30.15673 + 109.95827 890.17 29.31976 + 110.00816 959.09 30.55353 + 110.05475 894.19 30.56731 + 110.10486 904.12 30.57265 + 110.15493 934.62 31.32707 + 110.20503 952.64 31.34996 + 110.25498 964.60 31.55088 + 110.30495 1039.27 32.85859 + 110.35501 1010.11 32.44569 + 110.40505 1013.18 32.46293 + 110.45509 1030.00 32.69233 + 110.50494 1039.04 32.81658 + 110.55496 1075.84 33.50044 + 110.60504 1030.69 32.64452 + 110.65492 1155.80 34.75033 + 110.70494 1138.39 34.41985 + 110.75489 1171.59 35.05755 + 110.80482 1239.07 36.19118 + 110.85475 1276.79 36.68714 + 110.90470 1277.63 36.57354 + 110.95474 1310.06 37.16905 + 111.00470 1271.49 36.51901 + 111.05464 1267.63 36.46541 + 111.10442 1264.01 36.45261 + 111.15450 1343.59 37.55717 + 111.20456 1457.00 39.29176 + 111.25446 1838.13 44.64303 + 111.32020 3048.53 61.48008 + 111.37030 5180.57 83.99798 + 111.42037 8604.40 115.20064 + 111.47047 13607.64 154.78172 + 111.52043 18938.41 194.64988 + 111.57039 23543.64 228.60178 + 111.62045 25711.57 244.24280 + 111.67049 26093.35 247.02908 + 111.72053 23976.26 231.79206 + 111.77039 20585.05 205.44029 + 111.82040 16993.17 179.01516 + 111.87049 13883.59 155.91828 + 111.92037 11034.31 134.16818 + 111.97038 8938.63 117.85234 + 112.02034 6869.75 99.69815 + 112.07027 5417.45 86.56568 + 112.12019 4288.83 75.49441 + 112.17014 3280.65 64.80281 + 112.22018 2713.23 57.68608 + 112.27015 2157.62 50.31536 + 112.32009 1793.25 45.02844 + 112.36986 1524.58 41.19032 + 112.41994 1329.01 38.15186 + 112.47000 1235.25 36.69129 + 112.51990 1058.22 33.74111 + 112.59279 1071.88 33.96072 + 112.64289 1043.15 33.48304 + 112.69296 1036.21 33.35075 + 112.74307 1036.30 33.31684 + 112.79302 996.14 32.63791 + 112.84298 1019.99 33.03113 + 112.89305 1026.17 33.17033 + 112.94308 981.35 32.40410 + 112.99312 1002.14 32.74672 + 113.04298 974.97 32.29512 + 113.09300 1008.80 32.89622 + 113.14308 981.86 32.45957 + 113.19296 964.33 32.22433 + 113.24298 1004.62 32.71911 + 113.29293 967.25 32.19827 + 113.34286 957.47 31.98585 + 113.39278 947.34 31.80368 + 113.44274 933.68 31.55565 + 113.49277 964.81 32.05040 + 113.54274 974.71 32.30145 + 113.59268 985.80 32.59286 + 113.64245 975.31 32.42330 + 113.69253 954.80 31.97292 + 113.74260 930.47 31.50792 + 113.79249 970.99 32.20132 + 113.82598 888.04 31.11153 + 113.87609 965.31 32.58927 + 113.92616 1003.96 33.13599 + 113.97626 991.52 32.93548 + 114.02621 1043.71 33.87938 + 114.07618 950.55 32.25369 + 114.12624 948.32 32.24309 + 114.17628 1010.80 33.31420 + 114.22632 920.64 31.71689 + 114.27617 974.06 32.66362 + 114.32619 1031.76 33.69612 + 114.37627 930.36 31.91576 + 114.42615 944.53 32.14518 + 114.47617 941.88 31.99114 + 114.52612 999.07 33.07362 + 114.57605 991.42 33.01332 + 114.62598 1025.51 33.54283 + 114.67593 946.04 32.14523 + 114.72597 969.78 32.57090 + 114.77593 950.25 32.24629 + 114.82587 945.64 32.14258 + 114.87565 963.42 32.47745 + 114.92573 898.48 31.27347 + 114.97579 981.89 32.78421 + 115.02569 935.41 32.02080 + 115.06333 924.83 30.68453 + 115.11343 911.87 30.39140 + 115.16350 931.37 30.71496 + 115.21360 960.79 31.22610 + 115.26356 870.55 29.68915 + 115.31352 891.32 30.00949 + 115.36358 917.94 30.54449 + 115.41362 896.91 30.28983 + 115.46366 970.98 31.48424 + 115.51352 994.41 31.81122 + 115.56353 934.84 30.80173 + 115.61362 974.43 31.52281 + 115.66350 967.31 31.37776 + 115.71351 1047.46 32.70129 + 115.76347 1008.01 32.03407 + 115.81340 990.10 31.82590 + 115.86332 1049.32 32.70079 + 115.91327 1019.67 32.27769 + 115.96331 967.09 31.27404 + 116.01328 1048.08 32.66036 + 116.06322 1094.86 33.43305 + 116.11299 1139.86 34.15055 + 116.16307 1421.78 38.32476 + 116.21313 1761.51 42.93610 + 116.26303 2223.02 48.79913 + 116.31367 2537.69 54.19932 + 116.36377 3021.56 59.87997 + 116.41384 3380.15 63.79218 + 116.46395 3232.02 62.54681 + 116.51390 3163.91 61.46713 + 116.56386 2780.30 57.30686 + 116.61393 2451.44 53.56575 + 116.66396 2195.81 50.19618 + 116.71400 1901.89 46.29212 + 116.76386 1652.38 42.89841 + 116.81388 1429.65 39.65250 + 116.86396 1347.50 38.46505 + 116.91384 1253.14 37.06096 + 116.96386 1147.59 35.21763 + 117.01381 1117.99 34.82430 + 117.06374 1077.67 34.10333 + 117.11366 1004.15 32.93128 + 117.16362 984.30 32.49533 + 117.21365 993.63 32.67290 + 117.26362 945.43 31.87663 + 117.31356 916.68 31.32771 + 117.36333 940.23 31.88048 + 117.41341 911.29 31.35567 + 117.46348 950.37 31.94947 + 117.51337 868.56 30.52283 + 117.54881 907.82 30.83012 + 117.59892 931.60 31.17324 + 117.64899 851.63 29.79846 + 117.69909 895.91 30.62000 + 117.74904 847.49 29.82297 + 117.79901 870.96 30.07450 + 117.84907 833.37 29.41283 + 117.89911 887.41 30.50899 + 117.94915 930.33 31.16962 + 117.99900 849.16 29.66345 + 118.04902 872.97 30.34415 + 118.09910 837.82 29.58268 + 118.14898 887.21 30.35621 + 118.19900 892.63 30.43039 + 118.24895 893.65 30.48818 + 118.29889 861.13 30.05914 + 118.34881 867.43 30.02431 + 118.39876 863.05 29.98383 + 118.44880 839.51 29.53843 + 118.49876 823.83 29.29280 + 118.54871 927.76 31.14123 + 118.59848 874.50 30.39830 + 118.64856 871.49 30.25580 + 118.69862 869.01 30.14689 + 118.74852 901.20 30.71299 + 118.79471 814.27 31.14085 + 118.84481 876.34 31.88044 + 118.89488 920.80 33.27703 + 118.94498 832.84 31.03715 + 118.99494 878.53 32.52055 + 119.04490 870.61 31.56908 + 119.09496 846.20 32.02476 + 119.14500 869.77 31.90122 + 119.19504 881.91 32.07399 + 119.24490 798.17 30.51794 + 119.29491 832.43 31.52223 + 119.34500 866.63 31.73804 + 119.39488 928.11 32.59826 + 119.44489 858.59 31.72946 + 119.49485 931.57 33.02081 + 119.54478 866.37 31.65496 + 119.59470 857.22 31.79667 + 119.64465 959.22 33.72252 + 119.69469 924.54 32.46289 + 119.74466 905.04 32.39625 + 119.79460 914.85 32.62672 + 119.84437 914.35 32.62465 + 119.89445 871.07 32.41347 + 119.94451 891.42 32.55910 + 119.99441 912.47 32.94830 + 120.04665 893.90 31.40494 + 120.09675 930.90 32.23057 + 120.14682 875.38 31.87442 + 120.19693 954.46 33.26281 + 120.24688 930.89 32.41797 + 120.29684 964.02 32.94922 + 120.34691 902.57 32.29588 + 120.39694 932.20 32.21017 + 120.44698 926.06 32.47335 + 120.49684 930.04 32.43023 + 120.54686 1011.85 34.19033 + 120.59694 950.77 32.66897 + 120.64682 948.48 32.71294 + 120.69684 955.23 32.77598 + 120.74679 955.77 32.20491 + 120.79672 907.80 32.75589 + 120.84664 981.33 33.10854 + 120.89660 980.75 32.96552 + 120.94663 967.59 33.22725 + 120.99660 975.17 32.77761 + 121.04654 1088.05 35.29539 + 121.09631 1242.07 37.58778 + 121.14639 1604.56 43.18168 + 121.19646 2139.18 50.48733 + 121.24635 3100.92 60.37219 + 121.29849 4296.04 64.74920 + 121.34860 5522.07 75.18775 + 121.39867 6304.47 81.23187 + 121.44877 6355.89 81.73356 + 121.49872 5992.26 78.69653 + 121.54869 5277.48 72.99125 + 121.59875 4691.06 68.19351 + 121.64879 3836.02 60.67719 + 121.69883 3281.96 55.72486 + 121.74868 2772.13 50.72137 + 121.79870 2337.78 46.46856 + 121.84878 2033.30 43.03639 + 121.89866 1736.64 39.51370 + 121.94868 1539.52 36.98258 + 121.99863 1433.95 35.80096 + 122.04857 1283.19 33.43814 + 122.09849 1115.41 31.11386 + 122.14844 1084.54 30.74035 + 122.19848 974.31 28.83821 + 122.24844 920.14 28.00153 + 122.29839 965.98 28.79307 + 122.34816 864.89 27.16944 + 122.39824 901.46 27.86493 + 122.44830 904.25 27.92577 + 122.49820 875.85 27.32524 + 122.55384 914.47 30.50987 + 122.60394 827.03 28.88996 + 122.65401 855.80 29.40360 + 122.70411 895.05 30.12698 + 122.75407 834.92 29.14833 + 122.80403 867.02 29.72791 + 122.85409 860.72 29.50171 + 122.90413 826.44 28.90223 + 122.95417 860.98 29.49701 + 123.00403 884.98 29.88844 + 123.05404 895.66 30.13760 + 123.10413 842.72 29.15579 + 123.15401 808.84 28.59329 + 123.20402 839.31 29.07305 + 123.25398 878.25 29.81477 + 123.30391 871.67 29.68902 + 123.35383 879.42 29.91817 + 123.40378 894.37 30.07652 + 123.45382 891.87 30.07273 + 123.50379 851.41 29.29595 + 123.55373 856.75 29.38728 + 123.60350 877.32 29.79449 + 123.65358 851.47 29.38088 + 123.70364 891.67 30.04593 + 123.75354 863.35 29.64334 + 123.79973 929.99 30.25128 + 123.84983 911.77 29.97809 + 123.89990 837.04 28.63053 + 123.95001 871.06 29.22136 + 123.99996 933.62 30.30532 + 124.04993 841.04 28.72629 + 124.09999 880.45 29.39114 + 124.15003 874.46 29.32847 + 124.20006 883.00 29.56676 + 124.24992 902.14 29.76186 + 124.29994 907.40 29.83809 + 124.35002 868.68 29.22350 + 124.39990 881.63 29.49015 + 124.44992 880.77 29.36185 + 124.49987 874.02 29.30531 + 124.54980 853.37 28.93203 + 124.59972 938.04 30.39519 + 124.64968 869.29 29.27773 + 124.69972 894.51 29.60652 + 124.74968 884.95 29.47238 + 124.79962 837.84 28.71927 + 124.84939 946.06 30.52837 + 124.89948 899.33 29.71276 + 124.94954 914.32 29.97977 + 124.99944 887.27 29.55160 + 125.03662 950.65 32.88767 + 125.08673 890.12 31.68583 + 125.13680 926.92 32.65973 + 125.18690 954.01 32.77564 + 125.23685 947.32 32.97238 + 125.28682 1019.54 34.02979 + 125.33688 970.60 33.82364 + 125.38692 1074.69 35.36359 + 125.43696 1080.49 34.89766 + 125.48681 1064.62 34.90864 + 125.53683 1011.85 34.11192 + 125.58691 1085.20 35.61671 + 125.63679 1182.26 36.68788 + 125.68681 1041.57 34.41359 + 125.73676 1227.69 37.68187 + 125.78670 1230.89 37.52956 + 125.83662 1264.96 38.03779 + 125.88657 1255.02 37.65076 + 125.93661 1374.56 39.64408 + 125.98657 1323.11 38.58705 + 126.03652 1345.89 39.28467 + 126.08629 1351.49 39.26533 + 126.13637 1428.15 40.31931 + 126.18643 1350.13 39.48501 + 126.23633 1413.59 40.27623 + 126.28102 1474.63 41.06750 + 126.33112 1663.46 43.18574 + 126.38119 2298.53 51.74997 + 126.43129 3720.58 66.65269 + 126.48125 6158.49 90.54557 + 126.53121 9433.97 119.45297 + 126.58127 13022.75 148.16093 + 126.63131 16151.75 174.79276 + 126.68135 18042.46 186.41726 + 126.73121 18859.28 191.41292 + 126.78122 18146.32 185.72446 + 126.83131 16165.30 169.91231 + 126.88119 13924.14 153.35387 + 126.93120 11462.82 134.35081 + 126.98116 9516.23 121.03406 + 127.03109 7799.88 106.50023 + 127.08101 6361.94 94.32089 + 127.13096 5299.95 85.57526 + 127.18100 4400.51 76.71602 + 127.23097 3540.52 67.12203 + 127.28091 2980.96 60.89944 + 127.33068 2502.42 55.24873 + 127.38076 2070.77 49.95934 + 127.43082 1760.09 46.03100 + 127.48072 1433.33 40.38351 + 127.54616 1280.43 32.86055 + 127.59626 1163.21 31.20553 + 127.64633 1115.77 30.54964 + 127.69644 1048.73 29.51701 + 127.74639 1026.82 29.15555 + 127.79636 874.06 26.96145 + 127.84642 1001.41 28.97610 + 127.89646 895.06 27.22193 + 127.94649 929.93 27.77764 + 127.99635 906.34 27.33058 + 128.04637 945.08 27.97540 + 128.09645 911.33 27.45339 + 128.14633 860.64 26.62505 + 128.19635 900.34 27.22287 + 128.24630 949.63 27.95854 + 128.29623 866.73 26.71642 + 128.34615 874.68 27.08534 + 128.39611 928.09 27.59213 + 128.44615 893.28 27.05324 + 128.49611 906.20 27.28143 + 128.54605 935.39 27.88917 + 128.59582 860.95 26.66024 + 128.64591 888.10 27.17459 + 128.69597 913.26 27.49617 + 128.74587 911.95 27.57337 + 128.82310 931.61 30.07525 + 128.87321 913.65 29.78484 + 128.92328 817.40 28.46719 + 128.97338 971.74 30.85954 + 129.02333 939.52 30.24577 + 129.07330 886.40 29.36914 + 129.12336 897.29 29.51309 + 129.17340 895.28 29.56381 + 129.22344 928.14 30.28662 + 129.27329 873.67 29.07443 + 129.32331 880.09 29.33959 + 129.37339 948.32 30.45676 + 129.42327 912.44 29.75942 + 129.47329 837.01 28.42984 + 129.52324 868.90 28.97367 + 129.57318 932.51 30.20331 + 129.62310 983.67 30.93959 + 129.67305 914.55 29.81114 + 129.72309 931.29 30.01475 + 129.77305 937.80 30.14841 + 129.82300 887.22 29.40927 + 129.87277 992.19 31.17650 + 129.92285 885.81 29.40170 + 129.97291 1027.88 31.73856 + 130.02281 906.83 29.77060 + 130.07285 937.88 34.22840 + 130.12295 949.53 34.65096 + 130.17302 1005.90 35.68185 + 130.22313 928.78 34.06288 + 130.27308 936.73 34.36606 + 130.32304 948.34 34.55398 + 130.37310 991.02 35.59727 + 130.42314 896.43 33.47859 + 130.47318 951.99 34.61554 + 130.52304 913.02 33.71137 + 130.57305 933.25 34.12279 + 130.62314 924.35 34.18074 + 130.67302 921.27 34.08008 + 130.72303 917.82 33.77597 + 130.77299 947.47 34.45350 + 130.82292 890.41 33.51501 + 130.87284 887.30 33.25777 + 130.92279 904.84 33.79017 + 130.97283 927.74 33.97682 + 131.02280 919.58 33.79980 + 131.07274 891.30 33.26424 + 131.12251 983.02 35.16136 + 131.17259 945.77 34.71159 + 131.22265 902.72 33.59791 + 131.27255 989.34 35.37373 + 131.30484 993.77 36.78109 + 131.35494 976.27 36.35953 + 131.40501 932.47 35.44601 + 131.45512 977.46 36.40496 + 131.50507 1050.75 37.85185 + 131.55504 952.21 35.92188 + 131.60510 1072.60 38.14546 + 131.65514 1021.81 37.27219 + 131.70517 1081.20 38.34452 + 131.75503 1059.53 37.90556 + 131.80505 1089.95 38.64268 + 131.85513 1064.79 37.99450 + 131.90501 1104.97 38.77389 + 131.95503 1199.07 40.41146 + 132.00498 1363.90 43.39341 + 132.05491 1909.12 52.03586 + 132.10483 2815.05 64.64344 + 132.15479 4071.98 80.36325 + 132.20483 5512.82 96.41173 + 132.25479 7280.38 114.80743 + 132.30473 8354.42 125.34453 + 132.35450 9298.73 134.38078 + 132.40459 9297.74 133.92198 + 132.45465 9114.89 131.93637 + 132.50455 8748.39 128.08572 + 132.55258 8082.68 121.26765 + 132.60269 6827.01 108.77558 + 132.65276 5870.75 99.18417 + 132.70286 4872.36 88.85822 + 132.75281 4313.82 83.08351 + 132.80278 3623.33 74.96621 + 132.85284 3109.81 69.21812 + 132.90288 2798.59 64.73560 + 132.95292 2312.30 58.32406 + 133.00277 2077.60 54.68562 + 133.05279 1859.15 51.61475 + 133.10287 1712.66 49.58210 + 133.15275 1532.11 46.41239 + 133.20277 1271.15 41.96138 + 133.25272 1203.41 40.86685 + 133.30266 1156.13 40.08981 + 133.35258 1127.19 39.37361 + 133.40253 922.17 35.78697 + 133.45257 1012.06 37.17067 + 133.50253 980.19 36.66261 + 133.55248 978.43 36.51631 + 133.60225 949.29 35.94349 + 133.65233 905.91 35.21697 + 133.70239 986.47 36.67890 + 133.75229 961.99 36.34791 + 133.81958 921.11 34.19403 + 133.86968 970.74 34.83765 + 133.91975 926.04 33.99097 + 133.96986 911.08 33.61123 + 134.01981 983.36 35.64044 + 134.06977 915.55 33.81757 + 134.11983 988.29 35.28855 + 134.16987 949.61 34.86983 + 134.21991 964.77 34.69016 + 134.26977 959.52 34.56584 + 134.31979 910.49 33.78273 + 134.36987 913.37 34.00617 + 134.41975 929.64 34.05108 + 134.46976 977.98 35.01068 + 134.51972 879.28 33.59539 + 134.56965 909.88 33.88736 + 134.61957 957.99 34.54074 + 134.66952 999.93 35.19448 + 134.71956 916.28 34.02173 + 134.76953 978.40 34.94262 + 134.81947 969.82 34.83917 + 134.86924 930.96 34.48202 + 134.91932 892.26 33.39713 + 134.96938 877.95 33.31943 + 135.01928 894.31 33.54258 + 135.06762 937.11 30.16776 + 135.11772 896.71 29.43513 + 135.16779 970.02 30.53377 + 135.21790 931.15 30.08588 + 135.26785 916.59 29.61368 + 135.31782 888.87 29.36113 + 135.36788 965.46 30.49671 + 135.41792 905.15 29.54440 + 135.46795 919.02 29.72047 + 135.51781 939.71 30.09523 + 135.56783 866.23 28.75713 + 135.61791 898.13 29.33183 + 135.66779 947.65 30.20245 + 135.71781 939.11 30.22949 + 135.76776 924.93 29.97009 + 135.81769 967.15 30.60405 + 135.86761 1011.07 31.46495 + 135.91757 941.45 30.19087 + 135.96761 969.44 30.63013 + 136.01757 941.79 30.11193 + 136.06751 895.22 29.43128 + 136.11728 896.67 29.46730 + 136.16737 902.29 29.38296 + 136.21743 912.28 29.80348 + 136.26733 978.63 30.80365 + 136.30301 941.16 29.51444 + 136.35312 981.02 30.24268 + 136.40319 989.35 30.25025 + 136.45329 925.48 29.24770 + 136.50324 970.06 30.02669 + 136.55321 928.53 29.36796 + 136.60327 902.06 28.92040 + 136.65331 907.55 28.94753 + 136.70335 902.70 28.89943 + 136.75320 893.25 28.76921 + 136.80322 915.90 29.13220 + 136.85330 927.94 29.26378 + 136.90318 926.10 29.29573 + 136.95320 954.22 29.69417 + 137.00315 940.48 29.53429 + 137.05309 950.88 29.70372 + 137.10301 941.46 29.49200 + 137.15296 899.69 28.81980 + 137.20300 939.08 29.49610 + 137.25296 923.67 29.21361 + 137.30291 949.39 29.62616 + 137.35268 951.50 29.74886 + 137.40276 944.86 29.58139 + 137.45282 874.31 28.43325 + 137.50272 890.08 28.72897 + 137.54081 903.22 31.09739 + 137.59091 923.79 31.39926 + 137.64098 895.18 30.93739 + 137.69109 963.69 32.13512 + 137.74104 931.88 31.55409 + 137.79100 914.87 31.24806 + 137.84106 911.99 31.20538 + 137.89110 943.10 31.73283 + 137.94114 947.89 31.83616 + 137.99100 929.94 31.47630 + 138.04102 935.52 31.70421 + 138.09110 985.08 32.65596 + 138.14098 914.78 31.29614 + 138.19099 949.58 31.83472 + 138.24095 898.71 31.01801 + 138.29088 909.50 31.23067 + 138.34080 995.56 32.73389 + 138.39075 906.90 31.13904 + 138.44079 925.78 31.39203 + 138.49076 961.62 32.06824 + 138.54070 979.33 32.47500 + 138.59047 930.68 31.56231 + 138.64055 974.44 32.39028 + 138.69061 950.13 31.88398 + 138.74051 937.01 31.74419 + 138.78745 952.70 34.04839 + 138.83755 905.67 33.03810 + 138.88762 926.06 33.35124 + 138.93773 886.25 32.67274 + 138.98768 906.78 33.06877 + 139.03765 888.39 32.73335 + 139.08771 965.53 34.20486 + 139.13775 914.39 33.25596 + 139.18778 934.44 33.50262 + 139.23764 896.50 32.87109 + 139.28766 950.10 33.97615 + 139.33774 975.42 34.33161 + 139.38762 932.71 33.55332 + 139.43764 953.58 33.90101 + 139.48759 944.33 33.73921 + 139.53752 944.74 33.66060 + 139.58744 926.65 33.38421 + 139.63740 970.54 34.20909 + 139.68744 929.60 33.45190 + 139.73740 1019.90 35.04394 + 139.78734 926.68 33.41229 + 139.83711 942.82 33.81945 + 139.88720 960.86 34.02189 + 139.93726 997.21 34.82601 + 139.98716 906.91 33.12923 + 140.05939 947.27 32.39300 + 140.10950 939.76 32.30175 + 140.15957 910.24 31.77451 + 140.20967 890.03 31.27485 + 140.25963 1017.71 33.65304 + 140.30959 967.68 32.95174 + 140.35965 924.67 32.04018 + 140.40969 934.43 32.33092 + 140.45973 923.46 32.04579 + 140.50959 981.61 32.93801 + 140.55960 901.89 31.73692 + 140.60968 974.82 32.79231 + 140.65956 954.70 32.90441 + 140.70958 934.56 32.06047 + 140.75953 906.05 31.57094 + 140.80947 905.47 31.70222 + 140.85939 888.29 31.57899 + 140.90934 898.65 31.56805 + 140.95938 948.91 32.74045 + 141.00934 952.11 32.39040 + 141.05929 899.64 31.73373 + 141.10906 915.58 32.05920 + 141.15914 966.95 32.64941 + 141.20920 900.56 31.53063 + 141.25910 861.71 30.89692 + 141.30854 896.06 30.29217 + 141.35864 937.94 31.05324 + 141.40871 903.01 30.50616 + 141.45882 901.33 30.38967 + 141.50877 924.06 30.79801 + 141.55873 918.28 30.68206 + 141.60879 934.78 31.01752 + 141.65883 913.65 30.58202 + 141.70887 945.69 31.20699 + 141.75873 883.41 30.09037 + 141.80875 923.60 30.86864 + 141.85883 955.16 31.33568 + 141.90871 878.30 30.12193 + 141.95872 871.05 29.93310 + 142.00868 914.69 30.62542 + 142.05861 952.48 31.24756 + 142.10853 880.32 30.19796 + 142.15848 976.14 31.61455 + 142.20852 961.04 31.40835 + 142.25849 973.37 31.66654 + 142.30843 918.73 30.70177 + 142.35820 975.45 31.69686 + 142.40828 920.54 30.77032 + 142.45834 969.86 31.54992 + 142.50824 986.77 31.87187 + 142.54433 908.12 31.60753 + 142.59443 969.57 32.59629 + 142.64450 955.51 32.26534 + 142.69461 953.13 32.28578 + 142.74456 976.49 32.68766 + 142.79453 1024.88 33.54004 + 142.84459 962.38 32.53582 + 142.89463 877.20 31.00321 + 142.94466 963.41 32.54688 + 142.99452 947.16 32.17812 + 143.04454 969.68 32.58598 + 143.09462 901.66 31.53158 + 143.14450 911.72 31.60278 + 143.19452 957.26 32.34010 + 143.24447 910.22 31.48296 + 143.29440 972.20 32.64123 + 143.34432 909.69 31.51737 + 143.39428 914.62 31.59360 + 143.44432 829.78 30.01950 + 143.49428 875.67 30.94306 + 143.54422 914.72 31.65580 + 143.59399 958.38 32.41093 + 143.64408 970.76 32.59312 + 143.69414 869.82 30.77401 + 143.74404 932.02 31.93291 + 143.79237 840.85 29.91296 + 143.84248 880.76 30.58490 + 143.89255 902.50 31.24083 + 143.94265 936.71 31.60678 + 143.99261 905.18 31.07310 + 144.04257 964.18 32.05722 + 144.09263 869.81 30.46158 + 144.14267 907.46 31.05696 + 144.19271 895.61 30.86518 + 144.24257 867.76 30.33002 + 144.29258 905.08 31.04203 + 144.34266 936.70 31.57462 + 144.39254 900.24 30.96764 + 144.44256 861.09 30.18561 + 144.49251 946.16 31.75382 + 144.54245 872.53 30.47880 + 144.59237 934.38 31.52999 + 144.64232 937.32 31.58290 + 144.69236 907.71 31.08726 + 144.74232 933.77 31.54797 + 144.79227 959.25 32.00124 + 144.84204 1018.05 32.98376 + 144.89212 913.52 31.19265 + 144.94218 952.80 31.95307 + 144.99208 941.54 31.70111 + 145.05497 1013.23 34.79451 + 145.10507 920.93 33.14981 + 145.15514 1047.90 35.65566 + 145.20525 1051.44 35.49373 + 145.25520 1100.66 36.33257 + 145.30516 1197.77 38.19744 + 145.35522 1429.00 41.84338 + 145.40526 1547.77 43.67858 + 145.45530 1699.74 46.01270 + 145.50516 1897.98 48.97171 + 145.55518 2124.80 51.87172 + 145.60526 2189.83 52.97739 + 145.65514 2310.69 54.28160 + 145.70515 2478.25 56.26310 + 145.75511 2515.64 56.92582 + 145.80504 2732.26 59.90520 + 145.85496 2677.41 58.94129 + 145.90491 2798.36 60.08211 + 145.95495 2812.61 60.35375 + 146.00492 2501.93 56.49430 + 146.05486 2342.24 54.51788 + 146.10463 2358.05 54.60120 + 146.15471 2123.70 51.53706 + 146.20477 1970.18 49.47749 + 146.25467 1818.15 47.34796 + 146.30431 1641.38 44.16261 + 146.35441 1577.78 43.26060 + 146.40448 1515.55 42.50429 + 146.45459 1360.18 39.90752 + 146.50454 1369.01 40.01432 + 146.55451 1285.43 39.02826 + 146.60457 1200.34 37.44600 + 146.65461 1148.93 36.90434 + 146.70465 1215.73 38.01228 + 146.75450 1140.01 36.33099 + 146.80452 1032.81 34.93390 + 146.85460 985.48 34.14091 + 146.90448 997.20 34.04287 + 146.95450 970.07 33.60457 + 147.00445 1017.06 34.43082 + 147.05438 973.90 33.77664 + 147.10430 1018.12 34.68001 + 147.15426 975.03 33.61863 + 147.20430 941.08 33.17101 + 147.25426 995.27 34.15144 + 147.30420 972.13 33.77458 + 147.35397 926.88 33.06065 + 147.40406 942.40 33.23534 + 147.45412 932.55 32.81417 + 147.50402 884.75 32.07564 + 147.54590 997.21 31.55637 + 147.59601 1007.54 31.75856 + 147.64608 999.21 31.60098 + 147.69618 981.48 31.26981 + 147.74614 960.70 30.94076 + 147.79610 979.20 31.24164 + 147.84616 981.47 31.28796 + 147.89620 982.72 31.28375 + 147.94624 974.18 31.29548 + 147.99610 941.18 30.58796 + 148.04611 990.52 31.45213 + 148.09619 993.27 31.51959 + 148.14607 969.51 31.11231 + 148.19609 980.15 31.25961 + 148.24604 974.59 31.27301 + 148.29598 985.67 31.41059 + 148.34590 1020.13 31.94043 + 148.39585 954.70 30.83147 + 148.44589 1032.83 32.06388 + 148.49585 957.73 30.90084 + 148.54580 1007.57 31.72030 + 148.59557 1006.29 31.76398 + 148.64565 975.71 31.27285 + 148.69571 1039.45 32.27856 + 148.74561 953.83 30.87119 + 148.79415 1020.75 32.33937 + 148.84425 970.89 31.44065 + 148.89432 1013.62 32.12018 + 148.94443 951.11 31.05333 + 148.99438 989.51 31.83020 + 149.04434 1044.78 32.71915 + 149.09440 1011.94 32.14540 + 149.14444 995.07 31.88005 + 149.19448 938.27 30.87206 + 149.24434 936.47 30.80848 + 149.29436 970.41 31.44627 + 149.34444 965.64 31.37321 + 149.39432 955.42 31.26745 + 149.44433 913.55 30.41128 + 149.49429 872.31 29.70060 + 149.54422 933.14 30.77290 + 149.59414 884.56 29.98393 + 149.64409 945.01 31.00186 + 149.69413 910.73 30.48338 + 149.74410 948.52 31.06421 + 149.79404 937.33 30.83455 + 149.84381 927.48 30.78363 + 149.89389 923.49 30.60040 + 149.94395 924.21 30.66944 + 149.99385 935.03 30.87095 + 150.03044 866.62 28.42954 + 150.08054 889.86 28.69659 + 150.13062 877.91 28.57137 + 150.18072 917.89 29.13872 + 150.23067 910.71 29.17970 + 150.28064 879.55 28.63430 + 150.33070 824.36 27.59024 + 150.38074 826.00 27.58218 + 150.43078 931.96 29.43115 + 150.48063 875.17 28.54716 + 150.53065 890.03 28.73223 + 150.58073 872.34 28.49013 + 150.63061 868.33 28.55739 + 150.68063 885.74 28.61437 + 150.73058 902.51 29.01680 + 150.78051 902.12 28.92157 + 150.83043 894.70 28.82191 + 150.88039 823.41 27.63957 + 150.93043 866.33 28.38440 + 150.98039 837.49 27.82012 + 151.03033 879.53 28.60830 + 151.08010 868.38 28.33650 + 151.13019 845.28 28.00504 + 151.18025 876.99 28.55096 + 151.23015 849.14 28.03945 + 151.28478 875.04 28.44189 + 151.33489 887.48 28.60771 + 151.38496 882.87 28.67843 + 151.43506 846.07 27.89391 + 151.48502 873.98 28.34146 + 151.53498 875.79 28.44451 + 151.58504 906.82 28.89478 + 151.63508 842.86 27.91694 + 151.68512 844.05 27.82503 + 151.73498 874.29 28.38335 + 151.78499 883.92 28.61332 + 151.83507 899.11 28.87113 + 151.88495 859.02 28.13901 + 151.93497 884.14 28.55292 + 151.98492 879.13 28.42324 + 152.03486 848.79 28.03476 + 152.08478 883.27 28.51616 + 152.13473 876.83 28.41335 + 152.18477 909.83 28.88097 + 152.23473 868.19 28.40145 + 152.28468 895.86 28.80759 + 152.33445 874.38 28.39625 + 152.38453 891.24 28.67963 + 152.43459 859.45 28.16332 + 152.48449 882.63 28.50691 + 152.54223 929.62 30.69724 + 152.59233 867.36 29.62099 + 152.64240 927.09 30.67486 + 152.69251 930.49 30.69182 + 152.74246 941.01 30.90681 + 152.79242 969.11 31.45011 + 152.84248 906.28 30.31047 + 152.89252 897.26 30.18122 + 152.94256 920.82 30.57869 + 152.99242 918.64 30.48071 + 153.04244 894.43 30.06737 + 153.09252 878.50 29.78900 + 153.14240 920.57 30.54003 + 153.19241 903.93 30.22663 + 153.24237 932.33 30.79422 + 153.29230 909.28 30.47448 + 153.34222 989.14 31.71754 + 153.39217 929.18 30.65099 + 153.44221 927.63 30.68150 + 153.49218 1043.55 32.73539 + 153.54212 1043.77 32.63896 + 153.59189 1028.83 32.38296 + 153.64197 1095.20 33.41951 + 153.69203 1212.24 35.34014 + 153.74193 1330.57 37.16237 + 153.78982 1524.50 40.14896 + 153.83992 1744.39 43.06282 + 153.89000 1963.43 45.89157 + 153.94010 2426.97 51.66408 + 153.99005 2891.28 57.01515 + 154.04002 3270.53 61.11708 + 154.09008 3590.64 64.55294 + 154.14012 4248.34 71.27191 + 154.19016 4713.04 75.66626 + 154.24001 5098.39 79.12132 + 154.29003 5593.74 83.69816 + 154.34011 5817.80 85.69021 + 154.38999 6191.93 88.91917 + 154.44001 6598.96 92.05690 + 154.48996 6976.38 95.53981 + 154.53989 7353.49 98.68951 + 154.58981 7641.19 101.00027 + 154.63977 7776.45 102.08416 + 154.68981 7892.90 102.80335 + 154.73977 7917.59 103.11199 + 154.78971 7874.63 102.56580 + 154.83948 7726.31 101.33764 + 154.88957 7715.86 101.32823 + 154.93963 7527.01 99.56822 + 154.98953 7160.09 96.66515 + 155.04211 6822.30 92.64789 + 155.09222 6701.23 91.81834 + 155.14229 6248.44 87.86944 + 155.19239 5780.20 84.08024 + 155.24235 5380.80 80.62869 + 155.29231 4889.18 76.30170 + 155.34237 4403.32 71.88843 + 155.39241 4143.75 69.71053 + 155.44245 3565.15 63.93683 + 155.49231 3304.11 61.27020 + 155.54232 3130.39 59.61077 + 155.59240 2899.81 57.15163 + 155.64228 2707.41 54.86817 + 155.69230 2511.48 52.46585 + 155.74225 2332.83 50.27316 + 155.79219 2234.37 49.22304 + 155.84211 2066.28 46.92848 + 155.89206 1884.79 44.73778 + 155.94210 1831.06 43.97836 + 155.99206 1702.58 42.33605 + 156.04201 1536.86 39.98881 + 156.09178 1392.33 37.99898 + 156.14186 1403.82 38.01703 + 156.19192 1340.29 37.19423 + 156.24182 1260.93 35.94716 + 156.29071 1177.96 35.08814 + 156.34081 1196.91 35.35678 + 156.39088 1100.68 33.81222 + 156.44099 1090.03 33.66532 + 156.49094 1043.67 32.79600 + 156.54090 1071.26 33.29121 + 156.59096 1022.03 32.54086 + 156.64100 1028.42 32.70127 + 156.69104 978.65 31.84446 + 156.74090 975.45 31.68415 + 156.79092 938.21 31.14279 + 156.84100 909.07 30.50027 + 156.89088 901.99 30.41532 + 156.94089 918.38 30.76343 + 156.99085 923.55 30.85906 + 157.04078 980.39 31.77982 + 157.09070 929.91 30.91286 + 157.14065 909.48 30.53000 + 157.19069 897.31 30.47543 + 157.24066 913.51 30.66433 + 157.29060 927.18 30.81869 + 157.34037 914.94 30.62365 + 157.39045 875.70 29.93575 + 157.44051 871.56 29.93901 + 157.49041 868.81 29.89799 + 157.52900 880.75 32.52786 + 157.57910 870.53 32.23168 + 157.62918 842.80 31.57926 + 157.67928 894.07 32.75523 + 157.72923 906.30 32.87920 + 157.77920 892.17 32.71562 + 157.82926 918.69 33.09258 + 157.87930 867.16 32.17567 + 157.92934 910.07 32.97279 + 157.97919 832.95 31.38664 + 158.02921 872.59 32.26616 + 158.07929 881.02 32.57274 + 158.12917 910.25 33.13062 + 158.17919 834.55 31.69123 + 158.22914 887.76 32.62221 + 158.27907 869.35 32.22568 + 158.32899 852.43 31.84833 + 158.37895 897.17 32.74249 + 158.42899 904.44 32.85208 + 158.47895 899.39 32.71075 + 158.52889 974.94 34.26723 + 158.57866 886.55 32.47751 + 158.62875 888.35 32.58338 + 158.67881 894.56 32.73310 + 158.72871 887.59 32.77378 + 158.78279 933.20 34.52194 + 158.83290 920.73 34.33000 + 158.88297 858.56 32.98784 + 158.93307 873.86 33.29706 + 158.98303 898.25 34.01858 + 159.03299 865.06 33.21605 + 159.08305 905.02 33.90579 + 159.13309 924.46 34.32508 + 159.18313 881.28 33.51290 + 159.23299 858.94 33.01082 + 159.28300 933.10 34.45476 + 159.33309 979.00 35.35604 + 159.38296 936.92 34.53387 + 159.43298 882.29 33.44340 + 159.48293 924.36 34.30581 + 159.53287 935.60 34.51630 + 159.58279 930.18 34.41008 + 159.63274 901.98 33.92184 + 159.68278 941.62 34.58852 + 159.73274 963.43 35.09688 + 159.78269 864.83 33.09005 + 159.83246 941.26 34.63923 + 159.88254 912.89 34.06136 + 159.93260 964.01 35.06506 + 159.98250 944.89 34.76214 + 160.04124 963.06 38.84344 + 160.09134 913.88 38.80687 + 160.14141 960.61 39.36048 + 160.19152 973.14 38.72545 + 160.24147 943.27 38.88427 + 160.29143 880.56 37.14738 + 160.34149 928.16 38.07312 + 160.39153 907.78 37.66358 + 160.44157 901.10 37.52909 + 160.49143 919.39 38.20766 + 160.54145 937.45 38.64639 + 160.59153 946.58 39.08937 + 160.64141 959.96 39.07453 + 160.69142 902.51 37.46389 + 160.74138 895.89 37.30808 + 160.79131 999.19 39.71634 + 160.84123 911.04 37.57689 + 160.89118 961.51 38.90232 + 160.94122 936.45 38.25719 + 160.99119 945.28 38.55431 + 161.04113 933.90 38.39761 + 161.09090 939.15 39.11374 + 161.14098 983.45 39.47205 + 161.19104 902.91 38.21368 + 161.24094 945.82 38.42226 + 161.29698 924.10 42.82490 + 161.34708 960.85 43.41070 + 161.39716 908.65 41.95650 + 161.44726 938.06 42.91270 + 161.49721 886.22 41.40142 + 161.54718 934.11 42.51897 + 161.59724 923.08 42.14640 + 161.64728 947.87 42.68314 + 161.69732 1005.47 44.46308 + 161.74717 920.53 42.47510 + 161.79719 957.30 43.00700 + 161.84727 1002.40 44.50616 + 161.89715 937.29 42.47485 + 161.94717 924.22 42.38715 + 161.99712 925.53 42.39953 + 162.04705 953.83 43.04054 + 162.09697 878.26 41.14927 + 162.14693 905.23 41.92253 + 162.19697 925.70 42.38441 + 162.24693 878.28 41.21950 + 162.29687 858.43 40.64464 + 162.34664 913.07 42.10744 + 162.39673 889.83 41.77126 + 162.44679 926.53 42.42525 + 162.49669 902.39 41.95989 + 162.55667 966.16 61.79202 + 162.60678 905.06 59.63691 + 162.65685 944.70 60.34922 + 162.70695 935.82 60.16765 + 162.75691 957.39 61.51882 + 162.80687 909.22 59.81775 + 162.85693 988.54 62.42153 + 162.90697 923.08 59.93307 + 162.95701 907.31 59.85053 + 163.00687 893.08 59.01023 + 163.05688 911.54 59.38296 + 163.10697 983.70 62.55153 + 163.15684 1060.96 64.80656 + 163.20686 928.88 60.18505 + 163.25682 960.16 61.30208 + 163.30675 968.35 61.09286 + 163.35667 961.79 61.49296 + 163.40662 954.64 60.84633 + 163.45666 916.09 59.58318 + 163.50662 981.89 62.79669 + 163.55657 916.63 59.44997 + 163.60634 919.80 60.33181 + 163.65642 972.91 61.70115 + 163.70648 1058.06 64.34230 + 163.75638 1061.08 64.75653 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.pcr new file mode 100644 index 000000000..9b07ef567 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.pcr @@ -0,0 +1,59 @@ +COMM LaB6 Ge(331) +! Current global Chi2 (Bragg contrib.) = 14.93 +! Files => DAT-file: ECH0030684_LaB6_1p622A_11B.dat, PCR-file: ECH0030684_LaB6_1p622A_11B +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 1 7 1 0 2 1 0 1 0 0 1 0 0 0 0 0 0 0 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 2 2 1 0 1 0 4 0 0 2 10 -1 0 0 0 0 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.623899 1.623899 0.00000 80.000 12.000 0.0000 0.0000 180.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 +200 0.10 0.04 0.04 0.04 0.04 4.1642 0.049998 163.7564 0.000 0.000 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 10.00 + 164.00 180.00 +! +! Additional scattering factors for Pattern# 1 +B11 0.66500 0.00000 0 +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.45778 0.0 0.00000 0.0 0.00000 0.0 1.623899 0.00 0 +! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) + 777.346 52.434 365.757 14.659 -415.682 0.000 + 0.00 0.00 0.00 0.00 0.00 0.00 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 4.2230 +!------------------------------------------------------------------------------- +nuclear +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 2 0 0 0.0 0.0 1.0 0 0 0 0 0 203.711 0 7 0 +! +! +P m -3 m <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +La La 0.00000 0.00000 0.00000 0.25812 0.02083 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +B B11 0.19972 0.50000 0.50000 0.11925 0.12500 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 42.98374 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.143431 -0.523140 0.590412 0.000000 0.054515 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 4.156885 4.156885 4.156885 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 10.000 163.756 1 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.prf b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.prf new file mode 100644 index 000000000..61853daac --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.prf @@ -0,0 +1,3266 @@ +IGOR +WAVES TwoTheta, Iobs, Icalc, Diff +BEGIN + 4.164 249.28 708.17 -458.89 + 4.214 242.77 708.68 -465.91 + 4.264 261.99 709.18 -447.19 + 4.314 374.47 709.69 -335.22 + 4.364 435.31 710.19 -274.88 + 4.414 647.92 710.69 -62.77 + 4.464 806.68 711.19 95.49 + 4.514 868.33 711.69 156.64 + 4.564 1082.78 712.19 370.59 + 4.614 1245.94 712.69 533.25 + 4.664 1161.56 713.18 448.38 + 4.714 1270.88 713.68 557.20 + 4.764 1353.10 714.17 638.93 + 4.814 1394.96 714.66 680.30 + 4.864 1344.30 715.15 629.15 + 4.914 1395.56 715.63 679.93 + 4.964 1418.44 716.12 702.32 + 5.014 1512.19 716.61 795.58 + 5.064 1533.20 717.09 816.11 + 5.117 1511.09 717.60 793.49 + 5.167 1557.83 718.08 839.75 + 5.217 1570.98 718.56 852.42 + 5.267 1524.03 719.04 804.99 + 5.317 1557.07 719.51 837.56 + 5.367 1518.49 719.99 798.50 + 5.417 1492.80 720.46 772.34 + 5.467 1467.48 720.93 746.55 + 5.517 1642.49 721.40 921.09 + 5.567 1467.95 721.87 746.08 + 5.617 1480.74 722.34 758.40 + 5.667 1504.68 722.81 781.87 + 5.717 1493.81 723.27 770.54 + 5.767 1526.23 723.73 802.50 + 5.817 1448.03 724.19 723.84 + 5.867 1480.69 724.65 756.04 + 5.917 1399.52 725.11 674.41 + 5.966 1416.73 725.57 691.16 + 6.016 1395.40 726.03 669.37 + 6.066 1287.19 726.48 560.71 + 6.116 1413.82 726.93 686.89 + 6.166 1294.07 727.38 566.69 + 6.216 1329.71 727.83 601.88 + 6.266 1295.20 728.28 566.92 + 6.316 1221.64 728.73 492.91 + 6.362 1239.25 729.14 510.11 + 6.412 1234.43 729.58 504.85 + 6.462 1176.34 730.03 446.31 + 6.512 1230.70 730.47 500.23 + 6.562 1157.69 730.91 426.78 + 6.612 1123.19 731.35 391.84 + 6.662 1173.25 731.79 441.46 + 6.712 1163.54 732.22 431.32 + 6.762 1160.56 732.66 427.90 + 6.812 1090.30 733.09 357.21 + 6.862 1089.23 733.52 355.71 + 6.912 1115.90 733.96 381.94 + 6.962 1035.09 734.39 300.70 + 7.012 1073.90 734.81 339.09 + 7.062 1088.65 735.24 353.41 + 7.112 1060.65 735.67 324.98 + 7.162 1001.18 736.09 265.09 + 7.212 1051.08 736.51 314.57 + 7.262 1038.77 736.93 301.84 + 7.312 987.64 737.35 250.29 + 7.361 1032.94 737.77 295.17 + 7.411 1014.73 738.19 276.54 + 7.461 967.70 738.60 229.10 + 7.511 1053.04 739.02 314.02 + 7.561 987.22 739.43 247.79 + 7.618 1027.23 739.90 287.33 + 7.668 957.69 740.31 217.38 + 7.718 950.30 740.72 209.58 + 7.768 965.57 741.13 224.44 + 7.818 908.56 741.53 167.03 + 7.868 990.94 741.94 249.00 + 7.918 948.75 742.34 206.41 + 7.968 1014.25 742.75 271.50 + 8.018 909.56 743.15 166.41 + 8.068 963.50 743.55 219.95 + 8.118 956.97 743.94 213.03 + 8.168 941.60 744.34 197.26 + 8.218 944.65 744.74 199.91 + 8.268 958.38 745.13 213.25 + 8.318 915.62 745.53 170.09 + 8.368 926.86 745.92 180.94 + 8.418 898.35 746.31 152.04 + 8.468 883.90 746.70 137.20 + 8.518 907.95 747.09 160.86 + 8.568 840.81 747.47 93.34 + 8.618 854.40 747.86 106.54 + 8.667 909.80 748.24 161.56 + 8.717 933.86 748.62 185.24 + 8.767 883.97 749.01 134.96 + 8.817 872.52 749.39 123.13 + 8.870 889.41 749.79 139.62 + 8.920 872.92 750.16 122.76 + 8.970 910.67 750.54 160.13 + 9.020 869.99 750.92 119.07 + 9.070 859.96 751.29 108.67 + 9.120 858.03 751.66 106.37 + 9.170 834.26 752.04 82.22 + 9.220 856.79 752.41 104.38 + 9.271 837.15 752.78 84.37 + 9.320 822.58 753.14 69.44 + 9.370 863.24 753.51 109.73 + 9.420 827.61 753.87 73.74 + 9.470 826.65 754.24 72.41 + 9.520 842.37 754.60 87.77 + 9.570 902.88 754.96 147.92 + 9.620 827.23 755.32 71.91 + 9.670 846.33 755.68 90.65 + 9.720 825.69 756.04 69.65 + 9.770 765.93 756.39 9.54 + 9.820 845.02 756.75 88.27 + 9.870 850.36 757.10 93.26 + 9.920 841.36 757.45 83.91 + 9.970 832.23 757.80 74.43 + 10.020 780.68 758.15 22.53 + 10.070 839.40 758.50 80.90 + 10.125 805.00 758.88 46.12 + 10.175 736.57 759.23 -22.66 + 10.225 815.42 759.58 55.84 + 10.275 793.91 759.92 33.99 + 10.325 817.66 760.26 57.40 + 10.375 770.70 760.60 10.10 + 10.425 804.50 760.95 43.55 + 10.475 727.04 761.28 -34.24 + 10.525 751.78 761.62 -9.84 + 10.575 764.02 761.96 2.06 + 10.625 802.46 762.29 40.17 + 10.675 752.71 762.63 -9.92 + 10.725 793.85 762.96 30.89 + 10.775 776.92 763.29 13.63 + 10.825 791.07 763.62 27.45 + 10.875 788.79 763.95 24.84 + 10.925 784.57 764.28 20.29 + 10.975 775.27 764.60 10.67 + 11.025 754.16 764.93 -10.77 + 11.075 787.35 765.25 22.10 + 11.125 813.34 765.58 47.76 + 11.175 713.61 765.90 -52.29 + 11.225 731.27 766.22 -34.95 + 11.275 726.09 766.54 -40.45 + 11.325 779.29 766.86 12.43 + 11.374 762.10 767.17 -5.07 + 11.425 760.08 767.49 -7.41 + 11.475 802.53 767.81 34.72 + 11.525 755.89 768.12 -12.23 + 11.575 768.50 768.43 0.07 + 11.625 790.01 768.74 21.27 + 11.675 734.06 769.05 -34.99 + 11.725 784.43 769.36 15.07 + 11.775 724.67 769.67 -45.00 + 11.825 779.11 769.98 9.13 + 11.875 752.73 770.28 -17.55 + 11.925 733.54 770.59 -37.05 + 11.975 746.79 770.89 -24.10 + 12.025 765.56 771.19 -5.63 + 12.075 750.70 771.49 -20.79 + 12.125 779.88 771.79 8.09 + 12.174 761.56 772.09 -10.53 + 12.224 725.67 772.39 -46.72 + 12.274 807.15 772.69 34.46 + 12.324 745.75 772.98 -27.23 + 12.374 788.00 773.28 14.72 + 12.424 725.64 773.57 -47.93 + 12.474 761.60 773.86 -12.26 + 12.524 768.65 774.15 -5.50 + 12.574 785.66 774.44 11.22 + 12.613 764.38 774.67 -10.29 + 12.664 727.45 774.96 -47.51 + 12.714 746.76 775.24 -28.48 + 12.764 786.33 775.53 10.80 + 12.814 765.94 775.81 -9.87 + 12.864 776.81 776.10 0.71 + 12.914 736.69 776.38 -39.69 + 12.964 728.16 776.66 -48.50 + 13.014 757.21 776.94 -19.73 + 13.064 781.63 777.22 4.41 + 13.114 763.67 777.50 -13.83 + 13.164 732.74 777.77 -45.03 + 13.214 745.87 778.05 -32.18 + 13.264 760.49 778.32 -17.83 + 13.314 784.22 779.66 4.56 + 13.364 741.46 779.95 -38.49 + 13.413 733.61 780.23 -46.62 + 13.463 775.04 780.51 -5.47 + 13.513 758.65 780.79 -22.14 + 13.563 754.40 781.07 -26.67 + 13.613 701.22 781.35 -80.13 + 13.663 778.39 781.63 -3.24 + 13.713 739.69 781.91 -42.22 + 13.763 722.27 782.19 -59.92 + 13.813 779.18 782.47 -3.29 + 13.868 740.32 782.77 -42.45 + 13.918 738.65 783.04 -44.39 + 13.968 784.66 783.32 1.34 + 14.018 755.77 783.59 -27.82 + 14.068 733.04 783.86 -50.82 + 14.118 725.36 784.14 -58.78 + 14.168 754.73 784.41 -29.68 + 14.218 765.19 784.68 -19.49 + 14.268 801.27 784.95 16.32 + 14.318 804.70 785.22 19.48 + 14.368 756.36 785.48 -29.12 + 14.418 766.09 785.75 -19.66 + 14.468 780.76 786.02 -5.26 + 14.518 741.08 786.28 -45.20 + 14.568 729.70 786.55 -56.85 + 14.618 750.00 786.81 -36.81 + 14.668 759.58 787.08 -27.50 + 14.718 758.71 787.34 -28.63 + 14.768 777.14 787.60 -10.46 + 14.818 741.13 787.87 -46.74 + 14.868 738.30 788.13 -49.83 + 14.918 764.53 788.39 -23.86 + 14.968 764.54 788.65 -24.11 + 15.018 796.72 788.91 7.81 + 15.068 744.09 789.17 -45.08 + 15.124 723.92 789.46 -65.54 + 15.174 750.85 789.72 -38.87 + 15.224 795.62 789.98 5.64 + 15.274 747.70 790.24 -42.54 + 15.324 745.56 790.49 -44.93 + 15.374 743.07 790.75 -47.68 + 15.424 773.46 791.01 -17.54 + 15.474 765.86 791.26 -25.40 + 15.524 699.87 791.52 -91.65 + 15.574 732.41 791.77 -59.36 + 15.624 768.54 792.03 -23.49 + 15.674 699.30 792.28 -92.98 + 15.724 769.53 792.53 -23.00 + 15.774 743.34 792.79 -49.45 + 15.824 719.45 793.04 -73.59 + 15.874 707.66 793.29 -85.64 + 15.924 720.09 793.55 -73.46 + 15.974 775.08 793.80 -18.72 + 16.024 732.56 794.05 -61.49 + 16.074 723.68 794.31 -70.63 + 16.124 763.27 794.56 -31.29 + 16.174 755.35 794.81 -39.46 + 16.224 746.64 795.06 -48.42 + 16.274 736.37 795.32 -58.95 + 16.324 751.89 795.57 -43.68 + 16.358 796.15 795.75 0.40 + 16.408 749.58 796.00 -46.42 + 16.458 783.55 796.25 -12.70 + 16.508 785.38 796.51 -11.13 + 16.558 786.92 796.76 -9.84 + 16.608 741.59 797.02 -55.43 + 16.658 749.53 797.27 -47.74 + 16.708 728.18 797.53 -69.35 + 16.758 760.77 797.78 -37.01 + 16.808 732.60 798.04 -65.44 + 16.858 712.64 798.30 -85.66 + 16.908 761.29 798.55 -37.26 + 16.958 703.67 798.81 -95.14 + 17.008 726.79 799.07 -72.28 + 17.058 769.55 799.33 -29.78 + 17.108 761.75 799.59 -37.84 + 17.158 783.25 799.85 -16.60 + 17.208 803.04 800.12 2.92 + 17.258 688.34 800.38 -112.04 + 17.308 773.21 800.65 -27.44 + 17.358 786.29 800.91 -14.62 + 17.408 791.91 801.18 -9.27 + 17.458 804.54 801.45 3.09 + 17.508 739.52 801.72 -62.20 + 17.558 787.44 802.00 -14.56 + 17.595 771.27 802.20 -30.93 + 17.645 774.40 802.48 -28.08 + 17.695 763.19 802.76 -39.57 + 17.745 780.10 803.04 -22.94 + 17.795 820.85 803.33 17.52 + 17.845 789.93 803.62 -13.69 + 17.895 792.37 803.91 -11.54 + 17.945 764.67 804.20 -39.53 + 17.995 778.85 804.50 -25.65 + 18.045 769.15 804.80 -35.65 + 18.095 734.53 805.10 -70.57 + 18.145 784.94 805.41 -20.47 + 18.195 716.35 805.72 -89.37 + 18.245 733.69 806.03 -72.34 + 18.295 785.49 806.35 -20.86 + 18.345 723.63 806.68 -83.05 + 18.395 752.80 807.01 -54.21 + 18.445 756.58 807.35 -50.77 + 18.495 734.30 807.69 -73.39 + 18.545 770.37 808.04 -37.67 + 18.595 750.65 808.39 -57.74 + 18.645 807.97 808.75 -0.78 + 18.695 773.34 809.12 -35.78 + 18.745 796.94 809.50 -12.56 + 18.795 763.12 809.89 -46.77 + 18.840 752.30 810.25 -57.95 + 18.890 695.47 810.66 -115.19 + 18.940 759.74 811.07 -51.33 + 18.990 828.57 811.50 17.07 + 19.040 786.28 811.94 -25.66 + 19.090 797.57 812.40 -14.83 + 19.140 737.60 812.86 -75.26 + 19.190 794.48 813.35 -18.87 + 19.240 755.77 813.84 -58.07 + 19.290 723.12 814.36 -91.24 + 19.340 744.43 814.89 -70.46 + 19.390 782.77 815.45 -32.68 + 19.440 776.36 816.02 -39.66 + 19.490 775.07 816.62 -41.55 + 19.540 774.15 817.25 -43.10 + 19.590 724.69 817.90 -93.21 + 19.640 792.48 818.58 -26.10 + 19.690 830.35 819.29 11.06 + 19.740 802.84 820.04 -17.20 + 19.790 756.72 820.82 -64.10 + 19.840 803.48 821.65 -18.17 + 19.889 834.42 822.51 11.91 + 19.940 828.34 823.43 4.91 + 19.990 789.51 824.41 -34.90 + 20.039 775.19 825.44 -50.25 + 20.106 857.45 826.90 30.55 + 20.156 852.93 828.10 24.83 + 20.206 894.39 829.37 65.02 + 20.256 886.63 830.74 55.89 + 20.306 917.87 832.19 85.68 + 20.356 914.86 833.76 81.10 + 20.406 930.06 835.46 94.60 + 20.456 1064.38 837.30 227.08 + 20.506 1104.89 839.29 265.60 + 20.556 1063.11 841.47 221.64 + 20.606 1065.09 843.88 221.21 + 20.656 1081.92 846.58 235.34 + 20.706 1178.68 849.65 329.03 + 20.756 1179.87 853.27 326.60 + 20.806 1254.80 857.67 397.13 + 20.856 1263.04 863.27 399.77 + 20.906 1319.03 870.74 448.29 + 20.956 1470.85 881.17 589.68 + 21.006 1491.27 896.21 595.06 + 21.056 1629.27 918.28 710.99 + 21.106 1747.77 950.94 796.83 + 21.155 1803.66 998.93 804.73 + 21.205 1937.27 1069.40 867.87 + 21.255 2071.21 1170.58 900.63 + 21.305 2025.93 1312.34 713.59 + 21.366 2449.60 1556.48 893.12 + 21.416 2599.33 1833.16 766.17 + 21.466 2835.68 2190.59 645.09 + 21.516 3003.89 2639.01 364.88 + 21.566 3210.67 3182.08 28.59 + 21.616 3368.51 3820.34 -451.83 + 21.666 3810.41 4545.56 -735.15 + 21.716 4183.12 5337.23 -1154.11 + 21.766 4466.32 6166.25 -1699.93 + 21.816 4630.93 6990.92 -2359.99 + 21.866 5279.75 7771.44 -2491.69 + 21.916 5829.30 8456.01 -2626.71 + 21.966 6574.37 8992.65 -2418.28 + 22.016 7110.45 9342.67 -2232.22 + 22.066 7852.27 9474.36 -1622.09 + 22.116 8051.85 9376.68 -1324.83 + 22.166 7989.20 9058.55 -1069.35 + 22.216 7959.58 8546.92 -587.34 + 22.266 7849.35 7881.79 -32.44 + 22.316 7410.70 7113.71 296.99 + 22.366 7183.28 6291.77 891.51 + 22.416 6768.70 5464.93 1303.77 + 22.466 6175.79 4664.82 1510.97 + 22.516 5645.10 3928.08 1717.02 + 22.566 4898.09 3276.93 1621.16 + 22.612 4225.79 2756.83 1468.96 + 22.662 3632.12 2286.90 1345.22 + 22.712 3039.32 1909.86 1129.46 + 22.762 2751.86 1616.01 1135.85 + 22.812 2331.28 1394.22 937.06 + 22.862 2048.97 1230.80 818.17 + 22.912 1742.11 1113.18 628.93 + 22.962 1451.93 1030.66 421.27 + 23.012 1216.34 973.84 242.50 + 23.062 1052.24 935.39 116.85 + 23.112 966.86 909.40 57.46 + 23.162 968.34 891.85 76.49 + 23.212 949.41 880.96 68.45 + 23.262 920.38 872.58 47.80 + 23.312 884.56 866.49 18.07 + 23.362 889.47 861.87 27.60 + 23.412 894.47 858.20 36.27 + 23.462 863.76 855.15 8.61 + 23.512 848.44 852.53 -4.09 + 23.562 856.24 850.25 5.99 + 23.612 856.95 848.21 8.74 + 23.662 799.55 846.38 -46.83 + 23.712 808.75 844.71 -35.96 + 23.762 868.66 843.20 25.46 + 23.812 866.02 841.81 24.21 + 23.861 931.41 840.55 90.86 + 23.911 888.13 839.39 48.74 + 23.962 886.21 838.32 47.89 + 24.012 915.72 837.33 78.39 + 24.062 953.10 836.42 116.68 + 24.112 901.68 835.58 66.10 + 24.162 832.29 834.80 -2.51 + 24.212 880.63 834.09 46.54 + 24.262 909.05 833.42 75.63 + 24.312 890.85 832.81 58.04 + 24.362 823.90 832.23 -8.33 + 24.412 872.84 831.70 41.14 + 24.462 868.69 831.21 37.48 + 24.512 844.11 830.75 13.36 + 24.562 869.95 830.32 39.63 + 24.611 842.28 829.92 12.36 + 24.661 870.84 829.55 41.29 + 24.711 807.88 829.21 -21.33 + 24.761 787.48 828.89 -41.41 + 24.811 799.05 828.59 -29.54 + 24.861 788.06 828.31 -40.25 + 24.911 789.39 828.05 -38.66 + 24.961 833.76 827.81 5.95 + 25.011 800.07 827.58 -27.51 + 25.061 823.40 827.37 -3.97 + 25.115 801.39 827.16 -25.77 + 25.166 785.92 826.97 -41.05 + 25.216 793.42 826.81 -33.39 + 25.266 819.35 826.65 -7.30 + 25.316 796.68 826.50 -29.82 + 25.366 780.48 826.37 -45.89 + 25.416 821.14 826.25 -5.11 + 25.466 781.52 826.13 -44.61 + 25.516 812.20 826.02 -13.82 + 25.566 822.25 825.93 -3.68 + 25.616 848.33 825.84 22.49 + 25.666 844.17 825.76 18.41 + 25.716 802.73 825.68 -22.95 + 25.766 744.98 825.62 -80.64 + 25.816 776.41 825.56 -49.15 + 25.866 811.29 825.50 -14.21 + 25.915 815.06 825.45 -10.39 + 25.965 747.86 825.41 -77.55 + 26.015 768.84 825.38 -56.54 + 26.065 737.53 825.34 -87.81 + 26.115 815.88 825.32 -9.44 + 26.165 744.25 825.30 -81.05 + 26.215 723.78 825.28 -101.50 + 26.265 794.45 825.27 -30.82 + 26.315 829.77 825.26 4.51 + 26.378 804.26 825.26 -21.00 + 26.428 766.01 825.27 -59.26 + 26.478 815.55 825.27 -9.72 + 26.528 822.52 825.29 -2.77 + 26.578 823.32 825.30 -1.98 + 26.628 826.59 825.32 1.27 + 26.678 815.38 825.34 -9.96 + 26.728 810.41 825.37 -14.96 + 26.778 763.55 825.40 -61.85 + 26.828 820.02 825.44 -5.42 + 26.878 884.62 825.48 59.14 + 26.928 830.77 825.52 5.25 + 26.978 785.68 825.57 -39.89 + 27.028 793.66 825.62 -31.96 + 27.078 870.84 825.67 45.17 + 27.128 754.98 825.73 -70.75 + 27.178 813.84 825.79 -11.95 + 27.228 789.20 825.86 -36.66 + 27.278 802.59 825.93 -23.34 + 27.328 781.87 826.00 -44.13 + 27.377 832.83 826.08 6.75 + 27.427 800.85 826.16 -25.31 + 27.477 806.72 826.25 -19.53 + 27.527 810.28 826.34 -16.06 + 27.577 762.63 826.44 -63.81 + 27.633 854.06 826.55 27.51 + 27.683 882.05 826.66 55.39 + 27.734 821.65 826.77 -5.12 + 27.784 841.46 826.89 14.57 + 27.834 850.63 827.01 23.62 + 27.884 850.49 827.14 23.35 + 27.934 813.44 827.28 -13.84 + 27.984 778.79 827.42 -48.63 + 28.034 815.21 827.56 -12.35 + 28.084 824.68 827.72 -3.04 + 28.134 855.37 827.88 27.49 + 28.184 861.03 828.05 32.98 + 28.234 806.55 828.23 -21.68 + 28.284 831.35 828.41 2.94 + 28.334 873.83 828.61 45.22 + 28.383 885.53 828.81 56.72 + 28.433 842.76 829.02 13.74 + 28.483 865.40 829.25 36.15 + 28.533 826.46 829.48 -3.02 + 28.583 880.00 829.73 50.27 + 28.633 876.56 829.99 46.57 + 28.683 838.86 830.26 8.60 + 28.733 834.81 830.55 4.26 + 28.783 851.69 830.85 20.84 + 28.833 850.41 831.17 19.24 + 28.866 893.22 831.39 61.83 + 28.916 852.43 831.74 20.69 + 28.966 862.51 832.11 30.40 + 29.016 800.10 832.50 -32.40 + 29.066 920.70 832.92 87.78 + 29.116 865.00 833.35 31.65 + 29.166 894.11 833.82 60.29 + 29.216 878.50 834.31 44.19 + 29.266 869.20 834.83 34.37 + 29.316 860.04 835.39 24.65 + 29.366 828.47 835.98 -7.51 + 29.416 851.02 836.62 14.40 + 29.466 869.29 837.29 32.00 + 29.516 787.01 838.02 -51.01 + 29.566 776.69 838.80 -62.11 + 29.616 859.75 839.63 20.12 + 29.666 803.70 840.52 -36.82 + 29.716 820.00 841.48 -21.48 + 29.766 858.68 842.52 16.16 + 29.816 854.16 843.65 10.51 + 29.866 829.50 844.86 -15.36 + 29.915 817.03 846.18 -29.15 + 29.965 790.15 847.62 -57.47 + 30.016 843.92 849.18 -5.26 + 30.065 828.83 850.89 -22.06 + 30.099 831.58 852.12 -20.54 + 30.149 836.90 854.14 -17.24 + 30.199 866.32 856.38 9.94 + 30.249 818.03 858.91 -40.88 + 30.299 935.37 861.82 73.55 + 30.349 943.59 865.25 78.34 + 30.399 920.54 869.48 51.06 + 30.449 920.45 874.93 45.52 + 30.499 961.49 882.30 79.19 + 30.549 976.38 892.69 83.69 + 30.599 1099.49 907.93 191.56 + 30.649 1240.47 930.72 309.75 + 30.699 1248.83 964.78 284.05 + 30.749 1384.53 1015.79 368.74 + 30.799 1469.53 1090.87 378.66 + 30.849 1591.46 1198.21 393.25 + 30.899 1582.98 1351.11 231.87 + 30.948 1817.56 1562.48 255.08 + 30.999 2031.05 1843.43 187.62 + 31.048 2144.29 2206.30 -62.01 + 31.098 2381.76 2660.40 -278.64 + 31.148 2656.19 3207.34 -551.15 + 31.198 2855.64 3848.89 -993.25 + 31.248 3193.66 4567.95 -1374.29 + 31.298 3468.05 5337.94 -1869.89 + 31.351 3965.13 6178.00 -2212.87 + 31.402 4512.56 6940.93 -2428.37 + 31.452 5196.13 7624.69 -2428.56 + 31.502 5805.09 8178.69 -2373.60 + 31.552 6753.99 8554.77 -1800.78 + 31.602 7397.81 8720.51 -1322.70 + 31.652 7938.59 8659.35 -720.76 + 31.702 8235.84 8377.04 -141.20 + 31.752 8199.73 7900.23 299.51 + 31.802 8072.87 7273.37 799.50 + 31.852 7971.10 6542.04 1429.06 + 31.902 7586.59 5758.34 1828.25 + 31.952 7167.87 4973.95 2193.92 + 32.002 6622.43 4223.36 2399.07 + 32.052 6111.23 3539.76 2571.47 + 32.101 5203.64 2941.43 2262.21 + 32.151 4630.45 2437.06 2193.39 + 32.201 3909.73 2026.36 1883.37 + 32.251 3211.38 1702.91 1508.47 + 32.301 2914.61 1456.86 1457.75 + 32.351 2532.69 1275.08 1257.61 + 32.401 2106.10 1144.80 961.30 + 32.451 1721.90 1052.94 668.96 + 32.501 1428.02 990.04 437.98 + 32.551 1153.99 947.82 206.17 + 32.596 1076.42 921.82 154.60 + 32.646 961.07 902.22 58.85 + 32.696 994.01 889.03 104.98 + 32.747 916.21 879.93 36.28 + 32.797 894.36 873.41 20.95 + 32.847 881.26 868.51 12.75 + 32.897 894.30 864.63 29.67 + 32.947 898.73 861.43 37.30 + 32.997 883.85 858.69 25.16 + 33.047 852.51 856.30 -3.79 + 33.097 865.73 854.16 11.57 + 33.147 876.08 852.24 23.84 + 33.196 877.08 850.50 26.58 + 33.246 794.10 848.91 -54.81 + 33.296 780.10 847.46 -67.36 + 33.346 840.15 846.13 -5.98 + 33.396 905.27 844.90 60.37 + 33.446 862.05 843.77 18.28 + 33.496 820.71 842.73 -22.02 + 33.546 854.19 841.77 12.42 + 33.596 826.64 840.88 -14.24 + 33.646 857.99 840.06 17.93 + 33.696 850.63 839.29 11.34 + 33.746 855.37 838.58 16.79 + 33.796 911.62 837.92 73.70 + 33.837 747.38 837.41 -90.03 + 33.888 822.55 836.83 -14.28 + 33.938 852.22 836.28 15.94 + 33.988 840.02 835.78 4.24 + 34.038 826.28 835.31 -9.03 + 34.088 881.55 834.87 46.68 + 34.138 865.87 834.46 31.41 + 34.188 882.16 834.07 48.09 + 34.238 837.56 833.71 3.85 + 34.288 920.12 833.38 86.74 + 34.338 872.50 833.07 39.43 + 34.388 869.41 832.78 36.63 + 34.438 865.79 832.50 33.29 + 34.488 898.99 832.25 66.74 + 34.538 876.77 832.02 44.75 + 34.587 905.50 831.80 73.70 + 34.637 868.80 831.59 37.21 + 34.687 863.85 831.41 32.44 + 34.737 879.81 831.23 48.58 + 34.787 843.08 831.08 12.00 + 34.837 883.56 830.93 52.63 + 34.887 805.19 830.80 -25.61 + 34.937 864.76 830.68 34.08 + 34.987 874.90 830.57 44.33 + 35.037 897.34 830.48 66.86 + 35.106 824.08 830.37 -6.29 + 35.156 901.39 830.30 71.09 + 35.206 834.95 830.24 4.71 + 35.256 862.03 830.20 31.83 + 35.306 839.90 830.17 9.73 + 35.356 871.74 830.14 41.60 + 35.406 832.28 830.13 2.15 + 35.456 835.16 830.13 5.03 + 35.506 868.73 830.15 38.58 + 35.556 878.90 830.17 48.73 + 35.606 865.17 830.21 34.96 + 35.656 824.19 830.25 -6.06 + 35.706 846.02 830.31 15.71 + 35.756 796.98 830.39 -33.41 + 35.806 837.07 830.47 6.60 + 35.856 847.75 830.57 17.18 + 35.906 821.63 830.68 -9.05 + 35.956 882.78 830.81 51.97 + 36.006 873.81 830.95 42.86 + 36.056 767.55 831.11 -63.56 + 36.106 811.97 831.28 -19.31 + 36.156 787.11 831.47 -44.36 + 36.206 800.50 831.68 -31.18 + 36.256 840.36 831.90 8.46 + 36.306 839.98 832.15 7.83 + 36.380 791.13 832.56 -41.43 + 36.430 813.81 832.86 -19.05 + 36.480 804.32 833.19 -28.87 + 36.530 788.24 833.55 -45.31 + 36.580 769.64 833.93 -64.29 + 36.630 792.00 834.34 -42.34 + 36.680 788.50 834.79 -46.29 + 36.730 814.64 835.27 -20.63 + 36.780 793.39 835.79 -42.40 + 36.830 791.91 836.35 -44.44 + 36.880 786.19 836.96 -50.77 + 36.930 785.47 837.62 -52.15 + 36.980 788.48 838.32 -49.84 + 37.030 815.03 839.09 -24.06 + 37.080 809.03 839.92 -30.89 + 37.130 788.46 840.82 -52.36 + 37.180 781.51 841.79 -60.28 + 37.230 743.38 842.85 -99.47 + 37.280 759.65 844.00 -84.35 + 37.330 787.78 845.25 -57.47 + 37.380 766.58 846.62 -80.04 + 37.429 761.38 848.10 -86.72 + 37.479 806.38 849.74 -43.36 + 37.529 792.38 851.54 -59.16 + 37.579 784.63 853.51 -68.88 + 37.620 836.80 856.31 -19.51 + 37.670 812.46 858.71 -46.25 + 37.720 827.10 861.39 -34.29 + 37.770 812.79 864.43 -51.64 + 37.820 801.33 867.94 -66.61 + 37.870 856.54 872.11 -15.57 + 37.920 855.53 877.29 -21.76 + 37.970 893.57 884.02 9.55 + 38.020 849.37 893.24 -43.87 + 38.070 896.07 906.40 -10.33 + 38.120 959.79 925.97 33.82 + 38.170 922.03 955.58 -33.55 + 38.220 1028.27 1000.29 27.98 + 38.270 1048.48 1067.78 -19.30 + 38.320 1110.23 1167.64 -57.41 + 38.370 1302.04 1312.20 -10.16 + 38.420 1382.69 1516.09 -133.40 + 38.470 1524.59 1795.56 -270.97 + 38.520 1656.36 2167.19 -510.83 + 38.570 1802.55 2643.26 -840.71 + 38.620 2165.26 3232.29 -1067.03 + 38.670 2524.36 3931.39 -1407.03 + 38.720 2820.94 4736.30 -1915.36 + 38.770 3181.41 5617.67 -2436.26 + 38.820 3658.34 6534.01 -2875.67 + 38.871 4321.95 7457.21 -3135.26 + 38.921 5222.28 8287.96 -3065.68 + 38.971 5963.87 8978.83 -3014.96 + 39.021 7300.81 9469.94 -2169.13 + 39.071 8251.76 9712.63 -1460.87 + 39.121 9018.56 9683.70 -665.14 + 39.171 9364.04 9385.22 -21.18 + 39.221 9519.86 8848.07 671.79 + 39.271 9400.29 8123.00 1277.29 + 39.321 9325.90 7275.40 2050.50 + 39.371 8781.71 6363.21 2418.50 + 39.421 8341.71 5447.02 2894.69 + 39.471 7732.26 4580.42 3151.83 + 39.521 6934.04 3793.63 3140.41 + 39.571 5966.28 3112.34 2853.94 + 39.621 5193.82 2544.85 2648.97 + 39.671 4326.42 2089.46 2236.96 + 39.721 3574.29 1736.39 1837.90 + 39.771 3004.24 1471.62 1532.62 + 39.821 2518.22 1279.71 1238.51 + 39.871 2194.51 1144.45 1050.06 + 39.920 1717.01 1051.73 665.28 + 39.971 1434.17 988.90 445.27 + 40.021 1217.46 947.26 270.20 + 40.070 1069.68 918.85 150.83 + 40.122 949.62 900.05 49.57 + 40.172 986.30 887.81 98.49 + 40.223 924.17 879.19 44.98 + 40.273 849.43 872.79 -23.36 + 40.323 888.04 867.81 20.23 + 40.373 863.03 863.73 -0.70 + 40.423 805.28 860.26 -54.98 + 40.473 847.26 857.24 -9.98 + 40.523 863.48 854.55 8.93 + 40.573 837.40 852.14 -14.74 + 40.623 835.30 849.96 -14.66 + 40.673 802.48 847.97 -45.49 + 40.723 885.68 846.16 39.52 + 40.773 838.05 844.49 -6.44 + 40.823 842.80 842.97 -0.17 + 40.872 841.48 841.57 -0.09 + 40.922 830.46 840.28 -9.82 + 40.972 876.30 839.08 37.22 + 41.022 834.95 837.98 -3.03 + 41.072 822.86 836.96 -14.10 + 41.122 831.99 836.01 -4.02 + 41.172 852.59 835.14 17.45 + 41.222 845.37 834.32 11.05 + 41.272 829.98 833.56 -3.58 + 41.322 823.94 832.85 -8.91 + 41.364 784.96 832.29 -47.33 + 41.414 805.88 831.67 -25.79 + 41.464 741.75 831.09 -89.34 + 41.515 801.24 830.56 -29.32 + 41.565 793.87 830.06 -36.19 + 41.615 758.94 829.59 -70.65 + 41.665 817.35 829.15 -11.80 + 41.715 813.99 828.75 -14.76 + 41.765 776.12 828.38 -52.26 + 41.815 754.79 828.03 -73.24 + 41.865 767.77 827.71 -59.94 + 41.915 812.24 827.41 -15.17 + 41.964 796.99 827.14 -30.15 + 42.014 807.86 826.89 -19.03 + 42.064 800.20 826.66 -26.46 + 42.114 768.37 826.46 -58.09 + 42.164 807.19 826.27 -19.08 + 42.214 818.78 826.11 -7.33 + 42.264 840.37 825.96 14.41 + 42.314 840.37 825.84 14.53 + 42.364 837.18 825.73 11.45 + 42.414 814.53 825.65 -11.12 + 42.464 867.15 825.58 41.57 + 42.514 828.37 825.54 2.83 + 42.564 820.37 825.51 -5.14 + 42.614 857.66 825.50 32.16 + 42.664 839.06 825.52 13.54 + 42.714 845.49 825.55 19.94 + 42.764 821.91 825.61 -3.70 + 42.814 833.05 825.69 7.36 + 42.864 893.38 825.79 67.59 + 42.914 834.06 825.92 8.14 + 42.964 828.96 826.07 2.89 + 43.014 795.30 826.25 -30.95 + 43.064 772.15 826.45 -54.30 + 43.114 772.04 826.69 -54.65 + 43.164 760.94 826.95 -66.01 + 43.214 766.19 827.25 -61.06 + 43.264 792.85 827.59 -34.74 + 43.314 760.18 827.96 -67.78 + 43.364 741.39 828.38 -86.99 + 43.414 830.06 828.84 1.22 + 43.464 741.61 829.35 -87.74 + 43.514 750.00 829.91 -79.91 + 43.564 773.80 830.52 -56.72 + 43.614 827.71 831.20 -3.49 + 43.664 820.78 832.55 -11.77 + 43.714 809.97 833.38 -23.41 + 43.764 780.23 834.30 -54.07 + 43.814 795.34 835.30 -39.96 + 43.865 780.87 836.44 -55.57 + 43.915 827.44 837.67 -10.23 + 43.965 803.47 839.02 -35.55 + 44.015 822.15 840.52 -18.37 + 44.065 865.78 842.18 23.60 + 44.115 840.77 844.03 -3.26 + 44.165 771.46 846.10 -74.64 + 44.215 871.83 848.44 23.39 + 44.265 828.07 851.12 -23.05 + 44.315 880.75 854.25 26.50 + 44.365 878.04 858.05 19.99 + 44.415 880.84 862.87 17.97 + 44.465 810.56 869.27 -58.71 + 44.515 808.49 878.28 -69.79 + 44.565 880.58 891.49 -10.91 + 44.615 841.65 911.43 -69.78 + 44.665 907.00 941.94 -34.94 + 44.715 950.12 988.54 -38.42 + 44.765 919.75 1058.99 -139.24 + 44.815 986.84 1162.98 -176.14 + 44.865 1113.67 1312.63 -198.96 + 44.915 1132.01 1520.94 -388.93 + 44.965 1237.26 1804.31 -567.05 + 45.015 1339.99 2174.33 -834.34 + 45.065 1587.68 2638.20 -1050.52 + 45.109 1811.46 3134.67 -1323.21 + 45.159 1979.79 3778.16 -1798.37 + 45.209 2355.45 4493.70 -2138.25 + 45.260 2781.64 5251.29 -2469.65 + 45.309 3279.83 6005.49 -2725.66 + 45.359 3884.98 6706.92 -2821.94 + 45.410 4479.67 7300.47 -2820.80 + 45.460 5330.87 7730.08 -2399.21 + 45.510 6337.10 7952.05 -1614.95 + 45.559 6988.94 7942.38 -953.44 + 45.609 7320.04 7702.27 -382.23 + 45.660 7422.39 7256.90 165.49 + 45.709 7447.94 6654.49 793.45 + 45.759 7148.43 5946.00 1202.43 + 45.809 6889.78 5189.68 1700.10 + 45.859 6529.15 4436.32 2092.83 + 45.909 5983.71 3727.19 2256.52 + 45.959 5578.86 3091.50 2487.36 + 46.009 4638.55 2546.15 2092.40 + 46.059 3945.67 2098.94 1846.73 + 46.109 3173.10 1745.92 1427.18 + 46.159 2703.07 1477.96 1225.11 + 46.209 2308.14 1279.66 1028.48 + 46.259 1960.57 1138.66 821.91 + 46.309 1737.74 1041.49 696.25 + 46.360 1385.99 974.97 411.02 + 46.410 1236.76 931.74 305.02 + 46.460 966.71 903.45 63.26 + 46.510 914.85 884.88 29.97 + 46.560 874.10 872.52 1.58 + 46.610 813.05 863.98 -50.93 + 46.660 865.24 857.77 7.47 + 46.710 890.69 853.02 37.67 + 46.760 856.12 849.20 6.92 + 46.810 844.88 846.00 -1.12 + 46.860 789.08 843.22 -54.14 + 46.910 794.14 840.75 -46.61 + 46.960 801.61 838.56 -36.95 + 47.010 773.50 836.57 -63.07 + 47.060 808.56 834.76 -26.20 + 47.110 775.45 833.11 -57.66 + 47.160 732.94 831.61 -98.67 + 47.210 790.62 830.22 -39.60 + 47.260 756.81 827.73 -70.92 + 47.310 779.67 826.57 -46.90 + 47.360 775.06 825.50 -50.44 + 47.409 759.57 824.52 -64.95 + 47.459 761.03 823.60 -62.57 + 47.510 771.35 822.75 -51.40 + 47.559 749.75 821.97 -72.22 + 47.627 748.91 820.99 -72.08 + 47.677 761.81 820.33 -58.52 + 47.727 721.85 819.71 -97.86 + 47.778 770.74 819.13 -48.39 + 47.827 747.65 818.60 -70.95 + 47.877 770.34 818.10 -47.76 + 47.927 747.01 817.64 -70.63 + 47.978 692.62 817.20 -124.58 + 48.028 753.30 816.80 -63.50 + 48.077 700.61 816.42 -115.81 + 48.127 772.84 816.08 -43.24 + 48.178 793.77 815.75 -21.98 + 48.227 732.49 815.45 -82.96 + 48.277 742.86 815.18 -72.32 + 48.327 815.36 814.92 0.44 + 48.377 746.33 814.69 -68.36 + 48.427 775.31 814.48 -39.17 + 48.477 786.72 814.29 -27.57 + 48.527 755.54 814.12 -58.58 + 48.577 767.04 813.97 -46.93 + 48.627 781.99 813.84 -31.85 + 48.677 747.65 813.73 -66.08 + 48.727 699.86 813.64 -113.78 + 48.777 775.59 813.56 -37.97 + 48.827 763.70 813.51 -49.81 + 48.871 795.73 813.49 -17.76 + 48.921 785.32 813.47 -28.15 + 48.971 752.33 813.48 -61.15 + 49.021 768.46 813.52 -45.06 + 49.071 775.57 813.57 -38.00 + 49.121 766.03 813.66 -47.63 + 49.171 723.46 813.76 -90.30 + 49.221 787.23 813.90 -26.67 + 49.271 758.56 814.76 -56.20 + 49.321 788.80 814.97 -26.17 + 49.371 823.34 815.21 8.13 + 49.421 859.12 815.49 43.63 + 49.471 774.26 815.81 -41.55 + 49.521 791.38 816.17 -24.79 + 49.571 817.91 816.59 1.32 + 49.621 856.06 817.05 39.01 + 49.671 806.48 817.57 -11.09 + 49.720 808.28 818.16 -9.88 + 49.771 792.14 818.82 -26.68 + 49.820 800.49 819.56 -19.07 + 49.870 832.55 820.40 12.15 + 49.920 814.22 821.33 -7.11 + 49.970 767.77 822.38 -54.61 + 50.020 792.59 823.58 -30.99 + 50.070 819.67 824.95 -5.28 + 50.101 812.84 825.89 -13.05 + 50.151 793.47 827.66 -34.19 + 50.201 763.66 829.81 -66.15 + 50.251 763.39 832.55 -69.16 + 50.301 809.00 836.23 -27.23 + 50.351 799.64 841.43 -41.79 + 50.401 824.57 849.17 -24.60 + 50.451 832.36 860.97 -28.61 + 50.501 792.17 879.23 -87.06 + 50.551 830.32 907.27 -76.95 + 50.601 885.21 950.01 -64.80 + 50.651 853.53 1013.63 -160.10 + 50.701 903.71 1105.17 -201.46 + 50.751 886.82 1233.53 -346.71 + 50.801 992.45 1406.62 -414.17 + 50.851 1108.20 1631.47 -523.27 + 50.901 1173.66 1912.19 -738.53 + 50.951 1332.56 2248.26 -915.70 + 51.001 1431.78 2632.89 -1201.11 + 51.051 1682.19 3050.42 -1368.23 + 51.101 1961.84 3478.74 -1516.90 + 51.150 2234.81 3888.18 -1653.37 + 51.200 2696.52 4249.78 -1553.26 + 51.250 3249.35 4527.26 -1277.91 + 51.300 3732.23 4691.12 -958.89 + 51.366 4412.86 4705.08 -292.22 + 51.417 4662.94 4559.78 103.16 + 51.467 4565.86 4297.60 268.26 + 51.517 4769.53 3946.30 823.22 + 51.567 4540.72 3540.60 1000.12 + 51.617 4487.99 3112.48 1375.51 + 51.667 4192.79 2690.85 1501.94 + 51.717 3766.40 2300.04 1466.36 + 51.767 3434.04 1955.66 1478.38 + 51.817 3031.91 1667.05 1364.86 + 51.867 2652.44 1433.68 1218.76 + 51.917 2224.45 1252.96 971.49 + 51.967 1877.49 1118.90 758.59 + 52.017 1634.73 1022.25 612.48 + 52.067 1399.83 955.09 444.74 + 52.116 1284.02 909.67 374.35 + 52.166 1150.78 879.64 271.14 + 52.216 943.35 860.05 83.30 + 52.266 942.02 847.30 94.72 + 52.316 875.47 838.92 36.55 + 52.366 881.41 833.25 48.16 + 52.416 817.30 829.23 -11.93 + 52.466 841.41 826.19 15.22 + 52.516 769.93 823.78 -53.85 + 52.566 774.60 821.80 -47.20 + 52.637 787.23 819.44 -32.21 + 52.687 838.93 818.00 20.93 + 52.737 797.96 816.72 -18.76 + 52.787 753.78 815.57 -61.79 + 52.837 818.87 814.52 4.35 + 52.887 783.48 813.57 -30.09 + 52.937 803.32 812.71 -9.39 + 52.987 747.48 811.91 -64.43 + 53.037 770.27 811.19 -40.92 + 53.087 744.51 810.53 -66.02 + 53.137 781.41 809.92 -28.51 + 53.187 786.01 809.36 -23.35 + 53.237 816.06 808.85 7.21 + 53.287 778.59 808.37 -29.78 + 53.337 787.07 807.94 -20.87 + 53.387 760.06 807.54 -47.48 + 53.437 810.48 807.18 3.30 + 53.487 805.09 805.81 -0.72 + 53.537 771.59 805.52 -33.93 + 53.587 803.35 805.25 -1.90 + 53.637 757.63 805.01 -47.38 + 53.687 775.96 804.79 -28.83 + 53.737 747.76 804.60 -56.84 + 53.787 778.96 804.43 -25.47 + 53.837 745.62 804.28 -58.66 + 53.870 738.16 804.19 -66.03 + 53.920 792.69 804.07 -11.38 + 53.970 723.05 803.98 -80.93 + 54.020 776.19 803.91 -27.72 + 54.070 816.69 803.85 12.84 + 54.120 769.75 803.82 -34.07 + 54.170 720.62 803.81 -83.19 + 54.220 741.07 803.82 -62.75 + 54.270 780.60 803.85 -23.25 + 54.320 768.63 803.91 -35.28 + 54.370 763.70 803.98 -40.28 + 54.420 800.42 804.08 -3.66 + 54.470 749.00 804.21 -55.21 + 54.520 736.92 804.37 -67.45 + 54.570 795.87 804.55 -8.68 + 54.620 791.79 804.76 -12.97 + 54.670 736.85 805.01 -68.16 + 54.720 760.71 805.29 -44.58 + 54.770 807.81 805.61 2.20 + 54.820 788.52 805.97 -17.45 + 54.870 797.29 806.38 -9.09 + 54.920 726.98 806.83 -79.85 + 54.970 816.80 807.34 9.46 + 55.020 795.35 807.91 -12.56 + 55.070 784.99 808.54 -23.55 + 55.102 739.58 809.00 -69.42 + 55.152 806.62 809.76 -3.14 + 55.202 819.24 810.61 8.63 + 55.252 804.75 811.57 -6.82 + 55.302 802.08 812.63 -10.55 + 55.352 802.58 813.83 -11.25 + 55.402 827.59 815.18 12.41 + 55.452 875.83 816.71 59.12 + 55.503 832.90 818.48 14.42 + 55.552 843.84 820.55 23.29 + 55.602 914.83 823.06 91.77 + 55.652 885.46 826.24 59.22 + 55.702 911.14 830.48 80.66 + 55.752 887.44 836.51 50.93 + 55.802 928.19 845.45 82.74 + 55.852 892.87 859.17 33.70 + 55.902 913.07 880.53 32.54 + 55.952 920.38 913.71 6.67 + 56.002 912.45 964.57 -52.12 + 56.052 956.88 1040.45 -83.57 + 56.102 978.58 1150.40 -171.82 + 56.152 1001.44 1303.71 -302.27 + 56.202 1042.51 1511.74 -469.23 + 56.252 1154.21 1781.24 -627.03 + 56.302 1201.70 2114.52 -912.82 + 56.358 1344.41 2565.58 -1221.17 + 56.408 1445.84 3017.73 -1571.89 + 56.459 1758.95 3496.03 -1737.08 + 56.509 2118.13 3970.22 -1852.09 + 56.559 2532.54 4401.59 -1869.05 + 56.609 3056.48 4751.54 -1695.06 + 56.659 3708.96 4983.14 -1274.18 + 56.709 4176.55 5067.94 -891.39 + 56.759 4824.02 4995.26 -171.24 + 56.809 5019.69 4775.41 244.28 + 56.859 5128.87 4433.42 695.45 + 56.909 4974.40 4005.86 968.54 + 56.959 4834.54 3535.45 1299.09 + 57.009 4702.00 3056.61 1645.39 + 57.059 4410.76 2602.26 1808.50 + 57.108 4138.62 2194.70 1943.92 + 57.158 3625.59 1847.07 1778.52 + 57.208 3150.03 1563.84 1586.19 + 57.258 2559.87 1342.72 1217.15 + 57.308 2164.51 1177.58 986.93 + 57.358 1947.96 1058.71 889.24 + 57.408 1599.89 976.28 623.61 + 57.458 1355.84 920.32 435.52 + 57.508 1243.81 883.55 360.26 + 57.558 1109.59 859.82 249.77 + 57.620 960.41 841.79 118.62 + 57.670 848.29 832.68 15.61 + 57.720 804.74 826.49 -21.75 + 57.770 829.36 822.05 7.31 + 57.820 778.30 818.69 -40.39 + 57.870 800.47 815.99 -15.52 + 57.920 811.95 813.72 -1.77 + 57.970 766.12 811.75 -45.63 + 58.020 790.27 810.01 -19.74 + 58.070 780.77 808.46 -27.69 + 58.120 803.80 807.06 -3.26 + 58.170 776.21 805.78 -29.57 + 58.220 789.67 804.62 -14.95 + 58.270 796.25 803.55 -7.30 + 58.320 825.38 802.57 22.81 + 58.370 826.00 801.67 24.33 + 58.420 796.58 800.84 -4.26 + 58.470 834.90 800.06 34.84 + 58.520 792.80 799.34 -6.54 + 58.570 853.05 798.68 54.37 + 58.620 825.43 798.05 27.38 + 58.669 817.44 797.47 19.97 + 58.719 796.94 796.92 0.02 + 58.769 826.60 796.41 30.19 + 58.819 819.99 795.92 24.07 + 58.868 783.30 795.48 -12.18 + 58.918 778.00 795.04 -17.04 + 58.968 800.03 794.63 5.40 + 59.019 843.62 794.25 49.37 + 59.068 807.42 793.28 14.14 + 59.118 826.64 792.94 33.70 + 59.168 780.54 792.62 -12.08 + 59.219 816.58 792.30 24.28 + 59.269 816.53 792.01 24.52 + 59.318 785.69 791.73 -6.04 + 59.368 745.53 791.45 -45.92 + 59.419 839.16 791.19 47.97 + 59.468 799.25 790.94 8.31 + 59.518 766.50 790.70 -24.20 + 59.568 810.54 790.47 20.07 + 59.618 825.29 790.25 35.04 + 59.668 788.88 790.04 -1.16 + 59.718 764.95 789.83 -24.88 + 59.768 796.12 789.63 6.49 + 59.818 759.69 789.44 -29.75 + 59.868 797.75 789.25 8.50 + 59.918 788.29 789.07 -0.78 + 59.968 771.60 788.89 -17.29 + 60.018 786.11 788.72 -2.61 + 60.068 808.26 788.56 19.70 + 60.108 764.39 788.43 -24.04 + 60.158 793.86 788.27 5.59 + 60.208 763.63 788.11 -24.48 + 60.258 786.43 787.96 -1.53 + 60.308 793.48 787.82 5.66 + 60.358 825.06 787.67 37.39 + 60.408 754.90 787.54 -32.64 + 60.458 762.07 787.40 -25.33 + 60.508 835.44 787.27 48.17 + 60.558 757.59 787.14 -29.55 + 60.608 784.95 787.01 -2.06 + 60.658 763.73 786.88 -23.15 + 60.708 774.94 786.76 -11.82 + 60.758 725.34 786.64 -61.30 + 60.808 801.51 786.52 14.99 + 60.858 806.37 786.41 19.96 + 60.908 787.34 786.30 1.04 + 60.958 792.63 786.19 6.44 + 61.008 789.53 786.08 3.45 + 61.058 810.65 785.97 24.68 + 61.108 746.45 785.86 -39.41 + 61.158 818.62 785.76 32.86 + 61.208 771.24 785.66 -14.42 + 61.258 709.34 785.56 -76.22 + 61.308 797.43 785.46 11.97 + 61.348 806.75 785.38 21.37 + 61.398 817.22 785.28 31.94 + 61.448 783.84 785.19 -1.35 + 61.498 784.70 785.09 -0.39 + 61.548 794.21 785.00 9.21 + 61.598 842.77 784.91 57.86 + 61.648 815.92 784.82 31.10 + 61.698 764.97 784.73 -19.76 + 61.748 822.97 784.64 38.33 + 61.798 825.30 784.55 40.75 + 61.848 792.09 784.46 7.63 + 61.898 790.55 784.38 6.17 + 61.948 792.20 784.30 7.90 + 61.998 828.43 784.21 44.22 + 62.048 858.71 784.13 74.58 + 62.098 784.25 784.05 0.20 + 62.148 792.06 783.97 8.09 + 62.198 817.62 783.89 33.73 + 62.248 837.03 783.81 53.22 + 62.298 793.74 783.73 10.01 + 62.348 805.34 783.65 21.69 + 62.397 772.78 783.58 -10.80 + 62.447 815.95 783.50 32.45 + 62.497 841.81 783.43 58.38 + 62.547 740.94 783.35 -42.41 + 62.590 746.96 783.29 -36.33 + 62.640 775.62 783.22 -7.60 + 62.690 804.49 783.14 21.35 + 62.740 791.61 783.07 8.54 + 62.790 830.47 783.00 47.47 + 62.840 810.84 782.93 27.91 + 62.890 856.73 782.86 73.87 + 62.940 835.18 782.79 52.39 + 62.990 941.39 782.72 158.67 + 63.040 831.05 782.65 48.40 + 63.090 848.88 782.58 66.30 + 63.140 865.09 782.52 82.57 + 63.190 854.96 782.45 72.51 + 63.240 922.42 782.38 140.04 + 63.290 945.29 782.32 162.97 + 63.340 906.78 782.25 124.53 + 63.390 952.51 782.19 170.32 + 63.439 890.84 782.12 108.72 + 63.490 916.44 782.06 134.38 + 63.540 898.15 782.00 116.15 + 63.589 947.28 781.93 165.35 + 63.639 969.83 781.87 187.96 + 63.689 844.87 781.81 63.06 + 63.739 857.34 781.75 75.59 + 63.789 854.62 781.69 72.93 + 63.829 880.21 781.64 98.57 + 63.879 869.22 781.58 87.64 + 63.929 834.08 781.52 52.56 + 63.980 801.10 781.46 19.64 + 64.030 834.29 781.40 52.89 + 64.079 789.85 781.34 8.51 + 64.130 802.78 781.28 21.50 + 64.180 784.89 781.22 3.67 + 64.230 819.81 780.48 39.33 + 64.279 774.76 780.44 -5.68 + 64.330 749.86 780.39 -30.53 + 64.380 732.13 780.34 -48.21 + 64.429 711.44 787.52 -76.08 + 64.479 743.84 787.58 -43.74 + 64.529 782.65 787.64 -4.99 + 64.579 715.00 787.71 -72.71 + 64.629 766.46 787.77 -21.31 + 64.679 787.50 787.84 -0.34 + 64.729 795.65 787.92 7.73 + 64.779 810.55 787.99 22.56 + 64.829 736.76 788.07 -51.31 + 64.879 765.19 788.15 -22.96 + 64.929 795.12 788.24 6.88 + 64.979 771.85 788.32 -16.47 + 65.029 790.89 788.42 2.47 + 65.075 721.02 788.50 -67.48 + 65.125 746.90 788.60 -41.70 + 65.175 721.34 788.70 -67.36 + 65.225 725.79 788.81 -63.02 + 65.275 733.24 788.92 -55.68 + 65.325 742.61 789.03 -46.42 + 65.375 721.82 789.15 -67.33 + 65.425 694.95 789.28 -94.33 + 65.475 742.72 789.40 -46.68 + 65.525 697.70 789.53 -91.83 + 65.575 741.19 789.67 -48.48 + 65.625 701.89 789.81 -87.92 + 65.675 719.07 789.96 -70.89 + 65.725 750.46 790.11 -39.65 + 65.775 727.33 790.27 -62.94 + 65.825 728.95 790.43 -61.48 + 65.875 743.66 790.60 -46.94 + 65.925 720.34 790.78 -70.44 + 65.975 732.80 790.96 -58.16 + 66.025 682.33 791.15 -108.82 + 66.075 732.62 791.35 -58.73 + 66.124 720.37 791.55 -71.18 + 66.174 758.56 791.76 -33.20 + 66.225 695.81 791.99 -96.18 + 66.274 727.00 792.21 -65.21 + 66.333 708.31 792.49 -84.18 + 66.383 732.00 792.74 -60.74 + 66.433 733.69 793.00 -59.31 + 66.483 707.17 793.27 -86.10 + 66.533 690.28 793.54 -103.26 + 66.583 734.96 793.83 -58.87 + 66.633 727.27 794.12 -66.85 + 66.683 789.15 794.42 -5.27 + 66.733 777.79 794.73 -16.94 + 66.783 725.26 795.05 -69.79 + 66.833 739.15 795.39 -56.24 + 66.883 786.65 795.73 -9.08 + 66.933 753.07 796.09 -43.02 + 66.983 803.11 796.47 6.64 + 67.033 769.09 796.86 -27.77 + 67.083 875.68 797.26 78.42 + 67.133 866.00 797.69 68.31 + 67.183 839.11 798.13 40.98 + 67.233 836.07 798.59 37.48 + 67.283 857.46 799.07 58.39 + 67.332 805.05 799.57 5.48 + 67.382 861.19 800.08 61.11 + 67.432 838.72 800.63 38.09 + 67.482 812.35 801.19 11.16 + 67.532 842.30 801.78 40.52 + 67.596 783.91 802.57 -18.66 + 67.646 798.64 803.22 -4.58 + 67.696 728.10 803.90 -75.80 + 67.746 812.57 804.61 7.96 + 67.796 775.35 805.35 -30.00 + 67.846 743.37 806.13 -62.76 + 67.896 749.81 806.94 -57.13 + 67.946 760.80 807.79 -46.99 + 67.996 762.27 808.68 -46.41 + 68.046 779.14 809.61 -30.47 + 68.096 760.17 810.58 -50.41 + 68.146 738.94 811.61 -72.67 + 68.196 760.96 812.69 -51.73 + 68.246 740.14 813.82 -73.68 + 68.296 751.86 815.01 -63.15 + 68.346 728.76 816.26 -87.50 + 68.396 751.31 817.57 -66.26 + 68.446 734.97 818.96 -83.99 + 68.496 757.54 820.43 -62.89 + 68.546 656.79 821.97 -165.18 + 68.596 745.87 823.61 -77.74 + 68.646 712.16 825.33 -113.17 + 68.696 719.31 827.16 -107.85 + 68.746 696.69 829.10 -132.41 + 68.796 716.26 831.15 -114.89 + 68.864 706.54 834.17 -127.63 + 68.914 657.12 836.55 -179.43 + 68.964 663.65 839.09 -175.44 + 69.014 700.06 841.79 -141.73 + 69.064 689.83 844.67 -154.84 + 69.114 702.32 847.74 -145.42 + 69.164 669.19 851.04 -181.85 + 69.214 736.30 858.87 -122.57 + 69.264 678.20 862.73 -184.53 + 69.314 723.64 866.87 -143.23 + 69.364 699.26 871.33 -172.07 + 69.414 688.41 876.15 -187.74 + 69.464 719.73 881.34 -161.61 + 69.514 684.76 886.98 -202.22 + 69.564 731.70 893.08 -161.38 + 69.614 686.33 899.71 -213.38 + 69.664 707.11 906.93 -199.82 + 69.714 754.37 914.83 -160.46 + 69.764 718.72 923.49 -204.77 + 69.814 679.29 932.99 -253.70 + 69.864 737.43 943.44 -206.01 + 69.914 724.59 954.95 -230.36 + 69.964 768.50 967.80 -199.30 + 70.014 749.69 982.09 -232.40 + 70.064 799.88 998.04 -198.16 + 70.098 829.93 1010.07 -180.14 + 70.148 876.42 1029.78 -153.36 + 70.198 923.18 1052.50 -129.32 + 70.248 929.07 1079.43 -150.36 + 70.298 1054.31 1112.49 -58.18 + 70.348 1002.28 1155.48 -153.20 + 70.398 1083.98 1215.26 -131.28 + 70.448 1126.36 1303.56 -177.20 + 70.498 1204.98 1440.31 -235.33 + 70.548 1324.40 1656.38 -331.98 + 70.598 1360.23 2001.00 -640.77 + 70.648 1383.80 2542.31 -1158.51 + 70.698 1488.79 3365.11 -1876.32 + 70.748 1592.70 4580.54 -2987.84 + 70.798 1702.79 6297.27 -4594.48 + 70.848 1949.79 8617.14 -6667.35 + 70.898 2243.65 11601.36 -9357.71 + 70.948 2740.57 15247.50 -12506.93 + 70.998 3667.86 19460.71 -15792.85 + 71.048 5263.62 24012.41 -18748.79 + 71.098 7505.31 28583.72 -21078.41 + 71.147 11055.61 32747.49 -21691.88 + 71.198 15992.14 36085.72 -20093.58 + 71.248 22022.12 38137.04 -16114.92 + 71.298 28024.80 38604.72 -10579.92 + 71.329 36872.91 38056.84 -1183.93 + 71.379 39952.81 35916.28 4036.53 + 71.429 41577.52 32514.62 9062.90 + 71.479 41902.50 28283.90 13618.60 + 71.529 41165.40 23702.12 17463.28 + 71.579 39283.06 19165.04 20118.02 + 71.629 36679.31 14982.78 21696.53 + 71.679 32950.61 11373.88 21576.73 + 71.729 27842.39 8430.93 19411.46 + 71.779 22507.98 6161.07 16346.91 + 71.829 17174.21 4481.85 12692.36 + 71.879 13095.88 3297.50 9798.38 + 71.929 10457.45 2499.27 7958.18 + 71.979 8173.77 1976.04 6197.73 + 72.029 6213.11 1643.32 4569.79 + 72.079 4586.38 1434.43 3151.95 + 72.129 3307.41 1302.78 2004.63 + 72.179 2402.87 1217.59 1185.28 + 72.229 1908.02 1159.74 748.28 + 72.279 1556.97 1118.07 438.90 + 72.328 1440.95 1086.03 354.92 + 72.378 1325.94 1060.11 265.83 + 72.428 1214.78 1038.12 176.66 + 72.478 1113.21 1019.14 94.07 + 72.528 1069.29 1002.55 66.74 + 72.595 990.58 983.41 7.17 + 72.645 1094.59 970.77 123.82 + 72.695 1055.83 959.49 96.34 + 72.745 1021.65 949.36 72.29 + 72.795 1032.97 940.30 92.67 + 72.845 1007.52 932.14 75.38 + 72.895 971.05 924.79 46.26 + 72.945 993.22 918.16 75.06 + 72.995 933.15 912.19 20.96 + 73.045 1001.77 906.82 94.95 + 73.095 1069.04 901.98 167.06 + 73.145 993.36 897.62 95.74 + 73.195 1015.31 893.72 121.59 + 73.245 1002.35 890.23 112.12 + 73.295 1113.44 887.13 226.31 + 73.345 1071.66 884.38 187.28 + 73.395 1036.56 881.98 154.58 + 73.445 1046.49 879.89 166.60 + 73.495 1101.79 878.10 223.69 + 73.545 1059.58 876.62 182.96 + 73.594 1074.55 875.41 199.14 + 73.644 1049.00 874.49 174.51 + 73.694 1074.97 873.83 201.14 + 73.744 1045.61 873.45 172.16 + 73.794 1031.06 873.34 157.72 + 73.834 955.15 873.46 81.69 + 73.884 1028.88 874.02 154.86 + 73.934 915.07 874.71 40.36 + 73.984 929.83 875.71 54.12 + 74.034 1000.62 877.02 123.60 + 74.084 906.69 878.66 28.03 + 74.134 924.87 880.67 44.20 + 74.184 921.37 883.06 38.31 + 74.235 891.16 885.87 5.29 + 74.284 932.35 889.12 43.23 + 74.334 926.95 892.89 34.06 + 74.384 897.34 897.21 0.13 + 74.434 877.97 902.14 -24.17 + 74.484 915.51 907.79 7.72 + 74.534 961.66 914.21 47.45 + 74.584 978.46 921.53 56.93 + 74.634 970.96 929.90 41.06 + 74.684 1011.54 939.50 72.04 + 74.734 989.63 950.62 39.01 + 74.784 1022.37 963.67 58.70 + 74.834 1043.94 979.38 64.56 + 74.884 1031.79 999.03 32.76 + 74.934 1085.87 1025.28 60.59 + 74.984 1078.10 1062.55 15.55 + 75.034 1153.48 1118.62 34.85 + 75.070 1142.44 1178.93 -36.49 + 75.120 1240.07 1304.40 -64.33 + 75.171 1244.69 1506.29 -261.60 + 75.221 1279.37 1826.55 -547.18 + 75.271 1348.37 2317.90 -969.53 + 75.321 1350.83 3046.08 -1695.25 + 75.371 1383.21 4080.95 -2697.74 + 75.421 1597.70 5479.32 -3881.62 + 75.471 1689.18 7272.46 -5583.28 + 75.521 1906.91 9436.05 -7529.14 + 75.571 2605.39 11906.37 -9300.98 + 75.621 3466.96 14530.77 -11063.81 + 75.671 4942.36 17079.56 -12137.20 + 75.721 7346.30 19305.35 -11959.05 + 75.770 10800.72 20921.62 -10120.90 + 75.820 14593.93 21694.84 -7100.91 + 75.870 18446.94 21500.84 -3053.90 + 75.920 20296.86 20371.22 -74.36 + 75.970 21707.72 18478.82 3228.90 + 76.020 21474.60 16090.42 5384.18 + 76.070 21518.89 13482.46 8036.43 + 76.120 20834.40 10910.04 9924.36 + 76.170 19384.49 8539.78 10844.71 + 76.220 17720.10 6510.52 11209.58 + 76.270 15024.52 4877.87 10146.64 + 76.320 12288.03 3630.54 8657.49 + 76.370 9440.09 2721.12 6718.97 + 76.420 7506.18 2091.75 5414.43 + 76.470 5837.47 1673.58 4163.89 + 76.520 4785.57 1405.79 3379.78 + 76.570 3702.38 1237.61 2464.77 + 76.620 2908.92 1132.70 1776.22 + 76.670 2215.70 1066.55 1149.15 + 76.720 1720.81 1023.18 697.63 + 76.770 1410.31 993.11 417.20 + 76.820 1252.50 970.63 281.87 + 76.870 1084.11 952.81 131.30 + 76.920 1035.90 938.05 97.85 + 76.970 980.35 925.37 54.98 + 77.020 923.18 914.30 8.88 + 77.070 920.07 904.51 15.56 + 77.120 876.71 895.79 -19.08 + 77.170 862.86 887.96 -25.10 + 77.220 904.93 880.91 24.02 + 77.270 899.00 874.55 24.45 + 77.320 886.15 868.79 17.36 + 77.370 892.37 863.58 28.79 + 77.420 937.38 858.79 78.59 + 77.470 947.90 854.42 93.48 + 77.520 964.23 850.43 113.80 + 77.579 910.04 846.10 63.94 + 77.629 974.80 842.77 132.03 + 77.679 936.76 839.70 97.06 + 77.729 1014.86 836.85 178.01 + 77.779 1029.06 834.23 194.83 + 77.829 1096.71 831.80 264.91 + 77.879 1081.69 829.54 252.15 + 77.929 1115.68 827.43 288.25 + 77.979 1150.68 825.48 325.20 + 78.029 1198.55 823.66 374.89 + 78.079 1194.62 821.96 372.66 + 78.129 1215.69 820.37 395.32 + 78.179 1197.47 811.73 385.74 + 78.229 1204.48 810.45 394.03 + 78.279 1190.76 809.25 381.51 + 78.329 1103.53 808.14 295.39 + 78.379 1135.75 807.10 328.65 + 78.429 1080.75 806.14 274.61 + 78.479 1029.63 806.37 223.26 + 78.529 993.35 805.56 187.79 + 78.579 1020.17 804.81 215.36 + 78.629 950.93 804.13 146.80 + 78.679 904.04 803.49 100.55 + 78.729 923.81 802.92 120.89 + 78.779 873.84 802.40 71.44 + 78.831 860.60 801.92 58.68 + 78.881 849.15 801.51 47.64 + 78.931 799.39 801.16 -1.77 + 78.981 793.66 800.87 -7.21 + 79.031 793.27 800.64 -7.37 + 79.081 761.01 800.47 -39.46 + 79.131 745.73 800.37 -54.64 + 79.181 766.66 800.34 -33.68 + 79.231 769.37 800.40 -31.03 + 79.281 766.21 800.56 -34.35 + 79.331 815.87 800.85 15.02 + 79.381 835.54 801.34 34.20 + 79.431 814.66 802.11 12.55 + 79.481 751.69 803.38 -51.69 + 79.531 797.27 805.50 -8.23 + 79.581 795.45 809.07 -13.62 + 79.631 790.85 815.05 -24.20 + 79.681 772.39 824.88 -52.49 + 79.731 823.41 840.56 -17.15 + 79.781 788.90 864.54 -75.64 + 79.831 819.07 899.57 -80.50 + 79.881 832.60 948.04 -115.44 + 79.931 878.46 1012.19 -133.73 + 79.981 871.48 1091.75 -220.27 + 80.031 895.38 1183.94 -288.56 + 80.070 882.33 1263.01 -380.68 + 80.120 971.15 1363.31 -392.16 + 80.170 987.96 1454.53 -466.57 + 80.221 1091.39 1525.22 -433.83 + 80.271 1293.58 1564.62 -271.04 + 80.321 1347.99 1566.25 -218.26 + 80.371 1424.85 1529.67 -104.82 + 80.421 1539.50 1461.15 78.35 + 80.471 1605.05 1371.11 233.94 + 80.521 1502.07 1271.41 230.66 + 80.571 1528.51 1171.68 356.83 + 80.621 1505.98 1080.16 425.82 + 80.670 1336.27 1002.31 333.96 + 80.720 1293.65 939.73 353.92 + 80.770 1156.02 892.46 263.56 + 80.820 1063.64 858.57 205.07 + 80.870 989.18 835.42 153.76 + 80.920 964.08 820.25 143.83 + 80.970 852.28 810.64 41.64 + 81.020 897.35 804.70 92.65 + 81.070 840.20 801.03 39.17 + 81.120 855.18 798.72 56.46 + 81.170 798.45 797.19 1.26 + 81.220 799.84 796.12 3.72 + 81.270 811.70 795.32 16.38 + 81.317 760.77 794.72 -33.95 + 81.367 761.83 794.20 -32.37 + 81.417 815.98 793.76 22.22 + 81.467 784.04 793.40 -9.36 + 81.517 783.79 793.09 -9.30 + 81.567 791.53 792.83 -1.30 + 81.617 783.17 792.62 -9.45 + 81.667 790.20 792.45 -2.25 + 81.717 850.40 792.32 58.08 + 81.767 791.46 792.22 -0.76 + 81.817 847.34 792.15 55.19 + 81.867 847.80 792.11 55.69 + 81.917 835.47 792.09 43.38 + 81.967 769.58 792.11 -22.53 + 82.017 839.76 792.15 47.61 + 82.067 824.41 792.22 32.19 + 82.117 792.55 792.31 0.24 + 82.167 818.72 792.43 26.29 + 82.217 831.98 792.57 39.41 + 82.267 738.80 792.74 -53.94 + 82.317 816.41 792.93 23.48 + 82.366 782.09 793.15 -11.06 + 82.417 809.83 793.40 16.43 + 82.467 844.61 793.69 50.92 + 82.517 856.62 789.78 66.84 + 82.569 821.05 790.21 30.84 + 82.620 797.54 790.66 6.88 + 82.670 824.31 791.14 33.17 + 82.720 848.55 791.66 56.89 + 82.770 848.72 792.22 56.50 + 82.820 857.18 792.83 64.35 + 82.870 870.78 793.50 77.28 + 82.920 907.59 794.22 113.38 + 82.970 866.12 795.00 71.12 + 83.020 905.21 795.85 109.36 + 83.070 933.95 796.95 137.00 + 83.120 943.40 797.97 145.43 + 83.170 960.55 799.09 161.46 + 83.220 1019.19 800.31 218.88 + 83.270 927.75 801.66 126.09 + 83.320 963.18 803.15 160.03 + 83.369 914.14 804.80 109.34 + 83.419 984.27 806.63 177.64 + 83.469 919.10 808.69 110.41 + 83.519 883.22 810.98 72.24 + 83.569 910.56 813.56 97.00 + 83.619 878.46 816.48 61.98 + 83.669 855.16 819.85 35.31 + 83.719 883.24 823.76 59.48 + 83.769 849.32 828.43 20.89 + 83.830 869.11 835.83 33.28 + 83.881 830.62 844.23 -13.61 + 83.931 893.43 856.45 36.98 + 83.981 852.55 875.43 -22.88 + 84.031 829.10 906.02 -76.92 + 84.081 827.83 956.05 -128.22 + 84.131 832.50 1037.04 -204.54 + 84.181 864.95 1164.15 -299.20 + 84.231 859.60 1355.60 -496.00 + 84.281 801.72 1628.86 -827.14 + 84.331 869.00 2000.70 -1131.70 + 84.381 931.10 2476.35 -1545.25 + 84.431 1001.98 3042.94 -2040.96 + 84.481 1097.09 3674.24 -2577.15 + 84.531 1409.59 4317.08 -2907.49 + 84.581 1881.72 4903.59 -3021.87 + 84.630 2584.41 5355.73 -2771.32 + 84.680 3480.58 5601.12 -2120.54 + 84.730 4309.00 5593.87 -1284.87 + 84.780 5039.96 5335.43 -295.47 + 84.830 5577.56 4873.57 703.99 + 84.880 5632.41 4284.07 1348.34 + 84.930 5499.08 3638.55 1860.53 + 84.980 5284.95 3009.28 2275.67 + 85.030 4995.22 2447.25 2547.97 + 85.072 4382.09 2044.81 2337.28 + 85.122 3750.54 1662.11 2088.43 + 85.173 3199.09 1378.82 1820.27 + 85.223 2512.76 1180.22 1332.54 + 85.273 1997.49 1048.20 949.29 + 85.323 1730.13 963.78 766.35 + 85.373 1577.00 911.37 665.63 + 85.423 1285.60 879.39 406.21 + 85.473 1155.98 859.70 296.28 + 85.523 989.98 847.16 142.82 + 85.573 940.93 838.60 102.33 + 85.623 869.97 832.34 37.63 + 85.673 808.23 827.47 -19.24 + 85.723 799.31 823.45 -24.14 + 85.772 788.10 820.05 -31.95 + 85.822 793.76 817.11 -23.35 + 85.872 839.43 814.54 24.89 + 85.922 774.49 812.27 -37.78 + 85.972 796.69 810.26 -13.57 + 86.022 757.26 808.47 -51.21 + 86.072 740.91 806.88 -65.97 + 86.122 798.90 805.47 -6.57 + 86.172 781.40 804.19 -22.79 + 86.222 790.39 803.04 -12.65 + 86.272 699.19 802.00 -102.81 + 86.304 752.01 801.40 -49.39 + 86.354 750.88 800.52 -49.64 + 86.404 714.10 799.73 -85.63 + 86.454 776.09 799.01 -22.92 + 86.504 738.08 798.37 -60.29 + 86.554 750.31 797.78 -47.47 + 86.604 747.93 797.25 -49.32 + 86.654 788.64 796.76 -8.12 + 86.704 772.43 796.33 -23.90 + 86.754 707.30 795.77 -88.47 + 86.804 769.67 795.41 -25.74 + 86.854 791.59 795.10 -3.51 + 86.904 800.45 794.81 5.64 + 86.954 697.21 794.56 -97.35 + 87.004 779.69 794.34 -14.65 + 87.054 737.87 794.14 -56.27 + 87.104 819.75 793.97 25.78 + 87.154 762.21 793.83 -31.62 + 87.204 762.56 793.71 -31.15 + 87.254 772.88 793.61 -20.73 + 87.304 752.51 793.54 -41.03 + 87.354 786.23 793.49 -7.26 + 87.404 776.42 793.46 -17.04 + 87.454 765.34 793.45 -28.11 + 87.504 839.25 793.47 45.78 + 87.557 745.99 793.52 -47.53 + 87.607 759.71 793.60 -33.89 + 87.657 819.78 793.90 25.88 + 87.707 805.22 794.03 11.19 + 87.757 752.37 794.20 -41.83 + 87.807 729.04 794.40 -65.36 + 87.857 772.03 794.64 -22.61 + 87.907 765.84 794.92 -29.08 + 87.957 804.46 795.26 9.20 + 88.007 757.79 795.65 -37.86 + 88.057 729.27 796.11 -66.84 + 88.107 823.96 796.65 27.31 + 88.157 779.05 797.30 -18.25 + 88.207 776.16 798.12 -21.96 + 88.257 783.03 799.18 -16.15 + 88.307 777.86 800.68 -22.82 + 88.357 752.94 802.93 -49.99 + 88.407 806.39 806.54 -0.15 + 88.457 811.87 812.50 -0.63 + 88.507 805.36 822.30 -16.94 + 88.557 778.47 838.08 -59.61 + 88.607 813.98 862.46 -48.48 + 88.657 800.19 898.70 -98.51 + 88.707 846.15 949.35 -103.20 + 88.757 842.19 1015.62 -173.43 + 88.834 829.06 1146.48 -317.42 + 88.884 892.13 1242.45 -350.32 + 88.934 920.63 1336.71 -416.08 + 88.984 1004.55 1417.52 -412.97 + 89.034 1050.23 1472.02 -421.79 + 89.084 1221.78 1490.26 -268.48 + 89.134 1365.31 1468.38 -103.07 + 89.184 1335.08 1410.89 -75.81 + 89.234 1457.19 1328.41 128.78 + 89.284 1527.62 1234.01 293.61 + 89.334 1428.78 1138.66 290.12 + 89.384 1395.11 1051.39 343.72 + 89.434 1375.27 978.14 397.13 + 89.484 1247.53 920.47 327.06 + 89.534 1132.69 878.11 254.58 + 89.584 1077.66 848.76 228.90 + 89.634 959.97 829.45 130.52 + 89.684 899.30 817.30 82.00 + 89.734 962.64 809.88 152.76 + 89.784 834.69 805.42 29.27 + 89.834 846.36 802.70 43.66 + 89.883 810.23 800.98 9.25 + 89.934 777.17 799.81 -22.64 + 89.984 833.37 798.95 34.42 + 90.034 741.41 798.28 -56.87 + 90.086 789.85 797.72 -7.87 + 90.136 775.46 797.28 -21.82 + 90.186 725.89 796.90 -71.01 + 90.236 752.31 796.59 -44.28 + 90.286 723.17 796.32 -73.15 + 90.336 799.09 796.09 3.00 + 90.386 731.37 795.90 -64.53 + 90.436 768.03 795.74 -27.71 + 90.486 772.89 795.61 -22.72 + 90.536 736.63 795.50 -58.87 + 90.586 691.75 795.41 -103.66 + 90.636 723.63 795.34 -71.71 + 90.686 802.09 795.29 6.80 + 90.736 783.55 795.25 -11.70 + 90.786 766.18 795.23 -29.05 + 90.836 789.18 795.23 -6.05 + 90.886 705.30 795.23 -89.93 + 90.936 747.67 795.25 -47.58 + 90.986 823.38 794.17 29.21 + 91.036 770.95 794.22 -23.27 + 91.085 749.90 794.29 -44.39 + 91.135 759.76 794.36 -34.60 + 91.185 785.47 794.44 -8.97 + 91.235 759.73 794.53 -34.80 + 91.285 763.98 794.63 -30.65 + 91.332 791.43 794.73 -3.30 + 91.382 800.17 794.84 5.33 + 91.432 751.11 794.97 -43.86 + 91.482 779.20 795.10 -15.90 + 91.532 789.50 795.24 -5.74 + 91.582 717.82 795.40 -77.58 + 91.632 732.58 795.56 -62.98 + 91.682 848.45 795.73 52.72 + 91.732 751.74 795.92 -44.18 + 91.782 781.80 796.12 -14.32 + 91.832 798.00 796.33 1.67 + 91.882 738.06 796.56 -58.50 + 91.932 802.09 796.81 5.28 + 91.982 776.73 797.07 -20.34 + 92.032 759.80 797.36 -37.56 + 92.082 771.51 797.67 -26.16 + 92.132 731.87 798.01 -66.14 + 92.182 785.03 798.38 -13.35 + 92.232 773.16 798.79 -25.63 + 92.282 832.71 799.24 33.47 + 92.332 817.14 799.73 17.41 + 92.381 852.20 800.29 51.91 + 92.431 769.11 800.91 -31.80 + 92.482 803.61 801.62 1.99 + 92.531 798.55 802.43 -3.88 + 92.570 839.23 803.15 36.08 + 92.620 784.52 804.27 -19.75 + 92.670 817.72 805.72 12.00 + 92.721 774.58 807.73 -33.15 + 92.770 824.08 810.75 13.33 + 92.820 809.19 815.60 -6.41 + 92.870 804.31 823.64 -19.33 + 92.921 863.25 836.92 26.33 + 92.971 772.19 858.29 -86.10 + 93.020 785.92 891.05 -105.13 + 93.070 819.65 938.96 -119.31 + 93.121 840.54 1004.73 -164.19 + 93.170 851.88 1088.44 -236.56 + 93.220 873.63 1187.82 -314.19 + 93.270 890.10 1295.48 -405.38 + 93.320 928.91 1400.19 -471.28 + 93.370 1017.01 1487.60 -470.59 + 93.420 1157.47 1542.56 -385.09 + 93.470 1365.58 1553.54 -187.96 + 93.520 1433.89 1518.00 -84.11 + 93.570 1549.80 1443.88 105.92 + 93.620 1581.37 1345.71 235.66 + 93.670 1595.13 1237.70 357.43 + 93.720 1541.86 1133.44 408.42 + 93.770 1504.80 1042.22 462.58 + 93.810 1457.59 981.73 475.86 + 93.860 1310.94 922.37 388.57 + 93.910 1231.30 880.10 351.20 + 93.960 1134.05 851.74 282.31 + 94.010 983.77 833.76 150.01 + 94.060 1009.71 822.78 186.93 + 94.110 961.74 816.22 145.52 + 94.160 843.73 812.30 31.43 + 94.210 864.42 809.89 54.53 + 94.260 829.22 808.31 20.91 + 94.310 856.63 807.19 49.44 + 94.360 836.98 806.34 30.64 + 94.410 765.69 805.66 -39.97 + 94.460 732.99 805.10 -72.11 + 94.510 802.39 804.64 -2.25 + 94.560 786.53 804.25 -17.72 + 94.610 755.41 803.92 -48.51 + 94.660 718.64 803.63 -84.99 + 94.710 803.61 803.40 0.21 + 94.760 766.35 803.20 -36.85 + 94.810 841.32 803.03 38.29 + 94.859 814.84 802.89 11.95 + 94.910 787.11 802.78 -15.67 + 94.960 766.08 802.68 -36.60 + 95.010 805.01 802.61 2.40 + 95.068 782.66 802.54 -19.88 + 95.118 822.21 802.33 19.88 + 95.169 842.67 802.30 40.37 + 95.219 799.32 802.29 -2.97 + 95.269 832.30 802.29 30.01 + 95.319 851.76 802.29 49.47 + 95.369 846.89 802.31 44.58 + 95.419 832.99 802.33 30.66 + 95.469 804.89 802.36 2.53 + 95.519 866.04 802.40 63.64 + 95.569 892.03 802.44 89.59 + 95.619 840.48 802.48 38.00 + 95.669 839.14 802.54 36.60 + 95.719 870.14 802.59 67.55 + 95.769 817.08 802.65 14.43 + 95.818 882.76 802.71 80.05 + 95.868 821.31 802.78 18.53 + 95.918 898.81 802.85 95.96 + 95.968 880.82 802.92 77.90 + 96.018 838.23 803.00 35.23 + 96.068 842.34 803.08 39.26 + 96.118 845.46 803.16 42.30 + 96.168 869.81 803.24 66.57 + 96.218 796.15 803.32 -7.17 + 96.268 774.27 803.41 -29.14 + 96.305 818.63 803.48 15.15 + 96.355 757.63 803.57 -45.94 + 96.405 802.22 803.66 -1.44 + 96.455 856.68 803.75 52.93 + 96.505 778.52 803.85 -25.33 + 96.555 869.58 803.94 65.64 + 96.605 862.99 804.04 58.95 + 96.655 864.33 804.14 60.19 + 96.705 834.01 804.24 29.77 + 96.755 856.68 804.34 52.34 + 96.805 806.96 804.44 2.52 + 96.855 784.59 804.54 -19.95 + 96.905 827.64 804.64 23.00 + 96.955 836.63 807.71 28.92 + 97.005 807.69 807.87 -0.18 + 97.055 787.01 808.03 -21.02 + 97.105 802.54 808.20 -5.66 + 97.155 781.42 808.37 -26.95 + 97.205 753.31 808.54 -55.23 + 97.255 747.91 808.71 -60.80 + 97.305 797.74 808.89 -11.15 + 97.355 743.90 809.07 -65.17 + 97.405 796.25 809.25 -13.00 + 97.455 788.73 809.43 -20.70 + 97.505 794.73 809.62 -14.89 + 97.565 762.01 809.85 -47.84 + 97.615 776.61 810.05 -33.44 + 97.665 809.75 810.25 -0.50 + 97.715 754.95 810.45 -55.50 + 97.765 793.46 810.65 -17.19 + 97.815 771.49 810.86 -39.37 + 97.865 793.22 811.07 -17.85 + 97.915 700.76 811.29 -110.53 + 97.965 744.69 811.50 -66.81 + 98.015 829.60 811.73 17.87 + 98.065 760.00 811.95 -51.95 + 98.115 804.52 812.19 -7.67 + 98.165 774.96 812.42 -37.46 + 98.215 796.93 812.66 -15.73 + 98.265 804.51 812.91 -8.40 + 98.315 797.91 813.16 -15.25 + 98.365 784.31 813.41 -29.10 + 98.415 876.42 813.67 62.75 + 98.465 782.59 813.94 -31.35 + 98.515 782.98 814.21 -31.23 + 98.565 797.08 814.49 -17.41 + 98.615 822.70 814.78 7.92 + 98.665 824.09 815.07 9.02 + 98.715 785.08 815.38 -30.30 + 98.765 797.86 815.68 -17.82 + 98.834 794.10 816.13 -22.03 + 98.884 744.15 816.46 -72.31 + 98.934 805.83 816.80 -10.97 + 98.984 833.99 817.15 16.84 + 99.034 859.29 817.51 41.78 + 99.084 861.07 817.88 43.19 + 99.134 821.66 818.26 3.40 + 99.184 780.46 818.66 -38.20 + 99.234 790.35 819.07 -28.72 + 99.284 772.78 819.29 -46.51 + 99.334 833.16 819.73 13.43 + 99.384 792.01 820.19 -28.18 + 99.434 800.01 820.66 -20.65 + 99.484 836.61 821.16 15.45 + 99.534 802.68 821.67 -18.99 + 99.584 848.10 822.21 25.89 + 99.634 781.62 822.76 -41.14 + 99.684 764.05 823.35 -59.30 + 99.734 810.25 823.96 -13.71 + 99.784 828.77 824.60 4.17 + 99.834 833.69 825.26 8.43 + 99.884 777.37 825.96 -48.59 + 99.934 807.53 826.70 -19.17 + 99.984 770.04 827.48 -57.44 + 100.034 860.28 828.30 31.98 + 100.081 798.05 829.12 -31.07 + 100.131 770.84 830.03 -59.19 + 100.181 802.20 831.01 -28.81 + 100.231 812.19 832.04 -19.85 + 100.281 834.94 833.14 1.80 + 100.331 755.06 834.31 -79.25 + 100.381 810.11 835.56 -25.45 + 100.431 808.23 836.91 -28.68 + 100.481 807.87 838.35 -30.48 + 100.531 767.17 839.89 -72.72 + 100.581 829.03 841.57 -12.54 + 100.631 788.36 843.38 -55.02 + 100.681 802.10 845.34 -43.24 + 100.731 765.12 847.48 -82.36 + 100.781 813.98 849.81 -35.83 + 100.831 798.67 852.35 -53.68 + 100.881 823.00 855.15 -32.15 + 100.931 812.48 858.24 -45.76 + 100.981 811.03 861.66 -50.63 + 101.031 814.08 865.46 -51.38 + 101.080 835.13 869.69 -34.56 + 101.130 858.66 874.41 -15.75 + 101.180 802.28 879.77 -77.49 + 101.230 800.88 885.83 -84.95 + 101.280 810.88 892.70 -81.82 + 101.325 864.61 899.76 -35.15 + 101.375 849.43 908.77 -59.34 + 101.426 927.18 919.30 7.88 + 101.476 863.40 931.86 -68.46 + 101.526 889.10 947.32 -58.22 + 101.576 902.64 967.51 -64.87 + 101.626 877.86 996.12 -118.26 + 101.676 887.37 1043.50 -156.13 + 101.726 955.73 1116.26 -160.53 + 101.776 915.23 1239.40 -324.17 + 101.826 1006.90 1447.80 -440.90 + 101.876 945.64 1788.14 -842.50 + 101.926 949.25 2311.66 -1362.41 + 101.976 984.23 3070.09 -2085.86 + 102.025 1015.57 4084.56 -3068.99 + 102.075 1106.93 5331.81 -4224.88 + 102.125 1481.12 6723.84 -5242.72 + 102.175 2039.75 8102.29 -6062.54 + 102.225 3115.63 9250.06 -6134.43 + 102.275 4819.78 9925.90 -5106.12 + 102.325 6814.76 9960.00 -3145.24 + 102.375 8308.87 9346.76 -1037.89 + 102.425 9564.54 8236.43 1328.11 + 102.475 9824.53 6868.30 2956.23 + 102.525 9957.49 5470.65 4486.84 + 102.571 9452.58 4308.13 5144.45 + 102.621 8475.16 3243.15 5232.01 + 102.671 7204.12 2437.06 4767.06 + 102.721 6119.59 1872.01 4247.58 + 102.771 4776.17 1503.33 3272.84 + 102.821 3862.38 1275.20 2587.18 + 102.871 3107.83 1139.43 1968.40 + 102.921 2539.37 1059.91 1479.46 + 102.971 2119.15 1012.28 1106.87 + 103.021 1655.92 982.08 673.84 + 103.071 1467.25 961.11 506.14 + 103.121 1223.45 945.36 278.09 + 103.171 1080.88 932.85 148.03 + 103.221 1063.27 922.47 140.80 + 103.271 915.13 913.70 1.43 + 103.321 985.03 906.19 78.84 + 103.371 961.96 899.71 62.25 + 103.420 954.06 894.09 59.97 + 103.471 891.79 889.18 2.61 + 103.520 907.07 884.90 22.17 + 103.570 854.13 881.15 -27.02 + 103.620 891.07 877.86 13.21 + 103.670 902.56 874.96 27.60 + 103.720 871.93 872.40 -0.47 + 103.770 852.09 870.15 -18.06 + 103.817 865.70 868.28 -2.58 + 103.867 883.25 866.52 16.73 + 103.917 903.82 864.98 38.84 + 103.967 871.04 863.63 7.41 + 104.017 928.50 862.45 66.05 + 104.067 884.48 861.44 23.04 + 104.117 918.79 860.58 58.21 + 104.167 889.69 859.85 29.84 + 104.217 875.23 859.24 15.99 + 104.267 868.21 858.76 9.45 + 104.317 925.22 858.38 66.84 + 104.367 821.80 858.11 -36.31 + 104.417 882.03 857.95 24.08 + 104.467 877.40 857.88 19.52 + 104.517 866.11 857.91 8.20 + 104.567 894.84 858.04 36.80 + 104.617 915.17 858.26 56.91 + 104.667 895.82 858.58 37.24 + 104.717 856.33 859.00 -2.67 + 104.767 872.72 859.52 13.20 + 104.817 890.12 860.14 29.98 + 104.867 914.26 860.86 53.40 + 104.917 920.17 861.71 58.46 + 104.967 916.82 862.67 54.15 + 105.017 913.08 863.77 49.31 + 105.056 882.07 864.71 17.36 + 105.106 898.29 866.07 32.22 + 105.156 884.57 867.58 16.99 + 105.206 899.29 869.28 30.01 + 105.256 908.34 871.16 37.18 + 105.306 947.90 873.27 74.63 + 105.356 866.09 875.62 -9.53 + 105.406 890.09 878.25 11.84 + 105.456 905.25 881.19 24.06 + 105.506 884.06 884.47 -0.41 + 105.556 939.26 888.17 51.09 + 105.606 929.59 892.34 37.25 + 105.656 949.85 897.03 52.82 + 105.706 902.71 902.37 0.34 + 105.756 973.13 908.44 64.69 + 105.806 978.82 915.39 63.43 + 105.856 962.98 923.39 39.59 + 105.906 999.06 932.66 66.40 + 105.956 994.34 943.51 50.83 + 106.006 1026.27 956.35 69.92 + 106.056 1006.75 971.94 34.81 + 106.105 1023.63 991.59 32.04 + 106.156 1114.95 1018.36 96.59 + 106.206 1038.89 1057.93 -19.04 + 106.255 1134.35 1121.30 13.05 + 106.315 1173.09 1256.20 -83.11 + 106.365 1238.71 1461.03 -222.32 + 106.415 1144.36 1801.95 -657.59 + 106.465 1041.96 2340.32 -1298.36 + 106.515 1102.49 3139.90 -2037.41 + 106.565 1180.52 4213.06 -3032.54 + 106.615 1274.02 5546.38 -4272.36 + 106.665 1690.85 7034.12 -5343.27 + 106.715 2368.56 8488.25 -6119.69 + 106.765 3600.32 9646.52 -6046.20 + 106.815 5354.54 10243.54 -4889.00 + 106.865 7645.08 10102.09 -2457.01 + 106.915 9275.35 9268.92 6.43 + 106.965 10622.81 7965.50 2657.31 + 107.015 10743.61 6474.82 4268.79 + 107.065 10356.37 5030.93 5325.44 + 107.115 9398.42 3789.01 5609.41 + 107.165 7960.51 2821.14 5139.37 + 107.215 6723.92 2128.87 4595.05 + 107.265 5444.76 1671.72 3773.04 + 107.315 4349.66 1388.30 2961.36 + 107.364 3521.26 1220.89 2300.37 + 107.414 2980.23 1123.03 1857.20 + 107.465 2424.64 1065.25 1359.39 + 107.514 2042.30 1029.12 1013.18 + 107.571 1599.43 1001.48 597.95 + 107.622 1416.56 983.70 432.86 + 107.672 1234.72 969.56 265.16 + 107.722 1150.50 955.01 195.49 + 107.772 1090.52 945.29 145.23 + 107.822 1045.00 937.03 107.97 + 107.872 999.65 929.96 69.69 + 107.922 1024.72 923.90 100.82 + 107.972 947.24 918.68 28.56 + 108.022 908.16 914.19 -6.03 + 108.072 929.10 910.31 18.79 + 108.122 901.99 906.95 -4.96 + 108.172 919.22 904.07 15.15 + 108.222 899.26 901.58 -2.32 + 108.272 901.11 899.45 1.66 + 108.322 939.78 897.64 42.14 + 108.371 950.45 896.11 54.34 + 108.421 873.90 894.83 -20.93 + 108.471 900.55 893.79 6.76 + 108.521 910.40 892.97 17.43 + 108.571 856.49 892.34 -35.85 + 108.621 961.28 891.89 69.39 + 108.671 885.54 891.62 -6.08 + 108.721 899.35 891.51 7.84 + 108.771 888.65 891.56 -2.91 + 108.808 881.86 891.70 -9.84 + 108.859 855.34 892.02 -36.68 + 108.909 847.93 892.48 -44.55 + 108.959 870.87 893.09 -22.22 + 109.009 890.57 893.85 -3.28 + 109.059 871.59 894.75 -23.16 + 109.109 857.36 895.81 -38.45 + 109.159 874.97 897.02 -22.05 + 109.209 861.41 898.39 -36.98 + 109.259 867.74 899.93 -32.19 + 109.309 933.20 901.64 31.56 + 109.359 913.48 903.55 9.93 + 109.409 884.15 905.64 -21.49 + 109.459 871.95 907.96 -36.01 + 109.509 879.12 910.49 -31.37 + 109.559 864.66 913.28 -48.62 + 109.608 899.68 916.33 -16.65 + 109.658 948.99 919.69 29.30 + 109.708 926.55 923.37 3.18 + 109.758 923.31 927.40 -4.09 + 109.808 919.76 931.83 -12.07 + 109.858 924.23 936.69 -12.46 + 109.908 938.02 942.07 -4.05 + 109.958 890.17 948.00 -57.83 + 110.008 959.09 954.55 4.54 + 110.055 894.19 961.30 -67.11 + 110.105 904.12 969.34 -65.22 + 110.155 934.62 978.31 -43.69 + 110.205 952.64 988.35 -35.71 + 110.255 964.60 999.59 -34.99 + 110.305 1039.27 1012.27 27.00 + 110.355 1010.11 1026.66 -16.55 + 110.405 1013.18 1043.02 -29.84 + 110.455 1030.00 1061.75 -31.75 + 110.505 1039.04 1083.21 -44.17 + 110.555 1075.84 1108.15 -32.31 + 110.605 1030.69 1137.31 -106.62 + 110.655 1155.80 1171.62 -15.82 + 110.705 1138.39 1213.01 -74.62 + 110.755 1171.59 1264.37 -92.78 + 110.805 1239.07 1331.79 -92.72 + 110.855 1276.79 1427.88 -151.09 + 110.905 1277.63 1578.01 -300.38 + 110.955 1310.06 1830.60 -520.54 + 111.005 1271.49 2266.99 -995.50 + 111.055 1267.63 3011.80 -1744.17 + 111.104 1264.01 4222.20 -2958.19 + 111.155 1343.59 6081.15 -4737.56 + 111.205 1457.00 8699.36 -7242.36 + 111.254 1838.13 12048.70 -10210.57 + 111.320 3048.53 17170.95 -14122.42 + 111.370 5180.57 20954.21 -15773.64 + 111.420 8604.40 23802.28 -15197.88 + 111.470 13607.64 24946.04 -11338.41 + 111.520 18938.41 24014.31 -5075.90 + 111.570 23543.64 21319.41 2224.23 + 111.620 25711.57 17599.99 8111.58 + 111.670 26093.35 13641.61 12451.74 + 111.721 23976.26 10025.54 13950.72 + 111.770 20585.05 7093.57 13491.48 + 111.820 16993.17 4924.79 12068.38 + 111.870 13883.59 3455.56 10428.03 + 111.920 11034.31 2535.94 8498.37 + 111.970 8938.63 1987.33 6951.30 + 112.020 6869.75 1667.19 5202.56 + 112.070 5417.45 1482.03 3935.42 + 112.120 4288.83 1367.56 2921.27 + 112.170 3280.65 1290.33 1990.32 + 112.220 2713.23 1233.32 1479.91 + 112.270 2157.62 1188.45 969.17 + 112.320 1793.25 1151.63 641.62 + 112.370 1524.58 1120.77 403.81 + 112.420 1329.01 1094.31 234.70 + 112.470 1235.25 1071.57 163.68 + 112.520 1058.22 1051.95 6.27 + 112.593 1071.88 1027.70 44.18 + 112.643 1043.15 1013.52 29.63 + 112.693 1036.21 1001.01 35.20 + 112.743 1036.30 989.93 46.37 + 112.793 996.14 980.09 16.05 + 112.843 1019.99 971.30 48.69 + 112.893 1026.17 963.41 62.76 + 112.943 981.35 956.31 25.04 + 112.993 1002.14 949.91 52.23 + 113.043 974.97 944.14 30.83 + 113.093 1008.80 938.89 69.91 + 113.143 981.86 934.11 47.75 + 113.193 964.33 929.78 34.55 + 113.243 1004.62 925.81 78.81 + 113.293 967.25 922.19 45.06 + 113.343 957.47 918.87 38.60 + 113.393 947.34 915.83 31.51 + 113.443 933.68 913.04 20.64 + 113.493 964.81 910.46 54.35 + 113.543 974.71 908.10 66.61 + 113.593 985.80 905.93 79.87 + 113.642 975.31 903.93 71.38 + 113.693 954.80 902.08 52.72 + 113.743 930.47 900.37 30.10 + 113.792 970.99 898.81 72.18 + 113.826 888.04 897.83 -9.79 + 113.876 965.31 896.47 68.84 + 113.926 1003.96 895.21 108.75 + 113.976 991.52 894.06 97.46 + 114.026 1043.71 893.02 150.69 + 114.076 950.55 892.06 58.49 + 114.126 948.32 891.19 57.13 + 114.176 1010.80 890.41 120.39 + 114.226 920.64 889.71 30.93 + 114.276 974.06 889.09 84.97 + 114.326 1031.76 888.54 143.22 + 114.376 930.36 888.07 42.29 + 114.426 944.53 887.67 56.86 + 114.476 941.88 887.35 54.53 + 114.526 999.07 887.10 111.97 + 114.576 991.42 886.93 104.49 + 114.626 1025.51 886.84 138.67 + 114.676 946.04 886.83 59.21 + 114.726 969.78 886.90 82.88 + 114.776 950.25 887.06 63.19 + 114.826 945.64 887.31 58.33 + 114.876 963.42 887.67 75.75 + 114.926 898.48 888.15 10.33 + 114.976 981.89 888.75 93.14 + 115.026 935.41 889.48 45.93 + 115.063 924.83 890.14 34.69 + 115.113 911.87 891.18 20.69 + 115.163 931.37 892.41 38.96 + 115.214 960.79 893.87 66.92 + 115.264 870.55 895.61 -25.06 + 115.314 891.32 897.66 -6.34 + 115.364 917.94 900.10 17.84 + 115.414 896.91 903.01 -6.10 + 115.464 970.98 906.51 64.47 + 115.514 994.41 910.74 83.67 + 115.564 934.84 916.03 18.81 + 115.614 974.43 922.96 51.47 + 115.663 967.31 932.66 34.65 + 115.714 1047.46 947.62 99.84 + 115.763 1008.01 972.53 35.48 + 115.813 990.10 1015.65 -25.55 + 115.863 1049.32 1089.89 -40.57 + 115.913 1019.67 1212.49 -192.83 + 115.963 967.09 1402.17 -435.08 + 116.013 1048.08 1671.19 -623.11 + 116.063 1094.86 2017.62 -922.76 + 116.113 1139.86 2415.21 -1275.35 + 116.163 1421.78 2814.66 -1392.88 + 116.213 1761.51 3133.66 -1372.15 + 116.263 2223.02 3283.76 -1060.74 + 116.314 2537.69 3211.90 -674.21 + 116.364 3021.56 2944.33 77.23 + 116.414 3380.15 2563.65 816.50 + 116.464 3232.02 2146.65 1085.37 + 116.514 3163.91 1779.78 1384.13 + 116.564 2780.30 1481.96 1298.34 + 116.614 2451.44 1264.75 1186.69 + 116.664 2195.81 1120.27 1075.54 + 116.714 1901.89 1030.94 870.95 + 116.764 1652.38 978.68 673.70 + 116.814 1429.65 948.54 481.11 + 116.864 1347.50 930.80 416.70 + 116.914 1253.14 919.69 333.45 + 116.964 1147.59 912.02 235.57 + 117.014 1117.99 906.28 211.71 + 117.064 1077.67 901.75 175.92 + 117.114 1004.15 898.04 106.11 + 117.164 984.30 894.94 89.36 + 117.214 993.63 892.34 101.29 + 117.264 945.43 890.14 55.29 + 117.314 916.68 888.27 28.41 + 117.363 940.23 886.68 53.55 + 117.413 911.29 885.31 25.98 + 117.463 950.37 884.14 66.23 + 117.513 868.56 883.13 -14.57 + 117.549 907.82 882.51 25.31 + 117.599 931.60 881.73 49.87 + 117.649 851.63 881.07 -29.44 + 117.699 895.91 880.51 15.40 + 117.749 847.49 880.04 -32.55 + 117.799 870.96 879.64 -8.68 + 117.849 833.37 879.31 -45.94 + 117.899 887.41 879.04 8.37 + 117.949 930.33 878.83 51.50 + 117.999 849.16 878.66 -29.50 + 118.049 872.97 878.55 -5.58 + 118.099 837.82 878.47 -40.65 + 118.149 887.21 878.44 8.77 + 118.199 892.63 878.44 14.19 + 118.249 893.65 878.48 15.17 + 118.299 861.13 878.55 -17.42 + 118.349 867.43 878.65 -11.22 + 118.399 863.05 878.79 -15.74 + 118.449 839.51 878.95 -39.44 + 118.499 823.83 879.14 -55.31 + 118.549 927.76 879.36 48.40 + 118.598 874.50 879.61 -5.11 + 118.649 871.49 879.89 -8.40 + 118.699 869.01 880.19 -11.18 + 118.749 901.20 880.53 20.67 + 118.795 814.27 880.87 -66.60 + 118.845 876.34 881.27 -4.93 + 118.895 920.80 881.70 39.10 + 118.945 832.84 882.16 -49.32 + 118.995 878.53 882.66 -4.13 + 119.045 870.61 883.20 -12.59 + 119.095 846.20 883.78 -37.58 + 119.145 869.77 884.41 -14.64 + 119.195 881.91 885.08 -3.17 + 119.245 798.17 885.80 -87.63 + 119.295 832.43 886.57 -54.14 + 119.345 866.63 887.41 -20.78 + 119.395 928.11 888.31 39.80 + 119.445 858.59 889.29 -30.70 + 119.495 931.57 890.34 41.23 + 119.545 866.37 891.48 -25.11 + 119.595 857.22 892.72 -35.50 + 119.645 959.22 894.06 65.16 + 119.695 924.54 895.53 29.01 + 119.745 905.04 897.14 7.90 + 119.795 914.85 898.90 15.95 + 119.844 914.35 900.82 13.53 + 119.894 871.07 902.96 -31.89 + 119.945 891.42 905.33 -13.91 + 119.994 912.47 907.95 4.52 + 120.047 893.90 911.02 -17.12 + 120.097 930.90 914.33 16.57 + 120.147 875.38 918.06 -42.68 + 120.197 954.46 922.28 32.18 + 120.247 930.89 927.07 3.82 + 120.297 964.02 932.55 31.47 + 120.347 902.57 938.89 -36.32 + 120.397 932.20 946.24 -14.04 + 120.447 926.06 954.85 -28.79 + 120.497 930.04 965.01 -34.97 + 120.547 1011.85 977.29 34.56 + 120.597 950.77 992.58 -41.81 + 120.647 948.48 1012.54 -64.06 + 120.697 955.23 1040.91 -85.68 + 120.747 955.77 1084.87 -129.10 + 120.797 907.80 1158.16 -250.36 + 120.847 981.33 1284.01 -302.68 + 120.897 980.75 1497.14 -516.39 + 120.947 967.59 1841.24 -873.65 + 120.997 975.17 2356.63 -1381.46 + 121.047 1088.05 3063.97 -1975.92 + 121.096 1242.07 3937.91 -2695.84 + 121.146 1604.56 4902.27 -3297.71 + 121.196 2139.18 5799.00 -3659.82 + 121.246 3100.92 6414.17 -3313.25 + 121.298 4296.04 6548.42 -2252.38 + 121.349 5522.07 6138.01 -615.94 + 121.399 6304.47 5345.13 959.34 + 121.449 6355.89 4388.22 1967.67 + 121.499 5992.26 3456.48 2535.78 + 121.549 5277.48 2663.39 2614.09 + 121.599 4691.06 2058.05 2633.01 + 121.649 3836.02 1647.94 2188.08 + 121.699 3281.96 1379.92 1902.04 + 121.749 2772.13 1219.27 1552.86 + 121.799 2337.78 1125.44 1212.34 + 121.849 2033.30 1070.44 962.86 + 121.899 1736.64 1036.63 700.01 + 121.949 1539.52 1013.84 525.68 + 121.999 1433.95 997.17 436.78 + 122.049 1283.19 984.14 299.05 + 122.098 1115.41 973.56 141.85 + 122.148 1084.54 964.77 119.77 + 122.198 974.31 957.36 16.95 + 122.248 920.14 951.09 -30.95 + 122.298 965.98 945.75 20.23 + 122.348 864.89 941.19 -76.30 + 122.398 901.46 937.23 -35.77 + 122.448 904.25 933.83 -29.58 + 122.498 875.85 930.89 -55.04 + 122.554 914.47 928.07 -13.60 + 122.604 827.03 925.89 -98.86 + 122.654 855.80 924.01 -68.21 + 122.704 895.05 922.37 -27.32 + 122.754 834.92 920.97 -86.05 + 122.804 867.02 919.76 -52.74 + 122.854 860.72 918.73 -58.01 + 122.904 826.44 917.85 -91.41 + 122.954 860.98 919.28 -58.30 + 123.004 884.98 918.69 -33.71 + 123.054 895.66 918.21 -22.55 + 123.104 842.72 917.85 -75.13 + 123.154 808.84 917.58 -108.74 + 123.204 839.31 917.41 -78.10 + 123.254 878.25 917.34 -39.09 + 123.304 871.67 917.34 -45.67 + 123.354 879.42 917.43 -38.01 + 123.404 894.37 917.59 -23.22 + 123.454 891.87 917.84 -25.97 + 123.504 851.41 918.15 -66.74 + 123.554 856.75 918.54 -61.79 + 123.604 877.32 919.00 -41.68 + 123.654 851.47 919.54 -68.07 + 123.704 891.67 920.14 -28.47 + 123.754 863.35 920.83 -57.48 + 123.800 929.99 921.52 8.47 + 123.850 911.77 922.35 -10.58 + 123.900 837.04 923.26 -86.22 + 123.950 871.06 924.26 -53.20 + 124.000 933.62 925.33 8.29 + 124.050 841.04 926.50 -85.46 + 124.100 880.45 927.77 -47.32 + 124.150 874.46 929.14 -54.68 + 124.200 883.00 930.61 -47.61 + 124.250 902.14 932.20 -30.06 + 124.300 907.40 933.91 -26.51 + 124.350 868.68 935.75 -67.07 + 124.400 881.63 937.73 -56.10 + 124.450 880.77 939.87 -59.10 + 124.500 874.02 942.18 -68.16 + 124.550 853.37 944.67 -91.30 + 124.600 938.04 947.35 -9.31 + 124.650 869.29 950.26 -80.97 + 124.700 894.51 953.41 -58.90 + 124.750 884.95 956.82 -71.87 + 124.800 837.84 960.52 -122.68 + 124.849 946.06 964.53 -18.47 + 124.899 899.33 968.94 -69.61 + 124.950 914.32 973.75 -59.43 + 124.999 887.27 979.00 -91.73 + 125.037 950.65 983.24 -32.59 + 125.087 890.12 989.46 -99.34 + 125.137 926.92 996.31 -69.39 + 125.187 954.01 1003.89 -49.88 + 125.237 947.32 1012.29 -64.97 + 125.287 1019.54 1021.66 -2.12 + 125.337 970.60 1032.15 -61.55 + 125.387 1074.69 1043.92 30.77 + 125.437 1080.49 1057.21 23.28 + 125.487 1064.62 1072.21 -7.59 + 125.537 1011.85 1089.36 -77.51 + 125.587 1085.20 1109.03 -23.83 + 125.637 1182.26 1131.62 50.64 + 125.687 1041.57 1157.92 -116.35 + 125.737 1227.69 1188.67 39.02 + 125.787 1230.89 1225.08 5.81 + 125.837 1264.96 1269.02 -4.06 + 125.887 1255.02 1323.82 -68.80 + 125.937 1374.56 1395.91 -21.35 + 125.987 1323.11 1497.84 -174.73 + 126.037 1345.89 1654.35 -308.46 + 126.086 1351.49 1906.52 -555.03 + 126.136 1428.15 2336.27 -908.12 + 126.186 1350.13 3046.52 -1696.39 + 126.236 1413.59 4163.55 -2749.96 + 126.281 1474.63 5612.59 -4137.96 + 126.331 1663.46 7804.57 -6141.11 + 126.381 2298.53 10549.06 -8250.53 + 126.431 3720.58 13632.96 -9912.38 + 126.481 6158.49 16622.10 -10463.61 + 126.531 9433.97 18913.94 -9479.97 + 126.581 13022.75 19854.96 -6832.21 + 126.631 16151.75 19110.12 -2958.37 + 126.681 18042.46 16944.72 1097.74 + 126.731 18859.28 14009.82 4849.46 + 126.781 18146.32 10915.41 7230.91 + 126.831 16165.30 8117.59 8047.71 + 126.881 13924.14 5861.67 8062.47 + 126.931 11462.82 4197.38 7265.44 + 126.981 9516.23 3069.81 6446.42 + 127.031 7799.88 2354.92 5444.96 + 127.081 6361.94 1921.75 4440.19 + 127.131 5299.95 1663.25 3636.70 + 127.181 4400.51 1505.22 2895.29 + 127.231 3540.52 1402.78 2137.74 + 127.281 2980.96 1330.64 1650.32 + 127.331 2502.42 1276.01 1226.41 + 127.381 2070.77 1231.99 838.78 + 127.431 1760.09 1195.61 564.48 + 127.481 1433.33 1165.06 268.27 + 127.546 1280.43 1131.67 148.76 + 127.596 1163.21 1110.19 53.02 + 127.646 1115.77 1091.57 24.20 + 127.696 1048.73 1075.32 -26.59 + 127.746 1026.82 1061.12 -34.30 + 127.796 874.06 1048.60 -174.54 + 127.846 1001.41 1037.49 -36.08 + 127.896 895.06 1027.63 -132.57 + 127.946 929.93 1018.84 -88.91 + 127.996 906.34 1010.99 -104.65 + 128.046 945.08 1003.92 -58.84 + 128.096 911.33 997.55 -86.22 + 128.146 860.64 991.83 -131.19 + 128.196 900.34 986.63 -86.29 + 128.246 949.63 981.92 -32.29 + 128.296 866.73 977.64 -110.91 + 128.346 874.68 973.75 -99.07 + 128.396 928.09 970.20 -42.11 + 128.446 893.28 966.96 -73.68 + 128.496 906.20 964.00 -57.80 + 128.546 935.39 961.30 -25.91 + 128.596 860.95 958.83 -97.88 + 128.646 888.10 956.56 -68.46 + 128.696 913.26 954.49 -41.23 + 128.746 911.95 952.60 -40.65 + 128.823 931.61 949.99 -18.38 + 128.873 913.65 948.48 -34.83 + 128.923 817.40 947.11 -129.71 + 128.973 971.74 945.87 25.87 + 129.023 939.52 944.74 -5.22 + 129.073 886.40 943.73 -57.33 + 129.123 897.29 942.82 -45.53 + 129.173 895.28 942.01 -46.73 + 129.223 928.14 941.30 -13.16 + 129.273 873.67 940.68 -67.01 + 129.323 880.09 940.14 -60.05 + 129.373 948.32 939.69 8.63 + 129.423 912.44 939.32 -26.88 + 129.473 837.01 939.03 -102.02 + 129.523 868.90 938.82 -69.92 + 129.573 932.51 938.68 -6.17 + 129.623 983.67 938.63 45.04 + 129.673 914.55 938.65 -24.10 + 129.723 931.29 938.75 -7.46 + 129.773 937.80 938.93 -1.13 + 129.823 887.22 939.19 -51.97 + 129.873 992.19 939.54 52.65 + 129.923 885.81 939.97 -54.16 + 129.973 1027.88 940.48 87.40 + 130.023 906.83 941.10 -34.27 + 130.073 937.88 941.80 -3.92 + 130.123 949.53 942.62 6.91 + 130.173 1005.90 943.54 62.36 + 130.223 928.78 944.58 -15.80 + 130.273 936.73 945.75 -9.02 + 130.323 948.34 947.04 1.30 + 130.373 991.02 948.49 42.53 + 130.423 896.43 950.10 -53.67 + 130.473 951.99 951.88 0.11 + 130.523 913.02 953.84 -40.82 + 130.573 933.25 956.02 -22.77 + 130.623 924.35 958.44 -34.09 + 130.673 921.27 961.10 -39.83 + 130.723 917.82 964.06 -46.24 + 130.773 947.47 967.35 -19.88 + 130.823 890.41 970.99 -80.58 + 130.873 887.30 975.05 -87.75 + 130.923 904.84 979.59 -74.75 + 130.973 927.74 984.67 -56.93 + 131.023 919.58 990.37 -70.79 + 131.073 891.30 996.78 -105.48 + 131.123 983.02 1004.00 -20.98 + 131.173 945.77 1012.24 -66.47 + 131.223 902.72 1021.63 -118.91 + 131.273 989.34 1032.36 -43.02 + 131.305 993.77 1040.15 -46.38 + 131.355 976.27 1053.82 -77.55 + 131.405 932.47 1069.81 -137.34 + 131.455 977.46 1088.82 -111.36 + 131.505 1050.75 1111.92 -61.17 + 131.555 952.21 1132.10 -179.89 + 131.605 1072.60 1171.79 -99.19 + 131.655 1021.81 1228.78 -206.97 + 131.705 1081.20 1315.77 -234.57 + 131.755 1059.53 1453.00 -393.47 + 131.805 1089.95 1672.31 -582.36 + 131.855 1064.79 2015.19 -950.40 + 131.905 1104.97 2526.37 -1421.40 + 131.955 1199.07 3251.59 -2052.52 + 132.005 1363.90 4210.15 -2846.25 + 132.055 1909.12 5385.89 -3476.77 + 132.105 2815.05 6705.53 -3890.48 + 132.155 4071.98 8033.35 -3961.37 + 132.205 5512.82 9166.83 -3654.01 + 132.255 7280.38 9861.02 -2580.64 + 132.305 8354.42 9929.12 -1574.70 + 132.355 9298.73 9353.69 -54.96 + 132.405 9297.74 8289.99 1007.75 + 132.455 9114.89 6981.19 2133.70 + 132.505 8748.39 5647.29 3101.10 + 132.553 8082.68 4477.13 3605.55 + 132.603 6827.01 3459.69 3367.32 + 132.653 5870.75 2678.84 3191.91 + 132.703 4872.36 2118.67 2753.69 + 132.753 4313.82 1741.32 2572.50 + 132.803 3623.33 1497.38 2125.95 + 132.853 3109.81 1343.71 1766.10 + 132.903 2798.59 1247.25 1551.34 + 132.953 2312.30 1184.78 1127.52 + 133.003 2077.60 1142.15 935.45 + 133.053 1859.15 1110.79 748.36 + 133.103 1712.66 1086.33 626.33 + 133.153 1532.11 1066.48 465.63 + 133.203 1271.15 1049.79 221.36 + 133.253 1203.41 1035.58 167.83 + 133.303 1156.13 1023.31 132.82 + 133.353 1127.19 1012.64 114.55 + 133.403 922.17 1003.30 -81.13 + 133.453 1012.06 995.06 17.00 + 133.503 980.19 987.79 -7.60 + 133.552 978.43 981.34 -2.91 + 133.602 949.29 975.60 -26.31 + 133.652 905.91 970.42 -64.51 + 133.702 986.47 965.78 20.69 + 133.752 961.99 961.60 0.39 + 133.820 921.11 956.58 -35.47 + 133.870 970.74 953.25 17.49 + 133.920 926.04 950.22 -24.18 + 133.970 911.08 947.45 -36.37 + 134.020 983.36 944.92 38.44 + 134.070 915.55 942.59 -27.04 + 134.120 988.29 940.45 47.84 + 134.170 949.61 938.48 11.13 + 134.220 964.77 936.66 28.11 + 134.270 959.52 934.98 24.54 + 134.320 910.49 933.42 -22.93 + 134.370 913.37 931.97 -18.60 + 134.420 929.64 930.63 -0.99 + 134.470 977.98 929.37 48.61 + 134.520 879.28 928.20 -48.92 + 134.570 909.88 927.11 -17.23 + 134.620 957.99 926.08 31.91 + 134.670 999.93 925.13 74.80 + 134.720 916.28 924.23 -7.95 + 134.770 978.40 923.38 55.02 + 134.819 969.82 922.59 47.23 + 134.869 930.96 921.84 9.12 + 134.919 892.26 921.14 -28.88 + 134.969 877.95 920.47 -42.52 + 135.019 894.31 919.85 -25.54 + 135.068 937.11 919.27 17.84 + 135.118 896.71 918.71 -22.00 + 135.168 970.02 918.18 51.84 + 135.218 931.15 917.67 13.48 + 135.268 916.59 917.19 -0.60 + 135.318 888.87 916.74 -27.87 + 135.368 965.46 916.31 49.15 + 135.418 905.15 915.90 -10.75 + 135.468 919.02 915.50 3.52 + 135.518 939.71 915.13 24.58 + 135.568 866.23 914.78 -48.55 + 135.618 898.13 914.44 -16.31 + 135.668 947.65 914.12 33.53 + 135.718 939.11 913.81 25.30 + 135.768 924.93 913.52 11.41 + 135.818 967.15 913.23 53.92 + 135.868 1011.07 912.97 98.10 + 135.918 941.45 912.71 28.74 + 135.968 969.44 912.46 56.98 + 136.018 941.79 912.22 29.57 + 136.068 895.22 912.00 -16.78 + 136.117 896.67 911.78 -15.11 + 136.167 902.29 911.57 -9.28 + 136.217 912.28 911.36 0.92 + 136.267 978.63 911.17 67.46 + 136.303 941.16 911.04 30.12 + 136.353 981.02 910.85 70.17 + 136.403 989.35 910.68 78.67 + 136.453 925.48 910.51 14.97 + 136.503 970.06 910.35 59.71 + 136.553 928.53 910.19 18.34 + 136.603 902.06 910.04 -7.98 + 136.653 907.55 909.89 -2.34 + 136.703 902.70 909.75 -7.05 + 136.753 893.25 910.36 -17.11 + 136.803 915.90 910.24 5.66 + 136.853 927.94 910.12 17.82 + 136.903 926.10 910.00 16.10 + 136.953 954.22 909.89 44.33 + 137.003 940.48 909.78 30.70 + 137.053 950.88 909.67 41.21 + 137.103 941.46 909.57 31.89 + 137.153 899.69 909.47 -9.78 + 137.203 939.08 909.38 29.70 + 137.253 923.67 909.29 14.38 + 137.303 949.39 909.20 40.19 + 137.353 951.50 909.11 42.39 + 137.403 944.86 909.02 35.84 + 137.453 874.31 908.94 -34.63 + 137.503 890.08 908.86 -18.78 + 137.541 903.22 908.80 -5.58 + 137.591 923.79 908.73 15.06 + 137.641 895.18 908.65 -13.47 + 137.691 963.69 908.58 55.11 + 137.741 931.88 908.51 23.37 + 137.791 914.87 904.05 10.82 + 137.841 911.99 904.06 7.93 + 137.891 943.10 904.07 39.03 + 137.941 947.89 904.09 43.80 + 137.991 929.94 904.10 25.84 + 138.041 935.52 904.11 31.41 + 138.091 985.08 904.12 80.96 + 138.141 914.78 904.13 10.65 + 138.191 949.58 904.14 45.44 + 138.241 898.71 904.15 -5.44 + 138.291 909.50 904.16 5.34 + 138.341 995.56 904.16 91.40 + 138.391 906.90 904.17 2.73 + 138.441 925.78 904.18 21.60 + 138.491 961.62 904.19 57.43 + 138.541 979.33 904.19 75.14 + 138.590 930.68 904.20 26.48 + 138.641 974.44 904.21 70.23 + 138.691 950.13 904.21 45.92 + 138.741 937.01 904.22 32.79 + 138.787 952.70 904.22 48.48 + 138.838 905.67 904.23 1.44 + 138.888 926.06 904.23 21.83 + 138.938 886.25 904.24 -17.99 + 138.988 906.78 904.24 2.54 + 139.038 888.39 904.25 -15.86 + 139.088 965.53 904.25 61.28 + 139.138 914.39 904.26 10.13 + 139.188 934.44 904.26 30.18 + 139.238 896.50 904.26 -7.76 + 139.288 950.10 904.27 45.83 + 139.338 975.42 904.27 71.15 + 139.388 932.71 904.27 28.44 + 139.438 953.58 904.27 49.31 + 139.488 944.33 904.28 40.05 + 139.538 944.74 904.28 40.46 + 139.587 926.65 904.28 22.37 + 139.637 970.54 904.29 66.25 + 139.687 929.60 904.29 25.31 + 139.737 1019.90 904.29 115.61 + 139.787 926.68 904.29 22.39 + 139.837 942.82 904.29 38.53 + 139.887 960.86 904.30 56.56 + 139.937 997.21 904.30 92.91 + 139.987 906.91 904.30 2.61 + 140.059 947.27 906.61 40.66 + 140.109 939.76 906.63 33.13 + 140.160 910.24 906.65 3.59 + 140.210 890.03 906.67 -16.64 + 140.260 1017.71 906.69 111.02 + 140.310 967.68 906.71 60.97 + 140.360 924.67 906.73 17.94 + 140.410 934.43 906.75 27.68 + 140.460 923.46 906.78 16.68 + 140.510 981.61 906.80 74.81 + 140.560 901.89 906.82 -4.93 + 140.610 974.82 906.85 67.97 + 140.660 954.70 906.87 47.83 + 140.710 934.56 906.90 27.66 + 140.760 906.05 906.92 -0.87 + 140.809 905.47 906.95 -1.48 + 140.859 888.29 906.98 -18.69 + 140.909 898.65 907.01 -8.36 + 140.959 948.91 907.04 41.87 + 141.009 952.11 907.07 45.04 + 141.059 899.64 907.10 -7.46 + 141.109 915.58 907.14 8.44 + 141.159 966.95 907.17 59.78 + 141.209 900.56 907.21 -6.65 + 141.259 861.71 907.25 -45.54 + 141.309 896.06 907.29 -11.23 + 141.359 937.94 907.33 30.61 + 141.409 903.01 907.37 -4.36 + 141.459 901.33 907.42 -6.09 + 141.509 924.06 907.47 16.59 + 141.559 918.28 907.52 10.76 + 141.609 934.78 907.57 27.21 + 141.659 913.65 907.63 6.02 + 141.709 945.69 907.68 38.01 + 141.759 883.41 907.74 -24.33 + 141.809 923.60 907.81 15.79 + 141.859 955.16 907.87 47.29 + 141.909 878.30 907.94 -29.64 + 141.959 871.05 908.02 -36.97 + 142.009 914.69 908.09 6.60 + 142.059 952.48 908.18 44.30 + 142.109 880.32 908.26 -27.94 + 142.158 976.14 908.35 67.79 + 142.209 961.04 908.45 52.59 + 142.258 973.37 908.55 64.82 + 142.308 918.73 908.65 10.08 + 142.358 975.45 908.76 66.69 + 142.408 920.54 908.88 11.66 + 142.458 969.86 909.00 60.86 + 142.508 986.77 909.13 77.64 + 142.544 908.12 909.23 -1.11 + 142.594 969.57 909.37 60.20 + 142.645 955.51 909.53 45.98 + 142.695 953.13 909.69 43.44 + 142.745 976.49 909.86 66.63 + 142.795 1024.88 910.04 114.84 + 142.845 962.38 910.23 52.15 + 142.895 877.20 910.43 -33.23 + 142.945 963.41 910.64 52.77 + 142.995 947.16 910.87 36.29 + 143.045 969.68 911.11 58.57 + 143.095 901.66 911.37 -9.71 + 143.145 911.72 911.64 0.08 + 143.195 957.26 911.93 45.33 + 143.244 910.22 912.24 -2.02 + 143.294 972.20 912.57 59.63 + 143.344 909.69 912.92 -3.23 + 143.394 914.62 913.30 1.32 + 143.444 829.78 913.70 -83.92 + 143.494 875.67 914.13 -38.46 + 143.544 914.72 914.59 0.13 + 143.594 958.38 915.09 43.29 + 143.644 970.76 915.62 55.14 + 143.694 869.82 916.19 -46.37 + 143.744 932.02 916.81 15.21 + 143.792 840.85 917.45 -76.60 + 143.842 880.76 918.16 -37.40 + 143.893 902.50 918.94 -16.44 + 143.943 936.71 919.78 16.93 + 143.993 905.18 920.69 -15.51 + 144.043 964.18 921.67 42.51 + 144.093 869.81 922.75 -52.94 + 144.143 907.46 923.92 -16.46 + 144.193 895.61 925.21 -29.60 + 144.243 867.76 926.62 -58.86 + 144.293 905.08 928.17 -23.09 + 144.343 936.70 929.90 6.80 + 144.393 900.24 931.83 -31.59 + 144.443 861.09 934.02 -72.93 + 144.493 946.16 936.52 9.64 + 144.542 872.53 939.46 -66.93 + 144.592 934.38 942.98 -8.60 + 144.642 937.32 947.31 -9.99 + 144.692 907.71 952.82 -45.11 + 144.742 933.77 959.95 -26.18 + 144.792 959.25 969.39 -10.14 + 144.842 1018.05 982.00 36.05 + 144.892 913.52 999.10 -85.58 + 144.942 952.80 1022.13 -69.33 + 144.992 941.54 1052.78 -111.24 + 145.055 1013.23 1105.56 -92.33 + 145.105 920.93 1161.59 -240.66 + 145.155 1047.90 1232.33 -184.43 + 145.205 1051.44 1319.72 -268.28 + 145.255 1100.66 1424.50 -323.84 + 145.305 1197.77 1547.11 -349.34 + 145.355 1429.00 1686.73 -257.73 + 145.405 1547.77 1840.35 -292.58 + 145.455 1699.74 2003.67 -303.93 + 145.505 1897.98 2169.77 -271.79 + 145.555 2124.80 2331.90 -207.10 + 145.605 2189.83 2480.15 -290.32 + 145.655 2310.69 2603.32 -292.63 + 145.705 2478.25 2691.80 -213.55 + 145.755 2515.64 2736.52 -220.88 + 145.805 2732.26 2732.80 -0.54 + 145.855 2677.41 2681.08 -3.67 + 145.905 2798.36 2586.84 211.52 + 145.955 2812.61 2458.82 353.79 + 146.005 2501.93 2308.08 193.85 + 146.055 2342.24 2144.88 197.36 + 146.105 2358.05 1978.99 379.06 + 146.155 2123.70 1816.53 307.17 + 146.205 1970.18 1664.55 305.63 + 146.255 1818.15 1527.60 290.55 + 146.304 1641.38 1408.14 233.24 + 146.354 1577.78 1305.43 272.35 + 146.404 1515.55 1220.42 295.13 + 146.455 1360.18 1151.70 208.48 + 146.505 1369.01 1097.60 271.41 + 146.555 1285.43 1055.74 229.69 + 146.605 1200.34 1023.83 176.51 + 146.655 1148.93 999.91 149.02 + 146.705 1215.73 982.12 233.61 + 146.755 1140.01 968.95 171.06 + 146.805 1032.81 959.09 73.72 + 146.855 985.48 951.63 33.85 + 146.904 997.20 945.90 51.30 + 146.954 970.07 941.37 28.70 + 147.004 1017.06 937.69 79.37 + 147.054 973.90 934.62 39.28 + 147.104 1018.12 932.00 86.12 + 147.154 975.03 929.71 45.32 + 147.204 941.08 927.68 13.40 + 147.254 995.27 925.86 69.41 + 147.304 972.13 924.22 47.91 + 147.354 926.88 922.73 4.15 + 147.404 942.40 921.37 21.03 + 147.454 932.55 920.12 12.43 + 147.504 884.75 918.97 -34.22 + 147.546 997.21 918.08 79.13 + 147.596 1007.54 917.09 90.45 + 147.646 999.21 916.18 83.03 + 147.696 981.48 915.34 66.14 + 147.746 960.70 914.56 46.14 + 147.796 979.20 913.83 65.37 + 147.846 981.47 913.16 68.31 + 147.896 982.72 912.54 70.18 + 147.946 974.18 911.96 62.22 + 147.996 941.18 911.42 29.76 + 148.046 990.52 910.92 79.60 + 148.096 993.27 910.45 82.82 + 148.146 969.51 910.01 59.50 + 148.196 980.15 909.61 70.54 + 148.246 974.59 909.23 65.36 + 148.296 985.67 908.88 76.79 + 148.346 1020.13 908.56 111.57 + 148.396 954.70 908.25 46.45 + 148.446 1032.83 907.97 124.86 + 148.496 957.73 907.71 50.02 + 148.546 1007.57 907.47 100.10 + 148.596 1006.29 907.25 99.04 + 148.646 975.71 907.05 68.66 + 148.696 1039.45 906.86 132.59 + 148.746 953.83 906.70 47.13 + 148.794 1020.75 906.55 114.20 + 148.844 970.89 906.41 64.48 + 148.894 1013.62 906.29 107.33 + 148.944 951.11 906.18 44.93 + 148.994 989.51 906.09 83.42 + 149.044 1044.78 906.01 138.77 + 149.094 1011.94 905.95 105.99 + 149.144 995.07 905.89 89.18 + 149.194 938.27 905.86 32.41 + 149.244 936.47 905.83 30.64 + 149.294 970.41 905.82 64.59 + 149.344 965.64 905.83 59.81 + 149.394 955.42 905.84 49.58 + 149.444 913.55 905.87 7.68 + 149.494 872.31 905.91 -33.60 + 149.544 933.14 905.97 27.17 + 149.594 884.56 906.04 -21.48 + 149.644 945.01 906.12 38.89 + 149.694 910.73 906.22 4.51 + 149.744 948.52 906.33 42.19 + 149.794 937.33 906.46 30.87 + 149.844 927.48 906.60 20.88 + 149.894 923.49 906.76 16.73 + 149.944 924.21 906.93 17.28 + 149.994 935.03 907.12 27.91 + 150.030 866.62 907.26 -40.64 + 150.081 889.86 907.48 -17.62 + 150.131 877.91 907.71 -29.80 + 150.181 917.89 907.96 9.93 + 150.231 910.71 908.23 2.48 + 150.281 879.55 908.52 -28.97 + 150.331 824.36 908.83 -84.47 + 150.381 826.00 909.16 -83.16 + 150.431 931.96 909.51 22.45 + 150.481 875.17 909.88 -34.71 + 150.531 890.03 910.27 -20.24 + 150.581 872.34 910.69 -38.35 + 150.631 868.33 911.13 -42.80 + 150.681 885.74 911.59 -25.85 + 150.731 902.51 912.09 -9.58 + 150.781 902.12 912.61 -10.49 + 150.830 894.70 913.16 -18.46 + 150.880 823.41 913.74 -90.33 + 150.930 866.33 914.36 -48.03 + 150.980 837.49 915.00 -77.51 + 151.030 879.53 915.69 -36.16 + 151.080 868.38 916.40 -48.02 + 151.130 845.28 917.16 -71.88 + 151.180 876.99 917.97 -40.98 + 151.230 849.14 918.81 -69.67 + 151.285 875.04 919.79 -44.75 + 151.335 887.48 920.73 -33.25 + 151.385 882.87 921.73 -38.86 + 151.435 846.07 922.78 -76.71 + 151.485 873.98 923.88 -49.90 + 151.535 875.79 925.05 -49.26 + 151.585 906.82 926.28 -19.46 + 151.635 842.86 927.59 -84.73 + 151.685 844.05 928.96 -84.91 + 151.735 874.29 930.40 -56.11 + 151.785 883.92 931.94 -48.02 + 151.835 899.11 933.56 -34.45 + 151.885 859.02 935.27 -76.25 + 151.935 884.14 937.08 -52.94 + 151.985 879.13 939.00 -59.87 + 152.035 848.79 941.03 -92.24 + 152.085 883.27 943.18 -59.91 + 152.135 876.83 945.46 -68.63 + 152.185 909.83 947.90 -38.07 + 152.235 868.19 950.49 -82.30 + 152.285 895.86 953.24 -57.38 + 152.334 874.38 956.18 -81.80 + 152.385 891.24 959.35 -68.11 + 152.435 859.45 962.76 -103.31 + 152.484 882.63 966.43 -83.80 + 152.542 929.62 971.07 -41.45 + 152.592 867.36 975.51 -108.15 + 152.642 927.09 980.41 -53.32 + 152.693 930.49 985.88 -55.39 + 152.742 941.01 992.00 -50.99 + 152.792 969.11 998.97 -29.86 + 152.842 906.28 1007.00 -100.72 + 152.893 897.26 1016.34 -119.08 + 152.943 920.82 1027.34 -106.52 + 152.992 918.64 1040.34 -121.70 + 153.042 894.43 1055.95 -161.52 + 153.093 878.50 1074.80 -196.30 + 153.142 920.57 1097.52 -176.95 + 153.192 903.93 1125.17 -221.24 + 153.242 932.33 1158.73 -226.40 + 153.292 909.28 1199.43 -290.15 + 153.342 989.14 1248.69 -259.55 + 153.392 929.18 1308.11 -378.93 + 153.442 927.63 1379.58 -451.95 + 153.492 1043.55 1464.72 -421.17 + 153.542 1043.77 1565.48 -521.71 + 153.592 1028.83 1683.54 -654.71 + 153.642 1095.20 1822.02 -726.82 + 153.692 1212.24 1982.09 -769.85 + 153.742 1330.57 2164.76 -834.19 + 153.790 1524.50 2363.08 -838.58 + 153.840 1744.39 2595.45 -851.06 + 153.890 1963.43 2853.61 -890.18 + 153.940 2426.97 3137.41 -710.44 + 153.990 2891.28 3444.87 -553.59 + 154.040 3270.53 3774.91 -504.38 + 154.090 3590.64 4125.20 -534.56 + 154.140 4248.34 4491.45 -243.11 + 154.190 4713.04 4868.79 -155.75 + 154.240 5098.39 5250.19 -151.80 + 154.290 5593.74 5631.70 -37.96 + 154.340 5817.80 6005.00 -187.20 + 154.390 6191.93 6359.99 -168.06 + 154.440 6598.96 6690.33 -91.37 + 154.490 6976.38 6985.60 -9.22 + 154.540 7353.49 7237.11 116.38 + 154.590 7641.19 7436.67 204.52 + 154.640 7776.45 7577.12 199.33 + 154.690 7892.90 7652.97 239.93 + 154.740 7917.59 7660.92 256.67 + 154.790 7874.63 7600.86 273.77 + 154.839 7726.31 7474.97 251.34 + 154.890 7715.86 7288.15 427.71 + 154.940 7527.01 7047.30 479.71 + 154.990 7160.09 6761.58 398.51 + 155.042 6822.30 6420.89 401.41 + 155.092 6701.23 6067.94 633.29 + 155.142 6248.44 5696.79 551.65 + 155.192 5780.20 5315.26 464.94 + 155.242 5380.80 4932.18 448.62 + 155.292 4889.18 4553.53 335.65 + 155.342 4403.32 4184.31 219.01 + 155.392 4143.75 3830.48 313.27 + 155.442 3565.15 3495.77 69.38 + 155.492 3304.11 3184.20 119.91 + 155.542 3130.39 2895.88 234.51 + 155.592 2899.81 2632.46 267.35 + 155.642 2707.41 2395.94 311.47 + 155.692 2511.48 2184.12 327.36 + 155.742 2332.83 1997.35 335.48 + 155.792 2234.37 1833.95 400.42 + 155.842 2066.28 1692.36 373.92 + 155.892 1884.79 1570.66 314.13 + 155.942 1831.06 1466.78 364.28 + 155.992 1702.58 1379.05 323.53 + 156.042 1536.86 1305.40 231.46 + 156.092 1392.33 1244.10 148.23 + 156.142 1403.82 1192.83 210.99 + 156.192 1340.29 1150.43 189.86 + 156.242 1260.93 1115.52 145.41 + 156.291 1177.96 1087.23 90.73 + 156.341 1196.91 1063.23 133.68 + 156.391 1100.68 1043.36 57.32 + 156.441 1090.03 1026.81 63.22 + 156.491 1043.67 1012.98 30.69 + 156.541 1071.26 1001.28 69.98 + 156.591 1022.03 991.26 30.77 + 156.641 1028.42 982.61 45.81 + 156.691 978.65 975.05 3.60 + 156.741 975.45 968.39 7.06 + 156.791 938.21 962.42 -24.21 + 156.841 909.07 957.01 -47.94 + 156.891 901.99 952.10 -50.11 + 156.941 918.38 947.57 -29.19 + 156.991 923.55 943.38 -19.83 + 157.041 980.39 939.48 40.91 + 157.091 929.91 935.84 -5.93 + 157.141 909.48 932.41 -22.93 + 157.191 897.31 929.18 -31.87 + 157.241 913.51 926.12 -12.61 + 157.291 927.18 923.24 3.94 + 157.340 914.94 920.51 -5.57 + 157.390 875.70 917.90 -42.20 + 157.441 871.56 915.42 -43.86 + 157.490 868.81 913.07 -44.26 + 157.529 880.75 911.33 -30.58 + 157.579 870.53 909.16 -38.63 + 157.629 842.80 907.09 -64.29 + 157.679 894.07 905.11 -11.04 + 157.729 906.30 903.23 3.07 + 157.779 892.17 901.42 -9.25 + 157.829 918.69 899.69 19.00 + 157.879 867.16 898.03 -30.87 + 157.929 910.07 896.44 13.63 + 157.979 832.95 894.92 -61.97 + 158.029 872.59 893.46 -20.87 + 158.079 881.02 892.06 -11.04 + 158.129 910.25 890.71 19.54 + 158.179 834.55 889.41 -54.86 + 158.229 887.76 888.17 -0.41 + 158.279 869.35 886.97 -17.62 + 158.329 852.43 885.82 -33.39 + 158.379 897.17 884.70 12.47 + 158.429 904.44 883.63 20.81 + 158.479 899.39 882.60 16.79 + 158.529 974.94 881.61 93.33 + 158.579 886.55 880.65 5.90 + 158.629 888.35 879.73 8.62 + 158.679 894.56 878.83 15.73 + 158.729 887.59 877.97 9.62 + 158.783 933.20 877.08 56.12 + 158.833 920.73 876.28 44.45 + 158.883 858.56 875.50 -16.94 + 158.933 873.86 874.76 -0.90 + 158.983 898.25 874.04 24.21 + 159.033 865.06 873.35 -8.29 + 159.083 905.02 872.68 32.34 + 159.133 924.46 872.03 52.43 + 159.183 881.28 871.41 9.87 + 159.233 858.94 870.81 -11.87 + 159.283 933.10 870.23 62.87 + 159.333 979.00 869.67 109.33 + 159.383 936.92 869.13 67.79 + 159.433 882.29 868.61 13.68 + 159.483 924.36 868.12 56.24 + 159.533 935.60 867.64 67.96 + 159.583 930.18 867.18 63.00 + 159.633 901.98 866.73 35.25 + 159.683 941.62 866.31 75.31 + 159.733 963.43 865.90 97.53 + 159.783 864.83 865.51 -0.68 + 159.832 941.26 865.13 76.13 + 159.883 912.89 864.77 48.12 + 159.933 964.01 864.43 99.58 + 159.982 944.89 864.10 80.79 + 160.041 963.06 863.74 99.32 + 160.091 913.88 863.45 50.43 + 160.141 960.61 863.17 97.44 + 160.192 973.14 862.91 110.23 + 160.241 943.27 862.66 80.61 + 160.291 880.56 862.43 18.13 + 160.341 928.16 862.22 65.94 + 160.392 907.78 862.02 45.76 + 160.442 901.10 861.83 39.27 + 160.491 919.39 861.66 57.73 + 160.541 937.45 861.51 75.94 + 160.592 946.58 861.37 85.21 + 160.641 959.96 861.24 98.72 + 160.691 902.51 861.13 41.38 + 160.741 895.89 861.03 34.86 + 160.791 999.19 860.96 138.23 + 160.841 911.04 860.89 50.15 + 160.891 961.51 860.84 100.67 + 160.941 936.45 860.81 75.64 + 160.991 945.28 860.79 84.49 + 161.041 933.90 860.79 73.11 + 161.091 939.15 860.80 78.35 + 161.141 983.45 860.83 122.62 + 161.191 902.91 860.88 42.03 + 161.241 945.82 860.95 84.87 + 161.297 924.10 861.04 63.06 + 161.347 960.85 861.14 99.71 + 161.397 908.65 861.26 47.39 + 161.447 938.06 861.40 76.66 + 161.497 886.22 861.56 24.66 + 161.547 934.11 861.73 72.38 + 161.597 923.08 861.93 61.15 + 161.647 947.87 862.15 85.72 + 161.697 1005.47 862.38 143.09 + 161.747 920.53 862.64 57.89 + 161.797 957.30 862.93 94.37 + 161.847 1002.40 863.23 139.17 + 161.897 937.29 863.56 73.73 + 161.947 924.22 863.92 60.30 + 161.997 925.53 864.30 61.23 + 162.047 953.83 864.71 89.12 + 162.097 878.26 865.15 13.11 + 162.147 905.23 865.62 39.61 + 162.197 925.70 866.12 59.58 + 162.247 878.28 866.66 11.62 + 162.297 858.43 867.23 -8.80 + 162.347 913.07 867.83 45.24 + 162.397 889.83 868.48 21.35 + 162.447 926.53 869.17 57.36 + 162.497 902.39 869.90 32.49 + 162.557 966.16 870.85 95.31 + 162.607 905.06 871.69 33.37 + 162.657 944.70 872.60 72.10 + 162.707 935.82 873.56 62.26 + 162.757 957.39 874.58 82.81 + 162.807 909.22 875.66 33.56 + 162.857 988.54 876.83 111.71 + 162.907 923.08 878.07 45.01 + 162.957 907.31 879.39 27.92 + 163.007 893.08 880.80 12.28 + 163.057 911.54 882.31 29.23 + 163.107 983.70 883.92 99.78 + 163.157 1060.96 885.65 175.31 + 163.207 928.88 887.49 41.39 + 163.257 960.16 889.47 70.69 + 163.307 968.35 891.58 76.77 + 163.357 961.79 893.85 67.94 + 163.407 954.64 896.28 58.36 + 163.457 916.09 898.89 17.20 + 163.507 981.89 901.69 80.20 + 163.557 916.63 904.69 11.94 + 163.606 919.80 907.90 11.90 + 163.656 972.91 911.37 61.54 + 163.706 1058.06 915.10 142.96 + 163.756 1061.08 750.55 310.53 +END +WAVES Phase1, tik1 +BEGIN + 22.070 -1396 + 31.613 -1396 + 39.091 -1396 + 45.532 -1396 + 51.337 -1396 + 56.711 -1396 + 66.615 -1396 + 71.287 -1396 + 71.287 -1396 + 75.836 -1396 + 80.298 -1396 + 84.704 -1396 + 89.082 -1396 + 93.457 -1396 + 102.303 -1396 + 106.831 -1396 + 106.831 -1396 + 111.473 -1396 + 111.473 -1396 + 116.273 -1396 + 121.284 -1396 + 126.584 -1396 + 132.285 -1396 + 145.776 -1396 + 154.721 -1396 + 154.721 -1396 + 169.255 -1396 + 169.255 -1396 +END +WAVES Excrg1, excl1 +BEGIN + 4.16 -1396 + 10.00 -1396 +END +WAVES Excrg2, excl2 +BEGIN + 164.00 -1396 + 163.76 -1396 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TwoTheta +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 4.16, 163.76 +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -23441} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: ECH0030684_LaB6_1p622A_11B\rDate of fit: \Z09 18/06/2026/ 23:03:41.7\Z12\rnuclear\rChi2 = 459.53" +X Label left "\Z14Intensity" +X Label bottom "\Z142-Theta (in degrees)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: LaB6 Ge(331) +X | Date of run: 18/06/2026 / 23:03:41.7 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.sum b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.sum new file mode 100644 index 000000000..9dcc8b5db --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_11B.sum @@ -0,0 +1,142 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 8.40 - Feb2026-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 18/06/2026 Time: 23:03:41.612 + + => PCR file code: ECH0030684_LaB6_1p622A_11B + => DAT file code: ECH0030684_LaB6_1p62 -> Relative contribution: 1.0000 + => Title: LaB6 Ge(331) + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of neutron powder data + => The 7th default profile function was selected + + => X-Y type of data: 2theta/TOF/E(Kev) Intens sigma for pattern: 1 + => Analysis of refinement at the end + => Wavelengths: 1.62390 1.62390 + => Cos(Monochromator angle)= 0.0000 + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 12.00 + ==> Angular range, step and number of points: + 2Thmin: 4.164220 2Thmax: 163.756378 Step: 0.049998 No. of points: 3194 + =>-------> Pattern# 1 + => Crystal Structure Refinement for phase: 1 + => The density (volumic mass) of phase 1 is: 4.711 g/cm3 + => Scor: 3.3817 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 nuclear P m -3 m +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 28 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + La 0.00000( 0) 0.00000( 0) 0.00000( 0) 0.258( 0) 0.021( 0) 1 + B 0.19972( 0) 0.50000( 0) 0.50000( 0) 0.119( 0) 0.125( 0) 6 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 4.15689 0.00000 + 4.15689 0.00000 + 4.15689 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + => overall scale factor : 42.98374 0.000000 + => Eta(p-v) or m(p-vii) : 0.00000 0.00000 + => Overall tem. factor : 0.00000 0.00000 + => Halfwidth parameters : 0.14343 0.00000 + -0.52314 0.00000 + 0.59041 0.00000 + => Preferred orientation: 0.00000 0.00000 + 0.00000 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => X and y parameters : 0.00000 0.00000 + 0.05452 0.00000 + => Strain parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => Size parameters (G,L): 0.00000 0.00000 + 0.00000 0.00000 + + => Add. shape parameters: + 0.00000 0.00000 + 0.00000 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: -0.4578 0.0000 + => Background Polynomial Parameters ==> + 777.35 0.0000 + 52.434 0.0000 + 365.76 0.0000 + 14.659 0.0000 + -415.68 0.0000 + 0.0000 0.0000 + + => Cos(2theta)-shift parameter : 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle:200 + => N-P+C: 3076 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 31.5 Rwp: 59.1 Rexp: 2.76 Chi2: 460. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 62.7 Rwp: 101. Rexp: 4.69 Chi2: 460. + => Deviance: 0.128E+07 Dev* : 414.5 + => DW-Stat.: 0.0667 DW-exp: 1.8880 + => N-sigma of the GoF: 17982.492 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 3011 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 31.8 Rwp: 59.4 Rexp: 2.74 Chi2: 469. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 62.6 Rwp: 101. Rexp: 4.64 Chi2: 469. + => Deviance: 0.128E+07 Dev* : 423.5 + => DW-Stat.: 0.0667 DW-exp: 1.8867 + => N-sigma of the GoF: 18175.486 + + => Global user-weigthed Chi2 (Bragg contrib.): 469. + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 nuclear + => Bragg R-factor: 4.28 Vol: 71.830( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 2.31 ATZ: 203.711 Brindley: 1.0000 + + + CPU Time: 0.184 seconds + 0.003 minutes + + => Run finished at: Date: 18/06/2026 Time: 23:03:41.797 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.bac b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.bac new file mode 100644 index 000000000..aeb051521 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.bac @@ -0,0 +1,3195 @@ +! Background of: ECH0030684_LaB6_1p622A_absorption + 4.6220 708.1663 + 4.6720 708.6753 + 4.7221 709.1827 + 4.7719 709.6869 + 4.8219 710.1910 + 4.8720 710.6945 + 4.9219 711.1943 + 4.9719 711.6942 + 5.0219 712.1918 + 5.0718 712.6879 + 5.1217 713.1823 + 5.1717 713.6755 + 5.2217 714.1682 + 5.2717 714.6584 + 5.3216 715.1473 + 5.3714 715.6329 + 5.4215 716.1200 + 5.4715 716.6056 + 5.5215 717.0881 + 5.5743 717.5974 + 5.6244 718.0789 + 5.6745 718.5585 + 5.7246 719.0371 + 5.7745 719.5127 + 5.8245 719.9871 + 5.8745 720.4608 + 5.9246 720.9330 + 5.9746 721.4037 + 6.0245 721.8713 + 6.0745 722.3389 + 6.1246 722.8058 + 6.1745 723.2692 + 6.2245 723.7324 + 6.2744 724.1940 + 6.3244 724.6536 + 6.3743 725.1118 + 6.4242 725.5690 + 6.4743 726.0254 + 6.5242 726.4799 + 6.5742 726.9326 + 6.6240 727.3823 + 6.6740 727.8336 + 6.7241 728.2832 + 6.7740 728.7299 + 6.8194 729.1351 + 6.8695 729.5811 + 6.9196 730.0253 + 6.9697 730.4684 + 7.0196 730.9088 + 7.0696 731.3480 + 7.1196 731.7866 + 7.1697 732.2235 + 7.2197 732.6592 + 7.2696 733.0918 + 7.3196 733.5245 + 7.3697 733.9564 + 7.4195 734.3850 + 7.4696 734.8137 + 7.5195 735.2404 + 7.5694 735.6654 + 7.6194 736.0891 + 7.6693 736.5117 + 7.7194 736.9336 + 7.7693 737.3535 + 7.8193 737.7719 + 7.8690 738.1876 + 7.9191 738.6044 + 7.9692 739.0198 + 8.0191 739.4325 + 8.0754 739.8969 + 8.1255 740.3083 + 8.1756 740.7181 + 8.2257 741.1270 + 8.2757 741.5333 + 8.3256 741.9382 + 8.3757 742.3428 + 8.4257 742.7457 + 8.4758 743.1474 + 8.5256 743.5463 + 8.5756 743.9449 + 8.6257 744.3430 + 8.6756 744.7380 + 8.7256 745.1329 + 8.7756 745.5260 + 8.8255 745.9177 + 8.8754 746.3079 + 8.9254 746.6970 + 8.9754 747.0855 + 9.0254 747.4720 + 9.0753 747.8573 + 9.1251 748.2399 + 9.1752 748.6235 + 9.2252 749.0057 + 9.2751 749.3854 + 9.3280 749.7861 + 9.3781 750.1646 + 9.4281 750.5416 + 9.4782 750.9177 + 9.5282 751.2913 + 9.5782 751.6636 + 9.6282 752.0355 + 9.6783 752.4058 + 9.7283 752.7751 + 9.7782 753.1416 + 9.8282 753.5081 + 9.8783 753.8738 + 9.9281 754.2367 + 9.9781 754.5992 + 10.0281 754.9603 + 10.0780 755.3197 + 10.1280 755.6780 + 10.1779 756.0351 + 10.2280 756.3917 + 10.2779 756.7465 + 10.3279 757.0999 + 10.3776 757.4507 + 10.4277 757.8027 + 10.4778 758.1533 + 10.5277 758.5013 + 10.5828 758.8843 + 10.6329 759.2312 + 10.6829 759.5768 + 10.7330 759.9213 + 10.7830 760.2636 + 10.8330 760.6047 + 10.8830 760.9453 + 10.9331 761.2844 + 10.9831 761.6224 + 11.0329 761.9578 + 11.0830 762.2932 + 11.1330 762.6278 + 11.1829 762.9599 + 11.2330 763.2916 + 11.2829 763.6218 + 11.3328 763.9506 + 11.3827 764.2781 + 11.4327 764.6046 + 11.4827 764.9306 + 11.5327 765.2548 + 11.5827 765.5778 + 11.6324 765.8984 + 11.6825 766.2198 + 11.7326 766.5399 + 11.7825 766.8578 + 11.8322 767.1735 + 11.8823 767.4904 + 11.9324 767.8058 + 11.9825 768.1204 + 12.0324 768.4327 + 12.0824 768.7440 + 12.1325 769.0547 + 12.1825 769.3641 + 12.2325 769.6724 + 12.2824 769.9784 + 12.3324 770.2841 + 12.3825 770.5891 + 12.4324 770.8917 + 12.4824 771.1941 + 12.5323 771.4949 + 12.5823 771.7944 + 12.6322 772.0927 + 12.6821 772.3901 + 12.7322 772.6868 + 12.7822 772.9819 + 12.8321 773.2759 + 12.8819 773.5676 + 12.9319 773.8601 + 12.9820 774.1512 + 13.0319 774.4403 + 13.0712 774.6674 + 13.1214 774.9557 + 13.1714 775.2427 + 13.2215 775.5288 + 13.2715 775.8127 + 13.3214 776.0958 + 13.3715 776.3781 + 13.4215 776.6594 + 13.4716 776.9394 + 13.5214 777.2174 + 13.5715 777.4951 + 13.6215 777.7722 + 13.6714 778.0469 + 13.7214 778.3213 + 13.7714 778.5943 + 13.8213 778.8661 + 13.8712 779.1367 + 13.9212 779.4064 + 13.9712 779.6754 + 14.0212 779.9431 + 14.0711 780.2094 + 14.1209 780.4738 + 14.1710 780.7386 + 14.2211 781.0025 + 14.2710 781.2644 + 14.3257 781.5504 + 14.3758 781.8110 + 14.4259 782.0704 + 14.4760 782.3290 + 14.5259 782.5856 + 14.5759 782.8412 + 14.6259 783.0963 + 14.6760 783.3502 + 14.7260 783.6031 + 14.7759 783.8539 + 14.8259 784.1045 + 14.8760 784.3544 + 14.9259 784.6023 + 14.9759 784.8497 + 15.0258 785.0958 + 15.0758 785.3408 + 15.1257 785.5846 + 15.1756 785.8276 + 15.2257 786.0700 + 15.2756 786.3110 + 15.3256 786.5508 + 15.3753 786.7887 + 15.4254 787.0272 + 15.4755 787.2645 + 15.5254 787.4999 + 15.5817 787.7646 + 15.6318 787.9989 + 15.6819 788.2319 + 15.7320 788.4642 + 15.7820 788.6948 + 15.8319 788.9243 + 15.8820 789.1532 + 15.9320 789.3811 + 15.9821 789.6080 + 16.0319 789.8330 + 16.0819 790.0577 + 16.1320 790.2817 + 16.1819 790.5039 + 16.2319 790.7256 + 16.2819 790.9461 + 16.3318 791.1655 + 16.3817 791.3838 + 16.4317 791.6013 + 16.4817 791.8181 + 16.5317 792.0337 + 16.5816 792.2482 + 16.6314 792.4609 + 16.6815 792.6740 + 16.7315 792.8862 + 16.7814 793.0966 + 16.8158 793.2410 + 16.8659 793.4505 + 16.9160 793.6590 + 16.9661 793.8666 + 17.0161 794.0726 + 17.0660 794.2778 + 17.1161 794.4823 + 17.1661 794.6859 + 17.2162 794.8884 + 17.2660 795.0894 + 17.3160 795.2897 + 17.3661 795.4896 + 17.4160 795.6877 + 17.4660 795.8854 + 17.5160 796.0820 + 17.5659 796.2773 + 17.6158 796.4718 + 17.6658 796.6655 + 17.7158 796.8585 + 17.7658 797.0503 + 17.8157 797.2411 + 17.8655 797.4303 + 17.9156 797.6198 + 17.9656 797.8082 + 18.0155 797.9952 + 18.0527 798.1339 + 18.1028 798.3198 + 18.1529 798.5049 + 18.2030 798.6890 + 18.2530 798.8718 + 18.3029 799.0536 + 18.3530 799.2349 + 18.4030 799.4152 + 18.4531 799.5946 + 18.5029 799.7724 + 18.5529 799.9499 + 18.6030 800.1267 + 18.6529 800.3018 + 18.7029 800.4766 + 18.7529 800.6502 + 18.8028 800.8229 + 18.8527 800.9946 + 18.9027 801.1655 + 18.9527 801.3359 + 19.0027 801.5050 + 19.0526 801.6733 + 19.1024 801.8400 + 19.1525 802.0070 + 19.2025 802.1730 + 19.2524 802.3375 + 19.2976 802.4856 + 19.3477 802.6492 + 19.3977 802.8117 + 19.4478 802.9735 + 19.4978 803.1339 + 19.5478 803.2935 + 19.5978 803.4526 + 19.6479 803.6107 + 19.6979 803.7679 + 19.7478 803.9237 + 19.7978 804.0791 + 19.8479 804.2339 + 19.8977 804.3871 + 19.9478 804.5400 + 19.9977 804.6918 + 20.0476 804.8427 + 20.0976 804.9927 + 20.1475 805.1420 + 20.1976 805.2907 + 20.2475 805.4382 + 20.2975 805.5849 + 20.3472 805.7303 + 20.3973 805.8757 + 20.4474 806.0201 + 20.4973 806.1634 + 20.5635 806.3522 + 20.6136 806.4940 + 20.6636 806.6349 + 20.7137 806.7751 + 20.7637 806.9141 + 20.8137 807.0522 + 20.8637 807.1898 + 20.9138 807.3265 + 20.9638 807.4624 + 21.0137 807.5970 + 21.0637 807.7313 + 21.1138 807.8648 + 21.1636 807.9971 + 21.2136 808.1288 + 21.2636 808.2596 + 21.3135 808.3896 + 21.3635 808.5187 + 21.4134 808.6471 + 21.4634 808.7748 + 21.5134 808.9016 + 21.5634 809.0275 + 21.6131 809.1523 + 21.6632 809.2771 + 21.7133 809.4009 + 21.7632 809.5236 + 21.8238 809.6715 + 21.8739 809.7930 + 21.9239 809.9136 + 21.9740 810.0334 + 22.0240 810.1522 + 22.0740 810.2702 + 22.1240 810.3876 + 22.1741 810.5043 + 22.2241 810.6202 + 22.2739 810.7347 + 22.3240 810.8489 + 22.3740 810.9626 + 22.4239 811.0750 + 22.4739 811.1870 + 22.5239 811.2980 + 22.5738 811.4082 + 22.6237 811.5176 + 22.6737 811.6265 + 22.7237 811.7346 + 22.7737 811.8419 + 22.8236 811.9484 + 22.8734 812.0537 + 22.9235 812.1590 + 22.9736 812.2635 + 23.0235 812.3669 + 23.0697 812.4622 + 23.1199 812.5646 + 23.1699 812.6661 + 23.2200 812.7671 + 23.2700 812.8671 + 23.3199 812.9661 + 23.3700 813.0648 + 23.4200 813.1627 + 23.4701 813.2597 + 23.5199 813.3558 + 23.5700 813.4514 + 23.6200 813.5464 + 23.6699 813.6403 + 23.7199 813.7338 + 23.7699 813.8264 + 23.8198 813.9183 + 23.8697 814.0094 + 23.9197 814.0999 + 23.9697 814.1898 + 24.0197 814.2789 + 24.0696 814.3672 + 24.1194 814.4545 + 24.1695 814.5417 + 24.2196 814.6282 + 24.2695 814.7136 + 24.3191 814.7980 + 24.3692 814.8824 + 24.4193 814.9661 + 24.4694 815.0491 + 24.5194 815.1311 + 24.5693 815.2125 + 24.6194 815.2933 + 24.6694 815.3735 + 24.7195 815.4529 + 24.7693 815.5315 + 24.8194 815.6095 + 24.8694 815.6869 + 24.9193 815.7634 + 24.9693 815.8395 + 25.0193 815.9147 + 25.0692 815.9893 + 25.1191 816.0631 + 25.1691 816.1363 + 25.2191 816.2090 + 25.2691 816.2809 + 25.3190 816.3521 + 25.3688 816.4224 + 25.4189 816.4926 + 25.4689 816.5619 + 25.5188 816.6304 + 25.5732 816.7044 + 25.6233 816.7718 + 25.6734 816.8385 + 25.7235 816.9046 + 25.7735 816.9699 + 25.8234 817.0346 + 25.8735 817.0987 + 25.9235 817.1620 + 25.9736 817.2249 + 26.0234 817.2869 + 26.0734 817.3484 + 26.1235 817.4092 + 26.1734 817.4692 + 26.2234 817.5289 + 26.2734 817.5877 + 26.3233 817.6459 + 26.3732 817.7036 + 26.4232 817.7605 + 26.4732 817.8170 + 26.5232 817.8727 + 26.5731 817.9279 + 26.6229 817.9821 + 26.6730 818.0361 + 26.7230 818.0895 + 26.7729 818.1420 + 26.8354 818.2070 + 26.8855 818.2585 + 26.9356 818.3092 + 26.9857 818.3594 + 27.0356 818.4088 + 27.0856 818.4576 + 27.1356 818.5060 + 27.1857 818.5536 + 27.2357 818.6008 + 27.2856 818.6472 + 27.3356 818.6929 + 27.3857 818.7383 + 27.4355 818.7830 + 27.4856 818.8270 + 27.5355 818.8704 + 27.5855 818.9133 + 27.6354 818.9555 + 27.6853 818.9973 + 27.7354 819.0384 + 27.7853 819.0790 + 27.8353 819.1189 + 27.8850 819.1581 + 27.9351 819.1970 + 27.9852 819.2354 + 28.0351 819.2729 + 28.0912 819.3146 + 28.1413 819.3511 + 28.1913 819.3870 + 28.2415 819.4224 + 28.2914 819.4570 + 28.3414 819.4913 + 28.3914 819.5249 + 28.4415 819.5580 + 28.4915 819.5906 + 28.5414 819.6224 + 28.5914 819.6538 + 28.6415 819.6846 + 28.6913 819.7148 + 28.7414 819.7446 + 28.7913 819.7738 + 28.8412 819.8024 + 28.8912 819.8304 + 28.9411 819.8579 + 28.9911 819.8849 + 29.0411 819.9113 + 29.0911 819.9372 + 29.1408 819.9624 + 29.1909 819.9873 + 29.2410 820.0116 + 29.2909 820.0353 + 29.3235 820.0505 + 29.3736 820.0735 + 29.4237 820.0959 + 29.4738 820.1177 + 29.5237 820.1390 + 29.5737 820.1597 + 29.6238 820.1800 + 29.6738 820.1997 + 29.7239 820.2190 + 29.7737 820.2375 + 29.8237 820.2557 + 29.8738 820.2734 + 29.9237 820.2905 + 29.9737 820.3071 + 30.0237 820.3232 + 30.0736 820.3387 + 30.1235 820.3538 + 30.1735 820.3683 + 30.2235 820.3824 + 30.2735 820.3961 + 30.3234 820.4091 + 30.3732 820.4216 + 30.4233 820.4336 + 30.4733 820.4453 + 30.5232 820.4563 + 30.5563 820.4634 + 30.6064 820.4736 + 30.6565 820.4834 + 30.7066 820.4927 + 30.7565 820.5015 + 30.8065 820.5097 + 30.8566 820.5176 + 30.9066 820.5248 + 30.9566 820.5317 + 31.0065 820.5380 + 31.0565 820.5438 + 31.1066 820.5493 + 31.1565 820.5542 + 31.2065 820.5587 + 31.2565 820.5626 + 31.3064 820.5662 + 31.3563 820.5691 + 31.4062 820.5717 + 31.4563 820.5737 + 31.5063 820.5754 + 31.5562 820.5765 + 31.6060 820.5772 + 31.6561 820.5774 + 31.7061 820.5772 + 31.7560 820.5766 + 31.8092 820.5753 + 31.8593 820.5737 + 31.9094 820.5717 + 31.9595 820.5691 + 32.0094 820.5661 + 32.0594 820.5627 + 32.1095 820.5587 + 32.1595 820.5544 + 32.2095 820.5497 + 32.2594 820.5444 + 32.3094 820.5388 + 32.3595 820.5326 + 32.4094 820.5261 + 32.4594 820.5192 + 32.5093 820.5118 + 32.5593 820.5040 + 32.6092 820.4957 + 32.6591 820.4869 + 32.7092 820.4778 + 32.7591 820.4683 + 32.8091 820.4582 + 32.8589 820.4478 + 32.9089 820.4371 + 32.9590 820.4257 + 33.0089 820.4140 + 33.0541 820.4031 + 33.1042 820.3905 + 33.1543 820.3776 + 33.2044 820.3643 + 33.2543 820.3506 + 33.3043 820.3364 + 33.3543 820.3219 + 33.4044 820.3069 + 33.4544 820.2914 + 33.5043 820.2757 + 33.5543 820.2595 + 33.6044 820.2429 + 33.6543 820.2259 + 33.7043 820.2085 + 33.7542 820.1907 + 33.8042 820.1726 + 33.8541 820.1541 + 33.9040 820.1350 + 33.9541 820.1155 + 34.0040 820.0958 + 34.0540 820.0757 + 34.1038 820.0553 + 34.1538 820.0343 + 34.2039 820.0129 + 34.2538 819.9912 + 34.2952 819.9730 + 34.3453 819.9505 + 34.3954 819.9277 + 34.4455 819.9044 + 34.4954 819.8809 + 34.5454 819.8570 + 34.5954 819.8326 + 34.6455 819.8079 + 34.6955 819.7828 + 34.7454 819.7574 + 34.7954 819.7316 + 34.8455 819.7054 + 34.8953 819.6790 + 34.9454 819.6520 + 34.9953 819.6248 + 35.0453 819.5972 + 35.0952 819.5693 + 35.1451 819.5410 + 35.1952 819.5122 + 35.2451 819.4832 + 35.2951 819.4537 + 35.3448 819.4242 + 35.3949 819.3939 + 35.4450 819.3634 + 35.4949 819.3326 + 35.5637 819.2896 + 35.6138 819.2579 + 35.6639 819.2258 + 35.7140 819.1934 + 35.7640 819.1607 + 35.8139 819.1277 + 35.8640 819.0943 + 35.9140 819.0605 + 35.9641 819.0265 + 36.0139 818.9922 + 36.0639 818.9575 + 36.1140 818.9224 + 36.1639 818.8870 + 36.2139 818.8513 + 36.2639 818.8154 + 36.3138 818.7790 + 36.3637 818.7424 + 36.4137 818.7053 + 36.4637 818.6680 + 36.5137 818.6302 + 36.5636 818.5923 + 36.6134 818.5543 + 36.6635 818.5156 + 36.7135 818.4765 + 36.7634 818.4373 + 36.8374 818.3787 + 36.8875 818.3386 + 36.9376 818.2981 + 36.9877 818.2574 + 37.0376 818.2164 + 37.0876 818.1752 + 37.1377 818.1336 + 37.1877 818.0916 + 37.2378 818.0494 + 37.2876 818.0071 + 37.3376 817.9642 + 37.3877 817.9211 + 37.4376 817.8778 + 37.4876 817.8342 + 37.5376 817.7901 + 37.5875 817.7460 + 37.6374 817.7014 + 37.6874 817.6566 + 37.7374 817.6115 + 37.7874 817.5660 + 37.8373 817.5204 + 37.8871 817.4746 + 37.9372 817.4283 + 37.9872 817.3816 + 38.0371 817.3348 + 38.0778 817.2965 + 38.1279 817.2491 + 38.1780 817.2014 + 38.2281 817.1533 + 38.2780 817.1052 + 38.3280 817.0568 + 38.3781 817.0080 + 38.4281 816.9589 + 38.4781 816.9097 + 38.5280 816.8602 + 38.5780 816.8104 + 38.6281 816.7603 + 38.6780 816.7100 + 38.7280 816.6594 + 38.7780 816.6085 + 38.8279 816.5574 + 38.8778 816.5061 + 38.9278 816.4546 + 38.9778 816.4026 + 39.0278 816.3505 + 39.0777 816.2982 + 39.1275 816.2456 + 39.1776 816.1927 + 39.2276 816.1394 + 39.2775 816.0861 + 39.3286 816.0314 + 39.3787 815.9773 + 39.4287 815.9230 + 39.4788 815.8685 + 39.5288 815.8139 + 39.5788 815.7590 + 39.6288 815.7039 + 39.6788 815.6484 + 39.7289 815.5928 + 39.7787 815.5370 + 39.8288 815.4810 + 39.8788 815.4246 + 39.9287 815.3680 + 39.9787 815.3113 + 40.0287 815.2544 + 40.0786 815.1972 + 40.1285 815.1398 + 40.1785 815.0822 + 40.2285 815.0242 + 40.2785 814.9661 + 40.3284 814.9078 + 40.3782 814.8494 + 40.4283 814.7905 + 40.4784 814.7314 + 40.5283 814.6724 + 40.5802 814.6106 + 40.6303 814.5507 + 40.6803 814.4908 + 40.7304 814.4305 + 40.7804 814.3702 + 40.8303 814.3097 + 40.8804 814.2489 + 40.9305 814.1879 + 40.9805 814.1267 + 41.0303 814.0655 + 41.0804 814.0038 + 41.1304 813.9420 + 41.1803 813.8802 + 41.2303 813.8180 + 41.2803 813.7556 + 41.3302 813.6931 + 41.3801 813.6305 + 41.4301 813.5676 + 41.4801 813.5043 + 41.5301 813.4410 + 41.5800 813.3776 + 41.6298 813.3141 + 41.6799 813.2500 + 41.7300 813.1859 + 41.7799 813.1216 + 41.8221 813.0671 + 41.8722 813.0024 + 41.9223 812.9374 + 41.9724 812.8723 + 42.0223 812.8072 + 42.0723 812.7418 + 42.1223 812.6762 + 42.1724 812.6104 + 42.2224 812.5444 + 42.2723 812.4785 + 42.3223 812.4122 + 42.3724 812.3456 + 42.4223 812.2792 + 42.4723 812.2123 + 42.5222 812.1455 + 42.5722 812.0784 + 42.6221 812.0113 + 42.6720 811.9438 + 42.7221 811.8762 + 42.7720 811.8084 + 42.8220 811.7406 + 42.8718 811.6728 + 42.9218 811.6044 + 42.9719 811.5359 + 43.0218 811.4674 + 43.0719 811.3986 + 43.1220 811.3295 + 43.1721 811.2604 + 43.2222 811.1910 + 43.2721 811.1217 + 43.3221 811.0522 + 43.3722 810.9825 + 43.4222 810.9127 + 43.4722 810.8426 + 43.5221 810.7728 + 43.5721 810.7025 + 43.6222 810.6320 + 43.6721 810.5615 + 43.7221 810.4908 + 43.7720 810.4202 + 43.8220 810.3492 + 43.8719 810.2782 + 43.9218 810.2070 + 43.9719 810.1357 + 44.0218 810.0641 + 44.0718 809.9927 + 44.1215 809.9211 + 44.1716 809.8492 + 44.2217 809.7770 + 44.2716 809.7050 + 44.3227 809.6310 + 44.3728 809.5584 + 44.4229 809.4858 + 44.4730 809.4130 + 44.5230 809.3403 + 44.5729 809.2674 + 44.6230 809.1943 + 44.6730 809.1210 + 44.7231 809.0477 + 44.7729 808.9745 + 44.8229 808.9009 + 44.8730 808.8271 + 44.9229 808.7536 + 44.9729 808.6796 + 45.0229 808.6058 + 45.0728 808.5318 + 45.1227 808.4578 + 45.1727 808.3834 + 45.2227 808.3090 + 45.2727 808.2345 + 45.3226 808.1600 + 45.3724 808.0855 + 45.4225 808.0106 + 45.4725 807.9355 + 45.5224 807.8607 + 45.5670 807.7937 + 45.6171 807.7182 + 45.6672 807.6428 + 45.7173 807.5672 + 45.7673 807.4918 + 45.8172 807.4162 + 45.8673 807.3405 + 45.9173 807.2645 + 45.9674 807.1885 + 46.0172 807.1127 + 46.0672 807.0366 + 46.1173 806.9604 + 46.1672 806.8842 + 46.2172 806.8079 + 46.2672 806.7315 + 46.3171 806.6550 + 46.3670 806.5786 + 46.4170 806.5019 + 46.4670 806.4252 + 46.5170 806.3483 + 46.5669 806.2715 + 46.6167 806.1948 + 46.6668 806.1177 + 46.7168 806.0403 + 46.7667 805.9633 + 46.8175 805.8847 + 46.8676 805.8073 + 46.9177 805.7296 + 46.9678 805.6519 + 47.0177 805.5744 + 47.0677 805.4968 + 47.1178 805.4190 + 47.1678 805.3411 + 47.2178 805.2632 + 47.2677 805.1854 + 47.3177 805.1074 + 47.3678 805.0292 + 47.4177 804.9514 + 47.4677 804.8731 + 47.5177 804.7949 + 47.5676 804.7167 + 47.6175 804.6385 + 47.6675 804.5602 + 47.7175 804.4816 + 47.7675 804.4031 + 47.8174 804.3246 + 47.8672 804.2463 + 47.9173 804.1675 + 47.9673 804.0887 + 48.0172 804.0101 + 48.0850 803.9031 + 48.1351 803.8241 + 48.1852 803.7451 + 48.2353 803.6659 + 48.2852 803.5870 + 48.3352 803.5079 + 48.3853 803.4287 + 48.4353 803.3495 + 48.4853 803.2703 + 48.5352 803.1912 + 48.5852 803.1119 + 48.6353 803.0324 + 48.6852 802.9533 + 48.7352 802.8738 + 48.7851 802.7946 + 48.8351 802.7151 + 48.8850 802.6358 + 48.9350 802.5564 + 48.9850 802.4767 + 49.0350 802.3973 + 49.0849 802.3177 + 49.1347 802.2384 + 49.1848 802.1586 + 49.2348 802.0789 + 49.2847 801.9994 + 49.3283 801.9299 + 49.3784 801.8499 + 49.4285 801.7700 + 49.4786 801.6901 + 49.5285 801.6104 + 49.5785 801.5305 + 49.6286 801.4506 + 49.6786 801.3706 + 49.7286 801.2907 + 49.7785 801.2110 + 49.8285 801.1310 + 49.8786 801.0510 + 49.9285 800.9713 + 49.9785 800.8914 + 50.0285 800.8114 + 50.0784 800.7315 + 50.1283 800.6517 + 50.1782 800.5718 + 50.2283 800.4917 + 50.2783 800.4118 + 50.3282 800.3319 + 50.3780 800.2523 + 50.4280 800.1721 + 50.4781 800.0920 + 50.5280 800.0121 + 50.5584 799.9635 + 50.6085 799.8833 + 50.6586 799.8032 + 50.7087 799.7230 + 50.7587 799.6431 + 50.8086 799.5631 + 50.8587 799.4830 + 50.9087 799.4029 + 50.9588 799.3229 + 51.0086 799.2432 + 51.0587 799.1632 + 51.1087 799.0831 + 51.1586 799.0034 + 51.2086 798.9234 + 51.2586 798.8436 + 51.3085 798.7638 + 51.3584 798.6840 + 51.4084 798.6042 + 51.4584 798.5243 + 51.5084 798.4445 + 51.5583 798.3648 + 51.6081 798.2853 + 51.6582 798.2054 + 51.7083 798.1255 + 51.7581 798.0459 + 51.8242 797.9407 + 51.8743 797.8608 + 51.9244 797.7811 + 51.9745 797.7012 + 52.0244 797.6218 + 52.0744 797.5422 + 52.1245 797.4625 + 52.1745 797.3829 + 52.2245 797.3034 + 52.2744 797.2242 + 52.3244 797.1447 + 52.3745 797.0652 + 52.4244 796.9861 + 52.4744 796.9067 + 52.5243 796.8275 + 52.5743 796.7484 + 52.6242 796.6691 + 52.6741 796.5901 + 52.7242 796.5109 + 52.7741 796.4319 + 52.8241 796.3528 + 52.8739 796.2742 + 52.9239 796.1950 + 52.9740 796.1160 + 53.0239 796.0374 + 53.0947 795.9257 + 53.1448 795.8467 + 53.1949 795.7679 + 53.2450 795.6891 + 53.2949 795.6105 + 53.3449 795.5320 + 53.3949 795.4532 + 53.4450 795.3748 + 53.4950 795.2963 + 53.5449 795.2181 + 53.5949 795.1397 + 53.6450 795.0613 + 53.6949 794.9833 + 53.7449 794.9052 + 53.7948 794.8270 + 53.8448 794.7491 + 53.8947 794.6713 + 53.9446 794.5934 + 53.9947 794.5154 + 54.0446 794.4377 + 54.0946 794.3600 + 54.1443 794.2828 + 54.1944 794.2050 + 54.2445 794.1273 + 54.2944 794.0500 + 54.3278 793.9982 + 54.3779 793.9207 + 54.4279 793.8433 + 54.4781 793.7659 + 54.5280 793.6888 + 54.5780 793.6117 + 54.6280 793.5346 + 54.6781 793.4576 + 54.7281 793.3806 + 54.7780 793.3040 + 54.8280 793.2273 + 54.8781 793.1505 + 54.9279 793.0740 + 54.9780 792.9975 + 55.0279 792.9211 + 55.0779 792.8448 + 55.1278 792.7687 + 55.1777 792.6926 + 55.2278 792.6163 + 55.2777 792.5403 + 55.3277 792.4645 + 55.3774 792.3890 + 55.4275 792.3130 + 55.4776 792.2372 + 55.5275 792.1618 + 55.5600 792.1127 + 55.6101 792.0370 + 55.6601 791.9615 + 55.7102 791.8860 + 55.7602 791.8109 + 55.8102 791.7358 + 55.8602 791.6607 + 55.9103 791.5856 + 55.9603 791.5108 + 56.0102 791.4363 + 56.0602 791.3615 + 56.1103 791.2869 + 56.1601 791.2125 + 56.2102 791.1381 + 56.2601 791.0639 + 56.3100 790.9898 + 56.3600 790.9158 + 56.4099 790.8419 + 56.4600 790.7679 + 56.5099 790.6942 + 56.5599 790.6205 + 56.6096 790.5473 + 56.6597 790.4737 + 56.7098 790.4001 + 56.7597 790.3270 + 56.8162 790.2444 + 56.8663 790.1712 + 56.9163 790.0981 + 56.9664 790.0251 + 57.0164 789.9524 + 57.0664 789.8798 + 57.1164 789.8073 + 57.1665 789.7347 + 57.2165 789.6624 + 57.2664 789.5904 + 57.3164 789.5182 + 57.3665 789.4462 + 57.4163 789.3745 + 57.4664 789.3027 + 57.5163 789.2311 + 57.5662 789.1598 + 57.6162 789.0886 + 57.6661 789.0172 + 57.7161 788.9460 + 57.7661 788.8750 + 57.8161 788.8041 + 57.8658 788.7337 + 57.9159 788.6630 + 57.9660 788.5923 + 58.0159 788.5220 + 58.0775 788.4354 + 58.1276 788.3651 + 58.1776 788.2949 + 58.2277 788.2249 + 58.2777 788.1550 + 58.3277 788.0855 + 58.3777 788.0159 + 58.4278 787.9465 + 58.4778 787.8771 + 58.5276 787.8082 + 58.5777 787.7391 + 58.6278 787.6701 + 58.6776 787.6014 + 58.7276 787.5328 + 58.7776 787.4645 + 58.8275 787.3962 + 58.8774 787.3281 + 58.9274 787.2601 + 58.9774 787.1920 + 59.0274 787.1242 + 59.0774 787.0566 + 59.1271 786.9894 + 59.1772 786.9218 + 59.2273 786.8546 + 59.2772 786.7875 + 59.3260 786.7221 + 59.3761 786.6551 + 59.4262 786.5883 + 59.4763 786.5216 + 59.5262 786.4553 + 59.5762 786.3889 + 59.6263 786.3228 + 59.6763 786.2567 + 59.7263 786.1908 + 59.7762 786.1252 + 59.8262 786.0596 + 59.8763 785.9942 + 59.9262 785.9291 + 59.9762 785.8640 + 60.0261 785.7990 + 60.0761 785.7343 + 60.1260 785.6697 + 60.1759 785.6053 + 60.2260 785.5408 + 60.2759 785.4767 + 60.3259 785.4128 + 60.3757 785.3492 + 60.4258 785.2853 + 60.4758 785.2216 + 60.5257 785.1583 + 60.5659 785.1074 + 60.6161 785.0441 + 60.6661 784.9810 + 60.7162 784.9180 + 60.7662 784.8554 + 60.8161 784.7928 + 60.8662 784.7305 + 60.9162 784.6682 + 60.9663 784.6061 + 61.0161 784.5444 + 61.0662 784.4827 + 61.1162 784.4211 + 61.1661 784.3598 + 61.2161 784.2986 + 61.2661 784.2375 + 61.3160 784.1768 + 61.3659 784.1161 + 61.4159 784.0555 + 61.4659 783.9951 + 61.5159 783.9349 + 61.5658 783.8749 + 61.6156 783.8153 + 61.6657 783.7555 + 61.7157 783.6959 + 61.7656 783.6366 + 61.8054 783.5895 + 61.8555 783.5303 + 61.9056 783.4714 + 61.9557 783.4125 + 62.0057 783.3540 + 62.0556 783.2956 + 62.1057 783.2374 + 62.1557 783.1793 + 62.2058 783.1214 + 62.2556 783.0639 + 62.3056 783.0063 + 62.3557 782.9489 + 62.4056 782.8918 + 62.4556 782.8349 + 62.5056 782.7782 + 62.5555 782.7217 + 62.6054 782.6653 + 62.6554 782.6091 + 62.7054 782.5530 + 62.7554 782.4971 + 62.8053 782.4415 + 62.8551 782.3862 + 62.9052 782.3309 + 62.9552 782.2756 + 63.0051 782.2208 + 63.0473 782.1745 + 63.0974 782.1198 + 63.1475 782.0653 + 63.1976 782.0110 + 63.2476 781.9570 + 63.2975 781.9031 + 63.3476 781.8494 + 63.3976 781.7958 + 63.4477 781.7425 + 63.4975 781.6895 + 63.5475 781.6367 + 63.5976 781.5837 + 63.6475 781.5314 + 63.6975 781.4790 + 63.7475 781.4269 + 63.7974 781.3750 + 63.8473 781.3233 + 63.8973 781.2718 + 63.9473 781.2204 + 63.9973 781.1692 + 64.0472 781.1183 + 64.0970 781.0677 + 64.1471 781.0170 + 64.1971 780.9666 + 64.2470 780.9165 + 64.2871 780.8764 + 64.3372 780.8265 + 64.3873 780.7768 + 64.4374 780.7272 + 64.4873 780.6780 + 64.5373 780.6291 + 64.5873 780.5802 + 64.6374 780.5316 + 64.6874 780.4830 + 64.7373 780.4350 + 64.7873 780.3869 + 64.8374 780.3391 + 64.8872 780.2915 + 64.9373 780.2441 + 64.9872 780.1969 + 65.0371 780.1500 + 65.0871 780.1033 + 65.1370 780.0568 + 65.1871 780.0104 + 65.2370 779.9642 + 65.2870 779.9183 + 65.3367 779.8727 + 65.3868 779.8271 + 65.4369 779.7817 + 65.4868 779.7367 + 65.5325 779.6957 + 65.5826 779.6509 + 65.6326 779.6064 + 65.6827 779.5620 + 65.7327 779.5179 + 65.7827 779.4741 + 65.8327 779.4304 + 65.8828 779.3870 + 65.9328 779.3437 + 65.9827 779.3007 + 66.0327 779.2580 + 66.0828 779.2153 + 66.1326 779.1731 + 66.1827 779.1309 + 66.2326 779.0891 + 66.2825 779.0474 + 66.3325 779.0060 + 66.3824 778.9647 + 66.4325 778.9236 + 66.4824 778.8829 + 66.5324 778.8422 + 66.5821 778.8021 + 66.6322 778.7618 + 66.6823 778.7219 + 66.7322 778.6823 + 66.7904 778.6362 + 66.8405 778.5970 + 66.8905 778.5579 + 66.9406 778.5189 + 66.9906 778.4805 + 67.0406 778.4421 + 67.0906 778.4040 + 67.1407 778.3660 + 67.1907 778.3284 + 67.2405 778.2911 + 67.2906 778.2538 + 67.3407 778.2167 + 67.3905 778.1801 + 67.4406 778.1436 + 67.4905 778.1072 + 67.5404 778.0712 + 67.5904 778.0355 + 67.6403 777.9999 + 67.6903 777.9645 + 67.7403 777.9294 + 67.7903 777.8944 + 67.8400 777.8599 + 67.8901 777.8254 + 67.9402 777.7911 + 67.9901 777.7572 + 68.0538 777.7142 + 68.1039 777.6807 + 68.1540 777.6474 + 68.2041 777.6143 + 68.2540 777.5815 + 68.3040 777.5491 + 68.3541 777.5167 + 68.4041 777.4847 + 68.4541 777.4528 + 68.5040 777.4214 + 68.5540 777.3900 + 68.6041 777.3588 + 68.6540 777.3281 + 68.7040 777.2974 + 68.7540 777.2670 + 68.8039 777.2369 + 68.8538 777.2070 + 68.9037 777.1774 + 68.9538 777.1480 + 69.0038 777.1187 + 69.0537 777.0898 + 69.1035 777.0612 + 69.1535 777.0328 + 69.2036 777.0045 + 69.2535 776.9766 + 69.3218 776.9387 + 69.3719 776.9113 + 69.4220 776.8841 + 69.4721 776.8571 + 69.5220 776.8304 + 69.5720 776.8040 + 69.6221 776.7778 + 69.6721 776.7518 + 69.7221 776.7261 + 69.7720 776.7007 + 69.8220 776.6755 + 69.8721 776.6505 + 69.9220 776.6258 + 69.9720 776.6014 + 70.0219 776.5771 + 70.0719 776.5532 + 70.1218 776.5295 + 70.1717 776.5061 + 70.2218 776.4828 + 70.2718 776.4599 + 70.3217 776.4372 + 70.3715 776.4148 + 70.4215 776.3925 + 70.4716 776.3705 + 70.5215 776.3489 + 70.5556 776.3342 + 70.6057 776.3128 + 70.6558 776.2917 + 70.7059 776.2709 + 70.7558 776.2504 + 70.8058 776.2301 + 70.8559 776.2101 + 70.9059 776.1902 + 70.9559 776.1708 + 71.0058 776.1515 + 71.0558 776.1325 + 71.1059 776.1136 + 71.1558 776.0952 + 71.2058 776.0770 + 71.2557 776.0590 + 71.3057 776.0412 + 71.3556 776.0237 + 71.4055 776.0066 + 71.4556 775.9896 + 71.5055 775.9729 + 71.5555 775.9564 + 71.6053 775.9403 + 71.6553 775.9243 + 71.7054 775.9086 + 71.7553 775.8932 + 71.7864 775.8837 + 71.8365 775.8687 + 71.8866 775.8540 + 71.9367 775.8394 + 71.9866 775.8253 + 72.0366 775.8113 + 72.0866 775.7975 + 72.1367 775.7841 + 72.1867 775.7709 + 72.2366 775.7579 + 72.2866 775.7454 + 72.3367 775.7330 + 72.3866 775.7207 + 72.4366 775.7089 + 72.4865 775.6973 + 72.5365 775.6860 + 72.5864 775.6749 + 72.6363 775.6641 + 72.6864 775.6536 + 72.7363 775.6432 + 72.7863 775.6332 + 72.8361 775.6235 + 72.8861 775.6140 + 72.9362 775.6047 + 72.9861 775.5957 + 73.0524 775.5842 + 73.1025 775.5758 + 73.1525 775.5677 + 73.2027 775.5599 + 73.2526 775.5524 + 73.3026 775.5451 + 73.3526 775.5381 + 73.4027 775.5313 + 73.4527 775.5248 + 73.5026 775.5186 + 73.5526 775.5127 + 73.6027 775.5070 + 73.6525 775.5015 + 73.7026 775.4964 + 73.7525 775.4916 + 73.8025 775.4870 + 73.8524 775.4826 + 73.9023 775.4785 + 73.9524 775.4747 + 74.0023 775.4712 + 74.0523 775.4680 + 74.1020 775.4650 + 74.1521 775.4622 + 74.2022 775.4597 + 74.2521 775.4576 + 74.2920 775.4561 + 74.3421 775.4544 + 74.3922 775.4529 + 74.4422 775.4518 + 74.4922 775.4509 + 74.5422 775.4503 + 74.5922 775.4500 + 74.6423 775.4500 + 74.6923 775.4501 + 74.7422 775.4506 + 74.7922 775.4515 + 74.8423 775.4525 + 74.8921 775.4537 + 74.9422 775.4553 + 74.9921 775.4572 + 75.0420 775.4593 + 75.0920 775.4617 + 75.1419 775.4644 + 75.1920 775.4674 + 75.2419 775.4706 + 75.2919 775.4741 + 75.3416 775.4778 + 75.3917 775.4819 + 75.4418 775.4863 + 75.4917 775.4909 + 75.5281 775.4944 + 75.5782 775.4995 + 75.6283 775.5049 + 75.6784 775.5105 + 75.7283 775.5164 + 75.7783 775.5226 + 75.8284 775.5291 + 75.8784 775.5359 + 75.9285 775.5428 + 75.9783 775.5501 + 76.0283 775.5577 + 76.0784 775.5656 + 76.1283 775.5737 + 76.1783 775.5821 + 76.2283 775.5908 + 76.2782 775.5998 + 76.3281 775.6090 + 76.3781 775.6185 + 76.4281 775.6283 + 76.4781 775.6384 + 76.5280 775.6487 + 76.5778 775.6594 + 76.6279 775.6702 + 76.6779 775.6815 + 76.7278 775.6930 + 76.7777 775.7048 + 76.8278 775.7168 + 76.8779 775.7291 + 76.9280 775.7416 + 76.9779 775.7546 + 77.0279 775.7677 + 77.0780 775.7812 + 77.1280 775.7950 + 77.1780 775.8090 + 77.2279 775.8232 + 77.2779 775.8378 + 77.3280 775.8527 + 77.3779 775.8677 + 77.4279 775.8832 + 77.4779 775.8989 + 77.5278 775.9147 + 77.5777 775.9310 + 77.6277 775.9475 + 77.6777 775.9644 + 77.7277 775.9814 + 77.7776 775.9988 + 77.8274 776.0164 + 77.8775 776.0344 + 77.9275 776.0526 + 77.9774 776.0712 + 78.0368 776.0934 + 78.0869 776.1126 + 78.1369 776.1320 + 78.1870 776.1519 + 78.2370 776.1718 + 78.2869 776.1920 + 78.3370 776.2126 + 78.3870 776.2334 + 78.4371 776.2545 + 78.4869 776.2758 + 78.5370 776.2976 + 78.5870 776.3196 + 78.6369 776.3417 + 78.6869 776.3643 + 78.7369 776.3871 + 78.7868 776.4102 + 78.8367 776.4335 + 78.8867 776.4572 + 78.9367 776.4811 + 78.9867 776.5054 + 79.0367 776.5298 + 79.0864 776.5546 + 79.1365 776.5797 + 79.1866 776.6051 + 79.2365 776.6307 + 79.2887 776.6578 + 79.3388 776.6841 + 79.3889 776.7107 + 79.4390 776.7376 + 79.4889 776.7646 + 79.5389 776.7921 + 79.5890 776.8197 + 79.6390 776.8477 + 79.6890 776.8759 + 79.7389 776.9044 + 79.7889 776.9332 + 79.8390 776.9623 + 79.8889 776.9916 + 79.9389 777.0213 + 79.9888 777.0512 + 80.0388 777.0814 + 80.0887 777.1119 + 80.1386 777.1426 + 80.1887 777.1738 + 80.2386 777.2051 + 80.2886 777.2368 + 80.3384 777.2686 + 80.3884 777.3008 + 80.4385 777.3334 + 80.4884 777.3661 + 80.5281 777.3924 + 80.5782 777.4258 + 80.6283 777.4594 + 80.6784 777.4934 + 80.7283 777.5275 + 80.7783 777.5620 + 80.8283 777.5967 + 80.8784 777.6318 + 80.9284 777.6671 + 80.9783 777.7026 + 81.0283 777.7385 + 81.0784 777.7748 + 81.1283 777.8112 + 81.1783 777.8479 + 81.2282 777.8849 + 81.2782 777.9222 + 81.3281 777.9597 + 81.3780 777.9976 + 81.4281 778.0358 + 81.4780 778.0742 + 81.5280 778.1129 + 81.5778 778.1518 + 81.6278 778.1912 + 81.6779 778.2308 + 81.7278 778.2706 + 81.7746 778.3082 + 81.8247 778.3487 + 81.8748 778.3895 + 81.9249 778.4305 + 81.9748 778.4719 + 82.0248 778.5134 + 82.0748 778.5554 + 82.1249 778.5975 + 82.1749 778.6400 + 82.2248 778.6827 + 82.2748 778.7256 + 82.3249 778.7690 + 82.3747 778.8125 + 82.4248 778.8565 + 82.4747 778.9005 + 82.5247 778.9449 + 82.5746 778.9896 + 82.6245 779.0345 + 82.6746 779.0798 + 82.7245 779.1254 + 82.7745 779.1712 + 82.8242 779.2172 + 82.8743 779.2637 + 82.9244 779.3105 + 82.9743 779.3573 + 83.0272 779.4075 + 83.0773 779.4551 + 83.1274 779.5031 + 83.1775 779.5513 + 83.2275 779.5997 + 83.2774 779.6484 + 83.3275 779.6975 + 83.3775 779.7469 + 83.4276 779.7964 + 83.4774 779.8462 + 83.5274 779.8964 + 83.5775 779.9468 + 83.6274 779.9975 + 83.6774 780.0485 + 83.7274 780.0998 + 83.7773 780.1513 + 83.8272 780.2031 + 83.8772 780.2551 + 83.9272 780.3076 + 83.9772 780.3602 + 84.0271 780.4131 + 84.0769 780.4662 + 84.1270 780.5199 + 84.1770 780.5737 + 84.2269 780.6277 + 84.2882 780.6945 + 84.3383 780.7493 + 84.3884 780.8044 + 84.4385 780.8599 + 84.4884 780.9155 + 84.5384 780.9714 + 84.5885 781.0275 + 84.6385 781.0840 + 84.6886 781.1409 + 84.7384 781.1977 + 84.7884 781.2551 + 84.8385 781.3126 + 84.8884 781.3704 + 84.9384 781.4285 + 84.9884 781.4869 + 85.0383 781.5455 + 85.0882 781.6045 + 85.1382 781.6636 + 85.1882 781.7233 + 85.2382 781.7830 + 85.2881 781.8430 + 85.3379 781.9032 + 85.3880 781.9639 + 85.4380 782.0250 + 85.4879 782.0861 + 85.5301 782.1379 + 85.5802 782.1998 + 85.6303 782.2620 + 85.6804 782.3243 + 85.7303 782.3868 + 85.7803 782.4498 + 85.8304 782.5129 + 85.8804 782.5764 + 85.9305 782.6401 + 85.9803 782.7040 + 86.0303 782.7682 + 86.0804 782.8328 + 86.1303 782.8976 + 86.1803 782.9627 + 86.2302 783.0280 + 86.2802 783.0936 + 86.3301 783.1594 + 86.3801 783.2255 + 86.4301 783.2921 + 86.4801 783.3587 + 86.5300 783.4257 + 86.5798 783.4927 + 86.6299 783.5604 + 86.6799 783.6284 + 86.7298 783.6964 + 86.7618 783.7401 + 86.8119 783.8088 + 86.8619 783.8777 + 86.9120 783.9471 + 86.9620 784.0164 + 87.0119 784.0861 + 87.0620 784.1561 + 87.1120 784.2264 + 87.1621 784.2970 + 87.2120 784.3677 + 87.2620 784.4388 + 87.3120 784.5103 + 87.3619 784.5817 + 87.4119 784.6536 + 87.4619 784.7258 + 87.5118 784.7981 + 87.5618 784.8707 + 87.6117 784.9435 + 87.6617 785.0169 + 87.7117 785.0905 + 87.7617 785.1642 + 87.8114 785.2379 + 87.8615 785.3123 + 87.9116 785.3871 + 87.9615 785.4619 + 88.0146 785.5418 + 88.0648 785.6174 + 88.1148 785.6933 + 88.1649 785.7695 + 88.2149 785.8456 + 88.2648 785.9221 + 88.3149 785.9991 + 88.3650 786.0762 + 88.4150 786.1536 + 88.4648 786.2311 + 88.5149 786.3090 + 88.5649 786.3873 + 88.6148 786.4655 + 88.6648 786.5443 + 88.7148 786.6232 + 88.7647 786.7023 + 88.8146 786.7817 + 88.8646 786.8613 + 88.9146 786.9416 + 88.9646 787.0217 + 89.0145 787.1023 + 89.0643 787.1827 + 89.1144 787.2639 + 89.1645 787.3455 + 89.2144 787.4269 + 89.2916 787.5535 + 89.3417 787.6361 + 89.3918 787.7188 + 89.4419 787.8019 + 89.4918 787.8848 + 89.5418 787.9682 + 89.5919 788.0519 + 89.6419 788.1359 + 89.6919 788.2202 + 89.7418 788.3044 + 89.7918 788.3890 + 89.8419 788.4742 + 89.8918 788.5593 + 89.9418 788.6448 + 89.9917 788.7305 + 90.0417 788.8163 + 90.0916 788.9025 + 90.1415 788.9890 + 90.1916 789.0758 + 90.2415 789.1628 + 90.2915 789.2501 + 90.3413 789.3372 + 90.3913 789.4252 + 90.4414 789.5134 + 90.4913 789.6017 + 90.5433 789.6939 + 90.5934 789.7829 + 90.6435 789.8722 + 90.6936 789.9618 + 90.7436 790.0514 + 90.7935 790.1412 + 90.8436 790.2316 + 90.8936 790.3221 + 90.9437 790.4129 + 90.9935 790.5036 + 91.0435 790.5948 + 91.0936 790.6864 + 91.1435 790.7780 + 91.1935 790.8699 + 91.2435 790.9621 + 91.2934 791.0544 + 91.3433 791.1470 + 91.3933 791.2399 + 91.4433 791.3333 + 91.4933 791.4268 + 91.5432 791.5204 + 91.5930 791.6140 + 91.6431 791.7083 + 91.6931 791.8030 + 91.7430 791.8976 + 91.7895 791.9858 + 91.8396 792.0813 + 91.8897 792.1769 + 91.9398 792.2729 + 91.9897 792.3687 + 92.0397 792.4650 + 92.0897 792.5616 + 92.1398 792.6584 + 92.1898 792.7555 + 92.2397 792.8525 + 92.2897 792.9501 + 92.3398 793.0480 + 92.3896 793.1458 + 92.4397 793.2440 + 92.4896 793.3424 + 92.5396 793.4410 + 92.5895 793.5399 + 92.6394 793.6390 + 92.6895 793.7386 + 92.7394 793.8382 + 92.7894 793.9381 + 92.8391 794.0378 + 92.8892 794.1385 + 92.9393 794.2393 + 92.9892 794.3400 + 93.0280 794.4186 + 93.0781 794.5202 + 93.1282 794.6219 + 93.1783 794.7240 + 93.2283 794.8261 + 93.2782 794.9283 + 93.3283 795.0310 + 93.3783 795.1340 + 93.4284 795.2371 + 93.4782 795.3401 + 93.5282 795.4437 + 93.5783 795.5477 + 93.6282 795.6514 + 93.6782 795.7557 + 93.7282 795.8601 + 93.7781 795.9647 + 93.8280 796.0696 + 93.8780 796.1747 + 93.9280 796.2803 + 93.9780 796.3857 + 94.0279 796.4916 + 94.0777 796.5972 + 94.1278 796.7039 + 94.1778 796.8105 + 94.2277 796.9172 + 94.2676 797.0027 + 94.3177 797.1102 + 94.3678 797.2179 + 94.4179 797.3259 + 94.4678 797.4337 + 94.5178 797.5418 + 94.5679 797.6505 + 94.6179 797.7592 + 94.6679 797.8682 + 94.7178 797.9771 + 94.7678 798.0865 + 94.8179 798.1962 + 94.8678 798.3058 + 94.9178 798.4159 + 94.9678 798.5261 + 95.0177 798.6364 + 95.0676 798.7470 + 95.1176 798.8579 + 95.1676 798.9691 + 95.2176 799.0804 + 95.2675 799.1920 + 95.3173 799.3033 + 95.3674 799.4156 + 95.4174 799.5281 + 95.4673 799.6404 + 95.5262 799.7731 + 95.5763 799.8863 + 95.6263 799.9998 + 95.6764 800.1135 + 95.7264 800.2271 + 95.7764 800.3409 + 95.8264 800.4553 + 95.8765 800.5696 + 95.9265 800.6843 + 95.9763 800.7988 + 96.0264 800.9139 + 96.0764 801.0292 + 96.1263 801.1444 + 96.1763 801.2602 + 96.2263 801.3759 + 96.2762 801.4919 + 96.3262 801.6080 + 96.3761 801.7245 + 96.4261 801.8413 + 96.4761 801.9582 + 96.5260 802.0752 + 96.5758 802.1921 + 96.6259 802.3099 + 96.6760 802.4279 + 96.7259 802.5457 + 96.7628 802.6331 + 96.8130 802.7518 + 96.8630 802.8705 + 96.9131 802.9896 + 96.9631 803.1085 + 97.0130 803.2277 + 97.0631 803.3473 + 97.1132 803.4670 + 97.1632 803.5870 + 97.2131 803.7068 + 97.2631 803.8270 + 97.3131 803.9478 + 97.3630 804.0682 + 97.4130 804.1891 + 97.4630 804.3102 + 97.5129 804.4313 + 97.5629 804.5527 + 97.6128 804.6743 + 97.6628 804.7962 + 97.7128 804.9183 + 97.7627 805.0405 + 97.8125 805.1625 + 97.8626 805.2854 + 97.9127 805.4086 + 97.9626 805.5314 + 98.0229 805.6801 + 98.0730 805.8040 + 98.1230 805.9279 + 98.1731 806.0522 + 98.2231 806.1762 + 98.2730 806.3005 + 98.3231 806.4252 + 98.3731 806.5500 + 98.4232 806.6751 + 98.4730 806.8000 + 98.5231 806.9254 + 98.5731 807.0511 + 98.6230 807.1766 + 98.6730 807.3024 + 98.7230 807.4285 + 98.7729 807.5546 + 98.8228 807.6810 + 98.8728 807.8075 + 98.9228 807.9345 + 98.9728 808.0615 + 99.0227 808.1886 + 99.0725 808.3156 + 99.1226 808.4434 + 99.1726 808.5714 + 99.2225 808.6990 + 99.2917 808.8766 + 99.3419 809.0053 + 99.3919 809.1342 + 99.4420 809.2632 + 99.4920 809.3921 + 99.5419 809.5212 + 99.5920 809.6507 + 99.6420 809.7805 + 99.6921 809.9103 + 99.7419 810.0399 + 99.7919 810.1700 + 99.8420 810.3005 + 99.8919 810.4307 + 99.9419 810.5614 + 99.9919 810.6921 + 100.0418 810.8229 + 100.0917 810.9539 + 100.1417 811.0851 + 100.1917 811.2168 + 100.2417 811.3484 + 100.2916 811.4800 + 100.3414 811.6116 + 100.3915 811.7440 + 100.4416 811.8766 + 100.4914 812.0089 + 100.5384 812.1335 + 100.5885 812.2667 + 100.6386 812.4000 + 100.6887 812.5334 + 100.7386 812.6667 + 100.7886 812.8003 + 100.8386 812.9342 + 100.8887 813.0683 + 100.9387 813.2025 + 100.9886 813.3364 + 101.0386 813.4709 + 101.0887 813.6057 + 101.1385 813.7401 + 101.1886 813.8751 + 101.2385 814.0101 + 101.2885 814.1451 + 101.3384 814.2803 + 101.3883 814.4157 + 101.4384 814.5516 + 101.4883 814.6874 + 101.5383 814.8233 + 101.5881 814.9589 + 101.6381 815.0955 + 101.6882 815.2322 + 101.7381 815.3687 + 101.7831 815.4919 + 101.8332 815.6292 + 101.8833 815.7665 + 101.9334 815.9041 + 101.9834 816.0414 + 102.0333 816.1790 + 102.0834 816.3168 + 102.1334 816.4548 + 102.1835 816.5930 + 102.2333 816.7309 + 102.2833 816.8693 + 102.3334 817.0081 + 102.3833 817.1464 + 102.4333 817.2853 + 102.4833 817.4241 + 102.5332 817.5630 + 102.5831 817.7021 + 102.6331 817.8413 + 102.6831 817.9810 + 102.7331 818.1207 + 102.7830 818.2603 + 102.8328 818.3997 + 102.8829 818.5400 + 102.9329 818.6805 + 102.9828 818.8206 + 103.0283 818.9484 + 103.0784 819.0894 + 103.1285 819.2305 + 103.1786 819.3716 + 103.2285 819.5126 + 103.2785 819.6538 + 103.3286 819.7953 + 103.3786 819.9370 + 103.4287 820.0787 + 103.4785 820.2201 + 103.5285 820.3621 + 103.5786 820.5044 + 103.6285 820.6461 + 103.6785 820.7886 + 103.7285 820.9308 + 103.7784 821.0732 + 103.8283 821.2157 + 103.8783 821.3583 + 103.9283 821.5015 + 103.9783 821.6445 + 104.0282 821.7875 + 104.0780 821.9302 + 104.1281 822.0739 + 104.1781 822.2177 + 104.2280 822.3611 + 104.2749 822.4958 + 104.3250 822.6401 + 104.3750 822.7844 + 104.4251 822.9289 + 104.4751 823.0732 + 104.5251 823.2174 + 104.5751 823.3622 + 104.6252 823.5070 + 104.6752 823.6519 + 104.7251 823.7964 + 104.7751 823.9415 + 104.8252 824.0870 + 104.8750 824.2318 + 104.9250 824.3772 + 104.9750 824.5226 + 105.0249 824.6680 + 105.0749 824.8135 + 105.1248 824.9593 + 105.1749 825.1052 + 105.2248 825.2512 + 105.2748 825.3973 + 105.3245 825.5428 + 105.3746 825.6895 + 105.4247 825.8361 + 105.4746 825.9824 + 105.5136 826.0969 + 105.5637 826.2439 + 105.6137 826.3911 + 105.6638 826.5383 + 105.7138 826.6852 + 105.7637 826.8323 + 105.8138 826.9799 + 105.8638 827.1273 + 105.9139 827.2750 + 105.9637 827.4222 + 106.0138 827.5699 + 106.0639 827.7180 + 106.1137 827.8655 + 106.1637 828.0135 + 106.2137 828.1615 + 106.2636 828.3094 + 106.3135 828.4575 + 106.3635 828.6057 + 106.4135 828.7543 + 106.4635 828.9028 + 106.5135 829.0512 + 106.5632 829.1993 + 106.6133 829.3484 + 106.6634 829.4974 + 106.7133 829.6461 + 106.7725 829.8228 + 106.8226 829.9724 + 106.8727 830.1218 + 106.9228 830.2714 + 106.9727 830.4207 + 107.0227 830.5702 + 107.0728 830.7200 + 107.1228 830.8699 + 107.1728 831.0197 + 107.2227 831.1691 + 107.2727 831.3192 + 107.3228 831.4693 + 107.3727 831.6191 + 107.4227 831.7692 + 107.4726 831.9194 + 107.5226 832.0695 + 107.5725 832.2196 + 107.6225 832.3699 + 107.6725 832.5206 + 107.7225 832.6711 + 107.7724 832.8217 + 107.8222 832.9717 + 107.8722 833.1227 + 107.9223 833.2738 + 107.9722 833.4245 + 108.0292 833.5967 + 108.0793 833.7482 + 108.1294 833.8995 + 108.1795 834.0510 + 108.2295 834.2023 + 108.2794 834.3535 + 108.3295 834.5051 + 108.3795 834.6566 + 108.4296 834.8083 + 108.4794 834.9595 + 108.5294 835.1112 + 108.5795 835.2631 + 108.6294 835.4146 + 108.6794 835.5665 + 108.7294 835.7182 + 108.7793 835.8699 + 108.8292 836.0216 + 108.8792 836.1735 + 108.9292 836.3257 + 108.9792 836.4778 + 109.0291 836.6299 + 109.0789 836.7814 + 109.1290 836.9340 + 109.1790 837.0865 + 109.2290 837.2386 + 109.2662 837.3522 + 109.3163 837.5050 + 109.3664 837.6577 + 109.4165 837.8106 + 109.4665 837.9630 + 109.5164 838.1155 + 109.5665 838.2686 + 109.6165 838.4213 + 109.6666 838.5742 + 109.7164 838.7266 + 109.7664 838.8795 + 109.8165 839.0325 + 109.8664 839.1852 + 109.9164 839.3381 + 109.9664 839.4910 + 110.0163 839.6437 + 110.0662 839.7966 + 110.1162 839.9495 + 110.1662 840.1028 + 110.2162 840.2557 + 110.2661 840.4087 + 110.3159 840.5613 + 110.3660 840.7147 + 110.4160 840.8682 + 110.4659 841.0211 + 110.5125 841.1639 + 110.5626 841.3176 + 110.6127 841.4712 + 110.6628 841.6248 + 110.7128 841.7781 + 110.7627 841.9314 + 110.8128 842.0850 + 110.8628 842.2386 + 110.9129 842.3922 + 110.9627 842.5452 + 111.0127 842.6987 + 111.0628 842.8525 + 111.1127 843.0056 + 111.1627 843.1593 + 111.2127 843.3127 + 111.2626 843.4659 + 111.3125 843.6193 + 111.3625 843.7728 + 111.4125 843.9264 + 111.4625 844.0799 + 111.5124 844.2333 + 111.5622 844.3862 + 111.6123 844.5402 + 111.6623 844.6939 + 111.7122 844.8473 + 111.7780 845.0491 + 111.8281 845.2031 + 111.8782 845.3569 + 111.9282 845.5109 + 111.9782 845.6644 + 112.0282 845.8178 + 112.0782 845.9717 + 112.1283 846.1254 + 112.1783 846.2791 + 112.2282 846.4323 + 112.2782 846.5859 + 112.3283 846.7397 + 112.3782 846.8929 + 112.4282 847.0464 + 112.4781 847.1999 + 112.5280 847.3532 + 112.5780 847.5065 + 112.6279 847.6599 + 112.6780 847.8135 + 112.7279 847.9669 + 112.7779 848.1201 + 112.8276 848.2728 + 112.8777 848.4265 + 112.9278 848.5800 + 112.9777 848.7332 + 113.0506 848.9566 + 113.1007 849.1102 + 113.1507 849.2637 + 113.2009 849.4174 + 113.2508 849.5704 + 113.3008 849.7235 + 113.3508 849.8770 + 113.4009 850.0302 + 113.4509 850.1834 + 113.5008 850.3360 + 113.5508 850.4893 + 113.6009 850.6424 + 113.6507 850.7951 + 113.7008 850.9481 + 113.7507 851.1009 + 113.8006 851.2535 + 113.8506 851.4062 + 113.9005 851.5588 + 113.9505 851.7115 + 114.0005 851.8643 + 114.0505 852.0167 + 114.1002 852.1687 + 114.1503 852.3215 + 114.2004 852.4742 + 114.2503 852.6265 + 114.2838 852.7286 + 114.3339 852.8813 + 114.3839 853.0339 + 114.4340 853.1865 + 114.4840 853.3387 + 114.5340 853.4908 + 114.5840 853.6431 + 114.6341 853.7953 + 114.6841 853.9476 + 114.7339 854.0991 + 114.7840 854.2510 + 114.8340 854.4031 + 114.8839 854.5547 + 114.9340 854.7065 + 114.9839 854.8580 + 115.0338 855.0094 + 115.0838 855.1608 + 115.1337 855.3122 + 115.1837 855.4637 + 115.2337 855.6150 + 115.2836 855.7661 + 115.3334 855.9167 + 115.3835 856.0681 + 115.4336 856.2194 + 115.4835 856.3701 + 115.5211 856.4838 + 115.5712 856.6350 + 115.6213 856.7860 + 115.6714 856.9371 + 115.7213 857.0876 + 115.7713 857.2381 + 115.8214 857.3887 + 115.8714 857.5394 + 115.9214 857.6899 + 115.9713 857.8397 + 116.0213 857.9899 + 116.0714 858.1403 + 116.1213 858.2900 + 116.1713 858.4399 + 116.2213 858.5896 + 116.2712 858.7393 + 116.3211 858.8887 + 116.3710 859.0381 + 116.4211 859.1877 + 116.4711 859.3370 + 116.5210 859.4861 + 116.5708 859.6347 + 116.6208 859.7841 + 116.6709 859.9332 + 116.7208 860.0818 + 116.7714 860.2325 + 116.8215 860.3816 + 116.8716 860.5304 + 116.9217 860.6793 + 116.9717 860.8275 + 117.0216 860.9756 + 117.0717 861.1241 + 117.1217 861.2722 + 117.1718 861.4204 + 117.2216 861.5679 + 117.2717 861.7157 + 117.3217 861.8636 + 117.3716 862.0108 + 117.4216 862.1583 + 117.4716 862.3054 + 117.5215 862.4525 + 117.5714 862.5993 + 117.6214 862.7462 + 117.6714 862.8931 + 117.7214 863.0398 + 117.7713 863.1862 + 117.8211 863.3320 + 117.8712 863.4786 + 117.9213 863.6251 + 117.9711 863.7709 + 118.0066 863.8744 + 118.0567 864.0205 + 118.1068 864.1665 + 118.1569 864.3124 + 118.2068 864.4578 + 118.2568 864.6031 + 118.3068 864.7485 + 118.3569 864.8937 + 118.4069 865.0389 + 118.4568 865.1833 + 118.5068 865.3280 + 118.5569 865.4728 + 118.6068 865.6169 + 118.6568 865.7612 + 118.7067 865.9052 + 118.7567 866.0490 + 118.8066 866.1927 + 118.8565 866.3362 + 118.9066 866.4799 + 118.9565 866.6232 + 119.0065 866.7664 + 119.0563 866.9088 + 119.1063 867.0519 + 119.1564 867.1950 + 119.2063 867.3373 + 119.2525 867.4689 + 119.3026 867.6116 + 119.3527 867.7540 + 119.4028 867.8963 + 119.4527 868.0381 + 119.5027 868.1797 + 119.5527 868.3215 + 119.6028 868.4630 + 119.6528 868.6042 + 119.7027 868.7450 + 119.7527 868.8859 + 119.8028 869.0270 + 119.8527 869.1671 + 119.9027 869.3076 + 119.9526 869.4477 + 120.0026 869.5875 + 120.0525 869.7272 + 120.1024 869.8668 + 120.1525 870.0063 + 120.2024 870.1456 + 120.2524 870.2847 + 120.3021 870.4230 + 120.3522 870.5621 + 120.4023 870.7008 + 120.4522 870.8390 + 120.5044 870.9835 + 120.5545 871.1218 + 120.6046 871.2599 + 120.6547 871.3979 + 120.7047 871.5353 + 120.7546 871.6725 + 120.8047 871.8099 + 120.8547 871.9468 + 120.9048 872.0837 + 120.9546 872.2199 + 121.0046 872.3563 + 121.0547 872.4927 + 121.1046 872.6283 + 121.1546 872.7640 + 121.2046 872.8995 + 121.2545 873.0347 + 121.3044 873.1696 + 121.3544 873.3044 + 121.4044 873.4393 + 121.4544 873.5737 + 121.5043 873.7079 + 121.5541 873.8414 + 121.6042 873.9755 + 121.6542 874.1093 + 121.7041 874.2426 + 121.7563 874.3815 + 121.8064 874.5148 + 121.8564 874.6478 + 121.9065 874.7807 + 121.9565 874.9130 + 122.0065 875.0450 + 122.0565 875.1772 + 122.1066 875.3090 + 122.1566 875.4406 + 122.2065 875.5715 + 122.2565 875.7026 + 122.3066 875.8336 + 122.3564 875.9639 + 122.4065 876.0943 + 122.4564 876.2242 + 122.5063 876.3540 + 122.5563 876.4835 + 122.6062 876.6127 + 122.6563 876.7420 + 122.7062 876.8708 + 122.7562 876.9995 + 122.8059 877.1273 + 122.8560 877.2557 + 122.9061 877.3839 + 122.9560 877.5114 + 123.0116 877.6533 + 123.0617 877.7807 + 123.1118 877.9078 + 123.1619 878.0347 + 123.2118 878.1612 + 123.2618 878.2872 + 123.3119 878.4133 + 123.3619 878.5391 + 123.4119 878.6647 + 123.4618 878.7895 + 123.5118 878.9146 + 123.5619 879.0394 + 123.6118 879.1636 + 123.6618 879.2877 + 123.7118 879.4114 + 123.7617 879.5349 + 123.8116 879.6581 + 123.8616 879.7810 + 123.9116 879.9039 + 123.9616 880.0264 + 124.0115 880.1484 + 124.0613 880.2699 + 124.1114 880.3918 + 124.1614 880.5135 + 124.2113 880.6344 + 124.2575 880.7461 + 124.3076 880.8670 + 124.3577 880.9875 + 124.4078 881.1078 + 124.4577 881.2275 + 124.5077 881.3469 + 124.5578 881.4662 + 124.6078 881.5853 + 124.6578 881.7040 + 124.7077 881.8221 + 124.7577 881.9402 + 124.8078 882.0581 + 124.8577 882.1753 + 124.9077 882.2925 + 124.9576 882.4092 + 125.0076 882.5256 + 125.0575 882.6418 + 125.1075 882.7577 + 125.1575 882.8735 + 125.2075 882.9887 + 125.2574 883.1037 + 125.3072 883.2179 + 125.3573 883.3326 + 125.4073 883.4470 + 125.4572 883.5605 + 125.4944 883.6450 + 125.5445 883.7585 + 125.5946 883.8716 + 125.6447 883.9845 + 125.6946 884.0968 + 125.7446 884.2087 + 125.7947 884.3206 + 125.8447 884.4321 + 125.8947 884.5432 + 125.9446 884.6536 + 125.9946 884.7642 + 126.0447 884.8744 + 126.0946 884.9839 + 126.1446 885.0934 + 126.1945 885.2025 + 126.2445 885.3111 + 126.2944 885.4193 + 126.3444 885.5273 + 126.3944 885.6353 + 126.4444 885.7426 + 126.4943 885.8495 + 126.5441 885.9559 + 126.5941 886.0624 + 126.6442 886.1687 + 126.6941 886.2742 + 126.7388 886.3684 + 126.7889 886.4737 + 126.8390 886.5786 + 126.8891 886.6832 + 126.9390 886.7871 + 126.9890 886.8907 + 127.0390 886.9941 + 127.0891 887.0972 + 127.1391 887.2000 + 127.1890 887.3019 + 127.2390 887.4038 + 127.2891 887.5056 + 127.3390 887.6065 + 127.3890 887.7073 + 127.4389 887.8077 + 127.4889 887.9077 + 127.5388 888.0072 + 127.5887 888.1064 + 127.6388 888.2056 + 127.6888 888.3041 + 127.7387 888.4022 + 127.7885 888.4996 + 127.8385 888.5972 + 127.8886 888.6945 + 127.9385 888.7910 + 128.0039 888.9171 + 128.0540 889.0131 + 128.1041 889.1086 + 128.1542 889.2039 + 128.2042 889.2985 + 128.2541 889.3928 + 128.3042 889.4869 + 128.3542 889.5804 + 128.4043 889.6737 + 128.4541 889.7662 + 128.5042 889.8585 + 128.5542 889.9507 + 128.6041 890.0419 + 128.6541 890.1332 + 128.7041 890.2238 + 128.7540 890.3140 + 128.8039 890.4038 + 128.8539 890.4933 + 128.9039 890.5825 + 128.9539 890.6712 + 129.0038 890.7594 + 129.0536 890.8469 + 129.1037 890.9344 + 129.1537 891.0217 + 129.2036 891.1082 + 129.2809 891.2413 + 129.3310 891.3270 + 129.3811 891.4124 + 129.4312 891.4973 + 129.4811 891.5815 + 129.5311 891.6655 + 129.5811 891.7490 + 129.6312 891.8322 + 129.6812 891.9147 + 129.7311 891.9968 + 129.7811 892.0785 + 129.8312 892.1600 + 129.8810 892.2407 + 129.9311 892.3212 + 129.9810 892.4012 + 130.0310 892.4807 + 130.0809 892.5597 + 130.1308 892.6382 + 130.1809 892.7165 + 130.2308 892.7943 + 130.2808 892.8716 + 130.3306 892.9482 + 130.3806 893.0248 + 130.4307 893.1010 + 130.4806 893.1763 + 130.5306 893.2515 + 130.5807 893.3264 + 130.6308 893.4006 + 130.6809 893.4745 + 130.7309 893.5477 + 130.7808 893.6204 + 130.8309 893.6929 + 130.8809 893.7648 + 130.9310 893.8363 + 130.9808 893.9070 + 131.0308 893.9775 + 131.0809 894.0477 + 131.1308 894.1170 + 131.1808 894.1860 + 131.2308 894.2546 + 131.2807 894.3226 + 131.3306 894.3901 + 131.3806 894.4573 + 131.4306 894.5240 + 131.4806 894.5901 + 131.5305 894.6558 + 131.5803 894.7206 + 131.6304 894.7855 + 131.6804 894.8499 + 131.7303 894.9133 + 131.7626 894.9543 + 131.8127 895.0173 + 131.8628 895.0799 + 131.9129 895.1420 + 131.9628 895.2033 + 132.0128 895.2643 + 132.0629 895.3248 + 132.1129 895.3848 + 132.1629 895.4442 + 132.2128 895.5031 + 132.2628 895.5615 + 132.3129 895.6194 + 132.3628 895.6767 + 132.4128 895.7336 + 132.4628 895.7899 + 132.5127 895.8457 + 132.5626 895.9010 + 132.6126 895.9557 + 132.6626 896.0101 + 132.7126 896.0638 + 132.7625 896.1171 + 132.8123 896.1696 + 132.8624 896.2219 + 132.9124 896.2736 + 132.9623 896.3246 + 133.0104 896.3733 + 133.0605 896.4235 + 133.1105 896.4732 + 133.1606 896.5223 + 133.2106 896.5707 + 133.2606 896.6187 + 133.3106 896.6661 + 133.3607 896.7131 + 133.4107 896.7595 + 133.4606 896.8051 + 133.5106 896.8504 + 133.5607 896.8951 + 133.6105 896.9392 + 133.6606 896.9828 + 133.7105 897.0258 + 133.7604 897.0684 + 133.8104 897.1101 + 133.8603 897.1515 + 133.9104 897.1924 + 133.9603 897.2325 + 134.0103 897.2722 + 134.0600 897.3112 + 134.1101 897.3498 + 134.1602 897.3878 + 134.2101 897.4252 + 134.2774 897.4747 + 134.3275 897.5108 + 134.3775 897.5464 + 134.4276 897.5814 + 134.4776 897.6157 + 134.5275 897.6494 + 134.5776 897.6827 + 134.6277 897.7153 + 134.6777 897.7474 + 134.7276 897.7787 + 134.7776 897.8096 + 134.8277 897.8400 + 134.8775 897.8696 + 134.9275 897.8987 + 134.9775 897.9271 + 135.0274 897.9550 + 135.0773 897.9822 + 135.1273 898.0089 + 135.1773 898.0350 + 135.2273 898.0605 + 135.2773 898.0853 + 135.3270 898.1096 + 135.3771 898.1332 + 135.4272 898.1564 + 135.4771 898.1788 + 135.5254 898.2000 + 135.5755 898.2212 + 135.6256 898.2419 + 135.6757 898.2619 + 135.7256 898.2813 + 135.7756 898.3002 + 135.8257 898.3183 + 135.8757 898.3358 + 135.9257 898.3528 + 135.9756 898.3690 + 136.0256 898.3846 + 136.0757 898.3997 + 136.1256 898.4141 + 136.1756 898.4278 + 136.2255 898.4410 + 136.2755 898.4534 + 136.3254 898.4653 + 136.3754 898.4764 + 136.4254 898.4870 + 136.4753 898.4969 + 136.5253 898.5062 + 136.5751 898.5148 + 136.6252 898.5228 + 136.6752 898.5302 + 136.7251 898.5368 + 136.7608 898.5412 + 136.8109 898.5468 + 136.8610 898.5517 + 136.9111 898.5559 + 136.9610 898.5594 + 137.0110 898.5624 + 137.0611 898.5646 + 137.1111 898.5663 + 137.1611 898.5673 + 137.2110 898.5674 + 137.2610 898.5671 + 137.3111 898.5659 + 137.3610 898.5642 + 137.4110 898.5617 + 137.4609 898.5586 + 137.5109 898.5549 + 137.5608 898.5504 + 137.6107 898.5453 + 137.6608 898.5394 + 137.7107 898.5329 + 137.7607 898.5256 + 137.8105 898.5178 + 137.8605 898.5092 + 137.9106 898.4999 + 137.9605 898.4900 + 137.9986 898.4819 + 138.0487 898.4707 + 138.0988 898.4587 + 138.1489 898.4462 + 138.1988 898.4327 + 138.2488 898.4188 + 138.2988 898.4041 + 138.3489 898.3887 + 138.3989 898.3725 + 138.4488 898.3557 + 138.4988 898.3382 + 138.5489 898.3198 + 138.5988 898.3009 + 138.6488 898.2812 + 138.6987 898.2607 + 138.7487 898.2397 + 138.7986 898.2178 + 138.8485 898.1952 + 138.8986 898.1718 + 138.9485 898.1478 + 138.9985 898.1230 + 139.0482 898.0977 + 139.0983 898.0714 + 139.1484 898.0443 + 139.1983 898.0167 + 139.2452 897.9899 + 139.2953 897.9608 + 139.3454 897.9308 + 139.3955 897.9001 + 139.4455 897.8687 + 139.4954 897.8366 + 139.5455 897.8036 + 139.5955 897.7700 + 139.6456 897.7357 + 139.6954 897.7006 + 139.7454 897.6647 + 139.7955 897.6279 + 139.8454 897.5906 + 139.8954 897.5523 + 139.9454 897.5134 + 139.9953 897.4738 + 140.0452 897.4333 + 140.0952 897.3921 + 140.1452 897.3500 + 140.1952 897.3073 + 140.2451 897.2637 + 140.2949 897.2196 + 140.3450 897.1743 + 140.3950 897.1284 + 140.4449 897.0818 + 140.5172 897.0130 + 140.5673 896.9643 + 140.6174 896.9148 + 140.6674 896.8645 + 140.7174 896.8136 + 140.7674 896.7618 + 140.8174 896.7092 + 140.8675 896.6557 + 140.9175 896.6016 + 140.9674 896.5468 + 141.0174 896.4908 + 141.0675 896.4343 + 141.1173 896.3771 + 141.1674 896.3187 + 141.2173 896.2598 + 141.2672 896.2001 + 141.3172 896.1395 + 141.3671 896.0781 + 141.4172 896.0159 + 141.4671 895.9528 + 141.5171 895.8890 + 141.5668 895.8246 + 141.6169 895.7589 + 141.6670 895.6925 + 141.7169 895.6253 + 141.7663 895.5582 + 141.8164 895.4891 + 141.8665 895.4193 + 141.9166 895.3486 + 141.9666 895.2773 + 142.0165 895.2051 + 142.0666 895.1321 + 142.1166 895.0582 + 142.1667 894.9833 + 142.2165 894.9079 + 142.2665 894.8314 + 142.3166 894.7540 + 142.3665 894.6761 + 142.4165 894.5972 + 142.4665 894.5173 + 142.5164 894.4368 + 142.5663 894.3552 + 142.6163 894.2729 + 142.6663 894.1895 + 142.7163 894.1055 + 142.7662 894.0206 + 142.8160 893.9350 + 142.8661 893.8481 + 142.9161 893.7604 + 142.9660 893.6721 + 143.0021 893.6077 + 143.0522 893.5175 + 143.1023 893.4265 + 143.1524 893.3345 + 143.2023 893.2419 + 143.2523 893.1484 + 143.3024 893.0539 + 143.3524 892.9585 + 143.4024 892.8622 + 143.4523 892.7653 + 143.5023 892.6672 + 143.5524 892.5683 + 143.6023 892.4686 + 143.6523 892.3679 + 143.7023 892.2664 + 143.7522 892.1639 + 143.8021 892.0607 + 143.8521 891.9565 + 143.9021 891.8513 + 143.9521 891.7451 + 144.0020 891.6382 + 144.0518 891.5307 + 144.1019 891.4216 + 144.1519 891.3116 + 144.2018 891.2012 + 144.2502 891.0932 + 144.3003 890.9803 + 144.3503 890.8668 + 144.4004 890.7521 + 144.4504 890.6369 + 144.5004 890.5206 + 144.5504 890.4034 + 144.6004 890.2850 + 144.6505 890.1658 + 144.7003 890.0461 + 144.7504 889.9250 + 144.8004 889.8030 + 144.8503 889.6805 + 144.9003 889.5566 + 144.9503 889.4320 + 145.0002 889.3063 + 145.0502 889.1799 + 145.1001 889.0524 + 145.1501 888.9236 + 145.2001 888.7943 + 145.2500 888.6639 + 145.2998 888.5330 + 145.3499 888.4004 + 145.4000 888.2668 + 145.4499 888.1327 + 145.5128 887.9623 + 145.5629 887.8256 + 145.6129 887.6877 + 145.6630 887.5488 + 145.7130 887.4094 + 145.7629 887.2690 + 145.8130 887.1273 + 145.8630 886.9849 + 145.9131 886.8413 + 145.9629 886.6973 + 146.0130 886.5518 + 146.0630 886.4052 + 146.1129 886.2581 + 146.1629 886.1095 + 146.2129 885.9603 + 146.2628 885.8099 + 146.3127 885.6588 + 146.3627 885.5065 + 146.4127 885.3530 + 146.4627 885.1987 + 146.5126 885.0433 + 146.5624 884.8875 + 146.6125 884.7299 + 146.6626 884.5710 + 146.7124 884.4119 + 146.7621 884.2524 + 146.8122 884.0906 + 146.8623 883.9277 + 146.9124 883.7637 + 146.9623 883.5993 + 147.0123 883.4336 + 147.0623 883.2667 + 147.1124 883.0988 + 147.1624 882.9298 + 147.2123 882.7606 + 147.2623 882.5896 + 147.3124 882.4174 + 147.3623 882.2449 + 147.4123 882.0707 + 147.4622 881.8958 + 147.5122 881.7198 + 147.5621 881.5431 + 147.6120 881.3650 + 147.6621 881.1854 + 147.7120 881.0052 + 147.7620 880.8240 + 147.8118 880.6425 + 147.8618 880.4586 + 147.9119 880.2738 + 147.9618 880.0884 + 148.0037 879.9323 + 148.0538 879.7440 + 148.1039 879.5552 + 148.1540 879.3649 + 148.2039 879.1741 + 148.2539 878.9823 + 148.3039 878.7889 + 148.3540 878.5947 + 148.4040 878.3992 + 148.4539 878.2035 + 148.5039 878.0061 + 148.5540 877.8074 + 148.6039 877.6080 + 148.6539 877.4073 + 148.7038 877.2057 + 148.7538 877.0031 + 148.8037 876.7993 + 148.8536 876.5946 + 148.9037 876.3881 + 148.9536 876.1808 + 149.0036 875.9725 + 149.0533 875.7640 + 149.1034 875.5531 + 149.1535 875.3411 + 149.2034 875.1285 + 149.2519 874.9208 + 149.3020 874.7051 + 149.3521 874.4885 + 149.4022 874.2708 + 149.4522 874.0524 + 149.5021 873.8328 + 149.5522 873.6118 + 149.6022 873.3898 + 149.6523 873.1664 + 149.7021 872.9428 + 149.7521 872.7174 + 149.8022 872.4905 + 149.8521 872.2634 + 149.9021 872.0345 + 149.9521 871.8048 + 150.0020 871.5740 + 150.0519 871.3420 + 150.1019 871.1090 + 150.1519 870.8741 + 150.2019 870.6387 + 150.2518 870.4020 + 150.3016 870.1649 + 150.3517 869.9252 + 150.4017 869.6846 + 150.4516 869.4434 + 150.4882 869.2659 + 150.5383 869.0219 + 150.5884 868.7766 + 150.6385 868.5301 + 150.6884 868.2834 + 150.7384 868.0350 + 150.7885 867.7851 + 150.8385 867.5341 + 150.8886 867.2820 + 150.9384 867.0295 + 150.9884 866.7751 + 151.0385 866.5193 + 151.0884 866.2631 + 151.1384 866.0051 + 151.1884 865.7463 + 151.2383 865.4863 + 151.2882 865.2252 + 151.3382 864.9627 + 151.3882 864.6984 + 151.4382 864.4334 + 151.4881 864.1674 + 151.5379 863.9010 + 151.5880 863.6317 + 151.6380 863.3613 + 151.6879 863.0907 + 151.7426 862.7928 + 151.7927 862.5182 + 151.8427 862.2428 + 151.8928 861.9661 + 151.9428 861.6886 + 151.9928 861.4100 + 152.0428 861.1296 + 152.0929 860.8481 + 152.1429 860.5654 + 152.1928 860.2823 + 152.2428 859.9972 + 152.2928 859.7106 + 152.3427 859.4237 + 152.3927 859.1346 + 152.4427 858.8448 + 152.4926 858.5540 + 152.5426 858.2620 + 152.5925 857.9683 + 152.6425 857.6729 + 152.6925 857.3768 + 152.7425 857.0795 + 152.7922 856.7819 + 152.8423 856.4812 + 152.8924 856.1794 + 152.9423 855.8771 + 153.0000 855.5261 + 153.0501 855.2200 + 153.1002 854.9127 + 153.1503 854.6039 + 153.2002 854.2947 + 153.2502 853.9843 + 153.3003 853.6720 + 153.3503 853.3584 + 153.4003 853.0436 + 153.4502 852.7286 + 153.5002 852.4113 + 153.5503 852.0923 + 153.6002 851.7733 + 153.6502 851.4520 + 153.7001 851.1298 + 153.7501 850.8065 + 153.8000 850.4820 + 153.8499 850.1559 + 153.9000 849.8279 + 153.9500 849.4991 + 153.9999 849.1692 + 154.0497 848.8390 + 154.0997 848.5056 + 154.1498 848.1707 + 154.1997 847.8358 + 154.2476 847.5129 + 154.2977 847.1738 + 154.3478 846.8339 + 154.3979 846.4921 + 154.4478 846.1503 + 154.4978 845.8066 + 154.5479 845.4612 + 154.5979 845.1145 + 154.6479 844.7665 + 154.6978 844.4185 + 154.7478 844.0679 + 154.7979 843.7153 + 154.8478 843.3630 + 154.8978 843.0084 + 154.9477 842.6527 + 154.9977 842.2959 + 155.0476 841.9379 + 155.0975 841.5781 + 155.1476 841.2164 + 155.1976 840.8538 + 155.2475 840.4901 + 155.2973 840.1261 + 155.3474 839.7585 + 155.3974 839.3898 + 155.4473 839.0207 + 155.4999 838.6304 + 155.5500 838.2570 + 155.6001 837.8825 + 155.6502 837.5063 + 155.7001 837.1298 + 155.7501 836.7520 + 155.8002 836.3718 + 155.8502 835.9906 + 155.9002 835.6078 + 155.9501 835.2250 + 156.0001 834.8396 + 156.0502 834.4523 + 156.1001 834.0651 + 156.1501 833.6754 + 156.2000 833.2847 + 156.2500 832.8929 + 156.2999 832.4996 + 156.3498 832.1049 + 156.3999 831.7079 + 156.4498 831.3099 + 156.4998 830.9108 + 156.5496 830.5117 + 156.5996 830.1086 + 156.6497 829.7041 + 156.6996 829.2997 + 156.7485 828.9019 + 156.7986 828.4929 + 156.8487 828.0826 + 156.8988 827.6705 + 156.9487 827.2585 + 156.9987 826.8446 + 157.0487 826.4288 + 157.0988 826.0113 + 157.1488 825.5924 + 157.1987 825.1738 + 157.2487 824.7522 + 157.2988 824.3286 + 157.3487 823.9053 + 157.3987 823.4794 + 157.4486 823.0525 + 157.4986 822.6241 + 157.5485 822.1946 + 157.5984 821.7633 + 157.6485 821.3297 + 157.6984 820.8951 + 157.7484 820.4594 + 157.7981 820.0237 + 157.8482 819.5835 + 157.8983 819.1423 + 157.9482 818.7009 + 157.9868 818.3585 + 158.0369 817.9127 + 158.0870 817.4655 + 158.1371 817.0167 + 158.1870 816.5675 + 158.2370 816.1168 + 158.2870 815.6638 + 158.3371 815.2094 + 158.3871 814.7534 + 158.4370 814.2976 + 158.4870 813.8387 + 158.5371 813.3779 + 158.5869 812.9172 + 158.6370 812.4537 + 158.6869 811.9894 + 158.7368 811.5237 + 158.7868 811.0565 + 158.8367 810.5874 + 158.8868 810.1162 + 158.9367 809.6440 + 158.9867 809.1704 + 159.0364 808.6970 + 159.0865 808.2189 + 159.1366 807.7396 + 159.1865 807.2601 + 159.2406 806.7388 + 159.2907 806.2542 + 159.3407 805.7682 + 159.3909 805.2805 + 159.4408 804.7927 + 159.4908 804.3031 + 159.5408 803.8110 + 159.5909 803.3175 + 159.6409 802.8224 + 159.6908 802.3278 + 159.7408 801.8296 + 159.7909 801.3293 + 159.8407 800.8295 + 159.8908 800.3267 + 159.9407 799.8231 + 159.9906 799.3177 + 160.0406 798.8112 + 160.0905 798.3026 + 160.1406 797.7915 + 160.1905 797.2797 + 160.2405 796.7664 + 160.2902 796.2531 + 160.3403 795.7352 + 160.3904 795.2158 + 160.4403 794.6965 + 160.4990 794.0829 + 160.5491 793.5581 + 160.5992 793.0317 + 160.6493 792.5035 + 160.6992 791.9752 + 160.7492 791.4453 + 160.7993 790.9125 + 160.8493 790.3783 + 160.8994 789.8423 + 160.9492 789.3068 + 160.9992 788.7681 + 161.0493 788.2266 + 161.0992 787.6861 + 161.1492 787.1421 + 161.1992 786.5973 + 161.2491 786.0511 + 161.2990 785.5033 + 161.3490 784.9536 + 161.3990 784.4012 + 161.4490 783.8478 + 161.4989 783.2931 + 161.5487 782.7384 + 161.5988 782.1791 + 161.6488 781.6179 + 161.6987 781.0571 + 161.7548 780.4250 + 161.8049 779.8582 + 161.8549 779.2900 + 161.9050 778.7197 + 161.9550 778.1497 + 162.0050 777.5775 + 162.0550 777.0026 + 162.1051 776.4263 + 162.1551 775.8481 + 162.2050 775.2706 + 162.2550 774.6895 + 162.3051 774.1057 + 162.3549 773.5226 + 162.4050 772.9363 + 162.4549 772.3490 + 162.5048 771.7606 + 162.5547 771.1699 + 162.6047 770.5773 + 162.6548 769.9821 + 162.7047 769.3862 + 162.7547 768.7885 + 162.8044 768.1915 + 162.8545 767.5885 + 162.9046 766.9842 + 162.9545 766.3802 + 163.0145 765.6520 + 163.0646 765.0413 + 163.1146 764.4300 + 163.1647 763.8158 + 163.2147 763.2020 + 163.2646 762.5864 + 163.3147 761.9678 + 163.3647 761.3477 + 163.4148 760.7257 + 163.4646 760.1042 + 163.5147 759.4791 + 163.5647 758.8511 + 163.6146 758.2242 + 163.6646 757.5936 + 163.7146 756.9622 + 163.7645 756.3292 + 163.8145 755.6943 + 163.8644 755.0576 + 163.9144 754.4178 + 163.9644 753.7772 + 164.0143 753.1349 + 164.0641 752.4933 + 164.1142 751.8456 + 164.1643 751.1965 + 164.2142 750.5477 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.dat b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.dat new file mode 100644 index 000000000..57eb0f9a4 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.dat @@ -0,0 +1,3200 @@ + 3.86396 128.22 14.70975 + 3.91407 120.02 14.22598 + 3.96414 166.98 16.77884 + 4.01424 135.17 15.05058 + 4.06420 182.87 17.58951 + 4.11416 177.19 17.30471 + 4.16422 249.28 20.60029 + 4.21426 242.77 20.31934 + 4.26430 261.99 21.15273 + 4.31416 374.47 25.40466 + 4.36417 435.31 27.22361 + 4.41425 647.92 33.50702 + 4.46413 806.68 37.39521 + 4.51415 868.33 38.90596 + 4.56410 1082.78 43.80960 + 4.61404 1245.94 47.21271 + 4.66396 1161.56 45.48021 + 4.71391 1270.88 47.62860 + 4.76395 1353.10 49.39456 + 4.81391 1394.96 50.01572 + 4.86386 1344.30 49.09494 + 4.91363 1395.56 50.01088 + 4.96371 1418.44 50.58948 + 5.01377 1512.19 52.30489 + 5.06367 1533.20 52.68642 + 5.11651 1511.09 44.28691 + 5.16661 1557.83 45.91942 + 5.21668 1570.98 46.20371 + 5.26679 1524.03 45.02544 + 5.31674 1557.07 45.25249 + 5.36670 1518.49 44.31210 + 5.41676 1492.80 44.16746 + 5.46680 1467.48 43.86771 + 5.51684 1642.49 46.71440 + 5.56670 1467.95 44.03296 + 5.61672 1480.74 43.62110 + 5.66680 1504.68 44.46082 + 5.71668 1493.81 44.27740 + 5.76669 1526.23 44.96581 + 5.81665 1448.03 43.71241 + 5.86658 1480.69 44.77661 + 5.91650 1399.52 42.51775 + 5.96645 1416.73 43.43228 + 6.01649 1395.40 42.77295 + 6.06646 1287.19 40.93098 + 6.11640 1413.82 43.17433 + 6.16617 1294.07 41.81616 + 6.21625 1329.71 41.91021 + 6.26631 1295.20 41.37796 + 6.31621 1221.64 39.93496 + 6.36160 1239.25 39.87817 + 6.41170 1234.43 39.86223 + 6.46178 1176.34 39.05585 + 6.51188 1230.70 39.53897 + 6.56183 1157.69 38.54604 + 6.61180 1123.19 37.84542 + 6.66186 1173.25 38.91529 + 6.71190 1163.54 39.22373 + 6.76194 1160.56 38.59626 + 6.81179 1090.30 37.27342 + 6.86181 1089.23 38.28368 + 6.91189 1115.90 37.61273 + 6.96177 1035.09 36.20958 + 7.01179 1073.90 37.53758 + 7.06174 1088.65 37.38830 + 7.11167 1060.65 37.06623 + 7.16159 1001.18 35.33468 + 7.21155 1051.08 36.73854 + 7.26159 1038.77 35.93502 + 7.31155 987.64 35.00495 + 7.36149 1032.94 37.20297 + 7.41126 1014.73 36.44994 + 7.46135 967.70 34.78567 + 7.51141 1053.04 37.04921 + 7.56131 987.22 35.52097 + 7.61764 1027.23 31.22420 + 7.66775 957.69 30.08272 + 7.71782 950.30 29.93164 + 7.76792 965.57 30.17965 + 7.81788 908.56 29.29014 + 7.86784 990.94 30.58306 + 7.91790 948.75 29.99545 + 7.96794 1014.25 31.01891 + 8.01798 909.56 29.32125 + 8.06784 963.50 30.18412 + 8.11785 956.97 30.07273 + 8.16793 941.60 29.83879 + 8.21781 944.65 29.89604 + 8.26783 958.38 30.07567 + 8.31778 915.62 29.39662 + 8.36772 926.86 29.56226 + 8.41764 898.35 29.09659 + 8.46759 883.90 28.84589 + 8.51763 907.95 29.18159 + 8.56759 840.81 28.28902 + 8.61754 854.40 28.27955 + 8.66731 909.80 29.25012 + 8.71739 933.86 29.70975 + 8.76745 883.97 28.90883 + 8.81735 872.52 28.71472 + 8.87019 889.41 31.01711 + 8.92029 872.92 30.61970 + 8.97036 910.67 31.21488 + 9.02047 869.99 30.54181 + 9.07042 859.96 30.28262 + 9.12038 858.03 30.34484 + 9.17044 834.26 29.78942 + 9.22048 856.79 30.42373 + 9.27052 837.15 29.97232 + 9.32038 822.58 29.60026 + 9.37040 863.24 30.40299 + 9.42048 827.61 29.72003 + 9.47036 826.65 29.71362 + 9.52037 842.37 30.01409 + 9.57033 902.88 31.10461 + 9.62026 827.23 29.68607 + 9.67018 846.33 30.06096 + 9.72013 825.69 29.56639 + 9.77017 765.93 28.58218 + 9.82014 845.02 30.01413 + 9.87008 850.36 30.11643 + 9.91985 841.36 29.96711 + 9.96993 832.23 29.82061 + 10.01999 780.68 28.90290 + 10.06989 839.40 29.94791 + 10.12498 805.00 31.12255 + 10.17508 736.57 29.63515 + 10.22516 815.42 31.22666 + 10.27526 793.91 30.88025 + 10.32521 817.66 31.34024 + 10.37518 770.70 30.26985 + 10.42524 804.50 31.03263 + 10.47528 727.04 29.36683 + 10.52532 751.78 29.88966 + 10.57517 764.02 30.06930 + 10.62519 802.46 31.07045 + 10.67527 752.71 30.17945 + 10.72515 793.85 30.83676 + 10.77517 776.92 30.38889 + 10.82512 791.07 30.78592 + 10.87505 788.79 30.61874 + 10.92497 784.57 30.90047 + 10.97493 775.27 30.45313 + 11.02497 754.16 29.99144 + 11.07493 787.35 30.65752 + 11.12487 813.34 31.20968 + 11.17464 713.61 29.20202 + 11.22473 731.27 29.56836 + 11.27479 726.09 29.38950 + 11.32469 779.29 30.56678 + 11.37442 762.10 28.47269 + 11.42453 760.08 28.60851 + 11.47460 802.53 29.18481 + 11.52470 755.89 28.52395 + 11.57466 768.50 28.58027 + 11.62462 790.01 29.12242 + 11.67468 734.06 28.08891 + 11.72472 784.43 28.98828 + 11.77476 724.67 28.00827 + 11.82462 779.11 28.71278 + 11.87463 752.73 28.33567 + 11.92471 733.54 28.43379 + 11.97459 746.79 28.39582 + 12.02461 765.56 28.88255 + 12.07456 750.70 28.33239 + 12.12450 779.88 28.79665 + 12.17442 761.56 28.79281 + 12.22437 725.67 27.83421 + 12.27441 807.15 29.30111 + 12.32437 745.75 28.67390 + 12.37432 788.00 29.22697 + 12.42409 725.64 27.99842 + 12.47417 761.60 28.34602 + 12.52423 768.65 28.90191 + 12.57413 785.66 28.81345 + 12.61347 764.38 27.39105 + 12.66357 727.45 26.82002 + 12.71364 746.76 27.13645 + 12.76375 786.33 27.89217 + 12.81370 765.94 27.50720 + 12.86366 776.81 27.63942 + 12.91372 736.69 27.11616 + 12.96376 728.16 26.96242 + 13.01380 757.21 27.39101 + 13.06366 781.63 27.73079 + 13.11368 763.67 27.42530 + 13.16376 732.74 26.84716 + 13.21364 745.87 27.19839 + 13.26365 760.49 27.42380 + 13.31361 784.22 27.79723 + 13.36354 741.46 26.95486 + 13.41346 733.61 26.97443 + 13.46341 775.04 27.60387 + 13.51345 758.65 27.42436 + 13.56342 754.40 27.27823 + 13.61336 701.22 26.27288 + 13.66313 778.39 27.68511 + 13.71321 739.69 27.31066 + 13.76327 722.27 26.74960 + 13.81317 779.18 27.72609 + 13.86791 740.32 27.80809 + 13.91801 738.65 27.79228 + 13.96809 784.66 28.64501 + 14.01819 755.77 28.11816 + 14.06814 733.04 27.74023 + 14.11811 725.36 27.64581 + 14.16817 754.73 28.15314 + 14.21821 765.19 28.34985 + 14.26825 801.27 28.97983 + 14.31810 804.70 28.98768 + 14.36812 756.36 28.21901 + 14.41820 766.09 28.40835 + 14.46808 780.76 28.74735 + 14.51810 741.08 27.81827 + 14.56805 729.70 27.63716 + 14.61798 750.00 28.05076 + 14.66790 759.58 28.14732 + 14.71786 758.71 28.34613 + 14.76790 777.14 28.52254 + 14.81786 741.13 27.96930 + 14.86780 738.30 27.77428 + 14.91757 764.53 28.38430 + 14.96766 764.54 28.27683 + 15.01772 796.72 28.88634 + 15.06762 744.09 27.95072 + 15.12395 723.92 26.52031 + 15.17406 750.85 27.06986 + 15.22413 795.62 27.79729 + 15.27423 747.70 26.93454 + 15.32419 745.56 26.90944 + 15.37415 743.07 26.84940 + 15.42421 773.46 27.41947 + 15.47425 765.86 27.29211 + 15.52429 699.87 26.06625 + 15.57415 732.41 26.59871 + 15.62416 768.54 27.36019 + 15.67425 699.30 26.04781 + 15.72412 769.53 27.41458 + 15.77414 743.34 26.87139 + 15.82409 719.45 26.48893 + 15.87403 707.66 26.18487 + 15.92395 720.09 26.43282 + 15.97390 775.08 27.43756 + 16.02394 732.56 26.77164 + 16.07390 723.68 26.47283 + 16.12385 763.27 27.26139 + 16.17362 755.35 27.09298 + 16.22370 746.64 26.95681 + 16.27376 736.37 26.74808 + 16.32366 751.89 27.06437 + 16.35805 796.15 28.59570 + 16.40815 749.58 27.72352 + 16.45822 783.55 28.35462 + 16.50833 785.38 28.40638 + 16.55828 786.92 28.40782 + 16.60824 741.59 27.59535 + 16.65830 749.53 27.70216 + 16.70834 728.18 27.50598 + 16.75838 760.77 27.93471 + 16.80824 732.60 27.37769 + 16.85826 712.64 27.07485 + 16.90834 761.29 27.94164 + 16.95822 703.67 26.84074 + 17.00823 726.79 27.27157 + 17.05819 769.55 28.08875 + 17.10812 761.75 27.87412 + 17.15804 783.25 28.34282 + 17.20799 803.04 28.66399 + 17.25803 688.34 26.44137 + 17.30800 773.21 28.11756 + 17.35794 786.29 28.37416 + 17.40771 791.91 28.52041 + 17.45779 804.54 28.77003 + 17.50785 739.52 27.53972 + 17.55775 787.44 28.38725 + 17.59494 771.27 27.88006 + 17.64504 774.40 27.89934 + 17.69512 763.19 27.70100 + 17.74522 780.10 28.00328 + 17.79517 820.85 28.73312 + 17.84514 789.93 28.17175 + 17.89520 792.37 28.23855 + 17.94524 764.67 27.73426 + 17.99528 778.85 27.96950 + 18.04513 769.15 27.78613 + 18.09515 734.53 27.11284 + 18.14523 784.94 28.10719 + 18.19511 716.35 26.92783 + 18.24513 733.69 27.05403 + 18.29508 785.49 28.16602 + 18.34501 723.63 26.96982 + 18.39493 752.80 27.49070 + 18.44489 756.58 27.52387 + 18.49493 734.30 27.12860 + 18.54489 770.37 27.74746 + 18.59483 750.65 27.43305 + 18.64460 807.97 28.55632 + 18.69469 773.34 27.87619 + 18.74475 796.94 28.42193 + 18.79465 763.12 27.67490 + 18.83978 752.30 28.52307 + 18.88989 695.47 27.53979 + 18.93996 759.74 28.42786 + 18.99006 828.57 29.87166 + 19.04002 786.28 29.05933 + 19.08998 797.57 29.16885 + 19.14004 737.60 28.45629 + 19.19008 794.48 29.14332 + 19.24012 755.77 28.45200 + 19.28998 723.12 27.76558 + 19.33999 744.43 28.16393 + 19.39008 782.77 28.98545 + 19.43995 776.36 28.99250 + 19.48997 775.07 28.76550 + 19.53993 774.15 28.95061 + 19.58986 724.69 27.91724 + 19.63978 792.48 29.14421 + 19.68973 830.35 29.73910 + 19.73977 802.84 29.38500 + 19.78973 756.72 28.52870 + 19.83968 803.48 29.25636 + 19.88945 834.42 30.06579 + 19.93953 828.34 29.96631 + 19.98959 789.51 28.94570 + 20.03949 775.19 28.81156 + 20.10568 857.45 32.37782 + 20.15578 852.93 32.25420 + 20.20585 894.39 33.08635 + 20.25596 886.63 32.89254 + 20.30591 917.87 33.61837 + 20.35587 914.86 33.42041 + 20.40593 930.06 33.74713 + 20.45597 1064.38 36.20054 + 20.50601 1104.89 36.88692 + 20.55587 1063.11 36.13952 + 20.60589 1065.09 36.27761 + 20.65597 1081.92 36.47885 + 20.70585 1178.68 38.15128 + 20.75586 1179.87 38.18030 + 20.80582 1254.80 39.44937 + 20.85575 1263.04 39.57023 + 20.90567 1319.03 40.48040 + 20.95562 1470.85 42.94320 + 21.00566 1491.27 43.30375 + 21.05563 1629.27 45.63044 + 21.10557 1747.77 47.22968 + 21.15534 1803.66 48.10239 + 21.20542 1937.27 50.04006 + 21.25548 2071.21 51.78827 + 21.30538 2025.93 51.32559 + 21.36597 2449.60 54.86909 + 21.41607 2599.33 56.76491 + 21.46615 2835.68 59.50515 + 21.51625 3003.89 61.53181 + 21.56620 3210.67 63.71746 + 21.61617 3368.51 65.56478 + 21.66623 3810.41 70.23358 + 21.71627 4183.12 74.17434 + 21.76631 4466.32 76.99974 + 21.81616 4630.93 78.33123 + 21.86618 5279.75 84.89514 + 21.91626 5829.30 90.22534 + 21.96614 6574.37 97.32580 + 22.01616 7110.45 102.46189 + 22.06611 7852.27 109.91265 + 22.11604 8051.85 111.90174 + 22.16596 7989.20 111.55429 + 22.21592 7959.58 110.97729 + 22.26596 7849.35 109.53259 + 22.31592 7410.70 105.76982 + 22.36586 7183.28 103.99286 + 22.41563 6768.70 99.97842 + 22.46572 6175.79 94.36740 + 22.51578 5645.10 89.29483 + 22.56568 4898.09 82.08375 + 22.61196 4225.79 77.47260 + 22.66207 3632.12 71.00070 + 22.71214 3039.32 63.81459 + 22.76224 2751.86 60.45820 + 22.81220 2331.28 54.81780 + 22.86216 2048.97 51.26451 + 22.91222 1742.11 46.65073 + 22.96226 1451.93 42.15069 + 23.01230 1216.34 38.19292 + 23.06216 1052.24 35.50188 + 23.11217 966.86 33.81397 + 23.16226 968.34 33.94337 + 23.21213 949.41 33.61053 + 23.26215 920.38 33.13021 + 23.31211 884.56 32.42638 + 23.36204 889.47 32.42835 + 23.41196 894.47 32.49814 + 23.46191 863.76 31.94127 + 23.51195 848.44 31.59933 + 23.56191 856.24 31.78570 + 23.61186 856.95 31.85349 + 23.66163 799.55 30.70310 + 23.71171 808.75 30.79480 + 23.76177 868.66 32.09077 + 23.81167 866.02 32.26585 + 23.86136 931.41 36.77343 + 23.91146 888.13 35.82903 + 23.96153 886.21 35.77769 + 24.01164 915.72 36.81528 + 24.06159 953.10 37.45848 + 24.11155 901.68 36.13334 + 24.16161 832.29 34.78575 + 24.21165 880.63 35.68214 + 24.26169 909.05 36.39090 + 24.31155 890.85 36.06489 + 24.36157 823.90 34.44270 + 24.41165 872.84 35.51746 + 24.46153 868.69 35.53999 + 24.51154 844.11 34.92639 + 24.56150 869.95 35.74834 + 24.61143 842.28 35.04726 + 24.66135 870.84 35.43816 + 24.71130 807.88 34.05372 + 24.76134 787.48 33.62553 + 24.81131 799.05 33.97489 + 24.86125 788.06 33.87119 + 24.91102 789.39 33.74595 + 24.96110 833.76 34.74112 + 25.01116 800.07 34.01598 + 25.06106 823.40 34.62126 + 25.11545 801.39 33.12835 + 25.16555 785.92 32.96178 + 25.21563 793.42 32.99925 + 25.26573 819.35 34.25174 + 25.31568 796.68 33.22102 + 25.36565 780.48 33.21262 + 25.41571 821.14 33.51818 + 25.46575 781.52 32.57584 + 25.51579 812.20 33.55124 + 25.56564 822.25 33.56532 + 25.61566 848.33 34.00408 + 25.66574 844.17 34.13539 + 25.71562 802.73 33.42225 + 25.76564 744.98 31.82351 + 25.81559 776.41 32.56477 + 25.86552 811.29 33.30586 + 25.91545 815.06 33.32766 + 25.96540 747.86 32.20071 + 26.01544 768.84 32.69038 + 26.06540 737.53 31.73868 + 26.11534 815.88 33.48021 + 26.16512 744.25 31.81865 + 26.21520 723.78 31.40702 + 26.26526 794.45 32.92863 + 26.31516 829.77 33.74290 + 26.37759 804.26 28.86254 + 26.42770 766.01 28.14824 + 26.47777 815.55 29.11489 + 26.52787 822.52 29.33269 + 26.57783 823.32 29.24577 + 26.62779 826.59 29.35920 + 26.67785 815.38 29.09964 + 26.72789 810.41 28.98090 + 26.77793 763.55 28.07745 + 26.82779 820.02 29.12655 + 26.87780 884.62 30.32213 + 26.92789 830.77 29.58766 + 26.97776 785.68 28.61478 + 27.02778 793.66 28.71046 + 27.07774 870.84 30.25809 + 27.12767 754.98 27.92499 + 27.17759 813.84 29.05077 + 27.22754 789.20 28.56423 + 27.27758 802.59 28.99683 + 27.32754 781.87 28.40481 + 27.37749 832.83 29.48541 + 27.42726 800.85 28.90254 + 27.47734 806.72 28.88808 + 27.52740 810.28 28.95609 + 27.57730 762.63 28.08378 + 27.63339 854.06 33.20979 + 27.68349 882.05 33.48525 + 27.73356 821.65 32.11630 + 27.78367 841.46 32.67614 + 27.83362 850.63 32.62190 + 27.88358 850.49 32.66880 + 27.93364 813.44 32.09946 + 27.98368 778.79 31.22627 + 28.03372 815.21 31.73093 + 28.08358 824.68 32.06055 + 28.13360 855.37 32.64715 + 28.18368 861.03 33.29945 + 28.23356 806.55 31.63522 + 28.28357 831.35 32.46510 + 28.33353 873.83 32.91833 + 28.38346 885.53 33.38656 + 28.43338 842.76 32.15477 + 28.48333 865.40 32.88193 + 28.53337 826.46 31.96189 + 28.58334 880.00 32.91286 + 28.63328 876.56 32.96024 + 28.68305 838.86 32.46119 + 28.73313 834.81 32.37717 + 28.78319 851.69 32.39195 + 28.83309 850.41 32.46263 + 28.86573 893.22 35.65095 + 28.91584 852.43 34.52006 + 28.96591 862.51 34.61617 + 29.01601 800.10 33.35751 + 29.06596 920.70 35.68429 + 29.11593 865.00 34.74088 + 29.16599 894.11 35.24748 + 29.21603 878.50 35.13941 + 29.26607 869.20 34.74272 + 29.31592 860.04 34.47670 + 29.36594 828.47 34.13633 + 29.41602 851.02 34.38221 + 29.46590 869.29 34.87673 + 29.51592 787.01 33.10706 + 29.56587 776.69 32.79521 + 29.61580 859.75 34.72481 + 29.66573 803.70 33.98005 + 29.71568 820.00 33.64884 + 29.76572 858.68 34.55660 + 29.81568 854.16 34.41531 + 29.86562 829.50 33.87552 + 29.91540 817.03 34.03756 + 29.96548 790.15 33.21896 + 30.01554 843.92 34.45861 + 30.06544 828.83 34.06479 + 30.09852 831.58 32.35096 + 30.14863 836.90 32.36757 + 30.19870 866.32 33.03502 + 30.24880 818.03 32.06207 + 30.29876 935.37 34.39301 + 30.34872 943.59 34.56763 + 30.39878 920.54 34.27665 + 30.44882 920.45 34.28720 + 30.49886 961.49 34.97567 + 30.54872 976.38 35.51189 + 30.59873 1099.49 37.82756 + 30.64882 1240.47 40.39645 + 30.69869 1248.83 40.55657 + 30.74871 1384.53 42.85755 + 30.79867 1469.53 44.58345 + 30.84860 1591.46 46.82355 + 30.89852 1582.98 46.44117 + 30.94847 1817.56 50.08313 + 30.99851 2031.05 53.44382 + 31.04847 2144.29 55.01937 + 31.09842 2381.76 58.52412 + 31.14819 2656.19 61.95155 + 31.19827 2855.64 64.39118 + 31.24833 3193.66 68.68435 + 31.29823 3468.05 71.87994 + 31.35142 3965.13 81.46746 + 31.40152 4512.56 87.17758 + 31.45159 5196.13 94.41058 + 31.50170 5805.09 100.07591 + 31.55165 6753.99 109.92658 + 31.60161 7397.81 115.84530 + 31.65168 7938.59 121.38389 + 31.70171 8235.84 124.47491 + 31.75175 8199.73 123.76264 + 31.80161 8072.87 121.48134 + 31.85163 7971.10 121.03237 + 31.90171 7586.59 116.82989 + 31.95159 7167.87 112.57971 + 32.00161 6622.43 106.93343 + 32.05156 6111.23 101.66366 + 32.10149 5203.64 92.09917 + 32.15141 4630.45 85.86442 + 32.20137 3909.73 77.67196 + 32.25140 3211.38 69.46041 + 32.30137 2914.61 65.97633 + 32.35131 2532.69 61.17637 + 32.40108 2106.10 55.10845 + 32.45116 1721.90 49.41843 + 32.50123 1428.02 44.91206 + 32.55112 1153.99 40.09043 + 32.59631 1076.42 36.08565 + 32.64642 961.07 33.53083 + 32.69649 994.01 34.26920 + 32.74659 916.21 32.64173 + 32.79654 894.36 32.57103 + 32.84651 881.26 31.99601 + 32.89657 894.30 32.85973 + 32.94661 898.73 32.35329 + 32.99665 883.85 32.23956 + 33.04650 852.51 31.46396 + 33.09652 865.73 32.07425 + 33.14660 876.08 31.91546 + 33.19648 877.08 32.17196 + 33.24650 794.10 30.11954 + 33.29645 780.10 30.17460 + 33.34638 840.15 31.93699 + 33.39631 905.27 33.30267 + 33.44626 862.05 31.68349 + 33.49630 820.71 30.77295 + 33.54626 854.19 31.81185 + 33.59620 826.64 31.04407 + 33.64598 857.99 32.18905 + 33.69606 850.63 31.76884 + 33.74612 855.37 31.84745 + 33.79602 911.62 32.78434 + 33.83740 747.38 27.25998 + 33.88751 822.55 28.63441 + 33.93758 852.22 29.12920 + 33.98768 840.02 28.89698 + 34.03764 826.28 28.55937 + 34.08760 881.55 29.59335 + 34.13766 865.87 29.34929 + 34.18770 882.16 29.58002 + 34.23774 837.56 28.89379 + 34.28760 920.12 30.19525 + 34.33761 872.50 29.45685 + 34.38770 869.41 29.42107 + 34.43757 865.79 29.36651 + 34.48759 898.99 29.83634 + 34.53755 876.77 29.50530 + 34.58748 905.50 30.09927 + 34.63740 868.80 29.44876 + 34.68735 863.85 29.27535 + 34.73739 879.81 29.52036 + 34.78735 843.08 28.89007 + 34.83730 883.56 29.66524 + 34.88707 805.19 28.23699 + 34.93715 864.76 29.27297 + 34.98721 874.90 29.50230 + 35.03711 897.34 29.90084 + 35.10595 824.08 29.29888 + 35.15605 901.39 30.74436 + 35.20612 834.95 29.45255 + 35.25623 862.03 29.90168 + 35.30618 839.90 29.68285 + 35.35614 871.74 30.05866 + 35.40621 832.28 29.42481 + 35.45624 835.16 29.42618 + 35.50628 868.73 30.05185 + 35.55614 878.90 30.12896 + 35.60616 865.17 30.04234 + 35.65624 824.19 29.24934 + 35.70612 846.02 29.77593 + 35.75614 796.98 28.71047 + 35.80609 837.07 29.47217 + 35.85602 847.75 29.65330 + 35.90594 821.63 29.18755 + 35.95590 882.78 30.26422 + 36.00593 873.81 30.07880 + 36.05590 767.55 28.21613 + 36.10584 811.97 28.96138 + 36.15561 787.11 28.82275 + 36.20569 800.50 28.89269 + 36.25576 840.36 29.51417 + 36.30565 839.98 29.62679 + 36.37964 791.13 28.53380 + 36.42975 813.81 28.94834 + 36.47982 804.32 28.65821 + 36.52992 788.24 28.38825 + 36.57987 769.64 28.04082 + 36.62984 792.00 28.44167 + 36.67990 788.50 28.37681 + 36.72994 814.64 28.88773 + 36.77998 793.39 28.46157 + 36.82983 791.91 28.44952 + 36.87985 786.19 28.38978 + 36.92993 785.47 28.33371 + 36.97981 788.48 28.41854 + 37.02983 815.03 28.80375 + 37.07978 809.03 28.73453 + 37.12971 788.46 28.37999 + 37.17964 781.51 28.27571 + 37.22959 743.38 27.51379 + 37.27963 759.65 27.82615 + 37.32959 787.78 28.36288 + 37.37953 766.58 27.97941 + 37.42931 761.38 27.88313 + 37.47939 806.38 28.68822 + 37.52945 792.38 28.42617 + 37.57935 784.63 28.38934 + 37.62004 836.80 29.69508 + 37.67014 812.46 29.22054 + 37.72021 827.10 29.46033 + 37.77031 812.79 29.21390 + 37.82027 801.33 28.97131 + 37.87023 856.54 30.03132 + 37.92029 855.53 30.10237 + 37.97033 893.57 30.79096 + 38.02037 849.37 29.96736 + 38.07023 896.07 30.76883 + 38.12024 959.79 31.99521 + 38.17033 922.03 31.28554 + 38.22020 1028.27 33.08040 + 38.27022 1048.48 33.54736 + 38.32018 1110.23 34.73376 + 38.37011 1302.04 37.77776 + 38.42003 1382.69 39.00951 + 38.46998 1524.59 41.16924 + 38.52002 1656.36 43.15473 + 38.56998 1802.55 45.30412 + 38.61993 2165.26 50.35944 + 38.66970 2524.36 54.98539 + 38.71978 2820.94 58.21892 + 38.76984 3181.41 62.29589 + 38.81974 3658.34 67.28427 + 38.87078 4321.95 71.58819 + 38.92088 5222.28 79.76840 + 38.97095 5963.87 85.70099 + 39.02106 7300.81 96.44182 + 39.07101 8251.76 103.85727 + 39.12097 9018.56 110.04931 + 39.17104 9364.04 112.84945 + 39.22107 9519.86 113.98369 + 39.27111 9400.29 112.78360 + 39.32097 9325.90 112.41551 + 39.37099 8781.71 108.13323 + 39.42107 8341.71 104.73472 + 39.47095 7732.26 100.29025 + 39.52097 6934.04 93.48519 + 39.57092 5966.28 85.11311 + 39.62085 5193.82 78.58600 + 39.67077 4326.42 70.63448 + 39.72073 3574.29 63.03078 + 39.77076 3004.24 57.66906 + 39.82073 2518.22 52.22451 + 39.87067 2194.51 48.67424 + 39.92044 1717.01 42.61372 + 39.97052 1434.17 38.76949 + 40.02059 1217.46 35.15621 + 40.07048 1069.68 32.92460 + 40.12237 949.62 29.99405 + 40.17248 986.30 30.61556 + 40.22255 924.17 29.54431 + 40.27265 849.43 28.37436 + 40.32260 888.04 28.97714 + 40.37257 863.03 28.59193 + 40.42263 805.28 27.54630 + 40.47267 847.26 28.26902 + 40.52271 863.48 28.54719 + 40.57256 837.40 28.05931 + 40.62258 835.30 28.13167 + 40.67266 802.48 27.48329 + 40.72254 885.68 28.92320 + 40.77256 838.05 28.06638 + 40.82251 842.80 28.12611 + 40.87244 841.48 28.13093 + 40.92237 830.46 27.95853 + 40.97232 876.30 28.80153 + 41.02236 834.95 27.99979 + 41.07232 822.86 27.85391 + 41.12226 831.99 28.02564 + 41.17204 852.59 28.40361 + 41.22212 845.37 28.25890 + 41.27218 829.98 27.97645 + 41.32208 823.94 27.90734 + 41.36432 784.96 28.46833 + 41.41442 805.88 28.57665 + 41.46449 741.75 27.37998 + 41.51459 801.24 28.58619 + 41.56455 793.87 28.38110 + 41.61451 758.94 27.83098 + 41.66457 817.35 28.82737 + 41.71461 813.99 28.96087 + 41.76465 776.12 28.09634 + 41.81451 754.79 27.76614 + 41.86452 767.77 27.92594 + 41.91461 812.24 28.73385 + 41.96449 796.99 28.49646 + 42.01450 807.86 28.64215 + 42.06446 800.20 28.52645 + 42.11439 768.37 28.02079 + 42.16431 807.19 28.64039 + 42.21426 818.78 28.78182 + 42.26430 840.37 29.30616 + 42.31427 840.37 29.40123 + 42.36421 837.18 29.17730 + 42.41398 814.53 28.79534 + 42.46406 867.15 29.72755 + 42.51412 828.37 29.37813 + 42.56402 820.37 28.85506 + 42.61411 857.66 30.68461 + 42.66421 839.06 30.29536 + 42.71428 845.49 30.41958 + 42.76439 821.91 29.92864 + 42.81434 833.05 30.22315 + 42.86430 893.38 31.27769 + 42.91437 834.06 30.31111 + 42.96440 828.96 30.16721 + 43.01444 795.30 29.42885 + 43.06430 772.15 28.96977 + 43.11432 772.04 28.99613 + 43.16440 760.94 28.74860 + 43.21428 766.19 28.88774 + 43.26430 792.85 29.50341 + 43.31425 760.18 28.76914 + 43.36418 741.39 28.41213 + 43.41410 830.06 30.12503 + 43.46406 741.61 28.42984 + 43.51409 750.00 28.52149 + 43.56406 773.80 29.06986 + 43.61400 827.71 30.03619 + 43.66377 820.78 29.96863 + 43.71385 809.97 29.82410 + 43.76392 780.23 29.16933 + 43.81381 795.34 29.51741 + 43.86495 780.87 28.77899 + 43.91506 827.44 29.66822 + 43.96513 803.47 29.13095 + 44.01523 822.15 29.49514 + 44.06518 865.78 30.30828 + 44.11515 840.77 29.85139 + 44.16521 771.46 28.64030 + 44.21525 871.83 30.44574 + 44.26529 828.07 29.62026 + 44.31514 880.75 30.49748 + 44.36516 878.04 30.58669 + 44.41524 880.84 30.68836 + 44.46512 810.56 29.35996 + 44.51514 808.49 29.23807 + 44.56509 880.58 30.58392 + 44.61502 841.65 29.93664 + 44.66495 907.00 31.18819 + 44.71490 950.12 31.80803 + 44.76494 919.75 31.29413 + 44.81490 986.84 32.45051 + 44.86484 1113.67 34.61712 + 44.91462 1132.01 35.00833 + 44.96470 1237.26 36.77861 + 45.01476 1339.99 38.37449 + 45.06466 1587.68 42.14939 + 45.10925 1811.46 46.16744 + 45.15935 1979.79 48.36831 + 45.20942 2355.45 53.25041 + 45.25952 2781.64 58.38936 + 45.30948 3279.83 63.70478 + 45.35944 3884.98 69.95844 + 45.40950 4479.67 75.55580 + 45.45954 5330.87 83.37607 + 45.50958 6337.10 92.17614 + 45.55944 6988.94 97.70322 + 45.60945 7320.04 100.80007 + 45.65954 7422.39 101.69076 + 45.70942 7447.94 101.89400 + 45.75943 7148.43 99.18900 + 45.80939 6889.78 96.89093 + 45.85932 6529.15 93.84290 + 45.90924 5983.71 89.07530 + 45.95919 5578.86 85.35148 + 46.00923 4638.55 76.67466 + 46.05920 3945.67 69.81712 + 46.10914 3173.10 61.68585 + 46.15891 2703.07 56.49633 + 46.20899 2308.14 51.73127 + 46.25905 1960.57 47.50980 + 46.30895 1737.74 44.49628 + 46.35974 1385.99 40.26564 + 46.40984 1236.76 38.02120 + 46.45991 966.71 33.09246 + 46.51002 914.85 32.10285 + 46.55997 874.10 31.44133 + 46.60993 813.05 30.22448 + 46.66000 865.24 31.12626 + 46.71003 890.69 31.64990 + 46.76007 856.12 31.06291 + 46.80993 844.88 30.93654 + 46.85995 789.08 29.75453 + 46.91003 794.14 29.79261 + 46.95991 801.61 29.96559 + 47.00993 773.50 29.34359 + 47.05988 808.56 30.04173 + 47.10981 775.45 29.26600 + 47.15973 732.94 28.67051 + 47.20969 790.62 29.61880 + 47.25972 756.81 28.90864 + 47.30969 779.67 29.60624 + 47.35963 775.06 29.50382 + 47.40940 759.57 29.15787 + 47.45948 761.03 29.09221 + 47.50955 771.35 29.29932 + 47.55944 749.75 29.02765 + 47.62723 748.91 27.00183 + 47.67734 761.81 27.06632 + 47.72741 721.85 26.33901 + 47.77751 770.74 27.20201 + 47.82746 747.65 27.07807 + 47.87743 770.34 27.13821 + 47.92749 747.01 26.71243 + 47.97753 692.62 26.08207 + 48.02757 753.30 27.00408 + 48.07742 700.61 26.15487 + 48.12744 772.84 27.31165 + 48.17752 793.77 27.59289 + 48.22740 732.49 26.71035 + 48.27742 742.86 26.77851 + 48.32737 815.36 28.33787 + 48.37731 746.33 26.84298 + 48.42723 775.31 27.69165 + 48.47718 786.72 27.42222 + 48.52722 755.54 27.09513 + 48.57718 767.04 26.89112 + 48.62713 781.99 27.40054 + 48.67690 747.65 26.87279 + 48.72698 699.86 25.97212 + 48.77704 775.59 27.23040 + 48.82694 763.70 26.97299 + 48.87053 795.73 27.40408 + 48.92063 785.32 27.15253 + 48.97070 752.33 26.44682 + 49.02080 768.46 26.72570 + 49.07076 775.57 26.95682 + 49.12072 766.03 26.87562 + 49.17078 723.46 25.85070 + 49.22082 787.23 27.15076 + 49.27086 758.56 26.52642 + 49.32072 788.80 27.00434 + 49.37073 823.34 27.61730 + 49.42082 859.12 28.32472 + 49.47070 774.26 26.70583 + 49.52071 791.38 26.98970 + 49.57067 817.91 27.56586 + 49.62060 856.06 28.39886 + 49.67052 806.48 27.58708 + 49.72047 808.28 27.33063 + 49.77051 792.14 27.04029 + 49.82048 800.49 27.33315 + 49.87042 832.55 27.84578 + 49.92019 814.22 27.60043 + 49.97027 767.77 26.91790 + 50.02033 792.59 27.29591 + 50.07023 819.67 27.62465 + 50.10067 812.84 28.86996 + 50.15077 793.47 28.46929 + 50.20084 763.66 28.04173 + 50.25095 763.39 27.99027 + 50.30090 809.00 28.90112 + 50.35086 799.64 28.60164 + 50.40093 824.57 29.11720 + 50.45096 832.36 29.25199 + 50.50100 792.17 28.50015 + 50.55086 830.32 29.14824 + 50.60088 885.21 30.19312 + 50.65096 853.53 29.88255 + 50.70084 903.71 30.73123 + 50.75086 886.82 30.17124 + 50.80081 992.45 32.15978 + 50.85074 1108.20 34.03086 + 50.90066 1173.66 35.18007 + 50.95062 1332.56 37.64270 + 51.00065 1431.78 39.01493 + 51.05062 1682.19 42.65407 + 51.10056 1961.84 46.39330 + 51.15033 2234.81 49.84165 + 51.20041 2696.52 54.93668 + 51.25048 3249.35 60.92902 + 51.30037 3732.23 65.78422 + 51.36641 4412.86 71.62799 + 51.41652 4662.94 74.06005 + 51.46659 4565.86 73.02334 + 51.51669 4769.53 74.91230 + 51.56664 4540.72 72.63001 + 51.61661 4487.99 72.20142 + 51.66667 4192.79 69.48132 + 51.71671 3766.40 65.18888 + 51.76675 3434.04 61.88473 + 51.81660 3031.91 57.62602 + 51.86662 2652.44 53.62930 + 51.91670 2224.45 48.77467 + 51.96658 1877.49 44.44484 + 52.01660 1634.73 41.28624 + 52.06655 1399.83 38.14552 + 52.11649 1284.02 36.33260 + 52.16641 1150.78 34.35372 + 52.21636 943.35 30.89486 + 52.26640 942.02 30.83880 + 52.31636 875.47 29.71928 + 52.36631 881.41 29.87913 + 52.41608 817.30 28.66479 + 52.46616 841.41 29.13942 + 52.51622 769.93 27.92908 + 52.56612 774.60 27.88807 + 52.63691 787.23 29.51079 + 52.68701 838.93 30.47627 + 52.73708 797.96 29.59501 + 52.78718 753.78 28.76876 + 52.83714 818.87 30.06916 + 52.88710 783.48 29.35892 + 52.93716 803.32 29.77895 + 52.98720 747.48 28.62085 + 53.03724 770.27 29.16136 + 53.08710 744.51 28.59902 + 53.13711 781.41 29.33523 + 53.18720 786.01 29.43009 + 53.23708 816.06 30.05902 + 53.28709 778.59 29.19250 + 53.33705 787.07 29.46338 + 53.38698 760.06 28.97638 + 53.43690 810.48 29.88297 + 53.48685 805.09 29.77249 + 53.53689 771.59 29.16605 + 53.58686 803.35 29.73649 + 53.63680 757.63 28.85171 + 53.68657 775.96 29.23007 + 53.73665 747.76 28.65214 + 53.78671 778.96 29.27027 + 53.83661 745.62 28.71357 + 53.87000 738.16 27.90358 + 53.92010 792.69 28.87019 + 53.97017 723.05 27.50948 + 54.02028 776.19 28.49311 + 54.07023 816.69 29.39924 + 54.12020 769.75 28.63528 + 54.17026 720.62 27.39842 + 54.22030 741.07 27.98938 + 54.27033 780.60 28.69798 + 54.32019 768.63 28.51491 + 54.37021 763.70 28.32872 + 54.42029 800.42 29.19222 + 54.47017 749.00 28.19597 + 54.52019 736.92 27.71149 + 54.57014 795.87 28.87826 + 54.62007 791.79 28.79597 + 54.66999 736.85 27.85670 + 54.71995 760.71 28.29785 + 54.76999 807.81 29.19411 + 54.81995 788.52 28.82977 + 54.86989 797.29 28.97726 + 54.91966 726.98 28.01928 + 54.96975 816.80 29.39351 + 55.01981 795.35 28.92221 + 55.06971 784.99 28.68617 + 55.10219 739.58 26.10080 + 55.15230 806.62 27.26800 + 55.20237 819.24 27.42081 + 55.25247 804.75 27.20845 + 55.30242 802.08 27.18892 + 55.35239 802.58 27.18410 + 55.40245 827.59 27.65816 + 55.45249 875.83 28.43487 + 55.50253 832.90 27.72229 + 55.55238 843.84 27.87146 + 55.60240 914.83 29.12083 + 55.65248 885.46 28.59959 + 55.70236 911.14 29.10172 + 55.75238 887.44 28.62146 + 55.80233 928.19 29.29791 + 55.85227 892.87 28.75873 + 55.90219 913.07 29.05290 + 55.95214 920.38 29.12918 + 56.00218 912.45 29.00210 + 56.05214 956.88 29.82923 + 56.10209 978.58 30.13554 + 56.15186 1001.44 30.53532 + 56.20194 1042.51 31.24750 + 56.25200 1154.21 33.01513 + 56.30190 1201.70 33.75878 + 56.35839 1344.41 37.71305 + 56.40849 1445.84 39.24372 + 56.45856 1758.95 43.66195 + 56.50866 2118.13 48.26740 + 56.55862 2532.54 53.25370 + 56.60858 3056.48 58.71947 + 56.65864 3708.96 65.57127 + 56.70868 4176.55 70.17153 + 56.75872 4824.02 76.07751 + 56.80858 5019.69 77.99721 + 56.85859 5128.87 79.00987 + 56.90868 4974.40 77.41793 + 56.95856 4834.54 76.17499 + 57.00857 4702.00 74.74025 + 57.05853 4410.76 72.05598 + 57.10846 4138.62 69.41392 + 57.15838 3625.59 64.27166 + 57.20833 3150.03 59.25494 + 57.25837 2559.87 52.89518 + 57.30834 2164.51 48.21634 + 57.35828 1947.96 45.61023 + 57.40805 1599.89 41.11189 + 57.45813 1355.84 37.53913 + 57.50819 1243.81 35.87109 + 57.55809 1109.59 33.78895 + 57.61968 960.41 30.71799 + 57.66978 848.29 28.89604 + 57.71985 804.74 27.94000 + 57.76996 829.36 28.38436 + 57.81991 778.30 27.52476 + 57.86988 800.47 27.89514 + 57.91994 811.95 28.06659 + 57.96998 766.12 27.23212 + 58.02001 790.27 27.74154 + 58.06987 780.77 27.62156 + 58.11989 803.80 28.00377 + 58.16997 776.21 27.39477 + 58.21985 789.67 27.76058 + 58.26987 796.25 27.85314 + 58.31982 825.38 28.36450 + 58.36975 826.00 28.32151 + 58.41967 796.58 27.90929 + 58.46963 834.90 28.46436 + 58.51967 792.80 27.84591 + 58.56963 853.05 28.93790 + 58.61957 825.43 28.41708 + 58.66934 817.44 28.12089 + 58.71943 796.94 27.88943 + 58.76949 826.60 28.42906 + 58.81939 819.99 28.29703 + 58.86822 783.30 27.65424 + 58.91833 778.00 27.69602 + 58.96840 800.03 27.95832 + 59.01850 843.62 28.97693 + 59.06845 807.42 28.19018 + 59.11842 826.64 28.48337 + 59.16848 780.54 27.69514 + 59.21852 816.58 28.24071 + 59.26856 816.53 28.23657 + 59.31841 785.69 27.61626 + 59.36843 745.53 26.94294 + 59.41851 839.16 28.72573 + 59.46839 799.25 27.97781 + 59.51841 766.50 27.34692 + 59.56836 810.54 28.17752 + 59.61830 825.29 28.30822 + 59.66822 788.88 27.87124 + 59.71817 764.95 27.26833 + 59.76821 796.12 27.82226 + 59.81817 759.69 27.09822 + 59.86812 797.75 27.85985 + 59.91789 788.29 27.70651 + 59.96797 771.60 27.52701 + 60.01803 786.11 27.69093 + 60.06793 808.26 28.36299 + 60.10817 764.39 27.28353 + 60.15827 793.86 28.04636 + 60.20834 763.63 27.28903 + 60.25845 786.43 27.83859 + 60.30840 793.48 27.77436 + 60.35836 825.06 28.64878 + 60.40842 754.90 27.20287 + 60.45846 762.07 27.64299 + 60.50850 835.44 28.82801 + 60.55836 757.59 27.09689 + 60.60837 784.95 27.69805 + 60.65846 763.73 27.41016 + 60.70834 774.94 27.72472 + 60.75835 725.34 26.49118 + 60.80831 801.51 27.88691 + 60.85824 806.37 28.05504 + 60.90816 787.34 27.82034 + 60.95811 792.63 27.79738 + 61.00815 789.53 27.69147 + 61.05812 810.65 28.18825 + 61.10806 746.45 27.07534 + 61.15783 818.62 28.53574 + 61.20791 771.24 27.52786 + 61.25797 709.34 26.26794 + 61.30787 797.43 27.97678 + 61.34766 806.75 32.43392 + 61.39776 817.22 33.23526 + 61.44783 783.84 32.42700 + 61.49794 784.70 32.64361 + 61.54789 794.21 32.79632 + 61.59786 842.77 33.67176 + 61.64792 815.92 32.67946 + 61.69796 764.97 31.84172 + 61.74799 822.97 32.97047 + 61.79785 825.30 32.87440 + 61.84787 792.09 32.37243 + 61.89795 790.55 32.65049 + 61.94783 792.20 31.94840 + 61.99785 828.43 32.48320 + 62.04780 858.71 34.01963 + 62.09773 784.25 32.61635 + 62.14765 792.06 32.29837 + 62.19761 817.62 32.28522 + 62.24765 837.03 33.56770 + 62.29761 793.74 32.44184 + 62.34755 805.34 32.70206 + 62.39732 772.78 31.54239 + 62.44741 815.95 33.25268 + 62.49747 841.81 33.49757 + 62.54737 740.94 31.40754 + 62.58955 746.96 33.67156 + 62.63966 775.62 33.51211 + 62.68973 804.49 34.53319 + 62.73983 791.61 34.72680 + 62.78978 830.47 34.68321 + 62.83975 810.84 34.96680 + 62.88981 856.73 35.48411 + 62.93985 835.18 34.93874 + 62.98989 941.39 37.66835 + 63.03974 831.05 35.20820 + 63.08976 848.88 35.71291 + 63.13984 865.09 35.62025 + 63.18972 854.96 36.11505 + 63.23974 922.42 37.72654 + 63.28969 945.29 37.59794 + 63.33963 906.78 37.07859 + 63.38955 952.51 37.18366 + 63.43950 890.84 36.33829 + 63.48954 916.44 36.98418 + 63.53950 898.15 36.32646 + 63.58945 947.28 37.71339 + 63.63922 969.83 38.71832 + 63.68930 844.87 35.85119 + 63.73936 857.34 35.87931 + 63.78926 854.62 35.80507 + 63.82930 880.21 31.79037 + 63.87940 869.22 31.53898 + 63.92947 834.08 30.98156 + 63.97958 801.10 30.24678 + 64.02953 834.29 30.86524 + 64.07949 789.85 30.01999 + 64.12955 802.78 30.29234 + 64.17959 784.89 30.03359 + 64.22963 819.81 30.63977 + 64.27949 774.76 29.71411 + 64.32951 749.86 29.33940 + 64.37959 732.13 28.84773 + 64.42947 711.44 28.50482 + 64.47948 743.84 29.07906 + 64.52944 782.65 29.87773 + 64.57937 715.00 28.52511 + 64.62929 766.46 29.55761 + 64.67924 787.50 29.97615 + 64.72928 795.65 30.15240 + 64.77925 810.55 30.51086 + 64.82919 736.76 28.96137 + 64.87896 765.19 29.49708 + 64.92904 795.12 30.10005 + 64.97910 771.85 29.69785 + 65.02900 790.89 30.04463 + 65.07469 721.02 27.88832 + 65.12479 746.90 28.35448 + 65.17486 721.34 27.47131 + 65.22497 725.79 27.51715 + 65.27492 733.24 27.95310 + 65.32489 742.61 28.03703 + 65.37495 721.82 27.55074 + 65.42499 694.95 27.44857 + 65.47502 742.72 27.94258 + 65.52488 697.70 27.02165 + 65.57490 741.19 27.84923 + 65.62498 701.89 27.04204 + 65.67486 719.07 27.54085 + 65.72488 750.46 28.18531 + 65.77483 727.33 27.82120 + 65.82476 728.95 27.71857 + 65.87468 743.66 27.76362 + 65.92464 720.34 27.61765 + 65.97468 732.80 27.67799 + 66.02464 682.33 26.96253 + 66.07458 732.62 27.82793 + 66.12435 720.37 27.43526 + 66.17444 758.56 28.34460 + 66.22450 695.81 27.22394 + 66.27440 727.00 27.55145 + 66.33258 708.31 27.26497 + 66.38269 732.00 27.81736 + 66.43276 733.69 27.78268 + 66.48286 707.17 27.38782 + 66.53282 690.28 26.95364 + 66.58278 734.96 27.82850 + 66.63284 727.27 27.67631 + 66.68288 789.15 28.94837 + 66.73292 777.79 28.74004 + 66.78277 725.26 27.70580 + 66.83279 739.15 27.87785 + 66.88287 786.65 28.79607 + 66.93275 753.07 28.16773 + 66.98277 803.11 29.03479 + 67.03272 769.09 28.46795 + 67.08266 875.68 30.45079 + 67.13258 866.00 30.24140 + 67.18253 839.11 29.73894 + 67.23257 836.07 29.68996 + 67.28253 857.46 30.06741 + 67.33248 805.05 29.12020 + 67.38225 861.19 30.21890 + 67.43233 838.72 29.83779 + 67.48239 812.35 29.30600 + 67.53229 842.30 30.03445 + 67.59603 783.91 30.16036 + 67.64613 798.64 30.43474 + 67.69620 728.10 29.10877 + 67.74631 812.57 30.78556 + 67.79626 775.35 29.99081 + 67.84622 743.37 29.34882 + 67.89628 749.81 29.49524 + 67.94632 760.80 29.82504 + 67.99636 762.27 29.78163 + 68.04622 779.14 30.01693 + 68.09624 760.17 29.67386 + 68.14632 738.94 29.34796 + 68.19620 760.96 29.66479 + 68.24621 740.14 29.35397 + 68.29617 751.86 29.51171 + 68.34610 728.76 29.04628 + 68.39602 751.31 29.47595 + 68.44597 734.97 29.15366 + 68.49601 757.54 29.57989 + 68.54598 656.79 27.46796 + 68.59592 745.87 29.37024 + 68.64569 712.16 28.81021 + 68.69577 719.31 28.83371 + 68.74583 696.69 28.39274 + 68.79573 716.26 28.80350 + 68.86402 706.54 28.46623 + 68.91412 657.12 27.33371 + 68.96419 663.65 27.47693 + 69.01430 700.06 28.17244 + 69.06425 689.83 28.06128 + 69.11422 702.32 28.23151 + 69.16428 669.19 27.67592 + 69.21432 736.30 28.94566 + 69.26435 678.20 27.77424 + 69.31421 723.64 28.89290 + 69.36423 699.26 28.18082 + 69.41431 688.41 27.94969 + 69.46419 719.73 28.68351 + 69.51421 684.76 27.89671 + 69.56416 731.70 29.03346 + 69.61409 686.33 27.88488 + 69.66401 707.11 28.34778 + 69.71397 754.37 29.33102 + 69.76401 718.72 28.55851 + 69.81397 679.29 27.82532 + 69.86391 737.43 28.94725 + 69.91368 724.59 28.97806 + 69.96377 768.50 29.60447 + 70.01383 749.69 29.35496 + 70.06373 799.88 30.25555 + 70.09781 829.93 29.19895 + 70.14792 876.42 30.06742 + 70.19799 923.18 30.70663 + 70.24809 929.07 30.82587 + 70.29805 1054.31 32.86979 + 70.34801 1002.28 32.16796 + 70.39807 1083.98 33.35195 + 70.44811 1126.36 34.05726 + 70.49815 1204.98 35.23460 + 70.54801 1324.40 36.99687 + 70.59802 1360.23 37.63271 + 70.64810 1383.80 38.02364 + 70.69798 1488.79 39.45304 + 70.74800 1592.70 40.97707 + 70.79795 1702.79 42.74249 + 70.84789 1949.79 45.85787 + 70.89781 2243.65 49.59371 + 70.94776 2740.57 56.28788 + 70.99780 3667.86 67.21356 + 71.04776 5263.62 84.21209 + 71.09771 7505.31 105.61889 + 71.14748 11055.61 134.33313 + 71.19756 15992.14 171.43286 + 71.24762 22022.12 212.95293 + 71.29752 28024.80 254.73515 + 71.32861 36872.91 284.67861 + 71.37871 39952.81 304.86550 + 71.42878 41577.52 314.97022 + 71.47889 41902.50 316.00562 + 71.52884 41165.40 310.53592 + 71.57880 39283.06 299.12936 + 71.62886 36679.31 282.86471 + 71.67890 32950.61 259.70240 + 71.72894 27842.39 227.37564 + 71.77880 22507.98 193.82422 + 71.82882 17174.21 160.27888 + 71.87890 13095.88 133.52011 + 71.92878 10457.45 115.96589 + 71.97879 8173.77 99.91062 + 72.02875 6213.11 84.42674 + 72.07868 4586.38 70.06388 + 72.12860 3307.41 57.72533 + 72.17855 2402.87 48.16336 + 72.22859 1908.02 42.39994 + 72.27856 1556.97 37.92456 + 72.32850 1440.95 36.28033 + 72.37827 1325.94 34.69777 + 72.42835 1214.78 33.11838 + 72.47841 1113.21 31.64005 + 72.52831 1069.29 30.98935 + 72.59460 990.58 30.77471 + 72.64470 1094.59 32.42926 + 72.69477 1055.83 31.77722 + 72.74488 1021.65 31.27243 + 72.79483 1032.97 31.38297 + 72.84480 1007.52 31.05287 + 72.89486 971.05 30.54278 + 72.94490 993.22 30.79774 + 72.99494 933.15 29.85459 + 73.04479 1001.77 30.84842 + 73.09481 1069.04 32.02899 + 73.14489 993.36 30.83692 + 73.19477 1015.31 31.17309 + 73.24479 1002.35 30.89776 + 73.29474 1113.44 32.76391 + 73.34467 1071.66 32.14886 + 73.39459 1036.56 31.46967 + 73.44455 1046.49 31.57265 + 73.49459 1101.79 32.42301 + 73.54455 1059.58 31.83229 + 73.59449 1074.55 32.05749 + 73.64426 1049.00 31.69076 + 73.69435 1074.97 32.10228 + 73.74441 1045.61 31.59248 + 73.79431 1031.06 31.42528 + 73.83419 955.15 31.11583 + 73.88430 1028.88 32.30467 + 73.93437 915.07 30.35377 + 73.98447 929.83 30.60443 + 74.03443 1000.62 31.84379 + 74.08439 906.69 30.22168 + 74.13445 924.87 30.55236 + 74.18449 921.37 30.47191 + 74.23453 891.16 30.02442 + 74.28439 932.35 30.70243 + 74.33440 926.95 30.59621 + 74.38448 897.34 30.09087 + 74.43436 877.97 29.82089 + 74.48438 915.51 30.34569 + 74.53433 961.66 31.15087 + 74.58427 978.46 31.42667 + 74.63419 970.96 31.33486 + 74.68414 1011.54 31.97823 + 74.73418 989.63 31.59666 + 74.78414 1022.37 32.18556 + 74.83409 1043.94 32.56846 + 74.88386 1031.79 32.36688 + 74.93394 1085.87 33.20836 + 74.98400 1078.10 33.18303 + 75.03390 1153.48 34.27968 + 75.07034 1142.44 33.02163 + 75.12044 1240.07 34.54948 + 75.17051 1244.69 34.54060 + 75.22062 1279.37 35.00425 + 75.27057 1348.37 36.03752 + 75.32053 1350.83 36.09910 + 75.37059 1383.21 36.55749 + 75.42063 1597.70 39.47245 + 75.47067 1689.18 40.70612 + 75.52053 1906.91 43.45847 + 75.57055 2605.39 51.93078 + 75.62063 3466.96 61.46354 + 75.67051 4942.36 75.53560 + 75.72052 7346.30 95.54527 + 75.77048 10800.72 121.71705 + 75.82041 14593.93 148.21471 + 75.87033 18446.94 175.16397 + 75.92028 20296.86 188.01591 + 75.97032 21707.72 198.40710 + 76.02029 21474.60 196.33015 + 76.07023 21518.89 196.61912 + 76.12000 20834.40 191.76755 + 76.17008 19384.49 181.74138 + 76.22014 17720.10 169.96184 + 76.27004 15024.52 150.89327 + 76.31993 12288.03 133.20372 + 76.37003 9440.09 111.94054 + 76.42011 7506.18 97.06513 + 76.47021 5837.47 83.43690 + 76.52016 4785.57 74.25673 + 76.57013 3702.38 63.94246 + 76.62019 2908.92 55.96489 + 76.67023 2215.70 47.97405 + 76.72027 1720.81 41.72257 + 76.77012 1410.31 37.77807 + 76.82014 1252.50 35.35126 + 76.87022 1084.11 32.79785 + 76.92010 1035.90 31.97829 + 76.97012 980.35 30.92028 + 77.02007 923.18 30.02197 + 77.07000 920.07 29.92680 + 77.11992 876.71 29.27163 + 77.16988 862.86 28.97251 + 77.21992 904.93 29.97691 + 77.26988 899.00 29.61568 + 77.31982 886.15 29.41592 + 77.36959 892.37 29.50890 + 77.41968 937.38 30.28337 + 77.46974 947.90 30.51021 + 77.51964 964.23 30.74124 + 77.57897 910.04 29.71923 + 77.62908 974.80 30.81382 + 77.67915 936.76 30.10290 + 77.72925 1014.86 31.36943 + 77.77921 1029.06 31.69090 + 77.82917 1096.71 32.81949 + 77.87923 1081.69 32.46636 + 77.92927 1115.68 33.14672 + 77.97931 1150.68 33.52346 + 78.02917 1198.55 34.37293 + 78.07918 1194.62 34.20129 + 78.12926 1215.69 34.71930 + 78.17914 1197.47 34.39732 + 78.22916 1204.48 34.48821 + 78.27911 1190.76 34.47793 + 78.32905 1103.53 32.96746 + 78.37897 1135.75 33.42991 + 78.42892 1080.75 33.01738 + 78.47896 1029.63 31.68325 + 78.52892 993.35 31.28554 + 78.57887 1020.17 32.11014 + 78.62864 950.93 30.75025 + 78.67872 904.04 29.69666 + 78.72878 923.81 30.13171 + 78.77868 873.84 29.30985 + 78.83092 860.60 27.17818 + 78.88102 849.15 26.99247 + 78.93109 799.39 26.11383 + 78.98120 793.66 25.99650 + 79.03115 793.27 26.02544 + 79.08111 761.01 25.46127 + 79.13117 745.73 25.29960 + 79.18121 766.66 25.55195 + 79.23125 769.37 25.60188 + 79.28111 766.21 25.54745 + 79.33113 815.87 26.45467 + 79.38121 835.54 26.74976 + 79.43109 814.66 26.45927 + 79.48110 751.69 25.28153 + 79.53106 797.27 26.08147 + 79.58099 795.45 26.02685 + 79.63091 790.85 26.02130 + 79.68086 772.39 25.60829 + 79.73090 823.41 26.47650 + 79.78087 788.90 26.01749 + 79.83081 819.07 26.46935 + 79.88058 832.60 26.68185 + 79.93066 878.46 27.41808 + 79.98072 871.48 27.26251 + 80.03062 895.38 27.69647 + 80.07031 882.33 28.41471 + 80.12041 971.15 29.81351 + 80.17049 987.96 30.06106 + 80.22059 1091.39 31.67994 + 80.27054 1293.58 34.70013 + 80.32051 1347.99 35.42141 + 80.37057 1424.85 36.54217 + 80.42061 1539.50 38.11698 + 80.47065 1605.05 38.89508 + 80.52050 1502.07 37.51888 + 80.57052 1528.51 37.88965 + 80.62060 1505.98 37.62744 + 80.67048 1336.27 35.30885 + 80.72050 1293.65 34.60826 + 80.77045 1156.02 32.63303 + 80.82038 1063.64 31.21106 + 80.87030 989.18 30.05844 + 80.92026 964.08 29.67092 + 80.97030 852.28 27.83342 + 81.02026 897.35 28.61110 + 81.07020 840.20 27.60112 + 81.11997 855.18 28.02154 + 81.17006 798.45 26.88412 + 81.22012 799.84 26.89957 + 81.27002 811.70 27.27648 + 81.31680 760.77 26.33343 + 81.36691 761.83 26.27625 + 81.41698 815.98 27.25428 + 81.46708 784.04 26.66382 + 81.51704 783.79 26.66429 + 81.56700 791.53 26.77468 + 81.61706 783.17 26.71252 + 81.66710 790.20 26.75281 + 81.71714 850.40 27.83892 + 81.76700 791.46 26.73354 + 81.81701 847.34 27.73506 + 81.86709 847.80 27.76766 + 81.91697 835.47 27.56494 + 81.96699 769.58 26.43832 + 82.01694 839.76 27.75550 + 82.06688 824.41 27.42417 + 82.11680 792.55 26.91951 + 82.16675 818.72 27.22773 + 82.21679 831.98 27.46689 + 82.26675 738.80 26.01727 + 82.31670 816.41 27.26914 + 82.36647 782.09 26.79342 + 82.41655 809.83 27.11554 + 82.46661 844.61 27.71159 + 82.51651 856.62 27.99864 + 82.56945 821.05 26.05343 + 82.61955 797.54 25.66471 + 82.66962 824.31 26.04112 + 82.71973 848.55 26.45797 + 82.76968 848.72 26.57360 + 82.81964 857.18 26.59747 + 82.86970 870.78 26.83749 + 82.91974 907.59 27.42815 + 82.96978 866.12 26.79914 + 83.01964 905.21 27.39657 + 83.06966 933.95 27.82355 + 83.11974 943.40 27.98249 + 83.16962 960.55 28.22465 + 83.21963 1019.19 29.04437 + 83.26959 927.75 27.69977 + 83.31952 963.18 28.23137 + 83.36944 914.14 27.46041 + 83.41939 984.27 28.51998 + 83.46943 919.10 27.63538 + 83.51940 883.22 26.98372 + 83.56934 910.56 27.44653 + 83.61911 878.46 26.94486 + 83.66919 855.16 26.53500 + 83.71925 883.24 27.00782 + 83.76915 849.32 26.47884 + 83.83044 869.11 27.34459 + 83.88054 830.62 26.68421 + 83.93062 893.43 27.69654 + 83.98072 852.55 26.96365 + 84.03067 829.10 26.63003 + 84.08064 827.83 26.58059 + 84.13070 832.50 26.67133 + 84.18074 864.95 27.30382 + 84.23078 859.60 27.09508 + 84.28063 801.72 26.11192 + 84.33065 869.00 27.44213 + 84.38073 931.10 28.43688 + 84.43061 1001.98 29.46313 + 84.48063 1097.09 31.06247 + 84.53058 1409.59 35.48607 + 84.58051 1881.72 41.50224 + 84.63043 2584.41 49.01053 + 84.68039 3480.58 57.69524 + 84.73043 4309.00 65.12028 + 84.78039 5039.96 71.35286 + 84.83033 5577.56 75.68528 + 84.88010 5632.41 76.22415 + 84.93019 5499.08 75.00281 + 84.98025 5284.95 73.23093 + 85.03015 4995.22 70.72825 + 85.07233 4382.09 70.87357 + 85.12244 3750.54 64.74312 + 85.17251 3199.09 59.19893 + 85.22261 2512.76 51.67636 + 85.27257 1997.49 45.83052 + 85.32253 1730.13 42.16785 + 85.37259 1577.00 40.38708 + 85.42263 1285.60 36.18904 + 85.47267 1155.98 34.10110 + 85.52253 989.98 31.42034 + 85.57254 940.93 30.62230 + 85.62262 869.97 29.70636 + 85.67250 808.23 28.35964 + 85.72252 799.31 28.06610 + 85.77247 788.10 27.91874 + 85.82241 793.76 28.17052 + 85.87233 839.43 29.00592 + 85.92228 774.49 27.65850 + 85.97232 796.69 27.99102 + 86.02228 757.26 27.33196 + 86.07223 740.91 27.25746 + 86.12200 798.90 28.17476 + 86.17208 781.40 27.93589 + 86.22214 790.39 28.19662 + 86.27204 699.19 26.47103 + 86.30398 752.01 32.34514 + 86.35408 750.88 32.65907 + 86.40415 714.10 31.75049 + 86.45426 776.09 33.42789 + 86.50421 738.08 32.15240 + 86.55417 750.31 32.61202 + 86.60423 747.93 32.54195 + 86.65427 788.64 33.45886 + 86.70431 772.43 32.99356 + 86.75417 707.30 31.86091 + 86.80419 769.67 32.66768 + 86.85427 791.59 33.56842 + 86.90415 800.45 33.70727 + 86.95416 697.21 31.35866 + 87.00412 779.69 33.25437 + 87.05405 737.87 32.15470 + 87.10397 819.75 34.12440 + 87.15392 762.21 32.89590 + 87.20396 762.56 32.82199 + 87.25393 772.88 33.04574 + 87.30387 752.51 32.50423 + 87.35364 786.23 33.16945 + 87.40372 776.42 33.34192 + 87.45378 765.34 32.59114 + 87.50368 839.25 34.49271 + 87.55687 745.99 30.25384 + 87.60697 759.71 31.49333 + 87.65705 819.78 32.09749 + 87.70715 805.22 31.88307 + 87.75710 752.37 30.72819 + 87.80707 729.04 30.95537 + 87.85713 772.03 31.53911 + 87.90717 765.84 30.75192 + 87.95721 804.46 31.75018 + 88.00706 757.79 30.90189 + 88.05708 729.27 30.50568 + 88.10716 823.96 33.23386 + 88.15704 779.05 31.10029 + 88.20706 776.16 31.75842 + 88.25701 783.03 31.29171 + 88.30694 777.86 31.28941 + 88.35686 752.94 31.08804 + 88.40682 806.39 31.78082 + 88.45686 811.87 31.99274 + 88.50682 805.36 32.12277 + 88.55676 778.47 31.24970 + 88.60653 813.98 32.04792 + 88.65662 800.19 31.74557 + 88.70668 846.15 32.65563 + 88.75658 842.19 33.10375 + 88.83381 829.06 27.13723 + 88.88392 892.13 28.48253 + 88.93399 920.63 28.58214 + 88.98409 1004.55 29.98706 + 89.03405 1050.23 30.66395 + 89.08401 1221.78 33.52139 + 89.13407 1365.31 35.23340 + 89.18411 1335.08 35.01374 + 89.23415 1457.19 36.60804 + 89.28401 1527.62 37.57965 + 89.33402 1428.78 36.23683 + 89.38411 1395.11 35.64405 + 89.43398 1375.27 35.34580 + 89.48400 1247.53 33.52793 + 89.53396 1132.69 31.95995 + 89.58389 1077.66 31.04123 + 89.63381 959.97 29.21059 + 89.68376 899.30 28.32302 + 89.73380 962.64 29.24036 + 89.78376 834.69 27.10537 + 89.83371 846.36 27.39372 + 89.88348 810.23 26.75574 + 89.93356 777.17 26.29670 + 89.98362 833.37 27.32803 + 90.03352 741.41 25.79167 + 90.08556 789.85 28.85748 + 90.13566 775.46 28.66562 + 90.18573 725.89 27.67765 + 90.23584 752.31 28.14014 + 90.28579 723.17 27.63118 + 90.33575 799.09 29.11617 + 90.38581 731.37 27.90707 + 90.43585 768.03 28.59237 + 90.48589 772.89 28.61688 + 90.53575 736.63 27.89983 + 90.58577 691.75 26.99309 + 90.63585 723.63 27.60876 + 90.68573 802.09 29.13658 + 90.73574 783.55 28.74858 + 90.78570 766.18 28.38880 + 90.83563 789.18 28.90983 + 90.88555 705.30 27.23599 + 90.93550 747.67 28.04730 + 90.98554 823.38 29.47111 + 91.03551 770.95 28.52533 + 91.08545 749.90 28.15947 + 91.13522 759.76 28.42059 + 91.18530 785.47 28.92949 + 91.23536 759.73 28.38159 + 91.28526 763.98 28.39994 + 91.33170 791.43 29.00169 + 91.38180 800.17 29.11489 + 91.43188 751.11 28.27237 + 91.48198 779.20 28.93640 + 91.53193 789.50 28.93776 + 91.58190 717.82 27.58326 + 91.63196 732.58 27.85778 + 91.68200 848.45 30.07218 + 91.73204 751.74 28.35585 + 91.78189 781.80 28.82429 + 91.83191 798.00 29.13831 + 91.88199 738.06 28.03239 + 91.93187 802.09 29.23931 + 91.98189 776.73 28.68381 + 92.03184 759.80 28.42874 + 92.08177 771.51 28.60788 + 92.13169 731.87 27.91213 + 92.18165 785.03 28.85408 + 92.23169 773.16 28.61642 + 92.28165 832.71 29.75106 + 92.33159 817.14 29.50434 + 92.38136 852.20 30.24811 + 92.43145 769.11 28.58969 + 92.48151 803.61 29.28401 + 92.53141 798.55 29.17545 + 92.57024 839.23 28.57445 + 92.62035 784.52 27.58189 + 92.67042 817.72 28.17961 + 92.72052 774.58 27.36678 + 92.77048 824.08 28.21923 + 92.82044 809.19 28.03961 + 92.87050 804.31 27.88140 + 92.92054 863.25 29.00321 + 92.97058 772.19 27.28746 + 93.02044 785.92 27.55598 + 93.07045 819.65 28.20873 + 93.12054 840.54 28.56944 + 93.17041 851.88 28.73038 + 93.22043 873.63 29.12199 + 93.27039 890.10 29.43274 + 93.32032 928.91 30.10187 + 93.37024 1017.01 31.49457 + 93.42019 1157.47 33.86315 + 93.47023 1365.58 36.84776 + 93.52019 1433.89 37.67888 + 93.57014 1549.80 39.30466 + 93.61991 1581.37 39.76871 + 93.66999 1595.13 39.91409 + 93.72005 1541.86 39.28069 + 93.76995 1504.80 38.70183 + 93.80984 1457.59 38.31836 + 93.85994 1310.94 36.23803 + 93.91001 1231.30 34.94255 + 93.96012 1134.05 33.60093 + 94.01007 983.77 31.10190 + 94.06003 1009.71 31.49850 + 94.11009 961.74 30.79771 + 94.16013 843.73 28.70656 + 94.21017 864.42 29.16735 + 94.26003 829.22 28.51172 + 94.31005 856.63 28.97442 + 94.36013 836.98 28.58855 + 94.41001 765.69 27.49021 + 94.46002 732.99 26.77609 + 94.50998 802.39 28.03265 + 94.55991 786.53 27.80933 + 94.60983 755.41 27.11843 + 94.65978 718.64 26.44389 + 94.70982 803.61 27.99021 + 94.75979 766.35 27.29743 + 94.80973 841.32 28.71757 + 94.85950 814.84 28.22112 + 94.90958 787.11 27.69621 + 94.95964 766.08 27.32761 + 95.00954 805.01 28.02713 + 95.06838 782.66 28.62710 + 95.11848 822.21 29.34781 + 95.16856 842.67 29.69004 + 95.21866 799.32 28.90252 + 95.26861 832.30 29.56600 + 95.31858 851.76 29.92902 + 95.36864 846.89 29.84229 + 95.41868 832.99 29.55052 + 95.46872 804.89 29.01476 + 95.51857 866.04 30.26445 + 95.56859 892.03 30.57101 + 95.61867 840.48 29.68293 + 95.66855 839.14 29.71099 + 95.71857 870.14 30.19981 + 95.76852 817.08 29.26225 + 95.81845 882.76 30.46130 + 95.86838 821.31 29.30290 + 95.91833 898.81 30.71856 + 95.96837 880.82 30.42212 + 96.01833 838.23 29.62234 + 96.06827 842.34 29.72330 + 96.11805 845.46 29.77044 + 96.16813 869.81 30.22407 + 96.21819 796.15 28.82874 + 96.26809 774.27 28.49286 + 96.30507 818.63 28.10903 + 96.35518 757.63 26.95688 + 96.40525 802.22 27.72069 + 96.45535 856.68 28.62354 + 96.50531 778.52 27.47063 + 96.55527 869.58 28.89440 + 96.60533 862.99 28.77006 + 96.65537 864.33 28.81836 + 96.70541 834.01 28.43620 + 96.75527 856.68 28.71241 + 96.80528 806.96 27.73824 + 96.85537 784.59 27.35048 + 96.90524 827.64 28.22574 + 96.95526 836.63 28.21989 + 97.00522 807.69 27.88077 + 97.05515 787.01 27.38893 + 97.10507 802.54 27.63319 + 97.15502 781.42 27.28859 + 97.20506 753.31 26.85322 + 97.25502 747.91 26.75842 + 97.30497 797.74 27.79755 + 97.35474 743.90 26.95281 + 97.40482 796.25 27.75935 + 97.45488 788.73 27.46501 + 97.50478 794.73 27.77519 + 97.56507 762.01 25.50864 + 97.61517 776.61 25.80482 + 97.66524 809.75 26.29142 + 97.71535 754.95 25.37110 + 97.76530 793.46 26.05729 + 97.81526 771.49 25.69022 + 97.86532 793.22 26.07823 + 97.91536 700.76 24.45939 + 97.96540 744.69 25.30619 + 98.01526 829.60 26.61356 + 98.06528 760.00 25.53449 + 98.11536 804.52 26.27466 + 98.16524 774.96 25.77840 + 98.21525 796.93 26.07134 + 98.26521 804.51 26.29331 + 98.31514 797.91 26.15546 + 98.36506 784.31 25.89500 + 98.41501 876.42 27.38477 + 98.46505 782.59 25.84604 + 98.51502 782.98 25.86366 + 98.56496 797.08 26.17010 + 98.61473 822.70 26.58005 + 98.66481 824.09 26.54771 + 98.71487 785.08 25.93662 + 98.76477 797.86 26.14219 + 98.83396 794.10 27.76660 + 98.88407 744.15 27.04416 + 98.93414 805.83 27.93439 + 98.98424 833.99 28.26593 + 99.03419 859.29 28.72667 + 99.08416 861.07 28.86163 + 99.13422 821.66 28.14204 + 99.18426 780.46 27.40354 + 99.23430 790.35 27.55309 + 99.28415 772.78 27.23110 + 99.33417 833.16 28.58316 + 99.38425 792.01 27.58778 + 99.43413 800.01 27.77696 + 99.48415 836.61 28.44103 + 99.53410 802.68 27.72159 + 99.58403 848.10 28.63501 + 99.63396 781.62 27.42046 + 99.68391 764.05 27.10396 + 99.73395 810.25 27.84718 + 99.78391 828.77 28.37371 + 99.83385 833.69 28.41561 + 99.88363 777.37 27.33670 + 99.93371 807.53 28.00145 + 99.98377 770.04 27.22800 + 100.03367 860.28 28.76867 + 100.08060 798.05 30.64481 + 100.13071 770.84 30.20938 + 100.18078 802.20 31.14140 + 100.23088 812.19 31.14268 + 100.28084 834.94 31.39019 + 100.33080 755.06 29.82577 + 100.38086 810.11 31.08794 + 100.43090 808.23 30.99116 + 100.48094 807.87 31.05310 + 100.53080 767.17 30.02559 + 100.58081 829.03 31.28093 + 100.63090 788.36 30.49835 + 100.68077 802.10 30.75401 + 100.73079 765.12 29.95031 + 100.78075 813.98 31.04939 + 100.83068 798.67 30.73163 + 100.88060 823.00 31.25174 + 100.93055 812.48 30.86928 + 100.98059 811.03 30.86207 + 101.03055 814.08 31.00662 + 101.08050 835.13 31.37264 + 101.13027 858.66 31.91782 + 101.18035 802.28 30.95680 + 101.23041 800.88 30.75958 + 101.28031 810.88 30.98200 + 101.32535 864.61 30.16256 + 101.37545 849.43 29.87980 + 101.42552 927.18 31.01529 + 101.47563 863.40 30.26030 + 101.52558 889.10 30.32422 + 101.57554 902.64 30.63978 + 101.62560 877.86 30.43841 + 101.67564 887.37 30.79775 + 101.72568 955.73 31.93745 + 101.77554 915.23 30.59443 + 101.82556 1006.90 32.66635 + 101.87564 945.64 31.59358 + 101.92552 949.25 31.58971 + 101.97554 984.23 32.36125 + 102.02549 1015.57 32.73733 + 102.07542 1106.93 34.39522 + 102.12534 1481.12 39.87511 + 102.17529 2039.75 48.30387 + 102.22533 3115.63 59.56896 + 102.27530 4819.78 77.43677 + 102.32524 6814.76 94.53165 + 102.37501 8308.87 107.37173 + 102.42509 9564.54 117.78893 + 102.47515 9824.53 119.67980 + 102.52505 9957.49 120.55769 + 102.57054 9452.58 111.70762 + 102.62065 8475.16 103.90021 + 102.67072 7204.12 93.89140 + 102.72082 6119.59 85.07412 + 102.77077 4776.17 73.76836 + 102.82074 3862.38 65.85921 + 102.87080 3107.83 57.65043 + 102.92084 2539.37 51.93288 + 102.97088 2119.15 46.47948 + 103.02073 1655.92 41.27632 + 103.07075 1467.25 38.56921 + 103.12083 1223.45 34.78081 + 103.17071 1080.88 32.56295 + 103.22073 1063.27 32.25772 + 103.27068 915.13 29.79995 + 103.32061 985.03 31.02184 + 103.37054 961.96 30.73800 + 103.42049 954.06 30.69648 + 103.47053 891.79 29.64256 + 103.52049 907.07 29.89582 + 103.57043 854.13 28.67034 + 103.62021 891.07 29.64043 + 103.67029 902.56 29.56322 + 103.72035 871.93 29.30482 + 103.77025 852.09 28.80556 + 103.81708 865.70 32.51248 + 103.86719 883.25 32.70835 + 103.91726 903.82 32.95495 + 103.96736 871.04 32.43166 + 104.01732 928.50 33.47777 + 104.06728 884.48 32.64458 + 104.11734 918.79 33.28841 + 104.16738 889.69 32.77089 + 104.21742 875.23 32.49129 + 104.26728 868.21 32.27154 + 104.31729 925.22 33.40633 + 104.36738 821.80 31.47740 + 104.41725 882.03 32.57577 + 104.46727 877.40 32.45257 + 104.51723 866.11 32.22606 + 104.56716 894.84 32.80631 + 104.61708 915.17 33.16594 + 104.66703 895.82 32.83859 + 104.71707 856.33 32.04217 + 104.76703 872.72 32.36069 + 104.81698 890.12 32.77200 + 104.86675 914.26 33.18494 + 104.91683 920.17 33.28506 + 104.96689 916.82 33.17862 + 105.01679 913.08 33.16192 + 105.05578 882.07 32.66616 + 105.10588 898.29 32.97131 + 105.15595 884.57 32.64744 + 105.20606 899.29 32.84147 + 105.25601 908.34 33.10186 + 105.30597 947.90 33.82397 + 105.35604 866.09 32.29359 + 105.40607 890.09 32.77372 + 105.45611 905.25 33.09345 + 105.50597 884.06 32.58339 + 105.55599 939.26 33.72547 + 105.60607 929.59 33.60977 + 105.65595 949.85 33.90079 + 105.70597 902.71 33.06766 + 105.75592 973.13 34.39836 + 105.80585 978.82 34.49484 + 105.85577 962.98 34.12643 + 105.90573 999.06 34.81259 + 105.95576 994.34 34.70603 + 106.00573 1026.27 35.27678 + 106.05567 1006.75 34.92400 + 106.10544 1023.63 35.31270 + 106.15552 1114.95 37.00446 + 106.20559 1038.89 35.53692 + 106.25548 1134.35 37.22648 + 106.31472 1173.09 35.16514 + 106.36483 1238.71 35.98811 + 106.41490 1144.36 34.55932 + 106.46500 1041.96 33.04593 + 106.51495 1102.49 33.85735 + 106.56492 1180.52 35.08188 + 106.61498 1274.02 36.50023 + 106.66502 1690.85 42.42046 + 106.71506 2368.56 50.99829 + 106.76491 3600.32 64.33199 + 106.81493 5354.54 81.30045 + 106.86501 7645.08 100.77096 + 106.91489 9275.35 114.22433 + 106.96491 10622.81 125.50908 + 107.01486 10743.61 126.88474 + 107.06479 10356.37 123.82495 + 107.11472 9398.42 116.77215 + 107.16467 7960.51 104.77051 + 107.21471 6723.92 94.58506 + 107.26467 5444.76 83.38474 + 107.31461 4349.66 73.54847 + 107.36439 3521.26 65.21106 + 107.41447 2980.23 58.79315 + 107.46453 2424.64 52.79383 + 107.51443 2042.30 47.72153 + 107.57146 1599.43 39.56473 + 107.62157 1416.56 37.24626 + 107.67164 1234.72 34.34718 + 107.72174 1150.50 33.17512 + 107.77170 1090.52 32.13130 + 107.82166 1045.00 31.52031 + 107.87172 999.65 30.76399 + 107.92176 1024.72 31.20223 + 107.97180 947.24 29.91188 + 108.02166 908.16 29.31691 + 108.07167 929.10 29.63702 + 108.12176 901.99 29.18904 + 108.17163 919.22 29.46275 + 108.22165 899.26 29.09182 + 108.27161 901.11 29.12341 + 108.32154 939.78 29.77693 + 108.37146 950.45 29.96303 + 108.42141 873.90 28.60302 + 108.47145 900.55 29.11781 + 108.52141 910.40 29.24925 + 108.57136 856.49 28.34816 + 108.62113 961.28 30.15156 + 108.67121 885.54 28.84062 + 108.72127 899.35 29.07743 + 108.77117 888.65 28.96369 + 108.80846 881.86 29.24375 + 108.85856 855.34 28.83540 + 108.90863 847.93 28.65597 + 108.95874 870.87 28.97404 + 109.00869 890.57 29.35755 + 109.05865 871.59 29.05443 + 109.10872 857.36 28.82123 + 109.15875 874.97 29.08049 + 109.20879 861.41 28.86844 + 109.25865 867.74 28.92046 + 109.30867 933.20 30.05440 + 109.35875 913.48 29.76624 + 109.40863 884.15 29.23406 + 109.45865 871.95 28.96262 + 109.50860 879.12 29.10729 + 109.55853 864.66 29.03432 + 109.60845 899.68 29.50551 + 109.65841 948.99 30.31668 + 109.70844 926.55 29.91293 + 109.75841 923.31 29.90772 + 109.80835 919.76 29.81550 + 109.85812 924.23 29.95717 + 109.90820 938.02 30.15673 + 109.95827 890.17 29.31976 + 110.00816 959.09 30.55353 + 110.05475 894.19 30.56731 + 110.10486 904.12 30.57265 + 110.15493 934.62 31.32707 + 110.20503 952.64 31.34996 + 110.25498 964.60 31.55088 + 110.30495 1039.27 32.85859 + 110.35501 1010.11 32.44569 + 110.40505 1013.18 32.46293 + 110.45509 1030.00 32.69233 + 110.50494 1039.04 32.81658 + 110.55496 1075.84 33.50044 + 110.60504 1030.69 32.64452 + 110.65492 1155.80 34.75033 + 110.70494 1138.39 34.41985 + 110.75489 1171.59 35.05755 + 110.80482 1239.07 36.19118 + 110.85475 1276.79 36.68714 + 110.90470 1277.63 36.57354 + 110.95474 1310.06 37.16905 + 111.00470 1271.49 36.51901 + 111.05464 1267.63 36.46541 + 111.10442 1264.01 36.45261 + 111.15450 1343.59 37.55717 + 111.20456 1457.00 39.29176 + 111.25446 1838.13 44.64303 + 111.32020 3048.53 61.48008 + 111.37030 5180.57 83.99798 + 111.42037 8604.40 115.20064 + 111.47047 13607.64 154.78172 + 111.52043 18938.41 194.64988 + 111.57039 23543.64 228.60178 + 111.62045 25711.57 244.24280 + 111.67049 26093.35 247.02908 + 111.72053 23976.26 231.79206 + 111.77039 20585.05 205.44029 + 111.82040 16993.17 179.01516 + 111.87049 13883.59 155.91828 + 111.92037 11034.31 134.16818 + 111.97038 8938.63 117.85234 + 112.02034 6869.75 99.69815 + 112.07027 5417.45 86.56568 + 112.12019 4288.83 75.49441 + 112.17014 3280.65 64.80281 + 112.22018 2713.23 57.68608 + 112.27015 2157.62 50.31536 + 112.32009 1793.25 45.02844 + 112.36986 1524.58 41.19032 + 112.41994 1329.01 38.15186 + 112.47000 1235.25 36.69129 + 112.51990 1058.22 33.74111 + 112.59279 1071.88 33.96072 + 112.64289 1043.15 33.48304 + 112.69296 1036.21 33.35075 + 112.74307 1036.30 33.31684 + 112.79302 996.14 32.63791 + 112.84298 1019.99 33.03113 + 112.89305 1026.17 33.17033 + 112.94308 981.35 32.40410 + 112.99312 1002.14 32.74672 + 113.04298 974.97 32.29512 + 113.09300 1008.80 32.89622 + 113.14308 981.86 32.45957 + 113.19296 964.33 32.22433 + 113.24298 1004.62 32.71911 + 113.29293 967.25 32.19827 + 113.34286 957.47 31.98585 + 113.39278 947.34 31.80368 + 113.44274 933.68 31.55565 + 113.49277 964.81 32.05040 + 113.54274 974.71 32.30145 + 113.59268 985.80 32.59286 + 113.64245 975.31 32.42330 + 113.69253 954.80 31.97292 + 113.74260 930.47 31.50792 + 113.79249 970.99 32.20132 + 113.82598 888.04 31.11153 + 113.87609 965.31 32.58927 + 113.92616 1003.96 33.13599 + 113.97626 991.52 32.93548 + 114.02621 1043.71 33.87938 + 114.07618 950.55 32.25369 + 114.12624 948.32 32.24309 + 114.17628 1010.80 33.31420 + 114.22632 920.64 31.71689 + 114.27617 974.06 32.66362 + 114.32619 1031.76 33.69612 + 114.37627 930.36 31.91576 + 114.42615 944.53 32.14518 + 114.47617 941.88 31.99114 + 114.52612 999.07 33.07362 + 114.57605 991.42 33.01332 + 114.62598 1025.51 33.54283 + 114.67593 946.04 32.14523 + 114.72597 969.78 32.57090 + 114.77593 950.25 32.24629 + 114.82587 945.64 32.14258 + 114.87565 963.42 32.47745 + 114.92573 898.48 31.27347 + 114.97579 981.89 32.78421 + 115.02569 935.41 32.02080 + 115.06333 924.83 30.68453 + 115.11343 911.87 30.39140 + 115.16350 931.37 30.71496 + 115.21360 960.79 31.22610 + 115.26356 870.55 29.68915 + 115.31352 891.32 30.00949 + 115.36358 917.94 30.54449 + 115.41362 896.91 30.28983 + 115.46366 970.98 31.48424 + 115.51352 994.41 31.81122 + 115.56353 934.84 30.80173 + 115.61362 974.43 31.52281 + 115.66350 967.31 31.37776 + 115.71351 1047.46 32.70129 + 115.76347 1008.01 32.03407 + 115.81340 990.10 31.82590 + 115.86332 1049.32 32.70079 + 115.91327 1019.67 32.27769 + 115.96331 967.09 31.27404 + 116.01328 1048.08 32.66036 + 116.06322 1094.86 33.43305 + 116.11299 1139.86 34.15055 + 116.16307 1421.78 38.32476 + 116.21313 1761.51 42.93610 + 116.26303 2223.02 48.79913 + 116.31367 2537.69 54.19932 + 116.36377 3021.56 59.87997 + 116.41384 3380.15 63.79218 + 116.46395 3232.02 62.54681 + 116.51390 3163.91 61.46713 + 116.56386 2780.30 57.30686 + 116.61393 2451.44 53.56575 + 116.66396 2195.81 50.19618 + 116.71400 1901.89 46.29212 + 116.76386 1652.38 42.89841 + 116.81388 1429.65 39.65250 + 116.86396 1347.50 38.46505 + 116.91384 1253.14 37.06096 + 116.96386 1147.59 35.21763 + 117.01381 1117.99 34.82430 + 117.06374 1077.67 34.10333 + 117.11366 1004.15 32.93128 + 117.16362 984.30 32.49533 + 117.21365 993.63 32.67290 + 117.26362 945.43 31.87663 + 117.31356 916.68 31.32771 + 117.36333 940.23 31.88048 + 117.41341 911.29 31.35567 + 117.46348 950.37 31.94947 + 117.51337 868.56 30.52283 + 117.54881 907.82 30.83012 + 117.59892 931.60 31.17324 + 117.64899 851.63 29.79846 + 117.69909 895.91 30.62000 + 117.74904 847.49 29.82297 + 117.79901 870.96 30.07450 + 117.84907 833.37 29.41283 + 117.89911 887.41 30.50899 + 117.94915 930.33 31.16962 + 117.99900 849.16 29.66345 + 118.04902 872.97 30.34415 + 118.09910 837.82 29.58268 + 118.14898 887.21 30.35621 + 118.19900 892.63 30.43039 + 118.24895 893.65 30.48818 + 118.29889 861.13 30.05914 + 118.34881 867.43 30.02431 + 118.39876 863.05 29.98383 + 118.44880 839.51 29.53843 + 118.49876 823.83 29.29280 + 118.54871 927.76 31.14123 + 118.59848 874.50 30.39830 + 118.64856 871.49 30.25580 + 118.69862 869.01 30.14689 + 118.74852 901.20 30.71299 + 118.79471 814.27 31.14085 + 118.84481 876.34 31.88044 + 118.89488 920.80 33.27703 + 118.94498 832.84 31.03715 + 118.99494 878.53 32.52055 + 119.04490 870.61 31.56908 + 119.09496 846.20 32.02476 + 119.14500 869.77 31.90122 + 119.19504 881.91 32.07399 + 119.24490 798.17 30.51794 + 119.29491 832.43 31.52223 + 119.34500 866.63 31.73804 + 119.39488 928.11 32.59826 + 119.44489 858.59 31.72946 + 119.49485 931.57 33.02081 + 119.54478 866.37 31.65496 + 119.59470 857.22 31.79667 + 119.64465 959.22 33.72252 + 119.69469 924.54 32.46289 + 119.74466 905.04 32.39625 + 119.79460 914.85 32.62672 + 119.84437 914.35 32.62465 + 119.89445 871.07 32.41347 + 119.94451 891.42 32.55910 + 119.99441 912.47 32.94830 + 120.04665 893.90 31.40494 + 120.09675 930.90 32.23057 + 120.14682 875.38 31.87442 + 120.19693 954.46 33.26281 + 120.24688 930.89 32.41797 + 120.29684 964.02 32.94922 + 120.34691 902.57 32.29588 + 120.39694 932.20 32.21017 + 120.44698 926.06 32.47335 + 120.49684 930.04 32.43023 + 120.54686 1011.85 34.19033 + 120.59694 950.77 32.66897 + 120.64682 948.48 32.71294 + 120.69684 955.23 32.77598 + 120.74679 955.77 32.20491 + 120.79672 907.80 32.75589 + 120.84664 981.33 33.10854 + 120.89660 980.75 32.96552 + 120.94663 967.59 33.22725 + 120.99660 975.17 32.77761 + 121.04654 1088.05 35.29539 + 121.09631 1242.07 37.58778 + 121.14639 1604.56 43.18168 + 121.19646 2139.18 50.48733 + 121.24635 3100.92 60.37219 + 121.29849 4296.04 64.74920 + 121.34860 5522.07 75.18775 + 121.39867 6304.47 81.23187 + 121.44877 6355.89 81.73356 + 121.49872 5992.26 78.69653 + 121.54869 5277.48 72.99125 + 121.59875 4691.06 68.19351 + 121.64879 3836.02 60.67719 + 121.69883 3281.96 55.72486 + 121.74868 2772.13 50.72137 + 121.79870 2337.78 46.46856 + 121.84878 2033.30 43.03639 + 121.89866 1736.64 39.51370 + 121.94868 1539.52 36.98258 + 121.99863 1433.95 35.80096 + 122.04857 1283.19 33.43814 + 122.09849 1115.41 31.11386 + 122.14844 1084.54 30.74035 + 122.19848 974.31 28.83821 + 122.24844 920.14 28.00153 + 122.29839 965.98 28.79307 + 122.34816 864.89 27.16944 + 122.39824 901.46 27.86493 + 122.44830 904.25 27.92577 + 122.49820 875.85 27.32524 + 122.55384 914.47 30.50987 + 122.60394 827.03 28.88996 + 122.65401 855.80 29.40360 + 122.70411 895.05 30.12698 + 122.75407 834.92 29.14833 + 122.80403 867.02 29.72791 + 122.85409 860.72 29.50171 + 122.90413 826.44 28.90223 + 122.95417 860.98 29.49701 + 123.00403 884.98 29.88844 + 123.05404 895.66 30.13760 + 123.10413 842.72 29.15579 + 123.15401 808.84 28.59329 + 123.20402 839.31 29.07305 + 123.25398 878.25 29.81477 + 123.30391 871.67 29.68902 + 123.35383 879.42 29.91817 + 123.40378 894.37 30.07652 + 123.45382 891.87 30.07273 + 123.50379 851.41 29.29595 + 123.55373 856.75 29.38728 + 123.60350 877.32 29.79449 + 123.65358 851.47 29.38088 + 123.70364 891.67 30.04593 + 123.75354 863.35 29.64334 + 123.79973 929.99 30.25128 + 123.84983 911.77 29.97809 + 123.89990 837.04 28.63053 + 123.95001 871.06 29.22136 + 123.99996 933.62 30.30532 + 124.04993 841.04 28.72629 + 124.09999 880.45 29.39114 + 124.15003 874.46 29.32847 + 124.20006 883.00 29.56676 + 124.24992 902.14 29.76186 + 124.29994 907.40 29.83809 + 124.35002 868.68 29.22350 + 124.39990 881.63 29.49015 + 124.44992 880.77 29.36185 + 124.49987 874.02 29.30531 + 124.54980 853.37 28.93203 + 124.59972 938.04 30.39519 + 124.64968 869.29 29.27773 + 124.69972 894.51 29.60652 + 124.74968 884.95 29.47238 + 124.79962 837.84 28.71927 + 124.84939 946.06 30.52837 + 124.89948 899.33 29.71276 + 124.94954 914.32 29.97977 + 124.99944 887.27 29.55160 + 125.03662 950.65 32.88767 + 125.08673 890.12 31.68583 + 125.13680 926.92 32.65973 + 125.18690 954.01 32.77564 + 125.23685 947.32 32.97238 + 125.28682 1019.54 34.02979 + 125.33688 970.60 33.82364 + 125.38692 1074.69 35.36359 + 125.43696 1080.49 34.89766 + 125.48681 1064.62 34.90864 + 125.53683 1011.85 34.11192 + 125.58691 1085.20 35.61671 + 125.63679 1182.26 36.68788 + 125.68681 1041.57 34.41359 + 125.73676 1227.69 37.68187 + 125.78670 1230.89 37.52956 + 125.83662 1264.96 38.03779 + 125.88657 1255.02 37.65076 + 125.93661 1374.56 39.64408 + 125.98657 1323.11 38.58705 + 126.03652 1345.89 39.28467 + 126.08629 1351.49 39.26533 + 126.13637 1428.15 40.31931 + 126.18643 1350.13 39.48501 + 126.23633 1413.59 40.27623 + 126.28102 1474.63 41.06750 + 126.33112 1663.46 43.18574 + 126.38119 2298.53 51.74997 + 126.43129 3720.58 66.65269 + 126.48125 6158.49 90.54557 + 126.53121 9433.97 119.45297 + 126.58127 13022.75 148.16093 + 126.63131 16151.75 174.79276 + 126.68135 18042.46 186.41726 + 126.73121 18859.28 191.41292 + 126.78122 18146.32 185.72446 + 126.83131 16165.30 169.91231 + 126.88119 13924.14 153.35387 + 126.93120 11462.82 134.35081 + 126.98116 9516.23 121.03406 + 127.03109 7799.88 106.50023 + 127.08101 6361.94 94.32089 + 127.13096 5299.95 85.57526 + 127.18100 4400.51 76.71602 + 127.23097 3540.52 67.12203 + 127.28091 2980.96 60.89944 + 127.33068 2502.42 55.24873 + 127.38076 2070.77 49.95934 + 127.43082 1760.09 46.03100 + 127.48072 1433.33 40.38351 + 127.54616 1280.43 32.86055 + 127.59626 1163.21 31.20553 + 127.64633 1115.77 30.54964 + 127.69644 1048.73 29.51701 + 127.74639 1026.82 29.15555 + 127.79636 874.06 26.96145 + 127.84642 1001.41 28.97610 + 127.89646 895.06 27.22193 + 127.94649 929.93 27.77764 + 127.99635 906.34 27.33058 + 128.04637 945.08 27.97540 + 128.09645 911.33 27.45339 + 128.14633 860.64 26.62505 + 128.19635 900.34 27.22287 + 128.24630 949.63 27.95854 + 128.29623 866.73 26.71642 + 128.34615 874.68 27.08534 + 128.39611 928.09 27.59213 + 128.44615 893.28 27.05324 + 128.49611 906.20 27.28143 + 128.54605 935.39 27.88917 + 128.59582 860.95 26.66024 + 128.64591 888.10 27.17459 + 128.69597 913.26 27.49617 + 128.74587 911.95 27.57337 + 128.82310 931.61 30.07525 + 128.87321 913.65 29.78484 + 128.92328 817.40 28.46719 + 128.97338 971.74 30.85954 + 129.02333 939.52 30.24577 + 129.07330 886.40 29.36914 + 129.12336 897.29 29.51309 + 129.17340 895.28 29.56381 + 129.22344 928.14 30.28662 + 129.27329 873.67 29.07443 + 129.32331 880.09 29.33959 + 129.37339 948.32 30.45676 + 129.42327 912.44 29.75942 + 129.47329 837.01 28.42984 + 129.52324 868.90 28.97367 + 129.57318 932.51 30.20331 + 129.62310 983.67 30.93959 + 129.67305 914.55 29.81114 + 129.72309 931.29 30.01475 + 129.77305 937.80 30.14841 + 129.82300 887.22 29.40927 + 129.87277 992.19 31.17650 + 129.92285 885.81 29.40170 + 129.97291 1027.88 31.73856 + 130.02281 906.83 29.77060 + 130.07285 937.88 34.22840 + 130.12295 949.53 34.65096 + 130.17302 1005.90 35.68185 + 130.22313 928.78 34.06288 + 130.27308 936.73 34.36606 + 130.32304 948.34 34.55398 + 130.37310 991.02 35.59727 + 130.42314 896.43 33.47859 + 130.47318 951.99 34.61554 + 130.52304 913.02 33.71137 + 130.57305 933.25 34.12279 + 130.62314 924.35 34.18074 + 130.67302 921.27 34.08008 + 130.72303 917.82 33.77597 + 130.77299 947.47 34.45350 + 130.82292 890.41 33.51501 + 130.87284 887.30 33.25777 + 130.92279 904.84 33.79017 + 130.97283 927.74 33.97682 + 131.02280 919.58 33.79980 + 131.07274 891.30 33.26424 + 131.12251 983.02 35.16136 + 131.17259 945.77 34.71159 + 131.22265 902.72 33.59791 + 131.27255 989.34 35.37373 + 131.30484 993.77 36.78109 + 131.35494 976.27 36.35953 + 131.40501 932.47 35.44601 + 131.45512 977.46 36.40496 + 131.50507 1050.75 37.85185 + 131.55504 952.21 35.92188 + 131.60510 1072.60 38.14546 + 131.65514 1021.81 37.27219 + 131.70517 1081.20 38.34452 + 131.75503 1059.53 37.90556 + 131.80505 1089.95 38.64268 + 131.85513 1064.79 37.99450 + 131.90501 1104.97 38.77389 + 131.95503 1199.07 40.41146 + 132.00498 1363.90 43.39341 + 132.05491 1909.12 52.03586 + 132.10483 2815.05 64.64344 + 132.15479 4071.98 80.36325 + 132.20483 5512.82 96.41173 + 132.25479 7280.38 114.80743 + 132.30473 8354.42 125.34453 + 132.35450 9298.73 134.38078 + 132.40459 9297.74 133.92198 + 132.45465 9114.89 131.93637 + 132.50455 8748.39 128.08572 + 132.55258 8082.68 121.26765 + 132.60269 6827.01 108.77558 + 132.65276 5870.75 99.18417 + 132.70286 4872.36 88.85822 + 132.75281 4313.82 83.08351 + 132.80278 3623.33 74.96621 + 132.85284 3109.81 69.21812 + 132.90288 2798.59 64.73560 + 132.95292 2312.30 58.32406 + 133.00277 2077.60 54.68562 + 133.05279 1859.15 51.61475 + 133.10287 1712.66 49.58210 + 133.15275 1532.11 46.41239 + 133.20277 1271.15 41.96138 + 133.25272 1203.41 40.86685 + 133.30266 1156.13 40.08981 + 133.35258 1127.19 39.37361 + 133.40253 922.17 35.78697 + 133.45257 1012.06 37.17067 + 133.50253 980.19 36.66261 + 133.55248 978.43 36.51631 + 133.60225 949.29 35.94349 + 133.65233 905.91 35.21697 + 133.70239 986.47 36.67890 + 133.75229 961.99 36.34791 + 133.81958 921.11 34.19403 + 133.86968 970.74 34.83765 + 133.91975 926.04 33.99097 + 133.96986 911.08 33.61123 + 134.01981 983.36 35.64044 + 134.06977 915.55 33.81757 + 134.11983 988.29 35.28855 + 134.16987 949.61 34.86983 + 134.21991 964.77 34.69016 + 134.26977 959.52 34.56584 + 134.31979 910.49 33.78273 + 134.36987 913.37 34.00617 + 134.41975 929.64 34.05108 + 134.46976 977.98 35.01068 + 134.51972 879.28 33.59539 + 134.56965 909.88 33.88736 + 134.61957 957.99 34.54074 + 134.66952 999.93 35.19448 + 134.71956 916.28 34.02173 + 134.76953 978.40 34.94262 + 134.81947 969.82 34.83917 + 134.86924 930.96 34.48202 + 134.91932 892.26 33.39713 + 134.96938 877.95 33.31943 + 135.01928 894.31 33.54258 + 135.06762 937.11 30.16776 + 135.11772 896.71 29.43513 + 135.16779 970.02 30.53377 + 135.21790 931.15 30.08588 + 135.26785 916.59 29.61368 + 135.31782 888.87 29.36113 + 135.36788 965.46 30.49671 + 135.41792 905.15 29.54440 + 135.46795 919.02 29.72047 + 135.51781 939.71 30.09523 + 135.56783 866.23 28.75713 + 135.61791 898.13 29.33183 + 135.66779 947.65 30.20245 + 135.71781 939.11 30.22949 + 135.76776 924.93 29.97009 + 135.81769 967.15 30.60405 + 135.86761 1011.07 31.46495 + 135.91757 941.45 30.19087 + 135.96761 969.44 30.63013 + 136.01757 941.79 30.11193 + 136.06751 895.22 29.43128 + 136.11728 896.67 29.46730 + 136.16737 902.29 29.38296 + 136.21743 912.28 29.80348 + 136.26733 978.63 30.80365 + 136.30301 941.16 29.51444 + 136.35312 981.02 30.24268 + 136.40319 989.35 30.25025 + 136.45329 925.48 29.24770 + 136.50324 970.06 30.02669 + 136.55321 928.53 29.36796 + 136.60327 902.06 28.92040 + 136.65331 907.55 28.94753 + 136.70335 902.70 28.89943 + 136.75320 893.25 28.76921 + 136.80322 915.90 29.13220 + 136.85330 927.94 29.26378 + 136.90318 926.10 29.29573 + 136.95320 954.22 29.69417 + 137.00315 940.48 29.53429 + 137.05309 950.88 29.70372 + 137.10301 941.46 29.49200 + 137.15296 899.69 28.81980 + 137.20300 939.08 29.49610 + 137.25296 923.67 29.21361 + 137.30291 949.39 29.62616 + 137.35268 951.50 29.74886 + 137.40276 944.86 29.58139 + 137.45282 874.31 28.43325 + 137.50272 890.08 28.72897 + 137.54081 903.22 31.09739 + 137.59091 923.79 31.39926 + 137.64098 895.18 30.93739 + 137.69109 963.69 32.13512 + 137.74104 931.88 31.55409 + 137.79100 914.87 31.24806 + 137.84106 911.99 31.20538 + 137.89110 943.10 31.73283 + 137.94114 947.89 31.83616 + 137.99100 929.94 31.47630 + 138.04102 935.52 31.70421 + 138.09110 985.08 32.65596 + 138.14098 914.78 31.29614 + 138.19099 949.58 31.83472 + 138.24095 898.71 31.01801 + 138.29088 909.50 31.23067 + 138.34080 995.56 32.73389 + 138.39075 906.90 31.13904 + 138.44079 925.78 31.39203 + 138.49076 961.62 32.06824 + 138.54070 979.33 32.47500 + 138.59047 930.68 31.56231 + 138.64055 974.44 32.39028 + 138.69061 950.13 31.88398 + 138.74051 937.01 31.74419 + 138.78745 952.70 34.04839 + 138.83755 905.67 33.03810 + 138.88762 926.06 33.35124 + 138.93773 886.25 32.67274 + 138.98768 906.78 33.06877 + 139.03765 888.39 32.73335 + 139.08771 965.53 34.20486 + 139.13775 914.39 33.25596 + 139.18778 934.44 33.50262 + 139.23764 896.50 32.87109 + 139.28766 950.10 33.97615 + 139.33774 975.42 34.33161 + 139.38762 932.71 33.55332 + 139.43764 953.58 33.90101 + 139.48759 944.33 33.73921 + 139.53752 944.74 33.66060 + 139.58744 926.65 33.38421 + 139.63740 970.54 34.20909 + 139.68744 929.60 33.45190 + 139.73740 1019.90 35.04394 + 139.78734 926.68 33.41229 + 139.83711 942.82 33.81945 + 139.88720 960.86 34.02189 + 139.93726 997.21 34.82601 + 139.98716 906.91 33.12923 + 140.05939 947.27 32.39300 + 140.10950 939.76 32.30175 + 140.15957 910.24 31.77451 + 140.20967 890.03 31.27485 + 140.25963 1017.71 33.65304 + 140.30959 967.68 32.95174 + 140.35965 924.67 32.04018 + 140.40969 934.43 32.33092 + 140.45973 923.46 32.04579 + 140.50959 981.61 32.93801 + 140.55960 901.89 31.73692 + 140.60968 974.82 32.79231 + 140.65956 954.70 32.90441 + 140.70958 934.56 32.06047 + 140.75953 906.05 31.57094 + 140.80947 905.47 31.70222 + 140.85939 888.29 31.57899 + 140.90934 898.65 31.56805 + 140.95938 948.91 32.74045 + 141.00934 952.11 32.39040 + 141.05929 899.64 31.73373 + 141.10906 915.58 32.05920 + 141.15914 966.95 32.64941 + 141.20920 900.56 31.53063 + 141.25910 861.71 30.89692 + 141.30854 896.06 30.29217 + 141.35864 937.94 31.05324 + 141.40871 903.01 30.50616 + 141.45882 901.33 30.38967 + 141.50877 924.06 30.79801 + 141.55873 918.28 30.68206 + 141.60879 934.78 31.01752 + 141.65883 913.65 30.58202 + 141.70887 945.69 31.20699 + 141.75873 883.41 30.09037 + 141.80875 923.60 30.86864 + 141.85883 955.16 31.33568 + 141.90871 878.30 30.12193 + 141.95872 871.05 29.93310 + 142.00868 914.69 30.62542 + 142.05861 952.48 31.24756 + 142.10853 880.32 30.19796 + 142.15848 976.14 31.61455 + 142.20852 961.04 31.40835 + 142.25849 973.37 31.66654 + 142.30843 918.73 30.70177 + 142.35820 975.45 31.69686 + 142.40828 920.54 30.77032 + 142.45834 969.86 31.54992 + 142.50824 986.77 31.87187 + 142.54433 908.12 31.60753 + 142.59443 969.57 32.59629 + 142.64450 955.51 32.26534 + 142.69461 953.13 32.28578 + 142.74456 976.49 32.68766 + 142.79453 1024.88 33.54004 + 142.84459 962.38 32.53582 + 142.89463 877.20 31.00321 + 142.94466 963.41 32.54688 + 142.99452 947.16 32.17812 + 143.04454 969.68 32.58598 + 143.09462 901.66 31.53158 + 143.14450 911.72 31.60278 + 143.19452 957.26 32.34010 + 143.24447 910.22 31.48296 + 143.29440 972.20 32.64123 + 143.34432 909.69 31.51737 + 143.39428 914.62 31.59360 + 143.44432 829.78 30.01950 + 143.49428 875.67 30.94306 + 143.54422 914.72 31.65580 + 143.59399 958.38 32.41093 + 143.64408 970.76 32.59312 + 143.69414 869.82 30.77401 + 143.74404 932.02 31.93291 + 143.79237 840.85 29.91296 + 143.84248 880.76 30.58490 + 143.89255 902.50 31.24083 + 143.94265 936.71 31.60678 + 143.99261 905.18 31.07310 + 144.04257 964.18 32.05722 + 144.09263 869.81 30.46158 + 144.14267 907.46 31.05696 + 144.19271 895.61 30.86518 + 144.24257 867.76 30.33002 + 144.29258 905.08 31.04203 + 144.34266 936.70 31.57462 + 144.39254 900.24 30.96764 + 144.44256 861.09 30.18561 + 144.49251 946.16 31.75382 + 144.54245 872.53 30.47880 + 144.59237 934.38 31.52999 + 144.64232 937.32 31.58290 + 144.69236 907.71 31.08726 + 144.74232 933.77 31.54797 + 144.79227 959.25 32.00124 + 144.84204 1018.05 32.98376 + 144.89212 913.52 31.19265 + 144.94218 952.80 31.95307 + 144.99208 941.54 31.70111 + 145.05497 1013.23 34.79451 + 145.10507 920.93 33.14981 + 145.15514 1047.90 35.65566 + 145.20525 1051.44 35.49373 + 145.25520 1100.66 36.33257 + 145.30516 1197.77 38.19744 + 145.35522 1429.00 41.84338 + 145.40526 1547.77 43.67858 + 145.45530 1699.74 46.01270 + 145.50516 1897.98 48.97171 + 145.55518 2124.80 51.87172 + 145.60526 2189.83 52.97739 + 145.65514 2310.69 54.28160 + 145.70515 2478.25 56.26310 + 145.75511 2515.64 56.92582 + 145.80504 2732.26 59.90520 + 145.85496 2677.41 58.94129 + 145.90491 2798.36 60.08211 + 145.95495 2812.61 60.35375 + 146.00492 2501.93 56.49430 + 146.05486 2342.24 54.51788 + 146.10463 2358.05 54.60120 + 146.15471 2123.70 51.53706 + 146.20477 1970.18 49.47749 + 146.25467 1818.15 47.34796 + 146.30431 1641.38 44.16261 + 146.35441 1577.78 43.26060 + 146.40448 1515.55 42.50429 + 146.45459 1360.18 39.90752 + 146.50454 1369.01 40.01432 + 146.55451 1285.43 39.02826 + 146.60457 1200.34 37.44600 + 146.65461 1148.93 36.90434 + 146.70465 1215.73 38.01228 + 146.75450 1140.01 36.33099 + 146.80452 1032.81 34.93390 + 146.85460 985.48 34.14091 + 146.90448 997.20 34.04287 + 146.95450 970.07 33.60457 + 147.00445 1017.06 34.43082 + 147.05438 973.90 33.77664 + 147.10430 1018.12 34.68001 + 147.15426 975.03 33.61863 + 147.20430 941.08 33.17101 + 147.25426 995.27 34.15144 + 147.30420 972.13 33.77458 + 147.35397 926.88 33.06065 + 147.40406 942.40 33.23534 + 147.45412 932.55 32.81417 + 147.50402 884.75 32.07564 + 147.54590 997.21 31.55637 + 147.59601 1007.54 31.75856 + 147.64608 999.21 31.60098 + 147.69618 981.48 31.26981 + 147.74614 960.70 30.94076 + 147.79610 979.20 31.24164 + 147.84616 981.47 31.28796 + 147.89620 982.72 31.28375 + 147.94624 974.18 31.29548 + 147.99610 941.18 30.58796 + 148.04611 990.52 31.45213 + 148.09619 993.27 31.51959 + 148.14607 969.51 31.11231 + 148.19609 980.15 31.25961 + 148.24604 974.59 31.27301 + 148.29598 985.67 31.41059 + 148.34590 1020.13 31.94043 + 148.39585 954.70 30.83147 + 148.44589 1032.83 32.06388 + 148.49585 957.73 30.90084 + 148.54580 1007.57 31.72030 + 148.59557 1006.29 31.76398 + 148.64565 975.71 31.27285 + 148.69571 1039.45 32.27856 + 148.74561 953.83 30.87119 + 148.79415 1020.75 32.33937 + 148.84425 970.89 31.44065 + 148.89432 1013.62 32.12018 + 148.94443 951.11 31.05333 + 148.99438 989.51 31.83020 + 149.04434 1044.78 32.71915 + 149.09440 1011.94 32.14540 + 149.14444 995.07 31.88005 + 149.19448 938.27 30.87206 + 149.24434 936.47 30.80848 + 149.29436 970.41 31.44627 + 149.34444 965.64 31.37321 + 149.39432 955.42 31.26745 + 149.44433 913.55 30.41128 + 149.49429 872.31 29.70060 + 149.54422 933.14 30.77290 + 149.59414 884.56 29.98393 + 149.64409 945.01 31.00186 + 149.69413 910.73 30.48338 + 149.74410 948.52 31.06421 + 149.79404 937.33 30.83455 + 149.84381 927.48 30.78363 + 149.89389 923.49 30.60040 + 149.94395 924.21 30.66944 + 149.99385 935.03 30.87095 + 150.03044 866.62 28.42954 + 150.08054 889.86 28.69659 + 150.13062 877.91 28.57137 + 150.18072 917.89 29.13872 + 150.23067 910.71 29.17970 + 150.28064 879.55 28.63430 + 150.33070 824.36 27.59024 + 150.38074 826.00 27.58218 + 150.43078 931.96 29.43115 + 150.48063 875.17 28.54716 + 150.53065 890.03 28.73223 + 150.58073 872.34 28.49013 + 150.63061 868.33 28.55739 + 150.68063 885.74 28.61437 + 150.73058 902.51 29.01680 + 150.78051 902.12 28.92157 + 150.83043 894.70 28.82191 + 150.88039 823.41 27.63957 + 150.93043 866.33 28.38440 + 150.98039 837.49 27.82012 + 151.03033 879.53 28.60830 + 151.08010 868.38 28.33650 + 151.13019 845.28 28.00504 + 151.18025 876.99 28.55096 + 151.23015 849.14 28.03945 + 151.28478 875.04 28.44189 + 151.33489 887.48 28.60771 + 151.38496 882.87 28.67843 + 151.43506 846.07 27.89391 + 151.48502 873.98 28.34146 + 151.53498 875.79 28.44451 + 151.58504 906.82 28.89478 + 151.63508 842.86 27.91694 + 151.68512 844.05 27.82503 + 151.73498 874.29 28.38335 + 151.78499 883.92 28.61332 + 151.83507 899.11 28.87113 + 151.88495 859.02 28.13901 + 151.93497 884.14 28.55292 + 151.98492 879.13 28.42324 + 152.03486 848.79 28.03476 + 152.08478 883.27 28.51616 + 152.13473 876.83 28.41335 + 152.18477 909.83 28.88097 + 152.23473 868.19 28.40145 + 152.28468 895.86 28.80759 + 152.33445 874.38 28.39625 + 152.38453 891.24 28.67963 + 152.43459 859.45 28.16332 + 152.48449 882.63 28.50691 + 152.54223 929.62 30.69724 + 152.59233 867.36 29.62099 + 152.64240 927.09 30.67486 + 152.69251 930.49 30.69182 + 152.74246 941.01 30.90681 + 152.79242 969.11 31.45011 + 152.84248 906.28 30.31047 + 152.89252 897.26 30.18122 + 152.94256 920.82 30.57869 + 152.99242 918.64 30.48071 + 153.04244 894.43 30.06737 + 153.09252 878.50 29.78900 + 153.14240 920.57 30.54003 + 153.19241 903.93 30.22663 + 153.24237 932.33 30.79422 + 153.29230 909.28 30.47448 + 153.34222 989.14 31.71754 + 153.39217 929.18 30.65099 + 153.44221 927.63 30.68150 + 153.49218 1043.55 32.73539 + 153.54212 1043.77 32.63896 + 153.59189 1028.83 32.38296 + 153.64197 1095.20 33.41951 + 153.69203 1212.24 35.34014 + 153.74193 1330.57 37.16237 + 153.78982 1524.50 40.14896 + 153.83992 1744.39 43.06282 + 153.89000 1963.43 45.89157 + 153.94010 2426.97 51.66408 + 153.99005 2891.28 57.01515 + 154.04002 3270.53 61.11708 + 154.09008 3590.64 64.55294 + 154.14012 4248.34 71.27191 + 154.19016 4713.04 75.66626 + 154.24001 5098.39 79.12132 + 154.29003 5593.74 83.69816 + 154.34011 5817.80 85.69021 + 154.38999 6191.93 88.91917 + 154.44001 6598.96 92.05690 + 154.48996 6976.38 95.53981 + 154.53989 7353.49 98.68951 + 154.58981 7641.19 101.00027 + 154.63977 7776.45 102.08416 + 154.68981 7892.90 102.80335 + 154.73977 7917.59 103.11199 + 154.78971 7874.63 102.56580 + 154.83948 7726.31 101.33764 + 154.88957 7715.86 101.32823 + 154.93963 7527.01 99.56822 + 154.98953 7160.09 96.66515 + 155.04211 6822.30 92.64789 + 155.09222 6701.23 91.81834 + 155.14229 6248.44 87.86944 + 155.19239 5780.20 84.08024 + 155.24235 5380.80 80.62869 + 155.29231 4889.18 76.30170 + 155.34237 4403.32 71.88843 + 155.39241 4143.75 69.71053 + 155.44245 3565.15 63.93683 + 155.49231 3304.11 61.27020 + 155.54232 3130.39 59.61077 + 155.59240 2899.81 57.15163 + 155.64228 2707.41 54.86817 + 155.69230 2511.48 52.46585 + 155.74225 2332.83 50.27316 + 155.79219 2234.37 49.22304 + 155.84211 2066.28 46.92848 + 155.89206 1884.79 44.73778 + 155.94210 1831.06 43.97836 + 155.99206 1702.58 42.33605 + 156.04201 1536.86 39.98881 + 156.09178 1392.33 37.99898 + 156.14186 1403.82 38.01703 + 156.19192 1340.29 37.19423 + 156.24182 1260.93 35.94716 + 156.29071 1177.96 35.08814 + 156.34081 1196.91 35.35678 + 156.39088 1100.68 33.81222 + 156.44099 1090.03 33.66532 + 156.49094 1043.67 32.79600 + 156.54090 1071.26 33.29121 + 156.59096 1022.03 32.54086 + 156.64100 1028.42 32.70127 + 156.69104 978.65 31.84446 + 156.74090 975.45 31.68415 + 156.79092 938.21 31.14279 + 156.84100 909.07 30.50027 + 156.89088 901.99 30.41532 + 156.94089 918.38 30.76343 + 156.99085 923.55 30.85906 + 157.04078 980.39 31.77982 + 157.09070 929.91 30.91286 + 157.14065 909.48 30.53000 + 157.19069 897.31 30.47543 + 157.24066 913.51 30.66433 + 157.29060 927.18 30.81869 + 157.34037 914.94 30.62365 + 157.39045 875.70 29.93575 + 157.44051 871.56 29.93901 + 157.49041 868.81 29.89799 + 157.52900 880.75 32.52786 + 157.57910 870.53 32.23168 + 157.62918 842.80 31.57926 + 157.67928 894.07 32.75523 + 157.72923 906.30 32.87920 + 157.77920 892.17 32.71562 + 157.82926 918.69 33.09258 + 157.87930 867.16 32.17567 + 157.92934 910.07 32.97279 + 157.97919 832.95 31.38664 + 158.02921 872.59 32.26616 + 158.07929 881.02 32.57274 + 158.12917 910.25 33.13062 + 158.17919 834.55 31.69123 + 158.22914 887.76 32.62221 + 158.27907 869.35 32.22568 + 158.32899 852.43 31.84833 + 158.37895 897.17 32.74249 + 158.42899 904.44 32.85208 + 158.47895 899.39 32.71075 + 158.52889 974.94 34.26723 + 158.57866 886.55 32.47751 + 158.62875 888.35 32.58338 + 158.67881 894.56 32.73310 + 158.72871 887.59 32.77378 + 158.78279 933.20 34.52194 + 158.83290 920.73 34.33000 + 158.88297 858.56 32.98784 + 158.93307 873.86 33.29706 + 158.98303 898.25 34.01858 + 159.03299 865.06 33.21605 + 159.08305 905.02 33.90579 + 159.13309 924.46 34.32508 + 159.18313 881.28 33.51290 + 159.23299 858.94 33.01082 + 159.28300 933.10 34.45476 + 159.33309 979.00 35.35604 + 159.38296 936.92 34.53387 + 159.43298 882.29 33.44340 + 159.48293 924.36 34.30581 + 159.53287 935.60 34.51630 + 159.58279 930.18 34.41008 + 159.63274 901.98 33.92184 + 159.68278 941.62 34.58852 + 159.73274 963.43 35.09688 + 159.78269 864.83 33.09005 + 159.83246 941.26 34.63923 + 159.88254 912.89 34.06136 + 159.93260 964.01 35.06506 + 159.98250 944.89 34.76214 + 160.04124 963.06 38.84344 + 160.09134 913.88 38.80687 + 160.14141 960.61 39.36048 + 160.19152 973.14 38.72545 + 160.24147 943.27 38.88427 + 160.29143 880.56 37.14738 + 160.34149 928.16 38.07312 + 160.39153 907.78 37.66358 + 160.44157 901.10 37.52909 + 160.49143 919.39 38.20766 + 160.54145 937.45 38.64639 + 160.59153 946.58 39.08937 + 160.64141 959.96 39.07453 + 160.69142 902.51 37.46389 + 160.74138 895.89 37.30808 + 160.79131 999.19 39.71634 + 160.84123 911.04 37.57689 + 160.89118 961.51 38.90232 + 160.94122 936.45 38.25719 + 160.99119 945.28 38.55431 + 161.04113 933.90 38.39761 + 161.09090 939.15 39.11374 + 161.14098 983.45 39.47205 + 161.19104 902.91 38.21368 + 161.24094 945.82 38.42226 + 161.29698 924.10 42.82490 + 161.34708 960.85 43.41070 + 161.39716 908.65 41.95650 + 161.44726 938.06 42.91270 + 161.49721 886.22 41.40142 + 161.54718 934.11 42.51897 + 161.59724 923.08 42.14640 + 161.64728 947.87 42.68314 + 161.69732 1005.47 44.46308 + 161.74717 920.53 42.47510 + 161.79719 957.30 43.00700 + 161.84727 1002.40 44.50616 + 161.89715 937.29 42.47485 + 161.94717 924.22 42.38715 + 161.99712 925.53 42.39953 + 162.04705 953.83 43.04054 + 162.09697 878.26 41.14927 + 162.14693 905.23 41.92253 + 162.19697 925.70 42.38441 + 162.24693 878.28 41.21950 + 162.29687 858.43 40.64464 + 162.34664 913.07 42.10744 + 162.39673 889.83 41.77126 + 162.44679 926.53 42.42525 + 162.49669 902.39 41.95989 + 162.55667 966.16 61.79202 + 162.60678 905.06 59.63691 + 162.65685 944.70 60.34922 + 162.70695 935.82 60.16765 + 162.75691 957.39 61.51882 + 162.80687 909.22 59.81775 + 162.85693 988.54 62.42153 + 162.90697 923.08 59.93307 + 162.95701 907.31 59.85053 + 163.00687 893.08 59.01023 + 163.05688 911.54 59.38296 + 163.10697 983.70 62.55153 + 163.15684 1060.96 64.80656 + 163.20686 928.88 60.18505 + 163.25682 960.16 61.30208 + 163.30675 968.35 61.09286 + 163.35667 961.79 61.49296 + 163.40662 954.64 60.84633 + 163.45666 916.09 59.58318 + 163.50662 981.89 62.79669 + 163.55657 916.63 59.44997 + 163.60634 919.80 60.33181 + 163.65642 972.91 61.70115 + 163.70648 1058.06 64.34230 + 163.75638 1061.08 64.75653 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.pcr new file mode 100644 index 000000000..edb6da43c --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.pcr @@ -0,0 +1,58 @@ +COMM LaB6 Ge(331) +! Current global Chi2 (Bragg contrib.) = 14.93 +! Files => DAT-file: ECH0030684_LaB6_1p622A_absorption.dat, PCR-file: ECH0030684_LaB6_1p622A_absorption +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 1 7 1 0 2 0 0 1 0 0 1 0 0 0 0 0 0 0 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 2 2 1 0 1 0 4 0 0 2 10 -1 0 0 0 0 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.623899 1.623899 0.00000 80.000 12.000 0.0000 0.7000 180.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 +200 0.10 0.04 0.04 0.04 0.04 4.1642 0.049998 163.7564 0.000 0.000 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 10.00 + 164.00 180.00 +! +! Additional scattering factors for Pattern# 1 +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.45778 0.0 0.00000 0.0 0.00000 0.0 1.623899 0.00 0 +! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) + 777.346 52.434 365.757 14.659 -415.682 0.000 + 0.00 0.00 0.00 0.00 0.00 0.00 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 4.2230 +!------------------------------------------------------------------------------- +nuclear +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 2 0 0 0.0 0.0 1.0 0 0 0 0 0 203.711 0 7 0 +! +! +P m -3 m <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +La La 0.00000 0.00000 0.00000 0.25812 0.02083 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +B B 0.19972 0.50000 0.50000 0.11925 0.12500 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 42.98374 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.143431 -0.523140 0.590412 0.000000 0.054515 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 4.156885 4.156885 4.156885 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 10.000 163.756 1 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.prf b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.prf new file mode 100644 index 000000000..1a2738c5e --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.prf @@ -0,0 +1,3266 @@ +IGOR +WAVES TwoTheta, Iobs, Icalc, Diff +BEGIN + 4.164 249.28 708.17 -458.89 + 4.214 242.77 708.68 -465.91 + 4.264 261.99 709.18 -447.19 + 4.314 374.47 709.69 -335.22 + 4.364 435.31 710.19 -274.88 + 4.414 647.92 710.69 -62.77 + 4.464 806.68 711.19 95.49 + 4.514 868.33 711.69 156.64 + 4.564 1082.78 712.19 370.59 + 4.614 1245.94 712.69 533.25 + 4.664 1161.56 713.18 448.38 + 4.714 1270.88 713.68 557.20 + 4.764 1353.10 714.17 638.93 + 4.814 1394.96 714.66 680.30 + 4.864 1344.30 715.15 629.15 + 4.914 1395.56 715.63 679.93 + 4.964 1418.44 716.12 702.32 + 5.014 1512.19 716.61 795.58 + 5.064 1533.20 717.09 816.11 + 5.117 1511.09 717.60 793.49 + 5.167 1557.83 718.08 839.75 + 5.217 1570.98 718.56 852.42 + 5.267 1524.03 719.04 804.99 + 5.317 1557.07 719.51 837.56 + 5.367 1518.49 719.99 798.50 + 5.417 1492.80 720.46 772.34 + 5.467 1467.48 720.93 746.55 + 5.517 1642.49 721.40 921.09 + 5.567 1467.95 721.87 746.08 + 5.617 1480.74 722.34 758.40 + 5.667 1504.68 722.81 781.87 + 5.717 1493.81 723.27 770.54 + 5.767 1526.23 723.73 802.50 + 5.817 1448.03 724.19 723.84 + 5.867 1480.69 724.65 756.04 + 5.917 1399.52 725.11 674.41 + 5.966 1416.73 725.57 691.16 + 6.016 1395.40 726.03 669.37 + 6.066 1287.19 726.48 560.71 + 6.116 1413.82 726.93 686.89 + 6.166 1294.07 727.38 566.69 + 6.216 1329.71 727.83 601.88 + 6.266 1295.20 728.28 566.92 + 6.316 1221.64 728.73 492.91 + 6.362 1239.25 729.14 510.11 + 6.412 1234.43 729.58 504.85 + 6.462 1176.34 730.03 446.31 + 6.512 1230.70 730.47 500.23 + 6.562 1157.69 730.91 426.78 + 6.612 1123.19 731.35 391.84 + 6.662 1173.25 731.79 441.46 + 6.712 1163.54 732.22 431.32 + 6.762 1160.56 732.66 427.90 + 6.812 1090.30 733.09 357.21 + 6.862 1089.23 733.52 355.71 + 6.912 1115.90 733.96 381.94 + 6.962 1035.09 734.39 300.70 + 7.012 1073.90 734.81 339.09 + 7.062 1088.65 735.24 353.41 + 7.112 1060.65 735.67 324.98 + 7.162 1001.18 736.09 265.09 + 7.212 1051.08 736.51 314.57 + 7.262 1038.77 736.93 301.84 + 7.312 987.64 737.35 250.29 + 7.361 1032.94 737.77 295.17 + 7.411 1014.73 738.19 276.54 + 7.461 967.70 738.60 229.10 + 7.511 1053.04 739.02 314.02 + 7.561 987.22 739.43 247.79 + 7.618 1027.23 739.90 287.33 + 7.668 957.69 740.31 217.38 + 7.718 950.30 740.72 209.58 + 7.768 965.57 741.13 224.44 + 7.818 908.56 741.53 167.03 + 7.868 990.94 741.94 249.00 + 7.918 948.75 742.34 206.41 + 7.968 1014.25 742.75 271.50 + 8.018 909.56 743.15 166.41 + 8.068 963.50 743.55 219.95 + 8.118 956.97 743.94 213.03 + 8.168 941.60 744.34 197.26 + 8.218 944.65 744.74 199.91 + 8.268 958.38 745.13 213.25 + 8.318 915.62 745.53 170.09 + 8.368 926.86 745.92 180.94 + 8.418 898.35 746.31 152.04 + 8.468 883.90 746.70 137.20 + 8.518 907.95 747.09 160.86 + 8.568 840.81 747.47 93.34 + 8.618 854.40 747.86 106.54 + 8.667 909.80 748.24 161.56 + 8.717 933.86 748.62 185.24 + 8.767 883.97 749.01 134.96 + 8.817 872.52 749.39 123.13 + 8.870 889.41 749.79 139.62 + 8.920 872.92 750.16 122.76 + 8.970 910.67 750.54 160.13 + 9.020 869.99 750.92 119.07 + 9.070 859.96 751.29 108.67 + 9.120 858.03 751.66 106.37 + 9.170 834.26 752.04 82.22 + 9.220 856.79 752.41 104.38 + 9.271 837.15 752.78 84.37 + 9.320 822.58 753.14 69.44 + 9.370 863.24 753.51 109.73 + 9.420 827.61 753.87 73.74 + 9.470 826.65 754.24 72.41 + 9.520 842.37 754.60 87.77 + 9.570 902.88 754.96 147.92 + 9.620 827.23 755.32 71.91 + 9.670 846.33 755.68 90.65 + 9.720 825.69 756.04 69.65 + 9.770 765.93 756.39 9.54 + 9.820 845.02 756.75 88.27 + 9.870 850.36 757.10 93.26 + 9.920 841.36 757.45 83.91 + 9.970 832.23 757.80 74.43 + 10.020 780.68 758.15 22.53 + 10.070 839.40 758.50 80.90 + 10.125 805.00 758.88 46.12 + 10.175 736.57 759.23 -22.66 + 10.225 815.42 759.58 55.84 + 10.275 793.91 759.92 33.99 + 10.325 817.66 760.26 57.40 + 10.375 770.70 760.60 10.10 + 10.425 804.50 760.95 43.55 + 10.475 727.04 761.28 -34.24 + 10.525 751.78 761.62 -9.84 + 10.575 764.02 761.96 2.06 + 10.625 802.46 762.29 40.17 + 10.675 752.71 762.63 -9.92 + 10.725 793.85 762.96 30.89 + 10.775 776.92 763.29 13.63 + 10.825 791.07 763.62 27.45 + 10.875 788.79 763.95 24.84 + 10.925 784.57 764.28 20.29 + 10.975 775.27 764.60 10.67 + 11.025 754.16 764.93 -10.77 + 11.075 787.35 765.25 22.10 + 11.125 813.34 765.58 47.76 + 11.175 713.61 765.90 -52.29 + 11.225 731.27 766.22 -34.95 + 11.275 726.09 766.54 -40.45 + 11.325 779.29 766.86 12.43 + 11.374 762.10 767.17 -5.07 + 11.425 760.08 767.49 -7.41 + 11.475 802.53 767.81 34.72 + 11.525 755.89 768.12 -12.23 + 11.575 768.50 768.43 0.07 + 11.625 790.01 768.74 21.27 + 11.675 734.06 769.05 -34.99 + 11.725 784.43 769.36 15.07 + 11.775 724.67 769.67 -45.00 + 11.825 779.11 769.98 9.13 + 11.875 752.73 770.28 -17.55 + 11.925 733.54 770.59 -37.05 + 11.975 746.79 770.89 -24.10 + 12.025 765.56 771.19 -5.63 + 12.075 750.70 771.49 -20.79 + 12.125 779.88 771.79 8.09 + 12.174 761.56 772.09 -10.53 + 12.224 725.67 772.39 -46.72 + 12.274 807.15 772.69 34.46 + 12.324 745.75 772.98 -27.23 + 12.374 788.00 773.28 14.72 + 12.424 725.64 773.57 -47.93 + 12.474 761.60 773.86 -12.26 + 12.524 768.65 774.15 -5.50 + 12.574 785.66 774.44 11.22 + 12.613 764.38 774.67 -10.29 + 12.664 727.45 774.96 -47.51 + 12.714 746.76 775.24 -28.48 + 12.764 786.33 775.53 10.80 + 12.814 765.94 775.81 -9.87 + 12.864 776.81 776.10 0.71 + 12.914 736.69 776.38 -39.69 + 12.964 728.16 776.66 -48.50 + 13.014 757.21 776.94 -19.73 + 13.064 781.63 777.22 4.41 + 13.114 763.67 777.50 -13.83 + 13.164 732.74 777.77 -45.03 + 13.214 745.87 778.05 -32.18 + 13.264 760.49 778.32 -17.83 + 13.314 784.22 778.75 5.47 + 13.364 741.46 779.02 -37.56 + 13.413 733.61 779.30 -45.69 + 13.463 775.04 779.57 -4.53 + 13.513 758.65 779.84 -21.19 + 13.563 754.40 780.11 -25.71 + 13.613 701.22 780.38 -79.16 + 13.663 778.39 780.64 -2.25 + 13.713 739.69 780.91 -41.22 + 13.763 722.27 781.18 -58.91 + 13.813 779.18 781.44 -2.26 + 13.868 740.32 781.73 -41.41 + 13.918 738.65 781.99 -43.34 + 13.968 784.66 782.25 2.41 + 14.018 755.77 782.51 -26.74 + 14.068 733.04 782.77 -49.73 + 14.118 725.36 783.03 -57.67 + 14.168 754.73 783.29 -28.56 + 14.218 765.19 783.55 -18.36 + 14.268 801.27 783.80 17.47 + 14.318 804.70 784.05 20.65 + 14.368 756.36 784.31 -27.95 + 14.418 766.09 784.56 -18.47 + 14.468 780.76 784.81 -4.05 + 14.518 741.08 785.06 -43.98 + 14.568 729.70 785.31 -55.61 + 14.618 750.00 785.56 -35.56 + 14.668 759.58 785.80 -26.22 + 14.718 758.71 786.05 -27.34 + 14.768 777.14 786.30 -9.16 + 14.818 741.13 786.54 -45.41 + 14.868 738.30 786.78 -48.48 + 14.918 764.53 787.02 -22.49 + 14.968 764.54 787.27 -22.73 + 15.018 796.72 787.51 9.21 + 15.068 744.09 787.75 -43.66 + 15.124 723.92 788.01 -64.09 + 15.174 750.85 788.25 -37.40 + 15.224 795.62 788.49 7.13 + 15.274 747.70 788.72 -41.02 + 15.324 745.56 788.96 -43.40 + 15.374 743.07 789.19 -46.12 + 15.424 773.46 789.43 -15.97 + 15.474 765.86 789.66 -23.80 + 15.524 699.87 789.89 -90.02 + 15.574 732.41 790.12 -57.71 + 15.624 768.54 790.35 -21.81 + 15.674 699.30 790.58 -91.28 + 15.724 769.53 790.80 -21.27 + 15.774 743.34 791.03 -47.69 + 15.824 719.45 791.25 -71.80 + 15.874 707.66 791.48 -83.82 + 15.924 720.09 791.70 -71.61 + 15.974 775.08 791.92 -16.84 + 16.024 732.56 792.15 -59.59 + 16.074 723.68 792.37 -68.69 + 16.124 763.27 792.59 -29.32 + 16.174 755.35 792.81 -37.46 + 16.224 746.64 793.03 -46.39 + 16.274 736.37 793.24 -56.87 + 16.324 751.89 793.46 -41.57 + 16.358 796.15 793.61 2.54 + 16.408 749.58 793.82 -44.24 + 16.458 783.55 794.04 -10.49 + 16.508 785.38 794.25 -8.87 + 16.558 786.92 794.47 -7.55 + 16.608 741.59 794.68 -53.09 + 16.658 749.53 794.89 -45.36 + 16.708 728.18 795.10 -66.92 + 16.758 760.77 795.31 -34.54 + 16.808 732.60 795.52 -62.92 + 16.858 712.64 795.73 -83.09 + 16.908 761.29 795.94 -34.65 + 16.958 703.67 796.15 -92.48 + 17.008 726.79 796.35 -69.56 + 17.058 769.55 796.56 -27.01 + 17.108 761.75 796.76 -35.01 + 17.158 783.25 796.97 -13.72 + 17.208 803.04 797.17 5.87 + 17.258 688.34 797.38 -109.04 + 17.308 773.21 797.58 -24.37 + 17.358 786.29 797.78 -11.49 + 17.408 791.91 797.98 -6.07 + 17.458 804.54 798.18 6.36 + 17.508 739.52 798.38 -58.86 + 17.558 787.44 798.58 -11.14 + 17.595 771.27 798.73 -27.46 + 17.645 774.40 798.93 -24.53 + 17.695 763.19 799.13 -35.94 + 17.745 780.10 799.33 -19.23 + 17.795 820.85 799.53 21.32 + 17.845 789.93 799.72 -9.79 + 17.895 792.37 799.92 -7.55 + 17.945 764.67 800.12 -35.45 + 17.995 778.85 800.31 -21.46 + 18.045 769.15 800.51 -31.36 + 18.095 734.53 800.71 -66.18 + 18.145 784.94 800.90 -15.96 + 18.195 716.35 801.10 -84.75 + 18.245 733.69 801.29 -67.60 + 18.295 785.49 801.49 -16.00 + 18.345 723.63 801.68 -78.05 + 18.395 752.80 801.88 -49.08 + 18.445 756.58 802.07 -45.49 + 18.495 734.30 802.27 -67.97 + 18.545 770.37 802.46 -32.09 + 18.595 750.65 802.66 -52.01 + 18.645 807.97 802.86 5.11 + 18.695 773.34 803.05 -29.71 + 18.745 796.94 803.25 -6.31 + 18.795 763.12 803.45 -40.33 + 18.840 752.30 803.63 -51.33 + 18.890 695.47 803.83 -108.36 + 18.940 759.74 804.03 -44.29 + 18.990 828.57 804.23 24.34 + 19.040 786.28 804.43 -18.15 + 19.090 797.57 804.63 -7.06 + 19.140 737.60 804.84 -67.24 + 19.190 794.48 805.04 -10.56 + 19.240 755.77 805.25 -49.48 + 19.290 723.12 805.46 -82.34 + 19.340 744.43 805.67 -61.24 + 19.390 782.77 805.88 -23.11 + 19.440 776.36 806.10 -29.74 + 19.490 775.07 806.32 -31.25 + 19.540 774.15 806.54 -32.39 + 19.590 724.69 806.76 -82.07 + 19.640 792.48 806.99 -14.51 + 19.690 830.35 807.22 23.13 + 19.740 802.84 807.46 -4.62 + 19.790 756.72 807.70 -50.98 + 19.840 803.48 807.95 -4.47 + 19.889 834.42 808.20 26.22 + 19.940 828.34 808.46 19.88 + 19.990 789.51 808.72 -19.21 + 20.039 775.19 809.00 -33.81 + 20.106 857.45 809.37 48.08 + 20.156 852.93 809.67 43.26 + 20.206 894.39 809.98 84.41 + 20.256 886.63 810.30 76.33 + 20.306 917.87 810.63 107.24 + 20.356 914.86 810.98 103.88 + 20.406 930.06 811.34 118.72 + 20.456 1064.38 811.73 252.65 + 20.506 1104.89 812.14 292.75 + 20.556 1063.11 812.57 250.54 + 20.606 1065.09 813.04 252.05 + 20.656 1081.92 813.55 268.37 + 20.706 1178.68 814.12 364.56 + 20.756 1179.87 814.76 365.11 + 20.806 1254.80 815.52 439.28 + 20.856 1263.04 816.45 446.59 + 20.906 1319.03 817.66 501.37 + 20.956 1470.85 819.30 651.55 + 21.006 1491.27 821.62 669.65 + 21.056 1629.27 824.97 804.30 + 21.106 1747.77 829.88 917.89 + 21.155 1803.66 837.04 966.62 + 21.205 1937.27 847.50 1089.77 + 21.255 2071.21 862.47 1208.74 + 21.305 2025.93 883.41 1142.52 + 21.366 2449.60 919.41 1530.19 + 21.416 2599.33 960.17 1639.16 + 21.466 2835.68 1012.79 1822.89 + 21.516 3003.89 1078.78 1925.11 + 21.566 3210.67 1158.68 2051.99 + 21.616 3368.51 1252.57 2115.94 + 21.666 3810.41 1359.23 2451.18 + 21.716 4183.12 1475.66 2707.46 + 21.766 4466.32 1597.57 2868.75 + 21.816 4630.93 1718.84 2912.09 + 21.866 5279.75 1833.63 3446.12 + 21.916 5829.30 1934.32 3894.98 + 21.966 6574.37 2013.27 4561.10 + 22.016 7110.45 2064.79 5045.66 + 22.066 7852.27 2084.24 5768.03 + 22.116 8051.85 2069.98 5981.87 + 22.166 7989.20 2023.33 5965.87 + 22.216 7959.58 1948.24 6011.34 + 22.266 7849.35 1850.60 5998.75 + 22.316 7410.70 1737.83 5672.87 + 22.366 7183.28 1617.15 5566.13 + 22.416 6768.70 1495.74 5272.96 + 22.466 6175.79 1378.26 4797.53 + 22.516 5645.10 1270.10 4375.00 + 22.566 4898.09 1174.51 3723.58 + 22.612 4225.79 1098.17 3127.62 + 22.662 3632.12 1029.20 2602.92 + 22.712 3039.32 973.89 2065.43 + 22.762 2751.86 930.79 1821.07 + 22.812 2331.28 898.29 1432.99 + 22.862 2048.97 874.36 1174.61 + 22.912 1742.11 857.16 884.95 + 22.962 1451.93 845.12 606.81 + 23.012 1216.34 836.85 379.48 + 23.062 1052.24 831.29 220.95 + 23.112 966.86 827.55 139.31 + 23.162 968.34 825.05 143.29 + 23.212 949.41 823.66 125.75 + 23.262 920.38 822.51 97.87 + 23.312 884.56 821.70 62.86 + 23.362 889.47 821.10 68.37 + 23.412 894.47 820.64 73.83 + 23.462 863.76 820.27 43.49 + 23.512 848.44 819.96 28.48 + 23.562 856.24 819.71 36.53 + 23.612 856.95 819.48 37.47 + 23.662 799.55 819.29 -19.74 + 23.712 808.75 819.12 -10.37 + 23.762 868.66 818.98 49.68 + 23.812 866.02 818.85 47.17 + 23.861 931.41 818.74 112.67 + 23.911 888.13 818.64 69.49 + 23.962 886.21 818.55 67.66 + 24.012 915.72 818.48 97.24 + 24.062 953.10 818.42 134.68 + 24.112 901.68 818.37 83.31 + 24.162 832.29 818.33 13.96 + 24.212 880.63 818.29 62.34 + 24.262 909.05 818.26 90.79 + 24.312 890.85 818.24 72.61 + 24.362 823.90 818.23 5.67 + 24.412 872.84 818.22 54.62 + 24.462 868.69 818.21 50.48 + 24.512 844.11 818.21 25.90 + 24.562 869.95 818.22 51.73 + 24.611 842.28 818.23 24.05 + 24.661 870.84 818.24 52.60 + 24.711 807.88 818.25 -10.37 + 24.761 787.48 818.27 -30.79 + 24.811 799.05 818.29 -19.24 + 24.861 788.06 818.31 -30.25 + 24.911 789.39 818.34 -28.95 + 24.961 833.76 818.36 15.40 + 25.011 800.07 818.39 -18.32 + 25.061 823.40 818.42 4.98 + 25.115 801.39 818.46 -17.07 + 25.166 785.92 818.49 -32.57 + 25.216 793.42 818.53 -25.11 + 25.266 819.35 818.57 0.78 + 25.316 796.68 818.60 -21.92 + 25.366 780.48 818.64 -38.16 + 25.416 821.14 818.68 2.46 + 25.466 781.52 818.72 -37.20 + 25.516 812.20 818.77 -6.57 + 25.566 822.25 818.81 3.44 + 25.616 848.33 818.85 29.48 + 25.666 844.17 818.90 25.27 + 25.716 802.73 818.94 -16.21 + 25.766 744.98 818.99 -74.01 + 25.816 776.41 819.03 -42.62 + 25.866 811.29 819.08 -7.79 + 25.915 815.06 819.13 -4.07 + 25.965 747.86 819.17 -71.31 + 26.015 768.84 819.22 -50.38 + 26.065 737.53 819.27 -81.74 + 26.115 815.88 819.32 -3.44 + 26.165 744.25 819.37 -75.12 + 26.215 723.78 819.42 -95.64 + 26.265 794.45 819.47 -25.02 + 26.315 829.77 819.52 10.25 + 26.378 804.26 819.58 -15.32 + 26.428 766.01 819.63 -53.62 + 26.478 815.55 819.68 -4.13 + 26.528 822.52 819.73 2.79 + 26.578 823.32 819.78 3.54 + 26.628 826.59 819.84 6.75 + 26.678 815.38 819.89 -4.51 + 26.728 810.41 819.94 -9.53 + 26.778 763.55 819.99 -56.44 + 26.828 820.02 820.05 -0.03 + 26.878 884.62 820.10 64.52 + 26.928 830.77 820.15 10.62 + 26.978 785.68 820.21 -34.53 + 27.028 793.66 820.26 -26.60 + 27.078 870.84 820.32 50.52 + 27.128 754.98 820.37 -65.39 + 27.178 813.84 820.43 -6.59 + 27.228 789.20 820.48 -31.28 + 27.278 802.59 820.54 -17.95 + 27.328 781.87 820.60 -38.73 + 27.377 832.83 820.65 12.18 + 27.427 800.85 820.71 -19.86 + 27.477 806.72 820.77 -14.05 + 27.527 810.28 820.83 -10.55 + 27.577 762.63 820.89 -58.26 + 27.633 854.06 820.96 33.10 + 27.683 882.05 821.02 61.03 + 27.734 821.65 821.08 0.57 + 27.784 841.46 821.15 20.32 + 27.834 850.63 821.21 29.42 + 27.884 850.49 821.27 29.22 + 27.934 813.44 821.34 -7.90 + 27.984 778.79 821.41 -42.62 + 28.034 815.21 821.48 -6.27 + 28.084 824.68 821.55 3.13 + 28.134 855.37 821.62 33.75 + 28.184 861.03 821.69 39.34 + 28.234 806.55 821.77 -15.22 + 28.284 831.35 821.84 9.51 + 28.334 873.83 821.92 51.91 + 28.383 885.53 822.00 63.53 + 28.433 842.76 822.09 20.67 + 28.483 865.40 822.17 43.23 + 28.533 826.46 822.26 4.20 + 28.583 880.00 822.35 57.65 + 28.633 876.56 822.44 54.12 + 28.683 838.86 822.54 16.32 + 28.733 834.81 822.64 12.17 + 28.783 851.69 822.74 28.95 + 28.833 850.41 822.85 27.56 + 28.866 893.22 822.92 70.30 + 28.916 852.43 823.04 29.39 + 28.966 862.51 823.16 39.35 + 29.016 800.10 823.28 -23.18 + 29.066 920.70 823.42 97.28 + 29.116 865.00 823.55 41.45 + 29.166 894.11 823.70 70.41 + 29.216 878.50 823.85 54.65 + 29.266 869.20 824.01 45.19 + 29.316 860.04 824.18 35.86 + 29.366 828.47 824.35 4.12 + 29.416 851.02 824.54 26.48 + 29.466 869.29 824.74 44.55 + 29.516 787.01 824.96 -37.95 + 29.566 776.69 825.18 -48.49 + 29.616 859.75 825.42 34.33 + 29.666 803.70 825.68 -21.98 + 29.716 820.00 825.95 -5.95 + 29.766 858.68 826.25 32.43 + 29.816 854.16 826.57 27.59 + 29.866 829.50 826.91 2.59 + 29.915 817.03 827.28 -10.25 + 29.965 790.15 827.69 -37.54 + 30.016 843.92 828.13 15.79 + 30.065 828.83 828.60 0.23 + 30.099 831.58 828.94 2.64 + 30.149 836.90 829.50 7.40 + 30.199 866.32 830.12 36.20 + 30.249 818.03 830.82 -12.79 + 30.299 935.37 831.62 103.75 + 30.349 943.59 832.57 111.02 + 30.399 920.54 833.73 86.81 + 30.449 920.45 835.23 85.22 + 30.499 961.49 837.24 124.25 + 30.549 976.38 840.08 136.30 + 30.599 1099.49 844.25 255.24 + 30.649 1240.47 850.48 389.99 + 30.699 1248.83 859.78 389.05 + 30.749 1384.53 873.70 510.83 + 30.799 1469.53 894.20 575.33 + 30.849 1591.46 923.63 667.83 + 30.899 1582.98 965.36 617.62 + 30.948 1817.56 1023.02 794.54 + 30.999 2031.05 1099.70 931.35 + 31.048 2144.29 1198.73 945.56 + 31.098 2381.76 1322.66 1059.10 + 31.148 2656.19 1471.93 1184.26 + 31.198 2855.64 1647.02 1208.62 + 31.248 3193.66 1843.26 1350.40 + 31.298 3468.05 2053.40 1414.65 + 31.351 3965.13 2282.67 1682.46 + 31.402 4512.56 2490.88 2021.68 + 31.452 5196.13 2677.48 2518.65 + 31.502 5805.09 2828.68 2976.41 + 31.552 6753.99 2931.31 3822.68 + 31.602 7397.81 2976.54 4421.27 + 31.652 7938.59 2959.85 4978.74 + 31.702 8235.84 2882.80 5353.04 + 31.752 8199.73 2752.66 5447.07 + 31.802 8072.87 2581.58 5491.29 + 31.852 7971.10 2381.99 5589.11 + 31.902 7586.59 2168.10 5418.49 + 31.952 7167.87 1954.02 5213.85 + 32.002 6622.43 1749.17 4873.26 + 32.052 6111.23 1562.60 4548.63 + 32.101 5203.64 1399.30 3804.34 + 32.151 4630.45 1261.64 3368.81 + 32.201 3909.73 1149.55 2760.18 + 32.251 3211.38 1061.26 2150.12 + 32.301 2914.61 994.11 1920.50 + 32.351 2532.69 944.49 1588.20 + 32.401 2106.10 908.93 1197.17 + 32.451 1721.90 883.85 838.05 + 32.501 1428.02 866.67 561.35 + 32.551 1153.99 855.14 298.85 + 32.596 1076.42 848.04 228.38 + 32.646 961.07 842.68 118.39 + 32.696 994.01 839.07 154.94 + 32.747 916.21 836.57 79.64 + 32.797 894.36 834.78 59.58 + 32.847 881.26 833.43 47.83 + 32.897 894.30 832.36 61.94 + 32.947 898.73 831.48 67.25 + 32.997 883.85 830.72 53.13 + 33.047 852.51 830.05 22.46 + 33.097 865.73 829.46 36.27 + 33.147 876.08 828.92 47.16 + 33.196 877.08 828.43 48.65 + 33.246 794.10 827.98 -33.88 + 33.296 780.10 827.57 -47.47 + 33.346 840.15 827.20 12.95 + 33.396 905.27 826.85 78.42 + 33.446 862.05 826.53 35.52 + 33.496 820.71 826.23 -5.52 + 33.546 854.19 825.95 28.24 + 33.596 826.64 825.69 0.95 + 33.646 857.99 825.45 32.54 + 33.696 850.63 825.22 25.41 + 33.746 855.37 825.01 30.36 + 33.796 911.62 824.81 86.81 + 33.837 747.38 824.66 -77.28 + 33.888 822.55 824.48 -1.93 + 33.938 852.22 824.32 27.90 + 33.988 840.02 824.16 15.86 + 34.038 826.28 824.01 2.27 + 34.088 881.55 823.88 57.67 + 34.138 865.87 823.74 42.13 + 34.188 882.16 823.62 58.54 + 34.238 837.56 823.50 14.06 + 34.288 920.12 823.39 96.73 + 34.338 872.50 823.28 49.22 + 34.388 869.41 823.18 46.23 + 34.438 865.79 823.09 42.70 + 34.488 898.99 823.00 75.99 + 34.538 876.77 822.91 53.86 + 34.587 905.50 822.83 82.67 + 34.637 868.80 822.75 46.05 + 34.687 863.85 822.68 41.17 + 34.737 879.81 822.61 57.20 + 34.787 843.08 822.54 20.54 + 34.837 883.56 822.48 61.08 + 34.887 805.19 822.42 -17.23 + 34.937 864.76 822.36 42.40 + 34.987 874.90 822.31 52.59 + 35.037 897.34 822.26 75.08 + 35.106 824.08 822.19 1.89 + 35.156 901.39 822.15 79.24 + 35.206 834.95 822.10 12.85 + 35.256 862.03 822.06 39.97 + 35.306 839.90 822.03 17.87 + 35.356 871.74 821.99 49.75 + 35.406 832.28 821.96 10.32 + 35.456 835.16 821.94 13.22 + 35.506 868.73 821.91 46.82 + 35.556 878.90 821.89 57.01 + 35.606 865.17 821.87 43.30 + 35.656 824.19 821.85 2.34 + 35.706 846.02 821.84 24.18 + 35.756 796.98 821.82 -24.84 + 35.806 837.07 821.82 15.25 + 35.856 847.75 821.81 25.94 + 35.906 821.63 821.81 -0.18 + 35.956 882.78 821.81 60.97 + 36.006 873.81 821.82 51.99 + 36.056 767.55 821.82 -54.27 + 36.106 811.97 821.84 -9.87 + 36.156 787.11 821.85 -34.74 + 36.206 800.50 821.87 -21.37 + 36.256 840.36 821.90 18.46 + 36.306 839.98 821.93 18.05 + 36.380 791.13 821.99 -30.86 + 36.430 813.81 822.03 -8.22 + 36.480 804.32 822.08 -17.76 + 36.530 788.24 822.14 -33.90 + 36.580 769.64 822.20 -52.56 + 36.630 792.00 822.27 -30.27 + 36.680 788.50 822.35 -33.85 + 36.730 814.64 822.44 -7.80 + 36.780 793.39 822.53 -29.14 + 36.830 791.91 822.64 -30.73 + 36.880 786.19 822.76 -36.57 + 36.930 785.47 822.89 -37.42 + 36.980 788.48 823.03 -34.55 + 37.030 815.03 823.18 -8.15 + 37.080 809.03 823.36 -14.33 + 37.130 788.46 823.55 -35.09 + 37.180 781.51 823.75 -42.24 + 37.230 743.38 823.98 -80.60 + 37.280 759.65 824.23 -64.58 + 37.330 787.78 824.51 -36.73 + 37.380 766.58 824.82 -58.24 + 37.429 761.38 825.15 -63.77 + 37.479 806.38 825.52 -19.14 + 37.529 792.38 825.93 -33.55 + 37.579 784.63 826.39 -41.76 + 37.620 836.80 827.05 9.75 + 37.670 812.46 827.61 -15.15 + 37.720 827.10 828.24 -1.14 + 37.770 812.79 828.96 -16.17 + 37.820 801.33 829.80 -28.47 + 37.870 856.54 830.80 25.74 + 37.920 855.53 832.05 23.48 + 37.970 893.57 833.69 59.88 + 38.020 849.37 835.95 13.42 + 38.070 896.07 839.18 56.89 + 38.120 959.79 844.02 115.77 + 38.170 922.03 851.35 70.68 + 38.220 1028.27 862.44 165.83 + 38.270 1048.48 879.20 169.28 + 38.320 1110.23 904.01 206.22 + 38.370 1302.04 939.96 362.08 + 38.420 1382.69 990.67 392.02 + 38.470 1524.59 1060.19 464.40 + 38.520 1656.36 1152.65 503.71 + 38.570 1802.55 1271.10 531.45 + 38.620 2165.26 1417.67 747.59 + 38.670 2524.36 1591.64 932.72 + 38.720 2820.94 1791.95 1028.99 + 38.770 3181.41 2011.28 1170.13 + 38.820 3658.34 2239.32 1419.02 + 38.871 4321.95 2469.07 1852.88 + 38.921 5222.28 2675.80 2546.48 + 38.971 5963.87 2847.72 3116.15 + 39.021 7300.81 2969.92 4330.89 + 39.071 8251.76 3030.28 5221.48 + 39.121 9018.56 3023.04 5995.52 + 39.171 9364.04 2948.71 6415.33 + 39.221 9519.86 2814.96 6704.90 + 39.271 9400.29 2634.45 6765.84 + 39.321 9325.90 2423.44 6902.46 + 39.371 8781.71 2196.35 6585.36 + 39.421 8341.71 1968.26 6373.45 + 39.471 7732.26 1752.52 5979.74 + 39.521 6934.04 1556.64 5377.40 + 39.571 5966.28 1387.02 4579.26 + 39.621 5193.82 1245.73 3948.09 + 39.671 4326.42 1132.34 3194.08 + 39.721 3574.29 1044.42 2529.87 + 39.771 3004.24 978.47 2025.77 + 39.821 2518.22 930.66 1587.56 + 39.871 2194.51 896.95 1297.56 + 39.920 1717.01 873.82 843.19 + 39.971 1434.17 858.14 576.03 + 40.021 1217.46 847.73 369.73 + 40.070 1069.68 840.59 229.09 + 40.122 949.62 835.87 113.75 + 40.172 986.30 832.78 153.52 + 40.223 924.17 830.58 93.59 + 40.273 849.43 828.94 20.49 + 40.323 888.04 827.66 60.38 + 40.373 863.03 826.60 36.43 + 40.423 805.28 825.69 -20.41 + 40.473 847.26 824.89 22.37 + 40.523 863.48 824.18 39.30 + 40.573 837.40 823.53 13.87 + 40.623 835.30 822.94 12.36 + 40.673 802.48 822.40 -19.92 + 40.723 885.68 821.90 63.78 + 40.773 838.05 821.44 16.61 + 40.823 842.80 821.01 21.79 + 40.872 841.48 820.62 20.86 + 40.922 830.46 820.25 10.21 + 40.972 876.30 819.90 56.40 + 41.022 834.95 819.58 15.37 + 41.072 822.86 819.28 3.58 + 41.122 831.99 819.00 12.99 + 41.172 852.59 818.73 33.86 + 41.222 845.37 818.48 26.89 + 41.272 829.98 818.24 11.74 + 41.322 823.94 818.02 5.92 + 41.364 784.96 817.84 -32.88 + 41.414 805.88 817.63 -11.75 + 41.464 741.75 817.44 -75.69 + 41.515 801.24 817.25 -16.01 + 41.565 793.87 817.08 -23.21 + 41.615 758.94 816.92 -57.98 + 41.665 817.35 816.76 0.59 + 41.715 813.99 816.61 -2.62 + 41.765 776.12 816.46 -40.34 + 41.815 754.79 816.33 -61.54 + 41.865 767.77 816.20 -48.43 + 41.915 812.24 816.07 -3.83 + 41.964 796.99 815.95 -18.96 + 42.014 807.86 815.84 -7.98 + 42.064 800.20 815.73 -15.53 + 42.114 768.37 815.63 -47.26 + 42.164 807.19 815.53 -8.34 + 42.214 818.78 815.44 3.34 + 42.264 840.37 815.35 25.02 + 42.314 840.37 815.27 25.10 + 42.364 837.18 815.19 21.99 + 42.414 814.53 815.12 -0.59 + 42.464 867.15 815.05 52.10 + 42.514 828.37 814.99 13.38 + 42.564 820.37 814.93 5.44 + 42.614 857.66 814.87 42.79 + 42.664 839.06 814.82 24.24 + 42.714 845.49 814.78 30.71 + 42.764 821.91 814.74 7.17 + 42.814 833.05 814.71 18.34 + 42.864 893.38 814.68 78.70 + 42.914 834.06 814.66 19.40 + 42.964 828.96 814.64 14.32 + 43.014 795.30 814.63 -19.33 + 43.064 772.15 814.63 -42.48 + 43.114 772.04 814.63 -42.59 + 43.164 760.94 814.64 -53.70 + 43.214 766.19 814.66 -48.47 + 43.264 792.85 814.69 -21.84 + 43.314 760.18 814.73 -54.55 + 43.364 741.39 814.77 -73.38 + 43.414 830.06 814.83 15.23 + 43.464 741.61 814.90 -73.29 + 43.514 750.00 814.98 -64.98 + 43.564 773.80 815.08 -41.28 + 43.614 827.71 815.19 12.52 + 43.664 820.78 815.50 5.28 + 43.714 809.97 815.65 -5.68 + 43.764 780.23 815.82 -35.59 + 43.814 795.34 816.01 -20.67 + 43.865 780.87 816.24 -35.37 + 43.915 827.44 816.48 10.96 + 43.965 803.47 816.76 -13.29 + 44.015 822.15 817.07 5.08 + 44.065 865.78 817.42 48.36 + 44.115 840.77 817.82 22.95 + 44.165 771.46 818.27 -46.81 + 44.215 871.83 818.78 53.05 + 44.265 828.07 819.38 8.69 + 44.315 880.75 820.09 60.66 + 44.365 878.04 820.96 57.08 + 44.415 880.84 822.09 58.75 + 44.465 810.56 823.59 -13.03 + 44.515 808.49 825.74 -17.25 + 44.565 880.58 828.91 51.67 + 44.615 841.65 833.72 7.93 + 44.665 907.00 841.12 65.88 + 44.715 950.12 852.45 97.67 + 44.765 919.75 869.60 50.15 + 44.815 986.84 894.94 91.90 + 44.865 1113.67 931.43 182.24 + 44.915 1132.01 982.25 149.76 + 44.965 1237.26 1051.40 185.86 + 45.015 1339.99 1141.72 198.27 + 45.065 1587.68 1254.96 332.72 + 45.109 1811.46 1376.16 435.30 + 45.159 1979.79 1533.26 446.53 + 45.209 2355.45 1707.96 647.49 + 45.260 2781.64 1892.93 888.71 + 45.309 3279.83 2077.08 1202.75 + 45.359 3884.98 2248.33 1636.65 + 45.410 4479.67 2393.24 2086.43 + 45.460 5330.87 2498.11 2832.76 + 45.510 6337.10 2552.26 3784.84 + 45.559 6988.94 2549.84 4439.10 + 45.609 7320.04 2491.15 4828.90 + 45.660 7422.39 2382.32 5040.07 + 45.709 7447.94 2235.13 5212.81 + 45.759 7148.43 2062.04 5086.39 + 45.809 6889.78 1877.27 5012.51 + 45.859 6529.15 1693.22 4835.93 + 45.909 5983.71 1519.97 4463.74 + 45.959 5578.86 1364.65 4214.21 + 46.009 4638.55 1231.41 3407.14 + 46.059 3945.67 1122.13 2823.54 + 46.109 3173.10 1035.85 2137.25 + 46.159 2703.07 970.35 1732.72 + 46.209 2308.14 921.86 1386.27 + 46.259 1960.57 887.37 1073.20 + 46.309 1737.74 863.58 874.16 + 46.360 1385.99 847.28 538.71 + 46.410 1236.76 836.66 400.10 + 46.460 966.71 829.70 137.01 + 46.510 914.85 825.10 89.75 + 46.560 874.10 822.03 52.07 + 46.610 813.05 819.89 -6.84 + 46.660 865.24 818.31 46.93 + 46.710 890.69 817.10 73.59 + 46.760 856.12 816.11 40.01 + 46.810 844.88 815.27 29.61 + 46.860 789.08 814.53 -25.45 + 46.910 794.14 813.87 -19.73 + 46.960 801.61 813.28 -11.67 + 47.010 773.50 812.74 -39.24 + 47.060 808.56 812.24 -3.68 + 47.110 775.45 811.78 -36.33 + 47.160 732.94 811.36 -78.42 + 47.210 790.62 810.96 -20.34 + 47.260 756.81 810.29 -53.48 + 47.310 779.67 809.95 -30.28 + 47.360 775.06 809.64 -34.58 + 47.409 759.57 809.34 -49.77 + 47.459 761.03 809.06 -48.03 + 47.510 771.35 808.80 -37.45 + 47.559 749.75 808.55 -58.80 + 47.627 748.91 808.24 -59.33 + 47.677 761.81 808.02 -46.21 + 47.727 721.85 807.81 -85.96 + 47.778 770.74 807.62 -36.88 + 47.827 747.65 807.43 -59.78 + 47.877 770.34 807.26 -36.92 + 47.927 747.01 807.09 -60.08 + 47.978 692.62 806.93 -114.31 + 48.028 753.30 806.78 -53.48 + 48.077 700.61 806.63 -106.02 + 48.127 772.84 806.49 -33.65 + 48.178 793.77 806.36 -12.59 + 48.227 732.49 806.24 -73.75 + 48.277 742.86 806.12 -63.26 + 48.327 815.36 806.00 9.36 + 48.377 746.33 805.89 -59.56 + 48.427 775.31 805.79 -30.48 + 48.477 786.72 805.69 -18.97 + 48.527 755.54 805.60 -50.06 + 48.577 767.04 805.51 -38.47 + 48.627 781.99 805.43 -23.44 + 48.677 747.65 805.36 -57.71 + 48.727 699.86 805.29 -105.43 + 48.777 775.59 805.22 -29.63 + 48.827 763.70 805.16 -41.46 + 48.871 795.73 805.11 -9.38 + 48.921 785.32 805.07 -19.75 + 48.971 752.33 805.02 -52.69 + 49.021 768.46 804.99 -36.53 + 49.071 775.57 804.96 -29.39 + 49.121 766.03 804.94 -38.91 + 49.171 723.46 804.92 -81.46 + 49.221 787.23 804.92 -17.69 + 49.271 758.56 805.02 -46.46 + 49.321 788.80 805.03 -16.23 + 49.371 823.34 805.06 18.28 + 49.421 859.12 805.09 54.03 + 49.471 774.26 805.14 -30.88 + 49.521 791.38 805.20 -13.82 + 49.571 817.91 805.28 12.63 + 49.621 856.06 805.37 50.69 + 49.671 806.48 805.48 1.00 + 49.720 808.28 805.61 2.67 + 49.771 792.14 805.76 -13.62 + 49.820 800.49 805.93 -5.44 + 49.870 832.55 806.14 26.41 + 49.920 814.22 806.37 7.85 + 49.970 767.77 806.64 -38.87 + 50.020 792.59 806.96 -14.37 + 50.070 819.67 807.33 12.34 + 50.101 812.84 807.58 5.26 + 50.151 793.47 808.07 -14.60 + 50.201 763.66 808.68 -45.02 + 50.251 763.39 809.47 -46.08 + 50.301 809.00 810.54 -1.54 + 50.351 799.64 812.09 -12.45 + 50.401 824.57 814.41 10.16 + 50.451 832.36 817.98 14.38 + 50.501 792.17 823.53 -31.36 + 50.551 830.32 832.09 -1.77 + 50.601 885.21 845.16 40.05 + 50.651 853.53 864.65 -11.12 + 50.701 903.71 892.71 11.00 + 50.751 886.82 932.09 -45.27 + 50.801 992.45 985.20 7.25 + 50.851 1108.20 1054.21 53.99 + 50.901 1173.66 1140.38 33.28 + 50.951 1332.56 1243.56 89.00 + 51.001 1431.78 1361.65 70.13 + 51.051 1682.19 1489.84 192.35 + 51.101 1961.84 1621.35 340.49 + 51.150 2234.81 1747.06 487.75 + 51.200 2696.52 1858.08 838.44 + 51.250 3249.35 1943.26 1306.09 + 51.300 3732.23 1993.53 1738.70 + 51.366 4412.86 1997.74 2415.12 + 51.417 4662.94 1953.05 2709.89 + 51.467 4565.86 1872.46 2693.40 + 51.517 4769.53 1764.50 3005.03 + 51.567 4540.72 1639.82 2900.90 + 51.617 4487.99 1508.26 2979.73 + 51.667 4192.79 1378.69 2814.10 + 51.717 3766.40 1258.58 2507.82 + 51.767 3434.04 1152.74 2281.30 + 51.817 3031.91 1064.03 1967.88 + 51.867 2652.44 992.29 1660.15 + 51.917 2224.45 936.72 1287.73 + 51.967 1877.49 895.48 982.01 + 52.017 1634.73 865.73 769.00 + 52.067 1399.83 845.04 554.79 + 52.116 1284.02 831.03 452.99 + 52.166 1150.78 821.75 329.03 + 52.216 943.35 815.67 127.68 + 52.266 942.02 811.69 130.33 + 52.316 875.47 809.06 66.41 + 52.366 881.41 807.25 74.16 + 52.416 817.30 805.96 11.34 + 52.466 841.41 804.96 36.45 + 52.516 769.93 804.16 -34.23 + 52.566 774.60 803.49 -28.89 + 52.637 787.23 802.67 -15.44 + 52.687 838.93 802.17 36.76 + 52.737 797.96 801.71 -3.75 + 52.787 753.78 801.29 -47.51 + 52.837 818.87 800.91 17.96 + 52.887 783.48 800.55 -17.07 + 52.937 803.32 800.22 3.10 + 52.987 747.48 799.91 -52.43 + 53.037 770.27 799.62 -29.35 + 53.087 744.51 799.35 -54.84 + 53.137 781.41 799.10 -17.69 + 53.187 786.01 798.86 -12.85 + 53.237 816.06 798.63 17.43 + 53.287 778.59 798.42 -19.83 + 53.337 787.07 798.22 -11.15 + 53.387 760.06 798.02 -37.96 + 53.437 810.48 797.84 12.64 + 53.487 805.09 797.41 7.68 + 53.537 771.59 797.25 -25.66 + 53.587 803.35 797.09 6.26 + 53.637 757.63 796.95 -39.32 + 53.687 775.96 796.80 -20.84 + 53.737 747.76 796.67 -48.91 + 53.787 778.96 796.53 -17.57 + 53.837 745.62 796.41 -50.79 + 53.870 738.16 796.33 -58.17 + 53.920 792.69 796.21 -3.52 + 53.970 723.05 796.10 -73.05 + 54.020 776.19 795.99 -19.80 + 54.070 816.69 795.88 20.81 + 54.120 769.75 795.79 -26.04 + 54.170 720.62 795.69 -75.07 + 54.220 741.07 795.60 -54.53 + 54.270 780.60 795.51 -14.91 + 54.320 768.63 795.43 -26.80 + 54.370 763.70 795.36 -31.66 + 54.420 800.42 795.28 5.14 + 54.470 749.00 795.21 -46.21 + 54.520 736.92 795.15 -58.23 + 54.570 795.87 795.09 0.78 + 54.620 791.79 795.04 -3.25 + 54.670 736.85 794.99 -58.14 + 54.720 760.71 794.95 -34.24 + 54.770 807.81 794.91 12.90 + 54.820 788.52 794.88 -6.36 + 54.870 797.29 794.86 2.43 + 54.920 726.98 794.84 -67.86 + 54.970 816.80 794.83 21.97 + 55.020 795.35 794.84 0.51 + 55.070 784.99 794.85 -9.86 + 55.102 739.58 794.86 -55.28 + 55.152 806.62 794.89 11.73 + 55.202 819.24 794.93 24.31 + 55.252 804.75 794.98 9.77 + 55.302 802.08 795.06 7.02 + 55.352 802.58 795.15 7.43 + 55.402 827.59 795.26 32.33 + 55.452 875.83 795.40 80.43 + 55.503 832.90 795.57 37.33 + 55.552 843.84 795.78 48.06 + 55.602 914.83 796.05 118.78 + 55.652 885.46 796.42 89.04 + 55.702 911.14 796.93 114.21 + 55.752 887.44 797.69 89.75 + 55.802 928.19 798.85 129.34 + 55.852 892.87 800.66 92.21 + 55.902 913.07 803.53 109.54 + 55.952 920.38 808.03 112.35 + 56.002 912.45 814.95 97.50 + 56.052 956.88 825.32 131.56 + 56.102 978.58 840.38 138.20 + 56.152 1001.44 861.40 140.04 + 56.202 1042.51 889.95 152.56 + 56.252 1154.21 926.96 227.25 + 56.302 1201.70 972.74 228.96 + 56.358 1344.41 1034.72 309.69 + 56.408 1445.84 1096.86 348.98 + 56.459 1758.95 1162.59 596.36 + 56.509 2118.13 1227.76 890.37 + 56.559 2532.54 1287.04 1245.50 + 56.609 3056.48 1335.11 1721.37 + 56.659 3708.96 1366.91 2342.05 + 56.709 4176.55 1378.51 2798.04 + 56.759 4824.02 1368.44 3455.58 + 56.809 5019.69 1338.13 3681.56 + 56.859 5128.87 1291.02 3837.85 + 56.909 4974.40 1232.13 3742.27 + 56.959 4834.54 1167.35 3667.19 + 57.009 4702.00 1101.41 3600.59 + 57.059 4410.76 1038.84 3371.92 + 57.108 4138.62 982.70 3155.92 + 57.158 3625.59 934.81 2690.78 + 57.208 3150.03 895.79 2254.24 + 57.258 2559.87 865.30 1694.57 + 57.308 2164.51 842.52 1321.99 + 57.358 1947.96 826.10 1121.86 + 57.408 1599.89 814.70 785.19 + 57.458 1355.84 806.94 548.90 + 57.508 1243.81 801.81 442.00 + 57.558 1109.59 798.49 311.10 + 57.620 960.41 795.93 164.48 + 57.670 848.29 794.61 53.68 + 57.720 804.74 793.70 11.04 + 57.770 829.36 793.02 36.34 + 57.820 778.30 792.50 -14.20 + 57.870 800.47 792.07 8.40 + 57.920 811.95 791.69 20.26 + 57.970 766.12 791.36 -25.24 + 58.020 790.27 791.06 -0.79 + 58.070 780.77 790.78 -10.01 + 58.120 803.80 790.53 13.27 + 58.170 776.21 790.29 -14.08 + 58.220 789.67 790.07 -0.40 + 58.270 796.25 789.86 6.39 + 58.320 825.38 789.67 35.71 + 58.370 826.00 789.48 36.52 + 58.420 796.58 789.31 7.27 + 58.470 834.90 789.14 45.76 + 58.520 792.80 788.98 3.82 + 58.570 853.05 788.83 64.22 + 58.620 825.43 788.68 36.75 + 58.669 817.44 788.54 28.90 + 58.719 796.94 788.41 8.53 + 58.769 826.60 788.28 38.32 + 58.819 819.99 788.15 31.84 + 58.868 783.30 788.03 -4.73 + 58.918 778.00 787.91 -9.91 + 58.968 800.03 787.80 12.23 + 59.019 843.62 787.69 55.93 + 59.068 807.42 787.39 20.03 + 59.118 826.64 787.29 39.35 + 59.168 780.54 787.19 -6.65 + 59.219 816.58 787.09 29.49 + 59.269 816.53 786.99 29.54 + 59.318 785.69 786.90 -1.21 + 59.368 745.53 786.80 -41.27 + 59.419 839.16 786.71 52.45 + 59.468 799.25 786.62 12.63 + 59.518 766.50 786.53 -20.03 + 59.568 810.54 786.44 24.10 + 59.618 825.29 786.36 38.93 + 59.668 788.88 786.27 2.61 + 59.718 764.95 786.19 -21.24 + 59.768 796.12 786.11 10.01 + 59.818 759.69 786.02 -26.33 + 59.868 797.75 785.94 11.81 + 59.918 788.29 785.86 2.43 + 59.968 771.60 785.78 -14.18 + 60.018 786.11 785.71 0.40 + 60.068 808.26 785.63 22.63 + 60.108 764.39 785.57 -21.18 + 60.158 793.86 785.49 8.37 + 60.208 763.63 785.41 -21.78 + 60.258 786.43 785.34 1.09 + 60.308 793.48 785.27 8.21 + 60.358 825.06 785.19 39.87 + 60.408 754.90 785.12 -30.22 + 60.458 762.07 785.05 -22.98 + 60.508 835.44 784.98 50.46 + 60.558 757.59 784.90 -27.31 + 60.608 784.95 784.83 0.12 + 60.658 763.73 784.76 -21.03 + 60.708 774.94 784.69 -9.75 + 60.758 725.34 784.62 -59.28 + 60.808 801.51 784.56 16.95 + 60.858 806.37 784.49 21.88 + 60.908 787.34 784.42 2.92 + 60.958 792.63 784.35 8.28 + 61.008 789.53 784.29 5.24 + 61.058 810.65 784.22 26.43 + 61.108 746.45 784.15 -37.70 + 61.158 818.62 784.09 34.53 + 61.208 771.24 784.02 -12.78 + 61.258 709.34 783.96 -74.62 + 61.308 797.43 783.89 13.54 + 61.348 806.75 783.84 22.91 + 61.398 817.22 783.78 33.44 + 61.448 783.84 783.71 0.13 + 61.498 784.70 783.65 1.05 + 61.548 794.21 783.58 10.63 + 61.598 842.77 783.52 59.25 + 61.648 815.92 783.46 32.46 + 61.698 764.97 783.40 -18.43 + 61.748 822.97 783.33 39.64 + 61.798 825.30 783.27 42.03 + 61.848 792.09 783.21 8.88 + 61.898 790.55 783.15 7.40 + 61.948 792.20 783.09 9.11 + 61.998 828.43 783.03 45.40 + 62.048 858.71 782.97 75.74 + 62.098 784.25 782.91 1.34 + 62.148 792.06 782.85 9.21 + 62.198 817.62 782.79 34.83 + 62.248 837.03 782.73 54.30 + 62.298 793.74 782.67 11.07 + 62.348 805.34 782.61 22.73 + 62.397 772.78 782.56 -9.78 + 62.447 815.95 782.50 33.45 + 62.497 841.81 782.44 59.37 + 62.547 740.94 782.38 -41.44 + 62.590 746.96 782.33 -35.37 + 62.640 775.62 782.28 -6.66 + 62.690 804.49 782.22 22.27 + 62.740 791.61 782.16 9.45 + 62.790 830.47 782.11 48.36 + 62.840 810.84 782.05 28.79 + 62.890 856.73 782.00 74.73 + 62.940 835.18 781.94 53.24 + 62.990 941.39 781.89 159.50 + 63.040 831.05 781.83 49.22 + 63.090 848.88 781.78 67.10 + 63.140 865.09 781.72 83.37 + 63.190 854.96 781.67 73.29 + 63.240 922.42 781.61 140.81 + 63.290 945.29 781.56 163.73 + 63.340 906.78 781.51 125.27 + 63.390 952.51 781.45 171.06 + 63.439 890.84 781.40 109.44 + 63.490 916.44 781.35 135.09 + 63.540 898.15 781.30 116.85 + 63.589 947.28 781.24 166.04 + 63.639 969.83 781.19 188.64 + 63.689 844.87 781.14 63.73 + 63.739 857.34 781.09 76.25 + 63.789 854.62 781.04 73.58 + 63.829 880.21 781.00 99.21 + 63.879 869.22 780.95 88.27 + 63.929 834.08 780.89 53.19 + 63.980 801.10 780.84 20.26 + 64.030 834.29 780.79 53.50 + 64.079 789.85 780.74 9.11 + 64.130 802.78 780.70 22.08 + 64.180 784.89 780.65 4.24 + 64.230 819.81 780.50 39.31 + 64.279 774.76 780.46 -5.70 + 64.330 749.86 780.41 -30.55 + 64.380 732.13 780.36 -48.23 + 64.429 711.44 782.00 -70.56 + 64.479 743.84 781.98 -38.14 + 64.529 782.65 781.96 0.69 + 64.579 715.00 781.94 -66.94 + 64.629 766.46 781.92 -15.46 + 64.679 787.50 781.90 5.60 + 64.729 795.65 781.89 13.76 + 64.779 810.55 781.87 28.68 + 64.829 736.76 781.86 -45.10 + 64.879 765.19 781.84 -16.65 + 64.929 795.12 781.83 13.29 + 64.979 771.85 781.82 -9.97 + 65.029 790.89 781.81 9.08 + 65.075 721.02 781.80 -60.78 + 65.125 746.90 781.79 -34.89 + 65.175 721.34 781.78 -60.44 + 65.225 725.79 781.78 -55.99 + 65.275 733.24 781.77 -48.53 + 65.325 742.61 781.77 -39.16 + 65.375 721.82 781.77 -59.95 + 65.425 694.95 781.77 -86.82 + 65.475 742.72 781.78 -39.06 + 65.525 697.70 781.78 -84.08 + 65.575 741.19 781.79 -40.60 + 65.625 701.89 781.80 -79.91 + 65.675 719.07 781.82 -62.75 + 65.725 750.46 781.85 -31.39 + 65.775 727.33 781.89 -54.56 + 65.825 728.95 781.95 -53.00 + 65.875 743.66 782.04 -38.38 + 65.925 720.34 782.18 -61.84 + 65.975 732.80 782.40 -49.60 + 66.025 682.33 782.73 -100.40 + 66.075 732.62 783.19 -50.57 + 66.124 720.37 783.82 -63.45 + 66.174 758.56 784.66 -26.10 + 66.225 695.81 785.72 -89.91 + 66.274 727.00 786.98 -59.98 + 66.333 708.31 788.68 -80.37 + 66.383 732.00 790.23 -58.23 + 66.433 733.69 791.76 -58.07 + 66.483 707.17 793.13 -85.96 + 66.533 690.28 794.19 -103.91 + 66.583 734.96 794.82 -59.86 + 66.633 727.27 794.93 -67.66 + 66.683 789.15 794.52 -5.37 + 66.733 777.79 793.65 -15.86 + 66.783 725.26 792.44 -67.18 + 66.833 739.15 791.03 -51.88 + 66.883 786.65 789.55 -2.90 + 66.933 753.07 788.14 -35.07 + 66.983 803.11 786.86 16.25 + 67.033 769.09 785.79 -16.70 + 67.083 875.68 784.94 90.74 + 67.133 866.00 784.31 81.69 + 67.183 839.11 783.86 55.25 + 67.233 836.07 783.57 52.50 + 67.283 857.46 783.41 74.05 + 67.332 805.05 783.34 21.71 + 67.382 861.19 783.32 77.87 + 67.432 838.72 783.36 55.36 + 67.482 812.35 783.42 28.93 + 67.532 842.30 783.51 58.79 + 67.596 783.91 783.63 0.28 + 67.646 798.64 783.75 14.89 + 67.696 728.10 783.87 -55.77 + 67.746 812.57 784.00 28.57 + 67.796 775.35 784.14 -8.79 + 67.846 743.37 784.29 -40.92 + 67.896 749.81 784.45 -34.64 + 67.946 760.80 784.62 -23.82 + 67.996 762.27 784.80 -22.53 + 68.046 779.14 784.99 -5.85 + 68.096 760.17 785.19 -25.02 + 68.146 738.94 785.40 -46.46 + 68.196 760.96 785.63 -24.67 + 68.246 740.14 785.87 -45.73 + 68.296 751.86 786.12 -34.26 + 68.346 728.76 786.38 -57.62 + 68.396 751.31 786.67 -35.36 + 68.446 734.97 786.97 -52.00 + 68.496 757.54 787.28 -29.74 + 68.546 656.79 787.62 -130.83 + 68.596 745.87 787.98 -42.11 + 68.646 712.16 788.36 -76.20 + 68.696 719.31 788.76 -69.45 + 68.746 696.69 789.19 -92.50 + 68.796 716.26 789.65 -73.39 + 68.864 706.54 790.32 -83.78 + 68.914 657.12 790.86 -133.74 + 68.964 663.65 791.43 -127.78 + 69.014 700.06 792.04 -91.98 + 69.064 689.83 792.69 -102.86 + 69.114 702.32 793.38 -91.06 + 69.164 669.19 794.13 -124.94 + 69.214 736.30 796.01 -59.71 + 69.264 678.20 796.89 -118.69 + 69.314 723.64 797.84 -74.20 + 69.364 699.26 798.86 -99.60 + 69.414 688.41 799.97 -111.56 + 69.464 719.73 801.16 -81.43 + 69.514 684.76 802.46 -117.70 + 69.564 731.70 803.87 -72.17 + 69.614 686.33 805.40 -119.07 + 69.664 707.11 807.07 -99.96 + 69.714 754.37 808.89 -54.52 + 69.764 718.72 810.90 -92.18 + 69.814 679.29 813.10 -133.81 + 69.864 737.43 815.53 -78.10 + 69.914 724.59 818.20 -93.61 + 69.964 768.50 821.18 -52.68 + 70.014 749.69 824.50 -74.81 + 70.064 799.88 828.21 -28.33 + 70.098 829.93 831.01 -1.08 + 70.148 876.42 835.59 40.83 + 70.198 923.18 840.89 82.29 + 70.248 929.07 847.16 81.91 + 70.298 1054.31 854.86 199.45 + 70.348 1002.28 864.88 137.40 + 70.398 1083.98 878.83 205.15 + 70.448 1126.36 899.43 226.93 + 70.498 1204.98 931.34 273.64 + 70.548 1324.40 981.78 342.62 + 70.598 1360.23 1062.22 298.01 + 70.648 1383.80 1188.59 195.21 + 70.698 1488.79 1380.68 108.11 + 70.748 1592.70 1664.43 -71.73 + 70.798 1702.79 2065.22 -362.43 + 70.848 1949.79 2606.83 -657.04 + 70.898 2243.65 3303.54 -1059.89 + 70.948 2740.57 4154.79 -1414.22 + 70.998 3667.86 5138.44 -1470.58 + 71.048 5263.62 6201.11 -937.49 + 71.098 7505.31 7268.36 236.95 + 71.147 11055.61 8240.47 2815.14 + 71.198 15992.14 9019.83 6972.31 + 71.248 22022.12 9498.74 12523.38 + 71.298 28024.80 9607.92 18416.88 + 71.329 36872.91 9480.00 27392.91 + 71.379 39952.81 8980.24 30972.57 + 71.429 41577.52 8186.05 33391.47 + 71.479 41902.50 7198.30 34704.20 + 71.529 41165.40 6128.58 35036.81 + 71.579 39283.06 5069.31 34213.75 + 71.629 36679.31 4092.87 32586.44 + 71.679 32950.61 3250.30 29700.31 + 71.729 27842.39 2563.20 25279.19 + 71.779 22507.98 2033.26 20474.72 + 71.829 17174.21 1641.20 15533.01 + 71.879 13095.88 1364.69 11731.19 + 71.929 10457.45 1178.32 9279.13 + 71.979 8173.77 1056.16 7117.61 + 72.029 6213.11 978.48 5234.63 + 72.079 4586.38 929.71 3656.67 + 72.129 3307.41 898.97 2408.44 + 72.179 2402.87 879.08 1523.79 + 72.229 1908.02 865.57 1042.45 + 72.279 1556.97 855.84 701.13 + 72.328 1440.95 848.36 592.59 + 72.378 1325.94 842.31 483.63 + 72.428 1214.78 837.17 377.61 + 72.478 1113.21 832.74 280.47 + 72.528 1069.29 828.87 240.42 + 72.595 990.58 824.40 166.18 + 72.645 1094.59 821.46 273.13 + 72.695 1055.83 818.82 237.01 + 72.745 1021.65 816.46 205.19 + 72.795 1032.97 814.35 218.62 + 72.845 1007.52 812.45 195.07 + 72.895 971.05 810.74 160.31 + 72.945 993.22 809.20 184.02 + 72.995 933.15 807.82 125.33 + 73.045 1001.77 806.57 195.20 + 73.095 1069.04 805.45 263.59 + 73.145 993.36 804.45 188.91 + 73.195 1015.31 803.55 211.76 + 73.245 1002.35 802.75 199.60 + 73.295 1113.44 802.03 311.40 + 73.345 1071.66 801.41 270.25 + 73.395 1036.56 800.87 235.69 + 73.445 1046.49 800.40 246.09 + 73.495 1101.79 800.00 301.79 + 73.545 1059.58 799.67 259.91 + 73.594 1074.55 799.42 275.13 + 73.644 1049.00 799.23 249.77 + 73.694 1074.97 799.10 275.87 + 73.744 1045.61 799.04 246.57 + 73.794 1031.06 799.05 232.01 + 73.834 955.15 799.10 156.05 + 73.884 1028.88 799.30 229.58 + 73.934 915.07 799.50 115.57 + 73.984 929.83 799.78 130.05 + 74.034 1000.62 800.13 200.49 + 74.084 906.69 800.57 106.12 + 74.134 924.87 801.10 123.77 + 74.184 921.37 801.72 119.65 + 74.235 891.16 802.44 88.72 + 74.284 932.35 803.28 129.07 + 74.334 926.95 804.24 122.71 + 74.384 897.34 805.35 91.99 + 74.434 877.97 806.60 71.37 + 74.484 915.51 808.03 107.48 + 74.534 961.66 809.65 152.01 + 74.584 978.46 811.50 166.96 + 74.634 970.96 813.61 157.35 + 74.684 1011.54 816.03 195.51 + 74.734 989.63 818.83 170.80 + 74.784 1022.37 822.10 200.27 + 74.834 1043.94 826.05 217.89 + 74.884 1031.79 830.97 200.82 + 74.934 1085.87 837.55 248.32 + 74.984 1078.10 846.89 231.21 + 75.034 1153.48 860.92 292.56 + 75.070 1142.44 876.01 266.43 + 75.120 1240.07 907.40 332.67 + 75.171 1244.69 957.89 286.80 + 75.221 1279.37 1037.97 241.40 + 75.271 1348.37 1160.83 187.54 + 75.321 1350.83 1342.90 7.93 + 75.371 1383.21 1601.66 -218.45 + 75.421 1597.70 1951.29 -353.59 + 75.471 1689.18 2399.62 -710.44 + 75.521 1906.91 2940.57 -1033.66 + 75.571 2605.39 3558.21 -952.82 + 75.621 3466.96 4214.38 -747.42 + 75.671 4942.36 4851.64 90.72 + 75.721 7346.30 5408.14 1938.16 + 75.770 10800.72 5812.25 4988.47 + 75.820 14593.93 6005.59 8588.34 + 75.870 18446.94 5957.10 12489.84 + 75.920 20296.86 5674.69 14622.17 + 75.970 21707.72 5201.56 16506.16 + 76.020 21474.60 4604.43 16870.17 + 76.070 21518.89 3952.41 17566.48 + 76.120 20834.40 3309.27 17525.13 + 76.170 19384.49 2716.68 16667.81 + 76.220 17720.10 2209.34 15510.76 + 76.270 15024.52 1801.16 13223.36 + 76.320 12288.03 1489.32 10798.71 + 76.370 9440.09 1261.96 8178.13 + 76.420 7506.18 1104.62 6401.56 + 76.470 5837.47 1000.09 4837.38 + 76.520 4785.57 933.15 3852.42 + 76.570 3702.38 891.12 2811.26 + 76.620 2908.92 864.90 2044.02 + 76.670 2215.70 848.38 1367.32 + 76.720 1720.81 837.55 883.26 + 76.770 1410.31 830.05 580.26 + 76.820 1252.50 824.45 428.05 + 76.870 1084.11 820.01 264.10 + 76.920 1035.90 816.34 219.56 + 76.970 980.35 813.19 167.16 + 77.020 923.18 810.44 112.74 + 77.070 920.07 808.01 112.06 + 77.120 876.71 805.84 70.87 + 77.170 862.86 803.91 58.95 + 77.220 904.93 802.16 102.77 + 77.270 899.00 800.59 98.41 + 77.320 886.15 799.17 86.98 + 77.370 892.37 797.89 94.48 + 77.420 937.38 796.71 140.67 + 77.470 947.90 795.64 152.26 + 77.520 964.23 794.66 169.57 + 77.579 910.04 793.61 116.43 + 77.629 974.80 792.80 182.00 + 77.679 936.76 792.05 144.71 + 77.729 1014.86 791.36 223.50 + 77.779 1029.06 790.73 238.33 + 77.829 1096.71 790.15 306.56 + 77.879 1081.69 789.61 292.08 + 77.929 1115.68 789.11 326.57 + 77.979 1150.68 788.64 362.04 + 78.029 1198.55 788.22 410.33 + 78.079 1194.62 787.82 406.80 + 78.129 1215.69 787.45 428.24 + 78.179 1197.47 785.44 412.03 + 78.229 1204.48 785.15 419.33 + 78.279 1190.76 784.88 405.88 + 78.329 1103.53 784.63 318.90 + 78.379 1135.75 784.40 351.35 + 78.429 1080.75 784.20 296.55 + 78.479 1029.63 784.22 245.41 + 78.529 993.35 784.05 209.30 + 78.579 1020.17 783.90 236.27 + 78.629 950.93 783.77 167.16 + 78.679 904.04 783.65 120.39 + 78.729 923.81 783.55 140.26 + 78.779 873.84 783.47 90.37 + 78.831 860.60 783.40 77.20 + 78.881 849.15 783.35 65.80 + 78.931 799.39 783.32 16.07 + 78.981 793.66 783.31 10.35 + 79.031 793.27 783.32 9.95 + 79.081 761.01 783.35 -22.34 + 79.131 745.73 783.41 -37.68 + 79.181 766.66 783.49 -16.83 + 79.231 769.37 783.60 -14.23 + 79.281 766.21 783.76 -17.55 + 79.331 815.87 783.96 31.91 + 79.381 835.54 784.24 51.30 + 79.431 814.66 784.63 30.03 + 79.481 751.69 785.23 -33.54 + 79.531 797.27 786.17 11.10 + 79.581 795.45 787.71 7.74 + 79.631 790.85 790.24 0.61 + 79.681 772.39 794.35 -21.96 + 79.731 823.41 800.87 22.54 + 79.781 788.90 810.80 -21.90 + 79.831 819.07 825.28 -6.21 + 79.881 832.60 845.28 -12.68 + 79.931 878.46 871.74 6.72 + 79.981 871.48 904.55 -33.07 + 80.031 895.38 942.55 -47.17 + 80.070 882.33 975.13 -92.80 + 80.120 971.15 1016.47 -45.32 + 80.170 987.96 1054.06 -66.10 + 80.221 1091.39 1083.21 8.18 + 80.271 1293.58 1099.47 194.11 + 80.321 1347.99 1100.18 247.81 + 80.371 1424.85 1085.17 339.68 + 80.421 1539.50 1057.01 482.49 + 80.471 1605.05 1019.98 585.07 + 80.521 1502.07 978.98 523.09 + 80.571 1528.51 937.96 590.55 + 80.621 1505.98 900.33 605.65 + 80.670 1336.27 868.31 467.96 + 80.720 1293.65 842.59 451.06 + 80.770 1156.02 823.16 332.86 + 80.820 1063.64 809.24 254.40 + 80.870 989.18 799.74 189.44 + 80.920 964.08 793.53 170.55 + 80.970 852.28 789.60 62.68 + 81.020 897.35 787.17 110.18 + 81.070 840.20 785.69 54.51 + 81.120 855.18 784.76 70.42 + 81.170 798.45 784.15 14.30 + 81.220 799.84 783.73 16.11 + 81.270 811.70 783.42 28.28 + 81.317 760.77 783.19 -22.42 + 81.367 761.83 782.99 -21.16 + 81.417 815.98 782.83 33.15 + 81.467 784.04 782.69 1.35 + 81.517 783.79 782.58 1.21 + 81.567 791.53 782.48 9.05 + 81.617 783.17 782.40 0.77 + 81.667 790.20 782.34 7.86 + 81.717 850.40 782.29 68.11 + 81.767 791.46 782.25 9.21 + 81.817 847.34 782.22 65.12 + 81.867 847.80 782.20 65.60 + 81.917 835.47 782.19 53.28 + 81.967 769.58 782.19 -12.61 + 82.017 839.76 782.20 57.56 + 82.067 824.41 782.21 42.20 + 82.117 792.55 782.23 10.32 + 82.167 818.72 782.26 36.46 + 82.217 831.98 782.30 49.68 + 82.267 738.80 782.34 -43.54 + 82.317 816.41 782.39 34.02 + 82.366 782.09 782.45 -0.36 + 82.417 809.83 782.51 27.32 + 82.467 844.61 782.58 62.03 + 82.517 856.62 781.60 75.02 + 82.569 821.05 781.71 39.34 + 82.620 797.54 781.82 15.72 + 82.670 824.31 781.93 42.38 + 82.720 848.55 782.06 66.49 + 82.770 848.72 782.19 66.53 + 82.820 857.18 782.33 74.85 + 82.870 870.78 782.48 88.30 + 82.920 907.59 782.65 124.94 + 82.970 866.12 782.83 83.29 + 83.020 905.21 783.02 122.20 + 83.070 933.95 783.23 150.72 + 83.120 943.40 783.46 159.94 + 83.170 960.55 783.70 176.85 + 83.220 1019.19 783.96 235.23 + 83.270 927.75 784.24 143.51 + 83.320 963.18 784.55 178.63 + 83.369 914.14 784.89 129.25 + 83.419 984.27 785.27 199.00 + 83.469 919.10 785.69 133.41 + 83.519 883.22 786.15 97.07 + 83.569 910.56 786.66 123.90 + 83.619 878.46 787.24 91.22 + 83.669 855.16 787.90 67.26 + 83.719 883.24 788.66 94.58 + 83.769 849.32 789.57 59.75 + 83.830 869.11 790.98 78.13 + 83.881 830.62 792.57 38.05 + 83.931 893.43 794.87 98.56 + 83.981 852.55 798.42 54.13 + 84.031 829.10 804.11 24.99 + 84.081 827.83 813.39 14.44 + 84.131 832.50 828.40 4.10 + 84.181 864.95 851.91 13.04 + 84.231 859.60 887.32 -27.72 + 84.281 801.72 937.83 -136.11 + 84.331 869.00 1006.55 -137.55 + 84.381 931.10 1094.45 -163.35 + 84.431 1001.98 1199.14 -197.16 + 84.481 1097.09 1315.79 -218.70 + 84.531 1409.59 1434.56 -24.97 + 84.581 1881.72 1542.93 338.79 + 84.630 2584.41 1626.49 957.92 + 84.680 3480.58 1671.86 1808.72 + 84.730 4309.00 1670.57 2638.44 + 84.780 5039.96 1622.88 3417.08 + 84.830 5577.56 1537.62 4039.94 + 84.880 5632.41 1428.79 4203.62 + 84.930 5499.08 1309.61 4189.47 + 84.980 5284.95 1193.43 4091.52 + 85.030 4995.22 1089.67 3905.55 + 85.072 4382.09 1015.38 3366.71 + 85.122 3750.54 944.75 2805.79 + 85.173 3199.09 892.47 2306.62 + 85.223 2512.76 855.84 1656.92 + 85.273 1997.49 831.50 1165.99 + 85.323 1730.13 815.96 914.17 + 85.373 1577.00 806.33 770.67 + 85.423 1285.60 800.47 485.13 + 85.473 1155.98 796.88 359.10 + 85.523 989.98 794.62 195.36 + 85.573 940.93 793.09 147.84 + 85.623 869.97 791.98 77.99 + 85.673 808.23 791.13 17.10 + 85.723 799.31 790.44 8.87 + 85.772 788.10 789.86 -1.76 + 85.822 793.76 789.37 4.39 + 85.872 839.43 788.94 50.49 + 85.922 774.49 788.58 -14.09 + 85.972 796.69 788.26 8.43 + 86.022 757.26 787.98 -30.72 + 86.072 740.91 787.74 -46.83 + 86.122 798.90 787.53 11.37 + 86.172 781.40 787.34 -5.94 + 86.222 790.39 787.18 3.21 + 86.272 699.19 787.04 -87.85 + 86.304 752.01 786.96 -34.95 + 86.354 750.88 786.85 -35.97 + 86.404 714.10 786.76 -72.66 + 86.454 776.09 786.68 -10.59 + 86.504 738.08 786.61 -48.53 + 86.554 750.31 786.56 -36.25 + 86.604 747.93 786.51 -38.58 + 86.654 788.64 786.48 2.16 + 86.704 772.43 786.45 -14.02 + 86.754 707.30 786.36 -79.06 + 86.804 769.67 786.35 -16.68 + 86.854 791.59 786.34 5.25 + 86.904 800.45 786.34 14.11 + 86.954 697.21 786.35 -89.14 + 87.004 779.69 786.36 -6.67 + 87.054 737.87 786.37 -48.50 + 87.104 819.75 786.39 33.36 + 87.154 762.21 786.42 -24.21 + 87.204 762.56 786.45 -23.89 + 87.254 772.88 786.48 -13.60 + 87.304 752.51 786.51 -34.00 + 87.354 786.23 786.55 -0.32 + 87.404 776.42 786.60 -10.18 + 87.454 765.34 786.64 -21.30 + 87.504 839.25 786.69 52.56 + 87.557 745.99 786.75 -40.76 + 87.607 759.71 786.81 -27.10 + 87.657 819.78 786.97 32.81 + 87.707 805.22 787.04 18.18 + 87.757 752.37 787.11 -34.74 + 87.807 729.04 787.18 -58.14 + 87.857 772.03 787.26 -15.23 + 87.907 765.84 787.35 -21.51 + 87.957 804.46 787.43 17.03 + 88.007 757.79 787.53 -29.74 + 88.057 729.27 787.63 -58.36 + 88.107 823.96 787.74 36.22 + 88.157 779.05 787.85 -8.80 + 88.207 776.16 787.99 -11.83 + 88.257 783.03 788.14 -5.11 + 88.307 777.86 788.33 -10.47 + 88.357 752.94 788.59 -35.65 + 88.407 806.39 788.96 17.43 + 88.457 811.87 789.53 22.34 + 88.507 805.36 790.43 14.93 + 88.557 778.47 791.84 -13.37 + 88.607 813.98 793.97 20.01 + 88.657 800.19 797.11 3.08 + 88.707 846.15 801.47 44.68 + 88.757 842.19 807.16 35.03 + 88.834 829.06 818.35 10.71 + 88.884 892.13 826.55 65.58 + 88.934 920.63 834.61 86.02 + 88.984 1004.55 841.53 163.02 + 89.034 1050.23 846.22 204.01 + 89.084 1221.78 847.84 373.94 + 89.134 1365.31 846.06 519.25 + 89.184 1335.08 841.27 493.81 + 89.234 1457.19 834.36 622.83 + 89.284 1527.62 826.44 701.18 + 89.334 1428.78 818.44 610.34 + 89.384 1395.11 811.12 583.99 + 89.434 1375.27 805.00 570.27 + 89.484 1247.53 800.19 447.34 + 89.534 1132.69 796.68 336.01 + 89.584 1077.66 794.27 283.39 + 89.634 959.97 792.72 167.25 + 89.684 899.30 791.77 107.53 + 89.734 962.64 791.22 171.42 + 89.784 834.69 790.93 43.76 + 89.834 846.36 790.78 55.58 + 89.883 810.23 790.72 19.51 + 89.934 777.17 790.70 -13.53 + 89.984 833.37 790.71 42.66 + 90.034 741.41 790.74 -49.33 + 90.086 789.85 790.78 -0.93 + 90.136 775.46 790.83 -15.37 + 90.186 725.89 790.89 -65.00 + 90.236 752.31 790.95 -38.64 + 90.286 723.17 791.02 -67.85 + 90.336 799.09 791.09 8.00 + 90.386 731.37 791.16 -59.79 + 90.436 768.03 791.24 -23.21 + 90.486 772.89 791.32 -18.43 + 90.536 736.63 791.40 -54.77 + 90.586 691.75 791.49 -99.74 + 90.636 723.63 791.58 -67.95 + 90.686 802.09 791.67 10.42 + 90.736 783.55 791.76 -8.21 + 90.786 766.18 791.85 -25.67 + 90.836 789.18 791.95 -2.77 + 90.886 705.30 792.05 -86.75 + 90.936 747.67 792.15 -44.48 + 90.986 823.38 792.05 31.33 + 91.036 770.95 792.16 -21.21 + 91.085 749.90 792.28 -42.38 + 91.135 759.76 792.39 -32.63 + 91.185 785.47 792.51 -7.04 + 91.235 759.73 792.63 -32.90 + 91.285 763.98 792.75 -28.77 + 91.332 791.43 792.87 -1.44 + 91.382 800.17 793.00 7.17 + 91.432 751.11 793.13 -42.02 + 91.482 779.20 793.26 -14.06 + 91.532 789.50 793.40 -3.90 + 91.582 717.82 793.54 -75.72 + 91.632 732.58 793.69 -61.11 + 91.682 848.45 793.84 54.61 + 91.732 751.74 794.00 -42.26 + 91.782 781.80 794.17 -12.37 + 91.832 798.00 794.34 3.66 + 91.882 738.06 794.52 -56.46 + 91.932 802.09 794.70 7.39 + 91.982 776.73 794.90 -18.17 + 92.032 759.80 795.10 -35.30 + 92.082 771.51 795.32 -23.81 + 92.132 731.87 795.55 -63.68 + 92.182 785.03 795.80 -10.77 + 92.232 773.16 796.07 -22.91 + 92.282 832.71 796.36 36.35 + 92.332 817.14 796.67 20.47 + 92.381 852.20 797.01 55.19 + 92.431 769.11 797.39 -28.28 + 92.482 803.61 797.81 5.80 + 92.531 798.55 798.28 0.27 + 92.570 839.23 798.70 40.53 + 92.620 784.52 799.33 -14.81 + 92.670 817.72 800.13 17.59 + 92.721 774.58 801.23 -26.65 + 92.770 824.08 802.84 21.24 + 92.820 809.19 805.39 3.80 + 92.870 804.31 809.60 -5.29 + 92.921 863.25 816.50 46.75 + 92.971 772.19 827.57 -55.38 + 93.020 785.92 844.52 -58.60 + 93.070 819.65 869.28 -49.63 + 93.121 840.54 903.24 -62.70 + 93.170 851.88 946.46 -94.58 + 93.220 873.63 997.76 -124.13 + 93.270 890.10 1053.32 -163.22 + 93.320 928.91 1107.37 -178.46 + 93.370 1017.01 1152.50 -135.49 + 93.420 1157.47 1180.89 -23.42 + 93.470 1365.58 1186.60 178.98 + 93.520 1433.89 1168.33 265.56 + 93.570 1549.80 1130.17 419.63 + 93.620 1581.37 1079.61 501.76 + 93.670 1595.13 1023.96 571.17 + 93.720 1541.86 970.26 571.60 + 93.770 1504.80 923.28 581.52 + 93.810 1457.59 892.13 565.46 + 93.860 1310.94 861.58 449.36 + 93.910 1231.30 839.84 391.46 + 93.960 1134.05 825.27 308.78 + 94.010 983.77 816.05 167.72 + 94.060 1009.71 810.45 199.27 + 94.110 961.74 807.12 154.62 + 94.160 843.73 805.15 38.58 + 94.210 864.42 803.96 60.46 + 94.260 829.22 803.20 26.02 + 94.310 856.63 802.68 53.95 + 94.360 836.98 802.30 34.68 + 94.410 765.69 802.00 -36.31 + 94.460 732.99 801.77 -68.78 + 94.510 802.39 801.59 0.80 + 94.560 786.53 801.44 -14.91 + 94.610 755.41 801.32 -45.91 + 94.660 718.64 801.23 -82.59 + 94.710 803.61 801.17 2.44 + 94.760 766.35 801.12 -34.77 + 94.810 841.32 801.09 40.23 + 94.859 814.84 801.07 13.77 + 94.910 787.11 801.07 -13.96 + 94.960 766.08 801.08 -35.00 + 95.010 805.01 801.09 3.92 + 95.068 782.66 801.13 -18.47 + 95.118 822.21 801.15 21.06 + 95.169 842.67 801.19 41.48 + 95.219 799.32 801.24 -1.92 + 95.269 832.30 801.29 31.01 + 95.319 851.76 801.35 50.41 + 95.369 846.89 801.41 45.48 + 95.419 832.99 801.48 31.51 + 95.469 804.89 801.55 3.34 + 95.519 866.04 801.62 64.42 + 95.569 892.03 801.70 90.33 + 95.619 840.48 801.78 38.70 + 95.669 839.14 801.86 37.28 + 95.719 870.14 801.95 68.19 + 95.769 817.08 802.03 15.05 + 95.818 882.76 802.12 80.64 + 95.868 821.31 802.21 19.10 + 95.918 898.81 802.31 96.50 + 95.968 880.82 802.40 78.42 + 96.018 838.23 802.49 35.74 + 96.068 842.34 802.59 39.75 + 96.118 845.46 802.69 42.77 + 96.168 869.81 802.79 67.02 + 96.218 796.15 802.89 -6.74 + 96.268 774.27 802.99 -28.72 + 96.305 818.63 803.07 15.56 + 96.355 757.63 803.17 -45.54 + 96.405 802.22 803.28 -1.06 + 96.455 856.68 803.38 53.30 + 96.505 778.52 803.49 -24.97 + 96.555 869.58 803.60 65.98 + 96.605 862.99 803.70 59.29 + 96.655 864.33 803.81 60.52 + 96.705 834.01 803.92 30.09 + 96.755 856.68 804.03 52.65 + 96.805 806.96 804.14 2.82 + 96.855 784.59 804.25 -19.66 + 96.905 827.64 804.37 23.27 + 96.955 836.63 805.22 31.41 + 97.005 807.69 805.35 2.34 + 97.055 787.01 805.48 -18.47 + 97.105 802.54 805.61 -3.07 + 97.155 781.42 805.74 -24.32 + 97.205 753.31 805.87 -52.56 + 97.255 747.91 806.00 -58.09 + 97.305 797.74 806.13 -8.39 + 97.355 743.90 806.27 -62.37 + 97.405 796.25 806.40 -10.15 + 97.455 788.73 806.54 -17.81 + 97.505 794.73 806.67 -11.94 + 97.565 762.01 806.84 -44.83 + 97.615 776.61 806.98 -30.37 + 97.665 809.75 807.12 2.63 + 97.715 754.95 807.26 -52.31 + 97.765 793.46 807.40 -13.94 + 97.815 771.49 807.55 -36.06 + 97.865 793.22 807.69 -14.47 + 97.915 700.76 807.84 -107.08 + 97.965 744.69 807.98 -63.29 + 98.015 829.60 808.13 21.47 + 98.065 760.00 808.28 -48.28 + 98.115 804.52 808.43 -3.91 + 98.165 774.96 808.58 -33.62 + 98.215 796.93 808.73 -11.80 + 98.265 804.51 808.89 -4.38 + 98.315 797.91 809.04 -11.13 + 98.365 784.31 809.20 -24.89 + 98.415 876.42 809.36 67.06 + 98.465 782.59 809.52 -26.93 + 98.515 782.98 809.68 -26.70 + 98.565 797.08 809.85 -12.77 + 98.615 822.70 810.01 12.69 + 98.665 824.09 810.18 13.91 + 98.715 785.08 810.35 -25.27 + 98.765 797.86 810.53 -12.67 + 98.834 794.10 810.77 -16.67 + 98.884 744.15 810.95 -66.80 + 98.934 805.83 811.13 -5.30 + 98.984 833.99 811.31 22.68 + 99.034 859.29 811.50 47.79 + 99.084 861.07 811.69 49.38 + 99.134 821.66 811.88 9.78 + 99.184 780.46 812.07 -31.61 + 99.234 790.35 812.27 -21.92 + 99.284 772.78 812.37 -39.59 + 99.334 833.16 812.58 20.58 + 99.384 792.01 812.79 -20.78 + 99.434 800.01 813.01 -13.00 + 99.484 836.61 813.23 23.38 + 99.534 802.68 813.46 -10.78 + 99.584 848.10 813.69 34.41 + 99.634 781.62 813.93 -32.31 + 99.684 764.05 814.18 -50.13 + 99.734 810.25 814.43 -4.18 + 99.784 828.77 814.69 14.08 + 99.834 833.69 814.96 18.73 + 99.884 777.37 815.23 -37.86 + 99.934 807.53 815.52 -7.99 + 99.984 770.04 815.81 -45.77 + 100.034 860.28 816.12 44.16 + 100.081 798.05 816.42 -18.37 + 100.131 770.84 816.75 -45.91 + 100.181 802.20 817.09 -14.89 + 100.231 812.19 817.45 -5.26 + 100.281 834.94 817.83 17.11 + 100.331 755.06 818.23 -63.17 + 100.381 810.11 818.64 -8.53 + 100.431 808.23 819.08 -10.85 + 100.481 807.87 819.55 -11.68 + 100.531 767.17 820.04 -52.87 + 100.581 829.03 820.56 8.47 + 100.631 788.36 821.12 -32.76 + 100.681 802.10 821.71 -19.61 + 100.731 765.12 822.35 -57.23 + 100.781 813.98 823.04 -9.06 + 100.831 798.67 823.78 -25.11 + 100.881 823.00 824.59 -1.59 + 100.931 812.48 825.47 -12.99 + 100.981 811.03 826.44 -15.41 + 101.031 814.08 827.50 -13.42 + 101.080 835.13 828.67 6.46 + 101.130 858.66 829.96 28.70 + 101.180 802.28 831.41 -29.13 + 101.230 800.88 833.04 -32.16 + 101.280 810.88 834.88 -24.00 + 101.325 864.61 836.75 27.86 + 101.375 849.43 839.13 10.30 + 101.426 927.18 841.89 85.29 + 101.476 863.40 845.16 18.24 + 101.526 889.10 849.16 39.94 + 101.576 902.64 854.36 48.28 + 101.626 877.86 861.68 16.18 + 101.676 887.37 873.79 13.58 + 101.726 955.73 892.25 63.48 + 101.776 915.23 923.42 -8.19 + 101.826 1006.90 976.10 30.80 + 101.876 945.64 1062.07 -116.43 + 101.926 949.25 1194.25 -245.00 + 101.976 984.23 1385.69 -401.46 + 102.025 1015.57 1641.73 -626.16 + 102.075 1106.93 1956.50 -849.57 + 102.125 1481.12 2307.79 -826.67 + 102.175 2039.75 2655.66 -615.91 + 102.225 3115.63 2945.33 170.30 + 102.275 4819.78 3115.94 1703.84 + 102.325 6814.76 3124.65 3690.11 + 102.375 8308.87 2970.05 5338.82 + 102.425 9564.54 2690.03 6874.51 + 102.475 9824.53 2344.98 7479.55 + 102.525 9957.49 1992.48 7965.01 + 102.571 9452.58 1699.29 7753.29 + 102.621 8475.16 1430.72 7044.44 + 102.671 7204.12 1227.46 5976.66 + 102.721 6119.59 1085.02 5034.57 + 102.771 4776.17 992.11 3784.06 + 102.821 3862.38 934.67 2927.71 + 102.871 3107.83 900.52 2207.31 + 102.921 2539.37 880.57 1658.80 + 102.971 2119.15 868.66 1250.49 + 103.021 1655.92 861.15 794.77 + 103.071 1467.25 855.97 611.28 + 103.121 1223.45 852.10 371.35 + 103.171 1080.88 849.06 231.82 + 103.221 1063.27 846.55 216.72 + 103.271 915.13 844.44 70.69 + 103.321 985.03 842.66 142.37 + 103.371 961.96 841.13 120.83 + 103.420 954.06 839.82 114.24 + 103.471 891.79 838.70 53.09 + 103.520 907.07 837.73 69.34 + 103.570 854.13 836.89 17.24 + 103.620 891.07 836.17 54.90 + 103.670 902.56 835.55 67.01 + 103.720 871.93 835.02 36.91 + 103.770 852.09 834.56 17.53 + 103.817 865.70 834.20 31.50 + 103.867 883.25 833.87 49.38 + 103.917 903.82 833.59 70.23 + 103.967 871.04 833.36 37.68 + 104.017 928.50 833.18 95.32 + 104.067 884.48 833.04 51.44 + 104.117 918.79 832.94 85.85 + 104.167 889.69 832.87 56.82 + 104.217 875.23 832.83 42.40 + 104.267 868.21 832.82 35.39 + 104.317 925.22 832.85 92.37 + 104.367 821.80 832.90 -11.10 + 104.417 882.03 832.97 49.06 + 104.467 877.40 833.07 44.33 + 104.517 866.11 833.20 32.91 + 104.567 894.84 833.35 61.49 + 104.617 915.17 833.53 81.64 + 104.667 895.82 833.73 62.09 + 104.717 856.33 833.96 22.37 + 104.767 872.72 834.21 38.51 + 104.817 890.12 834.50 55.62 + 104.867 914.26 834.81 79.45 + 104.917 920.17 835.15 85.02 + 104.967 916.82 835.52 81.30 + 105.017 913.08 835.93 77.15 + 105.056 882.07 836.27 45.80 + 105.106 898.29 836.74 61.55 + 105.156 884.57 837.26 47.31 + 105.206 899.29 837.83 61.46 + 105.256 908.34 838.45 69.89 + 105.306 947.90 839.13 108.77 + 105.356 866.09 839.87 26.22 + 105.406 890.09 840.68 49.41 + 105.456 905.25 841.58 63.67 + 105.506 884.06 842.58 41.48 + 105.556 939.26 843.68 95.58 + 105.606 929.59 844.91 84.68 + 105.656 949.85 846.28 103.57 + 105.706 902.71 847.82 54.89 + 105.756 973.13 849.56 123.57 + 105.806 978.82 851.53 127.29 + 105.856 962.98 853.78 109.20 + 105.906 999.06 856.38 142.68 + 105.956 994.34 859.40 134.94 + 106.006 1026.27 862.95 163.32 + 106.056 1006.75 867.23 139.52 + 106.105 1023.63 872.61 151.02 + 106.156 1114.95 879.89 235.06 + 106.206 1038.89 890.60 148.29 + 106.255 1134.35 907.69 226.66 + 106.315 1173.09 943.96 229.13 + 106.365 1238.71 998.94 239.77 + 106.415 1144.36 1090.38 53.98 + 106.465 1041.96 1234.71 -192.75 + 106.515 1102.49 1448.92 -346.43 + 106.565 1180.52 1736.52 -556.00 + 106.615 1274.02 2093.80 -819.78 + 106.665 1690.85 2492.45 -801.60 + 106.715 2368.56 2882.09 -513.53 + 106.765 3600.32 3192.48 407.84 + 106.815 5354.54 3352.52 2002.02 + 106.865 7645.08 3314.74 4330.34 + 106.915 9275.35 3091.66 6183.69 + 106.965 10622.81 2742.60 7880.21 + 107.015 10743.61 2343.38 8400.23 + 107.065 10356.37 1956.70 8399.67 + 107.115 9398.42 1624.12 7774.30 + 107.165 7960.51 1364.95 6595.56 + 107.215 6723.92 1179.61 5544.31 + 107.265 5444.76 1057.26 4387.50 + 107.315 4349.66 981.44 3368.22 + 107.364 3521.26 936.70 2584.56 + 107.414 2980.23 910.60 2069.63 + 107.465 2424.64 895.23 1529.41 + 107.514 2042.30 885.66 1156.64 + 107.571 1599.43 878.38 721.05 + 107.622 1416.56 873.72 542.84 + 107.672 1234.72 870.04 364.68 + 107.722 1150.50 866.30 284.20 + 107.772 1090.52 863.80 226.72 + 107.822 1045.00 861.69 183.31 + 107.872 999.65 859.90 139.75 + 107.922 1024.72 858.39 166.33 + 107.972 947.24 857.09 90.15 + 108.022 908.16 856.00 52.16 + 108.072 929.10 855.06 74.04 + 108.122 901.99 854.27 47.72 + 108.172 919.22 853.60 65.62 + 108.222 899.26 853.04 46.22 + 108.272 901.11 852.57 48.54 + 108.322 939.78 852.19 87.59 + 108.371 950.45 851.89 98.56 + 108.421 873.90 851.65 22.25 + 108.471 900.55 851.47 49.08 + 108.521 910.40 851.35 59.05 + 108.571 856.49 851.29 5.20 + 108.621 961.28 851.27 110.01 + 108.671 885.54 851.30 34.24 + 108.721 899.35 851.37 47.98 + 108.771 888.65 851.49 37.16 + 108.808 881.86 851.60 30.26 + 108.859 855.34 851.78 3.56 + 108.909 847.93 852.01 -4.08 + 108.959 870.87 852.27 18.60 + 109.009 890.57 852.57 38.00 + 109.059 871.59 852.91 18.68 + 109.109 857.36 853.29 4.07 + 109.159 874.97 853.70 21.27 + 109.209 861.41 854.17 7.24 + 109.259 867.74 854.67 13.07 + 109.309 933.20 855.22 77.98 + 109.359 913.48 855.82 57.66 + 109.409 884.15 856.47 27.68 + 109.459 871.95 857.17 14.78 + 109.509 879.12 857.94 21.18 + 109.559 864.66 858.77 5.89 + 109.608 899.68 859.66 40.02 + 109.658 948.99 860.64 88.35 + 109.708 926.55 861.70 64.85 + 109.758 923.31 862.85 60.46 + 109.808 919.76 864.10 55.66 + 109.858 924.23 865.47 58.76 + 109.908 938.02 866.97 71.05 + 109.958 890.17 868.61 21.56 + 110.008 959.09 870.41 88.68 + 110.055 894.19 872.26 21.93 + 110.105 904.12 874.45 29.67 + 110.155 934.62 876.87 57.75 + 110.205 952.64 879.57 73.07 + 110.255 964.60 882.59 82.01 + 110.305 1039.27 885.97 153.30 + 110.355 1010.11 889.80 120.31 + 110.405 1013.18 894.13 119.05 + 110.455 1030.00 899.08 130.92 + 110.505 1039.04 904.73 134.31 + 110.555 1075.84 911.28 164.56 + 110.605 1030.69 918.92 111.77 + 110.655 1155.80 927.89 227.91 + 110.705 1138.39 938.69 199.70 + 110.755 1171.59 952.06 219.53 + 110.805 1239.07 969.57 269.50 + 110.855 1276.79 994.49 282.30 + 110.905 1277.63 1033.35 244.28 + 110.955 1310.06 1098.67 211.39 + 111.005 1271.49 1211.43 60.06 + 111.055 1267.63 1403.80 -136.17 + 111.104 1264.01 1716.35 -452.34 + 111.155 1343.59 2196.32 -852.73 + 111.205 1457.00 2872.27 -1415.27 + 111.254 1838.13 3736.95 -1898.82 + 111.320 3048.53 5059.32 -2010.79 + 111.370 5180.57 6036.01 -855.44 + 111.420 8604.40 6771.29 1833.11 + 111.470 13607.64 7066.53 6541.11 + 111.520 18938.41 6826.14 12112.28 + 111.570 23543.64 6130.61 17413.04 + 111.620 25711.57 5170.62 20540.95 + 111.670 26093.35 4148.95 21944.40 + 111.721 23976.26 3215.64 20760.62 + 111.770 20585.05 2458.91 18126.14 + 111.820 16993.17 1899.20 15093.97 + 111.870 13883.59 1520.05 12363.54 + 111.920 11034.31 1282.78 9751.53 + 111.970 8938.63 1141.28 7797.35 + 112.020 6869.75 1058.71 5811.04 + 112.070 5417.45 1011.03 4406.42 + 112.120 4288.83 981.59 3307.24 + 112.170 3280.65 961.77 2318.88 + 112.220 2713.23 947.16 1766.07 + 112.270 2157.62 935.69 1221.93 + 112.320 1793.25 926.29 866.96 + 112.370 1524.58 918.44 606.14 + 112.420 1329.01 911.71 417.30 + 112.470 1235.25 905.95 329.30 + 112.520 1058.22 901.00 157.22 + 112.593 1071.88 894.90 176.98 + 112.643 1043.15 891.34 151.81 + 112.693 1036.21 888.22 147.99 + 112.743 1036.30 885.47 150.83 + 112.793 996.14 883.04 113.10 + 112.843 1019.99 880.88 139.11 + 112.893 1026.17 878.95 147.22 + 112.943 981.35 877.22 104.13 + 112.993 1002.14 875.68 126.46 + 113.043 974.97 874.29 100.68 + 113.093 1008.80 873.04 135.76 + 113.143 981.86 871.91 109.95 + 113.193 964.33 870.90 93.43 + 113.243 1004.62 869.98 134.64 + 113.293 967.25 869.15 98.10 + 113.343 957.47 868.39 89.08 + 113.393 947.34 867.71 79.63 + 113.443 933.68 867.09 66.59 + 113.493 964.81 866.53 98.28 + 113.543 974.71 866.02 108.69 + 113.593 985.80 865.56 120.24 + 113.642 975.31 865.14 110.17 + 113.693 954.80 864.76 90.04 + 113.743 930.47 864.42 66.05 + 113.792 970.99 864.11 106.88 + 113.826 888.04 863.92 24.12 + 113.876 965.31 863.66 101.65 + 113.926 1003.96 863.43 140.53 + 113.976 991.52 863.23 128.29 + 114.026 1043.71 863.05 180.66 + 114.076 950.55 862.89 87.66 + 114.126 948.32 862.75 85.57 + 114.176 1010.80 862.64 148.16 + 114.226 920.64 862.54 58.10 + 114.276 974.06 862.46 111.60 + 114.326 1031.76 862.40 169.36 + 114.376 930.36 862.35 68.01 + 114.426 944.53 862.32 82.21 + 114.476 941.88 862.30 79.58 + 114.526 999.07 862.31 136.76 + 114.576 991.42 862.32 129.10 + 114.626 1025.51 862.35 163.16 + 114.676 946.04 862.40 83.64 + 114.726 969.78 862.46 107.32 + 114.776 950.25 862.54 87.71 + 114.826 945.64 862.64 83.00 + 114.876 963.42 862.75 100.67 + 114.926 898.48 862.89 35.59 + 114.976 981.89 863.04 118.85 + 115.026 935.41 863.22 72.19 + 115.063 924.83 863.37 61.46 + 115.113 911.87 863.59 48.28 + 115.163 931.37 863.85 67.52 + 115.214 960.79 864.14 96.65 + 115.264 870.55 864.47 6.08 + 115.314 891.32 864.85 26.47 + 115.364 917.94 865.29 52.65 + 115.414 896.91 865.80 31.11 + 115.464 970.98 866.39 104.59 + 115.514 994.41 867.09 127.32 + 115.564 934.84 867.95 66.89 + 115.614 974.43 869.04 105.39 + 115.663 967.31 870.54 96.77 + 115.714 1047.46 872.80 174.66 + 115.763 1008.01 876.51 131.50 + 115.813 990.10 882.85 107.25 + 115.863 1049.32 893.71 155.61 + 115.913 1019.67 911.57 108.10 + 115.963 967.09 939.15 27.94 + 116.013 1048.08 978.24 69.84 + 116.063 1094.86 1028.54 66.32 + 116.113 1139.86 1086.25 53.61 + 116.163 1421.78 1144.23 277.55 + 116.213 1761.51 1190.56 570.95 + 116.263 2223.02 1212.41 1010.61 + 116.314 2537.69 1202.11 1335.58 + 116.364 3021.56 1163.44 1858.12 + 116.414 3380.15 1108.38 2271.77 + 116.464 3232.02 1047.02 2185.00 + 116.514 3163.91 994.41 2169.50 + 116.564 2780.30 951.39 1828.91 + 116.614 2451.44 920.05 1531.39 + 116.664 2195.81 899.25 1296.56 + 116.714 1901.89 886.45 1015.44 + 116.764 1652.38 879.01 773.37 + 116.814 1429.65 874.78 554.87 + 116.864 1347.50 872.35 475.15 + 116.914 1253.14 870.87 382.27 + 116.964 1147.59 869.90 277.69 + 117.014 1117.99 869.21 248.78 + 117.064 1077.67 868.69 208.98 + 117.114 1004.15 868.29 135.86 + 117.164 984.30 867.98 116.32 + 117.214 993.63 867.74 125.89 + 117.264 945.43 867.56 77.87 + 117.314 916.68 867.43 49.25 + 117.363 940.23 867.34 72.89 + 117.413 911.29 867.28 44.01 + 117.463 950.37 867.26 83.11 + 117.513 868.56 867.25 1.31 + 117.549 907.82 867.26 40.56 + 117.599 931.60 867.30 64.30 + 117.649 851.63 867.34 -15.71 + 117.699 895.91 867.41 28.50 + 117.749 847.49 867.48 -19.99 + 117.799 870.96 867.57 3.39 + 117.849 833.37 867.67 -34.30 + 117.899 887.41 867.78 19.63 + 117.949 930.33 867.90 62.43 + 117.999 849.16 868.03 -18.87 + 118.049 872.97 868.16 4.81 + 118.099 837.82 868.30 -30.48 + 118.149 887.21 868.45 18.76 + 118.199 892.63 868.61 24.02 + 118.249 893.65 868.77 24.88 + 118.299 861.13 868.94 -7.81 + 118.349 867.43 869.11 -1.68 + 118.399 863.05 869.29 -6.24 + 118.449 839.51 869.48 -29.97 + 118.499 823.83 869.67 -45.84 + 118.549 927.76 869.87 57.89 + 118.598 874.50 870.08 4.42 + 118.649 871.49 870.29 1.20 + 118.699 869.01 870.51 -1.50 + 118.749 901.20 870.74 30.46 + 118.795 814.27 870.96 -56.69 + 118.845 876.34 871.20 5.14 + 118.895 920.80 871.45 49.35 + 118.945 832.84 871.71 -38.87 + 118.995 878.53 871.98 6.55 + 119.045 870.61 872.27 -1.66 + 119.095 846.20 872.56 -26.36 + 119.145 869.77 872.86 -3.09 + 119.195 881.91 873.18 8.73 + 119.245 798.17 873.51 -75.34 + 119.295 832.43 873.86 -41.43 + 119.345 866.63 874.23 -7.60 + 119.395 928.11 874.61 53.50 + 119.445 858.59 875.02 -16.43 + 119.495 931.57 875.45 56.12 + 119.545 866.37 875.91 -9.54 + 119.595 857.22 876.39 -19.17 + 119.645 959.22 876.91 82.31 + 119.695 924.54 877.47 47.07 + 119.745 905.04 878.06 26.98 + 119.795 914.85 878.70 36.15 + 119.844 914.35 879.39 34.96 + 119.894 871.07 880.15 -9.08 + 119.945 891.42 880.98 10.44 + 119.994 912.47 881.88 30.59 + 120.047 893.90 882.93 10.97 + 120.097 930.90 884.04 46.86 + 120.147 875.38 885.28 -9.90 + 120.197 954.46 886.67 67.79 + 120.247 930.89 888.23 42.66 + 120.297 964.02 890.00 74.02 + 120.347 902.57 892.04 10.53 + 120.397 932.20 894.38 37.82 + 120.447 926.06 897.11 28.95 + 120.497 930.04 900.30 29.74 + 120.547 1011.85 904.15 107.70 + 120.597 950.77 908.91 41.86 + 120.647 948.48 915.10 33.38 + 120.697 955.23 923.85 31.38 + 120.747 955.77 937.35 18.42 + 120.797 907.80 959.80 -52.00 + 120.847 981.33 998.28 -16.95 + 120.897 980.75 1063.38 -82.63 + 120.947 967.59 1168.42 -200.83 + 120.997 975.17 1325.69 -350.52 + 121.047 1088.05 1541.51 -453.46 + 121.096 1242.07 1808.13 -566.06 + 121.146 1604.56 2102.49 -497.93 + 121.196 2139.18 2376.06 -236.88 + 121.246 3100.92 2563.76 537.16 + 121.298 4296.04 2604.80 1691.24 + 121.349 5522.07 2479.73 3042.34 + 121.399 6304.47 2238.01 4066.46 + 121.449 6355.89 1946.28 4409.61 + 121.499 5992.26 1662.22 4330.04 + 121.549 5277.48 1420.44 3857.04 + 121.599 4691.06 1235.92 3455.14 + 121.649 3836.02 1110.81 2725.21 + 121.699 3281.96 1029.15 2252.81 + 121.749 2772.13 980.25 1791.88 + 121.799 2337.78 951.72 1386.06 + 121.849 2033.30 935.04 1098.26 + 121.899 1736.64 924.81 811.83 + 121.949 1539.52 917.95 621.57 + 121.999 1433.95 912.95 521.00 + 122.049 1283.19 909.07 374.12 + 122.098 1115.41 905.93 209.48 + 122.148 1084.54 903.33 181.21 + 122.198 974.31 901.16 73.15 + 122.248 920.14 899.33 20.81 + 122.298 965.98 897.79 68.19 + 122.348 864.89 896.48 -31.59 + 122.398 901.46 895.36 6.10 + 122.448 904.25 894.41 9.84 + 122.498 875.85 893.59 -17.74 + 122.554 914.47 892.83 21.64 + 122.604 827.03 892.25 -65.22 + 122.654 855.80 891.76 -35.96 + 122.704 895.05 891.34 3.71 + 122.754 834.92 890.99 -56.07 + 122.804 867.02 890.71 -23.69 + 122.854 860.72 890.47 -29.75 + 122.904 826.44 890.29 -63.85 + 122.954 860.98 890.81 -29.83 + 123.004 884.98 890.71 -5.73 + 123.054 895.66 890.65 5.01 + 123.104 842.72 890.61 -47.89 + 123.154 808.84 890.61 -81.77 + 123.204 839.31 890.64 -51.33 + 123.254 878.25 890.69 -12.44 + 123.304 871.67 890.77 -19.10 + 123.354 879.42 890.87 -11.45 + 123.404 894.37 891.00 3.37 + 123.454 891.87 891.15 0.72 + 123.504 851.41 891.32 -39.91 + 123.554 856.75 891.51 -34.76 + 123.604 877.32 891.72 -14.40 + 123.654 851.47 891.96 -40.49 + 123.704 891.67 892.22 -0.55 + 123.754 863.35 892.49 -29.14 + 123.800 929.99 892.77 37.22 + 123.850 911.77 893.09 18.68 + 123.900 837.04 893.44 -56.40 + 123.950 871.06 893.81 -22.75 + 124.000 933.62 894.20 39.42 + 124.050 841.04 894.62 -53.58 + 124.100 880.45 895.07 -14.62 + 124.150 874.46 895.55 -21.09 + 124.200 883.00 896.06 -13.06 + 124.250 902.14 896.60 5.54 + 124.300 907.40 897.18 10.22 + 124.350 868.68 897.79 -29.11 + 124.400 881.63 898.45 -16.82 + 124.450 880.77 899.15 -18.38 + 124.500 874.02 899.90 -25.88 + 124.550 853.37 900.70 -47.33 + 124.600 938.04 901.56 36.48 + 124.650 869.29 902.49 -33.20 + 124.700 894.51 903.48 -8.97 + 124.750 884.95 904.55 -19.60 + 124.800 837.84 905.71 -67.87 + 124.849 946.06 906.96 39.10 + 124.899 899.33 908.31 -8.98 + 124.950 914.32 909.79 4.53 + 124.999 887.27 911.40 -24.13 + 125.037 950.65 912.69 37.96 + 125.087 890.12 914.57 -24.45 + 125.137 926.92 916.64 10.28 + 125.187 954.01 918.92 35.09 + 125.237 947.32 921.44 25.88 + 125.287 1019.54 924.24 95.30 + 125.337 970.60 927.37 43.23 + 125.387 1074.69 930.87 143.82 + 125.437 1080.49 934.81 145.68 + 125.487 1064.62 939.24 125.38 + 125.537 1011.85 944.30 67.55 + 125.587 1085.20 950.10 135.10 + 125.637 1182.26 956.74 225.52 + 125.687 1041.57 964.45 77.12 + 125.737 1227.69 973.47 254.22 + 125.787 1230.89 984.12 246.77 + 125.837 1264.96 996.97 267.99 + 125.887 1255.02 1012.96 242.06 + 125.937 1374.56 1033.99 340.57 + 125.987 1323.11 1063.68 259.43 + 126.037 1345.89 1109.23 236.66 + 126.086 1351.49 1182.54 168.95 + 126.136 1428.15 1307.49 120.66 + 126.186 1350.13 1513.94 -163.81 + 126.236 1413.59 1838.59 -425.00 + 126.281 1474.63 2259.70 -785.07 + 126.331 1663.46 2896.69 -1233.23 + 126.381 2298.53 3694.23 -1395.70 + 126.431 3720.58 4590.38 -869.80 + 126.481 6158.49 5459.00 699.49 + 126.531 9433.97 6125.01 3308.96 + 126.581 13022.75 6398.51 6624.24 + 126.631 16151.75 6182.16 9969.59 + 126.681 18042.46 5553.04 12489.43 + 126.731 18859.28 4700.32 14158.96 + 126.781 18146.32 3801.26 14345.06 + 126.831 16165.30 2988.39 13176.91 + 126.881 13924.14 2332.96 11591.18 + 126.931 11462.82 1849.44 9613.38 + 126.981 9516.23 1521.88 7994.35 + 127.031 7799.88 1314.23 6485.65 + 127.081 6361.94 1188.43 5173.51 + 127.131 5299.95 1113.39 4186.56 + 127.181 4400.51 1067.55 3332.96 + 127.231 3540.52 1037.85 2502.67 + 127.281 2980.96 1016.96 1964.00 + 127.331 2502.42 1001.15 1501.27 + 127.381 2070.77 988.43 1082.34 + 127.431 1760.09 977.93 782.16 + 127.481 1433.33 969.12 464.21 + 127.546 1280.43 959.51 320.92 + 127.596 1163.21 953.34 209.87 + 127.646 1115.77 948.00 167.77 + 127.696 1048.73 943.34 105.39 + 127.746 1026.82 939.28 87.54 + 127.796 874.06 935.71 -61.65 + 127.846 1001.41 932.55 68.86 + 127.896 895.06 929.76 -34.70 + 127.946 929.93 927.27 2.66 + 127.996 906.34 925.05 -18.71 + 128.046 945.08 923.07 22.01 + 128.096 911.33 921.28 -9.95 + 128.146 860.64 919.68 -59.04 + 128.196 900.34 918.24 -17.90 + 128.246 949.63 916.93 32.70 + 128.296 866.73 915.76 -49.03 + 128.346 874.68 914.69 -40.01 + 128.396 928.09 913.72 14.37 + 128.446 893.28 912.84 -19.56 + 128.496 906.20 912.05 -5.85 + 128.546 935.39 911.33 24.06 + 128.596 860.95 910.67 -49.72 + 128.646 888.10 910.08 -21.98 + 128.696 913.26 909.54 3.72 + 128.746 911.95 909.05 2.90 + 128.823 931.61 908.38 23.23 + 128.873 913.65 908.01 5.64 + 128.923 817.40 907.67 -90.27 + 128.973 971.74 907.37 64.37 + 129.023 939.52 907.11 32.41 + 129.073 886.40 906.87 -20.47 + 129.123 897.29 906.67 -9.38 + 129.173 895.28 906.49 -11.21 + 129.223 928.14 906.35 21.79 + 129.273 873.67 906.22 -32.55 + 129.323 880.09 906.13 -26.04 + 129.373 948.32 906.05 42.27 + 129.423 912.44 906.01 6.43 + 129.473 837.01 905.98 -68.97 + 129.523 868.90 905.98 -37.08 + 129.573 932.51 906.00 26.51 + 129.623 983.67 906.04 77.63 + 129.673 914.55 906.10 8.45 + 129.723 931.29 906.19 25.10 + 129.773 937.80 906.30 31.50 + 129.823 887.22 906.43 -19.21 + 129.873 992.19 906.59 85.60 + 129.923 885.81 906.77 -20.96 + 129.973 1027.88 906.98 120.90 + 130.023 906.83 907.21 -0.38 + 130.073 937.88 907.47 30.41 + 130.123 949.53 907.76 41.77 + 130.173 1005.90 908.09 97.81 + 130.223 928.78 908.45 20.33 + 130.273 936.73 908.84 27.89 + 130.323 948.34 909.27 39.07 + 130.373 991.02 909.75 81.27 + 130.423 896.43 910.27 -13.84 + 130.473 951.99 910.84 41.15 + 130.523 913.02 911.47 1.55 + 130.573 933.25 912.16 21.09 + 130.623 924.35 912.91 11.44 + 130.673 921.27 913.74 7.53 + 130.723 917.82 914.66 3.16 + 130.773 947.47 915.67 31.80 + 130.823 890.41 916.79 -26.38 + 130.873 887.30 918.03 -30.73 + 130.923 904.84 919.40 -14.56 + 130.973 927.74 920.94 6.80 + 131.023 919.58 922.65 -3.07 + 131.073 891.30 924.58 -33.28 + 131.123 983.02 926.74 56.28 + 131.173 945.77 929.20 16.57 + 131.223 902.72 931.99 -29.27 + 131.273 989.34 935.18 54.16 + 131.305 993.77 937.49 56.28 + 131.355 976.27 941.53 34.74 + 131.405 932.47 946.26 -13.79 + 131.455 977.46 951.87 25.59 + 131.505 1050.75 958.68 92.07 + 131.555 952.21 964.65 -12.44 + 131.605 1072.60 976.31 96.29 + 131.655 1021.81 993.04 28.77 + 131.705 1081.20 1018.55 62.65 + 131.755 1059.53 1058.76 0.77 + 131.805 1089.95 1123.01 -33.06 + 131.855 1064.79 1223.43 -158.64 + 131.905 1104.97 1373.12 -268.15 + 131.955 1199.07 1585.47 -386.40 + 132.005 1363.90 1866.14 -502.23 + 132.055 1909.12 2210.38 -301.26 + 132.105 2815.05 2596.75 218.30 + 132.155 4071.98 2985.51 1086.47 + 132.205 5512.82 3317.38 2195.44 + 132.255 7280.38 3520.65 3759.73 + 132.305 8354.42 3540.62 4813.80 + 132.355 9298.73 3372.20 5926.53 + 132.405 9297.74 3060.83 6236.91 + 132.455 9114.89 2677.71 6437.18 + 132.505 8748.39 2287.24 6461.15 + 132.553 8082.68 1944.71 6137.97 + 132.603 6827.01 1646.88 5180.13 + 132.653 5870.75 1418.32 4452.43 + 132.703 4872.36 1254.36 3618.00 + 132.753 4313.82 1143.93 3169.89 + 132.803 3623.33 1072.55 2550.78 + 132.853 3109.81 1027.59 2082.22 + 132.903 2798.59 999.39 1799.20 + 132.953 2312.30 981.13 1331.17 + 133.003 2077.60 968.69 1108.91 + 133.053 1859.15 959.54 899.61 + 133.103 1712.66 952.41 760.25 + 133.153 1532.11 946.63 585.48 + 133.203 1271.15 941.77 329.38 + 133.253 1203.41 937.64 265.77 + 133.303 1156.13 934.08 222.05 + 133.353 1127.19 930.99 196.20 + 133.403 922.17 928.28 -6.11 + 133.453 1012.06 925.90 86.16 + 133.503 980.19 923.80 56.39 + 133.552 978.43 921.94 56.49 + 133.602 949.29 920.29 29.00 + 133.652 905.91 918.80 -12.89 + 133.702 986.47 917.46 69.01 + 133.752 961.99 916.27 45.72 + 133.820 921.11 914.84 6.27 + 133.870 970.74 913.89 56.85 + 133.920 926.04 913.02 13.02 + 133.970 911.08 912.24 -1.16 + 134.020 983.36 911.52 71.84 + 134.070 915.55 910.86 4.69 + 134.120 988.29 910.26 78.03 + 134.170 949.61 909.71 39.90 + 134.220 964.77 909.20 55.57 + 134.270 959.52 908.73 50.79 + 134.320 910.49 908.29 2.20 + 134.370 913.37 907.89 5.48 + 134.420 929.64 907.52 22.12 + 134.470 977.98 907.17 70.81 + 134.520 879.28 906.85 -27.57 + 134.570 909.88 906.55 3.33 + 134.620 957.99 906.27 51.72 + 134.670 999.93 906.01 93.92 + 134.720 916.28 905.76 10.52 + 134.770 978.40 905.53 72.87 + 134.819 969.82 905.32 64.50 + 134.869 930.96 905.12 25.84 + 134.919 892.26 904.93 -12.67 + 134.969 877.95 904.75 -26.80 + 135.019 894.31 904.58 -10.27 + 135.068 937.11 904.43 32.68 + 135.118 896.71 904.28 -7.57 + 135.168 970.02 904.14 65.88 + 135.218 931.15 904.00 27.15 + 135.268 916.59 903.88 12.71 + 135.318 888.87 903.76 -14.89 + 135.368 965.46 903.65 61.81 + 135.418 905.15 903.54 1.61 + 135.468 919.02 903.44 15.58 + 135.518 939.71 903.34 36.37 + 135.568 866.23 903.25 -37.02 + 135.618 898.13 903.16 -5.03 + 135.668 947.65 903.07 44.58 + 135.718 939.11 902.99 36.12 + 135.768 924.93 902.92 22.01 + 135.818 967.15 902.84 64.31 + 135.868 1011.07 902.77 108.30 + 135.918 941.45 902.71 38.74 + 135.968 969.44 902.64 66.80 + 136.018 941.79 902.58 39.21 + 136.068 895.22 902.52 -7.30 + 136.117 896.67 902.46 -5.79 + 136.167 902.29 902.41 -0.12 + 136.217 912.28 902.35 9.93 + 136.267 978.63 902.30 76.33 + 136.303 941.16 902.26 38.90 + 136.353 981.02 902.21 78.81 + 136.403 989.35 902.17 87.18 + 136.453 925.48 902.12 23.36 + 136.503 970.06 902.08 67.98 + 136.553 928.53 902.03 26.50 + 136.603 902.06 901.99 0.07 + 136.653 907.55 901.95 5.60 + 136.703 902.70 901.91 0.79 + 136.753 893.25 901.98 -8.73 + 136.803 915.90 901.94 13.96 + 136.853 927.94 901.91 26.03 + 136.903 926.10 901.87 24.23 + 136.953 954.22 901.83 52.39 + 137.003 940.48 901.80 38.68 + 137.053 950.88 901.76 49.12 + 137.103 941.46 901.73 39.73 + 137.153 899.69 901.70 -2.01 + 137.203 939.08 901.66 37.42 + 137.253 923.67 901.63 22.04 + 137.303 949.39 901.60 47.79 + 137.353 951.50 901.57 49.93 + 137.403 944.86 901.53 43.33 + 137.453 874.31 901.50 -27.19 + 137.503 890.08 901.47 -11.39 + 137.541 903.22 901.45 1.77 + 137.591 923.79 901.41 22.38 + 137.641 895.18 901.38 -6.20 + 137.691 963.69 901.35 62.34 + 137.741 931.88 901.32 30.56 + 137.791 914.87 900.00 14.87 + 137.841 911.99 899.99 11.99 + 137.891 943.10 899.99 43.11 + 137.941 947.89 899.98 47.91 + 137.991 929.94 899.97 29.97 + 138.041 935.52 899.96 35.56 + 138.091 985.08 899.94 85.14 + 138.141 914.78 899.93 14.85 + 138.191 949.58 899.92 49.66 + 138.241 898.71 899.91 -1.20 + 138.291 909.50 899.89 9.61 + 138.341 995.56 899.88 95.68 + 138.391 906.90 899.86 7.04 + 138.441 925.78 899.84 25.94 + 138.491 961.62 899.83 61.79 + 138.541 979.33 899.81 79.52 + 138.590 930.68 899.79 30.89 + 138.641 974.44 899.77 74.67 + 138.691 950.13 899.75 50.38 + 138.741 937.01 899.73 37.28 + 138.787 952.70 899.71 52.99 + 138.838 905.67 899.69 5.98 + 138.888 926.06 899.67 26.39 + 138.938 886.25 899.65 -13.40 + 138.988 906.78 899.62 7.16 + 139.038 888.39 899.60 -11.21 + 139.088 965.53 899.58 65.95 + 139.138 914.39 899.55 14.84 + 139.188 934.44 899.52 34.92 + 139.238 896.50 899.50 -3.00 + 139.288 950.10 899.47 50.63 + 139.338 975.42 899.44 75.98 + 139.388 932.71 899.41 33.30 + 139.438 953.58 899.39 54.20 + 139.488 944.33 899.36 44.97 + 139.538 944.74 899.32 45.42 + 139.587 926.65 899.29 27.36 + 139.637 970.54 899.26 71.28 + 139.687 929.60 899.23 30.37 + 139.737 1019.90 899.20 120.70 + 139.787 926.68 899.16 27.52 + 139.837 942.82 899.13 43.69 + 139.887 960.86 899.09 61.77 + 139.937 997.21 899.06 98.15 + 139.987 906.91 899.02 7.89 + 140.059 947.27 899.42 47.85 + 140.109 939.76 899.39 40.37 + 140.160 910.24 899.35 10.89 + 140.210 890.03 899.32 -9.29 + 140.260 1017.71 899.28 118.43 + 140.310 967.68 899.24 68.44 + 140.360 924.67 899.20 25.47 + 140.410 934.43 899.17 35.26 + 140.460 923.46 899.13 24.33 + 140.510 981.61 899.09 82.52 + 140.560 901.89 899.05 2.84 + 140.610 974.82 899.01 75.81 + 140.660 954.70 898.97 55.73 + 140.710 934.56 898.92 35.64 + 140.760 906.05 898.88 7.17 + 140.809 905.47 898.84 6.63 + 140.859 888.29 898.80 -10.51 + 140.909 898.65 898.75 -0.10 + 140.959 948.91 898.71 50.20 + 141.009 952.11 898.66 53.45 + 141.059 899.64 898.62 1.02 + 141.109 915.58 898.57 17.01 + 141.159 966.95 898.53 68.42 + 141.209 900.56 898.48 2.08 + 141.259 861.71 898.43 -36.72 + 141.309 896.06 898.39 -2.33 + 141.359 937.94 898.34 39.60 + 141.409 903.01 898.29 4.72 + 141.459 901.33 898.24 3.09 + 141.509 924.06 898.19 25.87 + 141.559 918.28 898.14 20.14 + 141.609 934.78 898.10 36.68 + 141.659 913.65 898.05 15.60 + 141.709 945.69 898.00 47.69 + 141.759 883.41 897.94 -14.53 + 141.809 923.60 897.89 25.71 + 141.859 955.16 897.84 57.32 + 141.909 878.30 897.79 -19.49 + 141.959 871.05 897.74 -26.69 + 142.009 914.69 897.69 17.00 + 142.059 952.48 897.64 54.84 + 142.109 880.32 897.59 -17.27 + 142.158 976.14 897.54 78.60 + 142.209 961.04 897.48 63.56 + 142.258 973.37 897.43 75.94 + 142.308 918.73 897.38 21.35 + 142.358 975.45 897.33 78.12 + 142.408 920.54 897.28 23.26 + 142.458 969.86 897.23 72.63 + 142.508 986.77 897.18 89.59 + 142.544 908.12 897.14 10.98 + 142.594 969.57 897.09 72.48 + 142.645 955.51 897.04 58.47 + 142.695 953.13 897.00 56.13 + 142.745 976.49 896.95 79.54 + 142.795 1024.88 896.90 127.98 + 142.845 962.38 896.86 65.52 + 142.895 877.20 896.81 -19.61 + 142.945 963.41 896.77 66.64 + 142.995 947.16 896.72 50.44 + 143.045 969.68 896.68 73.00 + 143.095 901.66 896.64 5.02 + 143.145 911.72 896.61 15.11 + 143.195 957.26 896.57 60.69 + 143.244 910.22 896.54 13.68 + 143.294 972.20 896.51 75.69 + 143.344 909.69 896.48 13.21 + 143.394 914.62 896.45 18.17 + 143.444 829.78 896.43 -66.65 + 143.494 875.67 896.41 -20.74 + 143.544 914.72 896.40 18.32 + 143.594 958.38 896.39 61.99 + 143.644 970.76 896.38 74.38 + 143.694 869.82 896.38 -26.56 + 143.744 932.02 896.39 35.63 + 143.792 840.85 896.40 -55.55 + 143.842 880.76 896.42 -15.66 + 143.893 902.50 896.44 6.06 + 143.943 936.71 896.48 40.23 + 143.993 905.18 896.53 8.65 + 144.043 964.18 896.59 67.59 + 144.093 869.81 896.66 -26.85 + 144.143 907.46 896.74 10.72 + 144.193 895.61 896.84 -1.23 + 144.243 867.76 896.96 -29.20 + 144.293 905.08 897.10 7.98 + 144.343 936.70 897.27 39.43 + 144.393 900.24 897.46 2.78 + 144.443 861.09 897.70 -36.61 + 144.493 946.16 897.98 48.18 + 144.542 872.53 898.33 -25.80 + 144.592 934.38 898.76 35.62 + 144.642 937.32 899.32 38.00 + 144.692 907.71 900.05 7.66 + 144.742 933.77 901.04 32.73 + 144.792 959.25 902.37 56.88 + 144.842 1018.05 904.18 113.87 + 144.892 913.52 906.68 6.84 + 144.942 952.80 910.07 42.73 + 144.992 941.54 914.63 26.91 + 145.055 1013.23 922.52 90.71 + 145.105 920.93 930.93 -10.00 + 145.155 1047.90 941.58 106.32 + 145.205 1051.44 954.76 96.68 + 145.255 1100.66 970.58 130.08 + 145.305 1197.77 989.12 208.65 + 145.355 1429.00 1010.24 418.76 + 145.405 1547.77 1033.48 514.29 + 145.455 1699.74 1058.21 641.53 + 145.505 1897.98 1083.35 814.63 + 145.555 2124.80 1107.89 1016.91 + 145.605 2189.83 1130.32 1059.51 + 145.655 2310.69 1148.93 1161.76 + 145.705 2478.25 1162.27 1315.98 + 145.755 2515.64 1168.95 1346.69 + 145.805 2732.26 1168.27 1563.99 + 145.855 2677.41 1160.29 1517.12 + 145.905 2798.36 1145.83 1652.53 + 145.955 2812.61 1126.24 1686.37 + 146.005 2501.93 1103.20 1398.73 + 146.055 2342.24 1078.26 1263.98 + 146.105 2358.05 1052.91 1305.14 + 146.155 2123.70 1028.08 1095.62 + 146.205 1970.18 1004.84 965.34 + 146.255 1818.15 983.89 834.26 + 146.304 1641.38 965.60 675.78 + 146.354 1577.78 949.85 627.93 + 146.404 1515.55 936.80 578.75 + 146.455 1360.18 926.22 433.96 + 146.505 1369.01 917.86 451.15 + 146.555 1285.43 911.36 374.07 + 146.605 1200.34 906.38 293.96 + 146.655 1148.93 902.61 246.32 + 146.705 1215.73 899.77 315.96 + 146.755 1140.01 897.64 242.37 + 146.805 1032.81 896.00 136.81 + 146.855 985.48 894.73 90.75 + 146.904 997.20 893.73 103.47 + 146.954 970.07 892.90 77.17 + 147.004 1017.06 892.20 124.86 + 147.054 973.90 891.60 82.30 + 147.104 1018.12 891.06 127.06 + 147.154 975.03 890.57 84.46 + 147.204 941.08 890.13 50.95 + 147.254 995.27 889.71 105.56 + 147.304 972.13 889.32 82.81 + 147.354 926.88 888.95 37.93 + 147.404 942.40 888.60 53.80 + 147.454 932.55 888.26 44.29 + 147.504 884.75 887.95 -3.20 + 147.546 997.21 887.69 109.52 + 147.596 1007.54 887.39 120.15 + 147.646 999.21 887.11 112.10 + 147.696 981.48 886.83 94.65 + 147.746 960.70 886.56 74.14 + 147.796 979.20 886.30 92.90 + 147.846 981.47 886.05 95.42 + 147.896 982.72 885.81 96.91 + 147.946 974.18 885.57 88.61 + 147.996 941.18 885.33 55.85 + 148.046 990.52 885.10 105.42 + 148.096 993.27 884.88 108.39 + 148.146 969.51 884.66 84.85 + 148.196 980.15 884.44 95.71 + 148.246 974.59 884.23 90.36 + 148.296 985.67 884.02 101.65 + 148.346 1020.13 883.81 136.32 + 148.396 954.70 883.61 71.09 + 148.446 1032.83 883.41 149.42 + 148.496 957.73 883.21 74.52 + 148.546 1007.57 883.02 124.55 + 148.596 1006.29 882.82 123.47 + 148.646 975.71 882.63 93.08 + 148.696 1039.45 882.44 157.01 + 148.746 953.83 882.25 71.58 + 148.794 1020.75 882.07 138.68 + 148.844 970.89 881.89 89.00 + 148.894 1013.62 881.71 131.91 + 148.944 951.11 881.52 69.59 + 148.994 989.51 881.35 108.16 + 149.044 1044.78 881.17 163.61 + 149.094 1011.94 880.99 130.95 + 149.144 995.07 880.82 114.25 + 149.194 938.27 880.64 57.63 + 149.244 936.47 880.47 56.00 + 149.294 970.41 880.30 90.11 + 149.344 965.64 880.13 85.51 + 149.394 955.42 879.96 75.46 + 149.444 913.55 879.80 33.75 + 149.494 872.31 879.63 -7.32 + 149.544 933.14 879.47 53.67 + 149.594 884.56 879.31 5.25 + 149.644 945.01 879.15 65.86 + 149.694 910.73 878.99 31.74 + 149.744 948.52 878.84 69.68 + 149.794 937.33 878.68 58.65 + 149.844 927.48 878.53 48.95 + 149.894 923.49 878.38 45.11 + 149.944 924.21 878.23 45.98 + 149.994 935.03 878.09 56.94 + 150.030 866.62 877.98 -11.36 + 150.081 889.86 877.84 12.02 + 150.131 877.91 877.70 0.21 + 150.181 917.89 877.56 40.33 + 150.231 910.71 877.43 33.28 + 150.281 879.55 877.29 2.26 + 150.331 824.36 877.16 -52.80 + 150.381 826.00 877.04 -51.04 + 150.431 931.96 876.91 55.05 + 150.481 875.17 876.79 -1.62 + 150.531 890.03 876.68 13.35 + 150.581 872.34 876.57 -4.23 + 150.631 868.33 876.46 -8.13 + 150.681 885.74 876.35 9.39 + 150.731 902.51 876.25 26.26 + 150.781 902.12 876.16 25.96 + 150.830 894.70 876.06 18.64 + 150.880 823.41 875.98 -52.57 + 150.930 866.33 875.90 -9.57 + 150.980 837.49 875.82 -38.33 + 151.030 879.53 875.75 3.78 + 151.080 868.38 875.69 -7.31 + 151.130 845.28 875.64 -30.36 + 151.180 876.99 875.59 1.40 + 151.230 849.14 875.55 -26.41 + 151.285 875.04 875.51 -0.47 + 151.335 887.48 875.49 11.99 + 151.385 882.87 875.47 7.40 + 151.435 846.07 875.47 -29.40 + 151.485 873.98 875.47 -1.49 + 151.535 875.79 875.49 0.30 + 151.585 906.82 875.52 31.30 + 151.635 842.86 875.56 -32.70 + 151.685 844.05 875.61 -31.56 + 151.735 874.29 875.68 -1.39 + 151.785 883.92 875.77 8.15 + 151.835 899.11 875.87 23.24 + 151.885 859.02 875.98 -16.96 + 151.935 884.14 876.12 8.02 + 151.985 879.13 876.28 2.85 + 152.035 848.79 876.45 -27.66 + 152.085 883.27 876.65 6.62 + 152.135 876.83 876.88 -0.05 + 152.185 909.83 877.13 32.70 + 152.235 868.19 877.42 -9.23 + 152.285 895.86 877.73 18.13 + 152.334 874.38 878.08 -3.70 + 152.385 891.24 878.48 12.76 + 152.435 859.45 878.92 -19.47 + 152.484 882.63 879.41 3.22 + 152.542 929.62 880.06 49.56 + 152.592 867.36 880.70 -13.34 + 152.642 927.09 881.43 45.66 + 152.693 930.49 882.27 48.22 + 152.742 941.01 883.24 57.77 + 152.792 969.11 884.38 84.73 + 152.842 906.28 885.72 20.56 + 152.893 897.26 887.33 9.93 + 152.943 920.82 889.25 31.57 + 152.992 918.64 891.57 27.07 + 153.042 894.43 894.41 0.02 + 153.093 878.50 897.88 -19.38 + 153.142 920.57 902.11 18.46 + 153.192 903.93 907.32 -3.39 + 153.242 932.33 913.69 18.64 + 153.292 909.28 921.46 -12.18 + 153.342 989.14 930.93 58.21 + 153.392 929.18 942.39 -13.21 + 153.442 927.63 956.23 -28.60 + 153.492 1043.55 972.76 70.79 + 153.542 1043.77 992.37 51.40 + 153.592 1028.83 1015.38 13.45 + 153.642 1095.20 1042.43 52.77 + 153.692 1212.24 1073.72 138.52 + 153.742 1330.57 1109.47 221.10 + 153.790 1524.50 1148.32 376.18 + 153.840 1744.39 1193.86 550.53 + 153.890 1963.43 1244.48 718.95 + 153.940 2426.97 1300.16 1126.81 + 153.990 2891.28 1360.50 1530.78 + 154.040 3270.53 1425.30 1845.23 + 154.090 3590.64 1494.08 2096.56 + 154.140 4248.34 1566.01 2682.33 + 154.190 4713.04 1640.12 3072.92 + 154.240 5098.39 1715.03 3383.36 + 154.290 5593.74 1789.96 3803.78 + 154.340 5817.80 1863.27 3954.53 + 154.390 6191.93 1932.97 4258.96 + 154.440 6598.96 1997.82 4601.14 + 154.490 6976.38 2055.75 4920.63 + 154.540 7353.49 2105.05 5248.44 + 154.590 7641.19 2144.11 5497.08 + 154.640 7776.45 2171.52 5604.93 + 154.690 7892.90 2186.20 5706.70 + 154.740 7917.59 2187.49 5730.10 + 154.790 7874.63 2175.38 5699.25 + 154.839 7726.31 2150.32 5575.99 + 154.890 7715.86 2113.22 5602.64 + 154.940 7527.01 2065.47 5461.54 + 154.990 7160.09 2008.87 5151.22 + 155.042 6822.30 1941.43 4880.87 + 155.092 6701.23 1871.58 4829.65 + 155.142 6248.44 1798.14 4450.30 + 155.192 5780.20 1722.65 4057.55 + 155.242 5380.80 1646.86 3733.94 + 155.292 4889.18 1571.94 3317.24 + 155.342 4403.32 1498.88 2904.44 + 155.392 4143.75 1428.85 2714.90 + 155.442 3565.15 1362.59 2202.56 + 155.492 3304.11 1300.88 2003.23 + 155.542 3130.39 1243.77 1886.62 + 155.592 2899.81 1191.55 1708.26 + 155.642 2707.41 1144.64 1562.77 + 155.692 2511.48 1102.60 1408.88 + 155.742 2332.83 1065.49 1267.34 + 155.792 2234.37 1032.99 1201.38 + 155.842 2066.28 1004.78 1061.50 + 155.892 1884.79 980.50 904.29 + 155.942 1831.06 959.73 871.33 + 155.992 1702.58 942.14 760.44 + 156.042 1536.86 927.32 609.54 + 156.092 1392.33 914.94 477.39 + 156.142 1403.82 904.53 499.29 + 156.192 1340.29 895.87 444.42 + 156.242 1260.93 888.69 372.24 + 156.291 1177.96 882.82 295.14 + 156.341 1196.91 877.78 319.13 + 156.391 1100.68 873.56 227.12 + 156.441 1090.03 869.99 220.04 + 156.491 1043.67 866.95 176.72 + 156.541 1071.26 864.34 206.92 + 156.591 1022.03 862.05 159.98 + 156.641 1028.42 860.04 168.38 + 156.691 978.65 858.24 120.41 + 156.741 975.45 856.61 118.84 + 156.791 938.21 855.12 83.09 + 156.841 909.07 853.74 55.33 + 156.891 901.99 852.46 49.53 + 156.941 918.38 851.25 67.13 + 156.991 923.55 850.11 73.44 + 157.041 980.39 849.02 131.37 + 157.091 929.91 847.99 81.92 + 157.141 909.48 846.99 62.49 + 157.191 897.31 846.03 51.28 + 157.241 913.51 845.11 68.40 + 157.291 927.18 844.22 82.96 + 157.340 914.94 843.36 71.58 + 157.390 875.70 842.52 33.18 + 157.441 871.56 841.71 29.85 + 157.490 868.81 840.92 27.89 + 157.529 880.75 840.33 40.42 + 157.579 870.53 839.57 30.96 + 157.629 842.80 838.84 3.96 + 157.679 894.07 838.12 55.95 + 157.729 906.30 837.42 68.88 + 157.779 892.17 836.73 55.44 + 157.829 918.69 836.06 82.63 + 157.879 867.16 835.40 31.76 + 157.929 910.07 834.75 75.32 + 157.979 832.95 834.12 -1.17 + 158.029 872.59 833.50 39.09 + 158.079 881.02 832.89 48.13 + 158.129 910.25 832.29 77.96 + 158.179 834.55 831.69 2.86 + 158.229 887.76 831.11 56.65 + 158.279 869.35 830.54 38.81 + 158.329 852.43 829.97 22.46 + 158.379 897.17 829.41 67.76 + 158.429 904.44 828.86 75.58 + 158.479 899.39 828.32 71.07 + 158.529 974.94 827.78 147.16 + 158.579 886.55 827.25 59.30 + 158.629 888.35 826.73 61.62 + 158.679 894.56 826.21 68.35 + 158.729 887.59 825.69 61.90 + 158.783 933.20 825.14 108.06 + 158.833 920.73 824.64 96.09 + 158.883 858.56 824.14 34.42 + 158.933 873.86 823.64 50.22 + 158.983 898.25 823.15 75.10 + 159.033 865.06 822.67 42.39 + 159.083 905.02 822.19 82.83 + 159.133 924.46 821.71 102.75 + 159.183 881.28 821.23 60.05 + 159.233 858.94 820.77 38.17 + 159.283 933.10 820.30 112.80 + 159.333 979.00 819.84 159.16 + 159.383 936.92 819.38 117.54 + 159.433 882.29 818.92 63.37 + 159.483 924.36 818.47 105.89 + 159.533 935.60 818.02 117.58 + 159.583 930.18 817.58 112.60 + 159.633 901.98 817.13 84.85 + 159.683 941.62 816.69 124.93 + 159.733 963.43 816.26 147.17 + 159.783 864.83 815.82 49.01 + 159.832 941.26 815.39 125.87 + 159.883 912.89 814.96 97.93 + 159.933 964.01 814.54 149.47 + 159.982 944.89 814.11 130.78 + 160.041 963.06 813.62 149.44 + 160.091 913.88 813.20 100.68 + 160.141 960.61 812.79 147.82 + 160.192 973.14 812.37 160.77 + 160.241 943.27 811.97 131.30 + 160.291 880.56 811.56 69.00 + 160.341 928.16 811.15 117.01 + 160.392 907.78 810.75 97.03 + 160.442 901.10 810.35 90.75 + 160.491 919.39 809.96 109.43 + 160.541 937.45 809.57 127.88 + 160.592 946.58 809.18 137.40 + 160.641 959.96 808.79 151.17 + 160.691 902.51 808.40 94.11 + 160.741 895.89 808.02 87.87 + 160.791 999.19 807.65 191.54 + 160.841 911.04 807.27 103.77 + 160.891 961.51 806.90 154.61 + 160.941 936.45 806.53 129.92 + 160.991 945.28 806.16 139.12 + 161.041 933.90 805.80 128.10 + 161.091 939.15 805.44 133.71 + 161.141 983.45 805.08 178.37 + 161.191 902.91 804.73 98.18 + 161.241 945.82 804.38 141.44 + 161.297 924.10 804.00 120.10 + 161.347 960.85 803.65 157.20 + 161.397 908.65 803.32 105.33 + 161.447 938.06 802.98 135.08 + 161.497 886.22 802.65 83.57 + 161.547 934.11 802.33 131.78 + 161.597 923.08 802.01 121.07 + 161.647 947.87 801.69 146.18 + 161.697 1005.47 801.38 204.09 + 161.747 920.53 801.08 119.45 + 161.797 957.30 800.78 156.52 + 161.847 1002.40 800.48 201.92 + 161.897 937.29 800.20 137.09 + 161.947 924.22 799.92 124.30 + 161.997 925.53 799.64 125.89 + 162.047 953.83 799.38 154.46 + 162.097 878.26 799.11 79.15 + 162.147 905.23 798.86 106.37 + 162.197 925.70 798.62 127.08 + 162.247 878.28 798.38 79.90 + 162.297 858.43 798.16 60.27 + 162.347 913.07 797.94 115.13 + 162.397 889.83 797.74 92.09 + 162.447 926.53 797.55 128.98 + 162.497 902.39 797.37 105.02 + 162.557 966.16 797.17 168.99 + 162.607 905.06 797.02 108.04 + 162.657 944.70 796.88 147.82 + 162.707 935.82 796.76 139.06 + 162.757 957.39 796.66 160.73 + 162.807 909.22 796.58 112.64 + 162.857 988.54 796.52 192.02 + 162.907 923.08 796.49 126.59 + 162.957 907.31 796.47 110.84 + 163.007 893.08 796.49 96.59 + 163.057 911.54 796.53 115.01 + 163.107 983.70 796.60 187.10 + 163.157 1060.96 796.71 264.25 + 163.207 928.88 796.85 132.03 + 163.257 960.16 797.03 163.13 + 163.307 968.35 797.25 171.10 + 163.357 961.79 797.52 164.27 + 163.407 954.64 797.84 156.80 + 163.457 916.09 798.21 117.88 + 163.507 981.89 798.63 183.26 + 163.557 916.63 799.12 117.51 + 163.606 919.80 799.67 120.13 + 163.656 972.91 800.30 172.61 + 163.706 1058.06 801.01 257.05 + 163.756 1061.08 750.55 310.53 +END +WAVES Phase1, tik1 +BEGIN + 22.070 -1396 + 31.613 -1396 + 39.091 -1396 + 45.532 -1396 + 51.337 -1396 + 56.711 -1396 + 66.615 -1396 + 71.287 -1396 + 71.287 -1396 + 75.836 -1396 + 80.298 -1396 + 84.704 -1396 + 89.082 -1396 + 93.457 -1396 + 102.303 -1396 + 106.831 -1396 + 106.831 -1396 + 111.473 -1396 + 111.473 -1396 + 116.273 -1396 + 121.284 -1396 + 126.584 -1396 + 132.285 -1396 + 145.776 -1396 + 154.721 -1396 + 154.721 -1396 + 169.255 -1396 + 169.255 -1396 +END +WAVES Excrg1, excl1 +BEGIN + 4.16 -1396 + 10.00 -1396 +END +WAVES Excrg2, excl2 +BEGIN + 164.00 -1396 + 163.76 -1396 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TwoTheta +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 4.16, 163.76 +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -36781} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: ECH0030684_LaB6_1p622A_absorption\rDate of fit: \Z09 18/06/2026/ 23:03:42.8\Z12\rnuclear\rChi2 = 302.18" +X Label left "\Z14Intensity" +X Label bottom "\Z142-Theta (in degrees)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: LaB6 Ge(331) +X | Date of run: 18/06/2026 / 23:03:42.8 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.sum b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.sum new file mode 100644 index 000000000..7111939d8 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_absorption.sum @@ -0,0 +1,143 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 8.40 - Feb2026-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 18/06/2026 Time: 23:03:42.790 + + => PCR file code: ECH0030684_LaB6_1p622A_absorption + => DAT file code: ECH0030684_LaB6_1p62 -> Relative contribution: 1.0000 + => Title: LaB6 Ge(331) + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of neutron powder data + => The 7th default profile function was selected + + => X-Y type of data: 2theta/TOF/E(Kev) Intens sigma for pattern: 1 + => Analysis of refinement at the end + => Wavelengths: 1.62390 1.62390 + => Cos(Monochromator angle)= 0.0000 + => Absorption correction (AC), muR-eff = 0.7000 0.0000 + => AC : Cylinder Debye-Scherrer (Hewat formula) + => Base of peaks: 2.0*HW* 12.00 + ==> Angular range, step and number of points: + 2Thmin: 4.164220 2Thmax: 163.756378 Step: 0.049998 No. of points: 3194 + =>-------> Pattern# 1 + => Crystal Structure Refinement for phase: 1 + => The density (volumic mass) of phase 1 is: 4.711 g/cm3 + => Scor: 5.2165 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 nuclear P m -3 m +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 28 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + La 0.00000( 0) 0.00000( 0) 0.00000( 0) 0.258( 0) 0.021( 0) 1 + B 0.19972( 0) 0.50000( 0) 0.50000( 0) 0.119( 0) 0.125( 0) 6 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 4.15689 0.00000 + 4.15689 0.00000 + 4.15689 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + => overall scale factor : 42.98374 0.000000 + => Eta(p-v) or m(p-vii) : 0.00000 0.00000 + => Overall tem. factor : 0.00000 0.00000 + => Halfwidth parameters : 0.14343 0.00000 + -0.52314 0.00000 + 0.59041 0.00000 + => Preferred orientation: 0.00000 0.00000 + 0.00000 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => X and y parameters : 0.00000 0.00000 + 0.05452 0.00000 + => Strain parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => Size parameters (G,L): 0.00000 0.00000 + 0.00000 0.00000 + + => Add. shape parameters: + 0.00000 0.00000 + 0.00000 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: -0.4578 0.0000 + => Background Polynomial Parameters ==> + 777.35 0.0000 + 52.434 0.0000 + 365.76 0.0000 + 14.659 0.0000 + -415.68 0.0000 + 0.0000 0.0000 + + => Cos(2theta)-shift parameter : 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle:200 + => N-P+C: 3076 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 41.0 Rwp: 47.9 Rexp: 2.76 Chi2: 302. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 81.7 Rwp: 81.6 Rexp: 4.69 Chi2: 302. + => Deviance: 0.341E+07 Dev* : 1107. + => DW-Stat.: 0.0274 DW-exp: 1.8880 + => N-sigma of the GoF: 11811.550 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 3011 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 41.4 Rwp: 48.2 Rexp: 2.74 Chi2: 309. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 81.6 Rwp: 81.5 Rexp: 4.64 Chi2: 309. + => Deviance: 0.341E+07 Dev* : 1131. + => DW-Stat.: 0.0274 DW-exp: 1.8867 + => N-sigma of the GoF: 11938.288 + + => Global user-weigthed Chi2 (Bragg contrib.): 309. + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 nuclear + => Bragg R-factor: 76.6 Vol: 71.830( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 52.0 ATZ: 203.711 Brindley: 1.0000 + + + CPU Time: 0.176 seconds + 0.003 minutes + + => Run finished at: Date: 18/06/2026 Time: 23:03:42.965 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.bac b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.bac new file mode 100644 index 000000000..6b5c0a409 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.bac @@ -0,0 +1,3195 @@ +! Background of: ECH0030684_LaB6_1p622A_baseline + 4.6220 708.1663 + 4.6720 708.6753 + 4.7221 709.1827 + 4.7719 709.6869 + 4.8219 710.1910 + 4.8720 710.6945 + 4.9219 711.1943 + 4.9719 711.6942 + 5.0219 712.1918 + 5.0718 712.6879 + 5.1217 713.1823 + 5.1717 713.6755 + 5.2217 714.1682 + 5.2717 714.6584 + 5.3216 715.1473 + 5.3714 715.6329 + 5.4215 716.1200 + 5.4715 716.6056 + 5.5215 717.0881 + 5.5743 717.5974 + 5.6244 718.0789 + 5.6745 718.5585 + 5.7246 719.0371 + 5.7745 719.5127 + 5.8245 719.9871 + 5.8745 720.4608 + 5.9246 720.9330 + 5.9746 721.4037 + 6.0245 721.8713 + 6.0745 722.3389 + 6.1246 722.8058 + 6.1745 723.2692 + 6.2245 723.7324 + 6.2744 724.1940 + 6.3244 724.6536 + 6.3743 725.1118 + 6.4242 725.5690 + 6.4743 726.0254 + 6.5242 726.4799 + 6.5742 726.9326 + 6.6240 727.3823 + 6.6740 727.8336 + 6.7241 728.2832 + 6.7740 728.7299 + 6.8194 729.1351 + 6.8695 729.5811 + 6.9196 730.0253 + 6.9697 730.4684 + 7.0196 730.9088 + 7.0696 731.3480 + 7.1196 731.7866 + 7.1697 732.2235 + 7.2197 732.6592 + 7.2696 733.0918 + 7.3196 733.5245 + 7.3697 733.9564 + 7.4195 734.3850 + 7.4696 734.8137 + 7.5195 735.2404 + 7.5694 735.6654 + 7.6194 736.0891 + 7.6693 736.5117 + 7.7194 736.9336 + 7.7693 737.3535 + 7.8193 737.7719 + 7.8690 738.1876 + 7.9191 738.6044 + 7.9692 739.0198 + 8.0191 739.4325 + 8.0754 739.8969 + 8.1255 740.3083 + 8.1756 740.7181 + 8.2257 741.1270 + 8.2757 741.5333 + 8.3256 741.9382 + 8.3757 742.3428 + 8.4257 742.7457 + 8.4758 743.1474 + 8.5256 743.5463 + 8.5756 743.9449 + 8.6257 744.3430 + 8.6756 744.7380 + 8.7256 745.1329 + 8.7756 745.5260 + 8.8255 745.9177 + 8.8754 746.3079 + 8.9254 746.6970 + 8.9754 747.0855 + 9.0254 747.4720 + 9.0753 747.8573 + 9.1251 748.2399 + 9.1752 748.6235 + 9.2252 749.0057 + 9.2751 749.3854 + 9.3280 749.7861 + 9.3781 750.1646 + 9.4281 750.5416 + 9.4782 750.9177 + 9.5282 751.2913 + 9.5782 751.6636 + 9.6282 752.0355 + 9.6783 752.4058 + 9.7283 752.7751 + 9.7782 753.1416 + 9.8282 753.5081 + 9.8783 753.8738 + 9.9281 754.2367 + 9.9781 754.5992 + 10.0281 754.9603 + 10.0780 755.3197 + 10.1280 755.6780 + 10.1779 756.0351 + 10.2280 756.3917 + 10.2779 756.7465 + 10.3279 757.0999 + 10.3776 757.4507 + 10.4277 757.8027 + 10.4778 758.1533 + 10.5277 758.5013 + 10.5828 758.8843 + 10.6329 759.2312 + 10.6829 759.5768 + 10.7330 759.9213 + 10.7830 760.2636 + 10.8330 760.6047 + 10.8830 760.9453 + 10.9331 761.2844 + 10.9831 761.6224 + 11.0329 761.9578 + 11.0830 762.2932 + 11.1330 762.6278 + 11.1829 762.9599 + 11.2330 763.2916 + 11.2829 763.6218 + 11.3328 763.9506 + 11.3827 764.2781 + 11.4327 764.6046 + 11.4827 764.9306 + 11.5327 765.2548 + 11.5827 765.5778 + 11.6324 765.8984 + 11.6825 766.2198 + 11.7326 766.5399 + 11.7825 766.8578 + 11.8322 767.1735 + 11.8823 767.4904 + 11.9324 767.8058 + 11.9825 768.1204 + 12.0324 768.4327 + 12.0824 768.7440 + 12.1325 769.0547 + 12.1825 769.3641 + 12.2325 769.6724 + 12.2824 769.9784 + 12.3324 770.2841 + 12.3825 770.5891 + 12.4324 770.8917 + 12.4824 771.1941 + 12.5323 771.4949 + 12.5823 771.7944 + 12.6322 772.0927 + 12.6821 772.3901 + 12.7322 772.6868 + 12.7822 772.9819 + 12.8321 773.2759 + 12.8819 773.5676 + 12.9319 773.8601 + 12.9820 774.1512 + 13.0319 774.4403 + 13.0712 774.6674 + 13.1214 774.9557 + 13.1714 775.2427 + 13.2215 775.5288 + 13.2715 775.8127 + 13.3214 776.0958 + 13.3715 776.3781 + 13.4215 776.6594 + 13.4716 776.9394 + 13.5214 777.2174 + 13.5715 777.4951 + 13.6215 777.7722 + 13.6714 778.0469 + 13.7214 778.3213 + 13.7714 778.5943 + 13.8213 778.8661 + 13.8712 779.1367 + 13.9212 779.4064 + 13.9712 779.6754 + 14.0212 779.9431 + 14.0711 780.2094 + 14.1209 780.4738 + 14.1710 780.7386 + 14.2211 781.0025 + 14.2710 781.2644 + 14.3257 781.5504 + 14.3758 781.8110 + 14.4259 782.0704 + 14.4760 782.3290 + 14.5259 782.5856 + 14.5759 782.8412 + 14.6259 783.0963 + 14.6760 783.3502 + 14.7260 783.6031 + 14.7759 783.8539 + 14.8259 784.1045 + 14.8760 784.3544 + 14.9259 784.6023 + 14.9759 784.8497 + 15.0258 785.0958 + 15.0758 785.3408 + 15.1257 785.5846 + 15.1756 785.8276 + 15.2257 786.0700 + 15.2756 786.3110 + 15.3256 786.5508 + 15.3753 786.7887 + 15.4254 787.0272 + 15.4755 787.2645 + 15.5254 787.4999 + 15.5817 787.7646 + 15.6318 787.9989 + 15.6819 788.2319 + 15.7320 788.4642 + 15.7820 788.6948 + 15.8319 788.9243 + 15.8820 789.1532 + 15.9320 789.3811 + 15.9821 789.6080 + 16.0319 789.8330 + 16.0819 790.0577 + 16.1320 790.2817 + 16.1819 790.5039 + 16.2319 790.7256 + 16.2819 790.9461 + 16.3318 791.1655 + 16.3817 791.3838 + 16.4317 791.6013 + 16.4817 791.8181 + 16.5317 792.0337 + 16.5816 792.2482 + 16.6314 792.4609 + 16.6815 792.6740 + 16.7315 792.8862 + 16.7814 793.0966 + 16.8158 793.2410 + 16.8659 793.4505 + 16.9160 793.6590 + 16.9661 793.8666 + 17.0161 794.0726 + 17.0660 794.2778 + 17.1161 794.4823 + 17.1661 794.6859 + 17.2162 794.8884 + 17.2660 795.0894 + 17.3160 795.2897 + 17.3661 795.4896 + 17.4160 795.6877 + 17.4660 795.8854 + 17.5160 796.0820 + 17.5659 796.2773 + 17.6158 796.4718 + 17.6658 796.6655 + 17.7158 796.8585 + 17.7658 797.0503 + 17.8157 797.2411 + 17.8655 797.4303 + 17.9156 797.6198 + 17.9656 797.8082 + 18.0155 797.9952 + 18.0527 798.1339 + 18.1028 798.3198 + 18.1529 798.5049 + 18.2030 798.6890 + 18.2530 798.8718 + 18.3029 799.0536 + 18.3530 799.2349 + 18.4030 799.4152 + 18.4531 799.5946 + 18.5029 799.7724 + 18.5529 799.9499 + 18.6030 800.1267 + 18.6529 800.3018 + 18.7029 800.4766 + 18.7529 800.6502 + 18.8028 800.8229 + 18.8527 800.9946 + 18.9027 801.1655 + 18.9527 801.3359 + 19.0027 801.5050 + 19.0526 801.6733 + 19.1024 801.8400 + 19.1525 802.0070 + 19.2025 802.1730 + 19.2524 802.3375 + 19.2976 802.4856 + 19.3477 802.6492 + 19.3977 802.8117 + 19.4478 802.9735 + 19.4978 803.1339 + 19.5478 803.2935 + 19.5978 803.4526 + 19.6479 803.6107 + 19.6979 803.7679 + 19.7478 803.9237 + 19.7978 804.0791 + 19.8479 804.2339 + 19.8977 804.3871 + 19.9478 804.5400 + 19.9977 804.6918 + 20.0476 804.8427 + 20.0976 804.9927 + 20.1475 805.1420 + 20.1976 805.2907 + 20.2475 805.4382 + 20.2975 805.5849 + 20.3472 805.7303 + 20.3973 805.8757 + 20.4474 806.0201 + 20.4973 806.1634 + 20.5635 806.3522 + 20.6136 806.4940 + 20.6636 806.6349 + 20.7137 806.7751 + 20.7637 806.9141 + 20.8137 807.0522 + 20.8637 807.1898 + 20.9138 807.3265 + 20.9638 807.4624 + 21.0137 807.5970 + 21.0637 807.7313 + 21.1138 807.8648 + 21.1636 807.9971 + 21.2136 808.1288 + 21.2636 808.2596 + 21.3135 808.3896 + 21.3635 808.5187 + 21.4134 808.6471 + 21.4634 808.7748 + 21.5134 808.9016 + 21.5634 809.0275 + 21.6131 809.1523 + 21.6632 809.2771 + 21.7133 809.4009 + 21.7632 809.5236 + 21.8238 809.6715 + 21.8739 809.7930 + 21.9239 809.9136 + 21.9740 810.0334 + 22.0240 810.1522 + 22.0740 810.2702 + 22.1240 810.3876 + 22.1741 810.5043 + 22.2241 810.6202 + 22.2739 810.7347 + 22.3240 810.8489 + 22.3740 810.9626 + 22.4239 811.0750 + 22.4739 811.1870 + 22.5239 811.2980 + 22.5738 811.4082 + 22.6237 811.5176 + 22.6737 811.6265 + 22.7237 811.7346 + 22.7737 811.8419 + 22.8236 811.9484 + 22.8734 812.0537 + 22.9235 812.1590 + 22.9736 812.2635 + 23.0235 812.3669 + 23.0697 812.4622 + 23.1199 812.5646 + 23.1699 812.6661 + 23.2200 812.7671 + 23.2700 812.8671 + 23.3199 812.9661 + 23.3700 813.0648 + 23.4200 813.1627 + 23.4701 813.2597 + 23.5199 813.3558 + 23.5700 813.4514 + 23.6200 813.5464 + 23.6699 813.6403 + 23.7199 813.7338 + 23.7699 813.8264 + 23.8198 813.9183 + 23.8697 814.0094 + 23.9197 814.0999 + 23.9697 814.1898 + 24.0197 814.2789 + 24.0696 814.3672 + 24.1194 814.4545 + 24.1695 814.5417 + 24.2196 814.6282 + 24.2695 814.7136 + 24.3191 814.7980 + 24.3692 814.8824 + 24.4193 814.9661 + 24.4694 815.0491 + 24.5194 815.1311 + 24.5693 815.2125 + 24.6194 815.2933 + 24.6694 815.3735 + 24.7195 815.4529 + 24.7693 815.5315 + 24.8194 815.6095 + 24.8694 815.6869 + 24.9193 815.7634 + 24.9693 815.8395 + 25.0193 815.9147 + 25.0692 815.9893 + 25.1191 816.0631 + 25.1691 816.1363 + 25.2191 816.2090 + 25.2691 816.2809 + 25.3190 816.3521 + 25.3688 816.4224 + 25.4189 816.4926 + 25.4689 816.5619 + 25.5188 816.6304 + 25.5732 816.7044 + 25.6233 816.7718 + 25.6734 816.8385 + 25.7235 816.9046 + 25.7735 816.9699 + 25.8234 817.0346 + 25.8735 817.0987 + 25.9235 817.1620 + 25.9736 817.2249 + 26.0234 817.2869 + 26.0734 817.3484 + 26.1235 817.4092 + 26.1734 817.4692 + 26.2234 817.5289 + 26.2734 817.5877 + 26.3233 817.6459 + 26.3732 817.7036 + 26.4232 817.7605 + 26.4732 817.8170 + 26.5232 817.8727 + 26.5731 817.9279 + 26.6229 817.9821 + 26.6730 818.0361 + 26.7230 818.0895 + 26.7729 818.1420 + 26.8354 818.2070 + 26.8855 818.2585 + 26.9356 818.3092 + 26.9857 818.3594 + 27.0356 818.4088 + 27.0856 818.4576 + 27.1356 818.5060 + 27.1857 818.5536 + 27.2357 818.6008 + 27.2856 818.6472 + 27.3356 818.6929 + 27.3857 818.7383 + 27.4355 818.7830 + 27.4856 818.8270 + 27.5355 818.8704 + 27.5855 818.9133 + 27.6354 818.9555 + 27.6853 818.9973 + 27.7354 819.0384 + 27.7853 819.0790 + 27.8353 819.1189 + 27.8850 819.1581 + 27.9351 819.1970 + 27.9852 819.2354 + 28.0351 819.2729 + 28.0912 819.3146 + 28.1413 819.3511 + 28.1913 819.3870 + 28.2415 819.4224 + 28.2914 819.4570 + 28.3414 819.4913 + 28.3914 819.5249 + 28.4415 819.5580 + 28.4915 819.5906 + 28.5414 819.6224 + 28.5914 819.6538 + 28.6415 819.6846 + 28.6913 819.7148 + 28.7414 819.7446 + 28.7913 819.7738 + 28.8412 819.8024 + 28.8912 819.8304 + 28.9411 819.8579 + 28.9911 819.8849 + 29.0411 819.9113 + 29.0911 819.9372 + 29.1408 819.9624 + 29.1909 819.9873 + 29.2410 820.0116 + 29.2909 820.0353 + 29.3235 820.0505 + 29.3736 820.0735 + 29.4237 820.0959 + 29.4738 820.1177 + 29.5237 820.1390 + 29.5737 820.1597 + 29.6238 820.1800 + 29.6738 820.1997 + 29.7239 820.2190 + 29.7737 820.2375 + 29.8237 820.2557 + 29.8738 820.2734 + 29.9237 820.2905 + 29.9737 820.3071 + 30.0237 820.3232 + 30.0736 820.3387 + 30.1235 820.3538 + 30.1735 820.3683 + 30.2235 820.3824 + 30.2735 820.3961 + 30.3234 820.4091 + 30.3732 820.4216 + 30.4233 820.4336 + 30.4733 820.4453 + 30.5232 820.4563 + 30.5563 820.4634 + 30.6064 820.4736 + 30.6565 820.4834 + 30.7066 820.4927 + 30.7565 820.5015 + 30.8065 820.5097 + 30.8566 820.5176 + 30.9066 820.5248 + 30.9566 820.5317 + 31.0065 820.5380 + 31.0565 820.5438 + 31.1066 820.5493 + 31.1565 820.5542 + 31.2065 820.5587 + 31.2565 820.5626 + 31.3064 820.5662 + 31.3563 820.5691 + 31.4062 820.5717 + 31.4563 820.5737 + 31.5063 820.5754 + 31.5562 820.5765 + 31.6060 820.5772 + 31.6561 820.5774 + 31.7061 820.5772 + 31.7560 820.5766 + 31.8092 820.5753 + 31.8593 820.5737 + 31.9094 820.5717 + 31.9595 820.5691 + 32.0094 820.5661 + 32.0594 820.5627 + 32.1095 820.5587 + 32.1595 820.5544 + 32.2095 820.5497 + 32.2594 820.5444 + 32.3094 820.5388 + 32.3595 820.5326 + 32.4094 820.5261 + 32.4594 820.5192 + 32.5093 820.5118 + 32.5593 820.5040 + 32.6092 820.4957 + 32.6591 820.4869 + 32.7092 820.4778 + 32.7591 820.4683 + 32.8091 820.4582 + 32.8589 820.4478 + 32.9089 820.4371 + 32.9590 820.4257 + 33.0089 820.4140 + 33.0541 820.4031 + 33.1042 820.3905 + 33.1543 820.3776 + 33.2044 820.3643 + 33.2543 820.3506 + 33.3043 820.3364 + 33.3543 820.3219 + 33.4044 820.3069 + 33.4544 820.2914 + 33.5043 820.2757 + 33.5543 820.2595 + 33.6044 820.2429 + 33.6543 820.2259 + 33.7043 820.2085 + 33.7542 820.1907 + 33.8042 820.1726 + 33.8541 820.1541 + 33.9040 820.1350 + 33.9541 820.1155 + 34.0040 820.0958 + 34.0540 820.0757 + 34.1038 820.0553 + 34.1538 820.0343 + 34.2039 820.0129 + 34.2538 819.9912 + 34.2952 819.9730 + 34.3453 819.9505 + 34.3954 819.9277 + 34.4455 819.9044 + 34.4954 819.8809 + 34.5454 819.8570 + 34.5954 819.8326 + 34.6455 819.8079 + 34.6955 819.7828 + 34.7454 819.7574 + 34.7954 819.7316 + 34.8455 819.7054 + 34.8953 819.6790 + 34.9454 819.6520 + 34.9953 819.6248 + 35.0453 819.5972 + 35.0952 819.5693 + 35.1451 819.5410 + 35.1952 819.5122 + 35.2451 819.4832 + 35.2951 819.4537 + 35.3448 819.4242 + 35.3949 819.3939 + 35.4450 819.3634 + 35.4949 819.3326 + 35.5637 819.2896 + 35.6138 819.2579 + 35.6639 819.2258 + 35.7140 819.1934 + 35.7640 819.1607 + 35.8139 819.1277 + 35.8640 819.0943 + 35.9140 819.0605 + 35.9641 819.0265 + 36.0139 818.9922 + 36.0639 818.9575 + 36.1140 818.9224 + 36.1639 818.8870 + 36.2139 818.8513 + 36.2639 818.8154 + 36.3138 818.7790 + 36.3637 818.7424 + 36.4137 818.7053 + 36.4637 818.6680 + 36.5137 818.6302 + 36.5636 818.5923 + 36.6134 818.5543 + 36.6635 818.5156 + 36.7135 818.4765 + 36.7634 818.4373 + 36.8374 818.3787 + 36.8875 818.3386 + 36.9376 818.2981 + 36.9877 818.2574 + 37.0376 818.2164 + 37.0876 818.1752 + 37.1377 818.1336 + 37.1877 818.0916 + 37.2378 818.0494 + 37.2876 818.0071 + 37.3376 817.9642 + 37.3877 817.9211 + 37.4376 817.8778 + 37.4876 817.8342 + 37.5376 817.7901 + 37.5875 817.7460 + 37.6374 817.7014 + 37.6874 817.6566 + 37.7374 817.6115 + 37.7874 817.5660 + 37.8373 817.5204 + 37.8871 817.4746 + 37.9372 817.4283 + 37.9872 817.3816 + 38.0371 817.3348 + 38.0778 817.2965 + 38.1279 817.2491 + 38.1780 817.2014 + 38.2281 817.1533 + 38.2780 817.1052 + 38.3280 817.0568 + 38.3781 817.0080 + 38.4281 816.9589 + 38.4781 816.9097 + 38.5280 816.8602 + 38.5780 816.8104 + 38.6281 816.7603 + 38.6780 816.7100 + 38.7280 816.6594 + 38.7780 816.6085 + 38.8279 816.5574 + 38.8778 816.5061 + 38.9278 816.4546 + 38.9778 816.4026 + 39.0278 816.3505 + 39.0777 816.2982 + 39.1275 816.2456 + 39.1776 816.1927 + 39.2276 816.1394 + 39.2775 816.0861 + 39.3286 816.0314 + 39.3787 815.9773 + 39.4287 815.9230 + 39.4788 815.8685 + 39.5288 815.8139 + 39.5788 815.7590 + 39.6288 815.7039 + 39.6788 815.6484 + 39.7289 815.5928 + 39.7787 815.5370 + 39.8288 815.4810 + 39.8788 815.4246 + 39.9287 815.3680 + 39.9787 815.3113 + 40.0287 815.2544 + 40.0786 815.1972 + 40.1285 815.1398 + 40.1785 815.0822 + 40.2285 815.0242 + 40.2785 814.9661 + 40.3284 814.9078 + 40.3782 814.8494 + 40.4283 814.7905 + 40.4784 814.7314 + 40.5283 814.6724 + 40.5802 814.6106 + 40.6303 814.5507 + 40.6803 814.4908 + 40.7304 814.4305 + 40.7804 814.3702 + 40.8303 814.3097 + 40.8804 814.2489 + 40.9305 814.1879 + 40.9805 814.1267 + 41.0303 814.0655 + 41.0804 814.0038 + 41.1304 813.9420 + 41.1803 813.8802 + 41.2303 813.8180 + 41.2803 813.7556 + 41.3302 813.6931 + 41.3801 813.6305 + 41.4301 813.5676 + 41.4801 813.5043 + 41.5301 813.4410 + 41.5800 813.3776 + 41.6298 813.3141 + 41.6799 813.2500 + 41.7300 813.1859 + 41.7799 813.1216 + 41.8221 813.0671 + 41.8722 813.0024 + 41.9223 812.9374 + 41.9724 812.8723 + 42.0223 812.8072 + 42.0723 812.7418 + 42.1223 812.6762 + 42.1724 812.6104 + 42.2224 812.5444 + 42.2723 812.4785 + 42.3223 812.4122 + 42.3724 812.3456 + 42.4223 812.2792 + 42.4723 812.2123 + 42.5222 812.1455 + 42.5722 812.0784 + 42.6221 812.0113 + 42.6720 811.9438 + 42.7221 811.8762 + 42.7720 811.8084 + 42.8220 811.7406 + 42.8718 811.6728 + 42.9218 811.6044 + 42.9719 811.5359 + 43.0218 811.4674 + 43.0719 811.3986 + 43.1220 811.3295 + 43.1721 811.2604 + 43.2222 811.1910 + 43.2721 811.1217 + 43.3221 811.0522 + 43.3722 810.9825 + 43.4222 810.9127 + 43.4722 810.8426 + 43.5221 810.7728 + 43.5721 810.7025 + 43.6222 810.6320 + 43.6721 810.5615 + 43.7221 810.4908 + 43.7720 810.4202 + 43.8220 810.3492 + 43.8719 810.2782 + 43.9218 810.2070 + 43.9719 810.1357 + 44.0218 810.0641 + 44.0718 809.9927 + 44.1215 809.9211 + 44.1716 809.8492 + 44.2217 809.7770 + 44.2716 809.7050 + 44.3227 809.6310 + 44.3728 809.5584 + 44.4229 809.4858 + 44.4730 809.4130 + 44.5230 809.3403 + 44.5729 809.2674 + 44.6230 809.1943 + 44.6730 809.1210 + 44.7231 809.0477 + 44.7729 808.9745 + 44.8229 808.9009 + 44.8730 808.8271 + 44.9229 808.7536 + 44.9729 808.6796 + 45.0229 808.6058 + 45.0728 808.5318 + 45.1227 808.4578 + 45.1727 808.3834 + 45.2227 808.3090 + 45.2727 808.2345 + 45.3226 808.1600 + 45.3724 808.0855 + 45.4225 808.0106 + 45.4725 807.9355 + 45.5224 807.8607 + 45.5670 807.7937 + 45.6171 807.7182 + 45.6672 807.6428 + 45.7173 807.5672 + 45.7673 807.4918 + 45.8172 807.4162 + 45.8673 807.3405 + 45.9173 807.2645 + 45.9674 807.1885 + 46.0172 807.1127 + 46.0672 807.0366 + 46.1173 806.9604 + 46.1672 806.8842 + 46.2172 806.8079 + 46.2672 806.7315 + 46.3171 806.6550 + 46.3670 806.5786 + 46.4170 806.5019 + 46.4670 806.4252 + 46.5170 806.3483 + 46.5669 806.2715 + 46.6167 806.1948 + 46.6668 806.1177 + 46.7168 806.0403 + 46.7667 805.9633 + 46.8175 805.8847 + 46.8676 805.8073 + 46.9177 805.7296 + 46.9678 805.6519 + 47.0177 805.5744 + 47.0677 805.4968 + 47.1178 805.4190 + 47.1678 805.3411 + 47.2178 805.2632 + 47.2677 805.1854 + 47.3177 805.1074 + 47.3678 805.0292 + 47.4177 804.9514 + 47.4677 804.8731 + 47.5177 804.7949 + 47.5676 804.7167 + 47.6175 804.6385 + 47.6675 804.5602 + 47.7175 804.4816 + 47.7675 804.4031 + 47.8174 804.3246 + 47.8672 804.2463 + 47.9173 804.1675 + 47.9673 804.0887 + 48.0172 804.0101 + 48.0850 803.9031 + 48.1351 803.8241 + 48.1852 803.7451 + 48.2353 803.6659 + 48.2852 803.5870 + 48.3352 803.5079 + 48.3853 803.4287 + 48.4353 803.3495 + 48.4853 803.2703 + 48.5352 803.1912 + 48.5852 803.1119 + 48.6353 803.0324 + 48.6852 802.9533 + 48.7352 802.8738 + 48.7851 802.7946 + 48.8351 802.7151 + 48.8850 802.6358 + 48.9350 802.5564 + 48.9850 802.4767 + 49.0350 802.3973 + 49.0849 802.3177 + 49.1347 802.2384 + 49.1848 802.1586 + 49.2348 802.0789 + 49.2847 801.9994 + 49.3283 801.9299 + 49.3784 801.8499 + 49.4285 801.7700 + 49.4786 801.6901 + 49.5285 801.6104 + 49.5785 801.5305 + 49.6286 801.4506 + 49.6786 801.3706 + 49.7286 801.2907 + 49.7785 801.2110 + 49.8285 801.1310 + 49.8786 801.0510 + 49.9285 800.9713 + 49.9785 800.8914 + 50.0285 800.8114 + 50.0784 800.7315 + 50.1283 800.6517 + 50.1782 800.5718 + 50.2283 800.4917 + 50.2783 800.4118 + 50.3282 800.3319 + 50.3780 800.2523 + 50.4280 800.1721 + 50.4781 800.0920 + 50.5280 800.0121 + 50.5584 799.9635 + 50.6085 799.8833 + 50.6586 799.8032 + 50.7087 799.7230 + 50.7587 799.6431 + 50.8086 799.5631 + 50.8587 799.4830 + 50.9087 799.4029 + 50.9588 799.3229 + 51.0086 799.2432 + 51.0587 799.1632 + 51.1087 799.0831 + 51.1586 799.0034 + 51.2086 798.9234 + 51.2586 798.8436 + 51.3085 798.7638 + 51.3584 798.6840 + 51.4084 798.6042 + 51.4584 798.5243 + 51.5084 798.4445 + 51.5583 798.3648 + 51.6081 798.2853 + 51.6582 798.2054 + 51.7083 798.1255 + 51.7581 798.0459 + 51.8242 797.9407 + 51.8743 797.8608 + 51.9244 797.7811 + 51.9745 797.7012 + 52.0244 797.6218 + 52.0744 797.5422 + 52.1245 797.4625 + 52.1745 797.3829 + 52.2245 797.3034 + 52.2744 797.2242 + 52.3244 797.1447 + 52.3745 797.0652 + 52.4244 796.9861 + 52.4744 796.9067 + 52.5243 796.8275 + 52.5743 796.7484 + 52.6242 796.6691 + 52.6741 796.5901 + 52.7242 796.5109 + 52.7741 796.4319 + 52.8241 796.3528 + 52.8739 796.2742 + 52.9239 796.1950 + 52.9740 796.1160 + 53.0239 796.0374 + 53.0947 795.9257 + 53.1448 795.8467 + 53.1949 795.7679 + 53.2450 795.6891 + 53.2949 795.6105 + 53.3449 795.5320 + 53.3949 795.4532 + 53.4450 795.3748 + 53.4950 795.2963 + 53.5449 795.2181 + 53.5949 795.1397 + 53.6450 795.0613 + 53.6949 794.9833 + 53.7449 794.9052 + 53.7948 794.8270 + 53.8448 794.7491 + 53.8947 794.6713 + 53.9446 794.5934 + 53.9947 794.5154 + 54.0446 794.4377 + 54.0946 794.3600 + 54.1443 794.2828 + 54.1944 794.2050 + 54.2445 794.1273 + 54.2944 794.0500 + 54.3278 793.9982 + 54.3779 793.9207 + 54.4279 793.8433 + 54.4781 793.7659 + 54.5280 793.6888 + 54.5780 793.6117 + 54.6280 793.5346 + 54.6781 793.4576 + 54.7281 793.3806 + 54.7780 793.3040 + 54.8280 793.2273 + 54.8781 793.1505 + 54.9279 793.0740 + 54.9780 792.9975 + 55.0279 792.9211 + 55.0779 792.8448 + 55.1278 792.7687 + 55.1777 792.6926 + 55.2278 792.6163 + 55.2777 792.5403 + 55.3277 792.4645 + 55.3774 792.3890 + 55.4275 792.3130 + 55.4776 792.2372 + 55.5275 792.1618 + 55.5600 792.1127 + 55.6101 792.0370 + 55.6601 791.9615 + 55.7102 791.8860 + 55.7602 791.8109 + 55.8102 791.7358 + 55.8602 791.6607 + 55.9103 791.5856 + 55.9603 791.5108 + 56.0102 791.4363 + 56.0602 791.3615 + 56.1103 791.2869 + 56.1601 791.2125 + 56.2102 791.1381 + 56.2601 791.0639 + 56.3100 790.9898 + 56.3600 790.9158 + 56.4099 790.8419 + 56.4600 790.7679 + 56.5099 790.6942 + 56.5599 790.6205 + 56.6096 790.5473 + 56.6597 790.4737 + 56.7098 790.4001 + 56.7597 790.3270 + 56.8162 790.2444 + 56.8663 790.1712 + 56.9163 790.0981 + 56.9664 790.0251 + 57.0164 789.9524 + 57.0664 789.8798 + 57.1164 789.8073 + 57.1665 789.7347 + 57.2165 789.6624 + 57.2664 789.5904 + 57.3164 789.5182 + 57.3665 789.4462 + 57.4163 789.3745 + 57.4664 789.3027 + 57.5163 789.2311 + 57.5662 789.1598 + 57.6162 789.0886 + 57.6661 789.0172 + 57.7161 788.9460 + 57.7661 788.8750 + 57.8161 788.8041 + 57.8658 788.7337 + 57.9159 788.6630 + 57.9660 788.5923 + 58.0159 788.5220 + 58.0775 788.4354 + 58.1276 788.3651 + 58.1776 788.2949 + 58.2277 788.2249 + 58.2777 788.1550 + 58.3277 788.0855 + 58.3777 788.0159 + 58.4278 787.9465 + 58.4778 787.8771 + 58.5276 787.8082 + 58.5777 787.7391 + 58.6278 787.6701 + 58.6776 787.6014 + 58.7276 787.5328 + 58.7776 787.4645 + 58.8275 787.3962 + 58.8774 787.3281 + 58.9274 787.2601 + 58.9774 787.1920 + 59.0274 787.1242 + 59.0774 787.0566 + 59.1271 786.9894 + 59.1772 786.9218 + 59.2273 786.8546 + 59.2772 786.7875 + 59.3260 786.7221 + 59.3761 786.6551 + 59.4262 786.5883 + 59.4763 786.5216 + 59.5262 786.4553 + 59.5762 786.3889 + 59.6263 786.3228 + 59.6763 786.2567 + 59.7263 786.1908 + 59.7762 786.1252 + 59.8262 786.0596 + 59.8763 785.9942 + 59.9262 785.9291 + 59.9762 785.8640 + 60.0261 785.7990 + 60.0761 785.7343 + 60.1260 785.6697 + 60.1759 785.6053 + 60.2260 785.5408 + 60.2759 785.4767 + 60.3259 785.4128 + 60.3757 785.3492 + 60.4258 785.2853 + 60.4758 785.2216 + 60.5257 785.1583 + 60.5659 785.1074 + 60.6161 785.0441 + 60.6661 784.9810 + 60.7162 784.9180 + 60.7662 784.8554 + 60.8161 784.7928 + 60.8662 784.7305 + 60.9162 784.6682 + 60.9663 784.6061 + 61.0161 784.5444 + 61.0662 784.4827 + 61.1162 784.4211 + 61.1661 784.3598 + 61.2161 784.2986 + 61.2661 784.2375 + 61.3160 784.1768 + 61.3659 784.1161 + 61.4159 784.0555 + 61.4659 783.9951 + 61.5159 783.9349 + 61.5658 783.8749 + 61.6156 783.8153 + 61.6657 783.7555 + 61.7157 783.6959 + 61.7656 783.6366 + 61.8054 783.5895 + 61.8555 783.5303 + 61.9056 783.4714 + 61.9557 783.4125 + 62.0057 783.3540 + 62.0556 783.2956 + 62.1057 783.2374 + 62.1557 783.1793 + 62.2058 783.1214 + 62.2556 783.0639 + 62.3056 783.0063 + 62.3557 782.9489 + 62.4056 782.8918 + 62.4556 782.8349 + 62.5056 782.7782 + 62.5555 782.7217 + 62.6054 782.6653 + 62.6554 782.6091 + 62.7054 782.5530 + 62.7554 782.4971 + 62.8053 782.4415 + 62.8551 782.3862 + 62.9052 782.3309 + 62.9552 782.2756 + 63.0051 782.2208 + 63.0473 782.1745 + 63.0974 782.1198 + 63.1475 782.0653 + 63.1976 782.0110 + 63.2476 781.9570 + 63.2975 781.9031 + 63.3476 781.8494 + 63.3976 781.7958 + 63.4477 781.7425 + 63.4975 781.6895 + 63.5475 781.6367 + 63.5976 781.5837 + 63.6475 781.5314 + 63.6975 781.4790 + 63.7475 781.4269 + 63.7974 781.3750 + 63.8473 781.3233 + 63.8973 781.2718 + 63.9473 781.2204 + 63.9973 781.1692 + 64.0472 781.1183 + 64.0970 781.0677 + 64.1471 781.0170 + 64.1971 780.9666 + 64.2470 780.9165 + 64.2871 780.8764 + 64.3372 780.8265 + 64.3873 780.7768 + 64.4374 780.7272 + 64.4873 780.6780 + 64.5373 780.6291 + 64.5873 780.5802 + 64.6374 780.5316 + 64.6874 780.4830 + 64.7373 780.4350 + 64.7873 780.3869 + 64.8374 780.3391 + 64.8872 780.2915 + 64.9373 780.2441 + 64.9872 780.1969 + 65.0371 780.1500 + 65.0871 780.1033 + 65.1370 780.0568 + 65.1871 780.0104 + 65.2370 779.9642 + 65.2870 779.9183 + 65.3367 779.8727 + 65.3868 779.8271 + 65.4369 779.7817 + 65.4868 779.7367 + 65.5325 779.6957 + 65.5826 779.6509 + 65.6326 779.6064 + 65.6827 779.5620 + 65.7327 779.5179 + 65.7827 779.4741 + 65.8327 779.4304 + 65.8828 779.3870 + 65.9328 779.3437 + 65.9827 779.3007 + 66.0327 779.2580 + 66.0828 779.2153 + 66.1326 779.1731 + 66.1827 779.1309 + 66.2326 779.0891 + 66.2825 779.0474 + 66.3325 779.0060 + 66.3824 778.9647 + 66.4325 778.9236 + 66.4824 778.8829 + 66.5324 778.8422 + 66.5821 778.8021 + 66.6322 778.7618 + 66.6823 778.7219 + 66.7322 778.6823 + 66.7904 778.6362 + 66.8405 778.5970 + 66.8905 778.5579 + 66.9406 778.5189 + 66.9906 778.4805 + 67.0406 778.4421 + 67.0906 778.4040 + 67.1407 778.3660 + 67.1907 778.3284 + 67.2405 778.2911 + 67.2906 778.2538 + 67.3407 778.2167 + 67.3905 778.1801 + 67.4406 778.1436 + 67.4905 778.1072 + 67.5404 778.0712 + 67.5904 778.0355 + 67.6403 777.9999 + 67.6903 777.9645 + 67.7403 777.9294 + 67.7903 777.8944 + 67.8400 777.8599 + 67.8901 777.8254 + 67.9402 777.7911 + 67.9901 777.7572 + 68.0538 777.7142 + 68.1039 777.6807 + 68.1540 777.6474 + 68.2041 777.6143 + 68.2540 777.5815 + 68.3040 777.5491 + 68.3541 777.5167 + 68.4041 777.4847 + 68.4541 777.4528 + 68.5040 777.4214 + 68.5540 777.3900 + 68.6041 777.3588 + 68.6540 777.3281 + 68.7040 777.2974 + 68.7540 777.2670 + 68.8039 777.2369 + 68.8538 777.2070 + 68.9037 777.1774 + 68.9538 777.1480 + 69.0038 777.1187 + 69.0537 777.0898 + 69.1035 777.0612 + 69.1535 777.0328 + 69.2036 777.0045 + 69.2535 776.9766 + 69.3218 776.9387 + 69.3719 776.9113 + 69.4220 776.8841 + 69.4721 776.8571 + 69.5220 776.8304 + 69.5720 776.8040 + 69.6221 776.7778 + 69.6721 776.7518 + 69.7221 776.7261 + 69.7720 776.7007 + 69.8220 776.6755 + 69.8721 776.6505 + 69.9220 776.6258 + 69.9720 776.6014 + 70.0219 776.5771 + 70.0719 776.5532 + 70.1218 776.5295 + 70.1717 776.5061 + 70.2218 776.4828 + 70.2718 776.4599 + 70.3217 776.4372 + 70.3715 776.4148 + 70.4215 776.3925 + 70.4716 776.3705 + 70.5215 776.3489 + 70.5556 776.3342 + 70.6057 776.3128 + 70.6558 776.2917 + 70.7059 776.2709 + 70.7558 776.2504 + 70.8058 776.2301 + 70.8559 776.2101 + 70.9059 776.1902 + 70.9559 776.1708 + 71.0058 776.1515 + 71.0558 776.1325 + 71.1059 776.1136 + 71.1558 776.0952 + 71.2058 776.0770 + 71.2557 776.0590 + 71.3057 776.0412 + 71.3556 776.0237 + 71.4055 776.0066 + 71.4556 775.9896 + 71.5055 775.9729 + 71.5555 775.9564 + 71.6053 775.9403 + 71.6553 775.9243 + 71.7054 775.9086 + 71.7553 775.8932 + 71.7864 775.8837 + 71.8365 775.8687 + 71.8866 775.8540 + 71.9367 775.8394 + 71.9866 775.8253 + 72.0366 775.8113 + 72.0866 775.7975 + 72.1367 775.7841 + 72.1867 775.7709 + 72.2366 775.7579 + 72.2866 775.7454 + 72.3367 775.7330 + 72.3866 775.7207 + 72.4366 775.7089 + 72.4865 775.6973 + 72.5365 775.6860 + 72.5864 775.6749 + 72.6363 775.6641 + 72.6864 775.6536 + 72.7363 775.6432 + 72.7863 775.6332 + 72.8361 775.6235 + 72.8861 775.6140 + 72.9362 775.6047 + 72.9861 775.5957 + 73.0524 775.5842 + 73.1025 775.5758 + 73.1525 775.5677 + 73.2027 775.5599 + 73.2526 775.5524 + 73.3026 775.5451 + 73.3526 775.5381 + 73.4027 775.5313 + 73.4527 775.5248 + 73.5026 775.5186 + 73.5526 775.5127 + 73.6027 775.5070 + 73.6525 775.5015 + 73.7026 775.4964 + 73.7525 775.4916 + 73.8025 775.4870 + 73.8524 775.4826 + 73.9023 775.4785 + 73.9524 775.4747 + 74.0023 775.4712 + 74.0523 775.4680 + 74.1020 775.4650 + 74.1521 775.4622 + 74.2022 775.4597 + 74.2521 775.4576 + 74.2920 775.4561 + 74.3421 775.4544 + 74.3922 775.4529 + 74.4422 775.4518 + 74.4922 775.4509 + 74.5422 775.4503 + 74.5922 775.4500 + 74.6423 775.4500 + 74.6923 775.4501 + 74.7422 775.4506 + 74.7922 775.4515 + 74.8423 775.4525 + 74.8921 775.4537 + 74.9422 775.4553 + 74.9921 775.4572 + 75.0420 775.4593 + 75.0920 775.4617 + 75.1419 775.4644 + 75.1920 775.4674 + 75.2419 775.4706 + 75.2919 775.4741 + 75.3416 775.4778 + 75.3917 775.4819 + 75.4418 775.4863 + 75.4917 775.4909 + 75.5281 775.4944 + 75.5782 775.4995 + 75.6283 775.5049 + 75.6784 775.5105 + 75.7283 775.5164 + 75.7783 775.5226 + 75.8284 775.5291 + 75.8784 775.5359 + 75.9285 775.5428 + 75.9783 775.5501 + 76.0283 775.5577 + 76.0784 775.5656 + 76.1283 775.5737 + 76.1783 775.5821 + 76.2283 775.5908 + 76.2782 775.5998 + 76.3281 775.6090 + 76.3781 775.6185 + 76.4281 775.6283 + 76.4781 775.6384 + 76.5280 775.6487 + 76.5778 775.6594 + 76.6279 775.6702 + 76.6779 775.6815 + 76.7278 775.6930 + 76.7777 775.7048 + 76.8278 775.7168 + 76.8779 775.7291 + 76.9280 775.7416 + 76.9779 775.7546 + 77.0279 775.7677 + 77.0780 775.7812 + 77.1280 775.7950 + 77.1780 775.8090 + 77.2279 775.8232 + 77.2779 775.8378 + 77.3280 775.8527 + 77.3779 775.8677 + 77.4279 775.8832 + 77.4779 775.8989 + 77.5278 775.9147 + 77.5777 775.9310 + 77.6277 775.9475 + 77.6777 775.9644 + 77.7277 775.9814 + 77.7776 775.9988 + 77.8274 776.0164 + 77.8775 776.0344 + 77.9275 776.0526 + 77.9774 776.0712 + 78.0368 776.0934 + 78.0869 776.1126 + 78.1369 776.1320 + 78.1870 776.1519 + 78.2370 776.1718 + 78.2869 776.1920 + 78.3370 776.2126 + 78.3870 776.2334 + 78.4371 776.2545 + 78.4869 776.2758 + 78.5370 776.2976 + 78.5870 776.3196 + 78.6369 776.3417 + 78.6869 776.3643 + 78.7369 776.3871 + 78.7868 776.4102 + 78.8367 776.4335 + 78.8867 776.4572 + 78.9367 776.4811 + 78.9867 776.5054 + 79.0367 776.5298 + 79.0864 776.5546 + 79.1365 776.5797 + 79.1866 776.6051 + 79.2365 776.6307 + 79.2887 776.6578 + 79.3388 776.6841 + 79.3889 776.7107 + 79.4390 776.7376 + 79.4889 776.7646 + 79.5389 776.7921 + 79.5890 776.8197 + 79.6390 776.8477 + 79.6890 776.8759 + 79.7389 776.9044 + 79.7889 776.9332 + 79.8390 776.9623 + 79.8889 776.9916 + 79.9389 777.0213 + 79.9888 777.0512 + 80.0388 777.0814 + 80.0887 777.1119 + 80.1386 777.1426 + 80.1887 777.1738 + 80.2386 777.2051 + 80.2886 777.2368 + 80.3384 777.2686 + 80.3884 777.3008 + 80.4385 777.3334 + 80.4884 777.3661 + 80.5281 777.3924 + 80.5782 777.4258 + 80.6283 777.4594 + 80.6784 777.4934 + 80.7283 777.5275 + 80.7783 777.5620 + 80.8283 777.5967 + 80.8784 777.6318 + 80.9284 777.6671 + 80.9783 777.7026 + 81.0283 777.7385 + 81.0784 777.7748 + 81.1283 777.8112 + 81.1783 777.8479 + 81.2282 777.8849 + 81.2782 777.9222 + 81.3281 777.9597 + 81.3780 777.9976 + 81.4281 778.0358 + 81.4780 778.0742 + 81.5280 778.1129 + 81.5778 778.1518 + 81.6278 778.1912 + 81.6779 778.2308 + 81.7278 778.2706 + 81.7746 778.3082 + 81.8247 778.3487 + 81.8748 778.3895 + 81.9249 778.4305 + 81.9748 778.4719 + 82.0248 778.5134 + 82.0748 778.5554 + 82.1249 778.5975 + 82.1749 778.6400 + 82.2248 778.6827 + 82.2748 778.7256 + 82.3249 778.7690 + 82.3747 778.8125 + 82.4248 778.8565 + 82.4747 778.9005 + 82.5247 778.9449 + 82.5746 778.9896 + 82.6245 779.0345 + 82.6746 779.0798 + 82.7245 779.1254 + 82.7745 779.1712 + 82.8242 779.2172 + 82.8743 779.2637 + 82.9244 779.3105 + 82.9743 779.3573 + 83.0272 779.4075 + 83.0773 779.4551 + 83.1274 779.5031 + 83.1775 779.5513 + 83.2275 779.5997 + 83.2774 779.6484 + 83.3275 779.6975 + 83.3775 779.7469 + 83.4276 779.7964 + 83.4774 779.8462 + 83.5274 779.8964 + 83.5775 779.9468 + 83.6274 779.9975 + 83.6774 780.0485 + 83.7274 780.0998 + 83.7773 780.1513 + 83.8272 780.2031 + 83.8772 780.2551 + 83.9272 780.3076 + 83.9772 780.3602 + 84.0271 780.4131 + 84.0769 780.4662 + 84.1270 780.5199 + 84.1770 780.5737 + 84.2269 780.6277 + 84.2882 780.6945 + 84.3383 780.7493 + 84.3884 780.8044 + 84.4385 780.8599 + 84.4884 780.9155 + 84.5384 780.9714 + 84.5885 781.0275 + 84.6385 781.0840 + 84.6886 781.1409 + 84.7384 781.1977 + 84.7884 781.2551 + 84.8385 781.3126 + 84.8884 781.3704 + 84.9384 781.4285 + 84.9884 781.4869 + 85.0383 781.5455 + 85.0882 781.6045 + 85.1382 781.6636 + 85.1882 781.7233 + 85.2382 781.7830 + 85.2881 781.8430 + 85.3379 781.9032 + 85.3880 781.9639 + 85.4380 782.0250 + 85.4879 782.0861 + 85.5301 782.1379 + 85.5802 782.1998 + 85.6303 782.2620 + 85.6804 782.3243 + 85.7303 782.3868 + 85.7803 782.4498 + 85.8304 782.5129 + 85.8804 782.5764 + 85.9305 782.6401 + 85.9803 782.7040 + 86.0303 782.7682 + 86.0804 782.8328 + 86.1303 782.8976 + 86.1803 782.9627 + 86.2302 783.0280 + 86.2802 783.0936 + 86.3301 783.1594 + 86.3801 783.2255 + 86.4301 783.2921 + 86.4801 783.3587 + 86.5300 783.4257 + 86.5798 783.4927 + 86.6299 783.5604 + 86.6799 783.6284 + 86.7298 783.6964 + 86.7618 783.7401 + 86.8119 783.8088 + 86.8619 783.8777 + 86.9120 783.9471 + 86.9620 784.0164 + 87.0119 784.0861 + 87.0620 784.1561 + 87.1120 784.2264 + 87.1621 784.2970 + 87.2120 784.3677 + 87.2620 784.4388 + 87.3120 784.5103 + 87.3619 784.5817 + 87.4119 784.6536 + 87.4619 784.7258 + 87.5118 784.7981 + 87.5618 784.8707 + 87.6117 784.9435 + 87.6617 785.0169 + 87.7117 785.0905 + 87.7617 785.1642 + 87.8114 785.2379 + 87.8615 785.3123 + 87.9116 785.3871 + 87.9615 785.4619 + 88.0146 785.5418 + 88.0648 785.6174 + 88.1148 785.6933 + 88.1649 785.7695 + 88.2149 785.8456 + 88.2648 785.9221 + 88.3149 785.9991 + 88.3650 786.0762 + 88.4150 786.1536 + 88.4648 786.2311 + 88.5149 786.3090 + 88.5649 786.3873 + 88.6148 786.4655 + 88.6648 786.5443 + 88.7148 786.6232 + 88.7647 786.7023 + 88.8146 786.7817 + 88.8646 786.8613 + 88.9146 786.9416 + 88.9646 787.0217 + 89.0145 787.1023 + 89.0643 787.1827 + 89.1144 787.2639 + 89.1645 787.3455 + 89.2144 787.4269 + 89.2916 787.5535 + 89.3417 787.6361 + 89.3918 787.7188 + 89.4419 787.8019 + 89.4918 787.8848 + 89.5418 787.9682 + 89.5919 788.0519 + 89.6419 788.1359 + 89.6919 788.2202 + 89.7418 788.3044 + 89.7918 788.3890 + 89.8419 788.4742 + 89.8918 788.5593 + 89.9418 788.6448 + 89.9917 788.7305 + 90.0417 788.8163 + 90.0916 788.9025 + 90.1415 788.9890 + 90.1916 789.0758 + 90.2415 789.1628 + 90.2915 789.2501 + 90.3413 789.3372 + 90.3913 789.4252 + 90.4414 789.5134 + 90.4913 789.6017 + 90.5433 789.6939 + 90.5934 789.7829 + 90.6435 789.8722 + 90.6936 789.9618 + 90.7436 790.0514 + 90.7935 790.1412 + 90.8436 790.2316 + 90.8936 790.3221 + 90.9437 790.4129 + 90.9935 790.5036 + 91.0435 790.5948 + 91.0936 790.6864 + 91.1435 790.7780 + 91.1935 790.8699 + 91.2435 790.9621 + 91.2934 791.0544 + 91.3433 791.1470 + 91.3933 791.2399 + 91.4433 791.3333 + 91.4933 791.4268 + 91.5432 791.5204 + 91.5930 791.6140 + 91.6431 791.7083 + 91.6931 791.8030 + 91.7430 791.8976 + 91.7895 791.9858 + 91.8396 792.0813 + 91.8897 792.1769 + 91.9398 792.2729 + 91.9897 792.3687 + 92.0397 792.4650 + 92.0897 792.5616 + 92.1398 792.6584 + 92.1898 792.7555 + 92.2397 792.8525 + 92.2897 792.9501 + 92.3398 793.0480 + 92.3896 793.1458 + 92.4397 793.2440 + 92.4896 793.3424 + 92.5396 793.4410 + 92.5895 793.5399 + 92.6394 793.6390 + 92.6895 793.7386 + 92.7394 793.8382 + 92.7894 793.9381 + 92.8391 794.0378 + 92.8892 794.1385 + 92.9393 794.2393 + 92.9892 794.3400 + 93.0280 794.4186 + 93.0781 794.5202 + 93.1282 794.6219 + 93.1783 794.7240 + 93.2283 794.8261 + 93.2782 794.9283 + 93.3283 795.0310 + 93.3783 795.1340 + 93.4284 795.2371 + 93.4782 795.3401 + 93.5282 795.4437 + 93.5783 795.5477 + 93.6282 795.6514 + 93.6782 795.7557 + 93.7282 795.8601 + 93.7781 795.9647 + 93.8280 796.0696 + 93.8780 796.1747 + 93.9280 796.2803 + 93.9780 796.3857 + 94.0279 796.4916 + 94.0777 796.5972 + 94.1278 796.7039 + 94.1778 796.8105 + 94.2277 796.9172 + 94.2676 797.0027 + 94.3177 797.1102 + 94.3678 797.2179 + 94.4179 797.3259 + 94.4678 797.4337 + 94.5178 797.5418 + 94.5679 797.6505 + 94.6179 797.7592 + 94.6679 797.8682 + 94.7178 797.9771 + 94.7678 798.0865 + 94.8179 798.1962 + 94.8678 798.3058 + 94.9178 798.4159 + 94.9678 798.5261 + 95.0177 798.6364 + 95.0676 798.7470 + 95.1176 798.8579 + 95.1676 798.9691 + 95.2176 799.0804 + 95.2675 799.1920 + 95.3173 799.3033 + 95.3674 799.4156 + 95.4174 799.5281 + 95.4673 799.6404 + 95.5262 799.7731 + 95.5763 799.8863 + 95.6263 799.9998 + 95.6764 800.1135 + 95.7264 800.2271 + 95.7764 800.3409 + 95.8264 800.4553 + 95.8765 800.5696 + 95.9265 800.6843 + 95.9763 800.7988 + 96.0264 800.9139 + 96.0764 801.0292 + 96.1263 801.1444 + 96.1763 801.2602 + 96.2263 801.3759 + 96.2762 801.4919 + 96.3262 801.6080 + 96.3761 801.7245 + 96.4261 801.8413 + 96.4761 801.9582 + 96.5260 802.0752 + 96.5758 802.1921 + 96.6259 802.3099 + 96.6760 802.4279 + 96.7259 802.5457 + 96.7628 802.6331 + 96.8130 802.7518 + 96.8630 802.8705 + 96.9131 802.9896 + 96.9631 803.1085 + 97.0130 803.2277 + 97.0631 803.3473 + 97.1132 803.4670 + 97.1632 803.5870 + 97.2131 803.7068 + 97.2631 803.8270 + 97.3131 803.9478 + 97.3630 804.0682 + 97.4130 804.1891 + 97.4630 804.3102 + 97.5129 804.4313 + 97.5629 804.5527 + 97.6128 804.6743 + 97.6628 804.7962 + 97.7128 804.9183 + 97.7627 805.0405 + 97.8125 805.1625 + 97.8626 805.2854 + 97.9127 805.4086 + 97.9626 805.5314 + 98.0229 805.6801 + 98.0730 805.8040 + 98.1230 805.9279 + 98.1731 806.0522 + 98.2231 806.1762 + 98.2730 806.3005 + 98.3231 806.4252 + 98.3731 806.5500 + 98.4232 806.6751 + 98.4730 806.8000 + 98.5231 806.9254 + 98.5731 807.0511 + 98.6230 807.1766 + 98.6730 807.3024 + 98.7230 807.4285 + 98.7729 807.5546 + 98.8228 807.6810 + 98.8728 807.8075 + 98.9228 807.9345 + 98.9728 808.0615 + 99.0227 808.1886 + 99.0725 808.3156 + 99.1226 808.4434 + 99.1726 808.5714 + 99.2225 808.6990 + 99.2917 808.8766 + 99.3419 809.0053 + 99.3919 809.1342 + 99.4420 809.2632 + 99.4920 809.3921 + 99.5419 809.5212 + 99.5920 809.6507 + 99.6420 809.7805 + 99.6921 809.9103 + 99.7419 810.0399 + 99.7919 810.1700 + 99.8420 810.3005 + 99.8919 810.4307 + 99.9419 810.5614 + 99.9919 810.6921 + 100.0418 810.8229 + 100.0917 810.9539 + 100.1417 811.0851 + 100.1917 811.2168 + 100.2417 811.3484 + 100.2916 811.4800 + 100.3414 811.6116 + 100.3915 811.7440 + 100.4416 811.8766 + 100.4914 812.0089 + 100.5384 812.1335 + 100.5885 812.2667 + 100.6386 812.4000 + 100.6887 812.5334 + 100.7386 812.6667 + 100.7886 812.8003 + 100.8386 812.9342 + 100.8887 813.0683 + 100.9387 813.2025 + 100.9886 813.3364 + 101.0386 813.4709 + 101.0887 813.6057 + 101.1385 813.7401 + 101.1886 813.8751 + 101.2385 814.0101 + 101.2885 814.1451 + 101.3384 814.2803 + 101.3883 814.4157 + 101.4384 814.5516 + 101.4883 814.6874 + 101.5383 814.8233 + 101.5881 814.9589 + 101.6381 815.0955 + 101.6882 815.2322 + 101.7381 815.3687 + 101.7831 815.4919 + 101.8332 815.6292 + 101.8833 815.7665 + 101.9334 815.9041 + 101.9834 816.0414 + 102.0333 816.1790 + 102.0834 816.3168 + 102.1334 816.4548 + 102.1835 816.5930 + 102.2333 816.7309 + 102.2833 816.8693 + 102.3334 817.0081 + 102.3833 817.1464 + 102.4333 817.2853 + 102.4833 817.4241 + 102.5332 817.5630 + 102.5831 817.7021 + 102.6331 817.8413 + 102.6831 817.9810 + 102.7331 818.1207 + 102.7830 818.2603 + 102.8328 818.3997 + 102.8829 818.5400 + 102.9329 818.6805 + 102.9828 818.8206 + 103.0283 818.9484 + 103.0784 819.0894 + 103.1285 819.2305 + 103.1786 819.3716 + 103.2285 819.5126 + 103.2785 819.6538 + 103.3286 819.7953 + 103.3786 819.9370 + 103.4287 820.0787 + 103.4785 820.2201 + 103.5285 820.3621 + 103.5786 820.5044 + 103.6285 820.6461 + 103.6785 820.7886 + 103.7285 820.9308 + 103.7784 821.0732 + 103.8283 821.2157 + 103.8783 821.3583 + 103.9283 821.5015 + 103.9783 821.6445 + 104.0282 821.7875 + 104.0780 821.9302 + 104.1281 822.0739 + 104.1781 822.2177 + 104.2280 822.3611 + 104.2749 822.4958 + 104.3250 822.6401 + 104.3750 822.7844 + 104.4251 822.9289 + 104.4751 823.0732 + 104.5251 823.2174 + 104.5751 823.3622 + 104.6252 823.5070 + 104.6752 823.6519 + 104.7251 823.7964 + 104.7751 823.9415 + 104.8252 824.0870 + 104.8750 824.2318 + 104.9250 824.3772 + 104.9750 824.5226 + 105.0249 824.6680 + 105.0749 824.8135 + 105.1248 824.9593 + 105.1749 825.1052 + 105.2248 825.2512 + 105.2748 825.3973 + 105.3245 825.5428 + 105.3746 825.6895 + 105.4247 825.8361 + 105.4746 825.9824 + 105.5136 826.0969 + 105.5637 826.2439 + 105.6137 826.3911 + 105.6638 826.5383 + 105.7138 826.6852 + 105.7637 826.8323 + 105.8138 826.9799 + 105.8638 827.1273 + 105.9139 827.2750 + 105.9637 827.4222 + 106.0138 827.5699 + 106.0639 827.7180 + 106.1137 827.8655 + 106.1637 828.0135 + 106.2137 828.1615 + 106.2636 828.3094 + 106.3135 828.4575 + 106.3635 828.6057 + 106.4135 828.7543 + 106.4635 828.9028 + 106.5135 829.0512 + 106.5632 829.1993 + 106.6133 829.3484 + 106.6634 829.4974 + 106.7133 829.6461 + 106.7725 829.8228 + 106.8226 829.9724 + 106.8727 830.1218 + 106.9228 830.2714 + 106.9727 830.4207 + 107.0227 830.5702 + 107.0728 830.7200 + 107.1228 830.8699 + 107.1728 831.0197 + 107.2227 831.1691 + 107.2727 831.3192 + 107.3228 831.4693 + 107.3727 831.6191 + 107.4227 831.7692 + 107.4726 831.9194 + 107.5226 832.0695 + 107.5725 832.2196 + 107.6225 832.3699 + 107.6725 832.5206 + 107.7225 832.6711 + 107.7724 832.8217 + 107.8222 832.9717 + 107.8722 833.1227 + 107.9223 833.2738 + 107.9722 833.4245 + 108.0292 833.5967 + 108.0793 833.7482 + 108.1294 833.8995 + 108.1795 834.0510 + 108.2295 834.2023 + 108.2794 834.3535 + 108.3295 834.5051 + 108.3795 834.6566 + 108.4296 834.8083 + 108.4794 834.9595 + 108.5294 835.1112 + 108.5795 835.2631 + 108.6294 835.4146 + 108.6794 835.5665 + 108.7294 835.7182 + 108.7793 835.8699 + 108.8292 836.0216 + 108.8792 836.1735 + 108.9292 836.3257 + 108.9792 836.4778 + 109.0291 836.6299 + 109.0789 836.7814 + 109.1290 836.9340 + 109.1790 837.0865 + 109.2290 837.2386 + 109.2662 837.3522 + 109.3163 837.5050 + 109.3664 837.6577 + 109.4165 837.8106 + 109.4665 837.9630 + 109.5164 838.1155 + 109.5665 838.2686 + 109.6165 838.4213 + 109.6666 838.5742 + 109.7164 838.7266 + 109.7664 838.8795 + 109.8165 839.0325 + 109.8664 839.1852 + 109.9164 839.3381 + 109.9664 839.4910 + 110.0163 839.6437 + 110.0662 839.7966 + 110.1162 839.9495 + 110.1662 840.1028 + 110.2162 840.2557 + 110.2661 840.4087 + 110.3159 840.5613 + 110.3660 840.7147 + 110.4160 840.8682 + 110.4659 841.0211 + 110.5125 841.1639 + 110.5626 841.3176 + 110.6127 841.4712 + 110.6628 841.6248 + 110.7128 841.7781 + 110.7627 841.9314 + 110.8128 842.0850 + 110.8628 842.2386 + 110.9129 842.3922 + 110.9627 842.5452 + 111.0127 842.6987 + 111.0628 842.8525 + 111.1127 843.0056 + 111.1627 843.1593 + 111.2127 843.3127 + 111.2626 843.4659 + 111.3125 843.6193 + 111.3625 843.7728 + 111.4125 843.9264 + 111.4625 844.0799 + 111.5124 844.2333 + 111.5622 844.3862 + 111.6123 844.5402 + 111.6623 844.6939 + 111.7122 844.8473 + 111.7780 845.0491 + 111.8281 845.2031 + 111.8782 845.3569 + 111.9282 845.5109 + 111.9782 845.6644 + 112.0282 845.8178 + 112.0782 845.9717 + 112.1283 846.1254 + 112.1783 846.2791 + 112.2282 846.4323 + 112.2782 846.5859 + 112.3283 846.7397 + 112.3782 846.8929 + 112.4282 847.0464 + 112.4781 847.1999 + 112.5280 847.3532 + 112.5780 847.5065 + 112.6279 847.6599 + 112.6780 847.8135 + 112.7279 847.9669 + 112.7779 848.1201 + 112.8276 848.2728 + 112.8777 848.4265 + 112.9278 848.5800 + 112.9777 848.7332 + 113.0506 848.9566 + 113.1007 849.1102 + 113.1507 849.2637 + 113.2009 849.4174 + 113.2508 849.5704 + 113.3008 849.7235 + 113.3508 849.8770 + 113.4009 850.0302 + 113.4509 850.1834 + 113.5008 850.3360 + 113.5508 850.4893 + 113.6009 850.6424 + 113.6507 850.7951 + 113.7008 850.9481 + 113.7507 851.1009 + 113.8006 851.2535 + 113.8506 851.4062 + 113.9005 851.5588 + 113.9505 851.7115 + 114.0005 851.8643 + 114.0505 852.0167 + 114.1002 852.1687 + 114.1503 852.3215 + 114.2004 852.4742 + 114.2503 852.6265 + 114.2838 852.7286 + 114.3339 852.8813 + 114.3839 853.0339 + 114.4340 853.1865 + 114.4840 853.3387 + 114.5340 853.4908 + 114.5840 853.6431 + 114.6341 853.7953 + 114.6841 853.9476 + 114.7339 854.0991 + 114.7840 854.2510 + 114.8340 854.4031 + 114.8839 854.5547 + 114.9340 854.7065 + 114.9839 854.8580 + 115.0338 855.0094 + 115.0838 855.1608 + 115.1337 855.3122 + 115.1837 855.4637 + 115.2337 855.6150 + 115.2836 855.7661 + 115.3334 855.9167 + 115.3835 856.0681 + 115.4336 856.2194 + 115.4835 856.3701 + 115.5211 856.4838 + 115.5712 856.6350 + 115.6213 856.7860 + 115.6714 856.9371 + 115.7213 857.0876 + 115.7713 857.2381 + 115.8214 857.3887 + 115.8714 857.5394 + 115.9214 857.6899 + 115.9713 857.8397 + 116.0213 857.9899 + 116.0714 858.1403 + 116.1213 858.2900 + 116.1713 858.4399 + 116.2213 858.5896 + 116.2712 858.7393 + 116.3211 858.8887 + 116.3710 859.0381 + 116.4211 859.1877 + 116.4711 859.3370 + 116.5210 859.4861 + 116.5708 859.6347 + 116.6208 859.7841 + 116.6709 859.9332 + 116.7208 860.0818 + 116.7714 860.2325 + 116.8215 860.3816 + 116.8716 860.5304 + 116.9217 860.6793 + 116.9717 860.8275 + 117.0216 860.9756 + 117.0717 861.1241 + 117.1217 861.2722 + 117.1718 861.4204 + 117.2216 861.5679 + 117.2717 861.7157 + 117.3217 861.8636 + 117.3716 862.0108 + 117.4216 862.1583 + 117.4716 862.3054 + 117.5215 862.4525 + 117.5714 862.5993 + 117.6214 862.7462 + 117.6714 862.8931 + 117.7214 863.0398 + 117.7713 863.1862 + 117.8211 863.3320 + 117.8712 863.4786 + 117.9213 863.6251 + 117.9711 863.7709 + 118.0066 863.8744 + 118.0567 864.0205 + 118.1068 864.1665 + 118.1569 864.3124 + 118.2068 864.4578 + 118.2568 864.6031 + 118.3068 864.7485 + 118.3569 864.8937 + 118.4069 865.0389 + 118.4568 865.1833 + 118.5068 865.3280 + 118.5569 865.4728 + 118.6068 865.6169 + 118.6568 865.7612 + 118.7067 865.9052 + 118.7567 866.0490 + 118.8066 866.1927 + 118.8565 866.3362 + 118.9066 866.4799 + 118.9565 866.6232 + 119.0065 866.7664 + 119.0563 866.9088 + 119.1063 867.0519 + 119.1564 867.1950 + 119.2063 867.3373 + 119.2525 867.4689 + 119.3026 867.6116 + 119.3527 867.7540 + 119.4028 867.8963 + 119.4527 868.0381 + 119.5027 868.1797 + 119.5527 868.3215 + 119.6028 868.4630 + 119.6528 868.6042 + 119.7027 868.7450 + 119.7527 868.8859 + 119.8028 869.0270 + 119.8527 869.1671 + 119.9027 869.3076 + 119.9526 869.4477 + 120.0026 869.5875 + 120.0525 869.7272 + 120.1024 869.8668 + 120.1525 870.0063 + 120.2024 870.1456 + 120.2524 870.2847 + 120.3021 870.4230 + 120.3522 870.5621 + 120.4023 870.7008 + 120.4522 870.8390 + 120.5044 870.9835 + 120.5545 871.1218 + 120.6046 871.2599 + 120.6547 871.3979 + 120.7047 871.5353 + 120.7546 871.6725 + 120.8047 871.8099 + 120.8547 871.9468 + 120.9048 872.0837 + 120.9546 872.2199 + 121.0046 872.3563 + 121.0547 872.4927 + 121.1046 872.6283 + 121.1546 872.7640 + 121.2046 872.8995 + 121.2545 873.0347 + 121.3044 873.1696 + 121.3544 873.3044 + 121.4044 873.4393 + 121.4544 873.5737 + 121.5043 873.7079 + 121.5541 873.8414 + 121.6042 873.9755 + 121.6542 874.1093 + 121.7041 874.2426 + 121.7563 874.3815 + 121.8064 874.5148 + 121.8564 874.6478 + 121.9065 874.7807 + 121.9565 874.9130 + 122.0065 875.0450 + 122.0565 875.1772 + 122.1066 875.3090 + 122.1566 875.4406 + 122.2065 875.5715 + 122.2565 875.7026 + 122.3066 875.8336 + 122.3564 875.9639 + 122.4065 876.0943 + 122.4564 876.2242 + 122.5063 876.3540 + 122.5563 876.4835 + 122.6062 876.6127 + 122.6563 876.7420 + 122.7062 876.8708 + 122.7562 876.9995 + 122.8059 877.1273 + 122.8560 877.2557 + 122.9061 877.3839 + 122.9560 877.5114 + 123.0116 877.6533 + 123.0617 877.7807 + 123.1118 877.9078 + 123.1619 878.0347 + 123.2118 878.1612 + 123.2618 878.2872 + 123.3119 878.4133 + 123.3619 878.5391 + 123.4119 878.6647 + 123.4618 878.7895 + 123.5118 878.9146 + 123.5619 879.0394 + 123.6118 879.1636 + 123.6618 879.2877 + 123.7118 879.4114 + 123.7617 879.5349 + 123.8116 879.6581 + 123.8616 879.7810 + 123.9116 879.9039 + 123.9616 880.0264 + 124.0115 880.1484 + 124.0613 880.2699 + 124.1114 880.3918 + 124.1614 880.5135 + 124.2113 880.6344 + 124.2575 880.7461 + 124.3076 880.8670 + 124.3577 880.9875 + 124.4078 881.1078 + 124.4577 881.2275 + 124.5077 881.3469 + 124.5578 881.4662 + 124.6078 881.5853 + 124.6578 881.7040 + 124.7077 881.8221 + 124.7577 881.9402 + 124.8078 882.0581 + 124.8577 882.1753 + 124.9077 882.2925 + 124.9576 882.4092 + 125.0076 882.5256 + 125.0575 882.6418 + 125.1075 882.7577 + 125.1575 882.8735 + 125.2075 882.9887 + 125.2574 883.1037 + 125.3072 883.2179 + 125.3573 883.3326 + 125.4073 883.4470 + 125.4572 883.5605 + 125.4944 883.6450 + 125.5445 883.7585 + 125.5946 883.8716 + 125.6447 883.9845 + 125.6946 884.0968 + 125.7446 884.2087 + 125.7947 884.3206 + 125.8447 884.4321 + 125.8947 884.5432 + 125.9446 884.6536 + 125.9946 884.7642 + 126.0447 884.8744 + 126.0946 884.9839 + 126.1446 885.0934 + 126.1945 885.2025 + 126.2445 885.3111 + 126.2944 885.4193 + 126.3444 885.5273 + 126.3944 885.6353 + 126.4444 885.7426 + 126.4943 885.8495 + 126.5441 885.9559 + 126.5941 886.0624 + 126.6442 886.1687 + 126.6941 886.2742 + 126.7388 886.3684 + 126.7889 886.4737 + 126.8390 886.5786 + 126.8891 886.6832 + 126.9390 886.7871 + 126.9890 886.8907 + 127.0390 886.9941 + 127.0891 887.0972 + 127.1391 887.2000 + 127.1890 887.3019 + 127.2390 887.4038 + 127.2891 887.5056 + 127.3390 887.6065 + 127.3890 887.7073 + 127.4389 887.8077 + 127.4889 887.9077 + 127.5388 888.0072 + 127.5887 888.1064 + 127.6388 888.2056 + 127.6888 888.3041 + 127.7387 888.4022 + 127.7885 888.4996 + 127.8385 888.5972 + 127.8886 888.6945 + 127.9385 888.7910 + 128.0039 888.9171 + 128.0540 889.0131 + 128.1041 889.1086 + 128.1542 889.2039 + 128.2042 889.2985 + 128.2541 889.3928 + 128.3042 889.4869 + 128.3542 889.5804 + 128.4043 889.6737 + 128.4541 889.7662 + 128.5042 889.8585 + 128.5542 889.9507 + 128.6041 890.0419 + 128.6541 890.1332 + 128.7041 890.2238 + 128.7540 890.3140 + 128.8039 890.4038 + 128.8539 890.4933 + 128.9039 890.5825 + 128.9539 890.6712 + 129.0038 890.7594 + 129.0536 890.8469 + 129.1037 890.9344 + 129.1537 891.0217 + 129.2036 891.1082 + 129.2809 891.2413 + 129.3310 891.3270 + 129.3811 891.4124 + 129.4312 891.4973 + 129.4811 891.5815 + 129.5311 891.6655 + 129.5811 891.7490 + 129.6312 891.8322 + 129.6812 891.9147 + 129.7311 891.9968 + 129.7811 892.0785 + 129.8312 892.1600 + 129.8810 892.2407 + 129.9311 892.3212 + 129.9810 892.4012 + 130.0310 892.4807 + 130.0809 892.5597 + 130.1308 892.6382 + 130.1809 892.7165 + 130.2308 892.7943 + 130.2808 892.8716 + 130.3306 892.9482 + 130.3806 893.0248 + 130.4307 893.1010 + 130.4806 893.1763 + 130.5306 893.2515 + 130.5807 893.3264 + 130.6308 893.4006 + 130.6809 893.4745 + 130.7309 893.5477 + 130.7808 893.6204 + 130.8309 893.6929 + 130.8809 893.7648 + 130.9310 893.8363 + 130.9808 893.9070 + 131.0308 893.9775 + 131.0809 894.0477 + 131.1308 894.1170 + 131.1808 894.1860 + 131.2308 894.2546 + 131.2807 894.3226 + 131.3306 894.3901 + 131.3806 894.4573 + 131.4306 894.5240 + 131.4806 894.5901 + 131.5305 894.6558 + 131.5803 894.7206 + 131.6304 894.7855 + 131.6804 894.8499 + 131.7303 894.9133 + 131.7626 894.9543 + 131.8127 895.0173 + 131.8628 895.0799 + 131.9129 895.1420 + 131.9628 895.2033 + 132.0128 895.2643 + 132.0629 895.3248 + 132.1129 895.3848 + 132.1629 895.4442 + 132.2128 895.5031 + 132.2628 895.5615 + 132.3129 895.6194 + 132.3628 895.6767 + 132.4128 895.7336 + 132.4628 895.7899 + 132.5127 895.8457 + 132.5626 895.9010 + 132.6126 895.9557 + 132.6626 896.0101 + 132.7126 896.0638 + 132.7625 896.1171 + 132.8123 896.1696 + 132.8624 896.2219 + 132.9124 896.2736 + 132.9623 896.3246 + 133.0104 896.3733 + 133.0605 896.4235 + 133.1105 896.4732 + 133.1606 896.5223 + 133.2106 896.5707 + 133.2606 896.6187 + 133.3106 896.6661 + 133.3607 896.7131 + 133.4107 896.7595 + 133.4606 896.8051 + 133.5106 896.8504 + 133.5607 896.8951 + 133.6105 896.9392 + 133.6606 896.9828 + 133.7105 897.0258 + 133.7604 897.0684 + 133.8104 897.1101 + 133.8603 897.1515 + 133.9104 897.1924 + 133.9603 897.2325 + 134.0103 897.2722 + 134.0600 897.3112 + 134.1101 897.3498 + 134.1602 897.3878 + 134.2101 897.4252 + 134.2774 897.4747 + 134.3275 897.5108 + 134.3775 897.5464 + 134.4276 897.5814 + 134.4776 897.6157 + 134.5275 897.6494 + 134.5776 897.6827 + 134.6277 897.7153 + 134.6777 897.7474 + 134.7276 897.7787 + 134.7776 897.8096 + 134.8277 897.8400 + 134.8775 897.8696 + 134.9275 897.8987 + 134.9775 897.9271 + 135.0274 897.9550 + 135.0773 897.9822 + 135.1273 898.0089 + 135.1773 898.0350 + 135.2273 898.0605 + 135.2773 898.0853 + 135.3270 898.1096 + 135.3771 898.1332 + 135.4272 898.1564 + 135.4771 898.1788 + 135.5254 898.2000 + 135.5755 898.2212 + 135.6256 898.2419 + 135.6757 898.2619 + 135.7256 898.2813 + 135.7756 898.3002 + 135.8257 898.3183 + 135.8757 898.3358 + 135.9257 898.3528 + 135.9756 898.3690 + 136.0256 898.3846 + 136.0757 898.3997 + 136.1256 898.4141 + 136.1756 898.4278 + 136.2255 898.4410 + 136.2755 898.4534 + 136.3254 898.4653 + 136.3754 898.4764 + 136.4254 898.4870 + 136.4753 898.4969 + 136.5253 898.5062 + 136.5751 898.5148 + 136.6252 898.5228 + 136.6752 898.5302 + 136.7251 898.5368 + 136.7608 898.5412 + 136.8109 898.5468 + 136.8610 898.5517 + 136.9111 898.5559 + 136.9610 898.5594 + 137.0110 898.5624 + 137.0611 898.5646 + 137.1111 898.5663 + 137.1611 898.5673 + 137.2110 898.5674 + 137.2610 898.5671 + 137.3111 898.5659 + 137.3610 898.5642 + 137.4110 898.5617 + 137.4609 898.5586 + 137.5109 898.5549 + 137.5608 898.5504 + 137.6107 898.5453 + 137.6608 898.5394 + 137.7107 898.5329 + 137.7607 898.5256 + 137.8105 898.5178 + 137.8605 898.5092 + 137.9106 898.4999 + 137.9605 898.4900 + 137.9986 898.4819 + 138.0487 898.4707 + 138.0988 898.4587 + 138.1489 898.4462 + 138.1988 898.4327 + 138.2488 898.4188 + 138.2988 898.4041 + 138.3489 898.3887 + 138.3989 898.3725 + 138.4488 898.3557 + 138.4988 898.3382 + 138.5489 898.3198 + 138.5988 898.3009 + 138.6488 898.2812 + 138.6987 898.2607 + 138.7487 898.2397 + 138.7986 898.2178 + 138.8485 898.1952 + 138.8986 898.1718 + 138.9485 898.1478 + 138.9985 898.1230 + 139.0482 898.0977 + 139.0983 898.0714 + 139.1484 898.0443 + 139.1983 898.0167 + 139.2452 897.9899 + 139.2953 897.9608 + 139.3454 897.9308 + 139.3955 897.9001 + 139.4455 897.8687 + 139.4954 897.8366 + 139.5455 897.8036 + 139.5955 897.7700 + 139.6456 897.7357 + 139.6954 897.7006 + 139.7454 897.6647 + 139.7955 897.6279 + 139.8454 897.5906 + 139.8954 897.5523 + 139.9454 897.5134 + 139.9953 897.4738 + 140.0452 897.4333 + 140.0952 897.3921 + 140.1452 897.3500 + 140.1952 897.3073 + 140.2451 897.2637 + 140.2949 897.2196 + 140.3450 897.1743 + 140.3950 897.1284 + 140.4449 897.0818 + 140.5172 897.0130 + 140.5673 896.9643 + 140.6174 896.9148 + 140.6674 896.8645 + 140.7174 896.8136 + 140.7674 896.7618 + 140.8174 896.7092 + 140.8675 896.6557 + 140.9175 896.6016 + 140.9674 896.5468 + 141.0174 896.4908 + 141.0675 896.4343 + 141.1173 896.3771 + 141.1674 896.3187 + 141.2173 896.2598 + 141.2672 896.2001 + 141.3172 896.1395 + 141.3671 896.0781 + 141.4172 896.0159 + 141.4671 895.9528 + 141.5171 895.8890 + 141.5668 895.8246 + 141.6169 895.7589 + 141.6670 895.6925 + 141.7169 895.6253 + 141.7663 895.5582 + 141.8164 895.4891 + 141.8665 895.4193 + 141.9166 895.3486 + 141.9666 895.2773 + 142.0165 895.2051 + 142.0666 895.1321 + 142.1166 895.0582 + 142.1667 894.9833 + 142.2165 894.9079 + 142.2665 894.8314 + 142.3166 894.7540 + 142.3665 894.6761 + 142.4165 894.5972 + 142.4665 894.5173 + 142.5164 894.4368 + 142.5663 894.3552 + 142.6163 894.2729 + 142.6663 894.1895 + 142.7163 894.1055 + 142.7662 894.0206 + 142.8160 893.9350 + 142.8661 893.8481 + 142.9161 893.7604 + 142.9660 893.6721 + 143.0021 893.6077 + 143.0522 893.5175 + 143.1023 893.4265 + 143.1524 893.3345 + 143.2023 893.2419 + 143.2523 893.1484 + 143.3024 893.0539 + 143.3524 892.9585 + 143.4024 892.8622 + 143.4523 892.7653 + 143.5023 892.6672 + 143.5524 892.5683 + 143.6023 892.4686 + 143.6523 892.3679 + 143.7023 892.2664 + 143.7522 892.1639 + 143.8021 892.0607 + 143.8521 891.9565 + 143.9021 891.8513 + 143.9521 891.7451 + 144.0020 891.6382 + 144.0518 891.5307 + 144.1019 891.4216 + 144.1519 891.3116 + 144.2018 891.2012 + 144.2502 891.0932 + 144.3003 890.9803 + 144.3503 890.8668 + 144.4004 890.7521 + 144.4504 890.6369 + 144.5004 890.5206 + 144.5504 890.4034 + 144.6004 890.2850 + 144.6505 890.1658 + 144.7003 890.0461 + 144.7504 889.9250 + 144.8004 889.8030 + 144.8503 889.6805 + 144.9003 889.5566 + 144.9503 889.4320 + 145.0002 889.3063 + 145.0502 889.1799 + 145.1001 889.0524 + 145.1501 888.9236 + 145.2001 888.7943 + 145.2500 888.6639 + 145.2998 888.5330 + 145.3499 888.4004 + 145.4000 888.2668 + 145.4499 888.1327 + 145.5128 887.9623 + 145.5629 887.8256 + 145.6129 887.6877 + 145.6630 887.5488 + 145.7130 887.4094 + 145.7629 887.2690 + 145.8130 887.1273 + 145.8630 886.9849 + 145.9131 886.8413 + 145.9629 886.6973 + 146.0130 886.5518 + 146.0630 886.4052 + 146.1129 886.2581 + 146.1629 886.1095 + 146.2129 885.9603 + 146.2628 885.8099 + 146.3127 885.6588 + 146.3627 885.5065 + 146.4127 885.3530 + 146.4627 885.1987 + 146.5126 885.0433 + 146.5624 884.8875 + 146.6125 884.7299 + 146.6626 884.5710 + 146.7124 884.4119 + 146.7621 884.2524 + 146.8122 884.0906 + 146.8623 883.9277 + 146.9124 883.7637 + 146.9623 883.5993 + 147.0123 883.4336 + 147.0623 883.2667 + 147.1124 883.0988 + 147.1624 882.9298 + 147.2123 882.7606 + 147.2623 882.5896 + 147.3124 882.4174 + 147.3623 882.2449 + 147.4123 882.0707 + 147.4622 881.8958 + 147.5122 881.7198 + 147.5621 881.5431 + 147.6120 881.3650 + 147.6621 881.1854 + 147.7120 881.0052 + 147.7620 880.8240 + 147.8118 880.6425 + 147.8618 880.4586 + 147.9119 880.2738 + 147.9618 880.0884 + 148.0037 879.9323 + 148.0538 879.7440 + 148.1039 879.5552 + 148.1540 879.3649 + 148.2039 879.1741 + 148.2539 878.9823 + 148.3039 878.7889 + 148.3540 878.5947 + 148.4040 878.3992 + 148.4539 878.2035 + 148.5039 878.0061 + 148.5540 877.8074 + 148.6039 877.6080 + 148.6539 877.4073 + 148.7038 877.2057 + 148.7538 877.0031 + 148.8037 876.7993 + 148.8536 876.5946 + 148.9037 876.3881 + 148.9536 876.1808 + 149.0036 875.9725 + 149.0533 875.7640 + 149.1034 875.5531 + 149.1535 875.3411 + 149.2034 875.1285 + 149.2519 874.9208 + 149.3020 874.7051 + 149.3521 874.4885 + 149.4022 874.2708 + 149.4522 874.0524 + 149.5021 873.8328 + 149.5522 873.6118 + 149.6022 873.3898 + 149.6523 873.1664 + 149.7021 872.9428 + 149.7521 872.7174 + 149.8022 872.4905 + 149.8521 872.2634 + 149.9021 872.0345 + 149.9521 871.8048 + 150.0020 871.5740 + 150.0519 871.3420 + 150.1019 871.1090 + 150.1519 870.8741 + 150.2019 870.6387 + 150.2518 870.4020 + 150.3016 870.1649 + 150.3517 869.9252 + 150.4017 869.6846 + 150.4516 869.4434 + 150.4882 869.2659 + 150.5383 869.0219 + 150.5884 868.7766 + 150.6385 868.5301 + 150.6884 868.2834 + 150.7384 868.0350 + 150.7885 867.7851 + 150.8385 867.5341 + 150.8886 867.2820 + 150.9384 867.0295 + 150.9884 866.7751 + 151.0385 866.5193 + 151.0884 866.2631 + 151.1384 866.0051 + 151.1884 865.7463 + 151.2383 865.4863 + 151.2882 865.2252 + 151.3382 864.9627 + 151.3882 864.6984 + 151.4382 864.4334 + 151.4881 864.1674 + 151.5379 863.9010 + 151.5880 863.6317 + 151.6380 863.3613 + 151.6879 863.0907 + 151.7426 862.7928 + 151.7927 862.5182 + 151.8427 862.2428 + 151.8928 861.9661 + 151.9428 861.6886 + 151.9928 861.4100 + 152.0428 861.1296 + 152.0929 860.8481 + 152.1429 860.5654 + 152.1928 860.2823 + 152.2428 859.9972 + 152.2928 859.7106 + 152.3427 859.4237 + 152.3927 859.1346 + 152.4427 858.8448 + 152.4926 858.5540 + 152.5426 858.2620 + 152.5925 857.9683 + 152.6425 857.6729 + 152.6925 857.3768 + 152.7425 857.0795 + 152.7922 856.7819 + 152.8423 856.4812 + 152.8924 856.1794 + 152.9423 855.8771 + 153.0000 855.5261 + 153.0501 855.2200 + 153.1002 854.9127 + 153.1503 854.6039 + 153.2002 854.2947 + 153.2502 853.9843 + 153.3003 853.6720 + 153.3503 853.3584 + 153.4003 853.0436 + 153.4502 852.7286 + 153.5002 852.4113 + 153.5503 852.0923 + 153.6002 851.7733 + 153.6502 851.4520 + 153.7001 851.1298 + 153.7501 850.8065 + 153.8000 850.4820 + 153.8499 850.1559 + 153.9000 849.8279 + 153.9500 849.4991 + 153.9999 849.1692 + 154.0497 848.8390 + 154.0997 848.5056 + 154.1498 848.1707 + 154.1997 847.8358 + 154.2476 847.5129 + 154.2977 847.1738 + 154.3478 846.8339 + 154.3979 846.4921 + 154.4478 846.1503 + 154.4978 845.8066 + 154.5479 845.4612 + 154.5979 845.1145 + 154.6479 844.7665 + 154.6978 844.4185 + 154.7478 844.0679 + 154.7979 843.7153 + 154.8478 843.3630 + 154.8978 843.0084 + 154.9477 842.6527 + 154.9977 842.2959 + 155.0476 841.9379 + 155.0975 841.5781 + 155.1476 841.2164 + 155.1976 840.8538 + 155.2475 840.4901 + 155.2973 840.1261 + 155.3474 839.7585 + 155.3974 839.3898 + 155.4473 839.0207 + 155.4999 838.6304 + 155.5500 838.2570 + 155.6001 837.8825 + 155.6502 837.5063 + 155.7001 837.1298 + 155.7501 836.7520 + 155.8002 836.3718 + 155.8502 835.9906 + 155.9002 835.6078 + 155.9501 835.2250 + 156.0001 834.8396 + 156.0502 834.4523 + 156.1001 834.0651 + 156.1501 833.6754 + 156.2000 833.2847 + 156.2500 832.8929 + 156.2999 832.4996 + 156.3498 832.1049 + 156.3999 831.7079 + 156.4498 831.3099 + 156.4998 830.9108 + 156.5496 830.5117 + 156.5996 830.1086 + 156.6497 829.7041 + 156.6996 829.2997 + 156.7485 828.9019 + 156.7986 828.4929 + 156.8487 828.0826 + 156.8988 827.6705 + 156.9487 827.2585 + 156.9987 826.8446 + 157.0487 826.4288 + 157.0988 826.0113 + 157.1488 825.5924 + 157.1987 825.1738 + 157.2487 824.7522 + 157.2988 824.3286 + 157.3487 823.9053 + 157.3987 823.4794 + 157.4486 823.0525 + 157.4986 822.6241 + 157.5485 822.1946 + 157.5984 821.7633 + 157.6485 821.3297 + 157.6984 820.8951 + 157.7484 820.4594 + 157.7981 820.0237 + 157.8482 819.5835 + 157.8983 819.1423 + 157.9482 818.7009 + 157.9868 818.3585 + 158.0369 817.9127 + 158.0870 817.4655 + 158.1371 817.0167 + 158.1870 816.5675 + 158.2370 816.1168 + 158.2870 815.6638 + 158.3371 815.2094 + 158.3871 814.7534 + 158.4370 814.2976 + 158.4870 813.8387 + 158.5371 813.3779 + 158.5869 812.9172 + 158.6370 812.4537 + 158.6869 811.9894 + 158.7368 811.5237 + 158.7868 811.0565 + 158.8367 810.5874 + 158.8868 810.1162 + 158.9367 809.6440 + 158.9867 809.1704 + 159.0364 808.6970 + 159.0865 808.2189 + 159.1366 807.7396 + 159.1865 807.2601 + 159.2406 806.7388 + 159.2907 806.2542 + 159.3407 805.7682 + 159.3909 805.2805 + 159.4408 804.7927 + 159.4908 804.3031 + 159.5408 803.8110 + 159.5909 803.3175 + 159.6409 802.8224 + 159.6908 802.3278 + 159.7408 801.8296 + 159.7909 801.3293 + 159.8407 800.8295 + 159.8908 800.3267 + 159.9407 799.8231 + 159.9906 799.3177 + 160.0406 798.8112 + 160.0905 798.3026 + 160.1406 797.7915 + 160.1905 797.2797 + 160.2405 796.7664 + 160.2902 796.2531 + 160.3403 795.7352 + 160.3904 795.2158 + 160.4403 794.6965 + 160.4990 794.0829 + 160.5491 793.5581 + 160.5992 793.0317 + 160.6493 792.5035 + 160.6992 791.9752 + 160.7492 791.4453 + 160.7993 790.9125 + 160.8493 790.3783 + 160.8994 789.8423 + 160.9492 789.3068 + 160.9992 788.7681 + 161.0493 788.2266 + 161.0992 787.6861 + 161.1492 787.1421 + 161.1992 786.5973 + 161.2491 786.0511 + 161.2990 785.5033 + 161.3490 784.9536 + 161.3990 784.4012 + 161.4490 783.8478 + 161.4989 783.2931 + 161.5487 782.7384 + 161.5988 782.1791 + 161.6488 781.6179 + 161.6987 781.0571 + 161.7548 780.4250 + 161.8049 779.8582 + 161.8549 779.2900 + 161.9050 778.7197 + 161.9550 778.1497 + 162.0050 777.5775 + 162.0550 777.0026 + 162.1051 776.4263 + 162.1551 775.8481 + 162.2050 775.2706 + 162.2550 774.6895 + 162.3051 774.1057 + 162.3549 773.5226 + 162.4050 772.9363 + 162.4549 772.3490 + 162.5048 771.7606 + 162.5547 771.1699 + 162.6047 770.5773 + 162.6548 769.9821 + 162.7047 769.3862 + 162.7547 768.7885 + 162.8044 768.1915 + 162.8545 767.5885 + 162.9046 766.9842 + 162.9545 766.3802 + 163.0145 765.6520 + 163.0646 765.0413 + 163.1146 764.4300 + 163.1647 763.8158 + 163.2147 763.2020 + 163.2646 762.5864 + 163.3147 761.9678 + 163.3647 761.3477 + 163.4148 760.7257 + 163.4646 760.1042 + 163.5147 759.4791 + 163.5647 758.8511 + 163.6146 758.2242 + 163.6646 757.5936 + 163.7146 756.9622 + 163.7645 756.3292 + 163.8145 755.6943 + 163.8644 755.0576 + 163.9144 754.4178 + 163.9644 753.7772 + 164.0143 753.1349 + 164.0641 752.4933 + 164.1142 751.8456 + 164.1643 751.1965 + 164.2142 750.5477 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.dat b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.dat new file mode 100644 index 000000000..57eb0f9a4 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.dat @@ -0,0 +1,3200 @@ + 3.86396 128.22 14.70975 + 3.91407 120.02 14.22598 + 3.96414 166.98 16.77884 + 4.01424 135.17 15.05058 + 4.06420 182.87 17.58951 + 4.11416 177.19 17.30471 + 4.16422 249.28 20.60029 + 4.21426 242.77 20.31934 + 4.26430 261.99 21.15273 + 4.31416 374.47 25.40466 + 4.36417 435.31 27.22361 + 4.41425 647.92 33.50702 + 4.46413 806.68 37.39521 + 4.51415 868.33 38.90596 + 4.56410 1082.78 43.80960 + 4.61404 1245.94 47.21271 + 4.66396 1161.56 45.48021 + 4.71391 1270.88 47.62860 + 4.76395 1353.10 49.39456 + 4.81391 1394.96 50.01572 + 4.86386 1344.30 49.09494 + 4.91363 1395.56 50.01088 + 4.96371 1418.44 50.58948 + 5.01377 1512.19 52.30489 + 5.06367 1533.20 52.68642 + 5.11651 1511.09 44.28691 + 5.16661 1557.83 45.91942 + 5.21668 1570.98 46.20371 + 5.26679 1524.03 45.02544 + 5.31674 1557.07 45.25249 + 5.36670 1518.49 44.31210 + 5.41676 1492.80 44.16746 + 5.46680 1467.48 43.86771 + 5.51684 1642.49 46.71440 + 5.56670 1467.95 44.03296 + 5.61672 1480.74 43.62110 + 5.66680 1504.68 44.46082 + 5.71668 1493.81 44.27740 + 5.76669 1526.23 44.96581 + 5.81665 1448.03 43.71241 + 5.86658 1480.69 44.77661 + 5.91650 1399.52 42.51775 + 5.96645 1416.73 43.43228 + 6.01649 1395.40 42.77295 + 6.06646 1287.19 40.93098 + 6.11640 1413.82 43.17433 + 6.16617 1294.07 41.81616 + 6.21625 1329.71 41.91021 + 6.26631 1295.20 41.37796 + 6.31621 1221.64 39.93496 + 6.36160 1239.25 39.87817 + 6.41170 1234.43 39.86223 + 6.46178 1176.34 39.05585 + 6.51188 1230.70 39.53897 + 6.56183 1157.69 38.54604 + 6.61180 1123.19 37.84542 + 6.66186 1173.25 38.91529 + 6.71190 1163.54 39.22373 + 6.76194 1160.56 38.59626 + 6.81179 1090.30 37.27342 + 6.86181 1089.23 38.28368 + 6.91189 1115.90 37.61273 + 6.96177 1035.09 36.20958 + 7.01179 1073.90 37.53758 + 7.06174 1088.65 37.38830 + 7.11167 1060.65 37.06623 + 7.16159 1001.18 35.33468 + 7.21155 1051.08 36.73854 + 7.26159 1038.77 35.93502 + 7.31155 987.64 35.00495 + 7.36149 1032.94 37.20297 + 7.41126 1014.73 36.44994 + 7.46135 967.70 34.78567 + 7.51141 1053.04 37.04921 + 7.56131 987.22 35.52097 + 7.61764 1027.23 31.22420 + 7.66775 957.69 30.08272 + 7.71782 950.30 29.93164 + 7.76792 965.57 30.17965 + 7.81788 908.56 29.29014 + 7.86784 990.94 30.58306 + 7.91790 948.75 29.99545 + 7.96794 1014.25 31.01891 + 8.01798 909.56 29.32125 + 8.06784 963.50 30.18412 + 8.11785 956.97 30.07273 + 8.16793 941.60 29.83879 + 8.21781 944.65 29.89604 + 8.26783 958.38 30.07567 + 8.31778 915.62 29.39662 + 8.36772 926.86 29.56226 + 8.41764 898.35 29.09659 + 8.46759 883.90 28.84589 + 8.51763 907.95 29.18159 + 8.56759 840.81 28.28902 + 8.61754 854.40 28.27955 + 8.66731 909.80 29.25012 + 8.71739 933.86 29.70975 + 8.76745 883.97 28.90883 + 8.81735 872.52 28.71472 + 8.87019 889.41 31.01711 + 8.92029 872.92 30.61970 + 8.97036 910.67 31.21488 + 9.02047 869.99 30.54181 + 9.07042 859.96 30.28262 + 9.12038 858.03 30.34484 + 9.17044 834.26 29.78942 + 9.22048 856.79 30.42373 + 9.27052 837.15 29.97232 + 9.32038 822.58 29.60026 + 9.37040 863.24 30.40299 + 9.42048 827.61 29.72003 + 9.47036 826.65 29.71362 + 9.52037 842.37 30.01409 + 9.57033 902.88 31.10461 + 9.62026 827.23 29.68607 + 9.67018 846.33 30.06096 + 9.72013 825.69 29.56639 + 9.77017 765.93 28.58218 + 9.82014 845.02 30.01413 + 9.87008 850.36 30.11643 + 9.91985 841.36 29.96711 + 9.96993 832.23 29.82061 + 10.01999 780.68 28.90290 + 10.06989 839.40 29.94791 + 10.12498 805.00 31.12255 + 10.17508 736.57 29.63515 + 10.22516 815.42 31.22666 + 10.27526 793.91 30.88025 + 10.32521 817.66 31.34024 + 10.37518 770.70 30.26985 + 10.42524 804.50 31.03263 + 10.47528 727.04 29.36683 + 10.52532 751.78 29.88966 + 10.57517 764.02 30.06930 + 10.62519 802.46 31.07045 + 10.67527 752.71 30.17945 + 10.72515 793.85 30.83676 + 10.77517 776.92 30.38889 + 10.82512 791.07 30.78592 + 10.87505 788.79 30.61874 + 10.92497 784.57 30.90047 + 10.97493 775.27 30.45313 + 11.02497 754.16 29.99144 + 11.07493 787.35 30.65752 + 11.12487 813.34 31.20968 + 11.17464 713.61 29.20202 + 11.22473 731.27 29.56836 + 11.27479 726.09 29.38950 + 11.32469 779.29 30.56678 + 11.37442 762.10 28.47269 + 11.42453 760.08 28.60851 + 11.47460 802.53 29.18481 + 11.52470 755.89 28.52395 + 11.57466 768.50 28.58027 + 11.62462 790.01 29.12242 + 11.67468 734.06 28.08891 + 11.72472 784.43 28.98828 + 11.77476 724.67 28.00827 + 11.82462 779.11 28.71278 + 11.87463 752.73 28.33567 + 11.92471 733.54 28.43379 + 11.97459 746.79 28.39582 + 12.02461 765.56 28.88255 + 12.07456 750.70 28.33239 + 12.12450 779.88 28.79665 + 12.17442 761.56 28.79281 + 12.22437 725.67 27.83421 + 12.27441 807.15 29.30111 + 12.32437 745.75 28.67390 + 12.37432 788.00 29.22697 + 12.42409 725.64 27.99842 + 12.47417 761.60 28.34602 + 12.52423 768.65 28.90191 + 12.57413 785.66 28.81345 + 12.61347 764.38 27.39105 + 12.66357 727.45 26.82002 + 12.71364 746.76 27.13645 + 12.76375 786.33 27.89217 + 12.81370 765.94 27.50720 + 12.86366 776.81 27.63942 + 12.91372 736.69 27.11616 + 12.96376 728.16 26.96242 + 13.01380 757.21 27.39101 + 13.06366 781.63 27.73079 + 13.11368 763.67 27.42530 + 13.16376 732.74 26.84716 + 13.21364 745.87 27.19839 + 13.26365 760.49 27.42380 + 13.31361 784.22 27.79723 + 13.36354 741.46 26.95486 + 13.41346 733.61 26.97443 + 13.46341 775.04 27.60387 + 13.51345 758.65 27.42436 + 13.56342 754.40 27.27823 + 13.61336 701.22 26.27288 + 13.66313 778.39 27.68511 + 13.71321 739.69 27.31066 + 13.76327 722.27 26.74960 + 13.81317 779.18 27.72609 + 13.86791 740.32 27.80809 + 13.91801 738.65 27.79228 + 13.96809 784.66 28.64501 + 14.01819 755.77 28.11816 + 14.06814 733.04 27.74023 + 14.11811 725.36 27.64581 + 14.16817 754.73 28.15314 + 14.21821 765.19 28.34985 + 14.26825 801.27 28.97983 + 14.31810 804.70 28.98768 + 14.36812 756.36 28.21901 + 14.41820 766.09 28.40835 + 14.46808 780.76 28.74735 + 14.51810 741.08 27.81827 + 14.56805 729.70 27.63716 + 14.61798 750.00 28.05076 + 14.66790 759.58 28.14732 + 14.71786 758.71 28.34613 + 14.76790 777.14 28.52254 + 14.81786 741.13 27.96930 + 14.86780 738.30 27.77428 + 14.91757 764.53 28.38430 + 14.96766 764.54 28.27683 + 15.01772 796.72 28.88634 + 15.06762 744.09 27.95072 + 15.12395 723.92 26.52031 + 15.17406 750.85 27.06986 + 15.22413 795.62 27.79729 + 15.27423 747.70 26.93454 + 15.32419 745.56 26.90944 + 15.37415 743.07 26.84940 + 15.42421 773.46 27.41947 + 15.47425 765.86 27.29211 + 15.52429 699.87 26.06625 + 15.57415 732.41 26.59871 + 15.62416 768.54 27.36019 + 15.67425 699.30 26.04781 + 15.72412 769.53 27.41458 + 15.77414 743.34 26.87139 + 15.82409 719.45 26.48893 + 15.87403 707.66 26.18487 + 15.92395 720.09 26.43282 + 15.97390 775.08 27.43756 + 16.02394 732.56 26.77164 + 16.07390 723.68 26.47283 + 16.12385 763.27 27.26139 + 16.17362 755.35 27.09298 + 16.22370 746.64 26.95681 + 16.27376 736.37 26.74808 + 16.32366 751.89 27.06437 + 16.35805 796.15 28.59570 + 16.40815 749.58 27.72352 + 16.45822 783.55 28.35462 + 16.50833 785.38 28.40638 + 16.55828 786.92 28.40782 + 16.60824 741.59 27.59535 + 16.65830 749.53 27.70216 + 16.70834 728.18 27.50598 + 16.75838 760.77 27.93471 + 16.80824 732.60 27.37769 + 16.85826 712.64 27.07485 + 16.90834 761.29 27.94164 + 16.95822 703.67 26.84074 + 17.00823 726.79 27.27157 + 17.05819 769.55 28.08875 + 17.10812 761.75 27.87412 + 17.15804 783.25 28.34282 + 17.20799 803.04 28.66399 + 17.25803 688.34 26.44137 + 17.30800 773.21 28.11756 + 17.35794 786.29 28.37416 + 17.40771 791.91 28.52041 + 17.45779 804.54 28.77003 + 17.50785 739.52 27.53972 + 17.55775 787.44 28.38725 + 17.59494 771.27 27.88006 + 17.64504 774.40 27.89934 + 17.69512 763.19 27.70100 + 17.74522 780.10 28.00328 + 17.79517 820.85 28.73312 + 17.84514 789.93 28.17175 + 17.89520 792.37 28.23855 + 17.94524 764.67 27.73426 + 17.99528 778.85 27.96950 + 18.04513 769.15 27.78613 + 18.09515 734.53 27.11284 + 18.14523 784.94 28.10719 + 18.19511 716.35 26.92783 + 18.24513 733.69 27.05403 + 18.29508 785.49 28.16602 + 18.34501 723.63 26.96982 + 18.39493 752.80 27.49070 + 18.44489 756.58 27.52387 + 18.49493 734.30 27.12860 + 18.54489 770.37 27.74746 + 18.59483 750.65 27.43305 + 18.64460 807.97 28.55632 + 18.69469 773.34 27.87619 + 18.74475 796.94 28.42193 + 18.79465 763.12 27.67490 + 18.83978 752.30 28.52307 + 18.88989 695.47 27.53979 + 18.93996 759.74 28.42786 + 18.99006 828.57 29.87166 + 19.04002 786.28 29.05933 + 19.08998 797.57 29.16885 + 19.14004 737.60 28.45629 + 19.19008 794.48 29.14332 + 19.24012 755.77 28.45200 + 19.28998 723.12 27.76558 + 19.33999 744.43 28.16393 + 19.39008 782.77 28.98545 + 19.43995 776.36 28.99250 + 19.48997 775.07 28.76550 + 19.53993 774.15 28.95061 + 19.58986 724.69 27.91724 + 19.63978 792.48 29.14421 + 19.68973 830.35 29.73910 + 19.73977 802.84 29.38500 + 19.78973 756.72 28.52870 + 19.83968 803.48 29.25636 + 19.88945 834.42 30.06579 + 19.93953 828.34 29.96631 + 19.98959 789.51 28.94570 + 20.03949 775.19 28.81156 + 20.10568 857.45 32.37782 + 20.15578 852.93 32.25420 + 20.20585 894.39 33.08635 + 20.25596 886.63 32.89254 + 20.30591 917.87 33.61837 + 20.35587 914.86 33.42041 + 20.40593 930.06 33.74713 + 20.45597 1064.38 36.20054 + 20.50601 1104.89 36.88692 + 20.55587 1063.11 36.13952 + 20.60589 1065.09 36.27761 + 20.65597 1081.92 36.47885 + 20.70585 1178.68 38.15128 + 20.75586 1179.87 38.18030 + 20.80582 1254.80 39.44937 + 20.85575 1263.04 39.57023 + 20.90567 1319.03 40.48040 + 20.95562 1470.85 42.94320 + 21.00566 1491.27 43.30375 + 21.05563 1629.27 45.63044 + 21.10557 1747.77 47.22968 + 21.15534 1803.66 48.10239 + 21.20542 1937.27 50.04006 + 21.25548 2071.21 51.78827 + 21.30538 2025.93 51.32559 + 21.36597 2449.60 54.86909 + 21.41607 2599.33 56.76491 + 21.46615 2835.68 59.50515 + 21.51625 3003.89 61.53181 + 21.56620 3210.67 63.71746 + 21.61617 3368.51 65.56478 + 21.66623 3810.41 70.23358 + 21.71627 4183.12 74.17434 + 21.76631 4466.32 76.99974 + 21.81616 4630.93 78.33123 + 21.86618 5279.75 84.89514 + 21.91626 5829.30 90.22534 + 21.96614 6574.37 97.32580 + 22.01616 7110.45 102.46189 + 22.06611 7852.27 109.91265 + 22.11604 8051.85 111.90174 + 22.16596 7989.20 111.55429 + 22.21592 7959.58 110.97729 + 22.26596 7849.35 109.53259 + 22.31592 7410.70 105.76982 + 22.36586 7183.28 103.99286 + 22.41563 6768.70 99.97842 + 22.46572 6175.79 94.36740 + 22.51578 5645.10 89.29483 + 22.56568 4898.09 82.08375 + 22.61196 4225.79 77.47260 + 22.66207 3632.12 71.00070 + 22.71214 3039.32 63.81459 + 22.76224 2751.86 60.45820 + 22.81220 2331.28 54.81780 + 22.86216 2048.97 51.26451 + 22.91222 1742.11 46.65073 + 22.96226 1451.93 42.15069 + 23.01230 1216.34 38.19292 + 23.06216 1052.24 35.50188 + 23.11217 966.86 33.81397 + 23.16226 968.34 33.94337 + 23.21213 949.41 33.61053 + 23.26215 920.38 33.13021 + 23.31211 884.56 32.42638 + 23.36204 889.47 32.42835 + 23.41196 894.47 32.49814 + 23.46191 863.76 31.94127 + 23.51195 848.44 31.59933 + 23.56191 856.24 31.78570 + 23.61186 856.95 31.85349 + 23.66163 799.55 30.70310 + 23.71171 808.75 30.79480 + 23.76177 868.66 32.09077 + 23.81167 866.02 32.26585 + 23.86136 931.41 36.77343 + 23.91146 888.13 35.82903 + 23.96153 886.21 35.77769 + 24.01164 915.72 36.81528 + 24.06159 953.10 37.45848 + 24.11155 901.68 36.13334 + 24.16161 832.29 34.78575 + 24.21165 880.63 35.68214 + 24.26169 909.05 36.39090 + 24.31155 890.85 36.06489 + 24.36157 823.90 34.44270 + 24.41165 872.84 35.51746 + 24.46153 868.69 35.53999 + 24.51154 844.11 34.92639 + 24.56150 869.95 35.74834 + 24.61143 842.28 35.04726 + 24.66135 870.84 35.43816 + 24.71130 807.88 34.05372 + 24.76134 787.48 33.62553 + 24.81131 799.05 33.97489 + 24.86125 788.06 33.87119 + 24.91102 789.39 33.74595 + 24.96110 833.76 34.74112 + 25.01116 800.07 34.01598 + 25.06106 823.40 34.62126 + 25.11545 801.39 33.12835 + 25.16555 785.92 32.96178 + 25.21563 793.42 32.99925 + 25.26573 819.35 34.25174 + 25.31568 796.68 33.22102 + 25.36565 780.48 33.21262 + 25.41571 821.14 33.51818 + 25.46575 781.52 32.57584 + 25.51579 812.20 33.55124 + 25.56564 822.25 33.56532 + 25.61566 848.33 34.00408 + 25.66574 844.17 34.13539 + 25.71562 802.73 33.42225 + 25.76564 744.98 31.82351 + 25.81559 776.41 32.56477 + 25.86552 811.29 33.30586 + 25.91545 815.06 33.32766 + 25.96540 747.86 32.20071 + 26.01544 768.84 32.69038 + 26.06540 737.53 31.73868 + 26.11534 815.88 33.48021 + 26.16512 744.25 31.81865 + 26.21520 723.78 31.40702 + 26.26526 794.45 32.92863 + 26.31516 829.77 33.74290 + 26.37759 804.26 28.86254 + 26.42770 766.01 28.14824 + 26.47777 815.55 29.11489 + 26.52787 822.52 29.33269 + 26.57783 823.32 29.24577 + 26.62779 826.59 29.35920 + 26.67785 815.38 29.09964 + 26.72789 810.41 28.98090 + 26.77793 763.55 28.07745 + 26.82779 820.02 29.12655 + 26.87780 884.62 30.32213 + 26.92789 830.77 29.58766 + 26.97776 785.68 28.61478 + 27.02778 793.66 28.71046 + 27.07774 870.84 30.25809 + 27.12767 754.98 27.92499 + 27.17759 813.84 29.05077 + 27.22754 789.20 28.56423 + 27.27758 802.59 28.99683 + 27.32754 781.87 28.40481 + 27.37749 832.83 29.48541 + 27.42726 800.85 28.90254 + 27.47734 806.72 28.88808 + 27.52740 810.28 28.95609 + 27.57730 762.63 28.08378 + 27.63339 854.06 33.20979 + 27.68349 882.05 33.48525 + 27.73356 821.65 32.11630 + 27.78367 841.46 32.67614 + 27.83362 850.63 32.62190 + 27.88358 850.49 32.66880 + 27.93364 813.44 32.09946 + 27.98368 778.79 31.22627 + 28.03372 815.21 31.73093 + 28.08358 824.68 32.06055 + 28.13360 855.37 32.64715 + 28.18368 861.03 33.29945 + 28.23356 806.55 31.63522 + 28.28357 831.35 32.46510 + 28.33353 873.83 32.91833 + 28.38346 885.53 33.38656 + 28.43338 842.76 32.15477 + 28.48333 865.40 32.88193 + 28.53337 826.46 31.96189 + 28.58334 880.00 32.91286 + 28.63328 876.56 32.96024 + 28.68305 838.86 32.46119 + 28.73313 834.81 32.37717 + 28.78319 851.69 32.39195 + 28.83309 850.41 32.46263 + 28.86573 893.22 35.65095 + 28.91584 852.43 34.52006 + 28.96591 862.51 34.61617 + 29.01601 800.10 33.35751 + 29.06596 920.70 35.68429 + 29.11593 865.00 34.74088 + 29.16599 894.11 35.24748 + 29.21603 878.50 35.13941 + 29.26607 869.20 34.74272 + 29.31592 860.04 34.47670 + 29.36594 828.47 34.13633 + 29.41602 851.02 34.38221 + 29.46590 869.29 34.87673 + 29.51592 787.01 33.10706 + 29.56587 776.69 32.79521 + 29.61580 859.75 34.72481 + 29.66573 803.70 33.98005 + 29.71568 820.00 33.64884 + 29.76572 858.68 34.55660 + 29.81568 854.16 34.41531 + 29.86562 829.50 33.87552 + 29.91540 817.03 34.03756 + 29.96548 790.15 33.21896 + 30.01554 843.92 34.45861 + 30.06544 828.83 34.06479 + 30.09852 831.58 32.35096 + 30.14863 836.90 32.36757 + 30.19870 866.32 33.03502 + 30.24880 818.03 32.06207 + 30.29876 935.37 34.39301 + 30.34872 943.59 34.56763 + 30.39878 920.54 34.27665 + 30.44882 920.45 34.28720 + 30.49886 961.49 34.97567 + 30.54872 976.38 35.51189 + 30.59873 1099.49 37.82756 + 30.64882 1240.47 40.39645 + 30.69869 1248.83 40.55657 + 30.74871 1384.53 42.85755 + 30.79867 1469.53 44.58345 + 30.84860 1591.46 46.82355 + 30.89852 1582.98 46.44117 + 30.94847 1817.56 50.08313 + 30.99851 2031.05 53.44382 + 31.04847 2144.29 55.01937 + 31.09842 2381.76 58.52412 + 31.14819 2656.19 61.95155 + 31.19827 2855.64 64.39118 + 31.24833 3193.66 68.68435 + 31.29823 3468.05 71.87994 + 31.35142 3965.13 81.46746 + 31.40152 4512.56 87.17758 + 31.45159 5196.13 94.41058 + 31.50170 5805.09 100.07591 + 31.55165 6753.99 109.92658 + 31.60161 7397.81 115.84530 + 31.65168 7938.59 121.38389 + 31.70171 8235.84 124.47491 + 31.75175 8199.73 123.76264 + 31.80161 8072.87 121.48134 + 31.85163 7971.10 121.03237 + 31.90171 7586.59 116.82989 + 31.95159 7167.87 112.57971 + 32.00161 6622.43 106.93343 + 32.05156 6111.23 101.66366 + 32.10149 5203.64 92.09917 + 32.15141 4630.45 85.86442 + 32.20137 3909.73 77.67196 + 32.25140 3211.38 69.46041 + 32.30137 2914.61 65.97633 + 32.35131 2532.69 61.17637 + 32.40108 2106.10 55.10845 + 32.45116 1721.90 49.41843 + 32.50123 1428.02 44.91206 + 32.55112 1153.99 40.09043 + 32.59631 1076.42 36.08565 + 32.64642 961.07 33.53083 + 32.69649 994.01 34.26920 + 32.74659 916.21 32.64173 + 32.79654 894.36 32.57103 + 32.84651 881.26 31.99601 + 32.89657 894.30 32.85973 + 32.94661 898.73 32.35329 + 32.99665 883.85 32.23956 + 33.04650 852.51 31.46396 + 33.09652 865.73 32.07425 + 33.14660 876.08 31.91546 + 33.19648 877.08 32.17196 + 33.24650 794.10 30.11954 + 33.29645 780.10 30.17460 + 33.34638 840.15 31.93699 + 33.39631 905.27 33.30267 + 33.44626 862.05 31.68349 + 33.49630 820.71 30.77295 + 33.54626 854.19 31.81185 + 33.59620 826.64 31.04407 + 33.64598 857.99 32.18905 + 33.69606 850.63 31.76884 + 33.74612 855.37 31.84745 + 33.79602 911.62 32.78434 + 33.83740 747.38 27.25998 + 33.88751 822.55 28.63441 + 33.93758 852.22 29.12920 + 33.98768 840.02 28.89698 + 34.03764 826.28 28.55937 + 34.08760 881.55 29.59335 + 34.13766 865.87 29.34929 + 34.18770 882.16 29.58002 + 34.23774 837.56 28.89379 + 34.28760 920.12 30.19525 + 34.33761 872.50 29.45685 + 34.38770 869.41 29.42107 + 34.43757 865.79 29.36651 + 34.48759 898.99 29.83634 + 34.53755 876.77 29.50530 + 34.58748 905.50 30.09927 + 34.63740 868.80 29.44876 + 34.68735 863.85 29.27535 + 34.73739 879.81 29.52036 + 34.78735 843.08 28.89007 + 34.83730 883.56 29.66524 + 34.88707 805.19 28.23699 + 34.93715 864.76 29.27297 + 34.98721 874.90 29.50230 + 35.03711 897.34 29.90084 + 35.10595 824.08 29.29888 + 35.15605 901.39 30.74436 + 35.20612 834.95 29.45255 + 35.25623 862.03 29.90168 + 35.30618 839.90 29.68285 + 35.35614 871.74 30.05866 + 35.40621 832.28 29.42481 + 35.45624 835.16 29.42618 + 35.50628 868.73 30.05185 + 35.55614 878.90 30.12896 + 35.60616 865.17 30.04234 + 35.65624 824.19 29.24934 + 35.70612 846.02 29.77593 + 35.75614 796.98 28.71047 + 35.80609 837.07 29.47217 + 35.85602 847.75 29.65330 + 35.90594 821.63 29.18755 + 35.95590 882.78 30.26422 + 36.00593 873.81 30.07880 + 36.05590 767.55 28.21613 + 36.10584 811.97 28.96138 + 36.15561 787.11 28.82275 + 36.20569 800.50 28.89269 + 36.25576 840.36 29.51417 + 36.30565 839.98 29.62679 + 36.37964 791.13 28.53380 + 36.42975 813.81 28.94834 + 36.47982 804.32 28.65821 + 36.52992 788.24 28.38825 + 36.57987 769.64 28.04082 + 36.62984 792.00 28.44167 + 36.67990 788.50 28.37681 + 36.72994 814.64 28.88773 + 36.77998 793.39 28.46157 + 36.82983 791.91 28.44952 + 36.87985 786.19 28.38978 + 36.92993 785.47 28.33371 + 36.97981 788.48 28.41854 + 37.02983 815.03 28.80375 + 37.07978 809.03 28.73453 + 37.12971 788.46 28.37999 + 37.17964 781.51 28.27571 + 37.22959 743.38 27.51379 + 37.27963 759.65 27.82615 + 37.32959 787.78 28.36288 + 37.37953 766.58 27.97941 + 37.42931 761.38 27.88313 + 37.47939 806.38 28.68822 + 37.52945 792.38 28.42617 + 37.57935 784.63 28.38934 + 37.62004 836.80 29.69508 + 37.67014 812.46 29.22054 + 37.72021 827.10 29.46033 + 37.77031 812.79 29.21390 + 37.82027 801.33 28.97131 + 37.87023 856.54 30.03132 + 37.92029 855.53 30.10237 + 37.97033 893.57 30.79096 + 38.02037 849.37 29.96736 + 38.07023 896.07 30.76883 + 38.12024 959.79 31.99521 + 38.17033 922.03 31.28554 + 38.22020 1028.27 33.08040 + 38.27022 1048.48 33.54736 + 38.32018 1110.23 34.73376 + 38.37011 1302.04 37.77776 + 38.42003 1382.69 39.00951 + 38.46998 1524.59 41.16924 + 38.52002 1656.36 43.15473 + 38.56998 1802.55 45.30412 + 38.61993 2165.26 50.35944 + 38.66970 2524.36 54.98539 + 38.71978 2820.94 58.21892 + 38.76984 3181.41 62.29589 + 38.81974 3658.34 67.28427 + 38.87078 4321.95 71.58819 + 38.92088 5222.28 79.76840 + 38.97095 5963.87 85.70099 + 39.02106 7300.81 96.44182 + 39.07101 8251.76 103.85727 + 39.12097 9018.56 110.04931 + 39.17104 9364.04 112.84945 + 39.22107 9519.86 113.98369 + 39.27111 9400.29 112.78360 + 39.32097 9325.90 112.41551 + 39.37099 8781.71 108.13323 + 39.42107 8341.71 104.73472 + 39.47095 7732.26 100.29025 + 39.52097 6934.04 93.48519 + 39.57092 5966.28 85.11311 + 39.62085 5193.82 78.58600 + 39.67077 4326.42 70.63448 + 39.72073 3574.29 63.03078 + 39.77076 3004.24 57.66906 + 39.82073 2518.22 52.22451 + 39.87067 2194.51 48.67424 + 39.92044 1717.01 42.61372 + 39.97052 1434.17 38.76949 + 40.02059 1217.46 35.15621 + 40.07048 1069.68 32.92460 + 40.12237 949.62 29.99405 + 40.17248 986.30 30.61556 + 40.22255 924.17 29.54431 + 40.27265 849.43 28.37436 + 40.32260 888.04 28.97714 + 40.37257 863.03 28.59193 + 40.42263 805.28 27.54630 + 40.47267 847.26 28.26902 + 40.52271 863.48 28.54719 + 40.57256 837.40 28.05931 + 40.62258 835.30 28.13167 + 40.67266 802.48 27.48329 + 40.72254 885.68 28.92320 + 40.77256 838.05 28.06638 + 40.82251 842.80 28.12611 + 40.87244 841.48 28.13093 + 40.92237 830.46 27.95853 + 40.97232 876.30 28.80153 + 41.02236 834.95 27.99979 + 41.07232 822.86 27.85391 + 41.12226 831.99 28.02564 + 41.17204 852.59 28.40361 + 41.22212 845.37 28.25890 + 41.27218 829.98 27.97645 + 41.32208 823.94 27.90734 + 41.36432 784.96 28.46833 + 41.41442 805.88 28.57665 + 41.46449 741.75 27.37998 + 41.51459 801.24 28.58619 + 41.56455 793.87 28.38110 + 41.61451 758.94 27.83098 + 41.66457 817.35 28.82737 + 41.71461 813.99 28.96087 + 41.76465 776.12 28.09634 + 41.81451 754.79 27.76614 + 41.86452 767.77 27.92594 + 41.91461 812.24 28.73385 + 41.96449 796.99 28.49646 + 42.01450 807.86 28.64215 + 42.06446 800.20 28.52645 + 42.11439 768.37 28.02079 + 42.16431 807.19 28.64039 + 42.21426 818.78 28.78182 + 42.26430 840.37 29.30616 + 42.31427 840.37 29.40123 + 42.36421 837.18 29.17730 + 42.41398 814.53 28.79534 + 42.46406 867.15 29.72755 + 42.51412 828.37 29.37813 + 42.56402 820.37 28.85506 + 42.61411 857.66 30.68461 + 42.66421 839.06 30.29536 + 42.71428 845.49 30.41958 + 42.76439 821.91 29.92864 + 42.81434 833.05 30.22315 + 42.86430 893.38 31.27769 + 42.91437 834.06 30.31111 + 42.96440 828.96 30.16721 + 43.01444 795.30 29.42885 + 43.06430 772.15 28.96977 + 43.11432 772.04 28.99613 + 43.16440 760.94 28.74860 + 43.21428 766.19 28.88774 + 43.26430 792.85 29.50341 + 43.31425 760.18 28.76914 + 43.36418 741.39 28.41213 + 43.41410 830.06 30.12503 + 43.46406 741.61 28.42984 + 43.51409 750.00 28.52149 + 43.56406 773.80 29.06986 + 43.61400 827.71 30.03619 + 43.66377 820.78 29.96863 + 43.71385 809.97 29.82410 + 43.76392 780.23 29.16933 + 43.81381 795.34 29.51741 + 43.86495 780.87 28.77899 + 43.91506 827.44 29.66822 + 43.96513 803.47 29.13095 + 44.01523 822.15 29.49514 + 44.06518 865.78 30.30828 + 44.11515 840.77 29.85139 + 44.16521 771.46 28.64030 + 44.21525 871.83 30.44574 + 44.26529 828.07 29.62026 + 44.31514 880.75 30.49748 + 44.36516 878.04 30.58669 + 44.41524 880.84 30.68836 + 44.46512 810.56 29.35996 + 44.51514 808.49 29.23807 + 44.56509 880.58 30.58392 + 44.61502 841.65 29.93664 + 44.66495 907.00 31.18819 + 44.71490 950.12 31.80803 + 44.76494 919.75 31.29413 + 44.81490 986.84 32.45051 + 44.86484 1113.67 34.61712 + 44.91462 1132.01 35.00833 + 44.96470 1237.26 36.77861 + 45.01476 1339.99 38.37449 + 45.06466 1587.68 42.14939 + 45.10925 1811.46 46.16744 + 45.15935 1979.79 48.36831 + 45.20942 2355.45 53.25041 + 45.25952 2781.64 58.38936 + 45.30948 3279.83 63.70478 + 45.35944 3884.98 69.95844 + 45.40950 4479.67 75.55580 + 45.45954 5330.87 83.37607 + 45.50958 6337.10 92.17614 + 45.55944 6988.94 97.70322 + 45.60945 7320.04 100.80007 + 45.65954 7422.39 101.69076 + 45.70942 7447.94 101.89400 + 45.75943 7148.43 99.18900 + 45.80939 6889.78 96.89093 + 45.85932 6529.15 93.84290 + 45.90924 5983.71 89.07530 + 45.95919 5578.86 85.35148 + 46.00923 4638.55 76.67466 + 46.05920 3945.67 69.81712 + 46.10914 3173.10 61.68585 + 46.15891 2703.07 56.49633 + 46.20899 2308.14 51.73127 + 46.25905 1960.57 47.50980 + 46.30895 1737.74 44.49628 + 46.35974 1385.99 40.26564 + 46.40984 1236.76 38.02120 + 46.45991 966.71 33.09246 + 46.51002 914.85 32.10285 + 46.55997 874.10 31.44133 + 46.60993 813.05 30.22448 + 46.66000 865.24 31.12626 + 46.71003 890.69 31.64990 + 46.76007 856.12 31.06291 + 46.80993 844.88 30.93654 + 46.85995 789.08 29.75453 + 46.91003 794.14 29.79261 + 46.95991 801.61 29.96559 + 47.00993 773.50 29.34359 + 47.05988 808.56 30.04173 + 47.10981 775.45 29.26600 + 47.15973 732.94 28.67051 + 47.20969 790.62 29.61880 + 47.25972 756.81 28.90864 + 47.30969 779.67 29.60624 + 47.35963 775.06 29.50382 + 47.40940 759.57 29.15787 + 47.45948 761.03 29.09221 + 47.50955 771.35 29.29932 + 47.55944 749.75 29.02765 + 47.62723 748.91 27.00183 + 47.67734 761.81 27.06632 + 47.72741 721.85 26.33901 + 47.77751 770.74 27.20201 + 47.82746 747.65 27.07807 + 47.87743 770.34 27.13821 + 47.92749 747.01 26.71243 + 47.97753 692.62 26.08207 + 48.02757 753.30 27.00408 + 48.07742 700.61 26.15487 + 48.12744 772.84 27.31165 + 48.17752 793.77 27.59289 + 48.22740 732.49 26.71035 + 48.27742 742.86 26.77851 + 48.32737 815.36 28.33787 + 48.37731 746.33 26.84298 + 48.42723 775.31 27.69165 + 48.47718 786.72 27.42222 + 48.52722 755.54 27.09513 + 48.57718 767.04 26.89112 + 48.62713 781.99 27.40054 + 48.67690 747.65 26.87279 + 48.72698 699.86 25.97212 + 48.77704 775.59 27.23040 + 48.82694 763.70 26.97299 + 48.87053 795.73 27.40408 + 48.92063 785.32 27.15253 + 48.97070 752.33 26.44682 + 49.02080 768.46 26.72570 + 49.07076 775.57 26.95682 + 49.12072 766.03 26.87562 + 49.17078 723.46 25.85070 + 49.22082 787.23 27.15076 + 49.27086 758.56 26.52642 + 49.32072 788.80 27.00434 + 49.37073 823.34 27.61730 + 49.42082 859.12 28.32472 + 49.47070 774.26 26.70583 + 49.52071 791.38 26.98970 + 49.57067 817.91 27.56586 + 49.62060 856.06 28.39886 + 49.67052 806.48 27.58708 + 49.72047 808.28 27.33063 + 49.77051 792.14 27.04029 + 49.82048 800.49 27.33315 + 49.87042 832.55 27.84578 + 49.92019 814.22 27.60043 + 49.97027 767.77 26.91790 + 50.02033 792.59 27.29591 + 50.07023 819.67 27.62465 + 50.10067 812.84 28.86996 + 50.15077 793.47 28.46929 + 50.20084 763.66 28.04173 + 50.25095 763.39 27.99027 + 50.30090 809.00 28.90112 + 50.35086 799.64 28.60164 + 50.40093 824.57 29.11720 + 50.45096 832.36 29.25199 + 50.50100 792.17 28.50015 + 50.55086 830.32 29.14824 + 50.60088 885.21 30.19312 + 50.65096 853.53 29.88255 + 50.70084 903.71 30.73123 + 50.75086 886.82 30.17124 + 50.80081 992.45 32.15978 + 50.85074 1108.20 34.03086 + 50.90066 1173.66 35.18007 + 50.95062 1332.56 37.64270 + 51.00065 1431.78 39.01493 + 51.05062 1682.19 42.65407 + 51.10056 1961.84 46.39330 + 51.15033 2234.81 49.84165 + 51.20041 2696.52 54.93668 + 51.25048 3249.35 60.92902 + 51.30037 3732.23 65.78422 + 51.36641 4412.86 71.62799 + 51.41652 4662.94 74.06005 + 51.46659 4565.86 73.02334 + 51.51669 4769.53 74.91230 + 51.56664 4540.72 72.63001 + 51.61661 4487.99 72.20142 + 51.66667 4192.79 69.48132 + 51.71671 3766.40 65.18888 + 51.76675 3434.04 61.88473 + 51.81660 3031.91 57.62602 + 51.86662 2652.44 53.62930 + 51.91670 2224.45 48.77467 + 51.96658 1877.49 44.44484 + 52.01660 1634.73 41.28624 + 52.06655 1399.83 38.14552 + 52.11649 1284.02 36.33260 + 52.16641 1150.78 34.35372 + 52.21636 943.35 30.89486 + 52.26640 942.02 30.83880 + 52.31636 875.47 29.71928 + 52.36631 881.41 29.87913 + 52.41608 817.30 28.66479 + 52.46616 841.41 29.13942 + 52.51622 769.93 27.92908 + 52.56612 774.60 27.88807 + 52.63691 787.23 29.51079 + 52.68701 838.93 30.47627 + 52.73708 797.96 29.59501 + 52.78718 753.78 28.76876 + 52.83714 818.87 30.06916 + 52.88710 783.48 29.35892 + 52.93716 803.32 29.77895 + 52.98720 747.48 28.62085 + 53.03724 770.27 29.16136 + 53.08710 744.51 28.59902 + 53.13711 781.41 29.33523 + 53.18720 786.01 29.43009 + 53.23708 816.06 30.05902 + 53.28709 778.59 29.19250 + 53.33705 787.07 29.46338 + 53.38698 760.06 28.97638 + 53.43690 810.48 29.88297 + 53.48685 805.09 29.77249 + 53.53689 771.59 29.16605 + 53.58686 803.35 29.73649 + 53.63680 757.63 28.85171 + 53.68657 775.96 29.23007 + 53.73665 747.76 28.65214 + 53.78671 778.96 29.27027 + 53.83661 745.62 28.71357 + 53.87000 738.16 27.90358 + 53.92010 792.69 28.87019 + 53.97017 723.05 27.50948 + 54.02028 776.19 28.49311 + 54.07023 816.69 29.39924 + 54.12020 769.75 28.63528 + 54.17026 720.62 27.39842 + 54.22030 741.07 27.98938 + 54.27033 780.60 28.69798 + 54.32019 768.63 28.51491 + 54.37021 763.70 28.32872 + 54.42029 800.42 29.19222 + 54.47017 749.00 28.19597 + 54.52019 736.92 27.71149 + 54.57014 795.87 28.87826 + 54.62007 791.79 28.79597 + 54.66999 736.85 27.85670 + 54.71995 760.71 28.29785 + 54.76999 807.81 29.19411 + 54.81995 788.52 28.82977 + 54.86989 797.29 28.97726 + 54.91966 726.98 28.01928 + 54.96975 816.80 29.39351 + 55.01981 795.35 28.92221 + 55.06971 784.99 28.68617 + 55.10219 739.58 26.10080 + 55.15230 806.62 27.26800 + 55.20237 819.24 27.42081 + 55.25247 804.75 27.20845 + 55.30242 802.08 27.18892 + 55.35239 802.58 27.18410 + 55.40245 827.59 27.65816 + 55.45249 875.83 28.43487 + 55.50253 832.90 27.72229 + 55.55238 843.84 27.87146 + 55.60240 914.83 29.12083 + 55.65248 885.46 28.59959 + 55.70236 911.14 29.10172 + 55.75238 887.44 28.62146 + 55.80233 928.19 29.29791 + 55.85227 892.87 28.75873 + 55.90219 913.07 29.05290 + 55.95214 920.38 29.12918 + 56.00218 912.45 29.00210 + 56.05214 956.88 29.82923 + 56.10209 978.58 30.13554 + 56.15186 1001.44 30.53532 + 56.20194 1042.51 31.24750 + 56.25200 1154.21 33.01513 + 56.30190 1201.70 33.75878 + 56.35839 1344.41 37.71305 + 56.40849 1445.84 39.24372 + 56.45856 1758.95 43.66195 + 56.50866 2118.13 48.26740 + 56.55862 2532.54 53.25370 + 56.60858 3056.48 58.71947 + 56.65864 3708.96 65.57127 + 56.70868 4176.55 70.17153 + 56.75872 4824.02 76.07751 + 56.80858 5019.69 77.99721 + 56.85859 5128.87 79.00987 + 56.90868 4974.40 77.41793 + 56.95856 4834.54 76.17499 + 57.00857 4702.00 74.74025 + 57.05853 4410.76 72.05598 + 57.10846 4138.62 69.41392 + 57.15838 3625.59 64.27166 + 57.20833 3150.03 59.25494 + 57.25837 2559.87 52.89518 + 57.30834 2164.51 48.21634 + 57.35828 1947.96 45.61023 + 57.40805 1599.89 41.11189 + 57.45813 1355.84 37.53913 + 57.50819 1243.81 35.87109 + 57.55809 1109.59 33.78895 + 57.61968 960.41 30.71799 + 57.66978 848.29 28.89604 + 57.71985 804.74 27.94000 + 57.76996 829.36 28.38436 + 57.81991 778.30 27.52476 + 57.86988 800.47 27.89514 + 57.91994 811.95 28.06659 + 57.96998 766.12 27.23212 + 58.02001 790.27 27.74154 + 58.06987 780.77 27.62156 + 58.11989 803.80 28.00377 + 58.16997 776.21 27.39477 + 58.21985 789.67 27.76058 + 58.26987 796.25 27.85314 + 58.31982 825.38 28.36450 + 58.36975 826.00 28.32151 + 58.41967 796.58 27.90929 + 58.46963 834.90 28.46436 + 58.51967 792.80 27.84591 + 58.56963 853.05 28.93790 + 58.61957 825.43 28.41708 + 58.66934 817.44 28.12089 + 58.71943 796.94 27.88943 + 58.76949 826.60 28.42906 + 58.81939 819.99 28.29703 + 58.86822 783.30 27.65424 + 58.91833 778.00 27.69602 + 58.96840 800.03 27.95832 + 59.01850 843.62 28.97693 + 59.06845 807.42 28.19018 + 59.11842 826.64 28.48337 + 59.16848 780.54 27.69514 + 59.21852 816.58 28.24071 + 59.26856 816.53 28.23657 + 59.31841 785.69 27.61626 + 59.36843 745.53 26.94294 + 59.41851 839.16 28.72573 + 59.46839 799.25 27.97781 + 59.51841 766.50 27.34692 + 59.56836 810.54 28.17752 + 59.61830 825.29 28.30822 + 59.66822 788.88 27.87124 + 59.71817 764.95 27.26833 + 59.76821 796.12 27.82226 + 59.81817 759.69 27.09822 + 59.86812 797.75 27.85985 + 59.91789 788.29 27.70651 + 59.96797 771.60 27.52701 + 60.01803 786.11 27.69093 + 60.06793 808.26 28.36299 + 60.10817 764.39 27.28353 + 60.15827 793.86 28.04636 + 60.20834 763.63 27.28903 + 60.25845 786.43 27.83859 + 60.30840 793.48 27.77436 + 60.35836 825.06 28.64878 + 60.40842 754.90 27.20287 + 60.45846 762.07 27.64299 + 60.50850 835.44 28.82801 + 60.55836 757.59 27.09689 + 60.60837 784.95 27.69805 + 60.65846 763.73 27.41016 + 60.70834 774.94 27.72472 + 60.75835 725.34 26.49118 + 60.80831 801.51 27.88691 + 60.85824 806.37 28.05504 + 60.90816 787.34 27.82034 + 60.95811 792.63 27.79738 + 61.00815 789.53 27.69147 + 61.05812 810.65 28.18825 + 61.10806 746.45 27.07534 + 61.15783 818.62 28.53574 + 61.20791 771.24 27.52786 + 61.25797 709.34 26.26794 + 61.30787 797.43 27.97678 + 61.34766 806.75 32.43392 + 61.39776 817.22 33.23526 + 61.44783 783.84 32.42700 + 61.49794 784.70 32.64361 + 61.54789 794.21 32.79632 + 61.59786 842.77 33.67176 + 61.64792 815.92 32.67946 + 61.69796 764.97 31.84172 + 61.74799 822.97 32.97047 + 61.79785 825.30 32.87440 + 61.84787 792.09 32.37243 + 61.89795 790.55 32.65049 + 61.94783 792.20 31.94840 + 61.99785 828.43 32.48320 + 62.04780 858.71 34.01963 + 62.09773 784.25 32.61635 + 62.14765 792.06 32.29837 + 62.19761 817.62 32.28522 + 62.24765 837.03 33.56770 + 62.29761 793.74 32.44184 + 62.34755 805.34 32.70206 + 62.39732 772.78 31.54239 + 62.44741 815.95 33.25268 + 62.49747 841.81 33.49757 + 62.54737 740.94 31.40754 + 62.58955 746.96 33.67156 + 62.63966 775.62 33.51211 + 62.68973 804.49 34.53319 + 62.73983 791.61 34.72680 + 62.78978 830.47 34.68321 + 62.83975 810.84 34.96680 + 62.88981 856.73 35.48411 + 62.93985 835.18 34.93874 + 62.98989 941.39 37.66835 + 63.03974 831.05 35.20820 + 63.08976 848.88 35.71291 + 63.13984 865.09 35.62025 + 63.18972 854.96 36.11505 + 63.23974 922.42 37.72654 + 63.28969 945.29 37.59794 + 63.33963 906.78 37.07859 + 63.38955 952.51 37.18366 + 63.43950 890.84 36.33829 + 63.48954 916.44 36.98418 + 63.53950 898.15 36.32646 + 63.58945 947.28 37.71339 + 63.63922 969.83 38.71832 + 63.68930 844.87 35.85119 + 63.73936 857.34 35.87931 + 63.78926 854.62 35.80507 + 63.82930 880.21 31.79037 + 63.87940 869.22 31.53898 + 63.92947 834.08 30.98156 + 63.97958 801.10 30.24678 + 64.02953 834.29 30.86524 + 64.07949 789.85 30.01999 + 64.12955 802.78 30.29234 + 64.17959 784.89 30.03359 + 64.22963 819.81 30.63977 + 64.27949 774.76 29.71411 + 64.32951 749.86 29.33940 + 64.37959 732.13 28.84773 + 64.42947 711.44 28.50482 + 64.47948 743.84 29.07906 + 64.52944 782.65 29.87773 + 64.57937 715.00 28.52511 + 64.62929 766.46 29.55761 + 64.67924 787.50 29.97615 + 64.72928 795.65 30.15240 + 64.77925 810.55 30.51086 + 64.82919 736.76 28.96137 + 64.87896 765.19 29.49708 + 64.92904 795.12 30.10005 + 64.97910 771.85 29.69785 + 65.02900 790.89 30.04463 + 65.07469 721.02 27.88832 + 65.12479 746.90 28.35448 + 65.17486 721.34 27.47131 + 65.22497 725.79 27.51715 + 65.27492 733.24 27.95310 + 65.32489 742.61 28.03703 + 65.37495 721.82 27.55074 + 65.42499 694.95 27.44857 + 65.47502 742.72 27.94258 + 65.52488 697.70 27.02165 + 65.57490 741.19 27.84923 + 65.62498 701.89 27.04204 + 65.67486 719.07 27.54085 + 65.72488 750.46 28.18531 + 65.77483 727.33 27.82120 + 65.82476 728.95 27.71857 + 65.87468 743.66 27.76362 + 65.92464 720.34 27.61765 + 65.97468 732.80 27.67799 + 66.02464 682.33 26.96253 + 66.07458 732.62 27.82793 + 66.12435 720.37 27.43526 + 66.17444 758.56 28.34460 + 66.22450 695.81 27.22394 + 66.27440 727.00 27.55145 + 66.33258 708.31 27.26497 + 66.38269 732.00 27.81736 + 66.43276 733.69 27.78268 + 66.48286 707.17 27.38782 + 66.53282 690.28 26.95364 + 66.58278 734.96 27.82850 + 66.63284 727.27 27.67631 + 66.68288 789.15 28.94837 + 66.73292 777.79 28.74004 + 66.78277 725.26 27.70580 + 66.83279 739.15 27.87785 + 66.88287 786.65 28.79607 + 66.93275 753.07 28.16773 + 66.98277 803.11 29.03479 + 67.03272 769.09 28.46795 + 67.08266 875.68 30.45079 + 67.13258 866.00 30.24140 + 67.18253 839.11 29.73894 + 67.23257 836.07 29.68996 + 67.28253 857.46 30.06741 + 67.33248 805.05 29.12020 + 67.38225 861.19 30.21890 + 67.43233 838.72 29.83779 + 67.48239 812.35 29.30600 + 67.53229 842.30 30.03445 + 67.59603 783.91 30.16036 + 67.64613 798.64 30.43474 + 67.69620 728.10 29.10877 + 67.74631 812.57 30.78556 + 67.79626 775.35 29.99081 + 67.84622 743.37 29.34882 + 67.89628 749.81 29.49524 + 67.94632 760.80 29.82504 + 67.99636 762.27 29.78163 + 68.04622 779.14 30.01693 + 68.09624 760.17 29.67386 + 68.14632 738.94 29.34796 + 68.19620 760.96 29.66479 + 68.24621 740.14 29.35397 + 68.29617 751.86 29.51171 + 68.34610 728.76 29.04628 + 68.39602 751.31 29.47595 + 68.44597 734.97 29.15366 + 68.49601 757.54 29.57989 + 68.54598 656.79 27.46796 + 68.59592 745.87 29.37024 + 68.64569 712.16 28.81021 + 68.69577 719.31 28.83371 + 68.74583 696.69 28.39274 + 68.79573 716.26 28.80350 + 68.86402 706.54 28.46623 + 68.91412 657.12 27.33371 + 68.96419 663.65 27.47693 + 69.01430 700.06 28.17244 + 69.06425 689.83 28.06128 + 69.11422 702.32 28.23151 + 69.16428 669.19 27.67592 + 69.21432 736.30 28.94566 + 69.26435 678.20 27.77424 + 69.31421 723.64 28.89290 + 69.36423 699.26 28.18082 + 69.41431 688.41 27.94969 + 69.46419 719.73 28.68351 + 69.51421 684.76 27.89671 + 69.56416 731.70 29.03346 + 69.61409 686.33 27.88488 + 69.66401 707.11 28.34778 + 69.71397 754.37 29.33102 + 69.76401 718.72 28.55851 + 69.81397 679.29 27.82532 + 69.86391 737.43 28.94725 + 69.91368 724.59 28.97806 + 69.96377 768.50 29.60447 + 70.01383 749.69 29.35496 + 70.06373 799.88 30.25555 + 70.09781 829.93 29.19895 + 70.14792 876.42 30.06742 + 70.19799 923.18 30.70663 + 70.24809 929.07 30.82587 + 70.29805 1054.31 32.86979 + 70.34801 1002.28 32.16796 + 70.39807 1083.98 33.35195 + 70.44811 1126.36 34.05726 + 70.49815 1204.98 35.23460 + 70.54801 1324.40 36.99687 + 70.59802 1360.23 37.63271 + 70.64810 1383.80 38.02364 + 70.69798 1488.79 39.45304 + 70.74800 1592.70 40.97707 + 70.79795 1702.79 42.74249 + 70.84789 1949.79 45.85787 + 70.89781 2243.65 49.59371 + 70.94776 2740.57 56.28788 + 70.99780 3667.86 67.21356 + 71.04776 5263.62 84.21209 + 71.09771 7505.31 105.61889 + 71.14748 11055.61 134.33313 + 71.19756 15992.14 171.43286 + 71.24762 22022.12 212.95293 + 71.29752 28024.80 254.73515 + 71.32861 36872.91 284.67861 + 71.37871 39952.81 304.86550 + 71.42878 41577.52 314.97022 + 71.47889 41902.50 316.00562 + 71.52884 41165.40 310.53592 + 71.57880 39283.06 299.12936 + 71.62886 36679.31 282.86471 + 71.67890 32950.61 259.70240 + 71.72894 27842.39 227.37564 + 71.77880 22507.98 193.82422 + 71.82882 17174.21 160.27888 + 71.87890 13095.88 133.52011 + 71.92878 10457.45 115.96589 + 71.97879 8173.77 99.91062 + 72.02875 6213.11 84.42674 + 72.07868 4586.38 70.06388 + 72.12860 3307.41 57.72533 + 72.17855 2402.87 48.16336 + 72.22859 1908.02 42.39994 + 72.27856 1556.97 37.92456 + 72.32850 1440.95 36.28033 + 72.37827 1325.94 34.69777 + 72.42835 1214.78 33.11838 + 72.47841 1113.21 31.64005 + 72.52831 1069.29 30.98935 + 72.59460 990.58 30.77471 + 72.64470 1094.59 32.42926 + 72.69477 1055.83 31.77722 + 72.74488 1021.65 31.27243 + 72.79483 1032.97 31.38297 + 72.84480 1007.52 31.05287 + 72.89486 971.05 30.54278 + 72.94490 993.22 30.79774 + 72.99494 933.15 29.85459 + 73.04479 1001.77 30.84842 + 73.09481 1069.04 32.02899 + 73.14489 993.36 30.83692 + 73.19477 1015.31 31.17309 + 73.24479 1002.35 30.89776 + 73.29474 1113.44 32.76391 + 73.34467 1071.66 32.14886 + 73.39459 1036.56 31.46967 + 73.44455 1046.49 31.57265 + 73.49459 1101.79 32.42301 + 73.54455 1059.58 31.83229 + 73.59449 1074.55 32.05749 + 73.64426 1049.00 31.69076 + 73.69435 1074.97 32.10228 + 73.74441 1045.61 31.59248 + 73.79431 1031.06 31.42528 + 73.83419 955.15 31.11583 + 73.88430 1028.88 32.30467 + 73.93437 915.07 30.35377 + 73.98447 929.83 30.60443 + 74.03443 1000.62 31.84379 + 74.08439 906.69 30.22168 + 74.13445 924.87 30.55236 + 74.18449 921.37 30.47191 + 74.23453 891.16 30.02442 + 74.28439 932.35 30.70243 + 74.33440 926.95 30.59621 + 74.38448 897.34 30.09087 + 74.43436 877.97 29.82089 + 74.48438 915.51 30.34569 + 74.53433 961.66 31.15087 + 74.58427 978.46 31.42667 + 74.63419 970.96 31.33486 + 74.68414 1011.54 31.97823 + 74.73418 989.63 31.59666 + 74.78414 1022.37 32.18556 + 74.83409 1043.94 32.56846 + 74.88386 1031.79 32.36688 + 74.93394 1085.87 33.20836 + 74.98400 1078.10 33.18303 + 75.03390 1153.48 34.27968 + 75.07034 1142.44 33.02163 + 75.12044 1240.07 34.54948 + 75.17051 1244.69 34.54060 + 75.22062 1279.37 35.00425 + 75.27057 1348.37 36.03752 + 75.32053 1350.83 36.09910 + 75.37059 1383.21 36.55749 + 75.42063 1597.70 39.47245 + 75.47067 1689.18 40.70612 + 75.52053 1906.91 43.45847 + 75.57055 2605.39 51.93078 + 75.62063 3466.96 61.46354 + 75.67051 4942.36 75.53560 + 75.72052 7346.30 95.54527 + 75.77048 10800.72 121.71705 + 75.82041 14593.93 148.21471 + 75.87033 18446.94 175.16397 + 75.92028 20296.86 188.01591 + 75.97032 21707.72 198.40710 + 76.02029 21474.60 196.33015 + 76.07023 21518.89 196.61912 + 76.12000 20834.40 191.76755 + 76.17008 19384.49 181.74138 + 76.22014 17720.10 169.96184 + 76.27004 15024.52 150.89327 + 76.31993 12288.03 133.20372 + 76.37003 9440.09 111.94054 + 76.42011 7506.18 97.06513 + 76.47021 5837.47 83.43690 + 76.52016 4785.57 74.25673 + 76.57013 3702.38 63.94246 + 76.62019 2908.92 55.96489 + 76.67023 2215.70 47.97405 + 76.72027 1720.81 41.72257 + 76.77012 1410.31 37.77807 + 76.82014 1252.50 35.35126 + 76.87022 1084.11 32.79785 + 76.92010 1035.90 31.97829 + 76.97012 980.35 30.92028 + 77.02007 923.18 30.02197 + 77.07000 920.07 29.92680 + 77.11992 876.71 29.27163 + 77.16988 862.86 28.97251 + 77.21992 904.93 29.97691 + 77.26988 899.00 29.61568 + 77.31982 886.15 29.41592 + 77.36959 892.37 29.50890 + 77.41968 937.38 30.28337 + 77.46974 947.90 30.51021 + 77.51964 964.23 30.74124 + 77.57897 910.04 29.71923 + 77.62908 974.80 30.81382 + 77.67915 936.76 30.10290 + 77.72925 1014.86 31.36943 + 77.77921 1029.06 31.69090 + 77.82917 1096.71 32.81949 + 77.87923 1081.69 32.46636 + 77.92927 1115.68 33.14672 + 77.97931 1150.68 33.52346 + 78.02917 1198.55 34.37293 + 78.07918 1194.62 34.20129 + 78.12926 1215.69 34.71930 + 78.17914 1197.47 34.39732 + 78.22916 1204.48 34.48821 + 78.27911 1190.76 34.47793 + 78.32905 1103.53 32.96746 + 78.37897 1135.75 33.42991 + 78.42892 1080.75 33.01738 + 78.47896 1029.63 31.68325 + 78.52892 993.35 31.28554 + 78.57887 1020.17 32.11014 + 78.62864 950.93 30.75025 + 78.67872 904.04 29.69666 + 78.72878 923.81 30.13171 + 78.77868 873.84 29.30985 + 78.83092 860.60 27.17818 + 78.88102 849.15 26.99247 + 78.93109 799.39 26.11383 + 78.98120 793.66 25.99650 + 79.03115 793.27 26.02544 + 79.08111 761.01 25.46127 + 79.13117 745.73 25.29960 + 79.18121 766.66 25.55195 + 79.23125 769.37 25.60188 + 79.28111 766.21 25.54745 + 79.33113 815.87 26.45467 + 79.38121 835.54 26.74976 + 79.43109 814.66 26.45927 + 79.48110 751.69 25.28153 + 79.53106 797.27 26.08147 + 79.58099 795.45 26.02685 + 79.63091 790.85 26.02130 + 79.68086 772.39 25.60829 + 79.73090 823.41 26.47650 + 79.78087 788.90 26.01749 + 79.83081 819.07 26.46935 + 79.88058 832.60 26.68185 + 79.93066 878.46 27.41808 + 79.98072 871.48 27.26251 + 80.03062 895.38 27.69647 + 80.07031 882.33 28.41471 + 80.12041 971.15 29.81351 + 80.17049 987.96 30.06106 + 80.22059 1091.39 31.67994 + 80.27054 1293.58 34.70013 + 80.32051 1347.99 35.42141 + 80.37057 1424.85 36.54217 + 80.42061 1539.50 38.11698 + 80.47065 1605.05 38.89508 + 80.52050 1502.07 37.51888 + 80.57052 1528.51 37.88965 + 80.62060 1505.98 37.62744 + 80.67048 1336.27 35.30885 + 80.72050 1293.65 34.60826 + 80.77045 1156.02 32.63303 + 80.82038 1063.64 31.21106 + 80.87030 989.18 30.05844 + 80.92026 964.08 29.67092 + 80.97030 852.28 27.83342 + 81.02026 897.35 28.61110 + 81.07020 840.20 27.60112 + 81.11997 855.18 28.02154 + 81.17006 798.45 26.88412 + 81.22012 799.84 26.89957 + 81.27002 811.70 27.27648 + 81.31680 760.77 26.33343 + 81.36691 761.83 26.27625 + 81.41698 815.98 27.25428 + 81.46708 784.04 26.66382 + 81.51704 783.79 26.66429 + 81.56700 791.53 26.77468 + 81.61706 783.17 26.71252 + 81.66710 790.20 26.75281 + 81.71714 850.40 27.83892 + 81.76700 791.46 26.73354 + 81.81701 847.34 27.73506 + 81.86709 847.80 27.76766 + 81.91697 835.47 27.56494 + 81.96699 769.58 26.43832 + 82.01694 839.76 27.75550 + 82.06688 824.41 27.42417 + 82.11680 792.55 26.91951 + 82.16675 818.72 27.22773 + 82.21679 831.98 27.46689 + 82.26675 738.80 26.01727 + 82.31670 816.41 27.26914 + 82.36647 782.09 26.79342 + 82.41655 809.83 27.11554 + 82.46661 844.61 27.71159 + 82.51651 856.62 27.99864 + 82.56945 821.05 26.05343 + 82.61955 797.54 25.66471 + 82.66962 824.31 26.04112 + 82.71973 848.55 26.45797 + 82.76968 848.72 26.57360 + 82.81964 857.18 26.59747 + 82.86970 870.78 26.83749 + 82.91974 907.59 27.42815 + 82.96978 866.12 26.79914 + 83.01964 905.21 27.39657 + 83.06966 933.95 27.82355 + 83.11974 943.40 27.98249 + 83.16962 960.55 28.22465 + 83.21963 1019.19 29.04437 + 83.26959 927.75 27.69977 + 83.31952 963.18 28.23137 + 83.36944 914.14 27.46041 + 83.41939 984.27 28.51998 + 83.46943 919.10 27.63538 + 83.51940 883.22 26.98372 + 83.56934 910.56 27.44653 + 83.61911 878.46 26.94486 + 83.66919 855.16 26.53500 + 83.71925 883.24 27.00782 + 83.76915 849.32 26.47884 + 83.83044 869.11 27.34459 + 83.88054 830.62 26.68421 + 83.93062 893.43 27.69654 + 83.98072 852.55 26.96365 + 84.03067 829.10 26.63003 + 84.08064 827.83 26.58059 + 84.13070 832.50 26.67133 + 84.18074 864.95 27.30382 + 84.23078 859.60 27.09508 + 84.28063 801.72 26.11192 + 84.33065 869.00 27.44213 + 84.38073 931.10 28.43688 + 84.43061 1001.98 29.46313 + 84.48063 1097.09 31.06247 + 84.53058 1409.59 35.48607 + 84.58051 1881.72 41.50224 + 84.63043 2584.41 49.01053 + 84.68039 3480.58 57.69524 + 84.73043 4309.00 65.12028 + 84.78039 5039.96 71.35286 + 84.83033 5577.56 75.68528 + 84.88010 5632.41 76.22415 + 84.93019 5499.08 75.00281 + 84.98025 5284.95 73.23093 + 85.03015 4995.22 70.72825 + 85.07233 4382.09 70.87357 + 85.12244 3750.54 64.74312 + 85.17251 3199.09 59.19893 + 85.22261 2512.76 51.67636 + 85.27257 1997.49 45.83052 + 85.32253 1730.13 42.16785 + 85.37259 1577.00 40.38708 + 85.42263 1285.60 36.18904 + 85.47267 1155.98 34.10110 + 85.52253 989.98 31.42034 + 85.57254 940.93 30.62230 + 85.62262 869.97 29.70636 + 85.67250 808.23 28.35964 + 85.72252 799.31 28.06610 + 85.77247 788.10 27.91874 + 85.82241 793.76 28.17052 + 85.87233 839.43 29.00592 + 85.92228 774.49 27.65850 + 85.97232 796.69 27.99102 + 86.02228 757.26 27.33196 + 86.07223 740.91 27.25746 + 86.12200 798.90 28.17476 + 86.17208 781.40 27.93589 + 86.22214 790.39 28.19662 + 86.27204 699.19 26.47103 + 86.30398 752.01 32.34514 + 86.35408 750.88 32.65907 + 86.40415 714.10 31.75049 + 86.45426 776.09 33.42789 + 86.50421 738.08 32.15240 + 86.55417 750.31 32.61202 + 86.60423 747.93 32.54195 + 86.65427 788.64 33.45886 + 86.70431 772.43 32.99356 + 86.75417 707.30 31.86091 + 86.80419 769.67 32.66768 + 86.85427 791.59 33.56842 + 86.90415 800.45 33.70727 + 86.95416 697.21 31.35866 + 87.00412 779.69 33.25437 + 87.05405 737.87 32.15470 + 87.10397 819.75 34.12440 + 87.15392 762.21 32.89590 + 87.20396 762.56 32.82199 + 87.25393 772.88 33.04574 + 87.30387 752.51 32.50423 + 87.35364 786.23 33.16945 + 87.40372 776.42 33.34192 + 87.45378 765.34 32.59114 + 87.50368 839.25 34.49271 + 87.55687 745.99 30.25384 + 87.60697 759.71 31.49333 + 87.65705 819.78 32.09749 + 87.70715 805.22 31.88307 + 87.75710 752.37 30.72819 + 87.80707 729.04 30.95537 + 87.85713 772.03 31.53911 + 87.90717 765.84 30.75192 + 87.95721 804.46 31.75018 + 88.00706 757.79 30.90189 + 88.05708 729.27 30.50568 + 88.10716 823.96 33.23386 + 88.15704 779.05 31.10029 + 88.20706 776.16 31.75842 + 88.25701 783.03 31.29171 + 88.30694 777.86 31.28941 + 88.35686 752.94 31.08804 + 88.40682 806.39 31.78082 + 88.45686 811.87 31.99274 + 88.50682 805.36 32.12277 + 88.55676 778.47 31.24970 + 88.60653 813.98 32.04792 + 88.65662 800.19 31.74557 + 88.70668 846.15 32.65563 + 88.75658 842.19 33.10375 + 88.83381 829.06 27.13723 + 88.88392 892.13 28.48253 + 88.93399 920.63 28.58214 + 88.98409 1004.55 29.98706 + 89.03405 1050.23 30.66395 + 89.08401 1221.78 33.52139 + 89.13407 1365.31 35.23340 + 89.18411 1335.08 35.01374 + 89.23415 1457.19 36.60804 + 89.28401 1527.62 37.57965 + 89.33402 1428.78 36.23683 + 89.38411 1395.11 35.64405 + 89.43398 1375.27 35.34580 + 89.48400 1247.53 33.52793 + 89.53396 1132.69 31.95995 + 89.58389 1077.66 31.04123 + 89.63381 959.97 29.21059 + 89.68376 899.30 28.32302 + 89.73380 962.64 29.24036 + 89.78376 834.69 27.10537 + 89.83371 846.36 27.39372 + 89.88348 810.23 26.75574 + 89.93356 777.17 26.29670 + 89.98362 833.37 27.32803 + 90.03352 741.41 25.79167 + 90.08556 789.85 28.85748 + 90.13566 775.46 28.66562 + 90.18573 725.89 27.67765 + 90.23584 752.31 28.14014 + 90.28579 723.17 27.63118 + 90.33575 799.09 29.11617 + 90.38581 731.37 27.90707 + 90.43585 768.03 28.59237 + 90.48589 772.89 28.61688 + 90.53575 736.63 27.89983 + 90.58577 691.75 26.99309 + 90.63585 723.63 27.60876 + 90.68573 802.09 29.13658 + 90.73574 783.55 28.74858 + 90.78570 766.18 28.38880 + 90.83563 789.18 28.90983 + 90.88555 705.30 27.23599 + 90.93550 747.67 28.04730 + 90.98554 823.38 29.47111 + 91.03551 770.95 28.52533 + 91.08545 749.90 28.15947 + 91.13522 759.76 28.42059 + 91.18530 785.47 28.92949 + 91.23536 759.73 28.38159 + 91.28526 763.98 28.39994 + 91.33170 791.43 29.00169 + 91.38180 800.17 29.11489 + 91.43188 751.11 28.27237 + 91.48198 779.20 28.93640 + 91.53193 789.50 28.93776 + 91.58190 717.82 27.58326 + 91.63196 732.58 27.85778 + 91.68200 848.45 30.07218 + 91.73204 751.74 28.35585 + 91.78189 781.80 28.82429 + 91.83191 798.00 29.13831 + 91.88199 738.06 28.03239 + 91.93187 802.09 29.23931 + 91.98189 776.73 28.68381 + 92.03184 759.80 28.42874 + 92.08177 771.51 28.60788 + 92.13169 731.87 27.91213 + 92.18165 785.03 28.85408 + 92.23169 773.16 28.61642 + 92.28165 832.71 29.75106 + 92.33159 817.14 29.50434 + 92.38136 852.20 30.24811 + 92.43145 769.11 28.58969 + 92.48151 803.61 29.28401 + 92.53141 798.55 29.17545 + 92.57024 839.23 28.57445 + 92.62035 784.52 27.58189 + 92.67042 817.72 28.17961 + 92.72052 774.58 27.36678 + 92.77048 824.08 28.21923 + 92.82044 809.19 28.03961 + 92.87050 804.31 27.88140 + 92.92054 863.25 29.00321 + 92.97058 772.19 27.28746 + 93.02044 785.92 27.55598 + 93.07045 819.65 28.20873 + 93.12054 840.54 28.56944 + 93.17041 851.88 28.73038 + 93.22043 873.63 29.12199 + 93.27039 890.10 29.43274 + 93.32032 928.91 30.10187 + 93.37024 1017.01 31.49457 + 93.42019 1157.47 33.86315 + 93.47023 1365.58 36.84776 + 93.52019 1433.89 37.67888 + 93.57014 1549.80 39.30466 + 93.61991 1581.37 39.76871 + 93.66999 1595.13 39.91409 + 93.72005 1541.86 39.28069 + 93.76995 1504.80 38.70183 + 93.80984 1457.59 38.31836 + 93.85994 1310.94 36.23803 + 93.91001 1231.30 34.94255 + 93.96012 1134.05 33.60093 + 94.01007 983.77 31.10190 + 94.06003 1009.71 31.49850 + 94.11009 961.74 30.79771 + 94.16013 843.73 28.70656 + 94.21017 864.42 29.16735 + 94.26003 829.22 28.51172 + 94.31005 856.63 28.97442 + 94.36013 836.98 28.58855 + 94.41001 765.69 27.49021 + 94.46002 732.99 26.77609 + 94.50998 802.39 28.03265 + 94.55991 786.53 27.80933 + 94.60983 755.41 27.11843 + 94.65978 718.64 26.44389 + 94.70982 803.61 27.99021 + 94.75979 766.35 27.29743 + 94.80973 841.32 28.71757 + 94.85950 814.84 28.22112 + 94.90958 787.11 27.69621 + 94.95964 766.08 27.32761 + 95.00954 805.01 28.02713 + 95.06838 782.66 28.62710 + 95.11848 822.21 29.34781 + 95.16856 842.67 29.69004 + 95.21866 799.32 28.90252 + 95.26861 832.30 29.56600 + 95.31858 851.76 29.92902 + 95.36864 846.89 29.84229 + 95.41868 832.99 29.55052 + 95.46872 804.89 29.01476 + 95.51857 866.04 30.26445 + 95.56859 892.03 30.57101 + 95.61867 840.48 29.68293 + 95.66855 839.14 29.71099 + 95.71857 870.14 30.19981 + 95.76852 817.08 29.26225 + 95.81845 882.76 30.46130 + 95.86838 821.31 29.30290 + 95.91833 898.81 30.71856 + 95.96837 880.82 30.42212 + 96.01833 838.23 29.62234 + 96.06827 842.34 29.72330 + 96.11805 845.46 29.77044 + 96.16813 869.81 30.22407 + 96.21819 796.15 28.82874 + 96.26809 774.27 28.49286 + 96.30507 818.63 28.10903 + 96.35518 757.63 26.95688 + 96.40525 802.22 27.72069 + 96.45535 856.68 28.62354 + 96.50531 778.52 27.47063 + 96.55527 869.58 28.89440 + 96.60533 862.99 28.77006 + 96.65537 864.33 28.81836 + 96.70541 834.01 28.43620 + 96.75527 856.68 28.71241 + 96.80528 806.96 27.73824 + 96.85537 784.59 27.35048 + 96.90524 827.64 28.22574 + 96.95526 836.63 28.21989 + 97.00522 807.69 27.88077 + 97.05515 787.01 27.38893 + 97.10507 802.54 27.63319 + 97.15502 781.42 27.28859 + 97.20506 753.31 26.85322 + 97.25502 747.91 26.75842 + 97.30497 797.74 27.79755 + 97.35474 743.90 26.95281 + 97.40482 796.25 27.75935 + 97.45488 788.73 27.46501 + 97.50478 794.73 27.77519 + 97.56507 762.01 25.50864 + 97.61517 776.61 25.80482 + 97.66524 809.75 26.29142 + 97.71535 754.95 25.37110 + 97.76530 793.46 26.05729 + 97.81526 771.49 25.69022 + 97.86532 793.22 26.07823 + 97.91536 700.76 24.45939 + 97.96540 744.69 25.30619 + 98.01526 829.60 26.61356 + 98.06528 760.00 25.53449 + 98.11536 804.52 26.27466 + 98.16524 774.96 25.77840 + 98.21525 796.93 26.07134 + 98.26521 804.51 26.29331 + 98.31514 797.91 26.15546 + 98.36506 784.31 25.89500 + 98.41501 876.42 27.38477 + 98.46505 782.59 25.84604 + 98.51502 782.98 25.86366 + 98.56496 797.08 26.17010 + 98.61473 822.70 26.58005 + 98.66481 824.09 26.54771 + 98.71487 785.08 25.93662 + 98.76477 797.86 26.14219 + 98.83396 794.10 27.76660 + 98.88407 744.15 27.04416 + 98.93414 805.83 27.93439 + 98.98424 833.99 28.26593 + 99.03419 859.29 28.72667 + 99.08416 861.07 28.86163 + 99.13422 821.66 28.14204 + 99.18426 780.46 27.40354 + 99.23430 790.35 27.55309 + 99.28415 772.78 27.23110 + 99.33417 833.16 28.58316 + 99.38425 792.01 27.58778 + 99.43413 800.01 27.77696 + 99.48415 836.61 28.44103 + 99.53410 802.68 27.72159 + 99.58403 848.10 28.63501 + 99.63396 781.62 27.42046 + 99.68391 764.05 27.10396 + 99.73395 810.25 27.84718 + 99.78391 828.77 28.37371 + 99.83385 833.69 28.41561 + 99.88363 777.37 27.33670 + 99.93371 807.53 28.00145 + 99.98377 770.04 27.22800 + 100.03367 860.28 28.76867 + 100.08060 798.05 30.64481 + 100.13071 770.84 30.20938 + 100.18078 802.20 31.14140 + 100.23088 812.19 31.14268 + 100.28084 834.94 31.39019 + 100.33080 755.06 29.82577 + 100.38086 810.11 31.08794 + 100.43090 808.23 30.99116 + 100.48094 807.87 31.05310 + 100.53080 767.17 30.02559 + 100.58081 829.03 31.28093 + 100.63090 788.36 30.49835 + 100.68077 802.10 30.75401 + 100.73079 765.12 29.95031 + 100.78075 813.98 31.04939 + 100.83068 798.67 30.73163 + 100.88060 823.00 31.25174 + 100.93055 812.48 30.86928 + 100.98059 811.03 30.86207 + 101.03055 814.08 31.00662 + 101.08050 835.13 31.37264 + 101.13027 858.66 31.91782 + 101.18035 802.28 30.95680 + 101.23041 800.88 30.75958 + 101.28031 810.88 30.98200 + 101.32535 864.61 30.16256 + 101.37545 849.43 29.87980 + 101.42552 927.18 31.01529 + 101.47563 863.40 30.26030 + 101.52558 889.10 30.32422 + 101.57554 902.64 30.63978 + 101.62560 877.86 30.43841 + 101.67564 887.37 30.79775 + 101.72568 955.73 31.93745 + 101.77554 915.23 30.59443 + 101.82556 1006.90 32.66635 + 101.87564 945.64 31.59358 + 101.92552 949.25 31.58971 + 101.97554 984.23 32.36125 + 102.02549 1015.57 32.73733 + 102.07542 1106.93 34.39522 + 102.12534 1481.12 39.87511 + 102.17529 2039.75 48.30387 + 102.22533 3115.63 59.56896 + 102.27530 4819.78 77.43677 + 102.32524 6814.76 94.53165 + 102.37501 8308.87 107.37173 + 102.42509 9564.54 117.78893 + 102.47515 9824.53 119.67980 + 102.52505 9957.49 120.55769 + 102.57054 9452.58 111.70762 + 102.62065 8475.16 103.90021 + 102.67072 7204.12 93.89140 + 102.72082 6119.59 85.07412 + 102.77077 4776.17 73.76836 + 102.82074 3862.38 65.85921 + 102.87080 3107.83 57.65043 + 102.92084 2539.37 51.93288 + 102.97088 2119.15 46.47948 + 103.02073 1655.92 41.27632 + 103.07075 1467.25 38.56921 + 103.12083 1223.45 34.78081 + 103.17071 1080.88 32.56295 + 103.22073 1063.27 32.25772 + 103.27068 915.13 29.79995 + 103.32061 985.03 31.02184 + 103.37054 961.96 30.73800 + 103.42049 954.06 30.69648 + 103.47053 891.79 29.64256 + 103.52049 907.07 29.89582 + 103.57043 854.13 28.67034 + 103.62021 891.07 29.64043 + 103.67029 902.56 29.56322 + 103.72035 871.93 29.30482 + 103.77025 852.09 28.80556 + 103.81708 865.70 32.51248 + 103.86719 883.25 32.70835 + 103.91726 903.82 32.95495 + 103.96736 871.04 32.43166 + 104.01732 928.50 33.47777 + 104.06728 884.48 32.64458 + 104.11734 918.79 33.28841 + 104.16738 889.69 32.77089 + 104.21742 875.23 32.49129 + 104.26728 868.21 32.27154 + 104.31729 925.22 33.40633 + 104.36738 821.80 31.47740 + 104.41725 882.03 32.57577 + 104.46727 877.40 32.45257 + 104.51723 866.11 32.22606 + 104.56716 894.84 32.80631 + 104.61708 915.17 33.16594 + 104.66703 895.82 32.83859 + 104.71707 856.33 32.04217 + 104.76703 872.72 32.36069 + 104.81698 890.12 32.77200 + 104.86675 914.26 33.18494 + 104.91683 920.17 33.28506 + 104.96689 916.82 33.17862 + 105.01679 913.08 33.16192 + 105.05578 882.07 32.66616 + 105.10588 898.29 32.97131 + 105.15595 884.57 32.64744 + 105.20606 899.29 32.84147 + 105.25601 908.34 33.10186 + 105.30597 947.90 33.82397 + 105.35604 866.09 32.29359 + 105.40607 890.09 32.77372 + 105.45611 905.25 33.09345 + 105.50597 884.06 32.58339 + 105.55599 939.26 33.72547 + 105.60607 929.59 33.60977 + 105.65595 949.85 33.90079 + 105.70597 902.71 33.06766 + 105.75592 973.13 34.39836 + 105.80585 978.82 34.49484 + 105.85577 962.98 34.12643 + 105.90573 999.06 34.81259 + 105.95576 994.34 34.70603 + 106.00573 1026.27 35.27678 + 106.05567 1006.75 34.92400 + 106.10544 1023.63 35.31270 + 106.15552 1114.95 37.00446 + 106.20559 1038.89 35.53692 + 106.25548 1134.35 37.22648 + 106.31472 1173.09 35.16514 + 106.36483 1238.71 35.98811 + 106.41490 1144.36 34.55932 + 106.46500 1041.96 33.04593 + 106.51495 1102.49 33.85735 + 106.56492 1180.52 35.08188 + 106.61498 1274.02 36.50023 + 106.66502 1690.85 42.42046 + 106.71506 2368.56 50.99829 + 106.76491 3600.32 64.33199 + 106.81493 5354.54 81.30045 + 106.86501 7645.08 100.77096 + 106.91489 9275.35 114.22433 + 106.96491 10622.81 125.50908 + 107.01486 10743.61 126.88474 + 107.06479 10356.37 123.82495 + 107.11472 9398.42 116.77215 + 107.16467 7960.51 104.77051 + 107.21471 6723.92 94.58506 + 107.26467 5444.76 83.38474 + 107.31461 4349.66 73.54847 + 107.36439 3521.26 65.21106 + 107.41447 2980.23 58.79315 + 107.46453 2424.64 52.79383 + 107.51443 2042.30 47.72153 + 107.57146 1599.43 39.56473 + 107.62157 1416.56 37.24626 + 107.67164 1234.72 34.34718 + 107.72174 1150.50 33.17512 + 107.77170 1090.52 32.13130 + 107.82166 1045.00 31.52031 + 107.87172 999.65 30.76399 + 107.92176 1024.72 31.20223 + 107.97180 947.24 29.91188 + 108.02166 908.16 29.31691 + 108.07167 929.10 29.63702 + 108.12176 901.99 29.18904 + 108.17163 919.22 29.46275 + 108.22165 899.26 29.09182 + 108.27161 901.11 29.12341 + 108.32154 939.78 29.77693 + 108.37146 950.45 29.96303 + 108.42141 873.90 28.60302 + 108.47145 900.55 29.11781 + 108.52141 910.40 29.24925 + 108.57136 856.49 28.34816 + 108.62113 961.28 30.15156 + 108.67121 885.54 28.84062 + 108.72127 899.35 29.07743 + 108.77117 888.65 28.96369 + 108.80846 881.86 29.24375 + 108.85856 855.34 28.83540 + 108.90863 847.93 28.65597 + 108.95874 870.87 28.97404 + 109.00869 890.57 29.35755 + 109.05865 871.59 29.05443 + 109.10872 857.36 28.82123 + 109.15875 874.97 29.08049 + 109.20879 861.41 28.86844 + 109.25865 867.74 28.92046 + 109.30867 933.20 30.05440 + 109.35875 913.48 29.76624 + 109.40863 884.15 29.23406 + 109.45865 871.95 28.96262 + 109.50860 879.12 29.10729 + 109.55853 864.66 29.03432 + 109.60845 899.68 29.50551 + 109.65841 948.99 30.31668 + 109.70844 926.55 29.91293 + 109.75841 923.31 29.90772 + 109.80835 919.76 29.81550 + 109.85812 924.23 29.95717 + 109.90820 938.02 30.15673 + 109.95827 890.17 29.31976 + 110.00816 959.09 30.55353 + 110.05475 894.19 30.56731 + 110.10486 904.12 30.57265 + 110.15493 934.62 31.32707 + 110.20503 952.64 31.34996 + 110.25498 964.60 31.55088 + 110.30495 1039.27 32.85859 + 110.35501 1010.11 32.44569 + 110.40505 1013.18 32.46293 + 110.45509 1030.00 32.69233 + 110.50494 1039.04 32.81658 + 110.55496 1075.84 33.50044 + 110.60504 1030.69 32.64452 + 110.65492 1155.80 34.75033 + 110.70494 1138.39 34.41985 + 110.75489 1171.59 35.05755 + 110.80482 1239.07 36.19118 + 110.85475 1276.79 36.68714 + 110.90470 1277.63 36.57354 + 110.95474 1310.06 37.16905 + 111.00470 1271.49 36.51901 + 111.05464 1267.63 36.46541 + 111.10442 1264.01 36.45261 + 111.15450 1343.59 37.55717 + 111.20456 1457.00 39.29176 + 111.25446 1838.13 44.64303 + 111.32020 3048.53 61.48008 + 111.37030 5180.57 83.99798 + 111.42037 8604.40 115.20064 + 111.47047 13607.64 154.78172 + 111.52043 18938.41 194.64988 + 111.57039 23543.64 228.60178 + 111.62045 25711.57 244.24280 + 111.67049 26093.35 247.02908 + 111.72053 23976.26 231.79206 + 111.77039 20585.05 205.44029 + 111.82040 16993.17 179.01516 + 111.87049 13883.59 155.91828 + 111.92037 11034.31 134.16818 + 111.97038 8938.63 117.85234 + 112.02034 6869.75 99.69815 + 112.07027 5417.45 86.56568 + 112.12019 4288.83 75.49441 + 112.17014 3280.65 64.80281 + 112.22018 2713.23 57.68608 + 112.27015 2157.62 50.31536 + 112.32009 1793.25 45.02844 + 112.36986 1524.58 41.19032 + 112.41994 1329.01 38.15186 + 112.47000 1235.25 36.69129 + 112.51990 1058.22 33.74111 + 112.59279 1071.88 33.96072 + 112.64289 1043.15 33.48304 + 112.69296 1036.21 33.35075 + 112.74307 1036.30 33.31684 + 112.79302 996.14 32.63791 + 112.84298 1019.99 33.03113 + 112.89305 1026.17 33.17033 + 112.94308 981.35 32.40410 + 112.99312 1002.14 32.74672 + 113.04298 974.97 32.29512 + 113.09300 1008.80 32.89622 + 113.14308 981.86 32.45957 + 113.19296 964.33 32.22433 + 113.24298 1004.62 32.71911 + 113.29293 967.25 32.19827 + 113.34286 957.47 31.98585 + 113.39278 947.34 31.80368 + 113.44274 933.68 31.55565 + 113.49277 964.81 32.05040 + 113.54274 974.71 32.30145 + 113.59268 985.80 32.59286 + 113.64245 975.31 32.42330 + 113.69253 954.80 31.97292 + 113.74260 930.47 31.50792 + 113.79249 970.99 32.20132 + 113.82598 888.04 31.11153 + 113.87609 965.31 32.58927 + 113.92616 1003.96 33.13599 + 113.97626 991.52 32.93548 + 114.02621 1043.71 33.87938 + 114.07618 950.55 32.25369 + 114.12624 948.32 32.24309 + 114.17628 1010.80 33.31420 + 114.22632 920.64 31.71689 + 114.27617 974.06 32.66362 + 114.32619 1031.76 33.69612 + 114.37627 930.36 31.91576 + 114.42615 944.53 32.14518 + 114.47617 941.88 31.99114 + 114.52612 999.07 33.07362 + 114.57605 991.42 33.01332 + 114.62598 1025.51 33.54283 + 114.67593 946.04 32.14523 + 114.72597 969.78 32.57090 + 114.77593 950.25 32.24629 + 114.82587 945.64 32.14258 + 114.87565 963.42 32.47745 + 114.92573 898.48 31.27347 + 114.97579 981.89 32.78421 + 115.02569 935.41 32.02080 + 115.06333 924.83 30.68453 + 115.11343 911.87 30.39140 + 115.16350 931.37 30.71496 + 115.21360 960.79 31.22610 + 115.26356 870.55 29.68915 + 115.31352 891.32 30.00949 + 115.36358 917.94 30.54449 + 115.41362 896.91 30.28983 + 115.46366 970.98 31.48424 + 115.51352 994.41 31.81122 + 115.56353 934.84 30.80173 + 115.61362 974.43 31.52281 + 115.66350 967.31 31.37776 + 115.71351 1047.46 32.70129 + 115.76347 1008.01 32.03407 + 115.81340 990.10 31.82590 + 115.86332 1049.32 32.70079 + 115.91327 1019.67 32.27769 + 115.96331 967.09 31.27404 + 116.01328 1048.08 32.66036 + 116.06322 1094.86 33.43305 + 116.11299 1139.86 34.15055 + 116.16307 1421.78 38.32476 + 116.21313 1761.51 42.93610 + 116.26303 2223.02 48.79913 + 116.31367 2537.69 54.19932 + 116.36377 3021.56 59.87997 + 116.41384 3380.15 63.79218 + 116.46395 3232.02 62.54681 + 116.51390 3163.91 61.46713 + 116.56386 2780.30 57.30686 + 116.61393 2451.44 53.56575 + 116.66396 2195.81 50.19618 + 116.71400 1901.89 46.29212 + 116.76386 1652.38 42.89841 + 116.81388 1429.65 39.65250 + 116.86396 1347.50 38.46505 + 116.91384 1253.14 37.06096 + 116.96386 1147.59 35.21763 + 117.01381 1117.99 34.82430 + 117.06374 1077.67 34.10333 + 117.11366 1004.15 32.93128 + 117.16362 984.30 32.49533 + 117.21365 993.63 32.67290 + 117.26362 945.43 31.87663 + 117.31356 916.68 31.32771 + 117.36333 940.23 31.88048 + 117.41341 911.29 31.35567 + 117.46348 950.37 31.94947 + 117.51337 868.56 30.52283 + 117.54881 907.82 30.83012 + 117.59892 931.60 31.17324 + 117.64899 851.63 29.79846 + 117.69909 895.91 30.62000 + 117.74904 847.49 29.82297 + 117.79901 870.96 30.07450 + 117.84907 833.37 29.41283 + 117.89911 887.41 30.50899 + 117.94915 930.33 31.16962 + 117.99900 849.16 29.66345 + 118.04902 872.97 30.34415 + 118.09910 837.82 29.58268 + 118.14898 887.21 30.35621 + 118.19900 892.63 30.43039 + 118.24895 893.65 30.48818 + 118.29889 861.13 30.05914 + 118.34881 867.43 30.02431 + 118.39876 863.05 29.98383 + 118.44880 839.51 29.53843 + 118.49876 823.83 29.29280 + 118.54871 927.76 31.14123 + 118.59848 874.50 30.39830 + 118.64856 871.49 30.25580 + 118.69862 869.01 30.14689 + 118.74852 901.20 30.71299 + 118.79471 814.27 31.14085 + 118.84481 876.34 31.88044 + 118.89488 920.80 33.27703 + 118.94498 832.84 31.03715 + 118.99494 878.53 32.52055 + 119.04490 870.61 31.56908 + 119.09496 846.20 32.02476 + 119.14500 869.77 31.90122 + 119.19504 881.91 32.07399 + 119.24490 798.17 30.51794 + 119.29491 832.43 31.52223 + 119.34500 866.63 31.73804 + 119.39488 928.11 32.59826 + 119.44489 858.59 31.72946 + 119.49485 931.57 33.02081 + 119.54478 866.37 31.65496 + 119.59470 857.22 31.79667 + 119.64465 959.22 33.72252 + 119.69469 924.54 32.46289 + 119.74466 905.04 32.39625 + 119.79460 914.85 32.62672 + 119.84437 914.35 32.62465 + 119.89445 871.07 32.41347 + 119.94451 891.42 32.55910 + 119.99441 912.47 32.94830 + 120.04665 893.90 31.40494 + 120.09675 930.90 32.23057 + 120.14682 875.38 31.87442 + 120.19693 954.46 33.26281 + 120.24688 930.89 32.41797 + 120.29684 964.02 32.94922 + 120.34691 902.57 32.29588 + 120.39694 932.20 32.21017 + 120.44698 926.06 32.47335 + 120.49684 930.04 32.43023 + 120.54686 1011.85 34.19033 + 120.59694 950.77 32.66897 + 120.64682 948.48 32.71294 + 120.69684 955.23 32.77598 + 120.74679 955.77 32.20491 + 120.79672 907.80 32.75589 + 120.84664 981.33 33.10854 + 120.89660 980.75 32.96552 + 120.94663 967.59 33.22725 + 120.99660 975.17 32.77761 + 121.04654 1088.05 35.29539 + 121.09631 1242.07 37.58778 + 121.14639 1604.56 43.18168 + 121.19646 2139.18 50.48733 + 121.24635 3100.92 60.37219 + 121.29849 4296.04 64.74920 + 121.34860 5522.07 75.18775 + 121.39867 6304.47 81.23187 + 121.44877 6355.89 81.73356 + 121.49872 5992.26 78.69653 + 121.54869 5277.48 72.99125 + 121.59875 4691.06 68.19351 + 121.64879 3836.02 60.67719 + 121.69883 3281.96 55.72486 + 121.74868 2772.13 50.72137 + 121.79870 2337.78 46.46856 + 121.84878 2033.30 43.03639 + 121.89866 1736.64 39.51370 + 121.94868 1539.52 36.98258 + 121.99863 1433.95 35.80096 + 122.04857 1283.19 33.43814 + 122.09849 1115.41 31.11386 + 122.14844 1084.54 30.74035 + 122.19848 974.31 28.83821 + 122.24844 920.14 28.00153 + 122.29839 965.98 28.79307 + 122.34816 864.89 27.16944 + 122.39824 901.46 27.86493 + 122.44830 904.25 27.92577 + 122.49820 875.85 27.32524 + 122.55384 914.47 30.50987 + 122.60394 827.03 28.88996 + 122.65401 855.80 29.40360 + 122.70411 895.05 30.12698 + 122.75407 834.92 29.14833 + 122.80403 867.02 29.72791 + 122.85409 860.72 29.50171 + 122.90413 826.44 28.90223 + 122.95417 860.98 29.49701 + 123.00403 884.98 29.88844 + 123.05404 895.66 30.13760 + 123.10413 842.72 29.15579 + 123.15401 808.84 28.59329 + 123.20402 839.31 29.07305 + 123.25398 878.25 29.81477 + 123.30391 871.67 29.68902 + 123.35383 879.42 29.91817 + 123.40378 894.37 30.07652 + 123.45382 891.87 30.07273 + 123.50379 851.41 29.29595 + 123.55373 856.75 29.38728 + 123.60350 877.32 29.79449 + 123.65358 851.47 29.38088 + 123.70364 891.67 30.04593 + 123.75354 863.35 29.64334 + 123.79973 929.99 30.25128 + 123.84983 911.77 29.97809 + 123.89990 837.04 28.63053 + 123.95001 871.06 29.22136 + 123.99996 933.62 30.30532 + 124.04993 841.04 28.72629 + 124.09999 880.45 29.39114 + 124.15003 874.46 29.32847 + 124.20006 883.00 29.56676 + 124.24992 902.14 29.76186 + 124.29994 907.40 29.83809 + 124.35002 868.68 29.22350 + 124.39990 881.63 29.49015 + 124.44992 880.77 29.36185 + 124.49987 874.02 29.30531 + 124.54980 853.37 28.93203 + 124.59972 938.04 30.39519 + 124.64968 869.29 29.27773 + 124.69972 894.51 29.60652 + 124.74968 884.95 29.47238 + 124.79962 837.84 28.71927 + 124.84939 946.06 30.52837 + 124.89948 899.33 29.71276 + 124.94954 914.32 29.97977 + 124.99944 887.27 29.55160 + 125.03662 950.65 32.88767 + 125.08673 890.12 31.68583 + 125.13680 926.92 32.65973 + 125.18690 954.01 32.77564 + 125.23685 947.32 32.97238 + 125.28682 1019.54 34.02979 + 125.33688 970.60 33.82364 + 125.38692 1074.69 35.36359 + 125.43696 1080.49 34.89766 + 125.48681 1064.62 34.90864 + 125.53683 1011.85 34.11192 + 125.58691 1085.20 35.61671 + 125.63679 1182.26 36.68788 + 125.68681 1041.57 34.41359 + 125.73676 1227.69 37.68187 + 125.78670 1230.89 37.52956 + 125.83662 1264.96 38.03779 + 125.88657 1255.02 37.65076 + 125.93661 1374.56 39.64408 + 125.98657 1323.11 38.58705 + 126.03652 1345.89 39.28467 + 126.08629 1351.49 39.26533 + 126.13637 1428.15 40.31931 + 126.18643 1350.13 39.48501 + 126.23633 1413.59 40.27623 + 126.28102 1474.63 41.06750 + 126.33112 1663.46 43.18574 + 126.38119 2298.53 51.74997 + 126.43129 3720.58 66.65269 + 126.48125 6158.49 90.54557 + 126.53121 9433.97 119.45297 + 126.58127 13022.75 148.16093 + 126.63131 16151.75 174.79276 + 126.68135 18042.46 186.41726 + 126.73121 18859.28 191.41292 + 126.78122 18146.32 185.72446 + 126.83131 16165.30 169.91231 + 126.88119 13924.14 153.35387 + 126.93120 11462.82 134.35081 + 126.98116 9516.23 121.03406 + 127.03109 7799.88 106.50023 + 127.08101 6361.94 94.32089 + 127.13096 5299.95 85.57526 + 127.18100 4400.51 76.71602 + 127.23097 3540.52 67.12203 + 127.28091 2980.96 60.89944 + 127.33068 2502.42 55.24873 + 127.38076 2070.77 49.95934 + 127.43082 1760.09 46.03100 + 127.48072 1433.33 40.38351 + 127.54616 1280.43 32.86055 + 127.59626 1163.21 31.20553 + 127.64633 1115.77 30.54964 + 127.69644 1048.73 29.51701 + 127.74639 1026.82 29.15555 + 127.79636 874.06 26.96145 + 127.84642 1001.41 28.97610 + 127.89646 895.06 27.22193 + 127.94649 929.93 27.77764 + 127.99635 906.34 27.33058 + 128.04637 945.08 27.97540 + 128.09645 911.33 27.45339 + 128.14633 860.64 26.62505 + 128.19635 900.34 27.22287 + 128.24630 949.63 27.95854 + 128.29623 866.73 26.71642 + 128.34615 874.68 27.08534 + 128.39611 928.09 27.59213 + 128.44615 893.28 27.05324 + 128.49611 906.20 27.28143 + 128.54605 935.39 27.88917 + 128.59582 860.95 26.66024 + 128.64591 888.10 27.17459 + 128.69597 913.26 27.49617 + 128.74587 911.95 27.57337 + 128.82310 931.61 30.07525 + 128.87321 913.65 29.78484 + 128.92328 817.40 28.46719 + 128.97338 971.74 30.85954 + 129.02333 939.52 30.24577 + 129.07330 886.40 29.36914 + 129.12336 897.29 29.51309 + 129.17340 895.28 29.56381 + 129.22344 928.14 30.28662 + 129.27329 873.67 29.07443 + 129.32331 880.09 29.33959 + 129.37339 948.32 30.45676 + 129.42327 912.44 29.75942 + 129.47329 837.01 28.42984 + 129.52324 868.90 28.97367 + 129.57318 932.51 30.20331 + 129.62310 983.67 30.93959 + 129.67305 914.55 29.81114 + 129.72309 931.29 30.01475 + 129.77305 937.80 30.14841 + 129.82300 887.22 29.40927 + 129.87277 992.19 31.17650 + 129.92285 885.81 29.40170 + 129.97291 1027.88 31.73856 + 130.02281 906.83 29.77060 + 130.07285 937.88 34.22840 + 130.12295 949.53 34.65096 + 130.17302 1005.90 35.68185 + 130.22313 928.78 34.06288 + 130.27308 936.73 34.36606 + 130.32304 948.34 34.55398 + 130.37310 991.02 35.59727 + 130.42314 896.43 33.47859 + 130.47318 951.99 34.61554 + 130.52304 913.02 33.71137 + 130.57305 933.25 34.12279 + 130.62314 924.35 34.18074 + 130.67302 921.27 34.08008 + 130.72303 917.82 33.77597 + 130.77299 947.47 34.45350 + 130.82292 890.41 33.51501 + 130.87284 887.30 33.25777 + 130.92279 904.84 33.79017 + 130.97283 927.74 33.97682 + 131.02280 919.58 33.79980 + 131.07274 891.30 33.26424 + 131.12251 983.02 35.16136 + 131.17259 945.77 34.71159 + 131.22265 902.72 33.59791 + 131.27255 989.34 35.37373 + 131.30484 993.77 36.78109 + 131.35494 976.27 36.35953 + 131.40501 932.47 35.44601 + 131.45512 977.46 36.40496 + 131.50507 1050.75 37.85185 + 131.55504 952.21 35.92188 + 131.60510 1072.60 38.14546 + 131.65514 1021.81 37.27219 + 131.70517 1081.20 38.34452 + 131.75503 1059.53 37.90556 + 131.80505 1089.95 38.64268 + 131.85513 1064.79 37.99450 + 131.90501 1104.97 38.77389 + 131.95503 1199.07 40.41146 + 132.00498 1363.90 43.39341 + 132.05491 1909.12 52.03586 + 132.10483 2815.05 64.64344 + 132.15479 4071.98 80.36325 + 132.20483 5512.82 96.41173 + 132.25479 7280.38 114.80743 + 132.30473 8354.42 125.34453 + 132.35450 9298.73 134.38078 + 132.40459 9297.74 133.92198 + 132.45465 9114.89 131.93637 + 132.50455 8748.39 128.08572 + 132.55258 8082.68 121.26765 + 132.60269 6827.01 108.77558 + 132.65276 5870.75 99.18417 + 132.70286 4872.36 88.85822 + 132.75281 4313.82 83.08351 + 132.80278 3623.33 74.96621 + 132.85284 3109.81 69.21812 + 132.90288 2798.59 64.73560 + 132.95292 2312.30 58.32406 + 133.00277 2077.60 54.68562 + 133.05279 1859.15 51.61475 + 133.10287 1712.66 49.58210 + 133.15275 1532.11 46.41239 + 133.20277 1271.15 41.96138 + 133.25272 1203.41 40.86685 + 133.30266 1156.13 40.08981 + 133.35258 1127.19 39.37361 + 133.40253 922.17 35.78697 + 133.45257 1012.06 37.17067 + 133.50253 980.19 36.66261 + 133.55248 978.43 36.51631 + 133.60225 949.29 35.94349 + 133.65233 905.91 35.21697 + 133.70239 986.47 36.67890 + 133.75229 961.99 36.34791 + 133.81958 921.11 34.19403 + 133.86968 970.74 34.83765 + 133.91975 926.04 33.99097 + 133.96986 911.08 33.61123 + 134.01981 983.36 35.64044 + 134.06977 915.55 33.81757 + 134.11983 988.29 35.28855 + 134.16987 949.61 34.86983 + 134.21991 964.77 34.69016 + 134.26977 959.52 34.56584 + 134.31979 910.49 33.78273 + 134.36987 913.37 34.00617 + 134.41975 929.64 34.05108 + 134.46976 977.98 35.01068 + 134.51972 879.28 33.59539 + 134.56965 909.88 33.88736 + 134.61957 957.99 34.54074 + 134.66952 999.93 35.19448 + 134.71956 916.28 34.02173 + 134.76953 978.40 34.94262 + 134.81947 969.82 34.83917 + 134.86924 930.96 34.48202 + 134.91932 892.26 33.39713 + 134.96938 877.95 33.31943 + 135.01928 894.31 33.54258 + 135.06762 937.11 30.16776 + 135.11772 896.71 29.43513 + 135.16779 970.02 30.53377 + 135.21790 931.15 30.08588 + 135.26785 916.59 29.61368 + 135.31782 888.87 29.36113 + 135.36788 965.46 30.49671 + 135.41792 905.15 29.54440 + 135.46795 919.02 29.72047 + 135.51781 939.71 30.09523 + 135.56783 866.23 28.75713 + 135.61791 898.13 29.33183 + 135.66779 947.65 30.20245 + 135.71781 939.11 30.22949 + 135.76776 924.93 29.97009 + 135.81769 967.15 30.60405 + 135.86761 1011.07 31.46495 + 135.91757 941.45 30.19087 + 135.96761 969.44 30.63013 + 136.01757 941.79 30.11193 + 136.06751 895.22 29.43128 + 136.11728 896.67 29.46730 + 136.16737 902.29 29.38296 + 136.21743 912.28 29.80348 + 136.26733 978.63 30.80365 + 136.30301 941.16 29.51444 + 136.35312 981.02 30.24268 + 136.40319 989.35 30.25025 + 136.45329 925.48 29.24770 + 136.50324 970.06 30.02669 + 136.55321 928.53 29.36796 + 136.60327 902.06 28.92040 + 136.65331 907.55 28.94753 + 136.70335 902.70 28.89943 + 136.75320 893.25 28.76921 + 136.80322 915.90 29.13220 + 136.85330 927.94 29.26378 + 136.90318 926.10 29.29573 + 136.95320 954.22 29.69417 + 137.00315 940.48 29.53429 + 137.05309 950.88 29.70372 + 137.10301 941.46 29.49200 + 137.15296 899.69 28.81980 + 137.20300 939.08 29.49610 + 137.25296 923.67 29.21361 + 137.30291 949.39 29.62616 + 137.35268 951.50 29.74886 + 137.40276 944.86 29.58139 + 137.45282 874.31 28.43325 + 137.50272 890.08 28.72897 + 137.54081 903.22 31.09739 + 137.59091 923.79 31.39926 + 137.64098 895.18 30.93739 + 137.69109 963.69 32.13512 + 137.74104 931.88 31.55409 + 137.79100 914.87 31.24806 + 137.84106 911.99 31.20538 + 137.89110 943.10 31.73283 + 137.94114 947.89 31.83616 + 137.99100 929.94 31.47630 + 138.04102 935.52 31.70421 + 138.09110 985.08 32.65596 + 138.14098 914.78 31.29614 + 138.19099 949.58 31.83472 + 138.24095 898.71 31.01801 + 138.29088 909.50 31.23067 + 138.34080 995.56 32.73389 + 138.39075 906.90 31.13904 + 138.44079 925.78 31.39203 + 138.49076 961.62 32.06824 + 138.54070 979.33 32.47500 + 138.59047 930.68 31.56231 + 138.64055 974.44 32.39028 + 138.69061 950.13 31.88398 + 138.74051 937.01 31.74419 + 138.78745 952.70 34.04839 + 138.83755 905.67 33.03810 + 138.88762 926.06 33.35124 + 138.93773 886.25 32.67274 + 138.98768 906.78 33.06877 + 139.03765 888.39 32.73335 + 139.08771 965.53 34.20486 + 139.13775 914.39 33.25596 + 139.18778 934.44 33.50262 + 139.23764 896.50 32.87109 + 139.28766 950.10 33.97615 + 139.33774 975.42 34.33161 + 139.38762 932.71 33.55332 + 139.43764 953.58 33.90101 + 139.48759 944.33 33.73921 + 139.53752 944.74 33.66060 + 139.58744 926.65 33.38421 + 139.63740 970.54 34.20909 + 139.68744 929.60 33.45190 + 139.73740 1019.90 35.04394 + 139.78734 926.68 33.41229 + 139.83711 942.82 33.81945 + 139.88720 960.86 34.02189 + 139.93726 997.21 34.82601 + 139.98716 906.91 33.12923 + 140.05939 947.27 32.39300 + 140.10950 939.76 32.30175 + 140.15957 910.24 31.77451 + 140.20967 890.03 31.27485 + 140.25963 1017.71 33.65304 + 140.30959 967.68 32.95174 + 140.35965 924.67 32.04018 + 140.40969 934.43 32.33092 + 140.45973 923.46 32.04579 + 140.50959 981.61 32.93801 + 140.55960 901.89 31.73692 + 140.60968 974.82 32.79231 + 140.65956 954.70 32.90441 + 140.70958 934.56 32.06047 + 140.75953 906.05 31.57094 + 140.80947 905.47 31.70222 + 140.85939 888.29 31.57899 + 140.90934 898.65 31.56805 + 140.95938 948.91 32.74045 + 141.00934 952.11 32.39040 + 141.05929 899.64 31.73373 + 141.10906 915.58 32.05920 + 141.15914 966.95 32.64941 + 141.20920 900.56 31.53063 + 141.25910 861.71 30.89692 + 141.30854 896.06 30.29217 + 141.35864 937.94 31.05324 + 141.40871 903.01 30.50616 + 141.45882 901.33 30.38967 + 141.50877 924.06 30.79801 + 141.55873 918.28 30.68206 + 141.60879 934.78 31.01752 + 141.65883 913.65 30.58202 + 141.70887 945.69 31.20699 + 141.75873 883.41 30.09037 + 141.80875 923.60 30.86864 + 141.85883 955.16 31.33568 + 141.90871 878.30 30.12193 + 141.95872 871.05 29.93310 + 142.00868 914.69 30.62542 + 142.05861 952.48 31.24756 + 142.10853 880.32 30.19796 + 142.15848 976.14 31.61455 + 142.20852 961.04 31.40835 + 142.25849 973.37 31.66654 + 142.30843 918.73 30.70177 + 142.35820 975.45 31.69686 + 142.40828 920.54 30.77032 + 142.45834 969.86 31.54992 + 142.50824 986.77 31.87187 + 142.54433 908.12 31.60753 + 142.59443 969.57 32.59629 + 142.64450 955.51 32.26534 + 142.69461 953.13 32.28578 + 142.74456 976.49 32.68766 + 142.79453 1024.88 33.54004 + 142.84459 962.38 32.53582 + 142.89463 877.20 31.00321 + 142.94466 963.41 32.54688 + 142.99452 947.16 32.17812 + 143.04454 969.68 32.58598 + 143.09462 901.66 31.53158 + 143.14450 911.72 31.60278 + 143.19452 957.26 32.34010 + 143.24447 910.22 31.48296 + 143.29440 972.20 32.64123 + 143.34432 909.69 31.51737 + 143.39428 914.62 31.59360 + 143.44432 829.78 30.01950 + 143.49428 875.67 30.94306 + 143.54422 914.72 31.65580 + 143.59399 958.38 32.41093 + 143.64408 970.76 32.59312 + 143.69414 869.82 30.77401 + 143.74404 932.02 31.93291 + 143.79237 840.85 29.91296 + 143.84248 880.76 30.58490 + 143.89255 902.50 31.24083 + 143.94265 936.71 31.60678 + 143.99261 905.18 31.07310 + 144.04257 964.18 32.05722 + 144.09263 869.81 30.46158 + 144.14267 907.46 31.05696 + 144.19271 895.61 30.86518 + 144.24257 867.76 30.33002 + 144.29258 905.08 31.04203 + 144.34266 936.70 31.57462 + 144.39254 900.24 30.96764 + 144.44256 861.09 30.18561 + 144.49251 946.16 31.75382 + 144.54245 872.53 30.47880 + 144.59237 934.38 31.52999 + 144.64232 937.32 31.58290 + 144.69236 907.71 31.08726 + 144.74232 933.77 31.54797 + 144.79227 959.25 32.00124 + 144.84204 1018.05 32.98376 + 144.89212 913.52 31.19265 + 144.94218 952.80 31.95307 + 144.99208 941.54 31.70111 + 145.05497 1013.23 34.79451 + 145.10507 920.93 33.14981 + 145.15514 1047.90 35.65566 + 145.20525 1051.44 35.49373 + 145.25520 1100.66 36.33257 + 145.30516 1197.77 38.19744 + 145.35522 1429.00 41.84338 + 145.40526 1547.77 43.67858 + 145.45530 1699.74 46.01270 + 145.50516 1897.98 48.97171 + 145.55518 2124.80 51.87172 + 145.60526 2189.83 52.97739 + 145.65514 2310.69 54.28160 + 145.70515 2478.25 56.26310 + 145.75511 2515.64 56.92582 + 145.80504 2732.26 59.90520 + 145.85496 2677.41 58.94129 + 145.90491 2798.36 60.08211 + 145.95495 2812.61 60.35375 + 146.00492 2501.93 56.49430 + 146.05486 2342.24 54.51788 + 146.10463 2358.05 54.60120 + 146.15471 2123.70 51.53706 + 146.20477 1970.18 49.47749 + 146.25467 1818.15 47.34796 + 146.30431 1641.38 44.16261 + 146.35441 1577.78 43.26060 + 146.40448 1515.55 42.50429 + 146.45459 1360.18 39.90752 + 146.50454 1369.01 40.01432 + 146.55451 1285.43 39.02826 + 146.60457 1200.34 37.44600 + 146.65461 1148.93 36.90434 + 146.70465 1215.73 38.01228 + 146.75450 1140.01 36.33099 + 146.80452 1032.81 34.93390 + 146.85460 985.48 34.14091 + 146.90448 997.20 34.04287 + 146.95450 970.07 33.60457 + 147.00445 1017.06 34.43082 + 147.05438 973.90 33.77664 + 147.10430 1018.12 34.68001 + 147.15426 975.03 33.61863 + 147.20430 941.08 33.17101 + 147.25426 995.27 34.15144 + 147.30420 972.13 33.77458 + 147.35397 926.88 33.06065 + 147.40406 942.40 33.23534 + 147.45412 932.55 32.81417 + 147.50402 884.75 32.07564 + 147.54590 997.21 31.55637 + 147.59601 1007.54 31.75856 + 147.64608 999.21 31.60098 + 147.69618 981.48 31.26981 + 147.74614 960.70 30.94076 + 147.79610 979.20 31.24164 + 147.84616 981.47 31.28796 + 147.89620 982.72 31.28375 + 147.94624 974.18 31.29548 + 147.99610 941.18 30.58796 + 148.04611 990.52 31.45213 + 148.09619 993.27 31.51959 + 148.14607 969.51 31.11231 + 148.19609 980.15 31.25961 + 148.24604 974.59 31.27301 + 148.29598 985.67 31.41059 + 148.34590 1020.13 31.94043 + 148.39585 954.70 30.83147 + 148.44589 1032.83 32.06388 + 148.49585 957.73 30.90084 + 148.54580 1007.57 31.72030 + 148.59557 1006.29 31.76398 + 148.64565 975.71 31.27285 + 148.69571 1039.45 32.27856 + 148.74561 953.83 30.87119 + 148.79415 1020.75 32.33937 + 148.84425 970.89 31.44065 + 148.89432 1013.62 32.12018 + 148.94443 951.11 31.05333 + 148.99438 989.51 31.83020 + 149.04434 1044.78 32.71915 + 149.09440 1011.94 32.14540 + 149.14444 995.07 31.88005 + 149.19448 938.27 30.87206 + 149.24434 936.47 30.80848 + 149.29436 970.41 31.44627 + 149.34444 965.64 31.37321 + 149.39432 955.42 31.26745 + 149.44433 913.55 30.41128 + 149.49429 872.31 29.70060 + 149.54422 933.14 30.77290 + 149.59414 884.56 29.98393 + 149.64409 945.01 31.00186 + 149.69413 910.73 30.48338 + 149.74410 948.52 31.06421 + 149.79404 937.33 30.83455 + 149.84381 927.48 30.78363 + 149.89389 923.49 30.60040 + 149.94395 924.21 30.66944 + 149.99385 935.03 30.87095 + 150.03044 866.62 28.42954 + 150.08054 889.86 28.69659 + 150.13062 877.91 28.57137 + 150.18072 917.89 29.13872 + 150.23067 910.71 29.17970 + 150.28064 879.55 28.63430 + 150.33070 824.36 27.59024 + 150.38074 826.00 27.58218 + 150.43078 931.96 29.43115 + 150.48063 875.17 28.54716 + 150.53065 890.03 28.73223 + 150.58073 872.34 28.49013 + 150.63061 868.33 28.55739 + 150.68063 885.74 28.61437 + 150.73058 902.51 29.01680 + 150.78051 902.12 28.92157 + 150.83043 894.70 28.82191 + 150.88039 823.41 27.63957 + 150.93043 866.33 28.38440 + 150.98039 837.49 27.82012 + 151.03033 879.53 28.60830 + 151.08010 868.38 28.33650 + 151.13019 845.28 28.00504 + 151.18025 876.99 28.55096 + 151.23015 849.14 28.03945 + 151.28478 875.04 28.44189 + 151.33489 887.48 28.60771 + 151.38496 882.87 28.67843 + 151.43506 846.07 27.89391 + 151.48502 873.98 28.34146 + 151.53498 875.79 28.44451 + 151.58504 906.82 28.89478 + 151.63508 842.86 27.91694 + 151.68512 844.05 27.82503 + 151.73498 874.29 28.38335 + 151.78499 883.92 28.61332 + 151.83507 899.11 28.87113 + 151.88495 859.02 28.13901 + 151.93497 884.14 28.55292 + 151.98492 879.13 28.42324 + 152.03486 848.79 28.03476 + 152.08478 883.27 28.51616 + 152.13473 876.83 28.41335 + 152.18477 909.83 28.88097 + 152.23473 868.19 28.40145 + 152.28468 895.86 28.80759 + 152.33445 874.38 28.39625 + 152.38453 891.24 28.67963 + 152.43459 859.45 28.16332 + 152.48449 882.63 28.50691 + 152.54223 929.62 30.69724 + 152.59233 867.36 29.62099 + 152.64240 927.09 30.67486 + 152.69251 930.49 30.69182 + 152.74246 941.01 30.90681 + 152.79242 969.11 31.45011 + 152.84248 906.28 30.31047 + 152.89252 897.26 30.18122 + 152.94256 920.82 30.57869 + 152.99242 918.64 30.48071 + 153.04244 894.43 30.06737 + 153.09252 878.50 29.78900 + 153.14240 920.57 30.54003 + 153.19241 903.93 30.22663 + 153.24237 932.33 30.79422 + 153.29230 909.28 30.47448 + 153.34222 989.14 31.71754 + 153.39217 929.18 30.65099 + 153.44221 927.63 30.68150 + 153.49218 1043.55 32.73539 + 153.54212 1043.77 32.63896 + 153.59189 1028.83 32.38296 + 153.64197 1095.20 33.41951 + 153.69203 1212.24 35.34014 + 153.74193 1330.57 37.16237 + 153.78982 1524.50 40.14896 + 153.83992 1744.39 43.06282 + 153.89000 1963.43 45.89157 + 153.94010 2426.97 51.66408 + 153.99005 2891.28 57.01515 + 154.04002 3270.53 61.11708 + 154.09008 3590.64 64.55294 + 154.14012 4248.34 71.27191 + 154.19016 4713.04 75.66626 + 154.24001 5098.39 79.12132 + 154.29003 5593.74 83.69816 + 154.34011 5817.80 85.69021 + 154.38999 6191.93 88.91917 + 154.44001 6598.96 92.05690 + 154.48996 6976.38 95.53981 + 154.53989 7353.49 98.68951 + 154.58981 7641.19 101.00027 + 154.63977 7776.45 102.08416 + 154.68981 7892.90 102.80335 + 154.73977 7917.59 103.11199 + 154.78971 7874.63 102.56580 + 154.83948 7726.31 101.33764 + 154.88957 7715.86 101.32823 + 154.93963 7527.01 99.56822 + 154.98953 7160.09 96.66515 + 155.04211 6822.30 92.64789 + 155.09222 6701.23 91.81834 + 155.14229 6248.44 87.86944 + 155.19239 5780.20 84.08024 + 155.24235 5380.80 80.62869 + 155.29231 4889.18 76.30170 + 155.34237 4403.32 71.88843 + 155.39241 4143.75 69.71053 + 155.44245 3565.15 63.93683 + 155.49231 3304.11 61.27020 + 155.54232 3130.39 59.61077 + 155.59240 2899.81 57.15163 + 155.64228 2707.41 54.86817 + 155.69230 2511.48 52.46585 + 155.74225 2332.83 50.27316 + 155.79219 2234.37 49.22304 + 155.84211 2066.28 46.92848 + 155.89206 1884.79 44.73778 + 155.94210 1831.06 43.97836 + 155.99206 1702.58 42.33605 + 156.04201 1536.86 39.98881 + 156.09178 1392.33 37.99898 + 156.14186 1403.82 38.01703 + 156.19192 1340.29 37.19423 + 156.24182 1260.93 35.94716 + 156.29071 1177.96 35.08814 + 156.34081 1196.91 35.35678 + 156.39088 1100.68 33.81222 + 156.44099 1090.03 33.66532 + 156.49094 1043.67 32.79600 + 156.54090 1071.26 33.29121 + 156.59096 1022.03 32.54086 + 156.64100 1028.42 32.70127 + 156.69104 978.65 31.84446 + 156.74090 975.45 31.68415 + 156.79092 938.21 31.14279 + 156.84100 909.07 30.50027 + 156.89088 901.99 30.41532 + 156.94089 918.38 30.76343 + 156.99085 923.55 30.85906 + 157.04078 980.39 31.77982 + 157.09070 929.91 30.91286 + 157.14065 909.48 30.53000 + 157.19069 897.31 30.47543 + 157.24066 913.51 30.66433 + 157.29060 927.18 30.81869 + 157.34037 914.94 30.62365 + 157.39045 875.70 29.93575 + 157.44051 871.56 29.93901 + 157.49041 868.81 29.89799 + 157.52900 880.75 32.52786 + 157.57910 870.53 32.23168 + 157.62918 842.80 31.57926 + 157.67928 894.07 32.75523 + 157.72923 906.30 32.87920 + 157.77920 892.17 32.71562 + 157.82926 918.69 33.09258 + 157.87930 867.16 32.17567 + 157.92934 910.07 32.97279 + 157.97919 832.95 31.38664 + 158.02921 872.59 32.26616 + 158.07929 881.02 32.57274 + 158.12917 910.25 33.13062 + 158.17919 834.55 31.69123 + 158.22914 887.76 32.62221 + 158.27907 869.35 32.22568 + 158.32899 852.43 31.84833 + 158.37895 897.17 32.74249 + 158.42899 904.44 32.85208 + 158.47895 899.39 32.71075 + 158.52889 974.94 34.26723 + 158.57866 886.55 32.47751 + 158.62875 888.35 32.58338 + 158.67881 894.56 32.73310 + 158.72871 887.59 32.77378 + 158.78279 933.20 34.52194 + 158.83290 920.73 34.33000 + 158.88297 858.56 32.98784 + 158.93307 873.86 33.29706 + 158.98303 898.25 34.01858 + 159.03299 865.06 33.21605 + 159.08305 905.02 33.90579 + 159.13309 924.46 34.32508 + 159.18313 881.28 33.51290 + 159.23299 858.94 33.01082 + 159.28300 933.10 34.45476 + 159.33309 979.00 35.35604 + 159.38296 936.92 34.53387 + 159.43298 882.29 33.44340 + 159.48293 924.36 34.30581 + 159.53287 935.60 34.51630 + 159.58279 930.18 34.41008 + 159.63274 901.98 33.92184 + 159.68278 941.62 34.58852 + 159.73274 963.43 35.09688 + 159.78269 864.83 33.09005 + 159.83246 941.26 34.63923 + 159.88254 912.89 34.06136 + 159.93260 964.01 35.06506 + 159.98250 944.89 34.76214 + 160.04124 963.06 38.84344 + 160.09134 913.88 38.80687 + 160.14141 960.61 39.36048 + 160.19152 973.14 38.72545 + 160.24147 943.27 38.88427 + 160.29143 880.56 37.14738 + 160.34149 928.16 38.07312 + 160.39153 907.78 37.66358 + 160.44157 901.10 37.52909 + 160.49143 919.39 38.20766 + 160.54145 937.45 38.64639 + 160.59153 946.58 39.08937 + 160.64141 959.96 39.07453 + 160.69142 902.51 37.46389 + 160.74138 895.89 37.30808 + 160.79131 999.19 39.71634 + 160.84123 911.04 37.57689 + 160.89118 961.51 38.90232 + 160.94122 936.45 38.25719 + 160.99119 945.28 38.55431 + 161.04113 933.90 38.39761 + 161.09090 939.15 39.11374 + 161.14098 983.45 39.47205 + 161.19104 902.91 38.21368 + 161.24094 945.82 38.42226 + 161.29698 924.10 42.82490 + 161.34708 960.85 43.41070 + 161.39716 908.65 41.95650 + 161.44726 938.06 42.91270 + 161.49721 886.22 41.40142 + 161.54718 934.11 42.51897 + 161.59724 923.08 42.14640 + 161.64728 947.87 42.68314 + 161.69732 1005.47 44.46308 + 161.74717 920.53 42.47510 + 161.79719 957.30 43.00700 + 161.84727 1002.40 44.50616 + 161.89715 937.29 42.47485 + 161.94717 924.22 42.38715 + 161.99712 925.53 42.39953 + 162.04705 953.83 43.04054 + 162.09697 878.26 41.14927 + 162.14693 905.23 41.92253 + 162.19697 925.70 42.38441 + 162.24693 878.28 41.21950 + 162.29687 858.43 40.64464 + 162.34664 913.07 42.10744 + 162.39673 889.83 41.77126 + 162.44679 926.53 42.42525 + 162.49669 902.39 41.95989 + 162.55667 966.16 61.79202 + 162.60678 905.06 59.63691 + 162.65685 944.70 60.34922 + 162.70695 935.82 60.16765 + 162.75691 957.39 61.51882 + 162.80687 909.22 59.81775 + 162.85693 988.54 62.42153 + 162.90697 923.08 59.93307 + 162.95701 907.31 59.85053 + 163.00687 893.08 59.01023 + 163.05688 911.54 59.38296 + 163.10697 983.70 62.55153 + 163.15684 1060.96 64.80656 + 163.20686 928.88 60.18505 + 163.25682 960.16 61.30208 + 163.30675 968.35 61.09286 + 163.35667 961.79 61.49296 + 163.40662 954.64 60.84633 + 163.45666 916.09 59.58318 + 163.50662 981.89 62.79669 + 163.55657 916.63 59.44997 + 163.60634 919.80 60.33181 + 163.65642 972.91 61.70115 + 163.70648 1058.06 64.34230 + 163.75638 1061.08 64.75653 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.pcr new file mode 100644 index 000000000..350a8b473 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.pcr @@ -0,0 +1,58 @@ +COMM LaB6 Ge(331) +! Current global Chi2 (Bragg contrib.) = 14.93 +! Files => DAT-file: ECH0030684_LaB6_1p622A_baseline.dat, PCR-file: ECH0030684_LaB6_1p622A_baseline +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 1 7 1 0 2 0 0 1 0 0 1 0 0 0 0 0 0 0 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 2 2 1 0 1 0 4 0 0 2 10 -1 0 0 0 0 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.623899 1.623899 0.00000 80.000 12.000 0.0000 0.0000 180.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 +200 0.10 0.04 0.04 0.04 0.04 4.1642 0.049998 163.7564 0.000 0.000 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 10.00 + 164.00 180.00 +! +! Additional scattering factors for Pattern# 1 +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.45778 0.0 0.00000 0.0 0.00000 0.0 1.623899 0.00 0 +! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) + 777.346 52.434 365.757 14.659 -415.682 0.000 + 0.00 0.00 0.00 0.00 0.00 0.00 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 4.2230 +!------------------------------------------------------------------------------- +nuclear +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 2 0 0 0.0 0.0 1.0 0 0 0 0 0 203.711 0 7 0 +! +! +P m -3 m <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +La La 0.00000 0.00000 0.00000 0.25812 0.02083 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +B B 0.19972 0.50000 0.50000 0.11925 0.12500 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 42.98374 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.143431 -0.523140 0.590412 0.000000 0.054515 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 4.156885 4.156885 4.156885 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 10.000 163.756 1 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.prf b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.prf new file mode 100644 index 000000000..1775e728a --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.prf @@ -0,0 +1,3266 @@ +IGOR +WAVES TwoTheta, Iobs, Icalc, Diff +BEGIN + 4.164 249.28 708.17 -458.89 + 4.214 242.77 708.68 -465.91 + 4.264 261.99 709.18 -447.19 + 4.314 374.47 709.69 -335.22 + 4.364 435.31 710.19 -274.88 + 4.414 647.92 710.69 -62.77 + 4.464 806.68 711.19 95.49 + 4.514 868.33 711.69 156.64 + 4.564 1082.78 712.19 370.59 + 4.614 1245.94 712.69 533.25 + 4.664 1161.56 713.18 448.38 + 4.714 1270.88 713.68 557.20 + 4.764 1353.10 714.17 638.93 + 4.814 1394.96 714.66 680.30 + 4.864 1344.30 715.15 629.15 + 4.914 1395.56 715.63 679.93 + 4.964 1418.44 716.12 702.32 + 5.014 1512.19 716.61 795.58 + 5.064 1533.20 717.09 816.11 + 5.117 1511.09 717.60 793.49 + 5.167 1557.83 718.08 839.75 + 5.217 1570.98 718.56 852.42 + 5.267 1524.03 719.04 804.99 + 5.317 1557.07 719.51 837.56 + 5.367 1518.49 719.99 798.50 + 5.417 1492.80 720.46 772.34 + 5.467 1467.48 720.93 746.55 + 5.517 1642.49 721.40 921.09 + 5.567 1467.95 721.87 746.08 + 5.617 1480.74 722.34 758.40 + 5.667 1504.68 722.81 781.87 + 5.717 1493.81 723.27 770.54 + 5.767 1526.23 723.73 802.50 + 5.817 1448.03 724.19 723.84 + 5.867 1480.69 724.65 756.04 + 5.917 1399.52 725.11 674.41 + 5.966 1416.73 725.57 691.16 + 6.016 1395.40 726.03 669.37 + 6.066 1287.19 726.48 560.71 + 6.116 1413.82 726.93 686.89 + 6.166 1294.07 727.38 566.69 + 6.216 1329.71 727.83 601.88 + 6.266 1295.20 728.28 566.92 + 6.316 1221.64 728.73 492.91 + 6.362 1239.25 729.14 510.11 + 6.412 1234.43 729.58 504.85 + 6.462 1176.34 730.03 446.31 + 6.512 1230.70 730.47 500.23 + 6.562 1157.69 730.91 426.78 + 6.612 1123.19 731.35 391.84 + 6.662 1173.25 731.79 441.46 + 6.712 1163.54 732.22 431.32 + 6.762 1160.56 732.66 427.90 + 6.812 1090.30 733.09 357.21 + 6.862 1089.23 733.52 355.71 + 6.912 1115.90 733.96 381.94 + 6.962 1035.09 734.39 300.70 + 7.012 1073.90 734.81 339.09 + 7.062 1088.65 735.24 353.41 + 7.112 1060.65 735.67 324.98 + 7.162 1001.18 736.09 265.09 + 7.212 1051.08 736.51 314.57 + 7.262 1038.77 736.93 301.84 + 7.312 987.64 737.35 250.29 + 7.361 1032.94 737.77 295.17 + 7.411 1014.73 738.19 276.54 + 7.461 967.70 738.60 229.10 + 7.511 1053.04 739.02 314.02 + 7.561 987.22 739.43 247.79 + 7.618 1027.23 739.90 287.33 + 7.668 957.69 740.31 217.38 + 7.718 950.30 740.72 209.58 + 7.768 965.57 741.13 224.44 + 7.818 908.56 741.53 167.03 + 7.868 990.94 741.94 249.00 + 7.918 948.75 742.34 206.41 + 7.968 1014.25 742.75 271.50 + 8.018 909.56 743.15 166.41 + 8.068 963.50 743.55 219.95 + 8.118 956.97 743.94 213.03 + 8.168 941.60 744.34 197.26 + 8.218 944.65 744.74 199.91 + 8.268 958.38 745.13 213.25 + 8.318 915.62 745.53 170.09 + 8.368 926.86 745.92 180.94 + 8.418 898.35 746.31 152.04 + 8.468 883.90 746.70 137.20 + 8.518 907.95 747.09 160.86 + 8.568 840.81 747.47 93.34 + 8.618 854.40 747.86 106.54 + 8.667 909.80 748.24 161.56 + 8.717 933.86 748.62 185.24 + 8.767 883.97 749.01 134.96 + 8.817 872.52 749.39 123.13 + 8.870 889.41 749.79 139.62 + 8.920 872.92 750.16 122.76 + 8.970 910.67 750.54 160.13 + 9.020 869.99 750.92 119.07 + 9.070 859.96 751.29 108.67 + 9.120 858.03 751.66 106.37 + 9.170 834.26 752.04 82.22 + 9.220 856.79 752.41 104.38 + 9.271 837.15 752.78 84.37 + 9.320 822.58 753.14 69.44 + 9.370 863.24 753.51 109.73 + 9.420 827.61 753.87 73.74 + 9.470 826.65 754.24 72.41 + 9.520 842.37 754.60 87.77 + 9.570 902.88 754.96 147.92 + 9.620 827.23 755.32 71.91 + 9.670 846.33 755.68 90.65 + 9.720 825.69 756.04 69.65 + 9.770 765.93 756.39 9.54 + 9.820 845.02 756.75 88.27 + 9.870 850.36 757.10 93.26 + 9.920 841.36 757.45 83.91 + 9.970 832.23 757.80 74.43 + 10.020 780.68 758.15 22.53 + 10.070 839.40 758.50 80.90 + 10.125 805.00 758.88 46.12 + 10.175 736.57 759.23 -22.66 + 10.225 815.42 759.58 55.84 + 10.275 793.91 759.92 33.99 + 10.325 817.66 760.26 57.40 + 10.375 770.70 760.60 10.10 + 10.425 804.50 760.95 43.55 + 10.475 727.04 761.28 -34.24 + 10.525 751.78 761.62 -9.84 + 10.575 764.02 761.96 2.06 + 10.625 802.46 762.29 40.17 + 10.675 752.71 762.63 -9.92 + 10.725 793.85 762.96 30.89 + 10.775 776.92 763.29 13.63 + 10.825 791.07 763.62 27.45 + 10.875 788.79 763.95 24.84 + 10.925 784.57 764.28 20.29 + 10.975 775.27 764.60 10.67 + 11.025 754.16 764.93 -10.77 + 11.075 787.35 765.25 22.10 + 11.125 813.34 765.58 47.76 + 11.175 713.61 765.90 -52.29 + 11.225 731.27 766.22 -34.95 + 11.275 726.09 766.54 -40.45 + 11.325 779.29 766.86 12.43 + 11.374 762.10 767.17 -5.07 + 11.425 760.08 767.49 -7.41 + 11.475 802.53 767.81 34.72 + 11.525 755.89 768.12 -12.23 + 11.575 768.50 768.43 0.07 + 11.625 790.01 768.74 21.27 + 11.675 734.06 769.05 -34.99 + 11.725 784.43 769.36 15.07 + 11.775 724.67 769.67 -45.00 + 11.825 779.11 769.98 9.13 + 11.875 752.73 770.28 -17.55 + 11.925 733.54 770.59 -37.05 + 11.975 746.79 770.89 -24.10 + 12.025 765.56 771.19 -5.63 + 12.075 750.70 771.49 -20.79 + 12.125 779.88 771.79 8.09 + 12.174 761.56 772.09 -10.53 + 12.224 725.67 772.39 -46.72 + 12.274 807.15 772.69 34.46 + 12.324 745.75 772.98 -27.23 + 12.374 788.00 773.28 14.72 + 12.424 725.64 773.57 -47.93 + 12.474 761.60 773.86 -12.26 + 12.524 768.65 774.15 -5.50 + 12.574 785.66 774.44 11.22 + 12.613 764.38 774.67 -10.29 + 12.664 727.45 774.96 -47.51 + 12.714 746.76 775.24 -28.48 + 12.764 786.33 775.53 10.80 + 12.814 765.94 775.81 -9.87 + 12.864 776.81 776.10 0.71 + 12.914 736.69 776.38 -39.69 + 12.964 728.16 776.66 -48.50 + 13.014 757.21 776.94 -19.73 + 13.064 781.63 777.22 4.41 + 13.114 763.67 777.50 -13.83 + 13.164 732.74 777.77 -45.03 + 13.214 745.87 778.05 -32.18 + 13.264 760.49 778.32 -17.83 + 13.314 784.22 779.09 5.13 + 13.364 741.46 779.37 -37.91 + 13.413 733.61 779.64 -46.03 + 13.463 775.04 779.92 -4.88 + 13.513 758.65 780.19 -21.54 + 13.563 754.40 780.47 -26.07 + 13.613 701.22 780.74 -79.52 + 13.663 778.39 781.01 -2.62 + 13.713 739.69 781.28 -41.59 + 13.763 722.27 781.55 -59.28 + 13.813 779.18 781.82 -2.64 + 13.868 740.32 782.11 -41.79 + 13.918 738.65 782.38 -43.73 + 13.968 784.66 782.65 2.01 + 14.018 755.77 782.91 -27.14 + 14.068 733.04 783.18 -50.14 + 14.118 725.36 783.44 -58.08 + 14.168 754.73 783.70 -28.97 + 14.218 765.19 783.96 -18.77 + 14.268 801.27 784.22 17.05 + 14.318 804.70 784.48 20.22 + 14.368 756.36 784.74 -28.38 + 14.418 766.09 785.00 -18.91 + 14.468 780.76 785.26 -4.50 + 14.518 741.08 785.51 -44.43 + 14.568 729.70 785.77 -56.07 + 14.618 750.00 786.02 -36.02 + 14.668 759.58 786.27 -26.69 + 14.718 758.71 786.53 -27.82 + 14.768 777.14 786.78 -9.64 + 14.818 741.13 787.03 -45.90 + 14.868 738.30 787.28 -48.98 + 14.918 764.53 787.53 -23.00 + 14.968 764.54 787.78 -23.24 + 15.018 796.72 788.02 8.70 + 15.068 744.09 788.27 -44.18 + 15.124 723.92 788.55 -64.63 + 15.174 750.85 788.79 -37.94 + 15.224 795.62 789.04 6.58 + 15.274 747.70 789.28 -41.58 + 15.324 745.56 789.53 -43.97 + 15.374 743.07 789.77 -46.70 + 15.424 773.46 790.01 -16.55 + 15.474 765.86 790.25 -24.39 + 15.524 699.87 790.49 -90.62 + 15.574 732.41 790.73 -58.32 + 15.624 768.54 790.97 -22.43 + 15.674 699.30 791.21 -91.91 + 15.724 769.53 791.44 -21.91 + 15.774 743.34 791.68 -48.34 + 15.824 719.45 791.91 -72.46 + 15.874 707.66 792.15 -84.49 + 15.924 720.09 792.38 -72.29 + 15.974 775.08 792.62 -17.54 + 16.024 732.56 792.85 -60.29 + 16.074 723.68 793.08 -69.40 + 16.124 763.27 793.32 -30.05 + 16.174 755.35 793.55 -38.20 + 16.224 746.64 793.78 -47.14 + 16.274 736.37 794.01 -57.64 + 16.324 751.89 794.24 -42.35 + 16.358 796.15 794.40 1.75 + 16.408 749.58 794.63 -45.05 + 16.458 783.55 794.86 -11.31 + 16.508 785.38 795.09 -9.71 + 16.558 786.92 795.32 -8.40 + 16.608 741.59 795.54 -53.95 + 16.658 749.53 795.77 -46.24 + 16.708 728.18 796.00 -67.82 + 16.758 760.77 796.23 -35.46 + 16.808 732.60 796.45 -63.85 + 16.858 712.64 796.68 -84.04 + 16.908 761.29 796.91 -35.62 + 16.958 703.67 797.13 -93.46 + 17.008 726.79 797.36 -70.57 + 17.058 769.55 797.58 -28.03 + 17.108 761.75 797.81 -36.06 + 17.158 783.25 798.03 -14.78 + 17.208 803.04 798.26 4.78 + 17.258 688.34 798.49 -110.15 + 17.308 773.21 798.71 -25.50 + 17.358 786.29 798.94 -12.65 + 17.408 791.91 799.16 -7.25 + 17.458 804.54 799.39 5.15 + 17.508 739.52 799.62 -60.10 + 17.558 787.44 799.85 -12.41 + 17.595 771.27 800.01 -28.74 + 17.645 774.40 800.24 -25.84 + 17.695 763.19 800.47 -37.28 + 17.745 780.10 800.70 -20.60 + 17.795 820.85 800.93 19.92 + 17.845 789.93 801.16 -11.23 + 17.895 792.37 801.39 -9.02 + 17.945 764.67 801.63 -36.96 + 17.995 778.85 801.86 -23.01 + 18.045 769.15 802.09 -32.94 + 18.095 734.53 802.33 -67.80 + 18.145 784.94 802.57 -17.63 + 18.195 716.35 802.80 -86.45 + 18.245 733.69 803.04 -69.35 + 18.295 785.49 803.29 -17.80 + 18.345 723.63 803.53 -79.90 + 18.395 752.80 803.77 -50.97 + 18.445 756.58 804.02 -47.44 + 18.495 734.30 804.27 -69.97 + 18.545 770.37 804.52 -34.15 + 18.595 750.65 804.78 -54.13 + 18.645 807.97 805.04 2.93 + 18.695 773.34 805.30 -31.96 + 18.745 796.94 805.56 -8.62 + 18.795 763.12 805.83 -42.71 + 18.840 752.30 806.07 -53.77 + 18.890 695.47 806.35 -110.88 + 18.940 759.74 806.63 -46.89 + 18.990 828.57 806.92 21.65 + 19.040 786.28 807.20 -20.92 + 19.090 797.57 807.50 -9.93 + 19.140 737.60 807.80 -70.20 + 19.190 794.48 808.11 -13.63 + 19.240 755.77 808.42 -52.65 + 19.290 723.12 808.75 -85.63 + 19.340 744.43 809.08 -64.65 + 19.390 782.77 809.42 -26.65 + 19.440 776.36 809.76 -33.40 + 19.490 775.07 810.12 -35.05 + 19.540 774.15 810.49 -36.34 + 19.590 724.69 810.88 -86.19 + 19.640 792.48 811.27 -18.79 + 19.690 830.35 811.68 18.67 + 19.740 802.84 812.11 -9.27 + 19.790 756.72 812.55 -55.83 + 19.840 803.48 813.01 -9.53 + 19.889 834.42 813.49 20.93 + 19.940 828.34 813.99 14.35 + 19.990 789.51 814.52 -25.01 + 20.039 775.19 815.07 -39.88 + 20.106 857.45 815.85 41.60 + 20.156 852.93 816.48 36.45 + 20.206 894.39 817.14 77.25 + 20.256 886.63 817.85 68.78 + 20.306 917.87 818.60 99.27 + 20.356 914.86 819.40 95.46 + 20.406 930.06 820.26 109.80 + 20.456 1064.38 821.18 243.20 + 20.506 1104.89 822.17 282.72 + 20.556 1063.11 823.25 239.86 + 20.606 1065.09 824.44 240.65 + 20.656 1081.92 825.76 256.16 + 20.706 1178.68 827.25 351.43 + 20.756 1179.87 828.99 350.88 + 20.806 1254.80 831.09 423.71 + 20.856 1263.04 833.75 429.29 + 20.906 1319.03 837.28 481.75 + 20.956 1470.85 842.16 628.69 + 21.006 1491.27 849.18 642.09 + 21.056 1629.27 859.45 769.82 + 21.106 1747.77 874.61 873.16 + 21.155 1803.66 896.86 906.80 + 21.205 1937.27 929.49 1007.78 + 21.255 2071.21 976.32 1094.89 + 21.305 2025.93 1041.90 984.03 + 21.366 2449.60 1154.82 1294.78 + 21.416 2599.33 1282.75 1316.58 + 21.466 2835.68 1448.01 1387.67 + 21.516 3003.89 1655.31 1348.58 + 21.566 3210.67 1906.36 1304.31 + 21.616 3368.51 2201.40 1167.11 + 21.666 3810.41 2536.63 1273.78 + 21.716 4183.12 2902.57 1280.55 + 21.766 4466.32 3285.78 1180.54 + 21.816 4630.93 3666.96 963.97 + 21.866 5279.75 4027.75 1252.00 + 21.916 5829.30 4344.19 1485.11 + 21.966 6574.37 4592.27 1982.10 + 22.016 7110.45 4754.09 2356.36 + 22.066 7852.27 4815.01 3037.26 + 22.116 8051.85 4769.93 3281.92 + 22.166 7989.20 4622.96 3366.24 + 22.216 7959.58 4386.56 3573.02 + 22.266 7849.35 4079.23 3770.12 + 22.316 7410.70 3724.31 3686.39 + 22.366 7183.28 3344.50 3838.78 + 22.416 6768.70 2962.42 3806.28 + 22.466 6175.79 2592.70 3583.09 + 22.516 5645.10 2252.27 3392.83 + 22.566 4898.09 1951.39 2946.70 + 22.612 4225.79 1711.07 2514.72 + 22.662 3632.12 1493.94 2138.18 + 22.712 3039.32 1319.74 1719.58 + 22.762 2751.86 1183.99 1567.87 + 22.812 2331.28 1081.55 1249.73 + 22.862 2048.97 1006.07 1042.90 + 22.912 1742.11 951.77 790.34 + 22.962 1451.93 913.68 538.25 + 23.012 1216.34 887.47 328.87 + 23.062 1052.24 869.76 182.48 + 23.112 966.86 857.80 109.06 + 23.162 968.34 849.74 118.60 + 23.212 949.41 845.16 104.25 + 23.262 920.38 841.34 79.04 + 23.312 884.56 838.58 45.98 + 23.362 889.47 836.50 52.97 + 23.412 894.47 834.86 59.61 + 23.462 863.76 833.50 30.26 + 23.512 848.44 832.35 16.09 + 23.562 856.24 831.34 24.90 + 23.612 856.95 830.45 26.50 + 23.662 799.55 829.66 -30.11 + 23.712 808.75 828.94 -20.19 + 23.762 868.66 828.29 40.37 + 23.812 866.02 827.71 38.31 + 23.861 931.41 827.18 104.23 + 23.911 888.13 826.69 61.44 + 23.962 886.21 826.24 59.97 + 24.012 915.72 825.84 89.88 + 24.062 953.10 825.47 127.63 + 24.112 901.68 825.13 76.55 + 24.162 832.29 824.82 7.47 + 24.212 880.63 824.54 56.09 + 24.262 909.05 824.28 84.77 + 24.312 890.85 824.05 66.80 + 24.362 823.90 823.83 0.07 + 24.412 872.84 823.64 49.20 + 24.462 868.69 823.46 45.23 + 24.512 844.11 823.30 20.81 + 24.562 869.95 823.15 46.80 + 24.611 842.28 823.01 19.27 + 24.661 870.84 822.89 47.95 + 24.711 807.88 822.78 -14.90 + 24.761 787.48 822.68 -35.20 + 24.811 799.05 822.58 -23.53 + 24.861 788.06 822.50 -34.44 + 24.911 789.39 822.43 -33.04 + 24.961 833.76 822.37 11.39 + 25.011 800.07 822.31 -22.24 + 25.061 823.40 822.26 1.14 + 25.115 801.39 822.21 -20.82 + 25.166 785.92 822.17 -36.25 + 25.216 793.42 822.14 -28.72 + 25.266 819.35 822.12 -2.77 + 25.316 796.68 822.09 -25.41 + 25.366 780.48 822.08 -41.60 + 25.416 821.14 822.07 -0.93 + 25.466 781.52 822.06 -40.54 + 25.516 812.20 822.06 -9.86 + 25.566 822.25 822.06 0.19 + 25.616 848.33 822.06 26.27 + 25.666 844.17 822.07 22.10 + 25.716 802.73 822.08 -19.35 + 25.766 744.98 822.10 -77.12 + 25.816 776.41 822.12 -45.71 + 25.866 811.29 822.14 -10.85 + 25.915 815.06 822.16 -7.10 + 25.965 747.86 822.19 -74.33 + 26.015 768.84 822.22 -53.38 + 26.065 737.53 822.25 -84.72 + 26.115 815.88 822.29 -6.41 + 26.165 744.25 822.32 -78.07 + 26.215 723.78 822.36 -98.58 + 26.265 794.45 822.40 -27.95 + 26.315 829.77 822.45 7.32 + 26.378 804.26 822.51 -18.25 + 26.428 766.01 822.56 -56.55 + 26.478 815.55 822.61 -7.06 + 26.528 822.52 822.66 -0.14 + 26.578 823.32 822.72 0.60 + 26.628 826.59 822.77 3.82 + 26.678 815.38 822.83 -7.45 + 26.728 810.41 822.90 -12.49 + 26.778 763.55 822.96 -59.41 + 26.828 820.02 823.03 -3.01 + 26.878 884.62 823.10 61.52 + 26.928 830.77 823.17 7.60 + 26.978 785.68 823.24 -37.56 + 27.028 793.66 823.32 -29.66 + 27.078 870.84 823.40 47.44 + 27.128 754.98 823.48 -68.50 + 27.178 813.84 823.56 -9.72 + 27.228 789.20 823.65 -34.45 + 27.278 802.59 823.73 -21.14 + 27.328 781.87 823.83 -41.96 + 27.377 832.83 823.92 8.91 + 27.427 800.85 824.02 -23.17 + 27.477 806.72 824.12 -17.40 + 27.527 810.28 824.22 -13.94 + 27.577 762.63 824.33 -61.70 + 27.633 854.06 824.45 29.61 + 27.683 882.05 824.57 57.48 + 27.734 821.65 824.68 -3.03 + 27.784 841.46 824.81 16.65 + 27.834 850.63 824.93 25.70 + 27.884 850.49 825.06 25.43 + 27.934 813.44 825.20 -11.76 + 27.984 778.79 825.34 -46.55 + 28.034 815.21 825.49 -10.28 + 28.084 824.68 825.64 -0.96 + 28.134 855.37 825.79 29.58 + 28.184 861.03 825.96 35.07 + 28.234 806.55 826.12 -19.57 + 28.284 831.35 826.30 5.05 + 28.334 873.83 826.48 47.35 + 28.383 885.53 826.67 58.86 + 28.433 842.76 826.87 15.89 + 28.483 865.40 827.08 38.32 + 28.533 826.46 827.30 -0.84 + 28.583 880.00 827.52 52.48 + 28.633 876.56 827.76 48.80 + 28.683 838.86 828.01 10.85 + 28.733 834.81 828.27 6.54 + 28.783 851.69 828.54 23.15 + 28.833 850.41 828.82 21.59 + 28.866 893.22 829.02 64.20 + 28.916 852.43 829.33 23.10 + 28.966 862.51 829.66 32.85 + 29.016 800.10 830.00 -29.90 + 29.066 920.70 830.37 90.33 + 29.116 865.00 830.75 34.25 + 29.166 894.11 831.16 62.95 + 29.216 878.50 831.59 46.91 + 29.266 869.20 832.05 37.15 + 29.316 860.04 832.53 27.51 + 29.366 828.47 833.05 -4.58 + 29.416 851.02 833.60 17.42 + 29.466 869.29 834.19 35.10 + 29.516 787.01 834.82 -47.81 + 29.566 776.69 835.49 -58.80 + 29.616 859.75 836.20 23.55 + 29.666 803.70 836.98 -33.28 + 29.716 820.00 837.80 -17.80 + 29.766 858.68 838.70 19.98 + 29.816 854.16 839.66 14.50 + 29.866 829.50 840.71 -11.21 + 29.915 817.03 841.84 -24.81 + 29.965 790.15 843.07 -52.92 + 30.016 843.92 844.41 -0.49 + 30.065 828.83 845.88 -17.05 + 30.099 831.58 846.93 -15.35 + 30.149 836.90 848.65 -11.75 + 30.199 866.32 850.57 15.75 + 30.249 818.03 852.73 -34.70 + 30.299 935.37 855.21 80.16 + 30.349 943.59 858.14 85.45 + 30.399 920.54 861.75 58.79 + 30.449 920.45 866.40 54.05 + 30.499 961.49 872.68 88.81 + 30.549 976.38 881.53 94.85 + 30.599 1099.49 894.52 204.97 + 30.649 1240.47 913.93 326.54 + 30.699 1248.83 942.94 305.89 + 30.749 1384.53 986.38 398.15 + 30.799 1469.53 1050.32 419.21 + 30.849 1591.46 1142.15 449.31 + 30.899 1582.98 1272.36 310.62 + 30.948 1817.56 1452.24 365.32 + 30.999 2031.05 1691.49 339.56 + 31.048 2144.29 2000.49 143.80 + 31.098 2381.76 2387.18 -5.42 + 31.148 2656.19 2852.93 -196.74 + 31.198 2855.64 3399.24 -543.60 + 31.248 3193.66 4011.56 -817.90 + 31.298 3468.05 4667.24 -1199.19 + 31.351 3965.13 5382.60 -1417.47 + 31.402 4512.56 6032.27 -1519.71 + 31.452 5196.13 6614.52 -1418.39 + 31.502 5805.09 7086.28 -1281.19 + 31.552 6753.99 7406.54 -652.55 + 31.602 7397.81 7547.67 -149.86 + 31.652 7938.59 7495.59 443.00 + 31.702 8235.84 7255.18 980.66 + 31.752 8199.73 6849.15 1350.58 + 31.802 8072.87 6315.34 1757.53 + 31.852 7971.10 5692.58 2278.52 + 31.902 7586.59 5025.21 2561.38 + 31.952 7167.87 4357.26 2810.61 + 32.002 6622.43 3718.09 2904.34 + 32.052 6111.23 3135.96 2975.27 + 32.101 5203.64 2626.45 2577.19 + 32.151 4630.45 2196.95 2433.50 + 32.201 3909.73 1847.21 2062.52 + 32.251 3211.38 1571.77 1639.61 + 32.301 2914.61 1362.24 1552.37 + 32.351 2532.69 1207.45 1325.24 + 32.401 2106.10 1096.51 1009.59 + 32.451 1721.90 1018.27 703.63 + 32.501 1428.02 964.71 463.31 + 32.551 1153.99 928.75 225.24 + 32.596 1076.42 906.61 169.81 + 32.646 961.07 889.91 71.16 + 32.696 994.01 878.68 115.33 + 32.747 916.21 870.92 45.29 + 32.797 894.36 865.37 28.99 + 32.847 881.26 861.19 20.07 + 32.897 894.30 857.88 36.42 + 32.947 898.73 855.15 43.58 + 32.997 883.85 852.81 31.04 + 33.047 852.51 850.77 1.74 + 33.097 865.73 848.95 16.78 + 33.147 876.08 847.30 28.78 + 33.196 877.08 845.81 31.27 + 33.246 794.10 844.45 -50.35 + 33.296 780.10 843.21 -63.11 + 33.346 840.15 842.07 -1.92 + 33.396 905.27 841.02 64.25 + 33.446 862.05 840.06 21.99 + 33.496 820.71 839.16 -18.45 + 33.546 854.19 838.34 15.85 + 33.596 826.64 837.57 -10.93 + 33.646 857.99 836.87 21.12 + 33.696 850.63 836.21 14.42 + 33.746 855.37 835.59 19.78 + 33.796 911.62 835.02 76.60 + 33.837 747.38 834.58 -87.20 + 33.888 822.55 834.08 -11.53 + 33.938 852.22 833.61 18.61 + 33.988 840.02 833.17 6.85 + 34.038 826.28 832.76 -6.48 + 34.088 881.55 832.38 49.17 + 34.138 865.87 832.02 33.85 + 34.188 882.16 831.68 50.48 + 34.238 837.56 831.37 6.19 + 34.288 920.12 831.07 89.05 + 34.338 872.50 830.80 41.70 + 34.388 869.41 830.54 38.87 + 34.438 865.79 830.30 35.49 + 34.488 898.99 830.07 68.92 + 34.538 876.77 829.86 46.91 + 34.587 905.50 829.66 75.84 + 34.637 868.80 829.48 39.32 + 34.687 863.85 829.31 34.54 + 34.737 879.81 829.15 50.66 + 34.787 843.08 829.00 14.08 + 34.837 883.56 828.86 54.70 + 34.887 805.19 828.74 -23.55 + 34.937 864.76 828.62 36.14 + 34.987 874.90 828.52 46.38 + 35.037 897.34 828.42 68.92 + 35.106 824.08 828.31 -4.23 + 35.156 901.39 828.23 73.16 + 35.206 834.95 828.17 6.78 + 35.256 862.03 828.12 33.91 + 35.306 839.90 828.07 11.83 + 35.356 871.74 828.04 43.70 + 35.406 832.28 828.01 4.27 + 35.456 835.16 827.99 7.17 + 35.506 868.73 827.98 40.75 + 35.556 878.90 827.98 50.92 + 35.606 865.17 827.99 37.18 + 35.656 824.19 828.01 -3.82 + 35.706 846.02 828.04 17.98 + 35.756 796.98 828.08 -31.10 + 35.806 837.07 828.13 8.94 + 35.856 847.75 828.19 19.56 + 35.906 821.63 828.26 -6.63 + 35.956 882.78 828.34 54.44 + 36.006 873.81 828.44 45.37 + 36.056 767.55 828.54 -60.99 + 36.106 811.97 828.66 -16.69 + 36.156 787.11 828.79 -41.68 + 36.206 800.50 828.94 -28.44 + 36.256 840.36 829.10 11.26 + 36.306 839.98 829.27 10.71 + 36.380 791.13 829.56 -38.43 + 36.430 813.81 829.78 -15.97 + 36.480 804.32 830.02 -25.70 + 36.530 788.24 830.28 -42.04 + 36.580 769.64 830.56 -60.92 + 36.630 792.00 830.87 -38.87 + 36.680 788.50 831.20 -42.70 + 36.730 814.64 831.56 -16.92 + 36.780 793.39 831.94 -38.55 + 36.830 791.91 832.36 -40.45 + 36.880 786.19 832.81 -46.62 + 36.930 785.47 833.31 -47.84 + 36.980 788.48 833.84 -45.36 + 37.030 815.03 834.41 -19.38 + 37.080 809.03 835.04 -26.01 + 37.130 788.46 835.71 -47.25 + 37.180 781.51 836.45 -54.94 + 37.230 743.38 837.25 -93.87 + 37.280 759.65 838.13 -78.48 + 37.330 787.78 839.08 -51.30 + 37.380 766.58 840.12 -73.54 + 37.429 761.38 841.25 -79.87 + 37.479 806.38 842.50 -36.12 + 37.529 792.38 843.87 -51.49 + 37.579 784.63 845.37 -60.74 + 37.620 836.80 847.50 -10.70 + 37.670 812.46 849.33 -36.87 + 37.720 827.10 851.39 -24.29 + 37.770 812.79 853.72 -40.93 + 37.820 801.33 856.40 -55.07 + 37.870 856.54 859.60 -3.06 + 37.920 855.53 863.58 -8.05 + 37.970 893.57 868.75 24.82 + 38.020 849.37 875.84 -26.47 + 38.070 896.07 885.96 10.11 + 38.120 959.79 901.02 58.77 + 38.170 922.03 923.83 -1.80 + 38.220 1028.27 958.26 70.01 + 38.270 1048.48 1010.25 38.23 + 38.320 1110.23 1087.16 23.07 + 38.370 1302.04 1198.53 103.51 + 38.420 1382.69 1355.60 27.09 + 38.470 1524.59 1570.90 -46.31 + 38.520 1656.36 1857.21 -200.85 + 38.570 1802.55 2223.98 -421.43 + 38.620 2165.26 2677.78 -512.52 + 38.670 2524.36 3216.39 -692.03 + 38.720 2820.94 3836.51 -1015.57 + 38.770 3181.41 4515.55 -1334.14 + 38.820 3658.34 5221.52 -1563.18 + 38.871 4321.95 5932.79 -1610.84 + 38.921 5222.28 6572.82 -1350.54 + 38.971 5963.87 7105.08 -1141.21 + 39.021 7300.81 7483.44 -182.63 + 39.071 8251.76 7670.41 581.35 + 39.121 9018.56 7648.11 1370.45 + 39.171 9364.04 7418.13 1945.91 + 39.221 9519.86 7004.27 2515.59 + 39.271 9400.29 6445.63 2954.66 + 39.321 9325.90 5792.58 3533.32 + 39.371 8781.71 5089.77 3691.94 + 39.421 8341.71 4383.88 3957.83 + 39.471 7732.26 3716.20 4016.06 + 39.521 6934.04 3110.01 3824.03 + 39.571 5966.28 2585.09 3381.19 + 39.621 5193.82 2147.86 3045.96 + 39.671 4326.42 1796.99 2529.43 + 39.721 3574.29 1524.95 2049.34 + 39.771 3004.24 1320.94 1683.30 + 39.821 2518.22 1173.07 1345.15 + 39.871 2194.51 1068.85 1125.66 + 39.920 1717.01 997.39 719.62 + 39.971 1434.17 948.97 485.20 + 40.021 1217.46 916.88 300.58 + 40.070 1069.68 894.89 174.79 + 40.122 949.62 880.39 69.23 + 40.172 986.30 870.95 115.35 + 40.223 924.17 864.29 59.88 + 40.273 849.43 859.34 -9.91 + 40.323 888.04 855.49 32.55 + 40.373 863.03 852.34 10.69 + 40.423 805.28 849.65 -44.37 + 40.473 847.26 847.30 -0.04 + 40.523 863.48 845.22 18.26 + 40.573 837.40 843.35 -5.95 + 40.623 835.30 841.65 -6.35 + 40.673 802.48 840.10 -37.62 + 40.723 885.68 838.69 46.99 + 40.773 838.05 837.39 0.66 + 40.823 842.80 836.20 6.60 + 40.872 841.48 835.11 6.37 + 40.922 830.46 834.10 -3.64 + 40.972 876.30 833.16 43.14 + 41.022 834.95 832.30 2.65 + 41.072 822.86 831.49 -8.63 + 41.122 831.99 830.75 1.24 + 41.172 852.59 830.06 22.53 + 41.222 845.37 829.41 15.96 + 41.272 829.98 828.81 1.17 + 41.322 823.94 828.25 -4.31 + 41.364 784.96 827.80 -42.84 + 41.414 805.88 827.31 -21.43 + 41.464 741.75 826.85 -85.10 + 41.515 801.24 826.41 -25.17 + 41.565 793.87 826.01 -32.14 + 41.615 758.94 825.64 -66.70 + 41.665 817.35 825.28 -7.93 + 41.715 813.99 824.95 -10.96 + 41.765 776.12 824.65 -48.53 + 41.815 754.79 824.36 -69.57 + 41.865 767.77 824.10 -56.33 + 41.915 812.24 823.85 -11.61 + 41.964 796.99 823.63 -26.64 + 42.014 807.86 823.41 -15.55 + 42.064 800.20 823.22 -23.02 + 42.114 768.37 823.04 -54.67 + 42.164 807.19 822.88 -15.69 + 42.214 818.78 822.74 -3.96 + 42.264 840.37 822.61 17.76 + 42.314 840.37 822.49 17.88 + 42.364 837.18 822.39 14.79 + 42.414 814.53 822.30 -7.77 + 42.464 867.15 822.23 44.92 + 42.514 828.37 822.18 6.19 + 42.564 820.37 822.14 -1.77 + 42.614 857.66 822.11 35.55 + 42.664 839.06 822.10 16.96 + 42.714 845.49 822.10 23.39 + 42.764 821.91 822.13 -0.22 + 42.814 833.05 822.17 10.88 + 42.864 893.38 822.22 71.16 + 42.914 834.06 822.30 11.76 + 42.964 828.96 822.39 6.57 + 43.014 795.30 822.50 -27.20 + 43.064 772.15 822.64 -50.49 + 43.114 772.04 822.79 -50.75 + 43.164 760.94 822.97 -62.03 + 43.214 766.19 823.18 -56.99 + 43.264 792.85 823.41 -30.56 + 43.314 760.18 823.67 -63.49 + 43.364 741.39 823.96 -82.57 + 43.414 830.06 824.29 5.77 + 43.464 741.61 824.65 -83.04 + 43.514 750.00 825.05 -75.05 + 43.564 773.80 825.49 -51.69 + 43.614 827.71 825.98 1.73 + 43.664 820.78 827.09 -6.31 + 43.714 809.97 827.69 -17.72 + 43.764 780.23 828.36 -48.13 + 43.814 795.34 829.10 -33.76 + 43.865 780.87 829.93 -49.06 + 43.915 827.44 830.83 -3.39 + 43.965 803.47 831.83 -28.36 + 44.015 822.15 832.94 -10.79 + 44.065 865.78 834.16 31.62 + 44.115 840.77 835.53 5.24 + 44.165 771.46 837.07 -65.61 + 44.215 871.83 838.80 33.03 + 44.265 828.07 840.80 -12.73 + 44.315 880.75 843.13 37.62 + 44.365 878.04 845.96 32.08 + 44.415 880.84 849.55 31.29 + 44.465 810.56 854.33 -43.77 + 44.515 808.49 861.07 -52.58 + 44.565 880.58 870.96 9.62 + 44.615 841.65 885.90 -44.25 + 44.665 907.00 908.76 -1.76 + 44.715 950.12 943.70 6.42 + 44.765 919.75 996.52 -76.77 + 44.815 986.84 1074.49 -87.65 + 44.865 1113.67 1186.71 -73.04 + 44.915 1132.01 1342.91 -210.90 + 44.965 1237.26 1555.41 -318.15 + 45.015 1339.99 1832.90 -492.91 + 45.065 1587.68 2180.77 -593.09 + 45.109 1811.46 2553.09 -741.63 + 45.159 1979.79 3035.67 -1055.88 + 45.209 2355.45 3572.29 -1216.84 + 45.260 2781.64 4140.44 -1358.80 + 45.309 3279.83 4706.04 -1426.21 + 45.359 3884.98 5232.08 -1347.10 + 45.410 4479.67 5677.20 -1197.53 + 45.460 5330.87 5999.38 -668.51 + 45.510 6337.10 6165.83 171.27 + 45.559 6988.94 6158.56 830.38 + 45.609 7320.04 5978.48 1341.56 + 45.660 7422.39 5644.45 1777.94 + 45.709 7447.94 5192.65 2255.29 + 45.759 7148.43 4661.28 2487.15 + 45.809 6889.78 4094.06 2795.72 + 45.859 6529.15 3529.04 3000.11 + 45.909 5983.71 2997.20 2986.51 + 45.959 5578.86 2520.44 3058.42 + 46.009 4638.55 2111.43 2527.12 + 46.059 3945.67 1776.02 2169.65 + 46.109 3173.10 1511.25 1661.85 + 46.159 2703.07 1310.27 1392.80 + 46.209 2308.14 1161.55 1146.59 + 46.259 1960.57 1055.78 904.79 + 46.309 1737.74 982.89 754.85 + 46.360 1385.99 932.99 453.00 + 46.410 1236.76 900.55 336.21 + 46.460 966.71 879.32 87.39 + 46.510 914.85 865.38 49.47 + 46.560 874.10 856.10 18.00 + 46.610 813.05 849.68 -36.63 + 46.660 865.24 845.01 20.23 + 46.710 890.69 841.44 49.25 + 46.760 856.12 838.56 17.56 + 46.810 844.88 836.14 8.74 + 46.860 789.08 834.04 -44.96 + 46.910 794.14 832.18 -38.04 + 46.960 801.61 830.52 -28.91 + 47.010 773.50 829.02 -55.52 + 47.060 808.56 827.65 -19.09 + 47.110 775.45 826.41 -50.96 + 47.160 732.94 825.27 -92.33 + 47.210 790.62 824.22 -33.60 + 47.260 756.81 822.31 -65.50 + 47.310 779.67 821.43 -41.76 + 47.360 775.06 820.62 -45.56 + 47.409 759.57 819.88 -60.31 + 47.459 761.03 819.18 -58.15 + 47.510 771.35 818.54 -47.19 + 47.559 749.75 817.94 -68.19 + 47.627 748.91 817.20 -68.29 + 47.677 761.81 816.69 -54.88 + 47.727 721.85 816.22 -94.37 + 47.778 770.74 815.78 -45.04 + 47.827 747.65 815.38 -67.73 + 47.877 770.34 815.00 -44.66 + 47.927 747.01 814.65 -67.64 + 47.978 692.62 814.32 -121.70 + 48.028 753.30 814.01 -60.71 + 48.077 700.61 813.73 -113.12 + 48.127 772.84 813.47 -40.63 + 48.178 793.77 813.23 -19.46 + 48.227 732.49 813.00 -80.51 + 48.277 742.86 812.80 -69.94 + 48.327 815.36 812.61 2.75 + 48.377 746.33 812.44 -66.11 + 48.427 775.31 812.29 -36.98 + 48.477 786.72 812.15 -25.43 + 48.527 755.54 812.04 -56.50 + 48.577 767.04 811.93 -44.89 + 48.627 781.99 811.85 -29.86 + 48.677 747.65 811.78 -64.13 + 48.727 699.86 811.72 -111.86 + 48.777 775.59 811.69 -36.10 + 48.827 763.70 811.67 -47.97 + 48.871 795.73 811.66 -15.93 + 48.921 785.32 811.68 -26.36 + 48.971 752.33 811.71 -59.38 + 49.021 768.46 811.77 -43.31 + 49.071 775.57 811.84 -36.27 + 49.121 766.03 811.94 -45.91 + 49.171 723.46 812.06 -88.60 + 49.221 787.23 812.21 -24.98 + 49.271 758.56 812.67 -54.11 + 49.321 788.80 812.88 -24.08 + 49.371 823.34 813.12 10.22 + 49.421 859.12 813.39 45.73 + 49.471 774.26 813.70 -39.44 + 49.521 791.38 814.05 -22.67 + 49.571 817.91 814.44 3.47 + 49.621 856.06 814.88 41.18 + 49.671 806.48 815.38 -8.90 + 49.720 808.28 815.93 -7.65 + 49.771 792.14 816.56 -24.42 + 49.820 800.49 817.26 -16.77 + 49.870 832.55 818.04 14.51 + 49.920 814.22 818.91 -4.69 + 49.970 767.77 819.90 -52.13 + 50.020 792.59 821.03 -28.44 + 50.070 819.67 822.31 -2.64 + 50.101 812.84 823.18 -10.34 + 50.151 793.47 824.84 -31.37 + 50.201 763.66 826.85 -63.19 + 50.251 763.39 829.42 -66.03 + 50.301 809.00 832.86 -23.86 + 50.351 799.64 837.73 -38.09 + 50.401 824.57 844.96 -20.39 + 50.451 832.36 856.00 -23.64 + 50.501 792.17 873.09 -80.92 + 50.551 830.32 899.32 -69.00 + 50.601 885.21 939.31 -54.10 + 50.651 853.53 998.83 -145.30 + 50.701 903.71 1084.48 -180.77 + 50.751 886.82 1204.58 -317.76 + 50.801 992.45 1366.54 -374.09 + 50.851 1108.20 1576.94 -468.74 + 50.901 1173.66 1839.60 -665.94 + 50.951 1332.56 2154.06 -821.50 + 51.001 1431.78 2513.96 -1082.18 + 51.051 1682.19 2904.64 -1222.45 + 51.101 1961.84 3305.42 -1343.58 + 51.150 2234.81 3688.54 -1453.73 + 51.200 2696.52 4026.88 -1330.36 + 51.250 3249.35 4286.52 -1037.17 + 51.300 3732.23 4439.83 -707.60 + 51.366 4412.86 4452.88 -40.02 + 51.417 4662.94 4316.90 346.04 + 51.467 4565.86 4071.56 494.30 + 51.517 4769.53 3742.84 1026.69 + 51.567 4540.72 3363.20 1177.52 + 51.617 4487.99 2962.58 1525.41 + 51.667 4192.79 2568.04 1624.75 + 51.717 3766.40 2202.33 1564.07 + 51.767 3434.04 1880.08 1553.96 + 51.817 3031.91 1609.99 1421.92 + 51.867 2652.44 1391.61 1260.83 + 51.917 2224.45 1222.49 1001.96 + 51.967 1877.49 1097.03 780.46 + 52.017 1634.73 1006.57 628.16 + 52.067 1399.83 943.71 456.12 + 52.116 1284.02 901.19 382.83 + 52.166 1150.78 873.07 277.71 + 52.216 943.35 854.71 88.64 + 52.266 942.02 842.76 99.26 + 52.316 875.47 834.89 40.58 + 52.366 881.41 829.56 51.85 + 52.416 817.30 825.77 -8.47 + 52.466 841.41 822.90 18.51 + 52.516 769.93 820.62 -50.69 + 52.566 774.60 818.73 -44.13 + 52.637 787.23 816.48 -29.25 + 52.687 838.93 815.11 23.82 + 52.737 797.96 813.88 -15.92 + 52.787 753.78 812.76 -58.98 + 52.837 818.87 811.75 7.12 + 52.887 783.48 810.82 -27.34 + 52.937 803.32 809.98 -6.66 + 52.987 747.48 809.19 -61.71 + 53.037 770.27 808.48 -38.21 + 53.087 744.51 807.81 -63.30 + 53.137 781.41 807.20 -25.79 + 53.187 786.01 806.63 -20.62 + 53.237 816.06 806.10 9.96 + 53.287 778.59 805.61 -27.02 + 53.337 787.07 805.15 -18.08 + 53.387 760.06 804.72 -44.66 + 53.437 810.48 804.32 6.16 + 53.487 805.09 803.18 1.91 + 53.537 771.59 802.84 -31.25 + 53.587 803.35 802.52 0.83 + 53.637 757.63 802.22 -44.59 + 53.687 775.96 801.94 -25.98 + 53.737 747.76 801.68 -53.92 + 53.787 778.96 801.44 -22.48 + 53.837 745.62 801.22 -55.60 + 53.870 738.16 801.08 -62.92 + 53.920 792.69 800.87 -8.18 + 53.970 723.05 800.69 -77.64 + 54.020 776.19 800.52 -24.33 + 54.070 816.69 800.36 16.33 + 54.120 769.75 800.21 -30.46 + 54.170 720.62 800.08 -79.46 + 54.220 741.07 799.97 -58.90 + 54.270 780.60 799.86 -19.26 + 54.320 768.63 799.77 -31.14 + 54.370 763.70 799.69 -35.99 + 54.420 800.42 799.62 0.80 + 54.470 749.00 799.57 -50.57 + 54.520 736.92 799.53 -62.61 + 54.570 795.87 799.51 -3.64 + 54.620 791.79 799.50 -7.71 + 54.670 736.85 799.51 -62.66 + 54.720 760.71 799.53 -38.82 + 54.770 807.81 799.58 8.23 + 54.820 788.52 799.64 -11.12 + 54.870 797.29 799.72 -2.43 + 54.920 726.98 799.82 -72.84 + 54.970 816.80 799.95 16.85 + 55.020 795.35 800.11 -4.76 + 55.070 784.99 800.29 -15.30 + 55.102 739.58 800.43 -60.85 + 55.152 806.62 800.67 5.95 + 55.202 819.24 800.95 18.29 + 55.252 804.75 801.27 3.48 + 55.302 802.08 801.64 0.44 + 55.352 802.58 802.06 0.52 + 55.402 827.59 802.55 25.04 + 55.452 875.83 803.12 72.71 + 55.503 832.90 803.78 29.12 + 55.552 843.84 804.57 39.27 + 55.602 914.83 805.55 109.28 + 55.652 885.46 806.81 78.65 + 55.702 911.14 808.50 102.64 + 55.752 887.44 810.94 76.50 + 55.802 928.19 814.60 113.59 + 55.852 892.87 820.24 72.63 + 55.902 913.07 829.06 84.01 + 55.952 920.38 842.79 77.59 + 56.002 912.45 863.87 48.58 + 56.052 956.88 895.36 61.52 + 56.102 978.58 941.01 37.57 + 56.152 1001.44 1004.69 -3.25 + 56.202 1042.51 1091.12 -48.61 + 56.252 1154.21 1203.10 -48.89 + 56.302 1201.70 1341.61 -139.91 + 56.358 1344.41 1529.07 -184.66 + 56.408 1445.84 1716.99 -271.15 + 56.459 1758.95 1915.79 -156.84 + 56.509 2118.13 2112.87 5.26 + 56.559 2532.54 2292.16 240.38 + 56.609 3056.48 2437.59 618.89 + 56.659 3708.96 2533.83 1175.13 + 56.709 4176.55 2569.03 1607.52 + 56.759 4824.02 2538.76 2285.26 + 56.809 5019.69 2447.30 2572.39 + 56.859 5128.87 2305.07 2823.80 + 56.909 4974.40 2127.26 2847.14 + 56.959 4834.54 1931.63 2902.91 + 57.009 4702.00 1732.51 2969.49 + 57.059 4410.76 1543.56 2867.20 + 57.108 4138.62 1374.06 2764.56 + 57.158 3625.59 1229.48 2396.11 + 57.208 3150.03 1111.68 2038.35 + 57.258 2559.87 1019.70 1540.17 + 57.308 2164.51 951.00 1213.51 + 57.358 1947.96 901.53 1046.43 + 57.408 1599.89 867.21 732.68 + 57.458 1355.84 843.89 511.95 + 57.508 1243.81 828.55 415.26 + 57.558 1109.59 818.64 290.95 + 57.620 960.41 811.09 149.32 + 57.670 848.29 807.25 41.04 + 57.720 804.74 804.63 0.11 + 57.770 829.36 802.73 26.63 + 57.820 778.30 801.29 -22.99 + 57.870 800.47 800.12 0.35 + 57.920 811.95 799.13 12.82 + 57.970 766.12 798.26 -32.14 + 58.020 790.27 797.49 -7.22 + 58.070 780.77 796.80 -16.03 + 58.120 803.80 796.17 7.63 + 58.170 776.21 795.59 -19.38 + 58.220 789.67 795.07 -5.40 + 58.270 796.25 794.58 1.67 + 58.320 825.38 794.12 31.26 + 58.370 826.00 793.70 32.30 + 58.420 796.58 793.31 3.27 + 58.470 834.90 792.95 41.95 + 58.520 792.80 792.60 0.20 + 58.570 853.05 792.28 60.77 + 58.620 825.43 791.98 33.45 + 58.669 817.44 791.69 25.75 + 58.719 796.94 791.42 5.52 + 58.769 826.60 791.16 35.44 + 58.819 819.99 790.92 29.07 + 58.868 783.30 790.69 -7.39 + 58.918 778.00 790.46 -12.46 + 58.968 800.03 790.25 9.78 + 59.019 843.62 790.05 53.57 + 59.068 807.42 789.29 18.13 + 59.118 826.64 789.11 37.53 + 59.168 780.54 788.94 -8.40 + 59.219 816.58 788.77 27.81 + 59.269 816.53 788.61 27.92 + 59.318 785.69 788.45 -2.76 + 59.368 745.53 788.30 -42.77 + 59.419 839.16 788.16 51.00 + 59.468 799.25 788.01 11.24 + 59.518 766.50 787.88 -21.38 + 59.568 810.54 787.75 22.79 + 59.618 825.29 787.62 37.67 + 59.668 788.88 787.49 1.39 + 59.718 764.95 787.37 -22.42 + 59.768 796.12 787.25 8.87 + 59.818 759.69 787.13 -27.44 + 59.868 797.75 787.02 10.73 + 59.918 788.29 786.90 1.39 + 59.968 771.60 786.79 -15.19 + 60.018 786.11 786.68 -0.57 + 60.068 808.26 786.58 21.68 + 60.108 764.39 786.50 -22.11 + 60.158 793.86 786.39 7.47 + 60.208 763.63 786.29 -22.66 + 60.258 786.43 786.19 0.24 + 60.308 793.48 786.10 7.38 + 60.358 825.06 786.00 39.06 + 60.408 754.90 785.91 -31.01 + 60.458 762.07 785.81 -23.74 + 60.508 835.44 785.72 49.72 + 60.558 757.59 785.63 -28.04 + 60.608 784.95 785.54 -0.59 + 60.658 763.73 785.45 -21.72 + 60.708 774.94 785.37 -10.43 + 60.758 725.34 785.28 -59.94 + 60.808 801.51 785.20 16.31 + 60.858 806.37 785.12 21.25 + 60.908 787.34 785.03 2.31 + 60.958 792.63 784.95 7.68 + 61.008 789.53 784.87 4.66 + 61.058 810.65 784.79 25.86 + 61.108 746.45 784.71 -38.26 + 61.158 818.62 784.63 33.99 + 61.208 771.24 784.56 -13.32 + 61.258 709.34 784.48 -75.14 + 61.308 797.43 784.41 13.02 + 61.348 806.75 784.35 22.40 + 61.398 817.22 784.27 32.95 + 61.448 783.84 784.20 -0.36 + 61.498 784.70 784.12 0.58 + 61.548 794.21 784.05 10.16 + 61.598 842.77 783.98 58.79 + 61.648 815.92 783.91 32.01 + 61.698 764.97 783.84 -18.87 + 61.748 822.97 783.77 39.20 + 61.798 825.30 783.70 41.60 + 61.848 792.09 783.63 8.46 + 61.898 790.55 783.56 6.99 + 61.948 792.20 783.49 8.71 + 61.998 828.43 783.42 45.01 + 62.048 858.71 783.36 75.35 + 62.098 784.25 783.29 0.96 + 62.148 792.06 783.22 8.84 + 62.198 817.62 783.16 34.46 + 62.248 837.03 783.09 53.94 + 62.298 793.74 783.03 10.71 + 62.348 805.34 782.96 22.38 + 62.397 772.78 782.90 -10.12 + 62.447 815.95 782.84 33.11 + 62.497 841.81 782.77 59.04 + 62.547 740.94 782.71 -41.77 + 62.590 746.96 782.66 -35.70 + 62.640 775.62 782.60 -6.98 + 62.690 804.49 782.54 21.95 + 62.740 791.61 782.47 9.14 + 62.790 830.47 782.41 48.06 + 62.840 810.84 782.35 28.49 + 62.890 856.73 782.29 74.44 + 62.940 835.18 782.23 52.95 + 62.990 941.39 782.17 159.22 + 63.040 831.05 782.12 48.93 + 63.090 848.88 782.06 66.82 + 63.140 865.09 782.00 83.09 + 63.190 854.96 781.94 73.02 + 63.240 922.42 781.88 140.54 + 63.290 945.29 781.83 163.46 + 63.340 906.78 781.77 125.01 + 63.390 952.51 781.72 170.79 + 63.439 890.84 781.66 109.18 + 63.490 916.44 781.60 134.84 + 63.540 898.15 781.55 116.60 + 63.589 947.28 781.49 165.79 + 63.639 969.83 781.44 188.39 + 63.689 844.87 781.39 63.48 + 63.739 857.34 781.33 76.01 + 63.789 854.62 781.28 73.34 + 63.829 880.21 781.24 98.97 + 63.879 869.22 781.18 88.04 + 63.929 834.08 781.13 52.95 + 63.980 801.10 781.08 20.02 + 64.030 834.29 781.03 53.26 + 64.079 789.85 780.98 8.87 + 64.130 802.78 780.93 21.85 + 64.180 784.89 780.88 4.01 + 64.230 819.81 780.54 39.27 + 64.279 774.76 780.50 -5.74 + 64.330 749.86 780.45 -30.59 + 64.380 732.13 780.41 -48.28 + 64.429 711.44 785.34 -73.90 + 64.479 743.84 785.37 -41.53 + 64.529 782.65 785.40 -2.75 + 64.579 715.00 785.44 -70.44 + 64.629 766.46 785.47 -19.01 + 64.679 787.50 785.51 1.99 + 64.729 795.65 785.55 10.10 + 64.779 810.55 785.59 24.96 + 64.829 736.76 785.64 -48.88 + 64.879 765.19 785.69 -20.50 + 64.929 795.12 785.74 9.38 + 64.979 771.85 785.79 -13.94 + 65.029 790.89 785.85 5.04 + 65.075 721.02 785.90 -64.88 + 65.125 746.90 785.97 -39.07 + 65.175 721.34 786.03 -64.69 + 65.225 725.79 786.10 -60.31 + 65.275 733.24 786.18 -52.94 + 65.325 742.61 786.26 -43.65 + 65.375 721.82 786.34 -64.52 + 65.425 694.95 786.43 -91.48 + 65.475 742.72 786.52 -43.80 + 65.525 697.70 786.62 -88.92 + 65.575 741.19 786.73 -45.54 + 65.625 701.89 786.85 -84.96 + 65.675 719.07 786.99 -67.92 + 65.725 750.46 787.15 -36.69 + 65.775 727.33 787.35 -60.02 + 65.825 728.95 787.61 -58.66 + 65.875 743.66 787.97 -44.31 + 65.925 720.34 788.48 -68.14 + 65.975 732.80 789.21 -56.41 + 66.025 682.33 790.24 -107.91 + 66.075 732.62 791.69 -59.07 + 66.124 720.37 793.65 -73.28 + 66.174 758.56 796.23 -37.67 + 66.225 695.81 799.45 -103.64 + 66.274 727.00 803.30 -76.30 + 66.333 708.31 808.42 -100.11 + 66.383 732.00 813.12 -81.12 + 66.433 733.69 817.74 -84.05 + 66.483 707.17 821.88 -114.71 + 66.533 690.28 825.11 -134.83 + 66.583 734.96 827.06 -92.10 + 66.633 727.27 827.48 -100.21 + 66.683 789.15 826.33 -37.18 + 66.733 777.79 823.81 -46.02 + 66.783 725.26 820.29 -95.03 + 66.833 739.15 816.15 -77.00 + 66.883 786.65 811.82 -25.17 + 66.933 753.07 807.69 -54.62 + 66.983 803.11 803.97 -0.86 + 67.033 769.09 800.86 -31.77 + 67.083 875.68 798.40 77.28 + 67.133 866.00 796.58 69.42 + 67.183 839.11 795.32 43.79 + 67.233 836.07 794.54 41.53 + 67.283 857.46 794.11 63.35 + 67.332 805.05 793.96 11.09 + 67.382 861.19 793.99 67.20 + 67.432 838.72 794.15 44.57 + 67.482 812.35 794.41 17.94 + 67.532 842.30 794.72 47.58 + 67.596 783.91 795.18 -11.27 + 67.646 798.64 795.58 3.06 + 67.696 728.10 796.01 -67.91 + 67.746 812.57 796.46 16.11 + 67.796 775.35 796.94 -21.59 + 67.846 743.37 797.45 -54.08 + 67.896 749.81 797.98 -48.17 + 67.946 760.80 798.54 -37.74 + 67.996 762.27 799.13 -36.86 + 68.046 779.14 799.75 -20.61 + 68.096 760.17 800.41 -40.24 + 68.146 738.94 801.09 -62.15 + 68.196 760.96 801.82 -40.86 + 68.246 740.14 802.58 -62.44 + 68.296 751.86 803.38 -51.52 + 68.346 728.76 804.23 -75.47 + 68.396 751.31 805.12 -53.81 + 68.446 734.97 806.06 -71.09 + 68.496 757.54 807.06 -49.52 + 68.546 656.79 808.11 -151.32 + 68.596 745.87 809.22 -63.35 + 68.646 712.16 810.39 -98.23 + 68.696 719.31 811.64 -92.33 + 68.746 696.69 812.97 -116.28 + 68.796 716.26 814.37 -98.11 + 68.864 706.54 816.43 -109.89 + 68.914 657.12 818.06 -160.94 + 68.964 663.65 819.79 -156.14 + 69.014 700.06 821.64 -121.58 + 69.064 689.83 823.61 -133.78 + 69.114 702.32 825.72 -123.40 + 69.164 669.19 827.99 -158.80 + 69.214 736.30 833.55 -97.25 + 69.264 678.20 836.21 -158.01 + 69.314 723.64 839.05 -115.41 + 69.364 699.26 842.12 -142.86 + 69.414 688.41 845.43 -157.02 + 69.464 719.73 849.00 -129.27 + 69.514 684.76 852.87 -168.11 + 69.564 731.70 857.07 -125.37 + 69.614 686.33 861.63 -175.30 + 69.664 707.11 866.60 -159.49 + 69.714 754.37 872.04 -117.67 + 69.764 718.72 878.00 -159.28 + 69.814 679.29 884.54 -205.25 + 69.864 737.43 891.73 -154.30 + 69.914 724.59 899.66 -175.07 + 69.964 768.50 908.50 -140.00 + 70.014 749.69 918.35 -168.66 + 70.064 799.88 929.33 -129.45 + 70.098 829.93 937.61 -107.68 + 70.148 876.42 951.18 -74.76 + 70.198 923.18 966.84 -43.66 + 70.248 929.07 985.38 -56.31 + 70.298 1054.31 1008.15 46.16 + 70.348 1002.28 1037.76 -35.48 + 70.398 1083.98 1078.94 5.04 + 70.448 1126.36 1139.76 -13.40 + 70.498 1204.98 1233.96 -28.98 + 70.548 1324.40 1382.79 -58.39 + 70.598 1360.23 1620.18 -259.95 + 70.648 1383.80 1993.05 -609.25 + 70.698 1488.79 2559.82 -1071.03 + 70.748 1592.70 3397.05 -1804.35 + 70.798 1702.79 4579.59 -2876.80 + 70.848 1949.79 6177.59 -4227.80 + 70.898 2243.65 8233.22 -5989.57 + 70.948 2740.57 10744.80 -8004.23 + 70.998 3667.86 13646.99 -9979.13 + 71.048 5263.62 16782.36 -11518.74 + 71.098 7505.31 19931.22 -12425.91 + 71.147 11055.61 22799.37 -11743.76 + 71.198 15992.14 25098.85 -9106.71 + 71.248 22022.12 26511.86 -4489.74 + 71.298 28024.80 26834.02 1190.78 + 71.329 36872.91 26456.63 10416.28 + 71.379 39952.81 24982.15 14970.66 + 71.429 41577.52 22638.98 18938.54 + 71.479 41902.50 19724.72 22177.78 + 71.529 41165.40 16568.65 24596.75 + 71.579 39283.06 13443.37 25839.69 + 71.629 36679.31 10562.50 26116.81 + 71.679 32950.61 8076.58 24874.03 + 71.729 27842.39 6049.38 21793.01 + 71.779 22507.98 4485.84 18022.14 + 71.829 17174.21 3329.15 13845.07 + 71.879 13095.88 2513.33 10582.55 + 71.929 10457.45 1963.50 8493.95 + 71.979 8173.77 1603.09 6570.68 + 72.029 6213.11 1373.91 4839.20 + 72.079 4586.38 1230.03 3356.35 + 72.129 3307.41 1139.36 2168.05 + 72.179 2402.87 1080.69 1322.18 + 72.229 1908.02 1040.85 867.17 + 72.279 1556.97 1012.16 544.81 + 72.328 1440.95 990.11 450.84 + 72.378 1325.94 972.27 353.67 + 72.428 1214.78 957.14 257.64 + 72.478 1113.21 944.09 169.12 + 72.528 1069.29 932.67 136.62 + 72.595 990.58 919.52 71.06 + 72.645 1094.59 910.83 183.76 + 72.695 1055.83 903.08 152.75 + 72.745 1021.65 896.13 125.52 + 72.795 1032.97 889.91 143.06 + 72.845 1007.52 884.32 123.20 + 72.895 971.05 879.28 91.77 + 72.945 993.22 874.75 118.47 + 72.995 933.15 870.66 62.49 + 73.045 1001.77 867.00 134.77 + 73.095 1069.04 863.70 205.34 + 73.145 993.36 860.74 132.62 + 73.195 1015.31 858.09 157.22 + 73.245 1002.35 855.73 146.62 + 73.295 1113.44 853.64 259.80 + 73.345 1071.66 851.79 219.87 + 73.395 1036.56 850.19 186.37 + 73.445 1046.49 848.81 197.68 + 73.495 1101.79 847.63 254.16 + 73.545 1059.58 846.67 212.91 + 73.594 1074.55 845.91 228.64 + 73.644 1049.00 845.34 203.66 + 73.694 1074.97 844.96 230.01 + 73.744 1045.61 844.78 200.83 + 73.794 1031.06 844.79 186.27 + 73.834 955.15 844.94 110.21 + 73.884 1028.88 845.52 183.36 + 73.934 915.07 846.11 68.96 + 73.984 929.83 846.91 82.92 + 74.034 1000.62 847.94 152.68 + 74.084 906.69 849.21 57.48 + 74.134 924.87 850.75 74.12 + 74.184 921.37 852.56 68.81 + 74.235 891.16 854.67 36.49 + 74.284 932.35 857.11 75.24 + 74.334 926.95 859.92 67.03 + 74.384 897.34 863.14 34.20 + 74.434 877.97 866.79 11.18 + 74.484 915.51 870.97 44.54 + 74.534 961.66 875.72 85.94 + 74.584 978.46 881.12 97.34 + 74.634 970.96 887.28 83.68 + 74.684 1011.54 894.35 117.19 + 74.734 989.63 902.53 87.10 + 74.784 1022.37 912.11 110.26 + 74.834 1043.94 923.65 120.29 + 74.884 1031.79 938.05 93.74 + 74.934 1085.87 957.30 128.57 + 74.984 1078.10 984.61 93.49 + 75.034 1153.48 1025.67 127.81 + 75.070 1142.44 1069.83 72.61 + 75.120 1240.07 1161.68 78.39 + 75.171 1244.69 1309.45 -64.76 + 75.221 1279.37 1543.83 -264.46 + 75.271 1348.37 1903.43 -555.06 + 75.321 1350.83 2436.32 -1085.49 + 75.371 1383.21 3193.65 -1810.44 + 75.421 1597.70 4216.99 -2619.29 + 75.471 1689.18 5529.21 -3840.03 + 75.521 1906.91 7112.53 -5205.62 + 75.571 2605.39 8920.30 -6314.91 + 75.621 3466.96 10840.82 -7373.86 + 75.671 4942.36 12706.02 -7763.66 + 75.721 7346.30 14334.84 -6988.54 + 75.770 10800.72 15517.63 -4716.91 + 75.820 14593.93 16083.49 -1489.56 + 75.870 18446.94 15941.54 2505.40 + 75.920 20296.86 15114.92 5181.94 + 75.970 21707.72 13730.11 7977.61 + 76.020 21474.60 11982.33 9492.27 + 76.070 21518.89 10073.88 11445.01 + 76.120 20834.40 8191.43 12642.97 + 76.170 19384.49 6456.93 12927.56 + 76.220 17720.10 4971.96 12748.14 + 76.270 15024.52 3777.23 11247.29 + 76.320 12288.03 2864.47 9423.56 + 76.370 9440.09 2198.99 7241.10 + 76.420 7506.18 1738.44 5767.74 + 76.470 5837.47 1432.45 4405.02 + 76.520 4785.57 1236.50 3549.07 + 76.570 3702.38 1113.45 2588.93 + 76.620 2908.92 1036.70 1872.22 + 76.670 2215.70 988.31 1227.39 + 76.720 1720.81 956.59 764.22 + 76.770 1410.31 934.61 475.70 + 76.820 1252.50 918.18 334.32 + 76.870 1084.11 905.15 178.96 + 76.920 1035.90 894.38 141.52 + 76.970 980.35 885.12 95.23 + 77.020 923.18 877.03 46.15 + 77.070 920.07 869.89 50.18 + 77.120 876.71 863.53 13.18 + 77.170 862.86 857.83 5.03 + 77.220 904.93 852.69 52.24 + 77.270 899.00 848.06 50.94 + 77.320 886.15 843.87 42.28 + 77.370 892.37 840.07 52.30 + 77.420 937.38 836.60 100.78 + 77.470 947.90 833.42 114.48 + 77.520 964.23 830.53 133.70 + 77.579 910.04 827.39 82.65 + 77.629 974.80 824.98 149.82 + 77.679 936.76 822.76 114.00 + 77.729 1014.86 820.71 194.15 + 77.779 1029.06 818.82 210.24 + 77.829 1096.71 817.07 279.64 + 77.879 1081.69 815.45 266.24 + 77.929 1115.68 813.94 301.74 + 77.979 1150.68 812.55 338.13 + 78.029 1198.55 811.25 387.30 + 78.079 1194.62 810.05 384.57 + 78.129 1215.69 808.92 406.77 + 78.179 1197.47 802.95 394.52 + 78.229 1204.48 802.05 402.43 + 78.279 1190.76 801.22 389.54 + 78.329 1103.53 800.45 303.08 + 78.379 1135.75 799.75 336.00 + 78.429 1080.75 799.09 281.66 + 78.479 1029.63 799.09 230.54 + 78.529 993.35 798.56 194.79 + 78.579 1020.17 798.07 222.10 + 78.629 950.93 797.64 153.29 + 78.679 904.04 797.25 106.79 + 78.729 923.81 796.90 126.91 + 78.779 873.84 796.61 77.23 + 78.831 860.60 796.36 64.24 + 78.881 849.15 796.16 52.99 + 78.931 799.39 796.02 3.37 + 78.981 793.66 795.94 -2.28 + 79.031 793.27 795.91 -2.64 + 79.081 761.01 795.94 -34.93 + 79.131 745.73 796.05 -50.32 + 79.181 766.66 796.23 -29.57 + 79.231 769.37 796.50 -27.13 + 79.281 766.21 796.88 -30.67 + 79.331 815.87 797.42 18.45 + 79.381 835.54 798.17 37.37 + 79.431 814.66 799.26 15.40 + 79.481 751.69 800.93 -49.24 + 79.531 797.27 803.62 -6.35 + 79.581 795.45 808.02 -12.57 + 79.631 790.85 815.30 -24.45 + 79.681 772.39 827.17 -54.78 + 79.731 823.41 846.04 -22.63 + 79.781 788.90 874.81 -85.91 + 79.831 819.07 916.78 -97.71 + 79.881 832.60 974.82 -142.22 + 79.931 878.46 1051.59 -173.13 + 79.981 871.48 1146.77 -275.29 + 80.031 895.38 1257.04 -361.66 + 80.070 882.33 1351.61 -469.28 + 80.120 971.15 1471.57 -500.42 + 80.170 987.96 1580.67 -592.71 + 80.221 1091.39 1665.22 -573.83 + 80.271 1293.58 1712.38 -418.80 + 80.321 1347.99 1714.38 -366.39 + 80.371 1424.85 1670.71 -245.86 + 80.421 1539.50 1588.87 -49.37 + 80.471 1605.05 1481.29 123.76 + 80.521 1502.07 1362.17 139.90 + 80.571 1528.51 1243.01 285.50 + 80.621 1505.98 1133.65 372.33 + 80.670 1336.27 1040.63 295.64 + 80.720 1293.65 965.86 327.79 + 80.770 1156.02 909.38 246.64 + 80.820 1063.64 868.89 194.75 + 80.870 989.18 841.24 147.94 + 80.920 964.08 823.11 140.97 + 80.970 852.28 811.63 40.65 + 81.020 897.35 804.52 92.83 + 81.070 840.20 800.14 40.06 + 81.120 855.18 797.37 57.81 + 81.170 798.45 795.53 2.92 + 81.220 799.84 794.23 5.61 + 81.270 811.70 793.25 18.45 + 81.317 760.77 792.52 -31.75 + 81.367 761.83 791.86 -30.03 + 81.417 815.98 791.30 24.68 + 81.467 784.04 790.82 -6.78 + 81.517 783.79 790.41 -6.62 + 81.567 791.53 790.05 1.48 + 81.617 783.17 789.74 -6.57 + 81.667 790.20 789.47 0.73 + 81.717 850.40 789.24 61.16 + 81.767 791.46 789.04 2.42 + 81.817 847.34 788.88 58.46 + 81.867 847.80 788.74 59.06 + 81.917 835.47 788.63 46.84 + 81.967 769.58 788.54 -18.96 + 82.017 839.76 788.47 51.29 + 82.067 824.41 788.43 35.98 + 82.117 792.55 788.41 4.14 + 82.167 818.72 788.41 30.31 + 82.217 831.98 788.42 43.56 + 82.267 738.80 788.46 -49.66 + 82.317 816.41 788.51 27.90 + 82.366 782.09 788.59 -6.50 + 82.417 809.83 788.68 21.15 + 82.467 844.61 788.79 55.82 + 82.517 856.62 785.84 70.78 + 82.569 821.05 786.05 35.00 + 82.620 797.54 786.27 11.27 + 82.670 824.31 786.51 37.80 + 82.720 848.55 786.78 61.77 + 82.770 848.72 787.07 61.65 + 82.820 857.18 787.39 69.79 + 82.870 870.78 787.74 83.04 + 82.920 907.59 788.12 119.47 + 82.970 866.12 788.53 77.59 + 83.020 905.21 788.98 116.23 + 83.070 933.95 789.52 144.43 + 83.120 943.40 790.07 153.33 + 83.170 960.55 790.66 169.89 + 83.220 1019.19 791.32 227.87 + 83.270 927.75 792.04 135.71 + 83.320 963.18 792.84 170.34 + 83.369 914.14 793.72 120.42 + 83.419 984.27 794.71 189.56 + 83.469 919.10 795.81 123.29 + 83.519 883.22 797.04 86.18 + 83.569 910.56 798.42 112.14 + 83.619 878.46 799.99 78.47 + 83.669 855.16 801.79 53.37 + 83.719 883.24 803.88 79.36 + 83.769 849.32 806.38 42.94 + 83.830 869.11 810.33 58.78 + 83.881 830.62 814.82 15.80 + 83.931 893.43 821.33 72.10 + 83.981 852.55 831.45 21.10 + 84.031 829.10 847.73 -18.63 + 84.081 827.83 874.37 -46.54 + 84.131 832.50 917.48 -84.98 + 84.181 864.95 985.12 -120.17 + 84.231 859.60 1086.99 -227.39 + 84.281 801.72 1232.39 -430.67 + 84.331 869.00 1430.23 -561.23 + 84.381 931.10 1683.31 -752.21 + 84.431 1001.98 1984.77 -982.79 + 84.481 1097.09 2320.66 -1223.57 + 84.531 1409.59 2662.68 -1253.09 + 84.581 1881.72 2974.74 -1093.02 + 84.630 2584.41 3215.31 -630.90 + 84.680 3480.58 3345.88 134.70 + 84.730 4309.00 3342.04 966.96 + 84.780 5039.96 3204.57 1835.39 + 84.830 5577.56 2958.87 2618.69 + 84.880 5632.41 2645.26 2987.15 + 84.930 5499.08 2301.84 3197.24 + 84.980 5284.95 1967.08 3317.87 + 85.030 4995.22 1668.09 3327.13 + 85.072 4382.09 1454.00 2928.09 + 85.122 3750.54 1250.42 2500.12 + 85.173 3199.09 1099.72 2099.37 + 85.223 2512.76 994.08 1518.68 + 85.273 1997.49 923.87 1073.62 + 85.323 1730.13 878.97 851.16 + 85.373 1577.00 851.12 725.88 + 85.423 1285.60 834.12 451.48 + 85.473 1155.98 823.67 332.31 + 85.523 989.98 817.02 172.96 + 85.573 940.93 812.49 128.44 + 85.623 869.97 809.18 60.79 + 85.673 808.23 806.61 1.62 + 85.723 799.31 804.50 -5.19 + 85.772 788.10 802.71 -14.61 + 85.822 793.76 801.17 -7.41 + 85.872 839.43 799.83 39.60 + 85.922 774.49 798.64 -24.15 + 85.972 796.69 797.59 -0.90 + 86.022 757.26 796.67 -39.41 + 86.072 740.91 795.84 -54.93 + 86.122 798.90 795.11 3.79 + 86.172 781.40 794.45 -13.05 + 86.222 790.39 793.86 -3.47 + 86.272 699.19 793.34 -94.15 + 86.304 752.01 793.03 -41.02 + 86.354 750.88 792.58 -41.70 + 86.404 714.10 792.18 -78.08 + 86.454 776.09 791.82 -15.73 + 86.504 738.08 791.50 -53.42 + 86.554 750.31 791.21 -40.90 + 86.604 747.93 790.94 -43.01 + 86.654 788.64 790.70 -2.06 + 86.704 772.43 790.49 -18.06 + 86.754 707.30 790.10 -82.80 + 86.804 769.67 789.93 -20.26 + 86.854 791.59 789.78 1.81 + 86.904 800.45 789.64 10.81 + 86.954 697.21 789.52 -92.31 + 87.004 779.69 789.42 -9.73 + 87.054 737.87 789.33 -51.46 + 87.104 819.75 789.25 30.50 + 87.154 762.21 789.18 -26.97 + 87.204 762.56 789.13 -26.57 + 87.254 772.88 789.08 -16.20 + 87.304 752.51 789.05 -36.54 + 87.354 786.23 789.02 -2.79 + 87.404 776.42 789.01 -12.59 + 87.454 765.34 789.00 -23.66 + 87.504 839.25 789.01 50.24 + 87.557 745.99 789.02 -43.03 + 87.607 759.71 789.04 -29.33 + 87.657 819.78 789.37 30.41 + 87.707 805.22 789.42 15.80 + 87.757 752.37 789.48 -37.11 + 87.807 729.04 789.55 -60.51 + 87.857 772.03 789.63 -17.60 + 87.907 765.84 789.72 -23.88 + 87.957 804.46 789.83 14.63 + 88.007 757.79 789.95 -32.16 + 88.057 729.27 790.09 -60.82 + 88.107 823.96 790.25 33.71 + 88.157 779.05 790.45 -11.40 + 88.207 776.16 790.68 -14.52 + 88.257 783.03 790.97 -7.94 + 88.307 777.86 791.37 -13.51 + 88.357 752.94 791.96 -39.02 + 88.407 806.39 792.87 13.52 + 88.457 811.87 794.36 17.51 + 88.507 805.36 796.78 8.58 + 88.557 778.47 800.64 -22.17 + 88.607 813.98 806.59 7.39 + 88.657 800.19 815.41 -15.22 + 88.707 846.15 827.72 18.43 + 88.757 842.19 843.81 -1.62 + 88.834 829.06 875.57 -46.51 + 88.884 892.13 898.85 -6.72 + 88.934 920.63 921.73 -1.10 + 88.984 1004.55 941.34 63.21 + 89.034 1050.23 954.59 95.64 + 89.084 1221.78 959.06 262.72 + 89.134 1365.31 953.83 411.48 + 89.184 1335.08 939.97 395.11 + 89.234 1457.19 920.07 537.12 + 89.284 1527.62 897.28 630.34 + 89.334 1428.78 874.26 554.52 + 89.384 1395.11 853.20 541.91 + 89.434 1375.27 835.53 539.74 + 89.484 1247.53 821.64 425.89 + 89.534 1132.69 811.45 321.24 + 89.584 1077.66 804.41 273.25 + 89.634 959.97 799.81 160.16 + 89.684 899.30 796.94 102.36 + 89.734 962.64 795.21 167.43 + 89.784 834.69 794.21 40.48 + 89.834 846.36 793.62 52.74 + 89.883 810.23 793.28 16.95 + 89.934 777.17 793.07 -15.90 + 89.984 833.37 792.94 40.43 + 90.034 741.41 792.86 -51.45 + 90.086 789.85 792.81 -2.96 + 90.136 775.46 792.78 -17.32 + 90.186 725.89 792.78 -66.89 + 90.236 752.31 792.78 -40.47 + 90.286 723.17 792.81 -69.64 + 90.336 799.09 792.84 6.25 + 90.386 731.37 792.88 -61.51 + 90.436 768.03 792.93 -24.90 + 90.486 772.89 792.99 -20.10 + 90.536 736.63 793.06 -56.43 + 90.586 691.75 793.14 -101.39 + 90.636 723.63 793.22 -69.59 + 90.686 802.09 793.31 8.78 + 90.736 783.55 793.41 -9.86 + 90.786 766.18 793.51 -27.33 + 90.836 789.18 793.61 -4.43 + 90.886 705.30 793.73 -88.43 + 90.936 747.67 793.85 -46.18 + 90.986 823.38 793.38 30.00 + 91.036 770.95 793.52 -22.57 + 91.085 749.90 793.67 -43.77 + 91.135 759.76 793.82 -34.06 + 91.185 785.47 793.98 -8.51 + 91.235 759.73 794.15 -34.42 + 91.285 763.98 794.32 -30.34 + 91.332 791.43 794.49 -3.06 + 91.382 800.17 794.67 5.50 + 91.432 751.11 794.87 -43.76 + 91.482 779.20 795.08 -15.88 + 91.532 789.50 795.30 -5.80 + 91.582 717.82 795.53 -77.71 + 91.632 732.58 795.77 -63.19 + 91.682 848.45 796.02 52.43 + 91.732 751.74 796.29 -44.55 + 91.782 781.80 796.58 -14.78 + 91.832 798.00 796.88 1.12 + 91.882 738.06 797.21 -59.15 + 91.932 802.09 797.56 4.53 + 91.982 776.73 797.93 -21.20 + 92.032 759.80 798.34 -38.54 + 92.082 771.51 798.78 -27.27 + 92.132 731.87 799.25 -67.38 + 92.182 785.03 799.78 -14.75 + 92.232 773.16 800.35 -27.19 + 92.282 832.71 800.98 31.73 + 92.332 817.14 801.68 15.46 + 92.381 852.20 802.47 49.73 + 92.431 769.11 803.35 -34.24 + 92.482 803.61 804.36 -0.75 + 92.531 798.55 805.51 -6.96 + 92.570 839.23 806.55 32.68 + 92.620 784.52 808.16 -23.64 + 92.670 817.72 810.25 7.47 + 92.721 774.58 813.15 -38.57 + 92.770 824.08 817.54 6.54 + 92.820 809.19 824.60 -15.41 + 92.870 804.31 836.32 -32.01 + 92.921 863.25 855.70 7.55 + 92.971 772.19 886.89 -114.70 + 93.020 785.92 934.75 -148.83 + 93.070 819.65 1004.75 -185.10 + 93.121 840.54 1100.84 -260.30 + 93.170 851.88 1223.16 -371.28 + 93.220 873.63 1368.39 -494.76 + 93.270 890.10 1525.72 -635.62 + 93.320 928.91 1678.75 -749.84 + 93.370 1017.01 1806.48 -789.47 + 93.420 1157.47 1886.77 -729.30 + 93.470 1365.58 1902.78 -537.20 + 93.520 1433.89 1850.79 -416.90 + 93.570 1549.80 1742.42 -192.62 + 93.620 1581.37 1598.88 -17.51 + 93.670 1595.13 1440.95 154.18 + 93.720 1541.86 1288.51 253.35 + 93.770 1504.80 1155.13 349.67 + 93.810 1457.59 1066.67 390.92 + 93.860 1310.94 979.87 331.07 + 93.910 1231.30 918.04 313.26 + 93.960 1134.05 876.55 257.50 + 94.010 983.77 850.22 133.55 + 94.060 1009.71 834.12 175.59 + 94.110 961.74 824.48 137.26 + 94.160 843.73 818.72 25.01 + 94.210 864.42 815.15 49.27 + 94.260 829.22 812.79 16.43 + 94.310 856.63 811.11 45.52 + 94.360 836.98 809.82 27.16 + 94.410 765.69 808.79 -43.10 + 94.460 732.99 807.93 -74.94 + 94.510 802.39 807.20 -4.81 + 94.560 786.53 806.58 -20.05 + 94.610 755.41 806.05 -50.64 + 94.660 718.64 805.59 -86.95 + 94.710 803.61 805.20 -1.59 + 94.760 766.35 804.86 -38.51 + 94.810 841.32 804.57 36.75 + 94.859 814.84 804.32 10.52 + 94.910 787.11 804.10 -16.99 + 94.960 766.08 803.92 -37.84 + 95.010 805.01 803.76 1.25 + 95.068 782.66 803.61 -20.95 + 95.118 822.21 803.46 18.75 + 95.169 842.67 803.37 39.30 + 95.219 799.32 803.30 -3.98 + 95.269 832.30 803.24 29.06 + 95.319 851.76 803.20 48.56 + 95.369 846.89 803.17 43.72 + 95.419 832.99 803.15 29.84 + 95.469 804.89 803.14 1.75 + 95.519 866.04 803.14 62.90 + 95.569 892.03 803.14 88.89 + 95.619 840.48 803.16 37.32 + 95.669 839.14 803.18 35.96 + 95.719 870.14 803.21 66.93 + 95.769 817.08 803.24 13.84 + 95.818 882.76 803.28 79.48 + 95.868 821.31 803.32 17.99 + 95.918 898.81 803.37 95.44 + 95.968 880.82 803.42 77.40 + 96.018 838.23 803.48 34.75 + 96.068 842.34 803.54 38.80 + 96.118 845.46 803.60 41.86 + 96.168 869.81 803.67 66.14 + 96.218 796.15 803.74 -7.59 + 96.268 774.27 803.81 -29.54 + 96.305 818.63 803.87 14.76 + 96.355 757.63 803.94 -46.31 + 96.405 802.22 804.02 -1.80 + 96.455 856.68 804.10 52.58 + 96.505 778.52 804.19 -25.67 + 96.555 869.58 804.27 65.31 + 96.605 862.99 804.36 58.63 + 96.655 864.33 804.45 59.88 + 96.705 834.01 804.54 29.47 + 96.755 856.68 804.63 52.05 + 96.805 806.96 804.72 2.24 + 96.855 784.59 804.82 -20.23 + 96.905 827.64 804.91 22.73 + 96.955 836.63 807.09 29.54 + 97.005 807.69 807.23 0.46 + 97.055 787.01 807.37 -20.36 + 97.105 802.54 807.51 -4.97 + 97.155 781.42 807.65 -26.23 + 97.205 753.31 807.80 -54.49 + 97.255 747.91 807.95 -60.04 + 97.305 797.74 808.10 -10.36 + 97.355 743.90 808.25 -64.35 + 97.405 796.25 808.41 -12.16 + 97.455 788.73 808.57 -19.84 + 97.505 794.73 808.73 -14.00 + 97.565 762.01 808.93 -46.92 + 97.615 776.61 809.09 -32.48 + 97.665 809.75 809.26 0.49 + 97.715 754.95 809.43 -54.48 + 97.765 793.46 809.61 -16.15 + 97.815 771.49 809.78 -38.29 + 97.865 793.22 809.96 -16.74 + 97.915 700.76 810.14 -109.38 + 97.965 744.69 810.33 -65.64 + 98.015 829.60 810.52 19.08 + 98.065 760.00 810.71 -50.71 + 98.115 804.52 810.90 -6.38 + 98.165 774.96 811.10 -36.14 + 98.215 796.93 811.30 -14.37 + 98.265 804.51 811.51 -7.00 + 98.315 797.91 811.72 -13.81 + 98.365 784.31 811.93 -27.62 + 98.415 876.42 812.15 64.27 + 98.465 782.59 812.37 -29.78 + 98.515 782.98 812.60 -29.62 + 98.565 797.08 812.83 -15.75 + 98.615 822.70 813.06 9.64 + 98.665 824.09 813.30 10.79 + 98.715 785.08 813.55 -28.47 + 98.765 797.86 813.80 -15.94 + 98.834 794.10 814.16 -20.06 + 98.884 744.15 814.43 -70.28 + 98.934 805.83 814.70 -8.87 + 98.984 833.99 814.98 19.01 + 99.034 859.29 815.27 44.02 + 99.084 861.07 815.57 45.50 + 99.134 821.66 815.87 5.79 + 99.184 780.46 816.19 -35.73 + 99.234 790.35 816.51 -26.16 + 99.284 772.78 816.55 -43.77 + 99.334 833.16 816.90 16.26 + 99.384 792.01 817.26 -25.25 + 99.434 800.01 817.63 -17.62 + 99.484 836.61 818.02 18.59 + 99.534 802.68 818.42 -15.74 + 99.584 848.10 818.84 29.26 + 99.634 781.62 819.27 -37.65 + 99.684 764.05 819.72 -55.67 + 99.734 810.25 820.18 -9.93 + 99.784 828.77 820.67 8.10 + 99.834 833.69 821.18 12.51 + 99.884 777.37 821.71 -44.34 + 99.934 807.53 822.27 -14.74 + 99.984 770.04 822.86 -52.82 + 100.034 860.28 823.48 36.80 + 100.081 798.05 824.09 -26.04 + 100.131 770.84 824.77 -53.93 + 100.181 802.20 825.50 -23.30 + 100.231 812.19 826.26 -14.07 + 100.281 834.94 827.08 7.86 + 100.331 755.06 827.94 -72.88 + 100.381 810.11 828.86 -18.75 + 100.431 808.23 829.85 -21.62 + 100.481 807.87 830.90 -23.03 + 100.531 767.17 832.03 -64.86 + 100.581 829.03 833.25 -4.22 + 100.631 788.36 834.56 -46.20 + 100.681 802.10 835.98 -33.88 + 100.731 765.12 837.52 -72.40 + 100.781 813.98 839.20 -25.22 + 100.831 798.67 841.04 -42.37 + 100.881 823.00 843.05 -20.05 + 100.931 812.48 845.26 -32.78 + 100.981 811.03 847.71 -36.68 + 101.031 814.08 850.42 -36.34 + 101.080 835.13 853.44 -18.31 + 101.130 858.66 856.81 1.85 + 101.180 802.28 860.61 -58.33 + 101.230 800.88 864.92 -64.04 + 101.280 810.88 869.80 -58.92 + 101.325 864.61 874.80 -10.19 + 101.375 849.43 881.19 -31.76 + 101.426 927.18 888.64 38.54 + 101.476 863.40 897.52 -34.12 + 101.526 889.10 908.44 -19.34 + 101.576 902.64 922.69 -20.05 + 101.626 877.86 942.87 -65.01 + 101.676 887.37 976.38 -89.01 + 101.726 955.73 1027.64 -71.91 + 101.776 915.23 1114.35 -199.12 + 101.826 1006.90 1261.08 -254.18 + 101.876 945.64 1500.67 -555.03 + 101.926 949.25 1869.18 -919.93 + 101.976 984.23 2403.04 -1418.81 + 102.025 1015.57 3117.11 -2101.54 + 102.075 1106.93 3995.02 -2888.09 + 102.125 1481.12 4974.83 -3493.71 + 102.175 2039.75 5945.09 -3905.34 + 102.225 3115.63 6752.98 -3637.35 + 102.275 4819.78 7228.71 -2408.93 + 102.325 6814.76 7252.76 -438.00 + 102.375 8308.87 6821.18 1487.69 + 102.425 9564.54 6039.73 3524.81 + 102.475 9824.53 5076.82 4747.71 + 102.525 9957.49 4093.15 5864.34 + 102.571 9452.58 3274.96 6177.62 + 102.621 8475.16 2525.43 5949.73 + 102.671 7204.12 1958.12 5246.00 + 102.721 6119.59 1560.45 4559.14 + 102.771 4776.17 1301.01 3475.16 + 102.821 3862.38 1140.49 2721.89 + 102.871 3107.83 1044.98 2062.85 + 102.921 2539.37 989.06 1550.31 + 102.971 2119.15 955.58 1163.57 + 103.021 1655.92 934.37 721.55 + 103.071 1467.25 919.66 547.59 + 103.121 1223.45 908.62 314.83 + 103.171 1080.88 899.87 181.01 + 103.221 1063.27 892.61 170.66 + 103.271 915.13 886.48 28.65 + 103.321 985.03 881.25 103.78 + 103.371 961.96 876.74 85.22 + 103.420 954.06 872.83 81.23 + 103.471 891.79 869.43 22.36 + 103.520 907.07 866.47 40.60 + 103.570 854.13 863.88 -9.75 + 103.620 891.07 861.62 29.45 + 103.670 902.56 859.62 42.94 + 103.720 871.93 857.88 14.05 + 103.770 852.09 856.35 -4.26 + 103.817 865.70 855.09 10.61 + 103.867 883.25 853.90 29.35 + 103.917 903.82 852.87 50.95 + 103.967 871.04 851.97 19.07 + 104.017 928.50 851.21 77.29 + 104.067 884.48 850.55 33.93 + 104.117 918.79 850.00 68.79 + 104.167 889.69 849.55 40.14 + 104.217 875.23 849.18 26.05 + 104.267 868.21 848.90 19.31 + 104.317 925.22 848.70 76.52 + 104.367 821.80 848.58 -26.78 + 104.417 882.03 848.53 33.50 + 104.467 877.40 848.55 28.85 + 104.517 866.11 848.64 17.47 + 104.567 894.84 848.80 46.04 + 104.617 915.17 849.03 66.14 + 104.667 895.82 849.32 46.50 + 104.717 856.33 849.69 6.64 + 104.767 872.72 850.14 22.58 + 104.817 890.12 850.65 39.47 + 104.867 914.26 851.25 63.01 + 104.917 920.17 851.93 68.24 + 104.967 916.82 852.70 64.12 + 105.017 913.08 853.57 59.51 + 105.056 882.07 854.31 27.76 + 105.106 898.29 855.37 42.92 + 105.156 884.57 856.54 28.03 + 105.206 899.29 857.85 41.44 + 105.256 908.34 859.30 49.04 + 105.306 947.90 860.91 86.99 + 105.356 866.09 862.70 3.39 + 105.406 890.09 864.70 25.39 + 105.456 905.25 866.93 38.32 + 105.506 884.06 869.41 14.65 + 105.556 939.26 872.20 67.06 + 105.606 929.59 875.34 54.25 + 105.656 949.85 878.86 70.99 + 105.706 902.71 882.87 19.84 + 105.756 973.13 887.42 85.71 + 105.806 978.82 892.62 86.20 + 105.856 962.98 898.59 64.39 + 105.906 999.06 905.51 93.55 + 105.956 994.34 913.59 80.75 + 106.006 1026.27 923.16 103.11 + 106.056 1006.75 934.76 71.99 + 106.105 1023.63 949.38 74.25 + 106.156 1114.95 969.27 145.68 + 106.206 1038.89 998.65 40.24 + 106.255 1134.35 1045.68 88.67 + 106.315 1173.09 1145.75 27.34 + 106.365 1238.71 1297.65 -58.94 + 106.415 1144.36 1550.46 -406.10 + 106.465 1041.96 1949.65 -907.69 + 106.515 1102.49 2542.20 -1439.71 + 106.565 1180.52 3337.89 -2157.37 + 106.615 1274.02 4326.45 -3052.43 + 106.665 1690.85 5429.51 -3738.66 + 106.715 2368.56 6507.64 -4139.08 + 106.765 3600.32 7366.43 -3766.11 + 106.815 5354.54 7809.10 -2454.56 + 106.865 7645.08 7704.26 -59.18 + 106.915 9275.35 7086.58 2188.77 + 106.965 10622.81 6120.25 4502.56 + 107.015 10743.61 5015.08 5728.53 + 107.065 10356.37 3944.61 6411.76 + 107.115 9398.42 3023.87 6374.55 + 107.165 7960.51 2306.32 5654.19 + 107.215 6723.92 1793.10 4930.82 + 107.265 5444.76 1454.20 3990.56 + 107.315 4349.66 1244.10 3105.56 + 107.364 3521.26 1120.01 2401.25 + 107.414 2980.23 1047.49 1932.74 + 107.465 2424.64 1004.68 1419.96 + 107.514 2042.30 977.92 1064.38 + 107.571 1599.43 957.46 641.97 + 107.622 1416.56 944.31 472.25 + 107.672 1234.72 933.85 300.87 + 107.722 1150.50 923.20 227.30 + 107.772 1090.52 916.02 174.50 + 107.822 1045.00 909.92 135.08 + 107.872 999.65 904.70 94.95 + 107.922 1024.72 900.23 124.49 + 107.972 947.24 896.38 50.86 + 108.022 908.16 893.08 15.08 + 108.072 929.10 890.22 38.88 + 108.122 901.99 887.75 14.24 + 108.172 919.22 885.63 33.59 + 108.222 899.26 883.80 15.46 + 108.272 901.11 882.24 18.87 + 108.322 939.78 880.91 58.87 + 108.371 950.45 879.79 70.66 + 108.421 873.90 878.86 -4.96 + 108.471 900.55 878.10 22.45 + 108.521 910.40 877.50 32.90 + 108.571 856.49 877.04 -20.55 + 108.621 961.28 876.72 84.56 + 108.671 885.54 876.53 9.01 + 108.721 899.35 876.45 22.90 + 108.771 888.65 876.49 12.16 + 108.808 881.86 876.60 5.26 + 108.859 855.34 876.83 -21.49 + 108.909 847.93 877.17 -29.24 + 108.959 870.87 877.62 -6.75 + 109.009 890.57 878.17 12.40 + 109.059 871.59 878.83 -7.24 + 109.109 857.36 879.60 -22.24 + 109.159 874.97 880.48 -5.51 + 109.209 861.41 881.47 -20.06 + 109.259 867.74 882.58 -14.84 + 109.309 933.20 883.83 49.37 + 109.359 913.48 885.20 28.28 + 109.409 884.15 886.71 -2.56 + 109.459 871.95 888.38 -16.43 + 109.509 879.12 890.21 -11.09 + 109.559 864.66 892.22 -27.56 + 109.608 899.68 894.41 5.27 + 109.658 948.99 896.82 52.17 + 109.708 926.55 899.46 27.09 + 109.758 923.31 902.35 20.96 + 109.808 919.76 905.53 14.23 + 109.858 924.23 909.00 15.23 + 109.908 938.02 912.85 25.17 + 109.958 890.17 917.09 -26.92 + 110.008 959.09 921.77 37.32 + 110.055 894.19 926.58 -32.39 + 110.105 904.12 932.32 -28.20 + 110.155 934.62 938.71 -4.09 + 110.205 952.64 945.87 6.77 + 110.255 964.60 953.87 10.73 + 110.305 1039.27 962.89 76.38 + 110.355 1010.11 973.13 36.98 + 110.405 1013.18 984.76 28.42 + 110.455 1030.00 998.07 31.93 + 110.505 1039.04 1013.32 25.72 + 110.555 1075.84 1031.04 44.80 + 110.605 1030.69 1051.75 -21.06 + 110.655 1155.80 1076.10 79.70 + 110.705 1138.39 1105.47 32.92 + 110.755 1171.59 1141.91 29.68 + 110.805 1239.07 1189.74 49.33 + 110.855 1276.79 1257.88 18.91 + 110.905 1277.63 1364.32 -86.69 + 110.955 1310.06 1543.38 -233.32 + 111.005 1271.49 1852.70 -581.21 + 111.055 1267.63 2380.61 -1112.98 + 111.104 1264.01 3238.50 -1974.49 + 111.155 1343.59 4556.04 -3212.45 + 111.205 1457.00 6411.69 -4954.69 + 111.254 1838.13 8785.50 -6947.38 + 111.320 3048.53 12415.85 -9367.32 + 111.370 5180.57 15097.21 -9916.64 + 111.420 8604.40 17115.76 -8511.36 + 111.470 13607.64 17926.10 -4318.46 + 111.520 18938.41 17265.79 1672.62 + 111.570 23543.64 15355.86 8187.78 + 111.620 25711.57 12719.83 12991.74 + 111.670 26093.35 9914.44 16178.91 + 111.721 23976.26 7351.66 16624.60 + 111.770 20585.05 5273.71 15311.34 + 111.820 16993.17 3736.67 13256.50 + 111.870 13883.59 2695.42 11188.17 + 111.920 11034.31 2043.69 8990.62 + 111.970 8938.63 1654.90 7283.73 + 112.020 6869.75 1427.94 5441.81 + 112.070 5417.45 1296.75 4120.70 + 112.120 4288.83 1215.65 3073.18 + 112.170 3280.65 1160.95 2119.70 + 112.220 2713.23 1120.57 1592.66 + 112.270 2157.62 1088.81 1068.81 + 112.320 1793.25 1062.74 730.51 + 112.370 1524.58 1040.91 483.67 + 112.420 1329.01 1022.19 306.82 + 112.470 1235.25 1006.10 229.15 + 112.520 1058.22 992.23 65.99 + 112.593 1071.88 975.08 96.80 + 112.643 1043.15 965.06 78.09 + 112.693 1036.21 956.23 79.98 + 112.743 1036.30 948.40 87.90 + 112.793 996.14 941.46 54.68 + 112.843 1019.99 935.25 84.74 + 112.893 1026.17 929.68 96.49 + 112.943 981.35 924.68 56.67 + 112.993 1002.14 920.17 81.97 + 113.043 974.97 916.10 58.87 + 113.093 1008.80 912.40 96.40 + 113.143 981.86 909.04 72.82 + 113.193 964.33 905.99 58.34 + 113.243 1004.62 903.19 101.43 + 113.293 967.25 900.64 66.61 + 113.343 957.47 898.31 59.16 + 113.393 947.34 896.17 51.17 + 113.443 933.68 894.20 39.48 + 113.493 964.81 892.38 72.43 + 113.543 974.71 890.72 83.99 + 113.593 985.80 889.18 96.62 + 113.642 975.31 887.77 87.54 + 113.693 954.80 886.46 68.34 + 113.743 930.47 885.26 45.21 + 113.792 970.99 884.15 86.84 + 113.826 888.04 883.45 4.59 + 113.876 965.31 882.47 82.84 + 113.926 1003.96 881.57 122.39 + 113.976 991.52 880.74 110.78 + 114.026 1043.71 879.98 163.73 + 114.076 950.55 879.28 71.27 + 114.126 948.32 878.64 69.68 + 114.176 1010.80 878.05 132.75 + 114.226 920.64 877.52 43.12 + 114.276 974.06 877.03 97.03 + 114.326 1031.76 876.59 155.17 + 114.376 930.36 876.20 54.16 + 114.426 944.53 875.85 68.68 + 114.476 941.88 875.54 66.34 + 114.526 999.07 875.28 123.79 + 114.576 991.42 875.06 116.36 + 114.626 1025.51 874.88 150.63 + 114.676 946.04 874.75 71.29 + 114.726 969.78 874.65 95.13 + 114.776 950.25 874.61 75.64 + 114.826 945.64 874.60 71.04 + 114.876 963.42 874.65 88.77 + 114.926 898.48 874.75 23.73 + 114.976 981.89 874.91 106.98 + 115.026 935.41 875.13 60.28 + 115.063 924.83 875.34 49.49 + 115.113 911.87 875.69 36.18 + 115.163 931.37 876.12 55.25 + 115.214 960.79 876.65 84.14 + 115.264 870.55 877.29 -6.74 + 115.314 891.32 878.06 13.26 + 115.364 917.94 879.00 38.94 + 115.414 896.91 880.12 16.79 + 115.464 970.98 881.47 89.51 + 115.514 994.41 883.12 111.29 + 115.564 934.84 885.20 49.64 + 115.614 974.43 887.92 86.51 + 115.663 967.31 891.74 75.57 + 115.714 1047.46 897.64 149.82 + 115.763 1008.01 907.47 100.54 + 115.813 990.10 924.49 65.61 + 115.863 1049.32 953.79 95.53 + 115.913 1019.67 1002.19 17.48 + 115.963 967.09 1077.06 -109.97 + 116.013 1048.08 1183.25 -135.17 + 116.063 1094.86 1320.00 -225.14 + 116.113 1139.86 1476.94 -337.08 + 116.163 1421.78 1634.61 -212.83 + 116.213 1761.51 1760.54 0.97 + 116.263 2223.02 1819.81 403.21 + 116.314 2537.69 1791.47 746.22 + 116.364 3021.56 1685.89 1335.67 + 116.414 3380.15 1535.67 1844.48 + 116.464 3232.02 1368.23 1863.79 + 116.514 3163.91 1224.66 1939.25 + 116.564 2780.30 1107.23 1673.07 + 116.614 2451.44 1021.61 1429.83 + 116.664 2195.81 964.70 1231.11 + 116.714 1901.89 929.56 972.33 + 116.764 1652.38 909.06 743.32 + 116.814 1429.65 897.28 532.37 + 116.864 1347.50 890.39 457.11 + 116.914 1253.14 886.13 367.01 + 116.964 1147.59 883.22 264.37 + 117.014 1117.99 881.08 236.91 + 117.064 1077.67 879.41 198.26 + 117.114 1004.15 878.07 126.08 + 117.164 984.30 876.98 107.32 + 117.214 993.63 876.07 117.56 + 117.264 945.43 875.33 70.10 + 117.314 916.68 874.72 41.96 + 117.363 940.23 874.23 66.00 + 117.413 911.29 873.82 37.47 + 117.463 950.37 873.49 76.88 + 117.513 868.56 873.23 -4.67 + 117.549 907.82 873.08 34.74 + 117.599 931.60 872.91 58.69 + 117.649 851.63 872.79 -21.16 + 117.699 895.91 872.71 23.20 + 117.749 847.49 872.67 -25.18 + 117.799 870.96 872.66 -1.70 + 117.849 833.37 872.68 -39.31 + 117.899 887.41 872.73 14.68 + 117.949 930.33 872.80 57.53 + 117.999 849.16 872.89 -23.73 + 118.049 872.97 873.01 -0.04 + 118.099 837.82 873.15 -35.33 + 118.149 887.21 873.30 13.91 + 118.199 892.63 873.47 19.16 + 118.249 893.65 873.67 19.98 + 118.299 861.13 873.87 -12.74 + 118.349 867.43 874.10 -6.67 + 118.399 863.05 874.34 -11.29 + 118.449 839.51 874.60 -35.09 + 118.499 823.83 874.88 -51.05 + 118.549 927.76 875.18 52.58 + 118.598 874.50 875.49 -0.99 + 118.649 871.49 875.82 -4.33 + 118.699 869.01 876.17 -7.16 + 118.749 901.20 876.55 24.65 + 118.795 814.27 876.91 -62.64 + 118.845 876.34 877.32 -0.98 + 118.895 920.80 877.76 43.04 + 118.945 832.84 878.22 -45.38 + 118.995 878.53 878.71 -0.18 + 119.045 870.61 879.23 -8.62 + 119.095 846.20 879.78 -33.58 + 119.145 869.77 880.36 -10.59 + 119.195 881.91 880.98 0.93 + 119.245 798.17 881.64 -83.47 + 119.295 832.43 882.34 -49.91 + 119.345 866.63 883.09 -16.46 + 119.395 928.11 883.90 44.21 + 119.445 858.59 884.76 -26.17 + 119.495 931.57 885.68 45.89 + 119.545 866.37 886.67 -20.30 + 119.595 857.22 887.74 -30.52 + 119.645 959.22 888.90 70.32 + 119.695 924.54 890.17 34.37 + 119.745 905.04 891.54 13.50 + 119.795 914.85 893.04 21.81 + 119.844 914.35 894.67 19.68 + 119.894 871.07 896.48 -25.41 + 119.945 891.42 898.48 -7.06 + 119.994 912.47 900.68 11.79 + 120.047 893.90 903.26 -9.36 + 120.097 930.90 906.03 24.87 + 120.147 875.38 909.14 -33.76 + 120.197 954.46 912.66 41.80 + 120.247 930.89 916.65 14.24 + 120.297 964.02 921.21 42.81 + 120.347 902.57 926.47 -23.90 + 120.397 932.20 932.57 -0.37 + 120.447 926.06 939.70 -13.64 + 120.497 930.04 948.11 -18.07 + 120.547 1011.85 958.27 53.58 + 120.597 950.77 970.91 -20.14 + 120.647 948.48 987.39 -38.91 + 120.697 955.23 1010.80 -55.57 + 120.747 955.77 1047.07 -91.30 + 120.797 907.80 1107.50 -199.70 + 120.847 981.33 1211.23 -229.90 + 120.897 980.75 1386.90 -406.15 + 120.947 967.59 1670.49 -702.90 + 120.997 975.17 2095.23 -1120.06 + 121.047 1088.05 2678.15 -1590.10 + 121.096 1242.07 3398.37 -2156.30 + 121.146 1604.56 4193.51 -2588.95 + 121.196 2139.18 4932.50 -2793.32 + 121.246 3100.92 5439.45 -2338.53 + 121.298 4296.04 5550.11 -1254.07 + 121.349 5522.07 5211.92 310.15 + 121.399 6304.47 4558.57 1745.90 + 121.449 6355.89 3770.05 2585.84 + 121.499 5992.26 3002.27 2989.99 + 121.549 5277.48 2348.74 2928.74 + 121.599 4691.06 1849.93 2841.13 + 121.649 3836.02 1511.58 2324.44 + 121.699 3281.96 1290.73 1991.23 + 121.749 2772.13 1158.36 1613.77 + 121.799 2337.78 1081.05 1256.73 + 121.849 2033.30 1035.75 997.55 + 121.899 1736.64 1007.89 728.75 + 121.949 1539.52 989.13 550.39 + 121.999 1433.95 975.40 458.55 + 122.049 1283.19 964.68 318.51 + 122.098 1115.41 955.97 159.44 + 122.148 1084.54 948.74 135.80 + 122.198 974.31 942.65 31.66 + 122.248 920.14 937.49 -17.35 + 122.298 965.98 933.10 32.88 + 122.348 864.89 929.35 -64.46 + 122.398 901.46 926.10 -24.64 + 122.448 904.25 923.30 -19.05 + 122.498 875.85 920.89 -45.04 + 122.554 914.47 918.57 -4.10 + 122.604 827.03 916.78 -89.75 + 122.654 855.80 915.23 -59.43 + 122.704 895.05 913.89 -18.84 + 122.754 834.92 912.74 -77.82 + 122.804 867.02 911.75 -44.73 + 122.854 860.72 910.90 -50.18 + 122.904 826.44 910.18 -83.74 + 122.954 860.98 911.30 -50.32 + 123.004 884.98 910.81 -25.83 + 123.054 895.66 910.41 -14.75 + 123.104 842.72 910.11 -67.39 + 123.154 808.84 909.89 -101.05 + 123.204 839.31 909.75 -70.44 + 123.254 878.25 909.68 -31.43 + 123.304 871.67 909.68 -38.01 + 123.354 879.42 909.74 -30.32 + 123.404 894.37 909.87 -15.50 + 123.454 891.87 910.05 -18.18 + 123.504 851.41 910.30 -58.89 + 123.554 856.75 910.61 -53.86 + 123.604 877.32 910.97 -33.65 + 123.654 851.47 911.39 -59.92 + 123.704 891.67 911.88 -20.21 + 123.754 863.35 912.41 -49.06 + 123.800 929.99 912.97 17.02 + 123.850 911.77 913.62 -1.85 + 123.900 837.04 914.34 -77.30 + 123.950 871.06 915.13 -44.07 + 124.000 933.62 915.98 17.64 + 124.050 841.04 916.91 -75.87 + 124.100 880.45 917.91 -37.46 + 124.150 874.46 918.99 -44.53 + 124.200 883.00 920.15 -37.15 + 124.250 902.14 921.40 -19.26 + 124.300 907.40 922.75 -15.35 + 124.350 868.68 924.20 -55.52 + 124.400 881.63 925.76 -44.13 + 124.450 880.77 927.45 -46.68 + 124.500 874.02 929.26 -55.24 + 124.550 853.37 931.21 -77.84 + 124.600 938.04 933.32 4.72 + 124.650 869.29 935.60 -66.31 + 124.700 894.51 938.08 -43.57 + 124.750 884.95 940.75 -55.80 + 124.800 837.84 943.66 -105.82 + 124.849 946.06 946.80 -0.74 + 124.899 899.33 950.25 -50.92 + 124.950 914.32 954.02 -39.70 + 124.999 887.27 958.13 -70.86 + 125.037 950.65 961.45 -10.80 + 125.087 890.12 966.31 -76.19 + 125.137 926.92 971.66 -44.74 + 125.187 954.01 977.59 -23.58 + 125.237 947.32 984.16 -36.84 + 125.287 1019.54 991.47 28.07 + 125.337 970.60 999.66 -29.06 + 125.387 1074.69 1008.85 65.84 + 125.437 1080.49 1019.22 61.27 + 125.487 1064.62 1030.93 33.69 + 125.537 1011.85 1044.30 -32.45 + 125.587 1085.20 1059.65 25.55 + 125.637 1182.26 1077.26 105.00 + 125.687 1041.57 1097.77 -56.20 + 125.737 1227.69 1121.74 105.95 + 125.787 1230.89 1150.12 80.77 + 125.837 1264.96 1184.37 80.59 + 125.887 1255.02 1227.07 27.95 + 125.937 1374.56 1283.25 91.31 + 125.987 1323.11 1362.65 -39.54 + 126.037 1345.89 1484.58 -138.69 + 126.086 1351.49 1680.89 -329.40 + 126.136 1428.15 2015.64 -587.49 + 126.186 1350.13 2568.87 -1218.74 + 126.236 1413.59 3438.93 -2025.34 + 126.281 1474.63 4567.59 -3092.96 + 126.331 1663.46 6274.91 -4611.45 + 126.381 2298.53 8412.58 -6114.05 + 126.431 3720.58 10814.60 -7094.02 + 126.481 6158.49 13142.82 -6984.33 + 126.531 9433.97 14927.92 -5493.95 + 126.581 13022.75 15660.89 -2638.14 + 126.631 16151.75 15080.77 1070.98 + 126.681 18042.46 13394.19 4648.27 + 126.731 18859.28 11108.27 7751.01 + 126.781 18146.32 8698.10 9448.22 + 126.831 16165.30 6518.94 9646.36 + 126.881 13924.14 4761.86 9162.28 + 126.931 11462.82 3465.59 7997.23 + 126.981 9516.23 2587.37 6928.86 + 127.031 7799.88 2030.57 5769.31 + 127.081 6361.94 1693.21 4668.73 + 127.131 5299.95 1491.89 3808.06 + 127.181 4400.51 1368.82 3031.68 + 127.231 3540.52 1289.06 2251.46 + 127.281 2980.96 1232.89 1748.07 + 127.331 2502.42 1190.36 1312.06 + 127.381 2070.77 1156.09 914.68 + 127.431 1760.09 1127.78 632.31 + 127.481 1433.33 1104.01 329.32 + 127.546 1280.43 1078.03 202.40 + 127.596 1163.21 1061.32 101.89 + 127.646 1115.77 1046.84 68.93 + 127.696 1048.73 1034.20 14.53 + 127.746 1026.82 1023.16 3.66 + 127.796 874.06 1013.43 -139.37 + 127.846 1001.41 1004.80 -3.39 + 127.896 895.06 997.14 -102.08 + 127.946 929.93 990.31 -60.38 + 127.996 906.34 984.22 -77.88 + 128.046 945.08 978.74 -33.66 + 128.096 911.33 973.80 -62.47 + 128.146 860.64 969.36 -108.72 + 128.196 900.34 965.33 -64.99 + 128.246 949.63 961.68 -12.05 + 128.296 866.73 958.37 -91.64 + 128.346 874.68 955.36 -80.68 + 128.396 928.09 952.62 -24.53 + 128.446 893.28 950.11 -56.83 + 128.496 906.20 947.82 -41.62 + 128.546 935.39 945.74 -10.35 + 128.596 860.95 943.84 -82.89 + 128.646 888.10 942.09 -53.99 + 128.696 913.26 940.49 -27.23 + 128.746 911.95 939.04 -27.09 + 128.823 931.61 937.03 -5.42 + 128.873 913.65 935.88 -22.23 + 128.923 817.40 934.83 -117.43 + 128.973 971.74 933.88 37.86 + 129.023 939.52 933.03 6.49 + 129.073 886.40 932.26 -45.86 + 129.123 897.29 931.57 -34.28 + 129.173 895.28 930.95 -35.67 + 129.223 928.14 930.41 -2.27 + 129.273 873.67 929.95 -56.28 + 129.323 880.09 929.55 -49.46 + 129.373 948.32 929.21 19.11 + 129.423 912.44 928.94 -16.50 + 129.473 837.01 928.74 -91.73 + 129.523 868.90 928.59 -59.69 + 129.573 932.51 928.50 4.01 + 129.623 983.67 928.48 55.19 + 129.673 914.55 928.51 -13.96 + 129.723 931.29 928.61 2.68 + 129.773 937.80 928.77 9.03 + 129.823 887.22 928.99 -41.77 + 129.873 992.19 929.27 62.92 + 129.923 885.81 929.62 -43.81 + 129.973 1027.88 930.04 97.84 + 130.023 906.83 930.53 -23.70 + 130.073 937.88 931.10 6.78 + 130.123 949.53 931.75 17.78 + 130.173 1005.90 932.49 73.41 + 130.223 928.78 933.31 -4.53 + 130.273 936.73 934.24 2.49 + 130.323 948.34 935.26 13.08 + 130.373 991.02 936.40 54.62 + 130.423 896.43 937.67 -41.24 + 130.473 951.99 939.07 12.92 + 130.523 913.02 940.62 -27.60 + 130.573 933.25 942.33 -9.08 + 130.623 924.35 944.23 -19.88 + 130.673 921.27 946.32 -25.05 + 130.723 917.82 948.64 -30.82 + 130.773 947.47 951.21 -3.74 + 130.823 890.41 954.06 -63.65 + 130.873 887.30 957.24 -69.94 + 130.923 904.84 960.78 -55.94 + 130.973 927.74 964.75 -37.01 + 131.023 919.58 969.20 -49.62 + 131.073 891.30 974.21 -82.91 + 131.123 983.02 979.85 3.17 + 131.173 945.77 986.28 -40.51 + 131.223 902.72 993.60 -90.88 + 131.273 989.34 1001.97 -12.63 + 131.305 993.77 1008.04 -14.27 + 131.355 976.27 1018.70 -42.43 + 131.405 932.47 1031.16 -98.69 + 131.455 977.46 1045.97 -68.51 + 131.505 1050.75 1063.97 -13.22 + 131.555 952.21 1079.69 -127.48 + 131.605 1072.60 1110.61 -38.01 + 131.655 1021.81 1154.98 -133.17 + 131.705 1081.20 1222.71 -141.51 + 131.755 1059.53 1329.56 -270.03 + 131.805 1089.95 1500.31 -410.36 + 131.855 1064.79 1767.26 -702.47 + 131.905 1104.97 2165.22 -1060.25 + 131.955 1199.07 2729.82 -1530.75 + 132.005 1363.90 3476.07 -2112.17 + 132.055 1909.12 4391.39 -2482.27 + 132.105 2815.05 5418.74 -2603.69 + 132.155 4071.98 6452.46 -2380.48 + 132.205 5512.82 7334.89 -1822.07 + 132.255 7280.38 7875.33 -594.95 + 132.305 8354.42 7928.36 426.06 + 132.355 9298.73 7480.40 1818.33 + 132.405 9297.74 6652.32 2645.42 + 132.455 9114.89 5633.43 3481.46 + 132.505 8748.39 4595.00 4153.39 + 132.553 8082.68 3684.04 4398.64 + 132.603 6827.01 2891.98 3935.03 + 132.653 5870.75 2284.10 3586.65 + 132.703 4872.36 1848.01 3024.35 + 132.753 4313.82 1554.26 2759.56 + 132.803 3623.33 1364.36 2258.97 + 132.853 3109.81 1244.74 1865.07 + 132.903 2798.59 1169.65 1628.94 + 132.953 2312.30 1121.04 1191.26 + 133.003 2077.60 1087.86 989.74 + 133.053 1859.15 1063.45 795.70 + 133.103 1712.66 1044.42 668.24 + 133.153 1532.11 1028.98 503.13 + 133.203 1271.15 1016.00 255.15 + 133.253 1203.41 1004.94 198.47 + 133.303 1156.13 995.40 160.73 + 133.353 1127.19 987.10 140.09 + 133.403 922.17 979.84 -57.67 + 133.453 1012.06 973.44 38.62 + 133.503 980.19 967.79 12.40 + 133.552 978.43 962.77 15.66 + 133.602 949.29 958.31 -9.02 + 133.652 905.91 954.29 -48.38 + 133.702 986.47 950.68 35.79 + 133.752 961.99 947.44 14.55 + 133.820 921.11 943.55 -22.44 + 133.870 970.74 940.96 29.78 + 133.920 926.04 938.61 -12.57 + 133.970 911.08 936.46 -25.38 + 134.020 983.36 934.50 48.86 + 134.070 915.55 932.69 -17.14 + 134.120 988.29 931.04 57.25 + 134.170 949.61 929.51 20.10 + 134.220 964.77 928.10 36.67 + 134.270 959.52 926.80 32.72 + 134.320 910.49 925.59 -15.10 + 134.370 913.37 924.47 -11.10 + 134.420 929.64 923.43 6.21 + 134.470 977.98 922.46 55.52 + 134.520 879.28 921.55 -42.27 + 134.570 909.88 920.71 -10.83 + 134.620 957.99 919.92 38.07 + 134.670 999.93 919.18 80.75 + 134.720 916.28 918.48 -2.20 + 134.770 978.40 917.83 60.57 + 134.819 969.82 917.22 52.60 + 134.869 930.96 916.64 14.32 + 134.919 892.26 916.10 -23.84 + 134.969 877.95 915.59 -37.64 + 135.019 894.31 915.11 -20.80 + 135.068 937.11 914.66 22.45 + 135.118 896.71 914.23 -17.52 + 135.168 970.02 913.82 56.20 + 135.218 931.15 913.43 17.72 + 135.268 916.59 913.06 3.53 + 135.318 888.87 912.71 -23.84 + 135.368 965.46 912.38 53.08 + 135.418 905.15 912.07 -6.92 + 135.468 919.02 911.77 7.25 + 135.518 939.71 911.48 28.23 + 135.568 866.23 911.21 -44.98 + 135.618 898.13 910.95 -12.82 + 135.668 947.65 910.70 36.95 + 135.718 939.11 910.46 28.65 + 135.768 924.93 910.24 14.69 + 135.818 967.15 910.02 57.13 + 135.868 1011.07 909.82 101.25 + 135.918 941.45 909.62 31.83 + 135.968 969.44 909.43 60.01 + 136.018 941.79 909.24 32.55 + 136.068 895.22 909.07 -13.85 + 136.117 896.67 908.90 -12.23 + 136.167 902.29 908.74 -6.45 + 136.217 912.28 908.58 3.70 + 136.267 978.63 908.44 70.19 + 136.303 941.16 908.33 32.83 + 136.353 981.02 908.19 72.83 + 136.403 989.35 908.06 81.29 + 136.453 925.48 907.92 17.56 + 136.503 970.06 907.80 62.26 + 136.553 928.53 907.68 20.85 + 136.603 902.06 907.56 -5.50 + 136.653 907.55 907.45 0.10 + 136.703 902.70 907.33 -4.63 + 136.753 893.25 907.53 -14.28 + 136.803 915.90 907.43 8.47 + 136.853 927.94 907.33 20.61 + 136.903 926.10 907.24 18.86 + 136.953 954.22 907.15 47.07 + 137.003 940.48 907.06 33.42 + 137.053 950.88 906.97 43.91 + 137.103 941.46 906.89 34.57 + 137.153 899.69 906.81 -7.12 + 137.203 939.08 906.73 32.35 + 137.253 923.67 906.65 17.02 + 137.303 949.39 906.57 42.82 + 137.353 951.50 906.50 45.00 + 137.403 944.86 906.43 38.43 + 137.453 874.31 906.36 -32.05 + 137.503 890.08 906.29 -16.21 + 137.541 903.22 906.24 -3.02 + 137.591 923.79 906.18 17.61 + 137.641 895.18 906.11 -10.93 + 137.691 963.69 906.05 57.64 + 137.741 931.88 905.99 25.89 + 137.791 914.87 902.51 12.36 + 137.841 911.99 902.51 9.48 + 137.891 943.10 902.51 40.59 + 137.941 947.89 902.51 45.38 + 137.991 929.94 902.51 27.43 + 138.041 935.52 902.51 33.01 + 138.091 985.08 902.51 82.57 + 138.141 914.78 902.51 12.27 + 138.191 949.58 902.51 47.07 + 138.241 898.71 902.50 -3.79 + 138.291 909.50 902.50 7.00 + 138.341 995.56 902.50 93.06 + 138.391 906.90 902.49 4.41 + 138.441 925.78 902.49 23.29 + 138.491 961.62 902.48 59.14 + 138.541 979.33 902.48 76.85 + 138.590 930.68 902.47 28.21 + 138.641 974.44 902.46 71.98 + 138.691 950.13 902.45 47.68 + 138.741 937.01 902.45 34.56 + 138.787 952.70 902.44 50.26 + 138.838 905.67 902.43 3.24 + 138.888 926.06 902.42 23.64 + 138.938 886.25 902.41 -16.16 + 138.988 906.78 902.40 4.38 + 139.038 888.39 902.39 -14.00 + 139.088 965.53 902.38 63.15 + 139.138 914.39 902.37 12.02 + 139.188 934.44 902.35 32.09 + 139.238 896.50 902.34 -5.84 + 139.288 950.10 902.33 47.77 + 139.338 975.42 902.31 73.11 + 139.388 932.71 902.30 30.41 + 139.438 953.58 902.28 51.30 + 139.488 944.33 902.27 42.06 + 139.538 944.74 902.25 42.49 + 139.587 926.65 902.23 24.42 + 139.637 970.54 902.22 68.32 + 139.687 929.60 902.20 27.40 + 139.737 1019.90 902.18 117.72 + 139.787 926.68 902.16 24.52 + 139.837 942.82 902.15 40.67 + 139.887 960.86 902.13 58.73 + 139.937 997.21 902.11 95.10 + 139.987 906.91 902.09 4.82 + 140.059 947.27 903.24 44.03 + 140.109 939.76 903.23 36.53 + 140.160 910.24 903.21 7.03 + 140.210 890.03 903.20 -13.17 + 140.260 1017.71 903.19 114.52 + 140.310 967.68 903.17 64.51 + 140.360 924.67 903.16 21.51 + 140.410 934.43 903.14 31.29 + 140.460 923.46 903.13 20.33 + 140.510 981.61 903.12 78.49 + 140.560 901.89 903.10 -1.21 + 140.610 974.82 903.09 71.73 + 140.660 954.70 903.07 51.63 + 140.710 934.56 903.06 31.50 + 140.760 906.05 903.04 3.01 + 140.809 905.47 903.03 2.44 + 140.859 888.29 903.01 -14.72 + 140.909 898.65 903.00 -4.35 + 140.959 948.91 902.98 45.93 + 141.009 952.11 902.96 49.15 + 141.059 899.64 902.95 -3.31 + 141.109 915.58 902.93 12.65 + 141.159 966.95 902.92 64.03 + 141.209 900.56 902.91 -2.35 + 141.259 861.71 902.89 -41.18 + 141.309 896.06 902.88 -6.82 + 141.359 937.94 902.86 35.08 + 141.409 903.01 902.85 0.16 + 141.459 901.33 902.84 -1.51 + 141.509 924.06 902.82 21.24 + 141.559 918.28 902.81 15.47 + 141.609 934.78 902.80 31.98 + 141.659 913.65 902.79 10.86 + 141.709 945.69 902.78 42.91 + 141.759 883.41 902.77 -19.36 + 141.809 923.60 902.76 20.84 + 141.859 955.16 902.75 52.41 + 141.909 878.30 902.74 -24.44 + 141.959 871.05 902.73 -31.68 + 142.009 914.69 902.73 11.96 + 142.059 952.48 902.72 49.76 + 142.109 880.32 902.72 -22.40 + 142.158 976.14 902.72 73.42 + 142.209 961.04 902.72 58.32 + 142.258 973.37 902.72 70.65 + 142.308 918.73 902.72 16.01 + 142.358 975.45 902.73 72.72 + 142.408 920.54 902.73 17.81 + 142.458 969.86 902.74 67.12 + 142.508 986.77 902.75 84.02 + 142.544 908.12 902.76 5.36 + 142.594 969.57 902.78 66.79 + 142.645 955.51 902.80 52.71 + 142.695 953.13 902.82 50.31 + 142.745 976.49 902.84 73.65 + 142.795 1024.88 902.87 122.01 + 142.845 962.38 902.90 59.48 + 142.895 877.20 902.94 -25.74 + 142.945 963.41 902.98 60.43 + 142.995 947.16 903.03 44.13 + 143.045 969.68 903.08 66.60 + 143.095 901.66 903.13 -1.47 + 143.145 911.72 903.19 8.53 + 143.195 957.26 903.26 54.00 + 143.244 910.22 903.34 6.88 + 143.294 972.20 903.42 68.78 + 143.344 909.69 903.52 6.17 + 143.394 914.62 903.62 11.00 + 143.444 829.78 903.73 -73.95 + 143.494 875.67 903.85 -28.18 + 143.544 914.72 903.98 10.74 + 143.594 958.38 904.13 54.25 + 143.644 970.76 904.29 66.47 + 143.694 869.82 904.47 -34.65 + 143.744 932.02 904.66 27.36 + 143.792 840.85 904.87 -64.02 + 143.842 880.76 905.10 -24.34 + 143.893 902.50 905.35 -2.85 + 143.943 936.71 905.63 31.08 + 143.993 905.18 905.94 -0.76 + 144.043 964.18 906.28 57.90 + 144.093 869.81 906.66 -36.85 + 144.143 907.46 907.07 0.39 + 144.193 895.61 907.52 -11.91 + 144.243 867.76 908.03 -40.27 + 144.293 905.08 908.59 -3.51 + 144.343 936.70 909.22 27.48 + 144.393 900.24 909.93 -9.69 + 144.443 861.09 910.75 -49.66 + 144.493 946.16 911.69 34.47 + 144.542 872.53 912.79 -40.26 + 144.592 934.38 914.14 20.24 + 144.642 937.32 915.80 21.52 + 144.692 907.71 917.93 -10.22 + 144.742 933.77 920.71 13.06 + 144.792 959.25 924.41 34.84 + 144.842 1018.05 929.36 88.69 + 144.892 913.52 936.11 -22.59 + 144.942 952.80 945.21 7.59 + 144.992 941.54 957.35 -15.81 + 145.055 1013.23 978.27 34.96 + 145.105 920.93 1000.51 -79.58 + 145.155 1047.90 1028.60 19.30 + 145.205 1051.44 1063.31 -11.87 + 145.255 1100.66 1104.95 -4.29 + 145.305 1197.77 1153.68 44.09 + 145.355 1429.00 1209.18 219.82 + 145.405 1547.77 1270.25 277.52 + 145.455 1699.74 1335.19 364.55 + 145.505 1897.98 1401.22 496.76 + 145.555 2124.80 1465.68 659.12 + 145.605 2189.83 1524.61 665.22 + 145.655 2310.69 1573.56 737.13 + 145.705 2478.25 1608.71 869.54 + 145.755 2515.64 1626.44 889.20 + 145.805 2732.26 1624.89 1107.37 + 145.855 2677.41 1604.24 1073.17 + 145.905 2798.36 1566.66 1231.70 + 145.955 2812.61 1515.64 1296.97 + 146.005 2501.93 1455.58 1046.35 + 146.055 2342.24 1390.56 951.68 + 146.105 2358.05 1324.47 1033.58 + 146.155 2123.70 1259.74 863.96 + 146.205 1970.18 1199.19 770.99 + 146.255 1818.15 1144.61 673.54 + 146.304 1641.38 1097.00 544.38 + 146.354 1577.78 1056.05 521.73 + 146.404 1515.55 1022.15 493.40 + 146.455 1360.18 994.72 365.46 + 146.505 1369.01 973.12 395.89 + 146.555 1285.43 956.38 329.05 + 146.605 1200.34 943.61 256.73 + 146.655 1148.93 934.02 214.91 + 146.705 1215.73 926.86 288.87 + 146.755 1140.01 921.54 218.47 + 146.805 1032.81 917.54 115.27 + 146.855 985.48 914.50 70.98 + 146.904 997.20 912.14 85.06 + 146.954 970.07 910.26 59.81 + 147.004 1017.06 908.72 108.34 + 147.054 973.90 907.42 66.48 + 147.104 1018.12 906.30 111.82 + 147.154 975.03 905.31 69.72 + 147.204 941.08 904.43 36.65 + 147.254 995.27 903.62 91.65 + 147.304 972.13 902.89 69.24 + 147.354 926.88 902.22 24.66 + 147.404 942.40 901.60 40.80 + 147.454 932.55 901.02 31.53 + 147.504 884.75 900.49 -15.74 + 147.546 997.21 900.07 97.14 + 147.596 1007.54 899.59 107.95 + 147.646 999.21 899.15 100.06 + 147.696 981.48 898.73 82.75 + 147.746 960.70 898.34 62.36 + 147.796 979.20 897.97 81.23 + 147.846 981.47 897.62 83.85 + 147.896 982.72 897.29 85.43 + 147.946 974.18 896.98 77.20 + 147.996 941.18 896.69 44.49 + 148.046 990.52 896.41 94.11 + 148.096 993.27 896.14 97.13 + 148.146 969.51 895.88 73.63 + 148.196 980.15 895.64 84.51 + 148.246 974.59 895.41 79.18 + 148.296 985.67 895.19 90.48 + 148.346 1020.13 894.98 125.15 + 148.396 954.70 894.77 59.93 + 148.446 1032.83 894.58 138.25 + 148.496 957.73 894.39 63.34 + 148.546 1007.57 894.22 113.35 + 148.596 1006.29 894.05 112.24 + 148.646 975.71 893.88 81.83 + 148.696 1039.45 893.73 145.72 + 148.746 953.83 893.58 60.25 + 148.794 1020.75 893.44 127.31 + 148.844 970.89 893.31 77.58 + 148.894 1013.62 893.18 120.44 + 148.944 951.11 893.05 58.06 + 148.994 989.51 892.93 96.58 + 149.044 1044.78 892.82 151.96 + 149.094 1011.94 892.72 119.22 + 149.144 995.07 892.61 102.46 + 149.194 938.27 892.52 45.75 + 149.244 936.47 892.43 44.04 + 149.294 970.41 892.35 78.06 + 149.344 965.64 892.27 73.37 + 149.394 955.42 892.20 63.22 + 149.444 913.55 892.13 21.42 + 149.494 872.31 892.07 -19.76 + 149.544 933.14 892.02 41.12 + 149.594 884.56 891.97 -7.41 + 149.644 945.01 891.93 53.08 + 149.694 910.73 891.89 18.84 + 149.744 948.52 891.86 56.66 + 149.794 937.33 891.84 45.49 + 149.844 927.48 891.82 35.66 + 149.894 923.49 891.81 31.68 + 149.944 924.21 891.81 32.40 + 149.994 935.03 891.82 43.21 + 150.030 866.62 891.83 -25.21 + 150.081 889.86 891.84 -1.98 + 150.131 877.91 891.87 -13.96 + 150.181 917.89 891.91 25.98 + 150.231 910.71 891.95 18.76 + 150.281 879.55 892.00 -12.45 + 150.331 824.36 892.06 -67.70 + 150.381 826.00 892.14 -66.14 + 150.431 931.96 892.22 39.74 + 150.481 875.17 892.31 -17.14 + 150.531 890.03 892.41 -2.38 + 150.581 872.34 892.53 -20.19 + 150.631 868.33 892.65 -24.32 + 150.681 885.74 892.79 -7.05 + 150.731 902.51 892.94 9.57 + 150.781 902.12 893.11 9.01 + 150.830 894.70 893.29 1.41 + 150.880 823.41 893.48 -70.07 + 150.930 866.33 893.70 -27.37 + 150.980 837.49 893.92 -56.43 + 151.030 879.53 894.17 -14.64 + 151.080 868.38 894.43 -26.05 + 151.130 845.28 894.72 -49.44 + 151.180 876.99 895.02 -18.03 + 151.230 849.14 895.35 -46.21 + 151.285 875.04 895.73 -20.69 + 151.335 887.48 896.10 -8.62 + 151.385 882.87 896.51 -13.64 + 151.435 846.07 896.93 -50.86 + 151.485 873.98 897.39 -23.41 + 151.535 875.79 897.88 -22.09 + 151.585 906.82 898.40 8.42 + 151.635 842.86 898.95 -56.09 + 151.685 844.05 899.55 -55.50 + 151.735 874.29 900.17 -25.89 + 151.785 883.92 900.85 -16.93 + 151.835 899.11 901.56 -2.45 + 151.885 859.02 902.33 -43.31 + 151.935 884.14 903.14 -19.00 + 151.985 879.13 904.01 -24.88 + 152.035 848.79 904.93 -56.14 + 152.085 883.27 905.92 -22.65 + 152.135 876.83 906.97 -30.14 + 152.185 909.83 908.10 1.73 + 152.235 868.19 909.31 -41.12 + 152.285 895.86 910.60 -14.74 + 152.334 874.38 911.99 -37.61 + 152.385 891.24 913.49 -22.25 + 152.435 859.45 915.12 -55.67 + 152.484 882.63 916.88 -34.25 + 152.542 929.62 919.12 10.50 + 152.592 867.36 921.27 -53.91 + 152.642 927.09 923.66 3.43 + 152.693 930.49 926.33 4.16 + 152.742 941.01 929.35 11.66 + 152.792 969.11 932.79 36.32 + 152.842 906.28 936.78 -30.50 + 152.893 897.26 941.44 -44.18 + 152.943 920.82 946.94 -26.12 + 152.992 918.64 953.47 -34.83 + 153.042 894.43 961.34 -66.91 + 153.093 878.50 970.86 -92.36 + 153.142 920.57 982.36 -61.79 + 153.192 903.93 996.39 -92.46 + 153.242 932.33 1013.44 -81.11 + 153.292 909.28 1034.14 -124.86 + 153.342 989.14 1059.22 -70.08 + 153.392 929.18 1089.50 -160.32 + 153.442 927.63 1125.95 -198.32 + 153.492 1043.55 1169.39 -125.84 + 153.542 1043.77 1220.82 -177.05 + 153.592 1028.83 1281.11 -252.28 + 153.642 1095.20 1351.85 -256.65 + 153.692 1212.24 1433.63 -221.39 + 153.742 1330.57 1526.98 -196.41 + 153.790 1524.50 1628.34 -103.84 + 153.840 1744.39 1747.12 -2.73 + 153.890 1963.43 1879.10 84.33 + 153.940 2426.97 2024.20 402.77 + 153.990 2891.28 2181.40 709.88 + 154.040 3270.53 2350.16 920.37 + 154.090 3590.64 2529.29 1061.35 + 154.140 4248.34 2716.58 1531.76 + 154.190 4713.04 2909.54 1803.50 + 154.240 5098.39 3104.58 1993.81 + 154.290 5593.74 3299.68 2294.06 + 154.340 5817.80 3490.57 2327.23 + 154.390 6191.93 3672.10 2519.83 + 154.440 6598.96 3841.01 2757.95 + 154.490 6976.38 3991.97 2984.41 + 154.540 7353.49 4120.54 3232.95 + 154.590 7641.19 4222.53 3418.66 + 154.640 7776.45 4294.27 3482.19 + 154.690 7892.90 4332.94 3559.96 + 154.740 7917.59 4336.88 3580.71 + 154.790 7874.63 4306.01 3568.62 + 154.839 7726.31 4241.54 3484.77 + 154.890 7715.86 4145.80 3570.06 + 154.940 7527.01 4022.41 3504.60 + 154.990 7160.09 3876.06 3284.03 + 155.042 6822.30 3701.58 3120.72 + 155.092 6701.23 3520.83 3180.40 + 155.142 6248.44 3330.76 2917.68 + 155.192 5780.20 3135.38 2644.82 + 155.242 5380.80 2939.21 2441.59 + 155.292 4889.18 2745.31 2143.87 + 155.342 4403.32 2556.23 1847.09 + 155.392 4143.75 2375.02 1768.73 + 155.442 3565.15 2203.60 1361.55 + 155.492 3304.11 2044.02 1260.09 + 155.542 3130.39 1896.35 1234.04 + 155.592 2899.81 1761.41 1138.40 + 155.642 2707.41 1640.23 1067.18 + 155.692 2511.48 1531.70 979.78 + 155.742 2332.83 1435.98 896.85 + 155.792 2234.37 1352.23 882.14 + 155.842 2066.28 1279.63 786.65 + 155.892 1884.79 1217.21 667.58 + 155.942 1831.06 1163.91 667.15 + 155.992 1702.58 1118.88 583.70 + 156.042 1536.86 1081.05 455.81 + 156.092 1392.33 1049.54 342.79 + 156.142 1403.82 1023.16 380.66 + 156.192 1340.29 1001.32 338.97 + 156.242 1260.93 983.32 277.61 + 156.291 1177.96 968.70 209.26 + 156.341 1196.91 956.28 240.63 + 156.391 1100.68 945.97 154.71 + 156.441 1090.03 937.36 152.67 + 156.491 1043.67 930.14 113.53 + 156.541 1071.26 924.01 147.25 + 156.591 1022.03 918.74 103.29 + 156.641 1028.42 914.17 114.25 + 156.691 978.65 910.16 68.49 + 156.741 975.45 906.61 68.84 + 156.791 938.21 903.41 34.80 + 156.841 909.07 900.50 8.57 + 156.891 901.99 897.85 4.14 + 156.941 918.38 895.39 22.99 + 156.991 923.55 893.11 30.44 + 157.041 980.39 890.97 89.42 + 157.091 929.91 888.96 40.95 + 157.141 909.48 887.07 22.41 + 157.191 897.31 885.27 12.04 + 157.241 913.51 883.57 29.94 + 157.291 927.18 881.95 45.23 + 157.340 914.94 880.41 34.53 + 157.390 875.70 878.94 -3.24 + 157.441 871.56 877.53 -5.97 + 157.490 868.81 876.19 -7.38 + 157.529 880.75 875.19 5.56 + 157.579 870.53 873.94 -3.41 + 157.629 842.80 872.74 -29.94 + 157.679 894.07 871.58 22.49 + 157.729 906.30 870.48 35.82 + 157.779 892.17 869.42 22.75 + 157.829 918.69 868.39 50.30 + 157.879 867.16 867.41 -0.25 + 157.929 910.07 866.46 43.61 + 157.979 832.95 865.54 -32.59 + 158.029 872.59 864.65 7.94 + 158.079 881.02 863.80 17.22 + 158.129 910.25 862.97 47.28 + 158.179 834.55 862.17 -27.62 + 158.229 887.76 861.40 26.36 + 158.279 869.35 860.65 8.70 + 158.329 852.43 859.93 -7.50 + 158.379 897.17 859.22 37.95 + 158.429 904.44 858.54 45.90 + 158.479 899.39 857.88 41.51 + 158.529 974.94 857.24 117.70 + 158.579 886.55 856.62 29.93 + 158.629 888.35 856.01 32.34 + 158.679 894.56 855.42 39.14 + 158.729 887.59 854.85 32.74 + 158.783 933.20 854.26 78.94 + 158.833 920.73 853.72 67.01 + 158.883 858.56 853.19 5.37 + 158.933 873.86 852.68 21.18 + 158.983 898.25 852.19 46.06 + 159.033 865.06 851.71 13.35 + 159.083 905.02 851.24 53.78 + 159.133 924.46 850.79 73.67 + 159.183 881.28 850.34 30.94 + 159.233 858.94 849.92 9.02 + 159.283 933.10 849.50 83.60 + 159.333 979.00 849.09 129.91 + 159.383 936.92 848.70 88.22 + 159.433 882.29 848.31 33.98 + 159.483 924.36 847.94 76.42 + 159.533 935.60 847.58 88.02 + 159.583 930.18 847.23 82.95 + 159.633 901.98 846.89 55.09 + 159.683 941.62 846.55 95.07 + 159.733 963.43 846.23 117.20 + 159.783 864.83 845.92 18.91 + 159.832 941.26 845.62 95.64 + 159.883 912.89 845.33 67.56 + 159.933 964.01 845.05 118.96 + 159.982 944.89 844.78 100.11 + 160.041 963.06 844.47 118.59 + 160.091 913.88 844.22 69.66 + 160.141 960.61 843.98 116.63 + 160.192 973.14 843.75 129.39 + 160.241 943.27 843.53 99.74 + 160.291 880.56 843.31 37.25 + 160.341 928.16 843.11 85.05 + 160.392 907.78 842.92 64.86 + 160.442 901.10 842.73 58.37 + 160.491 919.39 842.56 76.83 + 160.541 937.45 842.40 95.05 + 160.592 946.58 842.24 104.34 + 160.641 959.96 842.10 117.86 + 160.691 902.51 841.96 60.55 + 160.741 895.89 841.84 54.05 + 160.791 999.19 841.72 157.47 + 160.841 911.04 841.62 69.42 + 160.891 961.51 841.53 119.98 + 160.941 936.45 841.44 95.01 + 160.991 945.28 841.37 103.91 + 161.041 933.90 841.31 92.59 + 161.091 939.15 841.26 97.89 + 161.141 983.45 841.22 142.23 + 161.191 902.91 841.19 61.72 + 161.241 945.82 841.18 104.64 + 161.297 924.10 841.18 82.92 + 161.347 960.85 841.19 119.66 + 161.397 908.65 841.21 67.44 + 161.447 938.06 841.25 96.81 + 161.497 886.22 841.30 44.92 + 161.547 934.11 841.37 92.74 + 161.597 923.08 841.45 81.63 + 161.647 947.87 841.54 106.33 + 161.697 1005.47 841.65 163.82 + 161.747 920.53 841.78 78.75 + 161.797 957.30 841.92 115.38 + 161.847 1002.40 842.09 160.31 + 161.897 937.29 842.26 95.03 + 161.947 924.22 842.46 81.76 + 161.997 925.53 842.68 82.85 + 162.047 953.83 842.92 110.91 + 162.097 878.26 843.18 35.08 + 162.147 905.23 843.46 61.77 + 162.197 925.70 843.77 81.93 + 162.247 878.28 844.11 34.17 + 162.297 858.43 844.47 13.96 + 162.347 913.07 844.86 68.21 + 162.397 889.83 845.28 44.55 + 162.447 926.53 845.73 80.80 + 162.497 902.39 846.22 56.17 + 162.557 966.16 846.85 119.31 + 162.607 905.06 847.43 57.63 + 162.657 944.70 848.04 96.66 + 162.707 935.82 848.70 87.12 + 162.757 957.39 849.41 107.98 + 162.807 909.22 850.18 59.04 + 162.857 988.54 851.00 137.54 + 162.907 923.08 851.88 71.20 + 162.957 907.31 852.82 54.49 + 163.007 893.08 853.84 39.24 + 163.057 911.54 854.93 56.61 + 163.107 983.70 856.11 127.59 + 163.157 1060.96 857.37 203.59 + 163.207 928.88 858.72 70.16 + 163.257 960.16 860.18 99.98 + 163.307 968.35 861.75 106.60 + 163.357 961.79 863.44 98.35 + 163.407 954.64 865.26 89.38 + 163.457 916.09 867.22 48.87 + 163.507 981.89 869.33 112.56 + 163.557 916.63 871.60 45.03 + 163.606 919.80 874.03 45.77 + 163.656 972.91 876.67 96.24 + 163.706 1058.06 879.51 178.55 + 163.756 1061.08 750.55 310.53 +END +WAVES Phase1, tik1 +BEGIN + 22.070 -1396 + 31.613 -1396 + 39.091 -1396 + 45.532 -1396 + 51.337 -1396 + 56.711 -1396 + 66.615 -1396 + 71.287 -1396 + 71.287 -1396 + 75.836 -1396 + 80.298 -1396 + 84.704 -1396 + 89.082 -1396 + 93.457 -1396 + 102.303 -1396 + 106.831 -1396 + 106.831 -1396 + 111.473 -1396 + 111.473 -1396 + 116.273 -1396 + 121.284 -1396 + 126.584 -1396 + 132.285 -1396 + 145.776 -1396 + 154.721 -1396 + 154.721 -1396 + 169.255 -1396 + 169.255 -1396 +END +WAVES Excrg1, excl1 +BEGIN + 4.16 -1396 + 10.00 -1396 +END +WAVES Excrg2, excl2 +BEGIN + 164.00 -1396 + 163.76 -1396 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TwoTheta +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 4.16, 163.76 +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -27861} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: ECH0030684_LaB6_1p622A_baseline\rDate of fit: \Z09 18/06/2026/ 23:03:41.4\Z12\rnuclear\rChi2 = 296.63" +X Label left "\Z14Intensity" +X Label bottom "\Z142-Theta (in degrees)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: LaB6 Ge(331) +X | Date of run: 18/06/2026 / 23:03:41.4 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.sum b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.sum new file mode 100644 index 000000000..7be95e062 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_baseline.sum @@ -0,0 +1,142 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 8.40 - Feb2026-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 18/06/2026 Time: 23:03:41.359 + + => PCR file code: ECH0030684_LaB6_1p622A_baseline + => DAT file code: ECH0030684_LaB6_1p62 -> Relative contribution: 1.0000 + => Title: LaB6 Ge(331) + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of neutron powder data + => The 7th default profile function was selected + + => X-Y type of data: 2theta/TOF/E(Kev) Intens sigma for pattern: 1 + => Analysis of refinement at the end + => Wavelengths: 1.62390 1.62390 + => Cos(Monochromator angle)= 0.0000 + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 12.00 + ==> Angular range, step and number of points: + 2Thmin: 4.164220 2Thmax: 163.756378 Step: 0.049998 No. of points: 3194 + =>-------> Pattern# 1 + => Crystal Structure Refinement for phase: 1 + => The density (volumic mass) of phase 1 is: 4.711 g/cm3 + => Scor: 3.8624 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 nuclear P m -3 m +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 28 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + La 0.00000( 0) 0.00000( 0) 0.00000( 0) 0.258( 0) 0.021( 0) 1 + B 0.19972( 0) 0.50000( 0) 0.50000( 0) 0.119( 0) 0.125( 0) 6 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 4.15689 0.00000 + 4.15689 0.00000 + 4.15689 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + => overall scale factor : 42.98374 0.000000 + => Eta(p-v) or m(p-vii) : 0.00000 0.00000 + => Overall tem. factor : 0.00000 0.00000 + => Halfwidth parameters : 0.14343 0.00000 + -0.52314 0.00000 + 0.59041 0.00000 + => Preferred orientation: 0.00000 0.00000 + 0.00000 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => X and y parameters : 0.00000 0.00000 + 0.05452 0.00000 + => Strain parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => Size parameters (G,L): 0.00000 0.00000 + 0.00000 0.00000 + + => Add. shape parameters: + 0.00000 0.00000 + 0.00000 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: -0.4578 0.0000 + => Background Polynomial Parameters ==> + 777.35 0.0000 + 52.434 0.0000 + 365.76 0.0000 + 14.659 0.0000 + -415.68 0.0000 + 0.0000 0.0000 + + => Cos(2theta)-shift parameter : 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle:200 + => N-P+C: 3076 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 32.6 Rwp: 47.5 Rexp: 2.76 Chi2: 297. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 64.8 Rwp: 80.8 Rexp: 4.69 Chi2: 297. + => Deviance: 0.152E+07 Dev* : 493.3 + => DW-Stat.: 0.0646 DW-exp: 1.8880 + => N-sigma of the GoF: 11593.935 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 3011 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 32.9 Rwp: 47.7 Rexp: 2.74 Chi2: 303. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 64.8 Rwp: 80.8 Rexp: 4.64 Chi2: 303. + => Deviance: 0.152E+07 Dev* : 503.9 + => DW-Stat.: 0.0646 DW-exp: 1.8867 + => N-sigma of the GoF: 11718.336 + + => Global user-weigthed Chi2 (Bragg contrib.): 303. + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 nuclear + => Bragg R-factor: 33.0 Vol: 71.830( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 19.2 ATZ: 203.711 Brindley: 1.0000 + + + CPU Time: 0.238 seconds + 0.004 minutes + + => Run finished at: Date: 18/06/2026 Time: 23:03:41.594 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.bac b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.bac new file mode 100644 index 000000000..bdafc2c9b --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.bac @@ -0,0 +1,3195 @@ +! Background of: ECH0030684_LaB6_1p622A_fcj + 4.6220 708.1663 + 4.6720 708.6753 + 4.7221 709.1827 + 4.7719 709.6869 + 4.8219 710.1910 + 4.8720 710.6945 + 4.9219 711.1943 + 4.9719 711.6942 + 5.0219 712.1918 + 5.0718 712.6879 + 5.1217 713.1823 + 5.1717 713.6755 + 5.2217 714.1682 + 5.2717 714.6584 + 5.3216 715.1473 + 5.3714 715.6329 + 5.4215 716.1200 + 5.4715 716.6056 + 5.5215 717.0881 + 5.5743 717.5974 + 5.6244 718.0789 + 5.6745 718.5585 + 5.7246 719.0371 + 5.7745 719.5127 + 5.8245 719.9871 + 5.8745 720.4608 + 5.9246 720.9330 + 5.9746 721.4037 + 6.0245 721.8713 + 6.0745 722.3389 + 6.1246 722.8058 + 6.1745 723.2692 + 6.2245 723.7324 + 6.2744 724.1940 + 6.3244 724.6536 + 6.3743 725.1118 + 6.4242 725.5690 + 6.4743 726.0254 + 6.5242 726.4799 + 6.5742 726.9326 + 6.6240 727.3823 + 6.6740 727.8336 + 6.7241 728.2832 + 6.7740 728.7299 + 6.8194 729.1351 + 6.8695 729.5811 + 6.9196 730.0253 + 6.9697 730.4684 + 7.0196 730.9088 + 7.0696 731.3480 + 7.1196 731.7866 + 7.1697 732.2235 + 7.2197 732.6592 + 7.2696 733.0918 + 7.3196 733.5245 + 7.3697 733.9564 + 7.4195 734.3850 + 7.4696 734.8137 + 7.5195 735.2404 + 7.5694 735.6654 + 7.6194 736.0891 + 7.6693 736.5117 + 7.7194 736.9336 + 7.7693 737.3535 + 7.8193 737.7719 + 7.8690 738.1876 + 7.9191 738.6044 + 7.9692 739.0198 + 8.0191 739.4325 + 8.0754 739.8969 + 8.1255 740.3083 + 8.1756 740.7181 + 8.2257 741.1270 + 8.2757 741.5333 + 8.3256 741.9382 + 8.3757 742.3428 + 8.4257 742.7457 + 8.4758 743.1474 + 8.5256 743.5463 + 8.5756 743.9449 + 8.6257 744.3430 + 8.6756 744.7380 + 8.7256 745.1329 + 8.7756 745.5260 + 8.8255 745.9177 + 8.8754 746.3079 + 8.9254 746.6970 + 8.9754 747.0855 + 9.0254 747.4720 + 9.0753 747.8573 + 9.1251 748.2399 + 9.1752 748.6235 + 9.2252 749.0057 + 9.2751 749.3854 + 9.3280 749.7861 + 9.3781 750.1646 + 9.4281 750.5416 + 9.4782 750.9177 + 9.5282 751.2913 + 9.5782 751.6636 + 9.6282 752.0355 + 9.6783 752.4058 + 9.7283 752.7751 + 9.7782 753.1416 + 9.8282 753.5081 + 9.8783 753.8738 + 9.9281 754.2367 + 9.9781 754.5992 + 10.0281 754.9603 + 10.0780 755.3197 + 10.1280 755.6780 + 10.1779 756.0351 + 10.2280 756.3917 + 10.2779 756.7465 + 10.3279 757.0999 + 10.3776 757.4507 + 10.4277 757.8027 + 10.4778 758.1533 + 10.5277 758.5013 + 10.5828 758.8843 + 10.6329 759.2312 + 10.6829 759.5768 + 10.7330 759.9213 + 10.7830 760.2636 + 10.8330 760.6047 + 10.8830 760.9453 + 10.9331 761.2844 + 10.9831 761.6224 + 11.0329 761.9578 + 11.0830 762.2932 + 11.1330 762.6278 + 11.1829 762.9599 + 11.2330 763.2916 + 11.2829 763.6218 + 11.3328 763.9506 + 11.3827 764.2781 + 11.4327 764.6046 + 11.4827 764.9306 + 11.5327 765.2548 + 11.5827 765.5778 + 11.6324 765.8984 + 11.6825 766.2198 + 11.7326 766.5399 + 11.7825 766.8578 + 11.8322 767.1735 + 11.8823 767.4904 + 11.9324 767.8058 + 11.9825 768.1204 + 12.0324 768.4327 + 12.0824 768.7440 + 12.1325 769.0547 + 12.1825 769.3641 + 12.2325 769.6724 + 12.2824 769.9784 + 12.3324 770.2841 + 12.3825 770.5891 + 12.4324 770.8917 + 12.4824 771.1941 + 12.5323 771.4949 + 12.5823 771.7944 + 12.6322 772.0927 + 12.6821 772.3901 + 12.7322 772.6868 + 12.7822 772.9819 + 12.8321 773.2759 + 12.8819 773.5676 + 12.9319 773.8601 + 12.9820 774.1512 + 13.0319 774.4403 + 13.0712 774.6674 + 13.1214 774.9557 + 13.1714 775.2427 + 13.2215 775.5288 + 13.2715 775.8127 + 13.3214 776.0958 + 13.3715 776.3781 + 13.4215 776.6594 + 13.4716 776.9394 + 13.5214 777.2174 + 13.5715 777.4951 + 13.6215 777.7722 + 13.6714 778.0469 + 13.7214 778.3213 + 13.7714 778.5943 + 13.8213 778.8661 + 13.8712 779.1367 + 13.9212 779.4064 + 13.9712 779.6754 + 14.0212 779.9431 + 14.0711 780.2094 + 14.1209 780.4738 + 14.1710 780.7386 + 14.2211 781.0025 + 14.2710 781.2644 + 14.3257 781.5504 + 14.3758 781.8110 + 14.4259 782.0704 + 14.4760 782.3290 + 14.5259 782.5856 + 14.5759 782.8412 + 14.6259 783.0963 + 14.6760 783.3502 + 14.7260 783.6031 + 14.7759 783.8539 + 14.8259 784.1045 + 14.8760 784.3544 + 14.9259 784.6023 + 14.9759 784.8497 + 15.0258 785.0958 + 15.0758 785.3408 + 15.1257 785.5846 + 15.1756 785.8276 + 15.2257 786.0700 + 15.2756 786.3110 + 15.3256 786.5508 + 15.3753 786.7887 + 15.4254 787.0272 + 15.4755 787.2645 + 15.5254 787.4999 + 15.5817 787.7646 + 15.6318 787.9989 + 15.6819 788.2319 + 15.7320 788.4642 + 15.7820 788.6948 + 15.8319 788.9243 + 15.8820 789.1532 + 15.9320 789.3811 + 15.9821 789.6080 + 16.0319 789.8330 + 16.0819 790.0577 + 16.1320 790.2817 + 16.1819 790.5039 + 16.2319 790.7256 + 16.2819 790.9461 + 16.3318 791.1655 + 16.3817 791.3838 + 16.4317 791.6013 + 16.4817 791.8181 + 16.5317 792.0337 + 16.5816 792.2482 + 16.6314 792.4609 + 16.6815 792.6740 + 16.7315 792.8862 + 16.7814 793.0966 + 16.8158 793.2410 + 16.8659 793.4505 + 16.9160 793.6590 + 16.9661 793.8666 + 17.0161 794.0726 + 17.0660 794.2778 + 17.1161 794.4823 + 17.1661 794.6859 + 17.2162 794.8884 + 17.2660 795.0894 + 17.3160 795.2897 + 17.3661 795.4896 + 17.4160 795.6877 + 17.4660 795.8854 + 17.5160 796.0820 + 17.5659 796.2773 + 17.6158 796.4718 + 17.6658 796.6655 + 17.7158 796.8585 + 17.7658 797.0503 + 17.8157 797.2411 + 17.8655 797.4303 + 17.9156 797.6198 + 17.9656 797.8082 + 18.0155 797.9952 + 18.0527 798.1339 + 18.1028 798.3198 + 18.1529 798.5049 + 18.2030 798.6890 + 18.2530 798.8718 + 18.3029 799.0536 + 18.3530 799.2349 + 18.4030 799.4152 + 18.4531 799.5946 + 18.5029 799.7724 + 18.5529 799.9499 + 18.6030 800.1267 + 18.6529 800.3018 + 18.7029 800.4766 + 18.7529 800.6502 + 18.8028 800.8229 + 18.8527 800.9946 + 18.9027 801.1655 + 18.9527 801.3359 + 19.0027 801.5050 + 19.0526 801.6733 + 19.1024 801.8400 + 19.1525 802.0070 + 19.2025 802.1730 + 19.2524 802.3375 + 19.2976 802.4856 + 19.3477 802.6492 + 19.3977 802.8117 + 19.4478 802.9735 + 19.4978 803.1339 + 19.5478 803.2935 + 19.5978 803.4526 + 19.6479 803.6107 + 19.6979 803.7679 + 19.7478 803.9237 + 19.7978 804.0791 + 19.8479 804.2339 + 19.8977 804.3871 + 19.9478 804.5400 + 19.9977 804.6918 + 20.0476 804.8427 + 20.0976 804.9927 + 20.1475 805.1420 + 20.1976 805.2907 + 20.2475 805.4382 + 20.2975 805.5849 + 20.3472 805.7303 + 20.3973 805.8757 + 20.4474 806.0201 + 20.4973 806.1634 + 20.5635 806.3522 + 20.6136 806.4940 + 20.6636 806.6349 + 20.7137 806.7751 + 20.7637 806.9141 + 20.8137 807.0522 + 20.8637 807.1898 + 20.9138 807.3265 + 20.9638 807.4624 + 21.0137 807.5970 + 21.0637 807.7313 + 21.1138 807.8648 + 21.1636 807.9971 + 21.2136 808.1288 + 21.2636 808.2596 + 21.3135 808.3896 + 21.3635 808.5187 + 21.4134 808.6471 + 21.4634 808.7748 + 21.5134 808.9016 + 21.5634 809.0275 + 21.6131 809.1523 + 21.6632 809.2771 + 21.7133 809.4009 + 21.7632 809.5236 + 21.8238 809.6715 + 21.8739 809.7930 + 21.9239 809.9136 + 21.9740 810.0334 + 22.0240 810.1522 + 22.0740 810.2702 + 22.1240 810.3876 + 22.1741 810.5043 + 22.2241 810.6202 + 22.2739 810.7347 + 22.3240 810.8489 + 22.3740 810.9626 + 22.4239 811.0750 + 22.4739 811.1870 + 22.5239 811.2980 + 22.5738 811.4082 + 22.6237 811.5176 + 22.6737 811.6265 + 22.7237 811.7346 + 22.7737 811.8419 + 22.8236 811.9484 + 22.8734 812.0537 + 22.9235 812.1590 + 22.9736 812.2635 + 23.0235 812.3669 + 23.0697 812.4622 + 23.1199 812.5646 + 23.1699 812.6661 + 23.2200 812.7671 + 23.2700 812.8671 + 23.3199 812.9661 + 23.3700 813.0648 + 23.4200 813.1627 + 23.4701 813.2597 + 23.5199 813.3558 + 23.5700 813.4514 + 23.6200 813.5464 + 23.6699 813.6403 + 23.7199 813.7338 + 23.7699 813.8264 + 23.8198 813.9183 + 23.8697 814.0094 + 23.9197 814.0999 + 23.9697 814.1898 + 24.0197 814.2789 + 24.0696 814.3672 + 24.1194 814.4545 + 24.1695 814.5417 + 24.2196 814.6282 + 24.2695 814.7136 + 24.3191 814.7980 + 24.3692 814.8824 + 24.4193 814.9661 + 24.4694 815.0491 + 24.5194 815.1311 + 24.5693 815.2125 + 24.6194 815.2933 + 24.6694 815.3735 + 24.7195 815.4529 + 24.7693 815.5315 + 24.8194 815.6095 + 24.8694 815.6869 + 24.9193 815.7634 + 24.9693 815.8395 + 25.0193 815.9147 + 25.0692 815.9893 + 25.1191 816.0631 + 25.1691 816.1363 + 25.2191 816.2090 + 25.2691 816.2809 + 25.3190 816.3521 + 25.3688 816.4224 + 25.4189 816.4926 + 25.4689 816.5619 + 25.5188 816.6304 + 25.5732 816.7044 + 25.6233 816.7718 + 25.6734 816.8385 + 25.7235 816.9046 + 25.7735 816.9699 + 25.8234 817.0346 + 25.8735 817.0987 + 25.9235 817.1620 + 25.9736 817.2249 + 26.0234 817.2869 + 26.0734 817.3484 + 26.1235 817.4092 + 26.1734 817.4692 + 26.2234 817.5289 + 26.2734 817.5877 + 26.3233 817.6459 + 26.3732 817.7036 + 26.4232 817.7605 + 26.4732 817.8170 + 26.5232 817.8727 + 26.5731 817.9279 + 26.6229 817.9821 + 26.6730 818.0361 + 26.7230 818.0895 + 26.7729 818.1420 + 26.8354 818.2070 + 26.8855 818.2585 + 26.9356 818.3092 + 26.9857 818.3594 + 27.0356 818.4088 + 27.0856 818.4576 + 27.1356 818.5060 + 27.1857 818.5536 + 27.2357 818.6008 + 27.2856 818.6472 + 27.3356 818.6929 + 27.3857 818.7383 + 27.4355 818.7830 + 27.4856 818.8270 + 27.5355 818.8704 + 27.5855 818.9133 + 27.6354 818.9555 + 27.6853 818.9973 + 27.7354 819.0384 + 27.7853 819.0790 + 27.8353 819.1189 + 27.8850 819.1581 + 27.9351 819.1970 + 27.9852 819.2354 + 28.0351 819.2729 + 28.0912 819.3146 + 28.1413 819.3511 + 28.1913 819.3870 + 28.2415 819.4224 + 28.2914 819.4570 + 28.3414 819.4913 + 28.3914 819.5249 + 28.4415 819.5580 + 28.4915 819.5906 + 28.5414 819.6224 + 28.5914 819.6538 + 28.6415 819.6846 + 28.6913 819.7148 + 28.7414 819.7446 + 28.7913 819.7738 + 28.8412 819.8024 + 28.8912 819.8304 + 28.9411 819.8579 + 28.9911 819.8849 + 29.0411 819.9113 + 29.0911 819.9372 + 29.1408 819.9624 + 29.1909 819.9873 + 29.2410 820.0116 + 29.2909 820.0353 + 29.3235 820.0505 + 29.3736 820.0735 + 29.4237 820.0959 + 29.4738 820.1177 + 29.5237 820.1390 + 29.5737 820.1597 + 29.6238 820.1800 + 29.6738 820.1997 + 29.7239 820.2190 + 29.7737 820.2375 + 29.8237 820.2557 + 29.8738 820.2734 + 29.9237 820.2905 + 29.9737 820.3071 + 30.0237 820.3232 + 30.0736 820.3387 + 30.1235 820.3538 + 30.1735 820.3683 + 30.2235 820.3824 + 30.2735 820.3961 + 30.3234 820.4091 + 30.3732 820.4216 + 30.4233 820.4336 + 30.4733 820.4453 + 30.5232 820.4563 + 30.5563 820.4634 + 30.6064 820.4736 + 30.6565 820.4834 + 30.7066 820.4927 + 30.7565 820.5015 + 30.8065 820.5097 + 30.8566 820.5176 + 30.9066 820.5248 + 30.9566 820.5317 + 31.0065 820.5380 + 31.0565 820.5438 + 31.1066 820.5493 + 31.1565 820.5542 + 31.2065 820.5587 + 31.2565 820.5626 + 31.3064 820.5662 + 31.3563 820.5691 + 31.4062 820.5717 + 31.4563 820.5737 + 31.5063 820.5754 + 31.5562 820.5765 + 31.6060 820.5772 + 31.6561 820.5774 + 31.7061 820.5772 + 31.7560 820.5766 + 31.8092 820.5753 + 31.8593 820.5737 + 31.9094 820.5717 + 31.9595 820.5691 + 32.0094 820.5661 + 32.0594 820.5627 + 32.1095 820.5587 + 32.1595 820.5544 + 32.2095 820.5497 + 32.2594 820.5444 + 32.3094 820.5388 + 32.3595 820.5326 + 32.4094 820.5261 + 32.4594 820.5192 + 32.5093 820.5118 + 32.5593 820.5040 + 32.6092 820.4957 + 32.6591 820.4869 + 32.7092 820.4778 + 32.7591 820.4683 + 32.8091 820.4582 + 32.8589 820.4478 + 32.9089 820.4371 + 32.9590 820.4257 + 33.0089 820.4140 + 33.0541 820.4031 + 33.1042 820.3905 + 33.1543 820.3776 + 33.2044 820.3643 + 33.2543 820.3506 + 33.3043 820.3364 + 33.3543 820.3219 + 33.4044 820.3069 + 33.4544 820.2914 + 33.5043 820.2757 + 33.5543 820.2595 + 33.6044 820.2429 + 33.6543 820.2259 + 33.7043 820.2085 + 33.7542 820.1907 + 33.8042 820.1726 + 33.8541 820.1541 + 33.9040 820.1350 + 33.9541 820.1155 + 34.0040 820.0958 + 34.0540 820.0757 + 34.1038 820.0553 + 34.1538 820.0343 + 34.2039 820.0129 + 34.2538 819.9912 + 34.2952 819.9730 + 34.3453 819.9505 + 34.3954 819.9277 + 34.4455 819.9044 + 34.4954 819.8809 + 34.5454 819.8570 + 34.5954 819.8326 + 34.6455 819.8079 + 34.6955 819.7828 + 34.7454 819.7574 + 34.7954 819.7316 + 34.8455 819.7054 + 34.8953 819.6790 + 34.9454 819.6520 + 34.9953 819.6248 + 35.0453 819.5972 + 35.0952 819.5693 + 35.1451 819.5410 + 35.1952 819.5122 + 35.2451 819.4832 + 35.2951 819.4537 + 35.3448 819.4242 + 35.3949 819.3939 + 35.4450 819.3634 + 35.4949 819.3326 + 35.5637 819.2896 + 35.6138 819.2579 + 35.6639 819.2258 + 35.7140 819.1934 + 35.7640 819.1607 + 35.8139 819.1277 + 35.8640 819.0943 + 35.9140 819.0605 + 35.9641 819.0265 + 36.0139 818.9922 + 36.0639 818.9575 + 36.1140 818.9224 + 36.1639 818.8870 + 36.2139 818.8513 + 36.2639 818.8154 + 36.3138 818.7790 + 36.3637 818.7424 + 36.4137 818.7053 + 36.4637 818.6680 + 36.5137 818.6302 + 36.5636 818.5923 + 36.6134 818.5543 + 36.6635 818.5156 + 36.7135 818.4765 + 36.7634 818.4373 + 36.8374 818.3787 + 36.8875 818.3386 + 36.9376 818.2981 + 36.9877 818.2574 + 37.0376 818.2164 + 37.0876 818.1752 + 37.1377 818.1336 + 37.1877 818.0916 + 37.2378 818.0494 + 37.2876 818.0071 + 37.3376 817.9642 + 37.3877 817.9211 + 37.4376 817.8778 + 37.4876 817.8342 + 37.5376 817.7901 + 37.5875 817.7460 + 37.6374 817.7014 + 37.6874 817.6566 + 37.7374 817.6115 + 37.7874 817.5660 + 37.8373 817.5204 + 37.8871 817.4746 + 37.9372 817.4283 + 37.9872 817.3816 + 38.0371 817.3348 + 38.0778 817.2965 + 38.1279 817.2491 + 38.1780 817.2014 + 38.2281 817.1533 + 38.2780 817.1052 + 38.3280 817.0568 + 38.3781 817.0080 + 38.4281 816.9589 + 38.4781 816.9097 + 38.5280 816.8602 + 38.5780 816.8104 + 38.6281 816.7603 + 38.6780 816.7100 + 38.7280 816.6594 + 38.7780 816.6085 + 38.8279 816.5574 + 38.8778 816.5061 + 38.9278 816.4546 + 38.9778 816.4026 + 39.0278 816.3505 + 39.0777 816.2982 + 39.1275 816.2456 + 39.1776 816.1927 + 39.2276 816.1394 + 39.2775 816.0861 + 39.3286 816.0314 + 39.3787 815.9773 + 39.4287 815.9230 + 39.4788 815.8685 + 39.5288 815.8139 + 39.5788 815.7590 + 39.6288 815.7039 + 39.6788 815.6484 + 39.7289 815.5928 + 39.7787 815.5370 + 39.8288 815.4810 + 39.8788 815.4246 + 39.9287 815.3680 + 39.9787 815.3113 + 40.0287 815.2544 + 40.0786 815.1972 + 40.1285 815.1398 + 40.1785 815.0822 + 40.2285 815.0242 + 40.2785 814.9661 + 40.3284 814.9078 + 40.3782 814.8494 + 40.4283 814.7905 + 40.4784 814.7314 + 40.5283 814.6724 + 40.5802 814.6106 + 40.6303 814.5507 + 40.6803 814.4908 + 40.7304 814.4305 + 40.7804 814.3702 + 40.8303 814.3097 + 40.8804 814.2489 + 40.9305 814.1879 + 40.9805 814.1267 + 41.0303 814.0655 + 41.0804 814.0038 + 41.1304 813.9420 + 41.1803 813.8802 + 41.2303 813.8180 + 41.2803 813.7556 + 41.3302 813.6931 + 41.3801 813.6305 + 41.4301 813.5676 + 41.4801 813.5043 + 41.5301 813.4410 + 41.5800 813.3776 + 41.6298 813.3141 + 41.6799 813.2500 + 41.7300 813.1859 + 41.7799 813.1216 + 41.8221 813.0671 + 41.8722 813.0024 + 41.9223 812.9374 + 41.9724 812.8723 + 42.0223 812.8072 + 42.0723 812.7418 + 42.1223 812.6762 + 42.1724 812.6104 + 42.2224 812.5444 + 42.2723 812.4785 + 42.3223 812.4122 + 42.3724 812.3456 + 42.4223 812.2792 + 42.4723 812.2123 + 42.5222 812.1455 + 42.5722 812.0784 + 42.6221 812.0113 + 42.6720 811.9438 + 42.7221 811.8762 + 42.7720 811.8084 + 42.8220 811.7406 + 42.8718 811.6728 + 42.9218 811.6044 + 42.9719 811.5359 + 43.0218 811.4674 + 43.0719 811.3986 + 43.1220 811.3295 + 43.1721 811.2604 + 43.2222 811.1910 + 43.2721 811.1217 + 43.3221 811.0522 + 43.3722 810.9825 + 43.4222 810.9127 + 43.4722 810.8426 + 43.5221 810.7728 + 43.5721 810.7025 + 43.6222 810.6320 + 43.6721 810.5615 + 43.7221 810.4908 + 43.7720 810.4202 + 43.8220 810.3492 + 43.8719 810.2782 + 43.9218 810.2070 + 43.9719 810.1357 + 44.0218 810.0641 + 44.0718 809.9927 + 44.1215 809.9211 + 44.1716 809.8492 + 44.2217 809.7770 + 44.2716 809.7050 + 44.3227 809.6310 + 44.3728 809.5584 + 44.4229 809.4858 + 44.4730 809.4130 + 44.5230 809.3403 + 44.5729 809.2674 + 44.6230 809.1943 + 44.6730 809.1210 + 44.7231 809.0477 + 44.7729 808.9745 + 44.8229 808.9009 + 44.8730 808.8271 + 44.9229 808.7536 + 44.9729 808.6796 + 45.0229 808.6058 + 45.0728 808.5318 + 45.1227 808.4578 + 45.1727 808.3834 + 45.2227 808.3090 + 45.2727 808.2345 + 45.3226 808.1600 + 45.3724 808.0855 + 45.4225 808.0106 + 45.4725 807.9355 + 45.5224 807.8607 + 45.5670 807.7937 + 45.6171 807.7182 + 45.6672 807.6428 + 45.7173 807.5672 + 45.7673 807.4918 + 45.8172 807.4162 + 45.8673 807.3405 + 45.9173 807.2645 + 45.9674 807.1885 + 46.0172 807.1127 + 46.0672 807.0366 + 46.1173 806.9604 + 46.1672 806.8842 + 46.2172 806.8079 + 46.2672 806.7315 + 46.3171 806.6550 + 46.3670 806.5786 + 46.4170 806.5019 + 46.4670 806.4252 + 46.5170 806.3483 + 46.5669 806.2715 + 46.6167 806.1948 + 46.6668 806.1177 + 46.7168 806.0403 + 46.7667 805.9633 + 46.8175 805.8847 + 46.8676 805.8073 + 46.9177 805.7296 + 46.9678 805.6519 + 47.0177 805.5744 + 47.0677 805.4968 + 47.1178 805.4190 + 47.1678 805.3411 + 47.2178 805.2632 + 47.2677 805.1854 + 47.3177 805.1074 + 47.3678 805.0292 + 47.4177 804.9514 + 47.4677 804.8731 + 47.5177 804.7949 + 47.5676 804.7167 + 47.6175 804.6385 + 47.6675 804.5602 + 47.7175 804.4816 + 47.7675 804.4031 + 47.8174 804.3246 + 47.8672 804.2463 + 47.9173 804.1675 + 47.9673 804.0887 + 48.0172 804.0101 + 48.0850 803.9031 + 48.1351 803.8241 + 48.1852 803.7451 + 48.2353 803.6659 + 48.2852 803.5870 + 48.3352 803.5079 + 48.3853 803.4287 + 48.4353 803.3495 + 48.4853 803.2703 + 48.5352 803.1912 + 48.5852 803.1119 + 48.6353 803.0324 + 48.6852 802.9533 + 48.7352 802.8738 + 48.7851 802.7946 + 48.8351 802.7151 + 48.8850 802.6358 + 48.9350 802.5564 + 48.9850 802.4767 + 49.0350 802.3973 + 49.0849 802.3177 + 49.1347 802.2384 + 49.1848 802.1586 + 49.2348 802.0789 + 49.2847 801.9994 + 49.3283 801.9299 + 49.3784 801.8499 + 49.4285 801.7700 + 49.4786 801.6901 + 49.5285 801.6104 + 49.5785 801.5305 + 49.6286 801.4506 + 49.6786 801.3706 + 49.7286 801.2907 + 49.7785 801.2110 + 49.8285 801.1310 + 49.8786 801.0510 + 49.9285 800.9713 + 49.9785 800.8914 + 50.0285 800.8114 + 50.0784 800.7315 + 50.1283 800.6517 + 50.1782 800.5718 + 50.2283 800.4917 + 50.2783 800.4118 + 50.3282 800.3319 + 50.3780 800.2523 + 50.4280 800.1721 + 50.4781 800.0920 + 50.5280 800.0121 + 50.5584 799.9635 + 50.6085 799.8833 + 50.6586 799.8032 + 50.7087 799.7230 + 50.7587 799.6431 + 50.8086 799.5631 + 50.8587 799.4830 + 50.9087 799.4029 + 50.9588 799.3229 + 51.0086 799.2432 + 51.0587 799.1632 + 51.1087 799.0831 + 51.1586 799.0034 + 51.2086 798.9234 + 51.2586 798.8436 + 51.3085 798.7638 + 51.3584 798.6840 + 51.4084 798.6042 + 51.4584 798.5243 + 51.5084 798.4445 + 51.5583 798.3648 + 51.6081 798.2853 + 51.6582 798.2054 + 51.7083 798.1255 + 51.7581 798.0459 + 51.8242 797.9407 + 51.8743 797.8608 + 51.9244 797.7811 + 51.9745 797.7012 + 52.0244 797.6218 + 52.0744 797.5422 + 52.1245 797.4625 + 52.1745 797.3829 + 52.2245 797.3034 + 52.2744 797.2242 + 52.3244 797.1447 + 52.3745 797.0652 + 52.4244 796.9861 + 52.4744 796.9067 + 52.5243 796.8275 + 52.5743 796.7484 + 52.6242 796.6691 + 52.6741 796.5901 + 52.7242 796.5109 + 52.7741 796.4319 + 52.8241 796.3528 + 52.8739 796.2742 + 52.9239 796.1950 + 52.9740 796.1160 + 53.0239 796.0374 + 53.0947 795.9257 + 53.1448 795.8467 + 53.1949 795.7679 + 53.2450 795.6891 + 53.2949 795.6105 + 53.3449 795.5320 + 53.3949 795.4532 + 53.4450 795.3748 + 53.4950 795.2963 + 53.5449 795.2181 + 53.5949 795.1397 + 53.6450 795.0613 + 53.6949 794.9833 + 53.7449 794.9052 + 53.7948 794.8270 + 53.8448 794.7491 + 53.8947 794.6713 + 53.9446 794.5934 + 53.9947 794.5154 + 54.0446 794.4377 + 54.0946 794.3600 + 54.1443 794.2828 + 54.1944 794.2050 + 54.2445 794.1273 + 54.2944 794.0500 + 54.3278 793.9982 + 54.3779 793.9207 + 54.4279 793.8433 + 54.4781 793.7659 + 54.5280 793.6888 + 54.5780 793.6117 + 54.6280 793.5346 + 54.6781 793.4576 + 54.7281 793.3806 + 54.7780 793.3040 + 54.8280 793.2273 + 54.8781 793.1505 + 54.9279 793.0740 + 54.9780 792.9975 + 55.0279 792.9211 + 55.0779 792.8448 + 55.1278 792.7687 + 55.1777 792.6926 + 55.2278 792.6163 + 55.2777 792.5403 + 55.3277 792.4645 + 55.3774 792.3890 + 55.4275 792.3130 + 55.4776 792.2372 + 55.5275 792.1618 + 55.5600 792.1127 + 55.6101 792.0370 + 55.6601 791.9615 + 55.7102 791.8860 + 55.7602 791.8109 + 55.8102 791.7358 + 55.8602 791.6607 + 55.9103 791.5856 + 55.9603 791.5108 + 56.0102 791.4363 + 56.0602 791.3615 + 56.1103 791.2869 + 56.1601 791.2125 + 56.2102 791.1381 + 56.2601 791.0639 + 56.3100 790.9898 + 56.3600 790.9158 + 56.4099 790.8419 + 56.4600 790.7679 + 56.5099 790.6942 + 56.5599 790.6205 + 56.6096 790.5473 + 56.6597 790.4737 + 56.7098 790.4001 + 56.7597 790.3270 + 56.8162 790.2444 + 56.8663 790.1712 + 56.9163 790.0981 + 56.9664 790.0251 + 57.0164 789.9524 + 57.0664 789.8798 + 57.1164 789.8073 + 57.1665 789.7347 + 57.2165 789.6624 + 57.2664 789.5904 + 57.3164 789.5182 + 57.3665 789.4462 + 57.4163 789.3745 + 57.4664 789.3027 + 57.5163 789.2311 + 57.5662 789.1598 + 57.6162 789.0886 + 57.6661 789.0172 + 57.7161 788.9460 + 57.7661 788.8750 + 57.8161 788.8041 + 57.8658 788.7337 + 57.9159 788.6630 + 57.9660 788.5923 + 58.0159 788.5220 + 58.0775 788.4354 + 58.1276 788.3651 + 58.1776 788.2949 + 58.2277 788.2249 + 58.2777 788.1550 + 58.3277 788.0855 + 58.3777 788.0159 + 58.4278 787.9465 + 58.4778 787.8771 + 58.5276 787.8082 + 58.5777 787.7391 + 58.6278 787.6701 + 58.6776 787.6014 + 58.7276 787.5328 + 58.7776 787.4645 + 58.8275 787.3962 + 58.8774 787.3281 + 58.9274 787.2601 + 58.9774 787.1920 + 59.0274 787.1242 + 59.0774 787.0566 + 59.1271 786.9894 + 59.1772 786.9218 + 59.2273 786.8546 + 59.2772 786.7875 + 59.3260 786.7221 + 59.3761 786.6551 + 59.4262 786.5883 + 59.4763 786.5216 + 59.5262 786.4553 + 59.5762 786.3889 + 59.6263 786.3228 + 59.6763 786.2567 + 59.7263 786.1908 + 59.7762 786.1252 + 59.8262 786.0596 + 59.8763 785.9942 + 59.9262 785.9291 + 59.9762 785.8640 + 60.0261 785.7990 + 60.0761 785.7343 + 60.1260 785.6697 + 60.1759 785.6053 + 60.2260 785.5408 + 60.2759 785.4767 + 60.3259 785.4128 + 60.3757 785.3492 + 60.4258 785.2853 + 60.4758 785.2216 + 60.5257 785.1583 + 60.5659 785.1074 + 60.6161 785.0441 + 60.6661 784.9810 + 60.7162 784.9180 + 60.7662 784.8554 + 60.8161 784.7928 + 60.8662 784.7305 + 60.9162 784.6682 + 60.9663 784.6061 + 61.0161 784.5444 + 61.0662 784.4827 + 61.1162 784.4211 + 61.1661 784.3598 + 61.2161 784.2986 + 61.2661 784.2375 + 61.3160 784.1768 + 61.3659 784.1161 + 61.4159 784.0555 + 61.4659 783.9951 + 61.5159 783.9349 + 61.5658 783.8749 + 61.6156 783.8153 + 61.6657 783.7555 + 61.7157 783.6959 + 61.7656 783.6366 + 61.8054 783.5895 + 61.8555 783.5303 + 61.9056 783.4714 + 61.9557 783.4125 + 62.0057 783.3540 + 62.0556 783.2956 + 62.1057 783.2374 + 62.1557 783.1793 + 62.2058 783.1214 + 62.2556 783.0639 + 62.3056 783.0063 + 62.3557 782.9489 + 62.4056 782.8918 + 62.4556 782.8349 + 62.5056 782.7782 + 62.5555 782.7217 + 62.6054 782.6653 + 62.6554 782.6091 + 62.7054 782.5530 + 62.7554 782.4971 + 62.8053 782.4415 + 62.8551 782.3862 + 62.9052 782.3309 + 62.9552 782.2756 + 63.0051 782.2208 + 63.0473 782.1745 + 63.0974 782.1198 + 63.1475 782.0653 + 63.1976 782.0110 + 63.2476 781.9570 + 63.2975 781.9031 + 63.3476 781.8494 + 63.3976 781.7958 + 63.4477 781.7425 + 63.4975 781.6895 + 63.5475 781.6367 + 63.5976 781.5837 + 63.6475 781.5314 + 63.6975 781.4790 + 63.7475 781.4269 + 63.7974 781.3750 + 63.8473 781.3233 + 63.8973 781.2718 + 63.9473 781.2204 + 63.9973 781.1692 + 64.0472 781.1183 + 64.0970 781.0677 + 64.1471 781.0170 + 64.1971 780.9666 + 64.2470 780.9165 + 64.2871 780.8764 + 64.3372 780.8265 + 64.3873 780.7768 + 64.4374 780.7272 + 64.4873 780.6780 + 64.5373 780.6291 + 64.5873 780.5802 + 64.6374 780.5316 + 64.6874 780.4830 + 64.7373 780.4350 + 64.7873 780.3869 + 64.8374 780.3391 + 64.8872 780.2915 + 64.9373 780.2441 + 64.9872 780.1969 + 65.0371 780.1500 + 65.0871 780.1033 + 65.1370 780.0568 + 65.1871 780.0104 + 65.2370 779.9642 + 65.2870 779.9183 + 65.3367 779.8727 + 65.3868 779.8271 + 65.4369 779.7817 + 65.4868 779.7367 + 65.5325 779.6957 + 65.5826 779.6509 + 65.6326 779.6064 + 65.6827 779.5620 + 65.7327 779.5179 + 65.7827 779.4741 + 65.8327 779.4304 + 65.8828 779.3870 + 65.9328 779.3437 + 65.9827 779.3007 + 66.0327 779.2580 + 66.0828 779.2153 + 66.1326 779.1731 + 66.1827 779.1309 + 66.2326 779.0891 + 66.2825 779.0474 + 66.3325 779.0060 + 66.3824 778.9647 + 66.4325 778.9236 + 66.4824 778.8829 + 66.5324 778.8422 + 66.5821 778.8021 + 66.6322 778.7618 + 66.6823 778.7219 + 66.7322 778.6823 + 66.7904 778.6362 + 66.8405 778.5970 + 66.8905 778.5579 + 66.9406 778.5189 + 66.9906 778.4805 + 67.0406 778.4421 + 67.0906 778.4040 + 67.1407 778.3660 + 67.1907 778.3284 + 67.2405 778.2911 + 67.2906 778.2538 + 67.3407 778.2167 + 67.3905 778.1801 + 67.4406 778.1436 + 67.4905 778.1072 + 67.5404 778.0712 + 67.5904 778.0355 + 67.6403 777.9999 + 67.6903 777.9645 + 67.7403 777.9294 + 67.7903 777.8944 + 67.8400 777.8599 + 67.8901 777.8254 + 67.9402 777.7911 + 67.9901 777.7572 + 68.0538 777.7142 + 68.1039 777.6807 + 68.1540 777.6474 + 68.2041 777.6143 + 68.2540 777.5815 + 68.3040 777.5491 + 68.3541 777.5167 + 68.4041 777.4847 + 68.4541 777.4528 + 68.5040 777.4214 + 68.5540 777.3900 + 68.6041 777.3588 + 68.6540 777.3281 + 68.7040 777.2974 + 68.7540 777.2670 + 68.8039 777.2369 + 68.8538 777.2070 + 68.9037 777.1774 + 68.9538 777.1480 + 69.0038 777.1187 + 69.0537 777.0898 + 69.1035 777.0612 + 69.1535 777.0328 + 69.2036 777.0045 + 69.2535 776.9766 + 69.3218 776.9387 + 69.3719 776.9113 + 69.4220 776.8841 + 69.4721 776.8571 + 69.5220 776.8304 + 69.5720 776.8040 + 69.6221 776.7778 + 69.6721 776.7518 + 69.7221 776.7261 + 69.7720 776.7007 + 69.8220 776.6755 + 69.8721 776.6505 + 69.9220 776.6258 + 69.9720 776.6014 + 70.0219 776.5771 + 70.0719 776.5532 + 70.1218 776.5295 + 70.1717 776.5061 + 70.2218 776.4828 + 70.2718 776.4599 + 70.3217 776.4372 + 70.3715 776.4148 + 70.4215 776.3925 + 70.4716 776.3705 + 70.5215 776.3489 + 70.5556 776.3342 + 70.6057 776.3128 + 70.6558 776.2917 + 70.7059 776.2709 + 70.7558 776.2504 + 70.8058 776.2301 + 70.8559 776.2101 + 70.9059 776.1902 + 70.9559 776.1708 + 71.0058 776.1515 + 71.0558 776.1325 + 71.1059 776.1136 + 71.1558 776.0952 + 71.2058 776.0770 + 71.2557 776.0590 + 71.3057 776.0412 + 71.3556 776.0237 + 71.4055 776.0066 + 71.4556 775.9896 + 71.5055 775.9729 + 71.5555 775.9564 + 71.6053 775.9403 + 71.6553 775.9243 + 71.7054 775.9086 + 71.7553 775.8932 + 71.7864 775.8837 + 71.8365 775.8687 + 71.8866 775.8540 + 71.9367 775.8394 + 71.9866 775.8253 + 72.0366 775.8113 + 72.0866 775.7975 + 72.1367 775.7841 + 72.1867 775.7709 + 72.2366 775.7579 + 72.2866 775.7454 + 72.3367 775.7330 + 72.3866 775.7207 + 72.4366 775.7089 + 72.4865 775.6973 + 72.5365 775.6860 + 72.5864 775.6749 + 72.6363 775.6641 + 72.6864 775.6536 + 72.7363 775.6432 + 72.7863 775.6332 + 72.8361 775.6235 + 72.8861 775.6140 + 72.9362 775.6047 + 72.9861 775.5957 + 73.0524 775.5842 + 73.1025 775.5758 + 73.1525 775.5677 + 73.2027 775.5599 + 73.2526 775.5524 + 73.3026 775.5451 + 73.3526 775.5381 + 73.4027 775.5313 + 73.4527 775.5248 + 73.5026 775.5186 + 73.5526 775.5127 + 73.6027 775.5070 + 73.6525 775.5015 + 73.7026 775.4964 + 73.7525 775.4916 + 73.8025 775.4870 + 73.8524 775.4826 + 73.9023 775.4785 + 73.9524 775.4747 + 74.0023 775.4712 + 74.0523 775.4680 + 74.1020 775.4650 + 74.1521 775.4622 + 74.2022 775.4597 + 74.2521 775.4576 + 74.2920 775.4561 + 74.3421 775.4544 + 74.3922 775.4529 + 74.4422 775.4518 + 74.4922 775.4509 + 74.5422 775.4503 + 74.5922 775.4500 + 74.6423 775.4500 + 74.6923 775.4501 + 74.7422 775.4506 + 74.7922 775.4515 + 74.8423 775.4525 + 74.8921 775.4537 + 74.9422 775.4553 + 74.9921 775.4572 + 75.0420 775.4593 + 75.0920 775.4617 + 75.1419 775.4644 + 75.1920 775.4674 + 75.2419 775.4706 + 75.2919 775.4741 + 75.3416 775.4778 + 75.3917 775.4819 + 75.4418 775.4863 + 75.4917 775.4909 + 75.5281 775.4944 + 75.5782 775.4995 + 75.6283 775.5049 + 75.6784 775.5105 + 75.7283 775.5164 + 75.7783 775.5226 + 75.8284 775.5291 + 75.8784 775.5359 + 75.9285 775.5428 + 75.9783 775.5501 + 76.0283 775.5577 + 76.0784 775.5656 + 76.1283 775.5737 + 76.1783 775.5821 + 76.2283 775.5908 + 76.2782 775.5998 + 76.3281 775.6090 + 76.3781 775.6185 + 76.4281 775.6283 + 76.4781 775.6384 + 76.5280 775.6487 + 76.5778 775.6594 + 76.6279 775.6702 + 76.6779 775.6815 + 76.7278 775.6930 + 76.7777 775.7048 + 76.8278 775.7168 + 76.8779 775.7291 + 76.9280 775.7416 + 76.9779 775.7546 + 77.0279 775.7677 + 77.0780 775.7812 + 77.1280 775.7950 + 77.1780 775.8090 + 77.2279 775.8232 + 77.2779 775.8378 + 77.3280 775.8527 + 77.3779 775.8677 + 77.4279 775.8832 + 77.4779 775.8989 + 77.5278 775.9147 + 77.5777 775.9310 + 77.6277 775.9475 + 77.6777 775.9644 + 77.7277 775.9814 + 77.7776 775.9988 + 77.8274 776.0164 + 77.8775 776.0344 + 77.9275 776.0526 + 77.9774 776.0712 + 78.0368 776.0934 + 78.0869 776.1126 + 78.1369 776.1320 + 78.1870 776.1519 + 78.2370 776.1718 + 78.2869 776.1920 + 78.3370 776.2126 + 78.3870 776.2334 + 78.4371 776.2545 + 78.4869 776.2758 + 78.5370 776.2976 + 78.5870 776.3196 + 78.6369 776.3417 + 78.6869 776.3643 + 78.7369 776.3871 + 78.7868 776.4102 + 78.8367 776.4335 + 78.8867 776.4572 + 78.9367 776.4811 + 78.9867 776.5054 + 79.0367 776.5298 + 79.0864 776.5546 + 79.1365 776.5797 + 79.1866 776.6051 + 79.2365 776.6307 + 79.2887 776.6578 + 79.3388 776.6841 + 79.3889 776.7107 + 79.4390 776.7376 + 79.4889 776.7646 + 79.5389 776.7921 + 79.5890 776.8197 + 79.6390 776.8477 + 79.6890 776.8759 + 79.7389 776.9044 + 79.7889 776.9332 + 79.8390 776.9623 + 79.8889 776.9916 + 79.9389 777.0213 + 79.9888 777.0512 + 80.0388 777.0814 + 80.0887 777.1119 + 80.1386 777.1426 + 80.1887 777.1738 + 80.2386 777.2051 + 80.2886 777.2368 + 80.3384 777.2686 + 80.3884 777.3008 + 80.4385 777.3334 + 80.4884 777.3661 + 80.5281 777.3924 + 80.5782 777.4258 + 80.6283 777.4594 + 80.6784 777.4934 + 80.7283 777.5275 + 80.7783 777.5620 + 80.8283 777.5967 + 80.8784 777.6318 + 80.9284 777.6671 + 80.9783 777.7026 + 81.0283 777.7385 + 81.0784 777.7748 + 81.1283 777.8112 + 81.1783 777.8479 + 81.2282 777.8849 + 81.2782 777.9222 + 81.3281 777.9597 + 81.3780 777.9976 + 81.4281 778.0358 + 81.4780 778.0742 + 81.5280 778.1129 + 81.5778 778.1518 + 81.6278 778.1912 + 81.6779 778.2308 + 81.7278 778.2706 + 81.7746 778.3082 + 81.8247 778.3487 + 81.8748 778.3895 + 81.9249 778.4305 + 81.9748 778.4719 + 82.0248 778.5134 + 82.0748 778.5554 + 82.1249 778.5975 + 82.1749 778.6400 + 82.2248 778.6827 + 82.2748 778.7256 + 82.3249 778.7690 + 82.3747 778.8125 + 82.4248 778.8565 + 82.4747 778.9005 + 82.5247 778.9449 + 82.5746 778.9896 + 82.6245 779.0345 + 82.6746 779.0798 + 82.7245 779.1254 + 82.7745 779.1712 + 82.8242 779.2172 + 82.8743 779.2637 + 82.9244 779.3105 + 82.9743 779.3573 + 83.0272 779.4075 + 83.0773 779.4551 + 83.1274 779.5031 + 83.1775 779.5513 + 83.2275 779.5997 + 83.2774 779.6484 + 83.3275 779.6975 + 83.3775 779.7469 + 83.4276 779.7964 + 83.4774 779.8462 + 83.5274 779.8964 + 83.5775 779.9468 + 83.6274 779.9975 + 83.6774 780.0485 + 83.7274 780.0998 + 83.7773 780.1513 + 83.8272 780.2031 + 83.8772 780.2551 + 83.9272 780.3076 + 83.9772 780.3602 + 84.0271 780.4131 + 84.0769 780.4662 + 84.1270 780.5199 + 84.1770 780.5737 + 84.2269 780.6277 + 84.2882 780.6945 + 84.3383 780.7493 + 84.3884 780.8044 + 84.4385 780.8599 + 84.4884 780.9155 + 84.5384 780.9714 + 84.5885 781.0275 + 84.6385 781.0840 + 84.6886 781.1409 + 84.7384 781.1977 + 84.7884 781.2551 + 84.8385 781.3126 + 84.8884 781.3704 + 84.9384 781.4285 + 84.9884 781.4869 + 85.0383 781.5455 + 85.0882 781.6045 + 85.1382 781.6636 + 85.1882 781.7233 + 85.2382 781.7830 + 85.2881 781.8430 + 85.3379 781.9032 + 85.3880 781.9639 + 85.4380 782.0250 + 85.4879 782.0861 + 85.5301 782.1379 + 85.5802 782.1998 + 85.6303 782.2620 + 85.6804 782.3243 + 85.7303 782.3868 + 85.7803 782.4498 + 85.8304 782.5129 + 85.8804 782.5764 + 85.9305 782.6401 + 85.9803 782.7040 + 86.0303 782.7682 + 86.0804 782.8328 + 86.1303 782.8976 + 86.1803 782.9627 + 86.2302 783.0280 + 86.2802 783.0936 + 86.3301 783.1594 + 86.3801 783.2255 + 86.4301 783.2921 + 86.4801 783.3587 + 86.5300 783.4257 + 86.5798 783.4927 + 86.6299 783.5604 + 86.6799 783.6284 + 86.7298 783.6964 + 86.7618 783.7401 + 86.8119 783.8088 + 86.8619 783.8777 + 86.9120 783.9471 + 86.9620 784.0164 + 87.0119 784.0861 + 87.0620 784.1561 + 87.1120 784.2264 + 87.1621 784.2970 + 87.2120 784.3677 + 87.2620 784.4388 + 87.3120 784.5103 + 87.3619 784.5817 + 87.4119 784.6536 + 87.4619 784.7258 + 87.5118 784.7981 + 87.5618 784.8707 + 87.6117 784.9435 + 87.6617 785.0169 + 87.7117 785.0905 + 87.7617 785.1642 + 87.8114 785.2379 + 87.8615 785.3123 + 87.9116 785.3871 + 87.9615 785.4619 + 88.0146 785.5418 + 88.0648 785.6174 + 88.1148 785.6933 + 88.1649 785.7695 + 88.2149 785.8456 + 88.2648 785.9221 + 88.3149 785.9991 + 88.3650 786.0762 + 88.4150 786.1536 + 88.4648 786.2311 + 88.5149 786.3090 + 88.5649 786.3873 + 88.6148 786.4655 + 88.6648 786.5443 + 88.7148 786.6232 + 88.7647 786.7023 + 88.8146 786.7817 + 88.8646 786.8613 + 88.9146 786.9416 + 88.9646 787.0217 + 89.0145 787.1023 + 89.0643 787.1827 + 89.1144 787.2639 + 89.1645 787.3455 + 89.2144 787.4269 + 89.2916 787.5535 + 89.3417 787.6361 + 89.3918 787.7188 + 89.4419 787.8019 + 89.4918 787.8848 + 89.5418 787.9682 + 89.5919 788.0519 + 89.6419 788.1359 + 89.6919 788.2202 + 89.7418 788.3044 + 89.7918 788.3890 + 89.8419 788.4742 + 89.8918 788.5593 + 89.9418 788.6448 + 89.9917 788.7305 + 90.0417 788.8163 + 90.0916 788.9025 + 90.1415 788.9890 + 90.1916 789.0758 + 90.2415 789.1628 + 90.2915 789.2501 + 90.3413 789.3372 + 90.3913 789.4252 + 90.4414 789.5134 + 90.4913 789.6017 + 90.5433 789.6939 + 90.5934 789.7829 + 90.6435 789.8722 + 90.6936 789.9618 + 90.7436 790.0514 + 90.7935 790.1412 + 90.8436 790.2316 + 90.8936 790.3221 + 90.9437 790.4129 + 90.9935 790.5036 + 91.0435 790.5948 + 91.0936 790.6864 + 91.1435 790.7780 + 91.1935 790.8699 + 91.2435 790.9621 + 91.2934 791.0544 + 91.3433 791.1470 + 91.3933 791.2399 + 91.4433 791.3333 + 91.4933 791.4268 + 91.5432 791.5204 + 91.5930 791.6140 + 91.6431 791.7083 + 91.6931 791.8030 + 91.7430 791.8976 + 91.7895 791.9858 + 91.8396 792.0813 + 91.8897 792.1769 + 91.9398 792.2729 + 91.9897 792.3687 + 92.0397 792.4650 + 92.0897 792.5616 + 92.1398 792.6584 + 92.1898 792.7555 + 92.2397 792.8525 + 92.2897 792.9501 + 92.3398 793.0480 + 92.3896 793.1458 + 92.4397 793.2440 + 92.4896 793.3424 + 92.5396 793.4410 + 92.5895 793.5399 + 92.6394 793.6390 + 92.6895 793.7386 + 92.7394 793.8382 + 92.7894 793.9381 + 92.8391 794.0378 + 92.8892 794.1385 + 92.9393 794.2393 + 92.9892 794.3400 + 93.0280 794.4186 + 93.0781 794.5202 + 93.1282 794.6219 + 93.1783 794.7240 + 93.2283 794.8261 + 93.2782 794.9283 + 93.3283 795.0310 + 93.3783 795.1340 + 93.4284 795.2371 + 93.4782 795.3401 + 93.5282 795.4437 + 93.5783 795.5477 + 93.6282 795.6514 + 93.6782 795.7557 + 93.7282 795.8601 + 93.7781 795.9647 + 93.8280 796.0696 + 93.8780 796.1747 + 93.9280 796.2803 + 93.9780 796.3857 + 94.0279 796.4916 + 94.0777 796.5972 + 94.1278 796.7039 + 94.1778 796.8105 + 94.2277 796.9172 + 94.2676 797.0027 + 94.3177 797.1102 + 94.3678 797.2179 + 94.4179 797.3259 + 94.4678 797.4337 + 94.5178 797.5418 + 94.5679 797.6505 + 94.6179 797.7592 + 94.6679 797.8682 + 94.7178 797.9771 + 94.7678 798.0865 + 94.8179 798.1962 + 94.8678 798.3058 + 94.9178 798.4159 + 94.9678 798.5261 + 95.0177 798.6364 + 95.0676 798.7470 + 95.1176 798.8579 + 95.1676 798.9691 + 95.2176 799.0804 + 95.2675 799.1920 + 95.3173 799.3033 + 95.3674 799.4156 + 95.4174 799.5281 + 95.4673 799.6404 + 95.5262 799.7731 + 95.5763 799.8863 + 95.6263 799.9998 + 95.6764 800.1135 + 95.7264 800.2271 + 95.7764 800.3409 + 95.8264 800.4553 + 95.8765 800.5696 + 95.9265 800.6843 + 95.9763 800.7988 + 96.0264 800.9139 + 96.0764 801.0292 + 96.1263 801.1444 + 96.1763 801.2602 + 96.2263 801.3759 + 96.2762 801.4919 + 96.3262 801.6080 + 96.3761 801.7245 + 96.4261 801.8413 + 96.4761 801.9582 + 96.5260 802.0752 + 96.5758 802.1921 + 96.6259 802.3099 + 96.6760 802.4279 + 96.7259 802.5457 + 96.7628 802.6331 + 96.8130 802.7518 + 96.8630 802.8705 + 96.9131 802.9896 + 96.9631 803.1085 + 97.0130 803.2277 + 97.0631 803.3473 + 97.1132 803.4670 + 97.1632 803.5870 + 97.2131 803.7068 + 97.2631 803.8270 + 97.3131 803.9478 + 97.3630 804.0682 + 97.4130 804.1891 + 97.4630 804.3102 + 97.5129 804.4313 + 97.5629 804.5527 + 97.6128 804.6743 + 97.6628 804.7962 + 97.7128 804.9183 + 97.7627 805.0405 + 97.8125 805.1625 + 97.8626 805.2854 + 97.9127 805.4086 + 97.9626 805.5314 + 98.0229 805.6801 + 98.0730 805.8040 + 98.1230 805.9279 + 98.1731 806.0522 + 98.2231 806.1762 + 98.2730 806.3005 + 98.3231 806.4252 + 98.3731 806.5500 + 98.4232 806.6751 + 98.4730 806.8000 + 98.5231 806.9254 + 98.5731 807.0511 + 98.6230 807.1766 + 98.6730 807.3024 + 98.7230 807.4285 + 98.7729 807.5546 + 98.8228 807.6810 + 98.8728 807.8075 + 98.9228 807.9345 + 98.9728 808.0615 + 99.0227 808.1886 + 99.0725 808.3156 + 99.1226 808.4434 + 99.1726 808.5714 + 99.2225 808.6990 + 99.2917 808.8766 + 99.3419 809.0053 + 99.3919 809.1342 + 99.4420 809.2632 + 99.4920 809.3921 + 99.5419 809.5212 + 99.5920 809.6507 + 99.6420 809.7805 + 99.6921 809.9103 + 99.7419 810.0399 + 99.7919 810.1700 + 99.8420 810.3005 + 99.8919 810.4307 + 99.9419 810.5614 + 99.9919 810.6921 + 100.0418 810.8229 + 100.0917 810.9539 + 100.1417 811.0851 + 100.1917 811.2168 + 100.2417 811.3484 + 100.2916 811.4800 + 100.3414 811.6116 + 100.3915 811.7440 + 100.4416 811.8766 + 100.4914 812.0089 + 100.5384 812.1335 + 100.5885 812.2667 + 100.6386 812.4000 + 100.6887 812.5334 + 100.7386 812.6667 + 100.7886 812.8003 + 100.8386 812.9342 + 100.8887 813.0683 + 100.9387 813.2025 + 100.9886 813.3364 + 101.0386 813.4709 + 101.0887 813.6057 + 101.1385 813.7401 + 101.1886 813.8751 + 101.2385 814.0101 + 101.2885 814.1451 + 101.3384 814.2803 + 101.3883 814.4157 + 101.4384 814.5516 + 101.4883 814.6874 + 101.5383 814.8233 + 101.5881 814.9589 + 101.6381 815.0955 + 101.6882 815.2322 + 101.7381 815.3687 + 101.7831 815.4919 + 101.8332 815.6292 + 101.8833 815.7665 + 101.9334 815.9041 + 101.9834 816.0414 + 102.0333 816.1790 + 102.0834 816.3168 + 102.1334 816.4548 + 102.1835 816.5930 + 102.2333 816.7309 + 102.2833 816.8693 + 102.3334 817.0081 + 102.3833 817.1464 + 102.4333 817.2853 + 102.4833 817.4241 + 102.5332 817.5630 + 102.5831 817.7021 + 102.6331 817.8413 + 102.6831 817.9810 + 102.7331 818.1207 + 102.7830 818.2603 + 102.8328 818.3997 + 102.8829 818.5400 + 102.9329 818.6805 + 102.9828 818.8206 + 103.0283 818.9484 + 103.0784 819.0894 + 103.1285 819.2305 + 103.1786 819.3716 + 103.2285 819.5126 + 103.2785 819.6538 + 103.3286 819.7953 + 103.3786 819.9370 + 103.4287 820.0787 + 103.4785 820.2201 + 103.5285 820.3621 + 103.5786 820.5044 + 103.6285 820.6461 + 103.6785 820.7886 + 103.7285 820.9308 + 103.7784 821.0732 + 103.8283 821.2157 + 103.8783 821.3583 + 103.9283 821.5015 + 103.9783 821.6445 + 104.0282 821.7875 + 104.0780 821.9302 + 104.1281 822.0739 + 104.1781 822.2177 + 104.2280 822.3611 + 104.2749 822.4958 + 104.3250 822.6401 + 104.3750 822.7844 + 104.4251 822.9289 + 104.4751 823.0732 + 104.5251 823.2174 + 104.5751 823.3622 + 104.6252 823.5070 + 104.6752 823.6519 + 104.7251 823.7964 + 104.7751 823.9415 + 104.8252 824.0870 + 104.8750 824.2318 + 104.9250 824.3772 + 104.9750 824.5226 + 105.0249 824.6680 + 105.0749 824.8135 + 105.1248 824.9593 + 105.1749 825.1052 + 105.2248 825.2512 + 105.2748 825.3973 + 105.3245 825.5428 + 105.3746 825.6895 + 105.4247 825.8361 + 105.4746 825.9824 + 105.5136 826.0969 + 105.5637 826.2439 + 105.6137 826.3911 + 105.6638 826.5383 + 105.7138 826.6852 + 105.7637 826.8323 + 105.8138 826.9799 + 105.8638 827.1273 + 105.9139 827.2750 + 105.9637 827.4222 + 106.0138 827.5699 + 106.0639 827.7180 + 106.1137 827.8655 + 106.1637 828.0135 + 106.2137 828.1615 + 106.2636 828.3094 + 106.3135 828.4575 + 106.3635 828.6057 + 106.4135 828.7543 + 106.4635 828.9028 + 106.5135 829.0512 + 106.5632 829.1993 + 106.6133 829.3484 + 106.6634 829.4974 + 106.7133 829.6461 + 106.7725 829.8228 + 106.8226 829.9724 + 106.8727 830.1218 + 106.9228 830.2714 + 106.9727 830.4207 + 107.0227 830.5702 + 107.0728 830.7200 + 107.1228 830.8699 + 107.1728 831.0197 + 107.2227 831.1691 + 107.2727 831.3192 + 107.3228 831.4693 + 107.3727 831.6191 + 107.4227 831.7692 + 107.4726 831.9194 + 107.5226 832.0695 + 107.5725 832.2196 + 107.6225 832.3699 + 107.6725 832.5206 + 107.7225 832.6711 + 107.7724 832.8217 + 107.8222 832.9717 + 107.8722 833.1227 + 107.9223 833.2738 + 107.9722 833.4245 + 108.0292 833.5967 + 108.0793 833.7482 + 108.1294 833.8995 + 108.1795 834.0510 + 108.2295 834.2023 + 108.2794 834.3535 + 108.3295 834.5051 + 108.3795 834.6566 + 108.4296 834.8083 + 108.4794 834.9595 + 108.5294 835.1112 + 108.5795 835.2631 + 108.6294 835.4146 + 108.6794 835.5665 + 108.7294 835.7182 + 108.7793 835.8699 + 108.8292 836.0216 + 108.8792 836.1735 + 108.9292 836.3257 + 108.9792 836.4778 + 109.0291 836.6299 + 109.0789 836.7814 + 109.1290 836.9340 + 109.1790 837.0865 + 109.2290 837.2386 + 109.2662 837.3522 + 109.3163 837.5050 + 109.3664 837.6577 + 109.4165 837.8106 + 109.4665 837.9630 + 109.5164 838.1155 + 109.5665 838.2686 + 109.6165 838.4213 + 109.6666 838.5742 + 109.7164 838.7266 + 109.7664 838.8795 + 109.8165 839.0325 + 109.8664 839.1852 + 109.9164 839.3381 + 109.9664 839.4910 + 110.0163 839.6437 + 110.0662 839.7966 + 110.1162 839.9495 + 110.1662 840.1028 + 110.2162 840.2557 + 110.2661 840.4087 + 110.3159 840.5613 + 110.3660 840.7147 + 110.4160 840.8682 + 110.4659 841.0211 + 110.5125 841.1639 + 110.5626 841.3176 + 110.6127 841.4712 + 110.6628 841.6248 + 110.7128 841.7781 + 110.7627 841.9314 + 110.8128 842.0850 + 110.8628 842.2386 + 110.9129 842.3922 + 110.9627 842.5452 + 111.0127 842.6987 + 111.0628 842.8525 + 111.1127 843.0056 + 111.1627 843.1593 + 111.2127 843.3127 + 111.2626 843.4659 + 111.3125 843.6193 + 111.3625 843.7728 + 111.4125 843.9264 + 111.4625 844.0799 + 111.5124 844.2333 + 111.5622 844.3862 + 111.6123 844.5402 + 111.6623 844.6939 + 111.7122 844.8473 + 111.7780 845.0491 + 111.8281 845.2031 + 111.8782 845.3569 + 111.9282 845.5109 + 111.9782 845.6644 + 112.0282 845.8178 + 112.0782 845.9717 + 112.1283 846.1254 + 112.1783 846.2791 + 112.2282 846.4323 + 112.2782 846.5859 + 112.3283 846.7397 + 112.3782 846.8929 + 112.4282 847.0464 + 112.4781 847.1999 + 112.5280 847.3532 + 112.5780 847.5065 + 112.6279 847.6599 + 112.6780 847.8135 + 112.7279 847.9669 + 112.7779 848.1201 + 112.8276 848.2728 + 112.8777 848.4265 + 112.9278 848.5800 + 112.9777 848.7332 + 113.0506 848.9566 + 113.1007 849.1102 + 113.1507 849.2637 + 113.2009 849.4174 + 113.2508 849.5704 + 113.3008 849.7235 + 113.3508 849.8770 + 113.4009 850.0302 + 113.4509 850.1834 + 113.5008 850.3360 + 113.5508 850.4893 + 113.6009 850.6424 + 113.6507 850.7951 + 113.7008 850.9481 + 113.7507 851.1009 + 113.8006 851.2535 + 113.8506 851.4062 + 113.9005 851.5588 + 113.9505 851.7115 + 114.0005 851.8643 + 114.0505 852.0167 + 114.1002 852.1687 + 114.1503 852.3215 + 114.2004 852.4742 + 114.2503 852.6265 + 114.2838 852.7286 + 114.3339 852.8813 + 114.3839 853.0339 + 114.4340 853.1865 + 114.4840 853.3387 + 114.5340 853.4908 + 114.5840 853.6431 + 114.6341 853.7953 + 114.6841 853.9476 + 114.7339 854.0991 + 114.7840 854.2510 + 114.8340 854.4031 + 114.8839 854.5547 + 114.9340 854.7065 + 114.9839 854.8580 + 115.0338 855.0094 + 115.0838 855.1608 + 115.1337 855.3122 + 115.1837 855.4637 + 115.2337 855.6150 + 115.2836 855.7661 + 115.3334 855.9167 + 115.3835 856.0681 + 115.4336 856.2194 + 115.4835 856.3701 + 115.5211 856.4838 + 115.5712 856.6350 + 115.6213 856.7860 + 115.6714 856.9371 + 115.7213 857.0876 + 115.7713 857.2381 + 115.8214 857.3887 + 115.8714 857.5394 + 115.9214 857.6899 + 115.9713 857.8397 + 116.0213 857.9899 + 116.0714 858.1403 + 116.1213 858.2900 + 116.1713 858.4399 + 116.2213 858.5896 + 116.2712 858.7393 + 116.3211 858.8887 + 116.3710 859.0381 + 116.4211 859.1877 + 116.4711 859.3370 + 116.5210 859.4861 + 116.5708 859.6347 + 116.6208 859.7841 + 116.6709 859.9332 + 116.7208 860.0818 + 116.7714 860.2325 + 116.8215 860.3816 + 116.8716 860.5304 + 116.9217 860.6793 + 116.9717 860.8275 + 117.0216 860.9756 + 117.0717 861.1241 + 117.1217 861.2722 + 117.1718 861.4204 + 117.2216 861.5679 + 117.2717 861.7157 + 117.3217 861.8636 + 117.3716 862.0108 + 117.4216 862.1583 + 117.4716 862.3054 + 117.5215 862.4525 + 117.5714 862.5993 + 117.6214 862.7462 + 117.6714 862.8931 + 117.7214 863.0398 + 117.7713 863.1862 + 117.8211 863.3320 + 117.8712 863.4786 + 117.9213 863.6251 + 117.9711 863.7709 + 118.0066 863.8744 + 118.0567 864.0205 + 118.1068 864.1665 + 118.1569 864.3124 + 118.2068 864.4578 + 118.2568 864.6031 + 118.3068 864.7485 + 118.3569 864.8937 + 118.4069 865.0389 + 118.4568 865.1833 + 118.5068 865.3280 + 118.5569 865.4728 + 118.6068 865.6169 + 118.6568 865.7612 + 118.7067 865.9052 + 118.7567 866.0490 + 118.8066 866.1927 + 118.8565 866.3362 + 118.9066 866.4799 + 118.9565 866.6232 + 119.0065 866.7664 + 119.0563 866.9088 + 119.1063 867.0519 + 119.1564 867.1950 + 119.2063 867.3373 + 119.2525 867.4689 + 119.3026 867.6116 + 119.3527 867.7540 + 119.4028 867.8963 + 119.4527 868.0381 + 119.5027 868.1797 + 119.5527 868.3215 + 119.6028 868.4630 + 119.6528 868.6042 + 119.7027 868.7450 + 119.7527 868.8859 + 119.8028 869.0270 + 119.8527 869.1671 + 119.9027 869.3076 + 119.9526 869.4477 + 120.0026 869.5875 + 120.0525 869.7272 + 120.1024 869.8668 + 120.1525 870.0063 + 120.2024 870.1456 + 120.2524 870.2847 + 120.3021 870.4230 + 120.3522 870.5621 + 120.4023 870.7008 + 120.4522 870.8390 + 120.5044 870.9835 + 120.5545 871.1218 + 120.6046 871.2599 + 120.6547 871.3979 + 120.7047 871.5353 + 120.7546 871.6725 + 120.8047 871.8099 + 120.8547 871.9468 + 120.9048 872.0837 + 120.9546 872.2199 + 121.0046 872.3563 + 121.0547 872.4927 + 121.1046 872.6283 + 121.1546 872.7640 + 121.2046 872.8995 + 121.2545 873.0347 + 121.3044 873.1696 + 121.3544 873.3044 + 121.4044 873.4393 + 121.4544 873.5737 + 121.5043 873.7079 + 121.5541 873.8414 + 121.6042 873.9755 + 121.6542 874.1093 + 121.7041 874.2426 + 121.7563 874.3815 + 121.8064 874.5148 + 121.8564 874.6478 + 121.9065 874.7807 + 121.9565 874.9130 + 122.0065 875.0450 + 122.0565 875.1772 + 122.1066 875.3090 + 122.1566 875.4406 + 122.2065 875.5715 + 122.2565 875.7026 + 122.3066 875.8336 + 122.3564 875.9639 + 122.4065 876.0943 + 122.4564 876.2242 + 122.5063 876.3540 + 122.5563 876.4835 + 122.6062 876.6127 + 122.6563 876.7420 + 122.7062 876.8708 + 122.7562 876.9995 + 122.8059 877.1273 + 122.8560 877.2557 + 122.9061 877.3839 + 122.9560 877.5114 + 123.0116 877.6533 + 123.0617 877.7807 + 123.1118 877.9078 + 123.1619 878.0347 + 123.2118 878.1612 + 123.2618 878.2872 + 123.3119 878.4133 + 123.3619 878.5391 + 123.4119 878.6647 + 123.4618 878.7895 + 123.5118 878.9146 + 123.5619 879.0394 + 123.6118 879.1636 + 123.6618 879.2877 + 123.7118 879.4114 + 123.7617 879.5349 + 123.8116 879.6581 + 123.8616 879.7810 + 123.9116 879.9039 + 123.9616 880.0264 + 124.0115 880.1484 + 124.0613 880.2699 + 124.1114 880.3918 + 124.1614 880.5135 + 124.2113 880.6344 + 124.2575 880.7461 + 124.3076 880.8670 + 124.3577 880.9875 + 124.4078 881.1078 + 124.4577 881.2275 + 124.5077 881.3469 + 124.5578 881.4662 + 124.6078 881.5853 + 124.6578 881.7040 + 124.7077 881.8221 + 124.7577 881.9402 + 124.8078 882.0581 + 124.8577 882.1753 + 124.9077 882.2925 + 124.9576 882.4092 + 125.0076 882.5256 + 125.0575 882.6418 + 125.1075 882.7577 + 125.1575 882.8735 + 125.2075 882.9887 + 125.2574 883.1037 + 125.3072 883.2179 + 125.3573 883.3326 + 125.4073 883.4470 + 125.4572 883.5605 + 125.4944 883.6450 + 125.5445 883.7585 + 125.5946 883.8716 + 125.6447 883.9845 + 125.6946 884.0968 + 125.7446 884.2087 + 125.7947 884.3206 + 125.8447 884.4321 + 125.8947 884.5432 + 125.9446 884.6536 + 125.9946 884.7642 + 126.0447 884.8744 + 126.0946 884.9839 + 126.1446 885.0934 + 126.1945 885.2025 + 126.2445 885.3111 + 126.2944 885.4193 + 126.3444 885.5273 + 126.3944 885.6353 + 126.4444 885.7426 + 126.4943 885.8495 + 126.5441 885.9559 + 126.5941 886.0624 + 126.6442 886.1687 + 126.6941 886.2742 + 126.7388 886.3684 + 126.7889 886.4737 + 126.8390 886.5786 + 126.8891 886.6832 + 126.9390 886.7871 + 126.9890 886.8907 + 127.0390 886.9941 + 127.0891 887.0972 + 127.1391 887.2000 + 127.1890 887.3019 + 127.2390 887.4038 + 127.2891 887.5056 + 127.3390 887.6065 + 127.3890 887.7073 + 127.4389 887.8077 + 127.4889 887.9077 + 127.5388 888.0072 + 127.5887 888.1064 + 127.6388 888.2056 + 127.6888 888.3041 + 127.7387 888.4022 + 127.7885 888.4996 + 127.8385 888.5972 + 127.8886 888.6945 + 127.9385 888.7910 + 128.0039 888.9171 + 128.0540 889.0131 + 128.1041 889.1086 + 128.1542 889.2039 + 128.2042 889.2985 + 128.2541 889.3928 + 128.3042 889.4869 + 128.3542 889.5804 + 128.4043 889.6737 + 128.4541 889.7662 + 128.5042 889.8585 + 128.5542 889.9507 + 128.6041 890.0419 + 128.6541 890.1332 + 128.7041 890.2238 + 128.7540 890.3140 + 128.8039 890.4038 + 128.8539 890.4933 + 128.9039 890.5825 + 128.9539 890.6712 + 129.0038 890.7594 + 129.0536 890.8469 + 129.1037 890.9344 + 129.1537 891.0217 + 129.2036 891.1082 + 129.2809 891.2413 + 129.3310 891.3270 + 129.3811 891.4124 + 129.4312 891.4973 + 129.4811 891.5815 + 129.5311 891.6655 + 129.5811 891.7490 + 129.6312 891.8322 + 129.6812 891.9147 + 129.7311 891.9968 + 129.7811 892.0785 + 129.8312 892.1600 + 129.8810 892.2407 + 129.9311 892.3212 + 129.9810 892.4012 + 130.0310 892.4807 + 130.0809 892.5597 + 130.1308 892.6382 + 130.1809 892.7165 + 130.2308 892.7943 + 130.2808 892.8716 + 130.3306 892.9482 + 130.3806 893.0248 + 130.4307 893.1010 + 130.4806 893.1763 + 130.5306 893.2515 + 130.5807 893.3264 + 130.6308 893.4006 + 130.6809 893.4745 + 130.7309 893.5477 + 130.7808 893.6204 + 130.8309 893.6929 + 130.8809 893.7648 + 130.9310 893.8363 + 130.9808 893.9070 + 131.0308 893.9775 + 131.0809 894.0477 + 131.1308 894.1170 + 131.1808 894.1860 + 131.2308 894.2546 + 131.2807 894.3226 + 131.3306 894.3901 + 131.3806 894.4573 + 131.4306 894.5240 + 131.4806 894.5901 + 131.5305 894.6558 + 131.5803 894.7206 + 131.6304 894.7855 + 131.6804 894.8499 + 131.7303 894.9133 + 131.7626 894.9543 + 131.8127 895.0173 + 131.8628 895.0799 + 131.9129 895.1420 + 131.9628 895.2033 + 132.0128 895.2643 + 132.0629 895.3248 + 132.1129 895.3848 + 132.1629 895.4442 + 132.2128 895.5031 + 132.2628 895.5615 + 132.3129 895.6194 + 132.3628 895.6767 + 132.4128 895.7336 + 132.4628 895.7899 + 132.5127 895.8457 + 132.5626 895.9010 + 132.6126 895.9557 + 132.6626 896.0101 + 132.7126 896.0638 + 132.7625 896.1171 + 132.8123 896.1696 + 132.8624 896.2219 + 132.9124 896.2736 + 132.9623 896.3246 + 133.0104 896.3733 + 133.0605 896.4235 + 133.1105 896.4732 + 133.1606 896.5223 + 133.2106 896.5707 + 133.2606 896.6187 + 133.3106 896.6661 + 133.3607 896.7131 + 133.4107 896.7595 + 133.4606 896.8051 + 133.5106 896.8504 + 133.5607 896.8951 + 133.6105 896.9392 + 133.6606 896.9828 + 133.7105 897.0258 + 133.7604 897.0684 + 133.8104 897.1101 + 133.8603 897.1515 + 133.9104 897.1924 + 133.9603 897.2325 + 134.0103 897.2722 + 134.0600 897.3112 + 134.1101 897.3498 + 134.1602 897.3878 + 134.2101 897.4252 + 134.2774 897.4747 + 134.3275 897.5108 + 134.3775 897.5464 + 134.4276 897.5814 + 134.4776 897.6157 + 134.5275 897.6494 + 134.5776 897.6827 + 134.6277 897.7153 + 134.6777 897.7474 + 134.7276 897.7787 + 134.7776 897.8096 + 134.8277 897.8400 + 134.8775 897.8696 + 134.9275 897.8987 + 134.9775 897.9271 + 135.0274 897.9550 + 135.0773 897.9822 + 135.1273 898.0089 + 135.1773 898.0350 + 135.2273 898.0605 + 135.2773 898.0853 + 135.3270 898.1096 + 135.3771 898.1332 + 135.4272 898.1564 + 135.4771 898.1788 + 135.5254 898.2000 + 135.5755 898.2212 + 135.6256 898.2419 + 135.6757 898.2619 + 135.7256 898.2813 + 135.7756 898.3002 + 135.8257 898.3183 + 135.8757 898.3358 + 135.9257 898.3528 + 135.9756 898.3690 + 136.0256 898.3846 + 136.0757 898.3997 + 136.1256 898.4141 + 136.1756 898.4278 + 136.2255 898.4410 + 136.2755 898.4534 + 136.3254 898.4653 + 136.3754 898.4764 + 136.4254 898.4870 + 136.4753 898.4969 + 136.5253 898.5062 + 136.5751 898.5148 + 136.6252 898.5228 + 136.6752 898.5302 + 136.7251 898.5368 + 136.7608 898.5412 + 136.8109 898.5468 + 136.8610 898.5517 + 136.9111 898.5559 + 136.9610 898.5594 + 137.0110 898.5624 + 137.0611 898.5646 + 137.1111 898.5663 + 137.1611 898.5673 + 137.2110 898.5674 + 137.2610 898.5671 + 137.3111 898.5659 + 137.3610 898.5642 + 137.4110 898.5617 + 137.4609 898.5586 + 137.5109 898.5549 + 137.5608 898.5504 + 137.6107 898.5453 + 137.6608 898.5394 + 137.7107 898.5329 + 137.7607 898.5256 + 137.8105 898.5178 + 137.8605 898.5092 + 137.9106 898.4999 + 137.9605 898.4900 + 137.9986 898.4819 + 138.0487 898.4707 + 138.0988 898.4587 + 138.1489 898.4462 + 138.1988 898.4327 + 138.2488 898.4188 + 138.2988 898.4041 + 138.3489 898.3887 + 138.3989 898.3725 + 138.4488 898.3557 + 138.4988 898.3382 + 138.5489 898.3198 + 138.5988 898.3009 + 138.6488 898.2812 + 138.6987 898.2607 + 138.7487 898.2397 + 138.7986 898.2178 + 138.8485 898.1952 + 138.8986 898.1718 + 138.9485 898.1478 + 138.9985 898.1230 + 139.0482 898.0977 + 139.0983 898.0714 + 139.1484 898.0443 + 139.1983 898.0167 + 139.2452 897.9899 + 139.2953 897.9608 + 139.3454 897.9308 + 139.3955 897.9001 + 139.4455 897.8687 + 139.4954 897.8366 + 139.5455 897.8036 + 139.5955 897.7700 + 139.6456 897.7357 + 139.6954 897.7006 + 139.7454 897.6647 + 139.7955 897.6279 + 139.8454 897.5906 + 139.8954 897.5523 + 139.9454 897.5134 + 139.9953 897.4738 + 140.0452 897.4333 + 140.0952 897.3921 + 140.1452 897.3500 + 140.1952 897.3073 + 140.2451 897.2637 + 140.2949 897.2196 + 140.3450 897.1743 + 140.3950 897.1284 + 140.4449 897.0818 + 140.5172 897.0130 + 140.5673 896.9643 + 140.6174 896.9148 + 140.6674 896.8645 + 140.7174 896.8136 + 140.7674 896.7618 + 140.8174 896.7092 + 140.8675 896.6557 + 140.9175 896.6016 + 140.9674 896.5468 + 141.0174 896.4908 + 141.0675 896.4343 + 141.1173 896.3771 + 141.1674 896.3187 + 141.2173 896.2598 + 141.2672 896.2001 + 141.3172 896.1395 + 141.3671 896.0781 + 141.4172 896.0159 + 141.4671 895.9528 + 141.5171 895.8890 + 141.5668 895.8246 + 141.6169 895.7589 + 141.6670 895.6925 + 141.7169 895.6253 + 141.7663 895.5582 + 141.8164 895.4891 + 141.8665 895.4193 + 141.9166 895.3486 + 141.9666 895.2773 + 142.0165 895.2051 + 142.0666 895.1321 + 142.1166 895.0582 + 142.1667 894.9833 + 142.2165 894.9079 + 142.2665 894.8314 + 142.3166 894.7540 + 142.3665 894.6761 + 142.4165 894.5972 + 142.4665 894.5173 + 142.5164 894.4368 + 142.5663 894.3552 + 142.6163 894.2729 + 142.6663 894.1895 + 142.7163 894.1055 + 142.7662 894.0206 + 142.8160 893.9350 + 142.8661 893.8481 + 142.9161 893.7604 + 142.9660 893.6721 + 143.0021 893.6077 + 143.0522 893.5175 + 143.1023 893.4265 + 143.1524 893.3345 + 143.2023 893.2419 + 143.2523 893.1484 + 143.3024 893.0539 + 143.3524 892.9585 + 143.4024 892.8622 + 143.4523 892.7653 + 143.5023 892.6672 + 143.5524 892.5683 + 143.6023 892.4686 + 143.6523 892.3679 + 143.7023 892.2664 + 143.7522 892.1639 + 143.8021 892.0607 + 143.8521 891.9565 + 143.9021 891.8513 + 143.9521 891.7451 + 144.0020 891.6382 + 144.0518 891.5307 + 144.1019 891.4216 + 144.1519 891.3116 + 144.2018 891.2012 + 144.2502 891.0932 + 144.3003 890.9803 + 144.3503 890.8668 + 144.4004 890.7521 + 144.4504 890.6369 + 144.5004 890.5206 + 144.5504 890.4034 + 144.6004 890.2850 + 144.6505 890.1658 + 144.7003 890.0461 + 144.7504 889.9250 + 144.8004 889.8030 + 144.8503 889.6805 + 144.9003 889.5566 + 144.9503 889.4320 + 145.0002 889.3063 + 145.0502 889.1799 + 145.1001 889.0524 + 145.1501 888.9236 + 145.2001 888.7943 + 145.2500 888.6639 + 145.2998 888.5330 + 145.3499 888.4004 + 145.4000 888.2668 + 145.4499 888.1327 + 145.5128 887.9623 + 145.5629 887.8256 + 145.6129 887.6877 + 145.6630 887.5488 + 145.7130 887.4094 + 145.7629 887.2690 + 145.8130 887.1273 + 145.8630 886.9849 + 145.9131 886.8413 + 145.9629 886.6973 + 146.0130 886.5518 + 146.0630 886.4052 + 146.1129 886.2581 + 146.1629 886.1095 + 146.2129 885.9603 + 146.2628 885.8099 + 146.3127 885.6588 + 146.3627 885.5065 + 146.4127 885.3530 + 146.4627 885.1987 + 146.5126 885.0433 + 146.5624 884.8875 + 146.6125 884.7299 + 146.6626 884.5710 + 146.7124 884.4119 + 146.7621 884.2524 + 146.8122 884.0906 + 146.8623 883.9277 + 146.9124 883.7637 + 146.9623 883.5993 + 147.0123 883.4336 + 147.0623 883.2667 + 147.1124 883.0988 + 147.1624 882.9298 + 147.2123 882.7606 + 147.2623 882.5896 + 147.3124 882.4174 + 147.3623 882.2449 + 147.4123 882.0707 + 147.4622 881.8958 + 147.5122 881.7198 + 147.5621 881.5431 + 147.6120 881.3650 + 147.6621 881.1854 + 147.7120 881.0052 + 147.7620 880.8240 + 147.8118 880.6425 + 147.8618 880.4586 + 147.9119 880.2738 + 147.9618 880.0884 + 148.0037 879.9323 + 148.0538 879.7440 + 148.1039 879.5552 + 148.1540 879.3649 + 148.2039 879.1741 + 148.2539 878.9823 + 148.3039 878.7889 + 148.3540 878.5947 + 148.4040 878.3992 + 148.4539 878.2035 + 148.5039 878.0061 + 148.5540 877.8074 + 148.6039 877.6080 + 148.6539 877.4073 + 148.7038 877.2057 + 148.7538 877.0031 + 148.8037 876.7993 + 148.8536 876.5946 + 148.9037 876.3881 + 148.9536 876.1808 + 149.0036 875.9725 + 149.0533 875.7640 + 149.1034 875.5531 + 149.1535 875.3411 + 149.2034 875.1285 + 149.2519 874.9208 + 149.3020 874.7051 + 149.3521 874.4885 + 149.4022 874.2708 + 149.4522 874.0524 + 149.5021 873.8328 + 149.5522 873.6118 + 149.6022 873.3898 + 149.6523 873.1664 + 149.7021 872.9428 + 149.7521 872.7174 + 149.8022 872.4905 + 149.8521 872.2634 + 149.9021 872.0345 + 149.9521 871.8048 + 150.0020 871.5740 + 150.0519 871.3420 + 150.1019 871.1090 + 150.1519 870.8741 + 150.2019 870.6387 + 150.2518 870.4020 + 150.3016 870.1649 + 150.3517 869.9252 + 150.4017 869.6846 + 150.4516 869.4434 + 150.4882 869.2659 + 150.5383 869.0219 + 150.5884 868.7766 + 150.6385 868.5301 + 150.6884 868.2834 + 150.7384 868.0350 + 150.7885 867.7851 + 150.8385 867.5341 + 150.8886 867.2820 + 150.9384 867.0295 + 150.9884 866.7751 + 151.0385 866.5193 + 151.0884 866.2631 + 151.1384 866.0051 + 151.1884 865.7463 + 151.2383 865.4863 + 151.2882 865.2252 + 151.3382 864.9627 + 151.3882 864.6984 + 151.4382 864.4334 + 151.4881 864.1674 + 151.5379 863.9010 + 151.5880 863.6317 + 151.6380 863.3613 + 151.6879 863.0907 + 151.7426 862.7928 + 151.7927 862.5182 + 151.8427 862.2428 + 151.8928 861.9661 + 151.9428 861.6886 + 151.9928 861.4100 + 152.0428 861.1296 + 152.0929 860.8481 + 152.1429 860.5654 + 152.1928 860.2823 + 152.2428 859.9972 + 152.2928 859.7106 + 152.3427 859.4237 + 152.3927 859.1346 + 152.4427 858.8448 + 152.4926 858.5540 + 152.5426 858.2620 + 152.5925 857.9683 + 152.6425 857.6729 + 152.6925 857.3768 + 152.7425 857.0795 + 152.7922 856.7819 + 152.8423 856.4812 + 152.8924 856.1794 + 152.9423 855.8771 + 153.0000 855.5261 + 153.0501 855.2200 + 153.1002 854.9127 + 153.1503 854.6039 + 153.2002 854.2947 + 153.2502 853.9843 + 153.3003 853.6720 + 153.3503 853.3584 + 153.4003 853.0436 + 153.4502 852.7286 + 153.5002 852.4113 + 153.5503 852.0923 + 153.6002 851.7733 + 153.6502 851.4520 + 153.7001 851.1298 + 153.7501 850.8065 + 153.8000 850.4820 + 153.8499 850.1559 + 153.9000 849.8279 + 153.9500 849.4991 + 153.9999 849.1692 + 154.0497 848.8390 + 154.0997 848.5056 + 154.1498 848.1707 + 154.1997 847.8358 + 154.2476 847.5129 + 154.2977 847.1738 + 154.3478 846.8339 + 154.3979 846.4921 + 154.4478 846.1503 + 154.4978 845.8066 + 154.5479 845.4612 + 154.5979 845.1145 + 154.6479 844.7665 + 154.6978 844.4185 + 154.7478 844.0679 + 154.7979 843.7153 + 154.8478 843.3630 + 154.8978 843.0084 + 154.9477 842.6527 + 154.9977 842.2959 + 155.0476 841.9379 + 155.0975 841.5781 + 155.1476 841.2164 + 155.1976 840.8538 + 155.2475 840.4901 + 155.2973 840.1261 + 155.3474 839.7585 + 155.3974 839.3898 + 155.4473 839.0207 + 155.4999 838.6304 + 155.5500 838.2570 + 155.6001 837.8825 + 155.6502 837.5063 + 155.7001 837.1298 + 155.7501 836.7520 + 155.8002 836.3718 + 155.8502 835.9906 + 155.9002 835.6078 + 155.9501 835.2250 + 156.0001 834.8396 + 156.0502 834.4523 + 156.1001 834.0651 + 156.1501 833.6754 + 156.2000 833.2847 + 156.2500 832.8929 + 156.2999 832.4996 + 156.3498 832.1049 + 156.3999 831.7079 + 156.4498 831.3099 + 156.4998 830.9108 + 156.5496 830.5117 + 156.5996 830.1086 + 156.6497 829.7041 + 156.6996 829.2997 + 156.7485 828.9019 + 156.7986 828.4929 + 156.8487 828.0826 + 156.8988 827.6705 + 156.9487 827.2585 + 156.9987 826.8446 + 157.0487 826.4288 + 157.0988 826.0113 + 157.1488 825.5924 + 157.1987 825.1738 + 157.2487 824.7522 + 157.2988 824.3286 + 157.3487 823.9053 + 157.3987 823.4794 + 157.4486 823.0525 + 157.4986 822.6241 + 157.5485 822.1946 + 157.5984 821.7633 + 157.6485 821.3297 + 157.6984 820.8951 + 157.7484 820.4594 + 157.7981 820.0237 + 157.8482 819.5835 + 157.8983 819.1423 + 157.9482 818.7009 + 157.9868 818.3585 + 158.0369 817.9127 + 158.0870 817.4655 + 158.1371 817.0167 + 158.1870 816.5675 + 158.2370 816.1168 + 158.2870 815.6638 + 158.3371 815.2094 + 158.3871 814.7534 + 158.4370 814.2976 + 158.4870 813.8387 + 158.5371 813.3779 + 158.5869 812.9172 + 158.6370 812.4537 + 158.6869 811.9894 + 158.7368 811.5237 + 158.7868 811.0565 + 158.8367 810.5874 + 158.8868 810.1162 + 158.9367 809.6440 + 158.9867 809.1704 + 159.0364 808.6970 + 159.0865 808.2189 + 159.1366 807.7396 + 159.1865 807.2601 + 159.2406 806.7388 + 159.2907 806.2542 + 159.3407 805.7682 + 159.3909 805.2805 + 159.4408 804.7927 + 159.4908 804.3031 + 159.5408 803.8110 + 159.5909 803.3175 + 159.6409 802.8224 + 159.6908 802.3278 + 159.7408 801.8296 + 159.7909 801.3293 + 159.8407 800.8295 + 159.8908 800.3267 + 159.9407 799.8231 + 159.9906 799.3177 + 160.0406 798.8112 + 160.0905 798.3026 + 160.1406 797.7915 + 160.1905 797.2797 + 160.2405 796.7664 + 160.2902 796.2531 + 160.3403 795.7352 + 160.3904 795.2158 + 160.4403 794.6965 + 160.4990 794.0829 + 160.5491 793.5581 + 160.5992 793.0317 + 160.6493 792.5035 + 160.6992 791.9752 + 160.7492 791.4453 + 160.7993 790.9125 + 160.8493 790.3783 + 160.8994 789.8423 + 160.9492 789.3068 + 160.9992 788.7681 + 161.0493 788.2266 + 161.0992 787.6861 + 161.1492 787.1421 + 161.1992 786.5973 + 161.2491 786.0511 + 161.2990 785.5033 + 161.3490 784.9536 + 161.3990 784.4012 + 161.4490 783.8478 + 161.4989 783.2931 + 161.5487 782.7384 + 161.5988 782.1791 + 161.6488 781.6179 + 161.6987 781.0571 + 161.7548 780.4250 + 161.8049 779.8582 + 161.8549 779.2900 + 161.9050 778.7197 + 161.9550 778.1497 + 162.0050 777.5775 + 162.0550 777.0026 + 162.1051 776.4263 + 162.1551 775.8481 + 162.2050 775.2706 + 162.2550 774.6895 + 162.3051 774.1057 + 162.3549 773.5226 + 162.4050 772.9363 + 162.4549 772.3490 + 162.5048 771.7606 + 162.5547 771.1699 + 162.6047 770.5773 + 162.6548 769.9821 + 162.7047 769.3862 + 162.7547 768.7885 + 162.8044 768.1915 + 162.8545 767.5885 + 162.9046 766.9842 + 162.9545 766.3802 + 163.0145 765.6520 + 163.0646 765.0413 + 163.1146 764.4300 + 163.1647 763.8158 + 163.2147 763.2020 + 163.2646 762.5864 + 163.3147 761.9678 + 163.3647 761.3477 + 163.4148 760.7257 + 163.4646 760.1042 + 163.5147 759.4791 + 163.5647 758.8511 + 163.6146 758.2242 + 163.6646 757.5936 + 163.7146 756.9622 + 163.7645 756.3292 + 163.8145 755.6943 + 163.8644 755.0576 + 163.9144 754.4178 + 163.9644 753.7772 + 164.0143 753.1349 + 164.0641 752.4933 + 164.1142 751.8456 + 164.1643 751.1965 + 164.2142 750.5477 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.dat b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.dat new file mode 100644 index 000000000..57eb0f9a4 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.dat @@ -0,0 +1,3200 @@ + 3.86396 128.22 14.70975 + 3.91407 120.02 14.22598 + 3.96414 166.98 16.77884 + 4.01424 135.17 15.05058 + 4.06420 182.87 17.58951 + 4.11416 177.19 17.30471 + 4.16422 249.28 20.60029 + 4.21426 242.77 20.31934 + 4.26430 261.99 21.15273 + 4.31416 374.47 25.40466 + 4.36417 435.31 27.22361 + 4.41425 647.92 33.50702 + 4.46413 806.68 37.39521 + 4.51415 868.33 38.90596 + 4.56410 1082.78 43.80960 + 4.61404 1245.94 47.21271 + 4.66396 1161.56 45.48021 + 4.71391 1270.88 47.62860 + 4.76395 1353.10 49.39456 + 4.81391 1394.96 50.01572 + 4.86386 1344.30 49.09494 + 4.91363 1395.56 50.01088 + 4.96371 1418.44 50.58948 + 5.01377 1512.19 52.30489 + 5.06367 1533.20 52.68642 + 5.11651 1511.09 44.28691 + 5.16661 1557.83 45.91942 + 5.21668 1570.98 46.20371 + 5.26679 1524.03 45.02544 + 5.31674 1557.07 45.25249 + 5.36670 1518.49 44.31210 + 5.41676 1492.80 44.16746 + 5.46680 1467.48 43.86771 + 5.51684 1642.49 46.71440 + 5.56670 1467.95 44.03296 + 5.61672 1480.74 43.62110 + 5.66680 1504.68 44.46082 + 5.71668 1493.81 44.27740 + 5.76669 1526.23 44.96581 + 5.81665 1448.03 43.71241 + 5.86658 1480.69 44.77661 + 5.91650 1399.52 42.51775 + 5.96645 1416.73 43.43228 + 6.01649 1395.40 42.77295 + 6.06646 1287.19 40.93098 + 6.11640 1413.82 43.17433 + 6.16617 1294.07 41.81616 + 6.21625 1329.71 41.91021 + 6.26631 1295.20 41.37796 + 6.31621 1221.64 39.93496 + 6.36160 1239.25 39.87817 + 6.41170 1234.43 39.86223 + 6.46178 1176.34 39.05585 + 6.51188 1230.70 39.53897 + 6.56183 1157.69 38.54604 + 6.61180 1123.19 37.84542 + 6.66186 1173.25 38.91529 + 6.71190 1163.54 39.22373 + 6.76194 1160.56 38.59626 + 6.81179 1090.30 37.27342 + 6.86181 1089.23 38.28368 + 6.91189 1115.90 37.61273 + 6.96177 1035.09 36.20958 + 7.01179 1073.90 37.53758 + 7.06174 1088.65 37.38830 + 7.11167 1060.65 37.06623 + 7.16159 1001.18 35.33468 + 7.21155 1051.08 36.73854 + 7.26159 1038.77 35.93502 + 7.31155 987.64 35.00495 + 7.36149 1032.94 37.20297 + 7.41126 1014.73 36.44994 + 7.46135 967.70 34.78567 + 7.51141 1053.04 37.04921 + 7.56131 987.22 35.52097 + 7.61764 1027.23 31.22420 + 7.66775 957.69 30.08272 + 7.71782 950.30 29.93164 + 7.76792 965.57 30.17965 + 7.81788 908.56 29.29014 + 7.86784 990.94 30.58306 + 7.91790 948.75 29.99545 + 7.96794 1014.25 31.01891 + 8.01798 909.56 29.32125 + 8.06784 963.50 30.18412 + 8.11785 956.97 30.07273 + 8.16793 941.60 29.83879 + 8.21781 944.65 29.89604 + 8.26783 958.38 30.07567 + 8.31778 915.62 29.39662 + 8.36772 926.86 29.56226 + 8.41764 898.35 29.09659 + 8.46759 883.90 28.84589 + 8.51763 907.95 29.18159 + 8.56759 840.81 28.28902 + 8.61754 854.40 28.27955 + 8.66731 909.80 29.25012 + 8.71739 933.86 29.70975 + 8.76745 883.97 28.90883 + 8.81735 872.52 28.71472 + 8.87019 889.41 31.01711 + 8.92029 872.92 30.61970 + 8.97036 910.67 31.21488 + 9.02047 869.99 30.54181 + 9.07042 859.96 30.28262 + 9.12038 858.03 30.34484 + 9.17044 834.26 29.78942 + 9.22048 856.79 30.42373 + 9.27052 837.15 29.97232 + 9.32038 822.58 29.60026 + 9.37040 863.24 30.40299 + 9.42048 827.61 29.72003 + 9.47036 826.65 29.71362 + 9.52037 842.37 30.01409 + 9.57033 902.88 31.10461 + 9.62026 827.23 29.68607 + 9.67018 846.33 30.06096 + 9.72013 825.69 29.56639 + 9.77017 765.93 28.58218 + 9.82014 845.02 30.01413 + 9.87008 850.36 30.11643 + 9.91985 841.36 29.96711 + 9.96993 832.23 29.82061 + 10.01999 780.68 28.90290 + 10.06989 839.40 29.94791 + 10.12498 805.00 31.12255 + 10.17508 736.57 29.63515 + 10.22516 815.42 31.22666 + 10.27526 793.91 30.88025 + 10.32521 817.66 31.34024 + 10.37518 770.70 30.26985 + 10.42524 804.50 31.03263 + 10.47528 727.04 29.36683 + 10.52532 751.78 29.88966 + 10.57517 764.02 30.06930 + 10.62519 802.46 31.07045 + 10.67527 752.71 30.17945 + 10.72515 793.85 30.83676 + 10.77517 776.92 30.38889 + 10.82512 791.07 30.78592 + 10.87505 788.79 30.61874 + 10.92497 784.57 30.90047 + 10.97493 775.27 30.45313 + 11.02497 754.16 29.99144 + 11.07493 787.35 30.65752 + 11.12487 813.34 31.20968 + 11.17464 713.61 29.20202 + 11.22473 731.27 29.56836 + 11.27479 726.09 29.38950 + 11.32469 779.29 30.56678 + 11.37442 762.10 28.47269 + 11.42453 760.08 28.60851 + 11.47460 802.53 29.18481 + 11.52470 755.89 28.52395 + 11.57466 768.50 28.58027 + 11.62462 790.01 29.12242 + 11.67468 734.06 28.08891 + 11.72472 784.43 28.98828 + 11.77476 724.67 28.00827 + 11.82462 779.11 28.71278 + 11.87463 752.73 28.33567 + 11.92471 733.54 28.43379 + 11.97459 746.79 28.39582 + 12.02461 765.56 28.88255 + 12.07456 750.70 28.33239 + 12.12450 779.88 28.79665 + 12.17442 761.56 28.79281 + 12.22437 725.67 27.83421 + 12.27441 807.15 29.30111 + 12.32437 745.75 28.67390 + 12.37432 788.00 29.22697 + 12.42409 725.64 27.99842 + 12.47417 761.60 28.34602 + 12.52423 768.65 28.90191 + 12.57413 785.66 28.81345 + 12.61347 764.38 27.39105 + 12.66357 727.45 26.82002 + 12.71364 746.76 27.13645 + 12.76375 786.33 27.89217 + 12.81370 765.94 27.50720 + 12.86366 776.81 27.63942 + 12.91372 736.69 27.11616 + 12.96376 728.16 26.96242 + 13.01380 757.21 27.39101 + 13.06366 781.63 27.73079 + 13.11368 763.67 27.42530 + 13.16376 732.74 26.84716 + 13.21364 745.87 27.19839 + 13.26365 760.49 27.42380 + 13.31361 784.22 27.79723 + 13.36354 741.46 26.95486 + 13.41346 733.61 26.97443 + 13.46341 775.04 27.60387 + 13.51345 758.65 27.42436 + 13.56342 754.40 27.27823 + 13.61336 701.22 26.27288 + 13.66313 778.39 27.68511 + 13.71321 739.69 27.31066 + 13.76327 722.27 26.74960 + 13.81317 779.18 27.72609 + 13.86791 740.32 27.80809 + 13.91801 738.65 27.79228 + 13.96809 784.66 28.64501 + 14.01819 755.77 28.11816 + 14.06814 733.04 27.74023 + 14.11811 725.36 27.64581 + 14.16817 754.73 28.15314 + 14.21821 765.19 28.34985 + 14.26825 801.27 28.97983 + 14.31810 804.70 28.98768 + 14.36812 756.36 28.21901 + 14.41820 766.09 28.40835 + 14.46808 780.76 28.74735 + 14.51810 741.08 27.81827 + 14.56805 729.70 27.63716 + 14.61798 750.00 28.05076 + 14.66790 759.58 28.14732 + 14.71786 758.71 28.34613 + 14.76790 777.14 28.52254 + 14.81786 741.13 27.96930 + 14.86780 738.30 27.77428 + 14.91757 764.53 28.38430 + 14.96766 764.54 28.27683 + 15.01772 796.72 28.88634 + 15.06762 744.09 27.95072 + 15.12395 723.92 26.52031 + 15.17406 750.85 27.06986 + 15.22413 795.62 27.79729 + 15.27423 747.70 26.93454 + 15.32419 745.56 26.90944 + 15.37415 743.07 26.84940 + 15.42421 773.46 27.41947 + 15.47425 765.86 27.29211 + 15.52429 699.87 26.06625 + 15.57415 732.41 26.59871 + 15.62416 768.54 27.36019 + 15.67425 699.30 26.04781 + 15.72412 769.53 27.41458 + 15.77414 743.34 26.87139 + 15.82409 719.45 26.48893 + 15.87403 707.66 26.18487 + 15.92395 720.09 26.43282 + 15.97390 775.08 27.43756 + 16.02394 732.56 26.77164 + 16.07390 723.68 26.47283 + 16.12385 763.27 27.26139 + 16.17362 755.35 27.09298 + 16.22370 746.64 26.95681 + 16.27376 736.37 26.74808 + 16.32366 751.89 27.06437 + 16.35805 796.15 28.59570 + 16.40815 749.58 27.72352 + 16.45822 783.55 28.35462 + 16.50833 785.38 28.40638 + 16.55828 786.92 28.40782 + 16.60824 741.59 27.59535 + 16.65830 749.53 27.70216 + 16.70834 728.18 27.50598 + 16.75838 760.77 27.93471 + 16.80824 732.60 27.37769 + 16.85826 712.64 27.07485 + 16.90834 761.29 27.94164 + 16.95822 703.67 26.84074 + 17.00823 726.79 27.27157 + 17.05819 769.55 28.08875 + 17.10812 761.75 27.87412 + 17.15804 783.25 28.34282 + 17.20799 803.04 28.66399 + 17.25803 688.34 26.44137 + 17.30800 773.21 28.11756 + 17.35794 786.29 28.37416 + 17.40771 791.91 28.52041 + 17.45779 804.54 28.77003 + 17.50785 739.52 27.53972 + 17.55775 787.44 28.38725 + 17.59494 771.27 27.88006 + 17.64504 774.40 27.89934 + 17.69512 763.19 27.70100 + 17.74522 780.10 28.00328 + 17.79517 820.85 28.73312 + 17.84514 789.93 28.17175 + 17.89520 792.37 28.23855 + 17.94524 764.67 27.73426 + 17.99528 778.85 27.96950 + 18.04513 769.15 27.78613 + 18.09515 734.53 27.11284 + 18.14523 784.94 28.10719 + 18.19511 716.35 26.92783 + 18.24513 733.69 27.05403 + 18.29508 785.49 28.16602 + 18.34501 723.63 26.96982 + 18.39493 752.80 27.49070 + 18.44489 756.58 27.52387 + 18.49493 734.30 27.12860 + 18.54489 770.37 27.74746 + 18.59483 750.65 27.43305 + 18.64460 807.97 28.55632 + 18.69469 773.34 27.87619 + 18.74475 796.94 28.42193 + 18.79465 763.12 27.67490 + 18.83978 752.30 28.52307 + 18.88989 695.47 27.53979 + 18.93996 759.74 28.42786 + 18.99006 828.57 29.87166 + 19.04002 786.28 29.05933 + 19.08998 797.57 29.16885 + 19.14004 737.60 28.45629 + 19.19008 794.48 29.14332 + 19.24012 755.77 28.45200 + 19.28998 723.12 27.76558 + 19.33999 744.43 28.16393 + 19.39008 782.77 28.98545 + 19.43995 776.36 28.99250 + 19.48997 775.07 28.76550 + 19.53993 774.15 28.95061 + 19.58986 724.69 27.91724 + 19.63978 792.48 29.14421 + 19.68973 830.35 29.73910 + 19.73977 802.84 29.38500 + 19.78973 756.72 28.52870 + 19.83968 803.48 29.25636 + 19.88945 834.42 30.06579 + 19.93953 828.34 29.96631 + 19.98959 789.51 28.94570 + 20.03949 775.19 28.81156 + 20.10568 857.45 32.37782 + 20.15578 852.93 32.25420 + 20.20585 894.39 33.08635 + 20.25596 886.63 32.89254 + 20.30591 917.87 33.61837 + 20.35587 914.86 33.42041 + 20.40593 930.06 33.74713 + 20.45597 1064.38 36.20054 + 20.50601 1104.89 36.88692 + 20.55587 1063.11 36.13952 + 20.60589 1065.09 36.27761 + 20.65597 1081.92 36.47885 + 20.70585 1178.68 38.15128 + 20.75586 1179.87 38.18030 + 20.80582 1254.80 39.44937 + 20.85575 1263.04 39.57023 + 20.90567 1319.03 40.48040 + 20.95562 1470.85 42.94320 + 21.00566 1491.27 43.30375 + 21.05563 1629.27 45.63044 + 21.10557 1747.77 47.22968 + 21.15534 1803.66 48.10239 + 21.20542 1937.27 50.04006 + 21.25548 2071.21 51.78827 + 21.30538 2025.93 51.32559 + 21.36597 2449.60 54.86909 + 21.41607 2599.33 56.76491 + 21.46615 2835.68 59.50515 + 21.51625 3003.89 61.53181 + 21.56620 3210.67 63.71746 + 21.61617 3368.51 65.56478 + 21.66623 3810.41 70.23358 + 21.71627 4183.12 74.17434 + 21.76631 4466.32 76.99974 + 21.81616 4630.93 78.33123 + 21.86618 5279.75 84.89514 + 21.91626 5829.30 90.22534 + 21.96614 6574.37 97.32580 + 22.01616 7110.45 102.46189 + 22.06611 7852.27 109.91265 + 22.11604 8051.85 111.90174 + 22.16596 7989.20 111.55429 + 22.21592 7959.58 110.97729 + 22.26596 7849.35 109.53259 + 22.31592 7410.70 105.76982 + 22.36586 7183.28 103.99286 + 22.41563 6768.70 99.97842 + 22.46572 6175.79 94.36740 + 22.51578 5645.10 89.29483 + 22.56568 4898.09 82.08375 + 22.61196 4225.79 77.47260 + 22.66207 3632.12 71.00070 + 22.71214 3039.32 63.81459 + 22.76224 2751.86 60.45820 + 22.81220 2331.28 54.81780 + 22.86216 2048.97 51.26451 + 22.91222 1742.11 46.65073 + 22.96226 1451.93 42.15069 + 23.01230 1216.34 38.19292 + 23.06216 1052.24 35.50188 + 23.11217 966.86 33.81397 + 23.16226 968.34 33.94337 + 23.21213 949.41 33.61053 + 23.26215 920.38 33.13021 + 23.31211 884.56 32.42638 + 23.36204 889.47 32.42835 + 23.41196 894.47 32.49814 + 23.46191 863.76 31.94127 + 23.51195 848.44 31.59933 + 23.56191 856.24 31.78570 + 23.61186 856.95 31.85349 + 23.66163 799.55 30.70310 + 23.71171 808.75 30.79480 + 23.76177 868.66 32.09077 + 23.81167 866.02 32.26585 + 23.86136 931.41 36.77343 + 23.91146 888.13 35.82903 + 23.96153 886.21 35.77769 + 24.01164 915.72 36.81528 + 24.06159 953.10 37.45848 + 24.11155 901.68 36.13334 + 24.16161 832.29 34.78575 + 24.21165 880.63 35.68214 + 24.26169 909.05 36.39090 + 24.31155 890.85 36.06489 + 24.36157 823.90 34.44270 + 24.41165 872.84 35.51746 + 24.46153 868.69 35.53999 + 24.51154 844.11 34.92639 + 24.56150 869.95 35.74834 + 24.61143 842.28 35.04726 + 24.66135 870.84 35.43816 + 24.71130 807.88 34.05372 + 24.76134 787.48 33.62553 + 24.81131 799.05 33.97489 + 24.86125 788.06 33.87119 + 24.91102 789.39 33.74595 + 24.96110 833.76 34.74112 + 25.01116 800.07 34.01598 + 25.06106 823.40 34.62126 + 25.11545 801.39 33.12835 + 25.16555 785.92 32.96178 + 25.21563 793.42 32.99925 + 25.26573 819.35 34.25174 + 25.31568 796.68 33.22102 + 25.36565 780.48 33.21262 + 25.41571 821.14 33.51818 + 25.46575 781.52 32.57584 + 25.51579 812.20 33.55124 + 25.56564 822.25 33.56532 + 25.61566 848.33 34.00408 + 25.66574 844.17 34.13539 + 25.71562 802.73 33.42225 + 25.76564 744.98 31.82351 + 25.81559 776.41 32.56477 + 25.86552 811.29 33.30586 + 25.91545 815.06 33.32766 + 25.96540 747.86 32.20071 + 26.01544 768.84 32.69038 + 26.06540 737.53 31.73868 + 26.11534 815.88 33.48021 + 26.16512 744.25 31.81865 + 26.21520 723.78 31.40702 + 26.26526 794.45 32.92863 + 26.31516 829.77 33.74290 + 26.37759 804.26 28.86254 + 26.42770 766.01 28.14824 + 26.47777 815.55 29.11489 + 26.52787 822.52 29.33269 + 26.57783 823.32 29.24577 + 26.62779 826.59 29.35920 + 26.67785 815.38 29.09964 + 26.72789 810.41 28.98090 + 26.77793 763.55 28.07745 + 26.82779 820.02 29.12655 + 26.87780 884.62 30.32213 + 26.92789 830.77 29.58766 + 26.97776 785.68 28.61478 + 27.02778 793.66 28.71046 + 27.07774 870.84 30.25809 + 27.12767 754.98 27.92499 + 27.17759 813.84 29.05077 + 27.22754 789.20 28.56423 + 27.27758 802.59 28.99683 + 27.32754 781.87 28.40481 + 27.37749 832.83 29.48541 + 27.42726 800.85 28.90254 + 27.47734 806.72 28.88808 + 27.52740 810.28 28.95609 + 27.57730 762.63 28.08378 + 27.63339 854.06 33.20979 + 27.68349 882.05 33.48525 + 27.73356 821.65 32.11630 + 27.78367 841.46 32.67614 + 27.83362 850.63 32.62190 + 27.88358 850.49 32.66880 + 27.93364 813.44 32.09946 + 27.98368 778.79 31.22627 + 28.03372 815.21 31.73093 + 28.08358 824.68 32.06055 + 28.13360 855.37 32.64715 + 28.18368 861.03 33.29945 + 28.23356 806.55 31.63522 + 28.28357 831.35 32.46510 + 28.33353 873.83 32.91833 + 28.38346 885.53 33.38656 + 28.43338 842.76 32.15477 + 28.48333 865.40 32.88193 + 28.53337 826.46 31.96189 + 28.58334 880.00 32.91286 + 28.63328 876.56 32.96024 + 28.68305 838.86 32.46119 + 28.73313 834.81 32.37717 + 28.78319 851.69 32.39195 + 28.83309 850.41 32.46263 + 28.86573 893.22 35.65095 + 28.91584 852.43 34.52006 + 28.96591 862.51 34.61617 + 29.01601 800.10 33.35751 + 29.06596 920.70 35.68429 + 29.11593 865.00 34.74088 + 29.16599 894.11 35.24748 + 29.21603 878.50 35.13941 + 29.26607 869.20 34.74272 + 29.31592 860.04 34.47670 + 29.36594 828.47 34.13633 + 29.41602 851.02 34.38221 + 29.46590 869.29 34.87673 + 29.51592 787.01 33.10706 + 29.56587 776.69 32.79521 + 29.61580 859.75 34.72481 + 29.66573 803.70 33.98005 + 29.71568 820.00 33.64884 + 29.76572 858.68 34.55660 + 29.81568 854.16 34.41531 + 29.86562 829.50 33.87552 + 29.91540 817.03 34.03756 + 29.96548 790.15 33.21896 + 30.01554 843.92 34.45861 + 30.06544 828.83 34.06479 + 30.09852 831.58 32.35096 + 30.14863 836.90 32.36757 + 30.19870 866.32 33.03502 + 30.24880 818.03 32.06207 + 30.29876 935.37 34.39301 + 30.34872 943.59 34.56763 + 30.39878 920.54 34.27665 + 30.44882 920.45 34.28720 + 30.49886 961.49 34.97567 + 30.54872 976.38 35.51189 + 30.59873 1099.49 37.82756 + 30.64882 1240.47 40.39645 + 30.69869 1248.83 40.55657 + 30.74871 1384.53 42.85755 + 30.79867 1469.53 44.58345 + 30.84860 1591.46 46.82355 + 30.89852 1582.98 46.44117 + 30.94847 1817.56 50.08313 + 30.99851 2031.05 53.44382 + 31.04847 2144.29 55.01937 + 31.09842 2381.76 58.52412 + 31.14819 2656.19 61.95155 + 31.19827 2855.64 64.39118 + 31.24833 3193.66 68.68435 + 31.29823 3468.05 71.87994 + 31.35142 3965.13 81.46746 + 31.40152 4512.56 87.17758 + 31.45159 5196.13 94.41058 + 31.50170 5805.09 100.07591 + 31.55165 6753.99 109.92658 + 31.60161 7397.81 115.84530 + 31.65168 7938.59 121.38389 + 31.70171 8235.84 124.47491 + 31.75175 8199.73 123.76264 + 31.80161 8072.87 121.48134 + 31.85163 7971.10 121.03237 + 31.90171 7586.59 116.82989 + 31.95159 7167.87 112.57971 + 32.00161 6622.43 106.93343 + 32.05156 6111.23 101.66366 + 32.10149 5203.64 92.09917 + 32.15141 4630.45 85.86442 + 32.20137 3909.73 77.67196 + 32.25140 3211.38 69.46041 + 32.30137 2914.61 65.97633 + 32.35131 2532.69 61.17637 + 32.40108 2106.10 55.10845 + 32.45116 1721.90 49.41843 + 32.50123 1428.02 44.91206 + 32.55112 1153.99 40.09043 + 32.59631 1076.42 36.08565 + 32.64642 961.07 33.53083 + 32.69649 994.01 34.26920 + 32.74659 916.21 32.64173 + 32.79654 894.36 32.57103 + 32.84651 881.26 31.99601 + 32.89657 894.30 32.85973 + 32.94661 898.73 32.35329 + 32.99665 883.85 32.23956 + 33.04650 852.51 31.46396 + 33.09652 865.73 32.07425 + 33.14660 876.08 31.91546 + 33.19648 877.08 32.17196 + 33.24650 794.10 30.11954 + 33.29645 780.10 30.17460 + 33.34638 840.15 31.93699 + 33.39631 905.27 33.30267 + 33.44626 862.05 31.68349 + 33.49630 820.71 30.77295 + 33.54626 854.19 31.81185 + 33.59620 826.64 31.04407 + 33.64598 857.99 32.18905 + 33.69606 850.63 31.76884 + 33.74612 855.37 31.84745 + 33.79602 911.62 32.78434 + 33.83740 747.38 27.25998 + 33.88751 822.55 28.63441 + 33.93758 852.22 29.12920 + 33.98768 840.02 28.89698 + 34.03764 826.28 28.55937 + 34.08760 881.55 29.59335 + 34.13766 865.87 29.34929 + 34.18770 882.16 29.58002 + 34.23774 837.56 28.89379 + 34.28760 920.12 30.19525 + 34.33761 872.50 29.45685 + 34.38770 869.41 29.42107 + 34.43757 865.79 29.36651 + 34.48759 898.99 29.83634 + 34.53755 876.77 29.50530 + 34.58748 905.50 30.09927 + 34.63740 868.80 29.44876 + 34.68735 863.85 29.27535 + 34.73739 879.81 29.52036 + 34.78735 843.08 28.89007 + 34.83730 883.56 29.66524 + 34.88707 805.19 28.23699 + 34.93715 864.76 29.27297 + 34.98721 874.90 29.50230 + 35.03711 897.34 29.90084 + 35.10595 824.08 29.29888 + 35.15605 901.39 30.74436 + 35.20612 834.95 29.45255 + 35.25623 862.03 29.90168 + 35.30618 839.90 29.68285 + 35.35614 871.74 30.05866 + 35.40621 832.28 29.42481 + 35.45624 835.16 29.42618 + 35.50628 868.73 30.05185 + 35.55614 878.90 30.12896 + 35.60616 865.17 30.04234 + 35.65624 824.19 29.24934 + 35.70612 846.02 29.77593 + 35.75614 796.98 28.71047 + 35.80609 837.07 29.47217 + 35.85602 847.75 29.65330 + 35.90594 821.63 29.18755 + 35.95590 882.78 30.26422 + 36.00593 873.81 30.07880 + 36.05590 767.55 28.21613 + 36.10584 811.97 28.96138 + 36.15561 787.11 28.82275 + 36.20569 800.50 28.89269 + 36.25576 840.36 29.51417 + 36.30565 839.98 29.62679 + 36.37964 791.13 28.53380 + 36.42975 813.81 28.94834 + 36.47982 804.32 28.65821 + 36.52992 788.24 28.38825 + 36.57987 769.64 28.04082 + 36.62984 792.00 28.44167 + 36.67990 788.50 28.37681 + 36.72994 814.64 28.88773 + 36.77998 793.39 28.46157 + 36.82983 791.91 28.44952 + 36.87985 786.19 28.38978 + 36.92993 785.47 28.33371 + 36.97981 788.48 28.41854 + 37.02983 815.03 28.80375 + 37.07978 809.03 28.73453 + 37.12971 788.46 28.37999 + 37.17964 781.51 28.27571 + 37.22959 743.38 27.51379 + 37.27963 759.65 27.82615 + 37.32959 787.78 28.36288 + 37.37953 766.58 27.97941 + 37.42931 761.38 27.88313 + 37.47939 806.38 28.68822 + 37.52945 792.38 28.42617 + 37.57935 784.63 28.38934 + 37.62004 836.80 29.69508 + 37.67014 812.46 29.22054 + 37.72021 827.10 29.46033 + 37.77031 812.79 29.21390 + 37.82027 801.33 28.97131 + 37.87023 856.54 30.03132 + 37.92029 855.53 30.10237 + 37.97033 893.57 30.79096 + 38.02037 849.37 29.96736 + 38.07023 896.07 30.76883 + 38.12024 959.79 31.99521 + 38.17033 922.03 31.28554 + 38.22020 1028.27 33.08040 + 38.27022 1048.48 33.54736 + 38.32018 1110.23 34.73376 + 38.37011 1302.04 37.77776 + 38.42003 1382.69 39.00951 + 38.46998 1524.59 41.16924 + 38.52002 1656.36 43.15473 + 38.56998 1802.55 45.30412 + 38.61993 2165.26 50.35944 + 38.66970 2524.36 54.98539 + 38.71978 2820.94 58.21892 + 38.76984 3181.41 62.29589 + 38.81974 3658.34 67.28427 + 38.87078 4321.95 71.58819 + 38.92088 5222.28 79.76840 + 38.97095 5963.87 85.70099 + 39.02106 7300.81 96.44182 + 39.07101 8251.76 103.85727 + 39.12097 9018.56 110.04931 + 39.17104 9364.04 112.84945 + 39.22107 9519.86 113.98369 + 39.27111 9400.29 112.78360 + 39.32097 9325.90 112.41551 + 39.37099 8781.71 108.13323 + 39.42107 8341.71 104.73472 + 39.47095 7732.26 100.29025 + 39.52097 6934.04 93.48519 + 39.57092 5966.28 85.11311 + 39.62085 5193.82 78.58600 + 39.67077 4326.42 70.63448 + 39.72073 3574.29 63.03078 + 39.77076 3004.24 57.66906 + 39.82073 2518.22 52.22451 + 39.87067 2194.51 48.67424 + 39.92044 1717.01 42.61372 + 39.97052 1434.17 38.76949 + 40.02059 1217.46 35.15621 + 40.07048 1069.68 32.92460 + 40.12237 949.62 29.99405 + 40.17248 986.30 30.61556 + 40.22255 924.17 29.54431 + 40.27265 849.43 28.37436 + 40.32260 888.04 28.97714 + 40.37257 863.03 28.59193 + 40.42263 805.28 27.54630 + 40.47267 847.26 28.26902 + 40.52271 863.48 28.54719 + 40.57256 837.40 28.05931 + 40.62258 835.30 28.13167 + 40.67266 802.48 27.48329 + 40.72254 885.68 28.92320 + 40.77256 838.05 28.06638 + 40.82251 842.80 28.12611 + 40.87244 841.48 28.13093 + 40.92237 830.46 27.95853 + 40.97232 876.30 28.80153 + 41.02236 834.95 27.99979 + 41.07232 822.86 27.85391 + 41.12226 831.99 28.02564 + 41.17204 852.59 28.40361 + 41.22212 845.37 28.25890 + 41.27218 829.98 27.97645 + 41.32208 823.94 27.90734 + 41.36432 784.96 28.46833 + 41.41442 805.88 28.57665 + 41.46449 741.75 27.37998 + 41.51459 801.24 28.58619 + 41.56455 793.87 28.38110 + 41.61451 758.94 27.83098 + 41.66457 817.35 28.82737 + 41.71461 813.99 28.96087 + 41.76465 776.12 28.09634 + 41.81451 754.79 27.76614 + 41.86452 767.77 27.92594 + 41.91461 812.24 28.73385 + 41.96449 796.99 28.49646 + 42.01450 807.86 28.64215 + 42.06446 800.20 28.52645 + 42.11439 768.37 28.02079 + 42.16431 807.19 28.64039 + 42.21426 818.78 28.78182 + 42.26430 840.37 29.30616 + 42.31427 840.37 29.40123 + 42.36421 837.18 29.17730 + 42.41398 814.53 28.79534 + 42.46406 867.15 29.72755 + 42.51412 828.37 29.37813 + 42.56402 820.37 28.85506 + 42.61411 857.66 30.68461 + 42.66421 839.06 30.29536 + 42.71428 845.49 30.41958 + 42.76439 821.91 29.92864 + 42.81434 833.05 30.22315 + 42.86430 893.38 31.27769 + 42.91437 834.06 30.31111 + 42.96440 828.96 30.16721 + 43.01444 795.30 29.42885 + 43.06430 772.15 28.96977 + 43.11432 772.04 28.99613 + 43.16440 760.94 28.74860 + 43.21428 766.19 28.88774 + 43.26430 792.85 29.50341 + 43.31425 760.18 28.76914 + 43.36418 741.39 28.41213 + 43.41410 830.06 30.12503 + 43.46406 741.61 28.42984 + 43.51409 750.00 28.52149 + 43.56406 773.80 29.06986 + 43.61400 827.71 30.03619 + 43.66377 820.78 29.96863 + 43.71385 809.97 29.82410 + 43.76392 780.23 29.16933 + 43.81381 795.34 29.51741 + 43.86495 780.87 28.77899 + 43.91506 827.44 29.66822 + 43.96513 803.47 29.13095 + 44.01523 822.15 29.49514 + 44.06518 865.78 30.30828 + 44.11515 840.77 29.85139 + 44.16521 771.46 28.64030 + 44.21525 871.83 30.44574 + 44.26529 828.07 29.62026 + 44.31514 880.75 30.49748 + 44.36516 878.04 30.58669 + 44.41524 880.84 30.68836 + 44.46512 810.56 29.35996 + 44.51514 808.49 29.23807 + 44.56509 880.58 30.58392 + 44.61502 841.65 29.93664 + 44.66495 907.00 31.18819 + 44.71490 950.12 31.80803 + 44.76494 919.75 31.29413 + 44.81490 986.84 32.45051 + 44.86484 1113.67 34.61712 + 44.91462 1132.01 35.00833 + 44.96470 1237.26 36.77861 + 45.01476 1339.99 38.37449 + 45.06466 1587.68 42.14939 + 45.10925 1811.46 46.16744 + 45.15935 1979.79 48.36831 + 45.20942 2355.45 53.25041 + 45.25952 2781.64 58.38936 + 45.30948 3279.83 63.70478 + 45.35944 3884.98 69.95844 + 45.40950 4479.67 75.55580 + 45.45954 5330.87 83.37607 + 45.50958 6337.10 92.17614 + 45.55944 6988.94 97.70322 + 45.60945 7320.04 100.80007 + 45.65954 7422.39 101.69076 + 45.70942 7447.94 101.89400 + 45.75943 7148.43 99.18900 + 45.80939 6889.78 96.89093 + 45.85932 6529.15 93.84290 + 45.90924 5983.71 89.07530 + 45.95919 5578.86 85.35148 + 46.00923 4638.55 76.67466 + 46.05920 3945.67 69.81712 + 46.10914 3173.10 61.68585 + 46.15891 2703.07 56.49633 + 46.20899 2308.14 51.73127 + 46.25905 1960.57 47.50980 + 46.30895 1737.74 44.49628 + 46.35974 1385.99 40.26564 + 46.40984 1236.76 38.02120 + 46.45991 966.71 33.09246 + 46.51002 914.85 32.10285 + 46.55997 874.10 31.44133 + 46.60993 813.05 30.22448 + 46.66000 865.24 31.12626 + 46.71003 890.69 31.64990 + 46.76007 856.12 31.06291 + 46.80993 844.88 30.93654 + 46.85995 789.08 29.75453 + 46.91003 794.14 29.79261 + 46.95991 801.61 29.96559 + 47.00993 773.50 29.34359 + 47.05988 808.56 30.04173 + 47.10981 775.45 29.26600 + 47.15973 732.94 28.67051 + 47.20969 790.62 29.61880 + 47.25972 756.81 28.90864 + 47.30969 779.67 29.60624 + 47.35963 775.06 29.50382 + 47.40940 759.57 29.15787 + 47.45948 761.03 29.09221 + 47.50955 771.35 29.29932 + 47.55944 749.75 29.02765 + 47.62723 748.91 27.00183 + 47.67734 761.81 27.06632 + 47.72741 721.85 26.33901 + 47.77751 770.74 27.20201 + 47.82746 747.65 27.07807 + 47.87743 770.34 27.13821 + 47.92749 747.01 26.71243 + 47.97753 692.62 26.08207 + 48.02757 753.30 27.00408 + 48.07742 700.61 26.15487 + 48.12744 772.84 27.31165 + 48.17752 793.77 27.59289 + 48.22740 732.49 26.71035 + 48.27742 742.86 26.77851 + 48.32737 815.36 28.33787 + 48.37731 746.33 26.84298 + 48.42723 775.31 27.69165 + 48.47718 786.72 27.42222 + 48.52722 755.54 27.09513 + 48.57718 767.04 26.89112 + 48.62713 781.99 27.40054 + 48.67690 747.65 26.87279 + 48.72698 699.86 25.97212 + 48.77704 775.59 27.23040 + 48.82694 763.70 26.97299 + 48.87053 795.73 27.40408 + 48.92063 785.32 27.15253 + 48.97070 752.33 26.44682 + 49.02080 768.46 26.72570 + 49.07076 775.57 26.95682 + 49.12072 766.03 26.87562 + 49.17078 723.46 25.85070 + 49.22082 787.23 27.15076 + 49.27086 758.56 26.52642 + 49.32072 788.80 27.00434 + 49.37073 823.34 27.61730 + 49.42082 859.12 28.32472 + 49.47070 774.26 26.70583 + 49.52071 791.38 26.98970 + 49.57067 817.91 27.56586 + 49.62060 856.06 28.39886 + 49.67052 806.48 27.58708 + 49.72047 808.28 27.33063 + 49.77051 792.14 27.04029 + 49.82048 800.49 27.33315 + 49.87042 832.55 27.84578 + 49.92019 814.22 27.60043 + 49.97027 767.77 26.91790 + 50.02033 792.59 27.29591 + 50.07023 819.67 27.62465 + 50.10067 812.84 28.86996 + 50.15077 793.47 28.46929 + 50.20084 763.66 28.04173 + 50.25095 763.39 27.99027 + 50.30090 809.00 28.90112 + 50.35086 799.64 28.60164 + 50.40093 824.57 29.11720 + 50.45096 832.36 29.25199 + 50.50100 792.17 28.50015 + 50.55086 830.32 29.14824 + 50.60088 885.21 30.19312 + 50.65096 853.53 29.88255 + 50.70084 903.71 30.73123 + 50.75086 886.82 30.17124 + 50.80081 992.45 32.15978 + 50.85074 1108.20 34.03086 + 50.90066 1173.66 35.18007 + 50.95062 1332.56 37.64270 + 51.00065 1431.78 39.01493 + 51.05062 1682.19 42.65407 + 51.10056 1961.84 46.39330 + 51.15033 2234.81 49.84165 + 51.20041 2696.52 54.93668 + 51.25048 3249.35 60.92902 + 51.30037 3732.23 65.78422 + 51.36641 4412.86 71.62799 + 51.41652 4662.94 74.06005 + 51.46659 4565.86 73.02334 + 51.51669 4769.53 74.91230 + 51.56664 4540.72 72.63001 + 51.61661 4487.99 72.20142 + 51.66667 4192.79 69.48132 + 51.71671 3766.40 65.18888 + 51.76675 3434.04 61.88473 + 51.81660 3031.91 57.62602 + 51.86662 2652.44 53.62930 + 51.91670 2224.45 48.77467 + 51.96658 1877.49 44.44484 + 52.01660 1634.73 41.28624 + 52.06655 1399.83 38.14552 + 52.11649 1284.02 36.33260 + 52.16641 1150.78 34.35372 + 52.21636 943.35 30.89486 + 52.26640 942.02 30.83880 + 52.31636 875.47 29.71928 + 52.36631 881.41 29.87913 + 52.41608 817.30 28.66479 + 52.46616 841.41 29.13942 + 52.51622 769.93 27.92908 + 52.56612 774.60 27.88807 + 52.63691 787.23 29.51079 + 52.68701 838.93 30.47627 + 52.73708 797.96 29.59501 + 52.78718 753.78 28.76876 + 52.83714 818.87 30.06916 + 52.88710 783.48 29.35892 + 52.93716 803.32 29.77895 + 52.98720 747.48 28.62085 + 53.03724 770.27 29.16136 + 53.08710 744.51 28.59902 + 53.13711 781.41 29.33523 + 53.18720 786.01 29.43009 + 53.23708 816.06 30.05902 + 53.28709 778.59 29.19250 + 53.33705 787.07 29.46338 + 53.38698 760.06 28.97638 + 53.43690 810.48 29.88297 + 53.48685 805.09 29.77249 + 53.53689 771.59 29.16605 + 53.58686 803.35 29.73649 + 53.63680 757.63 28.85171 + 53.68657 775.96 29.23007 + 53.73665 747.76 28.65214 + 53.78671 778.96 29.27027 + 53.83661 745.62 28.71357 + 53.87000 738.16 27.90358 + 53.92010 792.69 28.87019 + 53.97017 723.05 27.50948 + 54.02028 776.19 28.49311 + 54.07023 816.69 29.39924 + 54.12020 769.75 28.63528 + 54.17026 720.62 27.39842 + 54.22030 741.07 27.98938 + 54.27033 780.60 28.69798 + 54.32019 768.63 28.51491 + 54.37021 763.70 28.32872 + 54.42029 800.42 29.19222 + 54.47017 749.00 28.19597 + 54.52019 736.92 27.71149 + 54.57014 795.87 28.87826 + 54.62007 791.79 28.79597 + 54.66999 736.85 27.85670 + 54.71995 760.71 28.29785 + 54.76999 807.81 29.19411 + 54.81995 788.52 28.82977 + 54.86989 797.29 28.97726 + 54.91966 726.98 28.01928 + 54.96975 816.80 29.39351 + 55.01981 795.35 28.92221 + 55.06971 784.99 28.68617 + 55.10219 739.58 26.10080 + 55.15230 806.62 27.26800 + 55.20237 819.24 27.42081 + 55.25247 804.75 27.20845 + 55.30242 802.08 27.18892 + 55.35239 802.58 27.18410 + 55.40245 827.59 27.65816 + 55.45249 875.83 28.43487 + 55.50253 832.90 27.72229 + 55.55238 843.84 27.87146 + 55.60240 914.83 29.12083 + 55.65248 885.46 28.59959 + 55.70236 911.14 29.10172 + 55.75238 887.44 28.62146 + 55.80233 928.19 29.29791 + 55.85227 892.87 28.75873 + 55.90219 913.07 29.05290 + 55.95214 920.38 29.12918 + 56.00218 912.45 29.00210 + 56.05214 956.88 29.82923 + 56.10209 978.58 30.13554 + 56.15186 1001.44 30.53532 + 56.20194 1042.51 31.24750 + 56.25200 1154.21 33.01513 + 56.30190 1201.70 33.75878 + 56.35839 1344.41 37.71305 + 56.40849 1445.84 39.24372 + 56.45856 1758.95 43.66195 + 56.50866 2118.13 48.26740 + 56.55862 2532.54 53.25370 + 56.60858 3056.48 58.71947 + 56.65864 3708.96 65.57127 + 56.70868 4176.55 70.17153 + 56.75872 4824.02 76.07751 + 56.80858 5019.69 77.99721 + 56.85859 5128.87 79.00987 + 56.90868 4974.40 77.41793 + 56.95856 4834.54 76.17499 + 57.00857 4702.00 74.74025 + 57.05853 4410.76 72.05598 + 57.10846 4138.62 69.41392 + 57.15838 3625.59 64.27166 + 57.20833 3150.03 59.25494 + 57.25837 2559.87 52.89518 + 57.30834 2164.51 48.21634 + 57.35828 1947.96 45.61023 + 57.40805 1599.89 41.11189 + 57.45813 1355.84 37.53913 + 57.50819 1243.81 35.87109 + 57.55809 1109.59 33.78895 + 57.61968 960.41 30.71799 + 57.66978 848.29 28.89604 + 57.71985 804.74 27.94000 + 57.76996 829.36 28.38436 + 57.81991 778.30 27.52476 + 57.86988 800.47 27.89514 + 57.91994 811.95 28.06659 + 57.96998 766.12 27.23212 + 58.02001 790.27 27.74154 + 58.06987 780.77 27.62156 + 58.11989 803.80 28.00377 + 58.16997 776.21 27.39477 + 58.21985 789.67 27.76058 + 58.26987 796.25 27.85314 + 58.31982 825.38 28.36450 + 58.36975 826.00 28.32151 + 58.41967 796.58 27.90929 + 58.46963 834.90 28.46436 + 58.51967 792.80 27.84591 + 58.56963 853.05 28.93790 + 58.61957 825.43 28.41708 + 58.66934 817.44 28.12089 + 58.71943 796.94 27.88943 + 58.76949 826.60 28.42906 + 58.81939 819.99 28.29703 + 58.86822 783.30 27.65424 + 58.91833 778.00 27.69602 + 58.96840 800.03 27.95832 + 59.01850 843.62 28.97693 + 59.06845 807.42 28.19018 + 59.11842 826.64 28.48337 + 59.16848 780.54 27.69514 + 59.21852 816.58 28.24071 + 59.26856 816.53 28.23657 + 59.31841 785.69 27.61626 + 59.36843 745.53 26.94294 + 59.41851 839.16 28.72573 + 59.46839 799.25 27.97781 + 59.51841 766.50 27.34692 + 59.56836 810.54 28.17752 + 59.61830 825.29 28.30822 + 59.66822 788.88 27.87124 + 59.71817 764.95 27.26833 + 59.76821 796.12 27.82226 + 59.81817 759.69 27.09822 + 59.86812 797.75 27.85985 + 59.91789 788.29 27.70651 + 59.96797 771.60 27.52701 + 60.01803 786.11 27.69093 + 60.06793 808.26 28.36299 + 60.10817 764.39 27.28353 + 60.15827 793.86 28.04636 + 60.20834 763.63 27.28903 + 60.25845 786.43 27.83859 + 60.30840 793.48 27.77436 + 60.35836 825.06 28.64878 + 60.40842 754.90 27.20287 + 60.45846 762.07 27.64299 + 60.50850 835.44 28.82801 + 60.55836 757.59 27.09689 + 60.60837 784.95 27.69805 + 60.65846 763.73 27.41016 + 60.70834 774.94 27.72472 + 60.75835 725.34 26.49118 + 60.80831 801.51 27.88691 + 60.85824 806.37 28.05504 + 60.90816 787.34 27.82034 + 60.95811 792.63 27.79738 + 61.00815 789.53 27.69147 + 61.05812 810.65 28.18825 + 61.10806 746.45 27.07534 + 61.15783 818.62 28.53574 + 61.20791 771.24 27.52786 + 61.25797 709.34 26.26794 + 61.30787 797.43 27.97678 + 61.34766 806.75 32.43392 + 61.39776 817.22 33.23526 + 61.44783 783.84 32.42700 + 61.49794 784.70 32.64361 + 61.54789 794.21 32.79632 + 61.59786 842.77 33.67176 + 61.64792 815.92 32.67946 + 61.69796 764.97 31.84172 + 61.74799 822.97 32.97047 + 61.79785 825.30 32.87440 + 61.84787 792.09 32.37243 + 61.89795 790.55 32.65049 + 61.94783 792.20 31.94840 + 61.99785 828.43 32.48320 + 62.04780 858.71 34.01963 + 62.09773 784.25 32.61635 + 62.14765 792.06 32.29837 + 62.19761 817.62 32.28522 + 62.24765 837.03 33.56770 + 62.29761 793.74 32.44184 + 62.34755 805.34 32.70206 + 62.39732 772.78 31.54239 + 62.44741 815.95 33.25268 + 62.49747 841.81 33.49757 + 62.54737 740.94 31.40754 + 62.58955 746.96 33.67156 + 62.63966 775.62 33.51211 + 62.68973 804.49 34.53319 + 62.73983 791.61 34.72680 + 62.78978 830.47 34.68321 + 62.83975 810.84 34.96680 + 62.88981 856.73 35.48411 + 62.93985 835.18 34.93874 + 62.98989 941.39 37.66835 + 63.03974 831.05 35.20820 + 63.08976 848.88 35.71291 + 63.13984 865.09 35.62025 + 63.18972 854.96 36.11505 + 63.23974 922.42 37.72654 + 63.28969 945.29 37.59794 + 63.33963 906.78 37.07859 + 63.38955 952.51 37.18366 + 63.43950 890.84 36.33829 + 63.48954 916.44 36.98418 + 63.53950 898.15 36.32646 + 63.58945 947.28 37.71339 + 63.63922 969.83 38.71832 + 63.68930 844.87 35.85119 + 63.73936 857.34 35.87931 + 63.78926 854.62 35.80507 + 63.82930 880.21 31.79037 + 63.87940 869.22 31.53898 + 63.92947 834.08 30.98156 + 63.97958 801.10 30.24678 + 64.02953 834.29 30.86524 + 64.07949 789.85 30.01999 + 64.12955 802.78 30.29234 + 64.17959 784.89 30.03359 + 64.22963 819.81 30.63977 + 64.27949 774.76 29.71411 + 64.32951 749.86 29.33940 + 64.37959 732.13 28.84773 + 64.42947 711.44 28.50482 + 64.47948 743.84 29.07906 + 64.52944 782.65 29.87773 + 64.57937 715.00 28.52511 + 64.62929 766.46 29.55761 + 64.67924 787.50 29.97615 + 64.72928 795.65 30.15240 + 64.77925 810.55 30.51086 + 64.82919 736.76 28.96137 + 64.87896 765.19 29.49708 + 64.92904 795.12 30.10005 + 64.97910 771.85 29.69785 + 65.02900 790.89 30.04463 + 65.07469 721.02 27.88832 + 65.12479 746.90 28.35448 + 65.17486 721.34 27.47131 + 65.22497 725.79 27.51715 + 65.27492 733.24 27.95310 + 65.32489 742.61 28.03703 + 65.37495 721.82 27.55074 + 65.42499 694.95 27.44857 + 65.47502 742.72 27.94258 + 65.52488 697.70 27.02165 + 65.57490 741.19 27.84923 + 65.62498 701.89 27.04204 + 65.67486 719.07 27.54085 + 65.72488 750.46 28.18531 + 65.77483 727.33 27.82120 + 65.82476 728.95 27.71857 + 65.87468 743.66 27.76362 + 65.92464 720.34 27.61765 + 65.97468 732.80 27.67799 + 66.02464 682.33 26.96253 + 66.07458 732.62 27.82793 + 66.12435 720.37 27.43526 + 66.17444 758.56 28.34460 + 66.22450 695.81 27.22394 + 66.27440 727.00 27.55145 + 66.33258 708.31 27.26497 + 66.38269 732.00 27.81736 + 66.43276 733.69 27.78268 + 66.48286 707.17 27.38782 + 66.53282 690.28 26.95364 + 66.58278 734.96 27.82850 + 66.63284 727.27 27.67631 + 66.68288 789.15 28.94837 + 66.73292 777.79 28.74004 + 66.78277 725.26 27.70580 + 66.83279 739.15 27.87785 + 66.88287 786.65 28.79607 + 66.93275 753.07 28.16773 + 66.98277 803.11 29.03479 + 67.03272 769.09 28.46795 + 67.08266 875.68 30.45079 + 67.13258 866.00 30.24140 + 67.18253 839.11 29.73894 + 67.23257 836.07 29.68996 + 67.28253 857.46 30.06741 + 67.33248 805.05 29.12020 + 67.38225 861.19 30.21890 + 67.43233 838.72 29.83779 + 67.48239 812.35 29.30600 + 67.53229 842.30 30.03445 + 67.59603 783.91 30.16036 + 67.64613 798.64 30.43474 + 67.69620 728.10 29.10877 + 67.74631 812.57 30.78556 + 67.79626 775.35 29.99081 + 67.84622 743.37 29.34882 + 67.89628 749.81 29.49524 + 67.94632 760.80 29.82504 + 67.99636 762.27 29.78163 + 68.04622 779.14 30.01693 + 68.09624 760.17 29.67386 + 68.14632 738.94 29.34796 + 68.19620 760.96 29.66479 + 68.24621 740.14 29.35397 + 68.29617 751.86 29.51171 + 68.34610 728.76 29.04628 + 68.39602 751.31 29.47595 + 68.44597 734.97 29.15366 + 68.49601 757.54 29.57989 + 68.54598 656.79 27.46796 + 68.59592 745.87 29.37024 + 68.64569 712.16 28.81021 + 68.69577 719.31 28.83371 + 68.74583 696.69 28.39274 + 68.79573 716.26 28.80350 + 68.86402 706.54 28.46623 + 68.91412 657.12 27.33371 + 68.96419 663.65 27.47693 + 69.01430 700.06 28.17244 + 69.06425 689.83 28.06128 + 69.11422 702.32 28.23151 + 69.16428 669.19 27.67592 + 69.21432 736.30 28.94566 + 69.26435 678.20 27.77424 + 69.31421 723.64 28.89290 + 69.36423 699.26 28.18082 + 69.41431 688.41 27.94969 + 69.46419 719.73 28.68351 + 69.51421 684.76 27.89671 + 69.56416 731.70 29.03346 + 69.61409 686.33 27.88488 + 69.66401 707.11 28.34778 + 69.71397 754.37 29.33102 + 69.76401 718.72 28.55851 + 69.81397 679.29 27.82532 + 69.86391 737.43 28.94725 + 69.91368 724.59 28.97806 + 69.96377 768.50 29.60447 + 70.01383 749.69 29.35496 + 70.06373 799.88 30.25555 + 70.09781 829.93 29.19895 + 70.14792 876.42 30.06742 + 70.19799 923.18 30.70663 + 70.24809 929.07 30.82587 + 70.29805 1054.31 32.86979 + 70.34801 1002.28 32.16796 + 70.39807 1083.98 33.35195 + 70.44811 1126.36 34.05726 + 70.49815 1204.98 35.23460 + 70.54801 1324.40 36.99687 + 70.59802 1360.23 37.63271 + 70.64810 1383.80 38.02364 + 70.69798 1488.79 39.45304 + 70.74800 1592.70 40.97707 + 70.79795 1702.79 42.74249 + 70.84789 1949.79 45.85787 + 70.89781 2243.65 49.59371 + 70.94776 2740.57 56.28788 + 70.99780 3667.86 67.21356 + 71.04776 5263.62 84.21209 + 71.09771 7505.31 105.61889 + 71.14748 11055.61 134.33313 + 71.19756 15992.14 171.43286 + 71.24762 22022.12 212.95293 + 71.29752 28024.80 254.73515 + 71.32861 36872.91 284.67861 + 71.37871 39952.81 304.86550 + 71.42878 41577.52 314.97022 + 71.47889 41902.50 316.00562 + 71.52884 41165.40 310.53592 + 71.57880 39283.06 299.12936 + 71.62886 36679.31 282.86471 + 71.67890 32950.61 259.70240 + 71.72894 27842.39 227.37564 + 71.77880 22507.98 193.82422 + 71.82882 17174.21 160.27888 + 71.87890 13095.88 133.52011 + 71.92878 10457.45 115.96589 + 71.97879 8173.77 99.91062 + 72.02875 6213.11 84.42674 + 72.07868 4586.38 70.06388 + 72.12860 3307.41 57.72533 + 72.17855 2402.87 48.16336 + 72.22859 1908.02 42.39994 + 72.27856 1556.97 37.92456 + 72.32850 1440.95 36.28033 + 72.37827 1325.94 34.69777 + 72.42835 1214.78 33.11838 + 72.47841 1113.21 31.64005 + 72.52831 1069.29 30.98935 + 72.59460 990.58 30.77471 + 72.64470 1094.59 32.42926 + 72.69477 1055.83 31.77722 + 72.74488 1021.65 31.27243 + 72.79483 1032.97 31.38297 + 72.84480 1007.52 31.05287 + 72.89486 971.05 30.54278 + 72.94490 993.22 30.79774 + 72.99494 933.15 29.85459 + 73.04479 1001.77 30.84842 + 73.09481 1069.04 32.02899 + 73.14489 993.36 30.83692 + 73.19477 1015.31 31.17309 + 73.24479 1002.35 30.89776 + 73.29474 1113.44 32.76391 + 73.34467 1071.66 32.14886 + 73.39459 1036.56 31.46967 + 73.44455 1046.49 31.57265 + 73.49459 1101.79 32.42301 + 73.54455 1059.58 31.83229 + 73.59449 1074.55 32.05749 + 73.64426 1049.00 31.69076 + 73.69435 1074.97 32.10228 + 73.74441 1045.61 31.59248 + 73.79431 1031.06 31.42528 + 73.83419 955.15 31.11583 + 73.88430 1028.88 32.30467 + 73.93437 915.07 30.35377 + 73.98447 929.83 30.60443 + 74.03443 1000.62 31.84379 + 74.08439 906.69 30.22168 + 74.13445 924.87 30.55236 + 74.18449 921.37 30.47191 + 74.23453 891.16 30.02442 + 74.28439 932.35 30.70243 + 74.33440 926.95 30.59621 + 74.38448 897.34 30.09087 + 74.43436 877.97 29.82089 + 74.48438 915.51 30.34569 + 74.53433 961.66 31.15087 + 74.58427 978.46 31.42667 + 74.63419 970.96 31.33486 + 74.68414 1011.54 31.97823 + 74.73418 989.63 31.59666 + 74.78414 1022.37 32.18556 + 74.83409 1043.94 32.56846 + 74.88386 1031.79 32.36688 + 74.93394 1085.87 33.20836 + 74.98400 1078.10 33.18303 + 75.03390 1153.48 34.27968 + 75.07034 1142.44 33.02163 + 75.12044 1240.07 34.54948 + 75.17051 1244.69 34.54060 + 75.22062 1279.37 35.00425 + 75.27057 1348.37 36.03752 + 75.32053 1350.83 36.09910 + 75.37059 1383.21 36.55749 + 75.42063 1597.70 39.47245 + 75.47067 1689.18 40.70612 + 75.52053 1906.91 43.45847 + 75.57055 2605.39 51.93078 + 75.62063 3466.96 61.46354 + 75.67051 4942.36 75.53560 + 75.72052 7346.30 95.54527 + 75.77048 10800.72 121.71705 + 75.82041 14593.93 148.21471 + 75.87033 18446.94 175.16397 + 75.92028 20296.86 188.01591 + 75.97032 21707.72 198.40710 + 76.02029 21474.60 196.33015 + 76.07023 21518.89 196.61912 + 76.12000 20834.40 191.76755 + 76.17008 19384.49 181.74138 + 76.22014 17720.10 169.96184 + 76.27004 15024.52 150.89327 + 76.31993 12288.03 133.20372 + 76.37003 9440.09 111.94054 + 76.42011 7506.18 97.06513 + 76.47021 5837.47 83.43690 + 76.52016 4785.57 74.25673 + 76.57013 3702.38 63.94246 + 76.62019 2908.92 55.96489 + 76.67023 2215.70 47.97405 + 76.72027 1720.81 41.72257 + 76.77012 1410.31 37.77807 + 76.82014 1252.50 35.35126 + 76.87022 1084.11 32.79785 + 76.92010 1035.90 31.97829 + 76.97012 980.35 30.92028 + 77.02007 923.18 30.02197 + 77.07000 920.07 29.92680 + 77.11992 876.71 29.27163 + 77.16988 862.86 28.97251 + 77.21992 904.93 29.97691 + 77.26988 899.00 29.61568 + 77.31982 886.15 29.41592 + 77.36959 892.37 29.50890 + 77.41968 937.38 30.28337 + 77.46974 947.90 30.51021 + 77.51964 964.23 30.74124 + 77.57897 910.04 29.71923 + 77.62908 974.80 30.81382 + 77.67915 936.76 30.10290 + 77.72925 1014.86 31.36943 + 77.77921 1029.06 31.69090 + 77.82917 1096.71 32.81949 + 77.87923 1081.69 32.46636 + 77.92927 1115.68 33.14672 + 77.97931 1150.68 33.52346 + 78.02917 1198.55 34.37293 + 78.07918 1194.62 34.20129 + 78.12926 1215.69 34.71930 + 78.17914 1197.47 34.39732 + 78.22916 1204.48 34.48821 + 78.27911 1190.76 34.47793 + 78.32905 1103.53 32.96746 + 78.37897 1135.75 33.42991 + 78.42892 1080.75 33.01738 + 78.47896 1029.63 31.68325 + 78.52892 993.35 31.28554 + 78.57887 1020.17 32.11014 + 78.62864 950.93 30.75025 + 78.67872 904.04 29.69666 + 78.72878 923.81 30.13171 + 78.77868 873.84 29.30985 + 78.83092 860.60 27.17818 + 78.88102 849.15 26.99247 + 78.93109 799.39 26.11383 + 78.98120 793.66 25.99650 + 79.03115 793.27 26.02544 + 79.08111 761.01 25.46127 + 79.13117 745.73 25.29960 + 79.18121 766.66 25.55195 + 79.23125 769.37 25.60188 + 79.28111 766.21 25.54745 + 79.33113 815.87 26.45467 + 79.38121 835.54 26.74976 + 79.43109 814.66 26.45927 + 79.48110 751.69 25.28153 + 79.53106 797.27 26.08147 + 79.58099 795.45 26.02685 + 79.63091 790.85 26.02130 + 79.68086 772.39 25.60829 + 79.73090 823.41 26.47650 + 79.78087 788.90 26.01749 + 79.83081 819.07 26.46935 + 79.88058 832.60 26.68185 + 79.93066 878.46 27.41808 + 79.98072 871.48 27.26251 + 80.03062 895.38 27.69647 + 80.07031 882.33 28.41471 + 80.12041 971.15 29.81351 + 80.17049 987.96 30.06106 + 80.22059 1091.39 31.67994 + 80.27054 1293.58 34.70013 + 80.32051 1347.99 35.42141 + 80.37057 1424.85 36.54217 + 80.42061 1539.50 38.11698 + 80.47065 1605.05 38.89508 + 80.52050 1502.07 37.51888 + 80.57052 1528.51 37.88965 + 80.62060 1505.98 37.62744 + 80.67048 1336.27 35.30885 + 80.72050 1293.65 34.60826 + 80.77045 1156.02 32.63303 + 80.82038 1063.64 31.21106 + 80.87030 989.18 30.05844 + 80.92026 964.08 29.67092 + 80.97030 852.28 27.83342 + 81.02026 897.35 28.61110 + 81.07020 840.20 27.60112 + 81.11997 855.18 28.02154 + 81.17006 798.45 26.88412 + 81.22012 799.84 26.89957 + 81.27002 811.70 27.27648 + 81.31680 760.77 26.33343 + 81.36691 761.83 26.27625 + 81.41698 815.98 27.25428 + 81.46708 784.04 26.66382 + 81.51704 783.79 26.66429 + 81.56700 791.53 26.77468 + 81.61706 783.17 26.71252 + 81.66710 790.20 26.75281 + 81.71714 850.40 27.83892 + 81.76700 791.46 26.73354 + 81.81701 847.34 27.73506 + 81.86709 847.80 27.76766 + 81.91697 835.47 27.56494 + 81.96699 769.58 26.43832 + 82.01694 839.76 27.75550 + 82.06688 824.41 27.42417 + 82.11680 792.55 26.91951 + 82.16675 818.72 27.22773 + 82.21679 831.98 27.46689 + 82.26675 738.80 26.01727 + 82.31670 816.41 27.26914 + 82.36647 782.09 26.79342 + 82.41655 809.83 27.11554 + 82.46661 844.61 27.71159 + 82.51651 856.62 27.99864 + 82.56945 821.05 26.05343 + 82.61955 797.54 25.66471 + 82.66962 824.31 26.04112 + 82.71973 848.55 26.45797 + 82.76968 848.72 26.57360 + 82.81964 857.18 26.59747 + 82.86970 870.78 26.83749 + 82.91974 907.59 27.42815 + 82.96978 866.12 26.79914 + 83.01964 905.21 27.39657 + 83.06966 933.95 27.82355 + 83.11974 943.40 27.98249 + 83.16962 960.55 28.22465 + 83.21963 1019.19 29.04437 + 83.26959 927.75 27.69977 + 83.31952 963.18 28.23137 + 83.36944 914.14 27.46041 + 83.41939 984.27 28.51998 + 83.46943 919.10 27.63538 + 83.51940 883.22 26.98372 + 83.56934 910.56 27.44653 + 83.61911 878.46 26.94486 + 83.66919 855.16 26.53500 + 83.71925 883.24 27.00782 + 83.76915 849.32 26.47884 + 83.83044 869.11 27.34459 + 83.88054 830.62 26.68421 + 83.93062 893.43 27.69654 + 83.98072 852.55 26.96365 + 84.03067 829.10 26.63003 + 84.08064 827.83 26.58059 + 84.13070 832.50 26.67133 + 84.18074 864.95 27.30382 + 84.23078 859.60 27.09508 + 84.28063 801.72 26.11192 + 84.33065 869.00 27.44213 + 84.38073 931.10 28.43688 + 84.43061 1001.98 29.46313 + 84.48063 1097.09 31.06247 + 84.53058 1409.59 35.48607 + 84.58051 1881.72 41.50224 + 84.63043 2584.41 49.01053 + 84.68039 3480.58 57.69524 + 84.73043 4309.00 65.12028 + 84.78039 5039.96 71.35286 + 84.83033 5577.56 75.68528 + 84.88010 5632.41 76.22415 + 84.93019 5499.08 75.00281 + 84.98025 5284.95 73.23093 + 85.03015 4995.22 70.72825 + 85.07233 4382.09 70.87357 + 85.12244 3750.54 64.74312 + 85.17251 3199.09 59.19893 + 85.22261 2512.76 51.67636 + 85.27257 1997.49 45.83052 + 85.32253 1730.13 42.16785 + 85.37259 1577.00 40.38708 + 85.42263 1285.60 36.18904 + 85.47267 1155.98 34.10110 + 85.52253 989.98 31.42034 + 85.57254 940.93 30.62230 + 85.62262 869.97 29.70636 + 85.67250 808.23 28.35964 + 85.72252 799.31 28.06610 + 85.77247 788.10 27.91874 + 85.82241 793.76 28.17052 + 85.87233 839.43 29.00592 + 85.92228 774.49 27.65850 + 85.97232 796.69 27.99102 + 86.02228 757.26 27.33196 + 86.07223 740.91 27.25746 + 86.12200 798.90 28.17476 + 86.17208 781.40 27.93589 + 86.22214 790.39 28.19662 + 86.27204 699.19 26.47103 + 86.30398 752.01 32.34514 + 86.35408 750.88 32.65907 + 86.40415 714.10 31.75049 + 86.45426 776.09 33.42789 + 86.50421 738.08 32.15240 + 86.55417 750.31 32.61202 + 86.60423 747.93 32.54195 + 86.65427 788.64 33.45886 + 86.70431 772.43 32.99356 + 86.75417 707.30 31.86091 + 86.80419 769.67 32.66768 + 86.85427 791.59 33.56842 + 86.90415 800.45 33.70727 + 86.95416 697.21 31.35866 + 87.00412 779.69 33.25437 + 87.05405 737.87 32.15470 + 87.10397 819.75 34.12440 + 87.15392 762.21 32.89590 + 87.20396 762.56 32.82199 + 87.25393 772.88 33.04574 + 87.30387 752.51 32.50423 + 87.35364 786.23 33.16945 + 87.40372 776.42 33.34192 + 87.45378 765.34 32.59114 + 87.50368 839.25 34.49271 + 87.55687 745.99 30.25384 + 87.60697 759.71 31.49333 + 87.65705 819.78 32.09749 + 87.70715 805.22 31.88307 + 87.75710 752.37 30.72819 + 87.80707 729.04 30.95537 + 87.85713 772.03 31.53911 + 87.90717 765.84 30.75192 + 87.95721 804.46 31.75018 + 88.00706 757.79 30.90189 + 88.05708 729.27 30.50568 + 88.10716 823.96 33.23386 + 88.15704 779.05 31.10029 + 88.20706 776.16 31.75842 + 88.25701 783.03 31.29171 + 88.30694 777.86 31.28941 + 88.35686 752.94 31.08804 + 88.40682 806.39 31.78082 + 88.45686 811.87 31.99274 + 88.50682 805.36 32.12277 + 88.55676 778.47 31.24970 + 88.60653 813.98 32.04792 + 88.65662 800.19 31.74557 + 88.70668 846.15 32.65563 + 88.75658 842.19 33.10375 + 88.83381 829.06 27.13723 + 88.88392 892.13 28.48253 + 88.93399 920.63 28.58214 + 88.98409 1004.55 29.98706 + 89.03405 1050.23 30.66395 + 89.08401 1221.78 33.52139 + 89.13407 1365.31 35.23340 + 89.18411 1335.08 35.01374 + 89.23415 1457.19 36.60804 + 89.28401 1527.62 37.57965 + 89.33402 1428.78 36.23683 + 89.38411 1395.11 35.64405 + 89.43398 1375.27 35.34580 + 89.48400 1247.53 33.52793 + 89.53396 1132.69 31.95995 + 89.58389 1077.66 31.04123 + 89.63381 959.97 29.21059 + 89.68376 899.30 28.32302 + 89.73380 962.64 29.24036 + 89.78376 834.69 27.10537 + 89.83371 846.36 27.39372 + 89.88348 810.23 26.75574 + 89.93356 777.17 26.29670 + 89.98362 833.37 27.32803 + 90.03352 741.41 25.79167 + 90.08556 789.85 28.85748 + 90.13566 775.46 28.66562 + 90.18573 725.89 27.67765 + 90.23584 752.31 28.14014 + 90.28579 723.17 27.63118 + 90.33575 799.09 29.11617 + 90.38581 731.37 27.90707 + 90.43585 768.03 28.59237 + 90.48589 772.89 28.61688 + 90.53575 736.63 27.89983 + 90.58577 691.75 26.99309 + 90.63585 723.63 27.60876 + 90.68573 802.09 29.13658 + 90.73574 783.55 28.74858 + 90.78570 766.18 28.38880 + 90.83563 789.18 28.90983 + 90.88555 705.30 27.23599 + 90.93550 747.67 28.04730 + 90.98554 823.38 29.47111 + 91.03551 770.95 28.52533 + 91.08545 749.90 28.15947 + 91.13522 759.76 28.42059 + 91.18530 785.47 28.92949 + 91.23536 759.73 28.38159 + 91.28526 763.98 28.39994 + 91.33170 791.43 29.00169 + 91.38180 800.17 29.11489 + 91.43188 751.11 28.27237 + 91.48198 779.20 28.93640 + 91.53193 789.50 28.93776 + 91.58190 717.82 27.58326 + 91.63196 732.58 27.85778 + 91.68200 848.45 30.07218 + 91.73204 751.74 28.35585 + 91.78189 781.80 28.82429 + 91.83191 798.00 29.13831 + 91.88199 738.06 28.03239 + 91.93187 802.09 29.23931 + 91.98189 776.73 28.68381 + 92.03184 759.80 28.42874 + 92.08177 771.51 28.60788 + 92.13169 731.87 27.91213 + 92.18165 785.03 28.85408 + 92.23169 773.16 28.61642 + 92.28165 832.71 29.75106 + 92.33159 817.14 29.50434 + 92.38136 852.20 30.24811 + 92.43145 769.11 28.58969 + 92.48151 803.61 29.28401 + 92.53141 798.55 29.17545 + 92.57024 839.23 28.57445 + 92.62035 784.52 27.58189 + 92.67042 817.72 28.17961 + 92.72052 774.58 27.36678 + 92.77048 824.08 28.21923 + 92.82044 809.19 28.03961 + 92.87050 804.31 27.88140 + 92.92054 863.25 29.00321 + 92.97058 772.19 27.28746 + 93.02044 785.92 27.55598 + 93.07045 819.65 28.20873 + 93.12054 840.54 28.56944 + 93.17041 851.88 28.73038 + 93.22043 873.63 29.12199 + 93.27039 890.10 29.43274 + 93.32032 928.91 30.10187 + 93.37024 1017.01 31.49457 + 93.42019 1157.47 33.86315 + 93.47023 1365.58 36.84776 + 93.52019 1433.89 37.67888 + 93.57014 1549.80 39.30466 + 93.61991 1581.37 39.76871 + 93.66999 1595.13 39.91409 + 93.72005 1541.86 39.28069 + 93.76995 1504.80 38.70183 + 93.80984 1457.59 38.31836 + 93.85994 1310.94 36.23803 + 93.91001 1231.30 34.94255 + 93.96012 1134.05 33.60093 + 94.01007 983.77 31.10190 + 94.06003 1009.71 31.49850 + 94.11009 961.74 30.79771 + 94.16013 843.73 28.70656 + 94.21017 864.42 29.16735 + 94.26003 829.22 28.51172 + 94.31005 856.63 28.97442 + 94.36013 836.98 28.58855 + 94.41001 765.69 27.49021 + 94.46002 732.99 26.77609 + 94.50998 802.39 28.03265 + 94.55991 786.53 27.80933 + 94.60983 755.41 27.11843 + 94.65978 718.64 26.44389 + 94.70982 803.61 27.99021 + 94.75979 766.35 27.29743 + 94.80973 841.32 28.71757 + 94.85950 814.84 28.22112 + 94.90958 787.11 27.69621 + 94.95964 766.08 27.32761 + 95.00954 805.01 28.02713 + 95.06838 782.66 28.62710 + 95.11848 822.21 29.34781 + 95.16856 842.67 29.69004 + 95.21866 799.32 28.90252 + 95.26861 832.30 29.56600 + 95.31858 851.76 29.92902 + 95.36864 846.89 29.84229 + 95.41868 832.99 29.55052 + 95.46872 804.89 29.01476 + 95.51857 866.04 30.26445 + 95.56859 892.03 30.57101 + 95.61867 840.48 29.68293 + 95.66855 839.14 29.71099 + 95.71857 870.14 30.19981 + 95.76852 817.08 29.26225 + 95.81845 882.76 30.46130 + 95.86838 821.31 29.30290 + 95.91833 898.81 30.71856 + 95.96837 880.82 30.42212 + 96.01833 838.23 29.62234 + 96.06827 842.34 29.72330 + 96.11805 845.46 29.77044 + 96.16813 869.81 30.22407 + 96.21819 796.15 28.82874 + 96.26809 774.27 28.49286 + 96.30507 818.63 28.10903 + 96.35518 757.63 26.95688 + 96.40525 802.22 27.72069 + 96.45535 856.68 28.62354 + 96.50531 778.52 27.47063 + 96.55527 869.58 28.89440 + 96.60533 862.99 28.77006 + 96.65537 864.33 28.81836 + 96.70541 834.01 28.43620 + 96.75527 856.68 28.71241 + 96.80528 806.96 27.73824 + 96.85537 784.59 27.35048 + 96.90524 827.64 28.22574 + 96.95526 836.63 28.21989 + 97.00522 807.69 27.88077 + 97.05515 787.01 27.38893 + 97.10507 802.54 27.63319 + 97.15502 781.42 27.28859 + 97.20506 753.31 26.85322 + 97.25502 747.91 26.75842 + 97.30497 797.74 27.79755 + 97.35474 743.90 26.95281 + 97.40482 796.25 27.75935 + 97.45488 788.73 27.46501 + 97.50478 794.73 27.77519 + 97.56507 762.01 25.50864 + 97.61517 776.61 25.80482 + 97.66524 809.75 26.29142 + 97.71535 754.95 25.37110 + 97.76530 793.46 26.05729 + 97.81526 771.49 25.69022 + 97.86532 793.22 26.07823 + 97.91536 700.76 24.45939 + 97.96540 744.69 25.30619 + 98.01526 829.60 26.61356 + 98.06528 760.00 25.53449 + 98.11536 804.52 26.27466 + 98.16524 774.96 25.77840 + 98.21525 796.93 26.07134 + 98.26521 804.51 26.29331 + 98.31514 797.91 26.15546 + 98.36506 784.31 25.89500 + 98.41501 876.42 27.38477 + 98.46505 782.59 25.84604 + 98.51502 782.98 25.86366 + 98.56496 797.08 26.17010 + 98.61473 822.70 26.58005 + 98.66481 824.09 26.54771 + 98.71487 785.08 25.93662 + 98.76477 797.86 26.14219 + 98.83396 794.10 27.76660 + 98.88407 744.15 27.04416 + 98.93414 805.83 27.93439 + 98.98424 833.99 28.26593 + 99.03419 859.29 28.72667 + 99.08416 861.07 28.86163 + 99.13422 821.66 28.14204 + 99.18426 780.46 27.40354 + 99.23430 790.35 27.55309 + 99.28415 772.78 27.23110 + 99.33417 833.16 28.58316 + 99.38425 792.01 27.58778 + 99.43413 800.01 27.77696 + 99.48415 836.61 28.44103 + 99.53410 802.68 27.72159 + 99.58403 848.10 28.63501 + 99.63396 781.62 27.42046 + 99.68391 764.05 27.10396 + 99.73395 810.25 27.84718 + 99.78391 828.77 28.37371 + 99.83385 833.69 28.41561 + 99.88363 777.37 27.33670 + 99.93371 807.53 28.00145 + 99.98377 770.04 27.22800 + 100.03367 860.28 28.76867 + 100.08060 798.05 30.64481 + 100.13071 770.84 30.20938 + 100.18078 802.20 31.14140 + 100.23088 812.19 31.14268 + 100.28084 834.94 31.39019 + 100.33080 755.06 29.82577 + 100.38086 810.11 31.08794 + 100.43090 808.23 30.99116 + 100.48094 807.87 31.05310 + 100.53080 767.17 30.02559 + 100.58081 829.03 31.28093 + 100.63090 788.36 30.49835 + 100.68077 802.10 30.75401 + 100.73079 765.12 29.95031 + 100.78075 813.98 31.04939 + 100.83068 798.67 30.73163 + 100.88060 823.00 31.25174 + 100.93055 812.48 30.86928 + 100.98059 811.03 30.86207 + 101.03055 814.08 31.00662 + 101.08050 835.13 31.37264 + 101.13027 858.66 31.91782 + 101.18035 802.28 30.95680 + 101.23041 800.88 30.75958 + 101.28031 810.88 30.98200 + 101.32535 864.61 30.16256 + 101.37545 849.43 29.87980 + 101.42552 927.18 31.01529 + 101.47563 863.40 30.26030 + 101.52558 889.10 30.32422 + 101.57554 902.64 30.63978 + 101.62560 877.86 30.43841 + 101.67564 887.37 30.79775 + 101.72568 955.73 31.93745 + 101.77554 915.23 30.59443 + 101.82556 1006.90 32.66635 + 101.87564 945.64 31.59358 + 101.92552 949.25 31.58971 + 101.97554 984.23 32.36125 + 102.02549 1015.57 32.73733 + 102.07542 1106.93 34.39522 + 102.12534 1481.12 39.87511 + 102.17529 2039.75 48.30387 + 102.22533 3115.63 59.56896 + 102.27530 4819.78 77.43677 + 102.32524 6814.76 94.53165 + 102.37501 8308.87 107.37173 + 102.42509 9564.54 117.78893 + 102.47515 9824.53 119.67980 + 102.52505 9957.49 120.55769 + 102.57054 9452.58 111.70762 + 102.62065 8475.16 103.90021 + 102.67072 7204.12 93.89140 + 102.72082 6119.59 85.07412 + 102.77077 4776.17 73.76836 + 102.82074 3862.38 65.85921 + 102.87080 3107.83 57.65043 + 102.92084 2539.37 51.93288 + 102.97088 2119.15 46.47948 + 103.02073 1655.92 41.27632 + 103.07075 1467.25 38.56921 + 103.12083 1223.45 34.78081 + 103.17071 1080.88 32.56295 + 103.22073 1063.27 32.25772 + 103.27068 915.13 29.79995 + 103.32061 985.03 31.02184 + 103.37054 961.96 30.73800 + 103.42049 954.06 30.69648 + 103.47053 891.79 29.64256 + 103.52049 907.07 29.89582 + 103.57043 854.13 28.67034 + 103.62021 891.07 29.64043 + 103.67029 902.56 29.56322 + 103.72035 871.93 29.30482 + 103.77025 852.09 28.80556 + 103.81708 865.70 32.51248 + 103.86719 883.25 32.70835 + 103.91726 903.82 32.95495 + 103.96736 871.04 32.43166 + 104.01732 928.50 33.47777 + 104.06728 884.48 32.64458 + 104.11734 918.79 33.28841 + 104.16738 889.69 32.77089 + 104.21742 875.23 32.49129 + 104.26728 868.21 32.27154 + 104.31729 925.22 33.40633 + 104.36738 821.80 31.47740 + 104.41725 882.03 32.57577 + 104.46727 877.40 32.45257 + 104.51723 866.11 32.22606 + 104.56716 894.84 32.80631 + 104.61708 915.17 33.16594 + 104.66703 895.82 32.83859 + 104.71707 856.33 32.04217 + 104.76703 872.72 32.36069 + 104.81698 890.12 32.77200 + 104.86675 914.26 33.18494 + 104.91683 920.17 33.28506 + 104.96689 916.82 33.17862 + 105.01679 913.08 33.16192 + 105.05578 882.07 32.66616 + 105.10588 898.29 32.97131 + 105.15595 884.57 32.64744 + 105.20606 899.29 32.84147 + 105.25601 908.34 33.10186 + 105.30597 947.90 33.82397 + 105.35604 866.09 32.29359 + 105.40607 890.09 32.77372 + 105.45611 905.25 33.09345 + 105.50597 884.06 32.58339 + 105.55599 939.26 33.72547 + 105.60607 929.59 33.60977 + 105.65595 949.85 33.90079 + 105.70597 902.71 33.06766 + 105.75592 973.13 34.39836 + 105.80585 978.82 34.49484 + 105.85577 962.98 34.12643 + 105.90573 999.06 34.81259 + 105.95576 994.34 34.70603 + 106.00573 1026.27 35.27678 + 106.05567 1006.75 34.92400 + 106.10544 1023.63 35.31270 + 106.15552 1114.95 37.00446 + 106.20559 1038.89 35.53692 + 106.25548 1134.35 37.22648 + 106.31472 1173.09 35.16514 + 106.36483 1238.71 35.98811 + 106.41490 1144.36 34.55932 + 106.46500 1041.96 33.04593 + 106.51495 1102.49 33.85735 + 106.56492 1180.52 35.08188 + 106.61498 1274.02 36.50023 + 106.66502 1690.85 42.42046 + 106.71506 2368.56 50.99829 + 106.76491 3600.32 64.33199 + 106.81493 5354.54 81.30045 + 106.86501 7645.08 100.77096 + 106.91489 9275.35 114.22433 + 106.96491 10622.81 125.50908 + 107.01486 10743.61 126.88474 + 107.06479 10356.37 123.82495 + 107.11472 9398.42 116.77215 + 107.16467 7960.51 104.77051 + 107.21471 6723.92 94.58506 + 107.26467 5444.76 83.38474 + 107.31461 4349.66 73.54847 + 107.36439 3521.26 65.21106 + 107.41447 2980.23 58.79315 + 107.46453 2424.64 52.79383 + 107.51443 2042.30 47.72153 + 107.57146 1599.43 39.56473 + 107.62157 1416.56 37.24626 + 107.67164 1234.72 34.34718 + 107.72174 1150.50 33.17512 + 107.77170 1090.52 32.13130 + 107.82166 1045.00 31.52031 + 107.87172 999.65 30.76399 + 107.92176 1024.72 31.20223 + 107.97180 947.24 29.91188 + 108.02166 908.16 29.31691 + 108.07167 929.10 29.63702 + 108.12176 901.99 29.18904 + 108.17163 919.22 29.46275 + 108.22165 899.26 29.09182 + 108.27161 901.11 29.12341 + 108.32154 939.78 29.77693 + 108.37146 950.45 29.96303 + 108.42141 873.90 28.60302 + 108.47145 900.55 29.11781 + 108.52141 910.40 29.24925 + 108.57136 856.49 28.34816 + 108.62113 961.28 30.15156 + 108.67121 885.54 28.84062 + 108.72127 899.35 29.07743 + 108.77117 888.65 28.96369 + 108.80846 881.86 29.24375 + 108.85856 855.34 28.83540 + 108.90863 847.93 28.65597 + 108.95874 870.87 28.97404 + 109.00869 890.57 29.35755 + 109.05865 871.59 29.05443 + 109.10872 857.36 28.82123 + 109.15875 874.97 29.08049 + 109.20879 861.41 28.86844 + 109.25865 867.74 28.92046 + 109.30867 933.20 30.05440 + 109.35875 913.48 29.76624 + 109.40863 884.15 29.23406 + 109.45865 871.95 28.96262 + 109.50860 879.12 29.10729 + 109.55853 864.66 29.03432 + 109.60845 899.68 29.50551 + 109.65841 948.99 30.31668 + 109.70844 926.55 29.91293 + 109.75841 923.31 29.90772 + 109.80835 919.76 29.81550 + 109.85812 924.23 29.95717 + 109.90820 938.02 30.15673 + 109.95827 890.17 29.31976 + 110.00816 959.09 30.55353 + 110.05475 894.19 30.56731 + 110.10486 904.12 30.57265 + 110.15493 934.62 31.32707 + 110.20503 952.64 31.34996 + 110.25498 964.60 31.55088 + 110.30495 1039.27 32.85859 + 110.35501 1010.11 32.44569 + 110.40505 1013.18 32.46293 + 110.45509 1030.00 32.69233 + 110.50494 1039.04 32.81658 + 110.55496 1075.84 33.50044 + 110.60504 1030.69 32.64452 + 110.65492 1155.80 34.75033 + 110.70494 1138.39 34.41985 + 110.75489 1171.59 35.05755 + 110.80482 1239.07 36.19118 + 110.85475 1276.79 36.68714 + 110.90470 1277.63 36.57354 + 110.95474 1310.06 37.16905 + 111.00470 1271.49 36.51901 + 111.05464 1267.63 36.46541 + 111.10442 1264.01 36.45261 + 111.15450 1343.59 37.55717 + 111.20456 1457.00 39.29176 + 111.25446 1838.13 44.64303 + 111.32020 3048.53 61.48008 + 111.37030 5180.57 83.99798 + 111.42037 8604.40 115.20064 + 111.47047 13607.64 154.78172 + 111.52043 18938.41 194.64988 + 111.57039 23543.64 228.60178 + 111.62045 25711.57 244.24280 + 111.67049 26093.35 247.02908 + 111.72053 23976.26 231.79206 + 111.77039 20585.05 205.44029 + 111.82040 16993.17 179.01516 + 111.87049 13883.59 155.91828 + 111.92037 11034.31 134.16818 + 111.97038 8938.63 117.85234 + 112.02034 6869.75 99.69815 + 112.07027 5417.45 86.56568 + 112.12019 4288.83 75.49441 + 112.17014 3280.65 64.80281 + 112.22018 2713.23 57.68608 + 112.27015 2157.62 50.31536 + 112.32009 1793.25 45.02844 + 112.36986 1524.58 41.19032 + 112.41994 1329.01 38.15186 + 112.47000 1235.25 36.69129 + 112.51990 1058.22 33.74111 + 112.59279 1071.88 33.96072 + 112.64289 1043.15 33.48304 + 112.69296 1036.21 33.35075 + 112.74307 1036.30 33.31684 + 112.79302 996.14 32.63791 + 112.84298 1019.99 33.03113 + 112.89305 1026.17 33.17033 + 112.94308 981.35 32.40410 + 112.99312 1002.14 32.74672 + 113.04298 974.97 32.29512 + 113.09300 1008.80 32.89622 + 113.14308 981.86 32.45957 + 113.19296 964.33 32.22433 + 113.24298 1004.62 32.71911 + 113.29293 967.25 32.19827 + 113.34286 957.47 31.98585 + 113.39278 947.34 31.80368 + 113.44274 933.68 31.55565 + 113.49277 964.81 32.05040 + 113.54274 974.71 32.30145 + 113.59268 985.80 32.59286 + 113.64245 975.31 32.42330 + 113.69253 954.80 31.97292 + 113.74260 930.47 31.50792 + 113.79249 970.99 32.20132 + 113.82598 888.04 31.11153 + 113.87609 965.31 32.58927 + 113.92616 1003.96 33.13599 + 113.97626 991.52 32.93548 + 114.02621 1043.71 33.87938 + 114.07618 950.55 32.25369 + 114.12624 948.32 32.24309 + 114.17628 1010.80 33.31420 + 114.22632 920.64 31.71689 + 114.27617 974.06 32.66362 + 114.32619 1031.76 33.69612 + 114.37627 930.36 31.91576 + 114.42615 944.53 32.14518 + 114.47617 941.88 31.99114 + 114.52612 999.07 33.07362 + 114.57605 991.42 33.01332 + 114.62598 1025.51 33.54283 + 114.67593 946.04 32.14523 + 114.72597 969.78 32.57090 + 114.77593 950.25 32.24629 + 114.82587 945.64 32.14258 + 114.87565 963.42 32.47745 + 114.92573 898.48 31.27347 + 114.97579 981.89 32.78421 + 115.02569 935.41 32.02080 + 115.06333 924.83 30.68453 + 115.11343 911.87 30.39140 + 115.16350 931.37 30.71496 + 115.21360 960.79 31.22610 + 115.26356 870.55 29.68915 + 115.31352 891.32 30.00949 + 115.36358 917.94 30.54449 + 115.41362 896.91 30.28983 + 115.46366 970.98 31.48424 + 115.51352 994.41 31.81122 + 115.56353 934.84 30.80173 + 115.61362 974.43 31.52281 + 115.66350 967.31 31.37776 + 115.71351 1047.46 32.70129 + 115.76347 1008.01 32.03407 + 115.81340 990.10 31.82590 + 115.86332 1049.32 32.70079 + 115.91327 1019.67 32.27769 + 115.96331 967.09 31.27404 + 116.01328 1048.08 32.66036 + 116.06322 1094.86 33.43305 + 116.11299 1139.86 34.15055 + 116.16307 1421.78 38.32476 + 116.21313 1761.51 42.93610 + 116.26303 2223.02 48.79913 + 116.31367 2537.69 54.19932 + 116.36377 3021.56 59.87997 + 116.41384 3380.15 63.79218 + 116.46395 3232.02 62.54681 + 116.51390 3163.91 61.46713 + 116.56386 2780.30 57.30686 + 116.61393 2451.44 53.56575 + 116.66396 2195.81 50.19618 + 116.71400 1901.89 46.29212 + 116.76386 1652.38 42.89841 + 116.81388 1429.65 39.65250 + 116.86396 1347.50 38.46505 + 116.91384 1253.14 37.06096 + 116.96386 1147.59 35.21763 + 117.01381 1117.99 34.82430 + 117.06374 1077.67 34.10333 + 117.11366 1004.15 32.93128 + 117.16362 984.30 32.49533 + 117.21365 993.63 32.67290 + 117.26362 945.43 31.87663 + 117.31356 916.68 31.32771 + 117.36333 940.23 31.88048 + 117.41341 911.29 31.35567 + 117.46348 950.37 31.94947 + 117.51337 868.56 30.52283 + 117.54881 907.82 30.83012 + 117.59892 931.60 31.17324 + 117.64899 851.63 29.79846 + 117.69909 895.91 30.62000 + 117.74904 847.49 29.82297 + 117.79901 870.96 30.07450 + 117.84907 833.37 29.41283 + 117.89911 887.41 30.50899 + 117.94915 930.33 31.16962 + 117.99900 849.16 29.66345 + 118.04902 872.97 30.34415 + 118.09910 837.82 29.58268 + 118.14898 887.21 30.35621 + 118.19900 892.63 30.43039 + 118.24895 893.65 30.48818 + 118.29889 861.13 30.05914 + 118.34881 867.43 30.02431 + 118.39876 863.05 29.98383 + 118.44880 839.51 29.53843 + 118.49876 823.83 29.29280 + 118.54871 927.76 31.14123 + 118.59848 874.50 30.39830 + 118.64856 871.49 30.25580 + 118.69862 869.01 30.14689 + 118.74852 901.20 30.71299 + 118.79471 814.27 31.14085 + 118.84481 876.34 31.88044 + 118.89488 920.80 33.27703 + 118.94498 832.84 31.03715 + 118.99494 878.53 32.52055 + 119.04490 870.61 31.56908 + 119.09496 846.20 32.02476 + 119.14500 869.77 31.90122 + 119.19504 881.91 32.07399 + 119.24490 798.17 30.51794 + 119.29491 832.43 31.52223 + 119.34500 866.63 31.73804 + 119.39488 928.11 32.59826 + 119.44489 858.59 31.72946 + 119.49485 931.57 33.02081 + 119.54478 866.37 31.65496 + 119.59470 857.22 31.79667 + 119.64465 959.22 33.72252 + 119.69469 924.54 32.46289 + 119.74466 905.04 32.39625 + 119.79460 914.85 32.62672 + 119.84437 914.35 32.62465 + 119.89445 871.07 32.41347 + 119.94451 891.42 32.55910 + 119.99441 912.47 32.94830 + 120.04665 893.90 31.40494 + 120.09675 930.90 32.23057 + 120.14682 875.38 31.87442 + 120.19693 954.46 33.26281 + 120.24688 930.89 32.41797 + 120.29684 964.02 32.94922 + 120.34691 902.57 32.29588 + 120.39694 932.20 32.21017 + 120.44698 926.06 32.47335 + 120.49684 930.04 32.43023 + 120.54686 1011.85 34.19033 + 120.59694 950.77 32.66897 + 120.64682 948.48 32.71294 + 120.69684 955.23 32.77598 + 120.74679 955.77 32.20491 + 120.79672 907.80 32.75589 + 120.84664 981.33 33.10854 + 120.89660 980.75 32.96552 + 120.94663 967.59 33.22725 + 120.99660 975.17 32.77761 + 121.04654 1088.05 35.29539 + 121.09631 1242.07 37.58778 + 121.14639 1604.56 43.18168 + 121.19646 2139.18 50.48733 + 121.24635 3100.92 60.37219 + 121.29849 4296.04 64.74920 + 121.34860 5522.07 75.18775 + 121.39867 6304.47 81.23187 + 121.44877 6355.89 81.73356 + 121.49872 5992.26 78.69653 + 121.54869 5277.48 72.99125 + 121.59875 4691.06 68.19351 + 121.64879 3836.02 60.67719 + 121.69883 3281.96 55.72486 + 121.74868 2772.13 50.72137 + 121.79870 2337.78 46.46856 + 121.84878 2033.30 43.03639 + 121.89866 1736.64 39.51370 + 121.94868 1539.52 36.98258 + 121.99863 1433.95 35.80096 + 122.04857 1283.19 33.43814 + 122.09849 1115.41 31.11386 + 122.14844 1084.54 30.74035 + 122.19848 974.31 28.83821 + 122.24844 920.14 28.00153 + 122.29839 965.98 28.79307 + 122.34816 864.89 27.16944 + 122.39824 901.46 27.86493 + 122.44830 904.25 27.92577 + 122.49820 875.85 27.32524 + 122.55384 914.47 30.50987 + 122.60394 827.03 28.88996 + 122.65401 855.80 29.40360 + 122.70411 895.05 30.12698 + 122.75407 834.92 29.14833 + 122.80403 867.02 29.72791 + 122.85409 860.72 29.50171 + 122.90413 826.44 28.90223 + 122.95417 860.98 29.49701 + 123.00403 884.98 29.88844 + 123.05404 895.66 30.13760 + 123.10413 842.72 29.15579 + 123.15401 808.84 28.59329 + 123.20402 839.31 29.07305 + 123.25398 878.25 29.81477 + 123.30391 871.67 29.68902 + 123.35383 879.42 29.91817 + 123.40378 894.37 30.07652 + 123.45382 891.87 30.07273 + 123.50379 851.41 29.29595 + 123.55373 856.75 29.38728 + 123.60350 877.32 29.79449 + 123.65358 851.47 29.38088 + 123.70364 891.67 30.04593 + 123.75354 863.35 29.64334 + 123.79973 929.99 30.25128 + 123.84983 911.77 29.97809 + 123.89990 837.04 28.63053 + 123.95001 871.06 29.22136 + 123.99996 933.62 30.30532 + 124.04993 841.04 28.72629 + 124.09999 880.45 29.39114 + 124.15003 874.46 29.32847 + 124.20006 883.00 29.56676 + 124.24992 902.14 29.76186 + 124.29994 907.40 29.83809 + 124.35002 868.68 29.22350 + 124.39990 881.63 29.49015 + 124.44992 880.77 29.36185 + 124.49987 874.02 29.30531 + 124.54980 853.37 28.93203 + 124.59972 938.04 30.39519 + 124.64968 869.29 29.27773 + 124.69972 894.51 29.60652 + 124.74968 884.95 29.47238 + 124.79962 837.84 28.71927 + 124.84939 946.06 30.52837 + 124.89948 899.33 29.71276 + 124.94954 914.32 29.97977 + 124.99944 887.27 29.55160 + 125.03662 950.65 32.88767 + 125.08673 890.12 31.68583 + 125.13680 926.92 32.65973 + 125.18690 954.01 32.77564 + 125.23685 947.32 32.97238 + 125.28682 1019.54 34.02979 + 125.33688 970.60 33.82364 + 125.38692 1074.69 35.36359 + 125.43696 1080.49 34.89766 + 125.48681 1064.62 34.90864 + 125.53683 1011.85 34.11192 + 125.58691 1085.20 35.61671 + 125.63679 1182.26 36.68788 + 125.68681 1041.57 34.41359 + 125.73676 1227.69 37.68187 + 125.78670 1230.89 37.52956 + 125.83662 1264.96 38.03779 + 125.88657 1255.02 37.65076 + 125.93661 1374.56 39.64408 + 125.98657 1323.11 38.58705 + 126.03652 1345.89 39.28467 + 126.08629 1351.49 39.26533 + 126.13637 1428.15 40.31931 + 126.18643 1350.13 39.48501 + 126.23633 1413.59 40.27623 + 126.28102 1474.63 41.06750 + 126.33112 1663.46 43.18574 + 126.38119 2298.53 51.74997 + 126.43129 3720.58 66.65269 + 126.48125 6158.49 90.54557 + 126.53121 9433.97 119.45297 + 126.58127 13022.75 148.16093 + 126.63131 16151.75 174.79276 + 126.68135 18042.46 186.41726 + 126.73121 18859.28 191.41292 + 126.78122 18146.32 185.72446 + 126.83131 16165.30 169.91231 + 126.88119 13924.14 153.35387 + 126.93120 11462.82 134.35081 + 126.98116 9516.23 121.03406 + 127.03109 7799.88 106.50023 + 127.08101 6361.94 94.32089 + 127.13096 5299.95 85.57526 + 127.18100 4400.51 76.71602 + 127.23097 3540.52 67.12203 + 127.28091 2980.96 60.89944 + 127.33068 2502.42 55.24873 + 127.38076 2070.77 49.95934 + 127.43082 1760.09 46.03100 + 127.48072 1433.33 40.38351 + 127.54616 1280.43 32.86055 + 127.59626 1163.21 31.20553 + 127.64633 1115.77 30.54964 + 127.69644 1048.73 29.51701 + 127.74639 1026.82 29.15555 + 127.79636 874.06 26.96145 + 127.84642 1001.41 28.97610 + 127.89646 895.06 27.22193 + 127.94649 929.93 27.77764 + 127.99635 906.34 27.33058 + 128.04637 945.08 27.97540 + 128.09645 911.33 27.45339 + 128.14633 860.64 26.62505 + 128.19635 900.34 27.22287 + 128.24630 949.63 27.95854 + 128.29623 866.73 26.71642 + 128.34615 874.68 27.08534 + 128.39611 928.09 27.59213 + 128.44615 893.28 27.05324 + 128.49611 906.20 27.28143 + 128.54605 935.39 27.88917 + 128.59582 860.95 26.66024 + 128.64591 888.10 27.17459 + 128.69597 913.26 27.49617 + 128.74587 911.95 27.57337 + 128.82310 931.61 30.07525 + 128.87321 913.65 29.78484 + 128.92328 817.40 28.46719 + 128.97338 971.74 30.85954 + 129.02333 939.52 30.24577 + 129.07330 886.40 29.36914 + 129.12336 897.29 29.51309 + 129.17340 895.28 29.56381 + 129.22344 928.14 30.28662 + 129.27329 873.67 29.07443 + 129.32331 880.09 29.33959 + 129.37339 948.32 30.45676 + 129.42327 912.44 29.75942 + 129.47329 837.01 28.42984 + 129.52324 868.90 28.97367 + 129.57318 932.51 30.20331 + 129.62310 983.67 30.93959 + 129.67305 914.55 29.81114 + 129.72309 931.29 30.01475 + 129.77305 937.80 30.14841 + 129.82300 887.22 29.40927 + 129.87277 992.19 31.17650 + 129.92285 885.81 29.40170 + 129.97291 1027.88 31.73856 + 130.02281 906.83 29.77060 + 130.07285 937.88 34.22840 + 130.12295 949.53 34.65096 + 130.17302 1005.90 35.68185 + 130.22313 928.78 34.06288 + 130.27308 936.73 34.36606 + 130.32304 948.34 34.55398 + 130.37310 991.02 35.59727 + 130.42314 896.43 33.47859 + 130.47318 951.99 34.61554 + 130.52304 913.02 33.71137 + 130.57305 933.25 34.12279 + 130.62314 924.35 34.18074 + 130.67302 921.27 34.08008 + 130.72303 917.82 33.77597 + 130.77299 947.47 34.45350 + 130.82292 890.41 33.51501 + 130.87284 887.30 33.25777 + 130.92279 904.84 33.79017 + 130.97283 927.74 33.97682 + 131.02280 919.58 33.79980 + 131.07274 891.30 33.26424 + 131.12251 983.02 35.16136 + 131.17259 945.77 34.71159 + 131.22265 902.72 33.59791 + 131.27255 989.34 35.37373 + 131.30484 993.77 36.78109 + 131.35494 976.27 36.35953 + 131.40501 932.47 35.44601 + 131.45512 977.46 36.40496 + 131.50507 1050.75 37.85185 + 131.55504 952.21 35.92188 + 131.60510 1072.60 38.14546 + 131.65514 1021.81 37.27219 + 131.70517 1081.20 38.34452 + 131.75503 1059.53 37.90556 + 131.80505 1089.95 38.64268 + 131.85513 1064.79 37.99450 + 131.90501 1104.97 38.77389 + 131.95503 1199.07 40.41146 + 132.00498 1363.90 43.39341 + 132.05491 1909.12 52.03586 + 132.10483 2815.05 64.64344 + 132.15479 4071.98 80.36325 + 132.20483 5512.82 96.41173 + 132.25479 7280.38 114.80743 + 132.30473 8354.42 125.34453 + 132.35450 9298.73 134.38078 + 132.40459 9297.74 133.92198 + 132.45465 9114.89 131.93637 + 132.50455 8748.39 128.08572 + 132.55258 8082.68 121.26765 + 132.60269 6827.01 108.77558 + 132.65276 5870.75 99.18417 + 132.70286 4872.36 88.85822 + 132.75281 4313.82 83.08351 + 132.80278 3623.33 74.96621 + 132.85284 3109.81 69.21812 + 132.90288 2798.59 64.73560 + 132.95292 2312.30 58.32406 + 133.00277 2077.60 54.68562 + 133.05279 1859.15 51.61475 + 133.10287 1712.66 49.58210 + 133.15275 1532.11 46.41239 + 133.20277 1271.15 41.96138 + 133.25272 1203.41 40.86685 + 133.30266 1156.13 40.08981 + 133.35258 1127.19 39.37361 + 133.40253 922.17 35.78697 + 133.45257 1012.06 37.17067 + 133.50253 980.19 36.66261 + 133.55248 978.43 36.51631 + 133.60225 949.29 35.94349 + 133.65233 905.91 35.21697 + 133.70239 986.47 36.67890 + 133.75229 961.99 36.34791 + 133.81958 921.11 34.19403 + 133.86968 970.74 34.83765 + 133.91975 926.04 33.99097 + 133.96986 911.08 33.61123 + 134.01981 983.36 35.64044 + 134.06977 915.55 33.81757 + 134.11983 988.29 35.28855 + 134.16987 949.61 34.86983 + 134.21991 964.77 34.69016 + 134.26977 959.52 34.56584 + 134.31979 910.49 33.78273 + 134.36987 913.37 34.00617 + 134.41975 929.64 34.05108 + 134.46976 977.98 35.01068 + 134.51972 879.28 33.59539 + 134.56965 909.88 33.88736 + 134.61957 957.99 34.54074 + 134.66952 999.93 35.19448 + 134.71956 916.28 34.02173 + 134.76953 978.40 34.94262 + 134.81947 969.82 34.83917 + 134.86924 930.96 34.48202 + 134.91932 892.26 33.39713 + 134.96938 877.95 33.31943 + 135.01928 894.31 33.54258 + 135.06762 937.11 30.16776 + 135.11772 896.71 29.43513 + 135.16779 970.02 30.53377 + 135.21790 931.15 30.08588 + 135.26785 916.59 29.61368 + 135.31782 888.87 29.36113 + 135.36788 965.46 30.49671 + 135.41792 905.15 29.54440 + 135.46795 919.02 29.72047 + 135.51781 939.71 30.09523 + 135.56783 866.23 28.75713 + 135.61791 898.13 29.33183 + 135.66779 947.65 30.20245 + 135.71781 939.11 30.22949 + 135.76776 924.93 29.97009 + 135.81769 967.15 30.60405 + 135.86761 1011.07 31.46495 + 135.91757 941.45 30.19087 + 135.96761 969.44 30.63013 + 136.01757 941.79 30.11193 + 136.06751 895.22 29.43128 + 136.11728 896.67 29.46730 + 136.16737 902.29 29.38296 + 136.21743 912.28 29.80348 + 136.26733 978.63 30.80365 + 136.30301 941.16 29.51444 + 136.35312 981.02 30.24268 + 136.40319 989.35 30.25025 + 136.45329 925.48 29.24770 + 136.50324 970.06 30.02669 + 136.55321 928.53 29.36796 + 136.60327 902.06 28.92040 + 136.65331 907.55 28.94753 + 136.70335 902.70 28.89943 + 136.75320 893.25 28.76921 + 136.80322 915.90 29.13220 + 136.85330 927.94 29.26378 + 136.90318 926.10 29.29573 + 136.95320 954.22 29.69417 + 137.00315 940.48 29.53429 + 137.05309 950.88 29.70372 + 137.10301 941.46 29.49200 + 137.15296 899.69 28.81980 + 137.20300 939.08 29.49610 + 137.25296 923.67 29.21361 + 137.30291 949.39 29.62616 + 137.35268 951.50 29.74886 + 137.40276 944.86 29.58139 + 137.45282 874.31 28.43325 + 137.50272 890.08 28.72897 + 137.54081 903.22 31.09739 + 137.59091 923.79 31.39926 + 137.64098 895.18 30.93739 + 137.69109 963.69 32.13512 + 137.74104 931.88 31.55409 + 137.79100 914.87 31.24806 + 137.84106 911.99 31.20538 + 137.89110 943.10 31.73283 + 137.94114 947.89 31.83616 + 137.99100 929.94 31.47630 + 138.04102 935.52 31.70421 + 138.09110 985.08 32.65596 + 138.14098 914.78 31.29614 + 138.19099 949.58 31.83472 + 138.24095 898.71 31.01801 + 138.29088 909.50 31.23067 + 138.34080 995.56 32.73389 + 138.39075 906.90 31.13904 + 138.44079 925.78 31.39203 + 138.49076 961.62 32.06824 + 138.54070 979.33 32.47500 + 138.59047 930.68 31.56231 + 138.64055 974.44 32.39028 + 138.69061 950.13 31.88398 + 138.74051 937.01 31.74419 + 138.78745 952.70 34.04839 + 138.83755 905.67 33.03810 + 138.88762 926.06 33.35124 + 138.93773 886.25 32.67274 + 138.98768 906.78 33.06877 + 139.03765 888.39 32.73335 + 139.08771 965.53 34.20486 + 139.13775 914.39 33.25596 + 139.18778 934.44 33.50262 + 139.23764 896.50 32.87109 + 139.28766 950.10 33.97615 + 139.33774 975.42 34.33161 + 139.38762 932.71 33.55332 + 139.43764 953.58 33.90101 + 139.48759 944.33 33.73921 + 139.53752 944.74 33.66060 + 139.58744 926.65 33.38421 + 139.63740 970.54 34.20909 + 139.68744 929.60 33.45190 + 139.73740 1019.90 35.04394 + 139.78734 926.68 33.41229 + 139.83711 942.82 33.81945 + 139.88720 960.86 34.02189 + 139.93726 997.21 34.82601 + 139.98716 906.91 33.12923 + 140.05939 947.27 32.39300 + 140.10950 939.76 32.30175 + 140.15957 910.24 31.77451 + 140.20967 890.03 31.27485 + 140.25963 1017.71 33.65304 + 140.30959 967.68 32.95174 + 140.35965 924.67 32.04018 + 140.40969 934.43 32.33092 + 140.45973 923.46 32.04579 + 140.50959 981.61 32.93801 + 140.55960 901.89 31.73692 + 140.60968 974.82 32.79231 + 140.65956 954.70 32.90441 + 140.70958 934.56 32.06047 + 140.75953 906.05 31.57094 + 140.80947 905.47 31.70222 + 140.85939 888.29 31.57899 + 140.90934 898.65 31.56805 + 140.95938 948.91 32.74045 + 141.00934 952.11 32.39040 + 141.05929 899.64 31.73373 + 141.10906 915.58 32.05920 + 141.15914 966.95 32.64941 + 141.20920 900.56 31.53063 + 141.25910 861.71 30.89692 + 141.30854 896.06 30.29217 + 141.35864 937.94 31.05324 + 141.40871 903.01 30.50616 + 141.45882 901.33 30.38967 + 141.50877 924.06 30.79801 + 141.55873 918.28 30.68206 + 141.60879 934.78 31.01752 + 141.65883 913.65 30.58202 + 141.70887 945.69 31.20699 + 141.75873 883.41 30.09037 + 141.80875 923.60 30.86864 + 141.85883 955.16 31.33568 + 141.90871 878.30 30.12193 + 141.95872 871.05 29.93310 + 142.00868 914.69 30.62542 + 142.05861 952.48 31.24756 + 142.10853 880.32 30.19796 + 142.15848 976.14 31.61455 + 142.20852 961.04 31.40835 + 142.25849 973.37 31.66654 + 142.30843 918.73 30.70177 + 142.35820 975.45 31.69686 + 142.40828 920.54 30.77032 + 142.45834 969.86 31.54992 + 142.50824 986.77 31.87187 + 142.54433 908.12 31.60753 + 142.59443 969.57 32.59629 + 142.64450 955.51 32.26534 + 142.69461 953.13 32.28578 + 142.74456 976.49 32.68766 + 142.79453 1024.88 33.54004 + 142.84459 962.38 32.53582 + 142.89463 877.20 31.00321 + 142.94466 963.41 32.54688 + 142.99452 947.16 32.17812 + 143.04454 969.68 32.58598 + 143.09462 901.66 31.53158 + 143.14450 911.72 31.60278 + 143.19452 957.26 32.34010 + 143.24447 910.22 31.48296 + 143.29440 972.20 32.64123 + 143.34432 909.69 31.51737 + 143.39428 914.62 31.59360 + 143.44432 829.78 30.01950 + 143.49428 875.67 30.94306 + 143.54422 914.72 31.65580 + 143.59399 958.38 32.41093 + 143.64408 970.76 32.59312 + 143.69414 869.82 30.77401 + 143.74404 932.02 31.93291 + 143.79237 840.85 29.91296 + 143.84248 880.76 30.58490 + 143.89255 902.50 31.24083 + 143.94265 936.71 31.60678 + 143.99261 905.18 31.07310 + 144.04257 964.18 32.05722 + 144.09263 869.81 30.46158 + 144.14267 907.46 31.05696 + 144.19271 895.61 30.86518 + 144.24257 867.76 30.33002 + 144.29258 905.08 31.04203 + 144.34266 936.70 31.57462 + 144.39254 900.24 30.96764 + 144.44256 861.09 30.18561 + 144.49251 946.16 31.75382 + 144.54245 872.53 30.47880 + 144.59237 934.38 31.52999 + 144.64232 937.32 31.58290 + 144.69236 907.71 31.08726 + 144.74232 933.77 31.54797 + 144.79227 959.25 32.00124 + 144.84204 1018.05 32.98376 + 144.89212 913.52 31.19265 + 144.94218 952.80 31.95307 + 144.99208 941.54 31.70111 + 145.05497 1013.23 34.79451 + 145.10507 920.93 33.14981 + 145.15514 1047.90 35.65566 + 145.20525 1051.44 35.49373 + 145.25520 1100.66 36.33257 + 145.30516 1197.77 38.19744 + 145.35522 1429.00 41.84338 + 145.40526 1547.77 43.67858 + 145.45530 1699.74 46.01270 + 145.50516 1897.98 48.97171 + 145.55518 2124.80 51.87172 + 145.60526 2189.83 52.97739 + 145.65514 2310.69 54.28160 + 145.70515 2478.25 56.26310 + 145.75511 2515.64 56.92582 + 145.80504 2732.26 59.90520 + 145.85496 2677.41 58.94129 + 145.90491 2798.36 60.08211 + 145.95495 2812.61 60.35375 + 146.00492 2501.93 56.49430 + 146.05486 2342.24 54.51788 + 146.10463 2358.05 54.60120 + 146.15471 2123.70 51.53706 + 146.20477 1970.18 49.47749 + 146.25467 1818.15 47.34796 + 146.30431 1641.38 44.16261 + 146.35441 1577.78 43.26060 + 146.40448 1515.55 42.50429 + 146.45459 1360.18 39.90752 + 146.50454 1369.01 40.01432 + 146.55451 1285.43 39.02826 + 146.60457 1200.34 37.44600 + 146.65461 1148.93 36.90434 + 146.70465 1215.73 38.01228 + 146.75450 1140.01 36.33099 + 146.80452 1032.81 34.93390 + 146.85460 985.48 34.14091 + 146.90448 997.20 34.04287 + 146.95450 970.07 33.60457 + 147.00445 1017.06 34.43082 + 147.05438 973.90 33.77664 + 147.10430 1018.12 34.68001 + 147.15426 975.03 33.61863 + 147.20430 941.08 33.17101 + 147.25426 995.27 34.15144 + 147.30420 972.13 33.77458 + 147.35397 926.88 33.06065 + 147.40406 942.40 33.23534 + 147.45412 932.55 32.81417 + 147.50402 884.75 32.07564 + 147.54590 997.21 31.55637 + 147.59601 1007.54 31.75856 + 147.64608 999.21 31.60098 + 147.69618 981.48 31.26981 + 147.74614 960.70 30.94076 + 147.79610 979.20 31.24164 + 147.84616 981.47 31.28796 + 147.89620 982.72 31.28375 + 147.94624 974.18 31.29548 + 147.99610 941.18 30.58796 + 148.04611 990.52 31.45213 + 148.09619 993.27 31.51959 + 148.14607 969.51 31.11231 + 148.19609 980.15 31.25961 + 148.24604 974.59 31.27301 + 148.29598 985.67 31.41059 + 148.34590 1020.13 31.94043 + 148.39585 954.70 30.83147 + 148.44589 1032.83 32.06388 + 148.49585 957.73 30.90084 + 148.54580 1007.57 31.72030 + 148.59557 1006.29 31.76398 + 148.64565 975.71 31.27285 + 148.69571 1039.45 32.27856 + 148.74561 953.83 30.87119 + 148.79415 1020.75 32.33937 + 148.84425 970.89 31.44065 + 148.89432 1013.62 32.12018 + 148.94443 951.11 31.05333 + 148.99438 989.51 31.83020 + 149.04434 1044.78 32.71915 + 149.09440 1011.94 32.14540 + 149.14444 995.07 31.88005 + 149.19448 938.27 30.87206 + 149.24434 936.47 30.80848 + 149.29436 970.41 31.44627 + 149.34444 965.64 31.37321 + 149.39432 955.42 31.26745 + 149.44433 913.55 30.41128 + 149.49429 872.31 29.70060 + 149.54422 933.14 30.77290 + 149.59414 884.56 29.98393 + 149.64409 945.01 31.00186 + 149.69413 910.73 30.48338 + 149.74410 948.52 31.06421 + 149.79404 937.33 30.83455 + 149.84381 927.48 30.78363 + 149.89389 923.49 30.60040 + 149.94395 924.21 30.66944 + 149.99385 935.03 30.87095 + 150.03044 866.62 28.42954 + 150.08054 889.86 28.69659 + 150.13062 877.91 28.57137 + 150.18072 917.89 29.13872 + 150.23067 910.71 29.17970 + 150.28064 879.55 28.63430 + 150.33070 824.36 27.59024 + 150.38074 826.00 27.58218 + 150.43078 931.96 29.43115 + 150.48063 875.17 28.54716 + 150.53065 890.03 28.73223 + 150.58073 872.34 28.49013 + 150.63061 868.33 28.55739 + 150.68063 885.74 28.61437 + 150.73058 902.51 29.01680 + 150.78051 902.12 28.92157 + 150.83043 894.70 28.82191 + 150.88039 823.41 27.63957 + 150.93043 866.33 28.38440 + 150.98039 837.49 27.82012 + 151.03033 879.53 28.60830 + 151.08010 868.38 28.33650 + 151.13019 845.28 28.00504 + 151.18025 876.99 28.55096 + 151.23015 849.14 28.03945 + 151.28478 875.04 28.44189 + 151.33489 887.48 28.60771 + 151.38496 882.87 28.67843 + 151.43506 846.07 27.89391 + 151.48502 873.98 28.34146 + 151.53498 875.79 28.44451 + 151.58504 906.82 28.89478 + 151.63508 842.86 27.91694 + 151.68512 844.05 27.82503 + 151.73498 874.29 28.38335 + 151.78499 883.92 28.61332 + 151.83507 899.11 28.87113 + 151.88495 859.02 28.13901 + 151.93497 884.14 28.55292 + 151.98492 879.13 28.42324 + 152.03486 848.79 28.03476 + 152.08478 883.27 28.51616 + 152.13473 876.83 28.41335 + 152.18477 909.83 28.88097 + 152.23473 868.19 28.40145 + 152.28468 895.86 28.80759 + 152.33445 874.38 28.39625 + 152.38453 891.24 28.67963 + 152.43459 859.45 28.16332 + 152.48449 882.63 28.50691 + 152.54223 929.62 30.69724 + 152.59233 867.36 29.62099 + 152.64240 927.09 30.67486 + 152.69251 930.49 30.69182 + 152.74246 941.01 30.90681 + 152.79242 969.11 31.45011 + 152.84248 906.28 30.31047 + 152.89252 897.26 30.18122 + 152.94256 920.82 30.57869 + 152.99242 918.64 30.48071 + 153.04244 894.43 30.06737 + 153.09252 878.50 29.78900 + 153.14240 920.57 30.54003 + 153.19241 903.93 30.22663 + 153.24237 932.33 30.79422 + 153.29230 909.28 30.47448 + 153.34222 989.14 31.71754 + 153.39217 929.18 30.65099 + 153.44221 927.63 30.68150 + 153.49218 1043.55 32.73539 + 153.54212 1043.77 32.63896 + 153.59189 1028.83 32.38296 + 153.64197 1095.20 33.41951 + 153.69203 1212.24 35.34014 + 153.74193 1330.57 37.16237 + 153.78982 1524.50 40.14896 + 153.83992 1744.39 43.06282 + 153.89000 1963.43 45.89157 + 153.94010 2426.97 51.66408 + 153.99005 2891.28 57.01515 + 154.04002 3270.53 61.11708 + 154.09008 3590.64 64.55294 + 154.14012 4248.34 71.27191 + 154.19016 4713.04 75.66626 + 154.24001 5098.39 79.12132 + 154.29003 5593.74 83.69816 + 154.34011 5817.80 85.69021 + 154.38999 6191.93 88.91917 + 154.44001 6598.96 92.05690 + 154.48996 6976.38 95.53981 + 154.53989 7353.49 98.68951 + 154.58981 7641.19 101.00027 + 154.63977 7776.45 102.08416 + 154.68981 7892.90 102.80335 + 154.73977 7917.59 103.11199 + 154.78971 7874.63 102.56580 + 154.83948 7726.31 101.33764 + 154.88957 7715.86 101.32823 + 154.93963 7527.01 99.56822 + 154.98953 7160.09 96.66515 + 155.04211 6822.30 92.64789 + 155.09222 6701.23 91.81834 + 155.14229 6248.44 87.86944 + 155.19239 5780.20 84.08024 + 155.24235 5380.80 80.62869 + 155.29231 4889.18 76.30170 + 155.34237 4403.32 71.88843 + 155.39241 4143.75 69.71053 + 155.44245 3565.15 63.93683 + 155.49231 3304.11 61.27020 + 155.54232 3130.39 59.61077 + 155.59240 2899.81 57.15163 + 155.64228 2707.41 54.86817 + 155.69230 2511.48 52.46585 + 155.74225 2332.83 50.27316 + 155.79219 2234.37 49.22304 + 155.84211 2066.28 46.92848 + 155.89206 1884.79 44.73778 + 155.94210 1831.06 43.97836 + 155.99206 1702.58 42.33605 + 156.04201 1536.86 39.98881 + 156.09178 1392.33 37.99898 + 156.14186 1403.82 38.01703 + 156.19192 1340.29 37.19423 + 156.24182 1260.93 35.94716 + 156.29071 1177.96 35.08814 + 156.34081 1196.91 35.35678 + 156.39088 1100.68 33.81222 + 156.44099 1090.03 33.66532 + 156.49094 1043.67 32.79600 + 156.54090 1071.26 33.29121 + 156.59096 1022.03 32.54086 + 156.64100 1028.42 32.70127 + 156.69104 978.65 31.84446 + 156.74090 975.45 31.68415 + 156.79092 938.21 31.14279 + 156.84100 909.07 30.50027 + 156.89088 901.99 30.41532 + 156.94089 918.38 30.76343 + 156.99085 923.55 30.85906 + 157.04078 980.39 31.77982 + 157.09070 929.91 30.91286 + 157.14065 909.48 30.53000 + 157.19069 897.31 30.47543 + 157.24066 913.51 30.66433 + 157.29060 927.18 30.81869 + 157.34037 914.94 30.62365 + 157.39045 875.70 29.93575 + 157.44051 871.56 29.93901 + 157.49041 868.81 29.89799 + 157.52900 880.75 32.52786 + 157.57910 870.53 32.23168 + 157.62918 842.80 31.57926 + 157.67928 894.07 32.75523 + 157.72923 906.30 32.87920 + 157.77920 892.17 32.71562 + 157.82926 918.69 33.09258 + 157.87930 867.16 32.17567 + 157.92934 910.07 32.97279 + 157.97919 832.95 31.38664 + 158.02921 872.59 32.26616 + 158.07929 881.02 32.57274 + 158.12917 910.25 33.13062 + 158.17919 834.55 31.69123 + 158.22914 887.76 32.62221 + 158.27907 869.35 32.22568 + 158.32899 852.43 31.84833 + 158.37895 897.17 32.74249 + 158.42899 904.44 32.85208 + 158.47895 899.39 32.71075 + 158.52889 974.94 34.26723 + 158.57866 886.55 32.47751 + 158.62875 888.35 32.58338 + 158.67881 894.56 32.73310 + 158.72871 887.59 32.77378 + 158.78279 933.20 34.52194 + 158.83290 920.73 34.33000 + 158.88297 858.56 32.98784 + 158.93307 873.86 33.29706 + 158.98303 898.25 34.01858 + 159.03299 865.06 33.21605 + 159.08305 905.02 33.90579 + 159.13309 924.46 34.32508 + 159.18313 881.28 33.51290 + 159.23299 858.94 33.01082 + 159.28300 933.10 34.45476 + 159.33309 979.00 35.35604 + 159.38296 936.92 34.53387 + 159.43298 882.29 33.44340 + 159.48293 924.36 34.30581 + 159.53287 935.60 34.51630 + 159.58279 930.18 34.41008 + 159.63274 901.98 33.92184 + 159.68278 941.62 34.58852 + 159.73274 963.43 35.09688 + 159.78269 864.83 33.09005 + 159.83246 941.26 34.63923 + 159.88254 912.89 34.06136 + 159.93260 964.01 35.06506 + 159.98250 944.89 34.76214 + 160.04124 963.06 38.84344 + 160.09134 913.88 38.80687 + 160.14141 960.61 39.36048 + 160.19152 973.14 38.72545 + 160.24147 943.27 38.88427 + 160.29143 880.56 37.14738 + 160.34149 928.16 38.07312 + 160.39153 907.78 37.66358 + 160.44157 901.10 37.52909 + 160.49143 919.39 38.20766 + 160.54145 937.45 38.64639 + 160.59153 946.58 39.08937 + 160.64141 959.96 39.07453 + 160.69142 902.51 37.46389 + 160.74138 895.89 37.30808 + 160.79131 999.19 39.71634 + 160.84123 911.04 37.57689 + 160.89118 961.51 38.90232 + 160.94122 936.45 38.25719 + 160.99119 945.28 38.55431 + 161.04113 933.90 38.39761 + 161.09090 939.15 39.11374 + 161.14098 983.45 39.47205 + 161.19104 902.91 38.21368 + 161.24094 945.82 38.42226 + 161.29698 924.10 42.82490 + 161.34708 960.85 43.41070 + 161.39716 908.65 41.95650 + 161.44726 938.06 42.91270 + 161.49721 886.22 41.40142 + 161.54718 934.11 42.51897 + 161.59724 923.08 42.14640 + 161.64728 947.87 42.68314 + 161.69732 1005.47 44.46308 + 161.74717 920.53 42.47510 + 161.79719 957.30 43.00700 + 161.84727 1002.40 44.50616 + 161.89715 937.29 42.47485 + 161.94717 924.22 42.38715 + 161.99712 925.53 42.39953 + 162.04705 953.83 43.04054 + 162.09697 878.26 41.14927 + 162.14693 905.23 41.92253 + 162.19697 925.70 42.38441 + 162.24693 878.28 41.21950 + 162.29687 858.43 40.64464 + 162.34664 913.07 42.10744 + 162.39673 889.83 41.77126 + 162.44679 926.53 42.42525 + 162.49669 902.39 41.95989 + 162.55667 966.16 61.79202 + 162.60678 905.06 59.63691 + 162.65685 944.70 60.34922 + 162.70695 935.82 60.16765 + 162.75691 957.39 61.51882 + 162.80687 909.22 59.81775 + 162.85693 988.54 62.42153 + 162.90697 923.08 59.93307 + 162.95701 907.31 59.85053 + 163.00687 893.08 59.01023 + 163.05688 911.54 59.38296 + 163.10697 983.70 62.55153 + 163.15684 1060.96 64.80656 + 163.20686 928.88 60.18505 + 163.25682 960.16 61.30208 + 163.30675 968.35 61.09286 + 163.35667 961.79 61.49296 + 163.40662 954.64 60.84633 + 163.45666 916.09 59.58318 + 163.50662 981.89 62.79669 + 163.55657 916.63 59.44997 + 163.60634 919.80 60.33181 + 163.65642 972.91 61.70115 + 163.70648 1058.06 64.34230 + 163.75638 1061.08 64.75653 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.pcr new file mode 100644 index 000000000..05be1d1db --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.pcr @@ -0,0 +1,58 @@ +COMM LaB6 Ge(331) +! Current global Chi2 (Bragg contrib.) = 14.93 +! Files => DAT-file: ECH0030684_LaB6_1p622A_fcj.dat, PCR-file: ECH0030684_LaB6_1p622A_fcj +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 1 7 1 0 2 0 0 1 0 0 1 0 0 0 0 0 0 0 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 2 2 1 0 1 0 4 0 0 2 10 -1 0 0 0 0 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.623899 1.623899 0.00000 80.000 12.000 0.0000 0.0000 180.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 +200 0.10 0.04 0.04 0.04 0.04 4.1642 0.049998 163.7564 0.000 0.000 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 10.00 + 164.00 180.00 +! +! Additional scattering factors for Pattern# 1 +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.45778 0.0 0.00000 0.0 0.00000 0.0 1.623899 0.00 0 +! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) + 777.346 52.434 365.757 14.659 -415.682 0.000 + 0.00 0.00 0.00 0.00 0.00 0.00 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 4.2230 +!------------------------------------------------------------------------------- +nuclear +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 2 0 0 0.0 0.0 1.0 0 0 0 0 0 203.711 0 7 0 +! +! +P m -3 m <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +La La 0.00000 0.00000 0.00000 0.25812 0.02083 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +B B 0.19972 0.50000 0.50000 0.11925 0.12500 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 42.98374 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.143431 -0.523140 0.590412 0.000000 0.054515 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 4.156885 4.156885 4.156885 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.08000 0.08000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 10.000 163.756 1 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.prf b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.prf new file mode 100644 index 000000000..0e2575538 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.prf @@ -0,0 +1,3266 @@ +IGOR +WAVES TwoTheta, Iobs, Icalc, Diff +BEGIN + 4.164 249.28 708.17 -458.89 + 4.214 242.77 708.68 -465.91 + 4.264 261.99 709.18 -447.19 + 4.314 374.47 709.69 -335.22 + 4.364 435.31 710.19 -274.88 + 4.414 647.92 710.69 -62.77 + 4.464 806.68 711.19 95.49 + 4.514 868.33 711.69 156.64 + 4.564 1082.78 712.19 370.59 + 4.614 1245.94 712.69 533.25 + 4.664 1161.56 713.18 448.38 + 4.714 1270.88 713.68 557.20 + 4.764 1353.10 714.17 638.93 + 4.814 1394.96 714.66 680.30 + 4.864 1344.30 715.15 629.15 + 4.914 1395.56 715.63 679.93 + 4.964 1418.44 716.12 702.32 + 5.014 1512.19 716.61 795.58 + 5.064 1533.20 717.09 816.11 + 5.117 1511.09 717.60 793.49 + 5.167 1557.83 718.08 839.75 + 5.217 1570.98 718.56 852.42 + 5.267 1524.03 719.04 804.99 + 5.317 1557.07 719.51 837.56 + 5.367 1518.49 719.99 798.50 + 5.417 1492.80 720.46 772.34 + 5.467 1467.48 720.93 746.55 + 5.517 1642.49 721.40 921.09 + 5.567 1467.95 721.87 746.08 + 5.617 1480.74 722.34 758.40 + 5.667 1504.68 722.81 781.87 + 5.717 1493.81 723.27 770.54 + 5.767 1526.23 723.73 802.50 + 5.817 1448.03 724.19 723.84 + 5.867 1480.69 724.65 756.04 + 5.917 1399.52 725.11 674.41 + 5.966 1416.73 725.57 691.16 + 6.016 1395.40 726.03 669.37 + 6.066 1287.19 726.48 560.71 + 6.116 1413.82 726.93 686.89 + 6.166 1294.07 727.38 566.69 + 6.216 1329.71 727.83 601.88 + 6.266 1295.20 728.28 566.92 + 6.316 1221.64 728.73 492.91 + 6.362 1239.25 729.14 510.11 + 6.412 1234.43 729.58 504.85 + 6.462 1176.34 730.03 446.31 + 6.512 1230.70 730.47 500.23 + 6.562 1157.69 730.91 426.78 + 6.612 1123.19 731.35 391.84 + 6.662 1173.25 731.79 441.46 + 6.712 1163.54 732.22 431.32 + 6.762 1160.56 732.66 427.90 + 6.812 1090.30 733.09 357.21 + 6.862 1089.23 733.52 355.71 + 6.912 1115.90 733.96 381.94 + 6.962 1035.09 734.39 300.70 + 7.012 1073.90 734.81 339.09 + 7.062 1088.65 735.24 353.41 + 7.112 1060.65 735.67 324.98 + 7.162 1001.18 736.09 265.09 + 7.212 1051.08 736.51 314.57 + 7.262 1038.77 736.93 301.84 + 7.312 987.64 737.35 250.29 + 7.361 1032.94 737.77 295.17 + 7.411 1014.73 738.19 276.54 + 7.461 967.70 738.60 229.10 + 7.511 1053.04 739.02 314.02 + 7.561 987.22 739.43 247.79 + 7.618 1027.23 739.90 287.33 + 7.668 957.69 740.31 217.38 + 7.718 950.30 740.72 209.58 + 7.768 965.57 741.13 224.44 + 7.818 908.56 741.53 167.03 + 7.868 990.94 741.94 249.00 + 7.918 948.75 742.34 206.41 + 7.968 1014.25 742.75 271.50 + 8.018 909.56 743.15 166.41 + 8.068 963.50 743.55 219.95 + 8.118 956.97 743.94 213.03 + 8.168 941.60 744.34 197.26 + 8.218 944.65 744.74 199.91 + 8.268 958.38 745.13 213.25 + 8.318 915.62 745.53 170.09 + 8.368 926.86 745.92 180.94 + 8.418 898.35 746.31 152.04 + 8.468 883.90 746.70 137.20 + 8.518 907.95 747.09 160.86 + 8.568 840.81 747.47 93.34 + 8.618 854.40 747.86 106.54 + 8.667 909.80 748.24 161.56 + 8.717 933.86 748.62 185.24 + 8.767 883.97 749.01 134.96 + 8.817 872.52 749.39 123.13 + 8.870 889.41 749.79 139.62 + 8.920 872.92 750.16 122.76 + 8.970 910.67 750.54 160.13 + 9.020 869.99 750.92 119.07 + 9.070 859.96 751.29 108.67 + 9.120 858.03 751.66 106.37 + 9.170 834.26 752.04 82.22 + 9.220 856.79 752.41 104.38 + 9.271 837.15 752.78 84.37 + 9.320 822.58 753.14 69.44 + 9.370 863.24 753.51 109.73 + 9.420 827.61 753.87 73.74 + 9.470 826.65 754.24 72.41 + 9.520 842.37 754.60 87.77 + 9.570 902.88 754.96 147.92 + 9.620 827.23 755.32 71.91 + 9.670 846.33 755.68 90.65 + 9.720 825.69 756.04 69.65 + 9.770 765.93 756.39 9.54 + 9.820 845.02 756.75 88.27 + 9.870 850.36 757.10 93.26 + 9.920 841.36 757.45 83.91 + 9.970 832.23 757.80 74.43 + 10.020 780.68 758.15 22.53 + 10.070 839.40 758.50 80.90 + 10.125 805.00 758.88 46.12 + 10.175 736.57 759.23 -22.66 + 10.225 815.42 759.58 55.84 + 10.275 793.91 759.92 33.99 + 10.325 817.66 760.26 57.40 + 10.375 770.70 760.60 10.10 + 10.425 804.50 760.95 43.55 + 10.475 727.04 761.28 -34.24 + 10.525 751.78 761.62 -9.84 + 10.575 764.02 761.96 2.06 + 10.625 802.46 762.29 40.17 + 10.675 752.71 762.63 -9.92 + 10.725 793.85 762.96 30.89 + 10.775 776.92 763.29 13.63 + 10.825 791.07 763.62 27.45 + 10.875 788.79 763.95 24.84 + 10.925 784.57 764.28 20.29 + 10.975 775.27 764.60 10.67 + 11.025 754.16 764.93 -10.77 + 11.075 787.35 765.25 22.10 + 11.125 813.34 765.58 47.76 + 11.175 713.61 765.90 -52.29 + 11.225 731.27 766.22 -34.95 + 11.275 726.09 766.54 -40.45 + 11.325 779.29 766.86 12.43 + 11.374 762.10 767.17 -5.07 + 11.425 760.08 767.49 -7.41 + 11.475 802.53 767.81 34.72 + 11.525 755.89 768.12 -12.23 + 11.575 768.50 768.43 0.07 + 11.625 790.01 768.74 21.27 + 11.675 734.06 769.05 -34.99 + 11.725 784.43 769.36 15.07 + 11.775 724.67 769.67 -45.00 + 11.825 779.11 769.98 9.13 + 11.875 752.73 770.28 -17.55 + 11.925 733.54 770.59 -37.05 + 11.975 746.79 770.89 -24.10 + 12.025 765.56 771.19 -5.63 + 12.075 750.70 771.49 -20.79 + 12.125 779.88 771.79 8.09 + 12.174 761.56 772.09 -10.53 + 12.224 725.67 772.39 -46.72 + 12.274 807.15 772.69 34.46 + 12.324 745.75 772.98 -27.23 + 12.374 788.00 773.28 14.72 + 12.424 725.64 773.57 -47.93 + 12.474 761.60 773.86 -12.26 + 12.524 768.65 774.15 -5.50 + 12.574 785.66 774.44 11.22 + 12.613 764.38 774.67 -10.29 + 12.664 727.45 774.96 -47.51 + 12.714 746.76 775.24 -28.48 + 12.764 786.33 775.53 10.80 + 12.814 765.94 775.81 -9.87 + 12.864 776.81 776.10 0.71 + 12.914 736.69 776.38 -39.69 + 12.964 728.16 776.66 -48.50 + 13.014 757.21 776.94 -19.73 + 13.064 781.63 777.22 4.41 + 13.114 763.67 777.50 -13.83 + 13.164 732.74 777.77 -45.03 + 13.214 745.87 778.05 -32.18 + 13.264 760.49 778.32 -17.83 + 13.314 784.22 779.13 5.09 + 13.364 741.46 779.41 -37.95 + 13.413 733.61 779.69 -46.08 + 13.463 775.04 779.96 -4.92 + 13.513 758.65 780.24 -21.59 + 13.563 754.40 780.51 -26.11 + 13.613 701.22 780.79 -79.57 + 13.663 778.39 781.06 -2.67 + 13.713 739.69 781.33 -41.64 + 13.763 722.27 781.60 -59.33 + 13.813 779.18 781.87 -2.69 + 13.868 740.32 782.16 -41.84 + 13.918 738.65 782.43 -43.78 + 13.968 784.66 782.70 1.96 + 14.018 755.77 782.97 -27.20 + 14.068 733.04 783.23 -50.19 + 14.118 725.36 783.50 -58.14 + 14.168 754.73 783.76 -29.03 + 14.218 765.19 784.02 -18.83 + 14.268 801.27 784.28 16.99 + 14.318 804.70 784.54 20.16 + 14.368 756.36 784.80 -28.44 + 14.418 766.09 785.06 -18.97 + 14.468 780.76 785.32 -4.56 + 14.518 741.08 785.58 -44.50 + 14.568 729.70 785.84 -56.14 + 14.618 750.00 786.09 -36.09 + 14.668 759.58 786.35 -26.77 + 14.718 758.71 786.60 -27.89 + 14.768 777.14 786.85 -9.71 + 14.818 741.13 787.11 -45.98 + 14.868 738.30 787.36 -49.06 + 14.918 764.53 787.61 -23.08 + 14.968 764.54 787.86 -23.32 + 15.018 796.72 788.11 8.61 + 15.068 744.09 788.36 -44.27 + 15.124 723.92 788.64 -64.72 + 15.174 750.85 788.88 -38.03 + 15.224 795.62 789.13 6.49 + 15.274 747.70 789.38 -41.68 + 15.324 745.56 789.62 -44.06 + 15.374 743.07 789.87 -46.80 + 15.424 773.46 790.11 -16.65 + 15.474 765.86 790.35 -24.49 + 15.524 699.87 790.60 -90.73 + 15.574 732.41 790.84 -58.43 + 15.624 768.54 791.08 -22.54 + 15.674 699.30 791.32 -92.02 + 15.724 769.53 791.56 -22.03 + 15.774 743.34 791.80 -48.46 + 15.824 719.45 792.04 -72.59 + 15.874 707.66 792.28 -84.62 + 15.924 720.09 792.51 -72.42 + 15.974 775.08 792.75 -17.67 + 16.024 732.56 792.99 -60.43 + 16.074 723.68 793.22 -69.54 + 16.124 763.27 793.46 -30.19 + 16.174 755.35 793.69 -38.34 + 16.224 746.64 793.93 -47.29 + 16.274 736.37 794.17 -57.80 + 16.324 751.89 794.40 -42.51 + 16.358 796.15 794.56 1.59 + 16.408 749.58 794.80 -45.22 + 16.458 783.55 795.03 -11.48 + 16.508 785.38 795.27 -9.89 + 16.558 786.92 795.50 -8.58 + 16.608 741.59 795.73 -54.14 + 16.658 749.53 795.97 -46.44 + 16.708 728.18 796.20 -68.02 + 16.758 760.77 796.43 -35.66 + 16.808 732.60 796.67 -64.07 + 16.858 712.64 796.90 -84.26 + 16.908 761.29 797.13 -35.84 + 16.958 703.67 797.37 -93.70 + 17.008 726.79 797.60 -70.81 + 17.058 769.55 797.83 -28.28 + 17.108 761.75 798.07 -36.32 + 17.158 783.25 798.30 -15.05 + 17.208 803.04 798.54 4.50 + 17.258 688.34 798.77 -110.43 + 17.308 773.21 799.01 -25.80 + 17.358 786.29 799.25 -12.96 + 17.408 791.91 799.48 -7.57 + 17.458 804.54 799.72 4.82 + 17.508 739.52 799.96 -60.44 + 17.558 787.44 800.20 -12.76 + 17.595 771.27 800.38 -29.11 + 17.645 774.40 800.62 -26.22 + 17.695 763.19 800.87 -37.68 + 17.745 780.10 801.11 -21.01 + 17.795 820.85 801.36 19.49 + 17.845 789.93 801.61 -11.68 + 17.895 792.37 801.86 -9.49 + 17.945 764.67 802.11 -37.44 + 17.995 778.85 802.36 -23.51 + 18.045 769.15 802.62 -33.47 + 18.095 734.53 802.88 -68.35 + 18.145 784.94 803.14 -18.20 + 18.195 716.35 803.40 -87.05 + 18.245 733.69 803.67 -69.98 + 18.295 785.49 803.94 -18.45 + 18.345 723.63 804.21 -80.58 + 18.395 752.80 804.49 -51.69 + 18.445 756.58 804.77 -48.19 + 18.495 734.30 805.06 -70.76 + 18.545 770.37 805.35 -34.98 + 18.595 750.65 805.65 -55.00 + 18.645 807.97 805.95 2.02 + 18.695 773.34 806.26 -32.92 + 18.745 796.94 806.58 -9.64 + 18.795 763.12 806.90 -43.78 + 18.840 752.30 807.20 -54.90 + 18.890 695.47 807.54 -112.07 + 18.940 759.74 807.89 -48.15 + 18.990 828.57 808.26 20.31 + 19.040 786.28 808.63 -22.35 + 19.090 797.57 809.02 -11.45 + 19.140 737.60 809.42 -71.82 + 19.190 794.48 809.85 -15.37 + 19.240 755.77 810.30 -54.53 + 19.290 723.12 810.78 -87.66 + 19.340 744.43 811.30 -66.87 + 19.390 782.77 811.88 -29.11 + 19.440 776.36 812.53 -36.17 + 19.490 775.07 813.30 -38.23 + 19.540 774.15 814.20 -40.05 + 19.590 724.69 815.31 -90.62 + 19.640 792.48 816.68 -24.20 + 19.690 830.35 818.41 11.94 + 19.740 802.84 820.61 -17.77 + 19.790 756.72 823.40 -66.68 + 19.840 803.48 826.93 -23.45 + 19.889 834.42 831.35 3.07 + 19.940 828.34 836.91 -8.57 + 19.990 789.51 843.76 -54.25 + 20.039 775.19 852.08 -76.89 + 20.106 857.45 865.74 -8.29 + 20.156 852.93 878.30 -25.37 + 20.206 894.39 892.94 1.45 + 20.256 886.63 909.80 -23.17 + 20.306 917.87 928.91 -11.04 + 20.356 914.86 950.41 -35.55 + 20.406 930.06 974.39 -44.33 + 20.456 1064.38 1000.85 63.53 + 20.506 1104.89 1029.85 75.04 + 20.556 1063.11 1061.31 1.80 + 20.606 1065.09 1095.54 -30.45 + 20.656 1081.92 1132.60 -50.68 + 20.706 1178.68 1172.44 6.24 + 20.756 1179.87 1215.54 -35.67 + 20.806 1254.80 1262.07 -7.27 + 20.856 1263.04 1312.41 -49.37 + 20.906 1319.03 1367.09 -48.06 + 20.956 1470.85 1426.78 44.07 + 21.006 1491.27 1492.34 -1.07 + 21.056 1629.27 1564.51 64.76 + 21.106 1747.77 1644.39 103.38 + 21.155 1803.66 1732.92 70.74 + 21.205 1937.27 1832.27 105.00 + 21.255 2071.21 1943.13 128.08 + 21.305 2025.93 2066.21 -40.28 + 21.366 2449.60 2233.51 216.09 + 21.416 2599.33 2386.59 212.74 + 21.466 2835.68 2551.86 283.82 + 21.516 3003.89 2727.06 276.83 + 21.566 3210.67 2907.73 302.94 + 21.616 3368.51 3089.02 279.49 + 21.666 3810.41 3264.19 546.22 + 21.716 4183.12 3424.56 758.56 + 21.766 4466.32 3561.09 905.23 + 21.816 4630.93 3664.26 966.67 + 21.866 5279.75 3726.35 1553.40 + 21.916 5829.30 3740.03 2089.27 + 21.966 6574.37 3701.10 2873.27 + 22.016 7110.45 3608.38 3502.07 + 22.066 7852.27 3464.93 4387.34 + 22.116 8051.85 3277.32 4774.53 + 22.166 7989.20 3055.20 4934.00 + 22.216 7959.58 2809.92 5149.66 + 22.266 7849.35 2553.42 5295.93 + 22.316 7410.70 2298.12 5112.58 + 22.366 7183.28 2053.70 5129.58 + 22.416 6768.70 1828.68 4940.02 + 22.466 6175.79 1626.42 4549.37 + 22.516 5645.10 1451.60 4193.50 + 22.566 4898.09 1305.37 3592.72 + 22.612 4225.79 1193.92 3031.87 + 22.662 3632.12 1097.35 2534.77 + 22.712 3039.32 1022.81 2016.51 + 22.762 2751.86 966.68 1785.18 + 22.812 2331.28 925.56 1405.72 + 22.862 2048.97 896.00 1152.97 + 22.912 1742.11 875.13 866.98 + 22.962 1451.93 860.67 591.26 + 23.012 1216.34 850.75 365.59 + 23.062 1052.24 843.98 208.26 + 23.112 966.86 839.31 127.55 + 23.162 968.34 836.04 132.30 + 23.212 949.41 834.63 114.78 + 23.262 920.38 832.88 87.50 + 23.312 884.56 831.52 53.04 + 23.362 889.47 830.42 59.05 + 23.412 894.47 829.49 64.98 + 23.462 863.76 828.69 35.07 + 23.512 848.44 827.99 20.45 + 23.562 856.24 827.37 28.87 + 23.612 856.95 826.81 30.14 + 23.662 799.55 826.30 -26.75 + 23.712 808.75 825.84 -17.09 + 23.762 868.66 825.42 43.24 + 23.812 866.02 825.05 40.97 + 23.861 931.41 824.70 106.71 + 23.911 888.13 824.39 63.74 + 23.962 886.21 824.10 62.11 + 24.012 915.72 823.84 91.88 + 24.062 953.10 823.60 129.50 + 24.112 901.68 823.39 78.29 + 24.162 832.29 823.19 9.10 + 24.212 880.63 823.01 57.62 + 24.262 909.05 822.85 86.20 + 24.312 890.85 822.70 68.15 + 24.362 823.90 822.57 1.33 + 24.412 872.84 822.45 50.39 + 24.462 868.69 822.34 46.35 + 24.512 844.11 822.24 21.87 + 24.562 869.95 822.15 47.80 + 24.611 842.28 822.08 20.20 + 24.661 870.84 822.01 48.83 + 24.711 807.88 821.94 -14.06 + 24.761 787.48 821.89 -34.41 + 24.811 799.05 821.84 -22.79 + 24.861 788.06 821.80 -33.74 + 24.911 789.39 821.77 -32.38 + 24.961 833.76 821.74 12.02 + 25.011 800.07 821.72 -21.65 + 25.061 823.40 821.70 1.70 + 25.115 801.39 821.69 -20.30 + 25.166 785.92 821.68 -35.76 + 25.216 793.42 821.68 -28.26 + 25.266 819.35 821.68 -2.33 + 25.316 796.68 821.68 -25.00 + 25.366 780.48 821.69 -41.21 + 25.416 821.14 821.71 -0.57 + 25.466 781.52 821.72 -40.20 + 25.516 812.20 821.74 -9.54 + 25.566 822.25 821.76 0.49 + 25.616 848.33 821.79 26.54 + 25.666 844.17 821.81 22.36 + 25.716 802.73 821.84 -19.11 + 25.766 744.98 821.88 -76.90 + 25.816 776.41 821.91 -45.50 + 25.866 811.29 821.95 -10.66 + 25.915 815.06 821.99 -6.93 + 25.965 747.86 822.03 -74.17 + 26.015 768.84 822.08 -53.24 + 26.065 737.53 822.13 -84.60 + 26.115 815.88 822.18 -6.30 + 26.165 744.25 822.23 -77.98 + 26.215 723.78 822.28 -98.50 + 26.265 794.45 822.34 -27.89 + 26.315 829.77 822.40 7.37 + 26.378 804.26 822.47 -18.21 + 26.428 766.01 822.54 -56.53 + 26.478 815.55 822.60 -7.05 + 26.528 822.52 822.67 -0.15 + 26.578 823.32 822.74 0.58 + 26.628 826.59 822.81 3.78 + 26.678 815.38 822.89 -7.51 + 26.728 810.41 822.96 -12.55 + 26.778 763.55 823.04 -59.49 + 26.828 820.02 823.12 -3.10 + 26.878 884.62 823.21 61.41 + 26.928 830.77 823.29 7.48 + 26.978 785.68 823.38 -37.70 + 27.028 793.66 823.47 -29.81 + 27.078 870.84 823.57 47.27 + 27.128 754.98 823.66 -68.68 + 27.178 813.84 823.76 -9.92 + 27.228 789.20 823.87 -34.67 + 27.278 802.59 823.97 -21.38 + 27.328 781.87 824.08 -42.21 + 27.377 832.83 824.20 8.63 + 27.427 800.85 824.31 -23.46 + 27.477 806.72 824.43 -17.71 + 27.527 810.28 824.56 -14.28 + 27.577 762.63 824.69 -62.06 + 27.633 854.06 824.83 29.23 + 27.683 882.05 824.97 57.08 + 27.734 821.65 825.12 -3.47 + 27.784 841.46 825.26 16.20 + 27.834 850.63 825.42 25.21 + 27.884 850.49 825.58 24.91 + 27.934 813.44 825.74 -12.30 + 27.984 778.79 825.92 -47.13 + 28.034 815.21 826.09 -10.88 + 28.084 824.68 826.28 -1.60 + 28.134 855.37 826.47 28.90 + 28.184 861.03 826.68 34.35 + 28.234 806.55 826.89 -20.34 + 28.284 831.35 827.11 4.24 + 28.334 873.83 827.34 46.49 + 28.383 885.53 827.58 57.95 + 28.433 842.76 827.83 14.93 + 28.483 865.40 828.09 37.31 + 28.533 826.46 828.37 -1.91 + 28.583 880.00 828.66 51.34 + 28.633 876.56 828.97 47.59 + 28.683 838.86 829.29 9.57 + 28.733 834.81 829.63 5.18 + 28.783 851.69 829.99 21.70 + 28.833 850.41 830.37 20.04 + 28.866 893.22 830.63 62.59 + 28.916 852.43 831.05 21.38 + 28.966 862.51 831.49 31.02 + 29.016 800.10 831.96 -31.86 + 29.066 920.70 832.46 88.24 + 29.116 865.00 833.00 32.00 + 29.166 894.11 833.57 60.54 + 29.216 878.50 834.19 44.31 + 29.266 869.20 834.84 34.36 + 29.316 860.04 835.55 24.49 + 29.366 828.47 836.33 -7.86 + 29.416 851.02 837.17 13.85 + 29.466 869.29 838.11 31.18 + 29.516 787.01 839.16 -52.15 + 29.566 776.69 840.37 -63.68 + 29.616 859.75 841.79 17.96 + 29.666 803.70 843.50 -39.80 + 29.716 820.00 845.62 -25.62 + 29.766 858.68 848.33 10.35 + 29.816 854.16 851.84 2.32 + 29.866 829.50 856.46 -26.96 + 29.915 817.03 862.56 -45.53 + 29.965 790.15 870.71 -80.56 + 30.016 843.92 881.49 -37.57 + 30.065 828.83 895.59 -66.76 + 30.099 831.58 907.21 -75.63 + 30.149 836.90 928.94 -92.04 + 30.199 866.32 956.57 -90.25 + 30.249 818.03 991.27 -173.24 + 30.299 935.37 1034.10 -98.73 + 30.349 943.59 1086.42 -142.83 + 30.399 920.54 1149.65 -229.11 + 30.449 920.45 1225.04 -304.59 + 30.499 961.49 1314.10 -352.61 + 30.549 976.38 1418.00 -441.62 + 30.599 1099.49 1539.21 -439.72 + 30.649 1240.47 1679.73 -439.26 + 30.699 1248.83 1840.92 -592.09 + 30.749 1384.53 2026.54 -642.01 + 30.799 1469.53 2238.57 -769.04 + 30.849 1591.46 2479.24 -887.78 + 30.899 1582.98 2751.67 -1168.69 + 30.948 1817.56 3057.82 -1240.26 + 30.999 2031.05 3395.67 -1364.62 + 31.048 2144.29 3762.17 -1617.88 + 31.098 2381.76 4151.79 -1770.03 + 31.148 2656.19 4553.53 -1897.34 + 31.198 2855.64 4957.99 -2102.35 + 31.248 3193.66 5345.38 -2151.72 + 31.298 3468.05 5694.95 -2226.90 + 31.351 3965.13 6003.47 -2038.34 + 31.402 4512.56 6211.49 -1698.93 + 31.452 5196.13 6320.67 -1124.54 + 31.502 5805.09 6317.90 -512.81 + 31.552 6753.99 6197.65 556.34 + 31.602 7397.81 5962.90 1434.91 + 31.652 7938.59 5624.94 2313.65 + 31.702 8235.84 5204.76 3031.08 + 31.752 8199.73 4727.49 3472.24 + 31.802 8072.87 4222.54 3850.33 + 31.852 7971.10 3712.75 4258.35 + 31.902 7586.59 3222.00 4364.59 + 31.952 7167.87 2770.74 4397.13 + 32.002 6622.43 2368.17 4254.26 + 32.052 6111.23 2022.84 4088.39 + 32.101 5203.64 1735.92 3467.72 + 32.151 4630.45 1504.91 3125.54 + 32.201 3909.73 1324.29 2585.44 + 32.251 3211.38 1187.07 2024.31 + 32.301 2914.61 1085.91 1828.70 + 32.351 2532.69 1013.14 1519.55 + 32.401 2106.10 962.07 1144.03 + 32.451 1721.90 926.59 795.31 + 32.501 1428.02 902.44 525.58 + 32.551 1153.99 886.16 267.83 + 32.596 1076.42 875.96 200.46 + 32.646 961.07 868.01 93.06 + 32.696 994.01 862.39 131.62 + 32.747 916.21 858.25 57.96 + 32.797 894.36 855.07 39.29 + 32.847 881.26 852.49 28.77 + 32.897 894.30 850.33 43.97 + 32.947 898.73 848.46 50.27 + 32.997 883.85 846.81 37.04 + 33.047 852.51 845.33 7.18 + 33.097 865.73 843.99 21.74 + 33.147 876.08 842.77 33.31 + 33.196 877.08 841.65 35.43 + 33.246 794.10 840.63 -46.53 + 33.296 780.10 839.68 -59.58 + 33.346 840.15 838.81 1.34 + 33.396 905.27 838.01 67.26 + 33.446 862.05 837.27 24.78 + 33.496 820.71 836.58 -15.87 + 33.546 854.19 835.94 18.25 + 33.596 826.64 835.34 -8.70 + 33.646 857.99 834.79 23.20 + 33.696 850.63 834.27 16.36 + 33.746 855.37 833.79 21.58 + 33.796 911.62 833.34 78.28 + 33.837 747.38 832.99 -85.61 + 33.888 822.55 832.60 -10.05 + 33.938 852.22 832.22 20.00 + 33.988 840.02 831.88 8.14 + 34.038 826.28 831.55 -5.27 + 34.088 881.55 831.25 50.30 + 34.138 865.87 830.97 34.90 + 34.188 882.16 830.70 51.46 + 34.238 837.56 830.45 7.11 + 34.288 920.12 830.22 89.90 + 34.338 872.50 830.00 42.50 + 34.388 869.41 829.80 39.61 + 34.438 865.79 829.61 36.18 + 34.488 898.99 829.44 69.55 + 34.538 876.77 829.27 47.50 + 34.587 905.50 829.12 76.38 + 34.637 868.80 828.98 39.82 + 34.687 863.85 828.85 35.00 + 34.737 879.81 828.73 51.08 + 34.787 843.08 828.63 14.45 + 34.837 883.56 828.53 55.03 + 34.887 805.19 828.44 -23.25 + 34.937 864.76 828.36 36.40 + 34.987 874.90 828.29 46.61 + 35.037 897.34 828.23 69.11 + 35.106 824.08 828.17 -4.09 + 35.156 901.39 828.13 73.26 + 35.206 834.95 828.10 6.85 + 35.256 862.03 828.08 33.95 + 35.306 839.90 828.07 11.83 + 35.356 871.74 828.07 43.67 + 35.406 832.28 828.07 4.21 + 35.456 835.16 828.09 7.07 + 35.506 868.73 828.12 40.61 + 35.556 878.90 828.15 50.75 + 35.606 865.17 828.20 36.97 + 35.656 824.19 828.26 -4.07 + 35.706 846.02 828.33 17.69 + 35.756 796.98 828.40 -31.42 + 35.806 837.07 828.49 8.58 + 35.856 847.75 828.60 19.15 + 35.906 821.63 828.71 -7.08 + 35.956 882.78 828.84 53.94 + 36.006 873.81 828.98 44.83 + 36.056 767.55 829.14 -61.59 + 36.106 811.97 829.31 -17.34 + 36.156 787.11 829.50 -42.39 + 36.206 800.50 829.71 -29.21 + 36.256 840.36 829.93 10.43 + 36.306 839.98 830.18 9.80 + 36.380 791.13 830.58 -39.45 + 36.430 813.81 830.88 -17.07 + 36.480 804.32 831.20 -26.88 + 36.530 788.24 831.56 -43.32 + 36.580 769.64 831.94 -62.30 + 36.630 792.00 832.35 -40.35 + 36.680 788.50 832.80 -44.30 + 36.730 814.64 833.29 -18.65 + 36.780 793.39 833.82 -40.43 + 36.830 791.91 834.39 -42.48 + 36.880 786.19 835.01 -48.82 + 36.930 785.47 835.69 -50.22 + 36.980 788.48 836.43 -47.95 + 37.030 815.03 837.23 -22.20 + 37.080 809.03 838.11 -29.08 + 37.130 788.46 839.08 -50.62 + 37.180 781.51 840.16 -58.65 + 37.230 743.38 841.37 -97.99 + 37.280 759.65 842.74 -83.09 + 37.330 787.78 844.33 -56.55 + 37.380 766.58 846.21 -79.63 + 37.429 761.38 848.50 -87.12 + 37.479 806.38 851.40 -45.02 + 37.529 792.38 855.16 -62.78 + 37.579 784.63 860.13 -75.50 + 37.620 836.80 866.25 -29.45 + 37.670 812.46 874.92 -62.46 + 37.720 827.10 886.77 -59.67 + 37.770 812.79 902.94 -90.15 + 37.820 801.33 924.80 -123.47 + 37.870 856.54 954.13 -97.59 + 37.920 855.53 993.13 -137.60 + 37.970 893.57 1044.20 -150.63 + 38.020 849.37 1110.24 -260.87 + 38.070 896.07 1194.16 -298.09 + 38.120 959.79 1300.14 -340.35 + 38.170 922.03 1432.16 -510.13 + 38.220 1028.27 1593.55 -565.28 + 38.270 1048.48 1789.85 -741.37 + 38.320 1110.23 2024.54 -914.31 + 38.370 1302.04 2301.46 -999.42 + 38.420 1382.69 2623.34 -1240.65 + 38.470 1524.59 2991.38 -1466.79 + 38.520 1656.36 3404.38 -1748.02 + 38.570 1802.55 3855.48 -2052.93 + 38.620 2165.26 4335.26 -2170.00 + 38.670 2524.36 4827.14 -2302.78 + 38.720 2820.94 5316.12 -2495.18 + 38.770 3181.41 5774.71 -2593.30 + 38.820 3658.34 6174.86 -2516.52 + 38.871 4321.95 6496.75 -2174.80 + 38.921 5222.28 6700.91 -1478.63 + 38.971 5963.87 6774.14 -810.27 + 39.021 7300.81 6705.01 595.80 + 39.071 8251.76 6494.03 1757.73 + 39.121 9018.56 6153.00 2865.56 + 39.171 9364.04 5703.87 3660.17 + 39.221 9519.86 5178.56 4341.30 + 39.271 9400.29 4610.72 4789.57 + 39.321 9325.90 4035.73 5290.17 + 39.371 8781.71 3478.53 5303.18 + 39.421 8341.71 2963.26 5378.45 + 39.471 7732.26 2507.96 5224.30 + 39.521 6934.04 2117.86 4816.18 + 39.571 5966.28 1796.70 4169.58 + 39.621 5193.82 1540.80 3653.02 + 39.671 4326.42 1343.36 2983.06 + 39.721 3574.29 1195.48 2378.81 + 39.771 3004.24 1087.85 1916.39 + 39.821 2518.22 1011.77 1506.45 + 39.871 2194.51 959.16 1235.35 + 39.920 1717.01 923.52 793.49 + 39.971 1434.17 899.42 534.75 + 40.021 1217.46 883.29 334.17 + 40.070 1069.68 871.58 198.10 + 40.122 949.62 863.79 85.83 + 40.172 986.30 858.41 127.89 + 40.223 924.17 854.35 69.82 + 40.273 849.43 851.12 -1.69 + 40.323 888.04 848.46 39.58 + 40.373 863.03 846.17 16.86 + 40.423 805.28 844.16 -38.88 + 40.473 847.26 842.36 4.90 + 40.523 863.48 840.74 22.74 + 40.573 837.40 839.27 -1.87 + 40.623 835.30 837.93 -2.63 + 40.673 802.48 836.69 -34.21 + 40.723 885.68 835.56 50.12 + 40.773 838.05 834.52 3.53 + 40.823 842.80 833.56 9.24 + 40.872 841.48 832.67 8.81 + 40.922 830.46 831.85 -1.39 + 40.972 876.30 831.08 45.22 + 41.022 834.95 830.37 4.58 + 41.072 822.86 829.71 -6.85 + 41.122 831.99 829.10 2.89 + 41.172 852.59 828.53 24.06 + 41.222 845.37 827.99 17.38 + 41.272 829.98 827.50 2.48 + 41.322 823.94 827.03 -3.09 + 41.364 784.96 826.66 -41.70 + 41.414 805.88 826.25 -20.37 + 41.464 741.75 825.87 -84.12 + 41.515 801.24 825.51 -24.27 + 41.565 793.87 825.18 -31.31 + 41.615 758.94 824.87 -65.93 + 41.665 817.35 824.58 -7.23 + 41.715 813.99 824.31 -10.32 + 41.765 776.12 824.06 -47.94 + 41.815 754.79 823.83 -69.04 + 41.865 767.77 823.61 -55.84 + 41.915 812.24 823.42 -11.18 + 41.964 796.99 823.24 -26.25 + 42.014 807.86 823.07 -15.21 + 42.064 800.20 822.92 -22.72 + 42.114 768.37 822.79 -54.42 + 42.164 807.19 822.67 -15.48 + 42.214 818.78 822.57 -3.79 + 42.264 840.37 822.48 17.89 + 42.314 840.37 822.41 17.96 + 42.364 837.18 822.35 14.83 + 42.414 814.53 822.31 -7.78 + 42.464 867.15 822.28 44.87 + 42.514 828.37 822.27 6.10 + 42.564 820.37 822.27 -1.90 + 42.614 857.66 822.29 35.37 + 42.664 839.06 822.33 16.73 + 42.714 845.49 822.38 23.11 + 42.764 821.91 822.45 -0.54 + 42.814 833.05 822.55 10.50 + 42.864 893.38 822.66 70.72 + 42.914 834.06 822.79 11.27 + 42.964 828.96 822.94 6.02 + 43.014 795.30 823.12 -27.82 + 43.064 772.15 823.33 -51.18 + 43.114 772.04 823.56 -51.52 + 43.164 760.94 823.82 -62.88 + 43.214 766.19 824.10 -57.91 + 43.264 792.85 824.43 -31.58 + 43.314 760.18 824.79 -64.61 + 43.364 741.39 825.19 -83.80 + 43.414 830.06 825.63 4.43 + 43.464 741.61 826.12 -84.51 + 43.514 750.00 826.67 -76.67 + 43.564 773.80 827.27 -53.47 + 43.614 827.71 827.93 -0.22 + 43.664 820.78 829.25 -8.47 + 43.714 809.97 830.07 -20.10 + 43.764 780.23 831.00 -50.77 + 43.814 795.34 832.03 -36.69 + 43.865 780.87 833.23 -52.36 + 43.915 827.44 834.58 -7.14 + 43.965 803.47 836.17 -32.70 + 44.015 822.15 838.09 -15.94 + 44.065 865.78 840.48 25.30 + 44.115 840.77 843.55 -2.78 + 44.165 771.46 847.63 -76.17 + 44.215 871.83 853.20 18.63 + 44.265 828.07 860.95 -32.88 + 44.315 880.75 871.77 8.98 + 44.365 878.04 887.05 -9.01 + 44.415 880.84 908.49 -27.65 + 44.465 810.56 938.19 -127.63 + 44.515 808.49 979.10 -170.61 + 44.565 880.58 1034.50 -153.92 + 44.615 841.65 1108.45 -266.80 + 44.665 907.00 1205.58 -298.58 + 44.715 950.12 1331.07 -380.95 + 44.765 919.75 1490.50 -570.75 + 44.815 986.84 1688.49 -701.65 + 44.865 1113.67 1929.48 -815.81 + 44.915 1132.01 2215.28 -1083.27 + 44.965 1237.26 2549.00 -1311.74 + 45.015 1339.99 2925.69 -1585.70 + 45.065 1587.68 3336.48 -1748.80 + 45.109 1811.46 3723.27 -1911.81 + 45.159 1979.79 4164.11 -2184.32 + 45.209 2355.45 4589.99 -2234.54 + 45.260 2781.64 4976.09 -2194.45 + 45.309 3279.83 5294.52 -2014.69 + 45.359 3884.98 5521.19 -1636.21 + 45.410 4479.67 5635.22 -1155.55 + 45.460 5330.87 5622.62 -291.75 + 45.510 6337.10 5480.45 856.65 + 45.559 6988.94 5218.73 1770.21 + 45.609 7320.04 4855.79 2464.25 + 45.660 7422.39 4419.47 3002.92 + 45.709 7447.94 3943.81 3504.13 + 45.759 7148.43 3456.35 3692.08 + 45.809 6889.78 2985.54 3904.24 + 45.859 6529.15 2551.97 3977.18 + 45.909 5983.71 2169.47 3814.24 + 45.959 5578.86 1845.04 3733.82 + 46.009 4638.55 1579.83 3058.72 + 46.059 3945.67 1371.40 2574.27 + 46.109 3173.10 1212.93 1960.18 + 46.159 2703.07 1096.51 1606.56 + 46.209 2308.14 1012.75 1295.39 + 46.259 1960.57 954.54 1006.03 + 46.309 1737.74 915.08 822.66 + 46.360 1385.99 888.30 497.69 + 46.410 1236.76 870.84 365.92 + 46.460 966.71 859.23 107.48 + 46.510 914.85 851.35 63.50 + 46.560 874.10 845.84 28.26 + 46.610 813.05 841.79 -28.74 + 46.660 865.24 838.64 26.60 + 46.710 890.69 836.09 54.60 + 46.760 856.12 833.93 22.19 + 46.810 844.88 832.06 12.82 + 46.860 789.08 830.40 -41.32 + 46.910 794.14 828.90 -34.76 + 46.960 801.61 827.55 -25.94 + 47.010 773.50 826.31 -52.81 + 47.060 808.56 825.18 -16.62 + 47.110 775.45 824.15 -48.70 + 47.160 732.94 823.20 -90.26 + 47.210 790.62 822.32 -31.70 + 47.260 756.81 820.60 -63.79 + 47.310 779.67 819.86 -40.19 + 47.360 775.06 819.18 -44.12 + 47.409 759.57 818.55 -58.98 + 47.459 761.03 817.96 -56.93 + 47.510 771.35 817.41 -46.06 + 47.559 749.75 816.90 -67.15 + 47.627 748.91 816.27 -67.36 + 47.677 761.81 815.84 -54.03 + 47.727 721.85 815.44 -93.59 + 47.778 770.74 815.06 -44.32 + 47.827 747.65 814.72 -67.07 + 47.877 770.34 814.40 -44.06 + 47.927 747.01 814.10 -67.09 + 47.978 692.62 813.82 -121.20 + 48.028 753.30 813.56 -60.26 + 48.077 700.61 813.33 -112.72 + 48.127 772.84 813.11 -40.27 + 48.178 793.77 812.91 -19.14 + 48.227 732.49 812.73 -80.24 + 48.277 742.86 812.56 -69.70 + 48.327 815.36 812.41 2.95 + 48.377 746.33 812.28 -65.95 + 48.427 775.31 812.17 -36.86 + 48.477 786.72 812.07 -25.35 + 48.527 755.54 811.99 -56.45 + 48.577 767.04 811.92 -44.88 + 48.627 781.99 811.87 -29.88 + 48.677 747.65 811.84 -64.19 + 48.727 699.86 811.83 -111.97 + 48.777 775.59 811.83 -36.24 + 48.827 763.70 811.86 -48.16 + 48.871 795.73 811.89 -16.16 + 48.921 785.32 811.96 -26.64 + 48.971 752.33 812.04 -59.71 + 49.021 768.46 812.14 -43.68 + 49.071 775.57 812.27 -36.70 + 49.121 766.03 812.43 -46.40 + 49.171 723.46 812.61 -89.15 + 49.221 787.23 812.83 -25.60 + 49.271 758.56 813.37 -54.81 + 49.321 788.80 813.66 -24.86 + 49.371 823.34 813.98 9.36 + 49.421 859.12 814.35 44.77 + 49.471 774.26 814.76 -40.50 + 49.521 791.38 815.22 -23.84 + 49.571 817.91 815.75 2.16 + 49.621 856.06 816.33 39.73 + 49.671 806.48 816.99 -10.51 + 49.720 808.28 817.74 -9.46 + 49.771 792.14 818.59 -26.45 + 49.820 800.49 819.57 -19.08 + 49.870 832.55 820.71 11.84 + 49.920 814.22 822.07 -7.85 + 49.970 767.77 823.76 -55.99 + 50.020 792.59 825.93 -33.34 + 50.070 819.67 828.80 -9.13 + 50.101 812.84 831.04 -18.20 + 50.151 793.47 835.91 -42.44 + 50.201 763.66 842.88 -79.22 + 50.251 763.39 852.96 -89.57 + 50.301 809.00 867.52 -58.52 + 50.351 799.64 888.51 -88.87 + 50.401 824.57 918.50 -93.93 + 50.451 832.36 960.63 -128.27 + 50.501 792.17 1018.80 -226.63 + 50.551 830.32 1097.17 -266.85 + 50.601 885.21 1201.12 -315.91 + 50.651 853.53 1335.51 -481.98 + 50.701 903.71 1503.86 -600.15 + 50.751 886.82 1710.21 -823.39 + 50.801 992.45 1954.54 -962.09 + 50.851 1108.20 2234.48 -1126.28 + 50.901 1173.66 2543.65 -1369.99 + 50.951 1332.56 2871.38 -1538.82 + 51.001 1431.78 3202.55 -1770.77 + 51.051 1682.19 3517.11 -1834.92 + 51.101 1961.84 3793.79 -1831.95 + 51.150 2234.81 4010.49 -1775.68 + 51.200 2696.52 4149.49 -1452.97 + 51.250 3249.35 4194.70 -945.35 + 51.300 3732.23 4139.80 -407.57 + 51.366 4412.86 3920.10 492.76 + 51.417 4662.94 3659.84 1003.10 + 51.467 4565.86 3343.22 1222.64 + 51.517 4769.53 2994.94 1774.59 + 51.567 4540.72 2640.47 1900.25 + 51.617 4487.99 2299.37 2188.62 + 51.667 4192.79 1987.10 2205.69 + 51.717 3766.40 1714.70 2051.70 + 51.767 3434.04 1486.86 1947.18 + 51.817 3031.91 1304.38 1727.53 + 51.867 2652.44 1162.63 1489.81 + 51.917 2224.45 1056.67 1167.78 + 51.967 1877.49 980.44 897.05 + 52.017 1634.73 926.88 707.85 + 52.067 1399.83 890.40 509.43 + 52.116 1284.02 866.04 417.98 + 52.166 1150.78 849.98 300.80 + 52.216 943.35 839.40 103.95 + 52.266 942.02 832.34 109.68 + 52.316 875.47 827.51 47.96 + 52.366 881.41 824.04 57.37 + 52.416 817.30 821.42 -4.12 + 52.466 841.41 819.32 22.09 + 52.516 769.93 817.57 -47.64 + 52.566 774.60 816.06 -41.46 + 52.637 787.23 814.22 -26.99 + 52.687 838.93 813.07 25.86 + 52.737 797.96 812.03 -14.07 + 52.787 753.78 811.09 -57.31 + 52.837 818.87 810.23 8.64 + 52.887 783.48 809.43 -25.95 + 52.937 803.32 808.70 -5.38 + 52.987 747.48 808.03 -60.55 + 53.037 770.27 807.41 -37.14 + 53.087 744.51 806.83 -62.32 + 53.137 781.41 806.29 -24.88 + 53.187 786.01 805.80 -19.79 + 53.237 816.06 805.33 10.73 + 53.287 778.59 804.90 -26.31 + 53.337 787.07 804.50 -17.43 + 53.387 760.06 804.12 -44.06 + 53.437 810.48 803.77 6.71 + 53.487 805.09 802.69 2.40 + 53.537 771.59 802.39 -30.80 + 53.587 803.35 802.11 1.24 + 53.637 757.63 801.85 -44.22 + 53.687 775.96 801.60 -25.64 + 53.737 747.76 801.37 -53.61 + 53.787 778.96 801.16 -22.20 + 53.837 745.62 800.97 -55.35 + 53.870 738.16 800.84 -62.68 + 53.920 792.69 800.67 -7.98 + 53.970 723.05 800.51 -77.46 + 54.020 776.19 800.36 -24.17 + 54.070 816.69 800.23 16.46 + 54.120 769.75 800.11 -30.36 + 54.170 720.62 800.00 -79.38 + 54.220 741.07 799.91 -58.84 + 54.270 780.60 799.83 -19.23 + 54.320 768.63 799.76 -31.13 + 54.370 763.70 799.71 -36.01 + 54.420 800.42 799.67 0.75 + 54.470 749.00 799.64 -50.64 + 54.520 736.92 799.63 -62.71 + 54.570 795.87 799.64 -3.77 + 54.620 791.79 799.66 -7.87 + 54.670 736.85 799.70 -62.85 + 54.720 760.71 799.76 -39.05 + 54.770 807.81 799.84 7.97 + 54.820 788.52 799.95 -11.43 + 54.870 797.29 800.07 -2.78 + 54.920 726.98 800.23 -73.25 + 54.970 816.80 800.41 16.39 + 55.020 795.35 800.62 -5.27 + 55.070 784.99 800.88 -15.89 + 55.102 739.58 801.06 -61.48 + 55.152 806.62 801.38 5.24 + 55.202 819.24 801.76 17.48 + 55.252 804.75 802.19 2.56 + 55.302 802.08 802.71 -0.62 + 55.352 802.58 803.32 -0.74 + 55.402 827.59 804.07 23.52 + 55.452 875.83 805.02 70.81 + 55.503 832.90 806.27 26.63 + 55.552 843.84 807.98 35.86 + 55.602 914.83 810.43 104.40 + 55.652 885.46 814.00 71.46 + 55.702 911.14 819.30 91.84 + 55.752 887.44 827.21 60.23 + 55.802 928.19 838.94 89.25 + 55.852 892.87 856.10 36.77 + 55.902 913.07 880.77 32.30 + 55.952 920.38 915.49 4.89 + 56.002 912.45 963.22 -50.77 + 56.052 956.88 1026.79 -69.91 + 56.102 978.58 1109.01 -130.43 + 56.152 1001.44 1211.57 -210.13 + 56.202 1042.51 1336.30 -293.79 + 56.252 1154.21 1481.39 -327.18 + 56.302 1201.70 1642.68 -440.98 + 56.358 1344.41 1837.18 -492.77 + 56.408 1445.84 2009.91 -564.07 + 56.459 1758.95 2170.77 -411.82 + 56.509 2118.13 2307.30 -189.17 + 56.559 2532.54 2406.93 125.61 + 56.609 3056.48 2459.96 596.52 + 56.659 3708.96 2460.04 1248.92 + 56.709 4176.55 2406.02 1770.53 + 56.759 4824.02 2302.80 2521.22 + 56.809 5019.69 2160.97 2858.72 + 56.859 5128.87 1992.65 3136.22 + 56.909 4974.40 1811.81 3162.59 + 56.959 4834.54 1632.28 3202.26 + 57.009 4702.00 1463.23 3238.77 + 57.059 4410.76 1312.67 3098.09 + 57.108 4138.62 1184.65 2953.97 + 57.158 3625.59 1080.41 2545.18 + 57.208 3150.03 998.88 2151.15 + 57.258 2559.87 937.49 1622.38 + 57.308 2164.51 893.05 1271.46 + 57.358 1947.96 861.90 1086.06 + 57.408 1599.89 840.75 759.14 + 57.458 1355.84 826.58 529.26 + 57.508 1243.81 817.30 426.51 + 57.558 1109.59 811.27 298.32 + 57.620 960.41 806.55 153.86 + 57.670 848.29 804.04 44.25 + 57.720 804.74 802.23 2.51 + 57.770 829.36 800.84 28.52 + 57.820 778.30 799.72 -21.42 + 57.870 800.47 798.77 1.70 + 57.920 811.95 797.95 14.00 + 57.970 766.12 797.21 -31.09 + 58.020 790.27 796.55 -6.28 + 58.070 780.77 795.95 -15.18 + 58.120 803.80 795.39 8.41 + 58.170 776.21 794.89 -18.68 + 58.220 789.67 794.42 -4.75 + 58.270 796.25 793.98 2.27 + 58.320 825.38 793.58 31.80 + 58.370 826.00 793.20 32.80 + 58.420 796.58 792.85 3.73 + 58.470 834.90 792.51 42.39 + 58.520 792.80 792.20 0.60 + 58.570 853.05 791.91 61.14 + 58.620 825.43 791.63 33.80 + 58.669 817.44 791.37 26.07 + 58.719 796.94 791.12 5.82 + 58.769 826.60 790.88 35.72 + 58.819 819.99 790.65 29.34 + 58.868 783.30 790.44 -7.14 + 58.918 778.00 790.23 -12.23 + 58.968 800.03 790.03 10.00 + 59.019 843.62 789.84 53.78 + 59.068 807.42 789.11 18.31 + 59.118 826.64 788.94 37.70 + 59.168 780.54 788.78 -8.24 + 59.219 816.58 788.62 27.96 + 59.269 816.53 788.46 28.07 + 59.318 785.69 788.32 -2.63 + 59.368 745.53 788.17 -42.64 + 59.419 839.16 788.03 51.13 + 59.468 799.25 787.90 11.35 + 59.518 766.50 787.77 -21.27 + 59.568 810.54 787.64 22.90 + 59.618 825.29 787.52 37.77 + 59.668 788.88 787.40 1.48 + 59.718 764.95 787.28 -22.33 + 59.768 796.12 787.16 8.96 + 59.818 759.69 787.05 -27.36 + 59.868 797.75 786.94 10.81 + 59.918 788.29 786.83 1.46 + 59.968 771.60 786.72 -15.12 + 60.018 786.11 786.62 -0.51 + 60.068 808.26 786.51 21.75 + 60.108 764.39 786.43 -22.04 + 60.158 793.86 786.33 7.53 + 60.208 763.63 786.23 -22.60 + 60.258 786.43 786.14 0.29 + 60.308 793.48 786.04 7.44 + 60.358 825.06 785.95 39.11 + 60.408 754.90 785.86 -30.96 + 60.458 762.07 785.76 -23.69 + 60.508 835.44 785.68 49.76 + 60.558 757.59 785.59 -28.00 + 60.608 784.95 785.50 -0.55 + 60.658 763.73 785.41 -21.68 + 60.708 774.94 785.33 -10.39 + 60.758 725.34 785.24 -59.90 + 60.808 801.51 785.16 16.35 + 60.858 806.37 785.08 21.29 + 60.908 787.34 785.00 2.34 + 60.958 792.63 784.92 7.71 + 61.008 789.53 784.84 4.69 + 61.058 810.65 784.76 25.89 + 61.108 746.45 784.68 -38.23 + 61.158 818.62 784.61 34.01 + 61.208 771.24 784.53 -13.29 + 61.258 709.34 784.45 -75.11 + 61.308 797.43 784.38 13.05 + 61.348 806.75 784.32 22.43 + 61.398 817.22 784.25 32.97 + 61.448 783.84 784.17 -0.33 + 61.498 784.70 784.10 0.60 + 61.548 794.21 784.03 10.18 + 61.598 842.77 783.96 58.81 + 61.648 815.92 783.89 32.03 + 61.698 764.97 783.82 -18.85 + 61.748 822.97 783.75 39.22 + 61.798 825.30 783.68 41.62 + 61.848 792.09 783.61 8.48 + 61.898 790.55 783.54 7.01 + 61.948 792.20 783.47 8.73 + 61.998 828.43 783.41 45.02 + 62.048 858.71 783.34 75.37 + 62.098 784.25 783.27 0.98 + 62.148 792.06 783.21 8.85 + 62.198 817.62 783.14 34.48 + 62.248 837.03 783.08 53.95 + 62.298 793.74 783.01 10.73 + 62.348 805.34 782.95 22.39 + 62.397 772.78 782.89 -10.11 + 62.447 815.95 782.82 33.13 + 62.497 841.81 782.76 59.05 + 62.547 740.94 782.70 -41.76 + 62.590 746.96 782.65 -35.69 + 62.640 775.62 782.59 -6.97 + 62.690 804.49 782.52 21.97 + 62.740 791.61 782.46 9.15 + 62.790 830.47 782.40 48.07 + 62.840 810.84 782.34 28.50 + 62.890 856.73 782.28 74.45 + 62.940 835.18 782.22 52.96 + 62.990 941.39 782.17 159.22 + 63.040 831.05 782.11 48.94 + 63.090 848.88 782.05 66.83 + 63.140 865.09 781.99 83.10 + 63.190 854.96 781.93 73.03 + 63.240 922.42 781.88 140.54 + 63.290 945.29 781.82 163.47 + 63.340 906.78 781.76 125.02 + 63.390 952.51 781.71 170.80 + 63.439 890.84 781.65 109.19 + 63.490 916.44 781.60 134.84 + 63.540 898.15 781.54 116.61 + 63.589 947.28 781.49 165.79 + 63.639 969.83 781.43 188.40 + 63.689 844.87 781.38 63.49 + 63.739 857.34 781.33 76.01 + 63.789 854.62 781.27 73.35 + 63.829 880.21 781.23 98.98 + 63.879 869.22 781.18 88.04 + 63.929 834.08 781.13 52.95 + 63.980 801.10 781.08 20.02 + 64.030 834.29 781.02 53.27 + 64.079 789.85 780.97 8.88 + 64.130 802.78 780.92 21.86 + 64.180 784.89 780.87 4.02 + 64.230 819.81 780.55 39.26 + 64.279 774.76 780.50 -5.74 + 64.330 749.86 780.46 -30.60 + 64.380 732.13 780.41 -48.28 + 64.429 711.44 785.42 -73.98 + 64.479 743.84 785.45 -41.61 + 64.529 782.65 785.48 -2.83 + 64.579 715.00 785.52 -70.52 + 64.629 766.46 785.55 -19.09 + 64.679 787.50 785.59 1.91 + 64.729 795.65 785.64 10.01 + 64.779 810.55 785.68 24.87 + 64.829 736.76 785.73 -48.97 + 64.879 765.19 785.78 -20.59 + 64.929 795.12 785.83 9.29 + 64.979 771.85 785.89 -14.04 + 65.029 790.89 785.95 4.94 + 65.075 721.02 786.01 -64.99 + 65.125 746.90 786.07 -39.17 + 65.175 721.34 786.15 -64.81 + 65.225 725.79 786.22 -60.43 + 65.275 733.24 786.30 -53.06 + 65.325 742.61 786.38 -43.77 + 65.375 721.82 786.47 -64.65 + 65.425 694.95 786.57 -91.62 + 65.475 742.72 786.67 -43.95 + 65.525 697.70 786.78 -89.08 + 65.575 741.19 786.91 -45.72 + 65.625 701.89 787.06 -85.17 + 65.675 719.07 787.24 -68.17 + 65.725 750.46 787.47 -37.01 + 65.775 727.33 787.78 -60.45 + 65.825 728.95 788.21 -59.26 + 65.875 743.66 788.81 -45.15 + 65.925 720.34 789.66 -69.32 + 65.975 732.80 790.83 -58.03 + 66.025 682.33 792.42 -110.09 + 66.075 732.62 794.52 -61.90 + 66.124 720.37 797.17 -76.80 + 66.174 758.56 800.42 -41.86 + 66.225 695.81 804.22 -108.41 + 66.274 727.00 808.42 -81.42 + 66.333 708.31 813.54 -105.23 + 66.383 732.00 817.80 -85.80 + 66.433 733.69 821.53 -87.84 + 66.483 707.17 824.38 -117.21 + 66.533 690.28 826.03 -135.75 + 66.583 734.96 826.30 -91.34 + 66.633 727.27 825.15 -97.88 + 66.683 789.15 822.75 -33.60 + 66.733 777.79 819.41 -41.62 + 66.783 725.26 815.52 -90.26 + 66.833 739.15 811.42 -72.27 + 66.883 786.65 807.47 -20.82 + 66.933 753.07 803.92 -50.85 + 66.983 803.11 800.90 2.21 + 67.033 769.09 798.50 -29.41 + 67.083 875.68 796.70 78.98 + 67.133 866.00 795.45 70.55 + 67.183 839.11 794.64 44.47 + 67.233 836.07 794.20 41.87 + 67.283 857.46 794.02 63.44 + 67.332 805.05 794.04 11.01 + 67.382 861.19 794.19 67.00 + 67.432 838.72 794.43 44.29 + 67.482 812.35 794.74 17.61 + 67.532 842.30 795.09 47.21 + 67.596 783.91 795.59 -11.68 + 67.646 798.64 796.02 2.62 + 67.696 728.10 796.47 -68.37 + 67.746 812.57 796.95 15.62 + 67.796 775.35 797.46 -22.11 + 67.846 743.37 797.99 -54.62 + 67.896 749.81 798.55 -48.74 + 67.946 760.80 799.14 -38.34 + 67.996 762.27 799.76 -37.49 + 68.046 779.14 800.41 -21.27 + 68.096 760.17 801.09 -40.92 + 68.146 738.94 801.82 -62.88 + 68.196 760.96 802.57 -41.61 + 68.246 740.14 803.38 -63.24 + 68.296 751.86 804.22 -52.36 + 68.346 728.76 805.11 -76.35 + 68.396 751.31 806.05 -54.74 + 68.446 734.97 807.04 -72.07 + 68.496 757.54 808.09 -50.55 + 68.546 656.79 809.20 -152.41 + 68.596 745.87 810.38 -64.51 + 68.646 712.16 811.62 -99.46 + 68.696 719.31 812.94 -93.63 + 68.746 696.69 814.34 -117.65 + 68.796 716.26 815.83 -99.57 + 68.864 706.54 818.02 -111.48 + 68.914 657.12 819.75 -162.63 + 68.964 663.65 821.60 -157.95 + 69.014 700.06 823.57 -123.51 + 69.064 689.83 825.68 -135.85 + 69.114 702.32 827.93 -125.61 + 69.164 669.19 830.36 -161.17 + 69.214 736.30 836.13 -99.83 + 69.264 678.20 838.98 -160.78 + 69.314 723.64 842.04 -118.40 + 69.364 699.26 845.34 -146.08 + 69.414 688.41 848.92 -160.51 + 69.464 719.73 852.78 -133.05 + 69.514 684.76 856.98 -172.22 + 69.564 731.70 861.54 -129.84 + 69.614 686.33 866.51 -180.18 + 69.664 707.11 871.93 -164.82 + 69.714 754.37 877.88 -123.51 + 69.764 718.72 884.43 -165.71 + 69.814 679.29 891.63 -212.34 + 69.864 737.43 899.59 -162.16 + 69.914 724.59 908.39 -183.80 + 69.964 768.50 918.26 -149.76 + 70.014 749.69 929.33 -179.64 + 70.064 799.88 941.81 -141.93 + 70.098 829.93 951.37 -121.44 + 70.148 876.42 967.38 -90.96 + 70.198 923.18 986.61 -63.43 + 70.248 929.07 1010.78 -81.71 + 70.298 1054.31 1042.79 11.52 + 70.348 1002.28 1087.97 -85.69 + 70.398 1083.98 1155.41 -71.43 + 70.448 1126.36 1259.58 -133.22 + 70.498 1204.98 1423.12 -218.14 + 70.548 1324.40 1678.00 -353.60 + 70.598 1360.23 2071.21 -710.98 + 70.648 1383.80 2661.19 -1277.39 + 70.698 1488.79 3511.73 -2022.94 + 70.748 1592.70 4698.73 -3106.03 + 70.798 1702.79 6279.34 -4576.55 + 70.848 1949.79 8290.48 -6340.69 + 70.898 2243.65 10723.28 -8479.63 + 70.948 2740.57 13512.26 -10771.69 + 70.998 3667.86 16523.01 -12855.15 + 71.048 5263.62 19536.34 -14272.72 + 71.098 7505.31 22293.73 -14788.42 + 71.147 11055.61 24501.70 -13446.09 + 71.198 15992.14 25913.46 -9921.32 + 71.248 22022.12 26320.28 -4298.16 + 71.298 28024.80 25663.08 2361.72 + 71.329 36872.91 24749.76 12123.15 + 71.379 39952.81 22604.10 17348.71 + 71.429 41577.52 19867.75 21709.77 + 71.479 41902.50 16834.60 25067.90 + 71.529 41165.40 13792.15 27373.25 + 71.579 39283.06 10949.95 28333.11 + 71.629 36679.31 8452.95 28226.36 + 71.679 32950.61 6385.72 26564.89 + 71.729 27842.39 4760.45 23081.94 + 71.779 22507.98 3546.93 18961.05 + 71.829 17174.21 2674.57 14499.64 + 71.879 13095.88 2074.37 11021.51 + 71.929 10457.45 1677.89 8779.56 + 71.979 8173.77 1421.61 6752.16 + 72.029 6213.11 1259.57 4953.54 + 72.079 4586.38 1157.29 3429.09 + 72.129 3307.41 1091.59 2215.82 + 72.179 2402.87 1047.66 1355.21 + 72.229 1908.02 1016.54 891.48 + 72.279 1556.97 993.13 563.84 + 72.328 1440.95 974.47 466.48 + 72.378 1325.94 958.96 366.98 + 72.428 1214.78 945.58 269.20 + 72.478 1113.21 933.90 179.31 + 72.528 1069.29 923.64 145.65 + 72.595 990.58 911.74 78.84 + 72.645 1094.59 903.87 190.72 + 72.695 1055.83 896.82 159.01 + 72.745 1021.65 890.50 131.15 + 72.795 1032.97 884.83 148.14 + 72.845 1007.52 879.73 127.79 + 72.895 971.05 875.13 95.92 + 72.945 993.22 870.99 122.23 + 72.995 933.15 867.27 65.88 + 73.045 1001.77 863.93 137.84 + 73.095 1069.04 860.92 208.12 + 73.145 993.36 858.23 135.13 + 73.195 1015.31 855.83 159.48 + 73.245 1002.35 853.70 148.65 + 73.295 1113.44 851.83 261.61 + 73.345 1071.66 850.19 221.47 + 73.395 1036.56 848.77 187.79 + 73.445 1046.49 847.57 198.92 + 73.495 1101.79 846.57 255.22 + 73.545 1059.58 845.78 213.80 + 73.594 1074.55 845.18 229.37 + 73.644 1049.00 844.77 204.23 + 73.694 1074.97 844.55 230.42 + 73.744 1045.61 844.52 201.09 + 73.794 1031.06 844.70 186.36 + 73.834 955.15 844.98 110.17 + 73.884 1028.88 845.72 183.16 + 73.934 915.07 846.48 68.59 + 73.984 929.83 847.46 82.37 + 74.034 1000.62 848.68 151.94 + 74.084 906.69 850.15 56.54 + 74.134 924.87 851.90 72.97 + 74.184 921.37 853.94 67.43 + 74.235 891.16 856.31 34.85 + 74.284 932.35 859.02 73.33 + 74.334 926.95 862.14 64.81 + 74.384 897.34 865.70 31.64 + 74.434 877.97 869.74 8.23 + 74.484 915.51 874.35 41.16 + 74.534 961.66 879.59 82.07 + 74.584 978.46 885.57 92.89 + 74.634 970.96 892.43 78.53 + 74.684 1011.54 900.35 111.19 + 74.734 989.63 909.66 79.97 + 74.784 1022.37 920.86 101.51 + 74.834 1043.94 934.88 109.06 + 74.884 1031.79 953.36 78.43 + 74.934 1085.87 979.58 106.29 + 74.984 1078.10 1018.83 59.27 + 75.034 1153.48 1079.94 73.54 + 75.070 1142.44 1146.41 -3.97 + 75.120 1240.07 1283.98 -43.91 + 75.171 1244.69 1500.78 -256.09 + 75.221 1279.37 1833.94 -554.57 + 75.271 1348.37 2325.88 -977.51 + 75.321 1350.83 3024.83 -1674.00 + 75.371 1383.21 3974.90 -2591.69 + 75.421 1597.70 5200.64 -3602.94 + 75.471 1689.18 6698.77 -5009.59 + 75.521 1906.91 8417.58 -6510.67 + 75.571 2605.39 10275.35 -7669.96 + 75.621 3466.96 12127.57 -8660.61 + 75.671 4942.36 13786.77 -8844.41 + 75.721 7346.30 15071.27 -7724.97 + 75.770 10800.72 15802.35 -5001.63 + 75.820 14593.93 15870.83 -1276.90 + 75.870 18446.94 15264.44 3182.50 + 75.920 20296.86 14073.47 6223.39 + 75.970 21707.72 12460.45 9247.27 + 76.020 21474.60 10625.53 10849.07 + 76.070 21518.89 8752.20 12766.69 + 76.120 20834.40 6995.51 13838.89 + 76.170 19384.49 5442.94 13941.55 + 76.220 17720.10 4160.89 13559.21 + 76.270 15024.52 3161.88 11862.64 + 76.320 12288.03 2420.10 9867.93 + 76.370 9440.09 1892.80 7547.29 + 76.420 7506.18 1535.74 5970.44 + 76.470 5837.47 1302.57 4534.90 + 76.520 4785.57 1154.93 3630.64 + 76.570 3702.38 1062.48 2639.90 + 76.620 2908.92 1004.35 1904.57 + 76.670 2215.70 966.91 1248.79 + 76.720 1720.81 941.55 779.26 + 76.770 1410.31 923.29 487.02 + 76.820 1252.50 909.14 343.36 + 76.870 1084.11 897.61 186.50 + 76.920 1035.90 887.88 148.02 + 76.970 980.35 879.43 100.92 + 77.020 923.18 871.99 51.19 + 77.070 920.07 865.39 54.68 + 77.120 876.71 859.49 17.22 + 77.170 862.86 854.19 8.67 + 77.220 904.93 849.40 55.53 + 77.270 899.00 845.07 53.93 + 77.320 886.15 841.15 45.00 + 77.370 892.37 837.59 54.78 + 77.420 937.38 834.33 103.05 + 77.470 947.90 831.34 116.56 + 77.520 964.23 828.61 135.62 + 77.579 910.04 825.66 84.38 + 77.629 974.80 823.38 151.42 + 77.679 936.76 821.28 115.48 + 77.729 1014.86 819.34 195.52 + 77.779 1029.06 817.55 211.52 + 77.829 1096.71 815.89 280.82 + 77.879 1081.69 814.35 267.34 + 77.929 1115.68 812.92 302.76 + 77.979 1150.68 811.59 339.09 + 78.029 1198.55 810.36 388.19 + 78.079 1194.62 809.21 385.41 + 78.129 1215.69 808.14 407.55 + 78.179 1197.47 802.29 395.18 + 78.229 1204.48 801.43 403.05 + 78.279 1190.76 800.64 390.12 + 78.329 1103.53 799.92 303.61 + 78.379 1135.75 799.25 336.50 + 78.429 1080.75 798.63 282.12 + 78.479 1029.63 798.67 230.96 + 78.529 993.35 798.16 195.19 + 78.579 1020.17 797.71 222.46 + 78.629 950.93 797.30 153.63 + 78.679 904.04 796.94 107.10 + 78.729 923.81 796.63 127.18 + 78.779 873.84 796.37 77.47 + 78.831 860.60 796.15 64.45 + 78.881 849.15 795.99 53.16 + 78.931 799.39 795.88 3.51 + 78.981 793.66 795.83 -2.17 + 79.031 793.27 795.83 -2.56 + 79.081 761.01 795.91 -34.90 + 79.131 745.73 796.06 -50.33 + 79.181 766.66 796.29 -29.63 + 79.231 769.37 796.62 -27.25 + 79.281 766.21 797.08 -30.87 + 79.331 815.87 797.73 18.14 + 79.381 835.54 798.67 36.87 + 79.431 814.66 800.07 14.59 + 79.481 751.69 802.28 -50.59 + 79.531 797.27 805.88 -8.61 + 79.581 795.45 811.80 -16.35 + 79.631 790.85 821.49 -30.64 + 79.681 772.39 837.00 -64.61 + 79.731 823.41 861.05 -37.64 + 79.781 788.90 896.69 -107.79 + 79.831 819.07 947.12 -128.05 + 79.881 832.60 1014.59 -181.99 + 79.931 878.46 1100.85 -222.39 + 79.981 871.48 1203.97 -332.49 + 80.031 895.38 1318.81 -423.43 + 80.070 882.33 1413.45 -531.12 + 80.120 971.15 1527.76 -556.61 + 80.170 987.96 1624.16 -636.20 + 80.221 1091.39 1689.52 -598.13 + 80.271 1293.58 1713.42 -419.84 + 80.321 1347.99 1691.93 -343.94 + 80.371 1424.85 1628.52 -203.67 + 80.421 1539.50 1533.32 6.18 + 80.471 1605.05 1419.44 185.61 + 80.521 1502.07 1300.42 201.65 + 80.571 1528.51 1186.32 342.19 + 80.621 1505.98 1085.17 420.81 + 80.670 1336.27 1001.68 334.59 + 80.720 1293.65 936.34 357.31 + 80.770 1156.02 888.16 267.86 + 80.820 1063.64 854.35 209.29 + 80.870 989.18 831.68 157.50 + 80.920 964.08 817.04 147.04 + 80.970 852.28 807.84 44.44 + 81.020 897.35 802.17 95.18 + 81.070 840.20 798.63 41.57 + 81.120 855.18 796.36 58.82 + 81.170 798.45 794.80 3.65 + 81.220 799.84 793.67 6.17 + 81.270 811.70 792.80 18.90 + 81.317 760.77 792.12 -31.35 + 81.367 761.83 791.52 -29.69 + 81.417 815.98 791.00 24.98 + 81.467 784.04 790.56 -6.52 + 81.517 783.79 790.17 -6.38 + 81.567 791.53 789.84 1.69 + 81.617 783.17 789.55 -6.38 + 81.667 790.20 789.30 0.90 + 81.717 850.40 789.08 61.32 + 81.767 791.46 788.90 2.56 + 81.817 847.34 788.75 58.59 + 81.867 847.80 788.63 59.17 + 81.917 835.47 788.53 46.94 + 81.967 769.58 788.45 -18.87 + 82.017 839.76 788.39 51.37 + 82.067 824.41 788.36 36.05 + 82.117 792.55 788.35 4.20 + 82.167 818.72 788.35 30.37 + 82.217 831.98 788.38 43.60 + 82.267 738.80 788.42 -49.62 + 82.317 816.41 788.48 27.93 + 82.366 782.09 788.56 -6.47 + 82.417 809.83 788.67 21.16 + 82.467 844.61 788.79 55.82 + 82.517 856.62 785.87 70.75 + 82.569 821.05 786.09 34.96 + 82.620 797.54 786.32 11.22 + 82.670 824.31 786.57 37.74 + 82.720 848.55 786.85 61.70 + 82.770 848.72 787.15 61.57 + 82.820 857.18 787.48 69.70 + 82.870 870.78 787.83 82.95 + 82.920 907.59 788.23 119.36 + 82.970 866.12 788.65 77.47 + 83.020 905.21 789.12 116.09 + 83.070 933.95 789.67 144.28 + 83.120 943.40 790.24 153.16 + 83.170 960.55 790.85 169.70 + 83.220 1019.19 791.53 227.66 + 83.270 927.75 792.28 135.47 + 83.320 963.18 793.10 170.08 + 83.369 914.14 794.02 120.12 + 83.419 984.27 795.04 189.23 + 83.469 919.10 796.18 122.92 + 83.519 883.22 797.46 85.76 + 83.569 910.56 798.91 111.65 + 83.619 878.46 800.54 77.92 + 83.669 855.16 802.44 52.72 + 83.719 883.24 804.66 78.58 + 83.769 849.32 807.34 41.98 + 83.830 869.11 811.69 57.42 + 83.881 830.62 816.76 13.86 + 83.931 893.43 824.32 69.11 + 83.981 852.55 836.26 16.29 + 84.031 829.10 855.62 -26.52 + 84.081 827.83 887.17 -59.34 + 84.131 832.50 937.75 -105.25 + 84.181 864.95 1015.99 -151.04 + 84.231 859.60 1131.80 -272.20 + 84.281 801.72 1293.94 -492.22 + 84.331 869.00 1510.01 -641.01 + 84.381 931.10 1780.26 -849.16 + 84.431 1001.98 2094.39 -1092.41 + 84.481 1097.09 2434.82 -1337.73 + 84.531 1409.59 2769.87 -1360.28 + 84.581 1881.72 3061.31 -1179.59 + 84.630 2584.41 3267.86 -683.45 + 84.680 3480.58 3354.90 125.68 + 84.730 4309.00 3305.70 1003.30 + 84.780 5039.96 3129.76 1910.20 + 84.830 5577.56 2858.00 2719.56 + 84.880 5632.41 2532.29 3100.12 + 84.930 5499.08 2189.25 3309.83 + 84.980 5284.95 1864.47 3420.48 + 85.030 4995.22 1581.30 3413.92 + 85.072 4382.09 1382.50 2999.59 + 85.122 3750.54 1196.78 2553.76 + 85.173 3199.09 1061.70 2137.39 + 85.223 2512.76 968.49 1544.27 + 85.273 1997.49 907.37 1090.12 + 85.323 1730.13 868.69 861.44 + 85.373 1577.00 844.83 732.17 + 85.423 1285.60 830.26 455.34 + 85.473 1155.98 821.22 334.76 + 85.523 989.98 815.38 174.60 + 85.573 940.93 811.30 129.63 + 85.623 869.97 808.26 61.71 + 85.673 808.23 805.86 2.37 + 85.723 799.31 803.86 -4.55 + 85.772 788.10 802.16 -14.06 + 85.822 793.76 800.69 -6.93 + 85.872 839.43 799.40 40.03 + 85.922 774.49 798.26 -23.77 + 85.972 796.69 797.26 -0.57 + 86.022 757.26 796.36 -39.10 + 86.072 740.91 795.57 -54.66 + 86.122 798.90 794.86 4.04 + 86.172 781.40 794.23 -12.83 + 86.222 790.39 793.66 -3.27 + 86.272 699.19 793.15 -93.96 + 86.304 752.01 792.85 -40.84 + 86.354 750.88 792.42 -41.54 + 86.404 714.10 792.04 -77.94 + 86.454 776.09 791.69 -15.60 + 86.504 738.08 791.37 -53.29 + 86.554 750.31 791.09 -40.78 + 86.604 747.93 790.83 -42.90 + 86.654 788.64 790.60 -1.96 + 86.704 772.43 790.40 -17.97 + 86.754 707.30 790.01 -82.71 + 86.804 769.67 789.85 -20.18 + 86.854 791.59 789.70 1.89 + 86.904 800.45 789.57 10.88 + 86.954 697.21 789.46 -92.25 + 87.004 779.69 789.36 -9.67 + 87.054 737.87 789.27 -51.40 + 87.104 819.75 789.20 30.55 + 87.154 762.21 789.14 -26.93 + 87.204 762.56 789.08 -26.52 + 87.254 772.88 789.04 -16.16 + 87.304 752.51 789.01 -36.50 + 87.354 786.23 788.99 -2.76 + 87.404 776.42 788.97 -12.55 + 87.454 765.34 788.97 -23.63 + 87.504 839.25 788.98 50.27 + 87.557 745.99 788.99 -43.00 + 87.607 759.71 789.02 -29.31 + 87.657 819.78 789.35 30.43 + 87.707 805.22 789.40 15.82 + 87.757 752.37 789.46 -37.09 + 87.807 729.04 789.53 -60.49 + 87.857 772.03 789.61 -17.58 + 87.907 765.84 789.70 -23.86 + 87.957 804.46 789.81 14.65 + 88.007 757.79 789.94 -32.15 + 88.057 729.27 790.08 -60.81 + 88.107 823.96 790.25 33.71 + 88.157 779.05 790.45 -11.40 + 88.207 776.16 790.69 -14.53 + 88.257 783.03 790.99 -7.96 + 88.307 777.86 791.41 -13.55 + 88.357 752.94 792.02 -39.08 + 88.407 806.39 792.99 13.40 + 88.457 811.87 794.57 17.30 + 88.507 805.36 797.12 8.24 + 88.557 778.47 801.20 -22.73 + 88.607 813.98 807.44 6.54 + 88.657 800.19 816.64 -16.45 + 88.707 846.15 829.39 16.76 + 88.757 842.19 845.93 -3.74 + 88.834 829.06 878.20 -49.14 + 88.884 892.13 901.56 -9.43 + 88.934 920.63 924.20 -3.57 + 88.984 1004.55 943.23 61.32 + 89.034 1050.23 955.56 94.67 + 89.084 1221.78 958.91 262.87 + 89.134 1365.31 952.58 412.73 + 89.184 1335.08 937.87 397.21 + 89.234 1457.19 917.47 539.72 + 89.284 1527.62 894.54 633.08 + 89.334 1428.78 871.66 557.12 + 89.384 1395.11 850.94 544.17 + 89.434 1375.27 833.71 541.57 + 89.484 1247.53 820.26 427.27 + 89.534 1132.69 810.47 322.22 + 89.584 1077.66 803.75 273.91 + 89.634 959.97 799.38 160.59 + 89.684 899.30 796.67 102.63 + 89.734 962.64 795.05 167.59 + 89.784 834.69 794.10 40.59 + 89.834 846.36 793.55 52.81 + 89.883 810.23 793.23 17.00 + 89.934 777.17 793.03 -15.86 + 89.984 833.37 792.91 40.46 + 90.034 741.41 792.83 -51.42 + 90.086 789.85 792.78 -2.93 + 90.136 775.46 792.76 -17.30 + 90.186 725.89 792.75 -66.86 + 90.236 752.31 792.76 -40.45 + 90.286 723.17 792.78 -69.61 + 90.336 799.09 792.82 6.27 + 90.386 731.37 792.86 -61.49 + 90.436 768.03 792.91 -24.88 + 90.486 772.89 792.98 -20.09 + 90.536 736.63 793.04 -56.41 + 90.586 691.75 793.12 -101.37 + 90.636 723.63 793.20 -69.57 + 90.686 802.09 793.29 8.80 + 90.736 783.55 793.39 -9.84 + 90.786 766.18 793.49 -27.31 + 90.836 789.18 793.59 -4.41 + 90.886 705.30 793.71 -88.41 + 90.936 747.67 793.83 -46.16 + 90.986 823.38 793.36 30.02 + 91.036 770.95 793.50 -22.55 + 91.085 749.90 793.65 -43.75 + 91.135 759.76 793.80 -34.04 + 91.185 785.47 793.96 -8.49 + 91.235 759.73 794.12 -34.39 + 91.285 763.98 794.29 -30.31 + 91.332 791.43 794.46 -3.03 + 91.382 800.17 794.65 5.52 + 91.432 751.11 794.84 -43.73 + 91.482 779.20 795.05 -15.85 + 91.532 789.50 795.26 -5.76 + 91.582 717.82 795.49 -77.67 + 91.632 732.58 795.73 -63.15 + 91.682 848.45 795.98 52.47 + 91.732 751.74 796.25 -44.51 + 91.782 781.80 796.53 -14.73 + 91.832 798.00 796.83 1.17 + 91.882 738.06 797.15 -59.09 + 91.932 802.09 797.49 4.60 + 91.982 776.73 797.86 -21.13 + 92.032 759.80 798.26 -38.46 + 92.082 771.51 798.69 -27.18 + 92.132 731.87 799.16 -67.29 + 92.182 785.03 799.67 -14.64 + 92.232 773.16 800.23 -27.07 + 92.282 832.71 800.85 31.86 + 92.332 817.14 801.53 15.61 + 92.381 852.20 802.29 49.91 + 92.431 769.11 803.15 -34.04 + 92.482 803.61 804.13 -0.52 + 92.531 798.55 805.24 -6.69 + 92.570 839.23 806.24 32.99 + 92.620 784.52 807.77 -23.25 + 92.670 817.72 809.72 8.00 + 92.721 774.58 812.39 -37.81 + 92.770 824.08 816.35 7.73 + 92.820 809.19 822.64 -13.45 + 92.870 804.31 833.04 -28.73 + 92.921 863.25 850.29 12.96 + 92.971 772.19 878.27 -106.08 + 93.020 785.92 921.66 -135.74 + 93.070 819.65 985.97 -166.32 + 93.121 840.54 1075.59 -235.05 + 93.170 851.88 1191.60 -339.72 + 93.220 873.63 1331.93 -458.30 + 93.270 890.10 1487.36 -597.26 + 93.320 928.91 1642.88 -713.97 + 93.370 1017.01 1778.46 -761.45 + 93.420 1157.47 1871.83 -714.36 + 93.470 1365.58 1904.22 -538.64 + 93.520 1433.89 1868.26 -434.37 + 93.570 1549.80 1772.15 -222.35 + 93.620 1581.37 1635.51 -54.14 + 93.670 1595.13 1479.26 115.87 + 93.720 1541.86 1324.30 217.56 + 93.770 1504.80 1185.69 319.11 + 93.810 1457.59 1092.13 365.46 + 93.860 1310.94 998.84 312.10 + 93.910 1231.30 931.28 300.02 + 93.960 1134.05 885.26 248.79 + 94.010 983.77 855.70 128.07 + 94.060 1009.71 837.44 172.27 + 94.110 961.74 826.47 135.27 + 94.160 843.73 819.92 23.81 + 94.210 864.42 815.92 48.50 + 94.260 829.22 813.33 15.89 + 94.310 856.63 811.51 45.12 + 94.360 836.98 810.14 26.84 + 94.410 765.69 809.05 -43.36 + 94.460 732.99 808.15 -75.16 + 94.510 802.39 807.39 -5.00 + 94.560 786.53 806.75 -20.22 + 94.610 755.41 806.20 -50.79 + 94.660 718.64 805.72 -87.08 + 94.710 803.61 805.32 -1.71 + 94.760 766.35 804.96 -38.61 + 94.810 841.32 804.66 36.66 + 94.859 814.84 804.40 10.44 + 94.910 787.11 804.18 -17.07 + 94.960 766.08 803.99 -37.91 + 95.010 805.01 803.82 1.19 + 95.068 782.66 803.66 -21.00 + 95.118 822.21 803.51 18.70 + 95.169 842.67 803.42 39.25 + 95.219 799.32 803.34 -4.02 + 95.269 832.30 803.28 29.02 + 95.319 851.76 803.23 48.53 + 95.369 846.89 803.20 43.69 + 95.419 832.99 803.18 29.81 + 95.469 804.89 803.17 1.72 + 95.519 866.04 803.16 62.88 + 95.569 892.03 803.17 88.86 + 95.619 840.48 803.18 37.30 + 95.669 839.14 803.20 35.94 + 95.719 870.14 803.23 66.91 + 95.769 817.08 803.26 13.82 + 95.818 882.76 803.30 79.46 + 95.868 821.31 803.34 17.97 + 95.918 898.81 803.39 95.42 + 95.968 880.82 803.44 77.38 + 96.018 838.23 803.49 34.74 + 96.068 842.34 803.55 38.79 + 96.118 845.46 803.61 41.85 + 96.168 869.81 803.68 66.13 + 96.218 796.15 803.75 -7.60 + 96.268 774.27 803.82 -29.55 + 96.305 818.63 803.88 14.75 + 96.355 757.63 803.95 -46.32 + 96.405 802.22 804.03 -1.81 + 96.455 856.68 804.11 52.57 + 96.505 778.52 804.19 -25.67 + 96.555 869.58 804.28 65.30 + 96.605 862.99 804.36 58.63 + 96.655 864.33 804.45 59.88 + 96.705 834.01 804.54 29.47 + 96.755 856.68 804.63 52.05 + 96.805 806.96 804.73 2.23 + 96.855 784.59 804.82 -20.23 + 96.905 827.64 804.92 22.72 + 96.955 836.63 807.07 29.56 + 97.005 807.69 807.21 0.48 + 97.055 787.01 807.35 -20.34 + 97.105 802.54 807.49 -4.95 + 97.155 781.42 807.63 -26.21 + 97.205 753.31 807.78 -54.47 + 97.255 747.91 807.93 -60.02 + 97.305 797.74 808.08 -10.34 + 97.355 743.90 808.23 -64.33 + 97.405 796.25 808.38 -12.13 + 97.455 788.73 808.54 -19.81 + 97.505 794.73 808.70 -13.97 + 97.565 762.01 808.90 -46.89 + 97.615 776.61 809.06 -32.45 + 97.665 809.75 809.23 0.52 + 97.715 754.95 809.40 -54.45 + 97.765 793.46 809.57 -16.11 + 97.815 771.49 809.75 -38.26 + 97.865 793.22 809.92 -16.70 + 97.915 700.76 810.11 -109.35 + 97.965 744.69 810.29 -65.60 + 98.015 829.60 810.48 19.12 + 98.065 760.00 810.67 -50.67 + 98.115 804.52 810.86 -6.34 + 98.165 774.96 811.05 -36.09 + 98.215 796.93 811.25 -14.32 + 98.265 804.51 811.46 -6.95 + 98.315 797.91 811.66 -13.75 + 98.365 784.31 811.88 -27.57 + 98.415 876.42 812.09 64.33 + 98.465 782.59 812.31 -29.72 + 98.515 782.98 812.53 -29.55 + 98.565 797.08 812.76 -15.68 + 98.615 822.70 812.99 9.71 + 98.665 824.09 813.23 10.86 + 98.715 785.08 813.47 -28.39 + 98.765 797.86 813.72 -15.86 + 98.834 794.10 814.08 -19.98 + 98.884 744.15 814.34 -70.19 + 98.934 805.83 814.61 -8.78 + 98.984 833.99 814.89 19.10 + 99.034 859.29 815.17 44.12 + 99.084 861.07 815.46 45.61 + 99.134 821.66 815.76 5.90 + 99.184 780.46 816.07 -35.61 + 99.234 790.35 816.39 -26.04 + 99.284 772.78 816.42 -43.64 + 99.334 833.16 816.76 16.40 + 99.384 792.01 817.12 -25.11 + 99.434 800.01 817.48 -17.47 + 99.484 836.61 817.86 18.75 + 99.534 802.68 818.26 -15.58 + 99.584 848.10 818.66 29.44 + 99.634 781.62 819.08 -37.46 + 99.684 764.05 819.52 -55.47 + 99.734 810.25 819.98 -9.73 + 99.784 828.77 820.46 8.31 + 99.834 833.69 820.95 12.74 + 99.884 777.37 821.47 -44.10 + 99.934 807.53 822.01 -14.48 + 99.984 770.04 822.59 -52.55 + 100.034 860.28 823.18 37.10 + 100.081 798.05 823.77 -25.72 + 100.131 770.84 824.44 -53.60 + 100.181 802.20 825.14 -22.94 + 100.231 812.19 825.88 -13.69 + 100.281 834.94 826.66 8.28 + 100.331 755.06 827.50 -72.44 + 100.381 810.11 828.38 -18.27 + 100.431 808.23 829.33 -21.10 + 100.481 807.87 830.34 -22.47 + 100.531 767.17 831.42 -64.25 + 100.581 829.03 832.59 -3.56 + 100.631 788.36 833.85 -45.49 + 100.681 802.10 835.20 -33.10 + 100.731 765.12 836.67 -71.55 + 100.781 813.98 838.27 -24.29 + 100.831 798.67 840.01 -41.34 + 100.881 823.00 841.91 -18.91 + 100.931 812.48 844.00 -31.52 + 100.981 811.03 846.31 -35.28 + 101.031 814.08 848.86 -34.78 + 101.080 835.13 851.70 -16.57 + 101.130 858.66 854.85 3.81 + 101.180 802.28 858.40 -56.12 + 101.230 800.88 862.41 -61.53 + 101.280 810.88 866.93 -56.05 + 101.325 864.61 871.56 -6.95 + 101.375 849.43 877.43 -28.00 + 101.426 927.18 884.24 42.94 + 101.476 863.40 892.28 -28.88 + 101.526 889.10 901.97 -12.87 + 101.576 902.64 914.25 -11.61 + 101.626 877.86 930.96 -53.10 + 101.676 887.37 958.06 -70.69 + 101.726 955.73 997.55 -41.82 + 101.776 915.23 1063.43 -148.20 + 101.826 1006.90 1175.19 -168.29 + 101.876 945.64 1360.48 -414.84 + 101.926 949.25 1652.48 -703.23 + 101.976 984.23 2088.81 -1104.58 + 102.025 1015.57 2694.37 -1678.80 + 102.075 1106.93 3471.76 -2364.83 + 102.125 1481.12 4385.75 -2904.63 + 102.175 2039.75 5354.65 -3314.90 + 102.225 3115.63 6251.47 -3135.84 + 102.275 4819.78 6915.79 -2096.01 + 102.325 6814.76 7203.39 -388.63 + 102.375 8308.87 7046.33 1262.54 + 102.425 9564.54 6483.79 3080.75 + 102.475 9824.53 5644.86 4179.67 + 102.525 9957.49 4689.73 5267.76 + 102.571 9452.58 3832.29 5620.29 + 102.621 8475.16 2994.40 5480.76 + 102.671 7204.12 2319.61 4884.51 + 102.721 6119.59 1818.16 4301.43 + 102.771 4776.17 1472.66 3303.51 + 102.821 3862.38 1248.34 2614.04 + 102.871 3107.83 1109.84 1997.99 + 102.921 2539.37 1027.31 1512.06 + 102.971 2119.15 978.42 1140.73 + 103.021 1655.92 948.73 707.19 + 103.071 1467.25 929.40 537.85 + 103.121 1223.45 915.80 307.65 + 103.171 1080.88 905.52 175.36 + 103.221 1063.27 897.25 166.02 + 103.271 915.13 890.39 24.74 + 103.321 985.03 884.59 100.44 + 103.371 961.96 879.62 82.34 + 103.420 954.06 875.33 78.73 + 103.471 891.79 871.60 20.19 + 103.520 907.07 868.37 38.70 + 103.570 854.13 865.54 -11.41 + 103.620 891.07 863.08 27.99 + 103.670 902.56 860.91 41.65 + 103.720 871.93 859.01 12.92 + 103.770 852.09 857.34 -5.25 + 103.817 865.70 855.97 9.73 + 103.867 883.25 854.67 28.58 + 103.917 903.82 853.54 50.28 + 103.967 871.04 852.56 18.48 + 104.017 928.50 851.71 76.79 + 104.067 884.48 850.98 33.50 + 104.117 918.79 850.36 68.43 + 104.167 889.69 849.85 39.84 + 104.217 875.23 849.42 25.81 + 104.267 868.21 849.09 19.12 + 104.317 925.22 848.83 76.39 + 104.367 821.80 848.66 -26.86 + 104.417 882.03 848.55 33.48 + 104.467 877.40 848.52 28.88 + 104.517 866.11 848.57 17.54 + 104.567 894.84 848.67 46.17 + 104.617 915.17 848.85 66.32 + 104.667 895.82 849.10 46.72 + 104.717 856.33 849.42 6.91 + 104.767 872.72 849.81 22.91 + 104.817 890.12 850.27 39.85 + 104.867 914.26 850.80 63.46 + 104.917 920.17 851.42 68.75 + 104.967 916.82 852.12 64.70 + 105.017 913.08 852.91 60.17 + 105.056 882.07 853.59 28.48 + 105.106 898.29 854.56 43.73 + 105.156 884.57 855.64 28.93 + 105.206 899.29 856.84 42.45 + 105.256 908.34 858.18 50.16 + 105.306 947.90 859.66 88.24 + 105.356 866.09 861.31 4.78 + 105.406 890.09 863.14 26.95 + 105.456 905.25 865.18 40.07 + 105.506 884.06 867.46 16.60 + 105.556 939.26 870.00 69.26 + 105.606 929.59 872.86 56.73 + 105.656 949.85 876.07 73.78 + 105.706 902.71 879.70 23.01 + 105.756 973.13 883.81 89.32 + 105.806 978.82 888.48 90.34 + 105.856 962.98 893.83 69.15 + 105.906 999.06 900.00 99.06 + 105.956 994.34 907.17 87.17 + 106.006 1026.27 915.57 110.70 + 106.056 1006.75 925.58 81.17 + 106.105 1023.63 937.86 85.77 + 106.156 1114.95 953.88 161.07 + 106.206 1038.89 976.31 62.58 + 106.255 1134.35 1010.40 123.95 + 106.315 1173.09 1080.44 92.65 + 106.365 1238.71 1185.91 52.80 + 106.415 1144.36 1363.83 -219.47 + 106.465 1041.96 1652.66 -610.70 + 106.515 1102.49 2099.66 -997.17 + 106.565 1180.52 2727.00 -1546.48 + 106.615 1274.02 3552.26 -2278.24 + 106.665 1690.85 4540.39 -2849.54 + 106.715 2368.56 5602.39 -3233.83 + 106.765 3600.32 6588.87 -2988.55 + 106.815 5354.54 7322.89 -1968.35 + 106.865 7645.08 7631.69 13.39 + 106.915 9275.35 7441.36 1833.99 + 106.965 10622.81 6808.45 3814.36 + 107.015 10743.61 5884.48 4859.13 + 107.065 10356.37 4845.02 5511.35 + 107.115 9398.42 3841.37 5557.05 + 107.165 7960.51 2975.72 4984.79 + 107.215 6723.92 2294.71 4429.21 + 107.265 5444.76 1802.14 3642.62 + 107.315 4349.66 1469.81 2879.85 + 107.364 3521.26 1259.00 2262.26 + 107.414 2980.23 1129.95 1850.28 + 107.465 2424.64 1053.32 1371.32 + 107.514 2042.30 1007.57 1034.73 + 107.571 1599.43 975.72 623.71 + 107.622 1416.56 957.33 459.23 + 107.672 1234.72 943.84 290.88 + 107.722 1150.50 931.23 219.27 + 107.772 1090.52 922.68 167.84 + 107.822 1045.00 915.54 129.46 + 107.872 999.65 909.48 90.17 + 107.922 1024.72 904.32 120.40 + 107.972 947.24 899.90 47.34 + 108.022 908.16 896.11 12.05 + 108.072 929.10 892.83 36.27 + 108.122 901.99 890.00 11.99 + 108.172 919.22 887.57 31.65 + 108.222 899.26 885.47 13.79 + 108.272 901.11 883.67 17.44 + 108.322 939.78 882.13 57.65 + 108.371 950.45 880.82 69.63 + 108.421 873.90 879.71 -5.81 + 108.471 900.55 878.80 21.75 + 108.521 910.40 878.05 32.35 + 108.571 856.49 877.46 -20.97 + 108.621 961.28 877.01 84.27 + 108.671 885.54 876.70 8.84 + 108.721 899.35 876.51 22.84 + 108.771 888.65 876.44 12.21 + 108.808 881.86 876.46 5.40 + 108.859 855.34 876.59 -21.25 + 108.909 847.93 876.83 -28.90 + 108.959 870.87 877.17 -6.30 + 109.009 890.57 877.62 12.95 + 109.059 871.59 878.17 -6.58 + 109.109 857.36 878.84 -21.48 + 109.159 874.97 879.60 -4.63 + 109.209 861.41 880.48 -19.07 + 109.259 867.74 881.48 -13.74 + 109.309 933.20 882.59 50.61 + 109.359 913.48 883.83 29.65 + 109.409 884.15 885.20 -1.05 + 109.459 871.95 886.71 -14.76 + 109.509 879.12 888.37 -9.25 + 109.559 864.66 890.20 -25.54 + 109.608 899.68 892.20 7.48 + 109.658 948.99 894.39 54.60 + 109.708 926.55 896.79 29.76 + 109.758 923.31 899.42 23.89 + 109.808 919.76 902.31 17.45 + 109.858 924.23 905.46 18.77 + 109.908 938.02 908.95 29.07 + 109.958 890.17 912.78 -22.61 + 110.008 959.09 917.00 42.09 + 110.055 894.19 921.34 -27.15 + 110.105 904.12 926.49 -22.37 + 110.155 934.62 932.21 2.41 + 110.205 952.64 938.60 14.04 + 110.255 964.60 945.72 18.88 + 110.305 1039.27 953.71 85.56 + 110.355 1010.11 962.74 47.37 + 110.405 1013.18 972.96 40.22 + 110.455 1030.00 984.60 45.40 + 110.505 1039.04 997.85 41.19 + 110.555 1075.84 1013.17 62.67 + 110.605 1030.69 1030.94 -0.25 + 110.655 1155.80 1051.64 104.16 + 110.705 1138.39 1076.24 62.15 + 110.755 1171.59 1106.03 65.56 + 110.805 1239.07 1143.54 95.53 + 110.855 1276.79 1193.92 82.87 + 110.905 1277.63 1267.58 10.05 + 110.955 1310.06 1385.05 -74.99 + 111.005 1271.49 1582.64 -311.15 + 111.055 1267.63 1920.26 -652.63 + 111.104 1264.01 2481.73 -1217.72 + 111.155 1343.59 3378.71 -2035.12 + 111.205 1457.00 4710.41 -3253.41 + 111.254 1838.13 6529.16 -4691.03 + 111.320 3048.53 9596.95 -6548.42 + 111.370 5180.57 12197.15 -7016.58 + 111.420 8604.40 14620.28 -6015.88 + 111.470 13607.64 16388.62 -2780.98 + 111.520 18938.41 17075.72 1862.69 + 111.570 23543.64 16535.20 7008.44 + 111.620 25711.57 14941.15 10770.42 + 111.670 26093.35 12680.02 13413.33 + 111.721 23976.26 10178.74 13797.52 + 111.770 20585.05 7805.68 12779.38 + 111.820 16993.17 5779.55 11213.62 + 111.870 13883.59 4203.84 9679.75 + 111.920 11034.31 3077.51 7956.80 + 111.970 8938.63 2319.00 6619.63 + 112.020 6869.75 1834.60 5035.15 + 112.070 5417.45 1539.52 3877.93 + 112.120 4288.83 1361.33 2927.50 + 112.170 3280.65 1252.03 2028.62 + 112.220 2713.23 1181.68 1531.55 + 112.270 2157.62 1133.23 1024.39 + 112.320 1793.25 1097.29 695.96 + 112.370 1524.58 1069.06 455.52 + 112.420 1329.01 1045.75 283.26 + 112.470 1235.25 1026.16 209.09 + 112.520 1058.22 1009.50 48.72 + 112.593 1071.88 989.15 82.73 + 112.643 1043.15 977.37 65.78 + 112.693 1036.21 967.06 69.15 + 112.743 1036.30 957.98 78.32 + 112.793 996.14 949.97 46.17 + 112.843 1019.99 942.85 77.14 + 112.893 1026.17 936.49 89.68 + 112.943 981.35 930.80 50.55 + 112.993 1002.14 925.69 76.45 + 113.043 974.97 921.10 53.87 + 113.093 1008.80 916.94 91.86 + 113.143 981.86 913.17 68.69 + 113.193 964.33 909.76 54.57 + 113.243 1004.62 906.64 97.98 + 113.293 967.25 903.80 63.45 + 113.343 957.47 901.21 56.26 + 113.393 947.34 898.84 48.50 + 113.443 933.68 896.66 37.02 + 113.493 964.81 894.66 70.15 + 113.543 974.71 892.83 81.88 + 113.593 985.80 891.14 94.66 + 113.642 975.31 889.59 85.72 + 113.693 954.80 888.15 66.65 + 113.743 930.47 886.82 43.65 + 113.792 970.99 885.60 85.39 + 113.826 888.04 884.83 3.21 + 113.876 965.31 883.76 81.55 + 113.926 1003.96 882.77 121.19 + 113.976 991.52 881.86 109.66 + 114.026 1043.71 881.02 162.69 + 114.076 950.55 880.25 70.30 + 114.126 948.32 879.54 68.78 + 114.176 1010.80 878.89 131.91 + 114.226 920.64 878.29 42.35 + 114.276 974.06 877.75 96.31 + 114.326 1031.76 877.25 154.51 + 114.376 930.36 876.80 53.56 + 114.426 944.53 876.40 68.13 + 114.476 941.88 876.04 65.84 + 114.526 999.07 875.73 123.34 + 114.576 991.42 875.46 115.96 + 114.626 1025.51 875.23 150.28 + 114.676 946.04 875.04 71.00 + 114.726 969.78 874.90 94.88 + 114.776 950.25 874.80 75.45 + 114.826 945.64 874.74 70.90 + 114.876 963.42 874.73 88.69 + 114.926 898.48 874.76 23.72 + 114.976 981.89 874.85 107.04 + 115.026 935.41 875.00 60.41 + 115.063 924.83 875.15 49.68 + 115.113 911.87 875.40 36.47 + 115.163 931.37 875.73 55.64 + 115.214 960.79 876.14 84.65 + 115.264 870.55 876.65 -6.10 + 115.314 891.32 877.26 14.06 + 115.364 917.94 878.01 39.93 + 115.414 896.91 878.90 18.01 + 115.464 970.98 879.98 90.99 + 115.514 994.41 881.29 113.12 + 115.564 934.84 882.90 51.94 + 115.614 974.43 884.93 89.50 + 115.663 967.31 887.63 79.68 + 115.714 1047.46 891.50 155.96 + 115.763 1008.01 897.54 110.47 + 115.813 990.10 907.60 82.50 + 115.863 1049.32 924.80 124.52 + 115.913 1019.67 953.81 65.86 + 115.963 967.09 1000.58 -33.49 + 116.013 1048.08 1070.92 -22.84 + 116.063 1094.86 1168.50 -73.64 + 116.113 1139.86 1291.61 -151.75 + 116.163 1421.78 1432.51 -10.73 + 116.213 1761.51 1572.18 189.33 + 116.263 2223.02 1684.29 538.73 + 116.314 2537.69 1743.61 794.08 + 116.364 3021.56 1734.90 1286.66 + 116.414 3380.15 1665.10 1715.05 + 116.464 3232.02 1546.45 1685.57 + 116.514 3163.91 1417.82 1746.09 + 116.564 2780.30 1287.98 1492.32 + 116.614 2451.44 1172.94 1278.50 + 116.664 2195.81 1080.36 1115.45 + 116.714 1901.89 1011.39 890.50 + 116.764 1652.38 963.40 688.98 + 116.814 1429.65 931.56 498.09 + 116.864 1347.50 911.32 436.18 + 116.914 1253.14 898.84 354.30 + 116.964 1147.59 891.12 256.47 + 117.014 1117.99 886.25 231.74 + 117.064 1077.67 883.05 194.62 + 117.114 1004.15 880.80 123.35 + 117.164 984.30 879.13 105.17 + 117.214 993.63 877.84 115.79 + 117.264 945.43 876.80 68.63 + 117.314 916.68 875.96 40.72 + 117.363 940.23 875.27 64.96 + 117.413 911.29 874.70 36.59 + 117.463 950.37 874.24 76.13 + 117.513 868.56 873.87 -5.31 + 117.549 907.82 873.65 34.17 + 117.599 931.60 873.39 58.21 + 117.649 851.63 873.20 -21.57 + 117.699 895.91 873.05 22.86 + 117.749 847.49 872.95 -25.46 + 117.799 870.96 872.89 -1.93 + 117.849 833.37 872.86 -39.49 + 117.899 887.41 872.87 14.54 + 117.949 930.33 872.90 57.43 + 117.999 849.16 872.96 -23.80 + 118.049 872.97 873.04 -0.07 + 118.099 837.82 873.14 -35.32 + 118.149 887.21 873.27 13.94 + 118.199 892.63 873.41 19.22 + 118.249 893.65 873.58 20.07 + 118.299 861.13 873.76 -12.63 + 118.349 867.43 873.96 -6.53 + 118.399 863.05 874.17 -11.12 + 118.449 839.51 874.41 -34.90 + 118.499 823.83 874.66 -50.83 + 118.549 927.76 874.92 52.84 + 118.598 874.50 875.21 -0.71 + 118.649 871.49 875.51 -4.02 + 118.699 869.01 875.83 -6.82 + 118.749 901.20 876.17 25.03 + 118.795 814.27 876.50 -62.23 + 118.845 876.34 876.88 -0.54 + 118.895 920.80 877.28 43.52 + 118.945 832.84 877.71 -44.87 + 118.995 878.53 878.16 0.37 + 119.045 870.61 878.63 -8.02 + 119.095 846.20 879.13 -32.93 + 119.145 869.77 879.66 -9.89 + 119.195 881.91 880.23 1.68 + 119.245 798.17 880.82 -82.65 + 119.295 832.43 881.46 -49.03 + 119.345 866.63 882.14 -15.51 + 119.395 928.11 882.86 45.25 + 119.445 858.59 883.63 -25.04 + 119.495 931.57 884.45 47.12 + 119.545 866.37 885.34 -18.97 + 119.595 857.22 886.29 -29.07 + 119.645 959.22 887.32 71.90 + 119.695 924.54 888.43 36.11 + 119.745 905.04 889.64 15.40 + 119.795 914.85 890.95 23.90 + 119.844 914.35 892.37 21.98 + 119.894 871.07 893.94 -22.87 + 119.945 891.42 895.66 -4.24 + 119.994 912.47 897.55 14.92 + 120.047 893.90 899.74 -5.84 + 120.097 930.90 902.08 28.82 + 120.147 875.38 904.70 -29.32 + 120.197 954.46 907.64 46.82 + 120.247 930.89 910.94 19.95 + 120.297 964.02 914.69 49.33 + 120.347 902.57 918.98 -16.41 + 120.397 932.20 923.90 8.30 + 120.447 926.06 929.60 -3.54 + 120.497 930.04 936.24 -6.20 + 120.547 1011.85 944.11 67.74 + 120.597 950.77 953.61 -2.84 + 120.647 948.48 965.42 -16.94 + 120.697 955.23 981.04 -25.81 + 120.747 955.77 1003.31 -47.54 + 120.797 907.80 1037.85 -130.05 + 120.847 981.33 1094.83 -113.50 + 120.897 980.75 1190.94 -210.19 + 120.947 967.59 1350.15 -382.56 + 120.997 975.17 1600.52 -625.35 + 121.047 1088.05 1968.23 -880.18 + 121.096 1242.07 2463.96 -1221.89 + 121.146 1604.56 3077.74 -1473.18 + 121.196 2139.18 3753.46 -1614.28 + 121.246 3100.92 4390.32 -1289.40 + 121.298 4296.04 4877.94 -581.90 + 121.349 5522.07 5062.90 459.17 + 121.399 6304.47 4940.42 1364.05 + 121.449 6355.89 4564.14 1791.75 + 121.499 5992.26 4030.17 1962.09 + 121.549 5277.48 3434.77 1842.71 + 121.599 4691.06 2856.61 1834.45 + 121.649 3836.02 2355.92 1480.10 + 121.699 3281.96 1943.58 1338.38 + 121.749 2772.13 1630.37 1141.76 + 121.799 2337.78 1403.22 934.56 + 121.849 2033.30 1246.05 787.25 + 121.899 1736.64 1141.50 595.14 + 121.949 1539.52 1073.09 466.43 + 121.999 1433.95 1028.95 405.00 + 122.049 1283.19 1000.18 283.01 + 122.098 1115.41 980.89 134.52 + 122.148 1084.54 967.31 117.23 + 122.198 974.31 957.21 17.10 + 122.248 920.14 949.34 -29.20 + 122.298 965.98 942.98 23.00 + 122.348 864.89 937.70 -72.81 + 122.398 901.46 933.23 -31.77 + 122.448 904.25 929.42 -25.17 + 122.498 875.85 926.16 -50.31 + 122.554 914.47 923.06 -8.59 + 122.604 827.03 920.68 -93.65 + 122.654 855.80 918.62 -62.82 + 122.704 895.05 916.83 -21.78 + 122.754 834.92 915.29 -80.37 + 122.804 867.02 913.96 -46.94 + 122.854 860.72 912.81 -52.09 + 122.904 826.44 911.83 -85.39 + 122.954 860.98 912.64 -51.66 + 123.004 884.98 911.94 -26.96 + 123.054 895.66 911.35 -15.69 + 123.104 842.72 910.86 -68.14 + 123.154 808.84 910.48 -101.64 + 123.204 839.31 910.18 -70.87 + 123.254 878.25 909.97 -31.72 + 123.304 871.67 909.83 -38.16 + 123.354 879.42 909.77 -30.35 + 123.404 894.37 909.77 -15.40 + 123.454 891.87 909.84 -17.97 + 123.504 851.41 909.97 -58.56 + 123.554 856.75 910.17 -53.42 + 123.604 877.32 910.42 -33.10 + 123.654 851.47 910.73 -59.26 + 123.704 891.67 911.10 -19.43 + 123.754 863.35 911.52 -48.17 + 123.800 929.99 911.97 18.02 + 123.850 911.77 912.51 -0.74 + 123.900 837.04 913.11 -76.07 + 123.950 871.06 913.77 -42.71 + 124.000 933.62 914.50 19.12 + 124.050 841.04 915.29 -74.25 + 124.100 880.45 916.15 -35.70 + 124.150 874.46 917.08 -42.62 + 124.200 883.00 918.08 -35.08 + 124.250 902.14 919.17 -17.03 + 124.300 907.40 920.34 -12.94 + 124.350 868.68 921.60 -52.92 + 124.400 881.63 922.96 -41.33 + 124.450 880.77 924.42 -43.65 + 124.500 874.02 925.99 -51.97 + 124.550 853.37 927.69 -74.32 + 124.600 938.04 929.51 8.53 + 124.650 869.29 931.48 -62.19 + 124.700 894.51 933.62 -39.11 + 124.750 884.95 935.92 -50.97 + 124.800 837.84 938.41 -100.57 + 124.849 946.06 941.10 4.96 + 124.899 899.33 944.04 -44.71 + 124.950 914.32 947.25 -32.93 + 124.999 887.27 950.73 -63.46 + 125.037 950.65 953.53 -2.88 + 125.087 890.12 957.61 -67.49 + 125.137 926.92 962.10 -35.18 + 125.187 954.01 967.04 -13.03 + 125.237 947.32 972.48 -25.16 + 125.287 1019.54 978.50 41.04 + 125.337 970.60 985.22 -14.62 + 125.387 1074.69 992.70 81.99 + 125.437 1080.49 1001.08 79.41 + 125.487 1064.62 1010.48 54.14 + 125.537 1011.85 1021.14 -9.29 + 125.587 1085.20 1033.26 51.94 + 125.637 1182.26 1047.05 135.21 + 125.687 1041.57 1062.94 -21.37 + 125.737 1227.69 1081.31 146.38 + 125.787 1230.89 1102.75 128.14 + 125.837 1264.96 1128.07 136.89 + 125.887 1255.02 1158.61 96.41 + 125.937 1374.56 1196.72 177.84 + 125.987 1323.11 1246.69 76.42 + 126.037 1345.89 1317.16 28.73 + 126.086 1351.49 1421.64 -70.15 + 126.136 1428.15 1594.38 -166.23 + 126.186 1350.13 1878.15 -528.02 + 126.236 1413.59 2335.35 -921.76 + 126.281 1474.63 2955.16 -1480.53 + 126.331 1663.46 3953.72 -2290.26 + 126.381 2298.53 5315.09 -3016.56 + 126.431 3720.58 7023.82 -3303.24 + 126.481 6158.49 8960.31 -2801.82 + 126.531 9433.97 10901.72 -1467.75 + 126.581 13022.75 12520.58 502.17 + 126.631 16151.75 13477.40 2674.35 + 126.681 18042.46 13595.03 4447.43 + 126.731 18859.28 12930.11 5929.17 + 126.781 18146.32 11687.27 6459.05 + 126.831 16165.30 10120.78 6044.52 + 126.881 13924.14 8466.37 5457.77 + 126.931 11462.82 6892.63 4570.19 + 126.981 9516.23 5509.73 4006.50 + 127.031 7799.88 4362.61 3437.27 + 127.081 6361.94 3453.58 2908.36 + 127.131 5299.95 2759.70 2540.25 + 127.181 4400.51 2247.06 2153.45 + 127.231 3540.52 1880.59 1659.93 + 127.281 2980.96 1624.81 1356.15 + 127.331 2502.42 1449.85 1052.57 + 127.381 2070.77 1330.17 740.60 + 127.431 1760.09 1248.58 511.51 + 127.481 1433.33 1191.91 241.42 + 127.546 1280.43 1140.44 139.99 + 127.596 1163.21 1111.70 51.51 + 127.646 1115.77 1088.75 27.02 + 127.696 1048.73 1069.77 -21.04 + 127.746 1026.82 1053.77 -26.95 + 127.796 874.06 1040.01 -165.95 + 127.846 1001.41 1028.03 -26.62 + 127.896 895.06 1017.56 -122.50 + 127.946 929.93 1008.35 -78.42 + 127.996 906.34 1000.24 -93.90 + 128.046 945.08 993.00 -47.92 + 128.096 911.33 986.54 -75.21 + 128.146 860.64 980.79 -120.15 + 128.196 900.34 975.61 -75.27 + 128.246 949.63 970.96 -21.33 + 128.296 866.73 966.76 -100.03 + 128.346 874.68 962.96 -88.28 + 128.396 928.09 959.51 -31.42 + 128.446 893.28 956.37 -63.09 + 128.496 906.20 953.53 -47.33 + 128.546 935.39 950.94 -15.55 + 128.596 860.95 948.58 -87.63 + 128.646 888.10 946.41 -58.31 + 128.696 913.26 944.44 -31.18 + 128.746 911.95 942.64 -30.69 + 128.823 931.61 940.16 -8.55 + 128.873 913.65 938.72 -25.07 + 128.923 817.40 937.42 -120.02 + 128.973 971.74 936.23 35.51 + 129.023 939.52 935.15 4.37 + 129.073 886.40 934.17 -47.77 + 129.123 897.29 933.28 -35.99 + 129.173 895.28 932.48 -37.20 + 129.223 928.14 931.77 -3.63 + 129.273 873.67 931.13 -57.46 + 129.323 880.09 930.57 -50.48 + 129.373 948.32 930.08 18.24 + 129.423 912.44 929.66 -17.22 + 129.473 837.01 929.30 -92.29 + 129.523 868.90 929.01 -60.11 + 129.573 932.51 928.79 3.72 + 129.623 983.67 928.62 55.05 + 129.673 914.55 928.52 -13.97 + 129.723 931.29 928.47 2.82 + 129.773 937.80 928.49 9.31 + 129.823 887.22 928.56 -41.34 + 129.873 992.19 928.70 63.49 + 129.923 885.81 928.90 -43.09 + 129.973 1027.88 929.17 98.71 + 130.023 906.83 929.50 -22.67 + 130.073 937.88 929.89 7.99 + 130.123 949.53 930.37 19.16 + 130.173 1005.90 930.91 74.99 + 130.223 928.78 931.54 -2.76 + 130.273 936.73 932.25 4.48 + 130.323 948.34 933.05 15.29 + 130.373 991.02 933.94 57.08 + 130.423 896.43 934.94 -38.51 + 130.473 951.99 936.05 15.94 + 130.523 913.02 937.28 -24.26 + 130.573 933.25 938.64 -5.39 + 130.623 924.35 940.16 -15.81 + 130.673 921.27 941.83 -20.56 + 130.723 917.82 943.68 -25.86 + 130.773 947.47 945.72 1.75 + 130.823 890.41 947.99 -57.58 + 130.873 887.30 950.50 -63.20 + 130.923 904.84 953.30 -48.46 + 130.973 927.74 956.42 -28.68 + 131.023 919.58 959.90 -40.32 + 131.073 891.30 963.79 -72.49 + 131.123 983.02 968.15 14.87 + 131.173 945.77 973.09 -27.32 + 131.223 902.72 978.67 -75.95 + 131.273 989.34 984.99 4.35 + 131.305 993.77 989.55 4.22 + 131.355 976.27 997.46 -21.19 + 131.405 932.47 1006.60 -74.13 + 131.455 977.46 1017.25 -39.79 + 131.505 1050.75 1029.81 20.94 + 131.555 952.21 1037.58 -85.37 + 131.605 1072.60 1056.95 15.65 + 131.655 1021.81 1082.61 -60.80 + 131.705 1081.20 1118.85 -37.65 + 131.755 1059.53 1172.81 -113.28 + 131.805 1089.95 1256.64 -166.69 + 131.855 1064.79 1387.85 -323.06 + 131.905 1104.97 1588.57 -483.60 + 131.955 1199.07 1886.59 -687.52 + 132.005 1363.90 2305.82 -941.92 + 132.055 1909.12 2862.33 -953.21 + 132.105 2815.05 3552.61 -737.56 + 132.155 4071.98 4346.88 -274.90 + 132.205 5512.82 5180.37 332.45 + 132.255 7280.38 5948.52 1331.86 + 132.305 8354.42 6532.52 1821.90 + 132.355 9298.73 6834.67 2464.06 + 132.405 9297.74 6822.26 2475.48 + 132.455 9114.89 6526.32 2588.57 + 132.505 8748.39 6024.25 2724.14 + 132.553 8082.68 5423.72 2658.96 + 132.603 6827.01 4749.29 2077.72 + 132.653 5870.75 4089.06 1781.69 + 132.703 4872.36 3483.88 1388.48 + 132.753 4313.82 2956.75 1357.07 + 132.803 3623.33 2511.96 1111.37 + 132.853 3109.81 2147.10 962.71 + 132.903 2798.59 1855.52 943.07 + 132.953 2312.30 1627.20 685.10 + 133.003 2077.60 1452.89 624.71 + 133.053 1859.15 1321.64 537.51 + 133.103 1712.66 1224.99 487.67 + 133.153 1532.11 1155.29 376.82 + 133.203 1271.15 1105.18 165.97 + 133.253 1203.41 1069.36 134.05 + 133.303 1156.13 1043.47 112.66 + 133.353 1127.19 1024.35 102.84 + 133.403 922.17 1009.77 -87.60 + 133.453 1012.06 998.24 13.82 + 133.503 980.19 988.83 -8.64 + 133.552 978.43 980.93 -2.50 + 133.602 949.29 974.18 -24.89 + 133.652 905.91 968.25 -62.34 + 133.702 986.47 963.05 23.42 + 133.752 961.99 958.45 3.54 + 133.820 921.11 953.03 -31.92 + 133.870 970.74 949.48 21.26 + 133.920 926.04 946.29 -20.25 + 133.970 911.08 943.41 -32.33 + 134.020 983.36 940.80 42.56 + 134.070 915.55 938.44 -22.89 + 134.120 988.29 936.27 52.02 + 134.170 949.61 934.30 15.31 + 134.220 964.77 932.49 32.28 + 134.270 959.52 930.83 28.69 + 134.320 910.49 929.30 -18.81 + 134.370 913.37 927.89 -14.52 + 134.420 929.64 926.59 3.05 + 134.470 977.98 925.38 52.60 + 134.520 879.28 924.26 -44.98 + 134.570 909.88 923.22 -13.34 + 134.620 957.99 922.26 35.73 + 134.670 999.93 921.35 78.58 + 134.720 916.28 920.51 -4.23 + 134.770 978.40 919.72 58.68 + 134.819 969.82 918.98 50.84 + 134.869 930.96 918.30 12.66 + 134.919 892.26 917.64 -25.38 + 134.969 877.95 917.03 -39.08 + 135.019 894.31 916.46 -22.15 + 135.068 937.11 915.94 21.17 + 135.118 896.71 915.42 -18.71 + 135.168 970.02 914.94 55.08 + 135.218 931.15 914.48 16.67 + 135.268 916.59 914.05 2.54 + 135.318 888.87 913.65 -24.78 + 135.368 965.46 913.26 52.20 + 135.418 905.15 912.89 -7.74 + 135.468 919.02 912.54 6.48 + 135.518 939.71 912.21 27.50 + 135.568 866.23 911.90 -45.67 + 135.618 898.13 911.60 -13.47 + 135.668 947.65 911.31 36.34 + 135.718 939.11 911.04 28.07 + 135.768 924.93 910.78 14.15 + 135.818 967.15 910.53 56.62 + 135.868 1011.07 910.30 100.77 + 135.918 941.45 910.07 31.38 + 135.968 969.44 909.85 59.59 + 136.018 941.79 909.65 32.14 + 136.068 895.22 909.45 -14.23 + 136.117 896.67 909.26 -12.59 + 136.167 902.29 909.07 -6.78 + 136.217 912.28 908.90 3.38 + 136.267 978.63 908.73 69.90 + 136.303 941.16 908.61 32.55 + 136.353 981.02 908.45 72.57 + 136.403 989.35 908.30 81.05 + 136.453 925.48 908.15 17.33 + 136.503 970.06 908.01 62.05 + 136.553 928.53 907.88 20.65 + 136.603 902.06 907.74 -5.68 + 136.653 907.55 907.62 -0.07 + 136.703 902.70 907.49 -4.79 + 136.753 893.25 907.66 -14.41 + 136.803 915.90 907.55 8.35 + 136.853 927.94 907.44 20.50 + 136.903 926.10 907.34 18.76 + 136.953 954.22 907.23 46.99 + 137.003 940.48 907.14 33.34 + 137.053 950.88 907.04 43.84 + 137.103 941.46 906.95 34.51 + 137.153 899.69 906.86 -7.17 + 137.203 939.08 906.77 32.31 + 137.253 923.67 906.68 16.99 + 137.303 949.39 906.60 42.79 + 137.353 951.50 906.52 44.98 + 137.403 944.86 906.44 38.42 + 137.453 874.31 906.36 -32.05 + 137.503 890.08 906.29 -16.21 + 137.541 903.22 906.23 -3.01 + 137.591 923.79 906.16 17.63 + 137.641 895.18 906.09 -10.91 + 137.691 963.69 906.02 57.67 + 137.741 931.88 905.95 25.93 + 137.791 914.87 902.29 12.58 + 137.841 911.99 902.29 9.70 + 137.891 943.10 902.29 40.81 + 137.941 947.89 902.29 45.60 + 137.991 929.94 902.29 27.65 + 138.041 935.52 902.29 33.23 + 138.091 985.08 902.28 82.80 + 138.141 914.78 902.28 12.50 + 138.191 949.58 902.28 47.30 + 138.241 898.71 902.27 -3.56 + 138.291 909.50 902.27 7.23 + 138.341 995.56 902.26 93.30 + 138.391 906.90 902.26 4.64 + 138.441 925.78 902.25 23.53 + 138.491 961.62 902.25 59.37 + 138.541 979.33 902.24 77.09 + 138.590 930.68 902.23 28.45 + 138.641 974.44 902.22 72.22 + 138.691 950.13 902.21 47.92 + 138.741 937.01 902.20 34.81 + 138.787 952.70 902.19 50.51 + 138.838 905.67 902.18 3.49 + 138.888 926.06 902.17 23.89 + 138.938 886.25 902.16 -15.91 + 138.988 906.78 902.15 4.63 + 139.038 888.39 902.14 -13.75 + 139.088 965.53 902.12 63.41 + 139.138 914.39 902.11 12.28 + 139.188 934.44 902.09 32.35 + 139.238 896.50 902.08 -5.58 + 139.288 950.10 902.06 48.04 + 139.338 975.42 902.05 73.37 + 139.388 932.71 902.03 30.68 + 139.438 953.58 902.01 51.57 + 139.488 944.33 902.00 42.33 + 139.538 944.74 901.98 42.76 + 139.587 926.65 901.96 24.69 + 139.637 970.54 901.94 68.60 + 139.687 929.60 901.92 27.68 + 139.737 1019.90 901.90 118.00 + 139.787 926.68 901.88 24.80 + 139.837 942.82 901.86 40.96 + 139.887 960.86 901.84 59.02 + 139.937 997.21 901.82 95.39 + 139.987 906.91 901.80 5.11 + 140.059 947.27 902.90 44.37 + 140.109 939.76 902.88 36.88 + 140.160 910.24 902.87 7.37 + 140.210 890.03 902.85 -12.82 + 140.260 1017.71 902.83 114.88 + 140.310 967.68 902.82 64.86 + 140.360 924.67 902.80 21.87 + 140.410 934.43 902.78 31.65 + 140.460 923.46 902.76 20.70 + 140.510 981.61 902.75 78.86 + 140.560 901.89 902.73 -0.84 + 140.610 974.82 902.71 72.11 + 140.660 954.70 902.69 52.01 + 140.710 934.56 902.67 31.89 + 140.760 906.05 902.65 3.40 + 140.809 905.47 902.63 2.84 + 140.859 888.29 902.61 -14.32 + 140.909 898.65 902.60 -3.95 + 140.959 948.91 902.58 46.33 + 141.009 952.11 902.56 49.55 + 141.059 899.64 902.54 -2.90 + 141.109 915.58 902.52 13.06 + 141.159 966.95 902.50 64.45 + 141.209 900.56 902.48 -1.92 + 141.259 861.71 902.46 -40.75 + 141.309 896.06 902.44 -6.38 + 141.359 937.94 902.42 35.52 + 141.409 903.01 902.40 0.61 + 141.459 901.33 902.38 -1.05 + 141.509 924.06 902.36 21.70 + 141.559 918.28 902.34 15.94 + 141.609 934.78 902.33 32.45 + 141.659 913.65 902.31 11.34 + 141.709 945.69 902.29 43.40 + 141.759 883.41 902.27 -18.86 + 141.809 923.60 902.26 21.34 + 141.859 955.16 902.24 52.92 + 141.909 878.30 902.23 -23.93 + 141.959 871.05 902.21 -31.16 + 142.009 914.69 902.20 12.49 + 142.059 952.48 902.18 50.30 + 142.109 880.32 902.17 -21.85 + 142.158 976.14 902.16 73.98 + 142.209 961.04 902.15 58.89 + 142.258 973.37 902.14 71.23 + 142.308 918.73 902.13 16.60 + 142.358 975.45 902.13 73.32 + 142.408 920.54 902.12 18.42 + 142.458 969.86 902.12 67.74 + 142.508 986.77 902.12 84.65 + 142.544 908.12 902.12 6.00 + 142.594 969.57 902.12 67.45 + 142.645 955.51 902.12 53.39 + 142.695 953.13 902.13 51.00 + 142.745 976.49 902.14 74.35 + 142.795 1024.88 902.15 122.73 + 142.845 962.38 902.16 60.22 + 142.895 877.20 902.18 -24.98 + 142.945 963.41 902.20 61.21 + 142.995 947.16 902.23 44.93 + 143.045 969.68 902.26 67.42 + 143.095 901.66 902.29 -0.63 + 143.145 911.72 902.33 9.39 + 143.195 957.26 902.37 54.89 + 143.244 910.22 902.42 7.80 + 143.294 972.20 902.47 69.73 + 143.344 909.69 902.53 7.16 + 143.394 914.62 902.59 12.03 + 143.444 829.78 902.67 -72.89 + 143.494 875.67 902.75 -27.08 + 143.544 914.72 902.84 11.88 + 143.594 958.38 902.94 55.44 + 143.644 970.76 903.05 67.71 + 143.694 869.82 903.17 -33.35 + 143.744 932.02 903.31 28.71 + 143.792 840.85 903.45 -62.60 + 143.842 880.76 903.62 -22.86 + 143.893 902.50 903.79 -1.29 + 143.943 936.71 903.99 32.72 + 143.993 905.18 904.21 0.97 + 144.043 964.18 904.45 59.73 + 144.093 869.81 904.71 -34.90 + 144.143 907.46 905.00 2.46 + 144.193 895.61 905.32 -9.71 + 144.243 867.76 905.68 -37.92 + 144.293 905.08 906.07 -0.99 + 144.343 936.70 906.51 30.19 + 144.393 900.24 906.99 -6.75 + 144.443 861.09 907.54 -46.45 + 144.493 946.16 908.16 38.00 + 144.542 872.53 908.87 -36.34 + 144.592 934.38 909.69 24.69 + 144.642 937.32 910.67 26.65 + 144.692 907.71 911.86 -4.15 + 144.742 933.77 913.34 20.43 + 144.792 959.25 915.23 44.02 + 144.842 1018.05 917.68 100.37 + 144.892 913.52 920.93 -7.41 + 144.942 952.80 925.28 27.52 + 144.992 941.54 931.06 10.48 + 145.055 1013.23 941.16 72.07 + 145.105 920.93 952.10 -31.17 + 145.155 1047.90 966.30 81.60 + 145.205 1051.44 984.41 67.03 + 145.255 1100.66 1006.97 93.69 + 145.305 1197.77 1034.54 163.23 + 145.355 1429.00 1067.52 361.48 + 145.405 1547.77 1105.90 441.87 + 145.455 1699.74 1149.41 550.33 + 145.505 1897.98 1197.15 700.83 + 145.555 2124.80 1248.28 876.52 + 145.605 2189.83 1301.02 888.81 + 145.655 2310.69 1352.94 957.75 + 145.705 2478.25 1401.79 1076.46 + 145.755 2515.64 1444.63 1071.01 + 145.805 2732.26 1478.88 1253.38 + 145.855 2677.41 1502.49 1174.92 + 145.905 2798.36 1514.29 1284.07 + 145.955 2812.61 1514.04 1298.57 + 146.005 2501.93 1502.45 999.48 + 146.055 2342.24 1480.93 861.31 + 146.105 2358.05 1451.39 906.66 + 146.155 2123.70 1415.48 708.22 + 146.205 1970.18 1375.28 594.90 + 146.255 1818.15 1332.79 485.36 + 146.304 1641.38 1289.73 351.65 + 146.354 1577.78 1246.88 330.90 + 146.404 1515.55 1205.78 309.77 + 146.455 1360.18 1167.12 193.06 + 146.505 1369.01 1131.53 237.48 + 146.555 1285.43 1099.14 186.29 + 146.605 1200.34 1069.99 130.35 + 146.655 1148.93 1044.12 104.81 + 146.705 1215.73 1021.40 194.33 + 146.755 1140.01 1001.66 138.35 + 146.805 1032.81 984.55 48.26 + 146.855 985.48 969.86 15.62 + 146.904 997.20 957.42 39.78 + 146.954 970.07 946.90 23.17 + 147.004 1017.06 938.10 78.96 + 147.054 973.90 930.80 43.10 + 147.104 1018.12 924.77 93.35 + 147.154 975.03 919.82 55.21 + 147.204 941.08 915.78 25.30 + 147.254 995.27 912.50 82.77 + 147.304 972.13 909.83 62.30 + 147.354 926.88 907.66 19.22 + 147.404 942.40 905.88 36.52 + 147.454 932.55 904.41 28.14 + 147.504 884.75 903.19 -18.44 + 147.546 997.21 902.31 94.90 + 147.596 1007.54 901.41 106.13 + 147.646 999.21 900.62 98.59 + 147.696 981.48 899.92 81.56 + 147.746 960.70 899.30 61.40 + 147.796 979.20 898.74 80.46 + 147.846 981.47 898.23 83.24 + 147.896 982.72 897.75 84.97 + 147.946 974.18 897.31 76.87 + 147.996 941.18 896.90 44.28 + 148.046 990.52 896.51 94.01 + 148.096 993.27 896.15 97.12 + 148.146 969.51 895.81 73.70 + 148.196 980.15 895.48 84.67 + 148.246 974.59 895.17 79.42 + 148.296 985.67 894.88 90.79 + 148.346 1020.13 894.60 125.53 + 148.396 954.70 894.33 60.37 + 148.446 1032.83 894.08 138.75 + 148.496 957.73 893.84 63.89 + 148.546 1007.57 893.61 113.96 + 148.596 1006.29 893.38 112.91 + 148.646 975.71 893.17 82.54 + 148.696 1039.45 892.97 146.48 + 148.746 953.83 892.77 61.06 + 148.794 1020.75 892.59 128.16 + 148.844 970.89 892.41 78.48 + 148.894 1013.62 892.24 121.38 + 148.944 951.11 892.07 59.04 + 148.994 989.51 891.91 97.60 + 149.044 1044.78 891.76 153.02 + 149.094 1011.94 891.61 120.33 + 149.144 995.07 891.47 103.60 + 149.194 938.27 891.34 46.93 + 149.244 936.47 891.21 45.26 + 149.294 970.41 891.09 79.32 + 149.344 965.64 890.97 74.67 + 149.394 955.42 890.86 64.56 + 149.444 913.55 890.76 22.79 + 149.494 872.31 890.66 -18.35 + 149.544 933.14 890.56 42.58 + 149.594 884.56 890.47 -5.91 + 149.644 945.01 890.39 54.62 + 149.694 910.73 890.31 20.42 + 149.744 948.52 890.24 58.28 + 149.794 937.33 890.18 47.15 + 149.844 927.48 890.12 37.36 + 149.894 923.49 890.06 33.43 + 149.944 924.21 890.01 34.20 + 149.994 935.03 889.97 45.06 + 150.030 866.62 889.95 -23.33 + 150.081 889.86 889.92 -0.06 + 150.131 877.91 889.89 -11.98 + 150.181 917.89 889.88 28.01 + 150.231 910.71 889.87 20.84 + 150.281 879.55 889.87 -10.32 + 150.331 824.36 889.87 -65.51 + 150.381 826.00 889.89 -63.89 + 150.431 931.96 889.91 42.05 + 150.481 875.17 889.94 -14.77 + 150.531 890.03 889.98 0.05 + 150.581 872.34 890.02 -17.68 + 150.631 868.33 890.08 -21.75 + 150.681 885.74 890.15 -4.41 + 150.731 902.51 890.23 12.28 + 150.781 902.12 890.32 11.80 + 150.830 894.70 890.42 4.28 + 150.880 823.41 890.53 -67.12 + 150.930 866.33 890.65 -24.32 + 150.980 837.49 890.79 -53.30 + 151.030 879.53 890.94 -11.41 + 151.080 868.38 891.11 -22.73 + 151.130 845.28 891.29 -46.01 + 151.180 876.99 891.48 -14.49 + 151.230 849.14 891.69 -42.55 + 151.285 875.04 891.95 -16.91 + 151.335 887.48 892.20 -4.72 + 151.385 882.87 892.47 -9.60 + 151.435 846.07 892.76 -46.69 + 151.485 873.98 893.07 -19.09 + 151.535 875.79 893.40 -17.61 + 151.585 906.82 893.76 13.06 + 151.635 842.86 894.15 -51.29 + 151.685 844.05 894.56 -50.51 + 151.735 874.29 895.00 -20.71 + 151.785 883.92 895.47 -11.55 + 151.835 899.11 895.98 3.13 + 151.885 859.02 896.51 -37.49 + 151.935 884.14 897.09 -12.95 + 151.985 879.13 897.70 -18.57 + 152.035 848.79 898.36 -49.57 + 152.085 883.27 899.06 -15.79 + 152.135 876.83 899.81 -22.98 + 152.185 909.83 900.61 9.22 + 152.235 868.19 901.46 -33.27 + 152.285 895.86 902.38 -6.52 + 152.334 874.38 903.35 -28.97 + 152.385 891.24 904.40 -13.16 + 152.435 859.45 905.53 -46.08 + 152.484 882.63 906.75 -24.12 + 152.542 929.62 908.27 21.35 + 152.592 867.36 909.72 -42.36 + 152.642 927.09 911.29 15.80 + 152.693 930.49 913.02 17.47 + 152.742 941.01 914.92 26.09 + 152.792 969.11 917.03 52.08 + 152.842 906.28 919.41 -13.13 + 152.893 897.26 922.10 -24.84 + 152.943 920.82 925.19 -4.37 + 152.992 918.64 928.74 -10.10 + 153.042 894.43 932.91 -38.48 + 153.093 878.50 937.83 -59.33 + 153.142 920.57 943.66 -23.09 + 153.192 903.93 950.65 -46.72 + 153.242 932.33 959.05 -26.72 + 153.292 909.28 969.17 -59.89 + 153.342 989.14 981.40 7.74 + 153.392 929.18 996.19 -67.01 + 153.442 927.63 1014.05 -86.42 + 153.492 1043.55 1035.51 8.04 + 153.542 1043.77 1061.19 -17.42 + 153.592 1028.83 1091.68 -62.85 + 153.642 1095.20 1128.02 -32.82 + 153.692 1212.24 1170.78 41.46 + 153.742 1330.57 1220.57 110.00 + 153.790 1524.50 1275.79 248.71 + 153.840 1744.39 1342.02 402.37 + 153.890 1963.43 1417.51 545.92 + 153.940 2426.97 1502.82 924.15 + 153.990 2891.28 1598.04 1293.24 + 154.040 3270.53 1703.57 1566.96 + 154.090 3590.64 1819.51 1771.13 + 154.140 4248.34 1945.38 2302.96 + 154.190 4713.04 2080.50 2632.54 + 154.240 5098.39 2223.40 2874.99 + 154.290 5593.74 2373.79 3219.95 + 154.340 5817.80 2529.74 3288.06 + 154.390 6191.93 2688.41 3503.52 + 154.440 6598.96 2848.51 3750.45 + 154.490 6976.38 3006.73 3969.65 + 154.540 7353.49 3160.25 4193.24 + 154.590 7641.19 3306.06 4335.13 + 154.640 7776.45 3441.05 4335.40 + 154.690 7892.90 3562.19 4330.71 + 154.740 7917.59 3666.28 4251.31 + 154.790 7874.63 3750.95 4123.68 + 154.839 7726.31 3813.98 3912.33 + 154.890 7715.86 3855.26 3860.60 + 154.940 7527.01 3873.50 3653.51 + 154.990 7160.09 3868.96 3291.13 + 155.042 6822.30 3840.53 2981.77 + 155.092 6701.23 3792.28 2908.95 + 155.142 6248.44 3725.25 2523.19 + 155.192 5780.20 3641.43 2138.77 + 155.242 5380.80 3543.35 1837.45 + 155.292 4889.18 3433.20 1455.98 + 155.342 4403.32 3313.02 1090.30 + 155.392 4143.75 3185.47 958.28 + 155.442 3565.15 3052.75 512.40 + 155.492 3304.11 2917.45 386.66 + 155.542 3130.39 2780.74 349.65 + 155.592 2899.81 2644.48 255.33 + 155.642 2707.41 2511.08 196.33 + 155.692 2511.48 2380.76 130.72 + 155.742 2332.83 2255.24 77.59 + 155.792 2234.37 2135.12 99.25 + 155.842 2066.28 2021.07 45.21 + 155.892 1884.79 1913.46 -28.67 + 155.942 1831.06 1812.46 18.60 + 155.992 1702.58 1718.49 -15.91 + 156.042 1536.86 1631.52 -94.66 + 156.092 1392.33 1551.63 -159.30 + 156.142 1403.82 1477.91 -74.09 + 156.192 1340.29 1410.66 -70.37 + 156.242 1260.93 1349.74 -88.81 + 156.291 1177.96 1295.66 -117.70 + 156.341 1196.91 1245.66 -48.75 + 156.391 1100.68 1200.78 -100.10 + 156.441 1090.03 1160.61 -70.58 + 156.491 1043.67 1124.94 -81.27 + 156.541 1071.26 1093.24 -21.98 + 156.591 1022.03 1065.12 -43.09 + 156.641 1028.42 1040.32 -11.90 + 156.691 978.65 1018.50 -39.85 + 156.741 975.45 999.42 -23.97 + 156.791 938.21 982.68 -44.47 + 156.841 909.07 968.03 -58.96 + 156.891 901.99 955.32 -53.33 + 156.941 918.38 944.23 -25.85 + 156.991 923.55 934.59 -11.04 + 157.041 980.39 926.21 54.18 + 157.091 929.91 918.92 10.99 + 157.141 909.48 912.57 -3.09 + 157.191 897.31 907.02 -9.71 + 157.241 913.51 902.17 11.34 + 157.291 927.18 897.91 29.27 + 157.340 914.94 894.16 20.78 + 157.390 875.70 890.81 -15.11 + 157.441 871.56 887.83 -16.27 + 157.490 868.81 885.16 -16.35 + 157.529 880.75 883.27 -2.52 + 157.579 870.53 881.01 -10.48 + 157.629 842.80 878.95 -36.15 + 157.679 894.07 877.04 17.03 + 157.729 906.30 875.28 31.02 + 157.779 892.17 873.64 18.53 + 157.829 918.69 872.10 46.59 + 157.879 867.16 870.65 -3.49 + 157.929 910.07 869.27 40.80 + 157.979 832.95 867.97 -35.02 + 158.029 872.59 866.72 5.87 + 158.079 881.02 865.53 15.49 + 158.129 910.25 864.40 45.85 + 158.179 834.55 863.31 -28.76 + 158.229 887.76 862.26 25.50 + 158.279 869.35 861.25 8.10 + 158.329 852.43 860.27 -7.84 + 158.379 897.17 859.33 37.84 + 158.429 904.44 858.43 46.01 + 158.479 899.39 857.55 41.84 + 158.529 974.94 856.70 118.24 + 158.579 886.55 855.88 30.67 + 158.629 888.35 855.08 33.27 + 158.679 894.56 854.30 40.26 + 158.729 887.59 853.55 34.04 + 158.783 933.20 852.77 80.43 + 158.833 920.73 852.06 68.67 + 158.883 858.56 851.37 7.19 + 158.933 873.86 850.70 23.16 + 158.983 898.25 850.05 48.20 + 159.033 865.06 849.42 15.64 + 159.083 905.02 848.80 56.22 + 159.133 924.46 848.20 76.26 + 159.183 881.28 847.61 33.67 + 159.233 858.94 847.04 11.90 + 159.283 933.10 846.49 86.61 + 159.333 979.00 845.94 133.06 + 159.383 936.92 845.42 91.50 + 159.433 882.29 844.90 37.39 + 159.483 924.36 844.40 79.96 + 159.533 935.60 843.90 91.70 + 159.583 930.18 843.42 86.76 + 159.633 901.98 842.96 59.02 + 159.683 941.62 842.50 99.12 + 159.733 963.43 842.05 121.38 + 159.783 864.83 841.62 23.21 + 159.832 941.26 841.19 100.07 + 159.883 912.89 840.77 72.12 + 159.933 964.01 840.37 123.64 + 159.982 944.89 839.97 104.92 + 160.041 963.06 839.52 123.54 + 160.091 913.88 839.14 74.74 + 160.141 960.61 838.77 121.84 + 160.192 973.14 838.41 134.73 + 160.241 943.27 838.07 105.20 + 160.291 880.56 837.73 42.83 + 160.341 928.16 837.39 90.77 + 160.392 907.78 837.07 70.71 + 160.442 901.10 836.76 64.34 + 160.491 919.39 836.45 82.94 + 160.541 937.45 836.16 101.29 + 160.592 946.58 835.87 110.71 + 160.641 959.96 835.59 124.37 + 160.691 902.51 835.32 67.19 + 160.741 895.89 835.05 60.84 + 160.791 999.19 834.80 164.39 + 160.841 911.04 834.55 76.49 + 160.891 961.51 834.32 127.19 + 160.941 936.45 834.09 102.36 + 160.991 945.28 833.87 111.41 + 161.041 933.90 833.66 100.24 + 161.091 939.15 833.46 105.69 + 161.141 983.45 833.26 150.19 + 161.191 902.91 833.08 69.83 + 161.241 945.82 832.90 112.92 + 161.297 924.10 832.71 91.39 + 161.347 960.85 832.56 128.29 + 161.397 908.65 832.41 76.24 + 161.447 938.06 832.27 105.79 + 161.497 886.22 832.15 54.07 + 161.547 934.11 832.03 102.08 + 161.597 923.08 831.92 91.16 + 161.647 947.87 831.82 116.05 + 161.697 1005.47 831.74 173.73 + 161.747 920.53 831.66 88.87 + 161.797 957.30 831.60 125.70 + 161.847 1002.40 831.54 170.86 + 161.897 937.29 831.50 105.79 + 161.947 924.22 831.47 92.75 + 161.997 925.53 831.46 94.07 + 162.047 953.83 831.45 122.38 + 162.097 878.26 831.46 46.80 + 162.147 905.23 831.49 73.74 + 162.197 925.70 831.53 94.17 + 162.247 878.28 831.58 46.70 + 162.297 858.43 831.65 26.78 + 162.347 913.07 831.73 81.34 + 162.397 889.83 831.84 57.99 + 162.447 926.53 831.96 94.57 + 162.497 902.39 832.10 70.29 + 162.557 966.16 832.29 133.87 + 162.607 905.06 832.48 72.58 + 162.657 944.70 832.68 112.02 + 162.707 935.82 832.91 102.91 + 162.757 957.39 833.17 124.22 + 162.807 909.22 833.45 75.77 + 162.857 988.54 833.76 154.78 + 162.907 923.08 834.10 88.98 + 162.957 907.31 834.48 72.83 + 163.007 893.08 834.88 58.20 + 163.057 911.54 835.32 76.22 + 163.107 983.70 835.81 147.89 + 163.157 1060.96 836.33 224.63 + 163.207 928.88 836.90 91.98 + 163.257 960.16 837.51 122.65 + 163.307 968.35 838.18 130.17 + 163.357 961.79 838.90 122.89 + 163.407 954.64 839.68 114.96 + 163.457 916.09 840.53 75.56 + 163.507 981.89 841.44 140.45 + 163.557 916.63 842.43 74.20 + 163.606 919.80 843.49 76.31 + 163.656 972.91 844.64 128.27 + 163.706 1058.06 845.89 212.17 + 163.756 1061.08 750.55 310.53 +END +WAVES Phase1, tik1 +BEGIN + 22.070 -1396 + 31.613 -1396 + 39.091 -1396 + 45.532 -1396 + 51.337 -1396 + 56.711 -1396 + 66.615 -1396 + 71.287 -1396 + 71.287 -1396 + 75.836 -1396 + 80.298 -1396 + 84.704 -1396 + 89.082 -1396 + 93.457 -1396 + 102.303 -1396 + 106.831 -1396 + 106.831 -1396 + 111.473 -1396 + 111.473 -1396 + 116.273 -1396 + 121.284 -1396 + 126.584 -1396 + 132.285 -1396 + 145.776 -1396 + 154.721 -1396 + 154.721 -1396 + 169.255 -1396 + 169.255 -1396 +END +WAVES Excrg1, excl1 +BEGIN + 4.16 -1396 + 10.00 -1396 +END +WAVES Excrg2, excl2 +BEGIN + 164.00 -1396 + 163.76 -1396 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TwoTheta +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 4.16, 163.76 +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -30078} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: ECH0030684_LaB6_1p622A_fcj\rDate of fit: \Z09 18/06/2026/ 23:03:42.5\Z12\rnuclear\rChi2 = 315.22" +X Label left "\Z14Intensity" +X Label bottom "\Z142-Theta (in degrees)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: LaB6 Ge(331) +X | Date of run: 18/06/2026 / 23:03:42.5 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.sum b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.sum new file mode 100644 index 000000000..dc6415939 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_fcj.sum @@ -0,0 +1,142 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 8.40 - Feb2026-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 18/06/2026 Time: 23:03:42.033 + + => PCR file code: ECH0030684_LaB6_1p622A_fcj + => DAT file code: ECH0030684_LaB6_1p62 -> Relative contribution: 1.0000 + => Title: LaB6 Ge(331) + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of neutron powder data + => The 7th default profile function was selected + + => X-Y type of data: 2theta/TOF/E(Kev) Intens sigma for pattern: 1 + => Analysis of refinement at the end + => Wavelengths: 1.62390 1.62390 + => Cos(Monochromator angle)= 0.0000 + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 12.00 + ==> Angular range, step and number of points: + 2Thmin: 4.164220 2Thmax: 163.756378 Step: 0.049998 No. of points: 3194 + =>-------> Pattern# 1 + => Crystal Structure Refinement for phase: 1 + => The density (volumic mass) of phase 1 is: 4.711 g/cm3 + => Scor: 3.8880 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 nuclear P m -3 m +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 28 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + La 0.00000( 0) 0.00000( 0) 0.00000( 0) 0.258( 0) 0.021( 0) 1 + B 0.19972( 0) 0.50000( 0) 0.50000( 0) 0.119( 0) 0.125( 0) 6 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 4.15689 0.00000 + 4.15689 0.00000 + 4.15689 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + => overall scale factor : 42.98374 0.000000 + => Eta(p-v) or m(p-vii) : 0.00000 0.00000 + => Overall tem. factor : 0.00000 0.00000 + => Halfwidth parameters : 0.14343 0.00000 + -0.52314 0.00000 + 0.59041 0.00000 + => Preferred orientation: 0.00000 0.00000 + 0.00000 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => X and y parameters : 0.00000 0.00000 + 0.05452 0.00000 + => Strain parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => Size parameters (G,L): 0.00000 0.00000 + 0.00000 0.00000 + + => Add. shape parameters: + 0.800000E-01 0.00000 + 0.800000E-01 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: -0.4578 0.0000 + => Background Polynomial Parameters ==> + 777.35 0.0000 + 52.434 0.0000 + 365.76 0.0000 + 14.659 0.0000 + -415.68 0.0000 + 0.0000 0.0000 + + => Cos(2theta)-shift parameter : 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle:200 + => N-P+C: 3076 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 33.5 Rwp: 48.9 Rexp: 2.76 Chi2: 315. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 66.6 Rwp: 83.3 Rexp: 4.69 Chi2: 315. + => Deviance: 0.162E+07 Dev* : 527.9 + => DW-Stat.: 0.0541 DW-exp: 1.8880 + => N-sigma of the GoF: 12322.860 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 3011 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 33.8 Rwp: 49.2 Rexp: 2.74 Chi2: 322. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 66.5 Rwp: 83.3 Rexp: 4.64 Chi2: 322. + => Deviance: 0.162E+07 Dev* : 539.3 + => DW-Stat.: 0.0541 DW-exp: 1.8867 + => N-sigma of the GoF: 12455.086 + + => Global user-weigthed Chi2 (Bragg contrib.): 322. + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 nuclear + => Bragg R-factor: 33.1 Vol: 71.830( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 19.3 ATZ: 203.711 Brindley: 1.0000 + + + CPU Time: 0.746 seconds + 0.012 minutes + + => Run finished at: Date: 18/06/2026 Time: 23:03:42.776 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.bac b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.bac new file mode 100644 index 000000000..908bc845f --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.bac @@ -0,0 +1,3195 @@ +! Background of: ECH0030684_LaB6_1p622A_sycos_sysin + 4.6220 708.1663 + 4.6720 708.6753 + 4.7221 709.1827 + 4.7719 709.6869 + 4.8219 710.1910 + 4.8720 710.6945 + 4.9219 711.1943 + 4.9719 711.6942 + 5.0219 712.1918 + 5.0718 712.6879 + 5.1217 713.1823 + 5.1717 713.6755 + 5.2217 714.1682 + 5.2717 714.6584 + 5.3216 715.1473 + 5.3714 715.6329 + 5.4215 716.1200 + 5.4715 716.6056 + 5.5215 717.0881 + 5.5743 717.5974 + 5.6244 718.0789 + 5.6745 718.5585 + 5.7246 719.0371 + 5.7745 719.5127 + 5.8245 719.9871 + 5.8745 720.4608 + 5.9246 720.9330 + 5.9746 721.4037 + 6.0245 721.8713 + 6.0745 722.3389 + 6.1246 722.8058 + 6.1745 723.2692 + 6.2245 723.7324 + 6.2744 724.1940 + 6.3244 724.6536 + 6.3743 725.1118 + 6.4242 725.5690 + 6.4743 726.0254 + 6.5242 726.4799 + 6.5742 726.9326 + 6.6240 727.3823 + 6.6740 727.8336 + 6.7241 728.2832 + 6.7740 728.7299 + 6.8194 729.1351 + 6.8695 729.5811 + 6.9196 730.0253 + 6.9697 730.4684 + 7.0196 730.9088 + 7.0696 731.3480 + 7.1196 731.7866 + 7.1697 732.2235 + 7.2197 732.6592 + 7.2696 733.0918 + 7.3196 733.5245 + 7.3697 733.9564 + 7.4195 734.3850 + 7.4696 734.8137 + 7.5195 735.2404 + 7.5694 735.6654 + 7.6194 736.0891 + 7.6693 736.5117 + 7.7194 736.9336 + 7.7693 737.3535 + 7.8193 737.7719 + 7.8690 738.1876 + 7.9191 738.6044 + 7.9692 739.0198 + 8.0191 739.4325 + 8.0754 739.8969 + 8.1255 740.3083 + 8.1756 740.7181 + 8.2257 741.1270 + 8.2757 741.5333 + 8.3256 741.9382 + 8.3757 742.3428 + 8.4257 742.7457 + 8.4758 743.1474 + 8.5256 743.5463 + 8.5756 743.9449 + 8.6257 744.3430 + 8.6756 744.7380 + 8.7256 745.1329 + 8.7756 745.5260 + 8.8255 745.9177 + 8.8754 746.3079 + 8.9254 746.6970 + 8.9754 747.0855 + 9.0254 747.4720 + 9.0753 747.8573 + 9.1251 748.2399 + 9.1752 748.6235 + 9.2252 749.0057 + 9.2751 749.3854 + 9.3280 749.7861 + 9.3781 750.1646 + 9.4281 750.5416 + 9.4782 750.9177 + 9.5282 751.2913 + 9.5782 751.6636 + 9.6282 752.0355 + 9.6783 752.4058 + 9.7283 752.7751 + 9.7782 753.1416 + 9.8282 753.5081 + 9.8783 753.8738 + 9.9281 754.2367 + 9.9781 754.5992 + 10.0281 754.9603 + 10.0780 755.3197 + 10.1280 755.6780 + 10.1779 756.0351 + 10.2280 756.3917 + 10.2779 756.7465 + 10.3279 757.0999 + 10.3776 757.4507 + 10.4277 757.8027 + 10.4778 758.1533 + 10.5277 758.5013 + 10.5828 758.8843 + 10.6329 759.2312 + 10.6829 759.5768 + 10.7330 759.9213 + 10.7830 760.2636 + 10.8330 760.6047 + 10.8830 760.9453 + 10.9331 761.2844 + 10.9831 761.6224 + 11.0329 761.9578 + 11.0830 762.2932 + 11.1330 762.6278 + 11.1829 762.9599 + 11.2330 763.2916 + 11.2829 763.6218 + 11.3328 763.9506 + 11.3827 764.2781 + 11.4327 764.6046 + 11.4827 764.9306 + 11.5327 765.2548 + 11.5827 765.5778 + 11.6324 765.8984 + 11.6825 766.2198 + 11.7326 766.5399 + 11.7825 766.8578 + 11.8322 767.1735 + 11.8823 767.4904 + 11.9324 767.8058 + 11.9825 768.1204 + 12.0324 768.4327 + 12.0824 768.7440 + 12.1325 769.0547 + 12.1825 769.3641 + 12.2325 769.6724 + 12.2824 769.9784 + 12.3324 770.2841 + 12.3825 770.5891 + 12.4324 770.8917 + 12.4824 771.1941 + 12.5323 771.4949 + 12.5823 771.7944 + 12.6322 772.0927 + 12.6821 772.3901 + 12.7322 772.6868 + 12.7822 772.9819 + 12.8321 773.2759 + 12.8819 773.5676 + 12.9319 773.8601 + 12.9820 774.1512 + 13.0319 774.4403 + 13.0712 774.6674 + 13.1214 774.9557 + 13.1714 775.2427 + 13.2215 775.5288 + 13.2715 775.8127 + 13.3214 776.0958 + 13.3715 776.3781 + 13.4215 776.6594 + 13.4716 776.9394 + 13.5214 777.2174 + 13.5715 777.4951 + 13.6215 777.7722 + 13.6714 778.0469 + 13.7214 778.3213 + 13.7714 778.5943 + 13.8213 778.8661 + 13.8712 779.1367 + 13.9212 779.4064 + 13.9712 779.6754 + 14.0212 779.9431 + 14.0711 780.2094 + 14.1209 780.4738 + 14.1710 780.7386 + 14.2211 781.0025 + 14.2710 781.2644 + 14.3257 781.5504 + 14.3758 781.8110 + 14.4259 782.0704 + 14.4760 782.3290 + 14.5259 782.5856 + 14.5759 782.8412 + 14.6259 783.0963 + 14.6760 783.3502 + 14.7260 783.6031 + 14.7759 783.8539 + 14.8259 784.1045 + 14.8760 784.3544 + 14.9259 784.6023 + 14.9759 784.8497 + 15.0258 785.0958 + 15.0758 785.3408 + 15.1257 785.5846 + 15.1756 785.8276 + 15.2257 786.0700 + 15.2756 786.3110 + 15.3256 786.5508 + 15.3753 786.7887 + 15.4254 787.0272 + 15.4755 787.2645 + 15.5254 787.4999 + 15.5817 787.7646 + 15.6318 787.9989 + 15.6819 788.2319 + 15.7320 788.4642 + 15.7820 788.6948 + 15.8319 788.9243 + 15.8820 789.1532 + 15.9320 789.3811 + 15.9821 789.6080 + 16.0319 789.8330 + 16.0819 790.0577 + 16.1320 790.2817 + 16.1819 790.5039 + 16.2319 790.7256 + 16.2819 790.9461 + 16.3318 791.1655 + 16.3817 791.3838 + 16.4317 791.6013 + 16.4817 791.8181 + 16.5317 792.0337 + 16.5816 792.2482 + 16.6314 792.4609 + 16.6815 792.6740 + 16.7315 792.8862 + 16.7814 793.0966 + 16.8158 793.2410 + 16.8659 793.4505 + 16.9160 793.6590 + 16.9661 793.8666 + 17.0161 794.0726 + 17.0660 794.2778 + 17.1161 794.4823 + 17.1661 794.6859 + 17.2162 794.8884 + 17.2660 795.0894 + 17.3160 795.2897 + 17.3661 795.4896 + 17.4160 795.6877 + 17.4660 795.8854 + 17.5160 796.0820 + 17.5659 796.2773 + 17.6158 796.4718 + 17.6658 796.6655 + 17.7158 796.8585 + 17.7658 797.0503 + 17.8157 797.2411 + 17.8655 797.4303 + 17.9156 797.6198 + 17.9656 797.8082 + 18.0155 797.9952 + 18.0527 798.1339 + 18.1028 798.3198 + 18.1529 798.5049 + 18.2030 798.6890 + 18.2530 798.8718 + 18.3029 799.0536 + 18.3530 799.2349 + 18.4030 799.4152 + 18.4531 799.5946 + 18.5029 799.7724 + 18.5529 799.9499 + 18.6030 800.1267 + 18.6529 800.3018 + 18.7029 800.4766 + 18.7529 800.6502 + 18.8028 800.8229 + 18.8527 800.9946 + 18.9027 801.1655 + 18.9527 801.3359 + 19.0027 801.5050 + 19.0526 801.6733 + 19.1024 801.8400 + 19.1525 802.0070 + 19.2025 802.1730 + 19.2524 802.3375 + 19.2976 802.4856 + 19.3477 802.6492 + 19.3977 802.8117 + 19.4478 802.9735 + 19.4978 803.1339 + 19.5478 803.2935 + 19.5978 803.4526 + 19.6479 803.6107 + 19.6979 803.7679 + 19.7478 803.9237 + 19.7978 804.0791 + 19.8479 804.2339 + 19.8977 804.3871 + 19.9478 804.5400 + 19.9977 804.6918 + 20.0476 804.8427 + 20.0976 804.9927 + 20.1475 805.1420 + 20.1976 805.2907 + 20.2475 805.4382 + 20.2975 805.5849 + 20.3472 805.7303 + 20.3973 805.8757 + 20.4474 806.0201 + 20.4973 806.1634 + 20.5635 806.3522 + 20.6136 806.4940 + 20.6636 806.6349 + 20.7137 806.7751 + 20.7637 806.9141 + 20.8137 807.0522 + 20.8637 807.1898 + 20.9138 807.3265 + 20.9638 807.4624 + 21.0137 807.5970 + 21.0637 807.7313 + 21.1138 807.8648 + 21.1636 807.9971 + 21.2136 808.1288 + 21.2636 808.2596 + 21.3135 808.3896 + 21.3635 808.5187 + 21.4134 808.6471 + 21.4634 808.7748 + 21.5134 808.9016 + 21.5634 809.0275 + 21.6131 809.1523 + 21.6632 809.2771 + 21.7133 809.4009 + 21.7632 809.5236 + 21.8238 809.6715 + 21.8739 809.7930 + 21.9239 809.9136 + 21.9740 810.0334 + 22.0240 810.1522 + 22.0740 810.2702 + 22.1240 810.3876 + 22.1741 810.5043 + 22.2241 810.6202 + 22.2739 810.7347 + 22.3240 810.8489 + 22.3740 810.9626 + 22.4239 811.0750 + 22.4739 811.1870 + 22.5239 811.2980 + 22.5738 811.4082 + 22.6237 811.5176 + 22.6737 811.6265 + 22.7237 811.7346 + 22.7737 811.8419 + 22.8236 811.9484 + 22.8734 812.0537 + 22.9235 812.1590 + 22.9736 812.2635 + 23.0235 812.3669 + 23.0697 812.4622 + 23.1199 812.5646 + 23.1699 812.6661 + 23.2200 812.7671 + 23.2700 812.8671 + 23.3199 812.9661 + 23.3700 813.0648 + 23.4200 813.1627 + 23.4701 813.2597 + 23.5199 813.3558 + 23.5700 813.4514 + 23.6200 813.5464 + 23.6699 813.6403 + 23.7199 813.7338 + 23.7699 813.8264 + 23.8198 813.9183 + 23.8697 814.0094 + 23.9197 814.0999 + 23.9697 814.1898 + 24.0197 814.2789 + 24.0696 814.3672 + 24.1194 814.4545 + 24.1695 814.5417 + 24.2196 814.6282 + 24.2695 814.7136 + 24.3191 814.7980 + 24.3692 814.8824 + 24.4193 814.9661 + 24.4694 815.0491 + 24.5194 815.1311 + 24.5693 815.2125 + 24.6194 815.2933 + 24.6694 815.3735 + 24.7195 815.4529 + 24.7693 815.5315 + 24.8194 815.6095 + 24.8694 815.6869 + 24.9193 815.7634 + 24.9693 815.8395 + 25.0193 815.9147 + 25.0692 815.9893 + 25.1191 816.0631 + 25.1691 816.1363 + 25.2191 816.2090 + 25.2691 816.2809 + 25.3190 816.3521 + 25.3688 816.4224 + 25.4189 816.4926 + 25.4689 816.5619 + 25.5188 816.6304 + 25.5732 816.7044 + 25.6233 816.7718 + 25.6734 816.8385 + 25.7235 816.9046 + 25.7735 816.9699 + 25.8234 817.0346 + 25.8735 817.0987 + 25.9235 817.1620 + 25.9736 817.2249 + 26.0234 817.2869 + 26.0734 817.3484 + 26.1235 817.4092 + 26.1734 817.4692 + 26.2234 817.5289 + 26.2734 817.5877 + 26.3233 817.6459 + 26.3732 817.7036 + 26.4232 817.7605 + 26.4732 817.8170 + 26.5232 817.8727 + 26.5731 817.9279 + 26.6229 817.9821 + 26.6730 818.0361 + 26.7230 818.0895 + 26.7729 818.1420 + 26.8354 818.2070 + 26.8855 818.2585 + 26.9356 818.3092 + 26.9857 818.3594 + 27.0356 818.4088 + 27.0856 818.4576 + 27.1356 818.5060 + 27.1857 818.5536 + 27.2357 818.6008 + 27.2856 818.6472 + 27.3356 818.6929 + 27.3857 818.7383 + 27.4355 818.7830 + 27.4856 818.8270 + 27.5355 818.8704 + 27.5855 818.9133 + 27.6354 818.9555 + 27.6853 818.9973 + 27.7354 819.0384 + 27.7853 819.0790 + 27.8353 819.1189 + 27.8850 819.1581 + 27.9351 819.1970 + 27.9852 819.2354 + 28.0351 819.2729 + 28.0912 819.3146 + 28.1413 819.3511 + 28.1913 819.3870 + 28.2415 819.4224 + 28.2914 819.4570 + 28.3414 819.4913 + 28.3914 819.5249 + 28.4415 819.5580 + 28.4915 819.5906 + 28.5414 819.6224 + 28.5914 819.6538 + 28.6415 819.6846 + 28.6913 819.7148 + 28.7414 819.7446 + 28.7913 819.7738 + 28.8412 819.8024 + 28.8912 819.8304 + 28.9411 819.8579 + 28.9911 819.8849 + 29.0411 819.9113 + 29.0911 819.9372 + 29.1408 819.9624 + 29.1909 819.9873 + 29.2410 820.0116 + 29.2909 820.0353 + 29.3235 820.0505 + 29.3736 820.0735 + 29.4237 820.0959 + 29.4738 820.1177 + 29.5237 820.1390 + 29.5737 820.1597 + 29.6238 820.1800 + 29.6738 820.1997 + 29.7239 820.2190 + 29.7737 820.2375 + 29.8237 820.2557 + 29.8738 820.2734 + 29.9237 820.2905 + 29.9737 820.3071 + 30.0237 820.3232 + 30.0736 820.3387 + 30.1235 820.3538 + 30.1735 820.3683 + 30.2235 820.3824 + 30.2735 820.3961 + 30.3234 820.4091 + 30.3732 820.4216 + 30.4233 820.4336 + 30.4733 820.4453 + 30.5232 820.4563 + 30.5563 820.4634 + 30.6064 820.4736 + 30.6565 820.4834 + 30.7066 820.4927 + 30.7565 820.5015 + 30.8065 820.5097 + 30.8566 820.5176 + 30.9066 820.5248 + 30.9566 820.5317 + 31.0065 820.5380 + 31.0565 820.5438 + 31.1066 820.5493 + 31.1565 820.5542 + 31.2065 820.5587 + 31.2565 820.5626 + 31.3064 820.5662 + 31.3563 820.5691 + 31.4062 820.5717 + 31.4563 820.5737 + 31.5063 820.5754 + 31.5562 820.5765 + 31.6060 820.5772 + 31.6561 820.5774 + 31.7061 820.5772 + 31.7560 820.5766 + 31.8092 820.5753 + 31.8593 820.5737 + 31.9094 820.5717 + 31.9595 820.5691 + 32.0094 820.5661 + 32.0594 820.5627 + 32.1095 820.5587 + 32.1595 820.5544 + 32.2095 820.5497 + 32.2594 820.5444 + 32.3094 820.5388 + 32.3595 820.5326 + 32.4094 820.5261 + 32.4594 820.5192 + 32.5093 820.5118 + 32.5593 820.5040 + 32.6092 820.4957 + 32.6591 820.4869 + 32.7092 820.4778 + 32.7591 820.4683 + 32.8091 820.4582 + 32.8589 820.4478 + 32.9089 820.4371 + 32.9590 820.4257 + 33.0089 820.4140 + 33.0541 820.4031 + 33.1042 820.3905 + 33.1543 820.3776 + 33.2044 820.3643 + 33.2543 820.3506 + 33.3043 820.3364 + 33.3543 820.3219 + 33.4044 820.3069 + 33.4544 820.2914 + 33.5043 820.2757 + 33.5543 820.2595 + 33.6044 820.2429 + 33.6543 820.2259 + 33.7043 820.2085 + 33.7542 820.1907 + 33.8042 820.1726 + 33.8541 820.1541 + 33.9040 820.1350 + 33.9541 820.1155 + 34.0040 820.0958 + 34.0540 820.0757 + 34.1038 820.0553 + 34.1538 820.0343 + 34.2039 820.0129 + 34.2538 819.9912 + 34.2952 819.9730 + 34.3453 819.9505 + 34.3954 819.9277 + 34.4455 819.9044 + 34.4954 819.8809 + 34.5454 819.8570 + 34.5954 819.8326 + 34.6455 819.8079 + 34.6955 819.7828 + 34.7454 819.7574 + 34.7954 819.7316 + 34.8455 819.7054 + 34.8953 819.6790 + 34.9454 819.6520 + 34.9953 819.6248 + 35.0453 819.5972 + 35.0952 819.5693 + 35.1451 819.5410 + 35.1952 819.5122 + 35.2451 819.4832 + 35.2951 819.4537 + 35.3448 819.4242 + 35.3949 819.3939 + 35.4450 819.3634 + 35.4949 819.3326 + 35.5637 819.2896 + 35.6138 819.2579 + 35.6639 819.2258 + 35.7140 819.1934 + 35.7640 819.1607 + 35.8139 819.1277 + 35.8640 819.0943 + 35.9140 819.0605 + 35.9641 819.0265 + 36.0139 818.9922 + 36.0639 818.9575 + 36.1140 818.9224 + 36.1639 818.8870 + 36.2139 818.8513 + 36.2639 818.8154 + 36.3138 818.7790 + 36.3637 818.7424 + 36.4137 818.7053 + 36.4637 818.6680 + 36.5137 818.6302 + 36.5636 818.5923 + 36.6134 818.5543 + 36.6635 818.5156 + 36.7135 818.4765 + 36.7634 818.4373 + 36.8374 818.3787 + 36.8875 818.3386 + 36.9376 818.2981 + 36.9877 818.2574 + 37.0376 818.2164 + 37.0876 818.1752 + 37.1377 818.1336 + 37.1877 818.0916 + 37.2378 818.0494 + 37.2876 818.0071 + 37.3376 817.9642 + 37.3877 817.9211 + 37.4376 817.8778 + 37.4876 817.8342 + 37.5376 817.7901 + 37.5875 817.7460 + 37.6374 817.7014 + 37.6874 817.6566 + 37.7374 817.6115 + 37.7874 817.5660 + 37.8373 817.5204 + 37.8871 817.4746 + 37.9372 817.4283 + 37.9872 817.3816 + 38.0371 817.3348 + 38.0778 817.2965 + 38.1279 817.2491 + 38.1780 817.2014 + 38.2281 817.1533 + 38.2780 817.1052 + 38.3280 817.0568 + 38.3781 817.0080 + 38.4281 816.9589 + 38.4781 816.9097 + 38.5280 816.8602 + 38.5780 816.8104 + 38.6281 816.7603 + 38.6780 816.7100 + 38.7280 816.6594 + 38.7780 816.6085 + 38.8279 816.5574 + 38.8778 816.5061 + 38.9278 816.4546 + 38.9778 816.4026 + 39.0278 816.3505 + 39.0777 816.2982 + 39.1275 816.2456 + 39.1776 816.1927 + 39.2276 816.1394 + 39.2775 816.0861 + 39.3286 816.0314 + 39.3787 815.9773 + 39.4287 815.9230 + 39.4788 815.8685 + 39.5288 815.8139 + 39.5788 815.7590 + 39.6288 815.7039 + 39.6788 815.6484 + 39.7289 815.5928 + 39.7787 815.5370 + 39.8288 815.4810 + 39.8788 815.4246 + 39.9287 815.3680 + 39.9787 815.3113 + 40.0287 815.2544 + 40.0786 815.1972 + 40.1285 815.1398 + 40.1785 815.0822 + 40.2285 815.0242 + 40.2785 814.9661 + 40.3284 814.9078 + 40.3782 814.8494 + 40.4283 814.7905 + 40.4784 814.7314 + 40.5283 814.6724 + 40.5802 814.6106 + 40.6303 814.5507 + 40.6803 814.4908 + 40.7304 814.4305 + 40.7804 814.3702 + 40.8303 814.3097 + 40.8804 814.2489 + 40.9305 814.1879 + 40.9805 814.1267 + 41.0303 814.0655 + 41.0804 814.0038 + 41.1304 813.9420 + 41.1803 813.8802 + 41.2303 813.8180 + 41.2803 813.7556 + 41.3302 813.6931 + 41.3801 813.6305 + 41.4301 813.5676 + 41.4801 813.5043 + 41.5301 813.4410 + 41.5800 813.3776 + 41.6298 813.3141 + 41.6799 813.2500 + 41.7300 813.1859 + 41.7799 813.1216 + 41.8221 813.0671 + 41.8722 813.0024 + 41.9223 812.9374 + 41.9724 812.8723 + 42.0223 812.8072 + 42.0723 812.7418 + 42.1223 812.6762 + 42.1724 812.6104 + 42.2224 812.5444 + 42.2723 812.4785 + 42.3223 812.4122 + 42.3724 812.3456 + 42.4223 812.2792 + 42.4723 812.2123 + 42.5222 812.1455 + 42.5722 812.0784 + 42.6221 812.0113 + 42.6720 811.9438 + 42.7221 811.8762 + 42.7720 811.8084 + 42.8220 811.7406 + 42.8718 811.6728 + 42.9218 811.6044 + 42.9719 811.5359 + 43.0218 811.4674 + 43.0719 811.3986 + 43.1220 811.3295 + 43.1721 811.2604 + 43.2222 811.1910 + 43.2721 811.1217 + 43.3221 811.0522 + 43.3722 810.9825 + 43.4222 810.9127 + 43.4722 810.8426 + 43.5221 810.7728 + 43.5721 810.7025 + 43.6222 810.6320 + 43.6721 810.5615 + 43.7221 810.4908 + 43.7720 810.4202 + 43.8220 810.3492 + 43.8719 810.2782 + 43.9218 810.2070 + 43.9719 810.1357 + 44.0218 810.0641 + 44.0718 809.9927 + 44.1215 809.9211 + 44.1716 809.8492 + 44.2217 809.7770 + 44.2716 809.7050 + 44.3227 809.6310 + 44.3728 809.5584 + 44.4229 809.4858 + 44.4730 809.4130 + 44.5230 809.3403 + 44.5729 809.2674 + 44.6230 809.1943 + 44.6730 809.1210 + 44.7231 809.0477 + 44.7729 808.9745 + 44.8229 808.9009 + 44.8730 808.8271 + 44.9229 808.7536 + 44.9729 808.6796 + 45.0229 808.6058 + 45.0728 808.5318 + 45.1227 808.4578 + 45.1727 808.3834 + 45.2227 808.3090 + 45.2727 808.2345 + 45.3226 808.1600 + 45.3724 808.0855 + 45.4225 808.0106 + 45.4725 807.9355 + 45.5224 807.8607 + 45.5670 807.7937 + 45.6171 807.7182 + 45.6672 807.6428 + 45.7173 807.5672 + 45.7673 807.4918 + 45.8172 807.4162 + 45.8673 807.3405 + 45.9173 807.2645 + 45.9674 807.1885 + 46.0172 807.1127 + 46.0672 807.0366 + 46.1173 806.9604 + 46.1672 806.8842 + 46.2172 806.8079 + 46.2672 806.7315 + 46.3171 806.6550 + 46.3670 806.5786 + 46.4170 806.5019 + 46.4670 806.4252 + 46.5170 806.3483 + 46.5669 806.2715 + 46.6167 806.1948 + 46.6668 806.1177 + 46.7168 806.0403 + 46.7667 805.9633 + 46.8175 805.8847 + 46.8676 805.8073 + 46.9177 805.7296 + 46.9678 805.6519 + 47.0177 805.5744 + 47.0677 805.4968 + 47.1178 805.4190 + 47.1678 805.3411 + 47.2178 805.2632 + 47.2677 805.1854 + 47.3177 805.1074 + 47.3678 805.0292 + 47.4177 804.9514 + 47.4677 804.8731 + 47.5177 804.7949 + 47.5676 804.7167 + 47.6175 804.6385 + 47.6675 804.5602 + 47.7175 804.4816 + 47.7675 804.4031 + 47.8174 804.3246 + 47.8672 804.2463 + 47.9173 804.1675 + 47.9673 804.0887 + 48.0172 804.0101 + 48.0850 803.9031 + 48.1351 803.8241 + 48.1852 803.7451 + 48.2353 803.6659 + 48.2852 803.5870 + 48.3352 803.5079 + 48.3853 803.4287 + 48.4353 803.3495 + 48.4853 803.2703 + 48.5352 803.1912 + 48.5852 803.1119 + 48.6353 803.0324 + 48.6852 802.9533 + 48.7352 802.8738 + 48.7851 802.7946 + 48.8351 802.7151 + 48.8850 802.6358 + 48.9350 802.5564 + 48.9850 802.4767 + 49.0350 802.3973 + 49.0849 802.3177 + 49.1347 802.2384 + 49.1848 802.1586 + 49.2348 802.0789 + 49.2847 801.9994 + 49.3283 801.9299 + 49.3784 801.8499 + 49.4285 801.7700 + 49.4786 801.6901 + 49.5285 801.6104 + 49.5785 801.5305 + 49.6286 801.4506 + 49.6786 801.3706 + 49.7286 801.2907 + 49.7785 801.2110 + 49.8285 801.1310 + 49.8786 801.0510 + 49.9285 800.9713 + 49.9785 800.8914 + 50.0285 800.8114 + 50.0784 800.7315 + 50.1283 800.6517 + 50.1782 800.5718 + 50.2283 800.4917 + 50.2783 800.4118 + 50.3282 800.3319 + 50.3780 800.2523 + 50.4280 800.1721 + 50.4781 800.0920 + 50.5280 800.0121 + 50.5584 799.9635 + 50.6085 799.8833 + 50.6586 799.8032 + 50.7087 799.7230 + 50.7587 799.6431 + 50.8086 799.5631 + 50.8587 799.4830 + 50.9087 799.4029 + 50.9588 799.3229 + 51.0086 799.2432 + 51.0587 799.1632 + 51.1087 799.0831 + 51.1586 799.0034 + 51.2086 798.9234 + 51.2586 798.8436 + 51.3085 798.7638 + 51.3584 798.6840 + 51.4084 798.6042 + 51.4584 798.5243 + 51.5084 798.4445 + 51.5583 798.3648 + 51.6081 798.2853 + 51.6582 798.2054 + 51.7083 798.1255 + 51.7581 798.0459 + 51.8242 797.9407 + 51.8743 797.8608 + 51.9244 797.7811 + 51.9745 797.7012 + 52.0244 797.6218 + 52.0744 797.5422 + 52.1245 797.4625 + 52.1745 797.3829 + 52.2245 797.3034 + 52.2744 797.2242 + 52.3244 797.1447 + 52.3745 797.0652 + 52.4244 796.9861 + 52.4744 796.9067 + 52.5243 796.8275 + 52.5743 796.7484 + 52.6242 796.6691 + 52.6741 796.5901 + 52.7242 796.5109 + 52.7741 796.4319 + 52.8241 796.3528 + 52.8739 796.2742 + 52.9239 796.1950 + 52.9740 796.1160 + 53.0239 796.0374 + 53.0947 795.9257 + 53.1448 795.8467 + 53.1949 795.7679 + 53.2450 795.6891 + 53.2949 795.6105 + 53.3449 795.5320 + 53.3949 795.4532 + 53.4450 795.3748 + 53.4950 795.2963 + 53.5449 795.2181 + 53.5949 795.1397 + 53.6450 795.0613 + 53.6949 794.9833 + 53.7449 794.9052 + 53.7948 794.8270 + 53.8448 794.7491 + 53.8947 794.6713 + 53.9446 794.5934 + 53.9947 794.5154 + 54.0446 794.4377 + 54.0946 794.3600 + 54.1443 794.2828 + 54.1944 794.2050 + 54.2445 794.1273 + 54.2944 794.0500 + 54.3278 793.9982 + 54.3779 793.9207 + 54.4279 793.8433 + 54.4781 793.7659 + 54.5280 793.6888 + 54.5780 793.6117 + 54.6280 793.5346 + 54.6781 793.4576 + 54.7281 793.3806 + 54.7780 793.3040 + 54.8280 793.2273 + 54.8781 793.1505 + 54.9279 793.0740 + 54.9780 792.9975 + 55.0279 792.9211 + 55.0779 792.8448 + 55.1278 792.7687 + 55.1777 792.6926 + 55.2278 792.6163 + 55.2777 792.5403 + 55.3277 792.4645 + 55.3774 792.3890 + 55.4275 792.3130 + 55.4776 792.2372 + 55.5275 792.1618 + 55.5600 792.1127 + 55.6101 792.0370 + 55.6601 791.9615 + 55.7102 791.8860 + 55.7602 791.8109 + 55.8102 791.7358 + 55.8602 791.6607 + 55.9103 791.5856 + 55.9603 791.5108 + 56.0102 791.4363 + 56.0602 791.3615 + 56.1103 791.2869 + 56.1601 791.2125 + 56.2102 791.1381 + 56.2601 791.0639 + 56.3100 790.9898 + 56.3600 790.9158 + 56.4099 790.8419 + 56.4600 790.7679 + 56.5099 790.6942 + 56.5599 790.6205 + 56.6096 790.5473 + 56.6597 790.4737 + 56.7098 790.4001 + 56.7597 790.3270 + 56.8162 790.2444 + 56.8663 790.1712 + 56.9163 790.0981 + 56.9664 790.0251 + 57.0164 789.9524 + 57.0664 789.8798 + 57.1164 789.8073 + 57.1665 789.7347 + 57.2165 789.6624 + 57.2664 789.5904 + 57.3164 789.5182 + 57.3665 789.4462 + 57.4163 789.3745 + 57.4664 789.3027 + 57.5163 789.2311 + 57.5662 789.1598 + 57.6162 789.0886 + 57.6661 789.0172 + 57.7161 788.9460 + 57.7661 788.8750 + 57.8161 788.8041 + 57.8658 788.7337 + 57.9159 788.6630 + 57.9660 788.5923 + 58.0159 788.5220 + 58.0775 788.4354 + 58.1276 788.3651 + 58.1776 788.2949 + 58.2277 788.2249 + 58.2777 788.1550 + 58.3277 788.0855 + 58.3777 788.0159 + 58.4278 787.9465 + 58.4778 787.8771 + 58.5276 787.8082 + 58.5777 787.7391 + 58.6278 787.6701 + 58.6776 787.6014 + 58.7276 787.5328 + 58.7776 787.4645 + 58.8275 787.3962 + 58.8774 787.3281 + 58.9274 787.2601 + 58.9774 787.1920 + 59.0274 787.1242 + 59.0774 787.0566 + 59.1271 786.9894 + 59.1772 786.9218 + 59.2273 786.8546 + 59.2772 786.7875 + 59.3260 786.7221 + 59.3761 786.6551 + 59.4262 786.5883 + 59.4763 786.5216 + 59.5262 786.4553 + 59.5762 786.3889 + 59.6263 786.3228 + 59.6763 786.2567 + 59.7263 786.1908 + 59.7762 786.1252 + 59.8262 786.0596 + 59.8763 785.9942 + 59.9262 785.9291 + 59.9762 785.8640 + 60.0261 785.7990 + 60.0761 785.7343 + 60.1260 785.6697 + 60.1759 785.6053 + 60.2260 785.5408 + 60.2759 785.4767 + 60.3259 785.4128 + 60.3757 785.3492 + 60.4258 785.2853 + 60.4758 785.2216 + 60.5257 785.1583 + 60.5659 785.1074 + 60.6161 785.0441 + 60.6661 784.9810 + 60.7162 784.9180 + 60.7662 784.8554 + 60.8161 784.7928 + 60.8662 784.7305 + 60.9162 784.6682 + 60.9663 784.6061 + 61.0161 784.5444 + 61.0662 784.4827 + 61.1162 784.4211 + 61.1661 784.3598 + 61.2161 784.2986 + 61.2661 784.2375 + 61.3160 784.1768 + 61.3659 784.1161 + 61.4159 784.0555 + 61.4659 783.9951 + 61.5159 783.9349 + 61.5658 783.8749 + 61.6156 783.8153 + 61.6657 783.7555 + 61.7157 783.6959 + 61.7656 783.6366 + 61.8054 783.5895 + 61.8555 783.5303 + 61.9056 783.4714 + 61.9557 783.4125 + 62.0057 783.3540 + 62.0556 783.2956 + 62.1057 783.2374 + 62.1557 783.1793 + 62.2058 783.1214 + 62.2556 783.0639 + 62.3056 783.0063 + 62.3557 782.9489 + 62.4056 782.8918 + 62.4556 782.8349 + 62.5056 782.7782 + 62.5555 782.7217 + 62.6054 782.6653 + 62.6554 782.6091 + 62.7054 782.5530 + 62.7554 782.4971 + 62.8053 782.4415 + 62.8551 782.3862 + 62.9052 782.3309 + 62.9552 782.2756 + 63.0051 782.2208 + 63.0473 782.1745 + 63.0974 782.1198 + 63.1475 782.0653 + 63.1976 782.0110 + 63.2476 781.9570 + 63.2975 781.9031 + 63.3476 781.8494 + 63.3976 781.7958 + 63.4477 781.7425 + 63.4975 781.6895 + 63.5475 781.6367 + 63.5976 781.5837 + 63.6475 781.5314 + 63.6975 781.4790 + 63.7475 781.4269 + 63.7974 781.3750 + 63.8473 781.3233 + 63.8973 781.2718 + 63.9473 781.2204 + 63.9973 781.1692 + 64.0472 781.1183 + 64.0970 781.0677 + 64.1471 781.0170 + 64.1971 780.9666 + 64.2470 780.9165 + 64.2871 780.8764 + 64.3372 780.8265 + 64.3873 780.7768 + 64.4374 780.7272 + 64.4873 780.6780 + 64.5373 780.6291 + 64.5873 780.5802 + 64.6374 780.5316 + 64.6874 780.4830 + 64.7373 780.4350 + 64.7873 780.3869 + 64.8374 780.3391 + 64.8872 780.2915 + 64.9373 780.2441 + 64.9872 780.1969 + 65.0371 780.1500 + 65.0871 780.1033 + 65.1370 780.0568 + 65.1871 780.0104 + 65.2370 779.9642 + 65.2870 779.9183 + 65.3367 779.8727 + 65.3868 779.8271 + 65.4369 779.7817 + 65.4868 779.7367 + 65.5325 779.6957 + 65.5826 779.6509 + 65.6326 779.6064 + 65.6827 779.5620 + 65.7327 779.5179 + 65.7827 779.4741 + 65.8327 779.4304 + 65.8828 779.3870 + 65.9328 779.3437 + 65.9827 779.3007 + 66.0327 779.2580 + 66.0828 779.2153 + 66.1326 779.1731 + 66.1827 779.1309 + 66.2326 779.0891 + 66.2825 779.0474 + 66.3325 779.0060 + 66.3824 778.9647 + 66.4325 778.9236 + 66.4824 778.8829 + 66.5324 778.8422 + 66.5821 778.8021 + 66.6322 778.7618 + 66.6823 778.7219 + 66.7322 778.6823 + 66.7904 778.6362 + 66.8405 778.5970 + 66.8905 778.5579 + 66.9406 778.5189 + 66.9906 778.4805 + 67.0406 778.4421 + 67.0906 778.4040 + 67.1407 778.3660 + 67.1907 778.3284 + 67.2405 778.2911 + 67.2906 778.2538 + 67.3407 778.2167 + 67.3905 778.1801 + 67.4406 778.1436 + 67.4905 778.1072 + 67.5404 778.0712 + 67.5904 778.0355 + 67.6403 777.9999 + 67.6903 777.9645 + 67.7403 777.9294 + 67.7903 777.8944 + 67.8400 777.8599 + 67.8901 777.8254 + 67.9402 777.7911 + 67.9901 777.7572 + 68.0538 777.7142 + 68.1039 777.6807 + 68.1540 777.6474 + 68.2041 777.6143 + 68.2540 777.5815 + 68.3040 777.5491 + 68.3541 777.5167 + 68.4041 777.4847 + 68.4541 777.4528 + 68.5040 777.4214 + 68.5540 777.3900 + 68.6041 777.3588 + 68.6540 777.3281 + 68.7040 777.2974 + 68.7540 777.2670 + 68.8039 777.2369 + 68.8538 777.2070 + 68.9037 777.1774 + 68.9538 777.1480 + 69.0038 777.1187 + 69.0537 777.0898 + 69.1035 777.0612 + 69.1535 777.0328 + 69.2036 777.0045 + 69.2535 776.9766 + 69.3218 776.9387 + 69.3719 776.9113 + 69.4220 776.8841 + 69.4721 776.8571 + 69.5220 776.8304 + 69.5720 776.8040 + 69.6221 776.7778 + 69.6721 776.7518 + 69.7221 776.7261 + 69.7720 776.7007 + 69.8220 776.6755 + 69.8721 776.6505 + 69.9220 776.6258 + 69.9720 776.6014 + 70.0219 776.5771 + 70.0719 776.5532 + 70.1218 776.5295 + 70.1717 776.5061 + 70.2218 776.4828 + 70.2718 776.4599 + 70.3217 776.4372 + 70.3715 776.4148 + 70.4215 776.3925 + 70.4716 776.3705 + 70.5215 776.3489 + 70.5556 776.3342 + 70.6057 776.3128 + 70.6558 776.2917 + 70.7059 776.2709 + 70.7558 776.2504 + 70.8058 776.2301 + 70.8559 776.2101 + 70.9059 776.1902 + 70.9559 776.1708 + 71.0058 776.1515 + 71.0558 776.1325 + 71.1059 776.1136 + 71.1558 776.0952 + 71.2058 776.0770 + 71.2557 776.0590 + 71.3057 776.0412 + 71.3556 776.0237 + 71.4055 776.0066 + 71.4556 775.9896 + 71.5055 775.9729 + 71.5555 775.9564 + 71.6053 775.9403 + 71.6553 775.9243 + 71.7054 775.9086 + 71.7553 775.8932 + 71.7864 775.8837 + 71.8365 775.8687 + 71.8866 775.8540 + 71.9367 775.8394 + 71.9866 775.8253 + 72.0366 775.8113 + 72.0866 775.7975 + 72.1367 775.7841 + 72.1867 775.7709 + 72.2366 775.7579 + 72.2866 775.7454 + 72.3367 775.7330 + 72.3866 775.7207 + 72.4366 775.7089 + 72.4865 775.6973 + 72.5365 775.6860 + 72.5864 775.6749 + 72.6363 775.6641 + 72.6864 775.6536 + 72.7363 775.6432 + 72.7863 775.6332 + 72.8361 775.6235 + 72.8861 775.6140 + 72.9362 775.6047 + 72.9861 775.5957 + 73.0524 775.5842 + 73.1025 775.5758 + 73.1525 775.5677 + 73.2027 775.5599 + 73.2526 775.5524 + 73.3026 775.5451 + 73.3526 775.5381 + 73.4027 775.5313 + 73.4527 775.5248 + 73.5026 775.5186 + 73.5526 775.5127 + 73.6027 775.5070 + 73.6525 775.5015 + 73.7026 775.4964 + 73.7525 775.4916 + 73.8025 775.4870 + 73.8524 775.4826 + 73.9023 775.4785 + 73.9524 775.4747 + 74.0023 775.4712 + 74.0523 775.4680 + 74.1020 775.4650 + 74.1521 775.4622 + 74.2022 775.4597 + 74.2521 775.4576 + 74.2920 775.4561 + 74.3421 775.4544 + 74.3922 775.4529 + 74.4422 775.4518 + 74.4922 775.4509 + 74.5422 775.4503 + 74.5922 775.4500 + 74.6423 775.4500 + 74.6923 775.4501 + 74.7422 775.4506 + 74.7922 775.4515 + 74.8423 775.4525 + 74.8921 775.4537 + 74.9422 775.4553 + 74.9921 775.4572 + 75.0420 775.4593 + 75.0920 775.4617 + 75.1419 775.4644 + 75.1920 775.4674 + 75.2419 775.4706 + 75.2919 775.4741 + 75.3416 775.4778 + 75.3917 775.4819 + 75.4418 775.4863 + 75.4917 775.4909 + 75.5281 775.4944 + 75.5782 775.4995 + 75.6283 775.5049 + 75.6784 775.5105 + 75.7283 775.5164 + 75.7783 775.5226 + 75.8284 775.5291 + 75.8784 775.5359 + 75.9285 775.5428 + 75.9783 775.5501 + 76.0283 775.5577 + 76.0784 775.5656 + 76.1283 775.5737 + 76.1783 775.5821 + 76.2283 775.5908 + 76.2782 775.5998 + 76.3281 775.6090 + 76.3781 775.6185 + 76.4281 775.6283 + 76.4781 775.6384 + 76.5280 775.6487 + 76.5778 775.6594 + 76.6279 775.6702 + 76.6779 775.6815 + 76.7278 775.6930 + 76.7777 775.7048 + 76.8278 775.7168 + 76.8779 775.7291 + 76.9280 775.7416 + 76.9779 775.7546 + 77.0279 775.7677 + 77.0780 775.7812 + 77.1280 775.7950 + 77.1780 775.8090 + 77.2279 775.8232 + 77.2779 775.8378 + 77.3280 775.8527 + 77.3779 775.8677 + 77.4279 775.8832 + 77.4779 775.8989 + 77.5278 775.9147 + 77.5777 775.9310 + 77.6277 775.9475 + 77.6777 775.9644 + 77.7277 775.9814 + 77.7776 775.9988 + 77.8274 776.0164 + 77.8775 776.0344 + 77.9275 776.0526 + 77.9774 776.0712 + 78.0368 776.0934 + 78.0869 776.1126 + 78.1369 776.1320 + 78.1870 776.1519 + 78.2370 776.1718 + 78.2869 776.1920 + 78.3370 776.2126 + 78.3870 776.2334 + 78.4371 776.2545 + 78.4869 776.2758 + 78.5370 776.2976 + 78.5870 776.3196 + 78.6369 776.3417 + 78.6869 776.3643 + 78.7369 776.3871 + 78.7868 776.4102 + 78.8367 776.4335 + 78.8867 776.4572 + 78.9367 776.4811 + 78.9867 776.5054 + 79.0367 776.5298 + 79.0864 776.5546 + 79.1365 776.5797 + 79.1866 776.6051 + 79.2365 776.6307 + 79.2887 776.6578 + 79.3388 776.6841 + 79.3889 776.7107 + 79.4390 776.7376 + 79.4889 776.7646 + 79.5389 776.7921 + 79.5890 776.8197 + 79.6390 776.8477 + 79.6890 776.8759 + 79.7389 776.9044 + 79.7889 776.9332 + 79.8390 776.9623 + 79.8889 776.9916 + 79.9389 777.0213 + 79.9888 777.0512 + 80.0388 777.0814 + 80.0887 777.1119 + 80.1386 777.1426 + 80.1887 777.1738 + 80.2386 777.2051 + 80.2886 777.2368 + 80.3384 777.2686 + 80.3884 777.3008 + 80.4385 777.3334 + 80.4884 777.3661 + 80.5281 777.3924 + 80.5782 777.4258 + 80.6283 777.4594 + 80.6784 777.4934 + 80.7283 777.5275 + 80.7783 777.5620 + 80.8283 777.5967 + 80.8784 777.6318 + 80.9284 777.6671 + 80.9783 777.7026 + 81.0283 777.7385 + 81.0784 777.7748 + 81.1283 777.8112 + 81.1783 777.8479 + 81.2282 777.8849 + 81.2782 777.9222 + 81.3281 777.9597 + 81.3780 777.9976 + 81.4281 778.0358 + 81.4780 778.0742 + 81.5280 778.1129 + 81.5778 778.1518 + 81.6278 778.1912 + 81.6779 778.2308 + 81.7278 778.2706 + 81.7746 778.3082 + 81.8247 778.3487 + 81.8748 778.3895 + 81.9249 778.4305 + 81.9748 778.4719 + 82.0248 778.5134 + 82.0748 778.5554 + 82.1249 778.5975 + 82.1749 778.6400 + 82.2248 778.6827 + 82.2748 778.7256 + 82.3249 778.7690 + 82.3747 778.8125 + 82.4248 778.8565 + 82.4747 778.9005 + 82.5247 778.9449 + 82.5746 778.9896 + 82.6245 779.0345 + 82.6746 779.0798 + 82.7245 779.1254 + 82.7745 779.1712 + 82.8242 779.2172 + 82.8743 779.2637 + 82.9244 779.3105 + 82.9743 779.3573 + 83.0272 779.4075 + 83.0773 779.4551 + 83.1274 779.5031 + 83.1775 779.5513 + 83.2275 779.5997 + 83.2774 779.6484 + 83.3275 779.6975 + 83.3775 779.7469 + 83.4276 779.7964 + 83.4774 779.8462 + 83.5274 779.8964 + 83.5775 779.9468 + 83.6274 779.9975 + 83.6774 780.0485 + 83.7274 780.0998 + 83.7773 780.1513 + 83.8272 780.2031 + 83.8772 780.2551 + 83.9272 780.3076 + 83.9772 780.3602 + 84.0271 780.4131 + 84.0769 780.4662 + 84.1270 780.5199 + 84.1770 780.5737 + 84.2269 780.6277 + 84.2882 780.6945 + 84.3383 780.7493 + 84.3884 780.8044 + 84.4385 780.8599 + 84.4884 780.9155 + 84.5384 780.9714 + 84.5885 781.0275 + 84.6385 781.0840 + 84.6886 781.1409 + 84.7384 781.1977 + 84.7884 781.2551 + 84.8385 781.3126 + 84.8884 781.3704 + 84.9384 781.4285 + 84.9884 781.4869 + 85.0383 781.5455 + 85.0882 781.6045 + 85.1382 781.6636 + 85.1882 781.7233 + 85.2382 781.7830 + 85.2881 781.8430 + 85.3379 781.9032 + 85.3880 781.9639 + 85.4380 782.0250 + 85.4879 782.0861 + 85.5301 782.1379 + 85.5802 782.1998 + 85.6303 782.2620 + 85.6804 782.3243 + 85.7303 782.3868 + 85.7803 782.4498 + 85.8304 782.5129 + 85.8804 782.5764 + 85.9305 782.6401 + 85.9803 782.7040 + 86.0303 782.7682 + 86.0804 782.8328 + 86.1303 782.8976 + 86.1803 782.9627 + 86.2302 783.0280 + 86.2802 783.0936 + 86.3301 783.1594 + 86.3801 783.2255 + 86.4301 783.2921 + 86.4801 783.3587 + 86.5300 783.4257 + 86.5798 783.4927 + 86.6299 783.5604 + 86.6799 783.6284 + 86.7298 783.6964 + 86.7618 783.7401 + 86.8119 783.8088 + 86.8619 783.8777 + 86.9120 783.9471 + 86.9620 784.0164 + 87.0119 784.0861 + 87.0620 784.1561 + 87.1120 784.2264 + 87.1621 784.2970 + 87.2120 784.3677 + 87.2620 784.4388 + 87.3120 784.5103 + 87.3619 784.5817 + 87.4119 784.6536 + 87.4619 784.7258 + 87.5118 784.7981 + 87.5618 784.8707 + 87.6117 784.9435 + 87.6617 785.0169 + 87.7117 785.0905 + 87.7617 785.1642 + 87.8114 785.2379 + 87.8615 785.3123 + 87.9116 785.3871 + 87.9615 785.4619 + 88.0146 785.5418 + 88.0648 785.6174 + 88.1148 785.6933 + 88.1649 785.7695 + 88.2149 785.8456 + 88.2648 785.9221 + 88.3149 785.9991 + 88.3650 786.0762 + 88.4150 786.1536 + 88.4648 786.2311 + 88.5149 786.3090 + 88.5649 786.3873 + 88.6148 786.4655 + 88.6648 786.5443 + 88.7148 786.6232 + 88.7647 786.7023 + 88.8146 786.7817 + 88.8646 786.8613 + 88.9146 786.9416 + 88.9646 787.0217 + 89.0145 787.1023 + 89.0643 787.1827 + 89.1144 787.2639 + 89.1645 787.3455 + 89.2144 787.4269 + 89.2916 787.5535 + 89.3417 787.6361 + 89.3918 787.7188 + 89.4419 787.8019 + 89.4918 787.8848 + 89.5418 787.9682 + 89.5919 788.0519 + 89.6419 788.1359 + 89.6919 788.2202 + 89.7418 788.3044 + 89.7918 788.3890 + 89.8419 788.4742 + 89.8918 788.5593 + 89.9418 788.6448 + 89.9917 788.7305 + 90.0417 788.8163 + 90.0916 788.9025 + 90.1415 788.9890 + 90.1916 789.0758 + 90.2415 789.1628 + 90.2915 789.2501 + 90.3413 789.3372 + 90.3913 789.4252 + 90.4414 789.5134 + 90.4913 789.6017 + 90.5433 789.6939 + 90.5934 789.7829 + 90.6435 789.8722 + 90.6936 789.9618 + 90.7436 790.0514 + 90.7935 790.1412 + 90.8436 790.2316 + 90.8936 790.3221 + 90.9437 790.4129 + 90.9935 790.5036 + 91.0435 790.5948 + 91.0936 790.6864 + 91.1435 790.7780 + 91.1935 790.8699 + 91.2435 790.9621 + 91.2934 791.0544 + 91.3433 791.1470 + 91.3933 791.2399 + 91.4433 791.3333 + 91.4933 791.4268 + 91.5432 791.5204 + 91.5930 791.6140 + 91.6431 791.7083 + 91.6931 791.8030 + 91.7430 791.8976 + 91.7895 791.9858 + 91.8396 792.0813 + 91.8897 792.1769 + 91.9398 792.2729 + 91.9897 792.3687 + 92.0397 792.4650 + 92.0897 792.5616 + 92.1398 792.6584 + 92.1898 792.7555 + 92.2397 792.8525 + 92.2897 792.9501 + 92.3398 793.0480 + 92.3896 793.1458 + 92.4397 793.2440 + 92.4896 793.3424 + 92.5396 793.4410 + 92.5895 793.5399 + 92.6394 793.6390 + 92.6895 793.7386 + 92.7394 793.8382 + 92.7894 793.9381 + 92.8391 794.0378 + 92.8892 794.1385 + 92.9393 794.2393 + 92.9892 794.3400 + 93.0280 794.4186 + 93.0781 794.5202 + 93.1282 794.6219 + 93.1783 794.7240 + 93.2283 794.8261 + 93.2782 794.9283 + 93.3283 795.0310 + 93.3783 795.1340 + 93.4284 795.2371 + 93.4782 795.3401 + 93.5282 795.4437 + 93.5783 795.5477 + 93.6282 795.6514 + 93.6782 795.7557 + 93.7282 795.8601 + 93.7781 795.9647 + 93.8280 796.0696 + 93.8780 796.1747 + 93.9280 796.2803 + 93.9780 796.3857 + 94.0279 796.4916 + 94.0777 796.5972 + 94.1278 796.7039 + 94.1778 796.8105 + 94.2277 796.9172 + 94.2676 797.0027 + 94.3177 797.1102 + 94.3678 797.2179 + 94.4179 797.3259 + 94.4678 797.4337 + 94.5178 797.5418 + 94.5679 797.6505 + 94.6179 797.7592 + 94.6679 797.8682 + 94.7178 797.9771 + 94.7678 798.0865 + 94.8179 798.1962 + 94.8678 798.3058 + 94.9178 798.4159 + 94.9678 798.5261 + 95.0177 798.6364 + 95.0676 798.7470 + 95.1176 798.8579 + 95.1676 798.9691 + 95.2176 799.0804 + 95.2675 799.1920 + 95.3173 799.3033 + 95.3674 799.4156 + 95.4174 799.5281 + 95.4673 799.6404 + 95.5262 799.7731 + 95.5763 799.8863 + 95.6263 799.9998 + 95.6764 800.1135 + 95.7264 800.2271 + 95.7764 800.3409 + 95.8264 800.4553 + 95.8765 800.5696 + 95.9265 800.6843 + 95.9763 800.7988 + 96.0264 800.9139 + 96.0764 801.0292 + 96.1263 801.1444 + 96.1763 801.2602 + 96.2263 801.3759 + 96.2762 801.4919 + 96.3262 801.6080 + 96.3761 801.7245 + 96.4261 801.8413 + 96.4761 801.9582 + 96.5260 802.0752 + 96.5758 802.1921 + 96.6259 802.3099 + 96.6760 802.4279 + 96.7259 802.5457 + 96.7628 802.6331 + 96.8130 802.7518 + 96.8630 802.8705 + 96.9131 802.9896 + 96.9631 803.1085 + 97.0130 803.2277 + 97.0631 803.3473 + 97.1132 803.4670 + 97.1632 803.5870 + 97.2131 803.7068 + 97.2631 803.8270 + 97.3131 803.9478 + 97.3630 804.0682 + 97.4130 804.1891 + 97.4630 804.3102 + 97.5129 804.4313 + 97.5629 804.5527 + 97.6128 804.6743 + 97.6628 804.7962 + 97.7128 804.9183 + 97.7627 805.0405 + 97.8125 805.1625 + 97.8626 805.2854 + 97.9127 805.4086 + 97.9626 805.5314 + 98.0229 805.6801 + 98.0730 805.8040 + 98.1230 805.9279 + 98.1731 806.0522 + 98.2231 806.1762 + 98.2730 806.3005 + 98.3231 806.4252 + 98.3731 806.5500 + 98.4232 806.6751 + 98.4730 806.8000 + 98.5231 806.9254 + 98.5731 807.0511 + 98.6230 807.1766 + 98.6730 807.3024 + 98.7230 807.4285 + 98.7729 807.5546 + 98.8228 807.6810 + 98.8728 807.8075 + 98.9228 807.9345 + 98.9728 808.0615 + 99.0227 808.1886 + 99.0725 808.3156 + 99.1226 808.4434 + 99.1726 808.5714 + 99.2225 808.6990 + 99.2917 808.8766 + 99.3419 809.0053 + 99.3919 809.1342 + 99.4420 809.2632 + 99.4920 809.3921 + 99.5419 809.5212 + 99.5920 809.6507 + 99.6420 809.7805 + 99.6921 809.9103 + 99.7419 810.0399 + 99.7919 810.1700 + 99.8420 810.3005 + 99.8919 810.4307 + 99.9419 810.5614 + 99.9919 810.6921 + 100.0418 810.8229 + 100.0917 810.9539 + 100.1417 811.0851 + 100.1917 811.2168 + 100.2417 811.3484 + 100.2916 811.4800 + 100.3414 811.6116 + 100.3915 811.7440 + 100.4416 811.8766 + 100.4914 812.0089 + 100.5384 812.1335 + 100.5885 812.2667 + 100.6386 812.4000 + 100.6887 812.5334 + 100.7386 812.6667 + 100.7886 812.8003 + 100.8386 812.9342 + 100.8887 813.0683 + 100.9387 813.2025 + 100.9886 813.3364 + 101.0386 813.4709 + 101.0887 813.6057 + 101.1385 813.7401 + 101.1886 813.8751 + 101.2385 814.0101 + 101.2885 814.1451 + 101.3384 814.2803 + 101.3883 814.4157 + 101.4384 814.5516 + 101.4883 814.6874 + 101.5383 814.8233 + 101.5881 814.9589 + 101.6381 815.0955 + 101.6882 815.2322 + 101.7381 815.3687 + 101.7831 815.4919 + 101.8332 815.6292 + 101.8833 815.7665 + 101.9334 815.9041 + 101.9834 816.0414 + 102.0333 816.1790 + 102.0834 816.3168 + 102.1334 816.4548 + 102.1835 816.5930 + 102.2333 816.7309 + 102.2833 816.8693 + 102.3334 817.0081 + 102.3833 817.1464 + 102.4333 817.2853 + 102.4833 817.4241 + 102.5332 817.5630 + 102.5831 817.7021 + 102.6331 817.8413 + 102.6831 817.9810 + 102.7331 818.1207 + 102.7830 818.2603 + 102.8328 818.3997 + 102.8829 818.5400 + 102.9329 818.6805 + 102.9828 818.8206 + 103.0283 818.9484 + 103.0784 819.0894 + 103.1285 819.2305 + 103.1786 819.3716 + 103.2285 819.5126 + 103.2785 819.6538 + 103.3286 819.7953 + 103.3786 819.9370 + 103.4287 820.0787 + 103.4785 820.2201 + 103.5285 820.3621 + 103.5786 820.5044 + 103.6285 820.6461 + 103.6785 820.7886 + 103.7285 820.9308 + 103.7784 821.0732 + 103.8283 821.2157 + 103.8783 821.3583 + 103.9283 821.5015 + 103.9783 821.6445 + 104.0282 821.7875 + 104.0780 821.9302 + 104.1281 822.0739 + 104.1781 822.2177 + 104.2280 822.3611 + 104.2749 822.4958 + 104.3250 822.6401 + 104.3750 822.7844 + 104.4251 822.9289 + 104.4751 823.0732 + 104.5251 823.2174 + 104.5751 823.3622 + 104.6252 823.5070 + 104.6752 823.6519 + 104.7251 823.7964 + 104.7751 823.9415 + 104.8252 824.0870 + 104.8750 824.2318 + 104.9250 824.3772 + 104.9750 824.5226 + 105.0249 824.6680 + 105.0749 824.8135 + 105.1248 824.9593 + 105.1749 825.1052 + 105.2248 825.2512 + 105.2748 825.3973 + 105.3245 825.5428 + 105.3746 825.6895 + 105.4247 825.8361 + 105.4746 825.9824 + 105.5136 826.0969 + 105.5637 826.2439 + 105.6137 826.3911 + 105.6638 826.5383 + 105.7138 826.6852 + 105.7637 826.8323 + 105.8138 826.9799 + 105.8638 827.1273 + 105.9139 827.2750 + 105.9637 827.4222 + 106.0138 827.5699 + 106.0639 827.7180 + 106.1137 827.8655 + 106.1637 828.0135 + 106.2137 828.1615 + 106.2636 828.3094 + 106.3135 828.4575 + 106.3635 828.6057 + 106.4135 828.7543 + 106.4635 828.9028 + 106.5135 829.0512 + 106.5632 829.1993 + 106.6133 829.3484 + 106.6634 829.4974 + 106.7133 829.6461 + 106.7725 829.8228 + 106.8226 829.9724 + 106.8727 830.1218 + 106.9228 830.2714 + 106.9727 830.4207 + 107.0227 830.5702 + 107.0728 830.7200 + 107.1228 830.8699 + 107.1728 831.0197 + 107.2227 831.1691 + 107.2727 831.3192 + 107.3228 831.4693 + 107.3727 831.6191 + 107.4227 831.7692 + 107.4726 831.9194 + 107.5226 832.0695 + 107.5725 832.2196 + 107.6225 832.3699 + 107.6725 832.5206 + 107.7225 832.6711 + 107.7724 832.8217 + 107.8222 832.9717 + 107.8722 833.1227 + 107.9223 833.2738 + 107.9722 833.4245 + 108.0292 833.5967 + 108.0793 833.7482 + 108.1294 833.8995 + 108.1795 834.0510 + 108.2295 834.2023 + 108.2794 834.3535 + 108.3295 834.5051 + 108.3795 834.6566 + 108.4296 834.8083 + 108.4794 834.9595 + 108.5294 835.1112 + 108.5795 835.2631 + 108.6294 835.4146 + 108.6794 835.5665 + 108.7294 835.7182 + 108.7793 835.8699 + 108.8292 836.0216 + 108.8792 836.1735 + 108.9292 836.3257 + 108.9792 836.4778 + 109.0291 836.6299 + 109.0789 836.7814 + 109.1290 836.9340 + 109.1790 837.0865 + 109.2290 837.2386 + 109.2662 837.3522 + 109.3163 837.5050 + 109.3664 837.6577 + 109.4165 837.8106 + 109.4665 837.9630 + 109.5164 838.1155 + 109.5665 838.2686 + 109.6165 838.4213 + 109.6666 838.5742 + 109.7164 838.7266 + 109.7664 838.8795 + 109.8165 839.0325 + 109.8664 839.1852 + 109.9164 839.3381 + 109.9664 839.4910 + 110.0163 839.6437 + 110.0662 839.7966 + 110.1162 839.9495 + 110.1662 840.1028 + 110.2162 840.2557 + 110.2661 840.4087 + 110.3159 840.5613 + 110.3660 840.7147 + 110.4160 840.8682 + 110.4659 841.0211 + 110.5125 841.1639 + 110.5626 841.3176 + 110.6127 841.4712 + 110.6628 841.6248 + 110.7128 841.7781 + 110.7627 841.9314 + 110.8128 842.0850 + 110.8628 842.2386 + 110.9129 842.3922 + 110.9627 842.5452 + 111.0127 842.6987 + 111.0628 842.8525 + 111.1127 843.0056 + 111.1627 843.1593 + 111.2127 843.3127 + 111.2626 843.4659 + 111.3125 843.6193 + 111.3625 843.7728 + 111.4125 843.9264 + 111.4625 844.0799 + 111.5124 844.2333 + 111.5622 844.3862 + 111.6123 844.5402 + 111.6623 844.6939 + 111.7122 844.8473 + 111.7780 845.0491 + 111.8281 845.2031 + 111.8782 845.3569 + 111.9282 845.5109 + 111.9782 845.6644 + 112.0282 845.8178 + 112.0782 845.9717 + 112.1283 846.1254 + 112.1783 846.2791 + 112.2282 846.4323 + 112.2782 846.5859 + 112.3283 846.7397 + 112.3782 846.8929 + 112.4282 847.0464 + 112.4781 847.1999 + 112.5280 847.3532 + 112.5780 847.5065 + 112.6279 847.6599 + 112.6780 847.8135 + 112.7279 847.9669 + 112.7779 848.1201 + 112.8276 848.2728 + 112.8777 848.4265 + 112.9278 848.5800 + 112.9777 848.7332 + 113.0506 848.9566 + 113.1007 849.1102 + 113.1507 849.2637 + 113.2009 849.4174 + 113.2508 849.5704 + 113.3008 849.7235 + 113.3508 849.8770 + 113.4009 850.0302 + 113.4509 850.1834 + 113.5008 850.3360 + 113.5508 850.4893 + 113.6009 850.6424 + 113.6507 850.7951 + 113.7008 850.9481 + 113.7507 851.1009 + 113.8006 851.2535 + 113.8506 851.4062 + 113.9005 851.5588 + 113.9505 851.7115 + 114.0005 851.8643 + 114.0505 852.0167 + 114.1002 852.1687 + 114.1503 852.3215 + 114.2004 852.4742 + 114.2503 852.6265 + 114.2838 852.7286 + 114.3339 852.8813 + 114.3839 853.0339 + 114.4340 853.1865 + 114.4840 853.3387 + 114.5340 853.4908 + 114.5840 853.6431 + 114.6341 853.7953 + 114.6841 853.9476 + 114.7339 854.0991 + 114.7840 854.2510 + 114.8340 854.4031 + 114.8839 854.5547 + 114.9340 854.7065 + 114.9839 854.8580 + 115.0338 855.0094 + 115.0838 855.1608 + 115.1337 855.3122 + 115.1837 855.4637 + 115.2337 855.6150 + 115.2836 855.7661 + 115.3334 855.9167 + 115.3835 856.0681 + 115.4336 856.2194 + 115.4835 856.3701 + 115.5211 856.4838 + 115.5712 856.6350 + 115.6213 856.7860 + 115.6714 856.9371 + 115.7213 857.0876 + 115.7713 857.2381 + 115.8214 857.3887 + 115.8714 857.5394 + 115.9214 857.6899 + 115.9713 857.8397 + 116.0213 857.9899 + 116.0714 858.1403 + 116.1213 858.2900 + 116.1713 858.4399 + 116.2213 858.5896 + 116.2712 858.7393 + 116.3211 858.8887 + 116.3710 859.0381 + 116.4211 859.1877 + 116.4711 859.3370 + 116.5210 859.4861 + 116.5708 859.6347 + 116.6208 859.7841 + 116.6709 859.9332 + 116.7208 860.0818 + 116.7714 860.2325 + 116.8215 860.3816 + 116.8716 860.5304 + 116.9217 860.6793 + 116.9717 860.8275 + 117.0216 860.9756 + 117.0717 861.1241 + 117.1217 861.2722 + 117.1718 861.4204 + 117.2216 861.5679 + 117.2717 861.7157 + 117.3217 861.8636 + 117.3716 862.0108 + 117.4216 862.1583 + 117.4716 862.3054 + 117.5215 862.4525 + 117.5714 862.5993 + 117.6214 862.7462 + 117.6714 862.8931 + 117.7214 863.0398 + 117.7713 863.1862 + 117.8211 863.3320 + 117.8712 863.4786 + 117.9213 863.6251 + 117.9711 863.7709 + 118.0066 863.8744 + 118.0567 864.0205 + 118.1068 864.1665 + 118.1569 864.3124 + 118.2068 864.4578 + 118.2568 864.6031 + 118.3068 864.7485 + 118.3569 864.8937 + 118.4069 865.0389 + 118.4568 865.1833 + 118.5068 865.3280 + 118.5569 865.4728 + 118.6068 865.6169 + 118.6568 865.7612 + 118.7067 865.9052 + 118.7567 866.0490 + 118.8066 866.1927 + 118.8565 866.3362 + 118.9066 866.4799 + 118.9565 866.6232 + 119.0065 866.7664 + 119.0563 866.9088 + 119.1063 867.0519 + 119.1564 867.1950 + 119.2063 867.3373 + 119.2525 867.4689 + 119.3026 867.6116 + 119.3527 867.7540 + 119.4028 867.8963 + 119.4527 868.0381 + 119.5027 868.1797 + 119.5527 868.3215 + 119.6028 868.4630 + 119.6528 868.6042 + 119.7027 868.7450 + 119.7527 868.8859 + 119.8028 869.0270 + 119.8527 869.1671 + 119.9027 869.3076 + 119.9526 869.4477 + 120.0026 869.5875 + 120.0525 869.7272 + 120.1024 869.8668 + 120.1525 870.0063 + 120.2024 870.1456 + 120.2524 870.2847 + 120.3021 870.4230 + 120.3522 870.5621 + 120.4023 870.7008 + 120.4522 870.8390 + 120.5044 870.9835 + 120.5545 871.1218 + 120.6046 871.2599 + 120.6547 871.3979 + 120.7047 871.5353 + 120.7546 871.6725 + 120.8047 871.8099 + 120.8547 871.9468 + 120.9048 872.0837 + 120.9546 872.2199 + 121.0046 872.3563 + 121.0547 872.4927 + 121.1046 872.6283 + 121.1546 872.7640 + 121.2046 872.8995 + 121.2545 873.0347 + 121.3044 873.1696 + 121.3544 873.3044 + 121.4044 873.4393 + 121.4544 873.5737 + 121.5043 873.7079 + 121.5541 873.8414 + 121.6042 873.9755 + 121.6542 874.1093 + 121.7041 874.2426 + 121.7563 874.3815 + 121.8064 874.5148 + 121.8564 874.6478 + 121.9065 874.7807 + 121.9565 874.9130 + 122.0065 875.0450 + 122.0565 875.1772 + 122.1066 875.3090 + 122.1566 875.4406 + 122.2065 875.5715 + 122.2565 875.7026 + 122.3066 875.8336 + 122.3564 875.9639 + 122.4065 876.0943 + 122.4564 876.2242 + 122.5063 876.3540 + 122.5563 876.4835 + 122.6062 876.6127 + 122.6563 876.7420 + 122.7062 876.8708 + 122.7562 876.9995 + 122.8059 877.1273 + 122.8560 877.2557 + 122.9061 877.3839 + 122.9560 877.5114 + 123.0116 877.6533 + 123.0617 877.7807 + 123.1118 877.9078 + 123.1619 878.0347 + 123.2118 878.1612 + 123.2618 878.2872 + 123.3119 878.4133 + 123.3619 878.5391 + 123.4119 878.6647 + 123.4618 878.7895 + 123.5118 878.9146 + 123.5619 879.0394 + 123.6118 879.1636 + 123.6618 879.2877 + 123.7118 879.4114 + 123.7617 879.5349 + 123.8116 879.6581 + 123.8616 879.7810 + 123.9116 879.9039 + 123.9616 880.0264 + 124.0115 880.1484 + 124.0613 880.2699 + 124.1114 880.3918 + 124.1614 880.5135 + 124.2113 880.6344 + 124.2575 880.7461 + 124.3076 880.8670 + 124.3577 880.9875 + 124.4078 881.1078 + 124.4577 881.2275 + 124.5077 881.3469 + 124.5578 881.4662 + 124.6078 881.5853 + 124.6578 881.7040 + 124.7077 881.8221 + 124.7577 881.9402 + 124.8078 882.0581 + 124.8577 882.1753 + 124.9077 882.2925 + 124.9576 882.4092 + 125.0076 882.5256 + 125.0575 882.6418 + 125.1075 882.7577 + 125.1575 882.8735 + 125.2075 882.9887 + 125.2574 883.1037 + 125.3072 883.2179 + 125.3573 883.3326 + 125.4073 883.4470 + 125.4572 883.5605 + 125.4944 883.6450 + 125.5445 883.7585 + 125.5946 883.8716 + 125.6447 883.9845 + 125.6946 884.0968 + 125.7446 884.2087 + 125.7947 884.3206 + 125.8447 884.4321 + 125.8947 884.5432 + 125.9446 884.6536 + 125.9946 884.7642 + 126.0447 884.8744 + 126.0946 884.9839 + 126.1446 885.0934 + 126.1945 885.2025 + 126.2445 885.3111 + 126.2944 885.4193 + 126.3444 885.5273 + 126.3944 885.6353 + 126.4444 885.7426 + 126.4943 885.8495 + 126.5441 885.9559 + 126.5941 886.0624 + 126.6442 886.1687 + 126.6941 886.2742 + 126.7388 886.3684 + 126.7889 886.4737 + 126.8390 886.5786 + 126.8891 886.6832 + 126.9390 886.7871 + 126.9890 886.8907 + 127.0390 886.9941 + 127.0891 887.0972 + 127.1391 887.2000 + 127.1890 887.3019 + 127.2390 887.4038 + 127.2891 887.5056 + 127.3390 887.6065 + 127.3890 887.7073 + 127.4389 887.8077 + 127.4889 887.9077 + 127.5388 888.0072 + 127.5887 888.1064 + 127.6388 888.2056 + 127.6888 888.3041 + 127.7387 888.4022 + 127.7885 888.4996 + 127.8385 888.5972 + 127.8886 888.6945 + 127.9385 888.7910 + 128.0039 888.9171 + 128.0540 889.0131 + 128.1041 889.1086 + 128.1542 889.2039 + 128.2042 889.2985 + 128.2541 889.3928 + 128.3042 889.4869 + 128.3542 889.5804 + 128.4043 889.6737 + 128.4541 889.7662 + 128.5042 889.8585 + 128.5542 889.9507 + 128.6041 890.0419 + 128.6541 890.1332 + 128.7041 890.2238 + 128.7540 890.3140 + 128.8039 890.4038 + 128.8539 890.4933 + 128.9039 890.5825 + 128.9539 890.6712 + 129.0038 890.7594 + 129.0536 890.8469 + 129.1037 890.9344 + 129.1537 891.0217 + 129.2036 891.1082 + 129.2809 891.2413 + 129.3310 891.3270 + 129.3811 891.4124 + 129.4312 891.4973 + 129.4811 891.5815 + 129.5311 891.6655 + 129.5811 891.7490 + 129.6312 891.8322 + 129.6812 891.9147 + 129.7311 891.9968 + 129.7811 892.0785 + 129.8312 892.1600 + 129.8810 892.2407 + 129.9311 892.3212 + 129.9810 892.4012 + 130.0310 892.4807 + 130.0809 892.5597 + 130.1308 892.6382 + 130.1809 892.7165 + 130.2308 892.7943 + 130.2808 892.8716 + 130.3306 892.9482 + 130.3806 893.0248 + 130.4307 893.1010 + 130.4806 893.1763 + 130.5306 893.2515 + 130.5807 893.3264 + 130.6308 893.4006 + 130.6809 893.4745 + 130.7309 893.5477 + 130.7808 893.6204 + 130.8309 893.6929 + 130.8809 893.7648 + 130.9310 893.8363 + 130.9808 893.9070 + 131.0308 893.9775 + 131.0809 894.0477 + 131.1308 894.1170 + 131.1808 894.1860 + 131.2308 894.2546 + 131.2807 894.3226 + 131.3306 894.3901 + 131.3806 894.4573 + 131.4306 894.5240 + 131.4806 894.5901 + 131.5305 894.6558 + 131.5803 894.7206 + 131.6304 894.7855 + 131.6804 894.8499 + 131.7303 894.9133 + 131.7626 894.9543 + 131.8127 895.0173 + 131.8628 895.0799 + 131.9129 895.1420 + 131.9628 895.2033 + 132.0128 895.2643 + 132.0629 895.3248 + 132.1129 895.3848 + 132.1629 895.4442 + 132.2128 895.5031 + 132.2628 895.5615 + 132.3129 895.6194 + 132.3628 895.6767 + 132.4128 895.7336 + 132.4628 895.7899 + 132.5127 895.8457 + 132.5626 895.9010 + 132.6126 895.9557 + 132.6626 896.0101 + 132.7126 896.0638 + 132.7625 896.1171 + 132.8123 896.1696 + 132.8624 896.2219 + 132.9124 896.2736 + 132.9623 896.3246 + 133.0104 896.3733 + 133.0605 896.4235 + 133.1105 896.4732 + 133.1606 896.5223 + 133.2106 896.5707 + 133.2606 896.6187 + 133.3106 896.6661 + 133.3607 896.7131 + 133.4107 896.7595 + 133.4606 896.8051 + 133.5106 896.8504 + 133.5607 896.8951 + 133.6105 896.9392 + 133.6606 896.9828 + 133.7105 897.0258 + 133.7604 897.0684 + 133.8104 897.1101 + 133.8603 897.1515 + 133.9104 897.1924 + 133.9603 897.2325 + 134.0103 897.2722 + 134.0600 897.3112 + 134.1101 897.3498 + 134.1602 897.3878 + 134.2101 897.4252 + 134.2774 897.4747 + 134.3275 897.5108 + 134.3775 897.5464 + 134.4276 897.5814 + 134.4776 897.6157 + 134.5275 897.6494 + 134.5776 897.6827 + 134.6277 897.7153 + 134.6777 897.7474 + 134.7276 897.7787 + 134.7776 897.8096 + 134.8277 897.8400 + 134.8775 897.8696 + 134.9275 897.8987 + 134.9775 897.9271 + 135.0274 897.9550 + 135.0773 897.9822 + 135.1273 898.0089 + 135.1773 898.0350 + 135.2273 898.0605 + 135.2773 898.0853 + 135.3270 898.1096 + 135.3771 898.1332 + 135.4272 898.1564 + 135.4771 898.1788 + 135.5254 898.2000 + 135.5755 898.2212 + 135.6256 898.2419 + 135.6757 898.2619 + 135.7256 898.2813 + 135.7756 898.3002 + 135.8257 898.3183 + 135.8757 898.3358 + 135.9257 898.3528 + 135.9756 898.3690 + 136.0256 898.3846 + 136.0757 898.3997 + 136.1256 898.4141 + 136.1756 898.4278 + 136.2255 898.4410 + 136.2755 898.4534 + 136.3254 898.4653 + 136.3754 898.4764 + 136.4254 898.4870 + 136.4753 898.4969 + 136.5253 898.5062 + 136.5751 898.5148 + 136.6252 898.5228 + 136.6752 898.5302 + 136.7251 898.5368 + 136.7608 898.5412 + 136.8109 898.5468 + 136.8610 898.5517 + 136.9111 898.5559 + 136.9610 898.5594 + 137.0110 898.5624 + 137.0611 898.5646 + 137.1111 898.5663 + 137.1611 898.5673 + 137.2110 898.5674 + 137.2610 898.5671 + 137.3111 898.5659 + 137.3610 898.5642 + 137.4110 898.5617 + 137.4609 898.5586 + 137.5109 898.5549 + 137.5608 898.5504 + 137.6107 898.5453 + 137.6608 898.5394 + 137.7107 898.5329 + 137.7607 898.5256 + 137.8105 898.5178 + 137.8605 898.5092 + 137.9106 898.4999 + 137.9605 898.4900 + 137.9986 898.4819 + 138.0487 898.4707 + 138.0988 898.4587 + 138.1489 898.4462 + 138.1988 898.4327 + 138.2488 898.4188 + 138.2988 898.4041 + 138.3489 898.3887 + 138.3989 898.3725 + 138.4488 898.3557 + 138.4988 898.3382 + 138.5489 898.3198 + 138.5988 898.3009 + 138.6488 898.2812 + 138.6987 898.2607 + 138.7487 898.2397 + 138.7986 898.2178 + 138.8485 898.1952 + 138.8986 898.1718 + 138.9485 898.1478 + 138.9985 898.1230 + 139.0482 898.0977 + 139.0983 898.0714 + 139.1484 898.0443 + 139.1983 898.0167 + 139.2452 897.9899 + 139.2953 897.9608 + 139.3454 897.9308 + 139.3955 897.9001 + 139.4455 897.8687 + 139.4954 897.8366 + 139.5455 897.8036 + 139.5955 897.7700 + 139.6456 897.7357 + 139.6954 897.7006 + 139.7454 897.6647 + 139.7955 897.6279 + 139.8454 897.5906 + 139.8954 897.5523 + 139.9454 897.5134 + 139.9953 897.4738 + 140.0452 897.4333 + 140.0952 897.3921 + 140.1452 897.3500 + 140.1952 897.3073 + 140.2451 897.2637 + 140.2949 897.2196 + 140.3450 897.1743 + 140.3950 897.1284 + 140.4449 897.0818 + 140.5172 897.0130 + 140.5673 896.9643 + 140.6174 896.9148 + 140.6674 896.8645 + 140.7174 896.8136 + 140.7674 896.7618 + 140.8174 896.7092 + 140.8675 896.6557 + 140.9175 896.6016 + 140.9674 896.5468 + 141.0174 896.4908 + 141.0675 896.4343 + 141.1173 896.3771 + 141.1674 896.3187 + 141.2173 896.2598 + 141.2672 896.2001 + 141.3172 896.1395 + 141.3671 896.0781 + 141.4172 896.0159 + 141.4671 895.9528 + 141.5171 895.8890 + 141.5668 895.8246 + 141.6169 895.7589 + 141.6670 895.6925 + 141.7169 895.6253 + 141.7663 895.5582 + 141.8164 895.4891 + 141.8665 895.4193 + 141.9166 895.3486 + 141.9666 895.2773 + 142.0165 895.2051 + 142.0666 895.1321 + 142.1166 895.0582 + 142.1667 894.9833 + 142.2165 894.9079 + 142.2665 894.8314 + 142.3166 894.7540 + 142.3665 894.6761 + 142.4165 894.5972 + 142.4665 894.5173 + 142.5164 894.4368 + 142.5663 894.3552 + 142.6163 894.2729 + 142.6663 894.1895 + 142.7163 894.1055 + 142.7662 894.0206 + 142.8160 893.9350 + 142.8661 893.8481 + 142.9161 893.7604 + 142.9660 893.6721 + 143.0021 893.6077 + 143.0522 893.5175 + 143.1023 893.4265 + 143.1524 893.3345 + 143.2023 893.2419 + 143.2523 893.1484 + 143.3024 893.0539 + 143.3524 892.9585 + 143.4024 892.8622 + 143.4523 892.7653 + 143.5023 892.6672 + 143.5524 892.5683 + 143.6023 892.4686 + 143.6523 892.3679 + 143.7023 892.2664 + 143.7522 892.1639 + 143.8021 892.0607 + 143.8521 891.9565 + 143.9021 891.8513 + 143.9521 891.7451 + 144.0020 891.6382 + 144.0518 891.5307 + 144.1019 891.4216 + 144.1519 891.3116 + 144.2018 891.2012 + 144.2502 891.0932 + 144.3003 890.9803 + 144.3503 890.8668 + 144.4004 890.7521 + 144.4504 890.6369 + 144.5004 890.5206 + 144.5504 890.4034 + 144.6004 890.2850 + 144.6505 890.1658 + 144.7003 890.0461 + 144.7504 889.9250 + 144.8004 889.8030 + 144.8503 889.6805 + 144.9003 889.5566 + 144.9503 889.4320 + 145.0002 889.3063 + 145.0502 889.1799 + 145.1001 889.0524 + 145.1501 888.9236 + 145.2001 888.7943 + 145.2500 888.6639 + 145.2998 888.5330 + 145.3499 888.4004 + 145.4000 888.2668 + 145.4499 888.1327 + 145.5128 887.9623 + 145.5629 887.8256 + 145.6129 887.6877 + 145.6630 887.5488 + 145.7130 887.4094 + 145.7629 887.2690 + 145.8130 887.1273 + 145.8630 886.9849 + 145.9131 886.8413 + 145.9629 886.6973 + 146.0130 886.5518 + 146.0630 886.4052 + 146.1129 886.2581 + 146.1629 886.1095 + 146.2129 885.9603 + 146.2628 885.8099 + 146.3127 885.6588 + 146.3627 885.5065 + 146.4127 885.3530 + 146.4627 885.1987 + 146.5126 885.0433 + 146.5624 884.8875 + 146.6125 884.7299 + 146.6626 884.5710 + 146.7124 884.4119 + 146.7621 884.2524 + 146.8122 884.0906 + 146.8623 883.9277 + 146.9124 883.7637 + 146.9623 883.5993 + 147.0123 883.4336 + 147.0623 883.2667 + 147.1124 883.0988 + 147.1624 882.9298 + 147.2123 882.7606 + 147.2623 882.5896 + 147.3124 882.4174 + 147.3623 882.2449 + 147.4123 882.0707 + 147.4622 881.8958 + 147.5122 881.7198 + 147.5621 881.5431 + 147.6120 881.3650 + 147.6621 881.1854 + 147.7120 881.0052 + 147.7620 880.8240 + 147.8118 880.6425 + 147.8618 880.4586 + 147.9119 880.2738 + 147.9618 880.0884 + 148.0037 879.9323 + 148.0538 879.7440 + 148.1039 879.5552 + 148.1540 879.3649 + 148.2039 879.1741 + 148.2539 878.9823 + 148.3039 878.7889 + 148.3540 878.5947 + 148.4040 878.3992 + 148.4539 878.2035 + 148.5039 878.0061 + 148.5540 877.8074 + 148.6039 877.6080 + 148.6539 877.4073 + 148.7038 877.2057 + 148.7538 877.0031 + 148.8037 876.7993 + 148.8536 876.5946 + 148.9037 876.3881 + 148.9536 876.1808 + 149.0036 875.9725 + 149.0533 875.7640 + 149.1034 875.5531 + 149.1535 875.3411 + 149.2034 875.1285 + 149.2519 874.9208 + 149.3020 874.7051 + 149.3521 874.4885 + 149.4022 874.2708 + 149.4522 874.0524 + 149.5021 873.8328 + 149.5522 873.6118 + 149.6022 873.3898 + 149.6523 873.1664 + 149.7021 872.9428 + 149.7521 872.7174 + 149.8022 872.4905 + 149.8521 872.2634 + 149.9021 872.0345 + 149.9521 871.8048 + 150.0020 871.5740 + 150.0519 871.3420 + 150.1019 871.1090 + 150.1519 870.8741 + 150.2019 870.6387 + 150.2518 870.4020 + 150.3016 870.1649 + 150.3517 869.9252 + 150.4017 869.6846 + 150.4516 869.4434 + 150.4882 869.2659 + 150.5383 869.0219 + 150.5884 868.7766 + 150.6385 868.5301 + 150.6884 868.2834 + 150.7384 868.0350 + 150.7885 867.7851 + 150.8385 867.5341 + 150.8886 867.2820 + 150.9384 867.0295 + 150.9884 866.7751 + 151.0385 866.5193 + 151.0884 866.2631 + 151.1384 866.0051 + 151.1884 865.7463 + 151.2383 865.4863 + 151.2882 865.2252 + 151.3382 864.9627 + 151.3882 864.6984 + 151.4382 864.4334 + 151.4881 864.1674 + 151.5379 863.9010 + 151.5880 863.6317 + 151.6380 863.3613 + 151.6879 863.0907 + 151.7426 862.7928 + 151.7927 862.5182 + 151.8427 862.2428 + 151.8928 861.9661 + 151.9428 861.6886 + 151.9928 861.4100 + 152.0428 861.1296 + 152.0929 860.8481 + 152.1429 860.5654 + 152.1928 860.2823 + 152.2428 859.9972 + 152.2928 859.7106 + 152.3427 859.4237 + 152.3927 859.1346 + 152.4427 858.8448 + 152.4926 858.5540 + 152.5426 858.2620 + 152.5925 857.9683 + 152.6425 857.6729 + 152.6925 857.3768 + 152.7425 857.0795 + 152.7922 856.7819 + 152.8423 856.4812 + 152.8924 856.1794 + 152.9423 855.8771 + 153.0000 855.5261 + 153.0501 855.2200 + 153.1002 854.9127 + 153.1503 854.6039 + 153.2002 854.2947 + 153.2502 853.9843 + 153.3003 853.6720 + 153.3503 853.3584 + 153.4003 853.0436 + 153.4502 852.7286 + 153.5002 852.4113 + 153.5503 852.0923 + 153.6002 851.7733 + 153.6502 851.4520 + 153.7001 851.1298 + 153.7501 850.8065 + 153.8000 850.4820 + 153.8499 850.1559 + 153.9000 849.8279 + 153.9500 849.4991 + 153.9999 849.1692 + 154.0497 848.8390 + 154.0997 848.5056 + 154.1498 848.1707 + 154.1997 847.8358 + 154.2476 847.5129 + 154.2977 847.1738 + 154.3478 846.8339 + 154.3979 846.4921 + 154.4478 846.1503 + 154.4978 845.8066 + 154.5479 845.4612 + 154.5979 845.1145 + 154.6479 844.7665 + 154.6978 844.4185 + 154.7478 844.0679 + 154.7979 843.7153 + 154.8478 843.3630 + 154.8978 843.0084 + 154.9477 842.6527 + 154.9977 842.2959 + 155.0476 841.9379 + 155.0975 841.5781 + 155.1476 841.2164 + 155.1976 840.8538 + 155.2475 840.4901 + 155.2973 840.1261 + 155.3474 839.7585 + 155.3974 839.3898 + 155.4473 839.0207 + 155.4999 838.6304 + 155.5500 838.2570 + 155.6001 837.8825 + 155.6502 837.5063 + 155.7001 837.1298 + 155.7501 836.7520 + 155.8002 836.3718 + 155.8502 835.9906 + 155.9002 835.6078 + 155.9501 835.2250 + 156.0001 834.8396 + 156.0502 834.4523 + 156.1001 834.0651 + 156.1501 833.6754 + 156.2000 833.2847 + 156.2500 832.8929 + 156.2999 832.4996 + 156.3498 832.1049 + 156.3999 831.7079 + 156.4498 831.3099 + 156.4998 830.9108 + 156.5496 830.5117 + 156.5996 830.1086 + 156.6497 829.7041 + 156.6996 829.2997 + 156.7485 828.9019 + 156.7986 828.4929 + 156.8487 828.0826 + 156.8988 827.6705 + 156.9487 827.2585 + 156.9987 826.8446 + 157.0487 826.4288 + 157.0988 826.0113 + 157.1488 825.5924 + 157.1987 825.1738 + 157.2487 824.7522 + 157.2988 824.3286 + 157.3487 823.9053 + 157.3987 823.4794 + 157.4486 823.0525 + 157.4986 822.6241 + 157.5485 822.1946 + 157.5984 821.7633 + 157.6485 821.3297 + 157.6984 820.8951 + 157.7484 820.4594 + 157.7981 820.0237 + 157.8482 819.5835 + 157.8983 819.1423 + 157.9482 818.7009 + 157.9868 818.3585 + 158.0369 817.9127 + 158.0870 817.4655 + 158.1371 817.0167 + 158.1870 816.5675 + 158.2370 816.1168 + 158.2870 815.6638 + 158.3371 815.2094 + 158.3871 814.7534 + 158.4370 814.2976 + 158.4870 813.8387 + 158.5371 813.3779 + 158.5869 812.9172 + 158.6370 812.4537 + 158.6869 811.9894 + 158.7368 811.5237 + 158.7868 811.0565 + 158.8367 810.5874 + 158.8868 810.1162 + 158.9367 809.6440 + 158.9867 809.1704 + 159.0364 808.6970 + 159.0865 808.2189 + 159.1366 807.7396 + 159.1865 807.2601 + 159.2406 806.7388 + 159.2907 806.2542 + 159.3407 805.7682 + 159.3909 805.2805 + 159.4408 804.7927 + 159.4908 804.3031 + 159.5408 803.8110 + 159.5909 803.3175 + 159.6409 802.8224 + 159.6908 802.3278 + 159.7408 801.8296 + 159.7909 801.3293 + 159.8407 800.8295 + 159.8908 800.3267 + 159.9407 799.8231 + 159.9906 799.3177 + 160.0406 798.8112 + 160.0905 798.3026 + 160.1406 797.7915 + 160.1905 797.2797 + 160.2405 796.7664 + 160.2902 796.2531 + 160.3403 795.7352 + 160.3904 795.2158 + 160.4403 794.6965 + 160.4990 794.0829 + 160.5491 793.5581 + 160.5992 793.0317 + 160.6493 792.5035 + 160.6992 791.9752 + 160.7492 791.4453 + 160.7993 790.9125 + 160.8493 790.3783 + 160.8994 789.8423 + 160.9492 789.3068 + 160.9992 788.7681 + 161.0493 788.2266 + 161.0992 787.6861 + 161.1492 787.1421 + 161.1992 786.5973 + 161.2491 786.0511 + 161.2990 785.5033 + 161.3490 784.9536 + 161.3990 784.4012 + 161.4490 783.8478 + 161.4989 783.2931 + 161.5487 782.7384 + 161.5988 782.1791 + 161.6488 781.6179 + 161.6987 781.0571 + 161.7548 780.4250 + 161.8049 779.8582 + 161.8549 779.2900 + 161.9050 778.7197 + 161.9550 778.1497 + 162.0050 777.5775 + 162.0550 777.0026 + 162.1051 776.4263 + 162.1551 775.8481 + 162.2050 775.2706 + 162.2550 774.6895 + 162.3051 774.1057 + 162.3549 773.5226 + 162.4050 772.9363 + 162.4549 772.3490 + 162.5048 771.7606 + 162.5547 771.1699 + 162.6047 770.5773 + 162.6548 769.9821 + 162.7047 769.3862 + 162.7547 768.7885 + 162.8044 768.1915 + 162.8545 767.5885 + 162.9046 766.9842 + 162.9545 766.3802 + 163.0145 765.6520 + 163.0646 765.0413 + 163.1146 764.4300 + 163.1647 763.8158 + 163.2147 763.2020 + 163.2646 762.5864 + 163.3147 761.9678 + 163.3647 761.3477 + 163.4148 760.7257 + 163.4646 760.1042 + 163.5147 759.4791 + 163.5647 758.8511 + 163.6146 758.2242 + 163.6646 757.5936 + 163.7146 756.9622 + 163.7645 756.3292 + 163.8145 755.6943 + 163.8644 755.0576 + 163.9144 754.4178 + 163.9644 753.7772 + 164.0143 753.1349 + 164.0641 752.4933 + 164.1142 751.8456 + 164.1643 751.1965 + 164.2142 750.5477 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.dat b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.dat new file mode 100644 index 000000000..57eb0f9a4 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.dat @@ -0,0 +1,3200 @@ + 3.86396 128.22 14.70975 + 3.91407 120.02 14.22598 + 3.96414 166.98 16.77884 + 4.01424 135.17 15.05058 + 4.06420 182.87 17.58951 + 4.11416 177.19 17.30471 + 4.16422 249.28 20.60029 + 4.21426 242.77 20.31934 + 4.26430 261.99 21.15273 + 4.31416 374.47 25.40466 + 4.36417 435.31 27.22361 + 4.41425 647.92 33.50702 + 4.46413 806.68 37.39521 + 4.51415 868.33 38.90596 + 4.56410 1082.78 43.80960 + 4.61404 1245.94 47.21271 + 4.66396 1161.56 45.48021 + 4.71391 1270.88 47.62860 + 4.76395 1353.10 49.39456 + 4.81391 1394.96 50.01572 + 4.86386 1344.30 49.09494 + 4.91363 1395.56 50.01088 + 4.96371 1418.44 50.58948 + 5.01377 1512.19 52.30489 + 5.06367 1533.20 52.68642 + 5.11651 1511.09 44.28691 + 5.16661 1557.83 45.91942 + 5.21668 1570.98 46.20371 + 5.26679 1524.03 45.02544 + 5.31674 1557.07 45.25249 + 5.36670 1518.49 44.31210 + 5.41676 1492.80 44.16746 + 5.46680 1467.48 43.86771 + 5.51684 1642.49 46.71440 + 5.56670 1467.95 44.03296 + 5.61672 1480.74 43.62110 + 5.66680 1504.68 44.46082 + 5.71668 1493.81 44.27740 + 5.76669 1526.23 44.96581 + 5.81665 1448.03 43.71241 + 5.86658 1480.69 44.77661 + 5.91650 1399.52 42.51775 + 5.96645 1416.73 43.43228 + 6.01649 1395.40 42.77295 + 6.06646 1287.19 40.93098 + 6.11640 1413.82 43.17433 + 6.16617 1294.07 41.81616 + 6.21625 1329.71 41.91021 + 6.26631 1295.20 41.37796 + 6.31621 1221.64 39.93496 + 6.36160 1239.25 39.87817 + 6.41170 1234.43 39.86223 + 6.46178 1176.34 39.05585 + 6.51188 1230.70 39.53897 + 6.56183 1157.69 38.54604 + 6.61180 1123.19 37.84542 + 6.66186 1173.25 38.91529 + 6.71190 1163.54 39.22373 + 6.76194 1160.56 38.59626 + 6.81179 1090.30 37.27342 + 6.86181 1089.23 38.28368 + 6.91189 1115.90 37.61273 + 6.96177 1035.09 36.20958 + 7.01179 1073.90 37.53758 + 7.06174 1088.65 37.38830 + 7.11167 1060.65 37.06623 + 7.16159 1001.18 35.33468 + 7.21155 1051.08 36.73854 + 7.26159 1038.77 35.93502 + 7.31155 987.64 35.00495 + 7.36149 1032.94 37.20297 + 7.41126 1014.73 36.44994 + 7.46135 967.70 34.78567 + 7.51141 1053.04 37.04921 + 7.56131 987.22 35.52097 + 7.61764 1027.23 31.22420 + 7.66775 957.69 30.08272 + 7.71782 950.30 29.93164 + 7.76792 965.57 30.17965 + 7.81788 908.56 29.29014 + 7.86784 990.94 30.58306 + 7.91790 948.75 29.99545 + 7.96794 1014.25 31.01891 + 8.01798 909.56 29.32125 + 8.06784 963.50 30.18412 + 8.11785 956.97 30.07273 + 8.16793 941.60 29.83879 + 8.21781 944.65 29.89604 + 8.26783 958.38 30.07567 + 8.31778 915.62 29.39662 + 8.36772 926.86 29.56226 + 8.41764 898.35 29.09659 + 8.46759 883.90 28.84589 + 8.51763 907.95 29.18159 + 8.56759 840.81 28.28902 + 8.61754 854.40 28.27955 + 8.66731 909.80 29.25012 + 8.71739 933.86 29.70975 + 8.76745 883.97 28.90883 + 8.81735 872.52 28.71472 + 8.87019 889.41 31.01711 + 8.92029 872.92 30.61970 + 8.97036 910.67 31.21488 + 9.02047 869.99 30.54181 + 9.07042 859.96 30.28262 + 9.12038 858.03 30.34484 + 9.17044 834.26 29.78942 + 9.22048 856.79 30.42373 + 9.27052 837.15 29.97232 + 9.32038 822.58 29.60026 + 9.37040 863.24 30.40299 + 9.42048 827.61 29.72003 + 9.47036 826.65 29.71362 + 9.52037 842.37 30.01409 + 9.57033 902.88 31.10461 + 9.62026 827.23 29.68607 + 9.67018 846.33 30.06096 + 9.72013 825.69 29.56639 + 9.77017 765.93 28.58218 + 9.82014 845.02 30.01413 + 9.87008 850.36 30.11643 + 9.91985 841.36 29.96711 + 9.96993 832.23 29.82061 + 10.01999 780.68 28.90290 + 10.06989 839.40 29.94791 + 10.12498 805.00 31.12255 + 10.17508 736.57 29.63515 + 10.22516 815.42 31.22666 + 10.27526 793.91 30.88025 + 10.32521 817.66 31.34024 + 10.37518 770.70 30.26985 + 10.42524 804.50 31.03263 + 10.47528 727.04 29.36683 + 10.52532 751.78 29.88966 + 10.57517 764.02 30.06930 + 10.62519 802.46 31.07045 + 10.67527 752.71 30.17945 + 10.72515 793.85 30.83676 + 10.77517 776.92 30.38889 + 10.82512 791.07 30.78592 + 10.87505 788.79 30.61874 + 10.92497 784.57 30.90047 + 10.97493 775.27 30.45313 + 11.02497 754.16 29.99144 + 11.07493 787.35 30.65752 + 11.12487 813.34 31.20968 + 11.17464 713.61 29.20202 + 11.22473 731.27 29.56836 + 11.27479 726.09 29.38950 + 11.32469 779.29 30.56678 + 11.37442 762.10 28.47269 + 11.42453 760.08 28.60851 + 11.47460 802.53 29.18481 + 11.52470 755.89 28.52395 + 11.57466 768.50 28.58027 + 11.62462 790.01 29.12242 + 11.67468 734.06 28.08891 + 11.72472 784.43 28.98828 + 11.77476 724.67 28.00827 + 11.82462 779.11 28.71278 + 11.87463 752.73 28.33567 + 11.92471 733.54 28.43379 + 11.97459 746.79 28.39582 + 12.02461 765.56 28.88255 + 12.07456 750.70 28.33239 + 12.12450 779.88 28.79665 + 12.17442 761.56 28.79281 + 12.22437 725.67 27.83421 + 12.27441 807.15 29.30111 + 12.32437 745.75 28.67390 + 12.37432 788.00 29.22697 + 12.42409 725.64 27.99842 + 12.47417 761.60 28.34602 + 12.52423 768.65 28.90191 + 12.57413 785.66 28.81345 + 12.61347 764.38 27.39105 + 12.66357 727.45 26.82002 + 12.71364 746.76 27.13645 + 12.76375 786.33 27.89217 + 12.81370 765.94 27.50720 + 12.86366 776.81 27.63942 + 12.91372 736.69 27.11616 + 12.96376 728.16 26.96242 + 13.01380 757.21 27.39101 + 13.06366 781.63 27.73079 + 13.11368 763.67 27.42530 + 13.16376 732.74 26.84716 + 13.21364 745.87 27.19839 + 13.26365 760.49 27.42380 + 13.31361 784.22 27.79723 + 13.36354 741.46 26.95486 + 13.41346 733.61 26.97443 + 13.46341 775.04 27.60387 + 13.51345 758.65 27.42436 + 13.56342 754.40 27.27823 + 13.61336 701.22 26.27288 + 13.66313 778.39 27.68511 + 13.71321 739.69 27.31066 + 13.76327 722.27 26.74960 + 13.81317 779.18 27.72609 + 13.86791 740.32 27.80809 + 13.91801 738.65 27.79228 + 13.96809 784.66 28.64501 + 14.01819 755.77 28.11816 + 14.06814 733.04 27.74023 + 14.11811 725.36 27.64581 + 14.16817 754.73 28.15314 + 14.21821 765.19 28.34985 + 14.26825 801.27 28.97983 + 14.31810 804.70 28.98768 + 14.36812 756.36 28.21901 + 14.41820 766.09 28.40835 + 14.46808 780.76 28.74735 + 14.51810 741.08 27.81827 + 14.56805 729.70 27.63716 + 14.61798 750.00 28.05076 + 14.66790 759.58 28.14732 + 14.71786 758.71 28.34613 + 14.76790 777.14 28.52254 + 14.81786 741.13 27.96930 + 14.86780 738.30 27.77428 + 14.91757 764.53 28.38430 + 14.96766 764.54 28.27683 + 15.01772 796.72 28.88634 + 15.06762 744.09 27.95072 + 15.12395 723.92 26.52031 + 15.17406 750.85 27.06986 + 15.22413 795.62 27.79729 + 15.27423 747.70 26.93454 + 15.32419 745.56 26.90944 + 15.37415 743.07 26.84940 + 15.42421 773.46 27.41947 + 15.47425 765.86 27.29211 + 15.52429 699.87 26.06625 + 15.57415 732.41 26.59871 + 15.62416 768.54 27.36019 + 15.67425 699.30 26.04781 + 15.72412 769.53 27.41458 + 15.77414 743.34 26.87139 + 15.82409 719.45 26.48893 + 15.87403 707.66 26.18487 + 15.92395 720.09 26.43282 + 15.97390 775.08 27.43756 + 16.02394 732.56 26.77164 + 16.07390 723.68 26.47283 + 16.12385 763.27 27.26139 + 16.17362 755.35 27.09298 + 16.22370 746.64 26.95681 + 16.27376 736.37 26.74808 + 16.32366 751.89 27.06437 + 16.35805 796.15 28.59570 + 16.40815 749.58 27.72352 + 16.45822 783.55 28.35462 + 16.50833 785.38 28.40638 + 16.55828 786.92 28.40782 + 16.60824 741.59 27.59535 + 16.65830 749.53 27.70216 + 16.70834 728.18 27.50598 + 16.75838 760.77 27.93471 + 16.80824 732.60 27.37769 + 16.85826 712.64 27.07485 + 16.90834 761.29 27.94164 + 16.95822 703.67 26.84074 + 17.00823 726.79 27.27157 + 17.05819 769.55 28.08875 + 17.10812 761.75 27.87412 + 17.15804 783.25 28.34282 + 17.20799 803.04 28.66399 + 17.25803 688.34 26.44137 + 17.30800 773.21 28.11756 + 17.35794 786.29 28.37416 + 17.40771 791.91 28.52041 + 17.45779 804.54 28.77003 + 17.50785 739.52 27.53972 + 17.55775 787.44 28.38725 + 17.59494 771.27 27.88006 + 17.64504 774.40 27.89934 + 17.69512 763.19 27.70100 + 17.74522 780.10 28.00328 + 17.79517 820.85 28.73312 + 17.84514 789.93 28.17175 + 17.89520 792.37 28.23855 + 17.94524 764.67 27.73426 + 17.99528 778.85 27.96950 + 18.04513 769.15 27.78613 + 18.09515 734.53 27.11284 + 18.14523 784.94 28.10719 + 18.19511 716.35 26.92783 + 18.24513 733.69 27.05403 + 18.29508 785.49 28.16602 + 18.34501 723.63 26.96982 + 18.39493 752.80 27.49070 + 18.44489 756.58 27.52387 + 18.49493 734.30 27.12860 + 18.54489 770.37 27.74746 + 18.59483 750.65 27.43305 + 18.64460 807.97 28.55632 + 18.69469 773.34 27.87619 + 18.74475 796.94 28.42193 + 18.79465 763.12 27.67490 + 18.83978 752.30 28.52307 + 18.88989 695.47 27.53979 + 18.93996 759.74 28.42786 + 18.99006 828.57 29.87166 + 19.04002 786.28 29.05933 + 19.08998 797.57 29.16885 + 19.14004 737.60 28.45629 + 19.19008 794.48 29.14332 + 19.24012 755.77 28.45200 + 19.28998 723.12 27.76558 + 19.33999 744.43 28.16393 + 19.39008 782.77 28.98545 + 19.43995 776.36 28.99250 + 19.48997 775.07 28.76550 + 19.53993 774.15 28.95061 + 19.58986 724.69 27.91724 + 19.63978 792.48 29.14421 + 19.68973 830.35 29.73910 + 19.73977 802.84 29.38500 + 19.78973 756.72 28.52870 + 19.83968 803.48 29.25636 + 19.88945 834.42 30.06579 + 19.93953 828.34 29.96631 + 19.98959 789.51 28.94570 + 20.03949 775.19 28.81156 + 20.10568 857.45 32.37782 + 20.15578 852.93 32.25420 + 20.20585 894.39 33.08635 + 20.25596 886.63 32.89254 + 20.30591 917.87 33.61837 + 20.35587 914.86 33.42041 + 20.40593 930.06 33.74713 + 20.45597 1064.38 36.20054 + 20.50601 1104.89 36.88692 + 20.55587 1063.11 36.13952 + 20.60589 1065.09 36.27761 + 20.65597 1081.92 36.47885 + 20.70585 1178.68 38.15128 + 20.75586 1179.87 38.18030 + 20.80582 1254.80 39.44937 + 20.85575 1263.04 39.57023 + 20.90567 1319.03 40.48040 + 20.95562 1470.85 42.94320 + 21.00566 1491.27 43.30375 + 21.05563 1629.27 45.63044 + 21.10557 1747.77 47.22968 + 21.15534 1803.66 48.10239 + 21.20542 1937.27 50.04006 + 21.25548 2071.21 51.78827 + 21.30538 2025.93 51.32559 + 21.36597 2449.60 54.86909 + 21.41607 2599.33 56.76491 + 21.46615 2835.68 59.50515 + 21.51625 3003.89 61.53181 + 21.56620 3210.67 63.71746 + 21.61617 3368.51 65.56478 + 21.66623 3810.41 70.23358 + 21.71627 4183.12 74.17434 + 21.76631 4466.32 76.99974 + 21.81616 4630.93 78.33123 + 21.86618 5279.75 84.89514 + 21.91626 5829.30 90.22534 + 21.96614 6574.37 97.32580 + 22.01616 7110.45 102.46189 + 22.06611 7852.27 109.91265 + 22.11604 8051.85 111.90174 + 22.16596 7989.20 111.55429 + 22.21592 7959.58 110.97729 + 22.26596 7849.35 109.53259 + 22.31592 7410.70 105.76982 + 22.36586 7183.28 103.99286 + 22.41563 6768.70 99.97842 + 22.46572 6175.79 94.36740 + 22.51578 5645.10 89.29483 + 22.56568 4898.09 82.08375 + 22.61196 4225.79 77.47260 + 22.66207 3632.12 71.00070 + 22.71214 3039.32 63.81459 + 22.76224 2751.86 60.45820 + 22.81220 2331.28 54.81780 + 22.86216 2048.97 51.26451 + 22.91222 1742.11 46.65073 + 22.96226 1451.93 42.15069 + 23.01230 1216.34 38.19292 + 23.06216 1052.24 35.50188 + 23.11217 966.86 33.81397 + 23.16226 968.34 33.94337 + 23.21213 949.41 33.61053 + 23.26215 920.38 33.13021 + 23.31211 884.56 32.42638 + 23.36204 889.47 32.42835 + 23.41196 894.47 32.49814 + 23.46191 863.76 31.94127 + 23.51195 848.44 31.59933 + 23.56191 856.24 31.78570 + 23.61186 856.95 31.85349 + 23.66163 799.55 30.70310 + 23.71171 808.75 30.79480 + 23.76177 868.66 32.09077 + 23.81167 866.02 32.26585 + 23.86136 931.41 36.77343 + 23.91146 888.13 35.82903 + 23.96153 886.21 35.77769 + 24.01164 915.72 36.81528 + 24.06159 953.10 37.45848 + 24.11155 901.68 36.13334 + 24.16161 832.29 34.78575 + 24.21165 880.63 35.68214 + 24.26169 909.05 36.39090 + 24.31155 890.85 36.06489 + 24.36157 823.90 34.44270 + 24.41165 872.84 35.51746 + 24.46153 868.69 35.53999 + 24.51154 844.11 34.92639 + 24.56150 869.95 35.74834 + 24.61143 842.28 35.04726 + 24.66135 870.84 35.43816 + 24.71130 807.88 34.05372 + 24.76134 787.48 33.62553 + 24.81131 799.05 33.97489 + 24.86125 788.06 33.87119 + 24.91102 789.39 33.74595 + 24.96110 833.76 34.74112 + 25.01116 800.07 34.01598 + 25.06106 823.40 34.62126 + 25.11545 801.39 33.12835 + 25.16555 785.92 32.96178 + 25.21563 793.42 32.99925 + 25.26573 819.35 34.25174 + 25.31568 796.68 33.22102 + 25.36565 780.48 33.21262 + 25.41571 821.14 33.51818 + 25.46575 781.52 32.57584 + 25.51579 812.20 33.55124 + 25.56564 822.25 33.56532 + 25.61566 848.33 34.00408 + 25.66574 844.17 34.13539 + 25.71562 802.73 33.42225 + 25.76564 744.98 31.82351 + 25.81559 776.41 32.56477 + 25.86552 811.29 33.30586 + 25.91545 815.06 33.32766 + 25.96540 747.86 32.20071 + 26.01544 768.84 32.69038 + 26.06540 737.53 31.73868 + 26.11534 815.88 33.48021 + 26.16512 744.25 31.81865 + 26.21520 723.78 31.40702 + 26.26526 794.45 32.92863 + 26.31516 829.77 33.74290 + 26.37759 804.26 28.86254 + 26.42770 766.01 28.14824 + 26.47777 815.55 29.11489 + 26.52787 822.52 29.33269 + 26.57783 823.32 29.24577 + 26.62779 826.59 29.35920 + 26.67785 815.38 29.09964 + 26.72789 810.41 28.98090 + 26.77793 763.55 28.07745 + 26.82779 820.02 29.12655 + 26.87780 884.62 30.32213 + 26.92789 830.77 29.58766 + 26.97776 785.68 28.61478 + 27.02778 793.66 28.71046 + 27.07774 870.84 30.25809 + 27.12767 754.98 27.92499 + 27.17759 813.84 29.05077 + 27.22754 789.20 28.56423 + 27.27758 802.59 28.99683 + 27.32754 781.87 28.40481 + 27.37749 832.83 29.48541 + 27.42726 800.85 28.90254 + 27.47734 806.72 28.88808 + 27.52740 810.28 28.95609 + 27.57730 762.63 28.08378 + 27.63339 854.06 33.20979 + 27.68349 882.05 33.48525 + 27.73356 821.65 32.11630 + 27.78367 841.46 32.67614 + 27.83362 850.63 32.62190 + 27.88358 850.49 32.66880 + 27.93364 813.44 32.09946 + 27.98368 778.79 31.22627 + 28.03372 815.21 31.73093 + 28.08358 824.68 32.06055 + 28.13360 855.37 32.64715 + 28.18368 861.03 33.29945 + 28.23356 806.55 31.63522 + 28.28357 831.35 32.46510 + 28.33353 873.83 32.91833 + 28.38346 885.53 33.38656 + 28.43338 842.76 32.15477 + 28.48333 865.40 32.88193 + 28.53337 826.46 31.96189 + 28.58334 880.00 32.91286 + 28.63328 876.56 32.96024 + 28.68305 838.86 32.46119 + 28.73313 834.81 32.37717 + 28.78319 851.69 32.39195 + 28.83309 850.41 32.46263 + 28.86573 893.22 35.65095 + 28.91584 852.43 34.52006 + 28.96591 862.51 34.61617 + 29.01601 800.10 33.35751 + 29.06596 920.70 35.68429 + 29.11593 865.00 34.74088 + 29.16599 894.11 35.24748 + 29.21603 878.50 35.13941 + 29.26607 869.20 34.74272 + 29.31592 860.04 34.47670 + 29.36594 828.47 34.13633 + 29.41602 851.02 34.38221 + 29.46590 869.29 34.87673 + 29.51592 787.01 33.10706 + 29.56587 776.69 32.79521 + 29.61580 859.75 34.72481 + 29.66573 803.70 33.98005 + 29.71568 820.00 33.64884 + 29.76572 858.68 34.55660 + 29.81568 854.16 34.41531 + 29.86562 829.50 33.87552 + 29.91540 817.03 34.03756 + 29.96548 790.15 33.21896 + 30.01554 843.92 34.45861 + 30.06544 828.83 34.06479 + 30.09852 831.58 32.35096 + 30.14863 836.90 32.36757 + 30.19870 866.32 33.03502 + 30.24880 818.03 32.06207 + 30.29876 935.37 34.39301 + 30.34872 943.59 34.56763 + 30.39878 920.54 34.27665 + 30.44882 920.45 34.28720 + 30.49886 961.49 34.97567 + 30.54872 976.38 35.51189 + 30.59873 1099.49 37.82756 + 30.64882 1240.47 40.39645 + 30.69869 1248.83 40.55657 + 30.74871 1384.53 42.85755 + 30.79867 1469.53 44.58345 + 30.84860 1591.46 46.82355 + 30.89852 1582.98 46.44117 + 30.94847 1817.56 50.08313 + 30.99851 2031.05 53.44382 + 31.04847 2144.29 55.01937 + 31.09842 2381.76 58.52412 + 31.14819 2656.19 61.95155 + 31.19827 2855.64 64.39118 + 31.24833 3193.66 68.68435 + 31.29823 3468.05 71.87994 + 31.35142 3965.13 81.46746 + 31.40152 4512.56 87.17758 + 31.45159 5196.13 94.41058 + 31.50170 5805.09 100.07591 + 31.55165 6753.99 109.92658 + 31.60161 7397.81 115.84530 + 31.65168 7938.59 121.38389 + 31.70171 8235.84 124.47491 + 31.75175 8199.73 123.76264 + 31.80161 8072.87 121.48134 + 31.85163 7971.10 121.03237 + 31.90171 7586.59 116.82989 + 31.95159 7167.87 112.57971 + 32.00161 6622.43 106.93343 + 32.05156 6111.23 101.66366 + 32.10149 5203.64 92.09917 + 32.15141 4630.45 85.86442 + 32.20137 3909.73 77.67196 + 32.25140 3211.38 69.46041 + 32.30137 2914.61 65.97633 + 32.35131 2532.69 61.17637 + 32.40108 2106.10 55.10845 + 32.45116 1721.90 49.41843 + 32.50123 1428.02 44.91206 + 32.55112 1153.99 40.09043 + 32.59631 1076.42 36.08565 + 32.64642 961.07 33.53083 + 32.69649 994.01 34.26920 + 32.74659 916.21 32.64173 + 32.79654 894.36 32.57103 + 32.84651 881.26 31.99601 + 32.89657 894.30 32.85973 + 32.94661 898.73 32.35329 + 32.99665 883.85 32.23956 + 33.04650 852.51 31.46396 + 33.09652 865.73 32.07425 + 33.14660 876.08 31.91546 + 33.19648 877.08 32.17196 + 33.24650 794.10 30.11954 + 33.29645 780.10 30.17460 + 33.34638 840.15 31.93699 + 33.39631 905.27 33.30267 + 33.44626 862.05 31.68349 + 33.49630 820.71 30.77295 + 33.54626 854.19 31.81185 + 33.59620 826.64 31.04407 + 33.64598 857.99 32.18905 + 33.69606 850.63 31.76884 + 33.74612 855.37 31.84745 + 33.79602 911.62 32.78434 + 33.83740 747.38 27.25998 + 33.88751 822.55 28.63441 + 33.93758 852.22 29.12920 + 33.98768 840.02 28.89698 + 34.03764 826.28 28.55937 + 34.08760 881.55 29.59335 + 34.13766 865.87 29.34929 + 34.18770 882.16 29.58002 + 34.23774 837.56 28.89379 + 34.28760 920.12 30.19525 + 34.33761 872.50 29.45685 + 34.38770 869.41 29.42107 + 34.43757 865.79 29.36651 + 34.48759 898.99 29.83634 + 34.53755 876.77 29.50530 + 34.58748 905.50 30.09927 + 34.63740 868.80 29.44876 + 34.68735 863.85 29.27535 + 34.73739 879.81 29.52036 + 34.78735 843.08 28.89007 + 34.83730 883.56 29.66524 + 34.88707 805.19 28.23699 + 34.93715 864.76 29.27297 + 34.98721 874.90 29.50230 + 35.03711 897.34 29.90084 + 35.10595 824.08 29.29888 + 35.15605 901.39 30.74436 + 35.20612 834.95 29.45255 + 35.25623 862.03 29.90168 + 35.30618 839.90 29.68285 + 35.35614 871.74 30.05866 + 35.40621 832.28 29.42481 + 35.45624 835.16 29.42618 + 35.50628 868.73 30.05185 + 35.55614 878.90 30.12896 + 35.60616 865.17 30.04234 + 35.65624 824.19 29.24934 + 35.70612 846.02 29.77593 + 35.75614 796.98 28.71047 + 35.80609 837.07 29.47217 + 35.85602 847.75 29.65330 + 35.90594 821.63 29.18755 + 35.95590 882.78 30.26422 + 36.00593 873.81 30.07880 + 36.05590 767.55 28.21613 + 36.10584 811.97 28.96138 + 36.15561 787.11 28.82275 + 36.20569 800.50 28.89269 + 36.25576 840.36 29.51417 + 36.30565 839.98 29.62679 + 36.37964 791.13 28.53380 + 36.42975 813.81 28.94834 + 36.47982 804.32 28.65821 + 36.52992 788.24 28.38825 + 36.57987 769.64 28.04082 + 36.62984 792.00 28.44167 + 36.67990 788.50 28.37681 + 36.72994 814.64 28.88773 + 36.77998 793.39 28.46157 + 36.82983 791.91 28.44952 + 36.87985 786.19 28.38978 + 36.92993 785.47 28.33371 + 36.97981 788.48 28.41854 + 37.02983 815.03 28.80375 + 37.07978 809.03 28.73453 + 37.12971 788.46 28.37999 + 37.17964 781.51 28.27571 + 37.22959 743.38 27.51379 + 37.27963 759.65 27.82615 + 37.32959 787.78 28.36288 + 37.37953 766.58 27.97941 + 37.42931 761.38 27.88313 + 37.47939 806.38 28.68822 + 37.52945 792.38 28.42617 + 37.57935 784.63 28.38934 + 37.62004 836.80 29.69508 + 37.67014 812.46 29.22054 + 37.72021 827.10 29.46033 + 37.77031 812.79 29.21390 + 37.82027 801.33 28.97131 + 37.87023 856.54 30.03132 + 37.92029 855.53 30.10237 + 37.97033 893.57 30.79096 + 38.02037 849.37 29.96736 + 38.07023 896.07 30.76883 + 38.12024 959.79 31.99521 + 38.17033 922.03 31.28554 + 38.22020 1028.27 33.08040 + 38.27022 1048.48 33.54736 + 38.32018 1110.23 34.73376 + 38.37011 1302.04 37.77776 + 38.42003 1382.69 39.00951 + 38.46998 1524.59 41.16924 + 38.52002 1656.36 43.15473 + 38.56998 1802.55 45.30412 + 38.61993 2165.26 50.35944 + 38.66970 2524.36 54.98539 + 38.71978 2820.94 58.21892 + 38.76984 3181.41 62.29589 + 38.81974 3658.34 67.28427 + 38.87078 4321.95 71.58819 + 38.92088 5222.28 79.76840 + 38.97095 5963.87 85.70099 + 39.02106 7300.81 96.44182 + 39.07101 8251.76 103.85727 + 39.12097 9018.56 110.04931 + 39.17104 9364.04 112.84945 + 39.22107 9519.86 113.98369 + 39.27111 9400.29 112.78360 + 39.32097 9325.90 112.41551 + 39.37099 8781.71 108.13323 + 39.42107 8341.71 104.73472 + 39.47095 7732.26 100.29025 + 39.52097 6934.04 93.48519 + 39.57092 5966.28 85.11311 + 39.62085 5193.82 78.58600 + 39.67077 4326.42 70.63448 + 39.72073 3574.29 63.03078 + 39.77076 3004.24 57.66906 + 39.82073 2518.22 52.22451 + 39.87067 2194.51 48.67424 + 39.92044 1717.01 42.61372 + 39.97052 1434.17 38.76949 + 40.02059 1217.46 35.15621 + 40.07048 1069.68 32.92460 + 40.12237 949.62 29.99405 + 40.17248 986.30 30.61556 + 40.22255 924.17 29.54431 + 40.27265 849.43 28.37436 + 40.32260 888.04 28.97714 + 40.37257 863.03 28.59193 + 40.42263 805.28 27.54630 + 40.47267 847.26 28.26902 + 40.52271 863.48 28.54719 + 40.57256 837.40 28.05931 + 40.62258 835.30 28.13167 + 40.67266 802.48 27.48329 + 40.72254 885.68 28.92320 + 40.77256 838.05 28.06638 + 40.82251 842.80 28.12611 + 40.87244 841.48 28.13093 + 40.92237 830.46 27.95853 + 40.97232 876.30 28.80153 + 41.02236 834.95 27.99979 + 41.07232 822.86 27.85391 + 41.12226 831.99 28.02564 + 41.17204 852.59 28.40361 + 41.22212 845.37 28.25890 + 41.27218 829.98 27.97645 + 41.32208 823.94 27.90734 + 41.36432 784.96 28.46833 + 41.41442 805.88 28.57665 + 41.46449 741.75 27.37998 + 41.51459 801.24 28.58619 + 41.56455 793.87 28.38110 + 41.61451 758.94 27.83098 + 41.66457 817.35 28.82737 + 41.71461 813.99 28.96087 + 41.76465 776.12 28.09634 + 41.81451 754.79 27.76614 + 41.86452 767.77 27.92594 + 41.91461 812.24 28.73385 + 41.96449 796.99 28.49646 + 42.01450 807.86 28.64215 + 42.06446 800.20 28.52645 + 42.11439 768.37 28.02079 + 42.16431 807.19 28.64039 + 42.21426 818.78 28.78182 + 42.26430 840.37 29.30616 + 42.31427 840.37 29.40123 + 42.36421 837.18 29.17730 + 42.41398 814.53 28.79534 + 42.46406 867.15 29.72755 + 42.51412 828.37 29.37813 + 42.56402 820.37 28.85506 + 42.61411 857.66 30.68461 + 42.66421 839.06 30.29536 + 42.71428 845.49 30.41958 + 42.76439 821.91 29.92864 + 42.81434 833.05 30.22315 + 42.86430 893.38 31.27769 + 42.91437 834.06 30.31111 + 42.96440 828.96 30.16721 + 43.01444 795.30 29.42885 + 43.06430 772.15 28.96977 + 43.11432 772.04 28.99613 + 43.16440 760.94 28.74860 + 43.21428 766.19 28.88774 + 43.26430 792.85 29.50341 + 43.31425 760.18 28.76914 + 43.36418 741.39 28.41213 + 43.41410 830.06 30.12503 + 43.46406 741.61 28.42984 + 43.51409 750.00 28.52149 + 43.56406 773.80 29.06986 + 43.61400 827.71 30.03619 + 43.66377 820.78 29.96863 + 43.71385 809.97 29.82410 + 43.76392 780.23 29.16933 + 43.81381 795.34 29.51741 + 43.86495 780.87 28.77899 + 43.91506 827.44 29.66822 + 43.96513 803.47 29.13095 + 44.01523 822.15 29.49514 + 44.06518 865.78 30.30828 + 44.11515 840.77 29.85139 + 44.16521 771.46 28.64030 + 44.21525 871.83 30.44574 + 44.26529 828.07 29.62026 + 44.31514 880.75 30.49748 + 44.36516 878.04 30.58669 + 44.41524 880.84 30.68836 + 44.46512 810.56 29.35996 + 44.51514 808.49 29.23807 + 44.56509 880.58 30.58392 + 44.61502 841.65 29.93664 + 44.66495 907.00 31.18819 + 44.71490 950.12 31.80803 + 44.76494 919.75 31.29413 + 44.81490 986.84 32.45051 + 44.86484 1113.67 34.61712 + 44.91462 1132.01 35.00833 + 44.96470 1237.26 36.77861 + 45.01476 1339.99 38.37449 + 45.06466 1587.68 42.14939 + 45.10925 1811.46 46.16744 + 45.15935 1979.79 48.36831 + 45.20942 2355.45 53.25041 + 45.25952 2781.64 58.38936 + 45.30948 3279.83 63.70478 + 45.35944 3884.98 69.95844 + 45.40950 4479.67 75.55580 + 45.45954 5330.87 83.37607 + 45.50958 6337.10 92.17614 + 45.55944 6988.94 97.70322 + 45.60945 7320.04 100.80007 + 45.65954 7422.39 101.69076 + 45.70942 7447.94 101.89400 + 45.75943 7148.43 99.18900 + 45.80939 6889.78 96.89093 + 45.85932 6529.15 93.84290 + 45.90924 5983.71 89.07530 + 45.95919 5578.86 85.35148 + 46.00923 4638.55 76.67466 + 46.05920 3945.67 69.81712 + 46.10914 3173.10 61.68585 + 46.15891 2703.07 56.49633 + 46.20899 2308.14 51.73127 + 46.25905 1960.57 47.50980 + 46.30895 1737.74 44.49628 + 46.35974 1385.99 40.26564 + 46.40984 1236.76 38.02120 + 46.45991 966.71 33.09246 + 46.51002 914.85 32.10285 + 46.55997 874.10 31.44133 + 46.60993 813.05 30.22448 + 46.66000 865.24 31.12626 + 46.71003 890.69 31.64990 + 46.76007 856.12 31.06291 + 46.80993 844.88 30.93654 + 46.85995 789.08 29.75453 + 46.91003 794.14 29.79261 + 46.95991 801.61 29.96559 + 47.00993 773.50 29.34359 + 47.05988 808.56 30.04173 + 47.10981 775.45 29.26600 + 47.15973 732.94 28.67051 + 47.20969 790.62 29.61880 + 47.25972 756.81 28.90864 + 47.30969 779.67 29.60624 + 47.35963 775.06 29.50382 + 47.40940 759.57 29.15787 + 47.45948 761.03 29.09221 + 47.50955 771.35 29.29932 + 47.55944 749.75 29.02765 + 47.62723 748.91 27.00183 + 47.67734 761.81 27.06632 + 47.72741 721.85 26.33901 + 47.77751 770.74 27.20201 + 47.82746 747.65 27.07807 + 47.87743 770.34 27.13821 + 47.92749 747.01 26.71243 + 47.97753 692.62 26.08207 + 48.02757 753.30 27.00408 + 48.07742 700.61 26.15487 + 48.12744 772.84 27.31165 + 48.17752 793.77 27.59289 + 48.22740 732.49 26.71035 + 48.27742 742.86 26.77851 + 48.32737 815.36 28.33787 + 48.37731 746.33 26.84298 + 48.42723 775.31 27.69165 + 48.47718 786.72 27.42222 + 48.52722 755.54 27.09513 + 48.57718 767.04 26.89112 + 48.62713 781.99 27.40054 + 48.67690 747.65 26.87279 + 48.72698 699.86 25.97212 + 48.77704 775.59 27.23040 + 48.82694 763.70 26.97299 + 48.87053 795.73 27.40408 + 48.92063 785.32 27.15253 + 48.97070 752.33 26.44682 + 49.02080 768.46 26.72570 + 49.07076 775.57 26.95682 + 49.12072 766.03 26.87562 + 49.17078 723.46 25.85070 + 49.22082 787.23 27.15076 + 49.27086 758.56 26.52642 + 49.32072 788.80 27.00434 + 49.37073 823.34 27.61730 + 49.42082 859.12 28.32472 + 49.47070 774.26 26.70583 + 49.52071 791.38 26.98970 + 49.57067 817.91 27.56586 + 49.62060 856.06 28.39886 + 49.67052 806.48 27.58708 + 49.72047 808.28 27.33063 + 49.77051 792.14 27.04029 + 49.82048 800.49 27.33315 + 49.87042 832.55 27.84578 + 49.92019 814.22 27.60043 + 49.97027 767.77 26.91790 + 50.02033 792.59 27.29591 + 50.07023 819.67 27.62465 + 50.10067 812.84 28.86996 + 50.15077 793.47 28.46929 + 50.20084 763.66 28.04173 + 50.25095 763.39 27.99027 + 50.30090 809.00 28.90112 + 50.35086 799.64 28.60164 + 50.40093 824.57 29.11720 + 50.45096 832.36 29.25199 + 50.50100 792.17 28.50015 + 50.55086 830.32 29.14824 + 50.60088 885.21 30.19312 + 50.65096 853.53 29.88255 + 50.70084 903.71 30.73123 + 50.75086 886.82 30.17124 + 50.80081 992.45 32.15978 + 50.85074 1108.20 34.03086 + 50.90066 1173.66 35.18007 + 50.95062 1332.56 37.64270 + 51.00065 1431.78 39.01493 + 51.05062 1682.19 42.65407 + 51.10056 1961.84 46.39330 + 51.15033 2234.81 49.84165 + 51.20041 2696.52 54.93668 + 51.25048 3249.35 60.92902 + 51.30037 3732.23 65.78422 + 51.36641 4412.86 71.62799 + 51.41652 4662.94 74.06005 + 51.46659 4565.86 73.02334 + 51.51669 4769.53 74.91230 + 51.56664 4540.72 72.63001 + 51.61661 4487.99 72.20142 + 51.66667 4192.79 69.48132 + 51.71671 3766.40 65.18888 + 51.76675 3434.04 61.88473 + 51.81660 3031.91 57.62602 + 51.86662 2652.44 53.62930 + 51.91670 2224.45 48.77467 + 51.96658 1877.49 44.44484 + 52.01660 1634.73 41.28624 + 52.06655 1399.83 38.14552 + 52.11649 1284.02 36.33260 + 52.16641 1150.78 34.35372 + 52.21636 943.35 30.89486 + 52.26640 942.02 30.83880 + 52.31636 875.47 29.71928 + 52.36631 881.41 29.87913 + 52.41608 817.30 28.66479 + 52.46616 841.41 29.13942 + 52.51622 769.93 27.92908 + 52.56612 774.60 27.88807 + 52.63691 787.23 29.51079 + 52.68701 838.93 30.47627 + 52.73708 797.96 29.59501 + 52.78718 753.78 28.76876 + 52.83714 818.87 30.06916 + 52.88710 783.48 29.35892 + 52.93716 803.32 29.77895 + 52.98720 747.48 28.62085 + 53.03724 770.27 29.16136 + 53.08710 744.51 28.59902 + 53.13711 781.41 29.33523 + 53.18720 786.01 29.43009 + 53.23708 816.06 30.05902 + 53.28709 778.59 29.19250 + 53.33705 787.07 29.46338 + 53.38698 760.06 28.97638 + 53.43690 810.48 29.88297 + 53.48685 805.09 29.77249 + 53.53689 771.59 29.16605 + 53.58686 803.35 29.73649 + 53.63680 757.63 28.85171 + 53.68657 775.96 29.23007 + 53.73665 747.76 28.65214 + 53.78671 778.96 29.27027 + 53.83661 745.62 28.71357 + 53.87000 738.16 27.90358 + 53.92010 792.69 28.87019 + 53.97017 723.05 27.50948 + 54.02028 776.19 28.49311 + 54.07023 816.69 29.39924 + 54.12020 769.75 28.63528 + 54.17026 720.62 27.39842 + 54.22030 741.07 27.98938 + 54.27033 780.60 28.69798 + 54.32019 768.63 28.51491 + 54.37021 763.70 28.32872 + 54.42029 800.42 29.19222 + 54.47017 749.00 28.19597 + 54.52019 736.92 27.71149 + 54.57014 795.87 28.87826 + 54.62007 791.79 28.79597 + 54.66999 736.85 27.85670 + 54.71995 760.71 28.29785 + 54.76999 807.81 29.19411 + 54.81995 788.52 28.82977 + 54.86989 797.29 28.97726 + 54.91966 726.98 28.01928 + 54.96975 816.80 29.39351 + 55.01981 795.35 28.92221 + 55.06971 784.99 28.68617 + 55.10219 739.58 26.10080 + 55.15230 806.62 27.26800 + 55.20237 819.24 27.42081 + 55.25247 804.75 27.20845 + 55.30242 802.08 27.18892 + 55.35239 802.58 27.18410 + 55.40245 827.59 27.65816 + 55.45249 875.83 28.43487 + 55.50253 832.90 27.72229 + 55.55238 843.84 27.87146 + 55.60240 914.83 29.12083 + 55.65248 885.46 28.59959 + 55.70236 911.14 29.10172 + 55.75238 887.44 28.62146 + 55.80233 928.19 29.29791 + 55.85227 892.87 28.75873 + 55.90219 913.07 29.05290 + 55.95214 920.38 29.12918 + 56.00218 912.45 29.00210 + 56.05214 956.88 29.82923 + 56.10209 978.58 30.13554 + 56.15186 1001.44 30.53532 + 56.20194 1042.51 31.24750 + 56.25200 1154.21 33.01513 + 56.30190 1201.70 33.75878 + 56.35839 1344.41 37.71305 + 56.40849 1445.84 39.24372 + 56.45856 1758.95 43.66195 + 56.50866 2118.13 48.26740 + 56.55862 2532.54 53.25370 + 56.60858 3056.48 58.71947 + 56.65864 3708.96 65.57127 + 56.70868 4176.55 70.17153 + 56.75872 4824.02 76.07751 + 56.80858 5019.69 77.99721 + 56.85859 5128.87 79.00987 + 56.90868 4974.40 77.41793 + 56.95856 4834.54 76.17499 + 57.00857 4702.00 74.74025 + 57.05853 4410.76 72.05598 + 57.10846 4138.62 69.41392 + 57.15838 3625.59 64.27166 + 57.20833 3150.03 59.25494 + 57.25837 2559.87 52.89518 + 57.30834 2164.51 48.21634 + 57.35828 1947.96 45.61023 + 57.40805 1599.89 41.11189 + 57.45813 1355.84 37.53913 + 57.50819 1243.81 35.87109 + 57.55809 1109.59 33.78895 + 57.61968 960.41 30.71799 + 57.66978 848.29 28.89604 + 57.71985 804.74 27.94000 + 57.76996 829.36 28.38436 + 57.81991 778.30 27.52476 + 57.86988 800.47 27.89514 + 57.91994 811.95 28.06659 + 57.96998 766.12 27.23212 + 58.02001 790.27 27.74154 + 58.06987 780.77 27.62156 + 58.11989 803.80 28.00377 + 58.16997 776.21 27.39477 + 58.21985 789.67 27.76058 + 58.26987 796.25 27.85314 + 58.31982 825.38 28.36450 + 58.36975 826.00 28.32151 + 58.41967 796.58 27.90929 + 58.46963 834.90 28.46436 + 58.51967 792.80 27.84591 + 58.56963 853.05 28.93790 + 58.61957 825.43 28.41708 + 58.66934 817.44 28.12089 + 58.71943 796.94 27.88943 + 58.76949 826.60 28.42906 + 58.81939 819.99 28.29703 + 58.86822 783.30 27.65424 + 58.91833 778.00 27.69602 + 58.96840 800.03 27.95832 + 59.01850 843.62 28.97693 + 59.06845 807.42 28.19018 + 59.11842 826.64 28.48337 + 59.16848 780.54 27.69514 + 59.21852 816.58 28.24071 + 59.26856 816.53 28.23657 + 59.31841 785.69 27.61626 + 59.36843 745.53 26.94294 + 59.41851 839.16 28.72573 + 59.46839 799.25 27.97781 + 59.51841 766.50 27.34692 + 59.56836 810.54 28.17752 + 59.61830 825.29 28.30822 + 59.66822 788.88 27.87124 + 59.71817 764.95 27.26833 + 59.76821 796.12 27.82226 + 59.81817 759.69 27.09822 + 59.86812 797.75 27.85985 + 59.91789 788.29 27.70651 + 59.96797 771.60 27.52701 + 60.01803 786.11 27.69093 + 60.06793 808.26 28.36299 + 60.10817 764.39 27.28353 + 60.15827 793.86 28.04636 + 60.20834 763.63 27.28903 + 60.25845 786.43 27.83859 + 60.30840 793.48 27.77436 + 60.35836 825.06 28.64878 + 60.40842 754.90 27.20287 + 60.45846 762.07 27.64299 + 60.50850 835.44 28.82801 + 60.55836 757.59 27.09689 + 60.60837 784.95 27.69805 + 60.65846 763.73 27.41016 + 60.70834 774.94 27.72472 + 60.75835 725.34 26.49118 + 60.80831 801.51 27.88691 + 60.85824 806.37 28.05504 + 60.90816 787.34 27.82034 + 60.95811 792.63 27.79738 + 61.00815 789.53 27.69147 + 61.05812 810.65 28.18825 + 61.10806 746.45 27.07534 + 61.15783 818.62 28.53574 + 61.20791 771.24 27.52786 + 61.25797 709.34 26.26794 + 61.30787 797.43 27.97678 + 61.34766 806.75 32.43392 + 61.39776 817.22 33.23526 + 61.44783 783.84 32.42700 + 61.49794 784.70 32.64361 + 61.54789 794.21 32.79632 + 61.59786 842.77 33.67176 + 61.64792 815.92 32.67946 + 61.69796 764.97 31.84172 + 61.74799 822.97 32.97047 + 61.79785 825.30 32.87440 + 61.84787 792.09 32.37243 + 61.89795 790.55 32.65049 + 61.94783 792.20 31.94840 + 61.99785 828.43 32.48320 + 62.04780 858.71 34.01963 + 62.09773 784.25 32.61635 + 62.14765 792.06 32.29837 + 62.19761 817.62 32.28522 + 62.24765 837.03 33.56770 + 62.29761 793.74 32.44184 + 62.34755 805.34 32.70206 + 62.39732 772.78 31.54239 + 62.44741 815.95 33.25268 + 62.49747 841.81 33.49757 + 62.54737 740.94 31.40754 + 62.58955 746.96 33.67156 + 62.63966 775.62 33.51211 + 62.68973 804.49 34.53319 + 62.73983 791.61 34.72680 + 62.78978 830.47 34.68321 + 62.83975 810.84 34.96680 + 62.88981 856.73 35.48411 + 62.93985 835.18 34.93874 + 62.98989 941.39 37.66835 + 63.03974 831.05 35.20820 + 63.08976 848.88 35.71291 + 63.13984 865.09 35.62025 + 63.18972 854.96 36.11505 + 63.23974 922.42 37.72654 + 63.28969 945.29 37.59794 + 63.33963 906.78 37.07859 + 63.38955 952.51 37.18366 + 63.43950 890.84 36.33829 + 63.48954 916.44 36.98418 + 63.53950 898.15 36.32646 + 63.58945 947.28 37.71339 + 63.63922 969.83 38.71832 + 63.68930 844.87 35.85119 + 63.73936 857.34 35.87931 + 63.78926 854.62 35.80507 + 63.82930 880.21 31.79037 + 63.87940 869.22 31.53898 + 63.92947 834.08 30.98156 + 63.97958 801.10 30.24678 + 64.02953 834.29 30.86524 + 64.07949 789.85 30.01999 + 64.12955 802.78 30.29234 + 64.17959 784.89 30.03359 + 64.22963 819.81 30.63977 + 64.27949 774.76 29.71411 + 64.32951 749.86 29.33940 + 64.37959 732.13 28.84773 + 64.42947 711.44 28.50482 + 64.47948 743.84 29.07906 + 64.52944 782.65 29.87773 + 64.57937 715.00 28.52511 + 64.62929 766.46 29.55761 + 64.67924 787.50 29.97615 + 64.72928 795.65 30.15240 + 64.77925 810.55 30.51086 + 64.82919 736.76 28.96137 + 64.87896 765.19 29.49708 + 64.92904 795.12 30.10005 + 64.97910 771.85 29.69785 + 65.02900 790.89 30.04463 + 65.07469 721.02 27.88832 + 65.12479 746.90 28.35448 + 65.17486 721.34 27.47131 + 65.22497 725.79 27.51715 + 65.27492 733.24 27.95310 + 65.32489 742.61 28.03703 + 65.37495 721.82 27.55074 + 65.42499 694.95 27.44857 + 65.47502 742.72 27.94258 + 65.52488 697.70 27.02165 + 65.57490 741.19 27.84923 + 65.62498 701.89 27.04204 + 65.67486 719.07 27.54085 + 65.72488 750.46 28.18531 + 65.77483 727.33 27.82120 + 65.82476 728.95 27.71857 + 65.87468 743.66 27.76362 + 65.92464 720.34 27.61765 + 65.97468 732.80 27.67799 + 66.02464 682.33 26.96253 + 66.07458 732.62 27.82793 + 66.12435 720.37 27.43526 + 66.17444 758.56 28.34460 + 66.22450 695.81 27.22394 + 66.27440 727.00 27.55145 + 66.33258 708.31 27.26497 + 66.38269 732.00 27.81736 + 66.43276 733.69 27.78268 + 66.48286 707.17 27.38782 + 66.53282 690.28 26.95364 + 66.58278 734.96 27.82850 + 66.63284 727.27 27.67631 + 66.68288 789.15 28.94837 + 66.73292 777.79 28.74004 + 66.78277 725.26 27.70580 + 66.83279 739.15 27.87785 + 66.88287 786.65 28.79607 + 66.93275 753.07 28.16773 + 66.98277 803.11 29.03479 + 67.03272 769.09 28.46795 + 67.08266 875.68 30.45079 + 67.13258 866.00 30.24140 + 67.18253 839.11 29.73894 + 67.23257 836.07 29.68996 + 67.28253 857.46 30.06741 + 67.33248 805.05 29.12020 + 67.38225 861.19 30.21890 + 67.43233 838.72 29.83779 + 67.48239 812.35 29.30600 + 67.53229 842.30 30.03445 + 67.59603 783.91 30.16036 + 67.64613 798.64 30.43474 + 67.69620 728.10 29.10877 + 67.74631 812.57 30.78556 + 67.79626 775.35 29.99081 + 67.84622 743.37 29.34882 + 67.89628 749.81 29.49524 + 67.94632 760.80 29.82504 + 67.99636 762.27 29.78163 + 68.04622 779.14 30.01693 + 68.09624 760.17 29.67386 + 68.14632 738.94 29.34796 + 68.19620 760.96 29.66479 + 68.24621 740.14 29.35397 + 68.29617 751.86 29.51171 + 68.34610 728.76 29.04628 + 68.39602 751.31 29.47595 + 68.44597 734.97 29.15366 + 68.49601 757.54 29.57989 + 68.54598 656.79 27.46796 + 68.59592 745.87 29.37024 + 68.64569 712.16 28.81021 + 68.69577 719.31 28.83371 + 68.74583 696.69 28.39274 + 68.79573 716.26 28.80350 + 68.86402 706.54 28.46623 + 68.91412 657.12 27.33371 + 68.96419 663.65 27.47693 + 69.01430 700.06 28.17244 + 69.06425 689.83 28.06128 + 69.11422 702.32 28.23151 + 69.16428 669.19 27.67592 + 69.21432 736.30 28.94566 + 69.26435 678.20 27.77424 + 69.31421 723.64 28.89290 + 69.36423 699.26 28.18082 + 69.41431 688.41 27.94969 + 69.46419 719.73 28.68351 + 69.51421 684.76 27.89671 + 69.56416 731.70 29.03346 + 69.61409 686.33 27.88488 + 69.66401 707.11 28.34778 + 69.71397 754.37 29.33102 + 69.76401 718.72 28.55851 + 69.81397 679.29 27.82532 + 69.86391 737.43 28.94725 + 69.91368 724.59 28.97806 + 69.96377 768.50 29.60447 + 70.01383 749.69 29.35496 + 70.06373 799.88 30.25555 + 70.09781 829.93 29.19895 + 70.14792 876.42 30.06742 + 70.19799 923.18 30.70663 + 70.24809 929.07 30.82587 + 70.29805 1054.31 32.86979 + 70.34801 1002.28 32.16796 + 70.39807 1083.98 33.35195 + 70.44811 1126.36 34.05726 + 70.49815 1204.98 35.23460 + 70.54801 1324.40 36.99687 + 70.59802 1360.23 37.63271 + 70.64810 1383.80 38.02364 + 70.69798 1488.79 39.45304 + 70.74800 1592.70 40.97707 + 70.79795 1702.79 42.74249 + 70.84789 1949.79 45.85787 + 70.89781 2243.65 49.59371 + 70.94776 2740.57 56.28788 + 70.99780 3667.86 67.21356 + 71.04776 5263.62 84.21209 + 71.09771 7505.31 105.61889 + 71.14748 11055.61 134.33313 + 71.19756 15992.14 171.43286 + 71.24762 22022.12 212.95293 + 71.29752 28024.80 254.73515 + 71.32861 36872.91 284.67861 + 71.37871 39952.81 304.86550 + 71.42878 41577.52 314.97022 + 71.47889 41902.50 316.00562 + 71.52884 41165.40 310.53592 + 71.57880 39283.06 299.12936 + 71.62886 36679.31 282.86471 + 71.67890 32950.61 259.70240 + 71.72894 27842.39 227.37564 + 71.77880 22507.98 193.82422 + 71.82882 17174.21 160.27888 + 71.87890 13095.88 133.52011 + 71.92878 10457.45 115.96589 + 71.97879 8173.77 99.91062 + 72.02875 6213.11 84.42674 + 72.07868 4586.38 70.06388 + 72.12860 3307.41 57.72533 + 72.17855 2402.87 48.16336 + 72.22859 1908.02 42.39994 + 72.27856 1556.97 37.92456 + 72.32850 1440.95 36.28033 + 72.37827 1325.94 34.69777 + 72.42835 1214.78 33.11838 + 72.47841 1113.21 31.64005 + 72.52831 1069.29 30.98935 + 72.59460 990.58 30.77471 + 72.64470 1094.59 32.42926 + 72.69477 1055.83 31.77722 + 72.74488 1021.65 31.27243 + 72.79483 1032.97 31.38297 + 72.84480 1007.52 31.05287 + 72.89486 971.05 30.54278 + 72.94490 993.22 30.79774 + 72.99494 933.15 29.85459 + 73.04479 1001.77 30.84842 + 73.09481 1069.04 32.02899 + 73.14489 993.36 30.83692 + 73.19477 1015.31 31.17309 + 73.24479 1002.35 30.89776 + 73.29474 1113.44 32.76391 + 73.34467 1071.66 32.14886 + 73.39459 1036.56 31.46967 + 73.44455 1046.49 31.57265 + 73.49459 1101.79 32.42301 + 73.54455 1059.58 31.83229 + 73.59449 1074.55 32.05749 + 73.64426 1049.00 31.69076 + 73.69435 1074.97 32.10228 + 73.74441 1045.61 31.59248 + 73.79431 1031.06 31.42528 + 73.83419 955.15 31.11583 + 73.88430 1028.88 32.30467 + 73.93437 915.07 30.35377 + 73.98447 929.83 30.60443 + 74.03443 1000.62 31.84379 + 74.08439 906.69 30.22168 + 74.13445 924.87 30.55236 + 74.18449 921.37 30.47191 + 74.23453 891.16 30.02442 + 74.28439 932.35 30.70243 + 74.33440 926.95 30.59621 + 74.38448 897.34 30.09087 + 74.43436 877.97 29.82089 + 74.48438 915.51 30.34569 + 74.53433 961.66 31.15087 + 74.58427 978.46 31.42667 + 74.63419 970.96 31.33486 + 74.68414 1011.54 31.97823 + 74.73418 989.63 31.59666 + 74.78414 1022.37 32.18556 + 74.83409 1043.94 32.56846 + 74.88386 1031.79 32.36688 + 74.93394 1085.87 33.20836 + 74.98400 1078.10 33.18303 + 75.03390 1153.48 34.27968 + 75.07034 1142.44 33.02163 + 75.12044 1240.07 34.54948 + 75.17051 1244.69 34.54060 + 75.22062 1279.37 35.00425 + 75.27057 1348.37 36.03752 + 75.32053 1350.83 36.09910 + 75.37059 1383.21 36.55749 + 75.42063 1597.70 39.47245 + 75.47067 1689.18 40.70612 + 75.52053 1906.91 43.45847 + 75.57055 2605.39 51.93078 + 75.62063 3466.96 61.46354 + 75.67051 4942.36 75.53560 + 75.72052 7346.30 95.54527 + 75.77048 10800.72 121.71705 + 75.82041 14593.93 148.21471 + 75.87033 18446.94 175.16397 + 75.92028 20296.86 188.01591 + 75.97032 21707.72 198.40710 + 76.02029 21474.60 196.33015 + 76.07023 21518.89 196.61912 + 76.12000 20834.40 191.76755 + 76.17008 19384.49 181.74138 + 76.22014 17720.10 169.96184 + 76.27004 15024.52 150.89327 + 76.31993 12288.03 133.20372 + 76.37003 9440.09 111.94054 + 76.42011 7506.18 97.06513 + 76.47021 5837.47 83.43690 + 76.52016 4785.57 74.25673 + 76.57013 3702.38 63.94246 + 76.62019 2908.92 55.96489 + 76.67023 2215.70 47.97405 + 76.72027 1720.81 41.72257 + 76.77012 1410.31 37.77807 + 76.82014 1252.50 35.35126 + 76.87022 1084.11 32.79785 + 76.92010 1035.90 31.97829 + 76.97012 980.35 30.92028 + 77.02007 923.18 30.02197 + 77.07000 920.07 29.92680 + 77.11992 876.71 29.27163 + 77.16988 862.86 28.97251 + 77.21992 904.93 29.97691 + 77.26988 899.00 29.61568 + 77.31982 886.15 29.41592 + 77.36959 892.37 29.50890 + 77.41968 937.38 30.28337 + 77.46974 947.90 30.51021 + 77.51964 964.23 30.74124 + 77.57897 910.04 29.71923 + 77.62908 974.80 30.81382 + 77.67915 936.76 30.10290 + 77.72925 1014.86 31.36943 + 77.77921 1029.06 31.69090 + 77.82917 1096.71 32.81949 + 77.87923 1081.69 32.46636 + 77.92927 1115.68 33.14672 + 77.97931 1150.68 33.52346 + 78.02917 1198.55 34.37293 + 78.07918 1194.62 34.20129 + 78.12926 1215.69 34.71930 + 78.17914 1197.47 34.39732 + 78.22916 1204.48 34.48821 + 78.27911 1190.76 34.47793 + 78.32905 1103.53 32.96746 + 78.37897 1135.75 33.42991 + 78.42892 1080.75 33.01738 + 78.47896 1029.63 31.68325 + 78.52892 993.35 31.28554 + 78.57887 1020.17 32.11014 + 78.62864 950.93 30.75025 + 78.67872 904.04 29.69666 + 78.72878 923.81 30.13171 + 78.77868 873.84 29.30985 + 78.83092 860.60 27.17818 + 78.88102 849.15 26.99247 + 78.93109 799.39 26.11383 + 78.98120 793.66 25.99650 + 79.03115 793.27 26.02544 + 79.08111 761.01 25.46127 + 79.13117 745.73 25.29960 + 79.18121 766.66 25.55195 + 79.23125 769.37 25.60188 + 79.28111 766.21 25.54745 + 79.33113 815.87 26.45467 + 79.38121 835.54 26.74976 + 79.43109 814.66 26.45927 + 79.48110 751.69 25.28153 + 79.53106 797.27 26.08147 + 79.58099 795.45 26.02685 + 79.63091 790.85 26.02130 + 79.68086 772.39 25.60829 + 79.73090 823.41 26.47650 + 79.78087 788.90 26.01749 + 79.83081 819.07 26.46935 + 79.88058 832.60 26.68185 + 79.93066 878.46 27.41808 + 79.98072 871.48 27.26251 + 80.03062 895.38 27.69647 + 80.07031 882.33 28.41471 + 80.12041 971.15 29.81351 + 80.17049 987.96 30.06106 + 80.22059 1091.39 31.67994 + 80.27054 1293.58 34.70013 + 80.32051 1347.99 35.42141 + 80.37057 1424.85 36.54217 + 80.42061 1539.50 38.11698 + 80.47065 1605.05 38.89508 + 80.52050 1502.07 37.51888 + 80.57052 1528.51 37.88965 + 80.62060 1505.98 37.62744 + 80.67048 1336.27 35.30885 + 80.72050 1293.65 34.60826 + 80.77045 1156.02 32.63303 + 80.82038 1063.64 31.21106 + 80.87030 989.18 30.05844 + 80.92026 964.08 29.67092 + 80.97030 852.28 27.83342 + 81.02026 897.35 28.61110 + 81.07020 840.20 27.60112 + 81.11997 855.18 28.02154 + 81.17006 798.45 26.88412 + 81.22012 799.84 26.89957 + 81.27002 811.70 27.27648 + 81.31680 760.77 26.33343 + 81.36691 761.83 26.27625 + 81.41698 815.98 27.25428 + 81.46708 784.04 26.66382 + 81.51704 783.79 26.66429 + 81.56700 791.53 26.77468 + 81.61706 783.17 26.71252 + 81.66710 790.20 26.75281 + 81.71714 850.40 27.83892 + 81.76700 791.46 26.73354 + 81.81701 847.34 27.73506 + 81.86709 847.80 27.76766 + 81.91697 835.47 27.56494 + 81.96699 769.58 26.43832 + 82.01694 839.76 27.75550 + 82.06688 824.41 27.42417 + 82.11680 792.55 26.91951 + 82.16675 818.72 27.22773 + 82.21679 831.98 27.46689 + 82.26675 738.80 26.01727 + 82.31670 816.41 27.26914 + 82.36647 782.09 26.79342 + 82.41655 809.83 27.11554 + 82.46661 844.61 27.71159 + 82.51651 856.62 27.99864 + 82.56945 821.05 26.05343 + 82.61955 797.54 25.66471 + 82.66962 824.31 26.04112 + 82.71973 848.55 26.45797 + 82.76968 848.72 26.57360 + 82.81964 857.18 26.59747 + 82.86970 870.78 26.83749 + 82.91974 907.59 27.42815 + 82.96978 866.12 26.79914 + 83.01964 905.21 27.39657 + 83.06966 933.95 27.82355 + 83.11974 943.40 27.98249 + 83.16962 960.55 28.22465 + 83.21963 1019.19 29.04437 + 83.26959 927.75 27.69977 + 83.31952 963.18 28.23137 + 83.36944 914.14 27.46041 + 83.41939 984.27 28.51998 + 83.46943 919.10 27.63538 + 83.51940 883.22 26.98372 + 83.56934 910.56 27.44653 + 83.61911 878.46 26.94486 + 83.66919 855.16 26.53500 + 83.71925 883.24 27.00782 + 83.76915 849.32 26.47884 + 83.83044 869.11 27.34459 + 83.88054 830.62 26.68421 + 83.93062 893.43 27.69654 + 83.98072 852.55 26.96365 + 84.03067 829.10 26.63003 + 84.08064 827.83 26.58059 + 84.13070 832.50 26.67133 + 84.18074 864.95 27.30382 + 84.23078 859.60 27.09508 + 84.28063 801.72 26.11192 + 84.33065 869.00 27.44213 + 84.38073 931.10 28.43688 + 84.43061 1001.98 29.46313 + 84.48063 1097.09 31.06247 + 84.53058 1409.59 35.48607 + 84.58051 1881.72 41.50224 + 84.63043 2584.41 49.01053 + 84.68039 3480.58 57.69524 + 84.73043 4309.00 65.12028 + 84.78039 5039.96 71.35286 + 84.83033 5577.56 75.68528 + 84.88010 5632.41 76.22415 + 84.93019 5499.08 75.00281 + 84.98025 5284.95 73.23093 + 85.03015 4995.22 70.72825 + 85.07233 4382.09 70.87357 + 85.12244 3750.54 64.74312 + 85.17251 3199.09 59.19893 + 85.22261 2512.76 51.67636 + 85.27257 1997.49 45.83052 + 85.32253 1730.13 42.16785 + 85.37259 1577.00 40.38708 + 85.42263 1285.60 36.18904 + 85.47267 1155.98 34.10110 + 85.52253 989.98 31.42034 + 85.57254 940.93 30.62230 + 85.62262 869.97 29.70636 + 85.67250 808.23 28.35964 + 85.72252 799.31 28.06610 + 85.77247 788.10 27.91874 + 85.82241 793.76 28.17052 + 85.87233 839.43 29.00592 + 85.92228 774.49 27.65850 + 85.97232 796.69 27.99102 + 86.02228 757.26 27.33196 + 86.07223 740.91 27.25746 + 86.12200 798.90 28.17476 + 86.17208 781.40 27.93589 + 86.22214 790.39 28.19662 + 86.27204 699.19 26.47103 + 86.30398 752.01 32.34514 + 86.35408 750.88 32.65907 + 86.40415 714.10 31.75049 + 86.45426 776.09 33.42789 + 86.50421 738.08 32.15240 + 86.55417 750.31 32.61202 + 86.60423 747.93 32.54195 + 86.65427 788.64 33.45886 + 86.70431 772.43 32.99356 + 86.75417 707.30 31.86091 + 86.80419 769.67 32.66768 + 86.85427 791.59 33.56842 + 86.90415 800.45 33.70727 + 86.95416 697.21 31.35866 + 87.00412 779.69 33.25437 + 87.05405 737.87 32.15470 + 87.10397 819.75 34.12440 + 87.15392 762.21 32.89590 + 87.20396 762.56 32.82199 + 87.25393 772.88 33.04574 + 87.30387 752.51 32.50423 + 87.35364 786.23 33.16945 + 87.40372 776.42 33.34192 + 87.45378 765.34 32.59114 + 87.50368 839.25 34.49271 + 87.55687 745.99 30.25384 + 87.60697 759.71 31.49333 + 87.65705 819.78 32.09749 + 87.70715 805.22 31.88307 + 87.75710 752.37 30.72819 + 87.80707 729.04 30.95537 + 87.85713 772.03 31.53911 + 87.90717 765.84 30.75192 + 87.95721 804.46 31.75018 + 88.00706 757.79 30.90189 + 88.05708 729.27 30.50568 + 88.10716 823.96 33.23386 + 88.15704 779.05 31.10029 + 88.20706 776.16 31.75842 + 88.25701 783.03 31.29171 + 88.30694 777.86 31.28941 + 88.35686 752.94 31.08804 + 88.40682 806.39 31.78082 + 88.45686 811.87 31.99274 + 88.50682 805.36 32.12277 + 88.55676 778.47 31.24970 + 88.60653 813.98 32.04792 + 88.65662 800.19 31.74557 + 88.70668 846.15 32.65563 + 88.75658 842.19 33.10375 + 88.83381 829.06 27.13723 + 88.88392 892.13 28.48253 + 88.93399 920.63 28.58214 + 88.98409 1004.55 29.98706 + 89.03405 1050.23 30.66395 + 89.08401 1221.78 33.52139 + 89.13407 1365.31 35.23340 + 89.18411 1335.08 35.01374 + 89.23415 1457.19 36.60804 + 89.28401 1527.62 37.57965 + 89.33402 1428.78 36.23683 + 89.38411 1395.11 35.64405 + 89.43398 1375.27 35.34580 + 89.48400 1247.53 33.52793 + 89.53396 1132.69 31.95995 + 89.58389 1077.66 31.04123 + 89.63381 959.97 29.21059 + 89.68376 899.30 28.32302 + 89.73380 962.64 29.24036 + 89.78376 834.69 27.10537 + 89.83371 846.36 27.39372 + 89.88348 810.23 26.75574 + 89.93356 777.17 26.29670 + 89.98362 833.37 27.32803 + 90.03352 741.41 25.79167 + 90.08556 789.85 28.85748 + 90.13566 775.46 28.66562 + 90.18573 725.89 27.67765 + 90.23584 752.31 28.14014 + 90.28579 723.17 27.63118 + 90.33575 799.09 29.11617 + 90.38581 731.37 27.90707 + 90.43585 768.03 28.59237 + 90.48589 772.89 28.61688 + 90.53575 736.63 27.89983 + 90.58577 691.75 26.99309 + 90.63585 723.63 27.60876 + 90.68573 802.09 29.13658 + 90.73574 783.55 28.74858 + 90.78570 766.18 28.38880 + 90.83563 789.18 28.90983 + 90.88555 705.30 27.23599 + 90.93550 747.67 28.04730 + 90.98554 823.38 29.47111 + 91.03551 770.95 28.52533 + 91.08545 749.90 28.15947 + 91.13522 759.76 28.42059 + 91.18530 785.47 28.92949 + 91.23536 759.73 28.38159 + 91.28526 763.98 28.39994 + 91.33170 791.43 29.00169 + 91.38180 800.17 29.11489 + 91.43188 751.11 28.27237 + 91.48198 779.20 28.93640 + 91.53193 789.50 28.93776 + 91.58190 717.82 27.58326 + 91.63196 732.58 27.85778 + 91.68200 848.45 30.07218 + 91.73204 751.74 28.35585 + 91.78189 781.80 28.82429 + 91.83191 798.00 29.13831 + 91.88199 738.06 28.03239 + 91.93187 802.09 29.23931 + 91.98189 776.73 28.68381 + 92.03184 759.80 28.42874 + 92.08177 771.51 28.60788 + 92.13169 731.87 27.91213 + 92.18165 785.03 28.85408 + 92.23169 773.16 28.61642 + 92.28165 832.71 29.75106 + 92.33159 817.14 29.50434 + 92.38136 852.20 30.24811 + 92.43145 769.11 28.58969 + 92.48151 803.61 29.28401 + 92.53141 798.55 29.17545 + 92.57024 839.23 28.57445 + 92.62035 784.52 27.58189 + 92.67042 817.72 28.17961 + 92.72052 774.58 27.36678 + 92.77048 824.08 28.21923 + 92.82044 809.19 28.03961 + 92.87050 804.31 27.88140 + 92.92054 863.25 29.00321 + 92.97058 772.19 27.28746 + 93.02044 785.92 27.55598 + 93.07045 819.65 28.20873 + 93.12054 840.54 28.56944 + 93.17041 851.88 28.73038 + 93.22043 873.63 29.12199 + 93.27039 890.10 29.43274 + 93.32032 928.91 30.10187 + 93.37024 1017.01 31.49457 + 93.42019 1157.47 33.86315 + 93.47023 1365.58 36.84776 + 93.52019 1433.89 37.67888 + 93.57014 1549.80 39.30466 + 93.61991 1581.37 39.76871 + 93.66999 1595.13 39.91409 + 93.72005 1541.86 39.28069 + 93.76995 1504.80 38.70183 + 93.80984 1457.59 38.31836 + 93.85994 1310.94 36.23803 + 93.91001 1231.30 34.94255 + 93.96012 1134.05 33.60093 + 94.01007 983.77 31.10190 + 94.06003 1009.71 31.49850 + 94.11009 961.74 30.79771 + 94.16013 843.73 28.70656 + 94.21017 864.42 29.16735 + 94.26003 829.22 28.51172 + 94.31005 856.63 28.97442 + 94.36013 836.98 28.58855 + 94.41001 765.69 27.49021 + 94.46002 732.99 26.77609 + 94.50998 802.39 28.03265 + 94.55991 786.53 27.80933 + 94.60983 755.41 27.11843 + 94.65978 718.64 26.44389 + 94.70982 803.61 27.99021 + 94.75979 766.35 27.29743 + 94.80973 841.32 28.71757 + 94.85950 814.84 28.22112 + 94.90958 787.11 27.69621 + 94.95964 766.08 27.32761 + 95.00954 805.01 28.02713 + 95.06838 782.66 28.62710 + 95.11848 822.21 29.34781 + 95.16856 842.67 29.69004 + 95.21866 799.32 28.90252 + 95.26861 832.30 29.56600 + 95.31858 851.76 29.92902 + 95.36864 846.89 29.84229 + 95.41868 832.99 29.55052 + 95.46872 804.89 29.01476 + 95.51857 866.04 30.26445 + 95.56859 892.03 30.57101 + 95.61867 840.48 29.68293 + 95.66855 839.14 29.71099 + 95.71857 870.14 30.19981 + 95.76852 817.08 29.26225 + 95.81845 882.76 30.46130 + 95.86838 821.31 29.30290 + 95.91833 898.81 30.71856 + 95.96837 880.82 30.42212 + 96.01833 838.23 29.62234 + 96.06827 842.34 29.72330 + 96.11805 845.46 29.77044 + 96.16813 869.81 30.22407 + 96.21819 796.15 28.82874 + 96.26809 774.27 28.49286 + 96.30507 818.63 28.10903 + 96.35518 757.63 26.95688 + 96.40525 802.22 27.72069 + 96.45535 856.68 28.62354 + 96.50531 778.52 27.47063 + 96.55527 869.58 28.89440 + 96.60533 862.99 28.77006 + 96.65537 864.33 28.81836 + 96.70541 834.01 28.43620 + 96.75527 856.68 28.71241 + 96.80528 806.96 27.73824 + 96.85537 784.59 27.35048 + 96.90524 827.64 28.22574 + 96.95526 836.63 28.21989 + 97.00522 807.69 27.88077 + 97.05515 787.01 27.38893 + 97.10507 802.54 27.63319 + 97.15502 781.42 27.28859 + 97.20506 753.31 26.85322 + 97.25502 747.91 26.75842 + 97.30497 797.74 27.79755 + 97.35474 743.90 26.95281 + 97.40482 796.25 27.75935 + 97.45488 788.73 27.46501 + 97.50478 794.73 27.77519 + 97.56507 762.01 25.50864 + 97.61517 776.61 25.80482 + 97.66524 809.75 26.29142 + 97.71535 754.95 25.37110 + 97.76530 793.46 26.05729 + 97.81526 771.49 25.69022 + 97.86532 793.22 26.07823 + 97.91536 700.76 24.45939 + 97.96540 744.69 25.30619 + 98.01526 829.60 26.61356 + 98.06528 760.00 25.53449 + 98.11536 804.52 26.27466 + 98.16524 774.96 25.77840 + 98.21525 796.93 26.07134 + 98.26521 804.51 26.29331 + 98.31514 797.91 26.15546 + 98.36506 784.31 25.89500 + 98.41501 876.42 27.38477 + 98.46505 782.59 25.84604 + 98.51502 782.98 25.86366 + 98.56496 797.08 26.17010 + 98.61473 822.70 26.58005 + 98.66481 824.09 26.54771 + 98.71487 785.08 25.93662 + 98.76477 797.86 26.14219 + 98.83396 794.10 27.76660 + 98.88407 744.15 27.04416 + 98.93414 805.83 27.93439 + 98.98424 833.99 28.26593 + 99.03419 859.29 28.72667 + 99.08416 861.07 28.86163 + 99.13422 821.66 28.14204 + 99.18426 780.46 27.40354 + 99.23430 790.35 27.55309 + 99.28415 772.78 27.23110 + 99.33417 833.16 28.58316 + 99.38425 792.01 27.58778 + 99.43413 800.01 27.77696 + 99.48415 836.61 28.44103 + 99.53410 802.68 27.72159 + 99.58403 848.10 28.63501 + 99.63396 781.62 27.42046 + 99.68391 764.05 27.10396 + 99.73395 810.25 27.84718 + 99.78391 828.77 28.37371 + 99.83385 833.69 28.41561 + 99.88363 777.37 27.33670 + 99.93371 807.53 28.00145 + 99.98377 770.04 27.22800 + 100.03367 860.28 28.76867 + 100.08060 798.05 30.64481 + 100.13071 770.84 30.20938 + 100.18078 802.20 31.14140 + 100.23088 812.19 31.14268 + 100.28084 834.94 31.39019 + 100.33080 755.06 29.82577 + 100.38086 810.11 31.08794 + 100.43090 808.23 30.99116 + 100.48094 807.87 31.05310 + 100.53080 767.17 30.02559 + 100.58081 829.03 31.28093 + 100.63090 788.36 30.49835 + 100.68077 802.10 30.75401 + 100.73079 765.12 29.95031 + 100.78075 813.98 31.04939 + 100.83068 798.67 30.73163 + 100.88060 823.00 31.25174 + 100.93055 812.48 30.86928 + 100.98059 811.03 30.86207 + 101.03055 814.08 31.00662 + 101.08050 835.13 31.37264 + 101.13027 858.66 31.91782 + 101.18035 802.28 30.95680 + 101.23041 800.88 30.75958 + 101.28031 810.88 30.98200 + 101.32535 864.61 30.16256 + 101.37545 849.43 29.87980 + 101.42552 927.18 31.01529 + 101.47563 863.40 30.26030 + 101.52558 889.10 30.32422 + 101.57554 902.64 30.63978 + 101.62560 877.86 30.43841 + 101.67564 887.37 30.79775 + 101.72568 955.73 31.93745 + 101.77554 915.23 30.59443 + 101.82556 1006.90 32.66635 + 101.87564 945.64 31.59358 + 101.92552 949.25 31.58971 + 101.97554 984.23 32.36125 + 102.02549 1015.57 32.73733 + 102.07542 1106.93 34.39522 + 102.12534 1481.12 39.87511 + 102.17529 2039.75 48.30387 + 102.22533 3115.63 59.56896 + 102.27530 4819.78 77.43677 + 102.32524 6814.76 94.53165 + 102.37501 8308.87 107.37173 + 102.42509 9564.54 117.78893 + 102.47515 9824.53 119.67980 + 102.52505 9957.49 120.55769 + 102.57054 9452.58 111.70762 + 102.62065 8475.16 103.90021 + 102.67072 7204.12 93.89140 + 102.72082 6119.59 85.07412 + 102.77077 4776.17 73.76836 + 102.82074 3862.38 65.85921 + 102.87080 3107.83 57.65043 + 102.92084 2539.37 51.93288 + 102.97088 2119.15 46.47948 + 103.02073 1655.92 41.27632 + 103.07075 1467.25 38.56921 + 103.12083 1223.45 34.78081 + 103.17071 1080.88 32.56295 + 103.22073 1063.27 32.25772 + 103.27068 915.13 29.79995 + 103.32061 985.03 31.02184 + 103.37054 961.96 30.73800 + 103.42049 954.06 30.69648 + 103.47053 891.79 29.64256 + 103.52049 907.07 29.89582 + 103.57043 854.13 28.67034 + 103.62021 891.07 29.64043 + 103.67029 902.56 29.56322 + 103.72035 871.93 29.30482 + 103.77025 852.09 28.80556 + 103.81708 865.70 32.51248 + 103.86719 883.25 32.70835 + 103.91726 903.82 32.95495 + 103.96736 871.04 32.43166 + 104.01732 928.50 33.47777 + 104.06728 884.48 32.64458 + 104.11734 918.79 33.28841 + 104.16738 889.69 32.77089 + 104.21742 875.23 32.49129 + 104.26728 868.21 32.27154 + 104.31729 925.22 33.40633 + 104.36738 821.80 31.47740 + 104.41725 882.03 32.57577 + 104.46727 877.40 32.45257 + 104.51723 866.11 32.22606 + 104.56716 894.84 32.80631 + 104.61708 915.17 33.16594 + 104.66703 895.82 32.83859 + 104.71707 856.33 32.04217 + 104.76703 872.72 32.36069 + 104.81698 890.12 32.77200 + 104.86675 914.26 33.18494 + 104.91683 920.17 33.28506 + 104.96689 916.82 33.17862 + 105.01679 913.08 33.16192 + 105.05578 882.07 32.66616 + 105.10588 898.29 32.97131 + 105.15595 884.57 32.64744 + 105.20606 899.29 32.84147 + 105.25601 908.34 33.10186 + 105.30597 947.90 33.82397 + 105.35604 866.09 32.29359 + 105.40607 890.09 32.77372 + 105.45611 905.25 33.09345 + 105.50597 884.06 32.58339 + 105.55599 939.26 33.72547 + 105.60607 929.59 33.60977 + 105.65595 949.85 33.90079 + 105.70597 902.71 33.06766 + 105.75592 973.13 34.39836 + 105.80585 978.82 34.49484 + 105.85577 962.98 34.12643 + 105.90573 999.06 34.81259 + 105.95576 994.34 34.70603 + 106.00573 1026.27 35.27678 + 106.05567 1006.75 34.92400 + 106.10544 1023.63 35.31270 + 106.15552 1114.95 37.00446 + 106.20559 1038.89 35.53692 + 106.25548 1134.35 37.22648 + 106.31472 1173.09 35.16514 + 106.36483 1238.71 35.98811 + 106.41490 1144.36 34.55932 + 106.46500 1041.96 33.04593 + 106.51495 1102.49 33.85735 + 106.56492 1180.52 35.08188 + 106.61498 1274.02 36.50023 + 106.66502 1690.85 42.42046 + 106.71506 2368.56 50.99829 + 106.76491 3600.32 64.33199 + 106.81493 5354.54 81.30045 + 106.86501 7645.08 100.77096 + 106.91489 9275.35 114.22433 + 106.96491 10622.81 125.50908 + 107.01486 10743.61 126.88474 + 107.06479 10356.37 123.82495 + 107.11472 9398.42 116.77215 + 107.16467 7960.51 104.77051 + 107.21471 6723.92 94.58506 + 107.26467 5444.76 83.38474 + 107.31461 4349.66 73.54847 + 107.36439 3521.26 65.21106 + 107.41447 2980.23 58.79315 + 107.46453 2424.64 52.79383 + 107.51443 2042.30 47.72153 + 107.57146 1599.43 39.56473 + 107.62157 1416.56 37.24626 + 107.67164 1234.72 34.34718 + 107.72174 1150.50 33.17512 + 107.77170 1090.52 32.13130 + 107.82166 1045.00 31.52031 + 107.87172 999.65 30.76399 + 107.92176 1024.72 31.20223 + 107.97180 947.24 29.91188 + 108.02166 908.16 29.31691 + 108.07167 929.10 29.63702 + 108.12176 901.99 29.18904 + 108.17163 919.22 29.46275 + 108.22165 899.26 29.09182 + 108.27161 901.11 29.12341 + 108.32154 939.78 29.77693 + 108.37146 950.45 29.96303 + 108.42141 873.90 28.60302 + 108.47145 900.55 29.11781 + 108.52141 910.40 29.24925 + 108.57136 856.49 28.34816 + 108.62113 961.28 30.15156 + 108.67121 885.54 28.84062 + 108.72127 899.35 29.07743 + 108.77117 888.65 28.96369 + 108.80846 881.86 29.24375 + 108.85856 855.34 28.83540 + 108.90863 847.93 28.65597 + 108.95874 870.87 28.97404 + 109.00869 890.57 29.35755 + 109.05865 871.59 29.05443 + 109.10872 857.36 28.82123 + 109.15875 874.97 29.08049 + 109.20879 861.41 28.86844 + 109.25865 867.74 28.92046 + 109.30867 933.20 30.05440 + 109.35875 913.48 29.76624 + 109.40863 884.15 29.23406 + 109.45865 871.95 28.96262 + 109.50860 879.12 29.10729 + 109.55853 864.66 29.03432 + 109.60845 899.68 29.50551 + 109.65841 948.99 30.31668 + 109.70844 926.55 29.91293 + 109.75841 923.31 29.90772 + 109.80835 919.76 29.81550 + 109.85812 924.23 29.95717 + 109.90820 938.02 30.15673 + 109.95827 890.17 29.31976 + 110.00816 959.09 30.55353 + 110.05475 894.19 30.56731 + 110.10486 904.12 30.57265 + 110.15493 934.62 31.32707 + 110.20503 952.64 31.34996 + 110.25498 964.60 31.55088 + 110.30495 1039.27 32.85859 + 110.35501 1010.11 32.44569 + 110.40505 1013.18 32.46293 + 110.45509 1030.00 32.69233 + 110.50494 1039.04 32.81658 + 110.55496 1075.84 33.50044 + 110.60504 1030.69 32.64452 + 110.65492 1155.80 34.75033 + 110.70494 1138.39 34.41985 + 110.75489 1171.59 35.05755 + 110.80482 1239.07 36.19118 + 110.85475 1276.79 36.68714 + 110.90470 1277.63 36.57354 + 110.95474 1310.06 37.16905 + 111.00470 1271.49 36.51901 + 111.05464 1267.63 36.46541 + 111.10442 1264.01 36.45261 + 111.15450 1343.59 37.55717 + 111.20456 1457.00 39.29176 + 111.25446 1838.13 44.64303 + 111.32020 3048.53 61.48008 + 111.37030 5180.57 83.99798 + 111.42037 8604.40 115.20064 + 111.47047 13607.64 154.78172 + 111.52043 18938.41 194.64988 + 111.57039 23543.64 228.60178 + 111.62045 25711.57 244.24280 + 111.67049 26093.35 247.02908 + 111.72053 23976.26 231.79206 + 111.77039 20585.05 205.44029 + 111.82040 16993.17 179.01516 + 111.87049 13883.59 155.91828 + 111.92037 11034.31 134.16818 + 111.97038 8938.63 117.85234 + 112.02034 6869.75 99.69815 + 112.07027 5417.45 86.56568 + 112.12019 4288.83 75.49441 + 112.17014 3280.65 64.80281 + 112.22018 2713.23 57.68608 + 112.27015 2157.62 50.31536 + 112.32009 1793.25 45.02844 + 112.36986 1524.58 41.19032 + 112.41994 1329.01 38.15186 + 112.47000 1235.25 36.69129 + 112.51990 1058.22 33.74111 + 112.59279 1071.88 33.96072 + 112.64289 1043.15 33.48304 + 112.69296 1036.21 33.35075 + 112.74307 1036.30 33.31684 + 112.79302 996.14 32.63791 + 112.84298 1019.99 33.03113 + 112.89305 1026.17 33.17033 + 112.94308 981.35 32.40410 + 112.99312 1002.14 32.74672 + 113.04298 974.97 32.29512 + 113.09300 1008.80 32.89622 + 113.14308 981.86 32.45957 + 113.19296 964.33 32.22433 + 113.24298 1004.62 32.71911 + 113.29293 967.25 32.19827 + 113.34286 957.47 31.98585 + 113.39278 947.34 31.80368 + 113.44274 933.68 31.55565 + 113.49277 964.81 32.05040 + 113.54274 974.71 32.30145 + 113.59268 985.80 32.59286 + 113.64245 975.31 32.42330 + 113.69253 954.80 31.97292 + 113.74260 930.47 31.50792 + 113.79249 970.99 32.20132 + 113.82598 888.04 31.11153 + 113.87609 965.31 32.58927 + 113.92616 1003.96 33.13599 + 113.97626 991.52 32.93548 + 114.02621 1043.71 33.87938 + 114.07618 950.55 32.25369 + 114.12624 948.32 32.24309 + 114.17628 1010.80 33.31420 + 114.22632 920.64 31.71689 + 114.27617 974.06 32.66362 + 114.32619 1031.76 33.69612 + 114.37627 930.36 31.91576 + 114.42615 944.53 32.14518 + 114.47617 941.88 31.99114 + 114.52612 999.07 33.07362 + 114.57605 991.42 33.01332 + 114.62598 1025.51 33.54283 + 114.67593 946.04 32.14523 + 114.72597 969.78 32.57090 + 114.77593 950.25 32.24629 + 114.82587 945.64 32.14258 + 114.87565 963.42 32.47745 + 114.92573 898.48 31.27347 + 114.97579 981.89 32.78421 + 115.02569 935.41 32.02080 + 115.06333 924.83 30.68453 + 115.11343 911.87 30.39140 + 115.16350 931.37 30.71496 + 115.21360 960.79 31.22610 + 115.26356 870.55 29.68915 + 115.31352 891.32 30.00949 + 115.36358 917.94 30.54449 + 115.41362 896.91 30.28983 + 115.46366 970.98 31.48424 + 115.51352 994.41 31.81122 + 115.56353 934.84 30.80173 + 115.61362 974.43 31.52281 + 115.66350 967.31 31.37776 + 115.71351 1047.46 32.70129 + 115.76347 1008.01 32.03407 + 115.81340 990.10 31.82590 + 115.86332 1049.32 32.70079 + 115.91327 1019.67 32.27769 + 115.96331 967.09 31.27404 + 116.01328 1048.08 32.66036 + 116.06322 1094.86 33.43305 + 116.11299 1139.86 34.15055 + 116.16307 1421.78 38.32476 + 116.21313 1761.51 42.93610 + 116.26303 2223.02 48.79913 + 116.31367 2537.69 54.19932 + 116.36377 3021.56 59.87997 + 116.41384 3380.15 63.79218 + 116.46395 3232.02 62.54681 + 116.51390 3163.91 61.46713 + 116.56386 2780.30 57.30686 + 116.61393 2451.44 53.56575 + 116.66396 2195.81 50.19618 + 116.71400 1901.89 46.29212 + 116.76386 1652.38 42.89841 + 116.81388 1429.65 39.65250 + 116.86396 1347.50 38.46505 + 116.91384 1253.14 37.06096 + 116.96386 1147.59 35.21763 + 117.01381 1117.99 34.82430 + 117.06374 1077.67 34.10333 + 117.11366 1004.15 32.93128 + 117.16362 984.30 32.49533 + 117.21365 993.63 32.67290 + 117.26362 945.43 31.87663 + 117.31356 916.68 31.32771 + 117.36333 940.23 31.88048 + 117.41341 911.29 31.35567 + 117.46348 950.37 31.94947 + 117.51337 868.56 30.52283 + 117.54881 907.82 30.83012 + 117.59892 931.60 31.17324 + 117.64899 851.63 29.79846 + 117.69909 895.91 30.62000 + 117.74904 847.49 29.82297 + 117.79901 870.96 30.07450 + 117.84907 833.37 29.41283 + 117.89911 887.41 30.50899 + 117.94915 930.33 31.16962 + 117.99900 849.16 29.66345 + 118.04902 872.97 30.34415 + 118.09910 837.82 29.58268 + 118.14898 887.21 30.35621 + 118.19900 892.63 30.43039 + 118.24895 893.65 30.48818 + 118.29889 861.13 30.05914 + 118.34881 867.43 30.02431 + 118.39876 863.05 29.98383 + 118.44880 839.51 29.53843 + 118.49876 823.83 29.29280 + 118.54871 927.76 31.14123 + 118.59848 874.50 30.39830 + 118.64856 871.49 30.25580 + 118.69862 869.01 30.14689 + 118.74852 901.20 30.71299 + 118.79471 814.27 31.14085 + 118.84481 876.34 31.88044 + 118.89488 920.80 33.27703 + 118.94498 832.84 31.03715 + 118.99494 878.53 32.52055 + 119.04490 870.61 31.56908 + 119.09496 846.20 32.02476 + 119.14500 869.77 31.90122 + 119.19504 881.91 32.07399 + 119.24490 798.17 30.51794 + 119.29491 832.43 31.52223 + 119.34500 866.63 31.73804 + 119.39488 928.11 32.59826 + 119.44489 858.59 31.72946 + 119.49485 931.57 33.02081 + 119.54478 866.37 31.65496 + 119.59470 857.22 31.79667 + 119.64465 959.22 33.72252 + 119.69469 924.54 32.46289 + 119.74466 905.04 32.39625 + 119.79460 914.85 32.62672 + 119.84437 914.35 32.62465 + 119.89445 871.07 32.41347 + 119.94451 891.42 32.55910 + 119.99441 912.47 32.94830 + 120.04665 893.90 31.40494 + 120.09675 930.90 32.23057 + 120.14682 875.38 31.87442 + 120.19693 954.46 33.26281 + 120.24688 930.89 32.41797 + 120.29684 964.02 32.94922 + 120.34691 902.57 32.29588 + 120.39694 932.20 32.21017 + 120.44698 926.06 32.47335 + 120.49684 930.04 32.43023 + 120.54686 1011.85 34.19033 + 120.59694 950.77 32.66897 + 120.64682 948.48 32.71294 + 120.69684 955.23 32.77598 + 120.74679 955.77 32.20491 + 120.79672 907.80 32.75589 + 120.84664 981.33 33.10854 + 120.89660 980.75 32.96552 + 120.94663 967.59 33.22725 + 120.99660 975.17 32.77761 + 121.04654 1088.05 35.29539 + 121.09631 1242.07 37.58778 + 121.14639 1604.56 43.18168 + 121.19646 2139.18 50.48733 + 121.24635 3100.92 60.37219 + 121.29849 4296.04 64.74920 + 121.34860 5522.07 75.18775 + 121.39867 6304.47 81.23187 + 121.44877 6355.89 81.73356 + 121.49872 5992.26 78.69653 + 121.54869 5277.48 72.99125 + 121.59875 4691.06 68.19351 + 121.64879 3836.02 60.67719 + 121.69883 3281.96 55.72486 + 121.74868 2772.13 50.72137 + 121.79870 2337.78 46.46856 + 121.84878 2033.30 43.03639 + 121.89866 1736.64 39.51370 + 121.94868 1539.52 36.98258 + 121.99863 1433.95 35.80096 + 122.04857 1283.19 33.43814 + 122.09849 1115.41 31.11386 + 122.14844 1084.54 30.74035 + 122.19848 974.31 28.83821 + 122.24844 920.14 28.00153 + 122.29839 965.98 28.79307 + 122.34816 864.89 27.16944 + 122.39824 901.46 27.86493 + 122.44830 904.25 27.92577 + 122.49820 875.85 27.32524 + 122.55384 914.47 30.50987 + 122.60394 827.03 28.88996 + 122.65401 855.80 29.40360 + 122.70411 895.05 30.12698 + 122.75407 834.92 29.14833 + 122.80403 867.02 29.72791 + 122.85409 860.72 29.50171 + 122.90413 826.44 28.90223 + 122.95417 860.98 29.49701 + 123.00403 884.98 29.88844 + 123.05404 895.66 30.13760 + 123.10413 842.72 29.15579 + 123.15401 808.84 28.59329 + 123.20402 839.31 29.07305 + 123.25398 878.25 29.81477 + 123.30391 871.67 29.68902 + 123.35383 879.42 29.91817 + 123.40378 894.37 30.07652 + 123.45382 891.87 30.07273 + 123.50379 851.41 29.29595 + 123.55373 856.75 29.38728 + 123.60350 877.32 29.79449 + 123.65358 851.47 29.38088 + 123.70364 891.67 30.04593 + 123.75354 863.35 29.64334 + 123.79973 929.99 30.25128 + 123.84983 911.77 29.97809 + 123.89990 837.04 28.63053 + 123.95001 871.06 29.22136 + 123.99996 933.62 30.30532 + 124.04993 841.04 28.72629 + 124.09999 880.45 29.39114 + 124.15003 874.46 29.32847 + 124.20006 883.00 29.56676 + 124.24992 902.14 29.76186 + 124.29994 907.40 29.83809 + 124.35002 868.68 29.22350 + 124.39990 881.63 29.49015 + 124.44992 880.77 29.36185 + 124.49987 874.02 29.30531 + 124.54980 853.37 28.93203 + 124.59972 938.04 30.39519 + 124.64968 869.29 29.27773 + 124.69972 894.51 29.60652 + 124.74968 884.95 29.47238 + 124.79962 837.84 28.71927 + 124.84939 946.06 30.52837 + 124.89948 899.33 29.71276 + 124.94954 914.32 29.97977 + 124.99944 887.27 29.55160 + 125.03662 950.65 32.88767 + 125.08673 890.12 31.68583 + 125.13680 926.92 32.65973 + 125.18690 954.01 32.77564 + 125.23685 947.32 32.97238 + 125.28682 1019.54 34.02979 + 125.33688 970.60 33.82364 + 125.38692 1074.69 35.36359 + 125.43696 1080.49 34.89766 + 125.48681 1064.62 34.90864 + 125.53683 1011.85 34.11192 + 125.58691 1085.20 35.61671 + 125.63679 1182.26 36.68788 + 125.68681 1041.57 34.41359 + 125.73676 1227.69 37.68187 + 125.78670 1230.89 37.52956 + 125.83662 1264.96 38.03779 + 125.88657 1255.02 37.65076 + 125.93661 1374.56 39.64408 + 125.98657 1323.11 38.58705 + 126.03652 1345.89 39.28467 + 126.08629 1351.49 39.26533 + 126.13637 1428.15 40.31931 + 126.18643 1350.13 39.48501 + 126.23633 1413.59 40.27623 + 126.28102 1474.63 41.06750 + 126.33112 1663.46 43.18574 + 126.38119 2298.53 51.74997 + 126.43129 3720.58 66.65269 + 126.48125 6158.49 90.54557 + 126.53121 9433.97 119.45297 + 126.58127 13022.75 148.16093 + 126.63131 16151.75 174.79276 + 126.68135 18042.46 186.41726 + 126.73121 18859.28 191.41292 + 126.78122 18146.32 185.72446 + 126.83131 16165.30 169.91231 + 126.88119 13924.14 153.35387 + 126.93120 11462.82 134.35081 + 126.98116 9516.23 121.03406 + 127.03109 7799.88 106.50023 + 127.08101 6361.94 94.32089 + 127.13096 5299.95 85.57526 + 127.18100 4400.51 76.71602 + 127.23097 3540.52 67.12203 + 127.28091 2980.96 60.89944 + 127.33068 2502.42 55.24873 + 127.38076 2070.77 49.95934 + 127.43082 1760.09 46.03100 + 127.48072 1433.33 40.38351 + 127.54616 1280.43 32.86055 + 127.59626 1163.21 31.20553 + 127.64633 1115.77 30.54964 + 127.69644 1048.73 29.51701 + 127.74639 1026.82 29.15555 + 127.79636 874.06 26.96145 + 127.84642 1001.41 28.97610 + 127.89646 895.06 27.22193 + 127.94649 929.93 27.77764 + 127.99635 906.34 27.33058 + 128.04637 945.08 27.97540 + 128.09645 911.33 27.45339 + 128.14633 860.64 26.62505 + 128.19635 900.34 27.22287 + 128.24630 949.63 27.95854 + 128.29623 866.73 26.71642 + 128.34615 874.68 27.08534 + 128.39611 928.09 27.59213 + 128.44615 893.28 27.05324 + 128.49611 906.20 27.28143 + 128.54605 935.39 27.88917 + 128.59582 860.95 26.66024 + 128.64591 888.10 27.17459 + 128.69597 913.26 27.49617 + 128.74587 911.95 27.57337 + 128.82310 931.61 30.07525 + 128.87321 913.65 29.78484 + 128.92328 817.40 28.46719 + 128.97338 971.74 30.85954 + 129.02333 939.52 30.24577 + 129.07330 886.40 29.36914 + 129.12336 897.29 29.51309 + 129.17340 895.28 29.56381 + 129.22344 928.14 30.28662 + 129.27329 873.67 29.07443 + 129.32331 880.09 29.33959 + 129.37339 948.32 30.45676 + 129.42327 912.44 29.75942 + 129.47329 837.01 28.42984 + 129.52324 868.90 28.97367 + 129.57318 932.51 30.20331 + 129.62310 983.67 30.93959 + 129.67305 914.55 29.81114 + 129.72309 931.29 30.01475 + 129.77305 937.80 30.14841 + 129.82300 887.22 29.40927 + 129.87277 992.19 31.17650 + 129.92285 885.81 29.40170 + 129.97291 1027.88 31.73856 + 130.02281 906.83 29.77060 + 130.07285 937.88 34.22840 + 130.12295 949.53 34.65096 + 130.17302 1005.90 35.68185 + 130.22313 928.78 34.06288 + 130.27308 936.73 34.36606 + 130.32304 948.34 34.55398 + 130.37310 991.02 35.59727 + 130.42314 896.43 33.47859 + 130.47318 951.99 34.61554 + 130.52304 913.02 33.71137 + 130.57305 933.25 34.12279 + 130.62314 924.35 34.18074 + 130.67302 921.27 34.08008 + 130.72303 917.82 33.77597 + 130.77299 947.47 34.45350 + 130.82292 890.41 33.51501 + 130.87284 887.30 33.25777 + 130.92279 904.84 33.79017 + 130.97283 927.74 33.97682 + 131.02280 919.58 33.79980 + 131.07274 891.30 33.26424 + 131.12251 983.02 35.16136 + 131.17259 945.77 34.71159 + 131.22265 902.72 33.59791 + 131.27255 989.34 35.37373 + 131.30484 993.77 36.78109 + 131.35494 976.27 36.35953 + 131.40501 932.47 35.44601 + 131.45512 977.46 36.40496 + 131.50507 1050.75 37.85185 + 131.55504 952.21 35.92188 + 131.60510 1072.60 38.14546 + 131.65514 1021.81 37.27219 + 131.70517 1081.20 38.34452 + 131.75503 1059.53 37.90556 + 131.80505 1089.95 38.64268 + 131.85513 1064.79 37.99450 + 131.90501 1104.97 38.77389 + 131.95503 1199.07 40.41146 + 132.00498 1363.90 43.39341 + 132.05491 1909.12 52.03586 + 132.10483 2815.05 64.64344 + 132.15479 4071.98 80.36325 + 132.20483 5512.82 96.41173 + 132.25479 7280.38 114.80743 + 132.30473 8354.42 125.34453 + 132.35450 9298.73 134.38078 + 132.40459 9297.74 133.92198 + 132.45465 9114.89 131.93637 + 132.50455 8748.39 128.08572 + 132.55258 8082.68 121.26765 + 132.60269 6827.01 108.77558 + 132.65276 5870.75 99.18417 + 132.70286 4872.36 88.85822 + 132.75281 4313.82 83.08351 + 132.80278 3623.33 74.96621 + 132.85284 3109.81 69.21812 + 132.90288 2798.59 64.73560 + 132.95292 2312.30 58.32406 + 133.00277 2077.60 54.68562 + 133.05279 1859.15 51.61475 + 133.10287 1712.66 49.58210 + 133.15275 1532.11 46.41239 + 133.20277 1271.15 41.96138 + 133.25272 1203.41 40.86685 + 133.30266 1156.13 40.08981 + 133.35258 1127.19 39.37361 + 133.40253 922.17 35.78697 + 133.45257 1012.06 37.17067 + 133.50253 980.19 36.66261 + 133.55248 978.43 36.51631 + 133.60225 949.29 35.94349 + 133.65233 905.91 35.21697 + 133.70239 986.47 36.67890 + 133.75229 961.99 36.34791 + 133.81958 921.11 34.19403 + 133.86968 970.74 34.83765 + 133.91975 926.04 33.99097 + 133.96986 911.08 33.61123 + 134.01981 983.36 35.64044 + 134.06977 915.55 33.81757 + 134.11983 988.29 35.28855 + 134.16987 949.61 34.86983 + 134.21991 964.77 34.69016 + 134.26977 959.52 34.56584 + 134.31979 910.49 33.78273 + 134.36987 913.37 34.00617 + 134.41975 929.64 34.05108 + 134.46976 977.98 35.01068 + 134.51972 879.28 33.59539 + 134.56965 909.88 33.88736 + 134.61957 957.99 34.54074 + 134.66952 999.93 35.19448 + 134.71956 916.28 34.02173 + 134.76953 978.40 34.94262 + 134.81947 969.82 34.83917 + 134.86924 930.96 34.48202 + 134.91932 892.26 33.39713 + 134.96938 877.95 33.31943 + 135.01928 894.31 33.54258 + 135.06762 937.11 30.16776 + 135.11772 896.71 29.43513 + 135.16779 970.02 30.53377 + 135.21790 931.15 30.08588 + 135.26785 916.59 29.61368 + 135.31782 888.87 29.36113 + 135.36788 965.46 30.49671 + 135.41792 905.15 29.54440 + 135.46795 919.02 29.72047 + 135.51781 939.71 30.09523 + 135.56783 866.23 28.75713 + 135.61791 898.13 29.33183 + 135.66779 947.65 30.20245 + 135.71781 939.11 30.22949 + 135.76776 924.93 29.97009 + 135.81769 967.15 30.60405 + 135.86761 1011.07 31.46495 + 135.91757 941.45 30.19087 + 135.96761 969.44 30.63013 + 136.01757 941.79 30.11193 + 136.06751 895.22 29.43128 + 136.11728 896.67 29.46730 + 136.16737 902.29 29.38296 + 136.21743 912.28 29.80348 + 136.26733 978.63 30.80365 + 136.30301 941.16 29.51444 + 136.35312 981.02 30.24268 + 136.40319 989.35 30.25025 + 136.45329 925.48 29.24770 + 136.50324 970.06 30.02669 + 136.55321 928.53 29.36796 + 136.60327 902.06 28.92040 + 136.65331 907.55 28.94753 + 136.70335 902.70 28.89943 + 136.75320 893.25 28.76921 + 136.80322 915.90 29.13220 + 136.85330 927.94 29.26378 + 136.90318 926.10 29.29573 + 136.95320 954.22 29.69417 + 137.00315 940.48 29.53429 + 137.05309 950.88 29.70372 + 137.10301 941.46 29.49200 + 137.15296 899.69 28.81980 + 137.20300 939.08 29.49610 + 137.25296 923.67 29.21361 + 137.30291 949.39 29.62616 + 137.35268 951.50 29.74886 + 137.40276 944.86 29.58139 + 137.45282 874.31 28.43325 + 137.50272 890.08 28.72897 + 137.54081 903.22 31.09739 + 137.59091 923.79 31.39926 + 137.64098 895.18 30.93739 + 137.69109 963.69 32.13512 + 137.74104 931.88 31.55409 + 137.79100 914.87 31.24806 + 137.84106 911.99 31.20538 + 137.89110 943.10 31.73283 + 137.94114 947.89 31.83616 + 137.99100 929.94 31.47630 + 138.04102 935.52 31.70421 + 138.09110 985.08 32.65596 + 138.14098 914.78 31.29614 + 138.19099 949.58 31.83472 + 138.24095 898.71 31.01801 + 138.29088 909.50 31.23067 + 138.34080 995.56 32.73389 + 138.39075 906.90 31.13904 + 138.44079 925.78 31.39203 + 138.49076 961.62 32.06824 + 138.54070 979.33 32.47500 + 138.59047 930.68 31.56231 + 138.64055 974.44 32.39028 + 138.69061 950.13 31.88398 + 138.74051 937.01 31.74419 + 138.78745 952.70 34.04839 + 138.83755 905.67 33.03810 + 138.88762 926.06 33.35124 + 138.93773 886.25 32.67274 + 138.98768 906.78 33.06877 + 139.03765 888.39 32.73335 + 139.08771 965.53 34.20486 + 139.13775 914.39 33.25596 + 139.18778 934.44 33.50262 + 139.23764 896.50 32.87109 + 139.28766 950.10 33.97615 + 139.33774 975.42 34.33161 + 139.38762 932.71 33.55332 + 139.43764 953.58 33.90101 + 139.48759 944.33 33.73921 + 139.53752 944.74 33.66060 + 139.58744 926.65 33.38421 + 139.63740 970.54 34.20909 + 139.68744 929.60 33.45190 + 139.73740 1019.90 35.04394 + 139.78734 926.68 33.41229 + 139.83711 942.82 33.81945 + 139.88720 960.86 34.02189 + 139.93726 997.21 34.82601 + 139.98716 906.91 33.12923 + 140.05939 947.27 32.39300 + 140.10950 939.76 32.30175 + 140.15957 910.24 31.77451 + 140.20967 890.03 31.27485 + 140.25963 1017.71 33.65304 + 140.30959 967.68 32.95174 + 140.35965 924.67 32.04018 + 140.40969 934.43 32.33092 + 140.45973 923.46 32.04579 + 140.50959 981.61 32.93801 + 140.55960 901.89 31.73692 + 140.60968 974.82 32.79231 + 140.65956 954.70 32.90441 + 140.70958 934.56 32.06047 + 140.75953 906.05 31.57094 + 140.80947 905.47 31.70222 + 140.85939 888.29 31.57899 + 140.90934 898.65 31.56805 + 140.95938 948.91 32.74045 + 141.00934 952.11 32.39040 + 141.05929 899.64 31.73373 + 141.10906 915.58 32.05920 + 141.15914 966.95 32.64941 + 141.20920 900.56 31.53063 + 141.25910 861.71 30.89692 + 141.30854 896.06 30.29217 + 141.35864 937.94 31.05324 + 141.40871 903.01 30.50616 + 141.45882 901.33 30.38967 + 141.50877 924.06 30.79801 + 141.55873 918.28 30.68206 + 141.60879 934.78 31.01752 + 141.65883 913.65 30.58202 + 141.70887 945.69 31.20699 + 141.75873 883.41 30.09037 + 141.80875 923.60 30.86864 + 141.85883 955.16 31.33568 + 141.90871 878.30 30.12193 + 141.95872 871.05 29.93310 + 142.00868 914.69 30.62542 + 142.05861 952.48 31.24756 + 142.10853 880.32 30.19796 + 142.15848 976.14 31.61455 + 142.20852 961.04 31.40835 + 142.25849 973.37 31.66654 + 142.30843 918.73 30.70177 + 142.35820 975.45 31.69686 + 142.40828 920.54 30.77032 + 142.45834 969.86 31.54992 + 142.50824 986.77 31.87187 + 142.54433 908.12 31.60753 + 142.59443 969.57 32.59629 + 142.64450 955.51 32.26534 + 142.69461 953.13 32.28578 + 142.74456 976.49 32.68766 + 142.79453 1024.88 33.54004 + 142.84459 962.38 32.53582 + 142.89463 877.20 31.00321 + 142.94466 963.41 32.54688 + 142.99452 947.16 32.17812 + 143.04454 969.68 32.58598 + 143.09462 901.66 31.53158 + 143.14450 911.72 31.60278 + 143.19452 957.26 32.34010 + 143.24447 910.22 31.48296 + 143.29440 972.20 32.64123 + 143.34432 909.69 31.51737 + 143.39428 914.62 31.59360 + 143.44432 829.78 30.01950 + 143.49428 875.67 30.94306 + 143.54422 914.72 31.65580 + 143.59399 958.38 32.41093 + 143.64408 970.76 32.59312 + 143.69414 869.82 30.77401 + 143.74404 932.02 31.93291 + 143.79237 840.85 29.91296 + 143.84248 880.76 30.58490 + 143.89255 902.50 31.24083 + 143.94265 936.71 31.60678 + 143.99261 905.18 31.07310 + 144.04257 964.18 32.05722 + 144.09263 869.81 30.46158 + 144.14267 907.46 31.05696 + 144.19271 895.61 30.86518 + 144.24257 867.76 30.33002 + 144.29258 905.08 31.04203 + 144.34266 936.70 31.57462 + 144.39254 900.24 30.96764 + 144.44256 861.09 30.18561 + 144.49251 946.16 31.75382 + 144.54245 872.53 30.47880 + 144.59237 934.38 31.52999 + 144.64232 937.32 31.58290 + 144.69236 907.71 31.08726 + 144.74232 933.77 31.54797 + 144.79227 959.25 32.00124 + 144.84204 1018.05 32.98376 + 144.89212 913.52 31.19265 + 144.94218 952.80 31.95307 + 144.99208 941.54 31.70111 + 145.05497 1013.23 34.79451 + 145.10507 920.93 33.14981 + 145.15514 1047.90 35.65566 + 145.20525 1051.44 35.49373 + 145.25520 1100.66 36.33257 + 145.30516 1197.77 38.19744 + 145.35522 1429.00 41.84338 + 145.40526 1547.77 43.67858 + 145.45530 1699.74 46.01270 + 145.50516 1897.98 48.97171 + 145.55518 2124.80 51.87172 + 145.60526 2189.83 52.97739 + 145.65514 2310.69 54.28160 + 145.70515 2478.25 56.26310 + 145.75511 2515.64 56.92582 + 145.80504 2732.26 59.90520 + 145.85496 2677.41 58.94129 + 145.90491 2798.36 60.08211 + 145.95495 2812.61 60.35375 + 146.00492 2501.93 56.49430 + 146.05486 2342.24 54.51788 + 146.10463 2358.05 54.60120 + 146.15471 2123.70 51.53706 + 146.20477 1970.18 49.47749 + 146.25467 1818.15 47.34796 + 146.30431 1641.38 44.16261 + 146.35441 1577.78 43.26060 + 146.40448 1515.55 42.50429 + 146.45459 1360.18 39.90752 + 146.50454 1369.01 40.01432 + 146.55451 1285.43 39.02826 + 146.60457 1200.34 37.44600 + 146.65461 1148.93 36.90434 + 146.70465 1215.73 38.01228 + 146.75450 1140.01 36.33099 + 146.80452 1032.81 34.93390 + 146.85460 985.48 34.14091 + 146.90448 997.20 34.04287 + 146.95450 970.07 33.60457 + 147.00445 1017.06 34.43082 + 147.05438 973.90 33.77664 + 147.10430 1018.12 34.68001 + 147.15426 975.03 33.61863 + 147.20430 941.08 33.17101 + 147.25426 995.27 34.15144 + 147.30420 972.13 33.77458 + 147.35397 926.88 33.06065 + 147.40406 942.40 33.23534 + 147.45412 932.55 32.81417 + 147.50402 884.75 32.07564 + 147.54590 997.21 31.55637 + 147.59601 1007.54 31.75856 + 147.64608 999.21 31.60098 + 147.69618 981.48 31.26981 + 147.74614 960.70 30.94076 + 147.79610 979.20 31.24164 + 147.84616 981.47 31.28796 + 147.89620 982.72 31.28375 + 147.94624 974.18 31.29548 + 147.99610 941.18 30.58796 + 148.04611 990.52 31.45213 + 148.09619 993.27 31.51959 + 148.14607 969.51 31.11231 + 148.19609 980.15 31.25961 + 148.24604 974.59 31.27301 + 148.29598 985.67 31.41059 + 148.34590 1020.13 31.94043 + 148.39585 954.70 30.83147 + 148.44589 1032.83 32.06388 + 148.49585 957.73 30.90084 + 148.54580 1007.57 31.72030 + 148.59557 1006.29 31.76398 + 148.64565 975.71 31.27285 + 148.69571 1039.45 32.27856 + 148.74561 953.83 30.87119 + 148.79415 1020.75 32.33937 + 148.84425 970.89 31.44065 + 148.89432 1013.62 32.12018 + 148.94443 951.11 31.05333 + 148.99438 989.51 31.83020 + 149.04434 1044.78 32.71915 + 149.09440 1011.94 32.14540 + 149.14444 995.07 31.88005 + 149.19448 938.27 30.87206 + 149.24434 936.47 30.80848 + 149.29436 970.41 31.44627 + 149.34444 965.64 31.37321 + 149.39432 955.42 31.26745 + 149.44433 913.55 30.41128 + 149.49429 872.31 29.70060 + 149.54422 933.14 30.77290 + 149.59414 884.56 29.98393 + 149.64409 945.01 31.00186 + 149.69413 910.73 30.48338 + 149.74410 948.52 31.06421 + 149.79404 937.33 30.83455 + 149.84381 927.48 30.78363 + 149.89389 923.49 30.60040 + 149.94395 924.21 30.66944 + 149.99385 935.03 30.87095 + 150.03044 866.62 28.42954 + 150.08054 889.86 28.69659 + 150.13062 877.91 28.57137 + 150.18072 917.89 29.13872 + 150.23067 910.71 29.17970 + 150.28064 879.55 28.63430 + 150.33070 824.36 27.59024 + 150.38074 826.00 27.58218 + 150.43078 931.96 29.43115 + 150.48063 875.17 28.54716 + 150.53065 890.03 28.73223 + 150.58073 872.34 28.49013 + 150.63061 868.33 28.55739 + 150.68063 885.74 28.61437 + 150.73058 902.51 29.01680 + 150.78051 902.12 28.92157 + 150.83043 894.70 28.82191 + 150.88039 823.41 27.63957 + 150.93043 866.33 28.38440 + 150.98039 837.49 27.82012 + 151.03033 879.53 28.60830 + 151.08010 868.38 28.33650 + 151.13019 845.28 28.00504 + 151.18025 876.99 28.55096 + 151.23015 849.14 28.03945 + 151.28478 875.04 28.44189 + 151.33489 887.48 28.60771 + 151.38496 882.87 28.67843 + 151.43506 846.07 27.89391 + 151.48502 873.98 28.34146 + 151.53498 875.79 28.44451 + 151.58504 906.82 28.89478 + 151.63508 842.86 27.91694 + 151.68512 844.05 27.82503 + 151.73498 874.29 28.38335 + 151.78499 883.92 28.61332 + 151.83507 899.11 28.87113 + 151.88495 859.02 28.13901 + 151.93497 884.14 28.55292 + 151.98492 879.13 28.42324 + 152.03486 848.79 28.03476 + 152.08478 883.27 28.51616 + 152.13473 876.83 28.41335 + 152.18477 909.83 28.88097 + 152.23473 868.19 28.40145 + 152.28468 895.86 28.80759 + 152.33445 874.38 28.39625 + 152.38453 891.24 28.67963 + 152.43459 859.45 28.16332 + 152.48449 882.63 28.50691 + 152.54223 929.62 30.69724 + 152.59233 867.36 29.62099 + 152.64240 927.09 30.67486 + 152.69251 930.49 30.69182 + 152.74246 941.01 30.90681 + 152.79242 969.11 31.45011 + 152.84248 906.28 30.31047 + 152.89252 897.26 30.18122 + 152.94256 920.82 30.57869 + 152.99242 918.64 30.48071 + 153.04244 894.43 30.06737 + 153.09252 878.50 29.78900 + 153.14240 920.57 30.54003 + 153.19241 903.93 30.22663 + 153.24237 932.33 30.79422 + 153.29230 909.28 30.47448 + 153.34222 989.14 31.71754 + 153.39217 929.18 30.65099 + 153.44221 927.63 30.68150 + 153.49218 1043.55 32.73539 + 153.54212 1043.77 32.63896 + 153.59189 1028.83 32.38296 + 153.64197 1095.20 33.41951 + 153.69203 1212.24 35.34014 + 153.74193 1330.57 37.16237 + 153.78982 1524.50 40.14896 + 153.83992 1744.39 43.06282 + 153.89000 1963.43 45.89157 + 153.94010 2426.97 51.66408 + 153.99005 2891.28 57.01515 + 154.04002 3270.53 61.11708 + 154.09008 3590.64 64.55294 + 154.14012 4248.34 71.27191 + 154.19016 4713.04 75.66626 + 154.24001 5098.39 79.12132 + 154.29003 5593.74 83.69816 + 154.34011 5817.80 85.69021 + 154.38999 6191.93 88.91917 + 154.44001 6598.96 92.05690 + 154.48996 6976.38 95.53981 + 154.53989 7353.49 98.68951 + 154.58981 7641.19 101.00027 + 154.63977 7776.45 102.08416 + 154.68981 7892.90 102.80335 + 154.73977 7917.59 103.11199 + 154.78971 7874.63 102.56580 + 154.83948 7726.31 101.33764 + 154.88957 7715.86 101.32823 + 154.93963 7527.01 99.56822 + 154.98953 7160.09 96.66515 + 155.04211 6822.30 92.64789 + 155.09222 6701.23 91.81834 + 155.14229 6248.44 87.86944 + 155.19239 5780.20 84.08024 + 155.24235 5380.80 80.62869 + 155.29231 4889.18 76.30170 + 155.34237 4403.32 71.88843 + 155.39241 4143.75 69.71053 + 155.44245 3565.15 63.93683 + 155.49231 3304.11 61.27020 + 155.54232 3130.39 59.61077 + 155.59240 2899.81 57.15163 + 155.64228 2707.41 54.86817 + 155.69230 2511.48 52.46585 + 155.74225 2332.83 50.27316 + 155.79219 2234.37 49.22304 + 155.84211 2066.28 46.92848 + 155.89206 1884.79 44.73778 + 155.94210 1831.06 43.97836 + 155.99206 1702.58 42.33605 + 156.04201 1536.86 39.98881 + 156.09178 1392.33 37.99898 + 156.14186 1403.82 38.01703 + 156.19192 1340.29 37.19423 + 156.24182 1260.93 35.94716 + 156.29071 1177.96 35.08814 + 156.34081 1196.91 35.35678 + 156.39088 1100.68 33.81222 + 156.44099 1090.03 33.66532 + 156.49094 1043.67 32.79600 + 156.54090 1071.26 33.29121 + 156.59096 1022.03 32.54086 + 156.64100 1028.42 32.70127 + 156.69104 978.65 31.84446 + 156.74090 975.45 31.68415 + 156.79092 938.21 31.14279 + 156.84100 909.07 30.50027 + 156.89088 901.99 30.41532 + 156.94089 918.38 30.76343 + 156.99085 923.55 30.85906 + 157.04078 980.39 31.77982 + 157.09070 929.91 30.91286 + 157.14065 909.48 30.53000 + 157.19069 897.31 30.47543 + 157.24066 913.51 30.66433 + 157.29060 927.18 30.81869 + 157.34037 914.94 30.62365 + 157.39045 875.70 29.93575 + 157.44051 871.56 29.93901 + 157.49041 868.81 29.89799 + 157.52900 880.75 32.52786 + 157.57910 870.53 32.23168 + 157.62918 842.80 31.57926 + 157.67928 894.07 32.75523 + 157.72923 906.30 32.87920 + 157.77920 892.17 32.71562 + 157.82926 918.69 33.09258 + 157.87930 867.16 32.17567 + 157.92934 910.07 32.97279 + 157.97919 832.95 31.38664 + 158.02921 872.59 32.26616 + 158.07929 881.02 32.57274 + 158.12917 910.25 33.13062 + 158.17919 834.55 31.69123 + 158.22914 887.76 32.62221 + 158.27907 869.35 32.22568 + 158.32899 852.43 31.84833 + 158.37895 897.17 32.74249 + 158.42899 904.44 32.85208 + 158.47895 899.39 32.71075 + 158.52889 974.94 34.26723 + 158.57866 886.55 32.47751 + 158.62875 888.35 32.58338 + 158.67881 894.56 32.73310 + 158.72871 887.59 32.77378 + 158.78279 933.20 34.52194 + 158.83290 920.73 34.33000 + 158.88297 858.56 32.98784 + 158.93307 873.86 33.29706 + 158.98303 898.25 34.01858 + 159.03299 865.06 33.21605 + 159.08305 905.02 33.90579 + 159.13309 924.46 34.32508 + 159.18313 881.28 33.51290 + 159.23299 858.94 33.01082 + 159.28300 933.10 34.45476 + 159.33309 979.00 35.35604 + 159.38296 936.92 34.53387 + 159.43298 882.29 33.44340 + 159.48293 924.36 34.30581 + 159.53287 935.60 34.51630 + 159.58279 930.18 34.41008 + 159.63274 901.98 33.92184 + 159.68278 941.62 34.58852 + 159.73274 963.43 35.09688 + 159.78269 864.83 33.09005 + 159.83246 941.26 34.63923 + 159.88254 912.89 34.06136 + 159.93260 964.01 35.06506 + 159.98250 944.89 34.76214 + 160.04124 963.06 38.84344 + 160.09134 913.88 38.80687 + 160.14141 960.61 39.36048 + 160.19152 973.14 38.72545 + 160.24147 943.27 38.88427 + 160.29143 880.56 37.14738 + 160.34149 928.16 38.07312 + 160.39153 907.78 37.66358 + 160.44157 901.10 37.52909 + 160.49143 919.39 38.20766 + 160.54145 937.45 38.64639 + 160.59153 946.58 39.08937 + 160.64141 959.96 39.07453 + 160.69142 902.51 37.46389 + 160.74138 895.89 37.30808 + 160.79131 999.19 39.71634 + 160.84123 911.04 37.57689 + 160.89118 961.51 38.90232 + 160.94122 936.45 38.25719 + 160.99119 945.28 38.55431 + 161.04113 933.90 38.39761 + 161.09090 939.15 39.11374 + 161.14098 983.45 39.47205 + 161.19104 902.91 38.21368 + 161.24094 945.82 38.42226 + 161.29698 924.10 42.82490 + 161.34708 960.85 43.41070 + 161.39716 908.65 41.95650 + 161.44726 938.06 42.91270 + 161.49721 886.22 41.40142 + 161.54718 934.11 42.51897 + 161.59724 923.08 42.14640 + 161.64728 947.87 42.68314 + 161.69732 1005.47 44.46308 + 161.74717 920.53 42.47510 + 161.79719 957.30 43.00700 + 161.84727 1002.40 44.50616 + 161.89715 937.29 42.47485 + 161.94717 924.22 42.38715 + 161.99712 925.53 42.39953 + 162.04705 953.83 43.04054 + 162.09697 878.26 41.14927 + 162.14693 905.23 41.92253 + 162.19697 925.70 42.38441 + 162.24693 878.28 41.21950 + 162.29687 858.43 40.64464 + 162.34664 913.07 42.10744 + 162.39673 889.83 41.77126 + 162.44679 926.53 42.42525 + 162.49669 902.39 41.95989 + 162.55667 966.16 61.79202 + 162.60678 905.06 59.63691 + 162.65685 944.70 60.34922 + 162.70695 935.82 60.16765 + 162.75691 957.39 61.51882 + 162.80687 909.22 59.81775 + 162.85693 988.54 62.42153 + 162.90697 923.08 59.93307 + 162.95701 907.31 59.85053 + 163.00687 893.08 59.01023 + 163.05688 911.54 59.38296 + 163.10697 983.70 62.55153 + 163.15684 1060.96 64.80656 + 163.20686 928.88 60.18505 + 163.25682 960.16 61.30208 + 163.30675 968.35 61.09286 + 163.35667 961.79 61.49296 + 163.40662 954.64 60.84633 + 163.45666 916.09 59.58318 + 163.50662 981.89 62.79669 + 163.55657 916.63 59.44997 + 163.60634 919.80 60.33181 + 163.65642 972.91 61.70115 + 163.70648 1058.06 64.34230 + 163.75638 1061.08 64.75653 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.pcr new file mode 100644 index 000000000..4f90c1408 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.pcr @@ -0,0 +1,58 @@ +COMM LaB6 Ge(331) +! Current global Chi2 (Bragg contrib.) = 14.93 +! Files => DAT-file: ECH0030684_LaB6_1p622A_sycos_sysin.dat, PCR-file: ECH0030684_LaB6_1p622A_sycos_sysin +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 1 7 1 0 2 0 0 1 0 0 1 0 0 0 0 0 0 0 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 2 2 1 0 1 0 4 0 0 2 10 -1 0 0 0 0 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.623899 1.623899 0.00000 80.000 12.000 0.0000 0.0000 180.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 +200 0.10 0.04 0.04 0.04 0.04 4.1642 0.049998 163.7564 0.000 0.000 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 10.00 + 164.00 180.00 +! +! Additional scattering factors for Pattern# 1 +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.45778 0.0 0.01153 0.0 0.24334 0.0 1.623899 0.00 0 +! Background coefficients/codes for Pattern# 1 (Polynomial of 6th degree) + 777.346 52.434 365.757 14.659 -415.682 0.000 + 0.00 0.00 0.00 0.00 0.00 0.00 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 4.2230 +!------------------------------------------------------------------------------- +nuclear +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 2 0 0 0.0 0.0 1.0 0 0 0 0 0 203.711 0 7 0 +! +! +P m -3 m <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +La La 0.00000 0.00000 0.00000 0.25812 0.02083 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +B B 0.19972 0.50000 0.50000 0.11925 0.12500 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 42.98374 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.143431 -0.523140 0.590412 0.000000 0.054515 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 4.156885 4.156885 4.156885 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 10.000 163.756 1 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.prf b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.prf new file mode 100644 index 000000000..84b4a0d65 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.prf @@ -0,0 +1,3266 @@ +IGOR +WAVES TwoTheta, Iobs, Icalc, Diff +BEGIN + 4.164 249.28 708.17 -458.89 + 4.214 242.77 708.68 -465.91 + 4.264 261.99 709.18 -447.19 + 4.314 374.47 709.69 -335.22 + 4.364 435.31 710.19 -274.88 + 4.414 647.92 710.69 -62.77 + 4.464 806.68 711.19 95.49 + 4.514 868.33 711.69 156.64 + 4.564 1082.78 712.19 370.59 + 4.614 1245.94 712.69 533.25 + 4.664 1161.56 713.18 448.38 + 4.714 1270.88 713.68 557.20 + 4.764 1353.10 714.17 638.93 + 4.814 1394.96 714.66 680.30 + 4.864 1344.30 715.15 629.15 + 4.914 1395.56 715.63 679.93 + 4.964 1418.44 716.12 702.32 + 5.014 1512.19 716.61 795.58 + 5.064 1533.20 717.09 816.11 + 5.117 1511.09 717.60 793.49 + 5.167 1557.83 718.08 839.75 + 5.217 1570.98 718.56 852.42 + 5.267 1524.03 719.04 804.99 + 5.317 1557.07 719.51 837.56 + 5.367 1518.49 719.99 798.50 + 5.417 1492.80 720.46 772.34 + 5.467 1467.48 720.93 746.55 + 5.517 1642.49 721.40 921.09 + 5.567 1467.95 721.87 746.08 + 5.617 1480.74 722.34 758.40 + 5.667 1504.68 722.81 781.87 + 5.717 1493.81 723.27 770.54 + 5.767 1526.23 723.73 802.50 + 5.817 1448.03 724.19 723.84 + 5.867 1480.69 724.65 756.04 + 5.917 1399.52 725.11 674.41 + 5.966 1416.73 725.57 691.16 + 6.016 1395.40 726.03 669.37 + 6.066 1287.19 726.48 560.71 + 6.116 1413.82 726.93 686.89 + 6.166 1294.07 727.38 566.69 + 6.216 1329.71 727.83 601.88 + 6.266 1295.20 728.28 566.92 + 6.316 1221.64 728.73 492.91 + 6.362 1239.25 729.14 510.11 + 6.412 1234.43 729.58 504.85 + 6.462 1176.34 730.03 446.31 + 6.512 1230.70 730.47 500.23 + 6.562 1157.69 730.91 426.78 + 6.612 1123.19 731.35 391.84 + 6.662 1173.25 731.79 441.46 + 6.712 1163.54 732.22 431.32 + 6.762 1160.56 732.66 427.90 + 6.812 1090.30 733.09 357.21 + 6.862 1089.23 733.52 355.71 + 6.912 1115.90 733.96 381.94 + 6.962 1035.09 734.39 300.70 + 7.012 1073.90 734.81 339.09 + 7.062 1088.65 735.24 353.41 + 7.112 1060.65 735.67 324.98 + 7.162 1001.18 736.09 265.09 + 7.212 1051.08 736.51 314.57 + 7.262 1038.77 736.93 301.84 + 7.312 987.64 737.35 250.29 + 7.361 1032.94 737.77 295.17 + 7.411 1014.73 738.19 276.54 + 7.461 967.70 738.60 229.10 + 7.511 1053.04 739.02 314.02 + 7.561 987.22 739.43 247.79 + 7.618 1027.23 739.90 287.33 + 7.668 957.69 740.31 217.38 + 7.718 950.30 740.72 209.58 + 7.768 965.57 741.13 224.44 + 7.818 908.56 741.53 167.03 + 7.868 990.94 741.94 249.00 + 7.918 948.75 742.34 206.41 + 7.968 1014.25 742.75 271.50 + 8.018 909.56 743.15 166.41 + 8.068 963.50 743.55 219.95 + 8.118 956.97 743.94 213.03 + 8.168 941.60 744.34 197.26 + 8.218 944.65 744.74 199.91 + 8.268 958.38 745.13 213.25 + 8.318 915.62 745.53 170.09 + 8.368 926.86 745.92 180.94 + 8.418 898.35 746.31 152.04 + 8.468 883.90 746.70 137.20 + 8.518 907.95 747.09 160.86 + 8.568 840.81 747.47 93.34 + 8.618 854.40 747.86 106.54 + 8.667 909.80 748.24 161.56 + 8.717 933.86 748.62 185.24 + 8.767 883.97 749.01 134.96 + 8.817 872.52 749.39 123.13 + 8.870 889.41 749.79 139.62 + 8.920 872.92 750.16 122.76 + 8.970 910.67 750.54 160.13 + 9.020 869.99 750.92 119.07 + 9.070 859.96 751.29 108.67 + 9.120 858.03 751.66 106.37 + 9.170 834.26 752.04 82.22 + 9.220 856.79 752.41 104.38 + 9.271 837.15 752.78 84.37 + 9.320 822.58 753.14 69.44 + 9.370 863.24 753.51 109.73 + 9.420 827.61 753.87 73.74 + 9.470 826.65 754.24 72.41 + 9.520 842.37 754.60 87.77 + 9.570 902.88 754.96 147.92 + 9.620 827.23 755.32 71.91 + 9.670 846.33 755.68 90.65 + 9.720 825.69 756.04 69.65 + 9.770 765.93 756.39 9.54 + 9.820 845.02 756.75 88.27 + 9.870 850.36 757.10 93.26 + 9.920 841.36 757.45 83.91 + 9.970 832.23 757.80 74.43 + 10.020 780.68 758.15 22.53 + 10.070 839.40 758.50 80.90 + 10.125 805.00 758.88 46.12 + 10.175 736.57 759.23 -22.66 + 10.225 815.42 759.58 55.84 + 10.275 793.91 759.92 33.99 + 10.325 817.66 760.26 57.40 + 10.375 770.70 760.60 10.10 + 10.425 804.50 760.95 43.55 + 10.475 727.04 761.28 -34.24 + 10.525 751.78 761.62 -9.84 + 10.575 764.02 761.96 2.06 + 10.625 802.46 762.29 40.17 + 10.675 752.71 762.63 -9.92 + 10.725 793.85 762.96 30.89 + 10.775 776.92 763.29 13.63 + 10.825 791.07 763.62 27.45 + 10.875 788.79 763.95 24.84 + 10.925 784.57 764.28 20.29 + 10.975 775.27 764.60 10.67 + 11.025 754.16 764.93 -10.77 + 11.075 787.35 765.25 22.10 + 11.125 813.34 765.58 47.76 + 11.175 713.61 765.90 -52.29 + 11.225 731.27 766.22 -34.95 + 11.275 726.09 766.54 -40.45 + 11.325 779.29 766.86 12.43 + 11.374 762.10 767.17 -5.07 + 11.425 760.08 767.49 -7.41 + 11.475 802.53 767.81 34.72 + 11.525 755.89 768.12 -12.23 + 11.575 768.50 768.43 0.07 + 11.625 790.01 768.74 21.27 + 11.675 734.06 769.05 -34.99 + 11.725 784.43 769.36 15.07 + 11.775 724.67 769.67 -45.00 + 11.825 779.11 769.98 9.13 + 11.875 752.73 770.28 -17.55 + 11.925 733.54 770.59 -37.05 + 11.975 746.79 770.89 -24.10 + 12.025 765.56 771.19 -5.63 + 12.075 750.70 771.49 -20.79 + 12.125 779.88 771.79 8.09 + 12.174 761.56 772.09 -10.53 + 12.224 725.67 772.39 -46.72 + 12.274 807.15 772.69 34.46 + 12.324 745.75 772.98 -27.23 + 12.374 788.00 773.28 14.72 + 12.424 725.64 773.57 -47.93 + 12.474 761.60 773.86 -12.26 + 12.524 768.65 774.15 -5.50 + 12.574 785.66 774.44 11.22 + 12.613 764.38 774.67 -10.29 + 12.664 727.45 774.96 -47.51 + 12.714 746.76 775.24 -28.48 + 12.764 786.33 775.53 10.80 + 12.814 765.94 775.81 -9.87 + 12.864 776.81 776.10 0.71 + 12.914 736.69 776.38 -39.69 + 12.964 728.16 776.66 -48.50 + 13.014 757.21 776.94 -19.73 + 13.064 781.63 777.22 4.41 + 13.114 763.67 777.50 -13.83 + 13.164 732.74 777.77 -45.03 + 13.214 745.87 778.05 -32.18 + 13.264 760.49 778.32 -17.83 + 13.314 784.22 778.59 5.63 + 13.364 741.46 778.87 -37.41 + 13.413 733.61 779.63 -46.02 + 13.463 775.04 779.91 -4.87 + 13.513 758.65 780.18 -21.53 + 13.563 754.40 780.45 -26.05 + 13.613 701.22 780.73 -79.51 + 13.663 778.39 781.00 -2.61 + 13.713 739.69 781.27 -41.58 + 13.763 722.27 781.54 -59.27 + 13.813 779.18 781.81 -2.63 + 13.868 740.32 782.10 -41.78 + 13.918 738.65 782.37 -43.72 + 13.968 784.66 782.63 2.03 + 14.018 755.77 782.90 -27.13 + 14.068 733.04 783.16 -50.12 + 14.118 725.36 783.42 -58.06 + 14.168 754.73 783.69 -28.96 + 14.218 765.19 783.95 -18.76 + 14.268 801.27 784.21 17.06 + 14.318 804.70 784.47 20.23 + 14.368 756.36 784.73 -28.37 + 14.418 766.09 784.98 -18.89 + 14.468 780.76 785.24 -4.48 + 14.518 741.08 785.50 -44.42 + 14.568 729.70 785.75 -56.05 + 14.618 750.00 786.00 -36.00 + 14.668 759.58 786.26 -26.68 + 14.718 758.71 786.51 -27.80 + 14.768 777.14 786.76 -9.62 + 14.818 741.13 787.01 -45.88 + 14.868 738.30 787.26 -48.96 + 14.918 764.53 787.51 -22.98 + 14.968 764.54 787.76 -23.22 + 15.018 796.72 788.00 8.72 + 15.068 744.09 788.25 -44.16 + 15.124 723.92 788.53 -64.61 + 15.174 750.85 788.77 -37.92 + 15.224 795.62 789.01 6.61 + 15.274 747.70 789.26 -41.56 + 15.324 745.56 789.50 -43.94 + 15.374 743.07 789.74 -46.67 + 15.424 773.46 789.98 -16.52 + 15.474 765.86 790.22 -24.36 + 15.524 699.87 790.46 -90.59 + 15.574 732.41 790.70 -58.29 + 15.624 768.54 790.94 -22.40 + 15.674 699.30 791.18 -91.88 + 15.724 769.53 791.41 -21.88 + 15.774 743.34 791.65 -48.31 + 15.824 719.45 791.88 -72.43 + 15.874 707.66 792.12 -84.46 + 15.924 720.09 792.35 -72.26 + 15.974 775.08 792.58 -17.50 + 16.024 732.56 792.82 -60.26 + 16.074 723.68 793.05 -69.37 + 16.124 763.27 793.28 -30.01 + 16.174 755.35 793.51 -38.16 + 16.224 746.64 793.74 -47.10 + 16.274 736.37 793.97 -57.60 + 16.324 751.89 794.20 -42.31 + 16.358 796.15 794.36 1.79 + 16.408 749.58 794.59 -45.01 + 16.458 783.55 794.81 -11.26 + 16.508 785.38 795.04 -9.66 + 16.558 786.92 795.27 -8.35 + 16.608 741.59 795.50 -53.91 + 16.658 749.53 795.72 -46.19 + 16.708 728.18 795.95 -67.77 + 16.758 760.77 796.18 -35.41 + 16.808 732.60 796.40 -63.80 + 16.858 712.64 796.63 -83.99 + 16.908 761.29 796.85 -35.56 + 16.958 703.67 797.07 -93.40 + 17.008 726.79 797.30 -70.51 + 17.058 769.55 797.52 -27.97 + 17.108 761.75 797.75 -36.00 + 17.158 783.25 797.97 -14.72 + 17.208 803.04 798.19 4.85 + 17.258 688.34 798.42 -110.08 + 17.308 773.21 798.64 -25.43 + 17.358 786.29 798.87 -12.58 + 17.408 791.91 799.09 -7.18 + 17.458 804.54 799.31 5.23 + 17.508 739.52 799.54 -60.02 + 17.558 787.44 799.76 -12.32 + 17.595 771.27 799.93 -28.66 + 17.645 774.40 800.16 -25.76 + 17.695 763.19 800.38 -37.19 + 17.745 780.10 800.61 -20.51 + 17.795 820.85 800.84 20.01 + 17.845 789.93 801.06 -11.13 + 17.895 792.37 801.29 -8.92 + 17.945 764.67 801.52 -36.85 + 17.995 778.85 801.75 -22.90 + 18.045 769.15 801.98 -32.83 + 18.095 734.53 802.21 -67.68 + 18.145 784.94 802.44 -17.50 + 18.195 716.35 802.68 -86.33 + 18.245 733.69 802.91 -69.22 + 18.295 785.49 803.15 -17.66 + 18.345 723.63 803.39 -79.76 + 18.395 752.80 803.62 -50.83 + 18.445 756.58 803.87 -47.29 + 18.495 734.30 804.11 -69.81 + 18.545 770.37 804.36 -33.99 + 18.595 750.65 804.60 -53.95 + 18.645 807.97 804.85 3.12 + 18.695 773.34 805.11 -31.77 + 18.745 796.94 805.36 -8.42 + 18.795 763.12 805.62 -42.50 + 18.840 752.30 805.86 -53.56 + 18.890 695.47 806.12 -110.65 + 18.940 759.74 806.39 -46.65 + 18.990 828.57 806.67 21.90 + 19.040 786.28 806.94 -20.66 + 19.090 797.57 807.23 -9.66 + 19.140 737.60 807.51 -69.91 + 19.190 794.48 807.81 -13.33 + 19.240 755.77 808.11 -52.34 + 19.290 723.12 808.41 -85.29 + 19.340 744.43 808.72 -64.29 + 19.390 782.77 809.04 -26.27 + 19.440 776.36 809.37 -33.01 + 19.490 775.07 809.71 -34.64 + 19.540 774.15 810.05 -35.90 + 19.590 724.69 810.41 -85.72 + 19.640 792.48 810.78 -18.30 + 19.690 830.35 811.16 19.19 + 19.740 802.84 811.55 -8.71 + 19.790 756.72 811.96 -55.24 + 19.840 803.48 812.38 -8.90 + 19.889 834.42 812.81 21.61 + 19.940 828.34 813.27 15.07 + 19.990 789.51 813.75 -24.24 + 20.039 775.19 814.25 -39.06 + 20.106 857.45 814.95 42.50 + 20.156 852.93 815.51 37.42 + 20.206 894.39 816.10 78.29 + 20.256 886.63 816.72 69.91 + 20.306 917.87 817.38 100.49 + 20.356 914.86 818.08 96.78 + 20.406 930.06 818.82 111.24 + 20.456 1064.38 819.62 244.76 + 20.506 1104.89 820.47 284.42 + 20.556 1063.11 821.38 241.73 + 20.606 1065.09 822.37 242.72 + 20.656 1081.92 823.45 258.48 + 20.706 1178.68 824.62 354.06 + 20.756 1179.87 825.92 353.95 + 20.806 1254.80 827.40 427.40 + 20.856 1263.04 829.11 433.93 + 20.906 1319.03 831.18 487.85 + 20.956 1470.85 833.78 637.07 + 21.006 1491.27 837.23 654.04 + 21.056 1629.27 841.98 787.29 + 21.106 1747.77 848.79 898.98 + 21.155 1803.66 858.70 944.96 + 21.205 1937.27 873.42 1063.85 + 21.255 2071.21 895.14 1176.07 + 21.305 2025.93 926.74 1099.19 + 21.366 2449.60 984.07 1465.53 + 21.416 2599.33 1052.87 1546.46 + 21.466 2835.68 1146.95 1688.73 + 21.516 3003.89 1272.35 1731.54 + 21.566 3210.67 1434.19 1776.48 + 21.616 3368.51 1637.58 1730.93 + 21.666 3810.41 1885.67 1924.74 + 21.716 4183.12 2177.87 2005.25 + 21.766 4466.32 2510.22 1956.10 + 21.816 4630.93 2872.81 1758.12 + 21.866 5279.75 3255.09 2024.66 + 21.916 5829.30 3638.78 2190.52 + 21.966 6574.37 4001.04 2573.33 + 22.016 7110.45 4321.47 2788.98 + 22.066 7852.27 4575.96 3276.31 + 22.116 8051.85 4744.96 3306.89 + 22.166 7989.20 4814.25 3174.95 + 22.216 7959.58 4777.63 3181.95 + 22.266 7849.35 4638.01 3211.34 + 22.316 7410.70 4407.93 3002.77 + 22.366 7183.28 4105.95 3077.33 + 22.416 6768.70 3755.40 3013.30 + 22.466 6175.79 3375.68 2800.11 + 22.516 5645.10 2990.96 2654.14 + 22.566 4898.09 2620.94 2277.15 + 22.612 4225.79 2302.50 1923.29 + 22.662 3632.12 1994.06 1638.06 + 22.712 3039.32 1729.08 1310.24 + 22.762 2751.86 1508.71 1243.15 + 22.812 2331.28 1331.81 999.47 + 22.862 2048.97 1193.65 855.32 + 22.912 1742.11 1088.63 653.48 + 22.962 1451.93 1011.17 440.76 + 23.012 1216.34 955.46 260.88 + 23.062 1052.24 916.42 135.82 + 23.112 966.86 889.42 77.44 + 23.162 968.34 871.07 97.27 + 23.212 949.41 858.77 90.64 + 23.262 920.38 850.46 69.92 + 23.312 884.56 844.82 39.74 + 23.362 889.47 841.78 47.69 + 23.412 894.47 838.96 55.51 + 23.462 863.76 836.83 26.93 + 23.512 848.44 835.15 13.29 + 23.562 856.24 833.78 22.46 + 23.612 856.95 832.61 24.34 + 23.662 799.55 831.60 -32.05 + 23.712 808.75 830.69 -21.94 + 23.762 868.66 829.89 38.77 + 23.812 866.02 829.17 36.85 + 23.861 931.41 828.52 102.89 + 23.911 888.13 827.92 60.21 + 23.962 886.21 827.38 58.83 + 24.012 915.72 826.89 88.83 + 24.062 953.10 826.44 126.66 + 24.112 901.68 826.03 75.65 + 24.162 832.29 825.66 6.63 + 24.212 880.63 825.31 55.32 + 24.262 909.05 825.00 84.05 + 24.312 890.85 824.72 66.13 + 24.362 823.90 824.46 -0.56 + 24.412 872.84 824.22 48.62 + 24.462 868.69 824.00 44.69 + 24.512 844.11 823.80 20.31 + 24.562 869.95 823.62 46.33 + 24.611 842.28 823.45 18.83 + 24.661 870.84 823.30 47.54 + 24.711 807.88 823.16 -15.28 + 24.761 787.48 823.04 -35.56 + 24.811 799.05 822.92 -23.87 + 24.861 788.06 822.82 -34.76 + 24.911 789.39 822.73 -33.34 + 24.961 833.76 822.64 11.12 + 25.011 800.07 822.57 -22.50 + 25.061 823.40 822.50 0.90 + 25.115 801.39 822.43 -21.04 + 25.166 785.92 822.38 -36.46 + 25.216 793.42 822.34 -28.92 + 25.266 819.35 822.30 -2.95 + 25.316 796.68 822.26 -25.58 + 25.366 780.48 822.24 -41.76 + 25.416 821.14 822.21 -1.07 + 25.466 781.52 822.19 -40.67 + 25.516 812.20 822.18 -9.98 + 25.566 822.25 822.17 0.08 + 25.616 848.33 822.17 26.16 + 25.666 844.17 822.17 22.00 + 25.716 802.73 822.17 -19.44 + 25.766 744.98 822.18 -77.20 + 25.816 776.41 822.19 -45.78 + 25.866 811.29 822.20 -10.91 + 25.915 815.06 822.21 -7.15 + 25.965 747.86 822.23 -74.37 + 26.015 768.84 822.26 -53.42 + 26.065 737.53 822.28 -84.75 + 26.115 815.88 822.31 -6.43 + 26.165 744.25 822.34 -78.09 + 26.215 723.78 822.37 -98.59 + 26.265 794.45 822.40 -27.95 + 26.315 829.77 822.44 7.33 + 26.378 804.26 822.49 -18.23 + 26.428 766.01 822.53 -56.52 + 26.478 815.55 822.58 -7.03 + 26.528 822.52 822.63 -0.11 + 26.578 823.32 822.67 0.65 + 26.628 826.59 822.73 3.86 + 26.678 815.38 822.78 -7.40 + 26.728 810.41 822.83 -12.42 + 26.778 763.55 822.89 -59.34 + 26.828 820.02 822.95 -2.93 + 26.878 884.62 823.01 61.61 + 26.928 830.77 823.08 7.69 + 26.978 785.68 823.14 -37.46 + 27.028 793.66 823.21 -29.55 + 27.078 870.84 823.28 47.56 + 27.128 754.98 823.36 -68.38 + 27.178 813.84 823.43 -9.59 + 27.228 789.20 823.51 -34.31 + 27.278 802.59 823.59 -21.00 + 27.328 781.87 823.67 -41.80 + 27.377 832.83 823.76 9.07 + 27.427 800.85 823.85 -23.00 + 27.477 806.72 823.94 -17.22 + 27.527 810.28 824.03 -13.75 + 27.577 762.63 824.13 -61.50 + 27.633 854.06 824.24 29.82 + 27.683 882.05 824.34 57.71 + 27.734 821.65 824.45 -2.80 + 27.784 841.46 824.56 16.90 + 27.834 850.63 824.67 25.96 + 27.884 850.49 824.79 25.70 + 27.934 813.44 824.92 -11.48 + 27.984 778.79 825.04 -46.25 + 28.034 815.21 825.17 -9.96 + 28.084 824.68 825.31 -0.63 + 28.134 855.37 825.45 29.92 + 28.184 861.03 825.59 35.44 + 28.234 806.55 825.74 -19.19 + 28.284 831.35 825.90 5.45 + 28.334 873.83 826.06 47.77 + 28.383 885.53 826.23 59.30 + 28.433 842.76 826.41 16.35 + 28.483 865.40 826.59 38.81 + 28.533 826.46 826.78 -0.32 + 28.583 880.00 826.98 53.02 + 28.633 876.56 827.19 49.37 + 28.683 838.86 827.41 11.45 + 28.733 834.81 827.63 7.18 + 28.783 851.69 827.87 23.82 + 28.833 850.41 828.12 22.29 + 28.866 893.22 828.29 64.93 + 28.916 852.43 828.56 23.87 + 28.966 862.51 828.84 33.67 + 29.016 800.10 829.14 -29.04 + 29.066 920.70 829.45 91.25 + 29.116 865.00 829.78 35.22 + 29.166 894.11 830.13 63.98 + 29.216 878.50 830.50 48.00 + 29.266 869.20 830.89 38.31 + 29.316 860.04 831.30 28.74 + 29.366 828.47 831.73 -3.26 + 29.416 851.02 832.20 18.82 + 29.466 869.29 832.69 36.60 + 29.516 787.01 833.21 -46.20 + 29.566 776.69 833.77 -57.08 + 29.616 859.75 834.36 25.39 + 29.666 803.70 834.99 -31.29 + 29.716 820.00 835.67 -15.67 + 29.766 858.68 836.40 22.28 + 29.816 854.16 837.19 16.97 + 29.866 829.50 838.03 -8.53 + 29.915 817.03 838.93 -21.90 + 29.965 790.15 839.91 -49.76 + 30.016 843.92 840.98 2.94 + 30.065 828.83 842.13 -13.30 + 30.099 831.58 842.94 -11.36 + 30.149 836.90 844.27 -7.37 + 30.199 866.32 845.73 20.59 + 30.249 818.03 847.32 -29.29 + 30.299 935.37 849.08 86.29 + 30.349 943.59 851.04 92.55 + 30.399 920.54 853.27 67.27 + 30.449 920.45 855.84 64.61 + 30.499 961.49 858.90 102.59 + 30.549 976.38 862.68 113.70 + 30.599 1099.49 867.62 231.87 + 30.649 1240.47 874.38 366.09 + 30.699 1248.83 883.98 364.85 + 30.749 1384.53 898.14 486.39 + 30.799 1469.53 919.30 550.23 + 30.849 1591.46 951.03 640.43 + 30.899 1582.98 998.27 584.71 + 30.948 1817.56 1067.13 750.43 + 30.999 2031.05 1167.08 863.97 + 31.048 2144.29 1307.12 837.17 + 31.098 2381.76 1499.19 882.57 + 31.148 2656.19 1751.48 904.71 + 31.198 2855.64 2077.50 778.14 + 31.248 3193.66 2482.62 711.04 + 31.298 3468.05 2967.18 500.87 + 31.351 3965.13 3566.61 398.52 + 31.402 4512.56 4194.86 317.70 + 31.452 5196.13 4860.68 335.45 + 31.502 5805.09 5532.77 272.32 + 31.552 6753.99 6169.33 584.66 + 31.602 7397.81 6729.52 668.29 + 31.652 7938.59 7170.92 767.67 + 31.702 8235.84 7454.06 781.78 + 31.752 8199.73 7552.94 646.79 + 31.802 8072.87 7458.48 614.39 + 31.852 7971.10 7179.43 791.67 + 31.902 7586.59 6741.19 845.40 + 31.952 7167.87 6184.28 983.59 + 32.002 6622.43 5548.17 1074.26 + 32.052 6111.23 4878.56 1232.67 + 32.101 5203.64 4213.98 989.66 + 32.151 4630.45 3586.45 1044.00 + 32.201 3909.73 3018.82 890.91 + 32.251 3211.38 2525.39 685.99 + 32.301 2914.61 2113.27 801.34 + 32.351 2532.69 1780.68 752.01 + 32.401 2106.10 1521.68 584.42 + 32.451 1721.90 1324.43 397.47 + 32.501 1428.02 1179.68 248.34 + 32.551 1153.99 1076.63 77.36 + 32.596 1076.42 1010.45 65.97 + 32.646 961.07 959.36 1.71 + 32.696 994.01 925.05 68.96 + 32.747 916.21 902.19 14.02 + 32.797 894.36 886.98 7.38 + 32.847 881.26 876.67 4.59 + 32.897 894.30 869.49 24.81 + 32.947 898.73 864.29 34.44 + 32.997 883.85 860.33 23.52 + 33.047 852.51 857.18 -4.67 + 33.097 865.73 854.55 11.18 + 33.147 876.08 852.28 23.80 + 33.196 877.08 850.29 26.79 + 33.246 794.10 848.51 -54.41 + 33.296 780.10 846.90 -66.80 + 33.346 840.15 845.44 -5.29 + 33.396 905.27 844.11 61.16 + 33.446 862.05 842.89 19.16 + 33.496 820.71 841.77 -21.06 + 33.546 854.19 840.73 13.46 + 33.596 826.64 839.78 -13.14 + 33.646 857.99 838.91 19.08 + 33.696 850.63 838.09 12.54 + 33.746 855.37 837.34 18.03 + 33.796 911.62 836.64 74.98 + 33.837 747.38 836.10 -88.72 + 33.888 822.55 835.48 -12.93 + 33.938 852.22 834.91 17.31 + 33.988 840.02 834.38 5.64 + 34.038 826.28 833.88 -7.60 + 34.088 881.55 833.42 48.13 + 34.138 865.87 832.99 32.88 + 34.188 882.16 832.58 49.58 + 34.238 837.56 832.20 5.36 + 34.288 920.12 831.85 88.27 + 34.338 872.50 831.51 40.99 + 34.388 869.41 831.20 38.21 + 34.438 865.79 830.91 34.88 + 34.488 898.99 830.63 68.36 + 34.538 876.77 830.38 46.39 + 34.587 905.50 830.14 75.36 + 34.637 868.80 829.91 38.89 + 34.687 863.85 829.70 34.15 + 34.737 879.81 829.51 50.30 + 34.787 843.08 829.32 13.76 + 34.837 883.56 829.15 54.41 + 34.887 805.19 828.99 -23.80 + 34.937 864.76 828.85 35.91 + 34.987 874.90 828.71 46.19 + 35.037 897.34 828.58 68.76 + 35.106 824.08 828.43 -4.35 + 35.156 901.39 828.33 73.06 + 35.206 834.95 828.23 6.72 + 35.256 862.03 828.15 33.88 + 35.306 839.90 828.08 11.82 + 35.356 871.74 828.02 43.72 + 35.406 832.28 827.96 4.32 + 35.456 835.16 827.91 7.25 + 35.506 868.73 827.88 40.85 + 35.556 878.90 827.85 51.05 + 35.606 865.17 827.83 37.34 + 35.656 824.19 827.82 -3.63 + 35.706 846.02 827.82 18.20 + 35.756 796.98 827.83 -30.85 + 35.806 837.07 827.84 9.23 + 35.856 847.75 827.87 19.88 + 35.906 821.63 827.91 -6.28 + 35.956 882.78 827.95 54.83 + 36.006 873.81 828.01 45.80 + 36.056 767.55 828.08 -60.53 + 36.106 811.97 828.16 -16.19 + 36.156 787.11 828.25 -41.14 + 36.206 800.50 828.35 -27.85 + 36.256 840.36 828.47 11.89 + 36.306 839.98 828.59 11.39 + 36.380 791.13 828.81 -37.68 + 36.430 813.81 828.97 -15.16 + 36.480 804.32 829.15 -24.83 + 36.530 788.24 829.35 -41.11 + 36.580 769.64 829.56 -59.92 + 36.630 792.00 829.79 -37.79 + 36.680 788.50 830.05 -41.55 + 36.730 814.64 830.32 -15.68 + 36.780 793.39 830.62 -37.23 + 36.830 791.91 830.94 -39.03 + 36.880 786.19 831.29 -45.10 + 36.930 785.47 831.67 -46.20 + 36.980 788.48 832.08 -43.60 + 37.030 815.03 832.52 -17.49 + 37.080 809.03 833.00 -23.97 + 37.130 788.46 833.52 -45.06 + 37.180 781.51 834.08 -52.57 + 37.230 743.38 834.69 -91.31 + 37.280 759.65 835.35 -75.70 + 37.330 787.78 836.07 -48.29 + 37.380 766.58 836.86 -70.28 + 37.429 761.38 837.70 -76.32 + 37.479 806.38 838.63 -32.25 + 37.529 792.38 839.65 -47.27 + 37.579 784.63 840.76 -56.13 + 37.620 836.80 841.73 -4.93 + 37.670 812.46 843.05 -30.59 + 37.720 827.10 844.49 -17.39 + 37.770 812.79 846.09 -33.30 + 37.820 801.33 848.64 -47.31 + 37.870 856.54 850.62 5.92 + 37.920 855.53 852.86 2.67 + 37.970 893.57 855.44 38.13 + 38.020 849.37 858.49 -9.12 + 38.070 896.07 862.20 33.87 + 38.120 959.79 866.98 92.81 + 38.170 922.03 873.45 48.59 + 38.220 1028.27 882.57 145.70 + 38.270 1048.48 896.04 152.44 + 38.320 1110.23 916.30 193.93 + 38.370 1302.04 947.00 355.04 + 38.420 1382.69 993.33 389.36 + 38.470 1524.59 1062.34 462.25 + 38.520 1656.36 1163.21 493.15 + 38.570 1802.55 1306.46 496.09 + 38.620 2165.26 1504.34 660.92 + 38.670 2524.36 1768.24 756.12 + 38.720 2820.94 2112.16 708.78 + 38.770 3181.41 2542.24 639.17 + 38.820 3658.34 3058.66 599.68 + 38.871 4321.95 3670.87 651.08 + 38.921 5222.28 4337.71 884.57 + 38.971 5963.87 5042.07 921.80 + 39.021 7300.81 5747.50 1553.31 + 39.071 8251.76 6406.21 1845.55 + 39.121 9018.56 6971.62 2046.93 + 39.171 9364.04 7396.47 1967.57 + 39.221 9519.86 7639.11 1880.75 + 39.271 9400.29 7675.12 1725.17 + 39.321 9325.90 7501.62 1824.28 + 39.371 8781.71 7135.54 1646.17 + 39.421 8341.71 6612.10 1729.61 + 39.471 7732.26 5980.56 1751.70 + 39.521 6934.04 5286.23 1647.81 + 39.571 5966.28 4578.62 1387.66 + 39.621 5193.82 3897.12 1296.70 + 39.671 4326.42 3272.26 1054.16 + 39.721 3574.29 2723.51 850.78 + 39.771 3004.24 2260.69 743.55 + 39.821 2518.22 1885.95 632.27 + 39.871 2194.51 1593.01 601.50 + 39.920 1717.01 1372.20 344.81 + 39.971 1434.17 1209.49 224.68 + 40.021 1217.46 1093.96 123.50 + 40.070 1069.68 1014.30 55.38 + 40.122 949.62 958.62 -9.00 + 40.172 986.30 923.15 63.15 + 40.223 924.17 898.90 25.27 + 40.273 849.43 883.42 -33.99 + 40.323 888.04 872.99 15.05 + 40.373 863.03 865.71 -2.68 + 40.423 805.28 860.37 -55.09 + 40.473 847.26 856.26 -9.00 + 40.523 863.48 852.93 10.55 + 40.573 837.40 850.14 -12.74 + 40.623 835.30 847.71 -12.41 + 40.673 802.48 845.56 -43.08 + 40.723 885.68 843.63 42.05 + 40.773 838.05 841.88 -3.83 + 40.823 842.80 840.30 2.50 + 40.872 841.48 838.85 2.63 + 40.922 830.46 837.52 -7.06 + 40.972 876.30 836.30 40.00 + 41.022 834.95 835.18 -0.23 + 41.072 822.86 834.14 -11.28 + 41.122 831.99 833.19 -1.20 + 41.172 852.59 832.31 20.28 + 41.222 845.37 831.48 13.89 + 41.272 829.98 830.72 -0.74 + 41.322 823.94 830.01 -6.07 + 41.364 784.96 829.45 -44.49 + 41.414 805.88 828.83 -22.95 + 41.464 741.75 828.25 -86.50 + 41.515 801.24 827.71 -26.47 + 41.565 793.87 827.20 -33.33 + 41.615 758.94 826.73 -67.79 + 41.665 817.35 826.29 -8.94 + 41.715 813.99 825.88 -11.89 + 41.765 776.12 825.49 -49.37 + 41.815 754.79 825.13 -70.34 + 41.865 767.77 824.79 -57.02 + 41.915 812.24 824.48 -12.24 + 41.964 796.99 824.19 -27.20 + 42.014 807.86 823.92 -16.06 + 42.064 800.20 823.66 -23.46 + 42.114 768.37 823.43 -55.06 + 42.164 807.19 823.21 -16.02 + 42.214 818.78 823.01 -4.23 + 42.264 840.37 822.83 17.54 + 42.314 840.37 822.66 17.71 + 42.364 837.18 822.50 14.68 + 42.414 814.53 822.37 -7.84 + 42.464 867.15 822.24 44.91 + 42.514 828.37 822.14 6.23 + 42.564 820.37 822.04 -1.67 + 42.614 857.66 821.96 35.70 + 42.664 839.06 821.90 17.16 + 42.714 845.49 821.85 23.64 + 42.764 821.91 821.82 0.09 + 42.814 833.05 821.80 11.25 + 42.864 893.38 821.79 71.59 + 42.914 834.06 821.81 12.25 + 42.964 828.96 821.84 7.12 + 43.014 795.30 821.88 -26.58 + 43.064 772.15 821.94 -49.79 + 43.114 772.04 822.03 -49.99 + 43.164 760.94 822.13 -61.19 + 43.214 766.19 822.25 -56.06 + 43.264 792.85 822.39 -29.54 + 43.314 760.18 822.56 -62.38 + 43.364 741.39 822.75 -81.36 + 43.414 830.06 822.96 7.10 + 43.464 741.61 823.20 -81.59 + 43.514 750.00 823.47 -73.47 + 43.564 773.80 823.78 -49.98 + 43.614 827.71 824.11 3.60 + 43.664 820.78 824.49 -3.71 + 43.714 809.97 824.90 -14.93 + 43.764 780.23 825.36 -45.13 + 43.814 795.34 825.87 -30.53 + 43.865 780.87 827.01 -46.14 + 43.915 827.44 827.64 -0.20 + 43.965 803.47 828.33 -24.86 + 44.015 822.15 829.10 -6.95 + 44.065 865.78 829.94 35.84 + 44.115 840.77 830.87 9.90 + 44.165 771.46 831.90 -60.44 + 44.215 871.83 833.05 38.78 + 44.265 828.07 834.32 -6.25 + 44.315 880.75 835.74 45.01 + 44.365 878.04 837.34 40.70 + 44.415 880.84 839.16 41.68 + 44.465 810.56 841.25 -30.69 + 44.515 808.49 843.73 -35.24 + 44.565 880.58 846.78 33.80 + 44.615 841.65 850.71 -9.06 + 44.665 907.00 856.04 50.96 + 44.715 950.12 863.67 86.45 + 44.765 919.75 875.02 44.73 + 44.815 986.84 892.27 94.57 + 44.865 1113.67 918.67 195.00 + 44.915 1132.01 958.72 173.29 + 44.965 1237.26 1019.12 218.14 + 45.015 1339.99 1107.70 232.29 + 45.065 1587.68 1233.63 354.05 + 45.109 1811.46 1386.54 424.92 + 45.159 1979.79 1613.47 366.32 + 45.209 2355.45 1907.21 448.24 + 45.260 2781.64 2273.73 507.91 + 45.309 3279.83 2711.32 568.51 + 45.359 3884.98 3213.12 671.86 + 45.410 4479.67 3763.34 716.33 + 45.460 5330.87 4334.48 996.39 + 45.510 6337.10 4892.07 1445.03 + 45.559 6988.94 5394.05 1594.89 + 45.609 7320.04 5801.50 1518.54 + 45.660 7422.39 6074.28 1348.11 + 45.709 7447.94 6182.78 1265.16 + 45.759 7148.43 6115.95 1032.48 + 45.809 6889.78 5881.12 1008.66 + 45.859 6529.15 5503.69 1025.46 + 45.909 5983.71 5020.53 963.18 + 45.959 5578.86 4473.03 1105.83 + 46.009 4638.55 3901.55 737.00 + 46.059 3945.67 3344.19 601.48 + 46.109 3173.10 2828.82 344.28 + 46.159 2703.07 2375.68 327.39 + 46.209 2308.14 1990.70 317.44 + 46.259 1960.57 1678.95 281.62 + 46.309 1737.74 1436.61 301.13 + 46.360 1385.99 1251.50 134.49 + 46.410 1236.76 1119.22 117.54 + 46.460 966.71 1026.19 -59.48 + 46.510 914.85 962.48 -47.63 + 46.560 874.10 919.99 -45.89 + 46.610 813.05 891.99 -78.94 + 46.660 865.24 873.61 -8.37 + 46.710 890.69 861.52 29.17 + 46.760 856.12 853.35 2.77 + 46.810 844.88 847.64 -2.76 + 46.860 789.08 843.40 -54.32 + 46.910 794.14 840.09 -45.95 + 46.960 801.61 837.40 -35.79 + 47.010 773.50 835.10 -61.60 + 47.060 808.56 833.09 -24.53 + 47.110 775.45 831.30 -55.85 + 47.160 732.94 829.70 -96.76 + 47.210 790.62 828.24 -37.62 + 47.260 756.81 826.92 -70.11 + 47.310 779.67 825.71 -46.04 + 47.360 775.06 824.60 -49.54 + 47.409 759.57 823.58 -64.01 + 47.459 761.03 821.71 -60.67 + 47.510 771.35 820.85 -49.50 + 47.559 749.75 820.06 -70.31 + 47.627 748.91 819.08 -70.17 + 47.677 761.81 818.42 -56.61 + 47.727 721.85 817.81 -95.96 + 47.778 770.74 817.24 -46.50 + 47.827 747.65 816.71 -69.06 + 47.877 770.34 816.22 -45.88 + 47.927 747.01 815.76 -68.75 + 47.978 692.62 815.33 -122.71 + 48.028 753.30 814.93 -61.63 + 48.077 700.61 814.56 -113.95 + 48.127 772.84 814.22 -41.38 + 48.178 793.77 813.90 -20.13 + 48.227 732.49 813.60 -81.11 + 48.277 742.86 813.32 -70.46 + 48.327 815.36 813.06 2.30 + 48.377 746.33 812.83 -66.50 + 48.427 775.31 812.61 -37.30 + 48.477 786.72 812.41 -25.69 + 48.527 755.54 812.23 -56.69 + 48.577 767.04 812.06 -45.02 + 48.627 781.99 811.91 -29.92 + 48.677 747.65 811.78 -64.13 + 48.727 699.86 811.66 -111.80 + 48.777 775.59 811.56 -35.97 + 48.827 763.70 811.48 -47.78 + 48.871 795.73 811.42 -15.69 + 48.921 785.32 811.37 -26.05 + 48.971 752.33 811.33 -59.00 + 49.021 768.46 811.31 -42.85 + 49.071 775.57 811.31 -35.74 + 49.121 766.03 811.33 -45.30 + 49.171 723.46 811.36 -87.90 + 49.221 787.23 811.42 -24.19 + 49.271 758.56 811.50 -52.94 + 49.321 788.80 811.60 -22.80 + 49.371 823.34 811.72 11.62 + 49.421 859.12 811.87 47.25 + 49.471 774.26 812.33 -38.07 + 49.521 791.38 812.54 -21.16 + 49.571 817.91 812.78 5.13 + 49.621 856.06 813.05 43.01 + 49.671 806.48 813.37 -6.89 + 49.720 808.28 813.72 -5.44 + 49.771 792.14 814.11 -21.97 + 49.820 800.49 814.56 -14.07 + 49.870 832.55 815.06 17.49 + 49.920 814.22 815.61 -1.39 + 49.970 767.77 816.24 -48.47 + 50.020 792.59 816.94 -24.35 + 50.070 819.67 817.72 1.95 + 50.101 812.84 818.25 -5.41 + 50.151 793.47 819.20 -25.73 + 50.201 763.66 820.27 -56.61 + 50.251 763.39 821.50 -58.11 + 50.301 809.00 822.91 -13.91 + 50.351 799.64 824.57 -24.93 + 50.401 824.57 826.60 -2.03 + 50.451 832.36 829.19 3.17 + 50.501 792.17 832.67 -40.50 + 50.551 830.32 837.59 -7.27 + 50.601 885.21 844.91 40.30 + 50.651 853.53 856.13 -2.60 + 50.701 903.71 873.39 30.32 + 50.751 886.82 900.06 -13.24 + 50.801 992.45 940.53 51.92 + 50.851 1108.20 1000.56 107.64 + 50.901 1173.66 1087.16 86.50 + 50.951 1332.56 1208.22 124.34 + 51.001 1431.78 1371.75 60.03 + 51.051 1682.19 1583.89 98.30 + 51.101 1961.84 1848.26 113.58 + 51.150 2234.81 2162.98 71.83 + 51.200 2696.52 2524.32 172.20 + 51.250 3249.35 2916.41 332.94 + 51.300 3732.23 3316.71 415.52 + 51.366 4412.86 3815.06 597.80 + 51.417 4662.94 4129.21 533.73 + 51.467 4565.86 4354.00 211.86 + 51.517 4769.53 4465.17 304.36 + 51.567 4540.72 4449.66 91.06 + 51.617 4487.99 4309.75 178.24 + 51.667 4192.79 4061.09 131.70 + 51.717 3766.40 3730.47 35.93 + 51.767 3434.04 3348.92 85.12 + 51.817 3031.91 2949.08 82.83 + 51.867 2652.44 2555.49 96.95 + 51.917 2224.45 2190.69 33.76 + 51.967 1877.49 1870.98 6.51 + 52.017 1634.73 1601.62 33.11 + 52.067 1399.83 1385.21 14.62 + 52.116 1284.02 1217.97 66.05 + 52.166 1150.78 1093.56 57.22 + 52.216 943.35 1004.13 -60.78 + 52.266 942.02 941.85 0.17 + 52.316 875.47 899.82 -24.35 + 52.366 881.41 872.05 9.36 + 52.416 817.30 853.99 -36.69 + 52.466 841.41 842.16 -0.75 + 52.516 769.93 834.38 -64.45 + 52.566 774.60 829.10 -54.50 + 52.637 787.23 824.07 -36.84 + 52.687 838.93 821.50 17.43 + 52.737 797.96 819.41 -21.45 + 52.787 753.78 817.64 -63.86 + 52.837 818.87 816.11 2.76 + 52.887 783.48 814.74 -31.26 + 52.937 803.32 813.52 -10.20 + 52.987 747.48 812.40 -64.92 + 53.037 770.27 811.39 -41.12 + 53.087 744.51 810.47 -65.96 + 53.137 781.41 809.63 -28.22 + 53.187 786.01 808.85 -22.84 + 53.237 816.06 808.13 7.93 + 53.287 778.59 807.47 -28.88 + 53.337 787.07 806.86 -19.79 + 53.387 760.06 806.29 -46.23 + 53.437 810.48 805.76 4.72 + 53.487 805.09 805.27 -0.18 + 53.537 771.59 804.81 -33.22 + 53.587 803.35 804.39 -1.04 + 53.637 757.63 803.21 -45.58 + 53.687 775.96 802.85 -26.89 + 53.737 747.76 802.51 -54.75 + 53.787 778.96 802.19 -23.23 + 53.837 745.62 801.89 -56.27 + 53.870 738.16 801.70 -63.54 + 53.920 792.69 801.44 -8.75 + 53.970 723.05 801.19 -78.14 + 54.020 776.19 800.96 -24.77 + 54.070 816.69 800.74 15.95 + 54.120 769.75 800.54 -30.79 + 54.170 720.62 800.36 -79.74 + 54.220 741.07 800.19 -59.12 + 54.270 780.60 800.03 -19.43 + 54.320 768.63 799.88 -31.25 + 54.370 763.70 799.75 -36.05 + 54.420 800.42 799.63 0.79 + 54.470 749.00 799.53 -50.53 + 54.520 736.92 799.43 -62.51 + 54.570 795.87 799.35 -3.48 + 54.620 791.79 799.29 -7.50 + 54.670 736.85 799.23 -62.38 + 54.720 760.71 799.19 -38.48 + 54.770 807.81 799.17 8.64 + 54.820 788.52 799.16 -10.64 + 54.870 797.29 799.16 -1.87 + 54.920 726.98 799.18 -72.20 + 54.970 816.80 799.22 17.58 + 55.020 795.35 799.28 -3.93 + 55.070 784.99 799.36 -14.37 + 55.102 739.58 799.42 -59.84 + 55.152 806.62 799.54 7.08 + 55.202 819.24 799.68 19.56 + 55.252 804.75 799.85 4.90 + 55.302 802.08 800.05 2.03 + 55.352 802.58 800.28 2.30 + 55.402 827.59 800.55 27.04 + 55.452 875.83 800.86 74.97 + 55.503 832.90 801.22 31.68 + 55.552 843.84 801.64 42.20 + 55.602 914.83 802.11 112.72 + 55.652 885.46 802.66 82.80 + 55.702 911.14 803.30 107.84 + 55.752 887.44 804.07 83.37 + 55.802 928.19 805.00 123.19 + 55.852 892.87 806.18 86.69 + 55.902 913.07 807.76 105.31 + 55.952 920.38 810.00 110.38 + 56.002 912.45 813.34 99.11 + 56.052 956.88 818.47 138.41 + 56.102 978.58 826.48 152.10 + 56.152 1001.44 838.91 162.53 + 56.202 1042.51 858.16 184.35 + 56.252 1154.21 887.13 267.08 + 56.302 1201.70 929.30 272.40 + 56.358 1344.41 998.21 346.20 + 56.408 1445.84 1082.66 363.18 + 56.459 1758.95 1192.45 566.50 + 56.509 2118.13 1329.32 788.81 + 56.559 2532.54 1491.70 1040.84 + 56.609 3056.48 1675.51 1380.97 + 56.659 3708.96 1872.89 1836.07 + 56.709 4176.55 2071.35 2105.20 + 56.759 4824.02 2255.99 2568.03 + 56.809 5019.69 2409.73 2609.96 + 56.859 5128.87 2517.65 2611.22 + 56.909 4974.40 2566.66 2407.74 + 56.959 4834.54 2550.54 2284.00 + 57.009 4702.00 2471.38 2230.62 + 57.059 4410.76 2338.98 2071.78 + 57.108 4138.62 2167.97 1970.65 + 57.158 3625.59 1974.86 1650.73 + 57.208 3150.03 1775.41 1374.62 + 57.258 2559.87 1583.03 976.84 + 57.308 2164.51 1408.59 755.92 + 57.358 1947.96 1258.26 689.70 + 57.408 1599.89 1135.03 464.86 + 57.458 1355.84 1037.45 318.39 + 57.508 1243.81 963.86 279.95 + 57.558 1109.59 910.61 198.98 + 57.620 960.41 866.40 94.01 + 57.670 848.29 843.24 5.05 + 57.720 804.74 828.03 -23.29 + 57.770 829.36 818.16 11.20 + 57.820 778.30 811.81 -33.51 + 57.870 800.47 807.64 -7.17 + 57.920 811.95 804.81 7.14 + 57.970 766.12 802.80 -36.68 + 58.020 790.27 801.27 -11.00 + 58.070 780.77 800.06 -19.29 + 58.120 803.80 799.03 4.77 + 58.170 776.21 798.15 -21.94 + 58.220 789.67 797.36 -7.69 + 58.270 796.25 796.65 -0.40 + 58.320 825.38 796.01 29.37 + 58.370 826.00 795.42 30.58 + 58.420 796.58 794.89 1.69 + 58.470 834.90 794.39 40.51 + 58.520 792.80 793.93 -1.13 + 58.570 853.05 793.50 59.55 + 58.620 825.43 793.11 32.32 + 58.669 817.44 792.74 24.70 + 58.719 796.94 792.39 4.55 + 58.769 826.60 792.06 34.54 + 58.819 819.99 791.75 28.24 + 58.868 783.30 791.47 -8.17 + 58.918 778.00 791.20 -13.20 + 58.968 800.03 790.94 9.09 + 59.019 843.62 790.69 52.93 + 59.068 807.42 790.45 16.97 + 59.118 826.64 790.23 36.41 + 59.168 780.54 790.01 -9.47 + 59.219 816.58 789.81 26.77 + 59.269 816.53 789.06 27.47 + 59.318 785.69 788.87 -3.18 + 59.368 745.53 788.70 -43.17 + 59.419 839.16 788.53 50.63 + 59.468 799.25 788.37 10.88 + 59.518 766.50 788.21 -21.71 + 59.568 810.54 788.06 22.48 + 59.618 825.29 787.91 37.38 + 59.668 788.88 787.77 1.11 + 59.718 764.95 787.63 -22.68 + 59.768 796.12 787.50 8.62 + 59.818 759.69 787.38 -27.69 + 59.868 797.75 787.25 10.50 + 59.918 788.29 787.13 1.16 + 59.968 771.60 787.00 -15.40 + 60.018 786.11 786.89 -0.78 + 60.068 808.26 786.77 21.49 + 60.108 764.39 786.68 -22.29 + 60.158 793.86 786.57 7.29 + 60.208 763.63 786.46 -22.83 + 60.258 786.43 786.36 0.07 + 60.308 793.48 786.25 7.23 + 60.358 825.06 786.15 38.91 + 60.408 754.90 786.05 -31.15 + 60.458 762.07 785.95 -23.88 + 60.508 835.44 785.85 49.59 + 60.558 757.59 785.76 -28.17 + 60.608 784.95 785.66 -0.71 + 60.658 763.73 785.57 -21.84 + 60.708 774.94 785.48 -10.54 + 60.758 725.34 785.39 -60.05 + 60.808 801.51 785.30 16.21 + 60.858 806.37 785.22 21.15 + 60.908 787.34 785.13 2.21 + 60.958 792.63 785.05 7.58 + 61.008 789.53 784.96 4.57 + 61.058 810.65 784.88 25.77 + 61.108 746.45 784.80 -38.35 + 61.158 818.62 784.72 33.90 + 61.208 771.24 784.64 -13.40 + 61.258 709.34 784.56 -75.22 + 61.308 797.43 784.48 12.95 + 61.348 806.75 784.42 22.33 + 61.398 817.22 784.34 32.88 + 61.448 783.84 784.26 -0.42 + 61.498 784.70 784.19 0.51 + 61.548 794.21 784.11 10.10 + 61.598 842.77 784.04 58.73 + 61.648 815.92 783.97 31.95 + 61.698 764.97 783.89 -18.92 + 61.748 822.97 783.82 39.15 + 61.798 825.30 783.75 41.55 + 61.848 792.09 783.68 8.41 + 61.898 790.55 783.61 6.94 + 61.948 792.20 783.54 8.66 + 61.998 828.43 783.47 44.96 + 62.048 858.71 783.40 75.31 + 62.098 784.25 783.33 0.92 + 62.148 792.06 783.27 8.79 + 62.198 817.62 783.20 34.42 + 62.248 837.03 783.13 53.90 + 62.298 793.74 783.07 10.67 + 62.348 805.34 783.00 22.34 + 62.397 772.78 782.94 -10.16 + 62.447 815.95 782.87 33.08 + 62.497 841.81 782.81 59.00 + 62.547 740.94 782.75 -41.81 + 62.590 746.96 782.69 -35.73 + 62.640 775.62 782.63 -7.01 + 62.690 804.49 782.57 21.92 + 62.740 791.61 782.50 9.11 + 62.790 830.47 782.44 48.03 + 62.840 810.84 782.38 28.46 + 62.890 856.73 782.32 74.41 + 62.940 835.18 782.26 52.92 + 62.990 941.39 782.20 159.19 + 63.040 831.05 782.14 48.91 + 63.090 848.88 782.08 66.80 + 63.140 865.09 782.02 83.07 + 63.190 854.96 781.96 73.00 + 63.240 922.42 781.91 140.51 + 63.290 945.29 781.85 163.44 + 63.340 906.78 781.79 124.99 + 63.390 952.51 781.73 170.78 + 63.439 890.84 781.68 109.16 + 63.490 916.44 781.62 134.82 + 63.540 898.15 781.57 116.58 + 63.589 947.28 781.51 165.77 + 63.639 969.83 781.46 188.37 + 63.689 844.87 781.40 63.47 + 63.739 857.34 781.35 75.99 + 63.789 854.62 781.29 73.33 + 63.829 880.21 781.25 98.96 + 63.879 869.22 781.20 88.02 + 63.929 834.08 781.14 52.94 + 63.980 801.10 781.09 20.01 + 64.030 834.29 781.04 53.25 + 64.079 789.85 780.99 8.86 + 64.130 802.78 780.94 21.84 + 64.180 784.89 780.88 4.01 + 64.230 819.81 780.83 38.98 + 64.279 774.76 780.78 -6.02 + 64.330 749.86 780.73 -30.87 + 64.380 732.13 780.68 -48.55 + 64.429 711.44 780.35 -68.91 + 64.479 743.84 780.30 -36.46 + 64.529 782.65 780.26 2.39 + 64.579 715.00 780.22 -65.22 + 64.629 766.46 780.17 -13.71 + 64.679 787.50 785.13 2.37 + 64.729 795.65 785.16 10.49 + 64.779 810.55 785.20 25.35 + 64.829 736.76 785.23 -48.47 + 64.879 765.19 785.27 -20.08 + 64.929 795.12 785.31 9.81 + 64.979 771.85 785.35 -13.50 + 65.029 790.89 785.39 5.50 + 65.075 721.02 785.44 -64.42 + 65.125 746.90 785.49 -38.59 + 65.175 721.34 785.54 -64.20 + 65.225 725.79 785.60 -59.81 + 65.275 733.24 785.65 -52.41 + 65.325 742.61 785.72 -43.11 + 65.375 721.82 785.78 -63.96 + 65.425 694.95 785.85 -90.90 + 65.475 742.72 785.92 -43.20 + 65.525 697.70 786.00 -88.30 + 65.575 741.19 786.08 -44.89 + 65.625 701.89 786.17 -84.28 + 65.675 719.07 786.26 -67.19 + 65.725 750.46 786.36 -35.90 + 65.775 727.33 786.46 -59.13 + 65.825 728.95 786.57 -57.62 + 65.875 743.66 786.70 -43.04 + 65.925 720.34 786.85 -66.51 + 65.975 732.80 787.02 -54.22 + 66.025 682.33 787.24 -104.91 + 66.075 732.62 787.54 -54.92 + 66.124 720.37 787.96 -67.59 + 66.174 758.56 788.55 -29.99 + 66.225 695.81 789.40 -93.59 + 66.274 727.00 790.60 -63.60 + 66.333 708.31 792.58 -84.27 + 66.383 732.00 794.90 -62.90 + 66.433 733.69 797.86 -64.17 + 66.483 707.17 801.47 -94.30 + 66.533 690.28 805.65 -115.37 + 66.583 734.96 810.23 -75.27 + 66.633 727.27 814.94 -87.67 + 66.683 789.15 819.40 -30.25 + 66.733 777.79 823.20 -45.41 + 66.783 725.26 825.92 -100.66 + 66.833 739.15 827.23 -88.08 + 66.883 786.65 826.97 -40.32 + 66.933 753.07 825.21 -72.14 + 66.983 803.11 822.21 -19.10 + 67.033 769.09 818.37 -49.28 + 67.083 875.68 814.11 61.57 + 67.133 866.00 809.84 56.16 + 67.183 839.11 805.85 33.26 + 67.233 836.07 802.38 33.69 + 67.283 857.46 799.54 57.92 + 67.332 805.05 797.35 7.70 + 67.382 861.19 795.79 65.40 + 67.432 838.72 794.74 43.98 + 67.482 812.35 794.12 18.23 + 67.532 842.30 793.82 48.48 + 67.596 783.91 793.76 -9.85 + 67.646 798.64 793.89 4.75 + 67.696 728.10 794.12 -66.02 + 67.746 812.57 794.42 18.15 + 67.796 775.35 794.76 -19.41 + 67.846 743.37 795.14 -51.77 + 67.896 749.81 795.55 -45.74 + 67.946 760.80 795.99 -35.19 + 67.996 762.27 796.46 -34.19 + 68.046 779.14 796.94 -17.80 + 68.096 760.17 797.46 -37.29 + 68.146 738.94 798.00 -59.06 + 68.196 760.96 798.57 -37.61 + 68.246 740.14 799.17 -59.03 + 68.296 751.86 799.80 -47.94 + 68.346 728.76 800.47 -71.71 + 68.396 751.31 801.16 -49.85 + 68.446 734.97 801.90 -66.93 + 68.496 757.54 802.68 -45.14 + 68.546 656.79 803.49 -146.70 + 68.596 745.87 804.35 -58.48 + 68.646 712.16 805.26 -93.10 + 68.696 719.31 806.22 -86.91 + 68.746 696.69 807.23 -110.54 + 68.796 716.26 808.30 -92.04 + 68.864 706.54 809.87 -103.33 + 68.914 657.12 811.09 -153.97 + 68.964 663.65 812.39 -148.74 + 69.014 700.06 813.78 -113.72 + 69.064 689.83 815.24 -125.41 + 69.114 702.32 816.80 -114.48 + 69.164 669.19 818.46 -149.27 + 69.214 736.30 820.22 -83.92 + 69.264 678.20 822.11 -143.91 + 69.314 723.64 824.12 -100.48 + 69.364 699.26 826.28 -127.02 + 69.414 688.41 828.59 -140.18 + 69.464 719.73 834.21 -114.48 + 69.514 684.76 836.93 -152.17 + 69.564 731.70 839.84 -108.14 + 69.614 686.33 842.97 -156.64 + 69.664 707.11 846.36 -139.25 + 69.714 754.37 850.02 -95.65 + 69.764 718.72 853.99 -135.27 + 69.814 679.29 858.30 -179.01 + 69.864 737.43 862.98 -125.55 + 69.914 724.59 868.07 -143.48 + 69.964 768.50 873.67 -105.17 + 70.014 749.69 879.80 -130.11 + 70.064 799.88 886.52 -86.64 + 70.098 829.93 891.50 -61.57 + 70.148 876.42 899.47 -23.05 + 70.198 923.18 908.31 14.87 + 70.248 929.07 918.15 10.92 + 70.298 1054.31 929.13 125.18 + 70.348 1002.28 941.51 60.77 + 70.398 1083.98 955.66 128.32 + 70.448 1126.36 972.08 154.28 + 70.498 1204.98 991.73 213.25 + 70.548 1324.40 1016.21 308.19 + 70.598 1360.23 1048.74 311.49 + 70.648 1383.80 1094.88 288.92 + 70.698 1488.79 1163.87 324.92 + 70.748 1592.70 1272.00 320.70 + 70.798 1702.79 1443.81 258.98 + 70.848 1949.79 1716.20 233.59 + 70.898 2243.65 2139.83 103.82 + 70.948 2740.57 2780.17 -39.59 + 70.998 3667.86 3714.41 -46.55 + 71.048 5263.62 5016.34 247.28 + 71.098 7505.31 6750.59 754.72 + 71.147 11055.61 8939.46 2116.15 + 71.198 15992.14 11584.87 4407.27 + 71.248 22022.12 14579.22 7442.90 + 71.298 28024.80 17742.26 10282.54 + 71.329 36872.91 19697.27 17175.64 + 71.379 39952.81 22614.44 17338.37 + 71.429 41577.52 24964.28 16613.24 + 71.479 41902.50 26448.13 15454.37 + 71.529 41165.40 26848.40 14317.00 + 71.579 39283.06 26109.22 13173.83 + 71.629 36679.31 24338.81 12340.49 + 71.679 32950.61 21787.88 11162.73 + 71.729 27842.39 18767.34 9075.05 + 71.779 22507.98 15599.16 6908.83 + 71.829 17174.21 12526.89 4647.32 + 71.879 13095.88 9754.33 3341.55 + 71.929 10457.45 7412.19 3045.26 + 71.979 8173.77 5527.62 2646.15 + 72.029 6213.11 4092.50 2120.61 + 72.079 4586.38 3049.55 1536.83 + 72.129 3307.41 2323.83 983.58 + 72.179 2402.87 1837.73 565.14 + 72.229 1908.02 1522.33 385.69 + 72.279 1556.97 1323.03 233.94 + 72.328 1440.95 1198.05 242.90 + 72.378 1325.94 1119.07 206.87 + 72.428 1214.78 1067.04 147.74 + 72.478 1113.21 1031.19 82.02 + 72.528 1069.29 1004.89 64.40 + 72.595 990.58 978.41 12.17 + 72.645 1094.59 962.35 132.24 + 72.695 1055.83 948.59 107.24 + 72.745 1021.65 936.58 85.07 + 72.795 1032.97 926.03 106.94 + 72.845 1007.52 916.65 90.87 + 72.895 971.05 908.27 62.78 + 72.945 993.22 900.79 92.43 + 72.995 933.15 894.07 39.08 + 73.045 1001.77 888.07 113.70 + 73.095 1069.04 882.65 186.39 + 73.145 993.36 877.77 115.59 + 73.195 1015.31 873.39 141.92 + 73.245 1002.35 869.43 132.92 + 73.295 1113.44 865.88 247.56 + 73.345 1071.66 862.69 208.97 + 73.395 1036.56 859.82 176.74 + 73.445 1046.49 857.26 189.23 + 73.495 1101.79 854.98 246.81 + 73.545 1059.58 852.96 206.62 + 73.594 1074.55 851.19 223.36 + 73.644 1049.00 849.65 199.35 + 73.694 1074.97 848.33 226.64 + 73.744 1045.61 847.21 198.40 + 73.794 1031.06 846.31 184.75 + 73.834 955.15 845.72 109.43 + 73.884 1028.88 845.17 183.71 + 73.934 915.07 844.80 70.27 + 73.984 929.83 844.63 85.20 + 74.034 1000.62 844.66 155.96 + 74.084 906.69 844.88 61.81 + 74.134 924.87 845.51 79.36 + 74.184 921.37 846.15 75.22 + 74.235 891.16 847.01 44.15 + 74.284 932.35 848.10 84.25 + 74.334 926.95 849.43 77.52 + 74.384 897.34 851.03 46.31 + 74.434 877.97 852.90 25.07 + 74.484 915.51 855.09 60.42 + 74.534 961.66 857.62 104.04 + 74.584 978.46 860.51 117.95 + 74.634 970.96 863.81 107.15 + 74.684 1011.54 867.58 143.96 + 74.734 989.63 871.88 117.75 + 74.784 1022.37 876.77 145.60 + 74.834 1043.94 882.33 161.61 + 74.884 1031.79 888.65 143.14 + 74.934 1085.87 895.95 189.92 + 74.984 1078.10 904.41 173.69 + 75.034 1153.48 914.35 239.13 + 75.070 1142.44 922.88 219.56 + 75.120 1240.07 937.20 302.87 + 75.171 1244.69 956.13 288.56 + 75.221 1279.37 982.94 296.43 + 75.271 1348.37 1023.17 325.20 + 75.321 1350.83 1086.48 264.35 + 75.371 1383.21 1188.45 194.76 + 75.421 1597.70 1352.14 245.56 + 75.471 1689.18 1610.09 79.09 + 75.521 1906.91 2002.40 -95.48 + 75.571 2605.39 2580.14 25.25 + 75.621 3466.96 3392.60 74.36 + 75.671 4942.36 4473.93 468.43 + 75.721 7346.30 5847.12 1499.18 + 75.770 10800.72 7487.33 3313.39 + 75.820 14593.93 9326.80 5267.13 + 75.870 18446.94 11245.74 7201.20 + 75.920 20296.86 13079.33 7217.53 + 75.970 21707.72 14631.13 7076.59 + 76.020 21474.60 15694.96 5779.64 + 76.070 21518.89 16113.68 5405.21 + 76.120 20834.40 15821.30 5013.10 + 76.170 19384.49 14860.79 4523.70 + 76.220 17720.10 13380.42 4339.68 + 76.270 15024.52 11583.70 3440.82 + 76.320 12288.03 9667.54 2620.49 + 76.370 9440.09 7796.91 1643.18 + 76.420 7506.18 6110.76 1395.42 + 76.470 5837.47 4685.61 1151.86 + 76.520 4785.57 3553.17 1232.40 + 76.570 3702.38 2697.53 1004.85 + 76.620 2908.92 2081.93 826.99 + 76.670 2215.70 1659.92 555.78 + 76.720 1720.81 1381.76 339.05 + 76.770 1410.31 1204.78 205.53 + 76.820 1252.50 1093.63 158.87 + 76.870 1084.11 1024.31 59.80 + 76.920 1035.90 980.46 55.44 + 76.970 980.35 951.29 29.06 + 77.020 923.18 930.73 -7.55 + 77.070 920.07 915.22 4.85 + 77.120 876.71 902.78 -26.07 + 77.170 862.86 892.36 -29.50 + 77.220 904.93 883.37 21.56 + 77.270 899.00 875.50 23.50 + 77.320 886.15 868.54 17.61 + 77.370 892.37 862.35 30.02 + 77.420 937.38 856.76 80.62 + 77.470 947.90 851.73 96.17 + 77.520 964.23 847.21 117.02 + 77.579 910.04 842.38 67.66 + 77.629 974.80 838.70 136.10 + 77.679 936.76 835.35 101.41 + 77.729 1014.86 832.29 182.57 + 77.779 1029.06 829.49 199.57 + 77.829 1096.71 826.93 269.78 + 77.879 1081.69 824.56 257.13 + 77.929 1115.68 822.38 293.30 + 77.979 1150.68 820.37 330.31 + 78.029 1198.55 818.52 380.03 + 78.079 1194.62 816.80 377.82 + 78.129 1215.69 815.20 400.49 + 78.179 1197.47 813.73 383.74 + 78.229 1204.48 812.36 392.12 + 78.279 1190.76 811.08 379.68 + 78.329 1103.53 809.90 293.63 + 78.379 1135.75 808.79 326.96 + 78.429 1080.75 802.86 277.89 + 78.479 1029.63 801.98 227.65 + 78.529 993.35 801.16 192.19 + 78.579 1020.17 800.41 219.76 + 78.629 950.93 799.71 151.22 + 78.679 904.04 799.07 104.97 + 78.729 923.81 799.09 124.72 + 78.779 873.84 798.56 75.28 + 78.831 860.60 798.06 62.54 + 78.881 849.15 797.64 51.51 + 78.931 799.39 797.26 2.13 + 78.981 793.66 796.93 -3.27 + 79.031 793.27 796.65 -3.38 + 79.081 761.01 796.42 -35.41 + 79.131 745.73 796.24 -50.51 + 79.181 766.66 796.11 -29.45 + 79.231 769.37 796.04 -26.67 + 79.281 766.21 796.02 -29.81 + 79.331 815.87 796.07 19.80 + 79.381 835.54 796.19 39.35 + 79.431 814.66 796.38 18.28 + 79.481 751.69 796.67 -44.98 + 79.531 797.27 797.08 0.19 + 79.581 795.45 797.64 -2.19 + 79.631 790.85 798.43 -7.58 + 79.681 772.39 799.60 -27.21 + 79.731 823.41 801.40 22.01 + 79.781 788.90 804.30 -15.40 + 79.831 819.07 809.07 10.00 + 79.881 832.60 816.90 15.70 + 79.931 878.46 829.71 48.75 + 79.981 871.48 849.93 21.55 + 80.031 895.38 880.49 14.89 + 80.070 882.33 914.43 -32.10 + 80.120 971.15 972.02 -0.87 + 80.170 987.96 1047.96 -60.00 + 80.221 1091.39 1142.44 -51.05 + 80.271 1293.58 1252.28 41.30 + 80.321 1347.99 1371.51 -23.52 + 80.371 1424.85 1490.52 -65.67 + 80.421 1539.50 1596.50 -57.00 + 80.471 1605.05 1675.74 -70.69 + 80.521 1502.07 1715.98 -213.91 + 80.571 1528.51 1710.54 -182.03 + 80.621 1505.98 1660.08 -154.10 + 80.670 1336.27 1573.54 -237.27 + 80.720 1293.65 1463.24 -169.59 + 80.770 1156.02 1343.18 -187.16 + 80.820 1063.64 1225.24 -161.60 + 80.870 989.18 1118.39 -129.21 + 80.920 964.08 1027.99 -63.91 + 80.970 852.28 956.09 -103.81 + 81.020 897.35 902.27 -4.92 + 81.070 840.20 864.00 -23.80 + 81.120 855.18 838.11 17.07 + 81.170 798.45 821.14 -22.69 + 81.220 799.84 810.47 -10.63 + 81.270 811.70 803.89 7.81 + 81.317 760.77 800.01 -39.24 + 81.367 761.83 797.34 -35.51 + 81.417 815.98 795.57 20.41 + 81.467 784.04 794.31 -10.27 + 81.517 783.79 793.36 -9.57 + 81.567 791.53 792.59 -1.06 + 81.617 783.17 791.95 -8.78 + 81.667 790.20 791.41 -1.21 + 81.717 850.40 790.95 59.45 + 81.767 791.46 790.54 0.92 + 81.817 847.34 790.20 57.14 + 81.867 847.80 789.89 57.91 + 81.917 835.47 789.63 45.84 + 81.967 769.58 789.41 -19.83 + 82.017 839.76 789.22 50.54 + 82.067 824.41 789.06 35.35 + 82.117 792.55 788.93 3.62 + 82.167 818.72 788.82 29.90 + 82.217 831.98 788.74 43.24 + 82.267 738.80 788.68 -49.88 + 82.317 816.41 788.64 27.77 + 82.366 782.09 788.62 -6.53 + 82.417 809.83 788.62 21.21 + 82.467 844.61 788.64 55.97 + 82.517 856.62 788.68 67.94 + 82.569 821.05 788.75 32.30 + 82.620 797.54 788.82 8.72 + 82.670 824.31 788.92 35.39 + 82.720 848.55 789.04 59.51 + 82.770 848.72 786.11 62.61 + 82.820 857.18 786.31 70.87 + 82.870 870.78 786.53 84.25 + 82.920 907.59 786.78 120.81 + 82.970 866.12 787.05 79.07 + 83.020 905.21 787.35 117.86 + 83.070 933.95 787.67 146.28 + 83.120 943.40 788.03 155.37 + 83.170 960.55 788.41 172.14 + 83.220 1019.19 788.83 230.36 + 83.270 927.75 789.29 138.46 + 83.320 963.18 789.84 173.34 + 83.369 914.14 790.39 123.75 + 83.419 984.27 790.99 193.28 + 83.469 919.10 791.66 127.44 + 83.519 883.22 792.39 90.83 + 83.569 910.56 793.20 117.36 + 83.619 878.46 794.10 84.36 + 83.669 855.16 795.10 60.06 + 83.719 883.24 796.22 87.02 + 83.769 849.32 797.46 51.86 + 83.830 869.11 799.22 69.89 + 83.881 830.62 800.87 29.75 + 83.931 893.43 802.77 90.66 + 83.981 852.55 805.00 47.55 + 84.031 829.10 807.69 21.41 + 84.081 827.83 811.13 16.70 + 84.131 832.50 815.82 16.68 + 84.181 864.95 822.70 42.25 + 84.231 859.60 833.45 26.15 + 84.281 801.72 850.79 -49.07 + 84.331 869.00 879.21 -10.21 + 84.381 931.10 925.06 6.04 + 84.431 1001.98 996.36 5.62 + 84.481 1097.09 1103.31 -6.22 + 84.531 1409.59 1255.34 154.25 + 84.581 1881.72 1459.92 421.80 + 84.630 2584.41 1718.96 865.45 + 84.680 3480.58 2026.22 1454.36 + 84.730 4309.00 2364.83 1944.17 + 84.780 5039.96 2705.29 2334.67 + 84.830 5577.56 3010.62 2566.94 + 84.880 5632.41 3238.57 2393.84 + 84.930 5499.08 3353.41 2145.67 + 84.980 5284.95 3331.90 1953.05 + 85.030 4995.22 3179.00 1816.22 + 85.072 4382.09 2967.43 1414.66 + 85.122 3750.54 2652.92 1097.62 + 85.173 3199.09 2309.86 889.23 + 85.223 2512.76 1974.29 538.47 + 85.273 1997.49 1674.05 323.44 + 85.323 1730.13 1423.57 306.56 + 85.373 1577.00 1227.58 349.42 + 85.423 1285.60 1083.53 202.07 + 85.473 1155.98 983.29 172.69 + 85.523 989.98 917.08 72.90 + 85.573 940.93 874.81 66.12 + 85.623 869.97 848.68 21.29 + 85.673 808.23 832.80 -24.57 + 85.723 799.31 822.96 -23.65 + 85.772 788.10 816.65 -28.55 + 85.822 793.76 812.33 -18.57 + 85.872 839.43 809.15 30.28 + 85.922 774.49 806.64 -32.15 + 85.972 796.69 804.58 -7.89 + 86.022 757.26 802.83 -45.57 + 86.072 740.91 801.31 -60.40 + 86.122 798.90 799.99 -1.09 + 86.172 781.40 798.83 -17.43 + 86.222 790.39 797.80 -7.41 + 86.272 699.19 796.89 -97.70 + 86.304 752.01 796.36 -44.35 + 86.354 750.88 795.60 -44.72 + 86.404 714.10 794.93 -80.83 + 86.454 776.09 794.33 -18.24 + 86.504 738.08 793.79 -55.71 + 86.554 750.31 793.30 -42.99 + 86.604 747.93 792.86 -44.93 + 86.654 788.64 792.47 -3.83 + 86.704 772.43 792.12 -19.69 + 86.754 707.30 791.80 -84.50 + 86.804 769.67 791.51 -21.84 + 86.854 791.59 791.25 0.34 + 86.904 800.45 791.02 9.43 + 86.954 697.21 790.81 -93.60 + 87.004 779.69 790.42 -10.73 + 87.054 737.87 790.26 -52.39 + 87.104 819.75 790.11 29.64 + 87.154 762.21 789.98 -27.77 + 87.204 762.56 789.86 -27.30 + 87.254 772.88 789.76 -16.88 + 87.304 752.51 789.67 -37.16 + 87.354 786.23 789.60 -3.37 + 87.404 776.42 789.54 -13.12 + 87.454 765.34 789.48 -24.14 + 87.504 839.25 789.44 49.81 + 87.557 745.99 789.41 -43.42 + 87.607 759.71 789.38 -29.67 + 87.657 819.78 789.37 30.41 + 87.707 805.22 789.37 15.85 + 87.757 752.37 789.38 -37.01 + 87.807 729.04 789.39 -60.35 + 87.857 772.03 789.42 -17.39 + 87.907 765.84 789.75 -23.91 + 87.957 804.46 789.80 14.66 + 88.007 757.79 789.86 -32.07 + 88.057 729.27 789.93 -60.66 + 88.107 823.96 790.02 33.94 + 88.157 779.05 790.11 -11.06 + 88.207 776.16 790.22 -14.06 + 88.257 783.03 790.35 -7.32 + 88.307 777.86 790.49 -12.63 + 88.357 752.94 790.66 -37.72 + 88.407 806.39 790.86 15.53 + 88.457 811.87 791.10 20.77 + 88.507 805.36 791.41 13.95 + 88.557 778.47 791.83 -13.36 + 88.607 813.98 792.44 21.54 + 88.657 800.19 793.42 6.77 + 88.707 846.15 795.00 51.15 + 88.757 842.19 797.57 44.62 + 88.834 829.06 804.78 24.28 + 88.884 892.13 812.62 79.51 + 88.934 920.63 823.75 96.88 + 88.984 1004.55 838.67 165.88 + 89.034 1050.23 857.32 192.91 + 89.084 1221.78 879.05 342.73 + 89.134 1365.31 902.41 462.90 + 89.184 1335.08 925.01 410.07 + 89.234 1457.19 943.94 513.25 + 89.284 1527.62 956.12 571.50 + 89.334 1428.78 959.34 469.44 + 89.384 1395.11 952.86 442.25 + 89.434 1375.27 938.09 437.18 + 89.484 1247.53 917.65 329.88 + 89.534 1132.69 894.65 238.04 + 89.584 1077.66 871.82 205.84 + 89.634 959.97 851.19 108.78 + 89.684 899.30 833.97 65.33 + 89.734 962.64 820.56 142.08 + 89.784 834.69 810.81 23.88 + 89.834 846.36 804.13 42.23 + 89.883 810.23 799.80 10.43 + 89.934 777.17 797.09 -19.92 + 89.984 833.37 795.48 37.89 + 90.034 741.41 794.54 -53.13 + 90.086 789.85 793.98 -4.13 + 90.136 775.46 793.67 -18.21 + 90.186 725.89 793.48 -67.59 + 90.236 752.31 793.36 -41.05 + 90.286 723.17 793.29 -70.12 + 90.336 799.09 793.24 5.85 + 90.386 731.37 793.22 -61.85 + 90.436 768.03 793.22 -25.19 + 90.486 772.89 793.23 -20.34 + 90.536 736.63 793.25 -56.62 + 90.586 691.75 793.29 -101.54 + 90.636 723.63 793.33 -69.70 + 90.686 802.09 793.39 8.70 + 90.736 783.55 793.45 -9.90 + 90.786 766.18 793.52 -27.34 + 90.836 789.18 793.60 -4.42 + 90.886 705.30 793.68 -88.38 + 90.936 747.67 793.77 -46.10 + 90.986 823.38 793.87 29.51 + 91.036 770.95 793.97 -23.02 + 91.085 749.90 794.08 -44.18 + 91.135 759.76 794.20 -34.44 + 91.185 785.47 794.32 -8.85 + 91.235 759.73 793.86 -34.13 + 91.285 763.98 794.00 -30.02 + 91.332 791.43 794.14 -2.71 + 91.382 800.17 794.29 5.88 + 91.432 751.11 794.45 -43.34 + 91.482 779.20 794.62 -15.42 + 91.532 789.50 794.80 -5.30 + 91.582 717.82 794.98 -77.16 + 91.632 732.58 795.17 -62.59 + 91.682 848.45 795.37 53.08 + 91.732 751.74 795.58 -43.84 + 91.782 781.80 795.80 -14.00 + 91.832 798.00 796.03 1.97 + 91.882 738.06 796.28 -58.22 + 91.932 802.09 796.54 5.55 + 91.982 776.73 796.81 -20.08 + 92.032 759.80 797.10 -37.30 + 92.082 771.51 797.41 -25.90 + 92.132 731.87 797.74 -65.87 + 92.182 785.03 798.09 -13.06 + 92.232 773.16 798.47 -25.31 + 92.282 832.71 798.88 33.83 + 92.332 817.14 799.33 17.81 + 92.381 852.20 799.81 52.39 + 92.431 769.11 800.35 -31.24 + 92.482 803.61 800.93 2.68 + 92.531 798.55 801.57 -3.02 + 92.570 839.23 802.12 37.11 + 92.620 784.52 802.91 -18.39 + 92.670 817.72 803.78 13.94 + 92.721 774.58 804.78 -30.20 + 92.770 824.08 805.93 18.15 + 92.820 809.19 807.29 1.90 + 92.870 804.31 808.96 -4.65 + 92.921 863.25 811.14 52.11 + 92.971 772.19 814.24 -42.05 + 93.020 785.92 818.95 -33.03 + 93.070 819.65 826.60 -6.95 + 93.121 840.54 839.32 1.22 + 93.170 851.88 860.21 -8.33 + 93.220 873.63 893.69 -20.06 + 93.270 890.10 944.80 -54.70 + 93.320 928.91 1018.58 -89.67 + 93.370 1017.01 1118.57 -101.56 + 93.420 1157.47 1244.99 -87.52 + 93.470 1365.58 1393.04 -27.46 + 93.520 1433.89 1550.92 -117.03 + 93.570 1549.80 1701.54 -151.74 + 93.620 1581.37 1822.96 -241.59 + 93.670 1595.13 1894.31 -299.18 + 93.720 1541.86 1899.50 -357.64 + 93.770 1504.80 1837.69 -332.89 + 93.810 1457.59 1748.85 -291.26 + 93.860 1310.94 1605.44 -294.50 + 93.910 1231.30 1447.68 -216.38 + 93.960 1134.05 1294.58 -160.53 + 94.010 983.77 1160.21 -176.44 + 94.060 1009.71 1051.15 -41.44 + 94.110 961.74 968.71 -6.97 + 94.160 843.73 910.58 -66.85 + 94.210 864.42 871.95 -7.53 + 94.260 829.22 847.60 -18.38 + 94.310 856.63 832.74 23.89 + 94.360 836.98 823.88 13.10 + 94.410 765.69 818.57 -52.88 + 94.460 732.99 815.24 -82.25 + 94.510 802.39 813.02 -10.63 + 94.560 786.53 811.42 -24.89 + 94.610 755.41 810.18 -54.77 + 94.660 718.64 809.18 -90.54 + 94.710 803.61 808.34 -4.73 + 94.760 766.35 807.63 -41.28 + 94.810 841.32 807.03 34.29 + 94.859 814.84 806.51 8.33 + 94.910 787.11 806.07 -18.96 + 94.960 766.08 805.68 -39.60 + 95.010 805.01 805.35 -0.34 + 95.068 782.66 805.02 -22.36 + 95.118 822.21 804.79 17.42 + 95.169 842.67 804.58 38.09 + 95.219 799.32 804.41 -5.09 + 95.269 832.30 804.26 28.04 + 95.319 851.76 804.14 47.62 + 95.369 846.89 803.99 42.90 + 95.419 832.99 803.91 29.08 + 95.469 804.89 803.84 1.05 + 95.519 866.04 803.79 62.25 + 95.569 892.03 803.75 88.28 + 95.619 840.48 803.72 36.76 + 95.669 839.14 803.70 35.44 + 95.719 870.14 803.69 66.45 + 95.769 817.08 803.69 13.39 + 95.818 882.76 803.70 79.06 + 95.868 821.31 803.72 17.59 + 95.918 898.81 803.74 95.07 + 95.968 880.82 803.77 77.05 + 96.018 838.23 803.81 34.42 + 96.068 842.34 803.85 38.49 + 96.118 845.46 803.90 41.56 + 96.168 869.81 803.95 65.86 + 96.218 796.15 804.00 -7.85 + 96.268 774.27 804.06 -29.79 + 96.305 818.63 804.10 14.53 + 96.355 757.63 804.17 -46.54 + 96.405 802.22 804.23 -2.01 + 96.455 856.68 804.30 52.38 + 96.505 778.52 804.38 -25.86 + 96.555 869.58 804.45 65.13 + 96.605 862.99 804.53 58.46 + 96.655 864.33 804.61 59.72 + 96.705 834.01 804.69 29.32 + 96.755 856.68 804.78 51.90 + 96.805 806.96 804.86 2.10 + 96.855 784.59 804.95 -20.36 + 96.905 827.64 805.04 22.60 + 96.955 836.63 805.13 31.50 + 97.005 807.69 805.23 2.46 + 97.055 787.01 805.32 -18.31 + 97.105 802.54 805.42 -2.88 + 97.155 781.42 805.51 -24.09 + 97.205 753.31 807.70 -54.39 + 97.255 747.91 807.84 -59.93 + 97.305 797.74 807.99 -10.25 + 97.355 743.90 808.13 -64.23 + 97.405 796.25 808.27 -12.02 + 97.455 788.73 808.42 -19.69 + 97.505 794.73 808.57 -13.84 + 97.565 762.01 808.76 -46.75 + 97.615 776.61 808.91 -32.30 + 97.665 809.75 809.07 0.68 + 97.715 754.95 809.23 -54.28 + 97.765 793.46 809.40 -15.94 + 97.815 771.49 809.56 -38.07 + 97.865 793.22 809.73 -16.51 + 97.915 700.76 809.90 -109.14 + 97.965 744.69 810.07 -65.38 + 98.015 829.60 810.25 19.35 + 98.065 760.00 810.43 -50.43 + 98.115 804.52 810.61 -6.09 + 98.165 774.96 810.79 -35.83 + 98.215 796.93 810.98 -14.05 + 98.265 804.51 811.17 -6.66 + 98.315 797.91 811.36 -13.45 + 98.365 784.31 811.56 -27.25 + 98.415 876.42 811.76 64.66 + 98.465 782.59 811.96 -29.37 + 98.515 782.98 812.17 -29.19 + 98.565 797.08 812.38 -15.30 + 98.615 822.70 812.59 10.11 + 98.665 824.09 812.81 11.28 + 98.715 785.08 813.04 -27.96 + 98.765 797.86 813.26 -15.40 + 98.834 794.10 813.59 -19.49 + 98.884 744.15 813.83 -69.68 + 98.934 805.83 814.08 -8.25 + 98.984 833.99 814.33 19.66 + 99.034 859.29 814.58 44.71 + 99.084 861.07 814.85 46.22 + 99.134 821.66 815.12 6.54 + 99.184 780.46 815.39 -34.93 + 99.234 790.35 815.68 -25.33 + 99.284 772.78 815.97 -43.19 + 99.334 833.16 816.27 16.89 + 99.384 792.01 816.58 -24.57 + 99.434 800.01 816.90 -16.89 + 99.484 836.61 817.22 19.39 + 99.534 802.68 817.27 -14.59 + 99.584 848.10 817.62 30.48 + 99.634 781.62 817.98 -36.36 + 99.684 764.05 818.36 -54.31 + 99.734 810.25 818.75 -8.50 + 99.784 828.77 819.16 9.61 + 99.834 833.69 819.58 14.11 + 99.884 777.37 820.02 -42.65 + 99.934 807.53 820.47 -12.94 + 99.984 770.04 820.95 -50.91 + 100.034 860.28 821.44 38.84 + 100.081 798.05 821.93 -23.88 + 100.131 770.84 822.47 -51.63 + 100.181 802.20 823.04 -20.84 + 100.231 812.19 823.64 -11.45 + 100.281 834.94 824.26 10.68 + 100.331 755.06 824.92 -69.86 + 100.381 810.11 825.62 -15.51 + 100.431 808.23 826.35 -18.12 + 100.481 807.87 827.13 -19.26 + 100.531 767.17 827.96 -60.79 + 100.581 829.03 828.84 0.19 + 100.631 788.36 829.78 -41.42 + 100.681 802.10 830.79 -28.69 + 100.731 765.12 831.86 -66.74 + 100.781 813.98 833.02 -19.04 + 100.831 798.67 834.27 -35.60 + 100.881 823.00 835.61 -12.61 + 100.931 812.48 837.07 -24.59 + 100.981 811.03 838.65 -27.62 + 101.031 814.08 840.38 -26.30 + 101.080 835.13 842.26 -7.13 + 101.130 858.66 844.32 14.34 + 101.180 802.28 846.61 -44.33 + 101.230 800.88 849.14 -48.26 + 101.280 810.88 851.93 -41.05 + 101.325 864.61 854.73 9.88 + 101.375 849.43 858.20 -8.77 + 101.426 927.18 862.11 65.07 + 101.476 863.40 866.53 -3.13 + 101.526 889.10 871.55 17.55 + 101.576 902.64 877.31 25.33 + 101.626 877.86 883.99 -6.13 + 101.676 887.37 891.83 -4.46 + 101.726 955.73 901.25 54.48 + 101.776 915.23 912.99 2.24 + 101.826 1006.90 928.69 78.21 + 101.876 945.64 951.51 -5.87 + 101.926 949.25 989.81 -40.56 + 101.976 984.23 1049.85 -65.62 + 102.025 1015.57 1151.84 -136.27 + 102.075 1106.93 1322.42 -215.49 + 102.125 1481.12 1596.27 -115.15 + 102.175 2039.75 2011.35 28.40 + 102.225 3115.63 2599.22 516.41 + 102.275 4819.78 3366.67 1453.11 + 102.325 6814.76 4284.38 2530.38 + 102.375 8308.87 5271.97 3036.90 + 102.425 9564.54 6213.19 3351.35 + 102.475 9824.53 6938.81 2885.72 + 102.525 9957.49 7286.86 2670.63 + 102.571 9452.58 7197.83 2254.75 + 102.621 8475.16 6676.48 1798.68 + 102.671 7204.12 5841.14 1362.98 + 102.721 6119.59 4860.13 1259.46 + 102.771 4776.17 3887.40 888.77 + 102.821 3862.38 3026.24 836.14 + 102.871 3107.83 2332.67 775.16 + 102.921 2539.37 1820.25 719.12 + 102.971 2119.15 1468.97 650.18 + 103.021 1655.92 1244.14 411.78 + 103.071 1467.25 1106.56 360.69 + 103.121 1223.45 1025.37 198.08 + 103.171 1080.88 977.86 103.02 + 103.221 1063.27 948.89 114.38 + 103.271 915.13 930.06 -14.93 + 103.321 985.03 916.71 68.32 + 103.371 961.96 906.49 55.47 + 103.420 954.06 898.24 55.82 + 103.471 891.79 891.35 0.44 + 103.520 907.07 885.51 21.56 + 103.570 854.13 880.51 -26.38 + 103.620 891.07 876.20 14.87 + 103.670 902.56 872.45 30.11 + 103.720 871.93 869.19 2.74 + 103.770 852.09 866.35 -14.26 + 103.817 865.70 864.01 1.69 + 103.867 883.25 861.81 21.44 + 103.917 903.82 859.88 43.94 + 103.967 871.04 858.18 12.86 + 104.017 928.50 856.70 71.80 + 104.067 884.48 855.41 29.07 + 104.117 918.79 854.28 64.51 + 104.167 889.69 853.29 36.40 + 104.217 875.23 852.44 22.79 + 104.267 868.21 851.71 16.50 + 104.317 925.22 851.09 74.13 + 104.367 821.80 850.57 -28.77 + 104.417 882.03 850.15 31.88 + 104.467 877.40 849.81 27.59 + 104.517 866.11 849.56 16.55 + 104.567 894.84 849.39 45.45 + 104.617 915.17 849.29 65.88 + 104.667 895.82 849.26 46.56 + 104.717 856.33 849.31 7.02 + 104.767 872.72 849.42 23.29 + 104.817 890.12 849.61 40.51 + 104.867 914.26 849.86 64.40 + 104.917 920.17 850.19 69.98 + 104.967 916.82 850.59 66.23 + 105.017 913.08 851.06 62.02 + 105.056 882.07 851.48 30.59 + 105.106 898.29 852.09 46.20 + 105.156 884.57 852.79 31.78 + 105.206 899.29 853.58 45.71 + 105.256 908.34 854.46 53.88 + 105.306 947.90 855.45 92.45 + 105.356 866.09 856.55 9.54 + 105.406 890.09 857.78 32.31 + 105.456 905.25 859.15 46.10 + 105.506 884.06 860.66 23.40 + 105.556 939.26 862.34 76.92 + 105.606 929.59 864.22 65.37 + 105.656 949.85 866.30 83.55 + 105.706 902.71 868.63 34.08 + 105.756 973.13 871.24 101.89 + 105.806 978.82 874.16 104.66 + 105.856 962.98 877.45 85.53 + 105.906 999.06 881.17 117.89 + 105.956 994.34 885.39 108.95 + 106.006 1026.27 890.20 136.07 + 106.056 1006.75 895.71 111.04 + 106.105 1023.63 902.03 121.60 + 106.156 1114.95 909.42 205.53 + 106.206 1038.89 918.09 120.80 + 106.255 1134.35 928.40 205.95 + 106.315 1173.09 943.84 229.25 + 106.365 1238.71 961.35 277.36 + 106.415 1144.36 986.29 158.07 + 106.465 1041.96 1025.20 16.76 + 106.515 1102.49 1089.99 12.50 + 106.565 1180.52 1201.25 -20.73 + 106.615 1274.02 1390.69 -116.67 + 106.665 1690.85 1699.57 -8.72 + 106.715 2368.56 2173.45 195.11 + 106.765 3600.32 2852.28 748.04 + 106.815 5354.54 3734.78 1619.76 + 106.865 7645.08 4785.15 2859.93 + 106.915 9275.35 5894.63 3380.72 + 106.965 10622.81 6907.32 3715.49 + 107.015 10743.61 7614.70 3128.91 + 107.065 10356.37 7834.86 2521.51 + 107.115 9398.42 7502.23 1896.19 + 107.165 7960.51 6714.44 1246.07 + 107.215 6723.92 5664.97 1058.95 + 107.265 5444.76 4555.66 889.10 + 107.315 4349.66 3537.20 812.46 + 107.364 3521.26 2700.80 820.46 + 107.414 2980.23 2069.22 911.01 + 107.465 2424.64 1633.40 791.24 + 107.514 2042.30 1354.26 688.04 + 107.571 1599.43 1167.11 432.32 + 107.622 1416.56 1075.06 341.50 + 107.672 1234.72 1021.47 213.25 + 107.722 1150.50 988.88 161.62 + 107.772 1090.52 967.53 122.99 + 107.822 1045.00 952.21 92.79 + 107.872 999.65 940.35 59.30 + 107.922 1024.72 928.70 96.02 + 107.972 947.24 920.75 26.49 + 108.022 908.16 914.07 -5.91 + 108.072 929.10 908.36 20.74 + 108.122 901.99 903.48 -1.49 + 108.172 919.22 899.30 19.92 + 108.222 899.26 895.69 3.57 + 108.272 901.11 892.58 8.53 + 108.322 939.78 889.90 49.88 + 108.371 950.45 887.59 62.86 + 108.421 873.90 885.60 -11.70 + 108.471 900.55 883.89 16.66 + 108.521 910.40 882.43 27.97 + 108.571 856.49 881.19 -24.70 + 108.621 961.28 880.16 81.12 + 108.671 885.54 879.31 6.23 + 108.721 899.35 878.62 20.73 + 108.771 888.65 878.09 10.56 + 108.808 881.86 877.78 4.08 + 108.859 855.34 877.49 -22.15 + 108.909 847.93 877.32 -29.39 + 108.959 870.87 877.27 -6.40 + 109.009 890.57 877.33 13.24 + 109.059 871.59 877.51 -5.92 + 109.109 857.36 877.80 -20.44 + 109.159 874.97 878.19 -3.22 + 109.209 861.41 878.69 -17.28 + 109.259 867.74 879.30 -11.56 + 109.309 933.20 880.01 53.19 + 109.359 913.48 880.84 32.64 + 109.409 884.15 881.78 2.37 + 109.459 871.95 882.84 -10.89 + 109.509 879.12 884.02 -4.90 + 109.559 864.66 885.33 -20.67 + 109.608 899.68 886.78 12.90 + 109.658 948.99 888.37 60.62 + 109.708 926.55 890.13 36.42 + 109.758 923.31 892.05 31.26 + 109.808 919.76 894.16 25.60 + 109.858 924.23 896.47 27.76 + 109.908 938.02 899.01 39.01 + 109.958 890.17 901.79 -11.62 + 110.008 959.09 904.83 54.26 + 110.055 894.19 907.94 -13.75 + 110.105 904.12 911.61 -7.49 + 110.155 934.62 915.65 18.97 + 110.205 952.64 920.12 32.52 + 110.255 964.60 925.04 39.56 + 110.305 1039.27 930.51 108.76 + 110.355 1010.11 936.61 73.50 + 110.405 1013.18 943.41 69.77 + 110.455 1030.00 951.04 78.96 + 110.505 1039.04 959.59 79.45 + 110.555 1075.84 969.28 106.56 + 110.605 1030.69 980.29 50.40 + 110.655 1155.80 992.80 163.00 + 110.705 1138.39 1007.20 131.19 + 110.755 1171.59 1023.79 147.80 + 110.805 1239.07 1043.08 195.99 + 110.855 1276.79 1065.74 211.05 + 110.905 1277.63 1092.73 184.90 + 110.955 1310.06 1125.79 184.27 + 111.005 1271.49 1167.97 103.52 + 111.055 1267.63 1225.82 41.81 + 111.104 1264.01 1312.35 -48.34 + 111.155 1343.59 1454.56 -110.97 + 111.205 1457.00 1698.90 -241.90 + 111.254 1838.13 2119.18 -281.05 + 111.320 3048.53 3121.20 -72.67 + 111.370 5180.57 4382.64 797.93 + 111.420 8604.40 6176.65 2427.75 + 111.470 13607.64 8506.29 5101.35 + 111.520 18938.41 11219.59 7718.82 + 111.570 23543.64 14002.78 9540.86 + 111.620 25711.57 16374.59 9336.98 + 111.670 26093.35 17755.99 8337.36 + 111.721 23976.26 17724.55 6251.71 + 111.770 20585.05 16297.96 4287.09 + 111.820 16993.17 13902.73 3090.44 + 111.870 13883.59 11106.75 2776.84 + 111.920 11034.31 8408.68 2625.63 + 111.970 8938.63 6101.76 2836.87 + 112.020 6869.75 4331.85 2537.90 + 112.070 5417.45 3091.36 2326.09 + 112.120 4288.83 2287.48 2001.35 + 112.170 3280.65 1798.64 1482.01 + 112.220 2713.23 1513.22 1200.01 + 112.270 2157.62 1345.92 811.70 + 112.320 1793.25 1247.02 546.23 + 112.370 1524.58 1183.12 341.46 + 112.420 1329.01 1137.44 191.57 + 112.470 1235.25 1102.38 132.87 + 112.520 1058.22 1074.13 -15.91 + 112.593 1071.88 1040.98 30.90 + 112.643 1043.15 1022.34 20.81 + 112.693 1036.21 1006.33 29.88 + 112.743 1036.30 992.46 43.84 + 112.793 996.14 980.41 15.73 + 112.843 1019.99 969.86 50.13 + 112.893 1026.17 960.54 65.63 + 112.943 981.35 952.32 29.03 + 112.993 1002.14 945.01 57.13 + 113.043 974.97 938.51 36.46 + 113.093 1008.80 932.68 76.12 + 113.143 981.86 927.44 54.42 + 113.193 964.33 922.74 41.59 + 113.243 1004.62 918.48 86.14 + 113.293 967.25 914.63 52.62 + 113.343 957.47 911.14 46.33 + 113.393 947.34 907.96 39.38 + 113.443 933.68 905.05 28.63 + 113.493 964.81 902.40 62.41 + 113.543 974.71 899.97 74.74 + 113.593 985.80 897.75 88.05 + 113.642 975.31 895.72 79.59 + 113.693 954.80 893.84 60.96 + 113.743 930.47 892.10 38.37 + 113.792 970.99 890.52 80.47 + 113.826 888.04 889.52 -1.48 + 113.876 965.31 888.13 77.18 + 113.926 1003.96 886.85 117.11 + 113.976 991.52 885.66 105.86 + 114.026 1043.71 884.57 159.14 + 114.076 950.55 883.57 66.98 + 114.126 948.32 882.64 65.68 + 114.176 1010.80 881.78 129.02 + 114.226 920.64 880.99 39.65 + 114.276 974.06 880.27 93.79 + 114.326 1031.76 879.60 152.16 + 114.376 930.36 878.99 51.37 + 114.426 944.53 878.43 66.10 + 114.476 941.88 877.93 63.95 + 114.526 999.07 877.47 121.60 + 114.576 991.42 877.06 114.36 + 114.626 1025.51 876.69 148.82 + 114.676 946.04 876.37 69.67 + 114.726 969.78 876.09 93.69 + 114.776 950.25 875.86 74.39 + 114.826 945.64 875.66 69.98 + 114.876 963.42 875.51 87.91 + 114.926 898.48 875.40 23.08 + 114.976 981.89 875.34 106.55 + 115.026 935.41 875.32 60.09 + 115.063 924.83 875.34 49.49 + 115.113 911.87 875.41 36.46 + 115.163 931.37 875.54 55.83 + 115.214 960.79 875.72 85.07 + 115.264 870.55 875.98 -5.43 + 115.314 891.32 876.30 15.02 + 115.364 917.94 876.71 41.23 + 115.414 896.91 877.21 19.70 + 115.464 970.98 877.82 93.16 + 115.514 994.41 878.55 115.86 + 115.564 934.84 879.44 55.40 + 115.614 974.43 880.51 93.92 + 115.663 967.31 881.80 85.51 + 115.714 1047.46 883.37 164.09 + 115.763 1008.01 885.32 122.69 + 115.813 990.10 887.84 102.26 + 115.863 1049.32 891.33 157.99 + 115.913 1019.67 896.57 123.10 + 115.963 967.09 905.20 61.89 + 116.013 1048.08 920.06 128.02 + 116.063 1094.86 945.78 149.08 + 116.113 1139.86 988.62 151.24 + 116.163 1421.78 1056.37 365.41 + 116.213 1761.51 1154.74 606.77 + 116.263 2223.02 1284.36 938.66 + 116.314 2537.69 1440.48 1097.21 + 116.364 3021.56 1600.72 1420.84 + 116.414 3380.15 1737.09 1643.06 + 116.464 3232.02 1814.37 1417.65 + 116.514 3163.91 1806.80 1357.11 + 116.564 2780.30 1717.46 1062.84 + 116.614 2451.44 1574.69 876.75 + 116.664 2195.81 1413.84 781.97 + 116.714 1901.89 1258.23 643.66 + 116.764 1652.38 1133.48 518.90 + 116.814 1429.65 1040.26 389.39 + 116.864 1347.50 976.89 370.61 + 116.914 1253.14 937.24 315.90 + 116.964 1147.59 913.70 233.89 + 117.014 1117.99 900.22 217.77 + 117.064 1077.67 892.42 185.25 + 117.114 1004.15 887.66 116.49 + 117.164 984.30 884.49 99.81 + 117.214 993.63 882.19 111.44 + 117.264 945.43 880.43 65.00 + 117.314 916.68 879.01 37.67 + 117.363 940.23 877.87 62.36 + 117.413 911.29 876.92 34.37 + 117.463 950.37 876.14 74.23 + 117.513 868.56 875.50 -6.94 + 117.549 907.82 875.12 32.70 + 117.599 931.60 874.66 56.94 + 117.649 851.63 874.29 -22.66 + 117.699 895.91 874.00 21.91 + 117.749 847.49 873.77 -26.28 + 117.799 870.96 873.59 -2.63 + 117.849 833.37 873.46 -40.09 + 117.899 887.41 873.37 14.04 + 117.949 930.33 873.32 57.01 + 117.999 849.16 873.30 -24.14 + 118.049 872.97 873.32 -0.35 + 118.099 837.82 873.36 -35.54 + 118.149 887.21 873.42 13.79 + 118.199 892.63 873.51 19.12 + 118.249 893.65 873.62 20.03 + 118.299 861.13 873.76 -12.63 + 118.349 867.43 873.91 -6.48 + 118.399 863.05 874.08 -11.03 + 118.449 839.51 874.27 -34.76 + 118.499 823.83 874.47 -50.64 + 118.549 927.76 874.70 53.06 + 118.598 874.50 874.94 -0.44 + 118.649 871.49 875.19 -3.70 + 118.699 869.01 875.47 -6.46 + 118.749 901.20 875.76 25.44 + 118.795 814.27 876.05 -61.78 + 118.845 876.34 876.38 -0.04 + 118.895 920.80 876.73 44.07 + 118.945 832.84 877.10 -44.26 + 118.995 878.53 877.49 1.04 + 119.045 870.61 877.90 -7.29 + 119.095 846.20 878.33 -32.13 + 119.145 869.77 878.80 -9.03 + 119.195 881.91 879.28 2.63 + 119.245 798.17 879.80 -81.63 + 119.295 832.43 880.35 -47.92 + 119.345 866.63 880.93 -14.30 + 119.395 928.11 881.54 46.57 + 119.445 858.59 882.20 -23.61 + 119.495 931.57 882.90 48.67 + 119.545 866.37 883.65 -17.28 + 119.595 857.22 884.45 -27.23 + 119.645 959.22 885.30 73.92 + 119.695 924.54 886.23 38.31 + 119.745 905.04 887.22 17.82 + 119.795 914.85 888.29 26.56 + 119.844 914.35 889.44 24.91 + 119.894 871.07 890.70 -19.63 + 119.945 891.42 892.07 -0.65 + 119.994 912.47 893.57 18.90 + 120.047 893.90 895.28 -1.38 + 120.097 930.90 897.09 33.81 + 120.147 875.38 899.10 -23.72 + 120.197 954.46 901.32 53.14 + 120.247 930.89 903.78 27.11 + 120.297 964.02 906.54 57.48 + 120.347 902.57 909.64 -7.07 + 120.397 932.20 913.15 19.05 + 120.447 926.06 917.14 8.92 + 120.497 930.04 921.68 8.36 + 120.547 1011.85 926.92 84.93 + 120.597 950.77 933.00 17.77 + 120.647 948.48 940.09 8.39 + 120.697 955.23 948.50 6.73 + 120.747 955.77 958.60 -2.83 + 120.797 907.80 971.14 -63.34 + 120.847 981.33 987.53 -6.20 + 120.897 980.75 1010.72 -29.97 + 120.947 967.59 1046.67 -79.08 + 120.997 975.17 1106.48 -131.31 + 121.047 1088.05 1209.16 -121.11 + 121.096 1242.07 1382.29 -140.22 + 121.146 1604.56 1663.29 -58.73 + 121.196 2139.18 2085.58 53.60 + 121.246 3100.92 2664.72 436.20 + 121.298 4296.04 3419.15 876.89 + 121.349 5522.07 4215.18 1306.89 + 121.399 6304.47 4950.41 1354.06 + 121.449 6355.89 5450.05 905.84 + 121.499 5992.26 5552.27 439.99 + 121.549 5277.48 5220.65 56.83 + 121.599 4691.06 4570.97 120.09 + 121.649 3836.02 3784.23 51.79 + 121.699 3281.96 3013.83 268.13 + 121.749 2772.13 2359.54 412.59 + 121.799 2337.78 1858.21 479.57 + 121.849 2033.30 1517.07 516.23 + 121.899 1736.64 1294.88 441.76 + 121.949 1539.52 1160.70 378.82 + 121.999 1433.95 1082.73 351.22 + 122.049 1283.19 1037.07 246.12 + 122.098 1115.41 1008.93 106.48 + 122.148 1084.54 990.05 94.49 + 122.198 974.31 976.22 -1.91 + 122.248 920.14 965.44 -45.30 + 122.298 965.98 956.70 9.28 + 122.348 864.89 949.46 -84.57 + 122.398 901.46 943.34 -41.88 + 122.448 904.25 938.16 -33.91 + 122.498 875.85 933.76 -57.91 + 122.554 914.47 929.59 -15.12 + 122.604 827.03 926.39 -99.36 + 122.654 855.80 923.63 -67.83 + 122.704 895.05 921.24 -26.19 + 122.754 834.92 919.18 -84.26 + 122.804 867.02 917.39 -50.37 + 122.854 860.72 915.84 -55.12 + 122.904 826.44 914.50 -88.06 + 122.954 860.98 913.35 -52.37 + 123.004 884.98 914.07 -29.09 + 123.054 895.66 913.23 -17.57 + 123.104 842.72 912.52 -69.80 + 123.154 808.84 911.92 -103.08 + 123.204 839.31 911.43 -72.12 + 123.254 878.25 911.04 -32.79 + 123.304 871.67 910.74 -39.07 + 123.354 879.42 910.52 -31.10 + 123.404 894.37 910.38 -16.01 + 123.454 891.87 910.31 -18.44 + 123.504 851.41 910.32 -58.91 + 123.554 856.75 910.39 -53.64 + 123.604 877.32 910.52 -33.20 + 123.654 851.47 910.71 -59.24 + 123.704 891.67 910.96 -19.29 + 123.754 863.35 911.28 -47.93 + 123.800 929.99 911.62 18.37 + 123.850 911.77 912.04 -0.27 + 123.900 837.04 912.53 -75.49 + 123.950 871.06 913.07 -42.01 + 124.000 933.62 913.68 19.94 + 124.050 841.04 914.34 -73.30 + 124.100 880.45 915.07 -34.62 + 124.150 874.46 915.87 -41.41 + 124.200 883.00 916.74 -33.74 + 124.250 902.14 917.67 -15.53 + 124.300 907.40 918.69 -11.29 + 124.350 868.68 919.78 -51.10 + 124.400 881.63 920.96 -39.33 + 124.450 880.77 922.24 -41.47 + 124.500 874.02 923.61 -49.59 + 124.550 853.37 925.08 -71.71 + 124.600 938.04 926.67 11.37 + 124.650 869.29 928.38 -59.09 + 124.700 894.51 930.23 -35.72 + 124.750 884.95 932.22 -47.27 + 124.800 837.84 934.36 -96.52 + 124.849 946.06 936.68 9.38 + 124.899 899.33 939.20 -39.87 + 124.950 914.32 941.94 -27.62 + 124.999 887.27 944.90 -57.63 + 125.037 950.65 947.27 3.38 + 125.087 890.12 950.72 -60.60 + 125.137 926.92 954.48 -27.56 + 125.187 954.01 958.61 -4.60 + 125.237 947.32 963.12 -15.80 + 125.287 1019.54 968.09 51.45 + 125.337 970.60 973.58 -2.98 + 125.387 1074.69 979.66 95.03 + 125.437 1080.49 986.41 94.08 + 125.487 1064.62 993.91 70.71 + 125.537 1011.85 1002.34 9.51 + 125.587 1085.20 1011.82 73.38 + 125.637 1182.26 1022.48 159.78 + 125.687 1041.57 1034.61 6.96 + 125.737 1227.69 1048.42 179.27 + 125.787 1230.89 1064.27 166.62 + 125.837 1264.96 1082.55 182.41 + 125.887 1255.02 1103.83 151.19 + 125.937 1374.56 1128.85 245.71 + 125.987 1323.11 1158.57 164.54 + 126.037 1345.89 1194.66 151.23 + 126.086 1351.49 1239.93 111.56 + 126.136 1428.15 1300.78 127.37 + 126.186 1350.13 1388.73 -38.60 + 126.236 1413.59 1525.92 -112.33 + 126.281 1474.63 1720.82 -246.19 + 126.331 1663.46 2082.45 -418.99 + 126.381 2298.53 2676.83 -378.30 + 126.431 3720.58 3608.06 112.52 + 126.481 6158.49 4963.91 1194.58 + 126.531 9433.97 6785.29 2648.68 + 126.581 13022.75 9012.00 4010.75 + 126.631 16151.75 11431.85 4719.90 + 126.681 18042.46 13674.71 4367.75 + 126.731 18859.28 15231.93 3627.35 + 126.781 18146.32 15638.40 2507.92 + 126.831 16165.30 14740.01 1425.29 + 126.881 13924.14 12854.77 1069.37 + 126.931 11462.82 10490.63 972.19 + 126.981 9516.23 8114.63 1401.60 + 127.031 7799.88 6035.86 1764.02 + 127.081 6361.94 4394.02 1967.92 + 127.131 5299.95 3210.87 2089.08 + 127.181 4400.51 2421.68 1978.83 + 127.231 3540.52 1928.80 1611.72 + 127.281 2980.96 1632.61 1348.35 + 127.331 2502.42 1456.06 1046.36 + 127.381 2070.77 1346.25 724.52 + 127.431 1760.09 1273.63 486.46 + 127.481 1433.33 1221.58 211.75 + 127.546 1280.43 1170.62 109.81 + 127.596 1163.21 1139.92 23.29 + 127.646 1115.77 1114.26 1.51 + 127.696 1048.73 1092.48 -43.75 + 127.746 1026.82 1073.88 -47.06 + 127.796 874.06 1057.82 -183.76 + 127.846 1001.41 1043.85 -42.44 + 127.896 895.06 1031.65 -136.59 + 127.946 929.93 1020.95 -91.02 + 127.996 906.34 1011.54 -105.20 + 128.046 945.08 1003.18 -58.10 + 128.096 911.33 995.74 -84.41 + 128.146 860.64 989.12 -128.48 + 128.196 900.34 983.18 -82.84 + 128.246 949.63 977.85 -28.22 + 128.296 866.73 973.05 -106.32 + 128.346 874.68 968.71 -94.03 + 128.396 928.09 964.79 -36.70 + 128.446 893.28 961.22 -67.94 + 128.496 906.20 957.99 -51.79 + 128.546 935.39 955.05 -19.66 + 128.596 860.95 952.38 -91.43 + 128.646 888.10 949.93 -61.83 + 128.696 913.26 947.69 -34.43 + 128.746 911.95 945.65 -33.70 + 128.823 931.61 942.84 -11.23 + 128.873 913.65 941.21 -27.56 + 128.923 817.40 939.73 -122.33 + 128.973 971.74 938.38 33.36 + 129.023 939.52 937.14 2.38 + 129.073 886.40 936.02 -49.62 + 129.123 897.29 935.00 -37.71 + 129.173 895.28 934.08 -38.80 + 129.223 928.14 933.25 -5.11 + 129.273 873.67 932.50 -58.83 + 129.323 880.09 931.84 -51.75 + 129.373 948.32 931.25 17.07 + 129.423 912.44 930.73 -18.29 + 129.473 837.01 930.29 -93.28 + 129.523 868.90 929.91 -61.01 + 129.573 932.51 929.60 2.91 + 129.623 983.67 929.35 54.32 + 129.673 914.55 929.16 -14.61 + 129.723 931.29 929.04 2.25 + 129.773 937.80 928.98 8.82 + 129.823 887.22 928.97 -41.75 + 129.873 992.19 929.03 63.16 + 129.923 885.81 929.15 -43.34 + 129.973 1027.88 929.34 98.54 + 130.023 906.83 929.58 -22.75 + 130.073 937.88 929.90 7.98 + 130.123 949.53 930.28 19.25 + 130.173 1005.90 930.74 75.16 + 130.223 928.78 931.27 -2.49 + 130.273 936.73 931.88 4.85 + 130.323 948.34 932.57 15.77 + 130.373 991.02 933.35 57.67 + 130.423 896.43 934.22 -37.79 + 130.473 951.99 935.20 16.79 + 130.523 913.02 936.28 -23.26 + 130.573 933.25 937.49 -4.24 + 130.623 924.35 938.83 -14.48 + 130.673 921.27 940.30 -19.03 + 130.723 917.82 941.94 -24.12 + 130.773 947.47 943.75 3.72 + 130.823 890.41 945.75 -55.34 + 130.873 887.30 947.96 -60.66 + 130.923 904.84 950.42 -45.58 + 130.973 927.74 953.15 -25.41 + 131.023 919.58 956.19 -36.61 + 131.073 891.30 959.57 -68.27 + 131.123 983.02 963.33 19.69 + 131.173 945.77 967.57 -21.80 + 131.223 902.72 972.34 -69.62 + 131.273 989.34 977.70 11.64 + 131.305 993.77 981.54 12.23 + 131.355 976.27 988.16 -11.89 + 131.405 932.47 995.72 -63.25 + 131.455 977.46 1004.39 -26.93 + 131.505 1050.75 1014.37 36.38 + 131.555 952.21 1026.00 -73.79 + 131.605 1072.60 1039.74 32.86 + 131.655 1021.81 1056.27 -34.46 + 131.705 1081.20 1076.87 4.33 + 131.755 1059.53 1096.65 -37.12 + 131.805 1089.95 1134.45 -44.50 + 131.855 1064.79 1190.90 -126.11 + 131.905 1104.97 1278.86 -173.89 + 131.955 1199.07 1419.52 -220.45 + 132.005 1363.90 1641.28 -277.38 + 132.055 1909.12 1979.65 -70.53 + 132.105 2815.05 2470.15 344.90 + 132.155 4071.98 3139.16 932.82 + 132.205 5512.82 3989.28 1523.54 + 132.255 7280.38 4980.31 2300.07 + 132.305 8354.42 6027.89 2326.53 + 132.355 9298.73 6991.79 2306.94 + 132.405 9297.74 7700.44 1597.30 + 132.455 9114.89 7970.40 1144.49 + 132.505 8748.39 7723.44 1024.95 + 132.553 8082.68 7066.20 1016.48 + 132.603 6827.01 6110.46 716.55 + 132.653 5870.75 5061.17 809.58 + 132.703 4872.36 4059.27 813.09 + 132.753 4313.82 3198.52 1115.30 + 132.803 3623.33 2515.38 1107.95 + 132.853 3109.81 2010.87 1098.94 + 132.903 2798.59 1662.12 1136.47 + 132.953 2312.30 1433.01 879.29 + 133.003 2077.60 1288.25 789.35 + 133.053 1859.15 1197.22 661.93 + 133.103 1712.66 1139.17 573.49 + 133.153 1532.11 1100.59 431.52 + 133.203 1271.15 1073.02 198.13 + 133.253 1203.41 1052.08 151.33 + 133.303 1156.13 1035.30 120.83 + 133.353 1127.19 1021.37 105.82 + 133.403 922.17 1009.57 -87.40 + 133.453 1012.06 999.40 12.66 + 133.503 980.19 990.61 -10.42 + 133.552 978.43 982.93 -4.50 + 133.602 949.29 976.21 -26.92 + 133.652 905.91 970.25 -64.34 + 133.702 986.47 964.96 21.51 + 133.752 961.99 960.27 1.72 + 133.820 921.11 954.72 -33.61 + 133.870 970.74 951.08 19.66 + 133.920 926.04 947.80 -21.76 + 133.970 911.08 944.83 -33.75 + 134.020 983.36 942.15 41.21 + 134.070 915.55 939.70 -24.15 + 134.120 988.29 937.47 50.82 + 134.170 949.61 935.43 14.18 + 134.220 964.77 933.56 31.21 + 134.270 959.52 931.85 27.67 + 134.320 910.49 930.26 -19.77 + 134.370 913.37 928.80 -15.43 + 134.420 929.64 927.46 2.18 + 134.470 977.98 926.21 51.77 + 134.520 879.28 925.05 -45.77 + 134.570 909.88 923.98 -14.10 + 134.620 957.99 922.98 35.01 + 134.670 999.93 922.04 77.89 + 134.720 916.28 921.17 -4.89 + 134.770 978.40 920.36 58.04 + 134.819 969.82 919.59 50.23 + 134.869 930.96 918.88 12.08 + 134.919 892.26 918.21 -25.95 + 134.969 877.95 917.58 -39.63 + 135.019 894.31 916.99 -22.68 + 135.068 937.11 916.44 20.67 + 135.118 896.71 915.92 -19.21 + 135.168 970.02 915.42 54.60 + 135.218 931.15 914.95 16.20 + 135.268 916.59 914.50 2.09 + 135.318 888.87 914.08 -25.21 + 135.368 965.46 913.68 51.78 + 135.418 905.15 913.30 -8.15 + 135.468 919.02 912.94 6.08 + 135.518 939.71 912.60 27.11 + 135.568 866.23 912.28 -46.05 + 135.618 898.13 911.97 -13.84 + 135.668 947.65 911.68 35.97 + 135.718 939.11 911.40 27.71 + 135.768 924.93 911.13 13.80 + 135.818 967.15 910.88 56.27 + 135.868 1011.07 910.63 100.44 + 135.918 941.45 910.40 31.05 + 135.968 969.44 910.18 59.26 + 136.018 941.79 909.97 31.82 + 136.068 895.22 909.76 -14.54 + 136.117 896.67 909.57 -12.90 + 136.167 902.29 909.38 -7.09 + 136.217 912.28 909.20 3.08 + 136.267 978.63 909.03 69.60 + 136.303 941.16 908.91 32.25 + 136.353 981.02 908.74 72.28 + 136.403 989.35 908.59 80.76 + 136.453 925.48 908.44 17.04 + 136.503 970.06 908.29 61.77 + 136.553 928.53 908.15 20.38 + 136.603 902.06 908.02 -5.96 + 136.653 907.55 907.89 -0.34 + 136.703 902.70 907.76 -5.06 + 136.753 893.25 907.64 -14.39 + 136.803 915.90 907.52 8.38 + 136.853 927.94 907.71 20.23 + 136.903 926.10 907.60 18.50 + 136.953 954.22 907.50 46.72 + 137.003 940.48 907.40 33.08 + 137.053 950.88 907.30 43.58 + 137.103 941.46 907.20 34.26 + 137.153 899.69 907.11 -7.42 + 137.203 939.08 907.02 32.06 + 137.253 923.67 906.94 16.73 + 137.303 949.39 906.85 42.54 + 137.353 951.50 906.77 44.73 + 137.403 944.86 906.69 38.17 + 137.453 874.31 906.61 -32.30 + 137.503 890.08 906.54 -16.46 + 137.541 903.22 906.48 -3.26 + 137.591 923.79 906.41 17.38 + 137.641 895.18 906.33 -11.15 + 137.691 963.69 906.26 57.43 + 137.741 931.88 906.20 25.68 + 137.791 914.87 906.13 8.74 + 137.841 911.99 906.06 5.93 + 137.891 943.10 906.00 37.10 + 137.941 947.89 902.49 45.40 + 137.991 929.94 902.49 27.45 + 138.041 935.52 902.49 33.03 + 138.091 985.08 902.49 82.59 + 138.141 914.78 902.49 12.29 + 138.191 949.58 902.48 47.10 + 138.241 898.71 902.48 -3.77 + 138.291 909.50 902.48 7.02 + 138.341 995.56 902.47 93.09 + 138.391 906.90 902.47 4.43 + 138.441 925.78 902.46 23.32 + 138.491 961.62 902.46 59.16 + 138.541 979.33 902.45 76.88 + 138.590 930.68 902.45 28.23 + 138.641 974.44 902.44 72.00 + 138.691 950.13 902.43 47.70 + 138.741 937.01 902.42 34.59 + 138.787 952.70 902.41 50.29 + 138.838 905.67 902.40 3.27 + 138.888 926.06 902.39 23.67 + 138.938 886.25 902.38 -16.13 + 138.988 906.78 902.37 4.41 + 139.038 888.39 902.36 -13.97 + 139.088 965.53 902.35 63.18 + 139.138 914.39 902.34 12.05 + 139.188 934.44 902.32 32.12 + 139.238 896.50 902.31 -5.81 + 139.288 950.10 902.30 47.80 + 139.338 975.42 902.28 73.14 + 139.388 932.71 902.27 30.44 + 139.438 953.58 902.25 51.33 + 139.488 944.33 902.23 42.10 + 139.538 944.74 902.22 42.52 + 139.587 926.65 902.20 24.45 + 139.637 970.54 902.18 68.36 + 139.687 929.60 902.16 27.43 + 139.737 1019.90 902.15 117.75 + 139.787 926.68 902.13 24.55 + 139.837 942.82 902.11 40.71 + 139.887 960.86 902.09 58.77 + 139.937 997.21 902.07 95.14 + 139.987 906.91 902.05 4.86 + 140.059 947.27 902.02 45.25 + 140.109 939.76 902.00 37.76 + 140.160 910.24 903.16 7.08 + 140.210 890.03 903.14 -13.11 + 140.260 1017.71 903.13 114.58 + 140.310 967.68 903.11 64.57 + 140.360 924.67 903.10 21.57 + 140.410 934.43 903.08 31.35 + 140.460 923.46 903.07 20.39 + 140.510 981.61 903.05 78.56 + 140.560 901.89 903.03 -1.14 + 140.610 974.82 903.02 71.80 + 140.660 954.70 903.00 51.70 + 140.710 934.56 902.98 31.58 + 140.760 906.05 902.97 3.08 + 140.809 905.47 902.95 2.52 + 140.859 888.29 902.93 -14.64 + 140.909 898.65 902.92 -4.27 + 140.959 948.91 902.90 46.01 + 141.009 952.11 902.88 49.23 + 141.059 899.64 902.87 -3.23 + 141.109 915.58 902.85 12.73 + 141.159 966.95 902.83 64.12 + 141.209 900.56 902.81 -2.25 + 141.259 861.71 902.80 -41.09 + 141.309 896.06 902.78 -6.72 + 141.359 937.94 902.77 35.17 + 141.409 903.01 902.75 0.26 + 141.459 901.33 902.73 -1.40 + 141.509 924.06 902.72 21.34 + 141.559 918.28 902.70 15.58 + 141.609 934.78 902.69 32.09 + 141.659 913.65 902.67 10.98 + 141.709 945.69 902.66 43.03 + 141.759 883.41 902.64 -19.23 + 141.809 923.60 902.63 20.97 + 141.859 955.16 902.62 52.54 + 141.909 878.30 902.61 -24.31 + 141.959 871.05 902.60 -31.55 + 142.009 914.69 902.59 12.10 + 142.059 952.48 902.58 49.90 + 142.109 880.32 902.57 -22.25 + 142.158 976.14 902.56 73.58 + 142.209 961.04 902.56 58.48 + 142.258 973.37 902.55 70.82 + 142.308 918.73 902.55 16.18 + 142.358 975.45 902.55 72.90 + 142.408 920.54 902.55 17.99 + 142.458 969.86 902.55 67.31 + 142.508 986.77 902.55 84.22 + 142.544 908.12 902.56 5.56 + 142.594 969.57 902.56 67.01 + 142.645 955.51 902.57 52.94 + 142.695 953.13 902.59 50.54 + 142.745 976.49 902.60 73.89 + 142.795 1024.88 902.62 122.26 + 142.845 962.38 902.64 59.74 + 142.895 877.20 902.67 -25.47 + 142.945 963.41 902.69 60.72 + 142.995 947.16 902.73 44.43 + 143.045 969.68 902.76 66.92 + 143.095 901.66 902.80 -1.14 + 143.145 911.72 902.85 8.87 + 143.195 957.26 902.90 54.36 + 143.244 910.22 902.96 7.26 + 143.294 972.20 903.02 69.18 + 143.344 909.69 903.09 6.60 + 143.394 914.62 903.17 11.45 + 143.444 829.78 903.26 -73.48 + 143.494 875.67 903.35 -27.68 + 143.544 914.72 903.45 11.27 + 143.594 958.38 903.57 54.81 + 143.644 970.76 903.69 67.07 + 143.694 869.82 903.83 -34.01 + 143.744 932.02 903.98 28.04 + 143.792 840.85 904.14 -63.29 + 143.842 880.76 904.33 -23.57 + 143.893 902.50 904.53 -2.03 + 143.943 936.71 904.75 31.96 + 143.993 905.18 904.99 0.19 + 144.043 964.18 905.25 58.93 + 144.093 869.81 905.54 -35.73 + 144.143 907.46 905.87 1.59 + 144.193 895.61 906.22 -10.61 + 144.243 867.76 906.61 -38.85 + 144.293 905.08 907.04 -1.96 + 144.343 936.70 907.52 29.18 + 144.393 900.24 908.05 -7.81 + 144.443 861.09 908.64 -47.55 + 144.493 946.16 909.30 36.86 + 144.542 872.53 910.06 -37.53 + 144.592 934.38 910.93 23.45 + 144.642 937.32 911.94 25.38 + 144.692 907.71 913.15 -5.44 + 144.742 933.77 914.64 19.13 + 144.792 959.25 916.50 42.75 + 144.842 1018.05 918.91 99.14 + 144.892 913.52 922.09 -8.57 + 144.942 952.80 926.37 26.43 + 144.992 941.54 932.12 9.42 + 145.055 1013.23 942.34 70.89 + 145.105 920.93 953.66 -32.73 + 145.155 1047.90 968.66 79.24 + 145.205 1051.44 988.23 63.21 + 145.255 1100.66 1013.17 87.49 + 145.305 1197.77 1044.33 153.44 + 145.355 1429.00 1082.40 346.60 + 145.405 1547.77 1127.58 420.19 + 145.455 1699.74 1179.74 520.00 + 145.505 1897.98 1237.90 660.08 + 145.555 2124.80 1301.07 823.73 + 145.605 2189.83 1367.06 822.77 + 145.655 2310.69 1432.70 877.99 + 145.705 2478.25 1494.94 983.31 + 145.755 2515.64 1549.53 966.11 + 145.805 2732.26 1592.27 1139.99 + 145.855 2677.41 1619.31 1058.10 + 145.905 2798.36 1627.83 1170.53 + 145.955 2812.61 1616.84 1195.77 + 146.005 2501.93 1587.58 914.35 + 146.055 2342.24 1543.02 799.22 + 146.105 2358.05 1487.35 870.70 + 146.155 2123.70 1424.24 699.46 + 146.205 1970.18 1358.01 612.17 + 146.255 1818.15 1292.27 525.88 + 146.304 1641.38 1229.85 411.53 + 146.354 1577.78 1171.85 405.93 + 146.404 1515.55 1120.27 395.28 + 146.455 1360.18 1075.67 284.52 + 146.505 1369.01 1038.31 330.70 + 146.555 1285.43 1007.72 277.71 + 146.605 1200.34 983.22 217.12 + 146.655 1148.93 964.06 184.87 + 146.705 1215.73 949.36 266.37 + 146.755 1140.01 938.28 201.73 + 146.805 1032.81 929.95 102.86 + 146.855 985.48 923.74 61.74 + 146.904 997.20 919.12 78.08 + 146.954 970.07 915.62 54.45 + 147.004 1017.06 912.94 104.12 + 147.054 973.90 910.84 63.06 + 147.104 1018.12 909.14 108.98 + 147.154 975.03 907.72 67.31 + 147.204 941.08 906.51 34.57 + 147.254 995.27 905.46 89.81 + 147.304 972.13 904.52 67.61 + 147.354 926.88 903.68 23.20 + 147.404 942.40 902.91 39.49 + 147.454 932.55 902.20 30.35 + 147.504 884.75 901.56 -16.81 + 147.546 997.21 901.05 96.16 + 147.596 1007.54 900.49 107.05 + 147.646 999.21 899.96 99.25 + 147.696 981.48 899.47 82.01 + 147.746 960.70 899.01 61.69 + 147.796 979.20 898.58 80.62 + 147.846 981.47 898.17 83.30 + 147.896 982.72 897.79 84.93 + 147.946 974.18 897.43 76.75 + 147.996 941.18 897.09 44.09 + 148.046 990.52 896.77 93.75 + 148.096 993.27 896.47 96.80 + 148.146 969.51 896.18 73.33 + 148.196 980.15 895.90 84.25 + 148.246 974.59 895.64 78.95 + 148.296 985.67 895.39 90.28 + 148.346 1020.13 895.15 124.98 + 148.396 954.70 894.92 59.78 + 148.446 1032.83 894.71 138.12 + 148.496 957.73 894.50 63.23 + 148.546 1007.57 894.30 113.27 + 148.596 1006.29 894.11 112.18 + 148.646 975.71 893.93 81.78 + 148.696 1039.45 893.75 145.70 + 148.746 953.83 893.59 60.24 + 148.794 1020.75 893.43 127.32 + 148.844 970.89 893.28 77.61 + 148.894 1013.62 893.13 120.49 + 148.944 951.11 892.99 58.12 + 148.994 989.51 892.86 96.65 + 149.044 1044.78 892.73 152.05 + 149.094 1011.94 892.61 119.33 + 149.144 995.07 892.50 102.57 + 149.194 938.27 892.39 45.88 + 149.244 936.47 892.28 44.19 + 149.294 970.41 892.19 78.22 + 149.344 965.64 892.10 73.54 + 149.394 955.42 892.01 63.41 + 149.444 913.55 891.93 21.62 + 149.494 872.31 891.86 -19.55 + 149.544 933.14 891.79 41.35 + 149.594 884.56 891.73 -7.17 + 149.644 945.01 891.67 53.34 + 149.694 910.73 891.62 19.11 + 149.744 948.52 891.58 56.94 + 149.794 937.33 891.54 45.79 + 149.844 927.48 891.51 35.97 + 149.894 923.49 891.48 32.01 + 149.944 924.21 891.47 32.74 + 149.994 935.03 891.45 43.58 + 150.030 866.62 891.45 -24.83 + 150.081 889.86 891.45 -1.59 + 150.131 877.91 891.46 -13.55 + 150.181 917.89 891.48 26.41 + 150.231 910.71 891.51 19.20 + 150.281 879.55 891.54 -11.99 + 150.331 824.36 891.58 -67.22 + 150.381 826.00 891.63 -65.63 + 150.431 931.96 891.70 40.26 + 150.481 875.17 891.77 -16.60 + 150.531 890.03 891.85 -1.82 + 150.581 872.34 891.94 -19.60 + 150.631 868.33 892.04 -23.71 + 150.681 885.74 892.16 -6.42 + 150.731 902.51 892.28 10.23 + 150.781 902.12 892.42 9.70 + 150.830 894.70 892.57 2.13 + 150.880 823.41 892.74 -69.33 + 150.930 866.33 892.92 -26.59 + 150.980 837.49 893.11 -55.62 + 151.030 879.53 893.33 -13.80 + 151.080 868.38 893.55 -25.17 + 151.130 845.28 893.80 -48.52 + 151.180 876.99 894.07 -17.08 + 151.230 849.14 894.35 -45.21 + 151.285 875.04 894.69 -19.65 + 151.335 887.48 895.02 -7.54 + 151.385 882.87 895.37 -12.50 + 151.435 846.07 895.75 -49.68 + 151.485 873.98 896.15 -22.17 + 151.535 875.79 896.58 -20.79 + 151.585 906.82 897.04 9.78 + 151.635 842.86 897.54 -54.68 + 151.685 844.05 898.06 -54.01 + 151.735 874.29 898.62 -24.33 + 151.785 883.92 899.21 -15.29 + 151.835 899.11 899.85 -0.74 + 151.885 859.02 900.52 -41.50 + 151.935 884.14 901.25 -17.11 + 151.985 879.13 902.01 -22.88 + 152.035 848.79 902.83 -54.04 + 152.085 883.27 903.71 -20.44 + 152.135 876.83 904.64 -27.81 + 152.185 909.83 905.64 4.19 + 152.235 868.19 906.70 -38.51 + 152.285 895.86 907.84 -11.98 + 152.334 874.38 909.06 -34.68 + 152.385 891.24 910.37 -19.13 + 152.435 859.45 911.78 -52.33 + 152.484 882.63 913.29 -30.66 + 152.542 929.62 915.20 14.42 + 152.592 867.36 917.02 -49.66 + 152.642 927.09 919.00 8.09 + 152.693 930.49 921.19 9.30 + 152.742 941.01 923.62 17.39 + 152.792 969.11 926.33 42.78 + 152.842 906.28 929.42 -23.14 + 152.893 897.26 932.95 -35.69 + 152.943 920.82 937.04 -16.22 + 152.992 918.64 941.80 -23.16 + 153.042 894.43 947.46 -53.03 + 153.093 878.50 954.21 -75.71 + 153.142 920.57 962.31 -41.74 + 153.192 903.93 972.12 -68.19 + 153.242 932.33 984.02 -51.69 + 153.292 909.28 998.48 -89.20 + 153.342 989.14 1016.06 -26.92 + 153.392 929.18 1037.44 -108.26 + 153.442 927.63 1063.38 -135.75 + 153.492 1043.55 1094.63 -51.08 + 153.542 1043.77 1132.08 -88.31 + 153.592 1028.83 1176.58 -147.75 + 153.642 1095.20 1229.57 -134.37 + 153.692 1212.24 1291.82 -79.58 + 153.742 1330.57 1364.07 -33.50 + 153.790 1524.50 1443.90 80.60 + 153.840 1744.39 1539.15 205.24 + 153.890 1963.43 1647.03 316.40 + 153.940 2426.97 1768.05 658.92 + 153.990 2891.28 1901.91 989.37 + 154.040 3270.53 2048.78 1221.75 + 154.090 3590.64 2208.26 1382.38 + 154.140 4248.34 2379.08 1869.26 + 154.190 4713.04 2559.67 2153.37 + 154.240 5098.39 2747.34 2351.05 + 154.290 5593.74 2940.92 2652.82 + 154.340 5817.80 3137.00 2680.80 + 154.390 6191.93 3331.10 2860.83 + 154.440 6598.96 3520.64 3078.32 + 154.490 6976.38 3700.59 3275.79 + 154.540 7353.49 3866.59 3486.90 + 154.590 7641.19 4014.12 3627.07 + 154.640 7776.45 4138.69 3637.76 + 154.690 7892.90 4236.11 3656.79 + 154.740 7917.59 4302.53 3615.06 + 154.790 7874.63 4335.47 3539.16 + 154.839 7726.31 4333.73 3392.58 + 154.890 7715.86 4297.17 3418.69 + 154.940 7527.01 4227.23 3299.78 + 154.990 7160.09 4126.69 3033.40 + 155.042 6822.30 3992.06 2830.24 + 155.092 6701.23 3840.57 2860.66 + 155.142 6248.44 3671.30 2577.14 + 155.192 5780.20 3488.68 2291.52 + 155.242 5380.80 3297.80 2083.00 + 155.292 4889.18 3102.48 1786.70 + 155.342 4403.32 2906.09 1497.23 + 155.392 4143.75 2712.57 1431.18 + 155.442 3565.15 2524.74 1040.41 + 155.492 3304.11 2345.64 958.47 + 155.542 3130.39 2176.08 954.31 + 155.592 2899.81 2017.76 882.05 + 155.642 2707.41 1872.62 834.79 + 155.692 2511.48 1740.01 771.47 + 155.742 2332.83 1620.82 712.01 + 155.792 2234.37 1514.60 719.77 + 155.842 2066.28 1420.92 645.36 + 155.892 1884.79 1339.05 545.74 + 155.942 1831.06 1268.04 563.02 + 155.992 1702.58 1207.19 495.39 + 156.042 1536.86 1155.41 381.45 + 156.092 1392.33 1111.79 280.54 + 156.142 1403.82 1074.93 328.89 + 156.192 1340.29 1044.18 296.11 + 156.242 1260.93 1018.71 242.22 + 156.291 1177.96 997.99 179.97 + 156.341 1196.91 980.40 216.51 + 156.391 1100.68 965.87 134.81 + 156.441 1090.03 953.84 136.19 + 156.491 1043.67 943.87 99.80 + 156.541 1071.26 935.53 135.73 + 156.591 1022.03 928.49 93.54 + 156.641 1028.42 922.51 105.91 + 156.691 978.65 917.37 61.28 + 156.741 975.45 912.92 62.53 + 156.791 938.21 908.99 29.22 + 156.841 909.07 905.49 3.58 + 156.891 901.99 902.35 -0.36 + 156.941 918.38 899.49 18.89 + 156.991 923.55 896.87 26.68 + 157.041 980.39 894.44 85.95 + 157.091 929.91 892.19 37.72 + 157.141 909.48 890.07 19.41 + 157.191 897.31 888.08 9.23 + 157.241 913.51 886.20 27.31 + 157.291 927.18 884.43 42.75 + 157.340 914.94 882.74 32.20 + 157.390 875.70 881.13 -5.43 + 157.441 871.56 879.60 -8.04 + 157.490 868.81 878.14 -9.33 + 157.529 880.75 877.06 3.69 + 157.579 870.53 875.71 -5.18 + 157.629 842.80 874.41 -31.61 + 157.679 894.07 873.17 20.90 + 157.729 906.30 871.98 34.32 + 157.779 892.17 870.84 21.33 + 157.829 918.69 869.75 48.94 + 157.879 867.16 868.69 -1.53 + 157.929 910.07 867.67 42.40 + 157.979 832.95 866.70 -33.75 + 158.029 872.59 865.75 6.84 + 158.079 881.02 864.84 16.18 + 158.129 910.25 863.96 46.29 + 158.179 834.55 863.11 -28.56 + 158.229 887.76 862.29 25.47 + 158.279 869.35 861.50 7.85 + 158.329 852.43 860.73 -8.30 + 158.379 897.17 859.99 37.18 + 158.429 904.44 859.27 45.17 + 158.479 899.39 858.57 40.82 + 158.529 974.94 857.89 117.05 + 158.579 886.55 857.24 29.31 + 158.629 888.35 856.60 31.75 + 158.679 894.56 855.98 38.58 + 158.729 887.59 855.38 32.21 + 158.783 933.20 854.75 78.45 + 158.833 920.73 854.18 66.55 + 158.883 858.56 853.64 4.92 + 158.933 873.86 853.10 20.76 + 158.983 898.25 852.58 45.67 + 159.033 865.06 852.08 12.98 + 159.083 905.02 851.59 53.43 + 159.133 924.46 851.11 73.35 + 159.183 881.28 850.65 30.63 + 159.233 858.94 850.20 8.74 + 159.283 933.10 849.76 83.34 + 159.333 979.00 849.34 129.66 + 159.383 936.92 848.93 87.99 + 159.433 882.29 848.53 33.76 + 159.483 924.36 848.14 76.22 + 159.533 935.60 847.76 87.84 + 159.583 930.18 847.39 82.79 + 159.633 901.98 847.03 54.95 + 159.683 941.62 846.69 94.93 + 159.733 963.43 846.35 117.08 + 159.783 864.83 846.03 18.80 + 159.832 941.26 845.71 95.55 + 159.883 912.89 845.41 67.48 + 159.933 964.01 845.11 118.90 + 159.982 944.89 844.83 100.06 + 160.041 963.06 844.51 118.55 + 160.091 913.88 844.24 69.64 + 160.141 960.61 843.99 116.62 + 160.192 973.14 843.74 129.40 + 160.241 943.27 843.51 99.76 + 160.291 880.56 843.29 37.27 + 160.341 928.16 843.07 85.09 + 160.392 907.78 842.87 64.91 + 160.442 901.10 842.67 58.43 + 160.491 919.39 842.48 76.91 + 160.541 937.45 842.31 95.14 + 160.592 946.58 842.14 104.44 + 160.641 959.96 841.99 117.97 + 160.691 902.51 841.84 60.67 + 160.741 895.89 841.71 54.18 + 160.791 999.19 841.58 157.61 + 160.841 911.04 841.47 69.57 + 160.891 961.51 841.36 120.15 + 160.941 936.45 841.27 95.18 + 160.991 945.28 841.18 104.10 + 161.041 933.90 841.11 92.79 + 161.091 939.15 841.05 98.10 + 161.141 983.45 841.00 142.45 + 161.191 902.91 840.96 61.95 + 161.241 945.82 840.94 104.88 + 161.297 924.10 840.92 83.18 + 161.347 960.85 840.92 119.93 + 161.397 908.65 840.94 67.71 + 161.447 938.06 840.96 97.10 + 161.497 886.22 841.00 45.22 + 161.547 934.11 841.05 93.06 + 161.597 923.08 841.12 81.96 + 161.647 947.87 841.20 106.67 + 161.697 1005.47 841.30 164.17 + 161.747 920.53 841.41 79.12 + 161.797 957.30 841.54 115.76 + 161.847 1002.40 841.69 160.71 + 161.897 937.29 841.85 95.44 + 161.947 924.22 842.04 82.18 + 161.997 925.53 842.24 83.29 + 162.047 953.83 842.46 111.37 + 162.097 878.26 842.71 35.55 + 162.147 905.23 842.97 62.26 + 162.197 925.70 843.26 82.44 + 162.247 878.28 843.58 34.70 + 162.297 858.43 843.92 14.51 + 162.347 913.07 844.29 68.78 + 162.397 889.83 844.68 45.15 + 162.447 926.53 845.11 81.42 + 162.497 902.39 845.58 56.81 + 162.557 966.16 846.18 119.98 + 162.607 905.06 846.72 58.34 + 162.657 944.70 847.31 97.39 + 162.707 935.82 847.94 87.88 + 162.757 957.39 848.62 108.77 + 162.807 909.22 849.34 59.88 + 162.857 988.54 850.12 138.42 + 162.907 923.08 850.96 72.12 + 162.957 907.31 851.86 55.45 + 163.007 893.08 852.83 40.25 + 163.057 911.54 853.87 57.67 + 163.107 983.70 854.99 128.71 + 163.157 1060.96 856.19 204.77 + 163.207 928.88 857.49 71.39 + 163.257 960.16 858.88 101.28 + 163.307 968.35 860.37 107.98 + 163.357 961.79 861.98 99.81 + 163.407 954.64 863.71 90.93 + 163.457 916.09 865.58 50.51 + 163.507 981.89 867.59 114.30 + 163.557 916.63 869.75 46.88 + 163.606 919.80 872.07 47.73 + 163.656 972.91 874.58 98.33 + 163.706 1058.06 877.29 180.77 + 163.756 1061.08 750.55 310.53 +END +WAVES Phase1, tik1 +BEGIN + 22.070 -1396 + 31.613 -1396 + 39.091 -1396 + 45.532 -1396 + 51.337 -1396 + 56.711 -1396 + 66.615 -1396 + 71.287 -1396 + 71.287 -1396 + 75.836 -1396 + 80.298 -1396 + 84.704 -1396 + 89.082 -1396 + 93.457 -1396 + 102.303 -1396 + 106.831 -1396 + 106.831 -1396 + 111.473 -1396 + 111.473 -1396 + 116.273 -1396 + 121.284 -1396 + 126.584 -1396 + 132.285 -1396 + 145.776 -1396 + 154.721 -1396 + 154.721 -1396 + 169.255 -1396 + 169.255 -1396 +END +WAVES Excrg1, excl1 +BEGIN + 4.16 -1396 + 10.00 -1396 +END +WAVES Excrg2, excl2 +BEGIN + 164.00 -1396 + 163.76 -1396 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TwoTheta +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 4.16, 163.76 +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -19083} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: ECH0030684_LaB6_1p622A_sycos_sysin\rDate of fit: \Z09 18/06/2026/ 23:03:41.9\Z12\rnuclear\rChi2 = 64.26" +X Label left "\Z14Intensity" +X Label bottom "\Z142-Theta (in degrees)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: LaB6 Ge(331) +X | Date of run: 18/06/2026 / 23:03:41.9 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.sum b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.sum new file mode 100644 index 000000000..4b7312e52 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_lab6/ECH0030684_LaB6_1p622A_sycos_sysin.sum @@ -0,0 +1,142 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 8.40 - Feb2026-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 18/06/2026 Time: 23:03:41.811 + + => PCR file code: ECH0030684_LaB6_1p622A_sycos_sysin + => DAT file code: ECH0030684_LaB6_1p62 -> Relative contribution: 1.0000 + => Title: LaB6 Ge(331) + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of neutron powder data + => The 7th default profile function was selected + + => X-Y type of data: 2theta/TOF/E(Kev) Intens sigma for pattern: 1 + => Analysis of refinement at the end + => Wavelengths: 1.62390 1.62390 + => Cos(Monochromator angle)= 0.0000 + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 12.00 + ==> Angular range, step and number of points: + 2Thmin: 4.164220 2Thmax: 163.756378 Step: 0.049998 No. of points: 3194 + =>-------> Pattern# 1 + => Crystal Structure Refinement for phase: 1 + => The density (volumic mass) of phase 1 is: 4.711 g/cm3 + => Scor: 5.3587 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 nuclear P m -3 m +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 28 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + La 0.00000( 0) 0.00000( 0) 0.00000( 0) 0.258( 0) 0.021( 0) 1 + B 0.19972( 0) 0.50000( 0) 0.50000( 0) 0.119( 0) 0.125( 0) 6 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 4.15689 0.00000 + 4.15689 0.00000 + 4.15689 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + => overall scale factor : 42.98374 0.000000 + => Eta(p-v) or m(p-vii) : 0.00000 0.00000 + => Overall tem. factor : 0.00000 0.00000 + => Halfwidth parameters : 0.14343 0.00000 + -0.52314 0.00000 + 0.59041 0.00000 + => Preferred orientation: 0.00000 0.00000 + 0.00000 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => X and y parameters : 0.00000 0.00000 + 0.05452 0.00000 + => Strain parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => Size parameters (G,L): 0.00000 0.00000 + 0.00000 0.00000 + + => Add. shape parameters: + 0.00000 0.00000 + 0.00000 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: -0.4578 0.0000 + => Background Polynomial Parameters ==> + 777.35 0.0000 + 52.434 0.0000 + 365.76 0.0000 + 14.659 0.0000 + -415.68 0.0000 + 0.0000 0.0000 + + => Cos(2theta)-shift parameter : 0.0115 0.0000 + => Sin(2theta)-shift parameter : 0.2433 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle:200 + => N-P+C: 3076 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 18.6 Rwp: 22.1 Rexp: 2.76 Chi2: 64.3 L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 36.9 Rwp: 37.6 Rexp: 4.69 Chi2: 64.3 + => Deviance: 0.385E+06 Dev* : 125.3 + => DW-Stat.: 0.0536 DW-exp: 1.8880 + => N-sigma of the GoF: 2480.924 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 3009 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 18.7 Rwp: 22.2 Rexp: 2.74 Chi2: 65.7 L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 36.9 Rwp: 37.6 Rexp: 4.64 Chi2: 65.7 + => Deviance: 0.385E+06 Dev* : 128.0 + => DW-Stat.: 0.0536 DW-exp: 1.8867 + => N-sigma of the GoF: 2508.340 + + => Global user-weigthed Chi2 (Bragg contrib.): 65.7 + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 nuclear + => Bragg R-factor: 33.0 Vol: 71.830( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 19.2 ATZ: 203.711 Brindley: 1.0000 + + + CPU Time: 0.207 seconds + 0.003 minutes + + => Run finished at: Date: 18/06/2026 Time: 23:03:42.019 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3.dat b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3.dat new file mode 100644 index 000000000..1b24618a1 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3.dat @@ -0,0 +1,3066 @@ +#Diffraction patterns were obtained by summation of runs: +#run051675.ctxt +#run051676.ctxt +#run051677.ctxt +#run051678.ctxt +#For details see data in separate runs + 0.950 1229 302 + 1.000 1229 299 + 1.050 1190 293 + 1.100 1096 279 + 1.150 1142 283 + 1.200 961 257 + 1.250 975 257 + 1.300 993 258 + 1.350 974 254 + 1.400 1099 268 + 1.450 1036 258 + 1.500 974 248 + 1.550 968 246 + 1.600 1012 250 + 1.650 1050 253 + 1.700 928 236 + 1.750 988 242 + 1.800 882 227 + 1.850 962 236 + 1.900 1055 245 + 1.950 909 226 + 2.000 1026 239 + 2.050 1319 269 + 2.100 1446 280 + 2.150 1360 270 + 2.200 1264 259 + 2.250 1265 257 + 2.300 1319 261 + 2.350 1259 254 + 2.400 1074 233 + 2.450 1056 229 + 2.500 1040 226 + 2.550 1241 246 + 2.600 1279 248 + 2.650 1261 245 + 2.700 1334 250 + 2.750 1356 251 + 2.800 1392 253 + 2.850 1799 286 + 2.900 1984 298 + 2.950 2125 307 + 3.000 2576 336 + 3.050 2837 351 + 3.100 2784 346 + 3.150 3023 358 + 3.200 3458 381 + 3.250 3913 403 + 3.300 3808 396 + 3.350 4084 407 + 3.400 4701 435 + 3.450 4491 423 + 3.500 5117 449 + 3.550 5752 473 + 3.600 5792 473 + 3.650 6356 492 + 3.700 6042 478 + 3.750 6433 490 + 3.800 6674 497 + 3.850 7080 509 + 3.900 7902 535 + 3.950 7803 529 + 4.000 7870 529 + 4.050 8478 546 + 4.100 9152 564 + 4.150 8855 552 + 4.200 9042 555 + 4.250 9770 574 + 4.300 9596 567 + 4.350 9972 575 + 4.400 10452 585 + 4.450 10258 577 + 4.500 10462 580 + 4.550 10813 587 + 4.600 9978 561 + 4.650 10598 576 + 4.700 10353 566 + 4.750 10303 562 + 4.800 11228 584 + 4.850 10653 566 + 4.900 10745 566 + 4.950 10961 569 + 5.000 10615 557 + 5.050 10150 543 + 5.100 10021 537 + 5.150 9824 529 + 5.200 9982 531 + 5.250 10218 535 + 5.300 11076 554 + 5.350 10348 533 + 5.400 10792 542 + 5.450 10333 528 + 5.500 10383 527 + 5.550 10320 523 + 5.600 10057 514 + 5.650 9721 503 + 5.700 10249 514 + 5.750 10635 522 + 5.800 10679 521 + 5.850 10430 512 + 5.900 10189 504 + 5.950 10001 497 + 6.000 10006 495 + 6.050 10298 500 + 6.100 10220 496 + 6.150 10085 491 + 6.200 10659 503 + 6.250 10707 502 + 6.300 10540 496 + 6.350 10414 491 + 6.400 10386 488 + 6.450 10500 489 + 6.500 10434 485 + 6.550 10515 485 + 6.600 10102 474 + 6.650 10314 477 + 6.700 10281 474 + 6.750 10241 471 + 6.800 10259 470 + 6.850 10600 476 + 6.900 10066 462 + 6.950 10253 464 + 7.000 10119 459 + 7.050 10369 463 + 7.100 10388 462 + 7.150 10445 461 + 7.200 10204 454 + 7.250 10061 449 + 7.300 10116 449 + 7.350 10219 449 + 7.400 10382 451 + 7.450 10096 443 + 7.500 9899 437 + 7.550 9677 430 + 7.600 10218 441 + 7.650 10074 436 + 7.700 10529 444 + 7.750 10445 441 + 7.800 10111 432 + 7.850 10248 433 + 7.900 9773 421 + 7.950 9820 421 + 8.000 9797 419 + 8.050 10509 432 + 8.100 10336 427 + 8.150 10300 425 + 8.200 10333 424 + 8.250 10015 416 + 8.300 10325 421 + 8.350 10061 414 + 8.400 9856 408 + 8.450 9999 410 + 8.500 10258 413 + 8.550 10605 419 + 8.600 10331 412 + 8.650 9978 404 + 8.700 9951 402 + 8.750 9932 400 + 8.800 10030 400 + 8.850 10280 404 + 8.900 10115 399 + 8.950 10250 401 + 9.000 10364 401 + 9.050 10298 399 + 9.100 10390 399 + 9.150 10050 391 + 9.200 10061 390 + 9.250 9915 386 + 9.300 10171 390 + 9.350 10289 391 + 9.400 10254 389 + 9.450 10520 392 + 9.500 10399 389 + 9.550 10184 383 + 9.600 10436 387 + 9.650 10196 381 + 9.700 10250 381 + 9.750 10071 376 + 9.800 9992 374 + 9.850 10319 378 + 9.900 10249 376 + 9.950 10285 375 +10.000 10231 373 +10.050 10143 370 +10.100 9833 364 +10.150 10072 367 +10.200 9836 361 +10.250 9778 359 +10.300 10201 366 +10.350 10258 365 +10.400 10360 366 +10.450 10125 361 +10.500 9965 357 +10.550 10054 357 +10.600 9885 353 +10.650 10068 355 +10.700 9884 351 +10.750 10219 356 +10.800 10259 355 +10.850 10321 355 +10.900 10531 358 +10.950 10285 353 +11.000 10044 347 +11.050 9930 344 +11.100 9983 344 +11.150 9903 342 +11.200 9850 340 +11.250 9850 339 +11.300 10008 340 +11.350 9805 336 +11.400 9678 333 +11.450 10087 339 +11.500 10239 340 +11.550 9994 335 +11.600 9730 330 +11.650 9901 332 +11.700 10288 337 +11.750 10052 332 +11.800 10039 331 +11.850 9792 326 +11.900 10201 332 +11.950 10036 328 +12.000 9774 323 +12.050 9520 318 +12.100 10155 327 +12.150 10130 326 +12.200 10084 324 +12.250 9960 321 +12.300 9903 319 +12.350 10042 321 +12.400 10016 319 +12.450 9918 317 +12.500 9860 315 +12.550 10053 317 +12.600 10040 316 +12.650 10097 316 +12.700 9810 311 +12.750 9511 305 +12.800 10075 313 +12.850 10051 312 +12.900 9975 310 +12.950 9649 304 +13.000 9709 304 +13.050 9911 306 +13.100 9846 305 +13.150 10034 307 +13.200 9822 303 +13.250 9572 298 +13.300 9877 302 +13.350 9682 298 +13.400 9704 298 +13.450 9887 299 +13.500 10049 301 +13.550 9986 299 +13.600 9619 293 +13.650 9927 297 +13.700 9606 291 +13.750 9317 286 +13.800 9544 289 +13.850 9889 293 +13.900 10002 294 +13.950 9571 287 +14.000 9671 288 +14.050 9728 288 +14.100 9810 288 +14.150 9866 288 +14.200 9791 286 +14.250 9768 285 +14.300 9871 286 +14.350 9908 286 +14.400 9789 283 +14.450 9621 280 +14.500 9844 283 +14.550 9419 276 +14.600 9411 275 +14.650 9679 278 +14.700 9784 279 +14.750 9757 278 +14.800 9671 276 +14.850 9809 277 +14.900 9838 277 +14.950 9782 275 +15.000 9539 271 +15.050 9540 271 +15.100 9637 271 +15.150 9870 274 +15.200 9862 273 +15.250 9673 270 +15.300 9862 272 +15.350 9520 266 +15.400 9821 270 +15.450 9764 268 +15.500 9716 267 +15.550 9573 264 +15.600 9828 267 +15.650 9900 268 +15.700 9683 264 +15.750 9660 263 +15.800 9733 263 +15.850 9831 264 +15.900 9485 259 +15.950 9541 259 +16.000 9571 259 +16.050 9564 258 +16.100 9972 263 +16.150 9819 260 +16.200 9410 254 +16.250 9186 250 +16.300 9585 255 +16.350 9606 255 +16.400 9600 254 +16.450 9541 253 +16.500 9421 251 +16.550 9701 254 +16.600 9823 255 +16.650 9671 252 +16.700 9786 253 +16.750 9762 252 +16.800 9512 248 +16.850 9556 248 +16.900 9692 249 +16.950 9462 246 +17.000 9386 244 +17.050 9310 243 +17.100 9291 242 +17.150 9020 238 +17.200 9469 243 +17.250 9694 245 +17.300 9639 244 +17.350 9434 241 +17.400 9635 243 +17.450 9672 243 +17.500 9821 244 +17.550 9476 239 +17.600 9433 238 +17.650 9564 239 +17.700 9713 241 +17.750 9700 240 +17.800 9233 233 +17.850 9630 238 +17.900 9713 238 +17.950 9343 233 +18.000 9390 233 +18.050 9275 231 +18.100 9639 235 +18.150 9601 234 +18.200 9558 233 +18.250 9588 233 +18.300 9806 235 +18.350 9674 233 +18.400 9674 233 +18.450 9493 230 +18.500 9393 228 +18.550 9428 228 +18.600 9571 229 +18.650 9431 227 +18.700 9288 225 +18.750 9435 226 +18.800 9431 226 +18.850 9297 224 +18.900 9504 226 +18.950 9245 222 +19.000 9725 227 +19.050 9385 223 +19.100 9308 221 +19.150 9476 223 +19.200 9563 223 +19.250 9558 223 +19.300 9436 221 +19.350 9289 219 +19.400 9280 218 +19.450 9641 222 +19.500 9393 218 +19.550 9519 219 +19.600 9392 217 +19.650 9364 217 +19.700 9270 215 +19.750 9286 215 +19.800 9204 213 +19.850 9563 217 +19.900 9531 216 +19.950 9488 215 +20.000 9710 217 +20.050 9593 216 +20.100 9276 212 +20.150 9415 213 +20.200 9242 210 +20.250 9730 215 +20.300 9966 217 +20.350 10338 221 +20.400 10703 224 +20.450 11004 227 +20.500 11327 230 +20.550 11203 228 +20.600 11000 226 +20.650 10805 223 +20.700 10163 216 +20.750 9960 213 +20.800 9712 210 +20.850 9502 208 +20.900 9461 207 +20.950 9169 203 +21.000 9148 202 +21.050 9114 202 +21.100 9339 204 +21.150 9286 203 +21.200 9166 201 +21.250 9101 200 +21.300 9070 199 +21.350 9117 199 +21.400 9177 199 +21.450 9244 200 +21.500 9166 198 +21.550 9513 202 +21.600 9258 199 +21.650 9403 200 +21.700 9538 201 +21.750 9239 197 +21.800 9089 195 +21.850 9033 194 +21.900 9467 198 +21.950 9301 196 +22.000 9177 195 +22.050 9169 194 +22.100 9180 194 +22.150 9236 194 +22.200 9147 193 +22.250 8999 191 +22.300 9318 194 +22.350 8939 189 +22.400 9264 192 +22.450 9107 190 +22.500 8994 189 +22.550 9356 192 +22.600 9094 189 +22.650 9284 191 +22.700 9053 188 +22.750 9004 187 +22.800 8809 185 +22.850 8851 185 +22.900 9055 187 +22.950 8983 185 +23.000 9028 186 +23.050 9222 187 +23.100 9021 185 +23.150 8838 182 +23.200 8755 181 +23.250 9056 184 +23.300 8853 182 +23.350 9189 185 +23.400 8996 182 +23.450 8988 182 +23.500 9016 182 +23.550 8859 180 +23.600 8972 181 +23.650 9178 182 +23.700 9288 183 +23.750 9099 181 +23.800 8830 178 +23.850 9143 181 +23.900 9010 179 +23.950 9028 179 +24.000 9144 180 +24.050 9442 182 +24.100 9152 179 +24.150 8839 176 +24.200 9002 177 +24.250 9120 178 +24.300 9087 177 +24.350 9147 177 +24.400 9025 176 +24.450 8864 174 +24.500 8667 172 +24.550 9097 175 +24.600 8938 174 +24.650 9095 175 +24.700 8966 173 +24.750 8976 173 +24.800 8897 172 +24.850 9077 173 +24.900 9059 173 +24.950 9135 173 +25.000 9214 174 +25.050 9015 171 +25.100 9143 172 +25.150 9053 171 +25.200 9129 172 +25.250 9121 171 +25.300 8803 168 +25.350 9041 170 +25.400 8952 169 +25.450 9103 170 +25.500 8966 168 +25.550 9064 169 +25.600 8813 166 +25.650 8930 167 +25.700 9095 168 +25.750 8718 164 +25.800 8901 166 +25.850 8817 165 +25.900 8776 164 +25.950 8877 165 +26.000 8949 165 +26.050 8895 164 +26.100 8951 164 +26.150 8747 162 +26.200 8973 164 +26.250 9134 165 +26.300 9002 164 +26.350 8658 160 +26.400 8693 160 +26.450 8594 159 +26.500 8727 160 +26.550 9237 164 +26.600 8927 161 +26.650 9099 162 +26.700 8715 159 +26.750 9056 161 +26.800 8928 160 +26.850 8854 159 +26.900 8880 159 +26.950 8636 156 +27.000 9010 160 +27.050 8742 157 +27.100 9031 159 +27.150 9091 159 +27.200 8735 156 +27.250 8866 157 +27.300 8940 157 +27.350 8922 157 +27.400 8779 155 +27.450 8944 156 +27.500 8946 156 +27.550 8889 155 +27.600 8809 154 +27.650 8956 155 +27.700 9148 157 +27.750 8802 154 +27.800 8726 153 +27.850 8861 153 +27.900 8797 153 +27.950 8696 152 +28.000 8928 153 +28.050 8904 153 +28.100 8928 153 +28.150 8854 152 +28.200 8827 151 +28.250 8925 152 +28.300 8696 150 +28.350 8891 151 +28.400 8760 150 +28.450 8905 151 +28.500 8717 149 +28.550 8673 148 +28.600 8810 149 +28.650 8692 148 +28.700 8797 148 +28.750 8802 148 +28.800 8951 149 +28.850 9192 151 +28.900 9431 153 +28.950 10213 159 +29.000 11294 166 +29.050 12854 177 +29.100 14764 190 +29.150 16826 202 +29.200 18020 209 +29.250 18385 211 +29.300 17673 206 +29.350 16007 196 +29.400 13695 181 +29.450 11861 168 +29.500 10298 156 +29.550 9578 150 +29.600 9210 147 +29.650 8856 144 +29.700 8642 142 +29.750 8679 142 +29.800 8755 143 +29.850 8831 143 +29.900 8635 141 +29.950 8926 143 +30.000 8880 143 +30.050 8481 139 +30.100 8648 140 +30.150 8662 140 +30.200 8641 140 +30.250 8733 140 +30.300 8780 140 +30.350 8952 141 +30.400 8924 141 +30.450 8665 139 +30.500 8724 139 +30.550 8712 139 +30.600 8737 139 +30.650 8627 137 +30.700 8830 139 +30.750 8841 139 +30.800 8773 138 +30.850 8894 139 +30.900 8583 136 +30.950 8854 138 +31.000 8726 137 +31.050 8535 135 +31.100 8526 135 +31.150 8610 135 +31.200 8561 134 +31.250 8708 135 +31.300 8591 134 +31.350 8911 136 +31.400 9002 137 +31.450 9313 139 +31.500 10043 144 +31.550 10289 146 +31.600 10283 145 +31.650 10315 145 +31.700 10351 145 +31.750 10008 143 +31.800 9587 139 +31.850 9293 137 +31.900 9014 135 +31.950 9039 135 +32.000 8884 133 +32.050 8556 131 +32.100 8612 131 +32.150 8596 130 +32.200 8566 130 +32.250 8657 130 +32.300 8693 130 +32.350 8707 130 +32.400 8458 128 +32.450 8463 128 +32.500 8565 129 +32.550 8609 129 +32.600 8670 129 +32.650 8579 128 +32.700 8550 128 +32.750 8641 128 +32.800 8622 128 +32.850 8762 129 +32.900 8598 127 +32.950 8574 127 +33.000 8742 128 +33.050 8712 127 +33.100 8666 127 +33.150 8679 127 +33.200 8625 126 +33.250 8659 126 +33.300 8715 126 +33.350 8883 127 +33.400 8741 126 +33.450 8477 124 +33.500 8518 124 +33.550 8542 124 +33.600 8645 125 +33.650 8511 123 +33.700 8435 123 +33.750 8573 124 +33.800 8732 124 +33.850 8472 122 +33.900 8642 123 +33.950 8755 124 +34.000 8538 122 +34.050 8576 122 +34.100 8639 123 +34.150 8695 123 +34.200 8662 122 +34.250 8710 122 +34.300 8703 122 +34.350 8559 121 +34.400 8404 120 +34.450 8712 122 +34.500 8576 121 +34.550 8592 120 +34.600 8628 121 +34.650 8441 119 +34.700 8499 119 +34.750 8531 119 +34.800 8493 119 +34.850 8564 119 +34.900 8604 119 +34.950 8536 118 +35.000 8282 117 +35.050 8324 117 +35.100 8353 117 +35.150 8543 118 +35.200 8594 118 +35.250 8589 118 +35.300 8358 116 +35.350 8344 116 +35.400 8411 116 +35.450 8529 117 +35.500 8588 117 +35.550 8533 116 +35.600 8322 115 +35.650 8262 114 +35.700 8579 116 +35.750 8617 116 +35.800 8365 114 +35.850 8571 115 +35.900 8618 115 +35.950 8608 115 +36.000 8692 116 +36.050 8555 114 +36.100 8692 115 +36.150 8699 115 +36.200 8515 114 +36.250 8512 113 +36.300 8449 113 +36.350 8511 113 +36.400 8442 112 +36.450 8418 112 +36.500 8467 112 +36.550 8641 113 +36.600 8426 112 +36.650 8370 111 +36.700 8306 110 +36.750 8439 111 +36.800 8552 112 +36.850 8351 110 +36.900 8258 109 +36.950 8396 110 +37.000 8543 111 +37.050 8500 110 +37.100 8486 110 +37.150 8342 109 +37.200 8352 109 +37.250 8409 109 +37.300 8412 109 +37.350 8216 108 +37.400 8340 108 +37.450 8417 109 +37.500 8570 109 +37.550 8381 108 +37.600 8418 108 +37.650 8461 108 +37.700 8353 107 +37.750 8213 106 +37.800 8268 106 +37.850 8329 107 +37.900 8333 106 +37.950 8304 106 +38.000 8541 107 +38.050 8519 107 +38.100 8404 106 +38.150 8447 106 +38.200 8611 107 +38.250 8230 105 +38.300 8356 105 +38.350 8129 104 +38.400 8264 104 +38.450 8208 104 +38.500 8240 104 +38.550 8160 103 +38.600 8040 102 +38.650 8109 103 +38.700 8335 104 +38.750 8213 103 +38.800 8130 102 +38.850 8269 103 +38.900 8243 103 +38.950 8371 103 +39.000 8285 103 +39.050 8225 102 +39.100 8441 103 +39.150 8146 101 +39.200 8177 101 +39.250 8453 103 +39.300 8254 101 +39.350 8176 101 +39.400 8118 100 +39.450 8164 100 +39.500 8123 100 +39.550 8157 100 +39.600 8456 102 +39.650 8643 103 +39.700 8710 103 +39.750 9392 107 +39.800 10187 111 +39.850 11058 115 +39.900 12033 120 +39.950 12788 124 +40.000 13099 125 +40.050 12683 123 +40.100 12144 120 +40.150 10940 114 +40.200 9812 107 +40.250 9120 103 +40.300 8622 100 +40.350 8453 99 +40.400 8458 99 +40.450 8161 97 +40.500 8132 97 +40.550 8329 98 +40.600 8305 98 +40.650 8141 96 +40.700 8114 96 +40.750 8260 97 +40.800 8225 96 +40.850 8204 96 +40.900 8295 97 +40.950 8278 96 +41.000 8204 96 +41.050 8140 95 +41.100 8069 95 +41.150 8286 96 +41.200 8102 95 +41.250 8139 95 +41.300 8104 94 +41.350 8281 95 +41.400 8235 95 +41.450 8315 95 +41.500 8199 94 +41.550 8097 93 +41.600 8026 93 +41.650 8205 94 +41.700 8314 94 +41.750 8207 93 +41.800 8106 93 +41.850 8260 94 +41.900 8442 94 +41.950 8271 93 +42.000 8169 93 +42.050 8041 92 +42.100 7892 91 +42.150 8119 92 +42.200 8200 92 +42.250 8253 92 +42.300 8286 92 +42.350 8101 91 +42.400 7930 90 +42.450 7916 90 +42.500 8012 90 +42.550 7975 90 +42.600 8126 91 +42.650 8154 91 +42.700 8124 90 +42.750 7923 89 +42.800 7957 89 +42.850 7910 89 +42.900 7982 89 +42.950 7849 88 +43.000 7932 89 +43.050 8027 89 +43.100 8094 89 +43.150 7974 89 +43.200 8129 90 +43.250 8198 90 +43.300 8034 89 +43.350 8173 90 +43.400 8397 91 +43.450 8491 92 +43.500 8904 94 +43.550 9408 96 +43.600 9684 98 +43.650 9762 98 +43.700 9523 97 +43.750 9289 96 +43.800 9015 94 +43.850 8748 93 +43.900 8415 91 +43.950 8209 90 +44.000 8107 90 +44.050 8066 89 +44.100 7911 88 +44.150 7750 88 +44.200 8032 89 +44.250 7912 88 +44.300 7943 89 +44.350 7890 88 +44.400 7932 89 +44.450 8011 89 +44.500 8034 89 +44.550 8108 90 +44.600 8104 90 +44.650 8021 89 +44.700 7977 89 +44.750 8073 89 +44.800 8126 90 +44.850 7883 88 +44.900 7974 89 +44.950 7947 89 +45.000 7991 89 +45.050 7953 89 +45.100 7820 88 +45.150 8118 90 +45.200 8208 90 +45.250 7887 88 +45.300 8016 89 +45.350 7859 88 +45.400 7927 89 +45.450 8020 89 +45.500 8022 89 +45.550 7861 88 +45.600 7759 88 +45.650 7826 88 +45.700 7903 88 +45.750 7758 88 +45.800 7951 89 +45.850 7893 88 +45.900 7963 89 +45.950 7948 89 +46.000 7865 88 +46.050 7927 89 +46.100 7920 88 +46.150 7942 89 +46.200 7862 88 +46.250 7931 89 +46.300 8008 89 +46.350 7846 88 +46.400 7866 88 +46.450 7900 88 +46.500 7912 88 +46.550 7778 88 +46.600 7679 87 +46.650 7981 89 +46.700 7857 88 +46.750 8082 89 +46.800 8179 90 +46.850 8262 90 +46.900 8322 91 +46.950 8482 92 +47.000 8685 93 +47.050 8971 94 +47.100 9054 95 +47.150 9044 95 +47.200 8941 94 +47.250 8540 92 +47.300 8036 89 +47.350 7980 89 +47.400 8025 89 +47.450 8137 90 +47.500 8076 89 +47.550 7932 89 +47.600 8057 89 +47.650 7883 88 +47.700 7912 88 +47.750 7932 89 +47.800 8034 89 +47.850 8008 89 +47.900 7941 89 +47.950 7920 88 +48.000 7908 88 +48.050 7894 88 +48.100 7884 88 +48.150 7982 89 +48.200 7696 87 +48.250 7879 88 +48.300 8216 90 +48.350 8436 91 +48.400 9053 95 +48.450 10442 102 +48.500 12610 112 +48.550 15833 125 +48.600 19815 140 +48.650 23750 154 +48.700 26358 162 +48.750 26911 164 +48.800 25283 159 +48.850 21610 147 +48.900 17504 132 +48.950 13616 116 +49.000 10967 104 +49.050 9225 96 +49.100 8494 92 +49.150 8128 90 +49.200 7868 88 +49.250 7746 88 +49.300 7824 88 +49.350 7894 88 +49.400 7864 88 +49.450 8066 89 +49.500 7869 88 +49.550 7952 89 +49.600 7849 88 +49.650 7890 88 +49.700 7834 88 +49.750 7801 88 +49.800 7912 88 +49.850 7985 89 +49.900 7874 88 +49.950 7837 88 +50.000 7786 88 +50.050 7855 88 +50.100 8028 89 +50.150 7941 89 +50.200 7962 89 +50.250 7965 89 +50.300 8047 89 +50.350 8135 90 +50.400 8038 89 +50.450 8021 89 +50.500 7970 89 +50.550 8077 89 +50.600 7900 88 +50.650 7835 88 +50.700 7815 88 +50.750 7731 87 +50.800 7746 88 +50.850 7681 87 +50.900 7696 87 +50.950 7825 88 +51.000 7826 88 +51.050 7609 87 +51.100 7723 87 +51.150 7874 88 +51.200 7718 87 +51.250 7687 87 +51.300 7753 88 +51.350 7799 88 +51.400 7724 87 +51.450 7775 88 +51.500 7963 89 +51.550 7847 88 +51.600 7729 87 +51.650 7766 88 +51.700 7890 88 +51.750 7684 87 +51.800 7648 87 +51.850 7791 88 +51.900 7799 88 +51.950 7793 88 +52.000 8040 89 +52.050 7875 88 +52.100 7863 88 +52.150 7703 87 +52.200 7642 87 +52.250 7764 88 +52.300 7715 87 +52.350 7670 87 +52.400 7741 87 +52.450 7571 87 +52.500 7675 87 +52.550 7640 87 +52.600 7765 88 +52.650 7859 88 +52.700 7840 88 +52.750 7721 87 +52.800 7709 87 +52.850 7796 88 +52.900 7863 88 +52.950 7699 87 +53.000 7726 87 +53.050 7575 87 +53.100 7928 89 +53.150 8052 89 +53.200 8318 91 +53.250 8250 90 +53.300 8585 92 +53.350 9041 95 +53.400 9461 97 +53.450 9483 97 +53.500 9282 96 +53.550 8970 94 +53.600 8645 92 +53.650 8241 90 +53.700 8006 89 +53.750 7903 88 +53.800 7772 88 +53.850 7584 87 +53.900 7734 87 +53.950 7633 87 +54.000 7638 87 +54.050 7643 87 +54.100 7713 87 +54.150 7736 87 +54.200 7630 87 +54.250 7861 88 +54.300 7896 88 +54.350 7797 88 +54.400 7826 88 +54.450 7626 87 +54.500 7809 88 +54.550 7762 88 +54.600 7733 87 +54.650 7759 88 +54.700 7784 88 +54.750 7838 88 +54.800 7961 89 +54.850 8012 89 +54.900 7765 88 +54.950 7848 88 +55.000 7880 88 +55.050 7995 89 +55.100 7783 88 +55.150 7827 88 +55.200 7696 87 +55.250 7540 86 +55.300 7640 87 +55.350 7714 87 +55.400 7552 86 +55.450 7637 87 +55.500 7593 87 +55.550 7588 87 +55.600 7710 87 +55.650 7546 86 +55.700 7590 87 +55.750 7718 87 +55.800 7680 87 +55.850 7733 87 +55.900 7825 88 +55.950 7807 88 +56.000 7821 88 +56.050 7804 88 +56.100 7771 88 +56.150 7969 89 +56.200 8249 90 +56.250 8418 91 +56.300 8941 94 +56.350 9207 95 +56.400 9365 96 +56.450 9359 96 +56.500 9173 95 +56.550 8796 93 +56.600 8341 91 +56.650 8111 90 +56.700 7889 88 +56.750 7620 87 +56.800 7748 88 +56.850 7814 88 +56.900 7678 87 +56.950 7737 87 +57.000 7668 87 +57.050 7699 87 +57.100 7742 87 +57.150 7781 88 +57.200 7746 88 +57.250 7575 87 +57.300 7662 87 +57.350 7697 87 +57.400 7624 87 +57.450 7750 88 +57.500 7706 87 +57.550 7784 88 +57.600 8419 91 +57.650 8996 94 +57.700 10073 100 +57.750 11439 106 +57.800 12666 112 +57.850 13675 116 +57.900 13505 116 +57.950 12708 112 +58.000 11481 107 +58.050 10507 102 +58.100 9337 96 +58.150 8414 91 +58.200 7930 89 +58.250 7629 87 +58.300 7685 87 +58.350 7610 87 +58.400 7641 87 +58.450 7558 86 +58.500 7625 87 +58.550 7630 87 +58.600 7607 87 +58.650 7552 86 +58.700 7558 86 +58.750 7535 86 +58.800 7428 86 +58.850 7468 86 +58.900 7579 87 +58.950 7558 86 +59.000 7759 88 +59.050 7998 89 +59.100 8317 91 +59.150 9051 95 +59.200 9587 97 +59.250 10370 101 +59.300 10441 102 +59.350 10387 101 +59.400 9863 99 +59.450 9167 95 +59.500 8724 93 +59.550 8321 91 +59.600 7953 89 +59.650 7590 87 +59.700 7617 87 +59.750 7631 87 +59.800 7550 86 +59.850 7495 86 +59.900 7532 86 +59.950 7591 87 +60.000 7659 87 +60.050 7552 86 +60.100 7427 86 +60.150 7377 85 +60.200 7396 86 +60.250 7447 86 +60.300 7637 87 +60.350 7583 87 +60.400 7442 86 +60.450 7564 86 +60.500 7684 87 +60.550 7526 86 +60.600 7575 87 +60.650 7608 87 +60.700 7507 86 +60.750 7518 86 +60.800 7538 86 +60.850 7679 87 +60.900 7593 87 +60.950 7372 85 +61.000 7539 86 +61.050 7549 86 +61.100 7414 86 +61.150 7421 86 +61.200 7442 86 +61.250 7472 86 +61.300 7552 86 +61.350 7413 86 +61.400 7387 85 +61.450 7469 86 +61.500 7547 86 +61.550 7324 85 +61.600 7430 86 +61.650 7447 86 +61.700 7634 87 +61.750 7729 87 +61.800 7434 86 +61.850 7567 86 +61.900 7783 88 +61.950 7626 87 +62.000 7684 87 +62.050 7837 88 +62.100 7877 88 +62.150 7771 88 +62.200 7622 87 +62.250 7559 86 +62.300 7552 86 +62.350 7353 85 +62.400 7370 85 +62.450 7357 85 +62.500 7358 85 +62.550 7460 86 +62.600 7352 85 +62.650 7316 85 +62.700 7324 85 +62.750 7387 85 +62.800 7400 86 +62.850 7538 86 +62.900 7417 86 +62.950 7304 85 +63.000 7433 86 +63.050 7364 85 +63.100 7299 85 +63.150 7209 84 +63.200 7404 86 +63.250 7411 86 +63.300 7542 86 +63.350 7581 87 +63.400 7670 87 +63.450 7570 87 +63.500 7697 87 +63.550 7727 87 +63.600 7573 87 +63.650 7573 87 +63.700 7527 86 +63.750 7318 85 +63.800 7282 85 +63.850 7282 85 +63.900 7351 85 +63.950 7405 86 +64.000 7351 85 +64.050 7407 86 +64.100 7311 85 +64.150 7357 85 +64.200 7341 85 +64.250 7281 85 +64.300 7319 85 +64.350 7486 86 +64.400 7533 86 +64.450 7564 86 +64.500 7775 88 +64.550 7919 88 +64.600 8354 91 +64.650 9022 94 +64.700 10195 100 +64.750 11593 107 +64.800 12440 111 +64.850 12475 111 +64.900 11957 109 +64.950 11222 105 +65.000 10173 100 +65.050 9042 95 +65.100 8143 90 +65.150 7635 87 +65.200 7484 86 +65.250 7394 85 +65.300 7288 85 +65.350 7349 85 +65.400 7311 85 +65.450 7262 85 +65.500 7322 85 +65.550 7371 85 +65.600 7410 86 +65.650 7196 84 +65.700 7125 84 +65.750 7374 85 +65.800 7346 85 +65.850 7287 85 +65.900 7410 86 +65.950 7292 85 +66.000 7278 85 +66.050 7499 86 +66.100 7645 87 +66.150 7701 87 +66.200 7754 88 +66.250 7717 87 +66.300 7617 87 +66.350 7359 85 +66.400 7435 86 +66.450 7433 86 +66.500 7422 86 +66.550 7482 86 +66.600 7285 85 +66.650 7165 84 +66.700 7378 85 +66.750 7244 85 +66.800 7183 84 +66.850 7308 85 +66.900 7436 86 +66.950 7318 85 +67.000 7328 85 +67.050 7398 86 +67.100 7437 86 +67.150 7273 85 +67.200 7407 86 +67.250 7345 85 +67.300 7261 85 +67.350 7418 86 +67.400 7328 85 +67.450 7295 85 +67.500 7325 85 +67.550 7453 86 +67.600 7223 84 +67.650 7387 85 +67.700 7263 85 +67.750 7256 85 +67.800 7191 84 +67.850 7404 86 +67.900 7318 85 +67.950 7316 85 +68.000 7304 85 +68.050 7311 85 +68.100 7269 85 +68.150 7289 85 +68.200 7189 84 +68.250 7476 86 +68.300 7505 86 +68.350 7478 86 +68.400 7147 84 +68.450 7328 85 +68.500 7116 84 +68.550 7221 84 +68.600 7275 85 +68.650 7212 84 +68.700 7220 84 +68.750 7265 85 +68.800 7315 85 +68.850 7131 84 +68.900 7224 84 +68.950 7269 85 +69.000 7242 85 +69.050 7200 84 +69.100 7314 85 +69.150 7412 86 +69.200 7465 86 +69.250 7340 85 +69.300 7411 86 +69.350 7363 85 +69.400 7364 85 +69.450 7412 86 +69.500 7365 85 +69.550 7215 84 +69.600 7128 84 +69.650 7277 85 +69.700 7287 85 +69.750 7392 85 +69.800 7453 86 +69.850 7604 87 +69.900 7833 88 +69.950 8298 91 +70.000 8808 93 +70.050 9410 97 +70.100 9785 98 +70.150 9822 99 +70.200 9620 98 +70.250 9192 95 +70.300 8570 92 +70.350 7831 88 +70.400 7687 87 +70.450 7470 86 +70.500 7367 85 +70.550 7370 85 +70.600 7181 84 +70.650 7298 85 +70.700 7271 85 +70.750 7306 85 +70.800 7282 85 +70.850 7326 85 +70.900 7288 85 +70.950 7426 86 +71.000 7466 86 +71.050 7470 86 +71.100 7439 86 +71.150 7789 88 +71.200 8144 90 +71.250 8780 93 +71.300 9592 97 +71.350 10486 102 +71.400 11021 104 +71.450 10865 104 +71.500 10326 101 +71.550 9907 99 +71.600 8808 93 +71.650 8257 90 +71.700 7650 87 +71.750 7378 85 +71.800 7288 85 +71.850 7321 85 +71.900 7214 84 +71.950 7254 85 +72.000 7234 85 +72.050 7112 84 +72.100 7288 85 +72.150 7249 85 +72.200 7305 85 +72.250 7308 85 +72.300 7319 85 +72.350 7403 86 +72.400 7234 85 +72.450 7322 85 +72.500 7493 86 +72.550 7825 88 +72.600 8267 90 +72.650 8547 92 +72.700 8490 92 +72.750 8409 91 +72.800 8185 90 +72.850 7778 88 +72.900 7514 86 +72.950 7634 87 +73.000 7248 85 +73.050 7157 84 +73.100 7255 85 +73.150 7208 84 +73.200 7276 85 +73.250 7214 84 +73.300 7041 83 +73.350 7175 84 +73.400 7261 85 +73.450 7343 85 +73.500 7177 84 +73.550 7210 84 +73.600 7154 84 +73.650 7055 83 +73.700 7146 84 +73.750 7435 86 +73.800 7283 85 +73.850 7422 86 +73.900 7420 86 +73.950 7466 86 +74.000 7701 87 +74.050 7638 87 +74.100 7407 86 +74.150 7226 85 +74.200 7275 85 +74.250 7216 84 +74.300 7280 85 +74.350 7177 84 +74.400 7184 84 +74.450 7091 84 +74.500 7233 85 +74.550 7259 85 +74.600 7075 84 +74.650 7067 84 +74.700 7165 84 +74.750 7163 84 +74.800 7122 84 +74.850 7315 85 +74.900 7138 84 +74.950 7155 84 +75.000 7329 85 +75.050 7289 85 +75.100 7274 85 +75.150 7445 86 +75.200 7554 86 +75.250 7897 88 +75.300 7777 88 +75.350 7604 87 +75.400 7470 86 +75.450 7246 85 +75.500 7086 84 +75.550 7140 84 +75.600 7059 84 +75.650 7134 84 +75.700 7082 84 +75.750 7020 83 +75.800 6938 83 +75.850 7129 84 +75.900 7248 85 +75.950 7113 84 +76.000 7265 85 +76.050 7232 85 +76.100 7317 85 +76.150 7359 85 +76.200 7147 84 +76.250 7194 84 +76.300 7437 86 +76.350 7434 86 +76.400 7530 86 +76.450 7762 88 +76.500 7710 87 +76.550 7629 87 +76.600 7528 86 +76.650 7404 86 +76.700 7418 86 +76.750 7210 84 +76.800 7309 85 +76.850 7225 85 +76.900 7123 84 +76.950 7143 84 +77.000 7031 83 +77.050 7151 84 +77.100 7181 84 +77.150 7282 85 +77.200 7137 84 +77.250 7022 83 +77.300 7103 84 +77.350 7272 85 +77.400 7165 84 +77.450 7319 85 +77.500 7426 86 +77.550 7558 86 +77.600 7709 87 +77.650 7816 88 +77.700 8077 89 +77.750 8150 90 +77.800 8120 90 +77.850 7780 88 +77.900 7767 88 +77.950 7674 87 +78.000 7328 85 +78.050 7215 84 +78.100 7165 84 +78.150 7180 84 +78.200 7150 84 +78.250 7160 84 +78.300 7188 84 +78.350 7176 84 +78.400 7325 85 +78.450 7147 84 +78.500 7029 83 +78.550 7113 84 +78.600 7243 85 +78.650 7286 85 +78.700 7328 85 +78.750 7541 86 +78.800 8051 89 +78.850 8730 93 +78.900 9218 96 +78.950 9902 99 +79.000 10075 100 +79.050 9957 99 +79.100 9475 97 +79.150 8917 94 +79.200 8129 90 +79.250 7618 87 +79.300 7370 85 +79.350 7223 84 +79.400 7310 85 +79.450 7167 84 +79.500 7179 84 +79.550 7121 84 +79.600 7124 84 +79.650 7180 84 +79.700 7170 84 +79.750 7085 84 +79.800 7101 84 +79.850 7147 84 +79.900 7092 84 +79.950 7129 84 +80.000 7187 84 +80.050 7274 85 +80.100 7331 85 +80.150 7667 87 +80.200 7880 88 +80.250 7884 88 +80.300 7750 88 +80.350 7623 87 +80.400 7494 86 +80.450 7387 85 +80.500 7347 85 +80.550 7265 85 +80.600 7043 83 +80.650 7113 84 +80.700 7237 85 +80.750 7162 84 +80.800 7104 84 +80.850 7085 84 +80.900 7190 84 +80.950 7213 84 +81.000 7083 84 +81.050 7118 84 +81.100 7228 85 +81.150 7134 84 +81.200 7160 84 +81.250 7001 83 +81.300 7204 84 +81.350 7046 83 +81.400 7056 84 +81.450 7220 84 +81.500 7094 84 +81.550 7140 84 +81.600 6994 83 +81.650 6949 83 +81.700 7127 84 +81.750 7001 83 +81.800 7149 84 +81.850 7174 84 +81.900 6971 83 +81.950 7105 84 +82.000 7150 84 +82.050 7130 84 +82.100 7238 85 +82.150 7160 84 +82.200 7055 83 +82.250 7150 84 +82.300 7052 83 +82.350 6964 83 +82.400 7048 83 +82.450 7137 84 +82.500 7105 84 +82.550 7307 85 +82.600 7322 85 +82.650 7273 85 +82.700 7511 86 +82.750 7590 87 +82.800 7466 86 +82.850 7447 86 +82.900 7277 85 +82.950 7094 84 +83.000 7060 84 +83.050 7042 83 +83.100 7099 84 +83.150 7080 84 +83.200 6994 83 +83.250 7089 84 +83.300 7072 84 +83.350 7100 84 +83.400 7202 84 +83.450 7116 84 +83.500 7281 85 +83.550 7079 84 +83.600 7109 84 +83.650 7089 84 +83.700 7016 83 +83.750 7193 84 +83.800 7348 85 +83.850 7528 86 +83.900 7477 86 +83.950 7514 86 +84.000 7526 86 +84.050 7571 87 +84.100 7310 85 +84.150 7138 84 +84.200 7070 84 +84.250 7081 84 +84.300 7085 84 +84.350 7089 84 +84.400 7194 84 +84.450 7201 84 +84.500 7115 84 +84.550 7023 83 +84.600 6919 83 +84.650 6822 82 +84.700 7145 84 +84.750 7079 84 +84.800 7146 84 +84.850 7139 84 +84.900 7211 84 +84.950 7525 86 +85.000 7891 88 +85.050 8310 91 +85.100 8963 94 +85.150 9077 95 +85.200 8925 94 +85.250 8774 93 +85.300 8275 90 +85.350 7977 89 +85.400 7446 86 +85.450 7135 84 +85.500 7077 84 +85.550 7095 84 +85.600 7070 84 +85.650 6983 83 +85.700 7117 84 +85.750 6930 83 +85.800 6926 83 +85.850 6860 82 +85.900 6920 83 +85.950 7020 83 +86.000 7005 83 +86.050 7050 83 +86.100 6953 83 +86.150 7042 83 +86.200 7270 85 +86.250 7138 84 +86.300 7269 85 +86.350 7359 85 +86.400 7295 85 +86.450 7475 86 +86.500 7345 85 +86.550 7168 84 +86.600 6999 83 +86.650 6934 83 +86.700 7009 83 +86.750 7035 83 +86.800 6934 83 +86.850 6848 82 +86.900 6859 82 +86.950 6842 82 +87.000 6863 82 +87.050 6789 82 +87.100 6939 83 +87.150 7022 83 +87.200 7038 83 +87.250 7117 84 +87.300 7054 83 +87.350 7158 84 +87.400 7232 85 +87.450 7318 85 +87.500 7690 87 +87.550 7963 89 +87.600 7878 88 +87.650 7979 89 +87.700 7678 87 +87.750 7492 86 +87.800 7409 86 +87.850 7206 84 +87.900 6994 83 +87.950 6939 83 +88.000 6868 82 +88.050 6748 82 +88.100 6825 82 +88.150 6880 82 +88.200 6814 82 +88.250 6880 82 +88.300 6809 82 +88.350 6912 83 +88.400 6979 83 +88.450 6865 82 +88.500 6881 82 +88.550 6905 83 +88.600 6896 83 +88.650 6849 82 +88.700 6677 81 +88.750 6797 82 +88.800 6852 82 +88.850 6887 82 +88.900 6884 82 +88.950 6896 83 +89.000 6819 82 +89.050 6815 82 +89.100 6888 82 +89.150 6867 82 +89.200 6835 82 +89.250 6680 81 +89.300 6640 81 +89.350 6851 82 +89.400 6899 83 +89.450 6883 82 +89.500 6905 83 +89.550 6890 83 +89.600 6849 82 +89.650 6925 83 +89.700 6940 83 +89.750 7142 84 +89.800 7359 85 +89.850 8003 89 +89.900 8767 93 +89.950 9790 98 +90.000 10504 102 +90.050 10876 104 +90.100 11034 105 +90.150 10370 101 +90.200 9450 97 +90.250 8637 92 +90.300 7784 88 +90.350 7339 85 +90.400 7051 83 +90.450 6913 83 +90.500 6811 82 +90.550 6971 83 +90.600 6872 82 +90.650 6807 82 +90.700 6756 82 +90.750 6950 83 +90.800 6963 83 +90.850 6939 83 +90.900 7008 83 +90.950 7272 85 +91.000 7706 87 +91.050 8285 91 +91.100 9643 98 +91.150 11098 105 +91.200 12329 111 +91.250 13244 115 +91.300 13320 115 +91.350 12644 112 +91.400 11355 106 +91.450 9760 98 +91.500 8662 93 +91.550 7805 88 +91.600 7146 84 +91.650 7013 83 +91.700 6895 83 +91.750 6893 83 +91.800 6833 82 +91.850 6918 83 +91.900 6818 82 +91.950 6915 83 +92.000 6825 82 +92.050 6797 82 +92.100 6747 82 +92.150 6958 83 +92.200 6960 83 +92.250 7109 84 +92.300 7522 86 +92.350 7721 87 +92.400 8359 91 +92.450 8762 93 +92.500 8870 94 +92.550 8632 92 +92.600 8294 91 +92.650 7916 88 +92.700 7554 86 +92.750 7191 84 +92.800 6983 83 +92.850 6870 82 +92.900 6802 82 +92.950 6731 82 +93.000 6848 82 +93.050 6883 82 +93.100 6870 82 +93.150 6704 81 +93.200 6652 81 +93.250 6698 81 +93.300 6632 81 +93.350 6782 82 +93.400 6948 83 +93.450 6819 82 +93.500 6861 82 +93.550 7020 83 +93.600 7248 85 +93.650 7550 86 +93.700 7466 86 +93.750 7697 87 +93.800 7565 86 +93.850 7398 86 +93.900 7035 83 +93.950 7101 84 +94.000 6913 83 +94.050 6850 82 +94.100 6906 83 +94.150 6893 83 +94.200 6791 82 +94.250 6741 82 +94.300 6716 81 +94.350 6713 81 +94.400 6821 82 +94.450 6821 82 +94.500 6814 82 +94.550 6790 82 +94.600 6851 82 +94.650 6741 82 +94.700 7023 83 +94.750 7310 85 +94.800 7733 87 +94.850 8114 90 +94.900 8351 91 +94.950 8533 92 +95.000 8488 92 +95.050 8200 90 +95.100 7778 88 +95.150 7502 86 +95.200 7295 85 +95.250 6986 83 +95.300 6949 83 +95.350 6702 81 +95.400 6757 82 +95.450 6782 82 +95.500 6919 83 +95.550 6825 82 +95.600 6769 82 +95.650 6672 81 +95.700 6775 82 +95.750 6771 82 +95.800 6841 82 +95.850 6904 83 +95.900 7108 84 +95.950 7235 85 +96.000 7567 86 +96.050 7955 89 +96.100 8399 91 +96.150 8847 94 +96.200 8783 93 +96.250 8593 92 +96.300 8216 90 +96.350 7640 87 +96.400 7259 85 +96.450 7013 83 +96.500 6879 82 +96.550 6821 82 +96.600 6698 81 +96.650 6732 82 +96.700 6624 81 +96.750 6774 82 +96.800 6916 83 +96.850 6840 82 +96.900 6717 81 +96.950 6778 82 +97.000 6776 82 +97.050 6689 81 +97.100 6801 82 +97.150 6886 82 +97.200 6978 83 +97.250 7216 84 +97.300 7584 87 +97.350 7780 88 +97.400 7739 87 +97.450 7696 87 +97.500 7558 86 +97.550 7346 85 +97.600 7193 84 +97.650 6801 82 +97.700 6645 81 +97.750 6677 81 +97.800 6563 81 +97.850 6642 81 +97.900 6680 81 +97.950 6610 81 +98.000 6682 81 +98.050 6475 80 +98.100 6701 81 +98.150 6662 81 +98.200 6588 81 +98.250 6556 80 +98.300 6780 82 +98.350 7010 83 +98.400 7027 83 +98.450 7386 85 +98.500 7876 88 +98.550 8248 90 +98.600 8740 93 +98.650 8739 93 +98.700 8704 93 +98.750 8156 90 +98.800 7733 87 +98.850 7373 85 +98.900 6919 83 +98.950 6713 81 +99.000 6742 82 +99.050 6663 81 +99.100 6686 81 +99.150 6642 81 +99.200 6584 81 +99.250 6574 81 +99.300 6524 80 +99.350 6450 80 +99.400 6581 81 +99.450 6648 81 +99.500 6802 82 +99.550 6962 83 +99.600 7227 85 +99.650 7636 87 +99.700 8325 91 +99.750 9406 96 +99.800 10464 102 +99.850 11219 105 +99.900 11306 106 +99.950 10811 103 +100.000 10033 100 +100.050 8829 93 +100.100 7830 88 +100.150 7237 85 +100.200 6907 83 +100.250 6644 81 +100.300 6628 81 +100.350 6684 81 +100.400 6727 82 +100.450 6688 81 +100.500 6622 81 +100.550 6592 81 +100.600 6539 80 +100.650 6623 81 +100.700 6646 81 +100.750 6756 82 +100.800 6709 81 +100.850 6551 80 +100.900 6831 82 +100.950 6555 80 +101.000 6723 81 +101.050 6614 81 +101.100 6564 81 +101.150 6673 81 +101.200 6604 81 +101.250 6635 81 +101.300 6720 81 +101.350 6447 80 +101.400 6644 81 +101.450 6532 80 +101.500 6458 80 +101.550 6442 80 +101.600 6546 80 +101.650 6440 80 +101.700 6538 80 +101.750 6553 80 +101.800 6591 81 +101.850 6716 81 +101.900 6561 81 +101.950 6535 80 +102.000 6586 81 +102.050 6680 81 +102.100 6831 82 +102.150 7148 84 +102.200 7401 86 +102.250 7942 89 +102.300 8278 90 +102.350 8399 91 +102.400 8541 92 +102.450 8195 90 +102.500 7783 88 +102.550 7375 85 +102.600 7078 84 +102.650 6930 83 +102.700 6795 82 +102.750 6683 81 +102.800 6557 80 +102.850 6482 80 +102.900 6459 80 +102.950 6499 80 +103.000 6618 81 +103.050 6585 81 +103.100 6486 80 +103.150 6525 80 +103.200 6763 82 +103.250 6708 81 +103.300 6716 81 +103.350 6762 82 +103.400 7061 84 +103.450 7385 85 +103.500 7725 87 +103.550 7856 88 +103.600 8141 90 +103.650 8012 89 +103.700 7856 88 +103.750 7674 87 +103.800 7151 84 +103.850 6853 82 +103.900 6628 81 +103.950 6581 81 +104.000 6479 80 +104.050 6520 80 +104.100 6546 80 +104.150 6619 81 +104.200 6681 81 +104.250 6529 80 +104.300 6402 80 +104.350 6436 80 +104.400 6401 80 +104.450 6474 80 +104.500 6614 81 +104.550 6826 82 +104.600 6901 83 +104.650 7014 83 +104.700 7646 87 +104.750 8185 90 +104.800 8563 92 +104.850 8974 94 +104.900 9196 95 +104.950 8913 94 +105.000 8399 91 +105.050 7815 88 +105.100 7257 85 +105.150 6831 82 +105.200 6531 80 +105.250 6582 81 +105.300 6560 80 +105.350 6534 80 +105.400 6594 81 +105.450 6480 80 +105.500 6506 80 +105.550 6508 80 +105.600 6503 80 +105.650 6489 80 +105.700 6438 80 +105.750 6571 81 +105.800 6521 80 +105.850 6598 81 +105.900 6765 82 +105.950 7008 83 +106.000 7324 85 +106.050 7656 87 +106.100 7755 88 +106.150 7873 88 +106.200 7747 88 +106.250 7552 86 +106.300 7238 85 +106.350 6994 83 +106.400 6918 83 +106.450 6681 81 +106.500 6646 81 +106.550 6520 80 +106.600 6430 80 +106.650 6572 81 +106.700 6467 80 +106.750 6621 81 +106.800 6384 79 +106.850 6371 79 +106.900 6524 80 +106.950 6538 80 +107.000 6396 79 +107.050 6366 79 +107.100 6534 80 +107.150 6596 81 +107.200 6621 81 +107.250 6858 82 +107.300 7430 86 +107.350 7753 88 +107.400 7919 88 +107.450 8024 89 +107.500 7608 87 +107.550 7331 85 +107.600 7144 84 +107.650 7006 83 +107.700 6822 82 +107.750 6670 81 +107.800 6463 80 +107.850 6459 80 +107.900 6505 80 +107.950 6563 81 +108.000 6436 80 +108.050 6381 79 +108.100 6363 79 +108.150 6569 81 +108.200 6568 81 +108.250 6327 79 +108.300 6301 79 +108.350 6517 80 +108.400 6330 79 +108.450 6365 79 +108.500 6327 79 +108.550 6305 79 +108.600 6327 79 +108.650 6322 79 +108.700 6388 79 +108.750 6401 80 +108.800 6453 80 +108.850 6554 80 +108.900 6475 80 +108.950 6506 80 +109.000 6486 80 +109.050 6332 79 +109.100 6378 79 +109.150 6332 79 +109.200 6306 79 +109.250 6262 79 +109.300 6440 80 +109.350 6347 79 +109.400 6380 79 +109.450 6499 80 +109.500 6360 79 +109.550 6444 80 +109.600 6516 80 +109.650 6723 81 +109.700 6920 83 +109.750 7152 84 +109.800 7828 88 +109.850 8625 92 +109.900 9542 97 +109.950 10351 101 +110.000 10767 103 +110.050 10631 103 +110.100 9950 99 +110.150 9014 94 +110.200 8288 91 +110.250 7573 87 +110.300 7122 84 +110.350 6870 82 +110.400 6716 81 +110.450 6558 80 +110.500 6486 80 +110.550 6584 81 +110.600 6496 80 +110.650 6575 81 +110.700 6558 80 +110.750 6591 81 +110.800 6541 80 +110.850 6494 80 +110.900 6538 80 +110.950 6469 80 +111.000 6628 81 +111.050 6881 82 +111.100 6980 83 +111.150 7298 85 +111.200 7620 87 +111.250 7818 88 +111.300 8201 90 +111.350 8211 90 +111.400 7773 88 +111.450 7438 86 +111.500 6973 83 +111.550 6767 82 +111.600 6706 81 +111.650 6676 81 +111.700 6417 80 +111.750 6589 81 +111.800 6534 80 +111.850 6366 79 +111.900 6409 80 +111.950 6493 80 +112.000 6383 79 +112.050 6398 79 +112.100 6423 80 +112.150 6313 79 +112.200 6508 80 +112.250 6360 79 +112.300 6348 79 +112.350 6465 80 +112.400 6354 79 +112.450 6465 80 +112.500 6541 80 +112.550 6435 80 +112.600 6380 79 +112.650 6420 80 +112.700 6314 79 +112.750 6393 79 +112.800 6228 78 +112.850 6475 80 +112.900 6354 79 +112.950 6410 80 +113.000 6216 78 +113.050 6351 79 +113.100 6487 80 +113.150 6470 80 +113.200 6362 79 +113.250 6453 80 +113.300 6249 79 +113.350 6381 79 +113.400 6454 80 +113.450 6316 79 +113.500 6428 80 +113.550 6425 80 +113.600 6316 79 +113.650 6465 80 +113.700 6581 81 +113.750 6775 82 +113.800 6851 82 +113.850 6849 82 +113.900 7129 84 +113.950 7218 84 +114.000 7014 83 +114.050 7128 84 +114.100 6929 83 +114.150 6792 82 +114.200 6736 82 +114.250 6845 82 +114.300 6529 80 +114.350 6618 81 +114.400 6556 80 +114.450 6692 81 +114.500 6600 81 +114.550 6302 79 +114.600 6423 80 +114.650 6538 80 +114.700 6375 79 +114.750 6242 79 +114.800 6619 81 +114.850 6638 81 +114.900 6752 82 +114.950 6898 83 +115.000 7189 84 +115.050 7549 86 +115.100 8336 91 +115.150 9170 95 +115.200 9980 99 +115.250 10682 103 +115.300 10939 104 +115.350 10662 103 +115.400 9998 99 +115.450 9114 95 +115.500 8145 90 +115.550 7421 86 +115.600 7012 83 +115.650 6906 83 +115.700 6784 82 +115.750 6702 81 +115.800 6598 81 +115.850 6589 81 +115.900 6470 80 +115.950 6348 79 +116.000 6670 81 +116.050 6563 81 +116.100 6477 80 +116.150 6474 80 +116.200 6444 80 +116.250 6411 80 +116.300 6280 79 +116.350 6442 80 +116.400 6684 81 +116.450 6566 81 +116.500 6643 81 +116.550 6879 82 +116.600 7000 83 +116.650 6925 83 +116.700 6944 83 +116.750 6702 81 +116.800 6787 82 +116.850 6663 81 +116.900 6478 80 +116.950 6586 81 +117.000 6575 81 +117.050 6462 80 +117.100 6608 81 +117.150 6552 80 +117.200 6446 80 +117.250 6508 80 +117.300 6514 80 +117.350 6348 79 +117.400 6377 79 +117.450 6415 80 +117.500 6416 80 +117.550 6380 79 +117.600 6625 81 +117.650 6572 81 +117.700 6472 80 +117.750 6528 80 +117.800 6629 81 +117.850 6791 82 +117.900 7075 84 +117.950 7098 84 +118.000 7292 85 +118.050 7379 85 +118.100 7207 84 +118.150 6995 83 +118.200 6863 82 +118.250 6732 82 +118.300 6684 81 +118.350 6595 81 +118.400 6397 79 +118.450 6364 79 +118.500 6489 80 +118.550 6383 79 +118.600 6327 79 +118.650 6471 80 +118.700 6317 79 +118.750 6380 79 +118.800 6229 78 +118.850 6297 79 +118.900 6428 80 +118.950 6557 80 +119.000 6568 81 +119.050 6612 81 +119.100 6583 81 +119.150 6754 82 +119.200 6815 82 +119.250 7006 83 +119.300 7322 85 +119.350 7629 87 +119.400 7796 88 +119.450 7859 88 +119.500 7600 87 +119.550 7320 85 +119.600 6956 83 +119.650 6751 82 +119.700 6706 81 +119.750 6509 80 +119.800 6551 80 +119.850 6651 81 +119.900 6365 79 +119.950 6401 80 +120.000 6380 79 +120.050 6389 79 +120.100 6315 79 +120.150 6277 79 +120.200 6226 78 +120.250 6168 78 +120.300 6275 79 +120.350 6413 80 +120.400 6341 79 +120.450 6266 79 +120.500 6283 79 +120.550 6166 78 +120.600 6403 80 +120.650 6407 80 +120.700 6496 80 +120.750 6494 80 +120.800 6500 80 +120.850 6372 79 +120.900 6468 80 +120.950 6482 80 +121.000 6204 78 +121.050 6291 79 +121.100 6317 79 +121.150 6333 79 +121.200 6280 79 +121.250 6400 80 +121.300 6399 79 +121.350 6471 80 +121.400 6320 79 +121.450 6256 79 +121.500 6296 79 +121.550 6384 79 +121.600 6508 80 +121.650 6248 79 +121.700 6269 79 +121.750 6325 79 +121.800 6193 78 +121.850 6322 79 +121.900 6072 77 +121.950 6217 78 +122.000 6128 78 +122.050 6320 79 +122.100 6351 79 +122.150 6269 79 +122.200 6358 79 +122.250 6474 80 +122.300 6381 79 +122.350 6309 79 +122.400 6418 80 +122.450 6440 80 +122.500 6223 78 +122.550 6133 78 +122.600 6355 79 +122.650 6437 80 +122.700 6286 79 +122.750 6296 79 +122.800 6343 79 +122.850 6209 78 +122.900 6332 79 +122.950 6371 79 +123.000 6306 79 +123.050 6291 79 +123.100 6343 79 +123.150 6362 79 +123.200 6231 78 +123.250 6305 79 +123.300 6585 81 +123.350 6371 79 +123.400 6635 81 +123.450 6747 82 +123.500 7009 83 +123.550 7486 86 +123.600 8011 89 +123.650 8779 93 +123.700 8945 94 +123.750 8816 93 +123.800 8594 92 +123.850 8194 90 +123.900 7685 87 +123.950 7303 85 +124.000 6922 83 +124.050 6624 81 +124.100 6592 81 +124.150 6489 80 +124.200 6459 80 +124.250 6413 80 +124.300 6376 79 +124.350 6346 79 +124.400 6187 78 +124.450 6185 78 +124.500 6204 78 +124.550 6216 78 +124.600 6196 78 +124.650 6164 78 +124.700 6265 79 +124.750 6343 79 +124.800 6155 78 +124.850 6278 79 +124.900 6365 79 +124.950 6481 80 +125.000 6588 81 +125.050 6881 82 +125.100 7188 84 +125.150 7355 85 +125.200 7588 87 +125.250 7432 86 +125.300 7340 85 +125.350 6945 83 +125.400 6794 82 +125.450 6590 81 +125.500 6597 81 +125.550 6458 80 +125.600 6406 80 +125.650 6311 79 +125.700 6292 79 +125.750 6293 79 +125.800 6356 79 +125.850 6217 78 +125.900 6321 79 +125.950 6348 79 +126.000 6219 78 +126.050 6533 80 +126.100 6387 79 +126.150 6520 80 +126.200 6544 80 +126.250 6486 80 +126.300 6655 81 +126.350 6710 81 +126.400 6806 82 +126.450 7056 84 +126.500 7559 86 +126.550 8184 90 +126.600 8836 94 +126.650 9551 97 +126.700 9949 99 +126.750 9719 98 +126.800 9393 96 +126.850 8862 94 +126.900 8069 89 +126.950 7456 86 +127.000 7300 85 +127.050 6987 83 +127.100 6486 80 +127.150 6521 80 +127.200 6553 80 +127.250 6448 80 +127.300 6341 79 +127.350 6424 80 +127.400 6378 79 +127.450 6336 79 +127.500 6243 79 +127.550 6271 79 +127.600 6239 78 +127.650 6362 79 +127.700 6262 79 +127.750 6339 79 +127.800 6473 80 +127.850 6483 80 +127.900 6439 80 +127.950 6407 80 +128.000 6718 81 +128.050 6908 83 +128.100 7315 85 +128.150 7639 87 +128.200 7794 88 +128.250 7883 88 +128.300 7731 87 +128.350 7654 87 +128.400 7409 86 +128.450 7125 84 +128.500 6884 82 +128.550 6669 81 +128.600 6359 79 +128.650 6411 80 +128.700 6510 80 +128.750 6452 80 +128.800 6476 80 +128.850 6422 80 +128.900 6384 79 +128.950 6188 78 +129.000 6263 79 +129.050 6411 80 +129.100 6459 80 +129.150 6353 79 +129.200 6353 79 +129.250 6356 79 +129.300 6268 79 +129.350 6373 79 +129.400 6248 79 +129.450 6272 79 +129.500 6521 80 +129.550 6570 81 +129.600 6495 80 +129.650 6970 83 +129.700 7047 83 +129.750 7132 84 +129.800 7421 86 +129.850 7372 85 +129.900 7392 85 +129.950 7100 84 +130.000 6871 82 +130.050 6583 81 +130.100 6600 81 +130.150 6721 81 +130.200 6312 79 +130.250 6450 80 +130.300 6418 80 +130.350 6493 80 +130.400 6354 79 +130.450 6263 79 +130.500 6366 79 +130.550 6183 78 +130.600 6322 79 +130.650 6305 79 +130.700 6349 79 +130.750 6319 79 +130.800 6474 80 +130.850 6187 78 +130.900 6219 78 +130.950 6313 79 +131.000 6243 79 +131.050 6336 79 +131.100 6304 79 +131.150 6301 79 +131.200 6247 79 +131.250 6246 79 +131.300 6311 79 +131.350 6451 80 +131.400 6379 80 +131.450 6180 78 +131.500 6263 79 +131.550 6263 79 +131.600 6229 79 +131.650 6354 80 +131.700 6395 81 +131.750 6371 81 +131.800 6319 80 +131.850 6349 81 +131.900 6335 81 +131.950 6275 81 +132.000 6390 82 +132.050 6378 82 +132.100 6427 82 +132.150 6354 82 +132.200 6400 82 +132.250 6289 82 +132.300 6322 82 +132.350 6343 82 +132.400 6451 83 +132.450 6535 84 +132.500 6480 84 +132.550 6467 84 +132.600 6580 85 +132.650 6544 85 +132.700 6754 86 +132.750 7085 88 +132.800 7217 89 +132.850 7701 93 +132.900 8170 96 +132.950 8754 99 +133.000 9614 104 +133.050 9976 106 +133.100 10155 107 +133.150 9828 106 +133.200 9250 103 +133.250 8535 99 +133.300 7982 96 +133.350 7578 94 +133.400 7154 91 +133.450 7028 90 +133.500 6810 89 +133.550 6582 88 +133.600 6416 87 +133.650 6470 87 +133.700 6424 87 +133.750 6367 87 +133.800 6469 88 +133.850 6450 88 +133.900 6432 88 +133.950 6400 88 +134.000 6373 88 +134.050 6517 89 +134.100 6577 90 +134.150 6362 88 +134.200 6487 89 +134.250 6584 90 +134.300 6681 91 +134.350 6602 91 +134.400 6444 90 +134.450 6826 93 +134.500 6942 94 +134.550 7325 96 +134.600 7718 99 +134.650 8028 101 +134.700 8417 104 +134.750 8686 106 +134.800 8725 106 +134.850 8653 106 +134.900 8453 105 +134.950 8104 103 +135.000 7474 99 +135.050 7265 98 +135.100 7077 97 +135.150 7031 97 +135.200 6914 96 +135.250 6648 94 +135.300 6571 94 +135.350 6498 94 +135.400 6505 94 +135.450 6583 95 +135.500 6699 96 +135.550 6490 94 +135.600 6515 95 +135.650 6460 94 +135.700 6302 94 +135.750 6581 96 +135.800 6550 96 +135.850 6440 95 +135.900 6491 96 +135.950 6517 96 +136.000 6643 97 +136.050 6559 97 +136.100 6508 97 +136.150 6614 98 +136.200 6665 98 +136.250 6545 97 +136.300 6411 97 +136.350 6574 98 +136.400 6951 101 +136.450 7127 102 +136.500 7091 102 +136.550 7273 104 +136.600 7113 103 +136.650 7046 103 +136.700 6852 101 +136.750 6829 101 +136.800 6907 102 +136.850 6695 101 +136.900 6619 100 +136.950 6447 99 +137.000 6527 100 +137.050 6737 102 +137.100 6590 101 +137.150 6502 101 +137.200 6411 100 +137.250 6576 102 +137.300 6492 101 +137.350 6502 101 +137.400 6534 102 +137.450 6517 102 +137.500 6394 101 +137.550 6448 102 +137.600 6428 102 +137.650 6468 102 +137.700 6534 103 +137.750 6437 102 +137.800 6612 104 +137.850 6651 105 +137.900 6763 106 +137.950 6939 107 +138.000 6760 106 +138.050 6941 108 +138.100 7126 109 +138.150 7620 113 +138.200 7948 116 +138.250 8294 119 +138.300 8389 120 +138.350 8337 120 +138.400 8080 118 +138.450 7754 116 +138.500 7603 115 +138.550 7338 113 +138.600 7185 112 +138.650 7035 111 +138.700 6965 111 +138.750 6758 109 +138.800 6551 108 +138.850 6685 109 +138.900 6550 108 +138.950 6613 109 +139.000 6636 109 +139.050 6523 109 +139.100 6567 109 +139.150 6474 109 +139.200 6476 109 +139.250 6652 111 +139.300 6503 110 +139.350 6367 109 +139.400 6445 110 +139.450 6442 110 +139.500 6534 111 +139.550 6618 112 +139.600 6529 111 +139.650 6539 111 +139.700 6537 112 +139.750 6521 112 +139.800 6689 113 +139.850 6539 112 +139.900 6792 115 +139.950 6749 115 +140.000 6886 116 +140.050 7209 119 +140.100 7357 120 +140.150 7393 121 +140.200 7689 124 +140.250 7460 122 +140.300 7349 121 +140.350 7210 120 +140.400 7046 119 +140.450 6680 116 +140.500 6664 116 +140.550 6535 116 +140.600 6666 117 +140.650 6603 117 +140.700 6588 117 +140.750 6416 115 +140.800 6555 117 +140.850 6546 117 +140.900 6510 117 +140.950 6699 119 +141.000 6477 117 +141.050 6512 118 +141.100 6791 121 +141.150 6519 118 +141.200 6429 118 +141.250 6380 118 +141.300 6456 118 +141.350 6484 119 +141.400 6452 119 +141.450 6517 120 +141.500 6579 121 +141.550 6565 121 +141.600 6724 122 +141.650 6780 123 +141.700 6622 122 +141.750 6699 123 +141.800 6784 124 +141.850 6603 123 +141.900 6768 124 +141.950 7209 129 +142.000 7441 131 +142.050 7739 134 +142.100 7706 134 +142.150 7905 136 +142.200 7814 135 +142.250 7631 134 +142.300 7485 133 +142.350 7238 131 +142.400 6982 129 +142.450 6814 128 +142.500 6730 127 +142.550 6697 127 +142.600 6570 126 +142.650 6593 127 +142.700 6499 126 +142.750 6430 126 +142.800 6475 126 +142.850 6471 127 +142.900 6477 127 +142.950 6251 125 +143.000 6333 126 +143.050 6441 127 +143.100 6236 126 +143.150 6382 127 +143.200 6296 127 +143.250 6279 127 +143.300 6372 128 +143.350 6543 130 +143.400 6355 128 +143.450 6362 129 +143.500 6326 129 +143.550 6404 130 +143.600 6561 132 +143.650 6317 129 +143.700 6604 133 +143.750 6606 133 +143.800 6568 133 +143.850 6555 133 +143.900 6607 134 +143.950 6770 136 +144.000 7197 140 +144.050 7449 143 +144.100 7713 146 +144.150 7774 147 +144.200 7823 147 +144.250 7875 148 +144.300 7642 146 +144.350 7217 142 +144.400 7051 141 +144.450 6838 139 +144.500 6752 139 +144.550 6773 139 +144.600 6588 138 +144.650 6589 138 +144.700 6731 140 +144.750 6551 138 +144.800 6543 138 +144.850 6505 138 +144.900 6427 138 +144.950 6393 138 +145.000 6274 137 +145.050 6491 139 +145.100 6351 138 +145.150 6319 138 +145.200 6449 140 +145.250 6504 141 +145.300 6509 141 +145.350 6336 139 +145.400 6337 140 +145.450 6299 140 +145.500 6386 141 +145.550 6443 142 +145.600 6386 142 +145.650 6313 141 +145.700 6355 142 +145.750 6496 144 +145.800 6514 144 +145.850 6493 144 +145.900 6675 147 +145.950 6528 145 +146.000 6698 148 +146.050 6855 150 +146.100 7096 153 +146.150 7087 153 +146.200 7224 155 +146.250 7208 155 +146.300 7485 158 +146.350 7495 159 +146.400 7232 156 +146.450 7222 156 +146.500 6971 154 +146.550 7041 155 +146.600 7037 155 +146.650 6863 154 +146.700 6623 151 +146.750 6508 150 +146.800 6501 151 +146.850 6656 153 +146.900 6588 152 +146.950 6453 151 +147.000 6718 155 +147.050 6455 152 +147.100 6609 154 +147.150 6406 152 +147.200 6352 152 +147.250 6531 154 +147.300 6519 154 +147.350 6472 154 +147.400 6564 156 +147.450 6490 155 +147.500 6487 155 +147.550 6638 158 +147.600 6512 156 +147.650 6457 156 +147.700 6715 160 +147.750 6515 158 +147.800 6571 159 +147.850 6513 158 +147.900 6480 158 +147.950 6705 161 +148.000 6869 164 +148.050 6529 160 +148.100 6458 159 +148.150 6753 163 +148.200 6695 163 +148.250 6819 165 +148.300 7304 171 +148.350 7381 173 +148.400 7626 176 +148.450 7868 179 +148.500 8659 188 +148.550 8605 188 +148.600 8547 188 +148.650 8336 186 +148.700 8030 183 +148.750 7981 183 +148.800 7759 181 +148.850 7409 177 +148.900 7227 175 +148.950 7015 173 +149.000 6965 173 +149.050 6635 169 +149.100 6689 170 +149.150 6890 173 +149.200 6691 171 +149.250 6548 170 +149.300 6539 170 +149.350 6554 170 +149.400 6463 170 +149.450 6488 170 +149.500 6756 174 +149.550 6576 172 +149.600 6391 170 +149.650 6505 172 +149.700 6566 174 +149.750 6260 170 +149.800 6381 172 +149.850 6520 174 +149.900 6558 175 +149.950 6697 177 +150.000 6788 179 +150.050 6412 174 +150.100 6473 176 +150.150 6363 175 +150.200 6632 179 +150.250 6764 181 +150.300 6713 181 +150.350 6691 181 +150.400 6661 181 +150.450 6554 180 +150.500 6497 180 +150.550 6647 182 +150.600 6671 183 +150.650 6595 182 +150.700 6593 183 +150.750 6638 184 +150.800 6650 184 +150.850 6836 188 +150.900 6633 185 +150.950 6726 187 +151.000 6689 187 +151.050 6790 189 +151.100 6761 189 +151.150 6789 190 +151.200 6827 191 +151.250 6667 189 +151.300 6881 192 +151.350 6659 190 +151.400 6646 190 +151.450 6577 190 +151.500 6651 191 +151.550 6551 190 +151.600 6525 190 +151.650 6628 192 +151.700 6678 194 +151.750 6655 194 +151.800 6469 191 +151.850 6666 195 +151.900 6713 196 +151.950 6819 198 +152.000 6740 198 +152.050 6659 197 +152.100 6779 199 +152.150 6743 199 +152.200 6780 200 +152.250 6602 198 +152.300 6468 197 +152.350 6696 201 +152.400 6626 200 +152.450 6430 198 +152.500 6386 197 +152.550 6744 203 +152.600 6804 205 +152.650 6396 199 +152.700 6407 200 +152.750 6616 204 +152.800 6652 205 +152.850 6924 209 +152.900 6779 208 +152.950 6637 206 +153.000 6719 208 +153.050 6591 207 +153.100 6766 210 +153.150 6780 211 +153.200 6676 210 +153.250 6783 212 +153.300 6933 215 +153.350 6641 211 +153.400 6672 212 +153.450 6734 213 +153.500 6688 213 +153.550 6937 218 +153.600 7236 223 +153.650 7054 221 +153.700 7095 222 +153.750 7100 223 +153.800 6870 220 +153.850 6638 217 +153.900 6702 218 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.bac b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.bac new file mode 100644 index 000000000..c7ae3a8b1 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.bac @@ -0,0 +1,3061 @@ +! Background of: y2o3_isotropic_adp + 0.9663 9864.0967 + 1.0163 9864.0967 + 1.0662 9864.0967 + 1.1163 9864.0967 + 1.1662 9864.0967 + 1.2163 9864.0967 + 1.2663 9864.0967 + 1.3162 9864.0967 + 1.3663 9864.0967 + 1.4162 9864.0967 + 1.4663 9864.0967 + 1.5163 9864.0967 + 1.5662 9864.0967 + 1.6163 9864.0967 + 1.6662 9864.0967 + 1.7163 9864.0967 + 1.7663 9864.0967 + 1.8162 9864.0967 + 1.8663 9864.0967 + 1.9162 9864.0967 + 1.9663 9864.0967 + 2.0162 9864.0967 + 2.0662 9864.0967 + 2.1162 9864.0967 + 2.1662 9864.0967 + 2.2162 9864.0967 + 2.2662 9864.0967 + 2.3162 9864.0967 + 2.3662 9864.0967 + 2.4162 9864.0967 + 2.4662 9864.0967 + 2.5162 9864.0967 + 2.5662 9864.0967 + 2.6162 9864.0967 + 2.6662 9864.0967 + 2.7162 9864.0967 + 2.7662 9864.0967 + 2.8162 9864.0967 + 2.8662 9864.0967 + 2.9162 9864.0967 + 2.9662 9864.0967 + 3.0162 9864.0967 + 3.0662 9864.0967 + 3.1162 9864.0967 + 3.1662 9864.0967 + 3.2162 9864.0967 + 3.2662 9864.0967 + 3.3162 9864.0967 + 3.3662 9864.0967 + 3.4162 9864.0967 + 3.4662 9864.0967 + 3.5162 9864.0967 + 3.5662 9864.0967 + 3.6162 9864.0967 + 3.6662 9864.0967 + 3.7162 9864.0967 + 3.7662 9864.0967 + 3.8162 9864.0967 + 3.8662 9864.0967 + 3.9162 9864.0967 + 3.9662 9864.0967 + 4.0163 9864.0967 + 4.0663 9864.0967 + 4.1163 9864.0967 + 4.1663 9864.0967 + 4.2162 9864.0967 + 4.2663 9864.0967 + 4.3163 9864.0967 + 4.3663 9864.0967 + 4.4163 9864.0967 + 4.4662 9864.0967 + 4.5163 9864.0967 + 4.5663 9864.0967 + 4.6163 9864.0967 + 4.6663 9864.0967 + 4.7162 9864.0967 + 4.7663 9864.0967 + 4.8163 9864.0967 + 4.8663 9864.0967 + 4.9163 9864.0967 + 4.9662 9864.0967 + 5.0163 9864.0967 + 5.0663 9864.0967 + 5.1163 9864.0967 + 5.1663 9864.0967 + 5.2162 9864.0967 + 5.2663 9864.0967 + 5.3163 9864.0967 + 5.3663 9864.0967 + 5.4163 9864.0967 + 5.4662 9864.0967 + 5.5163 9864.0967 + 5.5663 9864.0967 + 5.6163 9864.0967 + 5.6663 9864.0967 + 5.7162 9864.0967 + 5.7663 9864.0967 + 5.8163 9864.0967 + 5.8663 9864.0967 + 5.9163 9864.0967 + 5.9662 9864.0967 + 6.0163 9864.0967 + 6.0663 9864.0967 + 6.1163 9864.0967 + 6.1663 9864.0967 + 6.2162 9864.0967 + 6.2663 9864.0967 + 6.3163 9864.0967 + 6.3663 9864.0967 + 6.4163 9864.0967 + 6.4662 9864.0967 + 6.5163 9864.0967 + 6.5663 9864.0967 + 6.6163 9864.0967 + 6.6663 9864.0967 + 6.7162 9864.0967 + 6.7663 9864.0967 + 6.8163 9864.0967 + 6.8663 9864.0967 + 6.9163 9864.0967 + 6.9662 9864.0967 + 7.0163 9864.0967 + 7.0663 9864.0967 + 7.1163 9864.0967 + 7.1663 9864.0967 + 7.2162 9864.0967 + 7.2663 9864.0967 + 7.3163 9864.0967 + 7.3663 9864.0967 + 7.4163 9864.0967 + 7.4662 9864.0967 + 7.5163 9864.0967 + 7.5663 9864.0967 + 7.6163 9864.0967 + 7.6663 9864.0967 + 7.7162 9864.0967 + 7.7663 9864.0967 + 7.8163 9864.0967 + 7.8663 9864.0967 + 7.9163 9864.0967 + 7.9662 9864.0967 + 8.0162 9864.0967 + 8.0662 9864.0967 + 8.1163 9864.0967 + 8.1662 9864.0967 + 8.2162 9864.0967 + 8.2662 9864.0967 + 8.3162 9864.0967 + 8.3663 9864.0967 + 8.4162 9864.0967 + 8.4662 9864.0967 + 8.5162 9864.0967 + 8.5662 9864.0967 + 8.6163 9864.0967 + 8.6662 9864.0967 + 8.7162 9864.0967 + 8.7662 9864.0967 + 8.8162 9864.0967 + 8.8663 9864.0967 + 8.9162 9864.0967 + 8.9662 9864.0967 + 9.0162 9864.0967 + 9.0662 9864.0967 + 9.1163 9864.0967 + 9.1662 9864.0967 + 9.2162 9864.0967 + 9.2662 9864.0967 + 9.3162 9864.0967 + 9.3663 9864.0967 + 9.4162 9864.0967 + 9.4662 9864.0967 + 9.5162 9864.0967 + 9.5662 9864.0967 + 9.6163 9864.0967 + 9.6662 9864.0967 + 9.7162 9864.0967 + 9.7662 9864.0967 + 9.8162 9864.0967 + 9.8663 9864.0967 + 9.9162 9864.0967 + 9.9662 9864.0967 + 10.0162 9864.0967 + 10.0662 9864.0967 + 10.1163 9864.0967 + 10.1662 9864.0967 + 10.2162 9864.0967 + 10.2662 9864.0967 + 10.3162 9864.0967 + 10.3663 9864.0967 + 10.4162 9864.0967 + 10.4662 9864.0967 + 10.5162 9864.0967 + 10.5662 9864.0967 + 10.6163 9864.0967 + 10.6662 9864.0967 + 10.7162 9864.0967 + 10.7662 9864.0967 + 10.8162 9864.0967 + 10.8663 9864.0967 + 10.9162 9864.0967 + 10.9662 9864.0967 + 11.0162 9864.0967 + 11.0662 9864.0967 + 11.1163 9864.0967 + 11.1662 9864.0967 + 11.2162 9864.0967 + 11.2662 9864.0967 + 11.3162 9864.0967 + 11.3663 9864.0967 + 11.4162 9864.0967 + 11.4662 9864.0967 + 11.5162 9864.0967 + 11.5662 9864.0967 + 11.6163 9864.0967 + 11.6662 9864.0967 + 11.7162 9864.0967 + 11.7662 9864.0967 + 11.8162 9864.0967 + 11.8663 9864.0967 + 11.9162 9864.0967 + 11.9662 9864.0967 + 12.0162 9864.0967 + 12.0662 9864.0967 + 12.1163 9864.0967 + 12.1662 9864.0967 + 12.2162 9864.0967 + 12.2662 9864.0967 + 12.3162 9864.0967 + 12.3663 9864.0967 + 12.4162 9864.0967 + 12.4662 9864.0967 + 12.5162 9864.0967 + 12.5662 9866.3525 + 12.6163 9863.1846 + 12.6662 9860.0166 + 12.7162 9856.8486 + 12.7662 9853.6807 + 12.8162 9850.5117 + 12.8663 9847.3438 + 12.9162 9844.1758 + 12.9662 9841.0078 + 13.0162 9837.8398 + 13.0662 9834.6719 + 13.1163 9831.5039 + 13.1662 9828.3359 + 13.2162 9825.1680 + 13.2662 9822.0000 + 13.3162 9818.8320 + 13.3663 9815.6641 + 13.4162 9812.4961 + 13.4662 9809.3281 + 13.5162 9806.1602 + 13.5662 9802.9922 + 13.6163 9799.8242 + 13.6662 9796.6562 + 13.7162 9793.4883 + 13.7662 9790.3193 + 13.8162 9787.1514 + 13.8663 9783.9834 + 13.9162 9780.8154 + 13.9662 9777.6475 + 14.0162 9774.4795 + 14.0662 9771.3115 + 14.1163 9768.1436 + 14.1662 9764.9756 + 14.2162 9761.8076 + 14.2662 9758.6396 + 14.3162 9755.4717 + 14.3663 9752.3037 + 14.4162 9749.1357 + 14.4662 9745.9678 + 14.5162 9742.7998 + 14.5662 9739.6318 + 14.6163 9736.4639 + 14.6662 9733.2959 + 14.7162 9730.1270 + 14.7662 9726.9590 + 14.8162 9723.7910 + 14.8663 9720.6230 + 14.9162 9717.4551 + 14.9662 9714.2871 + 15.0162 9711.1191 + 15.0662 9707.9512 + 15.1163 9704.7832 + 15.1662 9701.6152 + 15.2162 9698.4473 + 15.2662 9695.2793 + 15.3162 9692.1113 + 15.3663 9688.9434 + 15.4162 9685.7754 + 15.4662 9682.6074 + 15.5162 9679.4395 + 15.5662 9676.2715 + 15.6163 9673.1025 + 15.6662 9669.9346 + 15.7162 9666.7666 + 15.7662 9663.5986 + 15.8162 9660.4307 + 15.8663 9657.2627 + 15.9162 9654.0947 + 15.9662 9650.9268 + 16.0163 9647.7588 + 16.0662 9644.5908 + 16.1163 9641.4229 + 16.1663 9638.2549 + 16.2163 9635.0869 + 16.2663 9631.9189 + 16.3162 9628.7510 + 16.3663 9625.5830 + 16.4163 9622.4150 + 16.4663 9619.2461 + 16.5163 9616.0781 + 16.5662 9612.9102 + 16.6163 9609.7422 + 16.6663 9606.5742 + 16.7163 9603.4062 + 16.7663 9600.2383 + 16.8162 9597.0703 + 16.8663 9593.9023 + 16.9163 9590.7344 + 16.9663 9587.5664 + 17.0163 9584.3984 + 17.0662 9581.2305 + 17.1163 9578.0625 + 17.1663 9574.8945 + 17.2163 9571.7266 + 17.2663 9568.5586 + 17.3162 9565.3906 + 17.3663 9562.2227 + 17.4163 9559.0547 + 17.4663 9555.8857 + 17.5163 9552.7178 + 17.5662 9549.5498 + 17.6163 9546.3818 + 17.6663 9543.2139 + 17.7163 9540.0459 + 17.7663 9536.8779 + 17.8162 9533.7100 + 17.8663 9530.5420 + 17.9163 9527.3740 + 17.9663 9524.2061 + 18.0163 9521.0381 + 18.0662 9517.8701 + 18.1163 9514.7021 + 18.1663 9511.5342 + 18.2163 9508.3662 + 18.2663 9505.1982 + 18.3162 9502.0303 + 18.3663 9498.8613 + 18.4163 9495.6934 + 18.4663 9492.5254 + 18.5163 9489.3574 + 18.5662 9486.1895 + 18.6163 9483.0215 + 18.6663 9479.8535 + 18.7163 9476.6855 + 18.7663 9473.5176 + 18.8162 9470.3496 + 18.8663 9467.1816 + 18.9163 9464.0137 + 18.9663 9460.8457 + 19.0163 9457.6777 + 19.0662 9454.5098 + 19.1163 9451.3418 + 19.1663 9448.1738 + 19.2163 9445.0059 + 19.2663 9441.8379 + 19.3162 9438.6699 + 19.3663 9435.5010 + 19.4163 9432.3330 + 19.4663 9427.7314 + 19.5163 9422.3174 + 19.5662 9416.9023 + 19.6163 9411.4873 + 19.6663 9406.0732 + 19.7163 9400.6582 + 19.7663 9395.2432 + 19.8162 9389.8291 + 19.8663 9384.4141 + 19.9163 9378.9990 + 19.9663 9373.5850 + 20.0163 9368.1699 + 20.0662 9362.7549 + 20.1163 9357.3398 + 20.1663 9351.9258 + 20.2163 9346.5107 + 20.2663 9341.0957 + 20.3162 9335.6816 + 20.3663 9330.2666 + 20.4163 9324.8516 + 20.4663 9319.4375 + 20.5163 9314.0225 + 20.5662 9308.6074 + 20.6163 9303.1934 + 20.6663 9297.7783 + 20.7163 9292.3633 + 20.7663 9286.9492 + 20.8162 9281.5342 + 20.8663 9276.1191 + 20.9163 9270.7051 + 20.9663 9265.2900 + 21.0163 9259.8750 + 21.0662 9254.4600 + 21.1163 9249.0459 + 21.1663 9243.6309 + 21.2163 9238.2158 + 21.2663 9232.8018 + 21.3162 9227.3867 + 21.3663 9221.9717 + 21.4163 9216.5576 + 21.4663 9211.1426 + 21.5163 9205.7275 + 21.5662 9200.3135 + 21.6163 9194.8984 + 21.6663 9189.4834 + 21.7163 9184.0684 + 21.7663 9178.6543 + 21.8162 9173.2393 + 21.8663 9167.8242 + 21.9163 9163.6533 + 21.9663 9160.7344 + 22.0163 9157.8154 + 22.0662 9154.8965 + 22.1163 9151.9775 + 22.1663 9149.0586 + 22.2163 9146.1396 + 22.2663 9143.2207 + 22.3162 9140.3027 + 22.3663 9137.3838 + 22.4163 9134.4648 + 22.4663 9131.5459 + 22.5163 9128.6270 + 22.5662 9125.7080 + 22.6163 9122.7891 + 22.6663 9119.8701 + 22.7163 9116.9512 + 22.7663 9114.0332 + 22.8162 9111.1143 + 22.8663 9108.1953 + 22.9163 9105.2764 + 22.9663 9102.3574 + 23.0163 9099.4385 + 23.0662 9096.5195 + 23.1163 9093.6006 + 23.1663 9090.6826 + 23.2163 9087.7637 + 23.2663 9084.8447 + 23.3162 9081.9258 + 23.3663 9079.0068 + 23.4163 9076.0879 + 23.4663 9073.1689 + 23.5163 9070.2500 + 23.5662 9067.3320 + 23.6163 9064.4131 + 23.6663 9061.4941 + 23.7163 9058.5752 + 23.7663 9055.6562 + 23.8162 9052.7373 + 23.8663 9049.8184 + 23.9163 9046.8994 + 23.9663 9043.9805 + 24.0163 9041.0625 + 24.0662 9038.1436 + 24.1163 9035.2246 + 24.1663 9032.3057 + 24.2163 9029.3867 + 24.2663 9026.4678 + 24.3162 9023.5488 + 24.3663 9020.6299 + 24.4163 9017.7119 + 24.4663 9014.7930 + 24.5163 9011.8740 + 24.5662 9008.9551 + 24.6163 9006.0361 + 24.6663 9003.1172 + 24.7163 9000.1982 + 24.7663 8997.2793 + 24.8162 8994.3613 + 24.8663 8991.4424 + 24.9163 8988.5234 + 24.9663 8985.6045 + 25.0163 8982.6855 + 25.0662 8979.7666 + 25.1163 8976.8477 + 25.1663 8973.9287 + 25.2163 8971.0098 + 25.2663 8968.0918 + 25.3162 8965.1729 + 25.3663 8962.2539 + 25.4163 8959.3350 + 25.4663 8956.4160 + 25.5163 8953.4971 + 25.5662 8950.5781 + 25.6163 8947.6592 + 25.6663 8944.7412 + 25.7163 8941.8223 + 25.7663 8938.9033 + 25.8162 8935.9844 + 25.8663 8933.0654 + 25.9163 8930.1465 + 25.9663 8927.2275 + 26.0163 8924.3086 + 26.0662 8921.3906 + 26.1163 8918.4717 + 26.1663 8915.5527 + 26.2163 8912.6338 + 26.2663 8909.7148 + 26.3162 8906.7959 + 26.3663 8903.8770 + 26.4163 8900.9580 + 26.4663 8898.0391 + 26.5163 8895.1211 + 26.5662 8892.2021 + 26.6163 8889.2832 + 26.6663 8886.3643 + 26.7163 8883.4453 + 26.7663 8880.5264 + 26.8162 8877.6074 + 26.8663 8874.6885 + 26.9163 8871.7705 + 26.9663 8868.8516 + 27.0163 8865.9326 + 27.0662 8863.0137 + 27.1163 8860.0947 + 27.1663 8857.1758 + 27.2163 8854.2568 + 27.2663 8851.3379 + 27.3162 8848.4199 + 27.3663 8845.5010 + 27.4163 8842.5820 + 27.4663 8839.6631 + 27.5163 8836.7441 + 27.5662 8833.8252 + 27.6163 8830.9062 + 27.6663 8827.9873 + 27.7163 8825.0684 + 27.7663 8822.1504 + 27.8162 8819.2314 + 27.8663 8816.3125 + 27.9163 8813.3984 + 27.9663 8811.5928 + 28.0163 8809.7881 + 28.0662 8807.9834 + 28.1163 8806.1787 + 28.1663 8804.3740 + 28.2163 8802.5684 + 28.2663 8800.7637 + 28.3162 8798.9590 + 28.3663 8797.1543 + 28.4163 8795.3496 + 28.4663 8793.5439 + 28.5163 8791.7393 + 28.5662 8789.9346 + 28.6163 8788.1299 + 28.6663 8786.3252 + 28.7163 8784.5195 + 28.7663 8782.7148 + 28.8162 8780.9102 + 28.8663 8779.1055 + 28.9163 8777.3008 + 28.9663 8775.4951 + 29.0163 8773.6904 + 29.0662 8771.8857 + 29.1163 8770.0811 + 29.1663 8768.2764 + 29.2163 8766.4707 + 29.2663 8764.6660 + 29.3162 8762.8613 + 29.3663 8761.0566 + 29.4163 8759.2520 + 29.4663 8757.4463 + 29.5163 8755.6416 + 29.5662 8753.8369 + 29.6163 8752.0322 + 29.6663 8750.2275 + 29.7163 8748.4219 + 29.7663 8746.6172 + 29.8162 8744.8125 + 29.8663 8743.0078 + 29.9163 8741.2031 + 29.9663 8739.3975 + 30.0163 8737.5928 + 30.0662 8735.7881 + 30.1163 8733.9834 + 30.1663 8732.1777 + 30.2163 8730.3730 + 30.2663 8728.5684 + 30.3162 8726.7637 + 30.3663 8724.9590 + 30.4163 8723.1533 + 30.4663 8721.3486 + 30.5163 8719.5439 + 30.5662 8717.7393 + 30.6163 8715.9346 + 30.6663 8714.1289 + 30.7163 8712.3242 + 30.7663 8710.5195 + 30.8162 8708.7148 + 30.8663 8706.9102 + 30.9163 8705.1045 + 30.9663 8703.2998 + 31.0163 8701.4951 + 31.0662 8699.6904 + 31.1163 8697.8857 + 31.1663 8696.0801 + 31.2163 8694.2754 + 31.2663 8692.4707 + 31.3162 8690.6660 + 31.3663 8688.8613 + 31.4163 8687.0557 + 31.4663 8685.2510 + 31.5163 8683.4463 + 31.5662 8681.6416 + 31.6163 8679.8369 + 31.6663 8678.0312 + 31.7163 8676.2266 + 31.7663 8674.4219 + 31.8162 8672.6172 + 31.8663 8670.8125 + 31.9163 8669.0068 + 31.9663 8667.2021 + 32.0163 8665.3975 + 32.0662 8663.5928 + 32.1162 8661.7881 + 32.1663 8659.9824 + 32.2163 8658.1777 + 32.2663 8656.3730 + 32.3162 8654.5684 + 32.3662 8652.7637 + 32.4163 8650.9580 + 32.4663 8649.1533 + 32.5163 8647.3486 + 32.5662 8645.5439 + 32.6162 8643.7393 + 32.6663 8641.9336 + 32.7163 8640.1289 + 32.7663 8638.3242 + 32.8162 8636.5195 + 32.8662 8634.7148 + 32.9163 8632.9092 + 32.9663 8630.1279 + 33.0163 8626.9395 + 33.0662 8623.7520 + 33.1162 8620.5635 + 33.1663 8617.3750 + 33.2163 8614.1865 + 33.2663 8610.9990 + 33.3162 8607.8105 + 33.3662 8604.6221 + 33.4163 8601.4336 + 33.4663 8598.2451 + 33.5163 8595.0576 + 33.5662 8591.8691 + 33.6162 8588.6807 + 33.6663 8585.4922 + 33.7163 8582.3047 + 33.7663 8579.1162 + 33.8162 8575.9277 + 33.8662 8572.7402 + 33.9163 8569.5518 + 33.9663 8566.3633 + 34.0163 8563.1748 + 34.0662 8559.9873 + 34.1162 8556.7988 + 34.1663 8553.6104 + 34.2163 8550.4219 + 34.2663 8547.2334 + 34.3162 8544.0459 + 34.3662 8540.8574 + 34.4163 8537.6689 + 34.4663 8534.4805 + 34.5163 8531.2930 + 34.5662 8528.1045 + 34.6162 8524.9160 + 34.6663 8521.7275 + 34.7163 8518.5400 + 34.7663 8515.3516 + 34.8162 8512.1631 + 34.8662 8508.9756 + 34.9163 8505.7871 + 34.9663 8502.5986 + 35.0163 8499.4102 + 35.0662 8496.2227 + 35.1162 8493.0342 + 35.1663 8489.8457 + 35.2163 8486.6572 + 35.2663 8483.4688 + 35.3162 8480.2812 + 35.3662 8477.0928 + 35.4163 8473.9043 + 35.4663 8470.7158 + 35.5163 8467.5283 + 35.5662 8464.3398 + 35.6162 8461.1514 + 35.6663 8457.9629 + 35.7163 8454.7754 + 35.7663 8451.5869 + 35.8162 8448.3984 + 35.8662 8445.2109 + 35.9163 8442.0225 + 35.9663 8438.8340 + 36.0163 8435.6455 + 36.0662 8432.4570 + 36.1162 8429.2695 + 36.1663 8426.0811 + 36.2163 8422.8926 + 36.2663 8419.7041 + 36.3162 8416.5166 + 36.3662 8413.3281 + 36.4163 8410.1396 + 36.4663 8406.9512 + 36.5163 8403.7637 + 36.5662 8400.5752 + 36.6162 8397.3867 + 36.6663 8394.1982 + 36.7163 8391.0107 + 36.7663 8387.8223 + 36.8162 8384.6338 + 36.8662 8381.4453 + 36.9163 8378.2578 + 36.9663 8375.0693 + 37.0163 8371.8809 + 37.0662 8368.6924 + 37.1162 8365.5049 + 37.1663 8362.3164 + 37.2163 8359.1279 + 37.2663 8355.9395 + 37.3162 8352.7520 + 37.3662 8349.5635 + 37.4163 8346.3750 + 37.4663 8343.1865 + 37.5163 8339.9990 + 37.5662 8336.8105 + 37.6162 8333.6221 + 37.6663 8330.4336 + 37.7163 8327.2461 + 37.7663 8324.0576 + 37.8162 8320.8691 + 37.8662 8317.6807 + 37.9163 8314.4922 + 37.9663 8311.3047 + 38.0163 8308.1162 + 38.0662 8304.9277 + 38.1162 8301.7402 + 38.1663 8298.5518 + 38.2163 8295.3633 + 38.2663 8292.1748 + 38.3162 8288.9873 + 38.3662 8285.7988 + 38.4163 8282.6104 + 38.4663 8279.4219 + 38.5163 8276.2344 + 38.5662 8273.0459 + 38.6162 8269.8574 + 38.6663 8266.6689 + 38.7163 8263.4805 + 38.7663 8260.2930 + 38.8162 8257.1045 + 38.8662 8253.9160 + 38.9163 8250.7275 + 38.9663 8247.5400 + 39.0163 8244.3516 + 39.0662 8241.1631 + 39.1162 8237.9756 + 39.1663 8235.2119 + 39.2163 8232.6348 + 39.2663 8230.0576 + 39.3162 8227.4795 + 39.3662 8224.9023 + 39.4163 8222.3252 + 39.4663 8219.7480 + 39.5163 8217.1709 + 39.5662 8214.5928 + 39.6162 8212.0156 + 39.6663 8209.4385 + 39.7163 8206.8613 + 39.7663 8204.2832 + 39.8162 8201.7061 + 39.8662 8199.1289 + 39.9163 8196.5518 + 39.9663 8193.9746 + 40.0163 8191.3970 + 40.0662 8188.8193 + 40.1162 8186.2422 + 40.1663 8183.6646 + 40.2163 8181.0874 + 40.2663 8178.5098 + 40.3162 8175.9326 + 40.3662 8173.3555 + 40.4163 8170.7778 + 40.4663 8168.2007 + 40.5163 8165.6230 + 40.5662 8163.0459 + 40.6162 8160.4683 + 40.6663 8157.8911 + 40.7163 8155.3135 + 40.7663 8152.7363 + 40.8162 8150.1592 + 40.8662 8147.5815 + 40.9163 8145.0039 + 40.9663 8142.4268 + 41.0163 8139.8496 + 41.0662 8137.2720 + 41.1162 8134.6948 + 41.1663 8132.1172 + 41.2163 8129.5400 + 41.2663 8126.9629 + 41.3162 8124.3853 + 41.3662 8121.8081 + 41.4163 8119.2305 + 41.4663 8116.6533 + 41.5163 8114.0757 + 41.5662 8111.4985 + 41.6162 8108.9214 + 41.6663 8106.3438 + 41.7163 8103.7661 + 41.7663 8101.1890 + 41.8162 8098.6118 + 41.8662 8096.0342 + 41.9163 8093.4570 + 41.9663 8090.8794 + 42.0163 8088.3022 + 42.0662 8085.7251 + 42.1162 8083.1475 + 42.1663 8080.5698 + 42.2163 8077.9927 + 42.2663 8075.4155 + 42.3162 8072.8379 + 42.3662 8070.2607 + 42.4163 8067.6831 + 42.4663 8065.1060 + 42.5163 8062.5283 + 42.5662 8059.9512 + 42.6162 8057.3740 + 42.6663 8054.7964 + 42.7163 8052.2192 + 42.7663 8049.6416 + 42.8162 8047.0645 + 42.8662 8044.4873 + 42.9163 8041.9097 + 42.9663 8039.3320 + 43.0163 8036.7549 + 43.0662 8034.1777 + 43.1162 8031.6001 + 43.1663 8029.0225 + 43.2163 8026.4453 + 43.2663 8023.8682 + 43.3162 8021.2905 + 43.3662 8018.7134 + 43.4163 8016.1357 + 43.4663 8013.5586 + 43.5163 8010.9814 + 43.5662 8008.4038 + 43.6162 8005.8267 + 43.6663 8003.2490 + 43.7163 8000.6719 + 43.7663 7998.0942 + 43.8162 7995.5171 + 43.8662 7992.9399 + 43.9163 7990.3623 + 43.9663 7987.7852 + 44.0163 7985.2075 + 44.0662 7982.6304 + 44.1162 7980.0527 + 44.1663 7977.4756 + 44.2163 7974.8979 + 44.2663 7972.3208 + 44.3162 7969.7437 + 44.3662 7967.1660 + 44.4163 7964.5884 + 44.4663 7962.0112 + 44.5163 7959.4341 + 44.5662 7956.8564 + 44.6162 7954.2793 + 44.6663 7951.7017 + 44.7163 7949.1245 + 44.7663 7946.5469 + 44.8162 7943.9697 + 44.8662 7941.3926 + 44.9163 7938.8149 + 44.9663 7936.2378 + 45.0163 7933.6602 + 45.0662 7931.0830 + 45.1162 7928.5059 + 45.1663 7925.9282 + 45.2163 7923.3506 + 45.2663 7920.7734 + 45.3162 7918.1963 + 45.3662 7915.6187 + 45.4163 7913.0410 + 45.4663 7910.4639 + 45.5163 7907.8867 + 45.5662 7905.3091 + 45.6162 7902.7319 + 45.6663 7900.1543 + 45.7163 7897.5771 + 45.7663 7896.1494 + 45.8162 7895.0850 + 45.8662 7894.0205 + 45.9163 7892.9556 + 45.9663 7891.8911 + 46.0163 7890.8267 + 46.0662 7889.7622 + 46.1162 7888.6978 + 46.1663 7887.6333 + 46.2163 7886.5684 + 46.2663 7885.5039 + 46.3162 7884.4395 + 46.3662 7883.3750 + 46.4163 7882.3105 + 46.4663 7881.2456 + 46.5163 7880.1812 + 46.5662 7879.1167 + 46.6162 7878.0522 + 46.6663 7876.9878 + 46.7163 7875.9229 + 46.7663 7874.8584 + 46.8162 7873.7939 + 46.8662 7872.7295 + 46.9163 7871.6650 + 46.9663 7870.6001 + 47.0163 7869.5356 + 47.0662 7868.4712 + 47.1162 7867.4067 + 47.1663 7866.3423 + 47.2163 7865.2778 + 47.2663 7864.2129 + 47.3162 7863.1484 + 47.3662 7862.0840 + 47.4163 7861.0195 + 47.4663 7859.9551 + 47.5163 7858.8901 + 47.5662 7857.8257 + 47.6162 7856.7612 + 47.6663 7855.6968 + 47.7163 7854.6323 + 47.7663 7853.5674 + 47.8162 7852.5029 + 47.8662 7851.4385 + 47.9163 7850.3740 + 47.9663 7849.3096 + 48.0163 7848.2451 + 48.0662 7847.1802 + 48.1162 7846.1157 + 48.1663 7845.0513 + 48.2163 7843.9868 + 48.2663 7842.9224 + 48.3162 7841.8574 + 48.3662 7840.7930 + 48.4163 7839.7285 + 48.4663 7838.6641 + 48.5163 7837.5996 + 48.5662 7836.5347 + 48.6162 7835.4702 + 48.6663 7834.4058 + 48.7163 7833.3413 + 48.7663 7832.2769 + 48.8162 7831.2119 + 48.8662 7830.1475 + 48.9163 7829.0830 + 48.9663 7828.0186 + 49.0163 7826.9541 + 49.0662 7825.8896 + 49.1162 7824.8247 + 49.1663 7823.7603 + 49.2163 7822.6958 + 49.2663 7821.6313 + 49.3162 7820.5669 + 49.3662 7819.5020 + 49.4163 7818.4375 + 49.4663 7817.3730 + 49.5163 7816.3086 + 49.5662 7815.2441 + 49.6162 7814.1792 + 49.6663 7813.1147 + 49.7163 7812.0503 + 49.7663 7810.9858 + 49.8162 7809.9214 + 49.8662 7808.8564 + 49.9163 7807.7920 + 49.9663 7806.7275 + 50.0163 7805.6631 + 50.0662 7804.5986 + 50.1162 7803.5342 + 50.1663 7802.4692 + 50.2163 7801.4048 + 50.2663 7800.3403 + 50.3162 7799.2759 + 50.3662 7798.2114 + 50.4163 7797.1465 + 50.4663 7796.0820 + 50.5163 7795.0176 + 50.5662 7793.9531 + 50.6162 7792.8887 + 50.6663 7791.8237 + 50.7163 7790.7593 + 50.7663 7789.6948 + 50.8162 7788.6304 + 50.8662 7787.5659 + 50.9163 7786.5010 + 50.9663 7785.4365 + 51.0163 7784.3721 + 51.0662 7783.3076 + 51.1162 7782.2432 + 51.1663 7781.1782 + 51.2163 7780.1138 + 51.2663 7779.0493 + 51.3162 7777.9849 + 51.3662 7776.9204 + 51.4163 7775.8555 + 51.4663 7774.7910 + 51.5163 7773.7266 + 51.5662 7772.6621 + 51.6162 7771.5977 + 51.6663 7770.5327 + 51.7163 7769.4683 + 51.7663 7768.4038 + 51.8162 7767.3394 + 51.8662 7766.2749 + 51.9163 7765.2100 + 51.9663 7764.0181 + 52.0163 7762.3887 + 52.0662 7760.7593 + 52.1162 7759.1304 + 52.1663 7757.5010 + 52.2163 7755.8716 + 52.2663 7754.2422 + 52.3162 7752.6128 + 52.3662 7750.9834 + 52.4163 7749.3540 + 52.4663 7747.7251 + 52.5163 7746.0957 + 52.5662 7744.4663 + 52.6162 7742.8369 + 52.6663 7741.2075 + 52.7163 7739.5786 + 52.7663 7737.9492 + 52.8162 7736.3198 + 52.8662 7734.6904 + 52.9163 7733.0610 + 52.9663 7731.4316 + 53.0163 7729.8027 + 53.0662 7728.1733 + 53.1162 7726.5439 + 53.1663 7724.9146 + 53.2163 7723.2852 + 53.2663 7721.6558 + 53.3162 7720.0269 + 53.3662 7718.3975 + 53.4163 7716.7681 + 53.4663 7715.1387 + 53.5163 7713.5093 + 53.5662 7711.8804 + 53.6162 7710.2510 + 53.6663 7708.6216 + 53.7163 7706.9922 + 53.7663 7705.3628 + 53.8162 7703.7334 + 53.8662 7702.1045 + 53.9163 7700.4751 + 53.9663 7698.8457 + 54.0163 7697.2163 + 54.0662 7695.5869 + 54.1162 7693.9580 + 54.1663 7692.3286 + 54.2163 7690.6992 + 54.2663 7689.0698 + 54.3162 7687.4404 + 54.3662 7685.8110 + 54.4163 7684.1816 + 54.4663 7682.5527 + 54.5163 7680.9233 + 54.5662 7679.2939 + 54.6162 7677.6646 + 54.6663 7676.0352 + 54.7163 7674.4058 + 54.7663 7672.7769 + 54.8162 7671.1475 + 54.8662 7669.5181 + 54.9163 7667.8887 + 54.9663 7666.2593 + 55.0163 7664.6304 + 55.0662 7663.0010 + 55.1162 7661.3716 + 55.1663 7659.7422 + 55.2163 7658.1128 + 55.2663 7656.4834 + 55.3162 7654.8545 + 55.3662 7653.2251 + 55.4163 7651.5957 + 55.4663 7649.9663 + 55.5163 7648.3369 + 55.5662 7646.7080 + 55.6162 7645.0786 + 55.6663 7643.4492 + 55.7163 7641.8198 + 55.7663 7640.1904 + 55.8162 7638.5610 + 55.8662 7636.9321 + 55.9163 7635.3027 + 55.9663 7633.6733 + 56.0163 7632.0439 + 56.0662 7630.4146 + 56.1162 7628.7852 + 56.1663 7627.1558 + 56.2163 7625.5269 + 56.2663 7623.8975 + 56.3162 7622.2681 + 56.3662 7620.6387 + 56.4163 7619.0093 + 56.4663 7617.3804 + 56.5163 7615.7510 + 56.5662 7614.1216 + 56.6162 7612.4922 + 56.6663 7610.8628 + 56.7163 7609.2334 + 56.7663 7607.6045 + 56.8162 7605.9751 + 56.8662 7604.3457 + 56.9163 7602.7163 + 56.9663 7601.0869 + 57.0163 7599.4580 + 57.0662 7597.8286 + 57.1162 7596.1992 + 57.1663 7594.5698 + 57.2163 7592.9404 + 57.2663 7591.3110 + 57.3162 7589.6821 + 57.3662 7588.0527 + 57.4163 7586.4233 + 57.4663 7584.7939 + 57.5163 7583.1646 + 57.5662 7581.5352 + 57.6162 7579.9062 + 57.6663 7578.2769 + 57.7163 7576.6475 + 57.7663 7575.0181 + 57.8162 7573.3887 + 57.8662 7571.7598 + 57.9163 7570.1304 + 57.9663 7568.5010 + 58.0163 7566.8716 + 58.0662 7565.2422 + 58.1162 7563.6128 + 58.1663 7561.9834 + 58.2163 7560.3545 + 58.2663 7558.7251 + 58.3162 7557.0957 + 58.3662 7555.4663 + 58.4163 7553.8369 + 58.4663 7552.2075 + 58.5163 7550.5786 + 58.5662 7548.9492 + 58.6162 7547.3198 + 58.6663 7545.6904 + 58.7163 7544.0610 + 58.7663 7542.4321 + 58.8162 7540.8027 + 58.8662 7539.1733 + 58.9163 7537.5439 + 58.9663 7535.9146 + 59.0163 7534.2852 + 59.0662 7532.6562 + 59.1162 7531.0269 + 59.1663 7529.3975 + 59.2163 7527.7681 + 59.2663 7526.1387 + 59.3162 7524.5098 + 59.3662 7522.8804 + 59.4163 7521.2510 + 59.4663 7519.6216 + 59.5163 7517.9922 + 59.5662 7516.3628 + 59.6162 7514.7339 + 59.6663 7513.1045 + 59.7163 7511.4751 + 59.7663 7509.8457 + 59.8162 7508.2163 + 59.8662 7506.5869 + 59.9163 7504.9575 + 59.9663 7503.3286 + 60.0163 7501.6992 + 60.0662 7500.0698 + 60.1162 7498.4404 + 60.1663 7496.8110 + 60.2163 7495.1821 + 60.2663 7493.5527 + 60.3162 7491.9233 + 60.3662 7490.2939 + 60.4163 7488.6646 + 60.4663 7487.0352 + 60.5163 7485.4062 + 60.5662 7483.7769 + 60.6162 7482.2915 + 60.6663 7480.8340 + 60.7163 7479.3765 + 60.7663 7477.9189 + 60.8162 7476.4609 + 60.8662 7475.0034 + 60.9163 7473.5459 + 60.9663 7472.0879 + 61.0163 7470.6304 + 61.0662 7469.1729 + 61.1162 7467.7153 + 61.1663 7466.2573 + 61.2163 7464.7998 + 61.2663 7463.3423 + 61.3162 7461.8848 + 61.3662 7460.4272 + 61.4163 7458.9692 + 61.4663 7457.5117 + 61.5163 7456.0542 + 61.5662 7454.5962 + 61.6162 7453.1387 + 61.6663 7451.6812 + 61.7163 7450.2236 + 61.7663 7448.7656 + 61.8162 7447.3081 + 61.8662 7445.8506 + 61.9163 7444.3931 + 61.9663 7442.9351 + 62.0163 7441.4775 + 62.0662 7440.0200 + 62.1162 7438.5625 + 62.1663 7437.1045 + 62.2163 7435.6470 + 62.2663 7434.1895 + 62.3162 7432.7319 + 62.3662 7431.2739 + 62.4163 7429.8164 + 62.4663 7428.3589 + 62.5163 7426.9014 + 62.5662 7425.4434 + 62.6162 7423.9858 + 62.6663 7422.5283 + 62.7163 7421.0703 + 62.7663 7419.6128 + 62.8162 7418.1553 + 62.8662 7416.6978 + 62.9163 7415.2397 + 62.9663 7413.7822 + 63.0163 7412.3247 + 63.0662 7410.8672 + 63.1162 7409.4097 + 63.1663 7407.9517 + 63.2163 7406.4941 + 63.2663 7405.0366 + 63.3162 7403.5791 + 63.3662 7402.1211 + 63.4163 7400.6636 + 63.4663 7399.2061 + 63.5163 7397.7480 + 63.5662 7396.2905 + 63.6162 7394.8330 + 63.6663 7393.3755 + 63.7163 7391.9175 + 63.7663 7390.4600 + 63.8162 7389.0024 + 63.8662 7387.5449 + 63.9163 7386.0869 + 63.9663 7384.6294 + 64.0163 7383.1719 + 64.0663 7381.7139 + 64.1162 7380.2563 + 64.1663 7378.7988 + 64.2162 7377.3413 + 64.2663 7375.8838 + 64.3163 7374.4258 + 64.3662 7372.9683 + 64.4163 7371.5107 + 64.4662 7370.0532 + 64.5163 7368.5952 + 64.5663 7367.1377 + 64.6162 7365.6802 + 64.6663 7364.2222 + 64.7162 7362.7646 + 64.7663 7361.3071 + 64.8163 7359.8496 + 64.8662 7358.3921 + 64.9163 7356.9341 + 64.9662 7355.4766 + 65.0163 7354.0190 + 65.0663 7352.5610 + 65.1162 7351.1035 + 65.1663 7349.6460 + 65.2162 7348.1885 + 65.2663 7346.7305 + 65.3163 7345.2729 + 65.3662 7343.8154 + 65.4163 7342.3579 + 65.4662 7340.9004 + 65.5163 7339.4424 + 65.5663 7337.9849 + 65.6162 7336.5273 + 65.6663 7335.0693 + 65.7162 7333.6118 + 65.7663 7332.1543 + 65.8163 7330.6963 + 65.8662 7329.2388 + 65.9163 7327.7812 + 65.9662 7326.3237 + 66.0163 7324.8662 + 66.0663 7323.4082 + 66.1162 7321.9507 + 66.1663 7320.4932 + 66.2162 7319.0356 + 66.2663 7317.5776 + 66.3163 7316.1201 + 66.3662 7314.6626 + 66.4163 7313.2046 + 66.4662 7311.7471 + 66.5163 7310.2896 + 66.5663 7308.8320 + 66.6162 7307.3745 + 66.6663 7305.9165 + 66.7162 7304.4590 + 66.7663 7303.0015 + 66.8163 7301.5435 + 66.8662 7300.0859 + 66.9163 7298.6284 + 66.9662 7297.1709 + 67.0163 7295.7129 + 67.0663 7294.2554 + 67.1162 7292.7979 + 67.1663 7291.3403 + 67.2162 7289.8828 + 67.2663 7288.4248 + 67.3163 7286.9673 + 67.3662 7285.5098 + 67.4163 7284.0518 + 67.4662 7282.5942 + 67.5163 7281.1367 + 67.5663 7279.6787 + 67.6162 7278.2217 + 67.6663 7276.7637 + 67.7162 7275.3062 + 67.7663 7273.8486 + 67.8163 7272.3906 + 67.8662 7270.9331 + 67.9163 7269.4756 + 67.9662 7268.0181 + 68.0163 7266.5601 + 68.0663 7265.1025 + 68.1162 7263.6450 + 68.1663 7262.1875 + 68.2162 7260.7617 + 68.2663 7260.1973 + 68.3163 7259.6333 + 68.3662 7259.0688 + 68.4163 7258.5044 + 68.4662 7257.9399 + 68.5163 7257.3755 + 68.5663 7256.8110 + 68.6162 7256.2471 + 68.6663 7255.6826 + 68.7162 7255.1182 + 68.7663 7254.5537 + 68.8163 7253.9893 + 68.8662 7253.4253 + 68.9163 7252.8608 + 68.9662 7252.2964 + 69.0163 7251.7319 + 69.0663 7251.1675 + 69.1162 7250.6030 + 69.1663 7250.0386 + 69.2162 7249.4746 + 69.2663 7248.9102 + 69.3163 7248.3457 + 69.3662 7247.7812 + 69.4163 7247.2168 + 69.4662 7246.6528 + 69.5163 7246.0884 + 69.5663 7245.5239 + 69.6162 7244.9595 + 69.6663 7244.3950 + 69.7162 7243.8306 + 69.7663 7243.2661 + 69.8163 7242.7021 + 69.8662 7242.1377 + 69.9163 7241.5732 + 69.9662 7241.0088 + 70.0163 7240.4443 + 70.0663 7239.8799 + 70.1162 7239.3159 + 70.1663 7238.7515 + 70.2162 7238.1870 + 70.2663 7237.6226 + 70.3163 7237.0581 + 70.3662 7236.4941 + 70.4163 7235.9297 + 70.4662 7235.3652 + 70.5163 7234.8008 + 70.5663 7234.2363 + 70.6162 7233.6719 + 70.6663 7233.1074 + 70.7162 7232.5435 + 70.7663 7231.9790 + 70.8163 7231.4146 + 70.8662 7230.8501 + 70.9163 7230.2856 + 70.9662 7229.7217 + 71.0163 7229.1572 + 71.0663 7228.5928 + 71.1162 7228.0283 + 71.1663 7227.4639 + 71.2162 7226.8994 + 71.2663 7226.3350 + 71.3163 7225.7710 + 71.3662 7225.2065 + 71.4163 7224.6421 + 71.4662 7224.0776 + 71.5163 7223.5132 + 71.5663 7222.9487 + 71.6162 7222.3848 + 71.6663 7221.8203 + 71.7162 7221.2559 + 71.7663 7220.6914 + 71.8163 7220.1270 + 71.8662 7219.5630 + 71.9163 7218.9985 + 71.9662 7218.4341 + 72.0163 7217.8696 + 72.0663 7217.3052 + 72.1162 7216.7407 + 72.1663 7216.1763 + 72.2162 7215.6123 + 72.2663 7215.0479 + 72.3163 7214.4834 + 72.3662 7213.9189 + 72.4163 7213.3545 + 72.4662 7212.7905 + 72.5163 7212.2261 + 72.5663 7211.6616 + 72.6162 7211.0972 + 72.6663 7210.5327 + 72.7162 7209.9683 + 72.7663 7209.4038 + 72.8163 7208.8398 + 72.8662 7208.2754 + 72.9163 7207.7109 + 72.9662 7207.1465 + 73.0163 7206.5820 + 73.0663 7206.0176 + 73.1162 7205.4536 + 73.1663 7204.8892 + 73.2162 7204.3247 + 73.2663 7203.7603 + 73.3163 7203.1958 + 73.3662 7202.6318 + 73.4163 7202.0674 + 73.4662 7201.5029 + 73.5163 7200.9385 + 73.5663 7200.3740 + 73.6162 7199.8096 + 73.6663 7199.2451 + 73.7162 7198.6812 + 73.7663 7198.1167 + 73.8163 7197.5522 + 73.8662 7196.9878 + 73.9163 7196.4233 + 73.9662 7195.8594 + 74.0163 7195.2949 + 74.0663 7194.7305 + 74.1162 7194.1660 + 74.1663 7193.6016 + 74.2162 7193.0371 + 74.2663 7192.4727 + 74.3163 7191.9087 + 74.3662 7191.3442 + 74.4163 7190.7798 + 74.4662 7190.2153 + 74.5163 7189.6509 + 74.5663 7189.0864 + 74.6162 7188.5225 + 74.6663 7187.9580 + 74.7162 7187.3936 + 74.7663 7186.8291 + 74.8163 7186.2646 + 74.8662 7185.7007 + 74.9163 7185.1362 + 74.9662 7184.5718 + 75.0163 7184.0073 + 75.0663 7183.4429 + 75.1162 7182.8784 + 75.1663 7182.3140 + 75.2162 7181.7500 + 75.2663 7181.1855 + 75.3163 7180.6211 + 75.3662 7180.0566 + 75.4163 7179.4922 + 75.4662 7178.9282 + 75.5163 7178.3638 + 75.5663 7177.7993 + 75.6162 7177.2349 + 75.6663 7176.6704 + 75.7162 7176.1060 + 75.7663 7175.5415 + 75.8163 7174.9775 + 75.8662 7174.4131 + 75.9163 7173.8486 + 75.9662 7173.2842 + 76.0163 7172.7197 + 76.0663 7172.1553 + 76.1162 7171.5913 + 76.1663 7171.0269 + 76.2162 7170.4624 + 76.2663 7169.8979 + 76.3163 7169.3335 + 76.3662 7168.7695 + 76.4163 7168.2051 + 76.4662 7167.6406 + 76.5163 7167.0762 + 76.5663 7166.5117 + 76.6162 7165.9473 + 76.6663 7165.3828 + 76.7162 7164.8188 + 76.7663 7164.2544 + 76.8163 7163.6899 + 76.8662 7163.1255 + 76.9163 7162.5610 + 76.9662 7161.9971 + 77.0163 7161.4326 + 77.0663 7160.8682 + 77.1162 7160.3037 + 77.1663 7159.7393 + 77.2162 7159.1748 + 77.2663 7158.6104 + 77.3163 7158.0464 + 77.3662 7157.4819 + 77.4163 7156.9175 + 77.4662 7156.3530 + 77.5163 7155.7886 + 77.5663 7155.2241 + 77.6162 7154.6602 + 77.6663 7154.0957 + 77.7162 7153.5312 + 77.7663 7152.9668 + 77.8163 7152.4023 + 77.8662 7151.8384 + 77.9163 7151.2739 + 77.9662 7150.7095 + 78.0163 7150.1450 + 78.0663 7149.5806 + 78.1162 7149.0161 + 78.1663 7148.4517 + 78.2162 7147.8877 + 78.2663 7147.3232 + 78.3163 7146.7588 + 78.3662 7146.1943 + 78.4163 7145.6299 + 78.4662 7145.0659 + 78.5163 7144.5015 + 78.5663 7143.9370 + 78.6162 7143.3726 + 78.6663 7142.8081 + 78.7162 7142.2437 + 78.7663 7141.6792 + 78.8163 7141.1152 + 78.8662 7140.5508 + 78.9163 7139.9863 + 78.9662 7139.4219 + 79.0163 7138.8574 + 79.0663 7138.2930 + 79.1162 7137.7290 + 79.1663 7137.1646 + 79.2162 7136.6001 + 79.2663 7136.0356 + 79.3163 7135.4712 + 79.3662 7134.9072 + 79.4163 7134.3428 + 79.4662 7133.7783 + 79.5163 7133.2139 + 79.5663 7132.6494 + 79.6162 7132.0850 + 79.6663 7131.5205 + 79.7162 7130.9565 + 79.7663 7130.3921 + 79.8163 7129.8276 + 79.8662 7129.2632 + 79.9163 7128.6987 + 79.9662 7128.1348 + 80.0163 7127.5703 + 80.0663 7127.0059 + 80.1162 7126.4414 + 80.1663 7125.8770 + 80.2162 7125.3125 + 80.2663 7124.7480 + 80.3163 7124.1841 + 80.3662 7123.6196 + 80.4163 7123.0552 + 80.4662 7122.4907 + 80.5163 7121.9263 + 80.5663 7121.3618 + 80.6162 7120.7979 + 80.6663 7120.2334 + 80.7162 7119.6689 + 80.7663 7119.1045 + 80.8163 7118.5400 + 80.8662 7117.9761 + 80.9163 7117.4116 + 80.9662 7116.8472 + 81.0163 7116.2827 + 81.0663 7115.7183 + 81.1162 7115.1538 + 81.1663 7114.5894 + 81.2162 7114.0254 + 81.2663 7113.4609 + 81.3163 7112.8965 + 81.3662 7111.7900 + 81.4163 7110.0146 + 81.4662 7108.2402 + 81.5163 7106.4648 + 81.5663 7104.6899 + 81.6162 7102.9150 + 81.6663 7101.1401 + 81.7162 7099.3652 + 81.7663 7097.5903 + 81.8163 7095.8154 + 81.8662 7094.0405 + 81.9163 7092.2656 + 81.9662 7090.4907 + 82.0163 7088.7158 + 82.0663 7086.9409 + 82.1162 7085.1660 + 82.1663 7083.3911 + 82.2162 7081.6162 + 82.2663 7079.8413 + 82.3163 7078.0664 + 82.3662 7076.2915 + 82.4163 7074.5166 + 82.4662 7072.7417 + 82.5163 7070.9668 + 82.5663 7069.1914 + 82.6162 7067.4170 + 82.6663 7065.6416 + 82.7162 7063.8672 + 82.7663 7062.0923 + 82.8163 7060.3169 + 82.8662 7058.5425 + 82.9163 7056.7671 + 82.9662 7054.9927 + 83.0163 7053.2173 + 83.0663 7051.4424 + 83.1162 7049.6675 + 83.1663 7047.8926 + 83.2162 7046.1177 + 83.2663 7044.3428 + 83.3163 7042.5679 + 83.3662 7040.7930 + 83.4163 7039.0181 + 83.4662 7037.2432 + 83.5163 7035.4683 + 83.5663 7033.6934 + 83.6162 7031.9185 + 83.6663 7030.1436 + 83.7162 7028.3687 + 83.7663 7026.5938 + 83.8163 7024.8188 + 83.8662 7023.0439 + 83.9163 7021.2690 + 83.9662 7019.4941 + 84.0163 7017.7192 + 84.0663 7015.9443 + 84.1162 7014.1694 + 84.1663 7012.3945 + 84.2162 7010.6196 + 84.2663 7008.8447 + 84.3163 7007.0693 + 84.3662 7005.2949 + 84.4163 7003.5195 + 84.4662 7001.7451 + 84.5163 6999.9697 + 84.5663 6998.1948 + 84.6162 6996.4199 + 84.6663 6994.6450 + 84.7162 6992.8706 + 84.7663 6991.0952 + 84.8163 6989.3203 + 84.8662 6987.5454 + 84.9163 6985.7705 + 84.9662 6983.9956 + 85.0163 6982.2207 + 85.0663 6980.4458 + 85.1162 6978.6709 + 85.1663 6976.8960 + 85.2162 6975.1211 + 85.2663 6973.3462 + 85.3163 6971.5713 + 85.3662 6969.7964 + 85.4163 6968.0215 + 85.4662 6966.2466 + 85.5163 6964.4717 + 85.5663 6962.6968 + 85.6162 6960.9219 + 85.6663 6959.1470 + 85.7162 6957.3721 + 85.7663 6955.5972 + 85.8163 6953.8218 + 85.8662 6952.0474 + 85.9163 6950.2720 + 85.9662 6948.4976 + 86.0163 6946.7227 + 86.0663 6944.9473 + 86.1162 6943.1729 + 86.1663 6941.3975 + 86.2162 6939.6230 + 86.2663 6937.8477 + 86.3163 6936.0728 + 86.3662 6934.2979 + 86.4163 6932.5229 + 86.4662 6930.7480 + 86.5163 6928.9731 + 86.5663 6927.1982 + 86.6162 6925.4233 + 86.6663 6923.6484 + 86.7162 6921.8735 + 86.7663 6920.0986 + 86.8163 6918.3237 + 86.8662 6916.5488 + 86.9163 6914.7739 + 86.9662 6912.9990 + 87.0163 6911.2241 + 87.0663 6909.4492 + 87.1162 6907.6743 + 87.1663 6905.8994 + 87.2162 6904.1245 + 87.2663 6902.3496 + 87.3163 6900.5742 + 87.3662 6898.7998 + 87.4163 6897.0249 + 87.4662 6895.2500 + 87.5163 6893.4751 + 87.5663 6891.6997 + 87.6162 6889.9253 + 87.6663 6888.1499 + 87.7162 6886.3755 + 87.7663 6884.6001 + 87.8163 6882.8252 + 87.8662 6881.0508 + 87.9163 6879.2754 + 87.9662 6877.5010 + 88.0163 6875.7256 + 88.0663 6873.9507 + 88.1162 6872.1758 + 88.1663 6870.4009 + 88.2162 6868.6260 + 88.2663 6866.8511 + 88.3163 6865.0762 + 88.3662 6863.3013 + 88.4163 6861.5264 + 88.4662 6859.7515 + 88.5163 6857.9766 + 88.5663 6856.2017 + 88.6162 6854.4268 + 88.6663 6852.6519 + 88.7162 6850.8770 + 88.7663 6849.1021 + 88.8163 6847.3359 + 88.8662 6846.6533 + 88.9163 6845.9707 + 88.9662 6845.2881 + 89.0163 6844.6055 + 89.0663 6843.9224 + 89.1162 6843.2397 + 89.1663 6842.5571 + 89.2162 6841.8745 + 89.2663 6841.1919 + 89.3163 6840.5093 + 89.3662 6839.8267 + 89.4163 6839.1440 + 89.4662 6838.4614 + 89.5163 6837.7788 + 89.5663 6837.0962 + 89.6162 6836.4136 + 89.6663 6835.7310 + 89.7162 6835.0483 + 89.7663 6834.3657 + 89.8163 6833.6826 + 89.8662 6833.0005 + 89.9163 6832.3174 + 89.9662 6831.6348 + 90.0163 6830.9521 + 90.0663 6830.2695 + 90.1162 6829.5869 + 90.1663 6828.9043 + 90.2162 6828.2217 + 90.2663 6827.5391 + 90.3163 6826.8564 + 90.3662 6826.1738 + 90.4163 6825.4912 + 90.4662 6824.8086 + 90.5163 6824.1260 + 90.5663 6823.4434 + 90.6162 6822.7607 + 90.6663 6822.0781 + 90.7162 6821.3955 + 90.7663 6820.7124 + 90.8163 6820.0298 + 90.8662 6819.3472 + 90.9163 6818.6646 + 90.9662 6817.9819 + 91.0163 6817.2993 + 91.0663 6816.6167 + 91.1162 6815.9341 + 91.1663 6815.2515 + 91.2162 6814.5688 + 91.2663 6813.8862 + 91.3163 6813.2036 + 91.3662 6812.5210 + 91.4163 6811.8384 + 91.4662 6811.1558 + 91.5163 6810.4731 + 91.5663 6809.7900 + 91.6162 6809.1074 + 91.6663 6808.4248 + 91.7162 6807.7422 + 91.7663 6807.0596 + 91.8163 6806.3770 + 91.8662 6805.6943 + 91.9163 6805.0117 + 91.9662 6804.3291 + 92.0163 6803.6465 + 92.0663 6802.9639 + 92.1162 6802.2812 + 92.1663 6801.5986 + 92.2162 6800.9160 + 92.2663 6800.2334 + 92.3163 6799.5503 + 92.3662 6798.8682 + 92.4163 6798.1851 + 92.4662 6797.5024 + 92.5163 6796.8198 + 92.5663 6796.1372 + 92.6162 6795.4546 + 92.6663 6794.7720 + 92.7162 6794.0894 + 92.7663 6793.4067 + 92.8163 6792.7241 + 92.8662 6792.0415 + 92.9163 6791.3589 + 92.9662 6790.6763 + 93.0163 6789.9937 + 93.0663 6789.3110 + 93.1162 6788.6284 + 93.1663 6787.9453 + 93.2162 6787.2632 + 93.2663 6786.5801 + 93.3163 6785.8975 + 93.3662 6785.2148 + 93.4163 6784.5322 + 93.4662 6783.8496 + 93.5163 6783.1670 + 93.5663 6782.4844 + 93.6162 6781.8018 + 93.6663 6781.1191 + 93.7162 6780.4365 + 93.7663 6779.7539 + 93.8163 6779.0713 + 93.8662 6778.3887 + 93.9163 6777.7061 + 93.9662 6777.0234 + 94.0163 6776.3408 + 94.0663 6775.6577 + 94.1162 6774.9751 + 94.1663 6774.2925 + 94.2162 6773.6099 + 94.2663 6772.9272 + 94.3163 6772.2446 + 94.3662 6770.7563 + 94.4163 6768.8496 + 94.4662 6766.9429 + 94.5163 6765.0356 + 94.5663 6763.1284 + 94.6162 6761.2217 + 94.6663 6759.3145 + 94.7162 6757.4077 + 94.7663 6755.5005 + 94.8163 6753.5938 + 94.8662 6751.6870 + 94.9163 6749.7798 + 94.9662 6747.8730 + 95.0163 6745.9658 + 95.0663 6744.0586 + 95.1162 6742.1519 + 95.1663 6740.2451 + 95.2162 6738.3379 + 95.2663 6736.4312 + 95.3163 6734.5239 + 95.3662 6732.6172 + 95.4163 6730.7100 + 95.4662 6728.8032 + 95.5163 6726.8960 + 95.5663 6724.9893 + 95.6162 6723.0820 + 95.6663 6721.1753 + 95.7162 6719.2686 + 95.7663 6717.3613 + 95.8163 6715.4541 + 95.8662 6713.5474 + 95.9163 6711.6401 + 95.9662 6709.7334 + 96.0163 6707.8267 + 96.0663 6705.9194 + 96.1162 6704.0127 + 96.1663 6702.1055 + 96.2162 6700.1987 + 96.2663 6698.2915 + 96.3163 6696.3843 + 96.3662 6694.4775 + 96.4163 6692.5708 + 96.4662 6690.6641 + 96.5163 6688.7568 + 96.5663 6686.8496 + 96.6162 6684.9429 + 96.6663 6683.0356 + 96.7162 6681.1289 + 96.7663 6679.2217 + 96.8163 6677.3149 + 96.8662 6675.4082 + 96.9163 6673.5010 + 96.9662 6671.5942 + 97.0163 6669.6870 + 97.0663 6667.7798 + 97.1162 6665.8730 + 97.1663 6663.9663 + 97.2162 6662.0591 + 97.2663 6660.1523 + 97.3163 6658.2451 + 97.3662 6656.3384 + 97.4163 6654.4312 + 97.4662 6652.5244 + 97.5163 6650.6172 + 97.5663 6648.7104 + 97.6162 6646.8032 + 97.6663 6644.8965 + 97.7162 6642.9897 + 97.7663 6641.0825 + 97.8163 6639.1753 + 97.8662 6637.2686 + 97.9163 6635.3613 + 97.9662 6633.4546 + 98.0163 6631.5479 + 98.0663 6629.6406 + 98.1162 6627.7339 + 98.1663 6625.8267 + 98.2162 6625.0273 + 98.2663 6624.3271 + 98.3163 6623.6265 + 98.3662 6622.9263 + 98.4163 6622.2256 + 98.4662 6621.5254 + 98.5163 6620.8247 + 98.5663 6620.1245 + 98.6162 6619.4238 + 98.6663 6618.7236 + 98.7162 6618.0229 + 98.7663 6617.3228 + 98.8163 6616.6221 + 98.8662 6615.9219 + 98.9163 6615.2212 + 98.9662 6614.5210 + 99.0163 6613.8203 + 99.0663 6613.1201 + 99.1162 6612.4194 + 99.1663 6611.7192 + 99.2162 6611.0186 + 99.2663 6610.3184 + 99.3163 6609.6177 + 99.3662 6608.9175 + 99.4163 6608.2168 + 99.4662 6607.5166 + 99.5163 6606.8159 + 99.5663 6606.1157 + 99.6162 6605.4150 + 99.6663 6604.7148 + 99.7162 6604.0142 + 99.7663 6603.3140 + 99.8163 6602.6133 + 99.8662 6601.9131 + 99.9163 6601.2124 + 99.9662 6600.5122 + 100.0163 6599.8115 + 100.0663 6599.1113 + 100.1162 6598.4106 + 100.1663 6597.7104 + 100.2162 6597.0098 + 100.2663 6596.3096 + 100.3163 6595.6089 + 100.3662 6594.9087 + 100.4163 6594.2080 + 100.4662 6593.5078 + 100.5163 6592.8071 + 100.5663 6592.1069 + 100.6162 6591.4062 + 100.6663 6590.7061 + 100.7162 6590.0059 + 100.7663 6589.3052 + 100.8163 6588.6045 + 100.8662 6587.9043 + 100.9163 6587.2036 + 100.9662 6586.5034 + 101.0163 6585.5967 + 101.0663 6584.3452 + 101.1162 6583.0933 + 101.1663 6581.8413 + 101.2162 6580.5898 + 101.2663 6579.3379 + 101.3163 6578.0864 + 101.3662 6576.8345 + 101.4163 6575.5830 + 101.4662 6574.3311 + 101.5163 6573.0791 + 101.5663 6571.8276 + 101.6162 6570.5757 + 101.6663 6569.3242 + 101.7162 6568.0723 + 101.7663 6566.8208 + 101.8163 6565.5688 + 101.8662 6564.3169 + 101.9163 6563.0654 + 101.9662 6561.8135 + 102.0163 6560.5620 + 102.0663 6559.3101 + 102.1162 6558.0586 + 102.1663 6556.8066 + 102.2162 6555.5552 + 102.2663 6554.3032 + 102.3163 6553.0513 + 102.3662 6551.7998 + 102.4163 6550.5479 + 102.4662 6549.2964 + 102.5163 6548.0444 + 102.5663 6546.7925 + 102.6162 6545.5410 + 102.6663 6544.2891 + 102.7162 6543.0376 + 102.7663 6541.7856 + 102.8163 6540.5337 + 102.8662 6539.2822 + 102.9163 6538.0303 + 102.9662 6536.7788 + 103.0163 6535.5269 + 103.0663 6534.2749 + 103.1162 6533.0234 + 103.1663 6531.7715 + 103.2162 6530.5200 + 103.2663 6529.2681 + 103.3163 6528.0161 + 103.3662 6526.7646 + 103.4163 6525.5127 + 103.4662 6524.2612 + 103.5163 6523.0093 + 103.5663 6521.7578 + 103.6162 6520.5059 + 103.6663 6519.2539 + 103.7162 6518.0024 + 103.7663 6516.7505 + 103.8163 6515.4990 + 103.8662 6514.2471 + 103.9163 6512.9956 + 103.9662 6511.7437 + 104.0163 6510.4922 + 104.0663 6509.2402 + 104.1162 6507.9883 + 104.1663 6506.7368 + 104.2162 6505.4849 + 104.2663 6504.2334 + 104.3163 6502.9814 + 104.3662 6501.8350 + 104.4163 6500.7271 + 104.4662 6499.6196 + 104.5163 6498.5117 + 104.5663 6497.4038 + 104.6162 6496.2959 + 104.6663 6495.1880 + 104.7162 6494.0801 + 104.7663 6492.9722 + 104.8163 6491.8643 + 104.8662 6490.7563 + 104.9163 6489.6484 + 104.9662 6488.5410 + 105.0163 6487.4331 + 105.0663 6486.3252 + 105.1162 6485.2173 + 105.1663 6484.1094 + 105.2162 6483.0015 + 105.2663 6481.8936 + 105.3163 6480.7856 + 105.3662 6479.6782 + 105.4163 6478.5703 + 105.4662 6477.4624 + 105.5163 6476.3545 + 105.5663 6475.2466 + 105.6162 6474.1387 + 105.6663 6473.0308 + 105.7162 6471.9229 + 105.7663 6470.8149 + 105.8163 6469.7070 + 105.8662 6468.5996 + 105.9163 6467.4917 + 105.9662 6466.3838 + 106.0163 6465.2759 + 106.0663 6464.1680 + 106.1162 6463.0601 + 106.1663 6461.9521 + 106.2162 6460.8447 + 106.2663 6459.7368 + 106.3163 6458.6289 + 106.3662 6457.5210 + 106.4163 6456.4131 + 106.4662 6455.3052 + 106.5163 6454.1973 + 106.5663 6453.0894 + 106.6162 6451.9814 + 106.6663 6450.8735 + 106.7162 6449.7661 + 106.7663 6448.6582 + 106.8163 6447.5503 + 106.8662 6446.4424 + 106.9163 6445.3345 + 106.9662 6444.2266 + 107.0163 6443.1187 + 107.0663 6442.0107 + 107.1162 6440.9033 + 107.1663 6439.7954 + 107.2162 6438.6875 + 107.2663 6437.5796 + 107.3163 6436.4717 + 107.3662 6435.3638 + 107.4163 6434.2559 + 107.4662 6433.1479 + 107.5163 6432.0400 + 107.5663 6430.9321 + 107.6162 6429.8247 + 107.6663 6428.7168 + 107.7162 6427.6089 + 107.7663 6426.5010 + 107.8163 6425.3931 + 107.8662 6424.2852 + 107.9163 6423.1772 + 107.9662 6422.0698 + 108.0163 6420.9619 + 108.0663 6419.8540 + 108.1162 6418.7461 + 108.1663 6417.6382 + 108.2162 6416.5303 + 108.2663 6415.4224 + 108.3163 6414.3145 + 108.3662 6413.2065 + 108.4163 6412.0986 + 108.4662 6410.9912 + 108.5163 6409.8833 + 108.5663 6408.7754 + 108.6162 6407.6675 + 108.6663 6406.5596 + 108.7162 6405.4517 + 108.7663 6405.2930 + 108.8163 6405.9111 + 108.8662 6406.5293 + 108.9163 6407.1475 + 108.9662 6407.7651 + 109.0163 6408.3833 + 109.0663 6409.0015 + 109.1162 6409.6196 + 109.1663 6410.2378 + 109.2162 6410.8560 + 109.2663 6411.4736 + 109.3163 6412.0918 + 109.3662 6412.7100 + 109.4163 6413.3281 + 109.4662 6413.9463 + 109.5163 6414.5645 + 109.5663 6415.1826 + 109.6162 6415.8003 + 109.6663 6416.4185 + 109.7162 6417.0366 + 109.7663 6417.6548 + 109.8163 6418.2729 + 109.8662 6418.8906 + 109.9163 6419.5088 + 109.9662 6420.1270 + 110.0163 6420.7451 + 110.0663 6421.3633 + 110.1162 6421.9814 + 110.1663 6422.5996 + 110.2162 6423.2173 + 110.2663 6423.8354 + 110.3163 6424.4536 + 110.3662 6425.0718 + 110.4163 6425.6899 + 110.4662 6426.3076 + 110.5163 6426.9258 + 110.5663 6427.5439 + 110.6162 6428.1621 + 110.6663 6428.7803 + 110.7162 6429.3984 + 110.7663 6430.0166 + 110.8163 6430.6343 + 110.8662 6431.2524 + 110.9163 6431.8706 + 110.9662 6432.4888 + 111.0163 6433.1069 + 111.0663 6433.7251 + 111.1162 6434.3428 + 111.1663 6434.9609 + 111.2162 6435.5791 + 111.2663 6436.1973 + 111.3163 6436.8154 + 111.3662 6437.4336 + 111.4163 6438.0513 + 111.4662 6438.6694 + 111.5163 6439.2876 + 111.5663 6439.9058 + 111.6162 6440.5239 + 111.6663 6441.1421 + 111.7162 6441.7598 + 111.7663 6442.3779 + 111.8163 6442.9961 + 111.8662 6443.6143 + 111.9163 6444.2324 + 111.9662 6444.8501 + 112.0163 6445.4683 + 112.0663 6446.0864 + 112.1162 6446.7046 + 112.1663 6447.3228 + 112.2162 6447.9409 + 112.2663 6448.5591 + 112.3163 6449.1768 + 112.3662 6449.7949 + 112.4163 6450.4131 + 112.4662 6451.0312 + 112.5163 6451.6494 + 112.5663 6452.2676 + 112.6162 6452.8853 + 112.6663 6453.5034 + 112.7162 6454.1216 + 112.7663 6454.7397 + 112.8163 6455.3579 + 112.8662 6455.9761 + 112.9163 6456.5938 + 112.9662 6457.2119 + 113.0163 6457.8301 + 113.0663 6458.4482 + 113.1162 6459.0664 + 113.1663 6459.6846 + 113.2162 6460.3022 + 113.2663 6460.9204 + 113.3163 6461.5386 + 113.3662 6462.1567 + 113.4163 6462.7749 + 113.4662 6463.3931 + 113.5163 6464.0107 + 113.5663 6464.6289 + 113.6162 6465.2471 + 113.6663 6465.8652 + 113.7162 6466.4834 + 113.7663 6467.1016 + 113.8163 6467.7197 + 113.8662 6468.3374 + 113.9163 6468.9556 + 113.9662 6469.5737 + 114.0163 6470.1919 + 114.0663 6470.8101 + 114.1162 6471.4277 + 114.1663 6472.0459 + 114.2162 6472.6641 + 114.2663 6473.2822 + 114.3163 6473.9004 + 114.3662 6474.5186 + 114.4163 6475.1367 + 114.4662 6475.7544 + 114.5163 6476.3726 + 114.5663 6476.9907 + 114.6162 6477.6089 + 114.6663 6478.2271 + 114.7162 6478.8447 + 114.7663 6479.4629 + 114.8163 6480.0811 + 114.8662 6480.6992 + 114.9163 6481.3174 + 114.9662 6481.9355 + 115.0163 6482.5537 + 115.0663 6483.1714 + 115.1162 6483.7896 + 115.1663 6484.4077 + 115.2162 6485.0259 + 115.2663 6485.6440 + 115.3163 6486.2622 + 115.3662 6486.8799 + 115.4163 6487.4980 + 115.4662 6488.1162 + 115.5163 6488.7344 + 115.5663 6489.3525 + 115.6162 6489.9707 + 115.6663 6490.5884 + 115.7162 6491.2065 + 115.7663 6491.8247 + 115.8163 6492.4429 + 115.8662 6493.0610 + 115.9163 6493.6792 + 115.9662 6494.2969 + 116.0163 6494.9150 + 116.0663 6495.5332 + 116.1162 6494.4331 + 116.1663 6492.4233 + 116.2162 6490.4146 + 116.2663 6488.4048 + 116.3163 6486.3955 + 116.3662 6484.3862 + 116.4163 6482.3770 + 116.4662 6480.3677 + 116.5163 6478.3579 + 116.5663 6476.3486 + 116.6162 6474.3394 + 116.6663 6472.3301 + 116.7162 6470.3208 + 116.7663 6468.3115 + 116.8163 6466.3018 + 116.8662 6464.2930 + 116.9163 6462.2832 + 116.9662 6460.2739 + 117.0163 6458.2646 + 117.0663 6456.2554 + 117.1162 6454.2461 + 117.1663 6452.2363 + 117.2162 6450.2275 + 117.2663 6448.2178 + 117.3163 6446.2085 + 117.3662 6444.1992 + 117.4163 6442.1899 + 117.4662 6440.1807 + 117.5163 6438.1714 + 117.5663 6436.1616 + 117.6162 6434.1523 + 117.6663 6432.1431 + 117.7162 6430.1338 + 117.7663 6428.1245 + 117.8163 6426.1147 + 117.8662 6424.1060 + 117.9163 6422.0962 + 117.9662 6420.0874 + 118.0163 6418.0776 + 118.0663 6416.0684 + 118.1162 6414.0591 + 118.1663 6412.0498 + 118.2162 6410.0405 + 118.2663 6408.0308 + 118.3163 6406.0215 + 118.3662 6404.0122 + 118.4163 6402.0029 + 118.4662 6399.9937 + 118.5163 6397.9844 + 118.5663 6395.9746 + 118.6162 6393.9658 + 118.6663 6391.9561 + 118.7162 6389.9468 + 118.7663 6387.9375 + 118.8163 6385.9282 + 118.8662 6383.9189 + 118.9163 6381.9092 + 118.9662 6379.9004 + 119.0163 6377.8906 + 119.0663 6375.8813 + 119.1162 6373.8721 + 119.1663 6371.8628 + 119.2162 6369.8535 + 119.2663 6367.8442 + 119.3163 6365.8345 + 119.3662 6363.8252 + 119.4163 6361.8159 + 119.4662 6359.8066 + 119.5163 6357.7974 + 119.5663 6355.7876 + 119.6162 6353.7788 + 119.6663 6351.7690 + 119.7162 6349.7598 + 119.7663 6347.7505 + 119.8163 6345.7412 + 119.8662 6343.7319 + 119.9163 6341.7227 + 119.9662 6339.7134 + 120.0163 6337.7036 + 120.0663 6335.6943 + 120.1162 6333.6851 + 120.1663 6331.6758 + 120.2162 6329.6665 + 120.2663 6327.6572 + 120.3163 6325.6475 + 120.3662 6323.6387 + 120.4163 6321.6289 + 120.4662 6319.6196 + 120.5163 6317.6104 + 120.5663 6315.6011 + 120.6162 6313.5918 + 120.6663 6311.5820 + 120.7162 6309.5732 + 120.7663 6307.5635 + 120.8163 6305.5542 + 120.8662 6303.5449 + 120.9163 6301.5356 + 120.9662 6299.5264 + 121.0163 6297.5171 + 121.0663 6295.5073 + 121.1162 6293.4980 + 121.1663 6291.4888 + 121.2162 6289.4795 + 121.2663 6287.4702 + 121.3163 6285.4604 + 121.3662 6283.4517 + 121.4163 6281.4419 + 121.4662 6279.4326 + 121.5163 6278.0298 + 121.5663 6278.2173 + 121.6162 6278.4043 + 121.6663 6278.5918 + 121.7162 6278.7788 + 121.7663 6278.9663 + 121.8163 6279.1538 + 121.8662 6279.3408 + 121.9163 6279.5283 + 121.9662 6279.7153 + 122.0163 6279.9028 + 122.0663 6280.0903 + 122.1162 6280.2773 + 122.1663 6280.4648 + 122.2162 6280.6519 + 122.2663 6280.8394 + 122.3163 6281.0269 + 122.3662 6281.2139 + 122.4163 6281.4014 + 122.4662 6281.5889 + 122.5163 6281.7759 + 122.5663 6281.9634 + 122.6162 6282.1504 + 122.6663 6282.3379 + 122.7162 6282.5254 + 122.7663 6282.7124 + 122.8163 6282.8999 + 122.8662 6283.0874 + 122.9163 6283.2744 + 122.9662 6283.4619 + 123.0163 6283.6489 + 123.0663 6283.8364 + 123.1162 6284.0239 + 123.1663 6284.2109 + 123.2162 6284.3984 + 123.2663 6284.5854 + 123.3163 6284.7729 + 123.3662 6284.9604 + 123.4163 6285.1475 + 123.4662 6285.3350 + 123.5163 6285.5225 + 123.5663 6285.7095 + 123.6162 6285.8970 + 123.6663 6286.0840 + 123.7162 6286.2715 + 123.7663 6286.4590 + 123.8163 6286.6460 + 123.8662 6286.8335 + 123.9163 6287.0205 + 123.9662 6287.2080 + 124.0163 6287.3955 + 124.0663 6287.5825 + 124.1162 6287.7700 + 124.1663 6287.9575 + 124.2162 6288.1445 + 124.2663 6288.3320 + 124.3163 6288.5190 + 124.3662 6288.7065 + 124.4163 6288.8940 + 124.4662 6289.0811 + 124.5163 6289.2686 + 124.5663 6289.4556 + 124.6162 6289.6431 + 124.6663 6289.8306 + 124.7162 6290.0176 + 124.7663 6290.2051 + 124.8163 6290.3926 + 124.8662 6290.5796 + 124.9163 6290.7671 + 124.9662 6290.9541 + 125.0163 6291.1416 + 125.0663 6291.3291 + 125.1162 6291.5161 + 125.1663 6291.7036 + 125.2162 6291.8906 + 125.2663 6292.0781 + 125.3163 6292.2656 + 125.3662 6292.4526 + 125.4163 6292.6401 + 125.4662 6292.8276 + 125.5163 6293.0146 + 125.5663 6293.2021 + 125.6162 6293.3892 + 125.6663 6293.5767 + 125.7162 6293.7642 + 125.7663 6293.9512 + 125.8163 6294.1387 + 125.8662 6294.3257 + 125.9163 6294.5132 + 125.9662 6294.7007 + 126.0163 6294.8877 + 126.0663 6295.0752 + 126.1162 6295.2627 + 126.1663 6295.4497 + 126.2162 6295.6372 + 126.2663 6295.8242 + 126.3163 6296.0117 + 126.3662 6296.1992 + 126.4163 6296.3862 + 126.4662 6296.5737 + 126.5163 6296.7607 + 126.5663 6296.9482 + 126.6162 6297.1357 + 126.6663 6297.3228 + 126.7162 6297.5103 + 126.7663 6297.6978 + 126.8163 6297.8848 + 126.8662 6298.0723 + 126.9163 6298.2593 + 126.9662 6298.4468 + 127.0163 6298.6343 + 127.0663 6298.8213 + 127.1162 6299.0088 + 127.1663 6299.1958 + 127.2162 6299.3833 + 127.2663 6299.5708 + 127.3163 6299.7578 + 127.3662 6299.9453 + 127.4163 6300.1328 + 127.4662 6300.3198 + 127.5163 6300.5073 + 127.5663 6300.6943 + 127.6162 6300.8818 + 127.6663 6301.0693 + 127.7162 6301.2563 + 127.7663 6301.4438 + 127.8163 6301.6313 + 127.8662 6301.8184 + 127.9163 6302.0059 + 127.9662 6302.1929 + 128.0163 6302.3804 + 128.0663 6302.5679 + 128.1163 6302.7549 + 128.1662 6302.9424 + 128.2162 6303.1294 + 128.2663 6303.3169 + 128.3163 6303.5044 + 128.3663 6303.6914 + 128.4162 6303.8789 + 128.4662 6304.0659 + 128.5163 6304.2534 + 128.5663 6304.4409 + 128.6163 6304.6279 + 128.6662 6304.8154 + 128.7162 6305.0029 + 128.7663 6305.1899 + 128.8163 6305.3774 + 128.8663 6305.5645 + 128.9162 6305.7520 + 128.9662 6305.9395 + 129.0163 6306.1265 + 129.0663 6306.3140 + 129.1163 6306.5015 + 129.1662 6306.6885 + 129.2162 6306.8760 + 129.2663 6307.0630 + 129.3163 6307.2505 + 129.3663 6307.4380 + 129.4162 6307.6250 + 129.4662 6307.8125 + 129.5163 6307.9995 + 129.5663 6308.1870 + 129.6163 6308.3745 + 129.6662 6308.5615 + 129.7162 6308.7490 + 129.7663 6308.9365 + 129.8163 6309.1235 + 129.8663 6309.3110 + 129.9162 6309.4980 + 129.9662 6309.6855 + 130.0163 6309.8730 + 130.0663 6310.0601 + 130.1163 6310.2476 + 130.1662 6310.4346 + 130.2162 6310.6221 + 130.2663 6310.8096 + 130.3163 6310.9966 + 130.3663 6311.1841 + 130.4162 6311.3711 + 130.4662 6311.5586 + 130.5163 6311.7461 + 130.5663 6311.9331 + 130.6163 6312.1206 + 130.6662 6312.3081 + 130.7162 6312.4951 + 130.7663 6312.6826 + 130.8163 6312.8696 + 130.8663 6313.0571 + 130.9162 6313.2446 + 130.9662 6313.4316 + 131.0163 6313.6191 + 131.0663 6313.8066 + 131.1163 6313.9937 + 131.1662 6314.1812 + 131.2162 6314.3682 + 131.2663 6314.5557 + 131.3163 6315.4883 + 131.3663 6317.5869 + 131.4162 6319.6851 + 131.4662 6321.7837 + 131.5163 6323.8823 + 131.5663 6325.9810 + 131.6163 6328.0801 + 131.6662 6330.1777 + 131.7162 6332.2769 + 131.7663 6334.3755 + 131.8163 6336.4741 + 131.8663 6338.5728 + 131.9162 6340.6709 + 131.9662 6342.7695 + 132.0163 6344.8682 + 132.0663 6346.9668 + 132.1163 6349.0654 + 132.1662 6351.1636 + 132.2162 6353.2622 + 132.2663 6355.3608 + 132.3163 6357.4595 + 132.3663 6359.5581 + 132.4162 6361.6562 + 132.4662 6363.7549 + 132.5163 6365.8535 + 132.5663 6367.9526 + 132.6163 6370.0513 + 132.6662 6372.1489 + 132.7162 6374.2480 + 132.7663 6376.3467 + 132.8163 6378.4453 + 132.8663 6380.5439 + 132.9162 6382.6421 + 132.9662 6384.7407 + 133.0163 6386.8394 + 133.0663 6388.9380 + 133.1163 6391.0366 + 133.1662 6393.1348 + 133.2162 6395.2334 + 133.2663 6397.3320 + 133.3163 6399.4307 + 133.3663 6401.5293 + 133.4162 6403.6274 + 133.4662 6405.7261 + 133.5163 6407.8252 + 133.5663 6409.9238 + 133.6163 6412.0225 + 133.6662 6414.1206 + 133.7162 6416.2192 + 133.7663 6418.3179 + 133.8163 6420.4165 + 133.8663 6422.5151 + 133.9162 6424.6133 + 133.9662 6426.7119 + 134.0163 6428.8105 + 134.0663 6430.9092 + 134.1163 6433.0078 + 134.1662 6435.1060 + 134.2162 6437.2046 + 134.2663 6439.3032 + 134.3163 6441.4019 + 134.3663 6443.5010 + 134.4162 6445.5986 + 134.4662 6447.6973 + 134.5163 6449.7964 + 134.5663 6451.8950 + 134.6163 6453.9937 + 134.6662 6456.0918 + 134.7162 6458.1904 + 134.7663 6460.2891 + 134.8163 6462.3877 + 134.8663 6464.4863 + 134.9162 6466.5845 + 134.9662 6468.6831 + 135.0163 6470.7817 + 135.0663 6472.8804 + 135.1163 6474.9790 + 135.1662 6477.0771 + 135.2162 6479.1758 + 135.2663 6481.2744 + 135.3163 6483.3735 + 135.3663 6485.4722 + 135.4162 6487.5698 + 135.4662 6489.6689 + 135.5163 6491.7676 + 135.5663 6493.8662 + 135.6163 6495.9648 + 135.6662 6498.0630 + 135.7162 6500.1616 + 135.7663 6502.2603 + 135.8163 6504.0566 + 135.8663 6504.0566 + 135.9162 6504.0566 + 135.9662 6504.0566 + 136.0163 6504.0566 + 136.0663 6504.0566 + 136.1163 6504.0566 + 136.1662 6504.0566 + 136.2162 6504.0566 + 136.2663 6504.0566 + 136.3163 6504.0566 + 136.3663 6504.0566 + 136.4162 6504.0566 + 136.4662 6504.0566 + 136.5163 6504.0566 + 136.5663 6504.0566 + 136.6163 6504.0566 + 136.6662 6504.0566 + 136.7162 6504.0566 + 136.7663 6504.0566 + 136.8163 6504.0566 + 136.8663 6504.0566 + 136.9162 6504.0566 + 136.9662 6504.0566 + 137.0163 6504.0566 + 137.0663 6504.0566 + 137.1163 6504.0566 + 137.1662 6504.0566 + 137.2162 6504.0566 + 137.2663 6504.0566 + 137.3163 6504.0566 + 137.3663 6504.0566 + 137.4162 6504.0566 + 137.4662 6504.0566 + 137.5163 6504.0566 + 137.5663 6504.0566 + 137.6163 6504.0566 + 137.6662 6504.0566 + 137.7162 6504.0566 + 137.7663 6504.0566 + 137.8163 6504.0566 + 137.8663 6504.0566 + 137.9162 6504.0566 + 137.9662 6504.0566 + 138.0163 6504.0566 + 138.0663 6504.0566 + 138.1163 6504.0566 + 138.1662 6504.0566 + 138.2162 6504.0566 + 138.2663 6504.0566 + 138.3163 6504.0566 + 138.3663 6504.0566 + 138.4162 6504.0566 + 138.4662 6504.0566 + 138.5163 6504.0566 + 138.5663 6504.0566 + 138.6163 6504.0566 + 138.6662 6504.0566 + 138.7162 6504.0566 + 138.7663 6504.0566 + 138.8163 6504.0566 + 138.8663 6504.0566 + 138.9162 6504.0566 + 138.9662 6504.0566 + 139.0163 6504.0566 + 139.0663 6504.0566 + 139.1163 6504.0566 + 139.1662 6504.0566 + 139.2162 6504.0566 + 139.2663 6504.0566 + 139.3163 6504.0566 + 139.3663 6504.0566 + 139.4162 6504.0566 + 139.4662 6504.0566 + 139.5163 6504.0566 + 139.5663 6504.0566 + 139.6163 6504.0566 + 139.6662 6504.0566 + 139.7162 6504.0566 + 139.7663 6504.0566 + 139.8163 6504.0566 + 139.8663 6504.0566 + 139.9162 6504.0566 + 139.9662 6504.0566 + 140.0163 6504.0566 + 140.0663 6504.0566 + 140.1163 6504.0566 + 140.1662 6504.0566 + 140.2162 6504.0566 + 140.2663 6504.0566 + 140.3163 6504.0566 + 140.3663 6504.0566 + 140.4162 6504.0566 + 140.4662 6504.0566 + 140.5163 6504.0566 + 140.5663 6504.0566 + 140.6163 6504.0566 + 140.6662 6504.0566 + 140.7162 6504.0566 + 140.7663 6504.0566 + 140.8163 6504.0566 + 140.8663 6504.0566 + 140.9162 6504.0566 + 140.9662 6504.0566 + 141.0163 6504.0566 + 141.0663 6504.0566 + 141.1163 6504.0566 + 141.1662 6504.0566 + 141.2162 6504.0566 + 141.2663 6504.0566 + 141.3163 6504.0566 + 141.3663 6504.0566 + 141.4162 6504.0566 + 141.4662 6504.0566 + 141.5163 6504.0566 + 141.5663 6504.0566 + 141.6163 6504.0566 + 141.6662 6504.0566 + 141.7162 6504.0566 + 141.7663 6504.0566 + 141.8163 6504.0566 + 141.8663 6504.0566 + 141.9162 6504.0566 + 141.9662 6504.0566 + 142.0163 6504.0566 + 142.0663 6504.0566 + 142.1163 6504.0566 + 142.1662 6504.0566 + 142.2162 6504.0566 + 142.2663 6504.0566 + 142.3163 6504.0566 + 142.3663 6504.0566 + 142.4162 6504.0566 + 142.4662 6504.0566 + 142.5163 6504.0566 + 142.5663 6504.0566 + 142.6163 6504.0566 + 142.6662 6504.0566 + 142.7162 6504.0566 + 142.7663 6504.0566 + 142.8163 6504.0566 + 142.8663 6504.0566 + 142.9162 6504.0566 + 142.9662 6504.0566 + 143.0163 6504.0566 + 143.0663 6504.0566 + 143.1163 6504.0566 + 143.1662 6504.0566 + 143.2162 6504.0566 + 143.2663 6504.0566 + 143.3163 6504.0566 + 143.3663 6504.0566 + 143.4162 6504.0566 + 143.4662 6504.0566 + 143.5163 6504.0566 + 143.5663 6504.0566 + 143.6163 6504.0566 + 143.6662 6504.0566 + 143.7162 6504.0566 + 143.7663 6504.0566 + 143.8163 6504.0566 + 143.8663 6504.0566 + 143.9162 6504.0566 + 143.9662 6504.0566 + 144.0163 6504.0566 + 144.0663 6504.0566 + 144.1163 6504.0566 + 144.1662 6504.0566 + 144.2162 6504.0566 + 144.2663 6504.0566 + 144.3163 6504.0566 + 144.3663 6504.0566 + 144.4162 6504.0566 + 144.4662 6504.0566 + 144.5163 6504.0566 + 144.5663 6504.0566 + 144.6163 6504.0566 + 144.6662 6504.0566 + 144.7162 6504.0566 + 144.7663 6504.0566 + 144.8163 6504.0566 + 144.8663 6504.0566 + 144.9162 6504.0566 + 144.9662 6504.0566 + 145.0163 6504.0566 + 145.0663 6504.0566 + 145.1163 6504.0566 + 145.1662 6504.0566 + 145.2162 6504.0566 + 145.2663 6504.0566 + 145.3163 6504.0566 + 145.3663 6504.0566 + 145.4162 6504.0566 + 145.4662 6504.0566 + 145.5163 6504.0566 + 145.5663 6504.0566 + 145.6163 6504.0566 + 145.6662 6504.0566 + 145.7162 6504.0566 + 145.7663 6504.0566 + 145.8163 6504.0566 + 145.8663 6504.0566 + 145.9162 6504.0566 + 145.9662 6504.0566 + 146.0163 6504.0566 + 146.0663 6504.0566 + 146.1163 6504.0566 + 146.1662 6504.0566 + 146.2162 6504.0566 + 146.2663 6504.0566 + 146.3163 6504.0566 + 146.3663 6504.0566 + 146.4162 6504.0566 + 146.4662 6504.0566 + 146.5163 6504.0566 + 146.5663 6504.0566 + 146.6163 6504.0566 + 146.6662 6504.0566 + 146.7162 6504.0566 + 146.7663 6504.0566 + 146.8163 6504.0566 + 146.8663 6504.0566 + 146.9162 6504.0566 + 146.9662 6504.0566 + 147.0163 6504.0566 + 147.0663 6504.0566 + 147.1163 6504.0566 + 147.1662 6504.0566 + 147.2162 6504.0566 + 147.2663 6504.0566 + 147.3163 6504.0566 + 147.3663 6504.0566 + 147.4162 6504.0566 + 147.4662 6504.0566 + 147.5163 6504.0566 + 147.5663 6504.0566 + 147.6163 6504.0566 + 147.6662 6504.0566 + 147.7162 6504.0566 + 147.7663 6504.0566 + 147.8163 6504.0566 + 147.8663 6504.0566 + 147.9162 6504.0566 + 147.9662 6504.0566 + 148.0163 6504.0566 + 148.0663 6504.0566 + 148.1163 6504.0566 + 148.1662 6504.0566 + 148.2162 6504.0566 + 148.2663 6504.0566 + 148.3163 6504.0566 + 148.3663 6504.0566 + 148.4162 6504.0566 + 148.4662 6504.0566 + 148.5163 6504.0566 + 148.5663 6504.0566 + 148.6163 6504.0566 + 148.6662 6504.0566 + 148.7162 6504.0566 + 148.7663 6504.0566 + 148.8163 6504.0566 + 148.8663 6504.0566 + 148.9162 6504.0566 + 148.9662 6504.0566 + 149.0163 6504.0566 + 149.0663 6504.0566 + 149.1163 6504.0566 + 149.1662 6504.0566 + 149.2162 6504.0566 + 149.2663 6504.0566 + 149.3163 6504.0566 + 149.3663 6504.0566 + 149.4162 6504.0566 + 149.4662 6504.0566 + 149.5163 6504.0566 + 149.5663 6504.0566 + 149.6163 6504.0566 + 149.6662 6504.0566 + 149.7162 6504.0566 + 149.7663 6504.0566 + 149.8163 6504.0566 + 149.8663 6504.0566 + 149.9162 6504.0566 + 149.9662 6504.0566 + 150.0163 6504.0566 + 150.0663 6504.0566 + 150.1163 6504.0566 + 150.1662 6504.0566 + 150.2162 6504.0566 + 150.2663 6504.0566 + 150.3163 6504.0566 + 150.3663 6504.0566 + 150.4162 6504.0566 + 150.4662 6504.0566 + 150.5163 6504.0566 + 150.5663 6504.0566 + 150.6163 6504.0566 + 150.6662 6504.0566 + 150.7162 6504.0566 + 150.7663 6504.0566 + 150.8163 6504.0566 + 150.8663 6504.0566 + 150.9162 6504.0566 + 150.9662 6504.0566 + 151.0163 6504.0566 + 151.0663 6504.0566 + 151.1163 6504.0566 + 151.1662 6504.0566 + 151.2162 6504.0566 + 151.2663 6504.0566 + 151.3163 6504.0566 + 151.3663 6504.0566 + 151.4162 6504.0566 + 151.4662 6504.0566 + 151.5163 6504.0566 + 151.5663 6504.0566 + 151.6163 6504.0566 + 151.6662 6504.0566 + 151.7162 6504.0566 + 151.7663 6504.0566 + 151.8163 6504.0566 + 151.8663 6504.0566 + 151.9162 6504.0566 + 151.9662 6504.0566 + 152.0163 6504.0566 + 152.0663 6504.0566 + 152.1163 6504.0566 + 152.1662 6504.0566 + 152.2162 6504.0566 + 152.2663 6504.0566 + 152.3163 6504.0566 + 152.3663 6504.0566 + 152.4162 6504.0566 + 152.4662 6504.0566 + 152.5163 6504.0566 + 152.5663 6504.0566 + 152.6163 6504.0566 + 152.6662 6504.0566 + 152.7162 6504.0566 + 152.7663 6504.0566 + 152.8163 6504.0566 + 152.8663 6504.0566 + 152.9162 6504.0566 + 152.9662 6504.0566 + 153.0163 6504.0566 + 153.0663 6504.0566 + 153.1163 6504.0566 + 153.1662 6504.0566 + 153.2162 6504.0566 + 153.2663 6504.0566 + 153.3163 6504.0566 + 153.3663 6504.0566 + 153.4162 6504.0566 + 153.4662 6504.0566 + 153.5163 6504.0566 + 153.5663 6504.0566 + 153.6163 6504.0566 + 153.6662 6504.0566 + 153.7162 6504.0566 + 153.7663 6504.0566 + 153.8163 6504.0566 + 153.8663 6504.0566 + 153.9162 6504.0566 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.pcr new file mode 100644 index 000000000..64d05522b --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.pcr @@ -0,0 +1,79 @@ +COMM Y2O3 Ge(551) 300mm_varH 15/10/13 +! Current global Chi2 (Bragg contrib.) = 1.263 +! Files => DAT-file: y2o3.dat, PCR-file: y2o3_isotropic_adp +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 1 7 1 21 2 0 0 0 0 0 0 0 0 0 0 0 0 1 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 0 2 1 0 1 0 4 0 0 2 10 0 1 0 0 1 1 +! +! Lambda1 Lambda2 Ratio Bkpos Wdt Cthm muR AsyLim Rpolarz 2nd-muR -> Patt# 1 + 1.548220 1.548220 0.00000 10.000 20.000 0.0000 0.0000 160.00 0.0000 0.0000 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 1 0.10 1.00 1.00 1.00 1.00 0.9500 0.050019 153.9000 0.000 0.000 +! +!2Theta/TOF/E(Kev) Background for Pattern# 1 + 12.5856 9864.0967 0.00 + 19.4181 9431.1865 0.00 + 21.8751 9165.1064 0.00 + 27.8998 8813.4053 0.00 + 32.9147 8632.3789 0.00 + 39.1152 8237.0059 0.00 + 45.7120 7896.9585 0.00 + 51.9387 7764.3862 0.00 + 60.5580 7483.5161 0.00 + 68.1982 7260.7822 0.00 + 81.3276 7112.5850 0.00 + 88.7996 6847.3413 0.00 + 94.3171 6772.0112 0.00 + 98.1541 6625.6704 0.00 + 100.9813 6586.0649 0.00 + 104.3134 6502.6460 0.00 + 108.7225 6404.9531 0.00 + 116.0673 6495.7471 0.00 + 121.4862 6277.9780 0.00 + 131.2805 6314.6699 0.00 + 135.7928 6504.0566 0.00 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 0.00 12.00 + 137.50 180.00 +! +! + 0 !Number of refined parameters +! +! Zero Code SyCos Code SySin Code Lambda Code MORE ->Patt# 1 + -0.01625 0.0 0.00000 0.0 0.00000 0.0 0.000000 0.00 0 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 0.0000 +!------------------------------------------------------------------------------- +Y2O3 +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 3 0 0 0.0 0.0 1.0 0 0 0 0 0 3612.974 0 7 0 +! +! +I a -3 <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model + 1.060200 0.00000 0.00000 0.00000 0.00000 0.00000 0 + 0.00000 0.000 0.000 0.000 0.000 0.000 +! U V W X Y GauSiz LorSiz Size-Model + 0.036631 -0.068345 0.131426 0.000000 0.000000 0.000000 0.000000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 10.605744 10.605744 10.605744 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 Asy1 Asy2 Asy3 Asy4 S_L D_L + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 12.000 137.500 1 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.prf b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.prf new file mode 100644 index 000000000..3ea1997fa --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.prf @@ -0,0 +1,3333 @@ +IGOR +WAVES TwoTheta, Iobs, Icalc, Diff +BEGIN + 0.950 1229.00 9864.10 -8635.10 + 1.000 1229.00 9864.10 -8635.10 + 1.050 1190.00 9864.10 -8674.10 + 1.100 1096.00 9864.10 -8768.10 + 1.150 1142.00 9864.10 -8722.10 + 1.200 961.00 9864.10 -8903.10 + 1.250 975.00 9864.10 -8889.10 + 1.300 993.00 9864.10 -8871.10 + 1.350 974.00 9864.10 -8890.10 + 1.400 1099.00 9864.10 -8765.10 + 1.450 1036.00 9864.10 -8828.10 + 1.500 974.00 9864.10 -8890.10 + 1.550 968.00 9864.10 -8896.10 + 1.600 1012.00 9864.10 -8852.10 + 1.650 1050.00 9864.10 -8814.10 + 1.700 928.00 9864.10 -8936.10 + 1.750 988.00 9864.10 -8876.10 + 1.800 882.00 9864.10 -8982.10 + 1.850 962.00 9864.10 -8902.10 + 1.900 1055.00 9864.10 -8809.10 + 1.950 909.00 9864.10 -8955.10 + 2.000 1026.00 9864.10 -8838.10 + 2.050 1319.00 9864.10 -8545.10 + 2.100 1446.00 9864.10 -8418.10 + 2.150 1360.00 9864.10 -8504.10 + 2.200 1264.00 9864.10 -8600.10 + 2.250 1265.00 9864.10 -8599.10 + 2.300 1319.00 9864.10 -8545.10 + 2.350 1259.00 9864.10 -8605.10 + 2.400 1074.00 9864.10 -8790.10 + 2.450 1056.00 9864.10 -8808.10 + 2.500 1040.00 9864.10 -8824.10 + 2.550 1241.00 9864.10 -8623.10 + 2.600 1279.00 9864.10 -8585.10 + 2.650 1261.00 9864.10 -8603.10 + 2.700 1334.00 9864.10 -8530.10 + 2.750 1356.00 9864.10 -8508.10 + 2.800 1392.00 9864.10 -8472.10 + 2.850 1799.00 9864.10 -8065.10 + 2.900 1984.00 9864.10 -7880.10 + 2.950 2125.00 9864.10 -7739.10 + 3.000 2576.00 9864.10 -7288.10 + 3.050 2837.00 9864.10 -7027.10 + 3.100 2784.00 9864.10 -7080.10 + 3.150 3023.00 9864.10 -6841.10 + 3.200 3458.00 9864.10 -6406.10 + 3.250 3913.00 9864.10 -5951.10 + 3.300 3808.00 9864.10 -6056.10 + 3.350 4084.00 9864.10 -5780.10 + 3.400 4701.00 9864.10 -5163.10 + 3.450 4491.00 9864.10 -5373.10 + 3.500 5117.00 9864.10 -4747.10 + 3.550 5752.00 9864.10 -4112.10 + 3.600 5792.00 9864.10 -4072.10 + 3.650 6356.00 9864.10 -3508.10 + 3.700 6042.00 9864.10 -3822.10 + 3.750 6433.00 9864.10 -3431.10 + 3.800 6674.00 9864.10 -3190.10 + 3.850 7080.00 9864.10 -2784.10 + 3.900 7902.00 9864.10 -1962.10 + 3.950 7803.00 9864.10 -2061.10 + 4.000 7870.00 9864.10 -1994.10 + 4.050 8478.00 9864.10 -1386.10 + 4.100 9152.00 9864.10 -712.10 + 4.150 8855.00 9864.10 -1009.10 + 4.200 9042.00 9864.10 -822.10 + 4.250 9770.00 9864.10 -94.10 + 4.300 9596.00 9864.10 -268.10 + 4.350 9972.00 9864.10 107.90 + 4.400 10452.00 9864.10 587.90 + 4.450 10258.00 9864.10 393.90 + 4.500 10462.00 9864.10 597.90 + 4.550 10813.00 9864.10 948.90 + 4.600 9978.00 9864.10 113.90 + 4.650 10598.00 9864.10 733.90 + 4.700 10353.00 9864.10 488.90 + 4.750 10303.00 9864.10 438.90 + 4.800 11228.00 9864.10 1363.90 + 4.850 10653.00 9864.10 788.90 + 4.900 10745.00 9864.10 880.90 + 4.950 10961.00 9864.10 1096.90 + 5.000 10615.00 9864.10 750.90 + 5.050 10150.00 9864.10 285.90 + 5.100 10021.00 9864.10 156.90 + 5.150 9824.00 9864.10 -40.10 + 5.200 9982.00 9864.10 117.90 + 5.250 10218.00 9864.10 353.90 + 5.300 11076.00 9864.10 1211.90 + 5.350 10348.00 9864.10 483.90 + 5.400 10792.00 9864.10 927.90 + 5.450 10333.00 9864.10 468.90 + 5.500 10383.00 9864.10 518.90 + 5.550 10320.00 9864.10 455.90 + 5.600 10057.00 9864.10 192.90 + 5.650 9721.00 9864.10 -143.10 + 5.700 10249.00 9864.10 384.90 + 5.750 10635.00 9864.10 770.90 + 5.800 10679.00 9864.10 814.90 + 5.850 10430.00 9864.10 565.90 + 5.900 10189.00 9864.10 324.90 + 5.950 10001.00 9864.10 136.90 + 6.000 10006.00 9864.10 141.90 + 6.050 10298.00 9864.10 433.90 + 6.100 10220.00 9864.10 355.90 + 6.150 10085.00 9864.10 220.90 + 6.200 10659.00 9864.10 794.90 + 6.250 10707.00 9864.10 842.90 + 6.300 10540.00 9864.10 675.90 + 6.350 10414.00 9864.10 549.90 + 6.400 10386.00 9864.10 521.90 + 6.450 10500.00 9864.10 635.90 + 6.500 10434.00 9864.10 569.90 + 6.550 10515.00 9864.10 650.90 + 6.600 10102.00 9864.10 237.90 + 6.650 10314.00 9864.10 449.90 + 6.700 10281.00 9864.10 416.90 + 6.750 10241.00 9864.10 376.90 + 6.800 10259.00 9864.10 394.90 + 6.850 10600.00 9864.10 735.90 + 6.900 10066.00 9864.10 201.90 + 6.950 10253.00 9864.10 388.90 + 7.000 10119.00 9864.10 254.90 + 7.050 10369.00 9864.10 504.90 + 7.100 10388.00 9864.10 523.90 + 7.150 10445.00 9864.10 580.90 + 7.200 10204.00 9864.10 339.90 + 7.250 10061.00 9864.10 196.90 + 7.300 10116.00 9864.10 251.90 + 7.350 10219.00 9864.10 354.90 + 7.400 10382.00 9864.10 517.90 + 7.450 10096.00 9864.10 231.90 + 7.500 9899.00 9864.10 34.90 + 7.550 9677.00 9864.10 -187.10 + 7.600 10218.00 9864.10 353.90 + 7.650 10074.00 9864.10 209.90 + 7.700 10529.00 9864.10 664.90 + 7.750 10445.00 9864.10 580.90 + 7.800 10111.00 9864.10 246.90 + 7.850 10248.00 9864.10 383.90 + 7.900 9773.00 9864.10 -91.10 + 7.950 9820.00 9864.10 -44.10 + 8.000 9797.00 9864.10 -67.10 + 8.050 10509.00 9864.10 644.90 + 8.100 10336.00 9864.10 471.90 + 8.150 10300.00 9864.10 435.90 + 8.200 10333.00 9864.10 468.90 + 8.250 10015.00 9864.10 150.90 + 8.300 10325.00 9864.10 460.90 + 8.350 10061.00 9864.10 196.90 + 8.400 9856.00 9864.10 -8.10 + 8.450 9999.00 9864.10 134.90 + 8.500 10258.00 9864.10 393.90 + 8.550 10605.00 9864.10 740.90 + 8.600 10331.00 9864.10 466.90 + 8.650 9978.00 9864.10 113.90 + 8.700 9951.00 9864.10 86.90 + 8.750 9932.00 9864.10 67.90 + 8.800 10030.00 9864.10 165.90 + 8.850 10280.00 9864.10 415.90 + 8.900 10115.00 9864.10 250.90 + 8.950 10250.00 9864.10 385.90 + 9.000 10364.00 9864.10 499.90 + 9.050 10298.00 9864.10 433.90 + 9.100 10390.00 9864.10 525.90 + 9.150 10050.00 9864.10 185.90 + 9.200 10061.00 9864.10 196.90 + 9.250 9915.00 9864.10 50.90 + 9.300 10171.00 9864.10 306.90 + 9.350 10289.00 9864.10 424.90 + 9.400 10254.00 9864.10 389.90 + 9.450 10520.00 9864.10 655.90 + 9.500 10399.00 9864.10 534.90 + 9.550 10184.00 9864.10 319.90 + 9.600 10436.00 9864.10 571.90 + 9.650 10196.00 9864.10 331.90 + 9.700 10250.00 9864.10 385.90 + 9.750 10071.00 9864.10 206.90 + 9.800 9992.00 9864.10 127.90 + 9.850 10319.00 9864.10 454.90 + 9.900 10249.00 9864.10 384.90 + 9.950 10285.00 9864.10 420.90 + 10.000 10231.00 9864.10 366.90 + 10.050 10143.00 9864.10 278.90 + 10.100 9833.00 9864.10 -31.10 + 10.150 10072.00 9864.10 207.90 + 10.200 9836.00 9864.10 -28.10 + 10.250 9778.00 9864.10 -86.10 + 10.300 10201.00 9864.10 336.90 + 10.350 10258.00 9864.10 393.90 + 10.400 10360.00 9864.10 495.90 + 10.450 10125.00 9864.10 260.90 + 10.500 9965.00 9864.10 100.90 + 10.550 10054.00 9864.10 189.90 + 10.600 9885.00 9864.10 20.90 + 10.650 10068.00 9864.10 203.90 + 10.700 9884.00 9864.10 19.90 + 10.750 10219.00 9864.10 354.90 + 10.800 10259.00 9864.10 394.90 + 10.850 10321.00 9864.10 456.90 + 10.900 10531.00 9864.10 666.90 + 10.950 10285.00 9864.10 420.90 + 11.000 10044.00 9864.10 179.90 + 11.050 9930.00 9864.10 65.90 + 11.100 9983.00 9864.10 118.90 + 11.150 9903.00 9864.10 38.90 + 11.200 9850.00 9864.10 -14.10 + 11.250 9850.00 9864.10 -14.10 + 11.300 10008.00 9864.10 143.90 + 11.350 9805.00 9864.10 -59.10 + 11.400 9678.00 9864.10 -186.10 + 11.450 10087.00 9864.10 222.90 + 11.500 10239.00 9864.10 374.90 + 11.550 9994.00 9864.10 129.90 + 11.600 9730.00 9864.10 -134.10 + 11.650 9901.00 9864.10 36.90 + 11.700 10288.00 9864.10 423.90 + 11.750 10052.00 9864.10 187.90 + 11.800 10039.00 9864.10 174.90 + 11.850 9792.00 9864.10 -72.10 + 11.900 10201.00 9864.10 336.90 + 11.950 10036.00 9864.10 171.90 + 12.000 9774.00 9864.10 -90.10 + 12.050 9520.00 9864.10 -344.10 + 12.100 10155.00 9864.10 290.90 + 12.150 10130.00 9864.10 265.90 + 12.200 10084.00 9864.10 219.90 + 12.250 9960.00 9864.10 95.90 + 12.300 9903.00 9864.10 38.90 + 12.350 10042.00 9864.10 177.90 + 12.400 10016.00 9864.10 151.90 + 12.450 9918.00 9864.10 53.90 + 12.500 9860.00 9864.10 -4.10 + 12.550 10053.00 9866.35 186.65 + 12.600 10040.00 9863.18 176.82 + 12.650 10097.00 9860.02 236.98 + 12.700 9810.00 9856.85 -46.85 + 12.750 9511.00 9853.68 -342.68 + 12.800 10075.00 9850.51 224.49 + 12.850 10051.00 9847.34 203.66 + 12.900 9975.00 9844.18 130.82 + 12.950 9649.00 9841.01 -192.01 + 13.000 9709.00 9837.84 -128.84 + 13.050 9911.00 9834.67 76.33 + 13.100 9846.00 9831.50 14.50 + 13.150 10034.00 9828.34 205.66 + 13.200 9822.00 9825.17 -3.17 + 13.250 9572.00 9822.00 -250.00 + 13.300 9877.00 9818.83 58.17 + 13.350 9682.00 9815.66 -133.66 + 13.400 9704.00 9812.50 -108.50 + 13.450 9887.00 9809.33 77.67 + 13.500 10049.00 9806.16 242.84 + 13.550 9986.00 9802.99 183.01 + 13.600 9619.00 9799.82 -180.82 + 13.650 9927.00 9796.66 130.34 + 13.700 9606.00 9793.49 -187.49 + 13.750 9317.00 9790.32 -473.32 + 13.800 9544.00 9787.15 -243.15 + 13.850 9889.00 9783.98 105.02 + 13.900 10002.00 9780.82 221.18 + 13.950 9571.00 9777.65 -206.65 + 14.000 9671.00 9774.48 -103.48 + 14.050 9728.00 9771.31 -43.31 + 14.100 9810.00 9768.14 41.86 + 14.150 9866.00 9764.98 101.02 + 14.200 9791.00 9761.81 29.19 + 14.250 9768.00 9758.64 9.36 + 14.300 9871.00 9755.47 115.53 + 14.350 9908.00 9752.30 155.70 + 14.400 9789.00 9749.14 39.86 + 14.450 9621.00 9745.97 -124.97 + 14.500 9844.00 9742.80 101.20 + 14.550 9419.00 9739.63 -320.63 + 14.600 9411.00 9736.46 -325.46 + 14.650 9679.00 9733.30 -54.30 + 14.700 9784.00 9730.13 53.87 + 14.750 9757.00 9726.96 30.04 + 14.800 9671.00 9723.79 -52.79 + 14.850 9809.00 9720.62 88.38 + 14.900 9838.00 9717.46 120.54 + 14.950 9782.00 9714.29 67.71 + 15.000 9539.00 9711.12 -172.12 + 15.050 9540.00 9707.95 -167.95 + 15.100 9637.00 9704.78 -67.78 + 15.150 9870.00 9701.62 168.38 + 15.200 9862.00 9698.45 163.55 + 15.250 9673.00 9695.28 -22.28 + 15.300 9862.00 9692.11 169.89 + 15.350 9520.00 9688.94 -168.94 + 15.400 9821.00 9685.78 135.22 + 15.450 9764.00 9682.61 81.39 + 15.500 9716.00 9679.44 36.56 + 15.550 9573.00 9676.27 -103.27 + 15.600 9828.00 9673.10 154.90 + 15.650 9900.00 9669.93 230.07 + 15.700 9683.00 9666.77 16.23 + 15.750 9660.00 9663.60 -3.60 + 15.800 9733.00 9660.43 72.57 + 15.850 9831.00 9657.26 173.74 + 15.900 9485.00 9654.09 -169.09 + 15.950 9541.00 9650.93 -109.93 + 16.000 9571.00 9647.76 -76.76 + 16.050 9564.00 9644.59 -80.59 + 16.100 9972.00 9641.44 330.56 + 16.150 9819.00 9638.34 180.66 + 16.200 9410.00 9635.41 -225.41 + 16.250 9186.00 9633.05 -447.05 + 16.300 9585.00 9632.24 -47.24 + 16.350 9606.00 9635.21 -29.21 + 16.400 9600.00 9646.11 -46.11 + 16.450 9541.00 9671.31 -130.31 + 16.500 9421.00 9718.19 -297.19 + 16.550 9701.00 9791.68 -90.68 + 16.600 9823.00 9889.17 -66.17 + 16.650 9671.00 9996.46 -325.46 + 16.700 9786.00 10089.04 -303.04 + 16.750 9762.00 10140.23 -378.23 + 16.800 9512.00 10133.08 -621.08 + 16.850 9556.00 10068.87 -512.87 + 16.900 9692.00 9966.46 -274.46 + 16.950 9462.00 9852.88 -390.88 + 17.000 9386.00 9751.66 -365.66 + 17.050 9310.00 9675.36 -365.36 + 17.100 9291.00 9625.35 -334.35 + 17.150 9020.00 9596.10 -576.10 + 17.200 9469.00 9580.22 -111.22 + 17.250 9694.00 9571.59 122.41 + 17.300 9639.00 9566.36 72.64 + 17.350 9434.00 9562.50 -128.50 + 17.400 9635.00 9559.12 75.88 + 17.450 9672.00 9555.90 116.10 + 17.500 9821.00 9552.72 268.28 + 17.550 9476.00 9549.55 -73.55 + 17.600 9433.00 9546.38 -113.38 + 17.650 9564.00 9543.21 20.79 + 17.700 9713.00 9540.05 172.95 + 17.750 9700.00 9536.88 163.12 + 17.800 9233.00 9533.71 -300.71 + 17.850 9630.00 9530.54 99.46 + 17.900 9713.00 9527.37 185.63 + 17.950 9343.00 9524.21 -181.21 + 18.000 9390.00 9521.04 -131.04 + 18.050 9275.00 9517.87 -242.87 + 18.100 9639.00 9514.70 124.30 + 18.150 9601.00 9511.53 89.47 + 18.200 9558.00 9508.37 49.63 + 18.250 9588.00 9505.20 82.80 + 18.300 9806.00 9502.03 303.97 + 18.350 9674.00 9498.86 175.14 + 18.400 9674.00 9495.69 178.31 + 18.450 9493.00 9492.53 0.47 + 18.500 9393.00 9489.36 -96.36 + 18.550 9428.00 9486.19 -58.19 + 18.600 9571.00 9483.02 87.98 + 18.650 9431.00 9479.85 -48.85 + 18.700 9288.00 9476.69 -188.69 + 18.750 9435.00 9473.52 -38.52 + 18.800 9431.00 9470.35 -39.35 + 18.850 9297.00 9467.18 -170.18 + 18.900 9504.00 9464.01 39.99 + 18.950 9245.00 9460.85 -215.85 + 19.000 9725.00 9457.68 267.32 + 19.050 9385.00 9454.51 -69.51 + 19.100 9308.00 9451.34 -143.34 + 19.150 9476.00 9448.17 27.83 + 19.200 9563.00 9445.01 117.99 + 19.250 9558.00 9441.84 116.16 + 19.300 9436.00 9438.67 -2.67 + 19.350 9289.00 9435.50 -146.50 + 19.400 9280.00 9432.33 -152.33 + 19.450 9641.00 9427.73 213.27 + 19.500 9393.00 9422.32 -29.32 + 19.550 9519.00 9416.90 102.10 + 19.600 9392.00 9411.49 -19.49 + 19.650 9364.00 9406.07 -42.07 + 19.700 9270.00 9400.66 -130.66 + 19.750 9286.00 9395.25 -109.25 + 19.800 9204.00 9389.84 -185.84 + 19.850 9563.00 9384.50 178.50 + 19.900 9531.00 9379.43 151.57 + 19.950 9488.00 9375.56 112.44 + 20.000 9710.00 9376.16 333.84 + 20.050 9593.00 9391.63 201.37 + 20.100 9276.00 9450.33 -174.33 + 20.150 9415.00 9618.73 -203.73 + 20.200 9242.00 10028.68 -786.68 + 20.250 9730.00 10895.29 -1165.29 + 20.300 9966.00 12490.94 -2524.94 + 20.350 10338.00 15038.40 -4700.40 + 20.400 10703.00 18526.45 -7823.45 + 20.450 11004.00 22537.18 -11533.18 + 20.500 11327.00 26232.63 -14905.63 + 20.550 11203.00 28605.71 -17402.71 + 20.600 11000.00 28915.96 -17915.96 + 20.650 10805.00 27060.31 -16255.31 + 20.700 10163.00 23626.98 -13463.98 + 20.750 9960.00 19595.32 -9635.32 + 20.800 9712.00 15887.17 -6175.17 + 20.850 9502.00 13047.92 -3545.92 + 20.900 9461.00 11189.87 -1728.87 + 20.950 9169.00 10135.41 -966.41 + 21.000 9148.00 9611.42 -463.42 + 21.050 9114.00 9381.02 -267.02 + 21.100 9339.00 9289.65 49.35 + 21.150 9286.00 9255.24 30.76 + 21.200 9166.00 9241.17 -75.17 + 21.250 9101.00 9233.47 -132.47 + 21.300 9070.00 9227.52 -157.52 + 21.350 9117.00 9222.00 -105.00 + 21.400 9177.00 9216.56 -39.56 + 21.450 9244.00 9211.14 32.86 + 21.500 9166.00 9205.73 -39.73 + 21.550 9513.00 9200.31 312.69 + 21.600 9258.00 9194.90 63.10 + 21.650 9403.00 9189.48 213.52 + 21.700 9538.00 9184.07 353.93 + 21.750 9239.00 9178.65 60.35 + 21.800 9089.00 9173.24 -84.24 + 21.850 9033.00 9167.82 -134.82 + 21.900 9467.00 9163.65 303.35 + 21.950 9301.00 9160.73 140.27 + 22.000 9177.00 9157.82 19.18 + 22.050 9169.00 9154.90 14.10 + 22.100 9180.00 9151.98 28.02 + 22.150 9236.00 9149.06 86.94 + 22.200 9147.00 9146.14 0.86 + 22.250 8999.00 9143.22 -144.22 + 22.300 9318.00 9140.30 177.70 + 22.350 8939.00 9137.38 -198.38 + 22.400 9264.00 9134.46 129.54 + 22.450 9107.00 9131.55 -24.55 + 22.500 8994.00 9128.63 -134.63 + 22.550 9356.00 9125.71 230.29 + 22.600 9094.00 9122.79 -28.79 + 22.650 9284.00 9119.87 164.13 + 22.700 9053.00 9116.95 -63.95 + 22.750 9004.00 9114.03 -110.03 + 22.800 8809.00 9111.11 -302.11 + 22.850 8851.00 9108.20 -257.20 + 22.900 9055.00 9105.28 -50.28 + 22.950 8983.00 9102.36 -119.36 + 23.000 9028.00 9099.44 -71.44 + 23.050 9222.00 9096.52 125.48 + 23.100 9021.00 9093.60 -72.60 + 23.150 8838.00 9090.69 -252.69 + 23.200 8755.00 9087.79 -332.79 + 23.250 9056.00 9084.97 -28.97 + 23.300 8853.00 9082.36 -229.36 + 23.350 9189.00 9080.36 108.64 + 23.400 8996.00 9079.85 -83.85 + 23.450 8988.00 9082.47 -94.47 + 23.500 9016.00 9090.70 -74.70 + 23.550 8859.00 9107.34 -248.34 + 23.600 8972.00 9134.04 -162.04 + 23.650 9178.00 9169.29 8.71 + 23.700 9288.00 9207.08 80.92 + 23.750 9099.00 9237.67 -138.67 + 23.800 8830.00 9251.23 -421.23 + 23.850 9143.00 9242.40 -99.40 + 23.900 9010.00 9213.15 -203.15 + 23.950 9028.00 9171.66 -143.66 + 24.000 9144.00 9128.31 15.69 + 24.050 9442.00 9091.19 350.81 + 24.100 9152.00 9063.92 88.08 + 24.150 8839.00 9046.12 -207.12 + 24.200 9002.00 9035.30 -33.30 + 24.250 9120.00 9028.72 91.28 + 24.300 9087.00 9024.31 62.69 + 24.350 9147.00 9020.86 126.14 + 24.400 9025.00 9017.77 7.23 + 24.450 8864.00 9014.81 -150.81 + 24.500 8667.00 9011.88 -344.88 + 24.550 9097.00 9008.96 88.04 + 24.600 8938.00 9006.04 -68.04 + 24.650 9095.00 9003.12 91.88 + 24.700 8966.00 9000.20 -34.20 + 24.750 8976.00 8997.28 -21.28 + 24.800 8897.00 8994.36 -97.36 + 24.850 9077.00 8991.44 85.56 + 24.900 9059.00 8988.52 70.48 + 24.950 9135.00 8985.60 149.40 + 25.000 9214.00 8982.69 231.31 + 25.050 9015.00 8979.77 35.23 + 25.100 9143.00 8976.85 166.15 + 25.150 9053.00 8973.93 79.07 + 25.200 9129.00 8971.01 157.99 + 25.250 9121.00 8968.09 152.91 + 25.300 8803.00 8965.17 -162.17 + 25.350 9041.00 8962.25 78.75 + 25.400 8952.00 8959.33 -7.33 + 25.450 9103.00 8956.42 146.58 + 25.500 8966.00 8953.50 12.50 + 25.550 9064.00 8950.58 113.42 + 25.600 8813.00 8947.66 -134.66 + 25.650 8930.00 8944.74 -14.74 + 25.700 9095.00 8941.82 153.18 + 25.750 8718.00 8938.90 -220.90 + 25.800 8901.00 8935.98 -34.98 + 25.850 8817.00 8933.07 -116.07 + 25.900 8776.00 8930.15 -154.15 + 25.950 8877.00 8927.23 -50.23 + 26.000 8949.00 8924.31 24.69 + 26.050 8895.00 8921.39 -26.39 + 26.100 8951.00 8918.47 32.53 + 26.150 8747.00 8915.55 -168.55 + 26.200 8973.00 8912.63 60.37 + 26.250 9134.00 8909.71 224.29 + 26.300 9002.00 8906.80 95.20 + 26.350 8658.00 8903.88 -245.88 + 26.400 8693.00 8900.96 -207.96 + 26.450 8594.00 8898.04 -304.04 + 26.500 8727.00 8895.12 -168.12 + 26.550 9237.00 8892.20 344.80 + 26.600 8927.00 8889.28 37.72 + 26.650 9099.00 8886.36 212.64 + 26.700 8715.00 8883.45 -168.45 + 26.750 9056.00 8880.53 175.47 + 26.800 8928.00 8877.61 50.39 + 26.850 8854.00 8874.69 -20.69 + 26.900 8880.00 8871.77 8.23 + 26.950 8636.00 8868.85 -232.85 + 27.000 9010.00 8865.93 144.07 + 27.050 8742.00 8863.01 -121.01 + 27.100 9031.00 8860.09 170.91 + 27.150 9091.00 8857.18 233.82 + 27.200 8735.00 8854.26 -119.26 + 27.250 8866.00 8851.34 14.66 + 27.300 8940.00 8848.42 91.58 + 27.350 8922.00 8845.50 76.50 + 27.400 8779.00 8842.58 -63.58 + 27.450 8944.00 8839.66 104.34 + 27.500 8946.00 8836.75 109.25 + 27.550 8889.00 8833.83 55.17 + 27.600 8809.00 8830.91 -21.91 + 27.650 8956.00 8827.99 128.01 + 27.700 9148.00 8825.07 322.93 + 27.750 8802.00 8822.15 -20.15 + 27.800 8726.00 8819.23 -93.23 + 27.850 8861.00 8816.31 44.69 + 27.900 8797.00 8813.40 -16.40 + 27.950 8696.00 8811.59 -115.59 + 28.000 8928.00 8809.79 118.21 + 28.050 8904.00 8807.98 96.02 + 28.100 8928.00 8806.18 121.82 + 28.150 8854.00 8804.38 49.62 + 28.200 8827.00 8802.57 24.43 + 28.250 8925.00 8800.77 124.23 + 28.300 8696.00 8798.96 -102.96 + 28.350 8891.00 8797.16 93.84 + 28.400 8760.00 8795.35 -35.35 + 28.450 8905.00 8793.56 111.44 + 28.500 8717.00 8791.80 -74.80 + 28.550 8673.00 8790.30 -117.30 + 28.600 8810.00 8790.05 19.95 + 28.650 8692.00 8795.38 -103.38 + 28.700 8797.00 8822.53 -25.53 + 28.750 8802.00 8924.25 -122.25 + 28.800 8951.00 9248.68 -297.68 + 28.850 9192.00 10151.11 -959.11 + 28.900 9431.00 12348.31 -2917.31 + 28.950 10213.00 17023.89 -6810.89 + 29.000 11294.00 25680.58 -14386.58 + 29.050 12854.00 39524.92 -26670.92 + 29.100 14764.00 58412.04 -43648.04 + 29.150 16826.00 79878.23 -63052.23 + 29.200 18020.00 99161.59 -81141.59 + 29.250 18385.00 110737.45 -92352.45 + 29.300 17673.00 110845.81 -93172.81 + 29.350 16007.00 99448.86 -83441.86 + 29.400 13695.00 80254.20 -66559.20 + 29.450 11861.00 58775.24 -46914.24 + 29.500 10298.00 39809.00 -29511.00 + 29.550 9578.00 25862.75 -16284.75 + 29.600 9210.00 17116.79 -7906.79 + 29.650 8856.00 12379.54 -3523.54 + 29.700 8642.00 10145.79 -1503.79 + 29.750 8679.00 9224.08 -545.08 + 29.800 8755.00 8889.59 -134.59 + 29.850 8831.00 8781.97 49.03 + 29.900 8635.00 8750.51 -115.51 + 29.950 8926.00 8741.37 184.63 + 30.000 8880.00 8737.97 142.03 + 30.050 8481.00 8735.85 -254.85 + 30.100 8648.00 8734.00 -86.00 + 30.150 8662.00 8732.18 -70.18 + 30.200 8641.00 8730.38 -89.38 + 30.250 8733.00 8728.57 4.43 + 30.300 8780.00 8726.77 53.23 + 30.350 8952.00 8724.96 227.04 + 30.400 8924.00 8723.16 200.84 + 30.450 8665.00 8721.35 -56.35 + 30.500 8724.00 8719.55 4.45 + 30.550 8712.00 8717.74 -5.74 + 30.600 8737.00 8715.94 21.06 + 30.650 8627.00 8714.13 -87.13 + 30.700 8830.00 8712.33 117.67 + 30.750 8841.00 8710.52 130.48 + 30.800 8773.00 8708.72 64.28 + 30.850 8894.00 8706.91 187.09 + 30.900 8583.00 8705.11 -122.11 + 30.950 8854.00 8703.35 150.65 + 31.000 8726.00 8701.77 24.23 + 31.050 8535.00 8701.01 -166.01 + 31.100 8526.00 8703.56 -177.56 + 31.150 8610.00 8717.81 -107.81 + 31.200 8561.00 8768.03 -207.03 + 31.250 8708.00 8914.30 -206.30 + 31.300 8591.00 9282.11 -691.11 + 31.350 8911.00 10086.69 -1175.69 + 31.400 9002.00 11615.39 -2613.39 + 31.450 9313.00 14123.19 -4810.19 + 31.500 10043.00 17634.50 -7591.50 + 31.550 10289.00 21741.88 -11452.88 + 31.600 10283.00 25571.36 -15288.36 + 31.650 10315.00 28043.09 -17728.09 + 31.700 10351.00 28355.33 -18004.33 + 31.750 10008.00 26401.12 -16393.12 + 31.800 9587.00 22826.90 -13239.90 + 31.850 9293.00 18688.76 -9395.76 + 31.900 9014.00 14954.10 -5940.10 + 31.950 9039.00 12162.40 -3123.40 + 32.000 8884.00 10388.37 -1504.37 + 32.050 8556.00 9416.46 -860.46 + 32.100 8612.00 8953.40 -341.40 + 32.150 8596.00 8760.09 -164.09 + 32.200 8566.00 8688.65 -122.65 + 32.250 8657.00 8664.59 -7.59 + 32.300 8693.00 8656.54 36.46 + 32.350 8707.00 8653.18 53.82 + 32.400 8458.00 8651.04 -193.04 + 32.450 8463.00 8649.17 -186.17 + 32.500 8565.00 8647.35 -82.35 + 32.550 8609.00 8645.54 -36.54 + 32.600 8670.00 8643.74 26.26 + 32.650 8579.00 8641.93 -62.93 + 32.700 8550.00 8640.13 -90.13 + 32.750 8641.00 8638.33 2.67 + 32.800 8622.00 8636.52 -14.52 + 32.850 8762.00 8634.71 127.29 + 32.900 8598.00 8632.91 -34.91 + 32.950 8574.00 8630.13 -56.13 + 33.000 8742.00 8626.94 115.06 + 33.050 8712.00 8623.75 88.25 + 33.100 8666.00 8620.56 45.44 + 33.150 8679.00 8617.38 61.62 + 33.200 8625.00 8614.19 10.81 + 33.250 8659.00 8611.00 48.00 + 33.300 8715.00 8607.84 107.16 + 33.350 8883.00 8604.75 278.25 + 33.400 8741.00 8601.91 139.09 + 33.450 8477.00 8599.89 -122.89 + 33.500 8518.00 8600.09 -82.09 + 33.550 8542.00 8605.48 -63.48 + 33.600 8645.00 8621.30 23.70 + 33.650 8511.00 8654.72 -143.72 + 33.700 8435.00 8712.38 -277.38 + 33.750 8573.00 8795.53 -222.53 + 33.800 8732.00 8894.75 -162.75 + 33.850 8472.00 8988.64 -516.64 + 33.900 8642.00 9049.96 -407.96 + 33.950 8755.00 9057.73 -302.73 + 34.000 8538.00 9008.19 -470.19 + 34.050 8576.00 8916.87 -340.87 + 34.100 8639.00 8810.23 -171.23 + 34.150 8695.00 8712.96 -17.96 + 34.200 8662.00 8639.14 22.86 + 34.250 8710.00 8590.98 119.02 + 34.300 8703.00 8563.14 139.86 + 34.350 8559.00 8548.24 10.76 + 34.400 8404.00 8540.20 -136.20 + 34.450 8712.00 8535.25 176.75 + 34.500 8576.00 8531.50 44.50 + 34.550 8592.00 8528.15 63.85 + 34.600 8628.00 8524.93 103.07 + 34.650 8441.00 8521.73 -80.73 + 34.700 8499.00 8518.54 -19.54 + 34.750 8531.00 8515.35 15.65 + 34.800 8493.00 8512.16 -19.16 + 34.850 8564.00 8508.98 55.02 + 34.900 8604.00 8505.79 98.21 + 34.950 8536.00 8502.60 33.40 + 35.000 8282.00 8499.41 -217.41 + 35.050 8324.00 8496.22 -172.22 + 35.100 8353.00 8493.03 -140.03 + 35.150 8543.00 8489.85 53.15 + 35.200 8594.00 8486.66 107.34 + 35.250 8589.00 8483.47 105.53 + 35.300 8358.00 8480.28 -122.28 + 35.350 8344.00 8477.10 -133.10 + 35.400 8411.00 8473.95 -62.95 + 35.450 8529.00 8470.95 58.05 + 35.500 8588.00 8468.52 119.48 + 35.550 8533.00 8468.04 64.96 + 35.600 8322.00 8473.37 -151.37 + 35.650 8262.00 8493.68 -231.68 + 35.700 8579.00 8547.12 31.88 + 35.750 8617.00 8662.78 -45.78 + 35.800 8365.00 8875.66 -510.66 + 35.850 8571.00 9209.86 -638.86 + 35.900 8618.00 9652.59 -1034.59 + 35.950 8608.00 10134.12 -1526.12 + 36.000 8692.00 10535.78 -1843.78 + 36.050 8555.00 10733.88 -2178.88 + 36.100 8692.00 10660.24 -1968.24 + 36.150 8699.00 10339.15 -1640.15 + 36.200 8515.00 9874.06 -1359.06 + 36.250 8512.00 9393.46 -881.46 + 36.300 8449.00 8994.52 -545.52 + 36.350 8511.00 8716.83 -205.83 + 36.400 8442.00 8551.10 -109.10 + 36.450 8418.00 8464.87 -46.87 + 36.500 8467.00 8424.82 42.18 + 36.550 8641.00 8407.34 233.66 + 36.600 8426.00 8399.31 26.69 + 36.650 8370.00 8394.68 -24.68 + 36.700 8306.00 8391.12 -85.12 + 36.750 8439.00 8387.84 51.16 + 36.800 8552.00 8384.64 167.36 + 36.850 8351.00 8381.45 -30.45 + 36.900 8258.00 8378.26 -120.26 + 36.950 8396.00 8375.07 20.93 + 37.000 8543.00 8371.88 171.12 + 37.050 8500.00 8368.69 131.31 + 37.100 8486.00 8365.50 120.50 + 37.150 8342.00 8362.32 -20.32 + 37.200 8352.00 8359.13 -7.13 + 37.250 8409.00 8355.94 53.06 + 37.300 8412.00 8352.75 59.25 + 37.350 8216.00 8349.57 -133.57 + 37.400 8340.00 8346.39 -6.39 + 37.450 8417.00 8343.26 73.74 + 37.500 8570.00 8340.35 229.65 + 37.550 8381.00 8338.21 42.79 + 37.600 8418.00 8338.59 79.41 + 37.650 8461.00 8345.99 115.01 + 37.700 8353.00 8370.30 -17.30 + 37.750 8213.00 8429.38 -216.38 + 37.800 8268.00 8548.56 -280.56 + 37.850 8329.00 8752.70 -423.70 + 37.900 8333.00 9049.07 -716.07 + 37.950 8304.00 9407.49 -1103.49 + 38.000 8541.00 9753.78 -1212.78 + 38.050 8519.00 9989.90 -1470.90 + 38.100 8404.00 10037.35 -1633.35 + 38.150 8447.00 9878.52 -1431.52 + 38.200 8611.00 9566.47 -955.47 + 38.250 8230.00 9195.94 -965.94 + 38.300 8356.00 8856.88 -500.88 + 38.350 8129.00 8601.17 -472.17 + 38.400 8264.00 8437.38 -173.38 + 38.450 8208.00 8346.55 -138.55 + 38.500 8240.00 8301.97 -61.97 + 38.550 8160.00 8281.76 -121.76 + 38.600 8040.00 8272.47 -232.47 + 38.650 8109.00 8267.36 -158.36 + 38.700 8335.00 8263.64 71.36 + 38.750 8213.00 8260.33 -47.33 + 38.800 8130.00 8257.11 -127.11 + 38.850 8269.00 8253.92 15.08 + 38.900 8243.00 8250.73 -7.73 + 38.950 8371.00 8247.54 123.46 + 39.000 8285.00 8244.35 40.65 + 39.050 8225.00 8241.16 -16.16 + 39.100 8441.00 8237.98 203.02 + 39.150 8146.00 8235.21 -89.21 + 39.200 8177.00 8232.64 -55.64 + 39.250 8453.00 8230.08 222.92 + 39.300 8254.00 8227.60 26.40 + 39.350 8176.00 8225.57 -49.57 + 39.400 8118.00 8225.67 -107.67 + 39.450 8164.00 8234.60 -70.60 + 39.500 8123.00 8275.44 -152.44 + 39.550 8157.00 8416.45 -259.45 + 39.600 8456.00 8829.54 -373.54 + 39.650 8643.00 9877.63 -1234.63 + 39.700 8710.00 12185.64 -3475.64 + 39.750 9392.00 16583.53 -7191.53 + 39.800 10187.00 23783.26 -13596.26 + 39.850 11058.00 33783.02 -22725.02 + 39.900 12033.00 45288.77 -33255.77 + 39.950 12788.00 55676.62 -42888.62 + 40.000 13099.00 61862.12 -48763.12 + 40.050 12683.00 61754.91 -49071.91 + 40.100 12144.00 55391.75 -43247.75 + 40.150 10940.00 44914.88 -33974.88 + 40.200 9812.00 33417.89 -23605.89 + 40.250 9120.00 23488.81 -14368.81 + 40.300 8622.00 16377.24 -7755.24 + 40.350 8453.00 12052.48 -3599.48 + 40.400 8458.00 9790.73 -1332.73 + 40.450 8161.00 8765.58 -604.58 + 40.500 8132.00 8360.14 -228.14 + 40.550 8329.00 8218.97 110.03 + 40.600 8305.00 8174.67 130.33 + 40.650 8141.00 8161.08 -20.08 + 40.700 8114.00 8155.95 -41.95 + 40.750 8260.00 8152.85 107.15 + 40.800 8225.00 8150.18 74.82 + 40.850 8204.00 8147.59 56.41 + 40.900 8295.00 8145.01 149.99 + 40.950 8278.00 8142.43 135.57 + 41.000 8204.00 8139.85 64.15 + 41.050 8140.00 8137.27 2.73 + 41.100 8069.00 8134.70 -65.70 + 41.150 8286.00 8132.12 153.88 + 41.200 8102.00 8129.56 -27.56 + 41.250 8139.00 8127.05 11.95 + 41.300 8104.00 8124.76 -20.76 + 41.350 8281.00 8123.35 157.65 + 41.400 8235.00 8124.80 110.20 + 41.450 8315.00 8134.34 180.66 + 41.500 8199.00 8163.68 35.32 + 41.550 8097.00 8234.23 -137.23 + 41.600 8026.00 8376.79 -350.79 + 41.650 8205.00 8622.16 -417.16 + 41.700 8314.00 8980.02 -666.02 + 41.750 8207.00 9414.41 -1207.41 + 41.800 8106.00 9834.93 -1728.93 + 41.850 8260.00 10121.38 -1861.38 + 41.900 8442.00 10177.70 -1735.70 + 41.950 8271.00 9983.11 -1712.11 + 42.000 8169.00 9603.88 -1434.88 + 42.050 8041.00 9156.66 -1115.66 + 42.100 7892.00 8750.76 -858.76 + 42.150 8119.00 8447.72 -328.72 + 42.200 8200.00 8256.13 -56.13 + 42.250 8253.00 8151.67 101.33 + 42.300 8286.00 8101.64 184.36 + 42.350 8101.00 8079.86 21.14 + 42.400 7930.00 8070.50 -140.50 + 42.450 7916.00 8065.84 -149.84 + 42.500 8012.00 8062.70 -50.70 + 42.550 7975.00 8059.99 -84.99 + 42.600 8126.00 8057.38 68.62 + 42.650 8154.00 8054.80 99.20 + 42.700 8124.00 8052.22 71.78 + 42.750 7923.00 8049.64 -126.64 + 42.800 7957.00 8047.07 -90.07 + 42.850 7910.00 8044.49 -134.49 + 42.900 7982.00 8041.91 -59.91 + 42.950 7849.00 8039.36 -190.36 + 43.000 7932.00 8036.91 -104.91 + 43.050 8027.00 8035.00 -8.00 + 43.100 8094.00 8035.40 58.60 + 43.150 7974.00 8044.56 -70.56 + 43.200 8129.00 8082.48 46.52 + 43.250 8198.00 8202.00 -4.00 + 43.300 8034.00 8520.47 -486.47 + 43.350 8173.00 9251.79 -1078.79 + 43.400 8397.00 10701.31 -2304.31 + 43.450 8491.00 13167.64 -4676.64 + 43.500 8904.00 16731.73 -7827.73 + 43.550 9408.00 21015.52 -11607.52 + 43.600 9684.00 25107.26 -15423.26 + 43.650 9762.00 27823.61 -18061.61 + 43.700 9523.00 28249.88 -18726.88 + 43.750 9289.00 26234.06 -16945.06 + 43.800 9015.00 22472.37 -13457.37 + 43.850 8748.00 18123.74 -9375.74 + 43.900 8415.00 14239.50 -5824.50 + 43.950 8209.00 11385.88 -3176.88 + 44.000 8107.00 9614.03 -1507.03 + 44.050 8066.00 8670.87 -604.87 + 44.100 7911.00 8236.40 -325.40 + 44.150 7750.00 8061.64 -311.64 + 44.200 8032.00 7999.26 32.74 + 44.250 7912.00 7978.54 -66.54 + 44.300 7943.00 7971.14 -28.14 + 44.350 7890.00 7967.44 -77.44 + 44.400 7932.00 7964.64 -32.64 + 44.450 8011.00 7962.02 48.98 + 44.500 8034.00 7959.44 74.56 + 44.550 8108.00 7956.86 151.14 + 44.600 8104.00 7954.28 149.72 + 44.650 8021.00 7951.70 69.30 + 44.700 7977.00 7949.12 27.88 + 44.750 8073.00 7946.55 126.45 + 44.800 8126.00 7943.97 182.03 + 44.850 7883.00 7941.39 -58.39 + 44.900 7974.00 7938.82 35.18 + 44.950 7947.00 7936.24 10.76 + 45.000 7991.00 7933.66 57.34 + 45.050 7953.00 7931.08 21.92 + 45.100 7820.00 7928.51 -108.51 + 45.150 8118.00 7925.93 192.07 + 45.200 8208.00 7923.35 284.65 + 45.250 7887.00 7920.77 -33.77 + 45.300 8016.00 7918.20 97.80 + 45.350 7859.00 7915.62 -56.62 + 45.400 7927.00 7913.04 13.96 + 45.450 8020.00 7910.46 109.54 + 45.500 8022.00 7907.89 114.11 + 45.550 7861.00 7905.31 -44.31 + 45.600 7759.00 7902.73 -143.73 + 45.650 7826.00 7900.15 -74.15 + 45.700 7903.00 7897.58 5.42 + 45.750 7758.00 7896.15 -138.15 + 45.800 7951.00 7895.09 55.91 + 45.850 7893.00 7894.02 -1.02 + 45.900 7963.00 7892.96 70.04 + 45.950 7948.00 7891.89 56.11 + 46.000 7865.00 7890.83 -25.83 + 46.050 7927.00 7889.76 37.24 + 46.100 7920.00 7888.70 31.30 + 46.150 7942.00 7887.63 54.37 + 46.200 7862.00 7886.57 -24.57 + 46.250 7931.00 7885.50 45.50 + 46.300 8008.00 7884.44 123.56 + 46.350 7846.00 7883.38 -37.38 + 46.400 7866.00 7882.34 -16.34 + 46.450 7900.00 7881.42 18.58 + 46.500 7912.00 7881.09 30.91 + 46.550 7778.00 7883.18 -105.18 + 46.600 7679.00 7894.10 -215.10 + 46.650 7981.00 7932.75 48.25 + 46.700 7857.00 8046.43 -189.43 + 46.750 8082.00 8333.71 -251.71 + 46.800 8179.00 8960.65 -781.65 + 46.850 8262.00 10138.54 -1876.54 + 46.900 8322.00 12029.35 -3707.35 + 46.950 8482.00 14585.09 -6103.09 + 47.000 8685.00 17413.54 -8728.54 + 47.050 8971.00 19808.46 -10837.46 + 47.100 9054.00 21014.62 -11960.62 + 47.150 9044.00 20607.70 -11563.70 + 47.200 8941.00 18733.36 -9792.36 + 47.250 8540.00 16023.38 -7483.38 + 47.300 8036.00 13254.47 -5218.47 + 47.350 7980.00 10997.54 -3017.54 + 47.400 8025.00 9465.88 -1440.88 + 47.450 8137.00 8582.98 -445.98 + 47.500 8076.00 8145.59 -69.59 + 47.550 7932.00 7957.89 -25.89 + 47.600 8057.00 7887.50 169.50 + 47.650 7883.00 7864.01 18.99 + 47.700 7912.00 7856.61 55.39 + 47.750 7932.00 7853.99 78.01 + 47.800 8034.00 7852.58 181.42 + 47.850 8008.00 7851.46 156.54 + 47.900 7941.00 7850.38 90.62 + 47.950 7920.00 7849.33 70.67 + 48.000 7908.00 7848.34 59.66 + 48.050 7894.00 7847.77 46.23 + 48.100 7884.00 7849.48 34.52 + 48.150 7982.00 7862.09 119.91 + 48.200 7696.00 7919.88 -223.88 + 48.250 7879.00 8140.41 -261.41 + 48.300 8216.00 8867.54 -651.54 + 48.350 8436.00 10951.13 -2515.13 + 48.400 9053.00 16135.83 -7082.83 + 48.450 10442.00 27298.88 -16856.88 + 48.500 12610.00 47985.41 -35375.41 + 48.550 15833.00 80684.32 -64851.32 + 48.600 19815.00 124090.39 -104275.39 + 48.650 23750.00 171010.20 -147260.20 + 48.700 26358.00 209264.77 -182906.77 + 48.750 26911.00 226527.31 -199616.31 + 48.800 25283.00 216660.36 -191377.36 + 48.850 21610.00 183211.55 -161601.55 + 48.900 17504.00 137369.19 -119865.19 + 48.950 13616.00 91981.71 -78365.71 + 49.000 10967.00 55908.95 -44941.95 + 49.050 9225.00 31987.85 -22762.85 + 49.100 8494.00 18503.63 -10009.63 + 49.150 8128.00 11974.45 -3846.45 + 49.200 7868.00 9241.72 -1373.72 + 49.250 7746.00 8248.32 -502.32 + 49.300 7824.00 7933.41 -109.41 + 49.350 7894.00 7845.76 48.24 + 49.400 7864.00 7823.81 40.19 + 49.450 8066.00 7818.35 247.65 + 49.500 7869.00 7816.47 52.53 + 49.550 7952.00 7815.27 136.73 + 49.600 7849.00 7814.19 34.81 + 49.650 7890.00 7813.13 76.87 + 49.700 7834.00 7812.09 21.91 + 49.750 7801.00 7811.19 -10.19 + 49.800 7912.00 7810.85 101.15 + 49.850 7985.00 7812.55 172.45 + 49.900 7874.00 7820.75 53.25 + 49.950 7837.00 7846.65 -9.65 + 50.000 7786.00 7913.79 -127.79 + 50.050 7855.00 8062.02 -207.02 + 50.100 8028.00 8342.16 -314.16 + 50.150 7941.00 8793.04 -852.04 + 50.200 7962.00 9402.45 -1440.45 + 50.250 7965.00 10074.69 -2109.69 + 50.300 8047.00 10638.80 -2591.80 + 50.350 8135.00 10914.03 -2779.03 + 50.400 8038.00 10802.04 -2764.04 + 50.450 8021.00 10343.04 -2322.04 + 50.500 7970.00 9692.39 -1722.39 + 50.550 8077.00 9036.22 -959.22 + 50.600 7900.00 8507.74 -607.74 + 50.650 7835.00 8153.34 -318.34 + 50.700 7815.00 7951.45 -136.45 + 50.750 7731.00 7852.47 -121.47 + 50.800 7746.00 7810.19 -64.19 + 50.850 7681.00 7794.07 -113.07 + 50.900 7696.00 7788.23 -92.23 + 50.950 7825.00 7785.84 39.16 + 51.000 7826.00 7784.46 41.54 + 51.050 7609.00 7783.32 -174.32 + 51.100 7723.00 7782.25 -59.25 + 51.150 7874.00 7781.18 92.82 + 51.200 7718.00 7780.12 -62.12 + 51.250 7687.00 7779.06 -92.06 + 51.300 7753.00 7778.02 -25.02 + 51.350 7799.00 7777.09 21.91 + 51.400 7724.00 7776.57 -52.57 + 51.450 7775.00 7777.44 -2.44 + 51.500 7963.00 7782.31 180.69 + 51.550 7847.00 7797.13 49.87 + 51.600 7729.00 7832.85 -103.85 + 51.650 7766.00 7905.22 -139.22 + 51.700 7890.00 8029.55 -139.55 + 51.750 7684.00 8209.51 -525.51 + 51.800 7648.00 8424.42 -776.42 + 51.850 7791.00 8625.96 -834.96 + 51.900 7799.00 8753.09 -954.09 + 51.950 7793.00 8761.04 -968.04 + 52.000 8040.00 8646.18 -606.18 + 52.050 7875.00 8448.83 -573.83 + 52.100 7863.00 8229.63 -366.63 + 52.150 7703.00 8040.06 -337.06 + 52.200 7642.00 7904.92 -262.92 + 52.250 7764.00 7823.29 -59.29 + 52.300 7715.00 7780.71 -65.71 + 52.350 7670.00 7761.03 -91.03 + 52.400 7741.00 7752.51 -11.51 + 52.450 7571.00 7748.59 -177.59 + 52.500 7675.00 7746.31 -71.31 + 52.550 7640.00 7744.51 -104.51 + 52.600 7765.00 7742.85 22.15 + 52.650 7859.00 7741.21 117.79 + 52.700 7840.00 7739.58 100.42 + 52.750 7721.00 7737.98 -16.98 + 52.800 7709.00 7736.52 -27.52 + 52.850 7796.00 7735.77 60.23 + 52.900 7863.00 7738.07 124.93 + 52.950 7699.00 7751.81 -52.81 + 53.000 7726.00 7802.61 -76.61 + 53.050 7575.00 7956.55 -381.55 + 53.100 7928.00 8355.28 -427.28 + 53.150 8052.00 9244.33 -1192.33 + 53.200 8318.00 10945.90 -2627.90 + 53.250 8250.00 13720.95 -5470.95 + 53.300 8585.00 17522.86 -8937.86 + 53.350 9041.00 21777.63 -12736.63 + 53.400 9461.00 25415.26 -15954.26 + 53.450 9483.00 27270.24 -17787.24 + 53.500 9282.00 26678.07 -17396.07 + 53.550 8970.00 23854.88 -14884.88 + 53.600 8645.00 19771.30 -11126.30 + 53.650 8241.00 15617.75 -7376.75 + 53.700 8006.00 12259.42 -4253.42 + 53.750 7903.00 10005.30 -2102.30 + 53.800 7772.00 8723.61 -951.61 + 53.850 7584.00 8099.06 -515.06 + 53.900 7734.00 7836.07 -102.07 + 53.950 7633.00 7739.51 -106.51 + 54.000 7638.00 7707.92 -69.92 + 54.050 7643.00 7698.06 -55.06 + 54.100 7713.00 7694.46 18.54 + 54.150 7736.00 7692.42 43.58 + 54.200 7630.00 7690.71 -60.71 + 54.250 7861.00 7689.08 171.92 + 54.300 7896.00 7687.47 208.53 + 54.350 7797.00 7685.95 111.05 + 54.400 7826.00 7684.84 141.16 + 54.450 7626.00 7685.27 -59.27 + 54.500 7809.00 7690.83 118.17 + 54.550 7762.00 7710.93 51.07 + 54.600 7733.00 7766.30 -33.30 + 54.650 7759.00 7893.90 -134.90 + 54.700 7784.00 8144.09 -360.09 + 54.750 7838.00 8560.97 -722.97 + 54.800 7961.00 9144.47 -1183.47 + 54.850 8012.00 9813.25 -1801.25 + 54.900 7765.00 10404.01 -2639.01 + 54.950 7848.00 10729.46 -2881.46 + 55.000 7880.00 10672.79 -2792.79 + 55.050 7995.00 10254.27 -2259.27 + 55.100 7783.00 9619.35 -1836.35 + 55.150 7827.00 8957.44 -1130.44 + 55.200 7696.00 8412.57 -716.57 + 55.250 7540.00 8041.24 -501.24 + 55.300 7640.00 7826.97 -186.97 + 55.350 7714.00 7720.76 -6.76 + 55.400 7552.00 7674.84 -122.84 + 55.450 7637.00 7656.98 -19.98 + 55.500 7593.00 7650.20 -57.20 + 55.550 7588.00 7647.14 -59.14 + 55.600 7710.00 7645.17 64.83 + 55.650 7546.00 7643.47 -97.47 + 55.700 7590.00 7641.83 -51.83 + 55.750 7718.00 7640.25 77.75 + 55.800 7680.00 7638.90 41.10 + 55.850 7733.00 7638.64 94.36 + 55.900 7825.00 7642.99 182.01 + 55.950 7807.00 7663.96 143.04 + 56.000 7821.00 7736.63 84.37 + 56.050 7804.00 7947.08 -143.08 + 56.100 7771.00 8469.31 -698.31 + 56.150 7969.00 9583.06 -1614.06 + 56.200 8249.00 11615.19 -3366.19 + 56.250 8418.00 14758.11 -6340.11 + 56.300 8941.00 18805.74 -9864.74 + 56.350 9207.00 22989.05 -13782.05 + 56.400 9365.00 26133.26 -16768.26 + 56.450 9359.00 27169.62 -17810.62 + 56.500 9173.00 25716.98 -16543.98 + 56.550 8796.00 22304.77 -13508.77 + 56.600 8341.00 18064.39 -9723.39 + 56.650 8111.00 14129.44 -6018.44 + 56.700 7889.00 11173.29 -3284.29 + 56.750 7620.00 9315.88 -1695.88 + 56.800 7748.00 8323.76 -575.76 + 56.850 7814.00 7868.74 -54.74 + 56.900 7678.00 7688.09 -10.09 + 56.950 7737.00 7625.25 111.75 + 57.000 7668.00 7605.46 62.54 + 57.050 7699.00 7599.14 99.86 + 57.100 7742.00 7596.45 145.55 + 57.150 7781.00 7594.64 186.36 + 57.200 7746.00 7593.12 152.88 + 57.250 7575.00 7592.31 -17.31 + 57.300 7662.00 7594.88 67.12 + 57.350 7697.00 7611.72 85.28 + 57.400 7624.00 7680.93 -56.93 + 57.450 7750.00 7915.44 -165.44 + 57.500 7706.00 8596.67 -890.67 + 57.550 7784.00 10303.36 -2519.36 + 57.600 8419.00 13984.04 -5565.04 + 57.650 8996.00 20780.55 -11784.55 + 57.700 10073.00 31420.59 -21347.59 + 57.750 11439.00 45303.86 -33864.86 + 57.800 12666.00 59877.45 -47211.45 + 57.850 13675.00 71099.54 -57424.54 + 57.900 13505.00 75171.95 -61666.95 + 57.950 12708.00 70593.82 -57885.82 + 58.000 11481.00 59046.83 -47565.83 + 58.050 10507.00 44405.93 -33898.93 + 58.100 9337.00 30662.11 -21325.11 + 58.150 8414.00 20249.71 -11835.71 + 58.200 7930.00 13666.52 -5736.52 + 58.250 7629.00 10133.39 -2504.39 + 58.300 7685.00 8508.22 -823.22 + 58.350 7610.00 7863.31 -253.31 + 58.400 7641.00 7641.12 -0.12 + 58.450 7558.00 7573.90 -15.90 + 58.500 7625.00 7555.30 69.70 + 58.550 7630.00 7549.86 80.14 + 58.600 7607.00 7547.50 59.50 + 58.650 7552.00 7545.88 6.12 + 58.700 7558.00 7545.02 12.98 + 58.750 7535.00 7547.15 -12.15 + 58.800 7428.00 7561.33 -133.33 + 58.850 7468.00 7617.37 -149.37 + 58.900 7579.00 7798.40 -219.40 + 58.950 7558.00 8297.84 -739.84 + 59.000 7759.00 9483.05 -1724.05 + 59.050 7998.00 11897.06 -3899.06 + 59.100 8317.00 16089.80 -7772.80 + 59.150 9051.00 22226.60 -13175.60 + 59.200 9587.00 29626.05 -20039.05 + 59.250 10370.00 36620.13 -26250.13 + 59.300 10441.00 41064.93 -30623.93 + 59.350 10387.00 41380.36 -30993.36 + 59.400 9863.00 37447.68 -27584.68 + 59.450 9167.00 30681.72 -21514.72 + 59.500 8724.00 23215.17 -14491.17 + 59.550 8321.00 16831.43 -8510.43 + 59.600 7953.00 12355.02 -4402.02 + 59.650 7590.00 9715.27 -2125.27 + 59.700 7617.00 8388.82 -771.82 + 59.750 7631.00 7815.91 -184.91 + 59.800 7550.00 7601.71 -51.71 + 59.850 7495.00 7531.60 -36.60 + 59.900 7532.00 7510.82 21.18 + 59.950 7591.00 7504.53 86.47 + 60.000 7659.00 7501.92 157.08 + 60.050 7552.00 7500.11 51.89 + 60.100 7427.00 7498.45 -71.45 + 60.150 7377.00 7496.82 -119.82 + 60.200 7396.00 7495.20 -99.20 + 60.250 7447.00 7493.62 -46.62 + 60.300 7637.00 7492.16 144.84 + 60.350 7583.00 7491.01 91.99 + 60.400 7442.00 7490.55 -48.55 + 60.450 7564.00 7491.37 72.63 + 60.500 7684.00 7494.15 189.85 + 60.550 7526.00 7499.20 26.80 + 60.600 7575.00 7506.09 68.91 + 60.650 7608.00 7512.98 95.02 + 60.700 7507.00 7517.38 -10.38 + 60.750 7518.00 7517.23 0.77 + 60.800 7538.00 7512.05 25.95 + 60.850 7679.00 7503.21 175.79 + 60.900 7593.00 7493.10 99.90 + 60.950 7372.00 7483.96 -111.96 + 61.000 7539.00 7476.93 62.07 + 61.050 7549.00 7472.10 76.90 + 61.100 7414.00 7468.91 -54.91 + 61.150 7421.00 7466.68 -45.68 + 61.200 7442.00 7464.93 -22.93 + 61.250 7472.00 7463.38 8.62 + 61.300 7552.00 7461.89 90.11 + 61.350 7413.00 7460.43 -47.43 + 61.400 7387.00 7458.97 -71.97 + 61.450 7469.00 7457.53 11.47 + 61.500 7547.00 7456.16 90.84 + 61.550 7324.00 7455.10 -131.10 + 61.600 7430.00 7455.36 -25.36 + 61.650 7447.00 7460.21 -13.21 + 61.700 7634.00 7478.90 155.10 + 61.750 7729.00 7533.07 195.93 + 61.800 7434.00 7664.13 -230.13 + 61.850 7567.00 7933.60 -366.60 + 61.900 7783.00 8404.18 -621.18 + 61.950 7626.00 9094.82 -1468.82 + 62.000 7684.00 9928.29 -2244.29 + 62.050 7837.00 10714.65 -2877.65 + 62.100 7877.00 11210.27 -3333.27 + 62.150 7771.00 11236.97 -3465.97 + 62.200 7622.00 10784.16 -3162.16 + 62.250 7559.00 10015.21 -2456.21 + 62.300 7552.00 9172.88 -1620.88 + 62.350 7353.00 8457.49 -1104.49 + 62.400 7370.00 7959.14 -589.14 + 62.450 7357.00 7667.19 -310.19 + 62.500 7358.00 7521.16 -163.16 + 62.550 7460.00 7457.98 2.02 + 62.600 7352.00 7433.81 -81.81 + 62.650 7316.00 7425.12 -109.12 + 62.700 7324.00 7421.67 -97.67 + 62.750 7387.00 7419.74 -32.74 + 62.800 7400.00 7418.19 -18.19 + 62.850 7538.00 7416.76 121.24 + 62.900 7417.00 7415.55 1.45 + 62.950 7304.00 7415.25 -111.25 + 63.000 7433.00 7418.32 14.68 + 63.050 7364.00 7432.38 -68.38 + 63.100 7299.00 7476.88 -177.88 + 63.150 7209.00 7592.93 -383.93 + 63.200 7404.00 7849.84 -445.84 + 63.250 7411.00 8334.01 -923.01 + 63.300 7542.00 9105.33 -1563.33 + 63.350 7581.00 10127.51 -2546.51 + 63.400 7670.00 11216.64 -3546.64 + 63.450 7570.00 12070.18 -4500.18 + 63.500 7697.00 12396.33 -4699.33 + 63.550 7727.00 12072.82 -4345.82 + 63.600 7573.00 11219.90 -3646.90 + 63.650 7573.00 10128.50 -2555.50 + 63.700 7527.00 9101.79 -1574.79 + 63.750 7318.00 8324.97 -1006.97 + 63.800 7282.00 7835.53 -553.53 + 63.850 7282.00 7574.07 -292.07 + 63.900 7351.00 7454.20 -103.20 + 63.950 7405.00 7406.38 -1.38 + 64.000 7351.00 7389.24 -38.24 + 64.050 7407.00 7383.20 23.80 + 64.100 7311.00 7380.59 -69.59 + 64.150 7357.00 7378.95 -21.95 + 64.200 7341.00 7377.89 -36.89 + 64.250 7281.00 7378.84 -97.84 + 64.300 7319.00 7388.59 -69.59 + 64.350 7486.00 7432.35 53.65 + 64.400 7533.00 7589.15 -56.15 + 64.450 7564.00 8066.90 -502.90 + 64.500 7775.00 9318.64 -1543.64 + 64.550 7919.00 12135.55 -4216.55 + 64.600 8354.00 17553.37 -9199.37 + 64.650 9022.00 26386.05 -17364.05 + 64.700 10195.00 38395.47 -28200.47 + 64.750 11593.00 51604.16 -40011.16 + 64.800 12440.00 62476.81 -50036.81 + 64.850 12475.00 67357.56 -54882.56 + 64.900 11957.00 64430.40 -52473.40 + 64.950 11222.00 54797.02 -43575.02 + 65.000 10173.00 41812.39 -31639.39 + 65.050 9042.00 29222.59 -20180.59 + 65.100 8143.00 19481.27 -11338.27 + 65.150 7635.00 13228.17 -5593.17 + 65.200 7484.00 9837.91 -2353.91 + 65.250 7394.00 8268.03 -874.03 + 65.300 7288.00 7643.17 -355.17 + 65.350 7349.00 7428.01 -79.01 + 65.400 7311.00 7363.15 -52.15 + 65.450 7262.00 7345.39 -83.39 + 65.500 7322.00 7340.30 -18.30 + 65.550 7371.00 7338.17 32.83 + 65.600 7410.00 7336.79 73.21 + 65.650 7196.00 7336.23 -140.23 + 65.700 7125.00 7338.36 -213.36 + 65.750 7374.00 7349.21 24.79 + 65.800 7346.00 7384.25 -38.25 + 65.850 7287.00 7476.14 -189.14 + 65.900 7410.00 7679.75 -269.75 + 65.950 7292.00 8062.83 -770.83 + 66.000 7278.00 8671.10 -1393.10 + 66.050 7499.00 9472.63 -1973.63 + 66.100 7645.00 10318.65 -2673.65 + 66.150 7701.00 10970.14 -3269.14 + 66.200 7754.00 11201.23 -3447.23 + 66.250 7717.00 10924.44 -3207.44 + 66.300 7617.00 10242.98 -2625.98 + 66.350 7359.00 9389.19 -2030.19 + 66.400 7435.00 8597.41 -1162.41 + 66.450 7433.00 8006.16 -573.16 + 66.500 7422.00 7638.22 -216.22 + 66.550 7482.00 7444.09 37.91 + 66.600 7285.00 7356.11 -71.11 + 66.650 7165.00 7321.25 -156.25 + 66.700 7378.00 7308.67 69.33 + 66.750 7244.00 7304.01 -60.01 + 66.800 7183.00 7301.76 -118.76 + 66.850 7308.00 7300.13 7.87 + 66.900 7436.00 7298.64 137.36 + 66.950 7318.00 7297.17 20.83 + 67.000 7328.00 7295.71 32.29 + 67.050 7398.00 7294.26 103.74 + 67.100 7437.00 7292.80 144.20 + 67.150 7273.00 7291.34 -18.34 + 67.200 7407.00 7289.88 117.12 + 67.250 7345.00 7288.43 56.57 + 67.300 7261.00 7286.97 -25.97 + 67.350 7418.00 7285.51 132.49 + 67.400 7328.00 7284.05 43.95 + 67.450 7295.00 7282.59 12.41 + 67.500 7325.00 7281.14 43.86 + 67.550 7453.00 7279.68 173.32 + 67.600 7223.00 7278.22 -55.22 + 67.650 7387.00 7276.76 110.24 + 67.700 7263.00 7275.31 -12.31 + 67.750 7256.00 7273.85 -17.85 + 67.800 7191.00 7272.39 -81.39 + 67.850 7404.00 7270.93 133.07 + 67.900 7318.00 7269.48 48.52 + 67.950 7316.00 7268.02 47.98 + 68.000 7304.00 7266.56 37.44 + 68.050 7311.00 7265.10 45.90 + 68.100 7269.00 7263.65 5.35 + 68.150 7289.00 7262.19 26.81 + 68.200 7189.00 7260.76 -71.76 + 68.250 7476.00 7260.20 215.80 + 68.300 7505.00 7259.63 245.37 + 68.350 7478.00 7259.07 218.93 + 68.400 7147.00 7258.50 -111.50 + 68.450 7328.00 7257.94 70.06 + 68.500 7116.00 7257.38 -141.38 + 68.550 7221.00 7256.81 -35.81 + 68.600 7275.00 7256.25 18.75 + 68.650 7212.00 7255.68 -43.68 + 68.700 7220.00 7255.12 -35.12 + 68.750 7265.00 7254.55 10.45 + 68.800 7315.00 7253.99 61.01 + 68.850 7131.00 7253.43 -122.43 + 68.900 7224.00 7252.86 -28.86 + 68.950 7269.00 7252.30 16.70 + 69.000 7242.00 7251.73 -9.73 + 69.050 7200.00 7251.17 -51.17 + 69.100 7314.00 7250.60 63.40 + 69.150 7412.00 7250.04 161.96 + 69.200 7465.00 7249.48 215.52 + 69.250 7340.00 7248.91 91.09 + 69.300 7411.00 7248.35 162.65 + 69.350 7363.00 7247.78 115.22 + 69.400 7364.00 7247.23 116.77 + 69.450 7412.00 7246.71 165.29 + 69.500 7365.00 7246.45 118.55 + 69.550 7215.00 7247.50 -32.50 + 69.600 7128.00 7254.28 -126.28 + 69.650 7277.00 7282.87 -5.87 + 69.700 7287.00 7382.35 -95.35 + 69.750 7392.00 7678.42 -286.42 + 69.800 7453.00 8435.14 -982.14 + 69.850 7604.00 10092.19 -2488.19 + 69.900 7833.00 13184.59 -5351.59 + 69.950 8298.00 18050.36 -9752.36 + 70.000 8808.00 24392.23 -15584.23 + 70.050 9410.00 30980.54 -21570.54 + 70.100 9785.00 35903.65 -26118.65 + 70.150 9822.00 37430.00 -27608.00 + 70.200 9620.00 34978.04 -25358.04 + 70.250 9192.00 29470.70 -20278.70 + 70.300 8570.00 22781.25 -14211.25 + 70.350 7831.00 16717.35 -8886.35 + 70.400 7687.00 12279.90 -4592.90 + 70.450 7470.00 9576.50 -2106.50 + 70.500 7367.00 8182.58 -815.58 + 70.550 7370.00 7568.94 -198.94 + 70.600 7181.00 7336.80 -155.80 + 70.650 7298.00 7260.83 37.17 + 70.700 7271.00 7239.06 31.94 + 70.750 7306.00 7233.42 72.58 + 70.800 7282.00 7232.30 49.70 + 70.850 7326.00 7234.35 91.65 + 70.900 7288.00 7246.41 41.59 + 70.950 7426.00 7295.19 130.81 + 71.000 7466.00 7461.15 4.85 + 71.050 7470.00 7945.49 -475.49 + 71.100 7439.00 9159.52 -1720.52 + 71.150 7789.00 11765.94 -3976.94 + 71.200 8144.00 16525.06 -8381.06 + 71.250 8780.00 23839.30 -15059.30 + 71.300 9592.00 33108.42 -23516.42 + 71.350 10486.00 42386.60 -31900.60 + 71.400 11021.00 48878.93 -37857.93 + 71.450 10865.00 50253.68 -39388.68 + 71.500 10326.00 45984.34 -35658.34 + 71.550 9907.00 37668.95 -27761.95 + 71.600 8808.00 28077.30 -19269.30 + 71.650 8257.00 19677.79 -11420.79 + 71.700 7650.00 13709.19 -6059.19 + 71.750 7378.00 10167.20 -2789.20 + 71.800 7288.00 8386.99 -1098.99 + 71.850 7321.00 7622.58 -301.58 + 71.900 7214.00 7340.36 -126.36 + 71.950 7254.00 7250.31 3.69 + 72.000 7234.00 7225.18 8.82 + 72.050 7112.00 7218.83 -106.83 + 72.100 7288.00 7217.41 70.59 + 72.150 7249.00 7218.31 30.69 + 72.200 7305.00 7224.99 80.01 + 72.250 7308.00 7251.54 56.46 + 72.300 7319.00 7338.34 -19.34 + 72.350 7403.00 7580.33 -177.33 + 72.400 7234.00 8158.44 -924.44 + 72.450 7322.00 9337.41 -2015.41 + 72.500 7493.00 11376.24 -3883.24 + 72.550 7825.00 14325.49 -6500.49 + 72.600 8267.00 17804.43 -9537.43 + 72.650 8547.00 20962.11 -12415.11 + 72.700 8490.00 22770.65 -14280.65 + 72.750 8409.00 22558.31 -14149.31 + 72.800 8185.00 20406.17 -12221.17 + 72.850 7778.00 17100.14 -9322.14 + 72.900 7514.00 13670.43 -6156.43 + 72.950 7634.00 10888.05 -3254.05 + 73.000 7248.00 9033.93 -1785.93 + 73.050 7157.00 7996.78 -839.78 + 73.100 7255.00 7503.79 -248.79 + 73.150 7208.00 7302.99 -94.99 + 73.200 7276.00 7232.45 43.55 + 73.250 7214.00 7210.79 3.21 + 73.300 7041.00 7204.74 -163.74 + 73.350 7175.00 7202.98 -27.98 + 73.400 7261.00 7202.42 58.58 + 73.450 7343.00 7202.97 140.03 + 73.500 7177.00 7207.05 -30.05 + 73.550 7210.00 7222.60 -12.60 + 73.600 7154.00 7270.29 -116.29 + 73.650 7055.00 7394.05 -339.05 + 73.700 7146.00 7667.77 -521.77 + 73.750 7435.00 8182.58 -747.58 + 73.800 7283.00 8997.94 -1714.94 + 73.850 7422.00 10065.94 -2643.94 + 73.900 7420.00 11180.56 -3760.56 + 73.950 7466.00 12017.08 -4551.08 + 74.000 7701.00 12279.42 -4578.42 + 74.050 7638.00 11866.63 -4228.63 + 74.100 7407.00 10935.35 -3528.35 + 74.150 7226.00 9804.16 -2578.16 + 74.200 7275.00 8780.54 -1505.54 + 74.250 7216.00 8033.65 -817.65 + 74.300 7280.00 7580.31 -300.31 + 74.350 7177.00 7347.64 -170.64 + 74.400 7184.00 7245.58 -61.58 + 74.450 7091.00 7206.96 -115.96 + 74.500 7233.00 7194.11 38.89 + 74.550 7259.00 7190.13 68.87 + 74.600 7075.00 7188.77 -113.77 + 74.650 7067.00 7188.21 -121.21 + 74.700 7165.00 7188.50 -23.50 + 74.750 7163.00 7191.64 -28.64 + 74.800 7122.00 7204.60 -82.60 + 74.850 7315.00 7246.66 68.34 + 74.900 7138.00 7361.71 -223.71 + 74.950 7155.00 7630.04 -475.04 + 75.000 7329.00 8163.20 -834.20 + 75.050 7289.00 9058.46 -1769.46 + 75.100 7274.00 10310.45 -3036.45 + 75.150 7445.00 11727.32 -4282.32 + 75.200 7554.00 12935.36 -5381.36 + 75.250 7897.00 13526.54 -5629.54 + 75.300 7777.00 13276.83 -5499.83 + 75.350 7604.00 12282.41 -4678.41 + 75.400 7470.00 10899.66 -3429.66 + 75.450 7246.00 9542.00 -2296.00 + 75.500 7086.00 8485.91 -1399.91 + 75.550 7140.00 7808.07 -668.07 + 75.600 7059.00 7441.93 -382.93 + 75.650 7134.00 7273.50 -139.50 + 75.700 7082.00 7206.97 -124.97 + 75.750 7020.00 7184.11 -164.11 + 75.800 6938.00 7177.05 -239.05 + 75.850 7129.00 7174.88 -45.88 + 75.900 7248.00 7174.07 73.93 + 75.950 7113.00 7174.04 -61.04 + 76.000 7265.00 7176.08 88.92 + 76.050 7232.00 7185.33 46.67 + 76.100 7317.00 7216.59 100.41 + 76.150 7359.00 7304.89 54.11 + 76.200 7147.00 7517.21 -370.21 + 76.250 7194.00 7952.28 -758.28 + 76.300 7437.00 8706.75 -1269.75 + 76.350 7434.00 9799.68 -2365.68 + 76.400 7530.00 11089.51 -3559.51 + 76.450 7762.00 12257.60 -4495.60 + 76.500 7710.00 12921.35 -5211.35 + 76.550 7629.00 12832.01 -5203.01 + 76.600 7528.00 12024.10 -4496.10 + 76.650 7404.00 10793.40 -3389.40 + 76.700 7418.00 9524.60 -2106.60 + 76.750 7210.00 8500.92 -1290.92 + 76.800 7309.00 7823.08 -514.08 + 76.850 7225.00 7446.46 -221.46 + 76.900 7123.00 7268.58 -145.58 + 76.950 7143.00 7196.55 -53.55 + 77.000 7031.00 7171.24 -140.24 + 77.050 7151.00 7163.30 -12.30 + 77.100 7181.00 7160.87 20.13 + 77.150 7282.00 7160.09 121.91 + 77.200 7137.00 7160.50 -23.50 + 77.250 7022.00 7164.55 -142.55 + 77.300 7103.00 7181.53 -78.53 + 77.350 7272.00 7238.38 33.62 + 77.400 7165.00 7399.57 -234.57 + 77.450 7319.00 7789.99 -470.99 + 77.500 7426.00 8596.69 -1170.69 + 77.550 7558.00 10008.15 -2450.15 + 77.600 7709.00 12072.57 -4363.57 + 77.650 7816.00 14536.13 -6720.13 + 77.700 8077.00 16801.22 -8724.22 + 77.750 8150.00 18131.85 -9981.85 + 77.800 8120.00 18030.62 -9910.62 + 77.850 7780.00 16536.88 -8756.88 + 77.900 7767.00 14201.04 -6434.04 + 77.950 7674.00 11761.88 -4087.88 + 78.000 7328.00 9776.11 -2448.11 + 78.050 7215.00 8451.64 -1236.64 + 78.100 7165.00 7711.23 -546.23 + 78.150 7180.00 7359.79 -179.79 + 78.200 7150.00 7217.07 -67.07 + 78.250 7160.00 7167.04 -7.04 + 78.300 7188.00 7151.67 36.33 + 78.350 7176.00 7147.40 28.60 + 78.400 7325.00 7146.72 178.28 + 78.450 7147.00 7149.69 -2.69 + 78.500 7029.00 7165.22 -136.22 + 78.550 7113.00 7225.23 -112.23 + 78.600 7243.00 7421.13 -178.13 + 78.650 7286.00 7969.10 -683.10 + 78.700 7328.00 9281.74 -1953.74 + 78.750 7541.00 11964.82 -4423.82 + 78.800 8051.00 16606.10 -8555.10 + 78.850 8730.00 23308.32 -14578.32 + 78.900 9218.00 31183.17 -21965.17 + 78.950 9902.00 38263.22 -28361.22 + 79.000 10075.00 42212.93 -32137.93 + 79.050 9957.00 41545.64 -31588.64 + 79.100 9475.00 36521.17 -27046.17 + 79.150 8917.00 28980.54 -20063.54 + 79.200 8129.00 21273.08 -13144.08 + 79.250 7618.00 15099.65 -7481.65 + 79.300 7370.00 11040.74 -3670.74 + 79.350 7223.00 8802.25 -1579.25 + 79.400 7310.00 7753.95 -443.95 + 79.450 7167.00 7334.26 -167.26 + 79.500 7179.00 7189.67 -10.67 + 79.550 7121.00 7146.50 -25.50 + 79.600 7124.00 7135.09 -11.09 + 79.650 7180.00 7132.34 47.66 + 79.700 7170.00 7132.38 37.62 + 79.750 7085.00 7136.31 -51.31 + 79.800 7101.00 7152.47 -51.47 + 79.850 7147.00 7204.87 -57.87 + 79.900 7092.00 7348.48 -256.48 + 79.950 7129.00 7684.14 -555.14 + 80.000 7187.00 8351.97 -1164.97 + 80.050 7274.00 9473.70 -2199.70 + 80.100 7331.00 11040.71 -3709.71 + 80.150 7667.00 12808.85 -5141.85 + 80.200 7880.00 14306.24 -6426.24 + 80.250 7884.00 15022.38 -7138.38 + 80.300 7750.00 14683.88 -6933.88 + 80.350 7623.00 13421.87 -5798.87 + 80.400 7494.00 11689.92 -4195.92 + 80.450 7387.00 10004.82 -2617.82 + 80.500 7347.00 8705.12 -1358.12 + 80.550 7265.00 7878.22 -613.22 + 80.600 7043.00 7435.76 -392.76 + 80.650 7113.00 7234.29 -121.29 + 80.700 7237.00 7155.63 81.37 + 80.750 7162.00 7128.97 33.03 + 80.800 7104.00 7120.90 -16.90 + 80.850 7085.00 7118.47 -33.47 + 80.900 7190.00 7117.51 72.49 + 80.950 7213.00 7116.89 96.11 + 81.000 7083.00 7116.42 -33.42 + 81.050 7118.00 7116.24 1.76 + 81.100 7228.00 7116.82 111.18 + 81.150 7134.00 7119.26 14.74 + 81.200 7160.00 7125.41 34.59 + 81.250 7001.00 7137.63 -136.63 + 81.300 7204.00 7157.56 46.44 + 81.350 7046.00 7183.59 -137.59 + 81.400 7056.00 7210.48 -154.48 + 81.450 7220.00 7230.57 -10.57 + 81.500 7094.00 7236.09 -142.09 + 81.550 7140.00 7224.21 -84.21 + 81.600 6994.00 7198.83 -204.83 + 81.650 6949.00 7168.11 -219.11 + 81.700 7127.00 7140.07 -13.07 + 81.750 7001.00 7119.11 -118.11 + 81.800 7149.00 7105.72 43.28 + 81.850 7174.00 7098.01 75.99 + 81.900 6971.00 7093.65 -122.65 + 81.950 7105.00 7090.91 14.09 + 82.000 7150.00 7088.83 61.17 + 82.050 7130.00 7086.98 43.02 + 82.100 7238.00 7085.26 152.74 + 82.150 7160.00 7083.86 76.14 + 82.200 7055.00 7083.78 -28.78 + 82.250 7150.00 7088.63 61.37 + 82.300 7052.00 7109.09 -57.09 + 82.350 6964.00 7171.61 -207.61 + 82.400 7048.00 7329.38 -281.38 + 82.450 7137.00 7665.59 -528.59 + 82.500 7105.00 8271.06 -1166.06 + 82.550 7307.00 9182.99 -1875.99 + 82.600 7322.00 10306.78 -2984.78 + 82.650 7273.00 11385.43 -4112.43 + 82.700 7511.00 12076.12 -4565.12 + 82.750 7590.00 12122.57 -4532.57 + 82.800 7466.00 11505.84 -4039.84 + 82.850 7447.00 10456.75 -3009.75 + 82.900 7277.00 9316.91 -2039.91 + 82.950 7094.00 8363.08 -1269.08 + 83.000 7060.00 7711.90 -651.90 + 83.050 7042.00 7340.04 -298.04 + 83.100 7099.00 7159.71 -60.71 + 83.150 7080.00 7084.40 -4.40 + 83.200 6994.00 7056.66 -62.66 + 83.250 7089.00 7047.00 42.00 + 83.300 7072.00 7043.19 28.81 + 83.350 7100.00 7041.13 58.87 + 83.400 7202.00 7040.17 161.83 + 83.450 7116.00 7042.24 73.76 + 83.500 7281.00 7054.63 226.37 + 83.550 7079.00 7097.61 -18.61 + 83.600 7109.00 7217.38 -108.38 + 83.650 7089.00 7498.45 -409.45 + 83.700 7016.00 8057.10 -1041.10 + 83.750 7193.00 8992.98 -1799.98 + 83.800 7348.00 10294.99 -2946.99 + 83.850 7528.00 11754.44 -4226.44 + 83.900 7477.00 12977.54 -5500.54 + 83.950 7514.00 13543.20 -6029.20 + 84.000 7526.00 13234.45 -5708.45 + 84.050 7571.00 12170.21 -4599.21 + 84.100 7310.00 10732.38 -3422.38 + 84.150 7138.00 9345.96 -2207.96 + 84.200 7070.00 8284.97 -1214.97 + 84.250 7081.00 7614.27 -533.27 + 84.300 7085.00 7257.32 -172.32 + 84.350 7089.00 7095.30 -6.30 + 84.400 7194.00 7031.68 162.32 + 84.450 7201.00 7009.42 191.58 + 84.500 7115.00 7001.84 113.16 + 84.550 7023.00 6998.92 24.08 + 84.600 6919.00 6998.38 -79.38 + 84.650 6822.00 7003.61 -181.61 + 84.700 7145.00 7029.85 115.15 + 84.750 7079.00 7123.93 -44.93 + 84.800 7146.00 7404.48 -258.48 + 84.850 7139.00 8116.20 -977.20 + 84.900 7211.00 9655.70 -2444.70 + 84.950 7525.00 12478.27 -4953.27 + 85.000 7891.00 16819.84 -8928.84 + 85.050 8310.00 22304.96 -13994.96 + 85.100 8963.00 27746.18 -18783.18 + 85.150 9077.00 31463.22 -22386.22 + 85.200 8925.00 32092.96 -23167.96 + 85.250 8774.00 29389.63 -20615.63 + 85.300 8275.00 24376.08 -16101.08 + 85.350 7977.00 18727.09 -10750.09 + 85.400 7446.00 13877.54 -6431.54 + 85.450 7135.00 10499.33 -3364.33 + 85.500 7077.00 8536.06 -1459.06 + 85.550 7095.00 7570.89 -475.89 + 85.600 7070.00 7165.72 -95.72 + 85.650 6983.00 7019.14 -36.14 + 85.700 7117.00 6972.67 144.33 + 85.750 6930.00 6959.02 -29.02 + 85.800 6926.00 6954.66 -28.66 + 85.850 6860.00 6953.07 -93.07 + 85.900 6920.00 6954.31 -34.31 + 85.950 7020.00 6963.95 56.05 + 86.000 7005.00 6998.39 6.61 + 86.050 7050.00 7095.25 -45.25 + 86.100 6953.00 7323.57 -370.57 + 86.150 7042.00 7779.06 -737.06 + 86.200 7270.00 8544.28 -1274.28 + 86.250 7138.00 9612.42 -2474.42 + 86.300 7269.00 10814.36 -3545.36 + 86.350 7359.00 11826.78 -4467.78 + 86.400 7295.00 12302.24 -5007.24 + 86.450 7475.00 12058.13 -4583.13 + 86.500 7345.00 11188.43 -3843.43 + 86.550 7168.00 10005.62 -2837.62 + 86.600 6999.00 8861.17 -1862.17 + 86.650 6934.00 7982.56 -1048.56 + 86.700 7009.00 7425.88 -416.88 + 86.750 7035.00 7128.78 -93.78 + 86.800 6934.00 6993.49 -59.49 + 86.850 6848.00 6940.11 -92.11 + 86.900 6859.00 6921.20 -62.20 + 86.950 6842.00 6914.56 -72.56 + 87.000 6863.00 6911.73 -48.73 + 87.050 6789.00 6910.55 -121.55 + 87.100 6939.00 6912.58 26.42 + 87.150 7022.00 6925.95 96.05 + 87.200 7038.00 6975.48 62.52 + 87.250 7117.00 7123.38 -6.38 + 87.300 7054.00 7496.29 -442.29 + 87.350 7158.00 8295.47 -1137.47 + 87.400 7232.00 9746.32 -2514.32 + 87.450 7318.00 11952.08 -4634.08 + 87.500 7690.00 14702.39 -7012.39 + 87.550 7963.00 17383.05 -9420.05 + 87.600 7878.00 19152.88 -11274.88 + 87.650 7979.00 19359.19 -11380.19 + 87.700 7678.00 17920.85 -10242.85 + 87.750 7492.00 15378.87 -7886.87 + 87.800 7409.00 12571.73 -5162.73 + 87.850 7206.00 10196.18 -2990.18 + 87.900 6994.00 8559.90 -1565.90 + 87.950 6939.00 7618.86 -679.86 + 88.000 6868.00 7160.21 -292.21 + 88.050 6748.00 6968.93 -220.93 + 88.100 6825.00 6899.77 -74.77 + 88.150 6880.00 6877.38 2.62 + 88.200 6814.00 6870.16 -56.16 + 88.250 6880.00 6867.15 12.85 + 88.300 6809.00 6865.13 -56.13 + 88.350 6912.00 6863.31 48.69 + 88.400 6979.00 6861.53 117.47 + 88.450 6865.00 6859.75 5.25 + 88.500 6881.00 6857.98 23.02 + 88.550 6905.00 6856.20 48.80 + 88.600 6896.00 6854.43 41.57 + 88.650 6849.00 6852.65 -3.65 + 88.700 6677.00 6850.88 -173.88 + 88.750 6797.00 6849.10 -52.10 + 88.800 6852.00 6847.34 4.66 + 88.850 6887.00 6846.65 40.35 + 88.900 6884.00 6845.97 38.03 + 88.950 6896.00 6845.29 50.71 + 89.000 6819.00 6844.61 -25.61 + 89.050 6815.00 6843.92 -28.92 + 89.100 6888.00 6843.24 44.76 + 89.150 6867.00 6842.56 24.44 + 89.200 6835.00 6841.88 -6.88 + 89.250 6680.00 6841.19 -161.19 + 89.300 6640.00 6840.51 -200.51 + 89.350 6851.00 6839.85 11.15 + 89.400 6899.00 6839.31 59.69 + 89.450 6883.00 6839.49 43.51 + 89.500 6905.00 6843.19 61.81 + 89.550 6890.00 6861.95 28.05 + 89.600 6849.00 6935.82 -86.82 + 89.650 6925.00 7181.82 -256.82 + 89.700 6940.00 7883.37 -943.37 + 89.750 7142.00 9598.15 -2456.15 + 89.800 7359.00 13174.31 -5815.31 + 89.850 8003.00 19490.15 -11487.15 + 89.900 8767.00 28821.44 -20054.44 + 89.950 9790.00 40072.67 -30282.67 + 90.000 10504.00 50562.08 -40058.08 + 90.050 10876.00 56894.13 -46018.13 + 90.100 11034.00 56704.29 -45670.29 + 90.150 10370.00 50066.16 -39696.16 + 90.200 9450.00 39447.68 -29997.68 + 90.250 8637.00 28241.58 -19604.58 + 90.300 7784.00 19060.00 -11276.00 + 90.350 7339.00 12908.17 -5569.17 + 90.400 7051.00 9456.55 -2405.55 + 90.450 6913.00 7815.42 -902.42 + 90.500 6811.00 7148.64 -337.64 + 90.550 6971.00 6915.97 55.03 + 90.600 6872.00 6845.84 26.16 + 90.650 6807.00 6827.82 -20.82 + 90.700 6756.00 6826.71 -70.71 + 90.750 6950.00 6842.18 107.82 + 90.800 6963.00 6910.29 52.71 + 90.850 6939.00 7151.86 -212.86 + 90.900 7008.00 7885.34 -877.34 + 90.950 7272.00 9795.75 -2523.75 + 91.000 7706.00 14053.57 -6347.57 + 91.050 8285.00 22121.61 -13836.61 + 91.100 9643.00 34987.38 -25344.38 + 91.150 11098.00 51951.34 -40853.34 + 91.200 12329.00 69752.84 -57423.84 + 91.250 13244.00 83201.94 -69957.94 + 91.300 13320.00 87505.07 -74185.07 + 91.350 12644.00 81001.20 -68357.20 + 91.400 11355.00 66177.87 -54822.87 + 91.450 9760.00 48159.71 -38399.71 + 91.500 8662.00 31874.84 -23212.84 + 91.550 7805.00 20033.30 -12228.30 + 91.600 7146.00 12881.87 -5735.87 + 91.650 7013.00 9235.45 -2222.45 + 91.700 6895.00 7652.11 -757.11 + 91.750 6893.00 7062.70 -169.70 + 91.800 6833.00 6873.76 -40.76 + 91.850 6918.00 6821.27 96.73 + 91.900 6818.00 6808.78 9.22 + 91.950 6915.00 6808.38 106.62 + 92.000 6825.00 6819.48 5.52 + 92.050 6797.00 6864.49 -67.49 + 92.100 6747.00 7011.41 -264.41 + 92.150 6958.00 7420.62 -462.62 + 92.200 6960.00 8395.83 -1435.83 + 92.250 7109.00 10378.16 -3269.16 + 92.300 7522.00 13786.98 -6264.98 + 92.350 7721.00 18677.45 -10956.45 + 92.400 8359.00 24379.21 -16020.21 + 92.450 8762.00 29449.36 -20687.36 + 92.500 8870.00 32205.19 -23335.19 + 92.550 8632.00 31607.02 -22975.02 + 92.600 8294.00 27887.31 -19593.31 + 92.650 7916.00 22403.72 -14487.72 + 92.700 7554.00 16850.86 -9296.86 + 92.750 7191.00 12433.82 -5242.82 + 92.800 6983.00 9546.67 -2563.67 + 92.850 6870.00 7962.77 -1092.77 + 92.900 6802.00 7224.57 -422.57 + 92.950 6731.00 6930.25 -199.25 + 93.000 6848.00 6829.14 18.86 + 93.050 6883.00 6798.89 84.11 + 93.100 6870.00 6790.79 79.21 + 93.150 6704.00 6789.01 -85.01 + 93.200 6652.00 6790.58 -138.58 + 93.250 6698.00 6800.09 -102.09 + 93.300 6632.00 6834.69 -202.69 + 93.350 6782.00 6938.68 -156.68 + 93.400 6948.00 7204.99 -256.99 + 93.450 6819.00 7786.81 -967.81 + 93.500 6861.00 8866.81 -2005.81 + 93.550 7020.00 10551.94 -3531.94 + 93.600 7248.00 12719.58 -5471.58 + 93.650 7550.00 14926.65 -7376.65 + 93.700 7466.00 16510.65 -9044.65 + 93.750 7697.00 16901.53 -9204.53 + 93.800 7565.00 15947.74 -8382.74 + 93.850 7398.00 14010.93 -6612.93 + 93.900 7035.00 11745.68 -4710.68 + 93.950 7101.00 9748.84 -2647.84 + 94.000 6913.00 8324.27 -1411.27 + 94.050 6850.00 7477.75 -627.75 + 94.100 6906.00 7052.32 -146.32 + 94.150 6893.00 6869.68 23.32 + 94.200 6791.00 6802.19 -11.19 + 94.250 6741.00 6780.40 -39.40 + 94.300 6716.00 6774.05 -58.05 + 94.350 6713.00 6771.76 -58.76 + 94.400 6821.00 6772.29 48.71 + 94.450 6821.00 6781.89 39.11 + 94.500 6814.00 6822.60 -8.60 + 94.550 6790.00 6956.36 -166.36 + 94.600 6851.00 7326.21 -475.21 + 94.650 6741.00 8198.57 -1457.57 + 94.700 7023.00 9950.82 -2927.82 + 94.750 7310.00 12928.47 -5618.47 + 94.800 7733.00 17147.93 -9414.93 + 94.850 8114.00 21997.21 -13883.21 + 94.900 8351.00 26229.43 -17878.43 + 94.950 8533.00 28428.96 -19895.96 + 95.000 8488.00 27767.10 -19279.10 + 95.050 8200.00 24498.00 -16298.00 + 95.100 7778.00 19804.52 -12026.52 + 95.150 7502.00 15111.62 -7609.62 + 95.200 7295.00 11412.23 -4117.23 + 95.250 6986.00 9009.38 -2023.38 + 95.300 6949.00 7697.39 -748.39 + 95.350 6702.00 7087.98 -385.98 + 95.400 6757.00 6844.94 -87.94 + 95.450 6782.00 6760.81 21.19 + 95.500 6919.00 6734.75 184.25 + 95.550 6825.00 6726.96 98.04 + 95.600 6769.00 6725.10 43.90 + 95.650 6672.00 6729.33 -57.33 + 95.700 6775.00 6752.75 22.25 + 95.750 6771.00 6837.93 -66.93 + 95.800 6841.00 7093.88 -252.88 + 95.850 6904.00 7748.47 -844.47 + 95.900 7108.00 9178.51 -2070.51 + 95.950 7235.00 11833.40 -4598.40 + 96.000 7567.00 15982.67 -8415.67 + 96.050 7955.00 21336.86 -13381.86 + 96.100 8399.00 26816.26 -18417.26 + 96.150 8847.00 30796.37 -21949.37 + 96.200 8783.00 31854.24 -23071.24 + 96.250 8593.00 29583.16 -20990.16 + 96.300 8216.00 24840.19 -16624.19 + 96.350 7640.00 19230.98 -11590.98 + 96.400 7259.00 14240.78 -6981.78 + 96.450 7013.00 10651.60 -3638.60 + 96.500 6879.00 8499.90 -1620.90 + 96.550 6821.00 7408.54 -587.54 + 96.600 6698.00 6935.59 -237.59 + 96.650 6732.00 6758.89 -26.89 + 96.700 6624.00 6701.15 -77.15 + 96.750 6774.00 6683.88 90.12 + 96.800 6916.00 6678.60 237.40 + 96.850 6840.00 6677.40 162.60 + 96.900 6717.00 6681.68 35.32 + 96.950 6778.00 6703.32 74.68 + 97.000 6776.00 6777.29 -1.29 + 97.050 6689.00 6985.97 -296.97 + 97.100 6801.00 7486.12 -685.12 + 97.150 6886.00 8507.75 -1621.75 + 97.200 6978.00 10275.17 -3297.17 + 97.250 7216.00 12833.84 -5617.84 + 97.300 7584.00 15855.36 -8271.36 + 97.350 7780.00 18601.45 -10821.45 + 97.400 7739.00 20181.21 -12442.21 + 97.450 7696.00 20007.64 -12311.64 + 97.500 7558.00 18146.66 -10588.66 + 97.550 7346.00 15276.36 -7930.36 + 97.600 7193.00 12292.45 -5099.45 + 97.650 6801.00 9865.63 -3064.63 + 97.700 6645.00 8245.09 -1600.09 + 97.750 6677.00 7335.83 -658.83 + 97.800 6563.00 6901.85 -338.85 + 97.850 6642.00 6723.87 -81.87 + 97.900 6680.00 6660.26 19.74 + 97.950 6610.00 6639.73 -29.73 + 98.000 6682.00 6633.14 48.86 + 98.050 6475.00 6631.18 -156.18 + 98.100 6701.00 6633.99 67.01 + 98.150 6662.00 6652.16 9.84 + 98.200 6588.00 6722.31 -134.31 + 98.250 6556.00 6937.92 -381.92 + 98.300 6780.00 7505.45 -725.45 + 98.350 7010.00 8785.80 -1775.80 + 98.400 7027.00 11250.54 -4223.54 + 98.450 7386.00 15260.42 -7874.42 + 98.500 7876.00 20688.36 -12812.36 + 98.550 8248.00 26602.94 -18354.94 + 98.600 8740.00 31380.23 -22640.23 + 98.650 8739.00 33383.94 -24644.94 + 98.700 8704.00 31856.55 -23152.55 + 98.750 8156.00 27377.78 -19221.78 + 98.800 7733.00 21513.29 -13780.29 + 98.850 7373.00 15941.07 -8568.07 + 98.900 6919.00 11707.06 -4788.06 + 98.950 6713.00 9040.16 -2327.16 + 99.000 6742.00 7621.71 -879.71 + 99.050 6663.00 6978.45 -315.45 + 99.100 6686.00 6727.96 -41.96 + 99.150 6642.00 6643.61 -1.61 + 99.200 6584.00 6618.83 -34.83 + 99.250 6574.00 6612.78 -38.78 + 99.300 6524.00 6614.42 -90.42 + 99.350 6450.00 6629.94 -179.94 + 99.400 6581.00 6693.48 -112.48 + 99.450 6648.00 6909.94 -261.94 + 99.500 6802.00 7543.45 -741.45 + 99.550 6962.00 9138.15 -2176.15 + 99.600 7227.00 12579.40 -5352.40 + 99.650 7636.00 18909.33 -11273.33 + 99.700 8325.00 28723.98 -20398.98 + 99.750 9406.00 41316.21 -31910.21 + 99.800 10464.00 54151.93 -43687.93 + 99.850 11219.00 63452.80 -52233.80 + 99.900 11306.00 65933.81 -54627.81 + 99.950 10811.00 60651.93 -49840.93 + 100.000 10033.00 49579.77 -39546.77 + 100.050 8829.00 36430.38 -27601.38 + 100.100 7830.00 24672.73 -16842.73 + 100.150 7237.00 16155.79 -8918.79 + 100.200 6907.00 11009.48 -4102.48 + 100.250 6644.00 8374.15 -1730.15 + 100.300 6628.00 7220.86 -592.86 + 100.350 6684.00 6786.89 -102.89 + 100.400 6727.00 6645.65 81.35 + 100.450 6688.00 6605.54 82.46 + 100.500 6622.00 6595.27 26.73 + 100.550 6592.00 6592.55 -0.55 + 100.600 6539.00 6591.48 -52.48 + 100.650 6623.00 6590.72 32.28 + 100.700 6646.00 6590.01 55.99 + 100.750 6756.00 6589.31 166.69 + 100.800 6709.00 6588.61 120.39 + 100.850 6551.00 6587.91 -36.91 + 100.900 6831.00 6587.21 243.79 + 100.950 6555.00 6586.50 -31.50 + 101.000 6723.00 6585.60 137.40 + 101.050 6614.00 6584.35 29.65 + 101.100 6564.00 6583.09 -19.09 + 101.150 6673.00 6581.84 91.16 + 101.200 6604.00 6580.59 23.41 + 101.250 6635.00 6579.34 55.66 + 101.300 6720.00 6578.09 141.91 + 101.350 6447.00 6576.84 -129.84 + 101.400 6644.00 6575.58 68.42 + 101.450 6532.00 6574.33 -42.33 + 101.500 6458.00 6573.08 -115.08 + 101.550 6442.00 6571.83 -129.83 + 101.600 6546.00 6570.58 -24.58 + 101.650 6440.00 6569.34 -129.34 + 101.700 6538.00 6568.17 -30.17 + 101.750 6553.00 6567.37 -14.37 + 101.800 6591.00 6568.37 22.63 + 101.850 6716.00 6576.78 139.22 + 101.900 6561.00 6611.52 -50.52 + 101.950 6535.00 6726.47 -191.47 + 102.000 6586.00 7049.79 -463.79 + 102.050 6680.00 7829.94 -1149.94 + 102.100 6831.00 9442.56 -2611.56 + 102.150 7148.00 12281.73 -5133.73 + 102.200 7401.00 16487.28 -9086.28 + 102.250 7942.00 21617.23 -13675.23 + 102.300 8278.00 26523.26 -18245.26 + 102.350 8399.00 29695.84 -21296.84 + 102.400 8541.00 29998.14 -21457.14 + 102.450 8195.00 27315.58 -19120.58 + 102.500 7783.00 22625.02 -14842.02 + 102.550 7375.00 17427.03 -10052.03 + 102.600 7078.00 12982.79 -5904.79 + 102.650 6930.00 9873.34 -2943.34 + 102.700 6795.00 8048.21 -1253.21 + 102.750 6683.00 7136.62 -453.62 + 102.800 6557.00 6746.02 -189.02 + 102.850 6482.00 6601.35 -119.35 + 102.900 6459.00 6554.43 -95.43 + 102.950 6499.00 6540.64 -41.64 + 103.000 6618.00 6536.77 81.23 + 103.050 6585.00 6536.82 48.18 + 103.100 6486.00 6543.74 -57.74 + 103.150 6525.00 6573.34 -48.34 + 103.200 6763.00 6671.86 91.14 + 103.250 6708.00 6949.87 -241.87 + 103.300 6716.00 7623.08 -907.08 + 103.350 6762.00 9020.96 -2258.96 + 103.400 7061.00 11496.53 -4435.53 + 103.450 7385.00 15191.79 -7806.79 + 103.500 7725.00 19746.73 -12021.73 + 103.550 7856.00 24173.16 -16317.16 + 103.600 8141.00 27134.67 -18993.67 + 103.650 8012.00 27582.91 -19570.91 + 103.700 7856.00 25349.32 -17493.32 + 103.750 7674.00 21246.37 -13572.37 + 103.800 7151.00 16595.71 -9444.71 + 103.850 6853.00 12550.30 -5697.30 + 103.900 6628.00 9675.08 -3047.08 + 103.950 6581.00 7961.24 -1380.24 + 104.000 6479.00 7091.77 -612.77 + 104.050 6520.00 6713.19 -193.19 + 104.100 6546.00 6570.61 -24.61 + 104.150 6619.00 6523.57 95.43 + 104.200 6681.00 6509.54 171.46 + 104.250 6529.00 6505.62 23.38 + 104.300 6402.00 6506.06 -104.06 + 104.350 6436.00 6515.06 -79.06 + 104.400 6401.00 6552.88 -151.88 + 104.450 6474.00 6680.08 -206.08 + 104.500 6614.00 7045.52 -431.52 + 104.550 6826.00 7949.46 -1123.46 + 104.600 6901.00 9871.58 -2970.58 + 104.650 7014.00 13367.23 -6353.23 + 104.700 7646.00 18746.31 -11100.31 + 104.750 8185.00 25625.56 -17440.56 + 104.800 8563.00 32656.76 -24093.76 + 104.850 8974.00 37826.78 -28852.78 + 104.900 9196.00 39357.55 -30161.55 + 104.950 8913.00 36680.90 -27767.90 + 105.000 8399.00 30776.32 -22377.32 + 105.050 7815.00 23598.50 -15783.50 + 105.100 7257.00 17044.29 -9787.29 + 105.150 6831.00 12189.77 -5358.77 + 105.200 6531.00 9183.40 -2652.40 + 105.250 6582.00 7601.05 -1019.05 + 105.300 6560.00 6886.99 -326.99 + 105.350 6534.00 6608.82 -74.82 + 105.400 6594.00 6514.53 79.47 + 105.450 6480.00 6486.26 -6.26 + 105.500 6506.00 6478.40 27.60 + 105.550 6508.00 6476.54 31.46 + 105.600 6503.00 6478.57 24.43 + 105.650 6489.00 6490.94 -1.94 + 105.700 6438.00 6536.11 -98.11 + 105.750 6571.00 6672.64 -101.64 + 105.800 6521.00 7026.10 -505.10 + 105.850 6598.00 7813.16 -1215.16 + 105.900 6765.00 9316.53 -2551.53 + 105.950 7008.00 11758.52 -4750.52 + 106.000 7324.00 15084.31 -7760.31 + 106.050 7656.00 18770.77 -11114.77 + 106.100 7755.00 21867.92 -14112.92 + 106.150 7873.00 23368.21 -15495.21 + 106.200 7747.00 22727.39 -14980.39 + 106.250 7552.00 20181.04 -12629.04 + 106.300 7238.00 16605.84 -9367.84 + 106.350 6994.00 13036.85 -6042.85 + 106.400 6918.00 10196.17 -3278.17 + 106.450 6681.00 8319.14 -1638.14 + 106.500 6646.00 7268.49 -622.49 + 106.550 6520.00 6764.98 -244.98 + 106.600 6430.00 6556.73 -126.73 + 106.650 6572.00 6481.72 90.28 + 106.700 6467.00 6457.74 9.26 + 106.750 6621.00 6450.54 170.46 + 106.800 6384.00 6448.37 -64.37 + 106.850 6371.00 6448.76 -77.76 + 106.900 6524.00 6455.10 68.90 + 106.950 6538.00 6481.19 56.81 + 107.000 6396.00 6566.07 -170.07 + 107.050 6366.00 6801.02 -435.02 + 107.100 6534.00 7360.92 -826.92 + 107.150 6596.00 8509.52 -1913.52 + 107.200 6621.00 10525.18 -3904.18 + 107.250 6858.00 13520.31 -6662.31 + 107.300 7430.00 17211.36 -9781.36 + 107.350 7753.00 20822.40 -13069.40 + 107.400 7919.00 23296.51 -15377.51 + 107.450 8024.00 23780.13 -15756.13 + 107.500 7608.00 22095.96 -14487.96 + 107.550 7331.00 18845.69 -11514.69 + 107.600 7144.00 15066.89 -7922.89 + 107.650 7006.00 11702.68 -4696.68 + 107.700 6822.00 9254.54 -2432.54 + 107.750 6670.00 7756.40 -1086.40 + 107.800 6463.00 6974.53 -511.53 + 107.850 6459.00 6623.34 -164.34 + 107.900 6505.00 6486.50 18.50 + 107.950 6563.00 6439.76 123.24 + 108.000 6436.00 6425.30 10.70 + 108.050 6381.00 6420.79 -39.79 + 108.100 6363.00 6418.92 -55.92 + 108.150 6569.00 6417.67 151.33 + 108.200 6568.00 6416.54 151.46 + 108.250 6327.00 6415.42 -88.42 + 108.300 6301.00 6414.32 -113.32 + 108.350 6517.00 6413.21 103.79 + 108.400 6330.00 6412.10 -82.10 + 108.450 6365.00 6410.99 -45.99 + 108.500 6327.00 6409.88 -82.88 + 108.550 6305.00 6408.78 -103.78 + 108.600 6327.00 6407.67 -80.67 + 108.650 6322.00 6406.56 -84.56 + 108.700 6388.00 6405.45 -17.45 + 108.750 6401.00 6405.29 -4.29 + 108.800 6453.00 6405.91 47.09 + 108.850 6554.00 6406.53 147.47 + 108.900 6475.00 6407.15 67.85 + 108.950 6506.00 6407.77 98.23 + 109.000 6486.00 6408.38 77.62 + 109.050 6332.00 6409.00 -77.00 + 109.100 6378.00 6409.62 -31.62 + 109.150 6332.00 6410.24 -78.24 + 109.200 6306.00 6410.86 -104.86 + 109.250 6262.00 6411.49 -149.49 + 109.300 6440.00 6412.21 27.79 + 109.350 6347.00 6413.40 -66.40 + 109.400 6380.00 6416.85 -36.85 + 109.450 6499.00 6429.80 69.20 + 109.500 6360.00 6477.50 -117.50 + 109.550 6444.00 6635.04 -191.04 + 109.600 6516.00 7091.63 -575.63 + 109.650 6723.00 8245.19 -1522.19 + 109.700 6920.00 10771.83 -3851.83 + 109.750 7152.00 15545.57 -8393.57 + 109.800 7828.00 23257.10 -15429.10 + 109.850 8625.00 33756.44 -25131.44 + 109.900 9542.00 45483.74 -35941.74 + 109.950 10351.00 55547.49 -45196.49 + 110.000 10767.00 60798.67 -50031.67 + 110.050 10631.00 59394.68 -48763.68 + 110.100 9950.00 51841.42 -41891.42 + 110.150 9014.00 40695.88 -31681.88 + 110.200 8288.00 29186.59 -20898.59 + 110.250 7573.00 19729.31 -12156.31 + 110.300 7122.00 13269.23 -6147.23 + 110.350 6870.00 9524.50 -2654.50 + 110.400 6716.00 7660.76 -944.76 + 110.450 6558.00 6859.53 -301.53 + 110.500 6486.00 6560.65 -74.65 + 110.550 6584.00 6463.88 120.12 + 110.600 6496.00 6436.90 59.10 + 110.650 6575.00 6430.87 144.13 + 110.700 6558.00 6431.05 126.95 + 110.750 6591.00 6435.93 155.07 + 110.800 6541.00 6453.80 87.20 + 110.850 6494.00 6511.96 -17.96 + 110.900 6538.00 6679.85 -141.85 + 110.950 6469.00 7104.05 -635.05 + 111.000 6628.00 8036.45 -1408.45 + 111.050 6881.00 9807.94 -2926.94 + 111.100 6980.00 12693.07 -5713.07 + 111.150 7298.00 16669.05 -9371.05 + 111.200 7620.00 21185.77 -13565.77 + 111.250 7818.00 25176.58 -17358.58 + 111.300 8201.00 27424.47 -19223.47 + 111.350 8211.00 27155.96 -18944.96 + 111.400 7773.00 24466.65 -16693.65 + 111.450 7438.00 20267.68 -12829.68 + 111.500 6973.00 15789.28 -8816.28 + 111.550 6767.00 12012.23 -5245.23 + 111.600 6706.00 9368.13 -2662.13 + 111.650 6676.00 7796.82 -1120.82 + 111.700 6417.00 6995.19 -578.19 + 111.750 6589.00 6641.50 -52.50 + 111.800 6534.00 6506.15 27.85 + 111.850 6366.00 6461.27 -95.27 + 111.900 6409.00 6448.59 -39.59 + 111.950 6493.00 6445.80 47.20 + 112.000 6383.00 6445.65 -62.65 + 112.050 6398.00 6446.12 -48.12 + 112.100 6423.00 6446.71 -23.71 + 112.150 6313.00 6447.32 -134.32 + 112.200 6508.00 6447.94 60.06 + 112.250 6360.00 6448.56 -88.56 + 112.300 6348.00 6449.18 -101.18 + 112.350 6465.00 6449.80 15.20 + 112.400 6354.00 6450.41 -96.41 + 112.450 6465.00 6451.03 13.97 + 112.500 6541.00 6451.65 89.35 + 112.550 6435.00 6452.27 -17.27 + 112.600 6380.00 6452.89 -72.89 + 112.650 6420.00 6453.50 -33.50 + 112.700 6314.00 6454.12 -140.12 + 112.750 6393.00 6454.74 -61.74 + 112.800 6228.00 6455.36 -227.36 + 112.850 6475.00 6455.98 19.02 + 112.900 6354.00 6456.59 -102.59 + 112.950 6410.00 6457.21 -47.21 + 113.000 6216.00 6457.83 -241.83 + 113.050 6351.00 6458.45 -107.45 + 113.100 6487.00 6459.07 27.93 + 113.150 6470.00 6459.69 10.31 + 113.200 6362.00 6460.31 -98.31 + 113.250 6453.00 6460.95 -7.95 + 113.300 6249.00 6461.69 -212.69 + 113.350 6381.00 6462.91 -81.91 + 113.400 6454.00 6465.97 -11.97 + 113.450 6316.00 6475.45 -159.45 + 113.500 6428.00 6504.25 -76.25 + 113.550 6425.00 6583.45 -158.45 + 113.600 6316.00 6775.52 -459.52 + 113.650 6465.00 7182.67 -717.67 + 113.700 6581.00 7931.14 -1350.14 + 113.750 6775.00 9114.66 -2339.66 + 113.800 6851.00 10701.00 -3850.00 + 113.850 6849.00 12455.40 -5606.40 + 113.900 7129.00 13959.28 -6830.28 + 113.950 7218.00 14758.69 -7540.69 + 114.000 7014.00 14584.47 -7570.47 + 114.050 7128.00 13496.92 -6368.92 + 114.100 6929.00 11853.20 -4924.20 + 114.150 6792.00 10118.28 -3326.28 + 114.200 6736.00 8658.04 -1922.04 + 114.250 6845.00 7631.79 -786.79 + 114.300 6529.00 7017.15 -488.15 + 114.350 6618.00 6699.88 -81.88 + 114.400 6556.00 6557.82 -1.82 + 114.450 6692.00 6502.60 189.40 + 114.500 6600.00 6484.09 115.91 + 114.550 6302.00 6479.00 -177.00 + 114.600 6423.00 6478.34 -55.34 + 114.650 6538.00 6479.85 58.15 + 114.700 6375.00 6485.97 -110.97 + 114.750 6242.00 6508.61 -266.61 + 114.800 6619.00 6586.04 32.96 + 114.850 6638.00 6822.09 -184.09 + 114.900 6752.00 7456.42 -704.42 + 114.950 6898.00 8950.09 -2052.09 + 115.000 7189.00 12020.39 -4831.39 + 115.050 7549.00 17495.74 -9946.74 + 115.100 8336.00 25891.88 -17555.88 + 115.150 9170.00 36802.30 -27632.30 + 115.200 9980.00 48458.74 -38478.74 + 115.250 10682.00 57992.05 -47310.05 + 115.300 10939.00 62503.92 -51564.92 + 115.350 10662.00 60484.54 -49822.54 + 115.400 9998.00 52619.95 -42621.95 + 115.450 9114.00 41421.47 -32307.47 + 115.500 8145.00 29933.16 -21788.16 + 115.550 7421.00 20434.37 -13013.37 + 115.600 7012.00 13842.30 -6830.30 + 115.650 6906.00 9925.95 -3019.95 + 115.700 6784.00 7914.07 -1130.07 + 115.750 6702.00 7014.08 -312.08 + 115.800 6598.00 6662.34 -64.34 + 115.850 6589.00 6542.06 46.94 + 115.900 6470.00 6506.21 -36.21 + 115.950 6348.00 6497.17 -149.17 + 116.000 6670.00 6495.64 174.36 + 116.050 6563.00 6496.33 66.67 + 116.100 6477.00 6497.27 -20.27 + 116.150 6474.00 6502.67 -28.67 + 116.200 6444.00 6523.40 -79.40 + 116.250 6411.00 6582.78 -171.78 + 116.300 6280.00 6726.24 -446.24 + 116.350 6442.00 7025.69 -583.69 + 116.400 6684.00 7567.61 -883.61 + 116.450 6566.00 8412.68 -1846.68 + 116.500 6643.00 9534.53 -2891.53 + 116.550 6879.00 10769.58 -3890.58 + 116.600 7000.00 11830.91 -4830.91 + 116.650 6925.00 12408.60 -5483.60 + 116.700 6944.00 12313.54 -5369.54 + 116.750 6702.00 11576.88 -4874.88 + 116.800 6787.00 10433.21 -3646.21 + 116.850 6663.00 9200.44 -2537.44 + 116.900 6478.00 8138.43 -1660.43 + 116.950 6586.00 7372.36 -786.36 + 117.000 6575.00 6899.05 -324.05 + 117.050 6462.00 6645.46 -183.46 + 117.100 6608.00 6526.39 81.61 + 117.150 6552.00 6476.67 75.33 + 117.200 6446.00 6457.58 -11.58 + 117.250 6508.00 6450.19 57.81 + 117.300 6514.00 6446.70 67.30 + 117.350 6348.00 6444.45 -96.45 + 117.400 6377.00 6442.94 -65.94 + 117.450 6415.00 6443.28 -28.28 + 117.500 6416.00 6449.78 -33.78 + 117.550 6380.00 6474.89 -94.89 + 117.600 6625.00 6549.18 75.82 + 117.650 6572.00 6736.37 -164.37 + 117.700 6472.00 7146.33 -674.33 + 117.750 6528.00 7929.32 -1401.32 + 117.800 6629.00 9227.32 -2598.32 + 117.850 6791.00 11077.07 -4286.07 + 117.900 7075.00 13303.19 -6228.19 + 117.950 7098.00 15479.00 -8381.00 + 118.000 7292.00 17035.58 -9743.58 + 118.050 7379.00 17494.40 -10115.40 + 118.100 7207.00 16704.66 -9497.66 + 118.150 6995.00 14921.70 -7926.70 + 118.200 6863.00 12674.91 -5811.91 + 118.250 6732.00 10513.87 -3781.87 + 118.300 6684.00 8801.53 -2117.53 + 118.350 6595.00 7648.37 -1053.37 + 118.400 6397.00 6977.39 -580.39 + 118.450 6364.00 6636.88 -272.88 + 118.500 6489.00 6484.80 4.20 + 118.550 6383.00 6424.30 -41.30 + 118.600 6327.00 6402.20 -75.20 + 118.650 6471.00 6394.10 76.90 + 118.700 6317.00 6390.52 -73.52 + 118.750 6380.00 6388.44 -8.44 + 118.800 6229.00 6387.74 -158.74 + 118.850 6297.00 6391.12 -94.12 + 118.900 6428.00 6407.72 20.28 + 118.950 6557.00 6462.47 94.53 + 119.000 6568.00 6613.64 -45.64 + 119.050 6612.00 6976.59 -364.59 + 119.100 6583.00 7739.77 -1156.77 + 119.150 6754.00 9144.00 -2390.00 + 119.200 6815.00 11390.47 -4575.47 + 119.250 7006.00 14483.52 -7477.52 + 119.300 7322.00 18073.60 -10751.60 + 119.350 7629.00 21436.57 -13807.57 + 119.400 7796.00 23680.45 -15884.45 + 119.450 7859.00 24118.81 -16259.81 + 119.500 7600.00 22609.96 -15009.96 + 119.550 7320.00 19629.29 -12309.29 + 119.600 6956.00 16029.14 -9073.14 + 119.650 6751.00 12645.57 -5894.57 + 119.700 6706.00 10003.87 -3297.87 + 119.750 6509.00 8240.96 -1731.96 + 119.800 6551.00 7221.13 -670.13 + 119.850 6651.00 6705.01 -54.01 + 119.900 6365.00 6474.77 -109.77 + 119.950 6401.00 6383.45 17.55 + 120.000 6380.00 6350.53 29.47 + 120.050 6389.00 6339.06 49.94 + 120.100 6315.00 6334.48 -19.48 + 120.150 6277.00 6331.89 -54.89 + 120.200 6226.00 6329.91 -103.91 + 120.250 6168.00 6328.51 -160.51 + 120.300 6275.00 6328.67 -53.67 + 120.350 6413.00 6333.31 79.69 + 120.400 6341.00 6349.30 -8.30 + 120.450 6266.00 6390.49 -124.49 + 120.500 6283.00 6480.03 -197.03 + 120.550 6166.00 6648.69 -482.69 + 120.600 6403.00 6924.81 -521.81 + 120.650 6407.00 7315.29 -908.29 + 120.700 6496.00 7784.40 -1288.40 + 120.750 6494.00 8246.84 -1752.84 + 120.800 6500.00 8587.36 -2087.36 + 120.850 6372.00 8706.01 -2334.01 + 120.900 6468.00 8565.04 -2097.04 + 120.950 6482.00 8207.89 -1725.89 + 121.000 6204.00 7737.21 -1533.21 + 121.050 6291.00 7267.40 -976.40 + 121.100 6317.00 6880.64 -563.64 + 121.150 6333.00 6608.87 -275.87 + 121.200 6280.00 6443.01 -163.01 + 121.250 6400.00 6353.93 46.07 + 121.300 6399.00 6311.20 87.80 + 121.350 6471.00 6292.37 178.63 + 121.400 6320.00 6284.21 35.79 + 121.450 6256.00 6280.20 -24.20 + 121.500 6296.00 6278.22 17.78 + 121.550 6384.00 6278.27 105.73 + 121.600 6508.00 6278.46 229.54 + 121.650 6248.00 6278.79 -30.79 + 121.700 6269.00 6279.51 -10.51 + 121.750 6325.00 6281.39 43.61 + 121.800 6193.00 6286.41 -93.41 + 121.850 6322.00 6298.83 23.17 + 121.900 6072.00 6326.51 -254.51 + 121.950 6217.00 6381.35 -164.35 + 122.000 6128.00 6477.24 -349.24 + 122.050 6320.00 6623.93 -303.93 + 122.100 6351.00 6817.88 -466.88 + 122.150 6269.00 7034.81 -765.81 + 122.200 6358.00 7230.50 -872.50 + 122.250 6474.00 7354.18 -880.18 + 122.300 6381.00 7369.45 -988.45 + 122.350 6309.00 7271.71 -962.71 + 122.400 6418.00 7090.28 -672.28 + 122.450 6440.00 6874.40 -434.40 + 122.500 6223.00 6671.64 -448.64 + 122.550 6133.00 6512.05 -379.05 + 122.600 6355.00 6404.02 -49.02 + 122.650 6437.00 6340.26 96.74 + 122.700 6286.00 6307.23 -21.23 + 122.750 6296.00 6292.17 3.83 + 122.800 6343.00 6286.15 56.85 + 122.850 6209.00 6284.09 -75.09 + 122.900 6332.00 6283.57 48.43 + 122.950 6371.00 6283.60 87.40 + 123.000 6306.00 6284.02 21.98 + 123.050 6291.00 6285.44 5.56 + 123.100 6343.00 6290.48 52.52 + 123.150 6362.00 6307.65 54.35 + 123.200 6231.00 6360.97 -129.97 + 123.250 6305.00 6509.79 -204.79 + 123.300 6585.00 6881.01 -296.01 + 123.350 6371.00 7705.69 -1334.69 + 123.400 6635.00 9332.89 -2697.89 + 123.450 6747.00 12169.89 -5422.89 + 123.500 7009.00 16513.89 -9504.89 + 123.550 7486.00 22288.99 -14802.99 + 123.600 8011.00 28823.22 -20812.22 + 123.650 8779.00 34857.51 -26078.51 + 123.700 8945.00 38889.90 -29944.90 + 123.750 8816.00 39776.99 -30960.99 + 123.800 8594.00 37252.84 -28658.84 + 123.850 8194.00 32060.69 -23866.69 + 123.900 7685.00 25596.56 -17911.56 + 123.950 7303.00 19309.99 -12006.99 + 124.000 6922.00 14192.79 -7270.79 + 124.050 6624.00 10607.27 -3983.27 + 124.100 6592.00 8412.69 -1820.69 + 124.150 6489.00 7228.76 -739.76 + 124.200 6459.00 6663.14 -204.14 + 124.250 6413.00 6422.86 -9.86 + 124.300 6376.00 6331.96 44.04 + 124.350 6346.00 6301.34 44.66 + 124.400 6187.00 6292.22 -105.22 + 124.450 6185.00 6289.95 -104.95 + 124.500 6204.00 6289.82 -85.82 + 124.550 6216.00 6291.08 -75.08 + 124.600 6196.00 6295.57 -99.57 + 124.650 6164.00 6309.71 -145.71 + 124.700 6265.00 6350.28 -85.28 + 124.750 6343.00 6455.25 -112.25 + 124.800 6155.00 6698.63 -543.63 + 124.850 6278.00 7202.38 -924.38 + 124.900 6365.00 8130.19 -1765.19 + 124.950 6481.00 9641.80 -3160.80 + 125.000 6588.00 11804.34 -5216.34 + 125.050 6881.00 14483.18 -7602.18 + 125.100 7188.00 17283.47 -10095.47 + 125.150 7355.00 19612.22 -12257.22 + 125.200 7588.00 20869.79 -13281.79 + 125.250 7432.00 20700.25 -13268.25 + 125.300 7340.00 19152.62 -11812.62 + 125.350 6945.00 16659.27 -9714.27 + 125.400 6794.00 13839.34 -7045.34 + 125.450 6590.00 11254.53 -4664.53 + 125.500 6597.00 9238.86 -2641.86 + 125.550 6458.00 7872.70 -1414.70 + 125.600 6406.00 7058.30 -652.30 + 125.650 6311.00 6628.07 -317.07 + 125.700 6292.00 6425.88 -133.88 + 125.750 6293.00 6341.07 -48.07 + 125.800 6356.00 6309.32 46.68 + 125.850 6217.00 6298.76 -81.76 + 125.900 6321.00 6295.74 25.26 + 125.950 6348.00 6295.28 52.72 + 126.000 6219.00 6296.29 -77.29 + 126.050 6533.00 6300.45 232.55 + 126.100 6387.00 6314.66 72.34 + 126.150 6520.00 6359.06 160.94 + 126.200 6544.00 6484.68 59.32 + 126.250 6486.00 6805.04 -319.04 + 126.300 6655.00 7539.08 -884.08 + 126.350 6710.00 9045.92 -2335.92 + 126.400 6806.00 11809.31 -5003.31 + 126.450 7056.00 16312.36 -9256.36 + 126.500 7559.00 22788.87 -15229.87 + 126.550 8184.00 30907.02 -22723.02 + 126.600 8836.00 39576.74 -30740.74 + 126.650 9551.00 47083.41 -37532.41 + 126.700 9949.00 51596.40 -41647.40 + 126.750 9719.00 51892.85 -42173.85 + 126.800 9393.00 47888.47 -38495.47 + 126.850 8862.00 40680.19 -31818.19 + 126.900 8069.00 32055.89 -23986.89 + 126.950 7456.00 23787.00 -16331.00 + 127.000 7300.00 17058.94 -9758.94 + 127.050 6987.00 12298.68 -5311.68 + 127.100 6486.00 9331.16 -2845.16 + 127.150 6521.00 7687.76 -1166.76 + 127.200 6553.00 6875.73 -322.73 + 127.250 6448.00 6516.34 -68.34 + 127.300 6341.00 6373.65 -32.65 + 127.350 6424.00 6322.78 101.22 + 127.400 6378.00 6306.54 71.46 + 127.450 6336.00 6302.01 33.99 + 127.500 6243.00 6301.17 -58.17 + 127.550 6271.00 6301.97 -30.97 + 127.600 6239.00 6305.33 -66.33 + 127.650 6362.00 6316.05 45.95 + 127.700 6262.00 6347.27 -85.27 + 127.750 6339.00 6430.06 -91.06 + 127.800 6473.00 6628.71 -155.71 + 127.850 6483.00 7058.29 -575.29 + 127.900 6439.00 7893.69 -1454.69 + 127.950 6407.00 9348.27 -2941.27 + 128.000 6718.00 11605.43 -4887.43 + 128.050 6908.00 14700.44 -7792.44 + 128.100 7315.00 18399.54 -11084.54 + 128.150 7639.00 22151.80 -14512.80 + 128.200 7794.00 25192.86 -17398.86 + 128.250 7883.00 26782.41 -18899.41 + 128.300 7731.00 26498.92 -18767.92 + 128.350 7654.00 24419.28 -16765.28 + 128.400 7409.00 21086.19 -13677.19 + 128.450 7125.00 17275.64 -10150.64 + 128.500 6884.00 13711.43 -6827.43 + 128.550 6669.00 10853.21 -4184.21 + 128.600 6359.00 8845.56 -2486.56 + 128.650 6411.00 7596.17 -1185.17 + 128.700 6510.00 6901.86 -391.86 + 128.750 6452.00 6556.12 -104.12 + 128.800 6476.00 6401.34 74.66 + 128.850 6422.00 6338.95 83.05 + 128.900 6384.00 6316.32 67.68 + 128.950 6188.00 6308.99 -120.99 + 129.000 6263.00 6306.96 -43.96 + 129.050 6411.00 6306.67 104.33 + 129.100 6459.00 6307.19 151.81 + 129.150 6353.00 6309.05 43.95 + 129.200 6353.00 6314.74 38.26 + 129.250 6356.00 6331.09 24.91 + 129.300 6268.00 6374.31 -106.31 + 129.350 6373.00 6478.39 -105.39 + 129.400 6248.00 6705.49 -457.49 + 129.450 6272.00 7153.65 -881.65 + 129.500 6521.00 7950.11 -1429.11 + 129.550 6570.00 9219.47 -2649.47 + 129.600 6495.00 11021.81 -4526.81 + 129.650 6970.00 13276.63 -6306.63 + 129.700 7047.00 15717.11 -8670.11 + 129.750 7132.00 17909.63 -10777.63 + 129.800 7421.00 19371.51 -11950.51 + 129.850 7372.00 19740.97 -12368.97 + 129.900 7392.00 18922.54 -11530.54 + 129.950 7100.00 17125.92 -10025.92 + 130.000 6871.00 14780.21 -7909.21 + 130.050 6583.00 12367.57 -5784.57 + 130.100 6600.00 10266.25 -3666.25 + 130.150 6721.00 8670.16 -1949.16 + 130.200 6312.00 7595.83 -1283.83 + 130.250 6450.00 6950.03 -500.03 + 130.300 6418.00 6601.33 -183.33 + 130.350 6493.00 6431.61 61.39 + 130.400 6354.00 6357.00 -3.00 + 130.450 6263.00 6327.34 -64.34 + 130.500 6366.00 6316.73 49.27 + 130.550 6183.00 6313.37 -130.37 + 130.600 6322.00 6312.50 9.50 + 130.650 6305.00 6312.40 -7.40 + 130.700 6349.00 6312.52 36.48 + 130.750 6319.00 6312.69 6.31 + 130.800 6474.00 6312.87 161.13 + 130.850 6187.00 6313.06 -126.06 + 130.900 6219.00 6313.25 -94.25 + 130.950 6313.00 6313.43 -0.43 + 131.000 6243.00 6313.62 -70.62 + 131.050 6336.00 6313.81 22.19 + 131.100 6304.00 6313.99 -9.99 + 131.150 6301.00 6314.18 -13.18 + 131.200 6247.00 6314.37 -67.37 + 131.250 6246.00 6314.56 -68.56 + 131.300 6311.00 6315.49 -4.49 + 131.350 6451.00 6317.59 133.41 + 131.400 6379.00 6319.69 59.31 + 131.450 6180.00 6321.78 -141.78 + 131.500 6263.00 6323.88 -60.88 + 131.550 6263.00 6325.98 -62.98 + 131.600 6229.00 6328.08 -99.08 + 131.650 6354.00 6330.18 23.82 + 131.700 6395.00 6332.28 62.72 + 131.750 6371.00 6334.38 36.62 + 131.800 6319.00 6336.48 -17.48 + 131.850 6349.00 6338.57 10.43 + 131.900 6335.00 6340.67 -5.67 + 131.950 6275.00 6342.77 -67.77 + 132.000 6390.00 6344.87 45.13 + 132.050 6378.00 6346.97 31.03 + 132.100 6427.00 6349.07 77.93 + 132.150 6354.00 6351.18 2.82 + 132.200 6400.00 6353.34 46.66 + 132.250 6289.00 6355.67 -66.67 + 132.300 6322.00 6358.67 -36.67 + 132.350 6343.00 6363.90 -20.90 + 132.400 6451.00 6375.95 75.05 + 132.450 6535.00 6407.15 127.85 + 132.500 6480.00 6487.23 -7.23 + 132.550 6467.00 6680.65 -213.65 + 132.600 6580.00 7112.08 -532.08 + 132.650 6544.00 7993.65 -1449.65 + 132.700 6754.00 9638.72 -2884.72 + 132.750 7085.00 12429.83 -5344.83 + 132.800 7217.00 16717.79 -9500.79 + 132.850 7701.00 22646.32 -14945.32 + 132.900 8170.00 29949.83 -21779.83 + 132.950 8754.00 37839.79 -29085.79 + 133.000 9614.00 45056.24 -35442.24 + 133.050 9976.00 50175.36 -40199.36 + 133.100 10155.00 52058.42 -41903.42 + 133.150 9828.00 50264.20 -40436.20 + 133.200 9250.00 45214.32 -35964.32 + 133.250 8535.00 38035.19 -29500.19 + 133.300 7982.00 30149.43 -22167.43 + 133.350 7578.00 22823.11 -15245.11 + 133.400 7154.00 16863.50 -9709.50 + 133.450 7028.00 12541.62 -5513.62 + 133.500 6810.00 9723.14 -2913.14 + 133.550 6582.00 8059.86 -1477.86 + 133.600 6416.00 7168.34 -752.34 + 133.650 6470.00 6733.54 -263.54 + 133.700 6424.00 6540.44 -116.44 + 133.750 6367.00 6462.82 -95.82 + 133.800 6469.00 6435.11 33.89 + 133.850 6450.00 6427.01 22.99 + 133.900 6432.00 6425.98 6.02 + 133.950 6400.00 6427.46 -27.46 + 134.000 6373.00 6430.41 -57.41 + 134.050 6517.00 6435.95 81.05 + 134.100 6577.00 6448.40 128.60 + 134.150 6362.00 6478.74 -116.74 + 134.200 6487.00 6551.73 -64.73 + 134.250 6584.00 6717.45 -133.45 + 134.300 6681.00 7066.53 -385.53 + 134.350 6602.00 7743.59 -1141.59 + 134.400 6444.00 8947.14 -2503.14 + 134.450 6826.00 10902.66 -4076.66 + 134.500 6942.00 13791.41 -6849.41 + 134.550 7325.00 17647.54 -10322.54 + 134.600 7718.00 22252.54 -14534.54 + 134.650 8028.00 27084.49 -19056.49 + 134.700 8417.00 31384.87 -22967.87 + 134.750 8686.00 34332.65 -25646.65 + 134.800 8725.00 35302.26 -26577.26 + 134.850 8653.00 34078.09 -25425.09 + 134.900 8453.00 30933.80 -22480.80 + 134.950 8104.00 26529.34 -18425.34 + 135.000 7474.00 21690.84 -14216.84 + 135.050 7265.00 17158.45 -9893.45 + 135.100 7077.00 13417.05 -6340.05 + 135.150 7031.00 10651.19 -3620.19 + 135.200 6914.00 8801.31 -1887.31 + 135.250 6648.00 7676.69 -1028.69 + 135.300 6571.00 7052.83 -481.83 + 135.350 6498.00 6736.50 -238.50 + 135.400 6505.00 6590.00 -85.00 + 135.450 6583.00 6528.33 54.67 + 135.500 6699.00 6505.28 193.72 + 135.550 6490.00 6498.24 -8.24 + 135.600 6515.00 6497.29 17.71 + 135.650 6460.00 6498.49 -38.49 + 135.700 6302.00 6500.49 -198.49 + 135.750 6581.00 6503.05 77.95 + 135.800 6550.00 6506.42 43.58 + 135.850 6440.00 6510.78 -70.78 + 135.900 6491.00 6521.86 -30.86 + 135.950 6517.00 6547.90 -30.90 + 136.000 6643.00 6604.45 38.55 + 136.050 6559.00 6717.84 -158.84 + 136.100 6508.00 6927.37 -419.37 + 136.150 6614.00 7283.35 -669.35 + 136.200 6665.00 7838.35 -1173.35 + 136.250 6545.00 8628.43 -2083.43 + 136.300 6411.00 9649.17 -3238.17 + 136.350 6574.00 10833.86 -4259.86 + 136.400 6951.00 12046.46 -5095.46 + 136.450 7127.00 13101.75 -5974.75 + 136.500 7091.00 13807.23 -6716.23 + 136.550 7273.00 14021.29 -6748.29 + 136.600 7113.00 13699.04 -6586.04 + 136.650 7046.00 12908.01 -5862.01 + 136.700 6852.00 11804.13 -4952.13 + 136.750 6829.00 10582.95 -3753.95 + 136.800 6907.00 9423.02 -2516.02 + 136.850 6695.00 8446.47 -1751.47 + 136.900 6619.00 7706.18 -1087.18 + 136.950 6447.00 7195.77 -748.77 + 137.000 6527.00 6874.16 -347.16 + 137.050 6737.00 6688.20 48.80 + 137.100 6590.00 6589.25 0.75 + 137.150 6502.00 6540.72 -38.72 + 137.200 6411.00 6518.72 -107.72 + 137.250 6576.00 6509.52 66.48 + 137.300 6492.00 6505.95 -13.95 + 137.350 6502.00 6504.69 -2.69 + 137.400 6534.00 6504.34 29.66 + 137.450 6517.00 6504.06 12.94 + 137.500 6394.00 6504.06 -110.06 + 137.550 6448.00 6504.06 -56.06 + 137.600 6428.00 6504.06 -76.06 + 137.650 6468.00 6504.06 -36.06 + 137.700 6534.00 6504.06 29.94 + 137.750 6437.00 6504.06 -67.06 + 137.800 6612.00 6504.06 107.94 + 137.850 6651.00 6504.06 146.94 + 137.900 6763.00 6504.06 258.94 + 137.950 6939.00 6504.06 434.94 + 138.000 6760.00 6504.06 255.94 + 138.050 6941.00 6504.06 436.94 + 138.100 7126.00 6504.06 621.94 + 138.150 7620.00 6504.06 1115.94 + 138.200 7948.00 6504.06 1443.94 + 138.250 8294.00 6504.06 1789.94 + 138.300 8389.00 6504.06 1884.94 + 138.350 8337.00 6504.06 1832.94 + 138.400 8080.00 6504.06 1575.94 + 138.450 7754.00 6504.06 1249.94 + 138.500 7603.00 6504.06 1098.94 + 138.550 7338.00 6504.06 833.94 + 138.600 7185.00 6504.06 680.94 + 138.650 7035.00 6504.06 530.94 + 138.700 6965.00 6504.06 460.94 + 138.750 6758.00 6504.06 253.94 + 138.800 6551.00 6504.06 46.94 + 138.850 6685.00 6504.06 180.94 + 138.900 6550.00 6504.06 45.94 + 138.950 6613.00 6504.06 108.94 + 139.000 6636.00 6504.06 131.94 + 139.050 6523.00 6504.06 18.94 + 139.100 6567.00 6504.06 62.94 + 139.150 6474.00 6504.06 -30.06 + 139.200 6476.00 6504.06 -28.06 + 139.250 6652.00 6504.06 147.94 + 139.300 6503.00 6504.06 -1.06 + 139.350 6367.00 6504.06 -137.06 + 139.400 6445.00 6504.06 -59.06 + 139.450 6442.00 6504.06 -62.06 + 139.500 6534.00 6504.06 29.94 + 139.550 6618.00 6504.06 113.94 + 139.600 6529.00 6504.06 24.94 + 139.650 6539.00 6504.06 34.94 + 139.700 6537.00 6504.06 32.94 + 139.750 6521.00 6504.06 16.94 + 139.800 6689.00 6504.06 184.94 + 139.850 6539.00 6504.06 34.94 + 139.900 6792.00 6504.06 287.94 + 139.950 6749.00 6504.06 244.94 + 140.000 6886.00 6504.06 381.94 + 140.050 7209.00 6504.06 704.94 + 140.100 7357.00 6504.06 852.94 + 140.150 7393.00 6504.06 888.94 + 140.200 7689.00 6504.06 1184.94 + 140.250 7460.00 6504.06 955.94 + 140.300 7349.00 6504.06 844.94 + 140.350 7210.00 6504.06 705.94 + 140.400 7046.00 6504.06 541.94 + 140.450 6680.00 6504.06 175.94 + 140.500 6664.00 6504.06 159.94 + 140.550 6535.00 6504.06 30.94 + 140.600 6666.00 6504.06 161.94 + 140.650 6603.00 6504.06 98.94 + 140.700 6588.00 6504.06 83.94 + 140.750 6416.00 6504.06 -88.06 + 140.800 6555.00 6504.06 50.94 + 140.850 6546.00 6504.06 41.94 + 140.900 6510.00 6504.06 5.94 + 140.950 6699.00 6504.06 194.94 + 141.000 6477.00 6504.06 -27.06 + 141.050 6512.00 6504.06 7.94 + 141.100 6791.00 6504.06 286.94 + 141.150 6519.00 6504.06 14.94 + 141.200 6429.00 6504.06 -75.06 + 141.250 6380.00 6504.06 -124.06 + 141.300 6456.00 6504.06 -48.06 + 141.350 6484.00 6504.06 -20.06 + 141.400 6452.00 6504.06 -52.06 + 141.450 6517.00 6504.06 12.94 + 141.500 6579.00 6504.06 74.94 + 141.550 6565.00 6504.06 60.94 + 141.600 6724.00 6504.06 219.94 + 141.650 6780.00 6504.06 275.94 + 141.700 6622.00 6504.06 117.94 + 141.750 6699.00 6504.06 194.94 + 141.800 6784.00 6504.06 279.94 + 141.850 6603.00 6504.06 98.94 + 141.900 6768.00 6504.06 263.94 + 141.950 7209.00 6504.06 704.94 + 142.000 7441.00 6504.06 936.94 + 142.050 7739.00 6504.06 1234.94 + 142.100 7706.00 6504.06 1201.94 + 142.150 7905.00 6504.06 1400.94 + 142.200 7814.00 6504.06 1309.94 + 142.250 7631.00 6504.06 1126.94 + 142.300 7485.00 6504.06 980.94 + 142.350 7238.00 6504.06 733.94 + 142.400 6982.00 6504.06 477.94 + 142.450 6814.00 6504.06 309.94 + 142.500 6730.00 6504.06 225.94 + 142.550 6697.00 6504.06 192.94 + 142.600 6570.00 6504.06 65.94 + 142.650 6593.00 6504.06 88.94 + 142.700 6499.00 6504.06 -5.06 + 142.750 6430.00 6504.06 -74.06 + 142.800 6475.00 6504.06 -29.06 + 142.850 6471.00 6504.06 -33.06 + 142.900 6477.00 6504.06 -27.06 + 142.950 6251.00 6504.06 -253.06 + 143.000 6333.00 6504.06 -171.06 + 143.050 6441.00 6504.06 -63.06 + 143.100 6236.00 6504.06 -268.06 + 143.150 6382.00 6504.06 -122.06 + 143.200 6296.00 6504.06 -208.06 + 143.250 6279.00 6504.06 -225.06 + 143.300 6372.00 6504.06 -132.06 + 143.350 6543.00 6504.06 38.94 + 143.400 6355.00 6504.06 -149.06 + 143.450 6362.00 6504.06 -142.06 + 143.500 6326.00 6504.06 -178.06 + 143.550 6404.00 6504.06 -100.06 + 143.600 6561.00 6504.06 56.94 + 143.650 6317.00 6504.06 -187.06 + 143.700 6604.00 6504.06 99.94 + 143.750 6606.00 6504.06 101.94 + 143.800 6568.00 6504.06 63.94 + 143.850 6555.00 6504.06 50.94 + 143.900 6607.00 6504.06 102.94 + 143.950 6770.00 6504.06 265.94 + 144.000 7197.00 6504.06 692.94 + 144.050 7449.00 6504.06 944.94 + 144.100 7713.00 6504.06 1208.94 + 144.150 7774.00 6504.06 1269.94 + 144.200 7823.00 6504.06 1318.94 + 144.250 7875.00 6504.06 1370.94 + 144.300 7642.00 6504.06 1137.94 + 144.350 7217.00 6504.06 712.94 + 144.400 7051.00 6504.06 546.94 + 144.450 6838.00 6504.06 333.94 + 144.500 6752.00 6504.06 247.94 + 144.550 6773.00 6504.06 268.94 + 144.600 6588.00 6504.06 83.94 + 144.650 6589.00 6504.06 84.94 + 144.700 6731.00 6504.06 226.94 + 144.750 6551.00 6504.06 46.94 + 144.800 6543.00 6504.06 38.94 + 144.850 6505.00 6504.06 0.94 + 144.900 6427.00 6504.06 -77.06 + 144.950 6393.00 6504.06 -111.06 + 145.000 6274.00 6504.06 -230.06 + 145.050 6491.00 6504.06 -13.06 + 145.100 6351.00 6504.06 -153.06 + 145.150 6319.00 6504.06 -185.06 + 145.200 6449.00 6504.06 -55.06 + 145.250 6504.00 6504.06 -0.06 + 145.300 6509.00 6504.06 4.94 + 145.350 6336.00 6504.06 -168.06 + 145.400 6337.00 6504.06 -167.06 + 145.450 6299.00 6504.06 -205.06 + 145.500 6386.00 6504.06 -118.06 + 145.550 6443.00 6504.06 -61.06 + 145.600 6386.00 6504.06 -118.06 + 145.650 6313.00 6504.06 -191.06 + 145.700 6355.00 6504.06 -149.06 + 145.750 6496.00 6504.06 -8.06 + 145.800 6514.00 6504.06 9.94 + 145.850 6493.00 6504.06 -11.06 + 145.900 6675.00 6504.06 170.94 + 145.950 6528.00 6504.06 23.94 + 146.000 6698.00 6504.06 193.94 + 146.050 6855.00 6504.06 350.94 + 146.100 7096.00 6504.06 591.94 + 146.150 7087.00 6504.06 582.94 + 146.200 7224.00 6504.06 719.94 + 146.250 7208.00 6504.06 703.94 + 146.300 7485.00 6504.06 980.94 + 146.350 7495.00 6504.06 990.94 + 146.400 7232.00 6504.06 727.94 + 146.450 7222.00 6504.06 717.94 + 146.500 6971.00 6504.06 466.94 + 146.550 7041.00 6504.06 536.94 + 146.600 7037.00 6504.06 532.94 + 146.650 6863.00 6504.06 358.94 + 146.700 6623.00 6504.06 118.94 + 146.750 6508.00 6504.06 3.94 + 146.800 6501.00 6504.06 -3.06 + 146.850 6656.00 6504.06 151.94 + 146.900 6588.00 6504.06 83.94 + 146.950 6453.00 6504.06 -51.06 + 147.000 6718.00 6504.06 213.94 + 147.050 6455.00 6504.06 -49.06 + 147.100 6609.00 6504.06 104.94 + 147.150 6406.00 6504.06 -98.06 + 147.200 6352.00 6504.06 -152.06 + 147.250 6531.00 6504.06 26.94 + 147.300 6519.00 6504.06 14.94 + 147.350 6472.00 6504.06 -32.06 + 147.400 6564.00 6504.06 59.94 + 147.450 6490.00 6504.06 -14.06 + 147.500 6487.00 6504.06 -17.06 + 147.550 6638.00 6504.06 133.94 + 147.600 6512.00 6504.06 7.94 + 147.650 6457.00 6504.06 -47.06 + 147.700 6715.00 6504.06 210.94 + 147.750 6515.00 6504.06 10.94 + 147.800 6571.00 6504.06 66.94 + 147.850 6513.00 6504.06 8.94 + 147.900 6480.00 6504.06 -24.06 + 147.950 6705.00 6504.06 200.94 + 148.000 6869.00 6504.06 364.94 + 148.050 6529.00 6504.06 24.94 + 148.100 6458.00 6504.06 -46.06 + 148.150 6753.00 6504.06 248.94 + 148.200 6695.00 6504.06 190.94 + 148.250 6819.00 6504.06 314.94 + 148.300 7304.00 6504.06 799.94 + 148.350 7381.00 6504.06 876.94 + 148.400 7626.00 6504.06 1121.94 + 148.450 7868.00 6504.06 1363.94 + 148.500 8659.00 6504.06 2154.94 + 148.550 8605.00 6504.06 2100.94 + 148.600 8547.00 6504.06 2042.94 + 148.650 8336.00 6504.06 1831.94 + 148.700 8030.00 6504.06 1525.94 + 148.750 7981.00 6504.06 1476.94 + 148.800 7759.00 6504.06 1254.94 + 148.850 7409.00 6504.06 904.94 + 148.900 7227.00 6504.06 722.94 + 148.950 7015.00 6504.06 510.94 + 149.000 6965.00 6504.06 460.94 + 149.050 6635.00 6504.06 130.94 + 149.100 6689.00 6504.06 184.94 + 149.150 6890.00 6504.06 385.94 + 149.200 6691.00 6504.06 186.94 + 149.250 6548.00 6504.06 43.94 + 149.300 6539.00 6504.06 34.94 + 149.350 6554.00 6504.06 49.94 + 149.400 6463.00 6504.06 -41.06 + 149.450 6488.00 6504.06 -16.06 + 149.500 6756.00 6504.06 251.94 + 149.550 6576.00 6504.06 71.94 + 149.600 6391.00 6504.06 -113.06 + 149.650 6505.00 6504.06 0.94 + 149.700 6566.00 6504.06 61.94 + 149.750 6260.00 6504.06 -244.06 + 149.800 6381.00 6504.06 -123.06 + 149.850 6520.00 6504.06 15.94 + 149.900 6558.00 6504.06 53.94 + 149.950 6697.00 6504.06 192.94 + 150.000 6788.00 6504.06 283.94 + 150.050 6412.00 6504.06 -92.06 + 150.100 6473.00 6504.06 -31.06 + 150.150 6363.00 6504.06 -141.06 + 150.200 6632.00 6504.06 127.94 + 150.250 6764.00 6504.06 259.94 + 150.300 6713.00 6504.06 208.94 + 150.350 6691.00 6504.06 186.94 + 150.400 6661.00 6504.06 156.94 + 150.450 6554.00 6504.06 49.94 + 150.500 6497.00 6504.06 -7.06 + 150.550 6647.00 6504.06 142.94 + 150.600 6671.00 6504.06 166.94 + 150.650 6595.00 6504.06 90.94 + 150.700 6593.00 6504.06 88.94 + 150.750 6638.00 6504.06 133.94 + 150.800 6650.00 6504.06 145.94 + 150.850 6836.00 6504.06 331.94 + 150.900 6633.00 6504.06 128.94 + 150.950 6726.00 6504.06 221.94 + 151.000 6689.00 6504.06 184.94 + 151.050 6790.00 6504.06 285.94 + 151.100 6761.00 6504.06 256.94 + 151.150 6789.00 6504.06 284.94 + 151.200 6827.00 6504.06 322.94 + 151.250 6667.00 6504.06 162.94 + 151.300 6881.00 6504.06 376.94 + 151.350 6659.00 6504.06 154.94 + 151.400 6646.00 6504.06 141.94 + 151.450 6577.00 6504.06 72.94 + 151.500 6651.00 6504.06 146.94 + 151.550 6551.00 6504.06 46.94 + 151.600 6525.00 6504.06 20.94 + 151.650 6628.00 6504.06 123.94 + 151.700 6678.00 6504.06 173.94 + 151.750 6655.00 6504.06 150.94 + 151.800 6469.00 6504.06 -35.06 + 151.850 6666.00 6504.06 161.94 + 151.900 6713.00 6504.06 208.94 + 151.950 6819.00 6504.06 314.94 + 152.000 6740.00 6504.06 235.94 + 152.050 6659.00 6504.06 154.94 + 152.100 6779.00 6504.06 274.94 + 152.150 6743.00 6504.06 238.94 + 152.200 6780.00 6504.06 275.94 + 152.250 6602.00 6504.06 97.94 + 152.300 6468.00 6504.06 -36.06 + 152.350 6696.00 6504.06 191.94 + 152.400 6626.00 6504.06 121.94 + 152.450 6430.00 6504.06 -74.06 + 152.500 6386.00 6504.06 -118.06 + 152.550 6744.00 6504.06 239.94 + 152.600 6804.00 6504.06 299.94 + 152.650 6396.00 6504.06 -108.06 + 152.700 6407.00 6504.06 -97.06 + 152.750 6616.00 6504.06 111.94 + 152.800 6652.00 6504.06 147.94 + 152.850 6924.00 6504.06 419.94 + 152.900 6779.00 6504.06 274.94 + 152.950 6637.00 6504.06 132.94 + 153.000 6719.00 6504.06 214.94 + 153.050 6591.00 6504.06 86.94 + 153.100 6766.00 6504.06 261.94 + 153.150 6780.00 6504.06 275.94 + 153.200 6676.00 6504.06 171.94 + 153.250 6783.00 6504.06 278.94 + 153.300 6933.00 6504.06 428.94 + 153.350 6641.00 6504.06 136.94 + 153.400 6672.00 6504.06 167.94 + 153.450 6734.00 6504.06 229.94 + 153.500 6688.00 6504.06 183.94 + 153.550 6937.00 6504.06 432.94 + 153.600 7236.00 6504.06 731.94 + 153.650 7054.00 6504.06 549.94 + 153.700 7095.00 6504.06 590.94 + 153.750 7100.00 6504.06 595.94 + 153.800 6870.00 6504.06 365.94 + 153.850 6638.00 6504.06 133.94 + 153.900 6702.00 6504.06 197.94 +END +WAVES Phase1, tik1 +BEGIN + 16.772 -7550 + 20.582 -7550 + 23.812 -7550 + 29.275 -7550 + 31.682 -7550 + 31.682 -7550 + 33.934 -7550 + 36.062 -7550 + 38.087 -7550 + 38.087 -7550 + 40.024 -7550 + 41.886 -7550 + 43.683 -7550 + 43.683 -7550 + 47.113 -7550 + 47.113 -7550 + 48.757 -7550 + 50.361 -7550 + 51.929 -7550 + 51.929 -7550 + 53.463 -7550 + 53.463 -7550 + 53.463 -7550 + 54.968 -7550 + 54.968 -7550 + 56.446 -7550 + 56.446 -7550 + 57.898 -7550 + 59.329 -7550 + 59.329 -7550 + 60.738 -7550 + 62.128 -7550 + 62.128 -7550 + 63.500 -7550 + 63.500 -7550 + 64.856 -7550 + 64.856 -7550 + 64.856 -7550 + 64.856 -7550 + 66.198 -7550 + 66.198 -7550 + 70.144 -7550 + 70.144 -7550 + 70.144 -7550 + 70.144 -7550 + 71.437 -7550 + 72.720 -7550 + 72.720 -7550 + 72.720 -7550 + 72.720 -7550 + 73.994 -7550 + 73.994 -7550 + 73.994 -7550 + 75.260 -7550 + 75.260 -7550 + 76.519 -7550 + 76.519 -7550 + 77.772 -7550 + 77.772 -7550 + 77.772 -7550 + 77.772 -7550 + 79.018 -7550 + 80.259 -7550 + 80.259 -7550 + 81.496 -7550 + 81.496 -7550 + 82.728 -7550 + 83.958 -7550 + 83.958 -7550 + 85.184 -7550 + 85.184 -7550 + 85.184 -7550 + 85.184 -7550 + 85.184 -7550 + 86.408 -7550 + 87.631 -7550 + 87.631 -7550 + 87.631 -7550 + 87.631 -7550 + 90.074 -7550 + 90.074 -7550 + 90.074 -7550 + 90.074 -7550 + 91.295 -7550 + 92.516 -7550 + 92.516 -7550 + 92.516 -7550 + 92.516 -7550 + 93.739 -7550 + 93.739 -7550 + 93.739 -7550 + 94.964 -7550 + 94.964 -7550 + 96.191 -7550 + 96.191 -7550 + 96.191 -7550 + 96.191 -7550 + 97.420 -7550 + 97.420 -7550 + 98.653 -7550 + 98.653 -7550 + 99.891 -7550 + 99.891 -7550 + 99.891 -7550 + 99.891 -7550 + 99.891 -7550 + 99.891 -7550 + 102.380 -7550 + 102.380 -7550 + 102.380 -7550 + 102.380 -7550 + 103.633 -7550 + 103.633 -7550 + 103.633 -7550 + 103.633 -7550 + 104.893 -7550 + 104.893 -7550 + 104.893 -7550 + 106.160 -7550 + 106.160 -7550 + 107.436 -7550 + 107.436 -7550 + 107.436 -7550 + 107.436 -7550 + 110.015 -7550 + 110.015 -7550 + 110.015 -7550 + 110.015 -7550 + 110.015 -7550 + 110.015 -7550 + 111.320 -7550 + 113.966 -7550 + 113.966 -7550 + 115.310 -7550 + 115.310 -7550 + 115.310 -7550 + 115.310 -7550 + 115.310 -7550 + 115.310 -7550 + 115.310 -7550 + 116.668 -7550 + 116.668 -7550 + 116.668 -7550 + 118.043 -7550 + 118.043 -7550 + 118.043 -7550 + 118.043 -7550 + 119.436 -7550 + 119.436 -7550 + 120.848 -7550 + 120.848 -7550 + 122.281 -7550 + 122.281 -7550 + 123.738 -7550 + 123.738 -7550 + 123.738 -7550 + 123.738 -7550 + 123.738 -7550 + 123.738 -7550 + 123.738 -7550 + 125.219 -7550 + 125.219 -7550 + 126.728 -7550 + 126.728 -7550 + 126.728 -7550 + 126.728 -7550 + 126.728 -7550 + 128.268 -7550 + 128.268 -7550 + 128.268 -7550 + 129.840 -7550 + 129.840 -7550 + 129.840 -7550 + 129.840 -7550 + 133.101 -7550 + 133.101 -7550 + 133.101 -7550 + 133.101 -7550 + 134.797 -7550 + 134.797 -7550 + 136.545 -7550 + 136.545 -7550 + 136.545 -7550 + 136.545 -7550 + 138.351 -7550 + 138.351 -7550 + 138.351 -7550 + 138.351 -7550 + 138.351 -7550 + 140.224 -7550 + 140.224 -7550 + 140.224 -7550 + 140.224 -7550 + 140.224 -7550 + 142.173 -7550 + 142.173 -7550 + 144.212 -7550 + 144.212 -7550 + 144.212 -7550 + 144.212 -7550 + 146.357 -7550 + 148.630 -7550 + 148.630 -7550 + 148.630 -7550 + 148.630 -7550 + 148.630 -7550 + 148.630 -7550 + 151.062 -7550 + 153.697 -7550 + 153.697 -7550 + 153.697 -7550 + 156.604 -7550 + 156.604 -7550 + 156.604 -7550 + 156.604 -7550 + 159.903 -7550 + 159.903 -7550 + 159.903 -7550 + 159.903 -7550 + 159.903 -7550 + 159.903 -7550 + 163.830 -7550 + 163.830 -7550 + 169.044 -7550 + 169.044 -7550 + 169.044 -7550 + 169.044 -7550 + 169.044 -7550 + 169.044 -7550 +END +WAVES Excrg1, excl1 +BEGIN + 0.95 -7550 + 12.00 -7550 +END +WAVES Excrg2, excl2 +BEGIN + 137.50 -7550 + 153.90 -7550 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TwoTheta +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 0.95, 153.90 +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -11591} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: y2o3_isotropic_adp\rDate of fit: \Z09 18/06/2026/ 23:03:43.1\Z12\rY2O3\rChi2 = *******" +X Label left "\Z14Intensity" +X Label bottom "\Z142-Theta (in degrees)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: Y2O3 Ge(551) 300mm_varH 15/10/13 +X | Date of run: 18/06/2026 / 23:03:43.1 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.sum b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.sum new file mode 100644 index 000000000..42b1a661a --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.sum @@ -0,0 +1,224 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 8.40 - Feb2026-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 18/06/2026 Time: 23:03:42.979 + + => PCR file code: y2o3_isotropic_adp + => DAT file code: y2o3_isotropic_adp -> Relative contribution: 1.0000 + => Title: Y2O3 Ge(551) 300mm_varH 15/10/13 + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of neutron powder data + => The 7th default profile function was selected + + => X-Y type of data: 2theta/TOF/E(Kev) Intens sigma for pattern: 1 + => Analysis of refinement at the end + => Wavelengths: 1.54822 1.54822 + => Cos(Monochromator angle)= 0.0000 + => Absorption correction (AC), muR-eff = 0.0000 0.0000 + => Base of peaks: 2.0*HW* 20.00 + ==> Angular range, step and number of points: + 2Thmin: 0.950000 2Thmax: 153.899994 Step: 0.050019 No. of points: 3060 + =>-------> Pattern# 1 + => Crystal Structure Refinement for phase: 1 + => The density (volumic mass) of phase 1 is: 5.029 g/cm3 + => Scor: 3.3234 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 Y2O3 I a -3 +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 229 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + Y1 -0.03236( 0) 0.00000( 0) 0.25000( 0) 0.000( 0) 0.500( 0) 24 + Y2 0.25000( 0) 0.25000( 0) 0.25000( 0) 0.000( 0) 0.167( 0) 8 + O1 0.39072( 0) 0.15204( 0) 0.38030( 0) 0.000( 0) 1.000( 0) 48 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 10.60574 0.00000 + 10.60574 0.00000 + 10.60574 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + => overall scale factor : 1.060200 0.000000 + => Eta(p-v) or m(p-vii) : 0.00000 0.00000 + => Overall tem. factor : 0.00000 0.00000 + => Halfwidth parameters : 0.03663 0.00000 + -0.06835 0.00000 + 0.13143 0.00000 + => Preferred orientation: 0.00000 0.00000 + 0.00000 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => X and y parameters : 0.00000 0.00000 + 0.00000 0.00000 + => Strain parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => Size parameters (G,L): 0.00000 0.00000 + 0.00000 0.00000 + + => Add. shape parameters: + 0.00000 0.00000 + 0.00000 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: -0.0162 0.0000 + => Cos(2theta)-shift parameter : 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle: 1 + => N-P+C: 2509 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 57.0 Rwp: 139. Rexp: 1.24 Chi2: 0.126E+05 L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 0.107E+04 Rwp: 0.108E+04 Rexp: 9.60 Chi2: 0.126E+05 + => Deviance: 0.108E+08 Dev* : 4315. + => DW-Stat.: 0.0538 DW-exp: 1.8759 + => N-sigma of the GoF: 447493.656 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 2509 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 57.0 Rwp: 139. Rexp: 1.24 Chi2: 0.126E+05 L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 0.107E+04 Rwp: 0.108E+04 Rexp: 9.60 Chi2: 0.126E+05 + => Deviance: 0.108E+08 Dev* : 4315. + => DW-Stat.: 0.0538 DW-exp: 1.8759 + => N-sigma of the GoF: 447493.656 + + => Global user-weigthed Chi2 (Bragg contrib.): 0.126E+05 + => Scor: 3.3234 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 Y2O3 I a -3 +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 229 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + Y1 -0.03236( 0) 0.00000( 0) 0.25000( 0) 0.000( 0) 0.500( 0) 24 + Y2 0.25000( 0) 0.25000( 0) 0.25000( 0) 0.000( 0) 0.167( 0) 8 + O1 0.39072( 0) 0.15204( 0) 0.38030( 0) 0.000( 0) 1.000( 0) 48 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 10.60574 0.00000 + 10.60574 0.00000 + 10.60574 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + => overall scale factor : 1.060200 0.000000 + => Eta(p-v) or m(p-vii) : 0.00000 0.00000 + => Overall tem. factor : 0.00000 0.00000 + => Halfwidth parameters : 0.03663 0.00000 + -0.06835 0.00000 + 0.13143 0.00000 + => Preferred orientation: 0.00000 0.00000 + 0.00000 0.00000 + => Asymmetry parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => X and y parameters : 0.00000 0.00000 + 0.00000 0.00000 + => Strain parameters : 0.00000 0.00000 + 0.00000 0.00000 + 0.00000 0.00000 + => Size parameters (G,L): 0.00000 0.00000 + 0.00000 0.00000 + + => Add. shape parameters: + 0.00000 0.00000 + 0.00000 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: -0.0162 0.0000 + => Cos(2theta)-shift parameter : 0.0000 0.0000 + => Sin(2theta)-shift parameter : 0.0000 0.0000 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle: 1 + => N-P+C: 2509 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 57.0 Rwp: 139. Rexp: 1.24 Chi2: 0.126E+05 L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 0.107E+04 Rwp: 0.108E+04 Rexp: 9.60 Chi2: 0.126E+05 + => Deviance: 0.108E+08 Dev* : 4315. + => DW-Stat.: 0.0538 DW-exp: 1.8759 + => N-sigma of the GoF: 447493.656 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 2509 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 57.0 Rwp: 139. Rexp: 1.24 Chi2: 0.126E+05 L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 0.107E+04 Rwp: 0.108E+04 Rexp: 9.60 Chi2: 0.126E+05 + => Deviance: 0.108E+08 Dev* : 4315. + => DW-Stat.: 0.0538 DW-exp: 1.8759 + => N-sigma of the GoF: 447493.656 + + => Global user-weigthed Chi2 (Bragg contrib.): 0.126E+05 + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 Y2O3 + => Bragg R-factor: 0.106E+04 Vol: 1192.953( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 245. ATZ: 3612.974 Brindley: 1.0000 + + + CPU Time: 0.152 seconds + 0.003 minutes + + => Run finished at: Date: 18/06/2026 Time: 23:03:43.134 diff --git a/docs/docs/verification/index.md b/docs/docs/verification/index.md index 528cd4d6f..c85b5c918 100644 --- a/docs/docs/verification/index.md +++ b/docs/docs/verification/index.md @@ -12,62 +12,103 @@ inside the notebook. ## Powder, Neutron, Constant Wavelength -- [pd-neut-cwl LBCO basic pseudo-Voigt](pd-neut-cwl_lbco_basic.ipynb) – +### LBCO + +- [pd-neut-cwl LBCO basic pseudo-Voigt](pd-neut-cwl_LBCO_basic.ipynb) – verifies a baseline pseudo-Voigt powder pattern. -- [pd-neut-cwl LBCO preferred orientation](pd-neut-cwl_lbco_preferred-orientation.ipynb) - – verifies the March-Dollase preferred-orientation correction. -- [pd-neut-cwl PbSO₄ basic pseudo-Voigt](pd-neut-cwl_pbso4_basic.ipynb) +- [pd-neut-cwl LBCO preferred orientation](pd-neut-cwl_LBCO_preferred-orientation.ipynb) + – verifies the **preferred-orientation** correction. + +### PbSO4 + +- [pd-neut-cwl PbSO4 basic pseudo-Voigt](pd-neut-cwl_PbSO4_basic.ipynb) – verifies a baseline pseudo-Voigt powder pattern. -- [pd-neut-cwl PbSO₄ Bérar-Baldinozzi asymmetry](pd-neut-cwl_pbso4_beba-asymmetry.ipynb) - – verifies the empirical asymmetry workflow. -- [pd-neut-cwl LaB₆ SyCos/SySin shifts](pd-neut-cwl_lab6_sycos-sysin.ipynb) - – verifies sample-displacement and transparency peak-position - corrections. -- [pd-neut-cwl LaB₆ FCJ asymmetry](pd-neut-cwl_lab6_fcj-asymmetry.ipynb) - – verifies the Finger-Cox-Jephcoat axial-divergence asymmetry - reference. -- [pd-neut-cwl LaB₆ absorption](pd-neut-cwl_lab6_absorption.ipynb) – - verifies Debye-Scherrer absorption with FCJ asymmetry disabled. -- [pd-neut-cwl LaB₆ FCJ asymmetry isolated](pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb) - – verifies the isolated FCJ reference with absorption disabled. -- [pd-neut-cwl Y₂O₃ beta ADPs](pd-neut-cwl_y2o3_beta-adp.ipynb) – +- [pd-neut-cwl PbSO4 Berar-Baldinozzi asymmetry](pd-neut-cwl_PbSO4_beba-asymmetry.ipynb) + – verifies the **empirical asymmetry** correction. + +### LaB6 + +- [pd-neut-cwl LaB6 basic](pd-neut-cwl_LaB6_basic.ipynb) – verifies the + baseline LaB6 powder pattern. +- [pd-neut-cwl LaB6 11B isotope](pd-neut-cwl_LaB6_11B.ipynb) – verifies + the **11B isotope** contribution. +- [pd-neut-cwl LaB6 SyCos/SySin shifts](pd-neut-cwl_LaB6_sycos-sysin.ipynb) + – verifies the **SyCos/SySin** peak-position corrections. +- [pd-neut-cwl LaB6 FCJ asymmetry](pd-neut-cwl_LaB6_fcj-asymmetry.ipynb) + – verifies the **Finger-Cox-Jephcoat asymmetry** correction. +- [pd-neut-cwl LaB6 absorption](pd-neut-cwl_LaB6_absorption.ipynb) – + verifies **Debye-Scherrer absorption**. + +### Y2O3 + +- [pd-neut-cwl Y2O3 isotropic ADPs](pd-neut-cwl_Y2O3_isotropic-adp.ipynb) + – verifies the isotropic-ADP baseline. +- [pd-neut-cwl Y2O3 beta ADPs](pd-neut-cwl_Y2O3_beta-adp.ipynb) – verifies beta-tensor anisotropic ADPs with other correction models disabled. ## Powder, Neutron, Time-Of-Flight -- [pd-neut-tof Si Jorgensen profile](pd-neut-tof_si_jorgensen.ipynb) – +- [pd-neut-tof Si Jorgensen profile](pd-neut-tof_Si_jorgensen.ipynb) – verifies the Jorgensen back-to-back exponential profile. -- [pd-neut-tof Si Jorgensen-Von Dreele profile](pd-neut-tof_si_jorgensen-von-dreele.ipynb) +- [pd-neut-tof Si Jorgensen-Von Dreele profile](pd-neut-tof_Si_jorgensen-von-dreele.ipynb) – verifies the Jorgensen-Von Dreele pseudo-Voigt profile. -- [pd-neut-tof Na₂Ca₃Al₂F₁₄ Jorgensen-Von Dreele profile](pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb) - – verifies the NCAF time-of-flight pseudo-Voigt profile. +- [pd-neut-tof NCAF Jorgensen-Von Dreele profile](pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb) + – verifies the Na2Ca3Al2F14 time-of-flight pseudo-Voigt profile. ## Powder, X-Ray, Constant Wavelength -- [pd-xray-cwl LiF single wavelength](pd-xray-cwl_lif_single.ipynb) – - verifies the baseline Cu Kα₁ pseudo-Voigt pattern. -- [pd-xray-cwl LiF polarization](pd-xray-cwl_lif_single_polarization.ipynb) +### LiF + +- [pd-xray-cwl LiF single wavelength](pd-xray-cwl_LiF_single.ipynb) – + verifies the baseline Cu K-alpha1 pseudo-Voigt pattern. +- [pd-xray-cwl LiF polarization](pd-xray-cwl_LiF_single_polarization.ipynb) – verifies the X-ray polarization correction. -- [pd-xray-cwl LiF absorption](pd-xray-cwl_lif_single_absorption.ipynb) +- [pd-xray-cwl LiF absorption](pd-xray-cwl_LiF_single_absorption.ipynb) – verifies Debye-Scherrer absorption. -- [pd-xray-cwl LiF doublet](pd-xray-cwl_lif_doublet.ipynb) – verifies Cu - Kα₁/Kα₂ doublet handling. -- [pd-xray-cwl PbSO₄ round robin](pd-xray-cwl_pbso4_round-robin.ipynb) – +- [pd-xray-cwl LiF doublet](pd-xray-cwl_LiF_doublet.ipynb) – verifies Cu + K-alpha1/K-alpha2 doublet handling. + +### PbSO4 + +- [pd-xray-cwl PbSO4 round robin](pd-xray-cwl_PbSO4_round-robin.ipynb) – verifies the anglesite X-ray round-robin case with empirical asymmetry. ## Powder, X-Ray, Constant Wavelength, Total Scattering -- [pd-xray-cwl-total NaCl gaussian-damped sinc](pd-xray-cwl-total_nacl_gaussian-damped-sinc.ipynb) +### NaCl + +- [pd-xray-cwl-total NaCl gaussian-damped sinc](pd-xray-cwl-total_NaCl_gaussian-damped-sinc.ipynb) + – verifies the PDF gaussian-damped sinc profile against direct + diffpy.pdffit2. + +## Powder, Neutron, Constant Wavelength, Total Scattering + +### Ni + +- [pd-neut-cwl-total Ni gaussian-damped sinc](pd-neut-cwl-total_Ni_gaussian-damped-sinc.ipynb) + – verifies the PDF gaussian-damped sinc profile against direct + diffpy.pdffit2. + +## Powder, Neutron, Time-Of-Flight, Total Scattering + +### Si + +- [pd-neut-tof-total Si gaussian-damped sinc](pd-neut-tof-total_Si_gaussian-damped-sinc.ipynb) – verifies the PDF gaussian-damped sinc profile against direct diffpy.pdffit2. ## Single Crystal, Neutron, Constant Wavelength -- [sc-neut-cwl Pr₂NiO₄ basic](sc-neut-cwl_pr2nio4_basic.ipynb) – - verifies calculated F² values with anisotropic ADPs. -- [sc-neut-cwl Tb₂Ti₂O₇ basic](sc-neut-cwl_tbti_basic.ipynb) – verifies - no-extinction calculated F² values with anisotropic ADPs. -- [sc-neut-cwl Tb₂Ti₂O₇ isotropic extinction](sc-neut-cwl_tbti_isotropic-extinction.ipynb) +### Pr2NiO4 + +- [sc-neut-cwl Pr2NiO4 basic](sc-neut-cwl_Pr2NiO4_basic.ipynb) – + verifies calculated F2 values with anisotropic ADPs. + +### Tb2Ti2O7 + +- [sc-neut-cwl Tb2Ti2O7 basic](sc-neut-cwl_Tb2Ti2O7_basic.ipynb) – + verifies no-extinction calculated F2 values with anisotropic ADPs. +- [sc-neut-cwl Tb2Ti2O7 isotropic extinction](sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb) – verifies the isotropic extinction model. diff --git a/docs/docs/verification/pd-neut-cwl-total_Ni_gaussian-damped-sinc.ipynb b/docs/docs/verification/pd-neut-cwl-total_Ni_gaussian-damped-sinc.ipynb new file mode 100644 index 000000000..443209ba2 --- /dev/null +++ b/docs/docs/verification/pd-neut-cwl-total_Ni_gaussian-damped-sinc.ipynb @@ -0,0 +1,275 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "0", + "metadata": { + "tags": [ + "hide-in-docs" + ] + }, + "outputs": [], + "source": [ + "# Check whether easydiffraction is installed; install it if needed.\n", + "# Required for remote environments such as Google Colab.\n", + "import importlib.util\n", + "\n", + "if importlib.util.find_spec('easydiffraction') is None:\n", + " %pip install easydiffraction" + ] + }, + { + "cell_type": "markdown", + "id": "1", + "metadata": {}, + "source": [ + "# Ni - powder neutron CW total - gaussian-damped sinc\n", + "\n", + "Verifies the total-scattering gaussian-damped sinc profile by comparing\n", + "EasyDiffraction's pdffit calculator with a direct diffpy.pdffit2\n", + "calculation on the same synthetic r-grid." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "2", + "metadata": {}, + "outputs": [], + "source": [ + "from importlib import metadata\n", + "\n", + "import numpy as np\n", + "from diffpy.pdffit2 import PdfFit\n", + "from diffpy.structure.parsers.p_cif import P_cif as pdffit_cif_parser\n", + "\n", + "import easydiffraction as edi\n", + "from easydiffraction import ExperimentFactory\n", + "from easydiffraction.analysis import verification as verify" + ] + }, + { + "cell_type": "markdown", + "id": "3", + "metadata": {}, + "source": [ + "## Build the project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "4", + "metadata": {}, + "outputs": [], + "source": [ + "project = edi.Project()" + ] + }, + { + "cell_type": "markdown", + "id": "5", + "metadata": {}, + "source": [ + "## Define the structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "6", + "metadata": {}, + "outputs": [], + "source": [ + "project.structures.create(name='ni')\n", + "structure = project.structures['ni']\n", + "\n", + "structure.space_group.name_h_m = 'F m -3 m'\n", + "structure.space_group.coord_system_code = '1'\n", + "structure.cell.length_a = 3.526\n", + "\n", + "structure.atom_sites.create(\n", + " id='Ni',\n", + " type_symbol='Ni',\n", + " fract_x=0.0,\n", + " fract_y=0.0,\n", + " fract_z=0.0,\n", + " wyckoff_letter='a',\n", + " adp_type='Biso',\n", + " adp_iso=0.4281,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "7", + "metadata": {}, + "source": [ + "## Create the experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "8", + "metadata": {}, + "outputs": [], + "source": [ + "experiment = ExperimentFactory.from_scratch(\n", + " name='ni_pdf',\n", + " sample_form='powder',\n", + " beam_mode='constant wavelength',\n", + " radiation_probe='neutron',\n", + " scattering_type='total',\n", + ")\n", + "\n", + "R_GRID = np.arange(1.0, 30.05, 0.05)\n", + "PDF_SCALE = 0.9892\n", + "PDF_QDAMP = 0.0\n", + "PDF_QBROAD = 0.022\n", + "PDF_QMAX = 27.0\n", + "PDF_DELTA_1 = 0.0\n", + "PDF_DELTA_2 = 2.5587\n", + "PDF_PARTICLE_DIAMETER = 0.0\n", + "\n", + "experiment.data._create_items_set_xcoord_and_id(R_GRID)\n", + "experiment.data._set_g_r_meas(np.zeros_like(R_GRID))\n", + "experiment.data._set_g_r_meas_su(np.ones_like(R_GRID))\n", + "\n", + "experiment.peak.type = 'gaussian-damped-sinc'\n", + "experiment.peak.damp_q = PDF_QDAMP\n", + "experiment.peak.broad_q = PDF_QBROAD\n", + "experiment.peak.cutoff_q = PDF_QMAX\n", + "experiment.peak.sharp_delta_1 = PDF_DELTA_1\n", + "experiment.peak.sharp_delta_2 = PDF_DELTA_2\n", + "experiment.peak.damp_particle_diameter = PDF_PARTICLE_DIAMETER\n", + "\n", + "experiment.linked_structures.create(structure_id='ni', scale=PDF_SCALE)\n", + "\n", + "project.experiments.add(experiment)" + ] + }, + { + "cell_type": "markdown", + "id": "9", + "metadata": {}, + "source": [ + "## Direct pdffit2 reference" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "10", + "metadata": {}, + "outputs": [], + "source": [ + "B_TO_U_FACTOR = 8.0 * np.pi**2\n", + "NI_CIF_FOR_PDFFIT2 = f\"\"\"\n", + "data_ni\n", + "_space_group_name_H-M_alt 'F m -3 m'\n", + "_space_group_IT_coordinate_system_code 1\n", + "_cell_length_a 3.526\n", + "_cell_length_b 3.526\n", + "_cell_length_c 3.526\n", + "_cell_angle_alpha 90\n", + "_cell_angle_beta 90\n", + "_cell_angle_gamma 90\n", + "loop_\n", + "_atom_site_label\n", + "_atom_site_type_symbol\n", + "_atom_site_fract_x\n", + "_atom_site_fract_y\n", + "_atom_site_fract_z\n", + "_atom_site_U_iso_or_equiv\n", + "Ni Ni 0.0 0.0 0.0 {0.4281 / B_TO_U_FACTOR:.12f}\n", + "\"\"\"\n", + "\n", + "pdffit2 = PdfFit()\n", + "pdffit2.add_structure(pdffit_cif_parser().parse(NI_CIF_FOR_PDFFIT2))\n", + "pdffit2.setvar('pscale', PDF_SCALE)\n", + "pdffit2.setvar('delta1', PDF_DELTA_1)\n", + "pdffit2.setvar('delta2', PDF_DELTA_2)\n", + "pdffit2.setvar('spdiameter', PDF_PARTICLE_DIAMETER)\n", + "pdffit2.read_data_lists(\n", + " stype='N',\n", + " qmax=PDF_QMAX,\n", + " qdamp=PDF_QDAMP,\n", + " r_data=list(R_GRID),\n", + " Gr_data=list(np.zeros_like(R_GRID)),\n", + ")\n", + "pdffit2.setvar('qbroad', PDF_QBROAD)\n", + "pdffit2.calc()\n", + "\n", + "calc_direct_pdffit2 = np.array(pdffit2.getpdf_fit())\n", + "LABEL_DIRECT_PDFFIT2 = f'diffpy.pdffit2 {metadata.version(\"diffpy.pdffit2\")}'" + ] + }, + { + "cell_type": "markdown", + "id": "11", + "metadata": {}, + "source": [ + "## edi-pdffit VS direct pdffit2" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "12", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'pdffit'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_pdffit = experiment.data.intensity_calc\n", + "LABEL_ED_PDFFIT = verify.engine_label('pdffit')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'ni_pdf',\n", + " reference=calc_direct_pdffit2,\n", + " candidate=calc_ed_pdffit,\n", + " reference_label=LABEL_DIRECT_PDFFIT2,\n", + " candidate_label=LABEL_ED_PDFFIT,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "13", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "14", + "metadata": {}, + "outputs": [], + "source": [ + "verify.assert_patterns_agree(\n", + " [\n", + " (\n", + " f'{LABEL_ED_PDFFIT} vs {LABEL_DIRECT_PDFFIT2}',\n", + " calc_direct_pdffit2,\n", + " calc_ed_pdffit,\n", + " ),\n", + " ],\n", + ")" + ] + } + ], + "metadata": { + "jupytext": { + "cell_metadata_filter": "-all", + "main_language": "python", + "notebook_metadata_filter": "-all" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/docs/docs/verification/pd-neut-cwl-total_Ni_gaussian-damped-sinc.py b/docs/docs/verification/pd-neut-cwl-total_Ni_gaussian-damped-sinc.py new file mode 100644 index 000000000..6c18f17af --- /dev/null +++ b/docs/docs/verification/pd-neut-cwl-total_Ni_gaussian-damped-sinc.py @@ -0,0 +1,158 @@ +# %% [markdown] +# # Ni - powder neutron CW total - gaussian-damped sinc +# +# Verifies the total-scattering gaussian-damped sinc profile by comparing +# EasyDiffraction's pdffit calculator with a direct diffpy.pdffit2 +# calculation on the same synthetic r-grid. + +# %% +from importlib import metadata + +import numpy as np +from diffpy.pdffit2 import PdfFit +from diffpy.structure.parsers.p_cif import P_cif as pdffit_cif_parser + +import easydiffraction as edi +from easydiffraction import ExperimentFactory +from easydiffraction.analysis import verification as verify + +# %% [markdown] +# ## Build the project + +# %% +project = edi.Project() + +# %% [markdown] +# ## Define the structure + +# %% +project.structures.create(name='ni') +structure = project.structures['ni'] + +structure.space_group.name_h_m = 'F m -3 m' +structure.space_group.coord_system_code = '1' +structure.cell.length_a = 3.526 + +structure.atom_sites.create( + id='Ni', + type_symbol='Ni', + fract_x=0.0, + fract_y=0.0, + fract_z=0.0, + wyckoff_letter='a', + adp_type='Biso', + adp_iso=0.4281, +) + +# %% [markdown] +# ## Create the experiment + +# %% +experiment = ExperimentFactory.from_scratch( + name='ni_pdf', + sample_form='powder', + beam_mode='constant wavelength', + radiation_probe='neutron', + scattering_type='total', +) + +R_GRID = np.arange(1.0, 30.05, 0.05) +PDF_SCALE = 0.9892 +PDF_QDAMP = 0.0 +PDF_QBROAD = 0.022 +PDF_QMAX = 27.0 +PDF_DELTA_1 = 0.0 +PDF_DELTA_2 = 2.5587 +PDF_PARTICLE_DIAMETER = 0.0 + +experiment.data._create_items_set_xcoord_and_id(R_GRID) +experiment.data._set_g_r_meas(np.zeros_like(R_GRID)) +experiment.data._set_g_r_meas_su(np.ones_like(R_GRID)) + +experiment.peak.type = 'gaussian-damped-sinc' +experiment.peak.damp_q = PDF_QDAMP +experiment.peak.broad_q = PDF_QBROAD +experiment.peak.cutoff_q = PDF_QMAX +experiment.peak.sharp_delta_1 = PDF_DELTA_1 +experiment.peak.sharp_delta_2 = PDF_DELTA_2 +experiment.peak.damp_particle_diameter = PDF_PARTICLE_DIAMETER + +experiment.linked_structures.create(structure_id='ni', scale=PDF_SCALE) + +project.experiments.add(experiment) + +# %% [markdown] +# ## Direct pdffit2 reference + +# %% +B_TO_U_FACTOR = 8.0 * np.pi**2 +NI_CIF_FOR_PDFFIT2 = f""" +data_ni +_space_group_name_H-M_alt 'F m -3 m' +_space_group_IT_coordinate_system_code 1 +_cell_length_a 3.526 +_cell_length_b 3.526 +_cell_length_c 3.526 +_cell_angle_alpha 90 +_cell_angle_beta 90 +_cell_angle_gamma 90 +loop_ +_atom_site_label +_atom_site_type_symbol +_atom_site_fract_x +_atom_site_fract_y +_atom_site_fract_z +_atom_site_U_iso_or_equiv +Ni Ni 0.0 0.0 0.0 {0.4281 / B_TO_U_FACTOR:.12f} +""" + +pdffit2 = PdfFit() +pdffit2.add_structure(pdffit_cif_parser().parse(NI_CIF_FOR_PDFFIT2)) +pdffit2.setvar('pscale', PDF_SCALE) +pdffit2.setvar('delta1', PDF_DELTA_1) +pdffit2.setvar('delta2', PDF_DELTA_2) +pdffit2.setvar('spdiameter', PDF_PARTICLE_DIAMETER) +pdffit2.read_data_lists( + stype='N', + qmax=PDF_QMAX, + qdamp=PDF_QDAMP, + r_data=list(R_GRID), + Gr_data=list(np.zeros_like(R_GRID)), +) +pdffit2.setvar('qbroad', PDF_QBROAD) +pdffit2.calc() + +calc_direct_pdffit2 = np.array(pdffit2.getpdf_fit()) +LABEL_DIRECT_PDFFIT2 = f'diffpy.pdffit2 {metadata.version("diffpy.pdffit2")}' + +# %% [markdown] +# ## edi-pdffit VS direct pdffit2 + +# %% +experiment.calculator.type = 'pdffit' + +project.analysis.calculate() +calc_ed_pdffit = experiment.data.intensity_calc +LABEL_ED_PDFFIT = verify.engine_label('pdffit') + +project.display.pattern_comparison( + 'ni_pdf', + reference=calc_direct_pdffit2, + candidate=calc_ed_pdffit, + reference_label=LABEL_DIRECT_PDFFIT2, + candidate_label=LABEL_ED_PDFFIT, +) + +# %% [markdown] +# ## Agreement check + +# %% +verify.assert_patterns_agree( + [ + ( + f'{LABEL_ED_PDFFIT} vs {LABEL_DIRECT_PDFFIT2}', + calc_direct_pdffit2, + calc_ed_pdffit, + ), + ], +) diff --git a/docs/docs/verification/pd-neut-cwl_lbco_basic.ipynb b/docs/docs/verification/pd-neut-cwl_LBCO_basic.ipynb similarity index 100% rename from docs/docs/verification/pd-neut-cwl_lbco_basic.ipynb rename to docs/docs/verification/pd-neut-cwl_LBCO_basic.ipynb diff --git a/docs/docs/verification/pd-neut-cwl_lbco_basic.py b/docs/docs/verification/pd-neut-cwl_LBCO_basic.py similarity index 100% rename from docs/docs/verification/pd-neut-cwl_lbco_basic.py rename to docs/docs/verification/pd-neut-cwl_LBCO_basic.py diff --git a/docs/docs/verification/pd-neut-cwl_lbco_preferred-orientation.ipynb b/docs/docs/verification/pd-neut-cwl_LBCO_preferred-orientation.ipynb similarity index 100% rename from docs/docs/verification/pd-neut-cwl_lbco_preferred-orientation.ipynb rename to docs/docs/verification/pd-neut-cwl_LBCO_preferred-orientation.ipynb diff --git a/docs/docs/verification/pd-neut-cwl_lbco_preferred-orientation.py b/docs/docs/verification/pd-neut-cwl_LBCO_preferred-orientation.py similarity index 100% rename from docs/docs/verification/pd-neut-cwl_lbco_preferred-orientation.py rename to docs/docs/verification/pd-neut-cwl_LBCO_preferred-orientation.py diff --git a/docs/docs/verification/pd-neut-cwl_lab6_fcj-asymmetry.ipynb b/docs/docs/verification/pd-neut-cwl_LaB6_11B.ipynb similarity index 61% rename from docs/docs/verification/pd-neut-cwl_lab6_fcj-asymmetry.ipynb rename to docs/docs/verification/pd-neut-cwl_LaB6_11B.ipynb index 3f5046a91..4b98483bd 100644 --- a/docs/docs/verification/pd-neut-cwl_lab6_fcj-asymmetry.ipynb +++ b/docs/docs/verification/pd-neut-cwl_LaB6_11B.ipynb @@ -24,10 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# LaB₆ — powder neutron CW — FCJ asymmetry\n", + "# LaB6 - powder neutron CW - 11B isotope\n", "\n", - "Verifies the Finger-Cox-Jephcoat axial-divergence asymmetry reference\n", - "for LaB₆." + "Verifies the isotope-only LaB6 reference, where the baseline pattern\n", + "uses 11B instead of natural boron." ] }, { @@ -86,16 +86,16 @@ " fract_y=0.0, # FullProf Y\n", " fract_z=0.0, # FullProf Z\n", " adp_type='Biso', # FullProf Biso\n", - " adp_iso=0.32249, # FullProf Biso\n", + " adp_iso=0.25812, # FullProf Biso\n", ")\n", "structure.atom_sites.create(\n", " id='B', # FullProf Atom\n", - " type_symbol='11B', # FullProf \"B11\"\n", - " fract_x=0.19978, # FullProf X\n", + " type_symbol='11B', # FullProf Typ B11\n", + " fract_x=0.19972, # FullProf X\n", " fract_y=0.5, # FullProf Y\n", " fract_z=0.5, # FullProf Z\n", " adp_type='Biso', # FullProf Biso\n", - " adp_iso=0.16910, # FullProf Biso\n", + " adp_iso=0.11925, # FullProf Biso\n", ")\n", "\n", "project.structures.add(structure)" @@ -117,23 +117,19 @@ "outputs": [], "source": [ "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6'\n", - "FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_noAbs.prf'\n", - "FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_noAbs.sum'\n", - "FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_noAbs.bac'\n", + "FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_11B.prf'\n", + "FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_11B.sum'\n", + "FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_11B.bac'\n", "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", "\n", - "FULLPROF_ZERO = -0.21148 # FullProf Zero\n", - "FULLPROF_SCALE = 44.51785 # FullProf Scale\n", - "FULLPROF_WAVELENGTH = 1.622528 # FullProf Lambda\n", - "FULLPROF_U = 0.089670 # FullProf U\n", - "FULLPROF_V = -0.375862 # FullProf V\n", - "FULLPROF_W = 0.476309 # FullProf W\n", + "FULLPROF_ZERO = -0.45778 # FullProf Zero\n", + "FULLPROF_SCALE = 42.98374 # FullProf Scale\n", + "FULLPROF_WAVELENGTH = 1.623899 # FullProf Lambda\n", + "FULLPROF_U = 0.143431 # FullProf U\n", + "FULLPROF_V = -0.523140 # FullProf V\n", + "FULLPROF_W = 0.590412 # FullProf W\n", "FULLPROF_X = 0.0 # FullProf X\n", - "FULLPROF_Y = 0.052528 # FullProf Y\n", - "FULLPROF_SYCOS = 0.05290 # FullProf SyCos\n", - "FULLPROF_SYSIN = 0.09073 # FullProf SySin\n", - "FULLPROF_S_L = 0.08000 # FullProf S_L\n", - "FULLPROF_D_L = 0.08000 # FullProf D_L\n", + "FULLPROF_Y = 0.054515 # FullProf Y\n", "\n", "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", " FULLPROF_PROJECT_DIR,\n", @@ -177,8 +173,6 @@ "experiment.peak.broad_gauss_w = FULLPROF_W\n", "experiment.peak.broad_lorentz_x = FULLPROF_X\n", "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", - "# Engine-specific corrections are applied in each engine's section below:\n", - "# SyCos/SySin (cryspy only) and the FCJ S_L/D_L asymmetry (crysfml only).\n", "\n", "project.experiments.add(experiment)" ] @@ -200,9 +194,6 @@ "source": [ "experiment.calculator.type = 'cryspy'\n", "\n", - "experiment.instrument.calib_sample_displacement = FULLPROF_SYCOS\n", - "experiment.instrument.calib_sample_transparency = FULLPROF_SYSIN\n", - "\n", "project.analysis.calculate()\n", "calc_ed_cryspy = experiment.data.intensity_calc\n", "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", @@ -220,42 +211,6 @@ "cell_type": "markdown", "id": "13", "metadata": {}, - "source": [ - "## Fit edi-cryspy to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "14", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['lab6'].scale.free = True\n", - "experiment.instrument.calib_twotheta_offset.free = True\n", - "experiment.instrument.calib_sample_displacement.free = True\n", - "experiment.instrument.calib_sample_transparency.free = True\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_cryspy_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'lab6',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_cryspy_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSPY_REFINED,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "15", - "metadata": {}, "source": [ "## edi-crysfml VS FullProf" ] @@ -263,23 +218,18 @@ { "cell_type": "code", "execution_count": null, - "id": "16", + "id": "14", "metadata": {}, "outputs": [], "source": [ "experiment.calculator.type = 'crysfml'\n", "\n", - "experiment.linked_structures['lab6'].scale = FULLPROF_SCALE\n", - "\n", "experiment.peak.type = 'thompson-cox-hastings'\n", - "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", "experiment.peak.broad_gauss_u = FULLPROF_U\n", "experiment.peak.broad_gauss_v = FULLPROF_V\n", "experiment.peak.broad_gauss_w = FULLPROF_W\n", "experiment.peak.broad_lorentz_x = FULLPROF_X\n", "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", - "experiment.peak.asym_fcj_1 = FULLPROF_S_L\n", - "experiment.peak.asym_fcj_2 = FULLPROF_D_L\n", "\n", "project.analysis.calculate()\n", "calc_ed_crysfml = experiment.data.intensity_calc\n", @@ -296,44 +246,7 @@ }, { "cell_type": "markdown", - "id": "17", - "metadata": {}, - "source": [ - "## Fit edi-crysfml to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "18", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['lab6'].scale.free = True\n", - "experiment.instrument.calib_twotheta_offset.free = True\n", - "\n", - "experiment.instrument.calib_sample_displacement.free = False\n", - "experiment.instrument.calib_sample_transparency.free = False\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'lab6',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "19", + "id": "15", "metadata": {}, "source": [ "## Agreement check" @@ -342,17 +255,20 @@ { "cell_type": "code", "execution_count": null, - "id": "20", + "id": "16", "metadata": {}, "outputs": [], "source": [ + "verify.assert_patterns_agree([\n", + " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", + "])\n", + "\n", "verify.assert_patterns_agree(\n", " [\n", - " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", " ],\n", " known_discrepancy=True,\n", - " reason='FCJ asymmetry (S_L/D_L) is not implemented in cryspy.',\n", + " reason='crysfml currently strips isotope prefixes and uses natural boron.',\n", ")" ] } diff --git a/docs/docs/verification/pd-neut-cwl_lab6_fcj-asymmetry.py b/docs/docs/verification/pd-neut-cwl_LaB6_11B.py similarity index 53% rename from docs/docs/verification/pd-neut-cwl_lab6_fcj-asymmetry.py rename to docs/docs/verification/pd-neut-cwl_LaB6_11B.py index d5b7662e5..231106045 100644 --- a/docs/docs/verification/pd-neut-cwl_lab6_fcj-asymmetry.py +++ b/docs/docs/verification/pd-neut-cwl_LaB6_11B.py @@ -1,8 +1,8 @@ # %% [markdown] -# # LaB₆ — powder neutron CW — FCJ asymmetry +# # LaB6 - powder neutron CW - 11B isotope # -# Verifies the Finger-Cox-Jephcoat axial-divergence asymmetry reference -# for LaB₆. +# Verifies the isotope-only LaB6 reference, where the baseline pattern +# uses 11B instead of natural boron. # %% import easydiffraction as edi @@ -30,16 +30,16 @@ fract_y=0.0, # FullProf Y fract_z=0.0, # FullProf Z adp_type='Biso', # FullProf Biso - adp_iso=0.32249, # FullProf Biso + adp_iso=0.25812, # FullProf Biso ) structure.atom_sites.create( id='B', # FullProf Atom - type_symbol='11B', # FullProf "B11" - fract_x=0.19978, # FullProf X + type_symbol='11B', # FullProf Typ B11 + fract_x=0.19972, # FullProf X fract_y=0.5, # FullProf Y fract_z=0.5, # FullProf Z adp_type='Biso', # FullProf Biso - adp_iso=0.16910, # FullProf Biso + adp_iso=0.11925, # FullProf Biso ) project.structures.add(structure) @@ -49,23 +49,19 @@ # %% FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6' -FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_noAbs.prf' -FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_noAbs.sum' -FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_noAbs.bac' +FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_11B.prf' +FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_11B.sum' +FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_11B.bac' FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) -FULLPROF_ZERO = -0.21148 # FullProf Zero -FULLPROF_SCALE = 44.51785 # FullProf Scale -FULLPROF_WAVELENGTH = 1.622528 # FullProf Lambda -FULLPROF_U = 0.089670 # FullProf U -FULLPROF_V = -0.375862 # FullProf V -FULLPROF_W = 0.476309 # FullProf W +FULLPROF_ZERO = -0.45778 # FullProf Zero +FULLPROF_SCALE = 42.98374 # FullProf Scale +FULLPROF_WAVELENGTH = 1.623899 # FullProf Lambda +FULLPROF_U = 0.143431 # FullProf U +FULLPROF_V = -0.523140 # FullProf V +FULLPROF_W = 0.590412 # FullProf W FULLPROF_X = 0.0 # FullProf X -FULLPROF_Y = 0.052528 # FullProf Y -FULLPROF_SYCOS = 0.05290 # FullProf SyCos -FULLPROF_SYSIN = 0.09073 # FullProf SySin -FULLPROF_S_L = 0.08000 # FullProf S_L -FULLPROF_D_L = 0.08000 # FullProf D_L +FULLPROF_Y = 0.054515 # FullProf Y x, calc_fullprof = verify.load_fullprof_calc_profile( FULLPROF_PROJECT_DIR, @@ -97,8 +93,6 @@ experiment.peak.broad_gauss_w = FULLPROF_W experiment.peak.broad_lorentz_x = FULLPROF_X experiment.peak.broad_lorentz_y = FULLPROF_Y -# Engine-specific corrections are applied in each engine's section below: -# SyCos/SySin (cryspy only) and the FCJ S_L/D_L asymmetry (crysfml only). project.experiments.add(experiment) @@ -108,9 +102,6 @@ # %% experiment.calculator.type = 'cryspy' -experiment.instrument.calib_sample_displacement = FULLPROF_SYCOS -experiment.instrument.calib_sample_transparency = FULLPROF_SYSIN - project.analysis.calculate() calc_ed_cryspy = experiment.data.intensity_calc LABEL_ED_CRYSPY = verify.engine_label('cryspy') @@ -123,47 +114,18 @@ candidate_label=LABEL_ED_CRYSPY, ) -# %% [markdown] -# ## Fit edi-cryspy to FullProf - -# %% -experiment.linked_structures['lab6'].scale.free = True -experiment.instrument.calib_twotheta_offset.free = True -experiment.instrument.calib_sample_displacement.free = True -experiment.instrument.calib_sample_transparency.free = True - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_cryspy_refined = experiment.data.intensity_calc -LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined') - -project.display.pattern_comparison( - 'lab6', - reference=calc_fullprof, - candidate=calc_ed_cryspy_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSPY_REFINED, -) - # %% [markdown] # ## edi-crysfml VS FullProf # %% experiment.calculator.type = 'crysfml' -experiment.linked_structures['lab6'].scale = FULLPROF_SCALE - experiment.peak.type = 'thompson-cox-hastings' -experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO experiment.peak.broad_gauss_u = FULLPROF_U experiment.peak.broad_gauss_v = FULLPROF_V experiment.peak.broad_gauss_w = FULLPROF_W experiment.peak.broad_lorentz_x = FULLPROF_X experiment.peak.broad_lorentz_y = FULLPROF_Y -experiment.peak.asym_fcj_1 = FULLPROF_S_L -experiment.peak.asym_fcj_2 = FULLPROF_D_L project.analysis.calculate() calc_ed_crysfml = experiment.data.intensity_calc @@ -177,40 +139,18 @@ candidate_label=LABEL_ED_CRYSFML, ) -# %% [markdown] -# ## Fit edi-crysfml to FullProf - -# %% -experiment.linked_structures['lab6'].scale.free = True -experiment.instrument.calib_twotheta_offset.free = True - -experiment.instrument.calib_sample_displacement.free = False -experiment.instrument.calib_sample_transparency.free = False - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_crysfml_refined = experiment.data.intensity_calc -LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') - -project.display.pattern_comparison( - 'lab6', - reference=calc_fullprof, - candidate=calc_ed_crysfml_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML_REFINED, -) - # %% [markdown] # ## Agreement check # %% +verify.assert_patterns_agree([ + (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), +]) + verify.assert_patterns_agree( [ - (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), ], known_discrepancy=True, - reason='FCJ asymmetry (S_L/D_L) is not implemented in cryspy.', + reason='crysfml currently strips isotope prefixes and uses natural boron.', ) diff --git a/docs/docs/verification/pd-neut-cwl_lab6_absorption.ipynb b/docs/docs/verification/pd-neut-cwl_LaB6_absorption.ipynb similarity index 80% rename from docs/docs/verification/pd-neut-cwl_lab6_absorption.ipynb rename to docs/docs/verification/pd-neut-cwl_LaB6_absorption.ipynb index d0d1a3a77..f1170df73 100644 --- a/docs/docs/verification/pd-neut-cwl_lab6_absorption.ipynb +++ b/docs/docs/verification/pd-neut-cwl_LaB6_absorption.ipynb @@ -24,10 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# LaB₆ — powder neutron CW — absorption\n", + "# LaB6 - powder neutron CW - absorption\n", "\n", - "Verifies the Debye-Scherrer cylindrical absorption correction for LaB₆\n", - "with FCJ asymmetry disabled, so the absorption effect is isolated." + "Verifies the LaB6 baseline with only Debye-Scherrer cylindrical\n", + "absorption enabled." ] }, { @@ -37,7 +37,7 @@ "metadata": {}, "outputs": [], "source": [ - "import easydiffraction as ed\n", + "import easydiffraction as edi\n", "from easydiffraction import ExperimentFactory\n", "from easydiffraction import StructureFactory\n", "from easydiffraction.analysis import verification as verify" @@ -58,7 +58,7 @@ "metadata": {}, "outputs": [], "source": [ - "project = ed.Project()" + "project = edi.Project()" ] }, { @@ -86,16 +86,16 @@ " fract_y=0.0, # FullProf Y\n", " fract_z=0.0, # FullProf Z\n", " adp_type='Biso', # FullProf Biso\n", - " adp_iso=0.59951, # FullProf Biso\n", + " adp_iso=0.25812, # FullProf Biso\n", ")\n", "structure.atom_sites.create(\n", " id='B', # FullProf Atom\n", - " type_symbol='11B', # FullProf \"B11\"\n", - " fract_x=0.19978, # FullProf X\n", + " type_symbol='B', # FullProf Typ\n", + " fract_x=0.19972, # FullProf X\n", " fract_y=0.5, # FullProf Y\n", " fract_z=0.5, # FullProf Z\n", " adp_type='Biso', # FullProf Biso\n", - " adp_iso=0.44499, # FullProf Biso\n", + " adp_iso=0.11925, # FullProf Biso\n", ")\n", "\n", "project.structures.add(structure)" @@ -117,20 +117,20 @@ "outputs": [], "source": [ "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6'\n", - "FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_noSLDL.prf'\n", - "FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_noSLDL.sum'\n", - "FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_noSLDL.bac'\n", + "FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_absorption.prf'\n", + "FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_absorption.sum'\n", + "FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_absorption.bac'\n", "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", "\n", - "FULLPROF_ZERO = -0.21110 # FullProf Zero\n", - "FULLPROF_SCALE = 141.1285 # FullProf Scale\n", - "FULLPROF_WAVELENGTH = 1.622527 # FullProf Lambda\n", - "FULLPROF_U = 0.089664 # FullProf U\n", - "FULLPROF_V = -0.375792 # FullProf V\n", - "FULLPROF_W = 0.476524 # FullProf W\n", + "FULLPROF_ZERO = -0.45778 # FullProf Zero\n", + "FULLPROF_SCALE = 42.98374 # FullProf Scale\n", + "FULLPROF_WAVELENGTH = 1.623899 # FullProf Lambda\n", + "FULLPROF_U = 0.143431 # FullProf U\n", + "FULLPROF_V = -0.523140 # FullProf V\n", + "FULLPROF_W = 0.590412 # FullProf W\n", "FULLPROF_X = 0.0 # FullProf X\n", - "FULLPROF_Y = 0.052425 # FullProf Y\n", - "FULLPROF_MU_R = 0.7 # FullProf muR (cylindrical absorption)\n", + "FULLPROF_Y = 0.054515 # FullProf Y\n", + "FULLPROF_MU_R = 0.7 # FullProf muR\n", "\n", "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", " FULLPROF_PROJECT_DIR,\n", @@ -175,8 +175,6 @@ "experiment.peak.broad_lorentz_x = FULLPROF_X\n", "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", "\n", - "# Sample absorption (Debye-Scherrer cylinder, muR = 0.7) is modelled by\n", - "# both engines via the calculator-independent A(theta) envelope.\n", "experiment.absorption.type = 'cylinder-hewat'\n", "experiment.absorption.mu_r = FULLPROF_MU_R\n", "\n", @@ -188,7 +186,7 @@ "id": "11", "metadata": {}, "source": [ - "## ed-cryspy VS FullProf" + "## edi-cryspy VS FullProf" ] }, { @@ -218,7 +216,7 @@ "id": "13", "metadata": {}, "source": [ - "## ed-crysfml VS FullProf" + "## edi-crysfml VS FullProf" ] }, { @@ -231,7 +229,6 @@ "experiment.calculator.type = 'crysfml'\n", "\n", "experiment.peak.type = 'thompson-cox-hastings'\n", - "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", "experiment.peak.broad_gauss_u = FULLPROF_U\n", "experiment.peak.broad_gauss_v = FULLPROF_V\n", "experiment.peak.broad_gauss_w = FULLPROF_W\n", @@ -256,10 +253,7 @@ "id": "15", "metadata": {}, "source": [ - "## Agreement check\n", - "\n", - "Only ed-cryspy is asserted here; this page isolates cylindrical\n", - "absorption without sample-shift or FCJ asymmetry corrections." + "## Agreement check" ] }, { @@ -271,7 +265,15 @@ "source": [ "verify.assert_patterns_agree([\n", " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", - "])" + "])\n", + "\n", + "verify.assert_patterns_agree(\n", + " [\n", + " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", + " ],\n", + " known_discrepancy=True,\n", + " reason='crysfml does not yet match the FullProf LaB6 absorption reference.',\n", + ")" ] } ], diff --git a/docs/docs/verification/pd-neut-cwl_lab6_absorption.py b/docs/docs/verification/pd-neut-cwl_LaB6_absorption.py similarity index 71% rename from docs/docs/verification/pd-neut-cwl_lab6_absorption.py rename to docs/docs/verification/pd-neut-cwl_LaB6_absorption.py index f3fdd39db..8466576a2 100644 --- a/docs/docs/verification/pd-neut-cwl_lab6_absorption.py +++ b/docs/docs/verification/pd-neut-cwl_LaB6_absorption.py @@ -1,11 +1,11 @@ # %% [markdown] -# # LaB₆ — powder neutron CW — absorption +# # LaB6 - powder neutron CW - absorption # -# Verifies the Debye-Scherrer cylindrical absorption correction for LaB₆ -# with FCJ asymmetry disabled, so the absorption effect is isolated. +# Verifies the LaB6 baseline with only Debye-Scherrer cylindrical +# absorption enabled. # %% -import easydiffraction as ed +import easydiffraction as edi from easydiffraction import ExperimentFactory from easydiffraction import StructureFactory from easydiffraction.analysis import verification as verify @@ -14,7 +14,7 @@ # ## Build the project # %% -project = ed.Project() +project = edi.Project() # %% [markdown] # ## Define the structure @@ -30,16 +30,16 @@ fract_y=0.0, # FullProf Y fract_z=0.0, # FullProf Z adp_type='Biso', # FullProf Biso - adp_iso=0.59951, # FullProf Biso + adp_iso=0.25812, # FullProf Biso ) structure.atom_sites.create( id='B', # FullProf Atom - type_symbol='11B', # FullProf "B11" - fract_x=0.19978, # FullProf X + type_symbol='B', # FullProf Typ + fract_x=0.19972, # FullProf X fract_y=0.5, # FullProf Y fract_z=0.5, # FullProf Z adp_type='Biso', # FullProf Biso - adp_iso=0.44499, # FullProf Biso + adp_iso=0.11925, # FullProf Biso ) project.structures.add(structure) @@ -49,20 +49,20 @@ # %% FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6' -FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_noSLDL.prf' -FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_noSLDL.sum' -FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_noSLDL.bac' +FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_absorption.prf' +FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_absorption.sum' +FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_absorption.bac' FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) -FULLPROF_ZERO = -0.21110 # FullProf Zero -FULLPROF_SCALE = 141.1285 # FullProf Scale -FULLPROF_WAVELENGTH = 1.622527 # FullProf Lambda -FULLPROF_U = 0.089664 # FullProf U -FULLPROF_V = -0.375792 # FullProf V -FULLPROF_W = 0.476524 # FullProf W +FULLPROF_ZERO = -0.45778 # FullProf Zero +FULLPROF_SCALE = 42.98374 # FullProf Scale +FULLPROF_WAVELENGTH = 1.623899 # FullProf Lambda +FULLPROF_U = 0.143431 # FullProf U +FULLPROF_V = -0.523140 # FullProf V +FULLPROF_W = 0.590412 # FullProf W FULLPROF_X = 0.0 # FullProf X -FULLPROF_Y = 0.052425 # FullProf Y -FULLPROF_MU_R = 0.7 # FullProf muR (cylindrical absorption) +FULLPROF_Y = 0.054515 # FullProf Y +FULLPROF_MU_R = 0.7 # FullProf muR x, calc_fullprof = verify.load_fullprof_calc_profile( FULLPROF_PROJECT_DIR, @@ -95,15 +95,13 @@ experiment.peak.broad_lorentz_x = FULLPROF_X experiment.peak.broad_lorentz_y = FULLPROF_Y -# Sample absorption (Debye-Scherrer cylinder, muR = 0.7) is modelled by -# both engines via the calculator-independent A(theta) envelope. experiment.absorption.type = 'cylinder-hewat' experiment.absorption.mu_r = FULLPROF_MU_R project.experiments.add(experiment) # %% [markdown] -# ## ed-cryspy VS FullProf +# ## edi-cryspy VS FullProf # %% experiment.calculator.type = 'cryspy' @@ -121,13 +119,12 @@ ) # %% [markdown] -# ## ed-crysfml VS FullProf +# ## edi-crysfml VS FullProf # %% experiment.calculator.type = 'crysfml' experiment.peak.type = 'thompson-cox-hastings' -experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO experiment.peak.broad_gauss_u = FULLPROF_U experiment.peak.broad_gauss_v = FULLPROF_V experiment.peak.broad_gauss_w = FULLPROF_W @@ -148,11 +145,16 @@ # %% [markdown] # ## Agreement check -# -# Only ed-cryspy is asserted here; this page isolates cylindrical -# absorption without sample-shift or FCJ asymmetry corrections. # %% verify.assert_patterns_agree([ (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), ]) + +verify.assert_patterns_agree( + [ + (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), + ], + known_discrepancy=True, + reason='crysfml does not yet match the FullProf LaB6 absorption reference.', +) diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_basic.ipynb b/docs/docs/verification/pd-neut-cwl_LaB6_basic.ipynb new file mode 100644 index 000000000..c1286183a --- /dev/null +++ b/docs/docs/verification/pd-neut-cwl_LaB6_basic.ipynb @@ -0,0 +1,240 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "0", + "metadata": { + "tags": [ + "hide-in-docs" + ] + }, + "outputs": [], + "source": [ + "# Check whether easydiffraction is installed; install it if needed.\n", + "# Required for remote environments such as Google Colab.\n", + "import importlib.util\n", + "\n", + "if importlib.util.find_spec('easydiffraction') is None:\n", + " %pip install easydiffraction" + ] + }, + { + "cell_type": "markdown", + "id": "1", + "metadata": {}, + "source": [ + "# LaB6 - powder neutron CW - basic\n", + "\n", + "Verifies the baseline LaB6 constant-wavelength neutron powder pattern\n", + "with natural boron and no SyCos/SySin, FCJ asymmetry, or absorption." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "2", + "metadata": {}, + "outputs": [], + "source": [ + "import easydiffraction as edi\n", + "from easydiffraction import ExperimentFactory\n", + "from easydiffraction import StructureFactory\n", + "from easydiffraction.analysis import verification as verify" + ] + }, + { + "cell_type": "markdown", + "id": "3", + "metadata": {}, + "source": [ + "## Build the project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "4", + "metadata": {}, + "outputs": [], + "source": [ + "project = edi.Project()" + ] + }, + { + "cell_type": "markdown", + "id": "5", + "metadata": {}, + "source": [ + "## Define the structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "6", + "metadata": {}, + "outputs": [], + "source": [ + "structure = StructureFactory.from_scratch(name='lab6')\n", + "structure.space_group.name_h_m = 'P m -3 m' # FullProf Space group symbol\n", + "structure.cell.length_a = 4.156885 # FullProf a\n", + "structure.atom_sites.create(\n", + " id='La', # FullProf Atom\n", + " type_symbol='La', # FullProf Typ\n", + " fract_x=0.0, # FullProf X\n", + " fract_y=0.0, # FullProf Y\n", + " fract_z=0.0, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.25812, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='B', # FullProf Atom\n", + " type_symbol='B', # FullProf Typ\n", + " fract_x=0.19972, # FullProf X\n", + " fract_y=0.5, # FullProf Y\n", + " fract_z=0.5, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.11925, # FullProf Biso\n", + ")\n", + "\n", + "project.structures.add(structure)" + ] + }, + { + "cell_type": "markdown", + "id": "7", + "metadata": {}, + "source": [ + "## Load the FullProf reference" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "8", + "metadata": {}, + "outputs": [], + "source": [ + "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6'\n", + "FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_baseline.prf'\n", + "FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_baseline.sum'\n", + "FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_baseline.bac'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", + "FULLPROF_ZERO = -0.45778 # FullProf Zero\n", + "FULLPROF_SCALE = 42.98374 # FullProf Scale\n", + "FULLPROF_WAVELENGTH = 1.623899 # FullProf Lambda\n", + "FULLPROF_U = 0.143431 # FullProf U\n", + "FULLPROF_V = -0.523140 # FullProf V\n", + "FULLPROF_W = 0.590412 # FullProf W\n", + "FULLPROF_X = 0.0 # FullProf X\n", + "FULLPROF_Y = 0.054515 # FullProf Y\n", + "\n", + "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", + " FULLPROF_PROJECT_DIR,\n", + " FULLPROF_PRF_FILE,\n", + " FULLPROF_BAC_FILE,\n", + " FULLPROF_ZERO,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "9", + "metadata": {}, + "source": [ + "## Create the experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "10", + "metadata": {}, + "outputs": [], + "source": [ + "experiment = ExperimentFactory.from_scratch(\n", + " name='lab6',\n", + " sample_form='powder',\n", + " beam_mode='constant wavelength',\n", + " radiation_probe='neutron',\n", + " scattering_type='bragg',\n", + ")\n", + "verify.set_reference_as_measured(experiment, x, calc_fullprof)\n", + "\n", + "experiment.linked_structures.create(structure_id='lab6', scale=FULLPROF_SCALE)\n", + "\n", + "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", + "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", + "\n", + "experiment.peak.broad_gauss_u = FULLPROF_U\n", + "experiment.peak.broad_gauss_v = FULLPROF_V\n", + "experiment.peak.broad_gauss_w = FULLPROF_W\n", + "experiment.peak.broad_lorentz_x = FULLPROF_X\n", + "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", + "\n", + "project.experiments.add(experiment)" + ] + }, + { + "cell_type": "markdown", + "id": "11", + "metadata": {}, + "source": [ + "## edi-cryspy VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "12", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'cryspy'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'lab6',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "13", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "14", + "metadata": {}, + "outputs": [], + "source": [ + "verify.assert_patterns_agree([\n", + " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", + "])" + ] + } + ], + "metadata": { + "jupytext": { + "cell_metadata_filter": "-all", + "main_language": "python", + "notebook_metadata_filter": "-all" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_basic.py b/docs/docs/verification/pd-neut-cwl_LaB6_basic.py new file mode 100644 index 000000000..22c5eee35 --- /dev/null +++ b/docs/docs/verification/pd-neut-cwl_LaB6_basic.py @@ -0,0 +1,123 @@ +# %% [markdown] +# # LaB6 - powder neutron CW - basic +# +# Verifies the baseline LaB6 constant-wavelength neutron powder pattern +# with natural boron and no SyCos/SySin, FCJ asymmetry, or absorption. + +# %% +import easydiffraction as edi +from easydiffraction import ExperimentFactory +from easydiffraction import StructureFactory +from easydiffraction.analysis import verification as verify + +# %% [markdown] +# ## Build the project + +# %% +project = edi.Project() + +# %% [markdown] +# ## Define the structure + +# %% +structure = StructureFactory.from_scratch(name='lab6') +structure.space_group.name_h_m = 'P m -3 m' # FullProf Space group symbol +structure.cell.length_a = 4.156885 # FullProf a +structure.atom_sites.create( + id='La', # FullProf Atom + type_symbol='La', # FullProf Typ + fract_x=0.0, # FullProf X + fract_y=0.0, # FullProf Y + fract_z=0.0, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=0.25812, # FullProf Biso +) +structure.atom_sites.create( + id='B', # FullProf Atom + type_symbol='B', # FullProf Typ + fract_x=0.19972, # FullProf X + fract_y=0.5, # FullProf Y + fract_z=0.5, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=0.11925, # FullProf Biso +) + +project.structures.add(structure) + +# %% [markdown] +# ## Load the FullProf reference + +# %% +FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6' +FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_baseline.prf' +FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_baseline.sum' +FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_baseline.bac' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + +FULLPROF_ZERO = -0.45778 # FullProf Zero +FULLPROF_SCALE = 42.98374 # FullProf Scale +FULLPROF_WAVELENGTH = 1.623899 # FullProf Lambda +FULLPROF_U = 0.143431 # FullProf U +FULLPROF_V = -0.523140 # FullProf V +FULLPROF_W = 0.590412 # FullProf W +FULLPROF_X = 0.0 # FullProf X +FULLPROF_Y = 0.054515 # FullProf Y + +x, calc_fullprof = verify.load_fullprof_calc_profile( + FULLPROF_PROJECT_DIR, + FULLPROF_PRF_FILE, + FULLPROF_BAC_FILE, + FULLPROF_ZERO, +) + +# %% [markdown] +# ## Create the experiment + +# %% +experiment = ExperimentFactory.from_scratch( + name='lab6', + sample_form='powder', + beam_mode='constant wavelength', + radiation_probe='neutron', + scattering_type='bragg', +) +verify.set_reference_as_measured(experiment, x, calc_fullprof) + +experiment.linked_structures.create(structure_id='lab6', scale=FULLPROF_SCALE) + +experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH +experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO + +experiment.peak.broad_gauss_u = FULLPROF_U +experiment.peak.broad_gauss_v = FULLPROF_V +experiment.peak.broad_gauss_w = FULLPROF_W +experiment.peak.broad_lorentz_x = FULLPROF_X +experiment.peak.broad_lorentz_y = FULLPROF_Y + +project.experiments.add(experiment) + +# %% [markdown] +# ## edi-cryspy VS FullProf + +# %% +experiment.calculator.type = 'cryspy' + +project.analysis.calculate() +calc_ed_cryspy = experiment.data.intensity_calc +LABEL_ED_CRYSPY = verify.engine_label('cryspy') + +project.display.pattern_comparison( + 'lab6', + reference=calc_fullprof, + candidate=calc_ed_cryspy, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY, +) + +# %% [markdown] +# ## Agreement check + +# %% +verify.assert_patterns_agree([ + (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), +]) diff --git a/docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb b/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.ipynb similarity index 68% rename from docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb rename to docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.ipynb index a2e4c9124..923208379 100644 --- a/docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb +++ b/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.ipynb @@ -24,10 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# LaB₆ — powder neutron CW — FCJ asymmetry\n", + "# LaB6 - powder neutron CW - FCJ asymmetry\n", "\n", - "Verifies the Finger-Cox-Jephcoat axial-divergence asymmetry reference\n", - "for LaB₆ with absorption and sample-shift corrections disabled." + "Verifies the LaB6 baseline with only the Finger-Cox-Jephcoat\n", + "axial-divergence asymmetry enabled." ] }, { @@ -86,16 +86,16 @@ " fract_y=0.0, # FullProf Y\n", " fract_z=0.0, # FullProf Z\n", " adp_type='Biso', # FullProf Biso\n", - " adp_iso=0.59951, # FullProf Biso\n", + " adp_iso=0.25812, # FullProf Biso\n", ")\n", "structure.atom_sites.create(\n", " id='B', # FullProf Atom\n", - " type_symbol='11B', # FullProf \"B11\"\n", - " fract_x=0.19978, # FullProf X\n", + " type_symbol='B', # FullProf Typ\n", + " fract_x=0.19972, # FullProf X\n", " fract_y=0.5, # FullProf Y\n", " fract_z=0.5, # FullProf Z\n", " adp_type='Biso', # FullProf Biso\n", - " adp_iso=0.44499, # FullProf Biso\n", + " adp_iso=0.11925, # FullProf Biso\n", ")\n", "\n", "project.structures.add(structure)" @@ -117,19 +117,19 @@ "outputs": [], "source": [ "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6'\n", - "FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A.prf'\n", - "FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A.sum'\n", - "FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A.bac'\n", + "FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_fcj.prf'\n", + "FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_fcj.sum'\n", + "FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_fcj.bac'\n", "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", "\n", - "FULLPROF_ZERO = -0.21110 # FullProf Zero\n", - "FULLPROF_SCALE = 141.1285 # FullProf Scale\n", - "FULLPROF_WAVELENGTH = 1.622527 # FullProf Lambda\n", - "FULLPROF_U = 0.089664 # FullProf U\n", - "FULLPROF_V = -0.375792 # FullProf V\n", - "FULLPROF_W = 0.476524 # FullProf W\n", + "FULLPROF_ZERO = -0.45778 # FullProf Zero\n", + "FULLPROF_SCALE = 42.98374 # FullProf Scale\n", + "FULLPROF_WAVELENGTH = 1.623899 # FullProf Lambda\n", + "FULLPROF_U = 0.143431 # FullProf U\n", + "FULLPROF_V = -0.523140 # FullProf V\n", + "FULLPROF_W = 0.590412 # FullProf W\n", "FULLPROF_X = 0.0 # FullProf X\n", - "FULLPROF_Y = 0.052425 # FullProf Y\n", + "FULLPROF_Y = 0.054515 # FullProf Y\n", "FULLPROF_S_L = 0.08000 # FullProf S_L\n", "FULLPROF_D_L = 0.08000 # FullProf D_L\n", "\n", @@ -175,7 +175,6 @@ "experiment.peak.broad_gauss_w = FULLPROF_W\n", "experiment.peak.broad_lorentz_x = FULLPROF_X\n", "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", - "# The FCJ S_L/D_L asymmetry is applied in the crysfml section below.\n", "\n", "project.experiments.add(experiment)" ] @@ -214,40 +213,6 @@ "cell_type": "markdown", "id": "13", "metadata": {}, - "source": [ - "## Fit edi-cryspy to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "14", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['lab6'].scale.free = True\n", - "experiment.instrument.calib_twotheta_offset.free = True\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_cryspy_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'lab6',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_cryspy_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSPY_REFINED,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "15", - "metadata": {}, "source": [ "## edi-crysfml VS FullProf" ] @@ -255,16 +220,13 @@ { "cell_type": "code", "execution_count": null, - "id": "16", + "id": "14", "metadata": {}, "outputs": [], "source": [ "experiment.calculator.type = 'crysfml'\n", "\n", - "experiment.linked_structures['lab6'].scale = FULLPROF_SCALE\n", - "\n", "experiment.peak.type = 'thompson-cox-hastings'\n", - "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", "experiment.peak.broad_gauss_u = FULLPROF_U\n", "experiment.peak.broad_gauss_v = FULLPROF_V\n", "experiment.peak.broad_gauss_w = FULLPROF_W\n", @@ -288,41 +250,7 @@ }, { "cell_type": "markdown", - "id": "17", - "metadata": {}, - "source": [ - "## Fit edi-crysfml to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "18", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['lab6'].scale.free = True\n", - "experiment.instrument.calib_twotheta_offset.free = True\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'lab6',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "19", + "id": "15", "metadata": {}, "source": [ "## Agreement check" @@ -331,17 +259,20 @@ { "cell_type": "code", "execution_count": null, - "id": "20", + "id": "16", "metadata": {}, "outputs": [], "source": [ "verify.assert_patterns_agree(\n", " [\n", - " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", + " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", " ],\n", " known_discrepancy=True,\n", - " reason='FCJ asymmetry (S_L/D_L) does not yet match FullProf for these backends.',\n", + " reason=(\n", + " 'FCJ asymmetry does not yet match FullProf in crysfml, and is '\n", + " 'not implemented in the cryspy CW profile.'\n", + " ),\n", ")" ] } diff --git a/docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.py b/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.py similarity index 61% rename from docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.py rename to docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.py index 907f64821..fcdd416d0 100644 --- a/docs/docs/verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.py +++ b/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.py @@ -1,8 +1,8 @@ # %% [markdown] -# # LaB₆ — powder neutron CW — FCJ asymmetry +# # LaB6 - powder neutron CW - FCJ asymmetry # -# Verifies the Finger-Cox-Jephcoat axial-divergence asymmetry reference -# for LaB₆ with absorption and sample-shift corrections disabled. +# Verifies the LaB6 baseline with only the Finger-Cox-Jephcoat +# axial-divergence asymmetry enabled. # %% import easydiffraction as edi @@ -30,16 +30,16 @@ fract_y=0.0, # FullProf Y fract_z=0.0, # FullProf Z adp_type='Biso', # FullProf Biso - adp_iso=0.59951, # FullProf Biso + adp_iso=0.25812, # FullProf Biso ) structure.atom_sites.create( id='B', # FullProf Atom - type_symbol='11B', # FullProf "B11" - fract_x=0.19978, # FullProf X + type_symbol='B', # FullProf Typ + fract_x=0.19972, # FullProf X fract_y=0.5, # FullProf Y fract_z=0.5, # FullProf Z adp_type='Biso', # FullProf Biso - adp_iso=0.44499, # FullProf Biso + adp_iso=0.11925, # FullProf Biso ) project.structures.add(structure) @@ -49,19 +49,19 @@ # %% FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6' -FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A.prf' -FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A.sum' -FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A.bac' +FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_fcj.prf' +FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_fcj.sum' +FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_fcj.bac' FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) -FULLPROF_ZERO = -0.21110 # FullProf Zero -FULLPROF_SCALE = 141.1285 # FullProf Scale -FULLPROF_WAVELENGTH = 1.622527 # FullProf Lambda -FULLPROF_U = 0.089664 # FullProf U -FULLPROF_V = -0.375792 # FullProf V -FULLPROF_W = 0.476524 # FullProf W +FULLPROF_ZERO = -0.45778 # FullProf Zero +FULLPROF_SCALE = 42.98374 # FullProf Scale +FULLPROF_WAVELENGTH = 1.623899 # FullProf Lambda +FULLPROF_U = 0.143431 # FullProf U +FULLPROF_V = -0.523140 # FullProf V +FULLPROF_W = 0.590412 # FullProf W FULLPROF_X = 0.0 # FullProf X -FULLPROF_Y = 0.052425 # FullProf Y +FULLPROF_Y = 0.054515 # FullProf Y FULLPROF_S_L = 0.08000 # FullProf S_L FULLPROF_D_L = 0.08000 # FullProf D_L @@ -95,7 +95,6 @@ experiment.peak.broad_gauss_w = FULLPROF_W experiment.peak.broad_lorentz_x = FULLPROF_X experiment.peak.broad_lorentz_y = FULLPROF_Y -# The FCJ S_L/D_L asymmetry is applied in the crysfml section below. project.experiments.add(experiment) @@ -117,38 +116,13 @@ candidate_label=LABEL_ED_CRYSPY, ) -# %% [markdown] -# ## Fit edi-cryspy to FullProf - -# %% -experiment.linked_structures['lab6'].scale.free = True -experiment.instrument.calib_twotheta_offset.free = True - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_cryspy_refined = experiment.data.intensity_calc -LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='refined') - -project.display.pattern_comparison( - 'lab6', - reference=calc_fullprof, - candidate=calc_ed_cryspy_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSPY_REFINED, -) - # %% [markdown] # ## edi-crysfml VS FullProf # %% experiment.calculator.type = 'crysfml' -experiment.linked_structures['lab6'].scale = FULLPROF_SCALE - experiment.peak.type = 'thompson-cox-hastings' -experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO experiment.peak.broad_gauss_u = FULLPROF_U experiment.peak.broad_gauss_v = FULLPROF_V experiment.peak.broad_gauss_w = FULLPROF_W @@ -169,37 +143,18 @@ candidate_label=LABEL_ED_CRYSFML, ) -# %% [markdown] -# ## Fit edi-crysfml to FullProf - -# %% -experiment.linked_structures['lab6'].scale.free = True -experiment.instrument.calib_twotheta_offset.free = True - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_crysfml_refined = experiment.data.intensity_calc -LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') - -project.display.pattern_comparison( - 'lab6', - reference=calc_fullprof, - candidate=calc_ed_crysfml_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML_REFINED, -) - # %% [markdown] # ## Agreement check # %% verify.assert_patterns_agree( [ - (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), + (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), ], known_discrepancy=True, - reason='FCJ asymmetry (S_L/D_L) does not yet match FullProf for these backends.', + reason=( + 'FCJ asymmetry does not yet match FullProf in crysfml, and is ' + 'not implemented in the cryspy CW profile.' + ), ) diff --git a/docs/docs/verification/pd-neut-cwl_lab6_sycos-sysin.ipynb b/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.ipynb similarity index 81% rename from docs/docs/verification/pd-neut-cwl_lab6_sycos-sysin.ipynb rename to docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.ipynb index 4de15a0b6..64e4ef6ff 100644 --- a/docs/docs/verification/pd-neut-cwl_lab6_sycos-sysin.ipynb +++ b/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.ipynb @@ -24,10 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# LaB₆ — powder neutron CW — SyCos/SySin shifts\n", + "# LaB6 - powder neutron CW - SyCos/SySin shifts\n", "\n", - "Verifies the SyCos/SySin sample-displacement and transparency\n", - "peak-position corrections for LaB₆." + "Verifies the LaB6 baseline with only the SyCos/SySin sample-displacement\n", + "and transparency peak-position corrections enabled." ] }, { @@ -90,7 +90,7 @@ ")\n", "structure.atom_sites.create(\n", " id='B', # FullProf Atom\n", - " type_symbol='11B', # FullProf \"B11 0.66500 0.00000 0\"\n", + " type_symbol='B', # FullProf Typ\n", " fract_x=0.19972, # FullProf X\n", " fract_y=0.5, # FullProf Y\n", " fract_z=0.5, # FullProf Z\n", @@ -117,9 +117,9 @@ "outputs": [], "source": [ "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6'\n", - "FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_noAbs_noSLDL.prf'\n", - "FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_noAbs_noSLDL.sum'\n", - "FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_noAbs_noSLDL.bac'\n", + "FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_sycos_sysin.prf'\n", + "FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_sycos_sysin.sum'\n", + "FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_sycos_sysin.bac'\n", "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", "\n", "FULLPROF_ZERO = -0.45778 # FullProf Zero\n", @@ -169,7 +169,8 @@ "\n", "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", - "# SyCos/SySin (cryspy-only) are set in the cryspy section below.\n", + "experiment.instrument.calib_sample_displacement = FULLPROF_SYCOS\n", + "experiment.instrument.calib_sample_transparency = FULLPROF_SYSIN\n", "\n", "experiment.peak.broad_gauss_u = FULLPROF_U\n", "experiment.peak.broad_gauss_v = FULLPROF_V\n", @@ -197,9 +198,6 @@ "source": [ "experiment.calculator.type = 'cryspy'\n", "\n", - "experiment.instrument.calib_sample_displacement = FULLPROF_SYCOS\n", - "experiment.instrument.calib_sample_transparency = FULLPROF_SYSIN\n", - "\n", "project.analysis.calculate()\n", "calc_ed_cryspy = experiment.data.intensity_calc\n", "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", @@ -230,6 +228,13 @@ "source": [ "experiment.calculator.type = 'crysfml'\n", "\n", + "experiment.peak.type = 'thompson-cox-hastings'\n", + "experiment.peak.broad_gauss_u = FULLPROF_U\n", + "experiment.peak.broad_gauss_v = FULLPROF_V\n", + "experiment.peak.broad_gauss_w = FULLPROF_W\n", + "experiment.peak.broad_lorentz_x = FULLPROF_X\n", + "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", + "\n", "project.analysis.calculate()\n", "calc_ed_crysfml = experiment.data.intensity_calc\n", "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", @@ -247,40 +252,6 @@ "cell_type": "markdown", "id": "15", "metadata": {}, - "source": [ - "## Fit edi-crysfml to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "16", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['lab6'].scale.free = True\n", - "experiment.instrument.calib_twotheta_offset.free = True\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'lab6',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "17", - "metadata": {}, "source": [ "## Agreement check" ] @@ -288,7 +259,7 @@ { "cell_type": "code", "execution_count": null, - "id": "18", + "id": "16", "metadata": {}, "outputs": [], "source": [ @@ -298,7 +269,10 @@ " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", " ],\n", " known_discrepancy=True,\n", - " reason=('needs unreleased cryspy PR #46 (SyCos/SySin, cos2theta convention)'),\n", + " reason=(\n", + " 'SyCos/SySin do not yet match the FullProf convention in cryspy, '\n", + " 'and crysfml CFL currently ignores these peak-position terms.'\n", + " ),\n", ")" ] } diff --git a/docs/docs/verification/pd-neut-cwl_lab6_sycos-sysin.py b/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.py similarity index 76% rename from docs/docs/verification/pd-neut-cwl_lab6_sycos-sysin.py rename to docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.py index 8c8a2e68d..3dc6a7dd6 100644 --- a/docs/docs/verification/pd-neut-cwl_lab6_sycos-sysin.py +++ b/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.py @@ -1,8 +1,8 @@ # %% [markdown] -# # LaB₆ — powder neutron CW — SyCos/SySin shifts +# # LaB6 - powder neutron CW - SyCos/SySin shifts # -# Verifies the SyCos/SySin sample-displacement and transparency -# peak-position corrections for LaB₆. +# Verifies the LaB6 baseline with only the SyCos/SySin sample-displacement +# and transparency peak-position corrections enabled. # %% import easydiffraction as edi @@ -34,7 +34,7 @@ ) structure.atom_sites.create( id='B', # FullProf Atom - type_symbol='11B', # FullProf "B11 0.66500 0.00000 0" + type_symbol='B', # FullProf Typ fract_x=0.19972, # FullProf X fract_y=0.5, # FullProf Y fract_z=0.5, # FullProf Z @@ -49,9 +49,9 @@ # %% FULLPROF_PROJECT_DIR = 'pd-neut-cwl_lab6' -FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_noAbs_noSLDL.prf' -FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_noAbs_noSLDL.sum' -FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_noAbs_noSLDL.bac' +FULLPROF_PRF_FILE = 'ECH0030684_LaB6_1p622A_sycos_sysin.prf' +FULLPROF_SUM_FILE = 'ECH0030684_LaB6_1p622A_sycos_sysin.sum' +FULLPROF_BAC_FILE = 'ECH0030684_LaB6_1p622A_sycos_sysin.bac' FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) FULLPROF_ZERO = -0.45778 # FullProf Zero @@ -89,7 +89,8 @@ experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO -# SyCos/SySin (cryspy-only) are set in the cryspy section below. +experiment.instrument.calib_sample_displacement = FULLPROF_SYCOS +experiment.instrument.calib_sample_transparency = FULLPROF_SYSIN experiment.peak.broad_gauss_u = FULLPROF_U experiment.peak.broad_gauss_v = FULLPROF_V @@ -105,9 +106,6 @@ # %% experiment.calculator.type = 'cryspy' -experiment.instrument.calib_sample_displacement = FULLPROF_SYCOS -experiment.instrument.calib_sample_transparency = FULLPROF_SYSIN - project.analysis.calculate() calc_ed_cryspy = experiment.data.intensity_calc LABEL_ED_CRYSPY = verify.engine_label('cryspy') @@ -126,6 +124,13 @@ # %% experiment.calculator.type = 'crysfml' +experiment.peak.type = 'thompson-cox-hastings' +experiment.peak.broad_gauss_u = FULLPROF_U +experiment.peak.broad_gauss_v = FULLPROF_V +experiment.peak.broad_gauss_w = FULLPROF_W +experiment.peak.broad_lorentz_x = FULLPROF_X +experiment.peak.broad_lorentz_y = FULLPROF_Y + project.analysis.calculate() calc_ed_crysfml = experiment.data.intensity_calc LABEL_ED_CRYSFML = verify.engine_label('crysfml') @@ -138,28 +143,6 @@ candidate_label=LABEL_ED_CRYSFML, ) -# %% [markdown] -# ## Fit edi-crysfml to FullProf - -# %% -experiment.linked_structures['lab6'].scale.free = True -experiment.instrument.calib_twotheta_offset.free = True - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_crysfml_refined = experiment.data.intensity_calc -LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') - -project.display.pattern_comparison( - 'lab6', - reference=calc_fullprof, - candidate=calc_ed_crysfml_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML_REFINED, -) - # %% [markdown] # ## Agreement check @@ -170,5 +153,8 @@ (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), ], known_discrepancy=True, - reason=('needs unreleased cryspy PR #46 (SyCos/SySin, cos2theta convention)'), + reason=( + 'SyCos/SySin do not yet match the FullProf convention in cryspy, ' + 'and crysfml CFL currently ignores these peak-position terms.' + ), ) diff --git a/docs/docs/verification/pd-neut-cwl_pbso4_basic.ipynb b/docs/docs/verification/pd-neut-cwl_PbSO4_basic.ipynb similarity index 100% rename from docs/docs/verification/pd-neut-cwl_pbso4_basic.ipynb rename to docs/docs/verification/pd-neut-cwl_PbSO4_basic.ipynb diff --git a/docs/docs/verification/pd-neut-cwl_pbso4_basic.py b/docs/docs/verification/pd-neut-cwl_PbSO4_basic.py similarity index 100% rename from docs/docs/verification/pd-neut-cwl_pbso4_basic.py rename to docs/docs/verification/pd-neut-cwl_PbSO4_basic.py diff --git a/docs/docs/verification/pd-neut-cwl_pbso4_beba-asymmetry.ipynb b/docs/docs/verification/pd-neut-cwl_PbSO4_beba-asymmetry.ipynb similarity index 98% rename from docs/docs/verification/pd-neut-cwl_pbso4_beba-asymmetry.ipynb rename to docs/docs/verification/pd-neut-cwl_PbSO4_beba-asymmetry.ipynb index 81db942f1..020be7474 100644 --- a/docs/docs/verification/pd-neut-cwl_pbso4_beba-asymmetry.ipynb +++ b/docs/docs/verification/pd-neut-cwl_PbSO4_beba-asymmetry.ipynb @@ -236,7 +236,6 @@ "experiment.peak.broad_gauss_w = FULLPROF_W\n", "experiment.peak.broad_lorentz_x = FULLPROF_X\n", "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", - "# crysfml has no Berar-Baldinozzi empirical asymmetry model.\n", "experiment.peak.asym_beba_a0 = FULLPROF_ASY_1\n", "experiment.peak.asym_beba_b0 = FULLPROF_ASY_2\n", "experiment.peak.asym_beba_a1 = FULLPROF_ASY_3\n", @@ -279,7 +278,6 @@ "# correct.\n", "experiment.calculator.type = 'cryspy'\n", "\n", - "experiment.linked_structures['pbso4'].scale.free = True\n", "experiment.peak.asym_beba_a0.free = True\n", "experiment.peak.asym_beba_b0.free = True\n", "experiment.peak.asym_beba_a1.free = True\n", diff --git a/docs/docs/verification/pd-neut-cwl_pbso4_beba-asymmetry.py b/docs/docs/verification/pd-neut-cwl_PbSO4_beba-asymmetry.py similarity index 98% rename from docs/docs/verification/pd-neut-cwl_pbso4_beba-asymmetry.py rename to docs/docs/verification/pd-neut-cwl_PbSO4_beba-asymmetry.py index 0c8fcbf37..711e59632 100644 --- a/docs/docs/verification/pd-neut-cwl_pbso4_beba-asymmetry.py +++ b/docs/docs/verification/pd-neut-cwl_PbSO4_beba-asymmetry.py @@ -144,7 +144,6 @@ experiment.peak.broad_gauss_w = FULLPROF_W experiment.peak.broad_lorentz_x = FULLPROF_X experiment.peak.broad_lorentz_y = FULLPROF_Y -# crysfml has no Berar-Baldinozzi empirical asymmetry model. experiment.peak.asym_beba_a0 = FULLPROF_ASY_1 experiment.peak.asym_beba_b0 = FULLPROF_ASY_2 experiment.peak.asym_beba_a1 = FULLPROF_ASY_3 @@ -175,7 +174,6 @@ # correct. experiment.calculator.type = 'cryspy' -experiment.linked_structures['pbso4'].scale.free = True experiment.peak.asym_beba_a0.free = True experiment.peak.asym_beba_b0.free = True experiment.peak.asym_beba_a1.free = True diff --git a/docs/docs/verification/pd-neut-cwl_y2o3_beta-adp.ipynb b/docs/docs/verification/pd-neut-cwl_Y2O3_beta-adp.ipynb similarity index 99% rename from docs/docs/verification/pd-neut-cwl_y2o3_beta-adp.ipynb rename to docs/docs/verification/pd-neut-cwl_Y2O3_beta-adp.ipynb index 950f78c0d..c6bb9ab87 100644 --- a/docs/docs/verification/pd-neut-cwl_y2o3_beta-adp.ipynb +++ b/docs/docs/verification/pd-neut-cwl_Y2O3_beta-adp.ipynb @@ -24,7 +24,7 @@ "id": "1", "metadata": {}, "source": [ - "# Y₂O₃ — powder neutron CW — beta ADPs\n", + "# Y2O3 - powder neutron CW - beta ADPs\n", "\n", "Verifies dimensionless beta-tensor anisotropic ADPs on a pseudo-Voigt\n", "neutron powder pattern with other correction models disabled." diff --git a/docs/docs/verification/pd-neut-cwl_y2o3_beta-adp.py b/docs/docs/verification/pd-neut-cwl_Y2O3_beta-adp.py similarity index 99% rename from docs/docs/verification/pd-neut-cwl_y2o3_beta-adp.py rename to docs/docs/verification/pd-neut-cwl_Y2O3_beta-adp.py index 5108805ae..d2ef91578 100644 --- a/docs/docs/verification/pd-neut-cwl_y2o3_beta-adp.py +++ b/docs/docs/verification/pd-neut-cwl_Y2O3_beta-adp.py @@ -1,5 +1,5 @@ # %% [markdown] -# # Y₂O₃ — powder neutron CW — beta ADPs +# # Y2O3 - powder neutron CW - beta ADPs # # Verifies dimensionless beta-tensor anisotropic ADPs on a pseudo-Voigt # neutron powder pattern with other correction models disabled. diff --git a/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.ipynb b/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.ipynb new file mode 100644 index 000000000..349490914 --- /dev/null +++ b/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.ipynb @@ -0,0 +1,307 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "0", + "metadata": { + "tags": [ + "hide-in-docs" + ] + }, + "outputs": [], + "source": [ + "# Check whether easydiffraction is installed; install it if needed.\n", + "# Required for remote environments such as Google Colab.\n", + "import importlib.util\n", + "\n", + "if importlib.util.find_spec('easydiffraction') is None:\n", + " %pip install easydiffraction" + ] + }, + { + "cell_type": "markdown", + "id": "1", + "metadata": {}, + "source": [ + "# Y2O3 - powder neutron CW - isotropic ADPs\n", + "\n", + "Verifies the baseline Y2O3 constant-wavelength neutron powder pattern\n", + "with isotropic ADPs." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "2", + "metadata": {}, + "outputs": [], + "source": [ + "import easydiffraction as edi\n", + "from easydiffraction import ExperimentFactory\n", + "from easydiffraction import StructureFactory\n", + "from easydiffraction.analysis import verification as verify" + ] + }, + { + "cell_type": "markdown", + "id": "3", + "metadata": {}, + "source": [ + "## Build the project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "4", + "metadata": {}, + "outputs": [], + "source": [ + "project = edi.Project()" + ] + }, + { + "cell_type": "markdown", + "id": "5", + "metadata": {}, + "source": [ + "## Define the structure\n", + "\n", + "Occupancies are the crystallographic site fractions (all fully\n", + "occupied). FullProf's `.pcr` lists the multiplicity-weighted values\n", + "(0.5, 0.16667, 1.0 for the 24d, 8b and 48e sites); cryspy derives the\n", + "site multiplicity from the symmetry, so the fractions are 1.0 here." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "6", + "metadata": {}, + "outputs": [], + "source": [ + "structure = StructureFactory.from_scratch(name='y2o3')\n", + "\n", + "structure.space_group.name_h_m = 'I a -3' # FullProf Space group symbol\n", + "\n", + "structure.cell.length_a = 10.605744 # FullProf a\n", + "\n", + "structure.atom_sites.create(\n", + " id='Y1', # FullProf Atom\n", + " type_symbol='Y', # FullProf Typ\n", + " fract_x=-0.03236, # FullProf X\n", + " fract_y=0.0, # FullProf Y\n", + " fract_z=0.25, # FullProf Z\n", + " occupancy=1.0, # FullProf Occ 0.50000 (24d site)\n", + " adp_type='Biso', # FullProf N_t = 0\n", + " adp_iso=0.0, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='Y2', # FullProf Atom\n", + " type_symbol='Y', # FullProf Typ\n", + " fract_x=0.25, # FullProf X\n", + " fract_y=0.25, # FullProf Y\n", + " fract_z=0.25, # FullProf Z\n", + " occupancy=1.0, # FullProf Occ 0.16667 (8b site)\n", + " adp_type='Biso', # FullProf N_t = 0\n", + " adp_iso=0.0, # FullProf Biso\n", + ")\n", + "structure.atom_sites.create(\n", + " id='O1', # FullProf Atom\n", + " type_symbol='O', # FullProf Typ\n", + " fract_x=0.39072, # FullProf X\n", + " fract_y=0.15204, # FullProf Y\n", + " fract_z=0.38030, # FullProf Z\n", + " occupancy=1.0, # FullProf Occ 1.00000 (48e site)\n", + " adp_type='Biso', # FullProf N_t = 0\n", + " adp_iso=0.0, # FullProf Biso\n", + ")\n", + "\n", + "project.structures.add(structure)" + ] + }, + { + "cell_type": "markdown", + "id": "7", + "metadata": {}, + "source": [ + "## Load the FullProf reference" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "8", + "metadata": {}, + "outputs": [], + "source": [ + "FULLPROF_PROJECT_DIR = 'pd-neut-cwl_y2o3_isotropic-adp'\n", + "FULLPROF_PRF_FILE = 'y2o3_isotropic_adp.prf'\n", + "FULLPROF_SUM_FILE = 'y2o3_isotropic_adp.sum'\n", + "FULLPROF_BAC_FILE = 'y2o3_isotropic_adp.bac'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", + "FULLPROF_ZERO = -0.01625 # FullProf Zero\n", + "FULLPROF_SCALE = 1.0602 # FullProf Scale\n", + "FULLPROF_WAVELENGTH = 1.54822 # FullProf Lambda\n", + "FULLPROF_U = 0.036631 # FullProf U\n", + "FULLPROF_V = -0.068345 # FullProf V\n", + "FULLPROF_W = 0.131426 # FullProf W\n", + "\n", + "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", + " FULLPROF_PROJECT_DIR,\n", + " FULLPROF_PRF_FILE,\n", + " FULLPROF_BAC_FILE,\n", + " FULLPROF_ZERO,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "9", + "metadata": {}, + "source": [ + "## Create the experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "10", + "metadata": {}, + "outputs": [], + "source": [ + "experiment = ExperimentFactory.from_scratch(\n", + " name='y2o3',\n", + " sample_form='powder',\n", + " beam_mode='constant wavelength',\n", + " radiation_probe='neutron',\n", + " scattering_type='bragg',\n", + ")\n", + "verify.set_reference_as_measured(experiment, x, calc_fullprof)\n", + "\n", + "experiment.linked_structures.create(structure_id='y2o3', scale=FULLPROF_SCALE)\n", + "\n", + "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", + "experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO\n", + "\n", + "experiment.peak.type = 'pseudo-voigt'\n", + "experiment.peak.broad_gauss_u = FULLPROF_U\n", + "experiment.peak.broad_gauss_v = FULLPROF_V\n", + "experiment.peak.broad_gauss_w = FULLPROF_W\n", + "\n", + "# FullProf excluded the 0-12 deg and 137.5-180 deg regions (.pcr).\n", + "experiment.excluded_regions.create(id='1', start=0.0, end=12.0)\n", + "experiment.excluded_regions.create(id='2', start=137.5, end=180.0)\n", + "\n", + "project.experiments.add(experiment)" + ] + }, + { + "cell_type": "markdown", + "id": "11", + "metadata": {}, + "source": [ + "## edi-cryspy VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "12", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'cryspy'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'y2o3',\n", + " reference=verify.restrict_to_included(experiment, calc_fullprof),\n", + " candidate=calc_ed_cryspy,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "13", + "metadata": {}, + "source": [ + "## edi-crysfml VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "14", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'crysfml'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_crysfml = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'y2o3',\n", + " reference=verify.restrict_to_included(experiment, calc_fullprof),\n", + " candidate=calc_ed_crysfml,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSFML,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "15", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "16", + "metadata": {}, + "outputs": [], + "source": [ + "verify.assert_patterns_agree([\n", + " (\n", + " f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}',\n", + " verify.restrict_to_included(experiment, calc_fullprof),\n", + " calc_ed_cryspy,\n", + " ),\n", + "])\n", + "\n", + "verify.assert_patterns_agree(\n", + " [\n", + " (\n", + " f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}',\n", + " verify.restrict_to_included(experiment, calc_fullprof),\n", + " calc_ed_crysfml,\n", + " ),\n", + " ],\n", + " known_discrepancy=True,\n", + " reason='crysfml does not yet match the FullProf Y2O3 isotropic ADP reference.',\n", + ")" + ] + } + ], + "metadata": { + "jupytext": { + "cell_metadata_filter": "-all", + "main_language": "python", + "notebook_metadata_filter": "-all" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.py b/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.py new file mode 100644 index 000000000..2b597a205 --- /dev/null +++ b/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.py @@ -0,0 +1,178 @@ +# %% [markdown] +# # Y2O3 - powder neutron CW - isotropic ADPs +# +# Verifies the baseline Y2O3 constant-wavelength neutron powder pattern +# with isotropic ADPs. + +# %% +import easydiffraction as edi +from easydiffraction import ExperimentFactory +from easydiffraction import StructureFactory +from easydiffraction.analysis import verification as verify + +# %% [markdown] +# ## Build the project + +# %% +project = edi.Project() + +# %% [markdown] +# ## Define the structure +# +# Occupancies are the crystallographic site fractions (all fully +# occupied). FullProf's `.pcr` lists the multiplicity-weighted values +# (0.5, 0.16667, 1.0 for the 24d, 8b and 48e sites); cryspy derives the +# site multiplicity from the symmetry, so the fractions are 1.0 here. + +# %% +structure = StructureFactory.from_scratch(name='y2o3') + +structure.space_group.name_h_m = 'I a -3' # FullProf Space group symbol + +structure.cell.length_a = 10.605744 # FullProf a + +structure.atom_sites.create( + id='Y1', # FullProf Atom + type_symbol='Y', # FullProf Typ + fract_x=-0.03236, # FullProf X + fract_y=0.0, # FullProf Y + fract_z=0.25, # FullProf Z + occupancy=1.0, # FullProf Occ 0.50000 (24d site) + adp_type='Biso', # FullProf N_t = 0 + adp_iso=0.0, # FullProf Biso +) +structure.atom_sites.create( + id='Y2', # FullProf Atom + type_symbol='Y', # FullProf Typ + fract_x=0.25, # FullProf X + fract_y=0.25, # FullProf Y + fract_z=0.25, # FullProf Z + occupancy=1.0, # FullProf Occ 0.16667 (8b site) + adp_type='Biso', # FullProf N_t = 0 + adp_iso=0.0, # FullProf Biso +) +structure.atom_sites.create( + id='O1', # FullProf Atom + type_symbol='O', # FullProf Typ + fract_x=0.39072, # FullProf X + fract_y=0.15204, # FullProf Y + fract_z=0.38030, # FullProf Z + occupancy=1.0, # FullProf Occ 1.00000 (48e site) + adp_type='Biso', # FullProf N_t = 0 + adp_iso=0.0, # FullProf Biso +) + +project.structures.add(structure) + +# %% [markdown] +# ## Load the FullProf reference + +# %% +FULLPROF_PROJECT_DIR = 'pd-neut-cwl_y2o3_isotropic-adp' +FULLPROF_PRF_FILE = 'y2o3_isotropic_adp.prf' +FULLPROF_SUM_FILE = 'y2o3_isotropic_adp.sum' +FULLPROF_BAC_FILE = 'y2o3_isotropic_adp.bac' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + +FULLPROF_ZERO = -0.01625 # FullProf Zero +FULLPROF_SCALE = 1.0602 # FullProf Scale +FULLPROF_WAVELENGTH = 1.54822 # FullProf Lambda +FULLPROF_U = 0.036631 # FullProf U +FULLPROF_V = -0.068345 # FullProf V +FULLPROF_W = 0.131426 # FullProf W + +x, calc_fullprof = verify.load_fullprof_calc_profile( + FULLPROF_PROJECT_DIR, + FULLPROF_PRF_FILE, + FULLPROF_BAC_FILE, + FULLPROF_ZERO, +) + +# %% [markdown] +# ## Create the experiment + +# %% +experiment = ExperimentFactory.from_scratch( + name='y2o3', + sample_form='powder', + beam_mode='constant wavelength', + radiation_probe='neutron', + scattering_type='bragg', +) +verify.set_reference_as_measured(experiment, x, calc_fullprof) + +experiment.linked_structures.create(structure_id='y2o3', scale=FULLPROF_SCALE) + +experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH +experiment.instrument.calib_twotheta_offset = FULLPROF_ZERO + +experiment.peak.type = 'pseudo-voigt' +experiment.peak.broad_gauss_u = FULLPROF_U +experiment.peak.broad_gauss_v = FULLPROF_V +experiment.peak.broad_gauss_w = FULLPROF_W + +# FullProf excluded the 0-12 deg and 137.5-180 deg regions (.pcr). +experiment.excluded_regions.create(id='1', start=0.0, end=12.0) +experiment.excluded_regions.create(id='2', start=137.5, end=180.0) + +project.experiments.add(experiment) + +# %% [markdown] +# ## edi-cryspy VS FullProf + +# %% +experiment.calculator.type = 'cryspy' + +project.analysis.calculate() +calc_ed_cryspy = experiment.data.intensity_calc +LABEL_ED_CRYSPY = verify.engine_label('cryspy') + +project.display.pattern_comparison( + 'y2o3', + reference=verify.restrict_to_included(experiment, calc_fullprof), + candidate=calc_ed_cryspy, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY, +) + +# %% [markdown] +# ## edi-crysfml VS FullProf + +# %% +experiment.calculator.type = 'crysfml' + +project.analysis.calculate() +calc_ed_crysfml = experiment.data.intensity_calc +LABEL_ED_CRYSFML = verify.engine_label('crysfml') + +project.display.pattern_comparison( + 'y2o3', + reference=verify.restrict_to_included(experiment, calc_fullprof), + candidate=calc_ed_crysfml, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSFML, +) + +# %% [markdown] +# ## Agreement check + +# %% +verify.assert_patterns_agree([ + ( + f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', + verify.restrict_to_included(experiment, calc_fullprof), + calc_ed_cryspy, + ), +]) + +verify.assert_patterns_agree( + [ + ( + f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', + verify.restrict_to_included(experiment, calc_fullprof), + calc_ed_crysfml, + ), + ], + known_discrepancy=True, + reason='crysfml does not yet match the FullProf Y2O3 isotropic ADP reference.', +) diff --git a/docs/docs/verification/pd-neut-tof-total_Si_gaussian-damped-sinc.ipynb b/docs/docs/verification/pd-neut-tof-total_Si_gaussian-damped-sinc.ipynb new file mode 100644 index 000000000..418df63f6 --- /dev/null +++ b/docs/docs/verification/pd-neut-tof-total_Si_gaussian-damped-sinc.ipynb @@ -0,0 +1,275 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "0", + "metadata": { + "tags": [ + "hide-in-docs" + ] + }, + "outputs": [], + "source": [ + "# Check whether easydiffraction is installed; install it if needed.\n", + "# Required for remote environments such as Google Colab.\n", + "import importlib.util\n", + "\n", + "if importlib.util.find_spec('easydiffraction') is None:\n", + " %pip install easydiffraction" + ] + }, + { + "cell_type": "markdown", + "id": "1", + "metadata": {}, + "source": [ + "# Si - powder neutron TOF total - gaussian-damped sinc\n", + "\n", + "Verifies the total-scattering gaussian-damped sinc profile by comparing\n", + "EasyDiffraction's pdffit calculator with a direct diffpy.pdffit2\n", + "calculation on the same synthetic r-grid." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "2", + "metadata": {}, + "outputs": [], + "source": [ + "from importlib import metadata\n", + "\n", + "import numpy as np\n", + "from diffpy.pdffit2 import PdfFit\n", + "from diffpy.structure.parsers.p_cif import P_cif as pdffit_cif_parser\n", + "\n", + "import easydiffraction as edi\n", + "from easydiffraction import ExperimentFactory\n", + "from easydiffraction.analysis import verification as verify" + ] + }, + { + "cell_type": "markdown", + "id": "3", + "metadata": {}, + "source": [ + "## Build the project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "4", + "metadata": {}, + "outputs": [], + "source": [ + "project = edi.Project()" + ] + }, + { + "cell_type": "markdown", + "id": "5", + "metadata": {}, + "source": [ + "## Define the structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "6", + "metadata": {}, + "outputs": [], + "source": [ + "project.structures.create(name='si')\n", + "structure = project.structures['si']\n", + "\n", + "structure.space_group.name_h_m = 'F d -3 m'\n", + "structure.space_group.coord_system_code = '1'\n", + "structure.cell.length_a = 5.4306\n", + "\n", + "structure.atom_sites.create(\n", + " id='Si',\n", + " type_symbol='Si',\n", + " fract_x=0.0,\n", + " fract_y=0.0,\n", + " fract_z=0.0,\n", + " wyckoff_letter='a',\n", + " adp_type='Biso',\n", + " adp_iso=0.717,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "7", + "metadata": {}, + "source": [ + "## Create the experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "8", + "metadata": {}, + "outputs": [], + "source": [ + "experiment = ExperimentFactory.from_scratch(\n", + " name='si_pdf',\n", + " sample_form='powder',\n", + " beam_mode='time-of-flight',\n", + " radiation_probe='neutron',\n", + " scattering_type='total',\n", + ")\n", + "\n", + "R_GRID = np.arange(1.0, 30.05, 0.05)\n", + "PDF_SCALE = 1.2728\n", + "PDF_QDAMP = 0.0251\n", + "PDF_QBROAD = 0.0183\n", + "PDF_QMAX = 35.0\n", + "PDF_DELTA_1 = 2.54\n", + "PDF_DELTA_2 = -1.7525\n", + "PDF_PARTICLE_DIAMETER = 0.0\n", + "\n", + "experiment.data._create_items_set_xcoord_and_id(R_GRID)\n", + "experiment.data._set_g_r_meas(np.zeros_like(R_GRID))\n", + "experiment.data._set_g_r_meas_su(np.ones_like(R_GRID))\n", + "\n", + "experiment.peak.type = 'gaussian-damped-sinc'\n", + "experiment.peak.damp_q = PDF_QDAMP\n", + "experiment.peak.broad_q = PDF_QBROAD\n", + "experiment.peak.cutoff_q = PDF_QMAX\n", + "experiment.peak.sharp_delta_1 = PDF_DELTA_1\n", + "experiment.peak.sharp_delta_2 = PDF_DELTA_2\n", + "experiment.peak.damp_particle_diameter = PDF_PARTICLE_DIAMETER\n", + "\n", + "experiment.linked_structures.create(structure_id='si', scale=PDF_SCALE)\n", + "\n", + "project.experiments.add(experiment)" + ] + }, + { + "cell_type": "markdown", + "id": "9", + "metadata": {}, + "source": [ + "## Direct pdffit2 reference" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "10", + "metadata": {}, + "outputs": [], + "source": [ + "B_TO_U_FACTOR = 8.0 * np.pi**2\n", + "SI_CIF_FOR_PDFFIT2 = f\"\"\"\n", + "data_si\n", + "_space_group_name_H-M_alt 'F d -3 m'\n", + "_space_group_IT_coordinate_system_code 1\n", + "_cell_length_a 5.4306\n", + "_cell_length_b 5.4306\n", + "_cell_length_c 5.4306\n", + "_cell_angle_alpha 90\n", + "_cell_angle_beta 90\n", + "_cell_angle_gamma 90\n", + "loop_\n", + "_atom_site_label\n", + "_atom_site_type_symbol\n", + "_atom_site_fract_x\n", + "_atom_site_fract_y\n", + "_atom_site_fract_z\n", + "_atom_site_U_iso_or_equiv\n", + "Si Si 0.0 0.0 0.0 {0.717 / B_TO_U_FACTOR:.12f}\n", + "\"\"\"\n", + "\n", + "pdffit2 = PdfFit()\n", + "pdffit2.add_structure(pdffit_cif_parser().parse(SI_CIF_FOR_PDFFIT2))\n", + "pdffit2.setvar('pscale', PDF_SCALE)\n", + "pdffit2.setvar('delta1', PDF_DELTA_1)\n", + "pdffit2.setvar('delta2', PDF_DELTA_2)\n", + "pdffit2.setvar('spdiameter', PDF_PARTICLE_DIAMETER)\n", + "pdffit2.read_data_lists(\n", + " stype='N',\n", + " qmax=PDF_QMAX,\n", + " qdamp=PDF_QDAMP,\n", + " r_data=list(R_GRID),\n", + " Gr_data=list(np.zeros_like(R_GRID)),\n", + ")\n", + "pdffit2.setvar('qbroad', PDF_QBROAD)\n", + "pdffit2.calc()\n", + "\n", + "calc_direct_pdffit2 = np.array(pdffit2.getpdf_fit())\n", + "LABEL_DIRECT_PDFFIT2 = f'diffpy.pdffit2 {metadata.version(\"diffpy.pdffit2\")}'" + ] + }, + { + "cell_type": "markdown", + "id": "11", + "metadata": {}, + "source": [ + "## edi-pdffit VS direct pdffit2" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "12", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'pdffit'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_pdffit = experiment.data.intensity_calc\n", + "LABEL_ED_PDFFIT = verify.engine_label('pdffit')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'si_pdf',\n", + " reference=calc_direct_pdffit2,\n", + " candidate=calc_ed_pdffit,\n", + " reference_label=LABEL_DIRECT_PDFFIT2,\n", + " candidate_label=LABEL_ED_PDFFIT,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "13", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "14", + "metadata": {}, + "outputs": [], + "source": [ + "verify.assert_patterns_agree(\n", + " [\n", + " (\n", + " f'{LABEL_ED_PDFFIT} vs {LABEL_DIRECT_PDFFIT2}',\n", + " calc_direct_pdffit2,\n", + " calc_ed_pdffit,\n", + " ),\n", + " ],\n", + ")" + ] + } + ], + "metadata": { + "jupytext": { + "cell_metadata_filter": "-all", + "main_language": "python", + "notebook_metadata_filter": "-all" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/docs/docs/verification/pd-neut-tof-total_Si_gaussian-damped-sinc.py b/docs/docs/verification/pd-neut-tof-total_Si_gaussian-damped-sinc.py new file mode 100644 index 000000000..7d4fcc541 --- /dev/null +++ b/docs/docs/verification/pd-neut-tof-total_Si_gaussian-damped-sinc.py @@ -0,0 +1,158 @@ +# %% [markdown] +# # Si - powder neutron TOF total - gaussian-damped sinc +# +# Verifies the total-scattering gaussian-damped sinc profile by comparing +# EasyDiffraction's pdffit calculator with a direct diffpy.pdffit2 +# calculation on the same synthetic r-grid. + +# %% +from importlib import metadata + +import numpy as np +from diffpy.pdffit2 import PdfFit +from diffpy.structure.parsers.p_cif import P_cif as pdffit_cif_parser + +import easydiffraction as edi +from easydiffraction import ExperimentFactory +from easydiffraction.analysis import verification as verify + +# %% [markdown] +# ## Build the project + +# %% +project = edi.Project() + +# %% [markdown] +# ## Define the structure + +# %% +project.structures.create(name='si') +structure = project.structures['si'] + +structure.space_group.name_h_m = 'F d -3 m' +structure.space_group.coord_system_code = '1' +structure.cell.length_a = 5.4306 + +structure.atom_sites.create( + id='Si', + type_symbol='Si', + fract_x=0.0, + fract_y=0.0, + fract_z=0.0, + wyckoff_letter='a', + adp_type='Biso', + adp_iso=0.717, +) + +# %% [markdown] +# ## Create the experiment + +# %% +experiment = ExperimentFactory.from_scratch( + name='si_pdf', + sample_form='powder', + beam_mode='time-of-flight', + radiation_probe='neutron', + scattering_type='total', +) + +R_GRID = np.arange(1.0, 30.05, 0.05) +PDF_SCALE = 1.2728 +PDF_QDAMP = 0.0251 +PDF_QBROAD = 0.0183 +PDF_QMAX = 35.0 +PDF_DELTA_1 = 2.54 +PDF_DELTA_2 = -1.7525 +PDF_PARTICLE_DIAMETER = 0.0 + +experiment.data._create_items_set_xcoord_and_id(R_GRID) +experiment.data._set_g_r_meas(np.zeros_like(R_GRID)) +experiment.data._set_g_r_meas_su(np.ones_like(R_GRID)) + +experiment.peak.type = 'gaussian-damped-sinc' +experiment.peak.damp_q = PDF_QDAMP +experiment.peak.broad_q = PDF_QBROAD +experiment.peak.cutoff_q = PDF_QMAX +experiment.peak.sharp_delta_1 = PDF_DELTA_1 +experiment.peak.sharp_delta_2 = PDF_DELTA_2 +experiment.peak.damp_particle_diameter = PDF_PARTICLE_DIAMETER + +experiment.linked_structures.create(structure_id='si', scale=PDF_SCALE) + +project.experiments.add(experiment) + +# %% [markdown] +# ## Direct pdffit2 reference + +# %% +B_TO_U_FACTOR = 8.0 * np.pi**2 +SI_CIF_FOR_PDFFIT2 = f""" +data_si +_space_group_name_H-M_alt 'F d -3 m' +_space_group_IT_coordinate_system_code 1 +_cell_length_a 5.4306 +_cell_length_b 5.4306 +_cell_length_c 5.4306 +_cell_angle_alpha 90 +_cell_angle_beta 90 +_cell_angle_gamma 90 +loop_ +_atom_site_label +_atom_site_type_symbol +_atom_site_fract_x +_atom_site_fract_y +_atom_site_fract_z +_atom_site_U_iso_or_equiv +Si Si 0.0 0.0 0.0 {0.717 / B_TO_U_FACTOR:.12f} +""" + +pdffit2 = PdfFit() +pdffit2.add_structure(pdffit_cif_parser().parse(SI_CIF_FOR_PDFFIT2)) +pdffit2.setvar('pscale', PDF_SCALE) +pdffit2.setvar('delta1', PDF_DELTA_1) +pdffit2.setvar('delta2', PDF_DELTA_2) +pdffit2.setvar('spdiameter', PDF_PARTICLE_DIAMETER) +pdffit2.read_data_lists( + stype='N', + qmax=PDF_QMAX, + qdamp=PDF_QDAMP, + r_data=list(R_GRID), + Gr_data=list(np.zeros_like(R_GRID)), +) +pdffit2.setvar('qbroad', PDF_QBROAD) +pdffit2.calc() + +calc_direct_pdffit2 = np.array(pdffit2.getpdf_fit()) +LABEL_DIRECT_PDFFIT2 = f'diffpy.pdffit2 {metadata.version("diffpy.pdffit2")}' + +# %% [markdown] +# ## edi-pdffit VS direct pdffit2 + +# %% +experiment.calculator.type = 'pdffit' + +project.analysis.calculate() +calc_ed_pdffit = experiment.data.intensity_calc +LABEL_ED_PDFFIT = verify.engine_label('pdffit') + +project.display.pattern_comparison( + 'si_pdf', + reference=calc_direct_pdffit2, + candidate=calc_ed_pdffit, + reference_label=LABEL_DIRECT_PDFFIT2, + candidate_label=LABEL_ED_PDFFIT, +) + +# %% [markdown] +# ## Agreement check + +# %% +verify.assert_patterns_agree( + [ + ( + f'{LABEL_ED_PDFFIT} vs {LABEL_DIRECT_PDFFIT2}', + calc_direct_pdffit2, + calc_ed_pdffit, + ), + ], +) diff --git a/docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb b/docs/docs/verification/pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb similarity index 80% rename from docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb rename to docs/docs/verification/pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb index c676cb57d..ddeba9515 100644 --- a/docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb +++ b/docs/docs/verification/pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb @@ -311,82 +311,6 @@ "cell_type": "markdown", "id": "16", "metadata": {}, - "source": [ - "## edi-crysfml VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "17", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'crysfml'\n", - "\n", - "experiment.linked_structures['ncaf'].scale = FULLPROF_SCALE\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'ncaf',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "18", - "metadata": {}, - "source": [ - "## Fit edi-crysfml to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "19", - "metadata": {}, - "outputs": [], - "source": [ - "# experiment.linked_structures['ncaf'].scale = 307.9429\n", - "experiment.linked_structures['ncaf'].scale.free = True\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'ncaf',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "20", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['ncaf'].scale" - ] - }, - { - "cell_type": "markdown", - "id": "21", - "metadata": {}, "source": [ "## Agreement check" ] @@ -394,7 +318,7 @@ { "cell_type": "code", "execution_count": null, - "id": "22", + "id": "17", "metadata": {}, "outputs": [], "source": [ @@ -406,21 +330,7 @@ " verify.restrict_to_included(experiment, calc_fullprof),\n", " calc_ed_cryspy_refined,\n", " ),\n", - "])\n", - "\n", - "# ed-crysfml is the known-bad comparison, asserted separately so it\n", - "# cannot mask a cryspy regression in the gated call above.\n", - "verify.assert_patterns_agree(\n", - " [\n", - " (\n", - " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", - " verify.restrict_to_included(experiment, calc_fullprof),\n", - " calc_ed_crysfml_refined,\n", - " ),\n", - " ],\n", - " known_discrepancy=True,\n", - " reason='ed-crysfml TOF patterns are unsupported by the CFL backend.',\n", - ")" + "])" ] } ], diff --git a/docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.py b/docs/docs/verification/pd-neut-tof_NCAF_jorgensen-von-dreele.py similarity index 80% rename from docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.py rename to docs/docs/verification/pd-neut-tof_NCAF_jorgensen-von-dreele.py index 0fe6a9584..df07eda68 100644 --- a/docs/docs/verification/pd-neut-tof_ncaf_jorgensen-von-dreele.py +++ b/docs/docs/verification/pd-neut-tof_NCAF_jorgensen-von-dreele.py @@ -195,51 +195,6 @@ # %% experiment.linked_structures['ncaf'].scale -# %% [markdown] -# ## edi-crysfml VS FullProf - -# %% -experiment.calculator.type = 'crysfml' - -experiment.linked_structures['ncaf'].scale = FULLPROF_SCALE - -project.analysis.calculate() -calc_ed_crysfml = experiment.data.intensity_calc -LABEL_ED_CRYSFML = verify.engine_label('crysfml') - -project.display.pattern_comparison( - 'ncaf', - reference=calc_fullprof, - candidate=calc_ed_crysfml, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML, -) - -# %% [markdown] -# ## Fit edi-crysfml to FullProf - -# %% -# experiment.linked_structures['ncaf'].scale = 307.9429 -experiment.linked_structures['ncaf'].scale.free = True - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_crysfml_refined = experiment.data.intensity_calc -LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') - -project.display.pattern_comparison( - 'ncaf', - reference=calc_fullprof, - candidate=calc_ed_crysfml_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML_REFINED, -) - -# %% -experiment.linked_structures['ncaf'].scale - # %% [markdown] # ## Agreement check @@ -253,17 +208,3 @@ calc_ed_cryspy_refined, ), ]) - -# ed-crysfml is the known-bad comparison, asserted separately so it -# cannot mask a cryspy regression in the gated call above. -verify.assert_patterns_agree( - [ - ( - f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', - verify.restrict_to_included(experiment, calc_fullprof), - calc_ed_crysfml_refined, - ), - ], - known_discrepancy=True, - reason='ed-crysfml TOF patterns are unsupported by the CFL backend.', -) diff --git a/docs/docs/verification/pd-neut-tof_si_jorgensen-von-dreele.ipynb b/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.ipynb similarity index 74% rename from docs/docs/verification/pd-neut-tof_si_jorgensen-von-dreele.ipynb rename to docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.ipynb index 2d646d693..bd087b856 100644 --- a/docs/docs/verification/pd-neut-tof_si_jorgensen-von-dreele.ipynb +++ b/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.ipynb @@ -283,117 +283,10 @@ "id": "17", "metadata": {}, "source": [ - "## edi-crysfml VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "18", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'crysfml'\n", - "\n", - "experiment.linked_structures['si'].scale = FULLPROF_SCALE\n", - "experiment.peak.broad_lorentz_gamma_1 = FULLPROF_GAMMA_1\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'si',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "19", - "metadata": {}, - "source": [ - "## Fit edi-crysfml to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "20", - "metadata": {}, - "outputs": [], - "source": [ - "# experiment.linked_structures['si'].scale = 1275.028259237954\n", - "experiment.linked_structures['si'].scale.free = True\n", - "experiment.peak.broad_lorentz_gamma_1.free = False\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'si',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "21", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['si'].scale" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "22", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.peak.broad_lorentz_gamma_1" - ] - }, - { - "cell_type": "markdown", - "id": "23", - "metadata": {}, - "source": [ - "## Agreement check" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "24", - "metadata": {}, - "outputs": [], - "source": [ - "# crysfml matches FullProf, so it is gated as a regression test.\n", - "verify.assert_patterns_agree(\n", - " [\n", - " (\n", - " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", - " verify.restrict_to_included(experiment, calc_fullprof),\n", - " calc_ed_crysfml_refined,\n", - " ),\n", - " ],\n", - ")\n", + "## Agreement check\n", "\n", - "# cryspy is the known-bad comparison, asserted separately so it cannot\n", - "# mask a crysfml regression in the gated call above.\n", + "cryspy is the known-bad comparison, asserted separately so it cannot\n", + "mask a crysfml regression in the gated call above.\n", "verify.assert_patterns_agree(\n", " [\n", " (\n", diff --git a/docs/docs/verification/pd-neut-tof_si_jorgensen-von-dreele.py b/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.py similarity index 77% rename from docs/docs/verification/pd-neut-tof_si_jorgensen-von-dreele.py rename to docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.py index da9e32000..9aa727116 100644 --- a/docs/docs/verification/pd-neut-tof_si_jorgensen-von-dreele.py +++ b/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.py @@ -159,71 +159,9 @@ # %% experiment.peak.broad_lorentz_gamma_1 -# %% [markdown] -# ## edi-crysfml VS FullProf - -# %% -experiment.calculator.type = 'crysfml' - -experiment.linked_structures['si'].scale = FULLPROF_SCALE -experiment.peak.broad_lorentz_gamma_1 = FULLPROF_GAMMA_1 - -project.analysis.calculate() -calc_ed_crysfml = experiment.data.intensity_calc -LABEL_ED_CRYSFML = verify.engine_label('crysfml') - -project.display.pattern_comparison( - 'si', - reference=calc_fullprof, - candidate=calc_ed_crysfml, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML, -) - -# %% [markdown] -# ## Fit edi-crysfml to FullProf - -# %% -# experiment.linked_structures['si'].scale = 1275.028259237954 -experiment.linked_structures['si'].scale.free = True -experiment.peak.broad_lorentz_gamma_1.free = False - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_crysfml_refined = experiment.data.intensity_calc -LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') - -project.display.pattern_comparison( - 'si', - reference=calc_fullprof, - candidate=calc_ed_crysfml_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML_REFINED, -) - -# %% -experiment.linked_structures['si'].scale - -# %% -experiment.peak.broad_lorentz_gamma_1 - # %% [markdown] # ## Agreement check -# %% -# crysfml matches FullProf, so it is gated as a regression test. -verify.assert_patterns_agree( - [ - ( - f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', - verify.restrict_to_included(experiment, calc_fullprof), - calc_ed_crysfml_refined, - ), - ], -) - # cryspy is the known-bad comparison, asserted separately so it cannot # mask a crysfml regression in the gated call above. verify.assert_patterns_agree( diff --git a/docs/docs/verification/pd-neut-tof_si_jorgensen.ipynb b/docs/docs/verification/pd-neut-tof_Si_jorgensen.ipynb similarity index 75% rename from docs/docs/verification/pd-neut-tof_si_jorgensen.ipynb rename to docs/docs/verification/pd-neut-tof_Si_jorgensen.ipynb index 80fa76ae0..40b8d6b55 100644 --- a/docs/docs/verification/pd-neut-tof_si_jorgensen.ipynb +++ b/docs/docs/verification/pd-neut-tof_Si_jorgensen.ipynb @@ -264,82 +264,6 @@ "cell_type": "markdown", "id": "16", "metadata": {}, - "source": [ - "## edi-crysfml VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "17", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'crysfml'\n", - "\n", - "experiment.linked_structures['si'].scale = FULLPROF_SCALE\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'si',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "18", - "metadata": {}, - "source": [ - "## Fit edi-crysfml to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "19", - "metadata": {}, - "outputs": [], - "source": [ - "# experiment.linked_structures['si'].scale = 1275.028259237954\n", - "experiment.linked_structures['si'].scale.free = True\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'si',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "20", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['si'].scale" - ] - }, - { - "cell_type": "markdown", - "id": "21", - "metadata": {}, "source": [ "## Agreement check" ] @@ -347,11 +271,10 @@ { "cell_type": "code", "execution_count": null, - "id": "22", + "id": "17", "metadata": {}, "outputs": [], "source": [ - "# cryspy matches FullProf, so it is gated as a regression test.\n", "verify.assert_patterns_agree(\n", " [\n", " (\n", @@ -360,20 +283,6 @@ " calc_ed_cryspy_refined,\n", " ),\n", " ],\n", - ")\n", - "\n", - "# ed-crysfml is the known-bad comparison, asserted separately so it\n", - "# cannot mask a cryspy regression in the gated call above.\n", - "verify.assert_patterns_agree(\n", - " [\n", - " (\n", - " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", - " verify.restrict_to_included(experiment, calc_fullprof),\n", - " calc_ed_crysfml_refined,\n", - " ),\n", - " ],\n", - " known_discrepancy=True,\n", - " reason='ed-crysfml TOF Jorgensen profile is about 8.5% off after fitting scale.',\n", ")" ] } diff --git a/docs/docs/verification/pd-neut-tof_si_jorgensen.py b/docs/docs/verification/pd-neut-tof_Si_jorgensen.py similarity index 73% rename from docs/docs/verification/pd-neut-tof_si_jorgensen.py rename to docs/docs/verification/pd-neut-tof_Si_jorgensen.py index 3142d0cae..6ab8e0c6c 100644 --- a/docs/docs/verification/pd-neut-tof_si_jorgensen.py +++ b/docs/docs/verification/pd-neut-tof_Si_jorgensen.py @@ -148,56 +148,10 @@ # %% experiment.linked_structures['si'].scale -# %% [markdown] -# ## edi-crysfml VS FullProf - -# %% -experiment.calculator.type = 'crysfml' - -experiment.linked_structures['si'].scale = FULLPROF_SCALE - -project.analysis.calculate() -calc_ed_crysfml = experiment.data.intensity_calc -LABEL_ED_CRYSFML = verify.engine_label('crysfml') - -project.display.pattern_comparison( - 'si', - reference=calc_fullprof, - candidate=calc_ed_crysfml, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML, -) - -# %% [markdown] -# ## Fit edi-crysfml to FullProf - -# %% -# experiment.linked_structures['si'].scale = 1275.028259237954 -experiment.linked_structures['si'].scale.free = True - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_crysfml_refined = experiment.data.intensity_calc -LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') - -project.display.pattern_comparison( - 'si', - reference=calc_fullprof, - candidate=calc_ed_crysfml_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML_REFINED, -) - -# %% -experiment.linked_structures['si'].scale - # %% [markdown] # ## Agreement check # %% -# cryspy matches FullProf, so it is gated as a regression test. verify.assert_patterns_agree( [ ( @@ -207,17 +161,3 @@ ), ], ) - -# ed-crysfml is the known-bad comparison, asserted separately so it -# cannot mask a cryspy regression in the gated call above. -verify.assert_patterns_agree( - [ - ( - f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', - verify.restrict_to_included(experiment, calc_fullprof), - calc_ed_crysfml_refined, - ), - ], - known_discrepancy=True, - reason='ed-crysfml TOF Jorgensen profile is about 8.5% off after fitting scale.', -) diff --git a/docs/docs/verification/pd-xray-cwl-total_nacl_gaussian-damped-sinc.ipynb b/docs/docs/verification/pd-xray-cwl-total_NaCl_gaussian-damped-sinc.ipynb similarity index 100% rename from docs/docs/verification/pd-xray-cwl-total_nacl_gaussian-damped-sinc.ipynb rename to docs/docs/verification/pd-xray-cwl-total_NaCl_gaussian-damped-sinc.ipynb diff --git a/docs/docs/verification/pd-xray-cwl-total_nacl_gaussian-damped-sinc.py b/docs/docs/verification/pd-xray-cwl-total_NaCl_gaussian-damped-sinc.py similarity index 100% rename from docs/docs/verification/pd-xray-cwl-total_nacl_gaussian-damped-sinc.py rename to docs/docs/verification/pd-xray-cwl-total_NaCl_gaussian-damped-sinc.py diff --git a/docs/docs/verification/pd-xray-cwl_lif_doublet.ipynb b/docs/docs/verification/pd-xray-cwl_LiF_doublet.ipynb similarity index 100% rename from docs/docs/verification/pd-xray-cwl_lif_doublet.ipynb rename to docs/docs/verification/pd-xray-cwl_LiF_doublet.ipynb diff --git a/docs/docs/verification/pd-xray-cwl_lif_doublet.py b/docs/docs/verification/pd-xray-cwl_LiF_doublet.py similarity index 100% rename from docs/docs/verification/pd-xray-cwl_lif_doublet.py rename to docs/docs/verification/pd-xray-cwl_LiF_doublet.py diff --git a/docs/docs/verification/pd-xray-cwl_lif_single.ipynb b/docs/docs/verification/pd-xray-cwl_LiF_single.ipynb similarity index 100% rename from docs/docs/verification/pd-xray-cwl_lif_single.ipynb rename to docs/docs/verification/pd-xray-cwl_LiF_single.ipynb diff --git a/docs/docs/verification/pd-xray-cwl_lif_single.py b/docs/docs/verification/pd-xray-cwl_LiF_single.py similarity index 100% rename from docs/docs/verification/pd-xray-cwl_lif_single.py rename to docs/docs/verification/pd-xray-cwl_LiF_single.py diff --git a/docs/docs/verification/pd-xray-cwl_lif_single_absorption.ipynb b/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.ipynb similarity index 100% rename from docs/docs/verification/pd-xray-cwl_lif_single_absorption.ipynb rename to docs/docs/verification/pd-xray-cwl_LiF_single_absorption.ipynb diff --git a/docs/docs/verification/pd-xray-cwl_lif_single_absorption.py b/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.py similarity index 100% rename from docs/docs/verification/pd-xray-cwl_lif_single_absorption.py rename to docs/docs/verification/pd-xray-cwl_LiF_single_absorption.py diff --git a/docs/docs/verification/pd-xray-cwl_lif_single_polarization.ipynb b/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.ipynb similarity index 100% rename from docs/docs/verification/pd-xray-cwl_lif_single_polarization.ipynb rename to docs/docs/verification/pd-xray-cwl_LiF_single_polarization.ipynb diff --git a/docs/docs/verification/pd-xray-cwl_lif_single_polarization.py b/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.py similarity index 100% rename from docs/docs/verification/pd-xray-cwl_lif_single_polarization.py rename to docs/docs/verification/pd-xray-cwl_LiF_single_polarization.py diff --git a/docs/docs/verification/pd-xray-cwl_pbso4_round-robin.ipynb b/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.ipynb similarity index 100% rename from docs/docs/verification/pd-xray-cwl_pbso4_round-robin.ipynb rename to docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.ipynb diff --git a/docs/docs/verification/pd-xray-cwl_pbso4_round-robin.py b/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.py similarity index 100% rename from docs/docs/verification/pd-xray-cwl_pbso4_round-robin.py rename to docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.py diff --git a/docs/docs/verification/sc-neut-cwl_pr2nio4_basic.ipynb b/docs/docs/verification/sc-neut-cwl_Pr2NiO4_basic.ipynb similarity index 100% rename from docs/docs/verification/sc-neut-cwl_pr2nio4_basic.ipynb rename to docs/docs/verification/sc-neut-cwl_Pr2NiO4_basic.ipynb diff --git a/docs/docs/verification/sc-neut-cwl_pr2nio4_basic.py b/docs/docs/verification/sc-neut-cwl_Pr2NiO4_basic.py similarity index 100% rename from docs/docs/verification/sc-neut-cwl_pr2nio4_basic.py rename to docs/docs/verification/sc-neut-cwl_Pr2NiO4_basic.py diff --git a/docs/docs/verification/sc-neut-cwl_tbti_basic.ipynb b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.ipynb similarity index 100% rename from docs/docs/verification/sc-neut-cwl_tbti_basic.ipynb rename to docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.ipynb diff --git a/docs/docs/verification/sc-neut-cwl_tbti_basic.py b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.py similarity index 100% rename from docs/docs/verification/sc-neut-cwl_tbti_basic.py rename to docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.py diff --git a/docs/docs/verification/sc-neut-cwl_tbti_isotropic-extinction.ipynb b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb similarity index 100% rename from docs/docs/verification/sc-neut-cwl_tbti_isotropic-extinction.ipynb rename to docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb diff --git a/docs/docs/verification/sc-neut-cwl_tbti_isotropic-extinction.py b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.py similarity index 100% rename from docs/docs/verification/sc-neut-cwl_tbti_isotropic-extinction.py rename to docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.py diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 6df9b4f24..44e7637e9 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -257,29 +257,37 @@ nav: - Verification: - Verification: verification/index.md - Powder, neutron, constant wavelength: - - LBCO basic pseudo-Voigt: verification/pd-neut-cwl_lbco_basic.ipynb - - LBCO preferred orientation: verification/pd-neut-cwl_lbco_preferred-orientation.ipynb - - PbSO4 basic pseudo-Voigt: verification/pd-neut-cwl_pbso4_basic.ipynb - - PbSO4 Bérar-Baldinozzi asymmetry: verification/pd-neut-cwl_pbso4_beba-asymmetry.ipynb - - LaB6 SyCos/SySin shifts: verification/pd-neut-cwl_lab6_sycos-sysin.ipynb - - LaB6 FCJ asymmetry: verification/pd-neut-cwl_lab6_fcj-asymmetry.ipynb - - LaB6 absorption: verification/pd-neut-cwl_lab6_absorption.ipynb - - LaB6 FCJ asymmetry isolated: verification/pd-neut-cwl_lab6_absorption_fcj-asymmetry.ipynb - - Y2O3 beta ADPs: verification/pd-neut-cwl_y2o3_beta-adp.ipynb + - LBCO basic pseudo-Voigt: verification/pd-neut-cwl_LBCO_basic.ipynb + - LBCO preferred orientation: verification/pd-neut-cwl_LBCO_preferred-orientation.ipynb + - PbSO4 basic pseudo-Voigt: verification/pd-neut-cwl_PbSO4_basic.ipynb + - PbSO4 Berar-Baldinozzi asymmetry: verification/pd-neut-cwl_PbSO4_beba-asymmetry.ipynb + - LaB6 basic: verification/pd-neut-cwl_LaB6_basic.ipynb + - LaB6 11B isotope: verification/pd-neut-cwl_LaB6_11B.ipynb + - LaB6 SyCos/SySin shifts: verification/pd-neut-cwl_LaB6_sycos-sysin.ipynb + - LaB6 FCJ asymmetry: verification/pd-neut-cwl_LaB6_fcj-asymmetry.ipynb + - LaB6 absorption: verification/pd-neut-cwl_LaB6_absorption.ipynb + - Y2O3 isotropic ADPs: verification/pd-neut-cwl_Y2O3_isotropic-adp.ipynb + - Y2O3 beta ADPs: verification/pd-neut-cwl_Y2O3_beta-adp.ipynb - Powder, neutron, time-of-flight: - - Si Jorgensen profile: verification/pd-neut-tof_si_jorgensen.ipynb - - Si Jorgensen-Von Dreele profile: verification/pd-neut-tof_si_jorgensen-von-dreele.ipynb - - NaCaAlF Jorgensen-Von Dreele profile: verification/pd-neut-tof_ncaf_jorgensen-von-dreele.ipynb + - Si Jorgensen profile: verification/pd-neut-tof_Si_jorgensen.ipynb + - Si Jorgensen-Von Dreele profile: verification/pd-neut-tof_Si_jorgensen-von-dreele.ipynb + - NCAF Jorgensen-Von Dreele profile: verification/pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb - Powder, X-ray, constant wavelength: - - LiF single wavelength: verification/pd-xray-cwl_lif_single.ipynb - - LiF polarization: verification/pd-xray-cwl_lif_single_polarization.ipynb - - LiF absorption: verification/pd-xray-cwl_lif_single_absorption.ipynb - - LiF doublet: verification/pd-xray-cwl_lif_doublet.ipynb - - PbSO4 round robin: verification/pd-xray-cwl_pbso4_round-robin.ipynb + - LiF single wavelength: verification/pd-xray-cwl_LiF_single.ipynb + - LiF polarization: verification/pd-xray-cwl_LiF_single_polarization.ipynb + - LiF absorption: verification/pd-xray-cwl_LiF_single_absorption.ipynb + - LiF doublet: verification/pd-xray-cwl_LiF_doublet.ipynb + - PbSO4 round robin: verification/pd-xray-cwl_PbSO4_round-robin.ipynb + - Powder, X-ray, constant wavelength, total scattering: + - NaCl gaussian-damped sinc: verification/pd-xray-cwl-total_NaCl_gaussian-damped-sinc.ipynb + - Powder, neutron, constant wavelength, total scattering: + - Ni gaussian-damped sinc: verification/pd-neut-cwl-total_Ni_gaussian-damped-sinc.ipynb + - Powder, neutron, time-of-flight, total scattering: + - Si gaussian-damped sinc: verification/pd-neut-tof-total_Si_gaussian-damped-sinc.ipynb - Single crystal, neutron, constant wavelength: - - Pr2NiO4 basic: verification/sc-neut-cwl_pr2nio4_basic.ipynb - - Tb2Ti2O7 basic: verification/sc-neut-cwl_tbti_basic.ipynb - - Tb2Ti2O7 isotropic extinction: verification/sc-neut-cwl_tbti_isotropic-extinction.ipynb + - Pr2NiO4 basic: verification/sc-neut-cwl_Pr2NiO4_basic.ipynb + - Tb2Ti2O7 basic: verification/sc-neut-cwl_Tb2Ti2O7_basic.ipynb + - Tb2Ti2O7 isotropic extinction: verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb - Command-Line: - Command-Line: cli/index.md - API Reference: From 2e312fac897f2353fc1f17e4f9b25f4548812556 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Fri, 19 Jun 2026 08:05:42 +0200 Subject: [PATCH 22/64] Remove unsupported crysfml verification sections --- docs/docs/verification/index.md | 44 +++++------- .../verification/pd-neut-cwl_LaB6_11B.ipynb | 49 +------------ .../docs/verification/pd-neut-cwl_LaB6_11B.py | 33 --------- .../pd-neut-cwl_LaB6_absorption.ipynb | 49 +------------ .../pd-neut-cwl_LaB6_absorption.py | 33 --------- .../pd-neut-cwl_LaB6_fcj-asymmetry.ipynb | 47 +----------- .../pd-neut-cwl_LaB6_fcj-asymmetry.py | 33 +-------- .../pd-neut-cwl_LaB6_sycos-sysin.ipynb | 45 +----------- .../pd-neut-cwl_LaB6_sycos-sysin.py | 31 +------- .../pd-neut-cwl_Y2O3_isotropic-adp.ipynb | 46 +----------- .../pd-neut-cwl_Y2O3_isotropic-adp.py | 30 -------- .../pd-neut-tof_Si_jorgensen-von-dreele.ipynb | 2 +- .../pd-neut-tof_Si_jorgensen-von-dreele.py | 2 +- .../pd-xray-cwl_LiF_doublet.ipynb | 47 +----------- .../verification/pd-xray-cwl_LiF_doublet.py | 31 -------- .../pd-xray-cwl_LiF_single_absorption.ipynb | 70 +----------------- .../pd-xray-cwl_LiF_single_absorption.py | 44 ------------ .../pd-xray-cwl_LiF_single_polarization.ipynb | 72 +------------------ .../pd-xray-cwl_LiF_single_polarization.py | 46 ------------ .../pd-xray-cwl_PbSO4_round-robin.ipynb | 7 +- .../pd-xray-cwl_PbSO4_round-robin.py | 7 +- 21 files changed, 41 insertions(+), 727 deletions(-) diff --git a/docs/docs/verification/index.md b/docs/docs/verification/index.md index c85b5c918..d00e54895 100644 --- a/docs/docs/verification/index.md +++ b/docs/docs/verification/index.md @@ -15,21 +15,21 @@ inside the notebook. ### LBCO - [pd-neut-cwl LBCO basic pseudo-Voigt](pd-neut-cwl_LBCO_basic.ipynb) – - verifies a baseline pseudo-Voigt powder pattern. + verifies a _baseline_ pseudo-Voigt powder pattern. - [pd-neut-cwl LBCO preferred orientation](pd-neut-cwl_LBCO_preferred-orientation.ipynb) – verifies the **preferred-orientation** correction. ### PbSO4 - [pd-neut-cwl PbSO4 basic pseudo-Voigt](pd-neut-cwl_PbSO4_basic.ipynb) - – verifies a baseline pseudo-Voigt powder pattern. + – verifies a _baseline_ pseudo-Voigt powder pattern. - [pd-neut-cwl PbSO4 Berar-Baldinozzi asymmetry](pd-neut-cwl_PbSO4_beba-asymmetry.ipynb) – verifies the **empirical asymmetry** correction. ### LaB6 - [pd-neut-cwl LaB6 basic](pd-neut-cwl_LaB6_basic.ipynb) – verifies the - baseline LaB6 powder pattern. + _baseline_ LaB6 powder pattern. - [pd-neut-cwl LaB6 11B isotope](pd-neut-cwl_LaB6_11B.ipynb) – verifies the **11B isotope** contribution. - [pd-neut-cwl LaB6 SyCos/SySin shifts](pd-neut-cwl_LaB6_sycos-sysin.ipynb) @@ -37,37 +37,38 @@ inside the notebook. - [pd-neut-cwl LaB6 FCJ asymmetry](pd-neut-cwl_LaB6_fcj-asymmetry.ipynb) – verifies the **Finger-Cox-Jephcoat asymmetry** correction. - [pd-neut-cwl LaB6 absorption](pd-neut-cwl_LaB6_absorption.ipynb) – - verifies **Debye-Scherrer absorption**. + verifies **Debye-Scherrer absorption** correction. ### Y2O3 - [pd-neut-cwl Y2O3 isotropic ADPs](pd-neut-cwl_Y2O3_isotropic-adp.ipynb) - – verifies the isotropic-ADP baseline. + – verifies the isotropic-ADP _baseline_. - [pd-neut-cwl Y2O3 beta ADPs](pd-neut-cwl_Y2O3_beta-adp.ipynb) – - verifies beta-tensor anisotropic ADPs with other correction models - disabled. + verifies **beta-tensor anisotropic ADPs**... ## Powder, Neutron, Time-Of-Flight - [pd-neut-tof Si Jorgensen profile](pd-neut-tof_Si_jorgensen.ipynb) – - verifies the Jorgensen back-to-back exponential profile. + verifies the **Jorgensen back-to-back exponential** profile. - [pd-neut-tof Si Jorgensen-Von Dreele profile](pd-neut-tof_Si_jorgensen-von-dreele.ipynb) - – verifies the Jorgensen-Von Dreele pseudo-Voigt profile. + – verifies the **Jorgensen-Von Dreele pseudo-Voigt** ... with + Lorentzian terms. - [pd-neut-tof NCAF Jorgensen-Von Dreele profile](pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb) - – verifies the Na2Ca3Al2F14 time-of-flight pseudo-Voigt profile. + – verifies the **Jorgensen-Von Dreele pseudo-Voigt** ... without + Lorentzian terms. ## Powder, X-Ray, Constant Wavelength ### LiF - [pd-xray-cwl LiF single wavelength](pd-xray-cwl_LiF_single.ipynb) – - verifies the baseline Cu K-alpha1 pseudo-Voigt pattern. + verifies the _baseline_ Cu K-alpha1 pseudo-Voigt pattern. - [pd-xray-cwl LiF polarization](pd-xray-cwl_LiF_single_polarization.ipynb) - – verifies the X-ray polarization correction. + – verifies the **X-ray polarization** correction. - [pd-xray-cwl LiF absorption](pd-xray-cwl_LiF_single_absorption.ipynb) - – verifies Debye-Scherrer absorption. + – verifies **Debye-Scherrer absorption** correction. - [pd-xray-cwl LiF doublet](pd-xray-cwl_LiF_doublet.ipynb) – verifies Cu - K-alpha1/K-alpha2 doublet handling. + **K-alpha1/K-alpha2 doublet** handling. ### PbSO4 @@ -75,29 +76,22 @@ inside the notebook. verifies the anglesite X-ray round-robin case with empirical asymmetry. -## Powder, X-Ray, Constant Wavelength, Total Scattering +## Powder, Total Scattering ### NaCl - [pd-xray-cwl-total NaCl gaussian-damped sinc](pd-xray-cwl-total_NaCl_gaussian-damped-sinc.ipynb) - – verifies the PDF gaussian-damped sinc profile against direct - diffpy.pdffit2. - -## Powder, Neutron, Constant Wavelength, Total Scattering + – verifies the **X-ray PDF** calculations. ### Ni - [pd-neut-cwl-total Ni gaussian-damped sinc](pd-neut-cwl-total_Ni_gaussian-damped-sinc.ipynb) - – verifies the PDF gaussian-damped sinc profile against direct - diffpy.pdffit2. - -## Powder, Neutron, Time-Of-Flight, Total Scattering + – verifies the **neutron constant wavelength PDF** calculations. ### Si - [pd-neut-tof-total Si gaussian-damped sinc](pd-neut-tof-total_Si_gaussian-damped-sinc.ipynb) - – verifies the PDF gaussian-damped sinc profile against direct - diffpy.pdffit2. + – verifies the **neutron time-of-flight PDF** calculations. ## Single Crystal, Neutron, Constant Wavelength diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_11B.ipynb b/docs/docs/verification/pd-neut-cwl_LaB6_11B.ipynb index 4b98483bd..7a6f6423c 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_11B.ipynb +++ b/docs/docs/verification/pd-neut-cwl_LaB6_11B.ipynb @@ -211,43 +211,6 @@ "cell_type": "markdown", "id": "13", "metadata": {}, - "source": [ - "## edi-crysfml VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "14", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'crysfml'\n", - "\n", - "experiment.peak.type = 'thompson-cox-hastings'\n", - "experiment.peak.broad_gauss_u = FULLPROF_U\n", - "experiment.peak.broad_gauss_v = FULLPROF_V\n", - "experiment.peak.broad_gauss_w = FULLPROF_W\n", - "experiment.peak.broad_lorentz_x = FULLPROF_X\n", - "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'lab6',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "15", - "metadata": {}, "source": [ "## Agreement check" ] @@ -255,21 +218,13 @@ { "cell_type": "code", "execution_count": null, - "id": "16", + "id": "14", "metadata": {}, "outputs": [], "source": [ "verify.assert_patterns_agree([\n", " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", - "])\n", - "\n", - "verify.assert_patterns_agree(\n", - " [\n", - " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", - " ],\n", - " known_discrepancy=True,\n", - " reason='crysfml currently strips isotope prefixes and uses natural boron.',\n", - ")" + "])" ] } ], diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_11B.py b/docs/docs/verification/pd-neut-cwl_LaB6_11B.py index 231106045..d7928c797 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_11B.py +++ b/docs/docs/verification/pd-neut-cwl_LaB6_11B.py @@ -114,31 +114,6 @@ candidate_label=LABEL_ED_CRYSPY, ) -# %% [markdown] -# ## edi-crysfml VS FullProf - -# %% -experiment.calculator.type = 'crysfml' - -experiment.peak.type = 'thompson-cox-hastings' -experiment.peak.broad_gauss_u = FULLPROF_U -experiment.peak.broad_gauss_v = FULLPROF_V -experiment.peak.broad_gauss_w = FULLPROF_W -experiment.peak.broad_lorentz_x = FULLPROF_X -experiment.peak.broad_lorentz_y = FULLPROF_Y - -project.analysis.calculate() -calc_ed_crysfml = experiment.data.intensity_calc -LABEL_ED_CRYSFML = verify.engine_label('crysfml') - -project.display.pattern_comparison( - 'lab6', - reference=calc_fullprof, - candidate=calc_ed_crysfml, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML, -) - # %% [markdown] # ## Agreement check @@ -146,11 +121,3 @@ verify.assert_patterns_agree([ (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), ]) - -verify.assert_patterns_agree( - [ - (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), - ], - known_discrepancy=True, - reason='crysfml currently strips isotope prefixes and uses natural boron.', -) diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_absorption.ipynb b/docs/docs/verification/pd-neut-cwl_LaB6_absorption.ipynb index f1170df73..35bc34d99 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_absorption.ipynb +++ b/docs/docs/verification/pd-neut-cwl_LaB6_absorption.ipynb @@ -215,43 +215,6 @@ "cell_type": "markdown", "id": "13", "metadata": {}, - "source": [ - "## edi-crysfml VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "14", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'crysfml'\n", - "\n", - "experiment.peak.type = 'thompson-cox-hastings'\n", - "experiment.peak.broad_gauss_u = FULLPROF_U\n", - "experiment.peak.broad_gauss_v = FULLPROF_V\n", - "experiment.peak.broad_gauss_w = FULLPROF_W\n", - "experiment.peak.broad_lorentz_x = FULLPROF_X\n", - "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'lab6',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "15", - "metadata": {}, "source": [ "## Agreement check" ] @@ -259,21 +222,13 @@ { "cell_type": "code", "execution_count": null, - "id": "16", + "id": "14", "metadata": {}, "outputs": [], "source": [ "verify.assert_patterns_agree([\n", " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", - "])\n", - "\n", - "verify.assert_patterns_agree(\n", - " [\n", - " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", - " ],\n", - " known_discrepancy=True,\n", - " reason='crysfml does not yet match the FullProf LaB6 absorption reference.',\n", - ")" + "])" ] } ], diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_absorption.py b/docs/docs/verification/pd-neut-cwl_LaB6_absorption.py index 8466576a2..e4bddf84f 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_absorption.py +++ b/docs/docs/verification/pd-neut-cwl_LaB6_absorption.py @@ -118,31 +118,6 @@ candidate_label=LABEL_ED_CRYSPY, ) -# %% [markdown] -# ## edi-crysfml VS FullProf - -# %% -experiment.calculator.type = 'crysfml' - -experiment.peak.type = 'thompson-cox-hastings' -experiment.peak.broad_gauss_u = FULLPROF_U -experiment.peak.broad_gauss_v = FULLPROF_V -experiment.peak.broad_gauss_w = FULLPROF_W -experiment.peak.broad_lorentz_x = FULLPROF_X -experiment.peak.broad_lorentz_y = FULLPROF_Y - -project.analysis.calculate() -calc_ed_crysfml = experiment.data.intensity_calc -LABEL_ED_CRYSFML = verify.engine_label('crysfml') - -project.display.pattern_comparison( - 'lab6', - reference=calc_fullprof, - candidate=calc_ed_crysfml, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML, -) - # %% [markdown] # ## Agreement check @@ -150,11 +125,3 @@ verify.assert_patterns_agree([ (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), ]) - -verify.assert_patterns_agree( - [ - (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), - ], - known_discrepancy=True, - reason='crysfml does not yet match the FullProf LaB6 absorption reference.', -) diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.ipynb b/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.ipynb index 923208379..e45305cc5 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.ipynb +++ b/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.ipynb @@ -213,45 +213,6 @@ "cell_type": "markdown", "id": "13", "metadata": {}, - "source": [ - "## edi-crysfml VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "14", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'crysfml'\n", - "\n", - "experiment.peak.type = 'thompson-cox-hastings'\n", - "experiment.peak.broad_gauss_u = FULLPROF_U\n", - "experiment.peak.broad_gauss_v = FULLPROF_V\n", - "experiment.peak.broad_gauss_w = FULLPROF_W\n", - "experiment.peak.broad_lorentz_x = FULLPROF_X\n", - "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", - "experiment.peak.asym_fcj_1 = FULLPROF_S_L\n", - "experiment.peak.asym_fcj_2 = FULLPROF_D_L\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'lab6',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "15", - "metadata": {}, "source": [ "## Agreement check" ] @@ -259,20 +220,16 @@ { "cell_type": "code", "execution_count": null, - "id": "16", + "id": "14", "metadata": {}, "outputs": [], "source": [ "verify.assert_patterns_agree(\n", " [\n", - " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", " ],\n", " known_discrepancy=True,\n", - " reason=(\n", - " 'FCJ asymmetry does not yet match FullProf in crysfml, and is '\n", - " 'not implemented in the cryspy CW profile.'\n", - " ),\n", + " reason='FCJ asymmetry is not implemented in the cryspy CW profile.',\n", ")" ] } diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.py b/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.py index fcdd416d0..7abffbe7d 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.py +++ b/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.py @@ -116,45 +116,14 @@ candidate_label=LABEL_ED_CRYSPY, ) -# %% [markdown] -# ## edi-crysfml VS FullProf - -# %% -experiment.calculator.type = 'crysfml' - -experiment.peak.type = 'thompson-cox-hastings' -experiment.peak.broad_gauss_u = FULLPROF_U -experiment.peak.broad_gauss_v = FULLPROF_V -experiment.peak.broad_gauss_w = FULLPROF_W -experiment.peak.broad_lorentz_x = FULLPROF_X -experiment.peak.broad_lorentz_y = FULLPROF_Y -experiment.peak.asym_fcj_1 = FULLPROF_S_L -experiment.peak.asym_fcj_2 = FULLPROF_D_L - -project.analysis.calculate() -calc_ed_crysfml = experiment.data.intensity_calc -LABEL_ED_CRYSFML = verify.engine_label('crysfml') - -project.display.pattern_comparison( - 'lab6', - reference=calc_fullprof, - candidate=calc_ed_crysfml, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML, -) - # %% [markdown] # ## Agreement check # %% verify.assert_patterns_agree( [ - (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), ], known_discrepancy=True, - reason=( - 'FCJ asymmetry does not yet match FullProf in crysfml, and is ' - 'not implemented in the cryspy CW profile.' - ), + reason='FCJ asymmetry is not implemented in the cryspy CW profile.', ) diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.ipynb b/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.ipynb index 64e4ef6ff..ec5568e92 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.ipynb +++ b/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.ipynb @@ -215,43 +215,6 @@ "cell_type": "markdown", "id": "13", "metadata": {}, - "source": [ - "## edi-crysfml VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "14", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'crysfml'\n", - "\n", - "experiment.peak.type = 'thompson-cox-hastings'\n", - "experiment.peak.broad_gauss_u = FULLPROF_U\n", - "experiment.peak.broad_gauss_v = FULLPROF_V\n", - "experiment.peak.broad_gauss_w = FULLPROF_W\n", - "experiment.peak.broad_lorentz_x = FULLPROF_X\n", - "experiment.peak.broad_lorentz_y = FULLPROF_Y\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'lab6',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "15", - "metadata": {}, "source": [ "## Agreement check" ] @@ -259,20 +222,16 @@ { "cell_type": "code", "execution_count": null, - "id": "16", + "id": "14", "metadata": {}, "outputs": [], "source": [ "verify.assert_patterns_agree(\n", " [\n", " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", - " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", " ],\n", " known_discrepancy=True,\n", - " reason=(\n", - " 'SyCos/SySin do not yet match the FullProf convention in cryspy, '\n", - " 'and crysfml CFL currently ignores these peak-position terms.'\n", - " ),\n", + " reason='SyCos/SySin do not yet match the FullProf convention in cryspy.',\n", ")" ] } diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.py b/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.py index 3dc6a7dd6..e283d9927 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.py +++ b/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.py @@ -118,31 +118,6 @@ candidate_label=LABEL_ED_CRYSPY, ) -# %% [markdown] -# ## edi-crysfml VS FullProf - -# %% -experiment.calculator.type = 'crysfml' - -experiment.peak.type = 'thompson-cox-hastings' -experiment.peak.broad_gauss_u = FULLPROF_U -experiment.peak.broad_gauss_v = FULLPROF_V -experiment.peak.broad_gauss_w = FULLPROF_W -experiment.peak.broad_lorentz_x = FULLPROF_X -experiment.peak.broad_lorentz_y = FULLPROF_Y - -project.analysis.calculate() -calc_ed_crysfml = experiment.data.intensity_calc -LABEL_ED_CRYSFML = verify.engine_label('crysfml') - -project.display.pattern_comparison( - 'lab6', - reference=calc_fullprof, - candidate=calc_ed_crysfml, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML, -) - # %% [markdown] # ## Agreement check @@ -150,11 +125,7 @@ verify.assert_patterns_agree( [ (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), - (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), ], known_discrepancy=True, - reason=( - 'SyCos/SySin do not yet match the FullProf convention in cryspy, ' - 'and crysfml CFL currently ignores these peak-position terms.' - ), + reason='SyCos/SySin do not yet match the FullProf convention in cryspy.', ) diff --git a/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.ipynb b/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.ipynb index 349490914..ec7f1ead0 100644 --- a/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.ipynb +++ b/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.ipynb @@ -232,36 +232,6 @@ "cell_type": "markdown", "id": "13", "metadata": {}, - "source": [ - "## edi-crysfml VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "14", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'crysfml'\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'y2o3',\n", - " reference=verify.restrict_to_included(experiment, calc_fullprof),\n", - " candidate=calc_ed_crysfml,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "15", - "metadata": {}, "source": [ "## Agreement check" ] @@ -269,7 +239,7 @@ { "cell_type": "code", "execution_count": null, - "id": "16", + "id": "14", "metadata": {}, "outputs": [], "source": [ @@ -279,19 +249,7 @@ " verify.restrict_to_included(experiment, calc_fullprof),\n", " calc_ed_cryspy,\n", " ),\n", - "])\n", - "\n", - "verify.assert_patterns_agree(\n", - " [\n", - " (\n", - " f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}',\n", - " verify.restrict_to_included(experiment, calc_fullprof),\n", - " calc_ed_crysfml,\n", - " ),\n", - " ],\n", - " known_discrepancy=True,\n", - " reason='crysfml does not yet match the FullProf Y2O3 isotropic ADP reference.',\n", - ")" + "])" ] } ], diff --git a/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.py b/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.py index 2b597a205..78f40c236 100644 --- a/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.py +++ b/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.py @@ -135,24 +135,6 @@ candidate_label=LABEL_ED_CRYSPY, ) -# %% [markdown] -# ## edi-crysfml VS FullProf - -# %% -experiment.calculator.type = 'crysfml' - -project.analysis.calculate() -calc_ed_crysfml = experiment.data.intensity_calc -LABEL_ED_CRYSFML = verify.engine_label('crysfml') - -project.display.pattern_comparison( - 'y2o3', - reference=verify.restrict_to_included(experiment, calc_fullprof), - candidate=calc_ed_crysfml, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML, -) - # %% [markdown] # ## Agreement check @@ -164,15 +146,3 @@ calc_ed_cryspy, ), ]) - -verify.assert_patterns_agree( - [ - ( - f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', - verify.restrict_to_included(experiment, calc_fullprof), - calc_ed_crysfml, - ), - ], - known_discrepancy=True, - reason='crysfml does not yet match the FullProf Y2O3 isotropic ADP reference.', -) diff --git a/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.ipynb b/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.ipynb index bd087b856..719e71419 100644 --- a/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.ipynb +++ b/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.ipynb @@ -286,7 +286,7 @@ "## Agreement check\n", "\n", "cryspy is the known-bad comparison, asserted separately so it cannot\n", - "mask a crysfml regression in the gated call above.\n", + "mask the gated comparison above.\n", "verify.assert_patterns_agree(\n", " [\n", " (\n", diff --git a/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.py b/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.py index 9aa727116..bd802cf76 100644 --- a/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.py +++ b/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.py @@ -163,7 +163,7 @@ # ## Agreement check # cryspy is the known-bad comparison, asserted separately so it cannot -# mask a crysfml regression in the gated call above. +# mask the gated comparison above. verify.assert_patterns_agree( [ ( diff --git a/docs/docs/verification/pd-xray-cwl_LiF_doublet.ipynb b/docs/docs/verification/pd-xray-cwl_LiF_doublet.ipynb index 35de49930..e967fb348 100644 --- a/docs/docs/verification/pd-xray-cwl_LiF_doublet.ipynb +++ b/docs/docs/verification/pd-xray-cwl_LiF_doublet.ipynb @@ -218,36 +218,6 @@ "cell_type": "markdown", "id": "13", "metadata": {}, - "source": [ - "## edi-crysfml VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "14", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'crysfml'\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'lif',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "15", - "metadata": {}, "source": [ "## Agreement check" ] @@ -255,7 +225,7 @@ { "cell_type": "code", "execution_count": null, - "id": "16", + "id": "14", "metadata": {}, "outputs": [], "source": [ @@ -264,26 +234,13 @@ " [\n", " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", " ],\n", - ")\n", - "\n", - "# ed-crysfml is the known-bad comparison, asserted separately so it\n", - "# cannot mask a cryspy regression in the gated call above.\n", - "verify.assert_patterns_agree(\n", - " [\n", - " (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml),\n", - " ],\n", - " known_discrepancy=True,\n", - " reason=(\n", - " 'ed-crysfml CW doublet uses two single-wavelength CFL '\n", - " 'simulations because native CrysFML CW doublet is disabled.'\n", - " ),\n", ")" ] }, { "cell_type": "code", "execution_count": null, - "id": "17", + "id": "15", "metadata": {}, "outputs": [], "source": [] diff --git a/docs/docs/verification/pd-xray-cwl_LiF_doublet.py b/docs/docs/verification/pd-xray-cwl_LiF_doublet.py index 918741f73..6172afda9 100644 --- a/docs/docs/verification/pd-xray-cwl_LiF_doublet.py +++ b/docs/docs/verification/pd-xray-cwl_LiF_doublet.py @@ -121,24 +121,6 @@ candidate_label=LABEL_ED_CRYSPY, ) -# %% [markdown] -# ## edi-crysfml VS FullProf - -# %% -experiment.calculator.type = 'crysfml' - -project.analysis.calculate() -calc_ed_crysfml = experiment.data.intensity_calc -LABEL_ED_CRYSFML = verify.engine_label('crysfml') - -project.display.pattern_comparison( - 'lif', - reference=calc_fullprof, - candidate=calc_ed_crysfml, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML, -) - # %% [markdown] # ## Agreement check @@ -150,17 +132,4 @@ ], ) -# ed-crysfml is the known-bad comparison, asserted separately so it -# cannot mask a cryspy regression in the gated call above. -verify.assert_patterns_agree( - [ - (f'{LABEL_ED_CRYSFML} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_crysfml), - ], - known_discrepancy=True, - reason=( - 'ed-crysfml CW doublet uses two single-wavelength CFL ' - 'simulations because native CrysFML CW doublet is disabled.' - ), -) - # %% diff --git a/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.ipynb b/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.ipynb index a755b3cdb..37e6404be 100644 --- a/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.ipynb +++ b/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.ipynb @@ -218,69 +218,6 @@ "cell_type": "markdown", "id": "13", "metadata": {}, - "source": [ - "## edi-crysfml VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "14", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'crysfml'\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'lif',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "15", - "metadata": {}, - "source": [ - "## Fit edi-crysfml to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "16", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['lif'].scale.free = True\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'lif',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "17", - "metadata": {}, "source": [ "## Agreement check" ] @@ -288,18 +225,13 @@ { "cell_type": "code", "execution_count": null, - "id": "18", + "id": "14", "metadata": {}, "outputs": [], "source": [ "verify.assert_patterns_agree(\n", " [\n", " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", - " (\n", - " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", - " calc_fullprof,\n", - " calc_ed_crysfml_refined,\n", - " ),\n", " ],\n", ")" ] diff --git a/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.py b/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.py index b137edb47..b5414fb00 100644 --- a/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.py +++ b/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.py @@ -121,45 +121,6 @@ candidate_label=LABEL_ED_CRYSPY, ) -# %% [markdown] -# ## edi-crysfml VS FullProf - -# %% -experiment.calculator.type = 'crysfml' - -project.analysis.calculate() -calc_ed_crysfml = experiment.data.intensity_calc -LABEL_ED_CRYSFML = verify.engine_label('crysfml') - -project.display.pattern_comparison( - 'lif', - reference=calc_fullprof, - candidate=calc_ed_crysfml, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML, -) - -# %% [markdown] -# ## Fit edi-crysfml to FullProf - -# %% -experiment.linked_structures['lif'].scale.free = True - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_crysfml_refined = experiment.data.intensity_calc -LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') - -project.display.pattern_comparison( - 'lif', - reference=calc_fullprof, - candidate=calc_ed_crysfml_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML_REFINED, -) - # %% [markdown] # ## Agreement check @@ -167,10 +128,5 @@ verify.assert_patterns_agree( [ (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), - ( - f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', - calc_fullprof, - calc_ed_crysfml_refined, - ), ], ) diff --git a/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.ipynb b/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.ipynb index fdbab0f35..7b07c59c2 100644 --- a/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.ipynb +++ b/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.ipynb @@ -252,71 +252,6 @@ "cell_type": "markdown", "id": "15", "metadata": {}, - "source": [ - "## edi-crysfml VS FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "16", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.calculator.type = 'crysfml'\n", - "\n", - "experiment.linked_structures['lif'].scale = FULLPROF_SCALE\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML = verify.engine_label('crysfml')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'lif',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "17", - "metadata": {}, - "source": [ - "## Fit edi-crysfml to FullProf" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "18", - "metadata": {}, - "outputs": [], - "source": [ - "experiment.linked_structures['lif'].scale.free = True\n", - "\n", - "project.analysis.fit()\n", - "project.display.fit.results()\n", - "\n", - "project.analysis.calculate()\n", - "calc_ed_crysfml_refined = experiment.data.intensity_calc\n", - "LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined')\n", - "\n", - "project.display.pattern_comparison(\n", - " 'lif',\n", - " reference=calc_fullprof,\n", - " candidate=calc_ed_crysfml_refined,\n", - " reference_label=FULLPROF_LABEL,\n", - " candidate_label=LABEL_ED_CRYSFML_REFINED,\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "19", - "metadata": {}, "source": [ "## Agreement check" ] @@ -324,7 +259,7 @@ { "cell_type": "code", "execution_count": null, - "id": "20", + "id": "16", "metadata": {}, "outputs": [], "source": [ @@ -334,11 +269,6 @@ " calc_fullprof,\n", " calc_ed_cryspy_refined,\n", " ),\n", - " (\n", - " f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}',\n", - " calc_fullprof,\n", - " calc_ed_crysfml_refined,\n", - " ),\n", "])" ] } diff --git a/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.py b/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.py index 947650b6f..54e091c32 100644 --- a/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.py +++ b/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.py @@ -143,47 +143,6 @@ candidate_label=LABEL_ED_CRYSPY_REFINED, ) -# %% [markdown] -# ## edi-crysfml VS FullProf - -# %% -experiment.calculator.type = 'crysfml' - -experiment.linked_structures['lif'].scale = FULLPROF_SCALE - -project.analysis.calculate() -calc_ed_crysfml = experiment.data.intensity_calc -LABEL_ED_CRYSFML = verify.engine_label('crysfml') - -project.display.pattern_comparison( - 'lif', - reference=calc_fullprof, - candidate=calc_ed_crysfml, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML, -) - -# %% [markdown] -# ## Fit edi-crysfml to FullProf - -# %% -experiment.linked_structures['lif'].scale.free = True - -project.analysis.fit() -project.display.fit.results() - -project.analysis.calculate() -calc_ed_crysfml_refined = experiment.data.intensity_calc -LABEL_ED_CRYSFML_REFINED = verify.engine_label('crysfml', note='refined') - -project.display.pattern_comparison( - 'lif', - reference=calc_fullprof, - candidate=calc_ed_crysfml_refined, - reference_label=FULLPROF_LABEL, - candidate_label=LABEL_ED_CRYSFML_REFINED, -) - # %% [markdown] # ## Agreement check @@ -194,9 +153,4 @@ calc_fullprof, calc_ed_cryspy_refined, ), - ( - f'{LABEL_ED_CRYSFML_REFINED} vs {FULLPROF_LABEL}', - calc_fullprof, - calc_ed_crysfml_refined, - ), ]) diff --git a/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.ipynb b/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.ipynb index 16a44b1cb..d9b53e2e2 100644 --- a/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.ipynb +++ b/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.ipynb @@ -27,8 +27,7 @@ "# PbSO₄ — powder X-ray CW — round robin\n", "\n", "Verifies the anglesite X-ray round-robin case with the Cu Kα doublet\n", - "and FullProf empirical asymmetry. The page compares cryspy only because\n", - "crysfml does not provide that asymmetry model." + "and FullProf empirical asymmetry." ] }, { @@ -345,9 +344,7 @@ " 'anomalous-dispersion table mismatch in f-prime/f-double-prime, '\n", " 'especially for Pb. The Berar-Baldinozzi asymmetry terms are '\n", " 'refined separately because cryspy and FullProf use different '\n", - " 'conventions. The crysfml calculator is not included because '\n", - " 'CrysFML has no Berar-Baldinozzi empirical asymmetry model in '\n", - " 'the CFL path.'\n", + " 'conventions.'\n", " ),\n", ")" ] diff --git a/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.py b/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.py index cbec4b8b0..597dc6a87 100644 --- a/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.py +++ b/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.py @@ -2,8 +2,7 @@ # # PbSO₄ — powder X-ray CW — round robin # # Verifies the anglesite X-ray round-robin case with the Cu Kα doublet -# and FullProf empirical asymmetry. The page compares cryspy only because -# crysfml does not provide that asymmetry model. +# and FullProf empirical asymmetry. # %% import easydiffraction as edi @@ -222,8 +221,6 @@ 'anomalous-dispersion table mismatch in f-prime/f-double-prime, ' 'especially for Pb. The Berar-Baldinozzi asymmetry terms are ' 'refined separately because cryspy and FullProf use different ' - 'conventions. The crysfml calculator is not included because ' - 'CrysFML has no Berar-Baldinozzi empirical asymmetry model in ' - 'the CFL path.' + 'conventions.' ), ) From 8e91c9c999fa18d4c93094894a9a926373847eca Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Fri, 19 Jun 2026 10:08:58 +0200 Subject: [PATCH 23/64] Update Fe and Tb2Ti2O7 verification examples --- .../pd-neut-tof_fe_pseudo-voigt/fe.dat | 3003 +++++++++++++ .../pd-neut-tof_fe_pseudo-voigt/fe.pcr | 105 + .../pd-neut-tof_fe_pseudo-voigt/fe.sum | 263 ++ .../pd-neut-tof_fe_pseudo-voigt/fe_1.bac | 2998 +++++++++++++ .../pd-neut-tof_fe_pseudo-voigt/fe_1.prf | 3054 ++++++++++++++ .../sc-neut-cwl_tbti_anisotropic-adp/tbti.int | 223 + .../sc-neut-cwl_tbti_anisotropic-adp/tbti.out | 3758 +++++++++++++++++ .../sc-neut-cwl_tbti_anisotropic-adp/tbti.pcr | 59 + .../sc-neut-cwl_tbti_anisotropic-adp/tbti.prf | 222 + .../sc-neut-cwl_tbti_anisotropic-adp/tbti.sum | 101 + .../fullprof/sc-neut-cwl_tbti_basic/tbti.out | 3433 ++------------- .../fullprof/sc-neut-cwl_tbti_basic/tbti.pcr | 31 +- .../fullprof/sc-neut-cwl_tbti_basic/tbti.prf | 442 +- .../fullprof/sc-neut-cwl_tbti_basic/tbti.sum | 80 +- .../tbti.out | 3443 ++------------- .../tbti.pcr | 35 +- .../tbti.prf | 442 +- .../tbti.sum | 82 +- docs/docs/verification/index.md | 25 +- .../pd-neut-tof_Fe_pseudo-voigt.ipynb | 281 ++ .../pd-neut-tof_Fe_pseudo-voigt.py | 152 + ...sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.ipynb | 307 ++ .../sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.py | 171 + .../sc-neut-cwl_Tb2Ti2O7_basic.ipynb | 47 +- .../sc-neut-cwl_Tb2Ti2O7_basic.py | 47 +- ...ut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb | 49 +- ...-neut-cwl_Tb2Ti2O7_isotropic-extinction.py | 49 +- 27 files changed, 15855 insertions(+), 7047 deletions(-) create mode 100644 docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe.dat create mode 100644 docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe.pcr create mode 100644 docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe.sum create mode 100644 docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe_1.bac create mode 100644 docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe_1.prf create mode 100644 docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.int create mode 100644 docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.out create mode 100644 docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.pcr create mode 100644 docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.prf create mode 100644 docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.sum create mode 100644 docs/docs/verification/pd-neut-tof_Fe_pseudo-voigt.ipynb create mode 100644 docs/docs/verification/pd-neut-tof_Fe_pseudo-voigt.py create mode 100644 docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.ipynb create mode 100644 docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.py diff --git a/docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe.dat b/docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe.dat new file mode 100644 index 000000000..48a3cbf50 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe.dat @@ -0,0 +1,3003 @@ +# Duplex in HR for IRF S2 bank +# normalised to "./vanadium_mode6/" +# DIFC = 54902.18695 [µs/Å] L = 153.580 [m] two_theta = 90.00 [deg] +# tof [µs] Y [counts] E [counts] +4.009452341631884337e+04 1.544661548684439370e-03 1.544661548684439370e-03 +4.012637730271166947e+04 0.000000000000000000e+00 0.000000000000000000e+00 +4.015823118910450285e+04 3.914243982536624172e-02 3.914243982536623478e-02 +4.019008507549733622e+04 2.197274204928322539e-01 1.159475805816519989e-01 +4.022193896189016232e+04 1.799581741231551582e-02 1.745496815805451518e-02 +4.025379284828299569e+04 3.901123018361533634e-01 1.993375362436897724e-01 +4.028564673467582179e+04 2.212018009604767993e-02 2.111711131266780922e-02 +4.031750062106865516e+04 1.316363977683599196e-01 9.459547471307208633e-02 +4.034935450746149581e+04 1.043686893063562743e-01 7.528647330347441879e-02 +4.038120839385431464e+04 3.338792306741157900e-01 1.395192151849775908e-01 +4.041306228024715529e+04 3.105240322535232078e-01 1.393933835386072240e-01 +4.044491616663997411e+04 5.546461103854818941e-02 3.943629023119311211e-02 +4.047677005303281476e+04 4.590294226530721167e-01 1.620423693466369330e-01 +4.050862393942564813e+04 2.350168293842377354e-01 1.122004450949280613e-01 +4.054047782581847423e+04 2.484217048264834304e-01 1.064174359309727619e-01 +4.057233171221130760e+04 1.720427388729000029e-01 8.790753133805569164e-02 +4.060418559860413370e+04 2.241198120102106950e-01 1.033691713861661365e-01 +4.063603948499696708e+04 1.906040406498434037e-01 8.197396653849493842e-02 +4.066789337138980773e+04 3.852131124672415474e-01 1.259969062731095268e-01 +4.069974725778262655e+04 2.051252765930526578e-01 1.097562527316530562e-01 +4.073160114417546720e+04 1.802004063609937701e-01 8.005157295098887238e-02 +4.076345503056828602e+04 7.761746158003206553e-01 1.711856472601250012e-01 +4.079530891696112667e+04 5.517319285673271345e+00 4.822307261404816248e-01 +4.082716280335396004e+04 1.743113134267348130e+01 7.807744044242072023e-01 +4.085901668974678614e+04 2.477703485595118948e+01 8.659921428920910325e-01 +4.089087057613961952e+04 1.344402371496159532e+01 5.763271495901214347e-01 +4.092272446253244561e+04 4.494026452712872377e+00 3.147582046203520334e-01 +4.095457834892527899e+04 6.790229341018009235e-01 1.230972299258963482e-01 +4.098643223531811236e+04 1.963938691986379936e-01 7.710451210566099389e-02 +4.101828612171093846e+04 1.928834297344461934e-01 6.243344494055415306e-02 +4.105014000810377183e+04 2.675460582934992559e-01 7.452713295102619817e-02 +4.108199389449659793e+04 1.384209424358802398e-01 4.989621693383461398e-02 +4.111384778088943131e+04 2.085999461285964196e-01 6.848604732106174098e-02 +4.114570166728227196e+04 1.523392624551005992e-01 6.070278828059513798e-02 +4.117755555367509078e+04 1.510619801992635902e-01 5.774540204602732901e-02 +4.120940944006793143e+04 1.353511393276621289e-01 5.345986496286735112e-02 +4.124126332646075025e+04 2.530157052971999110e-01 7.976530387944520684e-02 +4.127311721285359090e+04 2.778101483943689054e-01 7.428145412741503362e-02 +4.130497109924642427e+04 1.567098166810741711e-01 5.521925110896844235e-02 +4.133682498563925037e+04 2.106170243730706715e-01 6.023364263211718195e-02 +4.136867887203208375e+04 9.859411968257193737e-02 3.892854755922288412e-02 +4.140053275842490984e+04 2.167581585532575295e-01 5.881174199685716697e-02 +4.143238664481774322e+04 1.261008984286522694e-01 5.016131514764160526e-02 +4.146424053121056932e+04 1.035950737790835990e-01 3.880233730510707774e-02 +4.149609441760340269e+04 2.129096955737497798e-01 5.534456385084024488e-02 +4.152794830399623606e+04 3.312846806367408248e-01 7.850136081214563466e-02 +4.155980219038906216e+04 2.106956275653702471e-01 5.969762808272719573e-02 +4.159165607678189554e+04 2.074179168509576454e-01 6.293403019157770006e-02 +4.162350996317472891e+04 2.291599301878918526e-01 5.430237380924701068e-02 +4.165536384956755501e+04 1.501688997747009646e-01 4.443298079673792950e-02 +4.168721773596039566e+04 3.162741734367366386e-01 7.127898446989124059e-02 +4.171907162235321448e+04 1.827311951427332548e-01 5.356040336300459115e-02 +4.175092550874605513e+04 2.193767526655444611e-01 5.375315499664387597e-02 +4.178277939513888123e+04 1.812706884951323372e-01 4.872814734977350126e-02 +4.181463328153171460e+04 1.536137761186193718e-01 4.148961862625390185e-02 +4.184648716792454798e+04 1.953817188713832254e-01 6.125623335751419901e-02 +4.187834105431737407e+04 2.535627715107080515e-01 6.155992242535832798e-02 +4.191019494071020745e+04 3.276289169161430426e-01 8.363388957696171744e-02 +4.194204882710303355e+04 2.497578055846330358e-01 5.732942898549053118e-02 +4.197390271349586692e+04 2.389138218979086903e-01 5.821236130740654879e-02 +4.200575659988870029e+04 2.450915107064754461e-01 6.221270429082478154e-02 +4.203761048628152639e+04 2.664701613033198524e-01 5.841707795160212824e-02 +4.206946437267435977e+04 2.625675941539604707e-01 6.739250445900528408e-02 +4.210131825906719314e+04 3.742766077308229411e-01 7.085653208166668715e-02 +4.213317214546001924e+04 3.286699934386498323e-01 8.195966689526154592e-02 +4.216502603185285989e+04 3.269851835696946374e-01 6.538902354518616455e-02 +4.219687991824567871e+04 2.752970123999730623e-01 6.360494118630224958e-02 +4.222873380463851936e+04 1.031093108488837728e+00 1.602916584199243766e-01 +4.226058769103134546e+04 6.216741054737652483e+00 4.015888075702208626e-01 +4.229244157742417883e+04 2.750181269040888665e+01 8.239374017948877249e-01 +4.232429546381701221e+04 5.224261945317709888e+01 1.077474069371189724e+00 +4.235614935020983830e+04 4.914090423429997401e+01 9.869424842228268213e-01 +4.238800323660267168e+04 2.302110401505767712e+01 6.358209865091211110e-01 +4.241985712299550505e+04 4.737220063290580541e+00 2.654131409358218008e-01 +4.245171100938833115e+04 8.960656383584780782e-01 1.101651218759282375e-01 +4.248356489578116452e+04 4.549681363680745938e-01 7.913649667086994355e-02 +4.251541878217399062e+04 3.308111912898038520e-01 6.423041671090390370e-02 +4.254727266856682400e+04 3.030996690489555778e-01 5.793322689666287328e-02 +4.257912655495965737e+04 3.111468214419033651e-01 5.562854238707588828e-02 +4.261098044135248347e+04 2.016883563026071469e-01 5.121310717737659335e-02 +4.264283432774532412e+04 2.481077654688196299e-01 4.861398534080180189e-02 +4.267468821413814294e+04 3.315850010793823244e-01 6.253760433306766731e-02 +4.270654210053098359e+04 2.472816732379719273e-01 4.879253215429551344e-02 +4.273839598692380969e+04 2.426840335464368059e-01 4.933674897208559923e-02 +4.277024987331664306e+04 2.317103842585995777e-01 4.193743799267584532e-02 +4.280210375970947644e+04 2.265243658648946612e-01 4.489952092000074751e-02 +4.283395764610230253e+04 2.175509301485438751e-01 4.317795726039717896e-02 +4.286581153249513591e+04 2.443518615001451233e-01 4.516137643984832750e-02 +4.289766541888796928e+04 2.034304604172196551e-01 4.159480321577871398e-02 +4.292951930528079538e+04 2.483063596062458633e-01 4.526159069471418633e-02 +4.296137319167362875e+04 2.109699890491383845e-01 3.779370357538544556e-02 +4.299322707806645485e+04 2.556454437155725734e-01 5.287134218777433253e-02 +4.302508096445928823e+04 1.768936254400650387e-01 3.713792788166520725e-02 +4.305693485085212160e+04 2.465246627321848460e-01 4.363729417676608102e-02 +4.308878873724494770e+04 2.130667821772981030e-01 3.907995155025254658e-02 +4.312064262363778835e+04 2.100047358715582124e-01 3.483975877944148203e-02 +4.315249651003060717e+04 2.526268244777213345e-01 4.764192484279021478e-02 +4.318435039642344782e+04 1.522740802375115721e-01 3.217303427762492618e-02 +4.321620428281626664e+04 2.050334487126164174e-01 3.808678722639765452e-02 +4.324805816920910729e+04 1.675196513719560687e-01 3.100730292782108433e-02 +4.327991205560194066e+04 1.965566274574372940e-01 3.293675749697518723e-02 +4.331176594199476676e+04 2.218727921503325928e-01 3.850119089196855221e-02 +4.334361982838760014e+04 1.415962456350915999e-01 2.854572625335396324e-02 +4.337547371478042623e+04 1.828774279369070332e-01 3.639049985796131981e-02 +4.340732760117325961e+04 1.992475538774219068e-01 3.560615001887947745e-02 +4.343918148756610026e+04 1.977132559602492456e-01 3.338327766657976647e-02 +4.347103537395891908e+04 2.243074629260385089e-01 3.669837914064338902e-02 +4.350288926035175973e+04 1.715493792605357892e-01 3.160242775878013832e-02 +4.353474314674457855e+04 1.987385691254688336e-01 3.414462282098330165e-02 +4.356659703313741920e+04 1.779909385225764418e-01 3.398648201777247635e-02 +4.359845091953025258e+04 1.743702192274087237e-01 3.057871734428575794e-02 +4.363030480592307867e+04 2.091653602358921338e-01 3.521805403245614752e-02 +4.366215869231591205e+04 1.575612208053850660e-01 2.899520413821422490e-02 +4.369401257870873815e+04 1.827665754261540432e-01 2.886228944686136319e-02 +4.372586646510157152e+04 1.783998716400263529e-01 3.237517462759869485e-02 +4.375772035149440489e+04 2.361340883021214032e-01 3.531688138772674790e-02 +4.378957423788723099e+04 2.017673304353248265e-01 3.419824895260818731e-02 +4.382142812428006437e+04 3.276100289261319465e-01 4.447516614369369237e-02 +4.385328201067289046e+04 1.826111241204186053e-01 3.227975620191184114e-02 +4.388513589706572384e+04 2.215709338521835992e-01 3.373215578157576222e-02 +4.391698978345856449e+04 2.065825303794792955e-01 3.239975863588707983e-02 +4.394884366985138331e+04 2.793942684448328939e-01 4.318165603068380154e-02 +4.398069755624422396e+04 2.293342727527437341e-01 3.584852126799690369e-02 +4.401255144263704278e+04 2.248004607575881664e-01 3.369266763032833373e-02 +4.404440532902988343e+04 2.154336332421895039e-01 3.385823862555172037e-02 +4.407625921542271681e+04 2.054413534943108077e-01 3.236968400421155051e-02 +4.410811310181554290e+04 1.967719864124938545e-01 3.111049739190420091e-02 +4.413996698820837628e+04 2.358406168426880889e-01 3.417594298028792804e-02 +4.417182087460120238e+04 2.127499023059190308e-01 3.276952389349400280e-02 +4.420367476099403575e+04 1.589321724306887451e-01 2.873442457374804360e-02 +4.423552864738686912e+04 2.355731024762294235e-01 3.606896022774645771e-02 +4.426738253377969522e+04 2.285455034478631187e-01 3.412210335049387089e-02 +4.429923642017252860e+04 1.901354719854937703e-01 3.072507611104160000e-02 +4.433109030656535469e+04 2.984013338661873349e-01 3.852388222353311797e-02 +4.436294419295818807e+04 2.777727697916146377e-01 3.704537101575103297e-02 +4.439479807935102872e+04 1.942684971747296041e-01 3.173213918616490936e-02 +4.442665196574384754e+04 2.273199647154022784e-01 3.429374826523397951e-02 +4.445850585213668819e+04 2.185982854070833148e-01 3.175376644482721944e-02 +4.449035973852950701e+04 2.961695637013860849e-01 3.708446016370518100e-02 +4.452221362492234766e+04 2.444559946215422441e-01 3.258727591086384850e-02 +4.455406751131518104e+04 2.217731138292411974e-01 3.162157072669609381e-02 +4.458592139770800713e+04 2.694468010582845574e-01 3.549031693998928871e-02 +4.461777528410084051e+04 3.045853179597529659e-01 3.940275498993622144e-02 +4.464962917049366661e+04 9.981790618430501638e-01 7.585920708058335737e-02 +4.468148305688649998e+04 5.356587296130418174e+00 1.863021344028736315e-01 +4.471333694327933335e+04 1.874143392865093105e+01 3.397751559185052117e-01 +4.474519082967215945e+04 3.309327341837131087e+01 4.357426147850649856e-01 +4.477704471606499283e+04 3.247717186139004042e+01 4.094853915582629122e-01 +4.480889860245781892e+04 1.704365271116957459e+01 2.810166685960459043e-01 +4.484075248885065230e+04 4.615281221395279410e+00 1.357462080878247823e-01 +4.487260637524349295e+04 9.016233831078155347e-01 5.813254949990209752e-02 +4.490446026163631177e+04 3.215650937874695026e-01 3.574868220117648210e-02 +4.493631414802915242e+04 2.629328448062722701e-01 3.238434170495340519e-02 +4.496816803442197124e+04 3.433939657451358651e-01 3.966622163454746469e-02 +4.500002192081481189e+04 2.641141859645069201e-01 3.206493668808282210e-02 +4.503187580720764527e+04 2.940897548662767536e-01 3.433190835100190241e-02 +4.506372969360047136e+04 2.386428005310435863e-01 3.010236861672492895e-02 +4.509558357999330474e+04 1.908631753717978663e-01 2.658894216547546402e-02 +4.512743746638613084e+04 2.437674401295856219e-01 2.965364561985091643e-02 +4.515929135277896421e+04 2.515082538297268022e-01 3.098475872826316618e-02 +4.519114523917179758e+04 2.602211479892316270e-01 3.272415813816829944e-02 +4.522299912556462368e+04 2.688571885799618810e-01 3.019826505287506735e-02 +4.525485301195745706e+04 3.076811150694910291e-01 3.384256076995453139e-02 +4.528670689835028315e+04 2.465621805585994086e-01 2.998752872442513040e-02 +4.531856078474311653e+04 2.373383413877289128e-01 2.915190541854731018e-02 +4.535041467113595718e+04 2.942905094387005538e-01 3.129408592001008127e-02 +4.538226855752877600e+04 3.312314929922952067e-01 3.679156235710458189e-02 +4.541412244392161665e+04 2.756330270833122764e-01 3.084609041177515873e-02 +4.544597633031443547e+04 2.821698723230526284e-01 3.161477276717601648e-02 +4.547783021670727612e+04 2.570859954070650599e-01 2.988766072059392126e-02 +4.550968410310010950e+04 2.778587551435966474e-01 3.105012863689753794e-02 +4.554153798949293559e+04 2.360465932164864389e-01 2.862760208809567164e-02 +4.557339187588576897e+04 2.724976019221380108e-01 3.076505970013579741e-02 +4.560524576227859507e+04 3.571654373115823455e-01 3.335928824426850903e-02 +4.563709964867142844e+04 1.270679170998296525e+00 5.382848900929753516e-02 +4.566895353506426181e+04 4.258949372707399483e+00 9.097022305816838961e-02 +4.570080742145708791e+04 9.583542928086805190e+00 1.292569027786655278e-01 +4.573266130784992129e+04 1.296116796106920077e+01 1.448968341084895528e-01 +4.576451519424274738e+04 9.444618308341121704e+00 1.180572836992352798e-01 +4.579636908063558076e+04 4.266550121758797331e+00 8.428267320716913147e-02 +4.582822296702842141e+04 3.320953284177009301e+00 1.140723268974469656e-01 +4.586007685342124023e+04 1.155591182023139218e+01 2.406645299862367748e-01 +4.589193073981408088e+04 2.819750472056450263e+01 3.694096845327473622e-01 +4.592378462620689970e+04 3.632475112421691676e+01 3.971940015224382226e-01 +4.595563851259974035e+04 2.801231394293096955e+01 3.322991924761852234e-01 +4.598749239899257373e+04 1.123397499262970811e+01 1.962085200054830836e-01 +4.601934628538539982e+04 2.716912304638137599e+00 8.993694759516644710e-02 +4.605120017177823320e+04 5.202791913634333687e-01 3.789554704817545833e-02 +4.608305405817105930e+04 2.977802750920530150e-01 2.980068806103362139e-02 +4.611490794456389267e+04 3.462939750708051712e-01 3.370852233952679328e-02 +4.614676183095672604e+04 2.675781308738116593e-01 2.945629097504492283e-02 +4.617861571734955214e+04 2.005511280262974316e-01 2.491749944118323151e-02 +4.621046960374238552e+04 2.849224916367518179e-01 3.065974531552298488e-02 +4.624232349013521161e+04 2.162882914368766674e-01 2.547684320767070257e-02 +4.627417737652805226e+04 2.884789436001385377e-01 3.035479149061089468e-02 +4.630603126292088564e+04 2.354274958877129731e-01 2.523536261658749363e-02 +4.633788514931371174e+04 2.314693368184068678e-01 2.649967954597536035e-02 +4.636973903570654511e+04 2.176434381658977901e-01 2.477931912386500263e-02 +4.640159292209937121e+04 2.051323766846371299e-01 2.437937971338426796e-02 +4.643344680849220458e+04 2.545833487298700404e-01 2.915747649899091271e-02 +4.646530069488503796e+04 1.885533939991712316e-01 2.282083609242360409e-02 +4.649715458127786405e+04 1.710329714001539991e-01 2.158054919706481681e-02 +4.652900846767069743e+04 2.205789011567113322e-01 2.655510034837211056e-02 +4.656086235406352353e+04 1.746063744374835580e-01 2.121216674732361029e-02 +4.659271624045635690e+04 2.294254857611607856e-01 2.645163882341849959e-02 +4.662457012684919755e+04 2.097914954434694779e-01 2.513182947231823103e-02 +4.665642401324201637e+04 2.255393591093854677e-01 2.686486722090072193e-02 +4.668827789963485702e+04 2.939096771583092349e-01 3.168148770337902292e-02 +4.672013178602767584e+04 2.386465048727761940e-01 2.721197044414942409e-02 +4.675198567242051649e+04 2.011218559587641674e-01 2.381541411515551016e-02 +4.678383955881334259e+04 2.320632641844051491e-01 2.520253267362557517e-02 +4.681569344520617597e+04 2.144249081645273058e-01 2.613714650153000155e-02 +4.684754733159900934e+04 2.241869958111926686e-01 2.669411992394287586e-02 +4.687940121799183544e+04 2.105126746430687201e-01 2.477742087218621700e-02 +4.691125510438466881e+04 1.635838949177357282e-01 2.174035738488148614e-02 +4.694310899077749491e+04 1.843833283276748725e-01 2.390425017146549994e-02 +4.697496287717032828e+04 2.597384930740985198e-01 2.835314102187302260e-02 +4.700681676356316166e+04 1.932092957881172690e-01 2.298150682862921262e-02 +4.703867064995598776e+04 2.478626351216523804e-01 2.749279220017986775e-02 +4.707052453634882113e+04 1.875938822819480101e-01 2.256740380657308240e-02 +4.710237842274165450e+04 2.160031957359986876e-01 2.424898973625611021e-02 +4.713423230913448060e+04 1.887521666597987424e-01 2.465396581178466370e-02 +4.716608619552732125e+04 2.122475526242125765e-01 2.335144834296015715e-02 +4.719794008192014007e+04 2.304772125359072221e-01 2.549528019133015522e-02 +4.722979396831298072e+04 2.191136676971708330e-01 2.516173765528888565e-02 +4.726164785470580682e+04 2.401600258410334088e-01 2.832533053724786351e-02 +4.729350174109864020e+04 2.049140743560624034e-01 2.505951017172698692e-02 +4.732535562749147357e+04 2.098869048046225760e-01 2.394868595315420914e-02 +4.735720951388429967e+04 2.126424122308574471e-01 2.525855332864468047e-02 +4.738906340027713304e+04 2.400712614643096543e-01 2.652177116185825551e-02 +4.742091728666995914e+04 2.173326124346234289e-01 2.545012766070792534e-02 +4.745277117306279251e+04 2.130520473327988940e-01 2.410298897040294777e-02 +4.748462505945562589e+04 2.072101610568252428e-01 2.407933633759626324e-02 +4.751647894584845199e+04 1.923427727478219940e-01 2.218648835592399934e-02 +4.754833283224128536e+04 1.625863330123227535e-01 2.249153909017800185e-02 +4.758018671863411146e+04 2.346101010605550763e-01 2.625274955882243161e-02 +4.761204060502694483e+04 1.486783653508584602e-01 1.960449932868136777e-02 +4.764389449141978548e+04 2.227375249486314435e-01 2.471099499749368142e-02 +4.767574837781260430e+04 1.861110420422089906e-01 2.346399006898184508e-02 +4.770760226420544495e+04 1.833005591668529222e-01 2.159020211251876445e-02 +4.773945615059826378e+04 1.906718650368093848e-01 2.282239899215902229e-02 +4.777131003699110443e+04 2.122926178001492969e-01 2.476409712069163951e-02 +4.780316392338393780e+04 1.915280636339050657e-01 2.344629353135907826e-02 +4.783501780977676390e+04 2.153241115913536730e-01 2.508462098537656698e-02 +4.786687169616959727e+04 2.049407202210515588e-01 2.402827744952657635e-02 +4.789872558256242337e+04 1.970422932928917736e-01 2.353599611017342247e-02 +4.793057946895525674e+04 1.997733642091435169e-01 2.272350962985944869e-02 +4.796243335534809012e+04 2.195252892075136297e-01 2.441316574796233846e-02 +4.799428724174091622e+04 1.835905655381516177e-01 2.193794209439660706e-02 +4.802614112813374959e+04 1.539447307149399147e-01 1.935656906122568480e-02 +4.805799501452657569e+04 1.894570974371604377e-01 2.266711593706861871e-02 +4.808984890091940906e+04 1.681701446300297997e-01 1.976989664122817680e-02 +4.812170278731224971e+04 1.827202928444720265e-01 2.125005843663915067e-02 +4.815355667370506853e+04 1.822905282288028728e-01 2.166357951383151431e-02 +4.818541056009790918e+04 2.059479075898219269e-01 2.373090757064270570e-02 +4.821726444649072801e+04 1.934342812958579627e-01 2.175179793473441814e-02 +4.824911833288356866e+04 2.350489819775580247e-01 2.503399646252763011e-02 +4.828097221927640203e+04 2.222173071922466658e-01 2.494961700172528343e-02 +4.831282610566922813e+04 2.181248589241691627e-01 2.352689170677385241e-02 +4.834467999206206150e+04 1.901018910532734640e-01 2.153451274998350803e-02 +4.837653387845488760e+04 2.184232618627893474e-01 2.371190800097281240e-02 +4.840838776484772097e+04 1.990923604486019016e-01 2.248841131425134351e-02 +4.844024165124055435e+04 2.311482040416007189e-01 2.464405019598368135e-02 +4.847209553763338045e+04 2.536620044023532583e-01 2.604742617875971736e-02 +4.850394942402621382e+04 2.094682114228476610e-01 2.181577383720631133e-02 +4.853580331041903992e+04 2.063430909637871402e-01 2.337654477930071334e-02 +4.856765719681187329e+04 1.747708244104613784e-01 2.085490283834909656e-02 +4.859951108320471394e+04 1.846362033487876919e-01 2.101320068598397720e-02 +4.863136496959753276e+04 2.219840231322084134e-01 2.233569855507145166e-02 +4.866321885599037341e+04 2.174945769383617167e-01 2.283533443876565802e-02 +4.869507274238319224e+04 1.825492190626095135e-01 2.013572197321254406e-02 +4.872692662877603289e+04 1.744212910193729815e-01 2.040339076407499466e-02 +4.875878051516886626e+04 2.221668710898889454e-01 2.320176858846600618e-02 +4.879063440156169236e+04 2.115647794027483430e-01 2.325321611195099725e-02 +4.882248828795452573e+04 2.712144385700455684e-01 2.576134110378140024e-02 +4.885434217434735183e+04 2.455250637900972810e-01 2.538640003956047636e-02 +4.888619606074018520e+04 2.033706966781450021e-01 2.153745357599944413e-02 +4.891804994713301858e+04 2.014702897889465716e-01 2.047562974125053184e-02 +4.894990383352584468e+04 2.071894994306147375e-01 2.205040166261756571e-02 +4.898175771991867805e+04 2.411201120770556094e-01 2.522291481940814803e-02 +4.901361160631150415e+04 2.214239708379514837e-01 2.306765763949311307e-02 +4.904546549270433752e+04 2.286865176836574698e-01 2.333152508572722619e-02 +4.907731937909717817e+04 1.961818890005254667e-01 2.141546320374240753e-02 +4.910917326548999699e+04 2.059434265322701851e-01 2.241753264668445295e-02 +4.914102715188283764e+04 2.453191407588668493e-01 2.372866533792893431e-02 +4.917288103827566374e+04 1.885238959566605810e-01 1.975616200092402200e-02 +4.920473492466849711e+04 2.409547552498105816e-01 2.369243129948964827e-02 +4.923658881106133049e+04 2.156533909997594978e-01 2.283771914096325434e-02 +4.926844269745415659e+04 2.479233958671020477e-01 2.497018101947116181e-02 +4.930029658384698996e+04 2.390435861397204875e-01 2.393719028068493765e-02 +4.933215047023981606e+04 2.750969092378807712e-01 2.527313147920317790e-02 +4.936400435663264943e+04 2.419637002156853067e-01 2.310781094494757798e-02 +4.939585824302549008e+04 2.401043379563642388e-01 2.421584058697617489e-02 +4.942771212941830890e+04 2.596268443413178861e-01 2.483733938360501922e-02 +4.945956601581114955e+04 3.083836396984164785e-01 2.756371430485400967e-02 +4.949141990220396838e+04 2.433280730566173000e-01 2.360761396118599489e-02 +4.952327378859680903e+04 2.820829889115605837e-01 2.556304787014116592e-02 +4.955512767498964240e+04 2.582481292851586119e-01 2.462072553904789962e-02 +4.958698156138246850e+04 2.377249740171970549e-01 2.172960496383611814e-02 +4.961883544777530187e+04 2.460688530077554670e-01 2.463120892944426280e-02 +4.965068933416812797e+04 2.470470363309028861e-01 2.351325685860461423e-02 +4.968254322056096134e+04 2.889521370897015773e-01 2.651964179593685814e-02 +4.971439710695379472e+04 2.949805393917011576e-01 2.622138946049100416e-02 +4.974625099334662082e+04 3.061702529550038299e-01 2.644304153248300954e-02 +4.977810487973945419e+04 3.249702749929880286e-01 2.757419606685226898e-02 +4.980995876613228029e+04 3.479665283369282602e-01 3.005651946854741990e-02 +4.984181265252511366e+04 4.094184172929133947e-01 3.156734114797840607e-02 +4.987366653891795431e+04 3.598475650259855274e-01 2.958029630973389029e-02 +4.990552042531077313e+04 5.692743477853596801e-01 3.381861208639830307e-02 +4.993737431170361378e+04 1.362705072025034658e+00 4.723349469302988435e-02 +4.996922819809643261e+04 4.930201067016048988e+00 9.219679021462855173e-02 +5.000108208448927326e+04 1.527521922481508554e+01 1.842993734662354000e-01 +5.003293597088210663e+04 3.579059799509521866e+01 3.126758808357960051e-01 +5.006478985727493273e+04 5.837704312516589056e+01 4.192757570857876814e-01 +5.009664374366776610e+04 6.602549304071327185e+01 4.550281403002603420e-01 +5.012849763006059220e+04 4.941942174470415949e+01 3.895336314990241466e-01 +5.016035151645342557e+04 2.289787258996469532e+01 2.558108132188742778e-01 +5.019220540284625895e+04 6.875026369342606358e+00 1.327857625844270362e-01 +5.022405928923908505e+04 1.621658016107536238e+00 5.949403219964462947e-02 +5.025591317563191842e+04 5.227225292978200377e-01 3.332557988073643618e-02 +5.028776706202474452e+04 3.346094384621879358e-01 2.808714877232496368e-02 +5.031962094841757789e+04 3.149785974906657016e-01 2.615640079211190711e-02 +5.035147483481041854e+04 3.053771522403163075e-01 2.558407428046850784e-02 +5.038332872120323736e+04 3.182901659313612797e-01 2.626691383991687501e-02 +5.041518260759607801e+04 3.073445290431811583e-01 2.573036417903491746e-02 +5.044703649398889684e+04 2.745773708163011251e-01 2.538333890270805943e-02 +5.047889038038173749e+04 2.790069570638618046e-01 2.397521818602773441e-02 +5.051074426677457086e+04 2.637440698559989638e-01 2.415217392704945010e-02 +5.054259815316739696e+04 2.643979613707142517e-01 2.417301971083870779e-02 +5.057445203956023033e+04 3.488142620858761811e-01 2.883346603591359358e-02 +5.060630592595305643e+04 2.822934705198083538e-01 2.487977573263176409e-02 +5.063815981234588980e+04 2.990260361600335370e-01 2.491952768585397118e-02 +5.067001369873872318e+04 2.872391791884539858e-01 2.540984474574390153e-02 +5.070186758513154928e+04 2.577699444139477380e-01 2.355738076674067719e-02 +5.073372147152438265e+04 2.739301821267630666e-01 2.415730154168107754e-02 +5.076557535791720875e+04 2.446852882755135850e-01 2.178274487270685095e-02 +5.079742924431004212e+04 2.290437105238803950e-01 2.118336842754879948e-02 +5.082928313070288277e+04 2.365227369099149879e-01 2.192427300188780348e-02 +5.086113701709570159e+04 2.643841462423724975e-01 2.335582207706501587e-02 +5.089299090348854224e+04 2.632486051311530018e-01 2.366229208432805292e-02 +5.092484478988136107e+04 2.050081223865879154e-01 1.947388785153069193e-02 +5.095669867627420172e+04 2.082125950519262136e-01 1.991637241934016492e-02 +5.098855256266703509e+04 2.350783387466942875e-01 2.171380794138045439e-02 +5.102040644905986119e+04 2.209063336386399568e-01 2.162009739683063911e-02 +5.105226033545269456e+04 2.457271735281464919e-01 2.298881851898325682e-02 +5.108411422184552066e+04 2.139226556539519097e-01 2.069465528052805495e-02 +5.111596810823835403e+04 2.704378902574399723e-01 2.408189084384458958e-02 +5.114782199463118741e+04 2.384329747702898239e-01 2.194502098967088255e-02 +5.117967588102401351e+04 2.109266523040628505e-01 2.059151128085474208e-02 +5.121152976741684688e+04 2.602049811956819170e-01 2.382693490508872025e-02 +5.124338365380967298e+04 2.082678350257109734e-01 2.022503781092658062e-02 +5.127523754020250635e+04 1.965600886523828084e-01 1.936765287467980684e-02 +5.130709142659534700e+04 2.311546893656594159e-01 2.197016953700459477e-02 +5.133894531298816582e+04 2.128602958790994648e-01 2.131551583065880232e-02 +5.137079919938100647e+04 2.271150475124567303e-01 2.215693606435226171e-02 +5.140265308577382530e+04 2.073420836135556333e-01 2.007640923797586810e-02 +5.143450697216666595e+04 2.255849507711230328e-01 2.072624954866553876e-02 +5.146636085855949204e+04 1.960161698364282501e-01 1.926696637290781222e-02 +5.149821474495232542e+04 2.421101653378197327e-01 2.214481962890950742e-02 +5.153006863134515879e+04 1.894363405243956744e-01 1.948718518307424735e-02 +5.156192251773798489e+04 2.018520152455588190e-01 1.982807473578132931e-02 +5.159377640413081826e+04 2.008071503629741961e-01 1.972796363809416198e-02 +5.162563029052365164e+04 1.990477236581862375e-01 1.925034494006228405e-02 +5.165748417691647774e+04 2.008739733956001750e-01 1.912936578887649772e-02 +5.168933806330931111e+04 1.973062862515894134e-01 1.954717218700569720e-02 +5.172119194970213721e+04 1.971105964076955985e-01 2.005209246313788274e-02 +5.175304583609497058e+04 2.138906280826868567e-01 1.967109974600839833e-02 +5.178489972248780396e+04 1.734398308593796678e-01 1.790195189715340293e-02 +5.181675360888063005e+04 1.946799872877789939e-01 1.881692868886254005e-02 +5.184860749527347070e+04 2.234801876272706767e-01 2.126919337927210552e-02 +5.188046138166628953e+04 2.157005227022919247e-01 2.127594595904008790e-02 +5.191231526805913018e+04 2.020791251909636321e-01 1.964879466266582567e-02 +5.194416915445195627e+04 1.757176976249589240e-01 1.885561498559224641e-02 +5.197602304084478965e+04 1.831836708082328624e-01 1.812773878428109234e-02 +5.200787692723762302e+04 1.888124690745233980e-01 1.917435141799861409e-02 +5.203973081363044912e+04 1.624408417002095595e-01 1.655155968945263428e-02 +5.207158470002328249e+04 1.625592501907602017e-01 1.607768479833848740e-02 +5.210343858641610859e+04 2.089646567008695000e-01 1.945565744699217364e-02 +5.213529247280894197e+04 1.960894262256769327e-01 1.901251323346784053e-02 +5.216714635920178262e+04 1.759527405572927361e-01 1.819560671039604713e-02 +5.219900024559460144e+04 2.032894617581533780e-01 1.962052251486257060e-02 +5.223085413198744209e+04 2.139121112751718179e-01 1.957540101488973103e-02 +5.226270801838026091e+04 1.963414581820252802e-01 1.859767392426478136e-02 +5.229456190477310156e+04 1.970537188666138251e-01 1.934453264749292842e-02 +5.232641579116593493e+04 1.946555873336785480e-01 1.906581636039554259e-02 +5.235826967755876103e+04 2.155275603312959976e-01 2.040117488202537396e-02 +5.239012356395159441e+04 1.156384316891623659e-01 1.484927557933154139e-02 +5.242197745034442050e+04 2.064118078580701177e-01 1.926662764294170826e-02 +5.245383133673725388e+04 2.045368344793434268e-01 1.974826739336085768e-02 +5.248568522313008725e+04 2.078697609927659673e-01 1.883137845986262993e-02 +5.251753910952291335e+04 2.103171291001160181e-01 1.937383531876476703e-02 +5.254939299591574672e+04 1.638678829008751170e-01 1.772916940673297664e-02 +5.258124688230857282e+04 1.760786486335043088e-01 1.753902308388906317e-02 +5.261310076870140620e+04 1.916389218235073910e-01 1.846584678130351251e-02 +5.264495465509424685e+04 1.755483752211656201e-01 1.720366422831893019e-02 +5.267680854148706567e+04 2.461692659581931897e-01 2.105787764325108349e-02 +5.270866242787990632e+04 1.835695749285373435e-01 1.803835797195151372e-02 +5.274051631427272514e+04 1.779932650782482528e-01 1.726874610378602640e-02 +5.277237020066556579e+04 2.125881970848443325e-01 2.042168580466530853e-02 +5.280422408705839916e+04 2.145625605130491997e-01 1.961971879495449933e-02 +5.283607797345122526e+04 1.833031994508081131e-01 1.804670565675296073e-02 +5.286793185984405864e+04 1.924886716839471212e-01 1.822817910264850488e-02 +5.289978574623688473e+04 1.924399629166956283e-01 1.755305443445577887e-02 +5.293163963262971811e+04 1.655999224091265487e-01 1.711465229021488788e-02 +5.296349351902255148e+04 1.669939315253985423e-01 1.688483828078285801e-02 +5.299534740541537758e+04 2.121184127363410221e-01 1.922497021093037134e-02 +5.302720129180821095e+04 1.696477953371392788e-01 1.731526826156569096e-02 +5.305905517820103705e+04 2.040350581693184118e-01 1.913738522427312072e-02 +5.309090906459387043e+04 2.001569761153089155e-01 1.908174280416069513e-02 +5.312276295098671108e+04 1.853607919595308962e-01 1.768904169501652954e-02 +5.315461683737952990e+04 1.967280962316168003e-01 1.901304426842685344e-02 +5.318647072377237055e+04 1.650781444519794361e-01 1.606210995927179544e-02 +5.321832461016518937e+04 1.850302180590781831e-01 1.856128394277560545e-02 +5.325017849655803002e+04 2.039980443134425947e-01 1.867647707486278646e-02 +5.328203238295086339e+04 1.888821887292680135e-01 1.842189728749692515e-02 +5.331388626934368949e+04 1.848632234725491041e-01 1.753787774128385060e-02 +5.334574015573652287e+04 2.101491238569226094e-01 1.971039741277279961e-02 +5.337759404212934896e+04 2.142940187563377730e-01 1.965108464215319789e-02 +5.340944792852218234e+04 1.971321308183976440e-01 1.878522379706886944e-02 +5.344130181491501571e+04 2.156649737165287350e-01 1.944961272345120326e-02 +5.347315570130784181e+04 1.859361137323357616e-01 1.773280082519439887e-02 +5.350500958770067518e+04 1.555021512578333986e-01 1.573000489038666946e-02 +5.353686347409350128e+04 1.791445791951272459e-01 1.748239600668360580e-02 +5.356871736048633466e+04 2.141823609692100894e-01 2.042172028321138921e-02 +5.360057124687917531e+04 1.858616293005837805e-01 1.753515145418225313e-02 +5.363242513327199413e+04 1.795425563694076354e-01 1.734902608953094172e-02 +5.366427901966483478e+04 1.830878655699395841e-01 1.824454272609551606e-02 +5.369613290605765360e+04 2.336334077173886914e-01 2.034109374850686866e-02 +5.372798679245049425e+04 1.769608391631710409e-01 1.700556799607006245e-02 +5.375984067884332762e+04 2.004842740072103890e-01 1.875623359659829223e-02 +5.379169456523615372e+04 1.951278212812632695e-01 1.877808731315369975e-02 +5.382354845162898710e+04 1.865444503402536869e-01 1.913852478511895994e-02 +5.385540233802181319e+04 1.957114594688437736e-01 1.825461966652594178e-02 +5.388725622441464657e+04 2.093238033192066916e-01 1.988669515635003646e-02 +5.391911011080747994e+04 2.240530533788823164e-01 1.960366577199495336e-02 +5.395096399720030604e+04 2.103276619619007526e-01 1.899182060292436622e-02 +5.398281788359313941e+04 1.844064732312186705e-01 1.703789362523163917e-02 +5.401467176998596551e+04 2.037787974697491122e-01 1.817563759723363551e-02 +5.404652565637879889e+04 2.327392561985498765e-01 2.055468448395949416e-02 +5.407837954277163954e+04 1.699591403081941454e-01 1.714539633726233636e-02 +5.411023342916445836e+04 1.819610899488199318e-01 1.786899767674470993e-02 +5.414208731555729901e+04 1.845308414462518976e-01 1.791540991040441178e-02 +5.417394120195011783e+04 2.324154585242829418e-01 2.007680969615987035e-02 +5.420579508834295848e+04 2.115683330894437830e-01 1.879540481586158135e-02 +5.423764897473579185e+04 1.828083948637378719e-01 1.730681252390358846e-02 +5.426950286112861795e+04 2.270031401577887464e-01 1.977410947987369785e-02 +5.430135674752145133e+04 1.781731569561261774e-01 1.634066938679373110e-02 +5.433321063391427742e+04 2.145921295040735810e-01 1.860150757199266827e-02 +5.436506452030711080e+04 1.922795019888712820e-01 1.729213035273236346e-02 +5.439691840669994417e+04 1.958294093447100204e-01 1.775321908321034550e-02 +5.442877229309277027e+04 1.774544702290045961e-01 1.710961233666483117e-02 +5.446062617948560364e+04 2.049581353548979301e-01 1.776731653006134726e-02 +5.449248006587842974e+04 2.083545555618129541e-01 1.803305254399564100e-02 +5.452433395227126312e+04 1.882197960459564279e-01 1.648217208345420862e-02 +5.455618783866410377e+04 2.113392645480249576e-01 1.858726226338459561e-02 +5.458804172505692259e+04 1.772998180511693167e-01 1.599233096675127183e-02 +5.461989561144976324e+04 2.238196023179488681e-01 1.917905605254675849e-02 +5.465174949784258206e+04 2.185574170576654873e-01 1.890739887067966613e-02 +5.468360338423542271e+04 1.805489225318856750e-01 1.661292553779741138e-02 +5.471545727062824881e+04 2.074348782269426761e-01 1.798793327669658687e-02 +5.474731115702108218e+04 2.007017731287216444e-01 1.762625490735536191e-02 +5.477916504341391555e+04 2.012527316388186271e-01 1.797730602601587194e-02 +5.481101892980674165e+04 1.944550670097430489e-01 1.730662099872433413e-02 +5.484287281619957503e+04 2.088827049038994854e-01 1.785675691589182559e-02 +5.487472670259240840e+04 2.162762513783265117e-01 1.831773650120417304e-02 +5.490658058898523450e+04 1.929138864667293007e-01 1.695207338908474859e-02 +5.493843447537806060e+04 2.344747730543098041e-01 1.951117779998265758e-02 +5.497028836177089397e+04 2.196911800262509318e-01 1.852923444197212763e-02 +5.500214224816373462e+04 2.245846213878872344e-01 1.852894003960820629e-02 +5.503399613455656799e+04 2.095760186183472928e-01 1.775852052661213917e-02 +5.506585002094939409e+04 2.155014866434393772e-01 1.843263765648397653e-02 +5.509770390734221291e+04 2.613247210036729884e-01 2.022273479957149844e-02 +5.512955779373505356e+04 2.175740765776712216e-01 1.865802947289667973e-02 +5.516141168012788694e+04 2.158325894799074107e-01 1.821186715128398498e-02 +5.519326556652072031e+04 2.053710799542614318e-01 1.763217747500050656e-02 +5.522511945291354641e+04 2.263436911678766983e-01 1.922405125037256537e-02 +5.525697333930637251e+04 2.261416072384793696e-01 1.879596268681898649e-02 +5.528882722569920588e+04 2.461927803285683947e-01 1.977958350689547340e-02 +5.532068111209203926e+04 2.060402953667742065e-01 1.703076006899250511e-02 +5.535253499848487991e+04 2.454187221293986365e-01 1.989095642831141889e-02 +5.538438888487769873e+04 2.439350928528133122e-01 1.939374186744463602e-02 +5.541624277127052483e+04 2.517261618265027034e-01 2.078931750024957253e-02 +5.544809665766335820e+04 2.457941421814327787e-01 1.931631533246462931e-02 +5.547995054405619885e+04 2.523051464715836967e-01 2.025491041363027683e-02 +5.551180443044903222e+04 2.481738893214888442e-01 1.903478619848856385e-02 +5.554365831684185832e+04 2.470082474739333234e-01 1.986870019380446856e-02 +5.557551220323467714e+04 3.017042783540918593e-01 2.140776072571821953e-02 +5.560736608962751779e+04 2.762798156001884387e-01 2.084467133815376405e-02 +5.563921997602035117e+04 2.536721032252867158e-01 1.983853144767667304e-02 +5.567107386241318454e+04 3.089453757470209116e-01 2.179163024347743199e-02 +5.570292774880601064e+04 3.115354410027124654e-01 2.191504703122598360e-02 +5.573478163519883674e+04 2.856258852802050496e-01 2.030006283035961506e-02 +5.576663552159167011e+04 3.035424416701797967e-01 2.149957160218894658e-02 +5.579848940798450349e+04 3.038111339309579884e-01 2.092892818025022389e-02 +5.583034329437734414e+04 4.133350967456206337e-01 2.529050487277811204e-02 +5.586219718077016296e+04 1.064911717529966939e+00 4.324815501477082685e-02 +5.589405106716298906e+04 3.667460885138252635e+00 8.155039283380735582e-02 +5.592590495355582243e+04 1.086146356400151980e+01 1.386134807918570078e-01 +5.595775883994866308e+04 2.462206994550578187e+01 2.048486768624244725e-01 +5.598961272634149645e+04 3.952327119047433257e+01 2.534739510824189357e-01 +5.602146661273432255e+04 4.498347082132517727e+01 2.641391928995119320e-01 +5.605332049912714137e+04 3.593597000325154767e+01 2.301002997124933502e-01 +5.608517438551998202e+04 1.931151491427224443e+01 1.641676705173632234e-01 +5.611702827191281540e+04 7.230188792474606885e+00 9.789256081945663102e-02 +5.614888215830564877e+04 2.217874339196259204e+00 5.371633304951779764e-02 +5.618073604469847487e+04 7.344504228269086443e-01 3.094444469312549947e-02 +5.621258993109130097e+04 3.725181256247114270e-01 2.369985609890413319e-02 +5.624444381748413434e+04 3.180751019645052247e-01 2.152521097665660230e-02 +5.627629770387696772e+04 2.838084345127128150e-01 1.985143595708931813e-02 +5.630815159026980837e+04 3.322862172288082450e-01 2.227842720490910353e-02 +5.634000547666262719e+04 3.285862837354000532e-01 2.209079772730706756e-02 +5.637185936305545329e+04 2.818078139079726041e-01 2.037484515373762239e-02 +5.640371324944828666e+04 2.796743656060389216e-01 2.006512928870885643e-02 +5.643556713584112731e+04 3.024429199283316660e-01 2.187078752129036768e-02 +5.646742102223396068e+04 2.925473836229465774e-01 2.143471556276178164e-02 +5.649927490862678678e+04 2.441598477317282190e-01 1.933626332926305716e-02 +5.653112879501960560e+04 2.808644332498913543e-01 2.036871193809599093e-02 +5.656298268141244625e+04 2.978789902702269066e-01 2.211250241528210994e-02 +5.659483656780527963e+04 2.406856321054216263e-01 1.900361781150868012e-02 +5.662669045419811300e+04 2.927573803065463554e-01 2.109449236695953855e-02 +5.665854434059093910e+04 3.003699313534410886e-01 2.145273503191718820e-02 +5.669039822698376520e+04 2.860797605374305608e-01 2.137622159575403372e-02 +5.672225211337659857e+04 2.765863395671721570e-01 2.041217728480825347e-02 +5.675410599976943195e+04 2.440731777562094029e-01 1.940288405127657545e-02 +5.678595988616227260e+04 2.778822454407300357e-01 2.039088434458724217e-02 +5.681781377255509142e+04 2.265202904950331386e-01 1.795556348005308486e-02 +5.684966765894791752e+04 2.513912744117955955e-01 1.933789634859962858e-02 +5.688152154534075089e+04 2.768433324097158699e-01 2.092170514031229181e-02 +5.691337543173359154e+04 2.679186407902812150e-01 2.028482909743171275e-02 +5.694522931812642491e+04 2.705209395305849807e-01 2.080082601247857862e-02 +5.697708320451925101e+04 2.617965344021817575e-01 1.902273620018867656e-02 +5.700893709091206983e+04 3.071218687380327106e-01 2.193434816162340845e-02 +5.704079097730491048e+04 2.704898756117906644e-01 1.988237675794823217e-02 +5.707264486369774386e+04 2.760682231885648874e-01 2.097879560225139953e-02 +5.710449875009057723e+04 2.691665216495108259e-01 1.941972633459102676e-02 +5.713635263648340333e+04 2.703733473793893394e-01 2.050421614336042295e-02 +5.716820652287622943e+04 3.073615359365161059e-01 2.241310944947415978e-02 +5.720006040926906280e+04 2.882452908334280917e-01 2.007792232886783379e-02 +5.723191429566189618e+04 2.790603249335797398e-01 1.998527149307289738e-02 +5.726376818205473683e+04 2.692866248550334074e-01 2.007941556574228958e-02 +5.729562206844755565e+04 2.794377435952927202e-01 2.068015202061938146e-02 +5.732747595484038175e+04 2.514655076690118785e-01 1.863294309629423551e-02 +5.735932984123321512e+04 3.052002390081753891e-01 2.208118305868948458e-02 +5.739118372762605577e+04 2.928595338775908941e-01 2.056691339125124932e-02 +5.742303761401888914e+04 2.881243110227086346e-01 2.097494603233857405e-02 +5.745489150041171524e+04 3.227518621530753307e-01 2.268575407252475945e-02 +5.748674538680453406e+04 2.888055504967988463e-01 1.993742463377887533e-02 +5.751859927319737471e+04 2.832759543314012363e-01 1.971604606957466990e-02 +5.755045315959020809e+04 3.270917097991733469e-01 2.269939344189873809e-02 +5.758230704598304874e+04 3.581889007728913388e-01 2.262353670272300096e-02 +5.761416093237586756e+04 5.513054174036156052e-01 2.683809415870298115e-02 +5.764601481876869366e+04 1.404797442059313894e+00 4.229255803981032957e-02 +5.767786870516152703e+04 4.415538973483822183e+00 7.272981286866010697e-02 +5.770972259155436768e+04 1.158403031708427022e+01 1.143938456604687431e-01 +5.774157647794720106e+04 2.211029647340942361e+01 1.542203790947138109e-01 +5.777343036434002715e+04 3.109023064657134228e+01 1.786307369234489961e-01 +5.780528425073284598e+04 3.127672630059686298e+01 1.744394580643967574e-01 +5.783713813712568663e+04 2.213377928423021501e+01 1.431724293799468417e-01 +5.786899202351852000e+04 1.117779286017655060e+01 9.989603317321232856e-02 +5.790084590991135337e+04 4.063890255998128254e+00 5.960208682390205626e-02 +5.793269979630417947e+04 1.307315926159707820e+00 3.582544593773211855e-02 +5.796455368269700557e+04 5.097373117808970955e-01 2.418601645357111238e-02 +5.799640756908983894e+04 3.677194177607234771e-01 2.345362985122627364e-02 +5.802826145548267232e+04 3.101269242819204575e-01 2.087000984239744186e-02 +5.806011534187551297e+04 3.223828326341304784e-01 2.209548223756978638e-02 +5.809196922826833179e+04 2.632164621471340671e-01 2.042297038968249323e-02 +5.812382311466115789e+04 2.770887222211456113e-01 2.078880532819571414e-02 +5.815567700105399126e+04 3.254940663615483731e-01 2.194733547925133837e-02 +5.818753088744683191e+04 3.150301129953396728e-01 2.148836810970167557e-02 +5.821938477383966529e+04 2.840394913472035210e-01 2.072478302858836441e-02 +5.825123866023249138e+04 2.982548978448533172e-01 2.082899713909282247e-02 +5.828309254662531021e+04 2.709005487736452222e-01 2.040614101333492608e-02 +5.831494643301815086e+04 2.502419672369785575e-01 1.900412812993769809e-02 +5.834680031941098423e+04 2.820347700368548982e-01 2.120401647303074219e-02 +5.837865420580381760e+04 2.819209785294676807e-01 2.033179097505526459e-02 +5.841050809219664370e+04 2.580960958761771007e-01 1.951765693449952765e-02 +5.844236197858946980e+04 3.185207985129739905e-01 2.301682673911722293e-02 +5.847421586498230317e+04 3.234459613620958018e-01 2.332194713267756597e-02 +5.850606975137513655e+04 2.548489473797787563e-01 2.007264617668132883e-02 +5.853792363776797720e+04 2.945474801460287728e-01 2.121595122805525202e-02 +5.856977752416079602e+04 2.849381344668887039e-01 2.153528925548212763e-02 +5.860163141055362212e+04 3.012714853034296203e-01 2.296951263133678242e-02 +5.863348529694645549e+04 2.890437729765123476e-01 2.133936032805026917e-02 +5.866533918333929614e+04 2.759263294513645270e-01 2.132333683405626679e-02 +5.869719306973212952e+04 3.061455216612581354e-01 2.335517338241902344e-02 +5.872904695612495561e+04 2.909495643113853003e-01 2.324193791844438375e-02 +5.876090084251777444e+04 2.904834894104902365e-01 2.271316705000354236e-02 +5.879275472891061509e+04 2.967867961237155572e-01 2.179231763851527046e-02 +5.882460861530344846e+04 3.105046210693941378e-01 2.309574560164784698e-02 +5.885646250169628183e+04 3.384552041495660912e-01 2.564483357401069891e-02 +5.888831638808910793e+04 2.753154532256117948e-01 2.160410610278875113e-02 +5.892017027448193403e+04 3.174768181324145733e-01 2.275871746118694403e-02 +5.895202416087476740e+04 2.785065871973067542e-01 2.284264826427909179e-02 +5.898387804726760078e+04 2.706193969332666427e-01 2.173989264480648276e-02 +5.901573193366044143e+04 2.795279888112242039e-01 2.125107459931158821e-02 +5.904758582005326025e+04 2.832890180665504354e-01 2.199643839720691330e-02 +5.907943970644608635e+04 3.114119830580312498e-01 2.416614795969449295e-02 +5.911129359283891972e+04 2.926253677649421903e-01 2.326846072214396738e-02 +5.914314747923176037e+04 3.475459864153649936e-01 2.536476482873287197e-02 +5.917500136562459375e+04 3.447979660535038238e-01 2.476474608613345868e-02 +5.920685525201741984e+04 3.242950725027243242e-01 2.433477289747402669e-02 +5.923870913841023867e+04 2.961328740172448071e-01 2.259738006545875671e-02 +5.927056302480307932e+04 3.196256265020205878e-01 2.412414658441844675e-02 +5.930241691119591269e+04 2.968684203761510765e-01 2.254312336038396744e-02 +5.933427079758874606e+04 3.615920889651781933e-01 2.691456665271197563e-02 +5.936612468398157216e+04 3.220820561069276944e-01 2.405893524018985763e-02 +5.939797857037439826e+04 3.373914130701961001e-01 2.455702053281148128e-02 +5.942983245676723163e+04 3.218361578321823346e-01 2.477416648179315770e-02 +5.946168634316006501e+04 3.527180130151791326e-01 2.634814103990261794e-02 +5.949354022955290566e+04 3.357962237809462014e-01 2.554315808849539488e-02 +5.952539411594572448e+04 3.603914144205149772e-01 2.693434824780180370e-02 +5.955724800233855058e+04 3.460908345130197517e-01 2.536057064544797179e-02 +5.958910188873138395e+04 3.422844625158592002e-01 2.617157853401946149e-02 +5.962095577512422460e+04 3.709191253608807859e-01 2.611046612460906843e-02 +5.965280966151705798e+04 3.824817871491734689e-01 2.746631342853307969e-02 +5.968466354790988407e+04 3.760557888452449871e-01 2.756474510335025010e-02 +5.971651743430270290e+04 3.901386924269576451e-01 2.795969510200329092e-02 +5.974837132069554355e+04 3.735835983840875008e-01 2.832013398008354638e-02 +5.978022520708837692e+04 3.936964977323025860e-01 2.898426469445931561e-02 +5.981207909348121029e+04 4.366467187548800366e-01 2.968565911535917673e-02 +5.984393297987403639e+04 3.883268846494623006e-01 2.747976172238280473e-02 +5.987578686626686249e+04 3.982768305171778822e-01 2.712628982036977346e-02 +5.990764075265969586e+04 4.428457274187916903e-01 3.049890320813634578e-02 +5.993949463905252924e+04 4.333842041121670485e-01 2.928021227531332413e-02 +5.997134852544536989e+04 3.719041971484731146e-01 2.687297147077527537e-02 +6.000320241183818871e+04 4.236077983898411392e-01 2.995948914393212550e-02 +6.003505629823101481e+04 4.705120579571877015e-01 3.128890909510886886e-02 +6.006691018462384818e+04 4.723537087193126482e-01 3.114450002445403806e-02 +6.009876407101668883e+04 4.560675693193081415e-01 3.141422257052737393e-02 +6.013061795740952221e+04 5.611055374536471074e-01 3.748350776881161778e-02 +6.016247184380234830e+04 8.345041097447118972e-01 4.801537058943346897e-02 +6.019432573019516713e+04 2.137430139225498849e+00 8.483784495067438203e-02 +6.022617961658800778e+04 7.256038011935975973e+00 1.612407286069844625e-01 +6.025803350298084115e+04 2.155032917486251165e+01 2.751720707116227516e-01 +6.028988738937367452e+04 5.038367970828886655e+01 4.108293285169479780e-01 +6.032174127576650062e+04 9.000058788252280806e+01 5.381335793371491150e-01 +6.035359516215932672e+04 1.165670454529764015e+02 5.979661206088006109e-01 +6.038544904855216009e+04 1.117387848926597513e+02 5.725060892721044459e-01 +6.041730293494500074e+04 7.738160091204899516e+01 4.650830673853038610e-01 +6.044915682133783412e+04 3.856861993124107357e+01 3.208354520926902653e-01 +6.048101070773066022e+04 1.467892835290299303e+01 1.954967448740501379e-01 +6.051286459412347904e+04 4.384774580162381419e+00 1.038402743359678332e-01 +6.054471848051631969e+04 1.420943354380922452e+00 5.683968898061138308e-02 +6.057657236690915306e+04 6.855580153280338429e-01 3.824964236286273328e-02 +6.060842625330198643e+04 4.772953808308748047e-01 3.191293099702312980e-02 +6.064028013969481253e+04 4.489688950896822406e-01 3.081108138571652527e-02 +6.067213402608763863e+04 3.881709256948513986e-01 2.837669287965368867e-02 +6.070398791248047200e+04 4.131520451422766027e-01 2.957974628832107239e-02 +6.073584179887330538e+04 3.892925315405579845e-01 2.904005783082220377e-02 +6.076769568526614603e+04 4.413992310942003727e-01 3.071720503306846553e-02 +6.079954957165896485e+04 3.901174014663094103e-01 2.847882996212801679e-02 +6.083140345805179095e+04 4.399310343090980235e-01 3.064351703071415203e-02 +6.086325734444462432e+04 3.873855353802633239e-01 2.768194583541594075e-02 +6.089511123083746497e+04 4.055099890196767753e-01 2.839624478342709160e-02 +6.092696511723029835e+04 3.910652330966591927e-01 2.840985952387111227e-02 +6.095881900362312444e+04 3.797428656999906060e-01 2.861477635861381721e-02 +6.099067289001594327e+04 3.896561833184220558e-01 2.800762917137982963e-02 +6.102252677640878392e+04 3.978582593292495084e-01 2.824206194230226286e-02 +6.105438066280161729e+04 3.727300437661821286e-01 2.690915507003016280e-02 +6.108623454919445066e+04 3.134349015019355922e-01 2.376698235372171411e-02 +6.111808843558727676e+04 3.367141083281804392e-01 2.533598080931388080e-02 +6.114994232198010286e+04 3.808792663681411783e-01 2.790887970906630322e-02 +6.118179620837293623e+04 3.031421822359768314e-01 2.455896692969090217e-02 +6.121365009476576961e+04 3.565588921142661127e-01 2.618167605522816327e-02 +6.124550398115861026e+04 3.762364689124806927e-01 2.789486982261557904e-02 +6.127735786755142908e+04 3.443791495837028593e-01 2.553218708453548411e-02 +6.130921175394425518e+04 3.251362811694326060e-01 2.518724076910911283e-02 +6.134106564033708855e+04 3.634643092605421288e-01 2.708633259184152833e-02 +6.137291952672992920e+04 3.115010883613620329e-01 2.312968414847448029e-02 +6.140477341312276258e+04 3.435664658331517574e-01 2.703843679225163832e-02 +6.143662729951558867e+04 3.399055303094803415e-01 2.558767399337259774e-02 +6.146848118590840750e+04 3.205412665795600025e-01 2.478506542212919814e-02 +6.150033507230124815e+04 3.494989304804768659e-01 2.572057318219735794e-02 +6.153218895869408152e+04 3.206390986283464417e-01 2.519391015842837103e-02 +6.156404284508691489e+04 2.966249740972936588e-01 2.362371795300670721e-02 +6.159589673147974099e+04 2.899321736892774282e-01 2.289350008121585067e-02 +6.162775061787256709e+04 3.436334239145211744e-01 2.613784288128130281e-02 +6.165960450426540046e+04 3.051152330916288569e-01 2.378048440578382772e-02 +6.169145839065823384e+04 3.149782024264999869e-01 2.441367297449677232e-02 +6.172331227705107449e+04 3.259248237064447662e-01 2.518837419464813737e-02 +6.175516616344389331e+04 2.898270960962019416e-01 2.338555112182701470e-02 +6.178702004983671941e+04 3.092474714633235422e-01 2.439440466281338551e-02 +6.181887393622955278e+04 3.287574639536008925e-01 2.471265157596521864e-02 +6.185072782262239343e+04 3.155252551715735376e-01 2.513075274262832962e-02 +6.188258170901522681e+04 3.364587883312647465e-01 2.593986924005491079e-02 +6.191443559540805290e+04 2.858883607328096543e-01 2.220773373622741617e-02 +6.194628948180087173e+04 2.917699457509052574e-01 2.301554388492458095e-02 +6.197814336819371238e+04 3.065101086698329147e-01 2.283934530977773519e-02 +6.200999725458654575e+04 3.135996659847489210e-01 2.472925974992104883e-02 +6.204185114097937912e+04 2.892379815779142493e-01 2.275621298598572151e-02 +6.207370502737220522e+04 2.957266802753283352e-01 2.299925241677709328e-02 +6.210555891376503132e+04 3.099274359674028534e-01 2.300896786341790484e-02 +6.213741280015786469e+04 3.078313833000899113e-01 2.440547056328221109e-02 +6.216926668655069807e+04 2.881806969972072752e-01 2.383804509279846551e-02 +6.220112057294353872e+04 3.227916083424053340e-01 2.449166262825373461e-02 +6.223297445933635754e+04 2.716246460327017553e-01 2.217710624252229243e-02 +6.226482834572918364e+04 3.181883120111572705e-01 2.487451914199743583e-02 +6.229668223212201701e+04 3.185270880283243011e-01 2.541210440143912980e-02 +6.232853611851485766e+04 3.280368793369501379e-01 2.497914168104494945e-02 +6.236039000490769104e+04 2.920998930978802033e-01 2.335098337993129353e-02 +6.239224389130051713e+04 2.821126279995502806e-01 2.441979356257421158e-02 +6.242409777769333596e+04 3.093611604800933779e-01 2.391553913759977834e-02 +6.245595166408617661e+04 2.929663269969987605e-01 2.423591745910980491e-02 +6.248780555047900998e+04 2.860193083207393516e-01 2.428241081976801122e-02 +6.251965943687184335e+04 2.822851673409543793e-01 2.352268087252477186e-02 +6.255151332326466945e+04 3.123820051803131714e-01 2.466511118263939317e-02 +6.258336720965749555e+04 3.152852968979711901e-01 2.462389016101053027e-02 +6.261522109605032892e+04 3.173815246533333023e-01 2.455521390122529166e-02 +6.264707498244316230e+04 3.320867629606695792e-01 2.637045512449862072e-02 +6.267892886883600295e+04 2.796424992430841527e-01 2.390516097271904936e-02 +6.271078275522882177e+04 3.351897670279091468e-01 2.573443888053920936e-02 +6.274263664162164787e+04 2.907980205238210880e-01 2.287036049661172674e-02 +6.277449052801448124e+04 3.500059715197917920e-01 2.691559465699569845e-02 +6.280634441440732189e+04 2.841072370479396092e-01 2.259170918875168937e-02 +6.283819830080015527e+04 3.110831747078232623e-01 2.442693066560101475e-02 +6.287005218719296681e+04 2.691273391527182479e-01 2.342186744786934824e-02 +6.290190607358580019e+04 2.973586304245032230e-01 2.423731447320792015e-02 +6.293375995997864084e+04 3.043485497636984616e-01 2.454489348851366867e-02 +6.296561384637147421e+04 3.124900909627981171e-01 2.522258466334771632e-02 +6.299746773276430758e+04 3.419763471791344989e-01 2.579939123944502768e-02 +6.302932161915711913e+04 3.176979978636932933e-01 2.438907159993956505e-02 +6.306117550554995978e+04 3.165315627349926664e-01 2.399560368540963953e-02 +6.309302939194279315e+04 3.262528723205947445e-01 2.669446581382459854e-02 +6.312488327833562653e+04 3.139756564565767127e-01 2.450666961089754958e-02 +6.315673716472846718e+04 3.250977775672581060e-01 2.405612090480355528e-02 +6.318859105112127872e+04 3.326121529241358732e-01 2.532344574587452532e-02 +6.322044493751411210e+04 3.449376912870460998e-01 2.730696041791240772e-02 +6.325229882390695275e+04 2.876920846763020845e-01 2.207403818341843391e-02 +6.328415271029978612e+04 3.597143241404458514e-01 2.886700088180452553e-02 +6.331600659669261950e+04 3.404735549076423062e-01 2.560531684877103559e-02 +6.334786048308543104e+04 2.922529444178125213e-01 2.285208250549468356e-02 +6.337971436947827169e+04 3.304395413665408010e-01 2.562908343353625593e-02 +6.341156825587110507e+04 3.798816979787817405e-01 2.749911874687925584e-02 +6.344342214226393844e+04 3.361759439694952944e-01 2.536021473065355053e-02 +6.347527602865677909e+04 3.387010420907554664e-01 2.530936671489955950e-02 +6.350712991504959064e+04 3.248498701398450650e-01 2.517546977043323697e-02 +6.353898380144242401e+04 3.326297054659985708e-01 2.598944367275946715e-02 +6.357083768783525738e+04 3.757589214731927307e-01 2.708641679084799678e-02 +6.360269157422809803e+04 3.460358495733553696e-01 2.539301496945549005e-02 +6.363454546062093141e+04 3.766673768400273237e-01 2.753200309643708682e-02 +6.366639934701374295e+04 3.746055208518550561e-01 2.668100961486515738e-02 +6.369825323340657633e+04 3.415829736718625775e-01 2.439262581084373008e-02 +6.373010711979941698e+04 3.608411758214694065e-01 2.644343567995350447e-02 +6.376196100619225035e+04 4.111250890570966043e-01 2.919830353045032093e-02 +6.379381489258508373e+04 3.619677894416522546e-01 2.744432038407164723e-02 +6.382566877897789527e+04 3.975460866978152707e-01 2.827881434725582760e-02 +6.385752266537073592e+04 3.502007846375429501e-01 2.685637781671812788e-02 +6.388937655176356930e+04 3.586607094162585496e-01 2.655049563788051958e-02 +6.392123043815640267e+04 3.480802816798255206e-01 2.650953204283565748e-02 +6.395308432454924332e+04 4.162181670674863776e-01 2.918706106939511144e-02 +6.398493821094205487e+04 4.018734789071462532e-01 2.869645759004724878e-02 +6.401679209733488824e+04 4.435260197093802703e-01 3.079424989017213316e-02 +6.404864598372772161e+04 4.296810792670538448e-01 2.920446709798351845e-02 +6.408049987012056226e+04 4.162061602194220278e-01 2.909881493227373453e-02 +6.411235375651338109e+04 4.319546155678473665e-01 3.041768104672318979e-02 +6.414420764290620718e+04 4.323076420977095546e-01 3.010875401516633840e-02 +6.417606152929904056e+04 4.815592790309147220e-01 3.124549420669736274e-02 +6.420791541569188121e+04 4.448755428388770361e-01 2.951506190033357721e-02 +6.423976930208471458e+04 4.558941711297269106e-01 3.069533663106687252e-02 +6.427162318847754068e+04 4.762269107299926807e-01 3.029711021738107357e-02 +6.430347707487035950e+04 4.754737864369751876e-01 3.163151116323936057e-02 +6.433533096126320015e+04 5.235504116806304342e-01 3.432405353100628775e-02 +6.436718484765603353e+04 5.680360757048661391e-01 3.501660780203912082e-02 +6.439903873404886690e+04 5.420285720536996976e-01 3.433056117406105279e-02 +6.443089262044169300e+04 6.329186456320053944e-01 3.806949629639707483e-02 +6.446274650683451910e+04 9.160518746855763617e-01 5.123791496566797860e-02 +6.449460039322735247e+04 2.649898600003085747e+00 9.497449079318517895e-02 +6.452645427962018584e+04 7.839147609813554851e+00 1.698840813821642093e-01 +6.455830816601302649e+04 2.357130648435875386e+01 2.940914343516915497e-01 +6.459016205240584532e+04 5.471535298682667303e+01 4.361073381645535485e-01 +6.462201593879867141e+04 1.031807981867330284e+02 5.863569762585000289e-01 +6.465386982519150479e+04 1.475375976202861352e+02 6.870604599948697544e-01 +6.468572371158434544e+04 1.594446390228438020e+02 6.985535024180001828e-01 +6.471757759797717881e+04 1.332380704611093165e+02 6.242635564431423534e-01 +6.474943148437000491e+04 8.327650550356585768e+01 4.832941203572189148e-01 +6.478128537076282373e+04 3.920135474091802763e+01 3.260306546383787141e-01 +6.481313925715566438e+04 1.436184746194588158e+01 1.939562724968659502e-01 +6.484499314354849776e+04 4.646729606541693869e+00 1.067538782253613650e-01 +6.487684702994133113e+04 1.679597271181800577e+00 6.428241483012361868e-02 +6.490870091633415723e+04 8.227778889100241244e-01 4.213251271848887647e-02 +6.494055480272698333e+04 6.104079845160664819e-01 3.629212688501715078e-02 +6.497240868911981670e+04 5.986946606228872314e-01 3.664535359687478427e-02 +6.500426257551265007e+04 5.781946558746603460e-01 3.604485787295385463e-02 +6.503611646190549072e+04 5.393744926515475768e-01 3.413484846311688747e-02 +6.506797034829830955e+04 5.517982158103007517e-01 3.463826914940398155e-02 +6.509982423469113564e+04 4.958496939083972821e-01 3.218755538048446996e-02 +6.513167812108396902e+04 5.176745976175548547e-01 3.308418344372424796e-02 +6.516353200747680967e+04 4.805395445128048393e-01 3.172278741890249831e-02 +6.519538589386964304e+04 5.050021924818840491e-01 3.249141391566034293e-02 +6.522723978026246914e+04 4.623121193771537185e-01 3.084015486715162638e-02 +6.525909366665528796e+04 4.065005367549160975e-01 2.813385371080183439e-02 +6.529094755304812861e+04 4.234273764943072282e-01 2.960644046295034942e-02 +6.532280143944096199e+04 4.320222652616737546e-01 2.956361356219482095e-02 +6.535465532583379536e+04 4.381716692655381884e-01 2.944001360775548928e-02 +6.538650921222662146e+04 3.977715116516446492e-01 2.924615062210635802e-02 +6.541836309861944756e+04 4.450675276823426452e-01 2.996044068447178618e-02 +6.545021698501228093e+04 3.810055999953841921e-01 2.666727218763376844e-02 +6.548207087140511430e+04 3.606660797437787336e-01 2.733083032181066185e-02 +6.551392475779795495e+04 3.728222838519082427e-01 2.659292195151058413e-02 +6.554577864419078105e+04 3.854346669575121620e-01 2.772103060419816786e-02 +6.557763253058360715e+04 3.890644628637074942e-01 2.745887535383972206e-02 +6.560948641697643325e+04 4.023723500733502045e-01 2.777754977947884119e-02 +6.564134030336927390e+04 3.728394694619913685e-01 2.705244008889687996e-02 +6.567319418976211455e+04 3.569066974482170695e-01 2.645612818268081382e-02 +6.570504807615492609e+04 3.699245087714524982e-01 2.745916054988165392e-02 +6.573690196254775219e+04 3.870762716522133662e-01 2.827475267731177980e-02 +6.576875584894059284e+04 3.670011593363886049e-01 2.726487560513928682e-02 +6.580060973533343349e+04 3.594561787108420670e-01 2.728769344211591855e-02 +6.583246362172625959e+04 3.176316305689489417e-01 2.342764811588606347e-02 +6.586431750811908569e+04 3.047799799205855309e-01 2.364781578254845570e-02 +6.589617139451191179e+04 3.125304066427232463e-01 2.345839241274839254e-02 +6.592802528090475244e+04 3.636718840985053713e-01 2.704706635497118247e-02 +6.595987916729757853e+04 2.758176697134304689e-01 2.126933441133044278e-02 +6.599173305369041918e+04 2.663419619248631465e-01 2.021431542882366067e-02 +6.602358694008324528e+04 3.615557276167170597e-01 2.549767599532372364e-02 +6.605544082647607138e+04 3.365360892029981565e-01 2.558876120488971784e-02 +6.608729471286889748e+04 3.772470467018751994e-01 2.799317457789165381e-02 +6.611914859926173813e+04 2.953286115128370692e-01 2.382822064449564153e-02 +6.615100248565457878e+04 2.989986749501698515e-01 2.222405742417135621e-02 +6.618285637204739032e+04 2.878244962283067476e-01 2.237777291991632431e-02 +6.621471025844021642e+04 3.195596661479398470e-01 2.371402021165234728e-02 +6.624656414483305707e+04 3.150303795217665459e-01 2.395625698764626207e-02 +6.627841803122589772e+04 3.360196949261774479e-01 2.611754076303313479e-02 +6.631027191761872382e+04 3.223430997451636748e-01 2.389024846971684810e-02 +6.634212580401154992e+04 3.034267756895895340e-01 2.302709902780355339e-02 +6.637397969040437602e+04 2.937031420130098436e-01 2.270543961849254277e-02 +6.640583357679721666e+04 3.059252194146165893e-01 2.357552266792869999e-02 +6.643768746319004276e+04 2.877617809862095255e-01 2.276820090913966171e-02 +6.646954134958288341e+04 2.578341550965132511e-01 2.067427208330605698e-02 +6.650139523597570951e+04 3.266937028788481356e-01 2.453446230854917920e-02 +6.653324912236853561e+04 2.823875504285064952e-01 2.113777411497575962e-02 +6.656510300876136171e+04 2.718610604702670908e-01 2.104026982959216266e-02 +6.659695689515420236e+04 3.219589768375904493e-01 2.427014776998655601e-02 +6.662881078154704301e+04 2.704025498045823372e-01 2.113377187581011799e-02 +6.666066466793985455e+04 3.061311976981543892e-01 2.336979151937862084e-02 +6.669251855433268065e+04 3.169604527108516034e-01 2.451699735780291795e-02 +6.672437244072552130e+04 2.918205476030251155e-01 2.280262940733795290e-02 +6.675622632711836195e+04 2.962119780493267518e-01 2.359017706046041829e-02 +6.678808021351118805e+04 2.743676678699763505e-01 2.134797323079877865e-02 +6.681993409990401415e+04 2.687633522828361543e-01 2.098620306368230437e-02 +6.685178798629684024e+04 3.209106780311954954e-01 2.267527110031708829e-02 +6.688364187268968089e+04 2.859815078285370404e-01 2.172586582804562905e-02 +6.691549575908250699e+04 2.953692484531504348e-01 2.145328551653953933e-02 +6.694734964547534764e+04 2.811287260290825651e-01 2.135014310893434270e-02 +6.697920353186817374e+04 2.276448693990335559e-01 1.806716216071785688e-02 +6.701105741826099984e+04 2.584668358701891488e-01 1.979171718801952043e-02 +6.704291130465382594e+04 2.570949329561876828e-01 2.022408731525314821e-02 +6.707476519104666659e+04 2.700509135741175903e-01 2.057348067803800931e-02 +6.710661907743950724e+04 2.661444401724978870e-01 2.110613585151222341e-02 +6.713847296383231878e+04 3.111407196777344342e-01 2.376961083458440510e-02 +6.717032685022514488e+04 2.938129228004620619e-01 2.192800549519146464e-02 +6.720218073661798553e+04 2.673841143838873724e-01 2.032954535346957053e-02 +6.723403462301082618e+04 2.499251413143833145e-01 1.956811372670956908e-02 +6.726588850940365228e+04 2.481806941858220317e-01 1.895683014165212149e-02 +6.729774239579647838e+04 2.536235290215244631e-01 2.007988201073006990e-02 +6.732959628218930447e+04 2.635909074965688270e-01 2.046159830429936793e-02 +6.736145016858214512e+04 2.678536526645047267e-01 1.986342588781241439e-02 +6.739330405497497122e+04 2.815662590302168700e-01 2.097329791011021127e-02 +6.742515794136781187e+04 2.253950224741478048e-01 1.804866940941255923e-02 +6.745701182776063797e+04 2.685648699990632604e-01 1.997808630847190681e-02 +6.748886571415346407e+04 2.563681607442537258e-01 2.018948412646384347e-02 +6.752071960054629017e+04 2.487305577429023973e-01 1.809689435513949299e-02 +6.755257348693913082e+04 2.341547247059136971e-01 1.988683261156041701e-02 +6.758442737333197147e+04 2.484150294594687225e-01 1.880662104065559601e-02 +6.761628125972479756e+04 2.955586383790597127e-01 2.154683068760146480e-02 +6.764813514611760911e+04 2.297521283788647173e-01 1.867029889390979178e-02 +6.767998903251044976e+04 2.874611263377737091e-01 2.139298485395796715e-02 +6.771184291890329041e+04 2.558680078629446131e-01 1.969241027416934742e-02 +6.774369680529611651e+04 2.572365729514299315e-01 1.937845205938819315e-02 +6.777555069168894261e+04 2.319993160440295410e-01 1.823882735301240315e-02 +6.780740457808176870e+04 2.702524915403891614e-01 1.914410129595345289e-02 +6.783925846447460935e+04 2.340591691272053965e-01 1.784991332375767889e-02 +6.787111235086743545e+04 2.493706594171970492e-01 1.853290965107981872e-02 +6.790296623726027610e+04 2.475271742877978021e-01 1.880347626129535640e-02 +6.793482012365310220e+04 2.911338872419544366e-01 2.090476164934157097e-02 +6.796667401004592830e+04 2.620527592776888404e-01 1.928475404946663682e-02 +6.799852789643875440e+04 2.650184700050038367e-01 1.868030160913152979e-02 +6.803038178283159505e+04 2.570938543325551606e-01 1.908494887981987756e-02 +6.806223566922443570e+04 2.254174751552369127e-01 1.745932072106212013e-02 +6.809408955561726179e+04 2.496820784308363961e-01 1.813247576845958969e-02 +6.812594344201007334e+04 2.272955825992451773e-01 1.749714659694879410e-02 +6.815779732840291399e+04 2.322453910451107995e-01 1.853540532380346800e-02 +6.818965121479575464e+04 2.463072791479551660e-01 1.941655248919980578e-02 +6.822150510118858074e+04 2.600125611842787898e-01 1.916316669749003679e-02 +6.825335898758140684e+04 2.472954228729870585e-01 1.865481211033440459e-02 +6.828521287397423293e+04 2.358687283286577396e-01 1.834508811122090993e-02 +6.831706676036707358e+04 2.618818305974330296e-01 1.928538840032848270e-02 +6.834892064675989968e+04 2.635462506650419479e-01 1.817949037364682482e-02 +6.838077453315274033e+04 2.812750890242188828e-01 2.063204695050819409e-02 +6.841262841954556643e+04 2.269568560445165140e-01 1.725040140806172531e-02 +6.844448230593839253e+04 2.586580660859759684e-01 1.877662867322248477e-02 +6.847633619233121863e+04 2.375031560179818868e-01 1.748854458928263134e-02 +6.850819007872405928e+04 2.686923687383871995e-01 1.911726306789255161e-02 +6.854004396511689993e+04 2.696874055594917219e-01 1.868050921881237239e-02 +6.857189785150972602e+04 2.708750942962220853e-01 1.875756330460423213e-02 +6.860375173790253757e+04 2.636873063271181206e-01 1.848821878422337098e-02 +6.863560562429537822e+04 2.955428195225111576e-01 2.025801155573026674e-02 +6.866745951068821887e+04 2.479858669364684021e-01 1.738371053408041544e-02 +6.869931339708104497e+04 2.795363257375111932e-01 2.035614341058378934e-02 +6.873116728347387107e+04 2.708378771531897433e-01 1.864365742467006051e-02 +6.876302116986669716e+04 2.637057684277489544e-01 1.926042208813117870e-02 +6.879487505625953781e+04 2.584436451539796065e-01 1.862447003830439499e-02 +6.882672894265236391e+04 2.754784159329257132e-01 1.892752932091025173e-02 +6.885858282904520456e+04 2.505415130010718583e-01 1.753403275549002965e-02 +6.889043671543803066e+04 2.384975476463288280e-01 1.740110099363691848e-02 +6.892229060183085676e+04 2.485503110091995260e-01 1.788188655458875995e-02 +6.895414448822368286e+04 2.652920426959545774e-01 1.829651765144295339e-02 +6.898599837461652351e+04 2.639353443555416678e-01 1.888987034758249015e-02 +6.901785226100936416e+04 2.977686645221234163e-01 1.985997310627011028e-02 +6.904970614740219025e+04 3.003418781616498667e-01 2.093977159050005796e-02 +6.908156003379500180e+04 2.541855376115049192e-01 1.798881649515891162e-02 +6.911341392018784245e+04 2.579451776556394016e-01 1.832524979122671441e-02 +6.914526780658068310e+04 2.790915754925416548e-01 1.958658444301287355e-02 +6.917712169297350920e+04 2.259349367755688898e-01 1.731680685934981756e-02 +6.920897557936632074e+04 2.724919386588389170e-01 1.850620018846669407e-02 +6.924082946575916139e+04 2.666498701165466167e-01 1.836380734502035192e-02 +6.927268335215200204e+04 3.071573857804245078e-01 2.030136026512515540e-02 +6.930453723854482814e+04 2.477570708685264411e-01 1.749022811332848898e-02 +6.933639112493766879e+04 2.870788571994731808e-01 1.931005178094533092e-02 +6.936824501133048034e+04 2.640768063359813511e-01 1.827123307121245044e-02 +6.940009889772332099e+04 2.788679159222846593e-01 1.799418092508763695e-02 +6.943195278411614709e+04 3.203473924424061758e-01 2.103600824759458213e-02 +6.946380667050898774e+04 3.245795388269218096e-01 2.054533855862312325e-02 +6.949566055690182839e+04 2.801532417255267471e-01 1.895617954126556370e-02 +6.952751444329463993e+04 2.975578323099830058e-01 1.975536215546479929e-02 +6.955936832968746603e+04 3.001004843596209448e-01 1.933501930822964857e-02 +6.959122221608030668e+04 2.924980483216247373e-01 1.949372160100738133e-02 +6.962307610247314733e+04 2.989395925755032879e-01 1.859325422769131722e-02 +6.965492998886597343e+04 3.070399193388599901e-01 1.844051055875960479e-02 +6.968678387525878497e+04 3.123842283292382338e-01 1.967678593620323865e-02 +6.971863776165162562e+04 2.869863438738294859e-01 1.854652061437509977e-02 +6.975049164804446627e+04 3.163224370866613011e-01 1.910009100115503747e-02 +6.978234553443729237e+04 3.251779099445287757e-01 2.001459614051430413e-02 +6.981419942083013302e+04 3.250594227074455889e-01 2.046241226182897097e-02 +6.984605330722294457e+04 3.359574951243757823e-01 2.022031671271512510e-02 +6.987790719361578522e+04 2.764928127514845735e-01 1.812160878080434218e-02 +6.990976108000861132e+04 3.237710707126335574e-01 1.936028091314511215e-02 +6.994161496640145197e+04 3.249564816142825885e-01 1.993524621231368768e-02 +6.997346885279429262e+04 3.176770691789032042e-01 1.886541744272837370e-02 +7.000532273918710416e+04 3.237948189407915400e-01 1.925862043641505400e-02 +7.003717662557993026e+04 3.206402249242873426e-01 1.968059747419371314e-02 +7.006903051197277091e+04 3.544638142999584907e-01 2.107771881734735175e-02 +7.010088439836561156e+04 3.290385081647663190e-01 2.013287108252889701e-02 +7.013273828475843766e+04 3.280712049514339368e-01 2.001275897814546595e-02 +7.016459217115124920e+04 3.438705506057787020e-01 2.011364637949337661e-02 +7.019644605754408985e+04 3.445494268074069111e-01 1.986652349270329188e-02 +7.022829994393693050e+04 3.172979699825291822e-01 1.854357094290988092e-02 +7.026015383032975660e+04 3.541854565958331147e-01 1.992737026119583907e-02 +7.029200771672259725e+04 3.554399112333113675e-01 1.998795133268447058e-02 +7.032386160311540880e+04 3.607747316184491404e-01 2.054586144672739673e-02 +7.035571548950824945e+04 3.813285775813888834e-01 2.167490482832177406e-02 +7.038756937590109010e+04 4.040817472977420999e-01 2.262505609767876541e-02 +7.041942326229391620e+04 3.804874687887971896e-01 2.106175467589995950e-02 +7.045127714868675685e+04 3.938250822185658251e-01 2.165529833684344888e-02 +7.048313103507956839e+04 4.275665636759821697e-01 2.274637368135440374e-02 +7.051498492147240904e+04 5.057098837438270822e-01 2.522600497429889829e-02 +7.054683880786523514e+04 8.307751038234092444e-01 3.451361549601388717e-02 +7.057869269425807579e+04 1.844496292336402332e+00 5.496490154795681538e-02 +7.061054658065091644e+04 5.038170638387633460e+00 9.212515363629954213e-02 +7.064240046704372799e+04 1.374568276889023188e+01 1.526699725647202854e-01 +7.067425435343655408e+04 3.198011855641317069e+01 2.286942766453228804e-01 +7.070610823982939473e+04 5.994121813225778084e+01 3.077470940962354073e-01 +7.073796212622223538e+04 8.937475198912152052e+01 3.684256450311200193e-01 +7.076981601261506148e+04 1.062197008741916022e+02 3.925221741867526704e-01 +7.080166989900787303e+04 1.014616068712506092e+02 3.746004094740638113e-01 +7.083352378540071368e+04 7.574340478725734727e+01 3.159825211331052097e-01 +7.086537767179355433e+04 4.483126795313458501e+01 2.375975071650536508e-01 +7.089723155818638043e+04 2.067984379008080609e+01 1.579683279060710988e-01 +7.092908544457922108e+04 8.135796202966922408e+00 9.670137880556385623e-02 +7.096093933097203262e+04 2.902096130244998573e+00 5.722506830955004231e-02 +7.099279321736487327e+04 1.143531145196211796e+00 3.558095184895902763e-02 +7.102464710375769937e+04 5.813780888172842554e-01 2.529549082700457280e-02 +7.105650099015054002e+04 4.619220363516657324e-01 2.329811990887886361e-02 +7.108835487654338067e+04 4.124278226087862986e-01 2.199613633807657662e-02 +7.112020876293619222e+04 3.625673577896945665e-01 1.993932731612262435e-02 +7.115206264932901831e+04 3.750858651726255433e-01 2.074717229585703454e-02 +7.118391653572185896e+04 3.924112817292256250e-01 2.101118004745111678e-02 +7.121577042211469961e+04 3.586675216258333188e-01 1.992067318896485403e-02 +7.124762430850752571e+04 3.769227989781043786e-01 2.059889605000908216e-02 +7.127947819490033726e+04 3.572885808404552277e-01 1.998014852570419164e-02 +7.131133208129317791e+04 3.426626900871495573e-01 1.901435674174487694e-02 +7.134318596768601856e+04 3.457585121356507307e-01 1.954760104717154223e-02 +7.137503985407884466e+04 3.416179693405742013e-01 2.011237900213272770e-02 +7.140689374047168531e+04 3.608965986448205987e-01 2.025801578090345723e-02 +7.143874762686449685e+04 3.428497055749278322e-01 1.938527159492637805e-02 +7.147060151325733750e+04 3.341920038345623789e-01 1.935844923613826499e-02 +7.150245539965016360e+04 3.031832425503893091e-01 1.875360244295147180e-02 +7.153430928604300425e+04 3.753734526939587757e-01 2.083448141128348835e-02 +7.156616317243584490e+04 2.979993780217617405e-01 1.803315737830839260e-02 +7.159801705882865645e+04 3.224736714034476259e-01 1.905031132439393218e-02 +7.162987094522148254e+04 3.050219722641949183e-01 1.825597213686667997e-02 +7.166172483161432319e+04 3.265498284071330914e-01 1.953226867559901270e-02 +7.169357871800716384e+04 3.005421905347859801e-01 1.819537234916866753e-02 +7.172543260439998994e+04 3.176347005395705470e-01 1.853410559695968865e-02 +7.175728649079280149e+04 2.926121893182023204e-01 1.856886990622099581e-02 +7.178914037718564214e+04 3.353193936498088945e-01 1.922545740322873994e-02 +7.182099426357848279e+04 3.066409654020152420e-01 1.836461953971865388e-02 +7.185284814997130889e+04 2.954454846116314481e-01 1.824806688323956858e-02 +7.188470203636414954e+04 2.828277990907375194e-01 1.705874807037814633e-02 +7.191655592275696108e+04 3.035722531005864977e-01 1.880284303217135897e-02 +7.194840980914980173e+04 2.806905236026656647e-01 1.782103677365697025e-02 +7.198026369554262783e+04 2.926283806640980756e-01 1.763067558145918132e-02 +7.201211758193546848e+04 2.860027236142795859e-01 1.756811928831686007e-02 +7.204397146832830913e+04 2.688567029233033256e-01 1.716690550089824963e-02 +7.207582535472112068e+04 2.678608810463118939e-01 1.658058566275102605e-02 +7.210767924111394677e+04 2.765905018083809064e-01 1.677662346433404783e-02 +7.213953312750678742e+04 2.820205707429165876e-01 1.791335601025295654e-02 +7.217138701389962807e+04 2.455405997697939768e-01 1.641290809826544822e-02 +7.220324090029245417e+04 3.032533477548474687e-01 1.837387591195655326e-02 +7.223509478668526572e+04 2.452980152486249898e-01 1.574445324801388574e-02 +7.226694867307810637e+04 2.384573936936425220e-01 1.547556836380809160e-02 +7.229880255947094702e+04 2.770826107469892552e-01 1.761788645598060324e-02 +7.233065644586377311e+04 2.421997578497654124e-01 1.590807816686065981e-02 +7.236251033225661376e+04 2.636045840573204013e-01 1.652724054555556807e-02 +7.239436421864942531e+04 2.424958855962645876e-01 1.607908084194629994e-02 +7.242621810504226596e+04 2.696948212322871630e-01 1.709544913384005577e-02 +7.245807199143509206e+04 2.307029535587329372e-01 1.519509911217599256e-02 +7.248992587782793271e+04 2.470329342905936976e-01 1.631226505823725123e-02 +7.252177976422077336e+04 2.517722382269633186e-01 1.686585072216599882e-02 +7.255363365061358490e+04 2.341934583634318612e-01 1.607175452177569269e-02 +7.258548753700641100e+04 2.283499083031569898e-01 1.605227157048443390e-02 +7.261734142339925165e+04 2.323180668192549314e-01 1.552407765260919656e-02 +7.264919530979209230e+04 2.231224748433096594e-01 1.560712216201666329e-02 +7.268104919618491840e+04 2.437448504590381260e-01 1.594138792555949841e-02 +7.271290308257772995e+04 2.256305595579524981e-01 1.571992473788286562e-02 +7.274475696897057060e+04 2.451881039972169385e-01 1.618396813572034812e-02 +7.277661085536341125e+04 2.567635168369781229e-01 1.685243341422587929e-02 +7.280846474175623734e+04 2.519841561465368529e-01 1.656396141306989978e-02 +7.284031862814907799e+04 2.522744273143511240e-01 1.630956962178388078e-02 +7.287217251454188954e+04 2.463278427462547437e-01 1.658278948062433950e-02 +7.290402640093473019e+04 2.372233680440075931e-01 1.552746310982737118e-02 +7.293588028732755629e+04 2.097393921479069889e-01 1.519268824981928959e-02 +7.296773417372039694e+04 2.603678972021267746e-01 1.684610333035083465e-02 +7.299958806011323759e+04 2.543942075531733238e-01 1.616186396221960461e-02 +7.303144194650604913e+04 2.489215608268406654e-01 1.641922757806326544e-02 +7.306329583289887523e+04 2.193421474875275057e-01 1.482484497176825462e-02 +7.309514971929171588e+04 2.328946233328070825e-01 1.641012997012850777e-02 +7.312700360568455653e+04 2.191357103489634528e-01 1.473953552560291168e-02 +7.315885749207738263e+04 2.398404540124586537e-01 1.580613201652191629e-02 +7.319071137847019418e+04 2.018866381859543147e-01 1.418774985183833895e-02 +7.322256526486303483e+04 2.080955817783153305e-01 1.449954863831037777e-02 +7.325441915125587548e+04 2.740922036095625458e-01 1.787807287872378997e-02 +7.328627303764870157e+04 2.336454447619236430e-01 1.527662217141979167e-02 +7.331812692404154222e+04 2.163492812071662885e-01 1.468644592253276308e-02 +7.334998081043435377e+04 2.164429492056128279e-01 1.487583020374125611e-02 +7.338183469682719442e+04 2.279049471186349596e-01 1.487067424875257102e-02 +7.341368858322002052e+04 1.765417396322919441e-01 1.375338003717628023e-02 +7.344554246961286117e+04 2.282891528945328874e-01 1.562266449182336120e-02 +7.347739635600570182e+04 2.415240100121606170e-01 1.595662668906129220e-02 +7.350925024239851336e+04 2.027247765253472056e-01 1.391025242975741164e-02 +7.354110412879133946e+04 2.355280890972186458e-01 1.550286103735567730e-02 +7.357295801518418011e+04 2.198497741030035479e-01 1.514864769845856302e-02 +7.360481190157702076e+04 2.176208032696922423e-01 1.471558257651408262e-02 +7.363666578796984686e+04 2.017868593284266321e-01 1.413711550857176327e-02 +7.366851967436265841e+04 2.132925453612265487e-01 1.502773352433398393e-02 +7.370037356075549906e+04 2.167073754812089692e-01 1.523778851089757289e-02 +7.373222744714833971e+04 2.005223295599545263e-01 1.423706792772614325e-02 +7.376408133354116580e+04 2.132247024542208713e-01 1.425834453669028341e-02 +7.379593521993400645e+04 2.044558615173436289e-01 1.537892782640971727e-02 +7.382778910632681800e+04 2.068622788088309850e-01 1.421707777759474885e-02 +7.385964299271965865e+04 2.277691840924209454e-01 1.550941255717058764e-02 +7.389149687911248475e+04 2.066325004461250503e-01 1.445622444334849696e-02 +7.392335076550532540e+04 1.994129905773618372e-01 1.374977438628324257e-02 +7.395520465189816605e+04 1.988451303032472417e-01 1.382011269829467280e-02 +7.398705853829097759e+04 1.842590750727921278e-01 1.383816116571708922e-02 +7.401891242468380369e+04 2.345325465325375780e-01 1.569527334150860182e-02 +7.405076631107664434e+04 2.085341935034638328e-01 1.456573522919041817e-02 +7.408262019746948499e+04 2.176803168689985246e-01 1.463392886622796700e-02 +7.411447408386231109e+04 2.138207235963183184e-01 1.496131144544931429e-02 +7.414632797025512264e+04 2.230818698291419655e-01 1.468934003787327955e-02 +7.417818185664796329e+04 2.191453889813112510e-01 1.511003572197103934e-02 +7.421003574304080394e+04 1.978381322037418844e-01 1.398636890557779580e-02 +7.424188962943363003e+04 1.850518696658125239e-01 1.326655900150680752e-02 +7.427374351582647068e+04 1.870100674788887918e-01 1.336539217429502484e-02 +7.430559740221928223e+04 2.027167623494481596e-01 1.430589341197449973e-02 +7.433745128861212288e+04 2.231942288859771195e-01 1.586716933763574963e-02 +7.436930517500494898e+04 2.104034430226504326e-01 1.462793271530375867e-02 +7.440115906139778963e+04 2.372740109073546988e-01 1.596827170082473421e-02 +7.443301294779063028e+04 2.491646360925513504e-01 1.625205163407431389e-02 +7.446486683418344182e+04 2.104020473029388216e-01 1.460112195372083137e-02 +7.449672072057626792e+04 2.121514084302323633e-01 1.491708394274710026e-02 +7.452857460696910857e+04 2.108721936433237132e-01 1.415191066278953871e-02 +7.456042849336194922e+04 2.057060800619416041e-01 1.376840099785369385e-02 +7.459228237975477532e+04 1.887918061794684188e-01 1.343792857797117789e-02 +7.462413626614758687e+04 2.285021905150620980e-01 1.506004395851437937e-02 +7.465599015254042752e+04 2.290273734762625912e-01 1.550496819563915683e-02 +7.468784403893326817e+04 2.205332494850169855e-01 1.547473500252956845e-02 +7.471969792532609426e+04 2.015837743839828389e-01 1.422438743246146921e-02 +7.475155181171893491e+04 2.434876950601757017e-01 1.596050358438485389e-02 +7.478340569811174646e+04 2.524685453568192295e-01 1.617019091821167084e-02 +7.481525958450458711e+04 2.147364214832011564e-01 1.459795833701411569e-02 +7.484711347089741321e+04 2.080801974506954199e-01 1.434537978538528470e-02 +7.487896735729025386e+04 1.813449401236022218e-01 1.293074123043771832e-02 +7.491082124368309451e+04 2.217237489160795716e-01 1.482626192846230040e-02 +7.494267513007590605e+04 2.119036448634978864e-01 1.439030025010186280e-02 +7.497452901646873215e+04 2.061824092670401787e-01 1.446417060190693764e-02 +7.500638290286157280e+04 1.944514110087663672e-01 1.398328089524030100e-02 +7.503823678925441345e+04 2.117765837050759881e-01 1.460582512050413728e-02 +7.507009067564723955e+04 1.921812575912837939e-01 1.366023559740559522e-02 +7.510194456204005110e+04 2.098321220514968444e-01 1.449353562612040562e-02 +7.513379844843289175e+04 2.032208941853533846e-01 1.433744240891441854e-02 +7.516565233482573240e+04 2.442943793673340025e-01 1.588243110131839012e-02 +7.519750622121855849e+04 2.114983751774062171e-01 1.440835079124986630e-02 +7.522936010761139914e+04 2.043012878301776747e-01 1.431673158593108237e-02 +7.526121399400421069e+04 2.273805578330219401e-01 1.512314131734832610e-02 +7.529306788039705134e+04 2.187988533973018457e-01 1.427120830471577395e-02 +7.532492176678987744e+04 2.143531552649953487e-01 1.467278439550295972e-02 +7.535677565318271809e+04 2.218226100488846775e-01 1.505810686631816123e-02 +7.538862953957555874e+04 2.312974511585200454e-01 1.524694586301112743e-02 +7.542048342596837028e+04 2.052140813794071372e-01 1.400599259344469626e-02 +7.545233731236119638e+04 2.081364876711547240e-01 1.407381560666091415e-02 +7.548419119875403703e+04 1.967733742305902422e-01 1.343966336196971562e-02 +7.551604508514687768e+04 2.310669437902140300e-01 1.493454195107729414e-02 +7.554789897153970378e+04 2.040222255130290652e-01 1.335169186122182709e-02 +7.557975285793251533e+04 1.991590693268450452e-01 1.321263494374198474e-02 +7.561160674432535598e+04 1.695921006231326800e-01 1.226406577930518223e-02 +7.564346063071819663e+04 1.820111018100031564e-01 1.293467737426157692e-02 +7.567531451711102272e+04 1.901189024549826689e-01 1.305780844237315261e-02 +7.570716840350386337e+04 2.229423504301426828e-01 1.417038557957008699e-02 +7.573902228989667492e+04 2.097330697553647927e-01 1.416848737418501328e-02 +7.577087617628951557e+04 1.864691878881906129e-01 1.272073333458941836e-02 +7.580273006268234167e+04 2.162189184730788361e-01 1.407698320273421434e-02 +7.583458394907518232e+04 2.026761122820749661e-01 1.361813451151892840e-02 +7.586643783546802297e+04 2.085239603140038311e-01 1.456913316907926595e-02 +7.589829172186083451e+04 2.035838594025724535e-01 1.446147453364579442e-02 +7.593014560825366061e+04 1.883510906541021879e-01 1.349448936373378975e-02 +7.596199949464650126e+04 2.026577309758929024e-01 1.382343326551710959e-02 +7.599385338103934191e+04 2.039840520099051036e-01 1.340448862102231083e-02 +7.602570726743218256e+04 2.203549821456267377e-01 1.406175906550662276e-02 +7.605756115382499411e+04 1.953580965072974074e-01 1.311311271837969743e-02 +7.608941504021782021e+04 2.172500602097695022e-01 1.375723273160950159e-02 +7.612126892661066086e+04 2.126035068683410911e-01 1.392484875672134019e-02 +7.615312281300350151e+04 2.083129625962400200e-01 1.375229578558239373e-02 +7.618497669939632760e+04 2.066542955472936705e-01 1.333164828837782485e-02 +7.621683058578913915e+04 1.975813453020380528e-01 1.333049843400135534e-02 +7.624868447218197980e+04 1.849724577981237128e-01 1.315755585319228205e-02 +7.628053835857482045e+04 2.051247662633190749e-01 1.333928182643672605e-02 +7.631239224496764655e+04 1.975673810343794579e-01 1.341866955700931306e-02 +7.634424613136047265e+04 2.074784860023274058e-01 1.372650709919448660e-02 +7.637610001775329874e+04 1.877579003940482438e-01 1.260299938555502208e-02 +7.640795390414613939e+04 1.925943504314142907e-01 1.273508762893756259e-02 +7.643980779053896549e+04 2.259537766385865398e-01 1.427871301341823371e-02 +7.647166167693180614e+04 2.095414953621130560e-01 1.375826297426629465e-02 +7.650351556332463224e+04 1.922946378019680380e-01 1.260303230576625098e-02 +7.653536944971745834e+04 1.936673404514014929e-01 1.299727304049387230e-02 +7.656722333611028444e+04 2.006454944621903769e-01 1.335518174771673817e-02 +7.659907722250312509e+04 2.142468523779679224e-01 1.357897682707257317e-02 +7.663093110889596574e+04 1.932578362559665974e-01 1.276220428977620919e-02 +7.666278499528877728e+04 2.152034833309950101e-01 1.355784884832622952e-02 +7.669463888168160338e+04 1.983816192814624735e-01 1.298483858238783963e-02 +7.672649276807444403e+04 2.071461499481636326e-01 1.317069267836912423e-02 +7.675834665446728468e+04 2.140390016072662438e-01 1.386197388609282377e-02 +7.679020054086011078e+04 2.219690695149203752e-01 1.434947666995502191e-02 +7.682205442725293688e+04 1.922048786061882342e-01 1.267794269706612638e-02 +7.685390831364576297e+04 2.266450650028260239e-01 1.415155830355246426e-02 +7.688576220003860362e+04 2.041163498506323171e-01 1.347816782882052360e-02 +7.691761608643142972e+04 2.372069983050100472e-01 1.436536594817805663e-02 +7.694946997282427037e+04 2.109513885053362625e-01 1.376464063878040343e-02 +7.698132385921709647e+04 2.268205377421916025e-01 1.332449693073198965e-02 +7.701317774560992257e+04 1.968538165100192361e-01 1.249468127345220066e-02 +7.704503163200274867e+04 2.110646171951902905e-01 1.308948511337164854e-02 +7.707688551839558932e+04 2.038488920967993778e-01 1.314515669407727121e-02 +7.710873940478842997e+04 2.105901526334930940e-01 1.334491159577834603e-02 +7.714059329118124151e+04 1.830437244382857043e-01 1.191765307365531303e-02 +7.717244717757406761e+04 2.105064140424840746e-01 1.338026114493529387e-02 +7.720430106396690826e+04 2.286629412463825617e-01 1.381719843851261093e-02 +7.723615495035974891e+04 2.305691627527399756e-01 1.412022109477589597e-02 +7.726800883675257501e+04 2.283350392132854623e-01 1.404927671496841550e-02 +7.729986272314540111e+04 2.216414918921724708e-01 1.391550426332636634e-02 +7.733171660953822720e+04 2.359349202407644563e-01 1.507490246608973392e-02 +7.736357049593106785e+04 2.317697660086047995e-01 1.380347859240461071e-02 +7.739542438232389395e+04 2.217674717163502507e-01 1.426109573323574436e-02 +7.742727826871673460e+04 2.055763467534816868e-01 1.328621453551008871e-02 +7.745913215510956070e+04 2.084732760421507680e-01 1.349421055522209527e-02 +7.749098604150238680e+04 2.613357803706139459e-01 1.542470098287894442e-02 +7.752283992789521290e+04 2.165640670511566612e-01 1.396254737336703224e-02 +7.755469381428805355e+04 2.310761648927014134e-01 1.418184463705648816e-02 +7.758654770068089420e+04 2.512530718833713705e-01 1.501691260348682160e-02 +7.761840158707370574e+04 2.282512426738290134e-01 1.402639172773182709e-02 +7.765025547346653184e+04 2.337737028804618700e-01 1.423861425685542421e-02 +7.768210935985937249e+04 2.400308416061942562e-01 1.463753643877362988e-02 +7.771396324625221314e+04 2.414048189144441248e-01 1.440962465615524581e-02 +7.774581713264503924e+04 2.579581579597460261e-01 1.456312604142361022e-02 +7.777767101903786534e+04 2.484180753674471442e-01 1.446906093721705977e-02 +7.780952490543069143e+04 2.595696722409045476e-01 1.497081524055527552e-02 +7.784137879182353208e+04 2.399748967206943029e-01 1.446959036854970036e-02 +7.787323267821635818e+04 2.330604275361219946e-01 1.458501817993875134e-02 +7.790508656460919883e+04 2.513091080135043121e-01 1.510481869374271681e-02 +7.793694045100202493e+04 2.366640591600526478e-01 1.424019983575458559e-02 +7.796879433739485103e+04 2.704494713168774656e-01 1.515556055211854554e-02 +7.800064822378767713e+04 2.577227285214641062e-01 1.525683215336760823e-02 +7.803250211018051778e+04 2.541517279169008270e-01 1.490464463638506952e-02 +7.806435599657335842e+04 2.612456609809981067e-01 1.509365744226509945e-02 +7.809620988296616997e+04 2.585090474061460530e-01 1.475380172827894278e-02 +7.812806376935899607e+04 2.445218933530005634e-01 1.395771194012276721e-02 +7.815991765575183672e+04 2.635267051465057797e-01 1.501150024929132076e-02 +7.819177154214467737e+04 2.749113530481291923e-01 1.511681918469813014e-02 +7.822362542853750347e+04 2.714645573165903603e-01 1.500450109214361040e-02 +7.825547931493032956e+04 2.747844095631524763e-01 1.514513702163951606e-02 +7.828733320132315566e+04 2.653127273754625204e-01 1.493738375691245138e-02 +7.831918708771599631e+04 2.964944524810315118e-01 1.565302456960016714e-02 +7.835104097410882241e+04 2.657337046844772677e-01 1.481845938773190818e-02 +7.838289486050166306e+04 2.890169985400163899e-01 1.513469728030988198e-02 +7.841474874689448916e+04 3.011201899174648089e-01 1.623089748405341648e-02 +7.844660263328731526e+04 2.668862207014368604e-01 1.473916372087369191e-02 +7.847845651968014135e+04 3.021355872926212438e-01 1.627535818232590456e-02 +7.851031040607298200e+04 2.909610380530786578e-01 1.554956114230877581e-02 +7.854216429246582265e+04 3.128164216711725176e-01 1.561683363528884247e-02 +7.857401817885863420e+04 3.209815643967194321e-01 1.613994490676080168e-02 +7.860587206525146030e+04 3.040918678895854765e-01 1.605708247451794607e-02 +7.863772595164430095e+04 2.950208518586032169e-01 1.519283703332502747e-02 +7.866957983803714160e+04 3.170021540606939858e-01 1.585292535358649724e-02 +7.870143372442996770e+04 3.336393429671703492e-01 1.645282400726196664e-02 +7.873328761082277924e+04 3.144728682486659377e-01 1.596240946815137562e-02 +7.876514149721561989e+04 3.202628431608831594e-01 1.649815938893429285e-02 +7.879699538360846054e+04 3.486551500528508041e-01 1.710106637005323268e-02 +7.882884927000128664e+04 3.708018087829564324e-01 1.754712328432387128e-02 +7.886070315639412729e+04 3.457852543587051630e-01 1.680047345866605632e-02 +7.889255704278693884e+04 3.838560009368768289e-01 1.747489078924910344e-02 +7.892441092917977949e+04 4.314853594266921943e-01 1.853899086855422332e-02 +7.895626481557260558e+04 5.975275708384391038e-01 2.188591314111949446e-02 +7.898811870196544623e+04 1.171182518575259346e+00 3.132936912678735419e-02 +7.901997258835828688e+04 2.835219517448798854e+00 4.965944069270237377e-02 +7.905182647475109843e+04 7.311098550100365578e+00 8.170362470628424190e-02 +7.908368036114392453e+04 1.719597668175306282e+01 1.260372586835161457e-01 +7.911553424753676518e+04 3.438895421588920698e+01 1.783541767491126917e-01 +7.914738813392960583e+04 5.730831458094376529e+01 2.287844597470890251e-01 +7.917924202032243193e+04 7.788528603859391808e+01 2.616873584136642505e-01 +7.921109590671524347e+04 8.652662188233028928e+01 2.691832949015718346e-01 +7.924294979310808412e+04 8.081412797908370749e+01 2.529035500422118776e-01 +7.927480367950092477e+04 6.140372808202055666e+01 2.130080868211916001e-01 +7.930665756589375087e+04 3.814906518830771631e+01 1.614851291142126999e-01 +7.933851145228659152e+04 1.965859450421267240e+01 1.113200915594115270e-01 +7.937036533867940307e+04 8.782767069939765747e+00 7.174115676731659952e-02 +7.940221922507224372e+04 3.496245808693025037e+00 4.442111587411099599e-02 +7.943407311146506981e+04 1.411908703108595953e+00 2.851619622528130463e-02 +7.946592699785791046e+04 7.156324248928078724e-01 2.176707624720804202e-02 +7.949778088425075111e+04 4.720006581064886131e-01 1.877488117633851344e-02 +7.952963477064356266e+04 3.841283553858789168e-01 1.774205034116834237e-02 +7.956148865703638876e+04 3.673469405284168210e-01 1.663505177139112945e-02 +7.959334254342922941e+04 3.374295372766408230e-01 1.614106379935587379e-02 +7.962519642982207006e+04 3.510144562051193406e-01 1.686140375244827433e-02 +7.965705031621489616e+04 3.370268557175202240e-01 1.632532695021223293e-02 +7.968890420260770770e+04 3.386715165659706095e-01 1.653232782968955608e-02 +7.972075808900054835e+04 3.594118729493932518e-01 1.742174739716263049e-02 +7.975261197539338900e+04 3.357037206013406827e-01 1.632041674612481202e-02 +7.978446586178621510e+04 3.163145193600697125e-01 1.568471666442469020e-02 +7.981631974817905575e+04 2.963584914520017710e-01 1.612055091215472066e-02 +7.984817363457186730e+04 3.200855309786215241e-01 1.678725893930083438e-02 +7.988002752096470795e+04 3.020710074608807805e-01 1.555643386857167437e-02 +7.991188140735753404e+04 3.092495951533237863e-01 1.586774821818729211e-02 +7.994373529375037469e+04 3.028058233731869553e-01 1.557807988616041403e-02 +7.997558918014321534e+04 2.991813992114529808e-01 1.567355498950582030e-02 +8.000744306653602689e+04 2.673490050449442990e-01 1.464334302797523461e-02 +8.003929695292885299e+04 2.838417789051926321e-01 1.521920529165556382e-02 +8.007115083932169364e+04 2.704566996342651075e-01 1.501031589230531101e-02 +8.010300472571453429e+04 2.719684361496504943e-01 1.494485476787144919e-02 +8.013485861210736039e+04 2.609105119473680290e-01 1.475671559288748227e-02 +8.016671249850017193e+04 2.493616706858483578e-01 1.418137400904672871e-02 +8.019856638489301258e+04 2.985494986876351953e-01 1.651570523834836740e-02 +8.023042027128585323e+04 2.746590288364401666e-01 1.567637930664591769e-02 +8.026227415767867933e+04 2.557878313789515579e-01 1.482693723918166243e-02 +8.029412804407151998e+04 2.676448715779133902e-01 1.503254504760819475e-02 +8.032598193046433153e+04 2.368448519124066454e-01 1.405111510470070761e-02 +8.035783581685717218e+04 2.659531506077394969e-01 1.527961189380931672e-02 +8.038968970324999827e+04 2.556668622724849738e-01 1.500298511486346936e-02 +8.042154358964283892e+04 2.593508933640768510e-01 1.506052524202621500e-02 +8.045339747603567957e+04 2.414476701641274370e-01 1.413821829871976868e-02 +8.048525136242849112e+04 2.403195601942035298e-01 1.420136474413255176e-02 +8.051710524882131722e+04 2.443578759374014087e-01 1.452880620496691498e-02 +8.054895913521415787e+04 2.518677045107895474e-01 1.474290861659904167e-02 +8.058081302160699852e+04 2.572963541752153471e-01 1.474954997813951799e-02 +8.061266690799982462e+04 2.557668898172686389e-01 1.457979460932917921e-02 +8.064452079439263616e+04 2.414840445137956260e-01 1.431543918271982463e-02 +8.067637468078547681e+04 2.414614059778679989e-01 1.446794031327939926e-02 +8.070822856717831746e+04 2.295308591259578868e-01 1.329849341161035321e-02 +8.074008245357114356e+04 2.259783464138271913e-01 1.349757950904830785e-02 +8.077193633996398421e+04 2.429123956062426426e-01 1.436181193020196444e-02 +8.080379022635679576e+04 1.927466823950209074e-01 1.233336913021847864e-02 +8.083564411274963641e+04 2.234949581492212956e-01 1.390179162289881948e-02 +8.086749799914246250e+04 2.197587132076829486e-01 1.338043220712543599e-02 +8.089935188553530315e+04 2.166191167113999949e-01 1.327538731024013180e-02 +8.093120577192814380e+04 2.236424386147964349e-01 1.395322898938590114e-02 +8.096305965832095535e+04 2.089899408463432862e-01 1.362060373423741935e-02 +8.099491354471378145e+04 2.272433615144766605e-01 1.426695074896660274e-02 +8.102676743110662210e+04 1.893710171060597469e-01 1.294344791447341568e-02 +8.105862131749946275e+04 2.198439242079358313e-01 1.379028482373607055e-02 +8.109047520389228885e+04 2.164475683579760168e-01 1.345563665278297176e-02 +8.112232909028510039e+04 2.050995794317191090e-01 1.264299374305147793e-02 +8.115418297667794104e+04 2.533995364569095465e-01 1.491309321143613302e-02 +8.118603686307078169e+04 1.965523113825457246e-01 1.274057901461794762e-02 +8.121789074946360779e+04 2.309400428073136169e-01 1.425757549231627432e-02 +8.124974463585644844e+04 1.945252547970351686e-01 1.263705153140442204e-02 +8.128159852224925999e+04 2.247152537736426814e-01 1.443064246889553572e-02 +8.131345240864210064e+04 2.110506251669601596e-01 1.333939662865930159e-02 +8.134530629503492673e+04 2.054134754460833212e-01 1.302448310163733733e-02 +8.137716018142776738e+04 2.109266746919291058e-01 1.378742545103630104e-02 +8.140901406782060803e+04 2.110191770809027034e-01 1.377728202522445801e-02 +8.144086795421341958e+04 2.019583751884474476e-01 1.317303885089632538e-02 +8.147272184060624568e+04 2.057888328456775884e-01 1.407122476558990073e-02 +8.150457572699908633e+04 2.095585845013708814e-01 1.350743610952733799e-02 +8.153642961339192698e+04 2.278891804810611599e-01 1.450459678596290741e-02 +8.156828349978476763e+04 2.311592738737899833e-01 1.445764260507540963e-02 +8.160013738617756462e+04 1.959464194816493976e-01 1.265051685896149622e-02 +8.163199127257040527e+04 1.986869955906323260e-01 1.351632828443219587e-02 +8.166384515896324592e+04 2.034101995496397641e-01 1.330142049609837375e-02 +8.169569904535608657e+04 2.174377833089469469e-01 1.382776989922957292e-02 +8.172755293174891267e+04 2.281800363308861268e-01 1.416711085791521121e-02 +8.175940681814172422e+04 2.034159395257073011e-01 1.323555559198066889e-02 +8.179126070453456487e+04 1.952181353725005730e-01 1.282658630861911210e-02 +8.182311459092740552e+04 1.859429641884832451e-01 1.265380472061937780e-02 +8.185496847732023161e+04 1.883465108055410453e-01 1.300232959147125389e-02 +8.188682236371307226e+04 1.697971684893203048e-01 1.186547286204639798e-02 +8.191867625010588381e+04 2.044942708306423940e-01 1.357919050178347554e-02 +8.195053013649872446e+04 1.747587159007558399e-01 1.261965777031357795e-02 +8.198238402289155056e+04 1.923419226016671590e-01 1.270719243285673219e-02 +8.201423790928439121e+04 1.715556794531086227e-01 1.181257958444172432e-02 +8.204609179567723186e+04 1.950531782998080055e-01 1.288635711870963867e-02 +8.207794568207004340e+04 2.045121481743270297e-01 1.373208266367854924e-02 +8.210979956846286950e+04 1.762461318651533937e-01 1.239263026868016142e-02 +8.214165345485571015e+04 2.035998983483361668e-01 1.368282692417559752e-02 +8.217350734124855080e+04 1.594261580209479223e-01 1.166417589281871017e-02 +8.220536122764137690e+04 1.924567269219695786e-01 1.308133101343244946e-02 +8.223721511403418845e+04 1.714876810594282708e-01 1.235450642043008085e-02 +8.226906900042702910e+04 1.654185311392880331e-01 1.202343579542811472e-02 +8.230092288681986975e+04 1.861384924238675964e-01 1.277741238405713520e-02 +8.233277677321269584e+04 2.036242430698526340e-01 1.326295108188584211e-02 +8.236463065960553649e+04 1.998050441702917956e-01 1.306507787363868876e-02 +8.239648454599834804e+04 2.027116333162150841e-01 1.430095604293612349e-02 +8.242833843239118869e+04 1.920406648352480372e-01 1.349981613162208952e-02 +8.246019231878401479e+04 1.618615079143091995e-01 1.158121955876533458e-02 +8.249204620517685544e+04 1.793353502822176149e-01 1.260829900576641675e-02 +8.252390009156969609e+04 1.813369702368936853e-01 1.257103931135593322e-02 +8.255575397796250763e+04 1.725058240480728533e-01 1.243855093932451535e-02 +8.258760786435533373e+04 1.826998683753168484e-01 1.329914245842577641e-02 +8.261946175074817438e+04 1.831147995933656847e-01 1.294797412876700499e-02 +8.265131563714101503e+04 1.857703442982449604e-01 1.344275866581355443e-02 +8.268316952353384113e+04 2.001957323133695399e-01 1.356573734513595413e-02 +8.271502340992665268e+04 1.835198544672528020e-01 1.304770920817607122e-02 +8.274687729631949333e+04 1.768459820204440203e-01 1.299141534980700202e-02 +8.277873118271233398e+04 1.783323971559297449e-01 1.277001600129241445e-02 +8.281058506910516007e+04 1.988957744661526139e-01 1.407067067193814268e-02 +8.284243895549800072e+04 1.791312019306768588e-01 1.289014839965207937e-02 +8.287429284189081227e+04 1.768182013507252071e-01 1.307515200981868020e-02 +8.290614672828365292e+04 1.882393345312068089e-01 1.271848062392308062e-02 +8.293800061467647902e+04 1.775534479589368220e-01 1.285478980759816557e-02 +8.296985450106931967e+04 1.830208419344694359e-01 1.283403032712797029e-02 +8.300170838746216032e+04 1.715444891078237166e-01 1.285988093917301081e-02 +8.303356227385497186e+04 1.873202078642291490e-01 1.396414104906695819e-02 +8.306541616024779796e+04 1.852709874202292661e-01 1.339078967818668753e-02 +8.309727004664063861e+04 1.836420815628974357e-01 1.338679171572294824e-02 +8.312912393303347926e+04 1.920262087846628107e-01 1.334620841979579711e-02 +8.316097781942630536e+04 1.801071977850956518e-01 1.283983532811187357e-02 +8.319283170581911691e+04 1.638498554969671506e-01 1.205961237194215843e-02 +8.322468559221195756e+04 1.774749329808897880e-01 1.281897691525497873e-02 +8.325653947860479821e+04 1.770441784656347495e-01 1.255694178208772646e-02 +8.328839336499762430e+04 1.567400459045069083e-01 1.215081949386779409e-02 +8.332024725139046495e+04 1.966507114647840226e-01 1.372788889336959764e-02 +8.335210113778327650e+04 2.002711910866670220e-01 1.442570213032573836e-02 +8.338395502417611715e+04 1.745021277371019697e-01 1.308916415454056473e-02 +8.341580891056894325e+04 1.783822729085988990e-01 1.303743762013067665e-02 +8.344766279696178390e+04 1.876340965352484291e-01 1.395086366986143800e-02 +8.347951668335462455e+04 2.034461869729805583e-01 1.470964045918911854e-02 +8.351137056974743609e+04 1.543308733340612304e-01 1.220086664987924882e-02 +8.354322445614026219e+04 1.915719235310507640e-01 1.417772920255835727e-02 +8.357507834253310284e+04 1.498450553011776709e-01 1.118881472357819915e-02 +8.360693222892594349e+04 1.773933780748332134e-01 1.345684008853692895e-02 +8.363878611531876959e+04 1.751843197931702290e-01 1.272738732178514513e-02 +8.367064000171158114e+04 1.865127357868310298e-01 1.363730327894611960e-02 +8.370249388810442179e+04 1.791218913200572083e-01 1.343054732214626727e-02 +8.373434777449726244e+04 1.849710212224429939e-01 1.326405335391926676e-02 +8.376620166089008853e+04 1.706975149239028378e-01 1.246816714865108325e-02 +8.379805554728292918e+04 1.668755958568783893e-01 1.247389859058619169e-02 +8.382990943367574073e+04 1.848160123224953377e-01 1.366445159340178191e-02 +8.386176332006858138e+04 1.707104536242172454e-01 1.284787310127450538e-02 +8.389361720646140748e+04 1.698432017547437112e-01 1.203745910651850964e-02 +8.392547109285424813e+04 1.512545481508543732e-01 1.186255454706701927e-02 +8.395732497924708878e+04 1.648301249633285781e-01 1.291188891474922239e-02 +8.398917886563990032e+04 1.701235023189758278e-01 1.322534948440106176e-02 +8.402103275203272642e+04 1.677308643054556125e-01 1.275475188717586569e-02 +8.405288663842556707e+04 2.044851157895462568e-01 1.448244159565270986e-02 +8.408474052481840772e+04 1.794648345634938524e-01 1.371333024840749697e-02 +8.411659441121123382e+04 1.838444991151243768e-01 1.327452109823073698e-02 +8.414844829760404537e+04 1.957638307426966817e-01 1.476777376903064612e-02 +8.418030218399688601e+04 1.736574910566174301e-01 1.332148269340559937e-02 +8.421215607038972666e+04 1.827709173933338704e-01 1.351729741773912558e-02 +8.424400995678255276e+04 1.464214996815590419e-01 1.148861759717555338e-02 +8.427586384317539341e+04 1.536336630359472488e-01 1.205238261620675266e-02 +8.430771772956820496e+04 1.657811069316669494e-01 1.266363354042830507e-02 +8.433957161596104561e+04 1.819726562847965023e-01 1.430954137040599088e-02 +8.437142550235387171e+04 1.851697346290169799e-01 1.425988477979639284e-02 +8.440327938874671236e+04 1.626428017536260262e-01 1.261218351403075276e-02 +8.443513327513955301e+04 1.875305583601901138e-01 1.328283900620264718e-02 +8.446698716153236455e+04 1.922739087736233810e-01 1.407030470783618252e-02 +8.449884104792519065e+04 1.579433254121440644e-01 1.307006005337644876e-02 +8.453069493431803130e+04 1.834904336708961248e-01 1.328913535962882898e-02 +8.456254882071087195e+04 1.860062314609904066e-01 1.347074024187676702e-02 +8.459440270710369805e+04 1.771686791524085813e-01 1.350499914245080306e-02 +8.462625659349650959e+04 1.664086302302946740e-01 1.271641087738565115e-02 +8.465811047988935024e+04 1.653370447244215669e-01 1.358935984708684389e-02 +8.468996436628219089e+04 1.927328721637943110e-01 1.435721978939566434e-02 +8.472181825267501699e+04 1.703768119360609956e-01 1.276324669622732472e-02 +8.475367213906785764e+04 1.744148719717941998e-01 1.305579881977800803e-02 +8.478552602546066919e+04 1.896395005102949893e-01 1.420218193786156047e-02 +8.481737991185350984e+04 1.812470494830709655e-01 1.353521638309376773e-02 +8.484923379824633594e+04 1.969174993364508908e-01 1.418972157084527792e-02 +8.488108768463917659e+04 1.518164951720945566e-01 1.229071221429554016e-02 +8.491294157103201724e+04 1.706627587769106724e-01 1.313580033395773949e-02 +8.494479545742482878e+04 1.863899098232413565e-01 1.393027697293149590e-02 +8.497664934381765488e+04 1.741893337889437732e-01 1.304517548554524203e-02 +8.500850323021049553e+04 1.703341466483430378e-01 1.351941486062164383e-02 +8.504035711660333618e+04 1.607857081728769066e-01 1.223728510203859685e-02 +8.507221100299616228e+04 1.664413648639623544e-01 1.366282240266984867e-02 +8.510406488938897382e+04 1.570881312231882931e-01 1.236572239296454545e-02 +8.513591877578181447e+04 1.955659203388042944e-01 1.455869151776562759e-02 +8.516777266217465512e+04 1.772568280039876210e-01 1.316467866562668829e-02 +8.519962654856748122e+04 1.670386737819249678e-01 1.328578074526950113e-02 +8.523148043496032187e+04 1.874904163835690307e-01 1.394058868165821453e-02 +8.526333432135313342e+04 1.781265531936571667e-01 1.335516728568180052e-02 +8.529518820774597407e+04 1.707921590001312273e-01 1.295714199874639302e-02 +8.532704209413880017e+04 1.599999023279036758e-01 1.267573638218890894e-02 +8.535889598053164082e+04 1.851957332026721026e-01 1.436948126141401189e-02 +8.539074986692448147e+04 1.518760412405817106e-01 1.235933699313183053e-02 +8.542260375331729301e+04 1.710590105241962255e-01 1.310361162518906136e-02 +8.545445763971011911e+04 1.482740905773168583e-01 1.194554629087384370e-02 +8.548631152610295976e+04 1.627054761844079211e-01 1.262340545942150678e-02 +8.551816541249580041e+04 1.915566085527205531e-01 1.351816906005526633e-02 +8.555001929888862651e+04 1.724932975819558345e-01 1.338211532359390686e-02 +8.558187318528143805e+04 1.740695385488290337e-01 1.361571057290954928e-02 +8.561372707167427870e+04 1.798367417341172614e-01 1.396863936580905290e-02 +8.564558095806711935e+04 1.823351405348179466e-01 1.414511833907549331e-02 +8.567743484445994545e+04 1.462946326427485566e-01 1.229649837071401797e-02 +8.570928873085277155e+04 1.745713007260137895e-01 1.266818118675845824e-02 +8.574114261724559765e+04 1.808242214168262751e-01 1.344209268054172984e-02 +8.577299650363843830e+04 1.812376904528367472e-01 1.339281812757424188e-02 +8.580485039003126440e+04 1.683801131647164606e-01 1.292540059611347811e-02 +8.583670427642410505e+04 1.739232445786136894e-01 1.382588524031321334e-02 +8.586855816281693114e+04 1.684842394799898058e-01 1.277787998114790144e-02 +8.590041204920975724e+04 2.011952553075745664e-01 1.474620071674378335e-02 +8.593226593560258334e+04 1.681165862167038061e-01 1.306147244243230539e-02 +8.596411982199542399e+04 1.776990222661648522e-01 1.355497578223726837e-02 +8.599597370838826464e+04 1.923903157604352487e-01 1.375650966897819238e-02 +8.602782759478109074e+04 1.746978633165828798e-01 1.375070104793877854e-02 +8.605968148117390228e+04 1.806676199453449427e-01 1.388113484620437724e-02 +8.609153536756674293e+04 1.841106642463644361e-01 1.449324068305734431e-02 +8.612338925395958358e+04 1.759859516961324311e-01 1.389274171203684280e-02 +8.615524314035240968e+04 1.608180879419085496e-01 1.288816169548138817e-02 +8.618709702674523578e+04 1.819785643170330480e-01 1.451474649976505944e-02 +8.621895091313806188e+04 1.730310958705677526e-01 1.354866481272885489e-02 +8.625080479953090253e+04 1.904247492529297925e-01 1.427194991647712762e-02 +8.628265868592372863e+04 1.713814508861921937e-01 1.337570918561747403e-02 +8.631451257231656928e+04 1.881137408083460860e-01 1.391519228974540806e-02 +8.634636645870939537e+04 1.894345692911388324e-01 1.442520454219313464e-02 +8.637822034510222147e+04 1.828203843518895477e-01 1.358078672094812506e-02 +8.641007423149504757e+04 1.728557453740141026e-01 1.310784749951491093e-02 +8.644192811788788822e+04 1.756927307703834429e-01 1.364138462776187839e-02 +8.647378200428072887e+04 1.559487968480149367e-01 1.255347359319595318e-02 +8.650563589067355497e+04 1.843034054528161214e-01 1.391462519130713671e-02 +8.653748977706636651e+04 1.881986052996755254e-01 1.451347185074067236e-02 +8.656934366345920716e+04 1.883172402847899662e-01 1.416511004662434486e-02 +8.660119754985204781e+04 1.789410740832666491e-01 1.393102315291616829e-02 +8.663305143624487391e+04 1.747335529534143894e-01 1.300130205589591047e-02 +8.666490532263770001e+04 1.747999782251098699e-01 1.367878828813966913e-02 +8.669675920903052611e+04 1.693233585352402759e-01 1.295811648192545136e-02 +8.672861309542336676e+04 1.665708610947568002e-01 1.331354368190044123e-02 +8.676046698181619286e+04 1.720348863041895604e-01 1.374405644432078605e-02 +8.679232086820903351e+04 1.759384466967069960e-01 1.404633207941147384e-02 +8.682417475460185960e+04 1.735424388662327455e-01 1.358182950428962581e-02 +8.685602864099468570e+04 1.759871378185308144e-01 1.371249585980523385e-02 +8.688788252738751180e+04 1.796416996330719718e-01 1.360048976950988669e-02 +8.691973641378035245e+04 1.801208196928662519e-01 1.381645495925776929e-02 +8.695159030017319310e+04 1.809075398292603609e-01 1.414440224701154873e-02 +8.698344418656601920e+04 1.925634681887388455e-01 1.394376475454384146e-02 +8.701529807295883074e+04 1.603671198187259228e-01 1.266194281697891923e-02 +8.704715195935167139e+04 1.871190966980027515e-01 1.451025296981215892e-02 +8.707900584574451204e+04 1.940532436310830611e-01 1.506011976932625750e-02 +8.711085973213733814e+04 2.083787734233486233e-01 1.510673171670277176e-02 +8.714271361853016424e+04 1.742186446322448456e-01 1.355192266417035683e-02 +8.717456750492299034e+04 1.779194298920226125e-01 1.368202114009650465e-02 +8.720642139131583099e+04 1.922171076785407773e-01 1.447741518640904661e-02 +8.723827527770867164e+04 1.621383863075978593e-01 1.319580619766142285e-02 +8.727012916410149774e+04 1.632913623647156420e-01 1.322958746527404250e-02 +8.730198305049432383e+04 1.641333167893844480e-01 1.284067326091708171e-02 +8.733383693688714993e+04 1.801347808648018634e-01 1.411142730506966501e-02 +8.736569082327999058e+04 1.563935334680279787e-01 1.261573289284774468e-02 +8.739754470967281668e+04 1.793940995863328447e-01 1.389591919764260851e-02 +8.742939859606565733e+04 2.001432608887247500e-01 1.503507763508165306e-02 +8.746125248245848343e+04 1.646279926484122968e-01 1.280995995302911666e-02 +8.749310636885130953e+04 1.818807871341547588e-01 1.442045431523053360e-02 +8.752496025524413562e+04 1.751052564731500338e-01 1.432566490991525436e-02 +8.755681414163697627e+04 2.056286307913013922e-01 1.504493480697794740e-02 +8.758866802802981692e+04 1.672421457928577049e-01 1.355343152642806380e-02 +8.762052191442262847e+04 1.666462490313124489e-01 1.364244985134590096e-02 +8.765237580081545457e+04 1.750811023922040355e-01 1.330458679053501958e-02 +8.768422968720829522e+04 1.610135240186966743e-01 1.251338325840911994e-02 +8.771608357360113587e+04 1.548176207121666204e-01 1.288053082690979005e-02 +8.774793745999396197e+04 2.008593968267771424e-01 1.500464331842733985e-02 +8.777979134638678806e+04 1.915434648565754738e-01 1.445367465918468916e-02 +8.781164523277961416e+04 1.664857756354390650e-01 1.319115487964539306e-02 +8.784349911917245481e+04 1.898209577355924327e-01 1.518315923052090954e-02 +8.787535300556528091e+04 1.853400333238505171e-01 1.428906744208313130e-02 +8.790720689195812156e+04 1.865653625098482871e-01 1.399275182925856925e-02 +8.793906077835093311e+04 1.621864236830055095e-01 1.309974593150719895e-02 +8.797091466474377376e+04 1.899843551303669886e-01 1.453661460712321433e-02 +8.800276855113659985e+04 1.964103359304147367e-01 1.504368487548362644e-02 +8.803462243752944050e+04 1.832356360909741244e-01 1.378458746575027434e-02 +8.806647632392228115e+04 1.687048802024564975e-01 1.377321502860109383e-02 +8.809833021031509270e+04 1.521428335229492446e-01 1.214397455510148223e-02 +8.813018409670791880e+04 1.654819182485574580e-01 1.241094743981273688e-02 +8.816203798310075945e+04 2.030337315951404598e-01 1.484162762107737663e-02 +8.819389186949360010e+04 1.891175627076676080e-01 1.400775707406284008e-02 +8.822574575588642620e+04 1.839579858019576852e-01 1.370673241517353022e-02 +8.825759964227923774e+04 1.910944400095671847e-01 1.473001496355362712e-02 +8.828945352867207839e+04 1.939741408882397489e-01 1.443846889973341915e-02 +8.832130741506491904e+04 1.572173749535724918e-01 1.273951594149513519e-02 +8.835316130145774514e+04 1.537383277469189791e-01 1.314008011196842428e-02 +8.838501518785058579e+04 1.971207694544405975e-01 1.552057682605599218e-02 +8.841686907424339734e+04 1.607448815132495878e-01 1.285569659527300082e-02 +8.844872296063623799e+04 1.769249085574441660e-01 1.364149669464337356e-02 +8.848057684702906408e+04 1.750096266595151384e-01 1.354233411223191609e-02 +8.851243073342190473e+04 1.536593203822280984e-01 1.216888503238170577e-02 +8.854428461981474538e+04 1.658918121104391852e-01 1.301174913558961026e-02 +8.857613850620755693e+04 1.815733541357253955e-01 1.391189975530430188e-02 +8.860799239260038303e+04 1.642290666828685464e-01 1.279683496428563050e-02 +8.863984627899322368e+04 1.792980129017421875e-01 1.374132777710769353e-02 +8.867170016538606433e+04 1.889370728061399163e-01 1.374320836308065390e-02 +8.870355405177889043e+04 2.003519159969617547e-01 1.484286084227857440e-02 +8.873540793817170197e+04 1.845211196772866546e-01 1.399080174524649015e-02 +8.876726182456454262e+04 1.551321091476828284e-01 1.218356180963439152e-02 +8.879911571095738327e+04 1.823606239758094050e-01 1.343478330560820069e-02 +8.883096959735020937e+04 1.584074101170120097e-01 1.259690534124651741e-02 +8.886282348374305002e+04 1.841999257259805678e-01 1.363762261853186837e-02 +8.889467737013586157e+04 1.812143984463684132e-01 1.311777511065774678e-02 +8.892653125652870222e+04 1.783699475079122132e-01 1.408847723144824801e-02 +8.895838514292152831e+04 1.739188235270379412e-01 1.320549826257258995e-02 +8.899023902931436896e+04 1.665290334517882664e-01 1.269377630246788097e-02 +8.902209291570720961e+04 1.809575060982654138e-01 1.384499179125080193e-02 +8.905394680210002116e+04 1.740382315222178955e-01 1.336074543767482026e-02 +8.908580068849284726e+04 1.879802245793218141e-01 1.453172286062451302e-02 +8.911765457488568791e+04 1.720450302357686145e-01 1.299390911581409236e-02 +8.914950846127852856e+04 1.677499414690676593e-01 1.345922781950232953e-02 +8.918136234767135466e+04 1.749315270430792379e-01 1.355161191831668298e-02 +8.921321623406416620e+04 1.776348882169302701e-01 1.344005890062843073e-02 +8.924507012045700685e+04 1.954978116000404831e-01 1.423263466943312447e-02 +8.927692400684984750e+04 1.519340362697413627e-01 1.222213163880627937e-02 +8.930877789324267360e+04 1.825069869130636624e-01 1.407798016955050767e-02 +8.934063177963551425e+04 1.599491254333947621e-01 1.282163864476647784e-02 +8.937248566602832580e+04 1.794830516745126170e-01 1.356473813359299063e-02 +8.940433955242116645e+04 1.850500481774060568e-01 1.415556920368568790e-02 +8.943619343881399254e+04 1.474077624350623728e-01 1.242801945400016754e-02 +8.946804732520683319e+04 1.698387624451995204e-01 1.290602227533895092e-02 +8.949990121159967384e+04 1.620735076163444810e-01 1.249523483811668459e-02 +8.953175509799248539e+04 1.724262094626733133e-01 1.326357727850512036e-02 +8.956360898438531149e+04 2.199175081906266371e-01 1.575456503830921506e-02 +8.959546287077815214e+04 1.867163921628145207e-01 1.411243286371379260e-02 +8.962731675717099279e+04 1.638275355251796184e-01 1.258412870655436708e-02 +8.965917064356381889e+04 1.841051920678238862e-01 1.384392003350693595e-02 +8.969102452995663043e+04 1.957492032193149378e-01 1.390604434763510408e-02 +8.972287841634947108e+04 1.741257944229532562e-01 1.383368316663716874e-02 +8.975473230274231173e+04 1.645143728181873710e-01 1.251119623453328215e-02 +8.978658618913513783e+04 1.783752436471593705e-01 1.357615142495387922e-02 +8.981844007552797848e+04 1.939462080975797309e-01 1.421681289280265874e-02 +8.985029396192079003e+04 1.682102053379178619e-01 1.306320889407955148e-02 +8.988214784831363067e+04 1.967615631245299701e-01 1.397412376265727042e-02 +8.991400173470645677e+04 1.862803339536011626e-01 1.388195618197561425e-02 +8.994585562109929742e+04 1.714121567403387170e-01 1.337525713574473467e-02 +8.997770950749213807e+04 1.892801410937705875e-01 1.404593474926311113e-02 +9.000956339388494962e+04 1.616805654970180361e-01 1.281523191107271191e-02 +9.004141728027777572e+04 1.638852214373836547e-01 1.310355887400782397e-02 +9.007327116667061637e+04 1.832151247488743029e-01 1.391305286624788633e-02 +9.010512505306345702e+04 1.695089133730278697e-01 1.309564956324831518e-02 +9.013697893945628311e+04 1.685568638227982197e-01 1.309747835903263789e-02 +9.016883282584909466e+04 1.690062422694658673e-01 1.272738031170409304e-02 +9.020068671224193531e+04 1.773928156121533650e-01 1.353354023403876075e-02 +9.023254059863477596e+04 1.749980490345118267e-01 1.347835236417205956e-02 +9.026439448502760206e+04 1.770035174942397593e-01 1.364493194134623610e-02 +9.029624837142044271e+04 1.840098257218214239e-01 1.382919944306833238e-02 +9.032810225781325425e+04 1.858381139774431257e-01 1.422055384052960114e-02 +9.035995614420609490e+04 2.000585536617817406e-01 1.471582036395304403e-02 +9.039181003059892100e+04 1.901408906602694293e-01 1.426021862947983269e-02 +9.042366391699176165e+04 1.931688141715197371e-01 1.417953377743791030e-02 +9.045551780338460230e+04 1.893320538149153298e-01 1.418211259189621973e-02 +9.048737168977741385e+04 1.840255634065659784e-01 1.402158010905959692e-02 +9.051922557617023995e+04 1.822877149517695972e-01 1.397217439298014362e-02 +9.055107946256308060e+04 1.939820549262955829e-01 1.414751877985212167e-02 +9.058293334895592125e+04 2.008017451045709112e-01 1.479063113122021031e-02 +9.061478723534874734e+04 1.972717869546710134e-01 1.428242576147411604e-02 +9.064664112174155889e+04 1.924567177544756480e-01 1.436156054209630425e-02 +9.067849500813439954e+04 2.227150575564424140e-01 1.558601684987868941e-02 +9.071034889452724019e+04 1.793028037462746638e-01 1.364581480024625385e-02 +9.074220278092006629e+04 2.046355466583773819e-01 1.499487732680113844e-02 +9.077405666731290694e+04 1.853229081826166247e-01 1.418102878433247227e-02 +9.080591055370571848e+04 2.012835122439511903e-01 1.498984500420962040e-02 +9.083776444009855913e+04 1.904367981071296012e-01 1.460324438750529655e-02 +9.086961832649138523e+04 1.795785555970191849e-01 1.361326185108535647e-02 +9.090147221288422588e+04 1.892072026152987474e-01 1.432268290999379017e-02 +9.093332609927706653e+04 1.776454873346631491e-01 1.358654839941367612e-02 +9.096517998566987808e+04 1.926624095279660109e-01 1.439136458819108809e-02 +9.099703387206270418e+04 1.804987220638224199e-01 1.368480312209225010e-02 +9.102888775845554483e+04 1.992760050417058115e-01 1.469033221875406560e-02 +9.106074164484838548e+04 1.872401490700537074e-01 1.398337200416197718e-02 +9.109259553124121157e+04 1.711524897390729882e-01 1.353639254070383192e-02 +9.112444941763402312e+04 1.975055947710637749e-01 1.425303290705444946e-02 +9.115630330402686377e+04 1.844547619259181981e-01 1.410956303557074805e-02 +9.118815719041970442e+04 1.756786103432375623e-01 1.351904525436004555e-02 +9.122001107681253052e+04 1.867436747564019395e-01 1.445541773426198100e-02 +9.125186496320537117e+04 2.035631730134958295e-01 1.481154560642955649e-02 +9.128371884959818271e+04 1.692148879814203422e-01 1.327017120059566929e-02 +9.131557273599102336e+04 1.947199594304704073e-01 1.428130119758861359e-02 +9.134742662238384946e+04 2.055266746716316040e-01 1.478994457991647353e-02 +9.137928050877669011e+04 1.862025021060103314e-01 1.394443790216054989e-02 +9.141113439516953076e+04 1.690196492331399181e-01 1.316435854416761995e-02 +9.144298828156234231e+04 1.646485165520057137e-01 1.275696377641007476e-02 +9.147484216795516841e+04 1.845477562146399519e-01 1.416670347812173589e-02 +9.150669605434800906e+04 2.036329905836917198e-01 1.471940931535731072e-02 +9.153854994074084971e+04 1.973457371471155353e-01 1.458620239789864236e-02 +9.157040382713367580e+04 1.828486032676255868e-01 1.363302745319749758e-02 +9.160225771352648735e+04 2.013045894764090293e-01 1.427636108749160207e-02 +9.163411159991932800e+04 1.735095510398510232e-01 1.295092570104403908e-02 +9.166596548631216865e+04 1.968401378109819189e-01 1.440144545787490696e-02 +9.169781937270499475e+04 1.816021311798073079e-01 1.406389163490591107e-02 +9.172967325909783540e+04 2.027619236100178801e-01 1.444456066729419598e-02 +9.176152714549064694e+04 1.768982241016310020e-01 1.363092095692891061e-02 +9.179338103188348759e+04 2.203315685057088136e-01 1.516332894210933521e-02 +9.182523491827631369e+04 2.072005824493867443e-01 1.441618919009595573e-02 +9.185708880466915434e+04 1.943504938711311247e-01 1.399070303683190575e-02 +9.188894269106199499e+04 2.069116526041695769e-01 1.484683014201782295e-02 +9.192079657745480654e+04 1.911277685548121441e-01 1.409719555746238862e-02 +9.195265046384763264e+04 1.935097948995507799e-01 1.439152139577896256e-02 +9.198450435024047329e+04 1.830292589781561952e-01 1.375159236373145813e-02 +9.201635823663331394e+04 1.973691148370294579e-01 1.390895692712802376e-02 +9.204821212302614003e+04 1.711541678705978398e-01 1.300951708740272737e-02 +9.208006600941895158e+04 2.023562030376637733e-01 1.489222794853907461e-02 +9.211191989581179223e+04 2.138118336329501157e-01 1.497213002391093763e-02 +9.214377378220463288e+04 2.068443960628308653e-01 1.496925526684569560e-02 +9.217562766859745898e+04 1.973868141974152446e-01 1.465901380386832112e-02 +9.220748155499029963e+04 1.886069733009451410e-01 1.377786631483351835e-02 +9.223933544138311117e+04 1.874276368239458923e-01 1.428349144290757752e-02 +9.227118932777595182e+04 2.050781072159122698e-01 1.485449687885602270e-02 +9.230304321416877792e+04 1.940685733484165953e-01 1.435940506401203916e-02 +9.233489710056161857e+04 1.956271157222427282e-01 1.434972042831741956e-02 +9.236675098695445922e+04 1.922099784513901788e-01 1.423515274405480133e-02 +9.239860487334727077e+04 2.001317965827858203e-01 1.452036349293800259e-02 +9.243045875974009687e+04 2.088431008895589303e-01 1.479092831008197925e-02 +9.246231264613293752e+04 2.031343771303520396e-01 1.465162878352193297e-02 +9.249416653252577817e+04 1.957376420576920073e-01 1.471454434954766639e-02 +9.252602041891860426e+04 2.021980074003751071e-01 1.415792677142857503e-02 +9.255787430531141581e+04 2.156420456931101570e-01 1.487236173113681489e-02 +9.258972819170425646e+04 2.072649645505453553e-01 1.498032764347182084e-02 +9.262158207809709711e+04 2.141000330896959680e-01 1.547833772049087703e-02 +9.265343596448992321e+04 1.903192506372793358e-01 1.388233147064523061e-02 +9.268528985088276386e+04 2.155204717822301608e-01 1.512834029189733150e-02 +9.271714373727557540e+04 1.914881634373428454e-01 1.421397852706220155e-02 +9.274899762366841605e+04 1.838425757785112358e-01 1.337919186457393189e-02 +9.278085151006124215e+04 1.864195598054088632e-01 1.333818935119477148e-02 +9.281270539645408280e+04 2.097647906616383340e-01 1.489480700600756720e-02 +9.284455928284692345e+04 1.967268238748309805e-01 1.415202429416531106e-02 +9.287641316923973500e+04 1.740036839427143711e-01 1.287465960120054258e-02 +9.290826705563256110e+04 2.001303467795406410e-01 1.453006722597120770e-02 +9.294012094202540175e+04 1.905335849437650997e-01 1.360601438622232109e-02 +9.297197482841824240e+04 2.146975390210657253e-01 1.504488750380892324e-02 +9.300382871481108305e+04 1.901847340061781910e-01 1.378285881696905690e-02 +9.303568260120389459e+04 1.892385355561164717e-01 1.381427709136089262e-02 +9.306753648759672069e+04 1.989059789416832980e-01 1.427654835295155862e-02 +9.309939037398956134e+04 1.947851668142743797e-01 1.387956142746972488e-02 +9.313124426038240199e+04 2.101386563522997242e-01 1.507840698916022674e-02 +9.316309814677522809e+04 2.116880566326654334e-01 1.427906339025360703e-02 +9.319495203316803963e+04 1.837250322460796947e-01 1.373317281746714441e-02 +9.322680591956088028e+04 1.882543804309287083e-01 1.361951537340150113e-02 +9.325865980595372093e+04 2.111687724608112549e-01 1.488259967571739853e-02 +9.329051369234654703e+04 2.084370995539210347e-01 1.434133209205321231e-02 +9.332236757873938768e+04 2.000473430873494218e-01 1.450081046347785792e-02 +9.335422146513219923e+04 2.021057885516936437e-01 1.434030552468705533e-02 +9.338607535152503988e+04 2.051430952002049890e-01 1.427927386235433062e-02 +9.341792923791786598e+04 2.284962994662735614e-01 1.514510269144304748e-02 +9.344978312431070663e+04 2.258110815000530236e-01 1.540846399425088026e-02 +9.348163701070354728e+04 2.155507160438895342e-01 1.454532204523350906e-02 +9.351349089709635882e+04 2.084408115657770122e-01 1.417077538842229610e-02 +9.354534478348918492e+04 1.983808631686208301e-01 1.416618704305384717e-02 +9.357719866988202557e+04 2.050026738138133742e-01 1.433848485623665653e-02 +9.360905255627486622e+04 2.141910678799626155e-01 1.476226135121650601e-02 +9.364090644266769232e+04 1.963525634682004029e-01 1.364509621347827391e-02 +9.367276032906050386e+04 2.008628264425798282e-01 1.414080005658609196e-02 +9.370461421545334451e+04 2.426579093971714673e-01 1.601841826542451871e-02 +9.373646810184618516e+04 1.956701496114199024e-01 1.361190110779809601e-02 +9.376832198823901126e+04 2.068426966612917084e-01 1.420500642006163917e-02 +9.380017587463185191e+04 2.077076574721016811e-01 1.476778783265539352e-02 +9.383202976102466346e+04 2.176796292141292000e-01 1.480634217262268015e-02 +9.386388364741750411e+04 2.028513966481127750e-01 1.424003469369742279e-02 +9.389573753381033021e+04 1.960349352238538456e-01 1.402456994738667667e-02 +9.392759142020317086e+04 2.294796662793510411e-01 1.520642377677259086e-02 +9.395944530659601151e+04 2.248247987464650488e-01 1.499863291886750771e-02 +9.399129919298882305e+04 2.227261070075618743e-01 1.508569357029738468e-02 +9.402315307938164915e+04 2.187915744211766100e-01 1.449978237878698367e-02 +9.405500696577448980e+04 2.073464788473459719e-01 1.425180010415458623e-02 +9.408686085216733045e+04 2.367691882934120917e-01 1.523677445274988773e-02 +9.411871473856015655e+04 1.992168605343631049e-01 1.370232410539434786e-02 +9.415056862495296809e+04 2.234220358285132491e-01 1.528163953878529206e-02 +9.418242251134580874e+04 2.343721575253017997e-01 1.532025368008313113e-02 +9.421427639773864939e+04 2.390567507635502353e-01 1.512200399425216862e-02 +9.424613028413147549e+04 2.017840807946575665e-01 1.412736180315632764e-02 +9.427798417052431614e+04 2.264039930400712497e-01 1.525261288671927833e-02 +9.430983805691712769e+04 1.846383643912817007e-01 1.323547009193582272e-02 +9.434169194330996834e+04 2.146784455403868974e-01 1.436245696314879423e-02 +9.437354582970279444e+04 2.029779928728946137e-01 1.378939571409805963e-02 +9.440539971609563509e+04 2.069111985505648899e-01 1.421205805378558847e-02 +9.443725360248847574e+04 2.215507800504400160e-01 1.456409001638556307e-02 +9.446910748888128728e+04 2.482134783327426264e-01 1.571413031161196169e-02 +9.450096137527411338e+04 2.181721798645117061e-01 1.449540820166049862e-02 +9.453281526166695403e+04 2.325368931846789056e-01 1.497112800426920846e-02 +9.456466914805979468e+04 2.379029093228871017e-01 1.521659613356434598e-02 +9.459652303445262078e+04 2.210581559017723852e-01 1.432052515876713374e-02 +9.462837692084543232e+04 2.281588717313451919e-01 1.475397338419730947e-02 +9.466023080723827297e+04 2.071960475220839537e-01 1.406979213969726007e-02 +9.469208469363111362e+04 2.138049785255986546e-01 1.420634356397053322e-02 +9.472393858002393972e+04 2.104851110136931602e-01 1.403776384555100246e-02 +9.475579246641678037e+04 2.345054791311087794e-01 1.489480583032590233e-02 +9.478764635280959192e+04 2.188924388403614973e-01 1.466371740722310218e-02 +9.481950023920243257e+04 2.311813976611083177e-01 1.499273689890069650e-02 +9.485135412559525867e+04 2.619122299805187182e-01 1.622365607917409039e-02 +9.488320801198809932e+04 2.157848151518014790e-01 1.434279194734765055e-02 +9.491506189838092541e+04 2.297122201946840969e-01 1.515813122233510522e-02 +9.494691578477375151e+04 2.412205559203662031e-01 1.529437496028052124e-02 +9.497876967116657761e+04 2.325513951600536866e-01 1.510354972768173862e-02 +9.501062355755941826e+04 2.498448567666381459e-01 1.597751206361959150e-02 +9.504247744395225891e+04 2.313621342902795752e-01 1.505399206053806976e-02 +9.507433133034507046e+04 2.551852882014100654e-01 1.586002262345859171e-02 +9.510618521673789655e+04 2.372766229691133100e-01 1.494725105982052868e-02 +9.513803910313073720e+04 2.489470098370514528e-01 1.588126118820885196e-02 +9.516989298952357785e+04 2.535816439444322223e-01 1.607861799726500313e-02 +9.520174687591640395e+04 2.297341687760379725e-01 1.474154460134545833e-02 +9.523360076230923005e+04 2.341514011997001821e-01 1.464176003868457310e-02 +9.526545464870205615e+04 2.398158489358148682e-01 1.501442786292266074e-02 +9.529730853509489680e+04 2.228707736333953859e-01 1.459310987083948900e-02 +9.532916242148772290e+04 2.470223781466215351e-01 1.546216483700573255e-02 +9.536101630788056355e+04 2.332565053083439088e-01 1.478347530958962902e-02 +9.539287019427338964e+04 2.418824795567032226e-01 1.503497354756509231e-02 +9.542472408066621574e+04 2.384832641946971754e-01 1.471853826312238128e-02 +9.545657796705904184e+04 2.419330899738552088e-01 1.506765763055157963e-02 +9.548843185345188249e+04 2.362280874477782344e-01 1.521212830390402532e-02 +9.552028573984472314e+04 2.658295124872708803e-01 1.560527926965429336e-02 +9.555213962623753469e+04 2.455444733036792893e-01 1.516533585133258977e-02 +9.558399351263036078e+04 2.659192819750683667e-01 1.627265856598773472e-02 +9.561584739902320143e+04 2.452355019756200238e-01 1.517391266573414436e-02 +9.564770128541604208e+04 2.477551752505652849e-01 1.506058464506417061e-02 +9.567955517180886818e+04 2.447429428341031943e-01 1.519214187802393583e-02 +9.571140905820169428e+04 2.473091678234319579e-01 1.509286576687571615e-02 +9.574326294459452038e+04 2.315643908089878300e-01 1.422419641473291439e-02 +9.577511683098736103e+04 2.173421495626880195e-01 1.413557365534777802e-02 +9.580697071738018712e+04 2.393535828991666115e-01 1.458296346003552617e-02 +9.583882460377302777e+04 2.283853996245212015e-01 1.427045821126004393e-02 +9.587067849016585387e+04 2.419293687338781307e-01 1.475204039475012247e-02 +9.590253237655867997e+04 2.183249180050383653e-01 1.406955588559829877e-02 +9.593438626295150607e+04 2.448789833288006201e-01 1.475464059092203815e-02 +9.596624014934434672e+04 2.594650368491201453e-01 1.535483313819365793e-02 +9.599809403573718737e+04 2.496268848728888101e-01 1.508730504019143229e-02 +9.602994792213001347e+04 2.488245358752768921e-01 1.482855338543975429e-02 +9.606180180852282501e+04 2.536569580350828135e-01 1.485080811534875665e-02 +9.609365569491566566e+04 2.482949333313635432e-01 1.469855086350841181e-02 +9.612550958130850631e+04 2.837532945621359937e-01 1.604617773457956906e-02 +9.615736346770133241e+04 2.490323212990870339e-01 1.481615103987032021e-02 +9.618921735409415851e+04 2.455559730096828486e-01 1.480536386913903525e-02 +9.622107124048698461e+04 2.586741135626097754e-01 1.508215069341959681e-02 +9.625292512687982526e+04 2.401135200745776466e-01 1.437179685586165850e-02 +9.628477901327265135e+04 2.786057404591462672e-01 1.595378053131941629e-02 +9.631663289966549200e+04 2.698655556284445534e-01 1.565881695424720457e-02 +9.634848678605831810e+04 2.429743631495039635e-01 1.452581344392655550e-02 +9.638034067245114420e+04 2.475417524604149322e-01 1.466278436808093541e-02 +9.641219455884397030e+04 2.652339766802188081e-01 1.545250071860543827e-02 +9.644404844523681095e+04 2.659982982902784898e-01 1.553317977763237802e-02 +9.647590233162965160e+04 2.582080590361484074e-01 1.512434389259814313e-02 +9.650775621802247770e+04 2.525011310100100936e-01 1.449408254338095149e-02 +9.653961010441528924e+04 2.453368173423478571e-01 1.481385240399170529e-02 +9.657146399080812989e+04 2.779968620838958460e-01 1.606591028191208664e-02 +9.660331787720097054e+04 2.455644115641977820e-01 1.454631855028391124e-02 +9.663517176359379664e+04 2.627016678138751615e-01 1.527410955828413519e-02 +9.666702564998662274e+04 2.864961536072919146e-01 1.640903033360914531e-02 +9.669887953637944884e+04 2.843111775215649839e-01 1.605450789368791792e-02 +9.673073342277228949e+04 2.808178254771571125e-01 1.586688166483767731e-02 +9.676258730916511558e+04 2.917403256465325723e-01 1.626268484008294019e-02 +9.679444119555795623e+04 2.902784217283368440e-01 1.602306017707316385e-02 +9.682629508195078233e+04 2.716379689043874057e-01 1.517045315447540683e-02 +9.685814896834360843e+04 2.709387936656215690e-01 1.528057649175906633e-02 +9.689000285473643453e+04 2.783183274572488819e-01 1.564569859038517086e-02 +9.692185674112927518e+04 2.731223928583885741e-01 1.591233221838477679e-02 +9.695371062752211583e+04 2.693470658517856386e-01 1.552589387574766604e-02 +9.698556451391494193e+04 2.702219772197174130e-01 1.540976726197390567e-02 +9.701741840030775347e+04 2.830971645245208834e-01 1.623489652314344736e-02 +9.704927228670059412e+04 3.001039311638095120e-01 1.663938996075338059e-02 +9.708112617309343477e+04 2.951066039426119003e-01 1.616094874897600411e-02 +9.711298005948626087e+04 2.896263436524392776e-01 1.635177751896996212e-02 +9.714483394587908697e+04 2.978817846678649683e-01 1.615128116300287506e-02 +9.717668783227191307e+04 3.176607420585644825e-01 1.689007594680176291e-02 +9.720854171866475372e+04 3.087331492220322104e-01 1.687316863088276706e-02 +9.724039560505757981e+04 2.833889956925635389e-01 1.608589188470033529e-02 +9.727224949145042046e+04 2.837814773036163585e-01 1.611152021689834721e-02 +9.730410337784324656e+04 3.080831412198175578e-01 1.699203106791915760e-02 +9.733595726423607266e+04 3.057062380594191553e-01 1.641078135775476954e-02 +9.736781115062889876e+04 3.269679556492380845e-01 1.740049901202491214e-02 +9.739966503702173941e+04 3.340834901919280120e-01 1.712925199197547210e-02 +9.743151892341458006e+04 3.376707192999592322e-01 1.740964557415739314e-02 +9.746337280980740616e+04 3.423775339845639420e-01 1.771637487807117828e-02 +9.749522669620021770e+04 3.267510214385500600e-01 1.706059228515010087e-02 +9.752708058259305835e+04 3.119220065233560546e-01 1.626988036743422933e-02 +9.755893446898589900e+04 3.390419183749354137e-01 1.756493076647399135e-02 +9.759078835537872510e+04 2.886182620936200705e-01 1.596784451684616149e-02 +9.762264224177155120e+04 3.188212055204943662e-01 1.691330001010537404e-02 +9.765449612816437730e+04 3.311867463292074709e-01 1.712805718219412646e-02 +9.768635001455721795e+04 3.388238156077802432e-01 1.751131917484127429e-02 +9.771820390095004404e+04 3.161783198486201041e-01 1.674001458511797935e-02 +9.775005778734288469e+04 3.361907364841126289e-01 1.727297782635365403e-02 +9.778191167373571079e+04 3.333563351205127701e-01 1.715018564972293005e-02 +9.781376556012853689e+04 3.321071674007614605e-01 1.710121088849973769e-02 +9.784561944652136299e+04 3.318383005746137204e-01 1.714269436920785525e-02 +9.787747333291420364e+04 3.436382541515454747e-01 1.726172213988698412e-02 +9.790932721930704429e+04 3.207624878367508203e-01 1.666542106281064528e-02 +9.794118110569987039e+04 3.296914298473339056e-01 1.697721840997292939e-02 +9.797303499209268193e+04 3.612868292347963806e-01 1.787514083994274500e-02 +9.800488887848552258e+04 3.608795421514469082e-01 1.742861985626307023e-02 +9.803674276487836323e+04 3.495146102655414810e-01 1.735836221559976938e-02 +9.806859665127118933e+04 3.684570726131827234e-01 1.792078829934184991e-02 +9.810045053766401543e+04 3.650846072674034382e-01 1.820023774668855579e-02 +9.813230442405684153e+04 3.418184949533312755e-01 1.696185296016049920e-02 +9.816415831044968218e+04 3.664046518438271449e-01 1.808733760093963680e-02 +9.819601219684250827e+04 3.525137378026444446e-01 1.733148342522142227e-02 +9.822786608323534892e+04 3.716492041653257639e-01 1.810784257057393432e-02 +9.825971996962817502e+04 3.500906803493474828e-01 1.721026273243130705e-02 +9.829157385602100112e+04 3.783895696585596324e-01 1.807362987761662598e-02 +9.832342774241382722e+04 3.854931269225463919e-01 1.824917221076555185e-02 +9.835528162880666787e+04 3.721607958795544735e-01 1.794228352404189653e-02 +9.838713551519949397e+04 3.708381866811726324e-01 1.781198175898067448e-02 +9.841898940159233462e+04 4.015167104043463331e-01 1.837117611775031939e-02 +9.845084328798514616e+04 3.397978351470413716e-01 1.666214583498478938e-02 +9.848269717437798681e+04 4.016749106511863232e-01 1.878470604112036230e-02 +9.851455106077082746e+04 3.805952426435000868e-01 1.792307281611628042e-02 +9.854640494716365356e+04 3.847285636148958798e-01 1.804645413448851751e-02 +9.857825883355647966e+04 3.883014951998838837e-01 1.803130520312875087e-02 +9.861011271994930576e+04 4.063955396979566093e-01 1.879153914699575878e-02 +9.864196660634214641e+04 4.047886708022864766e-01 1.907166514096765228e-02 +9.867382049273498706e+04 3.922813979726456068e-01 1.843295818811453018e-02 +9.870567437912779860e+04 4.262296575762120621e-01 1.894437026493506898e-02 +9.873752826552063925e+04 4.232630564031609199e-01 1.909313193715849594e-02 +9.876938215191346535e+04 4.273163386622567672e-01 1.923304449948688363e-02 +9.880123603830630600e+04 4.686082127243142992e-01 2.022905810926691264e-02 +9.883308992469913210e+04 4.494682467634472101e-01 1.966854018138233795e-02 +9.886494381109195820e+04 4.955477341987274964e-01 2.077356871388170295e-02 +9.889679769748479885e+04 4.284155456097129555e-01 1.918083468721468177e-02 +9.892865158387762494e+04 4.464011626178601144e-01 1.967419577292807420e-02 +9.896050547027045104e+04 4.404375652728316770e-01 1.913222418084655971e-02 +9.899235935666329169e+04 4.446261614230809789e-01 1.910561071598435717e-02 +9.902421324305611779e+04 4.618517371482304124e-01 1.997520999931086741e-02 +9.905606712944894389e+04 4.993496082867679986e-01 2.059968896724077153e-02 +9.908792101584176999e+04 4.907453708650837410e-01 2.057847006401501352e-02 +9.911977490223461064e+04 4.663577432602927231e-01 1.970132458781784224e-02 +9.915162878862745129e+04 4.743720322014086110e-01 2.028325171314497924e-02 +9.918348267502026283e+04 4.895608193577725142e-01 2.010643124257076308e-02 +9.921533656141310348e+04 4.686931751398933921e-01 1.995059080643447197e-02 +9.924719044780592958e+04 4.854986539254528832e-01 2.039243184915179655e-02 +9.927904433419877023e+04 5.012365895214951905e-01 2.054826353960799087e-02 +9.931089822059159633e+04 5.361937575550814739e-01 2.152116681706440007e-02 +9.934275210698442243e+04 5.212560522045073252e-01 2.078287628767528164e-02 +9.937460599337726308e+04 5.192384527707097908e-01 2.049377961064817108e-02 +9.940645987977008917e+04 6.077879720100131111e-01 2.311322986078979264e-02 +9.943831376616291527e+04 5.775422503213272218e-01 2.188225016853584740e-02 +9.947016765255575592e+04 5.319835151703018461e-01 2.090093337317474112e-02 +9.950202153894858202e+04 6.085459965023122253e-01 2.265289427102499045e-02 +9.953387542534140812e+04 5.975798076094109845e-01 2.263981559678601707e-02 +9.956572931173423422e+04 5.822592162240051161e-01 2.176586806569075563e-02 +9.959758319812707487e+04 5.919823810840890710e-01 2.218970624480973500e-02 +9.962943708451991552e+04 5.820606716773881750e-01 2.169306794740167091e-02 +9.966129097091272706e+04 6.395709739343613531e-01 2.268848767082355666e-02 +9.969314485730556771e+04 6.556680394300488102e-01 2.328174167957649046e-02 +9.972499874369839381e+04 7.752729326176409641e-01 2.541450719351759022e-02 +9.975685263009123446e+04 1.036414696123571844e+00 3.026051236011622833e-02 +9.978870651648406056e+04 1.605012444810634209e+00 3.890200300592763089e-02 +9.982056040287688666e+04 3.181350111168971040e+00 5.676320276380806412e-02 +9.985241428926972731e+04 6.902372887983037053e+00 8.593916628795332524e-02 +9.988426817566255340e+04 1.484330741565010570e+01 1.263582901363755340e-01 +9.991612206205537950e+04 3.069290922255668619e+01 1.822630582216236972e-01 +9.994797594844822015e+04 5.702337584576881113e+01 2.471176044248935277e-01 +9.997982983484104625e+04 9.521003762239267587e+01 3.159233685109480438e-01 +1.000116837212338723e+05 1.405210037467587938e+02 3.791235103674953089e-01 +1.000435376076266984e+05 1.830037855633730999e+02 4.257411873119040790e-01 +1.000753914940195391e+05 2.117444151721264234e+02 4.511720029806625676e-01 +1.001072453804123797e+05 2.165299218299388997e+02 4.486753187638734541e-01 +1.001390992668051913e+05 1.958170450722774376e+02 4.187230524601677217e-01 +1.001709531531980319e+05 1.576027807628453843e+02 3.683339993685282865e-01 +1.002028070395908580e+05 1.106157155433089088e+02 3.016951434017380307e-01 +1.002346609259836987e+05 6.820882366748652714e+01 2.317927260104969689e-01 +1.002665148123765248e+05 3.762763746391165398e+01 1.681993796266866570e-01 +1.002983686987693509e+05 1.908748091591188611e+01 1.171185935510452025e-01 +1.003302225851621915e+05 8.874047643945967678e+00 7.813479262896687316e-02 +1.003620764715550176e+05 4.100850229456523444e+00 5.257669537786725106e-02 +1.003939303579478437e+05 1.994584984939617334e+00 3.664444153014961153e-02 +1.004257842443406844e+05 1.189606794245443355e+00 2.889637252465224182e-02 +1.004576381307335105e+05 8.982029143131736726e-01 2.629360273988541954e-02 +1.004894920171263366e+05 7.176056766930611897e-01 2.344903031650995284e-02 +1.005213459035191627e+05 6.910431993216679114e-01 2.363122550980219921e-02 +1.005531997899120033e+05 6.353077230517824026e-01 2.246678325000652648e-02 +1.005850536763048440e+05 6.321256426695093245e-01 2.204963004656301795e-02 +1.006169075626976555e+05 6.592819819068934661e-01 2.287432204134075622e-02 +1.006487614490904962e+05 6.651756637873450506e-01 2.321472709302053669e-02 +1.006806153354833223e+05 5.819576433766823209e-01 2.156143370223318617e-02 +1.007124692218761629e+05 5.988762387636742401e-01 2.225294452730464806e-02 +1.007443231082689890e+05 5.756203462712436991e-01 2.153290979962320037e-02 +1.007761769946618151e+05 5.263943964200963332e-01 2.030324167215178180e-02 +1.008080308810546558e+05 5.899777658134912617e-01 2.218021892751260299e-02 +1.008398847674474819e+05 5.623647015693956641e-01 2.136517888589586564e-02 +1.008717386538403080e+05 5.310342519970451258e-01 2.075246295565011043e-02 +1.009035925402331486e+05 5.709517803429531302e-01 2.175448859267642768e-02 +1.009354464266259747e+05 5.286280158153261466e-01 2.061797517993412335e-02 +1.009673003130188008e+05 5.146856425268682145e-01 2.068006980014437668e-02 +1.009991541994116269e+05 4.929956566860504985e-01 2.007339862850349849e-02 +1.010310080858044676e+05 5.126768060930269044e-01 2.063816940602396580e-02 +1.010628619721973082e+05 5.006963231899573818e-01 2.018298572756242748e-02 +1.010947158585901198e+05 5.046970570991017313e-01 2.031416760640022967e-02 +1.011265697449829604e+05 5.369287670451793337e-01 2.146701602924147578e-02 +1.011584236313757865e+05 4.786005324430226415e-01 1.998581436589686941e-02 +1.011902775177686271e+05 4.917910308271793984e-01 2.025916016590956908e-02 +1.012221314041614532e+05 5.276038357760957087e-01 2.048864905692996188e-02 +1.012539852905542793e+05 5.006571650489055614e-01 2.090109771456277743e-02 +1.012858391769471200e+05 4.807150739598579636e-01 2.019876296041686961e-02 +1.013176930633399461e+05 4.732137136538103195e-01 2.003846996548054246e-02 +1.013495469497327722e+05 4.679706091201976115e-01 1.951088871135078437e-02 +1.013814008361256128e+05 4.874565149818034793e-01 1.994275785534783269e-02 +1.014132547225184389e+05 4.572897975244364921e-01 1.929791229123939758e-02 +1.014451086089112796e+05 4.601016541156898176e-01 1.975881943464666973e-02 +1.014769624953040911e+05 4.923545609320917893e-01 2.057048498556656932e-02 +1.015088163816969318e+05 4.787914320358037656e-01 2.078913542889946481e-02 +1.015406702680897724e+05 4.578089700648562133e-01 1.965285641456928495e-02 +1.015725241544825985e+05 4.554814951256376254e-01 1.961000800090047930e-02 +1.016043780408754246e+05 4.539923340808235119e-01 1.992942638060198404e-02 +1.016362319272682507e+05 4.267523881716063783e-01 1.899057993033508029e-02 +1.016680858136610914e+05 4.180142208223460720e-01 1.898782589244922547e-02 +1.016999397000539175e+05 4.416549562295256082e-01 1.917313537386793748e-02 +1.017317935864467436e+05 3.961238355453695625e-01 1.788806142236643720e-02 +1.017636474728395842e+05 3.955002143324788944e-01 1.809670788543372641e-02 +1.017955013592324103e+05 4.483814947674860107e-01 2.014001345396252904e-02 +1.018273552456252364e+05 4.594349029677349261e-01 2.014030905622106460e-02 +1.018592091320180771e+05 4.144577705137652002e-01 1.873602356142473405e-02 +1.018910630184109032e+05 4.059488436899594266e-01 1.895626914626680898e-02 +1.019229169048037438e+05 3.868691997341718314e-01 1.853438098094282310e-02 +1.019547707911965554e+05 4.343739140686610489e-01 1.952193127959128346e-02 +1.019866246775893960e+05 4.301294923800411674e-01 1.897023802656061867e-02 +1.020184785639822367e+05 4.399061908086911998e-01 1.981656836441687136e-02 +1.020503324503750628e+05 4.184092913460533136e-01 1.908850500217417964e-02 +1.020821863367678889e+05 4.472547666382849507e-01 1.967720238059440102e-02 +1.021140402231607150e+05 4.285864251309400297e-01 1.940288594940784220e-02 +1.021458941095535556e+05 3.906915272620167801e-01 1.849983612447371820e-02 +1.021777479959463817e+05 3.911695125175843057e-01 1.840490820387684703e-02 +1.022096018823392078e+05 4.053194322608435485e-01 1.934737322411222982e-02 +1.022414557687320485e+05 4.028512691728775019e-01 1.879919454078882862e-02 +1.022733096551248746e+05 3.996579595919101391e-01 1.912066811608221367e-02 +1.023051635415177007e+05 3.793369231262507801e-01 1.831821014523108207e-02 +1.023370174279105413e+05 3.640096264275976545e-01 1.820754553388620120e-02 +1.023688713143033674e+05 3.977300852651893259e-01 1.891778960397816692e-02 +1.024007252006962080e+05 4.097052036788051965e-01 1.901839684203893155e-02 +1.024325790870890196e+05 3.671671343569108403e-01 1.840404026475181767e-02 +1.024644329734818602e+05 3.622825728211129248e-01 1.785845249419788436e-02 +1.024962868598747009e+05 3.633259309617372090e-01 1.792759333622389803e-02 +1.025281407462675270e+05 3.839581016742645292e-01 1.841661317359147287e-02 +1.025599946326603531e+05 3.880274763210092570e-01 1.931587025137659550e-02 +1.025918485190531792e+05 3.438104978891719510e-01 1.730113752220449608e-02 +1.026237024054460198e+05 3.978290449831393683e-01 1.891582070569632068e-02 +1.026555562918388459e+05 3.731841452684101501e-01 1.844379155432970471e-02 +1.026874101782316720e+05 4.042713460012906657e-01 1.974452454770252857e-02 +1.027192640646245127e+05 3.609260711199582250e-01 1.797880879036775972e-02 +1.027511179510173388e+05 4.003943686707864824e-01 1.922359132507599558e-02 +1.027829718374101649e+05 3.814169381081536359e-01 1.817178096082629896e-02 +1.028148257238030055e+05 3.742912786853258567e-01 1.844602618569168503e-02 +1.028466796101958316e+05 3.907437347666467553e-01 1.927466948778457784e-02 +1.028785334965886723e+05 3.941121491297574497e-01 1.905346936965113605e-02 +1.029103873829814838e+05 3.632501646998748668e-01 1.843407892999905651e-02 +1.029422412693743245e+05 3.681920238614820873e-01 1.843714038128182325e-02 +1.029740951557671651e+05 3.842073736308437848e-01 1.870376878420338534e-02 +1.030059490421599912e+05 3.381102930065738033e-01 1.722218445582395646e-02 +1.030378029285528028e+05 3.989206448343158851e-01 1.918375457545664492e-02 +1.030696568149456434e+05 3.942807825829280355e-01 1.934670725785000295e-02 +1.031015107013384841e+05 3.840551696479174715e-01 1.912790432706669083e-02 +1.031333645877313102e+05 3.679288915790804304e-01 1.855963169987834976e-02 +1.031652184741241363e+05 3.703153930242462644e-01 1.828833237418862195e-02 +1.031970723605169624e+05 3.667781560803073382e-01 1.829139285389070821e-02 +1.032289262469098030e+05 3.672048275879810642e-01 1.833890232437432669e-02 +1.032607801333026291e+05 3.917714018342991489e-01 1.921716271037248250e-02 +1.032926340196954698e+05 3.927671244343005075e-01 1.952903108595881523e-02 +1.033244879060882959e+05 3.729224569982780846e-01 1.875319418877853875e-02 +1.033563417924811220e+05 3.870712300280674256e-01 1.953684208765835845e-02 +1.033881956788739481e+05 3.771165960858958721e-01 1.870918154573790460e-02 +1.034200495652667887e+05 4.022489304728559256e-01 1.945979449876213130e-02 +1.034519034516596294e+05 3.824331085218538595e-01 1.987365319611035519e-02 +1.034837573380524555e+05 3.564444278977882408e-01 1.819718300500700048e-02 +1.035156112244452670e+05 3.909083179781189243e-01 1.906231812073351517e-02 +1.035474651108381076e+05 3.638133083788311350e-01 1.858739337428206434e-02 +1.035793189972309483e+05 4.060235933258060093e-01 2.081428806850230476e-02 +1.036111728836237744e+05 3.757665251970972453e-01 1.938302092427366188e-02 +1.036430267700166005e+05 3.998673425460606556e-01 1.995014416361425708e-02 +1.036748806564094266e+05 3.635048238988272673e-01 1.867923571823915802e-02 +1.037067345428022672e+05 3.539578291122775777e-01 1.903793684869070635e-02 +1.037385884291950933e+05 3.867041549648836951e-01 1.981179704792006627e-02 +1.037704423155879340e+05 3.776241163896688069e-01 1.958863562762407085e-02 +1.038022962019807601e+05 3.605766062092898294e-01 1.888825810828620791e-02 +1.038341500883735862e+05 3.602876841533939611e-01 1.826042259371798981e-02 +1.038660039747664123e+05 3.721603881944981485e-01 1.896765711525547418e-02 +1.038978578611592529e+05 3.825207239819568561e-01 1.945992833589836254e-02 +1.039297117475520936e+05 3.719428292528486613e-01 1.902007310521162606e-02 +1.039615656339449197e+05 3.904184963028229371e-01 1.962551175683204668e-02 +1.039934195203377312e+05 3.946324022694054356e-01 1.991964323184540128e-02 +1.040252734067305719e+05 3.488339760234471787e-01 1.868866407837756552e-02 +1.040571272931234125e+05 4.137225509135643020e-01 2.034511526380786486e-02 +1.040889811795162386e+05 3.273173508867244785e-01 1.776241929785661242e-02 +1.041208350659090647e+05 3.749863685558070259e-01 1.944858688616971781e-02 +1.041526889523018908e+05 3.600397351418189174e-01 1.935942142912117081e-02 +1.041845428386947315e+05 3.419257329382176525e-01 1.822864535747330955e-02 +1.042163967250875721e+05 3.705473759906534048e-01 1.931778481171165726e-02 +1.042482506114803982e+05 3.611992477141479085e-01 1.883213106218183455e-02 +1.042801044978732243e+05 3.577313877265309583e-01 1.918224576352619073e-02 +1.043119583842660504e+05 3.704693978841981927e-01 1.895339738809950769e-02 +1.043438122706588911e+05 3.779974415622568973e-01 1.934270144353546564e-02 +1.043756661570517172e+05 4.063233120252311426e-01 2.025457846065256695e-02 +1.044075200434445578e+05 3.898643638272945022e-01 1.971208145813689583e-02 +1.044393739298373839e+05 3.836008942827502932e-01 1.943263456500061298e-02 +1.044712278162302100e+05 3.834400358074411819e-01 1.979283840718473395e-02 +1.045030817026230361e+05 3.977011248001288135e-01 2.059177471420145164e-02 +1.045349355890158768e+05 4.004945841046980703e-01 2.013748088653836282e-02 +1.045667894754087174e+05 3.894237394671768993e-01 1.969591825191925952e-02 +1.045986433618015290e+05 4.219830424673695068e-01 2.119828831992591478e-02 +1.046304972481943551e+05 3.531996982847928068e-01 1.904345174304437546e-02 +1.046623511345871957e+05 4.083245741194416745e-01 2.055291241075548475e-02 +1.046942050209800364e+05 4.215547768282200125e-01 2.098093683422449021e-02 +1.047260589073728624e+05 3.936515408069936606e-01 1.967316471231622677e-02 +1.047579127937656885e+05 4.118821207241223359e-01 2.071385688853376317e-02 +1.047897666801585146e+05 3.981785098309658100e-01 2.093033590659948776e-02 +1.048216205665513553e+05 3.879038604410284807e-01 1.941530755260410801e-02 +1.048534744529441814e+05 3.921951071206314365e-01 1.967286300416047976e-02 +1.048853283393370220e+05 3.675140397608414045e-01 1.905299300963042217e-02 +1.049171822257298481e+05 3.841928868107500339e-01 1.962508003927466646e-02 +1.049490361121226742e+05 3.871222305516058282e-01 1.966601691766201379e-02 +1.049808899985155003e+05 4.021991351525731617e-01 2.011272370034719245e-02 +1.050127438849083410e+05 4.097217463432755724e-01 2.043720370014300708e-02 +1.050445977713011816e+05 3.889490101955175860e-01 1.984302675844728733e-02 +1.050764516576939932e+05 3.706199761447691032e-01 1.996467788483222844e-02 +1.051083055440868193e+05 3.835449659777010467e-01 2.029224768119201536e-02 +1.051401594304796599e+05 3.902060409054853296e-01 2.034063058248165162e-02 +1.051720133168725006e+05 3.824878407459809115e-01 1.945696728698546527e-02 +1.052038672032653267e+05 3.793474721979020470e-01 1.949533007449042940e-02 +1.052357210896581528e+05 3.960157560734952620e-01 2.052920704529819992e-02 +1.052675749760509789e+05 3.403588727113551204e-01 1.785257098382876662e-02 +1.052994288624438195e+05 4.254495764056934193e-01 2.163873028054207406e-02 +1.053312827488366456e+05 4.001941625744243614e-01 2.109308980837710026e-02 +1.053631366352294863e+05 4.188801240002205661e-01 2.074660700822579529e-02 +1.053949905216223124e+05 4.202696726039681363e-01 2.068955142954963938e-02 +1.054268444080151385e+05 3.842804086749084247e-01 2.011001346743210641e-02 +1.054586982944079646e+05 4.125778801466319368e-01 2.062323412140784282e-02 +1.054905521808008052e+05 3.896381417165444838e-01 1.957113268962500791e-02 +1.055224060671936459e+05 4.377549583991122706e-01 2.152866272443495002e-02 +1.055542599535864574e+05 4.150677410016380686e-01 2.044583291495294386e-02 +1.055861138399792835e+05 4.507884289036774850e-01 2.258080457226015886e-02 +1.056179677263721242e+05 3.874793032669966442e-01 2.068050062244275802e-02 +1.056498216127649648e+05 4.040519072611902796e-01 2.055893274409895111e-02 +1.056816754991577909e+05 4.173032922219322982e-01 2.171036245208765592e-02 +1.057135293855506170e+05 4.067317697301379709e-01 2.127785958028108326e-02 +1.057453832719434431e+05 4.096664379676964729e-01 2.055262748521618360e-02 +1.057772371583362838e+05 4.298803887301781423e-01 2.176380086233757616e-02 +1.058090910447291099e+05 3.930249767705884523e-01 2.006982203359284483e-02 +1.058409449311219505e+05 4.435745327179567155e-01 2.213338822779611220e-02 +1.058727988175147766e+05 4.101035488214207492e-01 2.133162417054043636e-02 +1.059046527039076027e+05 4.344417274912736326e-01 2.139450797353937769e-02 +1.059365065903004288e+05 4.007558311722826394e-01 2.096012275072109757e-02 +1.059683604766932694e+05 4.356341051666995923e-01 2.190708066345352714e-02 +1.060002143630861101e+05 4.753420636694125623e-01 2.375245915906394265e-02 +1.060320682494789216e+05 4.266081402824218327e-01 2.205194410962964952e-02 +1.060639221358717477e+05 4.355683084101528713e-01 2.198466573495215168e-02 +1.060957760222645884e+05 4.532201532598892357e-01 2.265865660399725076e-02 +1.061276299086574290e+05 4.110318736638386983e-01 2.158434923870945418e-02 +1.061594837950502551e+05 4.733947370821892653e-01 2.325221955474441118e-02 +1.061913376814430812e+05 4.607215333514175781e-01 2.358895520976408977e-02 +1.062231915678359073e+05 4.990183858858771582e-01 2.487464258968464376e-02 +1.062550454542287480e+05 4.351133556877969655e-01 2.170274871574233780e-02 +1.062868993406215741e+05 3.976078367560512694e-01 2.152072312656230432e-02 +1.063187532270144147e+05 4.313600063454564038e-01 2.243294663058399696e-02 +1.063506071134072408e+05 4.494194726962409958e-01 2.258552050091347865e-02 +1.063824609998000669e+05 4.855677598555774854e-01 2.425139034128708307e-02 +1.064143148861928930e+05 4.468180153558038992e-01 2.245669170749905671e-02 +1.064461687725857337e+05 4.605391122700853157e-01 2.368593164625204875e-02 +1.064780226589785743e+05 4.550968507986979383e-01 2.290023148206647360e-02 +1.065098765453713859e+05 4.445773431679481136e-01 2.303057220273084515e-02 +1.065417304317642120e+05 4.854365469843534564e-01 2.325759448415875771e-02 +1.065735843181570526e+05 4.888679582669792079e-01 2.454638890793845937e-02 +1.066054382045498933e+05 4.336861979770941788e-01 2.270146757201520205e-02 +1.066372920909427194e+05 4.565990067603417080e-01 2.307689690553337350e-02 +1.066691459773355455e+05 5.001783047392165393e-01 2.465358909763768619e-02 +1.067009998637283716e+05 4.688730532538069595e-01 2.419499389493874608e-02 +1.067328537501212122e+05 4.412382608436116738e-01 2.320040668758597754e-02 +1.067647076365140383e+05 4.744275868330472545e-01 2.375008820166219989e-02 +1.067965615229068790e+05 5.027896554022927011e-01 2.589466415834506749e-02 +1.068284154092997051e+05 4.626336005210732738e-01 2.331920499977802735e-02 +1.068602692956925312e+05 4.858835753196378837e-01 2.438791223831729763e-02 +1.068921231820853573e+05 4.709024563294775256e-01 2.459160991782028891e-02 +1.069239770684781979e+05 5.106052997966614715e-01 2.537258864649915777e-02 +1.069558309548710386e+05 4.639190336953640248e-01 2.417772423489654085e-02 +1.069876848412638501e+05 4.980888519666380465e-01 2.507268210549099680e-02 +1.070195387276566762e+05 4.769911430942376240e-01 2.462411387957722658e-02 +1.070513926140495169e+05 5.486188160299809713e-01 2.729985418654555518e-02 +1.070832465004423575e+05 4.616137358818974135e-01 2.426992860070359762e-02 +1.071151003868351836e+05 5.022630131208646320e-01 2.551685437623268243e-02 +1.071469542732280097e+05 5.378117548791238045e-01 2.666924885552251004e-02 +1.071788081596208358e+05 4.728852877794129106e-01 2.338750366851933757e-02 +1.072106620460136764e+05 5.138744793784894016e-01 2.603405483142427063e-02 +1.072425159324065025e+05 4.904244249723217486e-01 2.528580359855463547e-02 +1.072743698187993432e+05 5.180497961325152279e-01 2.555616162931922952e-02 +1.073062237051921693e+05 4.758771280432089190e-01 2.417667154927255826e-02 +1.073380775915849954e+05 5.274088094538857963e-01 2.645502624144286871e-02 +1.073699314779778215e+05 5.384304008407204689e-01 2.668618629600083905e-02 +1.074017853643706621e+05 4.880350137052846815e-01 2.532035772796342385e-02 +1.074336392507635028e+05 4.776633004633635271e-01 2.505501837849577473e-02 +1.074654931371563289e+05 5.467793353302958792e-01 2.688497121200571910e-02 +1.074973470235491404e+05 4.733326241079828800e-01 2.439354835675604932e-02 +1.075292009099419811e+05 5.025896751462399781e-01 2.628534370208569435e-02 +1.075610547963348217e+05 5.430733546864777717e-01 2.661228627083961004e-02 +1.075929086827276478e+05 5.582256868762480728e-01 2.750500430724481943e-02 +1.076247625691204739e+05 5.366821875744302028e-01 2.683750312646439318e-02 +1.076566164555133000e+05 5.114887807314077994e-01 2.670452218443725850e-02 +1.076884703419061407e+05 5.304511402951355148e-01 2.635876287946527577e-02 +1.077203242282989668e+05 5.426373564076587552e-01 2.751049959638834919e-02 +1.077521781146917929e+05 5.147903686301940063e-01 2.649645093279334729e-02 +1.077840320010846335e+05 5.347856323841999604e-01 2.646935347412432415e-02 +1.078158858874774596e+05 5.433260001424821128e-01 2.722062983834437622e-02 +1.078477397738702857e+05 5.751167371511738402e-01 2.772284368644689981e-02 +1.078795936602631264e+05 5.487295092503248206e-01 2.718816439366604845e-02 +1.079114475466559525e+05 5.389336997469508228e-01 2.746004921920227812e-02 +1.079433014330487931e+05 4.840554004839914271e-01 2.600154443635426665e-02 +1.079751553194416047e+05 5.398251073501778574e-01 2.712470457478717220e-02 +1.080070092058344453e+05 5.737895025058018517e-01 2.888495112771929940e-02 +1.080388630922272860e+05 6.222961451991066983e-01 3.005583479238662509e-02 +1.080707169786201121e+05 5.678009133739981840e-01 2.804147503844343220e-02 +1.081025708650129382e+05 5.679317434120282337e-01 2.871912478687276005e-02 +1.081344247514057643e+05 5.867597755453878294e-01 2.927467329484448669e-02 +1.081662786377986049e+05 5.860209366023936273e-01 2.970766526293116064e-02 +1.081981325241914310e+05 6.149602454261746676e-01 2.995397128083243654e-02 +1.082299864105842571e+05 5.615238755269142956e-01 2.891696236710283516e-02 +1.082618402969770978e+05 5.505494387950777835e-01 2.754089765836060383e-02 +1.082936941833699238e+05 5.884948038727036979e-01 3.009882736076329238e-02 +1.083255480697627499e+05 6.365517543056198324e-01 3.055129756152982420e-02 +1.083574019561555906e+05 6.181497676981239087e-01 3.010292981697613654e-02 +1.083892558425484167e+05 5.703700615079924097e-01 2.850754073035662722e-02 +1.084211097289412573e+05 5.891808436914498515e-01 2.927903511568585165e-02 +1.084529636153340689e+05 6.309377153780797443e-01 3.179492375231246504e-02 +1.084848175017269095e+05 5.941711493286501167e-01 2.992508352754521400e-02 +1.085166713881197502e+05 6.868234111174541523e-01 3.226147815291448978e-02 +1.085485252745125763e+05 6.269853705906563990e-01 3.041901229892276376e-02 +1.085803791609054024e+05 6.218452511564966922e-01 3.034645869692791792e-02 +1.086122330472982285e+05 5.734657301223056169e-01 2.879869565723218103e-02 +1.086440869336910691e+05 6.092894254805777399e-01 2.993095110006435688e-02 +1.086759408200838952e+05 6.138472025241139551e-01 3.010560226458131039e-02 +1.087077947064767213e+05 5.858041785061194329e-01 2.974823960304029055e-02 +1.087396485928695620e+05 6.254007290271808017e-01 3.040273448472614187e-02 +1.087715024792623881e+05 6.206650111372655765e-01 3.079118813508264704e-02 +1.088033563656552142e+05 6.342732694951008776e-01 3.106795508330765718e-02 +1.088352102520480548e+05 6.461556582364358370e-01 3.239258888012705451e-02 +1.088670641384408809e+05 6.499317018792206690e-01 3.171648837504972840e-02 +1.088989180248337216e+05 6.681844449432094990e-01 3.208252474406990407e-02 +1.089307719112265331e+05 6.422939440937809330e-01 3.152615031988795224e-02 +1.089626257976193738e+05 6.790810468521070176e-01 3.349491306486732795e-02 +1.089944796840122144e+05 6.606943114155772179e-01 3.217172912529769196e-02 +1.090263335704050405e+05 6.417852319233819935e-01 3.172724639954732639e-02 +1.090581874567978666e+05 6.544336636052904277e-01 3.213970783205371412e-02 +1.090900413431906927e+05 6.656317141859813269e-01 3.176285400092036110e-02 +1.091218952295835334e+05 6.626852010310051444e-01 3.231445053160941078e-02 +1.091537491159763595e+05 7.369998589732543737e-01 3.478288503667025661e-02 +1.091856030023691856e+05 6.739554399263572027e-01 3.205683518430411244e-02 +1.092174568887620262e+05 7.482228683249161350e-01 3.460754690862073712e-02 +1.092493107751548523e+05 6.450544250229319765e-01 3.173015213991799144e-02 +1.092811646615476784e+05 7.721120125084476316e-01 3.738126455220021349e-02 +1.093130185479405191e+05 7.187457234215526292e-01 3.463162418716216745e-02 +1.093448724343333452e+05 7.392615727468639930e-01 3.465945573546703323e-02 +1.093767263207261858e+05 7.404384575638687238e-01 3.456273646173282921e-02 +1.094085802071189974e+05 6.627755506179745515e-01 3.223790341598339187e-02 +1.094404340935118380e+05 7.217825030174452872e-01 3.376624742253513112e-02 +1.094722879799046787e+05 7.312450475043423825e-01 3.442822912294032228e-02 +1.095041418662975047e+05 7.079838885690873385e-01 3.348469713729380903e-02 +1.095359957526903308e+05 7.406718639437915863e-01 3.528249934427737239e-02 +1.095678496390831569e+05 7.590018702336400747e-01 3.621001593631782700e-02 +1.095997035254759976e+05 7.619119235023984471e-01 3.550268555610803373e-02 +1.096315574118688237e+05 7.715037977774005240e-01 3.593371549532240611e-02 +1.096634112982616498e+05 7.505969388446445123e-01 3.472352113007978053e-02 +1.096952651846544904e+05 7.542311931814621451e-01 3.417300238662906997e-02 +1.097271190710473165e+05 8.446631214469301208e-01 3.870798102155322690e-02 +1.097589729574401426e+05 8.107886618752888630e-01 3.661368513804057201e-02 +1.097908268438329833e+05 7.919137066563092242e-01 3.648241108625361467e-02 +1.098226807302258239e+05 7.700019945063087956e-01 3.525604236643190004e-02 +1.098545346166186646e+05 7.815330316433741764e-01 3.596914897534062017e-02 +1.098863885030114761e+05 8.415317263273520698e-01 3.694918403681824587e-02 +1.099182423894043022e+05 8.113417451792412916e-01 3.750016645109285895e-02 +1.099500962757971429e+05 8.359841371075859007e-01 3.655456261598790529e-02 +1.099819501621899544e+05 8.227749094804533980e-01 3.702062494061211795e-02 +1.100138040485827951e+05 8.577254085433593245e-01 3.778364845415190659e-02 +1.100456579349756212e+05 8.265040404364721871e-01 3.724680942661370842e-02 +1.100775118213684618e+05 8.652139151443923870e-01 3.936612793890748030e-02 +1.101093657077613025e+05 8.856479412995968969e-01 3.934138827141463179e-02 +1.101412195941541286e+05 9.843631717126495317e-01 4.188453913812242857e-02 +1.101730734805469692e+05 8.929591286574116715e-01 4.028546237592472296e-02 +1.102049273669397808e+05 9.668391803578554322e-01 4.183110748517675226e-02 +1.102367812533326214e+05 8.418000046242918311e-01 3.738159148401266202e-02 +1.102686351397254475e+05 1.006240733183955349e+00 4.334794243439999556e-02 +1.103004890261182591e+05 9.308221921961294942e-01 4.016969665889619234e-02 +1.103323429125110997e+05 9.770733552553879653e-01 4.164721806628560868e-02 +1.103641967989039404e+05 8.639487483205864349e-01 3.872406282499422925e-02 +1.103960506852967665e+05 9.644580141910176208e-01 4.155923888665332550e-02 +1.104279045716896071e+05 9.252837204404360527e-01 4.099109653946489407e-02 +1.104597584580824478e+05 9.935453680444925606e-01 4.254702079803299175e-02 +1.104916123444752739e+05 9.828523944774935073e-01 4.268126940154359783e-02 +1.105234662308680854e+05 9.526567539130824658e-01 4.174963029536603309e-02 +1.105553201172609261e+05 9.563848966814999519e-01 4.100833312331215313e-02 +1.105871740036537667e+05 1.010051868327543678e+00 4.249340400710305277e-02 +1.106190278900465782e+05 1.077158538611844074e+00 4.483621116800079465e-02 +1.106508817764394043e+05 1.049873644023696873e+00 4.381528717376394211e-02 +1.106827356628322450e+05 9.741730165269903985e-01 4.121141934550025948e-02 +1.107145895492250856e+05 1.030338897701741141e+00 4.313731526078502104e-02 +1.107464434356179117e+05 1.001455588726249291e+00 4.249579163255288311e-02 +1.107782973220107524e+05 1.032575379611826882e+00 4.353167347758517269e-02 +1.108101512084035930e+05 1.075830770646933887e+00 4.447145660987925769e-02 +1.108420050947964046e+05 9.806226064755975136e-01 4.149058042659321127e-02 +1.108738589811892307e+05 9.901744488443301462e-01 4.209725705520365319e-02 +1.109057128675820713e+05 1.054645789743286377e+00 4.474698144215467910e-02 +1.109375667539748829e+05 1.123010291302695807e+00 4.608627707473808566e-02 +1.109694206403677235e+05 1.121965803876034729e+00 4.541735321227504535e-02 +1.110012745267605496e+05 1.093058657035585135e+00 4.618377770498113821e-02 +1.110331284131533903e+05 1.128961502354913327e+00 4.695156617690596917e-02 +1.110649822995462309e+05 1.136661225470613878e+00 4.712842382658494200e-02 +1.110968361859390570e+05 1.164358811393451321e+00 4.635901412316199843e-02 +1.111286900723318977e+05 1.133763954122446682e+00 4.668499742723561385e-02 +1.111605439587247092e+05 1.260032206168648861e+00 5.068146035415902612e-02 +1.111923978451175499e+05 1.298272038948681928e+00 5.006393384501738736e-02 +1.112242517315103760e+05 1.265552783878111320e+00 4.924188766059098971e-02 +1.112561056179031875e+05 1.194599845438575114e+00 4.746356405734463574e-02 +1.112879595042960282e+05 1.295968552802243101e+00 5.149515445528079355e-02 +1.113198133906888688e+05 1.289611750643459009e+00 5.006647517740552694e-02 +1.113516672770816949e+05 1.414343341543508492e+00 5.450446619335133636e-02 +1.113835211634745356e+05 1.252733314140351162e+00 5.027984805597499746e-02 +1.114153750498673762e+05 1.466441850443368722e+00 5.489850625312303611e-02 +1.114472289362602023e+05 1.502304677143279310e+00 5.695176821624917812e-02 +1.114790828226530139e+05 1.456701464120307321e+00 5.456908579534022752e-02 +1.115109367090458545e+05 1.506379494494126892e+00 5.602538871530957781e-02 +1.115427905954386952e+05 1.534731567131244478e+00 5.831608773680794361e-02 +1.115746444818315067e+05 1.714081442011224699e+00 6.385636359855167976e-02 +1.116064983682243328e+05 2.016999962977873651e+00 7.330421958939577209e-02 +1.116383522546171735e+05 3.429012655267519527e+00 1.055542188083583854e-01 +1.116702061410100141e+05 5.704216392939123637e+00 1.420604770215402046e-01 +1.117020600274028402e+05 1.073566241794662268e+01 2.007117926099387939e-01 +1.117339139137956809e+05 2.097809571199941914e+01 2.825173046643764119e-01 +1.117657678001885215e+05 4.060128830980919190e+01 3.921021611899675463e-01 +1.117976216865813331e+05 7.717095527855470039e+01 5.382312706245794276e-01 +1.118294755729741591e+05 1.317574766190699052e+02 6.948368249505538774e-01 +1.118613294593669998e+05 2.106123583549739635e+02 8.654439682052755822e-01 +1.118931833457598113e+05 3.107359780063982271e+02 1.040386110855426205e+00 +1.119250372321526520e+05 4.215621569987242765e+02 1.194612725061960701e+00 +1.119568911185454781e+05 5.223062358723958596e+02 1.311963316504217492e+00 +1.119887450049383187e+05 6.017985034020019839e+02 1.391953122645710916e+00 +1.120205988913311594e+05 6.379285403877435101e+02 1.416471368161458466e+00 +1.120524527777239855e+05 6.188409524171361227e+02 1.380411448259146079e+00 +1.120843066641168261e+05 5.585549437967746371e+02 1.298177934348656359e+00 +1.121161605505096377e+05 4.587646206624351066e+02 1.165807154019876002e+00 +1.121480144369024783e+05 3.464990415143765858e+02 1.003206038142827161e+00 +1.121798683232953044e+05 2.422607460874554874e+02 8.315007721901565008e-01 +1.122117222096881160e+05 1.574385475659128417e+02 6.660781410954695891e-01 +1.122435760960809566e+05 9.337371747538800548e+01 5.076646303720978581e-01 +1.122754299824737973e+05 5.264757076004951131e+01 3.785436406772084705e-01 +1.123072838688666234e+05 2.796066255418441671e+01 2.735146835522878073e-01 +1.123391377552594640e+05 1.440138213735175121e+01 1.938784185029166773e-01 +1.123709916416523047e+05 7.623821521659123412e+00 1.386809246698737785e-01 +1.124028455280451162e+05 4.052038100389498076e+00 9.846983847970033898e-02 +1.124346994144379423e+05 2.715880698012325567e+00 7.913544733488857286e-02 +1.124665533008307830e+05 2.008717171233910026e+00 6.714881960083635137e-02 +1.124984071872236236e+05 1.729247211979586085e+00 6.231802878801024487e-02 +1.125302610736164352e+05 1.518877402706723112e+00 5.678731035935124377e-02 +1.125621149600092613e+05 1.563883984789803394e+00 6.004524012310825942e-02 +1.125939688464021019e+05 1.446291281530234452e+00 5.404925301097035506e-02 +1.126258227327949426e+05 1.517172391114719243e+00 5.636638308831667943e-02 +1.126576766191877687e+05 1.484673955049874872e+00 5.760693679054313537e-02 +1.126895305055806093e+05 1.460509840815915394e+00 5.654538343576177850e-02 +1.127213843919734209e+05 1.515626556606112674e+00 5.714950113025731721e-02 +1.127532382783662615e+05 1.380949822053747944e+00 5.463020861576620146e-02 +1.127850921647590876e+05 1.354462855870463001e+00 5.324510753054414319e-02 +1.128169460511519283e+05 1.420276037883485332e+00 5.582036796145040808e-02 +1.128487999375447398e+05 1.513429851172497509e+00 5.858227045281869799e-02 +1.128806538239375805e+05 1.434854322189466957e+00 5.539016617089008443e-02 +1.129125077103304066e+05 1.322472337820630006e+00 5.239607443959878180e-02 +1.129443615967232472e+05 1.445248733763878191e+00 5.452521775614589672e-02 +1.129762154831160879e+05 1.366318948411268330e+00 5.394864811420060219e-02 +1.130080693695089140e+05 1.320355011384199972e+00 5.223845193559692457e-02 +1.130399232559017255e+05 1.259005314997317937e+00 5.080109484997379771e-02 +1.130717771422945661e+05 1.444095131821159450e+00 5.508122981832373755e-02 +1.131036310286874068e+05 1.451299712296018507e+00 5.635348879304743347e-02 +1.131354849150802329e+05 1.428960448071439293e+00 5.568261585471674657e-02 +1.131673388014730444e+05 1.465337738776126830e+00 5.628584317818642602e-02 +1.131991926878658851e+05 1.486960635447154289e+00 5.825672122947661569e-02 +1.132310465742587257e+05 1.352189512680793904e+00 5.494386595183656241e-02 +1.132629004606515518e+05 1.328218090261035877e+00 5.425901350378097010e-02 +1.132947543470443925e+05 1.396991079632902810e+00 5.639672444583102018e-02 +1.133266082334372331e+05 1.349646968346009501e+00 5.507137417600477258e-02 +1.133584621198300447e+05 1.330676358239577750e+00 5.432938651935310947e-02 +1.133903160062228708e+05 1.448683866473524207e+00 5.720733702375964402e-02 +1.134221698926157114e+05 1.246648016597451392e+00 5.308560275240262888e-02 +1.134540237790085521e+05 1.304137874127602403e+00 5.483905565299215107e-02 +1.134858776654013636e+05 1.289524628308575505e+00 5.424908310518686966e-02 +1.135177315517941897e+05 1.411245980258079680e+00 5.652540470279589224e-02 +1.135495854381870304e+05 1.301370244553833322e+00 5.375135991600658858e-02 +1.135814393245798710e+05 1.379096656338592242e+00 5.520346362766118120e-02 +1.136132932109726971e+05 1.296828786939463463e+00 5.373537506252150375e-02 +1.136451470973655378e+05 1.309144935023468070e+00 5.470071934484371790e-02 +1.136770009837583493e+05 1.300074955807927424e+00 5.301645483719695517e-02 +1.137088548701511900e+05 1.236986259973709590e+00 5.233212946541370564e-02 +1.137407087565440161e+05 1.250776430131141259e+00 5.170126956568560361e-02 +1.137725626429368567e+05 1.234160471649152324e+00 5.172537991541260177e-02 +1.138044165293296683e+05 1.293203957272771820e+00 5.421080564998983359e-02 +1.138362704157225089e+05 1.174489119420559557e+00 4.992074527230132980e-02 +1.138681243021153350e+05 1.254260531248397870e+00 5.298930171176293585e-02 +1.138999781885081757e+05 1.269929241463600977e+00 5.411575983840463677e-02 +1.139318320749010163e+05 1.150982537131601369e+00 4.902363161559179089e-02 +1.139636859612938424e+05 1.254738796274377677e+00 5.232623738861470752e-02 +1.139955398476866540e+05 1.267368368735480644e+00 5.325264273825264238e-02 +1.140273937340794946e+05 1.106644251235240128e+00 4.840010124058494873e-02 +1.140592476204723353e+05 1.192349372759569537e+00 5.022830495074170204e-02 +1.140911015068651614e+05 1.271375962579831986e+00 5.153982929102909200e-02 +1.141229553932579729e+05 1.251200761300274467e+00 5.210181468369173841e-02 +1.141548092796508136e+05 1.252998635391809223e+00 5.209710485813368042e-02 +1.141866631660436542e+05 1.235178397360833680e+00 5.185314179584921135e-02 +1.142185170524364803e+05 1.261341796918997948e+00 5.267084159643728447e-02 +1.142503709388293209e+05 1.200343435124473723e+00 5.159349646018527441e-02 +1.142822248252221616e+05 1.176684436871244355e+00 4.943137364832091846e-02 +1.143140787116149731e+05 1.228082549172377025e+00 5.165583180509548955e-02 +1.143459325980077992e+05 1.249694216365658583e+00 5.161462072892557262e-02 +1.143777864844006399e+05 1.389335304776321500e+00 5.569601760304050686e-02 +1.144096403707934805e+05 1.267424494499706178e+00 5.321181893562143550e-02 +1.144414942571862921e+05 1.253067057963080044e+00 5.168211457241898149e-02 +1.144733481435791182e+05 1.195845782134372870e+00 5.015612370606041537e-02 +1.145052020299719588e+05 1.363900450816073473e+00 5.523111190234561430e-02 +1.145370559163647995e+05 1.253915232506622512e+00 5.209555528476703112e-02 +1.145689098027576256e+05 1.238356794039580544e+00 5.292304008230035856e-02 +1.146007636891504662e+05 1.377983876979454569e+00 5.444274402713211725e-02 +1.146326175755432778e+05 1.166745434392964631e+00 4.890528933937368650e-02 +1.146644714619361184e+05 1.309739028172755448e+00 5.483656277622726144e-02 +1.146963253483289445e+05 1.256492118131602442e+00 5.117660955747262153e-02 +1.147281792347217852e+05 1.295619426359141624e+00 5.237188193862270247e-02 +1.147600331211145967e+05 1.286528380319404530e+00 5.201800852490560956e-02 +1.147918870075074374e+05 1.253021888066472966e+00 5.136105173015574621e-02 +1.148237408939002635e+05 1.315078596527648580e+00 5.351895704321667224e-02 +1.148555947802931041e+05 1.310443008032212919e+00 5.244089024375891278e-02 +1.148874486666859448e+05 1.414012860899907853e+00 5.543426012054558649e-02 +1.149193025530787709e+05 1.370861013683530194e+00 5.563136459993000410e-02 +1.149511564394715824e+05 1.388951064171706440e+00 5.537779660625468531e-02 +1.149830103258644231e+05 1.410855633967780909e+00 5.530189641230630337e-02 +1.150148642122572637e+05 1.311027548877095938e+00 5.226826755777119055e-02 +1.150467180986500898e+05 1.402202587945194701e+00 5.520072965188638908e-02 +1.150785719850429014e+05 1.452240516690894934e+00 5.669582017139636332e-02 +1.151104258714357420e+05 1.499872854799226829e+00 5.868329639224595384e-02 +1.151422797578285827e+05 1.899782593715923174e+00 6.839241428293280078e-02 +1.151741336442214088e+05 2.376074032818749071e+00 7.812678310708626173e-02 +1.152059875306142494e+05 3.866135830422672726e+00 1.037782139366451861e-01 +1.152378414170070901e+05 6.990968793327861697e+00 1.432690596398717153e-01 +1.152696953033999016e+05 1.390473391721193330e+01 2.057883291186572983e-01 +1.153015491897927277e+05 2.518770529183918327e+01 2.761836813399963786e-01 +1.153334030761855684e+05 4.551462577491285089e+01 3.692560105063063536e-01 +1.153652569625784090e+05 7.783899902836050444e+01 4.806223506655281641e-01 +1.153971108489712205e+05 1.241828644173070018e+02 5.991457573676736148e-01 +1.154289647353640466e+05 1.839420500893556891e+02 7.221886581687210205e-01 +1.154608186217568873e+05 2.526267596989977733e+02 8.370322682311486240e-01 +1.154926725081497279e+05 3.222318817824536268e+02 9.355619730276184542e-01 +1.155245263945425686e+05 3.823463326758008520e+02 1.007481565611249463e+00 +1.155563802809353947e+05 4.233208092001433442e+02 1.049003876785432832e+00 +1.155882341673282062e+05 4.322164527544819066e+02 1.049354464302149958e+00 +1.156200880537210469e+05 4.135047945080355589e+02 1.016321724874082788e+00 +1.156519419401138875e+05 3.673208924514644877e+02 9.476392747513086023e-01 +1.156837958265067136e+05 3.013701993989536732e+02 8.500394397276380687e-01 +1.157156497128995252e+05 2.290624175562334983e+02 7.334908338466201716e-01 +1.157475035992923658e+05 1.623116187901677279e+02 6.114386299770284694e-01 +1.157793574856852065e+05 1.072211224610060896e+02 4.931636430080788003e-01 +1.158112113720780326e+05 6.670812150673376095e+01 3.851908101249683636e-01 +1.158430652584708732e+05 3.892486880103520974e+01 2.931349265745498700e-01 +1.158749191448637139e+05 2.119495045853098247e+01 2.147635115057282829e-01 +1.159067730312565254e+05 1.149072926933038552e+01 1.562574428042719232e-01 +1.159386269176493515e+05 6.119128360808476330e+00 1.136666878323911029e-01 +1.159704808040421922e+05 3.713510353939039721e+00 8.832314637773389099e-02 +1.160023346904350328e+05 2.243694849209265207e+00 6.874996717110661015e-02 +1.160341885768278444e+05 1.695960178376410221e+00 6.149003281002108495e-02 +1.160660424632206705e+05 1.433006412581698807e+00 5.724646577694562921e-02 +1.160978963496135111e+05 1.313677004268005488e+00 5.348960705511936198e-02 +1.161297502360063518e+05 1.265301675351509614e+00 5.401899581638734682e-02 +1.161616041223991779e+05 1.253957968933602229e+00 5.354039733198238948e-02 +1.161934580087920185e+05 1.269436483359410062e+00 5.452220121954692161e-02 +1.162253118951848301e+05 1.287183384679976728e+00 5.424011253666845972e-02 +1.162571657815776707e+05 1.217566355856750882e+00 5.332674299261601358e-02 +1.162890196679704968e+05 1.167911002398073883e+00 5.289312559433784894e-02 +1.163208735543633375e+05 1.135133230388436054e+00 5.126973779180702545e-02 +1.163527274407561490e+05 1.162046948355770271e+00 5.169621873822941027e-02 +1.163845813271489897e+05 1.121169490975783001e+00 5.133170328980569963e-02 +1.164164352135418158e+05 1.043473175940907938e+00 4.837310132304398907e-02 +1.164482890999346564e+05 1.034811685577027296e+00 4.840560036895028700e-02 +1.164801429863274971e+05 1.066992722649309888e+00 5.096614618886134013e-02 +1.165119968727203232e+05 1.047472736848478414e+00 4.950481332797312950e-02 +1.165438507591131347e+05 1.111403728399231294e+00 4.988843353480273274e-02 +1.165757046455059753e+05 1.081857759723770407e+00 5.032648603852846181e-02 +1.166075585318988160e+05 1.072359028505956546e+00 4.972793384462725896e-02 +1.166394124182916421e+05 1.075091267095710901e+00 4.978435966360367226e-02 +1.166712663046844536e+05 1.014178476121304184e+00 4.813324644119881118e-02 +1.167031201910772943e+05 1.080279277957674866e+00 5.186566324613187118e-02 +1.167349740774701349e+05 9.793964186084986867e-01 4.835620146727871022e-02 +1.167668279638629610e+05 9.682030493538923421e-01 4.667751712863187075e-02 +1.167986818502558017e+05 1.057621696148416834e+00 5.093026587156088830e-02 +1.168305357366486423e+05 9.575832385782503398e-01 4.830431782209090863e-02 +1.168623896230414539e+05 1.077704653862322282e+00 4.943990718625641823e-02 +1.168942435094342800e+05 9.513422754319278418e-01 4.638275837288621806e-02 +1.169260973958271206e+05 9.913527046872538939e-01 4.835395485558162398e-02 +1.169579512822199613e+05 9.994451082551675247e-01 4.770534911351099333e-02 +1.169898051686127728e+05 9.324169728507943899e-01 4.612167270970757987e-02 +1.170216590550055989e+05 1.037930199779051099e+00 5.046911576777279862e-02 +1.170535129413984396e+05 9.627572969915079160e-01 4.817490616827831834e-02 +1.170853668277912802e+05 1.008266798560176980e+00 4.914226817949034209e-02 +1.171172207141841063e+05 9.233064483793692601e-01 4.493358718607685237e-02 +1.171490746005769470e+05 1.012775951979140387e+00 4.958842318111615632e-02 +1.171809284869697585e+05 9.984538489656834548e-01 4.888168413040674259e-02 +1.172127823733625992e+05 1.021295899047125921e+00 4.933100233357148867e-02 +1.172446362597554253e+05 9.681806616437739210e-01 4.738655936453303741e-02 +1.172764901461482368e+05 1.012245967388756052e+00 5.037564778840487173e-02 +1.173083440325410775e+05 9.867311122679300883e-01 4.842548918175482858e-02 +1.173401979189339181e+05 1.017556742918027446e+00 4.939209601736888056e-02 +1.173720518053267442e+05 9.924950038325877077e-01 4.956148044245543838e-02 +1.174039056917195849e+05 9.807998731333839038e-01 4.877187104532839518e-02 +1.174357595781124255e+05 9.973406328381224650e-01 4.927125326861961363e-02 +1.174676134645052516e+05 9.175393397139511853e-01 4.783243175226561256e-02 +1.174994673508980632e+05 8.852402885828869472e-01 4.580773207684775417e-02 +1.175313212372909038e+05 9.542215561992967165e-01 4.705564680160079921e-02 +1.175631751236837445e+05 9.229373617165538279e-01 4.842596318150563933e-02 +1.175950290100765560e+05 8.772651499982435652e-01 4.695965183024267131e-02 +1.176268828964693821e+05 8.749988384248954532e-01 4.620406657672341405e-02 +1.176587367828622228e+05 8.952775515715079013e-01 4.813276296732051790e-02 +1.176905906692550634e+05 9.045544425076921247e-01 4.726083060266959152e-02 +1.177224445556478895e+05 8.486390252788952315e-01 4.494903749375642882e-02 +1.177542984420407302e+05 8.967644013094520083e-01 4.813869776224860564e-02 +1.177861523284335708e+05 8.743056411428246077e-01 4.586345625841390522e-02 +1.178180062148263823e+05 8.441164733996781022e-01 4.756099801335327698e-02 +1.178498601012192084e+05 8.430250274876949224e-01 4.735040709827675887e-02 +1.178817139876120491e+05 8.316080953903086659e-01 4.551837391110408193e-02 +1.179135678740048606e+05 8.161064499795389615e-01 4.421281719497906909e-02 +1.179454217603977013e+05 8.553423935021139402e-01 4.812835171114763361e-02 +1.179772756467905274e+05 7.940874172245442342e-01 4.437146026917161701e-02 +1.180091295331833680e+05 9.534313120688283627e-01 4.985320752351043994e-02 +1.180409834195762087e+05 8.160803902492113071e-01 4.550455174557712507e-02 +1.180728373059690348e+05 7.529504709598439094e-01 4.283301877170642147e-02 +1.181046911923618754e+05 7.511290813653421772e-01 4.338300439919708790e-02 +1.181365450787546870e+05 8.183422780865959867e-01 4.562654302004549162e-02 +1.181683989651475276e+05 7.806955644587901810e-01 4.480721132679620772e-02 +1.182002528515403537e+05 7.897632775941851868e-01 4.529583419186290066e-02 +1.182321067379331653e+05 8.189881850245084305e-01 4.641328717360854866e-02 +1.182639606243260059e+05 7.859206831402302251e-01 4.489529935028119256e-02 +1.182958145107188466e+05 7.815413496844431096e-01 4.526022188575049704e-02 +1.183276683971116727e+05 8.274453011765089405e-01 4.541686361277767758e-02 +1.183595222835045133e+05 7.518031485786760282e-01 4.465110854953137365e-02 +1.183913761698973540e+05 7.661355039548932711e-01 4.295777947236369132e-02 +1.184232300562901801e+05 8.020086296856698826e-01 4.593957819070043636e-02 +1.184550839426829916e+05 7.432223855746048491e-01 4.289731922227174588e-02 +1.184869378290758323e+05 8.484950872568247648e-01 4.747306234231554040e-02 +1.185187917154686729e+05 7.740508615123790070e-01 4.604824209418682118e-02 +1.185506456018614845e+05 8.250406487705636005e-01 4.713993963121566877e-02 +1.185824994882543106e+05 7.285591035366139057e-01 4.433314459033892152e-02 +1.186143533746471512e+05 8.451357903607928934e-01 4.809372171179426142e-02 +1.186462072610399919e+05 7.817905398873039591e-01 4.541747484443665189e-02 +1.186780611474328180e+05 7.741615510398625055e-01 4.495959299775730000e-02 +1.187099150338256586e+05 7.617023537497916719e-01 4.535445764318199457e-02 +1.187417689202184993e+05 7.704254703996756826e-01 4.603017641073302996e-02 +1.187736228066113108e+05 7.317724887999471628e-01 4.467261976705062809e-02 +1.188054766930041369e+05 8.697664138049315818e-01 4.925295929162251674e-02 +1.188373305793969776e+05 7.216786076725737464e-01 4.376590989519142660e-02 +1.188691844657897891e+05 7.324593764769752324e-01 4.546261599155006911e-02 +1.189010383521826298e+05 7.514223619517926833e-01 4.627437724543286002e-02 +1.189328922385754558e+05 7.279897250327435065e-01 4.409867165036883419e-02 +1.189647461249682965e+05 7.247211709096298415e-01 4.182821775851656293e-02 +1.189966000113611371e+05 7.227729640832569746e-01 4.390000703228034984e-02 +1.190284538977539632e+05 7.105627051857089649e-01 4.417575940887648323e-02 +1.190603077841468039e+05 6.890204943469705468e-01 4.343036160133809109e-02 +1.190921616705396154e+05 7.162229287107276798e-01 4.401614686141650662e-02 +1.191240155569324561e+05 7.671714450895746884e-01 4.669367059569685258e-02 +1.191558694433252822e+05 7.428388757938121367e-01 4.436852078484896517e-02 +1.191877233297180937e+05 7.016844052002516596e-01 4.415700343805169237e-02 +1.192195772161109344e+05 7.271478690299738590e-01 4.609915347082608333e-02 +1.192514311025037750e+05 7.059636665491417773e-01 4.368642961345993447e-02 +1.192832849888966011e+05 7.122883707686973320e-01 4.569084266984538983e-02 +1.193151388752894418e+05 7.255402934113387436e-01 4.520263579015951216e-02 +1.193469927616822824e+05 7.290228318983533740e-01 4.540974505030056368e-02 +1.193788466480751085e+05 6.272261726008356852e-01 4.230832973301128230e-02 +1.194107005344679201e+05 7.169452897066047603e-01 4.430036861838750062e-02 +1.194425544208607607e+05 7.121981946454624124e-01 4.513069118687158821e-02 +1.194744083072536014e+05 6.604059705586974305e-01 4.180417261847319682e-02 +1.195062621936464129e+05 6.685233979169351581e-01 4.361488039826933588e-02 +1.195381160800392390e+05 5.966540691930547480e-01 3.889106580014092124e-02 +1.195699699664320797e+05 6.802753805999464110e-01 4.325991690018939073e-02 +1.196018238528249203e+05 6.384646669452713752e-01 4.195495143401616750e-02 +1.196336777392177464e+05 7.304116489817924496e-01 4.543534498231602270e-02 +1.196655316256105871e+05 5.719162740586454241e-01 3.907567399662940227e-02 +1.196973855120034277e+05 7.322277412689510712e-01 4.720773801468720193e-02 +1.197292393983962393e+05 6.871259593272790456e-01 4.367029172440808904e-02 +1.197610932847890654e+05 6.457387616289946841e-01 4.327677506335284030e-02 +1.197929471711819060e+05 7.455787046033794940e-01 4.695515963875080551e-02 +1.198248010575747176e+05 5.954340519628109618e-01 4.099072771147031086e-02 +1.198566549439675582e+05 6.470538484055970985e-01 4.108160350283347056e-02 +1.198885088303603843e+05 7.414134707481253583e-01 4.950478551617078921e-02 +1.199203627167532250e+05 6.544947332805897133e-01 4.247677664906899381e-02 +1.199522166031460656e+05 6.899869692398954424e-01 4.513823499177432169e-02 +1.199840704895388917e+05 6.150255453569767328e-01 4.219150074986871557e-02 +1.200159243759317324e+05 5.773801143108822087e-01 3.900227748263074973e-02 +1.200477782623245439e+05 5.916695053123398607e-01 4.042480852576273154e-02 +1.200796321487173846e+05 6.606296545284611188e-01 4.394707903769013574e-02 +1.201114860351102107e+05 6.735177286029950805e-01 4.330934838711864715e-02 +1.201433399215030222e+05 6.653171285092310816e-01 4.607905451547758546e-02 +1.201751938078958628e+05 6.652427117287287306e-01 4.447582989392734332e-02 +1.202070476942887035e+05 6.635174165512389699e-01 4.420093384478503834e-02 +1.202389015806815296e+05 6.307185723133080790e-01 4.335871442160327272e-02 +1.202707554670743702e+05 5.498679280503359079e-01 3.875057798897498657e-02 +1.203026093534672109e+05 7.281054878305056599e-01 4.898397133618084126e-02 +1.203344632398600370e+05 6.702391736919887100e-01 4.540540343470877288e-02 +1.203663171262528485e+05 6.553303921882990268e-01 4.605790586120899616e-02 +1.203981710126456892e+05 6.877566427141188488e-01 4.754350385966374382e-02 +1.204300248990385298e+05 6.845998717046439808e-01 4.597703225712472530e-02 +1.204618787854313414e+05 6.891411807370939613e-01 4.724873618860926661e-02 +1.204937326718241675e+05 6.393433902495366805e-01 4.333488228676120324e-02 +1.205255865582170081e+05 6.252023886306362632e-01 4.345945805683047725e-02 +1.205574404446098488e+05 6.702423694120517306e-01 4.740991151369191442e-02 +1.205892943310026749e+05 6.494530863075217431e-01 4.577160098645162434e-02 +1.206211482173955155e+05 5.623738161161692117e-01 4.002851252797296616e-02 +1.206530021037883562e+05 5.400655929587907522e-01 4.011395144193314471e-02 +1.206848559901811677e+05 6.438306073310653410e-01 4.491692424324181254e-02 +1.207167098765739938e+05 6.031972597809197589e-01 4.292591474718564920e-02 +1.207485637629668345e+05 5.190755143314896847e-01 3.903091055638231027e-02 +1.207804176493596460e+05 5.509767375603756845e-01 4.057675991665918996e-02 +1.208122715357524867e+05 6.430986358790731217e-01 4.363747083573434049e-02 +1.208441254221453128e+05 6.546964161086407108e-01 4.593374552115131459e-02 +1.208759793085381534e+05 6.604035574848898804e-01 4.818764921871773743e-02 +1.209078331949309941e+05 5.582628824210099650e-01 4.173385206357173305e-02 +1.209396870813238202e+05 5.692243219213938277e-01 4.218922063564236463e-02 +1.209715409677166608e+05 6.375919959027533945e-01 4.524643883084130541e-02 +1.210033948541094724e+05 5.949966630781098331e-01 4.526831694281283763e-02 +1.210352487405023130e+05 5.675431269266356660e-01 4.202210624052696297e-02 +1.210671026268951391e+05 6.152611034351866959e-01 4.374254207703514447e-02 +1.210989565132879507e+05 5.942537292266973914e-01 4.512915746202815492e-02 +1.211308103996807913e+05 6.580825952535637180e-01 4.838670089743192515e-02 +1.211626642860736320e+05 6.968156162949624699e-01 4.908853091638121918e-02 +1.211945181724664726e+05 6.534472180035993949e-01 4.768473993970150787e-02 +1.212263720588592987e+05 6.162142886720787249e-01 4.460914022493458336e-02 +1.212582259452521394e+05 5.916761720722849560e-01 4.476937388524913908e-02 +1.212900798316449800e+05 5.392019871940727516e-01 4.181358079874944456e-02 +1.213219337180377916e+05 5.926039969532072016e-01 4.446677940240646720e-02 +1.213537876044306176e+05 5.366506589692089380e-01 4.139197598977409354e-02 +1.213856414908234583e+05 5.801781624075303956e-01 4.249369204236254360e-02 +1.214174953772162698e+05 5.990065645885532808e-01 4.596191822225549617e-02 +1.214493492636091105e+05 5.744443818769032761e-01 4.510192470087775324e-02 +1.214812031500019366e+05 5.945982616398004517e-01 4.679927583238607802e-02 +1.215130570363947772e+05 6.485290682547723007e-01 4.606894290994874297e-02 +1.215449109227876179e+05 6.181175411722649171e-01 4.717112075067758648e-02 +1.215767648091804440e+05 6.237375440744893362e-01 4.689501840110364000e-02 +1.216086186955732555e+05 5.821811284881595050e-01 4.582433476631009306e-02 +1.216404725819660962e+05 6.063722925825070220e-01 4.844854033983933550e-02 +1.216723264683589368e+05 5.740626748875951035e-01 4.666998022149953379e-02 +1.217041803547517629e+05 5.996172026313411063e-01 4.626539953146143608e-02 +1.217360342411445745e+05 5.605794789030674741e-01 4.224632752908313860e-02 +1.217678881275374151e+05 5.779990652860386158e-01 4.396832257203330679e-02 +1.217997420139302558e+05 6.465624361350207350e-01 4.916897424659513738e-02 +1.218315959003230819e+05 5.729762330422633054e-01 4.592119072468829610e-02 +1.218634497867159225e+05 5.847560177578753349e-01 4.727783351556404112e-02 +1.218953036731087632e+05 4.895247105989163350e-01 4.345690379137425591e-02 +1.219271575595015747e+05 6.288516975701426981e-01 4.712385377612726689e-02 +1.219590114458944008e+05 5.612507385307318186e-01 4.509623101442673115e-02 +1.219908653322872415e+05 6.069709949291891560e-01 4.481591429491842832e-02 +1.220227192186800821e+05 5.445671180458394600e-01 4.085426105429422472e-02 +1.220545731050728937e+05 5.665968831170468123e-01 4.343290584660253889e-02 +1.220864269914657198e+05 5.656794722865157166e-01 4.693662689264699317e-02 +1.221182808778585604e+05 5.779838392071081632e-01 4.518370123521578408e-02 +1.221501347642514011e+05 5.440522729151463510e-01 4.355569495947438086e-02 +1.221819886506442272e+05 5.287396335974954287e-01 4.237481398298659219e-02 +1.222138425370370678e+05 5.463645519455843091e-01 4.469801776627997658e-02 +1.222456964234298794e+05 5.413981824536842069e-01 4.365666427118221338e-02 +1.222775503098227200e+05 5.492373543532578228e-01 4.400330561628882503e-02 +1.223094041962155461e+05 5.784159969521508460e-01 4.331190233550506058e-02 +1.223412580826083868e+05 5.931687461611250267e-01 4.697536248883691506e-02 +1.223731119690011983e+05 5.491162474014132933e-01 4.310867287179011992e-02 +1.224049658553940390e+05 5.548853079687275924e-01 4.472053329286340695e-02 +1.224368197417868651e+05 4.908493877524686133e-01 4.036163995927246478e-02 +1.224686736281797057e+05 6.132112031196039759e-01 4.831398263060644044e-02 +1.225005275145725464e+05 5.459784772521598661e-01 4.463282335490674491e-02 +1.225323814009653724e+05 5.457039919487547408e-01 4.499431161197822021e-02 +1.225642352873581840e+05 5.843304324021866281e-01 4.758028512566125912e-02 +1.225960891737510246e+05 5.174744265556090461e-01 4.052792461837847332e-02 +1.226279430601438653e+05 4.867961008649290267e-01 4.033532815724968912e-02 +1.226597969465366914e+05 5.594826443099613078e-01 4.613806491688397793e-02 +1.226916508329295029e+05 4.707663652118570519e-01 4.125155414343069371e-02 +1.227235047193223436e+05 5.097546837581108381e-01 4.210345772908648254e-02 +1.227553586057151842e+05 5.082822391927058758e-01 4.279240226689647736e-02 +1.227872124921080103e+05 5.069988635820219525e-01 4.223077933667330336e-02 +1.228190663785008510e+05 5.941294770660350277e-01 4.915393062232051996e-02 +1.228509202648936916e+05 4.336201370881274109e-01 3.787226340656442425e-02 +1.228827741512865032e+05 5.107558694086578033e-01 4.433976317440076198e-02 +1.229146280376793293e+05 5.807688834466101513e-01 4.769043398492791436e-02 +1.229464819240721699e+05 5.101506976229049917e-01 4.611525782727332601e-02 +1.229783358104650106e+05 4.966335015769897110e-01 4.106973182967469521e-02 +1.230101896968578221e+05 4.989540388937069859e-01 4.229360936641447105e-02 +1.230420435832506482e+05 4.879992495469536729e-01 4.111148075940317115e-02 +1.230738974696434889e+05 4.592606429393356615e-01 3.930212684995079003e-02 +1.231057513560363295e+05 4.962312235919524306e-01 4.346039190884889991e-02 +1.231376052424291556e+05 4.875406239798984465e-01 4.167420094798514330e-02 +1.231694591288219963e+05 5.634944674525099728e-01 4.831407990108190637e-02 +1.232013130152148078e+05 4.987648992235594880e-01 4.234290125444178932e-02 +1.232331669016076485e+05 4.569923521503731489e-01 3.977971636070612438e-02 +1.232650207880004746e+05 5.374655586111086736e-01 4.408074231599827530e-02 +1.232968746743933152e+05 4.388318191789546963e-01 3.862713130951484636e-02 +1.233287285607861268e+05 5.132068490449381848e-01 4.474394323655245947e-02 +1.233605824471789674e+05 5.055595049823080611e-01 4.303157643174311542e-02 +1.233924363335717935e+05 4.895396401781368367e-01 4.559828362159946274e-02 +1.234242902199646342e+05 5.085904214447879435e-01 4.517383695487440370e-02 +1.234561441063574748e+05 4.667839199230748304e-01 4.133200343468319826e-02 +1.234879979927503009e+05 5.195280115323630543e-01 4.409551013375670458e-02 +1.235198518791431125e+05 4.739949454275724228e-01 4.417851315114008914e-02 +1.235517057655359531e+05 5.758201511477329948e-01 5.073665017565034963e-02 +1.235835596519287938e+05 6.152530972750206439e-01 5.214460871358431865e-02 +1.236154135383216199e+05 5.060295136527447335e-01 4.465498163746999677e-02 +1.236472674247144314e+05 5.172315553768427332e-01 4.709697697246029852e-02 +1.236791213111072720e+05 6.053449235814971630e-01 5.171286848836933320e-02 +1.237109751975001127e+05 5.285565809984371644e-01 4.676470932339595737e-02 +1.237428290838929388e+05 5.163072039643421540e-01 4.365023232759108335e-02 +1.237746829702857794e+05 4.672356354289451397e-01 4.144090122412544264e-02 +1.238065368566786201e+05 5.265976430474961223e-01 4.994857820724795533e-02 +1.238383907430714316e+05 4.744484741219675561e-01 4.035780074579378013e-02 +1.238702446294642577e+05 5.036440590076799451e-01 4.336220359603756846e-02 +1.239020985158570984e+05 4.960292761731968647e-01 4.618673357520940159e-02 +1.239339524022499390e+05 5.622374933320825052e-01 5.080934915637715099e-02 +1.239658062886427506e+05 4.411523436161997047e-01 4.194088594919661434e-02 +1.239976601750355767e+05 5.004034752936354913e-01 4.422333997364815555e-02 +1.240295140614284173e+05 5.505532838879709789e-01 4.823223269859708978e-02 +1.240613679478212580e+05 5.135424325634343479e-01 4.765167022370945388e-02 +1.240932218342140841e+05 5.312871076568440598e-01 4.826307687988993372e-02 +1.241250757206069247e+05 5.778892838637289531e-01 5.087911064965940089e-02 +1.241569296069997363e+05 5.370834852382094793e-01 4.829800708564051248e-02 +1.241887834933925769e+05 4.671622756165539347e-01 4.423405291273242723e-02 +1.242206373797854030e+05 5.161751609383140593e-01 4.714902709166254174e-02 +1.242524912661782437e+05 4.591371807459117549e-01 4.261173730332476484e-02 +1.242843451525710552e+05 4.510411312755848168e-01 4.349087927757493838e-02 +1.243161990389638959e+05 5.894208844048736129e-01 5.196983911765990644e-02 +1.243480529253567220e+05 4.458191722102060606e-01 4.314626039879556479e-02 +1.243799068117495626e+05 4.167009416844531522e-01 3.980853074326591579e-02 +1.244117606981424033e+05 5.539435402693424493e-01 5.133935791054008990e-02 +1.244436145845352294e+05 4.308283479599770427e-01 4.267083237238279009e-02 +1.244754684709280409e+05 5.296543011181196192e-01 5.130538822148300593e-02 +1.245073223573208816e+05 5.587099955151950681e-01 5.043569716925470903e-02 +1.245391762437137222e+05 4.989279725661723841e-01 4.716052264522577891e-02 +1.245710301301065483e+05 4.553497073176444587e-01 4.506285795939186933e-02 +1.246028840164993599e+05 5.229232016786382609e-01 4.809427631221546012e-02 +1.246347379028922005e+05 4.675834222853914035e-01 4.587808591959142979e-02 +1.246665917892850412e+05 4.511307452874535051e-01 4.456721844696481805e-02 +1.246984456756778673e+05 4.396214746053165312e-01 4.383880350620196487e-02 +1.247302995620707079e+05 4.563113743064740047e-01 4.389696940169695444e-02 +1.247621534484635486e+05 4.175164262004589788e-01 4.120119777444773701e-02 +1.247940073348563601e+05 4.503828627948085472e-01 4.362926614448043444e-02 +1.248258612212491862e+05 4.267000254199261322e-01 4.257229619894829786e-02 +1.248577151076420269e+05 4.958741788338135170e-01 4.971052904920703064e-02 +1.248895689940348675e+05 4.857614361171793682e-01 4.584560044885899188e-02 +1.249214228804276790e+05 3.693739107921447662e-01 4.103286503498982524e-02 +1.249532767668205051e+05 4.146729315436081253e-01 4.162222446246762603e-02 +1.249851306532133458e+05 4.010294905269274346e-01 4.186757643834152637e-02 +1.250169845396061864e+05 4.655936312372813135e-01 4.602884073515738778e-02 +1.250488384259990125e+05 3.802525837983189994e-01 4.050997315077056043e-02 +1.250806923123918532e+05 4.807518724441907088e-01 4.623932465210788684e-02 +1.251125461987846647e+05 4.404488798375927328e-01 4.299634707946195511e-02 +1.251444000851775054e+05 4.710182479378573484e-01 4.531416509282647914e-02 +1.251762539715703315e+05 4.172419320714474411e-01 4.188220157184237985e-02 +1.252081078579631721e+05 4.487510575227408594e-01 4.252581475257724564e-02 +1.252399617443559837e+05 4.850552371552305231e-01 4.774078331141085735e-02 +1.252718156307488243e+05 3.723198064646787708e-01 3.896555350165383652e-02 +1.253036695171416504e+05 3.631886315602908533e-01 3.751460339478408790e-02 +1.253355234035344911e+05 4.919203211189229208e-01 4.646335639696483333e-02 +1.253673772899273317e+05 4.305288688194232605e-01 4.193660920257528263e-02 +1.253992311763201578e+05 4.494338515935369371e-01 4.254365274169504690e-02 +1.254310850627129694e+05 4.267330914695444677e-01 4.476578667356440749e-02 +1.254629389491058100e+05 4.724968754685316408e-01 4.609887299382649933e-02 +1.254947928354986507e+05 4.218371616846187666e-01 4.263468571352883874e-02 +1.255266467218914768e+05 4.769085116435678451e-01 4.911023175238257710e-02 +1.255585006082842883e+05 4.821954264786174060e-01 4.688550469039421548e-02 +1.255903544946771290e+05 4.074882991735471749e-01 4.177179745578374348e-02 +1.256222083810699696e+05 4.291366533178540554e-01 4.377353274188786059e-02 +1.256540622674627957e+05 4.539348584261838071e-01 4.928398739432719722e-02 +1.256859161538556364e+05 4.215760302612076016e-01 4.461122151995151192e-02 +1.257177700402484770e+05 4.091641259525921059e-01 4.291842023243388343e-02 +1.257496239266412886e+05 3.985633627923967914e-01 4.306522399443375726e-02 +1.257814778130341147e+05 4.021398732087716477e-01 4.654190928704705910e-02 +1.258133316994269553e+05 4.172873083559740515e-01 4.302694801924136087e-02 +1.258451855858197960e+05 4.121806637074924007e-01 4.254678472649001120e-02 +1.258770394722126075e+05 5.060428754951941110e-01 5.096498438652068835e-02 +1.259088933586054336e+05 4.671994669329522232e-01 4.704939040222088503e-02 +1.259407472449982743e+05 4.435578188205340777e-01 4.925318049075079474e-02 +1.259726011313911149e+05 4.436639270539922131e-01 4.832825748687793327e-02 +1.260044550177839410e+05 4.488804415044476137e-01 4.850178855805543920e-02 +1.260363089041767817e+05 4.695224804690659171e-01 4.884248491307596057e-02 +1.260681627905695932e+05 4.189037926820144420e-01 4.614059145927049826e-02 +1.261000166769624338e+05 3.980158326080227016e-01 4.445526081217471281e-02 +1.261318705633552599e+05 4.319325055521918699e-01 4.557551663340313197e-02 +1.261637244497481006e+05 4.341531805862356985e-01 4.585008231087805974e-02 +1.261955783361409121e+05 4.545685599337684346e-01 4.936617031269950606e-02 +1.262274322225337528e+05 4.225010818983668814e-01 4.819269197928138099e-02 +1.262592861089265789e+05 3.745453544359880760e-01 4.401255502081393572e-02 +1.262911399953194195e+05 3.943211076481412114e-01 4.652402786216011665e-02 +1.263229938817122602e+05 4.382297420207540428e-01 4.714155907817289132e-02 +1.263548477681050863e+05 5.057384521907517527e-01 5.586571784677298730e-02 +1.263867016544978978e+05 3.799397490468759964e-01 4.630947252657421909e-02 +1.264185555408907385e+05 4.150775511923792127e-01 4.655013241850437800e-02 +1.264504094272835791e+05 4.213453314846478115e-01 4.660293397114623204e-02 +1.264822633136763907e+05 4.177184267620110414e-01 4.766745283651218495e-02 +1.265141172000692168e+05 4.570063137626843019e-01 4.882117317061746703e-02 +1.265459710864620574e+05 4.385760533524428184e-01 4.387575919335235525e-02 +1.265778249728548981e+05 4.523243825552089037e-01 5.027837232711671739e-02 +1.266096788592477242e+05 4.441433528158568733e-01 4.864575969937812855e-02 +1.266415327456405648e+05 4.609477625536951284e-01 5.446469983834666129e-02 +1.266733866320334055e+05 4.752437711297324840e-01 5.095475160836718947e-02 +1.267052405184262170e+05 3.715556090290327296e-01 4.578431920571930658e-02 +1.267370944048190431e+05 4.139299952625967727e-01 4.541284072829546853e-02 +1.267689482912118838e+05 4.919868806857415344e-01 5.495187483853369859e-02 +1.268008021776046953e+05 4.814092252735753252e-01 5.138636962947128184e-02 +1.268326560639975360e+05 3.818468062401998431e-01 4.830910310470261371e-02 +1.268645099503903766e+05 4.873655242149279587e-01 5.242570425065294637e-02 +1.268963638367832027e+05 3.790255700393143079e-01 4.204759194081648943e-02 +1.269282177231760434e+05 5.356138029004665624e-01 5.498938402169923495e-02 +1.269600716095688840e+05 3.772668868944498155e-01 4.459057953974453897e-02 +1.269919254959617101e+05 4.642629825269944388e-01 5.235939557912803327e-02 +1.270237793823545217e+05 4.488095673661900986e-01 5.278664588484369147e-02 +1.270556332687473623e+05 4.632924784253719119e-01 4.947168263238438390e-02 +1.270874871551402030e+05 5.094629416861619076e-01 6.082722624800072919e-02 +1.271193410415330145e+05 3.970246620954016037e-01 4.739752206393352957e-02 +1.271511949279258406e+05 5.176589966459830272e-01 5.830175151767150177e-02 +1.271830488143186813e+05 4.218535096830892117e-01 4.729868776615261949e-02 +1.272149027007115219e+05 4.504715752754099856e-01 5.271880057808062819e-02 +1.272467565871043480e+05 3.505796316714564487e-01 4.445859495638333075e-02 +1.272786104734971887e+05 3.937041557392992885e-01 5.184756226658412959e-02 +1.273104643598900293e+05 4.055064236751318441e-01 4.666534029488095259e-02 +1.273423182462828408e+05 4.925486375638996051e-01 5.760994589292474377e-02 +1.273741721326756669e+05 4.646483222044203720e-01 5.443170424441705346e-02 +1.274060260190685076e+05 4.454900449429569087e-01 5.148681543305551334e-02 +1.274378799054613191e+05 5.292871071522983195e-01 5.564890482939074262e-02 +1.274697337918541598e+05 4.772465204954487450e-01 5.488658528553014976e-02 +1.275015876782469859e+05 4.255865158964214912e-01 5.014248371481540983e-02 +1.275334415646398265e+05 4.267650918060935661e-01 5.179691702389010305e-02 +1.275652954510326672e+05 4.397683167156038464e-01 5.136776070550928136e-02 +1.275971493374254933e+05 3.992056335183525317e-01 4.719732487844562063e-02 +1.276290032238183339e+05 4.490036507121308307e-01 5.290664908438817010e-02 +1.276608571102111455e+05 4.726809576953934222e-01 5.667965106457708430e-02 +1.276927109966039861e+05 4.146693383671631317e-01 5.686866127152710032e-02 +1.277245648829968122e+05 3.836693117377493745e-01 4.746673032495818401e-02 +1.277564187693896238e+05 4.766284313053634203e-01 6.148397156166430372e-02 +1.277882726557824644e+05 3.974412699536468696e-01 5.256275937339307397e-02 +1.278201265421753051e+05 4.988988474015187968e-01 6.569679228127735249e-02 +1.278519804285681312e+05 4.090791015977273126e-01 4.941433903380060277e-02 +1.278838343149609718e+05 4.519346653644842338e-01 5.529365618847946473e-02 +1.279156882013538125e+05 4.500051834854693067e-01 5.941192634429114799e-02 +1.279475420877466386e+05 4.944875921954070552e-01 5.834521174593964438e-02 +1.279793959741394501e+05 4.249023849237010819e-01 4.990015958109426247e-02 +1.280112498605322908e+05 3.499209003909526383e-01 4.757261090565820250e-02 +1.280431037469251314e+05 4.270343742399848042e-01 5.387899402620513478e-02 +1.280749576333179430e+05 3.936975706433236688e-01 4.976256867868324163e-02 +1.281068115197107691e+05 4.647344524867212945e-01 5.444402391611421338e-02 +1.281386654061036097e+05 3.918068971838174486e-01 5.384539726613260524e-02 +1.281705192924964504e+05 4.553599120029162561e-01 5.671595903382285753e-02 +1.282023731788892765e+05 5.119321184132650249e-01 6.028136402619924117e-02 +1.282342270652821171e+05 4.113612690761183632e-01 5.641322368511170887e-02 +1.282660809516749578e+05 4.020979107444552780e-01 5.169884995116248716e-02 +1.282979348380677693e+05 3.416871792390536733e-01 4.611945243851106602e-02 +1.283297887244605954e+05 3.974116748208572636e-01 5.096884495212776478e-02 +1.283616426108534361e+05 3.196085927271535843e-01 4.725320973249679674e-02 +1.283934964972462476e+05 4.878923498336538711e-01 6.674933836492162598e-02 +1.284253503836390882e+05 3.642586879105860764e-01 4.857277150055411274e-02 +1.284572042700319143e+05 4.113634868834896707e-01 5.332883375138916526e-02 +1.284890581564247550e+05 4.175556151376095260e-01 5.399699330642954848e-02 +1.285209120428175956e+05 4.418442484905545364e-01 5.978463021312042935e-02 +1.285527659292104217e+05 4.127147704112944515e-01 5.587383411063815558e-02 +1.285846198156032624e+05 4.498039085589556896e-01 5.770842501771674543e-02 +1.286164737019960739e+05 4.132309929024863271e-01 5.560833881505491960e-02 +1.286483275883889146e+05 3.841877839533991423e-01 5.444119490985387805e-02 +1.286801814747817407e+05 3.622549346429785322e-01 5.195593238570238304e-02 +1.287120353611745522e+05 4.132476088109438006e-01 5.606590258183025838e-02 +1.287438892475673929e+05 4.199778158840488107e-01 6.096891827013017212e-02 +1.287757431339602335e+05 3.840538237433560043e-01 5.062077093410272816e-02 +1.288075970203530596e+05 5.607696632556236072e-01 7.048915891194940109e-02 +1.288394509067459003e+05 3.543273342470858456e-01 4.897642289124111425e-02 +1.288713047931387409e+05 4.326481062150333012e-01 6.124168202601060901e-02 +1.289031586795315670e+05 5.390546775155858894e-01 7.546134818486316398e-02 +1.289350125659243786e+05 5.445345973885534763e-01 7.648804026893635255e-02 +1.289668664523172192e+05 3.769515503796595501e-01 5.584730265939389510e-02 +1.289987203387100599e+05 4.665287731633145918e-01 6.819216377942319274e-02 +1.290305742251028714e+05 3.254771765354044222e-01 5.072004812615144020e-02 +1.290624281114956975e+05 3.885746055268038401e-01 6.431085867137729950e-02 +1.290942819978885382e+05 3.853548771088655678e-01 5.774194365639571946e-02 +1.291261358842813788e+05 4.733865339195494348e-01 7.211274565241801437e-02 +1.291579897706742049e+05 4.340861941461102713e-01 6.829053642178008199e-02 +1.291898436570670456e+05 4.471845844124772151e-01 6.570912418765967322e-02 +1.292216975434598862e+05 4.406874415383435495e-01 6.470917276448256983e-02 +1.292535514298526978e+05 4.186846712724959230e-01 6.045843627106802648e-02 +1.292854053162455239e+05 4.024862119694077589e-01 6.237031577598391857e-02 +1.293172592026383645e+05 4.257866822235790161e-01 6.657875858770698208e-02 +1.293491130890311761e+05 4.773417180153266548e-01 7.069509883144088624e-02 +1.293809669754240167e+05 3.910988707627915950e-01 6.382691806359737374e-02 +1.294128208618168428e+05 4.471317080142339639e-01 6.645924620429244367e-02 +1.294446747482096835e+05 4.131238253695427298e-01 5.886140905013545477e-02 +1.294765286346025241e+05 4.360279078274448272e-01 6.529903258086700024e-02 +1.295083825209953502e+05 4.488342640545219808e-01 6.809183085309368499e-02 +1.295402364073881909e+05 5.219059130339631647e-01 6.650377761912523722e-02 +1.295720902937810024e+05 3.845737198482427344e-01 5.805913011558179460e-02 +1.296039441801738431e+05 3.482812424779497262e-01 6.154520443300917631e-02 +1.296357980665666691e+05 5.184555728620601212e-01 7.272466541262524731e-02 +1.296676519529594807e+05 3.236066128360235439e-01 5.162875737904455697e-02 +1.296995058393523213e+05 4.872894997122669269e-01 7.634536599624071329e-02 +1.297313597257451620e+05 4.059234441784778658e-01 6.081534730048242243e-02 +1.297632136121379881e+05 4.491252958351452662e-01 7.488132727091012519e-02 +1.297950674985308287e+05 4.102004240236857835e-01 6.845012493346701310e-02 +1.298269213849236694e+05 2.892494178021034479e-01 4.716783085982324819e-02 +1.298587752713164955e+05 3.561473611096855896e-01 5.454365934325235143e-02 +1.298906291577093070e+05 3.298907894703828059e-01 5.423768962794869170e-02 +1.299224830441021477e+05 3.552380276257902092e-01 7.050521947140978019e-02 +1.299543369304949883e+05 4.195724166347843953e-01 6.768444163156400739e-02 +1.299861908168877999e+05 3.791516516656390223e-01 6.206989442118340805e-02 +1.300180447032806260e+05 3.872676180633182752e-01 6.586672275797253451e-02 +1.300498985896734666e+05 3.213292798054614430e-01 5.689913425082762655e-02 +1.300817524760663073e+05 3.526447724857724730e-01 5.422185185171794763e-02 +1.301136063624591334e+05 3.630548337237411993e-01 6.191496860352804776e-02 +1.301454602488519740e+05 3.743152977312538821e-01 6.451235318068242186e-02 +1.301773141352448147e+05 3.496375686116648396e-01 5.701095640477230747e-02 +1.302091680216376262e+05 3.000001328268106504e-01 5.383200127963107262e-02 +1.302410219080304523e+05 3.725476578755882451e-01 6.121876427059237680e-02 +1.302728757944232930e+05 3.966709097635567893e-01 6.761267994908162771e-02 +1.303047296808161045e+05 3.570925085909503749e-01 6.307331962046321128e-02 +1.303365835672089452e+05 4.207019929439556050e-01 7.035017911812743718e-02 +1.303684374536017713e+05 3.513939447713368414e-01 6.207172899637256047e-02 +1.304002913399946119e+05 3.519456436027121882e-01 6.756969241510164814e-02 +1.304321452263874526e+05 4.684985343413498593e-01 7.046556769135134402e-02 +1.304639991127802787e+05 3.755820271508867325e-01 6.751642458595734364e-02 +1.304958529991731193e+05 3.141596575665402402e-01 5.414170352467097963e-02 +1.305277068855659309e+05 5.017051376978327593e-01 8.260194399957403177e-02 +1.305595607719587715e+05 3.248226084146270676e-01 5.728080969514138393e-02 +1.305914146583515976e+05 2.149162541753610323e-01 5.018153431953851357e-02 +1.306232685447444092e+05 5.338016772140266042e-01 8.578848921082085632e-02 +1.306551224311372498e+05 3.699791899864662836e-01 6.598013029494852189e-02 +1.306869763175300905e+05 2.746256005138499878e-01 5.411021346709717073e-02 +1.307188302039229166e+05 3.624662368564829373e-01 6.598656127679729255e-02 +1.307506840903157572e+05 3.737806413288973229e-01 6.672804989169249523e-02 +1.307825379767085979e+05 3.438906266000806289e-01 6.154998609625045997e-02 +1.308143918631014240e+05 5.082627514245930955e-01 8.723422591235165113e-02 +1.308462457494942355e+05 4.324834990645408661e-01 7.292081094195254631e-02 +1.308780996358870761e+05 3.537092491891821178e-01 6.182113878856425326e-02 +1.309099535222799168e+05 2.816081651045920786e-01 5.219544649440046452e-02 +1.309418074086727283e+05 2.881599019355413627e-01 5.556084024363684704e-02 +1.309736612950655544e+05 3.906685620807415216e-01 7.839982483346122355e-02 +1.310055151814583951e+05 4.378818179969277691e-01 8.010947816272202815e-02 +1.310373690678512357e+05 3.845098101291540282e-01 6.983619529715465180e-02 +1.310692229542440618e+05 3.515044212035305371e-01 6.812258131419775264e-02 +1.311010768406369025e+05 3.482596658281353896e-01 6.221323640476586481e-02 +1.311329307270297140e+05 4.255857331647072139e-01 7.073993934841028841e-02 +1.311647846134225547e+05 3.083017294361878879e-01 5.643119119594868643e-02 +1.311966384998153953e+05 3.935838662434238411e-01 7.173178444100722362e-02 +1.312284923862082360e+05 2.685805347047525160e-01 5.286251059346982334e-02 +1.312603462726010475e+05 2.993073470679428749e-01 6.421073749308110756e-02 +1.312922001589938591e+05 3.995470622774180969e-01 7.288514118611440218e-02 +1.313240540453866997e+05 3.673295917163268975e-01 7.470700885762275589e-02 +1.313559079317795404e+05 3.762653490725232364e-01 8.084138296018165970e-02 +1.313877618181723810e+05 3.376506982158999914e-01 7.506410715526404265e-02 +1.314196157045652217e+05 2.694320183802730306e-01 7.374791561826581077e-02 +1.314514695909580332e+05 2.688879729108901162e-01 7.548822118009056170e-02 +1.314833234773508739e+05 2.588875682086872465e-01 6.130711618871461516e-02 +1.315151773637436854e+05 4.136184112546263947e-01 8.421828583661855605e-02 +1.315470312501365261e+05 2.231684006868717429e-01 5.759790120188012369e-02 +1.315788851365293376e+05 3.347815552472253597e-01 7.276836455321221420e-02 +1.316107390229221783e+05 2.796357884878286626e-01 6.902304114298575544e-02 +1.316425929093150189e+05 3.092864637236850678e-01 6.853063057223542087e-02 +1.316744467957078596e+05 3.863407676723660256e-01 8.686146506487202323e-02 +1.317063006821007002e+05 3.851784779901480382e-01 7.542637541680956292e-02 +1.317381545684935118e+05 4.077331271643777622e-01 9.398353200875024516e-02 +1.317700084548863233e+05 2.618455293053976174e-01 6.741498122072697718e-02 +1.318018623412791640e+05 4.125346166893202327e-01 8.925810759513727599e-02 +1.318337162276720046e+05 4.696400273657589941e-01 9.446667369856737162e-02 +1.318655701140648453e+05 3.949070951066696034e-01 9.814334508862770923e-02 +1.318974240004576568e+05 2.376725208657605171e-01 5.936331803947912655e-02 +1.319292778868504975e+05 4.426538994537371763e-01 9.874241302544292664e-02 +1.319611317732433381e+05 5.408631073029881442e-01 1.215696634369331369e-01 +1.319929856596361496e+05 3.535605187310141284e-01 8.817970185139872852e-02 +1.320248395460289903e+05 2.932561396637780038e-01 7.583967872327336546e-02 +1.320566934324218309e+05 3.570510191670669964e-01 8.597580321045455998e-02 +1.320885473188146425e+05 2.671660665636356180e-01 7.968477762877325399e-02 +1.321204012052074831e+05 5.139225912511776739e-01 1.232691024073256508e-01 +1.321522550916003238e+05 3.392501223827615875e-01 8.674794142677740016e-02 +1.321841089779931644e+05 4.309325166762844606e-01 1.007045397645960211e-01 +1.322159628643859760e+05 4.491012939765338108e-01 1.184976027671991866e-01 +1.322478167507787875e+05 4.672563367876610418e-01 1.106812778710818818e-01 +1.322796706371716282e+05 2.876515636883110738e-01 7.912201501728344244e-02 +1.323115245235644688e+05 5.017019077467337329e-01 1.365360969213841313e-01 +1.323433784099573095e+05 3.209745867313155698e-01 9.809809728174860577e-02 +1.323752322963501501e+05 1.861960517396021586e-01 6.884778877287778265e-02 +1.324070861827429617e+05 4.589913683467337080e-01 1.123087197194384268e-01 +1.324389400691358023e+05 3.361830539469351509e-01 9.169455979851144634e-02 +1.324707939555286139e+05 6.188496524519452313e-01 1.384220837465163223e-01 +1.325026478419214545e+05 4.907964294546352524e-01 1.265528383339984964e-01 +1.325345017283142661e+05 2.562434354539391834e-01 8.508165140865803222e-02 +1.325663556147071067e+05 3.355627858760925064e-01 1.027007061636656532e-01 +1.325982095010999474e+05 2.752184603340264712e-01 1.017129549572452774e-01 +1.326300633874927880e+05 2.551880866095046496e-01 1.022521432501860006e-01 +1.326619172738856287e+05 3.590842165732089364e-01 1.076571190674837503e-01 +1.326937711602784402e+05 4.153669795976372980e-01 1.226800333806669918e-01 +1.327256250466712518e+05 4.619771832674935408e-01 1.301145072908272693e-01 +1.327574789330640924e+05 2.449680074262041984e-01 8.189603580815398021e-02 +1.327893328194569331e+05 4.399829426445841518e-01 1.391987641921166863e-01 +1.328211867058497737e+05 3.595219347328632020e-01 1.195811823008814806e-01 +1.328530405922425853e+05 4.480958860753889716e-01 1.425171237081780118e-01 +1.328848944786354259e+05 3.217863704830475902e-01 1.130003523459232329e-01 +1.329167483650282666e+05 3.215094636644183490e-01 1.089997404028159173e-01 +1.329486022514210781e+05 3.111304615702953913e-01 1.162584680338107496e-01 +1.329804561378139188e+05 1.489180340239011913e-01 5.736675818825952289e-02 +1.330123100242067594e+05 1.987368139705376902e-01 7.742348775082552592e-02 +1.330441639105995710e+05 3.740870026455515029e-01 1.560874923824437932e-01 +1.330760177969924116e+05 5.443229885523954703e-01 1.778626794351202411e-01 +1.331078716833852523e+05 3.704904231965202577e-01 1.506248226999068462e-01 +1.331397255697780929e+05 4.283953604548490501e-01 1.644250779730210554e-01 +1.331715794561709045e+05 3.219418120950495732e-01 1.201456902982570435e-01 +1.332034333425637160e+05 4.996271265267129280e-01 1.916346167113017751e-01 +1.332352872289565566e+05 4.014100922438230690e-01 1.786644620333889266e-01 +1.332671411153493973e+05 8.701317266206397560e-01 2.790740258634463733e-01 +1.332989950017422379e+05 7.340966728277013020e-01 2.048368313554186637e-01 +1.333308488881350786e+05 4.546347441403003065e-01 1.857621891733435837e-01 +1.333627027745278901e+05 3.203324185693461890e-01 1.362929401717772604e-01 +1.333945566609207308e+05 2.903614356922111783e-01 1.238289247189490599e-01 +1.334264105473135423e+05 3.141345400917339159e-01 1.599807011242079802e-01 +1.334582644337063830e+05 3.318420541081438802e-01 1.623648917623534138e-01 +1.334901183200991945e+05 7.404813868157472667e-01 2.622689719345001613e-01 +1.335219722064920352e+05 1.592683400981554365e-01 8.312358612470391317e-02 +1.335538260928848758e+05 6.969043102892262809e-01 2.711674187357139831e-01 +1.335856799792777165e+05 8.285490091188953965e-01 3.237294888544890448e-01 +1.336175338656705571e+05 3.002386103081449709e-01 1.069917667771543013e-01 +1.336493877520633687e+05 7.051866464491423070e-01 2.884255249442603253e-01 +1.336812416384561802e+05 4.406956512835819018e-01 2.321250068892608820e-01 +1.337130955248490209e+05 1.022588329993983303e+00 3.250001015583902642e-01 +1.337449494112418615e+05 3.979325272250360257e-01 2.657004214698358013e-01 +1.337768032976347022e+05 4.055862516945116236e-01 3.511640897550230567e-01 +1.338086571840275137e+05 4.186086162428961921e-01 1.856197334882847272e-01 +1.338405110704203544e+05 1.313465325401602435e+00 4.594454675511900898e-01 +1.338723649568131950e+05 6.368621882011702429e-01 3.013694850805384018e-01 +1.339042188432060066e+05 2.068633563051361091e-01 1.195065495051522847e-01 +1.339360727295988472e+05 2.633100378840579348e-01 1.738674710374923105e-01 +1.339679266159916879e+05 5.628867830972391628e-01 3.100376232236123908e-01 +1.339997805023844994e+05 3.047310707801264007e-01 2.008179321662602046e-01 +1.340316343887773401e+05 4.807348879803211017e-01 2.863371193940659198e-01 +1.340634882751701807e+05 1.594552592134945490e+00 6.395764880912727657e-01 +1.340953421615630214e+05 4.548412084639569808e-01 3.080101839635791539e-01 +1.341271960479558329e+05 1.824603018961237222e-01 1.104646601431539116e-01 +1.341590499343486445e+05 3.400008898448165784e-01 2.595753283820613766e-01 +1.341909038207414851e+05 6.588386408565893859e-01 3.814211517287000586e-01 +1.342227577071343258e+05 6.292080852598826157e-02 5.424264680515918785e-02 +1.342546115935271664e+05 3.176710027382949608e-01 2.245557100516233640e-01 +1.342864654799200071e+05 2.135048040757593912e-01 1.606266260913664090e-01 +1.343183193663128186e+05 2.124343591004201892e-01 1.823495564794574419e-01 +1.343501732527056593e+05 9.071299950886084762e-01 5.645308249283890190e-01 +1.343820271390984708e+05 9.124487240315852510e-02 8.713311395855501129e-02 +1.344138810254913114e+05 1.307246847051934668e-01 1.251167499411812434e-01 +1.344457349118841230e+05 3.108890314548348188e-01 1.902380900683898202e-01 +1.344775887982769636e+05 1.035307244727542431e+00 9.046063876863660314e-01 +1.345094426846698043e+05 6.600656325484843823e-01 3.876920663927203026e-01 +1.345412965710626449e+05 4.862250580659208121e-01 4.127807249514421906e-01 +1.345731504574554856e+05 2.732257489547933529e-03 2.004632523051295967e-03 +1.346050043438482971e+05 3.912459824506086536e-01 3.887334853830330950e-01 +1.346368582302411087e+05 5.895490562744656327e-01 4.605083795876412367e-01 +1.346687121166339493e+05 4.913231267748541242e-01 4.001371462796622369e-01 +1.347005660030267900e+05 1.235499880718282477e-02 1.137194437194870983e-02 +1.347324198894196306e+05 5.410236099222079931e-01 3.217291014412385075e-01 +1.347642737758124422e+05 3.296464065053005266e-01 3.271257897790029734e-01 +1.347961276622052828e+05 2.270201571720225839e-02 1.640444875594469429e-02 +1.348279815485981235e+05 3.421245279806593535e-03 2.425556736809404441e-03 +1.348598354349909350e+05 5.132432922261787045e-01 5.071636391216032269e-01 +1.348916893213837757e+05 8.392753578226699873e-02 7.032141969634014833e-02 +1.349235432077766163e+05 1.531470639553383396e-02 8.695974594304965027e-03 +1.349553970941694279e+05 0.000000000000000000e+00 0.000000000000000000e+00 +1.349872509805622685e+05 1.488006449879681519e-03 1.330396379663050530e-03 +1.350191048669551092e+05 2.410725945384457614e-01 2.394237352267391539e-01 +1.350509587533479498e+05 4.568552538684485936e-02 3.204727571566796246e-02 +1.350828126397407614e+05 5.979042544541344345e-02 4.099484593849651165e-02 +1.351146665261335729e+05 6.363532874270502217e-03 4.510830602285457146e-03 +1.351465204125264136e+05 1.879286242701946191e-02 1.523352868215557473e-02 +1.351783742989192542e+05 8.109647193113852515e-01 6.588578524854509233e-01 +1.352102281853120949e+05 2.330577066601858816e-01 2.298734677250127423e-01 +1.352420820717049355e+05 6.425805245826306938e-03 6.413028618376093691e-03 +1.352739359580977471e+05 8.011926805241529337e-01 8.011926805241529337e-01 +1.353057898444905877e+05 3.594302060045053260e+00 3.196410982338712792e+00 +1.353376437308834284e+05 6.471912411088417451e-03 6.356679391234219996e-03 +1.353694976172762399e+05 2.503540491973535800e-02 1.869882183618080951e-02 +1.354013515036690515e+05 5.298127226019615915e-02 4.966125723345942572e-02 +1.354332053900618921e+05 8.790910394940922717e-03 8.790910394940922717e-03 +1.354650592764547328e+05 6.390082896293770853e-02 5.026509830618419716e-02 +1.354969131628475734e+05 1.692584627047803325e+00 1.692442353630448260e+00 +1.355287670492404141e+05 3.749426041807426592e-03 3.731508640617369615e-03 +1.355606209356332547e+05 1.254304567681278071e+00 1.254304567681278293e+00 +1.355924748220260662e+05 1.309596980681204496e-02 1.309596980681204496e-02 diff --git a/docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe.pcr b/docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe.pcr new file mode 100644 index 000000000..017936b60 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe.pcr @@ -0,0 +1,105 @@ +Fe ferrite high-resolution on BEER +! Current global Chi2 (Bragg contrib.) = 4662. +NPATT 1 1 <- Flags for patterns (1:refined, 0: excluded) +W_PAT 1.000 +!Nph Dum Ias Nre Cry Opt Aut + 1 0 0 0 0 0 1 +!Job Npr Nba Nex Nsc Nor Iwg Ilo Res Ste Uni Cor Anm Int + -1 7 31 2 0 1 0 0 0 0 1 0 0 0 !-> Patt#: 1 +! +!File names of data(patterns) files +fe.dat +! +!Mat Pcr NLI Rpa Sym Sho + 1 1 0 0 0 0 +!Ipr Ppl Ioc Ls1 Ls2 Ls3 Prf Ins Hkl Fou Ana + 3 2 1 0 4 0 2 10 0 0 1 !-> Patt#: 1 +! +! Bkpos Wdt Iabscor for Pattern# 1 + 53000.000 12.00 2 +!NCY Eps R_at R_an R_pr R_gl + 1 0.05 0.50 0.50 0.10 0.50 +! TOF-min TOF-max -> Patt#: 1 + 40158.2305 31.8651 135592.4688 +! +!2Theta/TOF/E(Kev) Background for Pattern# 1 + 40111.8789 0.0167 0.00 + 41193.5664 0.1485 0.00 + 42041.3750 0.1848 0.00 + 42713.7734 0.1975 0.00 + 44409.3945 0.1891 0.00 + 45198.7344 0.2147 0.00 + 46251.1875 0.1887 0.00 + 49350.0742 0.2194 0.00 + 51289.6836 0.1991 0.00 + 55245.1992 0.1981 0.00 + 55679.7070 0.2276 0.00 + 56383.9102 0.2439 0.00 + 58956.1797 0.2907 0.00 + 61536.4570 0.3067 0.00 + 63768.0469 0.3242 0.00 + 65581.2109 0.2973 0.00 + 70183.8516 0.2575 0.00 + 71787.8203 0.2321 0.00 + 78343.1094 0.2158 0.00 + 80016.8047 0.1694 0.00 + 98141.8516 0.2400 0.00 + 99262.2344 0.4335 0.00 + 100985.8516 0.4375 0.00 + 101933.8516 0.3427 0.00 + 108656.0312 0.5339 0.00 + 110896.7500 0.9537 0.00 + 113137.4844 1.1668 0.00 + 114430.2031 1.1164 0.00 + 116929.4844 0.9161 0.00 + 119428.7422 0.6885 0.00 + 134506.3438 0.0692 0.00 +! +! Excluded regions (LowT HighT) for Pattern# 1 + 20000.00 40000.00 + 130000.00 180000.00 +! +! + 0 !Number of refined parameters +! +! Zero Code Dtt1 Code Dtt2 Code Dtt_1overd Code 2ThetaBank -> Patt# 1 + -10.29183 0.00 54902.18750 0.00 0.00000 0.00 0.00000 0.00 90.000 +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 7.9206 +!------------------------------------------------------------------------------- +ferrite +! +!Nat Dis Ang Jbt Isy Str Furth ATZ Nvk More + 1 0 0 0 0 0 0 111.6583 0 0 +!Contributions (0/1) of this phase to the 1 patterns + 1 +!Irf Npr Jtyp Nsp_Ref Ph_Shift for Pattern# 1 + 0 7 -1 0 0 +! Pr1 Pr2 Pr3 Brind. Rmua Rmub Rmuc for Pattern# 1 + 0.000 0.000 1.000 1.000 0.000 0.000 0.000 +! +! +I m -3 m <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +Fe FE 0.00000 0.00000 0.00000 1.71513 0.02083 0 0 0 0 + 0.00 0.00 0.00 0.00 0.00 +!-------> Profile Parameters for Pattern # 1 ----> Phase # 1 +! Scale Extinc Bov Str1 Str2 Str3 Strain-Mode + 401.4629 0.0000 0.0000 0.0000 0.0000 0.0000 0 + 0.00000 0.00 0.00 0.00 0.00 0.00 +! Sigma-2 Sigma-1 Sigma-0 Sigma-Q Iso-GStrain Iso-GSize Ani-LSize Size-Model + 311.7041 1283.6387 893.6397 0.0000 0.0000 0.0000 0.0000 0 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! Gamma-2 Gamma-1 Gamma-0 Iso-LorStrain Iso-LorSize + 0.0000 0.0000 5.0330 0.0000 0.0000 + 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 2.886000 2.886000 2.886000 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! Pref1 Pref2 + 1.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +!Absorption correction parameters + 0.00000 0.00 0.00000 0.00 ABS: ABSCOR1 ABSCOR2 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 40294.496 117795.422 1 diff --git a/docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe.sum b/docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe.sum new file mode 100644 index 000000000..43093a518 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe.sum @@ -0,0 +1,263 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 8.40 - Feb2026-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 19/06/2026 Time: 08:52:18.378 + + => PCR file code: fe + => DAT file code: fe.dat -> Relative contribution: 1.0000 + => Title:Fe ferrite high-resolution on BEER + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Global Refinement of neutron powder data + => Neutron Time-Of-Flight data + => Abcisa variable is T.O.F. in microsecs + => The 7th default profile function was selected + + => X-Y type of data: 2theta/TOF/E(Kev) Intens sigma for pattern: 1 + => Analysis of refinement at the end + => Absorption correction type: 2 + => Base of peaks: 2.0*HW* 12.00 + ==> T.O.F. range, and number of points: + TOFmin: 40158.230469 TOFmax: 135592.468750 + No. of points: 2997 + =>-------> Pattern# 1 + => Crystal Structure Refinement for phase: 1 + => The density (volumic mass) of phase 1 is: 7.716 g/cm3 + => Scor: 2.3965 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 ferrite I m -3 m +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 13 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + Fe 0.00000( 0) 0.00000( 0) 0.00000( 0) 1.715( 0) 0.021( 0) 2 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 2.88600 0.00000 + 2.88600 0.00000 + 2.88600 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + + => Overall scale factor : 401.462890625 0.000000000 + => T.O.F. Extinction parameter: 0.000000 0.000000 + => Overall temperature factor: 0.000000 0.000000 + => T.O.F. Gaussian variances Sig-2, Sig-1, Sig-0: + 311.704102 0.000000 + 1283.638672 0.000000 + 893.639709 0.000000 + + => T.O.F. Gaussian variance Sig-Q: 0.000000 0.000000 + => T.O.F. Isotropic Gaussian Strain parameter (G-strain): 0.00000 0.00000 + => T.O.F. Isotropic Gaussian Size parameter (G-size) : 0.00000 0.00000 + => T.O.F. Anisotropic Lorentzian Size parameter (Ani-LorSize): 0.00000 0.00000 + => T.O.F. Lorentzian FWHM Gam-2, Gam-1, Gam-0: + 0.000000 0.000000 + 0.000000 0.000000 + 5.033000 0.000000 + + => T.O.F. Lorentzian strain and size parameters (LStr,LSiz): + 0.000000 0.000000 + 0.000000 0.000000 + + => Direct cell parameters: + 2.886000 0.000000 + 2.886000 0.000000 + 2.886000 0.000000 + 90.000000 0.000000 + 90.000000 0.000000 + 90.000000 0.000000 + + => Preferred orientation parameters: + 1.000000 0.000000 + 0.000000 0.000000 + + => T.O.F. Peak shape parameter for TOF_pV (unused): + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 + + => Absorption parameters: + 0.00000 0.00000 + 0.00000 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: -10.2918 0.0000 + + => T.O.F.- dtt1 ( TOFo=dtt1*dsp ): 54902.19 0.00 + => T.O.F.- dtt2 (TOF=TOFo+dtt2*dsp*dsp ): 0.00 0.00 + => T.O.F.- dtt_1OverD (TOF=TOF+dtt_1overD/dsp): 0.00 0.00 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle: 1 + => N-P+C: 2820 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 48.7 Rwp: 72.9 Rexp: 1.93 Chi2: 0.143E+04 L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 52.1 Rwp: 76.5 Rexp: 2.03 Chi2: 0.143E+04 + => Deviance: 0.646E+05 Dev* : 14.44 + => DW-Stat.: 0.0352 DW-exp: 1.8829 + => N-sigma of the GoF: 53533.191 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 863 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 12.5 Rwp: 23.1 Rexp: 1.63 Chi2: 200. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 13.0 Rwp: 23.9 Rexp: 1.69 Chi2: 200. + => Deviance: 0.417E+04 Dev* : 3.064 + => DW-Stat.: 0.8193 DW-exp: 1.7875 + => N-sigma of the GoF: 4141.223 + + => Global user-weigthed Chi2 (Bragg contrib.): 200. + => Scor: 2.3965 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 ferrite I m -3 m +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 13 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + Fe 0.00000( 0) 0.00000( 0) 0.00000( 0) 1.715( 0) 0.021( 0) 2 + + ==> PROFILE PARAMETERS FOR PATTERN# 1 + + => Cell parameters : + 2.88600 0.00000 + 2.88600 0.00000 + 2.88600 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + 90.00000 0.00000 + + + => Overall scale factor : 401.462890625 0.000000000 + => T.O.F. Extinction parameter: 0.000000 0.000000 + => Overall temperature factor: 0.000000 0.000000 + => T.O.F. Gaussian variances Sig-2, Sig-1, Sig-0: + 311.704102 0.000000 + 1283.638672 0.000000 + 893.639709 0.000000 + + => T.O.F. Gaussian variance Sig-Q: 0.000000 0.000000 + => T.O.F. Isotropic Gaussian Strain parameter (G-strain): 0.00000 0.00000 + => T.O.F. Isotropic Gaussian Size parameter (G-size) : 0.00000 0.00000 + => T.O.F. Anisotropic Lorentzian Size parameter (Ani-LorSize): 0.00000 0.00000 + => T.O.F. Lorentzian FWHM Gam-2, Gam-1, Gam-0: + 0.000000 0.000000 + 0.000000 0.000000 + 5.033000 0.000000 + + => T.O.F. Lorentzian strain and size parameters (LStr,LSiz): + 0.000000 0.000000 + 0.000000 0.000000 + + => Direct cell parameters: + 2.886000 0.000000 + 2.886000 0.000000 + 2.886000 0.000000 + 90.000000 0.000000 + 90.000000 0.000000 + 90.000000 0.000000 + + => Preferred orientation parameters: + 1.000000 0.000000 + 0.000000 0.000000 + + => T.O.F. Peak shape parameter for TOF_pV (unused): + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 + + => Absorption parameters: + 0.00000 0.00000 + 0.00000 0.00000 + + + + ==> GLOBAL PARAMETERS FOR PATTERN# 1 + + + => Zero-point: -10.2918 0.0000 + + => T.O.F.- dtt1 ( TOFo=dtt1*dsp ): 54902.19 0.00 + => T.O.F.- dtt2 (TOF=TOFo+dtt2*dsp*dsp ): 0.00 0.00 + => T.O.F.- dtt_1OverD (TOF=TOF+dtt_1overD/dsp): 0.00 0.00 + + ==> RELIABILITY FACTORS WITH ALL NON-EXCLUDED POINTS FOR PATTERN: 1 + + => Cycle: 1 => MaxCycle: 1 + => N-P+C: 2820 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 48.7 Rwp: 72.9 Rexp: 1.93 Chi2: 0.143E+04 L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 52.1 Rwp: 76.5 Rexp: 2.03 Chi2: 0.143E+04 + => Deviance: 0.646E+05 Dev* : 14.44 + => DW-Stat.: 0.0352 DW-exp: 1.8829 + => N-sigma of the GoF: 53533.191 + + ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 + + => N-P+C: 863 + => R-factors (not corrected for background) for Pattern: 1 + => Rp: 12.5 Rwp: 23.1 Rexp: 1.63 Chi2: 200. L.S. refinement + => Conventional Rietveld R-factors for Pattern: 1 + => Rp: 13.0 Rwp: 23.9 Rexp: 1.69 Chi2: 200. + => Deviance: 0.417E+04 Dev* : 3.064 + => DW-Stat.: 0.8193 DW-exp: 1.7875 + => N-sigma of the GoF: 4141.223 + + => Global user-weigthed Chi2 (Bragg contrib.): 0.466E+04 + + ----------------------------------------------------- + BRAGG R-Factors and weight fractions for Pattern # 1 + ----------------------------------------------------- + + => Phase: 1 ferrite + => Bragg R-factor: 7.92 Vol: 24.037( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 20.6 ATZ: 111.658 Brindley: 1.0000 + + + CPU Time: 0.164 seconds + 0.003 minutes + + => Run finished at: Date: 19/06/2026 Time: 08:52:18.541 diff --git a/docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe_1.bac b/docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe_1.bac new file mode 100644 index 000000000..0140f0151 --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe_1.bac @@ -0,0 +1,2998 @@ +! Background of: fe + 40168.5234 0.0223 + 40200.3789 0.0262 + 40232.2305 0.0301 + 40264.0859 0.0340 + 40295.9414 0.0379 + 40327.7930 0.0418 + 40359.6484 0.0456 + 40391.5000 0.0495 + 40423.3555 0.0534 + 40455.2109 0.0573 + 40487.0625 0.0612 + 40518.9180 0.0650 + 40550.7695 0.0689 + 40582.6250 0.0728 + 40614.4805 0.0767 + 40646.3320 0.0806 + 40678.1875 0.0844 + 40710.0391 0.0883 + 40741.8945 0.0922 + 40773.7461 0.0961 + 40805.6016 0.1000 + 40837.4570 0.1039 + 40869.3086 0.1077 + 40901.1641 0.1116 + 40933.0156 0.1155 + 40964.8711 0.1194 + 40996.7266 0.1233 + 41028.5781 0.1271 + 41060.4336 0.1310 + 41092.2852 0.1349 + 41124.1406 0.1388 + 41155.9961 0.1427 + 41187.8477 0.1465 + 41219.7031 0.1492 + 41251.5547 0.1505 + 41283.4102 0.1519 + 41315.2656 0.1533 + 41347.1172 0.1546 + 41378.9727 0.1560 + 41410.8242 0.1574 + 41442.6797 0.1587 + 41474.5352 0.1601 + 41506.3867 0.1615 + 41538.2422 0.1628 + 41570.0938 0.1642 + 41601.9492 0.1655 + 41633.8047 0.1669 + 41665.6562 0.1683 + 41697.5117 0.1696 + 41729.3633 0.1710 + 41761.2188 0.1724 + 41793.0742 0.1737 + 41824.9258 0.1751 + 41856.7812 0.1765 + 41888.6328 0.1778 + 41920.4883 0.1792 + 41952.3398 0.1805 + 41984.1953 0.1819 + 42016.0508 0.1833 + 42047.9023 0.1846 + 42079.7578 0.1853 + 42111.6094 0.1859 + 42143.4648 0.1865 + 42175.3203 0.1871 + 42207.1719 0.1877 + 42239.0273 0.1883 + 42270.8789 0.1889 + 42302.7344 0.1895 + 42334.5898 0.1901 + 42366.4414 0.1907 + 42398.2969 0.1913 + 42430.1484 0.1919 + 42462.0039 0.1926 + 42493.8594 0.1932 + 42525.7109 0.1938 + 42557.5664 0.1944 + 42589.4180 0.1950 + 42621.2734 0.1956 + 42653.1289 0.1962 + 42684.9805 0.1968 + 42716.8359 0.1974 + 42748.6875 0.1974 + 42780.5430 0.1972 + 42812.3984 0.1971 + 42844.2500 0.1969 + 42876.1055 0.1967 + 42907.9570 0.1966 + 42939.8125 0.1964 + 42971.6680 0.1963 + 43003.5195 0.1961 + 43035.3750 0.1960 + 43067.2266 0.1958 + 43099.0820 0.1956 + 43130.9375 0.1955 + 43162.7891 0.1953 + 43194.6445 0.1952 + 43226.4961 0.1950 + 43258.3516 0.1949 + 43290.2031 0.1947 + 43322.0586 0.1945 + 43353.9141 0.1944 + 43385.7656 0.1942 + 43417.6211 0.1941 + 43449.4727 0.1939 + 43481.3281 0.1937 + 43513.1836 0.1936 + 43545.0352 0.1934 + 43576.8906 0.1933 + 43608.7422 0.1931 + 43640.5977 0.1930 + 43672.4531 0.1928 + 43704.3047 0.1926 + 43736.1602 0.1925 + 43768.0117 0.1923 + 43799.8672 0.1922 + 43831.7227 0.1920 + 43863.5742 0.1919 + 43895.4297 0.1917 + 43927.2812 0.1915 + 43959.1367 0.1914 + 43990.9922 0.1912 + 44022.8438 0.1911 + 44054.6992 0.1909 + 44086.5508 0.1908 + 44118.4062 0.1906 + 44150.2617 0.1904 + 44182.1133 0.1903 + 44213.9688 0.1901 + 44245.8203 0.1900 + 44277.6758 0.1898 + 44309.5312 0.1896 + 44341.3828 0.1895 + 44373.2383 0.1893 + 44405.0898 0.1892 + 44436.9453 0.1897 + 44468.7969 0.1907 + 44500.6523 0.1917 + 44532.5078 0.1928 + 44564.3594 0.1938 + 44596.2148 0.1948 + 44628.0664 0.1959 + 44659.9219 0.1969 + 44691.7773 0.1979 + 44723.6289 0.1990 + 44755.4844 0.2000 + 44787.3359 0.2010 + 44819.1914 0.2021 + 44851.0469 0.2031 + 44882.8984 0.2041 + 44914.7539 0.2052 + 44946.6055 0.2062 + 44978.4609 0.2072 + 45010.3164 0.2083 + 45042.1680 0.2093 + 45074.0234 0.2103 + 45105.8750 0.2114 + 45137.7305 0.2124 + 45169.5859 0.2134 + 45201.4375 0.2145 + 45233.2930 0.2141 + 45265.1445 0.2133 + 45297.0000 0.2125 + 45328.8555 0.2117 + 45360.7070 0.2110 + 45392.5625 0.2102 + 45424.4141 0.2094 + 45456.2695 0.2086 + 45488.1250 0.2078 + 45519.9766 0.2070 + 45551.8320 0.2062 + 45583.6836 0.2054 + 45615.5391 0.2047 + 45647.3945 0.2039 + 45679.2461 0.2031 + 45711.1016 0.2023 + 45742.9531 0.2015 + 45774.8086 0.2007 + 45806.6602 0.1999 + 45838.5156 0.1991 + 45870.3711 0.1984 + 45902.2227 0.1976 + 45934.0781 0.1968 + 45965.9297 0.1960 + 45997.7852 0.1952 + 46029.6406 0.1944 + 46061.4922 0.1936 + 46093.3477 0.1929 + 46125.1992 0.1921 + 46157.0547 0.1913 + 46188.9102 0.1905 + 46220.7617 0.1897 + 46252.6172 0.1889 + 46284.4688 0.1889 + 46316.3242 0.1892 + 46348.1797 0.1896 + 46380.0312 0.1899 + 46411.8867 0.1902 + 46443.7383 0.1905 + 46475.5938 0.1908 + 46507.4492 0.1911 + 46539.3008 0.1915 + 46571.1562 0.1918 + 46603.0078 0.1921 + 46634.8633 0.1924 + 46666.7188 0.1927 + 46698.5703 0.1930 + 46730.4258 0.1933 + 46762.2773 0.1937 + 46794.1328 0.1940 + 46825.9883 0.1943 + 46857.8398 0.1946 + 46889.6953 0.1949 + 46921.5469 0.1952 + 46953.4023 0.1956 + 46985.2539 0.1959 + 47017.1094 0.1962 + 47048.9648 0.1965 + 47080.8164 0.1968 + 47112.6719 0.1971 + 47144.5234 0.1974 + 47176.3789 0.1978 + 47208.2344 0.1981 + 47240.0859 0.1984 + 47271.9414 0.1987 + 47303.7930 0.1990 + 47335.6484 0.1993 + 47367.5039 0.1997 + 47399.3555 0.2000 + 47431.2109 0.2003 + 47463.0625 0.2006 + 47494.9180 0.2009 + 47526.7734 0.2012 + 47558.6250 0.2016 + 47590.4805 0.2019 + 47622.3320 0.2022 + 47654.1875 0.2025 + 47686.0430 0.2028 + 47717.8945 0.2031 + 47749.7500 0.2034 + 47781.6016 0.2038 + 47813.4570 0.2041 + 47845.3125 0.2044 + 47877.1641 0.2047 + 47909.0195 0.2050 + 47940.8711 0.2053 + 47972.7266 0.2057 + 48004.5820 0.2060 + 48036.4336 0.2063 + 48068.2891 0.2066 + 48100.1406 0.2069 + 48131.9961 0.2072 + 48163.8516 0.2075 + 48195.7031 0.2079 + 48227.5586 0.2082 + 48259.4102 0.2085 + 48291.2656 0.2088 + 48323.1172 0.2091 + 48354.9727 0.2094 + 48386.8281 0.2098 + 48418.6797 0.2101 + 48450.5352 0.2104 + 48482.3867 0.2107 + 48514.2422 0.2110 + 48546.0977 0.2113 + 48577.9492 0.2116 + 48609.8047 0.2120 + 48641.6562 0.2123 + 48673.5117 0.2126 + 48705.3672 0.2129 + 48737.2188 0.2132 + 48769.0742 0.2135 + 48800.9258 0.2139 + 48832.7812 0.2142 + 48864.6367 0.2145 + 48896.4883 0.2148 + 48928.3438 0.2151 + 48960.1953 0.2154 + 48992.0508 0.2158 + 49023.9062 0.2161 + 49055.7578 0.2164 + 49087.6133 0.2167 + 49119.4648 0.2170 + 49151.3203 0.2173 + 49183.1758 0.2176 + 49215.0273 0.2180 + 49246.8828 0.2183 + 49278.7344 0.2186 + 49310.5898 0.2189 + 49342.4453 0.2192 + 49374.2969 0.2193 + 49406.1523 0.2189 + 49438.0039 0.2186 + 49469.8594 0.2183 + 49501.7109 0.2179 + 49533.5664 0.2176 + 49565.4219 0.2173 + 49597.2734 0.2169 + 49629.1289 0.2166 + 49660.9805 0.2163 + 49692.8359 0.2159 + 49724.6914 0.2156 + 49756.5430 0.2153 + 49788.3984 0.2149 + 49820.2500 0.2146 + 49852.1055 0.2143 + 49883.9609 0.2139 + 49915.8125 0.2136 + 49947.6680 0.2133 + 49979.5195 0.2129 + 50011.3750 0.2126 + 50043.2305 0.2123 + 50075.0820 0.2119 + 50106.9375 0.2116 + 50138.7891 0.2113 + 50170.6445 0.2109 + 50202.5000 0.2106 + 50234.3516 0.2103 + 50266.2070 0.2099 + 50298.0586 0.2096 + 50329.9141 0.2093 + 50361.7695 0.2089 + 50393.6211 0.2086 + 50425.4766 0.2083 + 50457.3281 0.2079 + 50489.1836 0.2076 + 50521.0391 0.2073 + 50552.8906 0.2069 + 50584.7461 0.2066 + 50616.5977 0.2063 + 50648.4531 0.2059 + 50680.3086 0.2056 + 50712.1602 0.2053 + 50744.0156 0.2049 + 50775.8672 0.2046 + 50807.7227 0.2043 + 50839.5742 0.2039 + 50871.4297 0.2036 + 50903.2852 0.2033 + 50935.1367 0.2029 + 50966.9922 0.2026 + 50998.8438 0.2023 + 51030.6992 0.2019 + 51062.5547 0.2016 + 51094.4062 0.2013 + 51126.2617 0.2009 + 51158.1133 0.2006 + 51189.9688 0.2003 + 51221.8242 0.1999 + 51253.6758 0.1996 + 51285.5312 0.1993 + 51317.3828 0.1991 + 51349.2383 0.1991 + 51381.0938 0.1991 + 51412.9453 0.1991 + 51444.8008 0.1991 + 51476.6523 0.1991 + 51508.5078 0.1990 + 51540.3633 0.1990 + 51572.2148 0.1990 + 51604.0703 0.1990 + 51635.9219 0.1990 + 51667.7773 0.1990 + 51699.6328 0.1990 + 51731.4844 0.1990 + 51763.3398 0.1990 + 51795.1914 0.1990 + 51827.0469 0.1990 + 51858.9023 0.1990 + 51890.7539 0.1990 + 51922.6094 0.1989 + 51954.4609 0.1989 + 51986.3164 0.1989 + 52018.1680 0.1989 + 52050.0234 0.1989 + 52081.8789 0.1989 + 52113.7305 0.1989 + 52145.5859 0.1989 + 52177.4375 0.1989 + 52209.2930 0.1989 + 52241.1484 0.1989 + 52273.0000 0.1989 + 52304.8555 0.1988 + 52336.7070 0.1988 + 52368.5625 0.1988 + 52400.4180 0.1988 + 52432.2695 0.1988 + 52464.1250 0.1988 + 52495.9766 0.1988 + 52527.8320 0.1988 + 52559.6875 0.1988 + 52591.5391 0.1988 + 52623.3945 0.1988 + 52655.2461 0.1988 + 52687.1016 0.1987 + 52718.9570 0.1987 + 52750.8086 0.1987 + 52782.6641 0.1987 + 52814.5156 0.1987 + 52846.3711 0.1987 + 52878.2266 0.1987 + 52910.0781 0.1987 + 52941.9336 0.1987 + 52973.7852 0.1987 + 53005.6406 0.1987 + 53037.4961 0.1987 + 53069.3477 0.1987 + 53101.2031 0.1986 + 53133.0547 0.1986 + 53164.9102 0.1986 + 53196.7656 0.1986 + 53228.6172 0.1986 + 53260.4727 0.1986 + 53292.3242 0.1986 + 53324.1797 0.1986 + 53356.0312 0.1986 + 53387.8867 0.1986 + 53419.7422 0.1986 + 53451.5938 0.1986 + 53483.4492 0.1985 + 53515.3008 0.1985 + 53547.1562 0.1985 + 53579.0117 0.1985 + 53610.8633 0.1985 + 53642.7188 0.1985 + 53674.5703 0.1985 + 53706.4258 0.1985 + 53738.2812 0.1985 + 53770.1328 0.1985 + 53801.9883 0.1985 + 53833.8398 0.1985 + 53865.6953 0.1985 + 53897.5508 0.1984 + 53929.4023 0.1984 + 53961.2578 0.1984 + 53993.1094 0.1984 + 54024.9648 0.1984 + 54056.8203 0.1984 + 54088.6719 0.1984 + 54120.5273 0.1984 + 54152.3789 0.1984 + 54184.2344 0.1984 + 54216.0898 0.1984 + 54247.9414 0.1984 + 54279.7969 0.1983 + 54311.6484 0.1983 + 54343.5039 0.1983 + 54375.3594 0.1983 + 54407.2109 0.1983 + 54439.0664 0.1983 + 54470.9180 0.1983 + 54502.7734 0.1983 + 54534.6250 0.1983 + 54566.4805 0.1983 + 54598.3359 0.1983 + 54630.1875 0.1983 + 54662.0430 0.1983 + 54693.8945 0.1982 + 54725.7500 0.1982 + 54757.6055 0.1982 + 54789.4570 0.1982 + 54821.3125 0.1982 + 54853.1641 0.1982 + 54885.0195 0.1982 + 54916.8750 0.1982 + 54948.7266 0.1982 + 54980.5820 0.1982 + 55012.4336 0.1982 + 55044.2891 0.1982 + 55076.1445 0.1981 + 55107.9961 0.1981 + 55139.8516 0.1981 + 55171.7031 0.1981 + 55203.5586 0.1981 + 55235.4141 0.1981 + 55267.2656 0.1989 + 55299.1211 0.2011 + 55330.9727 0.2032 + 55362.8281 0.2054 + 55394.6836 0.2076 + 55426.5352 0.2097 + 55458.3906 0.2119 + 55490.2422 0.2140 + 55522.0977 0.2162 + 55553.9531 0.2184 + 55585.8047 0.2205 + 55617.6602 0.2227 + 55649.5117 0.2249 + 55681.3672 0.2270 + 55713.2227 0.2281 + 55745.0742 0.2289 + 55776.9297 0.2296 + 55808.7812 0.2303 + 55840.6367 0.2311 + 55872.4883 0.2318 + 55904.3438 0.2326 + 55936.1992 0.2333 + 55968.0508 0.2340 + 55999.9062 0.2348 + 56031.7578 0.2355 + 56063.6133 0.2362 + 56095.4688 0.2370 + 56127.3203 0.2377 + 56159.1758 0.2385 + 56191.0273 0.2392 + 56222.8828 0.2399 + 56254.7383 0.2407 + 56286.5898 0.2414 + 56318.4453 0.2421 + 56350.2969 0.2429 + 56382.1523 0.2436 + 56414.0078 0.2443 + 56445.8594 0.2448 + 56477.7148 0.2454 + 56509.5664 0.2460 + 56541.4219 0.2466 + 56573.2773 0.2472 + 56605.1289 0.2477 + 56636.9844 0.2483 + 56668.8359 0.2489 + 56700.6914 0.2495 + 56732.5469 0.2501 + 56764.3984 0.2506 + 56796.2539 0.2512 + 56828.1055 0.2518 + 56859.9609 0.2524 + 56891.8164 0.2530 + 56923.6680 0.2535 + 56955.5234 0.2541 + 56987.3750 0.2547 + 57019.2305 0.2553 + 57051.0820 0.2559 + 57082.9375 0.2564 + 57114.7930 0.2570 + 57146.6445 0.2576 + 57178.5000 0.2582 + 57210.3516 0.2587 + 57242.2070 0.2593 + 57274.0625 0.2599 + 57305.9141 0.2605 + 57337.7695 0.2611 + 57369.6211 0.2616 + 57401.4766 0.2622 + 57433.3320 0.2628 + 57465.1836 0.2634 + 57497.0391 0.2640 + 57528.8906 0.2645 + 57560.7461 0.2651 + 57592.6016 0.2657 + 57624.4531 0.2663 + 57656.3086 0.2669 + 57688.1602 0.2674 + 57720.0156 0.2680 + 57751.8711 0.2686 + 57783.7227 0.2692 + 57815.5781 0.2698 + 57847.4297 0.2703 + 57879.2852 0.2709 + 57911.1406 0.2715 + 57942.9922 0.2721 + 57974.8477 0.2727 + 58006.6992 0.2732 + 58038.5547 0.2738 + 58070.4102 0.2744 + 58102.2617 0.2750 + 58134.1172 0.2756 + 58165.9688 0.2761 + 58197.8242 0.2767 + 58229.6797 0.2773 + 58261.5312 0.2779 + 58293.3867 0.2785 + 58325.2383 0.2790 + 58357.0938 0.2796 + 58388.9453 0.2802 + 58420.8008 0.2808 + 58452.6562 0.2814 + 58484.5078 0.2819 + 58516.3633 0.2825 + 58548.2148 0.2831 + 58580.0703 0.2837 + 58611.9258 0.2842 + 58643.7773 0.2848 + 58675.6328 0.2854 + 58707.4844 0.2860 + 58739.3398 0.2866 + 58771.1953 0.2871 + 58803.0469 0.2877 + 58834.9023 0.2883 + 58866.7539 0.2889 + 58898.6094 0.2895 + 58930.4648 0.2900 + 58962.3164 0.2906 + 58994.1719 0.2909 + 59026.0234 0.2911 + 59057.8789 0.2913 + 59089.7344 0.2915 + 59121.5859 0.2917 + 59153.4414 0.2919 + 59185.2930 0.2921 + 59217.1484 0.2923 + 59249.0039 0.2925 + 59280.8555 0.2926 + 59312.7109 0.2928 + 59344.5625 0.2930 + 59376.4180 0.2932 + 59408.2734 0.2934 + 59440.1250 0.2936 + 59471.9805 0.2938 + 59503.8320 0.2940 + 59535.6875 0.2942 + 59567.5391 0.2944 + 59599.3945 0.2946 + 59631.2500 0.2948 + 59663.1016 0.2950 + 59694.9570 0.2952 + 59726.8086 0.2954 + 59758.6641 0.2956 + 59790.5195 0.2958 + 59822.3711 0.2960 + 59854.2266 0.2962 + 59886.0781 0.2964 + 59917.9336 0.2966 + 59949.7891 0.2968 + 59981.6406 0.2970 + 60013.4961 0.2972 + 60045.3477 0.2974 + 60077.2031 0.2976 + 60109.0586 0.2978 + 60140.9102 0.2980 + 60172.7656 0.2982 + 60204.6172 0.2984 + 60236.4727 0.2986 + 60268.3281 0.2988 + 60300.1797 0.2990 + 60332.0352 0.2992 + 60363.8867 0.2994 + 60395.7422 0.2996 + 60427.5977 0.2998 + 60459.4492 0.3000 + 60491.3047 0.3002 + 60523.1562 0.3004 + 60555.0117 0.3006 + 60586.8672 0.3007 + 60618.7188 0.3009 + 60650.5742 0.3011 + 60682.4258 0.3013 + 60714.2812 0.3015 + 60746.1367 0.3017 + 60777.9883 0.3019 + 60809.8438 0.3021 + 60841.6953 0.3023 + 60873.5508 0.3025 + 60905.4023 0.3027 + 60937.2578 0.3029 + 60969.1133 0.3031 + 61000.9648 0.3033 + 61032.8203 0.3035 + 61064.6719 0.3037 + 61096.5273 0.3039 + 61128.3828 0.3041 + 61160.2344 0.3043 + 61192.0898 0.3045 + 61223.9414 0.3047 + 61255.7969 0.3049 + 61287.6523 0.3051 + 61319.5039 0.3053 + 61351.3594 0.3055 + 61383.2109 0.3057 + 61415.0664 0.3059 + 61446.9219 0.3061 + 61478.7734 0.3063 + 61510.6289 0.3065 + 61542.4805 0.3067 + 61574.3359 0.3069 + 61606.1914 0.3072 + 61638.0430 0.3074 + 61669.8984 0.3077 + 61701.7500 0.3079 + 61733.6055 0.3082 + 61765.4609 0.3084 + 61797.3125 0.3087 + 61829.1680 0.3089 + 61861.0195 0.3092 + 61892.8750 0.3094 + 61924.7305 0.3097 + 61956.5820 0.3099 + 61988.4375 0.3102 + 62020.2891 0.3104 + 62052.1445 0.3107 + 62083.9961 0.3109 + 62115.8516 0.3112 + 62147.7070 0.3114 + 62179.5586 0.3117 + 62211.4141 0.3119 + 62243.2656 0.3122 + 62275.1211 0.3124 + 62306.9766 0.3127 + 62338.8281 0.3129 + 62370.6836 0.3132 + 62402.5352 0.3134 + 62434.3906 0.3137 + 62466.2461 0.3139 + 62498.0977 0.3142 + 62529.9531 0.3144 + 62561.8047 0.3147 + 62593.6602 0.3149 + 62625.5156 0.3152 + 62657.3672 0.3154 + 62689.2227 0.3157 + 62721.0742 0.3159 + 62752.9297 0.3162 + 62784.7852 0.3164 + 62816.6367 0.3167 + 62848.4922 0.3169 + 62880.3438 0.3172 + 62912.1992 0.3174 + 62944.0547 0.3177 + 62975.9062 0.3179 + 63007.7617 0.3182 + 63039.6133 0.3184 + 63071.4688 0.3187 + 63103.3242 0.3189 + 63135.1758 0.3192 + 63167.0312 0.3194 + 63198.8828 0.3197 + 63230.7383 0.3199 + 63262.5898 0.3202 + 63294.4453 0.3204 + 63326.3008 0.3207 + 63358.1523 0.3209 + 63390.0078 0.3212 + 63421.8594 0.3214 + 63453.7148 0.3217 + 63485.5703 0.3219 + 63517.4219 0.3222 + 63549.2773 0.3224 + 63581.1289 0.3227 + 63612.9844 0.3229 + 63644.8398 0.3232 + 63676.6914 0.3234 + 63708.5469 0.3237 + 63740.3984 0.3239 + 63772.2539 0.3242 + 63804.1094 0.3238 + 63835.9609 0.3233 + 63867.8164 0.3229 + 63899.6680 0.3224 + 63931.5234 0.3219 + 63963.3789 0.3215 + 63995.2305 0.3210 + 64027.0859 0.3205 + 64058.9375 0.3200 + 64090.7930 0.3196 + 64122.6484 0.3191 + 64154.5000 0.3186 + 64186.3555 0.3181 + 64218.2070 0.3177 + 64250.0625 0.3172 + 64281.9180 0.3167 + 64313.7695 0.3163 + 64345.6250 0.3158 + 64377.4766 0.3153 + 64409.3320 0.3148 + 64441.1875 0.3144 + 64473.0391 0.3139 + 64504.8945 0.3134 + 64536.7461 0.3129 + 64568.6016 0.3125 + 64600.4531 0.3120 + 64632.3086 0.3115 + 64664.1641 0.3111 + 64696.0156 0.3106 + 64727.8711 0.3101 + 64759.7227 0.3096 + 64791.5781 0.3092 + 64823.4336 0.3087 + 64855.2852 0.3082 + 64887.1406 0.3077 + 64918.9922 0.3073 + 64950.8477 0.3068 + 64982.7031 0.3063 + 65014.5547 0.3059 + 65046.4102 0.3054 + 65078.2617 0.3049 + 65110.1172 0.3044 + 65141.9727 0.3040 + 65173.8242 0.3035 + 65205.6797 0.3030 + 65237.5312 0.3026 + 65269.3867 0.3021 + 65301.2422 0.3016 + 65333.0938 0.3011 + 65364.9492 0.3007 + 65396.8008 0.3002 + 65428.6562 0.2997 + 65460.5117 0.2992 + 65492.3633 0.2988 + 65524.2188 0.2983 + 65556.0703 0.2978 + 65587.9219 0.2974 + 65619.7734 0.2971 + 65651.6328 0.2968 + 65683.4844 0.2965 + 65715.3359 0.2962 + 65747.1875 0.2960 + 65779.0469 0.2957 + 65810.8984 0.2954 + 65842.7500 0.2951 + 65874.6094 0.2949 + 65906.4609 0.2946 + 65938.3125 0.2943 + 65970.1719 0.2940 + 66002.0234 0.2938 + 66033.8750 0.2935 + 66065.7266 0.2932 + 66097.5859 0.2929 + 66129.4375 0.2926 + 66161.2891 0.2924 + 66193.1484 0.2921 + 66225.0000 0.2918 + 66256.8516 0.2915 + 66288.7109 0.2913 + 66320.5625 0.2910 + 66352.4141 0.2907 + 66384.2656 0.2904 + 66416.1250 0.2902 + 66447.9766 0.2899 + 66479.8281 0.2896 + 66511.6875 0.2893 + 66543.5391 0.2891 + 66575.3906 0.2888 + 66607.2422 0.2885 + 66639.1016 0.2882 + 66670.9531 0.2880 + 66702.8047 0.2877 + 66734.6641 0.2874 + 66766.5156 0.2871 + 66798.3672 0.2869 + 66830.2266 0.2866 + 66862.0781 0.2863 + 66893.9297 0.2860 + 66925.7812 0.2858 + 66957.6406 0.2855 + 66989.4922 0.2852 + 67021.3438 0.2849 + 67053.2031 0.2847 + 67085.0547 0.2844 + 67116.9062 0.2841 + 67148.7656 0.2838 + 67180.6172 0.2836 + 67212.4688 0.2833 + 67244.3203 0.2830 + 67276.1797 0.2827 + 67308.0312 0.2825 + 67339.8828 0.2822 + 67371.7422 0.2819 + 67403.5938 0.2816 + 67435.4453 0.2814 + 67467.3047 0.2811 + 67499.1562 0.2808 + 67531.0078 0.2805 + 67562.8594 0.2803 + 67594.7188 0.2800 + 67626.5703 0.2797 + 67658.4219 0.2794 + 67690.2812 0.2792 + 67722.1328 0.2789 + 67753.9844 0.2786 + 67785.8359 0.2783 + 67817.6953 0.2780 + 67849.5469 0.2778 + 67881.3984 0.2775 + 67913.2578 0.2772 + 67945.1094 0.2769 + 67976.9609 0.2767 + 68008.8203 0.2764 + 68040.6719 0.2761 + 68072.5234 0.2758 + 68104.3750 0.2756 + 68136.2344 0.2753 + 68168.0859 0.2750 + 68199.9375 0.2747 + 68231.7969 0.2745 + 68263.6484 0.2742 + 68295.5000 0.2739 + 68327.3594 0.2736 + 68359.2109 0.2734 + 68391.0625 0.2731 + 68422.9141 0.2728 + 68454.7734 0.2725 + 68486.6250 0.2723 + 68518.4766 0.2720 + 68550.3359 0.2717 + 68582.1875 0.2714 + 68614.0391 0.2712 + 68645.8984 0.2709 + 68677.7500 0.2706 + 68709.6016 0.2703 + 68741.4531 0.2701 + 68773.3125 0.2698 + 68805.1641 0.2695 + 68837.0156 0.2692 + 68868.8750 0.2690 + 68900.7266 0.2687 + 68932.5781 0.2684 + 68964.4297 0.2681 + 68996.2891 0.2679 + 69028.1406 0.2676 + 69059.9922 0.2673 + 69091.8516 0.2670 + 69123.7031 0.2668 + 69155.5547 0.2665 + 69187.4141 0.2662 + 69219.2656 0.2659 + 69251.1172 0.2657 + 69282.9688 0.2654 + 69314.8281 0.2651 + 69346.6797 0.2648 + 69378.5312 0.2646 + 69410.3906 0.2643 + 69442.2422 0.2640 + 69474.0938 0.2637 + 69505.9531 0.2635 + 69537.8047 0.2632 + 69569.6562 0.2629 + 69601.5078 0.2626 + 69633.3672 0.2623 + 69665.2188 0.2621 + 69697.0703 0.2618 + 69728.9297 0.2615 + 69760.7812 0.2612 + 69792.6328 0.2610 + 69824.4922 0.2607 + 69856.3438 0.2604 + 69888.1953 0.2601 + 69920.0469 0.2599 + 69951.9062 0.2596 + 69983.7578 0.2593 + 70015.6094 0.2590 + 70047.4688 0.2588 + 70079.3203 0.2585 + 70111.1719 0.2582 + 70143.0312 0.2579 + 70174.8828 0.2577 + 70206.7344 0.2573 + 70238.5859 0.2568 + 70270.4453 0.2563 + 70302.2969 0.2558 + 70334.1484 0.2553 + 70366.0078 0.2548 + 70397.8594 0.2543 + 70429.7109 0.2538 + 70461.5625 0.2533 + 70493.4219 0.2528 + 70525.2734 0.2523 + 70557.1250 0.2518 + 70588.9844 0.2512 + 70620.8359 0.2507 + 70652.6875 0.2502 + 70684.5469 0.2497 + 70716.3984 0.2492 + 70748.2500 0.2487 + 70780.1016 0.2482 + 70811.9609 0.2477 + 70843.8125 0.2472 + 70875.6641 0.2467 + 70907.5234 0.2462 + 70939.3750 0.2457 + 70971.2266 0.2452 + 71003.0859 0.2447 + 71034.9375 0.2442 + 71066.7891 0.2437 + 71098.6406 0.2432 + 71130.5000 0.2427 + 71162.3516 0.2422 + 71194.2031 0.2417 + 71226.0625 0.2412 + 71257.9141 0.2407 + 71289.7656 0.2401 + 71321.6250 0.2396 + 71353.4766 0.2391 + 71385.3281 0.2386 + 71417.1797 0.2381 + 71449.0391 0.2376 + 71480.8906 0.2371 + 71512.7422 0.2366 + 71544.6016 0.2361 + 71576.4531 0.2356 + 71608.3047 0.2351 + 71640.1562 0.2346 + 71672.0156 0.2341 + 71703.8672 0.2336 + 71735.7188 0.2331 + 71767.5781 0.2326 + 71799.4297 0.2321 + 71831.2812 0.2320 + 71863.1406 0.2319 + 71894.9922 0.2319 + 71926.8438 0.2318 + 71958.6953 0.2317 + 71990.5547 0.2316 + 72022.4062 0.2315 + 72054.2578 0.2315 + 72086.1172 0.2314 + 72117.9688 0.2313 + 72149.8203 0.2312 + 72181.6797 0.2311 + 72213.5312 0.2311 + 72245.3828 0.2310 + 72277.2344 0.2309 + 72309.0938 0.2308 + 72340.9453 0.2308 + 72372.7969 0.2307 + 72404.6562 0.2306 + 72436.5078 0.2305 + 72468.3594 0.2304 + 72500.2188 0.2304 + 72532.0703 0.2303 + 72563.9219 0.2302 + 72595.7734 0.2301 + 72627.6328 0.2300 + 72659.4844 0.2300 + 72691.3359 0.2299 + 72723.1953 0.2298 + 72755.0469 0.2297 + 72786.8984 0.2296 + 72818.7500 0.2296 + 72850.6094 0.2295 + 72882.4609 0.2294 + 72914.3125 0.2293 + 72946.1719 0.2292 + 72978.0234 0.2292 + 73009.8750 0.2291 + 73041.7344 0.2290 + 73073.5859 0.2289 + 73105.4375 0.2288 + 73137.2891 0.2288 + 73169.1484 0.2287 + 73201.0000 0.2286 + 73232.8516 0.2285 + 73264.7109 0.2285 + 73296.5625 0.2284 + 73328.4141 0.2283 + 73360.2734 0.2282 + 73392.1250 0.2281 + 73423.9766 0.2281 + 73455.8281 0.2280 + 73487.6875 0.2279 + 73519.5391 0.2278 + 73551.3906 0.2277 + 73583.2500 0.2277 + 73615.1016 0.2276 + 73646.9531 0.2275 + 73678.8125 0.2274 + 73710.6641 0.2273 + 73742.5156 0.2273 + 73774.3672 0.2272 + 73806.2266 0.2271 + 73838.0781 0.2270 + 73869.9297 0.2269 + 73901.7891 0.2269 + 73933.6406 0.2268 + 73965.4922 0.2267 + 73997.3438 0.2266 + 74029.2031 0.2266 + 74061.0547 0.2265 + 74092.9062 0.2264 + 74124.7656 0.2263 + 74156.6172 0.2262 + 74188.4688 0.2262 + 74220.3281 0.2261 + 74252.1797 0.2260 + 74284.0312 0.2259 + 74315.8828 0.2258 + 74347.7422 0.2258 + 74379.5938 0.2257 + 74411.4453 0.2256 + 74443.3047 0.2255 + 74475.1562 0.2254 + 74507.0078 0.2254 + 74538.8672 0.2253 + 74570.7188 0.2252 + 74602.5703 0.2251 + 74634.4219 0.2250 + 74666.2812 0.2250 + 74698.1328 0.2249 + 74729.9844 0.2248 + 74761.8438 0.2247 + 74793.6953 0.2247 + 74825.5469 0.2246 + 74857.4062 0.2245 + 74889.2578 0.2244 + 74921.1094 0.2243 + 74952.9609 0.2243 + 74984.8203 0.2242 + 75016.6719 0.2241 + 75048.5234 0.2240 + 75080.3828 0.2239 + 75112.2344 0.2239 + 75144.0859 0.2238 + 75175.9375 0.2237 + 75207.7969 0.2236 + 75239.6484 0.2235 + 75271.5000 0.2235 + 75303.3594 0.2234 + 75335.2109 0.2233 + 75367.0625 0.2232 + 75398.9219 0.2231 + 75430.7734 0.2231 + 75462.6250 0.2230 + 75494.4766 0.2229 + 75526.3359 0.2228 + 75558.1875 0.2228 + 75590.0391 0.2227 + 75621.8984 0.2226 + 75653.7500 0.2225 + 75685.6016 0.2224 + 75717.4609 0.2224 + 75749.3125 0.2223 + 75781.1641 0.2222 + 75813.0156 0.2221 + 75844.8750 0.2220 + 75876.7266 0.2220 + 75908.5781 0.2219 + 75940.4375 0.2218 + 75972.2891 0.2217 + 76004.1406 0.2216 + 76036.0000 0.2216 + 76067.8516 0.2215 + 76099.7031 0.2214 + 76131.5547 0.2213 + 76163.4141 0.2212 + 76195.2656 0.2212 + 76227.1172 0.2211 + 76258.9766 0.2210 + 76290.8281 0.2209 + 76322.6797 0.2208 + 76354.5391 0.2208 + 76386.3906 0.2207 + 76418.2422 0.2206 + 76450.0938 0.2205 + 76481.9531 0.2205 + 76513.8047 0.2204 + 76545.6562 0.2203 + 76577.5156 0.2202 + 76609.3672 0.2201 + 76641.2188 0.2201 + 76673.0703 0.2200 + 76704.9297 0.2199 + 76736.7812 0.2198 + 76768.6328 0.2197 + 76800.4922 0.2197 + 76832.3438 0.2196 + 76864.1953 0.2195 + 76896.0547 0.2194 + 76927.9062 0.2193 + 76959.7578 0.2193 + 76991.6094 0.2192 + 77023.4688 0.2191 + 77055.3203 0.2190 + 77087.1719 0.2189 + 77119.0312 0.2189 + 77150.8828 0.2188 + 77182.7344 0.2187 + 77214.5938 0.2186 + 77246.4453 0.2186 + 77278.2969 0.2185 + 77310.1484 0.2184 + 77342.0078 0.2183 + 77373.8594 0.2182 + 77405.7109 0.2182 + 77437.5703 0.2181 + 77469.4219 0.2180 + 77501.2734 0.2179 + 77533.1328 0.2178 + 77564.9844 0.2178 + 77596.8359 0.2177 + 77628.6875 0.2176 + 77660.5469 0.2175 + 77692.3984 0.2174 + 77724.2500 0.2174 + 77756.1094 0.2173 + 77787.9609 0.2172 + 77819.8125 0.2171 + 77851.6641 0.2170 + 77883.5234 0.2170 + 77915.3750 0.2169 + 77947.2266 0.2168 + 77979.0859 0.2167 + 78010.9375 0.2167 + 78042.7891 0.2166 + 78074.6484 0.2165 + 78106.5000 0.2164 + 78138.3516 0.2163 + 78170.2031 0.2163 + 78202.0625 0.2162 + 78233.9141 0.2161 + 78265.7656 0.2160 + 78297.6250 0.2159 + 78329.4766 0.2159 + 78361.3281 0.2156 + 78393.1875 0.2147 + 78425.0391 0.2138 + 78456.8906 0.2129 + 78488.7422 0.2120 + 78520.6016 0.2112 + 78552.4531 0.2103 + 78584.3047 0.2094 + 78616.1641 0.2085 + 78648.0156 0.2076 + 78679.8672 0.2067 + 78711.7266 0.2059 + 78743.5781 0.2050 + 78775.4297 0.2041 + 78807.2812 0.2032 + 78839.1406 0.2023 + 78870.9922 0.2015 + 78902.8438 0.2006 + 78934.7031 0.1997 + 78966.5547 0.1988 + 78998.4062 0.1979 + 79030.2578 0.1970 + 79062.1172 0.1962 + 79093.9688 0.1953 + 79125.8203 0.1944 + 79157.6797 0.1935 + 79189.5312 0.1926 + 79221.3828 0.1917 + 79253.2422 0.1909 + 79285.0938 0.1900 + 79316.9453 0.1891 + 79348.7969 0.1882 + 79380.6562 0.1873 + 79412.5078 0.1864 + 79444.3594 0.1856 + 79476.2188 0.1847 + 79508.0703 0.1838 + 79539.9219 0.1829 + 79571.7812 0.1820 + 79603.6328 0.1811 + 79635.4844 0.1803 + 79667.3359 0.1794 + 79699.1953 0.1785 + 79731.0469 0.1776 + 79762.8984 0.1767 + 79794.7578 0.1758 + 79826.6094 0.1750 + 79858.4609 0.1741 + 79890.3203 0.1732 + 79922.1719 0.1723 + 79954.0234 0.1714 + 79985.8750 0.1705 + 80017.7344 0.1697 + 80049.5859 0.1695 + 80081.4375 0.1696 + 80113.2969 0.1697 + 80145.1484 0.1699 + 80177.0000 0.1700 + 80208.8516 0.1701 + 80240.7109 0.1702 + 80272.5625 0.1704 + 80304.4141 0.1705 + 80336.2734 0.1706 + 80368.1250 0.1707 + 80399.9766 0.1709 + 80431.8359 0.1710 + 80463.6875 0.1711 + 80495.5391 0.1712 + 80527.3906 0.1713 + 80559.2500 0.1715 + 80591.1016 0.1716 + 80622.9531 0.1717 + 80654.8125 0.1718 + 80686.6641 0.1720 + 80718.5156 0.1721 + 80750.3750 0.1722 + 80782.2266 0.1723 + 80814.0781 0.1725 + 80845.9297 0.1726 + 80877.7891 0.1727 + 80909.6406 0.1728 + 80941.4922 0.1730 + 80973.3516 0.1731 + 81005.2031 0.1732 + 81037.0547 0.1733 + 81068.9141 0.1735 + 81100.7656 0.1736 + 81132.6172 0.1737 + 81164.4688 0.1738 + 81196.3281 0.1740 + 81228.1797 0.1741 + 81260.0312 0.1742 + 81291.8906 0.1743 + 81323.7422 0.1745 + 81355.5938 0.1746 + 81387.4531 0.1747 + 81419.3047 0.1748 + 81451.1562 0.1749 + 81483.0078 0.1751 + 81514.8672 0.1752 + 81546.7188 0.1753 + 81578.5703 0.1754 + 81610.4297 0.1756 + 81642.2812 0.1757 + 81674.1328 0.1758 + 81705.9844 0.1759 + 81737.8438 0.1761 + 81769.6953 0.1762 + 81801.5469 0.1763 + 81833.4062 0.1764 + 81865.2578 0.1766 + 81897.1094 0.1767 + 81928.9688 0.1768 + 81960.8203 0.1769 + 81992.6719 0.1771 + 82024.5234 0.1772 + 82056.3828 0.1773 + 82088.2344 0.1774 + 82120.0859 0.1776 + 82151.9453 0.1777 + 82183.7969 0.1778 + 82215.6484 0.1779 + 82247.5078 0.1780 + 82279.3594 0.1782 + 82311.2109 0.1783 + 82343.0625 0.1784 + 82374.9219 0.1785 + 82406.7734 0.1787 + 82438.6250 0.1788 + 82470.4844 0.1789 + 82502.3359 0.1790 + 82534.1875 0.1792 + 82566.0469 0.1793 + 82597.8984 0.1794 + 82629.7500 0.1795 + 82661.6016 0.1797 + 82693.4609 0.1798 + 82725.3125 0.1799 + 82757.1641 0.1800 + 82789.0234 0.1802 + 82820.8750 0.1803 + 82852.7266 0.1804 + 82884.5781 0.1805 + 82916.4375 0.1807 + 82948.2891 0.1808 + 82980.1406 0.1809 + 83012.0000 0.1810 + 83043.8516 0.1812 + 83075.7031 0.1813 + 83107.5625 0.1814 + 83139.4141 0.1815 + 83171.2656 0.1816 + 83203.1172 0.1818 + 83234.9766 0.1819 + 83266.8281 0.1820 + 83298.6797 0.1821 + 83330.5391 0.1823 + 83362.3906 0.1824 + 83394.2422 0.1825 + 83426.1016 0.1826 + 83457.9531 0.1828 + 83489.8047 0.1829 + 83521.6562 0.1830 + 83553.5156 0.1831 + 83585.3672 0.1833 + 83617.2188 0.1834 + 83649.0781 0.1835 + 83680.9297 0.1836 + 83712.7813 0.1838 + 83744.6406 0.1839 + 83776.4922 0.1840 + 83808.3438 0.1841 + 83840.1953 0.1843 + 83872.0547 0.1844 + 83903.9062 0.1845 + 83935.7578 0.1846 + 83967.6172 0.1847 + 83999.4688 0.1849 + 84031.3203 0.1850 + 84063.1719 0.1851 + 84095.0312 0.1852 + 84126.8828 0.1854 + 84158.7344 0.1855 + 84190.5938 0.1856 + 84222.4453 0.1857 + 84254.2969 0.1859 + 84286.1562 0.1860 + 84318.0078 0.1861 + 84349.8594 0.1862 + 84381.7109 0.1864 + 84413.5703 0.1865 + 84445.4219 0.1866 + 84477.2734 0.1867 + 84509.1328 0.1869 + 84540.9844 0.1870 + 84572.8359 0.1871 + 84604.6953 0.1872 + 84636.5469 0.1874 + 84668.3984 0.1875 + 84700.2500 0.1876 + 84732.1094 0.1877 + 84763.9609 0.1879 + 84795.8125 0.1880 + 84827.6719 0.1881 + 84859.5234 0.1882 + 84891.3750 0.1883 + 84923.2344 0.1885 + 84955.0859 0.1886 + 84986.9375 0.1887 + 85018.7891 0.1888 + 85050.6484 0.1890 + 85082.5000 0.1891 + 85114.3516 0.1892 + 85146.2109 0.1893 + 85178.0625 0.1895 + 85209.9141 0.1896 + 85241.7656 0.1897 + 85273.6250 0.1898 + 85305.4766 0.1900 + 85337.3281 0.1901 + 85369.1875 0.1902 + 85401.0391 0.1903 + 85432.8906 0.1905 + 85464.7500 0.1906 + 85496.6016 0.1907 + 85528.4531 0.1908 + 85560.3047 0.1910 + 85592.1641 0.1911 + 85624.0156 0.1912 + 85655.8672 0.1913 + 85687.7266 0.1914 + 85719.5781 0.1916 + 85751.4297 0.1917 + 85783.2891 0.1918 + 85815.1406 0.1919 + 85846.9922 0.1921 + 85878.8438 0.1922 + 85910.7031 0.1923 + 85942.5547 0.1924 + 85974.4062 0.1926 + 86006.2656 0.1927 + 86038.1172 0.1928 + 86069.9688 0.1929 + 86101.8281 0.1931 + 86133.6797 0.1932 + 86165.5312 0.1933 + 86197.3828 0.1934 + 86229.2422 0.1936 + 86261.0938 0.1937 + 86292.9453 0.1938 + 86324.8047 0.1939 + 86356.6562 0.1941 + 86388.5078 0.1942 + 86420.3672 0.1943 + 86452.2188 0.1944 + 86484.0703 0.1946 + 86515.9219 0.1947 + 86547.7812 0.1948 + 86579.6328 0.1949 + 86611.4844 0.1950 + 86643.3438 0.1952 + 86675.1953 0.1953 + 86707.0469 0.1954 + 86738.8984 0.1955 + 86770.7578 0.1957 + 86802.6094 0.1958 + 86834.4609 0.1959 + 86866.3203 0.1960 + 86898.1719 0.1962 + 86930.0234 0.1963 + 86961.8828 0.1964 + 86993.7344 0.1965 + 87025.5859 0.1967 + 87057.4375 0.1968 + 87089.2969 0.1969 + 87121.1484 0.1970 + 87153.0000 0.1972 + 87184.8594 0.1973 + 87216.7109 0.1974 + 87248.5625 0.1975 + 87280.4219 0.1977 + 87312.2734 0.1978 + 87344.1250 0.1979 + 87375.9766 0.1980 + 87407.8359 0.1981 + 87439.6875 0.1983 + 87471.5391 0.1984 + 87503.3984 0.1985 + 87535.2500 0.1986 + 87567.1016 0.1988 + 87598.9609 0.1989 + 87630.8125 0.1990 + 87662.6641 0.1991 + 87694.5156 0.1993 + 87726.3750 0.1994 + 87758.2266 0.1995 + 87790.0781 0.1996 + 87821.9375 0.1998 + 87853.7891 0.1999 + 87885.6406 0.2000 + 87917.4922 0.2001 + 87949.3516 0.2003 + 87981.2031 0.2004 + 88013.0547 0.2005 + 88044.9141 0.2006 + 88076.7656 0.2008 + 88108.6172 0.2009 + 88140.4766 0.2010 + 88172.3281 0.2011 + 88204.1797 0.2013 + 88236.0312 0.2014 + 88267.8906 0.2015 + 88299.7422 0.2016 + 88331.5938 0.2017 + 88363.4531 0.2019 + 88395.3047 0.2020 + 88427.1562 0.2021 + 88459.0156 0.2022 + 88490.8672 0.2024 + 88522.7188 0.2025 + 88554.5703 0.2026 + 88586.4297 0.2027 + 88618.2812 0.2029 + 88650.1328 0.2030 + 88681.9922 0.2031 + 88713.8438 0.2032 + 88745.6953 0.2034 + 88777.5547 0.2035 + 88809.4062 0.2036 + 88841.2578 0.2037 + 88873.1094 0.2039 + 88904.9688 0.2040 + 88936.8203 0.2041 + 88968.6719 0.2042 + 89000.5312 0.2044 + 89032.3828 0.2045 + 89064.2344 0.2046 + 89096.0859 0.2047 + 89127.9453 0.2048 + 89159.7969 0.2050 + 89191.6484 0.2051 + 89223.5078 0.2052 + 89255.3594 0.2053 + 89287.2109 0.2055 + 89319.0703 0.2056 + 89350.9219 0.2057 + 89382.7734 0.2058 + 89414.6250 0.2060 + 89446.4844 0.2061 + 89478.3359 0.2062 + 89510.1875 0.2063 + 89542.0469 0.2065 + 89573.8984 0.2066 + 89605.7500 0.2067 + 89637.6094 0.2068 + 89669.4609 0.2070 + 89701.3125 0.2071 + 89733.1641 0.2072 + 89765.0234 0.2073 + 89796.8750 0.2075 + 89828.7266 0.2076 + 89860.5859 0.2077 + 89892.4375 0.2078 + 89924.2891 0.2080 + 89956.1484 0.2081 + 89988.0000 0.2082 + 90019.8516 0.2083 + 90051.7031 0.2084 + 90083.5625 0.2086 + 90115.4141 0.2087 + 90147.2656 0.2088 + 90179.1250 0.2089 + 90210.9766 0.2091 + 90242.8281 0.2092 + 90274.6797 0.2093 + 90306.5391 0.2094 + 90338.3906 0.2096 + 90370.2422 0.2097 + 90402.1016 0.2098 + 90433.9531 0.2099 + 90465.8047 0.2101 + 90497.6641 0.2102 + 90529.5156 0.2103 + 90561.3672 0.2104 + 90593.2188 0.2106 + 90625.0781 0.2107 + 90656.9297 0.2108 + 90688.7812 0.2109 + 90720.6406 0.2111 + 90752.4922 0.2112 + 90784.3438 0.2113 + 90816.2031 0.2114 + 90848.0547 0.2115 + 90879.9062 0.2117 + 90911.7578 0.2118 + 90943.6172 0.2119 + 90975.4688 0.2120 + 91007.3203 0.2122 + 91039.1797 0.2123 + 91071.0312 0.2124 + 91102.8828 0.2125 + 91134.7422 0.2127 + 91166.5938 0.2128 + 91198.4453 0.2129 + 91230.2969 0.2130 + 91262.1562 0.2132 + 91294.0078 0.2133 + 91325.8594 0.2134 + 91357.7188 0.2135 + 91389.5703 0.2137 + 91421.4219 0.2138 + 91453.2812 0.2139 + 91485.1328 0.2140 + 91516.9844 0.2142 + 91548.8359 0.2143 + 91580.6953 0.2144 + 91612.5469 0.2145 + 91644.3984 0.2147 + 91676.2578 0.2148 + 91708.1094 0.2149 + 91739.9609 0.2150 + 91771.8125 0.2151 + 91803.6719 0.2153 + 91835.5234 0.2154 + 91867.3750 0.2155 + 91899.2344 0.2156 + 91931.0859 0.2158 + 91962.9375 0.2159 + 91994.7969 0.2160 + 92026.6484 0.2161 + 92058.5000 0.2163 + 92090.3516 0.2164 + 92122.2109 0.2165 + 92154.0625 0.2166 + 92185.9141 0.2168 + 92217.7734 0.2169 + 92249.6250 0.2170 + 92281.4766 0.2171 + 92313.3359 0.2173 + 92345.1875 0.2174 + 92377.0391 0.2175 + 92408.8906 0.2176 + 92440.7500 0.2178 + 92472.6016 0.2179 + 92504.4531 0.2180 + 92536.3125 0.2181 + 92568.1641 0.2182 + 92600.0156 0.2184 + 92631.8750 0.2185 + 92663.7266 0.2186 + 92695.5781 0.2187 + 92727.4297 0.2189 + 92759.2891 0.2190 + 92791.1406 0.2191 + 92822.9922 0.2192 + 92854.8516 0.2194 + 92886.7031 0.2195 + 92918.5547 0.2196 + 92950.4062 0.2197 + 92982.2656 0.2199 + 93014.1172 0.2200 + 93045.9688 0.2201 + 93077.8281 0.2202 + 93109.6797 0.2204 + 93141.5312 0.2205 + 93173.3906 0.2206 + 93205.2422 0.2207 + 93237.0938 0.2209 + 93268.9453 0.2210 + 93300.8047 0.2211 + 93332.6563 0.2212 + 93364.5078 0.2214 + 93396.3672 0.2215 + 93428.2188 0.2216 + 93460.0703 0.2217 + 93491.9297 0.2218 + 93523.7812 0.2220 + 93555.6328 0.2221 + 93587.4844 0.2222 + 93619.3438 0.2223 + 93651.1953 0.2225 + 93683.0469 0.2226 + 93714.9062 0.2227 + 93746.7578 0.2228 + 93778.6094 0.2230 + 93810.4688 0.2231 + 93842.3203 0.2232 + 93874.1719 0.2233 + 93906.0234 0.2235 + 93937.8828 0.2236 + 93969.7344 0.2237 + 94001.5859 0.2238 + 94033.4453 0.2240 + 94065.2969 0.2241 + 94097.1484 0.2242 + 94129.0000 0.2243 + 94160.8594 0.2245 + 94192.7109 0.2246 + 94224.5625 0.2247 + 94256.4219 0.2248 + 94288.2734 0.2249 + 94320.1250 0.2251 + 94351.9844 0.2252 + 94383.8359 0.2253 + 94415.6875 0.2254 + 94447.5391 0.2256 + 94479.3984 0.2257 + 94511.2500 0.2258 + 94543.1016 0.2259 + 94574.9609 0.2261 + 94606.8125 0.2262 + 94638.6641 0.2263 + 94670.5234 0.2264 + 94702.3750 0.2266 + 94734.2266 0.2267 + 94766.0781 0.2268 + 94797.9375 0.2269 + 94829.7891 0.2271 + 94861.6406 0.2272 + 94893.5000 0.2273 + 94925.3516 0.2274 + 94957.2031 0.2276 + 94989.0625 0.2277 + 95020.9141 0.2278 + 95052.7656 0.2279 + 95084.6172 0.2281 + 95116.4766 0.2282 + 95148.3281 0.2283 + 95180.1797 0.2284 + 95212.0391 0.2285 + 95243.8906 0.2287 + 95275.7422 0.2288 + 95307.5938 0.2289 + 95339.4531 0.2290 + 95371.3047 0.2292 + 95403.1562 0.2293 + 95435.0156 0.2294 + 95466.8672 0.2295 + 95498.7188 0.2297 + 95530.5781 0.2298 + 95562.4297 0.2299 + 95594.2813 0.2300 + 95626.1328 0.2302 + 95657.9922 0.2303 + 95689.8438 0.2304 + 95721.6953 0.2305 + 95753.5547 0.2307 + 95785.4062 0.2308 + 95817.2578 0.2309 + 95849.1172 0.2310 + 95880.9688 0.2312 + 95912.8203 0.2313 + 95944.6719 0.2314 + 95976.5312 0.2315 + 96008.3828 0.2316 + 96040.2344 0.2318 + 96072.0938 0.2319 + 96103.9453 0.2320 + 96135.7969 0.2321 + 96167.6562 0.2323 + 96199.5078 0.2324 + 96231.3594 0.2325 + 96263.2109 0.2326 + 96295.0703 0.2328 + 96326.9219 0.2329 + 96358.7734 0.2330 + 96390.6328 0.2331 + 96422.4844 0.2333 + 96454.3359 0.2334 + 96486.1875 0.2335 + 96518.0469 0.2336 + 96549.8984 0.2338 + 96581.7500 0.2339 + 96613.6094 0.2340 + 96645.4609 0.2341 + 96677.3125 0.2343 + 96709.1719 0.2344 + 96741.0234 0.2345 + 96772.8750 0.2346 + 96804.7266 0.2348 + 96836.5859 0.2349 + 96868.4375 0.2350 + 96900.2891 0.2351 + 96932.1484 0.2352 + 96964.0000 0.2354 + 96995.8516 0.2355 + 97027.7109 0.2356 + 97059.5625 0.2357 + 97091.4141 0.2359 + 97123.2656 0.2360 + 97155.1250 0.2361 + 97186.9766 0.2362 + 97218.8281 0.2364 + 97250.6875 0.2365 + 97282.5391 0.2366 + 97314.3906 0.2367 + 97346.2500 0.2369 + 97378.1016 0.2370 + 97409.9531 0.2371 + 97441.8047 0.2372 + 97473.6641 0.2374 + 97505.5156 0.2375 + 97537.3672 0.2376 + 97569.2266 0.2377 + 97601.0781 0.2379 + 97632.9297 0.2380 + 97664.7891 0.2381 + 97696.6406 0.2382 + 97728.4922 0.2383 + 97760.3438 0.2385 + 97792.2031 0.2386 + 97824.0547 0.2387 + 97855.9063 0.2388 + 97887.7656 0.2390 + 97919.6172 0.2391 + 97951.4688 0.2392 + 97983.3203 0.2393 + 98015.1797 0.2395 + 98047.0312 0.2396 + 98078.8828 0.2397 + 98110.7422 0.2398 + 98142.5938 0.2400 + 98174.4453 0.2439 + 98206.3047 0.2494 + 98238.1562 0.2549 + 98270.0078 0.2604 + 98301.8594 0.2659 + 98333.7188 0.2714 + 98365.5703 0.2769 + 98397.4219 0.2824 + 98429.2812 0.2879 + 98461.1328 0.2934 + 98492.9844 0.2989 + 98524.8438 0.3044 + 98556.6953 0.3099 + 98588.5469 0.3154 + 98620.3984 0.3209 + 98652.2578 0.3264 + 98684.1094 0.3319 + 98715.9609 0.3374 + 98747.8203 0.3429 + 98779.6719 0.3484 + 98811.5234 0.3539 + 98843.3828 0.3594 + 98875.2344 0.3649 + 98907.0859 0.3704 + 98938.9375 0.3759 + 98970.7969 0.3814 + 99002.6484 0.3869 + 99034.5000 0.3924 + 99066.3594 0.3979 + 99098.2109 0.4034 + 99130.0625 0.4089 + 99161.9141 0.4144 + 99193.7734 0.4199 + 99225.6250 0.4254 + 99257.4766 0.4309 + 99289.3359 0.4335 + 99321.1875 0.4336 + 99353.0391 0.4337 + 99384.8984 0.4338 + 99416.7500 0.4338 + 99448.6016 0.4339 + 99480.4531 0.4340 + 99512.3125 0.4341 + 99544.1641 0.4341 + 99576.0156 0.4342 + 99607.8750 0.4343 + 99639.7266 0.4344 + 99671.5781 0.4344 + 99703.4375 0.4345 + 99735.2891 0.4346 + 99767.1406 0.4346 + 99798.9922 0.4347 + 99830.8516 0.4348 + 99862.7031 0.4349 + 99894.5547 0.4349 + 99926.4141 0.4350 + 99958.2656 0.4351 + 99990.1172 0.4352 + 100021.9766 0.4352 + 100053.8281 0.4353 + 100085.6797 0.4354 + 100117.5312 0.4355 + 100149.3906 0.4355 + 100181.2422 0.4356 + 100213.0938 0.4357 + 100244.9531 0.4358 + 100276.8047 0.4358 + 100308.6562 0.4359 + 100340.5078 0.4360 + 100372.3672 0.4361 + 100404.2188 0.4361 + 100436.0703 0.4362 + 100467.9297 0.4363 + 100499.7812 0.4363 + 100531.6328 0.4364 + 100563.4922 0.4365 + 100595.3438 0.4366 + 100627.1953 0.4366 + 100659.0469 0.4367 + 100690.9062 0.4368 + 100722.7578 0.4369 + 100754.6094 0.4369 + 100786.4688 0.4370 + 100818.3203 0.4371 + 100850.1719 0.4372 + 100882.0312 0.4372 + 100913.8828 0.4373 + 100945.7344 0.4374 + 100977.5859 0.4375 + 101009.4453 0.4362 + 101041.2969 0.4330 + 101073.1484 0.4298 + 101105.0078 0.4266 + 101136.8594 0.4234 + 101168.7109 0.4202 + 101200.5703 0.4171 + 101232.4219 0.4139 + 101264.2734 0.4107 + 101296.1250 0.4075 + 101327.9844 0.4043 + 101359.8359 0.4011 + 101391.6875 0.3979 + 101423.5469 0.3948 + 101455.3984 0.3916 + 101487.2500 0.3884 + 101519.1016 0.3852 + 101550.9609 0.3820 + 101582.8125 0.3788 + 101614.6641 0.3756 + 101646.5234 0.3725 + 101678.3750 0.3693 + 101710.2266 0.3661 + 101742.0859 0.3629 + 101773.9375 0.3597 + 101805.7891 0.3565 + 101837.6406 0.3533 + 101869.5000 0.3502 + 101901.3516 0.3470 + 101933.2031 0.3438 + 101965.0625 0.3433 + 101996.9141 0.3442 + 102028.7656 0.3451 + 102060.6250 0.3460 + 102092.4766 0.3469 + 102124.3281 0.3478 + 102156.1797 0.3487 + 102188.0391 0.3496 + 102219.8906 0.3505 + 102251.7422 0.3514 + 102283.6016 0.3524 + 102315.4531 0.3533 + 102347.3047 0.3542 + 102379.1641 0.3551 + 102411.0156 0.3560 + 102442.8672 0.3569 + 102474.7188 0.3578 + 102506.5781 0.3587 + 102538.4297 0.3596 + 102570.2812 0.3605 + 102602.1406 0.3614 + 102633.9922 0.3623 + 102665.8438 0.3632 + 102697.7031 0.3641 + 102729.5547 0.3650 + 102761.4062 0.3659 + 102793.2578 0.3669 + 102825.1172 0.3678 + 102856.9688 0.3687 + 102888.8203 0.3696 + 102920.6797 0.3705 + 102952.5312 0.3714 + 102984.3828 0.3723 + 103016.2344 0.3732 + 103048.0938 0.3741 + 103079.9453 0.3750 + 103111.7969 0.3759 + 103143.6562 0.3768 + 103175.5078 0.3777 + 103207.3594 0.3786 + 103239.2188 0.3795 + 103271.0703 0.3804 + 103302.9219 0.3813 + 103334.7734 0.3823 + 103366.6328 0.3832 + 103398.4844 0.3841 + 103430.3359 0.3850 + 103462.1953 0.3859 + 103494.0469 0.3868 + 103525.8984 0.3877 + 103557.7578 0.3886 + 103589.6094 0.3895 + 103621.4609 0.3904 + 103653.3125 0.3913 + 103685.1719 0.3922 + 103717.0234 0.3931 + 103748.8750 0.3940 + 103780.7344 0.3949 + 103812.5859 0.3958 + 103844.4375 0.3968 + 103876.2969 0.3977 + 103908.1484 0.3986 + 103940.0000 0.3995 + 103971.8516 0.4004 + 104003.7109 0.4013 + 104035.5625 0.4022 + 104067.4141 0.4031 + 104099.2734 0.4040 + 104131.1250 0.4049 + 104162.9766 0.4058 + 104194.8281 0.4067 + 104226.6875 0.4076 + 104258.5391 0.4085 + 104290.3906 0.4094 + 104322.2500 0.4103 + 104354.1016 0.4112 + 104385.9531 0.4122 + 104417.8125 0.4131 + 104449.6641 0.4140 + 104481.5156 0.4149 + 104513.3672 0.4158 + 104545.2266 0.4167 + 104577.0781 0.4176 + 104608.9297 0.4185 + 104640.7891 0.4194 + 104672.6406 0.4203 + 104704.4922 0.4212 + 104736.3516 0.4221 + 104768.2031 0.4230 + 104800.0547 0.4239 + 104831.9062 0.4248 + 104863.7656 0.4257 + 104895.6172 0.4266 + 104927.4688 0.4276 + 104959.3281 0.4285 + 104991.1797 0.4294 + 105023.0312 0.4303 + 105054.8906 0.4312 + 105086.7422 0.4321 + 105118.5938 0.4330 + 105150.4453 0.4339 + 105182.3047 0.4348 + 105214.1562 0.4357 + 105246.0078 0.4366 + 105277.8672 0.4375 + 105309.7188 0.4384 + 105341.5703 0.4393 + 105373.4219 0.4402 + 105405.2812 0.4411 + 105437.1328 0.4421 + 105468.9844 0.4430 + 105500.8438 0.4439 + 105532.6953 0.4448 + 105564.5469 0.4457 + 105596.4062 0.4466 + 105628.2578 0.4475 + 105660.1094 0.4484 + 105691.9609 0.4493 + 105723.8203 0.4502 + 105755.6719 0.4511 + 105787.5234 0.4520 + 105819.3828 0.4529 + 105851.2344 0.4538 + 105883.0859 0.4547 + 105914.9453 0.4556 + 105946.7969 0.4565 + 105978.6484 0.4575 + 106010.5000 0.4584 + 106042.3594 0.4593 + 106074.2109 0.4602 + 106106.0625 0.4611 + 106137.9219 0.4620 + 106169.7734 0.4629 + 106201.6250 0.4638 + 106233.4844 0.4647 + 106265.3359 0.4656 + 106297.1875 0.4665 + 106329.0391 0.4674 + 106360.8984 0.4683 + 106392.7500 0.4692 + 106424.6016 0.4701 + 106456.4609 0.4710 + 106488.3125 0.4720 + 106520.1641 0.4729 + 106552.0156 0.4738 + 106583.8750 0.4747 + 106615.7266 0.4756 + 106647.5781 0.4765 + 106679.4375 0.4774 + 106711.2891 0.4783 + 106743.1406 0.4792 + 106775.0000 0.4801 + 106806.8516 0.4810 + 106838.7031 0.4819 + 106870.5547 0.4828 + 106902.4141 0.4837 + 106934.2656 0.4846 + 106966.1172 0.4855 + 106997.9766 0.4864 + 107029.8281 0.4874 + 107061.6797 0.4883 + 107093.5391 0.4892 + 107125.3906 0.4901 + 107157.2422 0.4910 + 107189.0938 0.4919 + 107220.9531 0.4928 + 107252.8047 0.4937 + 107284.6562 0.4946 + 107316.5156 0.4955 + 107348.3672 0.4964 + 107380.2188 0.4973 + 107412.0781 0.4982 + 107443.9297 0.4991 + 107475.7812 0.5000 + 107507.6328 0.5009 + 107539.4922 0.5018 + 107571.3438 0.5028 + 107603.1953 0.5037 + 107635.0547 0.5046 + 107666.9062 0.5055 + 107698.7578 0.5064 + 107730.6172 0.5073 + 107762.4688 0.5082 + 107794.3203 0.5091 + 107826.1719 0.5100 + 107858.0312 0.5109 + 107889.8828 0.5118 + 107921.7344 0.5127 + 107953.5938 0.5136 + 107985.4453 0.5145 + 108017.2969 0.5154 + 108049.1484 0.5163 + 108081.0078 0.5173 + 108112.8594 0.5182 + 108144.7109 0.5191 + 108176.5703 0.5200 + 108208.4219 0.5209 + 108240.2734 0.5218 + 108272.1328 0.5227 + 108303.9844 0.5236 + 108335.8359 0.5245 + 108367.6875 0.5254 + 108399.5469 0.5263 + 108431.3984 0.5272 + 108463.2500 0.5281 + 108495.1094 0.5290 + 108526.9609 0.5299 + 108558.8125 0.5308 + 108590.6719 0.5317 + 108622.5234 0.5327 + 108654.3750 0.5336 + 108686.2266 0.5376 + 108718.0859 0.5436 + 108749.9375 0.5496 + 108781.7891 0.5555 + 108813.6484 0.5615 + 108845.5000 0.5675 + 108877.3516 0.5734 + 108909.2109 0.5794 + 108941.0625 0.5854 + 108972.9141 0.5913 + 109004.7656 0.5973 + 109036.6250 0.6033 + 109068.4766 0.6092 + 109100.3281 0.6152 + 109132.1875 0.6212 + 109164.0391 0.6271 + 109195.8906 0.6331 + 109227.7422 0.6391 + 109259.6016 0.6451 + 109291.4531 0.6510 + 109323.3047 0.6570 + 109355.1641 0.6630 + 109387.0156 0.6689 + 109418.8672 0.6749 + 109450.7266 0.6809 + 109482.5781 0.6868 + 109514.4297 0.6928 + 109546.2812 0.6988 + 109578.1406 0.7047 + 109609.9922 0.7107 + 109641.8438 0.7167 + 109673.7031 0.7226 + 109705.5547 0.7286 + 109737.4062 0.7346 + 109769.2656 0.7405 + 109801.1172 0.7465 + 109832.9688 0.7525 + 109864.8203 0.7584 + 109896.6797 0.7644 + 109928.5312 0.7704 + 109960.3828 0.7763 + 109992.2422 0.7823 + 110024.0938 0.7883 + 110055.9453 0.7942 + 110087.8047 0.8002 + 110119.6562 0.8062 + 110151.5078 0.8122 + 110183.3594 0.8181 + 110215.2188 0.8241 + 110247.0703 0.8301 + 110278.9219 0.8360 + 110310.7812 0.8420 + 110342.6328 0.8480 + 110374.4844 0.8539 + 110406.3359 0.8599 + 110438.1953 0.8659 + 110470.0469 0.8718 + 110501.8984 0.8778 + 110533.7578 0.8838 + 110565.6094 0.8897 + 110597.4609 0.8957 + 110629.3203 0.9017 + 110661.1719 0.9076 + 110693.0234 0.9136 + 110724.8750 0.9196 + 110756.7344 0.9255 + 110788.5859 0.9315 + 110820.4375 0.9375 + 110852.2969 0.9434 + 110884.1484 0.9494 + 110916.0000 0.9546 + 110947.8594 0.9576 + 110979.7109 0.9606 + 111011.5625 0.9636 + 111043.4141 0.9667 + 111075.2734 0.9697 + 111107.1250 0.9727 + 111138.9766 0.9758 + 111170.8359 0.9788 + 111202.6875 0.9818 + 111234.5391 0.9848 + 111266.3984 0.9879 + 111298.2500 0.9909 + 111330.1016 0.9939 + 111361.9531 0.9970 + 111393.8125 1.0000 + 111425.6641 1.0030 + 111457.5156 1.0061 + 111489.3750 1.0091 + 111521.2266 1.0121 + 111553.0781 1.0151 + 111584.9297 1.0182 + 111616.7891 1.0212 + 111648.6406 1.0242 + 111680.4922 1.0273 + 111712.3516 1.0303 + 111744.2031 1.0333 + 111776.0547 1.0363 + 111807.9141 1.0394 + 111839.7656 1.0424 + 111871.6172 1.0454 + 111903.4688 1.0485 + 111935.3281 1.0515 + 111967.1797 1.0545 + 111999.0312 1.0576 + 112030.8906 1.0606 + 112062.7422 1.0636 + 112094.5938 1.0666 + 112126.4531 1.0697 + 112158.3047 1.0727 + 112190.1562 1.0757 + 112222.0078 1.0788 + 112253.8672 1.0818 + 112285.7188 1.0848 + 112317.5703 1.0878 + 112349.4297 1.0909 + 112381.2812 1.0939 + 112413.1328 1.0969 + 112444.9922 1.1000 + 112476.8438 1.1030 + 112508.6953 1.1060 + 112540.5469 1.1091 + 112572.4062 1.1121 + 112604.2578 1.1151 + 112636.1094 1.1181 + 112667.9688 1.1212 + 112699.8203 1.1242 + 112731.6719 1.1272 + 112763.5234 1.1303 + 112795.3828 1.1333 + 112827.2344 1.1363 + 112859.0859 1.1393 + 112890.9453 1.1424 + 112922.7969 1.1454 + 112954.6484 1.1484 + 112986.5078 1.1515 + 113018.3594 1.1545 + 113050.2109 1.1575 + 113082.0625 1.1606 + 113113.9219 1.1636 + 113145.7734 1.1666 + 113177.6250 1.1656 + 113209.4844 1.1644 + 113241.3359 1.1632 + 113273.1875 1.1619 + 113305.0469 1.1607 + 113336.8984 1.1594 + 113368.7500 1.1582 + 113400.6016 1.1569 + 113432.4609 1.1557 + 113464.3125 1.1545 + 113496.1641 1.1532 + 113528.0234 1.1520 + 113559.8750 1.1507 + 113591.7266 1.1495 + 113623.5859 1.1482 + 113655.4375 1.1470 + 113687.2891 1.1458 + 113719.1406 1.1445 + 113751.0000 1.1433 + 113782.8516 1.1420 + 113814.7031 1.1408 + 113846.5625 1.1396 + 113878.4141 1.1383 + 113910.2656 1.1371 + 113942.1250 1.1358 + 113973.9766 1.1346 + 114005.8281 1.1333 + 114037.6797 1.1321 + 114069.5391 1.1309 + 114101.3906 1.1296 + 114133.2422 1.1284 + 114165.1016 1.1271 + 114196.9531 1.1259 + 114228.8047 1.1247 + 114260.6562 1.1234 + 114292.5156 1.1222 + 114324.3672 1.1209 + 114356.2188 1.1197 + 114388.0781 1.1184 + 114419.9297 1.1172 + 114451.7812 1.1155 + 114483.6406 1.1129 + 114515.4922 1.1104 + 114547.3438 1.1078 + 114579.1953 1.1053 + 114611.0547 1.1027 + 114642.9062 1.1002 + 114674.7578 1.0976 + 114706.6172 1.0951 + 114738.4688 1.0925 + 114770.3203 1.0900 + 114802.1797 1.0874 + 114834.0312 1.0849 + 114865.8828 1.0823 + 114897.7344 1.0798 + 114929.5938 1.0772 + 114961.4453 1.0746 + 114993.2969 1.0721 + 115025.1562 1.0695 + 115057.0078 1.0670 + 115088.8594 1.0644 + 115120.7188 1.0619 + 115152.5703 1.0593 + 115184.4219 1.0568 + 115216.2734 1.0542 + 115248.1328 1.0517 + 115279.9844 1.0491 + 115311.8359 1.0466 + 115343.6953 1.0440 + 115375.5469 1.0415 + 115407.3984 1.0389 + 115439.2500 1.0364 + 115471.1094 1.0338 + 115502.9609 1.0313 + 115534.8125 1.0287 + 115566.6719 1.0261 + 115598.5234 1.0236 + 115630.3750 1.0210 + 115662.2344 1.0185 + 115694.0859 1.0159 + 115725.9375 1.0134 + 115757.7891 1.0108 + 115789.6484 1.0083 + 115821.5000 1.0057 + 115853.3516 1.0032 + 115885.2109 1.0006 + 115917.0625 0.9981 + 115948.9141 0.9955 + 115980.7734 0.9930 + 116012.6250 0.9904 + 116044.4766 0.9879 + 116076.3281 0.9853 + 116108.1875 0.9827 + 116140.0391 0.9802 + 116171.8906 0.9776 + 116203.7500 0.9751 + 116235.6016 0.9725 + 116267.4531 0.9700 + 116299.3125 0.9674 + 116331.1641 0.9649 + 116363.0156 0.9623 + 116394.8672 0.9598 + 116426.7266 0.9572 + 116458.5781 0.9547 + 116490.4297 0.9521 + 116522.2891 0.9496 + 116554.1406 0.9470 + 116585.9922 0.9445 + 116617.8438 0.9419 + 116649.7031 0.9393 + 116681.5547 0.9368 + 116713.4062 0.9342 + 116745.2656 0.9317 + 116777.1172 0.9291 + 116808.9688 0.9266 + 116840.8281 0.9240 + 116872.6797 0.9215 + 116904.5312 0.9189 + 116936.3828 0.9164 + 116968.2422 0.9135 + 117000.0938 0.9106 + 117031.9453 0.9077 + 117063.8047 0.9048 + 117095.6562 0.9019 + 117127.5078 0.8990 + 117159.3672 0.8961 + 117191.2188 0.8932 + 117223.0703 0.8903 + 117254.9219 0.8874 + 117286.7812 0.8845 + 117318.6328 0.8816 + 117350.4844 0.8787 + 117382.3438 0.8758 + 117414.1953 0.8729 + 117446.0469 0.8700 + 117477.9062 0.8671 + 117509.7578 0.8642 + 117541.6094 0.8613 + 117573.4609 0.8584 + 117605.3203 0.8555 + 117637.1719 0.8526 + 117669.0234 0.8497 + 117700.8828 0.8468 + 117732.7344 0.8439 + 117764.5859 0.8410 + 117796.4375 0.8381 + 117828.2969 0.8352 + 117860.1484 0.8323 + 117892.0000 0.8294 + 117923.8594 0.8265 + 117955.7109 0.8236 + 117987.5625 0.8207 + 118019.4219 0.8178 + 118051.2734 0.8149 + 118083.1250 0.8120 + 118114.9766 0.8091 + 118146.8359 0.8062 + 118178.6875 0.8033 + 118210.5391 0.8004 + 118242.3984 0.7975 + 118274.2500 0.7946 + 118306.1016 0.7917 + 118337.9609 0.7888 + 118369.8125 0.7859 + 118401.6641 0.7830 + 118433.5156 0.7801 + 118465.3750 0.7772 + 118497.2266 0.7743 + 118529.0781 0.7714 + 118560.9375 0.7685 + 118592.7891 0.7656 + 118624.6406 0.7627 + 118656.5000 0.7598 + 118688.3516 0.7569 + 118720.2031 0.7540 + 118752.0547 0.7511 + 118783.9141 0.7482 + 118815.7656 0.7453 + 118847.6172 0.7424 + 118879.4766 0.7395 + 118911.3281 0.7366 + 118943.1797 0.7337 + 118975.0391 0.7308 + 119006.8906 0.7279 + 119038.7422 0.7250 + 119070.5938 0.7221 + 119102.4531 0.7192 + 119134.3047 0.7163 + 119166.1562 0.7133 + 119198.0156 0.7104 + 119229.8672 0.7075 + 119261.7188 0.7046 + 119293.5703 0.7017 + 119325.4297 0.6988 + 119357.2812 0.6959 + 119389.1328 0.6930 + 119420.9922 0.6901 + 119452.8438 0.6879 + 119484.6953 0.6866 + 119516.5547 0.6853 + 119548.4062 0.6840 + 119580.2578 0.6827 + 119612.1094 0.6814 + 119643.9688 0.6801 + 119675.8203 0.6788 + 119707.6719 0.6775 + 119739.5312 0.6762 + 119771.3828 0.6748 + 119803.2344 0.6735 + 119835.0938 0.6722 + 119866.9453 0.6709 + 119898.7969 0.6696 + 119930.6484 0.6683 + 119962.5078 0.6670 + 119994.3594 0.6657 + 120026.2109 0.6644 + 120058.0703 0.6631 + 120089.9219 0.6618 + 120121.7734 0.6605 + 120153.6328 0.6591 + 120185.4844 0.6578 + 120217.3359 0.6565 + 120249.1875 0.6552 + 120281.0469 0.6539 + 120312.8984 0.6526 + 120344.7500 0.6513 + 120376.6094 0.6500 + 120408.4609 0.6487 + 120440.3125 0.6474 + 120472.1641 0.6461 + 120504.0234 0.6448 + 120535.8750 0.6434 + 120567.7266 0.6421 + 120599.5859 0.6408 + 120631.4375 0.6395 + 120663.2891 0.6382 + 120695.1484 0.6369 + 120727.0000 0.6356 + 120758.8516 0.6343 + 120790.7031 0.6330 + 120822.5625 0.6317 + 120854.4141 0.6304 + 120886.2656 0.6291 + 120918.1250 0.6277 + 120949.9766 0.6264 + 120981.8281 0.6251 + 121013.6875 0.6238 + 121045.5391 0.6225 + 121077.3906 0.6212 + 121109.2422 0.6199 + 121141.1016 0.6186 + 121172.9531 0.6173 + 121204.8047 0.6160 + 121236.6641 0.6147 + 121268.5156 0.6134 + 121300.3672 0.6120 + 121332.2266 0.6107 + 121364.0781 0.6094 + 121395.9297 0.6081 + 121427.7812 0.6068 + 121459.6406 0.6055 + 121491.4922 0.6042 + 121523.3438 0.6029 + 121555.2031 0.6016 + 121587.0547 0.6003 + 121618.9062 0.5990 + 121650.7578 0.5977 + 121682.6172 0.5963 + 121714.4688 0.5950 + 121746.3203 0.5937 + 121778.1797 0.5924 + 121810.0312 0.5911 + 121841.8828 0.5898 + 121873.7422 0.5885 + 121905.5938 0.5872 + 121937.4453 0.5859 + 121969.2969 0.5846 + 122001.1562 0.5833 + 122033.0078 0.5820 + 122064.8594 0.5806 + 122096.7188 0.5793 + 122128.5703 0.5780 + 122160.4219 0.5767 + 122192.2812 0.5754 + 122224.1328 0.5741 + 122255.9844 0.5728 + 122287.8359 0.5715 + 122319.6953 0.5702 + 122351.5469 0.5689 + 122383.3984 0.5676 + 122415.2578 0.5663 + 122447.1094 0.5649 + 122478.9609 0.5636 + 122510.8203 0.5623 + 122542.6719 0.5610 + 122574.5234 0.5597 + 122606.3750 0.5584 + 122638.2344 0.5571 + 122670.0859 0.5558 + 122701.9375 0.5545 + 122733.7969 0.5532 + 122765.6484 0.5519 + 122797.5000 0.5506 + 122829.3516 0.5492 + 122861.2109 0.5479 + 122893.0625 0.5466 + 122924.9141 0.5453 + 122956.7734 0.5440 + 122988.6250 0.5427 + 123020.4766 0.5414 + 123052.3359 0.5401 + 123084.1875 0.5388 + 123116.0391 0.5375 + 123147.8906 0.5362 + 123179.7500 0.5349 + 123211.6016 0.5335 + 123243.4531 0.5322 + 123275.3125 0.5309 + 123307.1641 0.5296 + 123339.0156 0.5283 + 123370.8750 0.5270 + 123402.7266 0.5257 + 123434.5781 0.5244 + 123466.4297 0.5231 + 123498.2891 0.5218 + 123530.1406 0.5205 + 123561.9922 0.5192 + 123593.8516 0.5178 + 123625.7031 0.5165 + 123657.5547 0.5152 + 123689.4141 0.5139 + 123721.2656 0.5126 + 123753.1172 0.5113 + 123784.9688 0.5100 + 123816.8281 0.5087 + 123848.6797 0.5074 + 123880.5312 0.5061 + 123912.3906 0.5048 + 123944.2422 0.5035 + 123976.0938 0.5021 + 124007.9531 0.5008 + 124039.8047 0.4995 + 124071.6562 0.4982 + 124103.5078 0.4969 + 124135.3672 0.4956 + 124167.2188 0.4943 + 124199.0703 0.4930 + 124230.9297 0.4917 + 124262.7812 0.4904 + 124294.6328 0.4891 + 124326.4844 0.4878 + 124358.3438 0.4864 + 124390.1953 0.4851 + 124422.0469 0.4838 + 124453.9062 0.4825 + 124485.7578 0.4812 + 124517.6094 0.4799 + 124549.4688 0.4786 + 124581.3203 0.4773 + 124613.1719 0.4760 + 124645.0234 0.4747 + 124676.8828 0.4734 + 124708.7344 0.4721 + 124740.5859 0.4707 + 124772.4453 0.4694 + 124804.2969 0.4681 + 124836.1484 0.4668 + 124868.0078 0.4655 + 124899.8594 0.4642 + 124931.7109 0.4629 + 124963.5625 0.4616 + 124995.4219 0.4603 + 125027.2734 0.4590 + 125059.1250 0.4577 + 125090.9844 0.4564 + 125122.8359 0.4550 + 125154.6875 0.4537 + 125186.5469 0.4524 + 125218.3984 0.4511 + 125250.2500 0.4498 + 125282.1016 0.4485 + 125313.9609 0.4472 + 125345.8125 0.4459 + 125377.6641 0.4446 + 125409.5234 0.4433 + 125441.3750 0.4420 + 125473.2266 0.4407 + 125505.0781 0.4393 + 125536.9375 0.4380 + 125568.7891 0.4367 + 125600.6406 0.4354 + 125632.5000 0.4341 + 125664.3516 0.4328 + 125696.2031 0.4315 + 125728.0625 0.4302 + 125759.9141 0.4289 + 125791.7656 0.4276 + 125823.6172 0.4263 + 125855.4766 0.4249 + 125887.3281 0.4236 + 125919.1797 0.4223 + 125951.0391 0.4210 + 125982.8906 0.4197 + 126014.7422 0.4184 + 126046.6016 0.4171 + 126078.4531 0.4158 + 126110.3047 0.4145 + 126142.1562 0.4132 + 126174.0156 0.4119 + 126205.8672 0.4106 + 126237.7188 0.4092 + 126269.5781 0.4079 + 126301.4297 0.4066 + 126333.2812 0.4053 + 126365.1406 0.4040 + 126396.9922 0.4027 + 126428.8438 0.4014 + 126460.6953 0.4001 + 126492.5547 0.3988 + 126524.4062 0.3975 + 126556.2578 0.3962 + 126588.1172 0.3949 + 126619.9688 0.3935 + 126651.8203 0.3922 + 126683.6719 0.3909 + 126715.5312 0.3896 + 126747.3828 0.3883 + 126779.2344 0.3870 + 126811.0938 0.3857 + 126842.9453 0.3844 + 126874.7969 0.3831 + 126906.6562 0.3818 + 126938.5078 0.3805 + 126970.3594 0.3792 + 127002.2109 0.3778 + 127034.0703 0.3765 + 127065.9219 0.3752 + 127097.7734 0.3739 + 127129.6328 0.3726 + 127161.4844 0.3713 + 127193.3359 0.3700 + 127225.1953 0.3687 + 127257.0469 0.3674 + 127288.8984 0.3661 + 127320.7500 0.3648 + 127352.6094 0.3635 + 127384.4609 0.3621 + 127416.3125 0.3608 + 127448.1719 0.3595 + 127480.0234 0.3582 + 127511.8750 0.3569 + 127543.7344 0.3556 + 127575.5859 0.3543 + 127607.4375 0.3530 + 127639.2891 0.3517 + 127671.1484 0.3504 + 127703.0000 0.3491 + 127734.8516 0.3478 + 127766.7109 0.3464 + 127798.5625 0.3451 + 127830.4141 0.3438 + 127862.2656 0.3425 + 127894.1250 0.3412 + 127925.9766 0.3399 + 127957.8281 0.3386 + 127989.6875 0.3373 + 128021.5391 0.3360 + 128053.3906 0.3347 + 128085.2500 0.3334 + 128117.1016 0.3321 + 128148.9531 0.3307 + 128180.8047 0.3294 + 128212.6641 0.3281 + 128244.5156 0.3268 + 128276.3672 0.3255 + 128308.2266 0.3242 + 128340.0781 0.3229 + 128371.9297 0.3216 + 128403.7891 0.3203 + 128435.6406 0.3190 + 128467.4922 0.3177 + 128499.3438 0.3164 + 128531.2031 0.3150 + 128563.0547 0.3137 + 128594.9062 0.3124 + 128626.7656 0.3111 + 128658.6172 0.3098 + 128690.4688 0.3085 + 128722.3281 0.3072 + 128754.1797 0.3059 + 128786.0312 0.3046 + 128817.8828 0.3033 + 128849.7422 0.3020 + 128881.5938 0.3007 + 128913.4453 0.2993 + 128945.3047 0.2980 + 128977.1562 0.2967 + 129009.0078 0.2954 + 129040.8672 0.2941 + 129072.7188 0.2928 + 129104.5703 0.2915 + 129136.4219 0.2902 + 129168.2812 0.2889 + 129200.1328 0.2876 + 129231.9844 0.2863 + 129263.8438 0.2850 + 129295.6953 0.2836 + 129327.5469 0.2823 + 129359.3984 0.2810 + 129391.2578 0.2797 + 129423.1094 0.2784 + 129454.9609 0.2771 + 129486.8203 0.2758 + 129518.6719 0.2745 + 129550.5234 0.2732 + 129582.3828 0.2719 + 129614.2344 0.2706 + 129646.0859 0.2693 + 129677.9375 0.2679 + 129709.7969 0.2666 + 129741.6484 0.2653 + 129773.5000 0.2640 + 129805.3594 0.2627 + 129837.2109 0.2614 + 129869.0625 0.2601 + 129900.9219 0.2588 + 129932.7734 0.2575 + 129964.6250 0.2562 + 129996.4766 0.2549 + 130028.3359 0.2536 + 130060.1875 0.2522 + 130092.0391 0.2509 + 130123.8984 0.2496 + 130155.7500 0.2483 + 130187.6016 0.2470 + 130219.4609 0.2457 + 130251.3125 0.2444 + 130283.1641 0.2431 + 130315.0156 0.2418 + 130346.8750 0.2405 + 130378.7266 0.2392 + 130410.5781 0.2379 + 130442.4375 0.2365 + 130474.2891 0.2352 + 130506.1406 0.2339 + 130537.9922 0.2326 + 130569.8516 0.2313 + 130601.7031 0.2300 + 130633.5547 0.2287 + 130665.4141 0.2274 + 130697.2656 0.2261 + 130729.1172 0.2248 + 130760.9766 0.2235 + 130792.8281 0.2222 + 130824.6797 0.2208 + 130856.5312 0.2195 + 130888.3906 0.2182 + 130920.2422 0.2169 + 130952.0938 0.2156 + 130983.9531 0.2143 + 131015.8047 0.2130 + 131047.6562 0.2117 + 131079.5156 0.2104 + 131111.3750 0.2091 + 131143.2344 0.2078 + 131175.0781 0.2065 + 131206.9375 0.2051 + 131238.7969 0.2038 + 131270.6406 0.2025 + 131302.5000 0.2012 + 131334.3438 0.1999 + 131366.2031 0.1986 + 131398.0625 0.1973 + 131429.9062 0.1960 + 131461.7656 0.1947 + 131493.6250 0.1934 + 131525.4688 0.1921 + 131557.3281 0.1908 + 131589.1875 0.1894 + 131621.0312 0.1881 + 131652.8906 0.1868 + 131684.7500 0.1855 + 131716.5938 0.1842 + 131748.4531 0.1829 + 131780.3125 0.1816 + 131812.1562 0.1803 + 131844.0156 0.1790 + 131875.8594 0.1777 + 131907.7188 0.1764 + 131939.5781 0.1751 + 131971.4219 0.1737 + 132003.2812 0.1724 + 132035.1406 0.1711 + 132066.9844 0.1698 + 132098.8438 0.1685 + 132130.7031 0.1672 + 132162.5469 0.1659 + 132194.4062 0.1646 + 132226.2656 0.1633 + 132258.1094 0.1620 + 132289.9688 0.1607 + 132321.8281 0.1594 + 132353.6719 0.1580 + 132385.5312 0.1567 + 132417.3906 0.1554 + 132449.2344 0.1541 + 132481.0938 0.1528 + 132512.9375 0.1515 + 132544.7969 0.1502 + 132576.6562 0.1489 + 132608.5000 0.1476 + 132640.3594 0.1463 + 132672.2188 0.1450 + 132704.0625 0.1437 + 132735.9219 0.1423 + 132767.7812 0.1410 + 132799.6250 0.1397 + 132831.4844 0.1384 + 132863.3438 0.1371 + 132895.1875 0.1358 + 132927.0469 0.1345 + 132958.9062 0.1332 + 132990.7500 0.1319 + 133022.6094 0.1306 + 133054.4531 0.1293 + 133086.3125 0.1279 + 133118.1719 0.1266 + 133150.0156 0.1253 + 133181.8750 0.1240 + 133213.7344 0.1227 + 133245.5781 0.1214 + 133277.4375 0.1201 + 133309.2969 0.1188 + 133341.1406 0.1175 + 133373.0000 0.1162 + 133404.8594 0.1149 + 133436.7031 0.1136 + 133468.5625 0.1122 + 133500.4219 0.1109 + 133532.2656 0.1096 + 133564.1250 0.1083 + 133595.9844 0.1070 + 133627.8281 0.1057 + 133659.6875 0.1044 + 133691.5312 0.1031 + 133723.3906 0.1018 + 133755.2500 0.1005 + 133787.0938 0.0992 + 133818.9531 0.0979 + 133850.8125 0.0965 + 133882.6562 0.0952 + 133914.5156 0.0939 + 133946.3750 0.0926 + 133978.2188 0.0913 + 134010.0781 0.0900 + 134041.9375 0.0887 + 134073.7812 0.0874 + 134105.6406 0.0861 + 134137.5000 0.0848 + 134169.3438 0.0835 + 134201.2031 0.0822 + 134233.0469 0.0808 + 134264.9062 0.0795 + 134296.7656 0.0782 + 134328.6094 0.0769 + 134360.4688 0.0756 + 134392.3281 0.0743 + 134424.1719 0.0730 + 134456.0312 0.0717 + 134487.8906 0.0704 + 134519.7344 0.0692 + 134551.5938 0.0692 + 134583.4531 0.0692 + 134615.2969 0.0692 + 134647.1562 0.0692 + 134679.0156 0.0692 + 134710.8594 0.0692 + 134742.7188 0.0692 + 134774.5781 0.0692 + 134806.4219 0.0692 + 134838.2812 0.0692 + 134870.1250 0.0692 + 134901.9844 0.0692 + 134933.8438 0.0692 + 134965.6875 0.0692 + 134997.5469 0.0692 + 135029.4062 0.0692 + 135061.2500 0.0692 + 135093.1094 0.0692 + 135124.9688 0.0692 + 135156.8125 0.0692 + 135188.6719 0.0692 + 135220.5312 0.0692 + 135252.3750 0.0692 + 135284.2344 0.0692 + 135316.0938 0.0692 + 135347.9375 0.0692 + 135379.7969 0.0692 + 135411.6406 0.0692 + 135443.5000 0.0692 + 135475.3594 0.0692 + 135507.2031 0.0692 + 135539.0625 0.0692 + 135570.9219 0.0692 + 135602.7656 0.0692 diff --git a/docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe_1.prf b/docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe_1.prf new file mode 100644 index 000000000..be52fc5ef --- /dev/null +++ b/docs/docs/verification/fullprof/pd-neut-tof_fe_pseudo-voigt/fe_1.prf @@ -0,0 +1,3054 @@ +IGOR +WAVES TOF, Iobs, Icalc, Diff +BEGIN + 40158.230 0.04 0.02 0.02 + 40190.086 0.22 0.03 0.19 + 40221.938 0.02 0.03 -0.01 + 40253.793 0.39 0.03 0.36 + 40285.648 0.02 0.04 -0.02 + 40317.500 0.13 0.04 0.09 + 40349.355 0.10 0.05 0.06 + 40381.207 0.33 0.05 0.28 + 40413.062 0.31 0.05 0.26 + 40444.918 0.06 0.06 -0.00 + 40476.770 0.46 0.06 0.40 + 40508.625 0.24 0.07 0.17 + 40540.477 0.25 0.07 0.18 + 40572.332 0.17 0.07 0.10 + 40604.188 0.22 0.08 0.15 + 40636.039 0.19 0.08 0.11 + 40667.895 0.39 0.08 0.30 + 40699.746 0.21 0.09 0.12 + 40731.602 0.18 0.09 0.09 + 40763.453 0.78 0.10 0.68 + 40795.309 5.52 0.10 5.42 + 40827.164 17.43 0.10 17.33 + 40859.016 24.78 0.11 24.67 + 40890.871 13.44 0.11 13.33 + 40922.723 4.49 0.12 4.38 + 40954.578 0.68 0.12 0.56 + 40986.434 0.20 0.13 0.07 + 41018.285 0.19 0.13 0.06 + 41050.141 0.27 0.13 0.13 + 41081.992 0.14 0.14 0.00 + 41113.848 0.21 0.14 0.07 + 41145.703 0.15 0.15 0.01 + 41177.555 0.15 0.15 0.00 + 41209.410 0.14 0.15 -0.02 + 41241.262 0.25 0.15 0.10 + 41273.117 0.28 0.16 0.12 + 41304.973 0.16 0.16 -0.00 + 41336.824 0.21 0.16 0.05 + 41368.680 0.10 0.16 -0.06 + 41400.531 0.22 0.16 0.05 + 41432.387 0.13 0.16 -0.04 + 41464.242 0.10 0.17 -0.06 + 41496.094 0.21 0.17 0.05 + 41527.949 0.33 0.17 0.16 + 41559.801 0.21 0.17 0.04 + 41591.656 0.21 0.17 0.03 + 41623.512 0.23 0.18 0.05 + 41655.363 0.15 0.18 -0.03 + 41687.219 0.32 0.18 0.14 + 41719.070 0.18 0.18 0.00 + 41750.926 0.22 0.19 0.03 + 41782.781 0.18 0.19 -0.01 + 41814.633 0.15 0.19 -0.04 + 41846.488 0.20 0.19 0.00 + 41878.340 0.25 0.20 0.06 + 41910.195 0.33 0.20 0.12 + 41942.047 0.25 0.21 0.04 + 41973.902 0.24 0.21 0.02 + 42005.758 0.25 0.22 0.02 + 42037.609 0.27 0.23 0.03 + 42069.465 0.26 0.24 0.02 + 42101.316 0.37 0.26 0.11 + 42133.172 0.33 0.29 0.04 + 42165.027 0.33 0.34 -0.01 + 42196.879 0.28 0.57 -0.30 + 42228.734 1.03 2.05 -1.01 + 42260.586 6.22 8.17 -1.95 + 42292.441 27.50 21.97 5.53 + 42324.297 52.24 35.52 16.72 + 42356.148 49.14 33.40 15.74 + 42388.004 23.02 18.35 4.67 + 42419.855 4.74 6.14 -1.41 + 42451.711 0.90 1.48 -0.58 + 42483.566 0.45 0.48 -0.03 + 42515.418 0.33 0.33 0.00 + 42547.273 0.30 0.29 0.02 + 42579.125 0.31 0.27 0.04 + 42610.980 0.20 0.25 -0.05 + 42642.836 0.25 0.24 0.01 + 42674.688 0.33 0.23 0.10 + 42706.543 0.25 0.23 0.02 + 42738.395 0.24 0.22 0.02 + 42770.250 0.23 0.22 0.01 + 42802.105 0.23 0.22 0.01 + 42833.957 0.22 0.21 0.00 + 42865.812 0.24 0.21 0.03 + 42897.664 0.20 0.21 -0.01 + 42929.520 0.25 0.21 0.04 + 42961.375 0.21 0.21 0.00 + 42993.227 0.26 0.21 0.05 + 43025.082 0.18 0.21 -0.03 + 43056.934 0.25 0.20 0.04 + 43088.789 0.21 0.20 0.01 + 43120.645 0.21 0.20 0.01 + 43152.496 0.25 0.20 0.05 + 43184.352 0.15 0.20 -0.05 + 43216.203 0.21 0.20 0.00 + 43248.059 0.17 0.20 -0.03 + 43279.910 0.20 0.20 -0.00 + 43311.766 0.22 0.20 0.02 + 43343.621 0.14 0.20 -0.06 + 43375.473 0.18 0.20 -0.02 + 43407.328 0.20 0.20 0.00 + 43439.180 0.20 0.20 0.00 + 43471.035 0.22 0.20 0.03 + 43502.891 0.17 0.20 -0.03 + 43534.742 0.20 0.20 0.00 + 43566.598 0.18 0.20 -0.02 + 43598.449 0.17 0.20 -0.02 + 43630.305 0.21 0.20 0.01 + 43662.160 0.16 0.20 -0.04 + 43694.012 0.18 0.19 -0.01 + 43725.867 0.18 0.19 -0.01 + 43757.719 0.24 0.19 0.04 + 43789.574 0.20 0.19 0.01 + 43821.430 0.33 0.19 0.14 + 43853.281 0.18 0.19 -0.01 + 43885.137 0.22 0.19 0.03 + 43916.988 0.21 0.19 0.02 + 43948.844 0.28 0.19 0.09 + 43980.699 0.23 0.19 0.04 + 44012.551 0.22 0.19 0.03 + 44044.406 0.22 0.19 0.02 + 44076.258 0.21 0.19 0.01 + 44108.113 0.20 0.19 0.01 + 44139.969 0.24 0.19 0.05 + 44171.820 0.21 0.19 0.02 + 44203.676 0.16 0.19 -0.03 + 44235.527 0.24 0.19 0.05 + 44267.383 0.23 0.19 0.04 + 44299.238 0.19 0.19 -0.00 + 44331.090 0.30 0.19 0.11 + 44362.945 0.28 0.19 0.09 + 44394.797 0.19 0.19 0.00 + 44426.652 0.23 0.19 0.04 + 44458.504 0.22 0.19 0.03 + 44490.359 0.30 0.19 0.10 + 44522.215 0.24 0.19 0.05 + 44554.066 0.22 0.19 0.03 + 44585.922 0.27 0.20 0.07 + 44617.773 0.30 0.20 0.11 + 44649.629 1.00 0.20 0.80 + 44681.484 5.36 0.20 5.16 + 44713.336 18.74 0.20 18.54 + 44745.191 33.09 0.20 32.89 + 44777.043 32.48 0.20 32.27 + 44808.898 17.04 0.20 16.84 + 44840.754 4.62 0.20 4.41 + 44872.605 0.90 0.21 0.70 + 44904.461 0.32 0.21 0.11 + 44936.312 0.26 0.21 0.05 + 44968.168 0.34 0.21 0.13 + 45000.023 0.26 0.21 0.05 + 45031.875 0.29 0.21 0.08 + 45063.730 0.24 0.21 0.03 + 45095.582 0.19 0.21 -0.02 + 45127.438 0.24 0.22 0.03 + 45159.293 0.25 0.22 0.03 + 45191.145 0.26 0.22 0.04 + 45223.000 0.27 0.22 0.05 + 45254.852 0.31 0.22 0.09 + 45286.707 0.25 0.22 0.03 + 45318.562 0.24 0.22 0.02 + 45350.414 0.29 0.22 0.08 + 45382.270 0.33 0.22 0.11 + 45414.121 0.28 0.22 0.05 + 45445.977 0.28 0.22 0.06 + 45477.832 0.26 0.23 0.03 + 45509.684 0.28 0.23 0.05 + 45541.539 0.24 0.24 -0.00 + 45573.391 0.27 0.27 -0.00 + 45605.246 0.36 0.48 -0.13 + 45637.102 1.27 1.46 -0.19 + 45668.953 4.26 4.20 0.06 + 45700.809 9.58 8.20 1.38 + 45732.660 12.96 10.01 2.95 + 45764.516 9.44 7.47 1.97 + 45796.367 4.27 3.52 0.75 + 45828.223 3.32 1.16 2.16 + 45860.078 11.56 0.40 11.15 + 45891.930 28.20 0.25 27.94 + 45923.785 36.32 0.23 36.10 + 45955.637 28.01 0.22 27.79 + 45987.492 11.23 0.21 11.02 + 46019.348 2.72 0.21 2.51 + 46051.199 0.52 0.21 0.32 + 46083.055 0.30 0.20 0.10 + 46114.906 0.35 0.20 0.15 + 46146.762 0.27 0.20 0.07 + 46178.617 0.20 0.20 0.00 + 46210.469 0.28 0.19 0.09 + 46242.324 0.22 0.19 0.02 + 46274.176 0.29 0.19 0.10 + 46306.031 0.24 0.19 0.04 + 46337.887 0.23 0.19 0.04 + 46369.738 0.22 0.19 0.02 + 46401.594 0.21 0.19 0.01 + 46433.445 0.25 0.19 0.06 + 46465.301 0.19 0.19 -0.00 + 46497.156 0.17 0.19 -0.02 + 46529.008 0.22 0.19 0.03 + 46560.863 0.17 0.19 -0.02 + 46592.715 0.23 0.19 0.04 + 46624.570 0.21 0.19 0.02 + 46656.426 0.23 0.19 0.03 + 46688.277 0.29 0.19 0.10 + 46720.133 0.24 0.19 0.04 + 46751.984 0.20 0.19 0.01 + 46783.840 0.23 0.20 0.04 + 46815.695 0.21 0.20 0.02 + 46847.547 0.22 0.20 0.03 + 46879.402 0.21 0.20 0.01 + 46911.254 0.16 0.20 -0.03 + 46943.109 0.18 0.20 -0.01 + 46974.961 0.26 0.20 0.06 + 47006.816 0.19 0.20 -0.00 + 47038.672 0.25 0.20 0.05 + 47070.523 0.19 0.20 -0.01 + 47102.379 0.22 0.20 0.02 + 47134.230 0.19 0.20 -0.01 + 47166.086 0.21 0.20 0.01 + 47197.941 0.23 0.20 0.03 + 47229.793 0.22 0.20 0.02 + 47261.648 0.24 0.20 0.04 + 47293.500 0.20 0.20 0.01 + 47325.355 0.21 0.20 0.01 + 47357.211 0.21 0.20 0.01 + 47389.062 0.24 0.20 0.04 + 47420.918 0.22 0.20 0.02 + 47452.770 0.21 0.20 0.01 + 47484.625 0.21 0.20 0.01 + 47516.480 0.19 0.20 -0.01 + 47548.332 0.16 0.20 -0.04 + 47580.188 0.23 0.20 0.03 + 47612.039 0.15 0.20 -0.05 + 47643.895 0.22 0.20 0.02 + 47675.750 0.19 0.20 -0.02 + 47707.602 0.18 0.20 -0.02 + 47739.457 0.19 0.20 -0.01 + 47771.309 0.21 0.20 0.01 + 47803.164 0.19 0.20 -0.01 + 47835.020 0.22 0.20 0.01 + 47866.871 0.20 0.20 0.00 + 47898.727 0.20 0.21 -0.01 + 47930.578 0.20 0.21 -0.01 + 47962.434 0.22 0.21 0.01 + 47994.289 0.18 0.21 -0.02 + 48026.141 0.15 0.21 -0.05 + 48057.996 0.19 0.21 -0.02 + 48089.848 0.17 0.21 -0.04 + 48121.703 0.18 0.21 -0.02 + 48153.559 0.18 0.21 -0.03 + 48185.410 0.21 0.21 -0.00 + 48217.266 0.19 0.21 -0.01 + 48249.117 0.24 0.21 0.03 + 48280.973 0.22 0.21 0.01 + 48312.824 0.22 0.21 0.01 + 48344.680 0.19 0.21 -0.02 + 48376.535 0.22 0.21 0.01 + 48408.387 0.20 0.21 -0.01 + 48440.242 0.23 0.21 0.02 + 48472.094 0.25 0.21 0.04 + 48503.949 0.21 0.21 -0.00 + 48535.805 0.21 0.21 -0.00 + 48567.656 0.17 0.21 -0.04 + 48599.512 0.18 0.21 -0.03 + 48631.363 0.22 0.22 0.01 + 48663.219 0.22 0.22 0.00 + 48695.074 0.18 0.22 -0.03 + 48726.926 0.17 0.22 -0.04 + 48758.781 0.22 0.22 0.00 + 48790.633 0.21 0.22 -0.01 + 48822.488 0.27 0.22 0.05 + 48854.344 0.25 0.22 0.03 + 48886.195 0.20 0.22 -0.02 + 48918.051 0.20 0.22 -0.02 + 48949.902 0.21 0.22 -0.01 + 48981.758 0.24 0.22 0.02 + 49013.613 0.22 0.22 -0.00 + 49045.465 0.23 0.22 0.01 + 49077.320 0.20 0.22 -0.03 + 49109.172 0.21 0.22 -0.02 + 49141.027 0.25 0.22 0.02 + 49172.883 0.19 0.23 -0.04 + 49204.734 0.24 0.23 0.01 + 49236.590 0.22 0.23 -0.01 + 49268.441 0.25 0.23 0.02 + 49300.297 0.24 0.23 0.01 + 49332.152 0.28 0.23 0.04 + 49364.004 0.24 0.23 0.01 + 49395.859 0.24 0.23 0.01 + 49427.711 0.26 0.23 0.03 + 49459.566 0.31 0.23 0.07 + 49491.418 0.24 0.24 0.01 + 49523.273 0.28 0.24 0.04 + 49555.129 0.26 0.24 0.02 + 49586.980 0.24 0.24 -0.00 + 49618.836 0.25 0.24 0.00 + 49650.688 0.25 0.25 -0.00 + 49682.543 0.29 0.25 0.04 + 49714.398 0.29 0.26 0.04 + 49746.250 0.31 0.27 0.04 + 49778.105 0.32 0.28 0.05 + 49809.957 0.35 0.29 0.06 + 49841.812 0.41 0.31 0.10 + 49873.668 0.36 0.34 0.02 + 49905.520 0.57 0.40 0.17 + 49937.375 1.36 0.65 0.72 + 49969.227 4.93 2.02 2.91 + 50001.082 15.28 7.55 7.73 + 50032.938 35.79 21.34 14.45 + 50064.789 58.38 40.37 18.01 + 50096.645 66.03 49.50 16.53 + 50128.496 49.42 38.86 10.56 + 50160.352 22.90 19.81 3.09 + 50192.207 6.88 6.79 0.09 + 50224.059 1.62 1.80 -0.18 + 50255.914 0.52 0.60 -0.08 + 50287.766 0.33 0.39 -0.05 + 50319.621 0.31 0.33 -0.02 + 50351.477 0.31 0.30 0.00 + 50383.328 0.32 0.28 0.03 + 50415.184 0.31 0.27 0.04 + 50447.035 0.27 0.26 0.02 + 50478.891 0.28 0.25 0.03 + 50510.746 0.26 0.24 0.02 + 50542.598 0.26 0.24 0.03 + 50574.453 0.35 0.23 0.11 + 50606.305 0.28 0.23 0.05 + 50638.160 0.30 0.23 0.07 + 50670.016 0.29 0.23 0.06 + 50701.867 0.26 0.22 0.04 + 50733.723 0.27 0.22 0.05 + 50765.574 0.24 0.22 0.03 + 50797.430 0.23 0.22 0.01 + 50829.281 0.24 0.22 0.02 + 50861.137 0.26 0.21 0.05 + 50892.992 0.26 0.21 0.05 + 50924.844 0.21 0.21 -0.01 + 50956.699 0.21 0.21 -0.00 + 50988.551 0.24 0.21 0.02 + 51020.406 0.22 0.21 0.01 + 51052.262 0.25 0.21 0.04 + 51084.113 0.21 0.21 0.01 + 51115.969 0.27 0.21 0.06 + 51147.820 0.24 0.21 0.03 + 51179.676 0.21 0.21 0.01 + 51211.531 0.26 0.21 0.06 + 51243.383 0.21 0.20 0.00 + 51275.238 0.20 0.20 -0.01 + 51307.090 0.23 0.20 0.03 + 51338.945 0.21 0.20 0.01 + 51370.801 0.23 0.20 0.02 + 51402.652 0.21 0.20 0.00 + 51434.508 0.23 0.20 0.02 + 51466.359 0.20 0.20 -0.01 + 51498.215 0.24 0.20 0.04 + 51530.070 0.19 0.20 -0.01 + 51561.922 0.20 0.20 -0.00 + 51593.777 0.20 0.20 0.00 + 51625.629 0.20 0.20 0.00 + 51657.484 0.20 0.20 0.00 + 51689.340 0.20 0.20 -0.00 + 51721.191 0.20 0.20 -0.00 + 51753.047 0.21 0.20 0.01 + 51784.898 0.17 0.20 -0.03 + 51816.754 0.19 0.20 -0.00 + 51848.609 0.22 0.20 0.02 + 51880.461 0.22 0.20 0.02 + 51912.316 0.20 0.20 0.00 + 51944.168 0.18 0.20 -0.02 + 51976.023 0.18 0.20 -0.02 + 52007.875 0.19 0.20 -0.01 + 52039.730 0.16 0.20 -0.04 + 52071.586 0.16 0.20 -0.04 + 52103.438 0.21 0.20 0.01 + 52135.293 0.20 0.20 -0.00 + 52167.145 0.18 0.20 -0.02 + 52199.000 0.20 0.20 0.00 + 52230.855 0.21 0.20 0.02 + 52262.707 0.20 0.20 -0.00 + 52294.562 0.20 0.20 -0.00 + 52326.414 0.19 0.20 -0.00 + 52358.270 0.22 0.20 0.02 + 52390.125 0.12 0.20 -0.08 + 52421.977 0.21 0.20 0.01 + 52453.832 0.20 0.20 0.01 + 52485.684 0.21 0.20 0.01 + 52517.539 0.21 0.20 0.01 + 52549.395 0.16 0.20 -0.03 + 52581.246 0.18 0.20 -0.02 + 52613.102 0.19 0.20 -0.01 + 52644.953 0.18 0.20 -0.02 + 52676.809 0.25 0.20 0.05 + 52708.664 0.18 0.20 -0.02 + 52740.516 0.18 0.20 -0.02 + 52772.371 0.21 0.20 0.01 + 52804.223 0.21 0.20 0.02 + 52836.078 0.18 0.20 -0.02 + 52867.934 0.19 0.20 -0.01 + 52899.785 0.19 0.20 -0.01 + 52931.641 0.17 0.20 -0.03 + 52963.492 0.17 0.20 -0.03 + 52995.348 0.21 0.20 0.01 + 53027.203 0.17 0.20 -0.03 + 53059.055 0.20 0.20 0.01 + 53090.910 0.20 0.20 0.00 + 53122.762 0.19 0.20 -0.01 + 53154.617 0.20 0.20 -0.00 + 53186.473 0.17 0.20 -0.03 + 53218.324 0.19 0.20 -0.01 + 53250.180 0.20 0.20 0.01 + 53282.031 0.19 0.20 -0.01 + 53313.887 0.18 0.20 -0.01 + 53345.738 0.21 0.20 0.01 + 53377.594 0.21 0.20 0.02 + 53409.449 0.20 0.20 -0.00 + 53441.301 0.22 0.20 0.02 + 53473.156 0.19 0.20 -0.01 + 53505.008 0.16 0.20 -0.04 + 53536.863 0.18 0.20 -0.02 + 53568.719 0.21 0.20 0.02 + 53600.570 0.19 0.20 -0.01 + 53632.426 0.18 0.20 -0.02 + 53664.277 0.18 0.20 -0.02 + 53696.133 0.23 0.20 0.04 + 53727.988 0.18 0.20 -0.02 + 53759.840 0.20 0.20 0.00 + 53791.695 0.20 0.20 -0.00 + 53823.547 0.19 0.20 -0.01 + 53855.402 0.20 0.20 -0.00 + 53887.258 0.21 0.20 0.01 + 53919.109 0.22 0.20 0.03 + 53950.965 0.21 0.20 0.01 + 53982.816 0.18 0.20 -0.01 + 54014.672 0.20 0.20 0.01 + 54046.527 0.23 0.20 0.03 + 54078.379 0.17 0.20 -0.03 + 54110.234 0.18 0.20 -0.02 + 54142.086 0.18 0.20 -0.01 + 54173.941 0.23 0.20 0.03 + 54205.797 0.21 0.20 0.01 + 54237.648 0.18 0.20 -0.02 + 54269.504 0.23 0.20 0.03 + 54301.355 0.18 0.20 -0.02 + 54333.211 0.21 0.20 0.02 + 54365.066 0.19 0.20 -0.01 + 54396.918 0.20 0.20 -0.00 + 54428.773 0.18 0.20 -0.02 + 54460.625 0.20 0.20 0.00 + 54492.480 0.21 0.20 0.01 + 54524.332 0.19 0.20 -0.01 + 54556.188 0.21 0.20 0.01 + 54588.043 0.18 0.20 -0.02 + 54619.895 0.22 0.20 0.02 + 54651.750 0.22 0.20 0.02 + 54683.602 0.18 0.20 -0.02 + 54715.457 0.21 0.20 0.01 + 54747.312 0.20 0.20 -0.00 + 54779.164 0.20 0.20 -0.00 + 54811.020 0.19 0.20 -0.01 + 54842.871 0.21 0.20 0.01 + 54874.727 0.22 0.20 0.01 + 54906.582 0.19 0.20 -0.01 + 54938.434 0.23 0.20 0.03 + 54970.289 0.22 0.20 0.02 + 55002.141 0.22 0.20 0.02 + 55033.996 0.21 0.20 0.00 + 55065.852 0.22 0.21 0.01 + 55097.703 0.26 0.21 0.06 + 55129.559 0.22 0.21 0.01 + 55161.410 0.22 0.21 0.01 + 55193.266 0.21 0.21 -0.00 + 55225.121 0.23 0.21 0.02 + 55256.973 0.23 0.21 0.02 + 55288.828 0.25 0.21 0.03 + 55320.680 0.21 0.22 -0.01 + 55352.535 0.25 0.22 0.03 + 55384.391 0.24 0.22 0.02 + 55416.242 0.25 0.23 0.02 + 55448.098 0.25 0.23 0.01 + 55479.949 0.25 0.24 0.02 + 55511.805 0.25 0.24 0.01 + 55543.660 0.25 0.25 0.00 + 55575.512 0.30 0.25 0.05 + 55607.367 0.28 0.26 0.02 + 55639.219 0.25 0.27 -0.02 + 55671.074 0.31 0.28 0.03 + 55702.930 0.31 0.29 0.02 + 55734.781 0.29 0.31 -0.02 + 55766.637 0.30 0.33 -0.03 + 55798.488 0.30 0.37 -0.07 + 55830.344 0.41 0.51 -0.10 + 55862.195 1.06 1.22 -0.16 + 55894.051 3.67 4.13 -0.46 + 55925.906 10.86 12.29 -1.43 + 55957.758 24.62 26.80 -2.18 + 55989.613 39.52 40.85 -1.33 + 56021.465 44.98 42.80 2.18 + 56053.320 35.94 30.73 5.20 + 56085.176 19.31 15.35 3.96 + 56117.027 7.23 5.52 1.71 + 56148.883 2.22 1.63 0.58 + 56180.734 0.73 0.61 0.13 + 56212.590 0.37 0.40 -0.03 + 56244.445 0.32 0.35 -0.03 + 56276.297 0.28 0.32 -0.04 + 56308.152 0.33 0.31 0.02 + 56340.004 0.33 0.30 0.03 + 56371.859 0.28 0.29 -0.01 + 56403.715 0.28 0.28 -0.00 + 56435.566 0.30 0.28 0.02 + 56467.422 0.29 0.27 0.02 + 56499.273 0.24 0.27 -0.03 + 56531.129 0.28 0.27 0.01 + 56562.984 0.30 0.27 0.03 + 56594.836 0.24 0.27 -0.03 + 56626.691 0.29 0.26 0.03 + 56658.543 0.30 0.26 0.04 + 56690.398 0.29 0.26 0.02 + 56722.254 0.28 0.26 0.01 + 56754.105 0.24 0.26 -0.02 + 56785.961 0.28 0.26 0.02 + 56817.812 0.23 0.26 -0.03 + 56849.668 0.25 0.26 -0.01 + 56881.523 0.28 0.26 0.02 + 56913.375 0.27 0.26 0.01 + 56945.230 0.27 0.26 0.01 + 56977.082 0.26 0.26 0.00 + 57008.938 0.31 0.26 0.05 + 57040.789 0.27 0.26 0.01 + 57072.645 0.28 0.26 0.01 + 57104.500 0.27 0.26 0.01 + 57136.352 0.27 0.26 0.01 + 57168.207 0.31 0.26 0.04 + 57200.059 0.29 0.26 0.03 + 57231.914 0.28 0.26 0.02 + 57263.770 0.27 0.26 0.01 + 57295.621 0.28 0.26 0.02 + 57327.477 0.25 0.26 -0.01 + 57359.328 0.31 0.27 0.04 + 57391.184 0.29 0.27 0.03 + 57423.039 0.29 0.27 0.02 + 57454.891 0.32 0.27 0.06 + 57486.746 0.29 0.27 0.02 + 57518.598 0.28 0.27 0.02 + 57550.453 0.33 0.27 0.06 + 57582.309 0.36 0.27 0.09 + 57614.160 0.55 0.27 0.28 + 57646.016 1.40 0.27 1.14 + 57677.867 4.42 0.27 4.15 + 57709.723 11.58 0.27 11.32 + 57741.578 22.11 0.27 21.84 + 57773.430 31.09 0.27 30.82 + 57805.285 31.28 0.27 31.01 + 57837.137 22.13 0.27 21.86 + 57868.992 11.18 0.27 10.91 + 57900.848 4.06 0.27 3.79 + 57932.699 1.31 0.27 1.04 + 57964.555 0.51 0.27 0.24 + 57996.406 0.37 0.27 0.09 + 58028.262 0.31 0.27 0.04 + 58060.117 0.32 0.27 0.05 + 58091.969 0.26 0.27 -0.01 + 58123.824 0.28 0.28 0.00 + 58155.676 0.33 0.28 0.05 + 58187.531 0.32 0.28 0.04 + 58219.387 0.28 0.28 0.01 + 58251.238 0.30 0.28 0.02 + 58283.094 0.27 0.28 -0.01 + 58314.945 0.25 0.28 -0.03 + 58346.801 0.28 0.28 0.00 + 58378.652 0.28 0.28 0.00 + 58410.508 0.26 0.28 -0.02 + 58442.363 0.32 0.28 0.04 + 58474.215 0.32 0.28 0.04 + 58506.070 0.25 0.28 -0.03 + 58537.922 0.29 0.28 0.01 + 58569.777 0.28 0.28 0.00 + 58601.633 0.30 0.28 0.02 + 58633.484 0.29 0.28 0.00 + 58665.340 0.28 0.29 -0.01 + 58697.191 0.31 0.29 0.02 + 58729.047 0.29 0.29 0.00 + 58760.902 0.29 0.29 0.00 + 58792.754 0.30 0.29 0.01 + 58824.609 0.31 0.29 0.02 + 58856.461 0.34 0.29 0.05 + 58888.316 0.28 0.29 -0.01 + 58920.172 0.32 0.29 0.03 + 58952.023 0.28 0.29 -0.01 + 58983.879 0.27 0.29 -0.02 + 59015.730 0.28 0.29 -0.01 + 59047.586 0.28 0.29 -0.01 + 59079.441 0.31 0.29 0.02 + 59111.293 0.29 0.29 0.00 + 59143.148 0.35 0.29 0.06 + 59175.000 0.34 0.29 0.05 + 59206.855 0.32 0.29 0.03 + 59238.711 0.30 0.29 0.00 + 59270.562 0.32 0.29 0.03 + 59302.418 0.30 0.29 0.00 + 59334.270 0.36 0.29 0.07 + 59366.125 0.32 0.29 0.03 + 59397.980 0.34 0.29 0.04 + 59429.832 0.32 0.29 0.03 + 59461.688 0.35 0.29 0.06 + 59493.539 0.34 0.29 0.04 + 59525.395 0.36 0.29 0.07 + 59557.246 0.35 0.29 0.05 + 59589.102 0.34 0.29 0.05 + 59620.957 0.37 0.29 0.08 + 59652.809 0.38 0.30 0.09 + 59684.664 0.38 0.30 0.08 + 59716.516 0.39 0.30 0.09 + 59748.371 0.37 0.30 0.08 + 59780.227 0.39 0.30 0.10 + 59812.078 0.44 0.30 0.14 + 59843.934 0.39 0.30 0.09 + 59875.785 0.40 0.30 0.10 + 59907.641 0.44 0.30 0.15 + 59939.496 0.43 0.30 0.14 + 59971.348 0.37 0.30 0.07 + 60003.203 0.42 0.30 0.13 + 60035.055 0.47 0.30 0.17 + 60066.910 0.47 0.30 0.17 + 60098.766 0.46 0.30 0.16 + 60130.617 0.56 0.30 0.26 + 60162.473 0.83 0.30 0.54 + 60194.324 2.14 0.30 1.84 + 60226.180 7.26 0.30 6.96 + 60258.035 21.55 0.30 21.25 + 60289.887 50.38 0.30 50.08 + 60321.742 90.00 0.30 89.70 + 60353.594 116.57 0.30 116.27 + 60385.449 111.74 0.30 111.44 + 60417.305 77.38 0.30 77.08 + 60449.156 38.57 0.30 38.27 + 60481.012 14.68 0.30 14.38 + 60512.863 4.38 0.30 4.08 + 60544.719 1.42 0.30 1.12 + 60576.574 0.69 0.30 0.38 + 60608.426 0.48 0.30 0.18 + 60640.281 0.45 0.30 0.15 + 60672.133 0.39 0.30 0.09 + 60703.988 0.41 0.30 0.11 + 60735.844 0.39 0.30 0.09 + 60767.695 0.44 0.30 0.14 + 60799.551 0.39 0.30 0.09 + 60831.402 0.44 0.30 0.14 + 60863.258 0.39 0.30 0.08 + 60895.109 0.41 0.30 0.10 + 60926.965 0.39 0.30 0.09 + 60958.820 0.38 0.30 0.08 + 60990.672 0.39 0.30 0.09 + 61022.527 0.40 0.30 0.09 + 61054.379 0.37 0.30 0.07 + 61086.234 0.31 0.30 0.01 + 61118.090 0.34 0.30 0.03 + 61149.941 0.38 0.30 0.08 + 61181.797 0.30 0.30 -0.00 + 61213.648 0.36 0.30 0.05 + 61245.504 0.38 0.30 0.07 + 61277.359 0.34 0.31 0.04 + 61309.211 0.33 0.31 0.02 + 61341.066 0.36 0.31 0.06 + 61372.918 0.31 0.31 0.01 + 61404.773 0.34 0.31 0.04 + 61436.629 0.34 0.31 0.03 + 61468.480 0.32 0.31 0.01 + 61500.336 0.35 0.31 0.04 + 61532.188 0.32 0.31 0.01 + 61564.043 0.30 0.31 -0.01 + 61595.898 0.29 0.31 -0.02 + 61627.750 0.34 0.31 0.04 + 61659.605 0.31 0.31 -0.00 + 61691.457 0.31 0.31 0.01 + 61723.312 0.33 0.31 0.02 + 61755.168 0.29 0.31 -0.02 + 61787.020 0.31 0.31 0.00 + 61818.875 0.33 0.31 0.02 + 61850.727 0.32 0.31 0.01 + 61882.582 0.34 0.31 0.03 + 61914.438 0.29 0.31 -0.02 + 61946.289 0.29 0.31 -0.02 + 61978.145 0.31 0.31 -0.00 + 62009.996 0.31 0.31 0.00 + 62041.852 0.29 0.31 -0.02 + 62073.703 0.30 0.31 -0.02 + 62105.559 0.31 0.31 -0.00 + 62137.414 0.31 0.31 -0.00 + 62169.266 0.29 0.31 -0.02 + 62201.121 0.32 0.31 0.01 + 62232.973 0.27 0.31 -0.04 + 62264.828 0.32 0.31 0.01 + 62296.684 0.32 0.31 0.01 + 62328.535 0.33 0.31 0.02 + 62360.391 0.29 0.31 -0.02 + 62392.242 0.28 0.31 -0.03 + 62424.098 0.31 0.31 -0.00 + 62455.953 0.29 0.31 -0.02 + 62487.805 0.29 0.31 -0.03 + 62519.660 0.28 0.31 -0.03 + 62551.512 0.31 0.31 -0.00 + 62583.367 0.32 0.31 0.00 + 62615.223 0.32 0.32 0.00 + 62647.074 0.33 0.32 0.02 + 62678.930 0.28 0.32 -0.04 + 62710.781 0.34 0.32 0.02 + 62742.637 0.29 0.32 -0.03 + 62774.492 0.35 0.32 0.03 + 62806.344 0.28 0.32 -0.03 + 62838.199 0.31 0.32 -0.01 + 62870.051 0.27 0.33 -0.06 + 62901.906 0.30 0.33 -0.03 + 62933.762 0.30 0.33 -0.02 + 62965.613 0.31 0.33 -0.01 + 62997.469 0.34 0.33 0.01 + 63029.320 0.32 0.33 -0.01 + 63061.176 0.32 0.33 -0.01 + 63093.031 0.33 0.33 -0.00 + 63124.883 0.31 0.33 -0.02 + 63156.738 0.33 0.33 -0.01 + 63188.590 0.33 0.33 0.00 + 63220.445 0.34 0.33 0.01 + 63252.297 0.29 0.33 -0.05 + 63284.152 0.36 0.33 0.03 + 63316.008 0.34 0.34 0.01 + 63347.859 0.29 0.34 -0.04 + 63379.715 0.33 0.34 -0.01 + 63411.566 0.38 0.34 0.04 + 63443.422 0.34 0.34 -0.00 + 63475.277 0.34 0.34 -0.00 + 63507.129 0.32 0.34 -0.02 + 63538.984 0.33 0.34 -0.01 + 63570.836 0.38 0.34 0.03 + 63602.691 0.35 0.35 -0.00 + 63634.547 0.38 0.35 0.03 + 63666.398 0.37 0.35 0.02 + 63698.254 0.34 0.35 -0.01 + 63730.105 0.36 0.35 0.01 + 63761.961 0.41 0.36 0.05 + 63793.816 0.36 0.36 0.00 + 63825.668 0.40 0.36 0.04 + 63857.523 0.35 0.36 -0.01 + 63889.375 0.36 0.37 -0.01 + 63921.230 0.35 0.37 -0.02 + 63953.086 0.42 0.37 0.04 + 63984.938 0.40 0.38 0.02 + 64016.793 0.44 0.38 0.06 + 64048.645 0.43 0.39 0.04 + 64080.500 0.42 0.40 0.02 + 64112.355 0.43 0.40 0.03 + 64144.207 0.43 0.41 0.02 + 64176.062 0.48 0.43 0.06 + 64207.914 0.44 0.44 0.01 + 64239.770 0.46 0.46 -0.00 + 64271.625 0.48 0.48 -0.00 + 64303.477 0.48 0.51 -0.03 + 64335.332 0.52 0.54 -0.02 + 64367.184 0.57 0.59 -0.02 + 64399.039 0.54 0.65 -0.11 + 64430.895 0.63 0.76 -0.13 + 64462.746 0.92 1.07 -0.15 + 64494.602 2.65 2.38 0.27 + 64526.453 7.84 7.58 0.26 + 64558.309 23.57 23.52 0.05 + 64590.160 54.72 58.68 -3.97 + 64622.016 103.18 111.45 -8.27 + 64653.871 147.54 158.65 -11.11 + 64685.723 159.44 167.77 -8.32 + 64717.578 133.24 131.50 1.74 + 64749.430 83.28 77.00 6.28 + 64781.285 39.20 34.05 5.15 + 64813.141 14.36 11.75 2.61 + 64844.992 4.65 3.58 1.07 + 64876.848 1.68 1.35 0.33 + 64908.699 0.82 0.83 -0.00 + 64940.555 0.61 0.68 -0.07 + 64972.410 0.60 0.60 -0.00 + 65004.262 0.58 0.55 0.03 + 65036.117 0.54 0.51 0.03 + 65067.969 0.55 0.48 0.07 + 65099.824 0.50 0.45 0.04 + 65131.680 0.52 0.43 0.09 + 65163.531 0.48 0.42 0.06 + 65195.387 0.51 0.40 0.10 + 65227.238 0.46 0.39 0.07 + 65259.094 0.41 0.38 0.03 + 65290.949 0.42 0.37 0.05 + 65322.801 0.43 0.37 0.07 + 65354.656 0.44 0.36 0.08 + 65386.508 0.40 0.35 0.04 + 65418.363 0.45 0.35 0.10 + 65450.219 0.38 0.34 0.04 + 65482.070 0.36 0.34 0.02 + 65513.926 0.37 0.34 0.04 + 65545.781 0.39 0.33 0.05 + 65577.633 0.39 0.33 0.06 + 65609.484 0.40 0.33 0.07 + 65641.344 0.37 0.33 0.05 + 65673.195 0.36 0.32 0.03 + 65705.047 0.37 0.32 0.05 + 65736.898 0.39 0.32 0.07 + 65768.758 0.37 0.32 0.05 + 65800.609 0.36 0.32 0.04 + 65832.461 0.32 0.32 0.00 + 65864.320 0.30 0.31 -0.01 + 65896.172 0.31 0.31 -0.00 + 65928.023 0.36 0.31 0.05 + 65959.883 0.28 0.31 -0.03 + 65991.734 0.27 0.31 -0.04 + 66023.586 0.36 0.31 0.05 + 66055.438 0.34 0.31 0.03 + 66087.297 0.38 0.31 0.07 + 66119.148 0.30 0.31 -0.01 + 66151.000 0.30 0.30 -0.01 + 66182.859 0.29 0.30 -0.02 + 66214.711 0.32 0.30 0.02 + 66246.562 0.32 0.30 0.01 + 66278.422 0.34 0.30 0.03 + 66310.273 0.32 0.30 0.02 + 66342.125 0.30 0.30 0.00 + 66373.977 0.29 0.30 -0.01 + 66405.836 0.31 0.30 0.01 + 66437.688 0.29 0.30 -0.01 + 66469.539 0.26 0.30 -0.04 + 66501.398 0.33 0.29 0.04 + 66533.250 0.28 0.29 -0.01 + 66565.102 0.27 0.29 -0.02 + 66596.953 0.32 0.29 0.03 + 66628.812 0.27 0.29 -0.02 + 66660.664 0.31 0.29 0.02 + 66692.516 0.32 0.29 0.03 + 66724.375 0.29 0.29 0.00 + 66756.227 0.30 0.29 0.01 + 66788.078 0.27 0.29 -0.01 + 66819.938 0.27 0.29 -0.02 + 66851.789 0.32 0.29 0.03 + 66883.641 0.29 0.29 -0.00 + 66915.492 0.30 0.29 0.01 + 66947.352 0.28 0.29 -0.00 + 66979.203 0.23 0.29 -0.06 + 67011.055 0.26 0.28 -0.03 + 67042.914 0.26 0.28 -0.03 + 67074.766 0.27 0.28 -0.01 + 67106.617 0.27 0.28 -0.02 + 67138.477 0.31 0.28 0.03 + 67170.328 0.29 0.28 0.01 + 67202.180 0.27 0.28 -0.02 + 67234.031 0.25 0.28 -0.03 + 67265.891 0.25 0.28 -0.03 + 67297.742 0.25 0.28 -0.03 + 67329.594 0.26 0.28 -0.02 + 67361.453 0.27 0.28 -0.01 + 67393.305 0.28 0.28 -0.00 + 67425.156 0.23 0.28 -0.06 + 67457.016 0.27 0.28 -0.01 + 67488.867 0.26 0.28 -0.02 + 67520.719 0.25 0.28 -0.03 + 67552.570 0.23 0.28 -0.05 + 67584.430 0.25 0.28 -0.03 + 67616.281 0.30 0.28 0.02 + 67648.133 0.23 0.28 -0.05 + 67679.992 0.29 0.28 0.01 + 67711.844 0.26 0.28 -0.02 + 67743.695 0.26 0.28 -0.02 + 67775.547 0.23 0.28 -0.05 + 67807.406 0.27 0.28 -0.01 + 67839.258 0.23 0.28 -0.04 + 67871.109 0.25 0.28 -0.03 + 67902.969 0.25 0.28 -0.03 + 67934.820 0.29 0.28 0.01 + 67966.672 0.26 0.28 -0.01 + 67998.531 0.27 0.28 -0.01 + 68030.383 0.26 0.28 -0.02 + 68062.234 0.23 0.28 -0.05 + 68094.086 0.25 0.28 -0.03 + 68125.945 0.23 0.28 -0.05 + 68157.797 0.23 0.28 -0.04 + 68189.648 0.25 0.27 -0.03 + 68221.508 0.26 0.27 -0.01 + 68253.359 0.25 0.27 -0.03 + 68285.211 0.24 0.27 -0.04 + 68317.070 0.26 0.27 -0.01 + 68348.922 0.26 0.27 -0.01 + 68380.773 0.28 0.27 0.01 + 68412.625 0.23 0.27 -0.05 + 68444.484 0.26 0.27 -0.01 + 68476.336 0.24 0.27 -0.03 + 68508.188 0.27 0.27 -0.00 + 68540.047 0.27 0.27 -0.00 + 68571.898 0.27 0.27 -0.00 + 68603.750 0.26 0.27 -0.01 + 68635.609 0.30 0.27 0.02 + 68667.461 0.25 0.27 -0.02 + 68699.312 0.28 0.27 0.01 + 68731.164 0.27 0.27 0.00 + 68763.023 0.26 0.27 -0.01 + 68794.875 0.26 0.27 -0.01 + 68826.727 0.28 0.27 0.01 + 68858.586 0.25 0.27 -0.02 + 68890.438 0.24 0.27 -0.03 + 68922.289 0.25 0.27 -0.02 + 68954.141 0.27 0.27 -0.00 + 68986.000 0.26 0.27 -0.00 + 69017.852 0.30 0.27 0.03 + 69049.703 0.30 0.27 0.03 + 69081.562 0.25 0.27 -0.01 + 69113.414 0.26 0.27 -0.01 + 69145.266 0.28 0.27 0.01 + 69177.125 0.23 0.27 -0.04 + 69208.977 0.27 0.27 0.01 + 69240.828 0.27 0.27 0.00 + 69272.680 0.31 0.27 0.04 + 69304.539 0.25 0.27 -0.02 + 69336.391 0.29 0.26 0.02 + 69368.242 0.26 0.26 -0.00 + 69400.102 0.28 0.26 0.01 + 69431.953 0.32 0.26 0.06 + 69463.805 0.32 0.26 0.06 + 69495.664 0.28 0.26 0.02 + 69527.516 0.30 0.26 0.03 + 69559.367 0.30 0.26 0.04 + 69591.219 0.29 0.26 0.03 + 69623.078 0.30 0.26 0.04 + 69654.930 0.31 0.26 0.04 + 69686.781 0.31 0.26 0.05 + 69718.641 0.29 0.26 0.03 + 69750.492 0.32 0.26 0.06 + 69782.344 0.33 0.26 0.06 + 69814.203 0.33 0.26 0.06 + 69846.055 0.34 0.26 0.08 + 69877.906 0.28 0.26 0.02 + 69909.758 0.32 0.26 0.06 + 69941.617 0.32 0.26 0.07 + 69973.469 0.32 0.26 0.06 + 70005.320 0.32 0.26 0.06 + 70037.180 0.32 0.26 0.06 + 70069.031 0.35 0.26 0.10 + 70100.883 0.33 0.26 0.07 + 70132.742 0.33 0.26 0.07 + 70164.594 0.34 0.26 0.09 + 70196.445 0.34 0.26 0.09 + 70228.297 0.32 0.26 0.06 + 70260.156 0.35 0.26 0.10 + 70292.008 0.36 0.26 0.10 + 70323.859 0.36 0.26 0.11 + 70355.719 0.38 0.25 0.13 + 70387.570 0.40 0.25 0.15 + 70419.422 0.38 0.25 0.13 + 70451.273 0.39 0.25 0.14 + 70483.133 0.43 0.25 0.17 + 70514.984 0.51 0.25 0.25 + 70546.836 0.83 0.25 0.58 + 70578.695 1.84 0.25 1.59 + 70610.547 5.04 0.25 4.79 + 70642.398 13.75 0.25 13.50 + 70674.258 31.98 0.25 31.73 + 70706.109 59.94 0.25 59.69 + 70737.961 89.37 0.25 89.13 + 70769.812 106.22 0.25 105.97 + 70801.672 101.46 0.25 101.21 + 70833.523 75.74 0.25 75.50 + 70865.375 44.83 0.25 44.58 + 70897.234 20.68 0.25 20.43 + 70929.086 8.14 0.25 7.89 + 70960.938 2.90 0.25 2.66 + 70992.797 1.14 0.24 0.90 + 71024.648 0.58 0.24 0.34 + 71056.500 0.46 0.24 0.22 + 71088.352 0.41 0.24 0.17 + 71120.211 0.36 0.24 0.12 + 71152.062 0.38 0.24 0.13 + 71183.914 0.39 0.24 0.15 + 71215.773 0.36 0.24 0.12 + 71247.625 0.38 0.24 0.14 + 71279.477 0.36 0.24 0.12 + 71311.336 0.34 0.24 0.10 + 71343.188 0.35 0.24 0.11 + 71375.039 0.34 0.24 0.10 + 71406.891 0.36 0.24 0.12 + 71438.750 0.34 0.24 0.11 + 71470.602 0.33 0.24 0.10 + 71502.453 0.30 0.24 0.07 + 71534.312 0.38 0.24 0.14 + 71566.164 0.30 0.24 0.06 + 71598.016 0.32 0.24 0.09 + 71629.867 0.31 0.23 0.07 + 71661.727 0.33 0.23 0.09 + 71693.578 0.30 0.23 0.07 + 71725.430 0.32 0.23 0.08 + 71757.289 0.29 0.23 0.06 + 71789.141 0.34 0.23 0.10 + 71820.992 0.31 0.23 0.07 + 71852.852 0.30 0.23 0.06 + 71884.703 0.28 0.23 0.05 + 71916.555 0.30 0.23 0.07 + 71948.406 0.28 0.23 0.05 + 71980.266 0.29 0.23 0.06 + 72012.117 0.29 0.23 0.05 + 72043.969 0.27 0.23 0.04 + 72075.828 0.27 0.23 0.04 + 72107.680 0.28 0.23 0.05 + 72139.531 0.28 0.23 0.05 + 72171.391 0.25 0.23 0.01 + 72203.242 0.30 0.23 0.07 + 72235.094 0.25 0.23 0.01 + 72266.945 0.24 0.23 0.01 + 72298.805 0.28 0.23 0.05 + 72330.656 0.24 0.23 0.01 + 72362.508 0.26 0.23 0.03 + 72394.367 0.24 0.23 0.01 + 72426.219 0.27 0.23 0.04 + 72458.070 0.23 0.23 0.00 + 72489.930 0.25 0.23 0.02 + 72521.781 0.25 0.23 0.02 + 72553.633 0.23 0.23 0.00 + 72585.484 0.23 0.23 -0.00 + 72617.344 0.23 0.23 0.00 + 72649.195 0.22 0.23 -0.01 + 72681.047 0.24 0.23 0.01 + 72712.906 0.23 0.23 -0.00 + 72744.758 0.25 0.23 0.02 + 72776.609 0.26 0.23 0.03 + 72808.461 0.25 0.23 0.02 + 72840.320 0.25 0.23 0.02 + 72872.172 0.25 0.23 0.02 + 72904.023 0.24 0.23 0.01 + 72935.883 0.21 0.23 -0.02 + 72967.734 0.26 0.23 0.03 + 72999.586 0.25 0.23 0.03 + 73031.445 0.25 0.23 0.02 + 73063.297 0.22 0.23 -0.01 + 73095.148 0.23 0.23 0.00 + 73127.000 0.22 0.23 -0.01 + 73158.859 0.24 0.23 0.01 + 73190.711 0.20 0.23 -0.03 + 73222.562 0.21 0.23 -0.02 + 73254.422 0.27 0.23 0.05 + 73286.273 0.23 0.23 0.01 + 73318.125 0.22 0.23 -0.01 + 73349.984 0.22 0.23 -0.01 + 73381.836 0.23 0.23 -0.00 + 73413.688 0.18 0.23 -0.05 + 73445.539 0.23 0.23 0.00 + 73477.398 0.24 0.23 0.01 + 73509.250 0.20 0.23 -0.03 + 73541.102 0.24 0.23 0.01 + 73572.961 0.22 0.23 -0.01 + 73604.812 0.22 0.23 -0.01 + 73636.664 0.20 0.23 -0.03 + 73668.523 0.21 0.23 -0.01 + 73700.375 0.22 0.23 -0.01 + 73732.227 0.20 0.23 -0.03 + 73764.078 0.21 0.23 -0.01 + 73795.938 0.20 0.23 -0.02 + 73827.789 0.21 0.23 -0.02 + 73859.641 0.23 0.23 0.00 + 73891.500 0.21 0.23 -0.02 + 73923.352 0.20 0.23 -0.03 + 73955.203 0.20 0.23 -0.03 + 73987.055 0.18 0.23 -0.04 + 74018.914 0.23 0.23 0.01 + 74050.766 0.21 0.23 -0.02 + 74082.617 0.22 0.23 -0.01 + 74114.477 0.21 0.23 -0.01 + 74146.328 0.22 0.23 -0.00 + 74178.180 0.22 0.23 -0.01 + 74210.039 0.20 0.23 -0.03 + 74241.891 0.19 0.23 -0.04 + 74273.742 0.19 0.23 -0.04 + 74305.594 0.20 0.23 -0.02 + 74337.453 0.22 0.23 -0.00 + 74369.305 0.21 0.23 -0.02 + 74401.156 0.24 0.23 0.01 + 74433.016 0.25 0.23 0.02 + 74464.867 0.21 0.23 -0.02 + 74496.719 0.21 0.23 -0.01 + 74528.578 0.21 0.23 -0.01 + 74560.430 0.21 0.23 -0.02 + 74592.281 0.19 0.23 -0.04 + 74624.133 0.23 0.23 0.00 + 74655.992 0.23 0.22 0.00 + 74687.844 0.22 0.22 -0.00 + 74719.695 0.20 0.22 -0.02 + 74751.555 0.24 0.22 0.02 + 74783.406 0.25 0.22 0.03 + 74815.258 0.21 0.22 -0.01 + 74847.117 0.21 0.22 -0.02 + 74878.969 0.18 0.22 -0.04 + 74910.820 0.22 0.22 -0.00 + 74942.672 0.21 0.22 -0.01 + 74974.531 0.21 0.22 -0.02 + 75006.383 0.19 0.22 -0.03 + 75038.234 0.21 0.22 -0.01 + 75070.094 0.19 0.22 -0.03 + 75101.945 0.21 0.22 -0.01 + 75133.797 0.20 0.22 -0.02 + 75165.648 0.24 0.22 0.02 + 75197.508 0.21 0.22 -0.01 + 75229.359 0.20 0.22 -0.02 + 75261.211 0.23 0.22 0.00 + 75293.070 0.22 0.22 -0.00 + 75324.922 0.21 0.22 -0.01 + 75356.773 0.22 0.22 -0.00 + 75388.633 0.23 0.22 0.01 + 75420.484 0.21 0.22 -0.02 + 75452.336 0.21 0.22 -0.01 + 75484.188 0.20 0.22 -0.03 + 75516.047 0.23 0.22 0.01 + 75547.898 0.20 0.22 -0.02 + 75579.750 0.20 0.22 -0.02 + 75611.609 0.17 0.22 -0.05 + 75643.461 0.18 0.22 -0.04 + 75675.312 0.19 0.22 -0.03 + 75707.172 0.22 0.22 0.00 + 75739.023 0.21 0.22 -0.01 + 75770.875 0.19 0.22 -0.04 + 75802.727 0.22 0.22 -0.01 + 75834.586 0.20 0.22 -0.02 + 75866.438 0.21 0.22 -0.01 + 75898.289 0.20 0.22 -0.02 + 75930.148 0.19 0.22 -0.03 + 75962.000 0.20 0.22 -0.02 + 75993.852 0.20 0.22 -0.02 + 76025.711 0.22 0.22 -0.00 + 76057.562 0.20 0.22 -0.03 + 76089.414 0.22 0.22 -0.00 + 76121.266 0.21 0.22 -0.01 + 76153.125 0.21 0.22 -0.01 + 76184.977 0.21 0.22 -0.01 + 76216.828 0.20 0.22 -0.02 + 76248.688 0.18 0.22 -0.04 + 76280.539 0.21 0.22 -0.02 + 76312.391 0.20 0.22 -0.02 + 76344.250 0.21 0.22 -0.01 + 76376.102 0.19 0.22 -0.03 + 76407.953 0.19 0.22 -0.03 + 76439.805 0.23 0.22 0.01 + 76471.664 0.21 0.22 -0.01 + 76503.516 0.19 0.22 -0.03 + 76535.367 0.19 0.22 -0.03 + 76567.227 0.20 0.22 -0.02 + 76599.078 0.21 0.22 -0.01 + 76630.930 0.19 0.22 -0.03 + 76662.781 0.22 0.22 -0.00 + 76694.641 0.20 0.22 -0.02 + 76726.492 0.21 0.22 -0.01 + 76758.344 0.21 0.22 -0.01 + 76790.203 0.22 0.22 0.00 + 76822.055 0.19 0.22 -0.03 + 76853.906 0.23 0.22 0.01 + 76885.766 0.20 0.22 -0.02 + 76917.617 0.24 0.22 0.02 + 76949.469 0.21 0.22 -0.01 + 76981.320 0.23 0.22 0.00 + 77013.180 0.20 0.22 -0.03 + 77045.031 0.21 0.22 -0.01 + 77076.883 0.20 0.22 -0.02 + 77108.742 0.21 0.22 -0.01 + 77140.594 0.18 0.22 -0.04 + 77172.445 0.21 0.22 -0.01 + 77204.305 0.23 0.22 0.01 + 77236.156 0.23 0.22 0.01 + 77268.008 0.23 0.22 0.00 + 77299.859 0.22 0.22 -0.00 + 77331.719 0.24 0.22 0.01 + 77363.570 0.23 0.22 0.01 + 77395.422 0.22 0.22 -0.00 + 77427.281 0.21 0.22 -0.02 + 77459.133 0.21 0.22 -0.02 + 77490.984 0.26 0.22 0.04 + 77522.844 0.22 0.22 -0.01 + 77554.695 0.23 0.22 0.01 + 77586.547 0.25 0.22 0.03 + 77618.398 0.23 0.23 0.00 + 77650.258 0.23 0.23 0.01 + 77682.109 0.24 0.23 0.01 + 77713.961 0.24 0.23 0.02 + 77745.820 0.26 0.23 0.03 + 77777.672 0.25 0.23 0.02 + 77809.523 0.26 0.23 0.03 + 77841.375 0.24 0.23 0.01 + 77873.234 0.23 0.23 0.01 + 77905.086 0.25 0.23 0.02 + 77936.938 0.24 0.23 0.01 + 77968.797 0.27 0.23 0.04 + 78000.648 0.26 0.23 0.03 + 78032.500 0.25 0.23 0.02 + 78064.359 0.26 0.23 0.03 + 78096.211 0.26 0.23 0.03 + 78128.062 0.24 0.23 0.01 + 78159.914 0.26 0.23 0.03 + 78191.773 0.27 0.23 0.04 + 78223.625 0.27 0.24 0.04 + 78255.477 0.27 0.24 0.04 + 78287.336 0.27 0.24 0.03 + 78319.188 0.30 0.24 0.06 + 78351.039 0.27 0.24 0.02 + 78382.898 0.29 0.24 0.05 + 78414.750 0.30 0.24 0.06 + 78446.602 0.27 0.24 0.02 + 78478.453 0.30 0.25 0.06 + 78510.312 0.29 0.25 0.04 + 78542.164 0.31 0.25 0.06 + 78574.016 0.32 0.25 0.07 + 78605.875 0.30 0.26 0.05 + 78637.727 0.30 0.26 0.03 + 78669.578 0.32 0.27 0.05 + 78701.438 0.33 0.28 0.06 + 78733.289 0.31 0.28 0.03 + 78765.141 0.32 0.29 0.03 + 78796.992 0.35 0.31 0.04 + 78828.852 0.37 0.32 0.05 + 78860.703 0.35 0.35 0.00 + 78892.555 0.38 0.38 0.01 + 78924.414 0.43 0.43 -0.00 + 78956.266 0.60 0.60 0.00 + 78988.117 1.17 1.16 0.02 + 79019.969 2.84 2.97 -0.13 + 79051.828 7.31 7.91 -0.60 + 79083.680 17.20 18.81 -1.62 + 79115.531 34.39 37.76 -3.37 + 79147.391 57.31 62.81 -5.50 + 79179.242 77.89 86.03 -8.15 + 79211.094 86.53 96.63 -10.11 + 79242.953 80.81 88.76 -7.94 + 79274.805 61.40 66.81 -5.40 + 79306.656 38.15 41.38 -3.23 + 79338.508 19.66 21.21 -1.55 + 79370.367 8.78 9.13 -0.35 + 79402.219 3.50 3.46 0.04 + 79434.070 1.41 1.31 0.10 + 79465.930 0.72 0.63 0.09 + 79497.781 0.47 0.43 0.04 + 79529.633 0.38 0.36 0.02 + 79561.492 0.37 0.33 0.04 + 79593.344 0.34 0.31 0.03 + 79625.195 0.35 0.29 0.06 + 79657.047 0.34 0.27 0.06 + 79688.906 0.34 0.26 0.08 + 79720.758 0.36 0.25 0.11 + 79752.609 0.34 0.24 0.10 + 79784.469 0.32 0.23 0.08 + 79816.320 0.30 0.23 0.07 + 79848.172 0.32 0.22 0.10 + 79880.031 0.30 0.22 0.09 + 79911.883 0.31 0.21 0.10 + 79943.734 0.30 0.21 0.10 + 79975.586 0.30 0.20 0.10 + 80007.445 0.27 0.20 0.07 + 80039.297 0.28 0.20 0.09 + 80071.148 0.27 0.20 0.08 + 80103.008 0.27 0.19 0.08 + 80134.859 0.26 0.19 0.07 + 80166.711 0.25 0.19 0.06 + 80198.562 0.30 0.19 0.11 + 80230.422 0.27 0.19 0.09 + 80262.273 0.26 0.19 0.07 + 80294.125 0.27 0.19 0.08 + 80325.984 0.24 0.19 0.05 + 80357.836 0.27 0.19 0.08 + 80389.688 0.26 0.18 0.07 + 80421.547 0.26 0.18 0.08 + 80453.398 0.24 0.18 0.06 + 80485.250 0.24 0.18 0.06 + 80517.102 0.24 0.18 0.06 + 80548.961 0.25 0.18 0.07 + 80580.812 0.26 0.18 0.08 + 80612.664 0.26 0.18 0.07 + 80644.523 0.24 0.18 0.06 + 80676.375 0.24 0.18 0.06 + 80708.227 0.23 0.18 0.05 + 80740.086 0.23 0.18 0.05 + 80771.938 0.24 0.18 0.06 + 80803.789 0.19 0.18 0.01 + 80835.641 0.22 0.18 0.04 + 80867.500 0.22 0.18 0.04 + 80899.352 0.22 0.18 0.04 + 80931.203 0.22 0.18 0.04 + 80963.062 0.21 0.18 0.03 + 80994.914 0.23 0.18 0.05 + 81026.766 0.19 0.18 0.01 + 81058.625 0.22 0.18 0.04 + 81090.477 0.22 0.18 0.04 + 81122.328 0.21 0.18 0.03 + 81154.180 0.25 0.18 0.07 + 81186.039 0.20 0.18 0.02 + 81217.891 0.23 0.18 0.05 + 81249.742 0.19 0.18 0.02 + 81281.602 0.22 0.18 0.05 + 81313.453 0.21 0.18 0.03 + 81345.305 0.21 0.18 0.03 + 81377.164 0.21 0.18 0.03 + 81409.016 0.21 0.18 0.03 + 81440.867 0.20 0.17 0.03 + 81472.719 0.21 0.18 0.03 + 81504.578 0.21 0.18 0.03 + 81536.430 0.23 0.18 0.05 + 81568.281 0.23 0.18 0.06 + 81600.141 0.20 0.18 0.02 + 81631.992 0.20 0.18 0.02 + 81663.844 0.20 0.18 0.03 + 81695.695 0.22 0.18 0.04 + 81727.555 0.23 0.18 0.05 + 81759.406 0.20 0.18 0.03 + 81791.258 0.20 0.18 0.02 + 81823.117 0.19 0.18 0.01 + 81854.969 0.19 0.18 0.01 + 81886.820 0.17 0.18 -0.01 + 81918.680 0.20 0.18 0.03 + 81950.531 0.17 0.18 -0.00 + 81982.383 0.19 0.18 0.02 + 82014.234 0.17 0.18 -0.01 + 82046.094 0.20 0.18 0.02 + 82077.945 0.20 0.18 0.03 + 82109.797 0.18 0.18 -0.00 + 82141.656 0.20 0.18 0.03 + 82173.508 0.16 0.18 -0.02 + 82205.359 0.19 0.18 0.01 + 82237.219 0.17 0.18 -0.01 + 82269.070 0.17 0.18 -0.01 + 82300.922 0.19 0.18 0.01 + 82332.773 0.20 0.18 0.03 + 82364.633 0.20 0.18 0.02 + 82396.484 0.20 0.18 0.02 + 82428.336 0.19 0.18 0.01 + 82460.195 0.16 0.18 -0.02 + 82492.047 0.18 0.18 0.00 + 82523.898 0.18 0.18 0.00 + 82555.758 0.17 0.18 -0.01 + 82587.609 0.18 0.18 0.00 + 82619.461 0.18 0.18 0.00 + 82651.312 0.19 0.18 0.01 + 82683.172 0.20 0.18 0.02 + 82715.023 0.18 0.18 0.00 + 82746.875 0.18 0.18 -0.00 + 82778.734 0.18 0.18 -0.00 + 82810.586 0.20 0.18 0.02 + 82842.438 0.18 0.18 -0.00 + 82874.289 0.18 0.18 -0.00 + 82906.148 0.19 0.18 0.01 + 82938.000 0.18 0.18 -0.00 + 82969.852 0.18 0.18 0.00 + 83001.711 0.17 0.18 -0.01 + 83033.562 0.19 0.18 0.01 + 83065.414 0.19 0.18 0.00 + 83097.273 0.18 0.18 0.00 + 83129.125 0.19 0.18 0.01 + 83160.977 0.18 0.18 -0.00 + 83192.828 0.16 0.18 -0.02 + 83224.688 0.18 0.18 -0.00 + 83256.539 0.18 0.18 -0.00 + 83288.391 0.16 0.18 -0.03 + 83320.250 0.20 0.18 0.01 + 83352.102 0.20 0.18 0.02 + 83383.953 0.17 0.18 -0.01 + 83415.812 0.18 0.18 -0.00 + 83447.664 0.19 0.18 0.00 + 83479.516 0.20 0.18 0.02 + 83511.367 0.15 0.18 -0.03 + 83543.227 0.19 0.18 0.01 + 83575.078 0.15 0.18 -0.03 + 83606.930 0.18 0.18 -0.01 + 83638.789 0.18 0.18 -0.01 + 83670.641 0.19 0.18 0.00 + 83702.492 0.18 0.18 -0.00 + 83734.352 0.18 0.18 0.00 + 83766.203 0.17 0.18 -0.01 + 83798.055 0.17 0.18 -0.02 + 83829.906 0.18 0.18 0.00 + 83861.766 0.17 0.18 -0.01 + 83893.617 0.17 0.18 -0.01 + 83925.469 0.15 0.18 -0.03 + 83957.328 0.16 0.18 -0.02 + 83989.180 0.17 0.18 -0.01 + 84021.031 0.17 0.18 -0.02 + 84052.883 0.20 0.19 0.02 + 84084.742 0.18 0.19 -0.01 + 84116.594 0.18 0.19 -0.00 + 84148.445 0.20 0.19 0.01 + 84180.305 0.17 0.19 -0.01 + 84212.156 0.18 0.19 -0.00 + 84244.008 0.15 0.19 -0.04 + 84275.867 0.15 0.19 -0.03 + 84307.719 0.17 0.19 -0.02 + 84339.570 0.18 0.19 -0.00 + 84371.422 0.19 0.19 -0.00 + 84403.281 0.16 0.19 -0.02 + 84435.133 0.19 0.19 0.00 + 84466.984 0.19 0.19 0.01 + 84498.844 0.16 0.19 -0.03 + 84530.695 0.18 0.19 -0.00 + 84562.547 0.19 0.19 -0.00 + 84594.406 0.18 0.19 -0.01 + 84626.258 0.17 0.19 -0.02 + 84658.109 0.17 0.19 -0.02 + 84689.961 0.19 0.19 0.01 + 84721.820 0.17 0.19 -0.02 + 84753.672 0.17 0.19 -0.01 + 84785.523 0.19 0.19 0.00 + 84817.383 0.18 0.19 -0.01 + 84849.234 0.20 0.19 0.01 + 84881.086 0.15 0.19 -0.04 + 84912.945 0.17 0.19 -0.02 + 84944.797 0.19 0.19 -0.00 + 84976.648 0.17 0.19 -0.01 + 85008.500 0.17 0.19 -0.02 + 85040.359 0.16 0.19 -0.03 + 85072.211 0.17 0.19 -0.02 + 85104.062 0.16 0.19 -0.03 + 85135.922 0.20 0.19 0.01 + 85167.773 0.18 0.19 -0.01 + 85199.625 0.17 0.19 -0.02 + 85231.477 0.19 0.19 -0.00 + 85263.336 0.18 0.19 -0.01 + 85295.188 0.17 0.19 -0.02 + 85327.039 0.16 0.19 -0.03 + 85358.898 0.19 0.19 -0.01 + 85390.750 0.15 0.19 -0.04 + 85422.602 0.17 0.19 -0.02 + 85454.461 0.15 0.19 -0.04 + 85486.312 0.16 0.19 -0.03 + 85518.164 0.19 0.19 0.00 + 85550.016 0.17 0.19 -0.02 + 85581.875 0.17 0.19 -0.02 + 85613.727 0.18 0.19 -0.01 + 85645.578 0.18 0.19 -0.01 + 85677.438 0.15 0.19 -0.05 + 85709.289 0.17 0.19 -0.02 + 85741.141 0.18 0.19 -0.01 + 85773.000 0.18 0.19 -0.01 + 85804.852 0.17 0.19 -0.02 + 85836.703 0.17 0.19 -0.02 + 85868.555 0.17 0.19 -0.02 + 85900.414 0.20 0.19 0.01 + 85932.266 0.17 0.19 -0.02 + 85964.117 0.18 0.19 -0.01 + 85995.977 0.19 0.19 -0.00 + 86027.828 0.17 0.19 -0.02 + 86059.680 0.18 0.19 -0.01 + 86091.539 0.18 0.19 -0.01 + 86123.391 0.18 0.19 -0.02 + 86155.242 0.16 0.19 -0.03 + 86187.094 0.18 0.19 -0.01 + 86218.953 0.17 0.19 -0.02 + 86250.805 0.19 0.19 -0.00 + 86282.656 0.17 0.19 -0.02 + 86314.516 0.19 0.19 -0.01 + 86346.367 0.19 0.19 -0.00 + 86378.219 0.18 0.19 -0.01 + 86410.078 0.17 0.19 -0.02 + 86441.930 0.18 0.19 -0.02 + 86473.781 0.16 0.19 -0.04 + 86505.633 0.18 0.19 -0.01 + 86537.492 0.19 0.19 -0.01 + 86569.344 0.19 0.19 -0.01 + 86601.195 0.18 0.20 -0.02 + 86633.055 0.17 0.20 -0.02 + 86664.906 0.17 0.20 -0.02 + 86696.758 0.17 0.20 -0.03 + 86728.609 0.17 0.20 -0.03 + 86760.469 0.17 0.20 -0.02 + 86792.320 0.18 0.20 -0.02 + 86824.172 0.17 0.20 -0.02 + 86856.031 0.18 0.20 -0.02 + 86887.883 0.18 0.20 -0.02 + 86919.734 0.18 0.20 -0.02 + 86951.594 0.18 0.20 -0.02 + 86983.445 0.19 0.20 -0.00 + 87015.297 0.16 0.20 -0.04 + 87047.148 0.19 0.20 -0.01 + 87079.008 0.19 0.20 -0.00 + 87110.859 0.21 0.20 0.01 + 87142.711 0.17 0.20 -0.02 + 87174.570 0.18 0.20 -0.02 + 87206.422 0.19 0.20 -0.01 + 87238.273 0.16 0.20 -0.04 + 87270.133 0.16 0.20 -0.03 + 87301.984 0.16 0.20 -0.03 + 87333.836 0.18 0.20 -0.02 + 87365.688 0.16 0.20 -0.04 + 87397.547 0.18 0.20 -0.02 + 87429.398 0.20 0.20 0.00 + 87461.250 0.16 0.20 -0.03 + 87493.109 0.18 0.20 -0.02 + 87524.961 0.18 0.20 -0.02 + 87556.812 0.21 0.20 0.01 + 87588.672 0.17 0.20 -0.03 + 87620.523 0.17 0.20 -0.03 + 87652.375 0.18 0.20 -0.02 + 87684.227 0.16 0.20 -0.04 + 87716.086 0.15 0.20 -0.04 + 87747.938 0.20 0.20 0.00 + 87779.789 0.19 0.20 -0.01 + 87811.648 0.17 0.20 -0.03 + 87843.500 0.19 0.20 -0.01 + 87875.352 0.19 0.20 -0.01 + 87907.203 0.19 0.20 -0.01 + 87939.062 0.16 0.20 -0.04 + 87970.914 0.19 0.20 -0.01 + 88002.766 0.20 0.20 -0.00 + 88034.625 0.18 0.20 -0.02 + 88066.477 0.17 0.20 -0.03 + 88098.328 0.15 0.20 -0.05 + 88130.188 0.17 0.20 -0.04 + 88162.039 0.20 0.20 0.00 + 88193.891 0.19 0.20 -0.01 + 88225.742 0.18 0.20 -0.02 + 88257.602 0.19 0.20 -0.01 + 88289.453 0.19 0.20 -0.01 + 88321.305 0.16 0.20 -0.04 + 88353.164 0.15 0.20 -0.05 + 88385.016 0.20 0.20 -0.00 + 88416.867 0.16 0.20 -0.04 + 88448.727 0.18 0.20 -0.03 + 88480.578 0.18 0.20 -0.03 + 88512.430 0.15 0.20 -0.05 + 88544.281 0.17 0.20 -0.04 + 88576.141 0.18 0.20 -0.02 + 88607.992 0.16 0.20 -0.04 + 88639.844 0.18 0.20 -0.02 + 88671.703 0.19 0.20 -0.01 + 88703.555 0.20 0.20 -0.00 + 88735.406 0.18 0.20 -0.02 + 88767.266 0.16 0.20 -0.05 + 88799.117 0.18 0.20 -0.02 + 88830.969 0.16 0.20 -0.05 + 88862.820 0.18 0.20 -0.02 + 88894.680 0.18 0.20 -0.02 + 88926.531 0.18 0.20 -0.03 + 88958.383 0.17 0.20 -0.03 + 88990.242 0.17 0.20 -0.04 + 89022.094 0.18 0.20 -0.02 + 89053.945 0.17 0.20 -0.03 + 89085.797 0.19 0.20 -0.02 + 89117.656 0.17 0.20 -0.03 + 89149.508 0.17 0.20 -0.04 + 89181.359 0.17 0.21 -0.03 + 89213.219 0.18 0.21 -0.03 + 89245.070 0.20 0.21 -0.01 + 89276.922 0.15 0.21 -0.05 + 89308.781 0.18 0.21 -0.02 + 89340.633 0.16 0.21 -0.05 + 89372.484 0.18 0.21 -0.03 + 89404.336 0.19 0.21 -0.02 + 89436.195 0.15 0.21 -0.06 + 89468.047 0.17 0.21 -0.04 + 89499.898 0.16 0.21 -0.04 + 89531.758 0.17 0.21 -0.03 + 89563.609 0.22 0.21 0.01 + 89595.461 0.19 0.21 -0.02 + 89627.320 0.16 0.21 -0.04 + 89659.172 0.18 0.21 -0.02 + 89691.023 0.20 0.21 -0.01 + 89722.875 0.17 0.21 -0.03 + 89754.734 0.16 0.21 -0.04 + 89786.586 0.18 0.21 -0.03 + 89818.438 0.19 0.21 -0.01 + 89850.297 0.17 0.21 -0.04 + 89882.148 0.20 0.21 -0.01 + 89914.000 0.19 0.21 -0.02 + 89945.859 0.17 0.21 -0.04 + 89977.711 0.19 0.21 -0.02 + 90009.562 0.16 0.21 -0.05 + 90041.414 0.16 0.21 -0.04 + 90073.273 0.18 0.21 -0.03 + 90105.125 0.17 0.21 -0.04 + 90136.977 0.17 0.21 -0.04 + 90168.836 0.17 0.21 -0.04 + 90200.688 0.18 0.21 -0.03 + 90232.539 0.17 0.21 -0.03 + 90264.391 0.18 0.21 -0.03 + 90296.250 0.18 0.21 -0.03 + 90328.102 0.19 0.21 -0.02 + 90359.953 0.20 0.21 -0.01 + 90391.812 0.19 0.21 -0.02 + 90423.664 0.19 0.21 -0.02 + 90455.516 0.19 0.21 -0.02 + 90487.375 0.18 0.21 -0.03 + 90519.227 0.18 0.21 -0.03 + 90551.078 0.19 0.21 -0.02 + 90582.930 0.20 0.21 -0.01 + 90614.789 0.20 0.21 -0.01 + 90646.641 0.19 0.21 -0.02 + 90678.492 0.22 0.21 0.01 + 90710.352 0.18 0.21 -0.03 + 90742.203 0.20 0.21 -0.01 + 90774.055 0.19 0.21 -0.03 + 90805.914 0.20 0.21 -0.01 + 90837.766 0.19 0.21 -0.02 + 90869.617 0.18 0.21 -0.03 + 90901.469 0.19 0.21 -0.02 + 90933.328 0.18 0.21 -0.03 + 90965.180 0.19 0.21 -0.02 + 90997.031 0.18 0.21 -0.03 + 91028.891 0.20 0.21 -0.01 + 91060.742 0.19 0.21 -0.03 + 91092.594 0.17 0.21 -0.04 + 91124.453 0.20 0.21 -0.02 + 91156.305 0.18 0.21 -0.03 + 91188.156 0.18 0.21 -0.04 + 91220.008 0.19 0.21 -0.03 + 91251.867 0.20 0.21 -0.01 + 91283.719 0.17 0.21 -0.04 + 91315.570 0.19 0.21 -0.02 + 91347.430 0.21 0.21 -0.01 + 91379.281 0.19 0.21 -0.03 + 91411.133 0.17 0.21 -0.04 + 91442.992 0.16 0.21 -0.05 + 91474.844 0.18 0.21 -0.03 + 91506.695 0.20 0.21 -0.01 + 91538.547 0.20 0.21 -0.02 + 91570.406 0.18 0.21 -0.03 + 91602.258 0.20 0.21 -0.01 + 91634.109 0.17 0.21 -0.04 + 91665.969 0.20 0.21 -0.02 + 91697.820 0.18 0.21 -0.03 + 91729.672 0.20 0.22 -0.01 + 91761.523 0.18 0.22 -0.04 + 91793.383 0.22 0.22 0.01 + 91825.234 0.21 0.22 -0.01 + 91857.086 0.19 0.22 -0.02 + 91888.945 0.21 0.22 -0.01 + 91920.797 0.19 0.22 -0.02 + 91952.648 0.19 0.22 -0.02 + 91984.508 0.18 0.22 -0.03 + 92016.359 0.20 0.22 -0.02 + 92048.211 0.17 0.22 -0.05 + 92080.062 0.20 0.22 -0.01 + 92111.922 0.21 0.22 -0.00 + 92143.773 0.21 0.22 -0.01 + 92175.625 0.20 0.22 -0.02 + 92207.484 0.19 0.22 -0.03 + 92239.336 0.19 0.22 -0.03 + 92271.188 0.21 0.22 -0.01 + 92303.047 0.19 0.22 -0.02 + 92334.898 0.20 0.22 -0.02 + 92366.750 0.19 0.22 -0.03 + 92398.602 0.20 0.22 -0.02 + 92430.461 0.21 0.22 -0.01 + 92462.312 0.20 0.22 -0.01 + 92494.164 0.20 0.22 -0.02 + 92526.023 0.20 0.22 -0.02 + 92557.875 0.22 0.22 -0.00 + 92589.727 0.21 0.22 -0.01 + 92621.586 0.21 0.22 -0.00 + 92653.438 0.19 0.22 -0.03 + 92685.289 0.22 0.22 -0.00 + 92717.141 0.19 0.22 -0.03 + 92749.000 0.18 0.22 -0.04 + 92780.852 0.19 0.22 -0.03 + 92812.703 0.21 0.22 -0.01 + 92844.562 0.20 0.22 -0.02 + 92876.414 0.17 0.22 -0.05 + 92908.266 0.20 0.22 -0.02 + 92940.117 0.19 0.22 -0.03 + 92971.977 0.21 0.22 -0.01 + 93003.828 0.19 0.22 -0.03 + 93035.680 0.19 0.22 -0.03 + 93067.539 0.20 0.22 -0.02 + 93099.391 0.19 0.22 -0.03 + 93131.242 0.21 0.22 -0.01 + 93163.102 0.21 0.22 -0.01 + 93194.953 0.18 0.22 -0.04 + 93226.805 0.19 0.22 -0.03 + 93258.656 0.21 0.22 -0.01 + 93290.516 0.21 0.22 -0.01 + 93322.367 0.20 0.22 -0.02 + 93354.219 0.20 0.22 -0.02 + 93386.078 0.21 0.22 -0.02 + 93417.930 0.23 0.22 0.01 + 93449.781 0.23 0.22 0.00 + 93481.641 0.22 0.22 -0.01 + 93513.492 0.21 0.22 -0.01 + 93545.344 0.20 0.22 -0.02 + 93577.195 0.21 0.22 -0.02 + 93609.055 0.21 0.22 -0.01 + 93640.906 0.20 0.22 -0.03 + 93672.758 0.20 0.22 -0.02 + 93704.617 0.24 0.22 0.02 + 93736.469 0.20 0.22 -0.03 + 93768.320 0.21 0.22 -0.02 + 93800.180 0.21 0.22 -0.02 + 93832.031 0.22 0.22 -0.01 + 93863.883 0.20 0.22 -0.02 + 93895.734 0.20 0.22 -0.03 + 93927.594 0.23 0.22 0.01 + 93959.445 0.22 0.22 0.00 + 93991.297 0.22 0.22 -0.00 + 94023.156 0.22 0.22 -0.01 + 94055.008 0.21 0.22 -0.02 + 94086.859 0.24 0.22 0.01 + 94118.711 0.20 0.22 -0.03 + 94150.570 0.22 0.22 -0.00 + 94182.422 0.23 0.22 0.01 + 94214.273 0.24 0.22 0.01 + 94246.133 0.20 0.22 -0.02 + 94277.984 0.23 0.22 0.00 + 94309.836 0.18 0.23 -0.04 + 94341.695 0.21 0.23 -0.01 + 94373.547 0.20 0.23 -0.02 + 94405.398 0.21 0.23 -0.02 + 94437.250 0.22 0.23 -0.00 + 94469.109 0.25 0.23 0.02 + 94500.961 0.22 0.23 -0.01 + 94532.812 0.23 0.23 0.01 + 94564.672 0.24 0.23 0.01 + 94596.523 0.22 0.23 -0.01 + 94628.375 0.23 0.23 0.00 + 94660.234 0.21 0.23 -0.02 + 94692.086 0.21 0.23 -0.01 + 94723.938 0.21 0.23 -0.02 + 94755.789 0.23 0.23 0.01 + 94787.648 0.22 0.23 -0.01 + 94819.500 0.23 0.23 0.00 + 94851.352 0.26 0.23 0.03 + 94883.211 0.22 0.23 -0.01 + 94915.062 0.23 0.23 0.00 + 94946.914 0.24 0.23 0.01 + 94978.773 0.23 0.23 0.00 + 95010.625 0.25 0.23 0.02 + 95042.477 0.23 0.23 0.00 + 95074.328 0.26 0.23 0.03 + 95106.188 0.24 0.23 0.01 + 95138.039 0.25 0.23 0.02 + 95169.891 0.25 0.23 0.03 + 95201.750 0.23 0.23 0.00 + 95233.602 0.23 0.23 0.01 + 95265.453 0.24 0.23 0.01 + 95297.305 0.22 0.23 -0.01 + 95329.164 0.25 0.23 0.02 + 95361.016 0.23 0.23 0.00 + 95392.867 0.24 0.23 0.01 + 95424.727 0.24 0.23 0.01 + 95456.578 0.24 0.23 0.01 + 95488.430 0.24 0.23 0.01 + 95520.289 0.27 0.23 0.04 + 95552.141 0.25 0.23 0.02 + 95583.992 0.27 0.23 0.04 + 95615.844 0.25 0.23 0.02 + 95647.703 0.25 0.23 0.02 + 95679.555 0.24 0.23 0.01 + 95711.406 0.25 0.23 0.02 + 95743.266 0.23 0.23 0.00 + 95775.117 0.22 0.23 -0.01 + 95806.969 0.24 0.23 0.01 + 95838.828 0.23 0.23 -0.00 + 95870.680 0.24 0.23 0.01 + 95902.531 0.22 0.23 -0.01 + 95934.383 0.24 0.23 0.01 + 95966.242 0.26 0.23 0.03 + 95998.094 0.25 0.23 0.02 + 96029.945 0.25 0.23 0.02 + 96061.805 0.25 0.23 0.02 + 96093.656 0.25 0.23 0.02 + 96125.508 0.28 0.23 0.05 + 96157.367 0.25 0.23 0.02 + 96189.219 0.25 0.23 0.01 + 96221.070 0.26 0.23 0.03 + 96252.922 0.24 0.23 0.01 + 96284.781 0.28 0.23 0.05 + 96316.633 0.27 0.23 0.04 + 96348.484 0.24 0.23 0.01 + 96380.344 0.25 0.23 0.01 + 96412.195 0.27 0.23 0.03 + 96444.047 0.27 0.23 0.03 + 96475.898 0.26 0.23 0.02 + 96507.758 0.25 0.23 0.02 + 96539.609 0.25 0.23 0.01 + 96571.461 0.28 0.23 0.04 + 96603.320 0.25 0.23 0.01 + 96635.172 0.26 0.23 0.03 + 96667.023 0.29 0.23 0.05 + 96698.883 0.28 0.23 0.05 + 96730.734 0.28 0.23 0.05 + 96762.586 0.29 0.23 0.06 + 96794.438 0.29 0.23 0.06 + 96826.297 0.27 0.23 0.04 + 96858.148 0.27 0.23 0.04 + 96890.000 0.28 0.24 0.04 + 96921.859 0.27 0.24 0.04 + 96953.711 0.27 0.24 0.03 + 96985.562 0.27 0.24 0.03 + 97017.422 0.28 0.24 0.05 + 97049.273 0.30 0.24 0.06 + 97081.125 0.30 0.24 0.06 + 97112.977 0.29 0.24 0.05 + 97144.836 0.30 0.24 0.06 + 97176.688 0.32 0.24 0.08 + 97208.539 0.31 0.24 0.07 + 97240.398 0.28 0.24 0.05 + 97272.250 0.28 0.24 0.05 + 97304.102 0.31 0.24 0.07 + 97335.961 0.31 0.24 0.07 + 97367.812 0.33 0.24 0.09 + 97399.664 0.33 0.24 0.10 + 97431.516 0.34 0.24 0.10 + 97463.375 0.34 0.24 0.11 + 97495.227 0.33 0.24 0.09 + 97527.078 0.31 0.24 0.07 + 97558.938 0.34 0.24 0.10 + 97590.789 0.29 0.24 0.05 + 97622.641 0.32 0.24 0.08 + 97654.500 0.33 0.24 0.09 + 97686.352 0.34 0.24 0.10 + 97718.203 0.32 0.24 0.08 + 97750.055 0.34 0.24 0.10 + 97781.914 0.33 0.24 0.09 + 97813.766 0.33 0.24 0.09 + 97845.617 0.33 0.24 0.09 + 97877.477 0.34 0.24 0.10 + 97909.328 0.32 0.24 0.08 + 97941.180 0.33 0.24 0.09 + 97973.031 0.36 0.24 0.12 + 98004.891 0.36 0.24 0.12 + 98036.742 0.35 0.24 0.11 + 98068.594 0.37 0.24 0.13 + 98100.453 0.37 0.24 0.13 + 98132.305 0.34 0.24 0.10 + 98164.156 0.37 0.24 0.12 + 98196.016 0.35 0.25 0.10 + 98227.867 0.37 0.25 0.12 + 98259.719 0.35 0.26 0.09 + 98291.570 0.38 0.27 0.11 + 98323.430 0.39 0.27 0.11 + 98355.281 0.37 0.28 0.10 + 98387.133 0.37 0.28 0.09 + 98418.992 0.40 0.29 0.11 + 98450.844 0.34 0.29 0.05 + 98482.695 0.40 0.30 0.10 + 98514.555 0.38 0.30 0.08 + 98546.406 0.38 0.31 0.07 + 98578.258 0.39 0.32 0.07 + 98610.109 0.41 0.32 0.09 + 98641.969 0.40 0.33 0.08 + 98673.820 0.39 0.33 0.06 + 98705.672 0.43 0.34 0.09 + 98737.531 0.42 0.34 0.08 + 98769.383 0.43 0.35 0.08 + 98801.234 0.47 0.35 0.11 + 98833.094 0.45 0.36 0.09 + 98864.945 0.50 0.36 0.13 + 98896.797 0.43 0.37 0.06 + 98928.648 0.45 0.38 0.07 + 98960.508 0.44 0.38 0.06 + 98992.359 0.44 0.39 0.06 + 99024.211 0.46 0.39 0.07 + 99056.070 0.50 0.40 0.10 + 99087.922 0.49 0.40 0.09 + 99119.773 0.47 0.41 0.06 + 99151.625 0.47 0.41 0.06 + 99183.484 0.49 0.42 0.07 + 99215.336 0.47 0.43 0.04 + 99247.188 0.49 0.43 0.05 + 99279.047 0.50 0.43 0.07 + 99310.898 0.54 0.43 0.10 + 99342.750 0.52 0.43 0.09 + 99374.609 0.52 0.43 0.09 + 99406.461 0.61 0.43 0.17 + 99438.312 0.58 0.43 0.14 + 99470.164 0.53 0.43 0.10 + 99502.023 0.61 0.43 0.17 + 99533.875 0.60 0.43 0.16 + 99565.727 0.58 0.43 0.15 + 99597.586 0.59 0.43 0.16 + 99629.438 0.58 0.43 0.15 + 99661.289 0.64 0.43 0.21 + 99693.148 0.66 0.43 0.22 + 99725.000 0.78 0.43 0.34 + 99756.852 1.04 0.43 0.60 + 99788.703 1.61 0.43 1.17 + 99820.562 3.18 0.43 2.75 + 99852.414 6.90 0.43 6.47 + 99884.266 14.84 0.43 14.41 + 99916.125 30.69 0.44 30.26 + 99947.977 57.02 0.44 56.59 + 99979.828 95.21 0.44 94.77 + 100011.688 140.52 0.44 140.09 + 100043.539 183.00 0.44 182.57 + 100075.391 211.74 0.44 211.31 + 100107.242 216.53 0.44 216.09 + 100139.102 195.82 0.44 195.38 + 100170.953 157.60 0.44 157.17 + 100202.805 110.62 0.44 110.18 + 100234.664 68.21 0.44 67.77 + 100266.516 37.63 0.44 37.19 + 100298.367 19.09 0.44 18.65 + 100330.219 8.87 0.44 8.44 + 100362.078 4.10 0.44 3.66 + 100393.930 1.99 0.44 1.56 + 100425.781 1.19 0.44 0.75 + 100457.641 0.90 0.44 0.46 + 100489.492 0.72 0.44 0.28 + 100521.344 0.69 0.44 0.25 + 100553.203 0.64 0.44 0.20 + 100585.055 0.63 0.44 0.20 + 100616.906 0.66 0.44 0.22 + 100648.758 0.67 0.44 0.23 + 100680.617 0.58 0.44 0.15 + 100712.469 0.60 0.44 0.16 + 100744.320 0.58 0.44 0.14 + 100776.180 0.53 0.44 0.09 + 100808.031 0.59 0.44 0.15 + 100839.883 0.56 0.44 0.13 + 100871.742 0.53 0.44 0.09 + 100903.594 0.57 0.44 0.13 + 100935.445 0.53 0.44 0.09 + 100967.297 0.51 0.44 0.08 + 100999.156 0.49 0.44 0.06 + 101031.008 0.51 0.43 0.08 + 101062.859 0.50 0.43 0.07 + 101094.719 0.50 0.43 0.08 + 101126.570 0.54 0.42 0.11 + 101158.422 0.48 0.42 0.06 + 101190.281 0.49 0.42 0.07 + 101222.133 0.53 0.41 0.11 + 101253.984 0.50 0.41 0.09 + 101285.836 0.48 0.41 0.07 + 101317.695 0.47 0.40 0.07 + 101349.547 0.47 0.40 0.07 + 101381.398 0.49 0.40 0.09 + 101413.258 0.46 0.39 0.06 + 101445.109 0.46 0.39 0.07 + 101476.961 0.49 0.39 0.10 + 101508.812 0.48 0.39 0.09 + 101540.672 0.46 0.38 0.08 + 101572.523 0.46 0.38 0.08 + 101604.375 0.45 0.38 0.08 + 101636.234 0.43 0.37 0.05 + 101668.086 0.42 0.37 0.05 + 101699.938 0.44 0.37 0.08 + 101731.797 0.40 0.36 0.03 + 101763.648 0.40 0.36 0.04 + 101795.500 0.45 0.36 0.09 + 101827.352 0.46 0.35 0.11 + 101859.211 0.41 0.35 0.06 + 101891.062 0.41 0.35 0.06 + 101922.914 0.39 0.34 0.04 + 101954.773 0.43 0.34 0.09 + 101986.625 0.43 0.34 0.09 + 102018.477 0.44 0.35 0.09 + 102050.336 0.42 0.35 0.07 + 102082.188 0.45 0.35 0.10 + 102114.039 0.43 0.35 0.08 + 102145.891 0.39 0.35 0.04 + 102177.750 0.39 0.35 0.04 + 102209.602 0.41 0.35 0.05 + 102241.453 0.40 0.35 0.05 + 102273.312 0.40 0.35 0.05 + 102305.164 0.38 0.35 0.03 + 102337.016 0.36 0.35 0.01 + 102368.875 0.40 0.36 0.04 + 102400.727 0.41 0.36 0.05 + 102432.578 0.37 0.36 0.01 + 102464.430 0.36 0.36 0.00 + 102496.289 0.36 0.36 0.00 + 102528.141 0.38 0.36 0.02 + 102559.992 0.39 0.36 0.03 + 102591.852 0.34 0.36 -0.02 + 102623.703 0.40 0.36 0.04 + 102655.555 0.37 0.36 0.01 + 102687.414 0.40 0.36 0.04 + 102719.266 0.36 0.37 -0.00 + 102751.117 0.40 0.37 0.03 + 102782.969 0.38 0.37 0.01 + 102814.828 0.37 0.37 0.01 + 102846.680 0.39 0.37 0.02 + 102878.531 0.39 0.37 0.02 + 102910.391 0.36 0.37 -0.01 + 102942.242 0.37 0.37 -0.00 + 102974.094 0.38 0.37 0.01 + 103005.945 0.34 0.37 -0.04 + 103037.805 0.40 0.37 0.02 + 103069.656 0.39 0.38 0.02 + 103101.508 0.38 0.38 0.01 + 103133.367 0.37 0.38 -0.01 + 103165.219 0.37 0.38 -0.01 + 103197.070 0.37 0.38 -0.01 + 103228.930 0.37 0.38 -0.01 + 103260.781 0.39 0.38 0.01 + 103292.633 0.39 0.38 0.01 + 103324.484 0.37 0.38 -0.01 + 103356.344 0.39 0.38 0.00 + 103388.195 0.38 0.38 -0.01 + 103420.047 0.40 0.38 0.02 + 103451.906 0.38 0.39 -0.00 + 103483.758 0.36 0.39 -0.03 + 103515.609 0.39 0.39 0.00 + 103547.469 0.36 0.39 -0.02 + 103579.320 0.41 0.39 0.02 + 103611.172 0.38 0.39 -0.01 + 103643.023 0.40 0.39 0.01 + 103674.883 0.36 0.39 -0.03 + 103706.734 0.35 0.39 -0.04 + 103738.586 0.39 0.39 -0.01 + 103770.445 0.38 0.39 -0.02 + 103802.297 0.36 0.40 -0.04 + 103834.148 0.36 0.40 -0.04 + 103866.008 0.37 0.40 -0.03 + 103897.859 0.38 0.40 -0.02 + 103929.711 0.37 0.40 -0.03 + 103961.562 0.39 0.40 -0.01 + 103993.422 0.39 0.40 -0.01 + 104025.273 0.35 0.40 -0.05 + 104057.125 0.41 0.40 0.01 + 104088.984 0.33 0.40 -0.08 + 104120.836 0.37 0.40 -0.03 + 104152.688 0.36 0.41 -0.05 + 104184.539 0.34 0.41 -0.06 + 104216.398 0.37 0.41 -0.04 + 104248.250 0.36 0.41 -0.05 + 104280.102 0.36 0.41 -0.05 + 104311.961 0.37 0.41 -0.04 + 104343.812 0.38 0.41 -0.03 + 104375.664 0.41 0.41 -0.01 + 104407.523 0.39 0.41 -0.02 + 104439.375 0.38 0.41 -0.03 + 104471.227 0.38 0.41 -0.03 + 104503.078 0.40 0.42 -0.02 + 104534.938 0.40 0.42 -0.02 + 104566.789 0.39 0.42 -0.03 + 104598.641 0.42 0.42 0.00 + 104630.500 0.35 0.42 -0.07 + 104662.352 0.41 0.42 -0.01 + 104694.203 0.42 0.42 0.00 + 104726.062 0.39 0.42 -0.03 + 104757.914 0.41 0.42 -0.01 + 104789.766 0.40 0.42 -0.03 + 104821.617 0.39 0.42 -0.04 + 104853.477 0.39 0.43 -0.03 + 104885.328 0.37 0.43 -0.06 + 104917.180 0.38 0.43 -0.04 + 104949.039 0.39 0.43 -0.04 + 104980.891 0.40 0.43 -0.03 + 105012.742 0.41 0.43 -0.02 + 105044.602 0.39 0.43 -0.04 + 105076.453 0.37 0.43 -0.06 + 105108.305 0.38 0.43 -0.05 + 105140.156 0.39 0.43 -0.04 + 105172.016 0.38 0.43 -0.05 + 105203.867 0.38 0.44 -0.06 + 105235.719 0.40 0.44 -0.04 + 105267.578 0.34 0.44 -0.10 + 105299.430 0.43 0.44 -0.01 + 105331.281 0.40 0.44 -0.04 + 105363.133 0.42 0.44 -0.02 + 105394.992 0.42 0.44 -0.02 + 105426.844 0.38 0.44 -0.06 + 105458.695 0.41 0.44 -0.03 + 105490.555 0.39 0.44 -0.05 + 105522.406 0.44 0.44 -0.01 + 105554.258 0.42 0.45 -0.03 + 105586.117 0.45 0.45 0.00 + 105617.969 0.39 0.45 -0.06 + 105649.820 0.40 0.45 -0.04 + 105681.672 0.42 0.45 -0.03 + 105713.531 0.41 0.45 -0.04 + 105745.383 0.41 0.45 -0.04 + 105777.234 0.43 0.45 -0.02 + 105809.094 0.39 0.45 -0.06 + 105840.945 0.44 0.45 -0.01 + 105872.797 0.41 0.45 -0.04 + 105904.656 0.43 0.46 -0.02 + 105936.508 0.40 0.46 -0.06 + 105968.359 0.44 0.46 -0.02 + 106000.211 0.48 0.46 0.02 + 106032.070 0.43 0.46 -0.03 + 106063.922 0.44 0.46 -0.02 + 106095.773 0.45 0.46 -0.01 + 106127.633 0.41 0.46 -0.05 + 106159.484 0.47 0.46 0.01 + 106191.336 0.46 0.46 -0.00 + 106223.195 0.50 0.46 0.03 + 106255.047 0.44 0.47 -0.03 + 106286.898 0.40 0.47 -0.07 + 106318.750 0.43 0.47 -0.04 + 106350.609 0.45 0.47 -0.02 + 106382.461 0.49 0.47 0.02 + 106414.312 0.45 0.47 -0.02 + 106446.172 0.46 0.47 -0.01 + 106478.023 0.46 0.47 -0.02 + 106509.875 0.44 0.47 -0.03 + 106541.727 0.49 0.47 0.01 + 106573.586 0.49 0.47 0.01 + 106605.438 0.43 0.48 -0.04 + 106637.289 0.46 0.48 -0.02 + 106669.148 0.50 0.48 0.02 + 106701.000 0.47 0.48 -0.01 + 106732.852 0.44 0.48 -0.04 + 106764.711 0.47 0.48 -0.01 + 106796.562 0.50 0.48 0.02 + 106828.414 0.46 0.48 -0.02 + 106860.266 0.49 0.48 0.00 + 106892.125 0.47 0.48 -0.01 + 106923.977 0.51 0.48 0.03 + 106955.828 0.46 0.49 -0.02 + 106987.688 0.50 0.49 0.01 + 107019.539 0.48 0.49 -0.01 + 107051.391 0.55 0.49 0.06 + 107083.250 0.46 0.49 -0.03 + 107115.102 0.50 0.49 0.01 + 107146.953 0.54 0.49 0.05 + 107178.805 0.47 0.49 -0.02 + 107210.664 0.51 0.49 0.02 + 107242.516 0.49 0.49 -0.00 + 107274.367 0.52 0.49 0.02 + 107306.227 0.48 0.50 -0.02 + 107338.078 0.53 0.50 0.03 + 107369.930 0.54 0.50 0.04 + 107401.789 0.49 0.50 -0.01 + 107433.641 0.48 0.50 -0.02 + 107465.492 0.55 0.50 0.05 + 107497.344 0.47 0.50 -0.03 + 107529.203 0.50 0.50 0.00 + 107561.055 0.54 0.50 0.04 + 107592.906 0.56 0.50 0.05 + 107624.766 0.54 0.50 0.03 + 107656.617 0.51 0.51 0.01 + 107688.469 0.53 0.51 0.02 + 107720.328 0.54 0.51 0.04 + 107752.180 0.51 0.51 0.01 + 107784.031 0.53 0.51 0.03 + 107815.883 0.54 0.51 0.03 + 107847.742 0.58 0.51 0.06 + 107879.594 0.55 0.51 0.04 + 107911.445 0.54 0.51 0.03 + 107943.305 0.48 0.51 -0.03 + 107975.156 0.54 0.51 0.03 + 108007.008 0.57 0.52 0.06 + 108038.859 0.62 0.52 0.11 + 108070.719 0.57 0.52 0.05 + 108102.570 0.57 0.52 0.05 + 108134.422 0.59 0.52 0.07 + 108166.281 0.59 0.52 0.07 + 108198.133 0.61 0.52 0.09 + 108229.984 0.56 0.52 0.04 + 108261.844 0.55 0.52 0.03 + 108293.695 0.59 0.52 0.06 + 108325.547 0.64 0.52 0.11 + 108357.398 0.62 0.53 0.09 + 108389.258 0.57 0.53 0.04 + 108421.109 0.59 0.53 0.06 + 108452.961 0.63 0.53 0.10 + 108484.820 0.59 0.53 0.07 + 108516.672 0.69 0.53 0.16 + 108548.523 0.63 0.53 0.10 + 108580.383 0.62 0.53 0.09 + 108612.234 0.57 0.55 0.02 + 108644.086 0.61 0.55 0.06 + 108675.938 0.61 0.55 0.06 + 108707.797 0.59 0.56 0.03 + 108739.648 0.63 0.57 0.06 + 108771.500 0.62 0.57 0.05 + 108803.359 0.63 0.58 0.05 + 108835.211 0.65 0.59 0.06 + 108867.062 0.65 0.59 0.06 + 108898.922 0.67 0.60 0.07 + 108930.773 0.64 0.60 0.04 + 108962.625 0.68 0.61 0.07 + 108994.477 0.66 0.62 0.04 + 109026.336 0.64 0.62 0.02 + 109058.188 0.65 0.63 0.02 + 109090.039 0.67 0.64 0.03 + 109121.898 0.66 0.64 0.02 + 109153.750 0.74 0.65 0.09 + 109185.602 0.67 0.66 0.02 + 109217.453 0.75 0.66 0.09 + 109249.312 0.65 0.67 -0.02 + 109281.164 0.77 0.68 0.10 + 109313.016 0.72 0.68 0.04 + 109344.875 0.74 0.69 0.05 + 109376.727 0.74 0.70 0.05 + 109408.578 0.66 0.70 -0.04 + 109440.438 0.72 0.71 0.01 + 109472.289 0.73 0.72 0.02 + 109504.141 0.71 0.72 -0.01 + 109535.992 0.74 0.73 0.01 + 109567.852 0.76 0.74 0.02 + 109599.703 0.76 0.74 0.02 + 109631.555 0.77 0.75 0.02 + 109663.414 0.75 0.76 -0.01 + 109695.266 0.75 0.76 -0.01 + 109727.117 0.84 0.77 0.07 + 109758.977 0.81 0.78 0.03 + 109790.828 0.79 0.78 0.01 + 109822.680 0.77 0.79 -0.02 + 109854.531 0.78 0.80 -0.02 + 109886.391 0.84 0.80 0.04 + 109918.242 0.81 0.81 -0.00 + 109950.094 0.84 0.82 0.02 + 109981.953 0.82 0.83 -0.00 + 110013.805 0.86 0.83 0.02 + 110045.656 0.83 0.84 -0.01 + 110077.516 0.87 0.85 0.02 + 110109.367 0.89 0.86 0.03 + 110141.219 0.98 0.86 0.12 + 110173.070 0.89 0.87 0.02 + 110204.930 0.97 0.88 0.09 + 110236.781 0.84 0.89 -0.05 + 110268.633 1.01 0.90 0.11 + 110300.492 0.93 0.90 0.03 + 110332.344 0.98 0.91 0.06 + 110364.195 0.86 0.92 -0.06 + 110396.047 0.96 0.93 0.04 + 110427.906 0.93 0.94 -0.01 + 110459.758 0.99 0.95 0.05 + 110491.609 0.98 0.96 0.03 + 110523.469 0.95 0.97 -0.01 + 110555.320 0.96 0.97 -0.02 + 110587.172 1.01 0.98 0.03 + 110619.031 1.08 0.99 0.08 + 110650.883 1.05 1.01 0.04 + 110682.734 0.97 1.02 -0.04 + 110714.586 1.03 1.03 0.00 + 110746.445 1.00 1.04 -0.04 + 110778.297 1.03 1.05 -0.02 + 110810.148 1.08 1.06 0.01 + 110842.008 0.98 1.07 -0.09 + 110873.859 0.99 1.09 -0.10 + 110905.711 1.05 1.10 -0.05 + 110937.570 1.12 1.11 0.01 + 110969.422 1.12 1.12 -0.00 + 111001.273 1.09 1.14 -0.04 + 111033.125 1.13 1.15 -0.02 + 111064.984 1.14 1.17 -0.03 + 111096.836 1.16 1.18 -0.02 + 111128.688 1.13 1.20 -0.07 + 111160.547 1.26 1.22 0.04 + 111192.398 1.30 1.24 0.06 + 111224.250 1.27 1.27 -0.00 + 111256.109 1.19 1.29 -0.10 + 111287.961 1.30 1.32 -0.02 + 111319.812 1.29 1.35 -0.06 + 111351.664 1.41 1.39 0.02 + 111383.523 1.25 1.43 -0.18 + 111415.375 1.47 1.48 -0.01 + 111447.227 1.50 1.53 -0.03 + 111479.086 1.46 1.60 -0.14 + 111510.938 1.51 1.67 -0.17 + 111542.789 1.53 1.78 -0.25 + 111574.641 1.71 1.96 -0.24 + 111606.500 2.02 2.31 -0.30 + 111638.352 3.43 3.12 0.31 + 111670.203 5.70 5.03 0.68 + 111702.062 10.74 9.35 1.39 + 111733.914 20.98 18.50 2.48 + 111765.766 40.60 36.30 4.30 + 111797.625 77.17 67.91 9.26 + 111829.477 131.76 118.73 13.02 + 111861.328 210.61 192.32 18.29 + 111893.180 310.74 287.40 23.33 + 111925.039 421.56 395.49 26.08 + 111956.891 522.31 500.52 21.79 + 111988.742 601.80 582.17 19.62 + 112020.602 637.93 621.85 16.08 + 112052.453 618.84 609.64 9.20 + 112084.305 558.55 548.67 9.89 + 112116.164 458.76 453.61 5.16 + 112148.016 346.50 344.80 1.70 + 112179.867 242.26 241.18 1.08 + 112211.719 157.44 155.45 1.98 + 112243.578 93.37 92.58 0.79 + 112275.430 52.65 51.27 1.38 + 112307.281 27.96 26.75 1.21 + 112339.141 14.40 13.52 0.88 + 112370.992 7.62 6.99 0.63 + 112402.844 4.05 4.02 0.03 + 112434.703 2.72 2.74 -0.02 + 112466.555 2.01 2.20 -0.19 + 112498.406 1.73 1.95 -0.22 + 112530.258 1.52 1.82 -0.30 + 112562.117 1.56 1.74 -0.17 + 112593.969 1.45 1.67 -0.23 + 112625.820 1.52 1.62 -0.10 + 112657.680 1.48 1.57 -0.09 + 112689.531 1.46 1.54 -0.08 + 112721.383 1.52 1.50 0.01 + 112753.234 1.38 1.48 -0.09 + 112785.094 1.35 1.45 -0.10 + 112816.945 1.42 1.43 -0.01 + 112848.797 1.51 1.41 0.10 + 112880.656 1.43 1.39 0.04 + 112912.508 1.32 1.38 -0.06 + 112944.359 1.45 1.37 0.08 + 112976.219 1.37 1.36 0.01 + 113008.070 1.32 1.35 -0.03 + 113039.922 1.26 1.34 -0.08 + 113071.773 1.44 1.33 0.11 + 113103.633 1.45 1.32 0.13 + 113135.484 1.43 1.32 0.11 + 113167.336 1.47 1.31 0.16 + 113199.195 1.49 1.30 0.19 + 113231.047 1.35 1.29 0.06 + 113262.898 1.33 1.28 0.05 + 113294.758 1.40 1.28 0.12 + 113326.609 1.35 1.27 0.08 + 113358.461 1.33 1.26 0.07 + 113390.312 1.45 1.26 0.19 + 113422.172 1.25 1.25 -0.00 + 113454.023 1.30 1.25 0.06 + 113485.875 1.29 1.24 0.05 + 113517.734 1.41 1.24 0.18 + 113549.586 1.30 1.23 0.07 + 113581.438 1.38 1.23 0.15 + 113613.297 1.30 1.22 0.07 + 113645.148 1.31 1.22 0.09 + 113677.000 1.30 1.21 0.09 + 113708.852 1.24 1.21 0.03 + 113740.711 1.25 1.21 0.04 + 113772.562 1.23 1.20 0.03 + 113804.414 1.29 1.20 0.09 + 113836.273 1.17 1.20 -0.02 + 113868.125 1.25 1.19 0.06 + 113899.977 1.27 1.19 0.08 + 113931.836 1.15 1.19 -0.04 + 113963.688 1.25 1.18 0.07 + 113995.539 1.27 1.18 0.09 + 114027.391 1.11 1.18 -0.07 + 114059.250 1.19 1.18 0.02 + 114091.102 1.27 1.17 0.10 + 114122.953 1.25 1.17 0.08 + 114154.812 1.25 1.17 0.08 + 114186.664 1.24 1.17 0.07 + 114218.516 1.26 1.16 0.10 + 114250.367 1.20 1.16 0.04 + 114282.227 1.18 1.16 0.02 + 114314.078 1.23 1.16 0.07 + 114345.930 1.25 1.15 0.10 + 114377.789 1.39 1.15 0.24 + 114409.641 1.27 1.15 0.12 + 114441.492 1.25 1.15 0.11 + 114473.352 1.20 1.14 0.05 + 114505.203 1.36 1.14 0.22 + 114537.055 1.25 1.14 0.12 + 114568.906 1.24 1.13 0.10 + 114600.766 1.38 1.13 0.25 + 114632.617 1.17 1.13 0.04 + 114664.469 1.31 1.12 0.19 + 114696.328 1.26 1.12 0.14 + 114728.180 1.30 1.12 0.18 + 114760.031 1.29 1.11 0.17 + 114791.891 1.25 1.11 0.14 + 114823.742 1.32 1.11 0.21 + 114855.594 1.31 1.11 0.20 + 114887.445 1.41 1.10 0.31 + 114919.305 1.37 1.10 0.27 + 114951.156 1.39 1.10 0.29 + 114983.008 1.41 1.09 0.32 + 115014.867 1.31 1.09 0.22 + 115046.719 1.40 1.09 0.31 + 115078.570 1.45 1.08 0.37 + 115110.430 1.50 1.08 0.42 + 115142.281 1.90 1.08 0.82 + 115174.133 2.38 1.08 1.30 + 115205.984 3.87 1.07 2.79 + 115237.844 6.99 1.07 5.92 + 115269.695 13.90 1.07 12.84 + 115301.547 25.19 1.06 24.12 + 115333.406 45.51 1.06 44.45 + 115365.258 77.84 1.06 76.78 + 115397.109 124.18 1.06 123.13 + 115428.961 183.94 1.04 182.91 + 115460.820 252.63 1.03 251.59 + 115492.672 322.23 1.03 321.20 + 115524.523 382.35 1.03 381.32 + 115556.383 423.32 1.03 422.29 + 115588.234 432.22 1.02 431.19 + 115620.086 413.50 1.02 412.48 + 115651.945 367.32 1.02 366.30 + 115683.797 301.37 1.02 300.35 + 115715.648 229.06 1.01 228.05 + 115747.500 162.31 1.01 161.30 + 115779.359 107.22 1.01 106.21 + 115811.211 66.71 1.01 65.70 + 115843.062 38.92 1.00 37.92 + 115874.922 21.19 1.00 20.19 + 115906.773 11.49 1.00 10.49 + 115938.625 6.12 1.00 5.12 + 115970.484 3.71 0.99 2.72 + 116002.336 2.24 0.99 1.25 + 116034.188 1.70 0.99 0.71 + 116066.039 1.43 0.99 0.45 + 116097.898 1.31 0.98 0.33 + 116129.750 1.27 0.98 0.29 + 116161.602 1.25 0.98 0.28 + 116193.461 1.27 0.98 0.29 + 116225.312 1.29 0.97 0.31 + 116257.164 1.22 0.97 0.25 + 116289.023 1.17 0.97 0.20 + 116320.875 1.14 0.96 0.17 + 116352.727 1.16 0.96 0.20 + 116384.578 1.12 0.96 0.16 + 116416.438 1.04 0.96 0.09 + 116448.289 1.03 0.95 0.08 + 116480.141 1.07 0.95 0.11 + 116512.000 1.05 0.95 0.10 + 116543.852 1.11 0.95 0.16 + 116575.703 1.08 0.94 0.14 + 116607.555 1.07 0.94 0.13 + 116639.414 1.08 0.94 0.14 + 116671.266 1.01 0.94 0.08 + 116703.117 1.08 0.93 0.15 + 116734.977 0.98 0.93 0.05 + 116766.828 0.97 0.93 0.04 + 116798.680 1.06 0.93 0.13 + 116830.539 0.96 0.92 0.03 + 116862.391 1.08 0.92 0.16 + 116894.242 0.95 0.92 0.03 + 116926.094 0.99 0.92 0.07 + 116957.953 1.00 0.91 0.09 + 116989.805 0.93 0.91 0.02 + 117021.656 1.04 0.91 0.13 + 117053.516 0.96 0.90 0.06 + 117085.367 1.01 0.90 0.11 + 117117.219 0.92 0.90 0.02 + 117149.078 1.01 0.90 0.12 + 117180.930 1.00 0.89 0.11 + 117212.781 1.02 0.89 0.13 + 117244.633 0.97 0.89 0.08 + 117276.492 1.01 0.88 0.13 + 117308.344 0.99 0.88 0.11 + 117340.195 1.02 0.88 0.14 + 117372.055 0.99 0.88 0.12 + 117403.906 0.98 0.87 0.11 + 117435.758 1.00 0.87 0.13 + 117467.617 0.92 0.87 0.05 + 117499.469 0.89 0.86 0.02 + 117531.320 0.95 0.86 0.09 + 117563.172 0.92 0.86 0.06 + 117595.031 0.88 0.86 0.02 + 117626.883 0.87 0.85 0.02 + 117658.734 0.90 0.85 0.05 + 117690.594 0.90 0.85 0.06 + 117722.445 0.85 0.84 0.00 + 117754.297 0.90 0.84 0.06 + 117786.148 0.87 0.84 0.04 + 117818.008 0.84 0.84 0.01 + 117849.859 0.84 0.83 0.01 + 117881.711 0.83 0.83 0.00 + 117913.570 0.82 0.83 -0.01 + 117945.422 0.86 0.82 0.03 + 117977.273 0.79 0.82 -0.03 + 118009.133 0.95 0.82 0.14 + 118040.984 0.82 0.81 0.00 + 118072.836 0.75 0.81 -0.06 + 118104.688 0.75 0.81 -0.06 + 118136.547 0.82 0.81 0.01 + 118168.398 0.78 0.80 -0.02 + 118200.250 0.79 0.80 -0.01 + 118232.109 0.82 0.80 0.02 + 118263.961 0.79 0.79 -0.01 + 118295.812 0.78 0.79 -0.01 + 118327.672 0.83 0.79 0.04 + 118359.523 0.75 0.79 -0.03 + 118391.375 0.77 0.78 -0.02 + 118423.227 0.80 0.78 0.02 + 118455.086 0.74 0.78 -0.03 + 118486.938 0.85 0.77 0.07 + 118518.789 0.77 0.77 0.00 + 118550.648 0.83 0.77 0.06 + 118582.500 0.73 0.77 -0.04 + 118614.352 0.85 0.76 0.08 + 118646.211 0.78 0.76 0.02 + 118678.062 0.77 0.76 0.02 + 118709.914 0.76 0.75 0.01 + 118741.766 0.77 0.75 0.02 + 118773.625 0.73 0.75 -0.02 + 118805.477 0.87 0.75 0.12 + 118837.328 0.72 0.74 -0.02 + 118869.188 0.73 0.74 -0.01 + 118901.039 0.75 0.74 0.01 + 118932.891 0.73 0.73 -0.01 + 118964.750 0.72 0.73 -0.01 + 118996.602 0.72 0.73 -0.01 + 119028.453 0.71 0.72 -0.01 + 119060.305 0.69 0.72 -0.03 + 119092.164 0.72 0.72 -0.00 + 119124.016 0.77 0.72 0.05 + 119155.867 0.74 0.71 0.03 + 119187.727 0.70 0.71 -0.01 + 119219.578 0.73 0.71 0.02 + 119251.430 0.71 0.70 0.00 + 119283.281 0.71 0.70 0.01 + 119315.141 0.73 0.70 0.03 + 119346.992 0.73 0.70 0.03 + 119378.844 0.63 0.69 -0.07 + 119410.703 0.72 0.69 0.03 + 119442.555 0.71 0.69 0.02 + 119474.406 0.66 0.69 -0.03 + 119506.266 0.67 0.69 -0.02 + 119538.117 0.60 0.68 -0.09 + 119569.969 0.68 0.68 -0.00 + 119601.820 0.64 0.68 -0.04 + 119633.680 0.73 0.68 0.05 + 119665.531 0.57 0.68 -0.11 + 119697.383 0.73 0.68 0.05 + 119729.242 0.69 0.68 0.01 + 119761.094 0.65 0.67 -0.03 + 119792.945 0.75 0.67 0.07 + 119824.805 0.60 0.67 -0.08 + 119856.656 0.65 0.67 -0.02 + 119888.508 0.74 0.67 0.07 + 119920.359 0.65 0.67 -0.01 + 119952.219 0.69 0.67 0.02 + 119984.070 0.62 0.67 -0.05 + 120015.922 0.58 0.66 -0.09 + 120047.781 0.59 0.66 -0.07 + 120079.633 0.66 0.66 -0.00 + 120111.484 0.67 0.66 0.01 + 120143.344 0.67 0.66 0.01 + 120175.195 0.67 0.66 0.01 + 120207.047 0.66 0.66 0.01 + 120238.898 0.63 0.66 -0.02 + 120270.758 0.55 0.65 -0.10 + 120302.609 0.73 0.65 0.08 + 120334.461 0.67 0.65 0.02 + 120366.320 0.66 0.65 0.01 + 120398.172 0.69 0.65 0.04 + 120430.023 0.68 0.65 0.04 + 120461.875 0.69 0.65 0.04 + 120493.734 0.64 0.64 -0.01 + 120525.586 0.63 0.64 -0.02 + 120557.438 0.67 0.64 0.03 + 120589.297 0.65 0.64 0.01 + 120621.148 0.56 0.64 -0.08 + 120653.000 0.54 0.64 -0.10 + 120684.859 0.64 0.64 0.01 + 120716.711 0.60 0.64 -0.03 + 120748.562 0.52 0.63 -0.12 + 120780.414 0.55 0.63 -0.08 + 120812.273 0.64 0.63 0.01 + 120844.125 0.65 0.63 0.02 + 120875.977 0.66 0.63 0.03 + 120907.836 0.56 0.63 -0.07 + 120939.688 0.57 0.63 -0.06 + 120971.539 0.64 0.63 0.01 + 121003.398 0.59 0.62 -0.03 + 121035.250 0.57 0.62 -0.05 + 121067.102 0.62 0.62 -0.01 + 121098.953 0.59 0.62 -0.03 + 121130.812 0.66 0.62 0.04 + 121162.664 0.70 0.62 0.08 + 121194.516 0.65 0.62 0.04 + 121226.375 0.62 0.61 0.00 + 121258.227 0.59 0.61 -0.02 + 121290.078 0.54 0.61 -0.07 + 121321.938 0.59 0.61 -0.02 + 121353.789 0.54 0.61 -0.07 + 121385.641 0.58 0.61 -0.03 + 121417.492 0.60 0.61 -0.01 + 121449.352 0.57 0.61 -0.03 + 121481.203 0.59 0.60 -0.01 + 121513.055 0.65 0.60 0.05 + 121544.914 0.62 0.60 0.02 + 121576.766 0.62 0.60 0.02 + 121608.617 0.58 0.60 -0.02 + 121640.469 0.61 0.60 0.01 + 121672.328 0.57 0.60 -0.02 + 121704.180 0.60 0.60 0.00 + 121736.031 0.56 0.59 -0.03 + 121767.891 0.58 0.59 -0.01 + 121799.742 0.65 0.59 0.06 + 121831.594 0.57 0.59 -0.02 + 121863.453 0.58 0.59 -0.00 + 121895.305 0.49 0.59 -0.10 + 121927.156 0.63 0.59 0.04 + 121959.008 0.56 0.58 -0.02 + 121990.867 0.61 0.58 0.02 + 122022.719 0.54 0.58 -0.04 + 122054.570 0.57 0.58 -0.01 + 122086.430 0.57 0.58 -0.01 + 122118.281 0.58 0.58 -0.00 + 122150.133 0.54 0.58 -0.03 + 122181.992 0.53 0.58 -0.05 + 122213.844 0.55 0.57 -0.03 + 122245.695 0.54 0.57 -0.03 + 122277.547 0.55 0.57 -0.02 + 122309.406 0.58 0.57 0.01 + 122341.258 0.59 0.57 0.02 + 122373.109 0.55 0.57 -0.02 + 122404.969 0.55 0.57 -0.01 + 122436.820 0.49 0.56 -0.07 + 122468.672 0.61 0.56 0.05 + 122500.531 0.55 0.56 -0.02 + 122532.383 0.55 0.56 -0.02 + 122564.234 0.58 0.56 0.02 + 122596.086 0.52 0.56 -0.04 + 122627.945 0.49 0.56 -0.07 + 122659.797 0.56 0.56 0.00 + 122691.648 0.47 0.55 -0.08 + 122723.508 0.51 0.55 -0.04 + 122755.359 0.51 0.55 -0.04 + 122787.211 0.51 0.55 -0.04 + 122819.062 0.59 0.55 0.04 + 122850.922 0.43 0.55 -0.11 + 122882.773 0.51 0.55 -0.04 + 122914.625 0.58 0.55 0.04 + 122946.484 0.51 0.54 -0.03 + 122978.336 0.50 0.54 -0.05 + 123010.188 0.50 0.54 -0.04 + 123042.047 0.49 0.54 -0.05 + 123073.898 0.46 0.54 -0.08 + 123105.750 0.50 0.54 -0.04 + 123137.602 0.49 0.54 -0.05 + 123169.461 0.56 0.53 0.03 + 123201.312 0.50 0.53 -0.03 + 123233.164 0.46 0.53 -0.08 + 123265.023 0.54 0.53 0.01 + 123296.875 0.44 0.53 -0.09 + 123328.727 0.51 0.53 -0.02 + 123360.586 0.51 0.53 -0.02 + 123392.438 0.49 0.53 -0.04 + 123424.289 0.51 0.52 -0.02 + 123456.141 0.47 0.52 -0.06 + 123488.000 0.52 0.52 -0.00 + 123519.852 0.47 0.52 -0.05 + 123551.703 0.58 0.52 0.06 + 123583.562 0.62 0.52 0.10 + 123615.414 0.51 0.52 -0.01 + 123647.266 0.52 0.52 0.00 + 123679.125 0.61 0.51 0.09 + 123710.977 0.53 0.51 0.02 + 123742.828 0.52 0.51 0.01 + 123774.680 0.47 0.51 -0.04 + 123806.539 0.53 0.51 0.02 + 123838.391 0.47 0.51 -0.03 + 123870.242 0.50 0.51 -0.00 + 123902.102 0.50 0.50 -0.01 + 123933.953 0.56 0.50 0.06 + 123965.805 0.44 0.50 -0.06 + 123997.664 0.50 0.50 -0.00 + 124029.516 0.55 0.50 0.05 + 124061.367 0.51 0.50 0.02 + 124093.219 0.53 0.50 0.03 + 124125.078 0.58 0.50 0.08 + 124156.930 0.54 0.49 0.04 + 124188.781 0.47 0.49 -0.03 + 124220.641 0.52 0.49 0.02 + 124252.492 0.46 0.49 -0.03 + 124284.344 0.45 0.49 -0.04 + 124316.195 0.59 0.49 0.10 + 124348.055 0.45 0.49 -0.04 + 124379.906 0.42 0.49 -0.07 + 124411.758 0.55 0.48 0.07 + 124443.617 0.43 0.48 -0.05 + 124475.469 0.53 0.48 0.05 + 124507.320 0.56 0.48 0.08 + 124539.180 0.50 0.48 0.02 + 124571.031 0.46 0.48 -0.02 + 124602.883 0.52 0.48 0.05 + 124634.734 0.47 0.47 -0.01 + 124666.594 0.45 0.47 -0.02 + 124698.445 0.44 0.47 -0.03 + 124730.297 0.46 0.47 -0.01 + 124762.156 0.42 0.47 -0.05 + 124794.008 0.45 0.47 -0.02 + 124825.859 0.43 0.47 -0.04 + 124857.719 0.50 0.47 0.03 + 124889.570 0.49 0.46 0.02 + 124921.422 0.37 0.46 -0.09 + 124953.273 0.41 0.46 -0.05 + 124985.133 0.40 0.46 -0.06 + 125016.984 0.47 0.46 0.01 + 125048.836 0.38 0.46 -0.08 + 125080.695 0.48 0.46 0.02 + 125112.547 0.44 0.46 -0.01 + 125144.398 0.47 0.45 0.02 + 125176.258 0.42 0.45 -0.04 + 125208.109 0.45 0.45 -0.00 + 125239.961 0.49 0.45 0.04 + 125271.812 0.37 0.45 -0.08 + 125303.672 0.36 0.45 -0.08 + 125335.523 0.49 0.45 0.05 + 125367.375 0.43 0.44 -0.01 + 125399.234 0.45 0.44 0.01 + 125431.086 0.43 0.44 -0.02 + 125462.938 0.47 0.44 0.03 + 125494.789 0.42 0.44 -0.02 + 125526.648 0.48 0.44 0.04 + 125558.500 0.48 0.44 0.05 + 125590.352 0.41 0.44 -0.03 + 125622.211 0.43 0.43 -0.00 + 125654.062 0.45 0.43 0.02 + 125685.914 0.42 0.43 -0.01 + 125717.773 0.41 0.43 -0.02 + 125749.625 0.40 0.43 -0.03 + 125781.477 0.40 0.43 -0.03 + 125813.328 0.42 0.43 -0.01 + 125845.188 0.41 0.42 -0.01 + 125877.039 0.51 0.42 0.08 + 125908.891 0.47 0.42 0.04 + 125940.750 0.44 0.42 0.02 + 125972.602 0.44 0.42 0.02 + 126004.453 0.45 0.42 0.03 + 126036.312 0.47 0.42 0.05 + 126068.164 0.42 0.42 0.00 + 126100.016 0.40 0.41 -0.02 + 126131.867 0.43 0.41 0.02 + 126163.727 0.43 0.41 0.02 + 126195.578 0.45 0.41 0.04 + 126227.430 0.42 0.41 0.01 + 126259.289 0.37 0.41 -0.03 + 126291.141 0.39 0.41 -0.01 + 126322.992 0.44 0.41 0.03 + 126354.852 0.51 0.40 0.10 + 126386.703 0.38 0.40 -0.02 + 126418.555 0.42 0.40 0.01 + 126450.406 0.42 0.40 0.02 + 126482.266 0.42 0.40 0.02 + 126514.117 0.46 0.40 0.06 + 126545.969 0.44 0.40 0.04 + 126577.828 0.45 0.39 0.06 + 126609.680 0.44 0.39 0.05 + 126641.531 0.46 0.39 0.07 + 126673.383 0.48 0.39 0.08 + 126705.242 0.37 0.39 -0.02 + 126737.094 0.41 0.39 0.03 + 126768.945 0.49 0.39 0.10 + 126800.805 0.48 0.39 0.10 + 126832.656 0.38 0.38 -0.00 + 126864.508 0.49 0.38 0.10 + 126896.367 0.38 0.38 -0.00 + 126928.219 0.54 0.38 0.16 + 126960.070 0.38 0.38 -0.00 + 126991.922 0.46 0.38 0.09 + 127023.781 0.45 0.38 0.07 + 127055.633 0.46 0.38 0.09 + 127087.484 0.51 0.37 0.14 + 127119.344 0.40 0.37 0.02 + 127151.195 0.52 0.37 0.15 + 127183.047 0.42 0.37 0.05 + 127214.906 0.45 0.37 0.08 + 127246.758 0.35 0.37 -0.02 + 127278.609 0.39 0.37 0.03 + 127310.461 0.41 0.36 0.04 + 127342.320 0.49 0.36 0.13 + 127374.172 0.46 0.36 0.10 + 127406.023 0.45 0.36 0.08 + 127437.883 0.53 0.36 0.17 + 127469.734 0.48 0.36 0.12 + 127501.586 0.43 0.36 0.07 + 127533.445 0.43 0.36 0.07 + 127565.297 0.44 0.35 0.09 + 127597.148 0.40 0.35 0.05 + 127629.000 0.45 0.35 0.10 + 127660.859 0.47 0.35 0.12 + 127692.711 0.41 0.35 0.07 + 127724.562 0.38 0.35 0.04 + 127756.422 0.48 0.35 0.13 + 127788.273 0.40 0.35 0.05 + 127820.125 0.50 0.34 0.16 + 127851.977 0.41 0.34 0.07 + 127883.836 0.45 0.34 0.11 + 127915.688 0.45 0.34 0.11 + 127947.539 0.49 0.34 0.16 + 127979.398 0.42 0.34 0.09 + 128011.250 0.35 0.34 0.01 + 128043.102 0.43 0.33 0.09 + 128074.961 0.39 0.33 0.06 + 128106.812 0.46 0.33 0.13 + 128138.664 0.39 0.33 0.06 + 128170.516 0.46 0.33 0.13 + 128202.375 0.51 0.33 0.18 + 128234.227 0.41 0.33 0.08 + 128266.078 0.40 0.33 0.08 + 128297.938 0.34 0.32 0.02 + 128329.789 0.40 0.32 0.07 + 128361.641 0.32 0.32 -0.00 + 128393.500 0.49 0.32 0.17 + 128425.352 0.36 0.32 0.05 + 128457.203 0.41 0.32 0.09 + 128489.055 0.42 0.32 0.10 + 128520.914 0.44 0.32 0.13 + 128552.766 0.41 0.31 0.10 + 128584.617 0.45 0.31 0.14 + 128616.477 0.41 0.31 0.10 + 128648.328 0.38 0.31 0.07 + 128680.180 0.36 0.31 0.05 + 128712.039 0.41 0.31 0.11 + 128743.891 0.42 0.31 0.11 + 128775.742 0.38 0.30 0.08 + 128807.594 0.56 0.30 0.26 + 128839.453 0.35 0.30 0.05 + 128871.305 0.43 0.30 0.13 + 128903.156 0.54 0.30 0.24 + 128935.016 0.54 0.30 0.25 + 128966.867 0.38 0.30 0.08 + 128998.719 0.47 0.30 0.17 + 129030.578 0.33 0.29 0.03 + 129062.430 0.39 0.29 0.10 + 129094.281 0.39 0.29 0.09 + 129126.133 0.47 0.29 0.18 + 129157.992 0.43 0.29 0.15 + 129189.844 0.45 0.29 0.16 + 129221.695 0.44 0.29 0.15 + 129253.555 0.42 0.28 0.13 + 129285.406 0.40 0.28 0.12 + 129317.258 0.43 0.28 0.14 + 129349.109 0.48 0.28 0.20 + 129380.969 0.39 0.28 0.11 + 129412.820 0.45 0.28 0.17 + 129444.672 0.41 0.28 0.14 + 129476.531 0.44 0.28 0.16 + 129508.383 0.45 0.27 0.17 + 129540.234 0.52 0.27 0.25 + 129572.094 0.38 0.27 0.11 + 129603.945 0.35 0.27 0.08 + 129635.797 0.52 0.27 0.25 + 129667.648 0.32 0.27 0.06 + 129699.508 0.49 0.27 0.22 + 129731.359 0.41 0.27 0.14 + 129763.211 0.45 0.26 0.19 + 129795.070 0.41 0.26 0.15 + 129826.922 0.29 0.26 0.03 + 129858.773 0.36 0.26 0.10 + 129890.633 0.33 0.26 0.07 + 129922.484 0.36 0.26 0.10 + 129954.336 0.42 0.26 0.16 + 129986.188 0.38 0.25 0.12 + 130018.047 0.39 0.25 0.13 + 130049.898 0.32 0.25 0.07 + 130081.750 0.35 0.25 0.10 + 130113.609 0.36 0.25 0.11 + 130145.461 0.37 0.25 0.13 + 130177.312 0.35 0.25 0.10 + 130209.172 0.30 0.25 0.05 + 130241.023 0.37 0.24 0.13 + 130272.875 0.40 0.24 0.15 + 130304.727 0.36 0.24 0.12 + 130336.586 0.42 0.24 0.18 + 130368.438 0.35 0.24 0.11 + 130400.289 0.35 0.24 0.11 + 130432.148 0.47 0.24 0.23 + 130464.000 0.38 0.24 0.14 + 130495.852 0.31 0.23 0.08 + 130527.703 0.50 0.23 0.27 + 130559.562 0.32 0.23 0.09 + 130591.414 0.21 0.23 -0.02 + 130623.266 0.53 0.23 0.31 + 130655.125 0.37 0.23 0.14 + 130686.977 0.27 0.23 0.05 + 130718.828 0.36 0.22 0.14 + 130750.688 0.37 0.22 0.15 + 130782.539 0.34 0.22 0.12 + 130814.391 0.51 0.22 0.29 + 130846.242 0.43 0.22 0.21 + 130878.102 0.35 0.22 0.14 + 130909.953 0.28 0.22 0.06 + 130941.805 0.29 0.22 0.07 + 130973.664 0.39 0.21 0.18 + 131005.516 0.44 0.21 0.22 + 131037.367 0.38 0.21 0.17 + 131069.227 0.35 0.21 0.14 + 131101.078 0.35 0.21 0.14 + 131132.938 0.43 0.21 0.22 + 131164.781 0.31 0.21 0.10 + 131196.641 0.39 0.21 0.19 + 131228.500 0.27 0.20 0.06 + 131260.344 0.30 0.20 0.10 + 131292.203 0.40 0.20 0.20 + 131324.047 0.37 0.20 0.17 + 131355.906 0.38 0.20 0.18 + 131387.766 0.34 0.20 0.14 + 131419.609 0.27 0.20 0.07 + 131451.469 0.27 0.19 0.07 + 131483.328 0.26 0.19 0.07 + 131515.172 0.41 0.19 0.22 + 131547.031 0.22 0.19 0.03 + 131578.891 0.33 0.19 0.15 + 131610.734 0.28 0.19 0.09 + 131642.594 0.31 0.19 0.12 + 131674.453 0.39 0.19 0.20 + 131706.297 0.39 0.18 0.20 + 131738.156 0.41 0.18 0.22 + 131770.016 0.26 0.18 0.08 + 131801.859 0.41 0.18 0.23 + 131833.719 0.47 0.18 0.29 + 131865.562 0.39 0.18 0.22 + 131897.422 0.24 0.18 0.06 + 131929.281 0.44 0.18 0.27 + 131961.125 0.54 0.17 0.37 + 131992.984 0.35 0.17 0.18 + 132024.844 0.29 0.17 0.12 + 132056.688 0.36 0.17 0.19 + 132088.547 0.27 0.17 0.10 + 132120.406 0.51 0.17 0.35 + 132152.250 0.34 0.17 0.17 + 132184.109 0.43 0.16 0.27 + 132215.969 0.45 0.16 0.29 + 132247.812 0.47 0.16 0.31 + 132279.672 0.29 0.16 0.13 + 132311.531 0.50 0.16 0.34 + 132343.375 0.32 0.16 0.16 + 132375.234 0.19 0.16 0.03 + 132407.094 0.46 0.16 0.30 + 132438.938 0.34 0.15 0.18 + 132470.797 0.62 0.15 0.47 + 132502.641 0.49 0.15 0.34 + 132534.500 0.26 0.15 0.11 + 132566.359 0.34 0.15 0.19 + 132598.203 0.28 0.15 0.13 + 132630.062 0.26 0.15 0.11 + 132661.922 0.36 0.14 0.21 + 132693.766 0.42 0.14 0.27 + 132725.625 0.46 0.14 0.32 + 132757.484 0.24 0.14 0.10 + 132789.328 0.44 0.14 0.30 + 132821.188 0.36 0.14 0.22 + 132853.047 0.45 0.14 0.31 + 132884.891 0.32 0.14 0.19 + 132916.750 0.32 0.13 0.19 + 132948.609 0.31 0.13 0.18 + 132980.453 0.15 0.13 0.02 + 133012.312 0.20 0.13 0.07 + 133044.156 0.37 0.13 0.24 + 133076.016 0.54 0.13 0.42 + 133107.875 0.37 0.13 0.24 + 133139.719 0.43 0.13 0.30 + 133171.578 0.32 0.12 0.20 + 133203.438 0.50 0.12 0.38 + 133235.281 0.40 0.12 0.28 + 133267.141 0.87 0.12 0.75 + 133299.000 0.73 0.12 0.62 + 133330.844 0.45 0.12 0.34 + 133362.703 0.32 0.12 0.20 + 133394.562 0.29 0.11 0.18 + 133426.406 0.31 0.11 0.20 + 133458.266 0.33 0.11 0.22 + 133490.125 0.74 0.11 0.63 + 133521.969 0.16 0.11 0.05 + 133553.828 0.70 0.11 0.59 + 133585.688 0.83 0.11 0.72 + 133617.531 0.30 0.11 0.19 + 133649.391 0.71 0.10 0.60 + 133681.234 0.44 0.10 0.34 + 133713.094 1.02 0.10 0.92 + 133744.953 0.40 0.10 0.30 + 133776.797 0.41 0.10 0.31 + 133808.656 0.42 0.10 0.32 + 133840.516 1.31 0.10 1.22 + 133872.359 0.64 0.10 0.54 + 133904.219 0.21 0.09 0.11 + 133936.078 0.26 0.09 0.17 + 133967.922 0.56 0.09 0.47 + 133999.781 0.30 0.09 0.21 + 134031.641 0.48 0.09 0.39 + 134063.484 1.59 0.09 1.51 + 134095.344 0.45 0.09 0.37 + 134127.203 0.18 0.08 0.10 + 134159.047 0.34 0.08 0.26 + 134190.906 0.66 0.08 0.58 + 134222.750 0.06 0.08 -0.02 + 134254.609 0.32 0.08 0.24 + 134286.469 0.21 0.08 0.14 + 134318.312 0.21 0.08 0.14 + 134350.172 0.91 0.08 0.83 + 134382.031 0.09 0.07 0.02 + 134413.875 0.13 0.07 0.06 + 134445.734 0.31 0.07 0.24 + 134477.594 1.04 0.07 0.96 + 134509.438 0.66 0.07 0.59 + 134541.297 0.49 0.07 0.42 + 134573.156 0.00 0.07 -0.07 + 134605.000 0.39 0.07 0.32 + 134636.859 0.59 0.07 0.52 + 134668.719 0.49 0.07 0.42 + 134700.562 0.01 0.07 -0.06 + 134732.422 0.54 0.07 0.47 + 134764.281 0.33 0.07 0.26 + 134796.125 0.02 0.07 -0.05 + 134827.984 0.00 0.07 -0.07 + 134859.828 0.51 0.07 0.44 + 134891.688 0.08 0.07 0.01 + 134923.547 0.02 0.07 -0.05 + 134955.391 0.00 0.07 -0.07 + 134987.250 0.00 0.07 -0.07 + 135019.109 0.24 0.07 0.17 + 135050.953 0.05 0.07 -0.02 + 135082.812 0.06 0.07 -0.01 + 135114.672 0.01 0.07 -0.06 + 135146.516 0.02 0.07 -0.05 + 135178.375 0.81 0.07 0.74 + 135210.234 0.23 0.07 0.16 + 135242.078 0.01 0.07 -0.06 + 135273.938 0.80 0.07 0.73 + 135305.797 3.59 0.07 3.53 + 135337.641 0.01 0.07 -0.06 + 135369.500 0.03 0.07 -0.04 + 135401.344 0.05 0.07 -0.02 + 135433.203 0.01 0.07 -0.06 + 135465.062 0.06 0.07 -0.01 + 135496.906 1.69 0.07 1.62 + 135528.766 0.00 0.07 -0.07 + 135560.625 1.25 0.07 1.19 + 135592.469 0.01 0.07 -0.06 +END +WAVES Phase1, tik1 +BEGIN + 32332.715 -21 + 33770.875 -21 + 35419.695 -21 + 37336.191 -21 + 37336.191 -21 + 39601.637 -21 + 42336.641 -21 + 45729.625 -21 + 50095.273 -21 + 56009.434 -21 + 64675.719 -21 + 79213.570 -21 + 112029.164 -21 +END +WAVES Excrg1, excl1 +BEGIN + 40158.23 -21 + 40000.00 -21 +END +WAVES Excrg2, excl2 +BEGIN + 130000.00 -21 + 135592.47 -21 +END +X Silent 1 +X DefaultFont Times +X Display Iobs, Icalc, Diff vs TOF +X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) +X SetAxis bottom 40158.23, ******** +X Modify lsize(Iobs)=2 +X Modify offset(Diff)={0, -457} +X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) +X Modify mirror(left)=2, mirror(bottom)=2 +X Modify gfSize=12 +X Append excl1 vs Excrg1 +X Modify mode(excl1)=7, hbFill(excl1)=4 +X Modify rgb(excl1)=(6421,62320,64794) +X Append excl2 vs Excrg2 +X Modify mode(excl2)=7, hbFill(excl2)=4 +X Modify rgb(excl2)=(6421,62320,64794) +X Append tik1 vs Phase1 +X Modify mode(tik1)=1 +X TextBox /F=2/S=3/A=RT "Files: fe\rDate of fit: \Z09 19/06/2026/ 08:52:18.4\Z12\rferrite\rChi2 = 1426.65" +X Label left "\Z14Intensity" +X Label bottom "\Z14 TOF(in micro-seconds)" +X TileWindows/O=1/C +X ShowInfo +X | Title of data set: Fe ferrite high-resolution on BEER +X | Date of run: 19/06/2026 / 08:52:18.4 +X Beep +X Beep diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.int b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.int new file mode 100644 index 000000000..73aa7aefe --- /dev/null +++ b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.int @@ -0,0 +1,223 @@ +Single crystal data of Tb2Ti2O7 +(3i4,2f12.4,i4) + 0.7930 0 0 + 1 1 1 194.5677 2.3253 1 + 2 2 0 22.6319 1.1233 1 + 3 1 1 99.2917 2.5620 1 + 2 2 2 219.2877 3.2522 1 + 4 0 0 1366.7377 31.0766 1 + 3 3 1 1381.2404 24.4182 1 + 4 2 2 272.4665 4.2351 1 + 5 1 1 991.5085 19.2015 1 + 3 3 3 504.5874 7.2552 1 + 4 4 0 2167.6858 37.9609 1 + 5 3 1 369.5253 6.1847 1 + 4 4 2 6.2608 2.8933 1 + 6 2 0 339.3607 5.1923 1 + 5 3 3 20.2404 2.4298 1 + 6 2 2 214.3519 4.0421 1 + 4 4 4 375.6302 6.4494 1 + 7 1 1 838.4976 10.5859 1 + 5 5 1 55.1172 5.8025 1 + 6 4 2 33.0758 1.7300 1 + 5 5 3 764.9341 9.6838 1 + 7 3 1 73.8851 5.6586 1 + 8 0 0 1910.4371 35.8678 1 + 7 3 3 2395.7312 49.6513 1 + 6 4 4 9.8576 3.0133 1 + 8 2 2 1207.8987 15.3849 1 + 6 6 0 1217.1985 14.0230 1 + 7 5 1 324.4044 6.9411 1 + 5 5 5 2023.2412 19.0822 1 + 6 6 2 172.7699 5.0273 1 + 8 4 0 119.7360 4.1954 1 + 7 5 3 1082.9794 14.7933 1 + 9 1 1 123.3764 9.8873 1 + 6 6 4 656.7704 10.7445 1 + 9 3 1 130.3383 4.7733 1 + 8 4 4 570.3704 7.6292 1 + 9 3 3 1398.5513 18.2014 1 + 7 7 1 1685.6763 14.9738 1 + 7 5 5 107.9908 12.4997 1 + 10 2 0 914.1141 9.7104 1 + 8 6 2 258.0833 9.2406 1 + 7 7 3 588.8738 10.5555 1 + 9 5 1 1016.6021 15.1481 1 + 6 6 6 215.3041 5.8482 1 + 10 2 2 165.5683 6.7319 1 + 9 5 3 263.2697 6.1767 1 + 10 4 2 399.1649 7.1967 1 + 11 1 1 406.6985 7.7410 1 + 7 7 5 9.0443 5.7240 1 + 8 8 0 232.3389 6.1342 1 + 11 3 1 815.0747 11.7547 1 + 9 7 1 645.9863 10.2892 1 + 9 5 5 105.5177 9.3831 1 + 10 6 0 2129.5383 32.0582 1 + 9 7 3 24.8305 3.9317 1 + 11 3 3 111.9623 3.9825 1 + 10 6 2 178.0339 6.2671 1 + 12 0 0 355.9608 7.7594 1 + 8 8 4 451.1190 9.2470 1 + 7 7 7 2409.2754 31.1082 1 + 11 5 1 36.9390 14.7220 1 + 12 2 2 1267.5220 18.7561 1 + 10 6 4 1228.7996 18.9536 1 + 9 7 5 329.1074 7.5867 1 + 11 5 3 224.7773 6.8633 1 + 12 4 0 883.0682 16.7404 1 + 9 9 1 60.6822 3.0033 1 + 8 8 6 12.8220 4.6850 1 + 12 4 2 5.0893 4.8520 1 + 10 8 2 15.7286 4.7639 1 + 11 5 5 1284.8992 17.9016 1 + 13 1 1 91.8083 11.1508 1 + 9 9 3 114.6400 11.1921 1 + 11 7 1 11.3935 12.2606 1 + 10 6 6 107.1723 5.1578 1 + 12 4 4 25.8850 4.0867 1 + 9 7 7 1452.1660 21.8338 1 + 13 3 1 1245.0792 14.7605 1 + 11 7 3 1511.8230 25.7585 1 + 10 8 4 3.7100 5.2924 1 + 12 6 2 329.0760 7.9567 1 + 13 3 3 285.8376 8.0100 1 + 9 9 5 992.9638 18.5608 1 + 8 8 8 288.2571 8.2375 1 + 13 5 1 194.8370 8.1567 1 + 11 7 5 414.2435 16.7881 1 + 12 6 4 7.2439 6.2567 1 + 10 10 0 2714.7458 39.4196 1 + 10 8 6 343.7899 16.2350 1 + 14 2 0 472.1022 16.3500 1 + 13 5 3 22.6495 6.3833 1 + 11 9 1 467.5958 11.3159 1 + 14 2 2 135.5432 5.6885 1 + 10 10 2 111.2981 5.0295 1 + 12 8 0 143.5622 5.6917 1 + 11 9 3 624.4188 12.4461 1 + 9 9 7 533.1500 11.2212 1 + 12 8 2 10.4581 6.7000 1 + 10 10 4 2155.8782 37.8372 1 + 12 6 6 7.6967 17.7236 1 + 14 4 2 105.0912 17.4296 1 + 13 5 5 587.6577 13.5730 1 + 11 7 7 152.2555 8.7189 1 + 13 7 1 17.2751 9.3800 1 + 12 8 4 2.8080 6.3706 1 + 13 7 3 2101.8381 32.1411 1 + 15 1 1 21.4748 16.6965 1 + 11 9 5 16.9701 17.7952 1 + 10 8 8 3.9106 6.9640 1 + 14 4 4 6.3243 7.0625 1 + 14 6 0 1277.8949 16.0800 1 + 15 3 1 173.7919 6.8503 1 + 10 10 6 148.4994 5.8123 1 + 14 6 2 96.6851 4.7807 1 + 13 7 5 743.1557 16.0757 1 + 11 11 1 253.0292 14.1009 1 + 15 3 3 801.3929 17.9500 1 + 9 9 9 9.2930 11.9304 1 + 12 8 6 5.7886 6.4533 1 + 14 6 4 799.8103 10.1130 1 + 12 10 2 16.6109 6.3233 1 + 15 5 1 1196.2526 20.6643 1 + 13 9 1 77.6526 11.5775 1 + 11 11 3 0.1226 4.6880 1 + 11 9 7 36.2448 3.7426 1 + 16 0 0 2281.3190 47.9960 1 + 13 9 3 1012.6861 19.7955 1 + 15 5 3 73.0685 14.1163 1 + 12 10 4 4.7657 7.0300 1 + 10 10 8 708.9425 20.5846 1 + 14 8 2 66.2456 8.0414 1 + 16 2 2 355.8104 8.7275 1 + 13 7 7 338.0038 10.7433 1 + 11 11 5 460.0088 18.0683 1 + 14 6 6 142.0896 5.9235 1 + 16 4 0 484.0079 12.2049 1 + 15 7 1 296.3522 7.4050 1 + 15 5 5 135.2490 6.6400 1 + 13 9 5 67.1565 6.2286 1 + 16 4 2 0.4130 6.0200 1 + 14 8 4 0.6195 5.9567 1 + 12 10 6 156.6047 6.0433 1 + 11 9 9 406.6829 10.9233 1 + 15 7 3 10.0451 11.6751 1 + 16 4 4 889.3516 28.0052 1 + 12 12 0 48.4913 10.0438 1 + 13 11 1 515.3911 12.1189 1 + 11 11 7 540.7250 12.2186 1 + 17 1 1 547.7704 20.6454 1 + 12 12 2 26.2629 8.6633 1 + 14 10 0 2187.1519 30.0916 1 + 16 6 2 7.7465 19.6828 1 + 14 8 6 64.3002 9.4100 1 + 13 9 7 11.6539 8.6633 1 + 17 3 1 50.1850 8.0830 1 + 15 7 5 374.3065 8.7780 1 + 13 11 3 30.6726 8.1080 1 + 14 10 2 109.6739 5.0606 1 + 10 10 10 100.7550 5.6600 1 + 12 12 4 504.4615 14.3566 1 + 17 3 3 1812.5647 373.5117 1 + 15 9 1 2.6081 18.5729 1 + 12 10 8 13.5403 10.2359 1 + 16 6 4 4.9083 8.0900 1 + 14 10 4 1167.5333 17.3067 1 + 13 11 5 218.7551 14.8851 1 + 15 9 3 267.0351 15.4758 1 + 17 5 1 125.0758 5.4433 1 + 16 8 0 471.4993 49.8891 1 + 15 7 7 651.6143 15.2539 1 + 17 5 3 699.3832 19.8546 1 + 11 11 9 196.8183 9.8340 1 + 16 8 2 17.5671 8.5743 1 + 14 8 8 9.3270 7.8625 1 + 12 12 6 6.8138 9.1100 1 + 16 6 6 200.7956 7.8800 1 + 18 2 0 24.2069 10.3216 1 + 15 9 5 1035.1714 159.7362 1 + 13 9 9 118.5448 15.4553 1 + 14 10 6 69.1974 7.3238 1 + 18 2 2 70.0710 11.7222 1 + 16 8 4 34.1798 8.0556 1 + 17 7 1 1108.8405 51.5627 1 + 17 5 5 39.7098 15.3006 1 + 13 11 7 1245.7976 17.3057 1 + 13 13 1 790.6947 16.8371 1 + 14 12 2 121.2231 8.7500 1 + 18 4 2 46.5794 9.9050 1 + 12 10 10 632.8853 20.8124 1 + 13 13 3 252.1584 9.3625 1 + 17 7 3 321.9037 13.8123 1 + 15 11 1 340.2429 11.2167 1 + 12 12 8 408.8684 15.0235 1 + 15 11 3 230.5712 8.1633 1 + 15 9 7 211.3878 8.1100 1 + 16 8 6 0.9510 9.3733 1 + 14 12 4 3.2415 8.4987 1 + 18 4 4 11.4682 9.0500 1 + 14 10 8 478.7053 12.6775 1 + 18 6 0 386.9393 9.9513 1 + 16 10 2 96.3516 6.4755 1 + 17 7 5 9.6315 10.7500 1 + 19 1 1 376.4738 11.2150 1 + 13 13 5 10.4966 10.1580 1 + 11 11 11 112.0977 6.6750 1 + 18 6 2 85.2351 14.2239 1 + 19 3 1 305.3999 10.8567 1 + 17 9 1 359.4543 11.5071 1 + 13 11 9 427.5390 11.2800 1 + 15 11 5 4.1747 6.7067 1 + 16 10 4 5.4459 10.5467 1 + 18 6 4 59.6674 9.1117 1 + 14 12 6 43.3857 9.2075 1 + 19 3 3 23.8039 9.1867 1 + 17 9 3 48.7587 7.7333 1 + 16 8 8 29.3063 12.6552 1 + 17 7 7 1601.5154 628.8915 1 + 13 13 7 1176.0896 414.6018 1 + 19 5 1 0.8334 20.4207 1 + 15 9 9 10.9864 8.0650 1 + 12 12 10 14.4074 11.3800 1 diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.out b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.out new file mode 100644 index 000000000..b52104972 --- /dev/null +++ b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.out @@ -0,0 +1,3758 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 8.40 - Feb2026-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 10/06/2026 Time: 23:04:13.334 + + => PCR file code: tbti + => DAT file code: tbti -> Relative contribution: 1.0000 + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Refinement/Calculation of Neutron integrated intensity(Laue or monochromatic) data or Flipping Ratios + + ==> INPUT/OUTPUT OPTIONS: + + => Generate new input file *.PCR + + => Number of cycles: 50 + => Relaxation factors ==> for coordinates: 0.05 + => for anisotropic temperature factors: 0.05 + => EPS-value for convergence: 0.2 + => Number of Least-Squares parameters varied: 9 + -------------------------------------------------------------------------------- + => Phase No. 1 + Tb2Ti2O7 + -------------------------------------------------------------------------------- + =>-------> Pattern# 1 + => Integrated intensities or Flipping Ratios as observations for phase: 1 + => Crystal Structure Refinement + + =>-------> Data for PHASE: 1 + => Number of atoms: 4 + => Number of distance constraints: 0 + => Number of angle constraints: 0 + + => Symmetry information on space group: F d -3 m + -> The multiplicity of the general position is: 192 + -> The space group is Centric (-1 at origin) + -> Lattice type F: { 000; 0 1/2 1/2; 1/2 0 1/2; 1/2 1/2 0 }+ + -> Reduced set of symmetry operators: + + No. IT Symmetry symbol Rotation part Associated Translation + 1: ( 1) 1 --> ( x, y, z) + { 0.0000 0.0000 0.0000} + 2: ( 4) 2 ( x, 0, 0) --> ( x,-y,-z) + { 0.0000 0.2500 0.2500} + 3: ( 3) 2 ( 0, y, 0) --> (-x, y,-z) + { 0.2500 0.0000 0.2500} + 4: ( 2) 2 ( 0, 0, z) --> (-x,-y, z) + { 0.2500 0.2500 0.0000} + 5: ( 9) 3- ( x, x, x) --> ( y, z, x) + { 0.0000 0.0000 0.0000} + 6: (12) 3- (-x, x,-x) --> (-y,-z, x) + { 0.2500 0.2500 0.0000} + 7: (11) 3- (-x,-x, x) --> ( y,-z,-x) + { 0.0000 0.2500 0.2500} + 8: (10) 3- ( x,-x,-x) --> (-y, z,-x) + { 0.2500 0.0000 0.2500} + 9: ( 5) 3+ ( x, x, x) --> ( z, x, y) + { 0.0000 0.0000 0.0000} + 10: ( 8) 3+ (-x,-x, x) --> (-z, x,-y) + { 0.2500 0.0000 0.2500} + 11: ( 7) 3+ ( x,-x,-x) --> (-z,-x, y) + { 0.2500 0.2500 0.0000} + 12: ( 6) 3+ (-x, x,-x) --> ( z,-x,-y) + { 0.0000 0.2500 0.2500} + 13: (14) 2 ( x,-x, 0) --> (-y,-x,-z) + { 0.0000 0.0000 0.0000} + 14: (15) 4- ( 0, 0, z) --> ( y,-x, z) + { 0.7500 0.0000 0.7500} + 15: (16) 4+ ( 0, 0, z) --> (-y, x, z) + { 0.0000 0.7500 0.7500} + 16: (13) 2 ( x, x, 0) --> ( y, x,-z) + { 0.7500 0.7500 0.0000} + 17: (24) 2 (-x, 0, x) --> (-z,-y,-x) + { 0.0000 0.0000 0.0000} + 18: (21) 4+ ( 0, y, 0) --> ( z, y,-x) + { 0.7500 0.7500 0.0000} + 19: (22) 2 ( x, 0, x) --> ( z,-y, x) + { 0.7500 0.0000 0.7500} + 20: (23) 4- ( 0, y, 0) --> (-z, y, x) + { 0.0000 0.7500 0.7500} + 21: (19) 2 ( 0, y,-y) --> (-x,-z,-y) + { 0.0000 0.0000 0.0000} + 22: (18) 2 ( 0, y, y) --> (-x, z, y) + { 0.0000 0.7500 0.7500} + 23: (17) 4- ( x, 0, 0) --> ( x, z,-y) + { 0.7500 0.7500 0.0000} + 24: (20) 4+ ( x, 0, 0) --> ( x,-z, y) + { 0.7500 0.0000 0.7500} + + + Information on Space Group: + --------------------------- + + => Number of Space group: 227 + => Hermann-Mauguin Symbol: F d -3 m + => Hall Symbol: -F 4vw 2vw 3 + => Setting Type: IT (Generated from Hermann-Mauguin symbol) + => Crystal System: Cubic + => Laue Class: m-3m + => Point Group: m-3m + => Bravais Lattice: F + => Lattice Symbol: cF + => Reduced Number of S.O.: 24 + => General multiplicity: 192 + => Centrosymmetry: Centric (-1 at origin) + => Generators (exc. -1&L): 3 + => Asymmetric unit: -0.125 <= x <= 0.375 + -0.125 <= y <= 0.000 + -0.250 <= z <= 0.000 + => Centring vectors: 3 + => Latt( 1): (1/2,1/2,0) => Latt( 2): (1/2,0,1/2) + => Latt( 3): (0,1/2,1/2) + + => List of all Symmetry Operators and Symmetry Symbols + + => SYMM( 1): x,y,z Symbol: 1 + => SYMM( 2): x,-y+1/4,-z+1/4 Symbol: 2 x,1/8,1/8 + => SYMM( 3): -x+1/4,y,-z+1/4 Symbol: 2 1/8,y,1/8 + => SYMM( 4): -x+1/4,-y+1/4,z Symbol: 2 1/8,1/8,z + => SYMM( 5): y,z,x Symbol: 3- x,x,x + => SYMM( 6): -y+1/4,-z+1/4,x Symbol: 3+ x,-x+1/4,x + => SYMM( 7): y,-z+1/4,-x+1/4 Symbol: 3+ x,x,-x+1/4 + => SYMM( 8): -y+1/4,z,-x+1/4 Symbol: 3- x,-x+1/4,-x+1/4 + => SYMM( 9): z,x,y Symbol: 3+ x,x,x + => SYMM( 10): -z+1/4,x,-y+1/4 Symbol: 3- x,x,-x+1/4 + => SYMM( 11): -z+1/4,-x+1/4,y Symbol: 3+ x,-x+1/4,-x+1/4 + => SYMM( 12): z,-x+1/4,-y+1/4 Symbol: 3- x,-x+1/4,x + => SYMM( 13): y,x,z Symbol: m x,x,z + => SYMM( 14): -y+1/4,x,-z+1/4 Symbol: -4- 1/8,1/8,z; 1/8,1/8,1/8 + => SYMM( 15): y,-x+1/4,-z+1/4 Symbol: -4+ 1/8,1/8,z; 1/8,1/8,1/8 + => SYMM( 16): -y+1/4,-x+1/4,z Symbol: m x,-x+1/4,z + => SYMM( 17): z,y,x Symbol: m x,y,x + => SYMM( 18): -z+1/4,-y+1/4,x Symbol: -4+ 1/8,y,1/8; 1/8,1/8,1/8 + => SYMM( 19): -z+1/4,y,-x+1/4 Symbol: m x,y,-x+1/4 + => SYMM( 20): z,-y+1/4,-x+1/4 Symbol: -4- 1/8,y,1/8; 1/8,1/8,1/8 + => SYMM( 21): x,z,y Symbol: m x,y,y + => SYMM( 22): x,-z+1/4,-y+1/4 Symbol: m x,y,-y+1/4 + => SYMM( 23): -x+1/4,-z+1/4,y Symbol: -4- x,1/8,1/8; 1/8,1/8,1/8 + => SYMM( 24): -x+1/4,z,-y+1/4 Symbol: -4+ x,1/8,1/8; 1/8,1/8,1/8 + => SYMM( 25): -x,-y,-z Symbol: -1 0,0,0 + => SYMM( 26): -x,y+3/4,z+3/4 Symbol: g (0,3/4,3/4) 0,y,z + => SYMM( 27): x+3/4,-y,z+3/4 Symbol: g (3/4,0,3/4) x,0,z + => SYMM( 28): x+3/4,y+3/4,-z Symbol: g (3/4,3/4,0) x,y,0 + => SYMM( 29): -y,-z,-x Symbol: -3- x,x,x; 0,0,0 + => SYMM( 30): y+3/4,z+3/4,-x Symbol: -3+ x,-x+3/4,x-3/2; 3/4,0,-3/4 + => SYMM( 31): -y,z+3/4,x+3/4 Symbol: -3+ x,x+3/2,-x-3/4; -3/4,3/4,0 + => SYMM( 32): y+3/4,-z,x+3/4 Symbol: -3- x,-x-3/4,-x+3/4; 0,-3/4,3/4 + => SYMM( 33): -z,-x,-y Symbol: -3+ x,x,x; 0,0,0 + => SYMM( 34): z+3/4,-x,y+3/4 Symbol: -3- x,x-3/2,-x+3/4; 3/4,-3/4,0 + => SYMM( 35): z+3/4,x+3/4,-y Symbol: -3+ x,-x+3/4,-x-3/4; 0,3/4,-3/4 + => SYMM( 36): -z,x+3/4,y+3/4 Symbol: -3- x,-x-3/4,x+3/2; -3/4,0,3/4 + => SYMM( 37): -y,-x,-z Symbol: 2 x,-x,0 + => SYMM( 38): y+3/4,-x,z+3/4 Symbol: 4- (0,0,3/4) 3/8,-3/8,z + => SYMM( 39): -y,x+3/4,z+3/4 Symbol: 4+ (0,0,3/4) -3/8,3/8,z + => SYMM( 40): y+3/4,x+3/4,-z Symbol: 2 (3/4,3/4,0) x,x,0 + => SYMM( 41): -z,-y,-x Symbol: 2 x,0,-x + => SYMM( 42): z+3/4,y+3/4,-x Symbol: 4+ (0,3/4,0) 3/8,y,-3/8 + => SYMM( 43): z+3/4,-y,x+3/4 Symbol: 2 (3/4,0,3/4) x,0,x + => SYMM( 44): -z,y+3/4,x+3/4 Symbol: 4- (0,3/4,0) -3/8,y,3/8 + => SYMM( 45): -x,-z,-y Symbol: 2 0,y,-y + => SYMM( 46): -x,z+3/4,y+3/4 Symbol: 2 (0,3/4,3/4) 0,y,y + => SYMM( 47): x+3/4,z+3/4,-y Symbol: 4- (3/4,0,0) x,3/8,-3/8 + => SYMM( 48): x+3/4,-z,y+3/4 Symbol: 4+ (3/4,0,0) x,-3/8,3/8 + => SYMM( 49): x+1/2,y+1/2,z Symbol: t (1/2,1/2,0) + => SYMM( 50): x+1/2,-y+3/4,-z+1/4 Symbol: 2 (1/2,0,0) x,3/8,1/8 + => SYMM( 51): -x+3/4,y+1/2,-z+1/4 Symbol: 2 (0,1/2,0) 3/8,y,1/8 + => SYMM( 52): -x+3/4,-y+3/4,z Symbol: 2 3/8,3/8,z + => SYMM( 53): y+1/2,z+1/2,x Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x-1/3 + => SYMM( 54): -y+3/4,-z+3/4,x Symbol: 3+ x,-x+3/4,x + => SYMM( 55): y+1/2,-z+3/4,-x+1/4 Symbol: 3+ (1/3,1/3,-1/3) x,x-1/6,-x+7/12 + => SYMM( 56): -y+3/4,z+1/2,-x+1/4 Symbol: 3- x,-x+3/4,-x+1/4 + => SYMM( 57): z+1/2,x+1/2,y Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x-1/6 + => SYMM( 58): -z+3/4,x+1/2,-y+1/4 Symbol: 3- (1/3,1/3,-1/3) x,x+1/6,-x+5/12 + => SYMM( 59): -z+3/4,-x+3/4,y Symbol: 3+ x,-x+3/4,-x+3/4 + => SYMM( 60): z+1/2,-x+3/4,-y+1/4 Symbol: 3- x,-x+3/4,x-1/2 + => SYMM( 61): y+1/2,x+1/2,z Symbol: n (1/2,1/2,0) x,x,z + => SYMM( 62): -y+3/4,x+1/2,-z+1/4 Symbol: -4- 1/8,5/8,z; 1/8,5/8,1/8 + => SYMM( 63): y+1/2,-x+3/4,-z+1/4 Symbol: -4+ 5/8,1/8,z; 5/8,1/8,1/8 + => SYMM( 64): -y+3/4,-x+3/4,z Symbol: m x,-x+3/4,z + => SYMM( 65): z+1/2,y+1/2,x Symbol: g (1/4,1/2,1/4) x,y,x-1/4 + => SYMM( 66): -z+3/4,-y+3/4,x Symbol: -4+ 3/8,y,3/8; 3/8,3/8,3/8 + => SYMM( 67): -z+3/4,y+1/2,-x+1/4 Symbol: g (1/4,1/2,-1/4) x,y,-x+1/2 + => SYMM( 68): z+1/2,-y+3/4,-x+1/4 Symbol: -4- 3/8,y,-1/8; 3/8,3/8,-1/8 + => SYMM( 69): x+1/2,z+1/2,y Symbol: g (1/2,1/4,1/4) x,y,y-1/4 + => SYMM( 70): x+1/2,-z+3/4,-y+1/4 Symbol: g (1/2,1/4,-1/4) x,y,-y+1/2 + => SYMM( 71): -x+3/4,-z+3/4,y Symbol: -4- x,3/8,3/8; 3/8,3/8,3/8 + => SYMM( 72): -x+3/4,z+1/2,-y+1/4 Symbol: -4+ x,3/8,-1/8; 3/8,3/8,-1/8 + => SYMM( 73): -x+1/2,-y+1/2,-z Symbol: -1 1/4,1/4,0 + => SYMM( 74): -x+1/2,y+1/4,z+3/4 Symbol: d (0,1/4,3/4) 1/4,y,z + => SYMM( 75): x+1/4,-y+1/2,z+3/4 Symbol: g (1/4,0,3/4) x,1/4,z + => SYMM( 76): x+1/4,y+1/4,-z Symbol: d (1/4,1/4,0) x,y,0 + => SYMM( 77): -y+1/2,-z+1/2,-x Symbol: -3- x,x+1/2,x; 0,1/2,0 + => SYMM( 78): y+1/4,z+1/4,-x Symbol: -3+ x,-x+1/4,x-1/2; 1/4,0,-1/4 + => SYMM( 79): -y+1/2,z+1/4,x+3/4 Symbol: -3+ x,x+1,-x+1/4; -1/4,3/4,1/2 + => SYMM( 80): y+1/4,-z+1/2,x+3/4 Symbol: -3- x,-x-1/4,-x+3/4; 0,-1/4,3/4 + => SYMM( 81): -z+1/2,-x+1/2,-y Symbol: -3+ x,x-1/2,x-1/2; 1/2,0,0 + => SYMM( 82): z+1/4,-x+1/2,y+3/4 Symbol: -3- x,x-1,-x+5/4; 3/4,-1/4,1/2 + => SYMM( 83): z+1/4,x+1/4,-y Symbol: -3+ x,-x+1/4,-x-1/4; 0,1/4,-1/4 + => SYMM( 84): -z+1/2,x+1/4,y+3/4 Symbol: -3- x,-x-1/4,x+1; -1/4,0,3/4 + => SYMM( 85): -y+1/2,-x+1/2,-z Symbol: 2 x,-x+1/2,0 + => SYMM( 86): y+1/4,-x+1/2,z+3/4 Symbol: 4- (0,0,3/4) 3/8,1/8,z + => SYMM( 87): -y+1/2,x+1/4,z+3/4 Symbol: 4+ (0,0,3/4) 1/8,3/8,z + => SYMM( 88): y+1/4,x+1/4,-z Symbol: 2 (1/4,1/4,0) x,x,0 + => SYMM( 89): -z+1/2,-y+1/2,-x Symbol: 2 (1/4,0,-1/4) x,1/4,-x+1/4 + => SYMM( 90): z+1/4,y+1/4,-x Symbol: 4+ (0,1/4,0) 1/8,y,-1/8 + => SYMM( 91): z+1/4,-y+1/2,x+3/4 Symbol: 2 (1/2,0,1/2) x,1/4,x+1/4 + => SYMM( 92): -z+1/2,y+1/4,x+3/4 Symbol: 4- (0,1/4,0) -1/8,y,5/8 + => SYMM( 93): -x+1/2,-z+1/2,-y Symbol: 2 (0,1/4,-1/4) 1/4,y,-y+1/4 + => SYMM( 94): -x+1/2,z+1/4,y+3/4 Symbol: 2 (0,1/2,1/2) 1/4,y,y+1/4 + => SYMM( 95): x+1/4,z+1/4,-y Symbol: 4- (1/4,0,0) x,1/8,-1/8 + => SYMM( 96): x+1/4,-z+1/2,y+3/4 Symbol: 4+ (1/4,0,0) x,-1/8,5/8 + => SYMM( 97): x+1/2,y,z+1/2 Symbol: t (1/2,0,1/2) + => SYMM( 98): x+1/2,-y+1/4,-z+3/4 Symbol: 2 (1/2,0,0) x,1/8,3/8 + => SYMM( 99): -x+3/4,y,-z+3/4 Symbol: 2 3/8,y,3/8 + => SYMM(100): -x+3/4,-y+1/4,z+1/2 Symbol: 2 (0,0,1/2) 3/8,1/8,z + => SYMM(101): y+1/2,z,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x-1/6,x+1/6 + => SYMM(102): -y+3/4,-z+1/4,x+1/2 Symbol: 3+ (1/3,-1/3,1/3) x,-x+5/12,x+1/6 + => SYMM(103): y+1/2,-z+1/4,-x+3/4 Symbol: 3+ x,x-1/2,-x+3/4 + => SYMM(104): -y+3/4,z,-x+3/4 Symbol: 3- x,-x+3/4,-x+3/4 + => SYMM(105): z+1/2,x,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x-1/3,x-1/6 + => SYMM(106): -z+3/4,x,-y+3/4 Symbol: 3- x,x,-x+3/4 + => SYMM(107): -z+3/4,-x+1/4,y+1/2 Symbol: 3+ x,-x+1/4,-x+3/4 + => SYMM(108): z+1/2,-x+1/4,-y+3/4 Symbol: 3- (1/3,-1/3,1/3) x,-x+7/12,x-1/6 + => SYMM(109): y+1/2,x,z+1/2 Symbol: g (1/4,1/4,1/2) x,x-1/4,z + => SYMM(110): -y+3/4,x,-z+3/4 Symbol: -4- 3/8,3/8,z; 3/8,3/8,3/8 + => SYMM(111): y+1/2,-x+1/4,-z+3/4 Symbol: -4+ 3/8,-1/8,z; 3/8,-1/8,3/8 + => SYMM(112): -y+3/4,-x+1/4,z+1/2 Symbol: g (1/4,-1/4,1/2) x,-x+1/2,z + => SYMM(113): z+1/2,y,x+1/2 Symbol: n (1/2,0,1/2) x,y,x + => SYMM(114): -z+3/4,-y+1/4,x+1/2 Symbol: -4+ 1/8,y,5/8; 1/8,1/8,5/8 + => SYMM(115): -z+3/4,y,-x+3/4 Symbol: m x,y,-x+3/4 + => SYMM(116): z+1/2,-y+1/4,-x+3/4 Symbol: -4- 5/8,y,1/8; 5/8,1/8,1/8 + => SYMM(117): x+1/2,z,y+1/2 Symbol: g (1/2,1/4,1/4) x,y,y+1/4 + => SYMM(118): x+1/2,-z+1/4,-y+3/4 Symbol: g (1/2,-1/4,1/4) x,y,-y+1/2 + => SYMM(119): -x+3/4,-z+1/4,y+1/2 Symbol: -4- x,-1/8,3/8; 3/8,-1/8,3/8 + => SYMM(120): -x+3/4,z,-y+3/4 Symbol: -4+ x,3/8,3/8; 3/8,3/8,3/8 + => SYMM(121): -x+1/2,-y,-z+1/2 Symbol: -1 1/4,0,1/4 + => SYMM(122): -x+1/2,y+3/4,z+1/4 Symbol: g (0,3/4,1/4) 1/4,y,z + => SYMM(123): x+1/4,-y,z+1/4 Symbol: d (1/4,0,1/4) x,0,z + => SYMM(124): x+1/4,y+3/4,-z+1/2 Symbol: d (1/4,3/4,0) x,y,1/4 + => SYMM(125): -y+1/2,-z,-x+1/2 Symbol: -3- x,x-1/2,x-1/2; 1/2,0,0 + => SYMM(126): y+1/4,z+3/4,-x+1/2 Symbol: -3+ x,-x+5/4,x-1; 3/4,1/2,-1/4 + => SYMM(127): -y+1/2,z+3/4,x+1/4 Symbol: -3+ x,x+1,-x-1/4; -1/4,3/4,0 + => SYMM(128): y+1/4,-z,x+1/4 Symbol: -3- x,-x-1/4,-x+1/4; 0,-1/4,1/4 + => SYMM(129): -z+1/2,-x,-y+1/2 Symbol: -3+ x,x,x+1/2; 0,0,1/2 + => SYMM(130): z+1/4,-x,y+1/4 Symbol: -3- x,x-1/2,-x+1/4; 1/4,-1/4,0 + => SYMM(131): z+1/4,x+3/4,-y+1/2 Symbol: -3+ x,-x+3/4,-x-1/4; 0,3/4,-1/4 + => SYMM(132): -z+1/2,x+3/4,y+1/4 Symbol: -3- x,-x+1/4,x+1; -1/4,1/2,3/4 + => SYMM(133): -y+1/2,-x,-z+1/2 Symbol: 2 (1/4,-1/4,0) x,-x+1/4,1/4 + => SYMM(134): y+1/4,-x,z+1/4 Symbol: 4- (0,0,1/4) 1/8,-1/8,z + => SYMM(135): -y+1/2,x+3/4,z+1/4 Symbol: 4+ (0,0,1/4) -1/8,5/8,z + => SYMM(136): y+1/4,x+3/4,-z+1/2 Symbol: 2 (1/2,1/2,0) x,x+1/4,1/4 + => SYMM(137): -z+1/2,-y,-x+1/2 Symbol: 2 x,0,-x+1/2 + => SYMM(138): z+1/4,y+3/4,-x+1/2 Symbol: 4+ (0,3/4,0) 3/8,y,1/8 + => SYMM(139): z+1/4,-y,x+1/4 Symbol: 2 (1/4,0,1/4) x,0,x + => SYMM(140): -z+1/2,y+3/4,x+1/4 Symbol: 4- (0,3/4,0) 1/8,y,3/8 + => SYMM(141): -x+1/2,-z,-y+1/2 Symbol: 2 (0,-1/4,1/4) 1/4,y,-y+1/4 + => SYMM(142): -x+1/2,z+3/4,y+1/4 Symbol: 2 (0,1/2,1/2) 1/4,y,y-1/4 + => SYMM(143): x+1/4,z+3/4,-y+1/2 Symbol: 4- (1/4,0,0) x,5/8,-1/8 + => SYMM(144): x+1/4,-z,y+1/4 Symbol: 4+ (1/4,0,0) x,-1/8,1/8 + => SYMM(145): x,y+1/2,z+1/2 Symbol: t (0,1/2,1/2) + => SYMM(146): x,-y+3/4,-z+3/4 Symbol: 2 x,3/8,3/8 + => SYMM(147): -x+1/4,y+1/2,-z+3/4 Symbol: 2 (0,1/2,0) 1/8,y,3/8 + => SYMM(148): -x+1/4,-y+3/4,z+1/2 Symbol: 2 (0,0,1/2) 1/8,3/8,z + => SYMM(149): y,z+1/2,x+1/2 Symbol: 3- (1/3,1/3,1/3) x,x+1/3,x+1/6 + => SYMM(150): -y+1/4,-z+3/4,x+1/2 Symbol: 3+ x,-x+1/4,x+1/2 + => SYMM(151): y,-z+3/4,-x+3/4 Symbol: 3+ x,x,-x+3/4 + => SYMM(152): -y+1/4,z+1/2,-x+3/4 Symbol: 3- (-1/3,1/3,1/3) x,-x+7/12,-x+5/12 + => SYMM(153): z,x+1/2,y+1/2 Symbol: 3+ (1/3,1/3,1/3) x,x+1/6,x+1/3 + => SYMM(154): -z+1/4,x+1/2,-y+3/4 Symbol: 3- x,x+1/2,-x+1/4 + => SYMM(155): -z+1/4,-x+3/4,y+1/2 Symbol: 3+ (-1/3,1/3,1/3) x,-x+5/12,-x+7/12 + => SYMM(156): z,-x+3/4,-y+3/4 Symbol: 3- x,-x+3/4,x + => SYMM(157): y,x+1/2,z+1/2 Symbol: g (1/4,1/4,1/2) x,x+1/4,z + => SYMM(158): -y+1/4,x+1/2,-z+3/4 Symbol: -4- -1/8,3/8,z; -1/8,3/8,3/8 + => SYMM(159): y,-x+3/4,-z+3/4 Symbol: -4+ 3/8,3/8,z; 3/8,3/8,3/8 + => SYMM(160): -y+1/4,-x+3/4,z+1/2 Symbol: g (-1/4,1/4,1/2) x,-x+1/2,z + => SYMM(161): z,y+1/2,x+1/2 Symbol: g (1/4,1/2,1/4) x,y,x+1/4 + => SYMM(162): -z+1/4,-y+3/4,x+1/2 Symbol: -4+ -1/8,y,3/8; -1/8,3/8,3/8 + => SYMM(163): -z+1/4,y+1/2,-x+3/4 Symbol: g (-1/4,1/2,1/4) x,y,-x+1/2 + => SYMM(164): z,-y+3/4,-x+3/4 Symbol: -4- 3/8,y,3/8; 3/8,3/8,3/8 + => SYMM(165): x,z+1/2,y+1/2 Symbol: n (0,1/2,1/2) x,y,y + => SYMM(166): x,-z+3/4,-y+3/4 Symbol: m x,y,-y+3/4 + => SYMM(167): -x+1/4,-z+3/4,y+1/2 Symbol: -4- x,1/8,5/8; 1/8,1/8,5/8 + => SYMM(168): -x+1/4,z+1/2,-y+3/4 Symbol: -4+ x,5/8,1/8; 1/8,5/8,1/8 + => SYMM(169): -x,-y+1/2,-z+1/2 Symbol: -1 0,1/4,1/4 + => SYMM(170): -x,y+1/4,z+1/4 Symbol: d (0,1/4,1/4) 0,y,z + => SYMM(171): x+3/4,-y+1/2,z+1/4 Symbol: d (3/4,0,1/4) x,1/4,z + => SYMM(172): x+3/4,y+1/4,-z+1/2 Symbol: g (3/4,1/4,0) x,y,1/4 + => SYMM(173): -y,-z+1/2,-x+1/2 Symbol: -3- x,x,x+1/2; 0,0,1/2 + => SYMM(174): y+3/4,z+1/4,-x+1/2 Symbol: -3+ x,-x+3/4,x-1; 3/4,0,-1/4 + => SYMM(175): -y,z+1/4,x+1/4 Symbol: -3+ x,x+1/2,-x-1/4; -1/4,1/4,0 + => SYMM(176): y+3/4,-z+1/2,x+1/4 Symbol: -3- x,-x+1/4,-x+5/4; 1/2,-1/4,3/4 + => SYMM(177): -z,-x+1/2,-y+1/2 Symbol: -3+ x,x+1/2,x; 0,1/2,0 + => SYMM(178): z+3/4,-x+1/2,y+1/4 Symbol: -3- x,x-1,-x+3/4; 3/4,-1/4,0 + => SYMM(179): z+3/4,x+1/4,-y+1/2 Symbol: -3+ x,-x+5/4,-x+1/4; 1/2,3/4,-1/4 + => SYMM(180): -z,x+1/4,y+1/4 Symbol: -3- x,-x-1/4,x+1/2; -1/4,0,1/4 + => SYMM(181): -y,-x+1/2,-z+1/2 Symbol: 2 (-1/4,1/4,0) x,-x+1/4,1/4 + => SYMM(182): y+3/4,-x+1/2,z+1/4 Symbol: 4- (0,0,1/4) 5/8,-1/8,z + => SYMM(183): -y,x+1/4,z+1/4 Symbol: 4+ (0,0,1/4) -1/8,1/8,z + => SYMM(184): y+3/4,x+1/4,-z+1/2 Symbol: 2 (1/2,1/2,0) x,x-1/4,1/4 + => SYMM(185): -z,-y+1/2,-x+1/2 Symbol: 2 (-1/4,0,1/4) x,1/4,-x+1/4 + => SYMM(186): z+3/4,y+1/4,-x+1/2 Symbol: 4+ (0,1/4,0) 5/8,y,-1/8 + => SYMM(187): z+3/4,-y+1/2,x+1/4 Symbol: 2 (1/2,0,1/2) x,1/4,x-1/4 + => SYMM(188): -z,y+1/4,x+1/4 Symbol: 4- (0,1/4,0) -1/8,y,1/8 + => SYMM(189): -x,-z+1/2,-y+1/2 Symbol: 2 0,y,-y+1/2 + => SYMM(190): -x,z+1/4,y+1/4 Symbol: 2 (0,1/4,1/4) 0,y,y + => SYMM(191): x+3/4,z+1/4,-y+1/2 Symbol: 4- (3/4,0,0) x,3/8,1/8 + => SYMM(192): x+3/4,-z+1/2,y+1/4 Symbol: 4+ (3/4,0,0) x,1/8,3/8 + + => Special Wyckoff Positions for F d -3 m + + Multp Site Representative Coordinates (centring translations excluded) + 96 h 0,y,-y 0,-y+1/4,y+1/4 1/4,y,y+1/4 + 1/4,-y+1/4,-y y,-y,0 -y+1/4,y+1/4,0 + y,y+1/4,1/4 -y+1/4,-y,1/4 -y,0,y + y+1/4,0,-y+1/4 y+1/4,1/4,y -y,1/4,-y+1/4 + y,0,-y -y+1/4,0,y+1/4 y,1/4,y+1/4 + -y+1/4,1/4,-y -y,y,0 y+1/4,-y+1/4,0 + y+1/4,y,1/4 -y,-y+1/4,1/4 0,-y,y + 0,y+1/4,-y+1/4 1/4,y+1/4,y 1/4,-y,-y+1/4 + + 96 g x,x,z x,-x+1/4,-z+1/4 -x+1/4,x,-z+1/4 + -x+1/4,-x+1/4,z x,z,x -x+1/4,-z+1/4,x + x,-z+1/4,-x+1/4 -x+1/4,z,-x+1/4 z,x,x + -z+1/4,x,-x+1/4 -z+1/4,-x+1/4,x z,-x+1/4,-x+1/4 + -x,-x,-z -x,x+3/4,z+3/4 x+3/4,-x,z+3/4 + x+3/4,x+3/4,-z -x,-z,-x x+3/4,z+3/4,-x + -x,z+3/4,x+3/4 x+3/4,-z,x+3/4 -z,-x,-x + z+3/4,-x,x+3/4 z+3/4,x+3/4,-x -z,x+3/4,x+3/4 + + 48 f x,1/8,1/8 -x+1/4,1/8,1/8 1/8,1/8,x + 1/8,1/8,-x+1/4 1/8,x,1/8 1/8,-x+1/4,1/8 + -x,7/8,7/8 x+3/4,7/8,7/8 7/8,7/8,-x + 7/8,7/8,x+3/4 7/8,-x,7/8 7/8,x+3/4,7/8 + + 32 e x,x,x x,-x+1/4,-x+1/4 -x+1/4,x,-x+1/4 + -x+1/4,-x+1/4,x -x,-x,-x -x,x+3/4,x+3/4 + x+3/4,-x,x+3/4 x+3/4,x+3/4,-x + + 16 d 1/2,1/2,1/2 1/2,3/4,3/4 3/4,1/2,3/4 + 3/4,3/4,1/2 + + 16 c 0,0,0 0,1/4,1/4 1/4,0,1/4 + 1/4,1/4,0 + + 8 b 3/8,3/8,3/8 5/8,5/8,5/8 + + 8 a 1/8,1/8,1/8 7/8,7/8,7/8 + + + => Initial parameters ==> + Atom Ntyp X Y Z B occ. in fin Spc Mult + B11 B22 B33 B12 B13 B23 + Tb TB 0.50000 0.50000 0.50000 0.00000 0.33333 0 0 0 16 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + Betas: 0.00101 0.00101 0.00101 -0.00047 -0.00047 -0.00047 + Codes: 31.00000 31.00000 31.00000 61.00000 61.00000 61.00000 + Ti TI 0.00000 0.00000 0.00000 0.00000 0.33333 0 0 0 16 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + Betas: 0.00093 0.00093 0.00093 -0.00016 -0.00016 -0.00016 + Codes: 91.00000 91.00000 91.00000 21.00000 21.00000 21.00000 + O1 O 0.32804 0.12500 0.12500 0.00000 1.00000 0 0 0 48 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + Betas: 0.00124 0.00080 0.00080 0.00000 0.00000 0.00041 + Codes: 81.00000 71.00000 71.00000 0.00000 0.00000 51.00000 + O2 O 0.37500 0.37500 0.37500 0.00000 0.16667 0 0 0 8 + Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 + Betas: 0.00062 0.00062 0.00062 0.00000 0.00000 0.00000 + Codes: 41.00000 41.00000 41.00000 0.00000 0.00000 0.00000 + + => It is assumed that THE FIRST GIVEN SITE plus all the other atoms + occupying THE SAME POSITION have a total full occupation (no vacancies!) + (if this is not the case, change the order of atoms to obtain correct values for the content of the unit cell) + The given occupation factors have been obtained mutiplying m/M by 0.3333 + -> Atom: TB , Chemical element: TB Atomic Mass: 158.9254 + -> Atom: TI , Chemical element: TI Atomic Mass: 47.8670 + -> Atom: O , Chemical element: O Atomic Mass: 15.9994 + -> Atom: O , Chemical element: O Atomic Mass: 15.9994 + => The given value of ATZ is 67273.16 the program has calculated: 67273.16 + The value of ATZ given in the input PCR file will be used for quantitative analysis + => The chemical content of the unit cell is: + 16.0000 TB + 16.0000 TI + 48.0005 O + 8.0002 O + => The normalized site occupation numbers in % are: + 100.0000 Tb : 100.0000 Ti : 100.0010 O1 : 100.0030 O2 + => The density (volumic mass) of the compound is: 6.717 g/cm3 + + =>-------> SCALE FACTORS, EXTINCTION AND CELL PARAMETERS FOR PATTERN: 1 + + => Scale factors ( 1: 6) : 0.292500 0.00000 0.00000 0.00000 0.00000 0.00000 + + => Extinction parameters: 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 + => Direct cell parameters: 10.1300 10.1300 10.1300 90.0000 90.0000 90.0000 + => Lambda/2 parameters: 0.0000 + + + ==> CODEWORDS FOR Scale and Extinction PARAMETERS for Pattern 1 + + => Scale factors ( 1: 6): 11.000 0.000 0.000 0.000 0.000 0.000 + + => Extinction parameters: 0.000 0.000 0.000 0.000 0.000 0.000 0.000 + + + => Cell constraints according to Laue symmetry: m-3m + + Metric information: + ------------------- + + => Direct cell parameters: + + a = 10.1300 b = 10.1300 c = 10.1300 + alpha = 90.000 beta = 90.000 gamma = 90.000 + Direct Cell Volume = 1039.5093 + + => Reciprocal cell parameters: + + a*= 0.098717 b*= 0.098717 c*= 0.098717 + alpha*= 90.000 beta*= 90.000 gamma*= 90.000 + Reciprocal Cell Volume = 0.00096199 + + => Direct and Reciprocal Metric Tensors: + + GD GR + 102.6169 0.0000 0.0000 0.009745 0.000000 0.000000 + 0.0000 102.6169 0.0000 0.000000 0.009745 0.000000 + 0.0000 0.0000 102.6169 0.000000 0.000000 0.009745 + + => Cartesian frame: x // a; z is along c*; y is within the ab-plane + + Crystal_to_Orthonormal_Matrix Orthonormal_to_Crystal Matrix + Cr_Orth_cel Orth_Cr_cel + 10.1300 0.0000 0.0000 0.098717 -0.000000 -0.000000 + 0.0000 10.1300 0.0000 0.000000 0.098717 -0.000000 + 0.0000 0.0000 10.1300 0.000000 0.000000 0.098717 + + Busing-Levy B-matrix: Hc=B.H Inverse of the Busing-Levy B-matrix + BL_M BL_Minv + 0.098717 0.000000 0.000000 10.1300 -0.0000 -0.0000 + 0.000000 0.098717 -0.000000 0.0000 10.1300 0.0000 + 0.000000 0.000000 0.098717 0.0000 0.0000 10.1300 + => Header of the Integrated Intensity file: + -> Title: Single crystal data of Tb2Ti2O7 + -> Format of data: (3i4,2f12.4,i4) + -> Wavelength (Angstr.): 0.7930 + -> Type of data: F2 and Sig(F2) have been input + -> Reflections included only when F2> 0.0* sF2 + -> Nobserv (I>n*sigma): 220 -> Total Number of reflections: 220 + -> SumF: 3707.9 SumF2: 97624.2 SumF2w: 335127.3 + + => Weighting Scheme: + => Conventional weight: w(H)=1.0/Variance(GobsH) + + => Scattering coefficients from internal table + + => Scattering lengths: + + TB 0.7380 + TI -0.3438 + O 0.5803 + + -------------------------------------------------------------- + SYMBOLIC NAMES AND INITIAL VALUES OF PARAMETERS TO BE VARIED: + -------------------------------------------------------------- + + -> Parameter number 1 -> Symbolic Name: Scale1 0.29249999 + -> Parameter number 2 -> Symbolic Name: bet12_Ti -0.16000000E-03 + -> Parameter number 3 -> Symbolic Name: bet11_Tb 0.10100000E-02 + -> Parameter number 4 -> Symbolic Name: bet11_O2 0.62000001E-03 + -> Parameter number 5 -> Symbolic Name: bet23_O1 0.41000001E-03 + -> Parameter number 6 -> Symbolic Name: bet12_Tb -0.47000000E-03 + -> Parameter number 7 -> Symbolic Name: bet22_O1 0.79999998E-03 + -> Parameter number 8 -> Symbolic Name: bet11_O1 0.12400000E-02 + -> Parameter number 9 -> Symbolic Name: bet11_Ti 0.92999998E-03 + + + => No optimization for routine tasks + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 1 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001009 -0.000001 0.000057 0.001009 -0.000001 0.000057 0.001009 -0.000001 0.000057 + -0.000470 -0.000000 0.000052 -0.000470 -0.000000 0.000052 -0.000470 -0.000000 0.000052 + Ti 0.000929 -0.000001 0.000099 0.000929 -0.000001 0.000099 0.000929 -0.000001 0.000099 + -0.000160 -0.000000 0.000117 -0.000160 -0.000000 0.000117 -0.000160 -0.000000 0.000117 + O1 0.001240 -0.000000 0.000090 0.000799 -0.000001 0.000058 0.000799 -0.000001 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000410 0.000000 0.000068 + O2 0.000620 -0.000000 0.000084 0.000620 -0.000000 0.000084 0.000620 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.292325 -0.000175 0.004398 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 22.2 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.6 + => RF2w-factor : 11.8 + => RF -factor : 6.53 + => Chi2(Intens): 22.2 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 2 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001009 -0.000001 0.000057 0.001009 -0.000001 0.000057 0.001009 -0.000001 0.000057 + -0.000470 -0.000000 0.000052 -0.000470 -0.000000 0.000052 -0.000470 -0.000000 0.000052 + Ti 0.000929 -0.000001 0.000099 0.000929 -0.000001 0.000099 0.000929 -0.000001 0.000099 + -0.000161 -0.000000 0.000117 -0.000161 -0.000000 0.000117 -0.000161 -0.000000 0.000117 + O1 0.001239 -0.000000 0.000090 0.000799 -0.000001 0.000058 0.000799 -0.000001 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000410 0.000000 0.000068 + O2 0.000619 -0.000000 0.000084 0.000619 -0.000000 0.000084 0.000619 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.292154 -0.000171 0.004395 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 22.2 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.6 + => RF2w-factor : 11.8 + => RF -factor : 6.53 + => Chi2(Intens): 22.2 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 3 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001008 -0.000001 0.000057 0.001008 -0.000001 0.000057 0.001008 -0.000001 0.000057 + -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 + Ti 0.000928 -0.000001 0.000099 0.000928 -0.000001 0.000099 0.000928 -0.000001 0.000099 + -0.000161 -0.000000 0.000117 -0.000161 -0.000000 0.000117 -0.000161 -0.000000 0.000117 + O1 0.001239 -0.000000 0.000090 0.000798 -0.000001 0.000058 0.000798 -0.000001 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000410 0.000000 0.000068 + O2 0.000619 -0.000000 0.000084 0.000619 -0.000000 0.000084 0.000619 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.291988 -0.000166 0.004392 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 22.2 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.5 + => RF2w-factor : 11.8 + => RF -factor : 6.53 + => Chi2(Intens): 22.1 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 4 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001007 -0.000001 0.000057 0.001007 -0.000001 0.000057 0.001007 -0.000001 0.000057 + -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 + Ti 0.000927 -0.000001 0.000099 0.000927 -0.000001 0.000099 0.000927 -0.000001 0.000099 + -0.000161 -0.000000 0.000117 -0.000161 -0.000000 0.000117 -0.000161 -0.000000 0.000117 + O1 0.001239 -0.000000 0.000090 0.000798 -0.000001 0.000058 0.000798 -0.000001 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 + O2 0.000618 -0.000000 0.000084 0.000618 -0.000000 0.000084 0.000618 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.291826 -0.000162 0.004390 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 22.1 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.5 + => RF2w-factor : 11.8 + => RF -factor : 6.53 + => Chi2(Intens): 22.1 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 5 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001007 -0.000001 0.000057 0.001007 -0.000001 0.000057 0.001007 -0.000001 0.000057 + -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 + Ti 0.000927 -0.000001 0.000099 0.000927 -0.000001 0.000099 0.000927 -0.000001 0.000099 + -0.000162 -0.000000 0.000117 -0.000162 -0.000000 0.000117 -0.000162 -0.000000 0.000117 + O1 0.001238 -0.000000 0.000090 0.000797 -0.000001 0.000058 0.000797 -0.000001 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 + O2 0.000618 -0.000000 0.000084 0.000618 -0.000000 0.000084 0.000618 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.291668 -0.000158 0.004387 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 22.1 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.5 + => RF2w-factor : 11.8 + => RF -factor : 6.54 + => Chi2(Intens): 22.1 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 6 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001006 -0.000001 0.000057 0.001006 -0.000001 0.000057 0.001006 -0.000001 0.000057 + -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 + Ti 0.000926 -0.000001 0.000099 0.000926 -0.000001 0.000099 0.000926 -0.000001 0.000099 + -0.000162 -0.000000 0.000117 -0.000162 -0.000000 0.000117 -0.000162 -0.000000 0.000117 + O1 0.001238 -0.000000 0.000090 0.000797 -0.000001 0.000058 0.000797 -0.000001 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 + O2 0.000618 -0.000000 0.000084 0.000618 -0.000000 0.000084 0.000618 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.291514 -0.000154 0.004385 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 22.1 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.5 + => RF2w-factor : 11.8 + => RF -factor : 6.54 + => Chi2(Intens): 22.1 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 7 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001005 -0.000001 0.000057 0.001005 -0.000001 0.000057 0.001005 -0.000001 0.000057 + -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 + Ti 0.000925 -0.000001 0.000099 0.000925 -0.000001 0.000099 0.000925 -0.000001 0.000099 + -0.000162 -0.000000 0.000117 -0.000162 -0.000000 0.000117 -0.000162 -0.000000 0.000117 + O1 0.001238 -0.000000 0.000090 0.000796 -0.000001 0.000058 0.000796 -0.000001 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 + O2 0.000617 -0.000000 0.000084 0.000617 -0.000000 0.000084 0.000617 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.291364 -0.000150 0.004382 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 22.1 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.5 + => RF2w-factor : 11.8 + => RF -factor : 6.54 + => Chi2(Intens): 22.1 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 8 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001005 -0.000001 0.000057 0.001005 -0.000001 0.000057 0.001005 -0.000001 0.000057 + -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 + Ti 0.000925 -0.000001 0.000099 0.000925 -0.000001 0.000099 0.000925 -0.000001 0.000099 + -0.000163 -0.000000 0.000117 -0.000163 -0.000000 0.000117 -0.000163 -0.000000 0.000117 + O1 0.001237 -0.000000 0.000090 0.000795 -0.000001 0.000058 0.000795 -0.000001 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 + O2 0.000617 -0.000000 0.000084 0.000617 -0.000000 0.000084 0.000617 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.291218 -0.000146 0.004380 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 22.1 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.5 + => RF2w-factor : 11.8 + => RF -factor : 6.54 + => Chi2(Intens): 22.0 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 9 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001004 -0.000001 0.000057 0.001004 -0.000001 0.000057 0.001004 -0.000001 0.000057 + -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 + Ti 0.000924 -0.000001 0.000099 0.000924 -0.000001 0.000099 0.000924 -0.000001 0.000099 + -0.000163 -0.000000 0.000117 -0.000163 -0.000000 0.000117 -0.000163 -0.000000 0.000117 + O1 0.001237 -0.000000 0.000090 0.000795 -0.000001 0.000058 0.000795 -0.000001 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 + O2 0.000616 -0.000000 0.000084 0.000616 -0.000000 0.000084 0.000616 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.291075 -0.000143 0.004378 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 22.0 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.5 + => RF2w-factor : 11.8 + => RF -factor : 6.54 + => Chi2(Intens): 22.0 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 10 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001004 -0.000001 0.000057 0.001004 -0.000001 0.000057 0.001004 -0.000001 0.000057 + -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 + Ti 0.000924 -0.000001 0.000099 0.000924 -0.000001 0.000099 0.000924 -0.000001 0.000099 + -0.000163 -0.000000 0.000117 -0.000163 -0.000000 0.000117 -0.000163 -0.000000 0.000117 + O1 0.001237 -0.000000 0.000090 0.000794 -0.000000 0.000058 0.000794 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 + O2 0.000616 -0.000000 0.000084 0.000616 -0.000000 0.000084 0.000616 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.290936 -0.000139 0.004376 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 22.0 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.5 + => RF2w-factor : 11.8 + => RF -factor : 6.54 + => Chi2(Intens): 22.0 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 11 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001003 -0.000001 0.000057 0.001003 -0.000001 0.000057 0.001003 -0.000001 0.000057 + -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 + Ti 0.000923 -0.000001 0.000099 0.000923 -0.000001 0.000099 0.000923 -0.000001 0.000099 + -0.000163 -0.000000 0.000117 -0.000163 -0.000000 0.000117 -0.000163 -0.000000 0.000117 + O1 0.001236 -0.000000 0.000090 0.000794 -0.000000 0.000058 0.000794 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 + O2 0.000616 -0.000000 0.000084 0.000616 -0.000000 0.000084 0.000616 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.290800 -0.000136 0.004374 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 22.0 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.5 + => RF2w-factor : 11.8 + => RF -factor : 6.55 + => Chi2(Intens): 22.0 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 12 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001003 -0.000001 0.000057 0.001003 -0.000001 0.000057 0.001003 -0.000001 0.000057 + -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 + Ti 0.000923 -0.000001 0.000099 0.000923 -0.000001 0.000099 0.000923 -0.000001 0.000099 + -0.000164 -0.000000 0.000117 -0.000164 -0.000000 0.000117 -0.000164 -0.000000 0.000117 + O1 0.001236 -0.000000 0.000090 0.000794 -0.000000 0.000058 0.000794 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 + O2 0.000615 -0.000000 0.000084 0.000615 -0.000000 0.000084 0.000615 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.290668 -0.000132 0.004372 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 22.0 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.5 + => RF2w-factor : 11.8 + => RF -factor : 6.55 + => Chi2(Intens): 22.0 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 13 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001002 -0.000001 0.000057 0.001002 -0.000001 0.000057 0.001002 -0.000001 0.000057 + -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 + Ti 0.000922 -0.000001 0.000099 0.000922 -0.000001 0.000099 0.000922 -0.000001 0.000099 + -0.000164 -0.000000 0.000117 -0.000164 -0.000000 0.000117 -0.000164 -0.000000 0.000117 + O1 0.001236 -0.000000 0.000090 0.000793 -0.000000 0.000058 0.000793 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 + O2 0.000615 -0.000000 0.000084 0.000615 -0.000000 0.000084 0.000615 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.290540 -0.000129 0.004371 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 22.0 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.5 + => RF2w-factor : 11.8 + => RF -factor : 6.55 + => Chi2(Intens): 22.0 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 14 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001002 -0.000001 0.000057 0.001002 -0.000001 0.000057 0.001002 -0.000001 0.000057 + -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 + Ti 0.000922 -0.000001 0.000099 0.000922 -0.000001 0.000099 0.000922 -0.000001 0.000099 + -0.000164 -0.000000 0.000117 -0.000164 -0.000000 0.000117 -0.000164 -0.000000 0.000117 + O1 0.001236 -0.000000 0.000090 0.000793 -0.000000 0.000058 0.000793 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 + O2 0.000615 -0.000000 0.000084 0.000615 -0.000000 0.000084 0.000615 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.290414 -0.000126 0.004369 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 22.0 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.5 + => RF2w-factor : 11.8 + => RF -factor : 6.55 + => Chi2(Intens): 22.0 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 15 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001001 -0.000000 0.000057 0.001001 -0.000000 0.000057 0.001001 -0.000000 0.000057 + -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 + Ti 0.000921 -0.000000 0.000099 0.000921 -0.000000 0.000099 0.000921 -0.000000 0.000099 + -0.000164 -0.000000 0.000117 -0.000164 -0.000000 0.000117 -0.000164 -0.000000 0.000117 + O1 0.001235 -0.000000 0.000090 0.000792 -0.000000 0.000058 0.000792 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 + O2 0.000614 -0.000000 0.000084 0.000614 -0.000000 0.000084 0.000614 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.290292 -0.000122 0.004367 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 22.0 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.8 + => RF -factor : 6.56 + => Chi2(Intens): 21.9 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 16 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001001 -0.000000 0.000057 0.001001 -0.000000 0.000057 0.001001 -0.000000 0.000057 + -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 + Ti 0.000921 -0.000000 0.000099 0.000921 -0.000000 0.000099 0.000921 -0.000000 0.000099 + -0.000165 -0.000000 0.000117 -0.000165 -0.000000 0.000117 -0.000165 -0.000000 0.000117 + O1 0.001235 -0.000000 0.000090 0.000792 -0.000000 0.000058 0.000792 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000614 -0.000000 0.000084 0.000614 -0.000000 0.000084 0.000614 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.290172 -0.000119 0.004366 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.9 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.8 + => RF -factor : 6.56 + => Chi2(Intens): 21.9 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 17 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001000 -0.000000 0.000057 0.001000 -0.000000 0.000057 0.001000 -0.000000 0.000057 + -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 + Ti 0.000920 -0.000000 0.000099 0.000920 -0.000000 0.000099 0.000920 -0.000000 0.000099 + -0.000165 -0.000000 0.000117 -0.000165 -0.000000 0.000117 -0.000165 -0.000000 0.000117 + O1 0.001235 -0.000000 0.000090 0.000791 -0.000000 0.000058 0.000791 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000614 -0.000000 0.000084 0.000614 -0.000000 0.000084 0.000614 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.290056 -0.000116 0.004364 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.9 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.8 + => RF -factor : 6.56 + => Chi2(Intens): 21.9 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 18 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.001000 -0.000000 0.000057 0.001000 -0.000000 0.000057 0.001000 -0.000000 0.000057 + -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 + Ti 0.000920 -0.000000 0.000099 0.000920 -0.000000 0.000099 0.000920 -0.000000 0.000099 + -0.000165 -0.000000 0.000117 -0.000165 -0.000000 0.000117 -0.000165 -0.000000 0.000117 + O1 0.001235 -0.000000 0.000090 0.000791 -0.000000 0.000058 0.000791 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000614 -0.000000 0.000084 0.000614 -0.000000 0.000084 0.000614 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.289943 -0.000113 0.004363 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.9 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.8 + => RF -factor : 6.56 + => Chi2(Intens): 21.9 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 19 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000999 -0.000000 0.000057 0.000999 -0.000000 0.000057 0.000999 -0.000000 0.000057 + -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 + Ti 0.000919 -0.000000 0.000099 0.000919 -0.000000 0.000099 0.000919 -0.000000 0.000099 + -0.000165 -0.000000 0.000117 -0.000165 -0.000000 0.000117 -0.000165 -0.000000 0.000117 + O1 0.001234 -0.000000 0.000090 0.000791 -0.000000 0.000058 0.000791 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000613 -0.000000 0.000084 0.000613 -0.000000 0.000084 0.000613 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.289832 -0.000111 0.004362 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.9 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.8 + => RF -factor : 6.56 + => Chi2(Intens): 21.9 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 20 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000999 -0.000000 0.000057 0.000999 -0.000000 0.000057 0.000999 -0.000000 0.000057 + -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 + Ti 0.000919 -0.000000 0.000099 0.000919 -0.000000 0.000099 0.000919 -0.000000 0.000099 + -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 + O1 0.001234 -0.000000 0.000090 0.000790 -0.000000 0.000058 0.000790 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000613 -0.000000 0.000084 0.000613 -0.000000 0.000084 0.000613 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.289724 -0.000108 0.004360 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.9 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.8 + => RF -factor : 6.57 + => Chi2(Intens): 21.9 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 21 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000998 -0.000000 0.000057 0.000998 -0.000000 0.000057 0.000998 -0.000000 0.000057 + -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 + Ti 0.000918 -0.000000 0.000099 0.000918 -0.000000 0.000099 0.000918 -0.000000 0.000099 + -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 + O1 0.001234 -0.000000 0.000090 0.000790 -0.000000 0.000058 0.000790 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000613 -0.000000 0.000084 0.000613 -0.000000 0.000084 0.000613 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.289619 -0.000105 0.004359 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.9 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.8 + => RF -factor : 6.57 + => Chi2(Intens): 21.9 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 22 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000998 -0.000000 0.000057 0.000998 -0.000000 0.000057 0.000998 -0.000000 0.000057 + -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 + Ti 0.000918 -0.000000 0.000099 0.000918 -0.000000 0.000099 0.000918 -0.000000 0.000099 + -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 + O1 0.001234 -0.000000 0.000090 0.000789 -0.000000 0.000058 0.000789 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000613 -0.000000 0.000084 0.000613 -0.000000 0.000084 0.000613 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.289517 -0.000102 0.004358 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.9 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.8 + => RF -factor : 6.57 + => Chi2(Intens): 21.9 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 23 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000998 -0.000000 0.000057 0.000998 -0.000000 0.000057 0.000998 -0.000000 0.000057 + -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 + Ti 0.000918 -0.000000 0.000099 0.000918 -0.000000 0.000099 0.000918 -0.000000 0.000099 + -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 + O1 0.001233 -0.000000 0.000090 0.000789 -0.000000 0.000058 0.000789 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000612 -0.000000 0.000084 0.000612 -0.000000 0.000084 0.000612 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.289417 -0.000100 0.004357 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.9 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.8 + => RF -factor : 6.57 + => Chi2(Intens): 21.9 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 24 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000997 -0.000000 0.000057 0.000997 -0.000000 0.000057 0.000997 -0.000000 0.000057 + -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 + Ti 0.000917 -0.000000 0.000099 0.000917 -0.000000 0.000099 0.000917 -0.000000 0.000099 + -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 + O1 0.001233 -0.000000 0.000090 0.000789 -0.000000 0.000058 0.000789 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000612 -0.000000 0.000084 0.000612 -0.000000 0.000084 0.000612 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.289320 -0.000097 0.004356 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.9 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.8 + => RF -factor : 6.57 + => Chi2(Intens): 21.9 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 25 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000997 -0.000000 0.000057 0.000997 -0.000000 0.000057 0.000997 -0.000000 0.000057 + -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 + Ti 0.000917 -0.000000 0.000099 0.000917 -0.000000 0.000099 0.000917 -0.000000 0.000099 + -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 + O1 0.001233 -0.000000 0.000090 0.000788 -0.000000 0.000058 0.000788 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000612 -0.000000 0.000084 0.000612 -0.000000 0.000084 0.000612 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.289225 -0.000095 0.004355 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.9 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.8 + => RF -factor : 6.57 + => Chi2(Intens): 21.9 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 26 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000996 -0.000000 0.000057 0.000996 -0.000000 0.000057 0.000996 -0.000000 0.000057 + -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 + Ti 0.000917 -0.000000 0.000099 0.000917 -0.000000 0.000099 0.000917 -0.000000 0.000099 + -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 + O1 0.001233 -0.000000 0.000090 0.000788 -0.000000 0.000058 0.000788 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000612 -0.000000 0.000084 0.000612 -0.000000 0.000084 0.000612 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.289133 -0.000092 0.004354 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.9 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.8 + => RF -factor : 6.58 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 27 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000996 -0.000000 0.000057 0.000996 -0.000000 0.000057 0.000996 -0.000000 0.000057 + -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 + Ti 0.000916 -0.000000 0.000099 0.000916 -0.000000 0.000099 0.000916 -0.000000 0.000099 + -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 + O1 0.001233 -0.000000 0.000090 0.000788 -0.000000 0.000058 0.000788 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.289043 -0.000090 0.004353 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.8 + => RF -factor : 6.58 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 28 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000996 -0.000000 0.000057 0.000996 -0.000000 0.000057 0.000996 -0.000000 0.000057 + -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 + Ti 0.000916 -0.000000 0.000099 0.000916 -0.000000 0.000099 0.000916 -0.000000 0.000099 + -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 + O1 0.001233 -0.000000 0.000090 0.000787 -0.000000 0.000058 0.000787 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.288955 -0.000088 0.004352 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.8 + => RF -factor : 6.58 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 29 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000995 -0.000000 0.000057 0.000995 -0.000000 0.000057 0.000995 -0.000000 0.000057 + -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 + Ti 0.000915 -0.000000 0.000099 0.000915 -0.000000 0.000099 0.000915 -0.000000 0.000099 + -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 + O1 0.001232 -0.000000 0.000090 0.000787 -0.000000 0.000058 0.000787 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.288869 -0.000086 0.004351 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.8 + => RF -factor : 6.58 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 30 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000995 -0.000000 0.000057 0.000995 -0.000000 0.000057 0.000995 -0.000000 0.000057 + -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 + Ti 0.000915 -0.000000 0.000099 0.000915 -0.000000 0.000099 0.000915 -0.000000 0.000099 + -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 + O1 0.001232 -0.000000 0.000090 0.000787 -0.000000 0.000058 0.000787 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.288786 -0.000083 0.004350 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.7 + => RF -factor : 6.58 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 31 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000995 -0.000000 0.000057 0.000995 -0.000000 0.000057 0.000995 -0.000000 0.000057 + -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 + Ti 0.000915 -0.000000 0.000099 0.000915 -0.000000 0.000099 0.000915 -0.000000 0.000099 + -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 + O1 0.001232 -0.000000 0.000090 0.000786 -0.000000 0.000058 0.000786 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.288704 -0.000081 0.004349 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.7 + => RF -factor : 6.58 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 32 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000994 -0.000000 0.000057 0.000994 -0.000000 0.000057 0.000994 -0.000000 0.000057 + -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 + Ti 0.000914 -0.000000 0.000099 0.000914 -0.000000 0.000099 0.000914 -0.000000 0.000099 + -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 + O1 0.001232 -0.000000 0.000090 0.000786 -0.000000 0.000058 0.000786 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.288625 -0.000079 0.004349 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.7 + => RF -factor : 6.58 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 33 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000994 -0.000000 0.000057 0.000994 -0.000000 0.000057 0.000994 -0.000000 0.000057 + -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 + Ti 0.000914 -0.000000 0.000099 0.000914 -0.000000 0.000099 0.000914 -0.000000 0.000099 + -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 + O1 0.001232 -0.000000 0.000090 0.000786 -0.000000 0.000058 0.000786 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.288548 -0.000077 0.004348 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.7 + => RF -factor : 6.59 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 34 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000994 -0.000000 0.000057 0.000994 -0.000000 0.000057 0.000994 -0.000000 0.000057 + -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 + Ti 0.000914 -0.000000 0.000099 0.000914 -0.000000 0.000099 0.000914 -0.000000 0.000099 + -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 + O1 0.001231 -0.000000 0.000090 0.000786 -0.000000 0.000058 0.000786 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.288472 -0.000075 0.004347 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.7 + => RF -factor : 6.59 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 35 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000994 -0.000000 0.000057 0.000994 -0.000000 0.000057 0.000994 -0.000000 0.000057 + -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 + Ti 0.000914 -0.000000 0.000099 0.000914 -0.000000 0.000099 0.000914 -0.000000 0.000099 + -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 + O1 0.001231 -0.000000 0.000090 0.000785 -0.000000 0.000058 0.000785 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.288399 -0.000073 0.004346 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.7 + => RF -factor : 6.59 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 36 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000993 -0.000000 0.000057 0.000993 -0.000000 0.000057 0.000993 -0.000000 0.000057 + -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 + Ti 0.000913 -0.000000 0.000099 0.000913 -0.000000 0.000099 0.000913 -0.000000 0.000099 + -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 + O1 0.001231 -0.000000 0.000090 0.000785 -0.000000 0.000058 0.000785 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.288327 -0.000072 0.004346 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.4 + => RF2w-factor : 11.7 + => RF -factor : 6.59 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 37 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000993 -0.000000 0.000057 0.000993 -0.000000 0.000057 0.000993 -0.000000 0.000057 + -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 + Ti 0.000913 -0.000000 0.000099 0.000913 -0.000000 0.000099 0.000913 -0.000000 0.000099 + -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 + O1 0.001231 -0.000000 0.000090 0.000785 -0.000000 0.000058 0.000785 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.288257 -0.000070 0.004345 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.3 + => RF2w-factor : 11.7 + => RF -factor : 6.59 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 38 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000993 -0.000000 0.000057 0.000993 -0.000000 0.000057 0.000993 -0.000000 0.000057 + -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 + Ti 0.000913 -0.000000 0.000099 0.000913 -0.000000 0.000099 0.000913 -0.000000 0.000099 + -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 + O1 0.001231 -0.000000 0.000090 0.000785 -0.000000 0.000058 0.000785 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.288189 -0.000068 0.004345 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.3 + => RF2w-factor : 11.7 + => RF -factor : 6.59 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 39 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000992 -0.000000 0.000057 0.000992 -0.000000 0.000057 0.000992 -0.000000 0.000057 + -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 + Ti 0.000912 -0.000000 0.000099 0.000912 -0.000000 0.000099 0.000912 -0.000000 0.000099 + -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 + O1 0.001231 -0.000000 0.000090 0.000784 -0.000000 0.000058 0.000784 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.288123 -0.000066 0.004344 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.3 + => RF2w-factor : 11.7 + => RF -factor : 6.59 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 40 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000992 -0.000000 0.000057 0.000992 -0.000000 0.000057 0.000992 -0.000000 0.000057 + -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 + Ti 0.000912 -0.000000 0.000099 0.000912 -0.000000 0.000099 0.000912 -0.000000 0.000099 + -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 + O1 0.001231 -0.000000 0.000090 0.000784 -0.000000 0.000058 0.000784 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.288058 -0.000065 0.004343 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.3 + => RF2w-factor : 11.7 + => RF -factor : 6.59 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 41 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000992 -0.000000 0.000057 0.000992 -0.000000 0.000057 0.000992 -0.000000 0.000057 + -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 + Ti 0.000912 -0.000000 0.000099 0.000912 -0.000000 0.000099 0.000912 -0.000000 0.000099 + -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 + O1 0.001230 -0.000000 0.000090 0.000784 -0.000000 0.000058 0.000784 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.287995 -0.000063 0.004343 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.3 + => RF2w-factor : 11.7 + => RF -factor : 6.60 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 42 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000992 -0.000000 0.000057 0.000992 -0.000000 0.000057 0.000992 -0.000000 0.000057 + -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 + Ti 0.000912 -0.000000 0.000099 0.000912 -0.000000 0.000099 0.000912 -0.000000 0.000099 + -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 + O1 0.001230 -0.000000 0.000090 0.000784 -0.000000 0.000058 0.000784 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.287934 -0.000061 0.004342 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.3 + => RF2w-factor : 11.7 + => RF -factor : 6.60 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 43 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 + -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 + Ti 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 + -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 + O1 0.001230 -0.000000 0.000090 0.000784 -0.000000 0.000058 0.000784 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.287874 -0.000060 0.004342 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.3 + => RF2w-factor : 11.7 + => RF -factor : 6.60 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 44 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 + -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 + Ti 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 + -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 + O1 0.001230 -0.000000 0.000090 0.000783 -0.000000 0.000058 0.000783 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.287816 -0.000058 0.004342 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.3 + => RF2w-factor : 11.7 + => RF -factor : 6.60 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 45 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 + -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 + Ti 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 + -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 + O1 0.001230 -0.000000 0.000090 0.000783 -0.000000 0.000058 0.000783 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.287759 -0.000057 0.004341 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.3 + => RF2w-factor : 11.7 + => RF -factor : 6.60 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 46 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 + -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 + Ti 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 + -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 + O1 0.001230 -0.000000 0.000090 0.000783 -0.000000 0.000058 0.000783 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.287703 -0.000055 0.004341 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.3 + => RF2w-factor : 11.7 + => RF -factor : 6.60 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 47 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 + -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 + Ti 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 + -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 + O1 0.001230 -0.000000 0.000090 0.000783 -0.000000 0.000058 0.000783 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.287649 -0.000054 0.004340 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.3 + => RF2w-factor : 11.7 + => RF -factor : 6.60 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 48 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000990 -0.000000 0.000057 0.000990 -0.000000 0.000057 0.000990 -0.000000 0.000057 + -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 + Ti 0.000910 -0.000000 0.000099 0.000910 -0.000000 0.000099 0.000910 -0.000000 0.000099 + -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 + O1 0.001230 -0.000000 0.000090 0.000783 -0.000000 0.000058 0.000783 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.287596 -0.000053 0.004340 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.3 + => RF2w-factor : 11.7 + => RF -factor : 6.60 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 49 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000990 -0.000000 0.000057 0.000990 -0.000000 0.000057 0.000990 -0.000000 0.000057 + -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 + Ti 0.000910 -0.000000 0.000099 0.000910 -0.000000 0.000099 0.000910 -0.000000 0.000099 + -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 + O1 0.001230 -0.000000 0.000090 0.000782 -0.000000 0.000058 0.000782 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + O2 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.287545 -0.000051 0.004340 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.3 + => RF2w-factor : 11.7 + => RF -factor : 6.60 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + => CYCLE No.: 50 + ------------------------------------------------------------------------------------------------------------------------------------ + => Phase 1 Name: Tb2Ti2O7 + ------------------------------------------------------------------------------------------------------------------------------------ + => New parameters, shifts, and standard deviations + + Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. + + Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 + O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 + O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 + + Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 + B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 + Tb 0.000990 -0.000000 0.000057 0.000990 -0.000000 0.000057 0.000990 -0.000000 0.000057 + -0.000477 -0.000000 0.000052 -0.000477 -0.000000 0.000052 -0.000477 -0.000000 0.000052 + + U-Eigen Value (A**2) ---- Eigen vector(Orth. syst.) + 0.00019 ---- 0.57735 0.57735 0.57735 + 0.00762 ---- 0.70711 -0.70711 0.00000 + 0.00762 ---- 0.40825 0.40825 -0.81650 + + Isotropic temperature factor Uequiv(A**2): 0.0051 + Isotropic temperature factor Bequiv(A**2): 0.4063 + + R.M.S. in ANGSTROMS ------ Angles with A, B, C + 0.01385 ---- 54.736 54.736 54.736 + 0.08731 ---- 45.000 135.000 90.000 + 0.08731 ---- 65.905 65.905 144.736 + + Ti 0.000910 -0.000000 0.000099 0.000910 -0.000000 0.000099 0.000910 -0.000000 0.000099 + -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 + + U-Eigen Value (A**2) ---- Eigen vector(Orth. syst.) + 0.00296 ---- 0.57735 0.57735 0.57735 + 0.00561 ---- 0.70711 -0.70711 0.00000 + 0.00561 ---- 0.40825 0.40825 -0.81650 + + Isotropic temperature factor Uequiv(A**2): 0.0047 + Isotropic temperature factor Bequiv(A**2): 0.3735 + + R.M.S. in ANGSTROMS ------ Angles with A, B, C + 0.05444 ---- 54.736 54.736 54.736 + 0.07492 ---- 45.000 135.000 90.000 + 0.07492 ---- 65.905 65.905 144.736 + + O1 0.001229 -0.000000 0.000090 0.000782 -0.000000 0.000058 0.000782 -0.000000 0.000058 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 + + U-Eigen Value (A**2) ---- Eigen vector(Orth. syst.) + 0.00639 ---- 1.00000 0.00000 0.00000 + 0.00621 ---- 0.00000 0.70711 0.70711 + 0.00192 ---- 0.00000 0.70711 -0.70711 + + Isotropic temperature factor Uequiv(A**2): 0.0048 + Isotropic temperature factor Bequiv(A**2): 0.3822 + + R.M.S. in ANGSTROMS ------ Angles with A, B, C + 0.07995 ---- 0.000 90.000 90.000 + 0.07881 ---- 90.000 45.000 45.000 + 0.04384 ---- 90.000 45.000 135.000 + + O2 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + + U-Eigen Value (A**2) ---- Eigen vector(Orth. syst.) + 0.00316 ---- 0.50000 0.50000 0.70711 + 0.00316 ---- 0.85355 -0.14645 -0.50000 + 0.00316 ---- 0.14645 -0.85355 0.50000 + + Isotropic temperature factor Uequiv(A**2): 0.0032 + Isotropic temperature factor Bequiv(A**2): 0.2494 + + R.M.S. in ANGSTROMS ------ Angles with A, B, C + 0.05620 ---- 60.000 60.000 45.000 + 0.05620 ---- 31.400 98.421 120.000 + 0.05620 ---- 81.579 148.600 60.000 + + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + => Scale factors ( 1: 6): + 0.287495 -0.000050 0.004339 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Extinction Parameters: + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + 0.000000 0.000000 0.000000 + + + => Lambda/2 param: + 0.000000 0.000000 0.000000 + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + => ---------> Pattern# 1 + => Phase: 1 + => RF2 -factor : 11.3 + => RF2w-factor : 11.7 + => RF -factor : 6.61 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + + -------------------------------------------------------------------------------------------------------------------------------------------------------- + Pattern# 1 Phase No.: 1 Phase name: Tb2Ti2O7 + -------------------------------------------------------------------------------------------------------------------------------------------------------- + => F2cal= scale*Corr*F2 + h k l ivk cod F2obs F2cal F2cal(mag) Dif/sig Extinction(y) Sinthet/lamb Lambda/2-Contr RMsFx IMsFx RMsFy IMsFy RMsFz IMsFz RMiVx IMiVx RMiVy IMiVy RMiVz IMiVz + 1 1 1 0 1 194.5677 176.2732 0.0000 7.8676 1.00000 0.08549 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 2 2 0 0 1 22.6319 10.2906 0.0000 10.9867 1.00000 0.13961 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 3 1 1 0 1 99.2917 78.3839 0.0000 8.1607 1.00000 0.16370 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 2 2 2 0 1 219.2877 175.5162 0.0000 13.4590 1.00000 0.17098 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 4 0 0 0 1 1366.7377 1877.1442 0.0000 -16.4241 1.00000 0.19743 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 3 3 1 0 1 1381.2404 1811.0575 0.0000 -17.6023 1.00000 0.21515 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 4 2 2 0 1 272.4665 229.1738 0.0000 10.2223 1.00000 0.24181 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 1 1 0 1 991.5085 1055.1635 0.0000 -3.3151 1.00000 0.25647 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 3 3 3 0 1 504.5874 453.3925 0.0000 7.0563 1.00000 0.25647 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 4 4 0 0 1 2167.6858 3243.1765 0.0000 -28.3315 1.00000 0.27921 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 3 1 0 1 369.5253 323.2629 0.0000 7.4801 1.00000 0.29201 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 4 4 2 0 1 6.2608 0.0481 0.0000 2.1473 1.00000 0.29615 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 2 0 0 1 339.3607 289.2810 0.0000 9.6450 1.00000 0.31217 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 3 3 0 1 20.2404 14.7985 0.0000 2.2397 1.00000 0.32366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 2 2 0 1 214.3519 173.8878 0.0000 10.0107 1.00000 0.32741 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 4 4 4 0 1 375.6302 344.3943 0.0000 4.8432 1.00000 0.34196 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 1 1 0 1 838.4976 800.9113 0.0000 3.5506 1.00000 0.35249 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 5 1 0 1 55.1172 39.2618 0.0000 2.7325 1.00000 0.35249 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 4 2 0 1 33.0758 20.2788 0.0000 7.3971 1.00000 0.36936 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 5 3 0 1 764.9341 717.3077 0.0000 4.9182 1.00000 0.37913 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 3 1 0 1 73.8851 58.1163 0.0000 2.7867 1.00000 0.37913 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 0 0 0 1 1910.4371 2211.6245 0.0000 -8.3972 1.00000 0.39487 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 3 3 0 1 2395.7312 3118.1091 0.0000 -14.5490 1.00000 0.40402 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 4 4 0 1 9.8576 0.5755 0.0000 3.0804 1.00000 0.40702 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 2 2 0 1 1207.8987 1208.5704 0.0000 -0.0437 1.00000 0.41882 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 6 0 0 1 1217.1985 1227.1785 0.0000 -0.7117 1.00000 0.41882 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 5 1 0 1 324.4044 286.5447 0.0000 5.4544 1.00000 0.42746 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 5 5 0 1 2023.2412 2370.8625 0.0000 -18.2170 1.00000 0.42746 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 6 2 0 1 172.7699 139.9014 0.0000 6.5380 1.00000 0.43030 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 4 0 0 1 119.7360 98.4317 0.0000 5.0780 1.00000 0.44147 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 5 3 0 1 1082.9794 1064.4780 0.0000 1.2507 1.00000 0.44968 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 1 1 0 1 123.3764 102.8689 0.0000 2.0741 1.00000 0.44968 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 6 4 0 1 656.7704 595.1904 0.0000 5.7313 1.00000 0.46302 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 3 1 0 1 130.3383 108.5313 0.0000 4.5685 1.00000 0.47085 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 4 4 0 1 570.3704 522.3372 0.0000 6.2960 1.00000 0.48361 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 3 3 0 1 1398.5513 1433.2677 0.0000 -1.9073 1.00000 0.49111 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 7 1 0 1 1685.6763 1789.2595 0.0000 -6.9176 1.00000 0.49111 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 5 5 0 1 107.9908 89.4847 0.0000 1.4805 1.00000 0.49111 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 2 0 0 1 914.1141 861.6765 0.0000 5.4001 1.00000 0.50336 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 6 2 0 1 258.0833 217.4187 0.0000 4.4007 1.00000 0.50336 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 7 3 0 1 588.8738 549.3734 0.0000 3.7422 1.00000 0.51057 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 5 1 0 1 1016.6021 981.3416 0.0000 2.3277 1.00000 0.51057 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 6 6 0 1 215.3041 186.9986 0.0000 4.8400 1.00000 0.51295 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 2 2 0 1 165.5683 137.4732 0.0000 4.1734 1.00000 0.51295 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 5 3 0 1 263.2697 226.2269 0.0000 5.9972 1.00000 0.52931 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 4 2 0 1 399.1649 340.4209 0.0000 8.1626 1.00000 0.54069 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 1 1 0 1 406.6985 366.2877 0.0000 5.2204 1.00000 0.54741 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 7 5 0 1 9.0443 0.1919 0.0000 1.5465 1.00000 0.54741 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 8 0 0 1 232.3389 202.6847 0.0000 4.8342 1.00000 0.55843 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 3 1 0 1 815.0747 771.4958 0.0000 3.7074 1.00000 0.56493 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 7 1 0 1 645.9863 602.4438 0.0000 4.2319 1.00000 0.56493 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 5 5 0 1 105.5177 89.9905 0.0000 1.6548 1.00000 0.56493 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 6 0 0 1 2129.5383 2347.2014 0.0000 -6.7896 1.00000 0.57561 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 7 3 0 1 24.8305 14.6464 0.0000 2.5903 1.00000 0.58193 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 3 3 0 1 111.9623 95.0373 0.0000 4.2499 1.00000 0.58193 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 6 2 0 1 178.0339 156.4197 0.0000 3.4488 1.00000 0.58402 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 0 0 0 1 355.9608 314.1405 0.0000 5.3896 1.00000 0.59230 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 8 4 0 1 451.1190 415.2291 0.0000 3.8813 1.00000 0.59230 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 7 7 0 1 2409.2754 2751.7048 0.0000 -11.0077 1.00000 0.59844 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 5 1 0 1 36.9390 29.7784 0.0000 0.4864 1.00000 0.59844 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 2 2 0 1 1267.5220 1256.8169 0.0000 0.5708 1.00000 0.60853 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 6 4 0 1 1228.7996 1208.8113 0.0000 1.0546 1.00000 0.60853 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 7 5 0 1 329.1074 303.3771 0.0000 3.3915 1.00000 0.61451 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 5 3 0 1 224.7773 199.5466 0.0000 3.6762 1.00000 0.61451 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 4 0 0 1 883.0682 871.2598 0.0000 0.7054 1.00000 0.62434 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 9 1 0 1 60.6822 47.9287 0.0000 4.2465 1.00000 0.63017 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 8 6 0 1 12.8220 1.4280 0.0000 2.4320 1.00000 0.63210 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 4 2 0 1 5.0893 0.8692 0.0000 0.8698 1.00000 0.63210 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 8 2 0 1 15.7286 2.3830 0.0000 2.8014 1.00000 0.63976 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 5 5 0 1 1284.8992 1315.6169 0.0000 -1.7159 1.00000 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 1 1 0 1 91.8083 75.3542 0.0000 1.4756 1.00000 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 9 3 0 1 114.6400 95.0473 0.0000 1.7506 1.00000 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 7 1 0 1 11.3935 4.2460 0.0000 0.5830 1.00000 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 6 6 0 1 107.1723 92.0563 0.0000 2.9307 1.00000 0.64733 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 4 4 0 1 25.8850 17.5187 0.0000 2.0472 1.00000 0.65481 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 7 7 0 1 1452.1660 1496.2008 0.0000 -2.0168 1.00000 0.66037 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 3 1 0 1 1245.0792 1235.8453 0.0000 0.6256 1.00000 0.66037 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 7 3 0 1 1511.8230 1544.7648 0.0000 -1.2789 1.00000 0.66037 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 8 4 0 1 3.7100 3.8189 0.0000 -0.0206 1.00000 0.66221 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 6 2 0 1 329.0760 295.4960 0.0000 4.2203 1.00000 0.66953 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 3 3 0 1 285.8376 236.9448 0.0000 6.1040 1.00000 0.67497 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 9 5 0 1 992.9638 950.3796 0.0000 2.2943 1.00000 0.67497 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 8 8 0 1 288.2571 240.7574 0.0000 5.7663 1.00000 0.68393 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 5 1 0 1 194.8370 169.6523 0.0000 3.0876 1.00000 0.68925 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 7 5 0 1 414.2435 394.0394 0.0000 1.2035 1.00000 0.68925 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 6 4 0 1 7.2439 0.9662 0.0000 1.0034 1.00000 0.69102 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 0 0 1 2714.7458 3162.0996 0.0000 -11.3485 1.00000 0.69803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 8 6 0 1 343.7899 304.2293 0.0000 2.4367 1.00000 0.69803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 2 0 0 1 472.1022 430.8871 0.0000 2.5208 1.00000 0.69803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 5 3 0 1 22.6495 15.4030 0.0000 1.1352 1.00000 0.70325 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 9 1 0 1 467.5958 452.8921 0.0000 1.2994 1.00000 0.70325 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 2 2 0 1 135.5432 127.7201 0.0000 1.3752 1.00000 0.70498 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 2 0 1 111.2981 102.2177 0.0000 1.8054 1.00000 0.70498 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 8 0 0 1 143.5622 131.7349 0.0000 2.0780 1.00000 0.71186 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 9 3 0 1 624.4188 600.8624 0.0000 1.8927 1.00000 0.71697 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 9 7 0 1 533.1500 493.2895 0.0000 3.5523 1.00000 0.71697 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 8 2 0 1 10.4581 0.9514 0.0000 1.4189 1.00000 0.71867 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 4 0 1 2155.8782 2338.6594 0.0000 -4.8307 1.00000 0.72542 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 6 6 0 1 7.6967 2.0908 0.0000 0.3163 1.00000 0.72542 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 4 2 0 1 105.0912 83.3345 0.0000 1.2483 1.00000 0.72542 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 5 5 0 1 587.6577 551.1723 0.0000 2.6881 1.00000 0.73044 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 7 7 0 1 152.2555 136.0302 0.0000 1.8609 1.00000 0.73044 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 7 1 0 1 17.2751 9.3321 0.0000 0.8468 1.00000 0.73044 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 8 4 0 1 2.8080 0.0332 0.0000 0.4356 1.00000 0.73873 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 7 3 0 1 2101.8381 2309.4060 0.0000 -6.4580 1.00000 0.74366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 1 1 0 1 21.4748 16.0752 0.0000 0.3234 1.00000 0.74366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 9 5 0 1 16.9701 17.6132 0.0000 -0.0361 1.00000 0.74366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 8 8 0 1 3.9106 0.0413 0.0000 0.5556 1.00000 0.74529 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 4 4 0 1 6.3243 3.5835 0.0000 0.3881 1.00000 0.74529 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 6 0 0 1 1277.8949 1264.0121 0.0000 0.8634 1.00000 0.75180 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 3 1 0 1 173.7919 159.1512 0.0000 2.1372 1.00000 0.75665 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 6 0 1 148.4994 151.3014 0.0000 -0.4821 1.00000 0.75826 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 6 2 0 1 96.6851 94.4405 0.0000 0.4695 1.00000 0.75826 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 7 5 0 1 743.1557 722.2418 0.0000 1.3010 1.00000 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 1 0 1 253.0292 236.3490 0.0000 1.1829 1.00000 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 3 3 0 1 801.3929 786.1374 0.0000 0.8499 1.00000 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 9 9 0 1 9.2930 0.0367 0.0000 0.7759 1.00000 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 8 6 0 1 5.7886 5.7859 0.0000 0.0004 1.00000 0.77100 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 6 4 0 1 799.8103 760.7155 0.0000 3.8658 1.00000 0.77730 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 10 2 0 1 16.6109 12.3283 0.0000 0.6773 1.00000 0.77730 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 5 1 0 1 1196.2526 1224.3760 0.0000 -1.3610 1.00000 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 9 1 0 1 77.6526 61.7632 0.0000 1.3724 1.00000 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 3 0 1 0.1226 0.1357 0.0000 -0.0028 1.00000 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 9 7 0 1 36.2448 31.4958 0.0000 1.2689 1.00000 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 0 0 0 1 2281.3191 2657.8162 0.0000 -7.8443 1.00000 0.78973 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 9 3 0 1 1012.6861 1011.2758 0.0000 0.0712 1.00000 0.79435 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 5 3 0 1 73.0685 67.8749 0.0000 0.3679 1.00000 0.79435 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 10 4 0 1 4.7657 0.1130 0.0000 0.6618 1.00000 0.79588 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 8 0 1 708.9425 680.3165 0.0000 1.3907 1.00000 0.80198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 8 2 0 1 66.2456 57.3702 0.0000 1.1037 1.00000 0.80198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 2 2 0 1 355.8104 336.7964 0.0000 2.1786 1.00000 0.80198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 7 7 0 1 338.0038 291.6532 0.0000 4.3144 1.00000 0.80652 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 5 0 1 460.0088 437.3098 0.0000 1.2563 1.00000 0.80652 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 6 6 0 1 142.0896 146.4935 0.0000 -0.7435 1.00000 0.80803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 4 0 0 1 484.0079 424.2308 0.0000 4.8978 1.00000 0.81404 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 7 1 0 1 296.3522 289.4611 0.0000 0.9306 1.00000 0.81852 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 5 5 0 1 135.2490 117.9854 0.0000 2.5999 1.00000 0.81852 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 9 5 0 1 67.1565 54.1576 0.0000 2.0870 1.00000 0.81852 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 4 2 0 1 0.4130 0.6478 0.0000 -0.0390 1.00000 0.82000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 8 4 0 1 0.6195 2.5575 0.0000 -0.3253 1.00000 0.82000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 10 6 0 1 156.6047 136.4070 0.0000 3.3422 1.00000 0.82592 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 9 9 0 1 406.6829 403.7811 0.0000 0.2656 1.00000 0.83034 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 7 3 0 1 10.0451 7.1748 0.0000 0.2459 1.00000 0.83034 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 4 4 0 1 889.3516 933.1519 0.0000 -1.5640 1.00000 0.83764 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 0 0 1 48.4913 49.4587 0.0000 -0.0963 1.00000 0.83764 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 11 1 0 1 515.3911 504.9596 0.0000 0.8608 1.00000 0.84199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 7 0 1 540.7250 506.9706 0.0000 2.7625 1.00000 0.84199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 1 1 0 1 547.7704 516.8766 0.0000 1.4964 1.00000 0.84199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 2 0 1 26.2629 11.9417 0.0000 1.6531 1.00000 0.84344 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 10 0 0 1 2187.1519 2410.8562 0.0000 -7.4341 1.00000 0.84919 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 6 2 0 1 7.7465 1.9394 0.0000 0.2950 1.00000 0.84919 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 8 6 0 1 64.3002 50.2244 0.0000 1.4958 1.00000 0.84919 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 9 7 0 1 11.6539 10.1210 0.0000 0.1769 1.00000 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 3 1 0 1 50.1850 34.6765 0.0000 1.9187 1.00000 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 7 5 0 1 374.3065 354.7084 0.0000 2.2326 1.00000 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 11 3 0 1 30.6726 13.9581 0.0000 2.0615 1.00000 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 10 2 0 1 109.6739 118.5039 0.0000 -1.7449 1.00000 0.85491 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 10 0 1 100.7550 88.1313 0.0000 2.2303 1.00000 0.85491 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 4 0 1 504.4615 524.3261 0.0000 -1.3837 1.00000 0.86059 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 3 3 0 1 1812.5647 2156.3711 0.0000 -0.9205 1.00000 0.86483 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 9 1 0 1 2.6081 5.1793 0.0000 -0.1384 1.00000 0.86483 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 10 8 0 1 13.5403 4.1993 0.0000 0.9126 1.00000 0.86624 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 6 4 0 1 4.9083 0.8497 0.0000 0.5017 1.00000 0.86624 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 10 4 0 1 1167.5333 1196.0894 0.0000 -1.6500 1.00000 0.87184 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 11 5 0 1 218.7551 231.6901 0.0000 -0.8690 1.00000 0.87602 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 9 3 0 1 267.0351 264.3524 0.0000 0.1734 1.00000 0.87602 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 5 1 0 1 125.0758 117.5098 0.0000 1.3900 1.00000 0.87602 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 8 0 0 1 471.4993 527.4620 0.0000 -1.1217 1.00000 0.88295 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 7 7 0 1 651.6143 627.1745 0.0000 1.6022 1.00000 0.88708 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 5 3 0 1 699.3832 703.6368 0.0000 -0.2142 1.00000 0.88708 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 9 0 1 196.8183 199.0493 0.0000 -0.2269 1.00000 0.88708 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 8 2 0 1 17.5671 7.2092 0.0000 1.2080 1.00000 0.88845 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 8 8 0 1 9.3270 13.8548 0.0000 -0.5759 1.00000 0.88845 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 6 0 1 6.8138 0.0629 0.0000 0.7410 1.00000 0.88845 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 6 6 0 1 200.7956 185.8823 0.0000 1.8925 1.00000 0.89392 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 2 0 0 1 24.2069 7.6215 0.0000 1.6069 1.00000 0.89392 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 9 5 0 1 1035.1714 1175.1642 0.0000 -0.8764 1.00000 0.89800 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 9 9 0 1 118.5448 100.9854 0.0000 1.1361 1.00000 0.89800 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 10 6 0 1 69.1974 71.0711 0.0000 -0.2558 1.00000 0.89935 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 2 2 0 1 70.0710 82.0587 0.0000 -1.0227 1.00000 0.89935 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 8 4 0 1 34.1798 38.0149 0.0000 -0.4761 1.00000 0.90475 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 7 1 0 1 1108.8405 1182.9175 0.0000 -1.4366 1.00000 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 5 5 0 1 39.7098 25.4884 0.0000 0.9295 1.00000 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 11 7 0 1 1245.7976 1332.5996 0.0000 -5.0158 1.00000 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 13 1 0 1 790.6947 792.2219 0.0000 -0.0907 1.00000 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 12 2 0 1 121.2231 112.7670 0.0000 0.9664 1.00000 0.91546 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 4 2 0 1 46.5794 32.5360 0.0000 1.4178 1.00000 0.91546 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 10 10 0 1 632.8853 638.5900 0.0000 -0.2741 1.00000 0.91546 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 13 3 0 1 252.1584 244.1136 0.0000 0.8593 1.00000 0.91944 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 7 3 0 1 321.9037 289.9470 0.0000 2.3136 1.00000 0.91944 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 11 1 0 1 340.2429 335.0287 0.0000 0.4649 1.00000 0.91944 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 8 0 1 408.8684 362.7713 0.0000 3.0683 1.00000 0.92604 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 11 3 0 1 230.5712 221.8578 0.0000 1.0674 1.00000 0.92998 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 9 7 0 1 211.3878 228.0806 0.0000 -2.0583 1.00000 0.92998 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 8 6 0 1 0.9510 0.4029 0.0000 0.0585 1.00000 0.93129 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 12 4 0 1 3.2415 8.7474 0.0000 -0.6478 1.00000 0.93129 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 4 4 0 1 11.4682 2.1958 0.0000 1.0246 1.00000 0.93129 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 10 8 0 1 478.7053 459.3643 0.0000 1.5256 1.00000 0.93651 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 6 0 0 1 386.9393 408.3381 0.0000 -2.1504 1.00000 0.93651 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 10 2 0 1 96.3516 86.3809 0.0000 1.5398 1.00000 0.93651 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 7 5 0 1 9.6315 1.5822 0.0000 0.7488 1.00000 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 19 1 1 0 1 376.4738 396.9233 0.0000 -1.8234 1.00000 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 13 5 0 1 10.4966 9.0361 0.0000 0.1438 1.00000 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 11 0 1 112.0977 95.4012 0.0000 2.5013 1.00000 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 6 2 0 1 85.2351 107.2365 0.0000 -1.5468 1.00000 0.94170 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 19 3 1 0 1 305.3999 326.6586 0.0000 -1.9581 1.00000 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 9 1 0 1 359.4543 363.8557 0.0000 -0.3825 1.00000 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 11 9 0 1 427.5390 454.6483 0.0000 -2.4033 1.00000 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 11 5 0 1 4.1747 1.4714 0.0000 0.4031 1.00000 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 10 4 0 1 5.4459 4.9453 0.0000 0.0475 1.00000 0.95199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 6 4 0 1 59.6674 59.2245 0.0000 0.0486 1.00000 0.95709 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 12 6 0 1 43.3857 46.7457 0.0000 -0.3649 1.00000 0.95709 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 19 3 3 0 1 23.8039 26.7037 0.0000 -0.3157 1.00000 0.96090 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 9 3 0 1 48.7587 43.3227 0.0000 0.7029 1.00000 0.96090 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 8 8 0 1 29.3063 10.1272 0.0000 1.5155 1.00000 0.96722 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 7 7 0 1 1601.5154 2312.1428 0.0000 -1.1300 1.00000 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 13 7 0 1 1176.0896 1658.7201 0.0000 -1.1641 1.00000 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 19 5 1 0 1 0.8334 0.0263 0.0000 0.0395 1.00000 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 9 9 0 1 10.9864 13.9478 0.0000 -0.3672 1.00000 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 10 0 1 14.4074 12.9147 0.0000 0.1312 1.00000 0.97225 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + + ----------------------------------------------------- + R-Factors and Chi2 for Integrated Intensity Pattern # 1 + ----------------------------------------------------- + => Phase: 1 + => RF2 -factor : 11.3 + => RF2w-factor : 11.7 + => RF -factor : 6.61 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + + ----------------------------------------------------------------- + SYMBOLIC NAMES AND FINAL VALUES AND SIGMA OF REFINED PARAMETERS: + ----------------------------------------------------------------- + + -> Parameter number 1 : Scale1 0.28749475 ( +/- 0.43391688E-02 ) + -> Parameter number 2 : bet12_Ti -0.16990340E-03( +/- 0.11671735E-03 ) + -> Parameter number 3 : bet11_Tb 0.98991673E-03( +/- 0.57203040E-04 ) + -> Parameter number 4 : bet11_O2 0.60762477E-03( +/- 0.83779523E-04 ) + -> Parameter number 5 : bet23_O1 0.41246481E-03( +/- 0.68263253E-04 ) + -> Parameter number 6 : bet12_Tb -0.47650724E-03( +/- 0.52312142E-04 ) + -> Parameter number 7 : bet22_O1 0.78215479E-03( +/- 0.58365949E-04 ) + -> Parameter number 8 : bet11_O1 0.12294180E-02( +/- 0.90293841E-04 ) + -> Parameter number 9 : bet11_Ti 0.90989727E-03( +/- 0.99163888E-04 ) + + ------------------------------------------------------------------ + => Number of bytes for floating point variables: 4 + => Dimensions of dynamic allocated arrays in this run of FullProf: + ------------------------------------------------------------------ + + => Total approximate array memory (dynamic + static): 132451053 bytes + + MaxPOINT= 80000 Max.num. of points(+int. Inten.)/diffraction pattern + MaxREFLT= 25000 Max.num. of reflections/diffraction pattern + MaxPARAM= 500 Max.num. of refinable parameters + MaxOVERL= 9000 Max.num. of overlapping reflections + + ---------------------------------------------------------- + => Number of bytes for floating point arrays: 4 + => Dimensions of fixed arrays in this release of FullProf: + ---------------------------------------------------------- + + NPATT = 80 Max.num. of powder diffraction patterns + NATS = 830 Max.num. of atoms (all kind) in asymmetric unit + MPAR = 1800 Max.num. of non atomic parameters/phase + IEXCL = 30 Max.num. of excluded regions + IBACP = 377 Max.num. of background points for interpolation + NPHT = 16 Max.num. of phases + NMAGM = 8 Max.num. of rotation-matrices sets for magnetic structure + NBASIS = 12 Max.num. of basis functions associated to a single atom + NIREPS = 9 Max.num. of irreducible representations to be combined + N_EQ = 384 Max.num. of user-supplied symmetry operators/propagation vectors + NGL = 400 Max.num. of global parameters/diffraction pattern + N_LINC = 50 Max.num. of global linear restraints + NAT_P = 80 Max.num. of atomic parameters per atom + NCONST = 3500 Max.num. of slack constraints per phase + N_SPE = 30 Max.num. of different chemical species + N_FORM = 60 Max.num. of scattering factor values in a table + NPR = 150 Max.num. of points defining a numerical profile + INPR = 25 Max.num. of different numerical peak shapes + NPRC = 150 Max.num. of terms in the table for correcting intensities + NSOL = 10 Max.num. of solutions to be stored in Montecarlo searchs + + + CPU Time: 0.263 seconds + 0.004 minutes + + => Run finished at: Date: 10/06/2026 Time: 23:04:13.596 diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.pcr b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.pcr new file mode 100644 index 000000000..0d6b40154 --- /dev/null +++ b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.pcr @@ -0,0 +1,59 @@ +COMM Tb2Ti2O7, Neutrons, HEiDi@FRMII +! Current global Chi2 (Bragg contrib.) = 21.76 +! Files => DAT-file: tbti, PCR-file: tbti +!Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut + 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 +! +!Ipr Ppl Ioc Mat Pcr Ls1 Ls2 Ls3 NLI Prf Ins Rpa Sym Hkl Fou Sho Ana + 2 0 1 0 1 0 4 0 0 -3 0 0 0 0 2 0 0 +! +!NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 + 50 0.20 0.05 0.05 0.05 0.05 0.0000 0.100000 160.0000 0.000 0.000 +! +! + 9 !Number of refined parameters +!------------------------------------------------------------------------------- +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 11.3135 +!------------------------------------------------------------------------------- +Tb2Ti2O7 +! +!Nat Dis Ang Pr1 Pr2 Pr3 Jbt Irf Isy Str Furth ATZ Nvk Npr More + 4 0 0 0.0 0.0 1.0 0 4 0 0 0 67273.156 0 0 0 +! +! +F d -3 m <--Space group symbol +!Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes +! beta11 beta22 beta33 beta12 beta13 beta23 /Codes +Tb TB 0.50000 0.50000 0.50000 0.00000 0.33333 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00099 0.00099 0.00099 -0.00048 -0.00048 -0.00048 + 31.00 31.00 31.00 61.00 61.00 61.00 +Ti TI 0.00000 0.00000 0.00000 0.00000 0.33333 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00091 0.00091 0.00091 -0.00017 -0.00017 -0.00017 + 91.00 91.00 91.00 21.00 21.00 21.00 +O1 O 0.32804 0.12500 0.12500 0.00000 1.00000 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00123 0.00078 0.00078 0.00000 0.00000 0.00041 + 81.00 71.00 71.00 0.00 0.00 51.00 +O2 O 0.37500 0.37500 0.37500 0.00000 0.16667 0 0 2 0 + 0.00 0.00 0.00 0.00 0.00 + 0.00061 0.00061 0.00061 0.00000 0.00000 0.00000 + 41.00 41.00 41.00 0.00 0.00 0.00 +!-------> Scale, Extinction and Cell Parameters for Pattern # 1 +! Scale Factors +! Sc1 Sc2 Sc3 Sc4 Sc5 Sc6 + 0.2875 0.000 0.000 0.000 0.000 0.000 + 11.00 0.00 0.00 0.00 0.00 0.00 +! Extinction Parameters +! Ext1 Ext2 Ext3 Ext4 Ext5 Ext6 Ext7 Ext-Model + 0.000 0.000 0.000 0.000 0.000 0.000 0.000 1 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 +! a b c alpha beta gamma # Cell Info + 10.130000 10.130000 10.130000 90.000000 90.000000 90.000000 + 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 +! x-Lambda/2 + 0.00000 + 0.00 +! 2Th1/TOF1 2Th2/TOF2 Pattern to plot + 0.000 160.000 1 diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.prf b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.prf new file mode 100644 index 000000000..2d89a0902 --- /dev/null +++ b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.prf @@ -0,0 +1,222 @@ + Tb2Ti2O7, Neutrons, HEiDi@FRMII + Sinthet/lamb Gobs Gcal Sigma DIF/Sigma h k l iv Additional information + 0.08549 194.57 176.27 2.33 7.87 1 1 1 0 + 0.13961 22.63 10.29 1.12 10.99 2 2 0 0 + 0.16370 99.29 78.38 2.56 8.16 3 1 1 0 + 0.17098 219.29 175.52 3.25 13.46 2 2 2 0 + 0.19743 1366.74 1877.14 31.08 -16.42 4 0 0 0 + 0.21515 1381.24 1811.06 24.42 -17.60 3 3 1 0 + 0.24181 272.47 229.17 4.24 10.22 4 2 2 0 + 0.25647 991.51 1055.16 19.20 -3.32 5 1 1 0 + 0.25647 504.59 453.39 7.26 7.06 3 3 3 0 + 0.27921 2167.69 3243.18 37.96 -28.33 4 4 0 0 + 0.29201 369.53 323.26 6.18 7.48 5 3 1 0 + 0.29615 6.26 0.05 2.89 2.15 4 4 2 0 + 0.31217 339.36 289.28 5.19 9.64 6 2 0 0 + 0.32366 20.24 14.80 2.43 2.24 5 3 3 0 + 0.32741 214.35 173.89 4.04 10.01 6 2 2 0 + 0.34196 375.63 344.39 6.45 4.84 4 4 4 0 + 0.35249 838.50 800.91 10.59 3.55 7 1 1 0 + 0.35249 55.12 39.26 5.80 2.73 5 5 1 0 + 0.36936 33.08 20.28 1.73 7.40 6 4 2 0 + 0.37913 764.93 717.31 9.68 4.92 5 5 3 0 + 0.37913 73.89 58.12 5.66 2.79 7 3 1 0 + 0.39487 1910.44 2211.62 35.87 -8.40 8 0 0 0 + 0.40402 2395.73 3118.11 49.65 -14.55 7 3 3 0 + 0.40702 9.86 0.58 3.01 3.08 6 4 4 0 + 0.41882 1217.20 1227.18 14.02 -0.71 6 6 0 0 + 0.41882 1207.90 1208.57 15.38 -0.04 8 2 2 0 + 0.42746 324.40 286.54 6.94 5.45 7 5 1 0 + 0.42746 2023.24 2370.86 19.08 -18.22 5 5 5 0 + 0.43030 172.77 139.90 5.03 6.54 6 6 2 0 + 0.44147 119.74 98.43 4.20 5.08 8 4 0 0 + 0.44968 1082.98 1064.48 14.79 1.25 7 5 3 0 + 0.44968 123.38 102.87 9.89 2.07 9 1 1 0 + 0.46302 656.77 595.19 10.74 5.73 6 6 4 0 + 0.47085 130.34 108.53 4.77 4.57 9 3 1 0 + 0.48361 570.37 522.34 7.63 6.30 8 4 4 0 + 0.49111 1398.55 1433.27 18.20 -1.91 9 3 3 0 + 0.49111 1685.68 1789.26 14.97 -6.92 7 7 1 0 + 0.49111 107.99 89.48 12.50 1.48 7 5 5 0 + 0.50336 914.11 861.68 9.71 5.40 10 2 0 0 + 0.50336 258.08 217.42 9.24 4.40 8 6 2 0 + 0.51057 1016.60 981.34 15.15 2.33 9 5 1 0 + 0.51057 588.87 549.37 10.56 3.74 7 7 3 0 + 0.51295 165.57 137.47 6.73 4.17 10 2 2 0 + 0.51295 215.30 187.00 5.85 4.84 6 6 6 0 + 0.52931 263.27 226.23 6.18 6.00 9 5 3 0 + 0.54069 399.16 340.42 7.20 8.16 10 4 2 0 + 0.54741 9.04 0.19 5.72 1.55 7 7 5 0 + 0.54741 406.70 366.29 7.74 5.22 11 1 1 0 + 0.55843 232.34 202.68 6.13 4.83 8 8 0 0 + 0.56493 815.07 771.50 11.75 3.71 11 3 1 0 + 0.56493 645.99 602.44 10.29 4.23 9 7 1 0 + 0.56493 105.52 89.99 9.38 1.65 9 5 5 0 + 0.57561 2129.54 2347.20 32.06 -6.79 10 6 0 0 + 0.58193 111.96 95.04 3.98 4.25 11 3 3 0 + 0.58193 24.83 14.65 3.93 2.59 9 7 3 0 + 0.58402 178.03 156.42 6.27 3.45 10 6 2 0 + 0.59230 355.96 314.14 7.76 5.39 12 0 0 0 + 0.59230 451.12 415.23 9.25 3.88 8 8 4 0 + 0.59844 2409.28 2751.70 31.11 -11.01 7 7 7 0 + 0.59844 36.94 29.78 14.72 0.49 11 5 1 0 + 0.60853 1267.52 1256.82 18.76 0.57 12 2 2 0 + 0.60853 1228.80 1208.81 18.95 1.05 10 6 4 0 + 0.61451 329.11 303.38 7.59 3.39 9 7 5 0 + 0.61451 224.78 199.55 6.86 3.68 11 5 3 0 + 0.62434 883.07 871.26 16.74 0.71 12 4 0 0 + 0.63017 60.68 47.93 3.00 4.25 9 9 1 0 + 0.63210 5.09 0.87 4.85 0.87 12 4 2 0 + 0.63210 12.82 1.43 4.68 2.43 8 8 6 0 + 0.63976 15.73 2.38 4.76 2.80 10 8 2 0 + 0.64544 114.64 95.05 11.19 1.75 9 9 3 0 + 0.64544 1284.90 1315.62 17.90 -1.72 11 5 5 0 + 0.64544 91.81 75.35 11.15 1.48 13 1 1 0 + 0.64544 11.39 4.25 12.26 0.58 11 7 1 0 + 0.64733 107.17 92.06 5.16 2.93 10 6 6 0 + 0.65481 25.89 17.52 4.09 2.05 12 4 4 0 + 0.66037 1452.17 1496.20 21.83 -2.02 9 7 7 0 + 0.66037 1245.08 1235.85 14.76 0.63 13 3 1 0 + 0.66037 1511.82 1544.76 25.76 -1.28 11 7 3 0 + 0.66221 3.71 3.82 5.29 -0.02 10 8 4 0 + 0.66953 329.08 295.50 7.96 4.22 12 6 2 0 + 0.67497 992.96 950.38 18.56 2.29 9 9 5 0 + 0.67497 285.84 236.94 8.01 6.10 13 3 3 0 + 0.68393 288.26 240.76 8.24 5.77 8 8 8 0 + 0.68925 194.84 169.65 8.16 3.09 13 5 1 0 + 0.68925 414.24 394.04 16.79 1.20 11 7 5 0 + 0.69102 7.24 0.97 6.26 1.00 12 6 4 0 + 0.69803 472.10 430.89 16.35 2.52 14 2 0 0 + 0.69803 343.79 304.23 16.24 2.44 10 8 6 0 + 0.69803 2714.75 3162.10 39.42 -11.35 10 10 0 0 + 0.70325 22.65 15.40 6.38 1.14 13 5 3 0 + 0.70325 467.60 452.89 11.32 1.30 11 9 1 0 + 0.70498 135.54 127.72 5.69 1.38 14 2 2 0 + 0.70498 111.30 102.22 5.03 1.81 10 10 2 0 + 0.71186 143.56 131.73 5.69 2.08 12 8 0 0 + 0.71697 624.42 600.86 12.45 1.89 11 9 3 0 + 0.71697 533.15 493.29 11.22 3.55 9 9 7 0 + 0.71867 10.46 0.95 6.70 1.42 12 8 2 0 + 0.72542 7.70 2.09 17.72 0.32 12 6 6 0 + 0.72542 2155.88 2338.66 37.84 -4.83 10 10 4 0 + 0.72542 105.09 83.33 17.43 1.25 14 4 2 0 + 0.73044 17.28 9.33 9.38 0.85 13 7 1 0 + 0.73044 152.26 136.03 8.72 1.86 11 7 7 0 + 0.73044 587.66 551.17 13.57 2.69 13 5 5 0 + 0.73873 2.81 0.03 6.37 0.44 12 8 4 0 + 0.74366 21.47 16.08 16.70 0.32 15 1 1 0 + 0.74366 2101.84 2309.41 32.14 -6.46 13 7 3 0 + 0.74366 16.97 17.61 17.80 -0.04 11 9 5 0 + 0.74529 3.91 0.04 6.96 0.56 10 8 8 0 + 0.74529 6.32 3.58 7.06 0.39 14 4 4 0 + 0.75180 1277.89 1264.01 16.08 0.86 14 6 0 0 + 0.75665 173.79 159.15 6.85 2.14 15 3 1 0 + 0.75826 148.50 151.30 5.81 -0.48 10 10 6 0 + 0.75826 96.69 94.44 4.78 0.47 14 6 2 0 + 0.76942 9.29 0.04 11.93 0.78 9 9 9 0 + 0.76942 743.16 722.24 16.08 1.30 13 7 5 0 + 0.76942 253.03 236.35 14.10 1.18 11 11 1 0 + 0.76942 801.39 786.14 17.95 0.85 15 3 3 0 + 0.77100 5.79 5.79 6.45 0.00 12 8 6 0 + 0.77730 799.81 760.72 10.11 3.87 14 6 4 0 + 0.77730 16.61 12.33 6.32 0.68 12 10 2 0 + 0.78198 36.24 31.50 3.74 1.27 11 9 7 0 + 0.78198 0.12 0.14 4.69 -0.00 11 11 3 0 + 0.78198 77.65 61.76 11.58 1.37 13 9 1 0 + 0.78198 1196.25 1224.38 20.66 -1.36 15 5 1 0 + 0.78973 2281.32 2657.82 48.00 -7.84 16 0 0 0 + 0.79435 1012.69 1011.28 19.80 0.07 13 9 3 0 + 0.79435 73.07 67.87 14.12 0.37 15 5 3 0 + 0.79588 4.77 0.11 7.03 0.66 12 10 4 0 + 0.80198 355.81 336.80 8.73 2.18 16 2 2 0 + 0.80198 708.94 680.32 20.58 1.39 10 10 8 0 + 0.80198 66.25 57.37 8.04 1.10 14 8 2 0 + 0.80652 338.00 291.65 10.74 4.31 13 7 7 0 + 0.80652 460.01 437.31 18.07 1.26 11 11 5 0 + 0.80803 142.09 146.49 5.92 -0.74 14 6 6 0 + 0.81404 484.01 424.23 12.20 4.90 16 4 0 0 + 0.81852 67.16 54.16 6.23 2.09 13 9 5 0 + 0.81852 135.25 117.99 6.64 2.60 15 5 5 0 + 0.81852 296.35 289.46 7.41 0.93 15 7 1 0 + 0.82000 0.41 0.65 6.02 -0.04 16 4 2 0 + 0.82000 0.62 2.56 5.96 -0.33 14 8 4 0 + 0.82592 156.60 136.41 6.04 3.34 12 10 6 0 + 0.83034 406.68 403.78 10.92 0.27 11 9 9 0 + 0.83034 10.05 7.17 11.68 0.25 15 7 3 0 + 0.83764 48.49 49.46 10.04 -0.10 12 12 0 0 + 0.83764 889.35 933.15 28.01 -1.56 16 4 4 0 + 0.84199 515.39 504.96 12.12 0.86 13 11 1 0 + 0.84199 540.72 506.97 12.22 2.76 11 11 7 0 + 0.84199 547.77 516.88 20.65 1.50 17 1 1 0 + 0.84344 26.26 11.94 8.66 1.65 12 12 2 0 + 0.84919 64.30 50.22 9.41 1.50 14 8 6 0 + 0.84919 7.75 1.94 19.68 0.30 16 6 2 0 + 0.84919 2187.15 2410.86 30.09 -7.43 14 10 0 0 + 0.85349 11.65 10.12 8.66 0.18 13 9 7 0 + 0.85349 50.19 34.68 8.08 1.92 17 3 1 0 + 0.85349 374.31 354.71 8.78 2.23 15 7 5 0 + 0.85349 30.67 13.96 8.11 2.06 13 11 3 0 + 0.85491 100.75 88.13 5.66 2.23 10 10 10 0 + 0.85491 109.67 118.50 5.06 -1.74 14 10 2 0 + 0.86059 504.46 524.33 14.36 -1.38 12 12 4 0 + 0.86483 2.61 5.18 18.57 -0.14 15 9 1 0 + 0.86483 1812.56 2156.37 373.51 -0.92 17 3 3 0 + 0.86624 13.54 4.20 10.24 0.91 12 10 8 0 + 0.86624 4.91 0.85 8.09 0.50 16 6 4 0 + 0.87184 1167.53 1196.09 17.31 -1.65 14 10 4 0 + 0.87602 125.08 117.51 5.44 1.39 17 5 1 0 + 0.87602 218.76 231.69 14.89 -0.87 13 11 5 0 + 0.87602 267.04 264.35 15.48 0.17 15 9 3 0 + 0.88295 471.50 527.46 49.89 -1.12 16 8 0 0 + 0.88708 651.61 627.17 15.25 1.60 15 7 7 0 + 0.88708 699.38 703.64 19.85 -0.21 17 5 3 0 + 0.88708 196.82 199.05 9.83 -0.23 11 11 9 0 + 0.88845 6.81 0.06 9.11 0.74 12 12 6 0 + 0.88845 17.57 7.21 8.57 1.21 16 8 2 0 + 0.88845 9.33 13.85 7.86 -0.58 14 8 8 0 + 0.89392 200.80 185.88 7.88 1.89 16 6 6 0 + 0.89392 24.21 7.62 10.32 1.61 18 2 0 0 + 0.89800 118.54 100.99 15.46 1.14 13 9 9 0 + 0.89800 1035.17 1175.16 159.74 -0.88 15 9 5 0 + 0.89935 69.20 71.07 7.32 -0.26 14 10 6 0 + 0.89935 70.07 82.06 11.72 -1.02 18 2 2 0 + 0.90475 34.18 38.01 8.06 -0.48 16 8 4 0 + 0.90878 1245.80 1332.60 17.31 -5.02 13 11 7 0 + 0.90878 790.69 792.22 16.84 -0.09 13 13 1 0 + 0.90878 1108.84 1182.92 51.56 -1.44 17 7 1 0 + 0.90878 39.71 25.49 15.30 0.93 17 5 5 0 + 0.91546 632.89 638.59 20.81 -0.27 12 10 10 0 + 0.91546 121.22 112.77 8.75 0.97 14 12 2 0 + 0.91546 46.58 32.54 9.90 1.42 18 4 2 0 + 0.91944 340.24 335.03 11.22 0.46 15 11 1 0 + 0.91944 252.16 244.11 9.36 0.86 13 13 3 0 + 0.91944 321.90 289.95 13.81 2.31 17 7 3 0 + 0.92604 408.87 362.77 15.02 3.07 12 12 8 0 + 0.92998 230.57 221.86 8.16 1.07 15 11 3 0 + 0.92998 211.39 228.08 8.11 -2.06 15 9 7 0 + 0.93129 3.24 8.75 8.50 -0.65 14 12 4 0 + 0.93129 11.47 2.20 9.05 1.02 18 4 4 0 + 0.93129 0.95 0.40 9.37 0.06 16 8 6 0 + 0.93651 386.94 408.34 9.95 -2.15 18 6 0 0 + 0.93651 96.35 86.38 6.48 1.54 16 10 2 0 + 0.93651 478.71 459.36 12.68 1.53 14 10 8 0 + 0.94040 376.47 396.92 11.22 -1.82 19 1 1 0 + 0.94040 10.50 9.04 10.16 0.14 13 13 5 0 + 0.94040 112.10 95.40 6.68 2.50 11 11 11 0 + 0.94040 9.63 1.58 10.75 0.75 17 7 5 0 + 0.94170 85.24 107.24 14.22 -1.55 18 6 2 0 + 0.95071 4.17 1.47 6.71 0.40 15 11 5 0 + 0.95071 359.45 363.86 11.51 -0.38 17 9 1 0 + 0.95071 427.54 454.65 11.28 -2.40 13 11 9 0 + 0.95071 305.40 326.66 10.86 -1.96 19 3 1 0 + 0.95199 5.45 4.95 10.55 0.05 16 10 4 0 + 0.95709 59.67 59.22 9.11 0.05 18 6 4 0 + 0.95709 43.39 46.75 9.21 -0.36 14 12 6 0 + 0.96090 48.76 43.32 7.73 0.70 17 9 3 0 + 0.96090 23.80 26.70 9.19 -0.32 19 3 3 0 + 0.96722 29.31 10.13 12.66 1.52 16 8 8 0 + 0.97099 1176.09 1658.72 414.60 -1.16 13 13 7 0 + 0.97099 0.83 0.03 20.42 0.04 19 5 1 0 + 0.97099 10.99 13.95 8.06 -0.37 15 9 9 0 + 0.97099 1601.52 2312.14 628.89 -1.13 17 7 7 0 + 0.97225 14.41 12.91 11.38 0.13 12 12 10 0 diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.sum b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.sum new file mode 100644 index 000000000..4ba85e769 --- /dev/null +++ b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_anisotropic-adp/tbti.sum @@ -0,0 +1,101 @@ + + + ********************************************************** + ** PROGRAM FullProf.2k (Version 8.40 - Feb2026-ILL JRC) ** + ********************************************************** + M U L T I -- P A T T E R N + Rietveld, Profile Matching & Integrated Intensity + Refinement of X-ray and/or Neutron Data + + + Date: 10/06/2026 Time: 23:04:13.334 + + => PCR file code: tbti + => DAT file code: tbti -> Relative contribution: 1.0000 + => Title: Tb2Ti2O7, Neutrons, HEiDi@FRMII + + ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 + + => Refinement/Calculation of Neutron integrated intensity(Laue or monochromatic) data or Flipping Ratios + =>-------> Pattern# 1 + => Integrated intensities or Flipping Ratios as observations for phase: 1 + => Crystal Structure Refinement for phase: 1 + => The density (volumic mass) of phase 1 is: 6.717 g/cm3 + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 9 + + +------------------------------------------------------------------------------ + => Phase No. 1 Tb2Ti2O7 F d -3 m +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 220 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + Tb 0.50000( 0) 0.50000( 0) 0.50000( 0) 0.000( 0) 0.333( 0) 16 + Ti 0.00000( 0) 0.00000( 0) 0.00000( 0) 0.000( 0) 0.333( 0) 16 + O1 0.32804( 0) 0.12500( 0) 0.12500( 0) 0.000( 0) 1.000( 0) 48 + O2 0.37500( 0) 0.37500( 0) 0.37500( 0) 0.000( 0) 0.167( 0) 8 + + => Anisotropic Betas*1E04 + + Name B11 B22 B33 B12 B13 B23 + sB11 sB22 sB33 sB12 sB13 sB23 + + Tb 9.9 9.9 9.9 -4.8 -4.8 -4.8 + 0.6 0.6 0.6 0.5 0.5 0.5 + Ti 9.1 9.1 9.1 -1.7 -1.7 -1.7 + 1.0 1.0 1.0 1.2 1.2 1.2 + O1 12.3 7.8 7.8 0.0 0.0 4.1 + 0.9 0.6 0.6 0.0 0.0 0.7 + O2 6.1 6.1 6.1 0.0 0.0 0.0 + 0.8 0.8 0.8 0.0 0.0 0.0 + + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + ==> OVERALL PARAMETERS: + + + + => Scale factors ( 1: 6): + 0.287495 0.004339 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + + + => Extinction parameters: + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + + + => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + + ----------------------------------------------------- + R-Factors and Chi2 for Integrated Intensity Pattern # 1 + ----------------------------------------------------- + => Phase: 1 + => RF2 -factor : 11.3 + => RF2w-factor : 11.7 + => RF -factor : 6.61 + => Chi2(Intens): 21.8 + => N_eff Reflect.: 220 with I > 0.00 sigma + + + CPU Time: 0.263 seconds + 0.004 minutes + + => Run finished at: Date: 10/06/2026 Time: 23:04:13.596 diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.out b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.out index b52104972..847197903 100644 --- a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.out +++ b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.out @@ -8,7 +8,7 @@ Refinement of X-ray and/or Neutron Data - Date: 10/06/2026 Time: 23:04:13.334 + Date: 19/06/2026 Time: 08:16:35.831 => PCR file code: tbti => DAT file code: tbti -> Relative contribution: 1.0000 @@ -21,11 +21,11 @@ => Generate new input file *.PCR - => Number of cycles: 50 + => Number of cycles: 1 => Relaxation factors ==> for coordinates: 0.05 => for anisotropic temperature factors: 0.05 => EPS-value for convergence: 0.2 - => Number of Least-Squares parameters varied: 9 + => Number of Least-Squares parameters varied: 0 -------------------------------------------------------------------------------- => Phase No. 1 Tb2Ti2O7 @@ -336,20 +336,12 @@ B11 B22 B33 B12 B13 B23 Tb TB 0.50000 0.50000 0.50000 0.00000 0.33333 0 0 0 16 Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - Betas: 0.00101 0.00101 0.00101 -0.00047 -0.00047 -0.00047 - Codes: 31.00000 31.00000 31.00000 61.00000 61.00000 61.00000 Ti TI 0.00000 0.00000 0.00000 0.00000 0.33333 0 0 0 16 Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - Betas: 0.00093 0.00093 0.00093 -0.00016 -0.00016 -0.00016 - Codes: 91.00000 91.00000 91.00000 21.00000 21.00000 21.00000 O1 O 0.32804 0.12500 0.12500 0.00000 1.00000 0 0 0 48 Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - Betas: 0.00124 0.00080 0.00080 0.00000 0.00000 0.00041 - Codes: 81.00000 71.00000 71.00000 0.00000 0.00000 51.00000 O2 O 0.37500 0.37500 0.37500 0.00000 0.16667 0 0 0 8 Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - Betas: 0.00062 0.00062 0.00062 0.00000 0.00000 0.00000 - Codes: 41.00000 41.00000 41.00000 0.00000 0.00000 0.00000 => It is assumed that THE FIRST GIVEN SITE plus all the other atoms occupying THE SAME POSITION have a total full occupation (no vacancies!) @@ -369,7 +361,7 @@ =>-------> SCALE FACTORS, EXTINCTION AND CELL PARAMETERS FOR PATTERN: 1 - => Scale factors ( 1: 6) : 0.292500 0.00000 0.00000 0.00000 0.00000 0.00000 + => Scale factors ( 1: 6) : 0.228300 0.00000 0.00000 0.00000 0.00000 0.00000 => Extinction parameters: 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 => Direct cell parameters: 10.1300 10.1300 10.1300 90.0000 90.0000 90.0000 @@ -378,7 +370,7 @@ ==> CODEWORDS FOR Scale and Extinction PARAMETERS for Pattern 1 - => Scale factors ( 1: 6): 11.000 0.000 0.000 0.000 0.000 0.000 + => Scale factors ( 1: 6): 0.000 0.000 0.000 0.000 0.000 0.000 => Extinction parameters: 0.000 0.000 0.000 0.000 0.000 0.000 0.000 @@ -439,20 +431,6 @@ TB 0.7380 TI -0.3438 O 0.5803 - - -------------------------------------------------------------- - SYMBOLIC NAMES AND INITIAL VALUES OF PARAMETERS TO BE VARIED: - -------------------------------------------------------------- - - -> Parameter number 1 -> Symbolic Name: Scale1 0.29249999 - -> Parameter number 2 -> Symbolic Name: bet12_Ti -0.16000000E-03 - -> Parameter number 3 -> Symbolic Name: bet11_Tb 0.10100000E-02 - -> Parameter number 4 -> Symbolic Name: bet11_O2 0.62000001E-03 - -> Parameter number 5 -> Symbolic Name: bet23_O1 0.41000001E-03 - -> Parameter number 6 -> Symbolic Name: bet12_Tb -0.47000000E-03 - -> Parameter number 7 -> Symbolic Name: bet22_O1 0.79999998E-03 - -> Parameter number 8 -> Symbolic Name: bet11_O1 0.12400000E-02 - -> Parameter number 9 -> Symbolic Name: bet11_Ti 0.92999998E-03 => No optimization for routine tasks @@ -471,375 +449,10 @@ O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001009 -0.000001 0.000057 0.001009 -0.000001 0.000057 0.001009 -0.000001 0.000057 - -0.000470 -0.000000 0.000052 -0.000470 -0.000000 0.000052 -0.000470 -0.000000 0.000052 - Ti 0.000929 -0.000001 0.000099 0.000929 -0.000001 0.000099 0.000929 -0.000001 0.000099 - -0.000160 -0.000000 0.000117 -0.000160 -0.000000 0.000117 -0.000160 -0.000000 0.000117 - O1 0.001240 -0.000000 0.000090 0.000799 -0.000001 0.000058 0.000799 -0.000001 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000410 0.000000 0.000068 - O2 0.000620 -0.000000 0.000084 0.000620 -0.000000 0.000084 0.000620 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.292325 -0.000175 0.004398 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 22.2 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.6 - => RF2w-factor : 11.8 - => RF -factor : 6.53 - => Chi2(Intens): 22.2 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 2 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001009 -0.000001 0.000057 0.001009 -0.000001 0.000057 0.001009 -0.000001 0.000057 - -0.000470 -0.000000 0.000052 -0.000470 -0.000000 0.000052 -0.000470 -0.000000 0.000052 - Ti 0.000929 -0.000001 0.000099 0.000929 -0.000001 0.000099 0.000929 -0.000001 0.000099 - -0.000161 -0.000000 0.000117 -0.000161 -0.000000 0.000117 -0.000161 -0.000000 0.000117 - O1 0.001239 -0.000000 0.000090 0.000799 -0.000001 0.000058 0.000799 -0.000001 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000410 0.000000 0.000068 - O2 0.000619 -0.000000 0.000084 0.000619 -0.000000 0.000084 0.000619 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.292154 -0.000171 0.004395 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 22.2 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.6 - => RF2w-factor : 11.8 - => RF -factor : 6.53 - => Chi2(Intens): 22.2 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 3 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001008 -0.000001 0.000057 0.001008 -0.000001 0.000057 0.001008 -0.000001 0.000057 - -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 - Ti 0.000928 -0.000001 0.000099 0.000928 -0.000001 0.000099 0.000928 -0.000001 0.000099 - -0.000161 -0.000000 0.000117 -0.000161 -0.000000 0.000117 -0.000161 -0.000000 0.000117 - O1 0.001239 -0.000000 0.000090 0.000798 -0.000001 0.000058 0.000798 -0.000001 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000410 0.000000 0.000068 - O2 0.000619 -0.000000 0.000084 0.000619 -0.000000 0.000084 0.000619 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.291988 -0.000166 0.004392 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 22.2 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.5 - => RF2w-factor : 11.8 - => RF -factor : 6.53 - => Chi2(Intens): 22.1 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 4 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001007 -0.000001 0.000057 0.001007 -0.000001 0.000057 0.001007 -0.000001 0.000057 - -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 - Ti 0.000927 -0.000001 0.000099 0.000927 -0.000001 0.000099 0.000927 -0.000001 0.000099 - -0.000161 -0.000000 0.000117 -0.000161 -0.000000 0.000117 -0.000161 -0.000000 0.000117 - O1 0.001239 -0.000000 0.000090 0.000798 -0.000001 0.000058 0.000798 -0.000001 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 - O2 0.000618 -0.000000 0.000084 0.000618 -0.000000 0.000084 0.000618 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.291826 -0.000162 0.004390 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 22.1 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.5 - => RF2w-factor : 11.8 - => RF -factor : 6.53 - => Chi2(Intens): 22.1 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 5 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001007 -0.000001 0.000057 0.001007 -0.000001 0.000057 0.001007 -0.000001 0.000057 - -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 - Ti 0.000927 -0.000001 0.000099 0.000927 -0.000001 0.000099 0.000927 -0.000001 0.000099 - -0.000162 -0.000000 0.000117 -0.000162 -0.000000 0.000117 -0.000162 -0.000000 0.000117 - O1 0.001238 -0.000000 0.000090 0.000797 -0.000001 0.000058 0.000797 -0.000001 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 - O2 0.000618 -0.000000 0.000084 0.000618 -0.000000 0.000084 0.000618 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.291668 -0.000158 0.004387 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 22.1 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.5 - => RF2w-factor : 11.8 - => RF -factor : 6.54 - => Chi2(Intens): 22.1 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 6 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001006 -0.000001 0.000057 0.001006 -0.000001 0.000057 0.001006 -0.000001 0.000057 - -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 - Ti 0.000926 -0.000001 0.000099 0.000926 -0.000001 0.000099 0.000926 -0.000001 0.000099 - -0.000162 -0.000000 0.000117 -0.000162 -0.000000 0.000117 -0.000162 -0.000000 0.000117 - O1 0.001238 -0.000000 0.000090 0.000797 -0.000001 0.000058 0.000797 -0.000001 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 - O2 0.000618 -0.000000 0.000084 0.000618 -0.000000 0.000084 0.000618 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.291514 -0.000154 0.004385 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 22.1 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.5 - => RF2w-factor : 11.8 - => RF -factor : 6.54 - => Chi2(Intens): 22.1 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 7 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001005 -0.000001 0.000057 0.001005 -0.000001 0.000057 0.001005 -0.000001 0.000057 - -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 -0.000471 -0.000000 0.000052 - Ti 0.000925 -0.000001 0.000099 0.000925 -0.000001 0.000099 0.000925 -0.000001 0.000099 - -0.000162 -0.000000 0.000117 -0.000162 -0.000000 0.000117 -0.000162 -0.000000 0.000117 - O1 0.001238 -0.000000 0.000090 0.000796 -0.000001 0.000058 0.000796 -0.000001 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 - O2 0.000617 -0.000000 0.000084 0.000617 -0.000000 0.000084 0.000617 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 => Scale factors ( 1: 6): - 0.291364 -0.000150 0.004382 + 0.228300 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 @@ -860,18 +473,20 @@ => Lambda/2 param: 0.000000 0.000000 0.000000 - => Global user-weigthed Chi2 (Bragg contrib.): 22.1 + => Global user-weigthed Chi2 (Bragg contrib.): 103. => ---------> Pattern# 1 => Phase: 1 - => RF2 -factor : 11.5 - => RF2w-factor : 11.8 - => RF -factor : 6.54 - => Chi2(Intens): 22.1 + => RF2 -factor : 26.4 + => RF2w-factor : 26.0 + => RF -factor : 15.1 + => Chi2(Intens): 103. => N_eff Reflect.: 220 with I > 0.00 sigma ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - => CYCLE No.: 8 + => CYCLE No.: 1 + => Convergence reached at this CYCLE !!!! + => Parameter shifts set to zero ------------------------------------------------------------------------------------------------------------------------------------ => Phase 1 Name: Tb2Ti2O7 ------------------------------------------------------------------------------------------------------------------------------------ @@ -884,2555 +499,10 @@ O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001005 -0.000001 0.000057 0.001005 -0.000001 0.000057 0.001005 -0.000001 0.000057 - -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 - Ti 0.000925 -0.000001 0.000099 0.000925 -0.000001 0.000099 0.000925 -0.000001 0.000099 - -0.000163 -0.000000 0.000117 -0.000163 -0.000000 0.000117 -0.000163 -0.000000 0.000117 - O1 0.001237 -0.000000 0.000090 0.000795 -0.000001 0.000058 0.000795 -0.000001 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 - O2 0.000617 -0.000000 0.000084 0.000617 -0.000000 0.000084 0.000617 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.291218 -0.000146 0.004380 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 22.1 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.5 - => RF2w-factor : 11.8 - => RF -factor : 6.54 - => Chi2(Intens): 22.0 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 9 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001004 -0.000001 0.000057 0.001004 -0.000001 0.000057 0.001004 -0.000001 0.000057 - -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 - Ti 0.000924 -0.000001 0.000099 0.000924 -0.000001 0.000099 0.000924 -0.000001 0.000099 - -0.000163 -0.000000 0.000117 -0.000163 -0.000000 0.000117 -0.000163 -0.000000 0.000117 - O1 0.001237 -0.000000 0.000090 0.000795 -0.000001 0.000058 0.000795 -0.000001 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 - O2 0.000616 -0.000000 0.000084 0.000616 -0.000000 0.000084 0.000616 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.291075 -0.000143 0.004378 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 22.0 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.5 - => RF2w-factor : 11.8 - => RF -factor : 6.54 - => Chi2(Intens): 22.0 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 10 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001004 -0.000001 0.000057 0.001004 -0.000001 0.000057 0.001004 -0.000001 0.000057 - -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 - Ti 0.000924 -0.000001 0.000099 0.000924 -0.000001 0.000099 0.000924 -0.000001 0.000099 - -0.000163 -0.000000 0.000117 -0.000163 -0.000000 0.000117 -0.000163 -0.000000 0.000117 - O1 0.001237 -0.000000 0.000090 0.000794 -0.000000 0.000058 0.000794 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 - O2 0.000616 -0.000000 0.000084 0.000616 -0.000000 0.000084 0.000616 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.290936 -0.000139 0.004376 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 22.0 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.5 - => RF2w-factor : 11.8 - => RF -factor : 6.54 - => Chi2(Intens): 22.0 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 11 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001003 -0.000001 0.000057 0.001003 -0.000001 0.000057 0.001003 -0.000001 0.000057 - -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 - Ti 0.000923 -0.000001 0.000099 0.000923 -0.000001 0.000099 0.000923 -0.000001 0.000099 - -0.000163 -0.000000 0.000117 -0.000163 -0.000000 0.000117 -0.000163 -0.000000 0.000117 - O1 0.001236 -0.000000 0.000090 0.000794 -0.000000 0.000058 0.000794 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 - O2 0.000616 -0.000000 0.000084 0.000616 -0.000000 0.000084 0.000616 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.290800 -0.000136 0.004374 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 22.0 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.5 - => RF2w-factor : 11.8 - => RF -factor : 6.55 - => Chi2(Intens): 22.0 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 12 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001003 -0.000001 0.000057 0.001003 -0.000001 0.000057 0.001003 -0.000001 0.000057 - -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 -0.000472 -0.000000 0.000052 - Ti 0.000923 -0.000001 0.000099 0.000923 -0.000001 0.000099 0.000923 -0.000001 0.000099 - -0.000164 -0.000000 0.000117 -0.000164 -0.000000 0.000117 -0.000164 -0.000000 0.000117 - O1 0.001236 -0.000000 0.000090 0.000794 -0.000000 0.000058 0.000794 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 - O2 0.000615 -0.000000 0.000084 0.000615 -0.000000 0.000084 0.000615 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.290668 -0.000132 0.004372 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 22.0 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.5 - => RF2w-factor : 11.8 - => RF -factor : 6.55 - => Chi2(Intens): 22.0 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 13 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001002 -0.000001 0.000057 0.001002 -0.000001 0.000057 0.001002 -0.000001 0.000057 - -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 - Ti 0.000922 -0.000001 0.000099 0.000922 -0.000001 0.000099 0.000922 -0.000001 0.000099 - -0.000164 -0.000000 0.000117 -0.000164 -0.000000 0.000117 -0.000164 -0.000000 0.000117 - O1 0.001236 -0.000000 0.000090 0.000793 -0.000000 0.000058 0.000793 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 - O2 0.000615 -0.000000 0.000084 0.000615 -0.000000 0.000084 0.000615 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.290540 -0.000129 0.004371 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 22.0 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.5 - => RF2w-factor : 11.8 - => RF -factor : 6.55 - => Chi2(Intens): 22.0 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 14 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001002 -0.000001 0.000057 0.001002 -0.000001 0.000057 0.001002 -0.000001 0.000057 - -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 - Ti 0.000922 -0.000001 0.000099 0.000922 -0.000001 0.000099 0.000922 -0.000001 0.000099 - -0.000164 -0.000000 0.000117 -0.000164 -0.000000 0.000117 -0.000164 -0.000000 0.000117 - O1 0.001236 -0.000000 0.000090 0.000793 -0.000000 0.000058 0.000793 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 - O2 0.000615 -0.000000 0.000084 0.000615 -0.000000 0.000084 0.000615 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.290414 -0.000126 0.004369 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 22.0 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.5 - => RF2w-factor : 11.8 - => RF -factor : 6.55 - => Chi2(Intens): 22.0 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 15 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001001 -0.000000 0.000057 0.001001 -0.000000 0.000057 0.001001 -0.000000 0.000057 - -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 - Ti 0.000921 -0.000000 0.000099 0.000921 -0.000000 0.000099 0.000921 -0.000000 0.000099 - -0.000164 -0.000000 0.000117 -0.000164 -0.000000 0.000117 -0.000164 -0.000000 0.000117 - O1 0.001235 -0.000000 0.000090 0.000792 -0.000000 0.000058 0.000792 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000411 0.000000 0.000068 - O2 0.000614 -0.000000 0.000084 0.000614 -0.000000 0.000084 0.000614 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.290292 -0.000122 0.004367 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 22.0 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.8 - => RF -factor : 6.56 - => Chi2(Intens): 21.9 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 16 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001001 -0.000000 0.000057 0.001001 -0.000000 0.000057 0.001001 -0.000000 0.000057 - -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 - Ti 0.000921 -0.000000 0.000099 0.000921 -0.000000 0.000099 0.000921 -0.000000 0.000099 - -0.000165 -0.000000 0.000117 -0.000165 -0.000000 0.000117 -0.000165 -0.000000 0.000117 - O1 0.001235 -0.000000 0.000090 0.000792 -0.000000 0.000058 0.000792 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000614 -0.000000 0.000084 0.000614 -0.000000 0.000084 0.000614 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.290172 -0.000119 0.004366 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.9 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.8 - => RF -factor : 6.56 - => Chi2(Intens): 21.9 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 17 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001000 -0.000000 0.000057 0.001000 -0.000000 0.000057 0.001000 -0.000000 0.000057 - -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 - Ti 0.000920 -0.000000 0.000099 0.000920 -0.000000 0.000099 0.000920 -0.000000 0.000099 - -0.000165 -0.000000 0.000117 -0.000165 -0.000000 0.000117 -0.000165 -0.000000 0.000117 - O1 0.001235 -0.000000 0.000090 0.000791 -0.000000 0.000058 0.000791 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000614 -0.000000 0.000084 0.000614 -0.000000 0.000084 0.000614 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.290056 -0.000116 0.004364 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.9 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.8 - => RF -factor : 6.56 - => Chi2(Intens): 21.9 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 18 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001000 -0.000000 0.000057 0.001000 -0.000000 0.000057 0.001000 -0.000000 0.000057 - -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 -0.000473 -0.000000 0.000052 - Ti 0.000920 -0.000000 0.000099 0.000920 -0.000000 0.000099 0.000920 -0.000000 0.000099 - -0.000165 -0.000000 0.000117 -0.000165 -0.000000 0.000117 -0.000165 -0.000000 0.000117 - O1 0.001235 -0.000000 0.000090 0.000791 -0.000000 0.000058 0.000791 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000614 -0.000000 0.000084 0.000614 -0.000000 0.000084 0.000614 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.289943 -0.000113 0.004363 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.9 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.8 - => RF -factor : 6.56 - => Chi2(Intens): 21.9 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 19 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000999 -0.000000 0.000057 0.000999 -0.000000 0.000057 0.000999 -0.000000 0.000057 - -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 - Ti 0.000919 -0.000000 0.000099 0.000919 -0.000000 0.000099 0.000919 -0.000000 0.000099 - -0.000165 -0.000000 0.000117 -0.000165 -0.000000 0.000117 -0.000165 -0.000000 0.000117 - O1 0.001234 -0.000000 0.000090 0.000791 -0.000000 0.000058 0.000791 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000613 -0.000000 0.000084 0.000613 -0.000000 0.000084 0.000613 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.289832 -0.000111 0.004362 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.9 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.8 - => RF -factor : 6.56 - => Chi2(Intens): 21.9 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 20 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000999 -0.000000 0.000057 0.000999 -0.000000 0.000057 0.000999 -0.000000 0.000057 - -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 - Ti 0.000919 -0.000000 0.000099 0.000919 -0.000000 0.000099 0.000919 -0.000000 0.000099 - -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 - O1 0.001234 -0.000000 0.000090 0.000790 -0.000000 0.000058 0.000790 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000613 -0.000000 0.000084 0.000613 -0.000000 0.000084 0.000613 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.289724 -0.000108 0.004360 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.9 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.8 - => RF -factor : 6.57 - => Chi2(Intens): 21.9 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 21 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000998 -0.000000 0.000057 0.000998 -0.000000 0.000057 0.000998 -0.000000 0.000057 - -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 - Ti 0.000918 -0.000000 0.000099 0.000918 -0.000000 0.000099 0.000918 -0.000000 0.000099 - -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 - O1 0.001234 -0.000000 0.000090 0.000790 -0.000000 0.000058 0.000790 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000613 -0.000000 0.000084 0.000613 -0.000000 0.000084 0.000613 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.289619 -0.000105 0.004359 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.9 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.8 - => RF -factor : 6.57 - => Chi2(Intens): 21.9 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 22 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000998 -0.000000 0.000057 0.000998 -0.000000 0.000057 0.000998 -0.000000 0.000057 - -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 - Ti 0.000918 -0.000000 0.000099 0.000918 -0.000000 0.000099 0.000918 -0.000000 0.000099 - -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 - O1 0.001234 -0.000000 0.000090 0.000789 -0.000000 0.000058 0.000789 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000613 -0.000000 0.000084 0.000613 -0.000000 0.000084 0.000613 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.289517 -0.000102 0.004358 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.9 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.8 - => RF -factor : 6.57 - => Chi2(Intens): 21.9 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 23 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000998 -0.000000 0.000057 0.000998 -0.000000 0.000057 0.000998 -0.000000 0.000057 - -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 - Ti 0.000918 -0.000000 0.000099 0.000918 -0.000000 0.000099 0.000918 -0.000000 0.000099 - -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 - O1 0.001233 -0.000000 0.000090 0.000789 -0.000000 0.000058 0.000789 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000612 -0.000000 0.000084 0.000612 -0.000000 0.000084 0.000612 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.289417 -0.000100 0.004357 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.9 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.8 - => RF -factor : 6.57 - => Chi2(Intens): 21.9 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 24 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000997 -0.000000 0.000057 0.000997 -0.000000 0.000057 0.000997 -0.000000 0.000057 - -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 - Ti 0.000917 -0.000000 0.000099 0.000917 -0.000000 0.000099 0.000917 -0.000000 0.000099 - -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 -0.000166 -0.000000 0.000117 - O1 0.001233 -0.000000 0.000090 0.000789 -0.000000 0.000058 0.000789 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000612 -0.000000 0.000084 0.000612 -0.000000 0.000084 0.000612 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.289320 -0.000097 0.004356 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.9 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.8 - => RF -factor : 6.57 - => Chi2(Intens): 21.9 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 25 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000997 -0.000000 0.000057 0.000997 -0.000000 0.000057 0.000997 -0.000000 0.000057 - -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 - Ti 0.000917 -0.000000 0.000099 0.000917 -0.000000 0.000099 0.000917 -0.000000 0.000099 - -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 - O1 0.001233 -0.000000 0.000090 0.000788 -0.000000 0.000058 0.000788 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000612 -0.000000 0.000084 0.000612 -0.000000 0.000084 0.000612 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.289225 -0.000095 0.004355 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.9 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.8 - => RF -factor : 6.57 - => Chi2(Intens): 21.9 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 26 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000996 -0.000000 0.000057 0.000996 -0.000000 0.000057 0.000996 -0.000000 0.000057 - -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 -0.000474 -0.000000 0.000052 - Ti 0.000917 -0.000000 0.000099 0.000917 -0.000000 0.000099 0.000917 -0.000000 0.000099 - -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 - O1 0.001233 -0.000000 0.000090 0.000788 -0.000000 0.000058 0.000788 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000612 -0.000000 0.000084 0.000612 -0.000000 0.000084 0.000612 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.289133 -0.000092 0.004354 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.9 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.8 - => RF -factor : 6.58 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 27 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000996 -0.000000 0.000057 0.000996 -0.000000 0.000057 0.000996 -0.000000 0.000057 - -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 - Ti 0.000916 -0.000000 0.000099 0.000916 -0.000000 0.000099 0.000916 -0.000000 0.000099 - -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 - O1 0.001233 -0.000000 0.000090 0.000788 -0.000000 0.000058 0.000788 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.289043 -0.000090 0.004353 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.8 - => RF -factor : 6.58 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 28 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000996 -0.000000 0.000057 0.000996 -0.000000 0.000057 0.000996 -0.000000 0.000057 - -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 - Ti 0.000916 -0.000000 0.000099 0.000916 -0.000000 0.000099 0.000916 -0.000000 0.000099 - -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 - O1 0.001233 -0.000000 0.000090 0.000787 -0.000000 0.000058 0.000787 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.288955 -0.000088 0.004352 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.8 - => RF -factor : 6.58 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 29 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000995 -0.000000 0.000057 0.000995 -0.000000 0.000057 0.000995 -0.000000 0.000057 - -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 - Ti 0.000915 -0.000000 0.000099 0.000915 -0.000000 0.000099 0.000915 -0.000000 0.000099 - -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 - O1 0.001232 -0.000000 0.000090 0.000787 -0.000000 0.000058 0.000787 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.288869 -0.000086 0.004351 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.8 - => RF -factor : 6.58 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 30 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000995 -0.000000 0.000057 0.000995 -0.000000 0.000057 0.000995 -0.000000 0.000057 - -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 - Ti 0.000915 -0.000000 0.000099 0.000915 -0.000000 0.000099 0.000915 -0.000000 0.000099 - -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 -0.000167 -0.000000 0.000117 - O1 0.001232 -0.000000 0.000090 0.000787 -0.000000 0.000058 0.000787 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.288786 -0.000083 0.004350 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.7 - => RF -factor : 6.58 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 31 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000995 -0.000000 0.000057 0.000995 -0.000000 0.000057 0.000995 -0.000000 0.000057 - -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 - Ti 0.000915 -0.000000 0.000099 0.000915 -0.000000 0.000099 0.000915 -0.000000 0.000099 - -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 - O1 0.001232 -0.000000 0.000090 0.000786 -0.000000 0.000058 0.000786 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 0.000611 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.288704 -0.000081 0.004349 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.7 - => RF -factor : 6.58 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 32 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000994 -0.000000 0.000057 0.000994 -0.000000 0.000057 0.000994 -0.000000 0.000057 - -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 - Ti 0.000914 -0.000000 0.000099 0.000914 -0.000000 0.000099 0.000914 -0.000000 0.000099 - -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 - O1 0.001232 -0.000000 0.000090 0.000786 -0.000000 0.000058 0.000786 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.288625 -0.000079 0.004349 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.7 - => RF -factor : 6.58 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 33 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000994 -0.000000 0.000057 0.000994 -0.000000 0.000057 0.000994 -0.000000 0.000057 - -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 - Ti 0.000914 -0.000000 0.000099 0.000914 -0.000000 0.000099 0.000914 -0.000000 0.000099 - -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 - O1 0.001232 -0.000000 0.000090 0.000786 -0.000000 0.000058 0.000786 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.288548 -0.000077 0.004348 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.7 - => RF -factor : 6.59 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 34 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000994 -0.000000 0.000057 0.000994 -0.000000 0.000057 0.000994 -0.000000 0.000057 - -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 - Ti 0.000914 -0.000000 0.000099 0.000914 -0.000000 0.000099 0.000914 -0.000000 0.000099 - -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 - O1 0.001231 -0.000000 0.000090 0.000786 -0.000000 0.000058 0.000786 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.288472 -0.000075 0.004347 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.7 - => RF -factor : 6.59 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 35 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000994 -0.000000 0.000057 0.000994 -0.000000 0.000057 0.000994 -0.000000 0.000057 - -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 - Ti 0.000914 -0.000000 0.000099 0.000914 -0.000000 0.000099 0.000914 -0.000000 0.000099 - -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 - O1 0.001231 -0.000000 0.000090 0.000785 -0.000000 0.000058 0.000785 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.288399 -0.000073 0.004346 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.7 - => RF -factor : 6.59 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 36 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000993 -0.000000 0.000057 0.000993 -0.000000 0.000057 0.000993 -0.000000 0.000057 - -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 -0.000475 -0.000000 0.000052 - Ti 0.000913 -0.000000 0.000099 0.000913 -0.000000 0.000099 0.000913 -0.000000 0.000099 - -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 - O1 0.001231 -0.000000 0.000090 0.000785 -0.000000 0.000058 0.000785 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 0.000610 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.288327 -0.000072 0.004346 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.4 - => RF2w-factor : 11.7 - => RF -factor : 6.59 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 37 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000993 -0.000000 0.000057 0.000993 -0.000000 0.000057 0.000993 -0.000000 0.000057 - -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 - Ti 0.000913 -0.000000 0.000099 0.000913 -0.000000 0.000099 0.000913 -0.000000 0.000099 - -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 -0.000168 -0.000000 0.000117 - O1 0.001231 -0.000000 0.000090 0.000785 -0.000000 0.000058 0.000785 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.288257 -0.000070 0.004345 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.3 - => RF2w-factor : 11.7 - => RF -factor : 6.59 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 38 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000993 -0.000000 0.000057 0.000993 -0.000000 0.000057 0.000993 -0.000000 0.000057 - -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 - Ti 0.000913 -0.000000 0.000099 0.000913 -0.000000 0.000099 0.000913 -0.000000 0.000099 - -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 - O1 0.001231 -0.000000 0.000090 0.000785 -0.000000 0.000058 0.000785 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.288189 -0.000068 0.004345 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.3 - => RF2w-factor : 11.7 - => RF -factor : 6.59 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 39 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000992 -0.000000 0.000057 0.000992 -0.000000 0.000057 0.000992 -0.000000 0.000057 - -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 - Ti 0.000912 -0.000000 0.000099 0.000912 -0.000000 0.000099 0.000912 -0.000000 0.000099 - -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 - O1 0.001231 -0.000000 0.000090 0.000784 -0.000000 0.000058 0.000784 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.288123 -0.000066 0.004344 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.3 - => RF2w-factor : 11.7 - => RF -factor : 6.59 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 40 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000992 -0.000000 0.000057 0.000992 -0.000000 0.000057 0.000992 -0.000000 0.000057 - -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 - Ti 0.000912 -0.000000 0.000099 0.000912 -0.000000 0.000099 0.000912 -0.000000 0.000099 - -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 - O1 0.001231 -0.000000 0.000090 0.000784 -0.000000 0.000058 0.000784 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.288058 -0.000065 0.004343 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.3 - => RF2w-factor : 11.7 - => RF -factor : 6.59 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 41 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000992 -0.000000 0.000057 0.000992 -0.000000 0.000057 0.000992 -0.000000 0.000057 - -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 - Ti 0.000912 -0.000000 0.000099 0.000912 -0.000000 0.000099 0.000912 -0.000000 0.000099 - -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 - O1 0.001230 -0.000000 0.000090 0.000784 -0.000000 0.000058 0.000784 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.287995 -0.000063 0.004343 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.3 - => RF2w-factor : 11.7 - => RF -factor : 6.60 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 42 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000992 -0.000000 0.000057 0.000992 -0.000000 0.000057 0.000992 -0.000000 0.000057 - -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 - Ti 0.000912 -0.000000 0.000099 0.000912 -0.000000 0.000099 0.000912 -0.000000 0.000099 - -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 - O1 0.001230 -0.000000 0.000090 0.000784 -0.000000 0.000058 0.000784 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.287934 -0.000061 0.004342 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.3 - => RF2w-factor : 11.7 - => RF -factor : 6.60 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 43 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 - -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 - Ti 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 - -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 - O1 0.001230 -0.000000 0.000090 0.000784 -0.000000 0.000058 0.000784 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 0.000609 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.287874 -0.000060 0.004342 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.3 - => RF2w-factor : 11.7 - => RF -factor : 6.60 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 44 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 - -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 - Ti 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 - -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 - O1 0.001230 -0.000000 0.000090 0.000783 -0.000000 0.000058 0.000783 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.287816 -0.000058 0.004342 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.3 - => RF2w-factor : 11.7 - => RF -factor : 6.60 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 45 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 - -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 - Ti 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 - -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 -0.000169 -0.000000 0.000117 - O1 0.001230 -0.000000 0.000090 0.000783 -0.000000 0.000058 0.000783 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.287759 -0.000057 0.004341 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.3 - => RF2w-factor : 11.7 - => RF -factor : 6.60 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 46 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 - -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 - Ti 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 - -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 - O1 0.001230 -0.000000 0.000090 0.000783 -0.000000 0.000058 0.000783 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.287703 -0.000055 0.004341 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.3 - => RF2w-factor : 11.7 - => RF -factor : 6.60 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 47 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 0.000991 -0.000000 0.000057 - -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 - Ti 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 0.000911 -0.000000 0.000099 - -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 - O1 0.001230 -0.000000 0.000090 0.000783 -0.000000 0.000058 0.000783 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.287649 -0.000054 0.004340 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.3 - => RF2w-factor : 11.7 - => RF -factor : 6.60 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 48 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000990 -0.000000 0.000057 0.000990 -0.000000 0.000057 0.000990 -0.000000 0.000057 - -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 - Ti 0.000910 -0.000000 0.000099 0.000910 -0.000000 0.000099 0.000910 -0.000000 0.000099 - -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 - O1 0.001230 -0.000000 0.000090 0.000783 -0.000000 0.000058 0.000783 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.287596 -0.000053 0.004340 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.3 - => RF2w-factor : 11.7 - => RF -factor : 6.60 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 49 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000990 -0.000000 0.000057 0.000990 -0.000000 0.000057 0.000990 -0.000000 0.000057 - -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 -0.000476 -0.000000 0.000052 - Ti 0.000910 -0.000000 0.000099 0.000910 -0.000000 0.000099 0.000910 -0.000000 0.000099 - -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 - O1 0.001230 -0.000000 0.000090 0.000782 -0.000000 0.000058 0.000782 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - O2 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.287545 -0.000051 0.004340 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 11.3 - => RF2w-factor : 11.7 - => RF -factor : 6.60 - => Chi2(Intens): 21.8 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 50 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.000990 -0.000000 0.000057 0.000990 -0.000000 0.000057 0.000990 -0.000000 0.000057 - -0.000477 -0.000000 0.000052 -0.000477 -0.000000 0.000052 -0.000477 -0.000000 0.000052 - - U-Eigen Value (A**2) ---- Eigen vector(Orth. syst.) - 0.00019 ---- 0.57735 0.57735 0.57735 - 0.00762 ---- 0.70711 -0.70711 0.00000 - 0.00762 ---- 0.40825 0.40825 -0.81650 - - Isotropic temperature factor Uequiv(A**2): 0.0051 - Isotropic temperature factor Bequiv(A**2): 0.4063 - - R.M.S. in ANGSTROMS ------ Angles with A, B, C - 0.01385 ---- 54.736 54.736 54.736 - 0.08731 ---- 45.000 135.000 90.000 - 0.08731 ---- 65.905 65.905 144.736 - - Ti 0.000910 -0.000000 0.000099 0.000910 -0.000000 0.000099 0.000910 -0.000000 0.000099 - -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 -0.000170 -0.000000 0.000117 - - U-Eigen Value (A**2) ---- Eigen vector(Orth. syst.) - 0.00296 ---- 0.57735 0.57735 0.57735 - 0.00561 ---- 0.70711 -0.70711 0.00000 - 0.00561 ---- 0.40825 0.40825 -0.81650 - - Isotropic temperature factor Uequiv(A**2): 0.0047 - Isotropic temperature factor Bequiv(A**2): 0.3735 - - R.M.S. in ANGSTROMS ------ Angles with A, B, C - 0.05444 ---- 54.736 54.736 54.736 - 0.07492 ---- 45.000 135.000 90.000 - 0.07492 ---- 65.905 65.905 144.736 - - O1 0.001229 -0.000000 0.000090 0.000782 -0.000000 0.000058 0.000782 -0.000000 0.000058 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000412 0.000000 0.000068 - - U-Eigen Value (A**2) ---- Eigen vector(Orth. syst.) - 0.00639 ---- 1.00000 0.00000 0.00000 - 0.00621 ---- 0.00000 0.70711 0.70711 - 0.00192 ---- 0.00000 0.70711 -0.70711 - - Isotropic temperature factor Uequiv(A**2): 0.0048 - Isotropic temperature factor Bequiv(A**2): 0.3822 - - R.M.S. in ANGSTROMS ------ Angles with A, B, C - 0.07995 ---- 0.000 90.000 90.000 - 0.07881 ---- 90.000 45.000 45.000 - 0.04384 ---- 90.000 45.000 135.000 - - O2 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 0.000608 -0.000000 0.000084 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - U-Eigen Value (A**2) ---- Eigen vector(Orth. syst.) - 0.00316 ---- 0.50000 0.50000 0.70711 - 0.00316 ---- 0.85355 -0.14645 -0.50000 - 0.00316 ---- 0.14645 -0.85355 0.50000 - - Isotropic temperature factor Uequiv(A**2): 0.0032 - Isotropic temperature factor Bequiv(A**2): 0.2494 - - R.M.S. in ANGSTROMS ------ Angles with A, B, C - 0.05620 ---- 60.000 60.000 45.000 - 0.05620 ---- 31.400 98.421 120.000 - 0.05620 ---- 81.579 148.600 60.000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 => Scale factors ( 1: 6): - 0.287495 -0.000050 0.004339 + 0.228300 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 @@ -3453,14 +523,14 @@ => Lambda/2 param: 0.000000 0.000000 0.000000 - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + => Global user-weigthed Chi2 (Bragg contrib.): 103. => ---------> Pattern# 1 => Phase: 1 - => RF2 -factor : 11.3 - => RF2w-factor : 11.7 - => RF -factor : 6.61 - => Chi2(Intens): 21.8 + => RF2 -factor : 26.4 + => RF2w-factor : 26.0 + => RF -factor : 15.1 + => Chi2(Intens): 103. => N_eff Reflect.: 220 with I > 0.00 sigma -------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -3468,250 +538,241 @@ -------------------------------------------------------------------------------------------------------------------------------------------------------- => F2cal= scale*Corr*F2 h k l ivk cod F2obs F2cal F2cal(mag) Dif/sig Extinction(y) Sinthet/lamb Lambda/2-Contr RMsFx IMsFx RMsFy IMsFy RMsFz IMsFz RMiVx IMiVx RMiVy IMiVy RMiVz IMiVz - 1 1 1 0 1 194.5677 176.2732 0.0000 7.8676 1.00000 0.08549 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 2 2 0 0 1 22.6319 10.2906 0.0000 10.9867 1.00000 0.13961 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 3 1 1 0 1 99.2917 78.3839 0.0000 8.1607 1.00000 0.16370 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 2 2 2 0 1 219.2877 175.5162 0.0000 13.4590 1.00000 0.17098 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 4 0 0 0 1 1366.7377 1877.1442 0.0000 -16.4241 1.00000 0.19743 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 3 3 1 0 1 1381.2404 1811.0575 0.0000 -17.6023 1.00000 0.21515 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 4 2 2 0 1 272.4665 229.1738 0.0000 10.2223 1.00000 0.24181 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 5 1 1 0 1 991.5085 1055.1635 0.0000 -3.3151 1.00000 0.25647 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 3 3 3 0 1 504.5874 453.3925 0.0000 7.0563 1.00000 0.25647 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 4 4 0 0 1 2167.6858 3243.1765 0.0000 -28.3315 1.00000 0.27921 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 5 3 1 0 1 369.5253 323.2629 0.0000 7.4801 1.00000 0.29201 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 4 4 2 0 1 6.2608 0.0481 0.0000 2.1473 1.00000 0.29615 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 6 2 0 0 1 339.3607 289.2810 0.0000 9.6450 1.00000 0.31217 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 5 3 3 0 1 20.2404 14.7985 0.0000 2.2397 1.00000 0.32366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 6 2 2 0 1 214.3519 173.8878 0.0000 10.0107 1.00000 0.32741 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 4 4 4 0 1 375.6302 344.3943 0.0000 4.8432 1.00000 0.34196 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 1 1 0 1 838.4976 800.9113 0.0000 3.5506 1.00000 0.35249 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 5 5 1 0 1 55.1172 39.2618 0.0000 2.7325 1.00000 0.35249 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 6 4 2 0 1 33.0758 20.2788 0.0000 7.3971 1.00000 0.36936 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 5 5 3 0 1 764.9341 717.3077 0.0000 4.9182 1.00000 0.37913 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 3 1 0 1 73.8851 58.1163 0.0000 2.7867 1.00000 0.37913 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 0 0 0 1 1910.4371 2211.6245 0.0000 -8.3972 1.00000 0.39487 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 3 3 0 1 2395.7312 3118.1091 0.0000 -14.5490 1.00000 0.40402 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 6 4 4 0 1 9.8576 0.5755 0.0000 3.0804 1.00000 0.40702 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 2 2 0 1 1207.8987 1208.5704 0.0000 -0.0437 1.00000 0.41882 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 6 6 0 0 1 1217.1985 1227.1785 0.0000 -0.7117 1.00000 0.41882 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 5 1 0 1 324.4044 286.5447 0.0000 5.4544 1.00000 0.42746 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 5 5 5 0 1 2023.2412 2370.8625 0.0000 -18.2170 1.00000 0.42746 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 6 6 2 0 1 172.7699 139.9014 0.0000 6.5380 1.00000 0.43030 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 4 0 0 1 119.7360 98.4317 0.0000 5.0780 1.00000 0.44147 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 5 3 0 1 1082.9794 1064.4780 0.0000 1.2507 1.00000 0.44968 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 1 1 0 1 123.3764 102.8689 0.0000 2.0741 1.00000 0.44968 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 6 6 4 0 1 656.7704 595.1904 0.0000 5.7313 1.00000 0.46302 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 3 1 0 1 130.3383 108.5313 0.0000 4.5685 1.00000 0.47085 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 4 4 0 1 570.3704 522.3372 0.0000 6.2960 1.00000 0.48361 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 3 3 0 1 1398.5513 1433.2677 0.0000 -1.9073 1.00000 0.49111 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 7 1 0 1 1685.6763 1789.2595 0.0000 -6.9176 1.00000 0.49111 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 5 5 0 1 107.9908 89.4847 0.0000 1.4805 1.00000 0.49111 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 2 0 0 1 914.1141 861.6765 0.0000 5.4001 1.00000 0.50336 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 6 2 0 1 258.0833 217.4187 0.0000 4.4007 1.00000 0.50336 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 7 3 0 1 588.8738 549.3734 0.0000 3.7422 1.00000 0.51057 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 5 1 0 1 1016.6021 981.3416 0.0000 2.3277 1.00000 0.51057 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 6 6 6 0 1 215.3041 186.9986 0.0000 4.8400 1.00000 0.51295 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 2 2 0 1 165.5683 137.4732 0.0000 4.1734 1.00000 0.51295 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 5 3 0 1 263.2697 226.2269 0.0000 5.9972 1.00000 0.52931 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 4 2 0 1 399.1649 340.4209 0.0000 8.1626 1.00000 0.54069 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 1 1 0 1 406.6985 366.2877 0.0000 5.2204 1.00000 0.54741 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 7 5 0 1 9.0443 0.1919 0.0000 1.5465 1.00000 0.54741 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 8 0 0 1 232.3389 202.6847 0.0000 4.8342 1.00000 0.55843 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 3 1 0 1 815.0747 771.4958 0.0000 3.7074 1.00000 0.56493 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 7 1 0 1 645.9863 602.4438 0.0000 4.2319 1.00000 0.56493 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 5 5 0 1 105.5177 89.9905 0.0000 1.6548 1.00000 0.56493 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 6 0 0 1 2129.5383 2347.2014 0.0000 -6.7896 1.00000 0.57561 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 7 3 0 1 24.8305 14.6464 0.0000 2.5903 1.00000 0.58193 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 3 3 0 1 111.9623 95.0373 0.0000 4.2499 1.00000 0.58193 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 6 2 0 1 178.0339 156.4197 0.0000 3.4488 1.00000 0.58402 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 0 0 0 1 355.9608 314.1405 0.0000 5.3896 1.00000 0.59230 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 8 4 0 1 451.1190 415.2291 0.0000 3.8813 1.00000 0.59230 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 7 7 0 1 2409.2754 2751.7048 0.0000 -11.0077 1.00000 0.59844 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 5 1 0 1 36.9390 29.7784 0.0000 0.4864 1.00000 0.59844 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 2 2 0 1 1267.5220 1256.8169 0.0000 0.5708 1.00000 0.60853 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 6 4 0 1 1228.7996 1208.8113 0.0000 1.0546 1.00000 0.60853 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 7 5 0 1 329.1074 303.3771 0.0000 3.3915 1.00000 0.61451 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 5 3 0 1 224.7773 199.5466 0.0000 3.6762 1.00000 0.61451 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 4 0 0 1 883.0682 871.2598 0.0000 0.7054 1.00000 0.62434 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 9 1 0 1 60.6822 47.9287 0.0000 4.2465 1.00000 0.63017 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 8 6 0 1 12.8220 1.4280 0.0000 2.4320 1.00000 0.63210 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 4 2 0 1 5.0893 0.8692 0.0000 0.8698 1.00000 0.63210 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 8 2 0 1 15.7286 2.3830 0.0000 2.8014 1.00000 0.63976 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 5 5 0 1 1284.8992 1315.6169 0.0000 -1.7159 1.00000 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 1 1 0 1 91.8083 75.3542 0.0000 1.4756 1.00000 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 9 3 0 1 114.6400 95.0473 0.0000 1.7506 1.00000 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 7 1 0 1 11.3935 4.2460 0.0000 0.5830 1.00000 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 6 6 0 1 107.1723 92.0563 0.0000 2.9307 1.00000 0.64733 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 4 4 0 1 25.8850 17.5187 0.0000 2.0472 1.00000 0.65481 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 7 7 0 1 1452.1660 1496.2008 0.0000 -2.0168 1.00000 0.66037 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 3 1 0 1 1245.0792 1235.8453 0.0000 0.6256 1.00000 0.66037 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 7 3 0 1 1511.8230 1544.7648 0.0000 -1.2789 1.00000 0.66037 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 8 4 0 1 3.7100 3.8189 0.0000 -0.0206 1.00000 0.66221 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 6 2 0 1 329.0760 295.4960 0.0000 4.2203 1.00000 0.66953 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 3 3 0 1 285.8376 236.9448 0.0000 6.1040 1.00000 0.67497 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 9 5 0 1 992.9638 950.3796 0.0000 2.2943 1.00000 0.67497 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 8 8 0 1 288.2571 240.7574 0.0000 5.7663 1.00000 0.68393 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 5 1 0 1 194.8370 169.6523 0.0000 3.0876 1.00000 0.68925 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 7 5 0 1 414.2435 394.0394 0.0000 1.2035 1.00000 0.68925 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 6 4 0 1 7.2439 0.9662 0.0000 1.0034 1.00000 0.69102 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 10 0 0 1 2714.7458 3162.0996 0.0000 -11.3485 1.00000 0.69803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 8 6 0 1 343.7899 304.2293 0.0000 2.4367 1.00000 0.69803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 2 0 0 1 472.1022 430.8871 0.0000 2.5208 1.00000 0.69803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 5 3 0 1 22.6495 15.4030 0.0000 1.1352 1.00000 0.70325 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 9 1 0 1 467.5958 452.8921 0.0000 1.2994 1.00000 0.70325 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 2 2 0 1 135.5432 127.7201 0.0000 1.3752 1.00000 0.70498 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 10 2 0 1 111.2981 102.2177 0.0000 1.8054 1.00000 0.70498 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 8 0 0 1 143.5622 131.7349 0.0000 2.0780 1.00000 0.71186 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 9 3 0 1 624.4188 600.8624 0.0000 1.8927 1.00000 0.71697 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 9 7 0 1 533.1500 493.2895 0.0000 3.5523 1.00000 0.71697 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 8 2 0 1 10.4581 0.9514 0.0000 1.4189 1.00000 0.71867 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 10 4 0 1 2155.8782 2338.6594 0.0000 -4.8307 1.00000 0.72542 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 6 6 0 1 7.6967 2.0908 0.0000 0.3163 1.00000 0.72542 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 4 2 0 1 105.0912 83.3345 0.0000 1.2483 1.00000 0.72542 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 5 5 0 1 587.6577 551.1723 0.0000 2.6881 1.00000 0.73044 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 7 7 0 1 152.2555 136.0302 0.0000 1.8609 1.00000 0.73044 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 7 1 0 1 17.2751 9.3321 0.0000 0.8468 1.00000 0.73044 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 8 4 0 1 2.8080 0.0332 0.0000 0.4356 1.00000 0.73873 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 7 3 0 1 2101.8381 2309.4060 0.0000 -6.4580 1.00000 0.74366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 1 1 0 1 21.4748 16.0752 0.0000 0.3234 1.00000 0.74366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 9 5 0 1 16.9701 17.6132 0.0000 -0.0361 1.00000 0.74366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 8 8 0 1 3.9106 0.0413 0.0000 0.5556 1.00000 0.74529 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 4 4 0 1 6.3243 3.5835 0.0000 0.3881 1.00000 0.74529 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 6 0 0 1 1277.8949 1264.0121 0.0000 0.8634 1.00000 0.75180 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 3 1 0 1 173.7919 159.1512 0.0000 2.1372 1.00000 0.75665 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 10 6 0 1 148.4994 151.3014 0.0000 -0.4821 1.00000 0.75826 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 6 2 0 1 96.6851 94.4405 0.0000 0.4695 1.00000 0.75826 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 7 5 0 1 743.1557 722.2418 0.0000 1.3010 1.00000 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 11 1 0 1 253.0292 236.3490 0.0000 1.1829 1.00000 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 3 3 0 1 801.3929 786.1374 0.0000 0.8499 1.00000 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 9 9 0 1 9.2930 0.0367 0.0000 0.7759 1.00000 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 8 6 0 1 5.7886 5.7859 0.0000 0.0004 1.00000 0.77100 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 6 4 0 1 799.8103 760.7155 0.0000 3.8658 1.00000 0.77730 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 10 2 0 1 16.6109 12.3283 0.0000 0.6773 1.00000 0.77730 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 5 1 0 1 1196.2526 1224.3760 0.0000 -1.3610 1.00000 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 9 1 0 1 77.6526 61.7632 0.0000 1.3724 1.00000 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 11 3 0 1 0.1226 0.1357 0.0000 -0.0028 1.00000 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 9 7 0 1 36.2448 31.4958 0.0000 1.2689 1.00000 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 0 0 0 1 2281.3191 2657.8162 0.0000 -7.8443 1.00000 0.78973 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 9 3 0 1 1012.6861 1011.2758 0.0000 0.0712 1.00000 0.79435 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 5 3 0 1 73.0685 67.8749 0.0000 0.3679 1.00000 0.79435 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 10 4 0 1 4.7657 0.1130 0.0000 0.6618 1.00000 0.79588 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 10 8 0 1 708.9425 680.3165 0.0000 1.3907 1.00000 0.80198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 8 2 0 1 66.2456 57.3702 0.0000 1.1037 1.00000 0.80198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 2 2 0 1 355.8104 336.7964 0.0000 2.1786 1.00000 0.80198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 7 7 0 1 338.0038 291.6532 0.0000 4.3144 1.00000 0.80652 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 11 5 0 1 460.0088 437.3098 0.0000 1.2563 1.00000 0.80652 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 6 6 0 1 142.0896 146.4935 0.0000 -0.7435 1.00000 0.80803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 4 0 0 1 484.0079 424.2308 0.0000 4.8978 1.00000 0.81404 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 7 1 0 1 296.3522 289.4611 0.0000 0.9306 1.00000 0.81852 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 5 5 0 1 135.2490 117.9854 0.0000 2.5999 1.00000 0.81852 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 9 5 0 1 67.1565 54.1576 0.0000 2.0870 1.00000 0.81852 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 4 2 0 1 0.4130 0.6478 0.0000 -0.0390 1.00000 0.82000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 8 4 0 1 0.6195 2.5575 0.0000 -0.3253 1.00000 0.82000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 10 6 0 1 156.6047 136.4070 0.0000 3.3422 1.00000 0.82592 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 9 9 0 1 406.6829 403.7811 0.0000 0.2656 1.00000 0.83034 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 7 3 0 1 10.0451 7.1748 0.0000 0.2459 1.00000 0.83034 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 4 4 0 1 889.3516 933.1519 0.0000 -1.5640 1.00000 0.83764 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 12 0 0 1 48.4913 49.4587 0.0000 -0.0963 1.00000 0.83764 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 11 1 0 1 515.3911 504.9596 0.0000 0.8608 1.00000 0.84199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 11 7 0 1 540.7250 506.9706 0.0000 2.7625 1.00000 0.84199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 1 1 0 1 547.7704 516.8766 0.0000 1.4964 1.00000 0.84199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 12 2 0 1 26.2629 11.9417 0.0000 1.6531 1.00000 0.84344 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 10 0 0 1 2187.1519 2410.8562 0.0000 -7.4341 1.00000 0.84919 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 6 2 0 1 7.7465 1.9394 0.0000 0.2950 1.00000 0.84919 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 8 6 0 1 64.3002 50.2244 0.0000 1.4958 1.00000 0.84919 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 9 7 0 1 11.6539 10.1210 0.0000 0.1769 1.00000 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 3 1 0 1 50.1850 34.6765 0.0000 1.9187 1.00000 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 7 5 0 1 374.3065 354.7084 0.0000 2.2326 1.00000 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 11 3 0 1 30.6726 13.9581 0.0000 2.0615 1.00000 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 10 2 0 1 109.6739 118.5039 0.0000 -1.7449 1.00000 0.85491 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 10 10 0 1 100.7550 88.1313 0.0000 2.2303 1.00000 0.85491 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 12 4 0 1 504.4615 524.3261 0.0000 -1.3837 1.00000 0.86059 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 3 3 0 1 1812.5647 2156.3711 0.0000 -0.9205 1.00000 0.86483 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 9 1 0 1 2.6081 5.1793 0.0000 -0.1384 1.00000 0.86483 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 10 8 0 1 13.5403 4.1993 0.0000 0.9126 1.00000 0.86624 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 6 4 0 1 4.9083 0.8497 0.0000 0.5017 1.00000 0.86624 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 10 4 0 1 1167.5333 1196.0894 0.0000 -1.6500 1.00000 0.87184 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 11 5 0 1 218.7551 231.6901 0.0000 -0.8690 1.00000 0.87602 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 9 3 0 1 267.0351 264.3524 0.0000 0.1734 1.00000 0.87602 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 5 1 0 1 125.0758 117.5098 0.0000 1.3900 1.00000 0.87602 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 8 0 0 1 471.4993 527.4620 0.0000 -1.1217 1.00000 0.88295 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 7 7 0 1 651.6143 627.1745 0.0000 1.6022 1.00000 0.88708 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 5 3 0 1 699.3832 703.6368 0.0000 -0.2142 1.00000 0.88708 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 11 9 0 1 196.8183 199.0493 0.0000 -0.2269 1.00000 0.88708 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 8 2 0 1 17.5671 7.2092 0.0000 1.2080 1.00000 0.88845 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 8 8 0 1 9.3270 13.8548 0.0000 -0.5759 1.00000 0.88845 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 12 6 0 1 6.8138 0.0629 0.0000 0.7410 1.00000 0.88845 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 6 6 0 1 200.7956 185.8823 0.0000 1.8925 1.00000 0.89392 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 18 2 0 0 1 24.2069 7.6215 0.0000 1.6069 1.00000 0.89392 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 9 5 0 1 1035.1714 1175.1642 0.0000 -0.8764 1.00000 0.89800 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 9 9 0 1 118.5448 100.9854 0.0000 1.1361 1.00000 0.89800 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 10 6 0 1 69.1974 71.0711 0.0000 -0.2558 1.00000 0.89935 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 18 2 2 0 1 70.0710 82.0587 0.0000 -1.0227 1.00000 0.89935 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 8 4 0 1 34.1798 38.0149 0.0000 -0.4761 1.00000 0.90475 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 7 1 0 1 1108.8405 1182.9175 0.0000 -1.4366 1.00000 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 5 5 0 1 39.7098 25.4884 0.0000 0.9295 1.00000 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 11 7 0 1 1245.7976 1332.5996 0.0000 -5.0158 1.00000 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 13 1 0 1 790.6947 792.2219 0.0000 -0.0907 1.00000 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 12 2 0 1 121.2231 112.7670 0.0000 0.9664 1.00000 0.91546 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 18 4 2 0 1 46.5794 32.5360 0.0000 1.4178 1.00000 0.91546 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 10 10 0 1 632.8853 638.5900 0.0000 -0.2741 1.00000 0.91546 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 13 3 0 1 252.1584 244.1136 0.0000 0.8593 1.00000 0.91944 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 7 3 0 1 321.9037 289.9470 0.0000 2.3136 1.00000 0.91944 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 11 1 0 1 340.2429 335.0287 0.0000 0.4649 1.00000 0.91944 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 12 8 0 1 408.8684 362.7713 0.0000 3.0683 1.00000 0.92604 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 11 3 0 1 230.5712 221.8578 0.0000 1.0674 1.00000 0.92998 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 9 7 0 1 211.3878 228.0806 0.0000 -2.0583 1.00000 0.92998 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 8 6 0 1 0.9510 0.4029 0.0000 0.0585 1.00000 0.93129 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 12 4 0 1 3.2415 8.7474 0.0000 -0.6478 1.00000 0.93129 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 18 4 4 0 1 11.4682 2.1958 0.0000 1.0246 1.00000 0.93129 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 10 8 0 1 478.7053 459.3643 0.0000 1.5256 1.00000 0.93651 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 18 6 0 0 1 386.9393 408.3381 0.0000 -2.1504 1.00000 0.93651 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 10 2 0 1 96.3516 86.3809 0.0000 1.5398 1.00000 0.93651 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 7 5 0 1 9.6315 1.5822 0.0000 0.7488 1.00000 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 19 1 1 0 1 376.4738 396.9233 0.0000 -1.8234 1.00000 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 13 5 0 1 10.4966 9.0361 0.0000 0.1438 1.00000 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 11 11 0 1 112.0977 95.4012 0.0000 2.5013 1.00000 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 18 6 2 0 1 85.2351 107.2365 0.0000 -1.5468 1.00000 0.94170 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 19 3 1 0 1 305.3999 326.6586 0.0000 -1.9581 1.00000 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 9 1 0 1 359.4543 363.8557 0.0000 -0.3825 1.00000 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 11 9 0 1 427.5390 454.6483 0.0000 -2.4033 1.00000 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 11 5 0 1 4.1747 1.4714 0.0000 0.4031 1.00000 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 10 4 0 1 5.4459 4.9453 0.0000 0.0475 1.00000 0.95199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 18 6 4 0 1 59.6674 59.2245 0.0000 0.0486 1.00000 0.95709 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 12 6 0 1 43.3857 46.7457 0.0000 -0.3649 1.00000 0.95709 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 19 3 3 0 1 23.8039 26.7037 0.0000 -0.3157 1.00000 0.96090 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 9 3 0 1 48.7587 43.3227 0.0000 0.7029 1.00000 0.96090 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 8 8 0 1 29.3063 10.1272 0.0000 1.5155 1.00000 0.96722 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 7 7 0 1 1601.5154 2312.1428 0.0000 -1.1300 1.00000 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 13 7 0 1 1176.0896 1658.7201 0.0000 -1.1641 1.00000 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 19 5 1 0 1 0.8334 0.0263 0.0000 0.0395 1.00000 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 9 9 0 1 10.9864 13.9478 0.0000 -0.3672 1.00000 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 12 10 0 1 14.4074 12.9147 0.0000 0.1312 1.00000 0.97225 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 1 1 1 0 1 194.5677 140.8456 0.0000 23.1033 1.00000 0.08549 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 2 2 0 0 1 22.6319 8.2379 0.0000 12.8141 1.00000 0.13961 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 3 1 1 0 1 99.2917 61.6488 0.0000 14.6928 1.00000 0.16370 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 2 2 2 0 1 219.2877 145.3083 0.0000 22.7475 1.00000 0.17098 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 4 0 0 0 1 1366.7377 1526.0806 0.0000 -5.1274 1.00000 0.19743 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 3 3 1 0 1 1381.2404 1489.2150 0.0000 -4.4219 1.00000 0.21515 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 4 2 2 0 1 272.4665 192.0919 0.0000 18.9782 1.00000 0.24181 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 1 1 0 1 991.5085 903.2888 0.0000 4.5944 1.00000 0.25647 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 3 3 3 0 1 504.5874 356.1091 0.0000 20.4651 1.00000 0.25647 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 4 4 0 0 1 2167.6858 2723.2024 0.0000 -14.6339 1.00000 0.27921 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 3 1 0 1 369.5253 268.5427 0.0000 16.3278 1.00000 0.29201 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 4 4 2 0 1 6.2608 0.0000 0.0000 2.1639 1.00000 0.29615 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 2 0 0 1 339.3607 236.9058 0.0000 19.7321 1.00000 0.31217 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 3 3 0 1 20.2404 11.1039 0.0000 3.7602 1.00000 0.32366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 2 2 0 1 214.3519 145.3084 0.0000 17.0811 1.00000 0.32741 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 4 4 4 0 1 375.6302 291.9305 0.0000 12.9779 1.00000 0.34196 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 1 1 0 1 838.4976 705.4741 0.0000 12.5661 1.00000 0.35249 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 5 1 0 1 55.1172 33.8241 0.0000 3.6696 1.00000 0.35249 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 4 2 0 1 33.0758 19.3792 0.0000 7.9171 1.00000 0.36936 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 5 3 0 1 764.9341 652.0520 0.0000 11.6568 1.00000 0.37913 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 3 1 0 1 73.8851 46.8029 0.0000 4.7860 1.00000 0.37913 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 0 0 0 1 1910.4371 1919.8999 0.0000 -0.2638 1.00000 0.39487 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 3 3 0 1 2395.7312 2839.1074 0.0000 -8.9298 1.00000 0.40402 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 4 4 0 1 9.8576 0.0000 0.0000 3.2714 1.00000 0.40702 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 2 2 0 1 1207.8987 1103.3645 0.0000 6.7946 1.00000 0.41882 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 6 0 0 1 1217.1985 1132.5684 0.0000 6.0351 1.00000 0.41882 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 5 1 0 1 324.4044 235.9855 0.0000 12.7384 1.00000 0.42746 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 5 5 0 1 2023.2412 2278.9602 0.0000 -13.4009 1.00000 0.42746 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 6 2 0 1 172.7699 145.3082 0.0000 5.4625 1.00000 0.43030 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 4 0 0 1 119.7360 76.0092 0.0000 10.4226 1.00000 0.44147 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 5 3 0 1 1082.9794 965.9774 0.0000 7.9091 1.00000 0.44968 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 1 1 0 1 123.3764 93.2176 0.0000 3.0503 1.00000 0.44968 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 6 4 0 1 656.7704 513.6627 0.0000 13.3192 1.00000 0.46302 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 3 1 0 1 130.3383 101.2957 0.0000 6.0844 1.00000 0.47085 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 4 4 0 1 570.3704 476.8785 0.0000 12.2545 1.00000 0.48361 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 3 3 0 1 1398.5513 1323.3185 0.0000 4.1334 1.00000 0.49111 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 7 1 0 1 1685.6763 1701.8668 0.0000 -1.0813 1.00000 0.49111 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 5 5 0 1 107.9908 78.8031 0.0000 2.3351 1.00000 0.49111 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 2 0 0 1 914.1141 858.2965 0.0000 5.7482 1.00000 0.50336 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 6 2 0 1 258.0833 223.6522 0.0000 3.7261 1.00000 0.50336 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 7 3 0 1 588.8738 463.7212 0.0000 11.8566 1.00000 0.51057 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 5 1 0 1 1016.6021 1041.2031 0.0000 -1.6240 1.00000 0.51057 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 6 6 0 1 215.3041 145.3084 0.0000 11.9688 1.00000 0.51295 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 2 2 0 1 165.5683 145.3083 0.0000 3.0096 1.00000 0.51295 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 5 3 0 1 263.2697 200.9126 0.0000 10.0955 1.00000 0.52931 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 4 2 0 1 399.1649 335.1510 0.0000 8.8949 1.00000 0.54069 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 1 1 0 1 406.6985 355.9747 0.0000 6.5526 1.00000 0.54741 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 7 5 0 1 9.0443 0.4474 0.0000 1.5019 1.00000 0.54741 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 8 0 0 1 232.3389 181.4384 0.0000 8.2978 1.00000 0.55843 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 3 1 0 1 815.0747 760.3657 0.0000 4.6542 1.00000 0.56493 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 7 1 0 1 645.9863 592.8183 0.0000 5.1674 1.00000 0.56493 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 5 5 0 1 105.5177 64.4612 0.0000 4.3756 1.00000 0.56493 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 6 0 0 1 2129.5383 2261.8225 0.0000 -4.1264 1.00000 0.57561 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 7 3 0 1 24.8305 21.4216 0.0000 0.8670 1.00000 0.58193 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 3 3 0 1 111.9623 61.7046 0.0000 12.6196 1.00000 0.58193 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 6 2 0 1 178.0339 145.3082 0.0000 5.2218 1.00000 0.58402 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 0 0 0 1 355.9608 254.6739 0.0000 13.0534 1.00000 0.59230 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 8 4 0 1 451.1190 467.7892 0.0000 -1.8028 1.00000 0.59230 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 7 7 0 1 2409.2754 3130.0220 0.0000 -23.1690 1.00000 0.59844 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 5 1 0 1 36.9390 28.8546 0.0000 0.5491 1.00000 0.59844 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 2 2 0 1 1267.5220 1366.5073 0.0000 -5.2775 1.00000 0.60853 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 6 4 0 1 1228.7996 1337.2952 0.0000 -5.7243 1.00000 0.60853 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 7 5 0 1 329.1074 308.8712 0.0000 2.6673 1.00000 0.61451 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 5 3 0 1 224.7773 205.8618 0.0000 2.7560 1.00000 0.61451 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 4 0 0 1 883.0682 845.5143 0.0000 2.2433 1.00000 0.62434 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 9 1 0 1 60.6822 55.3833 0.0000 1.7644 1.00000 0.63017 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 8 6 0 1 12.8220 0.0000 0.0000 2.7368 1.00000 0.63210 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 4 2 0 1 5.0893 0.0000 0.0000 1.0489 1.00000 0.63210 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 8 2 0 1 15.7286 1.1026 0.0000 3.0702 1.00000 0.63976 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 5 5 0 1 1284.8992 1335.9712 0.0000 -2.8529 1.00000 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 1 1 0 1 91.8083 90.9471 0.0000 0.0772 1.00000 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 9 3 0 1 114.6400 150.7368 0.0000 -3.2252 1.00000 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 7 1 0 1 11.3935 17.4253 0.0000 -0.4920 1.00000 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 6 6 0 1 107.1723 145.3089 0.0000 -7.3940 1.00000 0.64733 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 4 4 0 1 25.8850 36.2478 0.0000 -2.5357 1.00000 0.65481 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 7 7 0 1 1452.1660 1524.1821 0.0000 -3.2984 1.00000 0.66037 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 3 1 0 1 1245.0792 1362.0103 0.0000 -7.9219 1.00000 0.66037 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 7 3 0 1 1511.8230 1786.5535 0.0000 -10.6656 1.00000 0.66037 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 8 4 0 1 3.7100 0.0000 0.0000 0.7010 1.00000 0.66221 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 6 2 0 1 329.0760 349.8539 0.0000 -2.6114 1.00000 0.66953 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 3 3 0 1 285.8376 295.3549 0.0000 -1.1882 1.00000 0.67497 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 9 5 0 1 992.9638 1188.9126 0.0000 -10.5571 1.00000 0.67497 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 8 8 0 1 288.2571 284.8286 0.0000 0.4162 1.00000 0.68393 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 5 1 0 1 194.8370 216.1579 0.0000 -2.6139 1.00000 0.68925 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 7 5 0 1 414.2435 402.5859 0.0000 0.6944 1.00000 0.68925 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 6 4 0 1 7.2439 0.0000 0.0000 1.1578 1.00000 0.69102 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 0 0 1 2714.7458 3777.7695 0.0000 -26.9669 1.00000 0.69803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 8 6 0 1 343.7899 296.2483 0.0000 2.9283 1.00000 0.69803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 2 0 0 1 472.1022 467.5210 0.0000 0.2802 1.00000 0.69803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 5 3 0 1 22.6495 25.1723 0.0000 -0.3952 1.00000 0.70325 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 9 1 0 1 467.5958 444.3747 0.0000 2.0521 1.00000 0.70325 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 2 2 0 1 135.5432 145.3087 0.0000 -1.7167 1.00000 0.70498 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 2 0 1 111.2981 145.3090 0.0000 -6.7623 1.00000 0.70498 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 8 0 0 1 143.5622 207.0217 0.0000 -11.1495 1.00000 0.71186 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 9 3 0 1 624.4188 643.2208 0.0000 -1.5107 1.00000 0.71697 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 9 7 0 1 533.1500 489.9552 0.0000 3.8494 1.00000 0.71697 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 8 2 0 1 10.4581 0.0000 0.0000 1.5609 1.00000 0.71867 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 4 0 1 2155.8782 2547.6257 0.0000 -10.3535 1.00000 0.72542 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 6 6 0 1 7.6967 0.1958 0.0000 0.4232 1.00000 0.72542 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 4 2 0 1 105.0912 113.0539 0.0000 -0.4569 1.00000 0.72542 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 5 5 0 1 587.6577 740.9445 0.0000 -11.2935 1.00000 0.73044 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 7 7 0 1 152.2555 110.6395 0.0000 4.7731 1.00000 0.73044 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 7 1 0 1 17.2751 26.5874 0.0000 -0.9928 1.00000 0.73044 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 8 4 0 1 2.8080 1.6104 0.0000 0.1880 1.00000 0.73873 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 7 3 0 1 2101.8381 2662.3887 0.0000 -17.4403 1.00000 0.74366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 1 1 0 1 21.4748 12.1130 0.0000 0.5607 1.00000 0.74366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 9 5 0 1 16.9701 9.9775 0.0000 0.3929 1.00000 0.74366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 8 8 0 1 3.9106 0.0000 0.0000 0.5615 1.00000 0.74529 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 4 4 0 1 6.3243 0.0000 0.0000 0.8955 1.00000 0.74529 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 6 0 0 1 1277.8949 1590.7469 0.0000 -19.4560 1.00000 0.75180 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 3 1 0 1 173.7919 263.7105 0.0000 -13.1262 1.00000 0.75665 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 6 0 1 148.4994 145.3073 0.0000 0.5492 1.00000 0.75826 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 6 2 0 1 96.6851 145.3079 0.0000 -10.1706 1.00000 0.75826 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 7 5 0 1 743.1557 864.0787 0.0000 -7.5221 1.00000 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 1 0 1 253.0292 274.2028 0.0000 -1.5016 1.00000 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 3 3 0 1 801.3929 912.2131 0.0000 -6.1738 1.00000 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 9 9 0 1 9.2930 27.3434 0.0000 -1.5130 1.00000 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 8 6 0 1 5.7886 0.0000 0.0000 0.8970 1.00000 0.77100 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 6 4 0 1 799.8103 834.9001 0.0000 -3.4698 1.00000 0.77730 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 10 2 0 1 16.6109 23.0346 0.0000 -1.0159 1.00000 0.77730 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 5 1 0 1 1196.2526 1477.8040 0.0000 -13.6250 1.00000 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 9 1 0 1 77.6526 138.0517 0.0000 -5.2169 1.00000 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 3 0 1 0.1226 9.9883 0.0000 -2.1044 1.00000 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 9 7 0 1 36.2448 40.7975 0.0000 -1.2165 1.00000 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 0 0 0 1 2281.3191 3200.1248 0.0000 -19.1434 1.00000 0.78973 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 9 3 0 1 1012.6861 1203.5674 0.0000 -9.6427 1.00000 0.79435 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 5 3 0 1 73.0685 63.9963 0.0000 0.6427 1.00000 0.79435 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 10 4 0 1 4.7657 0.0000 0.0000 0.6779 1.00000 0.79588 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 8 0 1 708.9425 968.2547 0.0000 -12.5974 1.00000 0.80198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 8 2 0 1 66.2456 76.1170 0.0000 -1.2276 1.00000 0.80198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 2 2 0 1 355.8104 418.7725 0.0000 -7.2142 1.00000 0.80198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 7 7 0 1 338.0038 393.9919 0.0000 -5.2114 1.00000 0.80652 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 5 0 1 460.0088 643.3083 0.0000 -10.1448 1.00000 0.80652 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 6 6 0 1 142.0896 145.3085 0.0000 -0.5434 1.00000 0.80803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 4 0 0 1 484.0079 461.0176 0.0000 1.8837 1.00000 0.81404 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 7 1 0 1 296.3522 330.2680 0.0000 -4.5801 1.00000 0.81852 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 5 5 0 1 135.2490 201.7339 0.0000 -10.0128 1.00000 0.81852 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 9 5 0 1 67.1565 155.9847 0.0000 -14.2613 1.00000 0.81852 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 4 2 0 1 0.4130 0.0000 0.0000 0.0686 1.00000 0.82000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 8 4 0 1 0.6195 0.0000 0.0000 0.1040 1.00000 0.82000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 10 6 0 1 156.6047 181.2382 0.0000 -4.0762 1.00000 0.82592 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 9 9 0 1 406.6829 542.5685 0.0000 -12.4400 1.00000 0.83034 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 7 3 0 1 10.0451 2.3909 0.0000 0.6556 1.00000 0.83034 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 4 4 0 1 889.3516 1196.5067 0.0000 -10.9678 1.00000 0.83764 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 0 0 1 48.4913 35.6546 0.0000 1.2781 1.00000 0.83764 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 11 1 0 1 515.3911 670.2796 0.0000 -12.7807 1.00000 0.84199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 7 0 1 540.7250 976.6901 0.0000 -35.6805 1.00000 0.84199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 1 1 0 1 547.7704 755.7408 0.0000 -10.0735 1.00000 0.84199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 2 0 1 26.2629 0.0000 0.0000 3.0315 1.00000 0.84344 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 10 0 0 1 2187.1519 2893.2703 0.0000 -23.4656 1.00000 0.84919 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 6 2 0 1 7.7465 4.8488 0.0000 0.1472 1.00000 0.84919 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 8 6 0 1 64.3002 90.9618 0.0000 -2.8333 1.00000 0.84919 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 9 7 0 1 11.6539 8.6634 0.0000 0.3452 1.00000 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 3 1 0 1 50.1850 60.3919 0.0000 -1.2628 1.00000 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 7 5 0 1 374.3065 564.0316 0.0000 -21.6137 1.00000 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 11 3 0 1 30.6726 38.0723 0.0000 -0.9126 1.00000 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 10 2 0 1 109.6739 145.3083 0.0000 -7.0415 1.00000 0.85491 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 10 0 1 100.7550 145.3106 0.0000 -7.8720 1.00000 0.85491 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 4 0 1 504.4615 848.3934 0.0000 -23.9564 1.00000 0.86059 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 3 3 0 1 1812.5647 2939.0791 0.0000 -3.0160 1.00000 0.86483 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 9 1 0 1 2.6081 1.6064 0.0000 0.0539 1.00000 0.86483 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 10 8 0 1 13.5403 0.0000 0.0000 1.3228 1.00000 0.86624 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 6 4 0 1 4.9083 0.0000 0.0000 0.6067 1.00000 0.86624 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 10 4 0 1 1167.5333 1831.8008 0.0000 -38.3821 1.00000 0.87184 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 11 5 0 1 218.7551 257.0515 0.0000 -2.5728 1.00000 0.87602 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 9 3 0 1 267.0351 340.4792 0.0000 -4.7457 1.00000 0.87602 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 5 1 0 1 125.0758 208.2788 0.0000 -15.2854 1.00000 0.87602 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 8 0 0 1 471.4993 687.6401 0.0000 -4.3324 1.00000 0.88295 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 7 7 0 1 651.6143 1080.1859 0.0000 -28.0959 1.00000 0.88708 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 5 3 0 1 699.3832 1024.6499 0.0000 -16.3824 1.00000 0.88708 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 9 0 1 196.8183 205.8128 0.0000 -0.9146 1.00000 0.88708 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 8 2 0 1 17.5671 0.0000 0.0000 2.0488 1.00000 0.88845 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 8 8 0 1 9.3270 0.0000 0.0000 1.1863 1.00000 0.88845 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 6 0 1 6.8138 0.0000 0.0000 0.7479 1.00000 0.88845 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 6 6 0 1 200.7956 257.9204 0.0000 -7.2493 1.00000 0.89392 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 2 0 0 1 24.2069 3.5114 0.0000 2.0051 1.00000 0.89392 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 9 5 0 1 1035.1714 1652.8418 0.0000 -3.8668 1.00000 0.89800 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 9 9 0 1 118.5448 194.9508 0.0000 -4.9437 1.00000 0.89800 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 10 6 0 1 69.1974 145.3090 0.0000 -10.3924 1.00000 0.89935 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 2 2 0 1 70.0710 145.3074 0.0000 -6.4183 1.00000 0.89935 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 8 4 0 1 34.1798 78.7737 0.0000 -5.5358 1.00000 0.90475 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 7 1 0 1 1108.8405 1779.4606 0.0000 -13.0059 1.00000 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 5 5 0 1 39.7098 96.1784 0.0000 -3.6906 1.00000 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 11 7 0 1 1245.7976 1646.9545 0.0000 -23.1806 1.00000 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 13 1 0 1 790.6947 1240.4803 0.0000 -26.7140 1.00000 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 12 2 0 1 121.2231 155.5985 0.0000 -3.9286 1.00000 0.91546 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 4 2 0 1 46.5794 83.0952 0.0000 -3.6866 1.00000 0.91546 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 10 10 0 1 632.8853 748.9764 0.0000 -5.5780 1.00000 0.91546 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 13 3 0 1 252.1584 240.2783 0.0000 1.2689 1.00000 0.91944 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 7 3 0 1 321.9037 504.6393 0.0000 -13.2299 1.00000 0.91944 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 11 1 0 1 340.2429 742.8243 0.0000 -35.8913 1.00000 0.91944 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 8 0 1 408.8684 594.1690 0.0000 -12.3340 1.00000 0.92604 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 11 3 0 1 230.5712 368.1508 0.0000 -16.8534 1.00000 0.92998 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 9 7 0 1 211.3878 254.7318 0.0000 -5.3445 1.00000 0.92998 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 8 6 0 1 0.9510 0.0000 0.0000 0.1015 1.00000 0.93129 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 12 4 0 1 3.2415 0.0000 0.0000 0.3814 1.00000 0.93129 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 4 4 0 1 11.4682 0.0000 0.0000 1.2672 1.00000 0.93129 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 10 8 0 1 478.7053 549.5436 0.0000 -5.5877 1.00000 0.93651 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 6 0 0 1 386.9393 405.4519 0.0000 -1.8603 1.00000 0.93651 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 10 2 0 1 96.3516 136.9581 0.0000 -6.2708 1.00000 0.93651 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 7 5 0 1 9.6315 0.0681 0.0000 0.8896 1.00000 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 19 1 1 0 1 376.4738 646.4559 0.0000 -24.0733 1.00000 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 13 5 0 1 10.4966 44.9189 0.0000 -3.3887 1.00000 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 11 0 1 112.0977 200.9605 0.0000 -13.3128 1.00000 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 6 2 0 1 85.2351 145.3089 0.0000 -4.2234 1.00000 0.94170 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 19 3 1 0 1 305.3999 441.6935 0.0000 -12.5539 1.00000 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 9 1 0 1 359.4543 638.9689 0.0000 -24.2906 1.00000 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 11 9 0 1 427.5390 560.5921 0.0000 -11.7955 1.00000 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 11 5 0 1 4.1747 9.0955 0.0000 -0.7337 1.00000 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 10 4 0 1 5.4459 0.0000 0.0000 0.5164 1.00000 0.95199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 6 4 0 1 59.6674 83.6539 0.0000 -2.6325 1.00000 0.95709 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 12 6 0 1 43.3857 33.5017 0.0000 1.0735 1.00000 0.95709 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 19 3 3 0 1 23.8039 1.6822 0.0000 2.4080 1.00000 0.96090 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 9 3 0 1 48.7587 30.8947 0.0000 2.3100 1.00000 0.96090 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 8 8 0 1 29.3063 17.0064 0.0000 0.9719 1.00000 0.96722 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 7 7 0 1 1601.5154 3234.9434 0.0000 -2.5973 1.00000 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 13 7 0 1 1176.0896 2491.3391 0.0000 -3.1723 1.00000 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 19 5 1 0 1 0.8334 1.4079 0.0000 -0.0281 1.00000 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 9 9 0 1 10.9864 0.8939 0.0000 1.2514 1.00000 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 10 0 1 14.4074 0.0000 0.0000 1.2660 1.00000 0.97225 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ----------------------------------------------------- R-Factors and Chi2 for Integrated Intensity Pattern # 1 ----------------------------------------------------- => Phase: 1 - => RF2 -factor : 11.3 - => RF2w-factor : 11.7 - => RF -factor : 6.61 - => Chi2(Intens): 21.8 + => RF2 -factor : 26.4 + => RF2w-factor : 26.0 + => RF -factor : 15.1 + => Chi2(Intens): 103. => N_eff Reflect.: 220 with I > 0.00 sigma ----------------------------------------------------------------- SYMBOLIC NAMES AND FINAL VALUES AND SIGMA OF REFINED PARAMETERS: ----------------------------------------------------------------- - -> Parameter number 1 : Scale1 0.28749475 ( +/- 0.43391688E-02 ) - -> Parameter number 2 : bet12_Ti -0.16990340E-03( +/- 0.11671735E-03 ) - -> Parameter number 3 : bet11_Tb 0.98991673E-03( +/- 0.57203040E-04 ) - -> Parameter number 4 : bet11_O2 0.60762477E-03( +/- 0.83779523E-04 ) - -> Parameter number 5 : bet23_O1 0.41246481E-03( +/- 0.68263253E-04 ) - -> Parameter number 6 : bet12_Tb -0.47650724E-03( +/- 0.52312142E-04 ) - -> Parameter number 7 : bet22_O1 0.78215479E-03( +/- 0.58365949E-04 ) - -> Parameter number 8 : bet11_O1 0.12294180E-02( +/- 0.90293841E-04 ) - -> Parameter number 9 : bet11_Ti 0.90989727E-03( +/- 0.99163888E-04 ) ------------------------------------------------------------------ => Number of bytes for floating point variables: 4 @@ -3752,7 +813,7 @@ NSOL = 10 Max.num. of solutions to be stored in Montecarlo searchs - CPU Time: 0.263 seconds - 0.004 minutes + CPU Time: 0.109 seconds + 0.002 minutes - => Run finished at: Date: 10/06/2026 Time: 23:04:13.596 + => Run finished at: Date: 19/06/2026 Time: 08:16:35.934 diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.pcr b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.pcr index 0d6b40154..69dcc4c33 100644 --- a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.pcr +++ b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.pcr @@ -1,5 +1,5 @@ -COMM Tb2Ti2O7, Neutrons, HEiDi@FRMII -! Current global Chi2 (Bragg contrib.) = 21.76 +COMM Tb2Ti2O7, Neutrons, HEiDi@FRMII, isotropic ADP baseline +! Current global Chi2 (Bragg contrib.) = 103.4 ! Files => DAT-file: tbti, PCR-file: tbti !Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 @@ -8,12 +8,12 @@ COMM Tb2Ti2O7, Neutrons, HEiDi@FRMII 2 0 1 0 1 0 4 0 0 -3 0 0 0 0 2 0 0 ! !NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 - 50 0.20 0.05 0.05 0.05 0.05 0.0000 0.100000 160.0000 0.000 0.000 + 1 0.20 0.05 0.05 0.05 0.05 0.0000 0.100000 160.0000 0.000 0.000 ! ! - 9 !Number of refined parameters + 0 !Number of refined parameters !------------------------------------------------------------------------------- -! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 11.3135 +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 26.3962 !------------------------------------------------------------------------------- Tb2Ti2O7 ! @@ -23,28 +23,19 @@ Tb2Ti2O7 ! F d -3 m <--Space group symbol !Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes -! beta11 beta22 beta33 beta12 beta13 beta23 /Codes -Tb TB 0.50000 0.50000 0.50000 0.00000 0.33333 0 0 2 0 +Tb TB 0.50000 0.50000 0.50000 0.00000 0.33333 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00099 0.00099 0.00099 -0.00048 -0.00048 -0.00048 - 31.00 31.00 31.00 61.00 61.00 61.00 -Ti TI 0.00000 0.00000 0.00000 0.00000 0.33333 0 0 2 0 +Ti TI 0.00000 0.00000 0.00000 0.00000 0.33333 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00091 0.00091 0.00091 -0.00017 -0.00017 -0.00017 - 91.00 91.00 91.00 21.00 21.00 21.00 -O1 O 0.32804 0.12500 0.12500 0.00000 1.00000 0 0 2 0 +O1 O 0.32804 0.12500 0.12500 0.00000 1.00000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00123 0.00078 0.00078 0.00000 0.00000 0.00041 - 81.00 71.00 71.00 0.00 0.00 51.00 -O2 O 0.37500 0.37500 0.37500 0.00000 0.16667 0 0 2 0 +O2 O 0.37500 0.37500 0.37500 0.00000 0.16667 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00061 0.00061 0.00061 0.00000 0.00000 0.00000 - 41.00 41.00 41.00 0.00 0.00 0.00 !-------> Scale, Extinction and Cell Parameters for Pattern # 1 ! Scale Factors ! Sc1 Sc2 Sc3 Sc4 Sc5 Sc6 - 0.2875 0.000 0.000 0.000 0.000 0.000 - 11.00 0.00 0.00 0.00 0.00 0.00 + 0.2283 0.000 0.000 0.000 0.000 0.000 + 0.00 0.00 0.00 0.00 0.00 0.00 ! Extinction Parameters ! Ext1 Ext2 Ext3 Ext4 Ext5 Ext6 Ext7 Ext-Model 0.000 0.000 0.000 0.000 0.000 0.000 0.000 1 diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.prf b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.prf index 2d89a0902..4a3bc32a9 100644 --- a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.prf +++ b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.prf @@ -1,222 +1,222 @@ - Tb2Ti2O7, Neutrons, HEiDi@FRMII + Tb2Ti2O7, Neutrons, HEiDi@FRMII, isotropic ADP baseline Sinthet/lamb Gobs Gcal Sigma DIF/Sigma h k l iv Additional information - 0.08549 194.57 176.27 2.33 7.87 1 1 1 0 - 0.13961 22.63 10.29 1.12 10.99 2 2 0 0 - 0.16370 99.29 78.38 2.56 8.16 3 1 1 0 - 0.17098 219.29 175.52 3.25 13.46 2 2 2 0 - 0.19743 1366.74 1877.14 31.08 -16.42 4 0 0 0 - 0.21515 1381.24 1811.06 24.42 -17.60 3 3 1 0 - 0.24181 272.47 229.17 4.24 10.22 4 2 2 0 - 0.25647 991.51 1055.16 19.20 -3.32 5 1 1 0 - 0.25647 504.59 453.39 7.26 7.06 3 3 3 0 - 0.27921 2167.69 3243.18 37.96 -28.33 4 4 0 0 - 0.29201 369.53 323.26 6.18 7.48 5 3 1 0 - 0.29615 6.26 0.05 2.89 2.15 4 4 2 0 - 0.31217 339.36 289.28 5.19 9.64 6 2 0 0 - 0.32366 20.24 14.80 2.43 2.24 5 3 3 0 - 0.32741 214.35 173.89 4.04 10.01 6 2 2 0 - 0.34196 375.63 344.39 6.45 4.84 4 4 4 0 - 0.35249 838.50 800.91 10.59 3.55 7 1 1 0 - 0.35249 55.12 39.26 5.80 2.73 5 5 1 0 - 0.36936 33.08 20.28 1.73 7.40 6 4 2 0 - 0.37913 764.93 717.31 9.68 4.92 5 5 3 0 - 0.37913 73.89 58.12 5.66 2.79 7 3 1 0 - 0.39487 1910.44 2211.62 35.87 -8.40 8 0 0 0 - 0.40402 2395.73 3118.11 49.65 -14.55 7 3 3 0 - 0.40702 9.86 0.58 3.01 3.08 6 4 4 0 - 0.41882 1217.20 1227.18 14.02 -0.71 6 6 0 0 - 0.41882 1207.90 1208.57 15.38 -0.04 8 2 2 0 - 0.42746 324.40 286.54 6.94 5.45 7 5 1 0 - 0.42746 2023.24 2370.86 19.08 -18.22 5 5 5 0 - 0.43030 172.77 139.90 5.03 6.54 6 6 2 0 - 0.44147 119.74 98.43 4.20 5.08 8 4 0 0 - 0.44968 1082.98 1064.48 14.79 1.25 7 5 3 0 - 0.44968 123.38 102.87 9.89 2.07 9 1 1 0 - 0.46302 656.77 595.19 10.74 5.73 6 6 4 0 - 0.47085 130.34 108.53 4.77 4.57 9 3 1 0 - 0.48361 570.37 522.34 7.63 6.30 8 4 4 0 - 0.49111 1398.55 1433.27 18.20 -1.91 9 3 3 0 - 0.49111 1685.68 1789.26 14.97 -6.92 7 7 1 0 - 0.49111 107.99 89.48 12.50 1.48 7 5 5 0 - 0.50336 914.11 861.68 9.71 5.40 10 2 0 0 - 0.50336 258.08 217.42 9.24 4.40 8 6 2 0 - 0.51057 1016.60 981.34 15.15 2.33 9 5 1 0 - 0.51057 588.87 549.37 10.56 3.74 7 7 3 0 - 0.51295 165.57 137.47 6.73 4.17 10 2 2 0 - 0.51295 215.30 187.00 5.85 4.84 6 6 6 0 - 0.52931 263.27 226.23 6.18 6.00 9 5 3 0 - 0.54069 399.16 340.42 7.20 8.16 10 4 2 0 - 0.54741 9.04 0.19 5.72 1.55 7 7 5 0 - 0.54741 406.70 366.29 7.74 5.22 11 1 1 0 - 0.55843 232.34 202.68 6.13 4.83 8 8 0 0 - 0.56493 815.07 771.50 11.75 3.71 11 3 1 0 - 0.56493 645.99 602.44 10.29 4.23 9 7 1 0 - 0.56493 105.52 89.99 9.38 1.65 9 5 5 0 - 0.57561 2129.54 2347.20 32.06 -6.79 10 6 0 0 - 0.58193 111.96 95.04 3.98 4.25 11 3 3 0 - 0.58193 24.83 14.65 3.93 2.59 9 7 3 0 - 0.58402 178.03 156.42 6.27 3.45 10 6 2 0 - 0.59230 355.96 314.14 7.76 5.39 12 0 0 0 - 0.59230 451.12 415.23 9.25 3.88 8 8 4 0 - 0.59844 2409.28 2751.70 31.11 -11.01 7 7 7 0 - 0.59844 36.94 29.78 14.72 0.49 11 5 1 0 - 0.60853 1267.52 1256.82 18.76 0.57 12 2 2 0 - 0.60853 1228.80 1208.81 18.95 1.05 10 6 4 0 - 0.61451 329.11 303.38 7.59 3.39 9 7 5 0 - 0.61451 224.78 199.55 6.86 3.68 11 5 3 0 - 0.62434 883.07 871.26 16.74 0.71 12 4 0 0 - 0.63017 60.68 47.93 3.00 4.25 9 9 1 0 - 0.63210 5.09 0.87 4.85 0.87 12 4 2 0 - 0.63210 12.82 1.43 4.68 2.43 8 8 6 0 - 0.63976 15.73 2.38 4.76 2.80 10 8 2 0 - 0.64544 114.64 95.05 11.19 1.75 9 9 3 0 - 0.64544 1284.90 1315.62 17.90 -1.72 11 5 5 0 - 0.64544 91.81 75.35 11.15 1.48 13 1 1 0 - 0.64544 11.39 4.25 12.26 0.58 11 7 1 0 - 0.64733 107.17 92.06 5.16 2.93 10 6 6 0 - 0.65481 25.89 17.52 4.09 2.05 12 4 4 0 - 0.66037 1452.17 1496.20 21.83 -2.02 9 7 7 0 - 0.66037 1245.08 1235.85 14.76 0.63 13 3 1 0 - 0.66037 1511.82 1544.76 25.76 -1.28 11 7 3 0 - 0.66221 3.71 3.82 5.29 -0.02 10 8 4 0 - 0.66953 329.08 295.50 7.96 4.22 12 6 2 0 - 0.67497 992.96 950.38 18.56 2.29 9 9 5 0 - 0.67497 285.84 236.94 8.01 6.10 13 3 3 0 - 0.68393 288.26 240.76 8.24 5.77 8 8 8 0 - 0.68925 194.84 169.65 8.16 3.09 13 5 1 0 - 0.68925 414.24 394.04 16.79 1.20 11 7 5 0 - 0.69102 7.24 0.97 6.26 1.00 12 6 4 0 - 0.69803 472.10 430.89 16.35 2.52 14 2 0 0 - 0.69803 343.79 304.23 16.24 2.44 10 8 6 0 - 0.69803 2714.75 3162.10 39.42 -11.35 10 10 0 0 - 0.70325 22.65 15.40 6.38 1.14 13 5 3 0 - 0.70325 467.60 452.89 11.32 1.30 11 9 1 0 - 0.70498 135.54 127.72 5.69 1.38 14 2 2 0 - 0.70498 111.30 102.22 5.03 1.81 10 10 2 0 - 0.71186 143.56 131.73 5.69 2.08 12 8 0 0 - 0.71697 624.42 600.86 12.45 1.89 11 9 3 0 - 0.71697 533.15 493.29 11.22 3.55 9 9 7 0 - 0.71867 10.46 0.95 6.70 1.42 12 8 2 0 - 0.72542 7.70 2.09 17.72 0.32 12 6 6 0 - 0.72542 2155.88 2338.66 37.84 -4.83 10 10 4 0 - 0.72542 105.09 83.33 17.43 1.25 14 4 2 0 - 0.73044 17.28 9.33 9.38 0.85 13 7 1 0 - 0.73044 152.26 136.03 8.72 1.86 11 7 7 0 - 0.73044 587.66 551.17 13.57 2.69 13 5 5 0 - 0.73873 2.81 0.03 6.37 0.44 12 8 4 0 - 0.74366 21.47 16.08 16.70 0.32 15 1 1 0 - 0.74366 2101.84 2309.41 32.14 -6.46 13 7 3 0 - 0.74366 16.97 17.61 17.80 -0.04 11 9 5 0 - 0.74529 3.91 0.04 6.96 0.56 10 8 8 0 - 0.74529 6.32 3.58 7.06 0.39 14 4 4 0 - 0.75180 1277.89 1264.01 16.08 0.86 14 6 0 0 - 0.75665 173.79 159.15 6.85 2.14 15 3 1 0 - 0.75826 148.50 151.30 5.81 -0.48 10 10 6 0 - 0.75826 96.69 94.44 4.78 0.47 14 6 2 0 - 0.76942 9.29 0.04 11.93 0.78 9 9 9 0 - 0.76942 743.16 722.24 16.08 1.30 13 7 5 0 - 0.76942 253.03 236.35 14.10 1.18 11 11 1 0 - 0.76942 801.39 786.14 17.95 0.85 15 3 3 0 - 0.77100 5.79 5.79 6.45 0.00 12 8 6 0 - 0.77730 799.81 760.72 10.11 3.87 14 6 4 0 - 0.77730 16.61 12.33 6.32 0.68 12 10 2 0 - 0.78198 36.24 31.50 3.74 1.27 11 9 7 0 - 0.78198 0.12 0.14 4.69 -0.00 11 11 3 0 - 0.78198 77.65 61.76 11.58 1.37 13 9 1 0 - 0.78198 1196.25 1224.38 20.66 -1.36 15 5 1 0 - 0.78973 2281.32 2657.82 48.00 -7.84 16 0 0 0 - 0.79435 1012.69 1011.28 19.80 0.07 13 9 3 0 - 0.79435 73.07 67.87 14.12 0.37 15 5 3 0 - 0.79588 4.77 0.11 7.03 0.66 12 10 4 0 - 0.80198 355.81 336.80 8.73 2.18 16 2 2 0 - 0.80198 708.94 680.32 20.58 1.39 10 10 8 0 - 0.80198 66.25 57.37 8.04 1.10 14 8 2 0 - 0.80652 338.00 291.65 10.74 4.31 13 7 7 0 - 0.80652 460.01 437.31 18.07 1.26 11 11 5 0 - 0.80803 142.09 146.49 5.92 -0.74 14 6 6 0 - 0.81404 484.01 424.23 12.20 4.90 16 4 0 0 - 0.81852 67.16 54.16 6.23 2.09 13 9 5 0 - 0.81852 135.25 117.99 6.64 2.60 15 5 5 0 - 0.81852 296.35 289.46 7.41 0.93 15 7 1 0 - 0.82000 0.41 0.65 6.02 -0.04 16 4 2 0 - 0.82000 0.62 2.56 5.96 -0.33 14 8 4 0 - 0.82592 156.60 136.41 6.04 3.34 12 10 6 0 - 0.83034 406.68 403.78 10.92 0.27 11 9 9 0 - 0.83034 10.05 7.17 11.68 0.25 15 7 3 0 - 0.83764 48.49 49.46 10.04 -0.10 12 12 0 0 - 0.83764 889.35 933.15 28.01 -1.56 16 4 4 0 - 0.84199 515.39 504.96 12.12 0.86 13 11 1 0 - 0.84199 540.72 506.97 12.22 2.76 11 11 7 0 - 0.84199 547.77 516.88 20.65 1.50 17 1 1 0 - 0.84344 26.26 11.94 8.66 1.65 12 12 2 0 - 0.84919 64.30 50.22 9.41 1.50 14 8 6 0 - 0.84919 7.75 1.94 19.68 0.30 16 6 2 0 - 0.84919 2187.15 2410.86 30.09 -7.43 14 10 0 0 - 0.85349 11.65 10.12 8.66 0.18 13 9 7 0 - 0.85349 50.19 34.68 8.08 1.92 17 3 1 0 - 0.85349 374.31 354.71 8.78 2.23 15 7 5 0 - 0.85349 30.67 13.96 8.11 2.06 13 11 3 0 - 0.85491 100.75 88.13 5.66 2.23 10 10 10 0 - 0.85491 109.67 118.50 5.06 -1.74 14 10 2 0 - 0.86059 504.46 524.33 14.36 -1.38 12 12 4 0 - 0.86483 2.61 5.18 18.57 -0.14 15 9 1 0 - 0.86483 1812.56 2156.37 373.51 -0.92 17 3 3 0 - 0.86624 13.54 4.20 10.24 0.91 12 10 8 0 - 0.86624 4.91 0.85 8.09 0.50 16 6 4 0 - 0.87184 1167.53 1196.09 17.31 -1.65 14 10 4 0 - 0.87602 125.08 117.51 5.44 1.39 17 5 1 0 - 0.87602 218.76 231.69 14.89 -0.87 13 11 5 0 - 0.87602 267.04 264.35 15.48 0.17 15 9 3 0 - 0.88295 471.50 527.46 49.89 -1.12 16 8 0 0 - 0.88708 651.61 627.17 15.25 1.60 15 7 7 0 - 0.88708 699.38 703.64 19.85 -0.21 17 5 3 0 - 0.88708 196.82 199.05 9.83 -0.23 11 11 9 0 - 0.88845 6.81 0.06 9.11 0.74 12 12 6 0 - 0.88845 17.57 7.21 8.57 1.21 16 8 2 0 - 0.88845 9.33 13.85 7.86 -0.58 14 8 8 0 - 0.89392 200.80 185.88 7.88 1.89 16 6 6 0 - 0.89392 24.21 7.62 10.32 1.61 18 2 0 0 - 0.89800 118.54 100.99 15.46 1.14 13 9 9 0 - 0.89800 1035.17 1175.16 159.74 -0.88 15 9 5 0 - 0.89935 69.20 71.07 7.32 -0.26 14 10 6 0 - 0.89935 70.07 82.06 11.72 -1.02 18 2 2 0 - 0.90475 34.18 38.01 8.06 -0.48 16 8 4 0 - 0.90878 1245.80 1332.60 17.31 -5.02 13 11 7 0 - 0.90878 790.69 792.22 16.84 -0.09 13 13 1 0 - 0.90878 1108.84 1182.92 51.56 -1.44 17 7 1 0 - 0.90878 39.71 25.49 15.30 0.93 17 5 5 0 - 0.91546 632.89 638.59 20.81 -0.27 12 10 10 0 - 0.91546 121.22 112.77 8.75 0.97 14 12 2 0 - 0.91546 46.58 32.54 9.90 1.42 18 4 2 0 - 0.91944 340.24 335.03 11.22 0.46 15 11 1 0 - 0.91944 252.16 244.11 9.36 0.86 13 13 3 0 - 0.91944 321.90 289.95 13.81 2.31 17 7 3 0 - 0.92604 408.87 362.77 15.02 3.07 12 12 8 0 - 0.92998 230.57 221.86 8.16 1.07 15 11 3 0 - 0.92998 211.39 228.08 8.11 -2.06 15 9 7 0 - 0.93129 3.24 8.75 8.50 -0.65 14 12 4 0 - 0.93129 11.47 2.20 9.05 1.02 18 4 4 0 - 0.93129 0.95 0.40 9.37 0.06 16 8 6 0 - 0.93651 386.94 408.34 9.95 -2.15 18 6 0 0 - 0.93651 96.35 86.38 6.48 1.54 16 10 2 0 - 0.93651 478.71 459.36 12.68 1.53 14 10 8 0 - 0.94040 376.47 396.92 11.22 -1.82 19 1 1 0 - 0.94040 10.50 9.04 10.16 0.14 13 13 5 0 - 0.94040 112.10 95.40 6.68 2.50 11 11 11 0 - 0.94040 9.63 1.58 10.75 0.75 17 7 5 0 - 0.94170 85.24 107.24 14.22 -1.55 18 6 2 0 - 0.95071 4.17 1.47 6.71 0.40 15 11 5 0 - 0.95071 359.45 363.86 11.51 -0.38 17 9 1 0 - 0.95071 427.54 454.65 11.28 -2.40 13 11 9 0 - 0.95071 305.40 326.66 10.86 -1.96 19 3 1 0 - 0.95199 5.45 4.95 10.55 0.05 16 10 4 0 - 0.95709 59.67 59.22 9.11 0.05 18 6 4 0 - 0.95709 43.39 46.75 9.21 -0.36 14 12 6 0 - 0.96090 48.76 43.32 7.73 0.70 17 9 3 0 - 0.96090 23.80 26.70 9.19 -0.32 19 3 3 0 - 0.96722 29.31 10.13 12.66 1.52 16 8 8 0 - 0.97099 1176.09 1658.72 414.60 -1.16 13 13 7 0 - 0.97099 0.83 0.03 20.42 0.04 19 5 1 0 - 0.97099 10.99 13.95 8.06 -0.37 15 9 9 0 - 0.97099 1601.52 2312.14 628.89 -1.13 17 7 7 0 - 0.97225 14.41 12.91 11.38 0.13 12 12 10 0 + 0.08549 194.57 140.85 2.33 23.10 1 1 1 0 + 0.13961 22.63 8.24 1.12 12.81 2 2 0 0 + 0.16370 99.29 61.65 2.56 14.69 3 1 1 0 + 0.17098 219.29 145.31 3.25 22.75 2 2 2 0 + 0.19743 1366.74 1526.08 31.08 -5.13 4 0 0 0 + 0.21515 1381.24 1489.21 24.42 -4.42 3 3 1 0 + 0.24181 272.47 192.09 4.24 18.98 4 2 2 0 + 0.25647 991.51 903.29 19.20 4.59 5 1 1 0 + 0.25647 504.59 356.11 7.26 20.47 3 3 3 0 + 0.27921 2167.69 2723.20 37.96 -14.63 4 4 0 0 + 0.29201 369.53 268.54 6.18 16.33 5 3 1 0 + 0.29615 6.26 0.00 2.89 2.16 4 4 2 0 + 0.31217 339.36 236.91 5.19 19.73 6 2 0 0 + 0.32366 20.24 11.10 2.43 3.76 5 3 3 0 + 0.32741 214.35 145.31 4.04 17.08 6 2 2 0 + 0.34196 375.63 291.93 6.45 12.98 4 4 4 0 + 0.35249 838.50 705.47 10.59 12.57 7 1 1 0 + 0.35249 55.12 33.82 5.80 3.67 5 5 1 0 + 0.36936 33.08 19.38 1.73 7.92 6 4 2 0 + 0.37913 764.93 652.05 9.68 11.66 5 5 3 0 + 0.37913 73.89 46.80 5.66 4.79 7 3 1 0 + 0.39487 1910.44 1919.90 35.87 -0.26 8 0 0 0 + 0.40402 2395.73 2839.11 49.65 -8.93 7 3 3 0 + 0.40702 9.86 0.00 3.01 3.27 6 4 4 0 + 0.41882 1217.20 1132.57 14.02 6.04 6 6 0 0 + 0.41882 1207.90 1103.36 15.38 6.79 8 2 2 0 + 0.42746 324.40 235.99 6.94 12.74 7 5 1 0 + 0.42746 2023.24 2278.96 19.08 -13.40 5 5 5 0 + 0.43030 172.77 145.31 5.03 5.46 6 6 2 0 + 0.44147 119.74 76.01 4.20 10.42 8 4 0 0 + 0.44968 1082.98 965.98 14.79 7.91 7 5 3 0 + 0.44968 123.38 93.22 9.89 3.05 9 1 1 0 + 0.46302 656.77 513.66 10.74 13.32 6 6 4 0 + 0.47085 130.34 101.30 4.77 6.08 9 3 1 0 + 0.48361 570.37 476.88 7.63 12.25 8 4 4 0 + 0.49111 1398.55 1323.32 18.20 4.13 9 3 3 0 + 0.49111 1685.68 1701.87 14.97 -1.08 7 7 1 0 + 0.49111 107.99 78.80 12.50 2.34 7 5 5 0 + 0.50336 914.11 858.30 9.71 5.75 10 2 0 0 + 0.50336 258.08 223.65 9.24 3.73 8 6 2 0 + 0.51057 1016.60 1041.20 15.15 -1.62 9 5 1 0 + 0.51057 588.87 463.72 10.56 11.86 7 7 3 0 + 0.51295 165.57 145.31 6.73 3.01 10 2 2 0 + 0.51295 215.30 145.31 5.85 11.97 6 6 6 0 + 0.52931 263.27 200.91 6.18 10.10 9 5 3 0 + 0.54069 399.16 335.15 7.20 8.89 10 4 2 0 + 0.54741 9.04 0.45 5.72 1.50 7 7 5 0 + 0.54741 406.70 355.97 7.74 6.55 11 1 1 0 + 0.55843 232.34 181.44 6.13 8.30 8 8 0 0 + 0.56493 815.07 760.37 11.75 4.65 11 3 1 0 + 0.56493 645.99 592.82 10.29 5.17 9 7 1 0 + 0.56493 105.52 64.46 9.38 4.38 9 5 5 0 + 0.57561 2129.54 2261.82 32.06 -4.13 10 6 0 0 + 0.58193 111.96 61.70 3.98 12.62 11 3 3 0 + 0.58193 24.83 21.42 3.93 0.87 9 7 3 0 + 0.58402 178.03 145.31 6.27 5.22 10 6 2 0 + 0.59230 355.96 254.67 7.76 13.05 12 0 0 0 + 0.59230 451.12 467.79 9.25 -1.80 8 8 4 0 + 0.59844 2409.28 3130.02 31.11 -23.17 7 7 7 0 + 0.59844 36.94 28.85 14.72 0.55 11 5 1 0 + 0.60853 1267.52 1366.51 18.76 -5.28 12 2 2 0 + 0.60853 1228.80 1337.30 18.95 -5.72 10 6 4 0 + 0.61451 329.11 308.87 7.59 2.67 9 7 5 0 + 0.61451 224.78 205.86 6.86 2.76 11 5 3 0 + 0.62434 883.07 845.51 16.74 2.24 12 4 0 0 + 0.63017 60.68 55.38 3.00 1.76 9 9 1 0 + 0.63210 5.09 0.00 4.85 1.05 12 4 2 0 + 0.63210 12.82 0.00 4.68 2.74 8 8 6 0 + 0.63976 15.73 1.10 4.76 3.07 10 8 2 0 + 0.64544 114.64 150.74 11.19 -3.23 9 9 3 0 + 0.64544 1284.90 1335.97 17.90 -2.85 11 5 5 0 + 0.64544 91.81 90.95 11.15 0.08 13 1 1 0 + 0.64544 11.39 17.43 12.26 -0.49 11 7 1 0 + 0.64733 107.17 145.31 5.16 -7.39 10 6 6 0 + 0.65481 25.89 36.25 4.09 -2.54 12 4 4 0 + 0.66037 1452.17 1524.18 21.83 -3.30 9 7 7 0 + 0.66037 1245.08 1362.01 14.76 -7.92 13 3 1 0 + 0.66037 1511.82 1786.55 25.76 -10.67 11 7 3 0 + 0.66221 3.71 0.00 5.29 0.70 10 8 4 0 + 0.66953 329.08 349.85 7.96 -2.61 12 6 2 0 + 0.67497 992.96 1188.91 18.56 -10.56 9 9 5 0 + 0.67497 285.84 295.35 8.01 -1.19 13 3 3 0 + 0.68393 288.26 284.83 8.24 0.42 8 8 8 0 + 0.68925 194.84 216.16 8.16 -2.61 13 5 1 0 + 0.68925 414.24 402.59 16.79 0.69 11 7 5 0 + 0.69102 7.24 0.00 6.26 1.16 12 6 4 0 + 0.69803 472.10 467.52 16.35 0.28 14 2 0 0 + 0.69803 343.79 296.25 16.24 2.93 10 8 6 0 + 0.69803 2714.75 3777.77 39.42 -26.97 10 10 0 0 + 0.70325 22.65 25.17 6.38 -0.40 13 5 3 0 + 0.70325 467.60 444.37 11.32 2.05 11 9 1 0 + 0.70498 135.54 145.31 5.69 -1.72 14 2 2 0 + 0.70498 111.30 145.31 5.03 -6.76 10 10 2 0 + 0.71186 143.56 207.02 5.69 -11.15 12 8 0 0 + 0.71697 624.42 643.22 12.45 -1.51 11 9 3 0 + 0.71697 533.15 489.96 11.22 3.85 9 9 7 0 + 0.71867 10.46 0.00 6.70 1.56 12 8 2 0 + 0.72542 7.70 0.20 17.72 0.42 12 6 6 0 + 0.72542 2155.88 2547.63 37.84 -10.35 10 10 4 0 + 0.72542 105.09 113.05 17.43 -0.46 14 4 2 0 + 0.73044 17.28 26.59 9.38 -0.99 13 7 1 0 + 0.73044 152.26 110.64 8.72 4.77 11 7 7 0 + 0.73044 587.66 740.94 13.57 -11.29 13 5 5 0 + 0.73873 2.81 1.61 6.37 0.19 12 8 4 0 + 0.74366 21.47 12.11 16.70 0.56 15 1 1 0 + 0.74366 2101.84 2662.39 32.14 -17.44 13 7 3 0 + 0.74366 16.97 9.98 17.80 0.39 11 9 5 0 + 0.74529 3.91 0.00 6.96 0.56 10 8 8 0 + 0.74529 6.32 0.00 7.06 0.90 14 4 4 0 + 0.75180 1277.89 1590.75 16.08 -19.46 14 6 0 0 + 0.75665 173.79 263.71 6.85 -13.13 15 3 1 0 + 0.75826 148.50 145.31 5.81 0.55 10 10 6 0 + 0.75826 96.69 145.31 4.78 -10.17 14 6 2 0 + 0.76942 9.29 27.34 11.93 -1.51 9 9 9 0 + 0.76942 743.16 864.08 16.08 -7.52 13 7 5 0 + 0.76942 253.03 274.20 14.10 -1.50 11 11 1 0 + 0.76942 801.39 912.21 17.95 -6.17 15 3 3 0 + 0.77100 5.79 0.00 6.45 0.90 12 8 6 0 + 0.77730 799.81 834.90 10.11 -3.47 14 6 4 0 + 0.77730 16.61 23.03 6.32 -1.02 12 10 2 0 + 0.78198 36.24 40.80 3.74 -1.22 11 9 7 0 + 0.78198 0.12 9.99 4.69 -2.10 11 11 3 0 + 0.78198 77.65 138.05 11.58 -5.22 13 9 1 0 + 0.78198 1196.25 1477.80 20.66 -13.63 15 5 1 0 + 0.78973 2281.32 3200.12 48.00 -19.14 16 0 0 0 + 0.79435 1012.69 1203.57 19.80 -9.64 13 9 3 0 + 0.79435 73.07 64.00 14.12 0.64 15 5 3 0 + 0.79588 4.77 0.00 7.03 0.68 12 10 4 0 + 0.80198 355.81 418.77 8.73 -7.21 16 2 2 0 + 0.80198 708.94 968.25 20.58 -12.60 10 10 8 0 + 0.80198 66.25 76.12 8.04 -1.23 14 8 2 0 + 0.80652 338.00 393.99 10.74 -5.21 13 7 7 0 + 0.80652 460.01 643.31 18.07 -10.14 11 11 5 0 + 0.80803 142.09 145.31 5.92 -0.54 14 6 6 0 + 0.81404 484.01 461.02 12.20 1.88 16 4 0 0 + 0.81852 67.16 155.98 6.23 -14.26 13 9 5 0 + 0.81852 135.25 201.73 6.64 -10.01 15 5 5 0 + 0.81852 296.35 330.27 7.41 -4.58 15 7 1 0 + 0.82000 0.41 0.00 6.02 0.07 16 4 2 0 + 0.82000 0.62 0.00 5.96 0.10 14 8 4 0 + 0.82592 156.60 181.24 6.04 -4.08 12 10 6 0 + 0.83034 406.68 542.57 10.92 -12.44 11 9 9 0 + 0.83034 10.05 2.39 11.68 0.66 15 7 3 0 + 0.83764 48.49 35.65 10.04 1.28 12 12 0 0 + 0.83764 889.35 1196.51 28.01 -10.97 16 4 4 0 + 0.84199 515.39 670.28 12.12 -12.78 13 11 1 0 + 0.84199 540.72 976.69 12.22 -35.68 11 11 7 0 + 0.84199 547.77 755.74 20.65 -10.07 17 1 1 0 + 0.84344 26.26 0.00 8.66 3.03 12 12 2 0 + 0.84919 64.30 90.96 9.41 -2.83 14 8 6 0 + 0.84919 7.75 4.85 19.68 0.15 16 6 2 0 + 0.84919 2187.15 2893.27 30.09 -23.47 14 10 0 0 + 0.85349 11.65 8.66 8.66 0.35 13 9 7 0 + 0.85349 50.19 60.39 8.08 -1.26 17 3 1 0 + 0.85349 374.31 564.03 8.78 -21.61 15 7 5 0 + 0.85349 30.67 38.07 8.11 -0.91 13 11 3 0 + 0.85491 100.75 145.31 5.66 -7.87 10 10 10 0 + 0.85491 109.67 145.31 5.06 -7.04 14 10 2 0 + 0.86059 504.46 848.39 14.36 -23.96 12 12 4 0 + 0.86483 2.61 1.61 18.57 0.05 15 9 1 0 + 0.86483 1812.56 2939.08 373.51 -3.02 17 3 3 0 + 0.86624 13.54 0.00 10.24 1.32 12 10 8 0 + 0.86624 4.91 0.00 8.09 0.61 16 6 4 0 + 0.87184 1167.53 1831.80 17.31 -38.38 14 10 4 0 + 0.87602 125.08 208.28 5.44 -15.29 17 5 1 0 + 0.87602 218.76 257.05 14.89 -2.57 13 11 5 0 + 0.87602 267.04 340.48 15.48 -4.75 15 9 3 0 + 0.88295 471.50 687.64 49.89 -4.33 16 8 0 0 + 0.88708 651.61 1080.19 15.25 -28.10 15 7 7 0 + 0.88708 699.38 1024.65 19.85 -16.38 17 5 3 0 + 0.88708 196.82 205.81 9.83 -0.91 11 11 9 0 + 0.88845 6.81 0.00 9.11 0.75 12 12 6 0 + 0.88845 17.57 0.00 8.57 2.05 16 8 2 0 + 0.88845 9.33 0.00 7.86 1.19 14 8 8 0 + 0.89392 200.80 257.92 7.88 -7.25 16 6 6 0 + 0.89392 24.21 3.51 10.32 2.01 18 2 0 0 + 0.89800 118.54 194.95 15.46 -4.94 13 9 9 0 + 0.89800 1035.17 1652.84 159.74 -3.87 15 9 5 0 + 0.89935 69.20 145.31 7.32 -10.39 14 10 6 0 + 0.89935 70.07 145.31 11.72 -6.42 18 2 2 0 + 0.90475 34.18 78.77 8.06 -5.54 16 8 4 0 + 0.90878 1245.80 1646.95 17.31 -23.18 13 11 7 0 + 0.90878 790.69 1240.48 16.84 -26.71 13 13 1 0 + 0.90878 1108.84 1779.46 51.56 -13.01 17 7 1 0 + 0.90878 39.71 96.18 15.30 -3.69 17 5 5 0 + 0.91546 632.89 748.98 20.81 -5.58 12 10 10 0 + 0.91546 121.22 155.60 8.75 -3.93 14 12 2 0 + 0.91546 46.58 83.10 9.90 -3.69 18 4 2 0 + 0.91944 340.24 742.82 11.22 -35.89 15 11 1 0 + 0.91944 252.16 240.28 9.36 1.27 13 13 3 0 + 0.91944 321.90 504.64 13.81 -13.23 17 7 3 0 + 0.92604 408.87 594.17 15.02 -12.33 12 12 8 0 + 0.92998 230.57 368.15 8.16 -16.85 15 11 3 0 + 0.92998 211.39 254.73 8.11 -5.34 15 9 7 0 + 0.93129 3.24 0.00 8.50 0.38 14 12 4 0 + 0.93129 11.47 0.00 9.05 1.27 18 4 4 0 + 0.93129 0.95 0.00 9.37 0.10 16 8 6 0 + 0.93651 386.94 405.45 9.95 -1.86 18 6 0 0 + 0.93651 96.35 136.96 6.48 -6.27 16 10 2 0 + 0.93651 478.71 549.54 12.68 -5.59 14 10 8 0 + 0.94040 376.47 646.46 11.22 -24.07 19 1 1 0 + 0.94040 10.50 44.92 10.16 -3.39 13 13 5 0 + 0.94040 112.10 200.96 6.68 -13.31 11 11 11 0 + 0.94040 9.63 0.07 10.75 0.89 17 7 5 0 + 0.94170 85.24 145.31 14.22 -4.22 18 6 2 0 + 0.95071 4.17 9.10 6.71 -0.73 15 11 5 0 + 0.95071 359.45 638.97 11.51 -24.29 17 9 1 0 + 0.95071 427.54 560.59 11.28 -11.80 13 11 9 0 + 0.95071 305.40 441.69 10.86 -12.55 19 3 1 0 + 0.95199 5.45 0.00 10.55 0.52 16 10 4 0 + 0.95709 59.67 83.65 9.11 -2.63 18 6 4 0 + 0.95709 43.39 33.50 9.21 1.07 14 12 6 0 + 0.96090 48.76 30.89 7.73 2.31 17 9 3 0 + 0.96090 23.80 1.68 9.19 2.41 19 3 3 0 + 0.96722 29.31 17.01 12.66 0.97 16 8 8 0 + 0.97099 1176.09 2491.34 414.60 -3.17 13 13 7 0 + 0.97099 0.83 1.41 20.42 -0.03 19 5 1 0 + 0.97099 10.99 0.89 8.06 1.25 15 9 9 0 + 0.97099 1601.52 3234.94 628.89 -2.60 17 7 7 0 + 0.97225 14.41 0.00 11.38 1.27 12 12 10 0 diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.sum b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.sum index 4ba85e769..4b42842e9 100644 --- a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.sum +++ b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_basic/tbti.sum @@ -8,11 +8,11 @@ Refinement of X-ray and/or Neutron Data - Date: 10/06/2026 Time: 23:04:13.334 + Date: 19/06/2026 Time: 08:16:35.831 => PCR file code: tbti => DAT file code: tbti -> Relative contribution: 1.0000 - => Title: Tb2Ti2O7, Neutrons, HEiDi@FRMII + => Title: Tb2Ti2O7, Neutrons, HEiDi@FRMII, isotropic ADP baseline ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 @@ -25,7 +25,7 @@ ==> RESULTS OF REFINEMENT: - => No. of fitted parameters: 9 + => No. of fitted parameters: 0 ------------------------------------------------------------------------------ @@ -43,19 +43,53 @@ O1 0.32804( 0) 0.12500( 0) 0.12500( 0) 0.000( 0) 1.000( 0) 48 O2 0.37500( 0) 0.37500( 0) 0.37500( 0) 0.000( 0) 0.167( 0) 8 - => Anisotropic Betas*1E04 + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + ==> OVERALL PARAMETERS: + + + + => Scale factors ( 1: 6): + 0.228300 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + + + => Extinction parameters: + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + + + => Global user-weigthed Chi2 (Bragg contrib.): 103. + + ==> RESULTS OF REFINEMENT: + - Name B11 B22 B33 B12 B13 B23 - sB11 sB22 sB33 sB12 sB13 sB23 + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 Tb2Ti2O7 F d -3 m +------------------------------------------------------------------------------ - Tb 9.9 9.9 9.9 -4.8 -4.8 -4.8 - 0.6 0.6 0.6 0.5 0.5 0.5 - Ti 9.1 9.1 9.1 -1.7 -1.7 -1.7 - 1.0 1.0 1.0 1.2 1.2 1.2 - O1 12.3 7.8 7.8 0.0 0.0 4.1 - 0.9 0.6 0.6 0.0 0.0 0.7 - O2 6.1 6.1 6.1 0.0 0.0 0.0 - 0.8 0.8 0.8 0.0 0.0 0.0 + => No. of reflections for pattern#: 1: 220 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + Tb 0.50000( 0) 0.50000( 0) 0.50000( 0) 0.000( 0) 0.333( 0) 16 + Ti 0.00000( 0) 0.00000( 0) 0.00000( 0) 0.000( 0) 0.333( 0) 16 + O1 0.32804( 0) 0.12500( 0) 0.12500( 0) 0.000( 0) 1.000( 0) 48 + O2 0.37500( 0) 0.37500( 0) 0.37500( 0) 0.000( 0) 0.167( 0) 8 ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 @@ -64,7 +98,7 @@ => Scale factors ( 1: 6): - 0.287495 0.004339 + 0.228300 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 @@ -82,20 +116,20 @@ 0.000000 0.000000 - => Global user-weigthed Chi2 (Bragg contrib.): 21.8 + => Global user-weigthed Chi2 (Bragg contrib.): 103. ----------------------------------------------------- R-Factors and Chi2 for Integrated Intensity Pattern # 1 ----------------------------------------------------- => Phase: 1 - => RF2 -factor : 11.3 - => RF2w-factor : 11.7 - => RF -factor : 6.61 - => Chi2(Intens): 21.8 + => RF2 -factor : 26.4 + => RF2w-factor : 26.0 + => RF -factor : 15.1 + => Chi2(Intens): 103. => N_eff Reflect.: 220 with I > 0.00 sigma - CPU Time: 0.263 seconds - 0.004 minutes + CPU Time: 0.109 seconds + 0.002 minutes - => Run finished at: Date: 10/06/2026 Time: 23:04:13.596 + => Run finished at: Date: 19/06/2026 Time: 08:16:35.934 diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.out b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.out index 19ba3fd6e..9ed246e2b 100644 --- a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.out +++ b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.out @@ -8,7 +8,7 @@ Refinement of X-ray and/or Neutron Data - Date: 10/06/2026 Time: 20:22:33.329 + Date: 19/06/2026 Time: 08:16:35.868 => PCR file code: tbti => DAT file code: tbti -> Relative contribution: 1.0000 @@ -21,11 +21,11 @@ => Generate new input file *.PCR - => Number of cycles: 50 + => Number of cycles: 1 => Relaxation factors ==> for coordinates: 0.05 => for anisotropic temperature factors: 0.05 => EPS-value for convergence: 0.2 - => Number of Least-Squares parameters varied: 10 + => Number of Least-Squares parameters varied: 0 -------------------------------------------------------------------------------- => Phase No. 1 Tb2Ti2O7 @@ -336,20 +336,12 @@ B11 B22 B33 B12 B13 B23 Tb TB 0.50000 0.50000 0.50000 0.00000 0.33333 0 0 0 16 Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - Betas: 0.00132 0.00132 0.00132 -0.00038 -0.00038 -0.00038 - Codes: 31.00000 31.00000 31.00000 61.00000 61.00000 61.00000 Ti TI 0.00000 0.00000 0.00000 0.00000 0.33333 0 0 0 16 Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - Betas: 0.00116 0.00116 0.00116 -0.00007 -0.00007 -0.00007 - Codes: 91.00000 91.00000 91.00000 101.00000 101.00000 101.00000 O1 O 0.32804 0.12500 0.12500 0.00000 1.00000 0 0 0 48 Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - Betas: 0.00139 0.00105 0.00105 0.00000 0.00000 0.00037 - Codes: 81.00000 71.00000 71.00000 0.00000 0.00000 51.00000 O2 O 0.37500 0.37500 0.37500 0.00000 0.16667 0 0 0 8 Codes: 0.00000 0.00000 0.00000 0.00000 0.00000 - Betas: 0.00083 0.00083 0.00083 0.00000 0.00000 0.00000 - Codes: 41.00000 41.00000 41.00000 0.00000 0.00000 0.00000 => It is assumed that THE FIRST GIVEN SITE plus all the other atoms occupying THE SAME POSITION have a total full occupation (no vacancies!) @@ -369,18 +361,18 @@ =>-------> SCALE FACTORS, EXTINCTION AND CELL PARAMETERS FOR PATTERN: 1 - => Scale factors ( 1: 6) : 0.374300 0.00000 0.00000 0.00000 0.00000 0.00000 + => Scale factors ( 1: 6) : 0.260900 0.00000 0.00000 0.00000 0.00000 0.00000 - => Extinction parameters: 0.1808 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 + => Extinction parameters: 0.0821 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 => Direct cell parameters: 10.1300 10.1300 10.1300 90.0000 90.0000 90.0000 => Lambda/2 parameters: 0.0000 ==> CODEWORDS FOR Scale and Extinction PARAMETERS for Pattern 1 - => Scale factors ( 1: 6): 11.000 0.000 0.000 0.000 0.000 0.000 + => Scale factors ( 1: 6): 0.000 0.000 0.000 0.000 0.000 0.000 - => Extinction parameters: 21.000 0.000 0.000 0.000 0.000 0.000 0.000 + => Extinction parameters: 0.000 0.000 0.000 0.000 0.000 0.000 0.000 => Cell constraints according to Laue symmetry: m-3m @@ -439,21 +431,6 @@ TB 0.7380 TI -0.3438 O 0.5803 - - -------------------------------------------------------------- - SYMBOLIC NAMES AND INITIAL VALUES OF PARAMETERS TO BE VARIED: - -------------------------------------------------------------- - - -> Parameter number 1 -> Symbolic Name: Scale1 0.37430000 - -> Parameter number 2 -> Symbolic Name: Ext1 0.18080001 - -> Parameter number 3 -> Symbolic Name: bet11_Tb 0.13200000E-02 - -> Parameter number 4 -> Symbolic Name: bet11_O2 0.82999998E-03 - -> Parameter number 5 -> Symbolic Name: bet23_O1 0.36999999E-03 - -> Parameter number 6 -> Symbolic Name: bet12_Tb -0.38000001E-03 - -> Parameter number 7 -> Symbolic Name: bet22_O1 0.10500000E-02 - -> Parameter number 8 -> Symbolic Name: bet11_O1 0.13900000E-02 - -> Parameter number 9 -> Symbolic Name: bet11_Ti 0.11600000E-02 - -> Parameter number 10 -> Symbolic Name: bet12_Ti -0.70000002E-04 => No optimization for routine tasks @@ -472,375 +449,10 @@ O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001321 0.000001 0.000016 0.001321 0.000001 0.000016 0.001321 0.000001 0.000016 - -0.000381 -0.000001 0.000014 -0.000381 -0.000001 0.000014 -0.000381 -0.000001 0.000014 - Ti 0.001161 0.000001 0.000025 0.001161 0.000001 0.000025 0.001161 0.000001 0.000025 - -0.000070 -0.000000 0.000031 -0.000070 -0.000000 0.000031 -0.000070 -0.000000 0.000031 - O1 0.001391 0.000001 0.000023 0.001051 0.000001 0.000016 0.001051 0.000001 0.000016 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000830 0.000000 0.000022 0.000830 0.000000 0.000022 0.000830 0.000000 0.000022 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374339 0.000039 0.002580 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.180906 0.000106 0.005695 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.58 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.91 - => RF2w-factor : 3.16 - => RF -factor : 2.94 - => Chi2(Intens): 1.58 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 2 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001322 0.000001 0.000016 0.001322 0.000001 0.000016 0.001322 0.000001 0.000016 - -0.000382 -0.000001 0.000014 -0.000382 -0.000001 0.000014 -0.000382 -0.000001 0.000014 - Ti 0.001162 0.000001 0.000025 0.001162 0.000001 0.000025 0.001162 0.000001 0.000025 - -0.000070 -0.000000 0.000031 -0.000070 -0.000000 0.000031 -0.000070 -0.000000 0.000031 - O1 0.001392 0.000001 0.000023 0.001051 0.000001 0.000016 0.001051 0.000001 0.000016 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000831 0.000000 0.000022 0.000831 0.000000 0.000022 0.000831 0.000000 0.000022 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374377 0.000038 0.002573 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.181010 0.000103 0.005682 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.57 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.90 - => RF2w-factor : 3.15 - => RF -factor : 2.93 - => Chi2(Intens): 1.57 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 3 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001323 0.000001 0.000016 0.001323 0.000001 0.000016 0.001323 0.000001 0.000016 - -0.000384 -0.000001 0.000014 -0.000384 -0.000001 0.000014 -0.000384 -0.000001 0.000014 - Ti 0.001162 0.000001 0.000025 0.001162 0.000001 0.000025 0.001162 0.000001 0.000025 - -0.000070 -0.000000 0.000031 -0.000070 -0.000000 0.000031 -0.000070 -0.000000 0.000031 - O1 0.001393 0.000001 0.000023 0.001052 0.000001 0.000016 0.001052 0.000001 0.000016 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000831 0.000000 0.000021 0.000831 0.000000 0.000021 0.000831 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374414 0.000036 0.002567 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.181110 0.000100 0.005670 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.56 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.89 - => RF2w-factor : 3.14 - => RF -factor : 2.92 - => Chi2(Intens): 1.56 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 4 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001324 0.000001 0.000016 0.001324 0.000001 0.000016 0.001324 0.000001 0.000016 - -0.000385 -0.000001 0.000014 -0.000385 -0.000001 0.000014 -0.000385 -0.000001 0.000014 - Ti 0.001163 0.000001 0.000025 0.001163 0.000001 0.000025 0.001163 0.000001 0.000025 - -0.000070 -0.000000 0.000031 -0.000070 -0.000000 0.000031 -0.000070 -0.000000 0.000031 - O1 0.001394 0.000001 0.000023 0.001053 0.000001 0.000016 0.001053 0.000001 0.000016 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000832 0.000000 0.000021 0.000832 0.000000 0.000021 0.000832 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374449 0.000035 0.002561 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.181206 0.000097 0.005658 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.55 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.88 - => RF2w-factor : 3.13 - => RF -factor : 2.92 - => Chi2(Intens): 1.55 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 5 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001325 0.000001 0.000016 0.001325 0.000001 0.000016 0.001325 0.000001 0.000016 - -0.000386 -0.000001 0.000014 -0.000386 -0.000001 0.000014 -0.000386 -0.000001 0.000014 - Ti 0.001164 0.000001 0.000025 0.001164 0.000001 0.000025 0.001164 0.000001 0.000025 - -0.000071 -0.000000 0.000031 -0.000071 -0.000000 0.000031 -0.000071 -0.000000 0.000031 - O1 0.001395 0.000001 0.000023 0.001053 0.000001 0.000016 0.001053 0.000001 0.000016 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000832 0.000000 0.000021 0.000832 0.000000 0.000021 0.000832 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374482 0.000034 0.002555 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.181300 0.000094 0.005647 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.54 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.87 - => RF2w-factor : 3.12 - => RF -factor : 2.91 - => Chi2(Intens): 1.54 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 6 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001326 0.000001 0.000016 0.001326 0.000001 0.000016 0.001326 0.000001 0.000016 - -0.000387 -0.000001 0.000014 -0.000387 -0.000001 0.000014 -0.000387 -0.000001 0.000014 - Ti 0.001164 0.000001 0.000025 0.001164 0.000001 0.000025 0.001164 0.000001 0.000025 - -0.000071 -0.000000 0.000031 -0.000071 -0.000000 0.000031 -0.000071 -0.000000 0.000031 - O1 0.001395 0.000001 0.000023 0.001054 0.000001 0.000016 0.001054 0.000001 0.000016 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000833 0.000000 0.000021 0.000833 0.000000 0.000021 0.000833 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374515 0.000032 0.002550 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.181391 0.000091 0.005638 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.54 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.86 - => RF2w-factor : 3.12 - => RF -factor : 2.91 - => Chi2(Intens): 1.54 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 7 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001327 0.000001 0.000016 0.001327 0.000001 0.000016 0.001327 0.000001 0.000016 - -0.000388 -0.000001 0.000014 -0.000388 -0.000001 0.000014 -0.000388 -0.000001 0.000014 - Ti 0.001165 0.000001 0.000025 0.001165 0.000001 0.000025 0.001165 0.000001 0.000025 - -0.000071 -0.000000 0.000031 -0.000071 -0.000000 0.000031 -0.000071 -0.000000 0.000031 - O1 0.001396 0.000001 0.000022 0.001054 0.000001 0.000016 0.001054 0.000001 0.000016 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000833 0.000000 0.000021 0.000833 0.000000 0.000021 0.000833 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 => Scale factors ( 1: 6): - 0.374546 0.000031 0.002545 + 0.260900 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 @@ -849,7 +461,7 @@ => Extinction Parameters: - 0.181478 0.000088 0.005628 + 0.082080 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 @@ -861,18 +473,20 @@ => Lambda/2 param: 0.000000 0.000000 0.000000 - => Global user-weigthed Chi2 (Bragg contrib.): 1.53 + => Global user-weigthed Chi2 (Bragg contrib.): 110. => ---------> Pattern# 1 => Phase: 1 - => RF2 -factor : 2.85 - => RF2w-factor : 3.11 - => RF -factor : 2.90 - => Chi2(Intens): 1.53 + => RF2 -factor : 24.6 + => RF2w-factor : 26.8 + => RF -factor : 15.2 + => Chi2(Intens): 110. => N_eff Reflect.: 220 with I > 0.00 sigma ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - => CYCLE No.: 8 + => CYCLE No.: 1 + => Convergence reached at this CYCLE !!!! + => Parameter shifts set to zero ------------------------------------------------------------------------------------------------------------------------------------ => Phase 1 Name: Tb2Ti2O7 ------------------------------------------------------------------------------------------------------------------------------------ @@ -885,2555 +499,10 @@ O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001328 0.000001 0.000016 0.001328 0.000001 0.000016 0.001328 0.000001 0.000016 - -0.000389 -0.000001 0.000014 -0.000389 -0.000001 0.000014 -0.000389 -0.000001 0.000014 - Ti 0.001165 0.000001 0.000025 0.001165 0.000001 0.000025 0.001165 0.000001 0.000025 - -0.000071 -0.000000 0.000031 -0.000071 -0.000000 0.000031 -0.000071 -0.000000 0.000031 - O1 0.001397 0.000001 0.000022 0.001055 0.000000 0.000016 0.001055 0.000000 0.000016 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000833 0.000000 0.000021 0.000833 0.000000 0.000021 0.000833 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374576 0.000030 0.002541 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.181563 0.000085 0.005620 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.52 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.85 - => RF2w-factor : 3.10 - => RF -factor : 2.90 - => Chi2(Intens): 1.52 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 9 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001329 0.000001 0.000016 0.001329 0.000001 0.000016 0.001329 0.000001 0.000016 - -0.000390 -0.000001 0.000014 -0.000390 -0.000001 0.000014 -0.000390 -0.000001 0.000014 - Ti 0.001166 0.000001 0.000025 0.001166 0.000001 0.000025 0.001166 0.000001 0.000025 - -0.000071 -0.000000 0.000031 -0.000071 -0.000000 0.000031 -0.000071 -0.000000 0.000031 - O1 0.001398 0.000001 0.000022 0.001055 0.000000 0.000016 0.001055 0.000000 0.000016 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000834 0.000000 0.000021 0.000834 0.000000 0.000021 0.000834 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374605 0.000029 0.002537 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.181645 0.000082 0.005612 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.52 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.84 - => RF2w-factor : 3.10 - => RF -factor : 2.89 - => Chi2(Intens): 1.52 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 10 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001329 0.000001 0.000016 0.001329 0.000001 0.000016 0.001329 0.000001 0.000016 - -0.000391 -0.000001 0.000014 -0.000391 -0.000001 0.000014 -0.000391 -0.000001 0.000014 - Ti 0.001167 0.000001 0.000025 0.001167 0.000001 0.000025 0.001167 0.000001 0.000025 - -0.000071 -0.000000 0.000031 -0.000071 -0.000000 0.000031 -0.000071 -0.000000 0.000031 - O1 0.001398 0.000001 0.000022 0.001056 0.000000 0.000016 0.001056 0.000000 0.000016 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000834 0.000000 0.000021 0.000834 0.000000 0.000021 0.000834 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374632 0.000028 0.002533 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.181725 0.000079 0.005604 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.51 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.83 - => RF2w-factor : 3.09 - => RF -factor : 2.89 - => Chi2(Intens): 1.51 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 11 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001330 0.000001 0.000016 0.001330 0.000001 0.000016 0.001330 0.000001 0.000016 - -0.000392 -0.000001 0.000014 -0.000392 -0.000001 0.000014 -0.000392 -0.000001 0.000014 - Ti 0.001167 0.000001 0.000025 0.001167 0.000001 0.000025 0.001167 0.000001 0.000025 - -0.000071 -0.000000 0.000031 -0.000071 -0.000000 0.000031 -0.000071 -0.000000 0.000031 - O1 0.001399 0.000001 0.000022 0.001056 0.000000 0.000016 0.001056 0.000000 0.000016 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000834 0.000000 0.000021 0.000834 0.000000 0.000021 0.000834 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374659 0.000027 0.002529 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.181801 0.000077 0.005597 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.51 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.82 - => RF2w-factor : 3.09 - => RF -factor : 2.88 - => Chi2(Intens): 1.51 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 12 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001331 0.000001 0.000016 0.001331 0.000001 0.000016 0.001331 0.000001 0.000016 - -0.000393 -0.000001 0.000014 -0.000393 -0.000001 0.000014 -0.000393 -0.000001 0.000014 - Ti 0.001167 0.000000 0.000025 0.001167 0.000000 0.000025 0.001167 0.000000 0.000025 - -0.000071 -0.000000 0.000031 -0.000071 -0.000000 0.000031 -0.000071 -0.000000 0.000031 - O1 0.001399 0.000001 0.000022 0.001056 0.000000 0.000016 0.001056 0.000000 0.000016 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000835 0.000000 0.000021 0.000835 0.000000 0.000021 0.000835 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374685 0.000026 0.002525 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.181876 0.000074 0.005591 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.50 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.82 - => RF2w-factor : 3.08 - => RF -factor : 2.88 - => Chi2(Intens): 1.50 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 13 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001332 0.000001 0.000016 0.001332 0.000001 0.000016 0.001332 0.000001 0.000016 - -0.000394 -0.000001 0.000014 -0.000394 -0.000001 0.000014 -0.000394 -0.000001 0.000014 - Ti 0.001168 0.000000 0.000025 0.001168 0.000000 0.000025 0.001168 0.000000 0.000025 - -0.000071 -0.000000 0.000030 -0.000071 -0.000000 0.000030 -0.000071 -0.000000 0.000030 - O1 0.001400 0.000001 0.000022 0.001057 0.000000 0.000016 0.001057 0.000000 0.000016 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000835 0.000000 0.000021 0.000835 0.000000 0.000021 0.000835 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374709 0.000025 0.002522 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.181947 0.000072 0.005585 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.50 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.81 - => RF2w-factor : 3.08 - => RF -factor : 2.88 - => Chi2(Intens): 1.50 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 14 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001332 0.000001 0.000016 0.001332 0.000001 0.000016 0.001332 0.000001 0.000016 - -0.000395 -0.000001 0.000014 -0.000395 -0.000001 0.000014 -0.000395 -0.000001 0.000014 - Ti 0.001168 0.000000 0.000025 0.001168 0.000000 0.000025 0.001168 0.000000 0.000025 - -0.000071 -0.000000 0.000030 -0.000071 -0.000000 0.000030 -0.000071 -0.000000 0.000030 - O1 0.001401 0.000001 0.000022 0.001057 0.000000 0.000015 0.001057 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000835 0.000000 0.000021 0.000835 0.000000 0.000021 0.000835 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374733 0.000024 0.002519 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182017 0.000069 0.005579 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.49 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.81 - => RF2w-factor : 3.07 - => RF -factor : 2.87 - => Chi2(Intens): 1.49 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 15 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001333 0.000001 0.000016 0.001333 0.000001 0.000016 0.001333 0.000001 0.000016 - -0.000396 -0.000001 0.000014 -0.000396 -0.000001 0.000014 -0.000396 -0.000001 0.000014 - Ti 0.001169 0.000000 0.000025 0.001169 0.000000 0.000025 0.001169 0.000000 0.000025 - -0.000071 -0.000000 0.000030 -0.000071 -0.000000 0.000030 -0.000071 -0.000000 0.000030 - O1 0.001401 0.000001 0.000022 0.001058 0.000000 0.000015 0.001058 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000836 0.000000 0.000021 0.000836 0.000000 0.000021 0.000836 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374755 0.000023 0.002516 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182084 0.000067 0.005574 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.49 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.80 - => RF2w-factor : 3.07 - => RF -factor : 2.87 - => Chi2(Intens): 1.49 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 16 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001333 0.000001 0.000016 0.001333 0.000001 0.000016 0.001333 0.000001 0.000016 - -0.000397 -0.000001 0.000014 -0.000397 -0.000001 0.000014 -0.000397 -0.000001 0.000014 - Ti 0.001169 0.000000 0.000025 0.001169 0.000000 0.000025 0.001169 0.000000 0.000025 - -0.000071 -0.000000 0.000030 -0.000071 -0.000000 0.000030 -0.000071 -0.000000 0.000030 - O1 0.001402 0.000001 0.000022 0.001058 0.000000 0.000015 0.001058 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000836 0.000000 0.000021 0.000836 0.000000 0.000021 0.000836 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374777 0.000022 0.002513 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182148 0.000065 0.005569 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.48 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.80 - => RF2w-factor : 3.07 - => RF -factor : 2.87 - => Chi2(Intens): 1.49 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 17 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001334 0.000001 0.000016 0.001334 0.000001 0.000016 0.001334 0.000001 0.000016 - -0.000398 -0.000001 0.000014 -0.000398 -0.000001 0.000014 -0.000398 -0.000001 0.000014 - Ti 0.001170 0.000000 0.000025 0.001170 0.000000 0.000025 0.001170 0.000000 0.000025 - -0.000071 -0.000000 0.000030 -0.000071 -0.000000 0.000030 -0.000071 -0.000000 0.000030 - O1 0.001402 0.000000 0.000022 0.001058 0.000000 0.000015 0.001058 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000017 - O2 0.000836 0.000000 0.000021 0.000836 0.000000 0.000021 0.000836 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374798 0.000021 0.002511 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182211 0.000062 0.005565 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.48 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.79 - => RF2w-factor : 3.06 - => RF -factor : 2.86 - => Chi2(Intens): 1.48 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 18 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001334 0.000001 0.000016 0.001334 0.000001 0.000016 0.001334 0.000001 0.000016 - -0.000398 -0.000001 0.000014 -0.000398 -0.000001 0.000014 -0.000398 -0.000001 0.000014 - Ti 0.001170 0.000000 0.000025 0.001170 0.000000 0.000025 0.001170 0.000000 0.000025 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001403 0.000000 0.000022 0.001059 0.000000 0.000015 0.001059 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000836 0.000000 0.000021 0.000836 0.000000 0.000021 0.000836 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374818 0.000020 0.002509 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182271 0.000060 0.005560 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.48 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.79 - => RF2w-factor : 3.06 - => RF -factor : 2.86 - => Chi2(Intens): 1.48 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 19 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001335 0.000001 0.000016 0.001335 0.000001 0.000016 0.001335 0.000001 0.000016 - -0.000399 -0.000001 0.000014 -0.000399 -0.000001 0.000014 -0.000399 -0.000001 0.000014 - Ti 0.001170 0.000000 0.000025 0.001170 0.000000 0.000025 0.001170 0.000000 0.000025 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001403 0.000000 0.000022 0.001059 0.000000 0.000015 0.001059 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000837 0.000000 0.000021 0.000837 0.000000 0.000021 0.000837 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374838 0.000019 0.002506 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182329 0.000058 0.005556 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.47 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.78 - => RF2w-factor : 3.05 - => RF -factor : 2.86 - => Chi2(Intens): 1.48 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 20 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001335 0.000000 0.000016 0.001335 0.000000 0.000016 0.001335 0.000000 0.000016 - -0.000400 -0.000001 0.000014 -0.000400 -0.000001 0.000014 -0.000400 -0.000001 0.000014 - Ti 0.001171 0.000000 0.000025 0.001171 0.000000 0.000025 0.001171 0.000000 0.000025 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001403 0.000000 0.000022 0.001059 0.000000 0.000015 0.001059 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000837 0.000000 0.000021 0.000837 0.000000 0.000021 0.000837 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374856 0.000019 0.002504 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182386 0.000056 0.005553 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.47 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.78 - => RF2w-factor : 3.05 - => RF -factor : 2.85 - => Chi2(Intens): 1.47 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 21 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001336 0.000000 0.000016 0.001336 0.000000 0.000016 0.001336 0.000000 0.000016 - -0.000401 -0.000001 0.000014 -0.000401 -0.000001 0.000014 -0.000401 -0.000001 0.000014 - Ti 0.001171 0.000000 0.000025 0.001171 0.000000 0.000025 0.001171 0.000000 0.000025 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001404 0.000000 0.000022 0.001059 0.000000 0.000015 0.001059 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000837 0.000000 0.000021 0.000837 0.000000 0.000021 0.000837 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374874 0.000018 0.002502 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182440 0.000054 0.005549 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.47 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.77 - => RF2w-factor : 3.05 - => RF -factor : 2.85 - => Chi2(Intens): 1.47 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 22 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001336 0.000000 0.000016 0.001336 0.000000 0.000016 0.001336 0.000000 0.000016 - -0.000402 -0.000001 0.000014 -0.000402 -0.000001 0.000014 -0.000402 -0.000001 0.000014 - Ti 0.001171 0.000000 0.000025 0.001171 0.000000 0.000025 0.001171 0.000000 0.000025 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001404 0.000000 0.000022 0.001060 0.000000 0.000015 0.001060 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000837 0.000000 0.000021 0.000837 0.000000 0.000021 0.000837 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374891 0.000017 0.002500 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182492 0.000052 0.005546 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.47 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.77 - => RF2w-factor : 3.05 - => RF -factor : 2.85 - => Chi2(Intens): 1.47 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 23 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001337 0.000000 0.000016 0.001337 0.000000 0.000016 0.001337 0.000000 0.000016 - -0.000402 -0.000001 0.000014 -0.000402 -0.000001 0.000014 -0.000402 -0.000001 0.000014 - Ti 0.001172 0.000000 0.000025 0.001172 0.000000 0.000025 0.001172 0.000000 0.000025 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001404 0.000000 0.000022 0.001060 0.000000 0.000015 0.001060 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000837 0.000000 0.000021 0.000837 0.000000 0.000021 0.000837 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374908 0.000016 0.002499 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182543 0.000051 0.005543 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.46 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.77 - => RF2w-factor : 3.04 - => RF -factor : 2.85 - => Chi2(Intens): 1.46 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 24 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001337 0.000000 0.000016 0.001337 0.000000 0.000016 0.001337 0.000000 0.000016 - -0.000403 -0.000001 0.000014 -0.000403 -0.000001 0.000014 -0.000403 -0.000001 0.000014 - Ti 0.001172 0.000000 0.000025 0.001172 0.000000 0.000025 0.001172 0.000000 0.000025 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001405 0.000000 0.000022 0.001060 0.000000 0.000015 0.001060 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000838 0.000000 0.000021 0.000838 0.000000 0.000021 0.000838 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374923 0.000016 0.002497 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182592 0.000049 0.005540 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.46 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.76 - => RF2w-factor : 3.04 - => RF -factor : 2.84 - => Chi2(Intens): 1.46 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 25 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001338 0.000000 0.000016 0.001338 0.000000 0.000016 0.001338 0.000000 0.000016 - -0.000404 -0.000001 0.000014 -0.000404 -0.000001 0.000014 -0.000404 -0.000001 0.000014 - Ti 0.001172 0.000000 0.000025 0.001172 0.000000 0.000025 0.001172 0.000000 0.000025 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001405 0.000000 0.000022 0.001060 0.000000 0.000015 0.001060 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000838 0.000000 0.000021 0.000838 0.000000 0.000021 0.000838 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374939 0.000015 0.002495 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182639 0.000047 0.005538 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.46 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.76 - => RF2w-factor : 3.04 - => RF -factor : 2.84 - => Chi2(Intens): 1.46 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 26 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001338 0.000000 0.000016 0.001338 0.000000 0.000016 0.001338 0.000000 0.000016 - -0.000404 -0.000001 0.000014 -0.000404 -0.000001 0.000014 -0.000404 -0.000001 0.000014 - Ti 0.001172 0.000000 0.000025 0.001172 0.000000 0.000025 0.001172 0.000000 0.000025 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001405 0.000000 0.000022 0.001061 0.000000 0.000015 0.001061 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000838 0.000000 0.000021 0.000838 0.000000 0.000021 0.000838 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374953 0.000015 0.002494 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182684 0.000045 0.005535 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.46 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.76 - => RF2w-factor : 3.04 - => RF -factor : 2.84 - => Chi2(Intens): 1.46 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 27 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001338 0.000000 0.000016 0.001338 0.000000 0.000016 0.001338 0.000000 0.000016 - -0.000405 -0.000001 0.000014 -0.000405 -0.000001 0.000014 -0.000405 -0.000001 0.000014 - Ti 0.001173 0.000000 0.000025 0.001173 0.000000 0.000025 0.001173 0.000000 0.000025 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001406 0.000000 0.000022 0.001061 0.000000 0.000015 0.001061 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000838 0.000000 0.000021 0.000838 0.000000 0.000021 0.000838 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374967 0.000014 0.002493 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182728 0.000044 0.005533 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.46 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.76 - => RF2w-factor : 3.03 - => RF -factor : 2.84 - => Chi2(Intens): 1.46 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 28 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001339 0.000000 0.000016 0.001339 0.000000 0.000016 0.001339 0.000000 0.000016 - -0.000406 -0.000001 0.000014 -0.000406 -0.000001 0.000014 -0.000406 -0.000001 0.000014 - Ti 0.001173 0.000000 0.000025 0.001173 0.000000 0.000025 0.001173 0.000000 0.000025 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001406 0.000000 0.000022 0.001061 0.000000 0.000015 0.001061 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000838 0.000000 0.000021 0.000838 0.000000 0.000021 0.000838 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374981 0.000013 0.002491 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182770 0.000042 0.005531 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.45 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.75 - => RF2w-factor : 3.03 - => RF -factor : 2.84 - => Chi2(Intens): 1.45 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 29 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001339 0.000000 0.000016 0.001339 0.000000 0.000016 0.001339 0.000000 0.000016 - -0.000406 -0.000001 0.000014 -0.000406 -0.000001 0.000014 -0.000406 -0.000001 0.000014 - Ti 0.001173 0.000000 0.000024 0.001173 0.000000 0.000024 0.001173 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001406 0.000000 0.000022 0.001061 0.000000 0.000015 0.001061 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000838 0.000000 0.000021 0.000838 0.000000 0.000021 0.000838 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.374993 0.000013 0.002490 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182811 0.000041 0.005529 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.45 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.75 - => RF2w-factor : 3.03 - => RF -factor : 2.83 - => Chi2(Intens): 1.45 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 30 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001339 0.000000 0.000016 0.001339 0.000000 0.000016 0.001339 0.000000 0.000016 - -0.000407 -0.000001 0.000014 -0.000407 -0.000001 0.000014 -0.000407 -0.000001 0.000014 - Ti 0.001173 0.000000 0.000024 0.001173 0.000000 0.000024 0.001173 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001407 0.000000 0.000022 0.001061 0.000000 0.000015 0.001061 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000838 0.000000 0.000021 0.000838 0.000000 0.000021 0.000838 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375006 0.000012 0.002489 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182850 0.000039 0.005527 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.45 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.75 - => RF2w-factor : 3.03 - => RF -factor : 2.83 - => Chi2(Intens): 1.45 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 31 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001339 0.000000 0.000016 0.001339 0.000000 0.000016 0.001339 0.000000 0.000016 - -0.000408 -0.000001 0.000014 -0.000408 -0.000001 0.000014 -0.000408 -0.000001 0.000014 - Ti 0.001173 0.000000 0.000024 0.001173 0.000000 0.000024 0.001173 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001407 0.000000 0.000022 0.001062 0.000000 0.000015 0.001062 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375018 0.000012 0.002488 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182888 0.000038 0.005525 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.45 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.75 - => RF2w-factor : 3.03 - => RF -factor : 2.83 - => Chi2(Intens): 1.45 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 32 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001340 0.000000 0.000016 0.001340 0.000000 0.000016 0.001340 0.000000 0.000016 - -0.000408 -0.000001 0.000014 -0.000408 -0.000001 0.000014 -0.000408 -0.000001 0.000014 - Ti 0.001174 0.000000 0.000024 0.001174 0.000000 0.000024 0.001174 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001407 0.000000 0.000022 0.001062 0.000000 0.000015 0.001062 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375029 0.000011 0.002487 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182925 0.000037 0.005524 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.45 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.74 - => RF2w-factor : 3.03 - => RF -factor : 2.83 - => Chi2(Intens): 1.45 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 33 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001340 0.000000 0.000016 0.001340 0.000000 0.000016 0.001340 0.000000 0.000016 - -0.000409 -0.000001 0.000014 -0.000409 -0.000001 0.000014 -0.000409 -0.000001 0.000014 - Ti 0.001174 0.000000 0.000024 0.001174 0.000000 0.000024 0.001174 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001407 0.000000 0.000022 0.001062 0.000000 0.000015 0.001062 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375040 0.000011 0.002486 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182960 0.000035 0.005522 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.45 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.74 - => RF2w-factor : 3.02 - => RF -factor : 2.83 - => Chi2(Intens): 1.45 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 34 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001340 0.000000 0.000016 0.001340 0.000000 0.000016 0.001340 0.000000 0.000016 - -0.000409 -0.000001 0.000014 -0.000409 -0.000001 0.000014 -0.000409 -0.000001 0.000014 - Ti 0.001174 0.000000 0.000024 0.001174 0.000000 0.000024 0.001174 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001408 0.000000 0.000022 0.001062 0.000000 0.000015 0.001062 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375050 0.000010 0.002485 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.182994 0.000034 0.005521 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.45 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.74 - => RF2w-factor : 3.02 - => RF -factor : 2.83 - => Chi2(Intens): 1.45 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 35 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001341 0.000000 0.000016 0.001341 0.000000 0.000016 0.001341 0.000000 0.000016 - -0.000410 -0.000001 0.000014 -0.000410 -0.000001 0.000014 -0.000410 -0.000001 0.000014 - Ti 0.001174 0.000000 0.000024 0.001174 0.000000 0.000024 0.001174 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001408 0.000000 0.000022 0.001062 0.000000 0.000015 0.001062 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375060 0.000010 0.002484 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.183027 0.000033 0.005519 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.44 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.74 - => RF2w-factor : 3.02 - => RF -factor : 2.82 - => Chi2(Intens): 1.44 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 36 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001341 0.000000 0.000016 0.001341 0.000000 0.000016 0.001341 0.000000 0.000016 - -0.000411 -0.000001 0.000014 -0.000411 -0.000001 0.000014 -0.000411 -0.000001 0.000014 - Ti 0.001174 0.000000 0.000024 0.001174 0.000000 0.000024 0.001174 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001408 0.000000 0.000022 0.001062 0.000000 0.000015 0.001062 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375070 0.000010 0.002483 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.183058 0.000031 0.005518 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.44 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.74 - => RF2w-factor : 3.02 - => RF -factor : 2.82 - => Chi2(Intens): 1.44 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 37 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001341 0.000000 0.000016 0.001341 0.000000 0.000016 0.001341 0.000000 0.000016 - -0.000411 -0.000001 0.000014 -0.000411 -0.000001 0.000014 -0.000411 -0.000001 0.000014 - Ti 0.001174 0.000000 0.000024 0.001174 0.000000 0.000024 0.001174 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001408 0.000000 0.000022 0.001062 0.000000 0.000015 0.001062 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375079 0.000009 0.002482 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.183088 0.000030 0.005517 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.44 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.73 - => RF2w-factor : 3.02 - => RF -factor : 2.82 - => Chi2(Intens): 1.44 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 38 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001341 0.000000 0.000016 0.001341 0.000000 0.000016 0.001341 0.000000 0.000016 - -0.000412 -0.000001 0.000014 -0.000412 -0.000001 0.000014 -0.000412 -0.000001 0.000014 - Ti 0.001175 0.000000 0.000024 0.001175 0.000000 0.000024 0.001175 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001408 0.000000 0.000022 0.001063 0.000000 0.000015 0.001063 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375088 0.000009 0.002482 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.183118 0.000029 0.005516 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.44 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.73 - => RF2w-factor : 3.02 - => RF -factor : 2.82 - => Chi2(Intens): 1.44 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 39 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001341 0.000000 0.000016 0.001341 0.000000 0.000016 0.001341 0.000000 0.000016 - -0.000412 -0.000001 0.000014 -0.000412 -0.000001 0.000014 -0.000412 -0.000001 0.000014 - Ti 0.001175 0.000000 0.000024 0.001175 0.000000 0.000024 0.001175 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001408 0.000000 0.000022 0.001063 0.000000 0.000015 0.001063 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 0.000839 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375097 0.000009 0.002481 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.183146 0.000028 0.005515 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.44 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.73 - => RF2w-factor : 3.02 - => RF -factor : 2.82 - => Chi2(Intens): 1.44 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 40 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001342 0.000000 0.000016 0.001342 0.000000 0.000016 0.001342 0.000000 0.000016 - -0.000413 -0.000001 0.000014 -0.000413 -0.000001 0.000014 -0.000413 -0.000001 0.000014 - Ti 0.001175 0.000000 0.000024 0.001175 0.000000 0.000024 0.001175 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001409 0.000000 0.000022 0.001063 0.000000 0.000015 0.001063 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375105 0.000008 0.002480 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.183173 0.000027 0.005514 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.44 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.73 - => RF2w-factor : 3.02 - => RF -factor : 2.82 - => Chi2(Intens): 1.44 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 41 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001342 0.000000 0.000016 0.001342 0.000000 0.000016 0.001342 0.000000 0.000016 - -0.000413 -0.000000 0.000014 -0.000413 -0.000000 0.000014 -0.000413 -0.000000 0.000014 - Ti 0.001175 0.000000 0.000024 0.001175 0.000000 0.000024 0.001175 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001409 0.000000 0.000022 0.001063 0.000000 0.000015 0.001063 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375113 0.000008 0.002480 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.183199 0.000026 0.005513 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.44 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.73 - => RF2w-factor : 3.02 - => RF -factor : 2.82 - => Chi2(Intens): 1.44 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 42 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001342 0.000000 0.000016 0.001342 0.000000 0.000016 0.001342 0.000000 0.000016 - -0.000414 -0.000000 0.000014 -0.000414 -0.000000 0.000014 -0.000414 -0.000000 0.000014 - Ti 0.001175 0.000000 0.000024 0.001175 0.000000 0.000024 0.001175 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001409 0.000000 0.000022 0.001063 0.000000 0.000015 0.001063 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375120 0.000008 0.002479 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.183224 0.000025 0.005512 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.44 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.73 - => RF2w-factor : 3.01 - => RF -factor : 2.82 - => Chi2(Intens): 1.44 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 43 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001342 0.000000 0.000016 0.001342 0.000000 0.000016 0.001342 0.000000 0.000016 - -0.000414 -0.000000 0.000014 -0.000414 -0.000000 0.000014 -0.000414 -0.000000 0.000014 - Ti 0.001175 0.000000 0.000024 0.001175 0.000000 0.000024 0.001175 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001409 0.000000 0.000022 0.001063 0.000000 0.000015 0.001063 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375127 0.000007 0.002479 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.183248 0.000024 0.005511 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.44 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.72 - => RF2w-factor : 3.01 - => RF -factor : 2.82 - => Chi2(Intens): 1.44 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 44 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001342 0.000000 0.000016 0.001342 0.000000 0.000016 0.001342 0.000000 0.000016 - -0.000415 -0.000000 0.000014 -0.000415 -0.000000 0.000014 -0.000415 -0.000000 0.000014 - Ti 0.001175 0.000000 0.000024 0.001175 0.000000 0.000024 0.001175 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001409 0.000000 0.000022 0.001063 0.000000 0.000015 0.001063 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375134 0.000007 0.002478 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.183272 0.000023 0.005511 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.44 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.72 - => RF2w-factor : 3.01 - => RF -factor : 2.81 - => Chi2(Intens): 1.44 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 45 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001342 0.000000 0.000016 0.001342 0.000000 0.000016 0.001342 0.000000 0.000016 - -0.000415 -0.000000 0.000014 -0.000415 -0.000000 0.000014 -0.000415 -0.000000 0.000014 - Ti 0.001175 0.000000 0.000024 0.001175 0.000000 0.000024 0.001175 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001409 0.000000 0.000022 0.001063 0.000000 0.000015 0.001063 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375141 0.000007 0.002478 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.183294 0.000022 0.005510 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.43 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.72 - => RF2w-factor : 3.01 - => RF -factor : 2.81 - => Chi2(Intens): 1.43 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 46 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001343 0.000000 0.000016 0.001343 0.000000 0.000016 0.001343 0.000000 0.000016 - -0.000415 -0.000000 0.000014 -0.000415 -0.000000 0.000014 -0.000415 -0.000000 0.000014 - Ti 0.001176 0.000000 0.000024 0.001176 0.000000 0.000024 0.001176 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001409 0.000000 0.000022 0.001063 0.000000 0.000015 0.001063 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375147 0.000006 0.002477 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.183316 0.000022 0.005509 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.43 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.72 - => RF2w-factor : 3.01 - => RF -factor : 2.81 - => Chi2(Intens): 1.43 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 47 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001343 0.000000 0.000016 0.001343 0.000000 0.000016 0.001343 0.000000 0.000016 - -0.000416 -0.000000 0.000014 -0.000416 -0.000000 0.000014 -0.000416 -0.000000 0.000014 - Ti 0.001176 0.000000 0.000024 0.001176 0.000000 0.000024 0.001176 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001410 0.000000 0.000022 0.001063 0.000000 0.000015 0.001063 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375153 0.000006 0.002477 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.183336 0.000021 0.005509 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.43 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.72 - => RF2w-factor : 3.01 - => RF -factor : 2.81 - => Chi2(Intens): 1.43 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 48 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001343 0.000000 0.000016 0.001343 0.000000 0.000016 0.001343 0.000000 0.000016 - -0.000416 -0.000000 0.000014 -0.000416 -0.000000 0.000014 -0.000416 -0.000000 0.000014 - Ti 0.001176 0.000000 0.000024 0.001176 0.000000 0.000024 0.001176 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001410 0.000000 0.000022 0.001064 0.000000 0.000015 0.001064 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375159 0.000006 0.002476 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.183356 0.000020 0.005508 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.43 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.72 - => RF2w-factor : 3.01 - => RF -factor : 2.81 - => Chi2(Intens): 1.43 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 49 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001343 0.000000 0.000016 0.001343 0.000000 0.000016 0.001343 0.000000 0.000016 - -0.000417 -0.000000 0.000014 -0.000417 -0.000000 0.000014 -0.000417 -0.000000 0.000014 - Ti 0.001176 0.000000 0.000024 0.001176 0.000000 0.000024 0.001176 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - O1 0.001410 0.000000 0.000022 0.001064 0.000000 0.000015 0.001064 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - O2 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 - - => Scale factors ( 1: 6): - 0.375165 0.000006 0.002476 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Extinction Parameters: - 0.183376 0.000019 0.005508 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - 0.000000 0.000000 0.000000 - - - => Lambda/2 param: - 0.000000 0.000000 0.000000 - - => Global user-weigthed Chi2 (Bragg contrib.): 1.43 - - => ---------> Pattern# 1 - => Phase: 1 - => RF2 -factor : 2.72 - => RF2w-factor : 3.01 - => RF -factor : 2.81 - => Chi2(Intens): 1.43 - => N_eff Reflect.: 220 with I > 0.00 sigma - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - => CYCLE No.: 50 - ------------------------------------------------------------------------------------------------------------------------------------ - => Phase 1 Name: Tb2Ti2O7 - ------------------------------------------------------------------------------------------------------------------------------------ - => New parameters, shifts, and standard deviations - - Atom x dx sx y dy sy z dz sz B dB sB occ. docc. socc. - - Tb 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.50000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - Ti 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.33333 0.00000 0.00000 - O1 0.32804 0.00000 0.00000 0.12500 0.00000 0.00000 0.12500 0.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 - O2 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.37500 0.00000 0.00000 0.00000 0.00000 0.00000 0.16667 0.00000 0.00000 - - Atom B11 DB11 SB11 B22 DB22 SB22 B33 DB33 SB33 - B12 DB12 SB12 B13 DB13 SB13 B23 DB23 SB23 - Tb 0.001343 0.000000 0.000016 0.001343 0.000000 0.000016 0.001343 0.000000 0.000016 - -0.000417 -0.000000 0.000014 -0.000417 -0.000000 0.000014 -0.000417 -0.000000 0.000014 - - U-Eigen Value (A**2) ---- Eigen vector(Orth. syst.) - 0.00264 ---- 0.57735 0.57735 0.57735 - 0.00915 ---- 0.70711 -0.70711 0.00000 - 0.00915 ---- 0.40825 0.40825 -0.81650 - - Isotropic temperature factor Uequiv(A**2): 0.0070 - Isotropic temperature factor Bequiv(A**2): 0.5513 - - R.M.S. in ANGSTROMS ------ Angles with A, B, C - 0.05143 ---- 54.736 54.736 54.736 - 0.09566 ---- 45.000 135.000 90.000 - 0.09566 ---- 65.905 65.905 144.736 - - Ti 0.001176 0.000000 0.000024 0.001176 0.000000 0.000024 0.001176 0.000000 0.000024 - -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 -0.000072 -0.000000 0.000030 - - U-Eigen Value (A**2) ---- Eigen vector(Orth. syst.) - 0.00536 ---- 0.57735 0.57735 0.57735 - 0.00649 ---- 0.70711 -0.70711 0.00000 - 0.00649 ---- 0.40825 0.40825 -0.81650 - - Isotropic temperature factor Uequiv(A**2): 0.0061 - Isotropic temperature factor Bequiv(A**2): 0.4827 - - R.M.S. in ANGSTROMS ------ Angles with A, B, C - 0.07321 ---- 54.736 54.736 54.736 - 0.08056 ---- 45.000 135.000 90.000 - 0.08056 ---- 65.905 65.905 144.736 - - O1 0.001410 0.000000 0.000022 0.001064 0.000000 0.000015 0.001064 0.000000 0.000015 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000370 0.000000 0.000016 - - U-Eigen Value (A**2) ---- Eigen vector(Orth. syst.) - 0.00733 ---- 1.00000 0.00000 0.00000 - 0.00745 ---- 0.00000 0.70711 0.70711 - 0.00360 ---- 0.00000 0.70711 -0.70711 - - Isotropic temperature factor Uequiv(A**2): 0.0061 - Isotropic temperature factor Bequiv(A**2): 0.4840 - - R.M.S. in ANGSTROMS ------ Angles with A, B, C - 0.08561 ---- 0.000 90.000 90.000 - 0.08634 ---- 90.000 45.000 45.000 - 0.06004 ---- 90.000 45.000 135.000 - - O2 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 0.000840 0.000000 0.000021 - 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 - - U-Eigen Value (A**2) ---- Eigen vector(Orth. syst.) - 0.00437 ---- 0.70711 0.70711 0.00000 - 0.00437 ---- 0.70711 -0.70711 0.00000 - 0.00437 ---- 0.00000 0.00000 1.00000 - - Isotropic temperature factor Uequiv(A**2): 0.0044 - Isotropic temperature factor Bequiv(A**2): 0.3449 - - R.M.S. in ANGSTROMS ------ Angles with A, B, C - 0.06609 ---- 45.000 45.000 90.000 - 0.06609 ---- 45.000 135.000 90.000 - 0.06609 ---- 90.000 90.000 0.000 - - ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 => Scale factors ( 1: 6): - 0.375170 0.000005 0.002476 + 0.260900 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 @@ -3442,7 +511,7 @@ => Extinction Parameters: - 0.183394 0.000019 0.005507 + 0.082080 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 @@ -3454,14 +523,14 @@ => Lambda/2 param: 0.000000 0.000000 0.000000 - => Global user-weigthed Chi2 (Bragg contrib.): 1.43 + => Global user-weigthed Chi2 (Bragg contrib.): 110. => ---------> Pattern# 1 => Phase: 1 - => RF2 -factor : 2.72 - => RF2w-factor : 3.01 - => RF -factor : 2.81 - => Chi2(Intens): 1.43 + => RF2 -factor : 24.6 + => RF2w-factor : 26.8 + => RF -factor : 15.2 + => Chi2(Intens): 110. => N_eff Reflect.: 220 with I > 0.00 sigma -------------------------------------------------------------------------------------------------------------------------------------------------------- @@ -3469,251 +538,241 @@ -------------------------------------------------------------------------------------------------------------------------------------------------------- => F2cal= scale*Corr*F2 h k l ivk cod F2obs F2cal F2cal(mag) Dif/sig Extinction(y) Sinthet/lamb Lambda/2-Contr RMsFx IMsFx RMsFy IMsFy RMsFz IMsFz RMiVx IMiVx RMiVy IMiVy RMiVz IMiVz - 1 1 1 0 1 194.5677 193.1835 0.0000 0.5953 0.84099 0.08549 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 2 2 0 0 1 22.6319 13.3240 0.0000 8.2862 0.99265 0.13961 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 3 1 1 0 1 99.2917 96.2375 0.0000 1.1921 0.95548 0.16370 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 2 2 2 0 1 219.2877 206.7655 0.0000 3.8504 0.91060 0.17098 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 4 0 0 0 1 1366.7377 1424.5616 0.0000 -1.8607 0.58542 0.19743 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 3 3 1 0 1 1381.2404 1424.8604 0.0000 -1.7864 0.60902 0.21515 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 4 2 2 0 1 272.4665 270.1144 0.0000 0.5554 0.91636 0.24181 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 5 1 1 0 1 991.5085 1004.6538 0.0000 -0.6846 0.73876 0.25647 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 3 3 3 0 1 504.5874 499.0377 0.0000 0.7649 0.85888 0.25647 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 4 4 0 0 1 2167.6858 2271.1287 0.0000 -2.7250 0.54683 0.27921 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 5 3 1 0 1 369.5253 371.5730 0.0000 -0.3311 0.90453 0.29201 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 4 4 2 0 1 6.2608 0.0598 0.0000 2.1432 0.99998 0.29615 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 6 2 0 0 1 339.3607 339.3285 0.0000 0.0062 0.91750 0.31217 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 5 3 3 0 1 20.2404 17.7224 0.0000 1.0363 0.99566 0.32366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 6 2 2 0 1 214.3519 206.9483 0.0000 1.8316 0.95097 0.32741 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 4 4 4 0 1 375.6302 404.5540 0.0000 -4.4847 0.91000 0.34196 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 1 1 0 1 838.4976 841.0266 0.0000 -0.2389 0.82711 0.35249 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 5 5 1 0 1 55.1172 49.6746 0.0000 0.9380 0.98878 0.35249 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 6 4 2 0 1 33.0758 26.1306 0.0000 4.0146 0.99433 0.36936 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 5 5 3 0 1 764.9341 769.0271 0.0000 -0.4227 0.84984 0.37913 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 3 1 0 1 73.8851 73.8449 0.0000 0.0071 0.98443 0.37913 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 0 0 0 1 1910.4371 1892.3477 0.0000 0.5043 0.68479 0.39487 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 3 3 0 1 2395.7312 2451.8625 0.0000 -1.1305 0.62232 0.40402 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 6 4 4 0 1 9.8576 0.6128 0.0000 3.0680 0.99988 0.40702 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 2 2 0 1 1207.8987 1204.7042 0.0000 0.2076 0.79276 0.41882 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 6 6 0 0 1 1217.1985 1221.3124 0.0000 -0.2934 0.79027 0.41882 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 5 1 0 1 324.4044 327.2475 0.0000 -0.4096 0.93942 0.42746 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 5 5 5 0 1 2023.2412 2043.9268 0.0000 -1.0840 0.68301 0.42746 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 6 6 2 0 1 172.7699 167.2677 0.0000 1.0945 0.96873 0.43030 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 4 0 0 1 119.7360 122.7704 0.0000 -0.7233 0.97745 0.44147 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 5 3 0 1 1082.9794 1084.2767 0.0000 -0.0877 0.82115 0.44968 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 1 1 0 1 123.3764 123.8973 0.0000 -0.0527 0.97759 0.44968 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 6 6 4 0 1 656.7704 659.8114 0.0000 -0.2830 0.88918 0.46302 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 3 1 0 1 130.3383 128.2604 0.0000 0.4353 0.97769 0.47085 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 4 4 0 1 570.3704 575.1019 0.0000 -0.6202 0.90594 0.48361 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 3 3 0 1 1398.5513 1389.6907 0.0000 0.4868 0.79141 0.49111 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 7 1 0 1 1685.6763 1675.0851 0.0000 0.7073 0.75514 0.49111 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 5 5 0 1 107.9908 105.1426 0.0000 0.2279 0.98230 0.49111 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 2 0 0 1 914.1141 924.2434 0.0000 -1.0431 0.85789 0.50336 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 6 2 0 1 258.0833 257.6815 0.0000 0.0435 0.95802 0.50336 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 7 3 0 1 588.8738 610.0581 0.0000 -2.0069 0.90461 0.51057 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 5 1 0 1 1016.6021 1028.9272 0.0000 -0.8136 0.84488 0.51057 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 6 6 6 0 1 215.3041 210.4268 0.0000 0.8340 0.96609 0.51295 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 2 2 0 1 165.5683 160.0070 0.0000 0.8261 0.97411 0.51295 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 5 3 0 1 263.2697 259.8538 0.0000 0.5530 0.95930 0.52931 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 4 2 0 1 399.1649 399.1795 0.0000 -0.0020 0.93917 0.54069 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 1 1 0 1 406.6985 410.3214 0.0000 -0.4680 0.93811 0.54741 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 7 5 0 1 9.0443 0.0517 0.0000 1.5710 0.99999 0.54741 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 8 0 0 1 232.3389 226.4740 0.0000 0.9561 0.96585 0.55843 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 3 1 0 1 815.0747 822.8529 0.0000 -0.6617 0.88262 0.56493 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 7 1 0 1 645.9863 653.9655 0.0000 -0.7755 0.90544 0.56493 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 5 5 0 1 105.5177 104.2207 0.0000 0.1382 0.98427 0.56493 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 6 0 0 1 2129.5383 2098.0254 0.0000 0.9830 0.73359 0.57561 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 7 3 0 1 24.8305 21.2664 0.0000 0.9065 0.99684 0.58193 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 3 3 0 1 111.9623 111.0517 0.0000 0.2286 0.98361 0.58193 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 6 2 0 1 178.0339 174.2266 0.0000 0.6075 0.97447 0.58402 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 0 0 0 1 355.9608 362.0021 0.0000 -0.7786 0.94822 0.59230 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 8 4 0 1 451.1190 459.0701 0.0000 -0.8599 0.93481 0.59230 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 7 7 7 0 1 2409.2754 2394.8760 0.0000 0.4629 0.70991 0.59844 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 5 1 0 1 36.9390 33.1454 0.0000 0.2577 0.99518 0.59844 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 2 2 0 1 1267.5220 1267.6654 0.0000 -0.0076 0.83380 0.60853 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 6 4 0 1 1228.7996 1234.8069 0.0000 -0.3169 0.83770 0.60853 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 7 5 0 1 329.1074 334.9490 0.0000 -0.7700 0.95318 0.61451 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 5 3 0 1 224.7773 223.4616 0.0000 0.1917 0.96851 0.61451 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 4 0 0 1 883.0682 890.4128 0.0000 -0.4387 0.88179 0.62434 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 9 1 0 1 60.6822 56.8265 0.0000 1.2838 0.99203 0.63017 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 8 6 0 1 12.8220 1.5199 0.0000 2.4124 0.99979 0.63210 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 4 2 0 1 5.0893 0.9251 0.0000 0.8582 0.99987 0.63210 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 8 2 0 1 15.7286 2.1940 0.0000 2.8411 0.99969 0.63976 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 5 5 0 1 1284.8992 1282.2179 0.0000 0.1498 0.83797 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 1 1 0 1 91.8083 84.1469 0.0000 0.6871 0.98841 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 9 3 0 1 114.6400 112.1825 0.0000 0.2196 0.98457 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 7 1 0 1 11.3935 5.0623 0.0000 0.5164 0.99930 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 6 6 0 1 107.1723 104.5565 0.0000 0.5072 0.98564 0.64733 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 4 4 0 1 25.8850 18.9136 0.0000 1.7059 0.99741 0.65481 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 7 7 0 1 1452.1660 1435.5057 0.0000 0.7630 0.82297 0.66037 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 3 1 0 1 1245.0792 1234.6227 0.0000 0.7084 0.84548 0.66037 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 7 3 0 1 1511.8230 1506.5062 0.0000 0.2064 0.81518 0.66037 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 8 4 0 1 3.7100 3.7327 0.0000 -0.0043 0.99949 0.66221 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 6 2 0 1 329.0760 336.4745 0.0000 -0.9298 0.95547 0.66953 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 3 3 0 1 285.8376 286.9489 0.0000 -0.1387 0.96207 0.67497 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 9 5 0 1 992.9638 994.4514 0.0000 -0.0801 0.87491 0.67497 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 8 8 8 0 1 288.2571 288.2868 0.0000 -0.0036 0.96219 0.68393 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 5 1 0 1 194.8370 197.8167 0.0000 -0.3653 0.97401 0.68925 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 7 5 0 1 414.2435 427.3727 0.0000 -0.7821 0.94472 0.68925 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 6 4 0 1 7.2439 0.9848 0.0000 1.0004 0.99987 0.69102 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 10 0 0 1 2714.7458 2657.8320 0.0000 1.4438 0.70860 0.69803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 8 6 0 1 343.7899 343.6389 0.0000 0.0093 0.95561 0.69803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 2 0 0 1 472.1022 481.8974 0.0000 -0.5991 0.93833 0.69803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 5 3 0 1 22.6495 15.7741 0.0000 1.0771 0.99793 0.70325 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 9 1 0 1 467.5958 473.2307 0.0000 -0.4980 0.93964 0.70325 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 2 2 0 1 135.5432 136.4422 0.0000 -0.1580 0.98222 0.70498 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 10 2 0 1 111.2981 111.2034 0.0000 0.0188 0.98549 0.70498 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 8 0 0 1 143.5622 146.3306 0.0000 -0.4864 0.98105 0.71186 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 9 3 0 1 624.4188 626.2892 0.0000 -0.1503 0.92173 0.71697 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 9 7 0 1 533.1500 519.0366 0.0000 1.2577 0.93466 0.71697 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 8 2 0 1 10.4581 1.0567 0.0000 1.4032 0.99986 0.71867 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 10 4 0 1 2155.8782 2095.0640 0.0000 1.6073 0.76484 0.72542 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 6 6 0 1 7.6967 1.9488 0.0000 0.3243 0.99975 0.72542 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 4 2 0 1 105.0912 101.2684 0.0000 0.2193 0.98697 0.72542 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 5 5 0 1 587.6577 593.3042 0.0000 -0.4160 0.92636 0.73044 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 7 7 0 1 152.2555 151.5980 0.0000 0.0754 0.98063 0.73044 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 7 1 0 1 17.2751 16.0460 0.0000 0.1310 0.99793 0.73044 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 8 4 0 1 2.8080 0.6362 0.0000 0.3409 0.99992 0.73873 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 7 3 0 1 2101.8381 2039.4250 0.0000 1.9418 0.77255 0.74366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 1 1 0 1 21.4748 15.3457 0.0000 0.3671 0.99804 0.74366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 9 5 0 1 16.9701 16.2857 0.0000 0.0385 0.99792 0.74366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 8 8 0 1 3.9106 0.0264 0.0000 0.5578 1.00000 0.74529 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 4 4 0 1 6.3243 3.3602 0.0000 0.4197 0.99957 0.74529 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 6 0 0 1 1277.8949 1257.9404 0.0000 1.2409 0.85259 0.75180 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 3 1 0 1 173.7919 180.5356 0.0000 -0.9844 0.97734 0.75665 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 10 6 0 1 148.4994 154.3935 0.0000 -1.0141 0.98061 0.75826 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 6 2 0 1 96.6851 100.2039 0.0000 -0.7360 0.98737 0.75826 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 7 5 0 1 743.1557 743.4451 0.0000 -0.0180 0.91067 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 11 1 0 1 253.0292 258.9522 0.0000 -0.4200 0.96789 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 3 3 0 1 801.3929 801.5948 0.0000 -0.0113 0.90405 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 9 9 9 0 1 9.2930 0.6484 0.0000 0.7246 0.99992 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 8 6 0 1 5.7886 5.6491 0.0000 0.0216 0.99929 0.77100 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 6 4 0 1 799.8103 793.6933 0.0000 0.6049 0.90531 0.77730 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 10 2 0 1 16.6109 13.7112 0.0000 0.4586 0.99828 0.77730 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 5 1 0 1 1196.2526 1180.7256 0.0000 0.7514 0.86298 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 9 1 0 1 77.6526 70.8790 0.0000 0.5851 0.99116 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 11 3 0 1 0.1226 0.0188 0.0000 0.0221 1.00000 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 9 7 0 1 36.2448 30.4091 0.0000 1.5593 0.99620 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 0 0 0 1 2281.3191 2250.7883 0.0000 0.6361 0.75779 0.78973 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 9 3 0 1 1012.6861 1003.6844 0.0000 0.4547 0.88277 0.79435 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 5 3 0 1 73.0685 68.4419 0.0000 0.3277 0.99151 0.79435 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 10 4 0 1 4.7657 0.0847 0.0000 0.6659 0.99999 0.79588 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 10 8 0 1 708.9425 723.9874 0.0000 -0.7309 0.91414 0.80198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 8 2 0 1 66.2456 61.1023 0.0000 0.6396 0.99244 0.80198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 2 2 0 1 355.8104 357.9986 0.0000 -0.2507 0.95654 0.80198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 7 7 0 1 338.0038 341.0336 0.0000 -0.2820 0.95863 0.80652 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 11 5 0 1 460.0088 458.1974 0.0000 0.1002 0.94482 0.80652 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 6 6 0 1 142.0896 145.3791 0.0000 -0.5553 0.98215 0.80803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 4 0 0 1 484.0079 471.9703 0.0000 0.9863 0.94337 0.81404 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 7 1 0 1 296.3522 304.1898 0.0000 -1.0584 0.96316 0.81852 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 5 5 0 1 135.2490 145.0505 0.0000 -1.4761 0.98226 0.81852 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 9 5 0 1 67.1565 69.3786 0.0000 -0.3568 0.99147 0.81852 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 4 2 0 1 0.4130 0.6562 0.0000 -0.0404 0.99992 0.82000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 8 4 0 1 0.6195 2.3012 0.0000 -0.2823 0.99972 0.82000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 10 6 0 1 156.6047 153.2364 0.0000 0.5574 0.98131 0.82592 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 9 9 0 1 406.6829 410.7635 0.0000 -0.3736 0.95077 0.83034 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 7 3 0 1 10.0451 6.0770 0.0000 0.3399 0.99925 0.83034 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 4 4 0 1 889.3516 908.0911 0.0000 -0.6691 0.89475 0.83764 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 12 0 0 1 48.4913 43.2822 0.0000 0.5186 0.99470 0.83764 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 11 1 0 1 515.3911 516.4118 0.0000 -0.0842 0.93869 0.84199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 11 7 0 1 540.7250 559.0378 0.0000 -1.4988 0.93381 0.84199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 1 1 0 1 547.7704 546.5851 0.0000 0.0574 0.93523 0.84199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 12 2 0 1 26.2629 11.3402 0.0000 1.7225 0.99861 0.84344 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 10 0 0 1 2187.1519 2091.9192 0.0000 3.1648 0.77621 0.84919 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 6 2 0 1 7.7465 1.7975 0.0000 0.3022 0.99978 0.84919 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 8 6 0 1 64.3002 60.0830 0.0000 0.4482 0.99267 0.84919 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 9 7 0 1 11.6539 14.6936 0.0000 -0.3509 0.99820 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 3 1 0 1 50.1850 47.1898 0.0000 0.3706 0.99425 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 7 5 0 1 374.3065 370.7589 0.0000 0.4041 0.95568 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 11 3 0 1 30.6726 22.5231 0.0000 1.0051 0.99725 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 10 2 0 1 109.6739 115.6424 0.0000 -1.1794 0.98596 0.85491 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 10 10 10 0 1 100.7550 87.4548 0.0000 2.3499 0.98936 0.85491 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 12 4 0 1 504.4615 530.0637 0.0000 -1.7833 0.93734 0.86059 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 3 3 0 1 1812.5647 1887.9769 0.0000 -0.2019 0.79572 0.86483 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 9 1 0 1 2.6081 3.2077 0.0000 -0.0323 0.99961 0.86483 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 10 8 0 1 13.5403 3.8815 0.0000 0.9436 0.99953 0.86624 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 6 4 0 1 4.9083 0.8354 0.0000 0.5035 0.99990 0.86624 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 10 4 0 1 1167.5333 1172.6281 0.0000 -0.2944 0.86713 0.87184 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 11 5 0 1 218.7551 223.3986 0.0000 -0.3120 0.97313 0.87602 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 9 3 0 1 267.0351 265.8687 0.0000 0.0754 0.96810 0.87602 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 5 1 0 1 125.0758 121.4811 0.0000 0.6604 0.98530 0.87602 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 8 0 0 1 471.4993 519.0558 0.0000 -0.9532 0.93873 0.88295 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 7 7 0 1 651.6143 652.7663 0.0000 -0.0755 0.92360 0.88708 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 5 3 0 1 699.3832 709.0708 0.0000 -0.4879 0.91731 0.88708 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 11 9 0 1 196.8183 197.5106 0.0000 -0.0704 0.97622 0.88708 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 8 2 0 1 17.5671 6.7541 0.0000 1.2611 0.99918 0.88845 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 8 8 0 1 9.3270 12.3985 0.0000 -0.3907 0.99849 0.88845 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 12 6 0 1 6.8138 0.0279 0.0000 0.7449 1.00000 0.88845 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 6 6 0 1 200.7956 203.0604 0.0000 -0.2874 0.97556 0.89392 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 18 2 0 0 1 24.2069 7.7069 0.0000 1.5986 0.99906 0.89392 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 9 5 0 1 1035.1714 1091.1813 0.0000 -0.3506 0.87581 0.89800 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 9 9 0 1 118.5448 111.7673 0.0000 0.4385 0.98647 0.89800 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 10 6 0 1 69.1974 69.4238 0.0000 -0.0309 0.99157 0.89935 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 18 2 2 0 1 70.0710 79.8569 0.0000 -0.8348 0.99031 0.89935 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 8 4 0 1 34.1798 33.4562 0.0000 0.0898 0.99593 0.90475 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 7 1 0 1 1108.8405 1118.5760 0.0000 -0.1888 0.87284 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 5 5 0 1 39.7098 33.4207 0.0000 0.4110 0.99593 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 11 7 0 1 1245.7976 1210.2056 0.0000 2.0567 0.86323 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 13 1 0 1 790.6947 796.5527 0.0000 -0.3479 0.90756 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 12 2 0 1 121.2231 116.0816 0.0000 0.5876 0.98593 0.91546 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 18 4 2 0 1 46.5794 36.4959 0.0000 1.0180 0.99556 0.91546 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 10 10 0 1 632.8853 639.0005 0.0000 -0.2938 0.92505 0.91546 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 13 3 0 1 252.1584 261.8059 0.0000 -1.0304 0.96854 0.91944 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 7 3 0 1 321.9037 334.1000 0.0000 -0.8830 0.96003 0.91944 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 11 1 0 1 340.2429 356.9343 0.0000 -1.4881 0.95736 0.91944 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 12 8 0 1 408.8684 403.2473 0.0000 0.3742 0.95192 0.92604 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 11 3 0 1 230.5712 234.2110 0.0000 -0.4459 0.97176 0.92998 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 9 7 0 1 211.3878 219.6106 0.0000 -1.0139 0.97349 0.92998 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 8 6 0 1 0.9510 0.4123 0.0000 0.0575 0.99995 0.93129 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 12 4 0 1 3.2415 7.6115 0.0000 -0.5142 0.99907 0.93129 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 18 4 4 0 1 11.4682 1.9079 0.0000 1.0564 0.99977 0.93129 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 10 8 0 1 478.7053 471.2172 0.0000 0.5907 0.94393 0.93651 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 18 6 0 0 1 386.9393 406.0976 0.0000 -1.9252 0.95148 0.93651 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 10 2 0 1 96.3516 97.7073 0.0000 -0.2094 0.98810 0.93651 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 7 5 0 1 9.6315 0.1906 0.0000 0.8782 0.99998 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 19 1 1 0 1 376.4738 394.2579 0.0000 -1.5857 0.95281 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 13 5 0 1 10.4966 10.1167 0.0000 0.0374 0.99876 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 11 11 11 0 1 112.0977 105.9219 0.0000 0.9252 0.98709 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 18 6 2 0 1 85.2351 99.2679 0.0000 -0.9866 0.98789 0.94170 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 19 3 1 0 1 305.3999 322.4602 0.0000 -1.5714 0.96112 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 9 1 0 1 359.4543 381.5518 0.0000 -1.9203 0.95416 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 11 9 0 1 427.5390 436.6306 0.0000 -0.8060 0.94772 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 11 5 0 1 4.1747 2.8534 0.0000 0.1970 0.99965 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 10 4 0 1 5.4459 4.2679 0.0000 0.1117 0.99947 0.95199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 18 6 4 0 1 59.6674 62.3986 0.0000 -0.2997 0.99234 0.95709 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 14 12 6 0 1 43.3857 49.0467 0.0000 -0.6148 0.99397 0.95709 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 19 3 3 0 1 23.8039 25.8853 0.0000 -0.2266 0.99681 0.96090 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 9 3 0 1 48.7587 49.8955 0.0000 -0.1470 0.99386 0.96090 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 16 8 8 0 1 29.3063 14.5634 0.0000 1.1650 0.99820 0.96722 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 17 7 7 0 1 1601.5154 1898.1270 0.0000 -0.4716 0.79191 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 13 13 7 0 1 1176.0896 1452.3184 0.0000 -0.6663 0.83596 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 19 5 1 0 1 0.8334 0.4401 0.0000 0.0193 0.99995 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 15 9 9 0 1 10.9864 7.8150 0.0000 0.3932 0.99903 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 - 12 12 10 0 1 14.4074 11.3156 0.0000 0.2717 0.99860 0.97225 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 1 1 1 0 1 194.5677 147.7566 0.0000 20.1312 0.91798 0.08549 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 2 2 0 0 1 22.6319 9.3828 0.0000 11.7948 0.99666 0.13961 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 3 1 1 0 1 99.2917 68.9865 0.0000 11.8287 0.97920 0.16370 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 2 2 2 0 1 219.2877 158.5485 0.0000 18.6764 0.95478 0.17098 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 4 0 0 0 1 1366.7377 1270.3546 0.0000 3.1015 0.72842 0.19743 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 3 3 1 0 1 1381.2404 1270.5758 0.0000 4.5321 0.74658 0.21515 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 4 2 2 0 1 272.4665 210.1189 0.0000 14.7216 0.95717 0.24181 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 1 1 0 1 991.5085 870.3701 0.0000 6.3088 0.84316 0.25647 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 3 3 3 0 1 504.5874 377.8019 0.0000 17.4751 0.92835 0.25647 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 4 4 0 0 1 2167.6858 2132.0505 0.0000 0.9387 0.68509 0.27921 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 3 1 0 1 369.5253 291.6985 0.0000 12.5838 0.95050 0.29201 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 4 4 2 0 1 6.2608 0.0000 0.0000 2.1639 1.00000 0.29615 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 2 0 0 1 339.3607 259.4900 0.0000 15.3825 0.95847 0.31217 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 3 3 0 1 20.2404 12.6641 0.0000 3.1181 0.99800 0.32366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 2 2 0 1 214.3519 161.9052 0.0000 12.9751 0.97499 0.32741 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 4 4 4 0 1 375.6302 318.0532 0.0000 8.9275 0.95335 0.34196 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 1 1 0 1 838.4976 725.2758 0.0000 10.6955 0.89961 0.35249 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 5 1 0 1 55.1172 38.4374 0.0000 2.8746 0.99440 0.35249 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 4 2 0 1 33.0758 22.0781 0.0000 6.3570 0.99691 0.36936 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 5 3 0 1 764.9341 679.1469 0.0000 8.8588 0.91141 0.37913 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 3 1 0 1 73.8851 53.0990 0.0000 3.6734 0.99276 0.37913 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 0 0 0 1 1910.4371 1746.1890 0.0000 4.5793 0.79587 0.39487 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 3 3 0 1 2395.7312 2392.8062 0.0000 0.0589 0.73749 0.40402 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 4 4 0 1 9.8576 0.0000 0.0000 3.2714 1.00000 0.40702 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 2 2 0 1 1207.8987 1099.2673 0.0000 7.0609 0.87180 0.41882 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 6 0 0 1 1217.1985 1124.7964 0.0000 6.5893 0.86904 0.41882 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 5 1 0 1 324.4044 261.1600 0.0000 9.1116 0.96840 0.42746 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 5 5 5 0 1 2023.2412 2033.2998 0.0000 -0.5271 0.78072 0.42746 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 6 2 0 1 172.7699 162.7848 0.0000 1.9862 0.98029 0.43030 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 4 0 0 1 119.7360 85.9743 0.0000 8.0473 0.98977 0.44147 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 5 3 0 1 1082.9794 983.4739 0.0000 6.7264 0.89090 0.44968 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 1 1 0 1 123.3764 105.2172 0.0000 1.8366 0.98769 0.44968 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 6 4 0 1 656.7704 551.0383 0.0000 9.8406 0.93872 0.46302 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 3 1 0 1 130.3383 114.2720 0.0000 3.3659 0.98714 0.47085 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 4 4 0 1 570.3704 514.7916 0.0000 7.2850 0.94462 0.48361 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 3 3 0 1 1398.5513 1310.9625 0.0000 4.8122 0.86688 0.49111 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 7 1 0 1 1685.6763 1629.0634 0.0000 3.7808 0.83761 0.49111 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 5 5 0 1 107.9908 89.1819 0.0000 1.5048 0.99030 0.49111 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 2 0 0 1 914.1141 891.6029 0.0000 2.3183 0.90900 0.50336 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 6 2 0 1 258.0833 248.8629 0.0000 0.9978 0.97369 0.50336 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 7 3 0 1 588.8738 502.4775 0.0000 8.1849 0.94818 0.51057 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 5 1 0 1 1016.6021 1063.3605 0.0000 -3.0867 0.89367 0.51057 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 6 6 6 0 1 215.3041 163.2214 0.0000 8.9058 0.98292 0.51295 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 2 2 0 1 165.5683 163.2214 0.0000 0.3486 0.98292 0.51295 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 5 3 0 1 263.2697 224.3598 0.0000 6.2995 0.97717 0.52931 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 4 2 0 1 399.1649 368.9670 0.0000 4.1961 0.96334 0.54069 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 1 1 0 1 406.6985 391.1595 0.0000 2.0074 0.96154 0.54741 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 7 5 0 1 9.0443 0.5113 0.0000 1.4907 0.99995 0.54741 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 8 0 0 1 232.3389 203.2260 0.0000 4.7460 0.98013 0.55843 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 3 1 0 1 815.0747 803.2738 0.0000 1.0039 0.92443 0.56493 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 7 1 0 1 645.9863 636.5543 0.0000 0.9167 0.93961 0.56493 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 5 5 0 1 105.5177 73.1402 0.0000 3.4506 0.99286 0.56493 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 6 0 0 1 2129.5383 2111.0125 0.0000 0.5779 0.81670 0.57561 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 7 3 0 1 24.8305 24.4233 0.0000 0.1036 0.99766 0.58193 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 3 3 0 1 111.9623 70.0440 0.0000 10.5256 0.99331 0.58193 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 6 2 0 1 178.0339 163.4837 0.0000 2.3217 0.98450 0.58402 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 0 0 0 1 355.9608 283.3443 0.0000 9.3585 0.97356 0.59230 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 8 4 0 1 451.1190 509.4471 0.0000 -6.3078 0.95297 0.59230 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 7 7 7 0 1 2409.2754 2766.5256 0.0000 -11.4841 0.77343 0.59844 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 5 1 0 1 36.9390 32.8732 0.0000 0.2762 0.99692 0.59844 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 2 2 0 1 1267.5220 1375.0356 0.0000 -5.7322 0.88051 0.60853 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 6 4 0 1 1228.7996 1348.8849 0.0000 -6.3358 0.88263 0.60853 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 7 5 0 1 329.1074 342.0242 0.0000 -1.7026 0.96897 0.61451 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 5 3 0 1 224.7773 230.3166 0.0000 -0.8071 0.97900 0.61451 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 4 0 0 1 883.0682 890.9394 0.0000 -0.4702 0.92206 0.62434 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 9 1 0 1 60.6822 62.9318 0.0000 -0.7491 0.99431 0.63017 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 8 6 0 1 12.8220 0.0000 0.0000 2.7368 1.00000 0.63210 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 4 2 0 1 5.0893 0.0000 0.0000 1.0489 1.00000 0.63210 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 8 2 0 1 15.7286 1.2599 0.0000 3.0371 0.99989 0.63976 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 5 5 0 1 1284.8992 1353.5034 0.0000 -3.8323 0.88653 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 1 1 0 1 91.8083 102.9835 0.0000 -1.0022 0.99086 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 9 3 0 1 114.6400 169.6738 0.0000 -4.9172 0.98498 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 7 1 0 1 11.3935 19.8782 0.0000 -0.6920 0.99823 0.64544 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 6 6 0 1 107.1723 163.6562 0.0000 -10.9512 0.98554 0.64733 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 4 4 0 1 25.8850 41.2730 0.0000 -3.7654 0.99636 0.65481 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 7 7 0 1 1452.1660 1524.0148 0.0000 -3.2907 0.87495 0.66037 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 3 1 0 1 1245.0792 1379.1720 0.0000 -9.0846 0.88607 0.66037 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 7 3 0 1 1511.8230 1751.3649 0.0000 -9.2995 0.85781 0.66037 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 8 4 0 1 3.7100 0.0000 0.0000 0.7010 1.00000 0.66221 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 6 2 0 1 329.0760 386.5651 0.0000 -7.2252 0.96687 0.66953 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 3 3 0 1 285.8376 328.0608 0.0000 -5.2713 0.97195 0.67497 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 9 5 0 1 992.9638 1222.2390 0.0000 -12.3527 0.89958 0.67497 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 8 8 8 0 1 288.2571 316.7469 0.0000 -3.4585 0.97311 0.68393 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 5 1 0 1 194.8370 241.9555 0.0000 -5.7767 0.97948 0.68925 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 7 5 0 1 414.2435 442.9417 0.0000 -1.7094 0.96276 0.68925 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 6 4 0 1 7.2439 0.0000 0.0000 1.1578 1.00000 0.69102 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 0 0 1 2714.7458 3277.9553 0.0000 -14.2875 0.75928 0.69803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 8 6 0 1 343.7899 329.2015 0.0000 0.8986 0.97238 0.69803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 2 0 0 1 472.1022 511.5338 0.0000 -2.4117 0.95743 0.69803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 5 3 0 1 22.6495 28.6969 0.0000 -0.9474 0.99757 0.70325 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 9 1 0 1 467.5958 487.2944 0.0000 -1.7408 0.95956 0.70325 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 2 2 0 1 135.5432 163.7728 0.0000 -4.9626 0.98624 0.70498 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 2 0 1 111.2981 163.7731 0.0000 -10.4334 0.98624 0.70498 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 8 0 0 1 143.5622 232.0081 0.0000 -15.5395 0.98066 0.71186 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 9 3 0 1 624.4188 693.5601 0.0000 -5.5553 0.94353 0.71697 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 9 7 0 1 533.1500 535.3461 0.0000 -0.1957 0.95611 0.71697 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 8 2 0 1 10.4581 0.0000 0.0000 1.5609 1.00000 0.71867 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 4 0 1 2155.8782 2388.8516 0.0000 -6.1573 0.82051 0.72542 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 6 6 0 1 7.6967 0.2237 0.0000 0.4216 0.99998 0.72542 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 4 2 0 1 105.0912 127.8281 0.0000 -1.3045 0.98940 0.72542 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 5 5 0 1 587.6577 792.8178 0.0000 -15.1153 0.93631 0.73044 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 7 7 0 1 152.2555 125.1309 0.0000 3.1110 0.98966 0.73044 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 7 1 0 1 17.2751 30.3075 0.0000 -1.3894 0.99749 0.73044 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 8 4 0 1 2.8080 1.8401 0.0000 0.1519 0.99985 0.73873 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 7 3 0 1 2101.8381 2483.3118 0.0000 -11.8687 0.81619 0.74366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 1 1 0 1 21.4748 13.8269 0.0000 0.4581 0.99886 0.74366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 9 5 0 1 16.9701 11.3916 0.0000 0.3135 0.99906 0.74366 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 8 8 0 1 3.9106 0.0000 0.0000 0.5615 1.00000 0.74529 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 4 4 0 1 6.3243 0.0000 0.0000 0.8955 1.00000 0.74529 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 6 0 0 1 1277.8949 1595.6738 0.0000 -19.7624 0.87776 0.75180 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 3 1 0 1 173.7919 294.2092 0.0000 -17.5784 0.97625 0.75665 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 6 0 1 148.4994 163.8501 0.0000 -2.6411 0.98671 0.75826 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 6 2 0 1 96.6851 163.8508 0.0000 -14.0493 0.98671 0.75826 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 7 5 0 1 743.1557 916.7451 0.0000 -10.7982 0.92838 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 1 0 1 253.0292 305.6822 0.0000 -3.7340 0.97551 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 3 3 0 1 801.3929 964.1119 0.0000 -9.0651 0.92483 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 9 9 9 0 1 9.2930 31.1689 0.0000 -1.8336 0.99747 0.76942 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 8 6 0 1 5.7886 0.0000 0.0000 0.8970 1.00000 0.77100 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 6 4 0 1 799.8103 888.1011 0.0000 -8.7304 0.93081 0.77730 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 10 2 0 1 16.6109 26.2680 0.0000 -1.5272 0.99788 0.77730 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 5 1 0 1 1196.2526 1497.2285 0.0000 -14.5650 0.88655 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 9 1 0 1 77.6526 155.7955 0.0000 -6.7495 0.98752 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 3 0 1 0.1226 11.4040 0.0000 -2.4064 0.99908 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 9 7 0 1 36.2448 46.4489 0.0000 -2.7265 0.99626 0.78198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 0 0 0 1 2281.3191 2902.4829 0.0000 -12.9420 0.79366 0.78973 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 9 3 0 1 1012.6861 1244.9835 0.0000 -11.7349 0.90516 0.79435 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 5 3 0 1 73.0685 72.7095 0.0000 0.0254 0.99419 0.79435 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 10 4 0 1 4.7657 0.0000 0.0000 0.6779 1.00000 0.79588 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 8 0 1 708.9425 1019.9907 0.0000 -15.1107 0.92180 0.80198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 8 2 0 1 66.2456 86.3877 0.0000 -2.5048 0.99312 0.80198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 2 2 0 1 355.8104 461.2552 0.0000 -12.0819 0.96382 0.80198 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 7 7 0 1 338.0038 434.9018 0.0000 -9.0194 0.96591 0.80652 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 5 0 1 460.0088 695.5104 0.0000 -13.0340 0.94605 0.80652 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 6 6 0 1 142.0896 163.9020 0.0000 -3.6823 0.98702 0.80803 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 4 0 0 1 484.0079 506.0645 0.0000 -1.8072 0.96055 0.81404 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 7 1 0 1 296.3522 366.5978 0.0000 -9.4862 0.97130 0.81852 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 5 5 0 1 135.2490 226.4312 0.0000 -13.7323 0.98218 0.81852 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 9 5 0 1 67.1565 175.7867 0.0000 -17.4406 0.98613 0.81852 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 4 2 0 1 0.4130 0.0000 0.0000 0.0686 1.00000 0.82000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 8 4 0 1 0.6195 0.0000 0.0000 0.1040 1.00000 0.82000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 10 6 0 1 156.6047 203.8000 0.0000 -7.8095 0.98398 0.82592 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 9 9 0 1 406.6829 591.6879 0.0000 -16.9367 0.95427 0.83034 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 7 3 0 1 10.0451 2.7317 0.0000 0.6264 0.99978 0.83034 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 4 4 0 1 889.3516 1239.9767 0.0000 -12.5200 0.90684 0.83764 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 0 0 1 48.4913 40.6154 0.0000 0.7842 0.99680 0.83764 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 11 1 0 1 515.3911 723.5085 0.0000 -17.1730 0.94454 0.84199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 7 0 1 540.7250 1029.1871 0.0000 -39.9769 0.92208 0.84199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 1 1 0 1 547.7704 810.2051 0.0000 -12.7115 0.93811 0.84199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 2 0 1 26.2629 0.0000 0.0000 3.0315 1.00000 0.84344 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 10 0 0 1 2187.1519 2680.9844 0.0000 -16.4110 0.81084 0.84919 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 6 2 0 1 7.7465 5.5388 0.0000 0.1122 0.99956 0.84919 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 8 6 0 1 64.3002 103.1097 0.0000 -4.1243 0.99191 0.84919 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 9 7 0 1 11.6539 9.8928 0.0000 0.2033 0.99922 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 3 1 0 1 50.1850 68.6436 0.0000 -2.2836 0.99461 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 7 5 0 1 374.3065 614.1620 0.0000 -27.3246 0.95282 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 11 3 0 1 30.6726 43.3605 0.0000 -1.5649 0.99659 0.85349 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 10 2 0 1 109.6739 163.9290 0.0000 -10.7211 0.98718 0.85491 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 10 10 10 0 1 100.7550 163.9316 0.0000 -11.1619 0.98718 0.85491 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 4 0 1 504.4615 903.1326 0.0000 -27.7692 0.93151 0.86059 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 3 3 0 1 1812.5647 2717.2903 0.0000 -2.4222 0.80902 0.86483 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 9 1 0 1 2.6081 1.8355 0.0000 0.0416 0.99986 0.86483 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 10 8 0 1 13.5403 0.0000 0.0000 1.3228 1.00000 0.86624 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 6 4 0 1 4.9083 0.0000 0.0000 0.6067 1.00000 0.86624 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 10 4 0 1 1167.5333 1816.0453 0.0000 -37.4717 0.86752 0.87184 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 11 5 0 1 218.7551 287.2094 0.0000 -4.5988 0.97771 0.87602 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 9 3 0 1 267.0351 377.7326 0.0000 -7.1529 0.97079 0.87602 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 5 1 0 1 125.0758 233.6939 0.0000 -19.9545 0.98183 0.87602 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 8 0 0 1 471.4993 741.4464 0.0000 -5.4109 0.94352 0.88295 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 7 7 0 1 651.6143 1129.8574 0.0000 -31.3522 0.91529 0.88708 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 5 3 0 1 699.3832 1076.2662 0.0000 -18.9822 0.91913 0.88708 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 9 0 1 196.8183 230.9786 0.0000 -3.4737 0.98204 0.88708 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 8 2 0 1 17.5671 0.0000 0.0000 2.0488 1.00000 0.88845 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 8 8 0 1 9.3270 0.0000 0.0000 1.1863 1.00000 0.88845 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 6 0 1 6.8138 0.0000 0.0000 0.7479 1.00000 0.88845 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 6 6 0 1 200.7956 288.1626 0.0000 -11.0872 0.97765 0.89392 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 2 0 0 1 24.2069 4.0116 0.0000 1.9566 0.99969 0.89392 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 9 5 0 1 1035.1714 1658.9601 0.0000 -3.9051 0.87829 0.89800 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 9 9 0 1 118.5448 218.9940 0.0000 -6.4993 0.98297 0.89800 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 10 6 0 1 69.1974 163.9363 0.0000 -12.9358 0.98722 0.89935 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 2 2 0 1 70.0710 163.9345 0.0000 -8.0073 0.98722 0.89935 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 8 4 0 1 34.1798 89.3929 0.0000 -6.8540 0.99301 0.90475 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 7 1 0 1 1108.8405 1770.4711 0.0000 -12.8316 0.87063 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 5 5 0 1 39.7098 108.9759 0.0000 -4.5270 0.99148 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 11 7 0 1 1245.7976 1653.6018 0.0000 -23.5647 0.87858 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 13 1 0 1 790.6947 1282.0979 0.0000 -29.1857 0.90441 0.90878 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 12 2 0 1 121.2231 175.3840 0.0000 -6.1898 0.98632 0.91546 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 4 2 0 1 46.5794 94.2602 0.0000 -4.8138 0.99262 0.91546 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 10 10 0 1 632.8853 803.5966 0.0000 -8.2024 0.93886 0.91546 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 13 3 0 1 252.1584 268.8476 0.0000 -1.7826 0.97909 0.91944 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 7 3 0 1 321.9037 552.2110 0.0000 -16.6741 0.95754 0.91944 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 11 1 0 1 340.2429 797.3588 0.0000 -40.7532 0.93929 0.91944 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 8 0 1 408.8684 645.4050 0.0000 -15.7444 0.95050 0.92604 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 11 3 0 1 230.5712 407.4387 0.0000 -21.6662 0.96843 0.92998 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 9 7 0 1 211.3878 284.6540 0.0000 -9.0341 0.97784 0.92998 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 8 6 0 1 0.9510 0.0000 0.0000 0.1015 1.00000 0.93129 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 12 4 0 1 3.2415 0.0000 0.0000 0.3814 1.00000 0.93129 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 4 4 0 1 11.4682 0.0000 0.0000 1.2672 1.00000 0.93129 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 10 8 0 1 478.7053 599.0469 0.0000 -9.4925 0.95387 0.93651 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 6 0 0 1 386.9393 447.2920 0.0000 -6.0648 0.96535 0.93651 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 10 2 0 1 96.3516 154.6181 0.0000 -8.9980 0.98788 0.93651 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 7 5 0 1 9.6315 0.0779 0.0000 0.8887 0.99999 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 19 1 1 0 1 376.4738 699.1183 0.0000 -28.7690 0.94633 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 13 5 0 1 10.4966 51.1263 0.0000 -3.9998 0.99597 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 11 11 11 0 1 112.0977 225.6029 0.0000 -17.0045 0.98235 0.94040 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 6 2 0 1 85.2351 163.9226 0.0000 -5.5321 0.98714 0.94170 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 19 3 1 0 1 305.3999 485.7235 0.0000 -16.6094 0.96228 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 9 1 0 1 359.4543 691.3288 0.0000 -28.8408 0.94675 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 11 9 0 1 427.5390 610.4225 0.0000 -16.2131 0.95283 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 11 5 0 1 4.1747 10.3857 0.0000 -0.9261 0.99918 0.95071 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 10 4 0 1 5.4459 0.0000 0.0000 0.5164 1.00000 0.95199 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 18 6 4 0 1 59.6674 94.8820 0.0000 -3.8648 0.99250 0.95709 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 14 12 6 0 1 43.3857 38.1697 0.0000 0.5665 0.99698 0.95709 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 19 3 3 0 1 23.8039 1.9221 0.0000 2.3819 0.99985 0.96090 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 9 3 0 1 48.7587 35.2077 0.0000 1.7523 0.99721 0.96090 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 16 8 8 0 1 29.3063 19.4048 0.0000 0.7824 0.99845 0.96722 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 17 7 7 0 1 1601.5154 2931.5706 0.0000 -2.1149 0.79299 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 13 13 7 0 1 1176.0896 2360.6519 0.0000 -2.8571 0.82915 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 19 5 1 0 1 0.8334 1.6087 0.0000 -0.0380 0.99987 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 15 9 9 0 1 10.9864 1.0215 0.0000 1.2356 0.99992 0.97099 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + 12 12 10 0 1 14.4074 0.0000 0.0000 1.2660 1.00000 0.97225 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ----------------------------------------------------- R-Factors and Chi2 for Integrated Intensity Pattern # 1 ----------------------------------------------------- => Phase: 1 - => RF2 -factor : 2.72 - => RF2w-factor : 3.01 - => RF -factor : 2.81 - => Chi2(Intens): 1.43 + => RF2 -factor : 24.6 + => RF2w-factor : 26.8 + => RF -factor : 15.2 + => Chi2(Intens): 110. => N_eff Reflect.: 220 with I > 0.00 sigma ----------------------------------------------------------------- SYMBOLIC NAMES AND FINAL VALUES AND SIGMA OF REFINED PARAMETERS: ----------------------------------------------------------------- - -> Parameter number 1 : Scale1 0.37517014 ( +/- 0.24755576E-02 ) - -> Parameter number 2 : Ext1 0.18339430 ( +/- 0.55071274E-02 ) - -> Parameter number 3 : bet11_Tb 0.13430299E-02( +/- 0.15528552E-04 ) - -> Parameter number 4 : bet11_O2 0.84028213E-03( +/- 0.20678317E-04 ) - -> Parameter number 5 : bet23_O1 0.37027674E-03( +/- 0.16291277E-04 ) - -> Parameter number 6 : bet12_Tb -0.41712270E-03( +/- 0.13606324E-04 ) - -> Parameter number 7 : bet22_O1 0.10637246E-02( +/- 0.15218869E-04 ) - -> Parameter number 8 : bet11_O1 0.14099176E-02( +/- 0.21850072E-04 ) - -> Parameter number 9 : bet11_Ti 0.11758927E-02( +/- 0.24343724E-04 ) - -> Parameter number 10 : bet12_Ti -0.72436866E-04( +/- 0.29909475E-04 ) ------------------------------------------------------------------ => Number of bytes for floating point variables: 4 @@ -3754,7 +813,7 @@ NSOL = 10 Max.num. of solutions to be stored in Montecarlo searchs - CPU Time: 0.219 seconds - 0.004 minutes + CPU Time: 0.188 seconds + 0.003 minutes - => Run finished at: Date: 10/06/2026 Time: 20:22:33.546 + => Run finished at: Date: 19/06/2026 Time: 08:16:36.048 diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.pcr b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.pcr index 3b865d133..6d27c3a70 100644 --- a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.pcr +++ b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.pcr @@ -1,5 +1,5 @@ -COMM Tb2Ti2O7, Neutrons, HEiDi@FRMII -! Current global Chi2 (Bragg contrib.) = 1.432 +COMM Tb2Ti2O7, Neutrons, HEiDi@FRMII, isotropic ADP + extinction +! Current global Chi2 (Bragg contrib.) = 109.5 ! Files => DAT-file: tbti, PCR-file: tbti !Job Npr Nph Nba Nex Nsc Nor Dum Iwg Ilo Ias Res Ste Nre Cry Uni Cor Opt Aut 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 @@ -8,12 +8,12 @@ COMM Tb2Ti2O7, Neutrons, HEiDi@FRMII 2 0 1 0 1 0 4 0 0 -3 0 0 0 0 2 0 0 ! !NCY Eps R_at R_an R_pr R_gl Thmin Step Thmax PSD Sent0 - 50 0.20 0.05 0.05 0.05 0.05 0.0000 0.100000 160.0000 0.000 0.000 + 1 0.20 0.05 0.05 0.05 0.05 0.0000 0.100000 160.0000 0.000 0.000 ! ! - 10 !Number of refined parameters + 0 !Number of refined parameters !------------------------------------------------------------------------------- -! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 2.7154 +! Data for PHASE number: 1 ==> Current R_Bragg for Pattern# 1: 24.5948 !------------------------------------------------------------------------------- Tb2Ti2O7 ! @@ -23,32 +23,23 @@ Tb2Ti2O7 ! F d -3 m <--Space group symbol !Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes -! beta11 beta22 beta33 beta12 beta13 beta23 /Codes -Tb TB 0.50000 0.50000 0.50000 0.00000 0.33333 0 0 2 0 +Tb TB 0.50000 0.50000 0.50000 0.00000 0.33333 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00134 0.00134 0.00134 -0.00042 -0.00042 -0.00042 - 31.00 31.00 31.00 61.00 61.00 61.00 -Ti TI 0.00000 0.00000 0.00000 0.00000 0.33333 0 0 2 0 +Ti TI 0.00000 0.00000 0.00000 0.00000 0.33333 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00118 0.00118 0.00118 -0.00007 -0.00007 -0.00007 - 91.00 91.00 91.00 101.00 101.00 101.00 -O1 O 0.32804 0.12500 0.12500 0.00000 1.00000 0 0 2 0 +O1 O 0.32804 0.12500 0.12500 0.00000 1.00000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00141 0.00106 0.00106 0.00000 0.00000 0.00037 - 81.00 71.00 71.00 0.00 0.00 51.00 -O2 O 0.37500 0.37500 0.37500 0.00000 0.16667 0 0 2 0 +O2 O 0.37500 0.37500 0.37500 0.00000 0.16667 0 0 0 0 0.00 0.00 0.00 0.00 0.00 - 0.00084 0.00084 0.00084 0.00000 0.00000 0.00000 - 41.00 41.00 41.00 0.00 0.00 0.00 !-------> Scale, Extinction and Cell Parameters for Pattern # 1 ! Scale Factors ! Sc1 Sc2 Sc3 Sc4 Sc5 Sc6 - 0.3752 0.000 0.000 0.000 0.000 0.000 - 11.00 0.00 0.00 0.00 0.00 0.00 + 0.2609 0.000 0.000 0.000 0.000 0.000 + 0.00 0.00 0.00 0.00 0.00 0.00 ! Extinction Parameters ! Ext1 Ext2 Ext3 Ext4 Ext5 Ext6 Ext7 Ext-Model - 0.1834 0.000 0.000 0.000 0.000 0.000 0.000 1 - 21.00 0.00 0.00 0.00 0.00 0.00 0.00 + 0.8208E-01 0.000 0.000 0.000 0.000 0.000 0.000 1 + 0.00 0.00 0.00 0.00 0.00 0.00 0.00 ! a b c alpha beta gamma # Cell Info 10.130000 10.130000 10.130000 90.000000 90.000000 90.000000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.prf b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.prf index 2d9d3369a..7a63a589e 100644 --- a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.prf +++ b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.prf @@ -1,222 +1,222 @@ - Tb2Ti2O7, Neutrons, HEiDi@FRMII + Tb2Ti2O7, Neutrons, HEiDi@FRMII, isotropic ADP + extinction Sinthet/lamb Gobs Gcal Sigma DIF/Sigma h k l iv Additional information - 0.08549 194.57 193.18 2.33 0.60 1 1 1 0 - 0.13961 22.63 13.32 1.12 8.29 2 2 0 0 - 0.16370 99.29 96.24 2.56 1.19 3 1 1 0 - 0.17098 219.29 206.77 3.25 3.85 2 2 2 0 - 0.19743 1366.74 1424.56 31.08 -1.86 4 0 0 0 - 0.21515 1381.24 1424.86 24.42 -1.79 3 3 1 0 - 0.24181 272.47 270.11 4.24 0.56 4 2 2 0 - 0.25647 991.51 1004.65 19.20 -0.68 5 1 1 0 - 0.25647 504.59 499.04 7.26 0.76 3 3 3 0 - 0.27921 2167.69 2271.13 37.96 -2.72 4 4 0 0 - 0.29201 369.53 371.57 6.18 -0.33 5 3 1 0 - 0.29615 6.26 0.06 2.89 2.14 4 4 2 0 - 0.31217 339.36 339.33 5.19 0.01 6 2 0 0 - 0.32366 20.24 17.72 2.43 1.04 5 3 3 0 - 0.32741 214.35 206.95 4.04 1.83 6 2 2 0 - 0.34196 375.63 404.55 6.45 -4.48 4 4 4 0 - 0.35249 838.50 841.03 10.59 -0.24 7 1 1 0 - 0.35249 55.12 49.67 5.80 0.94 5 5 1 0 - 0.36936 33.08 26.13 1.73 4.01 6 4 2 0 - 0.37913 764.93 769.03 9.68 -0.42 5 5 3 0 - 0.37913 73.89 73.84 5.66 0.01 7 3 1 0 - 0.39487 1910.44 1892.35 35.87 0.50 8 0 0 0 - 0.40402 2395.73 2451.86 49.65 -1.13 7 3 3 0 - 0.40702 9.86 0.61 3.01 3.07 6 4 4 0 - 0.41882 1217.20 1221.31 14.02 -0.29 6 6 0 0 - 0.41882 1207.90 1204.70 15.38 0.21 8 2 2 0 - 0.42746 324.40 327.25 6.94 -0.41 7 5 1 0 - 0.42746 2023.24 2043.93 19.08 -1.08 5 5 5 0 - 0.43030 172.77 167.27 5.03 1.09 6 6 2 0 - 0.44147 119.74 122.77 4.20 -0.72 8 4 0 0 - 0.44968 1082.98 1084.28 14.79 -0.09 7 5 3 0 - 0.44968 123.38 123.90 9.89 -0.05 9 1 1 0 - 0.46302 656.77 659.81 10.74 -0.28 6 6 4 0 - 0.47085 130.34 128.26 4.77 0.44 9 3 1 0 - 0.48361 570.37 575.10 7.63 -0.62 8 4 4 0 - 0.49111 1398.55 1389.69 18.20 0.49 9 3 3 0 - 0.49111 1685.68 1675.09 14.97 0.71 7 7 1 0 - 0.49111 107.99 105.14 12.50 0.23 7 5 5 0 - 0.50336 914.11 924.24 9.71 -1.04 10 2 0 0 - 0.50336 258.08 257.68 9.24 0.04 8 6 2 0 - 0.51057 1016.60 1028.93 15.15 -0.81 9 5 1 0 - 0.51057 588.87 610.06 10.56 -2.01 7 7 3 0 - 0.51295 165.57 160.01 6.73 0.83 10 2 2 0 - 0.51295 215.30 210.43 5.85 0.83 6 6 6 0 - 0.52931 263.27 259.85 6.18 0.55 9 5 3 0 - 0.54069 399.16 399.18 7.20 -0.00 10 4 2 0 - 0.54741 9.04 0.05 5.72 1.57 7 7 5 0 - 0.54741 406.70 410.32 7.74 -0.47 11 1 1 0 - 0.55843 232.34 226.47 6.13 0.96 8 8 0 0 - 0.56493 815.07 822.85 11.75 -0.66 11 3 1 0 - 0.56493 645.99 653.97 10.29 -0.78 9 7 1 0 - 0.56493 105.52 104.22 9.38 0.14 9 5 5 0 - 0.57561 2129.54 2098.03 32.06 0.98 10 6 0 0 - 0.58193 111.96 111.05 3.98 0.23 11 3 3 0 - 0.58193 24.83 21.27 3.93 0.91 9 7 3 0 - 0.58402 178.03 174.23 6.27 0.61 10 6 2 0 - 0.59230 355.96 362.00 7.76 -0.78 12 0 0 0 - 0.59230 451.12 459.07 9.25 -0.86 8 8 4 0 - 0.59844 2409.28 2394.88 31.11 0.46 7 7 7 0 - 0.59844 36.94 33.15 14.72 0.26 11 5 1 0 - 0.60853 1267.52 1267.67 18.76 -0.01 12 2 2 0 - 0.60853 1228.80 1234.81 18.95 -0.32 10 6 4 0 - 0.61451 329.11 334.95 7.59 -0.77 9 7 5 0 - 0.61451 224.78 223.46 6.86 0.19 11 5 3 0 - 0.62434 883.07 890.41 16.74 -0.44 12 4 0 0 - 0.63017 60.68 56.83 3.00 1.28 9 9 1 0 - 0.63210 5.09 0.93 4.85 0.86 12 4 2 0 - 0.63210 12.82 1.52 4.68 2.41 8 8 6 0 - 0.63976 15.73 2.19 4.76 2.84 10 8 2 0 - 0.64544 114.64 112.18 11.19 0.22 9 9 3 0 - 0.64544 1284.90 1282.22 17.90 0.15 11 5 5 0 - 0.64544 91.81 84.15 11.15 0.69 13 1 1 0 - 0.64544 11.39 5.06 12.26 0.52 11 7 1 0 - 0.64733 107.17 104.56 5.16 0.51 10 6 6 0 - 0.65481 25.89 18.91 4.09 1.71 12 4 4 0 - 0.66037 1452.17 1435.51 21.83 0.76 9 7 7 0 - 0.66037 1245.08 1234.62 14.76 0.71 13 3 1 0 - 0.66037 1511.82 1506.51 25.76 0.21 11 7 3 0 - 0.66221 3.71 3.73 5.29 -0.00 10 8 4 0 - 0.66953 329.08 336.47 7.96 -0.93 12 6 2 0 - 0.67497 992.96 994.45 18.56 -0.08 9 9 5 0 - 0.67497 285.84 286.95 8.01 -0.14 13 3 3 0 - 0.68393 288.26 288.29 8.24 -0.00 8 8 8 0 - 0.68925 194.84 197.82 8.16 -0.37 13 5 1 0 - 0.68925 414.24 427.37 16.79 -0.78 11 7 5 0 - 0.69102 7.24 0.98 6.26 1.00 12 6 4 0 - 0.69803 472.10 481.90 16.35 -0.60 14 2 0 0 - 0.69803 343.79 343.64 16.24 0.01 10 8 6 0 - 0.69803 2714.75 2657.83 39.42 1.44 10 10 0 0 - 0.70325 22.65 15.77 6.38 1.08 13 5 3 0 - 0.70325 467.60 473.23 11.32 -0.50 11 9 1 0 - 0.70498 135.54 136.44 5.69 -0.16 14 2 2 0 - 0.70498 111.30 111.20 5.03 0.02 10 10 2 0 - 0.71186 143.56 146.33 5.69 -0.49 12 8 0 0 - 0.71697 624.42 626.29 12.45 -0.15 11 9 3 0 - 0.71697 533.15 519.04 11.22 1.26 9 9 7 0 - 0.71867 10.46 1.06 6.70 1.40 12 8 2 0 - 0.72542 7.70 1.95 17.72 0.32 12 6 6 0 - 0.72542 2155.88 2095.06 37.84 1.61 10 10 4 0 - 0.72542 105.09 101.27 17.43 0.22 14 4 2 0 - 0.73044 17.28 16.05 9.38 0.13 13 7 1 0 - 0.73044 152.26 151.60 8.72 0.08 11 7 7 0 - 0.73044 587.66 593.30 13.57 -0.42 13 5 5 0 - 0.73873 2.81 0.64 6.37 0.34 12 8 4 0 - 0.74366 21.47 15.35 16.70 0.37 15 1 1 0 - 0.74366 2101.84 2039.43 32.14 1.94 13 7 3 0 - 0.74366 16.97 16.29 17.80 0.04 11 9 5 0 - 0.74529 3.91 0.03 6.96 0.56 10 8 8 0 - 0.74529 6.32 3.36 7.06 0.42 14 4 4 0 - 0.75180 1277.89 1257.94 16.08 1.24 14 6 0 0 - 0.75665 173.79 180.54 6.85 -0.98 15 3 1 0 - 0.75826 148.50 154.39 5.81 -1.01 10 10 6 0 - 0.75826 96.69 100.20 4.78 -0.74 14 6 2 0 - 0.76942 9.29 0.65 11.93 0.72 9 9 9 0 - 0.76942 743.16 743.45 16.08 -0.02 13 7 5 0 - 0.76942 253.03 258.95 14.10 -0.42 11 11 1 0 - 0.76942 801.39 801.59 17.95 -0.01 15 3 3 0 - 0.77100 5.79 5.65 6.45 0.02 12 8 6 0 - 0.77730 799.81 793.69 10.11 0.60 14 6 4 0 - 0.77730 16.61 13.71 6.32 0.46 12 10 2 0 - 0.78198 36.24 30.41 3.74 1.56 11 9 7 0 - 0.78198 0.12 0.02 4.69 0.02 11 11 3 0 - 0.78198 77.65 70.88 11.58 0.59 13 9 1 0 - 0.78198 1196.25 1180.73 20.66 0.75 15 5 1 0 - 0.78973 2281.32 2250.79 48.00 0.64 16 0 0 0 - 0.79435 1012.69 1003.68 19.80 0.45 13 9 3 0 - 0.79435 73.07 68.44 14.12 0.33 15 5 3 0 - 0.79588 4.77 0.08 7.03 0.67 12 10 4 0 - 0.80198 355.81 358.00 8.73 -0.25 16 2 2 0 - 0.80198 708.94 723.99 20.58 -0.73 10 10 8 0 - 0.80198 66.25 61.10 8.04 0.64 14 8 2 0 - 0.80652 338.00 341.03 10.74 -0.28 13 7 7 0 - 0.80652 460.01 458.20 18.07 0.10 11 11 5 0 - 0.80803 142.09 145.38 5.92 -0.56 14 6 6 0 - 0.81404 484.01 471.97 12.20 0.99 16 4 0 0 - 0.81852 67.16 69.38 6.23 -0.36 13 9 5 0 - 0.81852 135.25 145.05 6.64 -1.48 15 5 5 0 - 0.81852 296.35 304.19 7.41 -1.06 15 7 1 0 - 0.82000 0.41 0.66 6.02 -0.04 16 4 2 0 - 0.82000 0.62 2.30 5.96 -0.28 14 8 4 0 - 0.82592 156.60 153.24 6.04 0.56 12 10 6 0 - 0.83034 406.68 410.76 10.92 -0.37 11 9 9 0 - 0.83034 10.05 6.08 11.68 0.34 15 7 3 0 - 0.83764 48.49 43.28 10.04 0.52 12 12 0 0 - 0.83764 889.35 908.09 28.01 -0.67 16 4 4 0 - 0.84199 515.39 516.41 12.12 -0.08 13 11 1 0 - 0.84199 540.72 559.04 12.22 -1.50 11 11 7 0 - 0.84199 547.77 546.59 20.65 0.06 17 1 1 0 - 0.84344 26.26 11.34 8.66 1.72 12 12 2 0 - 0.84919 64.30 60.08 9.41 0.45 14 8 6 0 - 0.84919 7.75 1.80 19.68 0.30 16 6 2 0 - 0.84919 2187.15 2091.92 30.09 3.16 14 10 0 0 - 0.85349 11.65 14.69 8.66 -0.35 13 9 7 0 - 0.85349 50.19 47.19 8.08 0.37 17 3 1 0 - 0.85349 374.31 370.76 8.78 0.40 15 7 5 0 - 0.85349 30.67 22.52 8.11 1.01 13 11 3 0 - 0.85491 100.75 87.45 5.66 2.35 10 10 10 0 - 0.85491 109.67 115.64 5.06 -1.18 14 10 2 0 - 0.86059 504.46 530.06 14.36 -1.78 12 12 4 0 - 0.86483 2.61 3.21 18.57 -0.03 15 9 1 0 - 0.86483 1812.56 1887.98 373.51 -0.20 17 3 3 0 - 0.86624 13.54 3.88 10.24 0.94 12 10 8 0 - 0.86624 4.91 0.84 8.09 0.50 16 6 4 0 - 0.87184 1167.53 1172.63 17.31 -0.29 14 10 4 0 - 0.87602 125.08 121.48 5.44 0.66 17 5 1 0 - 0.87602 218.76 223.40 14.89 -0.31 13 11 5 0 - 0.87602 267.04 265.87 15.48 0.08 15 9 3 0 - 0.88295 471.50 519.06 49.89 -0.95 16 8 0 0 - 0.88708 651.61 652.77 15.25 -0.08 15 7 7 0 - 0.88708 699.38 709.07 19.85 -0.49 17 5 3 0 - 0.88708 196.82 197.51 9.83 -0.07 11 11 9 0 - 0.88845 6.81 0.03 9.11 0.74 12 12 6 0 - 0.88845 17.57 6.75 8.57 1.26 16 8 2 0 - 0.88845 9.33 12.40 7.86 -0.39 14 8 8 0 - 0.89392 200.80 203.06 7.88 -0.29 16 6 6 0 - 0.89392 24.21 7.71 10.32 1.60 18 2 0 0 - 0.89800 118.54 111.77 15.46 0.44 13 9 9 0 - 0.89800 1035.17 1091.18 159.74 -0.35 15 9 5 0 - 0.89935 69.20 69.42 7.32 -0.03 14 10 6 0 - 0.89935 70.07 79.86 11.72 -0.83 18 2 2 0 - 0.90475 34.18 33.46 8.06 0.09 16 8 4 0 - 0.90878 1245.80 1210.21 17.31 2.06 13 11 7 0 - 0.90878 790.69 796.55 16.84 -0.35 13 13 1 0 - 0.90878 1108.84 1118.58 51.56 -0.19 17 7 1 0 - 0.90878 39.71 33.42 15.30 0.41 17 5 5 0 - 0.91546 632.89 639.00 20.81 -0.29 12 10 10 0 - 0.91546 121.22 116.08 8.75 0.59 14 12 2 0 - 0.91546 46.58 36.50 9.90 1.02 18 4 2 0 - 0.91944 340.24 356.93 11.22 -1.49 15 11 1 0 - 0.91944 252.16 261.81 9.36 -1.03 13 13 3 0 - 0.91944 321.90 334.10 13.81 -0.88 17 7 3 0 - 0.92604 408.87 403.25 15.02 0.37 12 12 8 0 - 0.92998 230.57 234.21 8.16 -0.45 15 11 3 0 - 0.92998 211.39 219.61 8.11 -1.01 15 9 7 0 - 0.93129 3.24 7.61 8.50 -0.51 14 12 4 0 - 0.93129 11.47 1.91 9.05 1.06 18 4 4 0 - 0.93129 0.95 0.41 9.37 0.06 16 8 6 0 - 0.93651 386.94 406.10 9.95 -1.93 18 6 0 0 - 0.93651 96.35 97.71 6.48 -0.21 16 10 2 0 - 0.93651 478.71 471.22 12.68 0.59 14 10 8 0 - 0.94040 376.47 394.26 11.22 -1.59 19 1 1 0 - 0.94040 10.50 10.12 10.16 0.04 13 13 5 0 - 0.94040 112.10 105.92 6.68 0.93 11 11 11 0 - 0.94040 9.63 0.19 10.75 0.88 17 7 5 0 - 0.94170 85.24 99.27 14.22 -0.99 18 6 2 0 - 0.95071 4.17 2.85 6.71 0.20 15 11 5 0 - 0.95071 359.45 381.55 11.51 -1.92 17 9 1 0 - 0.95071 427.54 436.63 11.28 -0.81 13 11 9 0 - 0.95071 305.40 322.46 10.86 -1.57 19 3 1 0 - 0.95199 5.45 4.27 10.55 0.11 16 10 4 0 - 0.95709 59.67 62.40 9.11 -0.30 18 6 4 0 - 0.95709 43.39 49.05 9.21 -0.61 14 12 6 0 - 0.96090 48.76 49.90 7.73 -0.15 17 9 3 0 - 0.96090 23.80 25.89 9.19 -0.23 19 3 3 0 - 0.96722 29.31 14.56 12.66 1.16 16 8 8 0 - 0.97099 1176.09 1452.32 414.60 -0.67 13 13 7 0 - 0.97099 0.83 0.44 20.42 0.02 19 5 1 0 - 0.97099 10.99 7.82 8.06 0.39 15 9 9 0 - 0.97099 1601.52 1898.13 628.89 -0.47 17 7 7 0 - 0.97225 14.41 11.32 11.38 0.27 12 12 10 0 + 0.08549 194.57 147.76 2.33 20.13 1 1 1 0 + 0.13961 22.63 9.38 1.12 11.79 2 2 0 0 + 0.16370 99.29 68.99 2.56 11.83 3 1 1 0 + 0.17098 219.29 158.55 3.25 18.68 2 2 2 0 + 0.19743 1366.74 1270.35 31.08 3.10 4 0 0 0 + 0.21515 1381.24 1270.58 24.42 4.53 3 3 1 0 + 0.24181 272.47 210.12 4.24 14.72 4 2 2 0 + 0.25647 991.51 870.37 19.20 6.31 5 1 1 0 + 0.25647 504.59 377.80 7.26 17.48 3 3 3 0 + 0.27921 2167.69 2132.05 37.96 0.94 4 4 0 0 + 0.29201 369.53 291.70 6.18 12.58 5 3 1 0 + 0.29615 6.26 0.00 2.89 2.16 4 4 2 0 + 0.31217 339.36 259.49 5.19 15.38 6 2 0 0 + 0.32366 20.24 12.66 2.43 3.12 5 3 3 0 + 0.32741 214.35 161.91 4.04 12.98 6 2 2 0 + 0.34196 375.63 318.05 6.45 8.93 4 4 4 0 + 0.35249 838.50 725.28 10.59 10.70 7 1 1 0 + 0.35249 55.12 38.44 5.80 2.87 5 5 1 0 + 0.36936 33.08 22.08 1.73 6.36 6 4 2 0 + 0.37913 764.93 679.15 9.68 8.86 5 5 3 0 + 0.37913 73.89 53.10 5.66 3.67 7 3 1 0 + 0.39487 1910.44 1746.19 35.87 4.58 8 0 0 0 + 0.40402 2395.73 2392.81 49.65 0.06 7 3 3 0 + 0.40702 9.86 0.00 3.01 3.27 6 4 4 0 + 0.41882 1217.20 1124.80 14.02 6.59 6 6 0 0 + 0.41882 1207.90 1099.27 15.38 7.06 8 2 2 0 + 0.42746 324.40 261.16 6.94 9.11 7 5 1 0 + 0.42746 2023.24 2033.30 19.08 -0.53 5 5 5 0 + 0.43030 172.77 162.78 5.03 1.99 6 6 2 0 + 0.44147 119.74 85.97 4.20 8.05 8 4 0 0 + 0.44968 1082.98 983.47 14.79 6.73 7 5 3 0 + 0.44968 123.38 105.22 9.89 1.84 9 1 1 0 + 0.46302 656.77 551.04 10.74 9.84 6 6 4 0 + 0.47085 130.34 114.27 4.77 3.37 9 3 1 0 + 0.48361 570.37 514.79 7.63 7.29 8 4 4 0 + 0.49111 1398.55 1310.96 18.20 4.81 9 3 3 0 + 0.49111 1685.68 1629.06 14.97 3.78 7 7 1 0 + 0.49111 107.99 89.18 12.50 1.50 7 5 5 0 + 0.50336 914.11 891.60 9.71 2.32 10 2 0 0 + 0.50336 258.08 248.86 9.24 1.00 8 6 2 0 + 0.51057 1016.60 1063.36 15.15 -3.09 9 5 1 0 + 0.51057 588.87 502.48 10.56 8.18 7 7 3 0 + 0.51295 165.57 163.22 6.73 0.35 10 2 2 0 + 0.51295 215.30 163.22 5.85 8.91 6 6 6 0 + 0.52931 263.27 224.36 6.18 6.30 9 5 3 0 + 0.54069 399.16 368.97 7.20 4.20 10 4 2 0 + 0.54741 9.04 0.51 5.72 1.49 7 7 5 0 + 0.54741 406.70 391.16 7.74 2.01 11 1 1 0 + 0.55843 232.34 203.23 6.13 4.75 8 8 0 0 + 0.56493 815.07 803.27 11.75 1.00 11 3 1 0 + 0.56493 645.99 636.55 10.29 0.92 9 7 1 0 + 0.56493 105.52 73.14 9.38 3.45 9 5 5 0 + 0.57561 2129.54 2111.01 32.06 0.58 10 6 0 0 + 0.58193 111.96 70.04 3.98 10.53 11 3 3 0 + 0.58193 24.83 24.42 3.93 0.10 9 7 3 0 + 0.58402 178.03 163.48 6.27 2.32 10 6 2 0 + 0.59230 355.96 283.34 7.76 9.36 12 0 0 0 + 0.59230 451.12 509.45 9.25 -6.31 8 8 4 0 + 0.59844 2409.28 2766.53 31.11 -11.48 7 7 7 0 + 0.59844 36.94 32.87 14.72 0.28 11 5 1 0 + 0.60853 1267.52 1375.04 18.76 -5.73 12 2 2 0 + 0.60853 1228.80 1348.88 18.95 -6.34 10 6 4 0 + 0.61451 329.11 342.02 7.59 -1.70 9 7 5 0 + 0.61451 224.78 230.32 6.86 -0.81 11 5 3 0 + 0.62434 883.07 890.94 16.74 -0.47 12 4 0 0 + 0.63017 60.68 62.93 3.00 -0.75 9 9 1 0 + 0.63210 5.09 0.00 4.85 1.05 12 4 2 0 + 0.63210 12.82 0.00 4.68 2.74 8 8 6 0 + 0.63976 15.73 1.26 4.76 3.04 10 8 2 0 + 0.64544 114.64 169.67 11.19 -4.92 9 9 3 0 + 0.64544 1284.90 1353.50 17.90 -3.83 11 5 5 0 + 0.64544 91.81 102.98 11.15 -1.00 13 1 1 0 + 0.64544 11.39 19.88 12.26 -0.69 11 7 1 0 + 0.64733 107.17 163.66 5.16 -10.95 10 6 6 0 + 0.65481 25.89 41.27 4.09 -3.77 12 4 4 0 + 0.66037 1452.17 1524.01 21.83 -3.29 9 7 7 0 + 0.66037 1245.08 1379.17 14.76 -9.08 13 3 1 0 + 0.66037 1511.82 1751.36 25.76 -9.30 11 7 3 0 + 0.66221 3.71 0.00 5.29 0.70 10 8 4 0 + 0.66953 329.08 386.57 7.96 -7.23 12 6 2 0 + 0.67497 992.96 1222.24 18.56 -12.35 9 9 5 0 + 0.67497 285.84 328.06 8.01 -5.27 13 3 3 0 + 0.68393 288.26 316.75 8.24 -3.46 8 8 8 0 + 0.68925 194.84 241.96 8.16 -5.78 13 5 1 0 + 0.68925 414.24 442.94 16.79 -1.71 11 7 5 0 + 0.69102 7.24 0.00 6.26 1.16 12 6 4 0 + 0.69803 472.10 511.53 16.35 -2.41 14 2 0 0 + 0.69803 343.79 329.20 16.24 0.90 10 8 6 0 + 0.69803 2714.75 3277.96 39.42 -14.29 10 10 0 0 + 0.70325 22.65 28.70 6.38 -0.95 13 5 3 0 + 0.70325 467.60 487.29 11.32 -1.74 11 9 1 0 + 0.70498 135.54 163.77 5.69 -4.96 14 2 2 0 + 0.70498 111.30 163.77 5.03 -10.43 10 10 2 0 + 0.71186 143.56 232.01 5.69 -15.54 12 8 0 0 + 0.71697 624.42 693.56 12.45 -5.56 11 9 3 0 + 0.71697 533.15 535.35 11.22 -0.20 9 9 7 0 + 0.71867 10.46 0.00 6.70 1.56 12 8 2 0 + 0.72542 7.70 0.22 17.72 0.42 12 6 6 0 + 0.72542 2155.88 2388.85 37.84 -6.16 10 10 4 0 + 0.72542 105.09 127.83 17.43 -1.30 14 4 2 0 + 0.73044 17.28 30.31 9.38 -1.39 13 7 1 0 + 0.73044 152.26 125.13 8.72 3.11 11 7 7 0 + 0.73044 587.66 792.82 13.57 -15.12 13 5 5 0 + 0.73873 2.81 1.84 6.37 0.15 12 8 4 0 + 0.74366 21.47 13.83 16.70 0.46 15 1 1 0 + 0.74366 2101.84 2483.31 32.14 -11.87 13 7 3 0 + 0.74366 16.97 11.39 17.80 0.31 11 9 5 0 + 0.74529 3.91 0.00 6.96 0.56 10 8 8 0 + 0.74529 6.32 0.00 7.06 0.90 14 4 4 0 + 0.75180 1277.89 1595.67 16.08 -19.76 14 6 0 0 + 0.75665 173.79 294.21 6.85 -17.58 15 3 1 0 + 0.75826 148.50 163.85 5.81 -2.64 10 10 6 0 + 0.75826 96.69 163.85 4.78 -14.05 14 6 2 0 + 0.76942 9.29 31.17 11.93 -1.83 9 9 9 0 + 0.76942 743.16 916.75 16.08 -10.80 13 7 5 0 + 0.76942 253.03 305.68 14.10 -3.73 11 11 1 0 + 0.76942 801.39 964.11 17.95 -9.07 15 3 3 0 + 0.77100 5.79 0.00 6.45 0.90 12 8 6 0 + 0.77730 799.81 888.10 10.11 -8.73 14 6 4 0 + 0.77730 16.61 26.27 6.32 -1.53 12 10 2 0 + 0.78198 36.24 46.45 3.74 -2.73 11 9 7 0 + 0.78198 0.12 11.40 4.69 -2.41 11 11 3 0 + 0.78198 77.65 155.80 11.58 -6.75 13 9 1 0 + 0.78198 1196.25 1497.23 20.66 -14.57 15 5 1 0 + 0.78973 2281.32 2902.48 48.00 -12.94 16 0 0 0 + 0.79435 1012.69 1244.98 19.80 -11.73 13 9 3 0 + 0.79435 73.07 72.71 14.12 0.03 15 5 3 0 + 0.79588 4.77 0.00 7.03 0.68 12 10 4 0 + 0.80198 355.81 461.26 8.73 -12.08 16 2 2 0 + 0.80198 708.94 1019.99 20.58 -15.11 10 10 8 0 + 0.80198 66.25 86.39 8.04 -2.50 14 8 2 0 + 0.80652 338.00 434.90 10.74 -9.02 13 7 7 0 + 0.80652 460.01 695.51 18.07 -13.03 11 11 5 0 + 0.80803 142.09 163.90 5.92 -3.68 14 6 6 0 + 0.81404 484.01 506.06 12.20 -1.81 16 4 0 0 + 0.81852 67.16 175.79 6.23 -17.44 13 9 5 0 + 0.81852 135.25 226.43 6.64 -13.73 15 5 5 0 + 0.81852 296.35 366.60 7.41 -9.49 15 7 1 0 + 0.82000 0.41 0.00 6.02 0.07 16 4 2 0 + 0.82000 0.62 0.00 5.96 0.10 14 8 4 0 + 0.82592 156.60 203.80 6.04 -7.81 12 10 6 0 + 0.83034 406.68 591.69 10.92 -16.94 11 9 9 0 + 0.83034 10.05 2.73 11.68 0.63 15 7 3 0 + 0.83764 48.49 40.62 10.04 0.78 12 12 0 0 + 0.83764 889.35 1239.98 28.01 -12.52 16 4 4 0 + 0.84199 515.39 723.51 12.12 -17.17 13 11 1 0 + 0.84199 540.72 1029.19 12.22 -39.98 11 11 7 0 + 0.84199 547.77 810.21 20.65 -12.71 17 1 1 0 + 0.84344 26.26 0.00 8.66 3.03 12 12 2 0 + 0.84919 64.30 103.11 9.41 -4.12 14 8 6 0 + 0.84919 7.75 5.54 19.68 0.11 16 6 2 0 + 0.84919 2187.15 2680.98 30.09 -16.41 14 10 0 0 + 0.85349 11.65 9.89 8.66 0.20 13 9 7 0 + 0.85349 50.19 68.64 8.08 -2.28 17 3 1 0 + 0.85349 374.31 614.16 8.78 -27.32 15 7 5 0 + 0.85349 30.67 43.36 8.11 -1.56 13 11 3 0 + 0.85491 100.75 163.93 5.66 -11.16 10 10 10 0 + 0.85491 109.67 163.93 5.06 -10.72 14 10 2 0 + 0.86059 504.46 903.13 14.36 -27.77 12 12 4 0 + 0.86483 2.61 1.84 18.57 0.04 15 9 1 0 + 0.86483 1812.56 2717.29 373.51 -2.42 17 3 3 0 + 0.86624 13.54 0.00 10.24 1.32 12 10 8 0 + 0.86624 4.91 0.00 8.09 0.61 16 6 4 0 + 0.87184 1167.53 1816.05 17.31 -37.47 14 10 4 0 + 0.87602 125.08 233.69 5.44 -19.95 17 5 1 0 + 0.87602 218.76 287.21 14.89 -4.60 13 11 5 0 + 0.87602 267.04 377.73 15.48 -7.15 15 9 3 0 + 0.88295 471.50 741.45 49.89 -5.41 16 8 0 0 + 0.88708 651.61 1129.86 15.25 -31.35 15 7 7 0 + 0.88708 699.38 1076.27 19.85 -18.98 17 5 3 0 + 0.88708 196.82 230.98 9.83 -3.47 11 11 9 0 + 0.88845 6.81 0.00 9.11 0.75 12 12 6 0 + 0.88845 17.57 0.00 8.57 2.05 16 8 2 0 + 0.88845 9.33 0.00 7.86 1.19 14 8 8 0 + 0.89392 200.80 288.16 7.88 -11.09 16 6 6 0 + 0.89392 24.21 4.01 10.32 1.96 18 2 0 0 + 0.89800 118.54 218.99 15.46 -6.50 13 9 9 0 + 0.89800 1035.17 1658.96 159.74 -3.91 15 9 5 0 + 0.89935 69.20 163.94 7.32 -12.94 14 10 6 0 + 0.89935 70.07 163.93 11.72 -8.01 18 2 2 0 + 0.90475 34.18 89.39 8.06 -6.85 16 8 4 0 + 0.90878 1245.80 1653.60 17.31 -23.56 13 11 7 0 + 0.90878 790.69 1282.10 16.84 -29.19 13 13 1 0 + 0.90878 1108.84 1770.47 51.56 -12.83 17 7 1 0 + 0.90878 39.71 108.98 15.30 -4.53 17 5 5 0 + 0.91546 632.89 803.60 20.81 -8.20 12 10 10 0 + 0.91546 121.22 175.38 8.75 -6.19 14 12 2 0 + 0.91546 46.58 94.26 9.90 -4.81 18 4 2 0 + 0.91944 340.24 797.36 11.22 -40.75 15 11 1 0 + 0.91944 252.16 268.85 9.36 -1.78 13 13 3 0 + 0.91944 321.90 552.21 13.81 -16.67 17 7 3 0 + 0.92604 408.87 645.40 15.02 -15.74 12 12 8 0 + 0.92998 230.57 407.44 8.16 -21.67 15 11 3 0 + 0.92998 211.39 284.65 8.11 -9.03 15 9 7 0 + 0.93129 3.24 0.00 8.50 0.38 14 12 4 0 + 0.93129 11.47 0.00 9.05 1.27 18 4 4 0 + 0.93129 0.95 0.00 9.37 0.10 16 8 6 0 + 0.93651 386.94 447.29 9.95 -6.06 18 6 0 0 + 0.93651 96.35 154.62 6.48 -9.00 16 10 2 0 + 0.93651 478.71 599.05 12.68 -9.49 14 10 8 0 + 0.94040 376.47 699.12 11.22 -28.77 19 1 1 0 + 0.94040 10.50 51.13 10.16 -4.00 13 13 5 0 + 0.94040 112.10 225.60 6.68 -17.00 11 11 11 0 + 0.94040 9.63 0.08 10.75 0.89 17 7 5 0 + 0.94170 85.24 163.92 14.22 -5.53 18 6 2 0 + 0.95071 4.17 10.39 6.71 -0.93 15 11 5 0 + 0.95071 359.45 691.33 11.51 -28.84 17 9 1 0 + 0.95071 427.54 610.42 11.28 -16.21 13 11 9 0 + 0.95071 305.40 485.72 10.86 -16.61 19 3 1 0 + 0.95199 5.45 0.00 10.55 0.52 16 10 4 0 + 0.95709 59.67 94.88 9.11 -3.86 18 6 4 0 + 0.95709 43.39 38.17 9.21 0.57 14 12 6 0 + 0.96090 48.76 35.21 7.73 1.75 17 9 3 0 + 0.96090 23.80 1.92 9.19 2.38 19 3 3 0 + 0.96722 29.31 19.40 12.66 0.78 16 8 8 0 + 0.97099 1176.09 2360.65 414.60 -2.86 13 13 7 0 + 0.97099 0.83 1.61 20.42 -0.04 19 5 1 0 + 0.97099 10.99 1.02 8.06 1.24 15 9 9 0 + 0.97099 1601.52 2931.57 628.89 -2.11 17 7 7 0 + 0.97225 14.41 0.00 11.38 1.27 12 12 10 0 diff --git a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.sum b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.sum index 3ed18e8cf..33ff751b5 100644 --- a/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.sum +++ b/docs/docs/verification/fullprof/sc-neut-cwl_tbti_isotropic-extinction/tbti.sum @@ -8,11 +8,11 @@ Refinement of X-ray and/or Neutron Data - Date: 10/06/2026 Time: 20:22:33.329 + Date: 19/06/2026 Time: 08:16:35.868 => PCR file code: tbti => DAT file code: tbti -> Relative contribution: 1.0000 - => Title: Tb2Ti2O7, Neutrons, HEiDi@FRMII + => Title: Tb2Ti2O7, Neutrons, HEiDi@FRMII, isotropic ADP + extinction ==> CONDITIONS OF THIS RUN FOR PATTERN No.: 1 @@ -25,7 +25,7 @@ ==> RESULTS OF REFINEMENT: - => No. of fitted parameters: 10 + => No. of fitted parameters: 0 ------------------------------------------------------------------------------ @@ -43,19 +43,53 @@ O1 0.32804( 0) 0.12500( 0) 0.12500( 0) 0.000( 0) 1.000( 0) 48 O2 0.37500( 0) 0.37500( 0) 0.37500( 0) 0.000( 0) 0.167( 0) 8 - => Anisotropic Betas*1E04 + ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 + + ==> OVERALL PARAMETERS: + + + + => Scale factors ( 1: 6): + 0.260900 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + + + => Extinction parameters: + 0.082080 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 + 0.000000 0.000000 - Name B11 B22 B33 B12 B13 B23 - sB11 sB22 sB33 sB12 sB13 sB23 - Tb 13.4 13.4 13.4 -4.2 -4.2 -4.2 - 0.2 0.2 0.2 0.1 0.1 0.1 - Ti 11.8 11.8 11.8 -0.7 -0.7 -0.7 - 0.2 0.2 0.2 0.3 0.3 0.3 - O1 14.1 10.6 10.6 0.0 0.0 3.7 - 0.2 0.2 0.2 0.0 0.0 0.2 - O2 8.4 8.4 8.4 0.0 0.0 0.0 - 0.2 0.2 0.2 0.0 0.0 0.0 + => Global user-weigthed Chi2 (Bragg contrib.): 110. + + ==> RESULTS OF REFINEMENT: + + + => No. of fitted parameters: 0 + + +------------------------------------------------------------------------------ + => Phase No. 1 Tb2Ti2O7 F d -3 m +------------------------------------------------------------------------------ + + => No. of reflections for pattern#: 1: 220 + + + ==> ATOM PARAMETERS: + + Name x sx y sy z sz B sB occ. socc. Mult + Tb 0.50000( 0) 0.50000( 0) 0.50000( 0) 0.000( 0) 0.333( 0) 16 + Ti 0.00000( 0) 0.00000( 0) 0.00000( 0) 0.000( 0) 0.333( 0) 16 + O1 0.32804( 0) 0.12500( 0) 0.12500( 0) 0.000( 0) 1.000( 0) 48 + O2 0.37500( 0) 0.37500( 0) 0.37500( 0) 0.000( 0) 0.167( 0) 8 ==> SCALE, EXTINCTION, CELL PARAMETERS FOR PATTERN# 1 @@ -64,7 +98,7 @@ => Scale factors ( 1: 6): - 0.375170 0.002476 + 0.260900 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 @@ -73,7 +107,7 @@ => Extinction parameters: - 0.183394 0.005507 + 0.082080 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 @@ -82,20 +116,20 @@ 0.000000 0.000000 - => Global user-weigthed Chi2 (Bragg contrib.): 1.43 + => Global user-weigthed Chi2 (Bragg contrib.): 110. ----------------------------------------------------- R-Factors and Chi2 for Integrated Intensity Pattern # 1 ----------------------------------------------------- => Phase: 1 - => RF2 -factor : 2.72 - => RF2w-factor : 3.01 - => RF -factor : 2.81 - => Chi2(Intens): 1.43 + => RF2 -factor : 24.6 + => RF2w-factor : 26.8 + => RF -factor : 15.2 + => Chi2(Intens): 110. => N_eff Reflect.: 220 with I > 0.00 sigma - CPU Time: 0.219 seconds - 0.004 minutes + CPU Time: 0.188 seconds + 0.003 minutes - => Run finished at: Date: 10/06/2026 Time: 20:22:33.546 + => Run finished at: Date: 19/06/2026 Time: 08:16:36.048 diff --git a/docs/docs/verification/index.md b/docs/docs/verification/index.md index d00e54895..683229624 100644 --- a/docs/docs/verification/index.md +++ b/docs/docs/verification/index.md @@ -44,18 +44,25 @@ inside the notebook. - [pd-neut-cwl Y2O3 isotropic ADPs](pd-neut-cwl_Y2O3_isotropic-adp.ipynb) – verifies the isotropic-ADP _baseline_. - [pd-neut-cwl Y2O3 beta ADPs](pd-neut-cwl_Y2O3_beta-adp.ipynb) – - verifies **beta-tensor anisotropic ADPs**... + verifies **beta-tensor anisotropic ADPs**. ## Powder, Neutron, Time-Of-Flight +### Fe + +- [pd-neut-tof Fe pseudo-Voigt profile](pd-neut-tof_Fe_pseudo-voigt.ipynb) + – verifies the _baseline_ non-convoluted pseudo-Voigt profile. + +### Si + - [pd-neut-tof Si Jorgensen profile](pd-neut-tof_Si_jorgensen.ipynb) – verifies the **Jorgensen back-to-back exponential** profile. - [pd-neut-tof Si Jorgensen-Von Dreele profile](pd-neut-tof_Si_jorgensen-von-dreele.ipynb) - – verifies the **Jorgensen-Von Dreele pseudo-Voigt** ... with - Lorentzian terms. + – verifies the **Jorgensen-Von Dreele pseudo-Voigt** profile with + Lorentzian broadening terms. - [pd-neut-tof NCAF Jorgensen-Von Dreele profile](pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb) - – verifies the **Jorgensen-Von Dreele pseudo-Voigt** ... without - Lorentzian terms. + – verifies the **Jorgensen-Von Dreele pseudo-Voigt** profile without + Lorentzian broadening terms. ## Powder, X-Ray, Constant Wavelength @@ -98,11 +105,13 @@ inside the notebook. ### Pr2NiO4 - [sc-neut-cwl Pr2NiO4 basic](sc-neut-cwl_Pr2NiO4_basic.ipynb) – - verifies calculated F2 values with anisotropic ADPs. + verifies calculated F2 values with **anisotropic ADPs**. ### Tb2Ti2O7 - [sc-neut-cwl Tb2Ti2O7 basic](sc-neut-cwl_Tb2Ti2O7_basic.ipynb) – - verifies no-extinction calculated F2 values with anisotropic ADPs. + verifies the _baseline_ with isotropic ADPs. - [sc-neut-cwl Tb2Ti2O7 isotropic extinction](sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb) - – verifies the isotropic extinction model. + – verifies the **isotropic extinction** model. +- [sc-neut-cwl Tb2Ti2O7 anisotropic ADPs](sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.ipynb) + – verifies **beta-tensor anisotropic ADPs**. diff --git a/docs/docs/verification/pd-neut-tof_Fe_pseudo-voigt.ipynb b/docs/docs/verification/pd-neut-tof_Fe_pseudo-voigt.ipynb new file mode 100644 index 000000000..d115a7c58 --- /dev/null +++ b/docs/docs/verification/pd-neut-tof_Fe_pseudo-voigt.ipynb @@ -0,0 +1,281 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "0", + "metadata": { + "tags": [ + "hide-in-docs" + ] + }, + "outputs": [], + "source": [ + "# Check whether easydiffraction is installed; install it if needed.\n", + "# Required for remote environments such as Google Colab.\n", + "import importlib.util\n", + "\n", + "if importlib.util.find_spec('easydiffraction') is None:\n", + " %pip install easydiffraction" + ] + }, + { + "cell_type": "markdown", + "id": "1", + "metadata": {}, + "source": [ + "# Fe - powder neutron TOF - pseudo-Voigt profile\n", + "\n", + "Verifies the simple non-convoluted pseudo-Voigt time-of-flight peak\n", + "profile on a one-phase Fe ferrite reference simplified from the BEER\n", + "instrument simulation/fitting tutorial." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "2", + "metadata": {}, + "outputs": [], + "source": [ + "import easydiffraction as edi\n", + "from easydiffraction import ExperimentFactory\n", + "from easydiffraction import StructureFactory\n", + "from easydiffraction.analysis import verification as verify" + ] + }, + { + "cell_type": "markdown", + "id": "3", + "metadata": {}, + "source": [ + "## Build the project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "4", + "metadata": {}, + "outputs": [], + "source": [ + "project = edi.Project()" + ] + }, + { + "cell_type": "markdown", + "id": "5", + "metadata": {}, + "source": [ + "## Define the structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "6", + "metadata": {}, + "outputs": [], + "source": [ + "structure = StructureFactory.from_scratch(name='fe')\n", + "structure.space_group.name_h_m = 'I m -3 m' # FullProf Space group symbol\n", + "structure.cell.length_a = 2.886 # FullProf a\n", + "structure.atom_sites.create(\n", + " id='Fe', # FullProf Atom\n", + " type_symbol='Fe', # FullProf Typ\n", + " fract_x=0.0, # FullProf X\n", + " fract_y=0.0, # FullProf Y\n", + " fract_z=0.0, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=1.71513, # FullProf Biso\n", + ")\n", + "\n", + "project.structures.add(structure)" + ] + }, + { + "cell_type": "markdown", + "id": "7", + "metadata": {}, + "source": [ + "## Load the FullProf reference" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "8", + "metadata": {}, + "outputs": [], + "source": [ + "FULLPROF_PROJECT_DIR = 'pd-neut-tof_fe_pseudo-voigt'\n", + "FULLPROF_PRF_FILE = 'fe_1.prf'\n", + "FULLPROF_SUM_FILE = 'fe.sum'\n", + "FULLPROF_BAC_FILE = 'fe_1.bac'\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE)\n", + "\n", + "FULLPROF_ZERO = -10.29183 # FullProf Zero\n", + "FULLPROF_SCALE = 401.4629 # FullProf Scale\n", + "FULLPROF_TWOTHETA_BANK = 90.0 # FullProf 2ThetaBank\n", + "FULLPROF_DTT1 = 54902.18750 # FullProf Dtt1\n", + "FULLPROF_DTT2 = 0.0 # FullProf Dtt2\n", + "FULLPROF_SIGMA_0 = 893.6397 # FullProf Sigma-0\n", + "FULLPROF_SIGMA_1 = 1283.6387 # FullProf Sigma-1\n", + "FULLPROF_SIGMA_2 = 311.7041 # FullProf Sigma-2\n", + "FULLPROF_GAMMA_0 = 5.0330 # FullProf Gamma-0\n", + "FULLPROF_GAMMA_1 = 0.0 # FullProf Gamma-1\n", + "FULLPROF_GAMMA_2 = 0.0 # FullProf Gamma-2\n", + "\n", + "x, calc_fullprof = verify.load_fullprof_calc_profile(\n", + " FULLPROF_PROJECT_DIR,\n", + " FULLPROF_PRF_FILE,\n", + " FULLPROF_BAC_FILE,\n", + " FULLPROF_ZERO,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "9", + "metadata": {}, + "source": [ + "## Create the experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "10", + "metadata": {}, + "outputs": [], + "source": [ + "experiment = ExperimentFactory.from_scratch(\n", + " name='fe',\n", + " sample_form='powder',\n", + " beam_mode='time-of-flight',\n", + " radiation_probe='neutron',\n", + " scattering_type='bragg',\n", + ")\n", + "verify.set_reference_as_measured(experiment, x, calc_fullprof)\n", + "\n", + "experiment.linked_structures.create(structure_id='fe', scale=FULLPROF_SCALE)\n", + "\n", + "experiment.instrument.setup_twotheta_bank = FULLPROF_TWOTHETA_BANK\n", + "experiment.instrument.calib_d_to_tof_offset = FULLPROF_ZERO\n", + "experiment.instrument.calib_d_to_tof_linear = FULLPROF_DTT1\n", + "experiment.instrument.calib_d_to_tof_quadratic = FULLPROF_DTT2\n", + "\n", + "experiment.peak.type = 'pseudo-voigt'\n", + "experiment.peak.broad_gauss_sigma_0 = FULLPROF_SIGMA_0\n", + "experiment.peak.broad_gauss_sigma_1 = FULLPROF_SIGMA_1\n", + "experiment.peak.broad_gauss_sigma_2 = FULLPROF_SIGMA_2\n", + "experiment.peak.broad_lorentz_gamma_0 = FULLPROF_GAMMA_0\n", + "experiment.peak.broad_lorentz_gamma_1 = FULLPROF_GAMMA_1\n", + "experiment.peak.broad_lorentz_gamma_2 = FULLPROF_GAMMA_2\n", + "\n", + "experiment.excluded_regions.create(id='1', start=0.0, end=40000.0)\n", + "experiment.excluded_regions.create(id='2', start=130000.0, end=180000.0)\n", + "\n", + "project.experiments.add(experiment)" + ] + }, + { + "cell_type": "markdown", + "id": "11", + "metadata": {}, + "source": [ + "## edi-cryspy VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "12", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'cryspy'\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'fe',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "13", + "metadata": {}, + "source": [ + "## Fit edi-cryspy to FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "14", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.linked_structures['fe'].scale.free = True\n", + "\n", + "project.analysis.fit()\n", + "project.display.fit.results()\n", + "\n", + "project.analysis.calculate()\n", + "calc_ed_cryspy_refined = experiment.data.intensity_calc\n", + "LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='scale only')\n", + "\n", + "project.display.pattern_comparison(\n", + " 'fe',\n", + " reference=calc_fullprof,\n", + " candidate=calc_ed_cryspy_refined,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY_REFINED,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "15", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "16", + "metadata": {}, + "outputs": [], + "source": [ + "verify.assert_patterns_agree(\n", + " [\n", + " (\n", + " f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}',\n", + " verify.restrict_to_included(experiment, calc_fullprof),\n", + " calc_ed_cryspy_refined,\n", + " ),\n", + " ],\n", + ")" + ] + } + ], + "metadata": { + "jupytext": { + "cell_metadata_filter": "-all", + "main_language": "python", + "notebook_metadata_filter": "-all" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/docs/docs/verification/pd-neut-tof_Fe_pseudo-voigt.py b/docs/docs/verification/pd-neut-tof_Fe_pseudo-voigt.py new file mode 100644 index 000000000..812e1d224 --- /dev/null +++ b/docs/docs/verification/pd-neut-tof_Fe_pseudo-voigt.py @@ -0,0 +1,152 @@ +# %% [markdown] +# # Fe - powder neutron TOF - pseudo-Voigt profile +# +# Verifies the simple non-convoluted pseudo-Voigt time-of-flight peak +# profile on a one-phase Fe ferrite reference simplified from the BEER +# instrument simulation/fitting tutorial. + +# %% +import easydiffraction as edi +from easydiffraction import ExperimentFactory +from easydiffraction import StructureFactory +from easydiffraction.analysis import verification as verify + +# %% [markdown] +# ## Build the project + +# %% +project = edi.Project() + +# %% [markdown] +# ## Define the structure + +# %% +structure = StructureFactory.from_scratch(name='fe') +structure.space_group.name_h_m = 'I m -3 m' # FullProf Space group symbol +structure.cell.length_a = 2.886 # FullProf a +structure.atom_sites.create( + id='Fe', # FullProf Atom + type_symbol='Fe', # FullProf Typ + fract_x=0.0, # FullProf X + fract_y=0.0, # FullProf Y + fract_z=0.0, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=1.71513, # FullProf Biso +) + +project.structures.add(structure) + +# %% [markdown] +# ## Load the FullProf reference + +# %% +FULLPROF_PROJECT_DIR = 'pd-neut-tof_fe_pseudo-voigt' +FULLPROF_PRF_FILE = 'fe_1.prf' +FULLPROF_SUM_FILE = 'fe.sum' +FULLPROF_BAC_FILE = 'fe_1.bac' +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_SUM_FILE) + +FULLPROF_ZERO = -10.29183 # FullProf Zero +FULLPROF_SCALE = 401.4629 # FullProf Scale +FULLPROF_TWOTHETA_BANK = 90.0 # FullProf 2ThetaBank +FULLPROF_DTT1 = 54902.18750 # FullProf Dtt1 +FULLPROF_DTT2 = 0.0 # FullProf Dtt2 +FULLPROF_SIGMA_0 = 893.6397 # FullProf Sigma-0 +FULLPROF_SIGMA_1 = 1283.6387 # FullProf Sigma-1 +FULLPROF_SIGMA_2 = 311.7041 # FullProf Sigma-2 +FULLPROF_GAMMA_0 = 5.0330 # FullProf Gamma-0 +FULLPROF_GAMMA_1 = 0.0 # FullProf Gamma-1 +FULLPROF_GAMMA_2 = 0.0 # FullProf Gamma-2 + +x, calc_fullprof = verify.load_fullprof_calc_profile( + FULLPROF_PROJECT_DIR, + FULLPROF_PRF_FILE, + FULLPROF_BAC_FILE, + FULLPROF_ZERO, +) + +# %% [markdown] +# ## Create the experiment + +# %% +experiment = ExperimentFactory.from_scratch( + name='fe', + sample_form='powder', + beam_mode='time-of-flight', + radiation_probe='neutron', + scattering_type='bragg', +) +verify.set_reference_as_measured(experiment, x, calc_fullprof) + +experiment.linked_structures.create(structure_id='fe', scale=FULLPROF_SCALE) + +experiment.instrument.setup_twotheta_bank = FULLPROF_TWOTHETA_BANK +experiment.instrument.calib_d_to_tof_offset = FULLPROF_ZERO +experiment.instrument.calib_d_to_tof_linear = FULLPROF_DTT1 +experiment.instrument.calib_d_to_tof_quadratic = FULLPROF_DTT2 + +experiment.peak.type = 'pseudo-voigt' +experiment.peak.broad_gauss_sigma_0 = FULLPROF_SIGMA_0 +experiment.peak.broad_gauss_sigma_1 = FULLPROF_SIGMA_1 +experiment.peak.broad_gauss_sigma_2 = FULLPROF_SIGMA_2 +experiment.peak.broad_lorentz_gamma_0 = FULLPROF_GAMMA_0 +experiment.peak.broad_lorentz_gamma_1 = FULLPROF_GAMMA_1 +experiment.peak.broad_lorentz_gamma_2 = FULLPROF_GAMMA_2 + +experiment.excluded_regions.create(id='1', start=0.0, end=40000.0) +experiment.excluded_regions.create(id='2', start=130000.0, end=180000.0) + +project.experiments.add(experiment) + +# %% [markdown] +# ## edi-cryspy VS FullProf + +# %% +experiment.calculator.type = 'cryspy' + +project.analysis.calculate() +calc_ed_cryspy = experiment.data.intensity_calc +LABEL_ED_CRYSPY = verify.engine_label('cryspy') + +project.display.pattern_comparison( + 'fe', + reference=calc_fullprof, + candidate=calc_ed_cryspy, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY, +) + +# %% [markdown] +# ## Fit edi-cryspy to FullProf + +# %% +experiment.linked_structures['fe'].scale.free = True + +project.analysis.fit() +project.display.fit.results() + +project.analysis.calculate() +calc_ed_cryspy_refined = experiment.data.intensity_calc +LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='scale only') + +project.display.pattern_comparison( + 'fe', + reference=calc_fullprof, + candidate=calc_ed_cryspy_refined, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY_REFINED, +) + +# %% [markdown] +# ## Agreement check + +# %% +verify.assert_patterns_agree( + [ + ( + f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', + verify.restrict_to_included(experiment, calc_fullprof), + calc_ed_cryspy_refined, + ), + ], +) diff --git a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.ipynb b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.ipynb new file mode 100644 index 000000000..41e2193e3 --- /dev/null +++ b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.ipynb @@ -0,0 +1,307 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "0", + "metadata": { + "tags": [ + "hide-in-docs" + ] + }, + "outputs": [], + "source": [ + "# Check whether easydiffraction is installed; install it if needed.\n", + "# Required for remote environments such as Google Colab.\n", + "import importlib.util\n", + "\n", + "if importlib.util.find_spec('easydiffraction') is None:\n", + " %pip install easydiffraction" + ] + }, + { + "cell_type": "markdown", + "id": "1", + "metadata": {}, + "source": [ + "# Tb2Ti2O7 - single-crystal neutron CW - anisotropic ADPs\n", + "\n", + "Verifies calculated F2 values for a no-extinction neutron\n", + "single-crystal reference with anisotropic ADPs." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "2", + "metadata": {}, + "outputs": [], + "source": [ + "import easydiffraction as edi\n", + "from easydiffraction import ExperimentFactory\n", + "from easydiffraction import StructureFactory\n", + "from easydiffraction.analysis import verification as verify" + ] + }, + { + "cell_type": "markdown", + "id": "3", + "metadata": {}, + "source": [ + "## Build the project" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "4", + "metadata": {}, + "outputs": [], + "source": [ + "project = edi.Project()" + ] + }, + { + "cell_type": "markdown", + "id": "5", + "metadata": {}, + "source": [ + "## Define the structure" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "6", + "metadata": {}, + "outputs": [], + "source": [ + "structure = StructureFactory.from_scratch(name='tbti')\n", + "\n", + "structure.space_group.name_h_m = 'F d -3 m' # FullProf Space group symbol\n", + "\n", + "structure.cell.length_a = 10.130 # FullProf a\n", + "\n", + "# Anisotropic sites carry the FullProf beta tensor directly: ``adp_type``\n", + "# is set to ``'beta'`` and the dimensionless beta components are assigned\n", + "# verbatim. F d -3 m is cubic, so site symmetry links the remaining beta\n", + "# components and only the independent ones are set. FullProf occupancy is\n", + "# the site multiplicity over the general multiplicity; CIF/EasyDiffraction\n", + "# use 1.0 for a fully occupied site.\n", + "structure.atom_sites.create(\n", + " id='Tb', # FullProf Atom\n", + " type_symbol='Tb', # FullProf Typ\n", + " fract_x=0.5, # FullProf X\n", + " fract_y=0.5, # FullProf Y\n", + " fract_z=0.5, # FullProf Z\n", + " adp_type='beta', # FullProf beta tensor\n", + ")\n", + "aniso = structure.atom_site_aniso['Tb']\n", + "aniso.adp_11 = 0.00098991673 # FullProf beta11\n", + "aniso.adp_12 = -0.00047650724 # FullProf beta12\n", + "\n", + "structure.atom_sites.create(\n", + " id='Ti', # FullProf Atom\n", + " type_symbol='Ti', # FullProf Typ\n", + " fract_x=0.0, # FullProf X\n", + " fract_y=0.0, # FullProf Y\n", + " fract_z=0.0, # FullProf Z\n", + " adp_type='beta', # FullProf beta tensor\n", + ")\n", + "aniso = structure.atom_site_aniso['Ti']\n", + "aniso.adp_11 = 0.00090989727 # FullProf beta11\n", + "aniso.adp_12 = -0.00016990340 # FullProf beta12\n", + "\n", + "structure.atom_sites.create(\n", + " id='O1', # FullProf Atom\n", + " type_symbol='O', # FullProf Typ\n", + " fract_x=0.32804, # FullProf X\n", + " fract_y=0.125, # FullProf Y\n", + " fract_z=0.125, # FullProf Z\n", + " adp_type='beta', # FullProf beta tensor\n", + ")\n", + "aniso = structure.atom_site_aniso['O1']\n", + "aniso.adp_11 = 0.0012294180 # FullProf beta11\n", + "aniso.adp_22 = 0.00078215479 # FullProf beta22\n", + "aniso.adp_23 = 0.00041246481 # FullProf beta23\n", + "\n", + "structure.atom_sites.create(\n", + " id='O2', # FullProf Atom\n", + " type_symbol='O', # FullProf Typ\n", + " fract_x=0.375, # FullProf X\n", + " fract_y=0.375, # FullProf Y\n", + " fract_z=0.375, # FullProf Z\n", + " adp_type='beta', # FullProf beta tensor\n", + ")\n", + "aniso = structure.atom_site_aniso['O2']\n", + "aniso.adp_11 = 0.00060762477 # FullProf beta11\n", + "\n", + "project.structures.add(structure)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "7", + "metadata": {}, + "outputs": [], + "source": [ + "structure.show_as_text()" + ] + }, + { + "cell_type": "markdown", + "id": "8", + "metadata": {}, + "source": [ + "## Load the FullProf reference" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "9", + "metadata": {}, + "outputs": [], + "source": [ + "FULLPROF_PROJECT_DIR = 'sc-neut-cwl_tbti_anisotropic-adp'\n", + "FULLPROF_OUT_FILE = 'tbti.out'\n", + "FULLPROF_SCALE = 0.28749475 # FullProf Scale\n", + "FULLPROF_WAVELENGTH = 0.7930 # FullProf Lambda\n", + "\n", + "f2calc = verify.load_fullprof_sc_f2calc(FULLPROF_PROJECT_DIR, FULLPROF_OUT_FILE)\n", + "FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_OUT_FILE)" + ] + }, + { + "cell_type": "markdown", + "id": "10", + "metadata": {}, + "source": [ + "## Create the experiment" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "11", + "metadata": {}, + "outputs": [], + "source": [ + "experiment = ExperimentFactory.from_scratch(\n", + " name='tbti',\n", + " sample_form='single crystal',\n", + " beam_mode='constant wavelength',\n", + " radiation_probe='neutron',\n", + " scattering_type='bragg',\n", + ")\n", + "\n", + "experiment.linked_structure.structure_id = 'tbti'\n", + "experiment.linked_structure.scale = FULLPROF_SCALE\n", + "experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH\n", + "\n", + "verify.set_reference_reflections(experiment, f2calc)\n", + "\n", + "project.experiments.add(experiment)" + ] + }, + { + "cell_type": "markdown", + "id": "12", + "metadata": {}, + "source": [ + "## edi-cryspy VS FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "13", + "metadata": {}, + "outputs": [], + "source": [ + "calc_ed_cryspy = verify.calculate_reflections(project, experiment, 'cryspy')\n", + "LABEL_ED_CRYSPY = verify.engine_label('cryspy')\n", + "reference, candidate = verify.align_reflections(f2calc, calc_ed_cryspy)\n", + "\n", + "project.display.reflection_comparison(\n", + " 'tbti',\n", + " reference=reference,\n", + " candidate=candidate,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "14", + "metadata": {}, + "source": [ + "## Fit edi-cryspy to FullProf" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "15", + "metadata": {}, + "outputs": [], + "source": [ + "experiment.calculator.type = 'cryspy'\n", + "\n", + "experiment.linked_structure.scale.free = True\n", + "\n", + "project.analysis.fit()\n", + "project.display.fit.results()\n", + "\n", + "calc_ed_cryspy_refined = verify.calculate_reflections(project, experiment, 'cryspy')\n", + "LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='scale only')\n", + "reference_refined, candidate_refined = verify.align_reflections(f2calc, calc_ed_cryspy_refined)\n", + "\n", + "project.display.reflection_comparison(\n", + " 'tbti',\n", + " reference=reference_refined,\n", + " candidate=candidate_refined,\n", + " reference_label=FULLPROF_LABEL,\n", + " candidate_label=LABEL_ED_CRYSPY_REFINED,\n", + ")\n", + "\n", + "verify.report_refinement_closeness(\n", + " reference,\n", + " candidate,\n", + " candidate_refined,\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "16", + "metadata": {}, + "source": [ + "## Agreement check" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "17", + "metadata": {}, + "outputs": [], + "source": [ + "verify.assert_patterns_agree([\n", + " (f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', reference_refined, candidate_refined),\n", + "])" + ] + } + ], + "metadata": { + "jupytext": { + "cell_metadata_filter": "-all", + "main_language": "python", + "notebook_metadata_filter": "-all" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.py b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.py new file mode 100644 index 000000000..73d8d9c6a --- /dev/null +++ b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.py @@ -0,0 +1,171 @@ +# %% [markdown] +# # Tb2Ti2O7 - single-crystal neutron CW - anisotropic ADPs +# +# Verifies calculated F2 values for a no-extinction neutron +# single-crystal reference with anisotropic ADPs. + +# %% +import easydiffraction as edi +from easydiffraction import ExperimentFactory +from easydiffraction import StructureFactory +from easydiffraction.analysis import verification as verify + +# %% [markdown] +# ## Build the project + +# %% +project = edi.Project() + +# %% [markdown] +# ## Define the structure + +# %% +structure = StructureFactory.from_scratch(name='tbti') + +structure.space_group.name_h_m = 'F d -3 m' # FullProf Space group symbol + +structure.cell.length_a = 10.130 # FullProf a + +# Anisotropic sites carry the FullProf beta tensor directly: ``adp_type`` +# is set to ``'beta'`` and the dimensionless beta components are assigned +# verbatim. F d -3 m is cubic, so site symmetry links the remaining beta +# components and only the independent ones are set. FullProf occupancy is +# the site multiplicity over the general multiplicity; CIF/EasyDiffraction +# use 1.0 for a fully occupied site. +structure.atom_sites.create( + id='Tb', # FullProf Atom + type_symbol='Tb', # FullProf Typ + fract_x=0.5, # FullProf X + fract_y=0.5, # FullProf Y + fract_z=0.5, # FullProf Z + adp_type='beta', # FullProf beta tensor +) +aniso = structure.atom_site_aniso['Tb'] +aniso.adp_11 = 0.00098991673 # FullProf beta11 +aniso.adp_12 = -0.00047650724 # FullProf beta12 + +structure.atom_sites.create( + id='Ti', # FullProf Atom + type_symbol='Ti', # FullProf Typ + fract_x=0.0, # FullProf X + fract_y=0.0, # FullProf Y + fract_z=0.0, # FullProf Z + adp_type='beta', # FullProf beta tensor +) +aniso = structure.atom_site_aniso['Ti'] +aniso.adp_11 = 0.00090989727 # FullProf beta11 +aniso.adp_12 = -0.00016990340 # FullProf beta12 + +structure.atom_sites.create( + id='O1', # FullProf Atom + type_symbol='O', # FullProf Typ + fract_x=0.32804, # FullProf X + fract_y=0.125, # FullProf Y + fract_z=0.125, # FullProf Z + adp_type='beta', # FullProf beta tensor +) +aniso = structure.atom_site_aniso['O1'] +aniso.adp_11 = 0.0012294180 # FullProf beta11 +aniso.adp_22 = 0.00078215479 # FullProf beta22 +aniso.adp_23 = 0.00041246481 # FullProf beta23 + +structure.atom_sites.create( + id='O2', # FullProf Atom + type_symbol='O', # FullProf Typ + fract_x=0.375, # FullProf X + fract_y=0.375, # FullProf Y + fract_z=0.375, # FullProf Z + adp_type='beta', # FullProf beta tensor +) +aniso = structure.atom_site_aniso['O2'] +aniso.adp_11 = 0.00060762477 # FullProf beta11 + +project.structures.add(structure) + +# %% +structure.show_as_text() + +# %% [markdown] +# ## Load the FullProf reference + +# %% +FULLPROF_PROJECT_DIR = 'sc-neut-cwl_tbti_anisotropic-adp' +FULLPROF_OUT_FILE = 'tbti.out' +FULLPROF_SCALE = 0.28749475 # FullProf Scale +FULLPROF_WAVELENGTH = 0.7930 # FullProf Lambda + +f2calc = verify.load_fullprof_sc_f2calc(FULLPROF_PROJECT_DIR, FULLPROF_OUT_FILE) +FULLPROF_LABEL = verify.fullprof_label(FULLPROF_PROJECT_DIR, FULLPROF_OUT_FILE) + +# %% [markdown] +# ## Create the experiment + +# %% +experiment = ExperimentFactory.from_scratch( + name='tbti', + sample_form='single crystal', + beam_mode='constant wavelength', + radiation_probe='neutron', + scattering_type='bragg', +) + +experiment.linked_structure.structure_id = 'tbti' +experiment.linked_structure.scale = FULLPROF_SCALE +experiment.instrument.setup_wavelength = FULLPROF_WAVELENGTH + +verify.set_reference_reflections(experiment, f2calc) + +project.experiments.add(experiment) + +# %% [markdown] +# ## edi-cryspy VS FullProf + +# %% +calc_ed_cryspy = verify.calculate_reflections(project, experiment, 'cryspy') +LABEL_ED_CRYSPY = verify.engine_label('cryspy') +reference, candidate = verify.align_reflections(f2calc, calc_ed_cryspy) + +project.display.reflection_comparison( + 'tbti', + reference=reference, + candidate=candidate, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY, +) + +# %% [markdown] +# ## Fit edi-cryspy to FullProf + +# %% +experiment.calculator.type = 'cryspy' + +experiment.linked_structure.scale.free = True + +project.analysis.fit() +project.display.fit.results() + +calc_ed_cryspy_refined = verify.calculate_reflections(project, experiment, 'cryspy') +LABEL_ED_CRYSPY_REFINED = verify.engine_label('cryspy', note='scale only') +reference_refined, candidate_refined = verify.align_reflections(f2calc, calc_ed_cryspy_refined) + +project.display.reflection_comparison( + 'tbti', + reference=reference_refined, + candidate=candidate_refined, + reference_label=FULLPROF_LABEL, + candidate_label=LABEL_ED_CRYSPY_REFINED, +) + +verify.report_refinement_closeness( + reference, + candidate, + candidate_refined, +) + +# %% [markdown] +# ## Agreement check + +# %% +verify.assert_patterns_agree([ + (f'{LABEL_ED_CRYSPY_REFINED} vs {FULLPROF_LABEL}', reference_refined, candidate_refined), +]) diff --git a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.ipynb b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.ipynb index dd474da33..945bd252a 100644 --- a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.ipynb +++ b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.ipynb @@ -24,10 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# Tb₂Ti₂O₇ — single-crystal neutron CW — basic\n", + "# Tb2Ti2O7 - single-crystal neutron CW - basic\n", "\n", - "Verifies calculated F² values for a no-extinction neutron\n", - "single-crystal reference with anisotropic ADPs." + "Verifies calculated F2 values for a no-extinction neutron\n", + "single-crystal baseline with isotropic ADPs." ] }, { @@ -82,59 +82,42 @@ "\n", "structure.cell.length_a = 10.130 # FullProf a\n", "\n", - "# Anisotropic sites carry the FullProf β tensor directly: ``adp_type`` is\n", - "# set to ``'beta'`` and the dimensionless β components are assigned\n", - "# verbatim. F d -3 m is cubic, so site symmetry links the remaining β\n", - "# components and only the independent ones are set. FullProf occupancy is\n", - "# the site multiplicity over the general multiplicity; CIF/EasyDiffraction\n", - "# use 1.0 for a fully occupied site.\n", "structure.atom_sites.create(\n", " id='Tb', # FullProf Atom\n", " type_symbol='Tb', # FullProf Typ\n", " fract_x=0.5, # FullProf X\n", " fract_y=0.5, # FullProf Y\n", " fract_z=0.5, # FullProf Z\n", - " adp_type='beta', # FullProf beta tensor\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.0, # FullProf Biso\n", ")\n", - "aniso = structure.atom_site_aniso['Tb']\n", - "aniso.adp_11 = 0.00098991673 # FullProf beta11\n", - "aniso.adp_12 = -0.00047650724 # FullProf beta12\n", - "\n", "structure.atom_sites.create(\n", " id='Ti', # FullProf Atom\n", " type_symbol='Ti', # FullProf Typ\n", - " fract_x=0, # FullProf X\n", - " fract_y=0, # FullProf Y\n", - " fract_z=0, # FullProf Z\n", - " adp_type='beta', # FullProf beta tensor\n", + " fract_x=0.0, # FullProf X\n", + " fract_y=0.0, # FullProf Y\n", + " fract_z=0.0, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.0, # FullProf Biso\n", ")\n", - "aniso = structure.atom_site_aniso['Ti']\n", - "aniso.adp_11 = 0.00090989727 # FullProf beta11\n", - "aniso.adp_12 = -0.00016990340 # FullProf beta12\n", - "\n", "structure.atom_sites.create(\n", " id='O1', # FullProf Atom\n", " type_symbol='O', # FullProf Typ\n", " fract_x=0.32804, # FullProf X\n", " fract_y=0.125, # FullProf Y\n", " fract_z=0.125, # FullProf Z\n", - " adp_type='beta', # FullProf beta tensor\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.0, # FullProf Biso\n", ")\n", - "aniso = structure.atom_site_aniso['O1']\n", - "aniso.adp_11 = 0.0012294180 # FullProf beta11\n", - "aniso.adp_22 = 0.00078215479 # FullProf beta22\n", - "aniso.adp_23 = 0.00041246481 # FullProf beta23\n", - "\n", "structure.atom_sites.create(\n", " id='O2', # FullProf Atom\n", " type_symbol='O', # FullProf Typ\n", " fract_x=0.375, # FullProf X\n", " fract_y=0.375, # FullProf Y\n", " fract_z=0.375, # FullProf Z\n", - " adp_type='beta', # FullProf beta tensor\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.0, # FullProf Biso\n", ")\n", - "aniso = structure.atom_site_aniso['O2']\n", - "aniso.adp_11 = 0.00060762477 # FullProf beta11\n", "\n", "project.structures.add(structure)" ] @@ -166,7 +149,7 @@ "source": [ "FULLPROF_PROJECT_DIR = 'sc-neut-cwl_tbti_basic'\n", "FULLPROF_OUT_FILE = 'tbti.out'\n", - "FULLPROF_SCALE = 0.28749475 # FullProf Scale\n", + "FULLPROF_SCALE = 0.2283 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 0.7930 # FullProf Lambda\n", "\n", "f2calc = verify.load_fullprof_sc_f2calc(FULLPROF_PROJECT_DIR, FULLPROF_OUT_FILE)\n", diff --git a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.py b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.py index 709911a63..6481bf418 100644 --- a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.py +++ b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.py @@ -1,8 +1,8 @@ # %% [markdown] -# # Tb₂Ti₂O₇ — single-crystal neutron CW — basic +# # Tb2Ti2O7 - single-crystal neutron CW - basic # -# Verifies calculated F² values for a no-extinction neutron -# single-crystal reference with anisotropic ADPs. +# Verifies calculated F2 values for a no-extinction neutron +# single-crystal baseline with isotropic ADPs. # %% import easydiffraction as edi @@ -26,59 +26,42 @@ structure.cell.length_a = 10.130 # FullProf a -# Anisotropic sites carry the FullProf β tensor directly: ``adp_type`` is -# set to ``'beta'`` and the dimensionless β components are assigned -# verbatim. F d -3 m is cubic, so site symmetry links the remaining β -# components and only the independent ones are set. FullProf occupancy is -# the site multiplicity over the general multiplicity; CIF/EasyDiffraction -# use 1.0 for a fully occupied site. structure.atom_sites.create( id='Tb', # FullProf Atom type_symbol='Tb', # FullProf Typ fract_x=0.5, # FullProf X fract_y=0.5, # FullProf Y fract_z=0.5, # FullProf Z - adp_type='beta', # FullProf beta tensor + adp_type='Biso', # FullProf Biso + adp_iso=0.0, # FullProf Biso ) -aniso = structure.atom_site_aniso['Tb'] -aniso.adp_11 = 0.00098991673 # FullProf beta11 -aniso.adp_12 = -0.00047650724 # FullProf beta12 - structure.atom_sites.create( id='Ti', # FullProf Atom type_symbol='Ti', # FullProf Typ - fract_x=0, # FullProf X - fract_y=0, # FullProf Y - fract_z=0, # FullProf Z - adp_type='beta', # FullProf beta tensor + fract_x=0.0, # FullProf X + fract_y=0.0, # FullProf Y + fract_z=0.0, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=0.0, # FullProf Biso ) -aniso = structure.atom_site_aniso['Ti'] -aniso.adp_11 = 0.00090989727 # FullProf beta11 -aniso.adp_12 = -0.00016990340 # FullProf beta12 - structure.atom_sites.create( id='O1', # FullProf Atom type_symbol='O', # FullProf Typ fract_x=0.32804, # FullProf X fract_y=0.125, # FullProf Y fract_z=0.125, # FullProf Z - adp_type='beta', # FullProf beta tensor + adp_type='Biso', # FullProf Biso + adp_iso=0.0, # FullProf Biso ) -aniso = structure.atom_site_aniso['O1'] -aniso.adp_11 = 0.0012294180 # FullProf beta11 -aniso.adp_22 = 0.00078215479 # FullProf beta22 -aniso.adp_23 = 0.00041246481 # FullProf beta23 - structure.atom_sites.create( id='O2', # FullProf Atom type_symbol='O', # FullProf Typ fract_x=0.375, # FullProf X fract_y=0.375, # FullProf Y fract_z=0.375, # FullProf Z - adp_type='beta', # FullProf beta tensor + adp_type='Biso', # FullProf Biso + adp_iso=0.0, # FullProf Biso ) -aniso = structure.atom_site_aniso['O2'] -aniso.adp_11 = 0.00060762477 # FullProf beta11 project.structures.add(structure) @@ -91,7 +74,7 @@ # %% FULLPROF_PROJECT_DIR = 'sc-neut-cwl_tbti_basic' FULLPROF_OUT_FILE = 'tbti.out' -FULLPROF_SCALE = 0.28749475 # FullProf Scale +FULLPROF_SCALE = 0.2283 # FullProf Scale FULLPROF_WAVELENGTH = 0.7930 # FullProf Lambda f2calc = verify.load_fullprof_sc_f2calc(FULLPROF_PROJECT_DIR, FULLPROF_OUT_FILE) diff --git a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb index 3366f5e17..2227776dc 100644 --- a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb +++ b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb @@ -24,10 +24,10 @@ "id": "1", "metadata": {}, "source": [ - "# Tb₂Ti₂O₇ — single-crystal neutron CW — isotropic extinction\n", + "# Tb2Ti2O7 - single-crystal neutron CW - isotropic extinction\n", "\n", - "Verifies the cryspy isotropic extinction model against the FullProf\n", - "single-crystal reference." + "Verifies the cryspy isotropic extinction model against a FullProf\n", + "single-crystal reference with isotropic ADPs." ] }, { @@ -82,59 +82,42 @@ "\n", "structure.cell.length_a = 10.130 # FullProf a\n", "\n", - "# Anisotropic sites carry the FullProf β tensor directly: ``adp_type`` is\n", - "# set to ``'beta'`` and the dimensionless β components are assigned\n", - "# verbatim. F d -3 m is cubic, so symmetry links the remaining β\n", - "# components; only the independent ones are set. FullProf occupancy folds\n", - "# in the site multiplicity; CIF/EasyDiffraction use 1.0 for a fully\n", - "# occupied site.\n", "structure.atom_sites.create(\n", " id='Tb', # FullProf Atom\n", " type_symbol='Tb', # FullProf Typ\n", " fract_x=0.5, # FullProf X\n", " fract_y=0.5, # FullProf Y\n", " fract_z=0.5, # FullProf Z\n", - " adp_type='beta', # FullProf beta tensor\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.0, # FullProf Biso\n", ")\n", - "aniso = structure.atom_site_aniso['Tb']\n", - "aniso.adp_11 = 0.00098991673 # FullProf beta11\n", - "aniso.adp_12 = -0.00047650724 # FullProf beta12\n", - "\n", "structure.atom_sites.create(\n", " id='Ti', # FullProf Atom\n", " type_symbol='Ti', # FullProf Typ\n", - " fract_x=0, # FullProf X\n", - " fract_y=0, # FullProf Y\n", - " fract_z=0, # FullProf Z\n", - " adp_type='beta', # FullProf beta tensor\n", + " fract_x=0.0, # FullProf X\n", + " fract_y=0.0, # FullProf Y\n", + " fract_z=0.0, # FullProf Z\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.0, # FullProf Biso\n", ")\n", - "aniso = structure.atom_site_aniso['Ti']\n", - "aniso.adp_11 = 0.00090989727 # FullProf beta11\n", - "aniso.adp_12 = -0.00016990340 # FullProf beta12\n", - "\n", "structure.atom_sites.create(\n", " id='O1', # FullProf Atom\n", " type_symbol='O', # FullProf Typ\n", " fract_x=0.32804, # FullProf X\n", " fract_y=0.125, # FullProf Y\n", " fract_z=0.125, # FullProf Z\n", - " adp_type='beta', # FullProf beta tensor\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.0, # FullProf Biso\n", ")\n", - "aniso = structure.atom_site_aniso['O1']\n", - "aniso.adp_11 = 0.0012294180 # FullProf beta11\n", - "aniso.adp_22 = 0.00078215479 # FullProf beta22\n", - "aniso.adp_23 = 0.00041246481 # FullProf beta23\n", - "\n", "structure.atom_sites.create(\n", " id='O2', # FullProf Atom\n", " type_symbol='O', # FullProf Typ\n", " fract_x=0.375, # FullProf X\n", " fract_y=0.375, # FullProf Y\n", " fract_z=0.375, # FullProf Z\n", - " adp_type='beta', # FullProf beta tensor\n", + " adp_type='Biso', # FullProf Biso\n", + " adp_iso=0.0, # FullProf Biso\n", ")\n", - "aniso = structure.atom_site_aniso['O2']\n", - "aniso.adp_11 = 0.00060762477 # FullProf beta11\n", "\n", "project.structures.add(structure)" ] @@ -166,10 +149,10 @@ "source": [ "FULLPROF_PROJECT_DIR = 'sc-neut-cwl_tbti_isotropic-extinction'\n", "FULLPROF_OUT_FILE = 'tbti.out'\n", - "FULLPROF_SCALE = 0.37517014 # FullProf Scale\n", + "FULLPROF_SCALE = 0.2609 # FullProf Scale\n", "FULLPROF_WAVELENGTH = 0.7930 # FullProf Lambda\n", "# cryspy uses Becker-Coppens isotropic extinction, not the one from\n", - "# FullProf\n", + "# FullProf.\n", "EXTINCTION_RADIUS = 10.0\n", "EXTINCTION_MOSAICITY = 35000.0\n", "\n", diff --git a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.py b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.py index 2bf2cc20d..6011ff5d3 100644 --- a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.py +++ b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.py @@ -1,8 +1,8 @@ # %% [markdown] -# # Tb₂Ti₂O₇ — single-crystal neutron CW — isotropic extinction +# # Tb2Ti2O7 - single-crystal neutron CW - isotropic extinction # -# Verifies the cryspy isotropic extinction model against the FullProf -# single-crystal reference. +# Verifies the cryspy isotropic extinction model against a FullProf +# single-crystal reference with isotropic ADPs. # %% import easydiffraction as edi @@ -26,59 +26,42 @@ structure.cell.length_a = 10.130 # FullProf a -# Anisotropic sites carry the FullProf β tensor directly: ``adp_type`` is -# set to ``'beta'`` and the dimensionless β components are assigned -# verbatim. F d -3 m is cubic, so symmetry links the remaining β -# components; only the independent ones are set. FullProf occupancy folds -# in the site multiplicity; CIF/EasyDiffraction use 1.0 for a fully -# occupied site. structure.atom_sites.create( id='Tb', # FullProf Atom type_symbol='Tb', # FullProf Typ fract_x=0.5, # FullProf X fract_y=0.5, # FullProf Y fract_z=0.5, # FullProf Z - adp_type='beta', # FullProf beta tensor + adp_type='Biso', # FullProf Biso + adp_iso=0.0, # FullProf Biso ) -aniso = structure.atom_site_aniso['Tb'] -aniso.adp_11 = 0.00098991673 # FullProf beta11 -aniso.adp_12 = -0.00047650724 # FullProf beta12 - structure.atom_sites.create( id='Ti', # FullProf Atom type_symbol='Ti', # FullProf Typ - fract_x=0, # FullProf X - fract_y=0, # FullProf Y - fract_z=0, # FullProf Z - adp_type='beta', # FullProf beta tensor + fract_x=0.0, # FullProf X + fract_y=0.0, # FullProf Y + fract_z=0.0, # FullProf Z + adp_type='Biso', # FullProf Biso + adp_iso=0.0, # FullProf Biso ) -aniso = structure.atom_site_aniso['Ti'] -aniso.adp_11 = 0.00090989727 # FullProf beta11 -aniso.adp_12 = -0.00016990340 # FullProf beta12 - structure.atom_sites.create( id='O1', # FullProf Atom type_symbol='O', # FullProf Typ fract_x=0.32804, # FullProf X fract_y=0.125, # FullProf Y fract_z=0.125, # FullProf Z - adp_type='beta', # FullProf beta tensor + adp_type='Biso', # FullProf Biso + adp_iso=0.0, # FullProf Biso ) -aniso = structure.atom_site_aniso['O1'] -aniso.adp_11 = 0.0012294180 # FullProf beta11 -aniso.adp_22 = 0.00078215479 # FullProf beta22 -aniso.adp_23 = 0.00041246481 # FullProf beta23 - structure.atom_sites.create( id='O2', # FullProf Atom type_symbol='O', # FullProf Typ fract_x=0.375, # FullProf X fract_y=0.375, # FullProf Y fract_z=0.375, # FullProf Z - adp_type='beta', # FullProf beta tensor + adp_type='Biso', # FullProf Biso + adp_iso=0.0, # FullProf Biso ) -aniso = structure.atom_site_aniso['O2'] -aniso.adp_11 = 0.00060762477 # FullProf beta11 project.structures.add(structure) @@ -91,10 +74,10 @@ # %% FULLPROF_PROJECT_DIR = 'sc-neut-cwl_tbti_isotropic-extinction' FULLPROF_OUT_FILE = 'tbti.out' -FULLPROF_SCALE = 0.37517014 # FullProf Scale +FULLPROF_SCALE = 0.2609 # FullProf Scale FULLPROF_WAVELENGTH = 0.7930 # FullProf Lambda # cryspy uses Becker-Coppens isotropic extinction, not the one from -# FullProf +# FullProf. EXTINCTION_RADIUS = 10.0 EXTINCTION_MOSAICITY = 35000.0 From 935c6375a5ca8b9f2db72329a4c13f1fe496ec1b Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Fri, 19 Jun 2026 10:09:11 +0200 Subject: [PATCH 24/64] Add comprehensive features documentation for user interface components and structure models --- docs/dev/roadmap/FEATURES.md | 423 +++++++++++++++++++++++++++++++++++ 1 file changed, 423 insertions(+) create mode 100644 docs/dev/roadmap/FEATURES.md diff --git a/docs/dev/roadmap/FEATURES.md b/docs/dev/roadmap/FEATURES.md new file mode 100644 index 000000000..457c73ecc --- /dev/null +++ b/docs/dev/roadmap/FEATURES.md @@ -0,0 +1,423 @@ +User interface components: + +- LIB – Python library API +- CLI – Command-line interface (with text-based input and output) +- APP – Graphical application + +Implementation status: + +- :white_check_mark: Done +- :ballot_box_with_check: Partially done +- :construction: Work in progress +- :date: Planned + - :date: 5/5 – `highest` Urgent. Needs attention ASAP + - :date: 4/5 – `high` Should be prioritized soon + - :date: 3/5 – `medium` Normal/default priority + - :date: 2/5 – `low` Low importance + - :date: 1/5 – `lowest` Very low urgency +- — Not applicable + +--- + +# 1. Structure Model + +## 1.1 Crystal Structure + +### Space Group + +| Feature | LIB | CLI | APP | +| ---------------------------------- | ------------------ | ------------------ | ------------------ | +| Hermann-Mauguin space-group symbol | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Space group IT number | :date: | :date: | :date: | +| IT coordinate system code | :white_check_mark: | :white_check_mark: | :white_check_mark: | + +### Cell + +| Feature | LIB | CLI | APP | +| ----------------------- | ------------------ | ------------------ | ------------------ | +| Lengths _a, b, c_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Angles _α, β, γ_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | + +### Atom Sites + +| Feature | LIB | CLI | APP | +| ---------------------------------------------- | ------------------ | ------------------ | ------------------ | +| X-ray scattering factors (tabulated, CrysPy) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Neutron scattering lengths (tabulated, CrysPy) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Custom neutron scattering length | :date: | :date: | :date: | +| Fractional coordinates _x, y, z_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Occupancy | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Symmetry _wyckoff_letter_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | + +### Atomic Displacement (ADP) + +| Feature | LIB | CLI | APP | +| --------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Isotropic _Biso_ | :white_check_mark: | :white_check_mark: | :date: | +| Isotropic _Uiso_ | :construction: | :construction: | :white_check_mark: | +| Anisotropic _Bani_ (_B11, B22, B33, B12, B13, B23_) | :construction: | :construction: | :date: | +| Anisotropic _Uani_ (_U11, U22, U33, U12, U13, U23_) | :construction: | :construction: | :date: | + +--- + +## 1.2 Magnetic Structure - EPIC + +| Feature | LIB | CLI | APP | +| ----------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Irreducible representations | :date: | :date: | :date: | +| Magnetic Space Groups | :date: | :date: | :date: | +| Symmetry-adapted modes | :date: | :date: | :date: | +| Magnetic propagation vector (_kx, ky, kz_) | :date: | :date: | :date: | +| Magnetic moments (_mx, my, mz_) | :date: | :date: | :date: | +| Local Susceptibility (_𝜒11, 𝜒22, 𝜒33, 𝜒12, 𝜒13, 𝜒23_) | :date: | :date: | :date: | + +--- + +# 2. Experiment Model + +| Feature | LIB | CLI | APP | +| ---------------------------------------------------- | ----------------------- | ----------------------- | ----------------------- | +| 2.1. Powder Diffraction | :ballot_box_with_check: | :ballot_box_with_check: | :ballot_box_with_check: | +| 2.1.1. Common features | :ballot_box_with_check: | :ballot_box_with_check: | :ballot_box_with_check: | +| 2.1.2. Standard Bragg diffraction (CWL) | :ballot_box_with_check: | :ballot_box_with_check: | :ballot_box_with_check: | +| 2.1.2. Standard Bragg diffraction (TOF) | :ballot_box_with_check: | :ballot_box_with_check: | :ballot_box_with_check: | +| 2.1.3. Total Scattering (Pair Distribution Function) | :ballot_box_with_check: | :ballot_box_with_check: | :date: | +| 2.2. Single-Crystal Diffraction | :ballot_box_with_check: | :ballot_box_with_check: | :ballot_box_with_check: | +| 2.2.1. Single-Crystal Diffraction (CWL) | :ballot_box_with_check: | :ballot_box_with_check: | :ballot_box_with_check: | +| 2.2.2. Single-Crystal Diffraction (TOF) | :ballot_box_with_check: | :ballot_box_with_check: | :ballot_box_with_check: | +| 2.3. Polarized Powder Diffraction | :date: | :date: | :date: | +| 2.3.1. Flipping-ratio method (TOF) | :date: | :date: | :date: | +| 2.3.2. Flipping-ratio method (CWL) | :date: | :date: | :date: | +| 2.4. Polarized Single-Crystal Diffraction | :date: | :date: | :date: | +| 2.4.1. Flipping-ratio method (CWL) | :date: | :date: | :date: | +| 2.4.2. Flipping-ratio method (TOF) | :date: | :date: | :date: | +| 2.4.3. XYZ Polarisation | :date: | :date: | :date: | +| 2.4.4. Spherical neutron polarimetry | :date: | :date: | :date: | + +--- + +## 2.1. Powder Diffraction + +## 2.1.1. Common features + +### Linked Phases + +| Feature | LIB | CLI | APP | +| ----------------------- | ------------------ | ------------------ | ------------------ | +| Scale factor | :white_check_mark: | :white_check_mark: | :white_check_mark: | + +### Excluded Regions + +| Feature | LIB | CLI | APP | +| ------------------------------------------ | ------------------ | ------------------ | ------------------ | +| Multiple regions
_start/end positions_ | :white_check_mark: | :white_check_mark: | :date: | + +## 2.1.2. Standard Bragg diffraction + +### Fitting Methods + +| Feature | LIB | CLI | APP | +| ------------------------------------- | ------------------ | ------------------ | ------------------ | +| Rietveld refinement (full pattern) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Le Bail refinement (profile matching) | :date: | :date: | :date: | + +### Background + +| Feature | LIB | CLI | APP | +| ---------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Chebyshev polynomial type _order, coefficient_ | :white_check_mark: | :white_check_mark: | :date: | +| Line segments type _x, y_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Line segments type _x, y_ (auto-detection) | :date: | :date: | :date: | + +### Preferred Orientation + +| Feature | LIB | CLI | APP | +| --------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Exponential function (FullProf "Nor=0": _G1, G2_) | :date: | :date: | :date: | +| Modified March's function (FullProf "Nor=1": _G1, G2_, CrysPy) | :date: 4/5 | :date: 4/5 | :date: | + +### Instrument — Constant Wavelength + +| Feature | LIB | CLI | APP | +| -------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Wavelength | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Second wavelength | :date: | :date: | :date: | +| 2θ offset | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Sample displacement correction (FullProf: _SyCos, SySin_) | :date: | :date: | :date: | + +### Instrument — Time-of-Flight + +| Feature | LIB | CLI | APP | +| -------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| 2θ bank | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| d → TOF conversion
_reciprocal, offset, linear, quadratic_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | + +### Peak Profile — Constant Wavelength + +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ----------------------- | ------------------ | +| pseudo-Voigt + Bérar-Baldinozzi empirical asymmetry
_Broadening U, V, W. Mixing X, eta0
(FullProf "Npr=5", "UVWX, Shape1")
Bérar-Baldinozzi empirical asymmetry_
(FullProf "Asy1-4") | :date: | :date: | :date: | +| Thompson-Cox-Hastings pseudo-Voigt + Bérar-Baldinozzi empirical asymmetry
_Gaussian broadening U, V, W. Lorentzian broadening X, Y
(FullProf "Npr 7", CrysPy)
Bérar-Baldinozzi empirical asymmetry_
(FullProf "Asy1-4", CrysPy) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Thompson-Cox-Hastings pseudo-Voigt + Finger-Cox-Jephcoat asymmetry
_Gaussian broadening U, V, W. Lorentzian broadening X, Y
(FullProf "Npr 7")
Finger-Cox-Jephcoat asymmetry_
(FullProf "S_L/D_L") | :ballot_box_with_check: | :ballot_box_with_check: | :date: | + +### Peak Profile — Time-of-Flight + +| Feature | LIB | CLI | APP | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ----------------------- | ------------------ | +| pseudo-Voigt
_Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂_
(FullProf "Npr 7", CrysPy "non-conv-pseudo-Voigt") | :date: | :date: | :date: | +| Ikeda-Carpenter ⊗ pseudo-Voigt
_Moderator pulse α₀, α₁, β₀, κ
Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂_
(FullProf "Npr 13") | :date: | :date: | :date: | +| Jorgensen (back-to-back exponentials ⊗ Gaussian)
_Gaussian broadening σ₀, σ₁, σ₂
Back-to-back exponential rise α₀, α₁ and decay β₀, β₁_
(CrysPy "Gauss") | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Jorgensen-Von Dreele (back-to-back exponentials ⊗ pseudo-Voigt)
_Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂
Back-to-back exponential rise α₀, α₁ and decay β₀, β₁_
(CrysPy "pseudo-Voigt") | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Double back-to-back exponentials ⊗ pseudo-Voigt
_Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂
Rise α₁, α₂. Fast decay β₀₀, β₀₁. Slow decay β₁₀. Switching r₀₁, r₀₂, r₀₃_
(CrysPy "type0m", Z-Rietveld "type0m") | :ballot_box_with_check: | :ballot_box_with_check: | :date: | + +## 2.1.3. Total Scattering (Pair Distribution Function) + +### Peak Profile + +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | +| Gaussian-damped sinc termination function
_cutoff q. broadening q. sharpening δ₁, δ₂
damping q, particle diameter_ (Pdffit2) | :white_check_mark: | :white_check_mark: | :date: | + +--- + +## 2.2. Single Crystal Diffraction + +### Extinction + +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | +| Isotropic Becker-Coppens, Gaussian model: _radius, mosaicity_ (CrysPy) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Isotropic Becker-Coppens, Lorentzian model: _radius, mosaicity_ (CrysPy) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Anisotropic extinction correction | :date: | :date: | :date: | + +### Twinning / domains + +| Feature | LIB | CLI | APP | +| ------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Twinning / domains for single-crystal diffraction | :date: | :date: | :date: | + +### Instrument — Constant Wavelength + +| Feature | LIB | CLI | APP | +| ----------------------- | ------------------ | ------------------ | ------------------ | +| Wavelength | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Half wavelength (λ/2) | :date: | :date: | :date: | + +### Instrument — Time-of-Flight + +| Feature | LIB | CLI | APP | +| ------------------------------------ | ------------------ | ------------------ | ------------------ | +| Individual wavelength per reflection | :white_check_mark: | :white_check_mark: | :date: | + +--- + +## 2.3. Polarized Neutron Powder Diffraction - EPIC + +| Feature | LIB | CLI | APP | +| --------------------------- | ------------------ | ------------------ | ------------------ | +| Flipping-ratio method (TOF) | :date: | :date: | :date: | +| Flipping-ratio method (CWL) | :date: | :date: | :date: | + +## 2.4. Polarized Neutron Single-Crystal Diffraction - EPIC + +| Feature | LIB | CLI | APP | +| ----------------------------- | ------------------ | ------------------ | ------------------ | +| Flipping-ratio method (TOF) | :date: | :date: | :date: | +| Flipping-ratio method (CWL) | :date: | :date: | :date: | +| XYZ Polarisation | :date: | :date: | :date: | +| Spherical neutron polarimetry | :date: | :date: | :date: | + +--- + +# 3. Multi-Dataset Support + +| Feature | LIB | CLI | APP | +| --------------------------------- | ------------------ | ------------------ | ------------------ | +| Multiple structural data blocks | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Multiple experimental data blocks | :white_check_mark: | :white_check_mark: | :date: | + +--- + +# 4. Analysis (Fitting) + +### Calculation Modes + +| Feature | LIB | CLI | APP | +| ----------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Calculate diffraction pattern for fitting/comparison against simulated or measured data | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Calculate diffraction pattern for simple view without fitting/comparison against simulated or measured data | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Calculate structure factors | :white_check_mark: | :white_check_mark: | :white_check_mark: | + +### Refinement Algorithms (numerical derivatives) + +| Feature | LIB | CLI | APP | +| ----------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Levenberg–Marquardt
LMFIT minimizer | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Levenberg–Marquardt
LMFIT minimizer (scipy-based) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Levenberg–Marquardt
BUMPS minimizer | :construction: | :construction: | :date: | +| Derivative-free minimization
DFO-LS minimizer | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Bayesian analysis
BUMPS minimizer | :date: | :date: | :date: | + +### Fit Strategies + +| Feature | LIB | CLI | APP | +| ----------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Single fit of one experimental data block to one or more structural
data blocks | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Sequential fit of experimental data blocks | :white_check_mark: | :white_check_mark: | :date: | +| Joint fit of experimental data blocks within the same calculation
engine | :white_check_mark: | :white_check_mark: | :date: | +| Joint fit of experimental data blocks using different calculation
engines (e.g. CrysPy + Pdffit2) | :white_check_mark: | :white_check_mark: | :date: | +| Custom weighting for joint fit: _weight per dataset_ | :white_check_mark: | :white_check_mark: | :date: | + +### Live Fitting + +| Feature | LIB | CLI | APP | +| ---------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Live fitting during real-time data acquisition | :date: | :date: | :date: | + +--- + +# 5. Refinement Execution + +| Feature | LIB | CLI | APP | +| --------------------------------------------- | ------------------ | ----------------------- | ------------------ | +| GUI-driven refinement workflow | — | — | :white_check_mark: | +| Command-line refinement execution | — | :white_check_mark: | — | +| Scripted refinement workflow | :white_check_mark: | — | — | +| Parameter modification | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | +| Load individual structure or experiment files | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | +| Project-based refinement | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Sequential refinement | :white_check_mark: | :date: | :date: | +| Save refinement results to project | :white_check_mark: | :white_check_mark: | :white_check_mark: | + +--- + +# 6. Constraints + +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------- | ------------------ | ----------------------- | ----------------------- | +| Automatic symmetry constraints | :white_check_mark: | :white_check_mark: | :ballot_box_with_check: | +| User-defined constraints
Basic types, e.g.:
"biso_Ba = biso_La"
"occ_Ba = 1 - occ_La" | :white_check_mark: | :ballot_box_with_check: | :date: | + +--- + +# 7. Data Management + +### Project Files + +Project files are a way to save and load the full state of a refinement, including the structure model, experimental data, fit settings, and results. + +| Feature | LIB | CLI | APP | +| ----------------------- | ------------------ | ------------------ | ------------------ | +| Load full project from disk | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Save full project to disk | :white_check_mark: | :white_check_mark: | :white_check_mark: | + +### Data Loading + +| Feature | LIB | CLI | APP | +| ------------------------------------------- | ------------------ | ----------------------- | ------------------ | +| Add structure (to project) from CIF | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | +| Add experiment data (to project) from CIF | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | +| Add experiment data (to project) from ASCII | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | +| Add experiment data (to project) from NeXus | :date: | :date: | :date: | + +### SciCat Integration + +| Feature | LIB | CLI | APP | +| ----------------------------- | ------------------ | ------------------ | ------------------ | +| Load full project from SciCat | :date: | :date: | :date: | +| Save full project to SciCat | :date: | :date: | :date: | + +### External Resources + +| Feature | LIB | CLI | APP | +| --------------------------------- | ------------------ | ------------------ | ------------------ | +| List available tutorial notebooks | :white_check_mark: | :white_check_mark: | — | +| Download tutorial notebooks | :white_check_mark: | :white_check_mark: | — | + +--- + +# 8. Visualization + +## 8.1. Structure + +### Crystal Structure + +| Feature | LIB | CLI | APP | +| ----------------------------------------- | ------------------ | ------------------ | ----------------------- | +| Visualize unit cell | :date: | :date: | :ballot_box_with_check: | +| Visualize multiple unit cells | :date: | :date: | :date: | +| Visualize atom sites as spheres | :date: | :date: | :white_check_mark: | +| Visualize atoms occupied same position | :date: | :date: | :date: | +| Visualize bonds | :date: | :date: | :date: | +| Visualize polyhedra | :date: | :date: | :date: | +| Interactive mode
3D rotation, zooming | :date: | :date: | :white_check_mark: | + +### Magnetic Structure + +| Feature | LIB | CLI | APP | +| --------------------------------- | ------------------ | ------------------ | ------------------ | +| Visualize magnetic moments | :date: | :date: | :date: | +| Visualize magnetization densities | :date: | :date: | :date: | + +--- + +## 8.2. Experiment + +### Powder Diffraction + +| Feature | LIB | CLI | APP | +| ------------------------------------- | ------------------ | ------------------ | ------------------ | +| Plot experimental curve | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Plot calculated curve | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Plot residual curve | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Plot Bragg peaks | :date: 5/5 | — | :white_check_mark: | +| Interactive mode
zooming, panning | :white_check_mark: | — | :white_check_mark: | + +### Single Crystal Diffraction + +| Feature | LIB | CLI | APP | +| ------------------------------------- | ------------------ | ------------------ | ------------------ | +| Plot obs vs calc for reflections | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Interactive mode
zooming, panning | :white_check_mark: | — | :white_check_mark: | + +--- + +## 8.3. Analysis + +| Feature | LIB | CLI | APP | +| ----------------------------------------------------- | ----------------------- | ------------------ | ------------------ | +| Live update of plots on parameter change with slider | — | — | :white_check_mark: | +| Live update of plots during refinement | — | — | :white_check_mark: | +| Live update of fit quality (change in χ²)
_table_ | :white_check_mark: | :white_check_mark: | — | +| Live update of fit quality (change in χ²)
_chart_ | :date: | — | :date: | +| Parameter evolution (sequential refinement) | :ballot_box_with_check: | — | :date: | +| Correlation between parameters | :white_check_mark: | :white_check_mark: | :date: | + +--- + +# 9. User documentation + +| Feature | LIB | CLI | APP | +| ----------------------------------- | ------------------ | ------------------ | ----------------------- | +| New unified documentation structure | :white_check_mark: | :white_check_mark: | :date: | +| Introduction | :white_check_mark: | :white_check_mark: | :ballot_box_with_check: | +| Installation and setup guide | :white_check_mark: | :white_check_mark: | :ballot_box_with_check: | +| User guide | :white_check_mark: | :white_check_mark: | :ballot_box_with_check: | +| Tutorials | :white_check_mark: | :date: | :date: | +| API reference | :white_check_mark: | — | — | + +--- + +# 10. Unsorted features + +| Feature | LIB | CLI | APP | +| --------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Set free parameters by category (e.g. all atomic positions, all ADPs) | | | | +| Add category with fit quality metrics (e.g. chi2, R-factors) | | | | +| Restraints (soft constraints, e.g. bond lengths, angles) | | | | +| Refinement using analytical derivatives | | | | +| Global optimization algorithms (e.g. simulated annealing) | | | | +| Incommensurate structures | | | | +| 2D Rietveld refinement | | | | +| Built-in refinement strategies for common refinement workflows | | | | +| Chatbot window for natural-language requests during the analysis process | | — | — | From 5901dac854a5e5afaed97da567b1ae8adcc61e3a Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Fri, 19 Jun 2026 10:20:05 +0200 Subject: [PATCH 25/64] Publish features matrix in user docs --- .../accepted/development-docs-structure.md | 16 +- docs/dev/index.md | 2 +- docs/dev/roadmap/ROADMAP.md | 408 ------------------ .../FEATURES.md => docs/features/index.md} | 166 ++++--- docs/mkdocs.yml | 2 + 5 files changed, 114 insertions(+), 480 deletions(-) delete mode 100644 docs/dev/roadmap/ROADMAP.md rename docs/{dev/roadmap/FEATURES.md => docs/features/index.md} (69%) diff --git a/docs/dev/adrs/accepted/development-docs-structure.md b/docs/dev/adrs/accepted/development-docs-structure.md index 223fb71e3..b74abd317 100644 --- a/docs/dev/adrs/accepted/development-docs-structure.md +++ b/docs/dev/adrs/accepted/development-docs-structure.md @@ -42,14 +42,14 @@ docs/dev/ |-- package-structure/ | |-- full.md | `-- short.md -|-- plans/ -`-- roadmap/ - `-- ROADMAP.md +`-- plans/ ``` -Use lowercase directory names for new development-doc folders. Keep -`ROADMAP.md` uppercase because it may later be copied into published -user documentation where the conventional filename is useful. +Use lowercase directory names for new development-doc folders. The +feature/roadmap matrix is published directly in the user documentation +at `docs/docs/features/index.md` (single source of truth for both +current capabilities and planned work); there is no separate +`docs/dev/roadmap/` copy. Use `docs/dev/adrs/index.md` as the architecture and decision navigation surface. Do not keep a separate architecture overview that duplicates @@ -62,5 +62,5 @@ ADR content. - ADRs have one entry point for architecture navigation and separate accepted and proposed areas. - Package-structure snapshots have stable, script-friendly paths. -- Roadmap publication can later be implemented as a build-time copy from - `docs/dev/roadmap/ROADMAP.md` into `docs/docs`. +- The roadmap is published directly as a user-facing page at + `docs/docs/features/index.md`, kept in sync with the codebase. diff --git a/docs/dev/index.md b/docs/dev/index.md index e44bc8d84..8e7320188 100644 --- a/docs/dev/index.md +++ b/docs/dev/index.md @@ -16,7 +16,7 @@ remains isolated under `docs/docs`. | [`package-structure/short.md`](package-structure/short.md) | Generated compact package tree. | | [`package-structure/full.md`](package-structure/full.md) | Generated package tree with top-level classes. | | [`plans/`](plans/) | Implementation plans for larger migrations. | -| [`roadmap/ROADMAP.md`](roadmap/ROADMAP.md) | Development roadmap. This may later be copied into `docs/docs` during the published-docs build. | +| [`../docs/features/index.md`](../docs/features/index.md) | Feature & roadmap matrix, published as a user-facing page (single source of truth). | ## Rules diff --git a/docs/dev/roadmap/ROADMAP.md b/docs/dev/roadmap/ROADMAP.md deleted file mode 100644 index 4a5d3450d..000000000 --- a/docs/dev/roadmap/ROADMAP.md +++ /dev/null @@ -1,408 +0,0 @@ -# EasyDiffraction Development Roadmap - -LIB – Python library API -APP – graphical application -CLI – command-line interface - -Legend: - -- ✅ done -- 🚧 work in progress -- 🗓 planned - - 🗓`highest` Urgent. Needs attention ASAP - - 🗓`high` Should be prioritized soon - - 🗓`medium` Normal/default priority - - 🗓`low` Low importance - - 🗓`lowest` Very low urgency -- — not applicable / not implemented - ---- - -# 1. Structure Model - -## 1.1 Crystal Structure - -### Space Group - -| Feature | LIB | APP | -| ---------------------------------- | --- | --- | -| Hermann-Mauguin space-group symbol | ✅ | ✅ | -| Space group IT number | 🗓 | 🗓 | -| IT coordinate system code | ✅ | ✅ | - -### Cell - -| Feature | LIB | APP | -| ----------------- | --- | --- | -| Lengths _a, b, c_ | ✅ | ✅ | -| Angles _α, β, γ_ | ✅ | ✅ | - -### Atom Sites - -| Feature | LIB | APP | -| ---------------------------------------------- | --- | --- | -| Neutron scattering lengths (tabulated, CrysPy) | ✅ | ✅ | -| X-ray scattering factors (tabulated, CrysPy) | ✅ | ✅ | -| Custom neutron scattering length | 🗓 | 🗓 | -| Fractional coordinates _x, y, z_ | ✅ | ✅ | -| Occupancy | ✅ | ✅ | -| Symmetry _wyckoff_letter_ | ✅ | ✅ | - -### Atomic Displacement (ADP) - -| Feature | LIB | APP | -| --------------------------------------------------- | --- | --- | -| Isotropic _Biso_ | ✅ | 🗓 | -| Isotropic _Uiso_ | ✅ | ✅ | -| Anisotropic _Bani_ (_B11, B22, B33, B12, B13, B23_) | ✅ | 🗓 | -| Anisotropic _Uani_ (_U11, U22, U33, U12, U13, U23_) | ✅ | 🗓 | -| Anisotropic _β_ (_β11, β22, β33, β12, β13, β23_) | ✅ | 🗓 | - ---- - -## 1.2 Magnetic Structure - EPIC - -| Feature | LIB | APP | -| ----------------------------------------------------- | --- | --- | -| Magnetic Space Groups | 🗓 | 🗓 | -| Irreducible representations | 🗓 | 🗓 | -| Magnetic propagation vector (_kx, ky, kz_) | 🗓 | 🗓 | -| Magnetic moments (_mx, my, mz_) | 🗓 | 🗓 | -| Local Susceptibility (_𝜒11, 𝜒22, 𝜒33, 𝜒12, 𝜒13, 𝜒23_) | 🗓 | 🗓 | - ---- - -# 2. Experiment Model - -| Techniques | LIB | APP | -| ---------------------------------------------------- | ----- | ----- | -| 2.1. Powder Diffraction | ✅/🗓 | ✅/🗓 | -| 2.1.1. Common features | ✅/🗓 | ✅/🗓 | -| 2.1.2. Standard Bragg diffraction (CWL) | ✅/🗓 | ✅/🗓 | -| 2.1.2. Standard Bragg diffraction (TOF) | ✅/🗓 | ✅/🗓 | -| 2.1.3. Total Scattering (Pair-Distribution Function) | ✅/🗓 | 🗓 | -| 2.2. Single-Crystal Diffraction (CWL) | ✅/🗓 | ✅/🗓 | -| 2.2. Single-Crystal Diffraction (TOF) | ✅/🗓 | ✅/🗓 | -| 2.3. Polarized Powder Diffraction | 🗓 | 🗓 | -| 2.3.1. Flipping-rathio method (TOF) | 🗓 | 🗓 | -| 2.3.1. Flipping-rathio method (CWL) | 🗓 | 🗓 | -| 2.4. Polarized Single-Crystal Diffraction | 🗓 | 🗓 | -| 2.4.1. Flipping-rathio method (CWL) | 🗓 | 🗓 | -| 2.4.2. Flipping-rathio method (TOF) | 🗓 | 🗓 | -| 2.4.3. Spherical neutron polarimetry | 🗓 | 🗓 | - -## 2.1. Powder Diffraction - -## 2.1.1 Common features - -### Linked Phases - -| Feature | LIB | APP | -| ------------ | --- | --- | -| Scale factor | ✅ | ✅ | - -### Excluded Regions - -| Feature | LIB | APP | -| ----------------------------------------- | --- | --- | -| Multiple regions
_start/end positions_ | ✅ | 🗓 | - -## 2.1.1 Standard Bragg diffraction - -### Fitting Methods - -| Feature | LIB | APP | -| ------------------------------------- | --- | --- | -| Rietveld refinement (full pattern) | ✅ | ✅ | -| Le Bail refinement (profile matching) | 🗓 | 🗓 | - -### Background - -| Feature | LIB | APP | -| -------------------------------------------------------------------------------- | --- | --- | -| Line segments type
_x, y_ | ✅ | ✅ | -| Chebyshev polynomial type
_order, coefficient_ | ✅ | 🗓 | -| Automatic background estimation
_one-call baseline (arpls/fabc), auto method_ | ✅ | 🗓 | - -### Preferred Orientation - -| Feature | LIB | APP | -| ------------------------------------------------- | --- | --- | -| Basic preferred orientation model (March–Dollase) | ✅ | 🗓 | - -### Instrument — Constant Wavelength - -| Feature | LIB | APP | -| -------------------------------------------------------- | --- | --- | -| Wavelength | ✅ | ✅ | -| Second wavelength | 🗓 | 🗓 | -| 2θ offset | ✅ | ✅ | -| Sample displacement correction (FullProf _SyCos, SySin_) | 🚧 | 🗓 | - -### Instrument — Time-of-Flight - -| Feature | LIB | APP | -| ------------------------------------------------------------- | --- | --- | -| 2θ bank | ✅ | ✅ | -| d → TOF conversion
_reciprocal, offset, linear, quadratic_ | ✅ | ✅ | - -### Peak Profile — Constant Wavelength - -| Feature | LIB | APP | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- | --- | -| Pseudo-Voigt + Empirical asymmetry
_Gaussian broadening U, V, W. Lorentzian broadening X, Y
Empirical asymmetry p1, p2, p3, p4_
(CrysPy) | ✅ | ✅ | -| Thompson-Cox-Hastings Pseudo-Voigt + Finger-Cox-Jephcoat asymmetry
_Gaussian broadening U, V, W. Lorentzian broadening X, Y
Finger-Cox-Jephcoat asymmetry 1, 2_
(CrysFML) | ✅/🗓 | 🗓 | - -### Peak Profile — Time-of-Flight - -| Feature | LIB | APP | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- | --- | -| Jorgensen (back-to-back exponentials ⊗ Gaussian)
_Gaussian broadening σ₀, σ₁, σ₂
Back-to-back exponential rise α₀, α₁. Back-to-back exponential decay β₀, β₁_
(CrysPy "Gauss") | ✅ | ✅ | -| Jorgensen-Von Dreele (back-to-back exponentials ⊗ pseudo-Voigt)
_Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂
Back-to-back exponential rise α₀, α₁. Back-to-back exponential decay β₀, β₁_
(CrysPy "pseudo-Voigt") | ✅ | ✅ | -| Double back-to-back exponentials ⊗ pseudo-Voigt [Z-Rietveld type0m]
_Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂
Rise α₁, α₂. Fast decay β₀₀, β₀₁. Slow decay β₁₀. Switching r₀₁, r₀₂, r₀₃_
(CrysPy "type0m") | ✅ | 🗓 | -| Ikeda-Carpenter ⊗ pseudo-Voigt
_Moderator pulse α₀, α₁, β₀, κ
Gaussian broadening σ². Lorentzian broadening γ_
(CrysFML) | 🗓 | 🗓 | - -| TOF profile | TOF source | Performance | -| ------------------------------------------------------------------- | ----------------------------------------------------------------- | ----------- | -| Jorgensen (back-to-back exponentials ⊗ Gaussian) | Simpler TOF profile, including reactor-source TOF implementations | Fast | -| Jorgensen-Von Dreele (back-to-back exponentials ⊗ pseudo-Voigt) | Spallation-source TOF | Slower | -| Double back-to-back exponentials ⊗ pseudo-Voigt (Z-Rietveld type0m) | Spallation-source TOF; more elaborate asymmetric profile | Slowest | -| Ikeda-Carpenter ⊗ pseudo-Voigt | Spallation-source TOF; moderator pulse shape model | Moderate | - ---- - -## 2.1.3 Total Scattering (Pair Distribution Function) - -### Peak Profile - -| Feature | LIB | APP | -| ------------------------------------------------------------------------------------------------------------------------ | --- | --- | -| Gaussian-damped sinc termination function
_cutoff q. broadening q. sharpening δ₁, δ₂
damping q, particle diameter_ | ✅ | 🗓 | - ---- - -## 2.2 Single Crystal Diffraction - -### Extinction - -CrysPy's extinction is an analytical Becker-Coppens spherical model with -Gauss or Lorentz mosaicity distribution - -| Feature | LIB | APP | -| ----------------------------------------------------- | --- | --- | -| Becker-Coppens, Gaussian model: _radius, mosaicity_ | ✅ | ✅ | -| Becker-Coppens, Lorentzian model: _radius, mosaicity_ | ✅ | ✅ | -| Anisotropic extinction correction | 🗓 | 🗓 | - -### Domains / Twinning - -| Feature | LIB | APP | -| ------------------------------------------------- | --- | --- | -| Twinning / domains for single-crystal diffraction | 🗓 | 🗓 | - -### Instrument — Constant Wavelength - -| Feature | LIB | APP | -| --------------------- | --- | --- | -| Wavelength | ✅ | ✅ | -| Half wavelength (λ/2) | 🗓 | 🗓 | - -### Instrument — Time-of-Flight - -| Feature | LIB | APP | -| ------------------------------------ | --- | --- | -| Individual wavelength per reflection | ✅ | 🗓 | - -## 2.3. Polarized Neutron Powder Diffraction - EPIC - -| Feature | LIB | APP | -| ---------------------------- | --- | --- | -| Flipping-rathio method (TOF) | 🗓 | 🗓 | -| Flipping-rathio method (CWL) | 🗓 | 🗓 | - -## 2.3. Polarized Neutron Single Crystal Diffraction - EPIC - -| Feature | LIB | APP | -| ----------------------------- | --- | --- | -| Flipping-rathio method (TOF) | 🗓 | 🗓 | -| Flipping-rathio method (CWL) | 🗓 | 🗓 | -| Spherical neutron polarimetry | 🗓 | 🗓 | - ---- - -# 3. Multi-Dataset Support - -| Feature | LIB | APP | -| --------------------------------- | --- | --- | -| Multiple structural data blocks | ✅ | ✅ | -| Multiple experimental data blocks | ✅ | 🗓 | - ---- - -# 4. Analysis (Fitting) - -### Refinement Algorithms (numerical derivatives) - -| Feature | LIB | APP | -| ---------------------------------------------------- | --- | --- | -| Levenberg–Marquardt
LMFIT minimizer | ✅ | ✅ | -| Levenberg–Marquardt
LMFIT minimizer (scipy-based) | ✅ | ✅ | -| Levenberg–Marquardt
BUMPS minimizer | 🚧 | 🗓 | -| Derivative-free minimization
DFO-LS minimizer | ✅ | ✅ | -| Bayesian analysis
BUMPS minimizer | 🗓 | 🗓 | - -### Fit Strategies - -| Feature | LIB | APP | -| ---------------------------------------------------------------------------------------------------- | --- | --- | -| Single fit of one experimental data block to one/multiple structural data block | ✅ | ✅ | -| Sequential fit of experimental data blocks | ✅ | 🗓 | -| Joint fit of experimental data blocks within the same calculation engine | ✅ | 🗓 | -| Joint fit of experimental data blocks using different calculation engines
(e.g. CrysPy + Pdffit2) | ✅ | 🗓 | -| Custom weighting for joint fit: _weight per dataset_ | ✅ | 🗓 | - -### Live Fitting - -| Feature | LIB | APP | -| ---------------------------------------------- | --- | --- | -| Live fitting during real-time data acquisition | 🗓 | 🗓 | - ---- - -# 5. Refinement Execution - -| Feature | LIB | APP | CLI | -| --------------------------------------------- | --- | --- | --- | -| Scripted refinement workflow | ✅ | — | — | -| GUI-driven refinement workflow | — | ✅ | — | -| Command-line refinement execution | — | — | ✅ | -| Parameter modification | ✅ | ✅ | — | -| Load individual structure or experiment files | ✅ | ✅ | — | -| Project-based refinement | ✅ | ✅ | ✅ | -| Save refinement results to project | ✅ | ✅ | ✅ | - ---- - -# 6. Constraints - -| Feature | LIB | APP | -| ------------------------------ | --- | ----- | -| Automatic symmetry constraints | ✅ | ✅/🗓 | -| User-defined constraints | ✅ | 🗓 | - ---- - -# 7. Data Management - -### Data Loading - -| Feature | LIB | APP | CLI | -| ------------------------------- | --- | --- | --- | -| Load structure from CIF | ✅ | ✅ | — | -| Load experiment data from ASCII | ✅ | ✅ | — | -| Load experiment data from CIF | ✅ | ✅ | — | - -### Project Files - -| Feature | LIB | APP | CLI | -| ---------------------- | --- | --- | --- | -| Load project from disk | ✅ | ✅ | ✅ | -| Save project to disk | ✅ | ✅ | ✅ | - -### SciCat Integration - -| Feature | LIB | APP | CLI | -| ------------------------ | --- | --- | --- | -| Load project from SciCat | 🗓 | 🗓 | — | -| Save project to SciCat | 🗓 | 🗓 | — | - -### External Resources - -| Feature | LIB | APP | CLI | -| --------------------------------- | --- | --- | --- | -| List available tutorial notebooks | ✅ | — | ✅ | -| Download tutorial notebooks | ✅ | — | ✅ | - ---- - -# 8. Visualization - -## 8.1. Sample Model - -### Crystal Structure - -| Feature | LIB | APP | -| ---------------------------------------- | --- | --- | -| Visualize unit cell | 🗓 | ✅ | -| Visualize multiple unit cells | 🗓 | 🗓 | -| Visualize atom sites as spheres | 🗓 | ✅ | -| Visualize atoms occupied same position | 🗓 | 🗓 | -| Visualize bonds | 🗓 | 🗓 | -| Visualize polyhedra | 🗓 | 🗓 | -| Interactive mode
3D rotation, zooming | 🗓 | ✅ | -| Orthogonal unit cell | 🗓 | ✅ | -| Non-orthogonal unit cell | 🗓 | 🗓 | - -### Magnetic Structure - -| Feature | LIB | APP | -| ------------------------------------ | --- | --- | -| Visualize magnetic moments as arrows | 🗓 | 🗓 | - -## 8.2. Experiment - -### Powder Diffraction - -| Feature | LIB | APP | CLI | -| ------------------------------------ | -------- | --- | --- | -| Plot experimental curve | ✅ | ✅ | ✅ | -| Plot calculated curve | ✅ | ✅ | ✅ | -| Plot residual curve | ✅ | ✅ | ✅ | -| Plot Bragg peaks | 🗓`high` | ✅ | — | -| Interactive mode
zooming, panning | ✅ | ✅ | — | - -### Single Crystal Diffraction - -| Feature | LIB | APP | CLI | -| ------------------------------------ | --- | --- | --- | -| Plot obs vs calc for reflections | ✅ | ✅ | ✅ | -| Interactive mode
zooming, panning | ✅ | ✅ | — | - -## 8.3. Analysis - -| Feature | LIB | APP | CLI | -| ---------------------------------------------------- | ----- | --- | --- | -| Live update of plots on parameter change with slider | — | ✅ | — | -| Live update of plots during refinement | — | ✅ | — | -| Parameter evolution (sequential refinement) | ✅/🗓 | 🗓 | — | - -### Fitting - -| Feature | LIB | APP | CLI | -| ----------------------------------------- | --- | --- | --- | -| Live update of plots | — | ✅ | — | -| Live update of fit quality (change in χ²) | ✅ | ✅ | ✅ | -| Plot correlation between parameters | ✅ | 🗓 | ✅ | - ---- - -# 9. User documentation - -| Feature | LIB | APP | -| ----------------------------------- | --- | ----- | -| New unified documentation structure | ✅ | 🗓 | -| Introduction | ✅ | ✅/🗓 | -| Installation and setup guide | ✅ | ✅/🗓 | -| User guide | ✅ | ✅/🗓 | -| Tutorials | ✅ | 🗓 | -| API reference | ✅ | — | - ---- - -# 10. Unsorted features - -- Restrains (soft constraints, e.g. bond lengths, angles) -- Refinement using analytical derivatives -- Global optimization algorithms (e.g. simulated annealing) -- Incommensurate structures -- 2D Rietveld refinement diff --git a/docs/dev/roadmap/FEATURES.md b/docs/docs/features/index.md similarity index 69% rename from docs/dev/roadmap/FEATURES.md rename to docs/docs/features/index.md index 457c73ecc..8275df748 100644 --- a/docs/dev/roadmap/FEATURES.md +++ b/docs/docs/features/index.md @@ -1,8 +1,17 @@ -User interface components: +--- +title: Features +icon: material/clipboard-check-outline +--- + +# :material-clipboard-check-outline: Features -- LIB – Python library API -- CLI – Command-line interface (with text-based input and output) -- APP – Graphical application +This page is the single source of truth for what EasyDiffraction can do +today and what is planned. Each capability is tracked across the three +ways you can use EasyDiffraction: + +- **LIB** – Python library API +- **CLI** – command-line interface (text-based input and output) +- **APP** – graphical application Implementation status: @@ -17,6 +26,11 @@ Implementation status: - :date: 1/5 – `lowest` Very low urgency - — Not applicable +Where a capability comes from a calculation backend, the backend is +named in parentheses (CrysPy, CrysFML, Pdffit2). For peak profiles, the +EasyDiffraction profile name is given first, with FullProf / CrysPy +equivalents as cross-references. + --- # 1. Structure Model @@ -44,6 +58,7 @@ Implementation status: | ---------------------------------------------- | ------------------ | ------------------ | ------------------ | | X-ray scattering factors (tabulated, CrysPy) | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Neutron scattering lengths (tabulated, CrysPy) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Per-isotope neutron scattering length | :white_check_mark: | :white_check_mark: | :date: | | Custom neutron scattering length | :date: | :date: | :date: | | Fractional coordinates _x, y, z_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Occupancy | :white_check_mark: | :white_check_mark: | :white_check_mark: | @@ -54,9 +69,10 @@ Implementation status: | Feature | LIB | CLI | APP | | --------------------------------------------------- | ------------------ | ------------------ | ------------------ | | Isotropic _Biso_ | :white_check_mark: | :white_check_mark: | :date: | -| Isotropic _Uiso_ | :construction: | :construction: | :white_check_mark: | -| Anisotropic _Bani_ (_B11, B22, B33, B12, B13, B23_) | :construction: | :construction: | :date: | -| Anisotropic _Uani_ (_U11, U22, U33, U12, U13, U23_) | :construction: | :construction: | :date: | +| Isotropic _Uiso_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Anisotropic _Bani_ (_B11, B22, B33, B12, B13, B23_) | :white_check_mark: | :white_check_mark: | :date: | +| Anisotropic _Uani_ (_U11, U22, U33, U12, U13, U23_) | :white_check_mark: | :white_check_mark: | :date: | +| Anisotropic _β_ (_β11, β22, β33, β12, β13, β23_) | :white_check_mark: | :white_check_mark: | :date: | --- @@ -91,7 +107,7 @@ Implementation status: | 2.4. Polarized Single-Crystal Diffraction | :date: | :date: | :date: | | 2.4.1. Flipping-ratio method (CWL) | :date: | :date: | :date: | | 2.4.2. Flipping-ratio method (TOF) | :date: | :date: | :date: | -| 2.4.3. XYZ Polarisation | :date: | :date: | :date: | +| 2.4.3. XYZ Polarisation | :date: | :date: | :date: | | 2.4.4. Spherical neutron polarimetry | :date: | :date: | :date: | --- @@ -123,27 +139,28 @@ Implementation status: ### Background -| Feature | LIB | CLI | APP | -| ---------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Chebyshev polynomial type _order, coefficient_ | :white_check_mark: | :white_check_mark: | :date: | -| Line segments type _x, y_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Line segments type _x, y_ (auto-detection) | :date: | :date: | :date: | +| Feature | LIB | CLI | APP | +| --------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Line segments type _x, y_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Chebyshev polynomial type _order, coefficient_ | :white_check_mark: | :white_check_mark: | :date: | +| Automatic background estimation
_one-call baseline (auto, arPLS, FABC, SNIP)_ | :white_check_mark: | :white_check_mark: | :date: | ### Preferred Orientation -| Feature | LIB | CLI | APP | -| --------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Exponential function (FullProf "Nor=0": _G1, G2_) | :date: | :date: | :date: | -| Modified March's function (FullProf "Nor=1": _G1, G2_, CrysPy) | :date: 4/5 | :date: 4/5 | :date: | +| Feature | LIB | CLI | APP | +| ----------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| March–Dollase _march_r, hkl axis, random fraction_ (CrysPy) | :white_check_mark: | :white_check_mark: | :date: | ### Instrument — Constant Wavelength | Feature | LIB | CLI | APP | | -------------------------------------------------------- | ------------------ | ------------------ | ------------------ | | Wavelength | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Second wavelength | :date: | :date: | :date: | +| Second wavelength _λ₂, I₂/I₁ ratio_ | :white_check_mark: | :white_check_mark: | :date: | | 2θ offset | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Sample displacement correction (FullProf: _SyCos, SySin_) | :date: | :date: | :date: | +| Sample displacement correction (FullProf _SyCos, SySin_) | :white_check_mark: | :white_check_mark: | :date: | +| Sample transparency correction | :white_check_mark: | :white_check_mark: | :date: | +| Absorption correction | :white_check_mark: | :white_check_mark: | :date: | ### Instrument — Time-of-Flight @@ -154,29 +171,40 @@ Implementation status: ### Peak Profile — Constant Wavelength -| Feature | LIB | CLI | APP | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ----------------------- | ------------------ | -| pseudo-Voigt + Bérar-Baldinozzi empirical asymmetry
_Broadening U, V, W. Mixing X, eta0
(FullProf "Npr=5", "UVWX, Shape1")
Bérar-Baldinozzi empirical asymmetry_
(FullProf "Asy1-4") | :date: | :date: | :date: | -| Thompson-Cox-Hastings pseudo-Voigt + Bérar-Baldinozzi empirical asymmetry
_Gaussian broadening U, V, W. Lorentzian broadening X, Y
(FullProf "Npr 7", CrysPy)
Bérar-Baldinozzi empirical asymmetry_
(FullProf "Asy1-4", CrysPy) | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Thompson-Cox-Hastings pseudo-Voigt + Finger-Cox-Jephcoat asymmetry
_Gaussian broadening U, V, W. Lorentzian broadening X, Y
(FullProf "Npr 7")
Finger-Cox-Jephcoat asymmetry_
(FullProf "S_L/D_L") | :ballot_box_with_check: | :ballot_box_with_check: | :date: | +| Feature | LIB | CLI | APP | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Pseudo-Voigt
_Gaussian broadening U, V, W. Lorentzian broadening X, Y_
(CrysPy, CrysFML; cross-ref FullProf "Npr=7" shape) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Pseudo-Voigt + Bérar-Baldinozzi asymmetry
_Gaussian broadening U, V, W. Lorentzian broadening X, Y_
_Bérar-Baldinozzi empirical asymmetry a₀, b₀, a₁, b₁_
(CrysPy; cross-ref FullProf "Asy1-4") | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Thompson-Cox-Hastings pseudo-Voigt + Finger-Cox-Jephcoat asymmetry
_Gaussian broadening U, V, W. Lorentzian broadening X, Y_
_Finger-Cox-Jephcoat asymmetry 1, 2_
(CrysFML; cross-ref FullProf "Npr=7", S_L/D_L) | :white_check_mark: | :white_check_mark: | :date: | ### Peak Profile — Time-of-Flight -| Feature | LIB | CLI | APP | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ----------------------- | ------------------ | -| pseudo-Voigt
_Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂_
(FullProf "Npr 7", CrysPy "non-conv-pseudo-Voigt") | :date: | :date: | :date: | -| Ikeda-Carpenter ⊗ pseudo-Voigt
_Moderator pulse α₀, α₁, β₀, κ
Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂_
(FullProf "Npr 13") | :date: | :date: | :date: | -| Jorgensen (back-to-back exponentials ⊗ Gaussian)
_Gaussian broadening σ₀, σ₁, σ₂
Back-to-back exponential rise α₀, α₁ and decay β₀, β₁_
(CrysPy "Gauss") | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Jorgensen-Von Dreele (back-to-back exponentials ⊗ pseudo-Voigt)
_Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂
Back-to-back exponential rise α₀, α₁ and decay β₀, β₁_
(CrysPy "pseudo-Voigt") | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Double back-to-back exponentials ⊗ pseudo-Voigt
_Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂
Rise α₁, α₂. Fast decay β₀₀, β₀₁. Slow decay β₁₀. Switching r₀₁, r₀₂, r₀₃_
(CrysPy "type0m", Z-Rietveld "type0m") | :ballot_box_with_check: | :ballot_box_with_check: | :date: | +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ----------------------- | ------------------ | +| Pseudo-Voigt (non-convoluted)
_Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂_
(CrysPy "non-conv-pseudo-Voigt"; cross-ref FullProf "Npr=7" TOF) | :white_check_mark: | :white_check_mark: | :date: | +| Jorgensen (back-to-back exponentials ⊗ Gaussian)
_Gaussian broadening σ₀, σ₁, σ₂_
_Back-to-back exponential rise α₀, α₁ and decay β₀, β₁_
(CrysPy "Gauss") | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Jorgensen-Von Dreele (back-to-back exponentials ⊗ pseudo-Voigt)
_Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂_
_Back-to-back exponential rise α₀, α₁ and decay β₀, β₁_
(CrysPy "pseudo-Voigt") | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Double back-to-back exponentials ⊗ pseudo-Voigt
_Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂_
_Rise α₁, α₂. Fast decay β₀₀, β₀₁. Slow decay β₁₀. Switching r₀₁, r₀₂, r₀₃_
(CrysPy "type0m", Z-Rietveld "type0m") | :ballot_box_with_check: | :ballot_box_with_check: | :date: | +| Ikeda-Carpenter ⊗ pseudo-Voigt
_Moderator pulse α₀, α₁, β₀, κ_
_Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂_
(FullProf "Npr=13") | :date: | :date: | :date: | +| Microstructural size/strain broadening
_Gaussian size_g, strain_g. Lorentzian size_l, strain_l_
(available in CrysPy backend; not yet exposed in EasyDiffraction) | :date: | :date: | :date: | + +TOF profiles by source type and relative performance: + +| TOF profile | TOF source | Performance | +| ------------------------------------------------------------------- | ----------------------------------------------------------------- | ----------- | +| Pseudo-Voigt (non-convoluted) | Symmetric profile; simplest TOF case | Fastest | +| Jorgensen (back-to-back exponentials ⊗ Gaussian) | Simpler TOF profile, including reactor-source TOF implementations | Fast | +| Jorgensen-Von Dreele (back-to-back exponentials ⊗ pseudo-Voigt) | Spallation-source TOF | Slower | +| Double back-to-back exponentials ⊗ pseudo-Voigt (Z-Rietveld type0m) | Spallation-source TOF; more elaborate asymmetric profile | Slowest | +| Ikeda-Carpenter ⊗ pseudo-Voigt | Spallation-source TOF; moderator pulse shape model | Moderate | ## 2.1.3. Total Scattering (Pair Distribution Function) ### Peak Profile -| Feature | LIB | CLI | APP | -| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | -| Gaussian-damped sinc termination function
_cutoff q. broadening q. sharpening δ₁, δ₂
damping q, particle diameter_ (Pdffit2) | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| -------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Gaussian-damped sinc termination function
_cutoff q, broadening q, sharpening δ₁, δ₂_
_damping q, particle diameter_ (Pdffit2) | :white_check_mark: | :white_check_mark: | :date: | --- @@ -184,6 +212,9 @@ Implementation status: ### Extinction +CrysPy's extinction is an analytical Becker-Coppens spherical model with +a Gaussian or Lorentzian mosaicity distribution. + | Feature | LIB | CLI | APP | | ------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | | Isotropic Becker-Coppens, Gaussian model: _radius, mosaicity_ (CrysPy) | :white_check_mark: | :white_check_mark: | :white_check_mark: | @@ -224,7 +255,7 @@ Implementation status: | ----------------------------- | ------------------ | ------------------ | ------------------ | | Flipping-ratio method (TOF) | :date: | :date: | :date: | | Flipping-ratio method (CWL) | :date: | :date: | :date: | -| XYZ Polarisation | :date: | :date: | :date: | +| XYZ Polarisation | :date: | :date: | :date: | | Spherical neutron polarimetry | :date: | :date: | :date: | --- @@ -242,21 +273,28 @@ Implementation status: ### Calculation Modes -| Feature | LIB | CLI | APP | -| ----------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Calculate diffraction pattern for fitting/comparison against simulated or measured data | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Calculate diffraction pattern for simple view without fitting/comparison against simulated or measured data | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Calculate structure factors | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Feature | LIB | CLI | APP | +| ----------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Calculate diffraction pattern for fitting/comparison against simulated or measured data | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Calculate diffraction pattern for simple view without fitting/comparison against simulated or measured data | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Calculate structure factors | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Refinement Algorithms (numerical derivatives) -| Feature | LIB | CLI | APP | -| ----------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Levenberg–Marquardt
LMFIT minimizer | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Levenberg–Marquardt
LMFIT minimizer (scipy-based) | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Levenberg–Marquardt
BUMPS minimizer | :construction: | :construction: | :date: | -| Derivative-free minimization
DFO-LS minimizer | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Bayesian analysis
BUMPS minimizer | :date: | :date: | :date: | +| Feature | LIB | CLI | APP | +| ----------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Levenberg–Marquardt
LMFIT minimizer | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Levenberg–Marquardt
LMFIT minimizer (scipy-based) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Levenberg–Marquardt
BUMPS minimizer | :white_check_mark: | :white_check_mark: | :date: | +| Derivative-free minimization
DFO-LS minimizer | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Nelder-Mead / differential evolution
BUMPS (Amoeba, DE) | :white_check_mark: | :white_check_mark: | :date: | + +### Bayesian Analysis (sampling) + +| Feature | LIB | CLI | APP | +| -------------------------------------------- | ------------------ | ------------------ | ------------------ | +| MCMC sampling
BUMPS DREAM minimizer | :white_check_mark: | :white_check_mark: | :date: | +| Affine-invariant ensemble sampling
emcee | :white_check_mark: | :white_check_mark: | :date: | ### Fit Strategies @@ -304,12 +342,14 @@ Implementation status: ### Project Files -Project files are a way to save and load the full state of a refinement, including the structure model, experimental data, fit settings, and results. +Project files are a way to save and load the full state of a refinement, +including the structure model, experimental data, fit settings, and +results. -| Feature | LIB | CLI | APP | -| ----------------------- | ------------------ | ------------------ | ------------------ | -| Load full project from disk | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Save full project to disk | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Feature | LIB | CLI | APP | +| --------------------------- | ------------------ | ------------------ | ------------------ | +| Load full project from disk | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Save full project to disk | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Data Loading @@ -410,14 +450,14 @@ Project files are a way to save and load the full state of a refinement, includi # 10. Unsorted features -| Feature | LIB | CLI | APP | -| --------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Set free parameters by category (e.g. all atomic positions, all ADPs) | | | | -| Add category with fit quality metrics (e.g. chi2, R-factors) | | | | -| Restraints (soft constraints, e.g. bond lengths, angles) | | | | -| Refinement using analytical derivatives | | | | -| Global optimization algorithms (e.g. simulated annealing) | | | | -| Incommensurate structures | | | | -| 2D Rietveld refinement | | | | -| Built-in refinement strategies for common refinement workflows | | | | -| Chatbot window for natural-language requests during the analysis process | | — | — | +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | +| Set free parameters by category (e.g. all atomic positions, all ADPs) | :date: | :date: | :date: | +| Add category with fit quality metrics (e.g. chi2, R-factors) | :date: | :date: | :date: | +| Restraints (soft constraints, e.g. bond lengths, angles) | :date: | :date: | :date: | +| Refinement using analytical derivatives | :date: | :date: | :date: | +| Global optimization algorithms (e.g. simulated annealing) | :date: | :date: | :date: | +| Incommensurate structures | :date: | :date: | :date: | +| 2D Rietveld refinement | :date: | :date: | :date: | +| Built-in refinement strategies for common refinement workflows | :date: | :date: | :date: | +| Chatbot window for natural-language requests during the analysis process | :date: | — | — | diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 44e7637e9..f00cb6b39 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -197,6 +197,8 @@ exclude_docs: | nav: - Introduction: - Introduction: introduction/index.md + - Features: + - Features: features/index.md - Installation & Setup: - Installation & Setup: installation-and-setup/index.md - User Guide: From 80e9de248461ca997e61ed84423499bcb8e08610 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Fri, 19 Jun 2026 13:12:54 +0200 Subject: [PATCH 26/64] Rename verification scripts for total scattering profiles --- ... => total-neut-cwl_Ni_gaussian-damped-sinc.ipynb} | 0 ....py => total-neut-cwl_Ni_gaussian-damped-sinc.py} | 0 ... => total-neut-tof_Si_gaussian-damped-sinc.ipynb} | 0 ....py => total-neut-tof_Si_gaussian-damped-sinc.py} | 0 ...nb => total-xray_NaCl_gaussian-damped-sinc.ipynb} | 0 ...nc.py => total-xray_NaCl_gaussian-damped-sinc.py} | 0 docs/mkdocs.yml | 12 ++++++------ 7 files changed, 6 insertions(+), 6 deletions(-) rename docs/docs/verification/{pd-neut-cwl-total_Ni_gaussian-damped-sinc.ipynb => total-neut-cwl_Ni_gaussian-damped-sinc.ipynb} (100%) rename docs/docs/verification/{pd-neut-cwl-total_Ni_gaussian-damped-sinc.py => total-neut-cwl_Ni_gaussian-damped-sinc.py} (100%) rename docs/docs/verification/{pd-neut-tof-total_Si_gaussian-damped-sinc.ipynb => total-neut-tof_Si_gaussian-damped-sinc.ipynb} (100%) rename docs/docs/verification/{pd-neut-tof-total_Si_gaussian-damped-sinc.py => total-neut-tof_Si_gaussian-damped-sinc.py} (100%) rename docs/docs/verification/{pd-xray-cwl-total_NaCl_gaussian-damped-sinc.ipynb => total-xray_NaCl_gaussian-damped-sinc.ipynb} (100%) rename docs/docs/verification/{pd-xray-cwl-total_NaCl_gaussian-damped-sinc.py => total-xray_NaCl_gaussian-damped-sinc.py} (100%) diff --git a/docs/docs/verification/pd-neut-cwl-total_Ni_gaussian-damped-sinc.ipynb b/docs/docs/verification/total-neut-cwl_Ni_gaussian-damped-sinc.ipynb similarity index 100% rename from docs/docs/verification/pd-neut-cwl-total_Ni_gaussian-damped-sinc.ipynb rename to docs/docs/verification/total-neut-cwl_Ni_gaussian-damped-sinc.ipynb diff --git a/docs/docs/verification/pd-neut-cwl-total_Ni_gaussian-damped-sinc.py b/docs/docs/verification/total-neut-cwl_Ni_gaussian-damped-sinc.py similarity index 100% rename from docs/docs/verification/pd-neut-cwl-total_Ni_gaussian-damped-sinc.py rename to docs/docs/verification/total-neut-cwl_Ni_gaussian-damped-sinc.py diff --git a/docs/docs/verification/pd-neut-tof-total_Si_gaussian-damped-sinc.ipynb b/docs/docs/verification/total-neut-tof_Si_gaussian-damped-sinc.ipynb similarity index 100% rename from docs/docs/verification/pd-neut-tof-total_Si_gaussian-damped-sinc.ipynb rename to docs/docs/verification/total-neut-tof_Si_gaussian-damped-sinc.ipynb diff --git a/docs/docs/verification/pd-neut-tof-total_Si_gaussian-damped-sinc.py b/docs/docs/verification/total-neut-tof_Si_gaussian-damped-sinc.py similarity index 100% rename from docs/docs/verification/pd-neut-tof-total_Si_gaussian-damped-sinc.py rename to docs/docs/verification/total-neut-tof_Si_gaussian-damped-sinc.py diff --git a/docs/docs/verification/pd-xray-cwl-total_NaCl_gaussian-damped-sinc.ipynb b/docs/docs/verification/total-xray_NaCl_gaussian-damped-sinc.ipynb similarity index 100% rename from docs/docs/verification/pd-xray-cwl-total_NaCl_gaussian-damped-sinc.ipynb rename to docs/docs/verification/total-xray_NaCl_gaussian-damped-sinc.ipynb diff --git a/docs/docs/verification/pd-xray-cwl-total_NaCl_gaussian-damped-sinc.py b/docs/docs/verification/total-xray_NaCl_gaussian-damped-sinc.py similarity index 100% rename from docs/docs/verification/pd-xray-cwl-total_NaCl_gaussian-damped-sinc.py rename to docs/docs/verification/total-xray_NaCl_gaussian-damped-sinc.py diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index f00cb6b39..c7827243b 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -280,12 +280,12 @@ nav: - LiF absorption: verification/pd-xray-cwl_LiF_single_absorption.ipynb - LiF doublet: verification/pd-xray-cwl_LiF_doublet.ipynb - PbSO4 round robin: verification/pd-xray-cwl_PbSO4_round-robin.ipynb - - Powder, X-ray, constant wavelength, total scattering: - - NaCl gaussian-damped sinc: verification/pd-xray-cwl-total_NaCl_gaussian-damped-sinc.ipynb - - Powder, neutron, constant wavelength, total scattering: - - Ni gaussian-damped sinc: verification/pd-neut-cwl-total_Ni_gaussian-damped-sinc.ipynb - - Powder, neutron, time-of-flight, total scattering: - - Si gaussian-damped sinc: verification/pd-neut-tof-total_Si_gaussian-damped-sinc.ipynb + - Total scattering, X-ray: + - NaCl gaussian-damped sinc: verification/total-xray_NaCl_gaussian-damped-sinc.ipynb + - Total scattering, neutron, constant wavelength: + - Ni gaussian-damped sinc: verification/total-neut-cwl_Ni_gaussian-damped-sinc.ipynb + - Total scattering, neutron, time-of-flight: + - Si gaussian-damped sinc: verification/total-neut-tof_Si_gaussian-damped-sinc.ipynb - Single crystal, neutron, constant wavelength: - Pr2NiO4 basic: verification/sc-neut-cwl_Pr2NiO4_basic.ipynb - Tb2Ti2O7 basic: verification/sc-neut-cwl_Tb2Ti2O7_basic.ipynb From 3127c43c98b427e67585d5e43414998296e5b0cf Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Fri, 19 Jun 2026 13:13:14 +0200 Subject: [PATCH 27/64] Refactor verification documentation for LaB6 and add new profiles for NCAF, Ni, Si, and NaCl --- docs/docs/verification/index.md | 71 +++++++++++++++++---------------- 1 file changed, 37 insertions(+), 34 deletions(-) diff --git a/docs/docs/verification/index.md b/docs/docs/verification/index.md index 683229624..29d651f62 100644 --- a/docs/docs/verification/index.md +++ b/docs/docs/verification/index.md @@ -12,6 +12,19 @@ inside the notebook. ## Powder, Neutron, Constant Wavelength +### LaB6 + +- [pd-neut-cwl LaB6 basic](pd-neut-cwl_LaB6_basic.ipynb) – verifies the + _baseline_ LaB6 powder pattern. +- [pd-neut-cwl LaB6 11B isotope](pd-neut-cwl_LaB6_11B.ipynb) – verifies + the **11B isotope** contribution. +- [pd-neut-cwl LaB6 SyCos/SySin shifts](pd-neut-cwl_LaB6_sycos-sysin.ipynb) + – verifies the **SyCos/SySin** peak-position corrections. +- [pd-neut-cwl LaB6 FCJ asymmetry](pd-neut-cwl_LaB6_fcj-asymmetry.ipynb) + – verifies the **Finger-Cox-Jephcoat asymmetry** correction. +- [pd-neut-cwl LaB6 absorption](pd-neut-cwl_LaB6_absorption.ipynb) – + verifies **Debye-Scherrer absorption** correction. + ### LBCO - [pd-neut-cwl LBCO basic pseudo-Voigt](pd-neut-cwl_LBCO_basic.ipynb) – @@ -26,19 +39,6 @@ inside the notebook. - [pd-neut-cwl PbSO4 Berar-Baldinozzi asymmetry](pd-neut-cwl_PbSO4_beba-asymmetry.ipynb) – verifies the **empirical asymmetry** correction. -### LaB6 - -- [pd-neut-cwl LaB6 basic](pd-neut-cwl_LaB6_basic.ipynb) – verifies the - _baseline_ LaB6 powder pattern. -- [pd-neut-cwl LaB6 11B isotope](pd-neut-cwl_LaB6_11B.ipynb) – verifies - the **11B isotope** contribution. -- [pd-neut-cwl LaB6 SyCos/SySin shifts](pd-neut-cwl_LaB6_sycos-sysin.ipynb) - – verifies the **SyCos/SySin** peak-position corrections. -- [pd-neut-cwl LaB6 FCJ asymmetry](pd-neut-cwl_LaB6_fcj-asymmetry.ipynb) - – verifies the **Finger-Cox-Jephcoat asymmetry** correction. -- [pd-neut-cwl LaB6 absorption](pd-neut-cwl_LaB6_absorption.ipynb) – - verifies **Debye-Scherrer absorption** correction. - ### Y2O3 - [pd-neut-cwl Y2O3 isotropic ADPs](pd-neut-cwl_Y2O3_isotropic-adp.ipynb) @@ -51,7 +51,13 @@ inside the notebook. ### Fe - [pd-neut-tof Fe pseudo-Voigt profile](pd-neut-tof_Fe_pseudo-voigt.ipynb) - – verifies the _baseline_ non-convoluted pseudo-Voigt profile. + – verifies the _baseline_ **non-convoluted pseudo-Voigt** profile. + +### NCAF + +- [pd-neut-tof NCAF Jorgensen-Von Dreele profile](pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb) + – verifies the **Jorgensen-Von Dreele pseudo-Voigt** profile without + Lorentzian broadening terms. ### Si @@ -60,9 +66,6 @@ inside the notebook. - [pd-neut-tof Si Jorgensen-Von Dreele profile](pd-neut-tof_Si_jorgensen-von-dreele.ipynb) – verifies the **Jorgensen-Von Dreele pseudo-Voigt** profile with Lorentzian broadening terms. -- [pd-neut-tof NCAF Jorgensen-Von Dreele profile](pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb) - – verifies the **Jorgensen-Von Dreele pseudo-Voigt** profile without - Lorentzian broadening terms. ## Powder, X-Ray, Constant Wavelength @@ -83,23 +86,6 @@ inside the notebook. verifies the anglesite X-ray round-robin case with empirical asymmetry. -## Powder, Total Scattering - -### NaCl - -- [pd-xray-cwl-total NaCl gaussian-damped sinc](pd-xray-cwl-total_NaCl_gaussian-damped-sinc.ipynb) - – verifies the **X-ray PDF** calculations. - -### Ni - -- [pd-neut-cwl-total Ni gaussian-damped sinc](pd-neut-cwl-total_Ni_gaussian-damped-sinc.ipynb) - – verifies the **neutron constant wavelength PDF** calculations. - -### Si - -- [pd-neut-tof-total Si gaussian-damped sinc](pd-neut-tof-total_Si_gaussian-damped-sinc.ipynb) - – verifies the **neutron time-of-flight PDF** calculations. - ## Single Crystal, Neutron, Constant Wavelength ### Pr2NiO4 @@ -115,3 +101,20 @@ inside the notebook. – verifies the **isotropic extinction** model. - [sc-neut-cwl Tb2Ti2O7 anisotropic ADPs](sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.ipynb) – verifies **beta-tensor anisotropic ADPs**. + +## Powder, Total Scattering + +### Ni + +- [total-neut-cwl Ni gaussian-damped sinc](total-neut-cwl_Ni_gaussian-damped-sinc.ipynb) + – verifies the **neutron constant wavelength PDF** calculations. + +### Si + +- [total-neut-tof Si gaussian-damped sinc](total-neut-tof_Si_gaussian-damped-sinc.ipynb) + – verifies the **neutron time-of-flight PDF** calculations. + +### NaCl + +- [total-xray NaCl gaussian-damped sinc](total-xray_NaCl_gaussian-damped-sinc.ipynb) + – verifies the **X-ray PDF** calculations. From 13cfab458691c342e77d5072d539c2e56dd8a0b4 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Fri, 19 Jun 2026 13:13:30 +0200 Subject: [PATCH 28/64] Add features section to documentation overview --- docs/docs/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/index.md b/docs/docs/index.md index f0b4404f6..79c522769 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -7,6 +7,10 @@ Here is a brief overview of the main documentation sections: - [:material-information-slab-circle: Introduction](introduction/index.md) – Provides a description of EasyDiffraction, including its purpose, licensing, latest release details, and contact information. +- [:material-clipboard-check-outline: Features](features/index.md) – A + capability matrix of what EasyDiffraction supports across the library, + command line, and application, including current status and planned + work. - [:material-cog-box: Installation & Setup](installation-and-setup/index.md) – Guides users through system requirements, environment configuration, and the installation process. From c144cb46527415670b949018f87f3ba664e27fd8 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Fri, 19 Jun 2026 13:14:06 +0200 Subject: [PATCH 29/64] Enhance features documentation --- docs/docs/features/index.md | 267 +++++++++++++++++++----------------- 1 file changed, 144 insertions(+), 123 deletions(-) diff --git a/docs/docs/features/index.md b/docs/docs/features/index.md index 8275df748..efd387ed5 100644 --- a/docs/docs/features/index.md +++ b/docs/docs/features/index.md @@ -26,10 +26,20 @@ Implementation status: - :date: 1/5 – `lowest` Very low urgency - — Not applicable -Where a capability comes from a calculation backend, the backend is -named in parentheses (CrysPy, CrysFML, Pdffit2). For peak profiles, the -EasyDiffraction profile name is given first, with FullProf / CrysPy -equivalents as cross-references. +Each implemented capability lists the calculation engine(s) that provide +it (`cryspy`, `crysfml`, `pdffit2`), or `easydiffraction` where +EasyDiffraction performs it directly rather than through a calculation +engine. Structure-model inputs are shared +and consumed by every active engine. Where the backend uses a specific +profile keyword it is shown in quotes (e.g. `cryspy` "Gauss"). We also +include `FullProf` cross-references to the equivalent `.pcr` entry where +applicable, to help users familiar with `FullProf` understand how their existing knowledge and workflows map to EasyDiffraction. + +In the CLI column, :ballot_box_with_check: marks a capability that is +supported but set up by editing the project's text files (`.edi`/CIF) +in a separate editor — the command-line interface runs refinements +(`fit`, `display`, `undo`) but has no command to edit models, +parameters, or constraints directly. --- @@ -39,40 +49,40 @@ equivalents as cross-references. ### Space Group -| Feature | LIB | CLI | APP | -| ---------------------------------- | ------------------ | ------------------ | ------------------ | -| Hermann-Mauguin space-group symbol | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Space group IT number | :date: | :date: | :date: | -| IT coordinate system code | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Feature | LIB | CLI | APP | +| ---------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Hermann-Mauguin space-group symbol
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Space group IT number | :date: | :date: | :date: | +| IT coordinate system code
- `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Cell -| Feature | LIB | CLI | APP | -| ----------------------- | ------------------ | ------------------ | ------------------ | -| Lengths _a, b, c_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Angles _α, β, γ_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Feature | LIB | CLI | APP | +| -------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Lengths _a, b, c_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Angles _α, β, γ_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Atom Sites -| Feature | LIB | CLI | APP | -| ---------------------------------------------- | ------------------ | ------------------ | ------------------ | -| X-ray scattering factors (tabulated, CrysPy) | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Neutron scattering lengths (tabulated, CrysPy) | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Per-isotope neutron scattering length | :white_check_mark: | :white_check_mark: | :date: | -| Custom neutron scattering length | :date: | :date: | :date: | -| Fractional coordinates _x, y, z_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Occupancy | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Symmetry _wyckoff_letter_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Feature | LIB | CLI | APP | +| -------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| X-ray scattering factors (tabulated)
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Neutron scattering lengths (tabulated, natural element)
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Isotope-specific neutron scattering length
_(e.g. ¹¹B, ²H — beyond the natural element)_
- `cryspy` | :white_check_mark: | :white_check_mark: | :date: | +| Custom neutron scattering length
- `FullProf` (cross-ref) "Nsc (user-defined scattering)" | :date: | :date: | :date: | +| Fractional coordinates _x, y, z_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Occupancy
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Symmetry _wyckoff_letter_
- `easydiffraction` | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Atomic Displacement (ADP) -| Feature | LIB | CLI | APP | -| --------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Isotropic _Biso_ | :white_check_mark: | :white_check_mark: | :date: | -| Isotropic _Uiso_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Anisotropic _Bani_ (_B11, B22, B33, B12, B13, B23_) | :white_check_mark: | :white_check_mark: | :date: | -| Anisotropic _Uani_ (_U11, U22, U33, U12, U13, U23_) | :white_check_mark: | :white_check_mark: | :date: | -| Anisotropic _β_ (_β11, β22, β33, β12, β13, β23_) | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| -------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Isotropic _Biso_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :date: | +| Isotropic _Uiso_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Anisotropic _Bani_ (_B11, B22, B33, B12, B13, B23_)
- `cryspy`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :date: | +| Anisotropic _Uani_ (_U11, U22, U33, U12, U13, U23_)
- `cryspy`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :date: | +| Anisotropic _β_ (_β11, β22, β33, β12, β13, β23_)
- `cryspy` | :white_check_mark: | :white_check_mark: | :date: | --- @@ -83,8 +93,8 @@ equivalents as cross-references. | Irreducible representations | :date: | :date: | :date: | | Magnetic Space Groups | :date: | :date: | :date: | | Symmetry-adapted modes | :date: | :date: | :date: | -| Magnetic propagation vector (_kx, ky, kz_) | :date: | :date: | :date: | -| Magnetic moments (_mx, my, mz_) | :date: | :date: | :date: | +| Magnetic propagation vector (_kx, ky, kz_)
- `FullProf` (cross-ref) "Nvk (propagation vectors)" | :date: | :date: | :date: | +| Magnetic moments (_mx, my, mz_)
- `FullProf` (cross-ref) "Rx, Ry, Rz" | :date: | :date: | :date: | | Local Susceptibility (_𝜒11, 𝜒22, 𝜒33, 𝜒12, 𝜒13, 𝜒23_) | :date: | :date: | :date: | --- @@ -118,75 +128,76 @@ equivalents as cross-references. ### Linked Phases -| Feature | LIB | CLI | APP | -| ----------------------- | ------------------ | ------------------ | ------------------ | -| Scale factor | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Feature | LIB | CLI | APP | +| ---------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Scale factor
- `easydiffraction` | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Excluded Regions | Feature | LIB | CLI | APP | | ------------------------------------------ | ------------------ | ------------------ | ------------------ | -| Multiple regions
_start/end positions_ | :white_check_mark: | :white_check_mark: | :date: | +| Multiple regions
_start/end positions_
- `easydiffraction` | :white_check_mark: | :white_check_mark: | :date: | ## 2.1.2. Standard Bragg diffraction ### Fitting Methods -| Feature | LIB | CLI | APP | -| ------------------------------------- | ------------------ | ------------------ | ------------------ | -| Rietveld refinement (full pattern) | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Le Bail refinement (profile matching) | :date: | :date: | :date: | +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | +| Rietveld refinement (full pattern)
- `cryspy`
- `crysfml` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Le Bail refinement (profile matching)
- `FullProf` (cross-ref) "Jbt=2 (profile matching)" | :date: | :date: | :date: | ### Background -| Feature | LIB | CLI | APP | -| --------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Line segments type _x, y_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Chebyshev polynomial type _order, coefficient_ | :white_check_mark: | :white_check_mark: | :date: | -| Automatic background estimation
_one-call baseline (auto, arPLS, FABC, SNIP)_ | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | +| Line segments type _x, y_
- `easydiffraction`
- `FullProf` (cross-ref) "Nba" (linear interpolation points) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Chebyshev polynomial type _order, coefficient_
- `easydiffraction`
- `FullProf` (cross-ref) "Nba=0 (polynomial background)" | :white_check_mark: | :white_check_mark: | :date: | +| Automatic background estimation
_auto, arPLS, FABC, SNIP_
- `easydiffraction` | :white_check_mark: | :white_check_mark: | :date: | ### Preferred Orientation -| Feature | LIB | CLI | APP | -| ----------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| March–Dollase _march_r, hkl axis, random fraction_ (CrysPy) | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | +| March–Dollase
_march_r, random fraction, hkl axis_
- `cryspy`
- `FullProf` (cross-ref) "Nor=1", "Pref1/2, Pr1/2/3" | :white_check_mark: | :white_check_mark: | :date: | ### Instrument — Constant Wavelength -| Feature | LIB | CLI | APP | -| -------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Wavelength | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Second wavelength _λ₂, I₂/I₁ ratio_ | :white_check_mark: | :white_check_mark: | :date: | -| 2θ offset | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Sample displacement correction (FullProf _SyCos, SySin_) | :white_check_mark: | :white_check_mark: | :date: | -| Sample transparency correction | :white_check_mark: | :white_check_mark: | :date: | -| Absorption correction | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | +| Wavelength
- `cryspy`
- `crysfml`
- `FullProf` (cross-ref) "Lambda1" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Second wavelength _λ₂, I₂/I₁ ratio_
- `easydiffraction`
- `FullProf` (cross-ref) "Lambda2, Ratio" | :white_check_mark: | :white_check_mark: | :date: | +| 2θ offset
- `cryspy`
- `crysfml`
- `FullProf` (cross-ref) "Zero" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Sample displacement correction
- `cryspy`
- `FullProf` (cross-ref) "SyCos, SySin" | :white_check_mark: | :white_check_mark: | :date: | +| Sample transparency correction
- `cryspy` | :white_check_mark: | :white_check_mark: | :date: | +| Absorption correction (cylinder, Hewat)
- `easydiffraction`
- `FullProf` (cross-ref) "muR" | :white_check_mark: | :white_check_mark: | :date: | +| X-ray Lorentz-polarization correction
_polarization coefficient, monochromator 2θ_
- `cryspy`
- `easydiffraction` (for `crysfml`)
- `FullProf` (cross-ref) "Cthm, Rpolarz" | :white_check_mark: | :white_check_mark: | :date: | ### Instrument — Time-of-Flight -| Feature | LIB | CLI | APP | -| -------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| 2θ bank | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| d → TOF conversion
_reciprocal, offset, linear, quadratic_ | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Feature | LIB | CLI | APP | +| -------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| 2θ bank
- `cryspy`
- `FullProf` (cross-ref) "2-theta bank" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| d → TOF conversion
_offset, linear, quadratic_
_(reciprocal defined but not yet wired)_
- `cryspy`
- `FullProf` (cross-ref) "Dtt1, Dtt2, Zero;
reciprocal = Dtt2t (Npr=10)" | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Peak Profile — Constant Wavelength -| Feature | LIB | CLI | APP | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Pseudo-Voigt
_Gaussian broadening U, V, W. Lorentzian broadening X, Y_
(CrysPy, CrysFML; cross-ref FullProf "Npr=7" shape) | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Pseudo-Voigt + Bérar-Baldinozzi asymmetry
_Gaussian broadening U, V, W. Lorentzian broadening X, Y_
_Bérar-Baldinozzi empirical asymmetry a₀, b₀, a₁, b₁_
(CrysPy; cross-ref FullProf "Asy1-4") | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Thompson-Cox-Hastings pseudo-Voigt + Finger-Cox-Jephcoat asymmetry
_Gaussian broadening U, V, W. Lorentzian broadening X, Y_
_Finger-Cox-Jephcoat asymmetry 1, 2_
(CrysFML; cross-ref FullProf "Npr=7", S_L/D_L) | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Thompson-Cox-Hastings pseudo-Voigt
_Gaussian broadening U, V, W._
_Lorentzian broadening X, Y_
- `cryspy`
- `crysfml`
- `FullProf` (cross-ref) "Npr=7" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Thompson-Cox-Hastings pseudo-Voigt
+ Bérar-Baldinozzi asymmetry
_Gaussian broadening U, V, W._
_Lorentzian broadening X, Y_
_Bérar-Baldinozzi empirical asymmetry a₀, b₀, a₁, b₁_
- `cryspy`
- `FullProf` (cross-ref) "Npr=7" + "Asy1-4" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Thompson-Cox-Hastings pseudo-Voigt
+ Finger-Cox-Jephcoat asymmetry
_Gaussian broadening U, V, W._
_Lorentzian broadening X, Y_
_Finger-Cox-Jephcoat asymmetry 1, 2_
- `crysfml`
- `FullProf` (cross-ref) "Npr=7" + "S_L/D_L" | :white_check_mark: | :white_check_mark: | :date: | ### Peak Profile — Time-of-Flight -| Feature | LIB | CLI | APP | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ----------------------- | ------------------ | -| Pseudo-Voigt (non-convoluted)
_Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂_
(CrysPy "non-conv-pseudo-Voigt"; cross-ref FullProf "Npr=7" TOF) | :white_check_mark: | :white_check_mark: | :date: | -| Jorgensen (back-to-back exponentials ⊗ Gaussian)
_Gaussian broadening σ₀, σ₁, σ₂_
_Back-to-back exponential rise α₀, α₁ and decay β₀, β₁_
(CrysPy "Gauss") | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Jorgensen-Von Dreele (back-to-back exponentials ⊗ pseudo-Voigt)
_Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂_
_Back-to-back exponential rise α₀, α₁ and decay β₀, β₁_
(CrysPy "pseudo-Voigt") | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Double back-to-back exponentials ⊗ pseudo-Voigt
_Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂_
_Rise α₁, α₂. Fast decay β₀₀, β₀₁. Slow decay β₁₀. Switching r₀₁, r₀₂, r₀₃_
(CrysPy "type0m", Z-Rietveld "type0m") | :ballot_box_with_check: | :ballot_box_with_check: | :date: | -| Ikeda-Carpenter ⊗ pseudo-Voigt
_Moderator pulse α₀, α₁, β₀, κ_
_Gaussian broadening σ₀, σ₁, σ₂. Lorentzian broadening γ₀, γ₁, γ₂_
(FullProf "Npr=13") | :date: | :date: | :date: | -| Microstructural size/strain broadening
_Gaussian size_g, strain_g. Lorentzian size_l, strain_l_
(available in CrysPy backend; not yet exposed in EasyDiffraction) | :date: | :date: | :date: | +| Feature | LIB | CLI | APP | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ----------------------- | ------------------ | +| Pseudo-Voigt (non-convoluted)
_Gaussian broadening σ₀, σ₁, σ₂._
_Lorentzian broadening γ₀, γ₁, γ₂_
- `cryspy` "non-conv-pseudo-Voigt"
- `FullProf` (cross-ref) "Npr=7" (TOF) | :white_check_mark: | :white_check_mark: | :date: | +| Jorgensen (back-to-back exponentials ⊗ Gaussian)
_Gaussian broadening σ₀, σ₁, σ₂_
_Back-to-back exponential rise α₀, α₁ and decay β₀, β₁_
- `cryspy` "Gauss"
- `FullProf` (cross-ref) "Npr=9" (Gaussian limit) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Jorgensen-Von Dreele
(back-to-back exponentials ⊗ pseudo-Voigt)
_Gaussian broadening σ₀, σ₁, σ₂._
_Lorentzian broadening γ₀, γ₁, γ₂_
_Back-to-back exponential rise α₀, α₁ and decay β₀, β₁_
- `cryspy` "pseudo-Voigt"
- `FullProf` (cross-ref) "Npr=9" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Double back-to-back exponentials ⊗ pseudo-Voigt
_Gaussian broadening σ₀, σ₁, σ₂._
_Lorentzian broadening γ₀, γ₁, γ₂_
_Rise α₁, α₂. Fast decay β₀₀, β₀₁._
_Slow decay β₁₀. Switching r₀₁, r₀₂, r₀₃_
- `cryspy` "type0m"
- Z-Rietveld (cross-ref) "type0m"
(no direct `FullProf` Npr; cf. Npr=10 two-component) | :ballot_box_with_check: | :ballot_box_with_check: | :date: | +| Ikeda-Carpenter ⊗ pseudo-Voigt
_Moderator pulse α₀, α₁, β₀, κ_
_Gaussian broadening σ₀, σ₁, σ₂._
_Lorentzian broadening γ₀, γ₁, γ₂_
- `FullProf` (cross-ref) "Npr=13" | :date: | :date: | :date: | +| Microstructural size/strain broadening
_extends Jorgensen (Gaussian size_g, strain_g)_
_and Jorgensen-Von Dreele (+ Lorentzian size_l, strain_l)_
- available in `cryspy` backend;
not yet exposed in `easydiffraction`
- `FullProf` (cross-ref) "Iso-GSize, Iso-GStrain,
Iso-LorSize, Iso-LorStrain" | :date: | :date: | :date: | TOF profiles by source type and relative performance: @@ -202,9 +213,9 @@ TOF profiles by source type and relative performance: ### Peak Profile -| Feature | LIB | CLI | APP | -| -------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Gaussian-damped sinc termination function
_cutoff q, broadening q, sharpening δ₁, δ₂_
_damping q, particle diameter_ (Pdffit2) | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Gaussian-damped sinc termination function
_cutoff q (Qmax), broadening (Qbroad), sharpening δ₁, δ₂_
_damping (Qdamp), particle diameter (spdiameter)_
- `pdffit2` | :white_check_mark: | :white_check_mark: | :date: | --- @@ -215,11 +226,11 @@ TOF profiles by source type and relative performance: CrysPy's extinction is an analytical Becker-Coppens spherical model with a Gaussian or Lorentzian mosaicity distribution. -| Feature | LIB | CLI | APP | -| ------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | -| Isotropic Becker-Coppens, Gaussian model: _radius, mosaicity_ (CrysPy) | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Isotropic Becker-Coppens, Lorentzian model: _radius, mosaicity_ (CrysPy) | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Anisotropic extinction correction | :date: | :date: | :date: | +| Feature | LIB | CLI | APP | +| ---------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Isotropic Becker-Coppens, Gaussian model:
_radius, mosaicity_
- `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Isotropic Becker-Coppens, Lorentzian model:
_radius, mosaicity_
- `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Anisotropic extinction correction
- `FullProf` (cross-ref) "Ext (Line 29)" | :date: | :date: | :date: | ### Twinning / domains @@ -229,16 +240,16 @@ a Gaussian or Lorentzian mosaicity distribution. ### Instrument — Constant Wavelength -| Feature | LIB | CLI | APP | -| ----------------------- | ------------------ | ------------------ | ------------------ | -| Wavelength | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Half wavelength (λ/2) | :date: | :date: | :date: | +| Feature | LIB | CLI | APP | +| ---------------------------------------- | ------------------ | ------------------ | ------------------ | +| Wavelength
- `cryspy`
- `FullProf` (cross-ref) "Lambda1" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Half wavelength (λ/2)
- `FullProf` (cross-ref) "x-Lambda/2" | :date: | :date: | :date: | ### Instrument — Time-of-Flight -| Feature | LIB | CLI | APP | -| ------------------------------------ | ------------------ | ------------------ | ------------------ | -| Individual wavelength per reflection | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| -------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Individual wavelength per reflection
- `cryspy` | :white_check_mark: | :white_check_mark: | :date: | --- @@ -273,11 +284,11 @@ a Gaussian or Lorentzian mosaicity distribution. ### Calculation Modes -| Feature | LIB | CLI | APP | -| ----------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Calculate diffraction pattern for fitting/comparison against simulated or measured data | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Calculate diffraction pattern for simple view without fitting/comparison against simulated or measured data | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Calculate structure factors | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Feature | LIB | CLI | APP | +| --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Calculate diffraction pattern for fitting/comparison
against simulated or measured data
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Calculate diffraction pattern for simple view
without fitting/comparison against
simulated or measured data
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Calculate structure factors
- `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Refinement Algorithms (numerical derivatives) @@ -287,23 +298,26 @@ a Gaussian or Lorentzian mosaicity distribution. | Levenberg–Marquardt
LMFIT minimizer (scipy-based) | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Levenberg–Marquardt
BUMPS minimizer | :white_check_mark: | :white_check_mark: | :date: | | Derivative-free minimization
DFO-LS minimizer | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Nelder-Mead / differential evolution
BUMPS (Amoeba, DE) | :white_check_mark: | :white_check_mark: | :date: | +| Nelder-Mead
BUMPS Amoeba minimizer | :white_check_mark: | :white_check_mark: | :date: | +| Differential evolution
BUMPS DE minimizer | :white_check_mark: | :white_check_mark: | :date: | ### Bayesian Analysis (sampling) -| Feature | LIB | CLI | APP | -| -------------------------------------------- | ------------------ | ------------------ | ------------------ | -| MCMC sampling
BUMPS DREAM minimizer | :white_check_mark: | :white_check_mark: | :date: | -| Affine-invariant ensemble sampling
emcee | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| ----------------------------------------------- | ------------------ | ------------------ | ------------------ | +| MCMC sampling
BUMPS DREAM minimizer | :white_check_mark: | :white_check_mark: | :date: | +| Affine-invariant ensemble sampling
emcee | :white_check_mark: | :white_check_mark: | :date: | +| Resume sampling
BUMPS DREAM minimizer | :white_check_mark: | :white_check_mark: | :date: | +| Resume sampling
emcee | :white_check_mark: | :white_check_mark: | :date: | ### Fit Strategies | Feature | LIB | CLI | APP | | ----------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Single fit of one experimental data block to one or more structural
data blocks | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Single fit of one experimental data block
to one or more structural data blocks | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Sequential fit of experimental data blocks | :white_check_mark: | :white_check_mark: | :date: | -| Joint fit of experimental data blocks within the same calculation
engine | :white_check_mark: | :white_check_mark: | :date: | -| Joint fit of experimental data blocks using different calculation
engines (e.g. CrysPy + Pdffit2) | :white_check_mark: | :white_check_mark: | :date: | +| Joint fit of experimental data blocks
within the same calculation engine | :white_check_mark: | :white_check_mark: | :date: | +| Joint fit of experimental data blocks using
different calculation engines (e.g. CrysPy + Pdffit2) | :white_check_mark: | :white_check_mark: | :date: | | Custom weighting for joint fit: _weight per dataset_ | :white_check_mark: | :white_check_mark: | :date: | ### Live Fitting @@ -324,17 +338,18 @@ a Gaussian or Lorentzian mosaicity distribution. | Parameter modification | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | | Load individual structure or experiment files | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | | Project-based refinement | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Sequential refinement | :white_check_mark: | :date: | :date: | +| Sequential refinement | :white_check_mark: | :white_check_mark: | :date: | | Save refinement results to project | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Undo last fit | :white_check_mark: | :white_check_mark: | :date: | --- # 6. Constraints -| Feature | LIB | CLI | APP | -| ------------------------------------------------------------------------------------------------- | ------------------ | ----------------------- | ----------------------- | -| Automatic symmetry constraints | :white_check_mark: | :white_check_mark: | :ballot_box_with_check: | -| User-defined constraints
Basic types, e.g.:
"biso_Ba = biso_La"
"occ_Ba = 1 - occ_La" | :white_check_mark: | :ballot_box_with_check: | :date: | +| Feature | LIB | CLI | APP | +| -------------------------------------------------------------------------------------------------- | ------------------ | ----------------------- | ----------------------- | +| Automatic symmetry constraints | :white_check_mark: | :white_check_mark: | :ballot_box_with_check: | +| User-defined constraints
Basic types, e.g.:
"biso_Ba = biso_La"
"occ_Ba = 1 - occ_La" | :white_check_mark: | :ballot_box_with_check: | :date: | --- @@ -356,7 +371,9 @@ results. | Feature | LIB | CLI | APP | | ------------------------------------------- | ------------------ | ----------------------- | ------------------ | | Add structure (to project) from CIF | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | +| Add structure (to project) from edi | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | | Add experiment data (to project) from CIF | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | +| Add experiment data (to project) from edi | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | | Add experiment data (to project) from ASCII | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | | Add experiment data (to project) from NeXus | :date: | :date: | :date: | @@ -384,13 +401,13 @@ results. | Feature | LIB | CLI | APP | | ----------------------------------------- | ------------------ | ------------------ | ----------------------- | -| Visualize unit cell | :date: | :date: | :ballot_box_with_check: | +| Visualize unit cell | :white_check_mark: | :date: | :ballot_box_with_check: | | Visualize multiple unit cells | :date: | :date: | :date: | -| Visualize atom sites as spheres | :date: | :date: | :white_check_mark: | -| Visualize atoms occupied same position | :date: | :date: | :date: | -| Visualize bonds | :date: | :date: | :date: | +| Visualize atom sites as spheres | :white_check_mark: | :date: | :white_check_mark: | +| Visualize atoms occupied same position | :white_check_mark: | :date: | :date: | +| Visualize bonds | :white_check_mark: | :date: | :date: | | Visualize polyhedra | :date: | :date: | :date: | -| Interactive mode
3D rotation, zooming | :date: | :date: | :white_check_mark: | +| Interactive mode
3D rotation, zooming | :white_check_mark: | :date: | :white_check_mark: | ### Magnetic Structure @@ -410,7 +427,7 @@ results. | Plot experimental curve | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Plot calculated curve | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Plot residual curve | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Plot Bragg peaks | :date: 5/5 | — | :white_check_mark: | +| Plot Bragg peaks | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Interactive mode
zooming, panning | :white_check_mark: | — | :white_check_mark: | ### Single Crystal Diffraction @@ -430,7 +447,7 @@ results. | Live update of plots during refinement | — | — | :white_check_mark: | | Live update of fit quality (change in χ²)
_table_ | :white_check_mark: | :white_check_mark: | — | | Live update of fit quality (change in χ²)
_chart_ | :date: | — | :date: | -| Parameter evolution (sequential refinement) | :ballot_box_with_check: | — | :date: | +| Parameter evolution (sequential refinement) | :white_check_mark: | :white_check_mark: | :date: | | Correlation between parameters | :white_check_mark: | :white_check_mark: | :date: | --- @@ -441,23 +458,27 @@ results. | ----------------------------------- | ------------------ | ------------------ | ----------------------- | | New unified documentation structure | :white_check_mark: | :white_check_mark: | :date: | | Introduction | :white_check_mark: | :white_check_mark: | :ballot_box_with_check: | +| Features | :white_check_mark: | :white_check_mark: | :date: | | Installation and setup guide | :white_check_mark: | :white_check_mark: | :ballot_box_with_check: | | User guide | :white_check_mark: | :white_check_mark: | :ballot_box_with_check: | | Tutorials | :white_check_mark: | :date: | :date: | +| Verification | :white_check_mark: | :white_check_mark: | :date: | +| Command-line interface | — | :white_check_mark: | — | +| Quick Reference | :white_check_mark: | :white_check_mark: | :date: | | API reference | :white_check_mark: | — | — | --- # 10. Unsorted features -| Feature | LIB | CLI | APP | -| ------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | -| Set free parameters by category (e.g. all atomic positions, all ADPs) | :date: | :date: | :date: | -| Add category with fit quality metrics (e.g. chi2, R-factors) | :date: | :date: | :date: | -| Restraints (soft constraints, e.g. bond lengths, angles) | :date: | :date: | :date: | -| Refinement using analytical derivatives | :date: | :date: | :date: | -| Global optimization algorithms (e.g. simulated annealing) | :date: | :date: | :date: | -| Incommensurate structures | :date: | :date: | :date: | -| 2D Rietveld refinement | :date: | :date: | :date: | -| Built-in refinement strategies for common refinement workflows | :date: | :date: | :date: | -| Chatbot window for natural-language requests during the analysis process | :date: | — | — | +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Set free parameters by category
(e.g. all atomic positions, all ADPs) | :date: | :date: | :date: | +| Add category with fit quality metrics
(e.g. chi2, R-factors) | :date: | :date: | :date: | +| Restraints (soft constraints, e.g. bond lengths, angles) | :date: | :date: | :date: | +| Refinement using analytical derivatives | :date: | :date: | :date: | +| Global optimization algorithms (e.g. simulated annealing) | :date: | :date: | :date: | +| Incommensurate structures | :date: | :date: | :date: | +| 2D Rietveld refinement | :date: | :date: | :date: | +| Built-in refinement strategies
for common refinement workflows | :date: | :date: | :date: | +| Chatbot window for natural-language requests
during the analysis process | :date: | — | — | From ce3204bfec6fc6d8b4d4e07178872e51ddc98add Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Fri, 19 Jun 2026 14:07:19 +0200 Subject: [PATCH 30/64] Refine verification notebooks and feature documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a top "Refinement" note to every verification notebook stating what is adjusted (scale, profile terms, or none) and flag known differences. Align notebook and index names with the Features page, and clarify that PDF references come from a direct diffpy.pdffit2 call (not FullProf) and that the Kα1/Kα2 doublet is an EasyDiffraction-level implementation. Give the Y2O3 isotropic-ADP example realistic Biso values (Y 0.30, O 0.50) and regenerate its FullProf reference. Name the NCAF TOF page as the Gaussian case (Lorentzian terms forced to zero). Remove stray fort.77. Update the published Features matrix for current-branch state. --- docs/docs/features/index.md | 265 +- docs/docs/verification/fort.77 | 73 + .../y2o3_isotropic_adp.pcr | 6 +- .../y2o3_isotropic_adp.prf | 4288 ++++++++--------- .../y2o3_isotropic_adp.sum | 70 +- docs/docs/verification/index.md | 121 +- .../verification/pd-neut-cwl_LBCO_basic.ipynb | 5 +- .../verification/pd-neut-cwl_LBCO_basic.py | 3 + ...-neut-cwl_LBCO_preferred-orientation.ipynb | 12 +- .../pd-neut-cwl_LBCO_preferred-orientation.py | 10 +- .../verification/pd-neut-cwl_LaB6_11B.ipynb | 7 +- .../docs/verification/pd-neut-cwl_LaB6_11B.py | 5 +- .../pd-neut-cwl_LaB6_absorption.ipynb | 5 +- .../pd-neut-cwl_LaB6_absorption.py | 3 + .../verification/pd-neut-cwl_LaB6_basic.ipynb | 5 +- .../verification/pd-neut-cwl_LaB6_basic.py | 3 + .../pd-neut-cwl_LaB6_fcj-asymmetry.ipynb | 8 +- .../pd-neut-cwl_LaB6_fcj-asymmetry.py | 6 +- .../pd-neut-cwl_LaB6_sycos-sysin.ipynb | 7 +- .../pd-neut-cwl_LaB6_sycos-sysin.py | 5 +- .../pd-neut-cwl_PbSO4_basic.ipynb | 5 +- .../verification/pd-neut-cwl_PbSO4_basic.py | 3 + .../pd-neut-cwl_Y2O3_beta-adp.ipynb | 5 +- .../verification/pd-neut-cwl_Y2O3_beta-adp.py | 3 + .../pd-neut-cwl_Y2O3_isotropic-adp.ipynb | 11 +- .../pd-neut-cwl_Y2O3_isotropic-adp.py | 9 +- .../pd-neut-tof_Fe_pseudo-voigt.ipynb | 6 +- .../pd-neut-tof_Fe_pseudo-voigt.py | 6 +- ...d-neut-tof_NCAF_jorgensen-von-dreele.ipynb | 8 +- .../pd-neut-tof_NCAF_jorgensen-von-dreele.py | 8 +- .../pd-neut-tof_Si_jorgensen-von-dreele.ipynb | 16 +- .../pd-neut-tof_Si_jorgensen-von-dreele.py | 7 +- .../pd-neut-tof_Si_jorgensen.ipynb | 5 +- .../verification/pd-neut-tof_Si_jorgensen.py | 3 + .../pd-xray-cwl_LiF_doublet.ipynb | 11 +- .../verification/pd-xray-cwl_LiF_doublet.py | 9 + .../verification/pd-xray-cwl_LiF_single.ipynb | 5 +- .../verification/pd-xray-cwl_LiF_single.py | 3 + .../pd-xray-cwl_LiF_single_absorption.ipynb | 5 +- .../pd-xray-cwl_LiF_single_absorption.py | 3 + .../pd-xray-cwl_LiF_single_polarization.ipynb | 5 +- .../pd-xray-cwl_LiF_single_polarization.py | 3 + .../pd-xray-cwl_PbSO4_round-robin.ipynb | 5 +- .../pd-xray-cwl_PbSO4_round-robin.py | 3 + .../sc-neut-cwl_Pr2NiO4_basic.ipynb | 5 +- .../verification/sc-neut-cwl_Pr2NiO4_basic.py | 3 + ...sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.ipynb | 5 +- .../sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.py | 3 + .../sc-neut-cwl_Tb2Ti2O7_basic.ipynb | 5 +- .../sc-neut-cwl_Tb2Ti2O7_basic.py | 3 + ...ut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb | 5 +- ...-neut-cwl_Tb2Ti2O7_isotropic-extinction.py | 3 + ...tal-neut-cwl_Ni_gaussian-damped-sinc.ipynb | 5 +- .../total-neut-cwl_Ni_gaussian-damped-sinc.py | 3 + ...tal-neut-tof_Si_gaussian-damped-sinc.ipynb | 5 +- .../total-neut-tof_Si_gaussian-damped-sinc.py | 3 + ...total-xray_NaCl_gaussian-damped-sinc.ipynb | 5 +- .../total-xray_NaCl_gaussian-damped-sinc.py | 3 + 58 files changed, 2697 insertions(+), 2413 deletions(-) create mode 100644 docs/docs/verification/fort.77 diff --git a/docs/docs/features/index.md b/docs/docs/features/index.md index efd387ed5..2ff78f75e 100644 --- a/docs/docs/features/index.md +++ b/docs/docs/features/index.md @@ -29,17 +29,18 @@ Implementation status: Each implemented capability lists the calculation engine(s) that provide it (`cryspy`, `crysfml`, `pdffit2`), or `easydiffraction` where EasyDiffraction performs it directly rather than through a calculation -engine. Structure-model inputs are shared -and consumed by every active engine. Where the backend uses a specific -profile keyword it is shown in quotes (e.g. `cryspy` "Gauss"). We also -include `FullProf` cross-references to the equivalent `.pcr` entry where -applicable, to help users familiar with `FullProf` understand how their existing knowledge and workflows map to EasyDiffraction. +engine. Structure-model inputs are shared and consumed by every active +engine. Where the backend uses a specific profile keyword it is shown in +quotes (e.g. `cryspy` "Gauss"). We also include `FullProf` +cross-references to the equivalent `.pcr` entry where applicable, to +help users familiar with `FullProf` understand how their existing +knowledge and workflows map to EasyDiffraction. In the CLI column, :ballot_box_with_check: marks a capability that is -supported but set up by editing the project's text files (`.edi`/CIF) -in a separate editor — the command-line interface runs refinements -(`fit`, `display`, `undo`) but has no command to edit models, -parameters, or constraints directly. +supported but set up by editing the project's text files (`.edi`/CIF) in +a separate editor — the command-line interface runs refinements (`fit`, +`display`, `undo`) but has no command to edit models, parameters, or +constraints directly. --- @@ -49,53 +50,53 @@ parameters, or constraints directly. ### Space Group -| Feature | LIB | CLI | APP | -| ---------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Feature | LIB | CLI | APP | +| --------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | | Hermann-Mauguin space-group symbol
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Space group IT number | :date: | :date: | :date: | -| IT coordinate system code
- `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Space group IT number | :date: | :date: | :date: | +| IT coordinate system code
- `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Cell -| Feature | LIB | CLI | APP | -| -------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Feature | LIB | CLI | APP | +| ---------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | | Lengths _a, b, c_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Angles _α, β, γ_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Angles _α, β, γ_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Atom Sites -| Feature | LIB | CLI | APP | -| -------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| X-ray scattering factors (tabulated)
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Neutron scattering lengths (tabulated, natural element)
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Feature | LIB | CLI | APP | +| ----------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| X-ray scattering factors (tabulated)
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Neutron scattering lengths (tabulated, natural element)
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Isotope-specific neutron scattering length
_(e.g. ¹¹B, ²H — beyond the natural element)_
- `cryspy` | :white_check_mark: | :white_check_mark: | :date: | -| Custom neutron scattering length
- `FullProf` (cross-ref) "Nsc (user-defined scattering)" | :date: | :date: | :date: | -| Fractional coordinates _x, y, z_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Occupancy
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Symmetry _wyckoff_letter_
- `easydiffraction` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Custom neutron scattering length
- `FullProf` (cross-ref) "Nsc (user-defined scattering)" | :date: | :date: | :date: | +| Fractional coordinates _x, y, z_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Occupancy
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Symmetry _wyckoff_letter_
- `easydiffraction` | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Atomic Displacement (ADP) -| Feature | LIB | CLI | APP | -| -------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Isotropic _Biso_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :date: | -| Isotropic _Uiso_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Anisotropic _Bani_ (_B11, B22, B33, B12, B13, B23_)
- `cryspy`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :date: | -| Anisotropic _Uani_ (_U11, U22, U33, U12, U13, U23_)
- `cryspy`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :date: | -| Anisotropic _β_ (_β11, β22, β33, β12, β13, β23_)
- `cryspy` | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| ---------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Isotropic _Biso_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :date: | +| Isotropic _Uiso_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Anisotropic _Bani_ (_B11, B22, B33, B12, B13, B23_)
- `cryspy`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :date: | +| Anisotropic _Uani_ (_U11, U22, U33, U12, U13, U23_)
- `cryspy`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :date: | +| Anisotropic _β_ (_β11, β22, β33, β12, β13, β23_)
- `cryspy` | :white_check_mark: | :white_check_mark: | :date: | --- ## 1.2 Magnetic Structure - EPIC -| Feature | LIB | CLI | APP | -| ----------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Irreducible representations | :date: | :date: | :date: | -| Magnetic Space Groups | :date: | :date: | :date: | -| Symmetry-adapted modes | :date: | :date: | :date: | -| Magnetic propagation vector (_kx, ky, kz_)
- `FullProf` (cross-ref) "Nvk (propagation vectors)" | :date: | :date: | :date: | -| Magnetic moments (_mx, my, mz_)
- `FullProf` (cross-ref) "Rx, Ry, Rz" | :date: | :date: | :date: | -| Local Susceptibility (_𝜒11, 𝜒22, 𝜒33, 𝜒12, 𝜒13, 𝜒23_) | :date: | :date: | :date: | +| Feature | LIB | CLI | APP | +| --------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Irreducible representations | :date: | :date: | :date: | +| Magnetic Space Groups | :date: | :date: | :date: | +| Symmetry-adapted modes | :date: | :date: | :date: | +| Magnetic propagation vector (_kx, ky, kz_)
- `FullProf` (cross-ref) "Nvk (propagation vectors)" | :date: | :date: | :date: | +| Magnetic moments (_mx, my, mz_)
- `FullProf` (cross-ref) "Rx, Ry, Rz" | :date: | :date: | :date: | +| Local Susceptibility (_𝜒11, 𝜒22, 𝜒33, 𝜒12, 𝜒13, 𝜒23_) | :date: | :date: | :date: | --- @@ -128,76 +129,76 @@ parameters, or constraints directly. ### Linked Phases -| Feature | LIB | CLI | APP | -| ---------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Feature | LIB | CLI | APP | +| ------------------------------------ | ------------------ | ------------------ | ------------------ | | Scale factor
- `easydiffraction` | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Excluded Regions -| Feature | LIB | CLI | APP | -| ------------------------------------------ | ------------------ | ------------------ | ------------------ | +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | | Multiple regions
_start/end positions_
- `easydiffraction` | :white_check_mark: | :white_check_mark: | :date: | ## 2.1.2. Standard Bragg diffraction ### Fitting Methods -| Feature | LIB | CLI | APP | -| ------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | -| Rietveld refinement (full pattern)
- `cryspy`
- `crysfml` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Le Bail refinement (profile matching)
- `FullProf` (cross-ref) "Jbt=2 (profile matching)" | :date: | :date: | :date: | +| Feature | LIB | CLI | APP | +| --------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Rietveld refinement (full pattern)
- `cryspy`
- `crysfml` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Le Bail refinement (profile matching)
- `FullProf` (cross-ref) "Jbt=2 (profile matching)" | :date: | :date: | :date: | ### Background -| Feature | LIB | CLI | APP | -| ------------------------------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | -| Line segments type _x, y_
- `easydiffraction`
- `FullProf` (cross-ref) "Nba" (linear interpolation points) | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Chebyshev polynomial type _order, coefficient_
- `easydiffraction`
- `FullProf` (cross-ref) "Nba=0 (polynomial background)" | :white_check_mark: | :white_check_mark: | :date: | -| Automatic background estimation
_auto, arPLS, FABC, SNIP_
- `easydiffraction` | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| ----------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Line segments type _x, y_
- `easydiffraction`
- `FullProf` (cross-ref) "Nba" (linear interpolation points) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Chebyshev polynomial type _order, coefficient_
- `easydiffraction`
- `FullProf` (cross-ref) "Nba=0 (polynomial background)" | :white_check_mark: | :white_check_mark: | :date: | +| Automatic background estimation
_auto, arPLS, FABC, SNIP_
- `easydiffraction` | :white_check_mark: | :white_check_mark: | :date: | ### Preferred Orientation -| Feature | LIB | CLI | APP | -| ------------------------------------------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | | March–Dollase
_march_r, random fraction, hkl axis_
- `cryspy`
- `FullProf` (cross-ref) "Nor=1", "Pref1/2, Pr1/2/3" | :white_check_mark: | :white_check_mark: | :date: | ### Instrument — Constant Wavelength -| Feature | LIB | CLI | APP | -| ------------------------------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | -| Wavelength
- `cryspy`
- `crysfml`
- `FullProf` (cross-ref) "Lambda1" | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Second wavelength _λ₂, I₂/I₁ ratio_
- `easydiffraction`
- `FullProf` (cross-ref) "Lambda2, Ratio" | :white_check_mark: | :white_check_mark: | :date: | -| 2θ offset
- `cryspy`
- `crysfml`
- `FullProf` (cross-ref) "Zero" | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Sample displacement correction
- `cryspy`
- `FullProf` (cross-ref) "SyCos, SySin" | :white_check_mark: | :white_check_mark: | :date: | -| Sample transparency correction
- `cryspy` | :white_check_mark: | :white_check_mark: | :date: | -| Absorption correction (cylinder, Hewat)
- `easydiffraction`
- `FullProf` (cross-ref) "muR" | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | +| Wavelength
- `cryspy`
- `crysfml`
- `FullProf` (cross-ref) "Lambda1" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Second wavelength _λ₂, I₂/I₁ ratio_
- `easydiffraction`
- `FullProf` (cross-ref) "Lambda2, Ratio" | :white_check_mark: | :white_check_mark: | :date: | +| 2θ offset
- `cryspy`
- `crysfml`
- `FullProf` (cross-ref) "Zero" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Sample displacement correction
- `cryspy`
- `FullProf` (cross-ref) "SyCos, SySin" | :white_check_mark: | :white_check_mark: | :date: | +| Sample transparency correction
- `cryspy` | :white_check_mark: | :white_check_mark: | :date: | +| Absorption correction (cylinder, Hewat)
- `easydiffraction`
- `FullProf` (cross-ref) "muR" | :white_check_mark: | :white_check_mark: | :date: | | X-ray Lorentz-polarization correction
_polarization coefficient, monochromator 2θ_
- `cryspy`
- `easydiffraction` (for `crysfml`)
- `FullProf` (cross-ref) "Cthm, Rpolarz" | :white_check_mark: | :white_check_mark: | :date: | ### Instrument — Time-of-Flight -| Feature | LIB | CLI | APP | -| -------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| 2θ bank
- `cryspy`
- `FullProf` (cross-ref) "2-theta bank" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Feature | LIB | CLI | APP | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| 2θ bank
- `cryspy`
- `FullProf` (cross-ref) "2-theta bank" | :white_check_mark: | :white_check_mark: | :white_check_mark: | | d → TOF conversion
_offset, linear, quadratic_
_(reciprocal defined but not yet wired)_
- `cryspy`
- `FullProf` (cross-ref) "Dtt1, Dtt2, Zero;
reciprocal = Dtt2t (Npr=10)" | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Peak Profile — Constant Wavelength -| Feature | LIB | CLI | APP | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Thompson-Cox-Hastings pseudo-Voigt
_Gaussian broadening U, V, W._
_Lorentzian broadening X, Y_
- `cryspy`
- `crysfml`
- `FullProf` (cross-ref) "Npr=7" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Feature | LIB | CLI | APP | +| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Thompson-Cox-Hastings pseudo-Voigt
_Gaussian broadening U, V, W._
_Lorentzian broadening X, Y_
- `cryspy`
- `crysfml`
- `FullProf` (cross-ref) "Npr=7" | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Thompson-Cox-Hastings pseudo-Voigt
+ Bérar-Baldinozzi asymmetry
_Gaussian broadening U, V, W._
_Lorentzian broadening X, Y_
_Bérar-Baldinozzi empirical asymmetry a₀, b₀, a₁, b₁_
- `cryspy`
- `FullProf` (cross-ref) "Npr=7" + "Asy1-4" | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Thompson-Cox-Hastings pseudo-Voigt
+ Finger-Cox-Jephcoat asymmetry
_Gaussian broadening U, V, W._
_Lorentzian broadening X, Y_
_Finger-Cox-Jephcoat asymmetry 1, 2_
- `crysfml`
- `FullProf` (cross-ref) "Npr=7" + "S_L/D_L" | :white_check_mark: | :white_check_mark: | :date: | +| Thompson-Cox-Hastings pseudo-Voigt
+ Finger-Cox-Jephcoat asymmetry
_Gaussian broadening U, V, W._
_Lorentzian broadening X, Y_
_Finger-Cox-Jephcoat asymmetry 1, 2_
- `crysfml`
- `FullProf` (cross-ref) "Npr=7" + "S_L/D_L" | :white_check_mark: | :white_check_mark: | :date: | ### Peak Profile — Time-of-Flight -| Feature | LIB | CLI | APP | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ----------------------- | ------------------ | -| Pseudo-Voigt (non-convoluted)
_Gaussian broadening σ₀, σ₁, σ₂._
_Lorentzian broadening γ₀, γ₁, γ₂_
- `cryspy` "non-conv-pseudo-Voigt"
- `FullProf` (cross-ref) "Npr=7" (TOF) | :white_check_mark: | :white_check_mark: | :date: | -| Jorgensen (back-to-back exponentials ⊗ Gaussian)
_Gaussian broadening σ₀, σ₁, σ₂_
_Back-to-back exponential rise α₀, α₁ and decay β₀, β₁_
- `cryspy` "Gauss"
- `FullProf` (cross-ref) "Npr=9" (Gaussian limit) | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Jorgensen-Von Dreele
(back-to-back exponentials ⊗ pseudo-Voigt)
_Gaussian broadening σ₀, σ₁, σ₂._
_Lorentzian broadening γ₀, γ₁, γ₂_
_Back-to-back exponential rise α₀, α₁ and decay β₀, β₁_
- `cryspy` "pseudo-Voigt"
- `FullProf` (cross-ref) "Npr=9" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Feature | LIB | CLI | APP | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ----------------------- | ------------------ | +| Pseudo-Voigt (non-convoluted)
_Gaussian broadening σ₀, σ₁, σ₂._
_Lorentzian broadening γ₀, γ₁, γ₂_
- `cryspy` "non-conv-pseudo-Voigt"
- `FullProf` (cross-ref) "Npr=7" (TOF) | :white_check_mark: | :white_check_mark: | :date: | +| Jorgensen (back-to-back exponentials ⊗ Gaussian)
_Gaussian broadening σ₀, σ₁, σ₂_
_Back-to-back exponential rise α₀, α₁ and decay β₀, β₁_
- `cryspy` "Gauss"
- `FullProf` (cross-ref) "Npr=9" (Gaussian limit) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Jorgensen-Von Dreele
(back-to-back exponentials ⊗ pseudo-Voigt)
_Gaussian broadening σ₀, σ₁, σ₂._
_Lorentzian broadening γ₀, γ₁, γ₂_
_Back-to-back exponential rise α₀, α₁ and decay β₀, β₁_
- `cryspy` "pseudo-Voigt"
- `FullProf` (cross-ref) "Npr=9" | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Double back-to-back exponentials ⊗ pseudo-Voigt
_Gaussian broadening σ₀, σ₁, σ₂._
_Lorentzian broadening γ₀, γ₁, γ₂_
_Rise α₁, α₂. Fast decay β₀₀, β₀₁._
_Slow decay β₁₀. Switching r₀₁, r₀₂, r₀₃_
- `cryspy` "type0m"
- Z-Rietveld (cross-ref) "type0m"
(no direct `FullProf` Npr; cf. Npr=10 two-component) | :ballot_box_with_check: | :ballot_box_with_check: | :date: | -| Ikeda-Carpenter ⊗ pseudo-Voigt
_Moderator pulse α₀, α₁, β₀, κ_
_Gaussian broadening σ₀, σ₁, σ₂._
_Lorentzian broadening γ₀, γ₁, γ₂_
- `FullProf` (cross-ref) "Npr=13" | :date: | :date: | :date: | -| Microstructural size/strain broadening
_extends Jorgensen (Gaussian size_g, strain_g)_
_and Jorgensen-Von Dreele (+ Lorentzian size_l, strain_l)_
- available in `cryspy` backend;
not yet exposed in `easydiffraction`
- `FullProf` (cross-ref) "Iso-GSize, Iso-GStrain,
Iso-LorSize, Iso-LorStrain" | :date: | :date: | :date: | +| Ikeda-Carpenter ⊗ pseudo-Voigt
_Moderator pulse α₀, α₁, β₀, κ_
_Gaussian broadening σ₀, σ₁, σ₂._
_Lorentzian broadening γ₀, γ₁, γ₂_
- `FullProf` (cross-ref) "Npr=13" | :date: | :date: | :date: | +| Microstructural size/strain broadening
_extends Jorgensen (Gaussian size_g, strain_g)_
_and Jorgensen-Von Dreele (+ Lorentzian size_l, strain_l)_
- available in `cryspy` backend;
not yet exposed in `easydiffraction`
- `FullProf` (cross-ref) "Iso-GSize, Iso-GStrain,
Iso-LorSize, Iso-LorStrain" | :date: | :date: | :date: | TOF profiles by source type and relative performance: @@ -213,9 +214,9 @@ TOF profiles by source type and relative performance: ### Peak Profile -| Feature | LIB | CLI | APP | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Gaussian-damped sinc termination function
_cutoff q (Qmax), broadening (Qbroad), sharpening δ₁, δ₂_
_damping (Qdamp), particle diameter (spdiameter)_
- `pdffit2` | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Gaussian-damped sinc termination function
_cutoff q (Qmax), broadening (Qbroad), sharpening δ₁, δ₂_
_damping (Qdamp), particle diameter (spdiameter)_
- `pdffit2` | :white_check_mark: | :white_check_mark: | :date: | --- @@ -226,11 +227,11 @@ TOF profiles by source type and relative performance: CrysPy's extinction is an analytical Becker-Coppens spherical model with a Gaussian or Lorentzian mosaicity distribution. -| Feature | LIB | CLI | APP | -| ---------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Isotropic Becker-Coppens, Gaussian model:
_radius, mosaicity_
- `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Isotropic Becker-Coppens, Lorentzian model:
_radius, mosaicity_
- `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Anisotropic extinction correction
- `FullProf` (cross-ref) "Ext (Line 29)" | :date: | :date: | :date: | +| Feature | LIB | CLI | APP | +| ---------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Isotropic Becker-Coppens, Gaussian model:
_radius, mosaicity_
- `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Isotropic Becker-Coppens, Lorentzian model:
_radius, mosaicity_
- `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Anisotropic extinction correction
- `FullProf` (cross-ref) "Ext (Line 29)" | :date: | :date: | :date: | ### Twinning / domains @@ -240,16 +241,16 @@ a Gaussian or Lorentzian mosaicity distribution. ### Instrument — Constant Wavelength -| Feature | LIB | CLI | APP | -| ---------------------------------------- | ------------------ | ------------------ | ------------------ | -| Wavelength
- `cryspy`
- `FullProf` (cross-ref) "Lambda1" | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Half wavelength (λ/2)
- `FullProf` (cross-ref) "x-Lambda/2" | :date: | :date: | :date: | +| Feature | LIB | CLI | APP | +| ---------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Wavelength
- `cryspy`
- `FullProf` (cross-ref) "Lambda1" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Half wavelength (λ/2)
- `FullProf` (cross-ref) "x-Lambda/2" | :date: | :date: | :date: | ### Instrument — Time-of-Flight -| Feature | LIB | CLI | APP | -| -------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Individual wavelength per reflection
- `cryspy` | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| --------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Individual wavelength per reflection
- `cryspy` | :white_check_mark: | :white_check_mark: | :date: | --- @@ -284,31 +285,31 @@ a Gaussian or Lorentzian mosaicity distribution. ### Calculation Modes -| Feature | LIB | CLI | APP | -| --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Calculate diffraction pattern for fitting/comparison
against simulated or measured data
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | +| Calculate diffraction pattern for fitting/comparison
against simulated or measured data
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Calculate diffraction pattern for simple view
without fitting/comparison against
simulated or measured data
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Calculate structure factors
- `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Calculate structure factors
- `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | ### Refinement Algorithms (numerical derivatives) -| Feature | LIB | CLI | APP | -| ----------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Levenberg–Marquardt
LMFIT minimizer | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Levenberg–Marquardt
LMFIT minimizer (scipy-based) | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Levenberg–Marquardt
BUMPS minimizer | :white_check_mark: | :white_check_mark: | :date: | -| Derivative-free minimization
DFO-LS minimizer | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Nelder-Mead
BUMPS Amoeba minimizer | :white_check_mark: | :white_check_mark: | :date: | -| Differential evolution
BUMPS DE minimizer | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| ----------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Levenberg–Marquardt
LMFIT minimizer | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Levenberg–Marquardt
LMFIT minimizer (scipy-based) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Levenberg–Marquardt
BUMPS minimizer | :white_check_mark: | :white_check_mark: | :date: | +| Derivative-free minimization
DFO-LS minimizer | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Nelder-Mead
BUMPS Amoeba minimizer | :white_check_mark: | :white_check_mark: | :date: | +| Differential evolution
BUMPS DE minimizer | :white_check_mark: | :white_check_mark: | :date: | ### Bayesian Analysis (sampling) -| Feature | LIB | CLI | APP | -| ----------------------------------------------- | ------------------ | ------------------ | ------------------ | -| MCMC sampling
BUMPS DREAM minimizer | :white_check_mark: | :white_check_mark: | :date: | -| Affine-invariant ensemble sampling
emcee | :white_check_mark: | :white_check_mark: | :date: | -| Resume sampling
BUMPS DREAM minimizer | :white_check_mark: | :white_check_mark: | :date: | -| Resume sampling
emcee | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| -------------------------------------------- | ------------------ | ------------------ | ------------------ | +| MCMC sampling
BUMPS DREAM minimizer | :white_check_mark: | :white_check_mark: | :date: | +| Affine-invariant ensemble sampling
emcee | :white_check_mark: | :white_check_mark: | :date: | +| Resume sampling
BUMPS DREAM minimizer | :white_check_mark: | :white_check_mark: | :date: | +| Resume sampling
emcee | :white_check_mark: | :white_check_mark: | :date: | ### Fit Strategies @@ -346,10 +347,10 @@ a Gaussian or Lorentzian mosaicity distribution. # 6. Constraints -| Feature | LIB | CLI | APP | -| -------------------------------------------------------------------------------------------------- | ------------------ | ----------------------- | ----------------------- | -| Automatic symmetry constraints | :white_check_mark: | :white_check_mark: | :ballot_box_with_check: | -| User-defined constraints
Basic types, e.g.:
"biso_Ba = biso_La"
"occ_Ba = 1 - occ_La" | :white_check_mark: | :ballot_box_with_check: | :date: | +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------- | ------------------ | ----------------------- | ----------------------- | +| Automatic symmetry constraints | :white_check_mark: | :white_check_mark: | :ballot_box_with_check: | +| User-defined constraints
Basic types, e.g.:
"biso_Ba = biso_La"
"occ_Ba = 1 - occ_La" | :white_check_mark: | :ballot_box_with_check: | :date: | --- @@ -441,14 +442,14 @@ results. ## 8.3. Analysis -| Feature | LIB | CLI | APP | -| ----------------------------------------------------- | ----------------------- | ------------------ | ------------------ | -| Live update of plots on parameter change with slider | — | — | :white_check_mark: | -| Live update of plots during refinement | — | — | :white_check_mark: | -| Live update of fit quality (change in χ²)
_table_ | :white_check_mark: | :white_check_mark: | — | -| Live update of fit quality (change in χ²)
_chart_ | :date: | — | :date: | -| Parameter evolution (sequential refinement) | :white_check_mark: | :white_check_mark: | :date: | -| Correlation between parameters | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| ----------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Live update of plots on parameter change with slider | — | — | :white_check_mark: | +| Live update of plots during refinement | — | — | :white_check_mark: | +| Live update of fit quality (change in χ²)
_table_ | :white_check_mark: | :white_check_mark: | — | +| Live update of fit quality (change in χ²)
_chart_ | :date: | — | :date: | +| Parameter evolution (sequential refinement) | :white_check_mark: | :white_check_mark: | :date: | +| Correlation between parameters | :white_check_mark: | :white_check_mark: | :date: | --- @@ -471,14 +472,14 @@ results. # 10. Unsorted features -| Feature | LIB | CLI | APP | -| ------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Set free parameters by category
(e.g. all atomic positions, all ADPs) | :date: | :date: | :date: | -| Add category with fit quality metrics
(e.g. chi2, R-factors) | :date: | :date: | :date: | -| Restraints (soft constraints, e.g. bond lengths, angles) | :date: | :date: | :date: | -| Refinement using analytical derivatives | :date: | :date: | :date: | -| Global optimization algorithms (e.g. simulated annealing) | :date: | :date: | :date: | -| Incommensurate structures | :date: | :date: | :date: | -| 2D Rietveld refinement | :date: | :date: | :date: | -| Built-in refinement strategies
for common refinement workflows | :date: | :date: | :date: | -| Chatbot window for natural-language requests
during the analysis process | :date: | — | — | +| Feature | LIB | CLI | APP | +| ---------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Set free parameters by category
(e.g. all atomic positions, all ADPs) | :date: | :date: | :date: | +| Add category with fit quality metrics
(e.g. chi2, R-factors) | :date: | :date: | :date: | +| Restraints (soft constraints, e.g. bond lengths, angles) | :date: | :date: | :date: | +| Refinement using analytical derivatives | :date: | :date: | :date: | +| Global optimization algorithms (e.g. simulated annealing) | :date: | :date: | :date: | +| Incommensurate structures | :date: | :date: | :date: | +| 2D Rietveld refinement | :date: | :date: | :date: | +| Built-in refinement strategies
for common refinement workflows | :date: | :date: | :date: | +| Chatbot window for natural-language requests
during the analysis process | :date: | — | — | diff --git a/docs/docs/verification/fort.77 b/docs/docs/verification/fort.77 new file mode 100644 index 000000000..679d748a6 --- /dev/null +++ b/docs/docs/verification/fort.77 @@ -0,0 +1,73 @@ + 1 1 1 8 4.8273 13.9983 + 0 0 2 6 3.6972 21.5234 + 0 2 2 12 2.0309 15.5772 + 3 1 1 24 1.6070 6.6586 + 2 2 2 8 1.5204 11.9933 + 0 4 0 6 1.3264 9.6330 + 1 3 3 24 1.3027 4.3611 + 2 4 0 24 1.3194 7.9852 + 2 2 4 24 1.6315 6.7815 + 1 1 5 24 4.6221 3.3800 + 3 3 3 8 4.6221 3.3800 + 1 1 1 8 4.8273 13.9983 + 0 0 2 6 3.6972 21.5234 + 0 2 2 12 2.0309 15.5772 + 3 1 1 24 1.6070 6.6586 + 2 2 2 8 1.5204 11.9933 + 0 4 0 6 1.3264 9.6330 + 1 3 3 24 1.3027 4.3611 + 2 4 0 24 1.3194 7.9852 + 2 2 4 24 1.6315 6.7815 + 1 1 5 24 4.6221 3.3800 + 3 3 3 8 4.6221 3.3800 + 1 1 1 8 4.8273 13.9983 + 0 0 2 6 3.6972 21.5234 + 0 2 2 12 2.0309 15.5772 + 3 1 1 24 1.6070 6.6586 + 2 2 2 8 1.5204 11.9933 + 0 4 0 6 1.3264 9.6330 + 1 3 3 24 1.3027 4.3611 + 2 4 0 24 1.3194 7.9852 + 2 2 4 24 1.6315 6.7815 + 1 1 5 24 4.6221 3.3800 + 3 3 3 8 4.6221 3.3800 + 1 1 1 8 4.8273 13.9983 + 0 0 2 6 3.6972 21.5234 + 0 2 2 12 2.0309 15.5772 + 3 1 1 24 1.6070 6.6586 + 2 2 2 8 1.5204 11.9933 + 0 4 0 6 1.3264 9.6330 + 1 3 3 24 1.3027 4.3611 + 2 4 0 24 1.3194 7.9852 + 2 2 4 24 1.6315 6.7815 + 1 1 5 24 4.6221 3.3800 + 3 3 3 8 4.6221 3.3800 + 1 1 1 8 4.8273 13.9983 + 0 0 2 6 3.6972 21.5234 + 0 2 2 12 2.0309 15.5772 + 3 1 1 24 1.6070 6.6586 + 2 2 2 8 1.5204 11.9933 + 0 4 0 6 1.3264 9.6330 + 1 3 3 24 1.3027 4.3611 + 2 4 0 24 1.3194 7.9852 + 2 2 4 24 1.6315 6.7815 + 1 1 5 24 4.6221 3.3800 + 3 3 3 8 4.6221 3.3800 + 1 1 1 8 4.8273 13.9983 + 0 0 2 6 3.6972 21.5234 + 0 2 2 12 2.0309 15.5772 + 3 1 1 24 1.6070 6.6586 + 2 2 2 8 1.5204 11.9933 + 0 4 0 6 1.3264 9.6330 + 1 3 3 24 1.3027 4.3611 + 2 4 0 24 1.3194 7.9852 + 2 2 4 24 1.6315 6.7815 + 1 1 5 24 4.6221 3.3800 + 3 3 3 8 4.6221 3.3800 + 1 1 1 8 4.8273 13.9983 + 0 0 2 6 3.6972 21.5234 + 0 2 2 12 2.0309 15.5772 + 3 1 1 24 1.6070 6.6586 + 2 2 2 8 1.5204 11.9933 + 0 4 0 6 1.3264 9.6330 + 1 3 3 24 1.3027 4.3611 diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.pcr b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.pcr index 64d05522b..a0505ab18 100644 --- a/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.pcr +++ b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.pcr @@ -56,11 +56,11 @@ Y2O3 ! I a -3 <--Space group symbol !Atom Typ X Y Z Biso Occ In Fin N_t Spc /Codes -Y1 Y -0.03236 0.00000 0.25000 0.00000 0.50000 0 0 0 0 +Y1 Y -0.03236 0.00000 0.25000 0.30000 0.50000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 -Y2 Y 0.25000 0.25000 0.25000 0.00000 0.16667 0 0 0 0 +Y2 Y 0.25000 0.25000 0.25000 0.30000 0.16667 0 0 0 0 0.00 0.00 0.00 0.00 0.00 -O1 O 0.39072 0.15204 0.38030 0.00000 1.00000 0 0 0 0 +O1 O 0.39072 0.15204 0.38030 0.50000 1.00000 0 0 0 0 0.00 0.00 0.00 0.00 0.00 !-------> Profile Parameters for Pattern # 1 ----> Phase # 1 ! Scale Shape1 Bov Str1 Str2 Str3 Strain-Model diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.prf b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.prf index 3ea1997fa..a56067a2d 100644 --- a/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.prf +++ b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.prf @@ -307,28 +307,28 @@ BEGIN 16.100 9972.00 9641.44 330.56 16.150 9819.00 9638.34 180.66 16.200 9410.00 9635.41 -225.41 - 16.250 9186.00 9633.05 -447.05 - 16.300 9585.00 9632.24 -47.24 - 16.350 9606.00 9635.21 -29.21 - 16.400 9600.00 9646.11 -46.11 - 16.450 9541.00 9671.31 -130.31 - 16.500 9421.00 9718.19 -297.19 - 16.550 9701.00 9791.68 -90.68 - 16.600 9823.00 9889.17 -66.17 - 16.650 9671.00 9996.46 -325.46 - 16.700 9786.00 10089.04 -303.04 - 16.750 9762.00 10140.23 -378.23 - 16.800 9512.00 10133.08 -621.08 - 16.850 9556.00 10068.87 -512.87 - 16.900 9692.00 9966.46 -274.46 - 16.950 9462.00 9852.88 -390.88 - 17.000 9386.00 9751.66 -365.66 - 17.050 9310.00 9675.36 -365.36 - 17.100 9291.00 9625.35 -334.35 - 17.150 9020.00 9596.10 -576.10 - 17.200 9469.00 9580.22 -111.22 - 17.250 9694.00 9571.59 122.41 - 17.300 9639.00 9566.36 72.64 + 16.250 9186.00 9633.04 -447.04 + 16.300 9585.00 9632.22 -47.22 + 16.350 9606.00 9635.14 -29.14 + 16.400 9600.00 9645.94 -45.94 + 16.450 9541.00 9670.93 -129.93 + 16.500 9421.00 9717.44 -296.44 + 16.550 9701.00 9790.38 -89.38 + 16.600 9823.00 9887.13 -64.13 + 16.650 9671.00 9993.60 -322.60 + 16.700 9786.00 10085.49 -299.49 + 16.750 9762.00 10136.28 -374.28 + 16.800 9512.00 10129.16 -617.16 + 16.850 9556.00 10065.40 -509.40 + 16.900 9692.00 9963.71 -271.71 + 16.950 9462.00 9850.94 -388.94 + 17.000 9386.00 9750.43 -364.43 + 17.050 9310.00 9674.67 -364.67 + 17.100 9291.00 9625.00 -334.00 + 17.150 9020.00 9595.95 -575.95 + 17.200 9469.00 9580.15 -111.15 + 17.250 9694.00 9571.57 122.43 + 17.300 9639.00 9566.35 72.65 17.350 9434.00 9562.50 -128.50 17.400 9635.00 9559.12 75.88 17.450 9672.00 9555.90 116.10 @@ -381,32 +381,32 @@ BEGIN 19.800 9204.00 9389.84 -185.84 19.850 9563.00 9384.50 178.50 19.900 9531.00 9379.43 151.57 - 19.950 9488.00 9375.56 112.44 - 20.000 9710.00 9376.16 333.84 - 20.050 9593.00 9391.63 201.37 - 20.100 9276.00 9450.33 -174.33 - 20.150 9415.00 9618.73 -203.73 - 20.200 9242.00 10028.68 -786.68 - 20.250 9730.00 10895.29 -1165.29 - 20.300 9966.00 12490.94 -2524.94 - 20.350 10338.00 15038.40 -4700.40 - 20.400 10703.00 18526.45 -7823.45 - 20.450 11004.00 22537.18 -11533.18 - 20.500 11327.00 26232.63 -14905.63 - 20.550 11203.00 28605.71 -17402.71 - 20.600 11000.00 28915.96 -17915.96 - 20.650 10805.00 27060.31 -16255.31 - 20.700 10163.00 23626.98 -13463.98 - 20.750 9960.00 19595.32 -9635.32 - 20.800 9712.00 15887.17 -6175.17 - 20.850 9502.00 13047.92 -3545.92 - 20.900 9461.00 11189.87 -1728.87 - 20.950 9169.00 10135.41 -966.41 - 21.000 9148.00 9611.42 -463.42 - 21.050 9114.00 9381.02 -267.02 - 21.100 9339.00 9289.65 49.35 - 21.150 9286.00 9255.24 30.76 - 21.200 9166.00 9241.17 -75.17 + 19.950 9488.00 9375.54 112.46 + 20.000 9710.00 9376.08 333.92 + 20.050 9593.00 9391.34 201.66 + 20.100 9276.00 9449.38 -173.38 + 20.150 9415.00 9616.01 -201.01 + 20.200 9242.00 10021.72 -779.72 + 20.250 9730.00 10879.43 -1149.43 + 20.300 9966.00 12458.75 -2492.75 + 20.350 10338.00 14980.18 -4642.18 + 20.400 10703.00 18432.59 -7729.59 + 20.450 11004.00 22402.36 -11398.36 + 20.500 11327.00 26060.05 -14733.05 + 20.550 11203.00 28408.88 -17205.88 + 20.600 11000.00 28715.90 -17715.90 + 20.650 10805.00 26879.12 -16074.12 + 20.700 10163.00 23480.76 -13317.76 + 20.750 9960.00 19490.17 -9530.17 + 20.800 9712.00 15819.79 -6107.79 + 20.850 9502.00 13009.44 -3507.44 + 20.900 9461.00 11170.29 -1709.29 + 20.950 9169.00 10126.54 -957.54 + 21.000 9148.00 9607.83 -459.83 + 21.050 9114.00 9379.73 -265.73 + 21.100 9339.00 9289.23 49.77 + 21.150 9286.00 9255.12 30.88 + 21.200 9166.00 9241.14 -75.14 21.250 9101.00 9233.47 -132.47 21.300 9070.00 9227.52 -157.52 21.350 9117.00 9222.00 -105.00 @@ -448,27 +448,27 @@ BEGIN 23.150 8838.00 9090.69 -252.69 23.200 8755.00 9087.79 -332.79 23.250 9056.00 9084.97 -28.97 - 23.300 8853.00 9082.36 -229.36 - 23.350 9189.00 9080.36 108.64 - 23.400 8996.00 9079.85 -83.85 - 23.450 8988.00 9082.47 -94.47 - 23.500 9016.00 9090.70 -74.70 - 23.550 8859.00 9107.34 -248.34 - 23.600 8972.00 9134.04 -162.04 - 23.650 9178.00 9169.29 8.71 - 23.700 9288.00 9207.08 80.92 - 23.750 9099.00 9237.67 -138.67 - 23.800 8830.00 9251.23 -421.23 - 23.850 9143.00 9242.40 -99.40 - 23.900 9010.00 9213.15 -203.15 - 23.950 9028.00 9171.66 -143.66 - 24.000 9144.00 9128.31 15.69 - 24.050 9442.00 9091.19 350.81 - 24.100 9152.00 9063.92 88.08 - 24.150 8839.00 9046.12 -207.12 - 24.200 9002.00 9035.30 -33.30 - 24.250 9120.00 9028.72 91.28 - 24.300 9087.00 9024.31 62.69 + 23.300 8853.00 9082.35 -229.35 + 23.350 9189.00 9080.34 108.66 + 23.400 8996.00 9079.79 -83.79 + 23.450 8988.00 9082.31 -94.31 + 23.500 9016.00 9090.34 -74.34 + 23.550 8859.00 9106.63 -247.63 + 23.600 8972.00 9132.81 -160.81 + 23.650 9178.00 9167.39 10.61 + 23.700 9288.00 9204.46 83.54 + 23.750 9099.00 9234.47 -135.47 + 23.800 8830.00 9247.73 -417.73 + 23.850 9143.00 9239.01 -96.01 + 23.900 9010.00 9210.22 -200.22 + 23.950 9028.00 9169.41 -141.41 + 24.000 9144.00 9126.78 17.22 + 24.050 9442.00 9090.26 351.74 + 24.100 9152.00 9063.41 88.59 + 24.150 8839.00 9045.87 -206.87 + 24.200 9002.00 9035.20 -33.20 + 24.250 9120.00 9028.68 91.32 + 24.300 9087.00 9024.30 62.70 24.350 9147.00 9020.86 126.14 24.400 9025.00 9017.77 7.23 24.450 8864.00 9014.81 -150.81 @@ -553,36 +553,36 @@ BEGIN 28.400 8760.00 8795.35 -35.35 28.450 8905.00 8793.56 111.44 28.500 8717.00 8791.80 -74.80 - 28.550 8673.00 8790.30 -117.30 - 28.600 8810.00 8790.05 19.95 - 28.650 8692.00 8795.38 -103.38 - 28.700 8797.00 8822.53 -25.53 - 28.750 8802.00 8924.25 -122.25 - 28.800 8951.00 9248.68 -297.68 - 28.850 9192.00 10151.11 -959.11 - 28.900 9431.00 12348.31 -2917.31 - 28.950 10213.00 17023.89 -6810.89 - 29.000 11294.00 25680.58 -14386.58 - 29.050 12854.00 39524.92 -26670.92 - 29.100 14764.00 58412.04 -43648.04 - 29.150 16826.00 79878.23 -63052.23 - 29.200 18020.00 99161.59 -81141.59 - 29.250 18385.00 110737.45 -92352.45 - 29.300 17673.00 110845.81 -93172.81 - 29.350 16007.00 99448.86 -83441.86 - 29.400 13695.00 80254.20 -66559.20 - 29.450 11861.00 58775.24 -46914.24 - 29.500 10298.00 39809.00 -29511.00 - 29.550 9578.00 25862.75 -16284.75 - 29.600 9210.00 17116.79 -7906.79 - 29.650 8856.00 12379.54 -3523.54 - 29.700 8642.00 10145.79 -1503.79 - 29.750 8679.00 9224.08 -545.08 - 29.800 8755.00 8889.59 -134.59 - 29.850 8831.00 8781.97 49.03 - 29.900 8635.00 8750.51 -115.51 - 29.950 8926.00 8741.37 184.63 - 30.000 8880.00 8737.97 142.03 + 28.550 8673.00 8790.29 -117.29 + 28.600 8810.00 8790.02 19.98 + 28.650 8692.00 8795.24 -103.24 + 28.700 8797.00 8821.92 -24.92 + 28.750 8802.00 8922.00 -120.00 + 28.800 8951.00 9241.23 -290.23 + 28.850 9192.00 10129.25 -937.25 + 28.900 9431.00 12291.42 -2860.42 + 28.950 10213.00 16892.50 -6679.50 + 29.000 11294.00 25411.26 -14117.26 + 29.050 12854.00 39035.04 -26181.04 + 29.100 14764.00 57621.26 -42857.26 + 29.150 16826.00 78745.48 -61919.48 + 29.200 18020.00 97721.63 -79701.63 + 29.250 18385.00 109113.06 -90728.06 + 29.300 17673.00 109219.67 -91546.67 + 29.350 16007.00 98004.24 -81997.24 + 29.400 13695.00 79115.30 -65420.30 + 29.450 11861.00 57978.48 -46117.48 + 29.500 10298.00 39314.34 -29016.34 + 29.550 9578.00 25590.21 -16012.21 + 29.600 9210.00 16983.54 -7773.54 + 29.650 8856.00 12321.73 -3465.73 + 29.700 8642.00 10123.53 -1481.53 + 29.750 8679.00 9216.48 -537.48 + 29.800 8755.00 8887.29 -132.29 + 29.850 8831.00 8781.35 49.65 + 29.900 8635.00 8750.36 -115.36 + 29.950 8926.00 8741.34 184.66 + 30.000 8880.00 8737.96 142.04 30.050 8481.00 8735.85 -254.85 30.100 8648.00 8734.00 -86.00 30.150 8662.00 8732.18 -70.18 @@ -602,35 +602,35 @@ BEGIN 30.850 8894.00 8706.91 187.09 30.900 8583.00 8705.11 -122.11 30.950 8854.00 8703.35 150.65 - 31.000 8726.00 8701.77 24.23 - 31.050 8535.00 8701.01 -166.01 - 31.100 8526.00 8703.56 -177.56 - 31.150 8610.00 8717.81 -107.81 - 31.200 8561.00 8768.03 -207.03 - 31.250 8708.00 8914.30 -206.30 - 31.300 8591.00 9282.11 -691.11 - 31.350 8911.00 10086.69 -1175.69 - 31.400 9002.00 11615.39 -2613.39 - 31.450 9313.00 14123.19 -4810.19 - 31.500 10043.00 17634.50 -7591.50 - 31.550 10289.00 21741.88 -11452.88 - 31.600 10283.00 25571.36 -15288.36 - 31.650 10315.00 28043.09 -17728.09 - 31.700 10351.00 28355.33 -18004.33 - 31.750 10008.00 26401.12 -16393.12 - 31.800 9587.00 22826.90 -13239.90 - 31.850 9293.00 18688.76 -9395.76 - 31.900 9014.00 14954.10 -5940.10 - 31.950 9039.00 12162.40 -3123.40 - 32.000 8884.00 10388.37 -1504.37 - 32.050 8556.00 9416.46 -860.46 - 32.100 8612.00 8953.40 -341.40 - 32.150 8596.00 8760.09 -164.09 - 32.200 8566.00 8688.65 -122.65 - 32.250 8657.00 8664.59 -7.59 - 32.300 8693.00 8656.54 36.46 - 32.350 8707.00 8653.18 53.82 - 32.400 8458.00 8651.04 -193.04 + 31.000 8726.00 8701.76 24.24 + 31.050 8535.00 8700.96 -165.96 + 31.100 8526.00 8703.35 -177.35 + 31.150 8610.00 8717.01 -107.01 + 31.200 8561.00 8765.29 -204.29 + 31.250 8708.00 8906.07 -198.07 + 31.300 8591.00 9260.17 -669.17 + 31.350 8911.00 10034.84 -1123.84 + 31.400 9002.00 11506.77 -2504.77 + 31.450 9313.00 13921.48 -4608.48 + 31.500 10043.00 17302.47 -7259.47 + 31.550 10289.00 21257.42 -10968.42 + 31.600 10283.00 24944.79 -14661.79 + 31.650 10315.00 27324.76 -17009.76 + 31.700 10351.00 27625.35 -17274.35 + 31.750 10008.00 25743.57 -15735.57 + 31.800 9587.00 22301.87 -12714.87 + 31.850 9293.00 18317.15 -9024.15 + 31.900 9014.00 14720.96 -5706.96 + 31.950 9039.00 12032.75 -2993.75 + 32.000 8884.00 10324.46 -1440.46 + 32.050 8556.00 9388.54 -832.54 + 32.100 8612.00 8942.58 -330.58 + 32.150 8596.00 8756.38 -160.38 + 32.200 8566.00 8687.52 -121.52 + 32.250 8657.00 8664.29 -7.29 + 32.300 8693.00 8656.46 36.54 + 32.350 8707.00 8653.17 53.83 + 32.400 8458.00 8651.03 -193.03 32.450 8463.00 8649.17 -186.17 32.500 8565.00 8647.35 -82.35 32.550 8609.00 8645.54 -36.54 @@ -648,33 +648,33 @@ BEGIN 33.150 8679.00 8617.38 61.62 33.200 8625.00 8614.19 10.81 33.250 8659.00 8611.00 48.00 - 33.300 8715.00 8607.84 107.16 - 33.350 8883.00 8604.75 278.25 - 33.400 8741.00 8601.91 139.09 - 33.450 8477.00 8599.89 -122.89 - 33.500 8518.00 8600.09 -82.09 - 33.550 8542.00 8605.48 -63.48 - 33.600 8645.00 8621.30 23.70 - 33.650 8511.00 8654.72 -143.72 - 33.700 8435.00 8712.38 -277.38 - 33.750 8573.00 8795.53 -222.53 - 33.800 8732.00 8894.75 -162.75 - 33.850 8472.00 8988.64 -516.64 - 33.900 8642.00 9049.96 -407.96 - 33.950 8755.00 9057.73 -302.73 - 34.000 8538.00 9008.19 -470.19 - 34.050 8576.00 8916.87 -340.87 - 34.100 8639.00 8810.23 -171.23 - 34.150 8695.00 8712.96 -17.96 - 34.200 8662.00 8639.14 22.86 - 34.250 8710.00 8590.98 119.02 - 34.300 8703.00 8563.14 139.86 - 34.350 8559.00 8548.24 10.76 - 34.400 8404.00 8540.20 -136.20 - 34.450 8712.00 8535.25 176.75 - 34.500 8576.00 8531.50 44.50 - 34.550 8592.00 8528.15 63.85 - 34.600 8628.00 8524.93 103.07 + 33.300 8715.00 8607.83 107.17 + 33.350 8883.00 8604.72 278.28 + 33.400 8741.00 8601.83 139.17 + 33.450 8477.00 8599.60 -122.60 + 33.500 8518.00 8599.20 -81.20 + 33.550 8542.00 8603.08 -61.08 + 33.600 8645.00 8615.53 29.47 + 33.650 8511.00 8642.48 -131.48 + 33.700 8435.00 8689.37 -254.37 + 33.750 8573.00 8757.25 -184.25 + 33.800 8732.00 8838.35 -106.35 + 33.850 8472.00 8915.07 -443.07 + 33.900 8642.00 8964.98 -322.98 + 33.950 8755.00 8970.81 -215.81 + 34.000 8538.00 8929.48 -391.48 + 34.050 8576.00 8853.75 -277.75 + 34.100 8639.00 8765.40 -126.40 + 34.150 8695.00 8684.77 10.23 + 34.200 8662.00 8623.45 38.55 + 34.250 8710.00 8583.24 126.76 + 34.300 8703.00 8559.76 143.24 + 34.350 8559.00 8546.93 12.07 + 34.400 8404.00 8539.75 -135.75 + 34.450 8712.00 8535.11 176.89 + 34.500 8576.00 8531.46 44.54 + 34.550 8592.00 8528.14 63.86 + 34.600 8628.00 8524.92 103.08 34.650 8441.00 8521.73 -80.73 34.700 8499.00 8518.54 -19.54 34.750 8531.00 8515.35 15.65 @@ -692,29 +692,29 @@ BEGIN 35.350 8344.00 8477.10 -133.10 35.400 8411.00 8473.95 -62.95 35.450 8529.00 8470.95 58.05 - 35.500 8588.00 8468.52 119.48 - 35.550 8533.00 8468.04 64.96 - 35.600 8322.00 8473.37 -151.37 - 35.650 8262.00 8493.68 -231.68 - 35.700 8579.00 8547.12 31.88 - 35.750 8617.00 8662.78 -45.78 - 35.800 8365.00 8875.66 -510.66 - 35.850 8571.00 9209.86 -638.86 - 35.900 8618.00 9652.59 -1034.59 - 35.950 8608.00 10134.12 -1526.12 - 36.000 8692.00 10535.78 -1843.78 - 36.050 8555.00 10733.88 -2178.88 - 36.100 8692.00 10660.24 -1968.24 - 36.150 8699.00 10339.15 -1640.15 - 36.200 8515.00 9874.06 -1359.06 - 36.250 8512.00 9393.46 -881.46 - 36.300 8449.00 8994.52 -545.52 - 36.350 8511.00 8716.83 -205.83 - 36.400 8442.00 8551.10 -109.10 - 36.450 8418.00 8464.87 -46.87 - 36.500 8467.00 8424.82 42.18 - 36.550 8641.00 8407.34 233.66 - 36.600 8426.00 8399.31 26.69 + 35.500 8588.00 8468.51 119.49 + 35.550 8533.00 8468.00 65.00 + 35.600 8322.00 8473.24 -151.24 + 35.650 8262.00 8493.31 -231.31 + 35.700 8579.00 8546.15 32.85 + 35.750 8617.00 8660.57 -43.57 + 35.800 8365.00 8871.20 -506.20 + 35.850 8571.00 9201.88 -630.88 + 35.900 8618.00 9639.95 -1021.95 + 35.950 8608.00 10116.43 -1508.43 + 36.000 8692.00 10513.86 -1821.86 + 36.050 8555.00 10709.86 -2154.86 + 36.100 8692.00 10636.95 -1944.95 + 36.150 8699.00 10319.18 -1620.18 + 36.200 8515.00 9858.91 -1343.91 + 36.250 8512.00 9383.29 -871.29 + 36.300 8449.00 8988.49 -539.49 + 36.350 8511.00 8713.66 -202.66 + 36.400 8442.00 8549.63 -107.63 + 36.450 8418.00 8464.27 -46.27 + 36.500 8467.00 8424.60 42.40 + 36.550 8641.00 8407.27 233.73 + 36.600 8426.00 8399.29 26.71 36.650 8370.00 8394.68 -24.68 36.700 8306.00 8391.12 -85.12 36.750 8439.00 8387.84 51.16 @@ -732,30 +732,30 @@ BEGIN 37.350 8216.00 8349.57 -133.57 37.400 8340.00 8346.39 -6.39 37.450 8417.00 8343.26 73.74 - 37.500 8570.00 8340.35 229.65 - 37.550 8381.00 8338.21 42.79 - 37.600 8418.00 8338.59 79.41 - 37.650 8461.00 8345.99 115.01 - 37.700 8353.00 8370.30 -17.30 - 37.750 8213.00 8429.38 -216.38 - 37.800 8268.00 8548.56 -280.56 - 37.850 8329.00 8752.70 -423.70 - 37.900 8333.00 9049.07 -716.07 - 37.950 8304.00 9407.49 -1103.49 - 38.000 8541.00 9753.78 -1212.78 - 38.050 8519.00 9989.90 -1470.90 - 38.100 8404.00 10037.35 -1633.35 - 38.150 8447.00 9878.52 -1431.52 - 38.200 8611.00 9566.47 -955.47 - 38.250 8230.00 9195.94 -965.94 - 38.300 8356.00 8856.88 -500.88 - 38.350 8129.00 8601.17 -472.17 - 38.400 8264.00 8437.38 -173.38 - 38.450 8208.00 8346.55 -138.55 - 38.500 8240.00 8301.97 -61.97 - 38.550 8160.00 8281.76 -121.76 - 38.600 8040.00 8272.47 -232.47 - 38.650 8109.00 8267.36 -158.36 + 37.500 8570.00 8340.34 229.66 + 37.550 8381.00 8338.17 42.83 + 37.600 8418.00 8338.44 79.56 + 37.650 8461.00 8345.53 115.47 + 37.700 8353.00 8369.04 -16.04 + 37.750 8213.00 8426.30 -213.30 + 37.800 8268.00 8541.91 -273.91 + 37.850 8329.00 8740.00 -411.00 + 37.900 8333.00 9027.63 -694.63 + 37.950 8304.00 9375.49 -1071.49 + 38.000 8541.00 9711.59 -1170.59 + 38.050 8519.00 9940.71 -1421.71 + 38.100 8404.00 9986.69 -1582.69 + 38.150 8447.00 9832.40 -1385.40 + 38.200 8611.00 9529.37 -918.37 + 38.250 8230.00 9169.56 -939.56 + 38.300 8356.00 8840.31 -484.31 + 38.350 8129.00 8591.96 -462.96 + 38.400 8264.00 8432.86 -168.86 + 38.450 8208.00 8344.59 -136.59 + 38.500 8240.00 8301.22 -61.22 + 38.550 8160.00 8281.51 -121.51 + 38.600 8040.00 8272.39 -232.39 + 38.650 8109.00 8267.34 -158.34 38.700 8335.00 8263.64 71.36 38.750 8213.00 8260.33 -47.33 38.800 8130.00 8257.11 -127.11 @@ -768,36 +768,36 @@ BEGIN 39.150 8146.00 8235.21 -89.21 39.200 8177.00 8232.64 -55.64 39.250 8453.00 8230.08 222.92 - 39.300 8254.00 8227.60 26.40 - 39.350 8176.00 8225.57 -49.57 - 39.400 8118.00 8225.67 -107.67 - 39.450 8164.00 8234.60 -70.60 - 39.500 8123.00 8275.44 -152.44 - 39.550 8157.00 8416.45 -259.45 - 39.600 8456.00 8829.54 -373.54 - 39.650 8643.00 9877.63 -1234.63 - 39.700 8710.00 12185.64 -3475.64 - 39.750 9392.00 16583.53 -7191.53 - 39.800 10187.00 23783.26 -13596.26 - 39.850 11058.00 33783.02 -22725.02 - 39.900 12033.00 45288.77 -33255.77 - 39.950 12788.00 55676.62 -42888.62 - 40.000 13099.00 61862.12 -48763.12 - 40.050 12683.00 61754.91 -49071.91 - 40.100 12144.00 55391.75 -43247.75 - 40.150 10940.00 44914.88 -33974.88 - 40.200 9812.00 33417.89 -23605.89 - 40.250 9120.00 23488.81 -14368.81 - 40.300 8622.00 16377.24 -7755.24 - 40.350 8453.00 12052.48 -3599.48 - 40.400 8458.00 9790.73 -1332.73 - 40.450 8161.00 8765.58 -604.58 - 40.500 8132.00 8360.14 -228.14 - 40.550 8329.00 8218.97 110.03 - 40.600 8305.00 8174.67 130.33 - 40.650 8141.00 8161.08 -20.08 - 40.700 8114.00 8155.95 -41.95 - 40.750 8260.00 8152.85 107.15 + 39.300 8254.00 8227.59 26.41 + 39.350 8176.00 8225.54 -49.54 + 39.400 8118.00 8225.52 -107.52 + 39.450 8164.00 8233.94 -69.94 + 39.500 8123.00 8272.86 -149.86 + 39.550 8157.00 8407.54 -250.54 + 39.600 8456.00 8802.27 -346.27 + 39.650 8643.00 9803.94 -1160.94 + 39.700 8710.00 12009.90 -3299.90 + 39.750 9392.00 16213.41 -6821.41 + 39.800 10187.00 23095.01 -12908.01 + 39.850 11058.00 32652.96 -21594.96 + 39.900 12033.00 43650.38 -31617.38 + 39.950 12788.00 53579.29 -40791.29 + 40.000 13099.00 59491.45 -46392.45 + 40.050 12683.00 59388.86 -46705.86 + 40.100 12144.00 53306.66 -41162.66 + 40.150 10940.00 43292.44 -32352.44 + 40.200 9812.00 32303.17 -22491.17 + 40.250 9120.00 22812.54 -13692.54 + 40.300 8622.00 16014.98 -7392.98 + 40.350 8453.00 11881.13 -3428.13 + 40.400 8458.00 9719.18 -1261.18 + 40.450 8161.00 8739.19 -578.19 + 40.500 8132.00 8351.55 -219.55 + 40.550 8329.00 8216.50 112.50 + 40.600 8305.00 8174.04 130.96 + 40.650 8141.00 8160.94 -19.94 + 40.700 8114.00 8155.92 -41.92 + 40.750 8260.00 8152.84 107.16 40.800 8225.00 8150.18 74.82 40.850 8204.00 8147.59 56.41 40.900 8295.00 8145.01 149.99 @@ -807,33 +807,33 @@ BEGIN 41.100 8069.00 8134.70 -65.70 41.150 8286.00 8132.12 153.88 41.200 8102.00 8129.56 -27.56 - 41.250 8139.00 8127.05 11.95 - 41.300 8104.00 8124.76 -20.76 - 41.350 8281.00 8123.35 157.65 - 41.400 8235.00 8124.80 110.20 - 41.450 8315.00 8134.34 180.66 - 41.500 8199.00 8163.68 35.32 - 41.550 8097.00 8234.23 -137.23 - 41.600 8026.00 8376.79 -350.79 - 41.650 8205.00 8622.16 -417.16 - 41.700 8314.00 8980.02 -666.02 - 41.750 8207.00 9414.41 -1207.41 - 41.800 8106.00 9834.93 -1728.93 - 41.850 8260.00 10121.38 -1861.38 - 41.900 8442.00 10177.70 -1735.70 - 41.950 8271.00 9983.11 -1712.11 - 42.000 8169.00 9603.88 -1434.88 - 42.050 8041.00 9156.66 -1115.66 - 42.100 7892.00 8750.76 -858.76 - 42.150 8119.00 8447.72 -328.72 - 42.200 8200.00 8256.13 -56.13 - 42.250 8253.00 8151.67 101.33 - 42.300 8286.00 8101.64 184.36 - 42.350 8101.00 8079.86 21.14 - 42.400 7930.00 8070.50 -140.50 - 42.450 7916.00 8065.84 -149.84 - 42.500 8012.00 8062.70 -50.70 - 42.550 7975.00 8059.99 -84.99 + 41.250 8139.00 8127.04 11.96 + 41.300 8104.00 8124.75 -20.75 + 41.350 8281.00 8123.30 157.70 + 41.400 8235.00 8124.59 110.41 + 41.450 8315.00 8133.69 181.31 + 41.500 8199.00 8161.85 37.15 + 41.550 8097.00 8229.69 -132.69 + 41.600 8026.00 8366.90 -340.90 + 41.650 8205.00 8603.11 -398.11 + 41.700 8314.00 8947.66 -633.66 + 41.750 8207.00 9365.92 -1158.92 + 41.800 8106.00 9770.81 -1664.81 + 41.850 8260.00 10046.59 -1786.59 + 41.900 8442.00 10100.74 -1658.74 + 41.950 8271.00 9913.23 -1642.23 + 42.000 8169.00 9547.91 -1378.91 + 42.050 8041.00 9117.11 -1076.11 + 42.100 7892.00 8726.11 -834.11 + 42.150 8119.00 8434.17 -315.17 + 42.200 8200.00 8249.56 -49.56 + 42.250 8253.00 8148.85 104.15 + 42.300 8286.00 8100.57 185.43 + 42.350 8101.00 8079.50 21.50 + 42.400 7930.00 8070.40 -140.40 + 42.450 7916.00 8065.81 -149.81 + 42.500 8012.00 8062.69 -50.69 + 42.550 7975.00 8059.98 -84.98 42.600 8126.00 8057.38 68.62 42.650 8154.00 8054.80 99.20 42.700 8124.00 8052.22 71.78 @@ -843,33 +843,33 @@ BEGIN 42.900 7982.00 8041.91 -59.91 42.950 7849.00 8039.36 -190.36 43.000 7932.00 8036.91 -104.91 - 43.050 8027.00 8035.00 -8.00 - 43.100 8094.00 8035.40 58.60 - 43.150 7974.00 8044.56 -70.56 - 43.200 8129.00 8082.48 46.52 - 43.250 8198.00 8202.00 -4.00 - 43.300 8034.00 8520.47 -486.47 - 43.350 8173.00 9251.79 -1078.79 - 43.400 8397.00 10701.31 -2304.31 - 43.450 8491.00 13167.64 -4676.64 - 43.500 8904.00 16731.73 -7827.73 - 43.550 9408.00 21015.52 -11607.52 - 43.600 9684.00 25107.26 -15423.26 - 43.650 9762.00 27823.61 -18061.61 - 43.700 9523.00 28249.88 -18726.88 - 43.750 9289.00 26234.06 -16945.06 - 43.800 9015.00 22472.37 -13457.37 - 43.850 8748.00 18123.74 -9375.74 - 43.900 8415.00 14239.50 -5824.50 - 43.950 8209.00 11385.88 -3176.88 - 44.000 8107.00 9614.03 -1507.03 - 44.050 8066.00 8670.87 -604.87 - 44.100 7911.00 8236.40 -325.40 - 44.150 7750.00 8061.64 -311.64 - 44.200 8032.00 7999.26 32.74 - 44.250 7912.00 7978.54 -66.54 - 44.300 7943.00 7971.14 -28.14 - 44.350 7890.00 7967.44 -77.44 + 43.050 8027.00 8034.96 -7.96 + 43.100 8094.00 8035.25 58.75 + 43.150 7974.00 8043.94 -69.94 + 43.200 8129.00 8080.25 48.75 + 43.250 8198.00 8194.90 3.10 + 43.300 8034.00 8500.55 -466.55 + 43.350 8173.00 9202.59 -1029.59 + 43.400 8397.00 10594.17 -2197.17 + 43.450 8491.00 12961.98 -4470.98 + 43.500 8904.00 16383.75 -7479.75 + 43.550 9408.00 20496.51 -11088.51 + 43.600 9684.00 24424.88 -14740.88 + 43.650 9762.00 27032.74 -17270.74 + 43.700 9523.00 27441.90 -17918.90 + 43.750 9289.00 25506.42 -16217.42 + 43.800 9015.00 21894.72 -12879.72 + 43.850 8748.00 17719.51 -8971.51 + 43.900 8415.00 13990.15 -5575.15 + 43.950 8209.00 11250.29 -3041.29 + 44.000 8107.00 9549.04 -1442.04 + 44.050 8066.00 8643.41 -577.41 + 44.100 7911.00 8226.17 -315.17 + 44.150 7750.00 8058.28 -308.28 + 44.200 8032.00 7998.29 33.71 + 44.250 7912.00 7978.29 -66.29 + 44.300 7943.00 7971.09 -28.09 + 44.350 7890.00 7967.43 -77.43 44.400 7932.00 7964.64 -32.64 44.450 8011.00 7962.02 48.98 44.500 8034.00 7959.44 74.56 @@ -912,415 +912,415 @@ BEGIN 46.350 7846.00 7883.38 -37.38 46.400 7866.00 7882.34 -16.34 46.450 7900.00 7881.42 18.58 - 46.500 7912.00 7881.09 30.91 - 46.550 7778.00 7883.18 -105.18 - 46.600 7679.00 7894.10 -215.10 - 46.650 7981.00 7932.75 48.25 - 46.700 7857.00 8046.43 -189.43 - 46.750 8082.00 8333.71 -251.71 - 46.800 8179.00 8960.65 -781.65 - 46.850 8262.00 10138.54 -1876.54 - 46.900 8322.00 12029.35 -3707.35 - 46.950 8482.00 14585.09 -6103.09 - 47.000 8685.00 17413.54 -8728.54 - 47.050 8971.00 19808.46 -10837.46 - 47.100 9054.00 21014.62 -11960.62 - 47.150 9044.00 20607.70 -11563.70 - 47.200 8941.00 18733.36 -9792.36 - 47.250 8540.00 16023.38 -7483.38 - 47.300 8036.00 13254.47 -5218.47 - 47.350 7980.00 10997.54 -3017.54 - 47.400 8025.00 9465.88 -1440.88 - 47.450 8137.00 8582.98 -445.98 - 47.500 8076.00 8145.59 -69.59 - 47.550 7932.00 7957.89 -25.89 - 47.600 8057.00 7887.50 169.50 - 47.650 7883.00 7864.01 18.99 - 47.700 7912.00 7856.61 55.39 - 47.750 7932.00 7853.99 78.01 + 46.500 7912.00 7881.04 30.96 + 46.550 7778.00 7882.97 -104.97 + 46.600 7679.00 7893.26 -214.26 + 46.650 7981.00 7929.82 51.18 + 46.700 7857.00 8037.46 -180.46 + 46.750 8082.00 8309.59 -227.59 + 46.800 8179.00 8903.50 -724.50 + 46.850 8262.00 10019.41 -1757.41 + 46.900 8322.00 11810.75 -3488.75 + 46.950 8482.00 14232.06 -5750.06 + 47.000 8685.00 16911.75 -8226.75 + 47.050 8971.00 19180.69 -10209.69 + 47.100 9054.00 20323.37 -11269.37 + 47.150 9044.00 19937.80 -10893.80 + 47.200 8941.00 18161.95 -9220.95 + 47.250 8540.00 15594.40 -7054.40 + 47.300 8036.00 12971.01 -4935.01 + 47.350 7980.00 10832.69 -2852.69 + 47.400 8025.00 9381.50 -1356.50 + 47.450 8137.00 8544.96 -407.96 + 47.500 8076.00 8130.51 -54.51 + 47.550 7932.00 7952.62 -20.62 + 47.600 8057.00 7885.88 171.12 + 47.650 7883.00 7863.57 19.43 + 47.700 7912.00 7856.51 55.49 + 47.750 7932.00 7853.96 78.04 47.800 8034.00 7852.58 181.42 47.850 8008.00 7851.46 156.54 47.900 7941.00 7850.38 90.62 47.950 7920.00 7849.33 70.67 48.000 7908.00 7848.34 59.66 - 48.050 7894.00 7847.77 46.23 - 48.100 7884.00 7849.48 34.52 - 48.150 7982.00 7862.09 119.91 - 48.200 7696.00 7919.88 -223.88 - 48.250 7879.00 8140.41 -261.41 - 48.300 8216.00 8867.54 -651.54 - 48.350 8436.00 10951.13 -2515.13 - 48.400 9053.00 16135.83 -7082.83 - 48.450 10442.00 27298.88 -16856.88 - 48.500 12610.00 47985.41 -35375.41 - 48.550 15833.00 80684.32 -64851.32 - 48.600 19815.00 124090.39 -104275.39 - 48.650 23750.00 171010.20 -147260.20 - 48.700 26358.00 209264.77 -182906.77 - 48.750 26911.00 226527.31 -199616.31 - 48.800 25283.00 216660.36 -191377.36 - 48.850 21610.00 183211.55 -161601.55 - 48.900 17504.00 137369.19 -119865.19 - 48.950 13616.00 91981.71 -78365.71 - 49.000 10967.00 55908.95 -44941.95 - 49.050 9225.00 31987.85 -22762.85 - 49.100 8494.00 18503.63 -10009.63 - 49.150 8128.00 11974.45 -3846.45 - 49.200 7868.00 9241.72 -1373.72 - 49.250 7746.00 8248.32 -502.32 - 49.300 7824.00 7933.41 -109.41 - 49.350 7894.00 7845.76 48.24 - 49.400 7864.00 7823.81 40.19 - 49.450 8066.00 7818.35 247.65 - 49.500 7869.00 7816.47 52.53 + 48.050 7894.00 7847.74 46.26 + 48.100 7884.00 7849.30 34.70 + 48.150 7982.00 7861.14 120.86 + 48.200 7696.00 7915.65 -219.65 + 48.250 7879.00 8123.84 -244.84 + 48.300 8216.00 8810.42 -594.42 + 48.350 8436.00 10777.90 -2341.90 + 48.400 9053.00 15673.77 -6620.77 + 48.450 10442.00 26215.02 -15773.02 + 48.500 12610.00 45749.33 -33139.33 + 48.550 15833.00 76626.98 -60793.98 + 48.600 19815.00 117615.44 -97800.44 + 48.650 23750.00 161921.94 -138171.94 + 48.700 26358.00 198045.81 -171687.81 + 48.750 26911.00 214346.84 -187435.84 + 48.800 25283.00 205029.39 -179746.39 + 48.850 21610.00 173443.48 -151833.48 + 48.900 17504.00 130154.31 -112650.31 + 48.950 13616.00 87294.68 -73678.68 + 49.000 10967.00 53230.97 -42263.97 + 49.050 9225.00 30642.12 -21417.12 + 49.100 8494.00 17908.86 -9414.86 + 49.150 8128.00 11743.28 -3615.28 + 49.200 7868.00 9162.69 -1294.69 + 49.250 7746.00 8224.55 -478.55 + 49.300 7824.00 7927.13 -103.13 + 49.350 7894.00 7844.29 49.71 + 49.400 7864.00 7823.52 40.48 + 49.450 8066.00 7818.29 247.71 + 49.500 7869.00 7816.46 52.54 49.550 7952.00 7815.27 136.73 49.600 7849.00 7814.19 34.81 49.650 7890.00 7813.13 76.87 49.700 7834.00 7812.09 21.91 49.750 7801.00 7811.19 -10.19 - 49.800 7912.00 7810.85 101.15 - 49.850 7985.00 7812.55 172.45 - 49.900 7874.00 7820.75 53.25 - 49.950 7837.00 7846.65 -9.65 - 50.000 7786.00 7913.79 -127.79 - 50.050 7855.00 8062.02 -207.02 - 50.100 8028.00 8342.16 -314.16 - 50.150 7941.00 8793.04 -852.04 - 50.200 7962.00 9402.45 -1440.45 - 50.250 7965.00 10074.69 -2109.69 - 50.300 8047.00 10638.80 -2591.80 - 50.350 8135.00 10914.03 -2779.03 - 50.400 8038.00 10802.04 -2764.04 - 50.450 8021.00 10343.04 -2322.04 - 50.500 7970.00 9692.39 -1722.39 - 50.550 8077.00 9036.22 -959.22 - 50.600 7900.00 8507.74 -607.74 - 50.650 7835.00 8153.34 -318.34 - 50.700 7815.00 7951.45 -136.45 - 50.750 7731.00 7852.47 -121.47 - 50.800 7746.00 7810.19 -64.19 - 50.850 7681.00 7794.07 -113.07 - 50.900 7696.00 7788.23 -92.23 - 50.950 7825.00 7785.84 39.16 - 51.000 7826.00 7784.46 41.54 + 49.800 7912.00 7810.81 101.19 + 49.850 7985.00 7812.41 172.59 + 49.900 7874.00 7820.25 53.75 + 49.950 7837.00 7845.11 -8.11 + 50.000 7786.00 7909.62 -123.62 + 50.050 7855.00 8052.10 -197.10 + 50.100 8028.00 8321.40 -293.40 + 50.150 7941.00 8754.88 -813.88 + 50.200 7962.00 9340.76 -1378.76 + 50.250 7965.00 9987.06 -2022.06 + 50.300 8047.00 10529.40 -2482.40 + 50.350 8135.00 10793.97 -2658.97 + 50.400 8038.00 10686.26 -2648.26 + 50.450 8021.00 10244.91 -2223.91 + 50.500 7970.00 9619.28 -1649.28 + 50.550 8077.00 8988.36 -911.36 + 50.600 7900.00 8480.20 -580.20 + 50.650 7835.00 8139.41 -304.41 + 50.700 7815.00 7945.26 -130.26 + 50.750 7731.00 7850.05 -119.05 + 50.800 7746.00 7809.36 -63.36 + 50.850 7681.00 7793.82 -112.82 + 50.900 7696.00 7788.16 -92.16 + 50.950 7825.00 7785.82 39.18 + 51.000 7826.00 7784.45 41.55 51.050 7609.00 7783.32 -174.32 51.100 7723.00 7782.25 -59.25 51.150 7874.00 7781.18 92.82 51.200 7718.00 7780.12 -62.12 51.250 7687.00 7779.06 -92.06 51.300 7753.00 7778.02 -25.02 - 51.350 7799.00 7777.09 21.91 - 51.400 7724.00 7776.57 -52.57 - 51.450 7775.00 7777.44 -2.44 - 51.500 7963.00 7782.31 180.69 - 51.550 7847.00 7797.13 49.87 - 51.600 7729.00 7832.85 -103.85 - 51.650 7766.00 7905.22 -139.22 - 51.700 7890.00 8029.55 -139.55 - 51.750 7684.00 8209.51 -525.51 - 51.800 7648.00 8424.42 -776.42 - 51.850 7791.00 8625.96 -834.96 - 51.900 7799.00 8753.09 -954.09 - 51.950 7793.00 8761.04 -968.04 - 52.000 8040.00 8646.18 -606.18 - 52.050 7875.00 8448.83 -573.83 - 52.100 7863.00 8229.63 -366.63 - 52.150 7703.00 8040.06 -337.06 - 52.200 7642.00 7904.92 -262.92 - 52.250 7764.00 7823.29 -59.29 - 52.300 7715.00 7780.71 -65.71 - 52.350 7670.00 7761.03 -91.03 - 52.400 7741.00 7752.51 -11.51 - 52.450 7571.00 7748.59 -177.59 - 52.500 7675.00 7746.31 -71.31 + 51.350 7799.00 7777.08 21.92 + 51.400 7724.00 7776.54 -52.54 + 51.450 7775.00 7777.30 -2.30 + 51.500 7963.00 7781.87 181.13 + 51.550 7847.00 7795.87 51.13 + 51.600 7729.00 7829.69 -100.69 + 51.650 7766.00 7898.26 -132.26 + 51.700 7890.00 8016.11 -126.11 + 51.750 7684.00 8186.72 -502.72 + 51.800 7648.00 8390.48 -742.48 + 51.850 7791.00 8581.55 -790.55 + 51.900 7799.00 8702.06 -903.06 + 51.950 7793.00 8709.54 -916.54 + 52.000 8040.00 8600.53 -560.53 + 52.050 7875.00 8413.29 -538.29 + 52.100 7863.00 8205.33 -342.33 + 52.150 7703.00 8025.47 -322.47 + 52.200 7642.00 7897.22 -255.22 + 52.250 7764.00 7819.73 -55.73 + 52.300 7715.00 7779.26 -64.26 + 52.350 7670.00 7760.51 -90.51 + 52.400 7741.00 7752.34 -11.34 + 52.450 7571.00 7748.55 -177.55 + 52.500 7675.00 7746.30 -71.30 52.550 7640.00 7744.51 -104.51 52.600 7765.00 7742.85 22.15 52.650 7859.00 7741.21 117.79 52.700 7840.00 7739.58 100.42 52.750 7721.00 7737.98 -16.98 - 52.800 7709.00 7736.52 -27.52 - 52.850 7796.00 7735.77 60.23 - 52.900 7863.00 7738.07 124.93 - 52.950 7699.00 7751.81 -52.81 - 53.000 7726.00 7802.61 -76.61 - 53.050 7575.00 7956.55 -381.55 - 53.100 7928.00 8355.28 -427.28 - 53.150 8052.00 9244.33 -1192.33 - 53.200 8318.00 10945.90 -2627.90 - 53.250 8250.00 13720.95 -5470.95 - 53.300 8585.00 17522.86 -8937.86 - 53.350 9041.00 21777.63 -12736.63 - 53.400 9461.00 25415.26 -15954.26 - 53.450 9483.00 27270.24 -17787.24 - 53.500 9282.00 26678.07 -17396.07 - 53.550 8970.00 23854.88 -14884.88 - 53.600 8645.00 19771.30 -11126.30 - 53.650 8241.00 15617.75 -7376.75 - 53.700 8006.00 12259.42 -4253.42 - 53.750 7903.00 10005.30 -2102.30 - 53.800 7772.00 8723.61 -951.61 - 53.850 7584.00 8099.06 -515.06 - 53.900 7734.00 7836.07 -102.07 - 53.950 7633.00 7739.51 -106.51 - 54.000 7638.00 7707.92 -69.92 - 54.050 7643.00 7698.06 -55.06 - 54.100 7713.00 7694.46 18.54 - 54.150 7736.00 7692.42 43.58 + 52.800 7709.00 7736.51 -27.51 + 52.850 7796.00 7735.71 60.29 + 52.900 7863.00 7737.76 125.24 + 52.950 7699.00 7750.57 -51.57 + 53.000 7726.00 7798.20 -72.20 + 53.050 7575.00 7942.71 -367.71 + 53.100 7928.00 8317.18 -389.18 + 53.150 8052.00 9152.25 -1100.25 + 53.200 8318.00 10750.62 -2432.62 + 53.250 8250.00 13357.41 -5107.41 + 53.300 8585.00 16928.84 -8343.84 + 53.350 9041.00 20925.68 -11884.68 + 53.400 9461.00 24342.78 -14881.78 + 53.450 9483.00 26085.26 -16602.26 + 53.500 9282.00 25528.88 -16246.88 + 53.550 8970.00 22876.67 -13906.67 + 53.600 8645.00 19040.44 -10395.44 + 53.650 8241.00 15138.48 -6897.48 + 53.700 8006.00 11983.56 -3977.56 + 53.750 7903.00 9865.93 -1962.93 + 53.800 7772.00 8661.81 -889.81 + 53.850 7584.00 8075.01 -491.01 + 53.900 7734.00 7827.86 -93.86 + 53.950 7633.00 7737.04 -104.04 + 54.000 7638.00 7707.27 -69.27 + 54.050 7643.00 7697.91 -54.91 + 54.100 7713.00 7694.43 18.57 + 54.150 7736.00 7692.41 43.59 54.200 7630.00 7690.71 -60.71 54.250 7861.00 7689.08 171.92 54.300 7896.00 7687.47 208.53 - 54.350 7797.00 7685.95 111.05 - 54.400 7826.00 7684.84 141.16 - 54.450 7626.00 7685.27 -59.27 - 54.500 7809.00 7690.83 118.17 - 54.550 7762.00 7710.93 51.07 - 54.600 7733.00 7766.30 -33.30 - 54.650 7759.00 7893.90 -134.90 - 54.700 7784.00 8144.09 -360.09 - 54.750 7838.00 8560.97 -722.97 - 54.800 7961.00 9144.47 -1183.47 - 54.850 8012.00 9813.25 -1801.25 - 54.900 7765.00 10404.01 -2639.01 - 54.950 7848.00 10729.46 -2881.46 - 55.000 7880.00 10672.79 -2792.79 - 55.050 7995.00 10254.27 -2259.27 - 55.100 7783.00 9619.35 -1836.35 - 55.150 7827.00 8957.44 -1130.44 - 55.200 7696.00 8412.57 -716.57 - 55.250 7540.00 8041.24 -501.24 - 55.300 7640.00 7826.97 -186.97 - 55.350 7714.00 7720.76 -6.76 - 55.400 7552.00 7674.84 -122.84 - 55.450 7637.00 7656.98 -19.98 - 55.500 7593.00 7650.20 -57.20 - 55.550 7588.00 7647.14 -59.14 - 55.600 7710.00 7645.17 64.83 + 54.350 7797.00 7685.94 111.06 + 54.400 7826.00 7684.80 141.20 + 54.450 7626.00 7685.11 -59.11 + 54.500 7809.00 7690.25 118.75 + 54.550 7762.00 7709.07 52.93 + 54.600 7733.00 7761.09 -28.09 + 54.650 7759.00 7881.08 -122.08 + 54.700 7784.00 8116.44 -332.44 + 54.750 7838.00 8508.69 -670.69 + 54.800 7961.00 9057.74 -1096.74 + 54.850 8012.00 9687.06 -1675.06 + 54.900 7765.00 10242.95 -2477.95 + 54.950 7848.00 10549.14 -2701.14 + 55.000 7880.00 10495.71 -2615.71 + 55.050 7995.00 10101.73 -2106.73 + 55.100 7783.00 9504.09 -1721.09 + 55.150 7827.00 8881.05 -1054.05 + 55.200 7696.00 8368.16 -672.16 + 55.250 7540.00 8018.59 -478.59 + 55.300 7640.00 7816.84 -176.84 + 55.350 7714.00 7716.79 -2.79 + 55.400 7552.00 7673.47 -121.47 + 55.450 7637.00 7656.57 -19.57 + 55.500 7593.00 7650.09 -57.09 + 55.550 7588.00 7647.12 -59.12 + 55.600 7710.00 7645.16 64.84 55.650 7546.00 7643.47 -97.47 55.700 7590.00 7641.83 -51.83 55.750 7718.00 7640.25 77.75 - 55.800 7680.00 7638.90 41.10 - 55.850 7733.00 7638.64 94.36 - 55.900 7825.00 7642.99 182.01 - 55.950 7807.00 7663.96 143.04 - 56.000 7821.00 7736.63 84.37 - 56.050 7804.00 7947.08 -143.08 - 56.100 7771.00 8469.31 -698.31 - 56.150 7969.00 9583.06 -1614.06 - 56.200 8249.00 11615.19 -3366.19 - 56.250 8418.00 14758.11 -6340.11 - 56.300 8941.00 18805.74 -9864.74 - 56.350 9207.00 22989.05 -13782.05 - 56.400 9365.00 26133.26 -16768.26 - 56.450 9359.00 27169.62 -17810.62 - 56.500 9173.00 25716.98 -16543.98 - 56.550 8796.00 22304.77 -13508.77 - 56.600 8341.00 18064.39 -9723.39 - 56.650 8111.00 14129.44 -6018.44 - 56.700 7889.00 11173.29 -3284.29 - 56.750 7620.00 9315.88 -1695.88 - 56.800 7748.00 8323.76 -575.76 - 56.850 7814.00 7868.74 -54.74 - 56.900 7678.00 7688.09 -10.09 - 56.950 7737.00 7625.25 111.75 - 57.000 7668.00 7605.46 62.54 - 57.050 7699.00 7599.14 99.86 - 57.100 7742.00 7596.45 145.55 - 57.150 7781.00 7594.64 186.36 - 57.200 7746.00 7593.12 152.88 - 57.250 7575.00 7592.31 -17.31 - 57.300 7662.00 7594.88 67.12 - 57.350 7697.00 7611.72 85.28 - 57.400 7624.00 7680.93 -56.93 - 57.450 7750.00 7915.44 -165.44 - 57.500 7706.00 8596.67 -890.67 - 57.550 7784.00 10303.36 -2519.36 - 57.600 8419.00 13984.04 -5565.04 - 57.650 8996.00 20780.55 -11784.55 - 57.700 10073.00 31420.59 -21347.59 - 57.750 11439.00 45303.86 -33864.86 - 57.800 12666.00 59877.45 -47211.45 - 57.850 13675.00 71099.54 -57424.54 - 57.900 13505.00 75171.95 -61666.95 - 57.950 12708.00 70593.82 -57885.82 - 58.000 11481.00 59046.83 -47565.83 - 58.050 10507.00 44405.93 -33898.93 - 58.100 9337.00 30662.11 -21325.11 - 58.150 8414.00 20249.71 -11835.71 - 58.200 7930.00 13666.52 -5736.52 - 58.250 7629.00 10133.39 -2504.39 - 58.300 7685.00 8508.22 -823.22 - 58.350 7610.00 7863.31 -253.31 - 58.400 7641.00 7641.12 -0.12 - 58.450 7558.00 7573.90 -15.90 - 58.500 7625.00 7555.30 69.70 - 58.550 7630.00 7549.86 80.14 - 58.600 7607.00 7547.50 59.50 - 58.650 7552.00 7545.88 6.12 - 58.700 7558.00 7545.02 12.98 - 58.750 7535.00 7547.15 -12.15 - 58.800 7428.00 7561.33 -133.33 - 58.850 7468.00 7617.37 -149.37 - 58.900 7579.00 7798.40 -219.40 - 58.950 7558.00 8297.84 -739.84 - 59.000 7759.00 9483.05 -1724.05 - 59.050 7998.00 11897.06 -3899.06 - 59.100 8317.00 16089.80 -7772.80 - 59.150 9051.00 22226.60 -13175.60 - 59.200 9587.00 29626.05 -20039.05 - 59.250 10370.00 36620.13 -26250.13 - 59.300 10441.00 41064.93 -30623.93 - 59.350 10387.00 41380.36 -30993.36 - 59.400 9863.00 37447.68 -27584.68 - 59.450 9167.00 30681.72 -21514.72 - 59.500 8724.00 23215.17 -14491.17 - 59.550 8321.00 16831.43 -8510.43 - 59.600 7953.00 12355.02 -4402.02 - 59.650 7590.00 9715.27 -2125.27 - 59.700 7617.00 8388.82 -771.82 - 59.750 7631.00 7815.91 -184.91 - 59.800 7550.00 7601.71 -51.71 - 59.850 7495.00 7531.60 -36.60 - 59.900 7532.00 7510.82 21.18 - 59.950 7591.00 7504.53 86.47 - 60.000 7659.00 7501.92 157.08 - 60.050 7552.00 7500.11 51.89 + 55.800 7680.00 7638.87 41.13 + 55.850 7733.00 7638.53 94.47 + 55.900 7825.00 7642.47 182.53 + 55.950 7807.00 7661.89 145.11 + 56.000 7821.00 7729.50 91.50 + 56.050 7804.00 7925.50 -121.50 + 56.100 7771.00 8412.04 -641.04 + 56.150 7969.00 9449.79 -1480.79 + 56.200 8249.00 11343.34 -3094.34 + 56.250 8418.00 14271.99 -5853.99 + 56.300 8941.00 18043.72 -9102.72 + 56.350 9207.00 21941.87 -12734.87 + 56.400 9365.00 24871.74 -15506.74 + 56.450 9359.00 25837.37 -16478.37 + 56.500 9173.00 24483.60 -15310.60 + 56.550 8796.00 21303.78 -12507.78 + 56.600 8341.00 17352.22 -9011.22 + 56.650 8111.00 13685.28 -5574.28 + 56.700 7889.00 10930.45 -3041.45 + 56.750 7620.00 9199.48 -1579.48 + 56.800 7748.00 8274.85 -526.85 + 56.850 7814.00 7850.73 -36.73 + 56.900 7678.00 7682.27 -4.27 + 56.950 7737.00 7623.61 113.39 + 57.000 7668.00 7605.05 62.95 + 57.050 7699.00 7599.05 99.95 + 57.100 7742.00 7596.44 145.56 + 57.150 7781.00 7594.63 186.37 + 57.200 7746.00 7593.11 152.89 + 57.250 7575.00 7592.26 -17.26 + 57.300 7662.00 7594.58 67.42 + 57.350 7697.00 7610.39 86.61 + 57.400 7624.00 7675.61 -51.61 + 57.450 7750.00 7896.81 -146.81 + 57.500 7706.00 8539.56 -833.56 + 57.550 7784.00 10149.99 -2365.99 + 57.600 8419.00 13623.17 -5204.17 + 57.650 8996.00 20036.62 -11040.62 + 57.700 10073.00 30077.00 -20004.00 + 57.750 11439.00 43177.87 -31738.87 + 57.800 12666.00 56930.16 -44264.16 + 57.850 13675.00 67519.80 -53844.80 + 57.900 13505.00 71362.64 -57857.64 + 57.950 12708.00 67042.40 -54334.40 + 58.000 11481.00 56145.98 -44664.98 + 58.050 10507.00 42329.99 -31822.99 + 58.100 9337.00 29360.53 -20023.53 + 58.150 8414.00 19534.77 -11120.77 + 58.200 7930.00 13322.45 -5392.45 + 58.250 7629.00 9988.31 -2359.31 + 58.300 7685.00 8454.63 -769.63 + 58.350 7610.00 7845.96 -235.96 + 58.400 7641.00 7636.21 4.79 + 58.450 7558.00 7572.67 -14.67 + 58.500 7625.00 7555.04 69.96 + 58.550 7630.00 7549.81 80.19 + 58.600 7607.00 7547.49 59.51 + 58.650 7552.00 7545.87 6.13 + 58.700 7558.00 7544.94 13.06 + 58.750 7535.00 7546.80 -11.80 + 58.800 7428.00 7559.79 -131.79 + 58.850 7468.00 7611.48 -143.48 + 58.900 7579.00 7778.77 -199.77 + 58.950 7558.00 8240.53 -682.53 + 59.000 7759.00 9336.46 -1577.46 + 59.050 7998.00 11568.76 -3570.76 + 59.100 8317.00 15445.99 -7128.99 + 59.150 9051.00 21121.04 -12070.04 + 59.200 9587.00 27963.77 -18376.77 + 59.250 10370.00 34431.62 -24061.62 + 59.300 10441.00 38541.95 -28100.95 + 59.350 10387.00 38833.52 -28446.52 + 59.400 9863.00 35196.55 -25333.55 + 59.450 9167.00 28939.42 -19772.42 + 59.500 8724.00 22034.39 -13310.39 + 59.550 8321.00 16130.73 -7809.73 + 59.600 7953.00 11990.92 -4037.92 + 59.650 7590.00 9549.61 -1959.61 + 59.700 7617.00 8322.83 -705.83 + 59.750 7631.00 7792.89 -161.89 + 59.800 7550.00 7594.68 -44.68 + 59.850 7495.00 7529.71 -34.71 + 59.900 7532.00 7510.38 21.62 + 59.950 7591.00 7504.44 86.56 + 60.000 7659.00 7501.90 157.10 + 60.050 7552.00 7500.10 51.90 60.100 7427.00 7498.45 -71.45 - 60.150 7377.00 7496.82 -119.82 - 60.200 7396.00 7495.20 -99.20 - 60.250 7447.00 7493.62 -46.62 - 60.300 7637.00 7492.16 144.84 - 60.350 7583.00 7491.01 91.99 - 60.400 7442.00 7490.55 -48.55 - 60.450 7564.00 7491.37 72.63 - 60.500 7684.00 7494.15 189.85 - 60.550 7526.00 7499.20 26.80 - 60.600 7575.00 7506.09 68.91 - 60.650 7608.00 7512.98 95.02 - 60.700 7507.00 7517.38 -10.38 - 60.750 7518.00 7517.23 0.77 - 60.800 7538.00 7512.05 25.95 - 60.850 7679.00 7503.21 175.79 - 60.900 7593.00 7493.10 99.90 - 60.950 7372.00 7483.96 -111.96 - 61.000 7539.00 7476.93 62.07 - 61.050 7549.00 7472.10 76.90 - 61.100 7414.00 7468.91 -54.91 - 61.150 7421.00 7466.68 -45.68 - 61.200 7442.00 7464.93 -22.93 - 61.250 7472.00 7463.38 8.62 + 60.150 7377.00 7496.81 -119.81 + 60.200 7396.00 7495.19 -99.19 + 60.250 7447.00 7493.57 -46.57 + 60.300 7637.00 7491.98 145.02 + 60.350 7583.00 7490.46 92.54 + 60.400 7442.00 7489.11 -47.11 + 60.450 7564.00 7488.06 75.94 + 60.500 7684.00 7487.47 196.53 + 60.550 7526.00 7487.42 38.58 + 60.600 7575.00 7487.91 87.09 + 60.650 7608.00 7488.42 119.58 + 60.700 7507.00 7488.34 18.66 + 60.750 7518.00 7487.20 30.80 + 60.800 7538.00 7484.86 53.14 + 60.850 7679.00 7481.66 197.34 + 60.900 7593.00 7478.16 114.84 + 60.950 7372.00 7474.89 -102.89 + 61.000 7539.00 7472.12 66.88 + 61.050 7549.00 7469.86 79.14 + 61.100 7414.00 7468.00 -54.00 + 61.150 7421.00 7466.36 -45.36 + 61.200 7442.00 7464.83 -22.83 + 61.250 7472.00 7463.35 8.65 61.300 7552.00 7461.89 90.11 61.350 7413.00 7460.43 -47.43 61.400 7387.00 7458.97 -71.97 61.450 7469.00 7457.53 11.47 - 61.500 7547.00 7456.16 90.84 - 61.550 7324.00 7455.10 -131.10 - 61.600 7430.00 7455.36 -25.36 - 61.650 7447.00 7460.21 -13.21 - 61.700 7634.00 7478.90 155.10 - 61.750 7729.00 7533.07 195.93 - 61.800 7434.00 7664.13 -230.13 - 61.850 7567.00 7933.60 -366.60 - 61.900 7783.00 8404.18 -621.18 - 61.950 7626.00 9094.82 -1468.82 - 62.000 7684.00 9928.29 -2244.29 - 62.050 7837.00 10714.65 -2877.65 - 62.100 7877.00 11210.27 -3333.27 - 62.150 7771.00 11236.97 -3465.97 - 62.200 7622.00 10784.16 -3162.16 - 62.250 7559.00 10015.21 -2456.21 - 62.300 7552.00 9172.88 -1620.88 - 62.350 7353.00 8457.49 -1104.49 - 62.400 7370.00 7959.14 -589.14 - 62.450 7357.00 7667.19 -310.19 - 62.500 7358.00 7521.16 -163.16 - 62.550 7460.00 7457.98 2.02 - 62.600 7352.00 7433.81 -81.81 - 62.650 7316.00 7425.12 -109.12 - 62.700 7324.00 7421.67 -97.67 - 62.750 7387.00 7419.74 -32.74 - 62.800 7400.00 7418.19 -18.19 - 62.850 7538.00 7416.76 121.24 - 62.900 7417.00 7415.55 1.45 - 62.950 7304.00 7415.25 -111.25 - 63.000 7433.00 7418.32 14.68 - 63.050 7364.00 7432.38 -68.38 - 63.100 7299.00 7476.88 -177.88 - 63.150 7209.00 7592.93 -383.93 - 63.200 7404.00 7849.84 -445.84 - 63.250 7411.00 8334.01 -923.01 - 63.300 7542.00 9105.33 -1563.33 - 63.350 7581.00 10127.51 -2546.51 - 63.400 7670.00 11216.64 -3546.64 - 63.450 7570.00 12070.18 -4500.18 - 63.500 7697.00 12396.33 -4699.33 - 63.550 7727.00 12072.82 -4345.82 - 63.600 7573.00 11219.90 -3646.90 - 63.650 7573.00 10128.50 -2555.50 - 63.700 7527.00 9101.79 -1574.79 - 63.750 7318.00 8324.97 -1006.97 - 63.800 7282.00 7835.53 -553.53 - 63.850 7282.00 7574.07 -292.07 - 63.900 7351.00 7454.20 -103.20 - 63.950 7405.00 7406.38 -1.38 - 64.000 7351.00 7389.24 -38.24 - 64.050 7407.00 7383.20 23.80 - 64.100 7311.00 7380.59 -69.59 - 64.150 7357.00 7378.95 -21.95 - 64.200 7341.00 7377.89 -36.89 - 64.250 7281.00 7378.84 -97.84 - 64.300 7319.00 7388.59 -69.59 - 64.350 7486.00 7432.35 53.65 - 64.400 7533.00 7589.15 -56.15 - 64.450 7564.00 8066.90 -502.90 - 64.500 7775.00 9318.64 -1543.64 - 64.550 7919.00 12135.55 -4216.55 - 64.600 8354.00 17553.37 -9199.37 - 64.650 9022.00 26386.05 -17364.05 - 64.700 10195.00 38395.47 -28200.47 - 64.750 11593.00 51604.16 -40011.16 - 64.800 12440.00 62476.81 -50036.81 - 64.850 12475.00 67357.56 -54882.56 - 64.900 11957.00 64430.40 -52473.40 - 64.950 11222.00 54797.02 -43575.02 - 65.000 10173.00 41812.39 -31639.39 - 65.050 9042.00 29222.59 -20180.59 - 65.100 8143.00 19481.27 -11338.27 - 65.150 7635.00 13228.17 -5593.17 - 65.200 7484.00 9837.91 -2353.91 - 65.250 7394.00 8268.03 -874.03 - 65.300 7288.00 7643.17 -355.17 - 65.350 7349.00 7428.01 -79.01 - 65.400 7311.00 7363.15 -52.15 - 65.450 7262.00 7345.39 -83.39 - 65.500 7322.00 7340.30 -18.30 - 65.550 7371.00 7338.17 32.83 - 65.600 7410.00 7336.79 73.21 - 65.650 7196.00 7336.23 -140.23 - 65.700 7125.00 7338.36 -213.36 - 65.750 7374.00 7349.21 24.79 - 65.800 7346.00 7384.25 -38.25 - 65.850 7287.00 7476.14 -189.14 - 65.900 7410.00 7679.75 -269.75 - 65.950 7292.00 8062.83 -770.83 - 66.000 7278.00 8671.10 -1393.10 - 66.050 7499.00 9472.63 -1973.63 - 66.100 7645.00 10318.65 -2673.65 - 66.150 7701.00 10970.14 -3269.14 - 66.200 7754.00 11201.23 -3447.23 - 66.250 7717.00 10924.44 -3207.44 - 66.300 7617.00 10242.98 -2625.98 - 66.350 7359.00 9389.19 -2030.19 - 66.400 7435.00 8597.41 -1162.41 - 66.450 7433.00 8006.16 -573.16 - 66.500 7422.00 7638.22 -216.22 - 66.550 7482.00 7444.09 37.91 - 66.600 7285.00 7356.11 -71.11 - 66.650 7165.00 7321.25 -156.25 - 66.700 7378.00 7308.67 69.33 - 66.750 7244.00 7304.01 -60.01 - 66.800 7183.00 7301.76 -118.76 - 66.850 7308.00 7300.13 7.87 - 66.900 7436.00 7298.64 137.36 + 61.500 7547.00 7456.15 90.85 + 61.550 7324.00 7455.07 -131.07 + 61.600 7430.00 7455.21 -25.21 + 61.650 7447.00 7459.63 -12.63 + 61.700 7634.00 7476.93 157.07 + 61.750 7729.00 7527.29 201.71 + 61.800 7434.00 7649.25 -215.25 + 61.850 7567.00 7900.13 -333.13 + 61.900 7783.00 8338.31 -555.31 + 61.950 7626.00 8981.46 -1355.46 + 62.000 7684.00 9757.63 -2073.63 + 62.050 7837.00 10489.92 -2652.92 + 62.100 7877.00 10951.43 -3074.43 + 62.150 7771.00 10976.19 -3205.19 + 62.200 7622.00 10554.35 -2932.35 + 62.250 7559.00 9838.08 -2279.08 + 62.300 7552.00 9053.46 -1501.46 + 62.350 7353.00 8387.06 -1034.06 + 62.400 7370.00 7922.82 -552.82 + 62.450 7357.00 7650.80 -293.80 + 62.500 7358.00 7514.69 -156.69 + 62.550 7460.00 7455.75 4.25 + 62.600 7352.00 7433.14 -81.14 + 62.650 7316.00 7424.95 -108.95 + 62.700 7324.00 7421.63 -97.63 + 62.750 7387.00 7419.73 -32.73 + 62.800 7400.00 7418.18 -18.18 + 62.850 7538.00 7416.75 121.25 + 62.900 7417.00 7415.53 1.47 + 62.950 7304.00 7415.13 -111.13 + 63.000 7433.00 7417.87 15.13 + 63.050 7364.00 7430.74 -66.74 + 63.100 7299.00 7471.74 -172.74 + 63.150 7209.00 7578.83 -369.83 + 63.200 7404.00 7816.04 -412.04 + 63.250 7411.00 8263.17 -852.17 + 63.300 7542.00 8975.57 -1433.57 + 63.350 7581.00 9919.69 -2338.69 + 63.400 7670.00 10925.66 -3255.66 + 63.450 7570.00 11714.01 -4144.01 + 63.500 7697.00 12015.18 -4318.18 + 63.550 7727.00 11716.23 -3989.23 + 63.600 7573.00 10928.23 -3355.23 + 63.650 7573.00 9919.94 -2346.94 + 63.700 7527.00 8971.41 -1444.41 + 63.750 7318.00 8253.71 -935.71 + 63.800 7282.00 7801.48 -519.48 + 63.850 7282.00 7559.85 -277.85 + 63.900 7351.00 7449.01 -98.01 + 63.950 7405.00 7404.72 0.28 + 64.000 7351.00 7388.78 -37.78 + 64.050 7407.00 7383.08 23.92 + 64.100 7311.00 7380.56 -69.56 + 64.150 7357.00 7378.93 -21.93 + 64.200 7341.00 7377.83 -36.83 + 64.250 7281.00 7378.52 -97.52 + 64.300 7319.00 7387.06 -68.06 + 64.350 7486.00 7425.94 60.06 + 64.400 7533.00 7565.62 -32.62 + 64.450 7564.00 7991.58 -427.58 + 64.500 7775.00 9107.87 -1332.87 + 64.550 7919.00 11620.16 -3701.16 + 64.600 8354.00 16452.25 -8098.25 + 64.650 9022.00 24330.10 -15308.10 + 64.700 10195.00 35041.35 -24846.35 + 64.750 11593.00 46822.23 -35229.23 + 64.800 12440.00 56519.57 -44079.57 + 64.850 12475.00 60872.64 -48397.64 + 64.900 11957.00 58261.70 -46304.70 + 64.950 11222.00 49669.38 -38447.38 + 65.000 10173.00 38088.01 -27915.01 + 65.050 9042.00 26858.80 -17816.80 + 65.100 8143.00 18170.20 -10027.20 + 65.150 7635.00 12592.80 -4957.80 + 65.200 7484.00 9568.81 -2084.81 + 65.250 7394.00 8168.45 -774.45 + 65.300 7288.00 7610.98 -322.98 + 65.350 7349.00 7418.91 -69.91 + 65.400 7311.00 7360.90 -49.90 + 65.450 7262.00 7344.90 -82.90 + 65.500 7322.00 7340.21 -18.21 + 65.550 7371.00 7338.15 32.85 + 65.600 7410.00 7336.77 73.23 + 65.650 7196.00 7336.14 -140.14 + 65.700 7125.00 7338.01 -213.01 + 65.750 7374.00 7347.98 26.02 + 65.800 7346.00 7380.40 -34.40 + 65.850 7287.00 7465.57 -178.57 + 65.900 7410.00 7654.44 -244.44 + 65.950 7292.00 8009.87 -717.87 + 66.000 7278.00 8574.30 -1296.30 + 66.050 7499.00 9318.09 -1819.09 + 66.100 7645.00 10103.18 -2458.18 + 66.150 7701.00 10707.72 -3006.72 + 66.200 7754.00 10922.08 -3168.08 + 66.250 7717.00 10665.10 -2948.10 + 66.300 7617.00 10032.53 -2415.53 + 66.350 7359.00 9240.02 -1881.02 + 66.400 7435.00 8505.08 -1070.08 + 66.450 7433.00 7956.23 -523.23 + 66.500 7422.00 7614.64 -192.64 + 66.550 7482.00 7434.36 47.64 + 66.600 7285.00 7352.60 -67.60 + 66.650 7165.00 7320.15 -155.15 + 66.700 7378.00 7308.37 69.63 + 66.750 7244.00 7303.94 -59.94 + 66.800 7183.00 7301.74 -118.74 + 66.850 7308.00 7300.12 7.88 + 66.900 7436.00 7298.63 137.37 66.950 7318.00 7297.17 20.83 67.000 7328.00 7295.71 32.29 67.050 7398.00 7294.26 103.74 @@ -1371,384 +1371,384 @@ BEGIN 69.300 7411.00 7248.35 162.65 69.350 7363.00 7247.78 115.22 69.400 7364.00 7247.23 116.77 - 69.450 7412.00 7246.71 165.29 - 69.500 7365.00 7246.45 118.55 - 69.550 7215.00 7247.50 -32.50 - 69.600 7128.00 7254.28 -126.28 - 69.650 7277.00 7282.87 -5.87 - 69.700 7287.00 7382.35 -95.35 - 69.750 7392.00 7678.42 -286.42 - 69.800 7453.00 8435.14 -982.14 - 69.850 7604.00 10092.19 -2488.19 - 69.900 7833.00 13184.59 -5351.59 - 69.950 8298.00 18050.36 -9752.36 - 70.000 8808.00 24392.23 -15584.23 - 70.050 9410.00 30980.54 -21570.54 - 70.100 9785.00 35903.65 -26118.65 - 70.150 9822.00 37430.00 -27608.00 - 70.200 9620.00 34978.04 -25358.04 - 70.250 9192.00 29470.70 -20278.70 - 70.300 8570.00 22781.25 -14211.25 - 70.350 7831.00 16717.35 -8886.35 - 70.400 7687.00 12279.90 -4592.90 - 70.450 7470.00 9576.50 -2106.50 - 70.500 7367.00 8182.58 -815.58 - 70.550 7370.00 7568.94 -198.94 - 70.600 7181.00 7336.80 -155.80 - 70.650 7298.00 7260.83 37.17 - 70.700 7271.00 7239.06 31.94 - 70.750 7306.00 7233.42 72.58 - 70.800 7282.00 7232.30 49.70 - 70.850 7326.00 7234.35 91.65 - 70.900 7288.00 7246.41 41.59 - 70.950 7426.00 7295.19 130.81 - 71.000 7466.00 7461.15 4.85 - 71.050 7470.00 7945.49 -475.49 - 71.100 7439.00 9159.52 -1720.52 - 71.150 7789.00 11765.94 -3976.94 - 71.200 8144.00 16525.06 -8381.06 - 71.250 8780.00 23839.30 -15059.30 - 71.300 9592.00 33108.42 -23516.42 - 71.350 10486.00 42386.60 -31900.60 - 71.400 11021.00 48878.93 -37857.93 - 71.450 10865.00 50253.68 -39388.68 - 71.500 10326.00 45984.34 -35658.34 - 71.550 9907.00 37668.95 -27761.95 - 71.600 8808.00 28077.30 -19269.30 - 71.650 8257.00 19677.79 -11420.79 - 71.700 7650.00 13709.19 -6059.19 - 71.750 7378.00 10167.20 -2789.20 - 71.800 7288.00 8386.99 -1098.99 - 71.850 7321.00 7622.58 -301.58 - 71.900 7214.00 7340.36 -126.36 - 71.950 7254.00 7250.31 3.69 - 72.000 7234.00 7225.18 8.82 - 72.050 7112.00 7218.83 -106.83 - 72.100 7288.00 7217.41 70.59 - 72.150 7249.00 7218.31 30.69 - 72.200 7305.00 7224.99 80.01 - 72.250 7308.00 7251.54 56.46 - 72.300 7319.00 7338.34 -19.34 - 72.350 7403.00 7580.33 -177.33 - 72.400 7234.00 8158.44 -924.44 - 72.450 7322.00 9337.41 -2015.41 - 72.500 7493.00 11376.24 -3883.24 - 72.550 7825.00 14325.49 -6500.49 - 72.600 8267.00 17804.43 -9537.43 - 72.650 8547.00 20962.11 -12415.11 - 72.700 8490.00 22770.65 -14280.65 - 72.750 8409.00 22558.31 -14149.31 - 72.800 8185.00 20406.17 -12221.17 - 72.850 7778.00 17100.14 -9322.14 - 72.900 7514.00 13670.43 -6156.43 - 72.950 7634.00 10888.05 -3254.05 - 73.000 7248.00 9033.93 -1785.93 - 73.050 7157.00 7996.78 -839.78 - 73.100 7255.00 7503.79 -248.79 - 73.150 7208.00 7302.99 -94.99 - 73.200 7276.00 7232.45 43.55 - 73.250 7214.00 7210.79 3.21 - 73.300 7041.00 7204.74 -163.74 - 73.350 7175.00 7202.98 -27.98 - 73.400 7261.00 7202.42 58.58 - 73.450 7343.00 7202.97 140.03 - 73.500 7177.00 7207.05 -30.05 - 73.550 7210.00 7222.60 -12.60 - 73.600 7154.00 7270.29 -116.29 - 73.650 7055.00 7394.05 -339.05 - 73.700 7146.00 7667.77 -521.77 - 73.750 7435.00 8182.58 -747.58 - 73.800 7283.00 8997.94 -1714.94 - 73.850 7422.00 10065.94 -2643.94 - 73.900 7420.00 11180.56 -3760.56 - 73.950 7466.00 12017.08 -4551.08 - 74.000 7701.00 12279.42 -4578.42 - 74.050 7638.00 11866.63 -4228.63 - 74.100 7407.00 10935.35 -3528.35 - 74.150 7226.00 9804.16 -2578.16 - 74.200 7275.00 8780.54 -1505.54 - 74.250 7216.00 8033.65 -817.65 - 74.300 7280.00 7580.31 -300.31 - 74.350 7177.00 7347.64 -170.64 - 74.400 7184.00 7245.58 -61.58 - 74.450 7091.00 7206.96 -115.96 - 74.500 7233.00 7194.11 38.89 - 74.550 7259.00 7190.13 68.87 - 74.600 7075.00 7188.77 -113.77 - 74.650 7067.00 7188.21 -121.21 - 74.700 7165.00 7188.50 -23.50 - 74.750 7163.00 7191.64 -28.64 - 74.800 7122.00 7204.60 -82.60 - 74.850 7315.00 7246.66 68.34 - 74.900 7138.00 7361.71 -223.71 - 74.950 7155.00 7630.04 -475.04 - 75.000 7329.00 8163.20 -834.20 - 75.050 7289.00 9058.46 -1769.46 - 75.100 7274.00 10310.45 -3036.45 - 75.150 7445.00 11727.32 -4282.32 - 75.200 7554.00 12935.36 -5381.36 - 75.250 7897.00 13526.54 -5629.54 - 75.300 7777.00 13276.83 -5499.83 - 75.350 7604.00 12282.41 -4678.41 - 75.400 7470.00 10899.66 -3429.66 - 75.450 7246.00 9542.00 -2296.00 - 75.500 7086.00 8485.91 -1399.91 - 75.550 7140.00 7808.07 -668.07 - 75.600 7059.00 7441.93 -382.93 - 75.650 7134.00 7273.50 -139.50 - 75.700 7082.00 7206.97 -124.97 - 75.750 7020.00 7184.11 -164.11 - 75.800 6938.00 7177.05 -239.05 - 75.850 7129.00 7174.88 -45.88 - 75.900 7248.00 7174.07 73.93 - 75.950 7113.00 7174.04 -61.04 - 76.000 7265.00 7176.08 88.92 - 76.050 7232.00 7185.33 46.67 - 76.100 7317.00 7216.59 100.41 - 76.150 7359.00 7304.89 54.11 - 76.200 7147.00 7517.21 -370.21 - 76.250 7194.00 7952.28 -758.28 - 76.300 7437.00 8706.75 -1269.75 - 76.350 7434.00 9799.68 -2365.68 - 76.400 7530.00 11089.51 -3559.51 - 76.450 7762.00 12257.60 -4495.60 - 76.500 7710.00 12921.35 -5211.35 - 76.550 7629.00 12832.01 -5203.01 - 76.600 7528.00 12024.10 -4496.10 - 76.650 7404.00 10793.40 -3389.40 - 76.700 7418.00 9524.60 -2106.60 - 76.750 7210.00 8500.92 -1290.92 - 76.800 7309.00 7823.08 -514.08 - 76.850 7225.00 7446.46 -221.46 - 76.900 7123.00 7268.58 -145.58 - 76.950 7143.00 7196.55 -53.55 - 77.000 7031.00 7171.24 -140.24 - 77.050 7151.00 7163.30 -12.30 - 77.100 7181.00 7160.87 20.13 - 77.150 7282.00 7160.09 121.91 - 77.200 7137.00 7160.50 -23.50 - 77.250 7022.00 7164.55 -142.55 - 77.300 7103.00 7181.53 -78.53 - 77.350 7272.00 7238.38 33.62 - 77.400 7165.00 7399.57 -234.57 - 77.450 7319.00 7789.99 -470.99 - 77.500 7426.00 8596.69 -1170.69 - 77.550 7558.00 10008.15 -2450.15 - 77.600 7709.00 12072.57 -4363.57 - 77.650 7816.00 14536.13 -6720.13 - 77.700 8077.00 16801.22 -8724.22 - 77.750 8150.00 18131.85 -9981.85 - 77.800 8120.00 18030.62 -9910.62 - 77.850 7780.00 16536.88 -8756.88 - 77.900 7767.00 14201.04 -6434.04 - 77.950 7674.00 11761.88 -4087.88 - 78.000 7328.00 9776.11 -2448.11 - 78.050 7215.00 8451.64 -1236.64 - 78.100 7165.00 7711.23 -546.23 - 78.150 7180.00 7359.79 -179.79 - 78.200 7150.00 7217.07 -67.07 - 78.250 7160.00 7167.04 -7.04 - 78.300 7188.00 7151.67 36.33 - 78.350 7176.00 7147.40 28.60 - 78.400 7325.00 7146.72 178.28 - 78.450 7147.00 7149.69 -2.69 - 78.500 7029.00 7165.22 -136.22 - 78.550 7113.00 7225.23 -112.23 - 78.600 7243.00 7421.13 -178.13 - 78.650 7286.00 7969.10 -683.10 - 78.700 7328.00 9281.74 -1953.74 - 78.750 7541.00 11964.82 -4423.82 - 78.800 8051.00 16606.10 -8555.10 - 78.850 8730.00 23308.32 -14578.32 - 78.900 9218.00 31183.17 -21965.17 - 78.950 9902.00 38263.22 -28361.22 - 79.000 10075.00 42212.93 -32137.93 - 79.050 9957.00 41545.64 -31588.64 - 79.100 9475.00 36521.17 -27046.17 - 79.150 8917.00 28980.54 -20063.54 - 79.200 8129.00 21273.08 -13144.08 - 79.250 7618.00 15099.65 -7481.65 - 79.300 7370.00 11040.74 -3670.74 - 79.350 7223.00 8802.25 -1579.25 - 79.400 7310.00 7753.95 -443.95 - 79.450 7167.00 7334.26 -167.26 - 79.500 7179.00 7189.67 -10.67 - 79.550 7121.00 7146.50 -25.50 - 79.600 7124.00 7135.09 -11.09 - 79.650 7180.00 7132.34 47.66 - 79.700 7170.00 7132.38 37.62 - 79.750 7085.00 7136.31 -51.31 - 79.800 7101.00 7152.47 -51.47 - 79.850 7147.00 7204.87 -57.87 - 79.900 7092.00 7348.48 -256.48 - 79.950 7129.00 7684.14 -555.14 - 80.000 7187.00 8351.97 -1164.97 - 80.050 7274.00 9473.70 -2199.70 - 80.100 7331.00 11040.71 -3709.71 - 80.150 7667.00 12808.85 -5141.85 - 80.200 7880.00 14306.24 -6426.24 - 80.250 7884.00 15022.38 -7138.38 - 80.300 7750.00 14683.88 -6933.88 - 80.350 7623.00 13421.87 -5798.87 - 80.400 7494.00 11689.92 -4195.92 - 80.450 7387.00 10004.82 -2617.82 - 80.500 7347.00 8705.12 -1358.12 - 80.550 7265.00 7878.22 -613.22 - 80.600 7043.00 7435.76 -392.76 - 80.650 7113.00 7234.29 -121.29 - 80.700 7237.00 7155.63 81.37 - 80.750 7162.00 7128.97 33.03 - 80.800 7104.00 7120.90 -16.90 - 80.850 7085.00 7118.47 -33.47 - 80.900 7190.00 7117.51 72.49 - 80.950 7213.00 7116.89 96.11 - 81.000 7083.00 7116.42 -33.42 - 81.050 7118.00 7116.24 1.76 - 81.100 7228.00 7116.82 111.18 - 81.150 7134.00 7119.26 14.74 - 81.200 7160.00 7125.41 34.59 - 81.250 7001.00 7137.63 -136.63 - 81.300 7204.00 7157.56 46.44 - 81.350 7046.00 7183.59 -137.59 - 81.400 7056.00 7210.48 -154.48 - 81.450 7220.00 7230.57 -10.57 - 81.500 7094.00 7236.09 -142.09 - 81.550 7140.00 7224.21 -84.21 - 81.600 6994.00 7198.83 -204.83 - 81.650 6949.00 7168.11 -219.11 - 81.700 7127.00 7140.07 -13.07 - 81.750 7001.00 7119.11 -118.11 - 81.800 7149.00 7105.72 43.28 - 81.850 7174.00 7098.01 75.99 - 81.900 6971.00 7093.65 -122.65 - 81.950 7105.00 7090.91 14.09 - 82.000 7150.00 7088.83 61.17 - 82.050 7130.00 7086.98 43.02 - 82.100 7238.00 7085.26 152.74 - 82.150 7160.00 7083.86 76.14 - 82.200 7055.00 7083.78 -28.78 - 82.250 7150.00 7088.63 61.37 - 82.300 7052.00 7109.09 -57.09 - 82.350 6964.00 7171.61 -207.61 - 82.400 7048.00 7329.38 -281.38 - 82.450 7137.00 7665.59 -528.59 - 82.500 7105.00 8271.06 -1166.06 - 82.550 7307.00 9182.99 -1875.99 - 82.600 7322.00 10306.78 -2984.78 - 82.650 7273.00 11385.43 -4112.43 - 82.700 7511.00 12076.12 -4565.12 - 82.750 7590.00 12122.57 -4532.57 - 82.800 7466.00 11505.84 -4039.84 - 82.850 7447.00 10456.75 -3009.75 - 82.900 7277.00 9316.91 -2039.91 - 82.950 7094.00 8363.08 -1269.08 - 83.000 7060.00 7711.90 -651.90 - 83.050 7042.00 7340.04 -298.04 - 83.100 7099.00 7159.71 -60.71 - 83.150 7080.00 7084.40 -4.40 - 83.200 6994.00 7056.66 -62.66 - 83.250 7089.00 7047.00 42.00 - 83.300 7072.00 7043.19 28.81 - 83.350 7100.00 7041.13 58.87 - 83.400 7202.00 7040.17 161.83 - 83.450 7116.00 7042.24 73.76 - 83.500 7281.00 7054.63 226.37 - 83.550 7079.00 7097.61 -18.61 - 83.600 7109.00 7217.38 -108.38 - 83.650 7089.00 7498.45 -409.45 - 83.700 7016.00 8057.10 -1041.10 - 83.750 7193.00 8992.98 -1799.98 - 83.800 7348.00 10294.99 -2946.99 - 83.850 7528.00 11754.44 -4226.44 - 83.900 7477.00 12977.54 -5500.54 - 83.950 7514.00 13543.20 -6029.20 - 84.000 7526.00 13234.45 -5708.45 - 84.050 7571.00 12170.21 -4599.21 - 84.100 7310.00 10732.38 -3422.38 - 84.150 7138.00 9345.96 -2207.96 - 84.200 7070.00 8284.97 -1214.97 - 84.250 7081.00 7614.27 -533.27 - 84.300 7085.00 7257.32 -172.32 - 84.350 7089.00 7095.30 -6.30 - 84.400 7194.00 7031.68 162.32 - 84.450 7201.00 7009.42 191.58 - 84.500 7115.00 7001.84 113.16 - 84.550 7023.00 6998.92 24.08 - 84.600 6919.00 6998.38 -79.38 - 84.650 6822.00 7003.61 -181.61 - 84.700 7145.00 7029.85 115.15 - 84.750 7079.00 7123.93 -44.93 - 84.800 7146.00 7404.48 -258.48 - 84.850 7139.00 8116.20 -977.20 - 84.900 7211.00 9655.70 -2444.70 - 84.950 7525.00 12478.27 -4953.27 - 85.000 7891.00 16819.84 -8928.84 - 85.050 8310.00 22304.96 -13994.96 - 85.100 8963.00 27746.18 -18783.18 - 85.150 9077.00 31463.22 -22386.22 - 85.200 8925.00 32092.96 -23167.96 - 85.250 8774.00 29389.63 -20615.63 - 85.300 8275.00 24376.08 -16101.08 - 85.350 7977.00 18727.09 -10750.09 - 85.400 7446.00 13877.54 -6431.54 - 85.450 7135.00 10499.33 -3364.33 - 85.500 7077.00 8536.06 -1459.06 - 85.550 7095.00 7570.89 -475.89 - 85.600 7070.00 7165.72 -95.72 - 85.650 6983.00 7019.14 -36.14 - 85.700 7117.00 6972.67 144.33 - 85.750 6930.00 6959.02 -29.02 - 85.800 6926.00 6954.66 -28.66 - 85.850 6860.00 6953.07 -93.07 - 85.900 6920.00 6954.31 -34.31 - 85.950 7020.00 6963.95 56.05 - 86.000 7005.00 6998.39 6.61 - 86.050 7050.00 7095.25 -45.25 - 86.100 6953.00 7323.57 -370.57 - 86.150 7042.00 7779.06 -737.06 - 86.200 7270.00 8544.28 -1274.28 - 86.250 7138.00 9612.42 -2474.42 - 86.300 7269.00 10814.36 -3545.36 - 86.350 7359.00 11826.78 -4467.78 - 86.400 7295.00 12302.24 -5007.24 - 86.450 7475.00 12058.13 -4583.13 - 86.500 7345.00 11188.43 -3843.43 - 86.550 7168.00 10005.62 -2837.62 - 86.600 6999.00 8861.17 -1862.17 - 86.650 6934.00 7982.56 -1048.56 - 86.700 7009.00 7425.88 -416.88 - 86.750 7035.00 7128.78 -93.78 - 86.800 6934.00 6993.49 -59.49 - 86.850 6848.00 6940.11 -92.11 - 86.900 6859.00 6921.20 -62.20 - 86.950 6842.00 6914.56 -72.56 - 87.000 6863.00 6911.73 -48.73 - 87.050 6789.00 6910.55 -121.55 - 87.100 6939.00 6912.58 26.42 - 87.150 7022.00 6925.95 96.05 - 87.200 7038.00 6975.48 62.52 - 87.250 7117.00 7123.38 -6.38 - 87.300 7054.00 7496.29 -442.29 - 87.350 7158.00 8295.47 -1137.47 - 87.400 7232.00 9746.32 -2514.32 - 87.450 7318.00 11952.08 -4634.08 - 87.500 7690.00 14702.39 -7012.39 - 87.550 7963.00 17383.05 -9420.05 - 87.600 7878.00 19152.88 -11274.88 - 87.650 7979.00 19359.19 -11380.19 - 87.700 7678.00 17920.85 -10242.85 - 87.750 7492.00 15378.87 -7886.87 - 87.800 7409.00 12571.73 -5162.73 - 87.850 7206.00 10196.18 -2990.18 - 87.900 6994.00 8559.90 -1565.90 - 87.950 6939.00 7618.86 -679.86 - 88.000 6868.00 7160.21 -292.21 - 88.050 6748.00 6968.93 -220.93 - 88.100 6825.00 6899.77 -74.77 - 88.150 6880.00 6877.38 2.62 - 88.200 6814.00 6870.16 -56.16 - 88.250 6880.00 6867.15 12.85 - 88.300 6809.00 6865.13 -56.13 + 69.450 7412.00 7246.70 165.30 + 69.500 7365.00 7246.40 118.60 + 69.550 7215.00 7247.23 -32.23 + 69.600 7128.00 7253.02 -125.02 + 69.650 7277.00 7277.67 -0.67 + 69.700 7287.00 7363.62 -76.62 + 69.750 7392.00 7619.58 -227.58 + 69.800 7453.00 8273.90 -820.90 + 69.850 7604.00 9706.81 -2102.81 + 69.900 7833.00 12380.99 -4547.99 + 69.950 8298.00 16588.73 -8290.73 + 70.000 8808.00 22072.99 -13264.99 + 70.050 9410.00 27770.36 -18360.36 + 70.100 9785.00 32027.70 -22242.70 + 70.150 9822.00 33347.59 -23525.59 + 70.200 9620.00 31227.10 -21607.10 + 70.250 9192.00 26464.38 -17272.38 + 70.300 8570.00 20679.39 -12109.39 + 70.350 7831.00 15435.37 -7604.37 + 70.400 7687.00 11597.86 -3910.86 + 70.450 7470.00 9259.94 -1789.94 + 70.500 7367.00 8054.42 -687.42 + 70.550 7370.00 7523.69 -153.69 + 70.600 7181.00 7322.86 -141.86 + 70.650 7298.00 7257.08 40.92 + 70.700 7271.00 7238.18 32.82 + 70.750 7306.00 7233.23 72.77 + 70.800 7282.00 7232.20 49.80 + 70.850 7326.00 7233.97 92.03 + 70.900 7288.00 7244.68 43.32 + 70.950 7426.00 7288.20 137.80 + 71.000 7466.00 7436.37 29.63 + 71.050 7470.00 7868.93 -398.93 + 71.100 7439.00 8953.24 -1514.24 + 71.150 7789.00 11281.23 -3492.23 + 71.200 8144.00 15532.00 -7388.00 + 71.250 8780.00 22065.02 -13285.02 + 71.300 9592.00 30344.12 -20752.12 + 71.350 10486.00 38631.32 -28145.32 + 71.400 11021.00 44430.20 -33409.20 + 71.450 10865.00 45658.07 -34793.07 + 71.500 10326.00 41844.63 -31518.63 + 71.550 9907.00 34417.28 -24510.28 + 71.600 8808.00 25849.97 -17041.97 + 71.650 8257.00 18347.48 -10090.48 + 71.700 7650.00 13016.27 -5366.27 + 71.750 7378.00 9852.51 -2474.51 + 71.800 7288.00 8262.37 -974.37 + 71.850 7321.00 7579.54 -258.54 + 71.900 7214.00 7327.40 -113.40 + 71.950 7254.00 7246.91 7.09 + 72.000 7234.00 7224.40 9.60 + 72.050 7112.00 7218.67 -106.67 + 72.100 7288.00 7217.34 70.66 + 72.150 7249.00 7218.11 30.89 + 72.200 7305.00 7224.11 80.89 + 72.250 7308.00 7248.13 59.87 + 72.300 7319.00 7326.79 -7.79 + 72.350 7403.00 7546.17 -143.17 + 72.400 7234.00 8070.33 -836.33 + 72.450 7322.00 9139.33 -1817.33 + 72.500 7493.00 10988.03 -3495.03 + 72.550 7825.00 13662.27 -5837.27 + 72.600 8267.00 16816.81 -8549.81 + 72.650 8547.00 19680.05 -11133.05 + 72.700 8490.00 21319.93 -12829.93 + 72.750 8409.00 21127.33 -12718.33 + 72.800 8185.00 19175.78 -10990.78 + 72.850 7778.00 16177.92 -8399.92 + 72.900 7514.00 13067.91 -5553.91 + 72.950 7634.00 10544.88 -2910.88 + 73.000 7248.00 8863.57 -1615.57 + 73.050 7157.00 7923.06 -766.06 + 73.100 7255.00 7475.98 -220.98 + 73.150 7208.00 7293.84 -85.84 + 73.200 7276.00 7229.83 46.17 + 73.250 7214.00 7210.13 3.87 + 73.300 7041.00 7204.59 -163.59 + 73.350 7175.00 7202.95 -27.95 + 73.400 7261.00 7202.39 58.61 + 73.450 7343.00 7202.86 140.14 + 73.500 7177.00 7206.58 -29.58 + 73.550 7210.00 7220.90 -10.90 + 73.600 7154.00 7264.91 -110.91 + 73.650 7055.00 7379.15 -324.15 + 73.700 7146.00 7631.90 -485.90 + 73.750 7435.00 8107.30 -672.30 + 73.800 7283.00 8860.27 -1577.27 + 73.850 7422.00 9846.55 -2424.55 + 73.900 7420.00 10875.90 -3455.90 + 73.950 7466.00 11648.41 -4182.41 + 74.000 7701.00 11890.64 -4189.64 + 74.050 7638.00 11509.38 -3871.38 + 74.100 7407.00 10649.27 -3242.27 + 74.150 7226.00 9604.54 -2378.54 + 74.200 7275.00 8659.15 -1384.15 + 74.250 7216.00 7969.33 -753.33 + 74.300 7280.00 7550.61 -270.61 + 74.350 7177.00 7335.69 -158.69 + 74.400 7184.00 7241.39 -57.39 + 74.450 7091.00 7205.68 -114.68 + 74.500 7233.00 7193.77 39.23 + 74.550 7259.00 7190.05 68.95 + 74.600 7075.00 7188.75 -113.75 + 74.650 7067.00 7188.19 -121.19 + 74.700 7165.00 7188.41 -23.41 + 74.750 7163.00 7191.25 -28.25 + 74.800 7122.00 7203.14 -81.14 + 74.850 7315.00 7241.80 73.20 + 74.900 7138.00 7347.61 -209.61 + 74.950 7155.00 7594.47 -439.47 + 75.000 7329.00 8085.02 -756.02 + 75.050 7289.00 8908.77 -1619.77 + 75.100 7274.00 10060.75 -2786.75 + 75.150 7445.00 11364.46 -3919.46 + 75.200 7554.00 12476.01 -4922.01 + 75.250 7897.00 13019.95 -5122.95 + 75.300 7777.00 12790.13 -5013.13 + 75.350 7604.00 11875.05 -4271.05 + 75.400 7470.00 10602.65 -3132.65 + 75.450 7246.00 9353.34 -2107.34 + 75.500 7086.00 8381.52 -1295.52 + 75.550 7140.00 7757.75 -617.75 + 75.600 7059.00 7420.80 -361.80 + 75.650 7134.00 7265.77 -131.77 + 75.700 7082.00 7204.50 -122.50 + 75.750 7020.00 7183.43 -163.43 + 75.800 6938.00 7176.89 -238.89 + 75.850 7129.00 7174.84 -45.84 + 75.900 7248.00 7174.05 73.95 + 75.950 7113.00 7173.97 -60.97 + 76.000 7265.00 7175.74 89.26 + 76.050 7232.00 7184.00 48.00 + 76.100 7317.00 7212.03 104.97 + 76.150 7359.00 7291.32 67.68 + 76.200 7147.00 7482.06 -335.06 + 76.250 7194.00 7872.96 -678.96 + 76.300 7437.00 8550.89 -1113.89 + 76.350 7434.00 9532.96 -2098.96 + 76.400 7530.00 10691.98 -3161.98 + 76.450 7762.00 11741.59 -3979.59 + 76.500 7710.00 12338.00 -4628.00 + 76.550 7629.00 12257.65 -4628.65 + 76.600 7528.00 11531.59 -4003.59 + 76.650 7404.00 10425.60 -3021.60 + 76.700 7418.00 9285.37 -1867.37 + 76.750 7210.00 8365.41 -1155.41 + 76.800 7309.00 7756.23 -447.23 + 76.850 7225.00 7417.73 -192.73 + 76.900 7123.00 7257.83 -134.83 + 76.950 7143.00 7193.05 -50.05 + 77.000 7031.00 7170.25 -139.25 + 77.050 7151.00 7163.05 -12.05 + 77.100 7181.00 7160.81 20.19 + 77.150 7282.00 7160.06 121.94 + 77.200 7137.00 7160.38 -23.38 + 77.250 7022.00 7164.02 -142.02 + 77.300 7103.00 7179.44 -76.44 + 77.350 7272.00 7231.18 40.82 + 77.400 7165.00 7377.96 -212.96 + 77.450 7319.00 7733.58 -414.58 + 77.500 7426.00 8468.39 -1042.39 + 77.550 7558.00 9754.13 -2196.13 + 77.600 7709.00 11634.70 -3925.70 + 77.650 7816.00 13878.86 -6062.86 + 77.700 8077.00 15942.23 -7865.23 + 77.750 8150.00 17154.33 -9004.33 + 77.800 8120.00 17062.07 -8942.07 + 77.850 7780.00 15701.28 -7921.28 + 77.900 7767.00 13573.36 -5806.36 + 77.950 7674.00 11351.32 -3677.32 + 78.000 7328.00 9542.30 -2214.30 + 78.050 7215.00 8335.71 -1120.71 + 78.100 7165.00 7661.17 -496.17 + 78.150 7180.00 7340.98 -160.98 + 78.200 7150.00 7210.91 -60.91 + 78.250 7160.00 7165.29 -5.29 + 78.300 7188.00 7151.24 36.76 + 78.350 7176.00 7147.29 28.71 + 78.400 7325.00 7146.61 178.39 + 78.450 7147.00 7149.23 -2.23 + 78.500 7029.00 7163.15 -134.15 + 78.550 7113.00 7217.13 -104.13 + 78.600 7243.00 7393.44 -150.44 + 78.650 7286.00 7886.72 -600.72 + 78.700 7328.00 9068.44 -1740.44 + 78.750 7541.00 11483.97 -3942.97 + 78.800 8051.00 15662.46 -7611.46 + 78.850 8730.00 21696.43 -12966.43 + 78.900 9218.00 28786.12 -19568.12 + 78.950 9902.00 35160.25 -25258.25 + 79.000 10075.00 38716.12 -28641.12 + 79.050 9957.00 38115.31 -28158.31 + 79.100 9475.00 33591.71 -24116.71 + 79.150 8917.00 26802.80 -17885.80 + 79.200 8129.00 19863.71 -11734.71 + 79.250 7618.00 14305.70 -6687.70 + 79.300 7370.00 10651.39 -3281.39 + 79.350 7223.00 8636.02 -1413.02 + 79.400 7310.00 7692.18 -382.18 + 79.450 7167.00 7314.27 -147.27 + 79.500 7179.00 7184.04 -5.04 + 79.550 7121.00 7145.12 -24.12 + 79.600 7124.00 7134.78 -10.78 + 79.650 7180.00 7132.23 47.77 + 79.700 7170.00 7132.13 37.87 + 79.750 7085.00 7135.23 -50.23 + 79.800 7101.00 7148.35 -47.35 + 79.850 7147.00 7191.11 -44.11 + 79.900 7092.00 7308.50 -216.50 + 79.950 7129.00 7582.98 -453.98 + 80.000 7187.00 8129.20 -942.20 + 80.050 7274.00 9046.74 -1772.74 + 80.100 7331.00 10328.55 -2997.55 + 80.150 7667.00 11774.89 -4107.89 + 80.200 7880.00 12999.74 -5119.74 + 80.250 7884.00 13585.48 -5701.48 + 80.300 7750.00 13308.46 -5558.46 + 80.350 7623.00 12275.96 -4652.96 + 80.400 7494.00 10859.02 -3365.02 + 80.450 7387.00 9480.41 -2093.41 + 80.500 7347.00 8417.07 -1070.07 + 80.550 7265.00 7740.52 -475.52 + 80.600 7043.00 7378.45 -335.45 + 80.650 7113.00 7213.54 -100.54 + 80.700 7237.00 7149.08 87.92 + 80.750 7162.00 7127.17 34.83 + 80.800 7104.00 7120.47 -16.47 + 80.850 7085.00 7118.38 -33.38 + 80.900 7190.00 7117.50 72.50 + 80.950 7213.00 7116.93 96.07 + 81.000 7083.00 7116.57 -33.57 + 81.050 7118.00 7116.77 1.23 + 81.100 7228.00 7118.55 109.45 + 81.150 7134.00 7124.11 9.89 + 81.200 7160.00 7137.26 22.74 + 81.250 7001.00 7162.79 -161.79 + 81.300 7204.00 7204.04 -0.04 + 81.350 7046.00 7258.34 -212.34 + 81.400 7056.00 7315.07 -259.07 + 81.450 7220.00 7357.91 -137.91 + 81.500 7094.00 7371.02 -277.02 + 81.550 7140.00 7348.64 -208.64 + 81.600 6994.00 7298.67 -304.67 + 81.650 6949.00 7237.83 -288.83 + 81.700 7127.00 7182.43 -55.43 + 81.750 7001.00 7141.52 -140.52 + 81.800 7149.00 7116.03 32.97 + 81.850 7174.00 7102.14 71.86 + 81.900 6971.00 7095.09 -124.09 + 81.950 7105.00 7091.35 13.65 + 82.000 7150.00 7088.94 61.06 + 82.050 7130.00 7087.01 42.99 + 82.100 7238.00 7085.25 152.75 + 82.150 7160.00 7083.81 76.19 + 82.200 7055.00 7083.55 -28.55 + 82.250 7150.00 7087.68 62.32 + 82.300 7052.00 7105.74 -53.74 + 82.350 6964.00 7161.31 -197.31 + 82.400 7048.00 7301.82 -253.82 + 82.450 7137.00 7601.49 -464.49 + 82.500 7105.00 8141.30 -1036.30 + 82.550 7307.00 8954.43 -1647.43 + 82.600 7322.00 9956.53 -2634.53 + 82.650 7273.00 10918.36 -3645.36 + 82.700 7511.00 11534.17 -4023.17 + 82.750 7590.00 11575.41 -3985.41 + 82.800 7466.00 11025.17 -3559.17 + 82.850 7447.00 10089.32 -2642.32 + 82.900 7277.00 9072.53 -1795.53 + 82.950 7094.00 8221.64 -1127.64 + 83.000 7060.00 7640.68 -580.68 + 83.050 7042.00 7308.84 -266.84 + 83.100 7099.00 7147.81 -48.81 + 83.150 7080.00 7080.45 -0.45 + 83.200 6994.00 7055.52 -61.52 + 83.250 7089.00 7046.71 42.29 + 83.300 7072.00 7043.12 28.88 + 83.350 7100.00 7041.09 58.91 + 83.400 7202.00 7040.04 161.96 + 83.450 7116.00 7041.66 74.34 + 83.500 7281.00 7052.39 228.61 + 83.550 7079.00 7090.14 -11.14 + 83.600 7109.00 7195.73 -86.73 + 83.650 7089.00 7443.77 -354.77 + 83.700 7016.00 7936.99 -920.99 + 83.750 7193.00 8763.39 -1570.39 + 83.800 7348.00 9913.18 -2565.18 + 83.850 7528.00 11202.03 -3674.03 + 83.900 7477.00 12282.12 -4805.12 + 83.950 7514.00 12781.53 -5267.53 + 84.000 7526.00 12508.62 -4982.62 + 84.050 7571.00 11568.42 -3997.42 + 84.100 7310.00 10298.26 -2988.26 + 84.150 7138.00 9073.51 -1935.51 + 84.200 7070.00 8136.18 -1066.18 + 84.250 7081.00 7543.58 -462.58 + 84.300 7085.00 7228.10 -143.10 + 84.350 7089.00 7084.79 4.21 + 84.400 7194.00 7028.40 165.60 + 84.450 7201.00 7008.53 192.47 + 84.500 7115.00 7001.62 113.38 + 84.550 7023.00 6998.82 24.18 + 84.600 6919.00 6998.06 -79.06 + 84.650 6822.00 7002.17 -180.17 + 84.700 7145.00 7023.88 121.12 + 84.750 7079.00 7102.50 -23.50 + 84.800 7146.00 7337.48 -191.48 + 84.850 7139.00 7934.06 -795.06 + 84.900 7211.00 9224.81 -2013.81 + 84.950 7525.00 11591.58 -4066.58 + 85.000 7891.00 15232.21 -7341.21 + 85.050 8310.00 19831.84 -11521.84 + 85.100 8963.00 24394.66 -15431.66 + 85.150 9077.00 27511.54 -18434.54 + 85.200 8925.00 28039.36 -19114.36 + 85.250 8774.00 25772.02 -16998.02 + 85.300 8275.00 21567.29 -13292.29 + 85.350 7977.00 16829.66 -8852.66 + 85.400 7446.00 12762.46 -5316.46 + 85.450 7135.00 9929.15 -2794.15 + 85.500 7077.00 8282.43 -1205.43 + 85.550 7095.00 7472.73 -377.73 + 85.600 7070.00 7132.67 -62.67 + 85.650 6983.00 7009.46 -26.46 + 85.700 7117.00 6970.20 146.80 + 85.750 6930.00 6958.47 -28.47 + 85.800 6926.00 6954.52 -28.52 + 85.850 6860.00 6952.91 -92.91 + 85.900 6920.00 6953.67 -33.67 + 85.950 7020.00 6961.49 58.51 + 86.000 7005.00 6990.16 14.84 + 86.050 7050.00 7071.31 -21.31 + 86.100 6953.00 7262.98 -309.98 + 86.150 7042.00 7645.64 -603.64 + 86.200 7270.00 8288.69 -1018.69 + 86.250 7138.00 9186.42 -2048.42 + 86.300 7269.00 10196.64 -2927.64 + 86.350 7359.00 11047.53 -3688.53 + 86.400 7295.00 11446.98 -4151.98 + 86.450 7475.00 11241.46 -3766.46 + 86.500 7345.00 10510.01 -3165.01 + 86.550 7168.00 9515.30 -2347.30 + 86.600 6999.00 8552.86 -1553.86 + 86.650 6934.00 7813.90 -879.90 + 86.700 7009.00 7345.60 -336.60 + 86.750 7035.00 7095.54 -60.54 + 86.800 6934.00 6981.52 -47.52 + 86.850 6848.00 6936.36 -88.36 + 86.900 6859.00 6920.18 -61.18 + 86.950 6842.00 6914.31 -72.31 + 87.000 6863.00 6911.66 -48.66 + 87.050 6789.00 6910.40 -121.40 + 87.100 6939.00 6911.93 27.07 + 87.150 7022.00 6923.28 98.72 + 87.200 7038.00 6965.99 72.01 + 87.250 7117.00 7093.99 23.01 + 87.300 7054.00 7417.08 -363.08 + 87.350 7158.00 8109.75 -951.75 + 87.400 7232.00 9367.45 -2135.45 + 87.450 7318.00 11279.67 -3961.67 + 87.500 7690.00 13664.03 -5974.03 + 87.550 7963.00 15988.01 -8025.01 + 87.600 7878.00 17522.28 -9644.28 + 87.650 7979.00 17700.91 -9721.91 + 87.700 7678.00 16453.59 -8775.59 + 87.750 7492.00 14249.38 -6757.38 + 87.800 7409.00 11815.28 -4406.28 + 87.850 7206.00 9755.37 -2549.37 + 87.900 6994.00 8336.43 -1342.43 + 87.950 6939.00 7520.28 -581.28 + 88.000 6868.00 7122.39 -254.39 + 88.050 6748.00 6956.30 -208.30 + 88.100 6825.00 6896.10 -71.10 + 88.150 6880.00 6876.45 3.55 + 88.200 6814.00 6869.96 -55.96 + 88.250 6880.00 6867.11 12.89 + 88.300 6809.00 6865.12 -56.12 88.350 6912.00 6863.31 48.69 88.400 6979.00 6861.53 117.47 88.450 6865.00 6859.75 5.25 @@ -1770,237 +1770,237 @@ BEGIN 89.250 6680.00 6841.19 -161.19 89.300 6640.00 6840.51 -200.51 89.350 6851.00 6839.85 11.15 - 89.400 6899.00 6839.31 59.69 - 89.450 6883.00 6839.49 43.51 - 89.500 6905.00 6843.19 61.81 - 89.550 6890.00 6861.95 28.05 - 89.600 6849.00 6935.82 -86.82 - 89.650 6925.00 7181.82 -256.82 - 89.700 6940.00 7883.37 -943.37 - 89.750 7142.00 9598.15 -2456.15 - 89.800 7359.00 13174.31 -5815.31 - 89.850 8003.00 19490.15 -11487.15 - 89.900 8767.00 28821.44 -20054.44 - 89.950 9790.00 40072.67 -30282.67 - 90.000 10504.00 50562.08 -40058.08 - 90.050 10876.00 56894.13 -46018.13 - 90.100 11034.00 56704.29 -45670.29 - 90.150 10370.00 50066.16 -39696.16 - 90.200 9450.00 39447.68 -29997.68 - 90.250 8637.00 28241.58 -19604.58 - 90.300 7784.00 19060.00 -11276.00 - 90.350 7339.00 12908.17 -5569.17 - 90.400 7051.00 9456.55 -2405.55 - 90.450 6913.00 7815.42 -902.42 - 90.500 6811.00 7148.64 -337.64 - 90.550 6971.00 6915.97 55.03 - 90.600 6872.00 6845.84 26.16 - 90.650 6807.00 6827.82 -20.82 - 90.700 6756.00 6826.71 -70.71 - 90.750 6950.00 6842.18 107.82 - 90.800 6963.00 6910.29 52.71 - 90.850 6939.00 7151.86 -212.86 - 90.900 7008.00 7885.34 -877.34 - 90.950 7272.00 9795.75 -2523.75 - 91.000 7706.00 14053.57 -6347.57 - 91.050 8285.00 22121.61 -13836.61 - 91.100 9643.00 34987.38 -25344.38 - 91.150 11098.00 51951.34 -40853.34 - 91.200 12329.00 69752.84 -57423.84 - 91.250 13244.00 83201.94 -69957.94 - 91.300 13320.00 87505.07 -74185.07 - 91.350 12644.00 81001.20 -68357.20 - 91.400 11355.00 66177.87 -54822.87 - 91.450 9760.00 48159.71 -38399.71 - 91.500 8662.00 31874.84 -23212.84 - 91.550 7805.00 20033.30 -12228.30 - 91.600 7146.00 12881.87 -5735.87 - 91.650 7013.00 9235.45 -2222.45 - 91.700 6895.00 7652.11 -757.11 - 91.750 6893.00 7062.70 -169.70 - 91.800 6833.00 6873.76 -40.76 - 91.850 6918.00 6821.27 96.73 - 91.900 6818.00 6808.78 9.22 - 91.950 6915.00 6808.38 106.62 - 92.000 6825.00 6819.48 5.52 - 92.050 6797.00 6864.49 -67.49 - 92.100 6747.00 7011.41 -264.41 - 92.150 6958.00 7420.62 -462.62 - 92.200 6960.00 8395.83 -1435.83 - 92.250 7109.00 10378.16 -3269.16 - 92.300 7522.00 13786.98 -6264.98 - 92.350 7721.00 18677.45 -10956.45 - 92.400 8359.00 24379.21 -16020.21 - 92.450 8762.00 29449.36 -20687.36 - 92.500 8870.00 32205.19 -23335.19 - 92.550 8632.00 31607.02 -22975.02 - 92.600 8294.00 27887.31 -19593.31 - 92.650 7916.00 22403.72 -14487.72 - 92.700 7554.00 16850.86 -9296.86 - 92.750 7191.00 12433.82 -5242.82 - 92.800 6983.00 9546.67 -2563.67 - 92.850 6870.00 7962.77 -1092.77 - 92.900 6802.00 7224.57 -422.57 - 92.950 6731.00 6930.25 -199.25 - 93.000 6848.00 6829.14 18.86 - 93.050 6883.00 6798.89 84.11 - 93.100 6870.00 6790.79 79.21 - 93.150 6704.00 6789.01 -85.01 - 93.200 6652.00 6790.58 -138.58 - 93.250 6698.00 6800.09 -102.09 - 93.300 6632.00 6834.69 -202.69 - 93.350 6782.00 6938.68 -156.68 - 93.400 6948.00 7204.99 -256.99 - 93.450 6819.00 7786.81 -967.81 - 93.500 6861.00 8866.81 -2005.81 - 93.550 7020.00 10551.94 -3531.94 - 93.600 7248.00 12719.58 -5471.58 - 93.650 7550.00 14926.65 -7376.65 - 93.700 7466.00 16510.65 -9044.65 - 93.750 7697.00 16901.53 -9204.53 - 93.800 7565.00 15947.74 -8382.74 - 93.850 7398.00 14010.93 -6612.93 - 93.900 7035.00 11745.68 -4710.68 - 93.950 7101.00 9748.84 -2647.84 - 94.000 6913.00 8324.27 -1411.27 - 94.050 6850.00 7477.75 -627.75 - 94.100 6906.00 7052.32 -146.32 - 94.150 6893.00 6869.68 23.32 - 94.200 6791.00 6802.19 -11.19 - 94.250 6741.00 6780.40 -39.40 - 94.300 6716.00 6774.05 -58.05 - 94.350 6713.00 6771.76 -58.76 - 94.400 6821.00 6772.29 48.71 - 94.450 6821.00 6781.89 39.11 - 94.500 6814.00 6822.60 -8.60 - 94.550 6790.00 6956.36 -166.36 - 94.600 6851.00 7326.21 -475.21 - 94.650 6741.00 8198.57 -1457.57 - 94.700 7023.00 9950.82 -2927.82 - 94.750 7310.00 12928.47 -5618.47 - 94.800 7733.00 17147.93 -9414.93 - 94.850 8114.00 21997.21 -13883.21 - 94.900 8351.00 26229.43 -17878.43 - 94.950 8533.00 28428.96 -19895.96 - 95.000 8488.00 27767.10 -19279.10 - 95.050 8200.00 24498.00 -16298.00 - 95.100 7778.00 19804.52 -12026.52 - 95.150 7502.00 15111.62 -7609.62 - 95.200 7295.00 11412.23 -4117.23 - 95.250 6986.00 9009.38 -2023.38 - 95.300 6949.00 7697.39 -748.39 - 95.350 6702.00 7087.98 -385.98 - 95.400 6757.00 6844.94 -87.94 - 95.450 6782.00 6760.81 21.19 - 95.500 6919.00 6734.75 184.25 - 95.550 6825.00 6726.96 98.04 - 95.600 6769.00 6725.10 43.90 - 95.650 6672.00 6729.33 -57.33 - 95.700 6775.00 6752.75 22.25 - 95.750 6771.00 6837.93 -66.93 - 95.800 6841.00 7093.88 -252.88 - 95.850 6904.00 7748.47 -844.47 - 95.900 7108.00 9178.51 -2070.51 - 95.950 7235.00 11833.40 -4598.40 - 96.000 7567.00 15982.67 -8415.67 - 96.050 7955.00 21336.86 -13381.86 - 96.100 8399.00 26816.26 -18417.26 - 96.150 8847.00 30796.37 -21949.37 - 96.200 8783.00 31854.24 -23071.24 - 96.250 8593.00 29583.16 -20990.16 - 96.300 8216.00 24840.19 -16624.19 - 96.350 7640.00 19230.98 -11590.98 - 96.400 7259.00 14240.78 -6981.78 - 96.450 7013.00 10651.60 -3638.60 - 96.500 6879.00 8499.90 -1620.90 - 96.550 6821.00 7408.54 -587.54 - 96.600 6698.00 6935.59 -237.59 - 96.650 6732.00 6758.89 -26.89 - 96.700 6624.00 6701.15 -77.15 - 96.750 6774.00 6683.88 90.12 - 96.800 6916.00 6678.60 237.40 - 96.850 6840.00 6677.40 162.60 - 96.900 6717.00 6681.68 35.32 - 96.950 6778.00 6703.32 74.68 - 97.000 6776.00 6777.29 -1.29 - 97.050 6689.00 6985.97 -296.97 - 97.100 6801.00 7486.12 -685.12 - 97.150 6886.00 8507.75 -1621.75 - 97.200 6978.00 10275.17 -3297.17 - 97.250 7216.00 12833.84 -5617.84 - 97.300 7584.00 15855.36 -8271.36 - 97.350 7780.00 18601.45 -10821.45 - 97.400 7739.00 20181.21 -12442.21 - 97.450 7696.00 20007.64 -12311.64 - 97.500 7558.00 18146.66 -10588.66 - 97.550 7346.00 15276.36 -7930.36 - 97.600 7193.00 12292.45 -5099.45 - 97.650 6801.00 9865.63 -3064.63 - 97.700 6645.00 8245.09 -1600.09 - 97.750 6677.00 7335.83 -658.83 - 97.800 6563.00 6901.85 -338.85 - 97.850 6642.00 6723.87 -81.87 - 97.900 6680.00 6660.26 19.74 - 97.950 6610.00 6639.73 -29.73 - 98.000 6682.00 6633.14 48.86 - 98.050 6475.00 6631.18 -156.18 - 98.100 6701.00 6633.99 67.01 - 98.150 6662.00 6652.16 9.84 - 98.200 6588.00 6722.31 -134.31 - 98.250 6556.00 6937.92 -381.92 - 98.300 6780.00 7505.45 -725.45 - 98.350 7010.00 8785.80 -1775.80 - 98.400 7027.00 11250.54 -4223.54 - 98.450 7386.00 15260.42 -7874.42 - 98.500 7876.00 20688.36 -12812.36 - 98.550 8248.00 26602.94 -18354.94 - 98.600 8740.00 31380.23 -22640.23 - 98.650 8739.00 33383.94 -24644.94 - 98.700 8704.00 31856.55 -23152.55 - 98.750 8156.00 27377.78 -19221.78 - 98.800 7733.00 21513.29 -13780.29 - 98.850 7373.00 15941.07 -8568.07 - 98.900 6919.00 11707.06 -4788.06 - 98.950 6713.00 9040.16 -2327.16 - 99.000 6742.00 7621.71 -879.71 - 99.050 6663.00 6978.45 -315.45 - 99.100 6686.00 6727.96 -41.96 - 99.150 6642.00 6643.61 -1.61 - 99.200 6584.00 6618.83 -34.83 - 99.250 6574.00 6612.78 -38.78 - 99.300 6524.00 6614.42 -90.42 - 99.350 6450.00 6629.94 -179.94 - 99.400 6581.00 6693.48 -112.48 - 99.450 6648.00 6909.94 -261.94 - 99.500 6802.00 7543.45 -741.45 - 99.550 6962.00 9138.15 -2176.15 - 99.600 7227.00 12579.40 -5352.40 - 99.650 7636.00 18909.33 -11273.33 - 99.700 8325.00 28723.98 -20398.98 - 99.750 9406.00 41316.21 -31910.21 - 99.800 10464.00 54151.93 -43687.93 - 99.850 11219.00 63452.80 -52233.80 - 99.900 11306.00 65933.81 -54627.81 - 99.950 10811.00 60651.93 -49840.93 - 100.000 10033.00 49579.77 -39546.77 - 100.050 8829.00 36430.38 -27601.38 - 100.100 7830.00 24672.73 -16842.73 - 100.150 7237.00 16155.79 -8918.79 - 100.200 6907.00 11009.48 -4102.48 - 100.250 6644.00 8374.15 -1730.15 - 100.300 6628.00 7220.86 -592.86 - 100.350 6684.00 6786.89 -102.89 - 100.400 6727.00 6645.65 81.35 - 100.450 6688.00 6605.54 82.46 - 100.500 6622.00 6595.27 26.73 - 100.550 6592.00 6592.55 -0.55 - 100.600 6539.00 6591.48 -52.48 + 89.400 6899.00 6839.29 59.71 + 89.450 6883.00 6839.32 43.68 + 89.500 6905.00 6842.32 62.68 + 89.550 6890.00 6857.95 32.05 + 89.600 6849.00 6919.83 -70.83 + 89.650 6925.00 7126.14 -201.14 + 89.700 6940.00 7714.72 -774.72 + 89.750 7142.00 9153.52 -2011.52 + 89.800 7359.00 12154.24 -4795.24 + 89.850 8003.00 17453.90 -9450.90 + 89.900 8767.00 25283.88 -16516.88 + 89.950 9790.00 34724.93 -24934.93 + 90.000 10504.00 43526.73 -33022.73 + 90.050 10876.00 48839.98 -37963.98 + 90.100 11034.00 48680.57 -37646.57 + 90.150 10370.00 43110.26 -32740.26 + 90.200 9450.00 34199.93 -24749.93 + 90.250 8637.00 24796.54 -16159.54 + 90.300 7784.00 17091.96 -9307.96 + 90.350 7339.00 11929.71 -4590.71 + 90.400 7051.00 9033.27 -1982.27 + 90.450 6913.00 7656.05 -743.05 + 90.500 6811.00 7096.44 -285.44 + 90.550 6971.00 6901.09 69.91 + 90.600 6872.00 6842.13 29.87 + 90.650 6807.00 6826.90 -19.90 + 90.700 6756.00 6825.88 -69.88 + 90.750 6950.00 6838.85 111.15 + 90.800 6963.00 6896.29 66.71 + 90.850 6939.00 7100.30 -161.30 + 90.900 7008.00 7719.93 -711.93 + 90.950 7272.00 9333.97 -2061.97 + 91.000 7706.00 12931.41 -5225.41 + 91.050 8285.00 19748.21 -11463.21 + 91.100 9643.00 30618.73 -20975.73 + 91.150 11098.00 44951.91 -33853.91 + 91.200 12329.00 59992.77 -47663.77 + 91.250 13244.00 71356.16 -58112.16 + 91.300 13320.00 74991.88 -61671.88 + 91.350 12644.00 69496.48 -56852.48 + 91.400 11355.00 56971.76 -45616.76 + 91.450 9760.00 41747.64 -31987.64 + 91.500 8662.00 27988.01 -19326.01 + 91.550 7805.00 17982.68 -10177.68 + 91.600 7146.00 11940.15 -4794.15 + 91.650 7013.00 8859.08 -1846.08 + 91.700 6895.00 7521.17 -626.17 + 91.750 6893.00 7023.05 -130.05 + 91.800 6833.00 6863.31 -30.31 + 91.850 6918.00 6818.85 99.15 + 91.900 6818.00 6808.20 9.80 + 91.950 6915.00 6807.75 107.25 + 92.000 6825.00 6817.02 7.98 + 92.050 6797.00 6854.92 -57.92 + 92.100 6747.00 6978.88 -231.88 + 92.150 6958.00 7324.34 -366.34 + 92.200 6960.00 8147.78 -1187.78 + 92.250 7109.00 9821.69 -2712.69 + 92.300 7522.00 12700.23 -5178.23 + 92.350 7721.00 16829.99 -9108.99 + 92.400 8359.00 21644.86 -13285.86 + 92.450 8762.00 25926.34 -17164.34 + 92.500 8870.00 28253.46 -19383.46 + 92.550 8632.00 27748.21 -19116.21 + 92.600 8294.00 24606.92 -16312.92 + 92.650 7916.00 19976.08 -12060.08 + 92.700 7554.00 15286.74 -7732.74 + 92.750 7191.00 11556.57 -4365.57 + 92.800 6983.00 9118.35 -2135.35 + 92.850 6870.00 7780.68 -910.68 + 92.900 6802.00 7157.19 -355.19 + 92.950 6731.00 6908.54 -177.54 + 93.000 6848.00 6823.05 24.95 + 93.050 6883.00 6797.40 85.60 + 93.100 6870.00 6790.45 79.55 + 93.150 6704.00 6788.85 -84.85 + 93.200 6652.00 6790.12 -138.12 + 93.250 6698.00 6798.24 -100.24 + 93.300 6632.00 6827.99 -195.99 + 93.350 6782.00 6917.60 -135.60 + 93.400 6948.00 7147.24 -199.24 + 93.450 6819.00 7649.05 -830.05 + 93.500 6861.00 8580.61 -1719.61 + 93.550 7020.00 10034.19 -3014.19 + 93.600 7248.00 11904.00 -4656.00 + 93.650 7550.00 13807.82 -6257.82 + 93.700 7466.00 15174.16 -7708.16 + 93.750 7697.00 15511.26 -7814.26 + 93.800 7565.00 14688.38 -7123.38 + 93.850 7398.00 13017.51 -5619.51 + 93.900 7035.00 11063.31 -4028.31 + 93.950 7101.00 9340.65 -2239.65 + 94.000 6913.00 8111.65 -1198.65 + 94.050 6850.00 7381.31 -531.31 + 94.100 6906.00 7014.23 -108.23 + 94.150 6893.00 6856.58 36.42 + 94.200 6791.00 6798.26 -7.26 + 94.250 6741.00 6779.37 -38.37 + 94.300 6716.00 6773.80 -57.80 + 94.350 6713.00 6771.59 -58.59 + 94.400 6821.00 6771.65 49.35 + 94.450 6821.00 6779.09 41.91 + 94.500 6814.00 6811.81 2.19 + 94.550 6790.00 6920.17 -130.17 + 94.600 6851.00 7220.38 -369.38 + 94.650 6741.00 7928.98 -1187.98 + 94.700 7023.00 9352.67 -2329.67 + 94.750 7310.00 11772.22 -4462.22 + 94.800 7733.00 15200.98 -7467.98 + 94.850 8114.00 19141.58 -11027.58 + 94.900 8351.00 22580.71 -14229.71 + 94.950 8533.00 24367.89 -15834.89 + 95.000 8488.00 23829.64 -15341.64 + 95.050 8200.00 21172.52 -12972.52 + 95.100 7778.00 17357.81 -9579.81 + 95.150 7502.00 13543.58 -6041.58 + 95.200 7295.00 10536.76 -3241.76 + 95.250 6986.00 8583.64 -1597.64 + 95.300 6949.00 7517.04 -568.04 + 95.350 6702.00 7021.42 -319.42 + 95.400 6757.00 6823.55 -66.55 + 95.450 6782.00 6754.81 27.19 + 95.500 6919.00 6733.28 185.72 + 95.550 6825.00 6726.61 98.39 + 95.600 6769.00 6724.80 44.20 + 95.650 6672.00 6728.17 -56.17 + 95.700 6775.00 6748.00 27.00 + 95.750 6771.00 6820.83 -49.83 + 95.800 6841.00 7040.20 -199.20 + 95.850 6904.00 7601.66 -697.66 + 95.900 7108.00 8828.58 -1720.58 + 95.950 7235.00 11106.58 -3871.58 + 96.000 7567.00 14667.00 -7100.00 + 96.050 7955.00 19261.40 -11306.40 + 96.100 8399.00 23963.25 -15564.25 + 96.150 8847.00 27378.50 -18531.50 + 96.200 8783.00 28286.04 -19503.04 + 96.250 8593.00 26336.85 -17743.85 + 96.300 8216.00 22266.41 -14050.41 + 96.350 7640.00 17452.63 -9812.63 + 96.400 7259.00 13170.04 -5911.04 + 96.450 7013.00 10089.73 -3076.73 + 96.500 6879.00 8242.98 -1363.98 + 96.550 6821.00 7306.16 -485.16 + 96.600 6698.00 6900.03 -202.03 + 96.650 6732.00 6748.13 -16.13 + 96.700 6624.00 6698.31 -74.31 + 96.750 6774.00 6683.22 90.78 + 96.800 6916.00 6678.40 237.60 + 96.850 6840.00 6677.06 162.94 + 96.900 6717.00 6680.27 36.73 + 96.950 6778.00 6697.82 80.18 + 97.000 6776.00 6758.64 17.36 + 97.050 6689.00 6930.81 -241.81 + 97.100 6801.00 7343.92 -542.92 + 97.150 6886.00 8188.12 -1302.12 + 97.200 6978.00 9648.80 -2670.80 + 97.250 7216.00 11763.58 -4547.58 + 97.300 7584.00 14260.96 -6676.96 + 97.350 7780.00 16530.66 -8750.66 + 97.400 7739.00 17836.22 -10097.22 + 97.450 7696.00 17692.41 -9996.41 + 97.500 7558.00 16153.72 -8595.72 + 97.550 7346.00 13780.69 -6434.69 + 97.600 7193.00 11313.73 -4120.73 + 97.650 6801.00 9307.29 -2506.29 + 97.700 6645.00 7967.36 -1322.36 + 97.750 6677.00 7215.39 -538.39 + 97.800 6563.00 6856.31 -293.31 + 97.850 6642.00 6708.86 -66.86 + 97.900 6680.00 6655.94 24.06 + 97.950 6610.00 6638.64 -28.64 + 98.000 6682.00 6632.88 49.12 + 98.050 6475.00 6630.97 -155.97 + 98.100 6701.00 6633.16 67.84 + 98.150 6662.00 6648.64 13.36 + 98.200 6588.00 6709.30 -121.30 + 98.250 6556.00 6895.97 -339.97 + 98.300 6780.00 7387.51 -607.51 + 98.350 7010.00 8496.53 -1486.53 + 98.400 7027.00 10631.53 -3604.53 + 98.450 7386.00 14105.01 -6719.01 + 98.500 7876.00 18806.90 -10930.90 + 98.550 8248.00 23930.35 -15682.35 + 98.600 8740.00 28068.61 -19328.61 + 98.650 8739.00 29804.25 -21065.25 + 98.700 8704.00 28481.04 -19777.04 + 98.750 8156.00 24601.19 -16445.19 + 98.800 7733.00 19520.94 -11787.94 + 98.850 7373.00 14693.88 -7320.88 + 98.900 6919.00 11026.06 -4107.06 + 98.950 6713.00 8715.75 -2002.75 + 99.000 6742.00 7486.91 -744.91 + 99.050 6663.00 6929.59 -266.59 + 99.100 6686.00 6712.50 -26.50 + 99.150 6642.00 6639.34 2.66 + 99.200 6584.00 6617.78 -33.78 + 99.250 6574.00 6612.41 -38.41 + 99.300 6524.00 6613.56 -89.56 + 99.350 6450.00 6626.09 -176.09 + 99.400 6581.00 6677.86 -96.86 + 99.450 6648.00 6854.55 -206.55 + 99.500 6802.00 7371.90 -569.90 + 99.550 6962.00 8674.39 -1712.39 + 99.600 7227.00 11485.22 -4258.22 + 99.650 7636.00 16655.63 -9019.63 + 99.700 8325.00 24672.50 -16347.50 + 99.750 9406.00 34958.22 -25552.22 + 99.800 10464.00 45442.82 -34978.82 + 99.850 11219.00 53040.01 -41821.01 + 99.900 11306.00 55066.46 -43760.46 + 99.950 10811.00 50751.87 -39940.87 + 100.000 10033.00 41707.55 -31674.55 + 100.050 8829.00 30966.47 -22137.47 + 100.100 7830.00 21362.23 -13532.23 + 100.150 7237.00 14405.12 -7168.12 + 100.200 6907.00 10201.29 -3294.29 + 100.250 6644.00 8048.52 -1404.52 + 100.300 6628.00 7106.34 -478.34 + 100.350 6684.00 6751.72 -67.72 + 100.400 6727.00 6636.23 90.77 + 100.450 6688.00 6603.34 84.66 + 100.500 6622.00 6594.82 27.18 + 100.550 6592.00 6592.47 -0.47 + 100.600 6539.00 6591.46 -52.46 100.650 6623.00 6590.72 32.28 100.700 6646.00 6590.01 55.99 100.750 6756.00 6589.31 166.69 100.800 6709.00 6588.61 120.39 100.850 6551.00 6587.91 -36.91 - 100.900 6831.00 6587.21 243.79 + 100.900 6831.00 6587.20 243.80 100.950 6555.00 6586.50 -31.50 101.000 6723.00 6585.60 137.40 101.050 6614.00 6584.35 29.65 @@ -2016,137 +2016,137 @@ BEGIN 101.550 6442.00 6571.83 -129.83 101.600 6546.00 6570.58 -24.58 101.650 6440.00 6569.34 -129.34 - 101.700 6538.00 6568.17 -30.17 - 101.750 6553.00 6567.37 -14.37 - 101.800 6591.00 6568.37 22.63 - 101.850 6716.00 6576.78 139.22 - 101.900 6561.00 6611.52 -50.52 - 101.950 6535.00 6726.47 -191.47 - 102.000 6586.00 7049.79 -463.79 - 102.050 6680.00 7829.94 -1149.94 - 102.100 6831.00 9442.56 -2611.56 - 102.150 7148.00 12281.73 -5133.73 - 102.200 7401.00 16487.28 -9086.28 - 102.250 7942.00 21617.23 -13675.23 - 102.300 8278.00 26523.26 -18245.26 - 102.350 8399.00 29695.84 -21296.84 - 102.400 8541.00 29998.14 -21457.14 - 102.450 8195.00 27315.58 -19120.58 - 102.500 7783.00 22625.02 -14842.02 - 102.550 7375.00 17427.03 -10052.03 - 102.600 7078.00 12982.79 -5904.79 - 102.650 6930.00 9873.34 -2943.34 - 102.700 6795.00 8048.21 -1253.21 - 102.750 6683.00 7136.62 -453.62 - 102.800 6557.00 6746.02 -189.02 - 102.850 6482.00 6601.35 -119.35 - 102.900 6459.00 6554.43 -95.43 - 102.950 6499.00 6540.64 -41.64 - 103.000 6618.00 6536.77 81.23 - 103.050 6585.00 6536.82 48.18 - 103.100 6486.00 6543.74 -57.74 - 103.150 6525.00 6573.34 -48.34 - 103.200 6763.00 6671.86 91.14 - 103.250 6708.00 6949.87 -241.87 - 103.300 6716.00 7623.08 -907.08 - 103.350 6762.00 9020.96 -2258.96 - 103.400 7061.00 11496.53 -4435.53 - 103.450 7385.00 15191.79 -7806.79 - 103.500 7725.00 19746.73 -12021.73 - 103.550 7856.00 24173.16 -16317.16 - 103.600 8141.00 27134.67 -18993.67 - 103.650 8012.00 27582.91 -19570.91 - 103.700 7856.00 25349.32 -17493.32 - 103.750 7674.00 21246.37 -13572.37 - 103.800 7151.00 16595.71 -9444.71 - 103.850 6853.00 12550.30 -5697.30 - 103.900 6628.00 9675.08 -3047.08 - 103.950 6581.00 7961.24 -1380.24 - 104.000 6479.00 7091.77 -612.77 - 104.050 6520.00 6713.19 -193.19 - 104.100 6546.00 6570.61 -24.61 - 104.150 6619.00 6523.57 95.43 - 104.200 6681.00 6509.54 171.46 - 104.250 6529.00 6505.62 23.38 - 104.300 6402.00 6506.06 -104.06 - 104.350 6436.00 6515.06 -79.06 - 104.400 6401.00 6552.88 -151.88 - 104.450 6474.00 6680.08 -206.08 - 104.500 6614.00 7045.52 -431.52 - 104.550 6826.00 7949.46 -1123.46 - 104.600 6901.00 9871.58 -2970.58 - 104.650 7014.00 13367.23 -6353.23 - 104.700 7646.00 18746.31 -11100.31 - 104.750 8185.00 25625.56 -17440.56 - 104.800 8563.00 32656.76 -24093.76 - 104.850 8974.00 37826.78 -28852.78 - 104.900 9196.00 39357.55 -30161.55 - 104.950 8913.00 36680.90 -27767.90 - 105.000 8399.00 30776.32 -22377.32 - 105.050 7815.00 23598.50 -15783.50 - 105.100 7257.00 17044.29 -9787.29 - 105.150 6831.00 12189.77 -5358.77 - 105.200 6531.00 9183.40 -2652.40 - 105.250 6582.00 7601.05 -1019.05 - 105.300 6560.00 6886.99 -326.99 - 105.350 6534.00 6608.82 -74.82 - 105.400 6594.00 6514.53 79.47 - 105.450 6480.00 6486.26 -6.26 - 105.500 6506.00 6478.40 27.60 - 105.550 6508.00 6476.54 31.46 - 105.600 6503.00 6478.57 24.43 - 105.650 6489.00 6490.94 -1.94 - 105.700 6438.00 6536.11 -98.11 - 105.750 6571.00 6672.64 -101.64 - 105.800 6521.00 7026.10 -505.10 - 105.850 6598.00 7813.16 -1215.16 - 105.900 6765.00 9316.53 -2551.53 - 105.950 7008.00 11758.52 -4750.52 - 106.000 7324.00 15084.31 -7760.31 - 106.050 7656.00 18770.77 -11114.77 - 106.100 7755.00 21867.92 -14112.92 - 106.150 7873.00 23368.21 -15495.21 - 106.200 7747.00 22727.39 -14980.39 - 106.250 7552.00 20181.04 -12629.04 - 106.300 7238.00 16605.84 -9367.84 - 106.350 6994.00 13036.85 -6042.85 - 106.400 6918.00 10196.17 -3278.17 - 106.450 6681.00 8319.14 -1638.14 - 106.500 6646.00 7268.49 -622.49 - 106.550 6520.00 6764.98 -244.98 - 106.600 6430.00 6556.73 -126.73 - 106.650 6572.00 6481.72 90.28 - 106.700 6467.00 6457.74 9.26 - 106.750 6621.00 6450.54 170.46 - 106.800 6384.00 6448.37 -64.37 - 106.850 6371.00 6448.76 -77.76 - 106.900 6524.00 6455.10 68.90 - 106.950 6538.00 6481.19 56.81 - 107.000 6396.00 6566.07 -170.07 - 107.050 6366.00 6801.02 -435.02 - 107.100 6534.00 7360.92 -826.92 - 107.150 6596.00 8509.52 -1913.52 - 107.200 6621.00 10525.18 -3904.18 - 107.250 6858.00 13520.31 -6662.31 - 107.300 7430.00 17211.36 -9781.36 - 107.350 7753.00 20822.40 -13069.40 - 107.400 7919.00 23296.51 -15377.51 - 107.450 8024.00 23780.13 -15756.13 - 107.500 7608.00 22095.96 -14487.96 - 107.550 7331.00 18845.69 -11514.69 - 107.600 7144.00 15066.89 -7922.89 - 107.650 7006.00 11702.68 -4696.68 - 107.700 6822.00 9254.54 -2432.54 - 107.750 6670.00 7756.40 -1086.40 - 107.800 6463.00 6974.53 -511.53 - 107.850 6459.00 6623.34 -164.34 - 107.900 6505.00 6486.50 18.50 - 107.950 6563.00 6439.76 123.24 - 108.000 6436.00 6425.30 10.70 - 108.050 6381.00 6420.79 -39.79 - 108.100 6363.00 6418.92 -55.92 - 108.150 6569.00 6417.67 151.33 - 108.200 6568.00 6416.54 151.46 + 101.700 6538.00 6568.15 -30.15 + 101.750 6553.00 6567.28 -14.28 + 101.800 6591.00 6567.91 23.09 + 101.850 6716.00 6574.73 141.27 + 101.900 6561.00 6603.54 -42.54 + 101.950 6535.00 6699.34 -164.34 + 102.000 6586.00 6969.18 -383.18 + 102.050 6680.00 7620.58 -940.58 + 102.100 6831.00 8967.29 -2136.29 + 102.150 7148.00 11338.44 -4190.44 + 102.200 7401.00 14850.85 -7449.85 + 102.250 7942.00 19135.33 -11193.33 + 102.300 8278.00 23232.80 -14954.80 + 102.350 8399.00 25882.43 -17483.43 + 102.400 8541.00 26134.72 -17593.72 + 102.450 8195.00 23893.95 -15698.95 + 102.500 7783.00 19976.04 -12193.04 + 102.550 7375.00 15634.31 -8259.31 + 102.600 7078.00 11922.13 -4844.13 + 102.650 6930.00 9324.82 -2394.82 + 102.700 6795.00 7800.21 -1005.21 + 102.750 6683.00 7038.61 -355.61 + 102.800 6557.00 6712.17 -155.17 + 102.850 6482.00 6591.13 -109.13 + 102.900 6459.00 6551.73 -92.73 + 102.950 6499.00 6540.01 -41.01 + 103.000 6618.00 6536.56 81.44 + 103.050 6585.00 6536.41 48.59 + 103.100 6486.00 6542.02 -56.02 + 103.150 6525.00 6566.69 -41.69 + 103.200 6763.00 6649.24 113.76 + 103.250 6708.00 6882.56 -174.56 + 103.300 6716.00 7447.84 -731.84 + 103.350 6762.00 8621.81 -1859.81 + 103.400 7061.00 10701.01 -3640.01 + 103.450 7385.00 13804.72 -6419.72 + 103.500 7725.00 17630.53 -9905.53 + 103.550 7856.00 21348.39 -13492.39 + 103.600 8141.00 23835.76 -15694.76 + 103.650 8012.00 24212.07 -16200.07 + 103.700 7856.00 22335.73 -14479.73 + 103.750 7674.00 18889.18 -11215.18 + 103.800 7151.00 14982.56 -7831.56 + 103.850 6853.00 11584.35 -4731.35 + 103.900 6628.00 9169.05 -2541.05 + 103.950 6581.00 7729.28 -1148.28 + 104.000 6479.00 6998.75 -519.75 + 104.050 6520.00 6680.55 -160.55 + 104.100 6546.00 6560.59 -14.59 + 104.150 6619.00 6520.88 98.12 + 104.200 6681.00 6508.89 172.11 + 104.250 6529.00 6505.38 23.62 + 104.300 6402.00 6505.48 -103.48 + 104.350 6436.00 6512.59 -76.59 + 104.400 6401.00 6543.14 -142.14 + 104.450 6474.00 6646.37 -172.37 + 104.500 6614.00 6943.32 -329.32 + 104.550 6826.00 7678.18 -852.18 + 104.600 6901.00 9241.01 -2340.01 + 104.650 7014.00 12083.39 -5069.39 + 104.700 7646.00 16457.33 -8811.33 + 104.750 8185.00 22051.19 -13866.19 + 104.800 8563.00 27768.61 -19205.61 + 104.850 8974.00 31972.55 -22998.55 + 104.900 9196.00 33217.13 -24021.13 + 104.950 8913.00 31040.33 -22127.33 + 105.000 8399.00 26238.65 -17839.65 + 105.050 7815.00 20401.58 -12586.58 + 105.100 7257.00 15071.63 -7814.63 + 105.150 6831.00 11123.83 -4292.83 + 105.200 6531.00 8678.91 -2147.91 + 105.250 6582.00 7391.97 -809.97 + 105.300 6560.00 6811.10 -251.10 + 105.350 6534.00 6584.69 -50.69 + 105.400 6594.00 6507.81 86.19 + 105.450 6480.00 6484.62 -4.62 + 105.500 6506.00 6478.03 27.97 + 105.550 6508.00 6476.32 31.68 + 105.600 6503.00 6477.87 25.13 + 105.650 6489.00 6488.12 0.88 + 105.700 6438.00 6526.01 -88.01 + 105.750 6571.00 6640.88 -69.88 + 105.800 6521.00 6938.53 -417.53 + 105.850 6598.00 7601.56 -1003.56 + 105.900 6765.00 8868.16 -2103.16 + 105.950 7008.00 10925.65 -3917.65 + 106.000 7324.00 13727.87 -6403.87 + 106.050 7656.00 16833.98 -9177.98 + 106.100 7755.00 19443.54 -11688.54 + 106.150 7873.00 20707.54 -12834.54 + 106.200 7747.00 20167.39 -12420.39 + 106.250 7552.00 18021.61 -10469.61 + 106.300 7238.00 15008.89 -7770.89 + 106.350 6994.00 12001.41 -5007.41 + 106.400 6918.00 9607.62 -2689.62 + 106.450 6681.00 8025.81 -1344.81 + 106.500 6646.00 7140.34 -494.34 + 106.550 6520.00 6715.90 -195.90 + 106.600 6430.00 6540.25 -110.25 + 106.650 6572.00 6476.86 95.14 + 106.700 6467.00 6456.49 10.51 + 106.750 6621.00 6450.25 170.75 + 106.800 6384.00 6448.23 -64.23 + 106.850 6371.00 6448.37 -77.37 + 106.900 6524.00 6453.44 70.56 + 106.950 6538.00 6474.89 63.11 + 107.000 6396.00 6545.13 -149.13 + 107.050 6366.00 6739.89 -373.89 + 107.100 6534.00 7204.25 -670.25 + 107.150 6596.00 8157.07 -1561.07 + 107.200 6621.00 9829.30 -3208.30 + 107.250 6858.00 12314.21 -5456.21 + 107.300 7430.00 15376.52 -7946.52 + 107.350 7753.00 18372.46 -10619.46 + 107.400 7919.00 20425.07 -12506.07 + 107.450 8024.00 20826.15 -12802.15 + 107.500 7608.00 19428.58 -11820.58 + 107.550 7331.00 16731.61 -9400.61 + 107.600 7144.00 13596.10 -6452.10 + 107.650 7006.00 10804.58 -3798.58 + 107.700 6822.00 8773.14 -1951.14 + 107.750 6670.00 7529.93 -859.93 + 107.800 6463.00 6881.02 -418.02 + 107.850 6459.00 6589.45 -130.45 + 107.900 6505.00 6475.72 29.28 + 107.950 6563.00 6436.75 126.25 + 108.000 6436.00 6424.56 11.44 + 108.050 6381.00 6420.63 -39.63 + 108.100 6363.00 6418.89 -55.89 + 108.150 6569.00 6417.66 151.34 + 108.200 6568.00 6416.53 151.47 108.250 6327.00 6415.42 -88.42 108.300 6301.00 6414.32 -113.32 108.350 6517.00 6413.21 103.79 @@ -2168,62 +2168,62 @@ BEGIN 109.150 6332.00 6410.24 -78.24 109.200 6306.00 6410.86 -104.86 109.250 6262.00 6411.49 -149.49 - 109.300 6440.00 6412.21 27.79 - 109.350 6347.00 6413.40 -66.40 - 109.400 6380.00 6416.85 -36.85 - 109.450 6499.00 6429.80 69.20 - 109.500 6360.00 6477.50 -117.50 - 109.550 6444.00 6635.04 -191.04 - 109.600 6516.00 7091.63 -575.63 - 109.650 6723.00 8245.19 -1522.19 - 109.700 6920.00 10771.83 -3851.83 - 109.750 7152.00 15545.57 -8393.57 - 109.800 7828.00 23257.10 -15429.10 - 109.850 8625.00 33756.44 -25131.44 - 109.900 9542.00 45483.74 -35941.74 - 109.950 10351.00 55547.49 -45196.49 - 110.000 10767.00 60798.67 -50031.67 - 110.050 10631.00 59394.68 -48763.68 - 110.100 9950.00 51841.42 -41891.42 - 110.150 9014.00 40695.88 -31681.88 - 110.200 8288.00 29186.59 -20898.59 - 110.250 7573.00 19729.31 -12156.31 - 110.300 7122.00 13269.23 -6147.23 - 110.350 6870.00 9524.50 -2654.50 - 110.400 6716.00 7660.76 -944.76 - 110.450 6558.00 6859.53 -301.53 - 110.500 6486.00 6560.65 -74.65 - 110.550 6584.00 6463.88 120.12 - 110.600 6496.00 6436.90 59.10 - 110.650 6575.00 6430.87 144.13 - 110.700 6558.00 6431.05 126.95 - 110.750 6591.00 6435.93 155.07 - 110.800 6541.00 6453.80 87.20 - 110.850 6494.00 6511.96 -17.96 - 110.900 6538.00 6679.85 -141.85 - 110.950 6469.00 7104.05 -635.05 - 111.000 6628.00 8036.45 -1408.45 - 111.050 6881.00 9807.94 -2926.94 - 111.100 6980.00 12693.07 -5713.07 - 111.150 7298.00 16669.05 -9371.05 - 111.200 7620.00 21185.77 -13565.77 - 111.250 7818.00 25176.58 -17358.58 - 111.300 8201.00 27424.47 -19223.47 - 111.350 8211.00 27155.96 -18944.96 - 111.400 7773.00 24466.65 -16693.65 - 111.450 7438.00 20267.68 -12829.68 - 111.500 6973.00 15789.28 -8816.28 - 111.550 6767.00 12012.23 -5245.23 - 111.600 6706.00 9368.13 -2662.13 - 111.650 6676.00 7796.82 -1120.82 - 111.700 6417.00 6995.19 -578.19 - 111.750 6589.00 6641.50 -52.50 - 111.800 6534.00 6506.15 27.85 - 111.850 6366.00 6461.27 -95.27 - 111.900 6409.00 6448.59 -39.59 - 111.950 6493.00 6445.80 47.20 - 112.000 6383.00 6445.65 -62.65 - 112.050 6398.00 6446.12 -48.12 + 109.300 6440.00 6412.19 27.81 + 109.350 6347.00 6413.25 -66.25 + 109.400 6380.00 6416.06 -36.06 + 109.450 6499.00 6426.27 72.73 + 109.500 6360.00 6463.46 -103.46 + 109.550 6444.00 6586.00 -142.00 + 109.600 6516.00 6940.90 -424.90 + 109.650 6723.00 7837.33 -1114.33 + 109.700 6920.00 9800.61 -2880.61 + 109.750 7152.00 13509.83 -6357.83 + 109.800 7828.00 19501.64 -11673.64 + 109.850 8625.00 27659.52 -19034.52 + 109.900 9542.00 36771.48 -27229.48 + 109.950 10351.00 44590.91 -34239.91 + 110.000 10767.00 48671.09 -37904.09 + 110.050 10631.00 47580.37 -36949.37 + 110.100 9950.00 41711.80 -31761.80 + 110.150 9014.00 33052.12 -24038.12 + 110.200 8288.00 24109.82 -15821.82 + 110.250 7573.00 16761.87 -9188.87 + 110.300 7122.00 11742.68 -4620.68 + 110.350 6870.00 8833.25 -1963.25 + 110.400 6716.00 7385.31 -669.31 + 110.450 6558.00 6762.91 -204.91 + 110.500 6486.00 6530.83 -44.83 + 110.550 6584.00 6455.78 128.22 + 110.600 6496.00 6434.95 61.05 + 110.650 6575.00 6430.41 144.59 + 110.700 6558.00 6430.71 127.29 + 110.750 6591.00 6434.76 156.24 + 110.800 6541.00 6449.21 91.79 + 110.850 6494.00 6495.95 -1.95 + 110.900 6538.00 6630.68 -92.68 + 110.950 6469.00 6970.87 -501.87 + 111.000 6628.00 7718.49 -1090.49 + 111.050 6881.00 9138.79 -2257.79 + 111.100 6980.00 11451.88 -4471.88 + 111.150 7298.00 14639.50 -7341.50 + 111.200 7620.00 18260.61 -10640.61 + 111.250 7818.00 21460.12 -13642.12 + 111.300 8201.00 23262.35 -15061.35 + 111.350 8211.00 23047.21 -14836.21 + 111.400 7773.00 20891.35 -13118.35 + 111.450 7438.00 17525.21 -10087.21 + 111.500 6973.00 13935.06 -6962.06 + 111.550 6767.00 10907.17 -4140.17 + 111.600 6706.00 8787.55 -2081.55 + 111.650 6676.00 7527.97 -851.97 + 111.700 6417.00 6885.44 -468.44 + 111.750 6589.00 6602.02 -13.02 + 111.800 6534.00 6493.63 40.37 + 111.850 6366.00 6457.77 -91.77 + 111.900 6409.00 6447.72 -38.72 + 111.950 6493.00 6445.61 47.39 + 112.000 6383.00 6445.61 -62.61 + 112.050 6398.00 6446.11 -48.11 112.100 6423.00 6446.71 -23.71 112.150 6313.00 6447.32 -134.32 112.200 6508.00 6447.94 60.06 @@ -2247,356 +2247,356 @@ BEGIN 113.100 6487.00 6459.07 27.93 113.150 6470.00 6459.69 10.31 113.200 6362.00 6460.31 -98.31 - 113.250 6453.00 6460.95 -7.95 - 113.300 6249.00 6461.69 -212.69 - 113.350 6381.00 6462.91 -81.91 - 113.400 6454.00 6465.97 -11.97 - 113.450 6316.00 6475.45 -159.45 - 113.500 6428.00 6504.25 -76.25 - 113.550 6425.00 6583.45 -158.45 - 113.600 6316.00 6775.52 -459.52 - 113.650 6465.00 7182.67 -717.67 - 113.700 6581.00 7931.14 -1350.14 - 113.750 6775.00 9114.66 -2339.66 - 113.800 6851.00 10701.00 -3850.00 - 113.850 6849.00 12455.40 -5606.40 - 113.900 7129.00 13959.28 -6830.28 - 113.950 7218.00 14758.69 -7540.69 - 114.000 7014.00 14584.47 -7570.47 - 114.050 7128.00 13496.92 -6368.92 - 114.100 6929.00 11853.20 -4924.20 - 114.150 6792.00 10118.28 -3326.28 - 114.200 6736.00 8658.04 -1922.04 - 114.250 6845.00 7631.79 -786.79 - 114.300 6529.00 7017.15 -488.15 - 114.350 6618.00 6699.88 -81.88 - 114.400 6556.00 6557.82 -1.82 - 114.450 6692.00 6502.60 189.40 - 114.500 6600.00 6484.09 115.91 - 114.550 6302.00 6479.00 -177.00 - 114.600 6423.00 6478.34 -55.34 - 114.650 6538.00 6479.85 58.15 - 114.700 6375.00 6485.97 -110.97 - 114.750 6242.00 6508.61 -266.61 - 114.800 6619.00 6586.04 32.96 - 114.850 6638.00 6822.09 -184.09 - 114.900 6752.00 7456.42 -704.42 - 114.950 6898.00 8950.09 -2052.09 - 115.000 7189.00 12020.39 -4831.39 - 115.050 7549.00 17495.74 -9946.74 - 115.100 8336.00 25891.88 -17555.88 - 115.150 9170.00 36802.30 -27632.30 - 115.200 9980.00 48458.74 -38478.74 - 115.250 10682.00 57992.05 -47310.05 - 115.300 10939.00 62503.92 -51564.92 - 115.350 10662.00 60484.54 -49822.54 - 115.400 9998.00 52619.95 -42621.95 - 115.450 9114.00 41421.47 -32307.47 - 115.500 8145.00 29933.16 -21788.16 - 115.550 7421.00 20434.37 -13013.37 - 115.600 7012.00 13842.30 -6830.30 - 115.650 6906.00 9925.95 -3019.95 - 115.700 6784.00 7914.07 -1130.07 - 115.750 6702.00 7014.08 -312.08 - 115.800 6598.00 6662.34 -64.34 - 115.850 6589.00 6542.06 46.94 - 115.900 6470.00 6506.21 -36.21 - 115.950 6348.00 6497.17 -149.17 - 116.000 6670.00 6495.64 174.36 - 116.050 6563.00 6496.33 66.67 - 116.100 6477.00 6497.27 -20.27 - 116.150 6474.00 6502.67 -28.67 - 116.200 6444.00 6523.40 -79.40 - 116.250 6411.00 6582.78 -171.78 - 116.300 6280.00 6726.24 -446.24 - 116.350 6442.00 7025.69 -583.69 - 116.400 6684.00 7567.61 -883.61 - 116.450 6566.00 8412.68 -1846.68 - 116.500 6643.00 9534.53 -2891.53 - 116.550 6879.00 10769.58 -3890.58 - 116.600 7000.00 11830.91 -4830.91 - 116.650 6925.00 12408.60 -5483.60 - 116.700 6944.00 12313.54 -5369.54 - 116.750 6702.00 11576.88 -4874.88 - 116.800 6787.00 10433.21 -3646.21 - 116.850 6663.00 9200.44 -2537.44 - 116.900 6478.00 8138.43 -1660.43 - 116.950 6586.00 7372.36 -786.36 - 117.000 6575.00 6899.05 -324.05 - 117.050 6462.00 6645.46 -183.46 - 117.100 6608.00 6526.39 81.61 - 117.150 6552.00 6476.67 75.33 - 117.200 6446.00 6457.58 -11.58 - 117.250 6508.00 6450.19 57.81 - 117.300 6514.00 6446.70 67.30 - 117.350 6348.00 6444.45 -96.45 - 117.400 6377.00 6442.94 -65.94 - 117.450 6415.00 6443.28 -28.28 - 117.500 6416.00 6449.78 -33.78 - 117.550 6380.00 6474.89 -94.89 - 117.600 6625.00 6549.18 75.82 - 117.650 6572.00 6736.37 -164.37 - 117.700 6472.00 7146.33 -674.33 - 117.750 6528.00 7929.32 -1401.32 - 117.800 6629.00 9227.32 -2598.32 - 117.850 6791.00 11077.07 -4286.07 - 117.900 7075.00 13303.19 -6228.19 - 117.950 7098.00 15479.00 -8381.00 - 118.000 7292.00 17035.58 -9743.58 - 118.050 7379.00 17494.40 -10115.40 - 118.100 7207.00 16704.66 -9497.66 - 118.150 6995.00 14921.70 -7926.70 - 118.200 6863.00 12674.91 -5811.91 - 118.250 6732.00 10513.87 -3781.87 - 118.300 6684.00 8801.53 -2117.53 - 118.350 6595.00 7648.37 -1053.37 - 118.400 6397.00 6977.39 -580.39 - 118.450 6364.00 6636.88 -272.88 - 118.500 6489.00 6484.80 4.20 - 118.550 6383.00 6424.30 -41.30 - 118.600 6327.00 6402.20 -75.20 - 118.650 6471.00 6394.10 76.90 - 118.700 6317.00 6390.52 -73.52 - 118.750 6380.00 6388.44 -8.44 - 118.800 6229.00 6387.74 -158.74 - 118.850 6297.00 6391.12 -94.12 - 118.900 6428.00 6407.72 20.28 - 118.950 6557.00 6462.47 94.53 - 119.000 6568.00 6613.64 -45.64 - 119.050 6612.00 6976.59 -364.59 - 119.100 6583.00 7739.77 -1156.77 - 119.150 6754.00 9144.00 -2390.00 - 119.200 6815.00 11390.47 -4575.47 - 119.250 7006.00 14483.52 -7477.52 - 119.300 7322.00 18073.60 -10751.60 - 119.350 7629.00 21436.57 -13807.57 - 119.400 7796.00 23680.45 -15884.45 - 119.450 7859.00 24118.81 -16259.81 - 119.500 7600.00 22609.96 -15009.96 - 119.550 7320.00 19629.29 -12309.29 - 119.600 6956.00 16029.14 -9073.14 - 119.650 6751.00 12645.57 -5894.57 - 119.700 6706.00 10003.87 -3297.87 - 119.750 6509.00 8240.96 -1731.96 - 119.800 6551.00 7221.13 -670.13 - 119.850 6651.00 6705.01 -54.01 - 119.900 6365.00 6474.77 -109.77 - 119.950 6401.00 6383.45 17.55 - 120.000 6380.00 6350.53 29.47 - 120.050 6389.00 6339.06 49.94 - 120.100 6315.00 6334.48 -19.48 - 120.150 6277.00 6331.89 -54.89 - 120.200 6226.00 6329.91 -103.91 - 120.250 6168.00 6328.51 -160.51 - 120.300 6275.00 6328.67 -53.67 - 120.350 6413.00 6333.31 79.69 - 120.400 6341.00 6349.30 -8.30 - 120.450 6266.00 6390.49 -124.49 - 120.500 6283.00 6480.03 -197.03 - 120.550 6166.00 6648.69 -482.69 - 120.600 6403.00 6924.81 -521.81 - 120.650 6407.00 7315.29 -908.29 - 120.700 6496.00 7784.40 -1288.40 - 120.750 6494.00 8246.84 -1752.84 - 120.800 6500.00 8587.36 -2087.36 - 120.850 6372.00 8706.01 -2334.01 - 120.900 6468.00 8565.04 -2097.04 - 120.950 6482.00 8207.89 -1725.89 - 121.000 6204.00 7737.21 -1533.21 - 121.050 6291.00 7267.40 -976.40 - 121.100 6317.00 6880.64 -563.64 - 121.150 6333.00 6608.87 -275.87 - 121.200 6280.00 6443.01 -163.01 - 121.250 6400.00 6353.93 46.07 - 121.300 6399.00 6311.20 87.80 - 121.350 6471.00 6292.37 178.63 - 121.400 6320.00 6284.21 35.79 - 121.450 6256.00 6280.20 -24.20 - 121.500 6296.00 6278.22 17.78 - 121.550 6384.00 6278.27 105.73 + 113.250 6453.00 6460.94 -7.94 + 113.300 6249.00 6461.67 -212.67 + 113.350 6381.00 6462.78 -81.78 + 113.400 6454.00 6465.44 -11.44 + 113.450 6316.00 6473.43 -157.43 + 113.500 6428.00 6497.50 -69.50 + 113.550 6425.00 6563.52 -138.52 + 113.600 6316.00 6723.49 -407.49 + 113.650 6465.00 7062.46 -597.46 + 113.700 6581.00 7685.50 -1104.50 + 113.750 6775.00 8670.63 -1895.63 + 113.800 6851.00 9991.03 -3140.03 + 113.850 6849.00 11451.30 -4602.30 + 113.900 7129.00 12703.06 -5574.06 + 113.950 7218.00 13368.50 -6150.50 + 114.000 7014.00 13223.61 -6209.61 + 114.050 7128.00 12318.55 -5190.55 + 114.100 6929.00 10950.60 -4021.60 + 114.150 6792.00 9506.76 -2714.76 + 114.200 6736.00 8291.52 -1555.52 + 114.250 6845.00 7437.50 -592.50 + 114.300 6529.00 6926.04 -397.04 + 114.350 6618.00 6662.09 -44.09 + 114.400 6556.00 6543.96 12.04 + 114.450 6692.00 6498.10 193.90 + 114.500 6600.00 6482.79 117.21 + 114.550 6302.00 6478.66 -176.66 + 114.600 6423.00 6478.20 -55.20 + 114.650 6538.00 6479.47 58.53 + 114.700 6375.00 6484.27 -109.27 + 114.750 6242.00 6501.65 -259.65 + 114.800 6619.00 6560.74 58.26 + 114.850 6638.00 6740.59 -102.59 + 114.900 6752.00 7223.65 -471.65 + 114.950 6898.00 8360.90 -1462.90 + 115.000 7189.00 10698.41 -3509.41 + 115.050 7549.00 14866.83 -7317.83 + 115.100 8336.00 21258.81 -12922.81 + 115.150 9170.00 29564.86 -20394.86 + 115.200 9980.00 38438.84 -28458.84 + 115.250 10682.00 45696.52 -35014.52 + 115.300 10939.00 49131.46 -38192.46 + 115.350 10662.00 47594.30 -36932.30 + 115.400 9998.00 41607.28 -31609.28 + 115.450 9114.00 33082.23 -23968.23 + 115.500 8145.00 24336.54 -16191.54 + 115.550 7421.00 17105.43 -9684.43 + 115.600 7012.00 12087.16 -5075.16 + 115.650 6906.00 9105.86 -2199.86 + 115.700 6784.00 7574.40 -790.40 + 115.750 6702.00 6889.40 -187.40 + 115.800 6598.00 6621.78 -23.78 + 115.850 6589.00 6530.36 58.64 + 115.900 6470.00 6503.22 -33.22 + 115.950 6348.00 6496.48 -148.48 + 116.000 6670.00 6495.47 174.53 + 116.050 6563.00 6496.16 66.84 + 116.100 6477.00 6496.67 -19.67 + 116.150 6474.00 6500.49 -26.49 + 116.200 6444.00 6516.38 -72.38 + 116.250 6411.00 6562.69 -151.69 + 116.300 6280.00 6675.17 -395.17 + 116.350 6442.00 6910.43 -468.43 + 116.400 6684.00 7336.53 -652.53 + 116.450 6566.00 8001.22 -1435.22 + 116.500 6643.00 8883.76 -2240.76 + 116.550 6879.00 9855.40 -2976.40 + 116.600 7000.00 10690.31 -3690.31 + 116.650 6925.00 11144.56 -4219.56 + 116.700 6944.00 11069.31 -4125.31 + 116.750 6702.00 10489.08 -3787.08 + 116.800 6787.00 9588.51 -2801.51 + 116.850 6663.00 8617.82 -1954.82 + 116.900 6478.00 7781.52 -1303.52 + 116.950 6586.00 7178.15 -592.15 + 117.000 6575.00 6805.19 -230.19 + 117.050 6462.00 6605.17 -143.17 + 117.100 6608.00 6511.03 96.97 + 117.150 6552.00 6471.47 80.53 + 117.200 6446.00 6456.01 -10.01 + 117.250 6508.00 6449.77 58.23 + 117.300 6514.00 6446.60 67.40 + 117.350 6348.00 6444.40 -96.40 + 117.400 6377.00 6442.80 -65.80 + 117.450 6415.00 6442.69 -27.69 + 117.500 6416.00 6447.58 -31.58 + 117.550 6380.00 6467.55 -87.55 + 117.600 6625.00 6527.37 97.63 + 117.650 6572.00 6678.69 -106.69 + 117.700 6472.00 7010.55 -538.55 + 117.750 6528.00 7644.70 -1116.70 + 117.800 6629.00 8696.23 -2067.23 + 117.850 6791.00 10194.89 -3403.89 + 117.900 7075.00 11998.57 -4923.57 + 117.950 7098.00 13761.48 -6663.48 + 118.000 7292.00 15022.56 -7730.56 + 118.050 7379.00 15394.01 -8015.01 + 118.100 7207.00 14753.62 -7546.62 + 118.150 6995.00 13308.31 -6313.31 + 118.200 6863.00 11487.12 -4624.12 + 118.250 6732.00 9735.42 -3003.42 + 118.300 6684.00 8347.35 -1663.35 + 118.350 6595.00 7412.45 -817.45 + 118.400 6397.00 6868.30 -471.30 + 118.450 6364.00 6591.97 -227.97 + 118.500 6489.00 6468.34 20.66 + 118.550 6383.00 6418.93 -35.93 + 118.600 6327.00 6400.64 -73.64 + 118.650 6471.00 6393.69 77.31 + 118.700 6317.00 6390.41 -73.41 + 118.750 6380.00 6388.36 -8.36 + 118.800 6229.00 6387.46 -158.46 + 118.850 6297.00 6390.00 -93.00 + 118.900 6428.00 6403.68 24.32 + 118.950 6557.00 6449.55 107.45 + 119.000 6568.00 6576.75 -8.75 + 119.050 6612.00 6882.60 -270.60 + 119.100 6583.00 7526.06 -943.06 + 119.150 6754.00 8710.27 -1956.27 + 119.200 6815.00 10604.94 -3789.94 + 119.250 7006.00 13213.73 -6207.73 + 119.300 7322.00 16241.79 -8919.79 + 119.350 7629.00 19078.27 -11449.27 + 119.400 7796.00 20970.75 -13174.75 + 119.450 7859.00 21340.21 -13481.21 + 119.500 7600.00 20067.12 -12467.12 + 119.550 7320.00 17552.50 -10232.50 + 119.600 6956.00 14515.32 -7559.32 + 119.650 6751.00 11660.84 -4909.84 + 119.700 6706.00 9432.14 -2726.14 + 119.750 6509.00 7944.75 -1435.75 + 119.800 6551.00 7084.16 -533.16 + 119.850 6651.00 6648.49 2.51 + 119.900 6365.00 6453.96 -88.96 + 119.950 6401.00 6376.61 24.39 + 120.000 6380.00 6348.53 31.47 + 120.050 6389.00 6338.53 50.47 + 120.100 6315.00 6334.35 -19.35 + 120.150 6277.00 6331.84 -54.84 + 120.200 6226.00 6329.82 -103.82 + 120.250 6168.00 6328.18 -160.18 + 120.300 6275.00 6327.48 -52.48 + 120.350 6413.00 6329.51 83.49 + 120.400 6341.00 6338.43 2.57 + 120.450 6266.00 6362.65 -96.65 + 120.500 6283.00 6416.23 -133.23 + 120.550 6166.00 6517.85 -351.85 + 120.600 6403.00 6684.71 -281.71 + 120.650 6407.00 6921.02 -514.02 + 120.700 6496.00 7205.06 -709.06 + 120.750 6494.00 7485.06 -991.06 + 120.800 6500.00 7691.03 -1191.03 + 120.850 6372.00 7762.28 -1390.28 + 120.900 6468.00 7675.90 -1207.90 + 120.950 6482.00 7458.25 -976.25 + 121.000 6204.00 7171.67 -967.67 + 121.050 6291.00 6885.62 -594.62 + 121.100 6317.00 6650.00 -333.00 + 121.150 6333.00 6484.20 -151.20 + 121.200 6280.00 6382.70 -102.70 + 121.250 6400.00 6327.82 72.18 + 121.300 6399.00 6301.09 97.91 + 121.350 6471.00 6288.87 182.13 + 121.400 6320.00 6283.12 36.88 + 121.450 6256.00 6279.90 -23.90 + 121.500 6296.00 6278.15 17.85 + 121.550 6384.00 6278.25 105.75 121.600 6508.00 6278.46 229.54 - 121.650 6248.00 6278.79 -30.79 - 121.700 6269.00 6279.51 -10.51 - 121.750 6325.00 6281.39 43.61 - 121.800 6193.00 6286.41 -93.41 - 121.850 6322.00 6298.83 23.17 - 121.900 6072.00 6326.51 -254.51 - 121.950 6217.00 6381.35 -164.35 - 122.000 6128.00 6477.24 -349.24 - 122.050 6320.00 6623.93 -303.93 - 122.100 6351.00 6817.88 -466.88 - 122.150 6269.00 7034.81 -765.81 - 122.200 6358.00 7230.50 -872.50 - 122.250 6474.00 7354.18 -880.18 - 122.300 6381.00 7369.45 -988.45 - 122.350 6309.00 7271.71 -962.71 - 122.400 6418.00 7090.28 -672.28 - 122.450 6440.00 6874.40 -434.40 - 122.500 6223.00 6671.64 -448.64 - 122.550 6133.00 6512.05 -379.05 - 122.600 6355.00 6404.02 -49.02 - 122.650 6437.00 6340.26 96.74 - 122.700 6286.00 6307.23 -21.23 - 122.750 6296.00 6292.17 3.83 - 122.800 6343.00 6286.15 56.85 - 122.850 6209.00 6284.09 -75.09 - 122.900 6332.00 6283.57 48.43 - 122.950 6371.00 6283.60 87.40 - 123.000 6306.00 6284.02 21.98 - 123.050 6291.00 6285.44 5.56 - 123.100 6343.00 6290.48 52.52 - 123.150 6362.00 6307.65 54.35 - 123.200 6231.00 6360.97 -129.97 - 123.250 6305.00 6509.79 -204.79 - 123.300 6585.00 6881.01 -296.01 - 123.350 6371.00 7705.69 -1334.69 - 123.400 6635.00 9332.89 -2697.89 - 123.450 6747.00 12169.89 -5422.89 - 123.500 7009.00 16513.89 -9504.89 - 123.550 7486.00 22288.99 -14802.99 - 123.600 8011.00 28823.22 -20812.22 - 123.650 8779.00 34857.51 -26078.51 - 123.700 8945.00 38889.90 -29944.90 - 123.750 8816.00 39776.99 -30960.99 - 123.800 8594.00 37252.84 -28658.84 - 123.850 8194.00 32060.69 -23866.69 - 123.900 7685.00 25596.56 -17911.56 - 123.950 7303.00 19309.99 -12006.99 - 124.000 6922.00 14192.79 -7270.79 - 124.050 6624.00 10607.27 -3983.27 - 124.100 6592.00 8412.69 -1820.69 - 124.150 6489.00 7228.76 -739.76 - 124.200 6459.00 6663.14 -204.14 - 124.250 6413.00 6422.86 -9.86 - 124.300 6376.00 6331.96 44.04 - 124.350 6346.00 6301.34 44.66 - 124.400 6187.00 6292.22 -105.22 - 124.450 6185.00 6289.95 -104.95 - 124.500 6204.00 6289.82 -85.82 - 124.550 6216.00 6291.08 -75.08 - 124.600 6196.00 6295.57 -99.57 - 124.650 6164.00 6309.71 -145.71 - 124.700 6265.00 6350.28 -85.28 - 124.750 6343.00 6455.25 -112.25 - 124.800 6155.00 6698.63 -543.63 - 124.850 6278.00 7202.38 -924.38 - 124.900 6365.00 8130.19 -1765.19 - 124.950 6481.00 9641.80 -3160.80 - 125.000 6588.00 11804.34 -5216.34 - 125.050 6881.00 14483.18 -7602.18 - 125.100 7188.00 17283.47 -10095.47 - 125.150 7355.00 19612.22 -12257.22 - 125.200 7588.00 20869.79 -13281.79 - 125.250 7432.00 20700.25 -13268.25 - 125.300 7340.00 19152.62 -11812.62 - 125.350 6945.00 16659.27 -9714.27 - 125.400 6794.00 13839.34 -7045.34 - 125.450 6590.00 11254.53 -4664.53 - 125.500 6597.00 9238.86 -2641.86 - 125.550 6458.00 7872.70 -1414.70 - 125.600 6406.00 7058.30 -652.30 - 125.650 6311.00 6628.07 -317.07 - 125.700 6292.00 6425.88 -133.88 - 125.750 6293.00 6341.07 -48.07 - 125.800 6356.00 6309.32 46.68 - 125.850 6217.00 6298.76 -81.76 - 125.900 6321.00 6295.74 25.26 - 125.950 6348.00 6295.28 52.72 - 126.000 6219.00 6296.29 -77.29 - 126.050 6533.00 6300.45 232.55 - 126.100 6387.00 6314.66 72.34 - 126.150 6520.00 6359.06 160.94 - 126.200 6544.00 6484.68 59.32 - 126.250 6486.00 6805.04 -319.04 - 126.300 6655.00 7539.08 -884.08 - 126.350 6710.00 9045.92 -2335.92 - 126.400 6806.00 11809.31 -5003.31 - 126.450 7056.00 16312.36 -9256.36 - 126.500 7559.00 22788.87 -15229.87 - 126.550 8184.00 30907.02 -22723.02 - 126.600 8836.00 39576.74 -30740.74 - 126.650 9551.00 47083.41 -37532.41 - 126.700 9949.00 51596.40 -41647.40 - 126.750 9719.00 51892.85 -42173.85 - 126.800 9393.00 47888.47 -38495.47 - 126.850 8862.00 40680.19 -31818.19 - 126.900 8069.00 32055.89 -23986.89 - 126.950 7456.00 23787.00 -16331.00 - 127.000 7300.00 17058.94 -9758.94 - 127.050 6987.00 12298.68 -5311.68 - 127.100 6486.00 9331.16 -2845.16 - 127.150 6521.00 7687.76 -1166.76 - 127.200 6553.00 6875.73 -322.73 - 127.250 6448.00 6516.34 -68.34 - 127.300 6341.00 6373.65 -32.65 - 127.350 6424.00 6322.78 101.22 - 127.400 6378.00 6306.54 71.46 - 127.450 6336.00 6302.01 33.99 - 127.500 6243.00 6301.17 -58.17 - 127.550 6271.00 6301.97 -30.97 - 127.600 6239.00 6305.33 -66.33 - 127.650 6362.00 6316.05 45.95 - 127.700 6262.00 6347.27 -85.27 - 127.750 6339.00 6430.06 -91.06 - 127.800 6473.00 6628.71 -155.71 - 127.850 6483.00 7058.29 -575.29 - 127.900 6439.00 7893.69 -1454.69 - 127.950 6407.00 9348.27 -2941.27 - 128.000 6718.00 11605.43 -4887.43 - 128.050 6908.00 14700.44 -7792.44 - 128.100 7315.00 18399.54 -11084.54 - 128.150 7639.00 22151.80 -14512.80 - 128.200 7794.00 25192.86 -17398.86 - 128.250 7883.00 26782.41 -18899.41 - 128.300 7731.00 26498.92 -18767.92 - 128.350 7654.00 24419.28 -16765.28 - 128.400 7409.00 21086.19 -13677.19 - 128.450 7125.00 17275.64 -10150.64 - 128.500 6884.00 13711.43 -6827.43 - 128.550 6669.00 10853.21 -4184.21 - 128.600 6359.00 8845.56 -2486.56 - 128.650 6411.00 7596.17 -1185.17 - 128.700 6510.00 6901.86 -391.86 - 128.750 6452.00 6556.12 -104.12 - 128.800 6476.00 6401.34 74.66 - 128.850 6422.00 6338.95 83.05 - 128.900 6384.00 6316.32 67.68 - 128.950 6188.00 6308.99 -120.99 - 129.000 6263.00 6306.96 -43.96 - 129.050 6411.00 6306.67 104.33 - 129.100 6459.00 6307.19 151.81 - 129.150 6353.00 6309.05 43.95 - 129.200 6353.00 6314.74 38.26 - 129.250 6356.00 6331.09 24.91 - 129.300 6268.00 6374.31 -106.31 - 129.350 6373.00 6478.39 -105.39 - 129.400 6248.00 6705.49 -457.49 - 129.450 6272.00 7153.65 -881.65 - 129.500 6521.00 7950.11 -1429.11 - 129.550 6570.00 9219.47 -2649.47 - 129.600 6495.00 11021.81 -4526.81 - 129.650 6970.00 13276.63 -6306.63 - 129.700 7047.00 15717.11 -8670.11 - 129.750 7132.00 17909.63 -10777.63 - 129.800 7421.00 19371.51 -11950.51 - 129.850 7372.00 19740.97 -12368.97 - 129.900 7392.00 18922.54 -11530.54 - 129.950 7100.00 17125.92 -10025.92 - 130.000 6871.00 14780.21 -7909.21 - 130.050 6583.00 12367.57 -5784.57 - 130.100 6600.00 10266.25 -3666.25 - 130.150 6721.00 8670.16 -1949.16 - 130.200 6312.00 7595.83 -1283.83 - 130.250 6450.00 6950.03 -500.03 - 130.300 6418.00 6601.33 -183.33 - 130.350 6493.00 6431.61 61.39 - 130.400 6354.00 6357.00 -3.00 - 130.450 6263.00 6327.34 -64.34 - 130.500 6366.00 6316.73 49.27 - 130.550 6183.00 6313.37 -130.37 - 130.600 6322.00 6312.50 9.50 - 130.650 6305.00 6312.40 -7.40 - 130.700 6349.00 6312.52 36.48 + 121.650 6248.00 6278.80 -30.80 + 121.700 6269.00 6279.55 -10.55 + 121.750 6325.00 6281.55 43.45 + 121.800 6193.00 6286.88 -93.88 + 121.850 6322.00 6300.08 21.92 + 121.900 6072.00 6329.54 -257.54 + 121.950 6217.00 6387.91 -170.91 + 122.000 6128.00 6489.98 -361.98 + 122.050 6320.00 6646.13 -326.13 + 122.100 6351.00 6852.58 -501.58 + 122.150 6269.00 7083.51 -814.51 + 122.200 6358.00 7291.81 -933.81 + 122.250 6474.00 7423.46 -949.46 + 122.300 6381.00 7439.71 -1058.71 + 122.350 6309.00 7335.64 -1026.64 + 122.400 6418.00 7142.49 -724.49 + 122.450 6440.00 6912.67 -472.67 + 122.500 6223.00 6696.81 -473.81 + 122.550 6133.00 6526.90 -393.90 + 122.600 6355.00 6411.89 -56.89 + 122.650 6437.00 6344.00 93.00 + 122.700 6286.00 6308.83 -22.83 + 122.750 6296.00 6292.78 3.22 + 122.800 6343.00 6286.36 56.64 + 122.850 6209.00 6284.16 -75.16 + 122.900 6332.00 6283.58 48.42 + 122.950 6371.00 6283.59 87.41 + 123.000 6306.00 6283.94 22.06 + 123.050 6291.00 6285.08 5.92 + 123.100 6343.00 6289.03 53.97 + 123.150 6362.00 6302.37 59.63 + 123.200 6231.00 6343.72 -112.72 + 123.250 6305.00 6459.05 -154.05 + 123.300 6585.00 6746.67 -161.67 + 123.350 6371.00 7385.58 -1014.58 + 123.400 6635.00 8646.20 -2011.20 + 123.450 6747.00 10844.03 -4097.03 + 123.500 7009.00 14209.32 -7200.32 + 123.550 7486.00 18683.27 -11197.27 + 123.600 8011.00 23745.30 -15734.30 + 123.650 8779.00 28420.04 -19641.04 + 123.700 8945.00 31543.92 -22598.92 + 123.750 8816.00 32231.18 -23415.18 + 123.800 8594.00 30275.80 -21681.80 + 123.850 8194.00 26253.54 -18059.54 + 123.900 7685.00 21245.89 -13560.89 + 123.950 7303.00 16375.81 -9072.81 + 124.000 6922.00 12411.61 -5489.61 + 124.050 6624.00 9634.00 -3010.00 + 124.100 6592.00 7933.92 -1341.92 + 124.150 6489.00 7016.79 -527.79 + 124.200 6459.00 6578.65 -119.65 + 124.250 6413.00 6392.55 20.45 + 124.300 6376.00 6322.17 53.83 + 124.350 6346.00 6298.50 47.50 + 124.400 6187.00 6291.47 -104.47 + 124.450 6185.00 6289.75 -104.75 + 124.500 6204.00 6289.71 -85.71 + 124.550 6216.00 6290.76 -74.76 + 124.600 6196.00 6294.41 -98.41 + 124.650 6164.00 6305.83 -141.83 + 124.700 6265.00 6338.52 -73.52 + 124.750 6343.00 6423.06 -80.06 + 124.800 6155.00 6619.00 -464.00 + 124.850 6278.00 7024.54 -746.54 + 124.900 6365.00 7771.43 -1406.43 + 124.950 6481.00 8988.26 -2507.26 + 125.000 6588.00 10729.04 -4141.04 + 125.050 6881.00 12885.44 -6004.44 + 125.100 7188.00 15139.60 -7951.60 + 125.150 7355.00 17014.19 -9659.19 + 125.200 7588.00 18026.52 -10438.52 + 125.250 7432.00 17890.09 -10458.09 + 125.300 7340.00 16644.34 -9304.34 + 125.350 6945.00 14637.33 -7692.33 + 125.400 6794.00 12367.43 -5573.43 + 125.450 6590.00 10286.80 -3696.80 + 125.500 6597.00 8664.30 -2067.30 + 125.550 6458.00 7564.64 -1106.64 + 125.600 6406.00 6909.11 -503.11 + 125.650 6311.00 6562.83 -251.83 + 125.700 6292.00 6400.12 -108.12 + 125.750 6293.00 6331.88 -38.88 + 125.800 6356.00 6306.36 49.64 + 125.850 6217.00 6297.89 -80.89 + 125.900 6321.00 6295.50 25.50 + 125.950 6348.00 6295.15 52.85 + 126.000 6219.00 6295.94 -76.94 + 126.050 6533.00 6299.07 233.93 + 126.100 6387.00 6309.70 77.30 + 126.150 6520.00 6342.78 177.22 + 126.200 6544.00 6436.30 107.70 + 126.250 6486.00 6674.73 -188.73 + 126.300 6655.00 7220.99 -565.99 + 126.350 6710.00 8342.28 -1632.28 + 126.400 6806.00 10398.58 -3592.58 + 126.450 7056.00 13749.37 -6693.37 + 126.500 7559.00 18568.62 -11009.62 + 126.550 8184.00 24609.42 -16425.42 + 126.600 8836.00 31060.65 -22224.65 + 126.650 9551.00 36646.45 -27095.45 + 126.700 9949.00 40004.64 -30055.64 + 126.750 9719.00 40225.28 -30506.28 + 126.800 9393.00 37245.66 -27852.66 + 126.850 8862.00 31881.98 -23019.98 + 126.900 8069.00 25464.65 -17395.65 + 126.950 7456.00 19311.77 -11855.77 + 127.000 7300.00 14305.43 -7005.43 + 127.050 6987.00 10763.34 -3776.34 + 127.100 6486.00 8555.25 -2069.25 + 127.150 6521.00 7332.43 -811.43 + 127.200 6553.00 6728.25 -175.25 + 127.250 6448.00 6460.87 -12.87 + 127.300 6341.00 6354.74 -13.74 + 127.350 6424.00 6316.94 107.06 + 127.400 6378.00 6304.90 73.10 + 127.450 6336.00 6301.58 34.42 + 127.500 6243.00 6301.02 -58.02 + 127.550 6271.00 6301.69 -30.69 + 127.600 6239.00 6304.37 -65.37 + 127.650 6362.00 6312.82 49.18 + 127.700 6262.00 6337.35 -75.35 + 127.750 6339.00 6402.34 -63.34 + 127.800 6473.00 6558.22 -85.22 + 127.850 6483.00 6895.26 -412.26 + 127.900 6439.00 7550.66 -1111.66 + 127.950 6407.00 8691.79 -2284.79 + 128.000 6718.00 10462.55 -3744.55 + 128.050 6908.00 12890.58 -5982.58 + 128.100 7315.00 15792.51 -8477.51 + 128.150 7639.00 18736.15 -11097.15 + 128.200 7794.00 21121.86 -13327.86 + 128.250 7883.00 22368.88 -14485.88 + 128.300 7731.00 22146.53 -14415.53 + 128.350 7654.00 20515.12 -12861.12 + 128.400 7409.00 17900.39 -10491.39 + 128.450 7125.00 14911.11 -7786.11 + 128.500 6884.00 12115.08 -5231.08 + 128.550 6669.00 9872.89 -3203.89 + 128.600 6359.00 8297.95 -1938.95 + 128.650 6411.00 7317.86 -906.86 + 128.700 6510.00 6773.23 -263.23 + 128.750 6452.00 6502.04 -50.04 + 128.800 6476.00 6380.66 95.34 + 128.850 6422.00 6331.75 90.25 + 128.900 6384.00 6314.04 69.96 + 128.950 6188.00 6308.33 -120.33 + 129.000 6263.00 6306.78 -43.78 + 129.050 6411.00 6306.58 104.42 + 129.100 6459.00 6307.02 151.98 + 129.150 6353.00 6308.46 44.54 + 129.200 6353.00 6312.80 40.20 + 129.250 6356.00 6325.16 30.84 + 129.300 6268.00 6357.75 -89.75 + 129.350 6373.00 6436.18 -63.18 + 129.400 6248.00 6607.24 -359.24 + 129.450 6272.00 6944.78 -672.78 + 129.500 6521.00 7544.60 -1023.60 + 129.550 6570.00 8500.55 -1930.55 + 129.600 6495.00 9857.85 -3362.85 + 129.650 6970.00 11555.90 -4585.90 + 129.700 7047.00 13393.76 -6346.76 + 129.750 7132.00 15044.90 -7912.90 + 129.800 7421.00 16145.81 -8724.81 + 129.850 7372.00 16424.08 -9052.08 + 129.900 7392.00 15807.80 -8415.80 + 129.950 7100.00 14454.89 -7354.89 + 130.000 6871.00 12688.49 -5817.49 + 130.050 6583.00 10871.69 -4288.69 + 130.100 6600.00 9289.33 -2689.33 + 130.150 6721.00 8087.43 -1366.43 + 130.200 6312.00 7278.45 -966.45 + 130.250 6450.00 6792.18 -342.18 + 130.300 6418.00 6529.64 -111.64 + 130.350 6493.00 6401.87 91.13 + 130.400 6354.00 6345.73 8.27 + 130.450 6263.00 6323.45 -60.45 + 130.500 6366.00 6315.50 50.50 + 130.550 6183.00 6313.02 -130.02 + 130.600 6322.00 6312.41 9.59 + 130.650 6305.00 6312.38 -7.38 + 130.700 6349.00 6312.51 36.49 130.750 6319.00 6312.69 6.31 130.800 6474.00 6312.87 161.13 130.850 6187.00 6313.06 -126.06 @@ -2626,111 +2626,111 @@ BEGIN 132.050 6378.00 6346.97 31.03 132.100 6427.00 6349.07 77.93 132.150 6354.00 6351.18 2.82 - 132.200 6400.00 6353.34 46.66 - 132.250 6289.00 6355.67 -66.67 - 132.300 6322.00 6358.67 -36.67 - 132.350 6343.00 6363.90 -20.90 - 132.400 6451.00 6375.95 75.05 - 132.450 6535.00 6407.15 127.85 - 132.500 6480.00 6487.23 -7.23 - 132.550 6467.00 6680.65 -213.65 - 132.600 6580.00 7112.08 -532.08 - 132.650 6544.00 7993.65 -1449.65 - 132.700 6754.00 9638.72 -2884.72 - 132.750 7085.00 12429.83 -5344.83 - 132.800 7217.00 16717.79 -9500.79 - 132.850 7701.00 22646.32 -14945.32 - 132.900 8170.00 29949.83 -21779.83 - 132.950 8754.00 37839.79 -29085.79 - 133.000 9614.00 45056.24 -35442.24 - 133.050 9976.00 50175.36 -40199.36 - 133.100 10155.00 52058.42 -41903.42 - 133.150 9828.00 50264.20 -40436.20 - 133.200 9250.00 45214.32 -35964.32 - 133.250 8535.00 38035.19 -29500.19 - 133.300 7982.00 30149.43 -22167.43 - 133.350 7578.00 22823.11 -15245.11 - 133.400 7154.00 16863.50 -9709.50 - 133.450 7028.00 12541.62 -5513.62 - 133.500 6810.00 9723.14 -2913.14 - 133.550 6582.00 8059.86 -1477.86 - 133.600 6416.00 7168.34 -752.34 - 133.650 6470.00 6733.54 -263.54 - 133.700 6424.00 6540.44 -116.44 - 133.750 6367.00 6462.82 -95.82 - 133.800 6469.00 6435.11 33.89 - 133.850 6450.00 6427.01 22.99 - 133.900 6432.00 6425.98 6.02 - 133.950 6400.00 6427.46 -27.46 - 134.000 6373.00 6430.41 -57.41 - 134.050 6517.00 6435.95 81.05 - 134.100 6577.00 6448.40 128.60 - 134.150 6362.00 6478.74 -116.74 - 134.200 6487.00 6551.73 -64.73 - 134.250 6584.00 6717.45 -133.45 - 134.300 6681.00 7066.53 -385.53 - 134.350 6602.00 7743.59 -1141.59 - 134.400 6444.00 8947.14 -2503.14 - 134.450 6826.00 10902.66 -4076.66 - 134.500 6942.00 13791.41 -6849.41 - 134.550 7325.00 17647.54 -10322.54 - 134.600 7718.00 22252.54 -14534.54 - 134.650 8028.00 27084.49 -19056.49 - 134.700 8417.00 31384.87 -22967.87 - 134.750 8686.00 34332.65 -25646.65 - 134.800 8725.00 35302.26 -26577.26 - 134.850 8653.00 34078.09 -25425.09 - 134.900 8453.00 30933.80 -22480.80 - 134.950 8104.00 26529.34 -18425.34 - 135.000 7474.00 21690.84 -14216.84 - 135.050 7265.00 17158.45 -9893.45 - 135.100 7077.00 13417.05 -6340.05 - 135.150 7031.00 10651.19 -3620.19 - 135.200 6914.00 8801.31 -1887.31 - 135.250 6648.00 7676.69 -1028.69 - 135.300 6571.00 7052.83 -481.83 - 135.350 6498.00 6736.50 -238.50 - 135.400 6505.00 6590.00 -85.00 - 135.450 6583.00 6528.33 54.67 - 135.500 6699.00 6505.28 193.72 - 135.550 6490.00 6498.24 -8.24 - 135.600 6515.00 6497.29 17.71 - 135.650 6460.00 6498.49 -38.49 - 135.700 6302.00 6500.49 -198.49 - 135.750 6581.00 6503.05 77.95 - 135.800 6550.00 6506.42 43.58 - 135.850 6440.00 6510.78 -70.78 - 135.900 6491.00 6521.86 -30.86 - 135.950 6517.00 6547.90 -30.90 - 136.000 6643.00 6604.45 38.55 - 136.050 6559.00 6717.84 -158.84 - 136.100 6508.00 6927.37 -419.37 - 136.150 6614.00 7283.35 -669.35 - 136.200 6665.00 7838.35 -1173.35 - 136.250 6545.00 8628.43 -2083.43 - 136.300 6411.00 9649.17 -3238.17 - 136.350 6574.00 10833.86 -4259.86 - 136.400 6951.00 12046.46 -5095.46 - 136.450 7127.00 13101.75 -5974.75 - 136.500 7091.00 13807.23 -6716.23 - 136.550 7273.00 14021.29 -6748.29 - 136.600 7113.00 13699.04 -6586.04 - 136.650 7046.00 12908.01 -5862.01 - 136.700 6852.00 11804.13 -4952.13 - 136.750 6829.00 10582.95 -3753.95 - 136.800 6907.00 9423.02 -2516.02 - 136.850 6695.00 8446.47 -1751.47 - 136.900 6619.00 7706.18 -1087.18 - 136.950 6447.00 7195.77 -748.77 - 137.000 6527.00 6874.16 -347.16 - 137.050 6737.00 6688.20 48.80 - 137.100 6590.00 6589.25 0.75 - 137.150 6502.00 6540.72 -38.72 - 137.200 6411.00 6518.72 -107.72 - 137.250 6576.00 6509.52 66.48 - 137.300 6492.00 6505.95 -13.95 - 137.350 6502.00 6504.69 -2.69 - 137.400 6534.00 6504.34 29.66 + 132.200 6400.00 6353.32 46.68 + 132.250 6289.00 6355.59 -66.59 + 132.300 6322.00 6358.36 -36.36 + 132.350 6343.00 6362.78 -19.78 + 132.400 6451.00 6372.28 78.72 + 132.450 6535.00 6396.03 138.97 + 132.500 6480.00 6456.12 23.88 + 132.550 6467.00 6600.50 -133.50 + 132.600 6580.00 6921.88 -341.88 + 132.650 6544.00 7578.01 -1034.01 + 132.700 6754.00 8801.94 -2047.94 + 132.750 7085.00 10878.15 -3793.15 + 132.800 7217.00 14067.51 -6850.51 + 132.850 7701.00 18476.93 -10775.93 + 132.900 8170.00 23908.88 -15738.88 + 132.950 8754.00 29776.94 -21022.94 + 133.000 9614.00 35144.14 -25530.14 + 133.050 9976.00 38951.62 -28975.62 + 133.100 10155.00 40352.53 -30197.53 + 133.150 9828.00 39018.77 -29190.77 + 133.200 9250.00 35263.85 -26013.85 + 133.250 8535.00 29925.48 -21390.48 + 133.300 7982.00 24061.61 -16079.61 + 133.350 7578.00 18613.78 -11035.78 + 133.400 7154.00 14182.33 -7028.33 + 133.450 7028.00 10968.81 -3940.81 + 133.500 6810.00 8873.33 -2063.33 + 133.550 6582.00 7636.93 -1054.93 + 133.600 6416.00 6974.47 -558.47 + 133.650 6470.00 6651.66 -181.66 + 133.700 6424.00 6508.60 -84.60 + 133.750 6367.00 6451.41 -84.41 + 133.800 6469.00 6431.34 37.66 + 133.850 6450.00 6425.86 24.14 + 133.900 6432.00 6425.63 6.37 + 133.950 6400.00 6427.28 -27.28 + 134.000 6373.00 6430.04 -57.04 + 134.050 6517.00 6434.79 82.21 + 134.100 6577.00 6444.86 132.14 + 134.150 6362.00 6468.70 -106.70 + 134.200 6487.00 6525.36 -38.36 + 134.250 6584.00 6653.41 -69.41 + 134.300 6681.00 6922.60 -241.60 + 134.350 6602.00 7444.26 -842.26 + 134.400 6444.00 8371.18 -1927.18 + 134.450 6826.00 9876.95 -3050.95 + 134.500 6942.00 12101.07 -5159.07 + 134.550 7325.00 15069.86 -7744.86 + 134.600 7718.00 18615.09 -10897.09 + 134.650 8028.00 22335.00 -14307.00 + 134.700 8417.00 25645.75 -17228.75 + 134.750 8686.00 27915.32 -19229.32 + 134.800 8725.00 28662.16 -19937.16 + 134.850 8653.00 27720.34 -19067.34 + 134.900 8453.00 25300.46 -16847.46 + 134.950 8104.00 21910.57 -13806.57 + 135.000 7474.00 18186.57 -10712.57 + 135.050 7265.00 14698.20 -7433.20 + 135.100 7077.00 11818.71 -4741.71 + 135.150 7031.00 9690.14 -2659.14 + 135.200 6914.00 8266.66 -1352.66 + 135.250 6648.00 7401.46 -753.46 + 135.300 6571.00 6921.72 -350.72 + 135.350 6498.00 6678.70 -180.70 + 135.400 6505.00 6566.41 -61.41 + 135.450 6583.00 6519.43 63.57 + 135.500 6699.00 6502.17 196.83 + 135.550 6490.00 6497.23 -7.23 + 135.600 6515.00 6496.99 18.01 + 135.650 6460.00 6498.40 -38.40 + 135.700 6302.00 6500.42 -198.42 + 135.750 6581.00 6502.90 78.10 + 135.800 6550.00 6505.95 44.05 + 135.850 6440.00 6509.44 -69.44 + 135.900 6491.00 6518.31 -27.31 + 135.950 6517.00 6539.16 -22.16 + 136.000 6643.00 6584.44 58.56 + 136.050 6559.00 6675.23 -116.23 + 136.100 6508.00 6843.00 -335.00 + 136.150 6614.00 7128.03 -514.03 + 136.200 6665.00 7572.42 -907.42 + 136.250 6545.00 8205.03 -1660.03 + 136.300 6411.00 9022.33 -2611.33 + 136.350 6574.00 9970.91 -3396.91 + 136.400 6951.00 10941.83 -3990.83 + 136.450 7127.00 11786.79 -4659.79 + 136.500 7091.00 12351.67 -5260.67 + 136.550 7273.00 12523.06 -5250.06 + 136.600 7113.00 12265.04 -5152.04 + 136.650 7046.00 11631.67 -4585.67 + 136.700 6852.00 10747.80 -3895.80 + 136.750 6829.00 9770.01 -2941.01 + 136.800 6907.00 8841.26 -1934.26 + 136.850 6695.00 8059.34 -1364.34 + 136.900 6619.00 7466.59 -847.59 + 136.950 6447.00 7057.90 -610.90 + 137.000 6527.00 6800.40 -273.40 + 137.050 6737.00 6651.50 85.50 + 137.100 6590.00 6572.27 17.73 + 137.150 6502.00 6533.41 -31.41 + 137.200 6411.00 6515.80 -104.80 + 137.250 6576.00 6508.43 67.57 + 137.300 6492.00 6505.57 -13.57 + 137.350 6502.00 6504.57 -2.57 + 137.400 6534.00 6504.29 29.71 137.450 6517.00 6504.06 12.94 137.500 6394.00 6504.06 -110.06 137.550 6448.00 6504.06 -56.06 @@ -3064,245 +3064,245 @@ BEGIN END WAVES Phase1, tik1 BEGIN - 16.772 -7550 - 20.582 -7550 - 23.812 -7550 - 29.275 -7550 - 31.682 -7550 - 31.682 -7550 - 33.934 -7550 - 36.062 -7550 - 38.087 -7550 - 38.087 -7550 - 40.024 -7550 - 41.886 -7550 - 43.683 -7550 - 43.683 -7550 - 47.113 -7550 - 47.113 -7550 - 48.757 -7550 - 50.361 -7550 - 51.929 -7550 - 51.929 -7550 - 53.463 -7550 - 53.463 -7550 - 53.463 -7550 - 54.968 -7550 - 54.968 -7550 - 56.446 -7550 - 56.446 -7550 - 57.898 -7550 - 59.329 -7550 - 59.329 -7550 - 60.738 -7550 - 62.128 -7550 - 62.128 -7550 - 63.500 -7550 - 63.500 -7550 - 64.856 -7550 - 64.856 -7550 - 64.856 -7550 - 64.856 -7550 - 66.198 -7550 - 66.198 -7550 - 70.144 -7550 - 70.144 -7550 - 70.144 -7550 - 70.144 -7550 - 71.437 -7550 - 72.720 -7550 - 72.720 -7550 - 72.720 -7550 - 72.720 -7550 - 73.994 -7550 - 73.994 -7550 - 73.994 -7550 - 75.260 -7550 - 75.260 -7550 - 76.519 -7550 - 76.519 -7550 - 77.772 -7550 - 77.772 -7550 - 77.772 -7550 - 77.772 -7550 - 79.018 -7550 - 80.259 -7550 - 80.259 -7550 - 81.496 -7550 - 81.496 -7550 - 82.728 -7550 - 83.958 -7550 - 83.958 -7550 - 85.184 -7550 - 85.184 -7550 - 85.184 -7550 - 85.184 -7550 - 85.184 -7550 - 86.408 -7550 - 87.631 -7550 - 87.631 -7550 - 87.631 -7550 - 87.631 -7550 - 90.074 -7550 - 90.074 -7550 - 90.074 -7550 - 90.074 -7550 - 91.295 -7550 - 92.516 -7550 - 92.516 -7550 - 92.516 -7550 - 92.516 -7550 - 93.739 -7550 - 93.739 -7550 - 93.739 -7550 - 94.964 -7550 - 94.964 -7550 - 96.191 -7550 - 96.191 -7550 - 96.191 -7550 - 96.191 -7550 - 97.420 -7550 - 97.420 -7550 - 98.653 -7550 - 98.653 -7550 - 99.891 -7550 - 99.891 -7550 - 99.891 -7550 - 99.891 -7550 - 99.891 -7550 - 99.891 -7550 - 102.380 -7550 - 102.380 -7550 - 102.380 -7550 - 102.380 -7550 - 103.633 -7550 - 103.633 -7550 - 103.633 -7550 - 103.633 -7550 - 104.893 -7550 - 104.893 -7550 - 104.893 -7550 - 106.160 -7550 - 106.160 -7550 - 107.436 -7550 - 107.436 -7550 - 107.436 -7550 - 107.436 -7550 - 110.015 -7550 - 110.015 -7550 - 110.015 -7550 - 110.015 -7550 - 110.015 -7550 - 110.015 -7550 - 111.320 -7550 - 113.966 -7550 - 113.966 -7550 - 115.310 -7550 - 115.310 -7550 - 115.310 -7550 - 115.310 -7550 - 115.310 -7550 - 115.310 -7550 - 115.310 -7550 - 116.668 -7550 - 116.668 -7550 - 116.668 -7550 - 118.043 -7550 - 118.043 -7550 - 118.043 -7550 - 118.043 -7550 - 119.436 -7550 - 119.436 -7550 - 120.848 -7550 - 120.848 -7550 - 122.281 -7550 - 122.281 -7550 - 123.738 -7550 - 123.738 -7550 - 123.738 -7550 - 123.738 -7550 - 123.738 -7550 - 123.738 -7550 - 123.738 -7550 - 125.219 -7550 - 125.219 -7550 - 126.728 -7550 - 126.728 -7550 - 126.728 -7550 - 126.728 -7550 - 126.728 -7550 - 128.268 -7550 - 128.268 -7550 - 128.268 -7550 - 129.840 -7550 - 129.840 -7550 - 129.840 -7550 - 129.840 -7550 - 133.101 -7550 - 133.101 -7550 - 133.101 -7550 - 133.101 -7550 - 134.797 -7550 - 134.797 -7550 - 136.545 -7550 - 136.545 -7550 - 136.545 -7550 - 136.545 -7550 - 138.351 -7550 - 138.351 -7550 - 138.351 -7550 - 138.351 -7550 - 138.351 -7550 - 140.224 -7550 - 140.224 -7550 - 140.224 -7550 - 140.224 -7550 - 140.224 -7550 - 142.173 -7550 - 142.173 -7550 - 144.212 -7550 - 144.212 -7550 - 144.212 -7550 - 144.212 -7550 - 146.357 -7550 - 148.630 -7550 - 148.630 -7550 - 148.630 -7550 - 148.630 -7550 - 148.630 -7550 - 148.630 -7550 - 151.062 -7550 - 153.697 -7550 - 153.697 -7550 - 153.697 -7550 - 156.604 -7550 - 156.604 -7550 - 156.604 -7550 - 156.604 -7550 - 159.903 -7550 - 159.903 -7550 - 159.903 -7550 - 159.903 -7550 - 159.903 -7550 - 159.903 -7550 - 163.830 -7550 - 163.830 -7550 - 169.044 -7550 - 169.044 -7550 - 169.044 -7550 - 169.044 -7550 - 169.044 -7550 - 169.044 -7550 + 16.772 -7144 + 20.582 -7144 + 23.812 -7144 + 29.275 -7144 + 31.682 -7144 + 31.682 -7144 + 33.934 -7144 + 36.062 -7144 + 38.087 -7144 + 38.087 -7144 + 40.024 -7144 + 41.886 -7144 + 43.683 -7144 + 43.683 -7144 + 47.113 -7144 + 47.113 -7144 + 48.757 -7144 + 50.361 -7144 + 51.929 -7144 + 51.929 -7144 + 53.463 -7144 + 53.463 -7144 + 53.463 -7144 + 54.968 -7144 + 54.968 -7144 + 56.446 -7144 + 56.446 -7144 + 57.898 -7144 + 59.329 -7144 + 59.329 -7144 + 60.738 -7144 + 62.128 -7144 + 62.128 -7144 + 63.500 -7144 + 63.500 -7144 + 64.856 -7144 + 64.856 -7144 + 64.856 -7144 + 64.856 -7144 + 66.198 -7144 + 66.198 -7144 + 70.144 -7144 + 70.144 -7144 + 70.144 -7144 + 70.144 -7144 + 71.437 -7144 + 72.720 -7144 + 72.720 -7144 + 72.720 -7144 + 72.720 -7144 + 73.994 -7144 + 73.994 -7144 + 73.994 -7144 + 75.260 -7144 + 75.260 -7144 + 76.519 -7144 + 76.519 -7144 + 77.772 -7144 + 77.772 -7144 + 77.772 -7144 + 77.772 -7144 + 79.018 -7144 + 80.259 -7144 + 80.259 -7144 + 81.496 -7144 + 81.496 -7144 + 82.728 -7144 + 83.958 -7144 + 83.958 -7144 + 85.184 -7144 + 85.184 -7144 + 85.184 -7144 + 85.184 -7144 + 85.184 -7144 + 86.408 -7144 + 87.631 -7144 + 87.631 -7144 + 87.631 -7144 + 87.631 -7144 + 90.074 -7144 + 90.074 -7144 + 90.074 -7144 + 90.074 -7144 + 91.295 -7144 + 92.516 -7144 + 92.516 -7144 + 92.516 -7144 + 92.516 -7144 + 93.739 -7144 + 93.739 -7144 + 93.739 -7144 + 94.964 -7144 + 94.964 -7144 + 96.191 -7144 + 96.191 -7144 + 96.191 -7144 + 96.191 -7144 + 97.420 -7144 + 97.420 -7144 + 98.653 -7144 + 98.653 -7144 + 99.891 -7144 + 99.891 -7144 + 99.891 -7144 + 99.891 -7144 + 99.891 -7144 + 99.891 -7144 + 102.380 -7144 + 102.380 -7144 + 102.380 -7144 + 102.380 -7144 + 103.633 -7144 + 103.633 -7144 + 103.633 -7144 + 103.633 -7144 + 104.893 -7144 + 104.893 -7144 + 104.893 -7144 + 106.160 -7144 + 106.160 -7144 + 107.436 -7144 + 107.436 -7144 + 107.436 -7144 + 107.436 -7144 + 110.015 -7144 + 110.015 -7144 + 110.015 -7144 + 110.015 -7144 + 110.015 -7144 + 110.015 -7144 + 111.320 -7144 + 113.966 -7144 + 113.966 -7144 + 115.310 -7144 + 115.310 -7144 + 115.310 -7144 + 115.310 -7144 + 115.310 -7144 + 115.310 -7144 + 115.310 -7144 + 116.668 -7144 + 116.668 -7144 + 116.668 -7144 + 118.043 -7144 + 118.043 -7144 + 118.043 -7144 + 118.043 -7144 + 119.436 -7144 + 119.436 -7144 + 120.848 -7144 + 120.848 -7144 + 122.281 -7144 + 122.281 -7144 + 123.738 -7144 + 123.738 -7144 + 123.738 -7144 + 123.738 -7144 + 123.738 -7144 + 123.738 -7144 + 123.738 -7144 + 125.219 -7144 + 125.219 -7144 + 126.728 -7144 + 126.728 -7144 + 126.728 -7144 + 126.728 -7144 + 126.728 -7144 + 128.268 -7144 + 128.268 -7144 + 128.268 -7144 + 129.840 -7144 + 129.840 -7144 + 129.840 -7144 + 129.840 -7144 + 133.101 -7144 + 133.101 -7144 + 133.101 -7144 + 133.101 -7144 + 134.797 -7144 + 134.797 -7144 + 136.545 -7144 + 136.545 -7144 + 136.545 -7144 + 136.545 -7144 + 138.351 -7144 + 138.351 -7144 + 138.351 -7144 + 138.351 -7144 + 138.351 -7144 + 140.224 -7144 + 140.224 -7144 + 140.224 -7144 + 140.224 -7144 + 140.224 -7144 + 142.173 -7144 + 142.173 -7144 + 144.212 -7144 + 144.212 -7144 + 144.212 -7144 + 144.212 -7144 + 146.357 -7144 + 148.630 -7144 + 148.630 -7144 + 148.630 -7144 + 148.630 -7144 + 148.630 -7144 + 148.630 -7144 + 151.062 -7144 + 153.697 -7144 + 153.697 -7144 + 153.697 -7144 + 156.604 -7144 + 156.604 -7144 + 156.604 -7144 + 156.604 -7144 + 159.903 -7144 + 159.903 -7144 + 159.903 -7144 + 159.903 -7144 + 159.903 -7144 + 159.903 -7144 + 163.830 -7144 + 163.830 -7144 + 169.044 -7144 + 169.044 -7144 + 169.044 -7144 + 169.044 -7144 + 169.044 -7144 + 169.044 -7144 END WAVES Excrg1, excl1 BEGIN - 0.95 -7550 - 12.00 -7550 + 0.95 -7144 + 12.00 -7144 END WAVES Excrg2, excl2 BEGIN - 137.50 -7550 - 153.90 -7550 + 137.50 -7144 + 153.90 -7144 END X Silent 1 X DefaultFont Times @@ -3310,7 +3310,7 @@ X Display Iobs, Icalc, Diff vs TwoTheta X Modify mode(Iobs)=2, rgb(Iobs)=(0,0,0), rgb(Diff)=(3800,44400,4000) X SetAxis bottom 0.95, 153.90 X Modify lsize(Iobs)=2 -X Modify offset(Diff)={0, -11591} +X Modify offset(Diff)={0, -11084} X Modify wbRGB=(48483,64909,65535), gbRGB=(64612,65535,49415) X Modify mirror(left)=2, mirror(bottom)=2 X Modify gfSize=12 @@ -3322,12 +3322,12 @@ X Modify mode(excl2)=7, hbFill(excl2)=4 X Modify rgb(excl2)=(6421,62320,64794) X Append tik1 vs Phase1 X Modify mode(tik1)=1 -X TextBox /F=2/S=3/A=RT "Files: y2o3_isotropic_adp\rDate of fit: \Z09 18/06/2026/ 23:03:43.1\Z12\rY2O3\rChi2 = *******" +X TextBox /F=2/S=3/A=RT "Files: y2o3_isotropic_adp\rDate of fit: \Z09 19/06/2026/ 13:42:41.8\Z12\rY2O3\rChi2 = 9500.30" X Label left "\Z14Intensity" X Label bottom "\Z142-Theta (in degrees)" X TileWindows/O=1/C X ShowInfo X | Title of data set: Y2O3 Ge(551) 300mm_varH 15/10/13 -X | Date of run: 18/06/2026 / 23:03:43.1 +X | Date of run: 19/06/2026 / 13:42:41.8 X Beep X Beep diff --git a/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.sum b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.sum index 42b1a661a..02eec5f57 100644 --- a/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.sum +++ b/docs/docs/verification/fullprof/pd-neut-cwl_y2o3_isotropic-adp/y2o3_isotropic_adp.sum @@ -8,7 +8,7 @@ Refinement of X-ray and/or Neutron Data - Date: 18/06/2026 Time: 23:03:42.979 + Date: 19/06/2026 Time: 13:42:41.734 => PCR file code: y2o3_isotropic_adp => DAT file code: y2o3_isotropic_adp -> Relative contribution: 1.0000 @@ -30,7 +30,7 @@ =>-------> Pattern# 1 => Crystal Structure Refinement for phase: 1 => The density (volumic mass) of phase 1 is: 5.029 g/cm3 - => Scor: 3.3234 + => Scor: 3.2519 ==> RESULTS OF REFINEMENT: @@ -48,9 +48,9 @@ ==> ATOM PARAMETERS: Name x sx y sy z sz B sB occ. socc. Mult - Y1 -0.03236( 0) 0.00000( 0) 0.25000( 0) 0.000( 0) 0.500( 0) 24 - Y2 0.25000( 0) 0.25000( 0) 0.25000( 0) 0.000( 0) 0.167( 0) 8 - O1 0.39072( 0) 0.15204( 0) 0.38030( 0) 0.000( 0) 1.000( 0) 48 + Y1 -0.03236( 0) 0.00000( 0) 0.25000( 0) 0.300( 0) 0.500( 0) 24 + Y2 0.25000( 0) 0.25000( 0) 0.25000( 0) 0.300( 0) 0.167( 0) 8 + O1 0.39072( 0) 0.15204( 0) 0.38030( 0) 0.500( 0) 1.000( 0) 48 ==> PROFILE PARAMETERS FOR PATTERN# 1 @@ -100,26 +100,26 @@ => Cycle: 1 => MaxCycle: 1 => N-P+C: 2509 => R-factors (not corrected for background) for Pattern: 1 - => Rp: 57.0 Rwp: 139. Rexp: 1.24 Chi2: 0.126E+05 L.S. refinement + => Rp: 49.0 Rwp: 121. Rexp: 1.24 Chi2: 0.950E+04 L.S. refinement => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 0.107E+04 Rwp: 0.108E+04 Rexp: 9.60 Chi2: 0.126E+05 - => Deviance: 0.108E+08 Dev* : 4315. - => DW-Stat.: 0.0538 DW-exp: 1.8759 - => N-sigma of the GoF: 447493.656 + => Rp: 915. Rwp: 935. Rexp: 9.60 Chi2: 0.950E+04 + => Deviance: 0.876E+07 Dev* : 3493. + => DW-Stat.: 0.0539 DW-exp: 1.8759 + => N-sigma of the GoF: 336454.938 ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 => N-P+C: 2509 => R-factors (not corrected for background) for Pattern: 1 - => Rp: 57.0 Rwp: 139. Rexp: 1.24 Chi2: 0.126E+05 L.S. refinement + => Rp: 49.0 Rwp: 121. Rexp: 1.24 Chi2: 0.950E+04 L.S. refinement => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 0.107E+04 Rwp: 0.108E+04 Rexp: 9.60 Chi2: 0.126E+05 - => Deviance: 0.108E+08 Dev* : 4315. - => DW-Stat.: 0.0538 DW-exp: 1.8759 - => N-sigma of the GoF: 447493.656 + => Rp: 915. Rwp: 935. Rexp: 9.60 Chi2: 0.950E+04 + => Deviance: 0.876E+07 Dev* : 3493. + => DW-Stat.: 0.0539 DW-exp: 1.8759 + => N-sigma of the GoF: 336454.938 - => Global user-weigthed Chi2 (Bragg contrib.): 0.126E+05 - => Scor: 3.3234 + => Global user-weigthed Chi2 (Bragg contrib.): 0.950E+04 + => Scor: 3.2519 ==> RESULTS OF REFINEMENT: @@ -137,9 +137,9 @@ ==> ATOM PARAMETERS: Name x sx y sy z sz B sB occ. socc. Mult - Y1 -0.03236( 0) 0.00000( 0) 0.25000( 0) 0.000( 0) 0.500( 0) 24 - Y2 0.25000( 0) 0.25000( 0) 0.25000( 0) 0.000( 0) 0.167( 0) 8 - O1 0.39072( 0) 0.15204( 0) 0.38030( 0) 0.000( 0) 1.000( 0) 48 + Y1 -0.03236( 0) 0.00000( 0) 0.25000( 0) 0.300( 0) 0.500( 0) 24 + Y2 0.25000( 0) 0.25000( 0) 0.25000( 0) 0.300( 0) 0.167( 0) 8 + O1 0.39072( 0) 0.15204( 0) 0.38030( 0) 0.500( 0) 1.000( 0) 48 ==> PROFILE PARAMETERS FOR PATTERN# 1 @@ -189,36 +189,36 @@ => Cycle: 1 => MaxCycle: 1 => N-P+C: 2509 => R-factors (not corrected for background) for Pattern: 1 - => Rp: 57.0 Rwp: 139. Rexp: 1.24 Chi2: 0.126E+05 L.S. refinement + => Rp: 49.0 Rwp: 121. Rexp: 1.24 Chi2: 0.950E+04 L.S. refinement => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 0.107E+04 Rwp: 0.108E+04 Rexp: 9.60 Chi2: 0.126E+05 - => Deviance: 0.108E+08 Dev* : 4315. - => DW-Stat.: 0.0538 DW-exp: 1.8759 - => N-sigma of the GoF: 447493.656 + => Rp: 915. Rwp: 935. Rexp: 9.60 Chi2: 0.950E+04 + => Deviance: 0.876E+07 Dev* : 3493. + => DW-Stat.: 0.0539 DW-exp: 1.8759 + => N-sigma of the GoF: 336454.938 ==> RELIABILITY FACTORS FOR POINTS WITH BRAGG CONTRIBUTIONS FOR PATTERN: 1 => N-P+C: 2509 => R-factors (not corrected for background) for Pattern: 1 - => Rp: 57.0 Rwp: 139. Rexp: 1.24 Chi2: 0.126E+05 L.S. refinement + => Rp: 49.0 Rwp: 121. Rexp: 1.24 Chi2: 0.950E+04 L.S. refinement => Conventional Rietveld R-factors for Pattern: 1 - => Rp: 0.107E+04 Rwp: 0.108E+04 Rexp: 9.60 Chi2: 0.126E+05 - => Deviance: 0.108E+08 Dev* : 4315. - => DW-Stat.: 0.0538 DW-exp: 1.8759 - => N-sigma of the GoF: 447493.656 + => Rp: 915. Rwp: 935. Rexp: 9.60 Chi2: 0.950E+04 + => Deviance: 0.876E+07 Dev* : 3493. + => DW-Stat.: 0.0539 DW-exp: 1.8759 + => N-sigma of the GoF: 336454.938 - => Global user-weigthed Chi2 (Bragg contrib.): 0.126E+05 + => Global user-weigthed Chi2 (Bragg contrib.): 0.950E+04 ----------------------------------------------------- BRAGG R-Factors and weight fractions for Pattern # 1 ----------------------------------------------------- => Phase: 1 Y2O3 - => Bragg R-factor: 0.106E+04 Vol: 1192.953( 0.000) Fract(%): 100.00( 0.00) - => Rf-factor= 245. ATZ: 3612.974 Brindley: 1.0000 + => Bragg R-factor: 909. Vol: 1192.953( 0.000) Fract(%): 100.00( 0.00) + => Rf-factor= 218. ATZ: 3612.974 Brindley: 1.0000 - CPU Time: 0.152 seconds + CPU Time: 0.180 seconds 0.003 minutes - => Run finished at: Date: 18/06/2026 Time: 23:03:43.134 + => Run finished at: Date: 19/06/2026 Time: 13:42:41.914 diff --git a/docs/docs/verification/index.md b/docs/docs/verification/index.md index 29d651f62..728858c13 100644 --- a/docs/docs/verification/index.md +++ b/docs/docs/verification/index.md @@ -5,116 +5,135 @@ icon: material/check-decagram # :material-check-decagram: Verification -These pages compare EasyDiffraction calculations with FullProf reference -calculations. Each page focuses on one experiment type or one additional -model term, and pages with known calculator differences mark that status -inside the notebook. +These pages compare EasyDiffraction calculations with reference +calculations. Bragg pages (powder/single-crystal) compare against +**FullProf**, an independent program. Pair-distribution-function pages +compare against a **direct `diffpy.pdffit2`** calculation — the same +library EasyDiffraction wraps, so those pages check wrapper fidelity +(correct parameter hand-off) rather than cross-validating the PDF +physics against an independent implementation. Each page focuses on one +experiment type or one additional model term, and feature names match +the [Features](../features/index.md) page. Some pages document a +**known difference** (EasyDiffraction does not yet match the reference +for that term); these are marked below and inside the notebook. ## Powder, Neutron, Constant Wavelength ### LaB6 -- [pd-neut-cwl LaB6 basic](pd-neut-cwl_LaB6_basic.ipynb) – verifies the - _baseline_ LaB6 powder pattern. -- [pd-neut-cwl LaB6 11B isotope](pd-neut-cwl_LaB6_11B.ipynb) – verifies - the **11B isotope** contribution. -- [pd-neut-cwl LaB6 SyCos/SySin shifts](pd-neut-cwl_LaB6_sycos-sysin.ipynb) - – verifies the **SyCos/SySin** peak-position corrections. +- [pd-neut-cwl LaB6 basic](pd-neut-cwl_LaB6_basic.ipynb) – baseline + **Pseudo-Voigt** powder pattern (cryspy). +- [pd-neut-cwl LaB6 isotope](pd-neut-cwl_LaB6_11B.ipynb) – + **isotope-specific neutron scattering length** (¹¹B). +- [pd-neut-cwl LaB6 sample displacement](pd-neut-cwl_LaB6_sycos-sysin.ipynb) + – **sample displacement correction** (FullProf "SyCos, SySin"). _Known + difference: cryspy's convention does not yet match FullProf._ - [pd-neut-cwl LaB6 FCJ asymmetry](pd-neut-cwl_LaB6_fcj-asymmetry.ipynb) - – verifies the **Finger-Cox-Jephcoat asymmetry** correction. + – **Finger-Cox-Jephcoat asymmetry** (FullProf "Npr=7"). _Known + difference: the cryspy CW profile has no FCJ term._ - [pd-neut-cwl LaB6 absorption](pd-neut-cwl_LaB6_absorption.ipynb) – - verifies **Debye-Scherrer absorption** correction. + **absorption correction (cylinder, Hewat)** (FullProf "muR"). ### LBCO -- [pd-neut-cwl LBCO basic pseudo-Voigt](pd-neut-cwl_LBCO_basic.ipynb) – - verifies a _baseline_ pseudo-Voigt powder pattern. +- [pd-neut-cwl LBCO basic](pd-neut-cwl_LBCO_basic.ipynb) – baseline + **Pseudo-Voigt** powder pattern (cryspy). - [pd-neut-cwl LBCO preferred orientation](pd-neut-cwl_LBCO_preferred-orientation.ipynb) - – verifies the **preferred-orientation** correction. + – **March–Dollase preferred orientation** (FullProf "Nor=1"). ### PbSO4 -- [pd-neut-cwl PbSO4 basic pseudo-Voigt](pd-neut-cwl_PbSO4_basic.ipynb) - – verifies a _baseline_ pseudo-Voigt powder pattern. -- [pd-neut-cwl PbSO4 Berar-Baldinozzi asymmetry](pd-neut-cwl_PbSO4_beba-asymmetry.ipynb) - – verifies the **empirical asymmetry** correction. +- [pd-neut-cwl PbSO4 basic](pd-neut-cwl_PbSO4_basic.ipynb) – baseline + **Pseudo-Voigt** powder pattern (cryspy). +- [pd-neut-cwl PbSO4 Bérar-Baldinozzi asymmetry](pd-neut-cwl_PbSO4_beba-asymmetry.ipynb) + – **Pseudo-Voigt + Bérar-Baldinozzi asymmetry** (FullProf "Asy1-4"). ### Y2O3 - [pd-neut-cwl Y2O3 isotropic ADPs](pd-neut-cwl_Y2O3_isotropic-adp.ipynb) - – verifies the isotropic-ADP _baseline_. -- [pd-neut-cwl Y2O3 beta ADPs](pd-neut-cwl_Y2O3_beta-adp.ipynb) – - verifies **beta-tensor anisotropic ADPs**. + – baseline **isotropic ADPs** (Biso/Uiso). +- [pd-neut-cwl Y2O3 anisotropic β ADPs](pd-neut-cwl_Y2O3_beta-adp.ipynb) + – **anisotropic β-tensor ADPs**. ## Powder, Neutron, Time-Of-Flight ### Fe -- [pd-neut-tof Fe pseudo-Voigt profile](pd-neut-tof_Fe_pseudo-voigt.ipynb) - – verifies the _baseline_ **non-convoluted pseudo-Voigt** profile. +- [pd-neut-tof Fe Pseudo-Voigt](pd-neut-tof_Fe_pseudo-voigt.ipynb) – + baseline **Pseudo-Voigt (non-convoluted)** TOF profile (FullProf + "Npr=7" TOF). ### NCAF -- [pd-neut-tof NCAF Jorgensen-Von Dreele profile](pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb) - – verifies the **Jorgensen-Von Dreele pseudo-Voigt** profile without - Lorentzian broadening terms. +- [pd-neut-tof NCAF Jorgensen-Von Dreele (Gaussian)](pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb) + – **Jorgensen-Von Dreele (back-to-back exponentials ⊗ pseudo-Voigt)** + profile with the Lorentzian terms (γ₀, γ₁, γ₂) forced to zero, i.e. + the Gaussian case (FullProf "Npr=9"). ### Si -- [pd-neut-tof Si Jorgensen profile](pd-neut-tof_Si_jorgensen.ipynb) – - verifies the **Jorgensen back-to-back exponential** profile. -- [pd-neut-tof Si Jorgensen-Von Dreele profile](pd-neut-tof_Si_jorgensen-von-dreele.ipynb) - – verifies the **Jorgensen-Von Dreele pseudo-Voigt** profile with - Lorentzian broadening terms. +- [pd-neut-tof Si Jorgensen](pd-neut-tof_Si_jorgensen.ipynb) – + **Jorgensen (back-to-back exponentials ⊗ Gaussian)** profile (FullProf + "Npr=9", Gaussian limit). +- [pd-neut-tof Si Jorgensen-Von Dreele](pd-neut-tof_Si_jorgensen-von-dreele.ipynb) + – **Jorgensen-Von Dreele (back-to-back exponentials ⊗ pseudo-Voigt)** + profile with Lorentzian terms (FullProf "Npr=9"). _Known difference: + cryspy TOF Lorentzian discrepancy._ ## Powder, X-Ray, Constant Wavelength ### LiF - [pd-xray-cwl LiF single wavelength](pd-xray-cwl_LiF_single.ipynb) – - verifies the _baseline_ Cu K-alpha1 pseudo-Voigt pattern. + baseline Cu Kα₁ **Pseudo-Voigt** pattern (cryspy and **crysfml**). - [pd-xray-cwl LiF polarization](pd-xray-cwl_LiF_single_polarization.ipynb) - – verifies the **X-ray polarization** correction. + – **X-ray Lorentz-polarization correction** (FullProf "Cthm, + Rpolarz"). - [pd-xray-cwl LiF absorption](pd-xray-cwl_LiF_single_absorption.ipynb) - – verifies **Debye-Scherrer absorption** correction. -- [pd-xray-cwl LiF doublet](pd-xray-cwl_LiF_doublet.ipynb) – verifies Cu - **K-alpha1/K-alpha2 doublet** handling. + – **absorption correction (cylinder, Hewat)** (FullProf "muR"). +- [pd-xray-cwl LiF second wavelength](pd-xray-cwl_LiF_doublet.ipynb) – + **second wavelength** (Cu Kα₁/Kα₂ doublet, FullProf "Lambda2, Ratio"). + The doublet is an EasyDiffraction-level implementation (the engine is + run twice and summed by the intensity ratio). ### PbSO4 - [pd-xray-cwl PbSO4 round robin](pd-xray-cwl_PbSO4_round-robin.ipynb) – - verifies the anglesite X-ray round-robin case with empirical - asymmetry. + anglesite X-ray round-robin case (**Pseudo-Voigt + Bérar-Baldinozzi + asymmetry**). ## Single Crystal, Neutron, Constant Wavelength ### Pr2NiO4 - [sc-neut-cwl Pr2NiO4 basic](sc-neut-cwl_Pr2NiO4_basic.ipynb) – - verifies calculated F2 values with **anisotropic ADPs**. + calculated F² with **anisotropic β-tensor ADPs**. ### Tb2Ti2O7 - [sc-neut-cwl Tb2Ti2O7 basic](sc-neut-cwl_Tb2Ti2O7_basic.ipynb) – - verifies the _baseline_ with isotropic ADPs. + baseline with **isotropic ADPs**. - [sc-neut-cwl Tb2Ti2O7 isotropic extinction](sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb) - – verifies the **isotropic extinction** model. -- [sc-neut-cwl Tb2Ti2O7 anisotropic ADPs](sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.ipynb) - – verifies **beta-tensor anisotropic ADPs**. + – **isotropic Becker-Coppens extinction** (Gaussian model). _Known + difference: cryspy and FullProf use different extinction conventions._ +- [sc-neut-cwl Tb2Ti2O7 anisotropic β ADPs](sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.ipynb) + – **anisotropic β-tensor ADPs**. -## Powder, Total Scattering +## Powder, Total Scattering (Pair Distribution Function) ### Ni -- [total-neut-cwl Ni gaussian-damped sinc](total-neut-cwl_Ni_gaussian-damped-sinc.ipynb) - – verifies the **neutron constant wavelength PDF** calculations. +- [total-neut-cwl Ni Gaussian-damped sinc](total-neut-cwl_Ni_gaussian-damped-sinc.ipynb) + – **Gaussian-damped sinc termination** PDF, neutron constant + wavelength (pdffit2). ### Si -- [total-neut-tof Si gaussian-damped sinc](total-neut-tof_Si_gaussian-damped-sinc.ipynb) - – verifies the **neutron time-of-flight PDF** calculations. +- [total-neut-tof Si Gaussian-damped sinc](total-neut-tof_Si_gaussian-damped-sinc.ipynb) + – **Gaussian-damped sinc termination** PDF, neutron time-of-flight + (pdffit2). ### NaCl -- [total-xray NaCl gaussian-damped sinc](total-xray_NaCl_gaussian-damped-sinc.ipynb) - – verifies the **X-ray PDF** calculations. +- [total-xray NaCl Gaussian-damped sinc](total-xray_NaCl_gaussian-damped-sinc.ipynb) + – **Gaussian-damped sinc termination** PDF, X-ray (pdffit2). diff --git a/docs/docs/verification/pd-neut-cwl_LBCO_basic.ipynb b/docs/docs/verification/pd-neut-cwl_LBCO_basic.ipynb index 21ab4a28b..4f5a801b9 100644 --- a/docs/docs/verification/pd-neut-cwl_LBCO_basic.ipynb +++ b/docs/docs/verification/pd-neut-cwl_LBCO_basic.ipynb @@ -27,7 +27,10 @@ "# LBCO — powder neutron CW — basic pseudo-Voigt\n", "\n", "Verifies the baseline constant-wavelength neutron powder pattern for\n", - "LBCO with a pseudo-Voigt peak shape and no correction models." + "LBCO with a pseudo-Voigt peak shape and no correction models.\n", + "\n", + "**Refinement:** none — every parameter is taken from the FullProf\n", + "reference; only the calculated patterns are compared." ] }, { diff --git a/docs/docs/verification/pd-neut-cwl_LBCO_basic.py b/docs/docs/verification/pd-neut-cwl_LBCO_basic.py index 21f251b08..09f0bce4f 100644 --- a/docs/docs/verification/pd-neut-cwl_LBCO_basic.py +++ b/docs/docs/verification/pd-neut-cwl_LBCO_basic.py @@ -3,6 +3,9 @@ # # Verifies the baseline constant-wavelength neutron powder pattern for # LBCO with a pseudo-Voigt peak shape and no correction models. +# +# **Refinement:** none — every parameter is taken from the FullProf +# reference; only the calculated patterns are compared. # %% import easydiffraction as edi diff --git a/docs/docs/verification/pd-neut-cwl_LBCO_preferred-orientation.ipynb b/docs/docs/verification/pd-neut-cwl_LBCO_preferred-orientation.ipynb index e0586719d..3567e7057 100644 --- a/docs/docs/verification/pd-neut-cwl_LBCO_preferred-orientation.ipynb +++ b/docs/docs/verification/pd-neut-cwl_LBCO_preferred-orientation.ipynb @@ -27,7 +27,10 @@ "# LBCO — powder neutron CW — preferred orientation\n", "\n", "Verifies the March-Dollase preferred-orientation correction against a\n", - "FullProf reference with orientation along [0 0 1]." + "FullProf reference with orientation along [0 0 1]. The page refines\n", + "the scale because cryspy's Modified March correction is not\n", + "volume-normalised, so it differs from FullProf by a constant per-phase\n", + "scale factor (the orientation coefficient itself transfers)." ] }, { @@ -252,7 +255,12 @@ "id": "13", "metadata": {}, "source": [ - "## Fit edi-cryspy to FullProf" + "## Fit edi-cryspy to FullProf\n", + "\n", + "cryspy uses the reciprocal March coefficient (g₁ = 1/r, converted\n", + "automatically) and does not volume-normalise the correction, so it\n", + "differs from FullProf by a constant per-phase scale factor. Refining\n", + "the scale absorbs that factor and recovers the FullProf profile." ] }, { diff --git a/docs/docs/verification/pd-neut-cwl_LBCO_preferred-orientation.py b/docs/docs/verification/pd-neut-cwl_LBCO_preferred-orientation.py index 7f2fa9e2d..6b0bb9077 100644 --- a/docs/docs/verification/pd-neut-cwl_LBCO_preferred-orientation.py +++ b/docs/docs/verification/pd-neut-cwl_LBCO_preferred-orientation.py @@ -2,7 +2,10 @@ # # LBCO — powder neutron CW — preferred orientation # # Verifies the March-Dollase preferred-orientation correction against a -# FullProf reference with orientation along [0 0 1]. +# FullProf reference with orientation along [0 0 1]. The page refines +# the scale because cryspy's Modified March correction is not +# volume-normalised, so it differs from FullProf by a constant per-phase +# scale factor (the orientation coefficient itself transfers). # %% import easydiffraction as edi @@ -156,6 +159,11 @@ # %% [markdown] # ## Fit edi-cryspy to FullProf +# +# cryspy uses the reciprocal March coefficient (g₁ = 1/r, converted +# automatically) and does not volume-normalise the correction, so it +# differs from FullProf by a constant per-phase scale factor. Refining +# the scale absorbs that factor and recovers the FullProf profile. # %% experiment.linked_structures['lbco'].scale.free = True diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_11B.ipynb b/docs/docs/verification/pd-neut-cwl_LaB6_11B.ipynb index 7a6f6423c..6408f8769 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_11B.ipynb +++ b/docs/docs/verification/pd-neut-cwl_LaB6_11B.ipynb @@ -27,7 +27,10 @@ "# LaB6 - powder neutron CW - 11B isotope\n", "\n", "Verifies the isotope-only LaB6 reference, where the baseline pattern\n", - "uses 11B instead of natural boron." + "uses 11B instead of natural boron.\n", + "\n", + "**Refinement:** none — every parameter is taken from the FullProf\n", + "reference; only the calculated patterns are compared." ] }, { @@ -90,7 +93,7 @@ ")\n", "structure.atom_sites.create(\n", " id='B', # FullProf Atom\n", - " type_symbol='11B', # FullProf Typ B11\n", + " type_symbol='11B', # FullProf Additional B11 0.665 0.0 0\n", " fract_x=0.19972, # FullProf X\n", " fract_y=0.5, # FullProf Y\n", " fract_z=0.5, # FullProf Z\n", diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_11B.py b/docs/docs/verification/pd-neut-cwl_LaB6_11B.py index d7928c797..53e7c30da 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_11B.py +++ b/docs/docs/verification/pd-neut-cwl_LaB6_11B.py @@ -3,6 +3,9 @@ # # Verifies the isotope-only LaB6 reference, where the baseline pattern # uses 11B instead of natural boron. +# +# **Refinement:** none — every parameter is taken from the FullProf +# reference; only the calculated patterns are compared. # %% import easydiffraction as edi @@ -34,7 +37,7 @@ ) structure.atom_sites.create( id='B', # FullProf Atom - type_symbol='11B', # FullProf Typ B11 + type_symbol='11B', # FullProf Additional B11 0.665 0.0 0 fract_x=0.19972, # FullProf X fract_y=0.5, # FullProf Y fract_z=0.5, # FullProf Z diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_absorption.ipynb b/docs/docs/verification/pd-neut-cwl_LaB6_absorption.ipynb index 35bc34d99..f3b31a0de 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_absorption.ipynb +++ b/docs/docs/verification/pd-neut-cwl_LaB6_absorption.ipynb @@ -27,7 +27,10 @@ "# LaB6 - powder neutron CW - absorption\n", "\n", "Verifies the LaB6 baseline with only Debye-Scherrer cylindrical\n", - "absorption enabled." + "absorption enabled.\n", + "\n", + "**Refinement:** none — every parameter is taken from the FullProf\n", + "reference; only the calculated patterns are compared." ] }, { diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_absorption.py b/docs/docs/verification/pd-neut-cwl_LaB6_absorption.py index e4bddf84f..7275745ce 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_absorption.py +++ b/docs/docs/verification/pd-neut-cwl_LaB6_absorption.py @@ -3,6 +3,9 @@ # # Verifies the LaB6 baseline with only Debye-Scherrer cylindrical # absorption enabled. +# +# **Refinement:** none — every parameter is taken from the FullProf +# reference; only the calculated patterns are compared. # %% import easydiffraction as edi diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_basic.ipynb b/docs/docs/verification/pd-neut-cwl_LaB6_basic.ipynb index c1286183a..c51121383 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_basic.ipynb +++ b/docs/docs/verification/pd-neut-cwl_LaB6_basic.ipynb @@ -27,7 +27,10 @@ "# LaB6 - powder neutron CW - basic\n", "\n", "Verifies the baseline LaB6 constant-wavelength neutron powder pattern\n", - "with natural boron and no SyCos/SySin, FCJ asymmetry, or absorption." + "with natural boron and no SyCos/SySin, FCJ asymmetry, or absorption.\n", + "\n", + "**Refinement:** none — every parameter is taken from the FullProf\n", + "reference; only the calculated patterns are compared." ] }, { diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_basic.py b/docs/docs/verification/pd-neut-cwl_LaB6_basic.py index 22c5eee35..e0cd8bc60 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_basic.py +++ b/docs/docs/verification/pd-neut-cwl_LaB6_basic.py @@ -3,6 +3,9 @@ # # Verifies the baseline LaB6 constant-wavelength neutron powder pattern # with natural boron and no SyCos/SySin, FCJ asymmetry, or absorption. +# +# **Refinement:** none — every parameter is taken from the FullProf +# reference; only the calculated patterns are compared. # %% import easydiffraction as edi diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.ipynb b/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.ipynb index e45305cc5..c753e3558 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.ipynb +++ b/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.ipynb @@ -27,7 +27,11 @@ "# LaB6 - powder neutron CW - FCJ asymmetry\n", "\n", "Verifies the LaB6 baseline with only the Finger-Cox-Jephcoat\n", - "axial-divergence asymmetry enabled." + "axial-divergence asymmetry enabled.\n", + "\n", + "**Refinement:** none. Known difference: the cryspy CW profile has no\n", + "Finger-Cox-Jephcoat term, so it cannot reproduce the FullProf FCJ\n", + "reference." ] }, { @@ -229,7 +233,7 @@ " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", " ],\n", " known_discrepancy=True,\n", - " reason='FCJ asymmetry is not implemented in the cryspy CW profile.',\n", + " reason='FCJ asymmetry is not implemented in the cryspy.',\n", ")" ] } diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.py b/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.py index 7abffbe7d..038a4709c 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.py +++ b/docs/docs/verification/pd-neut-cwl_LaB6_fcj-asymmetry.py @@ -3,6 +3,10 @@ # # Verifies the LaB6 baseline with only the Finger-Cox-Jephcoat # axial-divergence asymmetry enabled. +# +# **Refinement:** none. Known difference: the cryspy CW profile has no +# Finger-Cox-Jephcoat term, so it cannot reproduce the FullProf FCJ +# reference. # %% import easydiffraction as edi @@ -125,5 +129,5 @@ (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), ], known_discrepancy=True, - reason='FCJ asymmetry is not implemented in the cryspy CW profile.', + reason='FCJ asymmetry is not implemented in the cryspy.', ) diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.ipynb b/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.ipynb index ec5568e92..d964ac468 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.ipynb +++ b/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.ipynb @@ -27,7 +27,10 @@ "# LaB6 - powder neutron CW - SyCos/SySin shifts\n", "\n", "Verifies the LaB6 baseline with only the SyCos/SySin sample-displacement\n", - "and transparency peak-position corrections enabled." + "and transparency peak-position corrections enabled.\n", + "\n", + "**Refinement:** none. Known difference: SyCos/SySin sample\n", + "displacement is not implemented in cryspy's CW profile." ] }, { @@ -231,7 +234,7 @@ " (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy),\n", " ],\n", " known_discrepancy=True,\n", - " reason='SyCos/SySin do not yet match the FullProf convention in cryspy.',\n", + " reason='SyCos/SySin are not implemented in the cryspy.',\n", ")" ] } diff --git a/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.py b/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.py index e283d9927..2ae1e6bdd 100644 --- a/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.py +++ b/docs/docs/verification/pd-neut-cwl_LaB6_sycos-sysin.py @@ -3,6 +3,9 @@ # # Verifies the LaB6 baseline with only the SyCos/SySin sample-displacement # and transparency peak-position corrections enabled. +# +# **Refinement:** none. Known difference: SyCos/SySin sample +# displacement is not implemented in cryspy's CW profile. # %% import easydiffraction as edi @@ -127,5 +130,5 @@ (f'{LABEL_ED_CRYSPY} vs {FULLPROF_LABEL}', calc_fullprof, calc_ed_cryspy), ], known_discrepancy=True, - reason='SyCos/SySin do not yet match the FullProf convention in cryspy.', + reason='SyCos/SySin are not implemented in the cryspy.', ) diff --git a/docs/docs/verification/pd-neut-cwl_PbSO4_basic.ipynb b/docs/docs/verification/pd-neut-cwl_PbSO4_basic.ipynb index 7adf9d1ed..666338370 100644 --- a/docs/docs/verification/pd-neut-cwl_PbSO4_basic.ipynb +++ b/docs/docs/verification/pd-neut-cwl_PbSO4_basic.ipynb @@ -27,7 +27,10 @@ "# PbSO₄ — powder neutron CW — basic pseudo-Voigt\n", "\n", "Verifies the baseline constant-wavelength neutron powder pattern for\n", - "anglesite with a pseudo-Voigt peak shape and no asymmetry correction." + "anglesite with a pseudo-Voigt peak shape and no asymmetry correction.\n", + "\n", + "**Refinement:** none — every parameter is taken from the FullProf\n", + "reference; only the calculated patterns are compared." ] }, { diff --git a/docs/docs/verification/pd-neut-cwl_PbSO4_basic.py b/docs/docs/verification/pd-neut-cwl_PbSO4_basic.py index a6e4b7847..173baf1aa 100644 --- a/docs/docs/verification/pd-neut-cwl_PbSO4_basic.py +++ b/docs/docs/verification/pd-neut-cwl_PbSO4_basic.py @@ -3,6 +3,9 @@ # # Verifies the baseline constant-wavelength neutron powder pattern for # anglesite with a pseudo-Voigt peak shape and no asymmetry correction. +# +# **Refinement:** none — every parameter is taken from the FullProf +# reference; only the calculated patterns are compared. # %% import easydiffraction as edi diff --git a/docs/docs/verification/pd-neut-cwl_Y2O3_beta-adp.ipynb b/docs/docs/verification/pd-neut-cwl_Y2O3_beta-adp.ipynb index c6bb9ab87..866578a4a 100644 --- a/docs/docs/verification/pd-neut-cwl_Y2O3_beta-adp.ipynb +++ b/docs/docs/verification/pd-neut-cwl_Y2O3_beta-adp.ipynb @@ -27,7 +27,10 @@ "# Y2O3 - powder neutron CW - beta ADPs\n", "\n", "Verifies dimensionless beta-tensor anisotropic ADPs on a pseudo-Voigt\n", - "neutron powder pattern with other correction models disabled." + "neutron powder pattern with other correction models disabled.\n", + "\n", + "**Refinement:** none — every parameter is taken from the FullProf\n", + "reference; only the calculated patterns are compared." ] }, { diff --git a/docs/docs/verification/pd-neut-cwl_Y2O3_beta-adp.py b/docs/docs/verification/pd-neut-cwl_Y2O3_beta-adp.py index d2ef91578..b18f541bf 100644 --- a/docs/docs/verification/pd-neut-cwl_Y2O3_beta-adp.py +++ b/docs/docs/verification/pd-neut-cwl_Y2O3_beta-adp.py @@ -3,6 +3,9 @@ # # Verifies dimensionless beta-tensor anisotropic ADPs on a pseudo-Voigt # neutron powder pattern with other correction models disabled. +# +# **Refinement:** none — every parameter is taken from the FullProf +# reference; only the calculated patterns are compared. # %% import easydiffraction as edi diff --git a/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.ipynb b/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.ipynb index ec7f1ead0..d5fbfc9ab 100644 --- a/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.ipynb +++ b/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.ipynb @@ -27,7 +27,10 @@ "# Y2O3 - powder neutron CW - isotropic ADPs\n", "\n", "Verifies the baseline Y2O3 constant-wavelength neutron powder pattern\n", - "with isotropic ADPs." + "with isotropic ADPs.\n", + "\n", + "**Refinement:** none — every parameter is taken from the FullProf\n", + "reference; only the calculated patterns are compared." ] }, { @@ -95,7 +98,7 @@ " fract_z=0.25, # FullProf Z\n", " occupancy=1.0, # FullProf Occ 0.50000 (24d site)\n", " adp_type='Biso', # FullProf N_t = 0\n", - " adp_iso=0.0, # FullProf Biso\n", + " adp_iso=0.3, # FullProf Biso\n", ")\n", "structure.atom_sites.create(\n", " id='Y2', # FullProf Atom\n", @@ -105,7 +108,7 @@ " fract_z=0.25, # FullProf Z\n", " occupancy=1.0, # FullProf Occ 0.16667 (8b site)\n", " adp_type='Biso', # FullProf N_t = 0\n", - " adp_iso=0.0, # FullProf Biso\n", + " adp_iso=0.3, # FullProf Biso\n", ")\n", "structure.atom_sites.create(\n", " id='O1', # FullProf Atom\n", @@ -115,7 +118,7 @@ " fract_z=0.38030, # FullProf Z\n", " occupancy=1.0, # FullProf Occ 1.00000 (48e site)\n", " adp_type='Biso', # FullProf N_t = 0\n", - " adp_iso=0.0, # FullProf Biso\n", + " adp_iso=0.5, # FullProf Biso\n", ")\n", "\n", "project.structures.add(structure)" diff --git a/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.py b/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.py index 78f40c236..37d3df7f4 100644 --- a/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.py +++ b/docs/docs/verification/pd-neut-cwl_Y2O3_isotropic-adp.py @@ -3,6 +3,9 @@ # # Verifies the baseline Y2O3 constant-wavelength neutron powder pattern # with isotropic ADPs. +# +# **Refinement:** none — every parameter is taken from the FullProf +# reference; only the calculated patterns are compared. # %% import easydiffraction as edi @@ -39,7 +42,7 @@ fract_z=0.25, # FullProf Z occupancy=1.0, # FullProf Occ 0.50000 (24d site) adp_type='Biso', # FullProf N_t = 0 - adp_iso=0.0, # FullProf Biso + adp_iso=0.3, # FullProf Biso ) structure.atom_sites.create( id='Y2', # FullProf Atom @@ -49,7 +52,7 @@ fract_z=0.25, # FullProf Z occupancy=1.0, # FullProf Occ 0.16667 (8b site) adp_type='Biso', # FullProf N_t = 0 - adp_iso=0.0, # FullProf Biso + adp_iso=0.3, # FullProf Biso ) structure.atom_sites.create( id='O1', # FullProf Atom @@ -59,7 +62,7 @@ fract_z=0.38030, # FullProf Z occupancy=1.0, # FullProf Occ 1.00000 (48e site) adp_type='Biso', # FullProf N_t = 0 - adp_iso=0.0, # FullProf Biso + adp_iso=0.5, # FullProf Biso ) project.structures.add(structure) diff --git a/docs/docs/verification/pd-neut-tof_Fe_pseudo-voigt.ipynb b/docs/docs/verification/pd-neut-tof_Fe_pseudo-voigt.ipynb index d115a7c58..7cd7b2005 100644 --- a/docs/docs/verification/pd-neut-tof_Fe_pseudo-voigt.ipynb +++ b/docs/docs/verification/pd-neut-tof_Fe_pseudo-voigt.ipynb @@ -27,8 +27,10 @@ "# Fe - powder neutron TOF - pseudo-Voigt profile\n", "\n", "Verifies the simple non-convoluted pseudo-Voigt time-of-flight peak\n", - "profile on a one-phase Fe ferrite reference simplified from the BEER\n", - "instrument simulation/fitting tutorial." + "profile.\n", + "\n", + "**Refinement:** the overall scale only; all other parameters are\n", + "taken from the FullProf reference." ] }, { diff --git a/docs/docs/verification/pd-neut-tof_Fe_pseudo-voigt.py b/docs/docs/verification/pd-neut-tof_Fe_pseudo-voigt.py index 812e1d224..8592b87c6 100644 --- a/docs/docs/verification/pd-neut-tof_Fe_pseudo-voigt.py +++ b/docs/docs/verification/pd-neut-tof_Fe_pseudo-voigt.py @@ -2,8 +2,10 @@ # # Fe - powder neutron TOF - pseudo-Voigt profile # # Verifies the simple non-convoluted pseudo-Voigt time-of-flight peak -# profile on a one-phase Fe ferrite reference simplified from the BEER -# instrument simulation/fitting tutorial. +# profile. +# +# **Refinement:** the overall scale only; all other parameters are +# taken from the FullProf reference. # %% import easydiffraction as edi diff --git a/docs/docs/verification/pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb b/docs/docs/verification/pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb index ddeba9515..476324986 100644 --- a/docs/docs/verification/pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb +++ b/docs/docs/verification/pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb @@ -24,10 +24,14 @@ "id": "1", "metadata": {}, "source": [ - "# Na₂Ca₃Al₂F₁₄ — powder neutron TOF — Jorgensen-Von Dreele profile\n", + "# Na₂Ca₃Al₂F₁₄ — powder neutron TOF — Jorgensen-Von Dreele (Gaussian)\n", "\n", "Verifies the Jorgensen-Von Dreele pseudo-Voigt profile for the NCAF\n", - "time-of-flight powder reference." + "time-of-flight powder reference, with the Lorentzian terms (γ₀, γ₁,\n", + "γ₂) forced to zero so it reduces to the Gaussian case.\n", + "\n", + "**Refinement:** the overall scale only; all other parameters are\n", + "taken from the FullProf reference." ] }, { diff --git a/docs/docs/verification/pd-neut-tof_NCAF_jorgensen-von-dreele.py b/docs/docs/verification/pd-neut-tof_NCAF_jorgensen-von-dreele.py index df07eda68..bdd2df408 100644 --- a/docs/docs/verification/pd-neut-tof_NCAF_jorgensen-von-dreele.py +++ b/docs/docs/verification/pd-neut-tof_NCAF_jorgensen-von-dreele.py @@ -1,8 +1,12 @@ # %% [markdown] -# # Na₂Ca₃Al₂F₁₄ — powder neutron TOF — Jorgensen-Von Dreele profile +# # Na₂Ca₃Al₂F₁₄ — powder neutron TOF — Jorgensen-Von Dreele (Gaussian) # # Verifies the Jorgensen-Von Dreele pseudo-Voigt profile for the NCAF -# time-of-flight powder reference. +# time-of-flight powder reference, with the Lorentzian terms (γ₀, γ₁, +# γ₂) forced to zero so it reduces to the Gaussian case. +# +# **Refinement:** the overall scale only; all other parameters are +# taken from the FullProf reference. # %% import easydiffraction as edi diff --git a/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.ipynb b/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.ipynb index 719e71419..e3b514a24 100644 --- a/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.ipynb +++ b/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.ipynb @@ -27,7 +27,10 @@ "# Si — powder neutron TOF — Jorgensen-Von Dreele profile\n", "\n", "Verifies the Jorgensen-Von Dreele pseudo-Voigt profile for a silicon\n", - "time-of-flight powder pattern." + "time-of-flight powder pattern.\n", + "\n", + "**Refinement:** the overall scale and the Lorentzian γ₁. Known\n", + "difference: cryspy's TOF Lorentzian does not fully match FullProf." ] }, { @@ -286,7 +289,16 @@ "## Agreement check\n", "\n", "cryspy is the known-bad comparison, asserted separately so it cannot\n", - "mask the gated comparison above.\n", + "mask the gated comparison above." + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "18", + "metadata": {}, + "outputs": [], + "source": [ "verify.assert_patterns_agree(\n", " [\n", " (\n", diff --git a/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.py b/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.py index bd802cf76..7a00f0f66 100644 --- a/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.py +++ b/docs/docs/verification/pd-neut-tof_Si_jorgensen-von-dreele.py @@ -3,6 +3,9 @@ # # Verifies the Jorgensen-Von Dreele pseudo-Voigt profile for a silicon # time-of-flight powder pattern. +# +# **Refinement:** the overall scale and the Lorentzian γ₁. Known +# difference: cryspy's TOF Lorentzian does not fully match FullProf. # %% import easydiffraction as edi @@ -161,9 +164,11 @@ # %% [markdown] # ## Agreement check - +# # cryspy is the known-bad comparison, asserted separately so it cannot # mask the gated comparison above. + +# %% verify.assert_patterns_agree( [ ( diff --git a/docs/docs/verification/pd-neut-tof_Si_jorgensen.ipynb b/docs/docs/verification/pd-neut-tof_Si_jorgensen.ipynb index 40b8d6b55..005a222b9 100644 --- a/docs/docs/verification/pd-neut-tof_Si_jorgensen.ipynb +++ b/docs/docs/verification/pd-neut-tof_Si_jorgensen.ipynb @@ -27,7 +27,10 @@ "# Si — powder neutron TOF — Jorgensen profile\n", "\n", "Verifies the Jorgensen back-to-back exponential profile for a silicon\n", - "time-of-flight powder pattern." + "time-of-flight powder pattern.\n", + "\n", + "**Refinement:** the overall scale only; all other parameters are\n", + "taken from the FullProf reference." ] }, { diff --git a/docs/docs/verification/pd-neut-tof_Si_jorgensen.py b/docs/docs/verification/pd-neut-tof_Si_jorgensen.py index 6ab8e0c6c..9cd155edb 100644 --- a/docs/docs/verification/pd-neut-tof_Si_jorgensen.py +++ b/docs/docs/verification/pd-neut-tof_Si_jorgensen.py @@ -3,6 +3,9 @@ # # Verifies the Jorgensen back-to-back exponential profile for a silicon # time-of-flight powder pattern. +# +# **Refinement:** the overall scale only; all other parameters are +# taken from the FullProf reference. # %% import easydiffraction as edi diff --git a/docs/docs/verification/pd-xray-cwl_LiF_doublet.ipynb b/docs/docs/verification/pd-xray-cwl_LiF_doublet.ipynb index e967fb348..837d1730e 100644 --- a/docs/docs/verification/pd-xray-cwl_LiF_doublet.ipynb +++ b/docs/docs/verification/pd-xray-cwl_LiF_doublet.ipynb @@ -27,7 +27,16 @@ "# LiF — powder X-ray CW — doublet\n", "\n", "Verifies Cu Kα₁/Kα₂ doublet handling on the LiF pseudo-Voigt\n", - "reference." + "reference.\n", + "\n", + "**Note:** the Kα₁/Kα₂ doublet is produced by an EasyDiffraction-level\n", + "implementation on top of the calculation engine — the engine is run\n", + "twice (at λ₁ and λ₂) and the two patterns are summed by the intensity\n", + "ratio — because neither cryspy nor the CFL-based crysfml API computes\n", + "the doublet natively.\n", + "\n", + "**Refinement:** none — every parameter is taken from the FullProf\n", + "reference; only the calculated patterns are compared." ] }, { diff --git a/docs/docs/verification/pd-xray-cwl_LiF_doublet.py b/docs/docs/verification/pd-xray-cwl_LiF_doublet.py index 6172afda9..1a237810d 100644 --- a/docs/docs/verification/pd-xray-cwl_LiF_doublet.py +++ b/docs/docs/verification/pd-xray-cwl_LiF_doublet.py @@ -3,6 +3,15 @@ # # Verifies Cu Kα₁/Kα₂ doublet handling on the LiF pseudo-Voigt # reference. +# +# **Note:** the Kα₁/Kα₂ doublet is produced by an EasyDiffraction-level +# implementation on top of the calculation engine — the engine is run +# twice (at λ₁ and λ₂) and the two patterns are summed by the intensity +# ratio — because neither cryspy nor the CFL-based crysfml API computes +# the doublet natively. +# +# **Refinement:** none — every parameter is taken from the FullProf +# reference; only the calculated patterns are compared. # %% import easydiffraction as edi diff --git a/docs/docs/verification/pd-xray-cwl_LiF_single.ipynb b/docs/docs/verification/pd-xray-cwl_LiF_single.ipynb index dc9bb2ada..c517bac2a 100644 --- a/docs/docs/verification/pd-xray-cwl_LiF_single.ipynb +++ b/docs/docs/verification/pd-xray-cwl_LiF_single.ipynb @@ -27,7 +27,10 @@ "# LiF — powder X-ray CW — single wavelength\n", "\n", "Verifies the baseline LiF Cu Kα₁ pattern with a pseudo-Voigt profile\n", - "and no polarization or absorption correction." + "and no polarization or absorption correction.\n", + "\n", + "**Refinement:** the overall scale only; all other parameters are\n", + "taken from the FullProf reference." ] }, { diff --git a/docs/docs/verification/pd-xray-cwl_LiF_single.py b/docs/docs/verification/pd-xray-cwl_LiF_single.py index 5774ee0b9..1fad55c37 100644 --- a/docs/docs/verification/pd-xray-cwl_LiF_single.py +++ b/docs/docs/verification/pd-xray-cwl_LiF_single.py @@ -3,6 +3,9 @@ # # Verifies the baseline LiF Cu Kα₁ pattern with a pseudo-Voigt profile # and no polarization or absorption correction. +# +# **Refinement:** the overall scale only; all other parameters are +# taken from the FullProf reference. # %% import easydiffraction as edi diff --git a/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.ipynb b/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.ipynb index 37e6404be..6ba47b2a1 100644 --- a/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.ipynb +++ b/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.ipynb @@ -27,7 +27,10 @@ "# LiF — powder X-ray CW — absorption\n", "\n", "Verifies the Debye-Scherrer cylindrical absorption correction on the\n", - "same single-wavelength LiF reference." + "same single-wavelength LiF reference.\n", + "\n", + "**Refinement:** none — every parameter is taken from the FullProf\n", + "reference; only the calculated patterns are compared." ] }, { diff --git a/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.py b/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.py index b5414fb00..74b548c6f 100644 --- a/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.py +++ b/docs/docs/verification/pd-xray-cwl_LiF_single_absorption.py @@ -3,6 +3,9 @@ # # Verifies the Debye-Scherrer cylindrical absorption correction on the # same single-wavelength LiF reference. +# +# **Refinement:** none — every parameter is taken from the FullProf +# reference; only the calculated patterns are compared. # %% import easydiffraction as edi diff --git a/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.ipynb b/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.ipynb index 7b07c59c2..4b8bcb7ea 100644 --- a/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.ipynb +++ b/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.ipynb @@ -27,7 +27,10 @@ "# LiF — powder X-ray CW — polarization\n", "\n", "Verifies the X-ray polarization correction on the same single-wavelength\n", - "LiF reference." + "LiF reference.\n", + "\n", + "**Refinement:** the overall scale only; all other parameters are\n", + "taken from the FullProf reference." ] }, { diff --git a/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.py b/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.py index 54e091c32..549821f29 100644 --- a/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.py +++ b/docs/docs/verification/pd-xray-cwl_LiF_single_polarization.py @@ -3,6 +3,9 @@ # # Verifies the X-ray polarization correction on the same single-wavelength # LiF reference. +# +# **Refinement:** the overall scale only; all other parameters are +# taken from the FullProf reference. # %% import easydiffraction as edi diff --git a/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.ipynb b/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.ipynb index d9b53e2e2..0aec110f6 100644 --- a/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.ipynb +++ b/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.ipynb @@ -27,7 +27,10 @@ "# PbSO₄ — powder X-ray CW — round robin\n", "\n", "Verifies the anglesite X-ray round-robin case with the Cu Kα doublet\n", - "and FullProf empirical asymmetry." + "and FullProf empirical asymmetry.\n", + "\n", + "**Refinement:** atomic ADPs, the overall scale, and Bérar-Baldinozzi\n", + "coefficients (round-robin case); see the known difference below." ] }, { diff --git a/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.py b/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.py index 597dc6a87..dfe4153d6 100644 --- a/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.py +++ b/docs/docs/verification/pd-xray-cwl_PbSO4_round-robin.py @@ -3,6 +3,9 @@ # # Verifies the anglesite X-ray round-robin case with the Cu Kα doublet # and FullProf empirical asymmetry. +# +# **Refinement:** atomic ADPs, the overall scale, and Bérar-Baldinozzi +# coefficients (round-robin case); see the known difference below. # %% import easydiffraction as edi diff --git a/docs/docs/verification/sc-neut-cwl_Pr2NiO4_basic.ipynb b/docs/docs/verification/sc-neut-cwl_Pr2NiO4_basic.ipynb index 12de106b0..667a265c8 100644 --- a/docs/docs/verification/sc-neut-cwl_Pr2NiO4_basic.ipynb +++ b/docs/docs/verification/sc-neut-cwl_Pr2NiO4_basic.ipynb @@ -27,7 +27,10 @@ "# Pr₂NiO₄ — single-crystal neutron CW — basic\n", "\n", "Verifies calculated F² values for a constant-wavelength neutron\n", - "single-crystal reference with anisotropic ADPs." + "single-crystal reference with anisotropic ADPs.\n", + "\n", + "**Refinement:** the overall scale only; all other parameters are\n", + "taken from the FullProf reference." ] }, { diff --git a/docs/docs/verification/sc-neut-cwl_Pr2NiO4_basic.py b/docs/docs/verification/sc-neut-cwl_Pr2NiO4_basic.py index 56af326e1..b14dba2a1 100644 --- a/docs/docs/verification/sc-neut-cwl_Pr2NiO4_basic.py +++ b/docs/docs/verification/sc-neut-cwl_Pr2NiO4_basic.py @@ -3,6 +3,9 @@ # # Verifies calculated F² values for a constant-wavelength neutron # single-crystal reference with anisotropic ADPs. +# +# **Refinement:** the overall scale only; all other parameters are +# taken from the FullProf reference. # %% import easydiffraction as edi diff --git a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.ipynb b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.ipynb index 41e2193e3..0c6aabbea 100644 --- a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.ipynb +++ b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.ipynb @@ -27,7 +27,10 @@ "# Tb2Ti2O7 - single-crystal neutron CW - anisotropic ADPs\n", "\n", "Verifies calculated F2 values for a no-extinction neutron\n", - "single-crystal reference with anisotropic ADPs." + "single-crystal reference with anisotropic ADPs.\n", + "\n", + "**Refinement:** the overall scale only; all other parameters are\n", + "taken from the FullProf reference." ] }, { diff --git a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.py b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.py index 73d8d9c6a..3f32b417d 100644 --- a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.py +++ b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.py @@ -3,6 +3,9 @@ # # Verifies calculated F2 values for a no-extinction neutron # single-crystal reference with anisotropic ADPs. +# +# **Refinement:** the overall scale only; all other parameters are +# taken from the FullProf reference. # %% import easydiffraction as edi diff --git a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.ipynb b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.ipynb index 945bd252a..40c9986ea 100644 --- a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.ipynb +++ b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.ipynb @@ -27,7 +27,10 @@ "# Tb2Ti2O7 - single-crystal neutron CW - basic\n", "\n", "Verifies calculated F2 values for a no-extinction neutron\n", - "single-crystal baseline with isotropic ADPs." + "single-crystal baseline with isotropic ADPs.\n", + "\n", + "**Refinement:** the overall scale only; all other parameters are\n", + "taken from the FullProf reference." ] }, { diff --git a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.py b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.py index 6481bf418..61b5189ea 100644 --- a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.py +++ b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_basic.py @@ -3,6 +3,9 @@ # # Verifies calculated F2 values for a no-extinction neutron # single-crystal baseline with isotropic ADPs. +# +# **Refinement:** the overall scale only; all other parameters are +# taken from the FullProf reference. # %% import easydiffraction as edi diff --git a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb index 2227776dc..03c4f9311 100644 --- a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb +++ b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb @@ -27,7 +27,10 @@ "# Tb2Ti2O7 - single-crystal neutron CW - isotropic extinction\n", "\n", "Verifies the cryspy isotropic extinction model against a FullProf\n", - "single-crystal reference with isotropic ADPs." + "single-crystal reference with isotropic ADPs.\n", + "\n", + "**Refinement:** the overall scale and the extinction radius. Known\n", + "difference: cryspy and FullProf use different extinction conventions." ] }, { diff --git a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.py b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.py index 6011ff5d3..d26e3d1eb 100644 --- a/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.py +++ b/docs/docs/verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.py @@ -3,6 +3,9 @@ # # Verifies the cryspy isotropic extinction model against a FullProf # single-crystal reference with isotropic ADPs. +# +# **Refinement:** the overall scale and the extinction radius. Known +# difference: cryspy and FullProf use different extinction conventions. # %% import easydiffraction as edi diff --git a/docs/docs/verification/total-neut-cwl_Ni_gaussian-damped-sinc.ipynb b/docs/docs/verification/total-neut-cwl_Ni_gaussian-damped-sinc.ipynb index 443209ba2..5dc9a4cf8 100644 --- a/docs/docs/verification/total-neut-cwl_Ni_gaussian-damped-sinc.ipynb +++ b/docs/docs/verification/total-neut-cwl_Ni_gaussian-damped-sinc.ipynb @@ -28,7 +28,10 @@ "\n", "Verifies the total-scattering gaussian-damped sinc profile by comparing\n", "EasyDiffraction's pdffit calculator with a direct diffpy.pdffit2\n", - "calculation on the same synthetic r-grid." + "calculation on the same synthetic r-grid.\n", + "\n", + "**Refinement:** none — every parameter is taken from the direct\n", + "diffpy.pdffit2 reference; only the calculated patterns are compared." ] }, { diff --git a/docs/docs/verification/total-neut-cwl_Ni_gaussian-damped-sinc.py b/docs/docs/verification/total-neut-cwl_Ni_gaussian-damped-sinc.py index 6c18f17af..9715508d0 100644 --- a/docs/docs/verification/total-neut-cwl_Ni_gaussian-damped-sinc.py +++ b/docs/docs/verification/total-neut-cwl_Ni_gaussian-damped-sinc.py @@ -4,6 +4,9 @@ # Verifies the total-scattering gaussian-damped sinc profile by comparing # EasyDiffraction's pdffit calculator with a direct diffpy.pdffit2 # calculation on the same synthetic r-grid. +# +# **Refinement:** none — every parameter is taken from the direct +# diffpy.pdffit2 reference; only the calculated patterns are compared. # %% from importlib import metadata diff --git a/docs/docs/verification/total-neut-tof_Si_gaussian-damped-sinc.ipynb b/docs/docs/verification/total-neut-tof_Si_gaussian-damped-sinc.ipynb index 418df63f6..17d5c79b5 100644 --- a/docs/docs/verification/total-neut-tof_Si_gaussian-damped-sinc.ipynb +++ b/docs/docs/verification/total-neut-tof_Si_gaussian-damped-sinc.ipynb @@ -28,7 +28,10 @@ "\n", "Verifies the total-scattering gaussian-damped sinc profile by comparing\n", "EasyDiffraction's pdffit calculator with a direct diffpy.pdffit2\n", - "calculation on the same synthetic r-grid." + "calculation on the same synthetic r-grid.\n", + "\n", + "**Refinement:** none — every parameter is taken from the direct\n", + "diffpy.pdffit2 reference; only the calculated patterns are compared." ] }, { diff --git a/docs/docs/verification/total-neut-tof_Si_gaussian-damped-sinc.py b/docs/docs/verification/total-neut-tof_Si_gaussian-damped-sinc.py index 7d4fcc541..4bd806d41 100644 --- a/docs/docs/verification/total-neut-tof_Si_gaussian-damped-sinc.py +++ b/docs/docs/verification/total-neut-tof_Si_gaussian-damped-sinc.py @@ -4,6 +4,9 @@ # Verifies the total-scattering gaussian-damped sinc profile by comparing # EasyDiffraction's pdffit calculator with a direct diffpy.pdffit2 # calculation on the same synthetic r-grid. +# +# **Refinement:** none — every parameter is taken from the direct +# diffpy.pdffit2 reference; only the calculated patterns are compared. # %% from importlib import metadata diff --git a/docs/docs/verification/total-xray_NaCl_gaussian-damped-sinc.ipynb b/docs/docs/verification/total-xray_NaCl_gaussian-damped-sinc.ipynb index 86736d513..661ad18e3 100644 --- a/docs/docs/verification/total-xray_NaCl_gaussian-damped-sinc.ipynb +++ b/docs/docs/verification/total-xray_NaCl_gaussian-damped-sinc.ipynb @@ -28,7 +28,10 @@ "\n", "Verifies the total-scattering gaussian-damped sinc profile by comparing\n", "EasyDiffraction's pdffit calculator with a direct diffpy.pdffit2\n", - "calculation on the same synthetic r-grid." + "calculation on the same synthetic r-grid.\n", + "\n", + "**Refinement:** none — every parameter is taken from the direct\n", + "diffpy.pdffit2 reference; only the calculated patterns are compared." ] }, { diff --git a/docs/docs/verification/total-xray_NaCl_gaussian-damped-sinc.py b/docs/docs/verification/total-xray_NaCl_gaussian-damped-sinc.py index 160c0da73..08b50c1aa 100644 --- a/docs/docs/verification/total-xray_NaCl_gaussian-damped-sinc.py +++ b/docs/docs/verification/total-xray_NaCl_gaussian-damped-sinc.py @@ -4,6 +4,9 @@ # Verifies the total-scattering gaussian-damped sinc profile by comparing # EasyDiffraction's pdffit calculator with a direct diffpy.pdffit2 # calculation on the same synthetic r-grid. +# +# **Refinement:** none — every parameter is taken from the direct +# diffpy.pdffit2 reference; only the calculated patterns are compared. # %% from importlib import metadata From 62b42b002c93206f74c120be5d86b2bf688e4028 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Fri, 19 Jun 2026 14:55:26 +0200 Subject: [PATCH 31/64] Remove fort.77, ignore Fortran scratch files, format docs --- .gitignore | 3 ++ docs/docs/verification/fort.77 | 73 --------------------------------- docs/docs/verification/index.md | 6 +-- 3 files changed, 6 insertions(+), 76 deletions(-) delete mode 100644 docs/docs/verification/fort.77 diff --git a/.gitignore b/.gitignore index fdfa5dae5..0fabe3955 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,6 @@ CLAUDE.md /data/ /projects/ /tmp/ + +# FullProf/CrysFML Fortran scratch unit files +fort.* diff --git a/docs/docs/verification/fort.77 b/docs/docs/verification/fort.77 deleted file mode 100644 index 679d748a6..000000000 --- a/docs/docs/verification/fort.77 +++ /dev/null @@ -1,73 +0,0 @@ - 1 1 1 8 4.8273 13.9983 - 0 0 2 6 3.6972 21.5234 - 0 2 2 12 2.0309 15.5772 - 3 1 1 24 1.6070 6.6586 - 2 2 2 8 1.5204 11.9933 - 0 4 0 6 1.3264 9.6330 - 1 3 3 24 1.3027 4.3611 - 2 4 0 24 1.3194 7.9852 - 2 2 4 24 1.6315 6.7815 - 1 1 5 24 4.6221 3.3800 - 3 3 3 8 4.6221 3.3800 - 1 1 1 8 4.8273 13.9983 - 0 0 2 6 3.6972 21.5234 - 0 2 2 12 2.0309 15.5772 - 3 1 1 24 1.6070 6.6586 - 2 2 2 8 1.5204 11.9933 - 0 4 0 6 1.3264 9.6330 - 1 3 3 24 1.3027 4.3611 - 2 4 0 24 1.3194 7.9852 - 2 2 4 24 1.6315 6.7815 - 1 1 5 24 4.6221 3.3800 - 3 3 3 8 4.6221 3.3800 - 1 1 1 8 4.8273 13.9983 - 0 0 2 6 3.6972 21.5234 - 0 2 2 12 2.0309 15.5772 - 3 1 1 24 1.6070 6.6586 - 2 2 2 8 1.5204 11.9933 - 0 4 0 6 1.3264 9.6330 - 1 3 3 24 1.3027 4.3611 - 2 4 0 24 1.3194 7.9852 - 2 2 4 24 1.6315 6.7815 - 1 1 5 24 4.6221 3.3800 - 3 3 3 8 4.6221 3.3800 - 1 1 1 8 4.8273 13.9983 - 0 0 2 6 3.6972 21.5234 - 0 2 2 12 2.0309 15.5772 - 3 1 1 24 1.6070 6.6586 - 2 2 2 8 1.5204 11.9933 - 0 4 0 6 1.3264 9.6330 - 1 3 3 24 1.3027 4.3611 - 2 4 0 24 1.3194 7.9852 - 2 2 4 24 1.6315 6.7815 - 1 1 5 24 4.6221 3.3800 - 3 3 3 8 4.6221 3.3800 - 1 1 1 8 4.8273 13.9983 - 0 0 2 6 3.6972 21.5234 - 0 2 2 12 2.0309 15.5772 - 3 1 1 24 1.6070 6.6586 - 2 2 2 8 1.5204 11.9933 - 0 4 0 6 1.3264 9.6330 - 1 3 3 24 1.3027 4.3611 - 2 4 0 24 1.3194 7.9852 - 2 2 4 24 1.6315 6.7815 - 1 1 5 24 4.6221 3.3800 - 3 3 3 8 4.6221 3.3800 - 1 1 1 8 4.8273 13.9983 - 0 0 2 6 3.6972 21.5234 - 0 2 2 12 2.0309 15.5772 - 3 1 1 24 1.6070 6.6586 - 2 2 2 8 1.5204 11.9933 - 0 4 0 6 1.3264 9.6330 - 1 3 3 24 1.3027 4.3611 - 2 4 0 24 1.3194 7.9852 - 2 2 4 24 1.6315 6.7815 - 1 1 5 24 4.6221 3.3800 - 3 3 3 8 4.6221 3.3800 - 1 1 1 8 4.8273 13.9983 - 0 0 2 6 3.6972 21.5234 - 0 2 2 12 2.0309 15.5772 - 3 1 1 24 1.6070 6.6586 - 2 2 2 8 1.5204 11.9933 - 0 4 0 6 1.3264 9.6330 - 1 3 3 24 1.3027 4.3611 diff --git a/docs/docs/verification/index.md b/docs/docs/verification/index.md index 728858c13..3c8471861 100644 --- a/docs/docs/verification/index.md +++ b/docs/docs/verification/index.md @@ -13,9 +13,9 @@ library EasyDiffraction wraps, so those pages check wrapper fidelity (correct parameter hand-off) rather than cross-validating the PDF physics against an independent implementation. Each page focuses on one experiment type or one additional model term, and feature names match -the [Features](../features/index.md) page. Some pages document a -**known difference** (EasyDiffraction does not yet match the reference -for that term); these are marked below and inside the notebook. +the [Features](../features/index.md) page. Some pages document a **known +difference** (EasyDiffraction does not yet match the reference for that +term); these are marked below and inside the notebook. ## Powder, Neutron, Constant Wavelength From 96a7ad64279db82bec279f1eb3469ec47a3d888f Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Fri, 19 Jun 2026 16:12:55 +0200 Subject: [PATCH 32/64] Add missing verification notebooks to docs nav --- docs/mkdocs.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index c7827243b..bf01a56c9 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -259,37 +259,37 @@ nav: - Verification: - Verification: verification/index.md - Powder, neutron, constant wavelength: - - LBCO basic pseudo-Voigt: verification/pd-neut-cwl_LBCO_basic.ipynb - - LBCO preferred orientation: verification/pd-neut-cwl_LBCO_preferred-orientation.ipynb - - PbSO4 basic pseudo-Voigt: verification/pd-neut-cwl_PbSO4_basic.ipynb - - PbSO4 Berar-Baldinozzi asymmetry: verification/pd-neut-cwl_PbSO4_beba-asymmetry.ipynb - LaB6 basic: verification/pd-neut-cwl_LaB6_basic.ipynb - LaB6 11B isotope: verification/pd-neut-cwl_LaB6_11B.ipynb - LaB6 SyCos/SySin shifts: verification/pd-neut-cwl_LaB6_sycos-sysin.ipynb - LaB6 FCJ asymmetry: verification/pd-neut-cwl_LaB6_fcj-asymmetry.ipynb - LaB6 absorption: verification/pd-neut-cwl_LaB6_absorption.ipynb + - LBCO basic pseudo-Voigt: verification/pd-neut-cwl_LBCO_basic.ipynb + - LBCO preferred orientation: verification/pd-neut-cwl_LBCO_preferred-orientation.ipynb + - PbSO4 basic pseudo-Voigt: verification/pd-neut-cwl_PbSO4_basic.ipynb + - PbSO4 Berar-Baldinozzi asymmetry: verification/pd-neut-cwl_PbSO4_beba-asymmetry.ipynb - Y2O3 isotropic ADPs: verification/pd-neut-cwl_Y2O3_isotropic-adp.ipynb - Y2O3 beta ADPs: verification/pd-neut-cwl_Y2O3_beta-adp.ipynb - Powder, neutron, time-of-flight: + - Fe pseudo-Voigt profile: verification/pd-neut-tof_Fe_pseudo-voigt.ipynb + - NCAF Jorgensen-Von Dreele (Gaussian): verification/pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb - Si Jorgensen profile: verification/pd-neut-tof_Si_jorgensen.ipynb - Si Jorgensen-Von Dreele profile: verification/pd-neut-tof_Si_jorgensen-von-dreele.ipynb - - NCAF Jorgensen-Von Dreele profile: verification/pd-neut-tof_NCAF_jorgensen-von-dreele.ipynb - Powder, X-ray, constant wavelength: - LiF single wavelength: verification/pd-xray-cwl_LiF_single.ipynb - LiF polarization: verification/pd-xray-cwl_LiF_single_polarization.ipynb - LiF absorption: verification/pd-xray-cwl_LiF_single_absorption.ipynb - LiF doublet: verification/pd-xray-cwl_LiF_doublet.ipynb - PbSO4 round robin: verification/pd-xray-cwl_PbSO4_round-robin.ipynb - - Total scattering, X-ray: - - NaCl gaussian-damped sinc: verification/total-xray_NaCl_gaussian-damped-sinc.ipynb - - Total scattering, neutron, constant wavelength: - - Ni gaussian-damped sinc: verification/total-neut-cwl_Ni_gaussian-damped-sinc.ipynb - - Total scattering, neutron, time-of-flight: - - Si gaussian-damped sinc: verification/total-neut-tof_Si_gaussian-damped-sinc.ipynb - Single crystal, neutron, constant wavelength: - Pr2NiO4 basic: verification/sc-neut-cwl_Pr2NiO4_basic.ipynb - Tb2Ti2O7 basic: verification/sc-neut-cwl_Tb2Ti2O7_basic.ipynb - Tb2Ti2O7 isotropic extinction: verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb + - Tb2Ti2O7 anisotropic ADPs: verification/sc-neut-cwl_Tb2Ti2O7_anisotropic-adp.ipynb + - Total scattering: + - Ni gaussian-damped sinc: verification/total-neut-cwl_Ni_gaussian-damped-sinc.ipynb + - Si gaussian-damped sinc: verification/total-neut-tof_Si_gaussian-damped-sinc.ipynb + - NaCl gaussian-damped sinc: verification/total-xray_NaCl_gaussian-damped-sinc.ipynb - Command-Line: - Command-Line: cli/index.md - API Reference: From b285c25d358a3941fda83e180c3b78a907a98fd4 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Fri, 19 Jun 2026 18:30:23 +0200 Subject: [PATCH 33/64] Refresh PDF scale baselines after external scale refactor PdffitCalculator now sets pscale to 1.0 and the linked-structure scale is applied in TotalData._update, so the refined PDF scale parameters land at new values while fit quality is unchanged. Update the three affected tutorial baselines (pdf-nacl-xrd, pdf-si-nomad, joint-si-bragg-pdf). --- tests/tutorials/baseline.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tutorials/baseline.json b/tests/tutorials/baseline.json index 5a774de42..ac73322d4 100644 --- a/tests/tutorials/baseline.json +++ b/tests/tutorials/baseline.json @@ -87,7 +87,7 @@ "parameters": { "si.cell.length_a": 5.430637, "sepd.linked_structure.si.scale": 16.05, - "nomad.linked_structure.si.scale": 1.2712 + "nomad.linked_structure.si.scale": 1.6162 } }, "load-and-fit-lbco-hrpt": { @@ -109,7 +109,7 @@ "wr_factor_all": 0.113817, "parameters": { "nacl.cell.length_a": 5.6018, - "xray_pdf.linked_structure.nacl.scale": 0.42537 + "xray_pdf.linked_structure.nacl.scale": 0.18094 } }, "pdf-ni-npd": { @@ -131,7 +131,7 @@ "wr_factor_all": 0.082977, "parameters": { "si.cell.length_a": 5.430592, - "nomad.linked_structure.si.scale": 1.2728 + "nomad.linked_structure.si.scale": 1.6199 } }, "refine-cosio-d20": { From e970fb37c6ba6b054d77e6393be1b46bb1269e01 Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Fri, 19 Jun 2026 18:30:32 +0200 Subject: [PATCH 34/64] Refine Features page layout and per-engine status icons Add per-engine status icons and inline verification/cross-ref links, fix the section heading levels so the in-page table of contents lists every section, and give the capability matrices a uniform, compact column layout (equal narrow LIB/CLI/APP columns via a scoped md_in_html wrapper). Link to the Features page from the Introduction. --- docs/docs/assets/stylesheets/extra.css | 46 ++ docs/docs/features/index.md | 731 ++++++++++++++++--------- docs/docs/introduction/index.md | 4 + docs/mkdocs.yml | 1 + 4 files changed, 520 insertions(+), 262 deletions(-) diff --git a/docs/docs/assets/stylesheets/extra.css b/docs/docs/assets/stylesheets/extra.css index 827b2fe08..30b3e99f6 100644 --- a/docs/docs/assets/stylesheets/extra.css +++ b/docs/docs/assets/stylesheets/extra.css @@ -527,3 +527,49 @@ h1 .label-experiment { .ed-figure-target { width: 100%; } + +/* Capability tables (Features / Verification): the engine/cross-ref/ + verification lists inside a cell are br-separated lines. Tighten their + spacing so each reads as one line rather than ~1.5. Scoped to plain + markdown tables, so prose tables on other pages are unaffected. */ +.md-typeset table:not([class]) td { + line-height: 1.35; +} + +/* Capability matrix tables on the Features page. Each table is wrapped in + a `.ed-matrix` div (md_in_html) so these rules apply only there and do + not affect prose tables elsewhere. The LIB / CLI / APP status columns + are made equally narrow and centred; the Feature column takes all the + remaining width, giving every matrix table identical column geometry. + `table-layout: fixed` keeps the fixed column widths from being pulled + wide by long cell content, which also removes the tall header rows the + old inline `` sizing hacks produced. `display: table` + overrides Material's default `inline-block` on unwrapped tables, which + otherwise shrinks each table to its own content width. */ +.md-typeset .ed-matrix table:not([class]) { + display: table; + width: 100%; + table-layout: fixed; +} + +.md-typeset .ed-matrix table:not([class]) th:not(:first-child), +.md-typeset .ed-matrix table:not([class]) td:not(:first-child) { + width: 2.8rem; + min-width: 0; /* override Material's 5rem `th` floor that clamps width */ + padding-left: 0.3rem !important; + padding-right: 0.3rem !important; + text-align: center; +} + +/* Tighten the multi-line engine lists inside matrix cells and restore a + little vertical breathing room. The global rule above sets + `line-height: 2.35 !important` and `padding-top/bottom: 0 !important` + for every table cell; scope a tighter line-height plus a small top and + bottom padding to the matrix tables so the br-separated engine lines + read as compact lines while each row keeps clear separation. */ +.md-typeset .ed-matrix td, +.md-typeset .ed-matrix th { + line-height: 1.5 !important; + padding-top: 0.4rem !important; + padding-bottom: 0.4rem !important; +} diff --git a/docs/docs/features/index.md b/docs/docs/features/index.md index 2ff78f75e..cd453d818 100644 --- a/docs/docs/features/index.md +++ b/docs/docs/features/index.md @@ -5,200 +5,320 @@ icon: material/clipboard-check-outline # :material-clipboard-check-outline: Features -This page is the single source of truth for what EasyDiffraction can do -today and what is planned. Each capability is tracked across the three -ways you can use EasyDiffraction: - -- **LIB** – Python library API -- **CLI** – command-line interface (text-based input and output) -- **APP** – graphical application - -Implementation status: +EasyDiffraction calculates diffraction patterns from a structural model +and instrument settings, and refines that model against measured data. +This page is the single source of truth for **what it can do today and +what is planned**, across powder and single-crystal diffraction, total +scattering (PDF), and the analysis tools around them. + +Jump to a section: + +- [Structure model](#1-structure-model) — crystal and (planned) magnetic + structures. +- [Experiment model](#2-experiment-model) — powder/single-crystal Bragg, + total scattering, peak profiles, instrument terms. +- [Multi-dataset support](#3-multi-dataset-support), + [Analysis & fitting](#4-analysis-fitting), + [Refinement execution](#5-refinement-execution), + [Constraints](#6-constraints). +- [Data management](#7-data-management), + [Visualization](#8-visualization), + [Documentation](#9-user-documentation), + [Backlog](#10-backlog). + +## Calculation engines + +Most physics is computed by a pluggable **calculation engine**; some +terms are applied by EasyDiffraction itself around the engine. You choose +the engine per experiment (see +[`calculator.type`](../user-guide/parameters/experiment/calculator.md)). + +- `cryspy` — Python crystallographic engine for powder/single-crystal + Bragg diffraction (neutron & X-ray). Project: + [CrysPy](https://github.com/ikibalin/cryspy). +- `crysfml` — the Crystallographic Fortran Modules Library, accessed + through its CFL Python API; used for constant-wavelength Bragg + diffraction. Project: + [CrysFML](https://code.ill.fr/scientific-software/crysfml). +- `pdffit2` — pair-distribution-function engine (total scattering), via + diffpy. Project: + [diffpy.pdffit2](https://github.com/diffpy/diffpy.pdffit2). +- `easydiffraction` — applied directly by EasyDiffraction, independent of + the engine (e.g. background, scale, absorption, the Kα₁/Kα₂ doublet). + +## How to read this page + +Each capability is tracked across the three ways to use EasyDiffraction: +**LIB** (Python library), **CLI** (command-line interface), **APP** +(graphical application). The status icons: - :white_check_mark: Done -- :ballot_box_with_check: Partially done +- :ballot_box_with_check: Partially done — available with at least one + engine/interface, while others are still planned or in progress - :construction: Work in progress -- :date: Planned - - :date: 5/5 – `highest` Urgent. Needs attention ASAP - - :date: 4/5 – `high` Should be prioritized soon - - :date: 3/5 – `medium` Normal/default priority - - :date: 2/5 – `low` Low importance - - :date: 1/5 – `lowest` Very low urgency -- — Not applicable - -Each implemented capability lists the calculation engine(s) that provide -it (`cryspy`, `crysfml`, `pdffit2`), or `easydiffraction` where -EasyDiffraction performs it directly rather than through a calculation -engine. Structure-model inputs are shared and consumed by every active -engine. Where the backend uses a specific profile keyword it is shown in -quotes (e.g. `cryspy` "Gauss"). We also include `FullProf` -cross-references to the equivalent `.pcr` entry where applicable, to -help users familiar with `FullProf` understand how their existing -knowledge and workflows map to EasyDiffraction. - -In the CLI column, :ballot_box_with_check: marks a capability that is -supported but set up by editing the project's text files (`.edi`/CIF) in -a separate editor — the command-line interface runs refinements (`fit`, -`display`, `undo`) but has no command to edit models, parameters, or -constraints directly. +- :date: Planned (no priority assigned yet) + - :date: 5/5 `highest` · 4/5 `high` · 3/5 `medium` · 2/5 `low` · + 1/5 `lowest` +- :heavy_minus_sign: Not applicable — the engine/interface does not + provide this and is not expected to (e.g. a PDF-only engine for a + Bragg-only term) + +The **LIB column** shows the overall status: :white_check_mark: when every +relevant engine is done (engines that simply don't apply are marked +:heavy_minus_sign:), and :ballot_box_with_check: when at least one engine +is done but others are in progress or planned. + +Inside the **Feature** cell, each line carries its own icon: + +- The **engine** lines show per-engine status, e.g. `- :white_check_mark: + cryspy`, `- :date: crysfml`. A backend keyword is shown in quotes + (e.g. `cryspy` "Gauss"). +- :material-link-variant: cross-references the equivalent FullProf + `.pcr` entry, to help users coming from FullProf. +- `- :material-check-decagram:` links to the + [Verification](../verification/index.md) page where the calculation is + cross-checked against an independent reference. + +In the **CLI column**, :ballot_box_with_check: marks a capability that is +supported but configured by editing the project text files (`.edi`/CIF) +in a separate editor — the CLI runs refinements (`fit`, `display`, +`undo`) but has no command to edit models, parameters, or constraints +directly. + +!!! note "Epics shown as single rows" + + Large areas still on the roadmap — magnetic structures, polarized + neutron diffraction, 2D Rietveld, incommensurate structures — are + listed as one top-level row each. They are **epics** that will be + broken into detailed rows once work starts. Already-implemented areas + are shown in full detail. --- -# 1. Structure Model +## 1. Structure Model + +### 1.1 Crystal Structure + +#### Space Group + +
+ +| Feature | LIB | CLI | APP | +| --------------------------------------------------------------------------------------------------- | ----------------------- | ------------------ | ------------------ | +| Hermann-Mauguin space-group symbol
- :white_check_mark: `cryspy`
- :white_check_mark: `crysfml`
- :white_check_mark: `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Space group IT number
- :date: `cryspy`
- :date: `crysfml` | :date: | :date: | :date: | +| IT coordinate system code
- :white_check_mark: `cryspy`
- :date: `crysfml` | :ballot_box_with_check: | :white_check_mark: | :white_check_mark: | + +
+ +#### Cell + +
+ +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Lengths _a, b, c_
- :white_check_mark: `cryspy`
- :white_check_mark: `crysfml`
- :white_check_mark: `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Angles _α, β, γ_
- :white_check_mark: `cryspy`
- :white_check_mark: `crysfml`
- :white_check_mark: `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | + +
+ +#### Atom Sites -## 1.1 Crystal Structure +
-### Space Group +| Feature | LIB | CLI | APP | +| ---------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ------------------ | ------------------ | +| X-ray scattering factors (tabulated)
- :white_check_mark: `cryspy`
- :white_check_mark: `crysfml`
- :white_check_mark: `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Neutron scattering lengths (tabulated, natural element)
- :white_check_mark: `cryspy`
- :white_check_mark: `crysfml`
- :white_check_mark: `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Isotope-specific neutron scattering length
_(e.g. ¹¹B, ²H — beyond the natural element)_
- :white_check_mark: `cryspy` [:material-check-decagram:](../verification/pd-neut-cwl_LaB6_11B.ipynb)
- :date: `crysfml`
- :heavy_minus_sign: `pdffit2`| :ballot_box_with_check: | :white_check_mark: | :date: | +| Custom neutron scattering length
- :date: `cryspy`
- :date: `crysfml`
- :material-link-variant: `FullProf` "Nsc (user-defined scattering)" | :date: | :date: | :date: | +| Fractional coordinates _x, y, z_
- :white_check_mark: `cryspy`
- :white_check_mark: `crysfml`
- :white_check_mark: `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Occupancy
- :white_check_mark: `cryspy`
- :white_check_mark: `crysfml`
- :white_check_mark: `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Symmetry _wyckoff_letter_
- :white_check_mark: `easydiffraction` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Feature | LIB | CLI | APP | -| --------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Hermann-Mauguin space-group symbol
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Space group IT number | :date: | :date: | :date: | -| IT coordinate system code
- `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +
-### Cell +#### Atomic Displacement (ADP) -| Feature | LIB | CLI | APP | -| ---------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Lengths _a, b, c_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Angles _α, β, γ_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +
-### Atom Sites +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ------------------ | ------------------ | +| Isotropic _Biso_
- :white_check_mark: `cryspy` [:material-check-decagram:](../verification/pd-neut-cwl_Y2O3_isotropic-adp.ipynb)
- :white_check_mark: `crysfml`
- :white_check_mark: `pdffit2`| :white_check_mark: | :white_check_mark: | :date: | +| Isotropic _Uiso_
- :white_check_mark: `cryspy`
- :white_check_mark: `crysfml`
- :white_check_mark: `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Anisotropic _Bani_ (_B11…B23_)
- :white_check_mark: `cryspy`
- :date: `crysfml`
- :white_check_mark: `pdffit2` | :ballot_box_with_check: | :white_check_mark: | :date: | +| Anisotropic _Uani_ (_U11…U23_)
- :white_check_mark: `cryspy`
- :date: `crysfml`
- :white_check_mark: `pdffit2` | :ballot_box_with_check: | :white_check_mark: | :date: | +| Anisotropic _β_ (_β11…β23_)
- :white_check_mark: `cryspy` [:material-check-decagram:](../verification/pd-neut-cwl_Y2O3_beta-adp.ipynb)
- :date: `crysfml`
- :date: `pdffit2`| :ballot_box_with_check: | :white_check_mark: | :date: | -| Feature | LIB | CLI | APP | -| ----------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| X-ray scattering factors (tabulated)
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Neutron scattering lengths (tabulated, natural element)
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Isotope-specific neutron scattering length
_(e.g. ¹¹B, ²H — beyond the natural element)_
- `cryspy` | :white_check_mark: | :white_check_mark: | :date: | -| Custom neutron scattering length
- `FullProf` (cross-ref) "Nsc (user-defined scattering)" | :date: | :date: | :date: | -| Fractional coordinates _x, y, z_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Occupancy
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Symmetry _wyckoff_letter_
- `easydiffraction` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +
-### Atomic Displacement (ADP) +!!! note -| Feature | LIB | CLI | APP | -| ---------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Isotropic _Biso_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :date: | -| Isotropic _Uiso_
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Anisotropic _Bani_ (_B11, B22, B33, B12, B13, B23_)
- `cryspy`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :date: | -| Anisotropic _Uani_ (_U11, U22, U33, U12, U13, U23_)
- `cryspy`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :date: | -| Anisotropic _β_ (_β11, β22, β33, β12, β13, β23_)
- `cryspy` | :white_check_mark: | :white_check_mark: | :date: | + CrysFML refines only isotropic ADPs today; for anisotropic atoms it + uses the isotropic-equivalent _B_, hence the :date: for `crysfml` on + the anisotropic rows. --- -## 1.2 Magnetic Structure - EPIC +### 1.2 Magnetic Structure — EPIC -| Feature | LIB | CLI | APP | +Magnetic structure refinement is an **epic** (one row per area for now). + +
+ +| Feature | LIB | CLI | APP | | --------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | | Irreducible representations | :date: | :date: | :date: | | Magnetic Space Groups | :date: | :date: | :date: | | Symmetry-adapted modes | :date: | :date: | :date: | -| Magnetic propagation vector (_kx, ky, kz_)
- `FullProf` (cross-ref) "Nvk (propagation vectors)" | :date: | :date: | :date: | -| Magnetic moments (_mx, my, mz_)
- `FullProf` (cross-ref) "Rx, Ry, Rz" | :date: | :date: | :date: | -| Local Susceptibility (_𝜒11, 𝜒22, 𝜒33, 𝜒12, 𝜒13, 𝜒23_) | :date: | :date: | :date: | +| Magnetic propagation vector (_kx, ky, kz_)
- :material-link-variant: `FullProf` "Nvk (propagation vectors)" | :date: | :date: | :date: | +| Magnetic moments (_mx, my, mz_)
- :material-link-variant: `FullProf` "Rx, Ry, Rz" | :date: | :date: | :date: | +| Local Susceptibility (_𝜒11…𝜒23_) | :date: | :date: | :date: | + +
--- -# 2. Experiment Model +## 2. Experiment Model -| Feature | LIB | CLI | APP | +
+ +| Technique | LIB | CLI | APP | | ---------------------------------------------------- | ----------------------- | ----------------------- | ----------------------- | -| 2.1. Powder Diffraction | :ballot_box_with_check: | :ballot_box_with_check: | :ballot_box_with_check: | -| 2.1.1. Common features | :ballot_box_with_check: | :ballot_box_with_check: | :ballot_box_with_check: | -| 2.1.2. Standard Bragg diffraction (CWL) | :ballot_box_with_check: | :ballot_box_with_check: | :ballot_box_with_check: | -| 2.1.2. Standard Bragg diffraction (TOF) | :ballot_box_with_check: | :ballot_box_with_check: | :ballot_box_with_check: | -| 2.1.3. Total Scattering (Pair Distribution Function) | :ballot_box_with_check: | :ballot_box_with_check: | :date: | -| 2.2. Single-Crystal Diffraction | :ballot_box_with_check: | :ballot_box_with_check: | :ballot_box_with_check: | -| 2.2.1. Single-Crystal Diffraction (CWL) | :ballot_box_with_check: | :ballot_box_with_check: | :ballot_box_with_check: | -| 2.2.2. Single-Crystal Diffraction (TOF) | :ballot_box_with_check: | :ballot_box_with_check: | :ballot_box_with_check: | -| 2.3. Polarized Powder Diffraction | :date: | :date: | :date: | -| 2.3.1. Flipping-ratio method (TOF) | :date: | :date: | :date: | -| 2.3.2. Flipping-ratio method (CWL) | :date: | :date: | :date: | -| 2.4. Polarized Single-Crystal Diffraction | :date: | :date: | :date: | -| 2.4.1. Flipping-ratio method (CWL) | :date: | :date: | :date: | -| 2.4.2. Flipping-ratio method (TOF) | :date: | :date: | :date: | -| 2.4.3. XYZ Polarisation | :date: | :date: | :date: | -| 2.4.4. Spherical neutron polarimetry | :date: | :date: | :date: | +| [2.1. Powder Diffraction](#21-powder-diffraction) | :ballot_box_with_check: | :ballot_box_with_check: | :ballot_box_with_check: | +| [2.2. Single-Crystal Diffraction](#22-single-crystal-diffraction) | :ballot_box_with_check: | :ballot_box_with_check: | :ballot_box_with_check: | +| 2.3. Polarized Powder Diffraction — EPIC | :date: | :date: | :date: | +| 2.4. Polarized Single-Crystal Diffraction — EPIC | :date: | :date: | :date: | + +
--- -## 2.1. Powder Diffraction +### 2.1. Powder Diffraction + +#### 2.1.1. Common features + +##### Linked Phases + +
+ +| Feature | LIB | CLI | APP | +| ------------------------------------------------------ | ------------------ | ------------------ | ------------------ | +| Scale factor
- :white_check_mark: `easydiffraction` | :white_check_mark: | :white_check_mark: | :white_check_mark: | + +
+ +##### Excluded Regions -## 2.1.1. Common features +
-### Linked Phases +| Feature | LIB | CLI | APP | +| ----------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Multiple regions
_start/end positions_
- :white_check_mark: `easydiffraction` | :white_check_mark: | :white_check_mark: | :date: | -| Feature | LIB | CLI | APP | -| ------------------------------------ | ------------------ | ------------------ | ------------------ | -| Scale factor
- `easydiffraction` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +
-### Excluded Regions +#### 2.1.2. Standard Bragg diffraction -| Feature | LIB | CLI | APP | -| ------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | -| Multiple regions
_start/end positions_
- `easydiffraction` | :white_check_mark: | :white_check_mark: | :date: | +##### Fitting Methods -## 2.1.2. Standard Bragg diffraction +
-### Fitting Methods +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Rietveld refinement (full pattern)
- :white_check_mark: `cryspy`
- :white_check_mark: `crysfml` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Le Bail refinement (profile matching)
- :date: `cryspy`
- :date: `crysfml`
- :material-link-variant: `FullProf` "Jbt=2 (profile matching)" | :date: | :date: | :date: | -| Feature | LIB | CLI | APP | -| --------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Rietveld refinement (full pattern)
- `cryspy`
- `crysfml` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Le Bail refinement (profile matching)
- `FullProf` (cross-ref) "Jbt=2 (profile matching)" | :date: | :date: | :date: | +
-### Background +##### Background -| Feature | LIB | CLI | APP | -| ----------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Line segments type _x, y_
- `easydiffraction`
- `FullProf` (cross-ref) "Nba" (linear interpolation points) | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Chebyshev polynomial type _order, coefficient_
- `easydiffraction`
- `FullProf` (cross-ref) "Nba=0 (polynomial background)" | :white_check_mark: | :white_check_mark: | :date: | -| Automatic background estimation
_auto, arPLS, FABC, SNIP_
- `easydiffraction` | :white_check_mark: | :white_check_mark: | :date: | +Background curves are evaluated by EasyDiffraction and added to the +calculated pattern; the engine is not involved. -### Preferred Orientation +
-| Feature | LIB | CLI | APP | -| ------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| March–Dollase
_march_r, random fraction, hkl axis_
- `cryspy`
- `FullProf` (cross-ref) "Nor=1", "Pref1/2, Pr1/2/3" | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Line segments type _x, y_
- :white_check_mark: `easydiffraction`
- :material-link-variant: `FullProf` "Nba" (linear interpolation points) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Chebyshev polynomial type _order, coefficient_
- :white_check_mark: `easydiffraction`
- :material-link-variant: `FullProf` "Nba=0 (polynomial background)" | :white_check_mark: | :white_check_mark: | :date: | +| Automatic background estimation
_auto, arPLS, FABC, SNIP_
- :white_check_mark: `easydiffraction` | :white_check_mark: | :white_check_mark: | :date: | -### Instrument — Constant Wavelength +
-| Feature | LIB | CLI | APP | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | -| Wavelength
- `cryspy`
- `crysfml`
- `FullProf` (cross-ref) "Lambda1" | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Second wavelength _λ₂, I₂/I₁ ratio_
- `easydiffraction`
- `FullProf` (cross-ref) "Lambda2, Ratio" | :white_check_mark: | :white_check_mark: | :date: | -| 2θ offset
- `cryspy`
- `crysfml`
- `FullProf` (cross-ref) "Zero" | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Sample displacement correction
- `cryspy`
- `FullProf` (cross-ref) "SyCos, SySin" | :white_check_mark: | :white_check_mark: | :date: | -| Sample transparency correction
- `cryspy` | :white_check_mark: | :white_check_mark: | :date: | -| Absorption correction (cylinder, Hewat)
- `easydiffraction`
- `FullProf` (cross-ref) "muR" | :white_check_mark: | :white_check_mark: | :date: | -| X-ray Lorentz-polarization correction
_polarization coefficient, monochromator 2θ_
- `cryspy`
- `easydiffraction` (for `crysfml`)
- `FullProf` (cross-ref) "Cthm, Rpolarz" | :white_check_mark: | :white_check_mark: | :date: | +##### Preferred Orientation -### Instrument — Time-of-Flight +
-| Feature | LIB | CLI | APP | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| 2θ bank
- `cryspy`
- `FullProf` (cross-ref) "2-theta bank" | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| d → TOF conversion
_offset, linear, quadratic_
_(reciprocal defined but not yet wired)_
- `cryspy`
- `FullProf` (cross-ref) "Dtt1, Dtt2, Zero;
reciprocal = Dtt2t (Npr=10)" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Feature | LIB | CLI | APP | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| March–Dollase
_march_r, random fraction, hkl axis_
- :construction: `cryspy` [:material-check-decagram:](../verification/pd-neut-cwl_LBCO_preferred-orientation.ipynb)
- :date: `crysfml`
- :material-link-variant: `FullProf` "Nor=1", "Pref1/2, Pr1/2/3"| :construction: | :construction: | :date: | -### Peak Profile — Constant Wavelength +
-| Feature | LIB | CLI | APP | -| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Thompson-Cox-Hastings pseudo-Voigt
_Gaussian broadening U, V, W._
_Lorentzian broadening X, Y_
- `cryspy`
- `crysfml`
- `FullProf` (cross-ref) "Npr=7" | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Thompson-Cox-Hastings pseudo-Voigt
+ Bérar-Baldinozzi asymmetry
_Gaussian broadening U, V, W._
_Lorentzian broadening X, Y_
_Bérar-Baldinozzi empirical asymmetry a₀, b₀, a₁, b₁_
- `cryspy`
- `FullProf` (cross-ref) "Npr=7" + "Asy1-4" | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Thompson-Cox-Hastings pseudo-Voigt
+ Finger-Cox-Jephcoat asymmetry
_Gaussian broadening U, V, W._
_Lorentzian broadening X, Y_
_Finger-Cox-Jephcoat asymmetry 1, 2_
- `crysfml`
- `FullProf` (cross-ref) "Npr=7" + "S_L/D_L" | :white_check_mark: | :white_check_mark: | :date: | +##### Instrument — Constant Wavelength -### Peak Profile — Time-of-Flight +
-| Feature | LIB | CLI | APP | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- | ----------------------- | ------------------ | -| Pseudo-Voigt (non-convoluted)
_Gaussian broadening σ₀, σ₁, σ₂._
_Lorentzian broadening γ₀, γ₁, γ₂_
- `cryspy` "non-conv-pseudo-Voigt"
- `FullProf` (cross-ref) "Npr=7" (TOF) | :white_check_mark: | :white_check_mark: | :date: | -| Jorgensen (back-to-back exponentials ⊗ Gaussian)
_Gaussian broadening σ₀, σ₁, σ₂_
_Back-to-back exponential rise α₀, α₁ and decay β₀, β₁_
- `cryspy` "Gauss"
- `FullProf` (cross-ref) "Npr=9" (Gaussian limit) | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Jorgensen-Von Dreele
(back-to-back exponentials ⊗ pseudo-Voigt)
_Gaussian broadening σ₀, σ₁, σ₂._
_Lorentzian broadening γ₀, γ₁, γ₂_
_Back-to-back exponential rise α₀, α₁ and decay β₀, β₁_
- `cryspy` "pseudo-Voigt"
- `FullProf` (cross-ref) "Npr=9" | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Double back-to-back exponentials ⊗ pseudo-Voigt
_Gaussian broadening σ₀, σ₁, σ₂._
_Lorentzian broadening γ₀, γ₁, γ₂_
_Rise α₁, α₂. Fast decay β₀₀, β₀₁._
_Slow decay β₁₀. Switching r₀₁, r₀₂, r₀₃_
- `cryspy` "type0m"
- Z-Rietveld (cross-ref) "type0m"
(no direct `FullProf` Npr; cf. Npr=10 two-component) | :ballot_box_with_check: | :ballot_box_with_check: | :date: | -| Ikeda-Carpenter ⊗ pseudo-Voigt
_Moderator pulse α₀, α₁, β₀, κ_
_Gaussian broadening σ₀, σ₁, σ₂._
_Lorentzian broadening γ₀, γ₁, γ₂_
- `FullProf` (cross-ref) "Npr=13" | :date: | :date: | :date: | -| Microstructural size/strain broadening
_extends Jorgensen (Gaussian size_g, strain_g)_
_and Jorgensen-Von Dreele (+ Lorentzian size_l, strain_l)_
- available in `cryspy` backend;
not yet exposed in `easydiffraction`
- `FullProf` (cross-ref) "Iso-GSize, Iso-GStrain,
Iso-LorSize, Iso-LorStrain" | :date: | :date: | :date: | +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Wavelength
- :white_check_mark: `cryspy`
- :white_check_mark: `crysfml`
- :material-link-variant: `FullProf` "Lambda1" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Second wavelength _λ₂, I₂/I₁ ratio_
- :construction: `easydiffraction` (Kα₁/Kα₂ doublet; engine run twice) [:material-check-decagram:](../verification/pd-xray-cwl_LiF_doublet.ipynb)
- :material-link-variant: `FullProf` "Lambda2, Ratio"| :construction: | :construction: | :date: | +| 2θ offset
- :white_check_mark: `cryspy`
- :white_check_mark: `crysfml`
- :material-link-variant: `FullProf` "Zero" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Sample displacement correction
- :white_check_mark: `cryspy` [:material-check-decagram:](../verification/pd-neut-cwl_LaB6_sycos-sysin.ipynb)
- :date: `crysfml`
- :material-link-variant: `FullProf` "SyCos, SySin"| :ballot_box_with_check: | :white_check_mark: | :date: | +| Sample transparency correction
- :white_check_mark: `cryspy`
- :date: `crysfml` | :ballot_box_with_check: | :white_check_mark: | :date: | +| Absorption correction (cylinder, Hewat)
- :white_check_mark: `easydiffraction` [:material-check-decagram:](../verification/pd-neut-cwl_LaB6_absorption.ipynb)
- :material-link-variant: `FullProf` "muR"| :white_check_mark: | :white_check_mark: | :date: | +| X-ray Lorentz-polarization correction
_polarization coefficient, monochromator 2θ_
- :white_check_mark: `cryspy` [:material-check-decagram:](../verification/pd-xray-cwl_LiF_single_polarization.ipynb)
- :white_check_mark: `easydiffraction` (for `crysfml`)
- :material-link-variant: `FullProf` "Cthm, Rpolarz"| :white_check_mark: | :white_check_mark: | :date: | + +
+ +##### Instrument — Time-of-Flight + +
+ +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | +| 2θ bank
- :white_check_mark: `cryspy`
- :date: `crysfml`
- :material-link-variant: `FullProf` "2-theta bank" | :ballot_box_with_check: | :white_check_mark: | :white_check_mark: | +| d → TOF conversion
_offset, linear, quadratic_
_(reciprocal defined but not yet wired)_
- :white_check_mark: `cryspy`
- :date: `crysfml`
- :material-link-variant: `FullProf` "Dtt1, Dtt2, Zero;
reciprocal = Dtt2t (Npr=10)" | :ballot_box_with_check: | :white_check_mark: | :white_check_mark: | + +
+ +!!! note + + CrysFML's TOF branch is not yet functional (it parses TOF input but + returns zero intensities), so TOF profiles and TOF instrument terms + are `cryspy`-only today; `crysfml` is marked :date:. + +##### Peak Profile — Constant Wavelength + +All three CWL profiles share the same **Thompson-Cox-Hastings +pseudo-Voigt** peak shape (η derived from the Gaussian H_G(U, V, W) and +Lorentzian H_L(X, Y) widths); they differ only in the asymmetry model. + +
+ +| Feature | LIB | CLI | APP | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Thompson-Cox-Hastings pseudo-Voigt
_Gaussian broadening U, V, W. Lorentzian broadening X, Y_
- :white_check_mark: `cryspy` [:material-check-decagram:](../verification/pd-neut-cwl_LaB6_basic.ipynb)
- :white_check_mark: `crysfml` [:material-check-decagram:](../verification/pd-xray-cwl_LiF_single.ipynb)
- :material-link-variant: `FullProf` "Npr=7"| :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Thompson-Cox-Hastings pseudo-Voigt
+ Bérar-Baldinozzi asymmetry
_Bérar-Baldinozzi asymmetry a₀, b₀, a₁, b₁_
- :white_check_mark: `cryspy` [:material-check-decagram:](../verification/pd-neut-cwl_PbSO4_beba-asymmetry.ipynb)
- :date: `crysfml`
- :material-link-variant: `FullProf` "Npr=7" + "Asy1-4"| :ballot_box_with_check: | :white_check_mark: | :white_check_mark: | +| Thompson-Cox-Hastings pseudo-Voigt
+ Finger-Cox-Jephcoat asymmetry
_Finger-Cox-Jephcoat asymmetry 1, 2_
- :white_check_mark: `crysfml` [:material-check-decagram:](../verification/pd-neut-cwl_LaB6_fcj-asymmetry.ipynb)
- :date: `cryspy`
- :material-link-variant: `FullProf` "Npr=7" + "S_L/D_L"| :ballot_box_with_check: | :white_check_mark: | :date: | + +
+ +##### Peak Profile — Time-of-Flight + +
+ +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------- | ----------------------- | ------------------ | +| Pseudo-Voigt (non-convoluted)
_Gaussian σ₀, σ₁, σ₂. Lorentzian γ₀, γ₁, γ₂_
- :construction: `cryspy` "non-conv-pseudo-Voigt" [:material-check-decagram:](../verification/pd-neut-tof_Fe_pseudo-voigt.ipynb)
- :date: `crysfml`
- :material-link-variant: `FullProf` "Npr=7" (TOF)| :construction: | :construction: | :date: | +| Jorgensen (back-to-back exp ⊗ Gaussian)
_σ₀, σ₁, σ₂; rise α₀, α₁; decay β₀, β₁_
- :construction: `cryspy` "Gauss" [:material-check-decagram:](../verification/pd-neut-tof_Si_jorgensen.ipynb)
- :date: `crysfml`
- :material-link-variant: `FullProf` "Npr=9" (Gaussian limit)| :construction: | :construction: | :white_check_mark: | +| Jorgensen-Von Dreele (back-to-back exp ⊗ pseudo-Voigt)
_σ₀, σ₁, σ₂; γ₀, γ₁, γ₂; rise α₀, α₁; decay β₀, β₁_
- :construction: `cryspy` "pseudo-Voigt" [:material-check-decagram:](../verification/pd-neut-tof_Si_jorgensen-von-dreele.ipynb)
- :date: `crysfml`
- :material-link-variant: `FullProf` "Npr=9"| :construction: | :construction: | :white_check_mark: | +| Double back-to-back exp ⊗ pseudo-Voigt
_σ₀, σ₁, σ₂; γ₀, γ₁, γ₂; rise α₁, α₂; fast decay β₀₀, β₀₁; slow decay β₁₀; switching r₀₁, r₀₂, r₀₃_
- :construction: `cryspy` "type0m"
- :material-link-variant: Z-Rietveld "type0m" (no direct `FullProf` Npr; cf. Npr=10) | :construction: | :construction: | :date: | +| Ikeda-Carpenter ⊗ pseudo-Voigt
_Moderator pulse α₀, α₁, β₀, κ; σ₀…; γ₀…_
- :date: `cryspy`
- :date: `crysfml`
- :material-link-variant: `FullProf` "Npr=13" | :date: | :date: | :date: | +| Microstructural size/strain broadening
_extends Jorgensen (size_g, strain_g) and JvD (+ size_l, strain_l)_
- :construction: `cryspy` (in backend, not yet exposed)
- :material-link-variant: `FullProf` "Iso-GSize, Iso-GStrain, Iso-LorSize, Iso-LorStrain" | :construction: | :construction: | :date: | + +
TOF profiles by source type and relative performance: @@ -210,132 +330,171 @@ TOF profiles by source type and relative performance: | Double back-to-back exponentials ⊗ pseudo-Voigt (Z-Rietveld type0m) | Spallation-source TOF; more elaborate asymmetric profile | Slowest | | Ikeda-Carpenter ⊗ pseudo-Voigt | Spallation-source TOF; moderator pulse shape model | Moderate | -## 2.1.3. Total Scattering (Pair Distribution Function) +#### 2.1.3. Total Scattering (Pair Distribution Function) + +
-### Peak Profile +| Feature | LIB | CLI | APP | +| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Gaussian-damped sinc termination
_cutoff Qmax, broadening Qbroad, sharpening δ₁, δ₂, damping Qdamp, particle diameter spdiameter_
- :white_check_mark: `pdffit2` [:material-check-decagram:](../verification/total-neut-cwl_Ni_gaussian-damped-sinc.ipynb)| :white_check_mark: | :white_check_mark: | :date: | -| Feature | LIB | CLI | APP | -| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Gaussian-damped sinc termination function
_cutoff q (Qmax), broadening (Qbroad), sharpening δ₁, δ₂_
_damping (Qdamp), particle diameter (spdiameter)_
- `pdffit2` | :white_check_mark: | :white_check_mark: | :date: | +
--- -## 2.2. Single Crystal Diffraction +### 2.2. Single Crystal Diffraction -### Extinction +#### Extinction CrysPy's extinction is an analytical Becker-Coppens spherical model with a Gaussian or Lorentzian mosaicity distribution. -| Feature | LIB | CLI | APP | -| ---------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Isotropic Becker-Coppens, Gaussian model:
_radius, mosaicity_
- `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Isotropic Becker-Coppens, Lorentzian model:
_radius, mosaicity_
- `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Anisotropic extinction correction
- `FullProf` (cross-ref) "Ext (Line 29)" | :date: | :date: | :date: | +
+ +| Feature | LIB | CLI | APP | +| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Isotropic Becker-Coppens, Gaussian model
_radius, mosaicity_
- :white_check_mark: `cryspy` [:material-check-decagram:](../verification/sc-neut-cwl_Tb2Ti2O7_isotropic-extinction.ipynb)| :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Isotropic Becker-Coppens, Lorentzian model
_radius, mosaicity_
- :white_check_mark: `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Anisotropic extinction correction
- :date: `cryspy`
- :material-link-variant: `FullProf` "Ext (Line 29)" | :date: | :date: | :date: | -### Twinning / domains +
-| Feature | LIB | CLI | APP | +#### Twinning / domains + +
+ +| Feature | LIB | CLI | APP | | ------------------------------------------------- | ------------------ | ------------------ | ------------------ | | Twinning / domains for single-crystal diffraction | :date: | :date: | :date: | -### Instrument — Constant Wavelength +
-| Feature | LIB | CLI | APP | -| ---------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Wavelength
- `cryspy`
- `FullProf` (cross-ref) "Lambda1" | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Half wavelength (λ/2)
- `FullProf` (cross-ref) "x-Lambda/2" | :date: | :date: | :date: | +#### Instrument — Constant Wavelength -### Instrument — Time-of-Flight +
-| Feature | LIB | CLI | APP | -| --------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Individual wavelength per reflection
- `cryspy` | :white_check_mark: | :white_check_mark: | :date: | +| Feature | LIB | CLI | APP | +| -------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Wavelength
- :white_check_mark: `cryspy`
- :material-link-variant: `FullProf` "Lambda1" | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Half wavelength (λ/2)
- :date: `cryspy`
- :material-link-variant: `FullProf` "x-Lambda/2" | :date: | :date: | :date: | ---- +
-## 2.3. Polarized Neutron Powder Diffraction - EPIC +#### Instrument — Time-of-Flight -| Feature | LIB | CLI | APP | -| --------------------------- | ------------------ | ------------------ | ------------------ | -| Flipping-ratio method (TOF) | :date: | :date: | :date: | -| Flipping-ratio method (CWL) | :date: | :date: | :date: | +
-## 2.4. Polarized Neutron Single-Crystal Diffraction - EPIC +| Feature | LIB | CLI | APP | +| ------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Individual wavelength per reflection
- :white_check_mark: `cryspy` | :white_check_mark: | :white_check_mark: | :date: | -| Feature | LIB | CLI | APP | -| ----------------------------- | ------------------ | ------------------ | ------------------ | -| Flipping-ratio method (TOF) | :date: | :date: | :date: | -| Flipping-ratio method (CWL) | :date: | :date: | :date: | -| XYZ Polarisation | :date: | :date: | :date: | -| Spherical neutron polarimetry | :date: | :date: | :date: | +
--- -# 3. Multi-Dataset Support +### 2.3 / 2.4. Polarized Neutron Diffraction — EPIC -| Feature | LIB | CLI | APP | +Polarized-neutron diffraction is an epic; all parts are :date: planned +(LIB / CLI / APP). Planned sub-parts: + +- **Powder** (2.3) — flipping-ratio method (TOF and CWL) +- **Single crystal** (2.4) — flipping-ratio method (CWL and TOF), XYZ + polarisation analysis, spherical neutron polarimetry + +--- + +## 3. Multi-Dataset Support + +
+ +| Feature | LIB | CLI | APP | | --------------------------------- | ------------------ | ------------------ | ------------------ | | Multiple structural data blocks | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Multiple experimental data blocks | :white_check_mark: | :white_check_mark: | :date: | +
+ --- -# 4. Analysis (Fitting) +## 4. Analysis (Fitting) + +#### Calculation Modes + +
-### Calculation Modes +| Feature | LIB | CLI | APP | +| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | +| Calculate diffraction pattern (for fitting/comparison)
- :white_check_mark: `cryspy`
- :white_check_mark: `crysfml`
- :white_check_mark: `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Calculate diffraction pattern (simple view, no data)
- :white_check_mark: `cryspy`
- :white_check_mark: `crysfml`
- :white_check_mark: `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Calculate structure factors
- :white_check_mark: `cryspy`
- :date: `crysfml` | :ballot_box_with_check: | :white_check_mark: | :white_check_mark: | -| Feature | LIB | CLI | APP | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------ | ------------------ | ------------------ | -| Calculate diffraction pattern for fitting/comparison
against simulated or measured data
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Calculate diffraction pattern for simple view
without fitting/comparison against
simulated or measured data
- `cryspy`
- `crysfml`
- `pdffit2` | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Calculate structure factors
- `cryspy` | :white_check_mark: | :white_check_mark: | :white_check_mark: | +
-### Refinement Algorithms (numerical derivatives) +#### Refinement Algorithms (numerical derivatives) -| Feature | LIB | CLI | APP | +Minimizers are EasyDiffraction's optimizers and run with any engine. + +
+ +| Feature | LIB | CLI | APP | | ----------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Levenberg–Marquardt
LMFIT minimizer | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Levenberg–Marquardt
LMFIT minimizer (scipy-based) | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Levenberg–Marquardt
BUMPS minimizer | :white_check_mark: | :white_check_mark: | :date: | -| Derivative-free minimization
DFO-LS minimizer | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Nelder-Mead
BUMPS Amoeba minimizer | :white_check_mark: | :white_check_mark: | :date: | -| Differential evolution
BUMPS DE minimizer | :white_check_mark: | :white_check_mark: | :date: | +| Levenberg–Marquardt — LMFIT minimizer | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Levenberg–Marquardt — LMFIT minimizer (scipy-based) | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Levenberg–Marquardt — BUMPS minimizer | :white_check_mark: | :white_check_mark: | :date: | +| Derivative-free minimization — DFO-LS minimizer | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Nelder-Mead — BUMPS Amoeba minimizer | :white_check_mark: | :white_check_mark: | :date: | +| Differential evolution — BUMPS DE minimizer | :white_check_mark: | :white_check_mark: | :date: | + +
-### Bayesian Analysis (sampling) +#### Bayesian Analysis (sampling) -| Feature | LIB | CLI | APP | +
+ +| Feature | LIB | CLI | APP | | -------------------------------------------- | ------------------ | ------------------ | ------------------ | -| MCMC sampling
BUMPS DREAM minimizer | :white_check_mark: | :white_check_mark: | :date: | -| Affine-invariant ensemble sampling
emcee | :white_check_mark: | :white_check_mark: | :date: | -| Resume sampling
BUMPS DREAM minimizer | :white_check_mark: | :white_check_mark: | :date: | -| Resume sampling
emcee | :white_check_mark: | :white_check_mark: | :date: | +| MCMC sampling — BUMPS DREAM minimizer | :white_check_mark: | :white_check_mark: | :date: | +| Affine-invariant ensemble sampling — emcee | :white_check_mark: | :white_check_mark: | :date: | +| Resume sampling — BUMPS DREAM minimizer | :white_check_mark: | :white_check_mark: | :date: | +| Resume sampling — emcee | :white_check_mark: | :white_check_mark: | :date: | + +
+ +#### Fit Strategies -### Fit Strategies +
-| Feature | LIB | CLI | APP | +| Feature | LIB | CLI | APP | | ----------------------------------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Single fit of one experimental data block
to one or more structural data blocks | :white_check_mark: | :white_check_mark: | :white_check_mark: | +| Single fit of one experiment to one or more structures | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Sequential fit of experimental data blocks | :white_check_mark: | :white_check_mark: | :date: | -| Joint fit of experimental data blocks
within the same calculation engine | :white_check_mark: | :white_check_mark: | :date: | -| Joint fit of experimental data blocks using
different calculation engines (e.g. CrysPy + Pdffit2) | :white_check_mark: | :white_check_mark: | :date: | +| Joint fit within the same calculation engine | :white_check_mark: | :white_check_mark: | :date: | +| Joint fit using different engines (e.g. CrysPy + Pdffit2) | :white_check_mark: | :white_check_mark: | :date: | | Custom weighting for joint fit: _weight per dataset_ | :white_check_mark: | :white_check_mark: | :date: | -### Live Fitting +
-| Feature | LIB | CLI | APP | +#### Live Fitting + +
+ +| Feature | LIB | CLI | APP | | ---------------------------------------------- | ------------------ | ------------------ | ------------------ | | Live fitting during real-time data acquisition | :date: | :date: | :date: | +
+ --- -# 5. Refinement Execution +## 5. Refinement Execution -| Feature | LIB | CLI | APP | +
+ +| Feature | LIB | CLI | APP | | --------------------------------------------- | ------------------ | ----------------------- | ------------------ | -| GUI-driven refinement workflow | — | — | :white_check_mark: | -| Command-line refinement execution | — | :white_check_mark: | — | -| Scripted refinement workflow | :white_check_mark: | — | — | +| GUI-driven refinement workflow | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | +| Command-line refinement execution | :heavy_minus_sign: | :white_check_mark: | :heavy_minus_sign: | +| Scripted refinement workflow | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | | Parameter modification | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | | Load individual structure or experiment files | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | | Project-based refinement | :white_check_mark: | :white_check_mark: | :white_check_mark: | @@ -343,33 +502,44 @@ a Gaussian or Lorentzian mosaicity distribution. | Save refinement results to project | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Undo last fit | :white_check_mark: | :white_check_mark: | :date: | +
+ --- -# 6. Constraints +## 6. Constraints + +
-| Feature | LIB | CLI | APP | +| Feature | LIB | CLI | APP | | ------------------------------------------------------------------------------------------------- | ------------------ | ----------------------- | ----------------------- | | Automatic symmetry constraints | :white_check_mark: | :white_check_mark: | :ballot_box_with_check: | -| User-defined constraints
Basic types, e.g.:
"biso_Ba = biso_La"
"occ_Ba = 1 - occ_La" | :white_check_mark: | :ballot_box_with_check: | :date: | +| User-defined constraints
e.g. "biso_Ba = biso_La", "occ_Ba = 1 - occ_La" | :white_check_mark: | :ballot_box_with_check: | :date: | + +
--- -# 7. Data Management +## 7. Data Management + +#### Project Files -### Project Files +A project file saves and loads the full refinement state (structure +model, experimental data, fit settings, results). -Project files are a way to save and load the full state of a refinement, -including the structure model, experimental data, fit settings, and -results. +
-| Feature | LIB | CLI | APP | +| Feature | LIB | CLI | APP | | --------------------------- | ------------------ | ------------------ | ------------------ | | Load full project from disk | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Save full project to disk | :white_check_mark: | :white_check_mark: | :white_check_mark: | -### Data Loading +
-| Feature | LIB | CLI | APP | +#### Data Loading + +
+ +| Feature | LIB | CLI | APP | | ------------------------------------------- | ------------------ | ----------------------- | ------------------ | | Add structure (to project) from CIF | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | | Add structure (to project) from edi | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | @@ -378,29 +548,41 @@ results. | Add experiment data (to project) from ASCII | :white_check_mark: | :ballot_box_with_check: | :white_check_mark: | | Add experiment data (to project) from NeXus | :date: | :date: | :date: | -### SciCat Integration +
+ +#### SciCat Integration -| Feature | LIB | CLI | APP | +
+ +| Feature | LIB | CLI | APP | | ----------------------------- | ------------------ | ------------------ | ------------------ | | Load full project from SciCat | :date: | :date: | :date: | | Save full project to SciCat | :date: | :date: | :date: | -### External Resources +
+ +#### External Resources + +
-| Feature | LIB | CLI | APP | +| Feature | LIB | CLI | APP | | --------------------------------- | ------------------ | ------------------ | ------------------ | -| List available tutorial notebooks | :white_check_mark: | :white_check_mark: | — | -| Download tutorial notebooks | :white_check_mark: | :white_check_mark: | — | +| List available tutorial notebooks | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | +| Download tutorial notebooks | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | + +
--- -# 8. Visualization +## 8. Visualization + +### 8.1. Structure -## 8.1. Structure +#### Crystal Structure -### Crystal Structure +
-| Feature | LIB | CLI | APP | +| Feature | LIB | CLI | APP | | ----------------------------------------- | ------------------ | ------------------ | ----------------------- | | Visualize unit cell | :white_check_mark: | :date: | :ballot_box_with_check: | | Visualize multiple unit cells | :date: | :date: | :date: | @@ -410,52 +592,68 @@ results. | Visualize polyhedra | :date: | :date: | :date: | | Interactive mode
3D rotation, zooming | :white_check_mark: | :date: | :white_check_mark: | -### Magnetic Structure +
+ +#### Magnetic Structure -| Feature | LIB | CLI | APP | +
+ +| Feature | LIB | CLI | APP | | --------------------------------- | ------------------ | ------------------ | ------------------ | | Visualize magnetic moments | :date: | :date: | :date: | | Visualize magnetization densities | :date: | :date: | :date: | ---- +
-## 8.2. Experiment +### 8.2. Experiment -### Powder Diffraction +#### Powder Diffraction -| Feature | LIB | CLI | APP | +
+ +| Feature | LIB | CLI | APP | | ------------------------------------- | ------------------ | ------------------ | ------------------ | | Plot experimental curve | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Plot calculated curve | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Plot residual curve | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Plot Bragg peaks | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Interactive mode
zooming, panning | :white_check_mark: | — | :white_check_mark: | +| Interactive mode
zooming, panning | :white_check_mark: | :heavy_minus_sign: | :white_check_mark: | + +
+ +#### Single Crystal Diffraction -### Single Crystal Diffraction +
-| Feature | LIB | CLI | APP | +| Feature | LIB | CLI | APP | | ------------------------------------- | ------------------ | ------------------ | ------------------ | | Plot obs vs calc for reflections | :white_check_mark: | :white_check_mark: | :white_check_mark: | -| Interactive mode
zooming, panning | :white_check_mark: | — | :white_check_mark: | +| Interactive mode
zooming, panning | :white_check_mark: | :heavy_minus_sign: | :white_check_mark: | ---- +
+ +### 8.3. Analysis -## 8.3. Analysis +
-| Feature | LIB | CLI | APP | +| Feature | LIB | CLI | APP | | ----------------------------------------------------- | ------------------ | ------------------ | ------------------ | -| Live update of plots on parameter change with slider | — | — | :white_check_mark: | -| Live update of plots during refinement | — | — | :white_check_mark: | -| Live update of fit quality (change in χ²)
_table_ | :white_check_mark: | :white_check_mark: | — | -| Live update of fit quality (change in χ²)
_chart_ | :date: | — | :date: | +| Live update of plots on parameter change with slider | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | +| Live update of plots during refinement | :heavy_minus_sign: | :heavy_minus_sign: | :white_check_mark: | +| Live update of fit quality (change in χ²) — _table_ | :white_check_mark: | :white_check_mark: | :heavy_minus_sign: | +| Live update of fit quality (change in χ²) — _chart_ | :date: | :heavy_minus_sign: | :date: | | Parameter evolution (sequential refinement) | :white_check_mark: | :white_check_mark: | :date: | | Correlation between parameters | :white_check_mark: | :white_check_mark: | :date: | +
+ --- -# 9. User documentation +## 9. User documentation -| Feature | LIB | CLI | APP | +
+ +| Feature | LIB | CLI | APP | | ----------------------------------- | ------------------ | ------------------ | ----------------------- | | New unified documentation structure | :white_check_mark: | :white_check_mark: | :date: | | Introduction | :white_check_mark: | :white_check_mark: | :ballot_box_with_check: | @@ -464,22 +662,31 @@ results. | User guide | :white_check_mark: | :white_check_mark: | :ballot_box_with_check: | | Tutorials | :white_check_mark: | :date: | :date: | | Verification | :white_check_mark: | :white_check_mark: | :date: | -| Command-line interface | — | :white_check_mark: | — | +| Command-line interface | :heavy_minus_sign: | :white_check_mark: | :heavy_minus_sign: | | Quick Reference | :white_check_mark: | :white_check_mark: | :date: | -| API reference | :white_check_mark: | — | — | +| API reference | :white_check_mark: | :heavy_minus_sign: | :heavy_minus_sign: | + +
--- -# 10. Unsorted features +## 10. Backlog + +Items not yet scheduled or detailed. Several are **epics** (large areas +that will be split into detailed rows once work begins). -| Feature | LIB | CLI | APP | +
+ +| Feature | LIB | CLI | APP | | ---------------------------------------------------------------------------- | ------------------ | ------------------ | ------------------ | | Set free parameters by category
(e.g. all atomic positions, all ADPs) | :date: | :date: | :date: | | Add category with fit quality metrics
(e.g. chi2, R-factors) | :date: | :date: | :date: | | Restraints (soft constraints, e.g. bond lengths, angles) | :date: | :date: | :date: | | Refinement using analytical derivatives | :date: | :date: | :date: | | Global optimization algorithms (e.g. simulated annealing) | :date: | :date: | :date: | -| Incommensurate structures | :date: | :date: | :date: | -| 2D Rietveld refinement | :date: | :date: | :date: | -| Built-in refinement strategies
for common refinement workflows | :date: | :date: | :date: | -| Chatbot window for natural-language requests
during the analysis process | :date: | — | — | +| Incommensurate structures — EPIC | :date: | :date: | :date: | +| 2D Rietveld refinement — EPIC | :date: | :date: | :date: | +| Built-in refinement strategies for common workflows | :date: | :date: | :date: | +| Chatbot for natural-language requests during analysis | :date: | :heavy_minus_sign: | :heavy_minus_sign: | + +
diff --git a/docs/docs/introduction/index.md b/docs/docs/introduction/index.md index e73b08e23..2726c3569 100644 --- a/docs/docs/introduction/index.md +++ b/docs/docs/introduction/index.md @@ -23,6 +23,10 @@ Here, we focus on the Python library. For the graphical user interface (GUI), please see the corresponding [GUI resources](https://easyscience.github.io/diffraction-app). +For a full overview of what EasyDiffraction can do today and what is +planned — across powder and single-crystal diffraction, total scattering, +and analysis — see the [Features](../features/index.md) page. +